[
  {
    "path": ".gitignore",
    "content": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n# Distribution / packaging\n.Python\nbuild/\ndevelop-eggs/\ndist/\ndownloads/\neggs/\n.eggs/\nlib/\nlib64/\nparts/\nsdist/\nvar/\nwheels/\nshare/python-wheels/\n*.egg-info/\n.installed.cfg\n*.egg\nMANIFEST\n\n# PyInstaller\n#  Usually these files are written by a python script from a template\n#  before PyInstaller builds the exe, so as to inject date/other infos into it.\n*.manifest\n*.spec\n\n# Installer logs\npip-log.txt\npip-delete-this-directory.txt\n\n# Unit test / coverage reports\nhtmlcov/\n.tox/\n.nox/\n.coverage\n.coverage.*\n.cache\nnosetests.xml\ncoverage.xml\n*.cover\n*.py,cover\n.hypothesis/\n.pytest_cache/\ncover/\n\n# Translations\n*.mo\n*.pot\n\n# Django stuff:\n*.log\nlocal_settings.py\ndb.sqlite3\ndb.sqlite3-journal\n\n# Flask stuff:\ninstance/\n.webassets-cache\n\n# Scrapy stuff:\n.scrapy\n\n# Sphinx documentation\ndocs/_build/\n\n# PyBuilder\n.pybuilder/\ntarget/\n\n# Jupyter Notebook\n.ipynb_checkpoints\n\n# IPython\nprofile_default/\nipython_config.py\n\n# pyenv\n#   For a library or package, you might want to ignore these files since the code is\n#   intended to run in multiple environments; otherwise, check them in:\n# .python-version\n\n# pipenv\n#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.\n#   However, in case of collaboration, if having platform-specific dependencies or dependencies\n#   having no cross-platform support, pipenv may install dependencies that don't work, or not\n#   install all needed dependencies.\n#Pipfile.lock\n\n# poetry\n#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.\n#   This is especially recommended for binary packages to ensure reproducibility, and is more\n#   commonly ignored for libraries.\n#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control\n#poetry.lock\n\n# pdm\n#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.\n#pdm.lock\n#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it\n#   in version control.\n#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control\n.pdm.toml\n.pdm-python\n.pdm-build/\n\n# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm\n__pypackages__/\n\n# Celery stuff\ncelerybeat-schedule\ncelerybeat.pid\n\n# SageMath parsed files\n*.sage.py\n\n# Environments\n.env\n.venv\nenv/\nvenv/\nENV/\nenv.bak/\nvenv.bak/\n\n# Spyder project settings\n.spyderproject\n.spyproject\n\n# Rope project settings\n.ropeproject\n\n# mkdocs documentation\n/site\n\n# mypy\n.mypy_cache/\n.dmypy.json\ndmypy.json\n\n# Pyre type checker\n.pyre/\n\n# pytype static type analyzer\n.pytype/\n\n# Cython debug symbols\ncython_debug/\n\n# PyCharm\n#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can\n#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore\n#  and can be added to the global gitignore or merged into this file.  For a more nuclear\n#  option (not recommended) you can uncomment the following to ignore the entire idea folder.\n#.idea/\n\nexp\nexperiments_out\ndata\n"
  },
  {
    "path": "AUTHORS",
    "content": "Eldar Insafutdinov\nStan Szymanowicz\nChuanxia Zheng\n"
  },
  {
    "path": "README.md",
    "content": "[![arXiv](https://img.shields.io/badge/arXiv-2406.04343-blue?logo=arxiv&color=%23B31B1B)](https://arxiv.org/abs/2406.04343)\n[![ProjectPage](https://img.shields.io/badge/Project_Page-Flash3D-blue)](https://www.robots.ox.ac.uk/~vgg/research/flash3d/)\n[![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Demo-yellow)](https://huggingface.co/spaces/szymanowiczs/flash3d) \n\n\n# Flash3D: Feed-Forward Generalisable 3D Scene Reconstruction from a Single Image\n\n\n<p align=\"center\">\n  <img src=\"assets/teaser_video.gif\" alt=\"animated\" />\n</p>\n\n> [Flash3D: Feed-Forward Generalisable 3D Scene Reconstruction from a Single Image](https://www.robots.ox.ac.uk/~vgg/research/flash3d/)  \n> Stanislaw Szymanowicz, Eldar Insafutdinov, Chuanxia Zheng, Dylan Campbell, João F. Henriques, Christian Rupprecht, Andrea Vedaldi  \n> 3DV, 2025.\n> *[arXiv 2406.04343](https://arxiv.org/pdf/2406.04343.pdf)*  \n\n# News\n- [x] `19.07.2024`: Training code and data release\n\n# Setup\n\n## Create a python environment\n\nFlash3D has been trained and tested with the followings software versions:\n\n- Python 3.10\n- Pytorch 2.2.2\n- CUDA 11.8\n- GCC 11.2 (or more recent)\n\nBegin by installing CUDA 11.8 and adding the path containing the `nvcc` compiler to the `PATH` environmental variable.\nThen the python environment can be created either via conda:\n\n```sh\nconda create -y python=3.10 -n flash3d\nconda activate flash3d\n```\n\nor using Python's venv module (assuming you already have access to Python 3.10 on your system):\n\n```sh\npython3.10 -m venv .venv\n. .venv/bin/activate\n```\n\nFinally, install the required packages as follows:\n\n```sh\npip install -r requirements-torch.txt --extra-index-url https://download.pytorch.org/whl/cu118\npip install -r requirements.txt\n```\n\n## Download training data\n\n### RealEstate10K dataset\n\nFor downloading the RealEstate10K dataset we base our instructions on the [Behind The Scenes](https://github.com/Brummi/BehindTheScenes/tree/main?tab=readme-ov-file#-datasets) scripts.\nFirst you need to download the video sequence metadata including camera poses from https://google.github.io/realestate10k/download.html and unpack it into `data/` such that the folder layout is as follows:\n\n```\ndata/RealEstate10K/train\ndata/RealEstate10K/test\n```\n\nFinally download the training and test sets of the dataset with the following commands:\n\n```sh\npython datasets/download_realestate10k.py -d data/RealEstate10K -o data/RealEstate10K -m train\npython datasets/download_realestate10k.py -d data/RealEstate10K -o data/RealEstate10K -m test\n```\n\nThis step will take several days to complete. Finally, download additional data for the RealEstate10K dataset.\nIn particular, we provide pre-processed COLMAP cache containing sparse point clouds which are used to estimate the scaling factor for depth predictions.\nThe last two commands filter the training and testing set from any missing video sequences.\n\n```sh\nsh datasets/dowload_realestate10k_colmap.sh\npython -m datasets.preprocess_realestate10k -d data/RealEstate10K -s train\npython -m datasets.preprocess_realestate10k -d data/RealEstate10K -s test\n```\n\n## Download and evaluate the pretrained model\n\nWe provide model weights that could be downloaded and evaluated on RealEstate10K test set:\n\n```sh\npython -m misc.download_pretrained_models -o exp/re10k_v2\nsh evaluate.sh exp/re10k_v2\n```\n\n## Training\n\nIn order to train the model on RealEstate10K dataset execute this command:\n```sh\npython train.py \\\n  +experiment=layered_re10k \\\n  model.depth.version=v1 \\\n  train.logging=false \n```\n\nFor multiple GPU, we can run with this command:\n```sh\nsh train.sh\n```\nYou can modify the cluster information in ```configs/hydra/cluster```.\n\n\n## BibTeX\n```\n@article{szymanowicz2024flash3d,\n      author = {Szymanowicz, Stanislaw and Insafutdinov, Eldar and Zheng, Chuanxia and Campbell, Dylan and Henriques, Joao and Rupprecht, Christian and Vedaldi, Andrea},\n      title = {Flash3D: Feed-Forward Generalisable 3D Scene Reconstruction from a Single Image},\n      journal = {arxiv},\n      year = {2024},\n}\n```\n\n\n\n\n"
  },
  {
    "path": "configs/config.yaml",
    "content": "defaults:\n  - _self_\n  - hydra: defaults\n  - model: gaussian\n  - dataset: re10k\n  - loss: [reconstruction]\n\nconfig:\n  exp_name: \"debug\"\n  file: \"config.yaml\"\n\ndata_loader:\n  batch_size: 16\n  num_workers: 16\n\ntrain:\n  logging: true\n  mixed_precision: #32-true, 16-mixed\n  num_gpus: 1\n  load_weights_folder:\n  ema:\n    use: true\n    update_every: 10\n    update_after_step: 100\n    beta: 0.9999\n\noptimiser:\n  learning_rate: 1e-4\n  num_epochs: 20\n  scheduler_lambda_step_size: 60000\n\nrun:\n  resume_ckpt: null\n  dirpath: null\n  debug: false\n  random_seed: 42\n  git_hash: null\n  log_frequency: 250\n  save_frequency: 5000\n  val_frequency: 5000\n  num_keep_ckpts: 5\n"
  },
  {
    "path": "configs/dataset/kitti.yaml",
    "content": "name: kitti\ndata_path: /scratch/shared/nfs1/eldar/data/kitti_raw\npose_path: /users/cxzheng/code/facilitate4d/datasets/kitti_raw/orb-slam_poses\ndepth_path: null\nsplit_path: /users/cxzheng/code/facilitate4d/splits\nsplit: tulsiani2 # eigen_zhou\", \"eigen_full\", \"odom\", \"benchmark\", \"eldar\npng: false\n\nheight: 128\nwidth: 384\n\nznear: 0.01\nzfar: 100.0\nstereo: true\ncolor_aug: false\nkeep_aspect_ratio: false\nprecise_intrinsics: true\nflip_left_right: false\npad_border_aug: 0\n\nscale_pose_by_depth: false"
  },
  {
    "path": "configs/dataset/nyuv2.yaml",
    "content": "name: nyuv2\nsplit: original\ndata_path: /scratch/shared/beegfs/eldar/data/nyuv2_raw\ncolmap_path: /work/eldar/data/datasets/nyuv2_colmap\nsplit_path: splits/nyuv2/val_files.txt\n\nheight: 256\nwidth: 384\n\nznear: 0.01\nzfar: 100.0\nresize: true\nmax_fov: 100.0\n\ncolor_aug: false\nskip_bad_shape: false\ncrop_principal_point: false\n\nsubset: -1\npad_border_aug: 32\nscale_pose_by_depth: true\n"
  },
  {
    "path": "configs/dataset/re10k.yaml",
    "content": "name: re10k\nsplit: original\ndata_path: data/RealEstate10K \ndepth_path:\nunpack_pcl_tar: false\npreload_depths: false\nransac_on_the_fly: false\ntest_split_path: splits/re10k_mine_filtered/val_files.txt\n\nheight: 256\nwidth: 384\n\nznear: 0.01\nzfar: 100.0\nmax_fov: 100.0\n\nfrom_tar: false\ncopy_to_local: true\ncolor_aug: false\nskip_bad_shape: true\ndilation: random\nmax_dilation: 15\npad_border_aug: 32\nsubset: -1  # use subset frames for small set overfitting\n\nframe_sampling_method: random\nscale_pose_by_depth: true\ntest_split: mine\n"
  },
  {
    "path": "configs/experiment/layered_kitti.yaml",
    "content": "# @package _global_\nconfig:\n  exp_name: debug\n\ndefaults:\n  - override /dataset: kitti\n  - override /model: gaussian\n  - override /loss: [regularization, reconstruction]\n\noptimiser:\n  scheduler_lambda_step_size: 500000\n\ntrain:\n  scale_pose_by_depth: true\n  use_gt_poses: true\n\nmodel:\n  name: unidepth\n  gauss_novel_frames: [1, 2]\n  renderer_w_pose: true\n  scale_with_depth: false\n  opacity_scale: 1.0\n  depth_scale: 0.1\n  xyz_scale: 0.2\n  max_depth: 20\n  depth_cond: true\n  "
  },
  {
    "path": "configs/experiment/layered_nyuv2.yaml",
    "content": "# @package _global_\nconfig:\n  exp_name: debug\n\ndefaults:\n  - override /dataset: nyuv2\n  - override /model: gaussian\n  - override /loss: [regularization, reconstruction]\n\noptimiser:\n  scheduler_lambda_step_size: 500000\n\ntrain:\n  scale_pose_by_depth: true\n  use_gt_poses: true\n\nmodel:\n  name: unidepth\n  gauss_novel_frames: [-1, 1, 2]\n  renderer_w_pose: true\n  scale_with_depth: false\n  opacity_scale: 1.0\n  depth_scale: 0.1\n  xyz_scale: 0.2\n  max_depth: 20\n  depth_cond: true\n  "
  },
  {
    "path": "configs/experiment/layered_re10k.yaml",
    "content": "# @package _global_\nconfig:\n  exp_name: debug\n\ndefaults:\n  - override /dataset: re10k\n  - override /model: gaussian\n  - override /loss: [regularization, reconstruction]\n\noptimiser:\n  scheduler_lambda_step_size: 500000\n\ntrain:\n  scale_pose_by_depth: true\n  use_gt_poses: true\n\nmodel:\n  name: unidepth\n  gauss_novel_frames: [-1, 1, 2]\n  renderer_w_pose: true\n  scale_with_depth: false\n  opacity_scale: 1.0\n  depth_scale: 0.1\n  xyz_scale: 0.2\n  max_depth: 20\n  depth_cond: true\n  "
  },
  {
    "path": "configs/hydra/cluster.yaml",
    "content": "---\nrun:\n  dir: exp\nsweep:\n  dir: exp\n  subdir: ${hydra.job.override_dirname}\njob:\n  chdir: True\nlauncher:\n  submitit_folder: ${hydra.sweep.dir}/.submitit/%j\n  timeout_min: 1\n  cpus_per_task: 16\n  gpus_per_node: 1\n  partition: gpu\n  constraint: a6000\n  tasks_per_node: 1\n  mem_gb: 128\n  nodes: 1\n  name: ${hydra.job.override_dirname}\n  _target_: hydra_plugins.hydra_submitit_launcher.submitit_launcher.SlurmLauncher\n  comment: null\n  exclude: gnodek1,gnodeg1,gnodeg3,gnodee4,gnodek2\n  max_num_timeout: 0\n  additional_parameters: {time: \"3-00:00:00\"}\n  array_parallelism: 32\n  setup: null\n"
  },
  {
    "path": "configs/hydra/defaults.yaml",
    "content": "---\nrun:\n  dir: exp/${now:%Y-%m-%d}/${now:%H-%M-%S}\nsweep:\n  dir: exp/${now:%Y-%m-%d}/${now:%H-%M-%S}\n  subdir: ${hydra.job.override_dirname}\njob:\n  chdir: True\n"
  },
  {
    "path": "configs/loss/reconstruction.yaml",
    "content": "mse:\n  weight: 1.0\n  type: l1\n\nssim:\n  weight: 0.85\n\nlpips:\n  weight: 0.01\n  apply_after_step: 50000"
  },
  {
    "path": "configs/loss/regularization.yaml",
    "content": "gauss_scale:\n  weight: 0.001\n  thresh: 2.0\n\ngauss_offset:\n  weight: 0.01\n  thresh: 1.0"
  },
  {
    "path": "configs/model/backbone/resnet.yaml",
    "content": "name: resnet\nnum_layers: 50 # 18, 34, 50, 101, 152\nnum_ch_dec: [32,32,64,128,256]\nresnet_bn_order: pre_bn # monodepth, pre_bn\nweights_init: pretrained\nupsample_mode: nearest\ndepth_cond: true"
  },
  {
    "path": "configs/model/depth/unidepth.yaml",
    "content": "version: v1\nbackbone: vitl14"
  },
  {
    "path": "configs/model/gaussian.yaml",
    "content": "defaults:\n  - depth: unidepth\n  - backbone: resnet\n\nname: unidepth\nframe_ids: [0, -1, 1]\nscales: [0]\ngauss_novel_frames: [1, 2]\n\nmin_depth: 0.1\nmax_depth: 100\n\n# gaussian parameters\ngaussians_per_pixel: 2\ngaussian_rendering: true\nrandomise_bg_colour: true\nmax_sh_degree: 1\nscaled_offset: false\none_gauss_decoder: false\npredict_offset: true\nbg_colour: [0.5, 0.5, 0.5]\nshift_rays_half_pixel: forward\n\ndepth_type: depth_inc\ndepth_scale: 1.0\nxyz_scale: 1e-02\nopacity_scale: 1e-3\nscale_scale: 1e-1\nsh_scale: 1.0\n\nscale_lambda: 0.01\ndepth_bias: -0.1\nxyz_bias: 0.0\nopacity_bias: 0.0\nscale_bias: 0.02\n"
  },
  {
    "path": "datasets/colmap_misc.py",
    "content": "import numpy as np\nimport torch\n\nfrom datasets.colmap_utils import \\\n    read_images_binary, \\\n    read_points3d_binary, \\\n    read_model, \\\n    qvec2rotmat\n\n\ndef is_computed(sparse_dir):\n    try:\n        cameras, images, points3D = read_model(sparse_dir, \".bin\")\n        is_good = True\n    except:\n        is_good = False\n    return is_good\n\n\ndef read_colmap_pose(image):\n    R = qvec2rotmat(image.qvec).astype(np.float32)\n    t = image.tvec.astype(np.float32)\n    T_w2c = np.vstack([\n        np.hstack((R, np.expand_dims(t, axis=1))),\n        np.array([0, 0, 0, 1])\n    ])\n    return T_w2c.astype(np.float32)\n\n\ndef read_camera_params(camera):\n    W = camera.width\n    H = camera.height\n    intr = camera.params\n    K = np.eye(3, dtype=np.float32)\n    K[0, 0] = intr[0]\n    K[1, 1] = intr[1]\n    K[0, 2] = intr[2]\n    K[1, 2] = intr[3]\n    return H, W, K\n\n\ndef load_sparse_pcl_colmap(dir_recon):\n    ext = \"bin\"\n    images = read_images_binary(dir_recon / f\"images.{ext}\")\n    points3D = read_points3d_binary(dir_recon / f\"points3D.{ext}\")\n\n    # convert 3D coordinates to an easier to process format\n    xyz_ids = np.array(list(points3D.keys()))\n    xyz = np.zeros((np.max(xyz_ids)+1, 3), dtype=np.float32)\n    for id in xyz_ids:\n        xyz[id, :] = points3D[id].xyz\n\n    image_ids = sorted(list(images.keys()))\n    xys = [images[image_id].xys for image_id in image_ids]\n    p3D_ids = [images[image_id].point3D_ids for image_id in image_ids]\n\n    return {\n        \"images\": images,\n        \"xys\": xys,\n        \"p3D_ids\": p3D_ids,\n        \"xyz\": xyz\n    }\n\n\ndef get_sparse_depth(T_w2c, img_size, crop_margin, sparse_pcl, frame_idx):\n    \"\"\"\n    img_size: (W, H) - original size of the image before resizing as used by COLMAP\n    \"\"\"\n    # image_id-1 == frame_idx\n    xys_all = sparse_pcl[\"xys\"]\n    p3D_ids_all = sparse_pcl[\"p3D_ids\"]\n    xyz = sparse_pcl[\"xyz\"]\n\n    xys = xys_all[frame_idx]\n    p3D_ids = p3D_ids_all[frame_idx]\n\n    visible_points = p3D_ids != -1\n    xys = xys[visible_points, :]\n    p3D_ids = p3D_ids[visible_points]\n\n    xyz_image = xyz[p3D_ids, :]\n    xyz_image_h = np.hstack((xyz_image, np.ones_like(xyz_image[:, :1])))\n\n    # ===== compute point projections onto image with network data ====\n    # index to -1 because image_ids are 1-indexed\n    # K = _process_projs(pose_data[\"intrinsics\"][image_id-1], H, W)\n    # load the extrinsic matrixself.num_scales\n    # P = K @ T_w2c\n    xyz_pix = np.einsum(\"ji,ni->nj\", T_w2c, xyz_image_h)[:, :3]\n    depth = xyz_pix[:, 2:]\n    xys_scaled = ((xys - crop_margin) / img_size - 0.5) * 2\n    xyd = np.concatenate([xys_scaled, depth], axis=1)\n    return torch.from_numpy(xyd).to(torch.float32)"
  },
  {
    "path": "datasets/colmap_utils.py",
    "content": "# Copyright (c) 2018, ETH Zurich and UNC Chapel Hill.\n# All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#\n#     * Redistributions of source code must retain the above copyright\n#       notice, this list of conditions and the following disclaimer.\n#\n#     * Redistributions in binary form must reproduce the above copyright\n#       notice, this list of conditions and the following disclaimer in the\n#       documentation and/or other materials provided with the distribution.\n#\n#     * Neither the name of ETH Zurich and UNC Chapel Hill nor the names of\n#       its contributors may be used to endorse or promote products derived\n#       from this software without specific prior written permission.\n#\n# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE\n# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n# POSSIBILITY OF SUCH DAMAGE.\n#\n# Author: Johannes L. Schoenberger (jsch-at-demuc-dot-de)\n\nimport os\nimport sys\nimport collections\nimport numpy as np\nimport struct\nimport argparse\n\n\nCameraModel = collections.namedtuple(\n    \"CameraModel\", [\"model_id\", \"model_name\", \"num_params\"])\nCamera = collections.namedtuple(\n    \"Camera\", [\"id\", \"model\", \"width\", \"height\", \"params\"])\nBaseImage = collections.namedtuple(\n    \"Image\", [\"id\", \"qvec\", \"tvec\", \"camera_id\", \"name\", \"xys\", \"point3D_ids\"])\nPoint3D = collections.namedtuple(\n    \"Point3D\", [\"id\", \"xyz\", \"rgb\", \"error\", \"image_ids\", \"point2D_idxs\"])\n\n\nclass Image(BaseImage):\n    def qvec2rotmat(self):\n        return qvec2rotmat(self.qvec)\n\n\nCAMERA_MODELS = {\n    CameraModel(model_id=0, model_name=\"SIMPLE_PINHOLE\", num_params=3),\n    CameraModel(model_id=1, model_name=\"PINHOLE\", num_params=4),\n    CameraModel(model_id=2, model_name=\"SIMPLE_RADIAL\", num_params=4),\n    CameraModel(model_id=3, model_name=\"RADIAL\", num_params=5),\n    CameraModel(model_id=4, model_name=\"OPENCV\", num_params=8),\n    CameraModel(model_id=5, model_name=\"OPENCV_FISHEYE\", num_params=8),\n    CameraModel(model_id=6, model_name=\"FULL_OPENCV\", num_params=12),\n    CameraModel(model_id=7, model_name=\"FOV\", num_params=5),\n    CameraModel(model_id=8, model_name=\"SIMPLE_RADIAL_FISHEYE\", num_params=4),\n    CameraModel(model_id=9, model_name=\"RADIAL_FISHEYE\", num_params=5),\n    CameraModel(model_id=10, model_name=\"THIN_PRISM_FISHEYE\", num_params=12)\n}\nCAMERA_MODEL_IDS = dict([(camera_model.model_id, camera_model)\n                         for camera_model in CAMERA_MODELS])\nCAMERA_MODEL_NAMES = dict([(camera_model.model_name, camera_model)\n                           for camera_model in CAMERA_MODELS])\n\n\ndef read_next_bytes(fid, num_bytes, format_char_sequence, endian_character=\"<\"):\n    \"\"\"Read and unpack the next bytes from a binary file.\n    :param fid:\n    :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.\n    :param format_char_sequence: List of {c, e, f, d, h, H, i, I, l, L, q, Q}.\n    :param endian_character: Any of {@, =, <, >, !}\n    :return: Tuple of read and unpacked values.\n    \"\"\"\n    data = fid.read(num_bytes)\n    return struct.unpack(endian_character + format_char_sequence, data)\n\n\ndef write_next_bytes(fid, data, format_char_sequence, endian_character=\"<\"):\n    \"\"\"pack and write to a binary file.\n    :param fid:\n    :param data: data to send, if multiple elements are sent at the same time,\n    they should be encapsuled either in a list or a tuple\n    :param format_char_sequence: List of {c, e, f, d, h, H, i, I, l, L, q, Q}.\n    should be the same length as the data list or tuple\n    :param endian_character: Any of {@, =, <, >, !}\n    \"\"\"\n    if isinstance(data, (list, tuple)):\n        bytes = struct.pack(endian_character + format_char_sequence, *data)\n    else:\n        bytes = struct.pack(endian_character + format_char_sequence, data)\n    fid.write(bytes)\n\n\ndef read_cameras_text(path):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::WriteCamerasText(const std::string& path)\n        void Reconstruction::ReadCamerasText(const std::string& path)\n    \"\"\"\n    cameras = {}\n    with open(path, \"r\") as fid:\n        while True:\n            line = fid.readline()\n            if not line:\n                break\n            line = line.strip()\n            if len(line) > 0 and line[0] != \"#\":\n                elems = line.split()\n                camera_id = int(elems[0])\n                model = elems[1]\n                width = int(elems[2])\n                height = int(elems[3])\n                params = np.array(tuple(map(float, elems[4:])))\n                cameras[camera_id] = Camera(id=camera_id, model=model,\n                                            width=width, height=height,\n                                            params=params)\n    return cameras\n\n\ndef read_cameras_binary(path_to_model_file):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::WriteCamerasBinary(const std::string& path)\n        void Reconstruction::ReadCamerasBinary(const std::string& path)\n    \"\"\"\n    cameras = {}\n    with open(path_to_model_file, \"rb\") as fid:\n        num_cameras = read_next_bytes(fid, 8, \"Q\")[0]\n        for _ in range(num_cameras):\n            camera_properties = read_next_bytes(\n                fid, num_bytes=24, format_char_sequence=\"iiQQ\")\n            camera_id = camera_properties[0]\n            model_id = camera_properties[1]\n            model_name = CAMERA_MODEL_IDS[camera_properties[1]].model_name\n            width = camera_properties[2]\n            height = camera_properties[3]\n            num_params = CAMERA_MODEL_IDS[model_id].num_params\n            params = read_next_bytes(fid, num_bytes=8*num_params,\n                                     format_char_sequence=\"d\"*num_params)\n            cameras[camera_id] = Camera(id=camera_id,\n                                        model=model_name,\n                                        width=width,\n                                        height=height,\n                                        params=np.array(params))\n        assert len(cameras) == num_cameras\n    return cameras\n\n\ndef write_cameras_text(cameras, path):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::WriteCamerasText(const std::string& path)\n        void Reconstruction::ReadCamerasText(const std::string& path)\n    \"\"\"\n    HEADER = \"# Camera list with one line of data per camera:\\n\"\n    \"#   CAMERA_ID, MODEL, WIDTH, HEIGHT, PARAMS[]\\n\"\n    \"# Number of cameras: {}\\n\".format(len(cameras))\n    with open(path, \"w\") as fid:\n        fid.write(HEADER)\n        for _, cam in cameras.items():\n            to_write = [cam.id, cam.model, cam.width, cam.height, *cam.params]\n            line = \" \".join([str(elem) for elem in to_write])\n            fid.write(line + \"\\n\")\n\n\ndef write_cameras_binary(cameras, path_to_model_file):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::WriteCamerasBinary(const std::string& path)\n        void Reconstruction::ReadCamerasBinary(const std::string& path)\n    \"\"\"\n    with open(path_to_model_file, \"wb\") as fid:\n        write_next_bytes(fid, len(cameras), \"Q\")\n        for _, cam in cameras.items():\n            model_id = CAMERA_MODEL_NAMES[cam.model].model_id\n            camera_properties = [cam.id,\n                                 model_id,\n                                 cam.width,\n                                 cam.height]\n            write_next_bytes(fid, camera_properties, \"iiQQ\")\n            for p in cam.params:\n                write_next_bytes(fid, float(p), \"d\")\n    return cameras\n\n\ndef read_images_text(path):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::ReadImagesText(const std::string& path)\n        void Reconstruction::WriteImagesText(const std::string& path)\n    \"\"\"\n    images = {}\n    with open(path, \"r\") as fid:\n        while True:\n            line = fid.readline()\n            if not line:\n                break\n            line = line.strip()\n            if len(line) > 0 and line[0] != \"#\":\n                elems = line.split()\n                image_id = int(elems[0])\n                qvec = np.array(tuple(map(float, elems[1:5])))\n                tvec = np.array(tuple(map(float, elems[5:8])))\n                camera_id = int(elems[8])\n                image_name = elems[9]\n                elems = fid.readline().split()\n                xys = np.column_stack([tuple(map(float, elems[0::3])),\n                                       tuple(map(float, elems[1::3]))])\n                point3D_ids = np.array(tuple(map(int, elems[2::3])))\n                images[image_id] = Image(\n                    id=image_id, qvec=qvec, tvec=tvec,\n                    camera_id=camera_id, name=image_name,\n                    xys=xys, point3D_ids=point3D_ids)\n    return images\n\n\ndef read_images_binary(path_to_model_file):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::ReadImagesBinary(const std::string& path)\n        void Reconstruction::WriteImagesBinary(const std::string& path)\n    \"\"\"\n    images = {}\n    with open(path_to_model_file, \"rb\") as fid:\n        num_reg_images = read_next_bytes(fid, 8, \"Q\")[0]\n        for _ in range(num_reg_images):\n            binary_image_properties = read_next_bytes(\n                fid, num_bytes=64, format_char_sequence=\"idddddddi\")\n            image_id = binary_image_properties[0]\n            qvec = np.array(binary_image_properties[1:5])\n            tvec = np.array(binary_image_properties[5:8])\n            camera_id = binary_image_properties[8]\n            image_name = \"\"\n            current_char = read_next_bytes(fid, 1, \"c\")[0]\n            while current_char != b\"\\x00\":   # look for the ASCII 0 entry\n                image_name += current_char.decode(\"utf-8\")\n                current_char = read_next_bytes(fid, 1, \"c\")[0]\n            num_points2D = read_next_bytes(fid, num_bytes=8,\n                                           format_char_sequence=\"Q\")[0]\n            x_y_id_s = read_next_bytes(fid, num_bytes=24*num_points2D,\n                                       format_char_sequence=\"ddq\"*num_points2D)\n            xys = np.column_stack([tuple(map(float, x_y_id_s[0::3])),\n                                   tuple(map(float, x_y_id_s[1::3]))])\n            point3D_ids = np.array(tuple(map(int, x_y_id_s[2::3])))\n            images[image_id] = Image(\n                id=image_id, qvec=qvec, tvec=tvec,\n                camera_id=camera_id, name=image_name,\n                xys=xys, point3D_ids=point3D_ids)\n    return images\n\n\ndef write_images_text(images, path):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::ReadImagesText(const std::string& path)\n        void Reconstruction::WriteImagesText(const std::string& path)\n    \"\"\"\n    if len(images) == 0:\n        mean_observations = 0\n    else:\n        mean_observations = sum((len(img.point3D_ids) for _, img in images.items()))/len(images)\n    HEADER = \"# Image list with two lines of data per image:\\n\"\n    \"#   IMAGE_ID, QW, QX, QY, QZ, TX, TY, TZ, CAMERA_ID, NAME\\n\"\n    \"#   POINTS2D[] as (X, Y, POINT3D_ID)\\n\"\n    \"# Number of images: {}, mean observations per image: {}\\n\".format(len(images), mean_observations)\n\n    with open(path, \"w\") as fid:\n        fid.write(HEADER)\n        for _, img in images.items():\n            image_header = [img.id, *img.qvec, *img.tvec, img.camera_id, img.name]\n            first_line = \" \".join(map(str, image_header))\n            fid.write(first_line + \"\\n\")\n\n            points_strings = []\n            for xy, point3D_id in zip(img.xys, img.point3D_ids):\n                points_strings.append(\" \".join(map(str, [*xy, point3D_id])))\n            fid.write(\" \".join(points_strings) + \"\\n\")\n\n\ndef write_images_binary(images, path_to_model_file):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::ReadImagesBinary(const std::string& path)\n        void Reconstruction::WriteImagesBinary(const std::string& path)\n    \"\"\"\n    with open(path_to_model_file, \"wb\") as fid:\n        write_next_bytes(fid, len(images), \"Q\")\n        for _, img in images.items():\n            write_next_bytes(fid, img.id, \"i\")\n            write_next_bytes(fid, img.qvec.tolist(), \"dddd\")\n            write_next_bytes(fid, img.tvec.tolist(), \"ddd\")\n            write_next_bytes(fid, img.camera_id, \"i\")\n            for char in img.name:\n                write_next_bytes(fid, char.encode(\"utf-8\"), \"c\")\n            write_next_bytes(fid, b\"\\x00\", \"c\")\n            write_next_bytes(fid, len(img.point3D_ids), \"Q\")\n            for xy, p3d_id in zip(img.xys, img.point3D_ids):\n                write_next_bytes(fid, [*xy, p3d_id], \"ddq\")\n\n\ndef read_points3D_text(path):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::ReadPoints3DText(const std::string& path)\n        void Reconstruction::WritePoints3DText(const std::string& path)\n    \"\"\"\n    points3D = {}\n    with open(path, \"r\") as fid:\n        while True:\n            line = fid.readline()\n            if not line:\n                break\n            line = line.strip()\n            if len(line) > 0 and line[0] != \"#\":\n                elems = line.split()\n                point3D_id = int(elems[0])\n                xyz = np.array(tuple(map(float, elems[1:4])))\n                rgb = np.array(tuple(map(int, elems[4:7])))\n                error = float(elems[7])\n                image_ids = np.array(tuple(map(int, elems[8::2])))\n                point2D_idxs = np.array(tuple(map(int, elems[9::2])))\n                points3D[point3D_id] = Point3D(id=point3D_id, xyz=xyz, rgb=rgb,\n                                               error=error, image_ids=image_ids,\n                                               point2D_idxs=point2D_idxs)\n    return points3D\n\n\ndef read_points3d_binary(path_to_model_file):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::ReadPoints3DBinary(const std::string& path)\n        void Reconstruction::WritePoints3DBinary(const std::string& path)\n    \"\"\"\n    points3D = {}\n    with open(path_to_model_file, \"rb\") as fid:\n        num_points = read_next_bytes(fid, 8, \"Q\")[0]\n        for _ in range(num_points):\n            binary_point_line_properties = read_next_bytes(\n                fid, num_bytes=43, format_char_sequence=\"QdddBBBd\")\n            point3D_id = binary_point_line_properties[0]\n            xyz = np.array(binary_point_line_properties[1:4])\n            rgb = np.array(binary_point_line_properties[4:7])\n            error = np.array(binary_point_line_properties[7])\n            track_length = read_next_bytes(\n                fid, num_bytes=8, format_char_sequence=\"Q\")[0]\n            track_elems = read_next_bytes(\n                fid, num_bytes=8*track_length,\n                format_char_sequence=\"ii\"*track_length)\n            image_ids = np.array(tuple(map(int, track_elems[0::2])))\n            point2D_idxs = np.array(tuple(map(int, track_elems[1::2])))\n            points3D[point3D_id] = Point3D(\n                id=point3D_id, xyz=xyz, rgb=rgb,\n                error=error, image_ids=image_ids,\n                point2D_idxs=point2D_idxs)\n    return points3D\n\n\ndef write_points3D_text(points3D, path):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::ReadPoints3DText(const std::string& path)\n        void Reconstruction::WritePoints3DText(const std::string& path)\n    \"\"\"\n    if len(points3D) == 0:\n        mean_track_length = 0\n    else:\n        mean_track_length = sum((len(pt.image_ids) for _, pt in points3D.items()))/len(points3D)\n    HEADER = \"# 3D point list with one line of data per point:\\n\"\n    \"#   POINT3D_ID, X, Y, Z, R, G, B, ERROR, TRACK[] as (IMAGE_ID, POINT2D_IDX)\\n\"\n    \"# Number of points: {}, mean track length: {}\\n\".format(len(points3D), mean_track_length)\n\n    with open(path, \"w\") as fid:\n        fid.write(HEADER)\n        for _, pt in points3D.items():\n            point_header = [pt.id, *pt.xyz, *pt.rgb, pt.error]\n            fid.write(\" \".join(map(str, point_header)) + \" \")\n            track_strings = []\n            for image_id, point2D in zip(pt.image_ids, pt.point2D_idxs):\n                track_strings.append(\" \".join(map(str, [image_id, point2D])))\n            fid.write(\" \".join(track_strings) + \"\\n\")\n\n\ndef write_points3d_binary(points3D, path_to_model_file):\n    \"\"\"\n    see: src/base/reconstruction.cc\n        void Reconstruction::ReadPoints3DBinary(const std::string& path)\n        void Reconstruction::WritePoints3DBinary(const std::string& path)\n    \"\"\"\n    with open(path_to_model_file, \"wb\") as fid:\n        write_next_bytes(fid, len(points3D), \"Q\")\n        for _, pt in points3D.items():\n            write_next_bytes(fid, pt.id, \"Q\")\n            write_next_bytes(fid, pt.xyz.tolist(), \"ddd\")\n            write_next_bytes(fid, pt.rgb.tolist(), \"BBB\")\n            write_next_bytes(fid, pt.error, \"d\")\n            track_length = pt.image_ids.shape[0]\n            write_next_bytes(fid, track_length, \"Q\")\n            for image_id, point2D_id in zip(pt.image_ids, pt.point2D_idxs):\n                write_next_bytes(fid, [image_id, point2D_id], \"ii\")\n\n\ndef detect_model_format(path, ext):\n    if os.path.isfile(os.path.join(path, \"cameras\"  + ext)) and \\\n       os.path.isfile(os.path.join(path, \"images\"   + ext)) and \\\n       os.path.isfile(os.path.join(path, \"points3D\" + ext)):\n        return True\n\n    return False\n\n\ndef read_model(path, ext=\"\"):\n    # try to detect the extension automatically\n    if ext == \"\":\n        if detect_model_format(path, \".bin\"):\n            ext = \".bin\"\n        elif detect_model_format(path, \".txt\"):\n            ext = \".txt\"\n        else:\n            print(\"Provide model format: '.bin' or '.txt'\")\n            return\n\n    if ext == \".txt\":\n        cameras = read_cameras_text(os.path.join(path, \"cameras\" + ext))\n        images = read_images_text(os.path.join(path, \"images\" + ext))\n        points3D = read_points3D_text(os.path.join(path, \"points3D\") + ext)\n    else:\n        cameras = read_cameras_binary(os.path.join(path, \"cameras\" + ext))\n        images = read_images_binary(os.path.join(path, \"images\" + ext))\n        points3D = read_points3d_binary(os.path.join(path, \"points3D\") + ext)\n    return cameras, images, points3D\n\n\ndef write_model(cameras, images, points3D, path, ext=\".bin\"):\n    if ext == \".txt\":\n        write_cameras_text(cameras, os.path.join(path, \"cameras\" + ext))\n        write_images_text(images, os.path.join(path, \"images\" + ext))\n        write_points3D_text(points3D, os.path.join(path, \"points3D\") + ext)\n    else:\n        write_cameras_binary(cameras, os.path.join(path, \"cameras\" + ext))\n        write_images_binary(images, os.path.join(path, \"images\" + ext))\n        write_points3d_binary(points3D, os.path.join(path, \"points3D\") + ext)\n    return cameras, images, points3D\n\n\ndef qvec2rotmat(qvec):\n    return np.array([\n        [1 - 2 * qvec[2]**2 - 2 * qvec[3]**2,\n         2 * qvec[1] * qvec[2] - 2 * qvec[0] * qvec[3],\n         2 * qvec[3] * qvec[1] + 2 * qvec[0] * qvec[2]],\n        [2 * qvec[1] * qvec[2] + 2 * qvec[0] * qvec[3],\n         1 - 2 * qvec[1]**2 - 2 * qvec[3]**2,\n         2 * qvec[2] * qvec[3] - 2 * qvec[0] * qvec[1]],\n        [2 * qvec[3] * qvec[1] - 2 * qvec[0] * qvec[2],\n         2 * qvec[2] * qvec[3] + 2 * qvec[0] * qvec[1],\n         1 - 2 * qvec[1]**2 - 2 * qvec[2]**2]])\n\n\ndef rotmat2qvec(R):\n    Rxx, Ryx, Rzx, Rxy, Ryy, Rzy, Rxz, Ryz, Rzz = R.flat\n    K = np.array([\n        [Rxx - Ryy - Rzz, 0, 0, 0],\n        [Ryx + Rxy, Ryy - Rxx - Rzz, 0, 0],\n        [Rzx + Rxz, Rzy + Ryz, Rzz - Rxx - Ryy, 0],\n        [Ryz - Rzy, Rzx - Rxz, Rxy - Ryx, Rxx + Ryy + Rzz]]) / 3.0\n    eigvals, eigvecs = np.linalg.eigh(K)\n    qvec = eigvecs[[3, 0, 1, 2], np.argmax(eigvals)]\n    if qvec[0] < 0:\n        qvec *= -1\n    return qvec\n\n\ndef main():\n    parser = argparse.ArgumentParser(description=\"Read and write COLMAP binary and text models\")\n    parser.add_argument(\"--input_model\", help=\"path to input model folder\")\n    parser.add_argument(\"--input_format\", choices=[\".bin\", \".txt\"],\n                        help=\"input model format\", default=\"\")\n    parser.add_argument(\"--output_model\",\n                        help=\"path to output model folder\")\n    parser.add_argument(\"--output_format\", choices=[\".bin\", \".txt\"],\n                        help=\"outut model format\", default=\".txt\")\n    args = parser.parse_args()\n\n    cameras, images, points3D = read_model(path=args.input_model, ext=args.input_format)\n\n    print(\"num_cameras:\", len(cameras))\n    print(\"num_images:\", len(images))\n    print(\"num_points3D:\", len(points3D))\n\n    if args.output_model is not None:\n        write_model(cameras, images, points3D, path=args.output_model, ext=args.output_format)\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "datasets/data.py",
    "content": "from PIL import Image\nimport numpy as np\nimport torch\n\n\ndef process_projs(proj):\n    # pose in dataset is normalised by resolution\n    # need to unnormalise it for metric projection\n    K = np.eye(3, dtype=np.float32)\n    K[0, 0] = proj[0]\n    K[1, 1] = proj[1]\n    K[0, 2] = proj[2]\n    K[1, 2] = proj[3]\n    return K\n\n\ndef pose_to_4x4(w2c):\n    if w2c.shape[0] == 3:\n        w2c = np.concatenate((w2c.astype(np.float32),\n                             np.array([[0, 0, 0, 1]], dtype=np.float32)), axis=0)\n    return w2c\n\n\ndef data_to_c2w(w2c):\n    w2c = pose_to_4x4(w2c)\n    c2w = np.linalg.inv(w2c)\n    return c2w\n\n\ndef pil_loader(path):\n    # open path as file to avoid ResourceWarning\n    # (https://github.com/python-pillow/Pillow/issues/835)\n    with open(path, 'rb') as f:\n        with Image.open(f) as img:\n            return img.convert('RGB')\n\n\ndef get_sparse_depth(pose_data, orig_size, sparse_pcl, frame_idx):\n    # image_id-1 == frame_idx\n    xys_all = sparse_pcl[\"xys\"]\n    p3D_ids_all = sparse_pcl[\"p3D_ids\"]\n    xyz = sparse_pcl[\"xyz\"]\n\n    xys = xys_all[frame_idx]\n    p3D_ids = p3D_ids_all[frame_idx]\n\n    W, H = orig_size\n\n    visible_points = p3D_ids != -1\n    xys = xys[visible_points, :]\n    p3D_ids = p3D_ids[visible_points]\n\n    xyz_image = xyz[p3D_ids, :]\n    xyz_image_h = np.hstack((xyz_image, np.ones_like(xyz_image[:, :1])))\n\n    # ===== compute point projections onto image with network data ====\n    # index to -1 because image_ids are 1-indexed\n    # K = _process_projs(pose_data[\"intrinsics\"][image_id-1], H, W)\n    # load the extrinsic matrixself.num_scales\n    T_w2c = pose_to_4x4(pose_data[\"poses\"][frame_idx])\n    # P = K @ T_w2c\n    xyz_pix = np.einsum(\"ji,ni->nj\", T_w2c, xyz_image_h)[:, :3]\n    depth = xyz_pix[:, 2:]\n    img_dim = np.array([[W, H]])\n    xys_scaled = (xys / img_dim - 0.5) * 2\n    xyd = np.concatenate([xys_scaled, depth], axis=1)\n    return torch.from_numpy(xyd).to(torch.float32)"
  },
  {
    "path": "datasets/download_realestate10k.py",
    "content": "\"\"\"\nAuthor: Felix Wimbauer\nSource: https://github.com/Brummi/BehindTheScenes/blob/main/datasets/realestate10k/download_realestate10k.py\n\"\"\"\nimport argparse\nimport os\nimport subprocess\nfrom multiprocessing import Pool\nfrom pathlib import Path\nfrom time import sleep\n\nfrom pytubefix import YouTube\nimport tqdm\nfrom subprocess import call\n\n\nclass Data:\n    def __init__(self, url, seqname, list_timestamps):\n        self.url = url\n        self.list_seqnames = []\n        self.list_list_timestamps = []\n\n        self.list_seqnames.append(seqname)\n        self.list_list_timestamps.append(list_timestamps)\n\n    def add(self, seqname, list_timestamps):\n        self.list_seqnames.append(seqname)\n        self.list_list_timestamps.append(list_timestamps)\n\n    def __len__(self):\n        return len(self.list_seqnames)\n\n\ndef process(data, seq_id, videoname, output_root):\n    seqname = data.list_seqnames[seq_id]\n    out_path = output_root / seqname\n    if not out_path.exists():\n        out_path.mkdir(exist_ok=True, parents=True)\n    else:\n        print(\"[INFO] Something Wrong, stop process\")\n        return True\n\n    list_str_timestamps = []\n    for timestamp in data.list_list_timestamps[seq_id]:\n        timestamp = int(timestamp / 1000)\n        str_hour = str(int(timestamp / 3600000)).zfill(2)\n        str_min = str(int(int(timestamp % 3600000) / 60000)).zfill(2)\n        str_sec = str(int(int(int(timestamp % 3600000) % 60000) / 1000)).zfill(2)\n        str_mill = str(int(int(int(timestamp % 3600000) % 60000) % 1000)).zfill(3)\n        _str_timestamp = str_hour + \":\" + str_min + \":\" + str_sec + \".\" + str_mill\n        list_str_timestamps.append(_str_timestamp)\n\n    # extract frames from a video\n    for idx, str_timestamp in enumerate(list_str_timestamps):\n        call((\"ffmpeg\", \"-ss\", str_timestamp, \"-i\", str(videoname), \"-vframes\", \"1\", \"-f\", \"image2\", str(out_path / f'{data.list_list_timestamps[seq_id][idx]}.jpg')), stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)\n\n    return False\n\n\ndef wrap_process(list_args):\n    return process(*list_args)\n\n\nclass DataDownloader:\n    def __init__(self, data_path: Path, out_path: Path, tmp_path: Path, mode='test'):\n        print(\"[INFO] Loading data list ... \", end='')\n        self.data_path = data_path\n        self.out_path = out_path\n        self.tmp_path = tmp_path\n        self.mode = mode\n\n        self.list_seqnames = sorted(self.data_path.glob('*.txt'))\n\n        self.is_done = out_path.exists()\n\n        out_path.mkdir(exist_ok=True, parents=True)\n\n        self.list_data = {}\n        for txt_file in tqdm.tqdm(self.list_seqnames):\n            seq_name = txt_file.stem\n\n            # extract info from txt\n            with open(txt_file, \"r\") as seq_file:\n                lines = seq_file.readlines()\n                youtube_url = \"\"\n                list_timestamps = []\n                for idx, line in enumerate(lines):\n                    if idx == 0:\n                        youtube_url = line.strip()\n                    else:\n                        timestamp = int(line.split(' ')[0])\n                        list_timestamps.append(timestamp)\n\n            if youtube_url in self.list_data:\n                self.list_data[youtube_url].add(seq_name, list_timestamps)\n            else:\n                self.list_data[youtube_url] = Data(youtube_url, seq_name, list_timestamps)\n\n        print(\" Done! \")\n        print(\"[INFO] {} movies are used in {} mode\".format(len(self.list_data), self.mode))\n\n    def run(self):\n        print(\"[INFO] Start downloading {} movies\".format(len(self.list_data)))\n\n        for global_count, data in enumerate(self.list_data.values()):\n            print(\"[INFO] Downloading {} \".format(data.url))\n            current_file = self.tmp_path / f\"current_{self.mode}\"\n\n            call((\"rm\", \"-r\", str(current_file)))\n\n            try:\n                # sometimes this fails because of known issues of pytube and unknown factors\n                yt = YouTube(data.url)\n                stream = yt.streams.filter(res='360p').first()\n                stream.download(str(current_file))\n            except:\n                with open(os.path.join(str(self.data_path.parent), 'failed_videos_' + self.mode + '.txt'), 'a') as f:\n                    for seqname in data.list_seqnames:\n                        f.writelines(seqname + '\\n')\n                continue\n\n            sleep(1)\n\n            current_file = next(current_file.iterdir())\n\n            if len(data) == 1:  # len(data) is len(data.list_seqnames)\n                process(data, 0, current_file, self.out_path)\n            else:\n                with Pool(processes=4) as pool:\n                    pool.map(wrap_process, [(data, seq_id, current_file, self.out_path) for seq_id in range(len(data))])\n\n            print(f\"[INFO] Extracted {sum(map(len, data.list_list_timestamps))}\")\n\n            # remove videos\n            call((\"rm\", str(current_file)))\n            # os.system(command)\n\n            if self.is_done:\n                return False\n\n        return True\n\n    def show(self):\n        print(\"########################################\")\n        global_count = 0\n        for data in self.list_data.values():\n            # print(\" URL : {}\".format(data.url))\n            for idx in range(len(data)):\n                # print(\" SEQ_{} : {}\".format(idx, data.list_seqnames[idx]))\n                # print(\" LEN_{} : {}\".format(idx, len(data.list_list_timestamps[idx])))\n                global_count = global_count + 1\n            # print(\"----------------------------------------\")\n\n        print(\"TOTAL : {} sequnces\".format(global_count))\n\n\ndef main():\n    parser = argparse.ArgumentParser()\n    parser.add_argument(\"-m\", \"--mode\", type=str)\n    parser.add_argument(\"-d\", \"--data_path\", type=str)\n    parser.add_argument(\"-o\", \"--out_path\", type=str)\n    tmpdir = os.environ.get('TMPDIR')\n    parser.add_argument(\"-t\", \"--tmp_path\", default=tmpdir, type=str)\n\n    args = parser.parse_args()\n    mode = args.mode\n    data_path = Path(args.data_path)\n    out_path = Path(args.out_path)\n    tmp_path = Path(args.tmp_path)\n\n    if mode not in [\"test\", \"train\"]:\n        raise ValueError(f\"Invalid split mode: {mode}\")\n\n    data_path = data_path / mode\n    out_path = out_path / mode\n    downloader = DataDownloader(\n        data_path=data_path,\n        out_path=out_path,\n        tmp_path=tmp_path,\n        mode=mode)\n\n    downloader.show()\n    is_ok = downloader.run()\n\n    if is_ok:\n        print(\"Done!\")\n    else:\n        print(\"Failed\")\n\n\nif __name__ == \"__main__\":\n    main()\n\n\n"
  },
  {
    "path": "datasets/download_realestate10k_colmap.sh",
    "content": "#!/bin/sh\n\nDATA_PATH=data/RealEstate10K\nfile_list=(\n    test.pickle.gz\n    train.pickle.gz\n    pcl.test.tar\n    pcl.train.tar\n    valid_seq_ids.train.pickle.gz\n    SHA512SUMS\n)\nROOT_URL=https://thor.robots.ox.ac.uk/flash3d\ncd $DATA_PATH \nfor item in \"${file_list[@]}\"; do\n    curl -O $ROOT_URL/$item\ndone\nsha512sum -c SHA512SUMS\n\n"
  },
  {
    "path": "datasets/kitti.py",
    "content": "import os\nimport random\nimport torch\nimport numpy as np\nimport torch.utils.data as data\nimport torchvision.transforms as T\n\nfrom PIL import Image\nfrom typing import Optional\nfrom pathlib import Path\nfrom datasets.data import  pil_loader\n\n\n# This could also be retrieved from\nBASE_SIZES = {\n    \"2011_09_26\": (375, 1242),\n    \"2011_09_28\": (370, 1224),\n    \"2011_09_29\": (374, 1238),\n    \"2011_09_30\": (370, 1226),\n    \"2011_10_03\": (376, 1241),\n}\n\ndef readlines(filename):\n    \"\"\"Read all the lines in a text file and return as a list\n    \"\"\"\n    with open(filename, 'r') as f:\n        lines = f.read().splitlines()\n    return lines\n\nclass KITTIDataset(data.Dataset):\n    def __init__(self,\n                 cfg,\n                 split: Optional[str]=None,\n                 ):\n        super().__init__()\n\n        self.cfg = cfg\n        self.data_path = Path(self.cfg.dataset.data_path)\n        self.split = split\n        fpath = os.path.join(cfg.dataset.split_path, cfg.dataset.split, f\"{split}_files.txt\")\n        self.filenames = readlines(fpath)\n\n        self.image_size = (self.cfg.dataset.height, self.cfg.dataset.width)\n        if self.cfg.dataset.pad_border_aug != 0:\n            self.pad_border_fn = T.Pad((self.cfg.dataset.pad_border_aug, \n                                        self.cfg.dataset.pad_border_aug))\n        self.num_scales = len(cfg.model.scales)\n        self.interp = Image.LANCZOS\n        self.loader = pil_loader\n        self.to_tensor = T.ToTensor()\n        \n        if cfg.model.gaussian_rendering:\n            frame_idxs = [0] + cfg.model.gauss_novel_frames\n            if cfg.dataset.stereo:\n                if split == \"train\":\n                    stereo_frames = []\n                    for frame_id in frame_idxs:\n                        stereo_frames += [f\"s{frame_id}\"]\n                    frame_idxs += stereo_frames\n                else:\n                    frame_idxs = [0, \"s0\"]\n        else:\n            # SfMLearner frames, eg. [0, -1, 1]\n            frame_idxs = cfg.model.frame_ids.copy()\n        self.frame_idxs = frame_idxs\n\n        self.is_train = split == \"train\"\n        self.img_ext = '.png' if cfg.dataset.png else '.jpg'\n\n        # We need to specify augmentations differently in newer versions of torchvision.\n        # We first try the newer tuple version; if this fails we fall back to scalars\n        try:\n            self.brightness = (0.8, 1.2)\n            self.contrast = (0.8, 1.2)\n            self.saturation = (0.8, 1.2)\n            self.hue = (-0.1, 0.1)\n        except TypeError:\n            self.brightness = 0.2\n            self.contrast = 0.2\n            self.saturation = 0.2\n            self.hue = 0.1\n\n        # multiple resolution support\n        self.resize = {}\n        for i in range(self.num_scales):\n            s = 2 ** i\n            new_size = (self.image_size[0] // s, self.image_size[1] // s)\n            self.resize[i] = T.Resize(new_size, interpolation=self.interp)\n\n        self.resize_depth = T.Resize(self.image_size, interpolation=T.InterpolationMode.NEAREST)\n\n        # NOTE: Make sure your intrinsics matrix is *normalized* by the original image size.\n        # To normalize you need to scale the first row by 1 / image_width and the second row\n        # by 1 / image_height. Monodepth2 assumes a principal point to be exactly centered.\n        # If your principal point is far from the center you might need to disable the horizontal\n        # flip augmentation.\n        self.K = np.array([[0.58, 0, 0.5, 0],\n                           [0, 1.92, 0.5, 0],\n                           [0, 0, 1, 0],\n                           [0, 0, 0, 1]], dtype=np.float32)\n\n        self.full_res_shape = (1242, 375)\n        self.side_map = {\"2\": 2, \"3\": 3, \"l\": 2, \"r\": 3}\n        self._calibs = self._load_calibs(self.data_path, self.image_size, cfg.dataset.keep_aspect_ratio)\n        self._sequences = self._get_sequences(self.data_path)\n        self.pose_path = cfg.dataset.pose_path\n        self.depth_path = cfg.dataset.depth_path\n        self.gt_depths = True if self.depth_path is not None else False\n        self.gt_poses = True if self.pose_path is not None else False\n        if self.pose_path is not None:\n            self._poses = self._load_poses(self.pose_path, self._sequences)\n\n    def __len__(self):\n        return len(self.filenames)\n\n    def get_color(self, folder, frame_index, side, do_flip):\n        image_path = self.get_image_path(folder, frame_index, side)\n        color = self.loader(image_path)\n\n        if do_flip:\n            color = color.transpose(Image.FLIP_LEFT_RIGHT)\n\n        return color\n\n    def get_depth_anything(self, folder, frame_index, side, do_flip):\n        f_str = f\"{frame_index:010d}.npy\"\n        depth_path = os.path.join(\n            self.data_path, folder, \"image_0{}/data\".format(self.side_map[side]), f_str)\n\n        depth_gt = np.squeeze(np.load(depth_path))\n\n        if do_flip:\n            depth_gt = np.fliplr(depth_gt)\n\n        return depth_gt\n\n    def get_image_path(self, folder, frame_index, side):\n        f_str = \"{:010d}{}\".format(frame_index, self.img_ext)\n        image_path = os.path.join(\n            self.data_path, folder, \"image_0{}/data\".format(self.side_map[side]), f_str)\n        return image_path\n\n    def preprocess(self, inputs, color_aug):\n        \"\"\"Resize colour images to the required scales and augment if required\n\n        We create the color_aug object in advance and apply the same augmentation to all\n        images in this item. This ensures that all images input to the pose network receive the\n        same augmentation.\n        \"\"\"\n        for k in list(inputs):\n            frame = inputs[k]\n            if \"color\" in k:\n                n, im, i = k\n                for i in range(self.num_scales):\n                    inputs[(n, im, i)] = self.resize[i](inputs[(n, im, i - 1)])\n\n        for k in list(inputs):\n            f = inputs[k]\n            if \"color\" in k:\n                n, im, i = k\n                inputs[(n, im, i)] = self.to_tensor(f)\n                if self.cfg.dataset.pad_border_aug != 0:\n                    inputs[(n + \"_aug\", im, i)] = self.to_tensor(self.pad_border_fn(color_aug(f)))\n                else:\n                    inputs[(n + \"_aug\", im, i)] = self.to_tensor(color_aug(f))\n\n    @staticmethod\n    def _get_sequences(data_path):\n        all_sequences = []\n\n        data_path = Path(data_path)\n        for day in data_path.iterdir():\n            if not day.is_dir():\n                continue\n            day_sequences = [seq for seq in day.iterdir() if seq.is_dir()]\n            # lengths = [len(list((seq / \"image_02\" / \"data\").iterdir())) for seq in day_sequences]\n            # day_sequences = [(day.name, seq.name, length) for seq, length in zip(day_sequences, lengths)]\n            day_sequences = [(day.name, seq.name) for seq in day_sequences]\n            all_sequences.extend(day_sequences)\n\n        return all_sequences\n\n    @staticmethod\n    def _load_poses(pose_path, sequences):\n        poses = {}\n\n        # for day, seq, _ in sequences:\n        for day, seq in sequences:\n            pose_file = Path(pose_path) / day / f\"{seq}.txt\"\n\n            poses_seq = []\n            try:\n                with open(pose_file, 'r') as f:\n                    lines = f.readlines()\n\n                    for line in lines:\n                        T_w_cam0 = np.fromstring(line, dtype=float, sep=' ')\n                        T_w_cam0 = T_w_cam0.reshape(3, 4)\n                        T_w_cam0 = np.vstack((T_w_cam0, [0, 0, 0, 1]))\n                        poses_seq.append(T_w_cam0)\n\n            except FileNotFoundError:\n                pass\n                # print(f'Ground truth poses are not available for sequence {seq}.')\n\n            poses_seq = np.array(poses_seq, dtype=np.float32)\n\n            poses[(day, seq)] = poses_seq\n        return poses        \n\n    @staticmethod\n    def _load_calibs(data_path, target_image_size, keep_aspect_ratio):\n        calibs = {}\n\n        for day in BASE_SIZES.keys():\n            day_folder = Path(data_path) / day\n            cam_calib_file = day_folder / \"calib_cam_to_cam.txt\"\n            velo_calib_file = day_folder / \"calib_velo_to_cam.txt\"\n\n            cam_calib_file_data = {}\n            with open(cam_calib_file, 'r') as f:\n                for line in f.readlines():\n                    key, value = line.split(':', 1)\n                    try:\n                        cam_calib_file_data[key] = np.array([float(x) for x in value.split()], dtype=np.float32)\n                    except ValueError:\n                        pass\n            velo_calib_file_data = {}\n            with open(velo_calib_file, 'r') as f:\n                for line in f.readlines():\n                    key, value = line.split(':', 1)\n                    try:\n                        velo_calib_file_data[key] = np.array([float(x) for x in value.split()], dtype=np.float32)\n                    except ValueError:\n                        pass\n\n            im_size = BASE_SIZES[day]\n\n            # Create 3x4 projection matrices\n            P_rect_l = np.reshape(cam_calib_file_data['P_rect_02'], (3, 4))\n            P_rect_r = np.reshape(cam_calib_file_data['P_rect_03'], (3, 4))\n\n            R_rect = np.eye(4, dtype=np.float32)\n            R_rect[:3, :3] = cam_calib_file_data['R_rect_00'].reshape(3, 3)\n\n            T_v2c = np.hstack((velo_calib_file_data['R'].reshape(3, 3), velo_calib_file_data['T'][..., np.newaxis]))\n            T_v2c = np.vstack((T_v2c, np.array([0, 0, 0, 1.0], dtype=np.float32)))\n\n            P_v2cl = P_rect_l @ R_rect @ T_v2c\n            P_v2cr = P_rect_r @ R_rect @ T_v2c\n\n            # Compute the rectified extrinsics from cam0 to camN\n            T_l = np.eye(4, dtype=np.float32)\n            T_l[0, 3] = P_rect_l[0, 3] / P_rect_l[0, 0]\n            T_r = np.eye(4, dtype=np.float32)\n            T_r[0, 3] = P_rect_r[0, 3] / P_rect_r[0, 0]\n\n            K = P_rect_l[:3, :3]\n\n            if keep_aspect_ratio:\n                r_orig = im_size[0] / im_size[1]\n                r_target = target_image_size[0] / target_image_size[1]\n\n                if r_orig >= r_target:\n                    new_height = r_target * im_size[1]\n                    crop_height = im_size[0] - ((im_size[0] - new_height) // 2) * 2\n                    box = ((im_size[0] - new_height) // 2, 0, crop_height, int(im_size[1]))\n\n                    c_x = K[0, 2] / im_size[1]\n                    c_y = (K[1, 2] - (im_size[0] - new_height) / 2) / new_height\n\n                    rescale = im_size[1] / target_image_size[1]\n\n                else:\n                    new_width = im_size[0] / r_target\n                    crop_width = im_size[1] - ((im_size[1] - new_width) // 2) * 2\n                    box = (0, (im_size[1] - new_width) // 2, im_size[0], crop_width)\n\n                    c_x = (K[0, 2] - (im_size[1] - new_width) / 2) / new_width\n                    c_y = K[1, 2] / im_size[0]\n\n                    rescale = im_size[0] / target_image_size[0]\n\n                f_x = (K[0, 0] / target_image_size[1]) / rescale\n                f_y = (K[1, 1] / target_image_size[0]) / rescale\n\n                box = tuple([int(x) for x in box])\n\n            else:\n                f_x = K[0, 0] / im_size[1]\n                f_y = K[1, 1] / im_size[0]\n\n                c_x = K[0, 2] / im_size[1]\n                c_y = K[1, 2] / im_size[0]\n\n                box = None\n\n            # Replace old K with new K\n            K[0, 0] = f_x * 2.\n            K[1, 1] = f_y * 2.\n            K[0, 2] = c_x * 2 - 1\n            K[1, 2] = c_y * 2 - 1\n\n            K_raw = np.eye(4, dtype=np.float32)\n            K_raw[0, 0] = f_x\n            K_raw[1, 1] = f_y\n            K_raw[0, 2] = c_x\n            K_raw[1, 2] = c_y\n\n            # Invert to get camera to center transformation, not center to camera\n            T_r = np.linalg.inv(T_r)\n            T_l = np.linalg.inv(T_l)\n\n            calibs[day] = {\n                \"K\": K,\n                \"K_raw\": K_raw,\n                \"T_l\": T_l,\n                \"T_r\": T_r,\n                \"P_v2cl\": P_v2cl,\n                \"P_v2cr\": P_v2cr,\n                \"crop\": box\n            }\n\n        return calibs\n    \n    def __getitem__(self, index):\n        \"\"\"Returns a single training item from the dataset as a dictionary.\n\n        Values correspond to torch tensors.\n        Keys in the dictionary are either strings or tuples:\n\n            (\"color\", <frame_id>, <scale>)          for raw colour images,\n            (\"color_aug\", <frame_id>, <scale>)      for augmented colour images,\n            (\"K_tgt\", scale)                        for camera intrinsics when projecting,\n            (\"inv_K\", scale)                        for camera intrinsics when unprojecting,\n            \"stereo_T\"                              for camera extrinsics, and\n            \"depth_gt\"                              for ground truth depth maps.\n\n        <frame_id> is either:\n            an integer (e.g. 0, -1, or 1) representing the temporal step relative to 'index',\n        or\n            \"s\" for the opposite image in the stereo pair.\n\n        <scale> is an integer representing the scale of the image relative to the fullsize image:\n            -1      images at native resolution as loaded from disk\n            0       images resized to (self.width,      self.height     )\n            1       images resized to (self.width // 2, self.height // 2)\n            2       images resized to (self.width // 4, self.height // 4)\n            3       images resized to (self.width // 8, self.height // 8)\n        \"\"\"\n        cfg = self.cfg\n\n        inputs = {}\n\n        do_color_aug = cfg.dataset.color_aug and self.is_train and random.random() > 0.5\n        do_flip = cfg.dataset.flip_left_right and self.is_train and random.random() > 0.5\n\n        line = self.filenames[index].split()\n        folder = line[0]\n        day, sequence = folder.split(\"/\")\n        calibs = self._calibs[day]\n\n        if len(line) == 3:\n            frame_index = int(line[1])\n        else:\n            frame_index = 0\n\n        stereo_flip = {\"r\": \"l\", \"l\": \"r\"}\n\n        if len(line) == 3:\n            side = line[2]\n            flip_stereo = self.is_train and random.random() > 0.5\n            if flip_stereo:\n                side = stereo_flip[side]\n        else:\n            side = None\n\n        frame_idxs = list(self.frame_idxs).copy()\n\n        for f_id in frame_idxs:\n            if type(f_id) == str and f_id[0] == \"s\": # stereo frame\n                the_side = stereo_flip[side]\n                i = int(f_id[1:])\n            else:\n                the_side = side\n                i = f_id\n            inputs[(\"color\", f_id, -1)] = self.get_color(folder, frame_index + i, the_side, do_flip)\n        \n        inputs[(\"frame_id\", 0)] = \\\n            f\"{os.path.split(folder)[1]}+{side}+{frame_index:06d}\"\n\n        # adjusting intrinsics to match each scale in the pyramid\n        for scale in range(self.num_scales):\n            if self.cfg.dataset.precise_intrinsics:\n                K = calibs[\"K_raw\"]\n            else:\n                K = self.K\n\n            K_tgt = K.copy()\n            K_src = K.copy()\n\n            assert not do_flip\n            if self.cfg.dataset.precise_intrinsics and do_flip:\n                K[0, 2] = 1.0 - K[0, 2]\n\n            K_tgt[0, :] *= self.image_size[1] // (2 ** scale)\n            K_tgt[1, :] *= self.image_size[0] // (2 ** scale)\n\n            K_src[0, :] *= self.image_size[1] // (2 ** scale)\n            K_src[1, :] *= self.image_size[0] // (2 ** scale)\n            # principal points change if we add padding\n            K_src[0, 2] += self.cfg.dataset.pad_border_aug // (2 ** scale)\n            K_src[1, 2] += self.cfg.dataset.pad_border_aug // (2 ** scale)\n\n            inv_K_src = np.linalg.pinv(K_src)\n\n            inputs[(\"K_tgt\", scale)] = torch.from_numpy(K_tgt)[..., :3, :3]\n            inputs[(\"K_src\", scale)] = torch.from_numpy(K_src)[..., :3, :3]\n            inputs[(\"inv_K_src\", scale)] = torch.from_numpy(inv_K_src)[..., :3, :3]\n\n        if do_color_aug:\n            raise NotImplementedError\n            color_aug = random_color_jitter(\n                self.brightness, self.contrast, self.saturation, self.hue)\n        else:\n            color_aug = (lambda x: x)\n\n        self.preprocess(inputs, color_aug)\n\n        for i in frame_idxs:\n            del inputs[(\"color\", i, -1)]\n            del inputs[(\"color_aug\", i, -1)]\n\n        if self.gt_depths:\n            depth_gt = self.get_depth_anything(folder, frame_index, side, do_flip)\n            depth_gt = np.expand_dims(depth_gt, 0)\n            depth_gt = torch.from_numpy(depth_gt.astype(np.float32))\n            depth_gt = self.resize_depth(depth_gt)\n            inputs[(\"depth_gt\", 0, 0)] = depth_gt\n\n        if self.gt_poses:\n            # Load \"GT\" poses\n            for f_id in frame_idxs:\n                if type(f_id) == str and f_id[0] == \"s\": # stereo frame\n                    the_side = {\"r\": \"l\", \"l\": \"r\"}[side]\n                    i = int(f_id[1:])\n                else:\n                    the_side = side\n                    i = f_id\n                id = frame_index + i\n                T_side = calibs[f\"T_{the_side}\"]\n                pose = self._poses[(day, sequence)][id, :, :] @ T_side\n                inputs[(\"T_c2w\", f_id)] = pose\n\n        return inputs\n\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0001_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999998152 -0.000745813 0.001759061 -0.001589443 0.000747153 0.999999404 -0.000761480 0.004017271 -0.001758492 0.000762793 0.999998152 1.387179852\n0.999991238 -0.000752704 0.004113252 0.002357255 0.000763507 0.999996245 -0.002625279 -0.003071738 -0.004111261 0.002628396 0.999988079 2.786494493\n0.999979615 -0.000027886 0.006385359 0.013338886 0.000052994 0.999992251 -0.003931980 -0.002396141 -0.006385200 0.003932238 0.999971867 4.175350189\n0.999959469 0.001093276 0.008935491 0.025990222 -0.001066447 0.999994934 -0.003006748 -0.006325660 -0.008938732 0.002997097 0.999955535 5.557537079\n0.999926805 0.000968523 0.012058660 0.038517863 -0.000956504 0.999999046 -0.001002438 -0.014480142 -0.012059621 0.000990831 0.999926805 6.954649448\n0.999890983 0.001684154 0.014667797 0.058076724 -0.001672495 0.999998271 -0.000807143 -0.017365439 -0.014669131 0.000782523 0.999892116 8.302928925\n0.999838412 0.002612882 0.017784417 0.081813574 -0.002570696 0.999993801 -0.002394520 -0.021253463 -0.017790563 0.002348415 0.999838948 9.682145119\n0.999775529 0.004142035 0.020778792 0.105194531 -0.004071228 0.999985754 -0.003448821 -0.022940369 -0.020792780 0.003363451 0.999778152 11.027830124\n0.999691010 0.005593197 0.024219584 0.137107760 -0.005545462 0.999982536 -0.002037673 -0.029917421 -0.024230558 0.001902735 0.999704599 12.376829147\n0.999576151 0.006289756 0.028424915 0.168856785 -0.006314415 0.999979734 0.000777816 -0.028259385 -0.028419448 -0.000956973 0.999595642 13.694996834\n0.999447942 0.006229841 0.032634504 0.206804425 -0.006322716 0.999976277 0.002743501 -0.031867839 -0.032616634 -0.002948325 0.999463558 15.022986412\n0.999324203 0.005862175 0.036286652 0.257506460 -0.005930799 0.999980807 0.001783799 -0.030224698 -0.036275502 -0.001997803 0.999339819 16.327463150\n0.999167085 0.005019928 0.040496435 0.299342215 -0.005035091 0.999987304 0.000272428 -0.032025553 -0.040494554 -0.000476104 0.999179661 17.604816437\n0.998995304 0.005159677 0.044516381 0.352424771 -0.005151646 0.999986708 -0.000295126 -0.028511163 -0.044517308 0.000065497 0.999008596 18.877128601\n0.998826623 0.006128184 0.048039686 0.408972979 -0.006132748 0.999981165 -0.000052398 -0.039290700 -0.048039105 -0.000242279 0.998845398 20.155672073\n0.998662949 0.005793754 0.051368941 0.475077122 -0.005748610 0.999982953 -0.001026516 -0.039121859 -0.051374011 0.000729844 0.998679221 21.409067154\n0.998485684 0.007560201 0.054489762 0.539766312 -0.007449516 0.999969780 -0.002234123 -0.043760814 -0.054505002 0.001824818 0.998511851 22.694475174\n0.998319745 0.008269912 0.057351951 0.613757968 -0.008156346 0.999964297 -0.002213960 -0.044045944 -0.057368211 0.001742458 0.998351574 23.958827972\n0.998161077 0.010071989 0.059775066 0.688502610 -0.010011273 0.999949038 -0.001315151 -0.044514991 -0.059785262 0.000714308 0.998211026 25.212148666\n0.997988164 0.010286063 0.062560752 0.765028238 -0.010286234 0.999947071 -0.000319331 -0.053515267 -0.062560722 -0.000324826 0.998041093 26.475633621\n0.997838259 0.011045448 0.064782441 0.845321774 -0.011052874 0.999938905 -0.000243779 -0.054363988 -0.064781174 -0.000472780 0.997899354 27.707056046\n0.997653842 0.011290498 0.067522503 0.929414928 -0.011293457 0.999936163 -0.000337916 -0.058307033 -0.067522012 -0.000425439 0.997717679 28.966508865\n0.997487128 0.012019139 0.069820791 1.015494227 -0.011998868 0.999927759 -0.000709738 -0.057084247 -0.069824278 -0.000129816 0.997559309 30.196275711\n0.997285545 0.011371951 0.072748058 1.093656540 -0.011368956 0.999935269 -0.000455266 -0.062135082 -0.072748527 -0.000373039 0.997350276 31.432443619\n0.997133076 0.010777222 0.074896388 1.192860603 -0.010873461 0.999940515 0.000877315 -0.059198201 -0.074882478 -0.001689182 0.997190952 32.666572571\n0.996932805 0.009046803 0.077737704 1.283005357 -0.009269914 0.999953866 0.002509652 -0.060458269 -0.077711418 -0.003222576 0.996970713 33.900272369\n0.996758223 0.006925067 0.080156721 1.385383010 -0.007161007 0.999970853 0.002656382 -0.050763536 -0.080135986 -0.003221774 0.996778727 35.112964630\n0.996584296 0.006596717 0.082318045 1.486243725 -0.006804827 0.999974310 0.002247812 -0.054706201 -0.082301103 -0.002800294 0.996603549 36.342742920\n0.996403992 0.005398530 0.084556997 1.593486786 -0.005554730 0.999983251 0.001612109 -0.046653111 -0.084546879 -0.002076003 0.996417344 37.548908234\n0.996195555 0.005276876 0.086986281 1.692294240 -0.005475329 0.999982953 0.002042997 -0.042322043 -0.086974010 -0.002511503 0.996207416 38.773700714\n0.996011198 0.005416312 0.089063965 1.800403118 -0.005659156 0.999980927 0.002474330 -0.036827948 -0.089048862 -0.002968487 0.996022820 39.981220245\n0.995792270 0.003416313 0.091575511 1.911218762 -0.003656490 0.999990284 0.002455073 -0.039508499 -0.091566235 -0.002779587 0.995795131 41.188533783\n0.995598674 0.002872959 0.093674920 2.024353504 -0.003050114 0.999993801 0.001748047 -0.032941960 -0.093669318 -0.002026073 0.995601296 42.386173248\n0.995379984 0.001919797 0.095995024 2.138636351 -0.002119050 0.999995828 0.001973752 -0.030004902 -0.095990837 -0.002168051 0.995379865 43.564056396\n0.995170832 0.001802478 0.098141290 2.254124165 -0.002005234 0.999996066 0.001967367 -0.023974521 -0.098137356 -0.002154663 0.995170534 44.747924805\n0.994907200 0.001040361 0.100789726 2.372308493 -0.001285855 0.999996364 0.002370772 -0.025517916 -0.100786887 -0.002488299 0.994904935 45.945808411\n0.994670033 -0.000402360 0.103108533 2.499582767 0.000176936 0.999997556 0.002195419 -0.024240687 -0.103109166 -0.002165473 0.994667709 47.124935150\n0.994400740 -0.001664059 0.105661578 2.617119074 0.001462817 0.999996960 0.001982054 -0.022169646 -0.105664559 -0.001816392 0.994400144 48.298881531\n0.994179308 -0.002764744 0.107702687 2.750882864 0.002626068 0.999995530 0.001429390 -0.019635288 -0.107706159 -0.001138235 0.994182110 49.467754364\n0.993926048 -0.003048541 0.110007532 2.876719236 0.002989764 0.999995291 0.000699247 -0.016425852 -0.110009149 -0.000366104 0.993930519 50.631572723\n0.993645906 -0.003340385 0.112501860 3.007803679 0.003239080 0.999994159 0.001083243 -0.010525456 -0.112504818 -0.000711957 0.993650913 51.789005280\n0.993397832 -0.003171782 0.114676259 3.144523144 0.003007219 0.999994159 0.001607996 -0.014779400 -0.114680693 -0.001252523 0.993401587 52.942031860\n0.993139327 -0.002812991 0.116903067 3.279491901 0.002723206 0.999995887 0.000927744 -0.011560462 -0.116905198 -0.000603028 0.993142903 54.094638824\n0.992808282 -0.002816145 0.119682103 3.410963058 0.002698871 0.999995708 0.001141952 -0.013847038 -0.119684801 -0.000810732 0.992811620 55.248756409\n0.992531776 -0.003463221 0.121937059 3.553788900 0.003315572 0.999993503 0.001413744 -0.009130866 -0.121941164 -0.000998894 0.992536843 56.398349762\n0.992178977 -0.002014535 0.124807134 3.693975449 0.001857861 0.999997318 0.001371713 -0.007236198 -0.124809563 -0.001129110 0.992180049 57.552642822\n0.991896331 -0.000675934 0.127048120 3.840427876 0.000529015 0.999999166 0.001190137 -0.007536928 -0.127048805 -0.001113283 0.991895854 58.694503784\n0.991589427 0.000665172 0.129421890 3.976366997 -0.000731630 0.999999642 0.000465960 -0.006641086 -0.129421532 -0.000556730 0.991589487 59.811836243\n0.991341710 0.002736715 0.131279022 4.125667572 -0.002612680 0.999995947 -0.001117049 -0.008765024 -0.131281555 0.000764387 0.991344810 60.928653717\n0.991058409 0.004122444 0.133364901 4.267543793 -0.003768895 0.999988675 -0.002903325 -0.009276760 -0.133375347 0.002374726 0.991062760 62.040550232\n0.990846992 0.003207027 0.134951770 4.415324688 -0.002769111 0.999990284 -0.003432560 -0.015295069 -0.134961471 0.003027445 0.990846217 63.123016357\n0.990677238 0.005238882 0.136129245 4.555775642 -0.004725174 0.999980450 -0.004096529 -0.017923700 -0.136148050 0.003415103 0.990682602 64.215721130\n0.990521491 0.005055794 0.137264669 4.708287239 -0.004563142 0.999981999 -0.003903493 -0.017461548 -0.137281924 0.003240136 0.990526736 65.291473389\n0.990366340 0.004350969 0.138403758 4.845911980 -0.004178983 0.999990106 -0.001533203 -0.026712455 -0.138409063 0.000940046 0.990374684 66.375175476\n0.990189552 0.004657663 0.139652818 4.992815495 -0.004696418 0.999988973 -0.000052043 -0.031206716 -0.139651522 -0.000604335 0.990200520 67.433219910\n0.990121961 0.005382452 0.140105352 5.144185543 -0.005231289 0.999985278 -0.001447189 -0.034216821 -0.140111074 0.000699963 0.990135550 68.487342834\n0.990040362 0.004951738 0.140696660 5.297550678 -0.004620331 0.999985754 -0.002682034 -0.036859058 -0.140707925 0.002005256 0.990049124 69.525642395\n0.989917636 0.005360295 0.141542688 5.428565979 -0.005064492 0.999984145 -0.002450001 -0.036396317 -0.141553581 0.001708457 0.989929140 70.561309814\n0.989848256 0.005252662 0.142031074 5.576068878 -0.005069756 0.999985814 -0.001649624 -0.042961217 -0.142037719 0.000912815 0.989860833 71.584846497\n0.989807963 0.004546551 0.142336071 5.717071533 -0.004421103 0.999989510 -0.001197595 -0.046798162 -0.142340019 0.000556107 0.989817679 72.595756531\n0.989806116 0.004813075 0.142340094 5.863269329 -0.004746339 0.999988437 -0.000808374 -0.050670166 -0.142342329 0.000124539 0.989817500 73.587936401\n0.989727259 0.004694246 0.142891154 6.007917881 -0.004585967 0.999988914 -0.001087097 -0.057758465 -0.142894670 0.000420636 0.989737809 74.598762512\n0.989723086 0.005452648 0.142893240 6.149033070 -0.005290599 0.999984860 -0.001513977 -0.057877868 -0.142899334 0.000742427 0.989736974 75.575195312\n0.989732206 0.004408101 0.142866328 6.294238567 -0.004197087 0.999989629 -0.001778327 -0.061042361 -0.142872676 0.001160445 0.989740372 76.565048218\n0.989772320 0.005291619 0.142558113 6.430564404 -0.005059505 0.999985218 -0.001990650 -0.065736502 -0.142566532 0.001249017 0.989784420 77.527275085\n0.989833355 0.005157275 0.142138541 6.569400311 -0.004845777 0.999985039 -0.002537569 -0.070178941 -0.142149493 0.001822999 0.989843547 78.484710693\n0.989915192 0.005408726 0.141557783 6.710525513 -0.004939563 0.999981105 -0.003665470 -0.067332000 -0.141574934 0.002929271 0.989923179 79.433738708\n0.989927828 0.006574682 0.141420290 6.840200424 -0.005945229 0.999970436 -0.004873001 -0.079862162 -0.141448155 0.003983144 0.989937663 80.386032104\n0.989992797 0.007749247 0.140905052 6.973020077 -0.006989442 0.999958277 -0.005886422 -0.085291669 -0.140944779 0.004842668 0.990005612 81.313545227\n0.989990830 0.008291576 0.140888065 7.099407196 -0.007493242 0.999952734 -0.006196006 -0.090194024 -0.140932783 0.005078281 0.990006149 82.253219604\n0.990012169 0.010008577 0.140626013 7.227780819 -0.009430864 0.999944150 -0.004773993 -0.092480406 -0.140665933 0.003400086 0.990051270 83.175399780\n0.990038097 0.011077928 0.140363127 7.352870464 -0.010706808 0.999936879 -0.003398904 -0.094414666 -0.140391931 0.001862203 0.990094244 84.087959290\n0.990070105 0.011729970 0.140084058 7.488757610 -0.011687691 0.999931037 -0.001124517 -0.107888848 -0.140087590 -0.000523908 0.990138948 85.014663696\n0.990182817 0.012811126 0.139190242 7.618200779 -0.012879057 0.999916971 -0.000412689 -0.112055644 -0.139183968 -0.001384002 0.990265548 85.904678345\n0.990101814 0.014643128 0.139585108 7.726752758 -0.014712801 0.999891639 -0.000532791 -0.114240572 -0.139577776 -0.001526171 0.990209937 86.776588440\n0.990153372 0.016119942 0.139055356 7.846139908 -0.016199820 0.999868631 -0.000557460 -0.111540206 -0.139046073 -0.001700700 0.990284443 87.645713806\n0.990118325 0.015920283 0.139327884 7.960812569 -0.016256709 0.999867022 0.001276831 -0.114086628 -0.139289021 -0.003529227 0.990245461 88.517974854\n0.990189135 0.015364154 0.138886154 8.086111069 -0.015989827 0.999866426 0.003390200 -0.117166474 -0.138815507 -0.005577704 0.990302563 89.377510071\n0.990252912 0.015012483 0.138469413 8.204432487 -0.015855609 0.999861836 0.004987767 -0.121950008 -0.138375401 -0.007134667 0.990354180 90.228187561\n0.990262330 0.015293974 0.138371274 8.316724777 -0.016103216 0.999859154 0.004730666 -0.116022728 -0.138279423 -0.006912822 0.990369141 91.061012268\n0.990325034 0.014013343 0.138057962 8.427896500 -0.014739987 0.999882340 0.004242304 -0.109676220 -0.137982279 -0.006236232 0.990415096 91.885604858\n0.990412951 0.012114264 0.137605950 8.547780991 -0.012805080 0.999909461 0.004136084 -0.111354917 -0.137543395 -0.005858486 0.990478396 92.704917908\n0.990505159 0.012460721 0.136909708 8.656836510 -0.012988963 0.999911249 0.002965605 -0.110494427 -0.136860609 -0.004715763 0.990579069 93.505218506\n0.990536690 0.012222363 0.136702940 8.761861801 -0.012623423 0.999918163 0.002067258 -0.110281847 -0.136666492 -0.003773354 0.990609944 94.301719666\n0.990652978 0.011004403 0.135961711 8.876688957 -0.011314967 0.999934852 0.001511597 -0.108077586 -0.135936230 -0.003035870 0.990712941 95.086349487\n0.990770757 0.010241237 0.135160893 8.985566139 -0.010576879 0.999942482 0.001765404 -0.110359818 -0.135135040 -0.003178691 0.990822077 95.860290527\n0.990820467 0.009874394 0.134823218 9.087378502 -0.010296934 0.999944031 0.002437053 -0.109535605 -0.134791613 -0.003802947 0.990866661 96.620521545\n0.990920007 0.009054781 0.134147361 9.191558838 -0.009538869 0.999950111 0.002966351 -0.108386889 -0.134113804 -0.004219030 0.990956962 97.376365662\n0.990989983 0.008752584 0.133649796 9.295057297 -0.009187214 0.999954343 0.002635639 -0.108774737 -0.133620620 -0.003839761 0.991025090 98.117187500\n0.991019726 0.008473156 0.133447051 9.395358086 -0.008834177 0.999958754 0.002113479 -0.110530734 -0.133423641 -0.003273394 0.991053700 98.845489502\n0.991020858 0.008178109 0.133456826 9.492735863 -0.008535390 0.999961376 0.002105221 -0.107475184 -0.133434460 -0.003225424 0.991052389 99.564041138\n0.990927160 0.006014040 0.134265333 9.590539932 -0.006447220 0.999975324 0.002791737 -0.105226204 -0.134245232 -0.003632046 0.990941465 100.263069153\n0.990831852 0.006199386 0.134958372 9.681522369 -0.006872023 0.999966204 0.004518755 -0.110898532 -0.134925798 -0.005404764 0.990840971 100.977523804\n0.990769744 0.005179512 0.135456622 9.782079697 -0.005932204 0.999969125 0.005153652 -0.106904000 -0.135425746 -0.005909638 0.990769863 101.659614563\n0.990611911 0.004928411 0.136615396 9.872573853 -0.005764162 0.999967039 0.005722629 -0.108283296 -0.136582687 -0.006456378 0.990607619 102.339683533\n0.990540862 0.004887399 0.137131050 9.963686943 -0.005782363 0.999964476 0.006128752 -0.104799792 -0.137096226 -0.006863720 0.990533948 102.990318298\n0.990457118 0.003309179 0.137781560 10.057435989 -0.004287694 0.999967635 0.006805741 -0.104100153 -0.137754574 -0.007331559 0.990439236 103.629226685\n0.990336895 0.001755379 0.138671383 10.147120476 -0.002711667 0.999973834 0.006707442 -0.100351483 -0.138655990 -0.007018658 0.990315735 104.273323059\n0.990219057 0.000867441 0.139518514 10.234036446 -0.001922276 0.999970555 0.007425966 -0.097444408 -0.139507964 -0.007621526 0.990191638 104.888175964\n0.990198672 0.000340071 0.139665723 10.323296547 -0.001482382 0.999966323 0.008074943 -0.091212325 -0.139658272 -0.008202836 0.990165770 105.481170654\n0.990121007 0.000712052 0.140213817 10.403534889 -0.001805844 0.999968946 0.007673812 -0.092212260 -0.140203997 -0.007851207 0.990091503 106.083702087\n0.990181208 0.000642499 0.139788330 10.490695000 -0.001604889 0.999975801 0.006772004 -0.082799762 -0.139780596 -0.006929856 0.990158260 106.654846191\n0.990191102 -0.003441496 0.139677241 10.574815750 0.002460388 0.999971092 0.007196172 -0.078162067 -0.139697954 -0.006781925 0.990170956 107.200912476\n0.990219176 -0.009465012 0.139199227 10.660449028 0.008292547 0.999925137 0.009000508 -0.081689477 -0.139274001 -0.007758159 0.990223467 107.725921631\n0.990255535 -0.010330089 0.138878807 10.734076500 0.009189755 0.999918640 0.008849760 -0.082736447 -0.138958916 -0.007487261 0.990269840 108.240692139\n0.990325749 -0.006513938 0.138609245 10.796426773 0.005483760 0.999954462 0.007812842 -0.081764698 -0.138653830 -0.006977158 0.990316331 108.736465454\n0.990428686 -0.001877321 0.138012722 10.859556198 0.001026078 0.999980032 0.006238743 -0.083026722 -0.138021663 -0.006037418 0.990410805 109.217208862\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0002_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999988139 -0.000810455 0.004800896 -0.001233974 0.000836607 0.999984801 -0.005447935 0.006715436 -0.004796408 0.005451887 0.999973655 0.915290415\n0.999965966 0.000540920 0.008231188 0.004767372 -0.000533119 0.999999404 -0.000949922 0.016182490 -0.008231697 0.000945502 0.999965668 1.853307724\n0.999917924 0.005047535 0.011778216 -0.012560535 -0.005107404 0.999974191 0.005058457 0.009100582 -0.011752378 -0.005118197 0.999917865 2.756091833\n0.999886334 0.003917099 0.014557924 -0.007347983 -0.004014874 0.999969542 0.006693083 0.017234776 -0.014531263 -0.006750770 0.999871612 3.675198555\n0.999878466 0.003034964 0.015291986 0.005907287 -0.003053556 0.999994636 0.001192600 0.030262196 -0.015288285 -0.001239150 0.999882340 4.599286079\n0.999845922 0.010086021 0.014368664 -0.003741571 -0.010046856 0.999945641 -0.002795365 0.040955734 -0.014396077 0.002650574 0.999892831 5.514370918\n0.999894619 0.008462230 0.011795936 0.004567150 -0.008409702 0.999954522 -0.004495535 0.042807221 -0.011833442 0.004395861 0.999920309 6.440270901\n0.999928772 0.006069201 0.010274284 0.010699430 -0.006008216 0.999964237 -0.005956137 0.041232157 -0.010310065 0.005893983 0.999929488 7.364248753\n0.999932706 0.008913933 0.007422747 -0.001415386 -0.008865535 0.999939382 -0.006527848 0.037224717 -0.007480486 0.006461602 0.999951124 8.294390678\n0.999948084 0.009764132 0.002915707 -0.014251908 -0.009746524 0.999934554 -0.005993410 0.043315969 -0.002974037 0.005964682 0.999977767 9.230477333\n0.999938130 0.010341004 -0.004104842 -0.022751598 -0.010347255 0.999945343 -0.001504472 0.044142958 0.004089060 0.001546853 0.999990463 10.183053017\n0.999918818 0.006505461 -0.010955134 -0.047696088 -0.006505535 0.999978840 0.000028895 0.042915236 0.010955091 0.000042376 0.999939978 11.115281105\n0.999809861 0.002261425 -0.019368673 -0.065986738 -0.002203020 0.999992967 0.003036212 0.047222983 0.019375402 -0.002992965 0.999807775 12.069148064\n0.999605834 -0.001197202 -0.028049238 -0.096532278 0.001268583 0.999996006 0.002527197 0.049842883 0.028046099 -0.002561783 0.999603331 13.024049759\n0.999303281 -0.003083860 -0.037194479 -0.138243511 0.003143442 0.999993861 0.001543517 0.058925781 0.037189491 -0.001659360 0.999306858 13.979974747\n0.998873115 -0.005797596 -0.047104552 -0.185017020 0.005718482 0.999981999 -0.001814113 0.052636698 0.047114220 0.001542702 0.998888314 14.914491653\n0.998380899 -0.006946578 -0.056456465 -0.242584378 0.006882412 0.999975443 -0.001330913 0.058525376 0.056464326 0.000940201 0.998404145 15.877369881\n0.997861266 -0.004497934 -0.065212660 -0.314854324 0.004494200 0.999989867 -0.000203950 0.059027500 0.065212920 -0.000089565 0.997871339 16.844989777\n0.997301579 -0.002823156 -0.073359028 -0.397906840 0.002932671 0.999994755 0.001385192 0.060105164 0.073354729 -0.001596592 0.997304618 17.810312271\n0.996704102 -0.002654543 -0.081079721 -0.482290566 0.002687141 0.999996364 0.000292939 0.068382464 0.081078649 -0.000509846 0.996707559 18.785589218\n0.996094942 -0.000376497 -0.088287681 -0.579400301 0.000324116 0.999999762 -0.000607638 0.070820034 0.088287883 0.000576650 0.996094823 19.759225845\n0.995487154 0.000262759 -0.094896138 -0.692165554 -0.000562776 0.999994934 -0.003134787 0.072550870 0.094894826 0.003174045 0.995482266 20.719791412\n0.994771600 0.000941028 -0.102120571 -0.797328830 -0.001422632 0.999988198 -0.004643308 0.074714296 0.102114998 0.004764311 0.994761169 21.695661545\n0.994045079 0.000248064 -0.108969413 -0.908698320 -0.000782703 0.999987841 -0.004863572 0.075752519 0.108966887 0.004919901 0.994033217 22.692317963\n0.993263662 0.004834913 -0.115775086 -1.037967920 -0.005406864 0.999974668 -0.004626652 0.076573327 0.115749784 0.005221466 0.993264675 23.685016632\n0.992391050 0.008936834 -0.122800983 -1.178372622 -0.009656188 0.999939501 -0.005263982 0.071609870 0.122746520 0.006409718 0.992417336 24.670543671\n0.991381168 0.012899110 -0.130372539 -1.318107605 -0.013762039 0.999888957 -0.005720135 0.074760795 0.130284280 0.007465026 0.991448581 25.686214447\n0.990328133 0.018208895 -0.137544841 -1.483664155 -0.018446511 0.999829769 -0.000452973 0.066651955 0.137513176 0.002985814 0.990495443 26.663953781\n0.989193141 0.022379993 -0.144900262 -1.642590165 -0.021893721 0.999748051 0.004949858 0.072854929 0.144974530 -0.001723960 0.989433885 27.681568146\n0.987920344 0.026506657 -0.152678832 -1.808718085 -0.025721928 0.999643803 0.007112972 0.085345209 0.152812988 -0.003099856 0.988250256 28.702182770\n0.986706316 0.026762735 -0.160294846 -1.998440981 -0.026246956 0.999641240 0.005334523 0.096202292 0.160380110 -0.001056355 0.987054765 29.715095520\n0.985385299 0.026286215 -0.168299839 -2.181868553 -0.026095890 0.999653876 0.003342905 0.111176029 0.168329448 0.001097884 0.985730171 30.736173630\n0.984048486 0.023876844 -0.176290721 -2.365223169 -0.023987254 0.999711156 0.001505046 0.120053947 0.176275730 0.002747691 0.984336972 31.775514603\n0.982764661 0.023481367 -0.183363706 -2.569450140 -0.023605643 0.999720216 0.001505238 0.126660824 0.183347747 0.002849123 0.983043969 32.802646637\n0.981457472 0.024576038 -0.190097898 -2.775285006 -0.024652574 0.999694169 0.001962506 0.133239418 0.190087989 0.002760286 0.981763184 33.847370148\n0.980275512 0.026492424 -0.195852265 -2.988740206 -0.026198676 0.999648392 0.004090790 0.140724584 0.195891768 0.001120968 0.980624855 34.891563416\n0.979291439 0.029243650 -0.200332433 -3.229895592 -0.028812001 0.999571979 0.005070519 0.145973206 0.200394973 0.000806462 0.979714870 35.933609009\n0.978433371 0.033058513 -0.203900248 -3.457210779 -0.032348443 0.999453425 0.006815335 0.162011653 0.204014108 -0.000072495 0.978967965 37.009979248\n0.977715015 0.036662709 -0.206710324 -3.694063187 -0.035799291 0.999327660 0.007917129 0.172920153 0.206861600 -0.000340613 0.978370130 38.069149017\n0.977219641 0.040134568 -0.208401188 -3.944043398 -0.039143309 0.999194145 0.008880056 0.191217571 0.208589643 -0.000520254 0.978003144 39.132751465\n0.976688206 0.041636303 -0.210586280 -4.192948818 -0.040515646 0.999132454 0.009635143 0.206363365 0.210804760 -0.000878492 0.977527797 40.226238251\n0.976272941 0.041665941 -0.212497145 -4.437135220 -0.040310126 0.999129832 0.010710719 0.223977879 0.212758511 -0.001890799 0.977102995 41.309600830\n0.975897312 0.039147113 -0.214690417 -4.676208973 -0.037991058 0.999232829 0.009510001 0.237061933 0.214898005 -0.001124468 0.976635873 42.391883850\n0.975495458 0.038478699 -0.216628730 -4.931924343 -0.037900768 0.999258220 0.006823332 0.250188351 0.216730595 0.001554265 0.976230204 43.499965668\n0.974979997 0.037991647 -0.219022021 -5.195816517 -0.037856475 0.999271572 0.004815354 0.264580220 0.219045416 0.003596527 0.975708008 44.607917786\n0.974374533 0.035980929 -0.222035274 -5.452490330 -0.036004301 0.999343872 0.003943720 0.278616488 0.222031489 0.004151564 0.975030661 45.718723297\n0.973443508 0.035538785 -0.226152122 -5.705298424 -0.035450485 0.999361515 0.004452993 0.285489857 0.226165980 0.003682465 0.974081814 46.847877502\n0.972763479 0.034926612 -0.229153469 -5.996722698 -0.034445461 0.999387980 0.006100482 0.298564404 0.229226291 0.001958970 0.973371208 47.982303619\n0.971956849 0.034505550 -0.232614025 -6.269301891 -0.033975884 0.999402881 0.006284462 0.310224473 0.232691973 0.001795041 0.972548842 49.106563568\n0.971284568 0.032906942 -0.235634074 -6.544036865 -0.033161562 0.999445856 0.002883261 0.326396674 0.235598370 0.005013525 0.971837580 50.228492737\n0.970783472 0.031069061 -0.237937406 -6.840635300 -0.031624272 0.999498725 0.001484283 0.333708286 0.237864256 0.006083680 0.971279383 51.364063263\n0.970238090 0.031326424 -0.240118071 -7.125733852 -0.031350415 0.999501526 0.003720833 0.343742430 0.240114942 0.003917707 0.970736563 52.495979309\n0.969810724 0.031080520 -0.241870150 -7.421573639 -0.030401515 0.999516368 0.006539760 0.356559157 0.241956428 0.001010888 0.970286608 53.645874023\n0.969306886 0.032219160 -0.243733630 -7.720673084 -0.031434167 0.999480546 0.007110499 0.368099838 0.243836120 0.000769308 0.969816148 54.776184082\n0.968979657 0.033264957 -0.244891495 -8.028088570 -0.032367252 0.999446452 0.007690490 0.378798634 0.245011762 0.000474535 0.969519973 55.971977234\n0.968615890 0.036494840 -0.245868698 -8.326681137 -0.035582557 0.999333501 0.008153472 0.396084785 0.246002376 0.000851054 0.969268858 57.121570587\n0.968644738 0.037284143 -0.245636404 -8.633511543 -0.036664765 0.999302447 0.007095855 0.409666240 0.245729610 0.002132838 0.969336092 58.274467468\n0.968678415 0.037922695 -0.245405868 -8.942462921 -0.037835065 0.999271095 0.005073419 0.416456044 0.245419398 0.004370436 0.969407141 59.457462311\n0.968717337 0.037077658 -0.245381162 -9.238341331 -0.037653014 0.999288142 0.002347915 0.429380268 0.245293543 0.006964874 0.969423831 60.624923706\n0.969150186 0.036112852 -0.243810892 -9.546987534 -0.036716782 0.999323547 0.002068602 0.440478206 0.243720680 0.006947164 0.969820619 61.795673370\n0.969501674 0.036398847 -0.242366701 -9.857911110 -0.036643267 0.999322295 0.003500763 0.447275162 0.242329866 0.005487113 0.970178425 63.001632690\n0.969888210 0.037071366 -0.240712598 -10.156016350 -0.036673412 0.999308467 0.006134369 0.460100681 0.240773544 0.002878099 0.970577061 64.201820374\n0.970269203 0.038077082 -0.239014357 -10.462038040 -0.037237614 0.999274194 0.008028550 0.474957585 0.239146590 0.001110469 0.970982850 65.415077209\n0.970642209 0.039881676 -0.237198547 -10.768541336 -0.038783636 0.999204397 0.009295640 0.490888447 0.237380564 0.000176681 0.971416712 66.616859436\n0.971051216 0.039666485 -0.235554785 -11.067082405 -0.038916975 0.999211729 0.007831890 0.511112750 0.235679775 0.001561912 0.971829534 67.826950073\n0.971619248 0.037114780 -0.233620569 -11.368143082 -0.036785983 0.999306560 0.005766091 0.519998968 0.233672574 0.002991516 0.972310722 69.049858093\n0.972041845 0.033838358 -0.232356638 -11.673036575 -0.034064200 0.999415040 0.003041602 0.524387717 0.232323632 0.004958477 0.972625911 70.290840149\n0.972327173 0.033236023 -0.231247187 -11.964612961 -0.033382051 0.999437273 0.003282410 0.539553761 0.231226161 0.004527928 0.972889483 71.519142151\n0.972532213 0.037219796 -0.229773313 -12.271420479 -0.036013044 0.999306679 0.009444727 0.552641928 0.229965538 -0.000910464 0.973198354 72.759162903\n0.972646594 0.038900223 -0.229009494 -12.575905800 -0.036473628 0.999224722 0.014820837 0.572210908 0.229408473 -0.006062629 0.973311365 74.010307312\n0.972572625 0.041065648 -0.228945524 -12.877068520 -0.039829399 0.999156237 0.010019918 0.601051331 0.229163826 -0.000626336 0.973387659 75.252098083\n0.972596407 0.037623920 -0.229435459 -13.175670624 -0.037449073 0.999285460 0.005117774 0.627335429 0.229464069 0.003614616 0.973310411 76.506065369\n0.972723186 0.031382006 -0.229836449 -13.481032372 -0.031689413 0.999494970 0.002354416 0.626288176 0.229794279 0.004993187 0.973226428 77.783081055\n0.972722054 0.029603280 -0.230077118 -13.779100418 -0.029314993 0.999559283 0.004671883 0.642007530 0.230114028 0.002200265 0.973161161 79.051460266\n0.972699225 0.031341270 -0.229943424 -14.087294579 -0.030460028 0.999508739 0.007381939 0.654038370 0.230061829 -0.000176324 0.973176003 80.311569214\n0.972608745 0.033393685 -0.230037183 -14.396281242 -0.032086823 0.999440670 0.009420576 0.677567959 0.230223104 -0.001781372 0.973136246 81.587272644\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0005_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999891520 -0.000006256 -0.014730163 -0.012571261 0.000073890 0.999989450 0.004590956 0.002461030 0.014729979 -0.004591546 0.999880970 0.358274579\n0.999630153 -0.000476071 -0.027191076 -0.037090104 0.000880847 0.999888957 0.014876298 0.006928587 0.027180973 -0.014894747 0.999519527 0.724828839\n0.999183476 0.003578830 -0.040244311 -0.069824278 -0.002649181 0.999728978 0.023129765 0.007988506 0.040316179 -0.023004266 0.998922110 1.077850580\n0.998564661 0.004156992 -0.053398449 -0.102049917 -0.002869377 0.999703825 0.024167413 0.008538871 0.053483099 -0.023979504 0.998280764 1.419361949\n0.997786045 0.005388454 -0.066286832 -0.140306011 -0.003927570 0.999746978 0.022149431 0.009215771 0.066389412 -0.021840047 0.997554719 1.753740907\n0.996862829 0.002681539 -0.079103336 -0.168837786 -0.001013342 0.999776423 0.021121435 0.012902116 0.079142287 -0.020975014 0.996642649 2.090219736\n0.995822966 0.003520076 -0.091237083 -0.215372950 -0.001873633 0.999833941 0.018125147 0.018006267 0.091285743 -0.017878493 0.995664239 2.419506311\n0.994661868 0.005740977 -0.103028417 -0.267548889 -0.004208419 0.999877334 0.015086314 0.024217034 0.103102386 -0.014572194 0.994563997 2.748741627\n0.993356407 0.009826502 -0.114658095 -0.323681414 -0.008351320 0.999876142 0.013339206 0.040673092 0.114774972 -0.012293039 0.993315458 3.083815098\n0.991924644 0.008921816 -0.126514345 -0.369314939 -0.008013558 0.999938369 0.007686247 0.064126618 0.126575112 -0.006610348 0.991935015 3.401922941\n0.990356684 0.006995495 -0.138364598 -0.430182129 -0.006031808 0.999954581 0.007382927 0.065724082 0.138409957 -0.006477143 0.990353823 3.729803324\n0.988682508 0.004274403 -0.149962142 -0.478952825 -0.002499077 0.999924600 0.012024947 0.066201814 0.150002226 -0.011514088 0.988618612 4.060616016\n0.986823797 0.004419380 -0.161738157 -0.535810709 -0.001960626 0.999880135 0.015358518 0.067405269 0.161786646 -0.014839044 0.986714184 4.382238865\n0.984797359 0.003157058 -0.173678577 -0.605167985 -0.000712164 0.999899805 0.014137641 0.076551355 0.173705816 -0.013799023 0.984700918 4.693544865\n0.982642293 0.003556591 -0.185476273 -0.673994601 -0.001115941 0.999911427 0.013261567 0.085082181 0.185506999 -0.012824397 0.982559264 5.009059906\n0.980485618 0.006185680 -0.196493357 -0.753153145 -0.002847636 0.999846876 0.017266063 0.086636305 0.196570069 -0.016369585 0.980353117 5.320147514\n0.978305042 0.007424105 -0.207036659 -0.836407661 -0.004766812 0.999899805 0.013330803 0.083220400 0.207114875 -0.012054686 0.978242338 5.626419067\n0.975808322 0.006567115 -0.218529209 -0.913289249 -0.005562482 0.999970973 0.005212156 0.084920563 0.218557090 -0.003870500 0.975816488 5.939182281\n0.973109126 0.001957118 -0.230336353 -0.993168175 -0.002445694 0.999995351 -0.001835656 0.079928063 0.230331674 0.002349625 0.973109365 6.235497475\n0.970216572 -0.003912203 -0.242207602 -1.073962927 0.002123209 0.999968529 -0.007646778 0.095438518 0.242229894 0.006904773 0.970194340 6.546456337\n0.967213154 -0.005573017 -0.253904849 -1.163406968 0.004138103 0.999972284 -0.006185130 0.103946738 0.253932297 0.004931654 0.967209399 6.868088722\n0.964206874 -0.001872939 -0.265144527 -1.273162603 0.002048574 0.999997854 0.000385881 0.102227405 0.265143216 -0.000915237 0.964208603 7.193060875\n0.960783422 0.000710839 -0.277298898 -1.376032710 0.000299822 0.999993443 0.003602244 0.120571643 0.277299643 -0.003544117 0.960776925 7.516412735\n0.957307279 0.000628250 -0.289071590 -1.478563070 0.000389255 0.999993920 0.003462405 0.125149995 0.289072007 -0.003427108 0.957301259 7.827207565\n0.954288960 0.001922128 -0.298879474 -1.605953693 -0.000786934 0.999992013 0.003918471 0.129245833 0.298884600 -0.003504155 0.954282820 8.136834145\n0.950180411 0.008107435 -0.311595023 -1.723543882 -0.004248980 0.999905705 0.013059816 0.123136781 0.311671495 -0.011085221 0.950125277 8.461191177\n0.946204424 0.010752881 -0.323390722 -1.839897394 -0.004320653 0.999778450 0.020601328 0.116712518 0.323540598 -0.018095810 0.946041226 8.779142380\n0.942621946 0.005977838 -0.333808571 -1.956612945 0.001752654 0.999737322 0.022852493 0.116465636 0.333857477 -0.022126311 0.942363858 9.095377922\n0.938544393 0.000327767 -0.345158398 -2.073143482 0.007158722 0.999765933 0.020415178 0.130559117 0.345084310 -0.021631442 0.938322365 9.407073975\n0.934274077 -0.002825063 -0.356544495 -2.196391106 0.010431942 0.999757111 0.019413894 0.139265418 0.356403023 -0.021857349 0.934076667 9.720760345\n0.929935336 0.003468802 -0.367706746 -2.343179703 0.003389180 0.999832153 0.018003311 0.153483614 0.367707491 -0.017988140 0.929767549 10.022506714\n0.925306678 0.007722293 -0.379141062 -2.501671314 -0.001411332 0.999855816 0.016920524 0.162309855 0.379217058 -0.015121579 0.925184190 10.327570915\n0.920173407 0.005336947 -0.391474634 -2.646472931 0.001470911 0.999852896 0.017088346 0.172246456 0.391508251 -0.016300067 0.920030236 10.650035858\n0.915136218 0.001015095 -0.403143436 -2.791919708 0.007222198 0.999795079 0.018911837 0.183058932 0.403080016 -0.020218490 0.914941370 10.991768837\n0.910143018 0.000816571 -0.414293379 -2.961441755 0.009452534 0.999696791 0.022736263 0.189333439 0.414186329 -0.024609374 0.909859359 11.327842712\n0.904237330 0.005668386 -0.426992685 -3.149313450 0.005971819 0.999646246 0.025916893 0.205619499 0.426988572 -0.025984945 0.903883576 11.650802612\n0.897226572 0.005190239 -0.441539973 -3.317889214 0.006645059 0.999659002 0.025253870 0.209928736 0.441520482 -0.025592502 0.896886110 12.060424805\n0.890341520 0.003732385 -0.455278039 -3.500433922 0.007322807 0.999719679 0.022516211 0.217594102 0.455234438 -0.023381030 0.890064538 12.413964272\n0.883650362 0.003521315 -0.468134254 -3.712882042 0.007071068 0.999757230 0.020867545 0.227560580 0.468094081 -0.021749822 0.883410931 12.763933182\n0.875903726 0.000414234 -0.482485801 -3.921335936 0.010701286 0.999736965 0.020285407 0.231330007 0.482367307 -0.022931281 0.875668883 13.126110077\n0.867476583 -0.004499475 -0.497457623 -4.149865150 0.015552784 0.999715567 0.018078892 0.243078783 0.497234792 -0.023419866 0.867299914 13.516180038\n0.858868361 -0.008272640 -0.512129664 -4.384475708 0.017801074 0.999747634 0.013704004 0.260453403 0.511887074 -0.020886393 0.858798862 13.882802010\n0.849513888 -0.005014377 -0.527542412 -4.638606548 0.012743887 0.999858081 0.011017968 0.275159031 0.527412295 -0.016082857 0.849457264 14.252756119\n0.839287221 -0.001598113 -0.543685973 -4.909523010 0.009468943 0.999886990 0.011678121 0.275998890 0.543605864 -0.014949429 0.839207530 14.637656212\n0.828358054 -0.000865827 -0.560198426 -5.179729462 0.010074947 0.999860108 0.013352335 0.281683058 0.560108483 -0.016704483 0.828250885 15.016834259\n0.817485988 -0.001304054 -0.575947046 -5.460216522 0.011659841 0.999829948 0.014285904 0.292647570 0.575830519 -0.018393977 0.817362189 15.388184547\n0.805964828 -0.002246776 -0.591959238 -5.741669178 0.013653617 0.999797344 0.014794964 0.306053579 0.591805995 -0.020006604 0.805832148 15.762411118\n0.794677377 -0.000746979 -0.607031524 -6.040248871 0.013161279 0.999785364 0.015999420 0.313585550 0.606889307 -0.020703690 0.794516683 16.126346588\n0.782936037 0.001077800 -0.622101307 -6.340073109 0.012574648 0.999766767 0.017557744 0.323439509 0.621975183 -0.021569295 0.782739878 16.488746643\n0.771535099 0.003723105 -0.636175871 -6.647473335 0.010476221 0.999772906 0.018556241 0.330458462 0.636100531 -0.020981511 0.771320939 16.830404282\n0.759927273 0.005057085 -0.649988472 -6.955424786 0.009707757 0.999769926 0.019128203 0.344149649 0.649935663 -0.020845974 0.759703338 17.180923462\n0.748964369 0.005875884 -0.662584186 -7.271691322 0.009251527 0.999770463 0.019323733 0.353441894 0.662545681 -0.020602703 0.748738110 17.509044647\n0.738022149 0.006519551 -0.674745023 -7.587260246 0.008716348 0.999777794 0.019193856 0.372063428 0.674720228 -0.020046802 0.737801313 17.842792511\n0.727841377 0.007935465 -0.685699642 -7.908271790 0.007932427 0.999768734 0.019990064 0.388570786 0.685699701 -0.019988859 0.727610111 18.160573959\n0.717923164 0.008682881 -0.696068227 -8.227631569 0.007650346 0.999763429 0.020361776 0.406455100 0.696080387 -0.019943353 0.717686832 18.476245880\n0.708360314 0.009671972 -0.705784738 -8.555023193 0.006882041 0.999763966 0.020607775 0.411919594 0.705817461 -0.019454969 0.708126545 18.791248322\n0.699760318 0.010075277 -0.714306653 -8.882177353 0.007189722 0.999750555 0.021144764 0.427168816 0.714341521 -0.019931933 0.699513316 19.089628220\n0.691864371 0.011142830 -0.721941590 -9.211168289 0.006943113 0.999732018 0.022084249 0.446367890 0.721994162 -0.020291828 0.691601515 19.392650604\n0.685153842 0.012298104 -0.728294611 -9.535320282 0.006315344 0.999719560 0.022822687 0.454059511 0.728371084 -0.020236483 0.684884071 19.677955627\n0.679235220 0.012666057 -0.733811319 -9.861051559 0.005859951 0.999725580 0.022680037 0.463375211 0.733897269 -0.019705178 0.678974628 19.965139389\n0.674785435 0.012927775 -0.737900794 -10.193658829 0.005360233 0.999734342 0.022416769 0.480063975 0.737994552 -0.019081831 0.674536884 20.248561859\n0.671292424 0.012816978 -0.741081774 -10.512104034 0.006060115 0.999722123 0.022779571 0.499760211 0.741167843 -0.019782793 0.671028256 20.530384064\n0.669061005 0.013211308 -0.743090034 -10.831406593 0.005938610 0.999715030 0.023120800 0.506390989 0.743183792 -0.019882146 0.668791890 20.814487457\n0.668305516 0.012440220 -0.743782878 -11.142243385 0.006529952 0.999723554 0.022588292 0.517313182 0.743858278 -0.019952748 0.668039560 21.094619751\n0.668853641 0.011602277 -0.743303597 -11.464288712 0.006377473 0.999751866 0.021343896 0.535009146 0.743366778 -0.019016342 0.668613672 21.373003006\n0.670646787 0.010497202 -0.741702557 -11.768050194 0.006183774 0.999786019 0.019741181 0.542222857 0.741751075 -0.017825881 0.670438409 21.648258209\n0.673881292 0.008203969 -0.738794088 -12.092294693 0.006098739 0.999842525 0.016665677 0.549069464 0.738814473 -0.015736399 0.673725128 21.940700531\n0.679115236 0.004879449 -0.734015465 -12.413401604 0.006645869 0.999896049 0.012795717 0.573836088 0.734001637 -0.013567937 0.679012179 22.227888107\n0.684984803 0.005088763 -0.728539586 -12.709850311 0.006251331 0.999897718 0.012861772 0.573468029 0.728530526 -0.013364460 0.684882998 22.524021149\n0.691904008 0.006691826 -0.721958518 -13.016638756 0.005348348 0.999882102 0.014393598 0.592841506 0.721969724 -0.013820274 0.691786647 22.825677872\n0.700491428 0.009710832 -0.713594794 -13.334842682 0.003297647 0.999852717 0.016843416 0.603128374 0.713653266 -0.014151852 0.700356185 23.133163452\n0.710350752 0.012298631 -0.703740478 -13.632428169 0.000608089 0.999836206 0.018087029 0.620047152 0.703847647 -0.013276071 0.710226893 23.438865662\n0.720681429 0.013600324 -0.693133056 -13.917765617 -0.000237049 0.999812305 0.019371370 0.625074863 0.693266392 -0.013796280 0.720549345 23.760662079\n0.731728435 0.014082020 -0.681450725 -14.192033768 -0.001250772 0.999812603 0.019317839 0.622802377 0.681595087 -0.013283073 0.731608987 24.077640533\n0.744412422 0.013709440 -0.667579353 -14.478842735 -0.002040731 0.999831259 0.018256977 0.627145052 0.667716980 -0.012228372 0.744314790 24.403774261\n0.757892430 0.013680316 -0.652236104 -14.751403809 -0.004044005 0.999859393 0.016272439 0.644778192 0.652367055 -0.009695112 0.757841229 24.727596283\n0.771936476 0.015499030 -0.635510743 -15.011126518 -0.007515313 0.999855399 0.015256146 0.652047634 0.635655284 -0.007000714 0.771941304 25.044258118\n0.785561621 0.016411634 -0.618565798 -15.274662018 -0.010270542 0.999856353 0.013484634 0.664789259 0.618698239 -0.004240007 0.785617292 25.383558273\n0.798820376 0.014952035 -0.601383805 -15.488142014 -0.009457950 0.999879658 0.012296692 0.668203056 0.601495326 -0.004134991 0.798865676 25.704227448\n0.812394440 0.013708805 -0.582947075 -15.714499474 -0.008962896 0.999899089 0.011023323 0.675541222 0.583039403 -0.003730392 0.812435329 26.047573090\n0.826433957 0.013544518 -0.562870741 -15.939885139 -0.009980543 0.999905944 0.009407105 0.679626048 0.562945187 -0.002156596 0.826491416 26.389842987\n0.840309024 0.013603682 -0.541936994 -16.172340393 -0.011031630 0.999907196 0.007994364 0.681256950 0.541995406 -0.000739290 0.840381145 26.752452850\n0.854022861 0.010843853 -0.520122468 -16.381303787 -0.008251666 0.999939322 0.007298442 0.686850190 0.520170033 -0.001941159 0.854060531 27.120254517\n0.866935253 0.008675271 -0.498345226 -16.566398621 -0.005887302 0.999957025 0.007165690 0.697108090 0.498385966 -0.003278281 0.866949081 27.489830017\n0.879625201 0.007164328 -0.475613475 -16.754972458 -0.004201061 0.999964595 0.007293141 0.708900750 0.475648880 -0.004417150 0.879624188 27.874427795\n0.891899943 0.007781697 -0.452165931 -16.944183350 -0.004840032 0.999958932 0.007662131 0.710882604 0.452206969 -0.004645356 0.891900957 28.262693405\n0.903389931 0.010132931 -0.428700328 -17.127613068 -0.007846730 0.999944031 0.007099850 0.716469169 0.428748280 -0.003050038 0.903418839 28.659572601\n0.914208829 0.012224373 -0.405059040 -17.292676926 -0.010076462 0.999921620 0.007434533 0.719643056 0.405118167 -0.002715154 0.914260328 29.061851501\n0.923868537 0.010372297 -0.382569462 -17.441814423 -0.007855161 0.999935985 0.008140998 0.721244574 0.382629424 -0.004516067 0.923890889 29.472076416\n0.933197796 0.008088938 -0.359272093 -17.589059830 -0.005724546 0.999954402 0.007644443 0.732713997 0.359317541 -0.005077108 0.933201551 29.898723602\n0.942200601 0.009180463 -0.334923476 -17.734254837 -0.006759245 0.999941945 0.008394050 0.735257387 0.334981084 -0.005645049 0.942207932 30.328777313\n0.950218379 0.011637875 -0.311367333 -17.866153717 -0.009574302 0.999920905 0.008155247 0.743183732 0.311437607 -0.004768141 0.950254619 30.767841339\n0.957592845 0.013682266 -0.287799954 -18.002004623 -0.011627164 0.999893248 0.008848914 0.751783967 0.287890285 -0.005127360 0.957649708 31.227416992\n0.963967264 0.015112778 -0.265591264 -18.101900101 -0.012730641 0.999861836 0.010688487 0.753737867 0.265716106 -0.006922204 0.964026451 31.683214188\n0.970089376 0.018585876 -0.242035568 -18.206829071 -0.016423272 0.999805152 0.010949683 0.764936030 0.242191926 -0.006647155 0.970205605 32.145629883\n0.975741088 0.022437148 -0.217774928 -18.302911758 -0.020780098 0.999735117 0.009896498 0.776010096 0.217939287 -0.005131037 0.975948870 32.606723785\n0.980873942 0.024747949 -0.193064258 -18.382089615 -0.023450807 0.999684453 0.009001435 0.782462358 0.193226099 -0.004301761 0.981144845 33.080959320\n0.985507488 0.025803665 -0.167657778 -18.465137482 -0.024601962 0.999654591 0.009241051 0.786221087 0.167838320 -0.004982415 0.985801935 33.578166962\n0.989421487 0.026716312 -0.142588213 -18.518623352 -0.025658883 0.999627948 0.009249874 0.794792056 0.142782286 -0.005493370 0.989738882 34.073246002\n0.992785931 0.027811924 -0.116630152 -18.563348770 -0.026758514 0.999585867 0.010588428 0.803163230 0.116876327 -0.007391193 0.993119001 34.577285767\n0.995317996 0.031007728 -0.091545455 -18.599590302 -0.030006936 0.999474168 0.012288744 0.809174418 0.091878362 -0.009484209 0.995725095 35.082378387\n0.997203946 0.032496225 -0.067292579 -18.626037598 -0.031667259 0.999409318 0.013349363 0.817238748 0.067686632 -0.011181065 0.997643948 35.602993011\n0.998494327 0.033429146 -0.043491554 -18.634582520 -0.032863431 0.999366522 0.013658226 0.827189982 0.043920588 -0.012208380 0.998960435 36.129264832\n0.999186218 0.035118941 -0.019838547 -18.631111145 -0.034868322 0.999309421 0.012840827 0.835762799 0.020275803 -0.012138641 0.999720752 36.667808533\n0.999368727 0.035218783 0.004670931 -18.616783142 -0.035269301 0.999314904 0.011214190 0.846261680 -0.004272780 -0.011371852 0.999926209 37.214881897\n0.998948455 0.035799082 0.028643085 -18.583265305 -0.036108028 0.999294400 0.010342321 0.857828379 -0.028252628 -0.011365691 0.999536216 37.763973236\n0.997920275 0.037067138 0.052736312 -18.548807144 -0.037626863 0.999245167 0.009660384 0.865107358 -0.052338421 -0.011624595 0.998561740 38.330574036\n0.996457279 0.038063601 0.074993677 -18.491481781 -0.038837317 0.999206066 0.008885389 0.872170091 -0.074595928 -0.011766464 0.997144401 38.899574280\n0.994546771 0.038586706 0.096890479 -18.424449921 -0.039627410 0.999175429 0.008839098 0.882732093 -0.096469514 -0.012630415 0.995255828 39.485591888\n0.992097437 0.039139371 0.119208850 -18.348209381 -0.040592227 0.999127924 0.009782895 0.887086987 -0.118721992 -0.014544539 0.992820978 40.077102661\n0.989284933 0.038847752 0.140734285 -18.249668121 -0.040758785 0.999111474 0.010721024 0.895871937 -0.140192747 -0.016342305 0.989989340 40.661205292\n0.985989809 0.039008778 0.162180290 -18.146842957 -0.041418687 0.999075651 0.011503757 0.899853528 -0.161581635 -0.018059881 0.986694098 41.265060425\n0.982468009 0.037994988 0.182518482 -18.026620865 -0.040842608 0.999095142 0.011867006 0.908985972 -0.181902438 -0.019113485 0.983130813 41.849666595\n0.978649199 0.038014900 0.201991722 -17.909881592 -0.041122880 0.999091208 0.011210964 0.913684011 -0.201381966 -0.019278081 0.979323089 42.447063446\n0.974818707 0.037469823 0.219828367 -17.769523621 -0.040737271 0.999116302 0.010347805 0.919825733 -0.219246387 -0.019042442 0.975483656 43.033138275\n0.970677853 0.038276568 0.237317026 -17.614416122 -0.041614186 0.999092579 0.009068610 0.925370812 -0.236754566 -0.018678453 0.971389949 43.610839844\n0.965959787 0.039390698 0.255675793 -17.466623306 -0.042623390 0.999065876 0.007112825 0.933151722 -0.255156785 -0.017768471 0.966736436 44.194103241\n0.961204886 0.038760722 0.273098439 -17.280624390 -0.041994683 0.999099791 0.006003947 0.926635385 -0.272619873 -0.017239703 0.961967349 44.787910461\n0.956185937 0.037477650 0.290351391 -17.094804764 -0.040778294 0.999154031 0.005323499 0.929093957 -0.289906263 -0.016930290 0.956905305 45.359836578\n0.950566173 0.037253708 0.308279395 -16.905368805 -0.040642034 0.999163270 0.004575093 0.938532770 -0.307851017 -0.016878029 0.951284885 45.933254242\n0.944800138 0.037988830 0.325437486 -16.694698334 -0.041592374 0.999126196 0.004120137 0.943862677 -0.324996591 -0.017428422 0.945554614 46.498806000\n0.938580275 0.037971191 0.342965454 -16.495878220 -0.042101599 0.999102712 0.004602827 0.941272616 -0.342482954 -0.018759517 0.939336717 47.059963226\n0.932251334 0.036274869 0.359988362 -16.261188507 -0.040542107 0.999168515 0.004307711 0.943816423 -0.359532803 -0.018610556 0.932946861 47.623798370\n0.925564945 0.032565840 0.377185643 -16.023313522 -0.036696311 0.999319375 0.003767763 0.951424658 -0.376806200 -0.017328629 0.926129997 48.195320129\n0.918619692 0.026927996 0.394224197 -15.773251534 -0.031147923 0.999505520 0.004308246 0.954389095 -0.393913239 -0.016236905 0.919004202 48.745883942\n0.911970854 0.021980191 0.409665704 -15.505029678 -0.026295818 0.999642193 0.004903254 0.958264649 -0.409411341 -0.015244119 0.912222564 49.292339325\n0.905444682 0.016186304 0.424155533 -15.232825279 -0.020387758 0.999777734 0.005368974 0.962251782 -0.423974365 -0.013508889 0.905573428 49.843559265\n0.900618970 0.009566735 0.434504330 -14.951544762 -0.013467224 0.999891937 0.005898988 0.961341798 -0.434400946 -0.011164307 0.900650442 50.378902435\n0.897146165 0.003565124 0.441719502 -14.667757988 -0.006644463 0.999963224 0.005424395 0.962547183 -0.441683888 -0.007801463 0.897136807 50.930835724\n0.894704401 -0.001804024 0.446655095 -14.396130562 -0.000197415 0.999990165 0.004434371 0.961801350 -0.446658671 -0.004055628 0.894695222 51.479404449\n0.893178046 -0.006308050 0.449659020 -14.119574547 0.005371816 0.999979913 0.003357957 0.968368471 -0.449671179 -0.000583767 0.893193960 52.024337769\n0.893196285 -0.010084786 0.449553907 -13.835095406 0.010078150 0.999946296 0.002407894 0.971572936 -0.449554056 0.002379949 0.893249989 52.572654724\n0.894216418 -0.014293859 0.447406679 -13.548604965 0.014837528 0.999887288 0.002289387 0.973147273 -0.447388977 0.004591201 0.894327700 53.136909485\n0.896442652 -0.015743135 0.442880034 -13.287149429 0.014990439 0.999874115 0.005200243 0.978599012 -0.442906141 0.001977245 0.896565795 53.692569733\n0.900154769 -0.018271795 0.435186744 -13.019021988 0.015953632 0.999832392 0.008980040 0.982559085 -0.435277909 -0.001140617 0.900295436 54.268672943\n0.904511333 -0.021925200 0.425885648 -12.752865791 0.018028053 0.999750614 0.013179957 0.994480014 -0.426068395 -0.004243532 0.904680967 54.841823578\n0.909688652 -0.027713429 0.414365232 -12.485689163 0.022792101 0.999598742 0.016817519 1.003294349 -0.414665043 -0.005854454 0.909955323 55.429595947\n0.915482759 -0.027493868 0.401416779 -12.236410141 0.021823544 0.999587059 0.018692389 1.010903358 -0.401764959 -0.008352226 0.915704727 56.022178650\n0.921173334 -0.024623016 0.388372838 -11.998798370 0.019504888 0.999663234 0.017115876 1.040480971 -0.388663501 -0.008191521 0.921343386 56.625648499\n0.926961124 -0.022997629 0.374451816 -11.771665573 0.018048482 0.999697328 0.016718907 1.033819675 -0.374722958 -0.008739491 0.927095652 57.217430115\n0.932668209 -0.023898551 0.359942973 -11.540225983 0.019711668 0.999688625 0.015298714 1.048956156 -0.360196531 -0.007173548 0.932848871 57.823867798\n0.937790692 -0.023598848 0.346398205 -11.319060326 0.020030998 0.999703050 0.013876972 1.058653116 -0.346622825 -0.006074995 0.937984943 58.443054199\n0.942652524 -0.021285415 0.333096325 -11.113815308 0.017942848 0.999753058 0.013108189 1.071398735 -0.333293110 -0.006379771 0.942801654 59.070293427\n0.947507501 -0.018277880 0.319210678 -10.915392876 0.015023766 0.999807060 0.012653782 1.078123331 -0.319380373 -0.007193807 0.947599292 59.703620911\n0.951825798 -0.017184649 0.306157440 -10.724563599 0.013502573 0.999808848 0.014140654 1.087348580 -0.306341916 -0.009325527 0.951875865 60.334434509\n0.955542862 -0.016586699 0.294385374 -10.553471565 0.012571468 0.999800444 0.015526630 1.106211185 -0.294584155 -0.011135504 0.955560684 61.013294220\n0.959424913 -0.015357175 0.281545818 -10.367406845 0.010627354 0.999775708 0.018318808 1.122341752 -0.281764001 -0.014583433 0.959372938 61.670398712\n0.962614655 -0.014795709 0.270470172 -10.204298019 0.009588079 0.999742508 0.020565210 1.137961745 -0.270704806 -0.017203083 0.962508678 62.334629059\n0.965550840 -0.013504537 0.259863764 -10.039476395 0.008562524 0.999760509 0.020140365 1.150049448 -0.260073513 -0.017221458 0.965435266 62.996440887\n0.968348026 -0.012519794 0.249289706 -9.874447823 0.008323800 0.999805510 0.017878892 1.161962390 -0.249465063 -0.015237953 0.968263924 63.681896210\n0.970662355 -0.009960483 0.240240172 -9.719943047 0.006756872 0.999876976 0.014155069 1.176106095 -0.240351602 -0.012116522 0.970610261 64.331214905\n0.972636580 -0.008572649 0.232173741 -9.566408157 0.006359333 0.999926925 0.010279815 1.196267843 -0.232244909 -0.008522054 0.972620010 65.003417969\n0.974267781 -0.010043630 0.225169688 -9.413339615 0.007974449 0.999917209 0.010097052 1.201646209 -0.225252450 -0.008041629 0.974267244 65.678947449\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0009_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999285 -0.001146399 -0.000238147 -0.001396693 0.001145954 0.999997616 -0.001863224 0.011776138 0.000240282 0.001862950 0.999998212 1.156470180\n0.999998212 0.001882331 -0.000193002 0.000433709 -0.001882196 0.999997973 0.000701578 0.014252113 0.000194322 -0.000701213 0.999999762 2.300424337\n0.999997079 0.002403011 0.000188107 -0.001287103 -0.002403877 0.999985874 0.004744058 0.015004646 -0.000176704 -0.004744497 0.999988735 3.447654486\n0.999995351 0.003039604 -0.000136597 -0.011019719 -0.003038608 0.999972403 0.006781069 0.026585151 0.000157205 -0.006780622 0.999976993 4.610738277\n0.999995291 0.003039788 -0.000452533 -0.003436383 -0.003036164 0.999964952 0.007805162 0.036186676 0.000476243 -0.007803751 0.999969423 5.757843494\n0.999998569 0.001517723 -0.000724245 -0.018771155 -0.001512696 0.999975085 0.006891008 0.051409908 0.000734685 -0.006889903 0.999975979 6.914408207\n0.999998510 0.001533195 -0.000803024 -0.020116050 -0.001528614 0.999982715 0.005674521 0.066238806 0.000811710 -0.005673285 0.999983549 8.049012184\n0.999996364 0.002568482 -0.000822258 -0.031057166 -0.002564311 0.999984026 0.005033455 0.067521110 0.000835173 -0.005031328 0.999987006 9.191444397\n0.999993324 0.003413461 -0.001304526 -0.028160058 -0.003407340 0.999983311 0.004665972 0.076860592 0.001320431 -0.004661496 0.999988258 10.332290649\n0.999992788 0.003560732 -0.001313994 -0.036504958 -0.003553566 0.999979019 0.005416246 0.084350914 0.001333252 -0.005411537 0.999984443 11.454650879\n0.999994814 0.002867503 -0.001475999 -0.029007748 -0.002858158 0.999976099 0.006294778 0.090984657 0.001494014 -0.006290527 0.999979079 12.569339752\n0.999984622 0.005319888 -0.001581716 -0.043572731 -0.005311053 0.999970555 0.005538747 0.099984109 0.001611135 -0.005530261 0.999983430 13.693006516\n0.999991417 0.003817643 -0.001618632 -0.041396908 -0.003808896 0.999978304 0.005372847 0.109129675 0.001639108 -0.005366636 0.999984264 14.815464973\n0.999987841 0.004439442 -0.002153185 -0.038797759 -0.004426548 0.999972463 0.005956781 0.120496266 0.002179570 -0.005947177 0.999979913 15.929171562\n0.999987185 0.004553348 -0.002219949 -0.040317144 -0.004537733 0.999965310 0.006988889 0.131697804 0.002251695 -0.006978726 0.999973118 17.044672012\n0.999988377 0.004012156 -0.002684652 -0.045531146 -0.003991793 0.999963522 0.007548010 0.134247959 0.002714838 -0.007537206 0.999967933 18.146575928\n0.999995530 0.001220571 -0.002733716 -0.043367021 -0.001199241 0.999968946 0.007790595 0.149410456 0.002743140 -0.007787282 0.999965906 19.237703323\n0.999994397 0.001845686 -0.002782523 -0.054004967 -0.001824312 0.999968946 0.007664481 0.145796508 0.002796583 -0.007659362 0.999966741 20.344474792\n0.999990702 0.002834904 -0.003253901 -0.055258915 -0.002820373 0.999986053 0.004461582 0.152943999 0.003266504 -0.004452363 0.999984741 21.434242249\n0.999991298 0.001843695 -0.003748680 -0.054263603 -0.001834992 0.999995589 0.002323661 0.168033123 0.003752948 -0.002316762 0.999990284 22.525363922\n0.999982774 0.004471758 -0.003795621 -0.059325460 -0.004455647 0.999981046 0.004242490 0.175309479 0.003814521 -0.004225505 0.999983788 23.619535446\n0.999968052 0.007073527 -0.003729085 -0.069434889 -0.007048970 0.999953628 0.006557836 0.169019744 0.003775299 -0.006531341 0.999971569 24.713804245\n0.999953032 0.008977067 -0.003652823 -0.074150734 -0.008950479 0.999933779 0.007231107 0.180249542 0.003717495 -0.007198073 0.999967158 25.796232224\n0.999938130 0.010480567 -0.003725867 -0.079722233 -0.010451470 0.999915361 0.007745066 0.190490201 0.003806724 -0.007705646 0.999963045 26.885789871\n0.999912024 0.012523683 -0.004369087 -0.083398096 -0.012493534 0.999898434 0.006860741 0.200336859 0.004454564 -0.006805553 0.999966919 27.964899063\n0.999864936 0.015680477 -0.004920760 -0.104122184 -0.015659107 0.999867916 0.004351584 0.208531618 0.004988345 -0.004273942 0.999978423 29.058427811\n0.999829412 0.017523259 -0.005834649 -0.114002489 -0.017503783 0.999841094 0.003372443 0.218236730 0.005892818 -0.003269739 0.999977291 30.147480011\n0.999760926 0.020984197 -0.006146712 -0.126945689 -0.020951679 0.999766409 0.005307766 0.225131273 0.006256655 -0.005177713 0.999967039 31.258787155\n0.999714971 0.022886641 -0.006793565 -0.139459834 -0.022834871 0.999710321 0.007602663 0.233552024 0.006965597 -0.007445366 0.999948025 32.348316193\n0.999657810 0.025090035 -0.007398914 -0.159383193 -0.025035609 0.999659479 0.007359323 0.244502187 0.007581040 -0.007171568 0.999945521 33.467418671\n0.999658406 0.024717156 -0.008492398 -0.166400343 -0.024663229 0.999675333 0.006397285 0.260805994 0.008647763 -0.006185650 0.999943495 34.554550171\n0.999638915 0.025209097 -0.009303783 -0.186141297 -0.025151474 0.999664068 0.006259358 0.271714419 0.009458451 -0.006023095 0.999937117 35.664299011\n0.999638200 0.024656707 -0.010748127 -0.190246180 -0.024580758 0.999672353 0.007142044 0.282743394 0.010920703 -0.006875263 0.999916732 36.765666962\n0.999632657 0.024713511 -0.011128355 -0.212578744 -0.024637820 0.999672711 0.006888216 0.298188269 0.011294944 -0.006611507 0.999914348 37.888683319\n0.999621034 0.025039855 -0.011435434 -0.221106187 -0.024960002 0.999663413 0.007073144 0.310735285 0.011608697 -0.006785035 0.999909580 38.996887207\n0.999594867 0.026684815 -0.009899139 -0.241072834 -0.026607879 0.999615312 0.007824026 0.326378942 0.010104114 -0.007557462 0.999920368 40.119979858\n0.999600947 0.027066654 -0.008083343 -0.252749741 -0.026993487 0.999594867 0.009027528 0.342502028 0.008324413 -0.008805728 0.999926567 41.230728149\n0.999590039 0.027999217 -0.005984304 -0.261402249 -0.027942615 0.999565899 0.009341679 0.348285139 0.006243265 -0.009170632 0.999938488 42.370876312\n0.999626577 0.027075620 -0.003690348 -0.259508073 -0.027045380 0.999602079 0.008011781 0.368991792 0.003905803 -0.007908982 0.999961078 43.497425079\n0.999670148 0.025648145 -0.001341656 -0.264058650 -0.025637390 0.999643207 0.007498597 0.379989743 0.001533502 -0.007461727 0.999970973 44.622524261\n0.999677539 0.025368607 0.001140957 -0.263696909 -0.025376862 0.999646544 0.007921462 0.395431310 -0.000939598 -0.007947861 0.999967992 45.749092102\n0.999729455 0.023008248 0.003411320 -0.260896772 -0.023037158 0.999696791 0.008692605 0.411345065 -0.003210284 -0.008768841 0.999956429 46.912914276\n0.999744534 0.021878384 0.005674545 -0.258745849 -0.021927807 0.999720812 0.008798761 0.425675601 -0.005480458 -0.008920944 0.999945164 48.062099457\n0.999738514 0.021537416 0.007687302 -0.247185156 -0.021595642 0.999738097 0.007573252 0.445968807 -0.007522181 -0.007737283 0.999941766 49.214664459\n0.999769926 0.019298429 0.009363521 -0.233125374 -0.019362692 0.999789238 0.006821733 0.458436042 -0.009229899 -0.007001466 0.999932885 50.372409821\n0.999759197 0.018927872 0.011105960 -0.227944404 -0.019005757 0.999795198 0.006949773 0.470807195 -0.010972142 -0.007159176 0.999914169 51.550231934\n0.999804378 0.015125490 0.012746229 -0.211397529 -0.015226366 0.999853194 0.007854713 0.482059121 -0.012625552 -0.008047255 0.999887884 52.710788727\n0.999821126 0.013214193 0.013532160 -0.196586311 -0.013305724 0.999889076 0.006696340 0.493932545 -0.013442172 -0.006875197 0.999886036 53.874668121\n0.999830425 0.012444140 0.013576549 -0.174046338 -0.012473466 0.999920070 0.002077430 0.504709542 -0.013549611 -0.002246424 0.999905705 55.038799286\n0.999832153 0.011701393 0.014099366 -0.158534288 -0.011683368 0.999930799 -0.001360106 0.514552534 -0.014114305 0.001195149 0.999899685 56.228366852\n0.999780357 0.014211108 0.015405352 -0.150688395 -0.014217855 0.999898851 0.000328551 0.520674348 -0.015399125 -0.000547510 0.999881268 57.394466400\n0.999766052 0.014920031 0.015658440 -0.120342836 -0.014972435 0.999882698 0.003234840 0.525374472 -0.015608339 -0.003468529 0.999872148 58.574039459\n0.999781609 0.014095887 0.015427602 -0.098519668 -0.014154796 0.999892890 0.003715965 0.537531853 -0.015373569 -0.003933528 0.999874055 59.743389130\n0.999791622 0.013113407 0.015643461 -0.084663033 -0.013169974 0.999907076 0.003518448 0.538246453 -0.015595868 -0.003723739 0.999871433 60.919635773\n0.999828815 0.010766992 0.015045383 -0.068591334 -0.010813884 0.999936938 0.003038791 0.546409070 -0.015011716 -0.003200970 0.999882221 62.092861176\n0.999859571 0.009940804 0.013491728 -0.034871046 -0.009994230 0.999942482 0.003898335 0.544292808 -0.013452199 -0.004032627 0.999901354 63.283130646\n0.999895811 0.008491813 0.011671416 -0.015659174 -0.008546504 0.999952674 0.004644022 0.553642988 -0.011631428 -0.004743288 0.999921083 64.460380554\n0.999900460 0.009967052 0.009989299 -0.010538409 -0.010012370 0.999939740 0.004496845 0.555354893 -0.009943876 -0.004596414 0.999939978 65.649314880\n0.999912560 0.010121578 0.008511695 -0.007677789 -0.010152308 0.999942064 0.003574876 0.571566522 -0.008475019 -0.003660976 0.999957383 66.841171265\n0.999908566 0.011620088 0.006917987 0.004591009 -0.011653467 0.999920547 0.004804507 0.583650708 -0.006861608 -0.004884687 0.999964535 68.003784180\n0.999876916 0.014805474 0.005186648 -0.002524212 -0.014841210 0.999865890 0.006920523 0.591354489 -0.005083491 -0.006996648 0.999962628 69.203674316\n0.999844611 0.017304845 0.003359197 -0.002244118 -0.017327324 0.999826849 0.006781725 0.607397735 -0.003241259 -0.006838877 0.999971390 70.362358093\n0.999790967 0.020430531 0.000801050 0.003531525 -0.020434083 0.999780118 0.004710307 0.624604642 -0.000704640 -0.004725691 0.999988556 71.557647705\n0.999758542 0.021839870 -0.002425524 0.040860012 -0.021832723 0.999757349 0.002934923 0.642824471 0.002489034 -0.002881259 0.999992728 72.793182373\n0.999731064 0.022452664 -0.005806941 0.081393138 -0.022438018 0.999744892 0.002575184 0.645555437 0.005863279 -0.002444196 0.999979794 74.050697327\n0.999659002 0.025031010 -0.007436216 0.060887858 -0.025021536 0.999686003 0.001364333 0.660912037 0.007468032 -0.001177802 0.999971449 75.223434448\n0.999636352 0.025145318 -0.009740130 0.061559960 -0.025144579 0.999683797 0.000198430 0.673461378 0.009742040 0.000046553 0.999952555 76.411018372\n0.999607503 0.025410721 -0.011793696 0.055216622 -0.025394741 0.999676347 0.001502681 0.678999007 0.011828064 -0.001202593 0.999929309 77.574821472\n0.999563336 0.026628552 -0.012808916 0.031887751 -0.026585806 0.999640405 0.003495987 0.687189937 0.012897404 -0.003153925 0.999911845 78.777450562\n0.999534607 0.026559003 -0.015004954 0.022724263 -0.026490608 0.999637842 0.004738658 0.697579920 0.015125374 -0.004338962 0.999876201 79.955619812\n0.999503255 0.027104713 -0.016081458 -0.008938076 -0.027024349 0.999621272 0.005193732 0.705488443 0.016216142 -0.004756561 0.999857187 81.147949219\n0.999479651 0.026697811 -0.018100010 -0.017743416 -0.026614681 0.999634147 0.004818225 0.721315205 0.018222025 -0.004333992 0.999824584 82.327957153\n0.999453008 0.026600119 -0.019648701 -0.038618084 -0.026476163 0.999628067 0.006542000 0.729063630 0.019815411 -0.006018199 0.999785542 83.520515442\n0.999457419 0.025564967 -0.020768374 -0.074303582 -0.025395401 0.999642313 0.008387793 0.740353048 0.020975379 -0.007855820 0.999749124 84.700790405\n0.999454975 0.023657000 -0.023023335 -0.093915179 -0.023422262 0.999671459 0.010412502 0.751840055 0.023262098 -0.009867569 0.999680698 85.890602112\n0.999462724 0.022003772 -0.024293119 -0.128217220 -0.021728400 0.999697268 0.011541723 0.769218564 0.024539726 -0.011007671 0.999638259 87.067169189\n0.999429166 0.020754183 -0.026657932 -0.153057918 -0.020494120 0.999740064 0.009991966 0.796691239 0.026858376 -0.009439932 0.999594688 88.259300232\n0.999367476 0.021442579 -0.028371075 -0.188291088 -0.021192359 0.999734104 0.009091081 0.810943007 0.028558467 -0.008484080 0.999556124 89.436141968\n0.999295235 0.021772094 -0.030577373 -0.226004779 -0.021532614 0.999734998 0.008139561 0.825362802 0.030746484 -0.007475414 0.999499261 90.648941040\n0.999225080 0.022440206 -0.032336399 -0.259073436 -0.022180993 0.999719083 0.008352730 0.844527841 0.032514751 -0.007629005 0.999442160 91.838027954\n0.999180555 0.023505708 -0.032950636 -0.308614582 -0.023245178 0.999695599 0.008267611 0.846402526 0.033134941 -0.007494893 0.999422789 93.037651062\n0.999168217 0.022928759 -0.033722214 -0.349409103 -0.022675512 0.999711871 0.007873225 0.857422709 0.033893023 -0.007102008 0.999400258 94.256965637\n0.999184668 0.021163775 -0.034380805 -0.380903453 -0.020868326 0.999742329 0.008929661 0.871018589 0.034560934 -0.008204912 0.999368906 95.444335938\n0.999260008 0.018151494 -0.033911023 -0.421739757 -0.017832562 0.999794066 0.009683891 0.883034527 0.034079816 -0.009072005 0.999377966 96.640884399\n0.999303877 0.015982183 -0.033710107 -0.456749201 -0.015672097 0.999832571 0.009442906 0.900018215 0.033855382 -0.008908025 0.999387026 97.828384399\n0.999386132 0.013699581 -0.032243717 -0.497323990 -0.013383863 0.999860525 0.009987173 0.904979348 0.032376040 -0.009549497 0.999430120 99.031181335\n0.999466300 0.012283157 -0.030270396 -0.532214165 -0.011972265 0.999873936 0.010430411 0.922150433 0.030394698 -0.010062438 0.999487340 100.210929871\n0.999518514 0.012270536 -0.028498255 -0.565505087 -0.011997618 0.999880731 0.009728019 0.932781935 0.028614223 -0.009381424 0.999546528 101.411926270\n0.999613941 0.010532360 -0.025711149 -0.596313119 -0.010330729 0.999914944 0.007962408 0.947866857 0.025792824 -0.007693720 0.999637723 102.581207275\n0.999669909 0.009640909 -0.023813149 -0.626967490 -0.009505770 0.999938130 0.005781677 0.954602957 0.023867415 -0.005553407 0.999699712 103.767715454\n0.999704182 0.010374255 -0.021997031 -0.642138243 -0.010318847 0.999943316 0.002630847 0.960160673 0.022023076 -0.002403084 0.999754548 104.934516907\n0.999773026 0.010235528 -0.018683637 -0.691565216 -0.010213188 0.999947011 0.001290739 0.967904806 0.018695857 -0.001099626 0.999824584 106.124763489\n0.999803782 0.010682914 -0.016680898 -0.704670906 -0.010627726 0.999937773 0.003393643 0.970843494 0.016716113 -0.003215697 0.999855101 107.296989441\n0.999823928 0.011571970 -0.014773506 -0.726743460 -0.011481583 0.999914944 0.006188410 0.976358414 0.014843861 -0.006017697 0.999871731 108.457946777\n0.999851227 0.011165223 -0.013149181 -0.746170163 -0.011080971 0.999917746 0.006462961 0.987231314 0.013220260 -0.006316293 0.999892652 109.623031616\n0.999869525 0.010338780 -0.012413215 -0.761792541 -0.010269293 0.999931335 0.005648659 0.997530401 0.012470762 -0.005520447 0.999907017 110.793212891\n0.999887049 0.008815433 -0.012171006 -0.773227870 -0.008758853 0.999950647 0.004694248 1.013155222 0.012211787 -0.004587113 0.999914885 111.947319031\n0.999874532 0.009428392 -0.012728044 -0.799321175 -0.009362536 0.999942541 0.005223825 1.015239596 0.012776564 -0.005104003 0.999905348 113.136192322\n0.999861419 0.009179926 -0.013888812 -0.807639003 -0.009097906 0.999940872 0.005957118 1.022660851 0.013942677 -0.005829933 0.999885798 114.290977478\n0.999828815 0.011687328 -0.014342357 -0.838137925 -0.011610311 0.999917805 0.005441416 1.039984345 0.014404774 -0.005273965 0.999882340 115.475372314\n0.999802709 0.012286838 -0.015606473 -0.848536730 -0.012205674 0.999911547 0.005285305 1.049026370 0.015670033 -0.005093775 0.999864221 116.635131836\n0.999739647 0.016065478 -0.016204344 -0.878392220 -0.015981738 0.999858320 0.005284062 1.053093553 0.016286939 -0.005023713 0.999854743 117.829833984\n0.999696493 0.017520607 -0.017317707 -0.897692859 -0.017431619 0.999834120 0.005276276 1.059929371 0.017407278 -0.004972799 0.999836087 118.986938477\n0.999654472 0.019527584 -0.017597422 -0.931185186 -0.019450868 0.999800622 0.004520241 1.077332735 0.017682182 -0.004176394 0.999834955 120.175476074\n0.999584734 0.021804692 -0.018840723 -0.946401834 -0.021704638 0.999749303 0.005498750 1.088711739 0.018955898 -0.005087535 0.999807358 121.340034485\n0.999523520 0.024481516 -0.018797457 -0.974354625 -0.024372870 0.999684989 0.005987389 1.095899940 0.018938117 -0.005526388 0.999805391 122.511306763\n0.999463737 0.026099151 -0.019776285 -0.989067078 -0.026003594 0.999648988 0.005073872 1.109310746 0.019901766 -0.004556897 0.999791563 123.674293518\n0.999391854 0.029135590 -0.019159159 -1.031215906 -0.029057125 0.999568224 0.004361174 1.117040396 0.019277953 -0.003801811 0.999806941 124.837600708\n0.999331057 0.030904278 -0.019554231 -1.050332189 -0.030841095 0.999518096 0.003524599 1.122930765 0.019653734 -0.002919167 0.999802589 125.973175049\n0.999304771 0.031646900 -0.019707909 -1.078606844 -0.031599712 0.999496937 0.002701313 1.129775047 0.019783482 -0.002076670 0.999802113 127.133552551\n0.999262512 0.032590859 -0.020304762 -1.099313974 -0.032517076 0.999463379 0.003953604 1.130623579 0.020422716 -0.003290436 0.999786019 128.280807495\n0.999249339 0.033278149 -0.019831907 -1.134932518 -0.033178616 0.999435246 0.005327034 1.136086226 0.019997980 -0.004665040 0.999789119 129.429367065\n0.999229729 0.033734500 -0.020049589 -1.151102662 -0.033609450 0.999413610 0.006541617 1.139064670 0.020258510 -0.005862722 0.999777615 130.558761597\n0.999160171 0.036303379 -0.019000106 -1.194954038 -0.036201190 0.999328315 0.005694978 1.144981742 0.019194089 -0.005002369 0.999803245 131.718475342\n0.999134600 0.037305303 -0.018395124 -1.219744325 -0.037217662 0.999294221 0.005084043 1.153979778 0.018571803 -0.004395020 0.999817848 132.839660645\n0.999118924 0.037959769 -0.017899139 -1.249019146 -0.037854642 0.999264181 0.006176214 1.153982878 0.018120416 -0.005493207 0.999820709 133.970001221\n0.999139071 0.037394326 -0.017964553 -1.259384990 -0.037255138 0.999273598 0.008021251 1.159785509 0.018251453 -0.007345074 0.999806464 135.090194702\n0.999193013 0.036494073 -0.016779101 -1.289800525 -0.036327686 0.999288738 0.010116377 1.168744206 0.017136354 -0.009498668 0.999808013 136.215530396\n0.999291778 0.033850744 -0.016434573 -1.303214192 -0.033654816 0.999360800 0.012055479 1.184414268 0.016832156 -0.011493838 0.999792278 137.322387695\n0.999340475 0.032767013 -0.015650013 -1.333955050 -0.032575328 0.999392986 0.012350197 1.187475681 0.016045192 -0.011832247 0.999801278 138.428131104\n0.999381900 0.031301342 -0.016003134 -1.345354080 -0.031136913 0.999460757 0.010422839 1.204193950 0.016320752 -0.009918108 0.999817610 139.527572632\n0.999439061 0.029574543 -0.015713312 -1.363201499 -0.029413616 0.999513447 0.010375759 1.211473227 0.016012525 -0.009907753 0.999822676 140.624572754\n0.999501526 0.028048724 -0.014492028 -1.391301155 -0.027876802 0.999540150 0.011932154 1.227724195 0.014820046 -0.011522215 0.999823809 141.706390381\n0.999511540 0.027698353 -0.014472969 -1.403264761 -0.027498230 0.999525905 0.013848092 1.243842006 0.014849678 -0.013443347 0.999799371 142.798233032\n0.999558806 0.025910011 -0.014521005 -1.421354413 -0.025710111 0.999574363 0.013787828 1.262814283 0.014872067 -0.013408409 0.999799490 143.871063232\n0.999554098 0.025990089 -0.014701055 -1.451267719 -0.025801415 0.999584079 0.012881408 1.276035309 0.015029730 -0.012496356 0.999808967 144.937591553\n0.999585092 0.024855847 -0.014556000 -1.460572839 -0.024658551 0.999603689 0.013580380 1.290848613 0.014887784 -0.013215815 0.999801815 146.006439209\n0.999601960 0.024672039 -0.013680413 -1.492668629 -0.024467677 0.999589443 0.014909633 1.302413821 0.014042648 -0.014568971 0.999795258 147.073532104\n0.999611914 0.024450948 -0.013348620 -1.503772616 -0.024231851 0.999572873 0.016335607 1.321527243 0.013742340 -0.016005805 0.999777436 148.135864258\n0.999636412 0.023695886 -0.012867833 -1.531909704 -0.023485877 0.999592364 0.016233470 1.336046219 0.013247255 -0.015925355 0.999785423 149.206344604\n0.999695241 0.021348981 -0.012393728 -1.542216301 -0.021154838 0.999654651 0.015589848 1.350657344 0.012722275 -0.015322911 0.999801636 150.247375488\n0.999780357 0.017395958 -0.011686625 -1.556438088 -0.017243886 0.999766946 0.012989635 1.358653426 0.011909869 -0.012785259 0.999847353 151.280868530\n0.999808729 0.015796077 -0.011534688 -1.563244939 -0.015687779 0.999832571 0.009419768 1.375164390 0.011681552 -0.009237012 0.999889076 152.318237305\n0.999861598 0.012807474 -0.010618594 -1.579454064 -0.012739399 0.999898016 0.006454039 1.377051950 0.010700171 -0.006317871 0.999922812 153.363021851\n0.999865413 0.012901591 -0.010134447 -1.589529157 -0.012858394 0.999908030 0.004316178 1.384024382 0.010189201 -0.004185284 0.999939322 154.396240234\n0.999873459 0.012031131 -0.010406825 -1.592088580 -0.011993673 0.999921381 0.003654366 1.387564301 0.010449973 -0.003529088 0.999939144 155.442504883\n0.999848723 0.013722913 -0.010684939 -1.590222716 -0.013661649 0.999889910 0.005785791 1.390826225 0.010763161 -0.005638942 0.999926150 156.472122192\n0.999858618 0.014678439 -0.008201442 -1.618078351 -0.014610987 0.999859452 0.008224621 1.404619932 0.008321014 -0.008103627 0.999932528 157.492736816\n0.999802768 0.018656932 -0.006805038 -1.629251361 -0.018592790 0.999783218 0.009370344 1.412299871 0.006978385 -0.009241971 0.999932945 158.503372192\n0.999778390 0.020444658 -0.005017543 -1.645806551 -0.020402774 0.999757707 0.008261354 1.414483190 0.005185227 -0.008157151 0.999953270 159.516845703\n0.999742627 0.022384407 -0.003697811 -1.649906397 -0.022360463 0.999729514 0.006394519 1.420680285 0.003839948 -0.006310189 0.999972701 160.515457153\n0.999734879 0.022967653 -0.001615035 -1.662833333 -0.022959786 0.999725163 0.004731671 1.422343373 0.001723266 -0.004693336 0.999987483 161.520828247\n0.999720871 0.023619387 0.000516772 -1.664915562 -0.023621291 0.999712765 0.004053911 1.429029226 -0.000420873 -0.004064986 0.999991655 162.493392944\n0.999676406 0.025324548 0.002400344 -1.674101472 -0.025336841 0.999665260 0.005237628 1.417854071 -0.002266900 -0.005296750 0.999983430 163.466873169\n0.999700367 0.024107205 0.004240641 -1.669630885 -0.024138788 0.999680042 0.007561033 1.420201659 -0.004057008 -0.007661132 0.999962449 164.409210205\n0.999716043 0.023044875 0.006065113 -1.663911819 -0.023105737 0.999681354 0.010163604 1.418954492 -0.005828962 -0.010300857 0.999929965 165.351379395\n0.999721825 0.022186030 0.008004967 -1.651393175 -0.022282271 0.999678016 0.012140767 1.426030636 -0.007733034 -0.012315758 0.999894261 166.266738892\n0.999699235 0.022332732 0.010134232 -1.651398063 -0.022459637 0.999668539 0.012586334 1.431844711 -0.009849786 -0.012810159 0.999869406 167.191696167\n0.999674618 0.022483930 0.012046563 -1.642549038 -0.022623383 0.999677122 0.011567670 1.443906903 -0.011782587 -0.011836439 0.999860525 168.085571289\n0.999646366 0.022733042 0.013795014 -1.632149577 -0.022879211 0.999682784 0.010532039 1.444850564 -0.013551213 -0.010843934 0.999849379 168.942764282\n0.999648333 0.021614412 0.015361849 -1.630746126 -0.021756867 0.999721289 0.009167370 1.452146292 -0.015159420 -0.009498373 0.999839962 169.844543457\n0.999607086 0.022374395 0.016883317 -1.617594838 -0.022519566 0.999710619 0.008457799 1.460605383 -0.016689193 -0.008834681 0.999821723 170.689483643\n0.999587417 0.022160087 0.018273348 -1.600966215 -0.022322092 0.999712884 0.008709888 1.463211775 -0.018075090 -0.009114194 0.999795079 171.519180298\n0.999556839 0.022323517 0.019693265 -1.602849007 -0.022521317 0.999697566 0.009880071 1.470702171 -0.019466750 -0.010319211 0.999757230 172.390457153\n0.999606848 0.019079678 0.020544909 -1.583498955 -0.019311292 0.999751508 0.011134785 1.472267628 -0.020327356 -0.011527156 0.999726951 173.178451538\n0.999558508 0.020073133 0.021905592 -1.573733091 -0.020326247 0.999728501 0.011393935 1.472211361 -0.021670932 -0.011834164 0.999695122 173.963073730\n0.999529481 0.020345721 0.022952946 -1.559583902 -0.020566253 0.999744177 0.009413175 1.476797104 -0.022755556 -0.009880803 0.999692202 174.708496094\n0.999509454 0.020607654 0.023583027 -1.548044562 -0.020801924 0.999751449 0.008022223 1.480480075 -0.023411844 -0.008508859 0.999689698 175.478637695\n0.999528766 0.018415099 0.024559245 -1.526962042 -0.018576153 0.999807298 0.006345740 1.489596367 -0.024437655 -0.006798965 0.999678254 176.200256348\n0.999495268 0.018512877 0.025815720 -1.514212728 -0.018706469 0.999798536 0.007277762 1.490762115 -0.025675787 -0.007757009 0.999640226 176.907104492\n0.999435067 0.019457771 0.027403688 -1.503006577 -0.019684369 0.999774039 0.008023493 1.490289092 -0.027241375 -0.008558384 0.999592245 177.594985962\n0.999387681 0.019592129 0.028989427 -1.483278513 -0.019865956 0.999760449 0.009188052 1.493803382 -0.028802469 -0.009758329 0.999537468 178.261749268\n0.999349415 0.019177908 0.030543372 -1.466232657 -0.019470653 0.999767005 0.009316128 1.497602940 -0.030357592 -0.009904766 0.999490023 178.912536621\n0.999265492 0.019989144 0.032694634 -1.443918109 -0.020265250 0.999761522 0.008135497 1.499775052 -0.032524217 -0.008792086 0.999432266 179.549880981\n0.999159336 0.020326668 0.035600908 -1.426100850 -0.020556878 0.999769986 0.006112306 1.497890234 -0.035468478 -0.006839011 0.999347389 180.164855957\n0.999085367 0.018720925 0.038444646 -1.400847077 -0.018902892 0.999811769 0.004375174 1.499901414 -0.038355500 -0.005097887 0.999251127 180.760360718\n0.998974264 0.017826010 0.041625060 -1.378477097 -0.018027663 0.999827504 0.004474153 1.504671335 -0.041538123 -0.005219967 0.999123275 181.341506958\n0.998842657 0.017397543 0.044840716 -1.348163486 -0.017635614 0.999832392 0.004919111 1.509442687 -0.044747621 -0.005704211 0.998982012 181.901428223\n0.998667896 0.019080136 0.047941092 -1.324892163 -0.019345708 0.999799967 0.005081653 1.512822509 -0.047834542 -0.006002338 0.998837233 182.445327759\n0.998512566 0.019501232 0.050915711 -1.299585819 -0.019803759 0.999789059 0.005443962 1.510118008 -0.050798807 -0.006444186 0.998688102 182.970046997\n0.998384893 0.018810662 0.053607769 -1.269448876 -0.019194035 0.999793708 0.006645579 1.508960009 -0.053471703 -0.007663795 0.998539984 183.479049683\n0.998211086 0.019260973 0.056601185 -1.244894981 -0.019683437 0.999782324 0.006915804 1.509898424 -0.056455661 -0.008017538 0.998372912 183.980148315\n0.998081625 0.017224699 0.059467033 -1.209945679 -0.017675009 0.999818921 0.007054691 1.515774488 -0.059334747 -0.008092238 0.998205364 184.458480835\n0.997960508 0.016625443 0.061631404 -1.182557702 -0.017163318 0.999818981 0.008208159 1.519926190 -0.061483786 -0.009249219 0.998065233 184.928375244\n0.997829318 0.018887116 0.063086592 -1.161621928 -0.019425459 0.999779880 0.007930908 1.518493056 -0.062922917 -0.009139178 0.997976542 185.380233765\n0.997733891 0.021029089 0.063912883 -1.132214785 -0.021485118 0.999748349 0.006456180 1.516407371 -0.063761033 -0.007814725 0.997934580 185.815765381\n0.997715652 0.022272872 0.063776292 -1.111578107 -0.022684781 0.999726176 0.005741754 1.520597696 -0.063630946 -0.007175388 0.997947693 186.228027344\n0.997750580 0.023018185 0.062959813 -1.090085387 -0.023464696 0.999704421 0.006361719 1.525301695 -0.062794775 -0.007824741 0.997995794 186.637664795\n0.997896492 0.023196841 0.060534727 -1.065902591 -0.023631850 0.999699712 0.006480003 1.532100677 -0.060366236 -0.007896920 0.998145044 187.015975952\n0.998025775 0.024272028 0.057926413 -1.053429127 -0.024663124 0.999677539 0.006046135 1.531347871 -0.057760980 -0.007462845 0.998302519 187.382186890\n0.998202562 0.025832945 0.054076452 -1.031606436 -0.026182622 0.999640524 0.005767796 1.537483573 -0.053908013 -0.007173292 0.998520136 187.733825684\n0.998344898 0.028354403 0.050034370 -1.040708899 -0.028794320 0.999552608 0.008093368 1.528998017 -0.049782503 -0.009520679 0.998714685 188.050262451\n0.998551369 0.030477446 0.044342343 -1.038801193 -0.030963764 0.999467194 0.010322015 1.528632879 -0.044004127 -0.011680068 0.998963058 188.360214233\n0.998788238 0.031927072 0.037453171 -1.035991430 -0.032354876 0.999417305 0.010872264 1.528731108 -0.037084229 -0.012070882 0.999239266 188.639022827\n0.999009311 0.033403579 0.029404461 -1.037081957 -0.033756673 0.999362826 0.011594586 1.527354121 -0.028998425 -0.012575696 0.999500334 188.903442383\n0.999201238 0.034203220 0.020664727 -1.042325854 -0.034452882 0.999336064 0.011848658 1.529542923 -0.020245746 -0.012551153 0.999716222 189.147430420\n0.999294460 0.035816181 0.011305532 -1.057877064 -0.035948828 0.999284506 0.011756168 1.534745812 -0.010876382 -0.012154293 0.999866962 189.366989136\n0.999301016 0.037333157 0.001936043 -1.084467530 -0.037354551 0.999223411 0.012540289 1.524627566 -0.001466371 -0.012603844 0.999919474 189.580474854\n0.999237239 0.038371228 -0.007255337 -1.112588286 -0.038270906 0.999176264 0.013494272 1.514151812 0.007767153 -0.013206310 0.999882638 189.778274536\n0.999077857 0.039631538 -0.016516099 -1.130628109 -0.039404020 0.999126971 0.013880773 1.521002412 0.017051795 -0.013217172 0.999767244 189.950469971\n0.998799980 0.041106533 -0.026624525 -1.123582602 -0.040748123 0.999073207 0.013867372 1.549948215 0.027169891 -0.012765831 0.999549329 190.101303101\n0.998400927 0.042358745 -0.037434645 -1.137911201 -0.041885134 0.999033272 0.013346977 1.551106215 0.037963819 -0.011757678 0.999209940 190.247787476\n0.997850120 0.043905519 -0.048656300 -1.168926835 -0.043385535 0.998989999 0.011692518 1.555277348 0.049120523 -0.009556402 0.998747110 190.386886597\n0.997146964 0.044565950 -0.060924813 -1.177144170 -0.043964457 0.998970568 0.011178482 1.556093574 0.061360274 -0.008468064 0.998079777 190.526275635\n0.996215701 0.044943448 -0.074393168 -1.195755601 -0.044152625 0.998949766 0.012241811 1.557583451 0.074865229 -0.008910832 0.997153819 190.668899536\n0.995125115 0.045507770 -0.087493099 -1.224934101 -0.044458747 0.998914480 0.013902278 1.561232567 0.088030785 -0.009944673 0.996068120 190.815765381\n0.993857801 0.046451259 -0.100444056 -1.257420301 -0.045122776 0.998861849 0.015459032 1.562150836 0.101047829 -0.010831765 0.994822621 190.953384399\n0.992300272 0.047262438 -0.114483468 -1.286814570 -0.045648944 0.998818338 0.016676040 1.566985846 0.115136333 -0.011321589 0.993285179 191.094253540\n0.990492404 0.048062809 -0.128898188 -1.319101572 -0.046126548 0.998773992 0.017966805 1.568214655 0.129603699 -0.011850357 0.991495073 191.235336304\n0.988465667 0.047898423 -0.143670931 -1.354536057 -0.045717284 0.998784065 0.018446449 1.574400663 0.144379795 -0.011665437 0.989453554 191.366058350\n0.985941708 0.047903527 -0.160075679 -1.395294666 -0.045596749 0.998796761 0.018054891 1.581735373 0.160747975 -0.010502140 0.986939609 191.515502930\n0.982844710 0.047148827 -0.178306758 -1.438778162 -0.044840429 0.998850226 0.016956402 1.585600615 0.178901225 -0.008670159 0.983828843 191.665298462\n0.979067564 0.046492476 -0.198154241 -1.485695601 -0.044240560 0.998896301 0.015778938 1.584203243 0.198669136 -0.006682192 0.980043828 191.814193726\n0.974295974 0.045502324 -0.220628321 -1.542929411 -0.043118231 0.998947978 0.015612390 1.589246273 0.221106619 -0.005697987 0.975233018 191.995513916\n0.968445301 0.045255400 -0.245083019 -1.617439389 -0.042464513 0.998959005 0.016662646 1.596151471 0.245581970 -0.005729531 0.969358921 192.191909790\n0.961175323 0.045150667 -0.272219539 -1.701428413 -0.041846417 0.998963058 0.017934449 1.609121919 0.272747010 -0.005846738 0.962068021 192.410736084\n0.952326775 0.045831718 -0.301617682 -1.804059982 -0.041874595 0.998931110 0.019575873 1.615242958 0.302192450 -0.006012511 0.953227997 192.642272949\n0.941793025 0.045927577 -0.333041281 -1.915572643 -0.041032542 0.998921692 0.021720696 1.625698924 0.333679736 -0.006790871 0.942662001 192.874465942\n0.929631591 0.045523651 -0.365667522 -2.048899889 -0.039513879 0.998933017 0.023906227 1.637596369 0.366365641 -0.007775044 0.930438459 193.124237061\n0.915420532 0.044136088 -0.400071591 -2.170415401 -0.036579330 0.998979092 0.026509160 1.642736912 0.400833160 -0.009632683 0.916100442 193.362258911\n0.899150133 0.043021336 -0.435520679 -2.329864979 -0.033887915 0.999012887 0.028720899 1.656633854 0.436326385 -0.011065512 0.899720430 193.623901367\n0.880699217 0.042724971 -0.471745163 -2.519108772 -0.032186151 0.999019742 0.030390920 1.670154810 0.472581208 -0.011581597 0.881211042 193.898483276\n0.859711885 0.043387573 -0.508933246 -2.716187477 -0.031031920 0.998981893 0.032744750 1.687820554 0.509835780 -0.012357878 0.860183001 194.163696289\n0.836022019 0.044056572 -0.546924353 -2.929314613 -0.029436665 0.998937070 0.035471167 1.706951261 0.547905743 -0.013555052 0.836430252 194.451507568\n0.810646474 0.045137417 -0.583793521 -3.177961349 -0.028407222 0.998882055 0.037785169 1.727002025 0.584846377 -0.014046463 0.811022460 194.738479614\n0.783037066 0.047157656 -0.620184779 -3.438398361 -0.028142687 0.998786628 0.040413234 1.746041894 0.621338010 -0.014191399 0.783414125 195.011993408\n0.753879786 0.048816301 -0.655196369 -3.725093842 -0.027712522 0.998711050 0.042523850 1.768505812 0.656427681 -0.013900733 0.754260898 195.293594360\n0.723515391 0.049912054 -0.688501477 -4.035419464 -0.027529344 0.998675466 0.043468375 1.796497703 0.689759135 -0.012496049 0.723931134 195.563461304\n0.692910790 0.050160751 -0.719276428 -4.360740662 -0.025283543 0.998654008 0.045287170 1.818228960 0.720579922 -0.013194112 0.693246365 195.826446533\n0.661384225 0.049852926 -0.748388648 -4.706840515 -0.020978658 0.998627841 0.047982510 1.845658064 0.749753833 -0.016034691 0.661522627 196.118057251\n0.630077362 0.050444528 -0.774892211 -5.075855255 -0.016031584 0.998520136 0.051966894 1.873196602 0.776366889 -0.020320421 0.629953623 196.391937256\n0.598750114 0.051639095 -0.799269557 -5.481925964 -0.012449669 0.998398900 0.055178106 1.911417484 0.800839186 -0.023087259 0.598434329 196.662887573\n0.565877557 0.053415146 -0.822757244 -5.897693634 -0.009489815 0.998255074 0.058281917 1.942583561 0.824434757 -0.025172617 0.565397024 196.920150757\n0.531327605 0.053312059 -0.845487297 -6.383766174 -0.003608312 0.998151302 0.060670700 1.986815214 0.847158730 -0.029185236 0.530537724 197.205230713\n0.494761527 0.055791114 -0.867236078 -6.861404419 0.001516359 0.997880161 0.065060817 2.022713661 0.869027495 -0.033504635 0.493628144 197.454467773\n0.457082033 0.057350405 -0.887573600 -7.365150452 0.007737331 0.997624815 0.068445906 2.066736221 0.889390886 -0.038152844 0.455552638 197.698364258\n0.419828236 0.058072276 -0.905743837 -7.876129150 0.010979160 0.997552931 0.069047712 2.105483055 0.907537162 -0.038932487 0.418163300 197.892150879\n0.382803619 0.058298588 -0.921988487 -8.415962219 0.010495616 0.997668028 0.067441627 2.148479939 0.923770189 -0.035493743 0.381299078 198.083282471\n0.348286748 0.057038907 -0.935651124 -8.971069336 0.012102824 0.997790158 0.065332174 2.192165852 0.937309980 -0.034078356 0.346826732 198.260299683\n0.316190422 0.054077312 -0.947153330 -9.545417786 0.016732611 0.997900903 0.062560618 2.245061874 0.948548257 -0.035629414 0.314621806 198.437484741\n0.287667334 0.049958609 -0.956426561 -10.142021179 0.020094814 0.998103857 0.058179595 2.290331364 0.957519591 -0.035955586 0.286117971 198.596862793\n0.260326087 0.048045039 -0.964324713 -10.767639160 0.021569362 0.998222530 0.055556718 2.338393688 0.965279877 -0.035262737 0.258827090 198.753463745\n0.234570980 0.048015688 -0.970912516 -11.411804199 0.020522418 0.998312175 0.054328911 2.379620552 0.971882463 -0.032669462 0.233189642 198.885498047\n0.208638430 0.047244549 -0.976851046 -12.076293945 0.021856410 0.998357773 0.052952856 2.423379898 0.977748573 -0.032398459 0.207263231 199.009643555\n0.181981504 0.048582166 -0.982101142 -12.752120972 0.022700451 0.998304963 0.053590085 2.465913296 0.983039975 -0.032046545 0.180570185 199.121307373\n0.156727552 0.050522726 -0.986348867 -13.460723877 0.025120659 0.998163700 0.055119500 2.508967876 0.987322450 -0.033416480 0.155170560 199.211029053\n0.133328259 0.052982982 -0.989654720 -14.179977417 0.022793155 0.998141944 0.056508102 2.551732063 0.990809798 -0.030091481 0.131872892 199.287628174\n0.112330973 0.055558350 -0.992116511 -14.904342651 0.020759104 0.998086572 0.058243100 2.600469589 0.993454039 -0.027137956 0.110962689 199.358169556\n0.094475329 0.057172053 -0.993884146 -15.648391724 0.018761635 0.998070061 0.059196256 2.645624161 0.995350361 -0.024239479 0.093220353 199.409088135\n0.079325199 0.057216372 -0.995205462 -16.396469116 0.017955352 0.998107433 0.058814395 2.696480274 0.996687114 -0.022534734 0.078147769 199.456390381\n0.066929996 0.057057247 -0.996124923 -17.194274902 0.018256953 0.998126388 0.058398582 2.748188496 0.997590661 -0.022094823 0.065762937 199.500213623\n0.057471514 0.056777190 -0.996731341 -17.971572876 0.018571567 0.998147964 0.057928722 2.803797722 0.998174369 -0.021840116 0.056310654 199.542007446\n0.050541759 0.057200998 -0.997082531 -18.811203003 0.017832160 0.998147666 0.058166008 2.857327938 0.998562753 -0.020719944 0.049428105 199.564773560\n0.044862390 0.058358502 -0.997287214 -19.624206543 0.018495554 0.998072624 0.059236478 2.915168762 0.998822033 -0.021102874 0.043696523 199.598800659\n0.040719151 0.059632059 -0.997389734 -20.465469360 0.019400964 0.997982085 0.060459550 2.962342739 0.998982430 -0.021812191 0.039480031 199.625045776\n0.036651611 0.062121727 -0.997395515 -21.294418335 0.020115145 0.997817934 0.062887222 3.020604610 0.999125719 -0.022367677 0.035322070 199.657928467\n0.033136010 0.064835951 -0.997345567 -22.162826538 0.021821544 0.997608781 0.065578066 3.075763702 0.999212563 -0.023936616 0.031641960 199.669036865\n0.028938711 0.065965533 -0.997402132 -23.010726929 0.023741940 0.997493207 0.066660404 3.136348248 0.999299169 -0.025609327 0.027300000 199.700073242\n0.026512504 0.064440809 -0.997569323 -23.874603271 0.023709636 0.997598827 0.065072857 3.196343422 0.999367297 -0.025377253 0.024921000 199.711257935\n0.024739206 0.060255412 -0.997876406 -24.735839844 0.022957403 0.997884393 0.060825054 3.256285191 0.999430299 -0.024413414 0.023303568 199.726318359\n0.024356604 0.055729348 -0.998148799 -25.615570068 0.022458741 0.998162508 0.056278147 3.313677788 0.999451041 -0.023787908 0.023060203 199.741699219\n0.024457395 0.052421078 -0.998325586 -26.498107910 0.022467799 0.998343170 0.052972432 3.369584560 0.999448419 -0.023725746 0.023239076 199.764236450\n0.024863124 0.051637415 -0.998356342 -27.369064331 0.020214949 0.998434901 0.052144911 3.421223640 0.999486446 -0.021478208 0.023780346 199.782562256\n0.026697874 0.051928673 -0.998293936 -28.281143188 0.018824069 0.998446643 0.052440044 3.473246098 0.999466419 -0.020191995 0.025678933 199.800201416\n0.028117776 0.055640098 -0.998055100 -29.176116943 0.017909963 0.998261333 0.056156181 3.526231766 0.999444366 -0.019454125 0.027072370 199.833435059\n0.030378938 0.060157809 -0.997726500 -30.103698730 0.016257357 0.998025417 0.060670838 3.588831902 0.999406219 -0.018063514 0.029340982 199.849655151\n0.032373965 0.062629163 -0.997511744 -31.013061523 0.015084866 0.997890532 0.063142523 3.645850182 0.999362111 -0.017091513 0.031360924 199.884277344\n0.034302771 0.062305037 -0.997467518 -31.928146362 0.014987360 0.997910559 0.062848128 3.708405972 0.999299169 -0.017105270 0.033297300 199.908370972\n0.036249518 0.061312076 -0.997460186 -32.835632324 0.015513336 0.997961402 0.061906666 3.768974781 0.999222338 -0.017718019 0.035224438 199.945343018\n0.038043380 0.060063783 -0.997469366 -33.786437988 0.017826501 0.997992277 0.060775176 3.837797165 0.999117136 -0.020093482 0.036896229 199.985565186\n0.039774954 0.060663454 -0.997365534 -34.713989258 0.017919475 0.997951508 0.061413731 3.902405262 0.999048054 -0.020314997 0.038606405 200.026641846\n0.042096794 0.061852947 -0.997197211 -35.645416260 0.018351262 0.997865617 0.062669121 3.955511093 0.998945117 -0.020938003 0.040871859 200.062133789\n0.043850601 0.061812658 -0.997124135 -36.604141235 0.018546922 0.997861683 0.062674031 4.016370773 0.998866022 -0.021241885 0.042610407 200.101654053\n0.045447469 0.060269669 -0.997147143 -37.548950195 0.019405631 0.997936726 0.061201870 4.081065655 0.998778403 -0.022131747 0.044184148 200.153320312\n0.047798872 0.059023503 -0.997111678 -38.505630493 0.018454116 0.998030007 0.059962515 4.141135693 0.998686612 -0.021266958 0.046615481 200.186004639\n0.049677372 0.058924101 -0.997025609 -39.473114014 0.018267080 0.998037577 0.059894077 4.208913326 0.998598278 -0.021188129 0.048503518 200.232406616\n0.051236212 0.060920104 -0.996826768 -40.446609497 0.018030770 0.997918606 0.061913606 4.271850586 0.998523831 -0.021145776 0.050031126 200.284759521\n0.052964211 0.062280990 -0.996652365 -41.438888550 0.016791673 0.997856557 0.063248590 4.336293221 0.998455226 -0.020085372 0.051804900 200.334259033\n0.054640234 0.062807620 -0.996528924 -42.422363281 0.015351546 0.997848928 0.063732564 4.401393890 0.998388231 -0.018780630 0.053558469 200.386260986\n0.055998683 0.062155318 -0.996494412 -43.419189453 0.014484319 0.997904778 0.063057259 4.465186596 0.998325884 -0.017964669 0.054981112 200.440704346\n0.057381749 0.062113304 -0.996418297 -44.413314819 0.012738835 0.997935891 0.062941514 4.537893772 0.998271108 -0.016304908 0.056472063 200.490585327\n0.059175670 0.063713171 -0.996212363 -45.400833130 0.011668820 0.997848749 0.064510971 4.602366447 0.998179495 -0.015442109 0.058304906 200.549606323\n0.061052084 0.066744871 -0.995900512 -46.417129517 0.008385145 0.997692227 0.067378990 4.672834396 0.998099387 -0.012464400 0.060351491 200.608215332\n0.063243032 0.068201579 -0.995665133 -47.428939819 0.006642272 0.997611344 0.068756804 4.745436192 0.997976184 -0.010961874 0.062638938 200.666656494\n0.066785991 0.068615168 -0.995405197 -48.438156128 0.008213979 0.997561038 0.069314882 4.816216946 0.997733474 -0.012805498 0.066059470 200.729675293\n0.069950998 0.068516850 -0.995194733 -49.448669434 0.008699092 0.997558534 0.069291048 4.892874241 0.997512639 -0.013504278 0.069184184 200.799453735\n0.073320448 0.068689771 -0.994940162 -50.478057861 0.009510062 0.997531772 0.069569528 4.973369598 0.997263134 -0.014562814 0.072486222 200.863555908\n0.076020598 0.067623399 -0.994810641 -51.484497070 0.011058877 0.997579038 0.068656683 5.038022041 0.997045040 -0.016220815 0.075088680 200.952880859\n0.079090178 0.064667426 -0.994767964 -52.508117676 0.009730691 0.997796059 0.065637939 5.112036705 0.996820152 -0.014871106 0.078286588 201.025314331\n0.081821322 0.059961040 -0.994841754 -53.527740479 0.006138446 0.998139322 0.060664658 5.177446365 0.996628225 -0.011070452 0.081301033 201.109054565\n0.084653676 0.056715649 -0.994795024 -54.529075623 0.001991940 0.998367131 0.057088811 5.241199493 0.996408522 -0.006814352 0.084402442 201.198684692\n0.088316798 0.058240201 -0.994388521 -55.556648254 0.004058713 0.998259902 0.058827434 5.307246208 0.996084332 -0.009231398 0.087926745 201.286437988\n0.091283441 0.065597683 -0.993662119 -56.587913513 0.004732113 0.997788191 0.066304788 5.374505043 0.995813727 -0.010754651 0.090771079 201.382324219\n0.094821811 0.073418953 -0.992783189 -57.623474121 0.009020775 0.997172356 0.074605130 5.446797848 0.995453358 -0.016029866 0.093891382 201.473449707\n0.096435368 0.076640069 -0.992384315 -58.652236938 0.012200727 0.996865273 0.078171737 5.519175529 0.995264530 -0.019646335 0.095197976 201.581542969\n0.099847436 0.073901460 -0.992254555 -59.678993225 0.015991662 0.996989965 0.075863346 5.604911327 0.994874299 -0.023442565 0.098365068 201.687133789\n0.102711976 0.070267446 -0.992226303 -60.702041626 0.015626449 0.997264743 0.072241873 5.683690548 0.994588554 -0.022925084 0.101332963 201.788558960\n0.105471492 0.068534561 -0.992057920 -61.731742859 0.012182587 0.997458339 0.070202850 5.763152122 0.994347751 -0.019490233 0.104368448 201.893707275\n0.107632399 0.065217204 -0.992049456 -62.749176025 0.012647999 0.997675538 0.066959314 5.838567734 0.994110405 -0.019754440 0.106557369 202.005355835\n0.109912932 0.060443949 -0.992101610 -63.788925171 0.012023639 0.997995317 0.062135100 5.909396172 0.993868470 -0.018758126 0.108965874 202.115966797\n0.112432063 0.055318005 -0.992118537 -64.819915771 0.011641682 0.998307288 0.056982383 5.978145599 0.993591368 -0.017956587 0.111597776 202.234756470\n0.114941239 0.053626336 -0.991923749 -65.851409912 0.010862321 0.998414218 0.055235926 6.045182228 0.993312895 -0.017123481 0.114176452 202.349578857\n0.117638350 0.055685330 -0.991493940 -66.913795471 0.009751196 0.998313665 0.057225298 6.111429214 0.993008554 -0.016400140 0.116896987 202.467102051\n0.120472252 0.058463633 -0.990993619 -67.960594177 0.008181199 0.998171926 0.059881683 6.175721645 0.992682934 -0.015321596 0.119773746 202.583923340\n0.123093963 0.059389092 -0.990616500 -69.024345398 0.009957328 0.998083591 0.061074063 6.249034882 0.992345154 -0.017381750 0.122266710 202.721862793\n0.125367403 0.059944920 -0.990297735 -70.069824219 0.010330708 0.998039961 0.061721392 6.315205574 0.992056608 -0.017968329 0.124502420 202.853363037\n0.128298104 0.060782894 -0.989871264 -71.121971130 0.012023823 0.997951329 0.062837467 6.387826920 0.991662800 -0.019963967 0.127304435 202.994415283\n0.130774975 0.062256373 -0.989455402 -72.199951172 0.011793807 0.997858107 0.064343840 6.459895611 0.991341889 -0.020084009 0.129760623 203.122924805\n0.133681774 0.063477837 -0.988989234 -73.256172180 0.011698590 0.997775912 0.065623105 6.529134274 0.990955293 -0.020342397 0.132641852 203.265747070\n0.136193216 0.063817546 -0.988624752 -74.326438904 0.009796506 0.997787476 0.065758593 6.606295109 0.990633965 -0.018640947 0.135266721 203.404235840\n0.138924599 0.063762732 -0.988248169 -75.412269592 0.009134110 0.997800052 0.065663077 6.684221268 0.990260959 -0.018148988 0.138036549 203.550598145\n0.141321957 0.064022616 -0.987891436 -76.477096558 0.006827111 0.997819841 0.065642700 6.758842468 0.989940286 -0.016021207 0.140576720 203.699142456\n0.144105017 0.064096920 -0.987484396 -77.546943665 0.006369066 0.997819304 0.065697208 6.830814362 0.989541948 -0.015756659 0.143382549 203.846008301\n0.146881342 0.063550264 -0.987110674 -78.607025146 0.005654508 0.997863770 0.065083943 6.902247906 0.989138067 -0.015141250 0.146208167 204.003616333\n0.149870336 0.063068129 -0.986692190 -79.698165894 0.005172502 0.997899771 0.064570166 6.976019859 0.988692224 -0.014780825 0.149229348 204.150375366\n0.152367771 0.062816389 -0.986325622 -80.758941650 0.006437042 0.997893870 0.064547539 7.048911095 0.988302946 -0.016183991 0.151642561 204.317169189\n0.154425979 0.063252009 -0.985977650 -81.832351685 0.006928911 0.997854769 0.065099172 7.118946075 0.987980127 -0.016884755 0.153656423 204.481811523\n0.156748950 0.063309014 -0.985607386 -82.890960693 0.008438038 0.997821152 0.065435521 7.189023018 0.987602532 -0.018573551 0.155873239 204.652618408\n0.158768296 0.063546740 -0.985268652 -83.944435120 0.010240075 0.997766912 0.066002943 7.257318497 0.987262726 -0.020568401 0.157763004 204.822418213\n0.161198437 0.064818121 -0.984791279 -84.984893799 0.010730731 0.997666836 0.067422077 7.331740856 0.986863792 -0.021435864 0.160126746 204.990753174\n0.163377345 0.065609023 -0.984379649 -86.046859741 0.010805374 0.997607410 0.068284020 7.403450966 0.986504436 -0.021792650 0.162277520 205.157409668\n0.165325284 0.065227635 -0.984079838 -87.085197449 0.010223438 0.997643530 0.067844220 7.473030090 0.986186206 -0.021277048 0.164268851 205.331359863\n0.167542219 0.064004257 -0.983785093 -88.129631042 0.009937258 0.997730017 0.066603854 7.547430992 0.985814810 -0.020935081 0.166525841 205.504486084\n0.169300616 0.063612670 -0.983509362 -89.162094116 0.007180870 0.997808754 0.065773651 7.619538307 0.985538304 -0.018197974 0.168472826 205.677764893\n0.171567380 0.063409813 -0.983129621 -90.198730469 0.005244809 0.997853518 0.065274753 7.684328079 0.985158443 -0.016355345 0.170866549 205.848541260\n0.173716426 0.062232591 -0.982827425 -91.222770691 0.003867702 0.997950494 0.063873805 7.757865429 0.984788120 -0.014897215 0.173119724 206.023529053\n0.175831318 0.062415857 -0.982439697 -92.259246826 0.002921773 0.997950494 0.063924208 7.826837063 0.984416068 -0.014110350 0.175288618 206.198059082\n0.177276611 0.064641871 -0.982035875 -93.277694702 0.003065666 0.997799456 0.066232920 7.891003132 0.984156311 -0.014752148 0.176688373 206.387298584\n0.180292606 0.065568030 -0.981425226 -94.285995483 0.004258823 0.997714341 0.067438662 7.957876205 0.983603835 -0.016338410 0.179601252 206.560363770\n0.182205319 0.066041164 -0.981040180 -95.284301758 0.005544825 0.997657001 0.068189591 8.025511742 0.983244896 -0.017864205 0.181412220 206.748870850\n0.184550524 0.065072961 -0.980666399 -96.305511475 0.007266782 0.997688055 0.067569971 8.095009804 0.982796133 -0.019596359 0.183650970 206.933380127\n0.186438024 0.065798722 -0.980260968 -97.302223206 0.007235938 0.997635782 0.068341203 8.164147377 0.982440114 -0.019834509 0.185521126 207.119354248\n0.188295424 0.065509602 -0.979925156 -98.315597534 0.006860662 0.997660816 0.068013549 8.238704681 0.982088447 -0.019529581 0.187405527 207.310150146\n0.190124393 0.066613197 -0.979497552 -99.300193787 0.004990431 0.997617006 0.068814121 8.307446480 0.981747329 -0.017971359 0.189338923 207.500442505\n0.192189097 0.066999346 -0.979068220 -100.276206970 0.003851287 0.997607589 0.069024034 8.377369881 0.981350422 -0.017036349 0.191471279 207.687301636\n0.194020808 0.068091094 -0.978631556 -101.279556274 0.002263653 0.997554481 0.069856502 8.445330620 0.980994940 -0.015768904 0.193392158 207.878082275\n0.196734190 0.069145173 -0.978015780 -102.267204285 0.001866557 0.997481883 0.070896901 8.512825012 0.980455220 -0.015773376 0.196109712 208.066894531\n0.199143887 0.070041798 -0.977464020 -103.228614807 0.001671070 0.997416794 0.071812004 8.588452339 0.979968905 -0.015934331 0.198512375 208.268234253\n0.201649010 0.071194649 -0.976867020 -104.205688477 0.003445186 0.997296989 0.073394775 8.652308464 0.979451895 -0.018165478 0.200858653 208.471679688\n0.204333901 0.071535811 -0.976283848 -105.172782898 0.003832412 0.997260153 0.073874928 8.723164558 0.978893697 -0.018836670 0.203499854 208.645828247\n0.206245601 0.069995157 -0.975993574 -106.127639771 0.006321353 0.997322083 0.072860591 8.797332764 0.978479803 -0.021196775 0.205250800 208.863906860\n0.209826767 0.068684042 -0.975323141 -107.071693420 0.007490035 0.997387409 0.071849212 8.864356995 0.977709889 -0.022381097 0.208764136 209.061920166\n0.213828385 0.066941172 -0.974574983 -108.032661438 0.005590257 0.997549117 0.069745757 8.934791565 0.976855278 -0.020361749 0.212930083 209.253021240\n0.218363345 0.066635810 -0.973589897 -108.969909668 0.007297201 0.997526586 0.069910794 9.006099701 0.975840330 -0.022370439 0.217336953 209.475234985\n0.223254025 0.065880090 -0.972531497 -109.904045105 0.008780291 0.997537076 0.069589593 9.073015213 0.974720776 -0.024075272 0.222125709 209.694763184\n0.228954673 0.065013878 -0.971263587 -110.831329346 0.008452485 0.997596800 0.068769045 9.137290955 0.973400414 -0.023954591 0.227854908 209.897399902\n0.233609259 0.062941693 -0.970291317 -111.742691040 0.009305062 0.997712195 0.066960767 9.202692032 0.972286105 -0.024671281 0.232489109 210.123352051\n0.238997996 0.062386777 -0.969013870 -112.678787231 0.008097047 0.997771204 0.066235282 9.270659447 0.970986307 -0.023676252 0.237960160 210.339996338\n0.244289398 0.064155281 -0.967577875 -113.587509155 0.008863917 0.997619629 0.068385124 9.331669807 0.969661951 -0.025282295 0.243139267 210.566589355\n0.248732805 0.065891810 -0.966328204 -114.501380920 0.008699469 0.997491062 0.070255980 9.397941589 0.968533039 -0.025881508 0.247535527 210.803680420\n0.252790451 0.066666402 -0.965221524 -115.394409180 0.010026204 0.997389197 0.071514033 9.462051392 0.967469156 -0.027755581 0.251462102 211.040313721\n0.256749213 0.066127881 -0.964213133 -116.291427612 0.011252575 0.997384369 0.071399160 9.526623726 0.966412604 -0.029181559 0.255333543 211.274963379\n0.260372102 0.063590869 -0.963411927 -117.172630310 0.013396903 0.997494698 0.069461182 9.590720177 0.965415359 -0.030992491 0.258867919 211.514312744\n0.263075888 0.061015476 -0.962843835 -118.042663574 0.013426234 0.997669935 0.066890836 9.654221535 0.964681745 -0.030524734 0.261643708 211.753738403\n0.265683651 0.058936171 -0.962257087 -118.923583984 0.012724615 0.997828305 0.064628154 9.714965820 0.963976324 -0.029415000 0.264356732 211.990142822\n0.267511010 0.058664277 -0.961767316 -119.794494629 0.012098061 0.997861743 0.064230919 9.770498276 0.963478863 -0.028817998 0.266229272 212.228332520\n0.269056201 0.059885960 -0.961260855 -120.667098999 0.009485793 0.997851849 0.064820625 9.832530022 0.963077784 -0.026558714 0.267910123 212.461456299\n0.270808935 0.061760355 -0.960649967 -121.540107727 0.008991938 0.997733951 0.066679344 9.886767387 0.962591171 -0.026695471 0.269639909 212.695373535\n0.272081673 0.062932543 -0.960214078 -122.373535156 0.007622944 0.997686863 0.067548521 9.943217278 0.962243974 -0.025698375 0.270972550 212.931838989\n0.273505211 0.063129023 -0.959796667 -123.198204041 0.007912134 0.997662485 0.067874245 9.999950409 0.961838007 -0.026157999 0.272366405 213.165817261\n0.274337828 0.063266896 -0.959549904 -124.020935059 0.009074776 0.997618675 0.068371423 10.055622101 0.961590528 -0.027464565 0.273110449 213.387145996\n0.274046481 0.062828019 -0.959662080 -124.811843872 0.010645102 0.997604489 0.068351947 10.112365723 0.961657643 -0.028947318 0.272721231 213.610260010\n0.272909522 0.063342571 -0.959952176 -125.601310730 0.011693059 0.997537971 0.069146961 10.165411949 0.961968660 -0.030095644 0.271496952 213.829864502\n0.271936238 0.062543571 -0.960280716 -126.366333008 0.012888829 0.997559488 0.068621464 10.220758438 0.962229013 -0.031037558 0.270466447 214.041488647\n0.271166742 0.062256839 -0.960516930 -127.112487793 0.012670515 0.997588694 0.068236738 10.263978004 0.962449014 -0.030673778 0.269724011 214.244415283\n0.269843638 0.062129419 -0.960897744 -127.845092773 0.011832025 0.997626960 0.067826971 10.317119598 0.962831557 -0.029672047 0.268468142 214.449035645\n0.268683016 0.062004551 -0.961230874 -128.574554443 0.011092586 0.997660637 0.067455068 10.357689857 0.963164747 -0.028786566 0.267366707 214.646957397\n0.267276764 0.061149050 -0.961677730 -129.286849976 0.011465189 0.997712076 0.066626817 10.410767555 0.963551700 -0.028833622 0.265964210 214.842178345\n0.265585423 0.061031807 -0.962153614 -129.985366821 0.010790447 0.997743547 0.066267878 10.454524994 0.964026988 -0.027981849 0.264327586 215.030731201\n0.263171613 0.059271920 -0.962926567 -130.665786743 0.011766212 0.997839510 0.064636707 10.508830070 0.964677334 -0.028340546 0.261905611 215.214523315\n0.259183049 0.057506591 -0.964114726 -131.333847046 0.014463247 0.997882843 0.063408911 10.546191216 0.965719938 -0.030378744 0.257802606 215.403289795\n0.255134642 0.057706766 -0.965182066 -131.984970093 0.016071066 0.997826457 0.063906737 10.585098267 0.966772079 -0.031816330 0.253652692 215.577499390\n0.251308262 0.059181537 -0.966096163 -132.645996094 0.016219635 0.997731328 0.065338634 10.632164955 0.967771232 -0.032089870 0.249778211 215.748138428\n0.247975647 0.060718473 -0.966861725 -133.283691406 0.015338229 0.997662723 0.066586643 10.678566933 0.968644977 -0.031341817 0.246464729 215.906936646\n0.244723558 0.062942833 -0.967547715 -133.909942627 0.016470484 0.997476816 0.069055751 10.711465836 0.969452977 -0.032835551 0.243069410 216.056945801\n0.241422176 0.062401559 -0.968411863 -134.508865356 0.018799316 0.997442365 0.068958819 10.753828049 0.970238149 -0.034853674 0.239631653 216.208892822\n0.238452256 0.062499214 -0.969141126 -135.109756470 0.019582633 0.997414708 0.069140770 10.795536995 0.970956802 -0.035465110 0.236611903 216.357498169\n0.235504270 0.062729470 -0.969846785 -135.697799683 0.018993033 0.997427166 0.069125377 10.838323593 0.971687734 -0.034699649 0.233706892 216.496932983\n0.232642055 0.063197784 -0.970506907 -136.267623901 0.018160330 0.997430265 0.069304235 10.879186630 0.972392857 -0.033747803 0.230896533 216.629684448\n0.229857683 0.063496642 -0.971150756 -136.823989868 0.018739061 0.997395635 0.069647886 10.919293404 0.973043919 -0.034207560 0.228069186 216.754394531\n0.226988435 0.063796692 -0.971805751 -137.355148315 0.018813198 0.997378707 0.069869779 10.958060265 0.973715842 -0.034142412 0.225193262 216.874130249\n0.224801302 0.063627683 -0.972325027 -137.873565674 0.019539356 0.997370720 0.069784142 10.995581627 0.974208713 -0.034686178 0.222967029 216.992568970\n0.223048985 0.063901231 -0.972710609 -138.381622314 0.019222902 0.997366726 0.069928937 11.033720016 0.974617779 -0.034295905 0.221233249 217.103546143\n0.222322881 0.063993342 -0.972870767 -138.840118408 0.018170219 0.997398376 0.069759026 11.068404198 0.974803805 -0.033186309 0.220581710 217.206695557\n0.223011017 0.063609183 -0.972738504 -139.310852051 0.016351189 0.997484326 0.068976060 11.099911690 0.974678874 -0.031287856 0.221409917 217.304946899\n0.224765539 0.063065827 -0.972369969 -139.731582642 0.014844162 0.997565925 0.068131261 11.130395889 0.974299908 -0.029747581 0.223282278 217.398712158\n0.227698743 0.062054299 -0.971752346 -140.146423340 0.015501805 0.997609794 0.067337856 11.155815125 0.973608255 -0.030396665 0.226192594 217.500152588\n0.231396735 0.061107259 -0.970938504 -140.516082764 0.017281760 0.997609735 0.066904485 11.176436424 0.972706020 -0.032261007 0.229787588 217.595046997\n0.235868037 0.060098015 -0.969925106 -140.875900269 0.019265683 0.997600555 0.066497900 11.207586288 0.971594214 -0.034371000 0.234144270 217.678436279\n0.239641666 0.060792603 -0.968956292 -141.217819214 0.019738579 0.997526228 0.067466833 11.228971481 0.970660806 -0.035293683 0.237848878 217.772155762\n0.242889225 0.062181890 -0.968059123 -141.528625488 0.018456459 0.997466505 0.068701632 11.247961044 0.969878554 -0.034553833 0.241126180 217.849304199\n0.246343911 0.063461788 -0.967102528 -141.813339233 0.017476125 0.997400820 0.069901563 11.263720512 0.969024897 -0.034121029 0.244594574 217.914352417\n0.249457002 0.062447973 -0.966370225 -142.087036133 0.019923860 0.997376382 0.069594733 11.287094116 0.968180895 -0.036614716 0.247558296 217.993209839\n0.252636790 0.062277485 -0.965554833 -142.352630615 0.021924343 0.997301698 0.070061624 11.302234650 0.967312753 -0.038869303 0.250589728 218.063522339\n0.254597545 0.063296862 -0.964973390 -142.585632324 0.021038521 0.997256875 0.070965260 11.314177513 0.966818273 -0.038369190 0.252567470 218.121719360\n0.256692052 0.063400000 -0.964411557 -142.771255493 0.019570787 0.997300565 0.070771158 11.336787224 0.966295063 -0.037040684 0.254758298 218.175216675\n0.258609831 0.064468756 -0.963828146 -142.979141235 0.017276499 0.997302175 0.071343318 11.353976250 0.965827346 -0.035101656 0.256798327 218.229766846\n0.260483742 0.064970888 -0.963289678 -143.156021118 0.015475689 0.997324049 0.071451187 11.363632202 0.965354204 -0.033519443 0.258781254 218.271453857\n0.262186706 0.063052624 -0.962955117 -143.286071777 0.016396541 0.997428060 0.069774188 11.369113922 0.964877903 -0.034082994 0.260478556 218.314727783\n0.264203846 0.061222728 -0.962521732 -143.452041626 0.018844625 0.997465014 0.068618037 11.379446983 0.964282751 -0.036267512 0.262380421 218.358688354\n0.265432358 0.061199736 -0.962185264 -143.584808350 0.020306062 0.997407079 0.069041744 11.391125679 0.963915765 -0.037864108 0.263501406 218.396667480\n0.266777337 0.062351786 -0.961739242 -143.705947876 0.019040145 0.997369230 0.069943331 11.399733543 0.963570237 -0.036970951 0.264888287 218.428802490\n0.267802596 0.061968543 -0.961478949 -143.800872803 0.017659063 0.997446120 0.069205284 11.409495354 0.963312030 -0.035512172 0.266024351 218.452178955\n0.268598676 0.060894955 -0.961325526 -143.856750488 0.017878670 0.997512639 0.068182610 11.411796570 0.963086307 -0.035500985 0.266841829 218.481613159\n0.269582331 0.059708089 -0.961124480 -143.954879761 0.018315451 0.997577488 0.067109898 11.424569130 0.962803125 -0.035695069 0.267835677 218.510574341\n0.270344973 0.059221942 -0.960940421 -144.032592773 0.018615315 0.997598171 0.066718258 11.432741165 0.962583601 -0.035925157 0.268593192 218.532577515\n0.271268368 0.058728926 -0.960710406 -144.105728149 0.018609136 0.997630119 0.066240378 11.435251236 0.962323844 -0.035846911 0.269532621 218.552093506\n0.272036493 0.058160573 -0.960527837 -144.169311523 0.018883400 0.997657001 0.065756850 11.439938545 0.962101758 -0.036026299 0.270300865 218.571594238\n0.272547126 0.058191426 -0.960381031 -144.223281860 0.018948639 0.997651100 0.065827131 11.444847107 0.961955786 -0.036138907 0.270804286 218.586578369\n0.272814810 0.058298104 -0.960298717 -144.266815186 0.018717490 0.997651756 0.065883279 11.450624466 0.961884558 -0.035948321 0.271082997 218.601684570\n0.273221016 0.058564130 -0.960166931 -144.308425903 0.018450169 0.997642398 0.066100001 11.451421738 0.961774349 -0.035775151 0.271496356 218.612503052\n0.273500383 0.058637623 -0.960083008 -144.341964722 0.018863086 0.997621179 0.066303857 11.454406738 0.961687028 -0.036244262 0.271743715 218.622360229\n0.273736119 0.058791123 -0.960006356 -144.356964111 0.019177729 0.997597992 0.066561587 11.456341743 0.961613655 -0.036631055 0.271951139 218.624908447\n0.273838818 0.058852609 -0.959973276 -144.357543945 0.019504769 0.997580945 0.066722065 11.454854012 0.961577833 -0.036995146 0.272028446 218.626968384\n0.273860633 0.058866318 -0.959966242 -144.353027344 0.019191530 0.997591913 0.066648565 11.453402519 0.961577892 -0.036675636 0.272071421 218.623367310\n0.273719072 0.057913180 -0.960064590 -144.345825195 0.018459620 0.997685373 0.065445483 11.449485779 0.961632550 -0.035636108 0.272016466 218.621383667\n0.273786902 0.056107759 -0.960152388 -144.351470947 0.018334799 0.997811079 0.063536547 11.450591087 0.961615562 -0.034999672 0.272158861 218.623947144\n0.273675859 0.056263320 -0.960174859 -144.347412109 0.018553035 0.997793078 0.063755743 11.448568344 0.961642921 -0.035262566 0.272028029 218.623199463\n0.273685813 0.056390777 -0.960164607 -144.348403931 0.019143062 0.997762740 0.064055473 11.451106071 0.961628616 -0.035911568 0.271993995 218.624954224\n0.273761451 0.056132507 -0.960158288 -144.352127075 0.019013328 0.997784555 0.063753307 11.450471878 0.961609721 -0.035709001 0.272087693 218.622192383\n0.273597956 0.056372825 -0.960190773 -144.349792480 0.019019077 0.997768760 0.063998356 11.450496674 0.961656094 -0.035771761 0.271915317 218.625213623\n0.273635685 0.056589592 -0.960167229 -144.348754883 0.018816937 0.997761726 0.064167902 11.450588226 0.961649358 -0.035626035 0.271958351 218.624114990\n0.273451090 0.056219410 -0.960241675 -144.350158691 0.019014675 0.997779489 0.063832022 11.451236725 0.961698055 -0.035713624 0.271774888 218.628646851\n0.273558974 0.056441151 -0.960197747 -144.348602295 0.018970801 0.997766078 0.064054199 11.451457024 0.961668074 -0.035738319 0.271877110 218.624893188\n0.273571551 0.056490600 -0.960191369 -144.348297119 0.018839141 0.997767627 0.064068846 11.451216698 0.961667180 -0.035616599 0.271896601 218.624557495\n0.273501694 0.056391560 -0.960217118 -144.350692749 0.018803246 0.997775733 0.063953094 11.451637268 0.961687803 -0.035546478 0.271833003 218.628005981\n0.273553371 0.056428015 -0.960200191 -144.348449707 0.018790541 0.997773647 0.063989371 11.451484680 0.961673260 -0.035547189 0.271884024 218.624633789\n0.273561954 0.056369670 -0.960201323 -144.349044800 0.018833391 0.997775912 0.063941188 11.452553749 0.961670101 -0.035575725 0.271891892 218.624176025\n0.273574948 0.056364279 -0.960197926 -144.349731445 0.018912824 0.997773349 0.063958541 11.452713013 0.961664855 -0.035657514 0.271899760 218.624343872\n0.273597777 0.056430433 -0.960187435 -144.348480225 0.018719347 0.997776031 0.063973457 11.452775955 0.961662054 -0.035477083 0.271932960 218.624481201\n0.273574293 0.056412280 -0.960195243 -144.349182129 0.018713253 0.997777522 0.063951969 11.452523232 0.961668849 -0.035463993 0.271910667 218.623840332\n0.273576081 0.056347273 -0.960198522 -144.351959229 0.018807843 0.997778356 0.063911229 11.453344345 0.961666465 -0.035543848 0.271908522 218.626419067\n0.273598313 0.056441024 -0.960186660 -144.350067139 0.018842848 0.997770727 0.064019404 11.451669693 0.961659491 -0.035608258 0.271924913 218.624099731\n0.273569882 0.056351289 -0.960200071 -144.351699829 0.018878331 0.997775495 0.063935101 11.453372955 0.961666942 -0.035617698 0.271897495 218.627929688\n0.273568809 0.056381416 -0.960198581 -144.354324341 0.018797668 0.997776449 0.063943557 11.454228401 0.961668789 -0.035542458 0.271900654 218.626922607\n0.273570180 0.056372058 -0.960198820 -144.353546143 0.018949116 0.997771502 0.063976705 11.452159882 0.961665452 -0.035697043 0.271892309 218.626953125\n0.273736060 0.056295663 -0.960155904 -144.352905273 0.018925764 0.997777045 0.063897103 11.452363014 0.961618662 -0.035662625 0.272062123 218.624389648\n0.273685753 0.056364015 -0.960166216 -144.351501465 0.018944440 0.997771919 0.063971475 11.451696396 0.961632550 -0.035697892 0.272008181 218.625000000\n0.273672700 0.056530125 -0.960160255 -144.352233887 0.018828867 0.997765124 0.064110905 11.450740814 0.961638629 -0.035624135 0.271996677 218.624694824\n0.273683846 0.056418654 -0.960163593 -144.350982666 0.018856363 0.997771502 0.064003266 11.451294899 0.961634874 -0.035621852 0.272010088 218.624801636\n0.273623526 0.056408897 -0.960181415 -144.351943970 0.018792242 0.997774720 0.063972682 11.452926636 0.961653352 -0.035548396 0.271954596 218.624084473\n0.273757160 0.056408457 -0.960143328 -144.353179932 0.018814402 0.997773588 0.063983619 11.452337265 0.961614847 -0.035580497 0.272086382 218.622482300\n0.273771465 0.056380104 -0.960140824 -144.352828979 0.018983910 0.997769117 0.064002670 11.451806068 0.961607337 -0.035749327 0.272090375 218.622329712\n0.273641288 0.056383576 -0.960177898 -144.349090576 0.018829705 0.997774959 0.063957646 11.451699257 0.961647570 -0.035581321 0.271970689 218.624603271\n0.273747206 0.056342062 -0.960150123 -144.352844238 0.018917954 0.997774184 0.063943543 11.452178955 0.961615682 -0.035668440 0.272072017 218.622344971\n0.273661077 0.056427497 -0.960169613 -144.351470947 0.018834505 0.997771800 0.064005405 11.451697350 0.961641788 -0.035600107 0.271988511 218.624130249\n0.273676872 0.056335889 -0.960170388 -144.345443726 0.018930450 0.997774303 0.063937955 11.450016022 0.961635351 -0.035674799 0.272001326 218.622970581\n0.273711085 0.056396343 -0.960157216 -144.348159790 0.018919036 0.997770607 0.063998871 11.450981140 0.961625934 -0.035682451 0.272033930 218.622344971\n0.273738205 0.056345992 -0.960152447 -144.347900391 0.018869862 0.997775733 0.063933671 11.451414108 0.961619198 -0.035619035 0.272066116 218.622177124\n0.273782313 0.056290448 -0.960143030 -144.350799561 0.018901745 0.997778118 0.063886672 11.453166962 0.961605966 -0.035639420 0.272109985 218.621871948\n0.273747087 0.056368932 -0.960148573 -144.346298218 0.018984549 0.997769952 0.063990310 11.451223373 0.961614430 -0.035745151 0.272066474 218.622116089\n0.273829460 0.056231044 -0.960133135 -144.352783203 0.018912839 0.997781575 0.063829899 11.453596115 0.961592376 -0.035637353 0.272158504 218.620819092\n0.273692012 0.056450419 -0.960159481 -144.351409912 0.018956736 0.997765660 0.064064987 11.450854301 0.961630642 -0.035735566 0.272010326 218.623199463\n0.273790956 0.056358259 -0.960136652 -144.346420288 0.018928105 0.997772634 0.063964941 11.451245308 0.961603045 -0.035686590 0.272114336 218.622009277\n0.273806572 0.056377847 -0.960131049 -144.349807739 0.018860979 0.997773767 0.063966893 11.451501846 0.961599886 -0.035623569 0.272133708 218.621307373\n0.273841202 0.056363564 -0.960122049 -144.348632812 0.018892158 0.997773468 0.063962206 11.451805115 0.961589456 -0.035654265 0.272166669 218.620651245\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0011_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999989986 0.000757523 0.004413784 0.001332097 -0.000755757 0.999999642 -0.000401692 0.008086437 -0.004414087 0.000398352 0.999990165 1.276021123\n0.999960840 -0.000412798 0.008839987 0.006904020 0.000425846 0.999998808 -0.001474194 0.004856094 -0.008839368 0.001477901 0.999959826 2.527431011\n0.999921739 -0.000940834 0.012477079 0.020961029 0.000979091 0.999994814 -0.003060434 0.009693277 -0.012474135 0.003072411 0.999917448 3.790621758\n0.999864876 -0.001904856 0.016327998 0.042918123 0.001954108 0.999993563 -0.003001028 0.008098694 -0.016322177 0.003032529 0.999862194 5.050452232\n0.999796391 -0.001314337 0.020136219 0.061495744 0.001343824 0.999998033 -0.001450931 0.010242100 -0.020134272 0.001477695 0.999796212 6.307600975\n0.999713659 0.000250047 0.023927446 0.097228140 -0.000259079 0.999999881 0.000374350 0.013008838 -0.023927351 -0.000380442 0.999713600 7.576871872\n0.999613464 0.003564152 0.027572593 0.124274813 -0.003590970 0.999993145 0.000923168 0.016623739 -0.027569113 -0.001021824 0.999619365 8.840231895\n0.999493182 0.005355984 0.031379547 0.153353050 -0.005347078 0.999985635 -0.000367699 0.018181220 -0.031381067 0.000199724 0.999507487 10.095252991\n0.999384046 0.007763896 0.034223404 0.191477612 -0.007709175 0.999968767 -0.001730589 0.025863156 -0.034235772 0.001465689 0.999412715 11.340758324\n0.999305785 0.006089079 0.036754694 0.239800215 -0.005948460 0.999974549 -0.003934023 0.024027174 -0.036777712 0.003712659 0.999316573 12.602467537\n0.999214411 0.006264139 0.039131586 0.283838093 -0.005969566 0.999952972 -0.007640056 0.022332955 -0.039177604 0.007400456 0.999204874 13.859533310\n0.999146760 0.001532131 0.041272987 0.347439319 -0.001205353 0.999967754 -0.007941206 0.013814005 -0.041283824 0.007884681 0.999116361 15.124147415\n0.999040306 -0.000349875 0.043798290 0.393317550 0.000629607 0.999979496 -0.006373200 0.010557238 -0.043795165 0.006394659 0.999020040 16.381587982\n0.998915255 -0.003843672 0.046406843 0.460190058 0.004026901 0.999984443 -0.003855479 0.007445799 -0.046391301 0.004038172 0.998915195 17.652311325\n0.998782873 -0.003263300 0.049215231 0.520718932 0.003374728 0.999991953 -0.002181176 0.012424779 -0.049207717 0.002344609 0.998785794 18.912281036\n0.998567164 -0.005603865 0.053219080 0.589505136 0.005707637 0.999982119 -0.001798117 0.000388933 -0.053208049 0.002099296 0.998581231 20.185901642\n0.998342395 -0.004559160 0.057373147 0.652549267 0.004745567 0.999983907 -0.003113199 0.000817047 -0.057358030 0.003380307 0.998347938 21.447586060\n0.998115540 -0.004367366 0.061207373 0.728549063 0.004607014 0.999982238 -0.003774774 0.001168901 -0.061189801 0.004049644 0.998117924 22.693470001\n0.997875571 -0.006235689 0.064849138 0.814363360 0.006321652 0.999979377 -0.001120473 0.000508045 -0.064840816 0.001528046 0.997894466 23.977893829\n0.997616231 -0.006681253 0.068681739 0.901086509 0.006646431 0.999977648 0.000735504 0.002069522 -0.068685114 -0.000277262 0.997638345 25.226688385\n0.997375727 -0.007229659 0.072037257 0.988245249 0.007205918 0.999973834 0.000589441 0.004574415 -0.072039634 -0.000068799 0.997401774 26.502588272\n0.997193635 -0.008445605 0.074388027 1.083309770 0.008629328 0.999960482 -0.002148719 0.008830009 -0.074366942 0.002784607 0.997227073 27.738962173\n0.997076988 -0.008470101 0.075932771 1.176023841 0.008695352 0.999958694 -0.002636324 0.013287120 -0.075907305 0.003288880 0.997109473 29.012712479\n0.997032106 -0.007871390 0.076583743 1.273931861 0.008167583 0.999960303 -0.003555114 0.012328586 -0.076552719 0.004170067 0.997056842 30.244970322\n0.996968329 -0.005440939 0.077618293 1.362793326 0.005856951 0.999969661 -0.005133071 0.003978699 -0.077588014 0.005572115 0.996969938 31.517713547\n0.996878862 -0.004577992 0.078813814 1.452984929 0.005287924 0.999947309 -0.008801349 -0.003066327 -0.078769371 0.009190639 0.996850491 32.754249573\n0.996759653 -0.007449469 0.080092087 1.550627828 0.008110541 0.999935627 -0.007931747 -0.008492468 -0.080027848 0.008555635 0.996755898 33.993633270\n0.996721566 -0.006673086 0.080632225 1.646431327 0.007038717 0.999966204 -0.004251163 -0.014085542 -0.080601126 0.004804773 0.996734858 35.235435486\n0.996618450 -0.010055031 0.081551336 1.755308270 0.010142066 0.999948382 -0.000653061 -0.013682446 -0.081540555 0.001477952 0.996668935 36.492527008\n0.996485770 -0.011768361 0.082931384 1.856211901 0.011752076 0.999930680 0.000684523 -0.011935148 -0.082933694 0.000292498 0.996555030 37.728080750\n0.996363521 -0.011210597 0.084463418 1.963062525 0.011220488 0.999936998 0.000357624 -0.009226073 -0.084462106 0.000591398 0.996426523 38.961563110\n0.996336699 -0.009096314 0.085031912 2.064144373 0.009052040 0.999958634 0.000906221 -0.005029483 -0.085036635 -0.000133189 0.996377826 40.189239502\n0.996232808 -0.009343668 0.086214535 2.161394358 0.009412402 0.999955654 -0.000390778 -0.008842619 -0.086207062 0.001200792 0.996276498 41.416416168\n0.996134937 -0.007746758 0.087494075 2.265185595 0.007883157 0.999968171 -0.001213512 -0.005011993 -0.087481894 0.001898552 0.996164322 42.634651184\n0.995944619 -0.006932680 0.089700833 2.364164829 0.006990238 0.999975502 -0.000327532 -0.008778857 -0.089696370 0.000953234 0.995968699 43.882404327\n0.995752931 -0.005474143 0.091902554 2.469564676 0.005330525 0.999984145 0.001808107 -0.010423318 -0.091910996 -0.001310539 0.995766342 45.092811584\n0.995448887 -0.005720533 0.095125169 2.580993652 0.005576883 0.999982893 0.001775903 -0.010359081 -0.095133699 -0.001237319 0.995463729 46.327537537\n0.995177448 -0.005360318 0.097944513 2.697309971 0.005344171 0.999985635 0.000427210 -0.010668124 -0.097945400 0.000098282 0.995191813 47.548381805\n0.994864881 -0.005459204 0.101064689 2.824990988 0.005444846 0.999985099 0.000417925 -0.006786580 -0.101065464 0.000134502 0.994879782 48.742473602\n0.994548857 -0.004786069 0.104161464 2.941357136 0.004701048 0.999988377 0.001061730 -0.004180982 -0.104165338 -0.000566274 0.994559824 49.956142426\n0.994235873 -0.004624110 0.107115291 3.069313288 0.004532932 0.999989152 0.001094677 -0.004768545 -0.107119188 -0.000602821 0.994246006 51.162979126\n0.993846238 -0.003372138 0.110717207 3.193975210 0.003350455 0.999994338 0.000381885 -0.005600997 -0.110717863 -0.000008582 0.993851900 52.365013123\n0.993510842 -0.003913887 0.113669962 3.333298683 0.003952298 0.999992192 -0.000112552 0.000199923 -0.113668635 0.000561079 0.993518531 53.548183441\n0.993093133 -0.004836892 0.117228985 3.456321716 0.004934044 0.999987662 -0.000538542 -0.000347743 -0.117224932 0.001113235 0.993104756 54.748130798\n0.992773235 -0.004852338 0.119907118 3.602033615 0.005150975 0.999984384 -0.002180755 -0.001303332 -0.119894661 0.002782634 0.992782712 55.923969269\n0.992343426 -0.004570161 0.123424664 3.740327597 0.005121435 0.999978304 -0.004149582 -0.014445569 -0.123403020 0.004749922 0.992345273 57.111354828\n0.991932452 -0.004433268 0.126690090 3.889855146 0.005057859 0.999976575 -0.004608802 -0.015693497 -0.126666680 0.005212400 0.991931617 58.279277802\n0.991413355 -0.003094619 0.130728751 4.029771805 0.003581670 0.999987483 -0.003490706 -0.018514588 -0.130716324 0.003928960 0.991412044 59.461780548\n0.990878582 -0.003395738 0.134714931 4.186843872 0.004020246 0.999982417 -0.004364012 -0.021643531 -0.134697735 0.004865794 0.990874767 60.622707367\n0.990333736 -0.002793736 0.138676897 4.343770027 0.003213381 0.999990940 -0.002802263 -0.027602416 -0.138667807 0.003220798 0.990333736 61.807243347\n0.989706695 -0.001897443 0.143097997 4.512139797 0.002166406 0.999996185 -0.001723792 -0.029399134 -0.143094182 0.002016057 0.989707053 62.960929871\n0.988926291 -0.002930376 0.148378715 4.673681259 0.003171571 0.999993980 -0.001388961 -0.032441020 -0.148373753 0.001844174 0.988929629 64.152000427\n0.988181710 -0.001608222 0.153278545 4.851216793 0.001924006 0.999996305 -0.001911890 -0.028197551 -0.153274909 0.002184203 0.988181174 65.296081543\n0.987242341 -0.001858716 0.159213945 5.029354572 0.002141254 0.999996424 -0.001603046 -0.032071877 -0.159210399 0.001923513 0.987242818 66.478431702\n0.986356020 -0.002665351 0.164604813 5.220337868 0.002922206 0.999994874 -0.001318301 -0.031700086 -0.164600462 0.001781323 0.986358702 67.633216858\n0.985511363 -0.003188783 0.169579595 5.420049667 0.003366669 0.999994040 -0.000761448 -0.034823053 -0.169576153 0.001321334 0.985516191 68.782386780\n0.984594941 -0.002869473 0.174827307 5.618796349 0.003098881 0.999994636 -0.001039224 -0.036816917 -0.174823388 0.001564983 0.984598577 69.916694641\n0.983553648 -0.004144715 0.180568621 5.831530571 0.004805969 0.999983251 -0.003224721 -0.042510875 -0.180552229 0.004039493 0.983557105 71.054313660\n0.982532322 -0.001739647 0.186083838 6.039441109 0.002448481 0.999990582 -0.003579468 -0.042263635 -0.186075866 0.003972566 0.982527375 72.185562134\n0.981412232 -0.001453246 0.191906109 6.249883175 0.001891770 0.999996006 -0.002101890 -0.045396380 -0.191902280 0.002425862 0.981411040 73.303451538\n0.980363905 -0.001351847 0.197192281 6.472514629 0.001530791 0.999998569 -0.000755034 -0.048306610 -0.197190970 0.001042068 0.980364561 74.402549744\n0.979251742 -0.001136847 0.202644348 6.696125031 0.000949302 0.999999046 0.001022677 -0.050392114 -0.202645317 -0.000809088 0.979251862 75.497833252\n0.978237033 -0.002267050 0.207478181 6.924255371 0.001921975 0.999996424 0.001864747 -0.052598208 -0.207481667 -0.001425397 0.978237867 76.578262329\n0.977433085 -0.003271592 0.211220041 7.158565998 0.003019985 0.999994278 0.001513780 -0.052638695 -0.211223781 -0.000841738 0.977437377 77.634407043\n0.976695657 -0.004973491 0.214571446 7.386560917 0.005237228 0.999986053 -0.000660644 -0.058171488 -0.214565173 0.001769007 0.976708055 78.694679260\n0.976016998 -0.007172473 0.217576087 7.619039536 0.007781874 0.999967813 -0.001944142 -0.060759641 -0.217555150 0.003590666 0.976041436 79.721115112\n0.975318551 -0.008211633 0.220649734 7.841095448 0.008566051 0.999963105 -0.000649438 -0.058980964 -0.220636263 0.002523506 0.975352883 80.725151062\n0.974612534 -0.009834806 0.223682180 8.073992729 0.009551337 0.999951601 0.002349212 -0.069867782 -0.223694474 -0.000153107 0.974659324 81.753761292\n0.974137127 -0.010126459 0.225730568 8.298719406 0.009479423 0.999947250 0.003950140 -0.074291773 -0.225758657 -0.001708183 0.974181771 82.742660522\n0.973606646 -0.010979581 0.227968305 8.520782471 0.010445450 0.999939144 0.003549413 -0.073776148 -0.227993414 -0.001074501 0.973662078 83.699867249\n0.973119140 -0.011610405 0.230009407 8.740105629 0.011432765 0.999932408 0.002105031 -0.074962027 -0.230018303 0.000581198 0.973186135 84.648551941\n0.972729921 -0.011500193 0.231655359 8.963687897 0.011780611 0.999930620 0.000172848 -0.071854308 -0.231641278 0.002560907 0.972797930 85.581733704\n0.972430766 -0.011697071 0.232898295 9.183182716 0.012525650 0.999919415 -0.002079017 -0.074490055 -0.232855201 0.004938903 0.972498894 86.504798889\n0.972073793 -0.012978345 0.234316245 9.398880005 0.014232595 0.999891996 -0.003662523 -0.081113845 -0.234243408 0.006895170 0.972153544 87.410667419\n0.971747637 -0.014439246 0.235580191 9.623215675 0.015910039 0.999863982 -0.004343577 -0.085972548 -0.235485435 0.007968951 0.971845210 88.313339233\n0.971396387 -0.014727720 0.237006560 9.842422485 0.015605602 0.999876559 -0.001828325 -0.086545929 -0.236950368 0.005474659 0.971506357 89.209320068\n0.971014202 -0.012754714 0.238681287 10.053183556 0.012789982 0.999917209 0.001401048 -0.086710468 -0.238679394 0.001692292 0.971096933 90.093154907\n0.970651805 -0.011983526 0.240190417 10.273503304 0.011614047 0.999928176 0.002953782 -0.091956615 -0.240208566 -0.000077511 0.970721304 90.968467712\n0.970181346 -0.009320051 0.242200866 10.475114822 0.009294493 0.999956012 0.001248130 -0.093582630 -0.242201850 0.001040222 0.970225334 91.816375732\n0.969731688 -0.008080659 0.244039282 10.684422493 0.008480982 0.999963880 -0.000589698 -0.093664154 -0.244025692 0.002641541 0.969765186 92.640762329\n0.969211221 -0.007306624 0.246122420 10.883432388 0.007957622 0.999966979 -0.001650536 -0.093802132 -0.246102229 0.003558268 0.969237328 93.481559753\n0.968791306 -0.006461938 0.247793481 11.079710007 0.007117148 0.999973118 -0.001748500 -0.101786785 -0.247775525 0.003457514 0.968811274 94.293487549\n0.968472719 -0.006553208 0.249033496 11.292254448 0.007284072 0.999971449 -0.002013401 -0.106989279 -0.249013186 0.003763902 0.968492806 95.066787720\n0.968111157 -0.007852024 0.250398070 11.491142273 0.008666954 0.999960124 -0.002152026 -0.110530406 -0.250371188 0.004253589 0.968140602 95.828536987\n0.967686176 -0.008249751 0.252022535 11.686338425 0.008989362 0.999957979 -0.001783479 -0.111674249 -0.251997232 0.003991370 0.967719734 96.599685669\n0.967337847 -0.008188308 0.253358245 11.883931160 0.008915127 0.999958754 -0.001720765 -0.114193924 -0.253333718 0.003923282 0.967370987 97.334693909\n0.966905594 -0.008801568 0.254982561 12.068172455 0.009412741 0.999954998 -0.001176788 -0.122367412 -0.254960716 0.003537928 0.966944933 98.044265747\n0.966602087 -0.008842893 0.256129384 12.253385544 0.009404072 0.999955297 -0.000966299 -0.124639235 -0.256109387 0.003342685 0.966642022 98.729331970\n0.966051877 -0.009828903 0.258161038 12.433284760 0.010318926 0.999946594 -0.000543227 -0.129977614 -0.258141935 0.003188730 0.966101766 99.409988403\n0.965686619 -0.009910352 0.259520918 12.605862617 0.010337868 0.999946535 -0.000282518 -0.133985862 -0.259504229 0.002955716 0.965737462 100.064422607\n0.965284169 -0.010159757 0.261004269 12.780207634 0.010637571 0.999943316 -0.000417993 -0.136979714 -0.260985255 0.003179933 0.965337574 100.712615967\n0.964825690 -0.009874757 0.262704879 12.945197105 0.010409356 0.999945641 -0.000643284 -0.138462156 -0.262684226 0.003355246 0.964875996 101.318244934\n0.964385867 -0.009495628 0.264328837 13.107286453 0.010016489 0.999949634 -0.000622746 -0.134063482 -0.264309615 0.003248214 0.964432418 101.914390564\n0.963939130 -0.008952197 0.265972197 13.265954971 0.009270373 0.999957025 0.000059167 -0.140081853 -0.265961289 0.002408628 0.963980675 102.494735718\n0.963441312 -0.008843496 0.267773390 13.420948982 0.009270713 0.999956965 -0.000331148 -0.145063788 -0.267758936 0.002801492 0.963481843 103.051780701\n0.963043392 -0.009083257 0.269193143 13.575242043 0.009510987 0.999954700 -0.000284733 -0.146137148 -0.269178361 0.002834503 0.963086188 103.580650330\n0.962609708 -0.009268793 0.270733625 13.718302727 0.009611383 0.999953806 0.000060410 -0.147797272 -0.270721674 0.002543973 0.962654293 104.095130920\n0.962125421 -0.008980101 0.272459149 13.856018066 0.009328514 0.999956489 0.000016551 -0.150000557 -0.272447437 0.002525715 0.962167382 104.591003418\n0.961710453 -0.008656589 0.273930728 14.001230240 0.009009219 0.999959409 -0.000029283 -0.150723159 -0.273919344 0.002496063 0.961749434 105.081718445\n0.961399555 -0.008153690 0.275035173 14.137244225 0.008711562 0.999961734 -0.000806856 -0.156430513 -0.275018096 0.003171697 0.961433828 105.554283142\n0.960961699 -0.006997555 0.276592851 14.259520531 0.007548017 0.999971092 -0.000925557 -0.157385036 -0.276578367 0.002977152 0.960986733 105.987350464\n0.960609317 -0.006827400 0.277818441 14.389434814 0.007377434 0.999972343 -0.000934499 -0.159049332 -0.277804375 0.002947275 0.960633159 106.424758911\n0.960332692 -0.006283130 0.278786004 14.514129639 0.006829499 0.999976218 -0.000988609 -0.157427236 -0.278773159 0.002853362 0.960352719 106.841278076\n0.959864140 -0.007308434 0.280370206 14.628353119 0.007771980 0.999969661 -0.000541545 -0.163571864 -0.280357748 0.002698841 0.959891796 107.246719360\n0.959587932 -0.007488382 0.281309396 14.744963646 0.007923682 0.999968529 -0.000409951 -0.168186009 -0.281297475 0.002622390 0.959617019 107.638977051\n0.959477663 -0.007347268 0.281688869 14.860406876 0.007690255 0.999970436 -0.000112102 -0.162995458 -0.281679720 0.002273819 0.959505796 108.016647339\n0.959513664 -0.007354209 0.281565964 14.965784073 0.007614139 0.999970973 0.000170919 -0.165672719 -0.281559050 0.001979883 0.959541857 108.373916626\n0.959445775 -0.006791009 0.281811535 15.061071396 0.006931051 0.999975860 0.000499898 -0.166856036 -0.281808138 0.001473625 0.959469676 108.725616455\n0.959525406 -0.006057523 0.281556845 15.158205032 0.006270397 0.999980330 0.000144903 -0.166693896 -0.281552196 0.001626435 0.959544539 109.052284241\n0.959524632 -0.005544810 0.281570226 15.249239922 0.005850613 0.999982834 -0.000245381 -0.168852985 -0.281564057 0.001882807 0.959540606 109.363510132\n0.959574878 -0.005754380 0.281394601 15.336266518 0.006022622 0.999981880 -0.000088418 -0.168567687 -0.281388998 0.001779577 0.959592164 109.662956238\n0.959632695 -0.006601502 0.281178772 15.423966408 0.006923428 0.999976039 -0.000151522 -0.172532156 -0.281171024 0.002092126 0.959655404 109.950614929\n0.959627211 -0.006911158 0.281190097 15.507246017 0.007299332 0.999973297 -0.000333100 -0.172487646 -0.281180292 0.002372151 0.959652007 110.220497131\n0.959557652 -0.007143053 0.281421572 15.579712868 0.007574963 0.999971211 -0.000446896 -0.170530379 -0.281410277 0.002560581 0.959584117 110.486320496\n0.959572911 -0.006984077 0.281373590 15.650332451 0.007432481 0.999972224 -0.000526430 -0.172871351 -0.281362116 0.002596451 0.959598184 110.734550476\n0.959463716 -0.007055690 0.281743765 15.713582993 0.007480059 0.999971926 -0.000430724 -0.175564647 -0.281732798 0.002520724 0.959489584 110.975875854\n0.959537804 -0.007364620 0.281483471 15.782150269 0.007673264 0.999970555 0.000005742 -0.174466550 -0.281475246 0.002154387 0.959566057 111.195549011\n0.959520340 -0.006998232 0.281552464 15.844425201 0.007366558 0.999972820 -0.000249760 -0.172204494 -0.281543076 0.002313722 0.959545791 111.409942627\n0.959432244 -0.006771812 0.281857878 15.922559738 0.007014910 0.999975383 0.000146579 -0.183244079 -0.281851947 0.001836574 0.959456146 111.653999329\n0.959357917 -0.007134682 0.282101840 15.988805771 0.007328703 0.999973059 0.000367388 -0.185892254 -0.282096863 0.001714983 0.959384382 111.863067627\n0.959475458 -0.006949587 0.281706542 16.011522293 0.007172030 0.999974251 0.000241461 -0.171784952 -0.281700969 0.001788732 0.959500611 111.975784302\n0.959439754 -0.007518702 0.281813443 16.057388306 0.007775743 0.999969721 0.000206226 -0.171759754 -0.281806469 0.001993447 0.959469199 112.143112183\n0.959409475 -0.008166829 0.281898469 16.103473663 0.008472779 0.999964118 0.000133637 -0.170394033 -0.281889439 0.002260250 0.959444225 112.299850464\n0.959380746 -0.008392587 0.281989604 16.146192551 0.008793651 0.999961317 -0.000156733 -0.170365393 -0.281977385 0.002630085 0.959417462 112.443511963\n0.959357977 -0.008762096 0.282055765 16.185009003 0.009105152 0.999958515 0.000094418 -0.170036539 -0.282044888 0.002477580 0.959398031 112.584350586\n0.959412754 -0.008899131 0.281865239 16.227252960 0.009133066 0.999958158 0.000483844 -0.169738561 -0.281857759 0.002110088 0.959453881 112.708457947\n0.959410667 -0.009224198 0.281861931 16.265251160 0.009548387 0.999954402 0.000223346 -0.170767397 -0.281851143 0.002477046 0.959454954 112.836715698\n0.959432065 -0.009389185 0.281783521 16.302795410 0.009723811 0.999952674 0.000210815 -0.172260895 -0.281772166 0.002537747 0.959478021 112.964790344\n0.959384561 -0.009049609 0.281956255 16.330171585 0.009391621 0.999955893 0.000138442 -0.171757698 -0.281945080 0.002515207 0.959427238 113.072853088\n0.959513545 -0.008897632 0.281521976 16.365447998 0.009277964 0.999956965 -0.000018054 -0.171612874 -0.281509697 0.002629274 0.959554791 113.178352356\n0.959509432 -0.008962393 0.281533986 16.399274826 0.009400390 0.999955773 -0.000205185 -0.172412470 -0.281519711 0.002843406 0.959551215 113.285224915\n0.959483683 -0.008662269 0.281630963 16.428344727 0.009158298 0.999957979 -0.000445027 -0.170908555 -0.281615287 0.003006256 0.959522724 113.392112732\n0.959472954 -0.008971437 0.281657964 16.456371307 0.009481884 0.999954939 -0.000449404 -0.172915623 -0.281641215 0.003101839 0.959514797 113.492248535\n0.959459066 -0.009411879 0.281690747 16.485204697 0.009866009 0.999951303 -0.000193869 -0.176042080 -0.281675220 0.002965173 0.959505200 113.586601257\n0.959383905 -0.009031900 0.281959057 16.510194778 0.009507766 0.999954760 -0.000319572 -0.172955200 -0.281943411 0.002987393 0.959426403 113.691879272\n0.959526241 -0.008586708 0.281488329 16.539754868 0.009355073 0.999955297 -0.001385899 -0.176954389 -0.281463861 0.003963151 0.959563673 113.777587891\n0.959451079 -0.007829980 0.281766444 16.563001633 0.008859301 0.999957919 -0.002379330 -0.178495184 -0.281735957 0.004779105 0.959480047 113.873764038\n0.959354043 -0.007684081 0.282100737 16.596704483 0.008772271 0.999958158 -0.002594652 -0.175777137 -0.282068998 0.004963854 0.959381282 113.969291687\n0.959152699 -0.007421037 0.282791585 16.621168137 0.008376427 0.999962568 -0.002169487 -0.176922977 -0.282764882 0.004449652 0.959178925 114.062919617\n0.959146321 -0.007163696 0.282819778 16.647430420 0.008263328 0.999962211 -0.002695407 -0.176007718 -0.282789797 0.004922322 0.959169269 114.152130127\n0.959047616 -0.007139978 0.283154815 16.680038452 0.008320145 0.999961019 -0.002965574 -0.175171599 -0.283122599 0.005200016 0.959069610 114.249916077\n0.958932817 -0.007564743 0.283532470 16.708591461 0.008618488 0.999959826 -0.002469248 -0.178529203 -0.283502400 0.004811463 0.958959460 114.343444824\n0.958827376 -0.007665460 0.283886045 16.735368729 0.008770333 0.999958098 -0.002621110 -0.177290484 -0.283854067 0.005002967 0.958854437 114.428146362\n0.958704293 -0.007456922 0.284307092 16.754480362 0.008433736 0.999961972 -0.002211762 -0.177389786 -0.284279794 0.004518196 0.958730698 114.508064270\n0.958607495 -0.007998031 0.284618616 16.781211853 0.008955435 0.999957800 -0.002062600 -0.175785109 -0.284590095 0.004526108 0.958638608 114.590164185\n0.958524883 -0.007964289 0.284897625 16.802749634 0.008982081 0.999957085 -0.002266081 -0.175527886 -0.284867346 0.004731068 0.958555281 114.664909363\n0.958421052 -0.008339774 0.285236031 16.828113556 0.009355832 0.999953806 -0.002199712 -0.174744159 -0.285204500 0.004776870 0.958454788 114.737976074\n0.958304107 -0.008395387 0.285626918 16.845388412 0.009465807 0.999952376 -0.002367198 -0.175451666 -0.285593450 0.004972185 0.958337963 114.802131653\n0.958283424 -0.008731768 0.285686374 16.865341187 0.009908682 0.999947309 -0.002674320 -0.173925281 -0.285647959 0.005393532 0.958319426 114.863159180\n0.958157778 -0.008653702 0.286109716 16.880979538 0.009738912 0.999949753 -0.002370233 -0.172561631 -0.286074817 0.005057454 0.958193958 114.927749634\n0.958159387 -0.008832254 0.286098838 16.899168015 0.009900878 0.999948382 -0.002288796 -0.176528677 -0.286063850 0.005025661 0.958197355 114.978630066\n0.958116233 -0.008786603 0.286244869 16.917425156 0.009996354 0.999946237 -0.002765245 -0.174777240 -0.286205202 0.005510831 0.958152533 115.034072876\n0.957995474 -0.008886538 0.286645561 16.934141159 0.010054684 0.999946058 -0.002603507 -0.172481656 -0.286606967 0.005376278 0.958033144 115.096878052\n0.957985759 -0.009262150 0.286666214 16.951206207 0.010401182 0.999942899 -0.002450807 -0.173978046 -0.286627144 0.005329506 0.958027363 115.147468567\n0.957897842 -0.009391163 0.286955625 16.965471268 0.010542132 0.999941409 -0.002466138 -0.172786027 -0.286915630 0.005387432 0.957940698 115.197433472\n0.957861543 -0.009442525 0.287075132 16.982170105 0.010578949 0.999941170 -0.002407728 -0.173134163 -0.287035495 0.005343223 0.957905054 115.245422363\n0.957757711 -0.009205211 0.287428945 16.991828918 0.010486446 0.999940753 -0.002918321 -0.172246113 -0.287385046 0.005809152 0.957797527 115.287704468\n0.957707107 -0.009285720 0.287594914 17.004894257 0.010635428 0.999938548 -0.003131054 -0.172126904 -0.287548155 0.006057328 0.957747042 115.331268311\n0.957668960 -0.009658893 0.287709743 17.016359329 0.010976878 0.999935329 -0.002968085 -0.172915891 -0.287662446 0.006000597 0.957713068 115.364814758\n0.957649648 -0.009602103 0.287775785 17.025159836 0.010909610 0.999936163 -0.002940116 -0.172906488 -0.287729174 0.005955122 0.957693279 115.394729614\n0.957631707 -0.009730872 0.287831217 17.034812927 0.011065012 0.999934256 -0.003008617 -0.172675237 -0.287783027 0.006066003 0.957676411 115.421691895\n0.957558990 -0.009844056 0.288069218 17.041297913 0.011154681 0.999933541 -0.002908547 -0.173533827 -0.288021445 0.005998425 0.957605183 115.447151184\n0.957525611 -0.009729684 0.288184106 17.046594620 0.011050083 0.999934554 -0.002955365 -0.173885271 -0.288136482 0.006014296 0.957570493 115.463439941\n0.957516491 -0.009690041 0.288215607 17.052434921 0.011034046 0.999934494 -0.003038961 -0.172535554 -0.288167268 0.006090039 0.957560718 115.481292725\n0.957494378 -0.009758997 0.288286716 17.056240082 0.011116821 0.999933481 -0.003073145 -0.171880767 -0.288237542 0.006147351 0.957539201 115.493225098\n0.957500458 -0.009686958 0.288269103 17.060525894 0.011028519 0.999934614 -0.003030111 -0.171811566 -0.288220882 0.006080513 0.957544625 115.505645752\n0.957471132 -0.009594393 0.288369626 17.059955597 0.010931059 0.999935687 -0.003025277 -0.173265815 -0.288322061 0.006048800 0.957514405 115.511795044\n0.957489967 -0.009634756 0.288305551 17.063081741 0.010939636 0.999935925 -0.002915149 -0.172651038 -0.288259000 0.005945184 0.957534015 115.516166687\n0.957486331 -0.009606591 0.288318694 17.063053131 0.010932602 0.999935746 -0.002989200 -0.172086164 -0.288271457 0.006014192 0.957529843 115.517906189\n0.957494080 -0.009548066 0.288294882 17.059919357 0.010934755 0.999935091 -0.003199908 -0.174259230 -0.288245618 0.006216327 0.957536340 115.510307312\n0.957506120 -0.009599177 0.288253248 17.061552048 0.011015333 0.999933898 -0.003291224 -0.174112022 -0.288202614 0.006326572 0.957548559 115.513412476\n0.957486391 -0.009774969 0.288312912 17.063987732 0.011124344 0.999933481 -0.003042141 -0.173240259 -0.288263977 0.006120100 0.957531452 115.516563416\n0.957482755 -0.009615871 0.288330287 17.062223434 0.011006564 0.999934316 -0.003202422 -0.172800809 -0.288280547 0.006239789 0.957525671 115.516578674\n0.957497418 -0.009750342 0.288277090 17.061325073 0.011201103 0.999931514 -0.003383389 -0.174706563 -0.288224369 0.006468608 0.957541049 115.511543274\n0.957488894 -0.009772769 0.288304627 17.062717438 0.011170857 0.999932468 -0.003204464 -0.173388273 -0.288253844 0.006288848 0.957533360 115.515716553\n0.957511783 -0.009765424 0.288228780 17.064258575 0.011137738 0.999933124 -0.003121636 -0.173957422 -0.288179040 0.006199220 0.957556486 115.515739441\n0.957498789 -0.009654192 0.288275748 17.061504364 0.011078279 0.999933183 -0.003308957 -0.173423648 -0.288224548 0.006361922 0.957541704 115.513977051\n0.957488775 -0.009627724 0.288309842 17.063737869 0.011046661 0.999933541 -0.003294961 -0.172980458 -0.288258970 0.006339749 0.957531512 115.515243530\n0.957511306 -0.009832534 0.288228124 17.063665390 0.011190705 0.999932706 -0.003064779 -0.174589068 -0.288178593 0.006160036 0.957556903 115.516952515\n0.957488775 -0.009721255 0.288306713 17.064277649 0.011126679 0.999932885 -0.003236376 -0.173489630 -0.288255900 0.006306690 0.957532644 115.517494202\n0.957526922 -0.009696787 0.288180739 17.064882278 0.011129473 0.999932528 -0.003333457 -0.172759697 -0.288128972 0.006399175 0.957570255 115.515815735\n0.957500517 -0.009695108 0.288268596 17.062635422 0.011096948 0.999933183 -0.003229185 -0.172893420 -0.288218021 0.006290848 0.957544148 115.516876221\n0.957517385 -0.009719743 0.288211644 17.064140320 0.011121774 0.999932945 -0.003227491 -0.173354983 -0.288160950 0.006295803 0.957561314 115.517669678\n0.957498908 -0.009748744 0.288272142 17.063802719 0.011168145 0.999932230 -0.003279553 -0.172544718 -0.288220614 0.006359633 0.957542896 115.517303467\n0.957505405 -0.009637997 0.288254321 17.062690735 0.011033298 0.999933958 -0.003216194 -0.173953503 -0.288204283 0.006259919 0.957548499 115.516426086\n0.957514882 -0.009784778 0.288217902 17.064552307 0.011157020 0.999932885 -0.003118791 -0.174113348 -0.288168043 0.006201941 0.957559764 115.518775940\n0.957529902 -0.009952839 0.288162261 17.065782547 0.011371102 0.999930084 -0.003248266 -0.173760667 -0.288109779 0.006387034 0.957576096 115.517669678\n0.957537353 -0.009754330 0.288144141 17.064371109 0.011185587 0.999931931 -0.003321087 -0.173205495 -0.288092136 0.006403126 0.957581282 115.513549805\n0.957536817 -0.009788732 0.288144767 17.066467285 0.011198919 0.999932051 -0.003245976 -0.172519073 -0.288093418 0.006335052 0.957581341 115.516693115\n0.957531452 -0.009912850 0.288158357 17.065671921 0.011306604 0.999931037 -0.003172782 -0.174386874 -0.288107038 0.006296130 0.957577527 115.515068054\n0.957515895 -0.009709354 0.288216919 17.065404892 0.011127278 0.999932706 -0.003281716 -0.172686428 -0.288165659 0.006349365 0.957559526 115.515411377\n0.957534611 -0.009828882 0.288150698 17.065708160 0.011266921 0.999930978 -0.003332502 -0.172171399 -0.288098067 0.006437557 0.957579255 115.517486572\n0.957523882 -0.009713142 0.288190275 17.063728333 0.011118436 0.999932945 -0.003239797 -0.173216656 -0.288139492 0.006306408 0.957567692 115.515556335\n0.957553029 -0.009703155 0.288093895 17.065498352 0.011121475 0.999932766 -0.003286773 -0.172744825 -0.288042635 0.006351289 0.957596540 115.513366699\n0.957516551 -0.009661525 0.288216501 17.064086914 0.011076243 0.999933302 -0.003278111 -0.173211619 -0.288165599 0.006331201 0.957559645 115.514587402\n0.957526803 -0.009810745 0.288177371 17.066116333 0.011216588 0.999931872 -0.003227552 -0.173768327 -0.288126081 0.006322834 0.957571626 115.516609192\n0.957522988 -0.009884994 0.288187474 17.064874649 0.011301750 0.999930859 -0.003252658 -0.173700884 -0.288135409 0.006371517 0.957568467 115.515739441\n0.957524359 -0.009724384 0.288188487 17.064340591 0.011155321 0.999932230 -0.003323403 -0.172671199 -0.288136631 0.006397074 0.957567930 115.516342163\n0.957534194 -0.009757842 0.288154662 17.064615250 0.011135236 0.999933064 -0.003141300 -0.174013495 -0.288104713 0.006216572 0.957578719 115.515289307\n0.957539678 -0.009750014 0.288136661 17.065746307 0.011151937 0.999932587 -0.003224390 -0.173402756 -0.288085818 0.006300763 0.957583904 115.518440247\n0.957504511 -0.009622701 0.288257748 17.064672470 0.011036733 0.999933720 -0.003280601 -0.172354564 -0.288207084 0.006322614 0.957547247 115.516471863\n0.957524776 -0.009716770 0.288187325 17.064245224 0.011126660 0.999932826 -0.003254602 -0.172673479 -0.288136333 0.006322924 0.957568526 115.513717651\n0.957514644 -0.009727933 0.288220614 17.063280106 0.011137646 0.999932706 -0.003251607 -0.173422903 -0.288169593 0.006323561 0.957558513 115.515281677\n0.957508981 -0.009721056 0.288239598 17.063625336 0.011129757 0.999932766 -0.003248826 -0.172730014 -0.288188636 0.006318817 0.957552791 115.515914917\n0.957515597 -0.009678501 0.288218975 17.064886093 0.011085596 0.999933243 -0.003250224 -0.173025563 -0.288168281 0.006307219 0.957558990 115.516510010\n0.957487464 -0.009642479 0.288313597 17.063684464 0.011055915 0.999933541 -0.003274427 -0.172622368 -0.288262874 0.006322793 0.957530439 115.517898560\n0.957514822 -0.009744730 0.288219452 17.064540863 0.011153880 0.999932528 -0.003247290 -0.172296137 -0.288168371 0.006324093 0.957558870 115.515907288\n0.957506895 -0.009697733 0.288247347 17.063171387 0.011114470 0.999932885 -0.003278775 -0.172453001 -0.288196206 0.006343166 0.957550347 115.516227722\n0.957484305 -0.009598515 0.288325697 17.062065125 0.010996842 0.999934316 -0.003230440 -0.172981963 -0.288275748 0.006263767 0.957526922 115.516967773\n0.957501471 -0.009607703 0.288268328 17.064685822 0.011033644 0.999933600 -0.003322133 -0.171376005 -0.288217276 0.006361597 0.957543910 115.517967224\n0.957501769 -0.009600780 0.288267583 17.061828613 0.011004012 0.999934196 -0.003247720 -0.173309326 -0.288217425 0.006281797 0.957544386 115.514144897\n0.957517147 -0.009612217 0.288216174 17.063419342 0.011026589 0.999933839 -0.003284231 -0.171946242 -0.288165510 0.006322748 0.957559764 115.515983582\n0.957483768 -0.009588804 0.288327754 17.063421249 0.010984039 0.999934494 -0.003221552 -0.173009992 -0.288277954 0.006251587 0.957526386 115.516113281\n0.957494736 -0.009668307 0.288288623 17.063982010 0.011102819 0.999932766 -0.003341211 -0.171909481 -0.288236946 0.006400009 0.957537711 115.517189026\n0.957495391 -0.009560513 0.288290054 17.063405991 0.010977118 0.999934316 -0.003297566 -0.171769321 -0.288239568 0.006321998 0.957537472 115.516929626\n0.957510650 -0.009649857 0.288236320 17.063064575 0.011056365 0.999933600 -0.003252096 -0.173099011 -0.288185805 0.006300762 0.957553804 115.513107300\n0.957509339 -0.009703094 0.288239002 17.065217972 0.011125765 0.999932647 -0.003297898 -0.172258362 -0.288187593 0.006364648 0.957552791 115.516845703\n0.957495749 -0.009705728 0.288284123 17.061971664 0.011127320 0.999932647 -0.003292886 -0.173355490 -0.288232744 0.006360753 0.957539260 115.511711121\n0.957503438 -0.009638777 0.288260758 17.062950134 0.011057297 0.999933422 -0.003293074 -0.172195703 -0.288209826 0.006340514 0.957546294 115.516296387\n0.957496345 -0.009686121 0.288282663 17.063055038 0.011102477 0.999933004 -0.003278414 -0.172853470 -0.288231581 0.006339721 0.957539737 115.516090393\n0.957499087 -0.009632128 0.288275361 17.063156128 0.011066750 0.999933183 -0.003347211 -0.172416091 -0.288223863 0.006395223 0.957541704 115.514892578\n0.957477033 -0.009675035 0.288347244 17.062013626 0.011088984 0.999933183 -0.003270567 -0.172553942 -0.288296342 0.006328971 0.957520306 115.516326904\n0.957482100 -0.009689009 0.288329899 17.063030243 0.011116115 0.999932706 -0.003312609 -0.172532290 -0.288278401 0.006376871 0.957525432 115.516319275\n0.957495093 -0.009580465 0.288290381 17.064496994 0.010995859 0.999934137 -0.003290598 -0.172139704 -0.288239866 0.006320732 0.957537413 115.517959595\n0.957483828 -0.009717859 0.288323283 17.062421799 0.011150172 0.999932289 -0.003325806 -0.172297001 -0.288271427 0.006399260 0.957527339 115.516471863\n0.957511067 -0.009827307 0.288229078 17.063684464 0.011246026 0.999931455 -0.003266713 -0.173742190 -0.288177222 0.006369345 0.957555950 115.514274597\n0.957500577 -0.009629750 0.288270503 17.062692642 0.011052948 0.999933422 -0.003309725 -0.172187254 -0.288219422 0.006355302 0.957543314 115.515975952\n0.957503617 -0.009602945 0.288261324 17.064908981 0.011045232 0.999933302 -0.003377301 -0.170865193 -0.288209647 0.006417692 0.957545817 115.519065857\n0.957509696 -0.009607789 0.288240969 17.065052032 0.011030494 0.999933660 -0.003311997 -0.171850190 -0.288190037 0.006350710 0.957552195 115.517776489\n0.957489908 -0.009650054 0.288305253 17.062629700 0.011060062 0.999933541 -0.003262116 -0.172256455 -0.288254589 0.006312117 0.957533002 115.516098022\n0.957513869 -0.009597605 0.288227528 17.063642502 0.011040759 0.999933302 -0.003381755 -0.171990931 -0.288175851 0.006420327 0.957556009 115.515007019\n0.957523227 -0.009652763 0.288194448 17.065793991 0.011073101 0.999933243 -0.003298582 -0.172137976 -0.288143367 0.006349675 0.957566261 115.518127441\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0013_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999997497 0.000134006 -0.002232751 -0.005835448 -0.000131534 0.999999404 0.001107311 0.000302432 0.002232898 -0.001107014 0.999996901 1.270550370\n0.999990463 0.000993839 -0.004258982 0.000810425 -0.000994036 0.999999523 -0.000044089 -0.006550856 0.004258936 0.000048322 0.999990940 2.471915722\n0.999981701 0.002168403 -0.005644802 -0.021143030 -0.002186521 0.999992490 -0.003205549 -0.004789354 0.005637808 0.003217833 0.999978960 3.723565102\n0.999968886 0.003948422 -0.006825917 -0.041963164 -0.003976188 0.999983847 -0.004058884 -0.013797624 0.006809781 0.004085898 0.999968469 4.969930649\n0.999959648 0.004844237 -0.007564591 -0.064520605 -0.004880056 0.999976933 -0.004723832 -0.009160019 0.007541533 0.004760557 0.999960244 6.201082230\n0.999959350 0.003239307 -0.008415743 -0.064155601 -0.003280192 0.999982893 -0.004848877 -0.020220403 0.008399892 0.004876284 0.999952853 7.453091145\n0.999960363 0.002843556 -0.008435924 -0.097867794 -0.002899280 0.999974012 -0.006600639 -0.018160518 0.008416935 0.006624836 0.999942660 8.695868492\n0.999956012 0.001662976 -0.009232013 -0.111731678 -0.001711355 0.999984860 -0.005234902 -0.027715893 0.009223167 0.005250471 0.999943674 9.937987328\n0.999950767 0.001992858 -0.009721613 -0.135500550 -0.002023968 0.999992847 -0.003191287 -0.037859943 0.009715185 0.003210806 0.999947667 11.144326210\n0.999949455 0.002048420 -0.009845055 -0.163193300 -0.002056595 0.999997556 -0.000820302 -0.038711593 0.009843350 0.000840508 0.999951184 12.404179573\n0.999936163 0.002832425 -0.010940890 -0.184092864 -0.002839019 0.999995768 -0.000587196 -0.037223022 0.010939181 0.000618220 0.999939978 13.655203819\n0.999901175 0.002008075 -0.013915736 -0.201859072 -0.002023316 0.999997377 -0.001081273 -0.039171811 0.013913528 0.001109322 0.999902606 14.849244118\n0.999852002 0.000922267 -0.017178411 -0.230684161 -0.000960880 0.999997020 -0.002239683 -0.034122292 0.017176295 0.002255858 0.999849916 16.079292297\n0.999787152 -0.002940782 -0.020421755 -0.261307329 0.002872110 0.999990106 -0.003391214 -0.031493809 0.020431526 0.003331838 0.999785721 17.305673599\n0.999724448 -0.003472119 -0.023216506 -0.302649885 0.003343618 0.999978900 -0.005571418 -0.038139742 0.023235360 0.005492256 0.999714911 18.521266937\n0.999668181 -0.004945308 -0.025279559 -0.338226587 0.004820426 0.999975860 -0.004998614 -0.041711345 0.025303669 0.004875097 0.999667943 19.732584000\n0.999613047 -0.005404268 -0.027286144 -0.371716142 0.005315072 0.999980271 -0.003340397 -0.044624072 0.027303660 0.003194076 0.999622107 20.938669205\n0.999570549 -0.006239476 -0.028632356 -0.415290564 0.006167703 0.999977589 -0.002594345 -0.046181846 0.028647903 0.002416635 0.999586642 22.149477005\n0.999527454 -0.006559012 -0.030030543 -0.456666112 0.006487249 0.999975860 -0.002486457 -0.052911043 0.030046126 0.002290467 0.999545872 23.332780838\n0.999484360 -0.007257054 -0.031279117 -0.499309897 0.007162935 0.999969482 -0.003120009 -0.052288298 0.031300802 0.002894350 0.999505818 24.521396637\n0.999438047 -0.006973738 -0.032786772 -0.538584352 0.006836270 0.999967396 -0.004303027 -0.052748650 0.032815710 0.004076470 0.999453127 25.705486298\n0.999383688 -0.008693216 -0.034009133 -0.576066613 0.008510294 0.999948561 -0.005519673 -0.058234137 0.034055367 0.005226844 0.999406278 26.861230850\n0.999355435 -0.007837602 -0.035032649 -0.624564171 0.007628919 0.999952376 -0.006086534 -0.053359702 0.035078682 0.005815350 0.999367654 28.074588776\n0.999348521 -0.006441199 -0.035510398 -0.677346230 0.006306266 0.999972463 -0.003910504 -0.055680271 0.035534609 0.003684019 0.999361634 29.264305115\n0.999364197 -0.004903178 -0.035314661 -0.728155732 0.004826053 0.999985754 -0.002268848 -0.059335321 0.035325281 0.002096975 0.999373674 30.438137054\n0.999358892 -0.003601606 -0.035620529 -0.771805704 0.003517153 0.999990880 -0.002433290 -0.062453590 0.035628967 0.002306448 0.999362409 31.615861893\n0.999365985 -0.004308262 -0.035341438 -0.821101606 0.004171174 0.999983490 -0.003951780 -0.063540645 0.035357878 0.003801859 0.999367476 32.784965515\n0.999378920 -0.004778805 -0.034913756 -0.866757035 0.004578729 0.999972641 -0.005808282 -0.064535551 0.034940556 0.005644814 0.999373436 33.947856903\n0.999387741 -0.006259656 -0.034423832 -0.906968653 0.006039902 0.999960721 -0.006484078 -0.066820897 0.034463070 0.006272191 0.999386311 35.104419708\n0.999426723 -0.007199713 -0.033080883 -0.950933754 0.007023694 0.999960542 -0.005434022 -0.072399087 0.033118702 0.005198557 0.999437928 36.263481140\n0.999486387 -0.008051019 -0.031017758 -0.993078172 0.007929796 0.999960423 -0.004029190 -0.075115815 0.031048970 0.003781156 0.999510705 37.417427063\n0.999568582 -0.008042683 -0.028247276 -1.029134274 0.007935442 0.999960899 -0.003906539 -0.065548554 0.028277591 0.003680699 0.999593318 38.522041321\n0.999640763 -0.007874985 -0.025618298 -1.055015683 0.007778944 0.999962330 -0.003846432 -0.063235395 0.025647623 0.003645767 0.999664426 39.635643005\n0.999705136 -0.009180539 -0.022480626 -1.081490993 0.009100904 0.999951959 -0.003642167 -0.064659223 0.022512982 0.003436499 0.999740660 40.771728516\n0.999770880 -0.009884373 -0.018987304 -1.109808326 0.009826377 0.999946773 -0.003145337 -0.066387519 0.019017382 0.002958040 0.999814749 41.899517059\n0.999809504 -0.011530084 -0.015748326 -1.126578689 0.011488589 0.999930322 -0.002722770 -0.068571232 0.015778622 0.002541326 0.999872267 43.017517090\n0.999837875 -0.013169445 -0.012280513 -1.139586568 0.013136296 0.999909878 -0.002776175 -0.073325589 0.012315966 0.002614404 0.999920726 44.150524139\n0.999877214 -0.013239479 -0.008383747 -1.152891397 0.013218539 0.999909401 -0.002548181 -0.077262722 0.008416723 0.002437047 0.999961615 45.279125214\n0.999895394 -0.013799242 -0.004336913 -1.163231015 0.013790017 0.999902606 -0.002149932 -0.080366515 0.004366158 0.002089901 0.999988258 46.413547516\n0.999932230 -0.011630978 -0.000456262 -1.174278855 0.011629741 0.999928951 -0.002626296 -0.081746101 0.000486776 0.002620812 0.999996424 47.550285339\n0.999929845 -0.011196473 0.003865713 -1.182317734 0.011210715 0.999930382 -0.003682466 -0.079430275 -0.003824214 0.003725545 0.999985754 48.679309845\n0.999913931 -0.010839146 0.007391456 -1.180008531 0.010874506 0.999929547 -0.004760600 -0.077232301 -0.007339334 0.004840569 0.999961376 49.815914154\n0.999875546 -0.011632784 0.010654870 -1.169960976 0.011685149 0.999919891 -0.004865604 -0.082032926 -0.010597416 0.004989502 0.999931395 50.942108154\n0.999820888 -0.013206638 0.013557173 -1.159259796 0.013273855 0.999899983 -0.004880000 -0.084289193 -0.013491370 0.005059082 0.999896169 52.066757202\n0.999788940 -0.013503243 0.015482044 -1.142353177 0.013578944 0.999896288 -0.004794938 -0.086297490 -0.015415692 0.005004156 0.999868631 53.192581177\n0.999758899 -0.014270079 0.016688619 -1.124284983 0.014355032 0.999884546 -0.004981792 -0.090490296 -0.016615601 0.005220157 0.999848306 54.320407867\n0.999746263 -0.013848222 0.017767603 -1.109397769 0.013961151 0.999882996 -0.006247660 -0.093856186 -0.017679006 0.006494131 0.999822617 55.445880890\n0.999781370 -0.009226725 0.018763600 -1.104327440 0.009380293 0.999923110 -0.008112860 -0.096354797 -0.018687300 0.008287095 0.999791026 56.582862854\n0.999778867 -0.009368631 0.018825360 -1.090131402 0.009484358 0.999936640 -0.006067584 -0.099699184 -0.018767321 0.006244789 0.999804378 57.728622437\n0.999807298 -0.008049935 0.017904010 -1.073233247 0.008109317 0.999961853 -0.003246565 -0.094466291 -0.017877191 0.003391128 0.999834418 58.874988556\n0.999791145 -0.010629920 0.017456174 -1.056327820 0.010640429 0.999943256 -0.000509301 -0.096295208 -0.017449770 0.000694936 0.999847472 60.024379730\n0.999786019 -0.013541553 0.015638612 -1.028604388 0.013533873 0.999908209 0.000596797 -0.091645055 -0.015645260 -0.000385018 0.999877512 61.159126282\n0.999773502 -0.015069778 0.015027480 -1.028720975 0.015063449 0.999886394 0.000534247 -0.093800373 -0.015033824 -0.000307760 0.999886930 62.308635712\n0.999763310 -0.016452726 0.014236513 -1.016206980 0.016478511 0.999862790 -0.001695721 -0.090526551 -0.014206660 0.001929917 0.999897242 63.435436249\n0.999802649 -0.014839571 0.013207921 -1.006479979 0.014897380 0.999879837 -0.004289296 -0.091039091 -0.013142682 0.004485213 0.999903560 64.597129822\n0.999852180 -0.012452716 0.011856853 -1.003874302 0.012526941 0.999902248 -0.006206516 -0.090685643 -0.011778407 0.006354129 0.999910414 65.730537415\n0.999866724 -0.013127131 0.009705093 -0.995465815 0.013190337 0.999891996 -0.006477665 -0.096400894 -0.009619012 0.006604815 0.999931931 66.894363403\n0.999898851 -0.012468576 0.006846398 -0.997421324 0.012507662 0.999905527 -0.005696241 -0.097976923 -0.006774727 0.005781297 0.999960363 68.041358948\n0.999913812 -0.012835371 0.002758684 -0.993929625 0.012848658 0.999905646 -0.004853465 -0.102660008 -0.002696128 0.004888492 0.999984443 69.181434631\n0.999948740 -0.010018900 -0.001479155 -1.005017996 0.010010758 0.999935269 -0.005412547 -0.103664406 0.001533287 0.005397463 0.999984264 70.331527710\n0.999949813 -0.008423300 -0.005421857 -1.011742353 0.008389996 0.999945998 -0.006136139 -0.109503306 0.005473251 0.006090342 0.999966502 71.453956604\n0.999957263 -0.005387675 -0.007514555 -1.043166995 0.005343191 0.999968171 -0.005927232 -0.115595922 0.007546250 0.005886827 0.999954224 72.640510559\n0.999941468 -0.005024809 -0.009579348 -1.054669976 0.004969750 0.999971032 -0.005762870 -0.115188703 0.009608028 0.005714926 0.999937534 73.780334473\n0.999931514 -0.004623435 -0.010751147 -1.072430611 0.004565243 0.999974847 -0.005430946 -0.120192699 0.010775986 0.005381492 0.999927461 74.971817017\n0.999892950 -0.007946841 -0.012284100 -1.106671929 0.007857937 0.999942720 -0.007268754 -0.127351239 0.012341159 0.007171448 0.999898136 76.109817505\n0.999852240 -0.009104428 -0.014582829 -1.116837740 0.008930734 0.999888957 -0.011931971 -0.128738105 0.014689843 0.011799973 0.999822497 77.267433167\n0.999801934 -0.011468947 -0.016266609 -1.142651439 0.011246405 0.999842823 -0.013707063 -0.139723465 0.016421257 0.013521408 0.999773741 78.449348450\n0.999767601 -0.011177803 -0.018433817 -1.165477633 0.010993512 0.999888897 -0.010068677 -0.140800282 0.018544313 0.009863685 0.999779403 79.611503601\n0.999736249 -0.010761966 -0.020287355 -1.195420980 0.010689967 0.999936163 -0.003654052 -0.140612006 0.020325385 0.003436217 0.999787509 80.802749634\n0.999696374 -0.009338741 -0.022802833 -1.227168202 0.009337044 0.999956369 -0.000180868 -0.139432341 0.022803528 -0.000032098 0.999739945 81.970497131\n0.999661744 -0.008982683 -0.024408076 -1.268320799 0.008972405 0.999959588 -0.000530545 -0.136456296 0.024411855 0.000311367 0.999701917 83.152297974\n0.999606609 -0.008098554 -0.026851865 -1.304380417 0.008002022 0.999961138 -0.003700494 -0.129944906 0.026880790 0.003484169 0.999632597 84.328193665\n0.999539196 -0.006009718 -0.029753281 -1.355426073 0.005827212 0.999963701 -0.006216890 -0.130092710 0.029789561 0.006040646 0.999537945 85.501106262\n0.999448955 -0.005681249 -0.032703459 -1.401487112 0.005466914 0.999962986 -0.006639580 -0.132916033 0.032739971 0.006457135 0.999443054 86.679679871\n0.999337018 -0.003506627 -0.036237914 -1.454437852 0.003282227 0.999975085 -0.006250055 -0.132470042 0.036258928 0.006126970 0.999323666 87.881195068\n0.999177337 -0.002788694 -0.040458150 -1.506080985 0.002574620 0.999982417 -0.005342385 -0.140707895 0.040472336 0.005233826 0.999166965 89.067077637\n0.998975456 -0.001122574 -0.045240965 -1.562310219 0.000849392 0.999981284 -0.006057155 -0.139819711 0.045246918 0.006012522 0.998957753 90.270034790\n0.998779476 0.000226125 -0.049391102 -1.621038198 -0.000572394 0.999975383 -0.006996724 -0.140564173 0.049388304 0.007016456 0.998754978 91.468696594\n0.998577833 0.002090974 -0.053271983 -1.707268715 -0.002432414 0.999976933 -0.006345354 -0.144139796 0.053257488 0.006465910 0.998559892 92.656578064\n0.998347580 0.002846117 -0.057393964 -1.784750104 -0.003141773 0.999982238 -0.005061766 -0.151334092 0.057378542 0.005233720 0.998338759 93.849769592\n0.998067260 0.004379912 -0.061988365 -1.871762276 -0.004647724 0.999980450 -0.004176829 -0.154378042 0.061968859 0.004456860 0.998068154 95.044715881\n0.997760892 0.004657266 -0.066719584 -1.957129478 -0.004979984 0.999976695 -0.004671421 -0.161208615 0.066696271 0.004993224 0.997760832 96.243225098\n0.997421443 0.005083292 -0.071586616 -2.048525333 -0.005550718 0.999964535 -0.006332095 -0.157520235 0.071551889 0.006713124 0.997414291 97.448890686\n0.997100294 0.006113544 -0.075852782 -2.140681028 -0.006594028 0.999959767 -0.006085594 -0.158913955 0.075812526 0.006568123 0.997100472 98.640373230\n0.996821404 0.008180887 -0.079247348 -2.244510889 -0.008542412 0.999954581 -0.004224053 -0.166531339 0.079209186 0.004887590 0.996846020 99.835861206\n0.996566713 0.008564225 -0.082349464 -2.341940880 -0.008813953 0.999957621 -0.002669482 -0.168507427 0.082323112 0.003386141 0.996599913 101.031814575\n0.996316493 0.008279875 -0.085351266 -2.448767424 -0.008449059 0.999962986 -0.001621171 -0.167485937 0.085334688 0.002336337 0.996349633 102.242538452\n0.996117771 0.008778892 -0.087591901 -2.558557987 -0.008900802 0.999959886 -0.001001303 -0.171192989 0.087579593 0.001777054 0.996155918 103.426139832\n0.995899558 0.009576649 -0.089957610 -2.670572042 -0.009734854 0.999951720 -0.001320057 -0.168806911 0.089940630 0.002190369 0.995944738 104.624771118\n0.995737016 0.009408900 -0.091756843 -2.792942286 -0.009625172 0.999951839 -0.001914773 -0.159573972 0.091734409 0.002789786 0.995779574 105.826583862\n0.995507360 0.008781594 -0.094276048 -2.917277575 -0.008976222 0.999958396 -0.001640568 -0.166299134 0.094257720 0.002479441 0.995544732 107.003547668\n0.995255470 0.009415556 -0.096839242 -3.033965588 -0.009761726 0.999947548 -0.003101542 -0.167246997 0.096804954 0.004032145 0.995295227 108.201736450\n0.995089591 0.008354547 -0.098624915 -3.166321993 -0.008771589 0.999954343 -0.003795712 -0.173242822 0.098588705 0.004642171 0.995117426 109.398468018\n0.994892299 0.011466602 -0.100288540 -3.299109936 -0.011926048 0.999920964 -0.003982896 -0.168800130 0.100234941 0.005158599 0.994950414 110.604934692\n0.994755685 0.011199740 -0.101664603 -3.429165125 -0.011569634 0.999928415 -0.003049457 -0.168229878 0.101623170 0.004209687 0.994814038 111.779953003\n0.994511545 0.012983946 -0.103818297 -3.551787138 -0.013202355 0.999911845 -0.001416833 -0.163284421 0.103790753 0.002779703 0.994595289 112.978759766\n0.994529247 0.012072574 -0.103758425 -3.697228432 -0.012013939 0.999927104 0.001190077 -0.160946697 0.103765227 0.000062981 0.994601846 114.179130554\n0.994330645 0.013862341 -0.105424948 -3.825853109 -0.013897335 0.999903321 0.000402707 -0.160011336 0.105420344 0.001064702 0.994427204 115.373565674\n0.994272947 0.014643414 -0.105862468 -3.975977898 -0.015190545 0.999875069 -0.004363802 -0.162559658 0.105785340 0.005946919 0.994371235 116.584510803\n0.994124889 0.015474883 -0.107127316 -4.107676983 -0.016409839 0.999834538 -0.007851467 -0.158256292 0.106988095 0.009563280 0.994214296 117.780982971\n0.994077146 0.015337192 -0.107588887 -4.248582363 -0.016327836 0.999831975 -0.008332771 -0.162576407 0.107443005 0.010040111 0.994160533 118.985992432\n0.994073391 0.012865108 -0.107946932 -4.383867741 -0.013901853 0.999864161 -0.008857152 -0.166889995 0.107818313 0.010305322 0.994117200 120.187301636\n0.994018674 0.008452002 -0.108882532 -4.510490894 -0.009561528 0.999907494 -0.009672044 -0.178343624 0.108790711 0.010655276 0.994007587 121.405868530\n0.993960977 0.004659833 -0.109635197 -4.645590782 -0.005774540 0.999934793 -0.009852109 -0.181119442 0.109582141 0.010425705 0.993923068 122.619873047\n0.993872046 0.001811181 -0.110521615 -4.774748802 -0.002714244 0.999964118 -0.008021013 -0.184701651 0.110503122 0.008271844 0.993841350 123.844787598\n0.993757367 0.001594667 -0.111551389 -4.917421341 -0.002323600 0.999976814 -0.006404813 -0.192758292 0.111538582 0.006624031 0.993738055 125.061813354\n0.993818104 0.002241608 -0.110998131 -5.067825794 -0.003011623 0.999972522 -0.006770009 -0.192335159 0.110979907 0.007062442 0.993797541 126.287292480\n0.993658543 0.003991113 -0.112369038 -5.207850933 -0.004795580 0.999964774 -0.006889765 -0.192877144 0.112337582 0.007384948 0.993642628 127.544532776\n0.993636310 0.004007010 -0.112564586 -5.351958275 -0.004780841 0.999966741 -0.006605450 -0.193499953 0.112534374 0.007101568 0.993622482 128.793777466\n0.993528366 0.003753996 -0.113522038 -5.499931812 -0.004542215 0.999967337 -0.006685453 -0.196358576 0.113493226 0.007157828 0.993512988 130.064819336\n0.993422449 0.002698241 -0.114474945 -5.645105839 -0.003527787 0.999968946 -0.007044557 -0.198202968 0.114452384 0.007402064 0.993401170 131.328659058\n0.993314207 0.000734565 -0.115440063 -5.793468952 -0.001708388 0.999963760 -0.008337029 -0.205980048 0.115429759 0.008478506 0.993279457 132.612945557\n0.993254721 0.000797181 -0.115950294 -5.949181080 -0.002030916 0.999942601 -0.010522452 -0.209492147 0.115935244 0.010686961 0.993199289 133.889587402\n0.993105948 0.000217228 -0.117220245 -6.107438087 -0.001577607 0.999932468 -0.011512668 -0.222692862 0.117209829 0.011618227 0.993039191 135.208511353\n0.992981672 0.001635440 -0.118257120 -6.265362740 -0.003002484 0.999930680 -0.011382701 -0.226244688 0.118230306 0.011657878 0.992917776 136.506729126\n0.992909193 0.002147052 -0.118856139 -6.434650898 -0.003281108 0.999950945 -0.009346554 -0.227519780 0.118830241 0.009670259 0.992867470 137.832305908\n0.992837250 0.002155493 -0.119455084 -6.600266457 -0.002919216 0.999976397 -0.006218774 -0.229060650 0.119438864 0.006522946 0.992820144 139.153350830\n0.992730260 0.001194524 -0.120354548 -6.766195297 -0.001938876 0.999979734 -0.006067754 -0.228172049 0.120344855 0.006256995 0.992712438 140.488174438\n0.992572069 -0.001589329 -0.121647626 -6.926469326 0.000596014 0.999966204 -0.008201463 -0.231388479 0.121656552 0.008068039 0.992539465 141.827545166\n0.992406845 -0.003148060 -0.122958228 -7.096906662 0.001799450 0.999936998 -0.011077544 -0.229054675 0.122985356 0.010772173 0.992350042 143.182662964\n0.992293894 -0.005142977 -0.123799838 -7.264062405 0.003768130 0.999928653 -0.011336996 -0.239452615 0.123849310 0.010783138 0.992242455 144.542877197\n0.992193401 -0.004031773 -0.124643490 -7.449246407 0.002710945 0.999938369 -0.010764649 -0.240561470 0.124679215 0.010342712 0.992143214 145.903320312\n0.992110550 -0.003943596 -0.125304267 -7.629001141 0.002853038 0.999956489 -0.008881547 -0.247402012 0.125333846 0.008453978 0.992078602 147.269821167\n0.992044687 -0.002676855 -0.125857994 -7.814568520 0.001661582 0.999965250 -0.008171106 -0.253442079 0.125875488 0.007896978 0.992014647 148.649642944\n0.991959393 -0.002327243 -0.126535088 -8.002002716 0.001040027 0.999947071 -0.010237914 -0.250190794 0.126552209 0.010023995 0.991909325 150.052352905\n0.991812468 -0.003966903 -0.127641305 -8.183765411 0.002701023 0.999945462 -0.010089044 -0.258436650 0.127674356 0.009661677 0.991769075 151.466064453\n0.991708994 -0.005599048 -0.128381938 -8.372173309 0.004644535 0.999959290 -0.007733122 -0.261992216 0.128420010 0.007072732 0.991694629 152.869659424\n0.991575539 -0.005457269 -0.129414812 -8.561870575 0.004727728 0.999971151 -0.005943774 -0.265669346 0.129443511 0.005281862 0.991572738 154.283096313\n0.991438568 -0.004955226 -0.130479962 -8.751123428 0.004383514 0.999979496 -0.004668457 -0.271576494 0.130500421 0.004056528 0.991439939 155.691482544\n0.991288722 -0.004603004 -0.131626502 -8.943793297 0.003989183 0.999979913 -0.004926664 -0.274132401 0.131646529 0.004358665 0.991287112 157.094604492\n0.991119087 -0.003799952 -0.132923022 -9.141289711 0.003267996 0.999985754 -0.004219921 -0.284016728 0.132937163 0.003748052 0.991117358 158.498901367\n0.990972877 -0.004055814 -0.134001002 -9.338898659 0.003492862 0.999984086 -0.004435923 -0.285058051 0.134016857 0.003927832 0.990971267 159.908065796\n0.990734696 -0.005608030 -0.135695681 -9.531351089 0.005093049 0.999978423 -0.004141979 -0.287087739 0.135715991 0.003412498 0.990741909 161.315673828\n0.990528166 -0.007040825 -0.137128919 -9.727872849 0.006701424 0.999973238 -0.002936558 -0.288925529 0.137145936 0.001989785 0.990548849 162.714080811\n0.990323544 -0.008087534 -0.138542056 -9.926500320 0.007995537 0.999967277 -0.001220572 -0.293264210 0.138547391 0.000101043 0.990355790 164.118087769\n0.990104079 -0.009141115 -0.140036955 -10.121540070 0.009478291 0.999953568 0.001740999 -0.289263964 0.140014529 -0.003051081 0.990144730 165.529449463\n0.989973187 -0.007277543 -0.141067967 -10.328540802 0.008151391 0.999951005 0.005617653 -0.286244601 0.141020179 -0.006711225 0.989983976 166.937942505\n0.989906728 -0.006412543 -0.141575113 -10.545132637 0.007308648 0.999956429 0.005810457 -0.279411674 0.141531676 -0.006786533 0.989910483 168.343322754\n0.989937007 -0.004875942 -0.141424611 -10.756738663 0.004764970 0.999988019 -0.001123305 -0.269829392 0.141428396 0.000438117 0.989948392 169.739181519\n0.989966393 -0.003346842 -0.141263202 -10.963187218 0.002092601 0.999957085 -0.009026363 -0.267730087 0.141287357 0.008640189 0.989930928 171.131393433\n0.989972234 -0.003593286 -0.141216233 -11.162064552 0.002147661 0.999943733 -0.010388034 -0.276082695 0.141245618 0.009980581 0.989924252 172.519882202\n0.989972591 -0.006332208 -0.141117662 -11.359735489 0.005472241 0.999963999 -0.006481202 -0.288958609 0.141153634 0.005643982 0.989971638 173.899856567\n0.989908099 -0.009502912 -0.141391963 -11.553273201 0.008819400 0.999946177 -0.005460035 -0.294855714 0.141436234 0.004157941 0.989938617 175.291549683\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0014_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999985576 -0.000310285 0.005365537 0.004618731 0.000304723 0.999999404 0.001037305 -0.005447164 -0.005365855 -0.001035655 0.999985039 0.815925062\n0.999929965 0.000797060 0.011809594 0.012872191 -0.000836905 0.999993980 0.003369346 -0.006533688 -0.011806837 -0.003378993 0.999924600 1.617445946\n0.999802947 0.000722378 0.019837379 0.025679549 -0.000840416 0.999981999 0.005942581 -0.004882874 -0.019832728 -0.005958082 0.999785542 2.395962000\n0.999577224 0.002094440 0.028999021 0.045775916 -0.002343052 0.999960780 0.008541798 -0.004653554 -0.028979992 -0.008606133 0.999542952 3.161467791\n0.999156058 0.004371917 0.040841501 0.072696432 -0.004743545 0.999948204 0.009006795 -0.002714826 -0.040800009 -0.009192928 0.999125063 3.902759314\n0.998494804 0.006880082 0.054413121 0.110029377 -0.007323996 0.999941468 0.007963031 -0.008770387 -0.054355148 -0.008349566 0.998486757 4.637808323\n0.997512639 0.007683892 0.070067912 0.161487415 -0.008050321 0.999955356 0.004948733 -0.004654009 -0.070026755 -0.005500493 0.997529924 5.330626965\n0.996050239 0.008763131 0.088357642 0.216366172 -0.009042328 0.999955297 0.002760080 0.003610091 -0.088329509 -0.003548137 0.996084988 6.023694515\n0.993938804 0.009776319 0.109499440 0.295425236 -0.010083462 0.999946654 0.002251573 0.004491053 -0.109471582 -0.003342059 0.993984282 6.676440716\n0.991091728 0.008660769 0.132899165 0.389896035 -0.008954884 0.999958575 0.001615528 0.004838167 -0.132879674 -0.002791233 0.991128266 7.315709114\n0.987269759 0.009287791 0.158783302 0.499874443 -0.009347337 0.999956250 -0.000371835 0.001007641 -0.158779800 -0.001117100 0.987313390 7.937054634\n0.981921315 0.012805058 0.188855946 0.622821927 -0.012031960 0.999913871 -0.005239532 -0.004360044 -0.188906774 0.002872501 0.981990814 8.528264046\n0.974923730 0.016145257 0.221952915 0.771215379 -0.013841508 0.999832988 -0.011931120 -0.010664532 -0.222108483 0.008559769 0.974984407 9.138176918\n0.966135621 0.018366121 0.257380426 0.939585924 -0.014462873 0.999750018 -0.017050376 -0.014371106 -0.257629216 0.012750515 0.966159701 9.722693443\n0.955693781 0.018268449 0.293795198 1.137416482 -0.013175111 0.999726832 -0.019306261 -0.027901815 -0.294067621 0.014580089 0.955673397 10.305101395\n0.943160236 0.019361885 0.331773847 1.359454989 -0.012580753 0.999665976 -0.022574870 -0.037531272 -0.332100123 0.017117755 0.943088830 10.866926193\n0.928409636 0.021021623 0.370963186 1.584901571 -0.012510543 0.999600708 -0.025334915 -0.059450548 -0.371347636 0.018880228 0.928301930 11.408396721\n0.912008047 0.021343391 0.409616709 1.845644951 -0.011487239 0.999582589 -0.026507780 -0.074485078 -0.410011500 0.019469943 0.911872506 11.947194099\n0.894311845 0.020781968 0.446961343 2.139940500 -0.009499276 0.999577522 -0.027469654 -0.086635642 -0.447343379 0.020320630 0.894131422 12.479270935\n0.875051320 0.017360162 0.483718783 2.440443993 -0.004188989 0.999590814 -0.028296357 -0.101294599 -0.484012097 0.022734471 0.874765933 12.978770256\n0.854438484 0.015410413 0.519323945 2.762715816 -0.000206153 0.999570012 -0.029322047 -0.121934220 -0.519552529 0.024946826 0.854074240 13.458754539\n0.831822276 0.016081642 0.554809093 3.106767178 0.001425894 0.999514937 -0.031109679 -0.137290910 -0.555040240 0.026668824 0.831395864 13.940490723\n0.806707084 0.020044347 0.590611458 3.470638275 -0.000900097 0.999465108 -0.032690715 -0.153099492 -0.590950847 0.025840223 0.806293607 14.413815498\n0.778959453 0.026493516 0.626514435 3.852907181 -0.006559289 0.999396682 -0.034106337 -0.170688555 -0.627040029 0.022457965 0.778663278 14.870558739\n0.748723745 0.029155791 0.662240684 4.273924828 -0.008569589 0.999374509 -0.034309730 -0.188295245 -0.662826777 0.020013379 0.748505235 15.326459885\n0.715195894 0.026630701 0.698416531 4.727830887 -0.006457664 0.999482989 -0.031497594 -0.206736088 -0.698894203 0.018016811 0.714998126 15.761811256\n0.678274512 0.024905128 0.734386504 5.199750900 -0.004253925 0.999541819 -0.029968401 -0.223932162 -0.734796345 0.017202778 0.678069651 16.166177750\n0.639040232 0.025894497 0.768737316 5.699388027 -0.003329314 0.999516904 -0.030900570 -0.234707907 -0.769166112 0.017187340 0.638817728 16.551767349\n0.597584248 0.026674693 0.801362336 6.210657597 -0.003290570 0.999519646 -0.030816883 -0.254220635 -0.801799417 0.015778746 0.597384930 16.902221680\n0.553827047 0.027098108 0.832190692 6.748391628 -0.004753646 0.999556899 -0.029384376 -0.275541902 -0.832618237 0.012317925 0.553710461 17.241184235\n0.508779466 0.027510000 0.860457301 7.311081886 -0.006474198 0.999583304 -0.028129926 -0.288785905 -0.860872567 0.008741159 0.508745551 17.550209045\n0.462048411 0.026594175 0.886455894 7.897825718 -0.004646055 0.999609172 -0.027567169 -0.305424571 -0.886842549 0.008618843 0.461991370 17.824623108\n0.413606942 0.024484497 0.910126269 8.509859085 -0.001684602 0.999657214 -0.026127517 -0.320430756 -0.910453975 0.009273320 0.413506389 18.069982529\n0.364117622 0.022616273 0.931078374 9.151239395 0.002006213 0.999683738 -0.025067298 -0.335179001 -0.931350827 0.010995386 0.363957107 18.294204712\n0.315760672 0.021496728 0.948595464 9.799036980 0.004841852 0.999693811 -0.024266422 -0.349941730 -0.948826671 0.012255342 0.315559864 18.492582321\n0.271621108 0.020286558 0.962190449 10.460108757 0.008441903 0.999689102 -0.023460275 -0.362234265 -0.962367237 0.014495024 0.271365404 18.656690598\n0.233824313 0.019436700 0.972084641 11.161101341 0.012981491 0.999648631 -0.023110397 -0.381200194 -0.972192228 0.018022880 0.233489871 18.798999786\n0.200814784 0.019566832 0.979433835 11.859359741 0.017018890 0.999579906 -0.023458716 -0.391834378 -0.979481399 0.021379733 0.200397432 18.924194336\n0.172540605 0.019743094 0.984804630 12.573934555 0.020288071 0.999515772 -0.023592552 -0.401652575 -0.984793544 0.024050457 0.172056496 19.036169052\n0.148934245 0.019798927 0.988648891 13.344893456 0.020236202 0.999529123 -0.023065286 -0.413110197 -0.988640010 0.023441710 0.148463488 19.151941299\n0.129695296 0.019397438 0.991364121 14.087100983 0.021312032 0.999523103 -0.022345230 -0.424661815 -0.991324842 0.024026059 0.129220068 19.243392944\n0.114885092 0.019553963 0.993186295 14.861537933 0.023806479 0.999464929 -0.022431349 -0.432838261 -0.993093491 0.026221296 0.114358127 19.332815170\n0.105186045 0.020122735 0.994248927 15.695919991 0.027907005 0.999341786 -0.023178214 -0.452262878 -0.994060934 0.030184533 0.104555249 19.426719666\n0.099664271 0.020904604 0.994801581 16.503755569 0.029922545 0.999264121 -0.023996176 -0.458057880 -0.994571149 0.032158557 0.098965406 19.506149292\n0.097004592 0.020618115 0.995070398 17.359605789 0.032407183 0.999189854 -0.023862693 -0.471514016 -0.994756222 0.034562219 0.096257865 19.586494446\n0.095573545 0.021168662 0.995197296 18.209289551 0.033964071 0.999122381 -0.024513885 -0.478879511 -0.994842827 0.036143828 0.094770670 19.667329788\n0.094947934 0.020531794 0.995270491 19.074602127 0.034284849 0.999126732 -0.023882089 -0.494602263 -0.994891703 0.036390252 0.094161093 19.757139206\n0.095525682 0.019572081 0.995234609 20.000282288 0.035374302 0.999108434 -0.023043601 -0.505879581 -0.994798303 0.037406985 0.094748199 19.856334686\n0.096878290 0.018502774 0.995124280 20.907043457 0.036284778 0.999096870 -0.022109073 -0.516789675 -0.994634628 0.038249753 0.096119404 19.941099167\n0.097293019 0.019482234 0.995065212 21.833095551 0.036765516 0.999055624 -0.023155138 -0.531105518 -0.994576573 0.038836919 0.096484900 20.048006058\n0.098730743 0.021321768 0.994885802 22.775831223 0.036635466 0.999014795 -0.025045903 -0.540389657 -0.994439662 0.038920905 0.097852349 20.138208389\n0.099374413 0.021629894 0.994815052 23.720161438 0.037829798 0.998958826 -0.025498901 -0.551751494 -0.994330823 0.040167589 0.098452687 20.241054535\n0.100752473 0.019440042 0.994721591 24.691467285 0.038725182 0.998974800 -0.023445526 -0.563707471 -0.994157553 0.040882967 0.099896312 20.338081360\n0.101629972 0.017396240 0.994670212 25.671089172 0.040114287 0.998962224 -0.021569967 -0.575209200 -0.994013250 0.042092640 0.100826681 20.436094284\n0.102979422 0.017797671 0.994524240 26.670106888 0.039139822 0.998993039 -0.021930434 -0.590631723 -0.993913114 0.041183885 0.102179170 20.548686981\n0.104283810 0.019937081 0.994347692 27.685647964 0.039237201 0.998938203 -0.024144188 -0.606569648 -0.993773282 0.041533273 0.103390813 20.658590317\n0.105918944 0.022355622 0.994123459 28.708858490 0.037143540 0.998960555 -0.026421862 -0.618985534 -0.993680835 0.039723840 0.104978502 20.774902344\n0.107841671 0.023820983 0.993882716 29.756704330 0.035286970 0.998991251 -0.027772253 -0.633591890 -0.993541718 0.038066115 0.106892288 20.893789291\n0.109903812 0.022537334 0.993686676 30.811178207 0.032246802 0.999135733 -0.026227487 -0.656185865 -0.993418992 0.034925722 0.109082103 21.020595551\n0.112027884 0.020587182 0.993491888 31.879747391 0.030817932 0.999232471 -0.024181228 -0.676045537 -0.993227184 0.033326335 0.111307442 21.151121140\n0.114648640 0.017940093 0.993244112 32.949684143 0.029163856 0.999345183 -0.021416631 -0.694610953 -0.992977977 0.031422216 0.114050329 21.282426834\n0.117265165 0.016104255 0.992970049 34.035804749 0.029579818 0.999368250 -0.019701261 -0.711190343 -0.992659986 0.031682145 0.116714716 21.416805267\n0.120326102 0.014444579 0.992629349 35.110927582 0.031015368 0.999351323 -0.018302070 -0.725544095 -0.992249846 0.032988984 0.119800091 21.540340424\n0.123236597 0.014650529 0.992269278 36.209278107 0.032526698 0.999294162 -0.018793963 -0.739890039 -0.991844237 0.034591347 0.122673094 21.675815582\n0.126132965 0.016780261 0.991871417 37.279895782 0.034501761 0.999177814 -0.021291342 -0.758980691 -0.991413176 0.036906850 0.125450313 21.814098358\n0.129099965 0.018097617 0.991466522 38.365921021 0.037017465 0.999048591 -0.023056107 -0.771763444 -0.990940511 0.039678115 0.128307223 21.952396393\n0.131701589 0.015267954 0.991171777 39.458503723 0.036470968 0.999129772 -0.020236604 -0.790732563 -0.990618229 0.038814187 0.131030142 22.097877502\n0.133599997 0.008491401 0.990999103 40.572101593 0.038238470 0.999174476 -0.013716518 -0.810278177 -0.990297496 0.039726812 0.133165002 22.250354767\n0.135365307 0.004400776 0.990786076 41.686187744 0.038604449 0.999207377 -0.009712486 -0.818712711 -0.990043461 0.039563481 0.135088146 22.402820587\n0.136418819 0.005461773 0.990636349 42.815452576 0.041093122 0.999092937 -0.011167265 -0.833200455 -0.989798725 0.042231761 0.136070609 22.567676544\n0.137704253 0.013446498 0.990382195 43.890388489 0.040873345 0.998978972 -0.019246316 -0.831866682 -0.989629805 0.043130532 0.137014031 22.708065033\n0.138531864 0.019174090 0.990172446 45.010063171 0.038190749 0.998965442 -0.024687512 -0.846064806 -0.989621401 0.041235428 0.137656271 22.864459991\n0.138983071 0.019136153 0.990109921 46.132659912 0.037732817 0.998984933 -0.024604296 -0.868222058 -0.989575684 0.040779214 0.138119936 23.016731262\n0.139209509 0.017038863 0.990116477 47.269020081 0.037188593 0.999056697 -0.022421407 -0.886118233 -0.989564538 0.039942309 0.138444543 23.164268494\n0.138124764 0.014524858 0.990308404 48.396896362 0.036856256 0.999124527 -0.019794749 -0.910773456 -0.989728928 0.039233204 0.137468517 23.325012207\n0.138157010 0.014575407 0.990303159 49.541973114 0.036946196 0.999119878 -0.019859536 -0.926902056 -0.989721060 0.039331667 0.137496948 23.477558136\n0.137498677 0.015568164 0.990379632 50.687404633 0.037647922 0.999071836 -0.020931626 -0.941392958 -0.989786208 0.040163804 0.136784971 23.636707306\n0.137411475 0.014442114 0.990408838 51.842269897 0.037907906 0.999084473 -0.019828053 -0.956348002 -0.989788473 0.040268924 0.136738181 23.791549683\n0.136507094 0.013747315 0.990543723 53.005844116 0.038860686 0.999059737 -0.019220905 -0.974835038 -0.989876628 0.041116998 0.135844529 23.957363129\n0.136030018 0.013521690 0.990612507 54.175308228 0.038573124 0.999076366 -0.018934051 -0.989573836 -0.989953578 0.040786617 0.135382831 24.112400055\n0.135381043 0.009852415 0.990744710 55.354194641 0.040772431 0.999048114 -0.015506372 -0.998243451 -0.989954412 0.042494338 0.134850442 24.268459320\n0.134888709 0.003513080 0.990854621 56.559909821 0.043555200 0.999006152 -0.009471315 -1.007941723 -0.989903092 0.044434439 0.134601653 24.429084778\n0.134407580 -0.000136900 0.990926206 57.751277924 0.047043145 0.998873353 -0.006242860 -1.017413855 -0.989808917 0.047455367 0.134262621 24.583461761\n0.134361207 -0.000334229 0.990932405 58.982975006 0.052913755 0.998575687 -0.006837809 -1.008039951 -0.989518702 0.053352688 0.134187520 24.732440948\n0.135038018 0.001408114 0.990839541 60.197963715 0.054620802 0.998467863 -0.008863037 -1.011061192 -0.989333868 0.055317290 0.134754181 24.886367798\n0.135883808 0.004178716 0.990715981 61.418693542 0.058980726 0.998183370 -0.012299845 -1.013725519 -0.988967597 0.060104501 0.135390520 25.038734436\n0.137602270 0.007988697 0.990455449 62.639911652 0.058167376 0.998176515 -0.016132077 -1.018381357 -0.988778234 0.059831999 0.136886656 25.199474335\n0.139151096 0.012649153 0.990190387 63.923400879 0.055739705 0.998233140 -0.020584978 -1.030056715 -0.988701165 0.058057342 0.138200164 25.364604950\n0.141100466 0.015206100 0.989878595 65.152626038 0.054345399 0.998255372 -0.023081359 -1.044653296 -0.988502622 0.057052132 0.140027940 25.528659821\n0.142461002 0.014755929 0.989690423 66.445953369 0.052239176 0.998383224 -0.022405107 -1.065693140 -0.988420963 0.054892469 0.141459823 25.698680878\n0.142949462 0.015078074 0.989615262 67.701622009 0.049769923 0.998509407 -0.022402840 -1.086505651 -0.988477945 0.052455544 0.141985953 25.886543274\n0.145423591 0.017087113 0.989221931 68.993522644 0.049793277 0.998457372 -0.024566654 -1.098641038 -0.988115728 0.052829172 0.144348383 26.061153412\n0.148078322 0.018730395 0.988798320 70.260963440 0.051482648 0.998319030 -0.026620576 -1.126146078 -0.987634838 0.054847885 0.146865129 26.236572266\n0.150094390 0.022557046 0.988414407 71.576698303 0.050377984 0.998266459 -0.030431980 -1.143675804 -0.987387419 0.054361995 0.148697853 26.430400848\n0.153140366 0.022945654 0.987938106 72.873008728 0.049979221 0.998271108 -0.030932935 -1.167328954 -0.986939847 0.054113455 0.151728809 26.605552673\n0.155201077 0.021287533 0.987653494 74.199729919 0.047003482 0.998476386 -0.028906990 -1.197495580 -0.986764073 0.050909553 0.153964043 26.793800354\n0.157819092 0.019586803 0.987273753 75.517608643 0.044759192 0.998633742 -0.026967086 -1.222260237 -0.986453116 0.048445493 0.156726778 26.986900330\n0.158833385 0.019767046 0.987107575 76.856399536 0.042207230 0.998749614 -0.026791660 -1.250232697 -0.986402869 0.045918487 0.157800436 27.206672668\n0.161787987 0.018694440 0.986648500 78.189147949 0.042282496 0.998771012 -0.025857506 -1.274376869 -0.985919297 0.045901395 0.160798728 27.410041809\n0.165845335 0.016801903 0.986008644 79.521820068 0.043745656 0.998745263 -0.024376901 -1.293319464 -0.985181034 0.047176391 0.164902210 27.592292786\n0.167250991 0.014875311 0.985802114 80.848976135 0.043697279 0.998791754 -0.022484994 -1.319849610 -0.984945476 0.046837509 0.166398942 27.815246582\n0.168302715 0.014387827 0.985630333 82.177352905 0.043036629 0.998832822 -0.021929333 -1.344189167 -0.984795451 0.046108972 0.167487085 28.048973083\n0.170838892 0.014466374 0.985192776 83.528503418 0.043836545 0.998790503 -0.022267589 -1.366228580 -0.984323382 0.046991620 0.169998109 28.266448975\n0.172963858 0.014570377 0.984820366 84.887367249 0.045438163 0.998707950 -0.022756141 -1.386369109 -0.983879507 0.048684422 0.172078311 28.493858337\n0.175101638 0.013011696 0.984464347 86.256431580 0.046985101 0.998662949 -0.021556359 -1.408193469 -0.983428597 0.050029714 0.174256206 28.725540161\n0.177662253 0.012164518 0.984016418 87.631820679 0.046991512 0.998678088 -0.020830004 -1.429916143 -0.982969046 0.049941123 0.176855803 28.962867737\n0.178290069 0.010512744 0.983921826 89.007469177 0.047997095 0.998659670 -0.019367453 -1.453433394 -0.982806683 0.050678413 0.177546501 29.215621948\n0.180364072 0.009070903 0.983558118 90.389579773 0.048280578 0.998670459 -0.018063933 -1.469607115 -0.982414305 0.050744839 0.179686368 29.446220398\n0.180661559 0.007798467 0.983514369 91.772933960 0.049093001 0.998650610 -0.016936366 -1.490018606 -0.982319295 0.051343422 0.180034935 29.707862854\n0.182245314 0.007723847 0.983222783 93.152740479 0.049978446 0.998603761 -0.017108437 -1.514460206 -0.981982112 0.052257877 0.181604862 29.953781128\n0.182949007 0.008822391 0.983082891 94.535934448 0.051165208 0.998519182 -0.018482627 -1.539205909 -0.981790125 0.053681012 0.182226717 30.203804016\n0.183957696 0.010607653 0.982876897 95.911964417 0.050897785 0.998497486 -0.020302391 -1.562981248 -0.981615484 0.053761039 0.183141351 30.456886292\n0.184781194 0.012251787 0.982703328 97.293441772 0.050334595 0.998492002 -0.021913219 -1.587086797 -0.981489837 0.053513125 0.183885813 30.713859558\n0.184782863 0.013171035 0.982691109 98.656082153 0.050116312 0.998482943 -0.022806445 -1.619340301 -0.981500685 0.053463098 0.183842421 30.972869873\n0.185850441 0.016338181 0.982442260 100.025505066 0.049199875 0.998452783 -0.025911678 -1.648683786 -0.981345594 0.053151730 0.184759080 31.228401184\n0.186498821 0.018589685 0.982279301 101.414848328 0.048177063 0.998445094 -0.028042678 -1.680338502 -0.981273234 0.052553255 0.185313225 31.487670898\n0.187008560 0.017837573 0.982196331 102.782485962 0.046423186 0.998557627 -0.026973609 -1.716763735 -0.981260777 0.050640978 0.185910702 31.750846863\n0.187651217 0.015941916 0.982106447 104.149269104 0.046295062 0.998613536 -0.025055476 -1.749814034 -0.981144190 0.050168365 0.186653018 32.010124207\n0.188943565 0.015584549 0.981864333 105.521179199 0.045383275 0.998667121 -0.024584519 -1.786777735 -0.980938733 0.049205307 0.187984467 32.272178650\n0.190047085 0.016694710 0.981633127 106.880111694 0.045329150 0.998639941 -0.025759811 -1.819317460 -0.980728090 0.049392167 0.189031839 32.528419495\n0.191467822 0.016931878 0.981352985 108.239639282 0.043746088 0.998710334 -0.025766492 -1.851417065 -0.980523646 0.047863804 0.190480232 32.794738770\n0.192527950 0.015857114 0.981163383 109.597709656 0.043311320 0.998757720 -0.024640193 -1.881417751 -0.980335236 0.047239404 0.191601932 33.049255371\n0.194747329 0.011702476 0.980783701 110.971107483 0.042982895 0.998866439 -0.020453053 -1.911987782 -0.979911268 0.046140097 0.194023609 33.308723450\n0.195622683 0.009524289 0.980633020 112.321632385 0.043564904 0.998881280 -0.018392121 -1.932557106 -0.979711175 0.046319097 0.194988906 33.580574036\n0.197661579 0.011462222 0.980203390 113.686653137 0.045668356 0.998738229 -0.020888157 -1.951984406 -0.979206026 0.048893061 0.196888685 33.840950012\n0.198818326 0.011578293 0.979967952 115.047775269 0.048046842 0.998612642 -0.021546440 -1.973880410 -0.978857875 0.051368192 0.197986186 34.114227295\n0.201384604 0.011016613 0.979450345 116.417015076 0.047731567 0.998638451 -0.021046517 -1.993685126 -0.978348613 0.050989140 0.200584531 34.380561829\n0.202853084 0.010853568 0.979149044 117.786087036 0.048883852 0.998579562 -0.021196356 -2.022439718 -0.977988243 0.052164324 0.202034354 34.664077759\n0.204648674 0.010774379 0.978776217 119.172027588 0.047091506 0.998673141 -0.020839592 -2.046114445 -0.977702081 0.050356839 0.203869760 34.954841614\n0.206201911 0.010007834 0.978458285 120.526664734 0.046528727 0.998716295 -0.020020580 -2.069653034 -0.977402627 0.049654700 0.205471575 35.234390259\n0.208099842 0.009894601 0.978057623 121.904411316 0.046895262 0.998697937 -0.020081248 -2.089938402 -0.976982832 0.050045170 0.207364857 35.520454407\n0.210078299 0.009228216 0.977641046 123.278442383 0.048366554 0.998633027 -0.019819509 -2.114110947 -0.976487517 0.051448774 0.209344804 35.804328918\n0.211709440 0.008307857 0.977297366 124.663375854 0.049641874 0.998581707 -0.019242587 -2.133841753 -0.976071119 0.052588705 0.210996747 36.098915100\n0.213281929 0.009160440 0.976947784 126.032913208 0.051085830 0.998483539 -0.020515155 -2.156965256 -0.975654244 0.054283697 0.212490499 36.391609192\n0.215032697 0.013208470 0.976517558 127.422119141 0.050548330 0.998417735 -0.024635620 -2.182427645 -0.975297809 0.054658793 0.214024782 36.688240051\n0.216757774 0.017109821 0.976075470 128.814178467 0.049641464 0.998359680 -0.028524360 -2.211674690 -0.974962473 0.054636691 0.215552866 36.985771179\n0.217528880 0.018364999 0.975881159 130.214462280 0.048120346 0.998405397 -0.029515155 -2.244234562 -0.974867046 0.053380132 0.216298282 37.292739868\n0.218665302 0.018864257 0.975617588 131.630981445 0.045899596 0.998507559 -0.029594336 -2.277661562 -0.974719822 0.051251706 0.217473090 37.590675354\n0.220123231 0.019535901 0.975276411 133.047256470 0.044655018 0.998549461 -0.030080875 -2.309403419 -0.974449396 0.050172482 0.218931556 37.894836426\n0.220336258 0.018177507 0.975254714 134.442276001 0.043184236 0.998664260 -0.028370319 -2.340831757 -0.974467695 0.048366636 0.219256938 38.215240479\n0.220517337 0.018589707 0.975206017 135.852523804 0.040126763 0.998799026 -0.028113069 -2.381766558 -0.974557400 0.045331277 0.219506502 38.535232544\n0.221688449 0.019871078 0.974915028 137.301528931 0.037309755 0.998887420 -0.028843652 -2.404888153 -0.974403501 0.042768147 0.220700443 38.852775574\n0.222493470 0.017390063 0.974779069 138.721374512 0.036387276 0.998996139 -0.026127495 -2.439443827 -0.974254906 0.041282751 0.221637309 39.169624329\n0.222402096 0.013437553 0.974862456 140.137451172 0.036263108 0.999099135 -0.022044590 -2.470062256 -0.974280417 0.040254306 0.221714437 39.499153137\n0.223202705 0.010263760 0.974718034 141.554061890 0.037305892 0.999122024 -0.019063490 -2.499861717 -0.974057913 0.040617749 0.222623825 39.816383362\n0.224204600 0.009560278 0.974495292 142.955917358 0.039243061 0.999052286 -0.018829953 -2.524094582 -0.973751724 0.042463940 0.223616958 40.124839783\n0.225156069 0.009826750 0.974273145 144.362457275 0.042213075 0.998911798 -0.019830769 -2.551177740 -0.973407865 0.045592081 0.224496245 40.437393188\n0.226261258 0.009871860 0.974016726 145.781677246 0.046608556 0.998693526 -0.020949004 -2.573805094 -0.972950995 0.050137457 0.225505531 40.750160217\n0.227512240 0.010446611 0.973719180 147.184524536 0.050239991 0.998484790 -0.022451026 -2.608788490 -0.972478330 0.054027528 0.226642668 41.064071655\n0.228969514 0.012891585 0.973348260 148.589736938 0.051642571 0.998343289 -0.025370989 -2.635507822 -0.972062826 0.056075390 0.227924466 41.385498047\n0.229537785 0.011255623 0.973234653 149.999008179 0.052063324 0.998359561 -0.023825351 -2.667345762 -0.971906304 0.056138650 0.228575230 41.714294434\n0.229661465 0.006180989 0.973250926 151.380462646 0.049104627 0.998632669 -0.017929578 -2.694643021 -0.972030997 0.051908862 0.229043961 42.049278259\n0.229518473 0.003701115 0.973297358 152.770477295 0.048916098 0.998685181 -0.015332830 -2.717120171 -0.972074449 0.051129073 0.229035616 42.383552551\n0.230577230 0.005419056 0.973039031 154.191268921 0.048417158 0.998681903 -0.017035097 -2.738738537 -0.971848845 0.051039688 0.230010927 42.718154907\n0.231435120 0.006984459 0.972825289 155.552032471 0.053168938 0.998388886 -0.019816887 -2.762233257 -0.971396387 0.056310408 0.230690897 43.036987305\n0.233332396 0.006222454 0.972377241 156.948852539 0.056354534 0.998212278 -0.019910662 -2.789005041 -0.970762730 0.059443664 0.232564628 43.360931396\n0.235596418 0.008941121 0.971809864 158.338684082 0.056772731 0.998123407 -0.022946661 -2.825414658 -0.970191300 0.060578451 0.234646678 43.698074341\n0.237373948 0.011923009 0.971345246 159.722076416 0.059071384 0.997897029 -0.026684588 -2.853261232 -0.969620705 0.063712932 0.236170411 44.033515930\n0.238816977 0.012391867 0.970985532 161.110809326 0.055489473 0.998110592 -0.026385853 -2.895496130 -0.969477892 0.060180865 0.237678111 44.376655579\n0.240255415 0.012166203 0.970633507 162.490661621 0.052066594 0.998320520 -0.025400991 -2.930876493 -0.969312370 0.056640301 0.239218473 44.720657349\n0.242446363 0.009589043 0.970117450 163.864212036 0.050169520 0.998489320 -0.022407576 -2.965055227 -0.968866765 0.054102961 0.241599083 45.055633545\n0.243958354 0.009990473 0.969734311 165.254653931 0.049370334 0.998522401 -0.022707274 -2.995699406 -0.968528271 0.053415731 0.243104637 45.412979126\n0.245392263 0.013068691 0.969335854 166.619766235 0.047726240 0.998533785 -0.025544483 -3.026037931 -0.968248427 0.052531172 0.244408727 45.763275146\n0.246267319 0.014175112 0.969098389 167.988708496 0.046221182 0.998583555 -0.026352134 -3.062585115 -0.968099236 0.051282540 0.245263338 46.116439819\n0.247185707 0.013698106 0.968871295 169.368850708 0.044714879 0.998673558 -0.025527449 -3.093880177 -0.967935860 0.049632981 0.246245325 46.489395142\n0.248202205 0.013791537 0.968610048 170.735336304 0.043664657 0.998723090 -0.025409183 -3.123009443 -0.967723608 0.048600640 0.247283041 46.839569092\n0.249390602 0.013329779 0.968311250 172.090621948 0.044362709 0.998698294 -0.025173796 -3.154575348 -0.967386305 0.049235016 0.248474598 47.171203613\n0.250532568 0.009787142 0.968058765 173.444824219 0.044848766 0.998757958 -0.021704327 -3.185331583 -0.967068791 0.048853878 0.249782443 47.514266968\n0.251461327 0.005087602 0.967853963 174.800277710 0.045310542 0.998827875 -0.017022701 -3.210009813 -0.966806173 0.048134539 0.250936091 47.855667114\n0.251773357 0.003493597 0.967779994 176.149291992 0.046584453 0.998790562 -0.015724754 -3.236720800 -0.966664493 0.049042575 0.251306117 48.204574585\n0.252097368 0.005765371 0.967684686 177.510345459 0.046794944 0.998739779 -0.018141223 -3.249641895 -0.966569781 0.049856104 0.251509845 48.555908203\n0.252663374 0.009523506 0.967507482 178.850555420 0.047444586 0.998626709 -0.022219928 -3.271461248 -0.966390431 0.051517151 0.251864552 48.898757935\n0.253593743 0.012512926 0.967230022 180.201522827 0.047984015 0.998522580 -0.025498481 -3.294462681 -0.966120064 0.052877828 0.252618670 49.237289429\n0.253497601 0.011520294 0.967267394 181.533248901 0.048666384 0.998510957 -0.024646703 -3.327363253 -0.966111004 0.053321287 0.252559483 49.590103149\n0.254151821 0.008424965 0.967127681 182.891082764 0.049695633 0.998527408 -0.021758033 -3.353455067 -0.965886772 0.053591862 0.253358841 49.941497803\n0.254630566 0.006730195 0.967014968 184.224243164 0.050072722 0.998542607 -0.020134570 -3.379825830 -0.965741158 0.053547949 0.253922462 50.290206909\n0.254752398 0.006986023 0.966981113 185.566894531 0.051205035 0.998473525 -0.020703575 -3.409979343 -0.965649724 0.054788586 0.254005790 50.643325806\n0.255374074 0.006846020 0.966818094 186.923324585 0.053578727 0.998338103 -0.021221429 -3.432915926 -0.965356648 0.057220288 0.254582882 50.990264893\n0.256338716 0.007875401 0.966554940 188.280685425 0.054663289 0.998248339 -0.022630814 -3.460772514 -0.965040088 0.058636229 0.255459189 51.335098267\n0.257712007 0.010843109 0.966161013 189.643798828 0.055482019 0.998121083 -0.026000971 -3.488554001 -0.964627624 0.060305323 0.256626189 51.678787231\n0.257750869 0.016816117 0.966065109 191.003265381 0.055763446 0.997923076 -0.032248624 -3.521887064 -0.964600980 0.062183227 0.256277859 52.042648315\n0.258637369 0.020065734 0.965766072 192.356582642 0.052045520 0.998042583 -0.034674421 -3.560163498 -0.964571416 0.059231900 0.257086754 52.404373169\n0.260227263 0.021133751 0.965316117 193.712554932 0.049722359 0.998140633 -0.035256404 -3.602388859 -0.964266300 0.057172474 0.258692563 52.768829346\n0.261506975 0.018051285 0.965032876 195.060333252 0.046604719 0.998422742 -0.031304926 -3.646094322 -0.964075863 0.053161539 0.260253251 53.144638062\n0.263221800 0.015006549 0.964618623 196.417266846 0.045140419 0.998592317 -0.027852839 -3.678602219 -0.963678658 0.050874766 0.262173831 53.512954712\n0.265246511 0.012302525 0.964102149 197.787353516 0.045155801 0.998662889 -0.025166932 -3.708088398 -0.963122666 0.050210245 0.264336288 53.887420654\n0.268026352 0.011011465 0.963348746 199.139068604 0.048880506 0.998491406 -0.025012881 -3.741446495 -0.962170899 0.053793084 0.267083764 54.248443604\n0.270991921 0.011997846 0.962506890 200.497528076 0.050520662 0.998366892 -0.026668839 -3.770637274 -0.961254954 0.055853523 0.269943178 54.621536255\n0.273646355 0.011850432 0.961757362 201.847671509 0.051127598 0.998331189 -0.026848285 -3.797080517 -0.960470498 0.056519277 0.272583842 54.993087769\n0.276147485 0.010989308 0.961052477 203.196594238 0.048508607 0.998500884 -0.025355916 -3.837228537 -0.959890366 0.053621288 0.275200427 55.375289917\n0.277964413 0.008564979 0.960553229 204.544006348 0.047550246 0.998611689 -0.022664404 -3.860296726 -0.959413767 0.051974438 0.277171195 55.756057739\n0.279402435 0.006732738 0.960150480 205.895843506 0.045850039 0.998741150 -0.020345636 -3.883362055 -0.959078729 0.049707554 0.278742015 56.150222778\n0.281676054 0.005442914 0.959494114 207.245574951 0.048501283 0.998624802 -0.019903278 -3.905554771 -0.958282948 0.052142970 0.281024694 56.528915405\n0.283131599 0.006747601 0.959057331 208.589508057 0.053401247 0.998313069 -0.022788834 -3.932140350 -0.957593262 0.057667095 0.282293677 56.925308228\n0.285651982 0.011263548 0.958267391 209.930877686 0.053198069 0.998202741 -0.027590886 -3.958160162 -0.956855893 0.058859359 0.284539342 57.321029663\n0.288656116 0.012281785 0.957354069 211.265090942 0.052883565 0.998186707 -0.028750781 -3.991622925 -0.955971241 0.058927383 0.287483215 57.722213745\n0.291122913 0.008806667 0.956645250 212.613815308 0.049751531 0.998465180 -0.024331871 -4.023511887 -0.955391288 0.054678127 0.290237963 58.130874634\n0.293314517 0.004393648 0.956005931 213.949340820 0.048644733 0.998625517 -0.019514328 -4.049286842 -0.954777598 0.052228488 0.292697608 58.547958374\n0.296311677 0.004720993 0.955079675 215.286102295 0.049659688 0.998558998 -0.020342739 -4.070079803 -0.953799427 0.053456750 0.295650244 58.959335327\n0.299110472 0.008836463 0.954177618 216.655242920 0.050821103 0.998390377 -0.025177043 -4.088368893 -0.952864230 0.056023072 0.298179984 59.387283325\n0.302333057 0.010494541 0.953144610 218.019287109 0.054857690 0.998090506 -0.028390024 -4.115616798 -0.951622546 0.060870554 0.301180065 59.797027588\n0.304896832 0.009820377 0.952334881 219.351303101 0.052597348 0.998247147 -0.027133245 -4.149014473 -0.950932026 0.058363125 0.303845882 60.231033325\n0.307141066 0.008463520 0.951626360 220.695175171 0.054462228 0.998165309 -0.026455317 -4.178252220 -0.950104356 0.059953205 0.306116641 60.653671265\n0.308513761 0.012975030 0.951131463 222.067794800 0.050245732 0.998288751 -0.029916300 -4.215294838 -0.949891984 0.057019886 0.307333887 61.108535767\n0.308799744 0.019494697 0.950927258 223.406402588 0.046406455 0.998290360 -0.035535496 -4.252417088 -0.949994266 0.055102516 0.307367146 61.553009033\n0.309156001 0.023575526 0.950719059 224.751113892 0.045145061 0.998201847 -0.039433312 -4.298478127 -0.949939191 0.055111319 0.307535827 61.993591309\n0.309268534 0.020293625 0.950758278 226.104598999 0.044038143 0.998394072 -0.035635404 -4.347934723 -0.949954569 0.052890539 0.307878196 62.434707642\n0.309579730 0.015758175 0.950743020 227.457962036 0.043752488 0.998567581 -0.030797483 -4.392858982 -0.949866474 0.051131647 0.308446825 62.871704102\n0.309622705 0.015279239 0.950736761 228.811523438 0.043650225 0.998588383 -0.030263659 -4.428703308 -0.949857116 0.050870188 0.308518648 63.307312012\n0.308940649 0.014010272 0.950978100 230.167984009 0.044524450 0.998582184 -0.029176084 -4.464461803 -0.950038552 0.051355455 0.307878792 63.751892090\n0.308300555 0.014355205 0.951180696 231.527374268 0.042401593 0.998685002 -0.028815517 -4.504488945 -0.950343549 0.049215417 0.307286441 64.195266724\n0.307389975 0.013697178 0.951485038 232.886398315 0.040478095 0.998803139 -0.027455339 -4.539455414 -0.950722337 0.046953797 0.306467652 64.639907837\n0.305886984 0.013737902 0.951968670 234.245986938 0.041184746 0.998768985 -0.027646780 -4.574153900 -0.951176584 0.047663379 0.304944634 65.085372925\n0.305401504 0.009708854 0.952174187 235.619537354 0.040693887 0.998901427 -0.023237517 -4.605955601 -0.951353729 0.045844443 0.304670930 65.528549194\n0.305118978 0.009900537 0.952262759 237.007278442 0.043426294 0.998761117 -0.024298398 -4.638298988 -0.951323569 0.048767146 0.304311037 65.975036621\n0.304987252 0.013023500 0.952267349 238.375030518 0.044136096 0.998638868 -0.027793368 -4.667202950 -0.951333106 0.050505985 0.303997338 66.409057617\n0.305129826 0.014662574 0.952197850 239.772766113 0.043540977 0.998620987 -0.029330047 -4.701036930 -0.951314867 0.050409097 0.304070652 66.859817505\n0.305249512 0.013721741 0.952173531 241.140686035 0.042776063 0.998689294 -0.028105304 -4.739995956 -0.951311171 0.049309365 0.304262459 67.305633545\n0.305004001 0.011771061 0.952278316 242.523193359 0.043842763 0.998689890 -0.026387095 -4.774511337 -0.951341331 0.049798679 0.304088354 67.750000000\n0.305295706 0.007178629 0.952230573 243.895141602 0.045807343 0.998703241 -0.022215320 -4.804004192 -0.951155186 0.050401393 0.304571033 68.191436768\n0.305865526 0.004632038 0.952063441 245.280410767 0.049115956 0.998579860 -0.020637635 -4.833450794 -0.950806975 0.053073850 0.305203676 68.631469727\n0.306368291 0.005491698 0.951897204 246.659286499 0.052496292 0.998364091 -0.022655716 -4.856241226 -0.950464427 0.056912068 0.305578768 69.068161011\n0.306226075 0.011009277 0.951895118 248.028640747 0.051492341 0.998277664 -0.028110879 -4.891460419 -0.950565100 0.057623591 0.305131733 69.520355225\n0.306185842 0.015431031 0.951846659 249.418121338 0.050932720 0.998170972 -0.032565840 -4.922945976 -0.950608253 0.058451343 0.304839849 69.965255737\n0.305866003 0.016585106 0.951930165 250.802551270 0.048525773 0.998277128 -0.032984484 -4.967932224 -0.950837195 0.056281976 0.304534256 70.415969849\n0.305299163 0.016707603 0.952109933 252.215866089 0.046804149 0.998374343 -0.032527454 -5.007891655 -0.951105595 0.054493297 0.304020882 70.874877930\n0.305179417 0.017808689 0.952128351 253.618469238 0.044144347 0.998485744 -0.032825060 -5.045886993 -0.951271176 0.052048620 0.303931117 71.327072144\n0.305310309 0.020198746 0.952038705 255.027191162 0.042957958 0.998465002 -0.034959979 -5.090268135 -0.951283514 0.051571280 0.303973973 71.774169922\n0.304981232 0.020687960 0.952133656 256.432312012 0.040954847 0.998554289 -0.034814980 -5.139103889 -0.951477349 0.049612403 0.303693056 72.232437134\n0.304417670 0.017330505 0.952380955 257.836547852 0.039611928 0.998739243 -0.030835584 -5.185720444 -0.951714635 0.047112543 0.303347409 72.689010620\n0.304067850 0.014916122 0.952533603 259.248779297 0.039301798 0.998829722 -0.028187016 -5.229790688 -0.951839328 0.046007048 0.303125799 73.153549194\n0.304056227 0.014479135 0.952544093 260.655426025 0.039948329 0.998811185 -0.027934097 -5.258087158 -0.951816142 0.046546079 0.303116322 73.605834961\n0.303795457 0.012087385 0.952660620 262.086456299 0.041332014 0.998810947 -0.025853375 -5.302165985 -0.951840341 0.047229521 0.302934587 74.069885254\n0.304369211 0.009225679 0.952509522 263.523895264 0.042585120 0.998821557 -0.023282085 -5.327956200 -0.951601803 0.047649078 0.303617656 74.521942139\n0.303927422 0.009276804 0.952650011 264.955108643 0.044240210 0.998736441 -0.023839701 -5.357632637 -0.951667428 0.049390975 0.303132951 74.978576660\n0.303927839 0.011869121 0.952621222 266.394744873 0.044586223 0.998649538 -0.026667574 -5.381649017 -0.951651275 0.050578795 0.302988172 75.443359375\n0.304339349 0.012962822 0.952475488 267.854187012 0.044895697 0.998601019 -0.027935853 -5.413287640 -0.951505125 0.051264029 0.303331614 75.898803711\n0.304147601 0.012456943 0.952543497 269.301483154 0.046305001 0.998539209 -0.027843662 -5.451437473 -0.951498866 0.052576106 0.303126454 76.368576050\n0.304259598 0.011799015 0.952516139 270.756469727 0.046704318 0.998535991 -0.027287712 -5.482980251 -0.951443613 0.052789167 0.303263128 76.841064453\n0.304313660 0.010460828 0.952514529 272.265808105 0.047055122 0.998553872 -0.025999837 -5.517966270 -0.951409042 0.052732788 0.303381324 77.318679810\n0.304147542 0.009687146 0.952575862 273.728149414 0.047148187 0.998569787 -0.025208810 -5.548773766 -0.951457620 0.052579414 0.303255796 77.795532227\n0.303941429 0.008411888 0.952653646 275.227752686 0.048906948 0.998504758 -0.024420384 -5.578092575 -0.951434612 0.054013748 0.303075612 78.268051147\n0.304302812 0.011325923 0.952508032 276.695709229 0.048732404 0.998434842 -0.027440824 -5.605646133 -0.951327980 0.054768324 0.303274572 78.730545044\n0.304133296 0.012726428 0.952544570 278.189666748 0.049018830 0.998377085 -0.028989768 -5.650503159 -0.951367617 0.055509374 0.303015888 79.220291138\n0.303910792 0.011242102 0.952634156 279.674957275 0.049933378 0.998368025 -0.027711628 -5.688935280 -0.951390982 0.055990104 0.302853465 79.698486328\n0.304023087 0.008407594 0.952627659 281.174407959 0.051925030 0.998328388 -0.025382377 -5.721225739 -0.951248646 0.057182044 0.303078294 80.171310425\n0.304183960 0.008749526 0.952573121 282.668182373 0.053379517 0.998230159 -0.026214506 -5.758435249 -0.951116562 0.058821924 0.303178549 80.650192261\n0.304338515 0.010402792 0.952507198 284.170654297 0.054354042 0.998121500 -0.028267797 -5.793458462 -0.951012015 0.060375590 0.303201377 81.126861572\n0.304566622 0.009966098 0.952438951 285.688415527 0.054796606 0.998105824 -0.027966563 -5.826887608 -0.950913548 0.060708102 0.303443611 81.607971191\n0.304512382 0.011430537 0.952439785 287.202819824 0.052122965 0.998229742 -0.028644741 -5.859973431 -0.951081157 0.058366664 0.303377509 82.098587036\n0.304884017 0.013230937 0.952297628 288.723205566 0.052057888 0.998177111 -0.030535033 -5.894846439 -0.950965762 0.058884244 0.303639472 82.585510254\n0.304283381 0.015902743 0.952448845 290.231292725 0.049627021 0.998238206 -0.032521859 -5.950883389 -0.951287985 0.057163060 0.302958131 83.081481934\n0.304002047 0.017223580 0.952515721 291.763702393 0.047691770 0.998307765 -0.033272769 -5.993685722 -0.951476932 0.055542152 0.302666187 83.581817627\n0.304107308 0.016819406 0.952489257 293.287628174 0.045437124 0.998450100 -0.032137994 -6.040199757 -0.951553524 0.053051773 0.302871764 84.070983887\n0.304081678 0.016856719 0.952496886 294.850341797 0.043527614 0.998553336 -0.031567860 -6.092431068 -0.951651096 0.051059123 0.302908063 84.566696167\n0.303718686 0.016577935 0.952617526 296.389282227 0.041190784 0.998685300 -0.030512298 -6.136850357 -0.951870918 0.048506215 0.302636564 85.067352295\n0.303670883 0.014064560 0.952673197 297.982696533 0.041006859 0.998771608 -0.027816331 -6.170331955 -0.951894164 0.047513146 0.302721083 85.589721680\n0.303744435 0.009595969 0.952705264 299.531799316 0.042424008 0.998821259 -0.023586223 -6.211165428 -0.951808631 0.047581758 0.302979350 86.078079224\n0.303005934 0.006693726 0.952965140 301.090911865 0.043612789 0.998830199 -0.020883065 -6.243076324 -0.951990187 0.047889158 0.302359581 86.581497192\n0.302773595 0.006226696 0.953042209 302.656646729 0.045240309 0.998757541 -0.020897849 -6.271697521 -0.951988220 0.049443237 0.302115738 87.071105957\n0.302781343 0.008822349 0.953019202 304.215759277 0.046822906 0.998611927 -0.024120398 -6.300429821 -0.951909125 0.051926333 0.301947951 87.556640625\n0.301877975 0.012571503 0.953263760 305.819335938 0.047104996 0.998495042 -0.028085148 -6.337129593 -0.952182174 0.053381771 0.300831497 88.081268311\n0.301594436 0.012987835 0.953347981 307.382507324 0.046975970 0.998490393 -0.028463826 -6.376441002 -0.952278435 0.053368974 0.300529003 88.571517944\n0.300557196 0.010234226 0.953708947 308.936981201 0.046939410 0.998571992 -0.025508406 -6.420251846 -0.952608109 0.052433267 0.299647629 89.074386597\n0.299845457 0.007865662 0.953955352 310.490417480 0.047337741 0.998611510 -0.023112975 -6.455150127 -0.952812552 0.052088413 0.299056828 89.558883667\n0.299523830 0.005426484 0.954073370 312.065887451 0.049484223 0.998549581 -0.021214632 -6.494064808 -0.952804685 0.053565871 0.298820853 90.050033569\n0.298699379 0.003841676 0.954339504 313.643035889 0.050276972 0.998539925 -0.019755825 -6.528081417 -0.953022003 0.053882353 0.298070073 90.549468994\n0.297846258 0.002581416 0.954610407 315.195770264 0.052359935 0.998446822 -0.019036693 -6.559870720 -0.953176856 0.055653345 0.297248483 91.033020020\n0.297323883 0.006322256 0.954755783 316.770965576 0.053631954 0.998288631 -0.023312243 -6.602999687 -0.953269184 0.058136705 0.296475947 91.530838013\n0.297006071 0.013156799 0.954784930 318.315002441 0.055548679 0.997973621 -0.031031525 -6.642635822 -0.953258455 0.062253591 0.295673370 92.004684448\n0.296390057 0.014367546 0.954958916 319.864593506 0.054984737 0.997971714 -0.032080267 -6.692906857 -0.953482866 0.062016439 0.294998944 92.482543945\n0.295627058 0.015287342 0.955181122 321.430541992 0.052393366 0.998107553 -0.032190032 -6.745487213 -0.953865588 0.059561398 0.294266641 92.974517822\n0.294524133 0.015291000 0.955521762 322.981140137 0.047002256 0.998430073 -0.030465346 -6.786480427 -0.954487562 0.053884454 0.293343067 93.463562012\n0.293025911 0.015740169 0.955975056 324.526031494 0.041531213 0.998711169 -0.029173998 -6.836264133 -0.955202162 0.048251536 0.291994572 93.955932617\n0.291698635 0.015810050 0.956379652 326.069458008 0.037602492 0.998900950 -0.027981848 -6.882138252 -0.955770910 0.044124521 0.290783525 94.443145752\n0.291226029 0.014502358 0.956544399 327.622619629 0.036434572 0.998991489 -0.026238648 -6.920514107 -0.955960274 0.042492662 0.290403962 94.920883179\n0.290459871 0.012039456 0.956811428 329.170043945 0.036596905 0.999049485 -0.023680681 -6.962597847 -0.956187129 0.041894626 0.289743185 95.400939941\n0.290654123 0.010945341 0.956765652 330.698944092 0.037921384 0.999017179 -0.022948768 -6.994266510 -0.956076503 0.042952031 0.289953351 95.855621338\n0.290173829 0.009458805 0.956927240 332.244079590 0.039196499 0.998994529 -0.021760374 -7.028199673 -0.956170917 0.043822486 0.289511323 96.330474854\n0.290843487 0.008605458 0.956731975 333.772644043 0.041549660 0.998902619 -0.021615731 -7.058253765 -0.955868065 0.046038684 0.290166736 96.781051636\n0.290820718 0.007231880 0.956750274 335.334381104 0.041911926 0.998915255 -0.020290453 -7.096637726 -0.955859184 0.046000130 0.290202200 97.269714355\n0.291110396 0.007250083 0.956662118 336.840118408 0.041754819 0.998922110 -0.020276269 -7.125644684 -0.955777943 0.045847882 0.290493846 97.733261108\n0.291808307 0.006102414 0.956457376 338.389709473 0.043048181 0.998882532 -0.019506788 -7.162887573 -0.955507576 0.046865989 0.291219532 98.195144653\n0.292259455 0.005173671 0.956325114 339.907592773 0.044026237 0.998852372 -0.018858463 -7.192812920 -0.955325186 0.047614962 0.291696310 98.662155151\n0.293065071 0.005355478 0.956077576 341.422973633 0.045233984 0.998786867 -0.019460229 -7.220994949 -0.955021977 0.048950307 0.292467296 99.123001099\n0.293837547 0.005610279 0.955838978 342.934783936 0.047336999 0.998670340 -0.020413702 -7.250157833 -0.954682529 0.051244859 0.293181300 99.581466675\n0.294197917 0.006043838 0.955725372 344.434265137 0.048308071 0.998607755 -0.021185540 -7.280798435 -0.954522848 0.052401993 0.293496370 100.045806885\n0.295358598 0.007353438 0.955358267 345.942474365 0.049538650 0.998507321 -0.023000937 -7.313539982 -0.954101324 0.054120678 0.294553399 100.505371094\n0.296287477 0.007802413 0.955066979 347.441253662 0.049951527 0.998471498 -0.023653321 -7.342896461 -0.953791678 0.054715235 0.295444906 100.965957642\n0.297138631 0.005830587 0.954816580 348.942626953 0.049820229 0.998524547 -0.021601534 -7.380196095 -0.953533769 0.053987831 0.296409726 101.429656982\n0.297889769 0.004024113 0.954591811 350.446197510 0.049416389 0.998585343 -0.019630441 -7.407427311 -0.953320384 0.053020187 0.297269523 101.901641846\n0.298889160 0.003675844 0.954280734 351.940093994 0.049812403 0.998569250 -0.019448128 -7.436140060 -0.952986836 0.053347852 0.298278391 102.370605469\n0.300199330 0.004654774 0.953865170 353.429748535 0.050756261 0.998493493 -0.020846510 -7.465832710 -0.952525198 0.054672733 0.299510837 102.834411621\n0.300853610 0.006031226 0.953651309 354.925170898 0.050262623 0.998489916 -0.022171432 -7.500250816 -0.952344894 0.054603368 0.300096154 103.320617676\n0.301782429 0.006869941 0.953352094 356.408508301 0.049558245 0.998509049 -0.022882953 -7.535603523 -0.952087939 0.054152131 0.300992072 103.793395996\n0.302901328 0.008026413 0.952988207 357.903686523 0.048415363 0.998543739 -0.023798628 -7.561182499 -0.951791406 0.053347904 0.302071631 104.270111084\n0.304350078 0.008315304 0.952523947 359.410369873 0.048231166 0.998544753 -0.024127861 -7.599794865 -0.951338410 0.053284660 0.303506136 104.744140625\n0.305739462 0.007676124 0.952084363 360.909301758 0.048676293 0.998533845 -0.023681870 -7.644299507 -0.950870216 0.053584415 0.304917514 105.225921631\n0.306423426 0.007987587 0.951861799 362.388214111 0.050093435 0.998443902 -0.024504565 -7.678256989 -0.950576305 0.055190798 0.305546463 105.700714111\n0.307857752 0.007811124 0.951400399 363.869262695 0.050178505 0.998441339 -0.024434295 -7.712107182 -0.950108349 0.055262137 0.306985974 106.173095703\n0.308399200 0.008640486 0.951217771 365.366210938 0.050289474 0.998412311 -0.025373790 -7.748403549 -0.949926794 0.055661500 0.307475030 106.670593262\n0.309528232 0.008180337 0.950855076 366.858459473 0.051751729 0.998336017 -0.025435369 -7.788571358 -0.949480891 0.057081360 0.308589876 107.152343750\n0.310761988 0.008192508 0.950452387 368.341491699 0.052185103 0.998307526 -0.025667554 -7.825633049 -0.949054062 0.057575960 0.309808493 107.632843018\n0.312058210 0.009226673 0.950018167 369.828765869 0.054265074 0.998147309 -0.027518887 -7.866596222 -0.948511958 0.060140301 0.310979366 108.114227295\n0.313092768 0.010726689 0.949661970 371.313964844 0.054724097 0.998071074 -0.029315399 -7.901337147 -0.948144615 0.061147835 0.311901867 108.599426270\n0.313426614 0.010075523 0.949558973 372.835784912 0.055998925 0.998007417 -0.029073501 -7.946589947 -0.947959840 0.062286690 0.312237859 109.105957031\n0.313805759 0.008972271 0.949444950 374.321441650 0.055147454 0.998095036 -0.027659087 -7.986537933 -0.947884440 0.061039045 0.312713206 109.599426270\n0.314556062 0.009324739 0.949193120 375.823486328 0.056783710 0.997976184 -0.028621709 -8.035675049 -0.947539032 0.062901840 0.313389957 110.088989258\n0.314924479 0.012655191 0.949032366 377.309997559 0.054581597 0.998014808 -0.031420581 -8.076248169 -0.947546005 0.061694812 0.313608527 110.585174561\n0.315859377 0.013786905 0.948705852 378.797821045 0.053915225 0.998017967 -0.032453902 -8.117744446 -0.947272956 0.061400559 0.314490020 111.053924561\n0.316253364 0.013118374 0.948584080 380.290130615 0.052669968 0.998119354 -0.031363331 -8.157016754 -0.947211564 0.059880652 0.314967692 111.551422119\n0.316429734 0.013171799 0.948524475 381.792938232 0.053707853 0.998050928 -0.031776603 -8.198021889 -0.947094321 0.060998276 0.315105557 112.046478271\n0.316594839 0.014726479 0.948446512 383.269805908 0.054720353 0.997930825 -0.033760667 -8.240530014 -0.946981192 0.062587783 0.315133870 112.525695801\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0015_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999998391 0.001261933 -0.001270642 -0.023758810 -0.001260656 0.999998689 0.001005332 0.003857017 0.001271909 -0.001003728 0.999998689 1.904474139\n0.999994814 0.002467674 -0.002081319 -0.048604619 -0.002465096 0.999996185 0.001240356 0.003725889 0.002084372 -0.001235219 0.999997079 3.801786661\n0.999988019 0.003854522 -0.003021922 -0.071730286 -0.003847568 0.999989927 0.002303912 0.003184688 0.003030773 -0.002292258 0.999992788 5.702571392\n0.999979079 0.005198000 -0.003848916 -0.095502473 -0.005184052 0.999979973 0.003625030 0.007733476 0.003867682 -0.003605001 0.999985993 7.595953465\n0.999967873 0.006466521 -0.004732857 -0.118699640 -0.006448038 0.999971569 0.003910183 0.018594250 0.004758008 -0.003879540 0.999981165 9.456106186\n0.999955595 0.007490142 -0.005721357 -0.142703027 -0.007470473 0.999966145 0.003451352 0.023472810 0.005747014 -0.003408457 0.999977648 11.330800056\n0.999943376 0.008154004 -0.006838128 -0.163485467 -0.008138490 0.999964237 0.002293553 0.029000850 0.006856586 -0.002237771 0.999974012 13.190671921\n0.999934733 0.008566592 -0.007562137 -0.188831046 -0.008564913 0.999963284 0.000254357 0.036650818 0.007564038 -0.000189571 0.999971390 15.029429436\n0.999925673 0.008703693 -0.008536484 -0.213654965 -0.008710835 0.999961734 -0.000799808 0.038931344 0.008529196 0.000874108 0.999963224 16.862230301\n0.999916971 0.008651932 -0.009548948 -0.240515828 -0.008677190 0.999958932 -0.002606854 0.044766705 0.009526001 0.002689496 0.999951005 18.688581467\n0.999906540 0.008517406 -0.010693078 -0.269391149 -0.008550596 0.999958754 -0.003062011 0.042504873 0.010666557 0.003153157 0.999938130 20.487545013\n0.999907613 0.007144765 -0.011561953 -0.292387038 -0.007182085 0.999969125 -0.003189508 0.039299142 0.011538807 0.003272252 0.999928057 22.309661865\n0.999888122 0.008346285 -0.012411935 -0.329887599 -0.008372683 0.999962807 -0.002076401 0.031587586 0.012394143 0.002180090 0.999920785 24.121728897\n0.999882758 0.008546172 -0.012703751 -0.366377085 -0.008564049 0.999962389 -0.001353584 0.031965204 0.012691705 0.001462221 0.999918401 25.930215836\n0.999866188 0.009754336 -0.013134640 -0.399091214 -0.009754925 0.999952435 0.000019221 0.028241886 0.013134203 0.000108909 0.999913752 27.745075226\n0.999866366 0.009429643 -0.013352376 -0.426076323 -0.009418973 0.999955297 0.000861741 0.032096736 0.013359904 -0.000735860 0.999910474 29.549171448\n0.999858260 0.009715317 -0.013751083 -0.459512681 -0.009698103 0.999952078 0.001317928 0.033134777 0.013763228 -0.001184382 0.999904573 31.355855942\n0.999867558 0.008503513 -0.013877210 -0.491439074 -0.008481234 0.999962628 0.001663541 0.043896895 0.013890838 -0.001545625 0.999902308 33.176517487\n0.999864459 0.007875999 -0.014458698 -0.517600477 -0.007847250 0.999967098 0.002044048 0.047734819 0.014474322 -0.001930310 0.999893367 34.977470398\n0.999868929 0.006271251 -0.014925142 -0.539957881 -0.006275555 0.999980271 -0.000241549 0.055680394 0.014923332 0.000335181 0.999888599 36.767921448\n0.999864757 0.006151348 -0.015250622 -0.564452767 -0.006144982 0.999980986 0.000464219 0.061633427 0.015253188 -0.000370442 0.999883592 38.553749084\n0.999869704 0.005406278 -0.015212043 -0.600401223 -0.005374329 0.999983251 0.002140323 0.059659529 0.015223360 -0.002058290 0.999881983 40.334239960\n0.999868035 0.004738375 -0.015538446 -0.633976519 -0.004680493 0.999981999 0.003759287 0.066562951 0.015555979 -0.003686063 0.999872208 42.096340179\n0.999877632 0.003248968 -0.015300536 -0.680424452 -0.003182333 0.999985337 0.004377435 0.069658369 0.015314533 -0.004328208 0.999873340 43.851573944\n0.999876022 0.002834980 -0.015489926 -0.715952575 -0.002767061 0.999986470 0.004404385 0.078647286 0.015502202 -0.004360978 0.999870300 45.580577850\n0.999868155 0.002139286 -0.016094690 -0.752889335 -0.002073674 0.999989450 0.004092270 0.084863082 0.016103275 -0.004058355 0.999862075 47.320156097\n0.999856591 0.002084445 -0.016806273 -0.782705307 -0.002021932 0.999991000 0.003735783 0.091391325 0.016813910 -0.003701266 0.999851763 49.034690857\n0.999842107 0.001928651 -0.017665762 -0.815857530 -0.001869369 0.999992549 0.003371686 0.095606148 0.017672133 -0.003338130 0.999838293 50.729419708\n0.999828458 0.002551640 -0.018346261 -0.858699501 -0.002472256 0.999987483 0.004348367 0.098789543 0.018357128 -0.004302264 0.999822259 52.417446136\n0.999814272 0.003107262 -0.019020209 -0.902998269 -0.002996755 0.999978483 0.005835731 0.097770318 0.019037932 -0.005777648 0.999802053 54.082256317\n0.999791443 0.003035071 -0.020196833 -0.931582749 -0.002901152 0.999973655 0.006656659 0.108669475 0.020216504 -0.006596676 0.999773860 55.712467194\n0.999772608 0.003297829 -0.021066882 -0.970406055 -0.003162294 0.999974132 0.006463663 0.106893212 0.021087652 -0.006395574 0.999757171 57.325523376\n0.999748230 0.003398122 -0.022179648 -1.012549520 -0.003295979 0.999983788 0.004640197 0.109119371 0.022195056 -0.004565925 0.999743223 58.930667877\n0.999715567 0.002437834 -0.023724426 -1.052970171 -0.002346567 0.999989748 0.003874056 0.108635098 0.023733625 -0.003817283 0.999711037 60.522495270\n0.999688864 0.001648097 -0.024887972 -1.103253484 -0.001555860 0.999991834 0.003725009 0.112719722 0.024893908 -0.003685128 0.999683321 62.111961365\n0.999659300 0.001495195 -0.026057564 -1.153982997 -0.001384765 0.999989986 0.004255478 0.112542897 0.026063666 -0.004217945 0.999651372 63.663814545\n0.999631464 0.002062563 -0.027067337 -1.208800197 -0.001916327 0.999983430 0.005427528 0.114053607 0.027078083 -0.005373659 0.999618888 65.179626465\n0.999601185 0.002527194 -0.028126098 -1.260976791 -0.002372009 0.999981761 0.005549464 0.119135410 0.028139610 -0.005480535 0.999588966 66.692657471\n0.999564052 0.003428539 -0.029325273 -1.311004877 -0.003295022 0.999983966 0.004600111 0.122240201 0.029340575 -0.004501478 0.999559343 68.194618225\n0.999543786 0.003949268 -0.029944098 -1.372691512 -0.003841862 0.999985993 0.003643557 0.128574282 0.029958067 -0.003526854 0.999544919 69.669075012\n0.999506235 0.003271886 -0.031249963 -1.428580403 -0.003189396 0.999991298 0.002689155 0.132568195 0.031258490 -0.002588159 0.999507964 71.151115417\n0.999479651 0.002999672 -0.032115627 -1.486434460 -0.002944076 0.999994099 0.001778251 0.132077113 0.032120768 -0.001682775 0.999482572 72.627349854\n0.999440610 0.002722609 -0.033332944 -1.538801908 -0.002663450 0.999994814 0.001819059 0.132180616 0.033337723 -0.001729261 0.999442637 74.092483521\n0.999402106 0.002782061 -0.034462035 -1.595055342 -0.002723396 0.999994755 0.001749140 0.135865077 0.034466721 -0.001654240 0.999404490 75.561569214\n0.999350846 0.001959922 -0.035973437 -1.648511648 -0.001910294 0.999997199 0.001413911 0.136332273 0.035976104 -0.001344273 0.999351740 77.015129089\n0.999300182 0.001771354 -0.037363026 -1.700103998 -0.001763826 0.999998391 0.000234444 0.138481185 0.037363384 -0.000168378 0.999301732 78.459205627\n0.999253452 0.000896028 -0.038623162 -1.758071423 -0.000939351 0.999998927 -0.001103547 0.138160735 0.038622133 0.001139004 0.999253213 79.882942200\n0.999185503 0.000534967 -0.040349275 -1.812493324 -0.000585519 0.999999046 -0.001241061 0.136283889 0.040348571 0.001263676 0.999184847 81.320693970\n0.999140799 0.000874945 -0.041435953 -1.881046653 -0.000854224 0.999999523 0.000517772 0.135381594 0.041436385 -0.000481931 0.999141037 82.750633240\n0.999105990 0.001573451 -0.042246103 -1.958010435 -0.001518042 0.999997973 0.001343624 0.138047338 0.042248134 -0.001278291 0.999106348 84.182060242\n0.999047279 0.002126033 -0.043589577 -2.013505936 -0.002075494 0.999997139 0.001204653 0.132726133 0.043592013 -0.001113035 0.999048769 85.580337524\n0.998989880 0.002105490 -0.044886727 -2.082800150 -0.002058371 0.999997258 0.001095921 0.133801475 0.044888914 -0.001002420 0.998991489 86.977310181\n0.998928785 0.001489722 -0.046250004 -2.144543648 -0.001427265 0.999998033 0.001383421 0.134833664 0.046251975 -0.001315928 0.998928964 88.359634399\n0.998873532 0.001052752 -0.047439490 -2.219440222 -0.000984383 0.999998450 0.001464522 0.134216860 0.047440957 -0.001416173 0.998873055 89.748085022\n0.998824120 0.000038130 -0.048480764 -2.295684338 0.000049422 0.999998391 0.001804708 0.135343209 0.048480753 -0.001804982 0.998822510 91.120079041\n0.998769522 -0.000586836 -0.049588896 -2.366442680 0.000733871 0.999995410 0.002946916 0.135394260 0.049586937 -0.002979682 0.998765349 92.466789246\n0.998707235 -0.000819268 -0.050825305 -2.438134432 0.000998544 0.999993384 0.003502015 0.137437731 0.050822098 -0.003548238 0.998701394 93.812911987\n0.998664737 -0.001448465 -0.051640026 -2.518417120 0.001600514 0.999994516 0.002903164 0.147795975 0.051635541 -0.002981938 0.998661518 95.132835388\n0.998592675 -0.002210968 -0.052988436 -2.590546608 0.002445403 0.999987483 0.004359836 0.138434410 0.052978136 -0.004483278 0.998585582 96.453399658\n0.998549342 -0.002132682 -0.053802185 -2.667616844 0.002422692 0.999982893 0.005325665 0.140749604 0.053789906 -0.005448285 0.998537421 97.727455139\n0.998494446 -0.001630516 -0.054829169 -2.742200613 0.001950687 0.999981344 0.005786419 0.141886771 0.054818712 -0.005884662 0.998479009 98.982269287\n0.998435855 -0.000878902 -0.055902652 -2.812002897 0.001224224 0.999980390 0.006143259 0.144896314 0.055896156 -0.006202088 0.998417318 100.236976624\n0.998392284 0.000110904 -0.056681756 -2.894672155 0.000211908 0.999983788 0.005689122 0.149788067 0.056681469 -0.005691987 0.998376071 101.476524353\n0.998340428 0.000472083 -0.057586402 -2.969634056 -0.000235023 0.999991477 0.004123296 0.154804155 0.057587858 -0.004102918 0.998332024 102.689437866\n0.998300970 0.000579113 -0.058265023 -3.057823896 -0.000399215 0.999995112 0.003099178 0.160495639 0.058266532 -0.003070652 0.998296320 103.890670776\n0.998243809 0.001395690 -0.059222739 -3.138729811 -0.001212020 0.999994338 0.003137153 0.156581104 0.059226785 -0.003059864 0.998239875 105.084861755\n0.998198509 0.001599521 -0.059976187 -3.217476130 -0.001411468 0.999993980 0.003177694 0.158654675 0.059980907 -0.003087315 0.998194754 106.245605469\n0.998138011 0.001708372 -0.060971953 -3.299715281 -0.001497067 0.999992728 0.003511114 0.160845652 0.060977507 -0.003413297 0.998133302 107.427909851\n0.998097837 0.002549381 -0.061597507 -3.384881496 -0.002359215 0.999992251 0.003159763 0.165653601 0.061605085 -0.003008431 0.998096049 108.577323914\n0.998026073 0.002449636 -0.062753156 -3.460388899 -0.002243982 0.999991894 0.003347461 0.160892576 0.062760845 -0.003200036 0.998023450 109.711257935\n0.997961640 0.003089533 -0.063742250 -3.540858984 -0.002881631 0.999990225 0.003353292 0.167458922 0.063751988 -0.003162775 0.997960746 110.827003479\n0.997904122 0.002923131 -0.064644009 -3.617985010 -0.002701082 0.999990165 0.003522079 0.169069827 0.064653672 -0.003340089 0.997902155 111.932266235\n0.997823954 0.002983523 -0.065866694 -3.693939924 -0.002788323 0.999991417 0.003055285 0.170627624 0.065875247 -0.002864979 0.997823775 113.052108765\n0.997749031 0.002957015 -0.066993229 -3.776859045 -0.002763838 0.999991775 0.002976032 0.174457163 0.067001477 -0.002784175 0.997748971 114.138954163\n0.997680664 0.002930306 -0.068005376 -3.857480764 -0.002690476 0.999989808 0.003617957 0.171268955 0.068015285 -0.003426599 0.997678399 115.225807190\n0.997591913 0.002570370 -0.069309004 -3.935200214 -0.002319833 0.999990463 0.003695031 0.178659081 0.069317847 -0.003525348 0.997588396 116.294830322\n0.997538745 0.002556576 -0.070070565 -4.023567200 -0.002305740 0.999990642 0.003660415 0.181674451 0.070079267 -0.003489841 0.997535348 117.348243713\n0.997458279 0.002912849 -0.071193002 -4.103724957 -0.002698713 0.999991536 0.003103826 0.178382427 0.071201444 -0.002903808 0.997457743 118.392578125\n0.997411728 0.002911740 -0.071842238 -4.188525677 -0.002757373 0.999993682 0.002247778 0.180492178 0.071848333 -0.002043864 0.997413456 119.438842773\n0.997351468 0.002856509 -0.072676882 -4.264064312 -0.002738663 0.999994755 0.001721092 0.183961615 0.072681420 -0.001517497 0.997354031 120.474601746\n0.997335672 0.003317823 -0.072873317 -4.350079536 -0.003199808 0.999993384 0.001736150 0.187734559 0.072878592 -0.001498343 0.997339666 121.498634338\n0.997291327 0.003057645 -0.073489018 -4.430684090 -0.002904986 0.999993384 0.002184103 0.180789128 0.073495209 -0.001964703 0.997293651 122.520301819\n0.997236431 0.003139542 -0.074227095 -4.510995388 -0.002999055 0.999993503 0.002004047 0.187625349 0.074232906 -0.001775897 0.997239351 123.537010193\n0.997168064 0.003477819 -0.075124845 -4.586016178 -0.003326518 0.999992192 0.002139033 0.185232788 0.075131699 -0.001883071 0.997171819 124.547721863\n0.997154415 0.003702528 -0.075295173 -4.676257610 -0.003515378 0.999990404 0.002617922 0.192430139 0.075304143 -0.002345781 0.997157872 125.544128418\n0.997100532 0.004142961 -0.075982802 -4.752159119 -0.003915166 0.999987364 0.003146695 0.185057685 0.075994879 -0.002840086 0.997104168 126.553352356\n0.997091651 0.004426229 -0.076083146 -4.848245621 -0.004172254 0.999985158 0.003496747 0.188813850 0.076097496 -0.003169139 0.997095346 127.566574097\n0.997009099 0.003700701 -0.077195816 -4.913798332 -0.003436138 0.999987781 0.003559720 0.190404937 0.077208042 -0.003283818 0.997009575 128.544631958\n0.996988654 0.003041370 -0.077488117 -4.994757652 -0.002731593 0.999987841 0.004103414 0.190466434 0.077499658 -0.003879391 0.996984839 129.518020630\n0.996944010 0.003711670 -0.078031220 -5.076928139 -0.003405430 0.999985993 0.004057290 0.194613770 0.078045189 -0.003779161 0.996942639 130.508010864\n0.996888161 0.003123769 -0.078767158 -5.149303913 -0.002757475 0.999984860 0.004758682 0.198219031 0.078780830 -0.004526675 0.996881664 131.451705933\n0.996905982 0.003233491 -0.078536361 -5.236834049 -0.002876533 0.999985039 0.004657832 0.198504865 0.078550242 -0.004417508 0.996900380 132.436370850\n0.996965826 0.003268480 -0.077772118 -5.316391468 -0.002958238 0.999987185 0.004103985 0.198869139 0.077784538 -0.003861464 0.996962726 133.379287720\n0.997017026 0.002349890 -0.077146232 -5.392954350 -0.002063785 0.999990702 0.003788116 0.199096367 0.077154413 -0.003617603 0.997012615 134.303955078\n0.997036099 0.002133376 -0.076905549 -5.467726231 -0.001843848 0.999990940 0.003835532 0.207476467 0.076913029 -0.003682362 0.997031033 135.239379883\n0.997086406 0.001324838 -0.076269217 -5.543159008 -0.001013869 0.999991000 0.004115829 0.213342056 0.076273985 -0.004026510 0.997078776 136.139587402\n0.997138679 -0.000207698 -0.075594053 -5.618702412 0.000550638 0.999989629 0.004515785 0.210848749 0.075592332 -0.004544489 0.997128427 137.027694702\n0.997118711 -0.002233584 -0.075824186 -5.675586224 0.002594698 0.999985754 0.004664343 0.218929037 0.075812683 -0.004847644 0.997110307 137.845367432\n0.997141957 -0.002770215 -0.075499885 -5.744835854 0.003178956 0.999980927 0.005294161 0.223694757 0.075483784 -0.005519041 0.997131765 138.709777832\n0.997189164 -0.002571319 -0.074881151 -5.811686516 0.002922714 0.999985218 0.004583498 0.225132585 0.074868254 -0.004789471 0.997181952 139.558837891\n0.997202277 -0.003482066 -0.074669339 -5.875407696 0.003766603 0.999986172 0.003670142 0.225817800 0.074655525 -0.003941123 0.997201622 140.403015137\n0.997197509 -0.004025448 -0.074705414 -5.937614918 0.004238753 0.999987364 0.002696957 0.224324077 0.074693620 -0.003006057 0.997201979 141.238220215\n0.997202277 -0.004767307 -0.074598253 -5.994804859 0.004857671 0.999987662 0.001029942 0.228283718 0.074592419 -0.001389434 0.997213125 142.063964844\n0.997269750 -0.004294906 -0.073719919 -6.065932751 0.004320131 0.999990642 0.000182720 0.231620058 0.073718444 -0.000500701 0.997278988 142.874801636\n0.997313321 -0.003371101 -0.073176637 -6.127839565 0.003418366 0.999994040 0.000520680 0.227858081 0.073174447 -0.000769426 0.997318864 143.679580688\n0.997337759 -0.002962073 -0.072860003 -6.193497181 0.003073608 0.999994278 0.001418739 0.235866785 0.072855383 -0.001638905 0.997341156 144.496337891\n0.997385442 -0.002158021 -0.072232790 -6.262996197 0.002309319 0.999995291 0.002011138 0.230214834 0.072228111 -0.002172689 0.997385800 145.304641724\n0.997447789 -0.001384586 -0.071385935 -6.324048519 0.001476121 0.999998152 0.001229513 0.232975870 0.071384102 -0.001331749 0.997448027 146.096130371\n0.997558534 -0.000775947 -0.069830880 -6.383250713 0.000788864 0.999999702 0.000157406 0.236776054 0.069830738 -0.000212109 0.997558832 146.876632690\n0.997700214 0.000034360 -0.067781061 -6.449377537 -0.000027859 1.000000000 0.000096854 0.235234305 0.067781061 -0.000094743 0.997700214 147.641082764\n0.997796714 0.000698513 -0.066341482 -6.503248692 -0.000644967 0.999999464 0.000828539 0.237223476 0.066342026 -0.000783926 0.997796655 148.395904541\n0.997887254 0.001643239 -0.064948335 -6.557429314 -0.001597787 0.999998450 0.000751755 0.239221096 0.064949468 -0.000646393 0.997888327 149.161987305\n0.997953117 0.001821069 -0.063924037 -6.602821350 -0.001779473 0.999998152 0.000707634 0.238209486 0.063925207 -0.000592435 0.997954488 149.902664185\n0.998046815 0.001819798 -0.062443536 -6.661266804 -0.001780198 0.999998152 0.000689798 0.231899187 0.062444679 -0.000577289 0.998048246 150.633300781\n0.998128653 0.002381866 -0.061102286 -6.709558010 -0.002368538 0.999997139 0.000290546 0.238595560 0.061102804 -0.000145279 0.998131454 151.355590820\n0.998203397 0.002028337 -0.059881892 -6.749912262 -0.002025246 0.999997914 0.000112316 0.236688152 0.059882000 0.000009161 0.998205483 152.063613892\n0.998252749 0.001566579 -0.059067879 -6.793626785 -0.001530173 0.999998629 0.000661562 0.233339280 0.059068836 -0.000570023 0.998253763 152.774765015\n0.998306870 0.001239444 -0.058153849 -6.841824532 -0.001204073 0.999999046 0.000643277 0.232351542 0.058154594 -0.000572166 0.998307407 153.481826782\n0.998285234 0.000455367 -0.058535188 -6.878376007 -0.000435226 0.999999821 0.000356824 0.237599969 0.058535341 -0.000330736 0.998285294 154.187469482\n0.998247206 0.000474736 -0.059180215 -6.930840969 -0.000431304 0.999999642 0.000746672 0.236201018 0.059180547 -0.000719839 0.998247027 154.881958008\n0.998118162 0.000005345 -0.061319835 -6.971063137 0.000080273 0.999999046 0.001393776 0.239109457 0.061319780 -0.001396075 0.998117208 155.588897705\n0.997985244 -0.000483830 -0.063445084 -7.023491859 0.000596067 0.999998271 0.001750122 0.239089757 0.063444130 -0.001784413 0.997983813 156.269531250\n0.997845650 -0.000196530 -0.065605305 -7.080634117 0.000322116 0.999998152 0.001903693 0.243036225 0.065604806 -0.001920724 0.997843862 156.964401245\n0.997667611 -0.000473206 -0.068257488 -7.129611492 0.000564650 0.999998987 0.001320411 0.243422732 0.068256795 -0.001355873 0.997666836 157.662918091\n0.997543991 -0.000556197 -0.070040919 -7.187812805 0.000607507 0.999999583 0.000711269 0.242576465 0.070040494 -0.000752073 0.997543871 158.351516724\n0.997420073 -0.000504506 -0.071783721 -7.240876675 0.000474146 0.999999762 -0.000439979 0.247699842 0.071783930 0.000404808 0.997420132 159.040557861\n0.997308731 -0.001030664 -0.073309451 -7.301443577 0.000938140 0.999998748 -0.001296517 0.251008481 0.073310696 0.001224253 0.997308373 159.722686768\n0.997233629 -0.001630335 -0.074312896 -7.357486725 0.001465159 0.999996305 -0.002277164 0.249605671 0.074316338 0.002161985 0.997232378 160.418899536\n0.997225642 -0.001504170 -0.074422769 -7.421381474 0.001278916 0.999994457 -0.003074238 0.252622008 0.074426979 0.002970528 0.997222066 161.110748291\n0.997146904 -0.002308396 -0.075450048 -7.469383717 0.002102245 0.999993861 -0.002811593 0.253452122 0.075456075 0.002644957 0.997145593 161.805984497\n0.997098684 -0.002511931 -0.076078214 -7.521040440 0.002377895 0.999995470 -0.001852354 0.253246129 0.076082520 0.001666074 0.997100115 162.496139526\n0.997079551 -0.002542806 -0.076327413 -7.581043720 0.002379172 0.999994695 -0.002234697 0.256961912 0.076332688 0.002046574 0.997080326 163.200759888\n0.997020304 -0.002904053 -0.077084593 -7.635123253 0.002731759 0.999993503 -0.002340483 0.259624571 0.077090897 0.002122933 0.997021794 163.900711060\n0.997001052 -0.003183907 -0.077322476 -7.693118572 0.003007148 0.999992609 -0.002402324 0.260221452 0.077329546 0.002162600 0.997003257 164.608230591\n0.996965408 -0.003424170 -0.077770405 -7.752073288 0.003215026 0.999990880 -0.002814301 0.267826110 0.077779330 0.002555727 0.996967316 165.321380615\n0.996919751 -0.003906459 -0.078331195 -7.814317703 0.003710220 0.999989629 -0.002650633 0.266129911 0.078340739 0.002351842 0.996923864 166.049804688\n0.996898651 -0.003929924 -0.078598253 -7.877768040 0.003723129 0.999989212 -0.002777414 0.273004085 0.078608327 0.002476169 0.996902525 166.778808594\n0.996862888 -0.003370642 -0.079075985 -7.939245701 0.003159177 0.999991119 -0.002799150 0.277585655 0.079084709 0.002540554 0.996864676 167.506271362\n0.996832669 -0.003250919 -0.079460904 -8.010714531 0.003083591 0.999992788 -0.002228416 0.277071446 0.079467580 0.001976333 0.996835470 168.252151489\n0.996804416 -0.003591881 -0.079800107 -8.075042725 0.003415887 0.999991417 -0.002341837 0.280462712 0.079807840 0.002061766 0.996808112 168.999649048\n0.996783793 -0.003863797 -0.080044538 -8.148674011 0.003620660 0.999988377 -0.003182435 0.284340322 0.080055900 0.002882386 0.996786237 169.747314453\n0.996756732 -0.003689211 -0.080389343 -8.210073471 0.003469458 0.999989867 -0.002873117 0.283145338 0.080399126 0.002584892 0.996759415 170.494613647\n0.996754646 -0.002975083 -0.080444694 -8.285046577 0.002757859 0.999992251 -0.002811266 0.285644054 0.080452435 0.002580288 0.996755123 171.254257202\n0.996700466 -0.002668651 -0.081123926 -8.349613190 0.002474293 0.999993801 -0.002496255 0.287702143 0.081130087 0.002287294 0.996700883 172.011383057\n0.996651113 -0.002998934 -0.081716478 -8.410290718 0.002851055 0.999994099 -0.001926278 0.288687915 0.081721768 0.001686849 0.996653736 172.757705688\n0.996641040 -0.002557352 -0.081854247 -8.487234116 0.002405295 0.999995172 -0.001956209 0.292688787 0.081858851 0.001752755 0.996642411 173.520034790\n0.996575534 -0.001663521 -0.082670696 -8.549782753 0.001504883 0.999996901 -0.001981184 0.288386524 0.082673736 0.001849990 0.996574938 174.279663086\n0.996511817 -0.001792765 -0.083432272 -8.616838455 0.001595655 0.999995768 -0.002429132 0.289768219 0.083436273 0.002287529 0.996510506 175.049591064\n0.996435523 -0.001883936 -0.084336847 -8.684794426 0.001652730 0.999994695 -0.002811200 0.295756996 0.084341690 0.002661793 0.996433318 175.816711426\n0.996348500 -0.001498673 -0.085366301 -8.757453918 0.001276727 0.999995649 -0.002654455 0.293641120 0.085369907 0.002535773 0.996346116 176.588302612\n0.996179581 -0.001186778 -0.087320343 -8.827011108 0.000951944 0.999995828 -0.002730937 0.291460216 0.087323219 0.002637380 0.996176541 177.352111816\n0.996018648 -0.001196916 -0.089137234 -8.906947136 0.000914217 0.999994397 -0.003212265 0.297684997 0.089140579 0.003117985 0.996014178 178.112945557\n0.995829761 -0.000569511 -0.091228932 -8.980405807 0.000212337 0.999992251 -0.003924803 0.299371153 0.091230467 0.003889065 0.995822191 178.876632690\n0.995627820 0.000510120 -0.093407892 -9.063640594 -0.000958650 0.999988198 -0.004757029 0.304921240 0.093404368 0.004825776 0.995616555 179.635894775\n0.995371640 0.000719369 -0.096097827 -9.138369560 -0.001192636 0.999987423 -0.004867503 0.304134935 0.096093118 0.004959584 0.995360017 180.402557373\n0.995126605 0.000304976 -0.098605186 -9.214286804 -0.000775153 0.999988496 -0.004730000 0.303560913 0.098602608 0.004783383 0.995115399 181.178604126\n0.994895220 -0.000280999 -0.100913100 -9.295656204 -0.000154870 0.999990702 -0.004311389 0.303774565 0.100913376 0.004305008 0.994885921 181.953201294\n0.994674325 0.000294448 -0.103067473 -9.385573387 -0.000712667 0.999991655 -0.004020921 0.302569598 0.103065424 0.004072960 0.994666219 182.732849121\n0.994423151 0.000358621 -0.105462901 -9.471835136 -0.000801881 0.999991000 -0.004160619 0.304611862 0.105460465 0.004221985 0.994414508 183.527801514\n0.994257390 0.000234897 -0.107015125 -9.563170433 -0.000757568 0.999987960 -0.004843459 0.307137549 0.107012704 0.004896717 0.994245589 184.314559937\n0.994107723 -0.000144629 -0.108396553 -9.655755997 -0.000430528 0.999985933 -0.005282622 0.305114865 0.108395793 0.005298164 0.994093716 185.116897583\n0.993918300 -0.000129029 -0.110119678 -9.752308846 -0.000515768 0.999982893 -0.005826921 0.306632280 0.110118546 0.005848280 0.993901253 185.941741943\n0.993745744 -0.000130392 -0.111666352 -9.845587730 -0.000624063 0.999977231 -0.006721354 0.309851497 0.111664683 0.006749004 0.993723035 186.771011353\n0.993578970 -0.000641306 -0.113139041 -9.948647499 -0.000201202 0.999972343 -0.007435083 0.316851079 0.113140680 0.007410106 0.993551373 187.618072510\n0.993436515 -0.000304912 -0.114384174 -10.050723076 -0.000619767 0.999967396 -0.008048330 0.311713129 0.114382900 0.008066397 0.993403971 188.467147827\n0.993257821 -0.001500067 -0.115916602 -10.156499863 0.000492402 0.999961853 -0.008721171 0.317831397 0.115925260 0.008605294 0.993220687 189.347564697\n0.993068516 -0.002233705 -0.117515504 -10.257961273 0.001235186 0.999962509 -0.008569061 0.316957146 0.117530242 0.008364511 0.993034065 190.224197388\n0.992918849 -0.001549080 -0.118784666 -10.377524376 0.000438017 0.999955893 -0.009379125 0.326884001 0.118793957 0.009260681 0.992875755 191.135543823\n0.992743671 -0.002190497 -0.120229810 -10.494552612 0.001037021 0.999952853 -0.009655662 0.331406921 0.120245293 0.009460916 0.992699146 192.077194214\n0.992538512 -0.002160092 -0.121912211 -10.605536461 0.000967202 0.999951065 -0.009843164 0.335469991 0.121927515 0.009651806 0.992492080 193.011993408\n0.992366314 -0.000911450 -0.123321697 -10.739887238 -0.000203641 0.999959230 -0.009029220 0.333508015 0.123324901 0.008985407 0.992325664 193.964874268\n0.992148817 -0.000451381 -0.125062287 -10.870776176 -0.000559583 0.999967456 -0.008048434 0.333125472 0.125061855 0.008055227 0.992116272 194.936233521\n0.991887033 0.000057654 -0.127122313 -10.995273590 -0.001022748 0.999971151 -0.007526598 0.332455784 0.127118215 0.007595549 0.991858482 195.902679443\n0.991664708 0.000291858 -0.128844768 -11.122310638 -0.001309669 0.999968588 -0.007814857 0.325871646 0.128838450 0.007918462 0.991634011 196.882095337\n0.991451144 0.000311886 -0.130478248 -11.259390831 -0.001355622 0.999967813 -0.007910567 0.329960406 0.130471587 0.008019820 0.991419613 197.880233765\n0.991231382 0.000533225 -0.132136330 -11.396762848 -0.001614330 0.999966085 -0.008074749 0.332900345 0.132127553 0.008217257 0.991198659 198.891738892\n0.991067827 0.000043904 -0.133358970 -11.540075302 -0.001238120 0.999959886 -0.008871982 0.334283173 0.133353233 0.008957851 0.991028070 199.919647217\n0.990959346 -0.000160947 -0.134162530 -11.683491707 -0.001001184 0.999962568 -0.008594598 0.333235741 0.134158894 0.008651217 0.990922093 200.980606079\n0.990810096 0.000598995 -0.135259032 -11.833328247 -0.001618554 0.999971092 -0.007427982 0.335136056 0.135250673 0.007578644 0.990782440 202.041687012\n0.990611613 0.000512395 -0.136705577 -11.980619431 -0.001234821 0.999985695 -0.005199790 0.338589698 0.136700958 0.005319779 0.990598083 203.108001709\n0.990497172 0.000298722 -0.137532830 -12.131413460 -0.000920484 0.999989629 -0.004457253 0.346005887 0.137530074 0.004541493 0.990487158 204.176956177\n0.990283489 0.000727590 -0.139061436 -12.281727791 -0.001362940 0.999989092 -0.004473673 0.347670913 0.139056668 0.004619737 0.990273654 205.256942749\n0.990125120 -0.000437983 -0.140185952 -12.435490608 -0.000421070 0.999981344 -0.006098235 0.355495006 0.140186012 0.006097043 0.990106404 206.334365845\n0.989931107 -0.000475023 -0.141549334 -12.595430374 -0.000346884 0.999983251 -0.005781774 0.352011502 0.141549706 0.005772660 0.989914298 207.444290161\n0.989764273 -0.001241523 -0.142706424 -12.750411987 0.000444785 0.999984145 -0.005614822 0.361347973 0.142711133 0.005493877 0.989749134 208.545303345\n0.989631951 -0.000893318 -0.143623680 -12.911885262 0.000183650 0.999987721 -0.004954341 0.362521619 0.143626332 0.004876598 0.989619970 209.637222290\n0.989504576 -0.002498204 -0.144479960 -13.070855141 0.001750997 0.999984443 -0.005298627 0.361013442 0.144490942 0.004990032 0.989493549 210.745483398\n0.989354193 -0.003028274 -0.145496175 -13.235014915 0.002197061 0.999980330 -0.005873301 0.359631002 0.145511091 0.005491110 0.989341378 211.855697632\n0.989211977 -0.003761388 -0.146442726 -13.401741982 0.002888617 0.999976754 -0.006172009 0.359435320 0.146462545 0.005682409 0.989199877 212.970489502\n0.989115119 -0.005574362 -0.147038266 -13.573758125 0.004438956 0.999957740 -0.008048847 0.358931601 0.147076920 0.007308540 0.989098072 214.095901489\n0.988965034 -0.006624408 -0.148001134 -13.745117188 0.005314409 0.999943137 -0.009244972 0.359408885 0.148053959 0.008356415 0.988943994 215.226013184\n0.988865554 -0.006981357 -0.148647726 -13.929293633 0.005740442 0.999945045 -0.008775428 0.354375511 0.148700818 0.007824414 0.988851249 216.362258911\n0.988717973 -0.006940615 -0.149628356 -14.110910416 0.005803719 0.999950886 -0.008033456 0.354766250 0.149676770 0.007074422 0.988709688 217.515670776\n0.988600254 -0.006109526 -0.150440127 -14.292984962 0.004889959 0.999952137 -0.008475264 0.352781564 0.150484711 0.007643002 0.988582790 218.683807373\n0.988508523 -0.004337973 -0.151102826 -14.483144760 0.003027298 0.999955773 -0.008903018 0.352085024 0.151134759 0.008343277 0.988477945 219.860946655\n0.988429844 -0.001660990 -0.151669636 -14.673736572 0.000499634 0.999970257 -0.007694933 0.349621832 0.151677907 0.007530122 0.988401294 221.049621582\n0.988352001 -0.000112840 -0.152185261 -14.862361908 -0.001000807 0.999973297 -0.007241088 0.350146562 0.152182013 0.007309052 0.988325477 222.239486694\n0.988323331 0.001403153 -0.152364865 -15.059903145 -0.002501031 0.999972284 -0.007014170 0.348883659 0.152350798 0.007313337 0.988299429 223.440155029\n0.988331258 0.002324374 -0.152302161 -15.255876541 -0.003609066 0.999960184 -0.008159252 0.350301385 0.152277142 0.008613712 0.988300323 224.659500122\n0.988323689 0.001927387 -0.152356714 -15.449121475 -0.003297366 0.999956369 -0.008739767 0.344897360 0.152333215 0.009140094 0.988286912 225.891143799\n0.988362670 0.001383337 -0.152109534 -15.647637367 -0.002701039 0.999960601 -0.008456560 0.359016329 0.152091846 0.008769002 0.988327444 227.140838623\n0.988320410 0.000643411 -0.152388737 -15.845942497 -0.001677202 0.999976456 -0.006655455 0.359818220 0.152380854 0.006833309 0.988298237 228.401611328\n0.988324642 -0.000666535 -0.152361095 -16.050983429 -0.000133492 0.999986231 -0.005240575 0.360315621 0.152362496 0.005199729 0.988310993 229.670578003\n0.988221645 -0.002875255 -0.153002158 -16.251468658 0.002147635 0.999985576 -0.004920675 0.361823201 0.153014109 0.004534125 0.988213599 230.949661255\n0.988208890 -0.005173866 -0.153024405 -16.452926636 0.004414720 0.999976218 -0.005300314 0.359538376 0.153048187 0.004562258 0.988208175 232.217376709\n0.988115847 -0.006233449 -0.153584540 -16.660245895 0.005768766 0.999977350 -0.003471042 0.365991950 0.153602690 0.002543798 0.988129437 233.503997803\n0.988047779 -0.006718762 -0.154001415 -16.863391876 0.006628481 0.999977410 -0.001099694 0.362624586 0.154005319 0.000065755 0.988070011 234.795166016\n0.988024354 -0.006173691 -0.154174432 -17.075862885 0.005839678 0.999979496 -0.002619245 0.365815014 0.154187441 0.001687548 0.988040149 236.081970215\n0.987997651 -0.005743137 -0.154361993 -17.284629822 0.004842184 0.999969006 -0.006211971 0.365850061 0.154392868 0.005389964 0.987994850 237.370056152\n0.987939298 -0.004161744 -0.154785857 -17.493343353 0.002901506 0.999960780 -0.008366844 0.363765299 0.154814601 0.007816822 0.987912595 238.650466919\n0.987968385 -0.003274768 -0.154621318 -17.707000732 0.002043113 0.999964893 -0.008123863 0.358332157 0.154642493 0.007710212 0.987940431 239.940063477\n0.987911046 -0.000656030 -0.155020520 -17.918840408 -0.000281117 0.999981821 -0.006023309 0.357742578 0.155021653 0.005994072 0.987892866 241.238250732\n0.987913668 0.000518455 -0.155004099 -18.147903442 -0.001178404 0.999990642 -0.004165772 0.356075883 0.155000493 0.004298081 0.987905025 242.556411743\n0.987933993 0.000199263 -0.154875547 -18.364917755 -0.000818611 0.999991894 -0.003935235 0.361067384 0.154873520 0.004014535 0.987926126 243.869812012\n0.987893164 0.000742048 -0.155133858 -18.581209183 -0.001404645 0.999990344 -0.004161562 0.363642126 0.155129269 0.004329087 0.987884700 245.179733276\n0.987825930 0.000302616 -0.155562878 -18.792133331 -0.001056512 0.999988079 -0.004763590 0.364145845 0.155559584 0.004869952 0.987814486 246.493408203\n0.987807512 0.000506109 -0.155679166 -19.015361786 -0.001352527 0.999984860 -0.005331062 0.366481155 0.155674115 0.005476624 0.987793267 247.824523926\n0.987764359 0.000381988 -0.155953377 -19.232566833 -0.001401568 0.999978364 -0.006427816 0.370157003 0.155947551 0.006567746 0.987743497 249.171157837\n0.987680912 -0.001039983 -0.156477854 -19.450597763 -0.000264552 0.999965370 -0.008315811 0.365455091 0.156481087 0.008254765 0.987646461 250.510269165\n0.987646759 -0.002085703 -0.156682998 -19.673849106 0.000524324 0.999949813 -0.010005886 0.365628988 0.156696007 0.009800128 0.987598240 251.863327026\n0.987592936 -0.002882929 -0.157009020 -19.903947830 0.001429558 0.999955118 -0.009368751 0.358437270 0.157028973 0.009028059 0.987552702 253.267791748\n0.987640560 -0.003791898 -0.156689882 -20.129791260 0.002528975 0.999962687 -0.008258597 0.352573395 0.156715348 0.007760260 0.987613320 254.635513306\n0.987634361 -0.003241054 -0.156741440 -20.354623795 0.002181626 0.999973595 -0.006930645 0.360758305 0.156759769 0.006502992 0.987615347 256.009338379\n0.987633049 -0.004414745 -0.156720936 -20.584867477 0.003489439 0.999974847 -0.006178802 0.356208861 0.156744272 0.005555521 0.987623572 257.386169434\n0.987600207 -0.003921586 -0.156940848 -20.821647644 0.003177976 0.999982476 -0.004988801 0.355626166 0.156957656 0.004428187 0.987595379 258.780578613\n0.987507164 -0.003565166 -0.157533929 -21.046697617 0.002891913 0.999985695 -0.004502712 0.364778221 0.157547712 0.003990886 0.987503290 260.182281494\n0.987595439 -0.003387991 -0.156983256 -21.284925461 0.002910088 0.999990404 -0.003274035 0.364124388 0.156992853 0.002776587 0.987595856 261.584930420\n0.987656534 -0.002626307 -0.156613290 -21.510305405 0.001986347 0.999989033 -0.004242615 0.373904526 0.156622723 0.003879158 0.987650871 262.988403320\n0.987849236 -0.001411777 -0.155408621 -21.742172241 0.000617171 0.999986470 -0.005161142 0.375027388 0.155413806 0.005002517 0.987836778 264.384094238\n0.988012075 -0.001356465 -0.154370636 -21.969030380 0.000731761 0.999991298 -0.004103526 0.378035843 0.154374868 0.003941372 0.988004506 265.802093506\n0.988225222 -0.000451683 -0.153005689 -22.198118210 -0.000194712 0.999991119 -0.004209637 0.379778951 0.153006226 0.004189861 0.988216341 267.222167969\n0.988330245 -0.001056556 -0.152322665 -22.421070099 0.000128893 0.999981403 -0.006099869 0.383725345 0.152326271 0.006009052 0.988312006 268.636871338\n0.988517344 -0.001235786 -0.151102379 -22.643329620 0.000262503 0.999979079 -0.006460991 0.385988325 0.151107207 0.006347137 0.988497019 270.076293945\n0.988654792 -0.000575321 -0.150204524 -22.868579865 0.000022916 0.999993205 -0.003679390 0.386754870 0.150205627 0.003634204 0.988648117 271.516693115\n0.988835156 0.000074162 -0.149013549 -23.100542068 -0.000498290 0.999995947 -0.002808905 0.388662010 0.149012730 0.002851796 0.988831162 272.978118896\n0.989000261 -0.000426706 -0.147912979 -23.327873230 -0.000094644 0.999993801 -0.003517650 0.393656284 0.147913560 0.003492956 0.988994122 274.424499512\n0.989076734 -0.000781349 -0.147399306 -23.555580139 0.000150412 0.999990761 -0.004291560 0.391995966 0.147401288 0.004222512 0.989067733 275.893615723\n0.989122212 -0.001680280 -0.147086516 -23.785491943 0.001220740 0.999994099 -0.003214496 0.394373059 0.147091046 0.002999975 0.989118397 277.385925293\n0.989177048 -0.002391270 -0.146707237 -24.016311646 0.001976484 0.999993622 -0.002973010 0.401227117 0.146713421 0.002650868 0.989175498 278.860809326\n0.989130676 -0.003538828 -0.146996439 -24.232706070 0.003044823 0.999988914 -0.003585539 0.412230343 0.147007510 0.003098988 0.989130497 280.347778320\n0.989087939 -0.003886392 -0.147274897 -24.459764481 0.003365366 0.999987185 -0.003786786 0.410284668 0.147287726 0.003249831 0.989088356 281.840270996\n0.989113867 -0.004354466 -0.147087723 -24.691022873 0.003777232 0.999984026 -0.004203500 0.418299407 0.147103682 0.003602155 0.989114523 283.334136963\n0.989132702 -0.005088124 -0.146937326 -24.928834915 0.004535228 0.999981344 -0.004097577 0.415504366 0.146955431 0.003386654 0.989137292 284.838012695\n0.989221573 -0.005432377 -0.146325737 -25.170736313 0.004939522 0.999980867 -0.003731342 0.423823386 0.146343216 0.002968344 0.989229441 286.356201172\n0.989233375 -0.005677166 -0.146236405 -25.407840729 0.005183523 0.999979496 -0.003756491 0.429977953 0.146254733 0.002958026 0.989242554 287.873535156\n0.989292920 -0.005141505 -0.145852849 -25.646261215 0.004833767 0.999985278 -0.002464246 0.434281945 0.145863369 0.001732842 0.989303231 289.386810303\n0.989341617 -0.004524296 -0.145542949 -25.883062363 0.004153757 0.999987304 -0.002849702 0.436134368 0.145553991 0.002214779 0.989347816 290.898529053\n0.989379466 -0.005810038 -0.145239487 -26.113109589 0.005107911 0.999973416 -0.005206718 0.438370228 0.145265877 0.004409549 0.989382803 292.426361084\n0.989354074 -0.006524779 -0.145382136 -26.343208313 0.005587334 0.999960899 -0.006855534 0.438387513 0.145421177 0.005970252 0.989351809 293.972442627\n0.989346683 -0.008233392 -0.145345464 -26.578767776 0.007486915 0.999955833 -0.005682138 0.436905354 0.145385817 0.004533416 0.989364624 295.511810303\n0.989330113 -0.009961728 -0.145350382 -26.808765411 0.009452635 0.999946535 -0.004192756 0.437416971 0.145384386 0.002774076 0.989371359 297.061431885\n0.989256978 -0.011526015 -0.145732075 -27.039060593 0.011104299 0.999931455 -0.003706936 0.439360321 0.145764813 0.002048860 0.989317179 298.613159180\n0.989326596 -0.011950148 -0.145224333 -27.281692505 0.011629239 0.999927700 -0.003058505 0.448759854 0.145250380 0.001337012 0.989394009 300.184997559\n0.989240766 -0.011422114 -0.145849869 -27.519792557 0.011130859 0.999934077 -0.002812904 0.456314087 0.145872384 0.001159205 0.989302754 301.749877930\n0.989189029 -0.011217643 -0.146216467 -27.767173767 0.010915538 0.999936283 -0.002868332 0.466589749 0.146239325 0.001241291 0.989248455 303.351715088\n0.989128232 -0.011396503 -0.146613225 -27.995607376 0.010941815 0.999932528 -0.003907395 0.482581884 0.146647856 0.002260700 0.989186168 304.969665527\n0.988948584 -0.015319470 -0.147465378 -28.222320557 0.014979493 0.999881983 -0.003415807 0.491812378 0.147500291 0.001169101 0.989061296 306.588958740\n0.988898277 -0.017239112 -0.147590697 -28.468156815 0.017798077 0.999838531 0.002467359 0.491863668 0.147524342 -0.005066798 0.989045441 308.142608643\n0.988765001 -0.016454516 -0.148569748 -28.703630447 0.017323684 0.999839544 0.004557968 0.498997241 0.148470908 -0.007080535 0.988891423 309.725830078\n0.988822937 -0.014049658 -0.148431331 -28.957012177 0.014232576 0.999898672 0.000170196 0.512854099 0.148413911 -0.002280854 0.988922715 311.308807373\n0.988875091 -0.009870469 -0.148420483 -29.214984894 0.009656558 0.999951065 -0.002161801 0.519129992 0.148434564 0.000704521 0.988922000 312.884368896\n0.988857448 -0.007385395 -0.148682222 -29.465955734 0.007494626 0.999971926 0.000174392 0.519776404 0.148676753 -0.001286766 0.988884985 314.474212646\n0.988734722 -0.006880920 -0.149520159 -29.701755524 0.007337310 0.999969959 0.002500935 0.525661111 0.149498463 -0.003569837 0.988755524 316.040832520\n0.988768876 -0.005297927 -0.149358675 -29.942556381 0.005975803 0.999973774 0.004090155 0.541635752 0.149333090 -0.004936757 0.988774598 317.614807129\n0.988919020 -0.005239380 -0.148363337 -30.180885315 0.005817580 0.999977052 0.003463499 0.547582507 0.148341790 -0.004288236 0.988926828 319.173065186\n0.988978803 -0.004506231 -0.147988513 -30.420789719 0.004981674 0.999983549 0.002842202 0.557442188 0.147973284 -0.003548109 0.988985002 320.747467041\n0.989082336 -0.005457020 -0.147262961 -30.670360565 0.005824204 0.999980927 0.002062308 0.567109466 0.147248894 -0.002897482 0.989095211 322.319122314\n0.989101470 -0.006291325 -0.147101149 -30.911163330 0.006639493 0.999976218 0.001875970 0.570771337 0.147085845 -0.002832202 0.989119649 323.864257812\n0.989005029 -0.007182864 -0.147707328 -31.150293350 0.007616417 0.999968171 0.002369819 0.574133515 0.147685617 -0.003468763 0.989028275 325.446868896\n0.988877892 -0.007898014 -0.148519993 -31.398389816 0.008383726 0.999961376 0.002644573 0.581532896 0.148493364 -0.003860310 0.988905847 326.999237061\n0.988691568 -0.007667192 -0.149767175 -31.641340256 0.008129588 0.999963880 0.002475446 0.582886159 0.149742797 -0.003664998 0.988718212 328.566894531\n0.988546133 -0.007369281 -0.150739089 -31.883163452 0.007807177 0.999966860 0.002313384 0.588305533 0.150717035 -0.003463733 0.988570869 330.122863770\n0.988413095 -0.007561302 -0.151599377 -32.129047394 0.008002750 0.999965310 0.002302005 0.593263805 0.151576713 -0.003488543 0.988439322 331.677276611\n0.988373697 -0.007013024 -0.151882544 -32.369068146 0.007438320 0.999969840 0.002232161 0.596446753 0.151862308 -0.003335960 0.988396049 333.218780518\n0.988331676 -0.007299294 -0.152142093 -32.622493744 0.007690748 0.999968469 0.001984633 0.610080183 0.152122810 -0.003131562 0.988356650 334.789123535\n0.988319933 -0.007146760 -0.152225465 -32.872943878 0.007461047 0.999971032 0.001493501 0.624042809 0.152210385 -0.002611818 0.988344669 336.350097656\n0.988279879 -0.006258150 -0.152524501 -33.118339539 0.006622341 0.999976277 0.001879867 0.629051924 0.152509123 -0.002867904 0.988297880 337.905883789\n0.988260508 -0.006266648 -0.152649611 -33.365570068 0.006604551 0.999976754 0.001706621 0.640010297 0.152635366 -0.002694768 0.988278925 339.466705322\n0.988253295 -0.006423596 -0.152689680 -33.616352081 0.006831689 0.999974370 0.002148200 0.645546079 0.152671963 -0.003166094 0.988271832 341.026947021\n0.988281906 -0.007141722 -0.152472392 -33.876621246 0.007488479 0.999970496 0.001700092 0.658001781 0.152455762 -0.002821956 0.988306284 342.611633301\n0.988294482 -0.008299806 -0.152332410 -34.130531311 0.008606722 0.999962032 0.001355485 0.662946820 0.152315378 -0.002650701 0.988328397 344.177795410\n0.988304973 -0.009018336 -0.152223408 -34.383590698 0.009282250 0.999956369 0.001023167 0.675693512 0.152207553 -0.002424177 0.988345563 345.761230469\n0.988310575 -0.008571251 -0.152212873 -34.633483887 0.008867644 0.999959886 0.001268477 0.683090091 0.152195886 -0.002603419 0.988346934 347.348876953\n0.988344133 -0.007877611 -0.152032450 -34.893447876 0.008165520 0.999965847 0.001269479 0.689950109 0.152017251 -0.002496106 0.988374710 348.915771484\n0.988337636 -0.007101165 -0.152112633 -35.145786285 0.007368350 0.999972165 0.001192868 0.694955528 0.152099922 -0.002299776 0.988362432 350.495880127\n0.988358855 -0.007378576 -0.151961789 -35.391571045 0.007695888 0.999969244 0.001500043 0.701074004 0.151946053 -0.002652061 0.988385260 352.060546875\n0.988373637 -0.006886587 -0.151888490 -35.654354095 0.007297675 0.999971092 0.002149215 0.712638676 0.151869282 -0.003232660 0.988395274 353.656677246\n0.988387406 -0.006623718 -0.151810542 -35.915985107 0.007098765 0.999971449 0.002587443 0.725538552 0.151789069 -0.003635064 0.988406241 355.255859375\n0.988357306 -0.006847161 -0.151996538 -36.171386719 0.007426045 0.999967158 0.003241192 0.733033538 0.151969343 -0.004332189 0.988375723 356.843719482\n0.988334477 -0.005732847 -0.152190909 -36.433097839 0.006401122 0.999971926 0.003901433 0.741683662 0.152164266 -0.004830114 0.988343418 358.437255859\n0.988322496 -0.005455846 -0.152278841 -36.682708740 0.006179092 0.999971747 0.004276657 0.752786040 0.152251199 -0.005167661 0.988328338 360.009124756\n0.988332212 -0.005196103 -0.152224898 -36.940376282 0.005884924 0.999974370 0.004074827 0.765182853 0.152199835 -0.004923115 0.988337457 361.591278076\n0.988310814 -0.005046360 -0.152368695 -37.190994263 0.005629009 0.999978423 0.003392818 0.772329926 0.152348295 -0.004210844 0.988317907 363.186584473\n0.988279343 -0.005131576 -0.152569935 -37.434288025 0.005446260 0.999983788 0.001644710 0.778974652 0.152559027 -0.002456369 0.988291323 364.763488770\n0.988330662 -0.004114558 -0.152268127 -37.691547394 0.004283091 0.999990523 0.000778834 0.784298897 0.152263492 -0.001421923 0.988338888 366.324676514\n0.988395572 -0.004208167 -0.151843637 -37.939556122 0.004583567 0.999987245 0.002122339 0.787770510 0.151832774 -0.002793696 0.988402247 367.878265381\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0017_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n1.000000000 0.000003922 0.000011141 0.000289340 -0.000003923 1.000000000 0.000016846 0.000081895 -0.000011141 -0.000016846 1.000000000 0.000415339\n1.000000000 -0.000010201 -0.000009277 0.000054005 0.000010201 1.000000000 -0.000063094 0.000103484 0.000009278 0.000063094 1.000000000 -0.000815372\n1.000000000 -0.000077164 -0.000003175 0.000526258 0.000077164 1.000000000 -0.000040245 0.000111979 0.000003178 0.000040245 1.000000000 -0.001053848\n1.000000000 -0.000021816 -0.000027634 0.000071600 0.000021815 1.000000000 -0.000021615 0.000170715 0.000027634 0.000021614 1.000000000 -0.000342720\n1.000000000 -0.000092234 -0.000037278 0.000337975 0.000092233 1.000000000 -0.000039113 0.000554560 0.000037282 0.000039109 1.000000000 -0.000280189\n1.000000000 -0.000026040 -0.000010517 0.000126620 0.000026040 1.000000000 -0.000024031 -0.000024077 0.000010518 0.000024031 1.000000000 -0.000711754\n1.000000000 -0.000024460 -0.000014506 0.000488693 0.000024459 1.000000000 -0.000028879 0.000247977 0.000014507 0.000028879 1.000000000 -0.000308911\n1.000000000 -0.000060044 -0.000009435 0.000698061 0.000060043 1.000000000 -0.000059454 0.000490292 0.000009439 0.000059453 1.000000000 0.000277193\n1.000000000 -0.000086730 -0.000017191 0.000265119 0.000086728 1.000000000 -0.000118773 0.000518896 0.000017201 0.000118771 1.000000000 -0.001597594\n1.000000000 -0.000018654 0.000021272 -0.000048437 0.000018654 1.000000000 -0.000026480 0.000341040 -0.000021272 0.000026480 1.000000000 -0.000252353\n1.000000000 0.000034825 -0.000012048 0.000303859 -0.000034826 1.000000000 -0.000041307 0.000266341 0.000012047 0.000041307 1.000000000 0.000058981\n1.000000000 -0.000072337 -0.000010449 -0.000287867 0.000072336 1.000000000 -0.000060095 0.000047034 0.000010454 0.000060094 1.000000000 -0.000915125\n1.000000000 -0.000026871 0.000016405 -0.000486597 0.000026871 1.000000000 -0.000022919 -0.000001861 -0.000016405 0.000022919 1.000000000 -0.000852919\n1.000000000 0.000048004 -0.000016264 0.000418231 -0.000048003 1.000000000 0.000052863 -0.000393104 0.000016266 -0.000052862 1.000000000 0.000392342\n1.000000000 0.000000646 0.000001736 0.000429890 -0.000000646 1.000000000 0.000008232 -0.000174100 -0.000001736 -0.000008232 1.000000000 -0.001305307\n1.000000000 -0.000097210 -0.000006853 0.000189610 0.000097209 1.000000000 -0.000043325 -0.000070871 0.000006857 0.000043325 1.000000000 -0.000824354\n1.000000000 -0.000039661 -0.000001917 0.000344709 0.000039661 1.000000000 -0.000027829 0.000055157 0.000001918 0.000027829 1.000000000 -0.000836254\n1.000000000 0.000017722 0.000029364 -0.000074457 -0.000017723 1.000000000 0.000027201 -0.000255418 -0.000029363 -0.000027202 1.000000000 -0.000048341\n1.000000000 0.000015807 0.000017204 -0.000238092 -0.000015806 1.000000000 -0.000054243 -0.000128597 -0.000017204 0.000054243 1.000000000 -0.002042708\n1.000000000 -0.000083106 0.000020570 -0.000300859 0.000083106 1.000000000 0.000006628 -0.000349006 -0.000020570 -0.000006626 1.000000000 -0.000432467\n1.000000000 -0.000025700 0.000010381 0.000236312 0.000025699 1.000000000 0.000050055 -0.000299816 -0.000010382 -0.000050055 1.000000000 -0.000231401\n1.000000000 -0.000051436 0.000052774 -0.000529192 0.000051441 1.000000000 -0.000101164 0.000534749 -0.000052769 0.000101167 1.000000000 -0.001318807\n1.000000000 -0.000027102 0.000048590 -0.000291598 0.000027102 1.000000000 -0.000014314 0.000069505 -0.000048589 0.000014315 1.000000000 -0.000032337\n1.000000000 0.000019952 -0.000009514 0.000332545 -0.000019952 1.000000000 -0.000006934 0.000556794 0.000009514 0.000006934 1.000000000 0.000964247\n1.000000000 -0.000016866 0.000019071 -0.000331375 0.000016867 1.000000000 -0.000062735 0.000362841 -0.000019070 0.000062736 1.000000000 -0.000843012\n1.000000000 0.000041582 0.000036069 -0.000759924 -0.000041581 1.000000000 -0.000030354 0.000072303 -0.000036070 0.000030353 1.000000000 -0.001150848\n1.000000000 -0.000090337 -0.000032951 0.000127504 0.000090334 1.000000000 -0.000098685 0.000658276 0.000032960 0.000098682 1.000000000 -0.000446469\n1.000000000 -0.000014992 0.000007814 0.000187998 0.000014993 1.000000000 -0.000063638 0.000477214 -0.000007813 0.000063638 1.000000000 -0.000670501\n1.000000000 0.000003172 0.000038158 -0.000969181 -0.000003171 1.000000000 -0.000047947 -0.000050493 -0.000038158 0.000047947 1.000000000 -0.000552970\n1.000000000 -0.000037860 0.000018509 -0.000119533 0.000037861 1.000000000 -0.000055168 0.000073428 -0.000018507 0.000055169 1.000000000 -0.001337091\n1.000000000 -0.000014679 0.000026291 -0.000400084 0.000014679 1.000000000 -0.000014414 0.000052608 -0.000026291 0.000014414 1.000000000 -0.000186627\n1.000000000 -0.000007859 0.000020214 -0.000437967 0.000007860 1.000000000 -0.000085422 0.000556217 -0.000020213 0.000085422 1.000000000 -0.000942863\n1.000000000 -0.000024538 -0.000007968 -0.000349322 0.000024538 1.000000000 -0.000007548 -0.000081194 0.000007968 0.000007548 1.000000000 -0.000002888\n1.000000000 0.000012383 -0.000033405 0.000141576 -0.000012384 1.000000000 -0.000025913 0.000099268 0.000033404 0.000025913 1.000000000 -0.000922347\n1.000000000 -0.000076801 -0.000013371 0.000248755 0.000076800 1.000000000 -0.000064920 0.000149879 0.000013376 0.000064919 1.000000000 -0.000669978\n1.000000000 -0.000029792 0.000017176 -0.000425340 0.000029792 1.000000000 0.000010729 0.000085056 -0.000017177 -0.000010728 1.000000000 0.000464879\n1.000000000 -0.000008088 0.000021623 -0.000212262 0.000008089 1.000000000 -0.000043162 0.000324375 -0.000021623 0.000043162 1.000000000 0.000496182\n1.000000000 -0.000018722 0.000034081 -0.000464345 0.000018721 1.000000000 0.000019418 -0.000119881 -0.000034081 -0.000019418 1.000000000 0.000046242\n1.000000000 -0.000052276 0.000053959 -0.000448447 0.000052275 1.000000000 0.000010584 0.000032538 -0.000053960 -0.000010581 1.000000000 0.000434741\n1.000000000 -0.000047586 0.000021730 0.000130606 0.000047587 1.000000000 -0.000021978 0.000231045 -0.000021729 0.000021979 1.000000000 0.000175819\n1.000000000 -0.000009169 0.000042233 -0.000899819 0.000009169 1.000000000 0.000004565 -0.000133183 -0.000042233 -0.000004565 1.000000000 -0.000879470\n1.000000000 -0.000084408 -0.000014808 0.000102511 0.000084407 1.000000000 -0.000049061 0.000286555 0.000014812 0.000049059 1.000000000 -0.000574561\n1.000000000 0.000005619 0.000009147 0.000358818 -0.000005619 1.000000000 -0.000052021 0.000404828 -0.000009148 0.000052021 1.000000000 0.000102515\n1.000000000 0.000015072 0.000033506 0.000218600 -0.000015070 1.000000000 -0.000044132 0.000934243 -0.000033506 0.000044132 1.000000000 -0.000040922\n1.000000000 -0.000024120 0.000030471 0.000370099 0.000024122 1.000000000 -0.000051552 0.000654397 -0.000030470 0.000051553 1.000000000 0.001266440\n1.000000000 -0.000002214 0.000017505 -0.000173396 0.000002214 1.000000000 0.000016277 -0.000096031 -0.000017505 -0.000016277 1.000000000 0.000136470\n1.000000000 -0.000063652 0.000000312 0.000085809 0.000063652 1.000000000 -0.000048839 0.000284291 -0.000000309 0.000048839 1.000000000 0.000192365\n1.000000000 -0.000005403 0.000019923 -0.000506659 0.000005404 1.000000000 -0.000050773 0.000531874 -0.000019923 0.000050773 1.000000000 0.000134885\n1.000000000 -0.000078803 -0.000038601 0.000500751 0.000078800 1.000000000 -0.000080197 0.000619734 0.000038607 0.000080194 1.000000000 -0.000099016\n1.000000000 -0.000041979 -0.000009810 0.000278402 0.000041980 1.000000000 0.000011216 -0.000389527 0.000009810 -0.000011216 1.000000000 -0.001052688\n1.000000000 -0.000028405 0.000030974 -0.000309333 0.000028406 1.000000000 -0.000037836 0.000543031 -0.000030973 0.000037837 1.000000000 0.000014640\n1.000000000 -0.000017925 0.000026813 -0.000510281 0.000017927 1.000000000 -0.000070313 0.000501603 -0.000026812 0.000070314 1.000000000 -0.001108814\n1.000000000 -0.000044528 0.000035317 -0.000104894 0.000044529 1.000000000 -0.000030970 0.000267982 -0.000035315 0.000030972 1.000000000 -0.000369700\n1.000000000 -0.000027167 0.000015189 0.000068615 0.000027167 1.000000000 -0.000012129 0.000218633 -0.000015189 0.000012129 1.000000000 -0.000159964\n1.000000000 -0.000063001 0.000009557 0.000343321 0.000063002 1.000000000 -0.000032892 0.000400940 -0.000009555 0.000032892 1.000000000 -0.000862794\n1.000000000 -0.000055616 -0.000012893 0.000335247 0.000055615 1.000000000 -0.000038437 0.000366615 0.000012895 0.000038436 1.000000000 -0.000754499\n1.000000000 -0.000032062 -0.000004258 -0.000176105 0.000032062 1.000000000 -0.000037456 0.000191597 0.000004260 0.000037456 1.000000000 -0.000820293\n1.000000000 -0.000047344 -0.000003642 0.000249720 0.000047344 1.000000000 -0.000048096 0.000510573 0.000003645 0.000048096 1.000000000 -0.000860788\n1.000000000 -0.000001750 0.000035669 -0.000360948 0.000001751 1.000000000 -0.000026533 0.000168915 -0.000035669 0.000026533 1.000000000 -0.000776828\n1.000000000 0.000019558 -0.000004044 -0.000262807 -0.000019558 1.000000000 -0.000082685 0.000387482 0.000004042 0.000082686 1.000000000 -0.001852532\n1.000000000 -0.000056045 0.000017784 -0.000139761 0.000056046 1.000000000 -0.000050678 0.000601179 -0.000017781 0.000050679 1.000000000 -0.000145224\n1.000000000 -0.000062662 0.000024058 -0.000589457 0.000062662 1.000000000 -0.000004732 0.000027083 -0.000024058 0.000004734 1.000000000 -0.000804110\n1.000000000 -0.000064049 0.000016202 -0.000619030 0.000064050 1.000000000 -0.000067961 0.000671709 -0.000016198 0.000067962 1.000000000 -0.000060869\n1.000000000 -0.000058994 0.000015992 -0.000074545 0.000058994 1.000000000 0.000003379 0.000045247 -0.000015992 -0.000003378 1.000000000 -0.000298213\n1.000000000 -0.000038327 0.000049170 -0.000713136 0.000038327 1.000000000 -0.000002315 -0.000081649 -0.000049170 0.000002317 1.000000000 -0.000843645\n1.000000000 -0.000038900 0.000011765 0.000046673 0.000038900 1.000000000 -0.000039933 0.000221376 -0.000011764 0.000039934 1.000000000 -0.000654595\n1.000000000 -0.000095466 -0.000011422 0.000009119 0.000095465 1.000000000 -0.000029151 0.000118797 0.000011425 0.000029150 1.000000000 0.000151036\n1.000000000 -0.000041847 0.000012692 -0.000102073 0.000041847 1.000000000 -0.000029238 0.000386275 -0.000012691 0.000029238 1.000000000 0.000021336\n1.000000000 -0.000023147 -0.000013752 -0.000071630 0.000023147 1.000000000 -0.000022520 0.000106768 0.000013753 0.000022520 1.000000000 -0.000590832\n1.000000000 -0.000015341 -0.000019379 0.000324457 0.000015340 1.000000000 -0.000054767 0.000116709 0.000019380 0.000054767 1.000000000 -0.000236826\n1.000000000 -0.000033373 -0.000001214 0.000051667 0.000033372 1.000000000 -0.000009454 -0.000057630 0.000001215 0.000009454 1.000000000 0.000019441\n1.000000000 -0.000049261 -0.000017823 0.000109526 0.000049261 1.000000000 -0.000003739 0.000069615 0.000017824 0.000003738 1.000000000 0.000225308\n1.000000000 -0.000007323 -0.000008457 -0.000106888 0.000007323 1.000000000 -0.000026513 0.000169130 0.000008457 0.000026513 1.000000000 -0.000460738\n1.000000000 -0.000027299 0.000006884 -0.000113469 0.000027299 1.000000000 -0.000008441 0.000045357 -0.000006884 0.000008441 1.000000000 -0.000157244\n1.000000000 -0.000030978 0.000005537 -0.000008349 0.000030978 1.000000000 -0.000051108 0.000173117 -0.000005535 0.000051108 1.000000000 -0.000124581\n1.000000000 -0.000004065 0.000003591 0.000244566 0.000004065 1.000000000 0.000000486 0.000177430 -0.000003591 -0.000000486 1.000000000 0.000168574\n1.000000000 -0.000005865 0.000027755 -0.000052527 0.000005866 1.000000000 -0.000026297 0.000466846 -0.000027754 0.000026297 1.000000000 0.000363004\n1.000000000 -0.000018921 0.000020401 -0.000181427 0.000018921 1.000000000 0.000003028 -0.000282903 -0.000020401 -0.000003027 1.000000000 -0.000513610\n1.000000000 -0.000007618 0.000030025 0.000158432 0.000007617 1.000000000 0.000005277 0.000272340 -0.000030025 -0.000005276 1.000000000 0.000518565\n1.000000000 -0.000028293 -0.000011624 0.000059337 0.000028292 1.000000000 -0.000046482 0.000478667 0.000011625 0.000046481 1.000000000 -0.000207755\n1.000000000 0.000059161 0.000028727 -0.000580214 -0.000059160 1.000000000 -0.000047719 0.000468423 -0.000028730 0.000047717 1.000000000 0.000033092\n1.000000000 -0.000013023 0.000040225 -0.000429560 0.000013024 1.000000000 -0.000024317 0.000444623 -0.000040225 0.000024318 1.000000000 0.000086999\n1.000000000 -0.000025894 0.000026208 -0.000637610 0.000025894 1.000000000 -0.000002439 -0.000110337 -0.000026207 0.000002439 1.000000000 -0.000538529\n1.000000000 -0.000064913 -0.000033317 0.000839150 0.000064913 1.000000000 -0.000002424 0.000236814 0.000033317 0.000002421 1.000000000 -0.000422592\n1.000000000 -0.000006552 0.000030678 -0.000296373 0.000006555 1.000000000 -0.000074681 0.000618764 -0.000030678 0.000074682 1.000000000 -0.000372809\n1.000000000 -0.000047951 0.000015732 -0.000265853 0.000047951 1.000000000 -0.000005619 0.000110069 -0.000015732 0.000005620 1.000000000 -0.000503634\n1.000000000 -0.000007441 0.000025137 0.000124822 0.000007441 1.000000000 -0.000013113 0.000015462 -0.000025137 0.000013113 1.000000000 -0.000383924\n1.000000000 0.000041744 0.000050265 -0.000810004 -0.000041742 1.000000000 -0.000039046 0.000284266 -0.000050267 0.000039044 1.000000000 -0.000374406\n1.000000000 -0.000021414 0.000024456 0.000140811 0.000021415 1.000000000 -0.000050226 0.000616374 -0.000024454 0.000050227 1.000000000 0.000850793\n1.000000000 -0.000026706 -0.000011864 0.000103485 0.000026706 1.000000000 0.000007155 -0.000592582 0.000011863 -0.000007155 1.000000000 -0.000944368\n1.000000000 -0.000015301 0.000034664 -0.000401051 0.000015302 1.000000000 -0.000018594 0.000056764 -0.000034664 0.000018594 1.000000000 -0.000074762\n1.000000000 0.000025069 0.000014200 -0.000151955 -0.000025068 1.000000000 -0.000028229 0.000246255 -0.000014201 0.000028228 1.000000000 -0.000952613\n1.000000000 0.000004017 0.000003521 -0.000307486 -0.000004017 1.000000000 0.000002162 0.000235807 -0.000003521 -0.000002162 1.000000000 -0.000018863\n1.000000000 -0.000019165 0.000012358 -0.000138624 0.000019165 1.000000000 0.000037802 -0.000105727 -0.000012359 -0.000037802 1.000000000 -0.000793993\n1.000000000 0.000002219 -0.000000550 -0.000019637 -0.000002219 1.000000000 -0.000024649 0.000436255 0.000000550 0.000024649 1.000000000 0.000171830\n1.000000000 -0.000021914 -0.000009790 0.000541477 0.000021913 1.000000000 -0.000039967 0.000785211 0.000009791 0.000039966 1.000000000 0.001162675\n1.000000000 -0.000006801 0.000012406 -0.000163732 0.000006801 1.000000000 0.000014612 0.000030599 -0.000012406 -0.000014612 1.000000000 -0.000111392\n1.000000000 0.000038586 0.000012718 0.000196494 -0.000038586 1.000000000 -0.000008818 -0.000113835 -0.000012718 0.000008818 1.000000000 -0.000521402\n1.000000000 0.000017590 -0.000003728 0.000156628 -0.000017591 1.000000000 -0.000041395 0.000402576 0.000003727 0.000041395 1.000000000 -0.000261245\n1.000000000 0.000012734 0.000005761 -0.000370176 -0.000012733 1.000000000 -0.000043056 0.000337520 -0.000005761 0.000043056 1.000000000 -0.000976631\n1.000000000 -0.000016788 0.000005041 -0.000235074 0.000016788 1.000000000 0.000007961 -0.000029086 -0.000005041 -0.000007961 1.000000000 -0.000302856\n1.000000000 -0.000004551 0.000004415 -0.000483717 0.000004551 1.000000000 -0.000004505 -0.000084384 -0.000004415 0.000004505 1.000000000 -0.000530014\n1.000000000 0.000053646 0.000039683 -0.000796459 -0.000053645 1.000000000 -0.000030712 0.000243440 -0.000039685 0.000030710 1.000000000 -0.000089173\n1.000000000 -0.000005646 0.000024723 -0.000047031 0.000005645 1.000000000 0.000033485 -0.000198184 -0.000024723 -0.000033485 1.000000000 -0.000311841\n1.000000000 -0.000038525 -0.000009558 0.000028769 0.000038524 1.000000000 -0.000026635 0.000358467 0.000009559 0.000026635 1.000000000 -0.000228223\n1.000000000 0.000010778 0.000026905 -0.000227939 -0.000010777 1.000000000 -0.000012527 0.000011009 -0.000026905 0.000012526 1.000000000 -0.000131672\n1.000000000 0.000004251 0.000023852 -0.000511906 -0.000004251 1.000000000 0.000000139 0.000109351 -0.000023852 -0.000000139 1.000000000 0.000060058\n1.000000000 -0.000000306 0.000027452 -0.000579882 0.000000306 1.000000000 0.000021775 -0.000088876 -0.000027452 -0.000021775 1.000000000 -0.000196477\n1.000000000 -0.000045700 0.000018483 -0.000182411 0.000045700 1.000000000 0.000018614 0.000031347 -0.000018484 -0.000018613 1.000000000 -0.000482028\n1.000000000 0.000069253 -0.000010480 0.000038959 -0.000069253 1.000000000 -0.000013153 0.000220236 0.000010479 0.000013154 1.000000000 -0.000097186\n1.000000000 -0.000032550 0.000018643 -0.000042912 0.000032550 1.000000000 -0.000004692 0.000019838 -0.000018643 0.000004692 1.000000000 -0.000700697\n1.000000000 0.000042198 0.000041532 -0.000777235 -0.000042199 1.000000000 0.000022565 -0.000147670 -0.000041531 -0.000022567 1.000000000 -0.000130299\n1.000000000 -0.000010610 0.000003402 -0.000352922 0.000010610 1.000000000 -0.000029384 0.000359831 -0.000003401 0.000029385 1.000000000 0.000325832\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0018_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n1.000000000 -0.000000395 0.000006806 -0.000142284 0.000000395 1.000000000 0.000046496 -0.000139080 -0.000006806 -0.000046496 1.000000000 0.000188392\n1.000000000 0.000000123 0.000017360 -0.000611584 -0.000000122 1.000000000 -0.000004442 0.000303025 -0.000017360 0.000004442 1.000000000 -0.000207885\n1.000000000 -0.000050761 -0.000002927 0.000204372 0.000050762 1.000000000 0.000052873 -0.000045234 0.000002925 -0.000052873 1.000000000 0.000865067\n1.000000000 0.000021658 -0.000015039 0.000190261 -0.000021658 1.000000000 0.000009816 -0.000081739 0.000015039 -0.000009816 1.000000000 0.000314054\n1.000000000 -0.000014174 0.000007808 -0.000254627 0.000014174 1.000000000 0.000007236 0.000259887 -0.000007808 -0.000007236 1.000000000 0.000470133\n1.000000000 -0.000010101 0.000024663 0.000110294 0.000010100 1.000000000 0.000030909 0.000133244 -0.000024663 -0.000030909 1.000000000 0.000947108\n1.000000000 -0.000064093 0.000018276 0.000417394 0.000064093 1.000000000 0.000003528 0.000046885 -0.000018276 -0.000003527 1.000000000 0.000474443\n1.000000000 -0.000001080 0.000000627 -0.000149807 0.000001080 1.000000000 0.000001554 0.000436473 -0.000000627 -0.000001554 1.000000000 0.000838014\n1.000000000 -0.000003959 0.000002664 -0.000167388 0.000003959 1.000000000 0.000027091 -0.000120384 -0.000002664 -0.000027091 1.000000000 -0.000097977\n1.000000000 -0.000011260 0.000003437 -0.000601093 0.000011260 1.000000000 0.000023395 -0.000205084 -0.000003437 -0.000023395 1.000000000 -0.000154855\n1.000000000 0.000028049 0.000022431 -0.000472860 -0.000028050 1.000000000 0.000016044 0.000271127 -0.000022430 -0.000016045 1.000000000 0.000846043\n1.000000000 0.000030447 0.000056672 -0.000950799 -0.000030447 1.000000000 0.000003007 0.000171645 -0.000056672 -0.000003009 1.000000000 0.001330428\n1.000000000 -0.000019083 0.000014023 -0.000673500 0.000019083 1.000000000 0.000032110 -0.000386726 -0.000014023 -0.000032110 1.000000000 -0.001141839\n1.000000000 0.000077724 0.000030710 -0.000380095 -0.000077723 1.000000000 -0.000031168 0.000310272 -0.000030713 0.000031165 1.000000000 0.000401176\n1.000000000 0.000033644 0.000012963 -0.000681459 -0.000033644 1.000000000 -0.000020449 0.000110841 -0.000012964 0.000020448 1.000000000 0.000483949\n1.000000000 -0.000051052 0.000042733 -0.000478387 0.000051050 1.000000000 0.000037069 -0.000064859 -0.000042735 -0.000037067 1.000000000 0.000706685\n1.000000000 0.000026091 0.000057051 -0.001584740 -0.000026090 1.000000000 -0.000015084 -0.000156448 -0.000057051 0.000015083 1.000000000 -0.000360773\n1.000000000 0.000003172 0.000051924 -0.000553656 -0.000003170 1.000000000 -0.000024405 0.000283966 -0.000051924 0.000024405 1.000000000 0.000245942\n1.000000000 0.000012486 0.000011174 0.000048758 -0.000012486 1.000000000 0.000008269 0.000008002 -0.000011174 -0.000008269 1.000000000 0.000957239\n1.000000000 -0.000040729 0.000026185 -0.000095333 0.000040728 1.000000000 0.000032226 -0.000437573 -0.000026187 -0.000032225 1.000000000 -0.000236828\n1.000000000 -0.000032475 0.000043543 -0.000767044 0.000032474 1.000000000 0.000038127 -0.000229223 -0.000043544 -0.000038126 1.000000000 0.000921666\n1.000000000 -0.000004217 0.000023374 -0.000569907 0.000004216 1.000000000 0.000014726 -0.000191386 -0.000023374 -0.000014726 1.000000000 -0.000281016\n1.000000000 -0.000026030 0.000054410 -0.001047864 0.000026030 1.000000000 0.000011149 0.000026715 -0.000054410 -0.000011148 1.000000000 -0.000315388\n1.000000000 0.000029600 0.000034251 -0.000526632 -0.000029600 1.000000000 0.000020151 -0.000106539 -0.000034251 -0.000020152 1.000000000 -0.000391661\n1.000000000 -0.000031056 0.000022509 -0.000315999 0.000031055 1.000000000 0.000040959 -0.000587935 -0.000022510 -0.000040958 1.000000000 -0.000960337\n1.000000000 -0.000004944 0.000026064 -0.000117901 0.000004943 1.000000000 0.000046505 -0.000454251 -0.000026065 -0.000046505 1.000000000 -0.000276886\n1.000000000 -0.000016268 0.000012605 -0.000151660 0.000016268 1.000000000 -0.000016838 0.000099806 -0.000012605 0.000016838 1.000000000 0.000204121\n1.000000000 -0.000021815 0.000044305 -0.000468750 0.000021815 1.000000000 -0.000006902 0.000278795 -0.000044305 0.000006903 1.000000000 0.000546937\n1.000000000 0.000018805 0.000019296 -0.000570231 -0.000018805 1.000000000 0.000001512 0.000059035 -0.000019296 -0.000001513 1.000000000 -0.000408916\n1.000000000 0.000006695 -0.000001844 -0.000307317 -0.000006695 1.000000000 -0.000003764 -0.000035370 0.000001844 0.000003764 1.000000000 -0.000425502\n1.000000000 -0.000034781 0.000038922 -0.000360339 0.000034777 1.000000000 0.000090825 -0.000820924 -0.000038926 -0.000090823 1.000000000 0.000091132\n1.000000000 -0.000036905 0.000049962 -0.000774172 0.000036904 1.000000000 0.000023905 -0.000305751 -0.000049962 -0.000023904 1.000000000 -0.000773956\n1.000000000 -0.000045479 0.000020277 0.000352734 0.000045478 1.000000000 0.000011558 -0.000179458 -0.000020278 -0.000011557 1.000000000 0.000329292\n1.000000000 -0.000063080 0.000038665 -0.000654483 0.000063077 1.000000000 0.000067344 -0.000652738 -0.000038669 -0.000067341 1.000000000 -0.000156755\n1.000000000 -0.000066702 0.000060997 -0.001285505 0.000066703 1.000000000 -0.000006136 0.000326207 -0.000060997 0.000006140 1.000000000 0.000089059\n1.000000000 0.000000780 0.000075439 -0.000677823 -0.000000782 1.000000000 0.000022971 0.000042919 -0.000075439 -0.000022971 1.000000000 0.000534031\n1.000000000 0.000028918 0.000048004 -0.000994823 -0.000028919 1.000000000 0.000027628 -0.000427564 -0.000048003 -0.000027630 1.000000000 0.000305436\n1.000000000 -0.000071887 0.000034761 -0.000817189 0.000071887 1.000000000 0.000012113 0.000509102 -0.000034761 -0.000012110 1.000000000 0.001804446\n1.000000000 -0.000013950 0.000027509 -0.000635270 0.000013949 1.000000000 0.000043581 -0.000028160 -0.000027509 -0.000043581 1.000000000 0.001213550\n1.000000000 0.000018296 0.000052578 -0.000681744 -0.000018298 1.000000000 0.000042410 -0.000175571 -0.000052577 -0.000042411 1.000000000 0.000812800\n1.000000000 0.000037765 0.000026026 -0.000264260 -0.000037767 1.000000000 0.000050506 -0.000010584 -0.000026024 -0.000050507 1.000000000 0.000603217\n1.000000000 -0.000038029 0.000031472 0.000455621 0.000038028 1.000000000 0.000013212 0.000033233 -0.000031473 -0.000013210 1.000000000 -0.000672784\n1.000000000 0.000026295 0.000048705 -0.000715409 -0.000026294 1.000000000 -0.000016805 0.000316044 -0.000048705 0.000016804 1.000000000 0.000764711\n1.000000000 0.000024543 0.000048678 -0.000796709 -0.000024544 1.000000000 0.000016728 -0.000149959 -0.000048677 -0.000016729 1.000000000 -0.000765302\n1.000000000 -0.000002296 0.000080099 -0.000871372 0.000002297 1.000000000 -0.000007666 0.000080862 -0.000080099 0.000007666 1.000000000 0.000532194\n1.000000000 0.000064998 0.000063624 -0.001599090 -0.000065000 1.000000000 0.000027948 -0.000168901 -0.000063622 -0.000027952 1.000000000 -0.000753749\n1.000000000 0.000013887 0.000021216 -0.000467805 -0.000013888 1.000000000 0.000035551 -0.000407608 -0.000021216 -0.000035551 1.000000000 0.001032775\n1.000000000 -0.000018991 0.000046885 -0.000730214 0.000018989 1.000000000 0.000040128 -0.000343524 -0.000046886 -0.000040128 1.000000000 0.000116062\n1.000000000 0.000013940 0.000066918 -0.000750802 -0.000013942 1.000000000 0.000021329 -0.000270721 -0.000066917 -0.000021330 1.000000000 -0.000256154\n1.000000000 -0.000000359 0.000030985 -0.000151920 0.000000358 1.000000000 0.000034659 -0.000350567 -0.000030985 -0.000034659 1.000000000 0.000504090\n1.000000000 -0.000059110 0.000052022 -0.000525986 0.000059107 1.000000000 0.000062304 -0.000681746 -0.000052026 -0.000062301 1.000000000 0.000320729\n1.000000000 -0.000048395 0.000032318 -0.000394957 0.000048394 1.000000000 0.000050632 -0.000533523 -0.000032321 -0.000050630 1.000000000 0.000911782\n1.000000000 -0.000053115 0.000086063 -0.000902947 0.000053116 1.000000000 -0.000013690 0.000095739 -0.000086062 0.000013695 1.000000000 -0.000678160\n1.000000000 -0.000069134 0.000074925 -0.000394991 0.000069130 1.000000000 0.000051308 -0.000135984 -0.000074928 -0.000051302 1.000000000 -0.000670464\n1.000000000 -0.000053578 0.000063518 -0.000837178 0.000053580 1.000000000 -0.000025789 0.000234875 -0.000063517 0.000025792 1.000000000 0.000673926\n1.000000000 -0.000039324 0.000041472 -0.000868810 0.000039323 1.000000000 0.000039501 -0.000243376 -0.000041473 -0.000039500 1.000000000 -0.000123384\n1.000000000 -0.000032121 0.000055563 -0.000244500 0.000032120 1.000000000 0.000017938 -0.000009063 -0.000055564 -0.000017936 1.000000000 -0.000789440\n1.000000000 -0.000014607 0.000084156 -0.000264154 0.000014607 1.000000000 0.000002241 0.000146333 -0.000084156 -0.000002240 1.000000000 0.000251490\n1.000000000 -0.000066367 0.000088779 -0.001231580 0.000066357 1.000000000 0.000111225 -0.000715341 -0.000088787 -0.000111219 1.000000000 0.000555657\n1.000000000 -0.000064490 0.000070884 -0.000411837 0.000064489 1.000000000 0.000020044 -0.000439546 -0.000070885 -0.000020040 1.000000000 -0.003478354\n1.000000000 -0.000083634 0.000062528 -0.000502668 0.000083630 1.000000000 0.000063782 -0.000441864 -0.000062533 -0.000063777 1.000000000 -0.001050341\n1.000000000 0.000004515 0.000105524 -0.000634564 -0.000004514 1.000000000 -0.000011619 -0.000108461 -0.000105524 0.000011618 1.000000000 -0.001379525\n1.000000000 -0.000082494 0.000045610 -0.000648588 0.000082493 1.000000000 0.000020798 0.000267357 -0.000045611 -0.000020794 1.000000000 -0.000317267\n1.000000000 0.000025736 0.000064963 -0.000760813 -0.000025737 1.000000000 0.000023420 -0.000001705 -0.000064962 -0.000023422 1.000000000 0.000126925\n1.000000000 -0.000025040 0.000054290 -0.000311907 0.000025038 1.000000000 0.000030847 -0.000557643 -0.000054290 -0.000030846 1.000000000 -0.001406616\n1.000000000 -0.000004217 0.000042293 -0.000341373 0.000004214 1.000000000 0.000068416 -0.000427448 -0.000042293 -0.000068416 1.000000000 0.000019286\n1.000000000 -0.000021507 0.000079204 -0.000583226 0.000021505 1.000000000 0.000029364 -0.000679675 -0.000079205 -0.000029362 1.000000000 -0.001369064\n1.000000000 -0.000106853 0.000057733 -0.000579403 0.000106853 1.000000000 -0.000002215 -0.000247793 -0.000057733 0.000002221 1.000000000 -0.002265932\n1.000000000 -0.000134767 0.000039536 -0.000434877 0.000134764 1.000000000 0.000088219 -0.000707143 -0.000039548 -0.000088213 1.000000000 0.000174261\n1.000000000 -0.000079752 0.000048087 -0.000339709 0.000079751 1.000000000 0.000020539 -0.000044631 -0.000048089 -0.000020535 1.000000000 0.000557975\n1.000000000 -0.000039223 0.000036744 -0.000316616 0.000039223 1.000000000 0.000001964 0.000494737 -0.000036744 -0.000001962 1.000000000 0.001982714\n1.000000000 -0.000011427 0.000093590 -0.001095065 0.000011429 1.000000000 -0.000020912 0.000390206 -0.000093590 0.000020913 1.000000000 -0.000306175\n1.000000000 0.000027617 0.000053928 -0.001720319 -0.000027618 1.000000000 0.000011129 0.000039862 -0.000053928 -0.000011130 1.000000000 -0.000323236\n1.000000000 -0.000006537 0.000072571 -0.000183499 0.000006533 1.000000000 0.000051681 -0.000338087 -0.000072572 -0.000051681 1.000000000 0.000044591\n1.000000000 -0.000069528 0.000068085 -0.000959965 0.000069527 1.000000000 0.000017759 0.000184496 -0.000068086 -0.000017754 1.000000000 0.000087629\n1.000000000 -0.000005636 0.000086714 -0.001025534 0.000005631 1.000000000 0.000049394 0.000265921 -0.000086714 -0.000049394 1.000000000 0.001144017\n1.000000000 -0.000109036 0.000080900 -0.000147009 0.000109033 1.000000000 0.000044952 -0.000457034 -0.000080905 -0.000044943 1.000000000 -0.002044013\n1.000000000 -0.000116143 0.000019686 -0.000631040 0.000116141 1.000000000 0.000063020 -0.000393607 -0.000019693 -0.000063018 1.000000000 0.001183333\n1.000000000 0.000003609 0.000093654 -0.001154945 -0.000003616 1.000000000 0.000073317 -0.000481246 -0.000093654 -0.000073318 1.000000000 0.000343568\n1.000000000 -0.000018609 0.000058189 -0.000488745 0.000018606 1.000000000 0.000037492 -0.000945917 -0.000058190 -0.000037491 1.000000000 -0.001338196\n1.000000000 -0.000042745 0.000033734 -0.000496588 0.000042742 1.000000000 0.000075808 -0.000629967 -0.000033737 -0.000075807 1.000000000 0.000414099\n1.000000000 0.000014183 0.000102500 -0.001411948 -0.000014183 1.000000000 -0.000001348 -0.000072981 -0.000102500 0.000001346 1.000000000 -0.000639496\n1.000000000 -0.000048770 0.000025852 -0.000127333 0.000048768 1.000000000 0.000061130 -0.000533497 -0.000025855 -0.000061128 1.000000000 0.000416020\n1.000000000 0.000009116 0.000045245 -0.000496288 -0.000009117 1.000000000 0.000017249 -0.000226959 -0.000045244 -0.000017250 1.000000000 -0.000204557\n1.000000000 0.000004626 0.000051610 -0.000631030 -0.000004626 1.000000000 0.000001862 -0.000030590 -0.000051610 -0.000001862 1.000000000 0.000123720\n1.000000000 -0.000065854 -0.000010775 -0.000122177 0.000065854 1.000000000 0.000027984 0.000177806 0.000010773 -0.000027985 1.000000000 0.000040999\n1.000000000 -0.000047030 0.000036044 -0.000713232 0.000047030 1.000000000 0.000000359 0.000220783 -0.000036044 -0.000000357 1.000000000 -0.001173950\n1.000000000 -0.000066991 0.000062625 -0.000162559 0.000066988 1.000000000 0.000050713 -0.000701136 -0.000062628 -0.000050709 1.000000000 -0.001732155\n1.000000000 -0.000086103 0.000005337 0.000886015 0.000086103 1.000000000 0.000078683 -0.000565456 -0.000005343 -0.000078683 1.000000000 -0.000941293\n1.000000000 -0.000083916 -0.000009420 -0.000450965 0.000083916 1.000000000 -0.000005507 0.000171623 0.000009420 0.000005506 1.000000000 0.001152139\n1.000000000 -0.000097616 -0.000000551 -0.000669343 0.000097616 1.000000000 0.000028087 0.000148823 0.000000548 -0.000028087 1.000000000 0.002010496\n1.000000000 -0.000084765 0.000069315 -0.000293371 0.000084762 1.000000000 0.000042165 0.000399946 -0.000069319 -0.000042159 1.000000000 0.000161910\n1.000000000 -0.000083631 0.000015500 -0.000540404 0.000083631 1.000000000 0.000031358 0.000052200 -0.000015503 -0.000031357 1.000000000 0.000520216\n1.000000000 -0.000108422 0.000008894 -0.000260044 0.000108421 1.000000000 0.000121724 -0.000593551 -0.000008907 -0.000121723 1.000000000 0.001151264\n1.000000000 -0.000049516 0.000070283 -0.001024586 0.000049512 1.000000000 0.000058339 -0.000954261 -0.000070285 -0.000058336 1.000000000 -0.001202643\n1.000000000 -0.000085095 0.000013396 0.000026350 0.000085093 1.000000000 0.000098119 -0.000760474 -0.000013405 -0.000098118 1.000000000 0.001142291\n1.000000000 0.000003595 0.000000431 -0.000604561 -0.000003595 1.000000000 0.000037682 0.000240012 -0.000000431 -0.000037682 1.000000000 0.000776016\n1.000000000 -0.000064230 0.000013588 -0.000286283 0.000064229 1.000000000 0.000038772 0.000048051 -0.000013590 -0.000038772 1.000000000 0.000413465\n1.000000000 0.000002517 0.000047497 -0.000149240 -0.000002519 1.000000000 0.000037743 0.000328445 -0.000047497 -0.000037743 1.000000000 0.001433976\n1.000000000 -0.000099820 0.000019804 -0.000478995 0.000099820 1.000000000 0.000020333 0.000312900 -0.000019806 -0.000020331 1.000000000 0.000800228\n1.000000000 0.000041889 0.000055988 -0.000411687 -0.000041890 1.000000000 0.000020697 -0.000127421 -0.000055987 -0.000020700 1.000000000 0.000298283\n1.000000000 0.000040412 0.000078319 -0.000700256 -0.000040410 1.000000000 -0.000027769 0.000740194 -0.000078320 0.000027766 1.000000000 0.001188254\n1.000000000 -0.000028360 0.000039833 -0.000753195 0.000028359 1.000000000 0.000024671 -0.000191672 -0.000039834 -0.000024670 1.000000000 0.000672073\n1.000000000 -0.000059169 -0.000000786 -0.000150551 0.000059169 1.000000000 0.000067497 -0.000393282 0.000000782 -0.000067498 1.000000000 0.001507590\n1.000000000 0.000008652 0.000028347 -0.000266065 -0.000008653 1.000000000 0.000045383 -0.000280838 -0.000028346 -0.000045383 1.000000000 0.000949275\n1.000000000 0.000022557 -0.000036458 0.000628576 -0.000022557 1.000000000 0.000018924 -0.000112249 0.000036459 -0.000018923 1.000000000 0.000894195\n1.000000000 -0.000043665 0.000019854 -0.000009071 0.000043663 1.000000000 0.000066435 -0.000586614 -0.000019857 -0.000066434 1.000000000 0.001603264\n1.000000000 0.000006139 0.000018653 -0.000390035 -0.000006139 1.000000000 0.000032386 -0.000378748 -0.000018653 -0.000032387 1.000000000 0.000858685\n1.000000000 0.000046793 0.000060387 -0.000536782 -0.000046796 1.000000000 0.000053217 0.000091193 -0.000060384 -0.000053220 1.000000000 0.001048579\n1.000000000 0.000020113 0.000035158 -0.000995241 -0.000020113 1.000000000 0.000000807 0.000137044 -0.000035158 -0.000000808 1.000000000 0.000290195\n1.000000000 -0.000025660 0.000049286 -0.000282175 0.000025656 1.000000000 0.000086595 -0.000574794 -0.000049288 -0.000086594 1.000000000 0.000177808\n1.000000000 0.000029178 0.000035171 -0.000345517 -0.000029179 1.000000000 0.000030742 -0.000399353 -0.000035170 -0.000030743 1.000000000 -0.000089052\n1.000000000 -0.000009379 0.000041383 -0.000771550 0.000009378 1.000000000 0.000024976 -0.000320362 -0.000041383 -0.000024975 1.000000000 -0.000322078\n1.000000000 0.000042236 0.000085587 -0.001070568 -0.000042239 1.000000000 0.000030769 -0.000369608 -0.000085585 -0.000030773 1.000000000 0.000928869\n1.000000000 0.000008948 0.000001250 -0.000434950 -0.000008948 1.000000000 -0.000014481 -0.000047535 -0.000001250 0.000014481 1.000000000 -0.000248570\n1.000000000 0.000018076 0.000007837 -0.000596762 -0.000018076 1.000000000 0.000039913 -0.000245225 -0.000007836 -0.000039913 1.000000000 -0.000654922\n1.000000000 0.000076073 -0.000015224 -0.000377672 -0.000076074 1.000000000 -0.000021906 0.000189536 0.000015222 0.000021907 1.000000000 0.000383580\n1.000000000 0.000001829 -0.000017522 0.000400632 -0.000001829 1.000000000 0.000018558 -0.000147103 0.000017522 -0.000018558 1.000000000 0.000096408\n1.000000000 -0.000000225 0.000019017 -0.000487552 0.000000224 1.000000000 0.000037653 -0.000321092 -0.000019017 -0.000037653 1.000000000 -0.000208356\n1.000000000 0.000020652 -0.000019239 -0.000334160 -0.000020653 1.000000000 -0.000028967 0.000195516 0.000019239 0.000028967 1.000000000 0.000415882\n1.000000000 -0.000045032 -0.000002195 0.000208540 0.000045032 1.000000000 0.000037371 0.000000791 0.000002193 -0.000037371 1.000000000 0.000454389\n1.000000000 0.000053136 0.000006835 -0.000326543 -0.000053136 1.000000000 0.000044044 -0.000091943 -0.000006833 -0.000044045 1.000000000 0.000783037\n1.000000000 -0.000094211 0.000037617 -0.000546302 0.000094212 1.000000000 -0.000019791 0.000238748 -0.000037615 0.000019794 1.000000000 -0.000089014\n1.000000000 0.000000319 0.000044365 -0.000780377 -0.000000319 1.000000000 0.000009763 0.000255700 -0.000044365 -0.000009763 1.000000000 0.000177815\n1.000000000 0.000016598 0.000064992 -0.000797132 -0.000016597 1.000000000 -0.000011995 -0.000097868 -0.000064993 0.000011994 1.000000000 -0.000223576\n1.000000000 0.000042236 0.000074805 -0.000706895 -0.000042238 1.000000000 0.000025247 -0.000142648 -0.000074804 -0.000025251 1.000000000 0.000072861\n1.000000000 0.000018725 0.000047095 -0.000641743 -0.000018724 1.000000000 -0.000021834 0.000109941 -0.000047095 0.000021833 1.000000000 -0.001706207\n1.000000000 0.000008491 0.000075408 -0.001439600 -0.000008488 1.000000000 -0.000045944 0.000192524 -0.000075409 0.000045943 1.000000000 -0.001395950\n1.000000000 0.000067434 0.000073023 -0.000871877 -0.000067433 1.000000000 -0.000019153 0.000367058 -0.000073024 0.000019148 1.000000000 -0.000624647\n1.000000000 0.000061090 0.000066372 -0.000949773 -0.000061086 1.000000000 -0.000066624 0.000490713 -0.000066376 0.000066620 1.000000000 0.000443228\n1.000000000 0.000039396 0.000055115 -0.001009920 -0.000039395 1.000000000 -0.000026967 0.000275188 -0.000055116 0.000026965 1.000000000 0.000226889\n1.000000000 -0.000039646 0.000074971 -0.001418059 0.000039646 1.000000000 0.000008658 -0.000052975 -0.000074971 -0.000008655 1.000000000 -0.000588786\n1.000000000 -0.000032390 0.000049429 -0.000740737 0.000032393 1.000000000 -0.000047066 0.000232294 -0.000049427 0.000047067 1.000000000 0.000325454\n1.000000000 0.000011804 0.000025896 -0.000412357 -0.000011805 1.000000000 0.000017298 -0.000131167 -0.000025896 -0.000017298 1.000000000 0.000102311\n1.000000000 -0.000011926 -0.000011657 -0.000049888 0.000011926 1.000000000 -0.000042044 0.000414674 0.000011658 0.000042044 1.000000000 0.000431170\n1.000000000 -0.000010382 0.000028901 -0.000163677 0.000010380 1.000000000 0.000057144 -0.000575620 -0.000028902 -0.000057144 1.000000000 -0.001211302\n1.000000000 0.000031640 0.000008282 -0.000273816 -0.000031640 1.000000000 0.000012946 0.000112081 -0.000008281 -0.000012946 1.000000000 -0.000320662\n1.000000000 0.000001122 0.000016978 -0.000015243 -0.000001122 1.000000000 0.000023887 -0.000037014 -0.000016978 -0.000023887 1.000000000 0.000235201\n1.000000000 0.000023145 0.000026714 -0.000535389 -0.000023146 1.000000000 0.000021366 -0.000075102 -0.000026714 -0.000021367 1.000000000 -0.000119815\n1.000000000 0.000014770 0.000032300 -0.000688734 -0.000014771 1.000000000 0.000020589 -0.000244291 -0.000032300 -0.000020589 1.000000000 0.000489758\n1.000000000 0.000056446 0.000072166 -0.000878459 -0.000056447 1.000000000 0.000011180 -0.000175751 -0.000072166 -0.000011184 1.000000000 0.001949704\n1.000000000 0.000060901 0.000019337 -0.000579755 -0.000060901 1.000000000 -0.000015017 0.000200638 -0.000019338 0.000015015 1.000000000 0.000200141\n1.000000000 -0.000016050 0.000052336 -0.001188049 0.000016046 1.000000000 0.000066799 -0.000546330 -0.000052337 -0.000066799 1.000000000 0.000270028\n1.000000000 -0.000020958 0.000001003 -0.000221208 0.000020958 1.000000000 0.000028305 -0.000123034 -0.000001004 -0.000028305 1.000000000 -0.000364959\n1.000000000 0.000050824 -0.000034463 0.000397565 -0.000050825 1.000000000 -0.000019631 0.000514530 0.000034462 0.000019632 1.000000000 0.001394425\n1.000000000 -0.000030297 -0.000015886 -0.000624827 0.000030297 1.000000000 -0.000025705 0.000367774 0.000015886 0.000025705 1.000000000 0.000284553\n1.000000000 -0.000019245 0.000005717 -0.000669005 0.000019245 1.000000000 0.000010276 -0.000299486 -0.000005717 -0.000010276 1.000000000 -0.000989916\n1.000000000 0.000051872 0.000004386 0.000108508 -0.000051872 1.000000000 0.000026453 0.000211119 -0.000004385 -0.000026453 1.000000000 0.000257004\n1.000000000 0.000052411 -0.000006802 -0.000073323 -0.000052410 1.000000000 0.000079811 0.000115907 0.000006806 -0.000079811 1.000000000 0.000956913\n1.000000000 0.000008515 -0.000024292 -0.000425913 -0.000008515 1.000000000 0.000011643 -0.000175939 0.000024293 -0.000011642 1.000000000 -0.000782384\n1.000000000 0.000002771 -0.000010486 -0.000420266 -0.000002770 1.000000000 0.000058874 -0.000626047 0.000010486 -0.000058874 1.000000000 -0.000158558\n1.000000000 0.000038384 0.000020718 0.000315189 -0.000038385 1.000000000 0.000071538 -0.000265094 -0.000020716 -0.000071539 1.000000000 0.001191287\n1.000000000 0.000047245 0.000017875 -0.000384973 -0.000047245 1.000000000 0.000011529 -0.000192477 -0.000017874 -0.000011530 1.000000000 0.000699377\n1.000000000 0.000021564 0.000055214 -0.001113347 -0.000021563 1.000000000 -0.000012589 0.000134724 -0.000055215 0.000012588 1.000000000 -0.000402754\n1.000000000 0.000036565 0.000029948 -0.000438024 -0.000036563 1.000000000 -0.000048517 0.000568202 -0.000029950 0.000048516 1.000000000 0.000360580\n1.000000000 0.000036674 0.000059891 -0.000414571 -0.000036676 1.000000000 0.000043916 -0.000086943 -0.000059890 -0.000043918 1.000000000 0.000724415\n1.000000000 0.000006836 0.000062116 -0.001039754 -0.000006834 1.000000000 -0.000025160 0.000193098 -0.000062116 0.000025160 1.000000000 -0.000029604\n1.000000000 0.000043599 -0.000003348 -0.000980115 -0.000043599 1.000000000 -0.000012277 -0.000051763 0.000003347 0.000012277 1.000000000 -0.000198444\n1.000000000 0.000007835 0.000007374 -0.000409712 -0.000007835 1.000000000 0.000030470 0.000065212 -0.000007374 -0.000030470 1.000000000 0.001150034\n1.000000000 0.000076833 0.000020308 -0.000402704 -0.000076832 1.000000000 -0.000054062 0.000530186 -0.000020312 0.000054061 1.000000000 -0.000093936\n1.000000000 -0.000003211 -0.000018288 -0.000022786 0.000003211 1.000000000 -0.000002229 0.000104615 0.000018288 0.000002228 1.000000000 -0.000427208\n1.000000000 0.000035312 -0.000036410 -0.000233268 -0.000035308 1.000000000 0.000107394 -0.000658923 0.000036414 -0.000107392 1.000000000 0.001165085\n1.000000000 0.000065039 0.000012050 -0.000500359 -0.000065039 1.000000000 0.000015180 -0.000349436 -0.000012049 -0.000015181 1.000000000 -0.000569969\n1.000000000 -0.000038431 -0.000022844 -0.000010868 0.000038432 1.000000000 0.000046010 -0.000439604 0.000022843 -0.000046011 1.000000000 0.001025067\n1.000000000 -0.000050434 -0.000049513 0.000405879 0.000050438 1.000000000 0.000093901 -0.000618999 0.000049508 -0.000093903 1.000000000 0.000892502\n1.000000000 -0.000014486 -0.000020559 -0.000025058 0.000014487 1.000000000 0.000024119 -0.000309544 0.000020559 -0.000024119 1.000000000 0.000108714\n1.000000000 0.000052211 0.000004866 -0.000429885 -0.000052211 1.000000000 0.000016493 -0.000068901 -0.000004866 -0.000016493 1.000000000 -0.000402107\n1.000000000 0.000011085 -0.000017500 -0.000133003 -0.000011085 1.000000000 0.000006198 0.000104154 0.000017500 -0.000006198 1.000000000 0.000901467\n1.000000000 -0.000031822 -0.000018557 0.000225135 0.000031822 1.000000000 0.000019816 -0.000088655 0.000018556 -0.000019816 1.000000000 0.000668801\n1.000000000 0.000011132 -0.000016229 -0.000191973 -0.000011131 1.000000000 0.000053851 -0.000212316 0.000016229 -0.000053851 1.000000000 0.000909353\n1.000000000 0.000024534 0.000003567 -0.000734318 -0.000024534 1.000000000 -0.000053724 0.000170706 -0.000003569 0.000053724 1.000000000 -0.000422687\n1.000000000 -0.000019850 -0.000003759 -0.000225005 0.000019850 1.000000000 0.000032130 0.000108766 0.000003759 -0.000032130 1.000000000 0.000211647\n1.000000000 -0.000017622 -0.000016980 -0.000059999 0.000017622 1.000000000 -0.000002305 0.000094274 0.000016980 0.000002304 1.000000000 -0.000212282\n1.000000000 0.000015529 -0.000011596 -0.000399008 -0.000015529 1.000000000 0.000010785 -0.000108961 0.000011597 -0.000010784 1.000000000 0.000189908\n1.000000000 -0.000006597 0.000014456 -0.000376888 0.000006596 1.000000000 0.000032979 0.000025827 -0.000014456 -0.000032979 1.000000000 0.000563518\n1.000000000 0.000004591 -0.000004569 -0.000515363 -0.000004591 1.000000000 -0.000008637 0.000285506 0.000004569 0.000008637 1.000000000 0.000388291\n1.000000000 0.000057605 -0.000033434 0.000052610 -0.000057604 1.000000000 0.000015927 -0.000266620 0.000033435 -0.000015925 1.000000000 0.001015174\n1.000000000 0.000114859 0.000095258 -0.000699701 -0.000114818 0.999999881 -0.000431932 0.000216492 -0.000095308 0.000431921 0.999999881 0.002117652\n1.000000000 -0.000003040 0.000051448 0.000638957 0.000003102 0.999999285 -0.001219779 0.000907824 -0.000051444 0.001219779 0.999999225 0.008590099\n1.000000000 0.000030602 0.000014695 -0.001633793 -0.000030582 0.999998987 -0.001408325 0.001062371 -0.000014739 0.001408324 0.999998987 0.029186402\n0.999999940 -0.000317977 -0.000107963 0.000728449 0.000317844 0.999999166 -0.001231650 0.000362995 0.000108355 0.001231615 0.999999225 0.047214497\n0.999999762 -0.000709613 -0.000063915 0.000313319 0.000709534 0.999998987 -0.001235765 0.000639094 0.000064792 0.001235719 0.999999225 0.073425777\n0.999999464 -0.001014567 -0.000122411 -0.001012206 0.001014399 0.999998569 -0.001367640 0.000520343 0.000123798 0.001367515 0.999999046 0.103626959\n0.999998987 -0.001394833 -0.000190244 0.000918707 0.001394566 0.999998033 -0.001395598 -0.000001709 0.000192190 0.001395331 0.999998987 0.136671141\n0.999998868 -0.001518300 -0.000004896 0.001316918 0.001518287 0.999996841 -0.002011264 0.000062150 0.000007950 0.002011254 0.999997973 0.175086185\n0.999999225 -0.001234334 0.000087818 0.000772493 0.001234581 0.999995112 -0.002870625 -0.001327284 -0.000084274 0.002870731 0.999995887 0.219466180\n0.999999821 -0.000578060 0.000108758 0.000009026 0.000578546 0.999989629 -0.004522832 -0.001601131 -0.000106142 0.004522895 0.999989748 0.270924419\n0.999999762 0.000192531 0.000652489 -0.001610373 -0.000188214 0.999978125 -0.006609841 -0.002037088 -0.000653748 0.006609717 0.999977946 0.340435416\n0.999998808 0.000584965 0.001411724 0.001220720 -0.000573213 0.999965310 -0.008310504 -0.003015480 -0.001416536 0.008309686 0.999964476 0.418143600\n0.999996722 0.000544439 0.002505512 0.000399547 -0.000521068 0.999956429 -0.009319097 -0.002384405 -0.002510477 0.009317760 0.999953449 0.519819200\n0.999992669 0.000626071 0.003772121 0.003342541 -0.000590580 0.999955595 -0.009402349 -0.001395912 -0.003777840 0.009400052 0.999948680 0.637311757\n0.999983311 0.000759696 0.005725418 -0.000013094 -0.000706939 0.999957323 -0.009211008 0.000449208 -0.005732171 0.009206807 0.999941170 0.774447381\n0.999973714 0.000624728 0.007224696 0.007262150 -0.000554300 0.999952376 -0.009746120 -0.001692944 -0.007230441 0.009741860 0.999926388 0.924551249\n0.999951661 0.000620358 0.009813433 0.000604016 -0.000512385 0.999939382 -0.011001236 -0.000965850 -0.009819662 0.010995676 0.999891341 1.110380054\n0.999925494 0.000025425 0.012208831 0.005995251 0.000120164 0.999928892 -0.011924034 -0.000423647 -0.012208266 0.011924612 0.999854386 1.300988913\n0.999887884 -0.000568682 0.014963764 0.011715381 0.000763989 0.999914587 -0.013049474 0.000385606 -0.014955064 0.013059443 0.999802887 1.521150589\n0.999840140 -0.000561453 0.017872116 0.016775081 0.000819594 0.999895394 -0.014439750 0.001038412 -0.017862139 0.014452090 0.999736011 1.756259561\n0.999776542 0.000593994 0.021130275 0.021606337 -0.000255351 0.999871552 -0.016025526 0.000880795 -0.021137079 0.016016550 0.999648273 2.019526958\n0.999707520 0.000772532 0.024171330 0.031714700 -0.000363231 0.999856532 -0.016933138 0.002713849 -0.024180943 0.016919404 0.999564409 2.302207708\n0.999607205 0.000136913 0.028025722 0.043101527 0.000354292 0.999846458 -0.017521206 0.003854004 -0.028023817 0.017524254 0.999453604 2.619493246\n0.999505758 -0.000707198 0.031427760 0.060200289 0.001249822 0.999850452 -0.017249489 0.003239874 -0.031410858 0.017280243 0.999357164 2.950746059\n0.999390960 -0.001323720 0.034870014 0.076548748 0.001872502 0.999874830 -0.015709985 -0.000140734 -0.034844853 0.015765712 0.999268353 3.314191580\n0.999268174 -0.000655902 0.038244337 0.088441841 0.001201446 0.999897838 -0.014243462 -0.001879068 -0.038231086 0.014278987 0.999166906 3.712712526\n0.999164999 -0.001257556 0.040837422 0.104896642 0.001790518 0.999913692 -0.013016880 -0.005512408 -0.040817525 0.013079132 0.999081016 4.119226933\n0.999100983 -0.003722337 0.042229928 0.128954411 0.004185676 0.999931931 -0.010888703 -0.006684655 -0.042186521 0.011055675 0.999048591 4.543650627\n0.999054193 -0.005364904 0.043149814 0.146795079 0.005784246 0.999937177 -0.009599307 -0.006069704 -0.043095607 0.009839816 0.999022484 4.997307301\n0.999080062 -0.006481920 0.042390563 0.170404881 0.006863463 0.999937177 -0.008861312 -0.001736794 -0.042330462 0.009144106 0.999061823 5.446676731\n0.999128520 -0.006477690 0.041233983 0.184720382 0.006811227 0.999945164 -0.007953531 -0.002891074 -0.041180201 0.008227454 0.999117851 5.920322418\n0.999225318 -0.007120185 0.038704392 0.198248684 0.007410057 0.999945521 -0.007351083 -0.003798133 -0.038649943 0.007632190 0.999223650 6.387402058\n0.999362886 -0.008396195 0.034688808 0.213060990 0.008657499 0.999935210 -0.007389467 -0.005490533 -0.034624517 0.007685077 0.999370873 6.878218174\n0.999539554 -0.009768340 0.028726295 0.227164745 0.009986690 0.999922276 -0.007467440 -0.001388362 -0.028651118 0.007750882 0.999559402 7.376483917\n0.999709547 -0.011723748 0.021057086 0.231132299 0.011872449 0.999905348 -0.006950727 -0.004621284 -0.020973604 0.007198707 0.999754131 7.877524376\n0.999844193 -0.013991107 0.010763427 0.229016989 0.014073662 0.999871850 -0.007632896 -0.004574210 -0.010655255 0.007783188 0.999912918 8.400366783\n0.999855757 -0.016809260 -0.002438346 0.219374910 0.016786786 0.999818921 -0.008962600 -0.002841464 0.002588559 0.008920374 0.999956846 8.930257797\n0.999637306 -0.020133670 -0.017886609 0.200411007 0.019974951 0.999759912 -0.009008407 -0.001871627 0.018063687 0.008647855 0.999799430 9.475488663\n0.999117672 -0.021130053 -0.036295407 0.167506054 0.020858085 0.999751568 -0.007855620 -0.000356934 0.036452383 0.007091637 0.999310255 10.034330368\n0.998089790 -0.021671679 -0.057854593 0.130093202 0.021309027 0.999749303 -0.006877983 -0.000051214 0.057989147 0.005632019 0.998301327 10.607152939\n0.996452391 -0.022293583 -0.081151724 0.064723298 0.021855399 0.999741375 -0.006283943 -0.002614253 0.081270829 0.004488046 0.996681929 11.183073044\n0.993855774 -0.025221769 -0.107770704 -0.008838975 0.024812791 0.999678910 -0.005134358 -0.001279282 0.107865602 0.002428719 0.994162500 11.766197205\n0.990225613 -0.024445122 -0.137315795 -0.102595299 0.024237489 0.999701142 -0.003184139 0.001274483 0.137352601 -0.000175174 0.990522206 12.367516518\n0.985475361 -0.025425626 -0.167904109 -0.222602561 0.025409937 0.999674618 -0.002242263 0.000292689 0.167906493 -0.002056738 0.985800803 12.974349976\n0.979308724 -0.024514368 -0.200881571 -0.365646005 0.024648666 0.999694467 -0.001833039 0.007305544 0.200865135 -0.003156352 0.979613841 13.583994865\n0.971704721 -0.022705879 -0.235104963 -0.541816652 0.023323204 0.999727964 -0.000154972 0.006871436 0.235044524 -0.005332814 0.971969962 14.204152107\n0.962744713 -0.019335961 -0.269719839 -0.742249072 0.020163655 0.999796629 0.000298172 0.012095779 0.269659221 -0.005725601 0.962938786 14.824069023\n0.952300310 -0.018086957 -0.304625988 -0.961646676 0.018913599 0.999821067 -0.000237322 0.016993806 0.304575771 -0.005535571 0.952472031 15.442338943\n0.939984441 -0.019513380 -0.340658844 -1.202838659 0.020089423 0.999796510 -0.001836627 0.019034747 0.340625376 -0.005117238 0.940185189 16.054424286\n0.925899386 -0.019180706 -0.377283007 -1.474885106 0.019541360 0.999804914 -0.002872193 0.022424895 0.377264500 -0.004713262 0.926093578 16.661821365\n0.909972548 -0.017348884 -0.414305508 -1.779596448 0.016957078 0.999845505 -0.004623952 0.026455458 0.414321721 -0.002817741 0.910126150 17.256809235\n0.892153442 -0.019244006 -0.451322377 -2.101720572 0.019564889 0.999800742 -0.003955682 0.028305292 0.451308578 -0.005300997 0.892352223 17.856716156\n0.872604609 -0.021464966 -0.487955451 -2.443139553 0.023422286 0.999723494 -0.002091659 0.025401898 0.487865418 -0.009603839 0.872866035 18.439544678\n0.851571918 -0.020410834 -0.523840308 -2.822252035 0.023932008 0.999713600 -0.000048032 0.022803001 0.523691237 -0.012495648 0.851816475 19.024330139\n0.828924954 -0.021000430 -0.558965504 -3.223569393 0.026397096 0.999650300 0.001588872 0.028147034 0.558736622 -0.016072122 0.829189420 19.599290848\n0.804177284 -0.021343520 -0.594006300 -3.642804146 0.027786992 0.999612391 0.001701025 0.025190078 0.593739748 -0.017873572 0.804458618 20.146068573\n0.777797282 -0.020739587 -0.628172994 -4.105125427 0.028183673 0.999600947 0.001894180 0.030352689 0.627883017 -0.019177509 0.778071404 20.681482315\n0.750323415 -0.019089350 -0.660795271 -4.596607208 0.027144454 0.999629617 0.001944387 0.036624804 0.660513461 -0.019395845 0.750563681 21.205215454\n0.721477866 -0.017120864 -0.692225873 -5.121550560 0.026787121 0.999636054 0.003195032 0.042730562 0.691919208 -0.020847879 0.721673965 21.717346191\n0.690742970 -0.014959491 -0.722945631 -5.665418148 0.026082924 0.999650836 0.004235907 0.048403777 0.722629845 -0.021782458 0.690891981 22.232311249\n0.659622908 -0.012028679 -0.751500487 -6.237002373 0.024920994 0.999672174 0.005873215 0.054288320 0.751183450 -0.022602245 0.659706414 22.710966110\n0.627471030 -0.009700057 -0.778579533 -6.837964535 0.024469383 0.999674201 0.007265711 0.060905468 0.778255403 -0.023610381 0.627503991 23.164642334\n0.593840003 -0.009103307 -0.804531634 -7.488251686 0.024599437 0.999673963 0.006845960 0.073062874 0.804206967 -0.023856431 0.593870342 23.625720978\n0.560078919 -0.011797939 -0.828355253 -8.144406319 0.028305663 0.999587297 0.004901683 0.084085092 0.827955544 -0.026192473 0.560181737 24.051723480\n0.525438428 -0.013240129 -0.850728691 -8.833187103 0.026585184 0.999646187 0.000862125 0.092056394 0.850416243 -0.023069769 0.525604486 24.460906982\n0.491500080 -0.014657323 -0.870754123 -9.562028885 0.023796763 0.999711037 -0.003395881 0.096844479 0.870552301 -0.019052057 0.491706848 24.846940994\n0.457398415 -0.018597974 -0.889067411 -10.296154976 0.027366191 0.999602139 -0.006831115 0.102613032 0.888840735 -0.021205846 0.457725346 25.214038849\n0.423542142 -0.017997645 -0.905697703 -11.058135986 0.025805548 0.999636590 -0.007796604 0.103106469 0.905508876 -0.020069830 0.423852623 25.553487778\n0.391950011 -0.017495407 -0.919820130 -11.890338898 0.027201526 0.999602437 -0.007421901 0.108988985 0.919584274 -0.022111498 0.392270088 25.892066956\n0.359514892 -0.019177884 -0.932942331 -12.702252388 0.027880803 0.999563158 -0.009803331 0.111831665 0.932722867 -0.022486733 0.359892547 26.200553894\n0.329382360 -0.020373989 -0.943976879 -13.540200233 0.026172321 0.999580026 -0.012441757 0.100079358 0.943833888 -0.020607969 0.329777300 26.468959808\n0.299503982 -0.024017062 -0.953792810 -14.381585121 0.028741430 0.999456525 -0.016141700 0.091676325 0.953662157 -0.022578863 0.300031483 26.725605011\n0.271856129 -0.023600740 -0.962048531 -15.227578163 0.024526637 0.999544442 -0.017589832 0.085323572 0.962025404 -0.018813910 0.272311091 26.951820374\n0.247987211 -0.022806304 -0.968494952 -16.093269348 0.022204172 0.999594033 -0.017853159 0.075140327 0.968508899 -0.017077267 0.248392940 27.157266617\n0.227137566 -0.022681573 -0.973598540 -17.004774094 0.018283207 0.999651849 -0.019023111 0.062650621 0.973691046 -0.013479638 0.227473199 27.356845856\n0.210481644 -0.021154702 -0.977368951 -17.886152267 0.014216362 0.999726355 -0.018577049 0.049718350 0.977494478 -0.009984503 0.210724771 27.533658981\n0.197520494 -0.020306639 -0.980088472 -18.782476425 0.011613798 0.999763727 -0.018373728 0.038320422 0.980230033 -0.007753360 0.197709680 27.698669434\n0.187084675 -0.019376792 -0.982152760 -19.690847397 0.008132424 0.999801755 -0.018175889 0.022574306 0.982310236 -0.004586849 0.187205195 27.860090256\n0.179892361 -0.019836543 -0.983486354 -20.592731476 0.005948516 0.999800324 -0.019077530 0.013003975 0.983668387 -0.002418380 0.179974437 28.019290924\n0.175840437 -0.020504119 -0.984205067 -21.517547607 0.005290201 0.999788284 -0.019883607 -0.005880207 0.984404445 -0.001710303 0.175911665 28.179450989\n0.173987806 -0.022484032 -0.984491169 -22.428113937 0.003261918 0.999746978 -0.022255974 -0.019703865 0.984742463 0.000660940 0.174017072 28.342582703\n0.174038649 -0.022220930 -0.984488189 -23.368370056 0.001304977 0.999749720 -0.022334706 -0.034140110 0.984738052 0.002602370 0.174024105 28.491052628\n0.174574614 -0.019885933 -0.984443188 -24.284509659 0.000307850 0.999797106 -0.020141494 -0.045349687 0.984643996 0.003213133 0.174545288 28.655254364\n0.176172614 -0.015936757 -0.984230399 -25.212005615 0.001897167 0.999872565 -0.015850455 -0.066499054 0.984357595 0.000925168 0.176180363 28.815715790\n0.177547514 -0.015683359 -0.983987331 -26.203527451 0.003932859 0.999876320 -0.015226975 -0.074263334 0.984104455 -0.001166370 0.177587271 28.986110687\n0.178292572 -0.016558670 -0.983838260 -27.143903732 0.007100127 0.999854028 -0.015541531 -0.079279959 0.983951986 -0.004214434 0.178384125 29.167221069\n0.179861367 -0.015764954 -0.983565629 -28.095973969 0.008795112 0.999857366 -0.014417751 -0.088950902 0.983652651 -0.006057374 0.179974377 29.330955505\n0.181543231 -0.013777159 -0.983286560 -29.062553406 0.010224774 0.999874234 -0.012121785 -0.102873296 0.983329952 -0.007853251 0.181661248 29.505340576\n0.182172894 -0.009876382 -0.983216941 -30.041320801 0.010488894 0.999912202 -0.008100676 -0.113146320 0.983210564 -0.008837135 0.182260454 29.691749573\n0.183272779 -0.001462982 -0.983061135 -31.003925323 0.008814882 0.999961138 0.000155233 -0.103496425 0.983022690 -0.008694016 0.183278501 29.865121841\n0.184970498 0.006608381 -0.982721984 -31.955905914 0.012535683 0.999880195 0.009083264 -0.107437134 0.982664227 -0.013999226 0.184865475 30.041362762\n0.185411632 0.003672397 -0.982654154 -32.907421112 0.012450624 0.999903977 0.006086105 -0.109033935 0.982582152 -0.013363092 0.185348094 30.216815948\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0019_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999997079 0.002391299 0.000386931 -0.008205908 -0.002390741 0.999996126 -0.001437771 0.002903365 -0.000390368 0.001436841 0.999998868 1.502769828\n0.999993682 0.003208946 0.001528569 -0.022389758 -0.003204323 0.999990284 -0.003017317 0.005149899 -0.001538236 0.003012400 0.999994278 3.013804197\n0.999992311 0.003213323 0.002243882 -0.030555386 -0.003204250 0.999986708 -0.004035171 0.005050281 -0.002256819 0.004027950 0.999989331 4.506728649\n0.999994457 0.002169720 0.002530036 -0.030277530 -0.002158600 0.999988019 -0.004389435 0.004417848 -0.002539530 0.004383949 0.999987185 6.005270481\n0.999993443 -0.001097748 0.003447920 -0.032919779 0.001111459 0.999991477 -0.003977180 -0.000809109 -0.003443525 0.003980986 0.999986172 7.504051685\n0.999987304 -0.003933702 0.003153604 -0.024114056 0.003942649 0.999988198 -0.002835806 -0.000862183 -0.003142411 0.002848204 0.999991000 9.017354965\n0.999983072 -0.005269868 0.002455719 -0.019418562 0.005273465 0.999985039 -0.001460547 -0.002279525 -0.002447986 0.001473472 0.999995947 10.552360535\n0.999980807 -0.005969988 0.001641372 -0.012375035 0.005977036 0.999972820 -0.004322858 -0.003500957 -0.001615520 0.004332586 0.999989331 12.058673859\n0.999983668 -0.005526565 0.001449082 -0.020545062 0.005534817 0.999968112 -0.005753571 -0.013103470 -0.001417239 0.005761498 0.999982417 13.556779861\n0.999973118 -0.007146800 0.001644584 -0.026685296 0.007160722 0.999937177 -0.008621461 -0.016289055 -0.001582865 0.008633005 0.999961495 15.052845955\n0.999977469 -0.006451902 0.001861267 -0.028043568 0.006464411 0.999956012 -0.006794479 -0.021334164 -0.001817347 0.006806358 0.999975204 16.547975540\n0.999982655 -0.005137612 0.002882445 -0.035900399 0.005148630 0.999979436 -0.003828042 -0.025639482 -0.002862719 0.003842817 0.999988496 18.038290024\n0.999982715 -0.004118198 0.004193820 -0.035657950 0.004124635 0.999990344 -0.001527289 -0.032030996 -0.004187490 0.001544560 0.999990046 19.545949936\n0.999981940 -0.001883632 0.005708470 -0.033926673 0.001885965 0.999998152 -0.000403373 -0.028710134 -0.005707699 0.000414132 0.999983609 21.034570694\n0.999975443 -0.000257054 0.007003160 -0.028872317 0.000263679 0.999999523 -0.000945113 -0.021180395 -0.007002913 0.000946936 0.999975026 22.532897949\n0.999957263 -0.000456531 0.009233094 -0.021175822 0.000468458 0.999999046 -0.001289633 -0.023617186 -0.009232496 0.001293904 0.999956548 24.040044785\n0.999942899 0.000250150 0.010682214 -0.013884412 -0.000216844 0.999995112 -0.003118900 -0.025795713 -0.010682942 0.003116406 0.999938071 25.524749756\n0.999925256 -0.000878360 0.012194485 0.001486835 0.000930350 0.999990523 -0.004258358 -0.024491753 -0.012190629 0.004269385 0.999916553 27.021343231\n0.999908388 -0.000603722 0.013524128 0.007859034 0.000676773 0.999985218 -0.005397655 -0.030165093 -0.013520669 0.005406313 0.999893963 28.510856628\n0.999897480 0.001347203 0.014256742 0.027693484 -0.001261983 0.999981284 -0.005984779 -0.038601153 -0.014264537 0.005966173 0.999880433 30.007919312\n0.999866128 0.004810745 0.015638109 0.034334414 -0.004699806 0.999963582 -0.007123135 -0.038642898 -0.015671806 0.007048685 0.999852359 31.512943268\n0.999824882 0.008216188 0.016814282 0.059468165 -0.008099978 0.999942899 -0.006967851 -0.040086962 -0.016870571 0.006830436 0.999834359 33.022121429\n0.999775827 0.010273056 0.018513318 0.071715526 -0.010181250 0.999935448 -0.005046376 -0.049639355 -0.018563965 0.004856755 0.999815881 34.544826508\n0.999758363 0.009770018 0.019690493 0.091127083 -0.009660067 0.999937236 -0.005671375 -0.054823034 -0.019744666 0.005479793 0.999790013 36.033721924\n0.999759555 0.006807395 0.020845022 0.104265377 -0.006640607 0.999945462 -0.008060140 -0.062286045 -0.020898754 0.007919778 0.999750257 37.539443970\n0.999769270 0.005209283 0.020840494 0.128996149 -0.004995279 0.999934375 -0.010307619 -0.072682329 -0.020892821 0.010201137 0.999729693 39.028751373\n0.999778211 0.004321798 0.020612188 0.152162835 -0.004139327 0.999951959 -0.008887063 -0.083159342 -0.020649604 0.008799771 0.999748051 40.548122406\n0.999794424 0.005771121 0.019438408 0.182884932 -0.005652804 0.999965191 -0.006136172 -0.092144981 -0.019473145 0.006025029 0.999792218 42.052692413\n0.999785841 0.007191975 0.019404940 0.186451495 -0.007128600 0.999969065 -0.003333099 -0.094292924 -0.019428311 0.003194056 0.999806166 43.564796448\n0.999811471 0.007646787 0.017848896 0.210266501 -0.007590970 0.999966085 -0.003192873 -0.101333521 -0.017872706 0.003056781 0.999835610 45.056243896\n0.999861956 0.005921015 0.015526317 0.235198125 -0.005872461 0.999977708 -0.003170933 -0.100008965 -0.015544747 0.003079318 0.999874413 46.557220459\n0.999890924 0.004510592 0.014062567 0.238679931 -0.004484809 0.999988198 -0.001864391 -0.099886246 -0.014070811 0.001801120 0.999899387 48.064525604\n0.999936163 0.003347765 0.010792114 0.270302534 -0.003347621 0.999994397 -0.000031377 -0.095548905 -0.010792159 -0.000004753 0.999941766 49.568199158\n0.999954939 0.001567941 0.009363610 0.255517930 -0.001571942 0.999998689 0.000419894 -0.096134663 -0.009362940 -0.000434594 0.999956071 51.046646118\n0.999979377 0.000318939 0.006413965 0.258790582 -0.000307022 0.999998212 -0.001858931 -0.102145113 -0.006414546 0.001856923 0.999977708 52.536289215\n0.999993563 0.000441104 0.003559270 0.262699723 -0.000424380 0.999988854 -0.004698104 -0.100787848 -0.003561303 0.004696563 0.999982655 54.011978149\n0.999995649 0.002949230 0.000026543 0.265658200 -0.002949002 0.999975443 -0.006354444 -0.105809510 -0.000045283 0.006354338 0.999979794 55.490364075\n0.999985933 0.004022235 -0.003449492 0.254877567 -0.004046107 0.999967694 -0.006941672 -0.114679970 0.003421459 0.006955531 0.999969959 56.976318359\n0.999963701 0.004535583 -0.007213709 0.242038265 -0.004568873 0.999978960 -0.004605081 -0.123864099 0.007192670 0.004637872 0.999963403 58.450538635\n0.999929547 0.004489526 -0.010990510 0.219121709 -0.004521830 0.999985516 -0.002916215 -0.130011648 0.010977259 0.002965707 0.999935329 59.926445007\n0.999875367 0.005717528 -0.014715947 0.193256170 -0.005760137 0.999979317 -0.002854663 -0.121247113 0.014699322 0.002939073 0.999887645 61.393127441\n0.999800265 0.007079232 -0.018690579 0.163710311 -0.007137123 0.999969959 -0.003032489 -0.132113904 0.018668549 0.003165280 0.999820709 62.870143890\n0.999667883 0.009087541 -0.024115559 0.136125982 -0.009160422 0.999953806 -0.002913393 -0.131301701 0.024087969 0.003133334 0.999704957 64.336418152\n0.999555767 0.010091832 -0.028043194 0.076876365 -0.010158209 0.999945939 -0.002225504 -0.135287434 0.028019218 0.002509384 0.999604225 65.806167603\n0.999373674 0.011764406 -0.033375058 0.035655174 -0.011811443 0.999929488 -0.001212510 -0.128707662 0.033358444 0.001605958 0.999442160 67.275192261\n0.999188185 0.012332234 -0.038351994 -0.027954895 -0.012354460 0.999923646 -0.000342576 -0.130214274 0.038344838 0.000816116 0.999264240 68.744735718\n0.999021709 0.012651970 -0.042373739 -0.110227071 -0.012654116 0.999919891 0.000217572 -0.128483519 0.042373098 0.000318843 0.999101818 70.233306885\n0.998821139 0.011927169 -0.047054049 -0.186440215 -0.011995082 0.999927402 -0.001161186 -0.132841080 0.047036782 0.001724234 0.998891652 71.699386597\n0.998516917 0.012312668 -0.053031553 -0.265788049 -0.012486682 0.999917686 -0.002951253 -0.121957712 0.052990850 0.003609064 0.998588502 73.171401978\n0.998197436 0.012184192 -0.058766086 -0.346974492 -0.012393104 0.999918103 -0.003191803 -0.118811652 0.058722384 0.003914343 0.998266697 74.631332397\n0.997945666 0.012789762 -0.062776275 -0.454482228 -0.012907701 0.999915600 -0.001473506 -0.121622600 0.062752135 0.002280776 0.998026550 76.095054626\n0.997743428 0.012312835 -0.066003665 -0.573884666 -0.012441482 0.999921441 -0.001538395 -0.129905775 0.065979540 0.002356107 0.997818172 77.572433472\n0.997528970 0.012353523 -0.069161892 -0.680818498 -0.012540995 0.999918759 -0.002277065 -0.124204352 0.069128148 0.003138797 0.997602880 79.036895752\n0.997322023 0.011373783 -0.072245650 -0.797586381 -0.011544239 0.999931455 -0.001942265 -0.126632050 0.072218612 0.002771084 0.997384965 80.510437012\n0.997033775 0.010312352 -0.076271117 -0.915963590 -0.010390099 0.999945819 -0.000622603 -0.125153780 0.076260567 0.001413221 0.997086942 82.001686096\n0.996741593 0.009925855 -0.080048107 -1.030602217 -0.009883530 0.999950707 0.000924953 -0.116033271 0.080053344 -0.000130781 0.996790588 83.469894409\n0.996542454 0.007745639 -0.082723238 -1.169478059 -0.007720547 0.999970019 0.000623202 -0.114884347 0.082725585 0.000017621 0.996572375 84.946891785\n0.996246994 0.006614224 -0.086303033 -1.292798519 -0.006666799 0.999977708 -0.000320987 -0.100645840 0.086298987 0.000895147 0.996268868 86.426422119\n0.995971501 0.005048614 -0.089527912 -1.431404591 -0.004943373 0.999986827 0.001397196 -0.103723481 0.089533791 -0.000948997 0.995983362 87.905052185\n0.995726347 0.004127257 -0.092260733 -1.571023583 -0.003886599 0.999988556 0.002787983 -0.094526127 0.092271179 -0.002417488 0.995730996 89.380722046\n0.995399833 0.003562434 -0.095741645 -1.714987397 -0.003262515 0.999989271 0.003288948 -0.090591080 0.095752336 -0.002961460 0.995400786 90.871124268\n0.995166481 0.004323672 -0.098107234 -1.865883350 -0.004037639 0.999987006 0.003113867 -0.074975029 0.098119423 -0.002702694 0.995170951 92.360481262\n0.994996071 0.005098277 -0.099783801 -2.030771255 -0.004773949 0.999982536 0.003488817 -0.067027546 0.099799842 -0.002994996 0.995003045 93.844802856\n0.994805217 0.005583960 -0.101643212 -2.193515778 -0.005143148 0.999976218 0.004598401 -0.053612284 0.101666473 -0.004051747 0.994810283 95.352844238\n0.994596362 0.005768967 -0.103657253 -2.345992565 -0.005183592 0.999969065 0.005915724 -0.037958141 0.103688173 -0.005346441 0.994595468 96.861145020\n0.994441569 0.005363075 -0.105153248 -2.517670870 -0.004580833 0.999960005 0.007679177 -0.030541485 0.105190225 -0.007154803 0.994426370 98.347679138\n0.994239867 0.006658837 -0.106970862 -2.699426889 -0.005808182 0.999948978 0.008261799 -0.016805973 0.107020423 -0.007592904 0.994227827 99.852859497\n0.993928552 0.006793607 -0.109817222 -2.858690977 -0.006170350 0.999962866 0.006014241 0.007411715 0.109854005 -0.005300115 0.993933618 101.365318298\n0.993734956 0.007971095 -0.111477874 -3.037722349 -0.007478829 0.999960363 0.004833295 0.010637768 0.111511983 -0.003969290 0.993755162 102.871635437\n0.993501842 0.009431413 -0.113424443 -3.231365919 -0.009058824 0.999951720 0.003799883 0.022560064 0.113454804 -0.002747698 0.993539333 104.413299561\n0.993214965 0.011112279 -0.115760759 -3.406364679 -0.010709407 0.999934256 0.004101608 0.045652851 0.115798727 -0.002834050 0.993268669 105.935424805\n0.993093967 0.010838770 -0.116820164 -3.606935501 -0.010031126 0.999921560 0.007499307 0.049746953 0.116892286 -0.006275679 0.993124783 107.441978455\n0.992815673 0.010991760 -0.119148053 -3.791928053 -0.009943187 0.999906480 0.009391508 0.074377082 0.119240142 -0.008139324 0.992832065 108.959434509\n0.992527425 0.006761362 -0.121834487 -3.969313145 -0.005388976 0.999918282 0.011590342 0.086964026 0.121902898 -0.010847169 0.992482781 110.507400513\n0.992195070 0.005955513 -0.124553107 -4.154402733 -0.004379161 0.999906838 0.012926023 0.109494925 0.124618486 -0.012279699 0.992128730 112.032485962\n0.991975367 0.004890525 -0.126336709 -4.362509727 -0.003561407 0.999935925 0.010744179 0.137970001 0.126381159 -0.010208025 0.991929233 113.556938171\n0.991734087 0.002268984 -0.128289983 -4.571744442 -0.001166286 0.999961734 0.008669829 0.138861269 0.128304735 -0.008448542 0.991698802 115.047019958\n0.991377532 0.001230557 -0.131030858 -4.763945580 -0.000335403 0.999976456 0.006853480 0.162528351 0.131036207 -0.006750438 0.991354585 116.581024170\n0.991186261 -0.002017769 -0.132460475 -4.984376907 0.002934511 0.999973059 0.006726021 0.171120301 0.132443339 -0.007055446 0.991165459 118.106925964\n0.990930676 -0.003891691 -0.134317875 -5.189592361 0.004552328 0.999979019 0.004611682 0.183364928 0.134297103 -0.005181316 0.990927577 119.616294861\n0.990763068 -0.005345222 -0.135498896 -5.398625851 0.006051683 0.999970138 0.004802416 0.186672062 0.135469183 -0.005578053 0.990765870 121.146240234\n0.990543485 -0.005557270 -0.137086406 -5.605100632 0.006381633 0.999964118 0.005574698 0.197047561 0.137050495 -0.006396816 0.990543425 122.652984619\n0.990478039 -0.004353570 -0.137602136 -5.829946995 0.005193290 0.999970019 0.005744098 0.211651742 0.137572989 -0.006404010 0.990470946 124.180076599\n0.990254521 -0.003926882 -0.139213979 -6.037243843 0.004734744 0.999973834 0.005472314 0.228807315 0.139188841 -0.006078126 0.990247190 125.697174072\n0.990123987 -0.004787059 -0.140112638 -6.264491081 0.005749275 0.999962568 0.006463482 0.229068905 0.140076444 -0.007205195 0.990114450 127.220787048\n0.989927173 -0.005873511 -0.141455695 -6.481112957 0.006807384 0.999958098 0.006118874 0.241966277 0.141413838 -0.007020182 0.989925683 128.731262207\n0.989733040 -0.007175756 -0.142747968 -6.704357147 0.008142411 0.999947727 0.006188763 0.243690908 0.142696083 -0.007287536 0.989739716 130.250320435\n0.989455163 -0.008770706 -0.144573718 -6.920953751 0.009621791 0.999940276 0.005188690 0.256585956 0.144519567 -0.006525035 0.989480436 131.758148193\n0.989197552 -0.009288946 -0.146293893 -7.146508694 0.010100354 0.999937475 0.004804582 0.268737793 0.146240115 -0.006230301 0.989229500 133.296020508\n0.988823950 -0.008419012 -0.148849994 -7.368330002 0.009410994 0.999937952 0.005961215 0.278589815 0.148790568 -0.007295418 0.988841832 134.814865112\n0.988555729 -0.008559126 -0.150613219 -7.608134270 0.009471503 0.999940872 0.005341417 0.278332442 0.150558591 -0.006706822 0.988578320 136.352142334\n0.988265991 -0.005592256 -0.152640179 -7.845066547 0.006346763 0.999969959 0.004456251 0.291646212 0.152610660 -0.005372733 0.988271773 137.877487183\n0.988039136 -0.006080630 -0.154083416 -8.099281311 0.006836337 0.999967039 0.004375153 0.301421285 0.154051736 -0.005376189 0.988048136 139.390640259\n0.987631500 -0.005614764 -0.156692445 -8.339206696 0.006478885 0.999966502 0.005004552 0.317119420 0.156659082 -0.005957845 0.987634778 140.910461426\n0.987394273 -0.007708456 -0.158092007 -8.595233917 0.008392223 0.999958098 0.003658001 0.320503175 0.158057183 -0.004938632 0.987417638 142.458435059\n0.987138033 -0.008015640 -0.159669071 -8.847517014 0.008619420 0.999958098 0.003089223 0.331580609 0.159637630 -0.004425744 0.987165749 143.980331421\n0.986908615 -0.008803832 -0.161039829 -9.103254318 0.009980111 0.999929070 0.006496840 0.349459440 0.160971209 -0.008018983 0.986926496 145.515151978\n0.986660302 -0.007916446 -0.162600100 -9.353260040 0.009376755 0.999922276 0.008215505 0.375055671 0.162522420 -0.009630573 0.986657858 147.057067871\n0.986498713 -0.009578942 -0.163488463 -9.612397194 0.010744419 0.999922752 0.006246021 0.371701986 0.163416013 -0.007918280 0.986525476 148.594497681\n0.986298323 -0.008658074 -0.164744064 -9.872730255 0.009306702 0.999951661 0.003165696 0.389790475 0.164708689 -0.004655544 0.986331284 150.119140625\n0.986197412 -0.008580714 -0.165351301 -10.137148857 0.009160945 0.999954283 0.002746745 0.392164737 0.165320158 -0.004223607 0.986230910 151.685470581\n0.986106634 -0.006193768 -0.165997922 -10.400991440 0.006859610 0.999970555 0.003438126 0.405810148 0.165971741 -0.004529040 0.986120105 153.234481812\n0.986175478 -0.003577154 -0.165665895 -10.682052612 0.004485252 0.999976873 0.005107710 0.411542386 0.165643796 -0.005780152 0.986168683 154.800949097\n0.986083925 -0.002097060 -0.166234925 -10.944634438 0.003052522 0.999980271 0.005492380 0.426417917 0.166220129 -0.005923383 0.986070871 156.352539062\n0.986081839 -0.000958092 -0.166257843 -11.216230392 0.001759407 0.999987543 0.004672496 0.439748257 0.166251287 -0.004899979 0.986071229 157.944564819\n0.986094534 0.000656477 -0.166184142 -11.488033295 -0.000019076 0.999992609 0.003837078 0.457518369 0.166185439 -0.003780551 0.986087263 159.503479004\n0.986166954 0.000991525 -0.165752262 -11.763637543 -0.000248658 0.999989808 0.004502482 0.460881025 0.165755048 -0.004398983 0.986157119 161.081314087\n0.986146629 -0.000260342 -0.165875718 -12.029128075 0.001090538 0.999987304 0.004913867 0.474607676 0.165872335 -0.005026687 0.986134410 162.653381348\n0.986130953 -0.000476000 -0.165968448 -12.290569305 0.001281629 0.999987900 0.004747044 0.494232655 0.165964186 -0.004893917 0.986119628 164.230987549\n0.986310780 -0.003232329 -0.164865479 -12.566121101 0.004375059 0.999968827 0.006568623 0.495015532 0.164839119 -0.007200000 0.986294210 165.809829712\n0.986371994 -0.005304860 -0.164445132 -12.849905968 0.006524205 0.999955058 0.006875673 0.504387021 0.164401278 -0.007854844 0.986362278 167.389526367\n0.986374319 -0.007945972 -0.164324611 -13.109525681 0.009257902 0.999931097 0.007219444 0.515112758 0.164255917 -0.008642375 0.986379921 168.955230713\n0.986472785 -0.009821448 -0.163630530 -13.378719330 0.011187811 0.999909818 0.007430817 0.527128756 0.163542792 -0.009160966 0.986493707 170.523330688\n0.986388087 -0.012401951 -0.163965568 -13.624917030 0.013892085 0.999871910 0.007944497 0.544768512 0.163846046 -0.010114181 0.986434102 172.098419189\n0.986567438 -0.012496280 -0.162875667 -13.898356438 0.014263819 0.999851346 0.009687131 0.565131962 0.162730396 -0.011880238 0.986599028 173.643081665\n0.986549258 -0.014048793 -0.162859350 -14.151943207 0.016090572 0.999807537 0.011224731 0.573243678 0.162670314 -0.013694251 0.986585438 175.241806030\n0.986680210 -0.013569412 -0.162104994 -14.413189888 0.015772235 0.999799848 0.012309659 0.584662795 0.161905512 -0.014702455 0.986696720 176.799194336\n0.986802578 -0.013206844 -0.161388546 -14.674723625 0.015398957 0.999805272 0.012339522 0.601205349 0.161194161 -0.014661888 0.986813784 178.375640869\n0.986937046 -0.012872483 -0.160591289 -14.934273720 0.015138458 0.999802232 0.012894650 0.616220117 0.160393551 -0.015157312 0.986936748 179.924560547\n0.987106204 -0.012475554 -0.159579784 -15.198454857 0.014716016 0.999808967 0.012865669 0.631569922 0.159388781 -0.015048160 0.987101197 181.453475952\n0.987220883 -0.012036406 -0.158902705 -15.452130318 0.014221861 0.999819160 0.012623376 0.658314645 0.158722028 -0.014721952 0.987213552 182.979003906\n0.987324536 -0.012617935 -0.158212200 -15.705361366 0.014792451 0.999811530 0.012574204 0.684370637 0.158023715 -0.014755166 0.987325072 184.530364990\n0.987435699 -0.013641579 -0.157431364 -15.962883949 0.015849015 0.999792814 0.012774651 0.706468463 0.157224476 -0.015109278 0.987447321 186.088806152\n0.987550259 -0.014906210 -0.156595767 -16.207271576 0.017286632 0.999754667 0.013850093 0.720836461 0.156350896 -0.016384676 0.987565637 187.625183105\n0.987616897 -0.016692661 -0.155994400 -16.451354980 0.018997828 0.999731064 0.013297935 0.739375949 0.155730471 -0.016096819 0.987668395 189.171890259\n0.987776101 -0.017785445 -0.154861227 -16.695327759 0.019954458 0.999723196 0.012462865 0.764262438 0.154596716 -0.015400692 0.987857640 190.684600830\n0.987861872 -0.018741941 -0.154200211 -16.936510086 0.020946711 0.999700129 0.012685693 0.779859364 0.153916210 -0.015761700 0.987958193 192.202331543\n0.987860978 -0.019691035 -0.154087648 -17.163915634 0.021849709 0.999685228 0.012328285 0.800639391 0.153796390 -0.015545402 0.987980247 193.723724365\n0.988061786 -0.019884629 -0.152769357 -17.410625458 0.022028150 0.999681056 0.012351206 0.814286351 0.152475029 -0.015568981 0.988184690 195.247177124\n0.988164902 -0.021360781 -0.151900634 -17.643705368 0.023389356 0.999659359 0.011580182 0.831728697 0.151601538 -0.014995988 0.988327920 196.749557495\n0.988295078 -0.021275286 -0.151063427 -17.885448456 0.023200443 0.999670386 0.010992809 0.851240158 0.150779754 -0.014368878 0.988462925 198.268951416\n0.988468766 -0.020359822 -0.150049999 -18.117998123 0.022182258 0.999698997 0.010481667 0.869684458 0.149791434 -0.013689248 0.988622844 199.759841919\n0.988664865 -0.018077247 -0.149046853 -18.366594315 0.019903077 0.999743938 0.010767455 0.876714766 0.148814037 -0.013611896 0.988771498 201.266036987\n0.988783121 -0.015279526 -0.148574919 -18.595724106 0.016962282 0.999805450 0.010065394 0.892037809 0.148392230 -0.012472661 0.988849938 202.751205444\n0.988948703 -0.011660844 -0.147798792 -18.825834274 0.013192803 0.999868870 0.009389047 0.898797750 0.147669926 -0.011235165 0.988972902 204.240478516\n0.989182532 -0.008490690 -0.146443844 -19.073013306 0.009920883 0.999909937 0.009038544 0.921135962 0.146353915 -0.010393622 0.989177704 205.759674072\n0.989326656 -0.005441729 -0.145613119 -19.298686981 0.006924250 0.999929190 0.009676336 0.936131716 0.145550147 -0.010581319 0.989294291 207.249435425\n0.989554584 -0.003420277 -0.144118071 -19.541118622 0.005018715 0.999929845 0.010729088 0.948767781 0.144071266 -0.011340306 0.989502311 208.731185913\n0.989624143 -0.002350795 -0.143661201 -19.761083603 0.003947624 0.999933541 0.010831213 0.962046623 0.143626183 -0.011285949 0.989567637 210.200515747\n0.989738822 -0.002454332 -0.142867252 -19.982700348 0.003914383 0.999942958 0.009939468 0.975120068 0.142834708 -0.010396715 0.989691973 211.680267334\n0.989776969 -0.002178170 -0.142607361 -20.195543289 0.003609251 0.999945700 0.009777213 0.993161738 0.142578319 -0.010191967 0.989731073 213.139984131\n0.989787042 -0.003977658 -0.142498448 -20.417118073 0.005523369 0.999930084 0.010453301 1.003865957 0.142446905 -0.011133613 0.989739835 214.620498657\n0.989671111 -0.005010416 -0.143268958 -20.623495102 0.006634392 0.999918997 0.010859687 1.015321016 0.143202931 -0.011698021 0.989624202 216.072952271\n0.989692569 -0.006115969 -0.143077642 -20.847082138 0.007753983 0.999910593 0.010893643 1.033285975 0.142998219 -0.011890779 0.989651501 217.520736694\n0.989612818 -0.006353545 -0.143617868 -21.063991547 0.008154352 0.999895275 0.011953747 1.045434952 0.143526897 -0.013000692 0.989561021 218.955169678\n0.989504218 -0.005374518 -0.144403800 -21.277400970 0.007107800 0.999908745 0.011489797 1.066795468 0.144328877 -0.012395597 0.989452124 220.414199829\n0.989371300 -0.004631887 -0.145337403 -21.486173630 0.006172179 0.999929428 0.010148912 1.089643002 0.145280138 -0.010938091 0.989330113 221.862274170\n0.989333153 -0.003929534 -0.145617425 -21.710990906 0.005402956 0.999938130 0.009724336 1.095232725 0.145570204 -0.010407372 0.989293158 223.292098999\n0.989272416 -0.003741935 -0.146034449 -21.938879013 0.005131350 0.999945104 0.009138762 1.103987455 0.145992234 -0.009790080 0.989237309 224.752868652\n0.989139676 -0.003703688 -0.146931961 -22.150045395 0.004926461 0.999956191 0.007959009 1.118415117 0.146896034 -0.008596426 0.989114583 226.178375244\n0.988996387 -0.005299426 -0.147844627 -22.363422394 0.006526854 0.999948144 0.007818241 1.126266956 0.147795528 -0.008697172 0.988979697 227.609573364\n0.988955319 -0.005845139 -0.148098558 -22.592454910 0.007914036 0.999879122 0.013384297 1.139219403 0.148002416 -0.014408529 0.988882005 229.052978516\n0.988874137 -0.006955004 -0.148592085 -22.809066772 0.009629143 0.999804258 0.017284689 1.159423470 0.148442790 -0.018523196 0.988747478 230.469390869\n0.988705099 -0.009761913 -0.149555922 -23.021034241 0.012193994 0.999807775 0.015353635 1.180834055 0.149377286 -0.017003901 0.988634050 231.891265869\n0.988532960 -0.012615329 -0.150477499 -23.224048615 0.014710314 0.999809623 0.012817214 1.202663302 0.150287166 -0.014883810 0.988530338 233.296813965\n0.988522589 -0.014175459 -0.150406733 -23.446640015 0.015940735 0.999817431 0.010537471 1.222810149 0.150229901 -0.012814121 0.988568068 234.705749512\n0.988455951 -0.014124194 -0.150848746 -23.659986496 0.015906841 0.999817133 0.010617265 1.239764333 0.150671199 -0.012894226 0.988499820 236.096405029\n0.988384664 -0.014028084 -0.151324227 -23.874340057 0.016008036 0.999801338 0.011873838 1.249706268 0.151127607 -0.014158323 0.988412857 237.492874146\n0.988313317 -0.014222581 -0.151771039 -24.079175949 0.016291048 0.999790490 0.012394064 1.268024683 0.151562974 -0.014721729 0.988337994 238.890289307\n0.988391876 -0.013049581 -0.151364341 -24.312084198 0.015076142 0.999811351 0.012248711 1.287191629 0.151175946 -0.014388517 0.988402128 240.287765503\n0.988331139 -0.013519023 -0.151719421 -24.522678375 0.015479069 0.999811232 0.011745207 1.307580948 0.151531994 -0.013956630 0.988353789 241.666732788\n0.988213956 -0.014600943 -0.152381182 -24.728899002 0.016632909 0.999788821 0.012068503 1.315619946 0.152172789 -0.014460805 0.988248110 243.028289795\n0.988274455 -0.013381575 -0.152100369 -24.948911667 0.015554802 0.999793112 0.013107180 1.334135056 0.151893497 -0.015319382 0.988278151 244.415466309\n0.988261759 -0.012447952 -0.152262062 -25.161447525 0.014445039 0.999823451 0.012016942 1.352429390 0.152085587 -0.014075316 0.988267124 245.765136719\n0.988214433 -0.010766487 -0.152696967 -25.367719650 0.012820942 0.999839962 0.012476186 1.361062527 0.152538195 -0.014286865 0.988194287 247.109970093\n0.988330901 -0.007333453 -0.152145654 -25.597751617 0.009302372 0.999881923 0.012233242 1.377812743 0.152037978 -0.013505806 0.988282382 248.454406738\n0.988268077 -0.004246913 -0.152670085 -25.801454544 0.006381172 0.999888599 0.013492288 1.391454101 0.152595773 -0.014308211 0.988185108 249.779083252\n0.988327265 -0.002858932 -0.152319074 -26.020671844 0.005013321 0.999892712 0.013761744 1.404579520 0.152263388 -0.014364731 0.988235533 251.090103149\n0.988270283 -0.001582013 -0.152706727 -26.221466064 0.003805988 0.999890924 0.014272490 1.422797918 0.152667493 -0.014686278 0.988168478 252.391204834\n0.988161504 -0.002220499 -0.153401107 -26.429496765 0.004432927 0.999891043 0.014081973 1.433244348 0.153353125 -0.014595279 0.988063633 253.682723999\n0.987949133 -0.003727256 -0.154733956 -26.624656677 0.005929310 0.999887586 0.013772154 1.447834015 0.154665232 -0.014523653 0.987860203 254.974639893\n0.987733066 -0.004717099 -0.156080693 -26.827384949 0.007027199 0.999873757 0.014252202 1.466670036 0.155993760 -0.015174180 0.987641454 256.256347656\n0.987459362 -0.005115840 -0.157790482 -27.030136108 0.007632942 0.999853015 0.015350306 1.478441238 0.157688767 -0.016362209 0.987353325 257.535858154\n0.987330973 -0.007504730 -0.158496693 -27.240951538 0.009997864 0.999838412 0.014938382 1.493354082 0.158358976 -0.016333755 0.987246513 258.783996582\n0.987002969 -0.009963695 -0.160392985 -27.436365128 0.012381036 0.999824226 0.014079016 1.512570620 0.160224512 -0.015881861 0.986952841 260.024017334\n0.986828864 -0.012694556 -0.161268711 -27.648544312 0.014999439 0.999801934 0.013082747 1.522104502 0.161070690 -0.015329373 0.986823797 261.271453857\n0.986377418 -0.014704682 -0.163839400 -27.835510254 0.017073100 0.999768972 0.013056903 1.537830353 0.163609564 -0.015676280 0.986400604 262.506011963\n0.986228943 -0.015368938 -0.164670140 -28.056211472 0.017848257 0.999748409 0.013587146 1.547243476 0.164419889 -0.016339112 0.986255109 263.711944580\n0.985886455 -0.014604896 -0.166777074 -28.257537842 0.017200422 0.999752223 0.014128949 1.560213566 0.166529402 -0.016798176 0.985893369 264.917724609\n0.985504687 -0.012951828 -0.169153079 -28.460975647 0.015665814 0.999768913 0.014719794 1.568965316 0.168923348 -0.017156346 0.985479891 266.111602783\n0.985152185 -0.011001760 -0.171330333 -28.679504395 0.013711186 0.999798834 0.014638730 1.595481873 0.171134815 -0.016770519 0.985104859 267.327484131\n0.984718263 -0.009542737 -0.173893392 -28.886777878 0.012415392 0.999803722 0.015439343 1.611175656 0.173711926 -0.017362356 0.984643459 268.483001709\n0.984284699 -0.008054114 -0.176405132 -29.089342117 0.011015535 0.999814272 0.015814761 1.624696493 0.176244989 -0.017509425 0.984190583 269.640411377\n0.983890951 -0.008081434 -0.178586930 -29.314849854 0.011042712 0.999817431 0.015593898 1.633277178 0.178428307 -0.017314781 0.983800530 270.794769287\n0.983365357 -0.007651483 -0.181477442 -29.516021729 0.010877960 0.999799848 0.016790280 1.645531416 0.181312650 -0.018485084 0.983251750 271.899261475\n0.982911944 -0.007615040 -0.183918715 -29.725744247 0.011031634 0.999784946 0.017560601 1.662794352 0.183745429 -0.019289449 0.982784569 272.986480713\n0.982519388 -0.007766135 -0.185998216 -29.936576843 0.011521344 0.999750853 0.019117089 1.669554353 0.185803413 -0.020925859 0.982364118 274.035797119\n0.982109785 -0.007983122 -0.188139960 -30.145074844 0.011844307 0.999741495 0.019407637 1.686355591 0.187936395 -0.021288818 0.981950462 275.072662354\n0.981604218 -0.009360675 -0.190697536 -30.340589523 0.013327066 0.999720514 0.019527499 1.703711271 0.190461457 -0.021709712 0.981454611 276.087982178\n0.981014311 -0.010133740 -0.193670526 -30.529693604 0.014207320 0.999705851 0.019656193 1.721674562 0.193414360 -0.022034544 0.980869710 277.081420898\n0.980630934 -0.011656261 -0.195517436 -30.727970123 0.015968071 0.999662519 0.020491567 1.726789713 0.195212588 -0.023216700 0.980486095 278.063018799\n0.980099201 -0.012784069 -0.198096231 -30.911846161 0.017082445 0.999653935 0.020004651 1.743634105 0.197771937 -0.022990510 0.979978442 278.996429443\n0.979761720 -0.012520410 -0.199775547 -31.097572327 0.016701423 0.999675035 0.019256976 1.753815889 0.199469522 -0.022203783 0.979652464 279.908416748\n0.979625404 -0.011721731 -0.200491160 -31.292463303 0.015780849 0.999701321 0.018659631 1.765174031 0.200212568 -0.021443369 0.979517817 280.809814453\n0.979327798 -0.011454212 -0.201955184 -31.465085983 0.015431693 0.999716520 0.018131357 1.779469490 0.201690242 -0.020873051 0.979226947 281.659515381\n0.979152143 -0.011096384 -0.202825055 -31.645267487 0.015070944 0.999723256 0.018062035 1.790702820 0.202568516 -0.020742245 0.979048371 282.497161865\n0.979033172 -0.009327960 -0.203487188 -31.815866470 0.013305414 0.999746084 0.018187145 1.799078584 0.203265861 -0.020513300 0.978908658 283.306915283\n0.979186296 -0.007602122 -0.202821225 -31.992765427 0.011358311 0.999784768 0.017362172 1.813420653 0.202645585 -0.019304508 0.979061842 284.104522705\n0.979365408 -0.006929906 -0.201978758 -32.148864746 0.010431102 0.999813139 0.016275227 1.828115582 0.201828226 -0.018046256 0.979254663 284.867095947\n0.979746938 -0.002971959 -0.200217560 -32.306732178 0.006088875 0.999869645 0.014953659 1.836136818 0.200147018 -0.015869902 0.979637325 285.586700439\n0.980350018 -0.002533633 -0.197249547 -32.455974579 0.005476968 0.999881625 0.014377792 1.843752623 0.197189763 -0.015175599 0.980247855 286.298492432\n0.980845332 -0.001957007 -0.194778234 -32.603218079 0.005191827 0.999856949 0.016098581 1.844782114 0.194718853 -0.016801473 0.980715215 286.990722656\n0.981342793 -0.002592438 -0.192248687 -32.724929810 0.005976512 0.999837220 0.017024774 1.856494308 0.192173257 -0.017856115 0.981198549 287.676727295\n0.981954575 -0.001293448 -0.189112380 -32.852458954 0.004727730 0.999831975 0.017710032 1.865527391 0.189057693 -0.018284518 0.981795728 288.320739746\n0.982484639 0.000695190 -0.186342314 -32.979648590 0.002787219 0.999826372 0.018425601 1.874675393 0.186322778 -0.018622248 0.982312083 288.939819336\n0.982843995 0.001148768 -0.184435323 -33.087028503 0.002016252 0.999853909 0.016972141 1.886172056 0.184427872 -0.017052835 0.982698083 289.534606934\n0.983382821 0.001236430 -0.181539670 -33.203781128 0.001608074 0.999878228 0.015520753 1.897288322 0.181536764 -0.015554772 0.983261108 290.116729736\n0.983868659 0.001873668 -0.178882614 -33.307926178 0.000838751 0.999885857 0.015086289 1.900204659 0.178890452 -0.014992964 0.983754754 290.662841797\n0.984376609 0.002735722 -0.176054597 -33.419132233 0.000067241 0.999873400 0.015913052 1.895497918 0.176075831 -0.015676275 0.984251797 291.195037842\n0.984819651 0.002999692 -0.173554912 -33.496547699 -0.000435980 0.999890268 0.014807999 1.902337909 0.173580274 -0.014507542 0.984712839 291.767028809\n0.985408485 0.003543893 -0.170169249 -33.593540192 -0.001423365 0.999919832 0.012581664 1.910481691 0.170200199 -0.012155865 0.985334516 292.291412354\n0.985819519 0.003550007 -0.167771637 -33.678737640 -0.001765823 0.999940336 0.010782586 1.914211273 0.167799905 -0.010333428 0.985766888 292.810577393\n0.986299634 0.003805114 -0.164919958 -33.765350342 -0.002100234 0.999942541 0.010510772 1.912659883 0.164950475 -0.010020399 0.986250937 293.322326660\n0.986766458 0.005538857 -0.162053406 -33.853706360 -0.004004950 0.999944031 0.009790580 1.922374249 0.162098572 -0.009012000 0.986733437 293.831878662\n0.987155199 0.011501851 -0.159349695 -33.951847076 -0.009755265 0.999883533 0.011738657 1.932000637 0.159466147 -0.010033377 0.987152398 294.348175049\n0.987449765 0.010569357 -0.157579198 -34.026813507 -0.010170126 0.999942720 0.003339674 1.921895385 0.157605454 -0.001695161 0.987500727 294.863494873\n0.987732053 0.003470178 -0.156119660 -34.092090607 -0.005685089 0.999889374 -0.013742983 1.908455253 0.156054705 0.014461940 0.987642527 295.348419189\n0.988101780 -0.002273089 -0.153784618 -34.161361694 -0.002894417 0.999438882 -0.033370003 1.894861341 0.153774172 0.033418078 0.987540722 295.826080322\n0.988516510 -0.004150287 -0.151056007 -34.241279602 -0.002707860 0.998975754 -0.045167360 1.883669615 0.151088744 0.045057718 0.987492800 296.300659180\n0.988772035 0.001264817 -0.149426520 -34.325111389 -0.008772384 0.998730958 -0.049594119 1.898725748 0.149174169 0.050348103 0.987528324 296.788757324\n0.989093781 0.010223665 -0.146931648 -34.412502289 -0.016028162 0.999134839 -0.038375221 1.909536242 0.146412194 0.040311739 0.988401949 297.279418945\n0.989390731 0.009804034 -0.144947857 -34.483787537 -0.012411408 0.999776840 -0.017095020 1.902020335 0.144747913 0.018712660 0.989291608 297.777526855\n0.989573300 0.008040868 -0.143805370 -34.542167664 -0.007441011 0.999961257 0.004708659 1.883934855 0.143837646 -0.003589506 0.989594817 298.275329590\n0.990004420 0.003939661 -0.140981257 -34.602745056 -0.001503940 0.999847829 0.017379293 1.856758952 0.141028285 -0.016993551 0.989859700 298.763183594\n0.990289509 0.004103817 -0.138959825 -34.681713104 -0.001397186 0.999807537 0.019569745 1.847907066 0.139013395 -0.019185560 0.990104616 299.239746094\n0.990555942 0.005933267 -0.136980727 -34.750324249 -0.004032677 0.999891758 0.014148216 1.857946992 0.137049839 -0.013462200 0.990472674 299.697296143\n0.990745068 0.008436394 -0.135473326 -34.818946838 -0.006979688 0.999912620 0.011224101 1.873315930 0.135556176 -0.010174661 0.990717411 300.146881104\n0.990901053 0.008086378 -0.134349063 -34.878860474 -0.006502121 0.999904096 0.012226686 1.892300487 0.134435058 -0.011241882 0.990858614 300.606597900\n0.991150081 0.008776874 -0.132455498 -34.942058563 -0.006623865 0.999838829 0.016686471 1.895250916 0.132580608 -0.015661431 0.991048455 301.065643311\n0.991448820 0.009419156 -0.130155876 -35.004768372 -0.006101959 0.999646902 0.025861686 1.913431644 0.130353510 -0.024846332 0.991156220 301.538848877\n0.991575420 0.012109785 -0.128963560 -35.069293976 -0.006924432 0.999152243 0.040580638 1.926743627 0.129345655 -0.039345764 0.990818679 301.999389648\n0.991705298 0.016104838 -0.127519503 -35.130474091 -0.009111209 0.998431623 0.055238176 1.944943547 0.128209114 -0.053618137 0.990296662 302.499237061\n0.991981685 0.018858375 -0.124966659 -35.196456909 -0.010366202 0.997613668 0.068260536 1.969688892 0.125955731 -0.066417776 0.989809990 302.965240479\n0.992285907 0.011131319 -0.123469591 -35.237873077 -0.002342375 0.997466385 0.071101002 1.984628797 0.123948209 -0.070263311 0.989797890 303.412933350\n0.992402256 0.006885968 -0.122842982 -35.285957336 0.000464778 0.998215675 0.059709784 1.987997055 0.123034954 -0.059313215 0.990628242 303.850555420\n0.992614150 0.004586223 -0.121227689 -35.334739685 0.000672604 0.999061763 0.043303274 1.995070219 0.121312544 -0.043064978 0.991679728 304.282165527\n0.992771626 0.007213362 -0.119801976 -35.399883270 -0.004076261 0.999642909 0.026410168 2.017254829 0.119949698 -0.025730921 0.992446482 304.696563721\n0.992990673 0.009276259 -0.117827930 -35.467445374 -0.007667936 0.999871254 0.014095767 2.041976213 0.117943518 -0.013093469 0.992933989 305.128906250\n0.993022740 0.010041564 -0.117494904 -35.522907257 -0.009769453 0.999948084 0.002891651 2.073107719 0.117517844 -0.001723614 0.993069291 305.550689697\n0.993063211 0.000839669 -0.117578812 -35.555721283 -0.000916214 0.999999404 -0.000596958 2.092045546 0.117578238 0.000700545 0.993063390 306.005615234\n0.993270218 -0.005003069 -0.115712047 -35.594299316 0.005581168 0.999973536 0.004672564 2.091439009 0.115685605 -0.005286927 0.993271828 306.452484131\n0.993521810 -0.007304901 -0.113406762 -35.639484406 0.008441789 0.999918759 0.009547874 2.085884094 0.113327809 -0.010443377 0.993502736 306.900726318\n0.993672192 -0.005280287 -0.112195030 -35.693447113 0.006338067 0.999938726 0.009073466 2.084887981 0.112140246 -0.009727150 0.993644774 307.344177246\n0.993927836 -0.003781046 -0.109968901 -35.753776550 0.004240340 0.999983251 0.003943016 2.089180231 0.109952152 -0.004385379 0.993927181 307.788299561\n0.994108737 -0.003327154 -0.108336478 -35.808082581 0.003252317 0.999994338 -0.000867468 2.094571590 0.108338751 0.000510013 0.994113922 308.256744385\n0.994257808 -0.005404477 -0.106874906 -35.855224609 0.005078469 0.999981582 -0.003322303 2.106440544 0.106890894 0.002760465 0.994266927 308.754241943\n0.994477093 -0.007365241 -0.104694881 -35.911525726 0.007170944 0.999971807 -0.002232146 2.115263939 0.104708374 0.001469057 0.994501889 309.272033691\n0.994648457 -0.009860455 -0.102845378 -35.956241608 0.009820888 0.999951363 -0.000891092 2.122422934 0.102849163 -0.000123710 0.994696975 309.825988770\n0.994875371 -0.009421061 -0.100668974 -36.016529083 0.009527062 0.999954462 0.000572243 2.121169329 0.100658998 -0.001528390 0.994919837 310.391082764\n0.995056033 -0.010228499 -0.098787293 -36.082088470 0.010517051 0.999941826 0.002400625 2.124277115 0.098756984 -0.003427707 0.995105684 310.997680664\n0.995222926 -0.010841325 -0.097024947 -36.137378693 0.011222581 0.999931276 0.003384588 2.138303518 0.096981585 -0.004457290 0.995276213 311.611053467\n0.995357215 -0.012888404 -0.095383085 -36.192310333 0.013391891 0.999899566 0.004640300 2.144068003 0.095313698 -0.005896116 0.995429814 312.232269287\n0.995485067 -0.013860902 -0.093900934 -36.251232147 0.014482391 0.999877453 0.005940303 2.152747393 0.093807094 -0.007273392 0.995563805 312.871612549\n0.995610178 -0.015141936 -0.092363715 -36.320377350 0.015936842 0.999841988 0.007874733 2.155046940 0.092229888 -0.009312150 0.995694220 313.528808594\n0.995677650 -0.015633166 -0.091550902 -36.369922638 0.016598241 0.999814332 0.009789469 2.165148735 0.091380864 -0.011266739 0.995752275 314.200988770\n0.995852649 -0.014001523 -0.089897044 -36.451629639 0.015042489 0.999827325 0.010912457 2.183896303 0.089728728 -0.012219475 0.995891273 314.837280273\n0.995888829 -0.015079268 -0.089320198 -36.502510071 0.016190788 0.999800086 0.011732739 2.196249247 0.089125417 -0.013130669 0.995933831 315.521118164\n0.995952129 -0.015242599 -0.088583268 -36.568149567 0.016408317 0.999787927 0.012446291 2.198393822 0.088374771 -0.013849412 0.995990992 316.196380615\n0.995967567 -0.014637288 -0.088512108 -36.632308960 0.015776943 0.999801219 0.012189799 2.212548733 0.088316083 -0.013537095 0.996000528 316.903991699\n0.995985329 -0.014498839 -0.088334315 -36.695610046 0.015651271 0.999801040 0.012367585 2.220153332 0.088137418 -0.013700477 0.996014118 317.602142334\n0.995966077 -0.013755749 -0.088669643 -36.764789581 0.014826524 0.999824762 0.011428677 2.237726927 0.088496894 -0.012697237 0.995995522 318.302917480\n0.995858967 -0.013386922 -0.089920238 -36.826461792 0.014449200 0.999833167 0.011172975 2.250173569 0.089755669 -0.012425983 0.995886326 319.013854980\n0.995715737 -0.012726977 -0.091586888 -36.895008087 0.013719278 0.999853730 0.010213099 2.270471811 0.091443509 -0.011425850 0.995744705 319.759368896\n0.995607078 -0.010681010 -0.093018398 -36.964759827 0.011635819 0.999884963 0.009728422 2.289147377 0.092903785 -0.010768032 0.995616853 320.496704102\n0.995464444 -0.011188201 -0.094474368 -37.039333344 0.012158311 0.999879062 0.009699123 2.295831919 0.094354421 -0.010803781 0.995480061 321.222717285\n0.995299876 -0.010983888 -0.096216254 -37.108596802 0.011943948 0.999884427 0.009407889 2.307985783 0.096101798 -0.010512873 0.995315969 321.989288330\n0.995053768 -0.010886122 -0.098739378 -37.190196991 0.011894040 0.999882936 0.009624951 2.310213327 0.098623045 -0.010751753 0.995066762 322.743560791\n0.994815409 -0.011176157 -0.101081073 -37.269496918 0.012129633 0.999887526 0.008823073 2.325427055 0.100971095 -0.010003406 0.994839072 323.508728027\n0.994565189 -0.010642727 -0.103570305 -37.358665466 0.011598109 0.999895513 0.008626613 2.329650402 0.103467673 -0.009780948 0.994584739 324.269439697\n0.994352639 -0.011255217 -0.105527692 -37.455814362 0.012151072 0.999895334 0.007850180 2.339109421 0.105428293 -0.009088122 0.994385362 325.036071777\n0.994015038 -0.011946571 -0.108588047 -37.538837433 0.012784944 0.999893546 0.007027734 2.351725817 0.108492531 -0.008373966 0.994062006 325.821289062\n0.993693769 -0.011650991 -0.111521274 -37.629001617 0.012439347 0.999902308 0.006375904 2.365449667 0.111436091 -0.007722948 0.993741572 326.612518311\n0.993394852 -0.012516199 -0.114061259 -37.720283508 0.013323045 0.999891281 0.006314203 2.375682592 0.113969833 -0.007792140 0.993453681 327.414306641\n0.993069530 -0.013187674 -0.116786048 -37.826068878 0.014073123 0.999878109 0.006760428 2.379076242 0.116682664 -0.008357120 0.993134081 328.202301025\n0.992679477 -0.014340541 -0.119924344 -37.913387299 0.015261412 0.999860644 0.006763816 2.387706518 0.119810641 -0.008544516 0.992760003 329.057922363\n0.992349088 -0.015575157 -0.122477576 -38.012928009 0.016541166 0.999839544 0.006874344 2.400069714 0.122350857 -0.008847671 0.992447495 329.886413574\n0.992035627 -0.017032102 -0.124800637 -38.121376038 0.017904235 0.999822497 0.005869851 2.408427954 0.124678507 -0.008057561 0.992164493 330.717132568\n0.991721213 -0.018992549 -0.126997396 -38.230049133 0.019679829 0.999797702 0.004159130 2.416163445 0.126892701 -0.006623985 0.991894305 331.559051514\n0.991414428 -0.018882589 -0.129386634 -38.350299835 0.019219283 0.999814391 0.001354001 2.427888632 0.129337043 -0.003829095 0.991593301 332.419311523\n0.991091907 -0.021269804 -0.131470039 -38.459407806 0.021557417 0.999767303 0.000764635 2.432909727 0.131423190 -0.003591978 0.991319835 333.273681641\n0.990744293 -0.023138424 -0.133754790 -38.569416046 0.023615886 0.999719143 0.001984069 2.438921928 0.133671314 -0.005124443 0.991012454 334.140228271\n0.990452111 -0.024173288 -0.135721147 -38.700176239 0.024948075 0.999680698 0.004010471 2.442604065 0.135580868 -0.007358160 0.990738988 335.039245605\n0.990136564 -0.024074629 -0.138021559 -38.823314667 0.024881782 0.999681890 0.004125389 2.452389240 0.137878343 -0.007518922 0.990420640 335.921295166\n0.989802837 -0.023765489 -0.140447855 -38.950080872 0.024510769 0.999693155 0.003578765 2.454978228 0.140319720 -0.006984757 0.990081608 336.798980713\n0.989453256 -0.024607342 -0.142747104 -39.090320587 0.025033915 0.999685884 0.001192850 2.469820976 0.142672911 -0.004753788 0.989758492 337.702056885\n0.989151776 -0.023181077 -0.145056620 -39.227855682 0.023556178 0.999722123 0.000868616 2.474346638 0.144996181 -0.004276172 0.989422977 338.592163086\n0.988970339 -0.018894875 -0.146903485 -39.373325348 0.019541340 0.999804676 0.002958553 2.485108614 0.146818876 -0.005796612 0.989146411 339.493865967\n0.988640904 -0.014829154 -0.149563387 -39.518539429 0.015823778 0.999859869 0.005462284 2.489554644 0.149461433 -0.007766895 0.988737047 340.421356201\n0.988325596 -0.012276185 -0.151861355 -39.660129547 0.013495383 0.999884427 0.007000239 2.497518539 0.151757866 -0.008967943 0.988377035 341.327850342\n0.988121450 -0.009927625 -0.153353885 -39.808269501 0.011116907 0.999914408 0.006899591 2.504554510 0.153272256 -0.008522454 0.988147259 342.245300293\n0.987981498 -0.009542518 -0.154277235 -39.962348938 0.010802365 0.999914765 0.007329868 2.518604755 0.154194146 -0.008908332 0.988000393 343.167724609\n0.987750649 -0.008715090 -0.155797184 -40.105739594 0.010129351 0.999914348 0.008285956 2.528955936 0.155711621 -0.009762581 0.987754285 344.092071533\n0.987482429 -0.009409397 -0.157448307 -40.253284454 0.010899881 0.999903560 0.008605691 2.534569740 0.157352149 -0.010214136 0.987489760 345.017852783\n0.987276793 -0.010012234 -0.158695623 -40.402263641 0.011521423 0.999896705 0.008592768 2.543166161 0.158593208 -0.010311839 0.987290144 345.941284180\n0.987030625 -0.011780475 -0.160099298 -40.549774170 0.013241505 0.999879837 0.008061942 2.558308125 0.159985095 -0.010077340 0.987067997 346.866729736\n0.986887157 -0.011285008 -0.161016762 -40.711334229 0.012756001 0.999885798 0.008104839 2.565033913 0.160906911 -0.010052492 0.986918390 347.804321289\n0.986823559 -0.011182684 -0.161413193 -40.862850189 0.012697924 0.999884427 0.008358795 2.575818300 0.161301062 -0.010298268 0.986851513 348.719421387\n0.986825049 -0.012345403 -0.161319405 -41.014770508 0.013999216 0.999860406 0.009119165 2.583515882 0.161184311 -0.011257365 0.986860096 349.638885498\n0.986722052 -0.012335011 -0.161948830 -41.162715912 0.014110212 0.999852240 0.009815875 2.590802193 0.161803827 -0.011970672 0.986750364 350.587890625\n0.986656904 -0.014457036 -0.162170127 -41.308338165 0.016252000 0.999820411 0.009747229 2.599510431 0.162000090 -0.012252759 0.986714661 351.498901367\n0.986565411 -0.015782962 -0.162602603 -41.455337524 0.017688463 0.999790728 0.010277610 2.609823465 0.162406370 -0.013015725 0.986638129 352.424713135\n0.986620605 -0.017073413 -0.162136644 -41.610271454 0.019080093 0.999759316 0.010827347 2.616548538 0.161912769 -0.013776066 0.986708939 353.343658447\n0.986633480 -0.018027218 -0.161954895 -41.756561279 0.020042637 0.999740601 0.010819035 2.628024101 0.161717832 -0.013920425 0.986738861 354.255584717\n0.986719251 -0.019442363 -0.161267370 -41.909442902 0.021422191 0.999714911 0.010546875 2.636630774 0.161016330 -0.013861505 0.986854374 355.154846191\n0.986745238 -0.019537821 -0.161096692 -42.056190491 0.021447968 0.999718666 0.010126548 2.648520708 0.160853520 -0.013447519 0.986886680 356.058654785\n0.986829877 -0.020864725 -0.160410315 -42.204967499 0.022723837 0.999694109 0.009763820 2.656124592 0.160157517 -0.013280367 0.987002134 356.947814941\n0.986873627 -0.020747798 -0.160155922 -42.349628448 0.022391049 0.999713480 0.008462274 2.667718172 0.159934461 -0.011937253 0.987055480 357.853576660\n0.986898482 -0.021586012 -0.159892008 -42.496040344 0.023000790 0.999710917 0.007002675 2.675132751 0.159694627 -0.010588572 0.987109661 358.751068115\n0.986984193 -0.021641701 -0.159354374 -42.645061493 0.023006750 0.999712706 0.006725987 2.675005674 0.159163028 -0.010304669 0.987198532 359.634033203\n0.986990929 -0.022246806 -0.159229502 -42.781021118 0.023474552 0.999707401 0.005833544 2.681522608 0.159053132 -0.009495496 0.987224340 360.523406982\n0.987085521 -0.021689750 -0.158718973 -42.935836792 0.022740256 0.999729872 0.004805261 2.689513922 0.158571869 -0.008352513 0.987312078 361.424957275\n0.987168312 -0.020976860 -0.158299357 -43.079162598 0.021866478 0.999753356 0.003880046 2.697792053 0.158178926 -0.007291708 0.987383544 362.309631348\n0.987174988 -0.021215849 -0.158225894 -43.220561981 0.021852603 0.999758601 0.002285447 2.706249714 0.158139214 -0.005713783 0.987400293 363.185028076\n0.987253726 -0.019631127 -0.157938778 -43.372348785 0.020117590 0.999796510 0.001481798 2.696468592 0.157877564 -0.004640258 0.987447798 364.072448730\n0.987340808 -0.019297900 -0.157434955 -43.514583588 0.019696135 0.999805570 0.000969601 2.695982933 0.157385632 -0.004058187 0.987528861 364.938903809\n0.987408459 -0.017812766 -0.157185331 -43.658374786 0.018099168 0.999836147 0.000390778 2.699710846 0.157152608 -0.003230781 0.987569034 365.808685303\n0.987512708 -0.017473726 -0.156567499 -43.797470093 0.017627066 0.999844551 -0.000409148 2.703484535 0.156550303 -0.002355787 0.987667203 366.669555664\n0.987549841 -0.015688533 -0.156522155 -43.935100555 0.015659166 0.999876380 -0.001420801 2.706080675 0.156525090 -0.001047894 0.987673402 367.531738281\n0.987567365 -0.015764143 -0.156403869 -44.068683624 0.015496976 0.999875605 -0.002927517 2.699027538 0.156430557 0.000467333 0.987688839 368.393768311\n0.987630308 -0.015063564 -0.156075060 -44.209049225 0.014193301 0.999876916 -0.006688931 2.694711685 0.156156600 0.004390971 0.987722576 369.241210938\n0.987709045 -0.014129379 -0.155663908 -44.345630646 0.012904328 0.999877334 -0.008877618 2.690382004 0.155770242 0.006759766 0.987770200 370.077270508\n0.987684965 -0.014618888 -0.155771181 -44.482879639 0.013444965 0.999872744 -0.008587194 2.680652380 0.155876890 0.006387104 0.987755835 370.913055420\n0.987472713 -0.014488617 -0.157123208 -44.610782623 0.013774557 0.999889255 -0.005632604 2.672931910 0.157187417 0.003397740 0.987562954 371.768920898\n0.987316251 -0.014389445 -0.158112481 -44.744205475 0.013999519 0.999895573 -0.003579672 2.665845633 0.158147484 0.001320769 0.987414598 372.602325439\n0.987227023 -0.014334233 -0.158673853 -44.881053925 0.013985363 0.999896705 -0.003315134 2.662777662 0.158704981 0.001053679 0.987325490 373.427520752\n0.987018645 -0.015130113 -0.159891561 -45.010124207 0.014614319 0.999883533 -0.004401389 2.664520025 0.159939528 0.002007547 0.987124801 374.262115479\n0.986974120 -0.015269594 -0.160152793 -45.148777008 0.014738377 0.999881268 -0.004504348 2.654569626 0.160202548 0.002085282 0.987081945 375.072387695\n0.986804724 -0.015272735 -0.161193028 -45.279876709 0.014687866 0.999880493 -0.004819403 2.653484821 0.161247373 0.002388228 0.986911118 375.882568359\n0.986626804 -0.015758172 -0.162232161 -45.404651642 0.015320287 0.999874830 -0.003949859 2.645895720 0.162274092 0.001411594 0.986744702 376.692504883\n0.986603439 -0.015523098 -0.162396580 -45.545234680 0.015286031 0.999879479 -0.002709272 2.646014452 0.162419066 0.000190578 0.986721873 377.479553223\n0.986459970 -0.015141598 -0.163301691 -45.670791626 0.014998335 0.999885321 -0.002110226 2.639571905 0.163314909 -0.000367600 0.986573935 378.256164551\n0.986403406 -0.016246224 -0.163537219 -45.800952911 0.016148040 0.999867737 -0.001929804 2.637115717 0.163546950 -0.000737240 0.986535251 379.012664795\n0.986412704 -0.015818255 -0.163522810 -45.933589935 0.015657529 0.999874830 -0.002271794 2.637519121 0.163538277 -0.000319437 0.986536920 379.755859375\n0.986584485 -0.015094332 -0.162552342 -46.064754486 0.015020262 0.999885798 -0.001684691 2.640199184 0.162559196 -0.000779488 0.986698508 380.465789795\n0.986616433 -0.014417285 -0.162419692 -46.159793854 0.014547345 0.999894083 -0.000388553 2.625798941 0.162408099 -0.001979423 0.986721694 381.158477783\n0.987094402 -0.016768081 -0.159259260 -46.274784088 0.017002963 0.999855459 0.000112216 2.625996351 0.159234360 -0.002818648 0.987236798 381.832641602\n0.987520874 -0.018616179 -0.156383857 -46.365676880 0.018777864 0.999823570 -0.000443534 2.623124361 0.156364530 -0.002498555 0.987696230 382.468902588\n0.988013446 -0.018548014 -0.153249592 -46.467693329 0.018445143 0.999827683 -0.002093119 2.618535757 0.153262004 -0.000758680 0.988185287 383.104522705\n0.988726258 -0.017889684 -0.148661882 -46.568603516 0.017814377 0.999839604 -0.001838217 2.607667446 0.148670927 -0.000830825 0.988886356 383.707458496\n0.989330053 -0.017720038 -0.144609958 -46.644657135 0.017757053 0.999841809 -0.001034845 2.605086803 0.144605413 -0.001544043 0.989488184 384.278137207\n0.990007401 -0.018405298 -0.139809236 -46.720062256 0.018485105 0.999828875 -0.000727840 2.605856180 0.139798701 -0.001863821 0.990178168 384.829986572\n0.990706027 -0.018507957 -0.134755224 -46.787742615 0.018730814 0.999824464 0.000386047 2.598505259 0.134724423 -0.002906534 0.990878820 385.354736328\n0.991383910 -0.018715439 -0.129644483 -46.856090546 0.019160129 0.999814034 0.002183534 2.588672876 0.129579514 -0.004648726 0.991558135 385.858428955\n0.991960347 -0.018788539 -0.125146598 -46.917842865 0.019156659 0.999814987 0.001738627 2.591531992 0.125090778 -0.004122040 0.992136717 386.348419189\n0.992400229 -0.019460276 -0.121503524 -46.959789276 0.019565867 0.999808490 -0.000324098 2.585098267 0.121486560 -0.002055687 0.992590964 386.808593750\n0.992880762 -0.020669699 -0.117305435 -47.010383606 0.020460036 0.999786198 -0.002991379 2.585990906 0.117342189 0.000570009 0.993091404 387.254699707\n0.993345439 -0.022589890 -0.112935759 -47.053073883 0.021987114 0.999736607 -0.006580203 2.580196381 0.113054655 0.004053284 0.993580520 387.691864014\n0.993721247 -0.026497358 -0.108701155 -47.097278595 0.025662772 0.999629498 -0.009069826 2.577750206 0.108901210 0.006223306 0.994033098 388.123687744\n0.994057357 -0.030076172 -0.104620352 -47.136383057 0.028522959 0.999460042 -0.016311137 2.565005779 0.105054438 0.013230124 0.994378448 388.542968750\n0.994399130 -0.032574609 -0.100544930 -47.167549133 0.029764140 0.999126613 -0.029327422 2.552671194 0.101412445 0.026170529 0.994500160 388.959869385\n0.994847953 -0.031835534 -0.096249886 -47.202037811 0.028041201 0.998785138 -0.040520843 2.543798685 0.097422957 0.037613116 0.994532049 389.358551025\n0.995388985 -0.030568432 -0.090919264 -47.254192352 0.026393637 0.998556912 -0.046770979 2.528800488 0.092217773 0.044155627 0.994759321 389.763275146\n0.995903969 -0.027649332 -0.086086005 -47.294105530 0.023734720 0.998651624 -0.046169508 2.523895264 0.087246478 0.043937169 0.995217323 390.162780762\n0.996157706 -0.030480426 -0.082102433 -47.315509796 0.027246965 0.998819292 -0.040220033 2.527643204 0.083231419 0.037828453 0.995811999 390.576812744\n0.996291459 -0.036985766 -0.077687800 -47.329841614 0.034641068 0.998909056 -0.031315297 2.535521507 0.078761272 0.028507976 0.996485829 390.974975586\n0.996463299 -0.041193571 -0.073239252 -47.345478058 0.040185947 0.999076903 -0.015179358 2.528264761 0.073796935 0.012182485 0.997198880 391.379974365\n0.996906579 -0.039429400 -0.067989849 -47.369991302 0.039510220 0.999219179 -0.000156133 2.508170843 0.067942917 -0.002530644 0.997686028 391.775573730\n0.997642875 -0.031327605 -0.061051078 -47.406810760 0.031917036 0.999452651 0.008703293 2.498044252 0.060745005 -0.010631348 0.998096704 392.164825439\n0.998259127 -0.024565710 -0.053620886 -47.428546906 0.025213769 0.999616563 0.011443028 2.483020782 0.053319223 -0.012775092 0.998495817 392.545593262\n0.998854280 -0.019178875 -0.043843403 -47.463638306 0.019707439 0.999737859 0.011655453 2.462423325 0.043608371 -0.012506140 0.998970449 392.951934814\n0.999269843 -0.018912243 -0.033197574 -47.467769623 0.019139281 0.999795496 0.006534531 2.460239172 0.033067204 -0.007165138 0.999427438 393.333496094\n0.999538422 -0.021886744 -0.021069732 -47.471633911 0.021868041 0.999760270 -0.001117691 2.475687981 0.021089142 0.000656422 0.999777377 393.718231201\n0.999618709 -0.026650699 -0.007224538 -47.461853027 0.026602801 0.999624014 -0.006646663 2.486891985 0.007398960 0.006451936 0.999951839 394.101043701\n0.999604344 -0.027239626 0.007007844 -47.449600220 0.027302021 0.999586999 -0.008967437 2.497456074 -0.006760681 0.009155218 0.999935210 394.486724854\n0.999466121 -0.024394142 0.021733509 -47.426837921 0.024613742 0.999648094 -0.009894687 2.499704361 -0.021484489 0.010424348 0.999714851 394.891174316\n0.999048889 -0.019666454 0.038917825 -47.415298462 0.020012576 0.999763370 -0.008524124 2.501841307 -0.038740978 0.009294862 0.999206066 395.292846680\n0.998242259 -0.015093128 0.057311770 -47.389453888 0.015429762 0.999866188 -0.005435744 2.503361702 -0.057222057 0.006310496 0.998341560 395.700225830\n0.996938527 -0.016003866 0.076533809 -47.339309692 0.016128678 0.999869406 -0.001012930 2.496411085 -0.076507598 0.002244218 0.997066498 396.102478027\n0.995263696 -0.016261606 0.095842414 -47.292270660 0.016182879 0.999867797 0.001598698 2.481999874 -0.095855743 -0.000040120 0.995395243 396.488616943\n0.993188977 -0.014973944 0.115548603 -47.227531433 0.014805526 0.999887705 0.002315711 2.484375715 -0.115570307 -0.000589181 0.993299127 396.898895264\n0.990511239 -0.013422350 0.136774644 -47.165538788 0.013388047 0.999909699 0.001170737 2.492557049 -0.136778012 0.000671517 0.990601480 397.291564941\n0.987268984 -0.014556925 0.158392236 -47.082653046 0.014734928 0.999891460 0.000050550 2.497583389 -0.158375770 0.002283992 0.987376273 397.685974121\n0.983501256 -0.014478903 0.180321023 -46.990283966 0.014867509 0.999889135 -0.000803653 2.492294312 -0.180289388 0.003471318 0.983607471 398.079864502\n0.979040742 -0.011158082 0.203358516 -46.906700134 0.011932790 0.999925435 -0.002583801 2.487407207 -0.203314528 0.004956281 0.979100943 398.491394043\n0.973893821 -0.008365256 0.226849750 -46.805793762 0.009468393 0.999948025 -0.003775139 2.488754749 -0.226806387 0.005824487 0.973922431 398.892761230\n0.968075871 -0.007132972 0.250555843 -46.684619904 0.008650291 0.999950290 -0.004955065 2.483693600 -0.250508040 0.006964260 0.968089461 399.295928955\n0.961490571 -0.005560312 0.274781585 -46.562812805 0.007937191 0.999940097 -0.007538917 2.490710735 -0.274723202 0.009429592 0.961477101 399.693603516\n0.954693437 -0.005368209 0.297542661 -46.399402618 0.008561403 0.999918878 -0.009429710 2.492956638 -0.297467917 0.011549865 0.954661965 400.111450195\n0.946641028 -0.004180580 0.322262734 -46.252082825 0.007817979 0.999919474 -0.009993634 2.489029169 -0.322195023 0.011979828 0.946597517 400.516601562\n0.937448144 -0.002685184 0.348114669 -46.088470459 0.006714051 0.999923706 -0.010367548 2.487004757 -0.348060280 0.012056298 0.937394619 400.924041748\n0.927751541 0.001857597 0.373193860 -45.888294220 0.002317689 0.999939620 -0.010738987 2.495585918 -0.373191267 0.010828059 0.927691221 401.329864502\n0.916366696 0.002019481 0.400334805 -45.708160400 0.001634490 0.999960065 -0.008785630 2.500752449 -0.400336564 0.008705202 0.916326821 401.760467529\n0.904421270 -0.000851509 0.426639676 -45.495658875 0.003056371 0.999985278 -0.004483293 2.491507530 -0.426629573 0.005358755 0.904410601 402.164154053\n0.891994953 -0.002228898 0.452039897 -45.258285522 0.003975706 0.999987841 -0.002914429 2.480359554 -0.452027917 0.004396833 0.891992986 402.546905518\n0.878309131 -0.001762728 0.478089929 -45.029029846 0.003866273 0.999986708 -0.003415838 2.479228973 -0.478077561 0.004848588 0.878304243 402.916137695\n0.864161849 0.001161042 0.503212631 -44.788562775 0.000576843 0.999994397 -0.003297853 2.479742527 -0.503213644 0.003140154 0.864156365 403.279479980\n0.848312616 0.002644423 0.529489100 -44.562000275 -0.000602857 0.999991715 -0.004028393 2.478299618 -0.529495358 0.003098131 0.848307133 403.653015137\n0.832306743 0.002203036 0.554310918 -44.320739746 0.000046992 0.999991834 -0.004044894 2.477947235 -0.554315329 0.003392641 0.832299829 403.987792969\n0.816157341 0.001895638 0.577826679 -44.096637726 0.001294164 0.999986112 -0.005108546 2.475199461 -0.577828348 0.004917179 0.816143513 404.274780273\n0.799852312 0.001253921 0.600195587 -43.860557556 0.003606826 0.999969721 -0.006895771 2.476949692 -0.600186050 0.007680399 0.799823523 404.551361084\n0.783866882 -0.001411760 0.620927393 -43.624324799 0.007463516 0.999946594 -0.007148531 2.477983952 -0.620884120 0.010237798 0.783835530 404.809814453\n0.767895043 -0.004660728 0.640558720 -43.396820068 0.012043618 0.999901831 -0.007162440 2.473811865 -0.640462458 0.013214647 0.767875791 405.050903320\n0.752685785 -0.005134407 0.658359885 -43.175277710 0.013993351 0.999868453 -0.008200477 2.466204882 -0.658231199 0.015385043 0.752658665 405.262054443\n0.737652779 -0.004233916 0.675166965 -42.973587036 0.012841276 0.999887466 -0.007759511 2.462719917 -0.675058126 0.014393830 0.737624168 405.470428467\n0.723882556 -0.003649160 0.689913571 -42.785041809 0.012533551 0.999890566 -0.007861937 2.467125654 -0.689809382 0.014338186 0.723849058 405.646911621\n0.711164236 -0.006049558 0.702999949 -42.611495972 0.014616612 0.999874055 -0.006182102 2.462153912 -0.702874005 0.014671966 0.711163104 405.800476074\n0.699217439 -0.007957342 0.714864790 -42.441642761 0.017888913 0.999819696 -0.006368103 2.461354971 -0.714685261 0.017240841 0.699233711 405.929748535\n0.688193917 -0.009000860 0.725470960 -42.297164917 0.021034388 0.999750257 -0.007549755 2.463339567 -0.725221813 0.020455532 0.688211441 406.044555664\n0.679060221 -0.008740126 0.734030545 -42.159088135 0.021936253 0.999724150 -0.008389736 2.458495617 -0.733754754 0.021799015 0.679064631 406.140716553\n0.670407772 -0.008885400 0.741939783 -42.040718079 0.023730261 0.999673545 -0.009470383 2.462812901 -0.741613388 0.023955440 0.670399785 406.235015869\n0.662119269 -0.008215946 0.749353528 -41.942604065 0.021835016 0.999726892 -0.008332095 2.455676317 -0.749080360 0.021878986 0.662117779 406.333312988\n0.656243801 -0.009095442 0.754494071 -41.852813721 0.021670626 0.999742031 -0.006796765 2.449065685 -0.754237652 0.020810695 0.656271636 406.396179199\n0.651092052 -0.009337461 0.758941293 -41.773185730 0.021681478 0.999745071 -0.006300301 2.446833849 -0.758688986 0.020557046 0.651128531 406.462829590\n0.646629930 -0.008514700 0.762756407 -41.706871033 0.022553025 0.999713957 -0.007959551 2.453067303 -0.762470424 0.022349346 0.646636963 406.499511719\n0.642465591 -0.008099438 0.766271770 -41.654106140 0.024216771 0.999659300 -0.009737753 2.455965996 -0.765931845 0.024812799 0.642442822 406.540924072\n0.639814019 -0.007179306 0.768496215 -41.609825134 0.024636174 0.999634027 -0.011172327 2.457427502 -0.768134832 0.026081016 0.639756799 406.572570801\n0.637261629 -0.006483103 0.770620286 -41.571426392 0.024711598 0.999622285 -0.012025506 2.459479809 -0.770251274 0.026706651 0.637181163 406.598632812\n0.634273946 -0.005795817 0.773086667 -41.540328979 0.024436114 0.999622583 -0.012554302 2.459979534 -0.772722125 0.026854100 0.634176135 406.626556396\n0.632697225 -0.005398929 0.774380565 -41.514549255 0.023879616 0.999636173 -0.012541125 2.454977036 -0.774031103 0.026426641 0.632595897 406.643646240\n0.631730795 -0.005583474 0.775167823 -41.489837646 0.024295798 0.999625385 -0.012599882 2.457280636 -0.774807096 0.026793052 0.631629825 406.656677246\n0.630076885 -0.005473345 0.776513457 -41.476722717 0.024074141 0.999632180 -0.012488169 2.455291748 -0.776159465 0.026562400 0.629976928 406.670288086\n0.629323244 -0.004985731 0.777127743 -41.464965820 0.024173258 0.999621153 -0.013162510 2.460694790 -0.776767671 0.027069181 0.629205287 406.677124023\n0.629170179 -0.004859792 0.777252376 -41.460861206 0.023889704 0.999628901 -0.013088029 2.456565857 -0.776900351 0.026802927 0.629052818 406.680664062\n0.629173815 -0.005344167 0.777246296 -41.459327698 0.024074486 0.999630570 -0.012614851 2.454083920 -0.776891768 0.026648737 0.629070044 406.678649902\n0.629199743 -0.004808090 0.777228773 -41.462371826 0.023845864 0.999629557 -0.013120336 2.456280708 -0.776877761 0.026789004 0.629081309 406.677001953\n0.629393816 -0.003961255 0.777076423 -41.463439941 0.023885919 0.999613106 -0.014250757 2.454022884 -0.776719332 0.027530523 0.629244924 406.671142578\n0.629143715 -0.003257061 0.777282178 -41.460235596 0.023752637 0.999604762 -0.015037074 2.453856945 -0.776925981 0.027922982 0.628972411 406.684112549\n0.629073560 -0.003680990 0.777337074 -41.461784363 0.023938259 0.999606252 -0.014638936 2.452728748 -0.776977122 0.027817065 0.628913999 406.681427002\n0.629205346 -0.003574308 0.777230918 -41.460739136 0.024204405 0.999594510 -0.014997710 2.455307961 -0.776862144 0.028249050 0.629036725 406.679718018\n0.629220009 -0.003395281 0.777219892 -41.460456848 0.023896394 0.999602199 -0.014979238 2.452353716 -0.776859879 0.027997987 0.629050851 406.679840088\n0.629273176 -0.003715411 0.777175367 -41.462600708 0.024102585 0.999600887 -0.014736939 2.453057289 -0.776810408 0.028005494 0.629111528 406.674133301\n0.629271865 -0.003537957 0.777177334 -41.464012146 0.024053644 0.999599218 -0.014925482 2.453419209 -0.776813090 0.028086130 0.629104733 406.674499512\n0.629152894 -0.003531406 0.777273536 -41.462974548 0.023849983 0.999606550 -0.014763488 2.451148987 -0.776915610 0.027826453 0.628989577 406.679107666\n0.629153132 -0.003486076 0.777273595 -41.461357117 0.023863094 0.999605179 -0.014832415 2.453948021 -0.776915014 0.027880011 0.628987968 406.679779053\n0.629235744 -0.003577791 0.777206302 -41.464019775 0.024095025 0.999598563 -0.014906077 2.453638077 -0.776840985 0.028106241 0.629069328 406.678100586\n0.629262269 -0.003539996 0.777185023 -41.462608337 0.023954989 0.999602854 -0.014842519 2.454191685 -0.776823819 0.027957294 0.629097164 406.676086426\n0.629166842 -0.003440652 0.777262688 -41.464027405 0.023869425 0.999604106 -0.014896587 2.454802513 -0.776903689 0.027925253 0.628999889 406.677947998\n0.629149377 -0.003541837 0.777276337 -41.462890625 0.023953032 0.999603033 -0.014833339 2.453853846 -0.776915252 0.027950510 0.628984451 406.680145264\n0.629330873 -0.003641840 0.777128994 -41.461585999 0.024165576 0.999597132 -0.014885270 2.455015659 -0.776761711 0.028147528 0.629165411 406.674621582\n0.629315376 -0.003436591 0.777142406 -41.458702087 0.024035200 0.999597907 -0.015042947 2.456000566 -0.776778281 0.028145531 0.629144907 406.678405762\n0.629328489 -0.003386404 0.777132034 -41.460281372 0.023998158 0.999598265 -0.015078111 2.456781626 -0.776768804 0.028138822 0.629156947 406.676757812\n0.629275560 -0.003456556 0.777174592 -41.459922791 0.024099957 0.999596000 -0.015067856 2.456160545 -0.776808500 0.028211707 0.629104614 406.677185059\n0.629292369 -0.003442273 0.777161062 -41.459877014 0.023723349 0.999609292 -0.014782005 2.451099396 -0.776806533 0.027739065 0.629128158 406.678283691\n0.629155993 -0.003556021 0.777270973 -41.463813782 0.024159089 0.999595881 -0.014982230 2.456163883 -0.776903570 0.028204316 0.628987610 406.678894043\n0.629328966 -0.003631188 0.777130604 -41.461349487 0.024200587 0.999595702 -0.014927238 2.454985619 -0.776762187 0.028201159 0.629162371 406.675842285\n0.629190028 -0.003748952 0.777242482 -41.462608337 0.024534263 0.999585867 -0.015039469 2.457590103 -0.776864231 0.028531754 0.629021406 406.678344727\n0.629115582 -0.003456176 0.777304173 -41.462219238 0.023909822 0.999602973 -0.014906959 2.455115795 -0.776944041 0.027963404 0.628948450 406.680999756\n0.629303634 -0.003608841 0.777151167 -41.460937500 0.024103684 0.999598801 -0.014876314 2.455260754 -0.776785672 0.028093925 0.629138112 406.678619385\n0.629123449 -0.003538126 0.777297378 -41.462402344 0.024092866 0.999597907 -0.014950112 2.456320286 -0.776931942 0.028132787 0.628955722 406.680847168\n0.629278779 -0.003529096 0.777171612 -41.461914062 0.023890583 0.999604940 -0.014805142 2.453384399 -0.776812315 0.027883645 0.629114509 406.677124023\n0.629206657 -0.003626561 0.777229667 -41.461402893 0.024532858 0.999583542 -0.015196525 2.460135221 -0.776850820 0.028629418 0.629033566 406.679321289\n0.629200459 -0.003611458 0.777234733 -41.462112427 0.024071803 0.999600053 -0.014842332 2.454581738 -0.776870251 0.028048242 0.629035711 406.680419922\n0.629172683 -0.003612540 0.777257204 -41.462043762 0.024084736 0.999599636 -0.014850124 2.454951048 -0.776892304 0.028063323 0.629007816 406.677825928\n0.629054070 -0.003529241 0.777353525 -41.463867188 0.023831140 0.999607205 -0.014746471 2.453375340 -0.776996195 0.027801549 0.628891110 406.682098389\n0.629219949 -0.003568184 0.777219117 -41.463569641 0.024122311 0.999597371 -0.014939794 2.455762863 -0.776852846 0.028148737 0.629052699 406.679321289\n0.629167199 -0.003439223 0.777262449 -41.461341858 0.023774659 0.999607444 -0.014821719 2.453429461 -0.776906371 0.027804486 0.629002035 406.681701660\n0.629341424 -0.003553218 0.777120888 -41.463111877 0.024098672 0.999597847 -0.014945560 2.455464125 -0.776755273 0.028133439 0.629173994 406.674133301\n0.629389048 -0.003693542 0.777081609 -41.460121155 0.024150124 0.999598682 -0.014808953 2.454679251 -0.776715040 0.028087210 0.629225612 406.675689697\n0.629325986 -0.003670193 0.777132869 -41.461036682 0.024037367 0.999602318 -0.014744722 2.454290628 -0.776769698 0.027959460 0.629163861 406.674133301\n0.629212618 -0.003444248 0.777225673 -41.463554382 0.023960000 0.999600887 -0.014967420 2.455071449 -0.776863873 0.028040014 0.629043996 406.671569824\n0.629336596 -0.003509470 0.777124941 -41.463676453 0.024056263 0.999598563 -0.014967255 2.455397844 -0.776760459 0.028114164 0.629168391 406.672485352\n0.629256666 -0.003531224 0.777189553 -41.459312439 0.024030650 0.999599934 -0.014914813 2.455043316 -0.776825964 0.028061617 0.629089832 406.677246094\n0.629279733 -0.003626388 0.777170420 -41.463203430 0.024022734 0.999602020 -0.014787074 2.453475714 -0.776807547 0.027974965 0.629116416 406.677490234\n0.629245996 -0.003658780 0.777197659 -41.463203430 0.024011580 0.999603093 -0.014734817 2.453490973 -0.776835263 0.027933566 0.629084110 406.677337646\n0.629251838 -0.003611002 0.777193069 -41.463317871 0.023945181 0.999604583 -0.014742767 2.453122377 -0.776832521 0.027886940 0.629089475 406.677703857\n0.629269600 -0.003584909 0.777178884 -41.463409424 0.024044538 0.999600470 -0.014857613 2.453531742 -0.776815116 0.028036349 0.629104376 406.677490234\n0.629276574 -0.003605204 0.777173102 -41.463706970 0.023978433 0.999603212 -0.014778295 2.453507185 -0.776811481 0.027935028 0.629113317 406.677246094\n0.629275918 -0.003708143 0.777173102 -41.463500977 0.024001805 0.999604344 -0.014664793 2.453149319 -0.776811242 0.027881760 0.629115939 406.677337646\n0.629309058 -0.003668791 0.777146459 -41.460685730 0.024004526 0.999603510 -0.014719145 2.453573704 -0.776784301 0.027917923 0.629147649 406.678527832\n0.629131317 -0.003431913 0.777291477 -41.462715149 0.023898773 0.999602914 -0.014929941 2.453617334 -0.776931584 0.027969206 0.628963470 406.678863525\n0.629006803 -0.003100783 0.777393639 -41.461555481 0.023979936 0.999593556 -0.015415641 2.454000950 -0.777029932 0.028338393 0.628825545 406.678405762\n0.628667951 -0.002635975 0.777669370 -41.461357117 0.023722300 0.999593914 -0.015788900 2.453768730 -0.777311921 0.028374081 0.628475189 406.679626465\n0.628174543 -0.002577181 0.778068185 -41.459457397 0.023702629 0.999593794 -0.015825419 2.453137875 -0.777711332 0.028383385 0.627980471 406.680511475\n0.627516568 -0.002392495 0.778599620 -41.456977844 0.023868963 0.999584377 -0.016165782 2.452802420 -0.778237343 0.028728660 0.627312899 406.682495117\n0.626578271 -0.002508384 0.779354453 -41.428649902 0.023962975 0.999584019 -0.016048331 2.454891205 -0.778990030 0.028731186 0.626377761 406.703430176\n0.625696898 -0.002559471 0.780062139 -41.417221069 0.024219764 0.999576271 -0.016147234 2.455301285 -0.779690266 0.028996194 0.625493705 406.710296631\n0.624480367 -0.002295737 0.781037152 -41.405441284 0.024039721 0.999578416 -0.016282924 2.456360102 -0.780670524 0.028944282 0.624272287 406.718292236\n0.623322725 -0.002064740 0.781962037 -41.381179810 0.023848746 0.999581516 -0.016371118 2.453380346 -0.781601012 0.028853301 0.623111129 406.734558105\n0.622014523 -0.002038871 0.783003092 -41.359115601 0.024167059 0.999570191 -0.016595427 2.451972008 -0.782632709 0.029245477 0.621796489 406.748535156\n0.620453298 -0.001662306 0.784241676 -41.330642700 0.024038963 0.999568164 -0.016899724 2.447533369 -0.783874929 0.029337846 0.620225310 406.764648438\n0.618600130 -0.000755080 0.785705626 -41.297470093 0.023637975 0.999564767 -0.017650001 2.444342613 -0.785350323 0.029490782 0.618348718 406.781890869\n0.615909696 0.001218396 0.787815809 -41.264617920 0.023385350 0.999529898 -0.019828347 2.453105927 -0.787469625 0.030635819 0.615591645 406.817871094\n0.613070011 0.002640336 0.790024221 -41.215179443 0.022796974 0.999518871 -0.021031260 2.448262691 -0.789699674 0.030903794 0.612714827 406.851257324\n0.610391974 0.003983153 0.792089522 -41.153427124 0.022389725 0.999501050 -0.022279900 2.445525408 -0.791783035 0.031334139 0.609998226 406.891937256\n0.607243836 0.003785762 0.794506550 -41.077499390 0.022393884 0.999509811 -0.021878306 2.441713095 -0.794199884 0.031077553 0.606861413 406.944335938\n0.604169846 0.003082910 0.796849668 -40.990707397 0.023228627 0.999499440 -0.021478837 2.443826199 -0.796517015 0.031486589 0.603795767 406.999694824\n0.600361764 0.003136377 0.799722373 -40.894882202 0.024150051 0.999465168 -0.022049485 2.447097540 -0.799363852 0.032551005 0.599964917 407.068542480\n0.596593022 0.004276216 0.802532554 -40.783447266 0.023246111 0.999474168 -0.022606479 2.443858147 -0.802207172 0.032142628 0.596179903 407.139587402\n0.592201471 0.005153853 0.805773497 -40.664962769 0.022377118 0.999488711 -0.022838905 2.445931911 -0.805479228 0.031556122 0.591783404 407.225280762\n0.587498426 0.004998355 0.809209883 -40.533340454 0.021879727 0.999517202 -0.022058858 2.443675041 -0.808929443 0.030664835 0.587105393 407.319335938\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0020_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999998629 -0.000671547 0.001518281 -0.001897755 0.000671618 0.999999762 -0.000046444 0.002750705 -0.001518249 0.000047464 0.999998868 0.404086888\n0.999996483 -0.000826109 0.002511889 0.003810537 0.000825230 0.999999583 0.000351089 0.003590620 -0.002512178 -0.000349015 0.999996781 0.798401415\n0.999991298 0.001337101 0.003955178 0.002537521 -0.001338627 0.999999046 0.000383195 0.002828897 -0.003954662 -0.000388486 0.999992132 1.198798895\n0.999978423 0.003651449 0.005458238 -0.001176797 -0.003651926 0.999993324 0.000077460 0.003222296 -0.005457919 -0.000097391 0.999985099 1.594434023\n0.999969304 0.004013269 0.006726881 0.003463478 -0.004020019 0.999991417 0.000990175 0.004618454 -0.006722849 -0.001017187 0.999976873 1.992316127\n0.999965370 0.002136148 0.008041896 0.009297302 -0.002157035 0.999994338 0.002589473 0.006071606 -0.008036319 -0.002606730 0.999964297 2.388506413\n0.999956369 0.000900095 0.009299191 0.014575033 -0.000932744 0.999993443 0.003507210 0.009114678 -0.009295973 -0.003515730 0.999950588 2.779889822\n0.999950469 0.000131905 0.009950806 0.022693731 -0.000171271 0.999992192 0.003955314 0.010520122 -0.009950207 -0.003956823 0.999942660 3.166964293\n0.999951065 0.000565828 0.009873759 0.020327577 -0.000611347 0.999989212 0.004607653 0.010836868 -0.009871045 -0.004613464 0.999940634 3.559249401\n0.999952793 0.001574023 0.009586834 0.021471197 -0.001631339 0.999980807 0.005973691 0.011732322 -0.009577248 -0.005989049 0.999936223 3.941804886\n0.999954164 0.001778291 0.009409349 0.025039129 -0.001842938 0.999974728 0.006866321 0.010977255 -0.009396901 -0.006883347 0.999932170 4.325336456\n0.999964893 -0.000255061 0.008375001 0.030227952 0.000200063 0.999978423 0.006567186 0.013342259 -0.008376495 -0.006565280 0.999943376 4.719281197\n0.999967635 -0.002482250 0.007653988 0.036747985 0.002437117 0.999979615 0.005900376 0.015412197 -0.007668478 -0.005881532 0.999953330 5.100971699\n0.999974132 -0.001897724 0.006941118 0.039609317 0.001866178 0.999987900 0.004548372 0.019888615 -0.006949665 -0.004535301 0.999965549 5.468832016\n0.999978364 0.001409382 0.006429156 0.028980013 -0.001427084 0.999995172 0.002749626 0.019319087 -0.006425250 -0.002758741 0.999975562 5.847196102\n0.999977589 0.003627842 0.005627159 0.022925055 -0.003636871 0.999992132 0.001595106 0.017467033 -0.005621328 -0.001615535 0.999982893 6.214031219\n0.999977708 0.005217551 0.004164368 0.025580497 -0.005219820 0.999986231 0.000534341 0.020554697 -0.004161523 -0.000556067 0.999991179 6.567943096\n0.999983370 0.004391824 0.003730966 0.025049075 -0.004392141 0.999990344 0.000076881 0.019808244 -0.003730593 -0.000093267 0.999993026 6.921820164\n0.999990165 0.003470199 0.002752610 0.026664464 -0.003469236 0.999993920 -0.000354563 0.021833992 -0.002753824 0.000345010 0.999996126 7.268636227\n0.999993563 0.002768510 0.002294895 0.029847633 -0.002765185 0.999995112 -0.001450722 0.019970672 -0.002298900 0.001444367 0.999996305 7.602967262\n0.999988794 0.004457989 0.001582317 0.025483230 -0.004454286 0.999987364 -0.002336069 0.022539288 -0.001592711 0.002328995 0.999996006 7.928362370\n0.999984801 0.005415142 0.001029420 0.023063211 -0.005412315 0.999981642 -0.002729664 0.022951785 -0.001044182 0.002724051 0.999995768 8.254135132\n0.999974847 0.007041167 0.000831170 0.014328579 -0.007039509 0.999973238 -0.001980599 0.019482473 -0.000845094 0.001974699 0.999997675 8.567218781\n0.999976337 0.006875318 -0.000051391 0.017528743 -0.006875393 0.999975085 -0.001615381 0.019862413 0.000040284 0.001615696 0.999998689 8.878437996\n0.999961793 0.008732757 -0.000369157 0.011178439 -0.008733260 0.999960899 -0.001384306 0.020316347 0.000357053 0.001387477 0.999998987 9.178279877\n0.999956608 0.009298384 -0.000588317 0.009648629 -0.009299306 0.999955535 -0.001584182 0.018118108 0.000573560 0.001589584 0.999998569 9.460768700\n0.999938846 0.010935326 -0.001668046 0.005052039 -0.010938765 0.999938011 -0.002066440 0.021322723 0.001645345 0.002084560 0.999996483 9.752588272\n0.999937534 0.010953111 -0.002229545 0.001185811 -0.010957435 0.999938071 -0.001936721 0.020698080 0.002208194 0.001961030 0.999995649 10.032001495\n0.999924600 0.012009170 -0.002572497 -0.001724519 -0.012012871 0.999926805 -0.001427952 0.022598935 0.002555161 0.001458747 0.999995649 10.306774139\n0.999907613 0.013250634 -0.003037986 -0.006660261 -0.013253306 0.999911785 -0.000861055 0.020973839 0.003026309 0.000901239 0.999994993 10.574168205\n0.999900043 0.013641768 -0.003715405 -0.008137979 -0.013643402 0.999906838 -0.000414821 0.021034187 0.003709400 0.000465470 0.999993026 10.832290649\n0.999917388 0.012118161 -0.004280819 -0.004226521 -0.012119947 0.999926448 -0.000391590 0.020769428 0.004275759 0.000443441 0.999990761 11.100512505\n0.999923170 0.011613653 -0.004338752 -0.008298579 -0.011616038 0.999932408 -0.000524995 0.023057163 0.004332362 0.000575354 0.999990463 11.348328590\n0.999918401 0.011765035 -0.004973678 -0.005968865 -0.011765436 0.999930799 -0.000051457 0.020962052 0.004972728 0.000109970 0.999987602 11.593240738\n0.999919176 0.011619042 -0.005163656 -0.006878139 -0.011616751 0.999932408 0.000473576 0.021059953 0.005168809 -0.000413553 0.999986529 11.828114510\n0.999916673 0.011812082 -0.005206068 -0.013355368 -0.011807191 0.999929845 0.000969075 0.019015651 0.005217149 -0.000907525 0.999985993 12.054088593\n0.999927342 0.010652817 -0.005642281 -0.011507143 -0.010644942 0.999942303 0.001423978 0.019700842 0.005657125 -0.001363813 0.999983072 12.277312279\n0.999925256 0.010891616 -0.005552494 -0.013058782 -0.010882438 0.999939382 0.001680549 0.018031087 0.005570462 -0.001619999 0.999983191 12.483732224\n0.999909222 0.012253234 -0.005603536 -0.027861478 -0.012246035 0.999924123 0.001317336 0.016609907 0.005619253 -0.001248595 0.999983430 12.692375183\n0.999895334 0.013113935 -0.006114881 -0.029980233 -0.013108415 0.999913633 0.000941894 0.018078851 0.006126705 -0.000861639 0.999980867 12.886858940\n0.999897897 0.012992287 -0.005947663 -0.033662040 -0.012988165 0.999915361 0.000731181 0.017557021 0.005956660 -0.000653857 0.999982059 13.081621170\n0.999897897 0.012875181 -0.006201071 -0.030877789 -0.012873263 0.999917090 0.000349102 0.018316325 0.006205052 -0.000269239 0.999980688 13.260158539\n0.999901533 0.012384459 -0.006600460 -0.028416092 -0.012381012 0.999923170 0.000562978 0.018557115 0.006606925 -0.000481202 0.999978065 13.439049721\n0.999897540 0.012791131 -0.006425054 -0.038081389 -0.012787048 0.999917984 0.000676092 0.016275335 0.006433175 -0.000593866 0.999979138 13.610190392\n0.999901056 0.012432506 -0.006585018 -0.039161030 -0.012427685 0.999922454 0.000772643 0.020408932 0.006594114 -0.000690730 0.999978006 13.768060684\n0.999899268 0.012352979 -0.006987320 -0.041685831 -0.012346063 0.999923229 0.001032025 0.018319612 0.006999532 -0.000945655 0.999975085 13.936525345\n0.999897718 0.012473983 -0.007000692 -0.046276379 -0.012466197 0.999921620 0.001154598 0.018549303 0.007014546 -0.001067208 0.999974847 14.086152077\n0.999904156 0.012048531 -0.006823801 -0.051416460 -0.012037450 0.999926150 0.001662695 0.019005507 0.006843330 -0.001580395 0.999975324 14.221416473\n0.999912739 0.011274009 -0.006886317 -0.046596613 -0.011259736 0.999934375 0.002107928 0.021308780 0.006909630 -0.002030206 0.999974072 14.341773033\n0.999916077 0.010870303 -0.007049106 -0.052391332 -0.010856358 0.999939024 0.002013453 0.016659355 0.007070563 -0.001936756 0.999973118 14.466932297\n0.999906898 0.011941121 -0.006606019 -0.057348538 -0.011931532 0.999927700 0.001488999 0.011769822 0.006623322 -0.001410040 0.999977052 14.571857452\n0.999900997 0.012301349 -0.006834196 -0.049486391 -0.012292999 0.999923646 0.001262618 0.007090773 0.006849207 -0.001178480 0.999975860 14.665662766\n0.999902189 0.012185262 -0.006867017 -0.047429968 -0.012177360 0.999925137 0.001191237 0.010571118 0.006881018 -0.001107499 0.999975741 14.764922142\n0.999907851 0.011706861 -0.006872508 -0.046247534 -0.011697651 0.999930620 0.001378807 0.008095653 0.006888172 -0.001298288 0.999975443 14.857165337\n0.999914169 0.011231177 -0.006743444 -0.049410399 -0.011219605 0.999935508 0.001751553 0.010865027 0.006762681 -0.001675743 0.999975741 14.945672989\n0.999917984 0.010947905 -0.006648636 -0.051329125 -0.010934946 0.999938250 0.001982340 0.009567712 0.006669928 -0.001909475 0.999975920 15.024056435\n0.999915481 0.011028626 -0.006882696 -0.046764620 -0.011017670 0.999937952 0.001627689 0.010117254 0.006900221 -0.001551720 0.999974966 15.097894669\n0.999915540 0.011130526 -0.006709951 -0.051094431 -0.011122161 0.999937296 0.001282647 0.009839564 0.006723808 -0.001207910 0.999976695 15.165266991\n0.999912441 0.011291114 -0.006903450 -0.047478791 -0.011284406 0.999935806 0.001009729 0.010864064 0.006914408 -0.000931739 0.999975681 15.241432190\n0.999913216 0.011250808 -0.006858030 -0.047164354 -0.011243053 0.999936104 0.001168346 0.008928441 0.006870737 -0.001091139 0.999975801 15.307446480\n0.999916017 0.010990501 -0.006864523 -0.048795462 -0.010983021 0.999939024 0.001126540 0.013466389 0.006876485 -0.001051053 0.999975801 15.376955986\n0.999920368 0.010724462 -0.006650066 -0.050351147 -0.010714581 0.999941468 0.001519609 0.011876956 0.006665973 -0.001448235 0.999976754 15.435705185\n0.999917924 0.010942250 -0.006661087 -0.049090680 -0.010931907 0.999938965 0.001587074 0.012536438 0.006678047 -0.001514126 0.999976575 15.498705864\n0.999916553 0.011023083 -0.006733037 -0.049656522 -0.011013349 0.999938250 0.001481025 0.012012067 0.006748946 -0.001406748 0.999976218 15.559913635\n0.999918818 0.010865475 -0.006653765 -0.052792404 -0.010855551 0.999939919 0.001525892 0.009803060 0.006669945 -0.001453538 0.999976695 15.618536949\n0.999919593 0.010752420 -0.006724434 -0.051030308 -0.010744208 0.999941468 0.001256179 0.012952667 0.006737547 -0.001183830 0.999976575 15.675570488\n0.999916077 0.011038700 -0.006782416 -0.055632252 -0.011030862 0.999938428 0.001192024 0.012315809 0.006795157 -0.001117108 0.999976277 15.736889839\n0.999912977 0.011377901 -0.006680779 -0.055186618 -0.011371613 0.999934852 0.000978222 0.012389552 0.006691474 -0.000902166 0.999977231 15.798399925\n0.999919415 0.010857960 -0.006580745 -0.057882309 -0.010853584 0.999940872 0.000700319 0.011636789 0.006587960 -0.000628838 0.999978125 15.862187386\n0.999917448 0.011009295 -0.006627765 -0.060151577 -0.011003138 0.999939024 0.000964954 0.009618093 0.006637984 -0.000891948 0.999977589 15.935610771\n0.999923408 0.010476927 -0.006587060 -0.057775136 -0.010471004 0.999944746 0.000932995 0.013896454 0.006596471 -0.000863951 0.999977887 15.986625671\n0.999922752 0.010603127 -0.006482186 -0.061238863 -0.010596748 0.999943316 0.001017800 0.013720148 0.006492611 -0.000949031 0.999978483 16.066478729\n0.999921858 0.010592621 -0.006634837 -0.056729946 -0.010583413 0.999942958 0.001421404 0.011257808 0.006649515 -0.001351074 0.999976993 16.132764816\n0.999922752 0.010725952 -0.006278294 -0.063978240 -0.010716268 0.999941349 0.001574170 0.011906913 0.006294810 -0.001506768 0.999979079 16.198789597\n0.999927878 0.010275489 -0.006212551 -0.062177707 -0.010264091 0.999945581 0.001863786 0.013952651 0.006231364 -0.001799886 0.999978960 16.265449524\n0.999929667 0.010076232 -0.006258147 -0.053518940 -0.010062369 0.999946833 0.002242894 0.012585465 0.006280414 -0.002179764 0.999977887 16.333753586\n0.999928832 0.010319202 -0.005990642 -0.055284046 -0.010306930 0.999944746 0.002075893 0.014106908 0.006011733 -0.002014000 0.999979913 16.395008087\n0.999929249 0.010416816 -0.005746802 -0.060145881 -0.010403894 0.999943316 0.002273843 0.013755801 0.005770163 -0.002213893 0.999980927 16.459001541\n0.999924600 0.010968838 -0.005519531 -0.061776139 -0.010956161 0.999937296 0.002321812 0.015181692 0.005544652 -0.002261164 0.999982059 16.520090103\n0.999927282 0.010835574 -0.005293233 -0.062588759 -0.010823105 0.999938607 0.002378731 0.016210400 0.005318683 -0.002321269 0.999983132 16.577121735\n0.999926686 0.010950309 -0.005173305 -0.061452940 -0.010938096 0.999937356 0.002383263 0.012775071 0.005199078 -0.002326502 0.999983788 16.630302429\n0.999932766 0.010441844 -0.005044757 -0.060846265 -0.010431646 0.999943495 0.002043649 0.019008430 0.005065812 -0.001990886 0.999985158 16.696128845\n0.999936998 0.010128063 -0.004838206 -0.058871709 -0.010117595 0.999946415 0.002183110 0.015256140 0.004860057 -0.002134021 0.999985933 16.754379272\n0.999943078 0.009638477 -0.004573838 -0.059308186 -0.009629303 0.999951601 0.002023609 0.014683967 0.004593121 -0.001979451 0.999987483 16.814619064\n0.999943554 0.009657354 -0.004432738 -0.058752403 -0.009647939 0.999951184 0.002140463 0.014303005 0.004453193 -0.002097575 0.999987900 16.877250671\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0022_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999940 -0.000354687 -0.000203697 0.005710044 0.000354728 0.999999940 0.000202683 -0.002788282 0.000203625 -0.000202756 0.999999940 0.043107294\n0.999999940 0.000097287 0.000267359 -0.001862601 -0.000097279 1.000000000 -0.000032238 0.000546856 -0.000267363 0.000032212 0.999999940 0.093758836\n0.999999940 0.000166678 0.000300212 0.000705371 -0.000166652 1.000000000 -0.000088447 0.002424663 -0.000300227 0.000088397 0.999999940 0.147284448\n0.999999821 0.000265092 0.000489347 -0.002349453 -0.000265015 0.999999940 -0.000158644 0.001318478 -0.000489389 0.000158514 0.999999881 0.203353807\n0.999999762 0.000105945 0.000706133 -0.001993445 -0.000105939 1.000000000 -0.000008570 0.001980340 -0.000706133 0.000008495 0.999999762 0.263252348\n0.999999464 0.000366863 0.000971278 -0.002066182 -0.000367115 0.999999881 0.000259779 0.000894316 -0.000971183 -0.000260135 0.999999523 0.322803199\n0.999999642 0.000356173 0.000802550 0.002439209 -0.000356584 0.999999821 0.000511868 0.001812465 -0.000802367 -0.000512154 0.999999523 0.397583842\n0.999999404 0.000289486 0.001057808 0.001043639 -0.000290125 0.999999762 0.000603753 0.001429722 -0.001057633 -0.000604060 0.999999285 0.463229299\n0.999999285 0.000129232 0.001171432 0.001470961 -0.000130023 0.999999762 0.000675168 0.004038006 -0.001171344 -0.000675320 0.999999106 0.536702275\n0.999999642 -0.000067908 0.000847083 0.003342971 0.000067263 0.999999702 0.000761197 0.004000985 -0.000847135 -0.000761140 0.999999344 0.615453362\n0.999999821 -0.000341327 0.000429516 0.000303729 0.000341140 0.999999821 0.000433938 0.003913044 -0.000429664 -0.000433791 0.999999821 0.695582628\n0.999999523 -0.000047545 -0.000990444 0.001326871 0.000047185 0.999999940 -0.000363371 0.004546867 0.000990461 0.000363324 0.999999464 0.788004518\n0.999993443 -0.000306943 -0.003614116 -0.000878783 0.000303607 0.999999523 -0.000923553 0.000657311 0.003614397 0.000922450 0.999993026 0.883269966\n0.999971032 -0.000617427 -0.007582996 -0.005920144 0.000606661 0.999998808 -0.001421960 0.003034895 0.007583864 0.001417318 0.999970257 0.996063530\n0.999909818 -0.000694978 -0.013411409 -0.015344125 0.000672019 0.999998331 -0.001716311 0.004612101 0.013412580 0.001707143 0.999908566 1.111413956\n0.999759912 -0.000806691 -0.021895370 -0.022990560 0.000765201 0.999997914 -0.001903249 0.007267202 0.021896858 0.001886038 0.999758482 1.247572541\n0.999467611 -0.001404685 -0.032596968 -0.040875845 0.001354557 0.999997854 -0.001559859 0.004612880 0.032599088 0.001514874 0.999467373 1.388870120\n0.998910069 -0.001436894 -0.046653930 -0.060845040 0.001373121 0.999998093 -0.001398939 0.001459603 0.046655852 0.001333353 0.998910129 1.533742666\n0.997899771 -0.002434198 -0.064731449 -0.077649914 0.002374635 0.999996662 -0.000997083 0.003231557 0.064733662 0.000841275 0.997902215 1.700379968\n0.996346414 -0.002259721 -0.085374191 -0.112459026 0.002237159 0.999997437 -0.000359946 -0.002818603 0.085374780 0.000167635 0.996348917 1.871651649\n0.993975759 -0.001428340 -0.109590761 -0.163037196 0.001432237 0.999998987 -0.000043159 0.000633962 0.109590709 -0.000114061 0.993976772 2.066272974\n0.990710855 -0.001361955 -0.135978594 -0.218240052 0.001392101 0.999999046 0.000126609 -0.003104370 0.135978296 -0.000314729 0.990711749 2.218498707\n0.986171782 -0.001666370 -0.165718019 -0.277530670 0.001659048 0.999998629 -0.000182604 0.000583770 0.165718094 -0.000094855 0.986173153 2.426237583\n0.980277956 -0.002454718 -0.197608590 -0.348158211 0.002427628 0.999996960 -0.000379335 0.001190851 0.197608933 -0.000107866 0.980280936 2.635189056\n0.972650945 -0.003103994 -0.232251033 -0.428584039 0.003028302 0.999995172 -0.000682443 0.006330054 0.232252032 -0.000039547 0.972655654 2.862334490\n0.963146746 -0.003199706 -0.268957347 -0.524950206 0.003157693 0.999994814 -0.000588818 0.006124939 0.268957853 -0.000282167 0.963151932 3.098990202\n0.951464534 -0.001441528 -0.307754964 -0.639872253 0.001569777 0.999998748 0.000169166 0.012548828 0.307754338 -0.000644062 0.951465607 3.335779428\n0.937536836 0.001107125 -0.347884297 -0.762865663 -0.000466596 0.999998033 0.001924987 0.015743423 0.347885728 -0.001642425 0.937535524 3.556637764\n0.920884907 0.003426771 -0.389819533 -0.903420031 -0.002006614 0.999989808 0.004050273 0.024920993 0.389829427 -0.002947618 0.920882344 3.811415672\n0.901679754 0.005642737 -0.432367742 -1.070858836 -0.003369146 0.999976158 0.006024299 0.028619913 0.432391435 -0.003975279 0.901677251 4.069303989\n0.879264235 0.006621927 -0.476288289 -1.227158070 -0.003106111 0.999961793 0.008168546 0.028623240 0.476324201 -0.005702906 0.879251242 4.315020561\n0.854446173 0.007761551 -0.519482017 -1.424158692 -0.002159378 0.999932826 0.011388186 0.032015741 0.519535482 -0.008608835 0.854405522 4.574906349\n0.827200949 0.010187597 -0.561813891 -1.634830117 -0.000651394 0.999852359 0.017171629 0.038015734 0.561905861 -0.013838424 0.827085435 4.819737911\n0.796988130 0.015414530 -0.603798211 -1.875242949 -0.002519169 0.999750435 0.022197707 0.043007687 0.603989720 -0.016170239 0.796828032 5.067472935\n0.763682008 0.019952962 -0.645284235 -2.134868622 -0.004741509 0.999668658 0.025299467 0.065919541 0.645575225 -0.016261127 0.763523579 5.307209015\n0.727157533 0.026792912 -0.685947597 -2.406354904 -0.007470860 0.999487758 0.031120010 0.069452688 0.686429977 -0.017504532 0.726985216 5.552342415\n0.688983738 0.030941620 -0.724116027 -2.710854292 -0.007234119 0.999332130 0.035818521 0.088536926 0.724740684 -0.019440036 0.688747406 5.783241749\n0.649860442 0.034838405 -0.759254754 -3.042286634 -0.005465232 0.999137282 0.041167624 0.103494689 0.760033965 -0.022603709 0.649490237 5.973599434\n0.605407059 0.036831643 -0.795063376 -3.383741379 -0.002637153 0.999016047 0.044271760 0.125959769 0.795911670 -0.024705736 0.604908466 6.210828781\n0.559585452 0.038522523 -0.827876925 -3.751558781 -0.000311074 0.998928845 0.046271600 0.149009973 0.828772664 -0.025635384 0.558997989 6.406855583\n0.512293875 0.039560221 -0.857898593 -4.136597633 0.000957855 0.998911560 0.046634723 0.171483651 0.858809650 -0.024712423 0.511698365 6.584665298\n0.464460969 0.039919265 -0.884693444 -4.536001205 0.001647403 0.998942852 0.045939326 0.196446419 0.885592103 -0.022794470 0.463904202 6.744637489\n0.416655660 0.040326055 -0.908169508 -4.961483955 0.000239471 0.999010682 0.044469602 0.234786645 0.909064353 -0.018745992 0.416233778 6.897584438\n0.367846906 0.039436232 -0.929049850 -5.405706406 0.003580838 0.999032795 0.043824662 0.254778236 0.929879546 -0.019447546 0.367349923 7.057729244\n0.321516991 0.039881144 -0.946063697 -5.861338615 0.006546326 0.998995185 0.044337217 0.279690057 0.946881294 -0.020448415 0.320932865 7.170205116\n0.275677383 0.039804477 -0.960425735 -6.334459305 0.009193005 0.998987436 0.044041377 0.314665198 0.961206257 -0.020970410 0.275032341 7.261266708\n0.229782045 0.041666061 -0.972349823 -6.819632530 0.014196510 0.998833358 0.046155773 0.339005589 0.973138571 -0.024409745 0.228922486 7.352326393\n0.186377466 0.046637293 -0.981370747 -7.324887753 0.014570537 0.998631656 0.050224751 0.363523066 0.982370198 -0.023659861 0.185442924 7.409726143\n0.146098554 0.049881727 -0.988011777 -7.842857361 0.014208800 0.998519123 0.052513298 0.392097443 0.989168108 -0.021710584 0.145173430 7.448457241\n0.109879613 0.050879750 -0.992641807 -8.365996361 0.014478725 0.998501062 0.052782789 0.422001570 0.993839443 -0.020171942 0.108978271 7.479925156\n0.078995347 0.050588761 -0.995590568 -8.914401054 0.013616482 0.998563588 0.051820237 0.456048846 0.996782064 -0.017650001 0.078193009 7.486167908\n0.051102102 0.050211471 -0.997430503 -9.469664574 0.013771971 0.998604894 0.050976183 0.489556938 0.998598576 -0.016341576 0.050339282 7.494099617\n0.026611269 0.049444597 -0.998422384 -10.024744034 0.015928756 0.998628199 0.049879353 0.521995127 0.999519050 -0.017230982 0.025787175 7.496727943\n0.005200624 0.049788792 -0.998746336 -10.597397804 0.019823788 0.998558342 0.049882650 0.555654347 0.999790072 -0.020058358 0.004206121 7.489408493\n-0.013320804 0.050272699 -0.998646796 -11.183516502 0.021431109 0.998520255 0.049980465 0.586913288 0.999681711 -0.020736324 -0.014378548 7.460184097\n-0.029370070 0.049704771 -0.998332024 -11.781470299 0.020591054 0.998581052 0.049111396 0.618010879 0.999356508 -0.019114304 -0.030351877 7.429829597\n-0.042646527 0.049512360 -0.997862637 -12.383118629 0.018761517 0.998634875 0.048748851 0.652907968 0.998914063 -0.016642448 -0.043517232 7.386343956\n-0.053310513 0.049786590 -0.997336209 -12.984235764 0.017756902 0.998645663 0.048902806 0.683406651 0.998420238 -0.015102568 -0.054122448 7.343288422\n-0.060768962 0.050495137 -0.996873796 -13.645207405 0.017622512 0.998618186 0.049509235 0.725999236 0.997996271 -0.014558798 -0.061574817 7.298986435\n-0.065197825 0.052386105 -0.996496379 -14.282823563 0.018730631 0.998509347 0.051266443 0.763344765 0.997696579 -0.015322546 -0.066081882 7.249682426\n-0.068131089 0.055343259 -0.996140301 -14.955234528 0.020359110 0.998329461 0.054072428 0.804882824 0.997468770 -0.016596517 -0.069144011 7.213418961\n-0.070362926 0.056748677 -0.995905936 -15.624229431 0.018619943 0.998281240 0.055568486 0.840079784 0.997347653 -0.014633747 -0.071298718 7.161670685\n-0.072123170 0.055997632 -0.995822608 -16.285221100 0.017969079 0.998333573 0.054837417 0.879959345 0.997233927 -0.013938973 -0.073009253 7.107393265\n-0.074545145 0.055133797 -0.995692432 -16.968967438 0.018465271 0.998375595 0.053899925 0.924762249 0.997046709 -0.014367755 -0.075442076 7.055805206\n-0.076789021 0.053596523 -0.995605946 -17.650585175 0.018858802 0.998453557 0.052295294 0.965107083 0.996869147 -0.014760236 -0.077681065 7.003662109\n-0.077327847 0.053038906 -0.995593965 -18.334312439 0.017821472 0.998497963 0.051809423 0.999898434 0.996846437 -0.013736642 -0.078156829 6.932607651\n-0.077609301 0.054638736 -0.995485663 -19.037723541 0.016332546 0.998432815 0.053527199 1.044050932 0.996850193 -0.012104613 -0.078380108 6.878673553\n-0.077324629 0.057289384 -0.995358765 -19.754550934 0.015972309 0.998290777 0.056217339 1.085956573 0.996878088 -0.011551193 -0.078107595 6.819261551\n-0.077489734 0.058273304 -0.995288670 -20.493495941 0.014869544 0.998246908 0.057288814 1.131674647 0.996882200 -0.010360187 -0.078220487 6.763626099\n-0.076771736 0.055416144 -0.995507538 -21.229511261 0.013553157 0.998420000 0.054533079 1.175671101 0.996956587 -0.009305676 -0.077401519 6.689085007\n-0.077021956 0.051642321 -0.995691180 -21.964534760 0.013933027 0.998615921 0.050716229 1.219825506 0.996932149 -0.009966734 -0.077634931 6.636100769\n-0.076775193 0.048640724 -0.995861292 -22.719776154 0.016090972 0.998739660 0.047540788 1.266165018 0.996918619 -0.012374422 -0.077461123 6.580001831\n-0.076044202 0.048667442 -0.995916009 -23.493923187 0.015578504 0.998744190 0.047616139 1.314233303 0.996982753 -0.011893952 -0.076706886 6.506837845\n-0.075950027 0.052564524 -0.995725214 -24.275287628 0.015798891 0.998547554 0.051508442 1.360858798 0.996986508 -0.011819284 -0.076670170 6.449245453\n-0.076146126 0.056401927 -0.995500326 -25.049804688 0.017620403 0.998319089 0.055213850 1.402565002 0.996941149 -0.013336807 -0.077011943 6.387821198\n-0.076895475 0.058254626 -0.995335817 -25.861743927 0.019310948 0.998191416 0.056929871 1.447129726 0.996852100 -0.014843234 -0.077881336 6.327173233\n-0.077386260 0.058391944 -0.995289862 -26.653015137 0.023806967 0.998107016 0.056706175 1.496352196 0.996716976 -0.019306550 -0.078629971 6.269849777\n-0.078048110 0.056728933 -0.995334387 -27.444816589 0.026725102 0.998139977 0.054793227 1.542191267 0.996591449 -0.022323905 -0.079419017 6.209972382\n-0.078579664 0.053266756 -0.995483875 -28.278152466 0.027637526 0.998304069 0.051236067 1.592216611 0.996524811 -0.023486594 -0.079918623 6.133338928\n-0.079871297 0.049304817 -0.995585203 -29.090435028 0.027784694 0.998498023 0.047220036 1.639193296 0.996418059 -0.023890505 -0.081121206 6.066520691\n-0.080727100 0.046383269 -0.995656550 -29.903530121 0.029844709 0.998581231 0.044099741 1.682924032 0.996289432 -0.026155038 -0.081996799 5.999385834\n-0.081197381 0.045280978 -0.995669067 -30.741172791 0.032411218 0.998559117 0.042769272 1.724380016 0.996171057 -0.028798101 -0.082547903 5.929534912\n-0.081821442 0.046411823 -0.995565772 -31.574531555 0.032121774 0.998519003 0.043909542 1.766667843 0.996129215 -0.028386598 -0.083191156 5.859645844\n-0.082541466 0.048656948 -0.995399177 -32.425125122 0.031995095 0.998421907 0.046151582 1.807452679 0.996073902 -0.028038472 -0.083967924 5.785228729\n-0.082644582 0.049793437 -0.995334506 -33.280380249 0.033274747 0.998332024 0.047180537 1.851031899 0.996023536 -0.029220294 -0.084163547 5.700119019\n-0.083111405 0.051490098 -0.995209157 -34.136150360 0.033713840 0.998237908 0.048831303 1.896115541 0.995969832 -0.029493881 -0.084700942 5.629913330\n-0.082497358 0.052157074 -0.995225608 -34.989082336 0.035376325 0.998153448 0.049378071 1.939857006 0.995963275 -0.031133870 -0.084190130 5.551063538\n-0.083169341 0.051115874 -0.995223701 -35.846885681 0.034664225 0.998227656 0.048373327 1.983326197 0.995932400 -0.030475477 -0.084793806 5.477848053\n-0.083742619 0.050606605 -0.995201707 -36.700649261 0.035382632 0.998230875 0.047783326 2.028099060 0.995859206 -0.031211356 -0.085385084 5.404777527\n-0.084196568 0.050383560 -0.995174706 -37.564155579 0.035471253 0.998239458 0.047537688 2.073606491 0.995817721 -0.031297579 -0.085835576 5.327198029\n-0.084377408 0.049771860 -0.995190024 -38.439037323 0.036495849 0.998235941 0.046829883 2.121088028 0.995765269 -0.032368921 -0.086045027 5.246776581\n-0.085114598 0.049458377 -0.995142937 -39.305171967 0.039300188 0.998156667 0.046246815 2.164579868 0.995595872 -0.035173025 -0.086901426 5.173324585\n-0.085685968 0.046427272 -0.995240033 -40.176876068 0.042504348 0.998174608 0.042904738 2.205546618 0.995415330 -0.038625695 -0.087502956 5.093936920\n-0.086675048 0.045084909 -0.995216131 -41.050247192 0.046102412 0.998086751 0.041199829 2.249488592 0.995169520 -0.042310864 -0.088587761 5.018676758\n-0.087718487 0.046444878 -0.995062113 -41.947109222 0.046250574 0.998025119 0.042506028 2.295012474 0.995071173 -0.042293631 -0.089693308 4.932723999\n-0.089049101 0.051338915 -0.994703352 -42.839511871 0.046656240 0.997789502 0.047321394 2.338454962 0.994934022 -0.042195193 -0.091247439 4.846317291\n-0.090010762 0.054493025 -0.994449019 -43.749477386 0.047826335 0.997586548 0.050336048 2.383745193 0.994791985 -0.043030068 -0.092399716 4.765254974\n-0.091308236 0.054817174 -0.994313002 -44.637802124 0.047245096 0.997597873 0.050659753 2.430403471 0.994701505 -0.042350762 -0.093678713 4.676048279\n-0.092340708 0.053399395 -0.994294584 -45.572986603 0.046081197 0.997720242 0.049303785 2.477257729 0.994660616 -0.041265532 -0.094590902 4.583572388\n-0.093860865 0.051956374 -0.994228661 -46.491317749 0.043674041 0.997890890 0.048024673 2.531173706 0.994626880 -0.038914341 -0.095932007 4.491691589\n-0.095163465 0.052835800 -0.994058669 -47.413585663 0.042645477 0.997890055 0.048956912 2.575862408 0.994547963 -0.037733193 -0.097215891 4.391979218\n-0.096709132 0.054464284 -0.993821502 -48.341979980 0.043115411 0.997793674 0.050486401 2.624546528 0.994378507 -0.037966527 -0.098843932 4.307922363\n-0.098439455 0.055646788 -0.993586004 -49.265525818 0.040182237 0.997843325 0.051904179 2.676653624 0.994331479 -0.034815092 -0.100463152 4.210575104\n-0.099348307 0.055780441 -0.993488073 -50.185970306 0.038261779 0.997903287 0.052202184 2.727790833 0.994316876 -0.032826424 -0.101274252 4.104511261\n-0.101419687 0.054799587 -0.993333519 -51.130058289 0.038522288 0.997949243 0.051121105 2.773100138 0.994097829 -0.033080801 -0.103322625 4.008293152\n-0.102406144 0.054318827 -0.993258655 -52.055889130 0.039336752 0.997948110 0.050519627 2.827603817 0.993964791 -0.033898056 -0.104332685 3.910087585\n-0.103563428 0.054483391 -0.993129492 -52.981010437 0.039819397 0.997925162 0.050594125 2.875015736 0.993825436 -0.034306116 -0.105518103 3.806510925\n-0.105127096 0.055707809 -0.992897391 -53.908283234 0.040896658 0.997827291 0.051654320 2.913394451 0.993617654 -0.035175920 -0.107177019 3.712051392\n-0.106504798 0.055979535 -0.992735207 -54.836486816 0.040270053 0.997837603 0.051946923 2.966614246 0.993496478 -0.034444910 -0.108528733 3.611968994\n-0.107429266 0.056114689 -0.992627919 -55.759941101 0.039334528 0.997864127 0.052153639 3.020176411 0.993434370 -0.033441722 -0.109407067 3.509208679\n-0.107861638 0.056894798 -0.992536604 -56.688438416 0.037691917 0.997877359 0.053104859 3.057179928 0.993451178 -0.031682629 -0.109777093 3.398178101\n-0.108664870 0.058029238 -0.992383361 -57.618316650 0.033843528 0.997931957 0.054647870 3.112276554 0.993502259 -0.027647451 -0.110404134 3.298583984\n-0.108238816 0.059628952 -0.992335021 -58.537120819 0.029775525 0.997946143 0.056718364 3.166493654 0.993678927 -0.023408169 -0.109791994 3.189132690\n-0.106520176 0.061512124 -0.992406070 -59.474521637 0.025937388 0.997916818 0.059069704 3.217848301 0.993972242 -0.019448303 -0.107893825 3.062820435\n-0.104658365 0.062988155 -0.992511630 -60.401000977 0.026258849 0.997819364 0.060556065 3.275891304 0.994161606 -0.019724514 -0.106084108 2.966415405\n-0.103139520 0.063942835 -0.992609441 -61.326332092 0.026636997 0.997751176 0.061506275 3.331633568 0.994310141 -0.020096406 -0.104610801 2.875076294\n-0.101468921 0.062983952 -0.992843032 -62.259494781 0.028454643 0.997769296 0.060388397 3.388347626 0.994431794 -0.022123456 -0.103034735 2.783256531\n-0.099751711 0.060389712 -0.993178010 -63.177619934 0.028271986 0.997925520 0.057838831 3.439429760 0.994610608 -0.022309599 -0.101252079 2.663841248\n-0.098760009 0.057682451 -0.993438125 -64.100402832 0.028620703 0.998070240 0.055106159 3.500323534 0.994699657 -0.022990618 -0.100220323 2.570190430\n-0.098164797 0.056372683 -0.993572354 -65.026802063 0.028301084 0.998148620 0.053836200 3.559222460 0.994767785 -0.022834361 -0.099578500 2.483444214\n-0.097310185 0.056215625 -0.993665218 -65.970108032 0.025809433 0.998210311 0.053945228 3.610619307 0.994919419 -0.020396518 -0.098586917 2.383987427\n-0.096622944 0.056400470 -0.993721783 -66.914115906 0.024542347 0.998224676 0.054269705 3.650802135 0.995018423 -0.019144565 -0.097835660 2.280197144\n-0.096580982 0.055273198 -0.993789196 -67.854591370 0.023557536 0.998304129 0.053234883 3.708061934 0.995046318 -0.018269751 -0.097719312 2.195793152\n-0.096685290 0.054130100 -0.993842065 -68.796630859 0.022625007 0.998381555 0.052176293 3.765793800 0.995057881 -0.017441006 -0.097753525 2.110778809\n-0.095298648 0.054042570 -0.993980706 -69.753646851 0.023271298 0.998373270 0.052050244 3.812946320 0.995176733 -0.018170901 -0.096401334 1.997337341\n-0.095013261 0.053342167 -0.994045913 -70.694480896 0.024673453 0.998382747 0.051216546 3.866271973 0.995170295 -0.019660298 -0.096175671 1.916709900\n-0.093796730 0.052809544 -0.994189918 -71.654304504 0.027046753 0.998358786 0.050479274 3.916728020 0.995224059 -0.022154817 -0.095071197 1.815567017\n-0.093451858 0.051679190 -0.994281650 -72.604171753 0.028945763 0.998370826 0.049171142 3.971910000 0.995202899 -0.024185112 -0.094795465 1.725448608\n-0.093382835 0.051265184 -0.994309723 -73.567230225 0.031099217 0.998336375 0.048552051 4.021387577 0.995144606 -0.026388329 -0.094821811 1.641662598\n-0.092311263 0.050610617 -0.994443178 -74.526077271 0.033490479 0.998300195 0.047698088 4.073029995 0.995166838 -0.028901303 -0.093849421 1.553886414\n-0.091339111 0.051474586 -0.994488716 -75.496879578 0.033601902 0.998253763 0.048583299 4.127206802 0.995252907 -0.028979160 -0.092909217 1.467712402\n-0.089689374 0.053529937 -0.994530320 -76.456237793 0.033097658 0.998163283 0.050740652 4.179952145 0.995419800 -0.028365735 -0.091296315 1.380737305\n-0.088304996 0.054857742 -0.994581819 -77.476852417 0.031392615 0.998139620 0.052266758 4.237236977 0.995598733 -0.026607109 -0.089862823 1.279075623\n-0.086953759 0.054716621 -0.994708717 -78.453819275 0.031544950 0.998141050 0.052147891 4.290712357 0.995712936 -0.026843583 -0.088518143 1.184181213\n-0.086044908 0.054685496 -0.994789302 -79.444946289 0.031454027 0.998143852 0.052149262 4.342765331 0.995794594 -0.026802951 -0.087605238 1.096076965\n-0.085409641 0.054876313 -0.994833589 -80.436424255 0.032695107 0.998098731 0.052249439 4.399747849 0.995809376 -0.028063580 -0.087041497 1.014419556\n-0.084994316 0.055147339 -0.994854093 -81.420425415 0.032661084 0.998084784 0.052536059 4.453865528 0.995845973 -0.028027743 -0.086632729 0.929817200\n-0.084704161 0.054073773 -0.994937897 -82.403045654 0.032840379 0.998135388 0.051451687 4.507779598 0.995864928 -0.028315965 -0.086322069 0.846015930\n-0.084984183 0.054002445 -0.994917810 -83.403884888 0.032635789 0.998145282 0.051389929 4.562413692 0.995847702 -0.028102590 -0.086588979 0.749397278\n-0.085432291 0.054136567 -0.994872153 -84.395393372 0.032379054 0.998146176 0.051534254 4.616115093 0.995817721 -0.027810335 -0.087026715 0.665733337\n-0.085416079 0.055344433 -0.994807065 -85.375221252 0.030357420 0.998137057 0.052923143 4.675223351 0.995882809 -0.025679287 -0.086937070 0.566352844\n-0.086255550 0.056212503 -0.994686067 -86.348564148 0.028691558 0.998133004 0.053919278 4.731689453 0.995859921 -0.023888251 -0.087707400 0.479255676\n-0.086650968 0.056758925 -0.994620562 -87.338951111 0.026809134 0.998147011 0.054624565 4.784868717 0.995877922 -0.021931639 -0.088012099 0.389572144\n-0.087046742 0.055992089 -0.994629622 -88.313606262 0.026935497 0.998186469 0.053835027 4.837479115 0.995840192 -0.022104690 -0.088397026 0.297912598\n-0.086996198 0.055837315 -0.994642556 -89.297843933 0.024854865 0.998238862 0.053865280 4.896130562 0.995898485 -0.020035634 -0.088230729 0.199371338\n-0.086994529 0.056028295 -0.994632065 -90.266822815 0.024021467 0.998244882 0.054130800 4.952359200 0.995919228 -0.019183446 -0.088187695 0.101959229\n-0.087226629 0.057779331 -0.994511604 -91.243469238 0.023693731 0.998154461 0.055912856 5.001353741 0.995906830 -0.018686606 -0.088434696 0.019294739\n-0.086489916 0.057958487 -0.994565487 -92.206352234 0.021027939 0.998190105 0.056341078 5.055685043 0.996030867 -0.016040731 -0.087552071 -0.078651428\n-0.084727407 0.058720771 -0.994672477 -93.182769775 0.019093247 0.998174369 0.057301130 5.113381386 0.996221304 -0.014136559 -0.085693836 -0.168228149\n-0.083686471 0.058296595 -0.994785488 -94.126808167 0.016908843 0.998226643 0.057075795 5.167933464 0.996348739 -0.012044201 -0.084523797 -0.255729675\n-0.082765818 0.057731234 -0.994895637 -95.082778931 0.015745169 0.998271763 0.056617308 5.224287987 0.996444821 -0.010978829 -0.083531737 -0.337974548\n-0.081759095 0.056364529 -0.995057046 -96.018836975 0.015824763 0.998347104 0.055250648 5.277703762 0.996526539 -0.011229294 -0.082515955 -0.419433594\n-0.081392527 0.053530142 -0.995243609 -97.008010864 0.013843777 0.998521030 0.052574258 5.332178116 0.996586025 -0.009498779 -0.082013130 -0.509483337\n-0.081255198 0.051892303 -0.995341599 -97.970436096 0.013723074 0.998607337 0.050942276 5.387381554 0.996598959 -0.009519824 -0.081854224 -0.591606140\n-0.081379533 0.053006180 -0.995272696 -98.904037476 0.015328175 0.998533249 0.051926509 5.441233635 0.996565282 -0.011029964 -0.082072616 -0.678878784\n-0.082440138 0.056279570 -0.995005608 -99.847030640 0.015806034 0.998352468 0.055159278 5.488909245 0.996470630 -0.011179754 -0.083193898 -0.760581970\n-0.083865285 0.058567297 -0.994754553 -100.784156799 0.016610716 0.998214781 0.057370618 5.543933868 0.996338725 -0.011712181 -0.084688425 -0.838188171\n-0.086186767 0.059059128 -0.994527042 -101.712951660 0.016825257 0.998185337 0.057818282 5.593754768 0.996137023 -0.011750003 -0.087024093 -0.919647217\n-0.087923408 0.057681285 -0.994455874 -102.643058777 0.018451409 0.998245120 0.056269716 5.645688057 0.995956421 -0.013401688 -0.088833332 -1.008239746\n-0.089715242 0.054939076 -0.994451046 -103.587501526 0.018894151 0.998391628 0.053452227 5.704650879 0.995788276 -0.013993829 -0.090609074 -1.092422485\n-0.091898918 0.053201750 -0.994346201 -104.507461548 0.021259135 0.998448908 0.051456474 5.754109859 0.995541453 -0.016410153 -0.092887402 -1.173011780\n-0.093641400 0.053560145 -0.994164288 -105.446594238 0.025198914 0.998359561 0.051412653 5.803951263 0.995287061 -0.020237509 -0.094837427 -1.273185730\n-0.095733047 0.056317791 -0.993812680 -106.379280090 0.028695991 0.998139381 0.053798728 5.856224060 0.994993448 -0.023368130 -0.097170949 -1.361999512\n-0.098426223 0.060782641 -0.993286431 -107.304290771 0.028071672 0.997905314 0.058283627 5.910983086 0.994748414 -0.022146571 -0.099926353 -1.462547302\n-0.101329684 0.064384364 -0.992767513 -108.231483459 0.029735452 0.997653782 0.061666239 5.957722664 0.994408607 -0.023271779 -0.103006482 -1.560409546\n-0.103769064 0.064391710 -0.992515028 -109.140457153 0.028490189 0.997685015 0.061748449 6.012032986 0.994193435 -0.021869365 -0.105363369 -1.660209656\n-0.105938196 0.060806964 -0.992511988 -110.064758301 0.022714507 0.998016059 0.058719702 6.078330994 0.994113445 -0.016323771 -0.107109189 -1.766479492\n-0.108412743 0.058287889 -0.992395699 -111.001457214 0.019438624 0.998212993 0.056506023 6.136958599 0.993915915 -0.013164833 -0.109352112 -1.879859924\n-0.111142397 0.058298372 -0.992093146 -111.918296814 0.018909737 0.998221219 0.056540057 6.192315578 0.993624628 -0.012476226 -0.112047076 -1.983627319\n-0.113789439 0.060015030 -0.991690695 -112.829582214 0.018916933 0.998123705 0.058233771 6.250558853 0.993324935 -0.012133360 -0.114711285 -2.095146179\n-0.115955949 0.061363373 -0.991356969 -113.761413574 0.020201476 0.998029053 0.059413455 6.298216343 0.993048847 -0.013137527 -0.116967082 -2.207313538\n-0.119063497 0.060142808 -0.991063535 -114.681884766 0.022569479 0.998069763 0.057856556 6.356827736 0.992630184 -0.015479187 -0.120190978 -2.305068970\n-0.121343493 0.058376528 -0.990892589 -115.600639343 0.024260029 0.998145342 0.055832967 6.410071850 0.992314160 -0.017264124 -0.122534633 -2.414222717\n-0.122334599 0.056908499 -0.990856171 -116.506263733 0.024345275 0.998226404 0.054326057 6.463748932 0.992190421 -0.017476713 -0.123503089 -2.542953491\n-0.123312950 0.056442488 -0.990761518 -117.415222168 0.024367647 0.998252392 0.053836379 6.519186020 0.992068708 -0.017503807 -0.124472857 -2.660293579\n-0.124140620 0.055516772 -0.990710378 -118.335006714 0.023557568 0.998317063 0.052991163 6.570473671 0.991985023 -0.016760377 -0.125239491 -2.781921387\n-0.124538779 0.056169748 -0.990623772 -119.273971558 0.024536222 0.998265386 0.053518422 6.619798660 0.991911530 -0.017641054 -0.125700951 -2.895889282\n-0.124889374 0.056358226 -0.990568757 -120.190895081 0.024136296 0.998262525 0.053752895 6.671105385 0.991877079 -0.017195491 -0.126032710 -3.013641357\n-0.124436021 0.057016436 -0.990588248 -121.104118347 0.022697110 0.998249948 0.054606270 6.720769882 0.991968155 -0.015688512 -0.125512362 -3.136459351\n-0.123800874 0.054612905 -0.990803123 -122.037345886 0.020824723 0.998407423 0.052430004 6.774384499 0.992088556 -0.014142320 -0.124741077 -3.259750366\n-0.122741938 0.051905714 -0.991080523 -122.952377319 0.020100066 0.998556554 0.049807940 6.824025154 0.992235243 -0.013807264 -0.123608112 -3.376434326\n-0.121803045 0.050227191 -0.991282761 -123.888069153 0.020187777 0.998637557 0.048119303 6.877548218 0.992349088 -0.014150723 -0.122650981 -3.494338989\n-0.120778561 0.052198306 -0.991306305 -124.817642212 0.020189667 0.998539150 0.050119307 6.924375534 0.992474318 -0.013960814 -0.121655941 -3.605667114\n-0.119713664 0.053952828 -0.991341412 -125.764091492 0.020528419 0.998443305 0.051860347 6.976842880 0.992596209 -0.014142279 -0.120634913 -3.718124390\n-0.118592143 0.053513590 -0.991499960 -126.699211121 0.022229860 0.998439491 0.051229250 7.030949593 0.992694199 -0.015965523 -0.119596720 -3.824737549\n-0.117161632 0.051854499 -0.991758168 -127.643302917 0.021799276 0.998529613 0.049633279 7.081371307 0.992873549 -0.015804498 -0.118119717 -3.945297241\n-0.116243601 0.051599167 -0.991879642 -128.576049805 0.021834278 0.998541057 0.049386840 7.136539459 0.992980838 -0.015916077 -0.117200613 -4.052886963\n-0.114961982 0.051507626 -0.992033780 -129.534317017 0.022116272 0.998539984 0.049282495 7.181625366 0.993123829 -0.016274478 -0.115933299 -4.163024902\n-0.113947868 0.050896946 -0.992182314 -130.472518921 0.023172958 0.998551309 0.048562359 7.237156868 0.993216634 -0.017458227 -0.114962220 -4.260208130\n-0.112461805 0.051476277 -0.992321789 -131.421600342 0.023143306 0.998521984 0.049175031 7.282002449 0.993386507 -0.017435296 -0.113486886 -4.378173828\n-0.111642957 0.054377563 -0.992259622 -132.369705200 0.023564249 0.998365879 0.052060898 7.337260246 0.993469059 -0.017569626 -0.112741828 -4.476699829\n-0.109804392 0.057986576 -0.992260337 -133.308990479 0.024177292 0.998157263 0.055655707 7.386536598 0.993659139 -0.017878924 -0.111004114 -4.599487305\n-0.108805299 0.057592191 -0.992393494 -134.259811401 0.024381585 0.998174548 0.055254523 7.440545082 0.993764222 -0.018184150 -0.110010862 -4.702575684\n-0.107473373 0.054881852 -0.992691994 -135.162658691 0.025050502 0.998307705 0.052480236 7.486509323 0.993892252 -0.019227201 -0.108666420 -4.802169800\n-0.106665373 0.050892018 -0.992991805 -136.101715088 0.028168961 0.998443067 0.048145548 7.534653664 0.993896008 -0.022836089 -0.107932925 -4.894287109\n-0.105713129 0.049282838 -0.993174851 -137.013809204 0.029462548 0.998487890 0.046410512 7.583255768 0.993960261 -0.024355264 -0.107005239 -4.993637085\n-0.105306149 0.048737843 -0.993244827 -137.941482544 0.029784251 0.998504758 0.045838147 7.628386021 0.993993759 -0.024756011 -0.106600404 -5.081634521\n-0.104614735 0.050709419 -0.993219137 -138.847824097 0.032108262 0.998350799 0.047589485 7.671791553 0.993994355 -0.026911978 -0.106070399 -5.186248779\n-0.104040384 0.052110221 -0.993206978 -139.754028320 0.034382772 0.998218000 0.048771471 7.713263988 0.993978560 -0.029075006 -0.105646729 -5.275650024\n-0.103366971 0.054377925 -0.993155718 -140.669296265 0.033716973 0.998122156 0.051140606 7.762588501 0.994071662 -0.028199954 -0.105006337 -5.374191284\n-0.103079319 0.057406921 -0.993015409 -141.569366455 0.033448745 0.997968554 0.054221164 7.808088303 0.994110823 -0.027626043 -0.104790092 -5.463958740\n-0.102369547 0.061692502 -0.992831647 -142.470748901 0.032403018 0.997752190 0.058657233 7.857787609 0.994218647 -0.026166037 -0.104138374 -5.564712524\n-0.101940393 0.063319325 -0.992773235 -143.382247925 0.032498129 0.997651517 0.060293470 7.921701431 0.994259477 -0.026116930 -0.103758812 -5.661270142\n-0.101829648 0.064215206 -0.992727220 -144.273544312 0.030384399 0.997649610 0.061416924 7.977471352 0.994337797 -0.023909355 -0.103541493 -5.751861572\n-0.101692319 0.063138753 -0.992810249 -145.157318115 0.027503438 0.997780859 0.060637724 8.034267426 0.994435668 -0.021139309 -0.103203177 -5.843948364\n-0.101111174 0.063336730 -0.992857099 -146.029098511 0.025129151 0.997815669 0.061093938 8.077251434 0.994557858 -0.018772382 -0.102481842 -5.950393677\n-0.100578666 0.063182756 -0.992920935 -146.906661987 0.023158869 0.997859836 0.061151143 8.131662369 0.994659603 -0.016844431 -0.101826668 -6.058441162\n-0.100587845 0.064058848 -0.992863894 -147.755859375 0.021601539 0.997830510 0.062190827 8.186314583 0.994693756 -0.015191750 -0.101753354 -6.142578125\n-0.100984216 0.065760434 -0.992712438 -148.600311279 0.020244002 0.997742355 0.064034313 8.240711212 0.994682193 -0.013630026 -0.102087498 -6.224441528\n-0.100626349 0.067297317 -0.992645741 -149.416717529 0.019286063 0.997654200 0.065681815 8.282327652 0.994737446 -0.012534912 -0.101688266 -6.306610107\n-0.100231171 0.067335896 -0.992683172 -150.235549927 0.019729827 0.997645617 0.065680407 8.330051422 0.994768679 -0.013002245 -0.101323724 -6.392883301\n-0.099265099 0.066452444 -0.992839634 -150.992706299 0.020447865 0.997693121 0.064732894 8.374980927 0.994850874 -0.013875733 -0.100394964 -6.496780396\n-0.099851370 0.065358706 -0.992853463 -151.769256592 0.020209789 0.997767627 0.063649707 8.425140381 0.994797111 -0.013709853 -0.100949287 -6.569534302\n-0.100997806 0.064362414 -0.992802680 -152.531661987 0.019756440 0.997838199 0.062679052 8.468752861 0.994690597 -0.013283812 -0.102051020 -6.647613525\n-0.102043986 0.064064220 -0.992715001 -153.275207520 0.020340726 0.997849882 0.062304724 8.509448051 0.994572043 -0.013834727 -0.103127718 -6.734436035\n-0.103774309 0.063050531 -0.992600381 -154.039199829 0.020554276 0.997911453 0.061238986 8.568660736 0.994388461 -0.014047144 -0.104853630 -6.807113647\n-0.105013847 0.063282497 -0.992455184 -154.775146484 0.021166218 0.997889459 0.061389361 8.613260269 0.994245470 -0.014559793 -0.106131673 -6.886001587\n-0.105989933 0.062855847 -0.992378652 -155.527099609 0.019301759 0.997942150 0.061146729 8.662303925 0.994179904 -0.012673712 -0.106985092 -6.972122192\n-0.106375456 0.062251311 -0.992375493 -156.255371094 0.019665783 0.997974813 0.060494523 8.707356453 0.994131565 -0.013080711 -0.107384324 -7.055313110\n-0.106661439 0.062417679 -0.992334306 -156.977706909 0.021254251 0.997942746 0.060485926 8.746145248 0.994068205 -0.014639810 -0.107768655 -7.132369995\n-0.106314778 0.061750248 -0.992413282 -157.736236572 0.021780236 0.997974932 0.059763048 8.801820755 0.994094014 -0.015261304 -0.107444406 -7.227294922\n-0.106309533 0.062212918 -0.992385089 -158.442871094 0.022644561 0.997933388 0.060134947 8.846703529 0.994075358 -0.016079210 -0.107498527 -7.302886963\n-0.104916334 0.063751943 -0.992435515 -159.130325317 0.022502804 0.997839808 0.061720196 8.887619019 0.994226456 -0.015857128 -0.106124282 -7.388549805\n-0.103437662 0.064776011 -0.992524445 -159.850494385 0.022080151 0.997780740 0.062817939 8.924412727 0.994390845 -0.015417351 -0.104638338 -7.455734253\n-0.101165771 0.064566225 -0.992772222 -160.520065308 0.021817356 0.997795820 0.062669702 8.970065117 0.994630337 -0.015319636 -0.102351427 -7.528686523\n-0.098245502 0.064996056 -0.993037522 -161.170562744 0.021593401 0.997769177 0.063169427 9.003520966 0.994928002 -0.015236945 -0.099429846 -7.596893311\n-0.095839024 0.063638836 -0.993360460 -161.866394043 0.021517856 0.997853458 0.061850645 9.044894218 0.995164275 -0.015447283 -0.097002625 -7.650177002\n-0.092048645 0.061824884 -0.993833423 -162.502365112 0.018937418 0.997998834 0.060330033 9.086653709 0.995574474 -0.013267339 -0.093035340 -7.714599609\n-0.086670876 0.060534451 -0.994396329 -163.139343262 0.017052989 0.998096108 0.059273362 9.125872612 0.996091187 -0.011820164 -0.087538123 -7.773117065\n-0.079882145 0.058926854 -0.995061159 -163.778167725 0.015171300 0.998207390 0.057895251 9.160045624 0.996688962 -0.010471579 -0.080632925 -7.822402954\n-0.071215034 0.056133367 -0.995880365 -164.423690796 0.013451702 0.998378515 0.055312257 9.199163437 0.997370422 -0.009457228 -0.071854711 -7.870956421\n-0.061635494 0.053094879 -0.996685505 -165.034149170 0.011963299 0.998551667 0.052454479 9.230644226 0.998027027 -0.008690587 -0.062181473 -7.902908325\n-0.050603986 0.050123770 -0.997460186 -165.640655518 0.011457052 0.998703182 0.049604982 9.266680717 0.998653054 -0.008917742 -0.051112652 -7.934082031\n-0.040086865 0.048565000 -0.998015404 -166.260391235 0.010877571 0.998780131 0.048165306 9.297316551 0.999137104 -0.008925194 -0.040566206 -7.946975708\n-0.028801560 0.048854809 -0.998390734 -166.859115601 0.009867470 0.998770118 0.048588730 9.329187393 0.999536633 -0.008452164 -0.029248238 -7.955520630\n-0.015907288 0.050023653 -0.998621523 -167.457702637 0.009490554 0.998710275 0.049876932 9.355491638 0.999828577 -0.008684067 -0.016361594 -7.964752197\n-0.002635360 0.050715134 -0.998709738 -168.064987183 0.007961240 0.998682559 0.050692748 9.386659622 0.999964833 -0.007817377 -0.003035665 -7.961898804\n0.012133658 0.050380290 -0.998656392 -168.654190063 0.006215464 0.998706818 0.050458353 9.419369698 0.999907076 -0.006819359 0.011804879 -7.952758789\n0.028007209 0.050469890 -0.998332798 -169.265594482 0.003326159 0.998714328 0.050582491 9.446676254 0.999602199 -0.004737289 0.027803361 -7.940567017\n0.044861615 0.050638102 -0.997709095 -169.851776123 0.000539073 0.998713136 0.050713304 9.483360291 0.998993158 -0.002812924 0.044776559 -7.916946411\n0.062962830 0.051859893 -0.996667624 -170.437240601 -0.001296629 0.998652399 0.051881261 9.516413689 0.998015106 -0.001974290 0.062945247 -7.875961304\n0.083191335 0.052317187 -0.995159328 -171.013534546 -0.002701990 0.998629153 0.052273724 9.552629471 0.996529937 -0.001659810 0.083218694 -7.824249268\n0.104251325 0.054828290 -0.993038535 -171.586181641 -0.005238303 0.998495698 0.054579668 9.578487396 0.994537234 -0.000488169 0.104381740 -7.758117676\n0.125272095 0.056664146 -0.990502894 -172.168045044 -0.009585226 0.998390198 0.055903077 9.613216400 0.992076099 0.002491097 0.125613570 -7.666137695\n0.147869706 0.056476232 -0.987393081 -172.732559204 -0.013397361 0.998391032 0.055098929 9.648549080 0.988916159 0.005080997 0.148388386 -7.578170776\n0.170819163 0.055221278 -0.983753800 -173.287200928 -0.017275088 0.998442650 0.053046163 9.674768448 0.985151052 0.007933126 0.171507120 -7.477813721\n0.194681346 0.054089155 -0.979374170 -173.855880737 -0.020370517 0.998485982 0.051095393 9.703709602 0.980655074 0.010003029 0.195488453 -7.374252319\n0.219159961 0.052946910 -0.974251449 -174.414520264 -0.022674834 0.998533189 0.049165785 9.741881371 0.975425601 0.011315808 0.220039070 -7.260688782\n0.243232846 0.052113350 -0.968567073 -174.964706421 -0.023733446 0.998576462 0.047767904 9.771432877 0.969677627 0.011368705 0.244123399 -7.113250732\n0.265569866 0.050320692 -0.962777495 -175.594924927 -0.025715388 0.998651326 0.045102421 9.832137108 0.963748634 0.012780350 0.266505718 -6.930641174\n0.294126630 0.052155621 -0.954342425 -176.030364990 -0.029395331 0.998531282 0.045510992 9.830057144 0.955314398 0.014667207 0.295227766 -6.787788391\n0.321760356 0.052445553 -0.945367575 -176.567443848 -0.031636931 0.998502731 0.044625521 9.867230415 0.946292520 0.015549798 0.322937787 -6.609001160\n0.350409210 0.054695971 -0.934998274 -177.063369751 -0.033251919 0.998390496 0.045942504 9.858303070 0.936006248 0.014991811 0.351663947 -6.430633545\n0.378243983 0.054811727 -0.924081802 -177.554687500 -0.033976417 0.998394907 0.045312412 9.887872696 0.925082207 0.014257840 0.379499197 -6.205558777\n0.406767964 0.056252394 -0.911798000 -178.060317993 -0.035393465 0.998323381 0.045800883 9.907427788 0.912845671 0.013641357 0.408076942 -5.978401184\n0.434957266 0.058474686 -0.898550510 -178.535766602 -0.036651041 0.998211920 0.047218822 9.921599388 0.899704933 0.012394638 0.436322689 -5.725456238\n0.464786589 0.060950361 -0.883322418 -179.008392334 -0.038185600 0.998079538 0.048776247 9.929662704 0.884598911 0.011059650 0.466221392 -5.483596802\n0.493761420 0.061109874 -0.867447615 -179.462722778 -0.039661564 0.998072267 0.047736280 9.958146095 0.868692517 0.010833990 0.495233297 -5.205757141\n0.523251414 0.060641184 -0.850018084 -179.912857056 -0.041476667 0.998095036 0.045673080 9.989996910 0.851168454 0.011357412 0.524769783 -4.906845093\n0.553396463 0.060577586 -0.830712199 -180.361206055 -0.043793637 0.998088360 0.043609016 10.020281792 0.831765950 0.012246829 0.554991484 -4.597759247\n0.583536148 0.063658327 -0.809588253 -180.814270020 -0.048575323 0.997873962 0.043451134 10.024624825 0.810633063 0.013970708 0.585387707 -4.289134979\n0.611686766 0.064826883 -0.788439512 -181.232116699 -0.051222503 0.997790992 0.042300716 10.048141479 0.789440095 0.014511052 0.613656163 -3.941829681\n0.639575005 0.064987324 -0.765976787 -181.647811890 -0.053559836 0.997765899 0.039931506 10.072402954 0.766860604 0.015486402 0.641626835 -3.575458527\n0.666932344 0.065041199 -0.742274106 -182.055267334 -0.056059740 0.997739494 0.037056554 10.100346565 0.743006408 0.016897477 0.669070959 -3.200839996\n0.692950428 0.065980054 -0.717959881 -182.430725098 -0.057844628 0.997681439 0.035856619 10.106906891 0.718661070 0.016683254 0.695160389 -2.816963196\n0.718143165 0.065884367 -0.692769587 -182.797271729 -0.058848675 0.997691870 0.033879261 10.123254776 0.693402708 0.016438408 0.720362782 -2.405212402\n0.742514610 0.067148648 -0.666455686 -183.148162842 -0.061152752 0.997602999 0.032381572 10.140776634 0.667032599 0.016711803 0.744841099 -1.986534119\n0.765928030 0.067794435 -0.639342010 -183.504928589 -0.062938146 0.997554958 0.030379020 10.162912369 0.639838278 0.016970851 0.768322229 -1.539705276\n0.788874328 0.068446212 -0.610731065 -183.847366333 -0.064458147 0.997512400 0.028533950 10.182480812 0.611164868 0.016856890 0.791323781 -1.097173691\n0.809901476 0.068100147 -0.582599282 -184.155273438 -0.064792745 0.997545958 0.026531581 10.202616692 0.582976401 0.016260240 0.812326372 -0.626314163\n0.829809606 0.069693729 -0.553677559 -184.459335327 -0.066923141 0.997438550 0.025252506 10.214507103 0.554019272 0.016099066 0.832348168 -0.150659561\n0.848055959 0.071188241 -0.525103211 -184.739227295 -0.068989664 0.997333705 0.023788339 10.227952957 0.525396585 0.016052848 0.850706041 0.343567848\n0.865793228 0.070536047 -0.495405674 -185.014678955 -0.069111258 0.997383118 0.021225858 10.237665176 0.495606452 0.015860904 0.868402362 0.835193634\n0.881292760 0.069697589 -0.467402726 -185.264343262 -0.068968892 0.997443616 0.018694000 10.250904083 0.467510819 0.015761362 0.883846819 1.345337868\n0.894844890 0.069594175 -0.440918654 -185.495956421 -0.068957455 0.997466266 0.017489877 10.254800797 0.441018671 0.014753897 0.897376657 1.867501259\n0.907296300 0.068591781 -0.414859742 -185.713500977 -0.068304315 0.997543335 0.015549894 10.266249657 0.414907187 0.014228350 0.909752488 2.400932312\n0.918965638 0.070196629 -0.388039440 -185.943054199 -0.070681296 0.997413695 0.013043500 10.272870064 0.387951434 0.015440600 0.921550453 2.932633877\n0.929114521 0.071299173 -0.362853497 -186.133361816 -0.072081268 0.997333586 0.011402138 10.279901505 0.362698942 0.015561050 0.931776404 3.474284172\n0.938716650 0.071553349 -0.337181151 -186.312622070 -0.072387405 0.997325301 0.010115338 10.289218903 0.337003082 0.014912232 0.941385448 4.033555508\n0.948119760 0.071197405 -0.309838533 -186.500427246 -0.072208680 0.997355700 0.008219339 10.292161942 0.309604406 0.014580112 0.950753689 4.607389450\n0.956289470 0.069415055 -0.284063429 -186.647003174 -0.070311740 0.997500122 0.007051771 10.299658775 0.283842802 0.013229459 0.958779573 5.185605049\n0.963607907 0.069612004 -0.258096755 -186.778427124 -0.070047013 0.997515321 0.007521145 10.304780960 0.257979035 0.010831472 0.966089785 5.766505241\n0.970350504 0.071652874 -0.230837151 -186.942260742 -0.071926557 0.997383654 0.007240757 10.310408592 0.230752021 0.009577248 0.972965479 6.390573502\n0.975820184 0.073162749 -0.205966592 -187.053634644 -0.073371604 0.997282624 0.006634316 10.314935684 0.205892280 0.008638198 0.978536546 6.996336937\n0.980808854 0.072862089 -0.180845693 -187.165054321 -0.072960041 0.997316062 0.006119482 10.319657326 0.180806205 0.007192466 0.983492434 7.625429153\n0.985092282 0.073273391 -0.155641124 -187.254714966 -0.073472418 0.997287154 0.004481454 10.323097229 0.155547276 0.007020685 0.987803519 8.264911652\n0.988725603 0.073795266 -0.130291849 -187.328384399 -0.074277736 0.997236907 0.001159398 10.330060959 0.130017400 0.008531456 0.991474986 8.899908066\n0.991375268 0.076679975 -0.106279150 -187.389892578 -0.077204093 0.997014999 -0.000819929 10.331156731 0.105899028 0.009018041 0.994336009 9.552226067\n0.993592143 0.076801434 -0.082923159 -187.438919067 -0.077167243 0.997017443 -0.001210693 10.327371597 0.082582854 0.007601885 0.996555209 10.218089104\n0.995215535 0.075926460 -0.061491948 -187.483627319 -0.076220661 0.997087955 -0.002449481 10.339827538 0.061126899 0.007124719 0.998104572 10.926547050\n0.996310651 0.074882351 -0.041924540 -187.500137329 -0.075047188 0.997177184 -0.002369695 10.338640213 0.041628744 0.005507271 0.999117970 11.606288910\n0.996836364 0.075920641 -0.023522014 -187.515304565 -0.076023415 0.997099876 -0.003505191 10.340530396 0.023187680 0.005282326 0.999717176 12.303757668\n0.997151971 0.074963830 -0.008267705 -187.499710083 -0.074999757 0.997175038 -0.004124024 10.332170486 0.007935197 0.004732355 0.999957323 12.989785194\n0.997455597 0.071127303 0.004821429 -187.495605469 -0.071104109 0.997457266 -0.004822455 10.340867996 -0.005152178 0.004467362 0.999976754 13.721276283\n0.997586250 0.067803398 0.014978734 -187.476058960 -0.067738734 0.997691631 -0.004783669 10.336917877 -0.015268506 0.003757481 0.999876380 14.428286552\n0.997643411 0.065065555 0.021772586 -187.452148438 -0.064997077 0.997878075 -0.003838893 10.336968422 -0.021976165 0.002414692 0.999755561 15.151615143\n0.997744083 0.061969478 0.025816714 -187.425399780 -0.061930742 0.998077810 -0.002297945 10.342792511 -0.025909493 0.000693912 0.999664068 15.901828766\n0.997772038 0.060333923 0.028474554 -187.398635864 -0.060366336 0.998176277 0.000279218 10.342990875 -0.028405778 -0.001997500 0.999594450 16.624343872\n0.997785807 0.058967549 0.030761857 -187.386062622 -0.059068929 0.998251021 0.002396531 10.342149734 -0.030566739 -0.004208294 0.999523878 17.366142273\n0.997919858 0.056364510 0.031289876 -187.350006104 -0.056500282 0.998396575 0.003471395 10.345287323 -0.031044040 -0.005232060 0.999504328 18.109954834\n0.997898757 0.056421954 0.031852435 -187.340347290 -0.056518275 0.998399317 0.002131109 10.352361679 -0.031681206 -0.003926876 0.999490321 18.873386383\n0.997959077 0.055761170 0.031119239 -187.317413330 -0.055814344 0.998440802 0.000841988 10.359416962 -0.031023769 -0.002577170 0.999515295 19.612878799\n0.998084068 0.053932570 0.030322704 -187.296966553 -0.053971462 0.998542368 0.000465011 10.352817535 -0.030253425 -0.002100681 0.999540031 20.342567444\n0.998176396 0.053413209 0.028122783 -187.270141602 -0.053434897 0.998571336 0.000019772 10.354276657 -0.028081549 -0.001522474 0.999604464 21.080005646\n0.998208642 0.053465772 0.026849357 -187.253067017 -0.053476773 0.998569071 -0.000308610 10.358437538 -0.026827438 -0.001127759 0.999639452 21.830150604\n0.998168945 0.055113234 0.024926633 -187.239593506 -0.055135053 0.998478889 0.000188414 10.357771873 -0.024878332 -0.001562400 0.999689281 22.565856934\n0.998171747 0.055812579 0.023196675 -187.228424072 -0.055842556 0.998439372 0.000646053 10.358983040 -0.023124415 -0.001940233 0.999730706 23.306041718\n0.998204470 0.056243919 0.020603655 -187.207122803 -0.056302555 0.998411179 0.002276423 10.354546547 -0.020442883 -0.003432374 0.999785125 24.030578613\n0.998181343 0.056992795 0.019641733 -187.210449219 -0.057065737 0.998365402 0.003172864 10.372364044 -0.019428797 -0.004287964 0.999802053 24.774604797\n0.998166919 0.057888489 0.017655428 -187.196853638 -0.057982314 0.998305857 0.004848958 10.371260643 -0.017344819 -0.005863772 0.999832392 25.499444962\n0.998290002 0.056288522 0.015768759 -187.182418823 -0.056372911 0.998397470 0.004959022 10.372176170 -0.015464352 -0.005839473 0.999863386 26.220745087\n0.998298466 0.056670975 0.013730441 -187.173507690 -0.056744240 0.998376191 0.005006297 10.370601654 -0.013424434 -0.005776903 0.999893188 26.953540802\n0.998308778 0.056693394 0.012862062 -187.172698975 -0.056757160 0.998377204 0.004647798 10.377279282 -0.012577690 -0.005369951 0.999906480 27.675226212\n0.998351038 0.056120455 0.012070460 -187.159500122 -0.056178208 0.998410642 0.004499598 10.381087303 -0.011798756 -0.005170276 0.999917030 28.391984940\n0.998475313 0.054123770 0.010845980 -187.143157959 -0.054177746 0.998520017 0.004745783 10.386187553 -0.010573069 -0.005326158 0.999929905 29.100271225\n0.998561203 0.052628651 0.010285649 -187.129440308 -0.052684434 0.998597503 0.005229483 10.386606216 -0.009996003 -0.005763852 0.999933422 29.808403015\n0.998527110 0.053197213 0.010660451 -187.121963501 -0.053242274 0.998573661 0.003988247 10.387733459 -0.010433082 -0.004549960 0.999935210 30.517518997\n0.998409569 0.054802906 0.013229107 -187.138900757 -0.054844238 0.998491049 0.002781912 10.392280579 -0.013056688 -0.003503027 0.999908626 31.242456436\n0.998378098 0.054845344 0.015269797 -187.120620728 -0.054883089 0.998490632 0.002063523 10.396626472 -0.015133575 -0.002898230 0.999881268 31.940631866\n0.998283684 0.055338092 0.019168343 -187.115631104 -0.055366848 0.998465598 0.000972400 10.405486107 -0.019085120 -0.002032022 0.999815822 32.654857635\n0.998128653 0.056102771 0.024323838 -187.093063354 -0.056147408 0.998421848 0.001155579 10.410603523 -0.024220619 -0.002519137 0.999703467 33.336437225\n0.997825563 0.057494856 0.032226227 -187.067687988 -0.057568822 0.998340607 0.001371256 10.412824631 -0.032093909 -0.003223500 0.999479651 34.026947021\n0.997064948 0.061626717 0.045426775 -187.059860229 -0.061775021 0.998088360 0.001866764 10.404194832 -0.045224890 -0.004667524 0.998965919 34.717502594\n0.996177197 0.063148066 0.060359795 -187.013015747 -0.063361742 0.997989297 0.001630629 10.406029701 -0.060135458 -0.005448896 0.998175383 35.379890442\n0.994758546 0.064900137 0.079015046 -186.956054688 -0.065250143 0.997867227 0.001852983 10.395024300 -0.078726262 -0.006999013 0.996871710 36.034645081\n0.992776036 0.065600067 0.100460514 -186.880737305 -0.065781474 0.997832894 -0.001509371 10.405066490 -0.100341827 -0.005109973 0.994939923 36.679473877\n0.989747047 0.069131784 0.124986321 -186.792678833 -0.069156513 0.997597218 -0.004146168 10.391526222 -0.124972634 -0.004539960 0.992149830 37.320693970\n0.985524118 0.070169091 0.154332638 -186.702590942 -0.069692120 0.997532308 -0.008505462 10.390094757 -0.154548615 -0.002373432 0.987982333 37.956787109\n0.980374157 0.070719264 0.184025124 -186.565292358 -0.069560610 0.997496188 -0.012752476 10.383521080 -0.184466213 -0.000298701 0.982838809 38.573913574\n0.973776639 0.070671044 0.216251314 -186.421218872 -0.068818957 0.997499347 -0.016092535 10.372404099 -0.216847837 0.000788345 0.976205111 39.192668915\n0.965702415 0.072113015 0.249436393 -186.251876831 -0.069587544 0.997396052 -0.018940199 10.354094505 -0.250152707 0.000932929 0.968205929 39.790637970\n0.956612229 0.070652969 0.282667935 -186.054595947 -0.067323998 0.997499764 -0.021485839 10.338709831 -0.283479244 0.001523284 0.958977163 40.382602692\n0.945807576 0.068794489 0.317356795 -185.853256226 -0.064764641 0.997629821 -0.023243701 10.326465607 -0.318203628 0.001430568 0.948021293 40.980201721\n0.934106231 0.065212056 0.350988567 -185.610107422 -0.060600176 0.997870624 -0.024121001 10.314796448 -0.351814151 0.001261609 0.936069012 41.549285889\n0.920817137 0.063625216 0.384769619 -185.354873657 -0.059621193 0.997971058 -0.022340400 10.304731369 -0.385410368 -0.002369000 0.922742248 42.123035431\n0.906131744 0.060430631 0.418656707 -185.076110840 -0.057638988 0.998150468 -0.019324534 10.288269043 -0.419050157 -0.006620373 0.907938957 42.689350128\n0.890338302 0.055418447 0.451914221 -184.791152954 -0.052885935 0.998433888 -0.018245226 10.265820503 -0.452217579 -0.007655481 0.891874790 43.216541290\n0.873454571 0.053187035 0.483991921 -184.468429565 -0.050332729 0.998553693 -0.018898565 10.254222870 -0.484297097 -0.007853598 0.874868393 43.770187378\n0.854975462 0.054103956 0.515838802 -184.126022339 -0.050759882 0.998498499 -0.020596091 10.238016129 -0.516178608 -0.008574763 0.856438041 44.297813416\n0.834917068 0.056352343 0.547483265 -183.774002075 -0.052122544 0.998369455 -0.023274602 10.223957062 -0.547902167 -0.009103855 0.836492896 44.816047668\n0.813580990 0.056313731 0.578718126 -183.410369873 -0.051148333 0.998371959 -0.025243273 10.212507248 -0.579197526 -0.009063022 0.815136850 45.354701996\n0.791644692 0.053252786 0.608656526 -183.002624512 -0.047901943 0.998537600 -0.025061080 10.199420929 -0.609100997 -0.009316361 0.793037891 45.845943451\n0.768098950 0.052302666 0.638191581 -182.575393677 -0.047688384 0.998563170 -0.024441127 10.182511330 -0.638552964 -0.011661120 0.769489527 46.333572388\n0.743948877 0.051717430 0.666232228 -182.125625610 -0.047178596 0.998577714 -0.024834299 10.167354584 -0.666568995 -0.012956450 0.745330691 46.797828674\n0.717666745 0.052507307 0.694404364 -181.680969238 -0.047625180 0.998519421 -0.026282324 10.144850731 -0.694756269 -0.014209182 0.719104886 47.270782471\n0.690955400 0.052377716 0.720997393 -181.191467285 -0.044874370 0.998555899 -0.029536704 10.135408401 -0.721503258 -0.011945751 0.692308068 47.712318420\n0.663707852 0.052213084 0.746167362 -180.693908691 -0.041945059 0.998589039 -0.032566618 10.114839554 -0.746814907 -0.009683315 0.664961457 48.113811493\n0.635259509 0.051897395 0.770552993 -180.176544189 -0.038820960 0.998624146 -0.035253387 10.092243195 -0.771322370 -0.007518555 0.636400223 48.540256500\n0.606835604 0.051639926 0.793148100 -179.633560181 -0.036100533 0.998648107 -0.037399098 10.076467514 -0.794007123 -0.005937962 0.607879460 48.928897858\n0.577827573 0.050278563 0.814608812 -179.075836182 -0.033115853 0.998723090 -0.038152188 10.048173904 -0.815486848 -0.004931074 0.578754723 49.309902191\n0.548468053 0.048695240 0.834752440 -178.489624023 -0.029984387 0.998806179 -0.038564280 10.032239914 -0.835633755 -0.003878265 0.549273372 49.686035156\n0.519351125 0.047295608 0.853251159 -177.899597168 -0.026536679 0.998878360 -0.039215539 10.008601189 -0.854148865 -0.002275818 0.520023644 50.031024933\n0.491197407 0.046458360 0.869808495 -177.308135986 -0.023634760 0.998919845 -0.040007479 9.984899521 -0.870727658 -0.000906138 0.491764843 50.342544556\n0.463512301 0.046017092 0.884894788 -176.676376343 -0.022160014 0.998940229 -0.040340260 9.949833870 -0.885813355 -0.000911073 0.464040875 50.656623840\n0.437044442 0.046193492 0.898253024 -176.050933838 -0.019293729 0.998932004 -0.041983653 9.926975250 -0.899233043 0.001018078 0.437468946 50.945388794\n0.411609054 0.046531674 0.910171926 -175.415084839 -0.017762208 0.998915613 -0.043035973 9.886910439 -0.911187470 0.001547340 0.411989272 51.227294922\n0.387104034 0.046686485 0.920853317 -174.753967285 -0.015231363 0.998904765 -0.044240739 9.864883423 -0.921910226 0.003099917 0.387391150 51.490047455\n0.363959610 0.048098717 0.930172086 -174.102050781 -0.013482438 0.998833179 -0.046373714 9.836734772 -0.931317270 0.004337179 0.364183426 51.728404999\n0.342254817 0.049857400 0.938283563 -173.437225342 -0.011950379 0.998741448 -0.048710838 9.805925369 -0.939531267 0.005458680 0.342419863 51.956260681\n0.321195424 0.052976683 0.945530117 -172.760620117 -0.012149712 0.998582423 -0.051821895 9.768688202 -0.946935117 0.005157040 0.321383715 52.177448273\n0.300941110 0.056313753 0.951978564 -172.051147461 -0.013430399 0.998406231 -0.054814514 9.733800888 -0.953548133 0.003710490 0.301217794 52.401462555\n0.281969965 0.057565901 0.957694709 -171.353042603 -0.011734380 0.998330593 -0.056553576 9.704967499 -0.959351480 0.004708461 0.282174766 52.598686218\n0.266005278 0.055646542 0.962364078 -170.634460449 -0.009292976 0.998434067 -0.055163555 9.667400360 -0.963926792 0.005730574 0.266105890 52.788398743\n0.253461123 0.054123443 0.965830326 -169.893310547 -0.008144124 0.998517573 -0.053817932 9.626173019 -0.967311323 0.005774911 0.253526151 52.975223541\n0.242954373 0.052727349 0.968603730 -169.157287598 -0.006767408 0.998589456 -0.052662209 9.587982178 -0.970014215 0.006239580 0.242968500 53.154747009\n0.234243691 0.052369364 0.970766425 -168.416381836 -0.007455098 0.998615444 -0.052072823 9.553401947 -0.972149372 0.004960579 0.234309793 53.329349518\n0.225965321 0.052536745 0.972717583 -167.663391113 -0.009789470 0.998616695 -0.051661432 9.520668030 -0.974086165 0.002151301 0.226167023 53.499645233\n0.217458665 0.052227322 0.974671304 -166.848754883 -0.012710377 0.998634279 -0.050675560 9.478983879 -0.975986838 -0.001368592 0.217825532 53.692199707\n0.208127677 0.050909787 0.976776004 -166.075744629 -0.015932269 0.998688459 -0.048657089 9.447078705 -0.977972031 -0.005435362 0.208665788 53.860374451\n0.198017657 0.050102632 0.978917181 -165.263687134 -0.019548811 0.998696029 -0.047160570 9.413759232 -0.980003536 -0.009798035 0.198738933 54.049133301\n0.186737835 0.049550973 0.981159329 -164.447326660 -0.024490461 0.998651624 -0.045773257 9.381774902 -0.982104480 -0.015481445 0.187699556 54.210334778\n0.173900306 0.049271476 0.983529866 -163.602416992 -0.027722741 0.998596609 -0.045124542 9.343616486 -0.984372973 -0.019418972 0.175022185 54.362052917\n0.160131931 0.049110688 0.985873163 -162.787780762 -0.028914671 0.998566329 -0.045046482 9.310077667 -0.986672044 -0.021292817 0.161322415 54.497444153\n0.146938562 0.050110020 0.987875640 -161.955474854 -0.027923947 0.998528063 -0.046496905 9.270143509 -0.988751471 -0.020753190 0.148121536 54.614837646\n0.133720875 0.053124953 0.989594221 -161.129791260 -0.026351884 0.998399675 -0.050036818 9.234578133 -0.990668774 -0.019386696 0.134906828 54.722358704\n0.120958865 0.055092603 0.991127610 -160.286911011 -0.023154711 0.998343587 -0.052667879 9.185524940 -0.992387533 -0.016578622 0.122034132 54.828330994\n0.109150231 0.056113951 0.992440164 -159.384368896 -0.021348834 0.998307407 -0.054097712 9.135530472 -0.993795991 -0.015282660 0.110163450 54.937500000\n0.098122120 0.053052202 0.993759334 -158.545562744 -0.018497430 0.998502731 -0.051479027 9.097858429 -0.995002508 -0.013330758 0.098956525 55.012817383\n0.088819921 0.047548741 0.994912207 -157.699066162 -0.015360496 0.998806536 -0.046363566 9.049781799 -0.995929301 -0.011164334 0.089444280 55.083999634\n0.080822349 0.044768550 0.995722651 -156.851135254 -0.011746815 0.998964190 -0.043960810 9.006722450 -0.996659338 -0.008143554 0.081264496 55.153991699\n0.075221658 0.044926211 0.996154428 -155.987640381 -0.008288996 0.998978198 -0.044427652 8.976355553 -0.997132540 -0.004915192 0.075517178 55.217468262\n0.070984185 0.044941172 0.996464550 -155.136383057 -0.003845359 0.998989403 -0.044781119 8.943643570 -0.997470021 -0.000653015 0.071085274 55.272598267\n0.069581807 0.046983782 0.996469319 -154.286437988 -0.003447354 0.998895645 -0.046857465 8.910233498 -0.997570395 -0.000174752 0.069666922 55.326080322\n0.069534242 0.049593415 0.996345997 -153.410385132 -0.002571927 0.998769104 -0.049534529 8.861547470 -0.997576177 0.000881815 0.069576204 55.391532898\n0.070627928 0.054629527 0.996005833 -152.554504395 -0.000730974 0.998501778 -0.054714601 8.822712898 -0.997502625 0.003136329 0.070562005 55.452369690\n0.071977675 0.056715846 0.995792389 -151.693771362 0.000919266 0.998377800 -0.056929544 8.781837463 -0.997405827 0.005013053 0.071808755 55.520835876\n0.074975669 0.055456214 0.995642185 -150.818664551 0.001165994 0.998446882 -0.055700239 8.735488892 -0.997184694 0.005337076 0.074794531 55.588890076\n0.078364015 0.050921980 0.995623529 -149.943450928 0.001010504 0.998690069 -0.051158361 8.691454887 -0.996924400 0.005015059 0.078209937 55.666046143\n0.082477510 0.048478380 0.995413184 -149.069839478 0.005113414 0.998782456 -0.049066160 8.648889542 -0.996579885 0.009136816 0.082129240 55.733192444\n0.087459326 0.048064690 0.995007992 -148.185379028 0.007275745 0.998777866 -0.048886329 8.611040115 -0.996141613 0.011514993 0.087002754 55.815368652\n0.091549575 0.048465911 0.994620442 -147.306594849 0.008007132 0.998746753 -0.049403999 8.573102951 -0.995768368 0.012486974 0.091046751 55.909622192\n0.096232653 0.049078245 0.994148195 -146.429748535 0.007921601 0.998714268 -0.050070465 8.527105331 -0.995327353 0.012693658 0.095720112 55.993782043\n0.101176262 0.049409281 0.993640840 -145.548477173 0.008199759 0.998690665 -0.050495315 8.489924431 -0.994834721 0.013256544 0.100638628 56.084342957\n0.105114162 0.048403107 0.993281543 -144.666351318 0.007162089 0.998752058 -0.049427614 8.448013306 -0.994434416 0.012309514 0.104636312 56.187423706\n0.109625936 0.046525676 0.992883503 -143.776229858 0.006978154 0.998843253 -0.047575422 8.405262947 -0.993948460 0.012143994 0.109174430 56.291824341\n0.114735663 0.045833200 0.992338240 -142.880981445 0.004678461 0.998899043 -0.046677161 8.360281944 -0.993385136 0.009998155 0.114394903 56.392604828\n0.118610203 0.046288688 0.991861522 -141.994506836 0.003919061 0.998883188 -0.047085043 8.317753792 -0.992933333 0.009471938 0.118296325 56.499393463\n0.121503174 0.048890870 0.991386354 -141.104034424 0.004062174 0.998753369 -0.049752042 8.283329010 -0.992582858 0.010072218 0.121153116 56.614612579\n0.123452544 0.049893588 0.991095424 -140.191833496 0.002903916 0.998712838 -0.050638780 8.238780975 -0.992346287 0.009129546 0.123148739 56.729721069\n0.124126971 0.050334856 0.990988851 -139.289154053 -0.000608732 0.998716235 -0.050651103 8.200232506 -0.992266178 0.005683921 0.123998225 56.850891113\n0.124529839 0.049078505 0.991001368 -138.382171631 -0.002876956 0.998789608 -0.049102694 8.160281181 -0.992211759 0.003263688 0.124520302 56.971168518\n0.125074983 0.047336280 0.991017520 -137.468780518 -0.005145437 0.998878717 -0.047062375 8.115083694 -0.992134035 0.000787114 0.125178337 57.074428558\n0.123378575 0.046156485 0.991285682 -136.549163818 -0.008539682 0.998930156 -0.045449551 8.073407173 -0.992322922 -0.002857763 0.123640716 57.214214325\n0.121025980 0.046661351 0.991552114 -135.648941040 -0.010447011 0.998899102 -0.045731965 8.034514427 -0.992594421 -0.004823998 0.121380210 57.351493835\n0.119111419 0.047913067 0.991724253 -134.738525391 -0.012444984 0.998828530 -0.046761591 7.996305943 -0.992802978 -0.006772146 0.119568169 57.458770752\n0.116409421 0.048850499 0.991999388 -133.826110840 -0.013387593 0.998776138 -0.047613211 7.958373070 -0.993111193 -0.007737848 0.116920948 57.583393097\n0.113925993 0.047472604 0.992354393 -132.912979126 -0.014651182 0.998829365 -0.046100345 7.911246777 -0.993381262 -0.009287135 0.114488184 57.697669983\n0.113524318 0.046116490 0.992464483 -132.014556885 -0.014605497 0.998891711 -0.044744477 7.871696472 -0.993427992 -0.009415843 0.114072084 57.802185059\n0.111527622 0.044831224 0.992749631 -131.108276367 -0.014975685 0.998944283 -0.043428566 7.830617905 -0.993648529 -0.010023619 0.112081230 57.915409088\n0.109857380 0.044502556 0.992950678 -130.210311890 -0.016294315 0.998943567 -0.042968392 7.790377140 -0.993813872 -0.011459053 0.110466421 58.021526337\n0.109488368 0.044469308 0.992992818 -129.287567139 -0.017064031 0.998935640 -0.042853948 7.753560066 -0.993841588 -0.012252452 0.110130668 58.133594513\n0.108542323 0.043602590 0.993135214 -128.388702393 -0.016302185 0.998981357 -0.042077556 7.716587067 -0.993958235 -0.011623075 0.109142542 58.233139038\n0.107263505 0.042644642 0.993315756 -127.495666504 -0.015752640 0.999027193 -0.041188795 7.682024002 -0.994105935 -0.011229284 0.107830882 58.337619781\n0.106476903 0.040397003 0.993494153 -126.557945251 -0.017635688 0.999093890 -0.038734604 7.645446301 -0.994158745 -0.013396614 0.107092857 58.443794250\n0.105425954 0.037649903 0.993714273 -125.649291992 -0.016517647 0.999211431 -0.036105782 7.611807823 -0.994290054 -0.012607332 0.105964720 58.546970367\n0.104925632 0.037669696 0.993766367 -124.742637634 -0.014187000 0.999237359 -0.036379162 7.576973915 -0.994378865 -0.010281457 0.105379999 58.640743256\n0.104213238 0.041560274 0.993686199 -123.847274780 -0.014067412 0.999088168 -0.040310878 7.546604633 -0.994455457 -0.009777668 0.104702830 58.739437103\n0.103568196 0.046105672 0.993553162 -122.950935364 -0.016717421 0.998864591 -0.044609517 7.508106709 -0.994481862 -0.011989518 0.104221404 58.844463348\n0.103496850 0.047476679 0.993496001 -122.060226440 -0.016064242 0.998809636 -0.046057120 7.471038818 -0.994500041 -0.011192993 0.104136348 58.938377380\n0.103136361 0.048266210 0.993495524 -121.168640137 -0.016668344 0.998765588 -0.046791874 7.428995132 -0.994527578 -0.011733977 0.103813589 59.040893555\n0.103085577 0.049522258 0.993439078 -120.261940002 -0.019344095 0.998670757 -0.047775794 7.389542103 -0.994484484 -0.014292178 0.103906512 59.147533417\n0.103128433 0.050228909 0.993399084 -119.366714478 -0.021989143 0.998595178 -0.048208866 7.349780083 -0.994425058 -0.016872281 0.104088068 59.255481720\n0.103144169 0.050039556 0.993407011 -118.480903625 -0.023991976 0.998568356 -0.047808487 7.308866024 -0.994377077 -0.018902626 0.104197085 59.361804962\n0.103176236 0.050187644 0.993396163 -117.604660034 -0.022975208 0.998580039 -0.048063286 7.265301704 -0.994397759 -0.017864494 0.104182780 59.451427460\n0.103347778 0.050715383 0.993351519 -116.700149536 -0.022455333 0.998563647 -0.048645247 7.217015743 -0.994391799 -0.017278658 0.104338169 59.549106598\n0.102939188 0.051303077 0.993363738 -115.819664001 -0.018147551 0.998599648 -0.049692914 7.173524857 -0.994522095 -0.012911766 0.103726089 59.644870758\n0.103719950 0.051759232 0.993258893 -114.950920105 -0.019355545 0.998560905 -0.050014339 7.131905079 -0.994418204 -0.014037578 0.104572535 59.739768982\n0.103861868 0.053082071 0.993174195 -114.065658569 -0.020558303 0.998476028 -0.051215541 7.090507507 -0.994379222 -0.015098636 0.104794860 59.834999084\n0.103881955 0.056827076 0.992964983 -113.197807312 -0.019923629 0.998284936 -0.055047173 7.046031952 -0.994390190 -0.014065046 0.104835987 59.934234619\n0.103613734 0.056345630 0.993020356 -112.333625793 -0.021590289 0.998286247 -0.054391656 6.998644829 -0.994383276 -0.015803877 0.104652643 60.023475647\n0.102984309 0.054224815 0.993203878 -111.473144531 -0.023544503 0.998366117 -0.052065346 6.956676483 -0.994404316 -0.018022578 0.104092717 60.119819641\n0.103284538 0.051840510 0.993300080 -110.588302612 -0.026145009 0.998437285 -0.049390037 6.916331291 -0.994308293 -0.020868605 0.104478538 60.226497650\n0.103818536 0.049027208 0.993387222 -109.720573425 -0.024038620 0.998616278 -0.046773013 6.872847080 -0.994305789 -0.019023748 0.104853451 60.319160461\n0.104096591 0.049410876 0.993339062 -108.850967407 -0.023522053 0.998608112 -0.047207985 6.835319042 -0.994288981 -0.018451186 0.105113924 60.417953491\n0.103562593 0.049046200 0.993412971 -107.988281250 -0.020804327 0.998671770 -0.047136996 6.796063423 -0.994405389 -0.015785653 0.104445457 60.510242462\n0.103571653 0.048644587 0.993431687 -107.120643616 -0.020269662 0.998699129 -0.046789270 6.754540443 -0.994415402 -0.015290486 0.104422927 60.599529266\n0.102386892 0.049317803 0.993521333 -106.255599976 -0.019109407 0.998683453 -0.047604732 6.714212894 -0.994561076 -0.014111502 0.103194535 60.696815491\n0.100736678 0.050603416 0.993625522 -105.381072998 -0.019081902 0.998620272 -0.048923209 6.673252583 -0.994730234 -0.014031893 0.101563275 60.790565491\n0.098648369 0.053046260 0.993707538 -104.523101807 -0.018477056 0.998503685 -0.051468015 6.634268761 -0.994950831 -0.013283550 0.099480927 60.876625061\n0.096372426 0.055286780 0.993808746 -103.651832581 -0.015174822 0.998421729 -0.054071862 6.588355064 -0.995229721 -0.009869832 0.097059250 60.969039917\n0.095359683 0.056799494 0.993821084 -102.759811401 -0.012665628 0.998359203 -0.055843558 6.543000698 -0.995362282 -0.007262144 0.095922589 61.050167084\n0.094540238 0.054937385 0.994004071 -101.878921509 -0.010711958 0.998474479 -0.054165643 6.497220039 -0.995463431 -0.005526893 0.094984531 61.125934601\n0.093768835 0.052003317 0.994234979 -100.997192383 -0.008521326 0.998640239 -0.051430069 6.453281879 -0.995557606 -0.003649659 0.094084442 61.211784363\n0.093594193 0.048193075 0.994443417 -100.096351624 -0.005541328 0.998837531 -0.047884494 6.411467552 -0.995595098 -0.001028826 0.093752444 61.296649933\n0.092659652 0.046193901 0.994625807 -99.200897217 -0.005538204 0.998931706 -0.045877948 6.374441624 -0.995682478 -0.001257405 0.092816472 61.389228821\n0.091973722 0.045292087 0.994730949 -98.310920715 -0.005464235 0.998972952 -0.044980008 6.328370094 -0.995746493 -0.001298460 0.092126727 61.475143433\n0.091493785 0.045903806 0.994747043 -97.398849487 -0.004687485 0.998945773 -0.045666419 6.284816265 -0.995794594 -0.000484668 0.091612518 61.566093445\n0.091349900 0.047238838 0.994697869 -96.505996704 -0.003809089 0.998883486 -0.047087803 6.250504971 -0.995811701 0.000512579 0.091427863 61.649703979\n0.091391385 0.046168409 0.994744241 -95.603408813 -0.003117749 0.998933077 -0.046076383 6.217561245 -0.995810211 0.001109625 0.091437817 61.734916687\n0.091461778 0.045626007 0.994762838 -94.653427124 -0.004691164 0.998958468 -0.045387127 6.164650917 -0.995797575 -0.000515407 0.091580510 61.838932037\n0.091599464 0.046801485 0.994695544 -93.754806519 -0.004939138 0.998903990 -0.046544664 6.123990059 -0.995783687 -0.000649473 0.091730237 61.923801422\n0.092073679 0.049693219 0.994511485 -92.852081299 -0.006595579 0.998762488 -0.049295004 6.081080914 -0.995730400 -0.002020604 0.092287540 62.017929077\n0.093037784 0.051101796 0.994350314 -91.926864624 -0.007925366 0.998688400 -0.050583191 6.039659500 -0.995631039 -0.003174442 0.093320727 62.110984802\n0.094085157 0.048981480 0.994358420 -91.023414612 -0.008758366 0.998791039 -0.048371118 5.999286652 -0.995525539 -0.004157955 0.094400406 62.201499939\n0.095241249 0.046154056 0.994383752 -90.111694336 -0.009646945 0.998920441 -0.045440655 5.954558849 -0.995407522 -0.005264939 0.095583677 62.290271759\n0.096293867 0.044367988 0.994363725 -89.174568176 -0.011726282 0.998987257 -0.043438721 5.920071602 -0.995284021 -0.007477298 0.096716642 62.393245697\n0.097007453 0.044655673 0.994281471 -88.266181946 -0.011681146 0.998975217 -0.043726809 5.883779526 -0.995215178 -0.007372517 0.097429633 62.488319397\n0.097410142 0.045948025 0.994183183 -87.350013733 -0.013948821 0.998898625 -0.044799253 5.838014603 -0.995146632 -0.009503778 0.097943723 62.586303711\n0.097648561 0.048207387 0.994052708 -86.424224854 -0.015200771 0.998781860 -0.046943516 5.799011230 -0.995104849 -0.010526400 0.098262429 62.686134338\n0.097710788 0.049104623 0.994002759 -85.514366150 -0.016071727 0.998729587 -0.047758281 5.760421753 -0.995085120 -0.011308837 0.098375857 62.776439667\n0.097450614 0.049049135 0.994031072 -84.608283997 -0.016841810 0.998723090 -0.047629561 5.720690250 -0.995097935 -0.012099748 0.098152220 62.869560242\n0.097142398 0.047209017 0.994150341 -83.682296753 -0.016879385 0.998808861 -0.045780890 5.679007530 -0.995127439 -0.012333372 0.097823560 62.959201813\n0.096237659 0.044740785 0.994352341 -82.733215332 -0.017237948 0.998914361 -0.043277692 5.636631966 -0.995209098 -0.012975652 0.096904397 63.075157166\n0.095385551 0.042435374 0.994535565 -81.811828613 -0.017456189 0.999008596 -0.040952019 5.597723007 -0.995287418 -0.013454564 0.096031725 63.165939331\n0.094466090 0.042219516 0.994632423 -80.886047363 -0.017784908 0.999012470 -0.040716298 5.562366486 -0.995369256 -0.013843137 0.095123649 63.262397766\n0.094084084 0.042955384 0.994637251 -79.972824097 -0.017242253 0.998989224 -0.041512366 5.526050568 -0.995415032 -0.013244127 0.094729602 63.355792999\n0.093384445 0.043288879 0.994688630 -79.053009033 -0.016687484 0.998982072 -0.041909061 5.488433838 -0.995490253 -0.012685196 0.094011724 63.444385529\n0.092494309 0.043093275 0.994780302 -78.125343323 -0.016632095 0.998990536 -0.041729216 5.454529762 -0.995574296 -0.012685567 0.093117654 63.535747528\n0.091937423 0.041876953 0.994883955 -77.175170898 -0.015240368 0.999057472 -0.040644262 5.421694756 -0.995648265 -0.011425658 0.092489004 63.632465363\n0.090935886 0.041159071 0.995005846 -76.251861572 -0.014900290 0.999089897 -0.039966241 5.388043404 -0.995745301 -0.011191509 0.091466427 63.715293884\n0.090309858 0.042376682 0.995011747 -75.325225830 -0.015508985 0.999033034 -0.041140307 5.349526882 -0.995792985 -0.011716246 0.090879738 63.804508209\n0.089459360 0.044428315 0.994999170 -74.412895203 -0.015779374 0.998942435 -0.043185681 5.310372353 -0.995865583 -0.011837093 0.090065837 63.888637543\n0.089010894 0.047117375 0.994915724 -73.482948303 -0.017215500 0.998804033 -0.045761324 5.271788597 -0.995882034 -0.013054705 0.089715600 63.975448608\n0.087882400 0.048382808 0.994955242 -72.571243286 -0.016764577 0.998750150 -0.047086567 5.230530739 -0.995989859 -0.012541920 0.088583648 64.057006836\n0.086746395 0.050306413 0.994959593 -71.648536682 -0.018256163 0.998636782 -0.048900660 5.185233593 -0.996063292 -0.013922180 0.087546587 64.156250000\n0.085425258 0.051594350 0.995007873 -70.736663818 -0.020410966 0.998539388 -0.050025113 5.143537998 -0.996135533 -0.016035661 0.086353600 64.247459412\n0.084384441 0.051340893 0.995109797 -69.825271606 -0.019854221 0.998560071 -0.049835287 5.095197678 -0.996235490 -0.015551805 0.085282266 64.334487915\n0.084647298 0.050723456 0.995119095 -68.886810303 -0.017467083 0.998625517 -0.049416397 5.054021835 -0.996257901 -0.013198866 0.085416913 64.405250549\n0.083820641 0.049446791 0.995253265 -67.973228455 -0.016809613 0.998696148 -0.048202131 5.010839462 -0.996339023 -0.012689490 0.084542513 64.489120483\n0.083456397 0.049076267 0.995302379 -67.051200867 -0.015323718 0.998731673 -0.047960468 4.965972900 -0.996393740 -0.011249116 0.084102571 64.571693420\n0.083421290 0.048034646 0.995356143 -66.146728516 -0.013436856 0.998800993 -0.047074746 4.923633099 -0.996423900 -0.009447413 0.083966672 64.644760132\n0.083411038 0.047307044 0.995391667 -65.237030029 -0.011289345 0.998853326 -0.046525545 4.882311821 -0.996451259 -0.007356577 0.083849490 64.722946167\n0.083053589 0.047772989 0.995399415 -64.337471008 -0.010042082 0.998839676 -0.047100216 4.834963799 -0.996494591 -0.006084035 0.083436966 64.794769287\n0.083189487 0.048417471 0.995356977 -63.440994263 -0.008809445 0.998815715 -0.047849450 4.798201561 -0.996494949 -0.004787966 0.083517492 64.868408203\n0.082999349 0.047666676 0.995408952 -62.529243469 -0.007755465 0.998856068 -0.047185075 4.758408070 -0.996519446 -0.003803527 0.083274126 64.951667786\n0.082595110 0.045872517 0.995527029 -61.623641968 -0.006712858 0.998943031 -0.045472987 4.718172550 -0.996560693 -0.002926979 0.082815707 65.032882690\n0.082593143 0.044393264 0.995594203 -60.738708496 -0.004077866 0.999014020 -0.044207465 4.678063393 -0.996575117 -0.000408661 0.082692742 65.102401733\n0.082601845 0.044633642 0.995582700 -59.837928772 -0.002700712 0.999002934 -0.044562906 4.635581493 -0.996578991 0.000992196 0.082639992 65.175010681\n0.082347512 0.045755811 0.995552778 -58.956604004 -0.002442490 0.998951793 -0.045709997 4.596461296 -0.996600747 0.001332482 0.082372963 65.250091553\n0.082426369 0.046956729 0.995490313 -58.061798096 -0.001255080 0.998893499 -0.047013335 4.558877945 -0.996596336 0.002625718 0.082394063 65.326126099\n0.082946002 0.047027461 0.995443821 -57.163696289 -0.000609823 0.998888135 -0.047139365 4.514604092 -0.996553838 0.003302978 0.082882464 65.395500183\n0.082233906 0.046551913 0.995525301 -56.281753540 -0.000578456 0.998910546 -0.046662431 4.475189686 -0.996612906 0.003261369 0.082171202 65.475830078\n0.082159996 0.046305031 0.995543003 -55.392066956 -0.000880951 0.998923063 -0.046389546 4.435865402 -0.996618867 0.002934347 0.082112312 65.547462463\n0.081753492 0.046574928 0.995563745 -54.506393433 -0.000989137 0.998910785 -0.046650287 4.393468380 -0.996652126 0.002829073 0.081710517 65.630714417\n0.081639230 0.046247751 0.995588481 -53.620941162 0.000756786 0.998919666 -0.046464555 4.351534843 -0.996661782 0.004546784 0.081516027 65.700752258\n0.081546426 0.045338977 0.995637894 -52.746231079 0.003475462 0.998945773 -0.045774270 4.314140320 -0.996663630 0.007193036 0.081302881 65.775787354\n0.082348287 0.043689910 0.995645523 -51.878417969 0.006496255 0.998993874 -0.044374134 4.268733025 -0.996582448 0.010122103 0.081981599 65.834556580\n0.082755685 0.042058423 0.995682120 -51.012596130 0.008152271 0.999047041 -0.042878140 4.231863976 -0.996536672 0.011665484 0.082333922 65.908500671\n0.083406091 0.043697100 0.995557249 -50.138893127 0.009665486 0.998955667 -0.044656031 4.196173668 -0.996468902 0.013347137 0.082896650 65.982215881\n0.083511233 0.047391679 0.995379269 -49.268226624 0.005344088 0.998832822 -0.048004474 4.156397343 -0.996492505 0.009328309 0.083160520 66.075927734\n0.083455682 0.047457360 0.995380819 -48.409103394 0.008281327 0.998797834 -0.048314605 4.123152733 -0.996477127 0.012275202 0.082962334 66.152832031\n0.085439026 0.039946519 0.995542288 -47.532493591 0.013540942 0.999057114 -0.041249659 4.088998318 -0.996251404 0.017004911 0.084817529 66.213760376\n0.084928930 0.034523465 0.995788813 -46.663948059 0.015051625 0.999241054 -0.035926882 4.051200867 -0.996273398 0.018039474 0.084344864 66.294677734\n0.085746706 0.034999751 0.995702147 -45.804168701 0.016800601 0.999189913 -0.036569167 4.014700413 -0.996175408 0.019864080 0.085089207 66.364959717\n0.086912572 0.041184500 0.995364249 -44.986671448 0.019127421 0.998891950 -0.043000616 3.982219696 -0.996032298 0.022776047 0.086028516 66.437774658\n0.088453770 0.043989003 0.995108604 -44.137992859 0.019133588 0.998764992 -0.045851402 3.955434322 -0.995896637 0.023095731 0.087502837 66.516487122\n0.089821100 0.040297762 0.995142400 -43.279560089 0.021205517 0.998877227 -0.042363003 3.921497822 -0.995732188 0.024907600 0.088865697 66.594406128\n0.091230989 0.041577719 0.994961441 -42.460758209 0.022913365 0.998775840 -0.043838114 3.874262571 -0.995566130 0.026797308 0.090166628 66.665573120\n0.092114747 0.047947045 0.994593382 -41.629776001 0.021945769 0.998499632 -0.050167881 3.838908434 -0.995506585 0.026448321 0.090924323 66.741668701\n0.092549920 0.053677507 0.994260192 -40.803104401 0.022019930 0.998191297 -0.055939447 3.801144838 -0.995464563 0.027070733 0.091200531 66.824790955\n0.093720376 0.051810719 0.994249582 -39.963596344 0.024350196 0.998227000 -0.054313298 3.764560938 -0.995300770 0.029300438 0.092292607 66.911819458\n0.095339537 0.044614997 0.994444609 -39.135574341 0.029433252 0.998431981 -0.047615726 3.724308252 -0.995009720 0.033809405 0.093876898 66.965873718\n0.095548749 0.038800780 0.994668424 -38.297557831 0.032643896 0.998580456 -0.042089198 3.687145710 -0.994889498 0.036491420 0.094146490 67.045631409\n0.095436037 0.036269162 0.994774759 -37.467483521 0.034934003 0.998598397 -0.039760057 3.649742126 -0.994822502 0.038546007 0.094035268 67.117271423\n0.095168829 0.036511786 0.994791329 -36.642372131 0.035265401 0.998576164 -0.040024441 3.614557505 -0.994836271 0.038890794 0.093745708 67.198760986\n0.094045281 0.039281316 0.994792700 -35.825363159 0.035157353 0.998467028 -0.042750094 3.577156067 -0.994947016 0.038994722 0.092520058 67.278678894\n0.092782855 0.042885553 0.994762421 -35.002376556 0.036312390 0.998261631 -0.046423320 3.546320915 -0.995024025 0.040429488 0.091064274 67.354095459\n0.091473579 0.046517320 0.994720459 -34.191822052 0.036259040 0.998090327 -0.050009262 3.512997627 -0.995147169 0.040642135 0.089612246 67.429512024\n0.090367138 0.048037961 0.994749367 -33.381095886 0.035416707 0.998049200 -0.051414724 3.472759008 -0.995278656 0.039876949 0.088489532 67.503410339\n0.089549661 0.048019588 0.994824111 -32.566162109 0.034200959 0.998099744 -0.051256321 3.437546968 -0.995395005 0.038613923 0.087737143 67.575645447\n0.088764668 0.045763589 0.995000899 -31.768951416 0.034804456 0.998191416 -0.049015272 3.395108223 -0.995444477 0.038981289 0.087011337 67.652153015\n0.088650763 0.043014407 0.995133579 -30.951965332 0.033105634 0.998387933 -0.046104267 3.353012323 -0.995512486 0.037031706 0.087083817 67.726066589\n0.088369608 0.040251695 0.995274186 -30.162239075 0.034103259 0.998475134 -0.043409154 3.316055536 -0.995503843 0.037778147 0.086862147 67.795478821\n0.088523209 0.039193302 0.995302737 -29.368690491 0.034854725 0.998491764 -0.042418897 3.280616760 -0.995464087 0.038446061 0.087023616 67.871856689\n0.088728368 0.038786892 0.995300472 -28.606735229 0.036219638 0.998455048 -0.042138714 3.249717474 -0.995397210 0.039788321 0.087186396 67.937713623\n0.088962078 0.038509130 0.995290279 -27.849956512 0.037071660 0.998431981 -0.041944262 3.214074135 -0.995344877 0.040628511 0.087395012 68.002876282\n0.089507699 0.037088759 0.995295227 -27.121562958 0.039087832 0.998405755 -0.040719859 3.183664083 -0.995218754 0.042548671 0.087915242 68.064018250\n0.089550257 0.035655994 0.995343804 -26.416378021 0.039773572 0.998433769 -0.039345078 3.154576302 -0.995187819 0.043111742 0.087991834 68.128601074\n0.089497566 0.033284910 0.995430768 -25.735740662 0.040355243 0.998499513 -0.037015803 3.123711109 -0.995169222 0.043483675 0.088020086 68.183929443\n0.089020193 0.032379974 0.995503426 -25.085399628 0.040778998 0.998514950 -0.036124483 3.098191500 -0.995194733 0.043811440 0.087567568 68.241790771\n0.088081598 0.033061765 0.995564520 -24.469245911 0.040693253 0.998495281 -0.036759395 3.070598125 -0.995281816 0.043750584 0.086603701 68.296707153\n0.086662412 0.034445304 0.995642066 -23.869636536 0.040417146 0.998457730 -0.038060691 3.048142672 -0.995417535 0.043539446 0.085136592 68.353027344\n0.085281909 0.036380574 0.995692492 -23.313606262 0.038746484 0.998456120 -0.039800230 3.023407459 -0.995603204 0.041973826 0.083740652 68.401870728\n0.084026217 0.037632480 0.995752811 -22.787109375 0.036603048 0.998495638 -0.040824886 2.995456457 -0.995791197 0.039877947 0.082522333 68.445388794\n0.082867742 0.038008194 0.995835483 -22.268753052 0.038275588 0.998413742 -0.041291676 2.971879959 -0.995825291 0.041537937 0.081281483 68.484718323\n0.081955075 0.039342757 0.995859206 -21.794342041 0.038624611 0.998344481 -0.042619586 2.948548079 -0.995887339 0.041957565 0.080299795 68.520179749\n0.081386209 0.042706624 0.995767415 -21.320022583 0.039176114 0.998172402 -0.046011731 2.931542873 -0.995912552 0.042755019 0.079564333 68.549736023\n0.081119120 0.045711040 0.995655835 -20.858848572 0.038068905 0.998076737 -0.048923794 2.911933422 -0.995977283 0.041872181 0.079222918 68.586387634\n0.080529213 0.046185378 0.995681703 -20.396469116 0.036050584 0.998137355 -0.049215008 2.886102915 -0.996100128 0.039858155 0.078714192 68.631759644\n0.081221521 0.045531239 0.995655596 -19.938598633 0.034353700 0.998234570 -0.048451610 2.866533518 -0.996103883 0.038139768 0.079513967 68.666290283\n0.081288278 0.043983143 0.995719671 -19.475341797 0.032813478 0.998366177 -0.046778861 2.846876383 -0.996150315 0.036475603 0.079712272 68.712783813\n0.081770182 0.042406339 0.995748758 -19.026168823 0.031292547 0.998492539 -0.045092922 2.831004620 -0.996159971 0.034846772 0.080319941 68.745315552\n0.081690431 0.042299580 0.995759726 -18.559257507 0.028698053 0.998584867 -0.044773929 2.812227011 -0.996244490 0.032233965 0.080360889 68.799301147\n0.082033634 0.043228056 0.995691597 -18.112770081 0.025519323 0.998640239 -0.045458570 2.791024446 -0.996302783 0.029138507 0.080818951 68.838493347\n0.081351757 0.043223321 0.995747745 -17.670257568 0.023935797 0.998686314 -0.045306411 2.769725084 -0.996397972 0.027519770 0.080210328 68.877670288\n0.080105901 0.042860977 0.995864451 -17.226585388 0.021830902 0.998760045 -0.044741645 2.761823177 -0.996547282 0.025324685 0.079070866 68.914070129\n0.077505350 0.043077130 0.996060848 -16.792068481 0.020070087 0.998796284 -0.044757120 2.744905233 -0.996789873 0.023459949 0.076547503 68.947753906\n0.073404908 0.044621382 0.996303499 -16.359191895 0.016926866 0.998798907 -0.045980271 2.727217197 -0.997158587 0.020239472 0.072561443 68.979942322\n0.067352891 0.045781337 0.996678472 -15.912315369 0.015214795 0.998783410 -0.046906210 2.714576960 -0.997613370 0.018323531 0.066574395 69.016662598\n0.061233461 0.045149323 0.997101784 -15.486267090 0.013182028 0.998852730 -0.046038132 2.695682287 -0.998036444 0.015962899 0.060568035 69.038200378\n0.055405498 0.044035181 0.997492492 -15.070266724 0.011327107 0.998934984 -0.044728026 2.669293880 -0.998399734 0.013776883 0.054847717 69.055702209\n0.049842179 0.045368977 0.997726142 -14.651786804 0.009550739 0.998900414 -0.045899488 2.652335644 -0.998711467 0.011816753 0.049354017 69.070167542\n0.042302787 0.046140704 0.998038888 -14.254577637 0.009393087 0.998870552 -0.046577290 2.636316299 -0.999060750 0.011345016 0.041821599 69.089546204\n0.034481227 0.046568111 0.998319924 -13.876663208 0.008545415 0.998863578 -0.046888627 2.621780157 -0.999368906 0.010147838 0.034044087 69.102821350\n0.027153730 0.046252623 0.998560667 -13.511222839 0.008311971 0.998884022 -0.046493631 2.603018761 -0.999596715 0.009562480 0.026738942 69.109008789\n0.021136701 0.046949357 0.998673677 -13.161071777 0.008656639 0.998850763 -0.047140900 2.591045856 -0.999739230 0.009641563 0.020705998 69.102226257\n0.013070583 0.048961941 0.998715281 -12.808219910 0.008553197 0.998758435 -0.049076002 2.573300362 -0.999878168 0.009183666 0.012635589 69.122016907\n0.004386246 0.050728805 0.998702884 -12.454597473 0.007009444 0.998686373 -0.050758753 2.558744907 -0.999965847 0.007222994 0.004024923 69.131050110\n-0.004774690 0.049886670 0.998743653 -12.116096497 0.005242202 0.998742402 -0.049861554 2.535898447 -0.999975026 0.004997548 -0.005030274 69.126998901\n-0.016015530 0.049120598 0.998664618 -11.763877869 0.003689104 0.998788655 -0.049067546 2.530597210 -0.999865115 0.002898341 -0.016177297 69.099891663\n-0.029953361 0.047949616 0.998400688 -11.438644409 0.003541183 0.998847544 -0.047864843 2.513909817 -0.999545157 0.002101813 -0.030088663 69.086959839\n-0.044622660 0.046576425 0.997917652 -11.109771729 0.005757235 0.998907983 -0.046365213 2.495943546 -0.998987436 0.003676309 -0.044842124 69.057846069\n-0.059971333 0.046254277 0.997127950 -10.780815125 0.007842298 0.998916864 -0.045865595 2.482228279 -0.998169363 0.005069156 -0.060269117 69.027099609\n-0.075032592 0.046412244 0.996100426 -10.464065552 0.009889418 0.998901784 -0.045797840 2.468290806 -0.997132063 0.006414525 -0.075409174 68.991806030\n-0.089480042 0.045806430 0.994934797 -10.133758545 0.011510507 0.998922706 -0.044954833 2.455227852 -0.995922208 0.007429647 -0.089910984 68.950958252\n-0.104827404 0.044315841 0.993502676 -9.801521301 0.011977003 0.998990476 -0.043296903 2.431451321 -0.994418383 0.007360484 -0.105252385 68.917755127\n-0.118904591 0.043504421 0.991952240 -9.485237122 0.012367673 0.999027014 -0.042332202 2.420432091 -0.992828786 0.007234652 -0.119326949 68.865440369\n-0.133210540 0.041960444 0.990199149 -9.174743652 0.012467958 0.999095261 -0.040660124 2.405025482 -0.991009355 0.006929407 -0.133613229 68.822631836\n-0.146481991 0.041075449 0.988360345 -8.875213623 0.014622092 0.999118268 -0.039355453 2.394068718 -0.989105463 0.008687040 -0.146953464 68.772155762\n-0.158230186 0.041347358 0.986536145 -8.593620300 0.017322188 0.999085367 -0.039095014 2.384668827 -0.987250268 0.010902951 -0.158801675 68.708175659\n-0.169788122 0.041982744 0.984586120 -8.318222046 0.020174086 0.999030828 -0.039119735 2.374469519 -0.985274255 0.013221066 -0.170470476 68.663085938\n-0.177735448 0.041888963 0.983186424 -8.076805115 0.022911822 0.998998940 -0.038420778 2.358699083 -0.983811617 0.015697856 -0.178517342 68.584671021\n-0.184809804 0.042019732 0.981875658 -7.837135315 0.025022147 0.998962820 -0.038041290 2.343269825 -0.982455730 0.017538233 -0.185669541 68.520652771\n-0.190935731 0.042100385 0.980699241 -7.616218567 0.025454037 0.998956203 -0.037928402 2.333894730 -0.981272399 0.017720869 -0.191808105 68.480293274\n-0.194082856 0.042306773 0.980072498 -7.409721375 0.026028678 0.998939931 -0.037966795 2.326455116 -0.980639815 0.018141286 -0.194978356 68.429306030\n-0.195668459 0.042688936 0.979740620 -7.217926025 0.026530193 0.998916864 -0.038226016 2.321530104 -0.980311275 0.018513083 -0.196588993 68.385482788\n-0.195448756 0.043549161 0.979746580 -7.034294128 0.027718967 0.998859763 -0.038869102 2.315995216 -0.980322182 0.019560648 -0.196433067 68.340141296\n-0.194558024 0.045234811 0.979847491 -6.866355896 0.027328815 0.998798311 -0.040683284 2.306945801 -0.980510294 0.018862814 -0.195560455 68.313529968\n-0.191655278 0.047844067 0.980295599 -6.697471619 0.026073761 0.998706818 -0.043645028 2.297873735 -0.981115997 0.017195197 -0.192654967 68.289627075\n-0.186252117 0.049860973 0.981236100 -6.533981323 0.026639875 0.998600543 -0.045686729 2.288528681 -0.982140899 0.017630761 -0.187319756 68.260528564\n-0.178735852 0.050072502 0.982622147 -6.373558044 0.026998829 0.998577714 -0.045974568 2.277179241 -0.983526647 0.018312348 -0.179833531 68.227470398\n-0.170813084 0.050669670 0.983999789 -6.203689575 0.027378684 0.998535275 -0.046665478 2.277199268 -0.984923005 0.018969543 -0.171950221 68.212013245\n-0.160769463 0.051327359 0.985656440 -6.039062500 0.027852787 0.998485088 -0.047452357 2.277370453 -0.986598849 0.019824384 -0.161955595 68.194168091\n-0.148059368 0.050679229 0.987679303 -5.885581970 0.028086931 0.998498797 -0.047023997 2.268496752 -0.988579750 0.020778541 -0.149260521 68.173538208\n-0.133461595 0.049893212 0.989797294 -5.725204468 0.028469410 0.998512805 -0.046493802 2.256866693 -0.990645051 0.021973809 -0.134683490 68.160331726\n-0.117467284 0.049993254 0.991817653 -5.558242798 0.028108425 0.998499274 -0.047000989 2.251506805 -0.992678940 0.022357352 -0.118696213 68.155410767\n-0.100701213 0.050190117 0.993649960 -5.395462036 0.026824346 0.998500645 -0.047716621 2.238759041 -0.994555056 0.021848887 -0.101896524 68.163551331\n-0.080589056 0.052128490 0.995383501 -5.233131409 0.025474979 0.998413026 -0.050224632 2.231584311 -0.996421933 0.021309823 -0.081789136 68.169662476\n-0.056981206 0.055577263 0.996827126 -5.063156128 0.024275118 0.998231292 -0.054267921 2.226308346 -0.998080134 0.021105845 -0.058229685 68.171630859\n-0.031905055 0.058156442 0.997797608 -4.874359131 0.023578111 0.998071730 -0.057418499 2.216574430 -0.999212861 0.021694239 -0.033214808 68.190658569\n-0.001829982 0.058672804 0.998275697 -4.676589966 0.023512198 0.998003840 -0.058613732 2.206439495 -0.999721944 0.023364393 -0.003205776 68.210952759\n0.031049490 0.058249928 0.997819126 -4.462089539 0.022676045 0.998002410 -0.058966249 2.200169325 -0.999260664 0.024457468 0.029666603 68.249778748\n0.067771673 0.056996766 0.996071577 -4.230335236 0.021288168 0.998056948 -0.058558803 2.190681458 -0.997473836 0.025173167 0.066426635 68.296585083\n0.108418822 0.053799905 0.992648542 -3.984371185 0.018265687 0.998258114 -0.056098949 2.180416584 -0.993937552 0.024213588 0.107247233 68.349021912\n0.149185002 0.049588442 0.987565160 -3.733604431 0.015876120 0.998492837 -0.052535459 2.175740719 -0.988681853 0.023516206 0.148172915 68.432624817\n0.193462431 0.046380416 0.980010986 -3.472526550 0.014240018 0.998643994 -0.050073367 2.162319899 -0.981004536 0.023642693 0.192539632 68.515098572\n0.237981021 0.045056421 0.970224202 -3.210674286 0.013805623 0.998665631 -0.049763527 2.150755644 -0.971171737 0.025237329 0.237041414 68.617813110\n0.283905506 0.041480172 0.957954645 -2.940048218 0.014695301 0.998758256 -0.047602195 2.141002178 -0.958739698 0.027591957 0.282943428 68.724067688\n0.329484463 0.036613233 0.943450928 -2.671112061 0.014512736 0.998933375 -0.043834724 2.125873327 -0.944049537 0.028134918 0.328601658 68.851928711\n0.374104798 0.032322552 0.926822960 -2.408313751 0.012846218 0.999115944 -0.040029015 2.115722179 -0.927297413 0.026881218 0.373358846 69.002189636\n0.418648958 0.029024964 0.907684207 -2.161540985 0.005719001 0.999385059 -0.034595035 2.095098019 -0.908130169 0.019674223 0.418225467 69.162712097\n0.463066280 0.025890438 0.885945499 -1.906864166 0.003605346 0.999509990 -0.031093637 2.084872484 -0.886316359 0.017592555 0.462746024 69.338096619\n0.507504821 0.022080399 0.861365974 -1.658422470 0.006252719 0.999550939 -0.029306669 2.077192307 -0.861626267 0.020259155 0.507138789 69.522926331\n0.552109599 0.020478226 0.833519995 -1.408931732 0.007576870 0.999533832 -0.029575706 2.068858862 -0.833737075 0.022644505 0.551697135 69.725585938\n0.594295502 0.018533826 0.804033160 -1.189714432 0.009262497 0.999510407 -0.029886095 2.053823948 -0.804193437 0.025208527 0.593832850 69.947982788\n0.635823846 0.019359639 0.771591365 -0.974439621 0.006666929 0.999510348 -0.030572075 2.041693687 -0.771805406 0.024582596 0.635383368 70.193527222\n0.676622629 0.019205013 0.736079454 -0.758489609 0.003425108 0.999566913 -0.029228099 2.028250694 -0.736321986 0.022297546 0.676263809 70.431396484\n0.714701891 0.016017348 0.699245811 -0.532782555 0.005434277 0.999580383 -0.028451389 2.016835690 -0.699408114 0.024134155 0.714314938 70.709579468\n0.750578821 0.013964139 0.660633326 -0.352864265 0.007330708 0.999539196 -0.029456548 2.012846470 -0.660740256 0.026952373 0.750130594 70.958992004\n0.783666730 0.010898126 0.621085942 -0.148598671 0.011042561 0.999443710 -0.031470288 2.008392334 -0.621083379 0.031520598 0.783110440 71.257240295\n0.813301802 0.010797043 0.581741929 0.037761688 0.010512142 0.999391973 -0.033245027 2.009940386 -0.581747115 0.033153594 0.812693775 71.579391479\n0.839004457 0.015210092 0.543911994 0.194956779 0.003147483 0.999456823 -0.032804176 2.008656740 -0.544115484 0.029234804 0.838500857 71.924255371\n0.862940133 0.019268660 0.504938662 0.359745502 -0.005318238 0.999563694 -0.029054880 1.994531512 -0.505278230 0.022387236 0.862666070 72.289909363\n0.884353697 0.018078839 0.466467291 0.524850130 -0.006964982 0.999649584 -0.025538761 1.975718021 -0.466765523 0.019336361 0.884169698 72.670730591\n0.903335273 0.017240727 0.428588569 0.677530289 -0.007420858 0.999670506 -0.024572575 1.985490084 -0.428870976 0.019016780 0.903165579 73.062950134\n0.920567751 0.012564899 0.390380710 0.820707202 -0.004433287 0.999754190 -0.021724101 1.968871832 -0.390557706 0.018267838 0.920397162 73.470565796\n0.936408103 0.008534391 0.350809127 0.950063527 -0.002313858 0.999832630 -0.018147329 1.960752964 -0.350905269 0.016181583 0.936271131 73.882568359\n0.950409174 0.006660127 0.310930967 1.067654014 -0.002273772 0.999892771 -0.014467516 1.948356509 -0.310993999 0.013043074 0.950322390 74.313041687\n0.961812913 0.008860082 0.273564368 1.157138824 -0.005505198 0.999899983 -0.013028839 1.945316434 -0.273652434 0.011025279 0.961765468 74.741996765\n0.970853925 0.012856032 0.239326879 1.247030139 -0.010007233 0.999863923 -0.013114786 1.949673176 -0.239462912 0.010337542 0.970850468 75.204246521\n0.977326691 0.015602374 0.211161256 1.314746141 -0.013183339 0.999830425 -0.012858880 1.948981643 -0.211326078 0.009783517 0.977366626 75.651100159\n0.982233942 0.018520581 0.186744526 1.388594985 -0.016666416 0.999795020 -0.011494130 1.944539666 -0.186919123 0.008177562 0.982341290 76.128242493\n0.985447347 0.021305779 0.168640584 1.453132987 -0.019875251 0.999750793 -0.010166339 1.944243670 -0.168815166 0.006666618 0.985625207 76.617858887\n0.987780631 0.023572885 0.154057533 1.514250636 -0.022401001 0.999705434 -0.009338493 1.942280293 -0.154232278 0.005773339 0.988017738 77.114189148\n0.989357889 0.025354946 0.143276349 1.574276090 -0.024353759 0.999665201 -0.008737474 1.944419384 -0.143449917 0.005155171 0.989644170 77.627922058\n0.990446568 0.026017938 0.135420278 1.633002043 -0.025202697 0.999652445 -0.007731269 1.938661456 -0.135574371 0.004244452 0.990758061 78.145515442\n0.991186917 0.027435035 0.129598647 1.699417830 -0.026720133 0.999616623 -0.007252165 1.940993786 -0.129747927 0.003725358 0.991540015 78.663002014\n0.991564691 0.028741919 0.126385897 1.759252191 -0.028103139 0.999581635 -0.006834746 1.941060662 -0.126529470 0.003225252 0.991957605 79.191230774\n0.991705894 0.029961545 0.124986872 1.810278177 -0.029277679 0.999544621 -0.007305207 1.937327743 -0.125148833 0.003585291 0.992131472 79.713851929\n0.992006898 0.029880026 0.122595072 1.884797573 -0.029169906 0.999545693 -0.007583544 1.934590459 -0.122765973 0.003946842 0.992427826 80.248123169\n0.992267609 0.026712818 0.121208042 1.945247412 -0.026014188 0.999634624 -0.007342919 1.929908037 -0.121359900 0.004133012 0.992599964 80.788726807\n0.992603481 0.023764474 0.119052678 2.014994144 -0.022948969 0.999702871 -0.008216416 1.929134965 -0.119212568 0.005423507 0.992853940 81.322105408\n0.992845654 0.022830550 0.117201649 2.077370644 -0.021974545 0.999721646 -0.008590853 1.926213741 -0.117365159 0.005953939 0.993070960 81.858734131\n0.993117809 0.018226588 0.115692489 2.139641285 -0.017517958 0.999821067 -0.007139017 1.924735785 -0.115801908 0.005063190 0.993259430 82.381652832\n0.993392289 0.014936321 0.113792159 2.204978704 -0.014346035 0.999879062 -0.006004582 1.919746637 -0.113868088 0.004332439 0.993486404 82.957107544\n0.993580401 0.017786672 0.111721411 2.262638569 -0.016950715 0.999820828 -0.008427993 1.920163751 -0.111851297 0.006480131 0.993703842 83.493850708\n0.993548453 0.021214185 0.111406423 2.312099218 -0.020102508 0.999736369 -0.011092504 1.915359020 -0.111612380 0.008781391 0.993713021 84.027908325\n0.993521035 0.022206768 0.111457914 2.367951393 -0.021059955 0.999712586 -0.011456146 1.903133392 -0.111680284 0.009034622 0.993703127 84.579261780\n0.993683517 0.018368078 0.110705502 2.434083223 -0.017138209 0.999780476 -0.012050816 1.900896311 -0.110902548 0.010077403 0.993780196 85.098335266\n0.993822634 0.013317437 0.110177942 2.502608776 -0.012001250 0.999848604 -0.012600583 1.897596121 -0.110329069 0.011200472 0.993831992 85.646759033\n0.993580103 0.015045527 0.112126067 2.561729431 -0.013885707 0.999841750 -0.011117713 1.895825028 -0.112275600 0.009489388 0.993631780 86.177352905\n0.993444741 0.019469948 0.112643182 2.603008986 -0.018561656 0.999786258 -0.009106697 1.889316916 -0.112796418 0.006956156 0.993593752 86.714004517\n0.993370295 0.020953905 0.113032632 2.654177666 -0.020243246 0.999767482 -0.007431409 1.885960698 -0.113162063 0.005093994 0.993563473 87.240791321\n0.993370295 0.019744739 0.113250442 2.714704990 -0.019054405 0.999792695 -0.007174960 1.884215117 -0.113368630 0.004969473 0.993540585 87.767631531\n0.993359327 0.018889569 0.113492042 2.778757811 -0.018294947 0.999812901 -0.006278661 1.878417134 -0.113589413 0.004160636 0.993519068 88.287895203\n0.993315816 0.018462494 0.113942176 2.831787109 -0.017869316 0.999820948 -0.006225219 1.872671127 -0.114036702 0.004147540 0.993467867 88.799690247\n0.993182898 0.019475793 0.114928126 2.880881786 -0.018837202 0.999800503 -0.006640000 1.870876431 -0.115034521 0.004429810 0.993351638 89.301704407\n0.993062198 0.019851796 0.115902685 2.945489883 -0.019182948 0.999792278 -0.006883470 1.869744301 -0.116015263 0.004612359 0.993236721 89.804931641\n0.992890358 0.018740190 0.117547952 3.004726410 -0.018068502 0.999813795 -0.006777300 1.863595486 -0.117653072 0.004605201 0.993044078 90.306060791\n0.992707312 0.016967837 0.119349577 3.063085318 -0.016198009 0.999841273 -0.007417375 1.861902952 -0.119456492 0.005430057 0.992824614 90.803833008\n0.992493749 0.015976014 0.121247575 3.123788118 -0.015154052 0.999855518 -0.007698336 1.862160802 -0.121353053 0.005803158 0.992592454 91.307128906\n0.992233336 0.015953882 0.123363204 3.187952518 -0.015175759 0.999858618 -0.007244715 1.854483247 -0.123461343 0.005316317 0.992335141 91.795776367\n0.992021501 0.015894733 0.125062928 3.256120205 -0.015197330 0.999863207 -0.006528569 1.851035833 -0.125149593 0.004575859 0.992127359 92.286918640\n0.991768420 0.014762392 0.127190500 3.317357302 -0.014030966 0.999879479 -0.006644707 1.847848058 -0.127273262 0.004805405 0.991856039 92.769477844\n0.991567612 0.012428262 0.128993005 3.381322622 -0.011658613 0.999909461 -0.006720007 1.840798020 -0.129064843 0.005159461 0.991622746 93.254463196\n0.991339386 0.010224743 0.130926132 3.444132566 -0.009396163 0.999931753 -0.006944822 1.839173436 -0.130988210 0.005654473 0.991367817 93.725959778\n0.991162181 0.009569563 0.132310018 3.512945175 -0.008548397 0.999929130 -0.008283855 1.835906625 -0.132379919 0.007079606 0.991173744 94.213012695\n0.990999818 0.009433646 0.133530304 3.578145981 -0.007997491 0.999904335 -0.011287550 1.832679510 -0.133624002 0.010118052 0.990980446 94.710998535\n0.990851700 0.008961918 0.134657353 3.646130562 -0.007161434 0.999878466 -0.013849297 1.834535956 -0.134765103 0.012758259 0.990795434 95.196739197\n0.990878463 0.007996389 0.134521157 3.714661598 -0.006112295 0.999877453 -0.014413103 1.828179836 -0.134619921 0.013459401 0.990805924 95.720191956\n0.990924656 0.006412625 0.134265468 3.782265186 -0.004528031 0.999886990 -0.014336988 1.827480793 -0.134342223 0.013598917 0.990841687 96.224243164\n0.990983129 0.004520394 0.133910522 3.856774807 -0.002755527 0.999906957 -0.013361851 1.823678493 -0.133958459 0.012872374 0.990903318 96.760444641\n0.991124570 0.002734703 0.132908106 3.930504560 -0.001009114 0.999914348 -0.013048957 1.821353674 -0.132932410 0.012799024 0.991042435 97.295578003\n0.991310775 0.001283841 0.131534517 3.993992329 0.000427395 0.999915659 -0.012980727 1.817448258 -0.131540075 0.012924151 0.991226614 97.822410583\n0.991729200 0.000740886 0.128345743 4.068099499 0.000929957 0.999915600 -0.012957887 1.816440105 -0.128344521 0.012970071 0.991644800 98.385711670\n0.992122293 0.000766159 0.125270680 4.129508018 0.000690406 0.999932647 -0.011583511 1.814712167 -0.125271112 0.011578747 0.992054999 98.950271606\n0.992624819 0.000548481 0.121225752 4.194934845 0.000703295 0.999946892 -0.010282963 1.808274865 -0.121224955 0.010292381 0.992571712 99.506935120\n0.993190110 -0.000048222 0.116505012 4.262868881 0.001163107 0.999954164 -0.009501447 1.807260036 -0.116499215 0.009572251 0.993144631 100.082435608\n0.993771136 0.000095103 0.111440100 4.326096535 0.000821071 0.999966264 -0.008175303 1.799079180 -0.111437120 0.008215881 0.993737519 100.643493652\n0.994307339 -0.000023442 0.106550053 4.382097721 0.000876663 0.999967933 -0.007960870 1.793287516 -0.106546454 0.008008960 0.994275451 101.209266663\n0.994827867 0.001318315 0.101566508 4.431185246 -0.000312715 0.999950767 -0.009916179 1.787428856 -0.101574585 0.009833130 0.994779348 101.799201965\n0.995368063 0.002178248 0.096112937 4.482912064 -0.001042542 0.999929070 -0.011865001 1.783099174 -0.096131958 0.011709842 0.995299697 102.349075317\n0.995791674 0.004869553 0.091516607 4.519603729 -0.003668784 0.999905050 -0.013284428 1.779932141 -0.091572605 0.012892768 0.995714962 102.919494629\n0.996202409 0.007242185 0.086765885 4.556743622 -0.006009103 0.999877334 -0.014464372 1.772553205 -0.086859994 0.013888057 0.996123731 103.494552612\n0.996600628 0.008849091 0.081907935 4.596016884 -0.007683001 0.999864757 -0.014540841 1.771464109 -0.082025535 0.013862113 0.996533811 104.052032471\n0.996891081 0.008680898 0.078312106 4.636568069 -0.007666587 0.999882936 -0.013243530 1.760796547 -0.078417905 0.012601970 0.996840894 104.629768372\n0.997160316 0.007635208 0.074920148 4.684476376 -0.006786578 0.999909997 -0.011575187 1.757311940 -0.075001784 0.011033866 0.997122347 105.183181763\n0.997273803 0.008161688 0.073337309 4.712055206 -0.007485601 0.999926984 -0.009489011 1.754555225 -0.073409401 0.008914168 0.997262061 105.753837585\n0.997350812 0.010528290 0.071975671 4.747798920 -0.009980557 0.999918461 -0.007965391 1.749169707 -0.072053663 0.007225932 0.997374594 106.307815552\n0.997340500 0.012795486 0.071751319 4.780507565 -0.012286328 0.999896169 -0.007533023 1.735595345 -0.071840249 0.006631428 0.997394085 106.864196777\n0.997264564 0.013833698 0.072608463 4.811854362 -0.013364396 0.999886572 -0.006945338 1.737048626 -0.072696313 0.005955971 0.997336328 107.437805176\n0.997078001 0.015117506 0.074879542 4.845713615 -0.014634573 0.999868453 -0.006993997 1.736591816 -0.074975424 0.005877730 0.997168064 107.984771729\n0.996851146 0.015507570 0.077764213 4.886483192 -0.015045638 0.999865532 -0.006522582 1.730183125 -0.077854909 0.005332031 0.996950448 108.532371521\n0.996626318 0.015632344 0.080570199 4.928320885 -0.015217843 0.999867618 -0.005756122 1.728598118 -0.080649517 0.004510598 0.996732295 109.074531555\n0.996343553 0.017370025 0.083652675 4.972330093 -0.017066369 0.999844909 -0.004343713 1.723545790 -0.083715156 0.002900183 0.996485531 109.621986389\n0.995989561 0.018808873 0.087470397 5.016484737 -0.018586192 0.999821603 -0.003359608 1.723008633 -0.087517984 0.001720393 0.996161461 110.151397705\n0.995543540 0.020210093 0.092111722 5.060736656 -0.020059779 0.999795496 -0.002557512 1.719755292 -0.092144579 0.000698374 0.995745420 110.669548035\n0.995049179 0.021673767 0.096991353 5.120660305 -0.021571411 0.999765098 -0.002103905 1.708346128 -0.097014166 0.000001249 0.995283008 111.213684082\n0.994470477 0.022312824 0.102618977 5.165609837 -0.022152154 0.999750972 -0.002705203 1.715546250 -0.102653779 0.000417014 0.994717062 111.718307495\n0.993802786 0.021528564 0.109052688 5.224786758 -0.021374580 0.999768198 -0.002580939 1.715868831 -0.109082974 0.000233989 0.994032621 112.209609985\n0.993092716 0.019440528 0.115710661 5.285004139 -0.019346913 0.999810994 -0.001932193 1.710747957 -0.115726352 -0.000319798 0.993281066 112.733528137\n0.992279291 0.017090106 0.122840233 5.350158215 -0.017046694 0.999853730 -0.001404462 1.717383385 -0.122846261 -0.000700401 0.992425442 113.229171753\n0.991403937 0.017792085 0.129621223 5.414712429 -0.017266460 0.999837518 -0.005177838 1.714626074 -0.129692286 0.002895230 0.991550088 113.698211670\n0.990393758 0.016585588 0.137277424 5.478590965 -0.015134388 0.999818087 -0.011608383 1.707379580 -0.137444988 0.009419261 0.990464628 114.139091492\n0.989374757 0.017357005 0.144347727 5.550327301 -0.015128000 0.999749005 -0.016525283 1.697450876 -0.144598335 0.014166007 0.989389002 114.588294983\n0.988404989 0.017825209 0.150790662 5.628591061 -0.014254053 0.999592543 -0.024730764 1.690423965 -0.151170045 0.022294633 0.988256335 115.032394409\n0.987447798 0.019097239 0.156786844 5.696538925 -0.013711990 0.999280632 -0.035357732 1.680917859 -0.157349303 0.032764055 0.986999333 115.463722229\n0.986540079 0.020444993 0.162236318 5.772644043 -0.013178172 0.998866379 -0.045742042 1.672017574 -0.162987590 0.042988379 0.985691130 115.902412415\n0.985656142 0.020849733 0.167473063 5.852134705 -0.012642002 0.998672843 -0.049926814 1.659377813 -0.168291762 0.047093473 0.984611630 116.345375061\n0.984910905 0.016885692 0.172236487 5.933421612 -0.008579786 0.998769045 -0.048854828 1.639761925 -0.172849417 0.046639901 0.983843386 116.777351379\n0.984186649 0.014803812 0.176514685 6.019493580 -0.006377011 0.998816788 -0.048212007 1.638429403 -0.177019551 0.046323977 0.983116567 117.219596863\n0.983345747 0.013820284 0.181218490 6.105822086 -0.006222850 0.999080241 -0.042425912 1.625624299 -0.181638151 0.040591642 0.982527316 117.650093079\n0.982524991 0.015200140 0.185508922 6.179022312 -0.009110887 0.999392748 -0.033633079 1.605962396 -0.185907498 0.031355191 0.982066810 118.084075928\n0.981694400 0.014627730 0.189900443 6.257717609 -0.009956455 0.999624491 -0.025529385 1.584425688 -0.190202564 0.023171317 0.981471360 118.509605408\n0.980887651 0.015517545 0.193955258 6.342022896 -0.011872718 0.999730647 -0.019940494 1.566855788 -0.194212437 0.017256608 0.980807722 118.935791016\n0.980033278 0.013525068 0.198373005 6.428425789 -0.010425804 0.999806881 -0.016659632 1.552790999 -0.198560014 0.014258795 0.979984999 119.335220337\n0.979084074 0.011650135 0.203122303 6.521711826 -0.008498878 0.999829710 -0.016379466 1.544123530 -0.203278542 0.014310564 0.979016364 119.742179871\n0.977666438 0.011084064 0.209870160 6.613938332 -0.007448856 0.999808371 -0.018103780 1.536808610 -0.210030600 0.016136166 0.977561653 120.145675659\n0.976208210 0.013242988 0.216430560 6.701505184 -0.009362587 0.999776721 -0.018944629 1.537145734 -0.216633111 0.016467553 0.976114213 120.536888123\n0.974728465 0.012634519 0.223035350 6.796315670 -0.008837490 0.999798656 -0.018014282 1.531716228 -0.223218054 0.015587960 0.974643886 120.931556702\n0.973286688 0.012428961 0.229256466 6.893863678 -0.008828950 0.999821186 -0.016722055 1.532177567 -0.229423314 0.014251259 0.973222375 121.330154419\n0.971670032 0.013573964 0.235951588 6.990725040 -0.010501812 0.999843001 -0.014272154 1.525488615 -0.236108273 0.011389905 0.971660018 121.721527100\n0.970123351 0.016134862 0.242074996 7.083663464 -0.014119082 0.999849737 -0.010059635 1.516347051 -0.242200926 0.006341211 0.970205367 122.113250732\n0.968865156 0.011933090 0.247301266 7.193944454 -0.011382048 0.999928534 -0.003657758 1.512543201 -0.247327238 0.000729080 0.968931735 122.500801086\n0.967751205 0.005805553 0.251841068 7.307722569 -0.007331434 0.999960005 0.005121021 1.513988137 -0.251801282 -0.006802230 0.967755079 122.901931763\n0.966674387 0.001398331 0.256005198 7.422279835 -0.004815051 0.999907494 0.012719996 1.519670725 -0.255963713 -0.013528773 0.966591716 123.285530090\n0.965706527 -0.000984531 0.259634286 7.522209167 -0.004427474 0.999784946 0.020259112 1.526236057 -0.259598404 -0.020713881 0.965494514 123.670463562\n0.964878082 -0.004538244 0.262658954 7.624153137 -0.002637682 0.999633014 0.026961274 1.531690955 -0.262684911 -0.026707154 0.964511991 124.022987366\n0.963822424 -0.001844767 0.266538858 7.719390869 -0.005871350 0.999586463 0.028149530 1.526964545 -0.266480565 -0.028696092 0.963413000 124.384109497\n0.962994218 0.003507686 0.269499153 7.815218925 -0.010125933 0.999680221 0.023171321 1.519373655 -0.269331694 -0.025042780 0.962721825 124.750770569\n0.962227821 0.007152511 0.272151500 7.903989792 -0.012600365 0.999753594 0.018275389 1.517948031 -0.271953702 -0.021014296 0.962080836 125.075569153\n0.961521804 0.005820558 0.274666876 8.002248764 -0.009763298 0.999867976 0.012989677 1.521324039 -0.274554998 -0.015171512 0.961451709 125.392814636\n0.961273193 0.002049600 0.275589705 8.101619720 -0.004001180 0.999970734 0.006519427 1.533763051 -0.275568277 -0.007369634 0.961253226 125.685394287\n0.961778402 0.000220296 0.273828983 8.180618286 -0.000127883 0.999999940 -0.000355336 1.539182782 -0.273829043 0.000306736 0.961778343 125.986862183\n0.963540614 -0.002171445 0.267553329 8.259882927 0.004623771 0.999952853 -0.008536050 1.544643521 -0.267522186 0.009461936 0.963505268 126.257698059\n0.966285348 -0.003619309 0.257448107 8.335044861 0.008018799 0.999839187 -0.016040986 1.547750115 -0.257348657 0.017564595 0.966158986 126.543762207\n0.969728947 -0.005234942 0.244127840 8.398541451 0.010439501 0.999744892 -0.020029996 1.549326301 -0.243960708 0.021972239 0.969536185 126.820877075\n0.974112868 -0.004716543 0.226012871 8.444229126 0.008801380 0.999815583 -0.017069228 1.537392259 -0.225890666 0.018616581 0.973974764 127.107353210\n0.979353189 -0.004278294 0.202111468 8.479110718 0.007318907 0.999870956 -0.014299300 1.531599402 -0.202024207 0.015483300 0.979258120 127.391845703\n0.984613776 -0.002723753 0.174723551 8.502264023 0.005581595 0.999858558 -0.015867051 1.529305220 -0.174655616 0.016598152 0.984489679 127.674079895\n0.989601314 -0.002202732 0.143820688 8.519676208 0.004893003 0.999819577 -0.018354716 1.526969790 -0.143754303 0.018867565 0.989433527 127.944694519\n0.993937969 -0.001445485 0.109932989 8.524363518 0.003601312 0.999805033 -0.019414350 1.524358630 -0.109883487 0.019692563 0.993749380 128.218032837\n0.997209311 -0.001071334 0.074648552 8.509966850 0.002497664 0.999816060 -0.019016534 1.521765828 -0.074614443 0.019149911 0.997028589 128.480361938\n0.999341607 -0.000789679 0.036272973 8.485833168 0.001464183 0.999826431 -0.018572425 1.516155720 -0.036252011 0.018613307 0.999169350 128.746765137\n0.999988854 -0.001374943 -0.004520247 8.453317642 0.001296670 0.999849975 -0.017273529 1.512753844 0.004543319 0.017267473 0.999840558 129.018188477\n0.998860478 -0.001579750 -0.047699068 8.403016090 0.000817206 0.999871612 -0.016001826 1.512801170 0.047718223 0.015944613 0.998733580 129.293884277\n0.995713055 -0.001803457 -0.092478476 8.346351624 0.000550273 0.999907732 -0.013574802 1.510840416 0.092494428 0.013465719 0.995622158 129.565643311\n0.990605831 -0.001603544 -0.136738941 8.267351151 0.000100588 0.999939501 -0.010997631 1.512678981 0.136748314 0.010880563 0.990546048 129.848754883\n0.983443677 -0.000011969 -0.181213975 8.182236671 -0.001164002 0.999978960 -0.006383058 1.503613234 0.181210235 0.006488312 0.983422995 130.112960815\n0.974088430 0.002932399 -0.226148486 8.073394775 -0.003876278 0.999985516 -0.003729767 1.505748749 0.226134285 0.004509738 0.974085689 130.392181396\n0.962203979 0.006916091 -0.272241980 7.950098038 -0.007878416 0.999965966 -0.002441900 1.506961346 0.272215813 0.004494442 0.962225735 130.660018921\n0.948083162 0.009952268 -0.317866832 7.814151764 -0.010978604 0.999938726 -0.001437619 1.511861682 0.317833036 0.004852716 0.948134303 130.937973022\n0.932044327 0.011800265 -0.362152100 7.663001060 -0.012794811 0.999918103 -0.000348013 1.507437110 0.362118304 0.004958031 0.932118952 131.208374023\n0.913674414 0.010742260 -0.406304866 7.501941681 -0.011093938 0.999937356 0.001489867 1.505412459 0.406295389 0.003146267 0.913736343 131.490097046\n0.893485606 0.009960358 -0.448981404 7.322108746 -0.008963220 0.999950409 0.004346183 1.504655004 0.449002415 0.000141067 0.893530548 131.768432617\n0.871216536 0.009197726 -0.490812749 7.118062019 -0.007005714 0.999955595 0.006303470 1.512890816 0.490848929 -0.002053195 0.871242285 132.059417725\n0.846218824 0.012889517 -0.532679677 6.866761208 -0.009811504 0.999914825 0.008608812 1.518539548 0.532745242 -0.002058551 0.846273184 132.351196289\n0.819919348 0.018945437 -0.572165549 6.599396706 -0.015342289 0.999820471 0.011120204 1.529434919 0.572273493 -0.000339344 0.820062757 132.604110718\n0.788982630 0.020217240 -0.614082813 6.346109390 -0.014209405 0.999791563 0.014659346 1.539921403 0.614251196 -0.002840219 0.789105475 132.911941528\n0.757291079 0.020000467 -0.652771235 6.070817947 -0.011110891 0.999780834 0.017742673 1.549562454 0.652983069 -0.006183499 0.757347345 133.203231812\n0.723378778 0.021153823 -0.690127313 5.769762039 -0.010972774 0.999756515 0.019143138 1.561061978 0.690364242 -0.006275132 0.723434806 133.472198486\n0.686697602 0.022886550 -0.726582825 5.422574997 -0.012769613 0.999729812 0.019421741 1.581839085 0.726831019 -0.004058680 0.686804295 133.747955322\n0.648953080 0.023375859 -0.760469258 5.056526184 -0.012372021 0.999719977 0.020172350 1.596484780 0.760727882 -0.003682368 0.649060547 133.999008179\n0.609767616 0.023521774 -0.792231143 4.672771454 -0.011841120 0.999718308 0.020568263 1.601592064 0.792491794 -0.003160956 0.609874368 134.250518799\n0.568348289 0.022259377 -0.822486937 4.283763885 -0.012292881 0.999752104 0.018562267 1.616516590 0.822696269 -0.000439100 0.568481088 134.483001709\n0.525847077 0.019714130 -0.850350738 3.851501465 -0.012586463 0.999802232 0.015395622 1.639337778 0.850486100 0.002607164 0.525991201 134.711212158\n0.482371628 0.018803794 -0.875764787 3.378284454 -0.012070013 0.999817312 0.014819192 1.649479866 0.875883520 0.003422135 0.482510448 134.946990967\n0.439418316 0.018521592 -0.898091614 2.907020569 -0.008657458 0.999828279 0.016383814 1.668184042 0.898240864 0.000575840 0.439503253 135.159896851\n0.398396432 0.020032767 -0.916994572 2.398452759 -0.007418100 0.999799132 0.018618867 1.689115763 0.917183340 -0.000615332 0.398464978 135.362487793\n0.362546146 0.024840126 -0.931634724 1.872863770 -0.010463819 0.999690235 0.022582684 1.696187019 0.931907058 0.001561192 0.362693787 135.511795044\n0.328005791 0.028361641 -0.944249928 1.330078125 -0.012810734 0.999590874 0.025573784 1.713074803 0.944588900 0.003708184 0.328234911 135.676040649\n0.296732187 0.029113809 -0.954516828 0.768074036 -0.013038679 0.999565482 0.026434489 1.735885620 0.954871714 0.004601675 0.296982884 135.817092896\n0.269042134 0.029866090 -0.962665260 0.188354492 -0.011974876 0.999545574 0.027663585 1.759249687 0.963053942 0.004085127 0.269277513 135.955230713\n0.243961155 0.030561291 -0.969303370 -0.398254395 -0.008549605 0.999532282 0.029362557 1.788369060 0.969747365 0.001123839 0.244108319 136.088684082\n0.220411062 0.032064080 -0.974879920 -0.995567322 -0.005221229 0.999484003 0.031692848 1.814835310 0.975393116 -0.001895384 0.220464766 136.216613770\n0.200292170 0.035002764 -0.979110837 -1.615211487 -0.004110867 0.999382854 0.034886539 1.843779922 0.979727685 -0.002962511 0.200312436 136.328506470\n0.181997895 0.038102210 -0.982560456 -2.252944946 -0.003973687 0.999269307 0.038014118 1.869333267 0.983290911 -0.003014103 0.182016313 136.437088013\n0.166397512 0.039590385 -0.985263646 -2.902946472 -0.003612268 0.999211431 0.039540779 1.896553278 0.986052155 -0.003020451 0.166409314 136.526489258\n0.152576625 0.040951155 -0.987442911 -3.564781189 -0.002645582 0.999154508 0.041028071 1.929411411 0.988288164 -0.003647567 0.152555943 136.625137329\n0.141222298 0.041467272 -0.989109159 -4.231384277 -0.002858106 0.999135256 0.041479535 1.964377165 0.989973843 -0.003030860 0.141218722 136.711608887\n0.132835269 0.042315282 -0.990234435 -4.924613953 -0.002244506 0.999098480 0.042392977 2.001385927 0.991135597 -0.003408696 0.132810533 136.798828125\n0.126616120 0.044400547 -0.990957618 -5.637397766 -0.001679287 0.999005914 0.044546593 2.029611111 0.991950393 -0.003976218 0.126564801 136.880371094\n0.122833133 0.045976311 -0.991361916 -6.344467163 -0.001296963 0.998932898 0.046166737 2.069059372 0.992426634 -0.004385051 0.122761667 136.967269897\n0.121876180 0.047550932 -0.991405666 -7.062171936 -0.001037389 0.998857319 0.047780808 2.112536907 0.992544830 -0.004794872 0.121786237 137.048446655\n0.121865749 0.049587186 -0.991307139 -7.801506042 -0.000998531 0.998756886 0.049837083 2.148252487 0.992546082 -0.005083583 0.121763766 137.140228271\n0.122993648 0.050357893 -0.991129100 -8.532318115 0.001347931 0.998702347 0.050909959 2.196710587 0.992406666 -0.007597581 0.122766137 137.241683960\n0.125086546 0.050383251 -0.990865767 -9.263412476 0.005212854 0.998662591 0.051437773 2.239349365 0.992132187 -0.011599412 0.124656618 137.331939697\n0.126533747 0.051465459 -0.990626395 -10.010963440 0.009708362 0.998541117 0.053116713 2.276993275 0.991914868 -0.016338417 0.125849485 137.427719116\n0.127213597 0.050044291 -0.990612209 -10.764190674 0.012570941 0.998564839 0.052060403 2.324396610 0.991795838 -0.019075723 0.126401901 137.531845093\n0.127924144 0.046720095 -0.990682960 -11.522415161 0.013703360 0.998711228 0.048868183 2.363299608 0.991689324 -0.019827107 0.127119005 137.631317139\n0.128416181 0.042994637 -0.990787983 -12.287490845 0.012953734 0.998901844 0.045025669 2.409672976 0.991635799 -0.018616430 0.127718210 137.729980469\n0.129701078 0.038908150 -0.990789592 -13.063331604 0.015315875 0.999032021 0.041236788 2.446865559 0.991434932 -0.020523269 0.128979623 137.828948975\n0.131898463 0.039195545 -0.990487993 -13.865493774 0.015817996 0.999007523 0.041639082 2.483219147 0.991136968 -0.021159668 0.131147563 137.935653687\n0.134327054 0.039296020 -0.990157664 -14.661323547 0.016789651 0.998979747 0.041923866 2.521429539 0.990794897 -0.022255912 0.133530200 138.042327881\n0.136455953 0.039725740 -0.989849389 -15.466049194 0.015782779 0.998981655 0.042267993 2.566709995 0.990520477 -0.021390295 0.135689974 138.141616821\n0.138028145 0.040782791 -0.989588320 -16.276649475 0.014621099 0.998959064 0.043208338 2.607017517 0.990320385 -0.020432837 0.137288213 138.249313354\n0.139080882 0.042041197 -0.989388287 -17.086135864 0.014353661 0.998907864 0.044463441 2.644553661 0.990177035 -0.020385360 0.138325572 138.366882324\n0.140450358 0.042752288 -0.989164352 -17.907157898 0.015792517 0.998843431 0.045412991 2.682213068 0.989961863 -0.021999668 0.139612734 138.480682373\n0.142098069 0.042465866 -0.988941252 -18.734298706 0.016061997 0.998848855 0.045199208 2.726328135 0.989722252 -0.022307090 0.141252458 138.598785400\n0.142932653 0.041493583 -0.988862276 -19.564834595 0.014879902 0.998917818 0.044066302 2.770365238 0.989620566 -0.021012686 0.142160535 138.720062256\n0.144467652 0.040758356 -0.988669872 -20.392860413 0.014729376 0.998952031 0.043334555 2.807105541 0.989399970 -0.020822935 0.143715918 138.832717896\n0.145467341 0.040809393 -0.988521099 -21.235549927 0.015766885 0.998926401 0.043559164 2.851142883 0.989237487 -0.021922337 0.144667745 138.957504272\n0.146766424 0.041163165 -0.988314331 -22.071990967 0.017017143 0.998880863 0.044130336 2.889113665 0.989024818 -0.023295138 0.145901680 139.076446533\n0.146586299 0.041242685 -0.988337815 -22.918968201 0.018238654 0.998847961 0.044386353 2.932626247 0.989029765 -0.024532385 0.145665228 139.209594727\n0.146305203 0.041519843 -0.988367856 -23.773880005 0.018913521 0.998818755 0.044758592 2.973009825 0.989058733 -0.025241934 0.145347118 139.335845947\n0.146499097 0.041193172 -0.988352716 -24.608695984 0.018663151 0.998839617 0.044396609 3.014157057 0.989034712 -0.024949839 0.145560324 139.441497803\n0.146176100 0.040986564 -0.988409162 -25.464439392 0.020066645 0.998812914 0.044385642 3.057877064 0.989055037 -0.026322173 0.145180106 139.563598633\n0.145147979 0.040701363 -0.988572478 -26.341087341 0.020696616 0.998809993 0.044161662 3.109762669 0.989193499 -0.026870079 0.144132853 139.691513062\n0.145265400 0.042055164 -0.988498569 -27.208702087 0.021163179 0.998735547 0.045600738 3.147191525 0.989166379 -0.027543981 0.144191682 139.803237915\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0023_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999749720 -0.002788423 -0.022198038 -0.020603282 0.002761296 0.999995410 -0.001252603 0.012743416 0.022201428 0.001190994 0.999752820 0.490507931\n0.999076426 -0.006326112 -0.042500086 -0.048853900 0.006386920 0.999978781 0.001295148 0.017410751 0.042490993 -0.001565396 0.999095619 0.986352503\n0.998116195 -0.004131504 -0.061212689 -0.091836028 0.004498451 0.999972701 0.005858025 0.019187592 0.061186817 -0.006122352 0.998107553 1.498607159\n0.996906459 0.001829889 -0.078575477 -0.150941610 -0.000912145 0.999930978 0.011714088 0.026667668 0.078591488 -0.011606178 0.996839345 2.016019106\n0.995507300 0.007701576 -0.094370931 -0.228381380 -0.006182941 0.999846816 0.016374046 0.036554825 0.094482586 -0.015716994 0.995402455 2.526257515\n0.993841052 0.010610442 -0.110306062 -0.296610892 -0.008499810 0.999772012 0.019586986 0.045637581 0.110488735 -0.018528771 0.993704677 3.056602001\n0.992184043 0.008250357 -0.124510154 -0.366282105 -0.005838691 0.999788463 0.019721730 0.048450977 0.124646530 -0.018840609 0.992022336 3.580710888\n0.990712225 0.010531962 -0.135566890 -0.448062301 -0.008078437 0.999793708 0.018635694 0.059248362 0.135735199 -0.017367441 0.990592897 4.104812145\n0.989403069 0.015666630 -0.144347206 -0.548268795 -0.013911871 0.999816656 0.013157929 0.073431231 0.144526869 -0.011010356 0.989439607 4.637750149\n0.987913489 0.021462973 -0.153513283 -0.641808629 -0.020857422 0.999767005 0.005554209 0.077007182 0.153596729 -0.002285186 0.988130987 5.170186996\n0.986533105 0.026793806 -0.161352217 -0.742840886 -0.027076317 0.999633253 0.000448070 0.087408632 0.161305055 0.003926788 0.986896753 5.690950394\n0.985482275 0.031659842 -0.166800469 -0.848439336 -0.031929117 0.999489546 0.001067766 0.094709173 0.166749135 0.004273526 0.985990107 6.215592384\n0.984674633 0.035145551 -0.170823544 -0.943607569 -0.034293942 0.999380291 0.007934475 0.103414208 0.170996547 -0.001954665 0.985269666 6.753243923\n0.984410644 0.036109496 -0.172138765 -1.049786329 -0.033804040 0.999295413 0.016306600 0.116143070 0.172606304 -0.010233406 0.984937727 7.299422264\n0.984152138 0.039438643 -0.172884881 -1.141677260 -0.035247345 0.999007106 0.027247822 0.127307847 0.173787847 -0.020722270 0.984565079 7.839316368\n0.983733296 0.047997821 -0.173103943 -1.248989224 -0.041646663 0.998325825 0.040139191 0.136210784 0.174740732 -0.032277059 0.984085321 8.364892006\n0.983324528 0.054627232 -0.173461020 -1.351761937 -0.046605475 0.997661769 0.049989302 0.159029707 0.175786212 -0.041071471 0.983571231 8.921300888\n0.983294129 0.055783905 -0.173265025 -1.457495928 -0.046707392 0.997335911 0.056030858 0.181483567 0.175929055 -0.047002058 0.983280122 9.441947937\n0.983497858 0.046262678 -0.174904957 -1.539900303 -0.038052235 0.998023570 0.050009750 0.201045752 0.176872849 -0.042528957 0.983314455 9.953416824\n0.983180881 0.042277377 -0.177673936 -1.624882460 -0.036976907 0.998769760 0.033040185 0.203535765 0.178852215 -0.025914647 0.983534575 10.454792976\n0.983025312 0.042802349 -0.178407252 -1.723472118 -0.041735880 0.999081314 0.009728303 0.206780091 0.178659752 -0.002117185 0.983908653 10.950486183\n0.982400596 0.047082111 -0.180754796 -1.835512400 -0.049556434 0.998728991 -0.009194784 0.223072022 0.180092156 0.017990526 0.983485222 11.433899879\n0.982064962 0.041223865 -0.183980837 -1.920410275 -0.046276119 0.998658061 -0.023250293 0.247308671 0.182775483 0.031347215 0.982654810 11.933546066\n0.982214510 0.030982802 -0.185188219 -1.997227311 -0.036161672 0.999041855 -0.024652785 0.261384875 0.184246957 0.030911040 0.982393801 12.438377380\n0.982432604 0.027289204 -0.184611782 -2.092011452 -0.030269712 0.999452651 -0.013345209 0.253223985 0.184146568 0.018698914 0.982720912 12.948453903\n0.982326210 0.030817777 -0.184622437 -2.193233728 -0.031613421 0.999499261 -0.001366827 0.239621997 0.184487864 0.007179216 0.982808590 13.460675240\n0.981885374 0.036916390 -0.185844958 -2.290965080 -0.036671221 0.999316037 0.004757759 0.228133410 0.185893491 0.002143587 0.982567549 13.977202415\n0.981614411 0.041276198 -0.186358199 -2.396782875 -0.040791273 0.999146938 0.006437525 0.230882436 0.186464936 0.001282619 0.982460797 14.487792969\n0.981503665 0.038620397 -0.187507451 -2.502578020 -0.038747594 0.999244571 0.002988246 0.230350822 0.187481210 0.004332487 0.982258618 15.010017395\n0.981373847 0.032391749 -0.189357325 -2.590251684 -0.033859521 0.999416351 -0.004520583 0.229354754 0.189100385 0.010847930 0.981897831 15.523715019\n0.981326342 0.027905546 -0.190315351 -2.688230753 -0.030204894 0.999501467 -0.009191182 0.227121308 0.189963996 0.014768003 0.981679976 16.051698685\n0.981278777 0.027673755 -0.190594211 -2.809478521 -0.030394508 0.999473333 -0.011366051 0.227573127 0.190179303 0.016946280 0.981603086 16.600332260\n0.980918586 0.029087283 -0.192230687 -2.913649082 -0.032248095 0.999390960 -0.013333919 0.238675013 0.191725761 0.019278562 0.981259167 17.135118484\n0.980427921 0.029068915 -0.194720507 -3.024753571 -0.031980731 0.999418497 -0.011826141 0.241684496 0.194263518 0.017821983 0.980787456 17.687274933\n0.980044305 0.029029379 -0.196647987 -3.137724400 -0.030743450 0.999511242 -0.005668779 0.231735438 0.196387306 0.011601292 0.980457783 18.250692368\n0.979723334 0.029367696 -0.198191077 -3.263002396 -0.030372970 0.999536574 -0.002033504 0.228394285 0.198039502 0.008011923 0.980161309 18.813753128\n0.979253590 0.028402088 -0.200638354 -3.383076191 -0.029375916 0.999566674 -0.001877453 0.231432915 0.200498089 0.007732437 0.979663551 19.382400513\n0.978562653 0.027743535 -0.204072267 -3.507989407 -0.028755680 0.999584496 -0.001995500 0.235475332 0.203932106 0.007820957 0.978953779 19.997970581\n0.977779746 0.027666800 -0.207801268 -3.636176586 -0.028625196 0.999588907 -0.001605903 0.238724738 0.207671419 0.007518571 0.978169739 20.596046448\n0.976802588 0.028744813 -0.212203860 -3.769348145 -0.029567605 0.999562562 -0.000704392 0.244691998 0.212090775 0.006962411 0.977225184 21.206567764\n0.975732863 0.029632719 -0.216949984 -3.909342051 -0.030349365 0.999539375 0.000028568 0.244326532 0.216850892 0.006556419 0.976182699 21.824506760\n0.974992335 0.028264802 -0.220433757 -4.064862251 -0.029022343 0.999578714 -0.000198105 0.248220056 0.220335305 0.006590655 0.975401938 22.429138184\n0.974056423 0.027405497 -0.224639654 -4.221565247 -0.028369803 0.999596953 -0.001065435 0.249149531 0.224519908 0.007410775 0.974441350 23.082275391\n0.972957313 0.028011749 -0.229280129 -4.376504898 -0.029111339 0.999575198 -0.001414176 0.252872229 0.229143113 0.008050585 0.973359466 23.724905014\n0.971926451 0.030392636 -0.233313784 -4.540392876 -0.031445283 0.999505162 -0.000792517 0.258990526 0.233174250 0.008106886 0.972401202 24.379457474\n0.970885456 0.031419791 -0.237474725 -4.710329533 -0.032282520 0.999478757 0.000255963 0.267700613 0.237358987 0.007417772 0.971393704 25.057844162\n0.969862998 0.031565484 -0.241597548 -4.880722046 -0.031996146 0.999485672 0.002141460 0.272020131 0.241540894 0.005653268 0.970374167 25.741731644\n0.968925118 0.031511109 -0.245338857 -5.049154282 -0.031514149 0.999495625 0.003914449 0.275496900 0.245338470 0.003938837 0.969429493 26.414957047\n0.968054831 0.032565314 -0.248614907 -5.227892399 -0.032230031 0.999465764 0.005419954 0.277351826 0.248658597 0.002766053 0.968587279 27.088254929\n0.966984212 0.034374263 -0.252507329 -5.408830643 -0.033990365 0.999404848 0.005883630 0.283558309 0.252559304 0.002893437 0.967577100 27.767030716\n0.966024995 0.036273353 -0.255890548 -5.594075203 -0.035524491 0.999340296 0.007549628 0.292359412 0.255995572 0.001797252 0.966676295 28.437084198\n0.964900553 0.036867242 -0.260014892 -5.776348114 -0.035703838 0.999320090 0.009197646 0.296616912 0.260177225 0.000408717 0.965560794 29.134994507\n0.963926077 0.035817243 -0.263749272 -5.959059715 -0.034426033 0.999358237 0.009896165 0.306899011 0.263934463 -0.000459330 0.964540482 29.814073563\n0.962981939 0.035414506 -0.267229557 -6.155808926 -0.033983279 0.999372542 0.009980187 0.311863631 0.267415345 -0.000529404 0.963581204 30.493841171\n0.962014914 0.034806568 -0.270769000 -6.351472378 -0.034022655 0.999392271 0.007589904 0.319667280 0.270868629 0.001910679 0.962614417 31.171848297\n0.960936368 0.032926325 -0.274803907 -6.548183918 -0.033554323 0.999433994 0.002416701 0.326435804 0.274727941 0.006898562 0.961497247 31.849742889\n0.959665656 0.030180741 -0.279519171 -6.746329308 -0.032249562 0.999475896 -0.002804371 0.332467079 0.279288054 0.011705629 0.960135996 32.533638000\n0.958250225 0.026542500 -0.284696281 -6.952550888 -0.029698115 0.999535978 -0.006772281 0.335683763 0.284384400 0.014944483 0.958593845 33.201347351\n0.956499040 0.023337563 -0.290800482 -7.155326366 -0.026707781 0.999614179 -0.007625183 0.329070002 0.290510356 0.015060116 0.956753314 33.884120941\n0.954307079 0.021712426 -0.298037946 -7.362666130 -0.024348127 0.999690354 -0.005133195 0.329964876 0.297834218 0.012155309 0.954540253 34.573467255\n0.951843679 0.022749320 -0.305738658 -7.592826843 -0.024230896 0.999705851 -0.001051213 0.330623448 0.305624813 0.008408911 0.952114880 35.240295410\n0.949078500 0.023912530 -0.314130843 -7.839852810 -0.024233328 0.999702156 0.002884394 0.325964004 0.314106256 0.004874919 0.949375331 35.918369293\n0.945935726 0.024119325 -0.323456109 -8.083162308 -0.023747033 0.999705017 0.005098197 0.330155015 0.323483646 0.002858556 0.946229458 36.588748932\n0.942241430 0.024990337 -0.334000885 -8.321125984 -0.024102384 0.999686360 0.006803079 0.333629787 0.334066123 0.001640075 0.942548215 37.259693146\n0.938818753 0.024914293 -0.343509257 -8.582835197 -0.024449080 0.999684930 0.005685980 0.345119983 0.343542665 0.003060379 0.939132094 37.931423187\n0.935042739 0.025619853 -0.353608042 -8.853945732 -0.025878301 0.999657094 0.003998068 0.346679628 0.353589207 0.005412410 0.935385168 38.603462219\n0.930621028 0.026110524 -0.365051717 -9.120421410 -0.026512662 0.999640822 0.003911519 0.344319940 0.365022749 0.006038350 0.930979013 39.262687683\n0.926333427 0.021206450 -0.376107365 -9.390969276 -0.021168770 0.999766946 0.004233283 0.354071259 0.376109481 0.004040298 0.926566422 39.927017212\n0.921869338 0.022371560 -0.386854619 -9.693393707 -0.022420142 0.999738991 0.004387387 0.353329122 0.386851788 0.004628737 0.922130287 40.584125519\n0.917194247 0.019661384 -0.397955000 -9.983982086 -0.020226758 0.999791563 0.002777753 0.358001411 0.397926658 0.005501600 0.917400718 41.258506775\n0.912103295 0.020030623 -0.409470797 -10.281645775 -0.022164216 0.999754250 -0.000464879 0.362227321 0.409360856 0.009499617 0.912323117 41.911613464\n0.907091498 0.013727440 -0.420709610 -10.590678215 -0.017144304 0.999843597 -0.004340666 0.370816946 0.420584232 0.011150154 0.907185018 42.572364807\n0.901928425 0.013060178 -0.431688100 -10.909431458 -0.015029118 0.999886394 -0.001150124 0.372896492 0.431624025 0.007525221 0.902022243 43.229297638\n0.896759510 0.012500070 -0.442341626 -11.233407974 -0.011414262 0.999921739 0.005116505 0.377245188 0.442370951 0.000460729 0.896832049 43.881084442\n0.891770601 0.014870474 -0.452243388 -11.584330559 -0.011492440 0.999881744 0.010215953 0.386856973 0.452341825 -0.003912908 0.891836047 44.522087097\n0.885897875 0.015640043 -0.463616610 -11.918218613 -0.010404134 0.999849975 0.013849151 0.389215082 0.463763624 -0.007445404 0.885927677 45.186378479\n0.880133331 0.014588715 -0.474502385 -12.274427414 -0.010061341 0.999876440 0.012079158 0.400575042 0.474619985 -0.005857138 0.880171299 45.837177277\n0.874457002 0.011723867 -0.484961390 -12.635688782 -0.008026001 0.999920726 0.009700865 0.407239139 0.485036671 -0.004590688 0.874481797 46.471347809\n0.868734300 0.008025995 -0.495213419 -13.006047249 -0.004939876 0.999959350 0.007540647 0.423007548 0.495253831 -0.004104527 0.868738651 47.117656708\n0.862682819 0.007968670 -0.505682647 -13.389507294 -0.003498084 0.999945939 0.009789742 0.436957806 0.505733311 -0.006676521 0.862664044 47.763362885\n0.856985211 0.011637324 -0.515209615 -13.783857346 -0.005800238 0.999899507 0.012937329 0.446597159 0.515308380 -0.008098762 0.856966555 48.397945404\n0.851748228 0.011496237 -0.523825169 -14.187047005 -0.004098281 0.999874830 0.015280091 0.454319060 0.523935318 -0.010868008 0.851688743 49.027729034\n0.846602917 0.010094651 -0.532129347 -14.589264870 -0.002889699 0.999892533 0.014370829 0.474273413 0.532217264 -0.010628692 0.846541107 49.664882660\n0.841960013 0.008776305 -0.539468586 -14.999103546 -0.002776364 0.999924958 0.011934077 0.494736433 0.539532781 -0.008550256 0.841921210 50.297653198\n0.838118434 0.008193414 -0.545426786 -15.425905228 -0.002974078 0.999940991 0.010451083 0.504444540 0.545480192 -0.007137104 0.838093340 50.914955139\n0.833847880 0.005521389 -0.551966786 -15.840728760 -0.000672276 0.999959409 0.008987116 0.511466980 0.551993966 -0.007122813 0.833817720 51.562347412\n0.830314219 0.004261425 -0.557279229 -16.272098541 0.000924147 0.999958873 0.009023452 0.524587691 0.557294726 -0.008007308 0.830276132 52.193363190\n0.827848315 0.005892851 -0.560921133 -16.709653854 -0.000765921 0.999955773 0.009374802 0.534111619 0.560951531 -0.007331294 0.827816188 52.818954468\n0.825493217 0.007018720 -0.564368367 -17.145034790 -0.001868951 0.999951184 0.009702124 0.546795130 0.564408958 -0.006954261 0.825466037 53.454761505\n0.823898137 0.008376892 -0.566676021 -17.590322495 -0.002102141 0.999929070 0.011725124 0.556743085 0.566734016 -0.008469075 0.823857307 54.104446411\n0.822811007 0.011508698 -0.568198621 -18.039432526 -0.004478216 0.999895215 0.013767662 0.572709203 0.568297565 -0.008783667 0.822776258 54.742675781\n0.821915746 0.014327128 -0.569428861 -18.485677719 -0.006900933 0.999860704 0.015196187 0.584897637 0.569567263 -0.008560397 0.821900129 55.376129150\n0.821175098 0.017135419 -0.570419014 -18.941326141 -0.009696051 0.999823749 0.016076330 0.591019154 0.570593953 -0.007670671 0.821196556 56.014259338\n0.820727587 0.017481057 -0.571052194 -19.406633377 -0.011397271 0.999833822 0.014226540 0.615817189 0.571206033 -0.005167677 0.820790470 56.660408020\n0.819958031 0.018231947 -0.572133303 -19.862621307 -0.012313915 0.999823153 0.014213176 0.630535364 0.572291255 -0.004609008 0.820037544 57.308841705\n0.819424272 0.019511586 -0.572855353 -20.322372437 -0.013671922 0.999801457 0.014496868 0.642159462 0.573024452 -0.004047053 0.819528282 57.949138641\n0.818938375 0.018348577 -0.573588073 -20.777547836 -0.013081591 0.999825895 0.013306353 0.654993773 0.573732316 -0.003393641 0.819035888 58.599662781\n0.818656564 0.017381292 -0.574020326 -21.226678848 -0.012625628 0.999845028 0.012268810 0.669574261 0.574144661 -0.002796575 0.818749130 59.237232208\n0.818715930 0.017484220 -0.573932528 -21.677742004 -0.012100657 0.999839664 0.013197401 0.682241321 0.574071288 -0.003859960 0.818796217 59.875137329\n0.818895519 0.017473035 -0.573676646 -22.122756958 -0.011366588 0.999834180 0.014227685 0.693199873 0.573830068 -0.005130242 0.818958282 60.509670258\n0.819003105 0.019844251 -0.573445797 -22.573408127 -0.013249238 0.999789357 0.015675247 0.701413512 0.573636055 -0.005240357 0.819093525 61.149768829\n0.819215477 0.020454532 -0.573120892 -23.016006470 -0.013682324 0.999776363 0.016124319 0.714990735 0.573322594 -0.005367666 0.819312155 61.782764435\n0.819760978 0.021487944 -0.572302520 -23.471817017 -0.014938531 0.999758124 0.016139578 0.727610946 0.572510898 -0.004681238 0.819883704 62.418869019\n0.820135653 0.022605395 -0.571722388 -23.918731689 -0.016520234 0.999738216 0.015830485 0.746211112 0.571930587 -0.003538158 0.820294380 63.053550720\n0.820733607 0.023434673 -0.570830286 -24.360422134 -0.017407045 0.999720216 0.016014514 0.754608631 0.571045876 -0.003207184 0.820911884 63.679733276\n0.821062207 0.024363613 -0.570318520 -24.797988892 -0.018554004 0.999699891 0.015995113 0.769916594 0.570537090 -0.002551291 0.821267903 64.308044434\n0.821601331 0.024150619 -0.569550693 -25.232826233 -0.017642785 0.999700844 0.016939770 0.781945229 0.569789469 -0.003869278 0.821781635 64.930351257\n0.822210670 0.023546552 -0.568696022 -25.681446075 -0.016008433 0.999705315 0.018247552 0.793352306 0.568958104 -0.005899401 0.822345376 65.568344116\n0.822429657 0.022226948 -0.568432450 -26.108795166 -0.014261786 0.999727905 0.018457048 0.806385100 0.568688035 -0.007072763 0.822522879 66.190010071\n0.822742581 0.019819586 -0.568068564 -26.540765762 -0.011992263 0.999774694 0.017512983 0.818031251 0.568287671 -0.007596249 0.822794914 66.820831299\n0.822664559 0.016943946 -0.568274558 -26.967075348 -0.010180406 0.999834538 0.015073849 0.838760257 0.568435967 -0.006615456 0.822700977 67.444534302\n0.822664142 0.015830839 -0.568307221 -27.412820816 -0.009893424 0.999859512 0.013530797 0.846995473 0.568441570 -0.005508798 0.822705150 68.076637268\n0.822250783 0.015180631 -0.568922877 -27.845857620 -0.009530696 0.999871314 0.012905185 0.864857912 0.569045544 -0.005189069 0.822289646 68.711021423\n0.821955085 0.016300876 -0.569319069 -28.295272827 -0.009821340 0.999847412 0.014448291 0.880996883 0.569467664 -0.006284370 0.821989715 69.340736389\n0.821078539 0.017486248 -0.570547342 -28.742589951 -0.009935576 0.999817073 0.016344236 0.899293482 0.570728779 -0.007751185 0.821102023 69.981971741\n0.820092797 0.019292874 -0.571905255 -29.187057495 -0.011559204 0.999786079 0.017151665 0.908319890 0.572113812 -0.007455185 0.820140362 70.606552124\n0.818644047 0.014655830 -0.574114203 -29.645151138 -0.008001795 0.999868393 0.014114402 0.920909941 0.574245512 -0.006960728 0.818653584 71.261985779\n0.816840470 0.006016544 -0.576832294 -30.093877792 -0.001651423 0.999965906 0.008091417 0.932347000 0.576861262 -0.005656803 0.816822529 71.907890320\n0.815067410 -0.001277703 -0.579364717 -30.546508789 0.003510622 0.999990106 0.002733517 0.944007456 0.579355478 -0.004261931 0.815063834 72.551620483\n0.813111842 -0.003693231 -0.582095802 -31.022935867 0.005552707 0.999983609 0.001411798 0.956757724 0.582081079 -0.004380157 0.813118994 73.206024170\n0.811226070 -0.005434961 -0.584707379 -31.495697021 0.010010429 0.999939322 0.004593905 0.966984391 0.584646940 -0.009579867 0.811231256 73.857681274\n0.809158504 -0.008949419 -0.587522328 -31.970701218 0.015755869 0.999854922 0.006469329 0.972251773 0.587379217 -0.014491636 0.809182107 74.524475098\n0.807578564 -0.008793913 -0.589694381 -32.454906464 0.016389489 0.999837279 0.007534950 0.983236492 0.589532197 -0.015749853 0.807591319 75.177009583\n0.806215286 -0.006502156 -0.591586590 -32.947032928 0.011654820 0.999920130 0.004893041 0.994638681 0.591507494 -0.010839679 0.806226611 75.830200195\n0.804448307 0.001035299 -0.594021797 -33.441493988 0.003005206 0.999978602 0.005812599 1.004849911 0.594015062 -0.006461094 0.804427981 76.486183167\n0.803507626 0.005631402 -0.595267892 -33.949615479 -0.001961960 0.999974847 0.006811742 1.013091326 0.595291317 -0.004305395 0.803498447 77.143608093\n0.802995205 0.008210173 -0.595928967 -34.476749420 -0.005557236 0.999964774 0.006288417 1.020792961 0.595959604 -0.001737851 0.803012550 77.812698364\n0.802338541 0.011029105 -0.596767306 -34.984138489 -0.010880626 0.999933362 0.003851459 1.030488968 0.596770048 0.003403028 0.802405119 78.476470947\n0.802165091 0.011617047 -0.596989334 -35.509193420 -0.014974478 0.999887645 -0.000663767 1.043362498 0.596914530 0.009472053 0.802248955 79.152755737\n0.801436245 0.012228698 -0.597955167 -36.024639130 -0.015785780 0.999875128 -0.000709292 1.051005244 0.597871840 0.010007640 0.801529229 79.846191406\n0.800996661 0.013677968 -0.598512590 -36.540378571 -0.014203716 0.999891758 0.003841788 1.055616260 0.598500311 0.005423843 0.801104188 80.538970947\n0.801505685 0.014763759 -0.597804904 -37.071437836 -0.012164813 0.999890864 0.008383975 1.064976692 0.597863436 0.000552379 0.801597834 81.238342285\n0.801751673 0.016334374 -0.597434103 -37.612857819 -0.012567129 0.999866188 0.010472237 1.078275919 0.597525239 -0.000888103 0.801849663 81.958984375\n0.802064180 0.016393352 -0.597012877 -38.154205322 -0.012635520 0.999865234 0.010479919 1.095768452 0.597104251 -0.000861999 0.802163243 82.675338745\n0.802197218 0.016578058 -0.596828938 -38.684505463 -0.013105298 0.999862492 0.010158263 1.116549373 0.596915305 -0.000327309 0.802304208 83.395774841\n0.802219510 0.017711559 -0.596766412 -39.232807159 -0.014489261 0.999843001 0.010196975 1.127305984 0.596853316 0.000466491 0.802350283 84.131614685\n0.802209675 0.018868936 -0.596744180 -39.784420013 -0.015997162 0.999820948 0.010108988 1.143395662 0.596828103 0.001436686 0.802367866 84.860946655\n0.802109659 0.017977329 -0.596906126 -40.341922760 -0.015505745 0.999836743 0.009276311 1.159398794 0.596975446 0.001814854 0.802257478 85.595390320\n0.801617682 0.018434951 -0.597552717 -40.892951965 -0.016335627 0.999826670 0.008931144 1.171816826 0.597613811 0.002602034 0.801779866 86.337631226\n0.800392210 0.018640617 -0.599186838 -41.446693420 -0.016236095 0.999823868 0.009416243 1.189803004 0.599256814 0.002191767 0.800553858 87.086006165\n0.799127460 0.019008799 -0.600861013 -42.015792847 -0.015244324 0.999819338 0.011355716 1.204466105 0.600968301 0.000085056 0.799272835 87.821914673\n0.797992587 0.020380618 -0.602322519 -42.586307526 -0.015318599 0.999791026 0.013534660 1.215085268 0.602472544 -0.001573822 0.798138082 88.567314148\n0.796405554 0.021528240 -0.604379714 -43.151023865 -0.016538288 0.999767721 0.013819221 1.238248467 0.604536831 -0.001010301 0.796576619 89.309967041\n0.795095682 0.023322565 -0.606035352 -43.721881866 -0.018870348 0.999727845 0.013716171 1.254676342 0.606190324 0.000530430 0.795319438 90.043739319\n0.794183016 0.022716099 -0.607253909 -44.319396973 -0.018317277 0.999741852 0.013442425 1.269694805 0.607402503 0.000447492 0.794394135 90.803443909\n0.793260932 0.021835109 -0.608490288 -44.890731812 -0.016949479 0.999761403 0.013779251 1.288386106 0.608645976 -0.000616949 0.793441713 91.542037964\n0.792477608 0.021267287 -0.609530091 -45.469020844 -0.015348957 0.999770761 0.014927413 1.301386118 0.609707832 -0.002473991 0.792622387 92.295028687\n0.791548133 0.022272944 -0.610700846 -46.050342560 -0.015790373 0.999747396 0.015995521 1.320542812 0.610902846 -0.003018030 0.791699827 93.037101746\n0.790828288 0.022133153 -0.611637771 -46.637073517 -0.014753967 0.999744892 0.017101059 1.337568402 0.611860216 -0.004499919 0.790953159 93.776443481\n0.790015936 0.021102522 -0.612722993 -47.217678070 -0.013845128 0.999766648 0.016581271 1.355662584 0.612929940 -0.004616241 0.790123820 94.535415649\n0.789278448 0.021913409 -0.613644361 -47.802116394 -0.015512797 0.999755621 0.015748760 1.368770361 0.613839507 -0.002910818 0.789425492 95.279243469\n0.789252222 0.022077980 -0.613672197 -48.391582489 -0.016970804 0.999755979 0.014141668 1.387795687 0.613834679 -0.000746833 0.789434314 96.013336182\n0.789052486 0.023109233 -0.613891006 -48.974899292 -0.018972531 0.999732256 0.013247828 1.409963727 0.614032805 0.001193834 0.789279580 96.760635376\n0.789597154 0.025175193 -0.613108873 -49.575263977 -0.022216342 0.999675810 0.012436734 1.421747565 0.613223195 0.003801027 0.789900541 97.515777588\n0.789849460 0.026646663 -0.612721682 -50.158031464 -0.025255460 0.999621451 0.010916151 1.438001633 0.612780571 0.006852451 0.790223420 98.275741577\n0.791351914 0.029820472 -0.610633254 -50.751659393 -0.030774696 0.999486446 0.008927692 1.452156544 0.610585868 0.011727106 0.791863203 99.010528564\n0.792685926 0.032510802 -0.608762681 -51.350410461 -0.034864061 0.999360263 0.007973143 1.468362093 0.608632445 0.014903742 0.793312311 99.768791199\n0.794232607 0.034779761 -0.606617689 -51.932575226 -0.037256770 0.999269485 0.008512465 1.471286058 0.606470585 0.015839735 0.794948161 100.523666382\n0.795682609 0.037369795 -0.604559958 -52.519363403 -0.039388869 0.999174714 0.009921130 1.485237479 0.604431748 0.015918858 0.796497881 101.281066895\n0.797064483 0.038086090 -0.602692008 -53.102790833 -0.040009182 0.999146998 0.010226955 1.499123693 0.602567434 0.015961669 0.797908366 102.062843323\n0.798479378 0.037968483 -0.600823700 -53.691684723 -0.039393902 0.999165535 0.010787823 1.512336135 0.600731909 0.015054933 0.799308777 102.831054688\n0.800281942 0.036652260 -0.598502696 -54.278224945 -0.037125990 0.999243855 0.011550964 1.529064536 0.598473489 0.012975975 0.801037550 103.605323792\n0.801358581 0.034310527 -0.597199500 -54.844615936 -0.033728532 0.999357104 0.012156442 1.546709776 0.597232640 0.010400992 0.802000642 104.380615234\n0.802033007 0.033641867 -0.596331596 -55.426521301 -0.032864697 0.999385595 0.012178838 1.561094522 0.596374929 0.009830425 0.802645862 105.170104980\n0.803118706 0.031795714 -0.594970047 -56.006477356 -0.032074347 0.999434292 0.010115162 1.568610430 0.594955087 0.010959598 0.803684235 105.947387695\n0.803587914 0.026603855 -0.594591260 -56.589836121 -0.029931802 0.999542832 0.004269922 1.584217787 0.594433010 0.014365931 0.804016829 106.740722656\n0.804055631 0.022772091 -0.594117820 -57.171783447 -0.027546696 0.999619961 0.001034070 1.596080661 0.593915582 0.015534533 0.804377377 107.535583496\n0.804848671 0.022476258 -0.593054295 -57.763618469 -0.026613720 0.999644220 0.001767535 1.600113273 0.592882991 0.014360783 0.805160522 108.325973511\n0.805156946 0.024521489 -0.592554688 -58.362464905 -0.026257118 0.999639034 0.005689832 1.607263923 0.592480361 0.010977569 0.805510163 109.125587463\n0.805209637 0.024233108 -0.592494905 -58.950534821 -0.025109641 0.999661863 0.006761895 1.616283178 0.592458427 0.009432591 0.805545866 109.926307678\n0.805192232 0.025451206 -0.592467487 -59.551654816 -0.026416030 0.999626219 0.007041251 1.629604220 0.592425287 0.009981077 0.805563569 110.734794617\n0.805060863 0.027143490 -0.592570961 -60.147232056 -0.028587399 0.999567151 0.006947938 1.639725327 0.592503071 0.011346548 0.805488348 111.540473938\n0.805625677 0.029430632 -0.591693401 -60.772033691 -0.030482268 0.999501586 0.008211454 1.655345082 0.591640115 0.011420798 0.806121290 112.348663330\n0.805718660 0.031280704 -0.591471910 -61.369407654 -0.031604603 0.999452353 0.009804618 1.667326927 0.591454685 0.010793468 0.806266069 113.156959534\n0.806129396 0.032160845 -0.590864718 -61.971481323 -0.031566642 0.999437392 0.011332463 1.678288221 0.590896785 0.009516180 0.806691051 113.965171814\n0.806304932 0.031981815 -0.590634882 -62.579128265 -0.031698450 0.999438643 0.010844676 1.691733122 0.590650141 0.009978091 0.806866109 114.774734497\n0.806576192 0.030923789 -0.590320766 -63.180809021 -0.031410087 0.999462008 0.009439826 1.706980824 0.590295076 0.010928085 0.807113528 115.579360962\n0.806181371 0.029370515 -0.590939045 -63.775257111 -0.030007808 0.999511480 0.008739363 1.723984122 0.590907037 0.010687271 0.806668878 116.396133423\n0.805757999 0.029218892 -0.591523707 -64.374778748 -0.028363956 0.999539971 0.010736623 1.740004539 0.591565311 0.008126830 0.806216121 117.206253052\n0.805299520 0.030083073 -0.592104495 -64.991485596 -0.027808977 0.999529243 0.012961150 1.748840690 0.592215657 0.006028214 0.805756986 118.028053284\n0.804873705 0.030309372 -0.592671692 -65.590751648 -0.026891781 0.999531806 0.014596098 1.762691379 0.592836559 0.004189981 0.805311918 118.829620361\n0.803884625 0.030316252 -0.594012201 -66.205940247 -0.026612712 0.999533296 0.014997258 1.779485106 0.594189644 0.003752208 0.804316282 119.658706665\n0.802913427 0.029641932 -0.595358193 -66.805961609 -0.024684457 0.999559522 0.016476456 1.801690340 0.595584333 0.001466924 0.803291500 120.475830078\n0.802531362 0.028783344 -0.595915198 -67.417411804 -0.021775413 0.999583185 0.018955540 1.818472862 0.596212447 -0.002236117 0.802823603 121.296394348\n0.801779985 0.030148843 -0.596858442 -68.025566101 -0.020712567 0.999528527 0.022664854 1.842869282 0.597260356 -0.005809758 0.802026391 122.108901978\n0.800915301 0.030562893 -0.597997189 -68.649635315 -0.022231843 0.999525726 0.021308756 1.862493753 0.598364830 -0.003771931 0.801214933 122.930046082\n0.800162077 0.023808818 -0.599311113 -69.252311707 -0.021994336 0.999704540 0.010349799 1.879771948 0.599380434 0.004899933 0.800449312 123.733337402\n0.800004900 0.018658774 -0.599703252 -69.877319336 -0.025230022 0.999678433 -0.002553540 1.896910191 0.599462748 0.017173372 0.800218344 124.541603088\n0.800165057 0.016835896 -0.599543571 -70.489837646 -0.026709823 0.999614537 -0.007577199 1.904049754 0.599184871 0.022076711 0.800306261 125.352249146\n0.800536275 0.022448773 -0.598863721 -71.133148193 -0.028959069 0.999579847 -0.001241427 1.910552025 0.598584235 0.018336343 0.800850034 126.182327271\n0.800822079 0.026001407 -0.598337710 -71.744773865 -0.027516771 0.999599516 0.006609907 1.921656728 0.598269939 0.011170959 0.801216781 127.005798340\n0.800770283 0.031641319 -0.598135233 -72.385162354 -0.028019039 0.999489367 0.015361656 1.929839373 0.598315895 0.004458017 0.801247954 127.846961975\n0.800800741 0.031741258 -0.598089159 -72.986381531 -0.025914554 0.999495804 0.018346528 1.946966410 0.598369956 0.000807300 0.801219583 128.667984009\n0.801169395 0.031921260 -0.597585678 -73.602813721 -0.026851552 0.999488175 0.017390445 1.962856650 0.597834885 0.002113409 0.801616430 129.483428955\n0.801485658 0.030994311 -0.597210288 -74.211090088 -0.029444732 0.999490023 0.012355740 1.982789278 0.597288668 0.007681749 0.801989555 130.290252686\n0.801668048 0.031841218 -0.596920848 -74.832160950 -0.032218967 0.999430358 0.010041805 1.998233795 0.596900523 0.011181979 0.802237332 131.105651855\n0.801769733 0.032333203 -0.596757829 -75.438148499 -0.032411292 0.999418378 0.010603973 2.014144897 0.596753538 0.010839746 0.802351356 131.928985596\n0.802525282 0.033179022 -0.595694840 -76.057540894 -0.031749934 0.999412715 0.012891520 2.027921438 0.595772684 0.008567497 0.803107440 132.744293213\n0.803094625 0.032584134 -0.594959974 -76.652976990 -0.030173346 0.999446511 0.014007748 2.041129589 0.595087111 0.006702387 0.803633273 133.560180664\n0.803836823 0.031877995 -0.593995154 -77.265632629 -0.029572546 0.999469876 0.013618957 2.061404705 0.594114363 0.006618527 0.804353356 134.378936768\n0.804381788 0.029626690 -0.593373597 -77.865722656 -0.027243681 0.999544621 0.012974756 2.078031540 0.593487799 0.005729023 0.804822624 135.195388794\n0.805090070 0.026954085 -0.592539847 -78.480049133 -0.025170799 0.999619603 0.011271936 2.091992140 0.592618287 0.005839776 0.805462301 136.021087646\n0.805694818 0.023708934 -0.591856182 -79.087234497 -0.022603640 0.999701440 0.009276276 2.101619005 0.591899455 0.005904256 0.805990219 136.842559814\n0.806141675 0.022181703 -0.591306686 -79.697784424 -0.021659344 0.999733627 0.007974363 2.113149881 0.591326058 0.006378848 0.806407332 137.670150757\n0.806169033 0.021355810 -0.591299832 -80.297309875 -0.021257414 0.999748647 0.007125610 2.124794006 0.591303408 0.006825057 0.806420326 138.486145020\n0.806279778 0.022175090 -0.591118574 -80.913848877 -0.022284525 0.999726415 0.007107644 2.129754066 0.591114461 0.007442046 0.806553364 139.307373047\n0.805974841 0.022423450 -0.591524959 -81.522239685 -0.022702442 0.999718010 0.006964256 2.149651527 0.591514349 0.007816046 0.806256592 140.132919312\n0.805934906 0.023650315 -0.591531575 -82.132919312 -0.023715269 0.999689400 0.007658097 2.150658846 0.591528952 0.007856400 0.806245506 140.946014404\n0.805650651 0.024436381 -0.591886759 -82.738250732 -0.024522770 0.999668121 0.007892530 2.160615921 0.591883183 0.008156078 0.805982530 141.763916016\n0.805605352 0.024045482 -0.591964364 -83.361915588 -0.023289133 0.999689043 0.008912958 2.173339367 0.591994584 0.006606011 0.805914879 142.603759766\n0.805116653 0.023690851 -0.592643142 -83.964698792 -0.021105612 0.999713480 0.011291083 2.186254501 0.592740893 0.003417457 0.805386007 143.431701660\n0.804937541 0.023441674 -0.592896283 -84.579742432 -0.019407760 0.999724805 0.013178001 2.192815304 0.593042016 0.000899322 0.805171013 144.261352539\n0.804728031 0.021417012 -0.593257308 -85.193527222 -0.016784659 0.999770343 0.013324756 2.207304001 0.593406439 -0.000765185 0.804902673 145.084655762\n0.804356456 0.018473122 -0.593859792 -85.801551819 -0.013629317 0.999827206 0.012641202 2.227039099 0.593990684 -0.002074129 0.804469228 145.906448364\n0.803549409 0.018343763 -0.594955385 -86.407257080 -0.013308689 0.999828815 0.012852115 2.240256548 0.595089316 -0.002409233 0.803655982 146.736190796\n0.803328872 0.017966906 -0.595264614 -87.020706177 -0.013037129 0.999835849 0.012584074 2.255549669 0.595392942 -0.002348609 0.803431213 147.552062988\n0.803227901 0.019152045 -0.595363915 -87.636039734 -0.014209079 0.999814630 0.012992669 2.269400597 0.595502436 -0.001976502 0.803351104 148.364456177\n0.802625954 0.022421891 -0.596061110 -88.249862671 -0.017795006 0.999748528 0.013645445 2.286748886 0.596217155 -0.000345278 0.802823126 149.179870605\n0.802452326 0.025744712 -0.596160650 -88.854995728 -0.020686582 0.999668539 0.015325037 2.300494194 0.596357644 0.000034915 0.802718878 149.980758667\n0.802325070 0.028382026 -0.596212149 -89.460960388 -0.022821443 0.999597132 0.016873818 2.315712452 0.596450925 0.000068134 0.802649558 150.786590576\n0.802394807 0.031713530 -0.595950365 -90.071678162 -0.026332639 0.999495924 0.017733645 2.337812662 0.596212387 0.001463563 0.802825451 151.595245361\n0.802328646 0.034580577 -0.595879912 -90.674720764 -0.029021308 0.999399662 0.018921919 2.359947205 0.596176565 0.002111619 0.802850544 152.400131226\n0.802458227 0.035652224 -0.595642269 -91.282234192 -0.028903747 0.999364138 0.020877473 2.381925821 0.596007824 0.000462993 0.802978516 153.203063965\n0.802515864 0.035862248 -0.595552027 -91.882972717 -0.027969860 0.999355793 0.022488190 2.408272743 0.595974863 -0.001389624 0.803001881 154.011581421\n0.802638948 0.034953669 -0.595440149 -92.475936890 -0.026825221 0.999386728 0.022506488 2.427237511 0.595861673 -0.002091773 0.803084373 154.823333740\n0.802858055 0.033112764 -0.595250010 -93.094940186 -0.026756570 0.999451578 0.019509243 2.451652765 0.595569551 0.000263694 0.803303719 155.630966187\n0.802515388 0.030975055 -0.595826805 -93.683891296 -0.026748836 0.999515176 0.015933633 2.471314430 0.596031487 0.003150687 0.802954912 156.429458618\n0.802793086 0.028173123 -0.595591784 -94.291152954 -0.024412736 0.999598563 0.014378033 2.492257595 0.595757782 0.002997438 0.803158581 157.238525391\n0.802997291 0.029331217 -0.595260561 -94.901359558 -0.024846416 0.999567449 0.015735839 2.516915321 0.595464587 0.002154253 0.803378701 158.047393799\n0.803183019 0.029896973 -0.594981790 -95.503799438 -0.025273077 0.999550760 0.016109128 2.532597780 0.595196128 0.002098441 0.803577781 158.852691650\n0.802733064 0.028123096 -0.595674992 -96.097808838 -0.024743140 0.999597907 0.013849248 2.548740387 0.595824957 0.003621618 0.803106189 159.652252197\n0.802501976 0.025694054 -0.596095920 -96.702522278 -0.023405124 0.999659002 0.011579737 2.565099478 0.596190155 0.004658938 0.802829742 160.459426880\n0.801717758 0.024185579 -0.597213387 -97.300544739 -0.022901677 0.999690294 0.009740919 2.579028606 0.597263992 0.005867718 0.802023292 161.258865356\n0.800994754 0.021990921 -0.598267376 -97.898681641 -0.021264628 0.999739587 0.008277803 2.585896492 0.598293602 0.006091455 0.801253796 162.055435181\n0.800225616 0.020671578 -0.599342644 -98.496093750 -0.019724058 0.999772251 0.008147549 2.597605944 0.599374592 0.005301591 0.800451159 162.853378296\n0.799703836 0.023457080 -0.599936306 -99.102966309 -0.020927304 0.999718368 0.011192570 2.608992100 0.600029886 0.003604310 0.799969435 163.649719238\n0.799279571 0.025619570 -0.600413084 -99.699218750 -0.022279633 0.999667287 0.012996704 2.619889021 0.600546300 0.002988982 0.799584389 164.447082520\n0.799255967 0.024767207 -0.600480258 -100.308166504 -0.022522530 0.999682963 0.011254473 2.636026382 0.600568652 0.004529128 0.799560428 165.243988037\n0.799218059 0.023997070 -0.600561976 -100.909576416 -0.023414277 0.999687254 0.008785856 2.648833036 0.600584984 0.007039907 0.799529970 166.038604736\n0.799858391 0.023708077 -0.599720359 -101.526908875 -0.024192410 0.999680996 0.007253401 2.661866665 0.599700987 0.008706986 0.800176799 166.832855225\n0.800091505 0.022285365 -0.599463940 -102.130958557 -0.022546895 0.999720752 0.007072258 2.668794870 0.599454165 0.007857597 0.800370514 167.636260986\n0.800609052 0.022442231 -0.598766625 -102.734184265 -0.021802504 0.999727666 0.008318497 2.682981491 0.598790288 0.006394748 0.800880313 168.435760498\n0.801160514 0.022974174 -0.598008454 -103.339721680 -0.020921584 0.999727249 0.010378387 2.698262691 0.598083794 0.004196527 0.801422656 169.234909058\n0.801789403 0.024051391 -0.597122490 -103.941261292 -0.021283116 0.999705136 0.011688929 2.702959061 0.597227573 0.003336567 0.802064896 170.035232544\n0.802386463 0.023576753 -0.596338928 -104.537178040 -0.021435268 0.999713182 0.010682888 2.715486526 0.596419752 0.004210880 0.802661657 170.826416016\n0.803243995 0.022333071 -0.595231354 -105.132598877 -0.021654442 0.999731183 0.008287981 2.728921413 0.595256448 0.006232130 0.803511620 171.618988037\n0.804062009 0.024166618 -0.594054103 -105.733840942 -0.022783652 0.999692082 0.009830262 2.738197565 0.594108760 0.005630581 0.804365039 172.429351807\n0.804623187 0.030192446 -0.593017697 -106.328247070 -0.026599867 0.999536633 0.014798187 2.755596876 0.593189657 0.003867225 0.805053473 173.221939087\n0.805354416 0.034018148 -0.591816723 -106.929244995 -0.029192779 0.999416709 0.017721316 2.764114857 0.592074335 0.003004835 0.805877745 174.011383057\n0.806228280 0.029123111 -0.590887308 -107.507232666 -0.027148040 0.999556661 0.012223450 2.770175219 0.590981364 0.006186541 0.806661487 174.808120728\n0.806936443 0.022260834 -0.590218663 -108.077301025 -0.025882484 0.999662280 0.002317440 2.790147066 0.590070963 0.013406297 0.807240129 175.593780518\n0.807957768 0.018818585 -0.588939846 -108.655784607 -0.025422672 0.999672472 -0.002934126 2.789671898 0.588691771 0.017343074 0.808171511 176.381332397\n0.808433771 0.018333117 -0.588301539 -109.227294922 -0.022765607 0.999740839 -0.000129393 2.795877457 0.588146687 0.013497647 0.808641613 177.174407959\n0.809368372 0.019998241 -0.586960733 -109.807670593 -0.020344587 0.999774992 0.006009731 2.798889637 0.586948812 0.007077388 0.809593081 177.967376709\n0.810210109 0.022664785 -0.585701227 -110.378120422 -0.019890362 0.999739766 0.011172102 2.805832148 0.585802019 0.002598059 0.810450077 178.757324219\n0.811215043 0.025524905 -0.584190667 -110.954536438 -0.021719681 0.999672711 0.013518224 2.811444283 0.584344506 0.001722247 0.811503887 179.543212891\n0.812374234 0.026670827 -0.582526207 -111.546669006 -0.023708092 0.999638200 0.012705580 2.824676514 0.582654297 0.003488899 0.812712610 180.330307007\n0.813308835 0.026244359 -0.581240058 -112.112663269 -0.024400195 0.999641836 0.010993849 2.841600180 0.581320405 0.005240977 0.813657880 181.120925903\n0.814195275 0.025967853 -0.580010116 -112.683593750 -0.023915188 0.999651432 0.011184576 2.858299017 0.580098331 0.004764623 0.814532518 181.909667969\n0.814903378 0.025806291 -0.579021990 -113.262535095 -0.022389453 0.999664247 0.013043346 2.859723806 0.579164147 0.002334918 0.815207601 182.716018677\n0.815602958 0.025469569 -0.578051150 -113.826866150 -0.021733603 0.999674261 0.013381657 2.876330853 0.578203678 0.001649012 0.815890789 183.510910034\n0.815844595 0.024002396 -0.577772915 -114.378158569 -0.020564947 0.999710500 0.012492185 2.892335176 0.577905476 0.001690184 0.816102028 184.316757202\n0.817095637 0.023074783 -0.576040149 -114.965888977 -0.019443352 0.999733210 0.012467101 2.904964924 0.576174140 0.001013336 0.817326307 185.107910156\n0.817661583 0.021981798 -0.575279415 -115.533332825 -0.018312499 0.999758184 0.012173316 2.921940088 0.575407863 0.000581151 0.817866385 185.910842896\n0.817770064 0.019975811 -0.575198352 -116.095985413 -0.016225841 0.999800444 0.011653058 2.935041666 0.575316310 -0.000196446 0.817930996 186.709487915\n0.817708552 0.018398367 -0.575338364 -116.683258057 -0.013884274 0.999828696 0.012239624 2.950142860 0.575465024 -0.002020290 0.817823887 187.529144287\n0.816853583 0.017785845 -0.576570809 -117.247833252 -0.011736083 0.999830067 0.014215360 2.964342833 0.576725662 -0.004845185 0.816923499 188.339141846\n0.815688252 0.016801540 -0.578247726 -117.826225281 -0.009033716 0.999826193 0.016307758 2.984256744 0.578421235 -0.008078322 0.815698266 189.151733398\n0.813645244 0.017132113 -0.581109226 -118.394325256 -0.008187312 0.999804258 0.018012434 3.000019550 0.581304073 -0.009898010 0.813626170 189.956512451\n0.811576605 0.016884819 -0.584001958 -118.979553223 -0.006704417 0.999785662 0.019589063 3.019831896 0.584207535 -0.011982635 0.811515868 190.742782593\n0.808443606 0.016946796 -0.588329673 -119.549774170 -0.005891559 0.999768317 0.020702472 3.039866447 0.588544250 -0.013270603 0.808356166 191.534484863\n0.805410743 0.016485233 -0.592487812 -120.138061523 -0.006757585 0.999803543 0.018632218 3.058460712 0.592678607 -0.011002801 0.805363894 192.328048706\n0.802218974 0.013682401 -0.596873105 -120.726791382 -0.007171412 0.999886096 0.013282218 3.068962812 0.596986830 -0.006374825 0.802225709 193.104614258\n0.799052835 0.008500593 -0.601200759 -121.314628601 -0.005053428 0.999959707 0.007422303 3.085071087 0.601239622 -0.002892687 0.799063563 193.867767334\n0.795793116 0.008271893 -0.605512083 -121.917404175 -0.004111333 0.999957442 0.008257095 3.099952459 0.605554640 -0.004081478 0.795793295 194.652435303\n0.791556954 0.010384269 -0.611007214 -122.501647949 -0.002986527 0.999909401 0.013124761 3.109542370 0.611088157 -0.008564208 0.791516304 195.426635742\n0.788512588 0.013650870 -0.614867151 -123.109924316 -0.003786507 0.999842465 0.017341977 3.123564482 0.615006983 -0.011346170 0.788440049 196.182083130\n0.785418272 0.013861535 -0.618810117 -123.709777832 -0.003304682 0.999828875 0.018202038 3.141450405 0.618956506 -0.012251244 0.785329700 196.933624268\n0.782272696 0.014837724 -0.622759461 -124.306938171 -0.004844150 0.999830961 0.017736817 3.158411503 0.622917354 -0.010858288 0.782212317 197.679840088\n0.780116379 0.016021695 -0.625429273 -124.928001404 -0.006256470 0.999821842 0.017808676 3.176855564 0.625603139 -0.009979861 0.780077636 198.423065186\n0.778269470 0.017653728 -0.627682269 -125.539207458 -0.008858995 0.999813914 0.017135672 3.197643042 0.627867997 -0.007775538 0.778281033 199.167388916\n0.776427865 0.018006772 -0.629948795 -126.141357422 -0.009582141 0.999813497 0.016768938 3.216508865 0.630133271 -0.006983613 0.776455641 199.910415649\n0.775632918 0.018196153 -0.630921960 -126.756278992 -0.010725766 0.999819994 0.015649512 3.229490757 0.631093144 -0.005371157 0.775688469 200.633132935\n0.774459362 0.018708911 -0.632346988 -127.352218628 -0.012408504 0.999819577 0.014383960 3.251751184 0.632502019 -0.003293312 0.774551749 201.367538452\n0.772994757 0.020116232 -0.634093463 -127.946685791 -0.014070665 0.999794900 0.014564979 3.268777847 0.634256423 -0.002336537 0.773119271 202.100555420\n0.772641301 0.021765616 -0.634469569 -128.557815552 -0.017123083 0.999763012 0.013445021 3.279567719 0.634611845 0.000475895 0.772830904 202.829132080\n0.772228897 0.022780063 -0.634935915 -129.162033081 -0.020914918 0.999726832 0.010430559 3.294981241 0.635000110 0.005224853 0.772494376 203.563278198\n0.772853255 0.023334432 -0.634155631 -129.774444580 -0.023591474 0.999689400 0.008033420 3.306546211 0.634146094 0.008752010 0.773163676 204.285186768\n0.773942232 0.025989747 -0.632722676 -130.400405884 -0.026256748 0.999615252 0.008943161 3.317400455 0.632711649 0.009691749 0.774326801 205.037506104\n0.775459170 0.027699767 -0.630789876 -131.014114380 -0.026745755 0.999581575 0.011014662 3.333316565 0.630831003 0.008329532 0.775875509 205.776260376\n0.776807308 0.028695293 -0.629084229 -131.621383667 -0.027063653 0.999559581 0.012175493 3.340395927 0.629156530 0.007567305 0.777241766 206.515502930\n0.778383017 0.027410880 -0.627191007 -132.235061646 -0.027558174 0.999575198 0.009484228 3.349608898 0.627184570 0.009901877 0.778807759 207.266525269\n0.780211985 0.027427498 -0.624913633 -132.841567993 -0.029120358 0.999547660 0.007513102 3.364279032 0.624837041 0.012335893 0.780657768 208.001892090\n0.781954765 0.026980747 -0.622750998 -133.437438965 -0.029088639 0.999553859 0.006780732 3.379599810 0.622656107 0.012812750 0.782390714 208.751434326\n0.784415960 0.026230395 -0.619680285 -134.039474487 -0.026874432 0.999604404 0.008293446 3.385418415 0.619652689 0.010148041 0.784810603 209.522583008\n0.786867917 0.026998352 -0.616530657 -134.632339478 -0.026694585 0.999596536 0.009703246 3.396286488 0.616543889 0.008822856 0.787271142 210.275421143\n0.789220512 0.026578516 -0.613534570 -135.225708008 -0.025380647 0.999621093 0.010655502 3.409728527 0.613585293 0.007162361 0.789596021 211.025619507\n0.791436911 0.027290486 -0.610641360 -135.830917358 -0.025973527 0.999602020 0.011010090 3.425926685 0.610698819 0.007146718 0.791830719 211.803131104\n0.793041825 0.027729562 -0.608535707 -136.413375854 -0.026069889 0.999593079 0.011574942 3.440789461 0.608609080 0.006685045 0.793442070 212.573867798\n0.794965208 0.027630912 -0.606025457 -137.003402710 -0.025353059 0.999602675 0.012318186 3.453299522 0.606125057 0.005572069 0.795349836 213.344116211\n0.796384692 0.028497750 -0.604118586 -137.580932617 -0.025998496 0.999579012 0.012879835 3.464460611 0.604231298 0.005448870 0.796790361 214.097869873\n0.797605753 0.029103685 -0.602476597 -138.165405273 -0.027242746 0.999554157 0.012219129 3.482432365 0.602563620 0.006667069 0.798043013 214.879745483\n0.799406409 0.027378509 -0.600166500 -138.761917114 -0.026593223 0.999594510 0.010178200 3.489759922 0.600201786 0.007823843 0.799810350 215.648010254\n0.800463200 0.026734969 -0.598785400 -139.335449219 -0.027173512 0.999596238 0.008304773 3.505247593 0.598765671 0.009623436 0.800866485 216.424667358\n0.801669002 0.025839863 -0.597209513 -139.918045044 -0.027548524 0.999600828 0.006270414 3.514667034 0.597133160 0.011425441 0.802060843 217.200103760\n0.802856505 0.025059566 -0.595645428 -140.504516602 -0.027260663 0.999614239 0.005311043 3.521731853 0.595548749 0.011973684 0.803229928 217.973236084\n0.803923130 0.024091432 -0.594245136 -141.077407837 -0.025750209 0.999652207 0.005691026 3.532715797 0.594175577 0.010726786 0.804263890 218.749572754\n0.804884553 0.029147130 -0.592715263 -141.670501709 -0.029837595 0.999517500 0.008633569 3.544933319 0.592680871 0.010736171 0.805365801 219.538681030\n0.805700183 0.032022934 -0.591457307 -142.254745483 -0.032082994 0.999431014 0.010407245 3.554485083 0.591454089 0.010590604 0.806269169 220.327163696\n0.806670368 0.032101206 -0.590129197 -142.843322754 -0.032491054 0.999422491 0.009952222 3.568753719 0.590107858 0.011145757 0.807247519 221.111404419\n0.807752728 0.030298423 -0.588742435 -143.419952393 -0.031948671 0.999460578 0.007601721 3.582062244 0.588655174 0.012669222 0.808284998 221.897033691\n0.808605194 0.032681894 -0.587443233 -144.015121460 -0.034673676 0.999367714 0.007871250 3.595092058 0.587329030 0.014004085 0.809227109 222.691314697\n0.809469342 0.032966983 -0.586235940 -144.603790283 -0.033083376 0.999397218 0.010519883 3.609725952 0.586229384 0.010879140 0.810072064 223.488616943\n0.809961200 0.031874560 -0.585616708 -145.180786133 -0.029759724 0.999469399 0.013239765 3.627123833 0.585727990 0.006704095 0.810479999 224.286209106\n0.810092092 0.034372944 -0.585294247 -145.763534546 -0.030847119 0.999396086 0.015997389 3.641026258 0.585490644 0.005095282 0.810663104 225.097534180\n0.810595214 0.032266662 -0.584717274 -146.338333130 -0.027829509 0.999475241 0.016574273 3.660785437 0.584945261 0.002837367 0.811067820 225.895507812\n0.810269713 0.032372925 -0.585162342 -146.921600342 -0.028329384 0.999469519 0.016066158 3.675372839 0.585372031 0.003559367 0.810756981 226.698150635\n0.809682429 0.025827849 -0.586299717 -147.493576050 -0.026566049 0.999620080 0.007347731 3.691969156 0.586266696 0.009626338 0.810060918 227.484878540\n0.808934331 0.023431033 -0.587431908 -148.083709717 -0.024835454 0.999675453 0.005674148 3.703238964 0.587374151 0.009999124 0.809253752 228.292816162\n0.807921886 0.023385476 -0.588825464 -148.670730591 -0.024666412 0.999678552 0.005858146 3.720389843 0.588773191 0.009791285 0.808239043 229.098632812\n0.806900501 0.026748868 -0.590081394 -149.255889893 -0.023600291 0.999636412 0.013042361 3.733982086 0.590215683 0.003402205 0.807238400 229.899353027\n0.806008935 0.028937377 -0.591195643 -149.849792480 -0.025027476 0.999577105 0.014805201 3.745754719 0.591374040 0.002863008 0.806392312 230.696746826\n0.805486083 0.031475537 -0.591778278 -150.449554443 -0.026350336 0.999503136 0.017295446 3.761969090 0.592028677 0.001662313 0.805915236 231.488601685\n0.805017054 0.032046642 -0.592385530 -151.044281006 -0.028227845 0.999478042 0.015709396 3.781502724 0.592579782 0.004075434 0.805501461 232.290252686\n0.804857850 0.032873634 -0.592556536 -151.633529663 -0.028708510 0.999452412 0.016453050 3.801727057 0.592772901 0.003769047 0.805360854 233.081832886\n0.804667652 0.033247769 -0.592793822 -152.238494873 -0.029378615 0.999437451 0.016176015 3.818662167 0.592998147 0.004399145 0.805191755 233.887298584\n0.804600596 0.031756084 -0.592966676 -152.828765869 -0.027282666 0.999491453 0.016507307 3.835954666 0.593189359 0.002895919 0.805057824 234.692138672\n0.804255009 0.029913049 -0.593531072 -153.421096802 -0.026274109 0.999545634 0.014773234 3.847699165 0.593703330 0.003713053 0.804675460 235.494262695\n0.803967118 0.028303191 -0.593999922 -154.010253906 -0.026169848 0.999582946 0.012208236 3.868863106 0.594097733 0.005729863 0.804372549 236.289916992\n0.803990483 0.026351534 -0.594057977 -154.604553223 -0.025342658 0.999628365 0.010043606 3.885537148 0.594101906 0.006980043 0.804359555 237.084274292\n0.803949952 0.026281238 -0.594115913 -155.211441040 -0.025298728 0.999630034 0.009985601 3.899022579 0.594158590 0.007002454 0.804317415 237.877334595\n0.803884149 0.027766414 -0.594137490 -155.810241699 -0.024536012 0.999607563 0.013517759 3.914950848 0.594279647 0.003711051 0.804249942 238.680496216\n0.804008603 0.028931452 -0.593913436 -156.415374756 -0.023479296 0.999581337 0.016907826 3.920682430 0.594154000 0.000350631 0.804351270 239.477096558\n0.803152084 0.028587878 -0.595087767 -156.992858887 -0.023462776 0.999590933 0.016353901 3.939329624 0.595311880 0.000827741 0.803494334 240.264068604\n0.802613199 0.027112547 -0.595883369 -157.581604004 -0.023498150 0.999628186 0.013832475 3.957529545 0.596036851 0.002900029 0.802951872 241.047790527\n0.801983833 0.027620878 -0.596706867 -158.179321289 -0.024714036 0.999609292 0.013054702 3.974232197 0.596834302 0.004277371 0.802353144 241.836898804\n0.801564038 0.027534638 -0.597274601 -158.776565552 -0.024285315 0.999614060 0.013490905 3.987136841 0.597415566 0.003691179 0.801923335 242.649124146\n0.801118255 0.028228952 -0.597840011 -159.370391846 -0.024279336 0.999597669 0.014664417 4.006708145 0.598013401 0.002767225 0.801481307 243.441909790\n0.800728083 0.028998109 -0.598325670 -159.982131958 -0.025060633 0.999574780 0.014906639 4.027322769 0.598503530 0.003058255 0.801114321 244.240951538\n0.800563455 0.028190302 -0.598584652 -160.579849243 -0.025109254 0.999593616 0.013493991 4.034143448 0.598721802 0.004227214 0.800945938 245.026748657\n0.800835490 0.025385780 -0.598346174 -161.179443359 -0.023855593 0.999660432 0.010483487 4.045757294 0.598409116 0.005878353 0.801169157 245.803405762\n0.800275505 0.025142940 -0.599105179 -161.763916016 -0.025205867 0.999647975 0.008283106 4.059829712 0.599102557 0.008472198 0.800627530 246.586761475\n0.800705552 0.025331952 -0.598522246 -162.361358643 -0.025325779 0.999643743 0.008428149 4.069441795 0.598522544 0.008409576 0.801061869 247.374267578\n0.800517499 0.026252141 -0.598734140 -162.949005127 -0.025414834 0.999628484 0.009849727 4.078320503 0.598770320 0.007331850 0.800887227 248.156509399\n0.800477266 0.026243320 -0.598788261 -163.534057617 -0.024089348 0.999642432 0.011608377 4.090111732 0.598878801 0.005132176 0.800823212 248.946640015\n0.800787687 0.025484825 -0.598405898 -164.117568970 -0.021874208 0.999672234 0.013301798 4.100122452 0.598548770 0.002437738 0.801082671 249.716583252\n0.800828815 0.025515413 -0.598349631 -164.694015503 -0.020110156 0.999674261 0.015713742 4.117096424 0.598555684 -0.000551114 0.801081061 250.490936279\n0.800644338 0.025092278 -0.598614275 -165.279953003 -0.019310150 0.999684274 0.016076785 4.130588531 0.598828673 -0.001312457 0.800876141 251.272766113\n0.800464034 0.025173150 -0.598851919 -165.854965210 -0.020636547 0.999682784 0.014438212 4.144072056 0.599025369 0.000800966 0.800729632 252.042602539\n0.800545692 0.023861282 -0.598796546 -166.433898926 -0.021510603 0.999707222 0.011079014 4.163352013 0.598885596 0.004011219 0.800824583 252.799468994\n0.800678909 0.025064480 -0.598569155 -167.013153076 -0.023915196 0.999665260 0.009869699 4.178082466 0.598616183 0.006412438 0.801010311 253.562530518\n0.800876915 0.025110908 -0.598302305 -167.602569580 -0.024217041 0.999661207 0.009539546 4.187852383 0.598339140 0.006849108 0.801213682 254.332702637\n0.801061392 0.024369821 -0.598085880 -168.176559448 -0.022713223 0.999688864 0.010312150 4.199380875 0.598151088 0.005323793 0.801365674 255.104278564\n0.801496387 0.024268268 -0.597507000 -168.755828857 -0.022331040 0.999693930 0.010648565 4.211416245 0.597582519 0.004808166 0.801792979 255.872192383\n0.801708400 0.022937093 -0.597275138 -169.337112427 -0.020447772 0.999731004 0.010945998 4.226739407 0.597365558 0.003437445 0.801961720 256.652374268\n0.801973701 0.021946881 -0.596956074 -169.915786743 -0.018694978 0.999757469 0.011640182 4.239903450 0.597066760 0.001824961 0.802189469 257.426940918\n0.802104771 0.020787336 -0.596821368 -170.492507935 -0.017293775 0.999783397 0.011580371 4.254286289 0.596932828 0.001032624 0.802290559 258.206787109\n0.802373052 0.021262070 -0.596443892 -171.091491699 -0.019526804 0.999765396 0.009371040 4.269266605 0.596503258 0.004127574 0.802600026 259.000183105\n0.802231252 0.019198140 -0.596704662 -171.681610107 -0.018736925 0.999800086 0.006976577 4.284185410 0.596719325 0.005583582 0.802430630 259.797790527\n0.802089810 0.018805174 -0.596907258 -172.266571045 -0.018324669 0.999808431 0.006874671 4.296251297 0.596922219 0.005424024 0.802280784 260.572204590\n0.801921904 0.021736987 -0.597033322 -172.845260620 -0.019286985 0.999758899 0.010493706 4.302582741 0.597117484 0.003099838 0.802147865 261.330596924\n0.801498234 0.024188662 -0.597507775 -173.427612305 -0.020561595 0.999705493 0.012889300 4.313302040 0.597643554 0.001954960 0.801759541 262.108367920\n0.800950766 0.025243809 -0.598197877 -174.006179810 -0.021140400 0.999680161 0.013880554 4.327016830 0.598356903 0.001528501 0.801228225 262.880218506\n0.800851762 0.026632648 -0.598270118 -174.592361450 -0.022404635 0.999643683 0.014509110 4.339866638 0.598443389 0.001784377 0.801163137 263.641021729\n0.800638080 0.028819693 -0.598454714 -175.170471191 -0.023804372 0.999583900 0.016290311 4.355984688 0.598675191 0.001203197 0.800990999 264.407104492\n0.800129533 0.032439485 -0.598949492 -175.751647949 -0.025928350 0.999473691 0.019494757 4.376103401 0.599266648 -0.000068560 0.800549507 265.176635742\n0.799847305 0.034428444 -0.599215269 -176.331024170 -0.025918428 0.999403477 0.022825051 4.393775940 0.599643648 -0.002725837 0.800262511 265.942016602\n0.799804211 0.030056901 -0.599507928 -176.906326294 -0.021934438 0.999541998 0.020850230 4.412196159 0.599860072 -0.003526232 0.800097227 266.706787109\n0.799623728 0.025516706 -0.599959016 -177.489074707 -0.022286307 0.999669492 0.012813563 4.429537773 0.600087702 0.003124840 0.799928188 267.471679688\n0.799625814 0.024516579 -0.599997938 -178.062866211 -0.024820533 0.999661744 0.007768603 4.450149536 0.599985480 0.008680291 0.799963832 268.227172852\n0.799474239 0.027896438 -0.600052238 -178.643524170 -0.027607627 0.999571919 0.009687335 4.465134621 0.600065589 0.008821242 0.799902201 268.985717773\n0.799552083 0.032112814 -0.599737644 -179.217529297 -0.029680213 0.999462128 0.013947210 4.474766731 0.599862933 0.006648819 0.800075173 269.748291016\n0.799978733 0.030841827 -0.599235237 -179.793777466 -0.028728295 0.999501526 0.013090734 4.485886574 0.599340260 0.006742696 0.800465941 270.507598877\n0.800276577 0.033128407 -0.598715246 -180.369796753 -0.031214792 0.999420464 0.013576973 4.508193970 0.598818064 0.007823436 0.800846934 271.264984131\n0.799946070 0.035817973 -0.599002004 -180.943389893 -0.031986602 0.999343038 0.017039819 4.528171539 0.599218786 0.005529098 0.800566256 272.035919189\n0.800730705 0.036838617 -0.597890675 -181.528182983 -0.029673565 0.999321222 0.021831879 4.546565533 0.598289073 0.000260093 0.801280260 272.794342041\n0.800677061 0.033505362 -0.598158598 -182.090103149 -0.026026404 0.999437630 0.021144522 4.570088387 0.598530650 -0.001362020 0.801098824 273.553771973\n0.800397992 0.032381210 -0.598593831 -182.666641235 -0.026502833 0.999475121 0.018629331 4.591225147 0.598882914 0.000953552 0.800836086 274.319763184\n0.800472736 0.031977605 -0.598515570 -183.239547729 -0.028433219 0.999477506 0.015372833 4.603179932 0.598694384 0.004712189 0.800963700 275.065032959\n0.800055563 0.031341739 -0.599106729 -183.804794312 -0.029000254 0.999487400 0.013559958 4.623268127 0.599224627 0.006525524 0.800554395 275.817260742\n0.799681067 0.031288289 -0.599609315 -184.390014648 -0.028996255 0.999488592 0.013482995 4.641933441 0.599724531 0.006604327 0.800179303 276.585113525\n0.799396396 0.033459179 -0.599871576 -184.962554932 -0.030201510 0.999423683 0.015498184 4.656277657 0.600044429 0.005727835 0.799946189 277.342132568\n0.798694015 0.037199873 -0.600586474 -185.541351318 -0.032973807 0.999293327 0.018045031 4.677231789 0.600833356 0.005391165 0.799356163 278.107391357\n0.798010349 0.040720623 -0.601266384 -186.120071411 -0.036129236 0.999152601 0.019716073 4.697336674 0.601559758 0.005989662 0.798805356 278.867248535\n0.798098445 0.041142739 -0.601120770 -186.699615479 -0.037798580 0.999119639 0.018198559 4.708574772 0.601340353 0.008197269 0.798950970 279.608978271\n0.798025131 0.037882417 -0.601432323 -187.264678955 -0.039274771 0.999169827 0.010822024 4.724612236 0.601342976 0.014984867 0.798850477 280.354431152\n0.798259020 0.027978804 -0.601664126 -187.838897705 -0.034810930 0.999393880 0.000288708 4.731773376 0.601307511 0.020714026 0.798749149 281.109191895\n0.797974825 0.019945443 -0.602360666 -188.405151367 -0.030411191 0.999511600 -0.007191148 4.736186028 0.601923048 0.024056861 0.798191667 281.859893799\n0.797891855 0.018723423 -0.602509737 -188.975891113 -0.027474012 0.999608338 -0.005319749 4.739809513 0.602174163 0.020797944 0.798093796 282.616058350\n0.797738910 0.021590631 -0.602616370 -189.546661377 -0.024666322 0.999690711 0.003163985 4.739245415 0.602498293 0.012340296 0.798024774 283.371398926\n0.797939658 0.025482917 -0.602198482 -190.129074097 -0.024321841 0.999653399 0.010074293 4.744649410 0.602246463 0.006607896 0.798282862 284.145538330\n0.798747182 0.026230928 -0.601094782 -190.696701050 -0.024221590 0.999641180 0.011436781 4.758579254 0.601179123 0.005424371 0.799095929 284.907257080\n0.800019741 0.028273653 -0.599307060 -191.291015625 -0.028256373 0.999556184 0.009436644 4.768738747 0.599307895 0.009384743 0.800463617 285.659759521\n0.801279128 0.027657952 -0.597651124 -191.858413696 -0.029699739 0.999538124 0.006437532 4.779221535 0.597553134 0.012591819 0.801730454 286.409759521\n0.802387953 0.025833530 -0.596243441 -192.431121826 -0.028103551 0.999589920 0.005489348 4.788158417 0.596140802 0.012351971 0.802784920 287.175567627\n0.803414702 0.024601309 -0.594911397 -192.991302490 -0.025614208 0.999649107 0.006746963 4.801298618 0.594868660 0.009817574 0.803762972 287.941345215\n0.805208325 0.025736742 -0.592433214 -193.575653076 -0.024933046 0.999643624 0.009539089 4.809037209 0.592467606 0.007090211 0.805563092 288.707458496\n0.806279242 0.024761030 -0.591016650 -194.132568359 -0.022998523 0.999680281 0.010507118 4.821059227 0.591087878 0.005120838 0.806590915 289.469024658\n0.807569861 0.023138747 -0.589317918 -194.698989868 -0.021673011 0.999719441 0.009553055 4.828906059 0.589373648 0.005057534 0.807844758 290.243896484\n0.808577299 0.020403821 -0.588036060 -195.254669189 -0.019578319 0.999778152 0.007769438 4.839748859 0.588064134 0.005230566 0.808797359 291.004608154\n0.809541464 0.018324599 -0.586776614 -195.817703247 -0.017585611 0.999821126 0.006961832 4.848869324 0.586799264 0.004682933 0.809718907 291.781616211\n0.809943199 0.017397473 -0.586250246 -196.373260498 -0.015444872 0.999845982 0.008333173 4.861688614 0.586304903 0.002305163 0.810087204 292.557586670\n0.810469508 0.017873531 -0.585508108 -196.931716919 -0.014611005 0.999840260 0.010296874 4.868991852 0.585598588 0.000209559 0.810601175 293.320251465\n0.810672164 0.018205157 -0.585217357 -197.488128662 -0.014169034 0.999833763 0.011475550 4.878808022 0.585328937 -0.001010947 0.810795307 294.091613770\n0.810860276 0.018316824 -0.584953070 -198.068206787 -0.014424082 0.999831975 0.011313439 4.895386219 0.585062027 -0.000736206 0.810988188 294.871673584\n0.810304880 0.016761513 -0.585768759 -198.618118286 -0.012488607 0.999857783 0.011334764 4.903202057 0.585875452 -0.001869178 0.810398936 295.642120361\n0.810266674 0.017004749 -0.585814655 -199.197616577 -0.013242282 0.999854982 0.010707317 4.919882774 0.585911751 -0.000918260 0.810374320 296.421325684\n0.809648514 0.016319308 -0.586688101 -199.761459351 -0.012279041 0.999865532 0.010866774 4.932372093 0.586786568 -0.001594300 0.809740067 297.197937012\n0.809190691 0.016061585 -0.587326527 -200.331512451 -0.011495803 0.999867737 0.011504954 4.942733765 0.587433636 -0.002557912 0.809268296 297.977935791\n0.808298767 0.015845332 -0.588559270 -200.895843506 -0.010136264 0.999864161 0.012997926 4.952872753 0.588685274 -0.004540415 0.808349609 298.751525879\n0.807364523 0.015332418 -0.589853764 -201.469406128 -0.009407585 0.999869764 0.013113541 4.973865509 0.589977980 -0.005038309 0.807403624 299.522155762\n0.806355774 0.014819780 -0.591245055 -202.043930054 -0.008929362 0.999877095 0.012884196 4.981225014 0.591363370 -0.005109805 0.806389034 300.293273926\n0.804831564 0.014326513 -0.593330383 -202.605636597 -0.008977117 0.999888122 0.011966087 4.996457100 0.593435407 -0.004304288 0.804870129 301.061096191\n0.803869843 0.014298914 -0.594633400 -203.188400269 -0.008717051 0.999886870 0.012259524 5.007801533 0.594741464 -0.004671613 0.803903520 301.830444336\n0.802568972 0.015181130 -0.596366167 -203.760314941 -0.009252109 0.999872684 0.013001645 5.025707245 0.596487641 -0.004917072 0.802607238 302.602233887\n0.801468253 0.017423851 -0.597783387 -204.348388672 -0.011238239 0.999837756 0.014075219 5.037652969 0.597931683 -0.004562809 0.801534057 303.361572266\n0.800131559 0.018402148 -0.599542260 -204.923385620 -0.011993132 0.999820292 0.014682463 5.050473690 0.599704742 -0.004557514 0.800208449 304.124389648\n0.799048007 0.019536007 -0.600949824 -205.513412476 -0.012915435 0.999799073 0.015329118 5.065453529 0.601128519 -0.004487174 0.799139798 304.888427734\n0.798064351 0.020582603 -0.602220654 -206.117523193 -0.014110916 0.999780774 0.015470528 5.081872940 0.602407038 -0.003848592 0.798179805 305.693450928\n0.796957433 0.020992821 -0.603670597 -206.706283569 -0.014557946 0.999773145 0.015548208 5.096371174 0.603860080 -0.003603057 0.797082245 306.460113525\n0.796162009 0.021621391 -0.604697108 -207.300521851 -0.015377890 0.999761581 0.015500230 5.118409157 0.604888082 -0.003041730 0.796304703 307.218353271\n0.795157731 0.021213125 -0.606031537 -207.889328003 -0.014406205 0.999766707 0.016093176 5.130290031 0.606231511 -0.004065998 0.795277834 307.998596191\n0.794027925 0.020812353 -0.607524872 -208.486389160 -0.013757492 0.999773026 0.016268956 5.151855946 0.607725561 -0.004559987 0.794134021 308.772277832\n0.792754829 0.020753574 -0.609187245 -209.072799683 -0.014217859 0.999777853 0.015557924 5.167039871 0.609374762 -0.003672282 0.792873800 309.540466309\n0.792359769 0.019389834 -0.609745920 -209.680221558 -0.013722741 0.999808371 0.013961179 5.185675621 0.609899759 -0.002694892 0.792473972 310.313293457\n0.791305125 0.020037223 -0.611093104 -210.280487061 -0.014647941 0.999797285 0.013814867 5.204253197 0.611245990 -0.001980521 0.791438222 311.083618164\n0.791402102 0.021555457 -0.610915720 -210.884017944 -0.015992742 0.999766111 0.014558025 5.216657639 0.611086667 -0.001751034 0.791561782 311.843292236\n0.791574717 0.022922382 -0.610642314 -211.483093262 -0.019019090 0.999736249 0.012873829 5.235219955 0.610776365 0.001423262 0.791801929 312.601013184\n0.792096496 0.023313256 -0.609950542 -212.079971313 -0.020963680 0.999719858 0.010986904 5.245356560 0.610035777 0.004084120 0.792363346 313.367248535\n0.792892456 0.024933351 -0.608851254 -212.666488647 -0.024397193 0.999660313 0.009165672 5.257726669 0.608873010 0.007586870 0.793231487 314.121704102\n0.794678926 0.025614683 -0.606489301 -213.261444092 -0.024568368 0.999647856 0.010027709 5.270929337 0.606532574 0.006931641 0.795028448 314.891326904\n0.796407998 0.026025031 -0.604199469 -213.841842651 -0.023804251 0.999648392 0.011681545 5.285177231 0.604291022 0.005079241 0.796747506 315.651885986\n0.798015654 0.027120119 -0.602026165 -214.419723511 -0.022679063 0.999630749 0.014969210 5.291064262 0.602209806 0.001707724 0.798336029 316.417358398\n0.800458193 0.025409134 -0.598849773 -214.997589111 -0.019845871 0.999676764 0.015889011 5.309713364 0.599059939 -0.000833794 0.800703764 317.185943604\n0.802413762 0.024488654 -0.596265435 -215.561431885 -0.018412564 0.999697924 0.016279263 5.327061653 0.596484005 -0.002083930 0.802622259 317.953216553\n0.805186749 0.022727642 -0.592585623 -216.134872437 -0.017668322 0.999741137 0.014336257 5.338382244 0.592758060 -0.001073372 0.805379868 318.712890625\n0.807683408 0.020233950 -0.589269102 -216.692687988 -0.016726354 0.999795079 0.011404304 5.351031303 0.589379132 0.000645255 0.807856321 319.485473633\n0.809875131 0.020187765 -0.586254954 -217.246704102 -0.018150169 0.999791503 0.009354608 5.362852573 0.586321533 0.003064560 0.810072660 320.241699219\n0.811865568 0.020801466 -0.583473802 -217.796173096 -0.020314721 0.999766409 0.007376140 5.374118805 0.583490968 0.005864671 0.812098503 321.009155273\n0.813921511 0.021194862 -0.580588102 -218.353927612 -0.022541320 0.999733925 0.004895652 5.380282402 0.580537379 0.009102545 0.814182699 321.759063721\n0.815226018 0.021493474 -0.578743994 -218.890884399 -0.022432286 0.999733090 0.005529827 5.388779640 0.578708351 0.008474492 0.815490544 322.521057129\n0.817048073 0.022451442 -0.576132298 -219.438079834 -0.021640627 0.999731600 0.008268906 5.397903919 0.576163352 0.005711770 0.817314625 323.282806396\n0.818675935 0.023328707 -0.573781788 -219.988998413 -0.020158900 0.999726176 0.011883806 5.401589394 0.573901892 0.001837822 0.818922043 324.054565430\n0.819555283 0.023153050 -0.572532177 -220.518081665 -0.017885074 0.999730110 0.014827103 5.416032791 0.572720945 -0.001911849 0.819748163 324.815399170\n0.820470691 0.021087054 -0.571299553 -221.052658081 -0.014405858 0.999764800 0.016213054 5.426522255 0.571507096 -0.005072276 0.820581496 325.573150635\n0.820962250 0.018562637 -0.570680678 -221.580612183 -0.011517718 0.999806404 0.015951885 5.439879417 0.570866287 -0.006522954 0.821017146 326.341857910\n0.821175814 0.017315317 -0.570412517 -222.101730347 -0.010968191 0.999833822 0.014560737 5.455936432 0.570569873 -0.005700533 0.821229279 327.092895508\n0.821417332 0.016971868 -0.570075095 -222.627548218 -0.011352948 0.999845624 0.013408305 5.469228268 0.570214629 -0.004541781 0.821483195 327.841369629\n0.821228147 0.016860524 -0.570350885 -223.159820557 -0.011553945 0.999849737 0.012921110 5.483086109 0.570483029 -0.004021376 0.821299553 328.603820801\n0.821097493 0.017609440 -0.570516348 -223.690963745 -0.012735927 0.999840379 0.012531089 5.500667572 0.570645928 -0.003023191 0.821190655 329.345062256\n0.820597053 0.019251084 -0.571182966 -224.208068848 -0.014588784 0.999812424 0.012738407 5.504430771 0.571321011 -0.002120236 0.820723951 330.077575684\n0.819910169 0.018709430 -0.572186470 -224.738403320 -0.014177182 0.999822915 0.012377263 5.514420033 0.572316706 -0.002036252 0.820030153 330.827209473\n0.818857431 0.017199580 -0.573739231 -225.265808105 -0.011132997 0.999838829 0.014083875 5.533229828 0.573889017 -0.005145249 0.818916917 331.588043213\n0.817482710 0.018326955 -0.575661480 -225.798721313 -0.011876692 0.999817491 0.014964730 5.551583767 0.575830698 -0.005396456 0.817551196 332.320617676\n0.814653754 0.023421139 -0.579474568 -226.338867188 -0.017741263 0.999723017 0.015465157 5.566624165 0.579676211 -0.002318138 0.814843595 333.067169189\n0.811800659 0.017571785 -0.583670199 -226.870407104 -0.013925383 0.999845445 0.010732831 5.576985836 0.583768606 -0.000585088 0.811919868 333.808227539\n0.809030771 0.009340062 -0.587692082 -227.405746460 -0.008706655 0.999954462 0.003906270 5.584298611 0.587701797 0.001956539 0.809075236 334.537597656\n0.805377722 0.009262999 -0.592689574 -227.952651978 -0.012717474 0.999917746 -0.001653705 5.594472885 0.592625499 0.008869371 0.805429339 335.269714355\n0.801804602 0.010509701 -0.597493887 -228.502044678 -0.014061341 0.999900341 -0.001281678 5.596367836 0.597420812 0.009429220 0.801872492 335.990936279\n0.797722757 0.013441817 -0.602874577 -229.053222656 -0.013041794 0.999902248 0.005037146 5.601622581 0.602883399 0.003844320 0.797820091 336.722991943\n0.794862151 0.014878334 -0.606607616 -229.611862183 -0.010813417 0.999887943 0.010355113 5.609580994 0.606693685 -0.001671388 0.794933975 337.460968018\n0.792211354 0.016320471 -0.610028565 -230.169708252 -0.011053240 0.999862075 0.012395681 5.626096249 0.610146701 -0.003077208 0.792282522 338.186462402\n0.790560961 0.017687514 -0.612127841 -230.728454590 -0.011169154 0.999832988 0.014465382 5.635370255 0.612281501 -0.004598817 0.790626526 338.898712158\n0.788703799 0.018754356 -0.614487290 -231.298049927 -0.012345437 0.999816179 0.014669165 5.654850006 0.614649475 -0.003983513 0.788790345 339.616729736\n0.787216663 0.018908460 -0.616386652 -231.869674683 -0.012948817 0.999816298 0.014133113 5.672681332 0.616540611 -0.003144344 0.787316859 340.324768066\n0.785996795 0.017618524 -0.617979467 -232.446105957 -0.012330052 0.999841750 0.012823007 5.680058956 0.618107617 -0.002459125 0.786089659 341.058013916\n0.785320461 0.016426213 -0.618871570 -233.009429932 -0.011189478 0.999861240 0.012339571 5.696999550 0.618988395 -0.002765668 0.785395265 341.777648926\n0.785164773 0.017738370 -0.619032860 -233.611679077 -0.011895404 0.999837279 0.013562499 5.715407372 0.619172692 -0.003285150 0.785247982 342.520202637\n0.785297632 0.019085230 -0.618824244 -234.191879272 -0.012741991 0.999811292 0.014665511 5.727290154 0.618987381 -0.003631739 0.785392582 343.255004883\n0.786064982 0.020175355 -0.617814481 -234.770812988 -0.014484605 0.999793947 0.014220055 5.741653442 0.617974102 -0.002229090 0.786195278 343.990570068\n0.787804604 0.020799007 -0.615573943 -235.360656738 -0.016584400 0.999783635 0.012556151 5.759975433 0.615701914 0.000317131 0.787979126 344.718811035\n0.789429545 0.021575047 -0.613461912 -235.937286377 -0.017688233 0.999766648 0.012399138 5.778239250 0.613586247 0.001062809 0.789627016 345.463562012\n0.791082680 0.022078803 -0.611310661 -236.507293701 -0.018021304 0.999755800 0.012787391 5.794020653 0.611443758 0.000900730 0.791287422 346.213073730\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0027_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999046 -0.000626932 0.001213650 -0.002495579 0.000627227 0.999999762 -0.000243165 0.011243246 -0.001213497 0.000243926 0.999999225 1.175301433\n0.999995291 -0.002181479 0.002150616 0.002731967 0.002179245 0.999997079 0.001040361 0.012884043 -0.002152879 -0.001035669 0.999997139 2.369210958\n0.999988198 -0.003893390 0.002908079 0.009374185 0.003885628 0.999988914 0.002670127 0.020940740 -0.002918443 -0.002658795 0.999992192 3.566890955\n0.999983311 -0.004518133 0.003596887 0.011306865 0.004506155 0.999984324 0.003331080 0.032282747 -0.003611881 -0.003314816 0.999987960 4.772201538\n0.999981105 -0.004551646 0.004127723 0.008996439 0.004540083 0.999985754 0.002806419 0.046381388 -0.004140438 -0.002787625 0.999987543 5.990136623\n0.999980032 -0.004374192 0.004562879 0.010414765 0.004363243 0.999987602 0.002406895 0.047222495 -0.004573350 -0.002386938 0.999986708 7.239760876\n0.999980807 -0.003563827 0.005067969 0.014295282 0.003560079 0.999993384 0.000748366 0.051538829 -0.005070603 -0.000730309 0.999986887 8.462304115\n0.999984801 -0.001808656 0.005210142 0.018213145 0.001813898 0.999997854 -0.001001570 0.066743053 -0.005208320 0.001011005 0.999985933 9.719673157\n0.999988616 -0.000463563 0.004747646 0.009370884 0.000469205 0.999999166 -0.001187301 0.072723180 -0.004747092 0.001189515 0.999988019 10.966436386\n0.999990880 0.000695152 0.004215578 0.002746716 -0.000687069 0.999997914 -0.001918482 0.082089253 -0.004216903 0.001915568 0.999989271 12.233349800\n0.999991655 0.001948327 0.003591069 0.001288526 -0.001937198 0.999993324 -0.003099799 0.088840432 -0.003597085 0.003092816 0.999988735 13.510088921\n0.999993443 0.002202668 0.002870873 0.001586583 -0.002192701 0.999991596 -0.003470200 0.090346538 -0.002878492 0.003463882 0.999989867 14.801222801\n0.999994755 0.002413064 0.002165400 0.002157285 -0.002407488 0.999993801 -0.002573925 0.092222512 -0.002171597 0.002568698 0.999994338 16.111419678\n0.999997377 0.001621866 0.001622989 0.001929799 -0.001618008 0.999995887 -0.002376206 0.102501817 -0.001626836 0.002373574 0.999995887 17.433420181\n0.999998510 0.001087963 0.001334563 -0.004064960 -0.001084361 0.999995768 -0.002696486 0.109911330 -0.001337491 0.002695034 0.999995470 18.759248734\n0.999999821 -0.000129415 0.000602163 0.005376804 0.000131051 0.999996305 -0.002717260 0.114816546 -0.000601810 0.002717338 0.999996126 20.106554031\n0.999998093 -0.001930433 0.000312022 -0.003940592 0.001931177 0.999995232 -0.002404531 0.127357006 -0.000307378 0.002405129 0.999997079 21.466560364\n0.999992609 -0.003826631 -0.000289455 -0.007811706 0.003826159 0.999991357 -0.001615220 0.134421915 0.000295634 0.001614100 0.999998629 22.844957352\n0.999985158 -0.005404581 -0.000718612 -0.002858091 0.005403731 0.999984682 -0.001180648 0.143846661 0.000724982 0.001176747 0.999999046 24.227712631\n0.999981105 -0.006102452 -0.000742778 -0.004226780 0.006101880 0.999981105 -0.000770400 0.152553409 0.000747466 0.000765853 0.999999404 25.629261017\n0.999973714 -0.007229166 -0.000607124 -0.009360083 0.007228741 0.999973655 -0.000699056 0.164962366 0.000612161 0.000694649 0.999999583 27.041412354\n0.999972761 -0.007350613 -0.000687312 -0.017180683 0.007349936 0.999972522 -0.000983266 0.176415503 0.000694521 0.000978188 0.999999285 28.437139511\n0.999975741 -0.006954869 -0.000355347 -0.022727996 0.006954382 0.999974906 -0.001355968 0.182773456 0.000364769 0.001353464 0.999999046 29.885820389\n0.999972105 -0.007438338 -0.000635289 -0.020781189 0.007437403 0.999971271 -0.001462592 0.194732338 0.000646150 0.001457826 0.999998748 31.336778641\n0.999969125 -0.007828990 -0.000698614 -0.025501557 0.007828190 0.999968708 -0.001140453 0.201127619 0.000707520 0.001134948 0.999999106 32.778026581\n0.999968946 -0.007875089 -0.000222955 -0.030682988 0.007874915 0.999968708 -0.000766247 0.215226278 0.000228982 0.000764467 0.999999702 34.246593475\n0.999965966 -0.008232779 0.000518846 -0.041267671 0.008232966 0.999966025 -0.000358950 0.225006998 -0.000515873 0.000363209 0.999999821 35.712600708\n0.999959171 -0.008956754 0.001195124 -0.043383915 0.008956722 0.999959886 0.000031696 0.233567104 -0.001195360 -0.000020991 0.999999285 37.212615967\n0.999946892 -0.010160597 0.001722634 -0.041302957 0.010159079 0.999948025 0.000887569 0.253371030 -0.001731563 -0.000870021 0.999998093 38.714576721\n0.999938369 -0.010892608 0.002136259 -0.040475428 0.010891026 0.999940395 0.000750961 0.265670300 -0.002144312 -0.000727649 0.999997437 40.228519440\n0.999927104 -0.011709664 0.002948798 -0.051310521 0.011706891 0.999931037 0.000956034 0.273106426 -0.002959789 -0.000921443 0.999995172 41.720668793\n0.999901712 -0.013697507 0.002993837 -0.046778157 0.013696410 0.999906123 0.000386467 0.291432083 -0.002998850 -0.000345424 0.999995470 43.249687195\n0.999910355 -0.013086324 0.002844086 -0.038572244 0.013082367 0.999913454 0.001405306 0.297723681 -0.002862230 -0.001367973 0.999994993 44.762474060\n0.999906600 -0.013369100 0.002846852 -0.037061390 0.013363534 0.999908745 0.001965342 0.303441912 -0.002872867 -0.001927114 0.999994040 46.271293640\n0.999913037 -0.012913268 0.002683506 -0.035799664 0.012903595 0.999910295 0.003591282 0.315612555 -0.002729640 -0.003556343 0.999989927 47.792800903\n0.999935687 -0.011033235 0.002635914 -0.046289340 0.011022238 0.999930620 0.004151000 0.325469017 -0.002681530 -0.004121679 0.999987900 49.367359161\n0.999938488 -0.010899944 0.002043166 -0.033542141 0.010890069 0.999929249 0.004783242 0.343124777 -0.002095159 -0.004760697 0.999986470 50.936191559\n0.999953628 -0.009459306 0.001803750 -0.039343040 0.009451044 0.999945045 0.004534783 0.352271259 -0.001846547 -0.004517526 0.999988079 52.508239746\n0.999964476 -0.008273197 0.001616990 -0.036282416 0.008269544 0.999963284 0.002253417 0.364804208 -0.001635573 -0.002239965 0.999996126 54.063560486\n0.999969602 -0.007660057 0.001466643 -0.032683287 0.007658557 0.999970138 0.001026076 0.380223423 -0.001474459 -0.001014812 0.999998391 55.656490326\n0.999974728 -0.006956410 0.001484144 -0.041543555 0.006953143 0.999973416 0.002195524 0.374877721 -0.001499378 -0.002185149 0.999996483 57.248394012\n0.999980927 -0.006011099 0.001414768 -0.039488081 0.006006831 0.999977469 0.003001293 0.389297128 -0.001432777 -0.002992738 0.999994516 58.856586456\n0.999983251 -0.005349635 0.002213476 -0.053730432 0.005344024 0.999982536 0.002533192 0.404089957 -0.002226989 -0.002521321 0.999994338 60.489772797\n0.999985874 -0.004552243 0.002753377 -0.059436031 0.004546168 0.999987245 0.002208645 0.425434083 -0.002763396 -0.002196096 0.999993742 62.099479675\n0.999987245 -0.003822167 0.003310248 -0.059299093 0.003816133 0.999991059 0.001827434 0.444136083 -0.003317203 -0.001814778 0.999992847 63.741004944\n0.999987304 -0.003343554 0.003769555 -0.059784785 0.003337759 0.999993265 0.001542543 0.456998914 -0.003774687 -0.001529941 0.999991715 65.383758545\n0.999986351 -0.002773637 0.004422032 -0.059515305 0.002766073 0.999994695 0.001715696 0.465361387 -0.004426768 -0.001703441 0.999988735 67.022750854\n0.999985218 -0.002116402 0.005013451 -0.068176202 0.002108445 0.999996483 0.001591919 0.479115039 -0.005016802 -0.001581325 0.999986172 68.696441650\n0.999982238 -0.002616962 0.005354160 -0.061157737 0.002609862 0.999995708 0.001332761 0.495437145 -0.005357625 -0.001318763 0.999984801 70.357528687\n0.999980509 -0.003027333 0.005461183 -0.056737415 0.003019153 0.999994338 0.001505561 0.504140377 -0.005465710 -0.001489044 0.999983966 72.044921875\n0.999979675 -0.003470033 0.005352730 -0.046609491 0.003459649 0.999992132 0.001947970 0.516834259 -0.005359447 -0.001929412 0.999983788 73.717231750\n0.999976277 -0.004983034 0.004760457 -0.042999253 0.004970666 0.999984264 0.002606131 0.520804346 -0.004773369 -0.002582407 0.999985278 75.417945862\n0.999979675 -0.005102230 0.003817682 -0.047092047 0.005094395 0.999984920 0.002059262 0.527781248 -0.003828131 -0.002039771 0.999990582 77.111648560\n0.999979317 -0.005764106 0.002843347 -0.047265574 0.005757550 0.999980748 0.002308636 0.541406870 -0.002856600 -0.002292218 0.999993265 78.803337097\n0.999974310 -0.007016698 0.001470059 -0.039411642 0.007011947 0.999970257 0.003212467 0.549794436 -0.001492556 -0.003202076 0.999993742 80.514984131\n0.999965191 -0.008345289 0.000134960 -0.044403531 0.008344656 0.999956548 0.004155891 0.567184389 -0.000169636 -0.004154620 0.999991357 82.220390320\n0.999948561 -0.010110663 -0.000811415 -0.058236342 0.010114049 0.999939680 0.004281671 0.582894981 0.000768076 -0.004289658 0.999990523 83.962890625\n0.999919951 -0.012393671 -0.002548456 -0.061726410 0.012404589 0.999913752 0.004313796 0.601628482 0.002494772 -0.004345064 0.999987423 85.711288452\n0.999905825 -0.013105243 -0.004072401 -0.074122727 0.013126210 0.999900520 0.005165305 0.615782142 0.004004303 -0.005218274 0.999978364 87.454666138\n0.999886572 -0.014041082 -0.005445651 -0.086012267 0.014071337 0.999885559 0.005557901 0.630292594 0.005366989 -0.005633898 0.999969721 89.186470032\n0.999865830 -0.014804021 -0.007014659 -0.098516673 0.014841848 0.999875426 0.005371571 0.646940112 0.006934264 -0.005474960 0.999960959 90.930541992\n0.999844790 -0.015523531 -0.008334509 -0.119485028 0.015569311 0.999863923 0.005456198 0.667106926 0.008248676 -0.005585114 0.999950409 92.680519104\n0.999818921 -0.016479323 -0.009517958 -0.126672983 0.016533654 0.999847293 0.005658147 0.676737368 0.009423262 -0.005814489 0.999938667 94.440086365\n0.999805093 -0.016914329 -0.010185041 -0.153129831 0.016964884 0.999844074 0.004898059 0.699102700 0.010100606 -0.005069892 0.999936163 96.203002930\n0.999819100 -0.016156256 -0.010037958 -0.172348514 0.016200611 0.999859273 0.004353317 0.698971689 0.009966212 -0.004515151 0.999940157 97.972854614\n0.999825478 -0.015894102 -0.009814948 -0.186056957 0.015938381 0.999863088 0.004449763 0.715306699 0.009742878 -0.004605421 0.999941945 99.750190735\n0.999860525 -0.014609938 -0.008090444 -0.242012024 0.014650700 0.999880135 0.005001960 0.724882841 0.008016396 -0.005119794 0.999954760 101.539756775\n0.999868691 -0.014478059 -0.007277805 -0.265996575 0.014508510 0.999886155 0.004149022 0.754397511 0.007216906 -0.004254067 0.999964893 103.341590881\n0.999864936 -0.015283611 -0.006042023 -0.271337420 0.015297675 0.999880373 0.002288403 0.755870521 0.006006325 -0.002380522 0.999979138 105.124954224\n0.999868989 -0.015234591 -0.005470302 -0.279912859 0.015243671 0.999882519 0.001621860 0.772814631 0.005444951 -0.001705035 0.999983728 106.942703247\n0.999864757 -0.016025255 -0.003689624 -0.293117076 0.016032355 0.999869645 0.001902524 0.760381043 0.003658654 -0.001961421 0.999991357 108.727882385\n0.999846041 -0.017122827 -0.003829186 -0.289553672 0.017133463 0.999849379 0.002762458 0.780200958 0.003781308 -0.002827640 0.999988854 110.538002014\n0.999830246 -0.018317012 -0.001985954 -0.314394802 0.018327752 0.999816716 0.005531531 0.789794087 0.001884269 -0.005566990 0.999982715 112.356918335\n0.999809146 -0.019510347 -0.000986892 -0.324852496 0.019515892 0.999791801 0.005960238 0.803493738 0.000870400 -0.005978361 0.999981761 114.160430908\n0.999782801 -0.020838426 -0.000277478 -0.329629749 0.020839702 0.999765396 0.005905561 0.821388721 0.000154351 -0.005910061 0.999982536 115.973182678\n0.999731600 -0.023163898 -0.000419350 -0.314824253 0.023165900 0.999715686 0.005650938 0.842026770 0.000288333 -0.005659136 0.999983966 117.803161621\n0.999694824 -0.024700860 -0.000316372 -0.324329793 0.024702113 0.999682903 0.004892068 0.859870136 0.000195434 -0.004898391 0.999987960 119.608520508\n0.999663055 -0.025932375 -0.001126868 -0.320688158 0.025938425 0.999647081 0.005733247 0.879317164 0.000977793 -0.005760545 0.999982953 121.441322327\n0.999624550 -0.027372332 -0.001222906 -0.327151000 0.027380520 0.999598622 0.007273322 0.900494337 0.001023327 -0.007304075 0.999972820 123.309120178\n0.999642551 -0.026695024 -0.001477282 -0.336495578 0.026707686 0.999599636 0.009343753 0.923362970 0.001227259 -0.009379867 0.999955237 125.183662415\n0.999634802 -0.026952535 -0.001961198 -0.337166995 0.026969893 0.999591649 0.009440018 0.954683781 0.001705965 -0.009489464 0.999953508 127.055007935\n0.999659181 -0.026069116 -0.001378528 -0.346950412 0.026081029 0.999614894 0.009477349 0.983794570 0.001130931 -0.009510072 0.999954164 128.945465088\n0.999680579 -0.025261283 -0.000783679 -0.364264578 0.025267633 0.999634862 0.009573588 1.015468597 0.000541552 -0.009590332 0.999953866 130.782943726\n0.999681830 -0.025223704 0.000035367 -0.359212250 0.025222057 0.999630749 0.010111431 1.041285992 -0.000290402 -0.010107322 0.999948859 132.664916992\n0.999702334 -0.024371235 0.001151789 -0.370423168 0.024357883 0.999648631 0.010452916 1.062902570 -0.001406135 -0.010421749 0.999944687 134.528121948\n0.999732792 -0.022996644 0.002345239 -0.381240249 0.022971706 0.999684513 0.010156278 1.100624084 -0.002578060 -0.010099689 0.999945700 136.445587158\n0.999751925 -0.022054119 0.003111380 -0.379903376 0.022022285 0.999708295 0.009919627 1.127931476 -0.003329241 -0.009848646 0.999945939 138.345397949\n0.999766529 -0.021279208 0.003753525 -0.381921113 0.021242548 0.999728739 0.009550495 1.153980017 -0.003955734 -0.009468530 0.999947369 140.262710571\n0.999775887 -0.020661941 0.004608984 -0.384380043 0.020619147 0.999745548 0.009146972 1.188914895 -0.004796806 -0.009049889 0.999947548 142.169708252\n0.999764323 -0.021241898 0.004475072 -0.359969139 0.021201434 0.999735594 0.008903572 1.220681429 -0.004663017 -0.008806597 0.999950349 144.152633667\n0.999773383 -0.020691764 0.005001110 -0.373331070 0.020649821 0.999752343 0.008297913 1.248541951 -0.005171570 -0.008192761 0.999953091 146.077941895\n0.999765754 -0.021161497 0.004539515 -0.364041984 0.021124218 0.999743998 0.008108465 1.270700455 -0.004709940 -0.008010672 0.999956846 148.049011230\n0.999761224 -0.021308729 0.004846631 -0.367407590 0.021272559 0.999746382 0.007396174 1.296364427 -0.005003005 -0.007291307 0.999960899 149.972640991\n0.999772310 -0.020836378 0.004597506 -0.358262986 0.020799551 0.999752343 0.007917548 1.323022366 -0.004761341 -0.007820119 0.999958098 151.961151123\n0.999801219 -0.019329626 0.004882963 -0.372719318 0.019291511 0.999783993 0.007735948 1.337242842 -0.005031441 -0.007640210 0.999958158 153.895431519\n0.999796152 -0.019587232 0.004892722 -0.368979424 0.019547464 0.999776542 0.008047576 1.357256293 -0.005049258 -0.007950296 0.999955654 155.854782104\n0.999841571 -0.017043380 0.005131220 -0.369303346 0.017003421 0.999825537 0.007732900 1.388121843 -0.005262119 -0.007644427 0.999956906 157.826614380\n0.999862909 -0.015665449 0.005363886 -0.374016017 0.015621149 0.999844313 0.008203555 1.412631035 -0.005491564 -0.008118640 0.999951959 159.820938110\n0.999870002 -0.015232932 0.005287318 -0.365308821 0.015187540 0.999848366 0.008521698 1.437860847 -0.005416327 -0.008440290 0.999949694 161.823822021\n0.999882817 -0.014361539 0.005303275 -0.374025941 0.014311180 0.999853253 0.009414552 1.467024803 -0.005437705 -0.009337553 0.999941647 163.831069946\n0.999870360 -0.015271138 0.005106443 -0.379095435 0.015222085 0.999838889 0.009510847 1.502014279 -0.005250861 -0.009431884 0.999941707 165.845626831\n0.999869764 -0.015516233 0.004436472 -0.386715025 0.015473465 0.999834955 0.009517345 1.530770302 -0.004583413 -0.009447457 0.999944866 167.874588013\n0.999869406 -0.015904035 0.002875046 -0.377728671 0.015875185 0.999826014 0.009793402 1.555815458 -0.003030301 -0.009746481 0.999947906 169.904144287\n0.999870837 -0.015930802 0.002112151 -0.381480694 0.015912233 0.999836981 0.008535020 1.584220529 -0.002247776 -0.008500309 0.999961317 171.930404663\n0.999880850 -0.015389767 0.001177175 -0.385903507 0.015379946 0.999850214 0.007941165 1.611936808 -0.001299211 -0.007922114 0.999967754 173.974090576\n0.999887407 -0.015001729 0.000384605 -0.396956176 0.014997978 0.999852359 0.008385791 1.633571863 -0.000510349 -0.008379079 0.999964774 176.022552490\n0.999868512 -0.016177511 -0.001138121 -0.396520406 0.016186899 0.999830365 0.008788778 1.663002253 0.000995748 -0.008806045 0.999960721 178.068115234\n0.999849200 -0.017243154 -0.002055627 -0.405970156 0.017260296 0.999813735 0.008635414 1.690681577 0.001906342 -0.008669592 0.999960601 180.134094238\n0.999849141 -0.017064907 -0.003234741 -0.416779548 0.017094396 0.999810457 0.009319788 1.713002205 0.003075087 -0.009373678 0.999951363 182.222824097\n0.999837518 -0.017424736 -0.004613374 -0.426856041 0.017471053 0.999795377 0.010197114 1.742186427 0.004434749 -0.010276058 0.999937356 184.304168701\n0.999830723 -0.017479589 -0.005739946 -0.441763788 0.017538106 0.999793053 0.010307536 1.779221296 0.005558587 -0.010406459 0.999930382 186.388214111\n0.999861836 -0.015273206 -0.006560401 -0.458496362 0.015337188 0.999834180 0.009815740 1.816189647 0.006409395 -0.009915002 0.999930322 188.473602295\n0.999848425 -0.015526225 -0.007875558 -0.471879065 0.015604368 0.999828637 0.009959843 1.842936516 0.007719570 -0.010081227 0.999919415 190.543045044\n0.999835551 -0.015840996 -0.008831001 -0.500354528 0.015935032 0.999816000 0.010681652 1.870107532 0.008660167 -0.010820617 0.999903977 192.600830078\n0.999839485 -0.015450445 -0.009069872 -0.545108795 0.015551435 0.999816656 0.011171707 1.894632339 0.008895601 -0.011310964 0.999896467 194.677200317\n0.999820054 -0.015929790 -0.010299471 -0.557063460 0.016053669 0.999798417 0.012059167 1.942994356 0.010105295 -0.012222341 0.999874234 196.767410278\n0.999798119 -0.016813608 -0.010999513 -0.578687131 0.016949877 0.999779284 0.012414967 1.975144148 0.010788345 -0.012598901 0.999862432 198.821731567\n0.999790370 -0.017419938 -0.010758189 -0.628815651 0.017549759 0.999772847 0.012093032 2.002271652 0.010545086 -0.012279300 0.999868989 200.922058105\n0.999769568 -0.018207731 -0.011369330 -0.634381533 0.018320434 0.999783278 0.009888731 2.040078640 0.011186815 -0.010094743 0.999886453 202.942031860\n0.999805570 -0.016496513 -0.010801173 -0.670698106 0.016601665 0.999814928 0.009718969 2.060424805 0.010638845 -0.009896397 0.999894440 204.966583252\n0.999857128 -0.014207997 -0.009155384 -0.719967604 0.014301249 0.999845684 0.010201703 2.092657566 0.009009026 -0.010331179 0.999906063 207.072113037\n0.999864519 -0.014328744 -0.008102763 -0.749008000 0.014424317 0.999825597 0.011862254 2.118725777 0.007931378 -0.011977524 0.999896824 209.161056519\n0.999891341 -0.013211425 -0.006535927 -0.775231779 0.013292126 0.999834001 0.012461977 2.155648947 0.006370201 -0.012547500 0.999900997 211.259231567\n0.999881983 -0.014331980 -0.005534044 -0.791596174 0.014394829 0.999830365 0.011489147 2.173071861 0.005368443 -0.011567453 0.999918699 213.377746582\n0.999886513 -0.014349558 -0.004587925 -0.811672330 0.014394607 0.999846995 0.009941570 2.203246593 0.004444566 -0.010006484 0.999940038 215.492507935\n0.999883950 -0.014826347 -0.003508011 -0.826089442 0.014856355 0.999851882 0.008688718 2.228538513 0.003378670 -0.008739826 0.999956071 217.600036621\n0.999856651 -0.016726643 -0.002625937 -0.845097959 0.016752727 0.999807179 0.010247226 2.262324095 0.002454029 -0.010289748 0.999944031 219.720626831\n0.999847174 -0.017433731 -0.001317748 -0.859101295 0.017447140 0.999787688 0.010959860 2.294599056 0.001126397 -0.010981176 0.999939084 221.833892822\n0.999842465 -0.017739110 -0.000596729 -0.870759904 0.017744390 0.999787629 0.010478078 2.321120262 0.000410730 -0.010487016 0.999944925 223.957748413\n0.999842405 -0.017750908 0.000171746 -0.878609896 0.017748561 0.999799669 0.009251109 2.357541084 -0.000335927 -0.009246604 0.999957204 226.079513550\n0.999847174 -0.017480846 0.000210283 -0.875340283 0.017478151 0.999804378 0.009257692 2.385511160 -0.000372074 -0.009252602 0.999957144 228.243911743\n0.999840260 -0.017861100 0.000632834 -0.885068417 0.017853389 0.999784350 0.010606810 2.417177200 -0.000822147 -0.010593819 0.999943554 230.405151367\n0.999829292 -0.018456055 0.000893987 -0.893352509 0.018444676 0.999764919 0.011397143 2.445139170 -0.001104124 -0.011378708 0.999934673 232.534637451\n0.999821126 -0.018883303 0.001069166 -0.907460690 0.018869471 0.999753118 0.011734143 2.480443239 -0.001290481 -0.011711869 0.999930561 234.673812866\n0.999785006 -0.020706905 0.001055846 -0.900418162 0.020692380 0.999710381 0.012288283 2.512002945 -0.001309992 -0.012263793 0.999923944 236.818069458\n0.999756455 -0.022036960 0.001190293 -0.904712737 0.022021048 0.999684989 0.012041956 2.550387621 -0.001455286 -0.012012811 0.999926805 238.987335205\n0.999759257 -0.021903211 0.001289420 -0.906225204 0.021885647 0.999684274 0.012344179 2.581460714 -0.001559390 -0.012312988 0.999922991 241.142013550\n0.999781668 -0.020839682 0.001531548 -0.914858699 0.020818304 0.999700665 0.012853834 2.611626625 -0.001798959 -0.012819144 0.999916196 243.296142578\n0.999782145 -0.020806579 0.001669697 -0.915591240 0.020782365 0.999694169 0.013403229 2.656671762 -0.001948061 -0.013365609 0.999908805 245.453964233\n0.999820590 -0.018867211 0.001665290 -0.916854918 0.018841939 0.999723434 0.014072903 2.683458805 -0.001930346 -0.014039000 0.999899566 247.609878540\n0.999836266 -0.017970433 0.002113971 -0.924736857 0.017939668 0.999744236 0.013768903 2.713050127 -0.002360863 -0.013728726 0.999902964 249.772598267\n0.999850929 -0.017031116 0.002828861 -0.930581629 0.016993258 0.999772310 0.012906938 2.758392096 -0.003048037 -0.012856943 0.999912679 251.977493286\n0.999852538 -0.016848996 0.003310484 -0.932619989 0.016804494 0.999773741 0.013039811 2.789197683 -0.003529443 -0.012982257 0.999909520 254.167816162\n0.999858439 -0.016390869 0.003793085 -0.927017152 0.016340729 0.999783337 0.012892632 2.821697712 -0.004003584 -0.012828825 0.999909699 256.347442627\n0.999848783 -0.016853571 0.004287343 -0.925784171 0.016795177 0.999770343 0.013309582 2.857792616 -0.004510673 -0.013235562 0.999902248 258.533477783\n0.999831855 -0.017709488 0.004753503 -0.915096283 0.017640743 0.999744475 0.014133936 2.892381668 -0.005002593 -0.014047705 0.999888837 260.743469238\n0.999789894 -0.019797873 0.005307336 -0.904460430 0.019715561 0.999691010 0.015136913 2.932517290 -0.005605375 -0.015029096 0.999871373 262.935882568\n0.999759018 -0.021229224 0.005591536 -0.886540711 0.021141933 0.999660432 0.015233184 2.962975025 -0.005913026 -0.015111297 0.999868333 265.117584229\n0.999727547 -0.022589099 0.005882382 -0.874877512 0.022514177 0.999668300 0.012505790 3.004586935 -0.006162925 -0.012369946 0.999904513 267.292419434\n0.999692738 -0.023969801 0.006317532 -0.865006983 0.023889175 0.999635935 0.012543160 3.043255329 -0.006615888 -0.012388386 0.999901354 269.490447998\n0.999675453 -0.024796402 0.005844091 -0.852916002 0.024713397 0.999598324 0.013871400 3.084686756 -0.006185704 -0.013722470 0.999886692 271.699890137\n0.999689937 -0.024162784 0.006017171 -0.852921784 0.024068346 0.999593198 0.015301493 3.128513336 -0.006384450 -0.015151925 0.999864817 273.904235840\n0.999727726 -0.022622103 0.005716283 -0.850818217 0.022538107 0.999642909 0.014354577 3.164205790 -0.006038973 -0.014221835 0.999880612 276.090484619\n0.999767363 -0.020891249 0.005362519 -0.856345952 0.020821255 0.999701381 0.012792456 3.204442024 -0.005628168 -0.012677826 0.999903798 278.277496338\n0.999825239 -0.018095462 0.004691958 -0.845367551 0.018040083 0.999770105 0.011587975 3.237615585 -0.004900570 -0.011501307 0.999921858 280.485107422\n0.999871790 -0.015443916 0.004225012 -0.846007943 0.015397825 0.999823868 0.010732322 3.276933908 -0.004390017 -0.010665890 0.999933481 282.698730469\n0.999903321 -0.013320386 0.003993978 -0.858764470 0.013274415 0.999847770 0.011323791 3.308703661 -0.004144207 -0.011269678 0.999927878 284.908874512\n0.999914289 -0.012567661 0.003675362 -0.867956460 0.012519029 0.999837518 0.012968276 3.349888802 -0.003837746 -0.012921153 0.999909163 287.132873535\n0.999930918 -0.011380407 0.002944495 -0.867239177 0.011332507 0.999810934 0.015802506 3.390616894 -0.003123777 -0.015768046 0.999870777 289.359863281\n0.999913275 -0.012898603 0.002654578 -0.870561421 0.012849043 0.999757051 0.017909117 3.426276684 -0.002884936 -0.017873457 0.999836087 291.571807861\n0.999874413 -0.015748540 0.001765201 -0.864241898 0.015712291 0.999696970 0.018949939 3.485403299 -0.002063100 -0.018919824 0.999818861 293.815155029\n0.999810338 -0.019454209 0.000899903 -0.864700198 0.019433478 0.999628603 0.019104587 3.533259392 -0.001271234 -0.019083476 0.999817073 296.043823242\n0.999774516 -0.021235190 0.000138567 -0.865579009 0.021230098 0.999641299 0.016326100 3.579355478 -0.000485205 -0.016319476 0.999866724 298.270294189\n0.999744594 -0.022597859 -0.000367470 -0.873773456 0.022600736 0.999658406 0.013123609 3.619424105 0.000070779 -0.013128562 0.999913812 300.508270264\n0.999731600 -0.023145953 -0.001006767 -0.888293326 0.023157082 0.999647498 0.012985350 3.664707661 0.000705854 -0.013005177 0.999915183 302.755981445\n0.999748707 -0.022394150 -0.001004072 -0.911087453 0.022406289 0.999645352 0.014392745 3.712884665 0.000681403 -0.014411625 0.999895930 305.018524170\n0.999802053 -0.019801397 -0.001937051 -0.932698607 0.019828856 0.999685287 0.015366896 3.763583183 0.001632156 -0.015402264 0.999880075 307.266082764\n0.999817014 -0.019009048 -0.002140988 -0.945909023 0.019041155 0.999688506 0.016134299 3.802927017 0.001833624 -0.016172115 0.999867558 309.511688232\n0.999838650 -0.017807947 -0.002364126 -0.963651359 0.017841641 0.999726951 0.015090875 3.851404905 0.002094743 -0.015130620 0.999883354 311.772430420\n0.999848485 -0.017192781 -0.002714331 -0.969622135 0.017231580 0.999739230 0.014984050 3.895935535 0.002456006 -0.015028552 0.999884069 314.024139404\n0.999877632 -0.015341079 -0.003058832 -0.979209602 0.015387279 0.999758363 0.015700364 3.939268112 0.002817233 -0.015745511 0.999872088 316.289978027\n0.999904275 -0.013503269 -0.003015692 -1.007582903 0.013552041 0.999767303 0.016784407 3.988416672 0.002788346 -0.016823668 0.999854565 318.606231689\n0.999916017 -0.012665155 -0.002752491 -1.032117367 0.012707144 0.999794185 0.015814032 4.042015076 0.002551637 -0.015847681 0.999871135 320.884338379\n0.999902248 -0.013694035 -0.002816751 -1.034879684 0.013734458 0.999795079 0.014870840 4.083037376 0.002612532 -0.014908073 0.999885440 323.124237061\n0.999887824 -0.014669530 -0.003019174 -1.039819241 0.014708406 0.999803543 0.013284626 4.126325607 0.002823702 -0.013327544 0.999907196 325.416656494\n0.999891937 -0.014416726 -0.002867988 -1.059301257 0.014453937 0.999805629 0.013407180 4.170086384 0.002674143 -0.013447185 0.999906003 327.695861816\n0.999897897 -0.014015652 -0.002791659 -1.071779490 0.014053235 0.999804199 0.013931557 4.209592342 0.002595852 -0.013969366 0.999899030 329.942565918\n0.999888420 -0.014691655 -0.002700913 -1.081599236 0.014728362 0.999791920 0.014114173 4.264641762 0.002492990 -0.014152379 0.999896765 332.249938965\n0.999885321 -0.015002841 -0.002053991 -1.107868314 0.015029550 0.999793589 0.013671867 4.311796188 0.001848451 -0.013701170 0.999904454 334.567321777\n0.999877930 -0.015458540 -0.002264954 -1.111484885 0.015487211 0.999792397 0.013240797 4.347681522 0.002059801 -0.013274259 0.999909759 336.881286621\n0.999880373 -0.015364780 -0.001788585 -1.127874374 0.015386842 0.999796391 0.013055108 4.388949871 0.001587632 -0.013081066 0.999913156 339.154571533\n0.999861479 -0.016547479 -0.001780831 -1.132391214 0.016570117 0.999770820 0.013552899 4.426938057 0.001556156 -0.013580530 0.999906540 341.447937012\n0.999862313 -0.016532782 -0.001438817 -1.156674743 0.016550481 0.999774456 0.013308711 4.470091343 0.001218463 -0.013330692 0.999910414 343.760803223\n0.999864817 -0.016429262 -0.000674462 -1.174688578 0.016436465 0.999785364 0.012614317 4.512542725 0.000467074 -0.012623698 0.999920189 346.071746826\n0.999870002 -0.016122665 -0.000196985 -1.186008215 0.016123867 0.999792278 0.012467171 4.547821522 -0.000004059 -0.012468726 0.999922276 348.394866943\n0.999871135 -0.016053680 0.000006398 -1.191447139 0.016052252 0.999787331 0.012948384 4.589949131 -0.000214265 -0.012946612 0.999916196 350.703002930\n0.999854386 -0.017063729 0.000019740 -1.192729354 0.017061906 0.999763131 0.013511018 4.627207279 -0.000250284 -0.013508714 0.999908745 353.041961670\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0028_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999940 -0.000397871 0.000008054 -0.016857401 0.000397867 0.999999821 0.000479606 0.003328381 -0.000008245 -0.000479602 0.999999881 1.874316454\n0.999998927 -0.001473412 0.000014876 -0.020591222 0.001473416 0.999998868 -0.000279049 0.007544556 -0.000014465 0.000279071 0.999999940 3.724936962\n0.999997556 -0.002101291 -0.000695830 -0.019713584 0.002100876 0.999997616 -0.000597312 0.010756046 0.000697083 0.000595849 0.999999583 5.578139305\n0.999993205 -0.003557862 -0.000946919 -0.038551118 0.003557079 0.999993324 -0.000827536 0.008091341 0.000949857 0.000824162 0.999999225 7.436439037\n0.999989510 -0.004070699 -0.002101385 -0.039520647 0.004067842 0.999990821 -0.001362203 0.014745948 0.002106911 0.001353640 0.999996841 9.304337502\n0.999984622 -0.004726237 -0.002907492 -0.051471580 0.004722570 0.999988019 -0.001266849 0.002654170 0.002913444 0.001253099 0.999994993 11.164008141\n0.999983847 -0.004636019 -0.003280322 -0.069716468 0.004629682 0.999987423 -0.001936960 -0.003451914 0.003289261 0.001921742 0.999992728 13.024476051\n0.999982774 -0.004831140 -0.003339162 -0.086042888 0.004820375 0.999983191 -0.003224413 -0.015702305 0.003354683 0.003208261 0.999989212 14.886715889\n0.999988317 -0.003717727 -0.003088218 -0.105538122 0.003706332 0.999986351 -0.003687413 -0.014648659 0.003101885 0.003675924 0.999988437 16.740301132\n0.999992251 -0.003174725 -0.002327043 -0.125374824 0.003166702 0.999989033 -0.003443292 -0.023072876 0.002337949 0.003435896 0.999991357 18.593351364\n0.999997139 -0.002042910 -0.001231232 -0.139636770 0.002039333 0.999993742 -0.002899647 -0.024962559 0.001237148 0.002897128 0.999995053 20.443696976\n0.999997199 -0.002072523 0.001135198 -0.148404106 0.002075529 0.999994338 -0.002652791 -0.036336929 -0.001129693 0.002655140 0.999995828 22.317550659\n0.999993503 -0.001107641 0.003435353 -0.153007269 0.001114033 0.999997675 -0.001859229 -0.037686858 -0.003433286 0.001863044 0.999992371 24.152742386\n0.999979734 -0.000611584 0.006335947 -0.163606599 0.000619016 0.999999106 -0.001171075 -0.045420591 -0.006335225 0.001174973 0.999979258 25.990365982\n0.999965549 0.000342068 0.008290506 -0.153412938 -0.000338485 0.999999821 -0.000433667 -0.051022794 -0.008290653 0.000430846 0.999965549 27.816947937\n0.999935567 0.000471502 0.011341830 -0.133478329 -0.000450443 0.999998152 -0.001859178 -0.054289278 -0.011342686 0.001853950 0.999933958 29.659067154\n0.999891281 0.002159304 0.014588377 -0.130187199 -0.002121293 0.999994338 -0.002620541 -0.051767830 -0.014593951 0.002589310 0.999890149 31.464900970\n0.999836981 0.002029616 0.017942183 -0.100894414 -0.001988263 0.999995351 -0.002322306 -0.065708324 -0.017946813 0.002286253 0.999836326 33.315628052\n0.999752581 0.003026239 0.022035865 -0.068831302 -0.002982076 0.999993503 -0.002036735 -0.069847934 -0.022041885 0.001970519 0.999755085 35.131004333\n0.999628961 0.003971167 0.026948493 -0.030152164 -0.003924797 0.999990702 -0.001773355 -0.069943890 -0.026955286 0.001666930 0.999635279 36.950634003\n0.999481261 0.005677512 0.031701833 0.008068567 -0.005609591 0.999981761 -0.002231047 -0.072248541 -0.031713922 0.002052055 0.999494910 38.764804840\n0.999314129 0.005875506 0.036562040 0.065316930 -0.005783342 0.999979854 -0.002626000 -0.075861976 -0.036576733 0.002412748 0.999327958 40.551277161\n0.999110818 0.006277236 0.041691680 0.130565673 -0.006138176 0.999975145 -0.003462626 -0.075431019 -0.041712381 0.003203636 0.999124527 42.355594635\n0.998879075 0.006953043 0.046820838 0.211569399 -0.006787672 0.999970138 -0.003690071 -0.078460641 -0.046845097 0.003368130 0.998896480 44.149993896\n0.998600781 0.006885806 0.052432086 0.306879580 -0.006684087 0.999969602 -0.004021612 -0.083096780 -0.052458182 0.003665524 0.998616397 45.939983368\n0.998229563 0.008067608 0.058929656 0.396036893 -0.007780257 0.999956727 -0.005104001 -0.090405218 -0.058968283 0.004636476 0.998249114 47.739471436\n0.997812152 0.007805615 0.065650150 0.501348794 -0.007468567 0.999957621 -0.005377863 -0.097383276 -0.065689348 0.004875784 0.997828186 49.540512085\n0.997338533 0.008023493 0.072466642 0.622459590 -0.007674453 0.999957561 -0.005093717 -0.108489022 -0.072504438 0.004524019 0.997357845 51.324527740\n0.996760607 0.008633069 0.079961061 0.753919423 -0.008164614 0.999947548 -0.006183632 -0.110149965 -0.080010258 0.005510750 0.996778786 53.110107422\n0.996084332 0.009567497 0.087888673 0.900148690 -0.009088455 0.999941587 -0.005849110 -0.125841483 -0.087939501 0.005027435 0.996113122 54.898944855\n0.995277584 0.011026167 0.096441321 1.068967104 -0.010521330 0.999928176 -0.005741642 -0.132008821 -0.096497700 0.004699836 0.995322108 56.695938110\n0.994335473 0.011911194 0.105617687 1.249929547 -0.011420395 0.999921024 -0.005250534 -0.141745210 -0.105671883 0.004014597 0.994392931 58.474555969\n0.993185937 0.013134538 0.115797900 1.441827893 -0.012642968 0.999907672 -0.004978565 -0.159320518 -0.115852602 0.003480611 0.993260324 60.278491974\n0.991908729 0.013426295 0.126241013 1.655939102 -0.012866224 0.999903440 -0.005250897 -0.167936474 -0.126299322 0.003584166 0.991985679 62.056377411\n0.990571558 0.012308631 0.136442184 1.901161194 -0.011485483 0.999910772 -0.006818571 -0.172859997 -0.136513934 0.005187178 0.990624547 63.835845947\n0.988987863 0.011896380 0.147517711 2.145376205 -0.010693103 0.999902785 -0.008947228 -0.186513692 -0.147609815 0.007271278 0.989018917 65.602439880\n0.987324893 0.009410777 0.158433080 2.422070265 -0.007911290 0.999917746 -0.010092527 -0.206434011 -0.158515021 0.008711192 0.987318158 67.367324829\n0.985492170 0.008643058 0.169500589 2.711085558 -0.006959765 0.999920428 -0.010522536 -0.226187930 -0.169578046 0.009190192 0.985473931 69.141242981\n0.983603239 0.007646257 0.180183858 3.037349939 -0.005756428 0.999922812 -0.011008899 -0.243378729 -0.180254117 0.009791173 0.983571351 70.951843262\n0.981613874 0.007349765 0.190736026 3.370097637 -0.005284342 0.999921799 -0.011335077 -0.255354047 -0.190804422 0.010118754 0.981575906 72.709411621\n0.979195416 0.009156038 0.202712744 3.705234766 -0.007186774 0.999919593 -0.010448509 -0.299299836 -0.202792108 0.008774281 0.979182482 74.495719910\n0.976866961 0.010021792 0.213612854 4.078596115 -0.007909138 0.999911010 -0.010742445 -0.314216435 -0.213701501 0.008804447 0.976859331 76.265106201\n0.974385738 0.009963300 0.224662319 4.459822178 -0.007373687 0.999896407 -0.012362788 -0.326736659 -0.224762216 0.010389534 0.974358261 78.031318665\n0.971739948 0.010382113 0.235825598 4.863795280 -0.007503456 0.999886036 -0.013100878 -0.346729249 -0.235934734 0.010961140 0.971707106 79.789413452\n0.969125628 0.009112597 0.246398985 5.300582409 -0.006196850 0.999901354 -0.012606265 -0.379678011 -0.246489555 0.010690157 0.969086468 81.540412903\n0.966530979 0.007231724 0.256447971 5.744178295 -0.004466063 0.999925435 -0.011365253 -0.393697321 -0.256511033 0.009839557 0.966491222 83.275878906\n0.964019299 0.004116517 0.265800476 6.220121384 -0.001339796 0.999942660 -0.010627114 -0.418181807 -0.265828967 0.009888625 0.963969469 85.019371033\n0.961346388 0.002341778 0.275331974 6.707788467 0.000786981 0.999936402 -0.011252563 -0.426694393 -0.275340825 0.011034292 0.961283326 86.773437500\n0.958700478 0.001154304 0.284415245 7.217161179 0.002457151 0.999920845 -0.012340706 -0.448696524 -0.284406990 0.012529892 0.958621740 88.513496399\n0.956014514 -0.000237345 0.293319255 7.736481190 0.004382221 0.999899626 -0.013473872 -0.467422783 -0.293286622 0.014166608 0.955919623 90.245170593\n0.953320384 -0.000675924 0.301959991 8.276713371 0.005318190 0.999879956 -0.014551913 -0.487475038 -0.301913917 0.015478516 0.953209519 91.976562500\n0.950488269 -0.000811617 0.310759485 8.830320358 0.005619657 0.999877989 -0.014576871 -0.509058714 -0.310709715 0.015601506 0.950376809 93.712150574\n0.947494030 -0.001198937 0.319771260 9.388046265 0.006040828 0.999881625 -0.014150281 -0.529094338 -0.319716454 0.015338990 0.947389126 95.429168701\n0.944730699 -0.001939768 0.327841640 9.962500572 0.006456597 0.999898612 -0.012689584 -0.550752997 -0.327783793 0.014104981 0.944647491 97.144729614\n0.942386627 -0.002967221 0.334512502 10.566164017 0.007110537 0.999912441 -0.011162256 -0.570840359 -0.334450066 0.012897724 0.942325234 98.866195679\n0.940023661 -0.002238550 0.341101915 11.174327850 0.006427167 0.999917209 -0.011150110 -0.584401667 -0.341048717 0.012673685 0.939960182 100.592811584\n0.937827110 -0.001661509 0.347098738 11.802109718 0.006178658 0.999909997 -0.011907720 -0.597048223 -0.347047716 0.013311988 0.937753022 102.292533875\n0.935220599 -0.000547948 0.354065120 12.435632706 0.004841783 0.999925077 -0.011241518 -0.616856396 -0.354032427 0.012227606 0.935153186 104.031112671\n0.932805419 0.000263067 0.360380322 13.090976715 0.003755902 0.999938309 -0.010451671 -0.631956995 -0.360360861 0.011102929 0.932746887 105.744987488\n0.930150092 0.001582282 0.367176116 13.744877815 0.002559676 0.999938488 -0.010793371 -0.644510567 -0.367170602 0.010979308 0.930088818 107.456855774\n0.927657187 0.001327220 0.373430520 14.419822693 0.002597662 0.999946535 -0.010006919 -0.663799763 -0.373423845 0.010253036 0.927604198 109.163459778\n0.925118506 0.000346811 0.379678279 15.109794617 0.003020758 0.999961197 -0.008273735 -0.677707911 -0.379666418 0.008801102 0.925081611 110.868560791\n0.922616780 -0.000547640 0.385717481 15.822305679 0.004474060 0.999946892 -0.009282007 -0.685255468 -0.385691911 0.010289459 0.922570229 112.568725586\n0.919795930 0.000076213 0.392397046 16.533891678 0.004179777 0.999941349 -0.009991795 -0.696966529 -0.392374784 0.010830545 0.919741631 114.305679321\n0.916789770 0.001547056 0.399367183 17.257127762 0.003031276 0.999936759 -0.010832138 -0.713547707 -0.399358690 0.011141386 0.916727066 116.015289307\n0.913368464 0.002904944 0.407123655 17.982385635 0.002142873 0.999926388 -0.011942226 -0.720256448 -0.407128364 0.011780065 0.913294971 117.731338501\n0.910117567 0.003015853 0.414339155 18.762441635 0.002413428 0.999917984 -0.012579329 -0.748330593 -0.414343119 0.012448646 0.910035610 119.446083069\n0.906627297 0.003685492 0.421916276 19.525461197 0.001609649 0.999924362 -0.012193332 -0.762835681 -0.421929300 0.011733945 0.906552792 121.142547607\n0.903091311 0.004598768 0.429424018 20.316953659 0.000421199 0.999932706 -0.011594228 -0.782261789 -0.429448426 0.010651520 0.903028548 122.841705322\n0.899581552 0.004903131 0.436725289 21.116992950 0.000260124 0.999930799 -0.011762072 -0.792199492 -0.436752737 0.010694547 0.899518013 124.525825500\n0.895780206 0.005679965 0.444460988 21.933689117 -0.000468090 0.999929845 -0.011835147 -0.826097608 -0.444497049 0.010393642 0.895720005 126.235099792\n0.892439783 0.005510310 0.451132923 22.770944595 0.000100447 0.999922991 -0.012412147 -0.843123257 -0.451166570 0.011122408 0.892370462 127.912315369\n0.889195800 0.005291035 0.457496226 23.616891861 0.000642898 0.999917686 -0.012813793 -0.857542992 -0.457526386 0.011688095 0.889119208 129.597457886\n0.886225820 0.005743004 0.463217914 24.497512817 0.000600758 0.999908090 -0.013546289 -0.870858610 -0.463253111 0.012283353 0.886140883 131.278503418\n0.883384109 0.006086180 0.468610138 25.385076523 0.000962594 0.999889970 -0.014800897 -0.883792281 -0.468648672 0.013525958 0.883281052 132.956405640\n0.880439341 0.005873119 0.474122465 26.275558472 0.001386483 0.999887109 -0.014960630 -0.912511945 -0.474156797 0.013829290 0.880331814 134.627059937\n0.878109932 0.006234764 0.478418320 27.179260254 0.001209007 0.999882996 -0.015249573 -0.935831964 -0.478457421 0.013969213 0.877999663 136.273620605\n0.875784695 0.006584190 0.482657015 28.082271576 0.000946435 0.999881625 -0.015357248 -0.957985759 -0.482701004 0.013906447 0.875674784 137.936691284\n0.873874247 0.006080421 0.486113995 28.996034622 0.001558369 0.999881625 -0.015308178 -0.979059696 -0.486149520 0.014134968 0.873761296 139.608993530\n0.872379184 0.005977625 0.488793164 29.920597076 0.001792472 0.999879360 -0.015427014 -0.996005893 -0.488826424 0.014334354 0.872263312 141.276763916\n0.871019483 0.006549798 0.491204888 30.832221985 0.001618328 0.999867439 -0.016202049 -1.019999623 -0.491245896 0.014907232 0.870893359 142.930740356\n0.870148420 0.007632472 0.492730558 31.791660309 0.001307487 0.999840796 -0.017796673 -1.058653116 -0.492787927 0.016129985 0.869999886 144.616348267\n0.869228482 0.009098661 0.494326919 32.723724365 0.000361464 0.999818683 -0.019038424 -1.089627147 -0.494410515 0.016727420 0.869067550 146.276260376\n0.868726015 0.010488334 0.495181948 33.669616699 -0.000901184 0.999807596 -0.019595696 -1.120035648 -0.495292187 0.016577041 0.868568301 147.931335449\n0.868047714 0.011941013 0.496337205 34.601104736 -0.002313824 0.999797165 -0.020006726 -1.162087440 -0.496475428 0.016218355 0.867899239 149.592178345\n0.867452860 0.012170515 0.497370452 35.538661957 -0.003768330 0.999832809 -0.017893368 -1.190494418 -0.497505039 0.013647399 0.867353737 151.247375488\n0.866904080 0.010982612 0.498353988 36.485713959 -0.004134091 0.999881268 -0.014843763 -1.216609716 -0.498457849 0.010807878 0.866846561 152.901962280\n0.866454542 0.011340265 0.499127150 37.436332703 -0.004480406 0.999878347 -0.014939715 -1.244288445 -0.499235868 0.010708292 0.866400003 154.559860229\n0.865824521 0.011944384 0.500205159 38.376140594 -0.004591116 0.999862611 -0.015928747 -1.269318819 -0.500326633 0.011495001 0.865760386 156.218917847\n0.865341187 0.011775222 0.501044929 39.320819855 -0.004548827 0.999867320 -0.015642054 -1.299555302 -0.501162648 0.011256547 0.865279913 157.862396240\n0.864887655 0.011989305 0.501822293 40.265106201 -0.005095520 0.999872923 -0.015106400 -1.332610130 -0.501939654 0.010508294 0.864838839 159.508346558\n0.864745975 0.012081505 0.502064168 41.213462830 -0.005025292 0.999868691 -0.015405037 -1.357208967 -0.502184331 0.010798425 0.864693165 161.145095825\n0.864909291 0.013171621 0.501755357 42.160171509 -0.005721634 0.999849379 -0.016384365 -1.388416529 -0.501895607 0.011300128 0.864854395 162.779968262\n0.864851534 0.013982058 0.501832962 43.092029572 -0.006455785 0.999839187 -0.016731689 -1.422741652 -0.501986206 0.011230702 0.864802718 164.425079346\n0.864956260 0.012556067 0.501690149 44.025588989 -0.004909935 0.999850869 -0.016558658 -1.442002773 -0.501823246 0.011859249 0.864888906 166.055557251\n0.865268171 0.008028317 0.501244962 44.979160309 -0.001085664 0.999899447 -0.014141030 -1.475653529 -0.501308084 0.011691600 0.865189850 167.671264648\n0.865559459 0.005477740 0.500776231 45.920482635 0.001623616 0.999904215 -0.013743768 -1.496085048 -0.500803590 0.012709117 0.865467668 169.290496826\n0.865161657 0.005529576 0.501462579 46.870704651 0.001958801 0.999894321 -0.014405206 -1.518320560 -0.501489222 0.013445098 0.865059435 170.934509277\n0.864599228 0.007684987 0.502403378 47.794715881 0.000478495 0.999870002 -0.016117914 -1.547860146 -0.502461970 0.014175933 0.864483118 172.548995972\n0.863681197 0.011134073 0.503915548 48.720527649 -0.003128968 0.999855161 -0.016729053 -1.577920914 -0.504028797 0.012871832 0.863590896 174.160568237\n0.862946928 0.013283554 0.505119920 49.653350830 -0.005290934 0.999837160 -0.017254507 -1.597257137 -0.505266845 0.012217168 0.862876654 175.774520874\n0.862146676 0.013543379 0.506477714 50.572818756 -0.006041561 0.999846399 -0.016452031 -1.646441460 -0.506622732 0.011124149 0.862096071 177.346939087\n0.861669302 0.013263132 0.507296920 51.523437500 -0.005919335 0.999853075 -0.016086586 -1.679124951 -0.507435739 0.010858457 0.861621201 178.960769653\n0.860943675 0.013471384 0.508521795 52.472473145 -0.006338408 0.999855757 -0.015756311 -1.703984022 -0.508660734 0.010342078 0.860904932 180.585464478\n0.860243201 0.015773175 0.509639978 53.421333313 -0.007970575 0.999815285 -0.017490052 -1.737640738 -0.509821713 0.010983573 0.860210001 182.198501587\n0.859683394 0.015408112 0.510594904 54.362617493 -0.007098359 0.999808788 -0.018219583 -1.765223742 -0.510778010 0.012038686 0.859628379 183.798095703\n0.858933151 0.016218888 0.511830866 55.307968140 -0.008277659 0.999807477 -0.017790662 -1.796684265 -0.512020886 0.011044229 0.858902037 185.424942017\n0.858393908 0.015517833 0.512756348 56.261806488 -0.008127400 0.999828279 -0.016652467 -1.823697329 -0.512926757 0.010127001 0.858372629 187.041366577\n0.857993841 0.015300034 0.513432026 57.219512939 -0.007984961 0.999832809 -0.016450915 -1.844246984 -0.513597906 0.010015049 0.857972562 188.649108887\n0.857549787 0.016594948 0.514133215 58.180557251 -0.009116702 0.999812841 -0.017065261 -1.875719309 -0.514320195 0.009947112 0.857540548 190.274383545\n0.857263207 0.018209968 0.514556348 59.132244110 -0.010205657 0.999778986 -0.018378956 -1.904440403 -0.514777303 0.010504218 0.857259572 191.882202148\n0.857093811 0.019914512 0.514775276 60.098251343 -0.011618913 0.999745607 -0.019330664 -1.931748390 -0.515029311 0.010587063 0.857107162 193.503326416\n0.856966734 0.018970221 0.515022516 61.045284271 -0.010795049 0.999763787 -0.018862758 -1.962737322 -0.515258670 0.010605063 0.856969118 195.119918823\n0.857116401 0.018653154 0.514784932 61.998477936 -0.011076100 0.999780476 -0.017785201 -1.989473343 -0.515003681 0.009542178 0.857134879 196.698715210\n0.857371926 0.016561750 0.514430821 62.948505402 -0.009329027 0.999818027 -0.016640317 -2.017392397 -0.514612794 0.009467801 0.857370436 198.287521362\n0.857574344 0.016025342 0.514110327 63.906318665 -0.008420271 0.999817967 -0.017119704 -2.037380457 -0.514291108 0.010352472 0.857553184 199.905822754\n0.857863069 0.016030889 0.513628244 64.860168457 -0.007935945 0.999807358 -0.017950429 -2.064512253 -0.513817072 0.011322885 0.857825041 201.514984131\n0.858105540 0.016421190 0.513210714 65.803581238 -0.008488445 0.999805570 -0.017797789 -2.099008083 -0.513403177 0.010916021 0.858078122 203.112854004\n0.858253837 0.016750736 0.512951970 66.764633179 -0.009322924 0.999811172 -0.017050596 -2.116400719 -0.513140678 0.009851528 0.858247995 204.746398926\n0.858504355 0.016095662 0.512553632 67.718544006 -0.009108151 0.999828219 -0.016141746 -2.147832870 -0.512725413 0.009189342 0.858503461 206.354263306\n0.858988285 0.016283240 0.511736274 68.681854248 -0.009394373 0.999827147 -0.016044922 -2.172314644 -0.511909068 0.008974958 0.858992755 207.955337524\n0.859238744 0.015140411 0.511350632 69.612426758 -0.008229909 0.999841690 -0.015775003 -2.207303286 -0.511508524 0.009346124 0.859227359 209.537368774\n0.859456420 0.015096870 0.510986030 70.544891357 -0.008192727 0.999842227 -0.015760111 -2.237309456 -0.511143386 0.009358758 0.859444499 211.137100220\n0.859710574 0.016114259 0.510527313 71.472694397 -0.009377044 0.999831676 -0.015768019 -2.264780760 -0.510695517 0.008768696 0.859716952 212.735229492\n0.859945118 0.015713133 0.510144591 72.426719666 -0.009075928 0.999838710 -0.015497173 -2.285595655 -0.510305822 0.008696684 0.859949052 214.347717285\n0.860222757 0.015230568 0.509690940 73.371299744 -0.008332691 0.999840260 -0.015813828 -2.296868801 -0.509850383 0.009356316 0.860212207 215.953445435\n0.860493779 0.015515690 0.509224653 74.328308105 -0.009031603 0.999843657 -0.015202771 -2.331145287 -0.509380937 0.008482775 0.860499382 217.582122803\n0.860872626 0.013594989 0.508638859 75.263603210 -0.007275290 0.999869704 -0.014411245 -2.362133503 -0.508768499 0.008705751 0.860859334 219.178375244\n0.861054659 0.013867223 0.508323371 76.200515747 -0.007359229 0.999863207 -0.014810707 -2.379460812 -0.508459210 0.009011962 0.861038923 220.796569824\n0.861243784 0.013978582 0.507999718 77.144866943 -0.007443010 0.999861360 -0.014894493 -2.400380373 -0.508137524 0.009046743 0.861228466 222.429138184\n0.861339629 0.014156921 0.507832289 78.099288940 -0.008209234 0.999868989 -0.013949739 -2.426973104 -0.507963240 0.007846548 0.861343026 224.074844360\n0.861437142 0.013966572 0.507672131 79.047447205 -0.008528718 0.999878645 -0.013035821 -2.444678545 -0.507792592 0.006899748 0.861451745 225.702911377\n0.861359417 0.013388115 0.507819593 79.996841431 -0.008418979 0.999891579 -0.012080858 -2.464708805 -0.507926285 0.006130638 0.861378729 227.340408325\n0.861681461 0.013004677 0.507282972 80.962089539 -0.007865579 0.999893725 -0.012272584 -2.475492001 -0.507388711 0.006584984 0.861692190 228.961013794\n0.861692965 0.013327460 0.507255018 81.924285889 -0.007969961 0.999887168 -0.012731856 -2.492108822 -0.507367492 0.006928149 0.861701965 230.595474243\n0.861670852 0.013176102 0.507296503 82.886108398 -0.007132242 0.999878585 -0.013855522 -2.511613846 -0.507417440 0.008320739 0.861660242 232.229614258\n0.861614466 0.013611630 0.507380784 83.841102600 -0.007340593 0.999869943 -0.014358246 -2.531273365 -0.507510245 0.008646796 0.861602306 233.856750488\n0.861769140 0.013104861 0.507131398 84.802742004 -0.007077062 0.999879539 -0.013811982 -2.551383257 -0.507251322 0.008313741 0.861758113 235.480346680\n0.861603200 0.012890148 0.507418752 85.748275757 -0.007209581 0.999887407 -0.013158559 -2.577032566 -0.507531285 0.007679180 0.861599147 237.112854004\n0.861620367 0.013037747 0.507385790 86.696342468 -0.007011956 0.999880373 -0.013785455 -2.601008415 -0.507504880 0.008320063 0.861608744 238.742065430\n0.861668706 0.013822707 0.507282972 87.654197693 -0.007466340 0.999866068 -0.014562570 -2.631504536 -0.507416368 0.008760563 0.861656487 240.372497559\n0.861525536 0.014334739 0.507511914 88.601341248 -0.007895448 0.999858737 -0.014838242 -2.654840231 -0.507652938 0.008776491 0.861516953 242.019653320\n0.861422181 0.014222477 0.507690430 89.565063477 -0.008160503 0.999866366 -0.014164022 -2.687496185 -0.507824004 0.008058194 0.861423135 243.656738281\n0.861177027 0.014715425 0.508092105 90.506202698 -0.009107735 0.999867082 -0.013521361 -2.704179525 -0.508223534 0.007016717 0.861196637 245.286987305\n0.861250281 0.013685846 0.507996678 91.453369141 -0.008383076 0.999883890 -0.012725143 -2.729993343 -0.508111894 0.006700958 0.861265004 246.897216797\n0.861158848 0.014141892 0.508139133 92.392280579 -0.008699511 0.999876559 -0.013083984 -2.755126953 -0.508261442 0.006846827 0.861175597 248.508026123\n0.860939264 0.014437861 0.508502781 93.315856934 -0.008953619 0.999872386 -0.013230010 -2.776839733 -0.508628905 0.006837296 0.860958695 250.113571167\n0.860908329 0.013772393 0.508573711 94.260223389 -0.008149900 0.999878585 -0.013281072 -2.794851780 -0.508694887 0.007288960 0.860916018 251.734375000\n0.860832512 0.013868155 0.508699417 95.216056824 -0.008461072 0.999880493 -0.012940709 -2.826154709 -0.508818090 0.006835641 0.860846937 253.361190796\n0.860608935 0.014218126 0.509067833 96.161140442 -0.008999174 0.999878705 -0.012712710 -2.848827362 -0.509186864 0.006359482 0.860632539 254.984878540\n0.860576749 0.014253573 0.509121239 97.103713989 -0.009021159 0.999878109 -0.012744379 -2.866698742 -0.509240806 0.006374653 0.860600471 256.587463379\n0.860670805 0.013306185 0.508987963 98.070800781 -0.008628002 0.999896049 -0.011550239 -2.889241219 -0.509088755 0.005549404 0.860696137 258.214569092\n0.860694468 0.012660618 0.508964360 99.029228210 -0.008481096 0.999908566 -0.010530851 -2.913219929 -0.509051204 0.004747269 0.860723138 259.846069336\n0.860585392 0.012633193 0.509149492 99.965629578 -0.007805774 0.999902070 -0.011616275 -2.931015015 -0.509246349 0.006022490 0.860599697 261.440979004\n0.860652089 0.012925187 0.509029448 100.923080444 -0.007177046 0.999886394 -0.013254203 -2.954142094 -0.509142935 0.007753930 0.860647082 263.057586670\n0.860509813 0.013523855 0.509254277 101.864845276 -0.007359042 0.999873281 -0.014117924 -2.967840672 -0.509380639 0.008400989 0.860500276 264.670593262\n0.860535383 0.012786930 0.509230077 102.808982849 -0.006609825 0.999881029 -0.013937550 -2.992472410 -0.509347737 0.008627833 0.860517561 266.276733398\n0.860381961 0.012019957 0.509508073 103.757797241 -0.005931963 0.999890327 -0.013571691 -3.015974998 -0.509615302 0.008654455 0.860358834 267.893005371\n0.860215485 0.011819996 0.509793699 104.693412781 -0.005993545 0.999896646 -0.013070061 -3.044645548 -0.509895504 0.008187599 0.860197425 269.489196777\n0.860061944 0.012275924 0.510041893 105.634880066 -0.006357612 0.999890745 -0.013345263 -3.060014963 -0.510150015 0.008235104 0.860046029 271.100402832\n0.859940052 0.011270726 0.510270596 106.602035522 -0.005195640 0.999897659 -0.013329464 -3.090200186 -0.510368586 0.008811357 0.859910607 272.733917236\n0.859604716 0.011024315 0.510840714 107.543113708 -0.005103747 0.999902606 -0.012990421 -3.107711554 -0.510934174 0.008559425 0.859577239 274.347808838\n0.859410882 0.011125226 0.511164546 108.506134033 -0.004995507 0.999898255 -0.013363408 -3.126717091 -0.511261165 0.008931132 0.859378994 275.977966309\n0.859388828 0.010702079 0.511210680 109.449752808 -0.004835793 0.999906361 -0.012803432 -3.145956755 -0.511299849 0.008531017 0.859360039 277.577667236\n0.859205484 0.009413204 0.511544049 110.419944763 -0.003688353 0.999918699 -0.012204983 -3.170182705 -0.511617303 0.008599834 0.859170377 279.212768555\n0.859424710 0.009563687 0.511172891 111.371208191 -0.003938885 0.999919236 -0.012085421 -3.177493095 -0.511247158 0.008373058 0.859392941 280.825317383\n0.859829187 0.009159834 0.510499656 112.318527222 -0.003550035 0.999922156 -0.011962198 -3.196180344 -0.510569453 0.008473156 0.859794796 282.420562744\n0.859827638 0.009487382 0.510496318 113.277587891 -0.003659765 0.999916196 -0.012418935 -3.213935375 -0.510571361 0.008809847 0.859790266 284.062103271\n0.860019028 0.010399225 0.510155976 114.232490540 -0.004356243 0.999905527 -0.013038740 -3.239489555 -0.510243356 0.008991200 0.859983087 285.674621582\n0.859969795 0.011426189 0.510217011 115.189170837 -0.005410294 0.999897242 -0.013273423 -3.256049395 -0.510316253 0.008654318 0.859943271 287.301086426\n0.859627843 0.012436468 0.510769308 116.125686646 -0.006632064 0.999891102 -0.013184048 -3.276381016 -0.510877669 0.007945920 0.859616697 288.906524658\n0.859557390 0.012763121 0.510879815 117.081558228 -0.007301973 0.999892771 -0.012694350 -3.303735971 -0.510987043 0.007181093 0.859558403 290.529174805\n0.859149694 0.013053471 0.511557817 118.034660339 -0.007827142 0.999892890 -0.012368859 -3.326506853 -0.511664450 0.006622666 0.859159827 292.155944824\n0.858920395 0.012952083 0.511945367 119.001853943 -0.008138482 0.999899089 -0.011642782 -3.346230984 -0.512044489 0.005833765 0.858939111 293.782684326\n0.858581066 0.013557490 0.512498617 119.946304321 -0.008847605 0.999893248 -0.011628632 -3.363802910 -0.512601554 0.005449737 0.858609319 295.386077881\n0.858264327 0.013644388 0.513026476 120.910850525 -0.008620170 0.999888778 -0.012171859 -3.385039330 -0.513135493 0.006024296 0.858286500 297.005554199\n0.858008325 0.013742918 0.513451874 121.845611572 -0.008465085 0.999884546 -0.012616992 -3.400865555 -0.513565958 0.006479070 0.858025670 298.601745605\n0.858070493 0.012486291 0.513380110 122.789382935 -0.007098410 0.999897242 -0.012454850 -3.424997091 -0.513482869 0.007042957 0.858070970 300.200134277\n0.858269572 0.011420645 0.513072073 123.752548218 -0.006196248 0.999910116 -0.011892222 -3.453768730 -0.513161719 0.007027610 0.858263135 301.812683105\n0.858624458 0.010747882 0.512492537 124.697883606 -0.005545374 0.999916434 -0.011679371 -3.475789070 -0.512575209 0.007186231 0.858612239 303.408569336\n0.858905554 0.010604224 0.512024164 125.634239197 -0.005483169 0.999918699 -0.011510857 -3.487553358 -0.512104630 0.007079224 0.858893931 305.010406494\n0.859239101 0.009056390 0.511494040 126.586242676 -0.003902714 0.999930263 -0.011148507 -3.519100189 -0.511559367 0.007583017 0.859214485 306.612121582\n0.859487414 0.009384918 0.511070788 127.526481628 -0.004443393 0.999930859 -0.010889350 -3.535721779 -0.511137605 0.007088371 0.859469652 308.205963135\n0.859715402 0.009074504 0.510692775 128.465042114 -0.004187132 0.999933779 -0.010719090 -3.553620100 -0.510756195 0.007077029 0.859696507 309.796936035\n0.859780431 0.008346668 0.510595679 129.401062012 -0.003584106 0.999940395 -0.010310756 -3.571768522 -0.510651290 0.007034957 0.859759092 311.398803711\n0.860124826 0.008075049 0.510019660 130.345489502 -0.003240852 0.999940991 -0.010366336 -3.585872650 -0.510073304 0.007263444 0.860100269 312.983428955\n0.860263705 0.008038054 0.509786069 131.270202637 -0.003071041 0.999939263 -0.010584169 -3.597117424 -0.509840131 0.007539602 0.860236108 314.572814941\n0.860528886 0.007251358 0.509350061 132.211654663 -0.002205967 0.999942362 -0.010508768 -3.612316370 -0.509396911 0.007919489 0.860495269 316.166412354\n0.860458493 0.007773219 0.509461343 133.135101318 -0.002533207 0.999936521 -0.010978274 -3.629590034 -0.509514332 0.008155778 0.860423565 317.763610840\n0.860495865 0.009011287 0.509377778 134.071197510 -0.003962019 0.999931693 -0.010996496 -3.649024248 -0.509442031 0.007444276 0.860472798 319.359100342\n0.860359371 0.010040473 0.509589016 134.996551514 -0.005536361 0.999931037 -0.010354462 -3.665003300 -0.509657860 0.006087290 0.860355616 320.945190430\n0.860232949 0.011052709 0.509781480 135.934600830 -0.006939101 0.999926209 -0.009970254 -3.670339823 -0.509854078 0.005039317 0.860246181 322.546752930\n0.860099196 0.011692743 0.509992778 136.874069214 -0.007395648 0.999918044 -0.010452685 -3.682236195 -0.510073185 0.005218619 0.860115170 324.147308350\n0.859968126 0.012464942 0.510195494 137.806884766 -0.008166987 0.999909818 -0.010663501 -3.696366787 -0.510282397 0.005003511 0.859992325 325.742553711\n0.860120893 0.012711829 0.509931803 138.737167358 -0.008328320 0.999906123 -0.010878462 -3.706115723 -0.510022223 0.005109919 0.860146046 327.329254150\n0.860379398 0.011799018 0.509517550 139.683029175 -0.007526248 0.999917090 -0.010446375 -3.720204592 -0.509598613 0.005153092 0.860396862 328.932037354\n0.860763133 0.010486811 0.508897722 140.620101929 -0.006574019 0.999933422 -0.009486071 -3.740295887 -0.508963287 0.004819757 0.860774755 330.526916504\n0.861199975 0.009209105 0.508182764 141.555969238 -0.005399674 0.999945164 -0.008970003 -3.753015995 -0.508237541 0.004980945 0.861202538 332.125152588\n0.861641049 0.007708572 0.507459700 142.495697021 -0.004092216 0.999957681 -0.008241491 -3.764637709 -0.507501721 0.005024572 0.861636102 333.720703125\n0.862163305 0.006516213 0.506588638 143.433029175 -0.002832034 0.999963641 -0.008042621 -3.773674965 -0.506622612 0.005499377 0.862150431 335.314514160\n0.862535834 0.006923050 0.505948603 144.369247437 -0.002486901 0.999952316 -0.009443012 -3.784568071 -0.505989850 0.006886692 0.862511933 336.910675049\n0.862690926 0.007416622 0.505677104 145.292037964 -0.002228960 0.999938488 -0.010863183 -3.802481174 -0.505726576 0.008244435 0.862654448 338.505493164\n0.862566948 0.008221345 0.505876184 146.216720581 -0.002897422 0.999931812 -0.011310206 -3.816508055 -0.505934715 0.008290072 0.862531960 340.122680664\n0.862782180 0.007991865 0.505512655 147.163757324 -0.003052559 0.999939203 -0.010598521 -3.838771582 -0.505566657 0.007601107 0.862754107 341.721649170\n0.862374187 0.007962572 0.506208837 148.088073730 -0.003950239 0.999951720 -0.008999458 -3.853125095 -0.506256044 0.005761255 0.862363994 343.331787109\n0.862270951 0.007493261 0.506391883 149.027313232 -0.004051059 0.999960601 -0.007898736 -3.872677565 -0.506431103 0.004759428 0.862267315 344.942230225\n0.862285018 0.007090780 0.506373703 149.960021973 -0.002989346 0.999955833 -0.008911992 -3.885132790 -0.506414533 0.006170951 0.862268090 346.526000977\n0.861911237 0.006602029 0.507016242 150.904434204 -0.001774649 0.999948382 -0.010003820 -3.884577036 -0.507056117 0.007722629 0.861878455 348.153045654\n0.861878097 0.005783523 0.507082582 151.844604492 -0.000576952 0.999945521 -0.010424230 -3.899066687 -0.507115245 0.008691854 0.861834466 349.753387451\n0.861544311 0.004367897 0.507663548 152.770935059 0.001410766 0.999938548 -0.010997571 -3.907675505 -0.507680416 0.010191089 0.861485183 351.347473145\n0.861409962 0.003696284 0.507896841 153.712020874 0.002656110 0.999927044 -0.011781948 -3.918300390 -0.507903337 0.011498117 0.861337304 352.947998047\n0.861299336 0.003116407 0.508088350 154.647369385 0.003572489 0.999919355 -0.012189097 -3.924570084 -0.508085370 0.012313601 0.861218691 354.559356689\n0.861375213 0.002738390 0.507961869 155.601959229 0.003847515 0.999921620 -0.011914928 -3.961388826 -0.507954657 0.012217615 0.861297131 356.158843994\n0.861087859 0.002916641 0.508447886 156.532699585 0.004256342 0.999907136 -0.012944209 -3.976480722 -0.508438408 0.013310229 0.860995531 357.776855469\n0.861237884 0.002190283 0.508197367 157.508300781 0.005639266 0.999887943 -0.013866240 -4.009710789 -0.508170784 0.014807991 0.861128986 359.395629883\n0.860948682 0.002143618 0.508687317 158.468231201 0.005715719 0.999887228 -0.013887346 -4.034412384 -0.508659720 0.014863806 0.860839307 361.014678955\n0.860705018 0.001070048 0.509102881 159.424758911 0.006569318 0.999891222 -0.013207894 -4.054712296 -0.509061635 0.014712559 0.860604346 362.626647949\n0.859975696 0.000335830 0.510334969 160.369430542 0.006828288 0.999902666 -0.012164480 -4.069016933 -0.510289371 0.013945870 0.859889686 364.241851807\n0.859264672 -0.000887494 0.511530459 161.323699951 0.007679828 0.999908149 -0.011165693 -4.097054482 -0.511473596 0.013522753 0.859192610 365.849761963\n0.858557701 -0.001288517 0.512715340 162.278945923 0.008770553 0.999887407 -0.012173723 -4.109629631 -0.512641966 0.014948641 0.858472347 367.460723877\n0.857977808 -0.002148664 0.513682246 163.230697632 0.009833033 0.999876738 -0.012241273 -4.133668423 -0.513592660 0.015553795 0.857893169 369.059844971\n0.857531428 -0.002506992 0.514425516 164.199325562 0.010896827 0.999852300 -0.013292014 -4.156481266 -0.514316201 0.017003926 0.857432067 370.660034180\n0.856525600 -0.003597592 0.516092062 165.156051636 0.011721774 0.999853373 -0.012484082 -4.179207802 -0.515971482 0.016742449 0.856442153 372.273223877\n0.855696797 -0.004789818 0.517455399 166.115142822 0.012413316 0.999859393 -0.011272258 -4.202863216 -0.517328680 0.016068973 0.855635941 373.868133545\n0.854858518 -0.002384849 0.518855691 167.062362671 0.009547977 0.999892414 -0.011135228 -4.224158764 -0.518773317 0.014473066 0.854789317 375.462585449\n0.854176164 0.001990200 0.519979954 168.039154053 0.004528895 0.999926269 -0.011266834 -4.240792274 -0.519964039 0.011978796 0.854104161 377.069793701\n0.852894247 0.006097805 0.522048116 168.996658325 -0.000753531 0.999945104 -0.010448824 -4.255240917 -0.522083163 0.008518362 0.852852046 378.680694580\n0.851695120 0.008061351 0.523975611 169.954986572 -0.003857385 0.999951005 -0.009114242 -4.267253399 -0.524023414 0.005741380 0.851684511 380.271972656\n0.851344109 0.006674243 0.524565279 170.930694580 -0.002663187 0.999961138 -0.008400661 -4.289254665 -0.524600983 0.005754837 0.851328790 381.873565674\n0.851424038 0.003860053 0.524463713 171.912322998 0.000615556 0.999964893 -0.008359047 -4.299527645 -0.524477541 0.007439930 0.851391792 383.472351074\n0.851716816 -0.000537482 0.524002135 172.905090332 0.005206653 0.999958813 -0.007437248 -4.320870876 -0.523976505 0.009062726 0.851684511 385.078094482\n0.851835191 -0.003024467 0.523801148 173.895034790 0.007734676 0.999946952 -0.006804802 -4.331830502 -0.523752749 0.009848002 0.851813436 386.690185547\n0.851836443 -0.003175208 0.523798287 174.879516602 0.008585123 0.999931931 -0.007900233 -4.332519054 -0.523737609 0.011226580 0.851805687 388.297637939\n0.852002561 -0.003076288 0.523528576 175.869384766 0.009373069 0.999912083 -0.009378402 -4.347565651 -0.523453712 0.012897491 0.851956487 389.906951904\n0.851620317 -0.002961775 0.524150848 176.852554321 0.009752819 0.999900460 -0.010195958 -4.362033844 -0.524068475 0.013795033 0.851564407 391.509704590\n0.851076007 -0.002609315 0.525036037 177.827117920 0.009537127 0.999899507 -0.010490265 -4.374791145 -0.524955869 0.013935348 0.851015329 393.120239258\n0.850285828 -0.002789909 0.526313841 178.802185059 0.009799007 0.999896526 -0.010530478 -4.390026569 -0.526229978 0.014111269 0.850225210 394.712097168\n0.849731445 -0.003714890 0.527202666 179.813415527 0.010505547 0.999895930 -0.009886881 -4.409008026 -0.527111053 0.013939747 0.849682093 396.339630127\n0.849018216 -0.003825715 0.528349757 180.791641235 0.010441230 0.999899983 -0.009538120 -4.428439140 -0.528260410 0.013614658 0.848973274 397.921142578\n0.848281026 -0.002237997 0.529541612 181.771301270 0.008868396 0.999910891 -0.009980506 -4.451301098 -0.529472113 0.013162459 0.848225236 399.520874023\n0.847378492 0.000130082 0.530989349 182.753524780 0.007189771 0.999905467 -0.011718741 -4.464212894 -0.530940652 0.013747900 0.847297490 401.110992432\n0.846323252 0.002638400 0.532663107 183.761398315 0.004672175 0.999912500 -0.012376189 -4.483713627 -0.532649159 0.012962951 0.846236825 402.717407227\n0.844905138 0.002308086 0.534911215 184.752227783 0.004316660 0.999928713 -0.011132858 -4.502000809 -0.534898758 0.011715239 0.844834924 404.319091797\n0.843580604 0.002892082 0.536994755 185.755371094 0.004044421 0.999922931 -0.011738763 -4.517403603 -0.536987364 0.012074426 0.843503892 405.911010742\n0.842046261 0.002737093 0.539398372 186.757781982 0.004151628 0.999924600 -0.011555002 -4.529647827 -0.539389372 0.011969227 0.841971397 407.502319336\n0.840258360 0.002786628 0.542179108 187.773880005 0.003171719 0.999944389 -0.010054862 -4.545376301 -0.542176962 0.010168321 0.840202808 409.098754883\n0.838195026 0.003227378 0.545361102 188.793014526 0.002704218 0.999945581 -0.010073812 -4.554135799 -0.545363963 0.009918595 0.838140726 410.683349609\n0.835977077 0.004102615 0.548749030 189.816772461 0.002063981 0.999941468 -0.010620185 -4.570530891 -0.548760533 0.010010839 0.835919678 412.256317139\n0.833708882 0.004955123 0.552181959 190.847961426 0.001621083 0.999933481 -0.011420701 -4.584565639 -0.552201807 0.010416673 0.833645403 413.829711914\n0.831181109 0.005146375 0.555977941 191.874008179 0.001618251 0.999930561 -0.011675064 -4.597032547 -0.555999398 0.010603804 0.831115007 415.396697998\n0.828620374 0.004863817 0.559789777 192.914733887 0.001540541 0.999938667 -0.010968479 -4.618448734 -0.559808791 0.009951085 0.828562021 416.966674805\n0.826536477 0.003774325 0.562870502 193.983932495 0.002166140 0.999948800 -0.009885980 -4.628136635 -0.562878966 0.009390379 0.826485991 418.534179688\n0.824322581 0.002151714 0.566116273 195.053604126 0.003317474 0.999957263 -0.008631250 -4.637189388 -0.566110611 0.008993011 0.824280202 420.110534668\n0.822435141 0.001418684 0.568857074 196.132324219 0.004173635 0.999954939 -0.008527912 -4.655181408 -0.568843544 0.009387856 0.822392166 421.674530029\n0.820642054 0.001805780 0.571439743 197.212585449 0.005088957 0.999932230 -0.010468067 -4.659047127 -0.571419954 0.011498569 0.820577264 423.227478027\n0.818829417 0.002354914 0.574032068 198.295257568 0.005019515 0.999924004 -0.011262195 -4.672289371 -0.574014962 0.012103179 0.818755388 424.777435303\n0.816575408 0.004447907 0.577221632 199.363037109 0.003247281 0.999919116 -0.012298912 -4.687856674 -0.577229619 0.011917390 0.816494942 426.348266602\n0.814727128 0.004900908 0.579823852 200.456878662 0.002899014 0.999917328 -0.012525198 -4.706517220 -0.579837322 0.011885536 0.814645588 427.895751953\n0.812928915 0.005287774 0.582338929 201.545166016 0.002181972 0.999924123 -0.012125517 -4.728171825 -0.582358837 0.011127830 0.812855721 429.421173096\n0.810929418 0.005194184 0.585120916 202.618942261 0.001550515 0.999938011 -0.011025449 -4.747182846 -0.585141957 0.009848100 0.810871124 430.948699951\n0.809343100 0.005099133 0.587314069 203.715026855 0.000917355 0.999950111 -0.009945844 -4.767874718 -0.587335467 0.008588376 0.809298038 432.459411621\n0.807505012 0.005586563 0.589834273 204.855270386 0.000708922 0.999945223 -0.010441434 -4.785550117 -0.589860320 0.008849656 0.807456791 434.020629883\n0.805635810 0.005942426 0.592381239 205.950592041 0.000533029 0.999942005 -0.010755757 -4.802459240 -0.592410803 0.008980980 0.805585980 435.525726318\n0.804112077 0.006184881 0.594445586 207.052459717 0.000193220 0.999943078 -0.010665233 -4.827152252 -0.594477713 0.008690902 0.804065108 437.019470215\n0.802630067 0.007124712 0.596434534 208.177505493 -0.000838716 0.999941170 -0.010816130 -4.842497349 -0.596476495 0.008181112 0.802588820 438.547332764\n0.801170349 0.008110519 0.598381400 209.279312134 -0.001952319 0.999938250 -0.010939310 -4.849434376 -0.598433137 0.007596020 0.801136732 440.044830322\n0.800360680 0.007188422 0.599475741 210.426223755 -0.001249425 0.999945939 -0.010322425 -4.881365299 -0.599517524 0.007512663 0.800326347 441.567047119\n0.799338579 0.007629804 0.600832403 211.540405273 -0.001735483 0.999944508 -0.010389157 -4.897575378 -0.600878358 0.007261720 0.799307466 443.063293457\n0.798433185 0.008414062 0.602024555 212.659912109 -0.001996796 0.999933839 -0.011327107 -4.916180611 -0.602080047 0.007841818 0.798397183 444.554016113\n0.797581673 0.007659220 0.603162289 213.772933960 -0.001531258 0.999941885 -0.010672867 -4.930863380 -0.603208959 0.007588886 0.797547042 446.037017822\n0.797165811 0.005296731 0.603737235 214.903152466 0.000073231 0.999960661 -0.008869587 -4.946520805 -0.603760481 0.007114744 0.797134101 447.532928467\n0.796492100 0.001833911 0.604646206 216.031280518 0.003821105 0.999960184 -0.008066399 -4.955077648 -0.604636908 0.008735240 0.796453357 449.005249023\n0.796129107 -0.003091713 0.605118871 217.154510498 0.009400651 0.999929488 -0.007259131 -4.957251549 -0.605053723 0.011467717 0.796102047 450.485290527\n0.796424329 -0.006679296 0.604701340 218.281051636 0.015857497 0.999825835 -0.009841495 -4.967448711 -0.604530275 0.017427055 0.796391547 451.949066162\n0.796356797 -0.006224084 0.604795158 219.401809692 0.018358132 0.999735057 -0.013884350 -4.984829903 -0.604548514 0.022159806 0.796260059 453.428466797\n0.796159267 -0.004000191 0.605073929 220.513824463 0.016901232 0.999734998 -0.015629401 -5.003245831 -0.604851067 0.022669988 0.796015859 454.899139404\n0.795858681 -0.004000065 0.605469227 221.636672974 0.016031265 0.999766827 -0.014467274 -5.031363964 -0.605270207 0.021220343 0.795737207 456.388397217\n0.795798123 -0.004730640 0.605543554 222.765502930 0.014931292 0.999818742 -0.011811723 -5.051856518 -0.605377913 0.018441295 0.795724511 457.864196777\n0.795190454 -0.005451932 0.606335223 223.906631470 0.015454767 0.999816954 -0.011278498 -5.069779396 -0.606162727 0.018339323 0.795129180 459.376586914\n0.794161797 -0.005219385 0.607684016 225.028778076 0.015102277 0.999823809 -0.011149192 -5.091558933 -0.607518733 0.018031674 0.794100702 460.864044189\n0.793487847 -0.005332419 0.608562708 226.158981323 0.015566061 0.999812305 -0.011535478 -5.108819962 -0.608386934 0.018626187 0.793421924 462.343505859\n0.792537212 -0.005791125 0.609796047 227.286941528 0.016193191 0.999802172 -0.011550955 -5.129888058 -0.609608471 0.019029107 0.792474210 463.820526123\n0.791815758 -0.006423391 0.610726297 228.434677124 0.016816441 0.999794900 -0.011287296 -5.142101288 -0.610528529 0.019207701 0.791761339 465.293731689\n0.790750325 -0.007065171 0.612098038 229.560989380 0.017275808 0.999792695 -0.010777921 -5.158581734 -0.611895025 0.019097133 0.790708423 466.774108887\n0.789957047 -0.007283833 0.613118947 230.702606201 0.018177696 0.999768138 -0.011543367 -5.175946236 -0.612892687 0.020263854 0.789906323 468.242065430\n0.789135575 -0.006412953 0.614185631 231.842102051 0.017802749 0.999764204 -0.012434908 -5.197253704 -0.613961041 0.020747021 0.789063632 469.718536377\n0.788623929 -0.005422540 0.614851892 232.983718872 0.016800368 0.999777794 -0.012731259 -5.211886883 -0.614646256 0.020369915 0.788539827 471.185058594\n0.788305163 -0.005370753 0.615261018 234.122421265 0.016673045 0.999781132 -0.012635078 -5.237832069 -0.615058482 0.020218572 0.788222194 472.661193848\n0.787978888 -0.004509424 0.615685761 235.264770508 0.015489699 0.999801874 -0.012501548 -5.252028465 -0.615507424 0.019387744 0.787892580 474.128997803\n0.787582636 -0.003944848 0.616196454 236.395858765 0.014617933 0.999817729 -0.012282933 -5.273852825 -0.616035700 0.018681344 0.787496686 475.595458984\n0.787396848 -0.002489320 0.616441369 237.530242920 0.013223295 0.999829948 -0.012852940 -5.293416023 -0.616304576 0.018271752 0.787295878 477.057952881\n0.787274837 -0.001706384 0.616599917 238.670104980 0.012569896 0.999832749 -0.013282298 -5.315507412 -0.616474152 0.018207416 0.787164629 478.530181885\n0.787229955 -0.000386588 0.616659403 239.804031372 0.011349789 0.999839485 -0.013862382 -5.338722229 -0.616555095 0.017911837 0.787108004 480.003479004\n0.787546337 -0.000650578 0.616255105 240.965179443 0.011375884 0.999844372 -0.013482337 -5.357434750 -0.616150439 0.017628411 0.787431240 481.483398438\n0.787735641 -0.001205326 0.616012275 242.110824585 0.011345096 0.999856889 -0.012551345 -5.383102417 -0.615908980 0.016875861 0.787636518 482.955932617\n0.787918687 -0.001126231 0.615778327 243.256988525 0.011227859 0.999858379 -0.012537902 -5.398549080 -0.615676999 0.016792718 0.787819743 484.446655273\n0.788128972 -0.000783475 0.615509689 244.406372070 0.010708309 0.999865294 -0.012438730 -5.425171375 -0.615417004 0.016394392 0.788031161 485.919219971\n0.788282931 0.001245159 0.615311682 245.541976929 0.008402935 0.999882936 -0.012788484 -5.438390732 -0.615255594 0.015251368 0.788180172 487.378570557\n0.787923336 0.001246077 0.615772128 246.692077637 0.007387765 0.999906838 -0.011476574 -5.460163593 -0.615729034 0.013591839 0.787840724 488.868957520\n0.787973881 0.001568087 0.615706682 247.834655762 0.007060804 0.999907970 -0.011582904 -5.465055943 -0.615668178 0.013474410 0.787890315 490.344543457\n0.788613558 0.001625025 0.614886940 249.008117676 0.007397044 0.999899089 -0.012129498 -5.495573044 -0.614844620 0.014113833 0.788522005 491.836425781\n0.789109349 0.002431228 0.614247918 250.153335571 0.006910712 0.999893725 -0.012835662 -5.512178898 -0.614213884 0.014373632 0.789008737 493.316894531\n0.789441645 0.002681993 0.613819718 251.313339233 0.006517701 0.999897480 -0.012751402 -5.533610821 -0.613790989 0.014067181 0.789343238 494.810882568\n0.789635479 0.002404107 0.613571525 252.444915771 0.006611108 0.999900937 -0.012425992 -5.553409100 -0.613540649 0.013868392 0.789541364 496.282470703\n0.790113449 0.002904033 0.612953782 253.586410522 0.005537906 0.999914169 -0.011875867 -5.572497845 -0.612935662 0.012777762 0.790029526 497.750396729\n0.790276527 0.003119481 0.612742364 254.723587036 0.005202603 0.999916852 -0.011800582 -5.593157291 -0.612728238 0.012513579 0.790194631 499.225372314\n0.790656924 0.003663183 0.612248480 255.856567383 0.004260050 0.999924958 -0.011484139 -5.609277725 -0.612244666 0.011688223 0.790582001 500.697357178\n0.790841997 0.002800565 0.612013996 256.998626709 0.004487810 0.999936104 -0.010374819 -5.623571396 -0.612003922 0.010951445 0.790778875 502.174804688\n0.791094899 0.001480113 0.611691654 258.159484863 0.005075555 0.999946773 -0.008983743 -5.642227650 -0.611672401 0.010211668 0.791045308 503.672058105\n0.791278422 0.000895927 0.611455321 259.298004150 0.005208782 0.999952793 -0.008205803 -5.651959896 -0.611433804 0.009678013 0.791236401 505.147277832\n0.791316748 0.001447846 0.611404657 260.448944092 0.004437105 0.999957263 -0.008110734 -5.659644127 -0.611390233 0.009131026 0.791276574 506.633453369\n0.791382730 0.001606840 0.611318886 261.598327637 0.004142194 0.999959469 -0.007990652 -5.668756962 -0.611306965 0.008855865 0.791344047 508.121887207\n0.791163683 0.001457104 0.611602724 262.749237061 0.003681272 0.999967694 -0.007144420 -5.682650089 -0.611593366 0.007903881 0.791132808 509.611511230\n0.790433466 0.001459672 0.612546206 263.902465820 0.003611675 0.999968648 -0.007043412 -5.687190056 -0.612537265 0.007779666 0.790403426 511.115142822\n0.789628804 0.002519732 0.613579631 265.034088135 0.001858178 0.999977171 -0.006497846 -5.698523521 -0.613582015 0.006271026 0.789606094 512.587829590\n0.788933039 0.002314816 0.614474833 266.180236816 0.001906183 0.999978900 -0.006214440 -5.710133553 -0.614476204 0.006074078 0.788911939 514.073486328\n0.788235545 0.002310523 0.615369320 267.344146729 0.001936696 0.999978662 -0.006235356 -5.720800877 -0.615370631 0.006106712 0.788214326 515.564453125\n0.787455976 0.002333339 0.616366506 268.489227295 0.002090724 0.999976993 -0.006456611 -5.737678051 -0.616367340 0.006372949 0.787432969 517.051086426\n0.786660194 0.002919527 0.617379367 269.634033203 0.002275313 0.999968290 -0.007627940 -5.740345955 -0.617382050 0.007405328 0.786628604 518.521179199\n0.786104560 0.002430366 0.618088722 270.789611816 0.002749461 0.999968648 -0.007428795 -5.747811317 -0.618087411 0.007539220 0.786073208 520.002258301\n0.785409570 0.001716115 0.618974090 271.957000732 0.003163026 0.999971986 -0.006785969 -5.756743431 -0.618968368 0.007287596 0.785382152 521.489868164\n0.784679711 0.000241080 0.619901359 273.128051758 0.004140423 0.999975562 -0.005629896 -5.774646759 -0.619887590 0.006984319 0.784659564 522.971313477\n0.783927083 0.000378095 0.620852828 274.301513672 0.004428776 0.999970973 -0.006201020 -5.780412197 -0.620837152 0.007610766 0.783902645 524.455383301\n0.783359230 0.000989388 0.621568441 275.463928223 0.004642521 0.999961555 -0.007442643 -5.784958839 -0.621551871 0.008715908 0.783324480 525.928527832\n0.782868266 0.001166256 0.622186363 276.619232178 0.004388894 0.999962986 -0.007396722 -5.788589478 -0.622171998 0.008521370 0.782834172 527.391479492\n0.782839537 0.001326699 0.622222304 277.789489746 0.004002600 0.999966323 -0.007167934 -5.801083565 -0.622210801 0.008101848 0.782807827 528.857543945\n0.782966077 0.001295969 0.622063100 278.950347900 0.003769732 0.999969602 -0.006828090 -5.814106464 -0.622053027 0.007691173 0.782937348 530.320556641\n0.783124447 0.001299141 0.621863604 280.126708984 0.003428623 0.999973595 -0.006406782 -5.830011368 -0.621855557 0.007149443 0.783099353 531.800537109\n0.783399880 0.000782270 0.621517539 281.288970947 0.003531845 0.999977469 -0.005710378 -5.835240841 -0.621508002 0.006668613 0.783379436 533.268066406\n0.783547878 0.000546269 0.621331215 282.454986572 0.003691681 0.999977887 -0.005534674 -5.849522591 -0.621320486 0.006630439 0.783528507 534.741210938\n0.783314347 0.001512364 0.621623993 283.612030029 0.002755987 0.999978781 -0.005905719 -5.856587887 -0.621619701 0.006339221 0.783293545 536.230590820\n0.783377469 0.002457033 0.621541440 284.776306152 0.001966901 0.999977350 -0.006432079 -5.873312473 -0.621543169 0.006261256 0.783354878 537.708251953\n0.783354402 0.003543247 0.621565163 285.939422607 0.001244651 0.999972820 -0.007268994 -5.874026299 -0.621574044 0.006467830 0.783328712 539.182617188\n0.783223510 0.003411795 0.621730864 287.089416504 0.001106465 0.999975741 -0.006881308 -5.879926205 -0.621739209 0.006077526 0.783200741 540.653808594\n0.783137202 0.001723795 0.621846616 288.265594482 0.002189033 0.999982297 -0.005528819 -5.895481586 -0.621845126 0.005691066 0.783119559 542.131225586\n0.783297360 0.001308945 0.621645868 289.435638428 0.003348557 0.999974370 -0.006324867 -5.897793770 -0.621638238 0.007035868 0.783272922 543.612548828\n0.783648014 0.001447093 0.621203482 290.606201172 0.003856034 0.999966681 -0.007193808 -5.904638290 -0.621193171 0.008032795 0.783616304 545.085449219\n0.784068584 0.001678203 0.620671868 291.775817871 0.004158253 0.999959707 -0.007956685 -5.913646221 -0.620660186 0.008819498 0.784030020 546.572631836\n0.785000324 0.002533751 0.619490206 292.940338135 0.003696308 0.999954700 -0.008773730 -5.916073322 -0.619484365 0.009177208 0.784955382 548.045898438\n0.785639405 0.002900474 0.618677855 294.091735840 0.002847493 0.999961495 -0.008303942 -5.929188728 -0.618678093 0.008285586 0.785600901 549.535339355\n0.786327779 0.003200053 0.617801249 295.245666504 0.001916127 0.999969125 -0.007618402 -5.944540024 -0.617806613 0.007174347 0.786297381 551.017211914\n0.787106335 0.003893348 0.616805077 296.390991211 0.000647202 0.999974310 -0.007137855 -5.950263977 -0.616816998 0.006017448 0.787083626 552.491027832\n0.787961662 0.004076141 0.615710855 297.546478271 0.000282228 0.999975562 -0.006981242 -5.967112064 -0.615724325 0.005674722 0.787941277 553.965393066\n0.788643181 0.004852812 0.614832044 298.682647705 0.000119643 0.999967635 -0.008046119 -5.983686447 -0.614851177 0.006419077 0.788617074 555.429809570\n0.789446115 0.004984957 0.613799632 299.832183838 0.000755456 0.999958396 -0.009092774 -5.995530128 -0.613819361 0.007641954 0.789409518 556.911499023\n0.790199399 0.004731568 0.612831533 300.974884033 0.001261882 0.999955535 -0.009347587 -6.007205963 -0.612848520 0.008159779 0.790158272 558.391418457\n0.791009963 0.004737134 0.611784995 302.121002197 0.001813174 0.999947488 -0.010087080 -6.014999390 -0.611800611 0.009088254 0.790959835 559.866210938\n0.791438401 0.004497639 0.611232400 303.264587402 0.001712376 0.999952674 -0.009575190 -6.032704353 -0.611246526 0.008624833 0.791393280 561.348327637\n0.791772783 0.004350060 0.610800207 304.392181396 0.001592111 0.999956548 -0.009185427 -6.050427914 -0.610813618 0.008245233 0.791731477 562.825378418\n0.791821957 0.004712542 0.610733867 305.525054932 0.000470786 0.999965250 -0.008326305 -6.067605495 -0.610751867 0.006880476 0.791792154 564.320190430\n0.791912913 0.004351374 0.610618532 306.662475586 0.000155195 0.999973118 -0.007327255 -6.074297428 -0.610634029 0.005897313 0.791890979 565.810546875\n0.792135417 0.004398460 0.610329568 307.791656494 -0.000103991 0.999974966 -0.007071550 -6.086392403 -0.610345423 0.005538156 0.792116046 567.291748047\n0.791846156 0.005516274 0.610695779 308.918426514 -0.000461561 0.999964356 -0.008433975 -6.103429317 -0.610720515 0.006396538 0.791820407 568.783996582\n0.791718245 0.006236920 0.610854566 310.056579590 -0.001002492 0.999959826 -0.008910432 -6.127348900 -0.610885561 0.006442174 0.791692674 570.283081055\n0.791538656 0.006291330 0.611086726 311.204132080 -0.001315640 0.999962211 -0.008590782 -6.143148899 -0.611117661 0.005995966 0.791517019 571.774536133\n0.791936994 0.006406917 0.610569239 312.338012695 -0.001215129 0.999959528 -0.008916846 -6.144739628 -0.610601664 0.006319660 0.791912675 573.238464355\n0.791566133 0.007481566 0.611037672 313.467864990 -0.002390805 0.999955297 -0.009146329 -6.172251701 -0.611078799 0.005779052 0.791548669 574.736206055\n0.791430473 0.007854106 0.611208797 314.620605469 -0.001776926 0.999942780 -0.010548512 -6.198759079 -0.611256659 0.007262340 0.791399121 576.228454590\n0.791215301 0.008913404 0.611472726 315.743194580 -0.002899543 0.999937236 -0.010824165 -6.209849358 -0.611530781 0.006791255 0.791191518 577.701171875\n0.790719032 0.008537970 0.612119675 316.878265381 -0.003229734 0.999947011 -0.009775383 -6.227340698 -0.612170696 0.005752599 0.790704727 579.179565430\n0.790328145 0.007781595 0.612634420 318.015167236 -0.003156926 0.999957800 -0.008628734 -6.245412827 -0.612675667 0.004885490 0.790319324 580.657836914\n0.789720654 0.007512185 0.613420606 319.140014648 -0.002997317 0.999960363 -0.008387140 -6.259150505 -0.613459289 0.004784882 0.789711893 582.130249023\n0.789494991 0.007137913 0.613715470 320.276428223 -0.002515347 0.999961615 -0.008394420 -6.275296211 -0.613751829 0.005083645 0.789482653 583.593505859\n0.788843989 0.007854580 0.614543259 321.413482666 -0.002915248 0.999954879 -0.009038500 -6.287788391 -0.614586532 0.005338420 0.788831353 585.075073242\n0.788504362 0.008286363 0.614973366 322.547912598 -0.003119692 0.999950230 -0.009473679 -6.296745300 -0.615021288 0.005551510 0.788490951 586.539489746\n0.788010240 0.009484852 0.615589023 323.681701660 -0.004058973 0.999939620 -0.010210979 -6.316819191 -0.615648687 0.005547697 0.788001180 588.012390137\n0.787446976 0.009132945 0.616314709 324.830291748 -0.003597493 0.999941289 -0.010221358 -6.326670170 -0.616371870 0.005831589 0.787433624 589.495056152\n0.786838710 0.008085143 0.617105722 325.955688477 -0.002756381 0.999950230 -0.009586547 -6.343634129 -0.617152512 0.005842088 0.786821842 590.963562012\n0.786572576 0.008036931 0.617445529 327.096740723 -0.001922336 0.999942303 -0.010566779 -6.357953072 -0.617494822 0.007124602 0.786542654 592.417419434\n0.786349356 0.007448780 0.617737174 328.243377686 -0.000149900 0.999929607 -0.011866507 -6.381186485 -0.617782056 0.009238622 0.786295116 593.872253418\n0.785542250 0.007562692 0.618761837 329.390991211 -0.000225565 0.999928772 -0.011935065 -6.402303219 -0.618808031 0.009235926 0.785487950 595.348632812\n0.785402536 0.006589283 0.618950307 330.531524658 0.000479041 0.999936581 -0.011253094 -6.419219017 -0.618985176 0.009134712 0.785349607 596.794311523\n0.784525752 0.006477749 0.620062411 331.651580811 0.000799689 0.999934018 -0.011458038 -6.437948227 -0.620095730 0.009484984 0.784468830 598.239624023\n0.783971548 0.007523398 0.620751202 332.780853271 0.000190918 0.999923587 -0.012360021 -6.449496269 -0.620796800 0.009808418 0.783910155 599.686950684\n0.783706069 0.008317376 0.621076167 333.925964355 -0.000633346 0.999920547 -0.012591624 -6.465618134 -0.621131539 0.009474776 0.783649087 601.138916016\n0.783138931 0.008535188 0.621788204 335.051300049 -0.001057626 0.999922633 -0.012393705 -6.482878208 -0.621845841 0.009048373 0.783087373 602.586181641\n0.782980919 0.008837179 0.621982932 336.199401855 -0.001460617 0.999922454 -0.012368280 -6.504004478 -0.622044027 0.008775649 0.782933116 604.039794922\n0.782865882 0.008379692 0.622134089 337.320922852 -0.001300651 0.999929130 -0.011831635 -6.521738052 -0.622189164 0.008453404 0.782821298 605.474853516\n0.782752633 0.007672112 0.622285664 338.475433350 -0.001490038 0.999944270 -0.010453966 -6.539674759 -0.622331202 0.007255640 0.782720447 606.938110352\n0.782615304 0.006543757 0.622471213 339.634399414 -0.001398598 0.999960721 -0.008753715 -6.546813011 -0.622504056 0.005980204 0.782593727 608.408447266\n0.782969952 0.005166288 0.622038126 340.759307861 0.000522858 0.999959707 -0.008963218 -6.562218666 -0.622059345 0.007343168 0.782935679 609.838745117\n0.783567369 0.005528251 0.621282279 341.909088135 0.001136919 0.999945998 -0.010331544 -6.574905872 -0.621305823 0.008801808 0.783518732 611.286254883\n0.784090340 0.006447548 0.620613217 343.048828125 0.001669587 0.999920487 -0.012497545 -6.587995529 -0.620644450 0.010835372 0.784017205 612.736816406\n0.784920037 0.006899910 0.619558632 344.193328857 0.001101768 0.999920845 -0.012531767 -6.603155613 -0.619596064 0.010519045 0.784850359 614.195556641\n0.785486281 0.005871892 0.618851185 345.326385498 0.001448524 0.999934793 -0.011326318 -6.624958992 -0.618877351 0.009793089 0.785426617 615.650817871\n0.786359668 0.006473181 0.617735028 346.476440430 0.000546396 0.999937415 -0.011173788 -6.641053200 -0.617768705 0.009124145 0.786306977 617.124511719\n0.787063599 0.006067580 0.616841972 347.614471436 0.000685205 0.999942422 -0.010710248 -6.663480282 -0.616871476 0.008852309 0.787014127 618.575988770\n0.787540734 0.006751665 0.616225600 348.760070801 -0.000065152 0.999940872 -0.010872570 -6.677688122 -0.616262615 0.008522443 0.787494600 620.048706055\n0.787914038 0.006976326 0.615745723 349.903045654 -0.000124691 0.999937594 -0.011169619 -6.698278904 -0.615785182 0.008723922 0.787865758 621.523498535\n0.788249731 0.007893407 0.615304887 351.041137695 -0.000987863 0.999932647 -0.011562061 -6.716818810 -0.615354717 0.008505955 0.788204432 622.996337891\n0.788732052 0.008860338 0.614673316 352.177825928 -0.002304121 0.999931693 -0.011457139 -6.730546951 -0.614732862 0.007620330 0.788698554 624.469543457\n0.789252639 0.007851184 0.614018440 353.322143555 -0.002163821 0.999947608 -0.010004541 -6.743472576 -0.614064813 0.006567485 0.789228320 625.968200684\n0.790561080 0.007127171 0.612341762 354.454132080 -0.001993197 0.999956906 -0.009065396 -6.766327858 -0.612379968 0.005946231 0.790541232 627.421630859\n0.791487932 0.007807768 0.611134946 355.591857910 -0.002271991 0.999949098 -0.009832719 -6.781251431 -0.611180604 0.006393986 0.791465402 628.927734375\n0.792854071 0.009160805 0.609342754 356.714721680 -0.002453245 0.999926865 -0.011840743 -6.796649933 -0.609406710 0.007893114 0.792818546 630.382202148\n0.794024110 0.011117673 0.607784569 357.848876953 -0.003818223 0.999904215 -0.013302160 -6.811841965 -0.607874274 0.008241579 0.793990552 631.873657227\n0.795232892 0.014402451 0.606132984 358.970611572 -0.007438627 0.999874353 -0.013998907 -6.836000443 -0.606258452 0.006623594 0.795240104 633.359863281\n0.796242058 0.018494565 0.604695439 360.087890625 -0.012215104 0.999820352 -0.014495004 -6.855031967 -0.604854882 0.004155115 0.796324909 634.863342285\n0.796970725 0.023998514 0.603541017 361.203033447 -0.018908933 0.999711931 -0.014782319 -6.881844997 -0.603721917 0.000368758 0.797194898 636.366699219\n0.797587276 0.028140921 0.602546811 362.318481445 -0.024150068 0.999599993 -0.014717326 -6.909751892 -0.602719963 -0.002813191 0.797947884 637.878051758\n0.798457861 0.029313726 0.601336658 363.436187744 -0.027055439 0.999551952 -0.012801423 -6.932508469 -0.601442456 -0.006048028 0.798893213 639.380615234\n0.799442768 0.028828450 0.600050151 364.547393799 -0.027028738 0.999562502 -0.012012175 -6.951696396 -0.600133896 -0.006615550 0.799872220 640.876831055\n0.800350547 0.028584085 0.598850608 365.660522461 -0.026909474 0.999568880 -0.011747086 -6.968231678 -0.598928154 -0.006712968 0.800774634 642.392700195\n0.801565766 0.028534174 0.597225428 366.773803711 -0.026820792 0.999571085 -0.011759896 -6.987444401 -0.597304821 -0.006591728 0.801987231 643.894409180\n0.802945256 0.029382559 0.595328093 367.888092041 -0.027595693 0.999545753 -0.012113288 -7.003016949 -0.595413625 -0.006702184 0.803391397 645.410827637\n0.803993523 0.030899918 0.593834698 368.991088867 -0.029378396 0.999493480 -0.012232746 -7.027392387 -0.593911886 -0.007610861 0.804494083 646.933349609\n0.805160999 0.033862676 0.592088699 370.097259521 -0.032419946 0.999388874 -0.013070178 -7.041759014 -0.592169464 -0.008671888 0.805766761 648.462219238\n0.806464791 0.034665488 0.590265095 371.189697266 -0.034418900 0.999339402 -0.011664180 -7.060839176 -0.590279520 -0.010909524 0.807125211 649.972412109\n0.807651043 0.035104688 0.588614881 372.291412354 -0.036155153 0.999296248 -0.009988255 -7.079976082 -0.588551283 -0.013214434 0.808351874 651.500488281\n0.808953285 0.035754144 0.586784720 373.396423340 -0.037869047 0.999245048 -0.008679265 -7.092348099 -0.586652040 -0.015199857 0.809696496 653.028381348\n0.809836864 0.037669275 0.585444510 374.481719971 -0.039362743 0.999176562 -0.009840138 -7.102668762 -0.585333109 -0.015075793 0.810652792 654.566833496\n0.810781419 0.040334582 0.583957672 375.563018799 -0.041590635 0.999071240 -0.011261445 -7.110656738 -0.583869576 -0.015156601 0.811705947 656.116394043\n0.811850071 0.041749556 0.582371414 376.645751953 -0.042664271 0.999015689 -0.012142542 -7.120888710 -0.582305133 -0.014988526 0.812832117 657.649047852\n0.812890947 0.041893028 0.580907285 377.717987061 -0.043413792 0.998993337 -0.011292981 -7.136351585 -0.580795646 -0.016039426 0.813891411 659.182128906\n0.814245284 0.042723589 0.578946769 378.815612793 -0.043680947 0.998969972 -0.012285376 -7.144169807 -0.578875303 -0.015285632 0.815272808 660.744995117\n0.815420985 0.043068450 0.577264011 379.899993896 -0.044083606 0.998952627 -0.012258941 -7.155199051 -0.577187359 -0.015451681 0.816465557 662.294250488\n0.816674709 0.043255992 0.575474977 381.005126953 -0.045200169 0.998918056 -0.010939414 -7.169387817 -0.575325489 -0.017077621 0.817746282 663.865966797\n0.817877889 0.042282622 0.573836207 382.091979980 -0.044909384 0.998944938 -0.009597899 -7.181495667 -0.573636591 -0.017920719 0.818913877 665.433715820\n0.819223344 0.041338984 0.571982682 383.145477295 -0.044666231 0.998968124 -0.008225260 -7.191576004 -0.571732521 -0.018809987 0.820224464 666.954528809\n0.820404172 0.042014871 0.570238411 384.216888428 -0.044870585 0.998951852 -0.009046775 -7.197608948 -0.570020795 -0.018164916 0.821429491 668.510620117\n0.821437240 0.042868003 0.568685472 385.284027100 -0.045356974 0.998922944 -0.009783834 -7.212173462 -0.568492353 -0.017757045 0.822496891 670.085388184\n0.822883248 0.042977449 0.566582799 386.341613770 -0.045381881 0.998921037 -0.009861023 -7.223596573 -0.566395283 -0.017598120 0.823945820 671.628784180\n0.823974013 0.043338951 0.564967692 387.422576904 -0.046256121 0.998887599 -0.009163178 -7.229419708 -0.564736366 -0.018582994 0.825062156 673.221191406\n0.825308859 0.044697478 0.562909842 388.471893311 -0.047909118 0.998810530 -0.009068052 -7.236306190 -0.562645555 -0.019484570 0.826468587 674.787536621\n0.826475918 0.045056868 0.561166108 389.566436768 -0.048317760 0.998791158 -0.009032863 -7.251329899 -0.560894787 -0.019648844 0.827653885 676.393310547\n0.827785075 0.045776512 0.559174716 390.638885498 -0.048641913 0.998768628 -0.009755617 -7.257474899 -0.558932781 -0.019123774 0.828992426 677.970397949\n0.829174459 0.046088405 0.557086706 391.695770264 -0.048799518 0.998758614 -0.009994631 -7.270502567 -0.556855738 -0.018898271 0.830394208 679.553405762\n0.830737591 0.045696348 0.554785430 392.761352539 -0.047737285 0.998801708 -0.010786928 -7.280969620 -0.554613531 -0.017522844 0.831923544 681.145935059\n0.832043767 0.044912022 0.552888930 393.797882080 -0.046914991 0.998843312 -0.010535119 -7.291819572 -0.552722573 -0.017173097 0.833188355 682.729980469\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0029_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999984324 0.001551283 -0.005374716 -0.015405878 -0.001547804 0.999998569 0.000651389 0.011570213 0.005375718 -0.000643060 0.999985337 1.723594785\n0.999933898 0.000865760 -0.011466996 -0.030011328 -0.000847628 0.999998391 0.001586077 0.007701292 0.011468351 -0.001576252 0.999933004 3.429404020\n0.999842703 -0.001269437 -0.017690441 -0.058758121 0.001282771 0.999998927 0.000742402 0.016674094 0.017689480 -0.000764978 0.999843240 5.135100842\n0.999697268 -0.005815236 -0.023906184 -0.107319556 0.005805437 0.999983013 -0.000479251 0.021127788 0.023908567 0.000340320 0.999714077 6.835018158\n0.999472380 -0.010003474 -0.030900434 -0.153315708 0.010008792 0.999949932 0.000017437 0.024871062 0.030898711 -0.000326704 0.999522448 8.539966583\n0.999205947 -0.012944547 -0.037681963 -0.218832538 0.013052289 0.999911368 0.002614639 0.028324638 0.037644777 -0.003104399 0.999286354 10.242667198\n0.998886108 -0.015552116 -0.044549707 -0.293595374 0.015722452 0.999870360 0.003475666 0.037970431 0.044489879 -0.004172225 0.999001145 11.964217186\n0.998567939 -0.016783513 -0.050797354 -0.386316240 0.017062228 0.999841630 0.005058102 0.055737030 0.050704416 -0.005917575 0.998696148 13.654579163\n0.998150349 -0.020687738 -0.057165340 -0.484795481 0.021071464 0.999759257 0.006117893 0.061344657 0.057025012 -0.007311135 0.998345971 15.348937988\n0.997681201 -0.024445741 -0.063518569 -0.582340300 0.024875423 0.999672651 0.005982575 0.077538684 0.063351527 -0.007548754 0.997962713 17.068119049\n0.997188151 -0.027549511 -0.069690645 -0.696754515 0.028007550 0.999592006 0.005603730 0.085740693 0.069507830 -0.007539838 0.997552931 18.764402390\n0.996735752 -0.030065674 -0.074925967 -0.834271908 0.030540297 0.999520004 0.005196617 0.098047927 0.074733764 -0.007467915 0.997175574 20.462497711\n0.996312320 -0.032060459 -0.079585582 -0.977829397 0.032506887 0.999462187 0.004319812 0.109259553 0.079404280 -0.006890961 0.996818662 22.162986755\n0.995925069 -0.032584820 -0.084091850 -1.115704656 0.032970667 0.999451160 0.003203366 0.124668553 0.083941318 -0.005962878 0.996452868 23.854595184\n0.995583832 -0.034257822 -0.087403044 -1.266766906 0.034605149 0.999398053 0.002461297 0.127612174 0.087266117 -0.005475023 0.996169984 25.550306320\n0.995218754 -0.037414618 -0.090220898 -1.417971015 0.038109142 0.999255657 0.005987150 0.139558643 0.089929737 -0.009396764 0.995903790 27.241203308\n0.994785309 -0.042311419 -0.092800722 -1.572058678 0.043507189 0.998993635 0.010899393 0.157110393 0.092246167 -0.014880054 0.995625019 28.931613922\n0.994213283 -0.048692755 -0.095754795 -1.726562500 0.050360583 0.998617291 0.015077391 0.182644188 0.094888233 -0.019812409 0.995290756 30.624649048\n0.993690014 -0.053624310 -0.098511919 -1.882123709 0.055399906 0.998345852 0.015376088 0.206747532 0.097524434 -0.020736616 0.995017052 32.318065643\n0.993374050 -0.055253498 -0.100772463 -2.052354097 0.056825869 0.998302102 0.012797735 0.233450800 0.099894240 -0.018439420 0.994827211 33.983520508\n0.993065834 -0.056851458 -0.102898836 -2.226383448 0.058268867 0.998242319 0.010819297 0.255757987 0.102102876 -0.016740073 0.994632959 35.663059235\n0.992728889 -0.059237219 -0.104786739 -2.404182673 0.060557522 0.998119891 0.009460713 0.274220884 0.104029298 -0.015737548 0.994449735 37.339576721\n0.992380083 -0.061920453 -0.106525086 -2.579484463 0.063324280 0.997944474 0.009843541 0.295055121 0.105696604 -0.016514158 0.994261265 39.021102905\n0.992032647 -0.064416170 -0.108267032 -2.764690161 0.065897249 0.997774720 0.010154549 0.316387057 0.107371993 -0.017208144 0.994069993 40.696350098\n0.991830230 -0.065780438 -0.109296516 -2.952160358 0.067229785 0.997691095 0.009624974 0.334005833 0.108411029 -0.016894322 0.993962586 42.381393433\n0.991669416 -0.065625928 -0.110837974 -3.136104345 0.066765152 0.997746944 0.006594251 0.348242581 0.110155493 -0.013939432 0.993816614 44.078010559\n0.991582870 -0.066393197 -0.111154817 -3.328649044 0.067235649 0.997729719 0.003843754 0.356077909 0.110647269 -0.011284967 0.993795693 45.747108459\n0.991420746 -0.066797458 -0.112351894 -3.513061047 0.067736723 0.997692823 0.004559326 0.364646316 0.111788124 -0.012130558 0.993658006 47.419570923\n0.991293252 -0.068378478 -0.112525679 -3.713611364 0.069461994 0.997568130 0.005732150 0.373163939 0.111860074 -0.013498500 0.993632257 49.103385925\n0.991144300 -0.069302022 -0.113270514 -3.907572508 0.070509747 0.997488678 0.006686213 0.383238077 0.112522684 -0.014613676 0.993541718 50.784061432\n0.990892947 -0.071575068 -0.114053324 -4.105203152 0.072671764 0.997340858 0.005481609 0.400362015 0.113357693 -0.013720144 0.993459523 52.472602844\n0.990812898 -0.072768636 -0.113993481 -4.307678223 0.073674850 0.997275233 0.003751387 0.413397074 0.113409899 -0.012115375 0.993474424 54.139648438\n0.990442991 -0.075627029 -0.115339816 -4.487147808 0.076563865 0.997057796 0.003707531 0.419876397 0.114720076 -0.012502960 0.993319154 55.812099457\n0.990308642 -0.076222785 -0.116098486 -4.683352470 0.077687129 0.996944606 0.008133983 0.436310858 0.115123771 -0.017074512 0.993204415 57.492107391\n0.990042329 -0.078270994 -0.117003351 -4.880719662 0.080186784 0.996710598 0.011749907 0.452904642 0.115698807 -0.021015028 0.993062019 59.160907745\n0.990071535 -0.077235714 -0.117443681 -5.082484245 0.079037122 0.996813655 0.010752317 0.480057418 0.116239004 -0.019927973 0.993021309 60.844882965\n0.989904106 -0.079313554 -0.117470287 -5.283955574 0.080882899 0.996686101 0.008645562 0.500234783 0.116395295 -0.018059615 0.993038774 62.520454407\n0.989864826 -0.078781039 -0.118157409 -5.484951496 0.080274053 0.996741354 0.007922840 0.521286070 0.117148206 -0.017327514 0.992963254 64.195808411\n0.989947975 -0.077754363 -0.118141092 -5.697652817 0.079433978 0.996794224 0.009568310 0.535046220 0.117018379 -0.018856546 0.992950737 65.890548706\n0.989817023 -0.078244142 -0.118912034 -5.894112110 0.080195621 0.996710360 0.011708186 0.561164141 0.117604755 -0.021125186 0.992835760 67.559745789\n0.989824116 -0.077824913 -0.119128048 -6.111683369 0.080435514 0.996610403 0.017257797 0.578063011 0.117381170 -0.026664309 0.992728889 69.259193420\n0.989745319 -0.078219756 -0.119523652 -6.315373421 0.080817439 0.996583343 0.017035723 0.611289263 0.117782749 -0.026520621 0.992685199 70.945144653\n0.989793658 -0.077857107 -0.119360119 -6.533027172 0.080068000 0.996693432 0.013833132 0.632333815 0.117888436 -0.023248870 0.992754638 72.644065857\n0.989846766 -0.076409042 -0.119854435 -6.738919735 0.077824406 0.996941328 0.007166260 0.656491399 0.118940271 -0.016421100 0.992765605 74.333854675\n0.989954710 -0.075093038 -0.119794421 -6.956285477 0.076051131 0.997097969 0.003439747 0.667185962 0.119188473 -0.012515695 0.992792785 75.975509644\n0.989845335 -0.074247703 -0.121216752 -7.165983677 0.075470112 0.997132778 0.005518375 0.677389979 0.120459475 -0.014610581 0.992610693 77.650802612\n0.989640474 -0.074755013 -0.122570030 -7.373145103 0.076186202 0.997068882 0.007024952 0.695960402 0.121685609 -0.016290320 0.992434978 79.313682556\n0.989433050 -0.075340837 -0.123879194 -7.593068600 0.077305853 0.996945322 0.011125894 0.703786850 0.122662552 -0.020584913 0.992234945 80.999824524\n0.989211559 -0.075599246 -0.125480115 -7.804299831 0.077667110 0.996911108 0.011662995 0.727276802 0.124210812 -0.021282846 0.992027581 82.678962708\n0.989119291 -0.074838243 -0.126657829 -8.021653175 0.076901078 0.996972740 0.011469096 0.750489891 0.125416085 -0.021084428 0.991880178 84.338455200\n0.988968611 -0.074139327 -0.128235847 -8.248966217 0.076315485 0.997009873 0.012133705 0.772299886 0.126952827 -0.021786235 0.991669476 86.029357910\n0.988661110 -0.074229054 -0.130534500 -8.464862823 0.076546773 0.996983528 0.012821687 0.794547856 0.129189014 -0.022668298 0.991360843 87.702964783\n0.988270879 -0.075220466 -0.132900372 -8.682540894 0.077785693 0.996868849 0.014209161 0.814099908 0.131415412 -0.024380246 0.991027534 89.384986877\n0.987829149 -0.076194078 -0.135602564 -8.910928726 0.079084836 0.996738613 0.016052268 0.842708051 0.133937240 -0.026581006 0.990633249 91.055816650\n0.987517655 -0.075502045 -0.138232738 -9.149913788 0.078468390 0.996786118 0.016128793 0.862560749 0.136570722 -0.026774369 0.990268409 92.721015930\n0.987123489 -0.075651206 -0.140940174 -9.386650085 0.078551866 0.996795297 0.015124295 0.888941169 0.139344320 -0.026000658 0.989902556 94.377616882\n0.986697197 -0.075172171 -0.144145116 -9.625967979 0.078083783 0.996839285 0.014641314 0.909927666 0.142588899 -0.025701938 0.989448249 96.046234131\n0.986097097 -0.077402756 -0.147041813 -9.870373726 0.080460839 0.996645570 0.014955527 0.939734578 0.145390972 -0.026578711 0.989017189 97.709396362\n0.985450745 -0.077884108 -0.151065990 -10.116113663 0.081065722 0.996595740 0.015008738 0.960791826 0.149382785 -0.027036646 0.988409758 99.352241516\n0.984755039 -0.078548990 -0.155201778 -10.368913651 0.081911653 0.996520877 0.015381271 0.989082515 0.153453633 -0.027859617 0.987763047 101.013748169\n0.984149754 -0.078204937 -0.159164399 -10.632679939 0.081924953 0.996494591 0.016936081 1.002784133 0.157281980 -0.029707173 0.987106800 102.638015747\n0.983429670 -0.077595904 -0.163844511 -10.894173622 0.081382826 0.996546030 0.016518055 1.031817555 0.161996856 -0.029578472 0.986347854 104.269302368\n0.982743621 -0.076852821 -0.168251708 -11.173142433 0.080398075 0.996659517 0.014351137 1.043662190 0.166586742 -0.027630601 0.985639572 105.871551514\n0.981977046 -0.075054035 -0.173458725 -11.453889847 0.079005599 0.996746063 0.015980022 1.068768382 0.171694934 -0.029396223 0.984711468 107.493614197\n0.981261551 -0.072250359 -0.178621605 -11.743955612 0.077332519 0.996770382 0.021645822 1.093155384 0.176480800 -0.035053469 0.983679712 109.088134766\n0.980378032 -0.071433216 -0.183728546 -12.044242859 0.076868176 0.996784568 0.022622213 1.129529238 0.181521803 -0.036301196 0.982716680 110.696472168\n0.979465187 -0.070702411 -0.188809693 -12.345447540 0.075929515 0.996900618 0.020587089 1.154894590 0.186768949 -0.034500565 0.981797874 112.252204895\n0.978506327 -0.070515633 -0.193785638 -12.652384758 0.075564861 0.996964037 0.018779229 1.182371378 0.191873074 -0.033018980 0.980864167 113.814941406\n0.977692604 -0.068517007 -0.198551327 -12.971941948 0.073614679 0.997117043 0.018398542 1.202741146 0.196718290 -0.032604408 0.979917765 115.352951050\n0.976823926 -0.066991329 -0.203290999 -13.287431717 0.071763836 0.997290254 0.016187783 1.230448008 0.201655686 -0.030401554 0.978984535 116.890533447\n0.976169169 -0.066194952 -0.206668764 -13.623184204 0.070532009 0.997415721 0.013680303 1.250630021 0.205229104 -0.027931051 0.978315353 118.424423218\n0.975599706 -0.064289987 -0.209933251 -13.957505226 0.068990946 0.997502387 0.015138756 1.269367337 0.208435655 -0.029252859 0.977598488 119.954399109\n0.975214303 -0.062454320 -0.212265119 -14.291390419 0.068105608 0.997489274 0.019409906 1.289453506 0.210519955 -0.033385262 0.977019310 121.466751099\n0.974853039 -0.059734277 -0.214693680 -14.617403030 0.066068582 0.997562647 0.022443483 1.319576740 0.212829754 -0.036063604 0.976423502 122.944526672\n0.974890292 -0.056842566 -0.215308800 -14.975403786 0.063103206 0.997757614 0.022310296 1.346975565 0.213557810 -0.035336766 0.976291120 124.450492859\n0.974793553 -0.053431250 -0.216616318 -15.290735245 0.059576359 0.997982740 0.021933628 1.379043818 0.215007409 -0.034285970 0.976010382 125.916984558\n0.975019515 -0.049633261 -0.216502845 -15.625719070 0.055732287 0.998199940 0.022152832 1.407582045 0.215013623 -0.033665642 0.976030648 127.373611450\n0.975495398 -0.046336953 -0.215085104 -15.953736305 0.052267332 0.998391569 0.021963956 1.446529865 0.213721409 -0.032667663 0.976348281 128.830123901\n0.975951016 -0.043311071 -0.213644087 -16.271383286 0.049301047 0.998524010 0.022786787 1.476925373 0.212341830 -0.032771666 0.976645768 130.270080566\n0.976783037 -0.040849138 -0.210300416 -16.604419708 0.046599690 0.998661101 0.022459967 1.504373431 0.209101364 -0.031738449 0.977378786 131.749008179\n0.977567732 -0.040322091 -0.206725642 -16.924728394 0.044950463 0.998831689 0.017739145 1.536753178 0.205768853 -0.026633630 0.978238106 133.216934204\n0.978399813 -0.041202690 -0.202573702 -17.216833115 0.045093767 0.998875618 0.014628614 1.561732054 0.201743200 -0.023447447 0.979157746 134.640869141\n0.979297042 -0.040329982 -0.198370293 -17.502767563 0.044727135 0.998841822 0.017733911 1.580989361 0.197425336 -0.026239302 0.979966700 136.061431885\n0.980213642 -0.040106948 -0.193836510 -17.792751312 0.044795036 0.998798728 0.019861795 1.608442783 0.192807063 -0.028151717 0.980832756 137.525268555\n0.981055200 -0.040521018 -0.189443290 -18.043645859 0.045046587 0.998791754 0.019642450 1.637470126 0.188418478 -0.027804101 0.981695175 138.931838989\n0.982092917 -0.041113250 -0.183856577 -18.342483521 0.045646235 0.998747528 0.020489264 1.666424155 0.182783917 -0.028514722 0.982739508 140.377944946\n0.982898295 -0.042170383 -0.179255843 -18.597684860 0.046908420 0.998650849 0.022273846 1.701545238 0.178074688 -0.030301534 0.983550310 141.793029785\n0.983720958 -0.043205805 -0.174431399 -18.848011017 0.048137911 0.998548865 0.024142219 1.728563190 0.173135206 -0.032145970 0.984373331 143.175186157\n0.984396040 -0.044284109 -0.170303658 -19.096719742 0.049320210 0.998458624 0.025453160 1.769840956 0.168913990 -0.033455402 0.985062838 144.590087891\n0.985000670 -0.045423117 -0.166464493 -19.313970566 0.050474674 0.998380601 0.026239993 1.801068187 0.165003017 -0.034248654 0.985698223 145.913803101\n0.985702038 -0.045423005 -0.162259728 -19.539710999 0.050143484 0.998426199 0.025114149 1.842247009 0.160863608 -0.032891337 0.986428440 147.310714722\n0.986356437 -0.045140386 -0.158314183 -19.768718719 0.049654376 0.998461664 0.024672231 1.870192051 0.156956926 -0.032196604 0.987080514 148.676315308\n0.987000942 -0.044697862 -0.154373661 -19.996555328 0.049056612 0.998494506 0.024540160 1.904029608 0.153044358 -0.031794209 0.987707734 150.050415039\n0.987612486 -0.043344960 -0.150807008 -20.198276520 0.047692727 0.998540759 0.025331866 1.935883403 0.149488941 -0.032210462 0.988238633 151.387817383\n0.988204837 -0.042947374 -0.146992445 -20.401231766 0.047254659 0.998546124 0.025935676 1.968702078 0.145664871 -0.032575838 0.988797545 152.704147339\n0.988742650 -0.041053243 -0.143883929 -20.600656509 0.045515217 0.998575151 0.027856395 2.000147820 0.142535329 -0.034091715 0.989202440 154.032302856\n0.989181101 -0.040644635 -0.140956566 -20.785301208 0.045091834 0.998576224 0.028499737 2.031396151 0.139597505 -0.034547392 0.989605486 155.333694458\n0.989585280 -0.039368093 -0.138459638 -20.970146179 0.043772608 0.998623133 0.028909801 2.065639973 0.137130871 -0.034669451 0.989946008 156.629577637\n0.989932597 -0.039401893 -0.135944515 -21.141389847 0.043744482 0.998618722 0.029104676 2.098818302 0.134609953 -0.034758490 0.990288854 157.908126831\n0.990322113 -0.038815137 -0.133249775 -21.318103790 0.043051969 0.998650014 0.029062558 2.134593725 0.131941825 -0.034517959 0.990656257 159.192413330\n0.990624905 -0.038890533 -0.130957395 -21.469633102 0.043131731 0.998627663 0.029705871 2.165980339 0.129622400 -0.035075795 0.990942836 160.442062378\n0.990912795 -0.039045971 -0.128713816 -21.629154205 0.043247644 0.998613536 0.030010819 2.202034473 0.127363563 -0.035304673 0.991227567 161.691741943\n0.991206646 -0.038897149 -0.126476884 -21.790021896 0.043028746 0.998620331 0.030099545 2.236997128 0.125131592 -0.035277013 0.991512775 162.941619873\n0.991406560 -0.039662980 -0.124659009 -21.942630768 0.043725494 0.998592377 0.030022651 2.267332315 0.123292752 -0.035215430 0.991745293 164.158462524\n0.991583586 -0.040098481 -0.123101868 -22.089950562 0.044136845 0.998567283 0.030254140 2.302594662 0.121712357 -0.035432838 0.991932750 165.386138916\n0.991763771 -0.040191956 -0.121611215 -22.243911743 0.044212140 0.998555243 0.030540831 2.335707903 0.120208018 -0.035665981 0.992107868 166.602828979\n0.991861582 -0.040289447 -0.120777927 -22.388198853 0.044282027 0.998551667 0.030556498 2.373172283 0.119371898 -0.035656109 0.992209136 167.806137085\n0.991960704 -0.040572129 -0.119866259 -22.532194138 0.044531513 0.998541117 0.030538782 2.408599377 0.118452363 -0.035631098 0.992320240 168.996810913\n0.991988599 -0.040266901 -0.119738251 -22.672163010 0.044224482 0.998553514 0.030579409 2.443574667 0.118333712 -0.035629787 0.992334425 170.210128784\n0.991974592 -0.041153282 -0.119552486 -22.819597244 0.045119710 0.998510957 0.030661045 2.478109837 0.118112661 -0.035809152 0.992354333 171.400192261\n0.991983533 -0.040471651 -0.119711004 -22.967105865 0.044485390 0.998527467 0.031047437 2.511592150 0.118278190 -0.036123935 0.992323220 172.589538574\n0.991983235 -0.040410578 -0.119733885 -23.108732224 0.044471670 0.998515785 0.031440973 2.544517756 0.118285619 -0.036513686 0.992308021 173.753082275\n0.991974354 -0.039575063 -0.120086208 -23.259950638 0.043585666 0.998569965 0.030956019 2.583479881 0.118689395 -0.035941616 0.992280722 174.904739380\n0.991906106 -0.039229181 -0.120761357 -23.385063171 0.043240439 0.998590529 0.030776115 2.614964724 0.119383834 -0.035748791 0.992204368 176.036331177\n0.991867542 -0.038515821 -0.121306449 -23.535104752 0.042564016 0.998614013 0.030958219 2.644977808 0.119945936 -0.035869744 0.992132187 177.207992554\n0.991796494 -0.037858617 -0.122092158 -23.685550690 0.042014387 0.998615742 0.031644210 2.678382397 0.120725140 -0.036514245 0.992014170 178.348098755\n0.991656363 -0.037516564 -0.123329602 -23.831823349 0.041728988 0.998624325 0.031751182 2.710384369 0.121968746 -0.036632683 0.991857708 179.494171143\n0.991567135 -0.037846889 -0.123944618 -23.987186432 0.042042997 0.998621762 0.031415056 2.745173693 0.122584835 -0.036361139 0.991791725 180.650436401\n0.991431773 -0.037787717 -0.125040546 -24.128850937 0.042049713 0.998614967 0.031622078 2.780827045 0.123672433 -0.036609050 0.991647601 181.755004883\n0.991288781 -0.038217302 -0.126039624 -24.273963928 0.042570803 0.998579919 0.032029044 2.810311556 0.124636583 -0.037115641 0.991508007 182.867584229\n0.991173267 -0.038548198 -0.126844808 -24.425619125 0.043151565 0.998498499 0.033744887 2.835396767 0.125353545 -0.038920581 0.991348386 183.970062256\n0.991008162 -0.039050858 -0.127976134 -24.564409256 0.043892838 0.998414695 0.035234768 2.865222692 0.126397312 -0.040535178 0.991151154 185.044357300\n0.990827858 -0.040030558 -0.129064724 -24.701055527 0.044992384 0.998347104 0.035759699 2.896970272 0.127419919 -0.041238636 0.990991175 186.113479614\n0.990677118 -0.040101007 -0.130194873 -24.843288422 0.045172777 0.998321712 0.036237467 2.931351662 0.128523216 -0.041780893 0.990826011 187.150878906\n0.990590334 -0.040280964 -0.130798236 -24.988723755 0.045473535 0.998281717 0.036956895 2.973855257 0.129084826 -0.042557005 0.990719974 188.206054688\n0.990419209 -0.040730324 -0.131950155 -25.116535187 0.046019465 0.998244464 0.037284844 3.005148411 0.130199894 -0.042999901 0.990554869 189.208908081\n0.990285218 -0.041237205 -0.132795811 -25.256048203 0.046628024 0.998199046 0.037742943 3.032721996 0.131000236 -0.043568283 0.990424514 190.193283081\n0.990115821 -0.042178795 -0.133759543 -25.389909744 0.047599699 0.998158932 0.037590403 3.064813852 0.131927758 -0.043585766 0.990300655 191.177291870\n0.989998221 -0.042872123 -0.134408176 -25.522943497 0.048303735 0.998131752 0.037412766 3.093671560 0.132553101 -0.043530986 0.990219533 192.120880127\n0.989863336 -0.043556862 -0.135179132 -25.661531448 0.048979614 0.998112321 0.037050698 3.127654076 0.133310154 -0.043296147 0.990128219 193.074569702\n0.989744604 -0.043508347 -0.136061385 -25.782913208 0.048963975 0.998114645 0.037009086 3.158246517 0.134194657 -0.043291651 0.990008891 193.990875244\n0.989669740 -0.043982822 -0.136452749 -25.912570953 0.049325202 0.998133063 0.036019418 3.186505318 0.134613767 -0.042377885 0.989991546 194.906951904\n0.989631653 -0.044438012 -0.136581346 -26.042938232 0.049714826 0.998133481 0.035468236 3.218804359 0.134750277 -0.041890606 0.989993691 195.816787720\n0.989595652 -0.044879589 -0.136697859 -26.163301468 0.050135106 0.998120248 0.035247464 3.241070271 0.134859011 -0.041734099 0.989985526 196.690399170\n0.989583373 -0.044722978 -0.136837780 -26.284559250 0.049972031 0.998131335 0.035166353 3.270944357 0.135009333 -0.041638099 0.989969075 197.551300049\n0.989591599 -0.045796923 -0.136422619 -26.412504196 0.050928719 0.998110831 0.034365483 3.297256708 0.134591058 -0.040955622 0.990054488 198.461517334\n0.989609361 -0.046058688 -0.136205420 -26.532859802 0.051212199 0.998089075 0.034575686 3.320189714 0.134352639 -0.041191801 0.990077078 199.310745239\n0.989609301 -0.045702945 -0.136325747 -26.639877319 0.050821986 0.998118281 0.034307249 3.349916935 0.134501293 -0.040879115 0.990069866 200.132980347\n0.989673376 -0.046061974 -0.135738477 -26.768526077 0.051186528 0.998092830 0.034506179 3.371859550 0.133890182 -0.041097827 0.990143597 200.948699951\n0.989712477 -0.045444671 -0.135661319 -26.876964569 0.050559048 0.998125255 0.034493621 3.402065516 0.133839443 -0.040997673 0.990154624 201.738357544\n0.989748180 -0.046259418 -0.135124251 -26.991638184 0.051395271 0.998072982 0.034768760 3.411174774 0.133255482 -0.041357063 0.990218461 202.508041382\n0.989712238 -0.046484105 -0.135310292 -27.091711044 0.051652357 0.998053849 0.034936976 3.439965963 0.133422941 -0.041566648 0.990187109 203.264770508\n0.989833534 -0.046227522 -0.134508759 -27.201555252 0.051401019 0.998055935 0.035245266 3.459446192 0.132617965 -0.041800834 0.990285397 204.014373779\n0.989716768 -0.047482170 -0.134930119 -27.286455154 0.052711654 0.997980356 0.035450485 3.482779026 0.132974342 -0.042198330 0.990220726 204.712478638\n0.989895523 -0.047311775 -0.133672893 -27.397882462 0.052555401 0.997969866 0.035973106 3.500199080 0.131699577 -0.042634849 0.990372419 205.451431274\n0.989953756 -0.047936235 -0.133017778 -27.492782593 0.053159907 0.997936904 0.035999019 3.525528669 0.131017700 -0.042708576 0.990459681 206.150558472\n0.989940464 -0.048945703 -0.132748604 -27.583465576 0.054160368 0.997884572 0.035958026 3.546287775 0.130707800 -0.042786017 0.990497291 206.830413818\n0.989982128 -0.049387645 -0.132273421 -27.676380157 0.054642387 0.997842550 0.036393512 3.563911915 0.130190656 -0.043256659 0.990544915 207.486999512\n0.990117431 -0.049089983 -0.131368399 -27.765920639 0.054247048 0.997879505 0.035968002 3.587332249 0.129324168 -0.042738896 0.990680873 208.124191284\n0.990153313 -0.049322598 -0.131010234 -27.851211548 0.054480907 0.997862637 0.036083214 3.605726480 0.128950506 -0.042865474 0.990724146 208.744689941\n0.990134656 -0.049627285 -0.131036282 -27.926763535 0.054773726 0.997850895 0.035965100 3.629476786 0.128969818 -0.042787634 0.990724981 209.354125977\n0.990245700 -0.050037317 -0.130037576 -28.014337540 0.055198934 0.997811854 0.036394686 3.639578342 0.127931938 -0.043217614 0.990840912 209.932052612\n0.990279317 -0.049751740 -0.129890844 -28.090700150 0.054907884 0.997827053 0.036419138 3.661887646 0.127796680 -0.043197151 0.990859210 210.512893677\n0.990316331 -0.049694419 -0.129630446 -28.159347534 0.054841291 0.997829974 0.036439322 3.674955845 0.127538309 -0.043195557 0.990892589 211.060974121\n0.990391552 -0.049668785 -0.129064485 -28.237455368 0.054804768 0.997827888 0.036549766 3.693943501 0.126968771 -0.043271925 0.990962386 211.623275757\n0.990461171 -0.049704328 -0.128515199 -28.310787201 0.054829817 0.997822702 0.036654793 3.715068579 0.126413479 -0.043351613 0.991029918 212.139785767\n0.990507364 -0.049327884 -0.128304049 -28.386331558 0.054471120 0.997833729 0.036889110 3.725616693 0.126206443 -0.043527801 0.991048574 212.665603638\n0.990637720 -0.049196616 -0.127344444 -28.456642151 0.054341286 0.997827590 0.037243780 3.733538151 0.125235543 -0.043815155 0.991159081 213.159027100\n0.990698814 -0.049228042 -0.126855999 -28.516113281 0.054301634 0.997844398 0.036849964 3.758845091 0.124768503 -0.043395706 0.991236389 213.642364502\n0.990745902 -0.050084572 -0.126150921 -28.584436417 0.055167392 0.997786760 0.037123360 3.768335819 0.124012403 -0.043739233 0.991316199 214.144805908\n0.990721226 -0.050592229 -0.126142099 -28.645624161 0.055724707 0.997741878 0.037494723 3.775577545 0.123960316 -0.044176050 0.991303325 214.611740112\n0.990757406 -0.049175899 -0.126417711 -28.692823410 0.054281507 0.997830153 0.037262276 3.806251526 0.124311008 -0.043780021 0.991276979 215.009384155\n0.990784466 -0.048679192 -0.126398087 -28.759365082 0.053748667 0.997868419 0.037009377 3.817478895 0.124327071 -0.043462042 0.991288960 215.438385010\n0.990658998 -0.048928916 -0.127282068 -28.804277420 0.054000806 0.997866035 0.036704943 3.830934286 0.125214517 -0.043235414 0.991187155 215.835052490\n0.990544558 -0.049290132 -0.128031254 -28.848680496 0.054427307 0.997834265 0.036938556 3.841197968 0.125933260 -0.043557681 0.991082013 216.206665039\n0.990523756 -0.049263552 -0.128202111 -28.902978897 0.054389928 0.997841597 0.036795765 3.854941368 0.126112714 -0.043419980 0.991065204 216.584609985\n0.990443945 -0.048795059 -0.128995657 -28.950775146 0.053952228 0.997865558 0.036789961 3.868726730 0.126925156 -0.043397997 0.990962446 216.938613892\n0.990382671 -0.048307672 -0.129647598 -28.999746323 0.053469773 0.997897267 0.036633488 3.880686045 0.127605319 -0.043213401 0.990883172 217.280197144\n0.990275681 -0.048044134 -0.130559638 -29.040634155 0.053186402 0.997928679 0.036187150 3.890352726 0.128550634 -0.042779252 0.990779817 217.603454590\n0.990205288 -0.048087906 -0.131076649 -29.082695007 0.053251144 0.997925758 0.036172718 3.896355152 0.129065305 -0.042798396 0.990712106 217.931564331\n0.990165949 -0.048321005 -0.131287545 -29.141429901 0.053405643 0.997942150 0.035486091 3.902587175 0.129302651 -0.042148616 0.990709007 218.249084473\n0.990070343 -0.048001546 -0.132123113 -29.176071167 0.053083461 0.997969091 0.035211876 3.913601875 0.130164564 -0.041875787 0.990607679 218.535049438\n0.990055144 -0.047823787 -0.132301673 -29.223419189 0.052882478 0.997987628 0.034988385 3.925510883 0.130362153 -0.041636869 0.990591764 218.825668335\n0.989950120 -0.047895487 -0.133059278 -29.254304886 0.052924223 0.998001873 0.034515113 3.932887554 0.131140292 -0.041210297 0.990506887 219.090744019\n0.989901841 -0.048480164 -0.133206576 -29.290735245 0.053506281 0.997974396 0.034412760 3.941131115 0.131268412 -0.041192647 0.990490675 219.338775635\n0.989916980 -0.048690554 -0.133017465 -29.327516556 0.053659294 0.997979403 0.034026165 3.945288897 0.131091937 -0.040820699 0.990529418 219.578155518\n0.989865899 -0.048996147 -0.133284763 -29.356117249 0.053921998 0.997979701 0.033600170 3.950955391 0.131369203 -0.040446643 0.990508080 219.800323486\n0.989836812 -0.048990574 -0.133502975 -29.390697479 0.053900987 0.997986972 0.033416688 3.955036640 0.131597131 -0.040273011 0.990484893 220.015243530\n0.989805341 -0.048751753 -0.133823171 -29.420356750 0.053601541 0.998021007 0.032877855 3.964482546 0.131955475 -0.039715804 0.990459681 220.221206665\n0.989752471 -0.048902150 -0.134159014 -29.440704346 0.053741463 0.998019695 0.032688346 3.969219923 0.132294804 -0.039563272 0.990420520 220.408554077\n0.989773512 -0.048568521 -0.134124741 -29.469604492 0.053427082 0.998030841 0.032863669 3.976213217 0.132264480 -0.039693486 0.990419388 220.584991455\n0.989741445 -0.048727315 -0.134303764 -29.491579056 0.053592052 0.998022556 0.032845821 3.978621006 0.132437706 -0.039706483 0.990395725 220.755661011\n0.989728451 -0.048973754 -0.134309962 -29.517101288 0.053805675 0.998019695 0.032583103 3.984612703 0.132448271 -0.039475061 0.990403533 220.912796021\n0.989719033 -0.049014360 -0.134364679 -29.536989212 0.053858370 0.998014510 0.032654516 3.986651182 0.132497355 -0.039555456 0.990393758 221.057174683\n0.989726424 -0.049151551 -0.134260029 -29.561256409 0.053956646 0.998017967 0.032386348 3.994793892 0.132402077 -0.039297841 0.990416765 221.200744629\n0.989718080 -0.048808914 -0.134446383 -29.579814911 0.053578053 0.998048127 0.032083616 4.000065804 0.132617995 -0.038957108 0.990401328 221.322402954\n0.989685953 -0.048895415 -0.134651229 -29.593416214 0.053644389 0.998051465 0.031867191 4.004195213 0.132830694 -0.038761795 0.990380526 221.445907593\n0.989653885 -0.048970710 -0.134859368 -29.610177994 0.053699747 0.998055339 0.031652872 4.005773067 0.133047044 -0.038567301 0.990359068 221.561096191\n0.989626527 -0.049426183 -0.134893924 -29.625139236 0.054084271 0.998052359 0.031085961 4.011313438 0.133094743 -0.038059130 0.990372300 221.661636353\n0.989614844 -0.049435694 -0.134976402 -29.639205933 0.054082707 0.998055756 0.030979235 4.005994320 0.133182511 -0.037957396 0.990364432 221.770263672\n0.989603519 -0.049179550 -0.135152802 -29.652681351 0.053822190 0.998071969 0.030912403 4.009394169 0.133371964 -0.037865240 0.990342438 221.865768433\n0.989594340 -0.049408145 -0.135136470 -29.664485931 0.054037355 0.998063684 0.030802833 4.012822628 0.133352906 -0.037784729 0.990348101 221.948089600\n0.989551306 -0.050014026 -0.135228872 -29.676626205 0.054629337 0.998036623 0.030634718 4.014251709 0.133431211 -0.037702087 0.990340710 222.030700684\n0.989538848 -0.050072558 -0.135298312 -29.689489365 0.054705929 0.998029053 0.030745219 4.017107487 0.133492157 -0.037825208 0.990327775 222.105117798\n0.989510953 -0.050326064 -0.135408074 -29.694868088 0.054959126 0.998016655 0.030695396 4.018734455 0.133594736 -0.037815340 0.990314305 222.174697876\n0.989502668 -0.050208833 -0.135512263 -29.700658798 0.054823954 0.998028874 0.030540282 4.021741390 0.133711755 -0.037649006 0.990304887 222.233001709\n0.989511788 -0.049932439 -0.135547712 -29.710430145 0.054565817 0.998038650 0.030683044 4.020897865 0.133749783 -0.037757505 0.990295589 222.287918091\n0.989521921 -0.050035998 -0.135435686 -29.719402313 0.054660134 0.998034775 0.030639855 4.022579193 0.133636430 -0.037721738 0.990312278 222.339569092\n0.989492655 -0.050076880 -0.135634243 -29.724067688 0.054694030 0.998036325 0.030529121 4.024964333 0.133839101 -0.037626721 0.990288496 222.381103516\n0.989482403 -0.049870733 -0.135784790 -29.723491669 0.054490693 0.998047709 0.030520407 4.028415680 0.133997634 -0.037598412 0.990268171 222.413513184\n0.989469707 -0.049874187 -0.135875762 -29.727767944 0.054508619 0.998044252 0.030601339 4.025296211 0.134083807 -0.037685499 0.990253150 222.439971924\n0.989491701 -0.049584392 -0.135821775 -29.732278824 0.054198615 0.998064697 0.030485904 4.029712677 0.134047300 -0.037526898 0.990264118 222.464019775\n0.989510894 -0.049864434 -0.135579392 -29.737957001 0.054457158 0.998053908 0.030377461 4.028569698 0.133800790 -0.037442096 0.990300655 222.490768433\n0.989488959 -0.050120898 -0.135644883 -29.737577438 0.054682627 0.998049617 0.030113287 4.031320095 0.133871019 -0.037214186 0.990299761 222.501098633\n0.989501536 -0.050049294 -0.135579601 -29.738908768 0.054607280 0.998053849 0.030108465 4.031091213 0.133808836 -0.037196003 0.990308881 222.505737305\n0.989517152 -0.049854375 -0.135537431 -29.741930008 0.054436937 0.998056948 0.030314703 4.030650139 0.133762747 -0.037375160 0.990308344 222.510787964\n0.989508867 -0.049948912 -0.135562852 -29.739236832 0.054512173 0.998057544 0.030158632 4.029389381 0.133793145 -0.037232056 0.990309656 222.505020142\n0.989498198 -0.050286993 -0.135516018 -29.739429474 0.054694705 0.998081923 0.028998569 4.029419899 0.133797839 -0.036106039 0.990350664 222.505187988\n0.989524662 -0.050137326 -0.135377750 -29.739055634 0.054463945 0.998110473 0.028445061 4.028708458 0.133695796 -0.035520297 0.990385652 222.506546021\n0.989506602 -0.050301671 -0.135448799 -29.739004135 0.054645278 0.998097837 0.028541233 4.030342102 0.133755475 -0.035643376 0.990373194 222.507492065\n0.989512444 -0.050243072 -0.135428011 -29.740858078 0.054588865 0.998100221 0.028566793 4.026159286 0.133735433 -0.035660058 0.990375280 222.504974365\n0.989520252 -0.050309323 -0.135346472 -29.741584778 0.054624222 0.998104274 0.028355561 4.026947021 0.133663341 -0.035451598 0.990392506 222.506469727\n0.989524603 -0.049816966 -0.135496676 -29.739755630 0.054208796 0.998110831 0.028916461 4.026460648 0.133800164 -0.035958659 0.990355730 222.505691528\n0.989493072 -0.050467383 -0.135486260 -29.739057541 0.054777410 0.998098254 0.028271958 4.028589249 0.133801788 -0.035396494 0.990375757 222.504669189\n0.989506602 -0.050548911 -0.135357112 -29.740678787 0.054843195 0.998097122 0.028184544 4.031903267 0.133674845 -0.035312209 0.990395904 222.510116577\n0.989506602 -0.050323494 -0.135441005 -29.739599228 0.054644115 0.998102725 0.028371729 4.030794621 0.133756265 -0.035475064 0.990379095 222.510726929\n0.989489377 -0.050693411 -0.135428712 -29.739656448 0.054966576 0.998095512 0.027999789 4.032359123 0.133751377 -0.035149544 0.990391374 222.507644653\n0.989484310 -0.050719097 -0.135456070 -29.739751816 0.054994546 0.998093784 0.028007792 4.032750607 0.133777320 -0.035162617 0.990387380 222.509063721\n0.989487231 -0.050741605 -0.135426491 -29.740110397 0.055013284 0.998093307 0.027986284 4.032674313 0.133748204 -0.035142325 0.990392089 222.507247925\n0.989508450 -0.050516315 -0.135355741 -29.740840912 0.054807354 0.998099685 0.028162995 4.031984329 0.133675829 -0.035286009 0.990396738 222.509704590\n0.989495516 -0.050678700 -0.135389611 -29.740158081 0.054962862 0.998093128 0.028092559 4.032836914 0.133707747 -0.035238862 0.990394115 222.509658813\n0.989491820 -0.050675020 -0.135417745 -29.739336014 0.054948576 0.998096347 0.028006779 4.032556534 0.133740708 -0.035153490 0.990392685 222.508224487\n0.989514112 -0.050471403 -0.135330901 -29.742311478 0.054773569 0.998098969 0.028254939 4.031040668 0.133647561 -0.035371218 0.990397513 222.509078979\n0.989495397 -0.050757818 -0.135360450 -29.741043091 0.055030651 0.998091698 0.028011298 4.031238556 0.133680344 -0.035166025 0.990400374 222.507553101\n0.989514172 -0.050549455 -0.135301441 -29.742271423 0.054832082 0.998099744 0.028112955 4.031191826 0.133623242 -0.035237025 0.990405560 222.508590698\n0.989510477 -0.050639477 -0.135294706 -29.741271973 0.054916929 0.998096287 0.028070614 4.032213211 0.133615658 -0.035206135 0.990407705 222.509689331\n0.989472508 -0.050518844 -0.135617152 -29.739839554 0.054837503 0.998094261 0.028297549 4.028466225 0.133929148 -0.035436552 0.990357101 222.500915527\n0.989501595 -0.050687123 -0.135341823 -29.741472244 0.054964185 0.998094201 0.028052144 4.031848431 0.133662000 -0.035196591 0.990401745 222.509429932\n0.989530087 -0.050488923 -0.135207579 -29.743507385 0.054764222 0.998104215 0.028087486 4.032195091 0.133533150 -0.035197947 0.990419090 222.510253906\n0.989521086 -0.050553329 -0.135249525 -29.742980957 0.054843817 0.998097062 0.028184799 4.031423092 0.133567318 -0.035307053 0.990410626 222.508422852\n0.989499986 -0.050484177 -0.135429472 -29.741949081 0.054793179 0.998097181 0.028278437 4.029316902 0.133744165 -0.035402123 0.990383327 222.503967285\n0.989525497 -0.050453335 -0.135254249 -29.742149353 0.054739859 0.998103440 0.028160568 4.031925678 0.133576944 -0.035269398 0.990410686 222.509170532\n0.989522278 -0.050609577 -0.135219410 -29.741346359 0.054890420 0.998096406 0.028117688 4.030848503 0.133538976 -0.035245329 0.990416646 222.510253906\n0.989545941 -0.050477024 -0.135096058 -29.744945526 0.054755852 0.998103082 0.028144114 4.031811237 0.133419171 -0.035247192 0.990432739 222.511474609\n0.989521801 -0.050690796 -0.135192737 -29.743057251 0.054970730 0.998092115 0.028112836 4.030614853 0.133509740 -0.035249908 0.990420401 222.508331299\n0.989520788 -0.050697200 -0.135197669 -29.743152618 0.054985885 0.998089492 0.028176028 4.030107498 0.133510932 -0.035314728 0.990417957 222.508468628\n0.989513516 -0.050585862 -0.135292396 -29.741641998 0.054885436 0.998093247 0.028238649 4.030304909 0.133605942 -0.035368107 0.990403235 222.505599976\n0.989527166 -0.050587397 -0.135192186 -29.742065430 0.054880384 0.998094141 0.028216464 4.029086590 0.133507133 -0.035340358 0.990417540 222.507110596\n0.989518046 -0.050568342 -0.135266036 -29.742340088 0.054858606 0.998096466 0.028177790 4.030170441 0.133583650 -0.035302937 0.990408540 222.506973267\n0.989525259 -0.050455619 -0.135255456 -29.741641998 0.054737046 0.998104692 0.028122339 4.032155991 0.133580163 -0.035231248 0.990411580 222.511077881\n0.989493132 -0.050484467 -0.135479540 -29.740623474 0.054815203 0.998091817 0.028425932 4.026889324 0.133785948 -0.035553601 0.990372300 222.503097534\n0.989513874 -0.050654892 -0.135263950 -29.742401123 0.054957997 0.998088419 0.028267987 4.028132915 0.133573472 -0.035405401 0.990406275 222.508010864\n0.989525378 -0.050494008 -0.135240227 -29.742362976 0.054793350 0.998097837 0.028256776 4.029373169 0.133556187 -0.035371061 0.990409851 222.508178711\n0.989533722 -0.050464790 -0.135189891 -29.742954254 0.054767206 0.998098195 0.028294917 4.029572487 0.133504897 -0.035402745 0.990415633 222.508499146\n0.989494026 -0.050263193 -0.135554910 -29.740371704 0.054592725 0.998104453 0.028411068 4.027172089 0.133869931 -0.035512894 0.990362406 222.501739502\n0.989521146 -0.050525088 -0.135259584 -29.741615295 0.054824814 0.998096228 0.028252438 4.029068947 0.133574620 -0.035371963 0.990407288 222.507659912\n0.989519656 -0.050426263 -0.135307103 -29.741165161 0.054724626 0.998102188 0.028236000 4.030615330 0.133626476 -0.035344709 0.990401268 222.509857178\n0.989479482 -0.050422188 -0.135602310 -29.738897324 0.054740295 0.998099387 0.028303679 4.027961731 0.133917451 -0.035428818 0.990359008 222.501281738\n0.989494920 -0.050231960 -0.135560364 -29.738763809 0.054565560 0.998105049 0.028441712 4.027566910 0.133874789 -0.035539854 0.990360796 222.502700806\n0.989488542 -0.050365932 -0.135557085 -29.739353180 0.054684736 0.998101830 0.028324511 4.029657841 0.133873180 -0.035439681 0.990364552 222.501953125\n0.989477396 -0.050455127 -0.135605261 -29.738922119 0.054774094 0.998097420 0.028307132 4.028585911 0.133919030 -0.035436921 0.990358472 222.501953125\n0.989495814 -0.050470032 -0.135465190 -29.741001129 0.054793656 0.998094380 0.028378069 4.027820110 0.133774802 -0.035502613 0.990375638 222.502105713\n0.989492953 -0.050569460 -0.135448977 -29.741628647 0.054878514 0.998092830 0.028268114 4.027913094 0.133761138 -0.035404336 0.990381002 222.502624512\n0.989496350 -0.050364830 -0.135500461 -29.740825653 0.054686181 0.998100817 0.028358558 4.028673172 0.133814842 -0.035470694 0.990371346 222.502197266\n0.989504516 -0.050394531 -0.135429919 -29.742784500 0.054722033 0.998097062 0.028421093 4.027553082 0.133739933 -0.035533801 0.990379214 222.503341675\n0.989521205 -0.050645087 -0.135214329 -29.743616104 0.054940015 0.998090744 0.028221224 4.029136658 0.133526906 -0.035354175 0.990414381 222.508682251\n0.989509284 -0.050566949 -0.135330394 -29.741859436 0.054868385 0.998094082 0.028243510 4.028988361 0.133644268 -0.035372578 0.990397871 222.507583618\n0.989528239 -0.050542567 -0.135201141 -29.743515015 0.054830428 0.998097956 0.028178915 4.030388832 0.133519754 -0.035296969 0.990417361 222.509033203\n0.989531279 -0.050386604 -0.135236934 -29.742919922 0.054704003 0.998098671 0.028398475 4.027661800 0.133548900 -0.035499182 0.990406215 222.508056641\n0.989543498 -0.050459284 -0.135120407 -29.744846344 0.054759637 0.998098493 0.028298510 4.028626442 0.133435547 -0.035401750 0.990424991 222.509735107\n0.989504158 -0.050676607 -0.135327116 -29.740970612 0.054881889 0.998113394 0.027524846 4.028693676 0.133676946 -0.034662955 0.990418553 222.510803223\n0.989511967 -0.050545897 -0.135318682 -29.741962433 0.054569282 0.998166502 0.026188090 4.030431271 0.133746877 -0.033297673 0.990455985 222.522323608\n0.989490986 -0.050987992 -0.135306284 -29.744680405 0.054923382 0.998164654 0.025510879 4.030146599 0.133757204 -0.032674264 0.990475357 222.541244507\n0.989477634 -0.050629739 -0.135538504 -29.749038696 0.054611325 0.998173833 0.025818536 4.031192780 0.133983791 -0.032948799 0.990435600 222.565582275\n0.989445567 -0.050911300 -0.135666937 -29.752042770 0.054910321 0.998155415 0.025897134 4.030885220 0.134098232 -0.033073321 0.990415990 222.599655151\n0.989490211 -0.050803449 -0.135381401 -29.763721466 0.054802395 0.998159289 0.025974751 4.031320095 0.133812606 -0.033120986 0.990453005 222.642440796\n0.989464641 -0.050721064 -0.135599062 -29.768772125 0.054702859 0.998169303 0.025799109 4.034977436 0.134042263 -0.032944962 0.990427852 222.694534302\n0.989461005 -0.050768442 -0.135607660 -29.778068542 0.054660469 0.998188674 0.025130743 4.036990166 0.134086177 -0.032278270 0.990443826 222.749237061\n0.989487231 -0.050696824 -0.135443285 -29.784456253 0.054472119 0.998219252 0.024312152 4.038704872 0.133969560 -0.031434447 0.990486741 222.818862915\n0.989554822 -0.050836768 -0.134895653 -29.792360306 0.054362126 0.998265982 0.022578109 4.043197632 0.133513942 -0.029675489 0.990602553 222.907760620\n0.989705563 -0.051030613 -0.133711368 -29.809156418 0.054320116 0.998301268 0.021067724 4.045280933 0.132409140 -0.028114060 0.990796328 223.014968872\n0.989930451 -0.051030412 -0.132036388 -29.826372147 0.054119676 0.998335898 0.019912865 4.050129890 0.130800501 -0.026858117 0.991044819 223.139862061\n0.990238070 -0.051182102 -0.129649401 -29.843458176 0.054167468 0.998339415 0.019603489 4.053211212 0.128430754 -0.026434900 0.991366088 223.285079956\n0.990552008 -0.051583551 -0.127066165 -29.860010147 0.054519292 0.998317719 0.019733224 4.057416916 0.125834480 -0.026474340 0.991697907 223.451477051\n0.990969896 -0.051865932 -0.123647027 -29.884437561 0.054652695 0.998319805 0.019251470 4.061069965 0.122440785 -0.025835270 0.992139518 223.637130737\n0.991392195 -0.052122708 -0.120103113 -29.906730652 0.054765590 0.998322070 0.018808233 4.069482327 0.118921258 -0.025223851 0.992583215 223.846359253\n0.991815448 -0.052533798 -0.116371326 -29.936717987 0.055186819 0.998281837 0.019692196 4.074531555 0.115136877 -0.025953187 0.993010521 224.070327759\n0.992232919 -0.052813921 -0.112625800 -29.956190109 0.055471383 0.998247921 0.020591594 4.087955952 0.111340947 -0.026679166 0.993424058 224.310775757\n0.992689550 -0.052801155 -0.108533345 -29.982963562 0.055373535 0.998248518 0.020823592 4.097286224 0.107243747 -0.026681237 0.993874669 224.575714111\n0.993181765 -0.052497383 -0.104086347 -30.009830475 0.055044077 0.998247087 0.021745536 4.104398727 0.102762304 -0.027326606 0.994330525 224.849792480\n0.993662775 -0.052547723 -0.099362917 -30.041124344 0.055071950 0.998221278 0.022832366 4.105192661 0.097986393 -0.028159780 0.994789243 225.169982910\n0.994071901 -0.052686512 -0.095106117 -30.075853348 0.055078182 0.998224020 0.022698114 4.123659611 0.093741328 -0.027801828 0.995208323 225.497222900\n0.994335830 -0.053246900 -0.091984004 -30.102952957 0.055625249 0.998175442 0.023487028 4.132454872 0.090565562 -0.028470626 0.995483458 225.823059082\n0.994540274 -0.054141000 -0.089209713 -30.141307831 0.056510404 0.998107493 0.024250032 4.139140606 0.087727964 -0.029158911 0.995717585 226.175018311\n0.994640708 -0.054584365 -0.087809280 -30.176033020 0.057043750 0.998039663 0.025745258 4.145791531 0.086231858 -0.030616250 0.995804548 226.529159546\n0.994588733 -0.055677649 -0.087710865 -30.198112488 0.058222294 0.997945905 0.026723698 4.158737183 0.086042784 -0.031685818 0.995787442 226.920593262\n0.994505644 -0.056280814 -0.088266298 -30.242181778 0.058813050 0.997921109 0.026353216 4.169114113 0.086599626 -0.031399634 0.995748222 227.322570801\n0.994239450 -0.057267521 -0.090599753 -30.280158997 0.059842110 0.997870266 0.025958451 4.181051254 0.088920228 -0.031230595 0.995549023 227.737289429\n0.993887067 -0.057296976 -0.094369285 -30.322364807 0.059991851 0.997860968 0.025969362 4.196104527 0.092679463 -0.031472001 0.995198488 228.158187866\n0.993402719 -0.057249703 -0.099365376 -30.364406586 0.060028195 0.997878551 0.025199153 4.215021610 0.097711936 -0.030997632 0.994731903 228.609832764\n0.992736518 -0.057841521 -0.105491765 -30.426136017 0.060724389 0.997858226 0.024321141 4.232065201 0.103859052 -0.030550409 0.994122744 229.060623169\n0.991857767 -0.058624636 -0.113054432 -30.490955353 0.061709989 0.997805893 0.023984237 4.231149673 0.111400314 -0.030765539 0.993299305 229.526107788\n0.990468562 -0.060046546 -0.123961225 -30.554943085 0.063356549 0.997727454 0.022931192 4.245024681 0.122302577 -0.030566381 0.992022038 230.006118774\n0.988681972 -0.061622199 -0.136787072 -30.634363174 0.065233536 0.997625887 0.022073144 4.260823727 0.135102123 -0.030746423 0.990354538 230.514312744\n0.986435354 -0.063038044 -0.151563495 -30.720020294 0.067025721 0.997522950 0.021341877 4.275017738 0.149842709 -0.031211033 0.988217115 231.031921387\n0.983607054 -0.064483359 -0.168401495 -30.821666718 0.068842478 0.997423589 0.020170396 4.286776543 0.166666970 -0.031432919 0.985512078 231.545883179\n0.979698479 -0.065971479 -0.189311042 -30.933935165 0.070731975 0.997323930 0.018493766 4.305546761 0.187584370 -0.031508658 0.981742978 232.085266113\n0.974753141 -0.067360446 -0.212882355 -31.054893494 0.072696641 0.997203529 0.017329765 4.312914371 0.211119696 -0.032368071 0.976924121 232.576782227\n0.968730330 -0.068299390 -0.238530338 -31.190429688 0.074094750 0.997132242 0.015403938 4.325134277 0.236794204 -0.032596104 0.971012890 233.089508057\n0.961608946 -0.067851439 -0.265902936 -31.354799271 0.074165493 0.997150958 0.013764708 4.330865860 0.264211416 -0.032957088 0.963901520 233.632980347\n0.953319609 -0.066826761 -0.294475704 -31.532073975 0.073727883 0.997201502 0.012382994 4.339237690 0.292824090 -0.033516020 0.955578744 234.145767212\n0.943975389 -0.066623032 -0.323221028 -31.738477707 0.074051253 0.997196794 0.010724218 4.347385883 0.321600497 -0.034058318 0.946262717 234.659362793\n0.932563484 -0.067641541 -0.354612410 -31.946300507 0.075573534 0.997103572 0.008548751 4.355204582 0.353007078 -0.034771565 0.934974313 235.199279785\n0.919121802 -0.068578094 -0.387958974 -32.188400269 0.077082239 0.997004330 0.006380337 4.361114025 0.386359215 -0.035769049 0.921654582 235.737564087\n0.904068232 -0.068368554 -0.421884328 -32.435703278 0.077365294 0.996993899 0.004220284 4.357250690 0.420327574 -0.036454629 0.906639814 236.203338623\n0.887597561 -0.067207836 -0.455690384 -32.723541260 0.075864248 0.997117877 0.000708347 4.366884232 0.454329431 -0.035199337 0.890138090 236.691055298\n0.869120598 -0.065615080 -0.490228593 -33.036239624 0.074249633 0.997237980 -0.001839883 4.367478371 0.488995284 -0.034800209 0.871591985 237.184448242\n0.848081708 -0.064291686 -0.525950670 -33.366996765 0.073252216 0.997306228 -0.003792450 4.372026443 0.524777710 -0.035310738 0.850506663 237.669235229\n0.825109959 -0.063299552 -0.561414897 -33.713977814 0.073399462 0.997292161 -0.004569727 4.367609501 0.560183942 -0.037437022 0.827521861 238.131378174\n0.800115347 -0.060051791 -0.596832693 -34.077705383 0.071021602 0.997461498 -0.005150311 4.355919361 0.595626891 -0.038267169 0.802349210 238.580322266\n0.773952544 -0.057185229 -0.630656302 -34.482967377 0.068584524 0.997625470 -0.006292289 4.349809647 0.629518628 -0.038383327 0.776036799 239.024414062\n0.745809078 -0.054840587 -0.663898587 -34.892860413 0.066211663 0.997773230 -0.008039192 4.342540741 0.662861049 -0.037962127 0.747779369 239.443206787\n0.715225101 -0.054404154 -0.696773410 -35.313392639 0.065806054 0.997778654 -0.010357974 4.336365223 0.695789158 -0.038443632 0.717216492 239.856231689\n0.683427751 -0.053645618 -0.728044450 -35.778045654 0.064002573 0.997859120 -0.013446480 4.334256649 0.727207184 -0.037407015 0.685398102 240.255996704\n0.650079787 -0.051555328 -0.758114994 -36.271835327 0.061758179 0.997979760 -0.014909917 4.325556278 0.757352114 -0.037127163 0.651950479 240.644073486\n0.614181757 -0.049331330 -0.787621260 -36.762580872 0.059995323 0.998074710 -0.015728775 4.315391541 0.786880791 -0.037593260 0.615958929 240.994400024\n0.575746059 -0.048314929 -0.816199839 -37.271278381 0.060631532 0.998026967 -0.016308796 4.304415703 0.815377414 -0.040097721 0.577539504 241.333801270\n0.536238074 -0.045682315 -0.842829704 -37.821754456 0.059233051 0.998109221 -0.016412476 4.297124863 0.841985881 -0.041122377 0.537930131 241.655731201\n0.495316625 -0.041902427 -0.867701411 -38.379695892 0.057747707 0.998214900 -0.015240525 4.285661697 0.866791070 -0.042558875 0.496852219 241.942626953\n0.452526867 -0.037212990 -0.890974045 -38.971298218 0.054697663 0.998405933 -0.013919042 4.283457756 0.890071750 -0.042435449 0.453840971 242.212524414\n0.408618569 -0.032864414 -0.912113369 -39.580291748 0.053902760 0.998476148 -0.011828203 4.273415089 0.911112189 -0.044332203 0.409767389 242.464355469\n0.362717807 -0.029846061 -0.931420982 -40.205436707 0.054061819 0.998477638 -0.010941818 4.263135433 0.930329621 -0.046385519 0.363779187 242.681991577\n0.316037118 -0.027586501 -0.948345721 -40.844429016 0.053722005 0.998493791 -0.011142351 4.253470898 0.947224677 -0.047425635 0.317043066 242.867279053\n0.267633736 -0.025993003 -0.963170111 -41.510208130 0.052429724 0.998547912 -0.012379220 4.250429153 0.962093234 -0.047185641 0.268607914 243.031692505\n0.220413744 -0.024880825 -0.975089073 -42.182296753 0.049470454 0.998673201 -0.014300071 4.240808964 0.974151134 -0.045086168 0.221352160 243.148895264\n0.172525346 -0.023878567 -0.984715641 -42.872863770 0.045302063 0.998840630 -0.016284017 4.236355782 0.983962834 -0.041800242 0.173407078 243.249298096\n0.127654612 -0.022708384 -0.991558731 -43.562774658 0.042981818 0.998925328 -0.017343553 4.224211693 0.990886986 -0.040405013 0.128493488 243.313873291\n0.084498644 -0.021852430 -0.996183991 -44.280807495 0.040050723 0.999026060 -0.018517578 4.217750072 0.995618403 -0.038333178 0.085291564 243.361846924\n0.043969274 -0.021216866 -0.998807728 -45.003356934 0.037772253 0.999094903 -0.019560164 4.207468033 0.998318732 -0.036867164 0.044730902 243.372024536\n0.005984664 -0.021731555 -0.999745905 -45.727233887 0.035593316 0.999134958 -0.021505207 4.195106030 0.999348402 -0.035455573 0.006753027 243.363540649\n-0.029663444 -0.024659757 -0.999255836 -46.458251953 0.033650499 0.999104321 -0.025654949 4.182257652 0.998993456 -0.034386463 -0.028807044 243.335266113\n-0.062722802 -0.027497506 -0.997652113 -47.189483643 0.030850343 0.999089301 -0.029476689 4.163626194 0.997554064 -0.032626770 -0.061817288 243.270370483\n-0.094663978 -0.029070878 -0.995084882 -47.954238892 0.028798983 0.999075234 -0.031927146 4.151468754 0.995092809 -0.031679772 -0.093739152 243.171356201\n-0.125927687 -0.028996615 -0.991615593 -48.684234619 0.027447037 0.999088228 -0.032700695 4.134129047 0.991659701 -0.031334832 -0.125016928 243.088760376\n-0.156458259 -0.026971485 -0.987316310 -49.426757812 0.026950374 0.999138296 -0.031565212 4.109821796 0.987316906 -0.031547174 -0.155596495 242.962982178\n-0.186712503 -0.026123004 -0.982067168 -50.176803589 0.024389800 0.999215007 -0.031216174 4.090837479 0.982111752 -0.029780876 -0.185928822 242.809448242\n-0.216103554 -0.025004381 -0.976050377 -50.905578613 0.022583069 0.999276578 -0.030599423 4.076440811 0.976109385 -0.028654851 -0.215382576 242.634017944\n-0.244318247 -0.022846684 -0.969425917 -51.673614502 0.020446228 0.999378800 -0.028705522 4.054274559 0.969479501 -0.026834387 -0.243699431 242.430221558\n-0.272079110 -0.022366237 -0.962015152 -52.409027100 0.018377414 0.999426723 -0.028433571 4.041847229 0.962099612 -0.025415523 -0.271512032 242.206268311\n-0.299184322 -0.022797314 -0.953923047 -53.164581299 0.015596049 0.999464154 -0.028777156 4.019716263 0.954067945 -0.023487102 -0.298668504 241.957931519\n-0.325504303 -0.025731388 -0.945190489 -53.907775879 0.012951708 0.999414504 -0.031667858 4.012789726 0.945451975 -0.022549851 -0.324980497 241.679840088\n-0.350725174 -0.027667465 -0.936069906 -54.637664795 0.010628814 0.999381483 -0.033521157 3.987976789 0.936418355 -0.021706015 -0.350214124 241.380065918\n-0.375834465 -0.027343750 -0.926283300 -55.419036865 0.010270723 0.999380291 -0.033668853 3.974045515 0.926629901 -0.022167515 -0.375320673 241.064514160\n-0.401222944 -0.025010381 -0.915639102 -56.167816162 0.009635255 0.999456644 -0.031521894 3.959991693 0.915929914 -0.021469720 -0.400763988 240.719329834\n-0.426923394 -0.021871088 -0.904023349 -56.925292969 0.009917955 0.999534070 -0.028865522 3.939095259 0.904233456 -0.021289429 -0.426507592 240.352264404\n-0.452986598 -0.021419477 -0.891259909 -57.721191406 0.009755400 0.999532402 -0.028979789 3.916267872 0.891463876 -0.021822054 -0.452565789 239.935134888\n-0.478654742 -0.022376569 -0.877717972 -58.469268799 0.009641948 0.999480963 -0.030738937 3.900927782 0.877950251 -0.023176251 -0.478190541 239.513061523\n-0.503662944 -0.022368154 -0.863610864 -59.233581543 0.010112951 0.999443591 -0.031784255 3.879996777 0.863841295 -0.024742199 -0.503156543 239.048736572\n-0.528973699 -0.020664264 -0.848386586 -60.000305176 0.009782286 0.999488592 -0.030443985 3.849619150 0.848581791 -0.024403229 -0.528501034 238.571594238\n-0.553324223 -0.018185932 -0.832767487 -60.737976074 0.009482471 0.999559343 -0.028128861 3.833376646 0.832912087 -0.023461072 -0.552907944 238.072937012\n-0.576876044 -0.015531531 -0.816684127 -61.494628906 0.008151331 0.999659956 -0.024769131 3.808317661 0.816791117 -0.020945780 -0.576553226 237.534484863\n-0.599015713 -0.014362453 -0.800608575 -62.216644287 0.006234313 0.999725163 -0.022599006 3.799072742 0.800713122 -0.018528404 -0.598761559 236.970077515\n-0.620431423 -0.013143167 -0.784150481 -62.944458008 0.004871112 0.999775708 -0.020611363 3.771821260 0.784245491 -0.016607622 -0.620228291 236.377716064\n-0.640902758 -0.014714251 -0.767481089 -63.651062012 0.001897189 0.999782860 -0.020752264 3.766295671 0.767619789 -0.014756239 -0.640735626 235.766510010\n-0.661001563 -0.016172038 -0.750210166 -64.348266602 -0.001370623 0.999792099 -0.020344555 3.738796711 0.750383198 -0.012419529 -0.660886407 235.137680054\n-0.679961562 -0.016527098 -0.733061671 -65.026336670 -0.004439552 0.999820411 -0.018423287 3.731830359 0.733234465 -0.009272660 -0.679912806 234.485839844\n-0.697587490 -0.013352660 -0.716375291 -65.682250977 -0.004824501 0.999891222 -0.013939197 3.714758396 0.716483474 -0.006267655 -0.697576046 233.825820923\n-0.714964867 -0.011610559 -0.699064314 -66.360351562 -0.006050199 0.999927402 -0.010419698 3.701704264 0.699134529 -0.003220238 -0.714983106 233.120040894\n-0.731293797 -0.011184211 -0.681971252 -66.991516113 -0.006542173 0.999934554 -0.009383433 3.701588392 0.682031572 -0.002400471 -0.731319189 232.414108276\n-0.748154402 -0.010275608 -0.663445413 -67.629760742 -0.005146481 0.999939859 -0.009683735 3.694822073 0.663505018 -0.003830518 -0.748162270 231.683029175\n-0.765043736 -0.010167689 -0.643898070 -68.250457764 -0.004672116 0.999936640 -0.010238688 3.684768438 0.643961430 -0.004824677 -0.765042782 230.938049316\n-0.781179905 -0.010820874 -0.624212325 -68.843658447 -0.005426675 0.999929726 -0.010542734 3.678945541 0.624282539 -0.004848374 -0.781183720 230.174087524\n-0.796977520 -0.011329740 -0.603902936 -69.422576904 -0.006070345 0.999923825 -0.010748333 3.673854351 0.603978693 -0.004900279 -0.796985507 229.382736206\n-0.812660694 -0.012297594 -0.582607329 -69.999359131 -0.007122956 0.999912262 -0.011170419 3.670431614 0.582693577 -0.004927874 -0.812676907 228.556320190\n-0.828129053 -0.012364708 -0.560401082 -70.551330566 -0.008323483 0.999917686 -0.009762242 3.668946743 0.560475707 -0.003419908 -0.828163862 227.724258423\n-0.842302084 -0.010730736 -0.538899362 -71.078063965 -0.008393746 0.999941707 -0.006791700 3.666035652 0.538940787 -0.001197277 -0.842342973 226.863327026\n-0.856694460 -0.009423803 -0.515738130 -71.602325439 -0.008887139 0.999954343 -0.003509165 3.667961121 0.515747666 0.001577154 -0.856739163 225.978851318\n-0.870197773 -0.009320300 -0.492614418 -72.104400635 -0.010642281 0.999943376 -0.000119533 3.664260626 0.492587626 0.005138524 -0.870247722 225.053741455\n-0.883170962 -0.007782304 -0.468986392 -72.578567505 -0.010403713 0.999941409 0.002998830 3.667695284 0.468935549 0.007527681 -0.883200169 224.127349854\n-0.895512581 -0.008286583 -0.444958925 -73.035644531 -0.011575970 0.999922037 0.004675690 3.667847157 0.444885492 0.009337970 -0.895538688 223.172241211\n-0.907508731 -0.009090454 -0.419935107 -73.469589233 -0.012643351 0.999903977 0.005677948 3.683093071 0.419843137 0.010462173 -0.907536507 222.213180542\n-0.918798208 -0.009958568 -0.394602150 -73.899200439 -0.014475622 0.999859333 0.008471842 3.693709612 0.394462287 0.013496024 -0.918813229 221.200607300\n-0.929146051 -0.010206764 -0.369572282 -74.282928467 -0.015495139 0.999815583 0.011343828 3.709641933 0.369388342 0.016266646 -0.929132819 220.204910278\n-0.938725710 -0.011468233 -0.344474256 -74.658462524 -0.016333530 0.999803603 0.011225000 3.715886593 0.344277859 0.016163677 -0.938728690 219.162658691\n-0.947236180 -0.013514823 -0.320252240 -74.994995117 -0.016871762 0.999827921 0.007709674 3.733722210 0.320092946 0.012706098 -0.947301149 218.133773804\n-0.955107927 -0.013395685 -0.295954883 -75.302474976 -0.015714945 0.999861598 0.005459073 3.740465403 0.295840800 0.009864919 -0.955186248 217.105194092\n-0.962476015 -0.011265868 -0.271133542 -75.606735229 -0.013521630 0.999887764 0.006453054 3.755346298 0.271030426 0.009877075 -0.962520361 216.042999268\n-0.968956709 -0.008836008 -0.247072935 -75.870880127 -0.011780561 0.999876082 0.010442020 3.760157108 0.246950045 0.013028523 -0.968940735 214.967971802\n-0.974395633 -0.008525837 -0.224678889 -76.113662720 -0.012232985 0.999810934 0.015112863 3.774483204 0.224507570 0.017474400 -0.974315763 213.887390137\n-0.978746414 -0.009215534 -0.204866976 -76.339477539 -0.013718635 0.999694288 0.020571148 3.792069435 0.204614758 0.022944434 -0.978573680 212.781951904\n-0.982038021 -0.011093752 -0.188357592 -76.543029785 -0.016193483 0.999542177 0.025557455 3.818936825 0.187987819 0.028148554 -0.981768131 211.676193237\n-0.984418273 -0.013538551 -0.175320417 -76.727508545 -0.018746383 0.999429822 0.028082598 3.854961395 0.174840257 0.030931648 -0.984110832 210.562057495\n-0.986348152 -0.017179061 -0.163774922 -76.911483765 -0.022162274 0.999343812 0.028648632 3.880941391 0.163175300 0.031887148 -0.986081600 209.431900024\n-0.987488270 -0.020253910 -0.156386629 -77.079376221 -0.024981545 0.999286592 0.028324176 3.913161278 0.155701384 0.031876571 -0.987289786 208.312088013\n-0.988054991 -0.023401901 -0.152315423 -77.244491577 -0.028078366 0.999195814 0.028624060 3.947950363 0.151523083 0.032558911 -0.987917423 207.187805176\n-0.988292456 -0.024816364 -0.150540590 -77.411163330 -0.029539291 0.999136508 0.029218160 3.982305527 0.149685517 0.033322945 -0.988172054 206.041870117\n-0.988351822 -0.026361123 -0.149886891 -77.583557129 -0.031064041 0.999093056 0.029121852 4.019897461 0.148983270 0.033438724 -0.988274336 204.898269653\n-0.988279223 -0.027058106 -0.150239676 -77.754318237 -0.031785131 0.999069512 0.029151142 4.057197571 0.149311110 0.033584855 -0.988219738 203.753860474\n-0.988105178 -0.028102288 -0.151190788 -77.928970337 -0.032779381 0.999055266 0.028531723 4.097737312 0.150246158 0.033148281 -0.988092899 202.619857788\n-0.987807035 -0.028969103 -0.152964696 -78.106246948 -0.033720341 0.999023199 0.028558102 4.129758835 0.151987985 0.033367913 -0.987818956 201.440490723\n-0.987191200 -0.030028541 -0.156691134 -78.283843994 -0.034971569 0.998970807 0.028884742 4.164049149 0.155662492 0.033994492 -0.987225294 200.295028687\n-0.986337543 -0.031546116 -0.161688909 -78.458038330 -0.036779411 0.998888612 0.029475462 4.200906754 0.160579368 0.035019573 -0.986401558 199.145034790\n-0.985419393 -0.031923350 -0.167121544 -78.644012451 -0.037416290 0.998854697 0.029822316 4.243700981 0.165978104 0.035640556 -0.985485196 197.988327026\n-0.984526753 -0.031041915 -0.172463149 -78.845748901 -0.036927145 0.998836339 0.031020941 4.276116371 0.171299517 0.036909517 -0.984527349 196.838531494\n-0.983473539 -0.030669926 -0.178435475 -79.039077759 -0.036777403 0.998841882 0.031020708 4.310219765 0.177277416 0.037070438 -0.983462453 195.704193115\n-0.982476950 -0.029173471 -0.184086934 -79.257827759 -0.035296865 0.998924255 0.030074211 4.347992897 0.183011532 0.036044911 -0.982449770 194.551010132\n-0.981371760 -0.027638083 -0.190120116 -79.472427368 -0.034039393 0.998955429 0.030486433 4.383002281 0.189078942 0.036390096 -0.981287479 193.407943726\n-0.980279565 -0.025826806 -0.195922226 -79.698196411 -0.032577366 0.998978674 0.031310838 4.419723511 0.194913462 0.037075993 -0.980119705 192.292800903\n-0.978875637 -0.024965649 -0.202926755 -79.940353394 -0.032198634 0.998955548 0.032419987 4.453036308 0.201905414 0.038269095 -0.978657126 191.133758545\n-0.977180958 -0.023966895 -0.211052299 -80.178421021 -0.031679496 0.998945236 0.033238124 4.491179466 0.210033089 0.039165694 -0.976909637 190.001068115\n-0.975223541 -0.022466620 -0.220078975 -80.425674438 -0.030713519 0.998945594 0.034122329 4.523663521 0.219080314 0.040036287 -0.974885345 188.897705078\n-0.973003030 -0.021659272 -0.229773551 -80.686889648 -0.029991815 0.999010742 0.032833554 4.564298630 0.228835091 0.038838476 -0.972690105 187.766250610\n-0.970509410 -0.020015316 -0.240230992 -80.958190918 -0.028555190 0.999076009 0.032120161 4.605409622 0.239366129 0.038032755 -0.970184326 186.652114868\n-0.967779994 -0.017618811 -0.251180470 -81.248916626 -0.026531776 0.999131083 0.032141902 4.644726753 0.250395924 0.037770547 -0.967406511 185.540344238\n-0.964670777 -0.016272387 -0.262956768 -81.564147949 -0.025542779 0.999165475 0.031874284 4.683116913 0.262218654 0.037464827 -0.964281321 184.405517578\n-0.960783005 -0.015481582 -0.276868850 -81.873062134 -0.025398275 0.999156535 0.032266926 4.707594872 0.276135772 0.038033504 -0.960365772 183.275497437\n-0.956850767 -0.013849325 -0.290249884 -82.207092285 -0.024279624 0.999181151 0.032365177 4.743879795 0.289563984 0.038015801 -0.956403613 182.176239014\n-0.952603221 -0.010961580 -0.304018706 -82.554901123 -0.021835171 0.999236763 0.032389570 4.779720306 0.303431630 0.037492704 -0.952115536 181.096984863\n-0.947456479 -0.011918332 -0.319663048 -82.903045654 -0.023103014 0.999245524 0.031219613 4.810168266 0.319049776 0.036964398 -0.947016954 180.012527466\n-0.942767859 -0.010360478 -0.333288938 -83.293136597 -0.021635363 0.999311626 0.030135345 4.847777367 0.332747310 0.035621461 -0.942342997 178.947296143\n-0.937228799 -0.008746189 -0.348605663 -83.688003540 -0.020655915 0.999322474 0.030461505 4.884598255 0.348103046 0.035750166 -0.936774492 177.875396729\n-0.930703044 -0.006660286 -0.365715295 -84.092056274 -0.019550486 0.999310791 0.031554598 4.915781021 0.365253091 0.036517870 -0.930191755 176.791030884\n-0.924189210 -0.005253323 -0.381899506 -84.523483276 -0.018948991 0.999304712 0.032109965 4.947112083 0.381465286 0.036912281 -0.923646212 175.728515625\n-0.916766405 -0.004862815 -0.399394453 -84.975662231 -0.018891104 0.999334753 0.031195093 4.984902859 0.398977071 0.036143612 -0.916248441 174.674468994\n-0.908913732 -0.003767513 -0.416967750 -85.456878662 -0.018302813 0.999355912 0.030867109 5.021720886 0.416582912 0.035687216 -0.908397198 173.637588501\n-0.899976254 -0.003443659 -0.435925543 -85.950302124 -0.018611537 0.999360561 0.030529259 5.057376385 0.435541660 0.035588849 -0.899464846 172.583190918\n-0.890530229 -0.002519671 -0.454917252 -86.476318359 -0.017869383 0.999406636 0.029445024 5.094439030 0.454573154 0.034350771 -0.890046835 171.539611816\n-0.880814910 -0.000548866 -0.473460555 -87.023757935 -0.016382221 0.999435842 0.029318489 5.132023335 0.473177373 0.033580497 -0.880326986 170.507553101\n-0.870547891 0.002574009 -0.492077649 -87.603897095 -0.014404350 0.999424517 0.030711010 5.174336910 0.491873503 0.033823453 -0.870009780 169.480621338\n-0.859784961 0.005373323 -0.510628402 -88.199081421 -0.012571841 0.999418855 0.031685036 5.210321426 0.510501862 0.033661846 -0.859217644 168.460083008\n-0.849019289 0.007273826 -0.528312147 -88.828125000 -0.010343178 0.999484837 0.030382864 5.246995449 0.528260946 0.031260058 -0.848506689 167.459777832\n-0.838395119 0.009292505 -0.544983566 -89.474914551 -0.007797652 0.999547839 0.029039072 5.286034584 0.545006990 0.028595811 -0.837943673 166.458557129\n-0.827923417 0.011580492 -0.560721934 -90.140060425 -0.005788786 0.999557078 0.029191002 5.325156212 0.560811639 0.027413808 -0.827489614 165.474456787\n-0.817701817 0.012952650 -0.575496316 -90.827957153 -0.004174726 0.999587059 0.028429342 5.361411095 0.575626910 0.025649263 -0.817310095 164.501358032\n-0.807482719 0.013464984 -0.589737535 -91.530319214 -0.003528618 0.999611318 0.027654758 5.396635056 0.589880705 0.024411699 -0.807121396 163.525390625\n-0.797344089 0.014067060 -0.603361189 -92.250305176 -0.002437888 0.999645114 0.026527898 5.432896137 0.603520215 0.022622788 -0.797026873 162.566543579\n-0.787038088 0.015052161 -0.616721034 -92.995468140 -0.000238421 0.999694765 0.024703577 5.468702793 0.616904616 0.019589692 -0.786794305 161.620956421\n-0.776985526 0.015781462 -0.629320741 -93.755081177 0.001600406 0.999732018 0.023094330 5.500135899 0.629516602 0.016936790 -0.776802659 160.684555054\n-0.766470432 0.016752206 -0.642061174 -94.526367188 0.003017892 0.999742687 0.022481924 5.527110577 0.642272592 0.015294058 -0.766323805 159.749023438\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0032_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999989033 0.000516002 0.004654032 -0.006013713 -0.000522159 0.999998987 0.001321767 0.006364371 -0.004653345 -0.001324183 0.999988317 1.558833957\n0.999958992 0.000205360 0.009054594 0.008070108 -0.000218957 0.999998868 0.001500634 0.016978811 -0.009054275 -0.001502555 0.999957860 3.134249449\n0.999912560 -0.000392463 0.013220334 0.022142047 0.000367910 0.999998212 0.001859587 0.027160633 -0.013221041 -0.001854561 0.999910891 4.689607143\n0.999851823 -0.000455689 0.017207477 0.039879799 0.000432447 0.999998987 0.001354399 0.038327549 -0.017208077 -0.001346758 0.999851048 6.278681278\n0.999767244 -0.000129648 0.021573870 0.066895060 0.000103652 0.999999285 0.001206091 0.047201581 -0.021574011 -0.001203575 0.999766529 7.848538399\n0.999661982 0.000963050 0.025980968 0.092200734 -0.001032629 0.999995887 0.002664770 0.059319582 -0.025978295 -0.002690698 0.999658883 9.442127228\n0.999542654 0.001164168 0.030218972 0.132713363 -0.001281430 0.999991715 0.003861318 0.071849898 -0.030214226 -0.003898275 0.999535859 11.040912628\n0.999394059 0.001940528 0.034752142 0.174727693 -0.002068599 0.999991179 0.003649684 0.085741952 -0.034744751 -0.003719361 0.999389291 12.641112328\n0.999240696 0.002292600 0.038895145 0.226565793 -0.002401646 0.999993324 0.002757099 0.096468866 -0.038888566 -0.002848418 0.999239504 14.222935677\n0.999074280 0.002963243 0.042915732 0.293465704 -0.003067624 0.999992490 0.002366585 0.111855388 -0.042908397 -0.002496044 0.999075890 15.833561897\n0.998896122 0.002267711 0.046918996 0.354254454 -0.002373322 0.999994755 0.002195339 0.126121953 -0.046913773 -0.002304269 0.998896301 17.418180466\n0.998734117 0.002763871 0.050225116 0.425592303 -0.002891741 0.999992788 0.002473451 0.135941431 -0.050217915 -0.002615558 0.998734832 19.007673264\n0.998594165 0.002867327 0.052928507 0.501323938 -0.003010242 0.999992013 0.002620635 0.145435333 -0.052920572 -0.002776279 0.998594880 20.619289398\n0.998471737 0.002725401 0.055197101 0.584424853 -0.002875420 0.999992371 0.002638642 0.157070369 -0.055189487 -0.002793325 0.998471975 22.203016281\n0.998388231 0.002726316 0.056687307 0.675858200 -0.002856387 0.999993443 0.002213642 0.166071236 -0.056680903 -0.002371995 0.998389542 23.805881500\n0.998345971 0.001831423 0.057462297 0.764952123 -0.001993534 0.999994218 0.002763971 0.170036435 -0.057456903 -0.002873953 0.998343825 25.388574600\n0.998369515 -0.000253538 0.057081375 0.880240381 0.000015480 0.999991298 0.004170909 0.184384659 -0.057081938 -0.004163225 0.998360813 27.031541824\n0.998442829 -0.000876793 0.055777192 0.971257985 0.000589141 0.999986470 0.005173392 0.195675507 -0.055780970 -0.005132475 0.998429835 28.626993179\n0.998572767 -0.001119562 0.053396568 1.059259176 0.000847203 0.999986529 0.005123043 0.204090163 -0.053401582 -0.005070493 0.998560250 30.225797653\n0.998777688 -0.001418826 0.049407233 1.166286588 0.001201935 0.999989510 0.004419293 0.219283313 -0.049412984 -0.004354507 0.998768926 31.835702896\n0.998963177 0.000503353 0.045522936 1.241771340 -0.000716527 0.999988854 0.004666593 0.232725471 -0.045520082 -0.004694373 0.998952389 33.435932159\n0.999100268 0.003289078 0.042283218 1.290604591 -0.003474662 0.999984622 0.004316339 0.243539587 -0.042268373 -0.004459376 0.999096334 35.014209747\n0.999224067 0.005407572 0.039013367 1.344413280 -0.005494070 0.999982655 0.002110259 0.261144161 -0.039001282 -0.002322964 0.999236465 36.627040863\n0.999350250 0.007370967 0.035281818 1.401150107 -0.007394072 0.999972522 0.000524420 0.271444321 -0.035276983 -0.000784955 0.999377251 38.241310120\n0.999468386 0.009154634 0.031291433 1.440832376 -0.009132651 0.999957919 -0.000845381 0.280082434 -0.031297855 0.000559158 0.999509931 39.865856171\n0.999606431 0.009077975 0.026544400 1.485988259 -0.009037657 0.999957800 -0.001638455 0.289603710 -0.026558153 0.001397911 0.999646306 41.500755310\n0.999724567 0.009151227 0.021612348 1.525267243 -0.009145848 0.999958098 -0.000347690 0.294782430 -0.021614624 0.000149931 0.999766350 43.154411316\n0.999812603 0.009250126 0.017004786 1.553442836 -0.009263807 0.999956846 0.000725965 0.306835473 -0.016997335 -0.000883358 0.999855161 44.789142609\n0.999878526 0.009687326 0.012209591 1.577914000 -0.009708688 0.999951422 0.001691536 0.315768003 -0.012192612 -0.001809870 0.999924004 46.430568695\n0.999914408 0.010549755 0.007741643 1.592780828 -0.010574034 0.999939263 0.003102059 0.333349496 -0.007708447 -0.003183654 0.999965250 48.100936890\n0.999937177 0.010402040 0.004174626 1.590953112 -0.010423223 0.999932766 0.005085167 0.340973318 -0.004121450 -0.005128361 0.999978364 49.759174347\n0.999935567 0.011341441 0.000538229 1.601468086 -0.011344520 0.999916971 0.006111838 0.357662976 -0.000468867 -0.006117550 0.999981165 51.410259247\n0.999941409 0.010466345 -0.002758393 1.603984356 -0.010445107 0.999916553 0.007604368 0.384239286 0.002837752 -0.007575111 0.999967277 53.074119568\n0.999910474 0.011839551 -0.006230847 1.589776278 -0.011779349 0.999884427 0.009611434 0.405944318 0.006343922 -0.009537179 0.999934375 54.723625183\n0.999884367 0.011395141 -0.010070654 1.575289369 -0.011283192 0.999874711 0.011104186 0.434661150 0.010195925 -0.010989273 0.999887645 56.390529633\n0.999774396 0.016865198 -0.012911068 1.542324781 -0.016729623 0.999804497 0.010537649 0.461314797 0.013086264 -0.010319274 0.999861121 58.014717102\n0.999632776 0.022536298 -0.015047625 1.493875980 -0.022459187 0.999733865 0.005274038 0.487838417 0.015162477 -0.004934144 0.999872863 59.644397736\n0.999487936 0.026783312 -0.017506663 1.465328336 -0.026701713 0.999631524 0.004878331 0.506112754 0.017630871 -0.004408375 0.999834836 61.315635681\n0.999379992 0.029254740 -0.019591402 1.426725268 -0.029149400 0.999559164 0.005641068 0.528031945 0.019747792 -0.005066493 0.999792159 62.965160370\n0.999314368 0.029480243 -0.022400154 1.398801684 -0.029393395 0.999559104 0.004196584 0.545952499 0.022513993 -0.003535290 0.999740303 64.614486694\n0.999219418 0.030694878 -0.024866933 1.354750395 -0.030682119 0.999528766 0.000894595 0.552991629 0.024882674 -0.000130926 0.999690354 66.257087708\n0.999101043 0.032846536 -0.026798910 1.314247251 -0.032879777 0.999458969 -0.000800568 0.564695477 0.026758116 0.001680990 0.999640524 67.924476624\n0.998947084 0.035729945 -0.028776549 1.260833979 -0.035698917 0.999361336 0.001591428 0.570781231 0.028815031 -0.000562461 0.999584615 69.571174622\n0.998793840 0.038210958 -0.030834138 1.212404013 -0.038119048 0.999266863 0.003563371 0.586080253 0.030947693 -0.002383705 0.999518156 71.252655029\n0.998646319 0.039938368 -0.033324294 1.156812549 -0.039835054 0.999199212 0.003758654 0.593535006 0.033447724 -0.002426090 0.999437511 72.886413574\n0.998470843 0.041283660 -0.036764313 1.101031065 -0.041143272 0.999142826 0.004567279 0.614479244 0.036921352 -0.003047690 0.999313533 74.570167542\n0.998347819 0.041731149 -0.039498094 1.023805737 -0.041505482 0.999117017 0.006516582 0.628524899 0.039735164 -0.004866429 0.999198377 76.228050232\n0.998218596 0.041596334 -0.042771868 0.950690031 -0.041259427 0.999110341 0.008730038 0.644641042 0.043096956 -0.006949744 0.999046743 77.882492065\n0.998024583 0.042923696 -0.045874093 0.870826244 -0.042558070 0.999054193 0.008917843 0.671164632 0.046213493 -0.006947914 0.998907447 79.564285278\n0.997837186 0.044700872 -0.048194647 0.785499930 -0.044406820 0.998987913 0.007155369 0.691216052 0.048465721 -0.004999723 0.998812318 81.239707947\n0.997711122 0.045426581 -0.050089553 0.706158936 -0.045111123 0.998954475 0.007411077 0.717181206 0.050373841 -0.005134518 0.998717248 82.916107178\n0.997659504 0.044933166 -0.051541988 0.622174144 -0.044361882 0.998941302 0.012175422 0.736485898 0.052034501 -0.009860425 0.998596609 84.624076843\n0.997635365 0.044392291 -0.052468944 0.530877411 -0.043650690 0.998931289 0.015197112 0.776267588 0.053087506 -0.012870871 0.998506904 86.338294983\n0.997676134 0.043631922 -0.052331273 0.460136563 -0.042644292 0.998893261 0.019843606 0.797499001 0.053139169 -0.017565863 0.998432577 88.026229858\n0.997755945 0.041363511 -0.052651033 0.376341462 -0.040370774 0.998988926 0.019781390 0.837517798 0.053416029 -0.017611438 0.998417020 89.736381531\n0.997844636 0.039775170 -0.052191619 0.285232633 -0.038804211 0.999056816 0.019487431 0.881424069 0.052917507 -0.017420175 0.998446941 91.458580017\n0.997850001 0.038870871 -0.052767299 0.195072025 -0.038185440 0.999173462 0.013936673 0.920175135 0.053265419 -0.011891767 0.998509586 93.175910950\n0.997726083 0.041327216 -0.053242426 0.107404955 -0.040813237 0.999109447 0.010705380 0.948795795 0.053637434 -0.008508041 0.998524249 94.925354004\n0.997526884 0.045564994 -0.053515427 0.006663035 -0.045067165 0.998929083 0.010473371 0.979462445 0.053935334 -0.008035681 0.998512089 96.627388000\n0.997407019 0.047238689 -0.054292958 -0.093794584 -0.046680566 0.998843610 0.011503084 1.007263303 0.054773565 -0.008938831 0.998458803 98.343048096\n0.997439981 0.045786653 -0.054927714 -0.195154309 -0.045125686 0.998893917 0.013214594 1.039114952 0.055472013 -0.010702114 0.998402894 100.061241150\n0.997605264 0.041083667 -0.055640273 -0.284515917 -0.040342242 0.999082386 0.014384050 1.075258255 0.056180168 -0.012104951 0.998347282 101.761825562\n0.997706413 0.036576703 -0.056956373 -0.367874384 -0.035760913 0.999243617 0.015277361 1.109236360 0.057472087 -0.013205510 0.998259783 103.468536377\n0.997727513 0.034258246 -0.058018655 -0.464082450 -0.033363201 0.999309957 0.016326183 1.143679023 0.058537923 -0.014353394 0.998181999 105.166442871\n0.997661114 0.035108130 -0.058649082 -0.575505733 -0.034132950 0.999263227 0.017547539 1.173757553 0.059221931 -0.015504631 0.998124421 106.833633423\n0.997535765 0.037758503 -0.059132852 -0.683312476 -0.036862917 0.999189615 0.016164064 1.207086802 0.059695262 -0.013944423 0.998119235 108.550590515\n0.997451246 0.039598349 -0.059354823 -0.793123066 -0.038758926 0.999132574 0.015228111 1.245410204 0.059906345 -0.012888769 0.998120785 110.270256042\n0.997423947 0.040649548 -0.059101902 -0.910339713 -0.039603569 0.999039292 0.018763283 1.285221577 0.059807841 -0.016374301 0.998075604 112.004348755\n0.997424901 0.041167218 -0.058726933 -1.018809795 -0.039987225 0.998976767 0.021128992 1.327082515 0.059536666 -0.018726256 0.998050451 113.757202148\n0.997380853 0.042968951 -0.058181353 -1.126562238 -0.041822482 0.998908877 0.020781979 1.371724010 0.059010852 -0.018294260 0.998089671 115.479743958\n0.997307420 0.045526180 -0.057491764 -1.237562537 -0.044477317 0.998822153 0.019394072 1.411521912 0.058306985 -0.016784772 0.998157561 117.218734741\n0.997193575 0.048527334 -0.057009075 -1.351140261 -0.047512013 0.998689294 0.019033000 1.450704575 0.057857975 -0.016270971 0.998192251 118.945846558\n0.997189522 0.049497355 -0.056240790 -1.465512872 -0.048503533 0.998644173 0.018901367 1.496379256 0.057100106 -0.016120369 0.998238325 120.686378479\n0.997229576 0.049131446 -0.055850524 -1.578748465 -0.048059743 0.998636663 0.020373398 1.539056420 0.056775354 -0.017632795 0.998231232 122.453842163\n0.997256517 0.049059547 -0.055430725 -1.692112327 -0.047956888 0.998627543 0.021051409 1.583619714 0.056387421 -0.018335368 0.998240590 124.208496094\n0.997257352 0.048624594 -0.055798303 -1.793331742 -0.047488563 0.998640180 0.021508859 1.623074532 0.056768287 -0.018800085 0.998210371 125.927772522\n0.997268140 0.048269823 -0.055913281 -1.893418789 -0.047130290 0.998656809 0.021523533 1.666374922 0.056877118 -0.018829525 0.998203635 127.694885254\n0.997363150 0.046398245 -0.055802539 -2.001376152 -0.045232691 0.998734832 0.021972565 1.710896969 0.056751426 -0.019390529 0.998199999 129.437408447\n0.997399330 0.045253959 -0.056095250 -2.107440710 -0.044093706 0.998790562 0.021752184 1.752816558 0.057011779 -0.019222166 0.998188436 131.181274414\n0.997394204 0.044838421 -0.056518383 -2.213727474 -0.043684833 0.998814344 0.021484278 1.793905258 0.057414692 -0.018959299 0.998170376 132.930892944\n0.997345626 0.045414206 -0.056914583 -2.327054024 -0.044203032 0.998772264 0.022362432 1.838884830 0.057860278 -0.019787276 0.998128593 134.688232422\n0.997359753 0.045299631 -0.056757644 -2.440382242 -0.044030230 0.998755634 0.023420293 1.891834497 0.057747949 -0.020859405 0.998113275 136.554244995\n0.997289777 0.046412192 -0.057088114 -2.542240143 -0.045070935 0.998681784 0.024562491 1.948386550 0.058152858 -0.021922905 0.998066962 138.350418091\n0.997432649 0.044170283 -0.056366049 -2.644490004 -0.042837437 0.998778164 0.024639903 1.988112330 0.057385530 -0.022162067 0.998106062 140.140411377\n0.997484863 0.043620836 -0.055867944 -2.746906757 -0.042321235 0.998809993 0.024238208 2.043371916 0.056858752 -0.021812845 0.998143911 141.929397583\n0.997557223 0.041829675 -0.055945072 -2.836525917 -0.040617742 0.998918533 0.022627853 2.088322878 0.056831080 -0.020300217 0.998177409 143.726409912\n0.997559667 0.041978557 -0.055790141 -2.940266371 -0.040826645 0.998932123 0.021629551 2.131325722 0.056638543 -0.019299045 0.998208225 145.532424927\n0.997509658 0.043300338 -0.055673495 -3.043014050 -0.042054977 0.998842418 0.023349859 2.177717686 0.056620106 -0.020950362 0.998175979 147.311660767\n0.997456491 0.044853706 -0.055395331 -3.156635761 -0.043521617 0.998739004 0.025024271 2.228963375 0.056447912 -0.022549728 0.998150885 149.094863892\n0.997339070 0.047205683 -0.055555422 -3.259524584 -0.045865025 0.998630643 0.025165133 2.284491777 0.056667283 -0.022550121 0.998138428 150.877868652\n0.997407794 0.046332367 -0.055054195 -3.354391336 -0.044963986 0.998654366 0.025839766 2.320535421 0.056177329 -0.023297329 0.998148978 152.697463989\n0.997405648 0.047063772 -0.054470085 -3.468507528 -0.045795705 0.998655260 0.024299303 2.372951269 0.055540454 -0.021741766 0.998219669 154.458938599\n0.997477591 0.045386821 -0.054575242 -3.572278500 -0.044040777 0.998701215 0.025619352 2.412200212 0.055667140 -0.023151195 0.998180926 156.180038452\n0.997503281 0.043308508 -0.055781692 -3.669362068 -0.041767303 0.998720646 0.028505426 2.452700377 0.056944858 -0.026104404 0.998035967 157.920013428\n0.997472763 0.041755885 -0.057484709 -3.765367746 -0.040251642 0.998822510 0.027081940 2.510241985 0.058547851 -0.024699643 0.997978985 159.687118530\n0.997404516 0.041344181 -0.058948047 -3.861971378 -0.039835170 0.998853505 0.026548820 2.561537743 0.059978101 -0.024131708 0.997907937 161.444671631\n0.997337699 0.040201947 -0.060838040 -3.959630251 -0.038598217 0.998881519 0.027310628 2.617433071 0.061867934 -0.024889680 0.997773945 163.216110229\n0.997248471 0.039739292 -0.062580056 -4.066211224 -0.038121615 0.998912692 0.026835391 2.672196865 0.063578434 -0.024375899 0.997679114 164.993362427\n0.997223377 0.037895773 -0.064105131 -4.177912235 -0.036218382 0.998975575 0.027129425 2.727966309 0.065067552 -0.024732312 0.997574329 166.789138794\n0.997126937 0.037801854 -0.065641828 -4.300537586 -0.036054429 0.998968482 0.027604641 2.785779953 0.066617623 -0.025158655 0.997461319 168.569854736\n0.996998727 0.038514044 -0.067158073 -4.419127464 -0.036754929 0.998953104 0.027235854 2.831675291 0.068136729 -0.024685722 0.997370541 170.375808716\n0.996790707 0.040568136 -0.069011219 -4.547143936 -0.038795665 0.998886824 0.026833562 2.888452768 0.070022985 -0.024070110 0.997254968 172.144271851\n0.996615529 0.043451168 -0.069781870 -4.681193829 -0.041705403 0.998784184 0.026283139 2.945181131 0.070839062 -0.023283903 0.997215986 173.917449951\n0.996512830 0.044619344 -0.070507057 -4.823850632 -0.042959630 0.998766840 0.024884012 2.991530895 0.071530417 -0.021768279 0.997200847 175.663040161\n0.996339262 0.047614682 -0.070999257 -4.959064484 -0.045947466 0.998632610 0.024934238 3.045314074 0.072089411 -0.021580726 0.997164667 177.423263550\n0.996272147 0.049488693 -0.070658661 -5.104679585 -0.047766324 0.998523653 0.025861951 3.095288992 0.071834221 -0.022390438 0.997165263 179.164749146\n0.996221483 0.050728530 -0.070493884 -5.246443748 -0.049004771 0.998460829 0.025971660 3.143366098 0.071702883 -0.022418989 0.997174025 180.892715454\n0.996326208 0.049642015 -0.069783874 -5.379069805 -0.047930103 0.998512328 0.025996665 3.197528124 0.070970587 -0.022556411 0.997223318 182.687637329\n0.996349335 0.049250796 -0.069730654 -5.513200760 -0.047511358 0.998522043 0.026388653 3.244653463 0.070927262 -0.022979319 0.997216761 184.447006226\n0.996387661 0.048545964 -0.069677159 -5.643932343 -0.046826921 0.998562038 0.026097361 3.299507380 0.070843890 -0.022740323 0.997228146 186.240829468\n0.996347249 0.048868444 -0.070029020 -5.771301746 -0.047127202 0.998542428 0.026305651 3.347169638 0.071212463 -0.022909291 0.997198045 188.002120972\n0.996314228 0.049223710 -0.070249707 -5.898490906 -0.047349121 0.998482883 0.028105861 3.395632267 0.071526609 -0.024676006 0.997133434 189.757949829\n0.996243596 0.050438315 -0.070389472 -6.024281502 -0.048517089 0.998408675 0.028743118 3.454119921 0.071727216 -0.025220055 0.997105360 191.534454346\n0.996142089 0.052352831 -0.070427828 -6.161972046 -0.050435659 0.998313963 0.028731244 3.503342152 0.071813241 -0.025068328 0.997103035 193.273956299\n0.996022344 0.053512432 -0.071245708 -6.288817883 -0.051683083 0.998290896 0.027278455 3.556395054 0.072583683 -0.023487752 0.997085750 195.020050049\n0.995963156 0.053921148 -0.071763001 -6.421232224 -0.052215215 0.998311758 0.025440507 3.609176874 0.073013633 -0.021590687 0.997097194 196.772491455\n0.995939970 0.053598233 -0.072324701 -6.557297707 -0.051906560 0.998337209 0.025071563 3.658170462 0.073548228 -0.021215644 0.997065961 198.538742065\n0.995882332 0.053585418 -0.073123291 -6.688830853 -0.051833324 0.998326242 0.025653081 3.703333855 0.074375533 -0.021757226 0.996992946 200.281173706\n0.995847344 0.053426445 -0.073713854 -6.823288441 -0.051602144 0.998317778 0.026436185 3.748648167 0.075002238 -0.022522612 0.996928990 202.011764526\n0.995803177 0.053464312 -0.074280433 -6.956206322 -0.051683925 0.998333037 0.025688745 3.792196035 0.075530037 -0.021741830 0.996906459 203.766891479\n0.995743096 0.053460795 -0.075084180 -7.091825485 -0.051746905 0.998357415 0.024590507 3.842311382 0.076275475 -0.020600455 0.996873975 205.516281128\n0.995703876 0.053064048 -0.075881854 -7.235368729 -0.051316701 0.998374581 0.024795862 3.888906717 0.077074282 -0.020795329 0.996808469 207.285827637\n0.995680928 0.052340847 -0.076680660 -7.377874374 -0.050518982 0.998397231 0.025510618 3.937478542 0.077893004 -0.021526609 0.996729314 209.028549194\n0.995599687 0.052022900 -0.077941649 -7.511462688 -0.050140709 0.998405874 0.025915481 3.986824036 0.079165593 -0.021893395 0.996621013 210.773025513\n0.995549381 0.051518407 -0.078912809 -7.652670860 -0.049669772 0.998447359 0.025214000 4.028722286 0.080089279 -0.021182202 0.996562600 212.519439697\n0.995435476 0.051909093 -0.080085568 -7.792551994 -0.050112277 0.998448253 0.024286633 4.078352928 0.081221990 -0.020162506 0.996492088 214.265960693\n0.995358169 0.052522480 -0.080644116 -7.942668915 -0.050665796 0.998405218 0.024900805 4.117312908 0.081823356 -0.020699322 0.996431887 215.925384521\n0.995221913 0.053307530 -0.081802353 -8.092908859 -0.051420305 0.998363972 0.025007837 4.167521000 0.083001621 -0.020682046 0.996334791 217.647232056\n0.995119989 0.053681538 -0.082791716 -8.238332748 -0.051713411 0.998330235 0.025737561 4.215205193 0.084035106 -0.021330521 0.996234477 219.358154297\n0.995034516 0.053643219 -0.083837733 -8.390784264 -0.051632382 0.998328328 0.025973342 4.264157295 0.085090883 -0.021515628 0.996140838 221.101272583\n0.994948089 0.053925272 -0.084678233 -8.540580750 -0.051918507 0.998319924 0.025726279 4.320349693 0.085923262 -0.021199943 0.996076167 222.834426880\n0.994798779 0.054674700 -0.085942321 -8.691741943 -0.052583035 0.998267055 0.026417868 4.367415428 0.087237775 -0.021761354 0.995949805 224.553283691\n0.994631529 0.056543376 -0.086665697 -8.858444214 -0.054349788 0.998144090 0.027466737 4.417109013 0.088057920 -0.022609020 0.995858729 226.325866699\n0.994417787 0.057292797 -0.088604532 -8.997547150 -0.055005182 0.998091996 0.028049929 4.467229843 0.090042531 -0.023019640 0.995671868 228.027557373\n0.994352579 0.055964470 -0.090171784 -9.150703430 -0.053614262 0.998161197 0.028280269 4.523684978 0.091588661 -0.023286065 0.995524645 229.751846313\n0.994273722 0.055287182 -0.091449693 -9.314314842 -0.052951522 0.998210788 0.027774340 4.580985069 0.092821635 -0.022772897 0.995422304 231.497177124\n0.994221985 0.054218341 -0.092644423 -9.482775688 -0.051982436 0.998299479 0.026381083 4.628442764 0.093917213 -0.021412771 0.995349705 233.204650879\n0.994118929 0.052588034 -0.094668172 -9.645182610 -0.050531175 0.998434186 0.023996377 4.673551559 0.095781863 -0.019071560 0.995219648 234.909805298\n0.993969440 0.052891709 -0.096058577 -9.814023018 -0.050875727 0.998432755 0.023318026 4.716472626 0.097141363 -0.018290356 0.995102525 236.611190796\n0.993898392 0.052950211 -0.096758738 -9.985389709 -0.050885845 0.998423696 0.023681413 4.756684780 0.097860150 -0.018613270 0.995026112 238.323410034\n0.993723631 0.055261638 -0.097259879 -10.150908470 -0.052981976 0.998260319 0.025869461 4.800556660 0.098520264 -0.020554075 0.994922757 240.004470825\n0.993679285 0.057010364 -0.096701965 -10.323806763 -0.054466683 0.998101771 0.028745305 4.856176376 0.098157175 -0.023296578 0.994898200 241.720687866\n0.993659019 0.059737109 -0.095253408 -10.491791725 -0.057147872 0.997924328 0.029685179 4.908837795 0.096828997 -0.024053417 0.995010316 243.430084229\n0.993653893 0.060847063 -0.094602413 -10.652908325 -0.058529530 0.997918189 0.027084887 4.963987827 0.096053503 -0.021375969 0.995146632 245.122863770\n0.993717909 0.060559329 -0.094112851 -10.814779282 -0.058529764 0.997992754 0.024180489 5.008302689 0.095388301 -0.018520184 0.995267868 246.806945801\n0.993923485 0.057564124 -0.093821399 -10.970048904 -0.055803079 0.998214781 0.021289079 5.054966927 0.094879396 -0.015924193 0.995361388 248.497741699\n0.994161785 0.054687820 -0.093013890 -11.133813858 -0.052988891 0.998381793 0.020639868 5.089440346 0.093992122 -0.015590666 0.995450854 250.171081543\n0.994388103 0.052164186 -0.092039160 -11.291613579 -0.050381426 0.998496652 0.021589456 5.121950626 0.093026996 -0.016831234 0.995521307 251.843978882\n0.994578481 0.050089452 -0.091130286 -11.449165344 -0.048257414 0.998588204 0.022198480 5.156820297 0.092113540 -0.017680418 0.995591521 253.506439209\n0.994602680 0.048813637 -0.091556996 -11.595308304 -0.046941470 0.998644352 0.022492556 5.194856644 0.092530824 -0.018073337 0.995545805 255.176879883\n0.994563580 0.048511289 -0.092140727 -11.750450134 -0.046668742 0.998667061 0.022048838 5.230655670 0.093087524 -0.017628880 0.995501876 256.819183350\n0.994532824 0.047445867 -0.093023658 -11.901825905 -0.045625750 0.998725116 0.021597447 5.266549110 0.093929768 -0.017235095 0.995429635 258.451263428\n0.994295001 0.049965385 -0.094238698 -12.064061165 -0.048055384 0.998592794 0.022430746 5.296365738 0.095226847 -0.017774101 0.995296896 260.070007324\n0.994122863 0.051986769 -0.094958551 -12.224104881 -0.049905181 0.998461545 0.024167445 5.336803436 0.096068844 -0.019286485 0.995187819 261.678009033\n0.993645132 0.059663538 -0.095444568 -12.402609825 -0.057319913 0.997987628 0.027113365 5.373691559 0.096870176 -0.021470189 0.995065451 263.278015137\n0.993344009 0.063558504 -0.096062623 -12.564851761 -0.061331701 0.997779727 0.025961328 5.411135197 0.097499408 -0.019896846 0.995036662 264.870208740\n0.993218124 0.063360520 -0.097484514 -12.720885277 -0.061625883 0.997884512 0.020706262 5.448690414 0.098590247 -0.014558265 0.995021641 266.431854248\n0.993226469 0.060197383 -0.099385478 -12.872415543 -0.058734089 0.998118758 0.017586943 5.472220421 0.100257196 -0.011630502 0.994893551 267.959503174\n0.993110061 0.059079517 -0.101202913 -13.026482582 -0.058001015 0.998224318 0.013568982 5.489811420 0.101824857 -0.007605621 0.994773269 269.467926025\n0.993186057 0.056125272 -0.102134548 -13.179938316 -0.054908313 0.998383343 0.014690101 5.513195515 0.102793917 -0.008981967 0.994662106 270.964080811\n0.993151128 0.056003690 -0.102540024 -13.343778610 -0.053745966 0.998250306 0.024652177 5.534948826 0.103741221 -0.018972224 0.994423330 272.474029541\n0.993082285 0.055544961 -0.103452012 -13.490882874 -0.052422658 0.998090744 0.032661520 5.572417736 0.105068676 -0.027012350 0.994098008 273.926361084\n0.993386447 0.047687862 -0.104447193 -13.636601448 -0.044571925 0.998494565 0.031967606 5.611558437 0.105814420 -0.027100775 0.994016528 275.374450684\n0.993313313 0.045548405 -0.106085099 -13.776165009 -0.042691503 0.998665929 0.029048415 5.647367954 0.107266679 -0.024325244 0.993932664 276.759063721\n0.993175805 0.044174183 -0.107937239 -13.922591209 -0.042030744 0.998872876 0.022054249 5.682323933 0.108789809 -0.017367065 0.993913054 278.133209229\n0.993236423 0.041941870 -0.108269297 -14.086412430 -0.039884806 0.998981535 0.021096576 5.701118469 0.109043859 -0.016635589 0.993897736 279.541442871\n0.992967129 0.046524312 -0.108865798 -14.230942726 -0.044060878 0.998717844 0.024926625 5.722747326 0.109885901 -0.019954598 0.993743896 280.879486084\n0.992985725 0.044807695 -0.109414943 -14.393033981 -0.042502508 0.998824358 0.023311580 5.746254921 0.110330850 -0.018497657 0.993722796 282.186523438\n0.992900074 0.043751016 -0.110613368 -14.532083511 -0.041644327 0.998905718 0.021285709 5.774028301 0.111423597 -0.016528161 0.993635535 283.474792480\n0.992825210 0.042685281 -0.111696266 -14.685174942 -0.041134953 0.999023080 0.016148830 5.794529438 0.112276465 -0.011438345 0.993611157 284.778381348\n0.992751122 0.039922081 -0.113364078 -14.824555397 -0.039087050 0.999189913 0.009579998 5.815948963 0.113654695 -0.005079487 0.993507326 286.036804199\n0.992660403 0.039522275 -0.114295036 -14.973217964 -0.038802538 0.999210596 0.008515975 5.837243557 0.114541382 -0.004018534 0.993410349 287.308074951\n0.992594540 0.040246274 -0.114613965 -15.134984016 -0.039047424 0.999156833 0.012686751 5.845153809 0.115027919 -0.008117420 0.993329108 288.589538574\n0.992525995 0.039841555 -0.115346469 -15.279170990 -0.038372282 0.999151945 0.014931343 5.868998528 0.115843534 -0.010393639 0.993213117 289.870788574\n0.992348969 0.041004259 -0.116456836 -15.438555717 -0.039568305 0.999109983 0.014616529 5.889574051 0.116952524 -0.009896698 0.993088186 291.139862061\n0.992226303 0.041849621 -0.117199115 -15.596937180 -0.040479399 0.999081612 0.014048404 5.912000179 0.117679402 -0.009195046 0.993009090 292.405059814\n0.992052078 0.043790691 -0.117962107 -15.756091118 -0.042550102 0.999009550 0.013016067 5.929990768 0.118415251 -0.007893316 0.992932796 293.666107178\n0.991931975 0.044486221 -0.118709572 -15.911489487 -0.043365858 0.998987138 0.012005607 5.949991226 0.119123414 -0.006760803 0.992856443 294.920227051\n0.991695642 0.045831364 -0.120163463 -16.059267044 -0.044756070 0.998930216 0.011633603 5.964302063 0.120568097 -0.006158948 0.992685974 296.187164307\n0.991593301 0.046866491 -0.120607786 -16.228460312 -0.045840621 0.998885214 0.011267860 5.977467537 0.121001415 -0.005644399 0.992636263 297.451965332\n0.991439879 0.047640622 -0.121561840 -16.382314682 -0.046592601 0.998848319 0.011450915 5.996451378 0.121967368 -0.005689012 0.992517829 298.697082520\n0.991387129 0.047729496 -0.121957012 -16.537803650 -0.046562895 0.998838425 0.012399474 6.019919872 0.122407168 -0.006614008 0.992457926 299.946594238\n0.991418660 0.048422672 -0.121426180 -16.709997177 -0.047252249 0.998804748 0.012501725 6.023038387 0.121886410 -0.006656784 0.992521703 301.168090820\n0.991486490 0.047071461 -0.121403687 -16.861543655 -0.046097979 0.998878360 0.010816320 6.041133881 0.121776655 -0.005127771 0.992544293 302.409698486\n0.991555572 0.045899786 -0.121287711 -17.015975952 -0.044975542 0.998934507 0.010348353 6.063117981 0.121633463 -0.004805987 0.992563426 303.665161133\n0.991712332 0.044354111 -0.120579332 -17.171104431 -0.043477450 0.999005437 0.009892864 6.072512627 0.120898195 -0.004568394 0.992654383 304.901947021\n0.991735101 0.044634961 -0.120287828 -17.324113846 -0.043805420 0.998994589 0.009533074 6.091578960 0.120592400 -0.004185026 0.992693305 306.141204834\n0.991834998 0.044531245 -0.119500346 -17.476724625 -0.043625023 0.998996019 0.010190025 6.106598377 0.119834147 -0.004893618 0.992781878 307.371673584\n0.991910517 0.045254897 -0.118598267 -17.622396469 -0.044214245 0.998957098 0.011392482 6.130567551 0.118990153 -0.006056590 0.992876947 308.610900879\n0.992030740 0.046073195 -0.117270209 -17.774982452 -0.044793647 0.998904705 0.013524800 6.146561623 0.117764898 -0.008164057 0.993007958 309.830627441\n0.992165387 0.045589212 -0.116316229 -17.918348312 -0.044274233 0.998923182 0.013865319 6.166120529 0.116823092 -0.008606878 0.993115425 311.051940918\n0.992362559 0.044595916 -0.115011752 -18.064428329 -0.043451678 0.998978078 0.012438051 6.182030201 0.115448907 -0.007345604 0.993286252 312.271453857\n0.992559433 0.042962153 -0.113929980 -18.210500717 -0.041960854 0.999056756 0.011173423 6.197691917 0.114302553 -0.006309688 0.993425965 313.497009277\n0.992716551 0.041750859 -0.113007680 -18.348106384 -0.040804144 0.999110103 0.010678536 6.218199730 0.113352954 -0.005989578 0.993536711 314.726013184\n0.992904723 0.041360892 -0.111487851 -18.497020721 -0.040356226 0.999121964 0.011254050 6.232825279 0.111855440 -0.006674970 0.993702054 315.949249268\n0.992998183 0.042066671 -0.110385887 -18.636264801 -0.041047782 0.999091148 0.011487608 6.249613285 0.110768810 -0.006876078 0.993822396 317.166931152\n0.993050814 0.043867238 -0.109205209 -18.778312683 -0.042849328 0.999013603 0.011651518 6.261961937 0.109608606 -0.006891180 0.993950963 318.386291504\n0.993100464 0.045645639 -0.108018480 -18.911260605 -0.044611003 0.998932660 0.011976766 6.281061172 0.108449876 -0.007075320 0.994076729 319.592773438\n0.993166804 0.048134461 -0.106314696 -19.058759689 -0.047089316 0.998814702 0.012320631 6.287620544 0.106781721 -0.007230156 0.994256198 320.821136475\n0.993185878 0.050079364 -0.105232447 -19.194639206 -0.049141679 0.998725772 0.011486304 6.305073738 0.105673581 -0.006236736 0.994381309 322.034729004\n0.993226051 0.052091971 -0.103867352 -19.324573517 -0.051166367 0.998623252 0.011557861 6.322884560 0.104326427 -0.006165053 0.994524002 323.237060547\n0.993369341 0.052441567 -0.102309532 -19.454816818 -0.051489037 0.998602271 0.011930835 6.338003159 0.102792203 -0.006583906 0.994681060 324.436889648\n0.993469894 0.052423023 -0.101338148 -19.575071335 -0.051529668 0.998606205 0.011415095 6.349989891 0.101795316 -0.006118632 0.994786561 325.647155762\n0.993698001 0.050560262 -0.100039706 -19.702976227 -0.050008353 0.998716593 0.008018547 6.364630699 0.100316733 -0.002965193 0.994951129 326.841644287\n0.993914008 0.047693789 -0.099298708 -19.824243546 -0.047456462 0.998862028 0.004752058 6.376722813 0.099412352 -0.000010771 0.995046318 328.030090332\n0.994105756 0.046174843 -0.098089695 -19.945085526 -0.045930799 0.998933375 0.004745831 6.388505459 0.098204210 -0.000212520 0.995166242 329.226409912\n0.994314373 0.045565616 -0.096243121 -20.069248199 -0.044810951 0.998945534 0.009989235 6.389925003 0.096596800 -0.005619694 0.995307744 330.420715332\n0.994355261 0.045784734 -0.095714755 -20.183917999 -0.044495210 0.998888314 0.015564894 6.402306557 0.096320987 -0.011218186 0.995287120 331.613281250\n0.994473279 0.045359720 -0.094685741 -20.303379059 -0.043900240 0.998883665 0.017441556 6.422321320 0.095371187 -0.013188434 0.995354414 332.796508789\n0.994524002 0.044920161 -0.094361804 -20.425369263 -0.043572836 0.998917401 0.016291568 6.437900543 0.094991475 -0.012090745 0.995404661 333.977111816\n0.994580686 0.044053584 -0.094173059 -20.539470673 -0.042899616 0.998977840 0.014244266 6.459828854 0.094704308 -0.010127083 0.995453954 335.148010254\n0.994611740 0.043500952 -0.094101876 -20.651994705 -0.042427152 0.999009907 0.013382715 6.474961281 0.094590873 -0.009318131 0.995472610 336.317260742\n0.994703829 0.042476308 -0.093595400 -20.769119263 -0.041574541 0.999068499 0.011564519 6.492886543 0.093999438 -0.007612085 0.995543122 337.480255127\n0.994755626 0.041469082 -0.093496315 -20.876174927 -0.040632211 0.999115407 0.010837619 6.509473801 0.093863033 -0.006981821 0.995560646 338.647613525\n0.994789541 0.041532360 -0.093106396 -20.991880417 -0.040651191 0.999109030 0.011341571 6.525077343 0.093494482 -0.007497590 0.995591581 339.783691406\n0.994838536 0.040165041 -0.093182653 -21.091564178 -0.039204121 0.999157727 0.012120693 6.538483620 0.093590997 -0.008404989 0.995575249 340.929626465\n0.994863272 0.040843908 -0.092621796 -21.209268570 -0.039828088 0.999124706 0.012790227 6.556770802 0.093063131 -0.009035579 0.995619237 342.061370850\n0.994942486 0.039919727 -0.092172712 -21.316146851 -0.038827635 0.999153197 0.013612012 6.569959641 0.092638053 -0.009964322 0.995649993 343.212646484\n0.995060861 0.039072748 -0.091253377 -21.433315277 -0.037863005 0.999171078 0.014951397 6.586477757 0.091761932 -0.011422423 0.995715439 344.340820312\n0.995153844 0.038220152 -0.090598136 -21.540706635 -0.036889106 0.999186039 0.016321611 6.601640224 0.091148205 -0.012900429 0.995753765 345.475372314\n0.995295644 0.035371836 -0.090196505 -21.642637253 -0.034117181 0.999298930 0.015414732 6.625701904 0.090678521 -0.012264965 0.995804667 346.627380371\n0.995470047 0.032454018 -0.089364968 -21.749044418 -0.031214692 0.999396622 0.015231329 6.645109653 0.089805365 -0.012372833 0.995882452 347.757293701\n0.995622575 0.029203152 -0.088785447 -21.851869583 -0.027874338 0.999480665 0.016170060 6.658909798 0.089211553 -0.013624443 0.995919526 348.895538330\n0.995745540 0.026941473 -0.088119328 -21.949951172 -0.025564156 0.999533296 0.016721720 6.675129414 0.088528715 -0.014397882 0.995969534 350.046539307\n0.995819092 0.026290292 -0.087482147 -22.050188065 -0.025037851 0.999568164 0.015383330 6.695956707 0.087848797 -0.013128649 0.996047318 351.177246094\n0.995895982 0.026415626 -0.086564556 -22.152338028 -0.025431799 0.999599040 0.012448595 6.716973305 0.086858690 -0.010196013 0.996168494 352.319000244\n0.995967627 0.027825201 -0.085289143 -22.257953644 -0.027134217 0.999589026 0.009250439 6.727599621 0.085511483 -0.006898884 0.996313274 353.444976807\n0.996043444 0.028881568 -0.084043853 -22.361419678 -0.028233746 0.999561846 0.008886755 6.732340336 0.084263697 -0.006478721 0.996422410 354.572814941\n0.996071696 0.030279765 -0.083212204 -22.456632614 -0.029636206 0.999520600 0.008958552 6.742607594 0.083443575 -0.006457266 0.996491611 355.689788818\n0.996136427 0.030943282 -0.082186826 -22.547178268 -0.030303616 0.999500036 0.009019370 6.755433559 0.082424827 -0.006493965 0.996576130 356.805755615\n0.996231556 0.030607443 -0.081153072 -22.634590149 -0.029863533 0.999500215 0.010365009 6.767363548 0.081429765 -0.007902432 0.996647775 357.923645020\n0.996377885 0.029899660 -0.079606399 -22.727399826 -0.028959550 0.999496877 0.012938174 6.781220913 0.079953186 -0.010585945 0.996742427 359.039123535\n0.996473730 0.028648060 -0.078862824 -22.805974960 -0.027691836 0.999529421 0.013192415 6.802212715 0.079203650 -0.010962039 0.996798158 360.160858154\n0.996582270 0.027841661 -0.077772789 -22.899454117 -0.027105322 0.999577343 0.010507683 6.820534706 0.078032471 -0.008363714 0.996915758 361.261901855\n0.996647894 0.028844193 -0.076556854 -22.992301941 -0.028304413 0.999566317 0.008126626 6.834493637 0.076758057 -0.005932488 0.997032106 362.355987549\n0.996593654 0.031416133 -0.076250441 -23.070079803 -0.030989939 0.999496818 0.006766455 6.847438335 0.076424651 -0.004380409 0.997065723 363.477752686\n0.996560693 0.034189239 -0.075484030 -23.155965805 -0.033833783 0.999409556 0.005983144 6.861146927 0.075644016 -0.003408656 0.997129083 364.578277588\n0.996513903 0.036390796 -0.075071715 -23.250057220 -0.036048267 0.999332547 0.005913117 6.867543221 0.075236797 -0.003186298 0.997160614 365.684265137\n0.996437550 0.037102226 -0.075733706 -23.330499649 -0.036803979 0.999308288 0.005330444 6.876086712 0.075879090 -0.002524153 0.997113824 366.782592773\n0.996364236 0.037094947 -0.076695956 -23.419692993 -0.036733195 0.999306381 0.006122552 6.882097721 0.076869875 -0.003283005 0.997035742 367.887145996\n0.996287346 0.036382638 -0.078024663 -23.509885788 -0.035874870 0.999325037 0.007900137 6.893353939 0.078259431 -0.005071682 0.996920109 368.988067627\n0.996080995 0.035456065 -0.081027806 -23.589408875 -0.034731694 0.999343276 0.010332245 6.903053761 0.081340931 -0.007477520 0.996658266 370.077972412\n0.995929778 0.035554625 -0.082823724 -23.713871002 -0.034780081 0.999336898 0.010776258 6.922331810 0.083151951 -0.007851780 0.996505976 371.199035645\n0.995623529 0.034916103 -0.086686999 -23.808511734 -0.034234006 0.999370158 0.009343158 6.931850910 0.086958624 -0.006334626 0.996191800 372.299072266\n0.995317340 0.034052145 -0.090464912 -23.914375305 -0.033643939 0.999415696 0.006033874 6.948522568 0.090617523 -0.002962023 0.995881379 373.406188965\n0.995010555 0.032087825 -0.094469115 -24.009220123 -0.031935412 0.999485075 0.003125157 6.953730106 0.094520748 -0.000092654 0.995522916 374.524261475\n0.994772732 0.031268310 -0.097208343 -24.127120972 -0.031235730 0.999510348 0.001857298 6.965122223 0.097218812 0.001188784 0.995262325 375.641113281\n0.994387567 0.032582369 -0.100656554 -24.242897034 -0.032537758 0.999468327 0.002085333 6.966149330 0.100670986 0.001201509 0.994919062 376.770721436\n0.994017541 0.034355219 -0.103676692 -24.369739532 -0.034275107 0.999409199 0.002554707 6.976371765 0.103703201 0.001014106 0.994607747 377.888183594\n0.993718565 0.035308879 -0.106192067 -24.506303787 -0.034959756 0.999375463 0.005147918 6.985918999 0.106307514 -0.001403132 0.994332314 379.013366699\n0.993353844 0.036837026 -0.109046742 -24.636911392 -0.035989419 0.999304771 0.009731529 7.006332874 0.109329417 -0.005742323 0.993988991 380.156188965\n0.992987156 0.037973333 -0.111957937 -24.773727417 -0.036814634 0.999245167 0.012399387 7.016670227 0.112344280 -0.008190741 0.993635595 381.305480957\n0.992543101 0.038995601 -0.115488335 -24.911869049 -0.038170807 0.999227524 0.009345575 7.036891937 0.115763560 -0.004867604 0.993264854 382.466644287\n0.992091119 0.039461780 -0.119155213 -25.046987534 -0.039153889 0.999221027 0.004924795 7.055116653 0.119256735 -0.000220456 0.992863417 383.625640869\n0.991699576 0.041464407 -0.121707395 -25.201379776 -0.041243915 0.999139726 0.004331402 7.072506428 0.121782288 0.000724240 0.992556572 384.791442871\n0.991298974 0.043603633 -0.124197468 -25.357501984 -0.043140169 0.999048412 0.006419898 7.081908226 0.124359213 -0.001006138 0.992236733 385.972167969\n0.990990460 0.043613616 -0.126632378 -25.510215759 -0.042941835 0.999045312 0.008031352 7.096718788 0.126861751 -0.002521167 0.991917193 387.153045654\n0.990772963 0.042315047 -0.128757194 -25.671413422 -0.041408110 0.999095082 0.009713813 7.112242699 0.129051715 -0.004292592 0.991628587 388.346893311\n0.990514576 0.039621208 -0.131571382 -25.814302444 -0.038339175 0.999189496 0.012263950 7.127447128 0.131950647 -0.007103283 0.991230845 389.545532227\n0.990204811 0.039429381 -0.133939579 -25.988956451 -0.037881467 0.999182940 0.014086617 7.148479462 0.134385571 -0.008874808 0.990889370 390.749938965\n0.989819646 0.038640428 -0.136981815 -26.149587631 -0.036993787 0.999209583 0.014547244 7.175932884 0.137435660 -0.009331672 0.990466714 391.948516846\n0.989468098 0.038708899 -0.139479205 -26.330051422 -0.037088804 0.999211133 0.014196902 7.194154739 0.139918730 -0.008874265 0.990123212 393.150299072\n0.989112735 0.038591869 -0.142009318 -26.503629684 -0.037138771 0.999227226 0.012869686 7.213127136 0.142396241 -0.007455520 0.989781678 394.339965820\n0.988965631 0.035994656 -0.143705651 -26.687883377 -0.034839701 0.999337256 0.010546097 7.235426903 0.143990010 -0.005423066 0.989564300 395.538085938\n0.988640308 0.033956911 -0.146414801 -26.867446899 -0.032863639 0.999410987 0.009880092 7.255217075 0.146664053 -0.004956135 0.989173949 396.745178223\n0.988374293 0.030384220 -0.148973227 -27.046352386 -0.029407848 0.999529183 0.008752938 7.267925262 0.149169043 -0.004270197 0.988802493 397.948486328\n0.988068283 0.026514081 -0.151716977 -27.229400635 -0.025687171 0.999642611 0.007408039 7.287300110 0.151859164 -0.003422469 0.988396227 399.151092529\n0.987752914 0.024347844 -0.154114679 -27.421373367 -0.023364762 0.999693453 0.008187203 7.299037457 0.154266775 -0.004486081 0.988019049 400.351287842\n0.987194359 0.024132708 -0.157686248 -27.607515335 -0.022527291 0.999674678 0.011960738 7.317901611 0.157923594 -0.008255330 0.987416804 401.563781738\n0.986789525 0.024336757 -0.160169154 -27.820913315 -0.022766354 0.999673128 0.011632714 7.333433151 0.160399914 -0.007832573 0.987021029 402.793792725\n0.986198545 0.027017193 -0.163347915 -28.021976471 -0.026392037 0.999633670 0.005996451 7.356393814 0.163450077 -0.001602607 0.986550331 404.006164551\n0.985710919 0.032671295 -0.165246904 -28.238702774 -0.033171669 0.999449611 -0.000268459 7.368674755 0.165147185 0.005746138 0.986252189 405.242370605\n0.985202014 0.040718615 -0.166490182 -28.483264923 -0.041614216 0.999131978 -0.001892840 7.374563217 0.166268587 0.008793188 0.986041307 406.452026367\n0.984696627 0.047525525 -0.167671964 -28.714815140 -0.048329130 0.998831213 -0.000713008 7.386054516 0.167442113 0.008805536 0.985842586 407.682464600\n0.984333396 0.052163254 -0.168424457 -28.946071625 -0.052225959 0.998627067 0.004060460 7.400185108 0.168405026 0.004799281 0.985706210 408.927001953\n0.984261334 0.052091699 -0.168867022 -29.166563034 -0.050998006 0.998640239 0.010810296 7.415513515 0.169200525 -0.002028276 0.985579550 410.172760010\n0.984273076 0.048205756 -0.169949114 -29.384218216 -0.045899775 0.998793185 0.017473875 7.443191051 0.170586362 -0.009398439 0.985297918 411.411407471\n0.984403551 0.040085357 -0.171297491 -29.593461990 -0.036685266 0.999062836 0.022969896 7.471364975 0.172057718 -0.016327554 0.984951556 412.660888672\n0.984366477 0.032923184 -0.173028201 -29.810762405 -0.029311977 0.999296725 0.023385214 7.503525257 0.173676431 -0.017947821 0.984639227 413.913818359\n0.984107852 0.027617000 -0.175411016 -30.026525497 -0.025111109 0.999548674 0.016489813 7.536092281 0.175787240 -0.011822990 0.984357178 415.156005859\n0.983853042 0.026234072 -0.177045181 -30.257791519 -0.024994290 0.999644995 0.009229562 7.565130711 0.177224457 -0.004655414 0.984159470 416.412506104\n0.983534992 0.028422019 -0.178468838 -30.491531372 -0.027695322 0.999594867 0.006562416 7.588010788 0.178583056 -0.001511614 0.983923674 417.668487549\n0.983311832 0.030005947 -0.179436475 -30.742624283 -0.029165383 0.999547780 0.007321305 7.604670525 0.179575011 -0.001965792 0.983742297 418.941802979\n0.983017623 0.031105567 -0.180855691 -30.992343903 -0.029866740 0.999508083 0.009569692 7.627300262 0.181064397 -0.004005607 0.983463109 420.237426758\n0.982669353 0.031410176 -0.182686314 -31.233922958 -0.029685242 0.999485195 0.012169650 7.645351887 0.182974517 -0.006535656 0.983095944 421.542144775\n0.982089758 0.034215227 -0.185281023 -31.484157562 -0.032336198 0.999390483 0.013154725 7.667178631 0.185618177 -0.006927836 0.982597530 422.844665527\n0.981597364 0.037884954 -0.187166721 -31.756332397 -0.036558531 0.999275982 0.010534833 7.693363667 0.187430322 -0.003498424 0.982271671 424.144226074\n0.980969906 0.043374646 -0.189253062 -32.021121979 -0.042194657 0.999056697 0.010261622 7.718070984 0.189519644 -0.002080875 0.981874704 425.465332031\n0.980580688 0.046187162 -0.190599695 -32.301734924 -0.044637572 0.998926044 0.012417750 7.744359493 0.190968543 -0.003668698 0.981589317 426.777313232\n0.980161130 0.045531578 -0.192901701 -32.565914154 -0.043373283 0.998940229 0.015399156 7.766830921 0.193398416 -0.006726874 0.981097221 428.105499268\n0.979814708 0.040733933 -0.195713744 -32.826114655 -0.038423918 0.999139965 0.015586958 7.797096252 0.196180344 -0.007752242 0.980537176 429.458648682\n0.979548454 0.035874933 -0.197984233 -33.109523773 -0.033797178 0.999332547 0.013864796 7.816296577 0.198349491 -0.006889931 0.980107129 430.787017822\n0.979031026 0.033643246 -0.200913906 -33.391254425 -0.031524926 0.999408603 0.013734583 7.845300674 0.201257169 -0.007112786 0.979512632 432.147949219\n0.978630304 0.031713799 -0.203167215 -33.668716431 -0.028939649 0.999443114 0.016611526 7.867693901 0.203580886 -0.010376955 0.979003131 433.547668457\n0.978328884 0.032029793 -0.204564705 -33.960422516 -0.028933322 0.999417245 0.018110771 7.899768829 0.205025584 -0.011799554 0.978685498 434.921600342\n0.977994978 0.031800628 -0.206190661 -34.243370056 -0.028932687 0.999438286 0.016910300 7.926024914 0.206612602 -0.010572538 0.978365719 436.294982910\n0.977757931 0.031482674 -0.207360178 -34.533695221 -0.029520361 0.999485373 0.012551614 7.955259323 0.207648620 -0.006151093 0.978184164 437.666442871\n0.977418721 0.033569574 -0.208628118 -34.831871033 -0.032583758 0.999435663 0.008161196 7.986859322 0.208784357 -0.001179018 0.977961004 439.070800781\n0.977032781 0.039273448 -0.209438667 -35.144645691 -0.038176116 0.999227941 0.009281051 8.011676788 0.209641472 -0.001072337 0.977777719 440.464416504\n0.976758122 0.044863597 -0.209596753 -35.455223083 -0.043219645 0.998988390 0.012419436 8.036819458 0.209941909 -0.003072089 0.977709055 441.880371094\n0.976521432 0.048062772 -0.209990069 -35.763183594 -0.046039462 0.998834133 0.014516003 8.067186356 0.210442930 -0.004507359 0.977595747 443.295928955\n0.976446390 0.048054110 -0.210340887 -36.073951721 -0.045919582 0.998832166 0.015023153 8.098262787 0.210817173 -0.005010538 0.977512658 444.709106445\n0.976393342 0.044599596 -0.211345568 -36.378597260 -0.042457711 0.998990655 0.014663910 8.128726959 0.211786240 -0.005344494 0.977301419 446.121246338\n0.976350188 0.043595009 -0.211754054 -36.696861267 -0.040661298 0.999007404 0.018191233 8.160548210 0.212336913 -0.009150820 0.977153659 447.533020020\n0.976195514 0.044134527 -0.212354615 -37.002590179 -0.040080473 0.998923361 0.023360144 8.192407608 0.213156983 -0.014292794 0.976913393 448.972167969\n0.976113141 0.044968430 -0.212558225 -37.317527771 -0.040712044 0.998873889 0.024361469 8.231821060 0.213414356 -0.015125871 0.976844668 450.390472412\n0.975936353 0.044711534 -0.213422418 -37.634323120 -0.041082606 0.998926342 0.021410678 8.271619797 0.214150563 -0.012127510 0.976725399 451.802185059\n0.975767970 0.044734135 -0.214186117 -37.954303741 -0.041603550 0.998951554 0.019104037 8.310092926 0.214816153 -0.009730207 0.976606011 453.226043701\n0.975798905 0.043022607 -0.214395717 -38.266593933 -0.040258911 0.999040484 0.017242547 8.342362404 0.214931816 -0.008193922 0.976594687 454.647216797\n0.975987315 0.040908948 -0.213951394 -38.585479736 -0.038182288 0.999128520 0.016863016 8.375564575 0.214454785 -0.008288938 0.976698756 456.073822021\n0.976063609 0.039686266 -0.213833615 -38.889045715 -0.036543731 0.999158382 0.018630650 8.403172493 0.214393035 -0.010370423 0.976692438 457.504150391\n0.976076782 0.039876666 -0.213737950 -39.205806732 -0.036856573 0.999156654 0.018097810 8.436763763 0.214279383 -0.009787205 0.976723373 458.921936035\n0.976206958 0.041261736 -0.212878913 -39.531974792 -0.039146200 0.999133348 0.014145051 8.466456413 0.213278070 -0.005475097 0.976976216 460.344451904\n0.976150095 0.042889252 -0.212818071 -39.845466614 -0.041210920 0.999074519 0.012318105 8.489745140 0.213149428 -0.003253891 0.977014184 461.780822754\n0.976146579 0.044947896 -0.212408811 -40.162342072 -0.042861529 0.998976946 0.014419257 8.515954018 0.212839618 -0.004971142 0.977074504 463.217102051\n0.976285636 0.044426743 -0.211878821 -40.477993011 -0.041458357 0.998970151 0.018434094 8.539260864 0.212479591 -0.009212793 0.977122068 464.648468018\n0.976271451 0.043888267 -0.212056205 -40.789863586 -0.040593520 0.998978198 0.019867966 8.580261230 0.212711498 -0.010788420 0.977055490 466.124877930\n0.976218283 0.042842250 -0.212514535 -41.101024628 -0.039386019 0.999014318 0.020472337 8.620903969 0.213182151 -0.011615368 0.976943433 467.567169189\n0.975957572 0.043524574 -0.213570774 -41.413219452 -0.039995104 0.998982906 0.020821121 8.655873299 0.214259788 -0.011778744 0.976705670 469.008239746\n0.975597382 0.044608071 -0.214987978 -41.734836578 -0.041321997 0.998950541 0.019757496 8.689648628 0.215643689 -0.010391630 0.976416826 470.466369629\n0.975340307 0.044126276 -0.216250330 -42.061267853 -0.041974284 0.999012947 0.014536443 8.727276802 0.216678321 -0.005101026 0.976229727 471.915466309\n0.975064695 0.044145420 -0.217485696 -42.382396698 -0.041813176 0.999008060 0.015316325 8.761970520 0.217946097 -0.005840641 0.975943327 473.404174805\n0.974912524 0.043137446 -0.218368411 -42.710342407 -0.039847542 0.999016464 0.019449493 8.802635193 0.218992651 -0.010260111 0.975672543 474.891265869\n0.974831223 0.042188872 -0.218916014 -43.046550751 -0.038334571 0.999026597 0.021826033 8.842801094 0.219623730 -0.012884645 0.975499570 476.381774902\n0.974737823 0.039328251 -0.219862267 -43.375888824 -0.035791576 0.999158144 0.020047745 8.883687973 0.220465630 -0.011672080 0.975324929 477.878295898\n0.974806190 0.037862789 -0.219816476 -43.715896606 -0.034863755 0.999238729 0.017508063 8.926047325 0.220312029 -0.009403341 0.975384116 479.365051270\n0.975016296 0.035513833 -0.219276175 -44.062320709 -0.033096518 0.999344230 0.014688785 8.963073730 0.219654024 -0.007064528 0.975552261 480.822784424\n0.975349486 0.035121307 -0.217852905 -44.410717010 -0.033009887 0.999366224 0.013324913 8.989866257 0.218182817 -0.005805146 0.975890636 482.302032471\n0.975882649 0.034883231 -0.215490565 -44.756771088 -0.032665927 0.999370456 0.013843569 9.010255814 0.215837806 -0.006470500 0.976407766 483.782379150\n0.976367950 0.036536667 -0.213003963 -45.103881836 -0.034143005 0.999305785 0.014906608 9.043161392 0.213400736 -0.007281740 0.976937592 485.288574219\n0.976696908 0.039647929 -0.210929245 -45.449943542 -0.037162520 0.999185324 0.015735667 9.072302818 0.211381301 -0.007530316 0.977374673 486.792816162\n0.976788759 0.043769110 -0.209685460 -45.779609680 -0.041183792 0.999012291 0.016682202 9.118920326 0.210208520 -0.007659345 0.977626562 488.302520752\n0.976934910 0.049434632 -0.207736298 -46.112503052 -0.046484407 0.998737097 0.019062432 9.147509575 0.208416283 -0.008966257 0.977999091 489.781646729\n0.977131367 0.053610422 -0.205767483 -46.456409454 -0.050419249 0.998513103 0.020724762 9.182989120 0.206572592 -0.009876174 0.978381455 491.297851562\n0.977352977 0.053937990 -0.204626188 -46.770057678 -0.050422821 0.998477697 0.022357773 9.218819618 0.205520615 -0.011533608 0.978584826 492.828674316\n0.977878332 0.047636744 -0.203677908 -47.084201813 -0.043972563 0.998779774 0.022480600 9.264578819 0.204500288 -0.013027051 0.978779793 494.365570068\n0.978416681 0.038870946 -0.202952802 -47.389972687 -0.035195593 0.999145091 0.021688588 9.303478241 0.203622356 -0.014077432 0.978948295 495.956909180\n0.978819191 0.031447005 -0.202297032 -47.700153351 -0.027932964 0.999405622 0.020202929 9.344616890 0.202812120 -0.014124258 0.979115784 497.483917236\n0.978968918 0.026422812 -0.202291071 -48.012279510 -0.023389772 0.999575496 0.017369701 9.382120132 0.202664152 -0.012272854 0.979171395 498.997955322\n0.978887439 0.026100347 -0.202726752 -48.331401825 -0.023022721 0.999581337 0.017524906 9.409358978 0.203099281 -0.012487588 0.979078531 500.513397217\n0.978843868 0.026081042 -0.202939510 -48.650115967 -0.023094585 0.999587536 0.017070562 9.444722176 0.203301013 -0.012022612 0.979042470 502.084930420\n0.978573442 0.028289609 -0.203945354 -48.976875305 -0.025819916 0.999557614 0.014760864 9.470355034 0.204272702 -0.009178738 0.978870988 503.612121582\n0.978466809 0.025524080 -0.204820052 -49.298019409 -0.023955552 0.999661684 0.010134425 9.505685806 0.205009416 -0.005009622 0.978747189 505.138519287\n0.978359520 0.024479285 -0.205459163 -49.630371094 -0.022527449 0.999676168 0.011834053 9.528002739 0.205682322 -0.006949488 0.978594124 506.670104980\n0.978271961 0.022551144 -0.206095502 -49.954666138 -0.019481763 0.999667168 0.016910482 9.555562973 0.206408262 -0.012527947 0.978385746 508.211486816\n0.978068709 0.022363411 -0.207078353 -50.281089783 -0.018684443 0.999631226 0.019705081 9.591429710 0.207442671 -0.015403780 0.978125870 509.770019531\n0.978072345 0.021499351 -0.207152635 -50.614704132 -0.018317068 0.999683082 0.017268037 9.624912262 0.207458243 -0.013094963 0.978156209 511.287780762\n0.978029490 0.019548146 -0.207547918 -50.935287476 -0.017248243 0.999768198 0.012885339 9.661684036 0.207751691 -0.009022405 0.978139997 512.838684082\n0.978184402 0.018247355 -0.206935555 -51.282341003 -0.016319441 0.999806106 0.011019823 9.681296349 0.207096517 -0.007402346 0.978292525 514.381896973\n0.978194058 0.019996414 -0.206728056 -51.622291565 -0.017705342 0.999759674 0.012926879 9.710402489 0.206936866 -0.008984806 0.978313029 515.956481934\n0.978120565 0.026095344 -0.206395596 -51.970527649 -0.023117477 0.999591112 0.016826883 9.744832039 0.206750318 -0.011687376 0.978323936 517.518981934\n0.978090763 0.032534387 -0.205620915 -52.316303253 -0.029264366 0.999392509 0.018925209 9.784586906 0.206111729 -0.012493205 0.978448689 519.095825195\n0.978109539 0.038790368 -0.204443157 -52.669532776 -0.035714570 0.999186814 0.018714547 9.823741913 0.205002844 -0.011003277 0.978699505 520.626770020\n0.978155196 0.040022559 -0.203986868 -53.017692566 -0.037340306 0.999158263 0.016982758 9.869139671 0.204494864 -0.008994840 0.978826284 522.194641113\n0.978183866 0.038135882 -0.204210490 -53.356464386 -0.035639558 0.999238372 0.015889475 9.901488304 0.204660922 -0.008264856 0.978798032 523.770812988\n0.978071988 0.033585366 -0.205541372 -53.688598633 -0.031317189 0.999407470 0.014279377 9.936658859 0.205899164 -0.007529280 0.978544235 525.360900879\n0.977791786 0.033092909 -0.206949398 -54.033897400 -0.030806635 0.999423623 0.014261262 9.971870422 0.207302064 -0.007569132 0.978247702 526.940734863\n0.977475047 0.033697076 -0.208343431 -54.378501892 -0.031352874 0.999402523 0.014544697 10.001183510 0.208709076 -0.007684914 0.977947593 528.514099121\n0.977084935 0.036180083 -0.209752262 -54.732124329 -0.033264473 0.999294877 0.017412717 10.041100502 0.210234359 -0.010036405 0.977599502 530.116577148\n0.976473093 0.037345946 -0.212380767 -55.075572968 -0.033959508 0.999231577 0.019571932 10.083620071 0.212948486 -0.011899118 0.976990998 531.731506348\n0.975658715 0.037463773 -0.216070592 -55.426555634 -0.034571677 0.999255061 0.017150452 10.128256798 0.216552153 -0.009263066 0.976227105 533.332336426\n0.974882126 0.038540319 -0.219361648 -55.789844513 -0.035813034 0.999224007 0.016397238 10.172850609 0.219823360 -0.008129369 0.975505829 534.932861328\n0.974091768 0.040099867 -0.222569600 -56.160831451 -0.036802962 0.999143004 0.018942555 10.206069946 0.223138452 -0.010260568 0.974732757 536.539794922\n0.973403275 0.039696503 -0.225633025 -56.536220551 -0.036186635 0.999151409 0.019671889 10.249797821 0.226222456 -0.010983782 0.974013746 538.150634766\n0.972762227 0.038261779 -0.228625774 -56.912998199 -0.034878965 0.999214292 0.018820174 10.289474487 0.229166240 -0.010333324 0.973332465 539.755676270\n0.972261667 0.036238879 -0.231071323 -57.295337677 -0.033119563 0.999300539 0.017365424 10.326197624 0.231538996 -0.009230754 0.972781837 541.345703125\n0.971684873 0.034969829 -0.233678445 -57.677497864 -0.032150947 0.999357164 0.015862651 10.365692139 0.234082937 -0.007900516 0.972184539 542.944763184\n0.971112549 0.035655163 -0.235943049 -58.071453094 -0.032924343 0.999337554 0.015505022 10.401017189 0.236339599 -0.007288853 0.971643209 544.541076660\n0.970695555 0.036722712 -0.237490177 -58.473918915 -0.034183670 0.999305964 0.014801833 10.435646057 0.237868905 -0.006249787 0.971277177 546.134460449\n0.970367491 0.037629679 -0.238685876 -58.882961273 -0.035144214 0.999274671 0.014661875 10.469019890 0.239064485 -0.005838980 0.970986128 547.729614258\n0.970016599 0.037174519 -0.240178749 -59.289615631 -0.034546666 0.999288321 0.015143814 10.498752594 0.240570799 -0.006392376 0.970610559 549.313659668\n0.969581664 0.038110346 -0.241782859 -59.702220917 -0.035044979 0.999241710 0.016967606 10.523535728 0.242246151 -0.007978205 0.970182002 550.963867188\n0.968974888 0.040504150 -0.243817806 -60.108478546 -0.037984591 0.999165297 0.015028552 10.559810638 0.244223014 -0.005300970 0.969704628 552.572570801\n0.968451560 0.045958377 -0.244927272 -60.523777008 -0.042511012 0.998908699 0.019345999 10.600197792 0.245549083 -0.008323557 0.969348431 554.179321289\n0.968040168 0.051026996 -0.245549232 -60.945564270 -0.045375247 0.998559833 0.028623378 10.638853073 0.246656179 -0.016566724 0.968961418 555.745849609\n0.967708945 0.051241256 -0.246807069 -61.360546112 -0.044482563 0.998468697 0.032886487 10.698858261 0.248114288 -0.020845937 0.968506455 557.332275391\n0.967296660 0.047689907 -0.249124199 -61.760360718 -0.040716171 0.998623192 0.033074398 10.752614021 0.250358522 -0.021849371 0.967906594 558.919738770\n0.967112184 0.043183941 -0.250657588 -62.179359436 -0.036782198 0.998867750 0.030170787 10.808998108 0.251676679 -0.019958798 0.967605531 560.500000000\n0.966709375 0.039909836 -0.252745390 -62.591590881 -0.033806492 0.999023497 0.028446859 10.851348877 0.253633887 -0.018955410 0.967114568 562.061706543\n0.966440022 0.038430262 -0.254001588 -63.018432617 -0.032018386 0.999056816 0.029331176 10.902827263 0.254889220 -0.020214101 0.966758966 563.637329102\n0.966138184 0.034778275 -0.255670667 -63.429599762 -0.028084492 0.999161661 0.029786825 10.960340500 0.256492257 -0.021597808 0.966304958 565.249755859\n0.965617359 0.032477729 -0.257930756 -63.847080231 -0.025371794 0.999202549 0.030831467 11.016664505 0.258726418 -0.023227235 0.965671360 566.815917969\n0.965202212 0.030329639 -0.259739786 -64.273826599 -0.022884673 0.999237299 0.031640012 11.070724487 0.260501295 -0.024594951 0.965160191 568.369934082\n0.964918733 0.028601415 -0.260986239 -64.701187134 -0.021356046 0.999304891 0.030555965 11.128431320 0.261678755 -0.023910388 0.964858830 569.938659668\n0.964668751 0.027269071 -0.262050807 -65.132133484 -0.020282382 0.999363959 0.029329989 11.187396049 0.262683958 -0.022978710 0.964608252 571.524780273\n0.964569867 0.026200848 -0.262523383 -65.567314148 -0.019775016 0.999437392 0.027089864 11.242738724 0.263085455 -0.020938663 0.964545310 573.089782715\n0.964751363 0.025743114 -0.261900961 -66.015014648 -0.019870795 0.999488771 0.025046023 11.288382530 0.262411863 -0.018959004 0.964769721 574.700256348\n0.964816332 0.026209943 -0.261615127 -66.451080322 -0.021048885 0.999525011 0.022510871 11.332230568 0.262080848 -0.016212150 0.964909732 576.296081543\n0.964911938 0.024924232 -0.261388093 -66.882202148 -0.020566419 0.999600351 0.019394491 11.377532959 0.261767000 -0.013338160 0.965038896 577.872497559\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0035_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999998212 -0.000764733 0.001721219 0.003624542 0.000764318 0.999999702 0.000241558 0.006118547 -0.001721403 -0.000240242 0.999998510 0.685123980\n0.999988794 -0.001208440 0.004575307 -0.018478034 0.001206035 0.999999106 0.000528329 0.005879377 -0.004575941 -0.000522805 0.999989390 1.392200589\n0.999983728 -0.002004307 0.005345352 0.003105688 0.001998331 0.999997377 0.001123037 0.007250873 -0.005347589 -0.001112337 0.999985099 2.065092802\n0.999974906 -0.002798210 0.006504201 0.007320947 0.002787355 0.999994695 0.001677492 0.010160034 -0.006508861 -0.001659320 0.999977469 2.743372679\n0.999971986 -0.002246775 0.007136356 0.011458404 0.002233865 0.999995828 0.001816465 0.011947422 -0.007140408 -0.001800472 0.999972880 3.424941063\n0.999970734 -0.002057878 0.007370777 0.016806278 0.002046270 0.999996662 0.001582075 0.020163935 -0.007374008 -0.001566946 0.999971569 4.124216557\n0.999966562 -0.004154271 0.007047577 0.021208085 0.004145181 0.999990582 0.001303866 0.023059208 -0.007052927 -0.001274609 0.999974310 4.810594559\n0.999963820 -0.005888236 0.006136508 0.020846210 0.005874465 0.999980211 0.002259829 0.022920150 -0.006149693 -0.002223699 0.999978602 5.490685463\n0.999972582 -0.005898858 0.004479510 0.028971743 0.005886427 0.999978781 0.002783408 0.023062291 -0.004495834 -0.002756963 0.999986112 6.189714432\n0.999981821 -0.004955821 0.003439490 0.024568807 0.004942233 0.999979973 0.003947878 0.026054716 -0.003458986 -0.003930808 0.999986291 6.874211788\n0.999986589 -0.004708817 0.002158553 0.024378095 0.004698466 0.999977589 0.004775430 0.028449599 -0.002180991 -0.004765224 0.999986291 7.554501057\n0.999987423 -0.004990564 0.000521956 0.025251837 0.004987868 0.999974847 0.005046045 0.033374041 -0.000547126 -0.005043379 0.999987125 8.250549316\n0.999983191 -0.005671945 -0.001183657 0.028874535 0.005677794 0.999971390 0.004997388 0.038447198 0.001155278 -0.005004025 0.999986827 8.927775383\n0.999987423 -0.004622630 -0.001945305 0.016855635 0.004633429 0.999973655 0.005584012 0.036743604 0.001919441 -0.005592955 0.999982536 9.623379707\n0.999989212 -0.003082870 -0.003475286 0.018484803 0.003103325 0.999977827 0.005895949 0.040849723 0.003457033 -0.005906670 0.999976575 10.300569534\n0.999986351 -0.001435612 -0.005021115 0.011778544 0.001466308 0.999980211 0.006115018 0.046308283 0.005012237 -0.006122297 0.999968708 10.988569260\n0.999980211 0.000024967 -0.006291054 0.002821169 0.000013313 0.999981463 0.006084681 0.054484714 0.006291089 -0.006084644 0.999961674 11.665559769\n0.999969959 0.000320576 -0.007742069 0.000620237 -0.000281371 0.999987125 0.005064402 0.050685544 0.007743593 -0.005062072 0.999957204 12.361448288\n0.999962568 -0.000497441 -0.008635267 -0.014427320 0.000530436 0.999992549 0.003819111 0.054347914 0.008633303 -0.003823549 0.999955416 13.045248985\n0.999953032 -0.000171220 -0.009693327 -0.024154870 0.000192488 0.999997556 0.002193155 0.061891682 0.009692928 -0.002194918 0.999950588 13.723837852\n0.999939620 0.000735518 -0.010965905 -0.025996117 -0.000712551 0.999997556 0.002098203 0.062944785 0.010967421 -0.002090263 0.999937654 14.417976379\n0.999928534 0.001062535 -0.011905389 -0.038670260 -0.001038832 0.999997437 0.001996900 0.069912985 0.011907481 -0.001984389 0.999927163 15.101577759\n0.999911487 0.000754426 -0.013283992 -0.038823899 -0.000707808 0.999993563 0.003513708 0.066302925 0.013286558 -0.003503995 0.999905586 15.785674095\n0.999904037 0.001085058 -0.013810714 -0.058726404 -0.001026872 0.999990582 0.004219518 0.069322579 0.013815162 -0.004204931 0.999895751 16.466352463\n0.999887943 0.000620431 -0.014957063 -0.065341339 -0.000554236 0.999990046 0.004429397 0.073044926 0.014959662 -0.004420611 0.999878347 17.150358200\n0.999873102 0.002070410 -0.015796714 -0.084966362 -0.002007116 0.999989927 0.004021575 0.080755897 0.015804879 -0.003989358 0.999867141 17.821424484\n0.999858439 0.001638526 -0.016745076 -0.093009241 -0.001581938 0.999992967 0.003392069 0.080942981 0.016750516 -0.003365099 0.999854028 18.513267517\n0.999852896 0.001925146 -0.017042093 -0.111592785 -0.001868259 0.999992609 0.003353283 0.075746641 0.017048422 -0.003320951 0.999849141 19.176195145\n0.999843001 0.002914479 -0.017477969 -0.123777024 -0.002859030 0.999990821 0.003196623 0.084153570 0.017487125 -0.003146152 0.999842167 19.852754593\n0.999841690 0.003584462 -0.017427444 -0.142422333 -0.003530744 0.999988914 0.003112192 0.087809660 0.017438406 -0.003050168 0.999843299 20.523559570\n0.999849141 0.002815840 -0.017141052 -0.145984441 -0.002765375 0.999991775 0.002967095 0.088842362 0.017149266 -0.002919246 0.999848664 21.193866730\n0.999853551 0.002490448 -0.016932148 -0.153038099 -0.002439741 0.999992490 0.003014708 0.091585562 0.016939528 -0.002972956 0.999852121 21.858425140\n0.999869287 0.001849853 -0.016061921 -0.166661084 -0.001812050 0.999995530 0.002367812 0.094286226 0.016066229 -0.002338398 0.999868214 22.509304047\n0.999894023 0.003156308 -0.014212630 -0.186912611 -0.003126104 0.999992788 0.002146861 0.095581815 0.014219304 -0.002102203 0.999896705 23.199947357\n0.999903917 0.003828904 -0.013323508 -0.193812385 -0.003804713 0.999991059 0.001840551 0.098994181 0.013330436 -0.001789682 0.999909520 23.857484818\n0.999924481 0.003130008 -0.011884098 -0.200953156 -0.003114699 0.999994278 0.001306478 0.104931459 0.011888119 -0.001269363 0.999928534 24.518777847\n0.999939680 0.002843131 -0.010608962 -0.207631037 -0.002826036 0.999994695 0.001626019 0.105415531 0.010613528 -0.001595940 0.999942422 25.175088882\n0.999955058 0.003147969 -0.008941613 -0.222764030 -0.003130235 0.999993086 0.001996547 0.104719304 0.008947836 -0.001968468 0.999958038 25.834815979\n0.999968171 0.002164925 -0.007675775 -0.224299759 -0.002144523 0.999994159 0.002665259 0.106231719 0.007681501 -0.002648713 0.999966979 26.482818604\n0.999985695 0.002043542 -0.004942219 -0.234043971 -0.002027708 0.999992788 0.003206778 0.114005119 0.004948737 -0.003196711 0.999982655 27.136016846\n0.999994099 0.003178615 -0.001297568 -0.236440688 -0.003173526 0.999987364 0.003905184 0.117928818 0.001309964 -0.003901043 0.999991536 27.788364410\n0.999988198 0.003508593 0.003358321 -0.235084027 -0.003524750 0.999982178 0.004817185 0.120678872 -0.003341360 -0.004828966 0.999982774 28.425018311\n0.999958873 0.002919426 0.008588798 -0.232593089 -0.002967140 0.999980211 0.005547928 0.125431478 -0.008572431 -0.005573184 0.999947727 29.071226120\n0.999913335 0.002145493 0.012990630 -0.221210748 -0.002223739 0.999979436 0.006011791 0.128104061 -0.012977465 -0.006040157 0.999897540 29.709547043\n0.999852121 0.001529178 0.017128896 -0.209529221 -0.001631134 0.999981046 0.005939891 0.129191592 -0.017119488 -0.005966952 0.999835670 30.340774536\n0.999769986 0.000833074 0.021429587 -0.197975308 -0.000944338 0.999986112 0.005182476 0.133809268 -0.021424972 -0.005201521 0.999756932 30.974153519\n0.999677300 -0.000070335 0.025401518 -0.174206778 -0.000031185 0.999992013 0.003996168 0.136119127 -0.025401596 -0.003995670 0.999669313 31.618703842\n0.999577045 -0.000274646 0.029079147 -0.150900632 0.000193573 0.999996066 0.002790811 0.139395565 -0.029079799 -0.002784002 0.999573231 32.244186401\n0.999447107 -0.001201059 0.033226531 -0.132116884 0.001131039 0.999997079 0.002126044 0.140099630 -0.033228990 -0.002087288 0.999445558 32.870285034\n0.999340236 -0.000843061 0.036309268 -0.097055607 0.000792837 0.999998689 0.001397613 0.144590586 -0.036310397 -0.001367904 0.999339640 33.497077942\n0.999184549 -0.001132812 0.040361028 -0.078645557 0.001087690 0.999998748 0.001139899 0.142946064 -0.040362272 -0.001095069 0.999184489 34.098052979\n0.999034226 -0.002328341 0.043876421 -0.050007001 0.002304971 0.999997199 0.000583225 0.140011534 -0.043877654 -0.000481528 0.999036789 34.693374634\n0.998850703 -0.003018328 0.047834322 -0.015392028 0.003022847 0.999995410 -0.000022132 0.141685024 -0.047834035 0.000166702 0.998855293 35.293888092\n0.998632550 -0.003720138 0.052146085 0.017143825 0.003775509 0.999992430 -0.000963370 0.143330738 -0.052142106 0.001158931 0.998638988 35.883987427\n0.998337746 -0.005013715 0.057416569 0.049919553 0.005091610 0.999986291 -0.001210447 0.140618637 -0.057409715 0.001500777 0.998349547 36.455402374\n0.998011410 -0.005121088 0.062825076 0.089132763 0.005238367 0.999984860 -0.001702180 0.138804346 -0.062815413 0.002027896 0.998023093 37.020519257\n0.997630775 -0.005098868 0.068606362 0.130512387 0.005225793 0.999984920 -0.001670699 0.139761150 -0.068596810 0.002025263 0.997642398 37.570201874\n0.997197509 -0.005421187 0.074617282 0.173206002 0.005573025 0.999982774 -0.001826826 0.138095602 -0.074606098 0.002237550 0.997210562 38.106742859\n0.996698022 -0.006629376 0.080926821 0.220418021 0.006810794 0.999974847 -0.001965910 0.135655209 -0.080911756 0.002510594 0.996718109 38.625473022\n0.996185422 -0.007555753 0.086934112 0.274964035 0.007737325 0.999968529 -0.001751845 0.134141341 -0.086918138 0.002417800 0.996212542 39.130752563\n0.995603979 -0.008368772 0.093287952 0.324623406 0.008578130 0.999961495 -0.001843432 0.135383129 -0.093268938 0.002635565 0.995637476 39.621566772\n0.994998634 -0.009193195 0.099464625 0.373543888 0.009409576 0.999954283 -0.001706544 0.130611092 -0.099444389 0.002633929 0.995039642 40.088207245\n0.994365215 -0.009671022 0.105566353 0.428387552 0.009897172 0.999949694 -0.001618593 0.128610194 -0.105545387 0.002654281 0.994410932 40.540676117\n0.993679941 -0.009198034 0.111872919 0.473674744 0.009425522 0.999954462 -0.001504722 0.129480600 -0.111853980 0.002549673 0.993721366 40.988941193\n0.992993653 -0.009570301 0.117779747 0.526378810 0.009882469 0.999949038 -0.002066704 0.128322825 -0.117753968 0.003216179 0.993037581 41.412414551\n0.992368937 -0.009577893 0.122931741 0.585788250 0.010066625 0.999943674 -0.003355130 0.126964897 -0.122892685 0.004567034 0.992409468 41.826683044\n0.991717160 -0.009986527 0.128052264 0.641120791 0.010527111 0.999938309 -0.003545464 0.126886964 -0.128008962 0.004864117 0.991761088 42.228855133\n0.991138458 -0.009776914 0.132472634 0.697211385 0.010326468 0.999940693 -0.003462040 0.126499981 -0.132430941 0.004799335 0.991180599 42.624130249\n0.990687013 -0.010381175 0.135762364 0.748783946 0.010917834 0.999935269 -0.003208945 0.126397178 -0.135720253 0.004661291 0.990736246 43.017635345\n0.990459919 -0.010954675 0.137364820 0.813581347 0.011445299 0.999930620 -0.002782332 0.128629804 -0.137324810 0.004327970 0.990516603 43.396808624\n0.990366995 -0.011378605 0.137998909 0.859837115 0.011782643 0.999928355 -0.002111261 0.122207649 -0.137965009 0.003716915 0.990430117 43.758819580\n0.990579903 -0.011959801 0.136412814 0.903401732 0.012365787 0.999921262 -0.002129129 0.130648360 -0.136376619 0.003795924 0.990649819 44.055332184\n0.990892172 -0.012283551 0.134096384 0.938421011 0.012553005 0.999920547 -0.001164085 0.116250306 -0.134071425 0.002836795 0.990967631 44.376220703\n0.991474152 -0.012828131 0.129670456 0.980090976 0.013032908 0.999914825 -0.000730720 0.115490615 -0.129650027 0.002414473 0.991556883 44.678066254\n0.992212296 -0.012831232 0.123895444 1.008302212 0.013000070 0.999915361 -0.000554371 0.117789499 -0.123877846 0.002160704 0.992295146 44.968406677\n0.993104756 -0.012899231 0.116518475 1.033906937 0.012992321 0.999915600 -0.000039415 0.119542666 -0.116508134 0.001552989 0.993188500 45.237667084\n0.994020462 -0.012224971 0.108507313 1.054811597 0.012277045 0.999924600 0.000188149 0.117247507 -0.108501434 0.001145125 0.994095623 45.483985901\n0.994949281 -0.011235560 0.099748358 1.066539764 0.011262570 0.999936521 0.000292361 0.117619887 -0.099745311 0.000832538 0.995012641 45.707420349\n0.995772839 -0.010564896 0.091240749 1.080762863 0.010541238 0.999944150 0.000741200 0.111709580 -0.091243491 0.000223723 0.995828569 45.917110443\n0.996452451 -0.009258668 0.083647087 1.077639818 0.009233280 0.999957144 0.000690365 0.110487625 -0.083649896 0.000084421 0.996495187 46.103389740\n0.997086227 -0.008921837 0.075759366 1.082884789 0.008892677 0.999960184 0.000722232 0.107427463 -0.075762801 -0.000046424 0.997125864 46.271827698\n0.997664213 -0.008402605 0.067790300 1.084761143 0.008407874 0.999964654 0.000207583 0.109191857 -0.067789644 0.000362875 0.997699559 46.408031464\n0.998254120 -0.007845325 0.058542211 1.083449364 0.007957780 0.999966919 -0.001688016 0.110987261 -0.058527030 0.002150935 0.998283505 46.549736023\n0.998801947 -0.007050321 0.048424244 1.087784886 0.007263899 0.999964654 -0.004235990 0.112876222 -0.048392668 0.004582664 0.998817861 46.689575195\n0.999226213 -0.007100340 0.038685814 1.075435996 0.007299002 0.999960899 -0.004996435 0.109566987 -0.038648825 0.005274936 0.999238908 46.832824707\n0.999611676 -0.007556455 0.026820909 1.072182417 0.007680086 0.999960363 -0.004509520 0.108865835 -0.026785769 0.004713756 0.999630094 46.980644226\n0.999861777 -0.008250988 0.014434216 1.062016249 0.008313922 0.999956191 -0.004305465 0.112526782 -0.014398058 0.004424875 0.999886572 47.127525330\n0.999963939 -0.008447837 0.000845012 1.054963946 0.008451522 0.999954343 -0.004456438 0.112049244 -0.000807327 0.004463419 0.999989688 47.267288208\n0.999871790 -0.008370396 -0.013650283 1.041978955 0.008316477 0.999957383 -0.004001983 0.110158175 0.013683200 0.003887947 0.999898851 47.408802032\n0.999545455 -0.007853964 -0.029105959 1.026285291 0.007738853 0.999961793 -0.004065450 0.117444657 0.029136777 0.003838355 0.999568045 47.552555084\n0.998976946 -0.007737787 -0.044555243 1.001165628 0.007544067 0.999961376 -0.004514378 0.122984886 0.044588454 0.004173631 0.998996735 47.695243835\n0.998086154 -0.006888552 -0.061453458 0.980917752 0.006608848 0.999966860 -0.004753572 0.117039368 0.061484165 0.004338339 0.998098612 47.836662292\n0.996921480 -0.006339482 -0.078149609 0.937910020 0.005975801 0.999970198 -0.004886637 0.112608425 0.078178257 0.004404587 0.996929646 47.961460114\n0.995299995 -0.006588415 -0.096615404 0.911464810 0.006104110 0.999967277 -0.005307426 0.109678909 0.096647210 0.004692730 0.995307624 48.111530304\n0.993223369 -0.006808528 -0.116021581 0.877775609 0.006104295 0.999960721 -0.006424079 0.114382572 0.116060764 0.005672315 0.993225932 48.277030945\n0.990671277 -0.007014004 -0.136092514 0.831737220 0.006114809 0.999956608 -0.007024145 0.116748013 0.136135876 0.006126440 0.990671217 48.441799164\n0.987501442 -0.007055202 -0.157451808 0.787827134 0.006015995 0.999956846 -0.007075775 0.116892852 0.157494932 0.006040109 0.987501323 48.627426147\n0.983794868 -0.007459802 -0.179142341 0.726264834 0.006305076 0.999955535 -0.007014357 0.111721136 0.179186702 0.005771183 0.983798146 48.824897766\n0.979335546 -0.008516166 -0.202062786 0.668961525 0.007111575 0.999945223 -0.007676242 0.114015348 0.202117100 0.006080633 0.979342461 49.017448425\n0.974069655 -0.009076949 -0.226066083 0.590736747 0.007386944 0.999938071 -0.008320529 0.118368305 0.226127610 0.006434837 0.974076450 49.227088928\n0.967827976 -0.008449561 -0.251470834 0.519894540 0.006601578 0.999944687 -0.008191414 0.117398918 0.251526147 0.006267776 0.967830241 49.433181763\n0.960417271 -0.006974272 -0.278477967 0.433839858 0.004759972 0.999951482 -0.008626799 0.116670832 0.278524637 0.006959779 0.960403860 49.650684357\n0.951700270 -0.005687326 -0.306975991 0.325736761 0.002712124 0.999945164 -0.010117678 0.122031987 0.307016701 0.008796440 0.951663494 49.896205902\n0.941475391 -0.005232295 -0.337041199 0.202904582 0.001892220 0.999945819 -0.010237719 0.116747350 0.337076485 0.009000804 0.941434264 50.150527954\n0.929356456 -0.007885580 -0.369099438 0.077117682 0.004311563 0.999935508 -0.010506903 0.119853713 0.369158477 0.008173263 0.929330528 50.425285339\n0.915579915 -0.011303077 -0.401977181 -0.083984017 0.007807539 0.999916136 -0.010333179 0.127239570 0.402060241 0.006322399 0.915591359 50.711814880\n0.899787784 -0.013182465 -0.436128676 -0.257208824 0.010185963 0.999905705 -0.009208330 0.124691084 0.436208934 0.003843152 0.899837196 51.005714417\n0.881454289 -0.013529082 -0.472075492 -0.445619345 0.010852281 0.999905884 -0.008392765 0.118840948 0.472144634 0.002274744 0.881518185 51.315723419\n0.861094713 -0.010879331 -0.508328140 -0.673913240 0.008613016 0.999939740 -0.006810664 0.125809073 0.508371592 0.001486388 0.861136496 51.632354736\n0.838800311 -0.006729379 -0.544397712 -0.921306849 0.006123973 0.999976993 -0.002925130 0.123884454 0.544404864 -0.000880277 0.838822186 51.956218719\n0.814820647 -0.001921204 -0.579709947 -1.178062916 0.003111071 0.999994576 0.001058756 0.129669115 0.579704762 -0.002666215 0.814822257 52.262771606\n0.789396405 0.000390986 -0.613883674 -1.464429855 0.002276456 0.999991059 0.003564208 0.137443587 0.613879561 -0.004211052 0.789388478 52.572940826\n0.762551904 -0.000356279 -0.646926999 -1.755224705 0.004355328 0.999980032 0.004583039 0.132538959 0.646912396 -0.006312384 0.762538195 52.870109558\n0.733776093 -0.001044562 -0.679390609 -2.063831806 0.006340496 0.999965787 0.005310610 0.146512166 0.679361820 -0.008204472 0.733757615 53.163604736\n0.702965617 -0.000496217 -0.711223602 -2.381262779 0.008625269 0.999932170 0.007827475 0.150782675 0.711171508 -0.011636941 0.702922225 53.450386047\n0.671354592 0.000419555 -0.741136193 -2.720817566 0.010127985 0.999901295 0.009740427 0.151056677 0.741067111 -0.014045496 0.671284080 53.717655182\n0.638889909 0.000986625 -0.769297600 -3.070803642 0.010923526 0.999886751 0.010354180 0.156154692 0.769220650 -0.015018622 0.638806820 53.950386047\n0.604549646 0.001208000 -0.796566486 -3.455858231 0.012200132 0.999867499 0.010775531 0.162136137 0.796473980 -0.016232561 0.604454875 54.206775665\n0.568369031 0.001726004 -0.822771966 -3.833333015 0.013011498 0.999853909 0.011085801 0.170395851 0.822670877 -0.017006321 0.568263531 54.438232422\n0.532102823 0.002164895 -0.846677065 -4.233150482 0.014081262 0.999835789 0.011406027 0.180012167 0.846562743 -0.017991459 0.531984925 54.649032593\n0.495045841 0.004127352 -0.868857145 -4.647338867 0.014837742 0.999802709 0.013203439 0.185135841 0.868740261 -0.019428184 0.494886935 54.847679138\n0.457303345 0.003844611 -0.889302492 -5.092342377 0.018539300 0.999732137 0.013855428 0.190669179 0.889117539 -0.022823181 0.457109571 55.058784485\n0.418828547 0.002989272 -0.908060431 -5.521139145 0.021018377 0.999694765 0.012985323 0.198979437 0.907822073 -0.024524579 0.418637872 55.234115601\n0.380888641 0.003386851 -0.924614787 -5.963598251 0.021835871 0.999681473 0.012656959 0.209622830 0.924363136 -0.025010660 0.380693376 55.376419067\n0.342637718 0.004055074 -0.939458907 -6.413667679 0.022876518 0.999658167 0.012658401 0.217803597 0.939189076 -0.025828792 0.342427850 55.523590088\n0.306721210 0.004929336 -0.951786757 -6.904111862 0.023428377 0.999644518 0.012727188 0.225780994 0.951511085 -0.026202515 0.306496680 55.649307251\n0.270918071 0.005701008 -0.962585628 -7.372144699 0.023558119 0.999643683 0.012550884 0.233467191 0.962314188 -0.026076965 0.270687282 55.751106262\n0.235914290 0.006142197 -0.971754551 -7.852397919 0.024756454 0.999617517 0.012328477 0.239761472 0.971458614 -0.026965659 0.235671997 55.841281891\n0.203088105 0.006077017 -0.979141653 -8.346168518 0.026507037 0.999580145 0.011701812 0.249860764 0.978801668 -0.028330641 0.202841759 55.912590027\n0.171985567 0.008059536 -0.985066533 -8.866817474 0.025582118 0.999592721 0.012644840 0.254536033 0.984767258 -0.027374819 0.171709359 55.973278046\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0036_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999979675 -0.002369208 0.005923757 0.012314972 0.002380194 0.999995470 -0.001848074 0.000350437 -0.005919352 0.001862137 0.999980748 0.661163211\n0.999934554 -0.004341398 0.010585599 0.023385951 0.004378327 0.999984384 -0.003467834 0.006526649 -0.010570379 0.003513954 0.999937952 1.334110856\n0.999874711 -0.007534562 0.013921784 0.023644138 0.007582776 0.999965429 -0.003413637 0.006596205 -0.013895583 0.003518775 0.999897242 2.010142088\n0.999821305 -0.011316846 0.015141129 0.034354527 0.011328097 0.999935627 -0.000657477 0.006968032 -0.015132713 0.000828879 0.999885142 2.700614929\n0.999785304 -0.014247702 0.015045492 0.050358359 0.014227296 0.999897718 0.001462432 0.005861509 -0.015064789 -0.001248061 0.999885738 3.370035410\n0.999778330 -0.016517889 0.013055732 0.061794993 0.016491609 0.999861777 0.002118060 0.008626654 -0.013088914 -0.001902280 0.999912500 4.054451942\n0.999764502 -0.019075451 0.010345425 0.067760766 0.019060358 0.999817133 0.001555563 0.013197629 -0.010373206 -0.001358010 0.999945283 4.744605541\n0.999756932 -0.021317925 0.005619704 0.072629854 0.021317489 0.999772727 0.000137253 0.020231351 -0.005621353 -0.000017422 0.999984205 5.436922073\n0.999712169 -0.023971973 -0.000954229 0.068985738 0.023972187 0.999712586 0.000213585 0.024538528 0.000948835 -0.000236399 0.999999523 6.131271839\n0.999615550 -0.026072685 -0.009431426 0.063333541 0.026087416 0.999658644 0.001442314 0.030467380 0.009390602 -0.001687802 0.999954462 6.838332653\n0.999432981 -0.027686771 -0.019160006 0.047492042 0.027770955 0.999605715 0.004141614 0.036284730 0.019037783 -0.004671358 0.999807835 7.542433739\n0.999105871 -0.029644072 -0.030143905 0.020217784 0.029829130 0.999538720 0.005708002 0.039718490 0.029960793 -0.006602065 0.999529243 8.255300522\n0.998725355 -0.028712986 -0.041511249 -0.015839010 0.029028762 0.999553919 0.007024248 0.045983784 0.041291043 -0.008220315 0.999113321 8.959123611\n0.998227119 -0.027068779 -0.053008214 -0.059665192 0.027460076 0.999600649 0.006667344 0.052681200 0.052806567 -0.008111133 0.998571813 9.677766800\n0.997619152 -0.026202476 -0.063792333 -0.115470357 0.026532426 0.999638557 0.004330458 0.057931248 0.063655809 -0.006012713 0.997953773 10.415948868\n0.996874154 -0.027512124 -0.074060515 -0.170399040 0.027865672 0.999604642 0.003744540 0.064089864 0.073928222 -0.005796581 0.997246742 11.129628181\n0.996102571 -0.028397178 -0.083506040 -0.240654662 0.028757844 0.999581516 0.003119140 0.071240753 0.083382517 -0.005508437 0.996502399 11.848813057\n0.995339334 -0.026580056 -0.092698976 -0.316467017 0.026890540 0.999636173 0.002101717 0.074871801 0.092609383 -0.004584647 0.995691955 12.589130402\n0.994556487 -0.025037521 -0.101145826 -0.399558723 0.025349187 0.999677062 0.001797037 0.078108661 0.101068169 -0.004351220 0.994870007 13.306294441\n0.993615150 -0.027504651 -0.109418705 -0.482678831 0.027615638 0.999618471 -0.000501197 0.081132613 0.109390743 -0.002523670 0.993995607 14.017012596\n0.992642581 -0.030078912 -0.117285669 -0.565910995 0.030156462 0.999544561 -0.001113728 0.089137197 0.117265753 -0.002431387 0.993097603 14.743635178\n0.991855979 -0.029692909 -0.123855121 -0.656897664 0.029998552 0.999549747 0.000603154 0.082959428 0.123781450 -0.004313717 0.992300153 15.462902069\n0.991270781 -0.026173869 -0.129217476 -0.754320204 0.026641032 0.999643266 0.001887857 0.089667082 0.129121974 -0.005313865 0.991614461 16.169483185\n0.990774095 -0.024975639 -0.133202553 -0.858211040 0.025735673 0.999660850 0.003986923 0.089534506 0.133057788 -0.007378197 0.991080821 16.877855301\n0.990273952 -0.024910264 -0.136883095 -0.962386847 0.025825724 0.999654353 0.004915791 0.089075372 0.136713326 -0.008403084 0.990575016 17.590269089\n0.989742458 -0.026573000 -0.140369937 -1.069312811 0.027611548 0.999603868 0.005455921 0.095825575 0.140169352 -0.009275788 0.990084112 18.317079544\n0.989291012 -0.026026918 -0.143617079 -1.168692827 0.027386425 0.999596834 0.007497154 0.103906333 0.143364042 -0.011350024 0.989604950 19.018774033\n0.989030302 -0.026544282 -0.145308122 -1.278682590 0.028207373 0.999557912 0.009396587 0.105930433 0.144994453 -0.013392270 0.989341855 19.718669891\n0.988867939 -0.025787713 -0.146544322 -1.385452390 0.027518785 0.999573290 0.009797271 0.114604652 0.146229133 -0.013720929 0.989155591 20.416139603\n0.988934398 -0.024859382 -0.146255925 -1.491050124 0.026420731 0.999612689 0.008742321 0.119761214 0.145981953 -0.012509771 0.989208162 21.100345612\n0.989141643 -0.023134820 -0.145133048 -1.607574224 0.024315748 0.999684036 0.006368013 0.114048421 0.144939870 -0.009827885 0.989391685 21.803020477\n0.989434659 -0.023519240 -0.143059075 -1.701764822 0.024371509 0.999694109 0.004207826 0.120012358 0.142916352 -0.007649934 0.989705205 22.484422684\n0.989930987 -0.025068523 -0.139313564 -1.799544573 0.025893906 0.999656200 0.004114988 0.127878785 0.139162511 -0.007680926 0.990239739 23.171243668\n0.990531445 -0.025111947 -0.134969905 -1.893039703 0.026147228 0.999640703 0.005903001 0.137443930 0.134773180 -0.009376197 0.990832090 23.852233887\n0.991020799 -0.026736876 -0.131007105 -1.988322973 0.027901953 0.999585688 0.007065406 0.137296140 0.130763918 -0.010657318 0.991356254 24.569334030\n0.991411328 -0.027177498 -0.127925813 -2.070601702 0.028308973 0.999574482 0.007034568 0.143535674 0.127680197 -0.010595597 0.991758823 25.250577927\n0.991828799 -0.029795989 -0.124047704 -2.156875134 0.030606074 0.999520779 0.004629468 0.145664647 0.123850323 -0.008388253 0.992265463 25.923492432\n0.992134809 -0.030284915 -0.121455014 -2.237545967 0.030573258 0.999532402 0.000510813 0.144869357 0.121382751 -0.004220070 0.992596805 26.601186752\n0.992442369 -0.030795176 -0.118784606 -2.315411806 0.030856445 0.999522924 -0.001323746 0.150616497 0.118768699 -0.002351529 0.992919147 27.266046524\n0.992863655 -0.028739678 -0.115740001 -2.392360926 0.028735375 0.999585569 -0.001706046 0.153425366 0.115741067 -0.001631961 0.993278086 27.927469254\n0.993152916 -0.028689478 -0.113244079 -2.474168301 0.028820446 0.999584496 -0.000480789 0.151370868 0.113210820 -0.002786248 0.993567109 28.604774475\n0.993420005 -0.026239967 -0.111481778 -2.544667482 0.026502494 0.999648392 0.000873390 0.155235276 0.111419663 -0.003822188 0.993766069 29.270593643\n0.993790030 -0.024323689 -0.108580433 -2.618118048 0.024567777 0.999697745 0.000910611 0.155806839 0.108525462 -0.003572536 0.994087279 29.924064636\n0.994088471 -0.021477073 -0.106427796 -2.700613022 0.021659071 0.999765277 0.000554367 0.155931383 0.106390908 -0.002856217 0.994320273 30.586599350\n0.994313657 -0.020893592 -0.104421318 -2.772430658 0.021046856 0.999778450 0.000365964 0.162616313 0.104390539 -0.002561623 0.994533062 31.242305756\n0.994516790 -0.019734018 -0.102698117 -2.844870090 0.019960746 0.999800086 0.001180404 0.159913316 0.102654293 -0.003223863 0.994711876 31.894895554\n0.994707823 -0.019944595 -0.100789785 -2.911726713 0.020155653 0.999796271 0.001076036 0.163078010 0.100747786 -0.003101826 0.994907141 32.544197083\n0.994799733 -0.020307267 -0.099805087 -2.978035212 0.020459609 0.999790549 0.000502990 0.165431887 0.099773973 -0.002542347 0.995006859 33.197052002\n0.994755447 -0.022563769 -0.099762052 -3.045609713 0.022632256 0.999743760 -0.000445331 0.164747149 0.099746540 -0.001814845 0.995011210 33.870231628\n0.994547665 -0.024672272 -0.101322465 -3.110250711 0.024706330 0.999694347 -0.000918921 0.169001088 0.101314165 -0.001589395 0.994853199 34.522350311\n0.994352698 -0.024891146 -0.103165723 -3.179640293 0.024966713 0.999688148 -0.000558945 0.172211960 0.103147462 -0.002019921 0.994664013 35.169654846\n0.994138658 -0.023767008 -0.105467901 -3.255581141 0.023958605 0.999712825 0.000549859 0.167881712 0.105424538 -0.003073500 0.994422555 35.833618164\n0.993930697 -0.022588275 -0.107664034 -3.326801777 0.022981929 0.999732971 0.002416788 0.175020486 0.107580692 -0.004876447 0.994184375 36.485900879\n0.993761301 -0.020195486 -0.109684400 -3.406221628 0.021010781 0.999759495 0.006282311 0.177488491 0.109531149 -0.008547672 0.993946612 37.140922546\n0.993570328 -0.019110985 -0.111591876 -3.490422010 0.020194583 0.999759197 0.008588041 0.181947619 0.111400880 -0.010786374 0.993717015 37.807353973\n0.993321359 -0.018328074 -0.113915794 -3.562445879 0.019563353 0.999761224 0.009735245 0.186492279 0.113710165 -0.011898802 0.993442714 38.451652527\n0.993070185 -0.017490298 -0.116213828 -3.643472672 0.018633926 0.999787986 0.008761497 0.192640454 0.116035946 -0.010866301 0.993185580 39.086982727\n0.992797196 -0.018849410 -0.118315116 -3.723302841 0.019683475 0.999788940 0.005884832 0.195724279 0.118179217 -0.008171297 0.992958665 39.736778259\n0.992469549 -0.020693045 -0.120730974 -3.796384335 0.021170596 0.999772310 0.002674028 0.202777922 0.120648146 -0.005209838 0.992681682 40.373565674\n0.992192149 -0.022538276 -0.122665428 -3.877095938 0.022908498 0.999736249 0.001608426 0.208607569 0.122596830 -0.004405948 0.992446780 41.013141632\n0.991896927 -0.024332084 -0.124693297 -3.958759069 0.024585377 0.999697626 0.000492688 0.213651329 0.124643601 -0.003554328 0.992195189 41.651424408\n0.991536379 -0.026515055 -0.127092600 -4.038211823 0.026625235 0.999645114 -0.000832126 0.218281299 0.127069563 -0.002558787 0.991890490 42.290119171\n0.991066456 -0.028095191 -0.130376264 -4.118652821 0.027966445 0.999604881 -0.002818650 0.218920767 0.130403936 -0.000852691 0.991460562 42.934604645\n0.990553916 -0.029532799 -0.133905977 -4.202790737 0.029155666 0.999563456 -0.004776850 0.221032411 0.133988589 0.000827610 0.990982533 43.581562042\n0.990108132 -0.029962216 -0.137069821 -4.293722630 0.029435126 0.999549448 -0.005871149 0.229555890 0.137183979 0.001778405 0.990543962 44.230518341\n0.989652693 -0.029292898 -0.140461743 -4.388236046 0.029045254 0.999570847 -0.003813233 0.227589622 0.140513152 -0.000305970 0.990078747 44.891567230\n0.989334226 -0.026010370 -0.143322065 -4.493816853 0.026087318 0.999658763 -0.001342558 0.225409269 0.143308088 -0.002410649 0.989675164 45.544147491\n0.988912165 -0.023509689 -0.146628901 -4.600635529 0.023943275 0.999712586 0.001192562 0.231760293 0.146558717 -0.004690114 0.989190876 46.208320618\n0.988429308 -0.022818647 -0.149956226 -4.706270695 0.023675989 0.999711931 0.003934256 0.232638404 0.149823248 -0.007439096 0.988684833 46.872077942\n0.987953126 -0.023246555 -0.152997479 -4.814184666 0.024144024 0.999700427 0.004010345 0.239601731 0.152858421 -0.007656008 0.988218427 47.537479401\n0.987590134 -0.023372704 -0.155304298 -4.936526299 0.024262654 0.999698281 0.003837023 0.248260126 0.155167758 -0.007557500 0.987859249 48.226573944\n0.987164915 -0.021806251 -0.158208385 -5.050014019 0.022420904 0.999746442 0.002101079 0.257316798 0.158122450 -0.005621286 0.987403512 48.911117554\n0.986781657 -0.019580757 -0.160868242 -5.176104069 0.020125004 0.999795914 0.001754366 0.257541478 0.160801068 -0.004968650 0.986974359 49.624599457\n0.986419916 -0.020837462 -0.162915856 -5.303711414 0.021304689 0.999772429 0.001121135 0.259592235 0.162855417 -0.004576781 0.986639321 50.304428101\n0.986034095 -0.023187034 -0.164921612 -5.422883987 0.023420136 0.999725580 -0.000531269 0.265019536 0.164888680 -0.003338637 0.986306548 51.007297516\n0.985651314 -0.024369728 -0.167025700 -5.542186260 0.024489652 0.999699175 -0.001341946 0.266557217 0.167008162 -0.002767710 0.985951602 51.724082947\n0.985411882 -0.022789726 -0.168653652 -5.676259995 0.022780878 0.999738514 -0.001987609 0.270060301 0.168654844 -0.001883465 0.985673368 52.443241119\n0.985114515 -0.021585152 -0.170538858 -5.804101467 0.021256516 0.999767005 -0.003752929 0.272073418 0.170580134 0.000072003 0.985343814 53.173412323\n0.984926164 -0.021601640 -0.171621174 -5.937825680 0.021275152 0.999766648 -0.003741644 0.273604900 0.171661943 0.000033977 0.985155940 53.914546967\n0.984738350 -0.022341175 -0.172601461 -6.066367149 0.022128150 0.999750137 -0.003158465 0.273784518 0.172628894 -0.000709090 0.984986663 54.652141571\n0.984701395 -0.021904552 -0.172868103 -6.211998940 0.021818960 0.999759078 -0.002395547 0.277095497 0.172878921 -0.001412903 0.984942079 55.410770416\n0.984731138 -0.021161072 -0.172791213 -6.372135162 0.021252766 0.999773264 -0.001319591 0.283341289 0.172779962 -0.002372849 0.984957576 56.237262726\n0.984730959 -0.018629918 -0.173083514 -6.508640766 0.018880989 0.999821723 -0.000195868 0.285916686 0.173056304 -0.003075110 0.984907150 57.009460449\n0.984836519 -0.019842597 -0.172346428 -6.646504402 0.020145820 0.999797046 0.000010267 0.288389802 0.172311246 -0.003482171 0.985036373 57.790443420\n0.984918594 -0.021294570 -0.171702996 -6.783716679 0.021515176 0.999768376 -0.000576239 0.297797561 0.171675488 -0.003126672 0.985148609 58.592788696\n0.985046268 -0.024781713 -0.170498461 -6.919863701 0.024913188 0.999688685 -0.001368666 0.301802903 0.170479313 -0.002899461 0.985356987 59.385448456\n0.985078514 -0.024212191 -0.170393869 -7.058819294 0.024256337 0.999704123 -0.001823015 0.305059582 0.170387596 -0.002337318 0.985374331 60.175128937\n0.985189199 -0.022883516 -0.169937149 -7.201014996 0.022751486 0.999737442 -0.002724476 0.303730100 0.169954881 -0.001182199 0.985451162 60.965915680\n0.985254288 -0.024202082 -0.169376120 -7.348631859 0.024242369 0.999704421 -0.001830435 0.302447736 0.169370353 -0.002302634 0.985549808 61.779911041\n0.985194087 -0.024998140 -0.169610411 -7.482183456 0.025554975 0.999672830 0.001100464 0.305772007 0.169527411 -0.005418560 0.985510588 62.577980042\n0.985456109 -0.024414087 -0.168167084 -7.638792038 0.025472071 0.999666989 0.004136680 0.306517422 0.168010086 -0.008360080 0.985749841 63.375076294\n0.985249817 -0.024049314 -0.169423968 -7.771500587 0.025197044 0.999671817 0.004627213 0.305740833 0.169257075 -0.008827944 0.985532403 64.159988403\n0.984945238 -0.024359055 -0.171141803 -7.910665989 0.025411034 0.999669254 0.003958587 0.310065210 0.170988768 -0.008247881 0.985238433 64.944747925\n0.984690070 -0.026218841 -0.172331378 -8.050034523 0.027177945 0.999625444 0.003207952 0.318110943 0.172182724 -0.007842449 0.985033810 65.722831726\n0.984317422 -0.026205450 -0.174449220 -8.190346718 0.027512468 0.999608576 0.005077743 0.321559846 0.174247861 -0.009797638 0.984653056 66.503578186\n0.983854949 -0.026791757 -0.176950991 -8.329531670 0.028409136 0.999574482 0.006612628 0.324085027 0.176698536 -0.011532892 0.984197438 67.281913757\n0.983483016 -0.026141081 -0.179102793 -8.473399162 0.027765039 0.999592900 0.006566092 0.329211831 0.178858235 -0.011430435 0.983808458 68.058242798\n0.983136594 -0.028025171 -0.180712640 -8.622359276 0.029697437 0.999537468 0.006554216 0.338830084 0.180445358 -0.011810391 0.983514071 68.836593628\n0.982771337 -0.026871208 -0.182861730 -8.770873070 0.028077794 0.999597669 0.004012064 0.344878852 0.182680354 -0.009077295 0.983130455 69.603050232\n0.982506752 -0.022961931 -0.184806049 -8.931131363 0.023698883 0.999717534 0.001779519 0.350492090 0.184712991 -0.006128086 0.982773423 70.375808716\n0.982186496 -0.026816269 -0.185985401 -9.078783989 0.027014609 0.999633968 -0.001468232 0.352907866 0.185956702 -0.003582245 0.982551396 71.134750366\n0.981778383 -0.027197367 -0.188073277 -9.223549843 0.027197972 0.999626756 -0.002577905 0.356116235 0.188073203 -0.002584281 0.982151628 71.901641846\n0.981837511 -0.026298173 -0.187892139 -9.375501633 0.026508624 0.999647617 -0.001393052 0.358482301 0.187862575 -0.003613011 0.982188702 72.662689209\n0.981639922 -0.025327263 -0.189054340 -9.527490616 0.026318539 0.999649882 0.002734306 0.360115230 0.188918903 -0.007659737 0.981962800 73.415321350\n0.981163204 -0.026393933 -0.191369087 -9.671317101 0.027612399 0.999611855 0.003702698 0.365392864 0.191197067 -0.008917111 0.981511176 74.174179077\n0.981109917 -0.024153860 -0.191937283 -9.833186150 0.025508270 0.999664068 0.004588325 0.359635353 0.191761971 -0.009397639 0.981396496 74.926841736\n0.981075883 -0.024352754 -0.192085981 -9.987402916 0.025406132 0.999672651 0.003022412 0.361574471 0.191949502 -0.007845378 0.981373429 75.678413391\n0.981079280 -0.021667395 -0.192390010 -10.140543938 0.022624917 0.999740183 0.002781197 0.369563520 0.192279756 -0.007081383 0.981314600 76.414260864\n0.981227338 -0.017428208 -0.192065626 -10.293524742 0.018219711 0.999831259 0.002355509 0.376482368 0.191992149 -0.005810670 0.981379271 77.150756836\n0.981554329 -0.012929531 -0.190745845 -10.447614670 0.014111341 0.999888718 0.004838666 0.378560811 0.190662056 -0.007441093 0.981627524 77.887512207\n0.981913924 -0.010440371 -0.189039662 -10.593345642 0.012097443 0.999897838 0.007613976 0.382180095 0.188940853 -0.009763165 0.981939912 78.615913391\n0.982468367 -0.008728695 -0.186224818 -10.733810425 0.011040001 0.999874294 0.011377933 0.391968042 0.186102107 -0.013234382 0.982441306 79.332420349\n0.983332813 -0.005998208 -0.181715623 -10.869598389 0.008703040 0.999862850 0.014091247 0.393642843 0.181606174 -0.015437864 0.983250141 80.051834106\n0.984394908 -0.005687677 -0.175881565 -10.995904922 0.008432679 0.999853969 0.014863640 0.401831299 0.175771341 -0.016114844 0.984299123 80.755485535\n0.985459089 -0.005731273 -0.169816181 -11.123032570 0.008170020 0.999873221 0.013665798 0.410129368 0.169716328 -0.014854486 0.985381007 81.462562561\n0.986712515 -0.008435939 -0.162256673 -11.235736847 0.010131500 0.999902368 0.009625260 0.417259187 0.162159637 -0.011141268 0.986701667 82.152816772\n0.988130212 -0.010812518 -0.153237715 -11.339466095 0.011473764 0.999928296 0.003431465 0.426628441 0.153189614 -0.005148948 0.988183379 82.825454712\n0.989536822 -0.010022316 -0.143932194 -11.433016777 0.009933699 0.999949753 -0.001334326 0.418769479 0.143938333 -0.000109415 0.989586651 83.487533569\n0.991304457 -0.008034661 -0.131342635 -11.521176338 0.007529058 0.999962211 -0.004345651 0.420836657 0.131372586 0.003318978 0.991327524 84.138595581\n0.993020773 -0.008609528 -0.117625043 -11.593258858 0.008327774 0.999961138 -0.002886638 0.425453395 0.117645331 0.001886937 0.993053913 84.785644531\n0.994429588 -0.012882995 -0.104612760 -11.654367447 0.013166784 0.999911249 0.002022585 0.425291151 0.104577422 -0.003388732 0.994510949 85.442016602\n0.995838106 -0.014432582 -0.089989960 -11.701626778 0.015002661 0.999871433 0.005661694 0.423714638 0.089896679 -0.006988219 0.995926559 86.098846436\n0.997157454 -0.012768551 -0.074256472 -11.751288414 0.013376423 0.999880910 0.007694535 0.422637582 0.074149385 -0.008665949 0.997209489 86.713607788\n0.998233080 -0.010708347 -0.058446504 -11.777389526 0.011162462 0.999909937 0.007448807 0.424961388 0.058361478 -0.008088052 0.998262763 87.342216492\n0.999186099 -0.010151510 -0.039038863 -11.805972099 0.010340803 0.999935746 0.004649968 0.437145382 0.038989149 -0.005049876 0.999226868 87.962188721\n0.999805450 -0.009230264 -0.017430028 -11.807005882 0.009270755 0.999954522 0.002243603 0.439133823 0.017408527 -0.002404756 0.999845564 88.570785522\n0.999949157 -0.007244202 0.007017007 -11.795084953 0.007239065 0.999973536 0.000757236 0.436284661 -0.007022306 -0.000706401 0.999975085 89.170211792\n0.999390125 -0.004484118 0.034630299 -11.760090828 0.004472583 0.999989927 0.000410540 0.437296808 -0.034631792 -0.000255403 0.999400079 89.776741028\n0.997853398 -0.002535588 0.065438077 -11.716272354 0.002575827 0.999996543 -0.000530547 0.442632556 -0.065436505 0.000697965 0.997856498 90.375556946\n0.995200932 -0.002051248 0.097831063 -11.640430450 0.002008033 0.999997854 0.000540192 0.437286407 -0.097831964 -0.000341152 0.995202899 90.985015869\n0.991311669 -0.001263873 0.131528080 -11.551823616 0.001006477 0.999997437 0.002023429 0.438516587 -0.131530300 -0.001873469 0.991310358 91.557861328\n0.986204803 -0.001357804 0.165524304 -11.446677208 0.000960057 0.999996483 0.002482935 0.435527444 -0.165527090 -0.002289769 0.986202598 92.123886108\n0.979860306 -0.003395132 0.199655339 -11.304593086 0.002957644 0.999992549 0.002489429 0.440113425 -0.199662298 -0.001848783 0.979863048 92.693588257\n0.972178221 -0.004068373 0.234207034 -11.157783508 0.003524495 0.999990046 0.002740715 0.438205957 -0.234215856 -0.001839002 0.972182870 93.254501343\n0.963021994 -0.002947201 0.269406676 -10.980313301 0.002511743 0.999994934 0.001961057 0.444322139 -0.269411087 -0.001211860 0.963024497 93.813362122\n0.952451408 -0.000097242 0.304690599 -10.791598320 -0.000083041 0.999999821 0.000578734 0.448852718 -0.304690599 -0.000576517 0.952451229 94.364654541\n0.940404832 0.000318906 0.340056777 -10.579018593 -0.000096417 0.999999762 -0.000671167 0.452512622 -0.340056926 0.000598381 0.940404654 94.914375305\n0.927112103 -0.000497143 0.374783754 -10.338026047 0.000978992 0.999998927 -0.001095279 0.454426914 -0.374782801 0.001382357 0.927111626 95.456954956\n0.912151575 -0.002732176 0.409843922 -10.071895599 0.003473941 0.999993384 -0.001065290 0.454377979 -0.409838289 0.002395479 0.912155032 95.998397827\n0.895885587 -0.002192099 0.444279492 -9.792306900 0.003253997 0.999993384 -0.001627635 0.456972808 -0.444272965 0.002903859 0.895886779 96.524597168\n0.878021300 -0.000628884 0.478621215 -9.486951828 0.002294430 0.999993205 -0.002895147 0.457329661 -0.478616118 0.003640163 0.878016710 97.051261902\n0.858682096 0.000181442 0.512508571 -9.162679672 0.002422763 0.999987304 -0.004413238 0.458157569 -0.512502909 0.005031255 0.858670771 97.572052002\n0.838484049 -0.000781822 0.544925570 -8.803175926 0.004961300 0.999968469 -0.006199329 0.465836465 -0.544903517 0.007901577 0.838461518 98.068771362\n0.816603184 -0.001763502 0.577196836 -8.421803474 0.007804834 0.999937654 -0.007986980 0.464228690 -0.577146769 0.011027119 0.816565990 98.561752319\n0.793351054 -0.000403838 0.608764291 -8.032039642 0.007985130 0.999920666 -0.009743026 0.467292875 -0.608712077 0.012590703 0.793291330 99.047012329\n0.769406676 -0.001259326 0.638757944 -7.622686386 0.009258830 0.999915004 -0.009181235 0.461765826 -0.638692081 0.012978255 0.769352973 99.515235901\n0.744659185 -0.002149484 0.667441487 -7.183488846 0.010092941 0.999916732 -0.008040400 0.458974630 -0.667368650 0.012723805 0.744618893 99.971763611\n0.719475985 -0.004495393 0.694502771 -6.718141556 0.013653358 0.999877334 -0.007672283 0.456163645 -0.694383085 0.015002319 0.719449162 100.420005798\n0.692869902 -0.005292008 0.721043169 -6.247600555 0.015954956 0.999840736 -0.007993341 0.453765064 -0.720886052 0.017042559 0.692844033 100.856513977\n0.666835129 -0.004112834 0.745193958 -5.749191284 0.017675633 0.999790728 -0.010299010 0.447648108 -0.744995654 0.020039516 0.666768253 101.277130127\n0.641969681 -0.000230993 0.766730011 -5.228521347 0.018231930 0.999721825 -0.014964095 0.453329474 -0.766513228 0.023585463 0.641795278 101.708084106\n0.619662762 0.003114555 0.784861982 -4.704107285 0.019187385 0.999633133 -0.019115616 0.434054375 -0.784633636 0.026904685 0.619375706 102.100578308\n0.600872636 0.005606506 0.799325168 -4.152236938 0.022140017 0.999475002 -0.023653574 0.432701766 -0.799038112 0.031909857 0.600433111 102.485351562\n0.583920896 0.004554427 0.811797857 -3.596843719 0.025822589 0.999374032 -0.024180807 0.419540286 -0.811399817 0.035082400 0.583437800 102.878578186\n0.570453405 0.002757434 0.821325362 -3.000610352 0.027054416 0.999388635 -0.022145955 0.413666308 -0.820884287 0.034853712 0.570030093 103.282775879\n0.560225606 0.001919842 0.828337848 -2.408172607 0.024783060 0.999510825 -0.019077975 0.399343133 -0.827969253 0.031216716 0.559903979 103.669029236\n0.551324844 -0.000438224 0.834290624 -1.806797028 0.024335654 0.999582767 -0.015556701 0.393499911 -0.833935738 0.028879803 0.551105499 104.072753906\n0.544098973 0.000630425 0.839020789 -1.187801361 0.022307958 0.999635339 -0.015217658 0.385004938 -0.838724434 0.026996752 0.543886483 104.489585876\n0.539566755 0.001743201 0.841940999 -0.570365906 0.021481998 0.999643803 -0.015836682 0.376600564 -0.841668725 0.026631523 0.539337158 104.883514404\n0.536424160 0.001364327 0.843947411 0.075679779 0.023174891 0.999597788 -0.016346218 0.372953534 -0.843630314 0.028326897 0.536176801 105.290771484\n0.534515023 0.001805470 0.845157027 0.715347290 0.024434648 0.999546707 -0.017588846 0.367520869 -0.844805658 0.030052617 0.534228563 105.695503235\n0.532873273 0.001629567 0.846193552 1.368339539 0.025231270 0.999522924 -0.017813725 0.364621937 -0.845818877 0.030842995 0.532577872 106.108581543\n0.531432152 0.001628763 0.847099304 2.045600891 0.025139082 0.999527395 -0.017692978 0.358205259 -0.846727729 0.030697916 0.531140029 106.533775330\n0.530613303 0.002458494 0.847610533 2.711898804 0.025016727 0.999514759 -0.018559834 0.350112855 -0.847244799 0.031052534 0.530294299 106.952964783\n0.529461205 0.002888344 0.848329186 3.385524750 0.024484109 0.999525607 -0.018684208 0.340814948 -0.847980738 0.030663149 0.529139280 107.373985291\n0.528506637 0.003404967 0.848922372 4.069591522 0.024984099 0.999496400 -0.019563058 0.333878338 -0.848561466 0.031548765 0.528155446 107.797721863\n0.526913166 0.003985524 0.849909782 4.769397736 0.024866212 0.999488652 -0.020103101 0.321899354 -0.849555314 0.031726625 0.526544631 108.243064880\n0.525559247 0.003865770 0.850748241 5.474285126 0.025045959 0.999485910 -0.020014049 0.313485444 -0.850388229 0.031826373 0.525192261 108.678443909\n0.524214506 0.004044750 0.851576746 6.192981720 0.024242358 0.999512553 -0.019670542 0.307465971 -0.851241231 0.030955810 0.523860931 109.132804871\n0.522989154 0.002603936 0.852335393 6.905075073 0.024258332 0.999544740 -0.017938472 0.296179473 -0.851994097 0.030057861 0.522687852 109.572860718\n0.521652579 -0.000057291 0.853157997 7.628395081 0.024888545 0.999575436 -0.015150663 0.287012875 -0.852794886 0.029137244 0.521432519 110.015159607\n0.520043612 -0.002241905 0.854136825 8.348571777 0.025081899 0.999605417 -0.012647459 0.276416898 -0.853771389 0.028000602 0.519894600 110.451278687\n0.517264187 -0.003466245 0.855818808 9.072559357 0.025166648 0.999620974 -0.011162264 0.267098576 -0.855455697 0.027311929 0.517155349 110.899314880\n0.515181005 -0.003262477 0.857075274 9.783725739 0.024388736 0.999643624 -0.010854708 0.263189167 -0.856734395 0.026495120 0.515076995 111.322662354\n0.512781918 -0.003470229 0.858511865 10.517086029 0.024789369 0.999634743 -0.010765813 0.254774123 -0.858160913 0.026802482 0.512680650 111.756134033\n0.510635853 -0.003495373 0.859790087 11.225868225 0.024644110 0.999640405 -0.010572411 0.247935116 -0.859443903 0.026587412 0.510538340 112.175521851\n0.507842183 -0.003034591 0.861444771 11.948558807 0.024721788 0.999633253 -0.011052699 0.240689933 -0.861095309 0.026909482 0.507730961 112.601531982\n0.505154788 -0.002209192 0.863025963 12.661140442 0.024388148 0.999633908 -0.011716225 0.229146153 -0.862684131 0.026966110 0.505023718 113.015373230\n0.501436353 -0.001056717 0.865193963 13.372024536 0.023083711 0.999659598 -0.012157570 0.219495952 -0.864886582 0.026068132 0.501290083 113.443191528\n0.497637212 0.000313211 0.867385209 14.088825226 0.021189395 0.999697089 -0.012517792 0.207990706 -0.867126405 0.024608688 0.497479856 113.851585388\n0.494100749 0.000977743 0.869404078 14.791057587 0.021009587 0.999693930 -0.013064464 0.195710599 -0.869150758 0.024720984 0.493928969 114.245773315\n0.489901304 0.002477573 0.871774435 15.499250412 0.020294877 0.999692559 -0.014246002 0.183263958 -0.871541739 0.024671689 0.489700377 114.648574829\n0.486257493 0.002186773 0.873812914 16.207750320 0.021044586 0.999677539 -0.014212606 0.177654922 -0.873562217 0.025300017 0.486054659 115.036117554\n0.482210577 0.000236244 0.876055360 16.917495728 0.022288628 0.999672949 -0.012537998 0.170959890 -0.875771821 0.025572026 0.482047558 115.421966553\n0.478165209 -0.003068890 0.878264546 17.618331909 0.022588434 0.999706089 -0.008804881 0.158352256 -0.877979338 0.024048807 0.478093982 115.801094055\n0.474139810 -0.003854500 0.880441189 18.319490433 0.021368681 0.999746263 -0.007130765 0.153063864 -0.880190253 0.022194846 0.474101841 116.182998657\n0.469538271 -0.001305945 0.882911146 19.015268326 0.019669313 0.999766171 -0.008981488 0.144748986 -0.882692993 0.021583408 0.469454169 116.541473389\n0.464272141 0.000294189 0.885692596 19.707262039 0.019830141 0.999745846 -0.010726857 0.135563493 -0.885470629 0.022543589 0.464148283 116.903854370\n0.459313393 0.000774303 0.888274014 20.418512344 0.019919429 0.999739170 -0.011171511 0.134867549 -0.888050973 0.022825135 0.459178209 117.261337280\n0.453169465 -0.000996410 0.891423821 21.121992111 0.020517098 0.999746144 -0.009312701 0.129386544 -0.891188264 0.022509662 0.453074872 117.610671997\n0.448132217 -0.002506842 0.893963754 21.815151215 0.020255577 0.999767840 -0.007350317 0.118694633 -0.893737793 0.021401664 0.448078930 117.952156067\n0.442611814 -0.002688436 0.896709323 22.511621475 0.020180652 0.999772072 -0.006963654 0.113224417 -0.896486223 0.021178374 0.442565203 118.288719177\n0.437349796 -0.002272921 0.899288654 23.197780609 0.020876361 0.999752998 -0.007625933 0.107893378 -0.899049222 0.022109075 0.437289238 118.617965698\n0.431697845 -0.001038229 0.902017713 23.901615143 0.022527024 0.999699831 -0.009630578 0.105821133 -0.901736975 0.024477273 0.431591630 118.942642212\n0.424440384 0.001017384 0.905455291 24.601673126 0.022121023 0.999689221 -0.011492698 0.101020217 -0.905185580 0.024907563 0.424286008 119.272140503\n0.416174412 0.002740784 0.909280777 25.305610657 0.021011313 0.999699473 -0.012630129 0.094059408 -0.909042120 0.024361517 0.415991783 119.589767456\n0.406370580 0.003637338 0.913701117 26.013954163 0.021016387 0.999690294 -0.013326735 0.090636969 -0.913466632 0.024618289 0.406168282 119.901504517\n0.395541072 0.002867686 0.918443799 26.728561401 0.020631205 0.999715030 -0.012006569 0.080819428 -0.918216527 0.023697695 0.395369232 120.204856873\n0.384148896 0.002477622 0.923267901 27.456478119 0.020979889 0.999714792 -0.011411985 0.073603213 -0.923032820 0.023753958 0.383987367 120.495986938\n0.371208727 0.002508705 0.928546071 28.186229706 0.021007761 0.999717712 -0.011099353 0.064938068 -0.928311765 0.023626851 0.371051252 120.783020020\n0.357522249 0.002886302 0.933900177 28.925342560 0.019918013 0.999744177 -0.010714953 0.059626222 -0.933692217 0.022432270 0.357373297 121.064208984\n0.342857063 0.003741609 0.939380229 29.664264679 0.019619888 0.999745429 -0.011142961 0.051331997 -0.939182758 0.022250976 0.342696369 121.326324463\n0.327491283 0.005259098 0.944839597 30.426609039 0.017720398 0.999774456 -0.011706949 0.042201161 -0.944688022 0.020576857 0.327324212 121.591209412\n0.311103582 0.007524977 0.950346231 31.189464569 0.017640596 0.999750674 -0.013690962 0.037796497 -0.950212300 0.021023981 0.310893238 121.840881348\n0.294741631 0.010272704 0.955521822 31.953071594 0.017387047 0.999719024 -0.016111100 0.031182051 -0.955418825 0.021362314 0.294480205 122.075744629\n0.278653562 0.014129477 0.960287809 32.720813751 0.017158864 0.999658942 -0.019687887 0.017215610 -0.960238457 0.021963548 0.278316081 122.291252136\n0.262107134 0.017843418 0.964873850 33.499820709 0.016119152 0.999608636 -0.022864524 0.007218122 -0.964904189 0.021545906 0.261716962 122.507781982\n0.245980382 0.020309046 0.969062030 34.273662567 0.016273141 0.999553025 -0.025078727 -0.006863594 -0.969138205 0.021938557 0.245539963 122.702964783\n0.230821371 0.018345403 0.972823203 35.062244415 0.017160283 0.999589980 -0.022921782 -0.022372842 -0.972844779 0.021984758 0.230411947 122.886665344\n0.217879653 0.015403257 0.975854218 35.841354370 0.017485989 0.999653339 -0.019683026 -0.033938885 -0.975819111 0.021352308 0.217534781 123.054229736\n0.206566632 0.012135839 0.978357315 36.644744873 0.020198023 0.999657094 -0.016664585 -0.047827482 -0.978224099 0.023203231 0.206250668 123.220443726\n0.197427809 0.011042845 0.980255246 37.444938660 0.023413962 0.999598205 -0.015976427 -0.061088920 -0.980037749 0.026105851 0.197089911 123.374862671\n0.189931631 0.012681841 0.981715441 38.230171204 0.023378626 0.999574602 -0.017435590 -0.073599696 -0.981518924 0.026262728 0.189554334 123.521560669\n0.181825340 0.015799651 0.983203888 39.027706146 0.023267096 0.999521852 -0.020364692 -0.084741950 -0.983055532 0.026579117 0.181370795 123.677207947\n0.175479770 0.018787893 0.984303772 39.818534851 0.023237152 0.999460280 -0.023219869 -0.099754333 -0.984208822 0.026947033 0.174948514 123.817947388\n0.170057595 0.020303048 0.985224962 40.621765137 0.024911206 0.999379635 -0.024894612 -0.113602400 -0.985119224 0.028776659 0.169446290 123.955093384\n0.166380703 0.019981157 0.985859215 41.433681488 0.025492050 0.999373376 -0.024557287 -0.125463963 -0.985732138 0.029217429 0.165767074 124.092285156\n0.164206386 0.017989032 0.986261964 42.247047424 0.024818167 0.999441862 -0.022361496 -0.138728857 -0.986113787 0.028149115 0.163668275 124.231552124\n0.162707210 0.015985735 0.986544847 43.068851471 0.024093181 0.999506235 -0.020169357 -0.159124851 -0.986380160 0.027050704 0.162241697 124.371765137\n0.161582947 0.015112205 0.986743510 43.887184143 0.024119824 0.999523580 -0.019257650 -0.171332240 -0.986564457 0.026911788 0.161141455 124.512695312\n0.161979258 0.015420123 0.986673653 44.715682983 0.024598053 0.999504089 -0.019658828 -0.189666748 -0.986487508 0.027454572 0.161519647 124.645950317\n0.163098454 0.016714865 0.986468196 45.525554657 0.024252458 0.999486446 -0.020945245 -0.198878527 -0.986311674 0.027340414 0.162609339 124.779846191\n0.163670480 0.017384663 0.986361921 46.336124420 0.024879843 0.999453962 -0.021743814 -0.217703342 -0.986201346 0.028099351 0.163148582 124.927703857\n0.164449096 0.017910816 0.986223042 47.147350311 0.024427243 0.999454558 -0.022224272 -0.234470129 -0.986083150 0.027745469 0.163921893 125.068191528\n0.166032374 0.017662166 0.985962152 47.968280792 0.025197079 0.999437153 -0.022146648 -0.253071070 -0.985798359 0.028520426 0.165493846 125.204376221\n0.167982757 0.017476380 0.985635102 48.775245667 0.025883570 0.999419928 -0.022132166 -0.268128514 -0.985450149 0.029229578 0.167432964 125.340309143\n0.169657230 0.017667230 0.985344768 49.603137970 0.025598638 0.999422908 -0.022327242 -0.280148268 -0.985170662 0.029011464 0.169107080 125.489944458\n0.171725392 0.017411478 0.984990954 50.416481018 0.027063169 0.999383092 -0.022384135 -0.293485045 -0.984773040 0.030500902 0.171148241 125.629608154\n0.172970533 0.016428642 0.984790146 51.236995697 0.027858905 0.999379218 -0.021565223 -0.310455561 -0.984533072 0.031165320 0.172405422 125.789939880\n0.174956977 0.014325740 0.984471917 52.047275543 0.029657541 0.999363720 -0.019813083 -0.329573154 -0.984129369 0.032663453 0.174420834 125.931915283\n0.176493347 0.012655398 0.984220445 52.847831726 0.030859636 0.999354661 -0.018383838 -0.344784379 -0.983817935 0.033617310 0.175988913 126.078910828\n0.178379953 0.011213178 0.983897746 53.644397736 0.031957477 0.999341488 -0.017183051 -0.358461976 -0.983442545 0.034508005 0.177904129 126.226501465\n0.180045545 0.012882070 0.983573914 54.450309753 0.033009186 0.999271929 -0.019130081 -0.373222113 -0.983104289 0.035911262 0.179489255 126.377960205\n0.181842029 0.015982222 0.983198047 55.231010437 0.034539647 0.999147117 -0.022629581 -0.388674498 -0.982721090 0.038074318 0.181134939 126.518844604\n0.182880163 0.019802453 0.982935786 56.023990631 0.035312798 0.999019682 -0.026696611 -0.404103518 -0.982500851 0.039592493 0.182001591 126.669387817\n0.183620930 0.021882031 0.982753634 56.811080933 0.034810510 0.998980403 -0.028747454 -0.420489550 -0.982380688 0.039488789 0.182672024 126.815345764\n0.183467984 0.021839511 0.982783139 57.580390930 0.032510247 0.999071479 -0.028270559 -0.441859245 -0.982488036 0.037137266 0.182587624 126.965858459\n0.182195425 0.018827889 0.983082175 58.351718903 0.032909241 0.999139726 -0.025234526 -0.463768721 -0.982711554 0.036950100 0.181419075 127.110778809\n0.180257738 0.016292352 0.983484507 59.135112762 0.033210952 0.999191940 -0.022639623 -0.483381748 -0.983058572 0.036743421 0.179570973 127.247817993\n0.177004397 0.013514667 0.984117329 59.901859283 0.032795072 0.999269485 -0.019621307 -0.503273129 -0.983663559 0.035747256 0.176431835 127.381523132\n0.171860874 0.012885255 0.985037029 60.689994812 0.030980594 0.999349177 -0.018477708 -0.515519500 -0.984634042 0.033692628 0.171349883 127.529212952\n0.165799022 0.011524077 0.986092329 61.458080292 0.027230930 0.999496937 -0.016259274 -0.526742935 -0.985783637 0.029547982 0.165401816 127.667327881\n0.156621337 0.007936637 0.987626910 62.236373901 0.028019210 0.999529541 -0.012475674 -0.533686399 -0.987261295 0.029626479 0.156325281 127.796318054\n0.147178650 0.007071207 0.989084721 63.008220673 0.028939242 0.999515593 -0.011452025 -0.545760751 -0.988686562 0.030308852 0.146902740 127.909797668\n0.138203800 0.009877357 0.990354657 63.763442993 0.029780321 0.999456704 -0.014123979 -0.565244794 -0.989956081 0.031445064 0.137834549 128.004806519\n0.128897548 0.017665805 0.991500676 64.515396118 0.029280456 0.999337554 -0.021611976 -0.569818497 -0.991225660 0.031817321 0.128294885 128.107604980\n0.121200144 0.024653783 0.992322028 65.255569458 0.030413097 0.999129951 -0.028537523 -0.578065872 -0.992162228 0.033638336 0.120344877 128.188781738\n0.112760961 0.025814388 0.993286788 66.000152588 0.033280157 0.999003470 -0.029741025 -0.595247746 -0.993064642 0.036410365 0.111789465 128.275726318\n0.104746938 0.024425630 0.994198978 66.762741089 0.033287831 0.999052048 -0.028052006 -0.620428324 -0.993941665 0.036033086 0.103834569 128.361236572\n0.097871125 0.022523051 0.994944274 67.499252319 0.033274148 0.999110878 -0.025890503 -0.642632008 -0.994642735 0.035639856 0.097034693 128.432006836\n0.090398073 0.021621943 0.995671093 68.229049683 0.031755332 0.999193370 -0.024581539 -0.664012671 -0.995399415 0.033839989 0.089638531 128.512054443\n0.084233701 0.021984648 0.996203661 68.962203979 0.029574614 0.999260962 -0.024552800 -0.681560278 -0.996007204 0.031530511 0.083521247 128.573333740\n0.079428673 0.023561817 0.996562064 69.711059570 0.028848667 0.999247551 -0.025924629 -0.693058729 -0.996423066 0.030808646 0.078689218 128.629913330\n0.076389909 0.023995593 0.996789396 70.429901123 0.028721180 0.999242604 -0.026255731 -0.710410833 -0.996664405 0.030634640 0.075642884 128.682281494\n0.074035287 0.025537528 0.996928692 71.139465332 0.026829496 0.999259233 -0.027589684 -0.723478556 -0.996894777 0.028789705 0.073295295 128.740219116\n0.072620273 0.025169244 0.997042120 71.849380493 0.025848409 0.999298215 -0.027108889 -0.750536680 -0.997024775 0.027740609 0.071918726 128.793090820\n0.071389616 0.025034405 0.997134387 72.558158875 0.023731098 0.999359369 -0.026789295 -0.756259441 -0.997166216 0.025575571 0.070749819 128.847015381\n0.069737852 0.024549682 0.997263312 73.272003174 0.021744959 0.999422193 -0.026123442 -0.778013945 -0.997328460 0.023507243 0.069163740 128.903137207\n0.068512201 0.023627188 0.997370541 73.963073730 0.020665672 0.999471426 -0.025096545 -0.792862177 -0.997436285 0.022330752 0.067987680 128.951904297\n0.067364275 0.023585394 0.997449696 74.643280029 0.018823899 0.999512553 -0.024905473 -0.807501793 -0.997550905 0.020453630 0.066887438 129.004364014\n0.065858066 0.022667162 0.997571528 75.318740845 0.017536901 0.999561250 -0.023870131 -0.833258271 -0.997674882 0.019066354 0.065431654 129.058380127\n0.064754844 0.022367133 0.997650564 76.023963928 0.016561223 0.999586999 -0.023485495 -0.850363851 -0.997763813 0.018043114 0.064357698 129.103118896\n0.064323485 0.022835055 0.997667909 76.691375732 0.016872553 0.999570370 -0.023966443 -0.863826156 -0.997786582 0.018374810 0.063910544 129.147323608\n0.064992249 0.023170352 0.997616827 77.357276917 0.017245874 0.999554992 -0.024338897 -0.885731339 -0.997736812 0.018786613 0.064563692 129.185302734\n0.066023350 0.024036154 0.997528553 78.007781982 0.017118815 0.999535382 -0.025217552 -0.897220612 -0.997671247 0.018741453 0.065581203 129.235534668\n0.067951262 0.024181832 0.997395635 78.663444519 0.015836898 0.999554098 -0.025313117 -0.918618321 -0.997563004 0.017515713 0.067538023 129.291687012\n0.069641292 0.023943916 0.997284770 79.325286865 0.014357019 0.999584317 -0.025001692 -0.930003881 -0.997468829 0.016059186 0.069268584 129.341308594\n0.071803510 0.022705620 0.997160375 79.966232300 0.013624629 0.999625266 -0.023742830 -0.942706227 -0.997325778 0.015290760 0.071467280 129.388641357\n0.073951781 0.022156164 0.997015834 80.603713989 0.012726728 0.999650776 -0.023158707 -0.957585335 -0.997180760 0.014401378 0.073643982 129.443466187\n0.076476216 0.021900427 0.996830881 81.231521606 0.010718974 0.999682903 -0.022785442 -0.967078209 -0.997013807 0.012427551 0.076217175 129.495819092\n0.079169810 0.020951809 0.996640921 81.881233215 0.010666745 0.999704063 -0.021863533 -0.986872554 -0.996804059 0.012361845 0.078922868 129.551116943\n0.082595408 0.021008782 0.996361792 82.507568359 0.009495621 0.999715805 -0.021866664 -0.998380661 -0.996537983 0.011267161 0.082372487 129.601425171\n0.085104346 0.021375166 0.996142864 83.121978760 0.008003583 0.999722958 -0.022135770 -1.009671807 -0.996340036 0.009856564 0.084909678 129.666534424\n0.087723255 0.020800274 0.995927751 83.743591309 0.006528151 0.999748528 -0.021455085 -1.023015976 -0.996123552 0.008383678 0.087565422 129.725372314\n0.090244889 0.020676835 0.995705128 84.364562988 0.005076554 0.999761939 -0.021221191 -1.036222816 -0.995906830 0.006969857 0.090118408 129.789367676\n0.093380690 0.020941228 0.995410383 84.972465515 0.003746523 0.999764323 -0.021384295 -1.044470429 -0.995623589 0.005726210 0.093280196 129.846588135\n0.095285773 0.020742919 0.995233893 85.571250916 0.004431285 0.999764144 -0.021261603 -1.060270667 -0.995440125 0.006436095 0.095171392 129.915161133\n0.097428799 0.021344263 0.995013654 86.164215088 0.004479242 0.999750495 -0.021884469 -1.073876023 -0.995232463 0.006589086 0.097308874 129.983627319\n0.099710643 0.022233708 0.994768143 86.771789551 0.004769213 0.999728143 -0.022822613 -1.086334944 -0.995005190 0.007019922 0.099577546 130.039642334\n0.101417065 0.023725329 0.994561136 87.355392456 0.003982968 0.999697864 -0.024254020 -1.096261144 -0.994836092 0.006421079 0.101291955 130.101211548\n0.102433860 0.025497364 0.994413137 87.932647705 0.002723780 0.999660492 -0.025912490 -1.107151389 -0.994736195 0.005362883 0.102329671 130.172851562\n0.104150236 0.026453223 0.994209826 88.530029297 0.003022432 0.999633193 -0.026914148 -1.121294618 -0.994557083 0.005808049 0.104032099 130.229705811\n0.105636239 0.026746325 0.994045198 89.101417542 0.003816176 0.999619961 -0.027301868 -1.133239627 -0.994397640 0.006677519 0.105494022 130.294235229\n0.107021093 0.026652778 0.993899524 89.664672852 0.004162626 0.999619842 -0.027254403 -1.147408128 -0.994248152 0.007054031 0.106869459 130.358123779\n0.108690441 0.026316592 0.993727207 90.243141174 0.004709715 0.999624670 -0.026987905 -1.165457010 -0.994064450 0.007613501 0.108525753 130.420013428\n0.110235333 0.025989607 0.993565738 90.798797607 0.003784218 0.999639809 -0.026568351 -1.180272937 -0.993898392 0.006688642 0.110097289 130.483947754\n0.111442268 0.025461111 0.993444800 91.363845825 0.003096823 0.999657989 -0.025967747 -1.192359328 -0.993766189 0.005970430 0.111325324 130.549957275\n0.112924993 0.026211770 0.993257821 91.908294678 0.001892234 0.999644458 -0.026595447 -1.206010342 -0.993601799 0.004882769 0.112835228 130.615264893\n0.113744855 0.027489979 0.993129730 92.445877075 -0.000743436 0.999619186 -0.027584465 -1.226104140 -0.993509829 0.002399264 0.113721967 130.688903809\n0.113810897 0.028390508 0.993096709 93.010574341 -0.002409637 0.999596536 -0.028300175 -1.239220977 -0.993499458 0.000827866 0.113833368 130.764358521\n0.113719285 0.028099407 0.993115485 93.528244019 -0.003306947 0.999605119 -0.027904354 -1.249308944 -0.993507445 -0.000110916 0.113767266 130.822723389\n0.112669051 0.026910776 0.993268132 94.036643982 -0.004572407 0.999636650 -0.026564660 -1.260953784 -0.993622065 -0.001548610 0.112751186 130.886535645\n0.110400856 0.025645865 0.993556261 94.543243408 -0.006442549 0.999664485 -0.025087656 -1.275544763 -0.993866265 -0.003631334 0.110529065 130.951156616\n0.107215881 0.024357593 0.993937492 95.011512756 -0.008552430 0.999685466 -0.023575908 -1.288020134 -0.994199097 -0.005972865 0.107390463 131.005950928\n0.103165269 0.022498017 0.994409859 95.467285156 -0.010380367 0.999714077 -0.021541111 -1.295915842 -0.994610190 -0.008100042 0.103369296 131.057556152\n0.098255932 0.019813754 0.994964063 95.902236938 -0.010098279 0.999770164 -0.018912226 -1.311771154 -0.995110095 -0.008189184 0.098433435 131.097229004\n0.092247486 0.017983465 0.995573759 96.319252014 -0.009890709 0.999804139 -0.017143432 -1.321187377 -0.995687008 -0.008265491 0.092407286 131.132522583\n0.085524917 0.017488325 0.996182680 96.738929749 -0.010386558 0.999807239 -0.016660243 -1.326416731 -0.996281981 -0.008922040 0.085690081 131.162475586\n0.077194035 0.017132999 0.996868968 97.111793518 -0.012117395 0.999794602 -0.016244955 -1.330336809 -0.996942520 -0.010825441 0.077385783 131.189636230\n0.068470895 0.017286427 0.997503340 97.458862305 -0.013324544 0.999776542 -0.016411195 -1.334385514 -0.997564137 -0.012167588 0.068685889 131.210632324\n0.059463441 0.016905293 0.998087406 97.782363892 -0.013383335 0.999780238 -0.016136622 -1.344272137 -0.998140872 -0.012398197 0.059676647 131.225402832\n0.050560057 0.017333081 0.998570681 98.076416016 -0.012672167 0.999780059 -0.016712451 -1.349454999 -0.998640656 -0.011809071 0.050768554 131.227874756\n0.040657878 0.020140154 0.998970091 98.392646790 -0.012346666 0.999730647 -0.019652981 -1.356180906 -0.999096811 -0.011534903 0.040895581 131.229690552\n0.030410945 0.023367358 0.999264300 98.672851562 -0.012767833 0.999654233 -0.022987910 -1.364082217 -0.999455929 -0.012059354 0.030698776 131.232696533\n0.019051373 0.024955841 0.999507070 98.954559326 -0.013445359 0.999604464 -0.024701994 -1.371876359 -0.999728143 -0.012968122 0.019379377 131.230346680\n0.005917013 0.025164986 0.999665916 99.233787537 -0.013241974 0.999597609 -0.025084890 -1.373734951 -0.999894917 -0.013089117 0.006247878 131.227554321\n-0.007160664 0.025292659 0.999654472 99.522033691 -0.013477892 0.999586821 -0.025387494 -1.377418518 -0.999883592 -0.013655026 -0.006816864 131.214279175\n-0.020930052 0.025687367 0.999450982 99.790832520 -0.012879027 0.999580026 -0.025960391 -1.380671263 -0.999698043 -0.013415306 -0.020590425 131.195129395\n-0.036239028 0.026085705 0.999002814 100.049301147 -0.012409250 0.999570429 -0.026550677 -1.387260199 -0.999266267 -0.013359041 -0.035899758 131.172256470\n-0.052623749 0.026249429 0.998269320 100.324951172 -0.013315132 0.999547184 -0.026984936 -1.394439816 -0.998525620 -0.014712137 -0.052250385 131.150146484\n-0.069697857 0.027637573 0.997185349 100.590698242 -0.014835102 0.999476910 -0.028737981 -1.399706841 -0.997457922 -0.016796317 -0.069251299 131.119476318\n-0.088503361 0.029317483 0.995644331 100.862472534 -0.016675821 0.999383032 -0.030909896 -1.408225775 -0.995936275 -0.019338816 -0.087959886 131.089508057\n-0.108445048 0.031254470 0.993611157 101.158554077 -0.016784575 0.999305606 -0.033265501 -1.411608219 -0.993960917 -0.020284811 -0.107845068 131.044479370\n-0.130399823 0.032265920 0.990936339 101.434371948 -0.017489139 0.999239922 -0.034837738 -1.422162056 -0.991307199 -0.021873461 -0.129736423 130.993133545\n-0.153919458 0.033238668 0.987524271 101.743370056 -0.019167449 0.999145508 -0.036617339 -1.427411556 -0.987897575 -0.024564438 -0.153150797 130.932434082\n-0.179859877 0.033359069 0.983126402 102.061546326 -0.020064542 0.999092460 -0.037571568 -1.434295416 -0.983487606 -0.026483599 -0.179027319 130.862304688\n-0.207801819 0.031908989 0.977650404 102.383773804 -0.020714667 0.999100089 -0.037012026 -1.446766734 -0.977951646 -0.027942866 -0.206953883 130.772415161\n-0.237900019 0.030067056 0.970824301 102.708328247 -0.022428140 0.999084175 -0.036438290 -1.455371380 -0.971030772 -0.030442448 -0.237007856 130.674041748\n-0.271072268 0.029394541 0.962110162 103.055984497 -0.024064735 0.999014258 -0.037302222 -1.462928176 -0.962258220 -0.033264522 -0.270097733 130.565521240\n-0.305097461 0.030669503 0.951827407 103.388542175 -0.024423080 0.998900533 -0.040014822 -1.477286577 -0.952008188 -0.035454962 -0.304013014 130.430572510\n-0.340566754 0.031423043 0.939695060 103.758934021 -0.024266301 0.998814702 -0.042194635 -1.493053794 -0.939907134 -0.037173010 -0.339400530 130.272689819\n-0.376166821 0.031870652 0.926003814 104.129119873 -0.022178635 0.998812199 -0.043386068 -1.504811883 -0.926286578 -0.036857892 -0.375013113 130.093353271\n-0.413319588 0.030887263 0.910062134 104.504455566 -0.022049468 0.998791993 -0.043912861 -1.520061016 -0.910319090 -0.038216431 -0.412139297 129.907775879\n-0.450695992 0.030248970 0.892164886 104.865432739 -0.020638192 0.998805523 -0.044290449 -1.531054735 -0.892438948 -0.038374197 -0.449533343 129.692153931\n-0.487963200 0.031253852 0.872304618 105.230895996 -0.017551551 0.998805344 -0.045604516 -1.547720671 -0.872687876 -0.037563618 -0.486831784 129.455947876\n-0.524525166 0.031630900 0.850807130 105.593566895 -0.014234567 0.998844147 -0.045910202 -1.564188719 -0.851275861 -0.036191933 -0.523468733 129.198394775\n-0.561295748 0.029652774 0.827084064 105.970870972 -0.012989391 0.998919189 -0.044628613 -1.581125736 -0.827513516 -0.035793163 -0.560303926 128.915542603\n-0.598336935 0.024613328 0.800866425 106.343093872 -0.016585218 0.998933434 -0.043091614 -1.598597884 -0.801072896 -0.039065849 -0.597290635 128.620376587\n-0.633589745 0.023039570 0.773326099 106.701446533 -0.015788129 0.998963296 -0.042697228 -1.614214182 -0.773508132 -0.039261900 -0.632569194 128.300140381\n-0.667038441 0.023250585 0.744660735 107.055892944 -0.012060196 0.999044955 -0.041996300 -1.629915237 -0.744926035 -0.036993891 -0.666121006 127.948799133\n-0.698667049 0.024690017 0.715021074 107.389602661 -0.007438127 0.999099672 -0.041767392 -1.643516183 -0.715408564 -0.034499910 -0.697854400 127.574211121\n-0.728380799 0.027079377 0.684637368 107.719985962 -0.000537529 0.999195814 -0.040092945 -1.663992763 -0.685172439 -0.029570939 -0.727780461 127.180343628\n-0.754577041 0.026910525 0.655659556 108.053207397 0.002380334 0.999264479 -0.038273808 -1.676281095 -0.656207263 -0.027319845 -0.754086137 126.755645752\n-0.776841640 0.024481166 0.629220068 108.383773804 0.001340956 0.999306023 -0.037224602 -1.690219760 -0.629694700 -0.028073860 -0.776335359 126.328529358\n-0.797253728 0.022188144 0.603236377 108.706237793 -0.000734656 0.999287844 -0.037726585 -1.708122134 -0.603643835 -0.030520832 -0.796669602 125.889343262\n-0.817819357 0.021374835 0.575078130 109.016098022 -0.000511627 0.999282539 -0.037869494 -1.725333333 -0.575474977 -0.031264629 -0.817221642 125.421722412\n-0.838513374 0.019015534 0.544549286 109.312149048 -0.002189833 0.999265194 -0.038266081 -1.741163969 -0.544876754 -0.033279087 -0.837855577 124.943038940\n-0.858736038 0.019370845 0.512052119 109.585647583 -0.000972041 0.999221861 -0.039430551 -1.766358376 -0.512417495 -0.034358166 -0.858048916 124.455291748\n-0.877992749 0.020461714 0.478236824 109.844436646 0.001021360 0.999163747 -0.040874854 -1.780672073 -0.478673279 -0.035399362 -0.877279520 123.931320190\n-0.896331906 0.019699566 0.442945898 110.083511353 0.002216635 0.999199092 -0.039952844 -1.804560423 -0.443378210 -0.034829162 -0.895657659 123.395454407\n-0.913622022 0.017507352 0.406187356 110.322525024 0.001609129 0.999220312 -0.039448705 -1.820573330 -0.406561285 -0.035387602 -0.912937880 122.838966370\n-0.929129839 0.015876170 0.369413048 110.525314331 0.001395929 0.999221265 -0.039432310 -1.837866783 -0.369751394 -0.036122054 -0.928428411 122.273651123\n-0.943119168 0.015652534 0.332086653 110.715591431 0.003228161 0.999275088 -0.037931807 -1.857236505 -0.332439661 -0.034702182 -0.942486048 121.677597046\n-0.955204844 0.015686600 0.295529306 110.887390137 0.005582047 0.999371588 -0.035004120 -1.880339265 -0.295892686 -0.031786446 -0.954692125 121.060470581\n-0.965171814 0.015725402 0.261144847 111.038085938 0.007563896 0.999451876 -0.032228582 -1.896573782 -0.261508524 -0.029130837 -0.964761734 120.433654785\n-0.973128319 0.016050478 0.229703784 111.177337646 0.009245319 0.999486744 -0.030671500 -1.909353256 -0.230078176 -0.027723618 -0.972777247 119.795013428\n-0.979166985 0.020919649 0.201976359 111.296829224 0.015142103 0.999431968 -0.030108077 -1.930417299 -0.202491477 -0.026422488 -0.978927493 119.133346558\n-0.983525038 0.024836335 0.179058239 111.404769897 0.019433532 0.999303222 -0.031864863 -1.944308996 -0.179724887 -0.027860152 -0.983322501 118.467567444\n-0.986435771 0.028201930 0.161707446 111.507888794 0.022745114 0.999110878 -0.035497840 -1.959192514 -0.162564784 -0.031338286 -0.986200213 117.773681641\n-0.988334537 0.030994130 0.149111494 111.602416992 0.025458327 0.998919070 -0.038892265 -1.980633616 -0.150155738 -0.034642439 -0.988055229 117.057960510\n-0.989568710 0.033406548 0.140136257 111.701126099 0.027877046 0.998760402 -0.041237649 -1.997855902 -0.141340151 -0.036900897 -0.989273310 116.347534180\n-0.990324259 0.035555094 0.134142011 111.796569824 0.030150643 0.998658001 -0.042108167 -2.021344423 -0.135459155 -0.037656266 -0.990067244 115.627494812\n-0.990820050 0.037453078 0.129896104 111.896865845 0.032373995 0.998634696 -0.040995371 -2.047648668 -0.131254166 -0.036413778 -0.990679741 114.870002747\n-0.991156220 0.037364632 0.127333686 111.996520996 0.032580473 0.998690248 -0.039450422 -2.071549654 -0.128640965 -0.034952924 -0.991075397 114.114906311\n-0.991351128 0.037890781 0.125649169 112.102188110 0.033146132 0.998664141 -0.039639875 -2.094702721 -0.126983300 -0.035132244 -0.991282701 113.344299316\n-0.991360784 0.038221698 0.125472605 112.211151123 0.033425357 0.998635948 -0.040112175 -2.108074188 -0.126834616 -0.035571665 -0.991286039 112.539672852\n-0.991195440 0.039073907 0.126510501 112.311019897 0.034347095 0.998635709 -0.039332055 -2.127698421 -0.127874762 -0.034640484 -0.991185188 111.728569031\n-0.991086960 0.039028257 0.127372101 112.425109863 0.034567304 0.998715460 -0.037048317 -2.146873951 -0.128654420 -0.032315187 -0.991163015 110.892623901\n-0.991008282 0.038162768 0.128245771 112.542724609 0.034070551 0.998842478 -0.033953626 -2.174960136 -0.129393101 -0.029278908 -0.991161346 110.058044434\n-0.990956306 0.038452804 0.128558800 112.661926270 0.034613110 0.998889327 -0.031969987 -2.199203253 -0.129645348 -0.027231034 -0.991186619 109.239128113\n-0.990867496 0.037764821 0.129442513 112.772979736 0.034034591 0.998942554 -0.030910362 -2.216292858 -0.130472943 -0.026222549 -0.991104960 108.375900269\n-0.990960121 0.038914148 0.128390998 112.905700684 0.035100322 0.998876572 -0.031835753 -2.239930391 -0.129485622 -0.027041391 -0.991212845 107.487777710\n-0.990686536 0.045047864 0.128495276 113.011367798 0.041089982 0.998600721 -0.033289462 -2.263839245 -0.129815102 -0.027699551 -0.991151214 106.576461792\n-0.990673065 0.044380698 0.128830954 113.132659912 0.040308807 0.998607099 -0.034044895 -2.281018734 -0.130162448 -0.028534334 -0.991082072 105.662322998\n-0.990712285 0.044459332 0.128500670 113.265701294 0.039969135 0.998503923 -0.037314240 -2.308071136 -0.129967391 -0.031831618 -0.991007209 104.744346619\n-0.990471601 0.046916969 0.129479095 113.392410278 0.041964516 0.998289049 -0.040717304 -2.332061291 -0.131167889 -0.034895808 -0.990745783 103.789169312\n-0.990582705 0.045681681 0.129071623 113.522705078 0.040480863 0.998270273 -0.042635467 -2.354175329 -0.130796015 -0.037009019 -0.990718484 102.833007812\n-0.990948200 0.041879907 0.127546966 113.658233643 0.037087969 0.998522460 -0.039716952 -2.387395144 -0.129021853 -0.034626976 -0.991037250 101.867729187\n-0.991315365 0.037722919 0.125978693 113.797332764 0.033441398 0.998794615 -0.035930477 -2.415236473 -0.127182245 -0.031405531 -0.991382003 100.884857178\n-0.991604567 0.034569763 0.124601819 113.921798706 0.030709773 0.998991072 -0.032767873 -2.440899372 -0.125608876 -0.028666275 -0.991665721 99.893745422\n-0.991949677 0.033758175 0.122051328 114.063049316 0.030278299 0.999083519 -0.030255223 -2.473816156 -0.122960828 -0.026316149 -0.992062688 98.909790039\n-0.992078781 0.034521218 0.120783702 114.181350708 0.031148899 0.999073446 -0.029698405 -2.496593714 -0.121697016 -0.025700867 -0.992234826 97.918052673\n-0.992242098 0.035711620 0.119080834 114.308090210 0.032281224 0.999009907 -0.030613413 -2.523231983 -0.120056190 -0.026531843 -0.992412448 96.927322388\n-0.992359638 0.036140587 0.117968142 114.435379028 0.032639895 0.998971462 -0.031473823 -2.543119669 -0.118984289 -0.027382880 -0.992518663 95.933326721\n-0.992375493 0.037842959 0.117299601 114.556930542 0.034330957 0.998903871 -0.031818412 -2.573971987 -0.118375130 -0.027548799 -0.992586851 94.928642273\n-0.992326260 0.038038269 0.117651574 114.669784546 0.034484982 0.998889804 -0.032092154 -2.599705458 -0.118741691 -0.027788671 -0.992536426 93.920188904\n-0.992162943 0.042000990 0.117681317 114.798294067 0.038651597 0.998784065 -0.030601680 -2.627628565 -0.118823521 -0.025813278 -0.992579937 92.902603149\n-0.991992950 0.042942561 0.118768036 114.920272827 0.039927334 0.998819888 -0.027652634 -2.650039196 -0.119815350 -0.022689128 -0.992536783 91.889373779\n-0.991854548 0.044940628 0.119185105 115.054595947 0.041983694 0.998747826 -0.027206749 -2.684827566 -0.120258555 -0.021981303 -0.992499232 90.852294922\n-0.991597176 0.047267437 0.120420508 115.176651001 0.043885350 0.998568237 -0.030586004 -2.712159634 -0.121693820 -0.025044296 -0.992251873 89.847961426\n-0.991457105 0.047463126 0.121491715 115.306640625 0.043635115 0.998469532 -0.033978835 -2.738383293 -0.122918516 -0.028387250 -0.992010713 88.808837891\n-0.991349936 0.046969354 0.122554012 115.438110352 0.043082178 0.998486698 -0.034178954 -2.766914368 -0.123973921 -0.028603407 -0.991873264 87.788619995\n-0.991185188 0.046847627 0.123924576 115.571716309 0.043137692 0.998541892 -0.032454237 -2.792574883 -0.125264287 -0.026822338 -0.991760731 86.778701782\n-0.991039276 0.045539673 0.125569195 115.708740234 0.041761305 0.998596907 -0.032561280 -2.820589066 -0.126875833 -0.027025569 -0.991550446 85.723526001\n-0.990761161 0.045828700 0.127641499 115.845458984 0.041725203 0.998528421 -0.034640409 -2.844377518 -0.129041180 -0.028994501 -0.991215348 84.685455322\n-0.990628839 0.044719789 0.129053310 115.995758057 0.040424075 0.998544037 -0.035717253 -2.882885456 -0.130462676 -0.030165678 -0.990994334 83.659942627\n-0.990358949 0.045913715 0.130693913 116.134719849 0.041555066 0.998491585 -0.035885528 -2.913890600 -0.132144406 -0.030108564 -0.990773082 82.612785339\n-0.990128756 0.045531545 0.132558689 116.275924683 0.041318726 0.998555005 -0.034361333 -2.943114281 -0.133931652 -0.028544990 -0.990579367 81.562736511\n-0.989950895 0.045231499 0.133982286 116.428176880 0.041300833 0.998634994 -0.031974092 -2.973903656 -0.135245636 -0.026119204 -0.990467787 80.509231567\n-0.989646792 0.045944281 0.135972664 116.573348999 0.042291783 0.998665810 -0.029631425 -2.999753952 -0.137152642 -0.023574114 -0.990269542 79.447860718\n-0.989364266 0.046423860 0.137852669 116.718032837 0.042911895 0.998676777 -0.028341429 -3.023541689 -0.138985977 -0.022124475 -0.990047336 78.380706787\n-0.989175200 0.046862613 0.139056280 116.881149292 0.043302115 0.998654783 -0.028522275 -3.051179886 -0.140205860 -0.022192091 -0.989873767 77.322235107\n-0.988973498 0.047903139 0.140134156 117.034942627 0.044170875 0.998584628 -0.029625403 -3.072849989 -0.141354963 -0.023108879 -0.989689589 76.255828857\n-0.988857388 0.048959363 0.140585467 117.194961548 0.045169082 0.998527944 -0.030028120 -3.098398209 -0.141848668 -0.023343407 -0.989613175 75.159889221\n-0.988638759 0.051187567 0.141327888 117.352935791 0.047231302 0.998396277 -0.031209640 -3.120431423 -0.142698795 -0.024179954 -0.989470959 74.076248169\n-0.988446116 0.052280597 0.142271444 117.511642456 0.048017517 0.998293340 -0.033236809 -3.151991367 -0.143766284 -0.026021270 -0.989269614 72.982467651\n-0.988283396 0.053157911 0.143075168 117.670211792 0.048364669 0.998152494 -0.036775846 -3.178348541 -0.144765764 -0.029425170 -0.989028454 71.888595581\n-0.988304138 0.053304490 0.142876759 117.834701538 0.048326235 0.998104990 -0.038092040 -3.209611416 -0.144636482 -0.030741820 -0.989007354 70.788597107\n-0.988485336 0.051447541 0.142301455 117.999755859 0.046701349 0.998241961 -0.036496371 -3.243968010 -0.143928930 -0.029430462 -0.989150167 69.676033020\n-0.988705039 0.049336899 0.141521722 118.162902832 0.045041006 0.998426616 -0.033401255 -3.280318737 -0.142946973 -0.026649704 -0.989371538 68.569580078\n-0.988819838 0.049762771 0.140567884 118.326904297 0.045709886 0.998444736 -0.031917255 -3.306916475 -0.141937554 -0.025135070 -0.989556670 67.427581787\n-0.989001632 0.050426956 0.139041990 118.489700317 0.046462890 0.998419702 -0.031611964 -3.331150293 -0.140416354 -0.024803996 -0.989781737 66.313156128\n-0.989119291 0.051471788 0.137818858 118.649948120 0.047550883 0.998369038 -0.031594727 -3.360043526 -0.139220312 -0.024697540 -0.989953518 65.189735413\n-0.989132285 0.054030396 0.136741862 118.806106567 0.049867190 0.998187363 -0.033692840 -3.392582893 -0.138314441 -0.026507741 -0.990033746 64.055908203\n-0.989258170 0.053849459 0.135898769 118.961517334 0.049393244 0.998132050 -0.035954695 -3.423691034 -0.137581050 -0.028855996 -0.990070105 62.906230927\n-0.989353299 0.053541638 0.135328874 119.119186401 0.049135469 0.998154104 -0.035694398 -3.453859329 -0.136990204 -0.028664915 -0.990157843 61.767807007\n-0.989585519 0.052096665 0.134188354 119.280761719 0.048179768 0.998317063 -0.032275453 -3.483165264 -0.135643959 -0.025474157 -0.990430117 60.595497131\n-0.989663005 0.052638363 0.133402973 119.445877075 0.049403694 0.998401761 -0.027444879 -3.513631344 -0.134634420 -0.020570582 -0.990681887 59.430839539\n-0.989628792 0.054533571 0.132894889 119.601516724 0.051708035 0.998358667 -0.024623260 -3.531637430 -0.134019554 -0.017496154 -0.990824342 58.262336731\n-0.989685893 0.055261966 0.132167146 119.765869141 0.052221891 0.998287499 -0.026361056 -3.563579559 -0.133397579 -0.019187145 -0.990876913 57.095043182\n-0.989609718 0.057790656 0.131655693 119.913284302 0.053765479 0.997977018 -0.033928752 -3.581499577 -0.133350119 -0.026497684 -0.990714788 55.919433594\n-0.989895105 0.055615507 0.130440593 120.073287964 0.051200457 0.998004138 -0.036962647 -3.609391689 -0.132235944 -0.029910523 -0.990767002 54.742843628\n-0.990341902 0.049660660 0.129447937 120.241500854 0.045765497 0.998410463 -0.032895360 -3.643602848 -0.130875781 -0.026653403 -0.991040468 53.572689056\n-0.990603089 0.045659978 0.128921151 120.403900146 0.042548161 0.998735130 -0.026790703 -3.678570032 -0.129981354 -0.021053595 -0.991292834 52.369377136\n-0.990795970 0.041660596 0.128794089 120.562850952 0.039120521 0.998988092 -0.022190368 -3.699496031 -0.129588217 -0.016947633 -0.991423130 51.183391571\n-0.990888238 0.041211687 0.128226995 120.723846436 0.038564719 0.998989999 -0.023058632 -3.726794243 -0.129047781 -0.017903490 -0.991476774 49.973937988\n-0.990856171 0.042461168 0.128068224 120.885421753 0.039146032 0.998832822 -0.028293740 -3.744140387 -0.129120141 -0.023021661 -0.991361856 48.787635803\n-0.990652442 0.045210186 0.128700346 121.044158936 0.041404132 0.998626769 -0.032097831 -3.775192499 -0.129974768 -0.026469069 -0.991163969 47.585155487\n-0.990334034 0.048381317 0.129992694 121.202270508 0.044264566 0.998428226 -0.034375597 -3.801295757 -0.131451502 -0.028289247 -0.990918994 46.374603271\n-0.990070462 0.050728008 0.131099284 121.354660034 0.046512045 0.998303533 -0.035024934 -3.842811346 -0.132653624 -0.028579459 -0.990750313 45.164558411\n-0.989895940 0.049808424 0.132760912 121.518249512 0.045673218 0.998377144 -0.034015041 -3.873567581 -0.134239703 -0.027607728 -0.990564346 43.961868286\n-0.989775658 0.048443023 0.134154886 121.686553955 0.044637185 0.998514831 -0.031234633 -3.906738281 -0.135468751 -0.024926983 -0.990468025 42.737552643\n-0.989831328 0.043697502 0.135367945 121.855880737 0.039837990 0.998722315 -0.031091411 -3.937236309 -0.136553600 -0.025382467 -0.990307450 41.535160065\n-0.989946842 0.040555667 0.135501251 122.038604736 0.036517534 0.998815536 -0.032156236 -3.972987413 -0.136644870 -0.026884792 -0.990255356 40.300270081\n-0.989935398 0.038764209 0.136108637 122.212112427 0.034664109 0.998874784 -0.032366559 -4.002785683 -0.137210146 -0.027322713 -0.990165114 39.080913544\n-0.989817858 0.039532356 0.136741325 122.380432129 0.035544761 0.998872101 -0.031482335 -4.030220032 -0.137831658 -0.026301334 -0.990106583 37.872718811\n-0.989724040 0.040995397 0.136989698 122.555480957 0.037253015 0.998862267 -0.029772757 -4.067905426 -0.138054386 -0.024363527 -0.990125179 36.625648499\n-0.989599228 0.042261813 0.137504861 122.724227905 0.038484883 0.998808384 -0.030012382 -4.096207619 -0.138609380 -0.024408368 -0.990046501 35.400394440\n-0.989481449 0.043374777 0.138005912 122.892745972 0.039527319 0.998752892 -0.030499773 -4.119575500 -0.139156729 -0.024723949 -0.989961982 34.162662506\n-0.989533424 0.041979793 0.138062552 123.076553345 0.038135629 0.998810887 -0.030373134 -4.156014442 -0.139173433 -0.024790131 -0.989957690 32.933933258\n-0.989528060 0.041540988 0.138233781 123.250198364 0.037706017 0.998830974 -0.030247757 -4.187274933 -0.139328703 -0.024718760 -0.989937663 31.708808899\n-0.989601254 0.041493870 0.137722433 123.431106567 0.037557460 0.998811662 -0.031059921 -4.216570377 -0.138847575 -0.025564432 -0.989983678 30.456398010\n-0.989539623 0.041858394 0.138056204 123.602127075 0.037563372 0.998730183 -0.033571847 -4.246293068 -0.139286146 -0.028034810 -0.989855409 29.217472076\n-0.989544749 0.042442847 0.137839481 123.781486511 0.037981812 0.998671055 -0.034835737 -4.276289463 -0.139134824 -0.029236129 -0.989841819 27.969837189\n-0.989646912 0.041357018 0.137437060 123.958724976 0.037097037 0.998752832 -0.033415157 -4.316138268 -0.138647616 -0.027970694 -0.989946842 26.721664429\n-0.989752054 0.040634874 0.136895716 124.136878967 0.036628719 0.998827338 -0.031658299 -4.348765850 -0.138021618 -0.026319539 -0.990079761 25.461973190\n-0.989983439 0.039541814 0.135533914 124.319389343 0.035827730 0.998915493 -0.029734815 -4.382509708 -0.136562705 -0.024581099 -0.990326524 24.185499191\n-0.990091205 0.040305283 0.134518623 124.490257263 0.036701519 0.998900592 -0.029164175 -4.406216145 -0.135546207 -0.023938151 -0.990481973 22.926261902\n-0.990228534 0.040946741 0.133307904 124.670188904 0.037409578 0.998881102 -0.028932258 -4.448900700 -0.134343415 -0.023662552 -0.990652442 21.612777710\n-0.990326643 0.041947067 0.132263482 124.842567444 0.038303927 0.998816609 -0.029970704 -4.474048615 -0.133364141 -0.024614574 -0.990761399 20.345382690\n-0.990454316 0.042283252 0.131195530 125.018157959 0.038467355 0.998763680 -0.031485964 -4.506069183 -0.132364661 -0.026138663 -0.990856409 19.091798782\n-0.990680814 0.043312617 0.129136488 125.195976257 0.039452024 0.998699069 -0.032306321 -4.532018661 -0.130367756 -0.026910545 -0.991100788 17.818582535\n-0.990686178 0.045458306 0.128353447 125.361564636 0.041861359 0.998655200 -0.030585157 -4.579216957 -0.129571185 -0.024927242 -0.991256833 16.542016983\n-0.990631580 0.048677061 0.127592266 125.515953064 0.045549165 0.998588443 -0.027320711 -4.606544971 -0.128742054 -0.021253036 -0.991450429 15.241423607\n-0.990759969 0.049401756 0.126310453 125.682968140 0.046570498 0.998595238 -0.025272492 -4.638847351 -0.127381518 -0.019156631 -0.991668820 13.943450928\n-0.990638375 0.052913565 0.125840425 125.834495544 0.049512181 0.998322666 -0.030007375 -4.665248871 -0.127217144 -0.023495821 -0.991596580 12.646244049\n-0.990904927 0.051683050 0.124243662 126.014297485 0.047787640 0.998274148 -0.034133308 -4.692901134 -0.125793353 -0.027885547 -0.991664529 11.344258308\n-0.991024017 0.050466582 0.123792455 126.179725647 0.046387576 0.998288393 -0.035616077 -4.729520798 -0.125377998 -0.029553957 -0.991668701 10.045467377\n-0.991096497 0.048324250 0.124066718 126.349121094 0.044484220 0.998446941 -0.033538774 -4.762050629 -0.125494763 -0.027721150 -0.991706848 8.737951279\n-0.990937710 0.050251614 0.124568947 126.515830994 0.046515819 0.998381495 -0.032720897 -4.797421932 -0.126011610 -0.026629943 -0.991671443 7.421230316\n-0.990733981 0.051683526 0.125600338 126.677322388 0.048129585 0.998354673 -0.031169405 -4.828817844 -0.127004623 -0.024835492 -0.991591334 6.108707428\n-0.990690947 0.052651916 0.125536069 126.859390259 0.049332190 0.998349309 -0.029410288 -4.868000031 -0.126877353 -0.022943534 -0.991653085 4.795429230\n-0.990357161 0.053815193 0.127659336 127.018188477 0.050474755 0.998296559 -0.029261416 -4.897570610 -0.129016593 -0.022535676 -0.991386533 3.469305038\n-0.990305185 0.053564046 0.128165677 127.209564209 0.050052676 0.998281837 -0.030465148 -4.927585602 -0.129577294 -0.023754761 -0.991284728 2.116891861\n-0.990126371 0.052883659 0.129818752 127.381668091 0.049456593 0.998340964 -0.029484536 -4.957036018 -0.131162629 -0.022773027 -0.991099238 0.789442062\n-0.990011930 0.053228516 0.130550429 127.571891785 0.049686816 0.998306930 -0.030240171 -4.991844177 -0.131939039 -0.023451488 -0.990980506 -0.534503937\n-0.989755750 0.052895885 0.132612094 127.748664856 0.049033049 0.998277009 -0.032229438 -5.028910160 -0.134088412 -0.025396891 -0.990644097 -1.871063232\n-0.989686728 0.052715320 0.133196503 127.942840576 0.049058314 0.998327315 -0.030592253 -5.058410168 -0.134586394 -0.023742350 -0.990617394 -3.254180908\n-0.989635110 0.051155679 0.134185389 128.133148193 0.047560290 0.998421788 -0.029866287 -5.089603424 -0.135501444 -0.023174828 -0.990506172 -4.612049103\n-0.989594936 0.049691528 0.135028571 128.320312500 0.045759477 0.998437524 -0.032071285 -5.116674423 -0.136411265 -0.025558744 -0.990322590 -5.978183746\n-0.989658594 0.047903277 0.135208279 128.512420654 0.043950841 0.998518825 -0.032069054 -5.151039124 -0.136544228 -0.025794894 -0.990298152 -7.332378387\n-0.989641547 0.045973253 0.136002630 128.700439453 0.042038832 0.998614132 -0.031662457 -5.186160564 -0.137269780 -0.025617084 -0.990202665 -8.695724487\n-0.989593387 0.046327811 0.136229202 128.899902344 0.042541798 0.998626769 -0.030574227 -5.225907326 -0.137458563 -0.024460619 -0.990205288 -10.082950592\n-0.989531636 0.047114562 0.136408731 129.091400146 0.043260638 0.998580217 -0.031082315 -5.258481026 -0.137679487 -0.024855806 -0.990164876 -11.453529358\n-0.989499211 0.047767706 0.136416018 129.282348633 0.043820791 0.998533428 -0.031792507 -5.295218468 -0.137734607 -0.025480807 -0.990141273 -12.821540833\n-0.989440799 0.048721924 0.136503518 129.470901489 0.044659965 0.998468041 -0.032665059 -5.331727982 -0.137885913 -0.026223898 -0.990100980 -14.203712463\n-0.989378214 0.049932454 0.136520833 129.658737183 0.046038229 0.998441756 -0.031536851 -5.363432884 -0.137882814 -0.024916688 -0.990135312 -15.588882446\n-0.989571810 0.049694769 0.135196790 129.858673096 0.046197884 0.998514652 -0.028882595 -5.390161514 -0.136431292 -0.022335595 -0.990397692 -16.984546661\n-0.989608884 0.051030591 0.134426668 130.047973633 0.047623076 0.998460293 -0.028445322 -5.424756527 -0.135671273 -0.021747928 -0.990515351 -18.377143860\n-0.989704728 0.051917046 0.133376315 130.238632202 0.048170708 0.998352766 -0.031165611 -5.454402924 -0.134774640 -0.024419922 -0.990575433 -19.776031494\n-0.989925981 0.051313970 0.131962314 130.431671143 0.047427636 0.998348117 -0.032428738 -5.492519379 -0.133408383 -0.025843378 -0.990724444 -21.181221008\n-0.990087986 0.049858246 0.131300554 130.620971680 0.046181496 0.998454988 -0.030902112 -5.524318218 -0.132638410 -0.024532156 -0.990860820 -22.595603943\n-0.990243196 0.049662311 0.130200297 130.810516357 0.046238881 0.998503923 -0.029187895 -5.561323166 -0.131455034 -0.022882797 -0.991058111 -23.989135742\n-0.990364790 0.049408320 0.129369617 130.995712280 0.046123322 0.998535693 -0.028268291 -5.595107079 -0.130576864 -0.022028962 -0.991193414 -25.402633667\n-0.990509033 0.049466230 0.128239229 131.183059692 0.046320200 0.998550773 -0.027401669 -5.628256321 -0.129408836 -0.021201530 -0.991364837 -26.802558899\n-0.990624309 0.048583325 0.127685592 131.365447998 0.045498248 0.998600304 -0.026969871 -5.659418583 -0.128817156 -0.020907534 -0.991448164 -28.209613800\n-0.990810394 0.048877224 0.126117587 131.550262451 0.045794718 0.998579741 -0.027227934 -5.700159550 -0.127269298 -0.021202203 -0.991641521 -29.627605438\n-0.990974426 0.047509808 0.125349432 131.728378296 0.044364769 0.998629510 -0.027765134 -5.730388641 -0.126496762 -0.021953439 -0.991724014 -31.029048920\n-0.991144657 0.047530208 0.123988785 131.914459229 0.044474859 0.998637497 -0.027296277 -5.770484924 -0.125117257 -0.021540174 -0.991908193 -32.415206909\n-0.991148829 0.046648473 0.124291204 132.085449219 0.043515548 0.998665750 -0.027804542 -5.796823025 -0.125422403 -0.022149835 -0.991856337 -33.832611084\n-0.991146326 0.048600223 0.123558894 132.269866943 0.045625467 0.998599231 -0.026793925 -5.837670326 -0.124688007 -0.020919269 -0.991975427 -35.227249146\n-0.990926504 0.050043352 0.124741353 132.438201904 0.047360770 0.998580277 -0.024380531 -5.868627071 -0.125784338 -0.018251467 -0.991889715 -36.640716553\n-0.990492702 0.057178348 0.125120819 132.613388062 0.054799661 0.998246670 -0.022373930 -5.893405437 -0.126180753 -0.015304632 -0.991889358 -38.048088074\n-0.990185022 0.058623902 0.126874566 132.787200928 0.056347132 0.998180509 -0.021463400 -5.924133778 -0.127901986 -0.014103716 -0.991686702 -39.430473328\n-0.989899993 0.061721034 0.127627850 132.966217041 0.058879465 0.997928500 -0.025922280 -5.952960968 -0.128963426 -0.018145800 -0.991483450 -40.823699951\n-0.990036011 0.058335952 0.128162250 133.153259277 0.054970659 0.998047829 -0.029643200 -5.981392860 -0.129641309 -0.022302672 -0.991310120 -42.221282959\n-0.990179062 0.055996407 0.128101051 133.344177246 0.052683864 0.998187006 -0.029105378 -6.011920929 -0.129498601 -0.022070678 -0.991333961 -43.605415344\n-0.990051389 0.056488436 0.128869787 133.524963379 0.053684119 0.998241603 -0.025134481 -6.053629875 -0.130062982 -0.017966166 -0.991343021 -44.989868164\n-0.989798069 0.060286004 0.129096776 133.712249756 0.057226200 0.997988343 -0.027284686 -6.081076145 -0.130481958 -0.019618604 -0.991256833 -46.366653442\n-0.989446998 0.065003701 0.129495829 133.885009766 0.061672974 0.997658253 -0.029571144 -6.108930588 -0.131114811 -0.021272687 -0.991138935 -47.744354248\n-0.989423633 0.063043691 0.130638316 134.065856934 0.059817381 0.997802973 -0.028479021 -6.142781258 -0.132146716 -0.020363376 -0.991021037 -49.138290405\n-0.989496350 0.062208265 0.130488321 134.266845703 0.059117265 0.997874022 -0.027433110 -6.181588173 -0.131917477 -0.019430848 -0.991070390 -50.544555664\n-0.989750743 0.055813711 0.131447181 134.463043213 0.052715633 0.998246253 -0.026934739 -6.208714485 -0.132719979 -0.019729357 -0.990957260 -51.937576294\n-0.989845753 0.051541489 0.132471472 134.668457031 0.048582692 0.998494267 -0.025473444 -6.242216110 -0.133584946 -0.018778959 -0.990859389 -53.376708984\n-0.989789367 0.048871242 0.133898869 134.859512329 0.045983814 0.998639882 -0.024574395 -6.273203850 -0.134917736 -0.018166289 -0.990690351 -54.774635315\n-0.989729285 0.048447825 0.134494439 135.068771362 0.045551360 0.998660743 -0.024532063 -6.308065891 -0.135502830 -0.018153695 -0.990610600 -56.208457947\n-0.989476323 0.049686205 0.135896862 135.261123657 0.047047641 0.998637855 -0.022561230 -6.339494228 -0.136832729 -0.015930176 -0.990466118 -57.605613708\n-0.989234447 0.051001124 0.137164220 135.454406738 0.048550256 0.998596668 -0.021156847 -6.358979702 -0.138050750 -0.014269724 -0.990322351 -59.028694153\n-0.989057064 0.051783141 0.138147637 135.654937744 0.049321588 0.998558283 -0.021184754 -6.384399414 -0.139045477 -0.014139268 -0.990185142 -60.436676025\n-0.988902688 0.053397216 0.138638094 135.863220215 0.050886735 0.998470962 -0.021592537 -6.406082153 -0.139579087 -0.014298076 -0.990107894 -61.850669861\n-0.988846064 0.052244384 0.139478549 136.064300537 0.049808320 0.998540044 -0.020901823 -6.429485321 -0.140366912 -0.013721491 -0.990004659 -63.269317627\n-0.988846302 0.051937804 0.139590815 136.267303467 0.049559176 0.998561502 -0.020464716 -6.453361511 -0.140452906 -0.013318452 -0.989997745 -64.681686401\n-0.988844633 0.052028153 0.139569476 136.468353271 0.049555477 0.998547733 -0.021135941 -6.477049828 -0.140466437 -0.013983727 -0.989986777 -66.109580994\n-0.988927364 0.051285952 0.139256522 136.677185059 0.048934445 0.998596489 -0.020260165 -6.499766350 -0.140100136 -0.013221391 -0.990049005 -67.531326294\n-0.988853693 0.052475739 0.139336273 136.876007080 0.050077144 0.998531520 -0.020667316 -6.520819664 -0.140216187 -0.013459390 -0.990029454 -68.964416504\n-0.989053965 0.049978118 0.138831407 137.095062256 0.047353905 0.998632729 -0.022143491 -6.547607899 -0.139748275 -0.015326901 -0.990068316 -70.393127441\n-0.988974929 0.050550129 0.139189169 137.284545898 0.047936041 0.998606503 -0.022071809 -6.568946838 -0.140110940 -0.015156284 -0.990020037 -71.837654114\n-0.989353418 0.047776446 0.137467921 137.509460449 0.045360468 0.998757124 -0.020655975 -6.595275879 -0.138283923 -0.014200448 -0.990290880 -73.264251709\n-0.989459991 0.047088251 0.136936381 137.703643799 0.044850484 0.998805642 -0.019383093 -6.617920399 -0.137685552 -0.013037132 -0.990390182 -74.698204041\n-0.989577532 0.046684936 0.136224732 137.901626587 0.044605874 0.998837471 -0.018276429 -6.636393070 -0.136919603 -0.012009516 -0.990509510 -76.122299194\n-0.989836574 0.045986257 0.134569481 138.105422974 0.043956585 0.998870969 -0.018016769 -6.663120747 -0.135246068 -0.011918440 -0.990740418 -77.552688599\n-0.989988804 0.046653174 0.133213609 138.305007935 0.044704631 0.998845518 -0.017582526 -6.684091091 -0.133880094 -0.011451237 -0.990931511 -78.976219177\n-0.989935875 0.048146609 0.133076757 138.498657227 0.046492878 0.998798251 -0.015508266 -6.701227665 -0.133663505 -0.009165064 -0.990984678 -80.396667480\n-0.989667773 0.052541915 0.133405536 138.692993164 0.051250007 0.998599887 -0.013101921 -6.723963737 -0.133907169 -0.006129514 -0.990974903 -81.842369080\n-0.989248037 0.058641065 0.133976176 138.878662109 0.057744678 0.998275399 -0.010570006 -6.740432739 -0.134364963 -0.002719945 -0.990928292 -83.265495300\n-0.988831639 0.061583422 0.135717914 139.066986084 0.060885303 0.998101532 -0.009292707 -6.752317429 -0.136032522 -0.000925697 -0.990703940 -84.711959839\n-0.988604546 0.062063199 0.137146384 139.265274048 0.061406743 0.998072088 -0.009016372 -6.758542538 -0.137441561 -0.000491914 -0.990509748 -86.124824524\n-0.988621831 0.059318583 0.138232589 139.468200684 0.058685597 0.998238981 -0.008653994 -6.777458668 -0.138502508 -0.000443265 -0.990362048 -87.569595337\n-0.988751292 0.056185789 0.138614669 139.674957275 0.055777483 0.998419881 -0.006831540 -6.788019180 -0.138779476 0.000976883 -0.990322828 -88.999191284\n-0.988919973 0.052823998 0.138734832 139.888488770 0.052419946 0.998603523 -0.006567276 -6.797614574 -0.138888001 0.000777963 -0.990308046 -90.402549744\n-0.989026189 0.051526800 0.138464719 140.093643188 0.050432175 0.998662353 -0.011404640 -6.804665565 -0.138867140 -0.004296410 -0.990301847 -91.834106445\n-0.989201427 0.048839010 0.138187304 140.298431396 0.047109008 0.998765349 -0.015764279 -6.822401524 -0.138786614 -0.009084178 -0.990280867 -93.243270874\n-0.989556193 0.046031665 0.136600688 140.510803223 0.044568855 0.998911679 -0.013749436 -6.832708359 -0.137084931 -0.007517701 -0.990530849 -94.666961670\n-0.989799500 0.041574068 0.136267379 140.720306396 0.040762402 0.999130607 -0.008742557 -6.844720840 -0.136512369 -0.003098792 -0.990633607 -96.086624146\n-0.989939094 0.042420294 0.134985879 140.923736572 0.041430835 0.999090016 -0.010132091 -6.852224827 -0.135292843 -0.004437576 -0.990795732 -97.512222290\n-0.990031719 0.040492568 0.134899974 141.123687744 0.039356891 0.999163806 -0.011075966 -6.861927509 -0.135235667 -0.005656313 -0.990797520 -98.932388306\n-0.990332127 0.038568728 0.133247346 141.339797974 0.037037089 0.999216437 -0.013955198 -6.877327919 -0.133681178 -0.008885186 -0.990984559 -100.346038818\n-0.990456343 0.038169395 0.132437378 141.534271240 0.036190387 0.999194860 -0.017318921 -6.891871929 -0.132991791 -0.012360673 -0.991040230 -101.759429932\n-0.990441322 0.038572174 0.132432044 141.725463867 0.036547210 0.999175370 -0.017688312 -6.910050869 -0.133005112 -0.012679213 -0.991034269 -103.175460815\n-0.990308046 0.039182346 0.133247435 141.922378540 0.037692931 0.999195695 -0.013683002 -6.924310207 -0.133676395 -0.008527901 -0.990988374 -104.576828003\n-0.990097642 0.040821429 0.134314477 142.111328125 0.039473798 0.999140143 -0.012682268 -6.936661720 -0.134716704 -0.007254780 -0.990857601 -105.986297607\n-0.989995956 0.040653035 0.135113046 142.301391602 0.039461687 0.999155104 -0.011485074 -6.949563026 -0.135465786 -0.006038387 -0.990763664 -107.386764526\n-0.990046620 0.037325118 0.135701120 142.499481201 0.036540877 0.999297976 -0.008266334 -6.957561970 -0.135914400 -0.003225418 -0.990715504 -108.784698486\n-0.989947319 0.039495416 0.135810345 142.696807861 0.038805880 0.999216914 -0.007721863 -6.970247269 -0.136008978 -0.002373997 -0.990704775 -110.179733276\n-0.989804864 0.039985616 0.136702195 142.896911621 0.038060840 0.999136448 -0.016665997 -6.989154339 -0.137250543 -0.011293084 -0.990471959 -111.554412842\n-0.989717841 0.043163963 0.136365920 143.100997925 0.039999887 0.998865008 -0.025859615 -7.004559517 -0.137327358 -0.020139100 -0.990321159 -112.990600586\n-0.989749074 0.041908119 0.136530265 143.314575195 0.039002303 0.998953462 -0.023890473 -7.033527374 -0.137388587 -0.018320579 -0.990347862 -114.428833008\n-0.989851952 0.038677648 0.136737272 143.520980835 0.036677822 0.999180555 -0.017115591 -7.054100037 -0.137287214 -0.011926675 -0.990459442 -115.862365723\n-0.990005970 0.035291035 0.136539504 143.726501465 0.034040000 0.999354482 -0.011487175 -7.066945076 -0.136856750 -0.006724566 -0.990568161 -117.314315796\n-0.990155101 0.032422926 0.136168137 143.936523438 0.031570803 0.999466121 -0.008413302 -7.074946404 -0.136368215 -0.004031536 -0.990650058 -118.743011475\n-0.990210176 0.030465757 0.136219308 144.144393921 0.029484516 0.999522746 -0.009215671 -7.081464767 -0.136435047 -0.005109091 -0.990635872 -120.170989990\n-0.990282536 0.029474705 0.135910720 144.356750488 0.028439868 0.999549866 -0.009549900 -7.083580017 -0.136131018 -0.005591816 -0.990674973 -121.612686157\n-0.990307808 0.030416839 0.135519072 144.562103271 0.029749587 0.999533236 -0.006946587 -7.087519646 -0.135667115 -0.002847622 -0.990750432 -123.061325073\n-0.990197301 0.031582277 0.136057749 144.757919312 0.031391028 0.999500871 -0.003551422 -7.094635010 -0.136102006 0.000754384 -0.990694523 -124.513153076\n-0.989983678 0.034871560 0.136807859 144.946899414 0.034772616 0.999390423 -0.003113729 -7.089781284 -0.136833042 0.001674626 -0.990592837 -125.941146851\n-0.990011930 0.035058510 0.136554405 145.162841797 0.034858275 0.999384820 -0.003858005 -7.081608772 -0.136605650 0.000940580 -0.990625024 -127.385330200\n-0.990024090 0.035820801 0.136269912 145.364562988 0.035584290 0.999357998 -0.004171884 -7.079414845 -0.136331871 0.000718803 -0.990663052 -128.810653687\n-0.990113854 0.033578821 0.136187062 145.572967529 0.033791468 0.999428630 -0.000750675 -7.079009056 -0.136134461 0.003858707 -0.990682840 -130.239151001\n-0.989999175 0.035728637 0.136474416 145.777160645 0.036349010 0.999337018 0.002055618 -7.060428619 -0.136310488 0.006995770 -0.990641594 -131.688232422\n-0.989880323 0.035786487 0.137318328 145.978424072 0.036768176 0.999313176 0.004618382 -7.058644772 -0.137058735 0.009620589 -0.990516186 -133.095733643\n-0.989665270 0.037570976 0.138387874 146.173126221 0.038578145 0.999244988 0.004601825 -7.048741341 -0.138110489 0.009893013 -0.990367532 -134.525939941\n-0.989701867 0.037168089 0.138234958 146.386718750 0.038063291 0.999267936 0.003837136 -7.041109085 -0.137991145 0.009059298 -0.990392089 -135.945632935\n-0.989500880 0.038412150 0.139331028 146.581146240 0.039732631 0.999187827 0.006707108 -7.024864197 -0.138960242 0.012172675 -0.990223408 -137.368362427\n-0.989384174 0.040382087 0.139600694 146.799255371 0.041990563 0.999081016 0.008594668 -7.005949974 -0.139125332 0.014365341 -0.990170598 -138.791748047\n-0.988960624 0.046247162 0.140778065 146.991577148 0.046875648 0.998900056 0.001149786 -6.994120598 -0.140570045 0.007736155 -0.990040779 -140.208328247\n-0.988586426 0.051462162 0.141593322 147.187347412 0.051726643 0.998659611 -0.001814560 -6.987001419 -0.141496912 0.005530298 -0.989923239 -141.631896973\n-0.988419890 0.052867364 0.142237052 147.395233154 0.053563137 0.998563886 0.001064561 -6.981190205 -0.141976506 0.008670894 -0.989832163 -143.026824951\n-0.988263130 0.054207571 0.142821282 147.606842041 0.055494346 0.998446286 0.005038888 -6.963237762 -0.142326221 0.012905519 -0.989735842 -144.465011597\n-0.988062501 0.053999096 0.144281879 147.811752319 0.055764236 0.998410165 0.008215087 -6.950763226 -0.143608883 0.016162783 -0.989502907 -145.886749268\n-0.988323569 0.053276435 0.142751604 148.031280518 0.055092826 0.998442471 0.008799136 -6.930437088 -0.142060474 0.016560983 -0.989719391 -147.309158325\n-0.988304138 0.053033791 0.142979383 148.237960815 0.054606549 0.998482764 0.007095658 -6.906737328 -0.142386138 0.014820275 -0.989700556 -148.747406006\n-0.988366485 0.052934270 0.142583326 148.452819824 0.054196585 0.998517871 0.004981403 -6.891788960 -0.142108306 0.012650980 -0.989770412 -150.145126343\n-0.988415360 0.051459122 0.142784968 148.660797119 0.052795861 0.998589694 0.005586577 -6.874376297 -0.142296121 0.013060312 -0.989738226 -151.594924927\n-0.988696575 0.048567664 0.141846180 148.880493164 0.050136451 0.998714209 0.007504729 -6.865433693 -0.141299292 0.014531563 -0.989860296 -153.016128540\n-0.988697171 0.047448117 0.142221034 149.083938599 0.048950721 0.998776078 0.007083238 -6.845072746 -0.141710892 0.013964999 -0.989809752 -154.465209961\n-0.988759756 0.048388898 0.141466692 149.296752930 0.049640723 0.998752892 0.005331254 -6.828671455 -0.141032293 0.012293838 -0.989928722 -155.895538330\n-0.988644481 0.051255811 0.141262308 149.506896973 0.052305538 0.998624206 0.003725590 -6.817975044 -0.140877008 0.011072085 -0.989965200 -157.355056763\n-0.988438368 0.055604167 0.141060516 149.702514648 0.055806972 0.998438418 -0.002520858 -6.803176403 -0.140980408 0.005380448 -0.989997864 -158.806121826\n-0.988092422 0.059261691 0.141993091 149.888946533 0.058556642 0.998242199 -0.009142465 -6.787650108 -0.142285302 -0.000718960 -0.989825726 -160.277893066\n-0.988451838 0.058346298 0.139853001 150.121520996 0.057595711 0.998295605 -0.009411836 -6.804632187 -0.140163779 -0.001248213 -0.990127563 -161.710403442\n-0.988517523 0.054863680 0.140794098 150.324493408 0.054797743 0.998488009 -0.004348176 -6.796717167 -0.140819773 0.003416951 -0.990029335 -163.193405151\n-0.988917947 0.047885429 0.140528604 150.549652100 0.049003597 0.998788416 0.004505279 -6.791048050 -0.140142605 0.011341758 -0.990066290 -164.691574097\n-0.989404678 0.043604463 0.138481900 150.780410767 0.045175985 0.998945177 0.008223873 -6.772472382 -0.137977228 0.014392793 -0.990330935 -166.184494019\n-0.989417315 0.043436427 0.138445929 150.984558105 0.044753183 0.998977482 0.006410794 -6.749455452 -0.138025895 0.012538843 -0.990349531 -167.673568726\n-0.989491940 0.044758383 0.137487203 151.195098877 0.045752916 0.998944461 0.004080355 -6.732520103 -0.137159437 0.010327918 -0.990495324 -169.137985229\n-0.989322424 0.048061110 0.137590721 151.394317627 0.049073532 0.998787284 0.003973549 -6.712054253 -0.137232900 0.010683184 -0.990481257 -170.630355835\n-0.989336967 0.050815281 0.136492386 151.610992432 0.052063126 0.998628199 0.005585689 -6.707797527 -0.136021301 0.012632349 -0.990625381 -172.138092041\n-0.989078283 0.055452395 0.136562735 151.809204102 0.056623656 0.998384535 0.004704155 -6.684776306 -0.136081263 0.012385459 -0.990620375 -173.645996094\n-0.989150047 0.056746915 0.135506183 152.028015137 0.058046021 0.998297930 0.005652123 -6.674715042 -0.134954810 0.013456393 -0.990760326 -175.157302856\n-0.989102483 0.056762870 0.135845453 152.224548340 0.058391128 0.998261511 0.008028440 -6.656518459 -0.135153577 0.015873121 -0.990697384 -176.691833496\n-0.989373088 0.055706762 0.134305522 152.449157715 0.057601787 0.998286903 0.010262550 -6.638259411 -0.133503750 0.017889727 -0.990886927 -178.195144653\n-0.989480972 0.054069128 0.134178132 152.648315430 0.055724684 0.998409033 0.008611037 -6.614003181 -0.133499071 0.015997492 -0.990919828 -179.716293335\n-0.989907622 0.051165890 0.132154569 152.870849609 0.052449029 0.998604059 0.006244413 -6.594521523 -0.131650582 0.013112771 -0.991209388 -181.241683960\n-0.990077734 0.049157739 0.131641701 153.072372437 0.050434619 0.998706996 0.006381109 -6.570529938 -0.131157801 0.012957093 -0.991276860 -182.769210815\n-0.990345955 0.049494494 0.129480481 153.282943726 0.051101979 0.998651803 0.009120056 -6.562108994 -0.128854528 0.015648719 -0.991540074 -184.306915283\n-0.990495205 0.049233146 0.128434882 153.478149414 0.051057361 0.998635709 0.010947857 -6.541635513 -0.127720654 0.017401345 -0.991657615 -185.839797974\n-0.990566730 0.049572151 0.127752244 153.676513672 0.051599812 0.998588264 0.012609367 -6.513525009 -0.126946807 0.019082407 -0.991726279 -187.378875732\n-0.990948558 0.047688954 0.125486076 153.885604858 0.049942493 0.998641372 0.014872392 -6.492873192 -0.124606334 0.021004861 -0.991983891 -188.930114746\n-0.991034627 0.049046416 0.124276623 154.076751709 0.051354665 0.998561144 0.015436620 -6.466166496 -0.123340704 0.021680411 -0.992127538 -190.471466064\n-0.991278768 0.047612231 0.122880235 154.282012939 0.049733046 0.998660922 0.014248299 -6.439812660 -0.122037292 0.020235244 -0.992319345 -192.010543823\n-0.991248250 0.048944850 0.122602463 154.465637207 0.051015686 0.998602390 0.013806947 -6.411920547 -0.121755339 0.019940760 -0.992359757 -193.557388306\n-0.991450071 0.049358379 0.120791733 154.665985107 0.051745314 0.998520613 0.016702570 -6.386497498 -0.119788624 0.022810169 -0.992537498 -195.093154907\n-0.991545439 0.048895627 0.120197572 154.849243164 0.051445007 0.998510003 0.018197346 -6.358096123 -0.119128712 0.024227053 -0.992583513 -196.635269165\n-0.991754174 0.047726709 0.118936874 155.045318604 0.050291259 0.998560369 0.018653234 -6.327607155 -0.117875397 0.024480907 -0.992726684 -198.171524048\n-0.991842508 0.046016015 0.118874192 155.224761963 0.048630424 0.998632550 0.019185230 -6.289704323 -0.117828809 0.024809629 -0.992724061 -199.717041016\n-0.991937518 0.044810232 0.118542902 155.414581299 0.047170755 0.998739064 0.017181113 -6.261405945 -0.117623538 0.022634346 -0.992800474 -201.279373169\n-0.992100596 0.045431063 0.116929628 155.597991943 0.047278330 0.998796225 0.013071807 -6.235956192 -0.116195001 0.018496783 -0.993054271 -202.790222168\n-0.992050767 0.045913905 0.117166013 155.772735596 0.047503144 0.998812616 0.010806281 -6.208401680 -0.116530731 0.016286129 -0.993053913 -204.320358276\n-0.992048860 0.046864569 0.116802320 155.958557129 0.048809297 0.998712182 0.013843855 -6.192585945 -0.116003111 0.019434819 -0.993058681 -205.841201782\n-0.991897583 0.047203816 0.117945917 156.135284424 0.049449265 0.998645544 0.016182985 -6.165698528 -0.117022261 0.021884199 -0.992888212 -207.378753662\n-0.991910219 0.047305040 0.117799722 156.321838379 0.049711496 0.998609006 0.017572941 -6.133485794 -0.116804577 0.023286777 -0.992882133 -208.917480469\n-0.991880774 0.047064506 0.118141301 156.502746582 0.049777351 0.998557746 0.020116366 -6.107257843 -0.117024146 0.025833800 -0.992792964 -210.439834595\n-0.991775393 0.047399145 0.118891351 156.685089111 0.050194178 0.998526514 0.020624232 -6.066311836 -0.117738597 0.026422255 -0.992693186 -211.968734741\n-0.991866469 0.046853647 0.118345924 156.878814697 0.049679250 0.998543620 0.021038052 -6.042621613 -0.117187858 0.026746273 -0.992749691 -213.511337280\n-0.991906643 0.045361992 0.118590347 157.060485840 0.048291799 0.998592079 0.021948064 -6.000347137 -0.117427781 0.027497368 -0.992700815 -215.037780762\n-0.992107272 0.043724108 0.117522746 157.250442505 0.046803106 0.998626113 0.023567002 -5.969360352 -0.116330832 0.028881419 -0.992790699 -216.567108154\n-0.992224693 0.042251498 0.117069021 157.422973633 0.045275554 0.998702943 0.023292448 -5.929913521 -0.115933031 0.028411705 -0.992850661 -218.102569580\n-0.992473245 0.041833680 0.115095638 157.608764648 0.044969257 0.998680949 0.024781816 -5.897191048 -0.113907106 0.029771052 -0.993045330 -219.585723877\n-0.992501378 0.041971654 0.114802316 157.777435303 0.045375772 0.998599589 0.027200093 -5.850169659 -0.113499917 0.032205369 -0.993016005 -221.099365234\n-0.992629409 0.043595880 0.113078304 157.956298828 0.047268987 0.998431385 0.030006489 -5.810349941 -0.111592770 0.035130415 -0.993133068 -222.622604370\n-0.992639780 0.046268761 0.111920163 158.127441406 0.049974360 0.998283684 0.030532248 -5.761989117 -0.110315390 0.035900652 -0.993248343 -224.152893066\n-0.992711067 0.048532840 0.110315405 158.293762207 0.051990326 0.998235583 0.028682822 -5.723146915 -0.108728707 0.034209087 -0.993482709 -225.662200928\n-0.992819786 0.048384782 0.109398529 158.458435059 0.051518794 0.998333454 0.026003314 -5.675108910 -0.107958041 0.031452682 -0.993657827 -227.169372559\n-0.993025064 0.049721327 0.106907882 158.632522583 0.052680675 0.998297513 0.025035998 -5.634114742 -0.105481051 0.030493347 -0.993953824 -228.687408447\n-0.993195295 0.049207229 0.105556652 158.795288086 0.052147333 0.998319507 0.025274964 -5.589033127 -0.104135551 0.030607468 -0.994092345 -230.177764893\n-0.993276834 0.050949838 0.103948608 158.950866699 0.053825933 0.998236060 0.025051691 -5.557168007 -0.102488868 0.030478396 -0.994267106 -231.653228760\n-0.993203163 0.053630602 0.103302591 159.089752197 0.056411292 0.998114645 0.024185095 -5.513382435 -0.101810768 0.029848143 -0.994356036 -233.124389648\n-0.993385196 0.053579375 0.101565160 159.257171631 0.056518100 0.998055696 0.026279014 -5.483829021 -0.099959671 0.031845447 -0.994481921 -234.583496094\n-0.993362308 0.054444682 0.101327546 159.392623901 0.057511341 0.997963488 0.027591610 -5.448449612 -0.099618979 0.033235945 -0.994470477 -236.046356201\n-0.993578076 0.053588200 0.099655986 159.543090820 0.056660820 0.997993469 0.028259886 -5.409913540 -0.097941622 0.033724986 -0.994620681 -237.501464844\n-0.993729353 0.052699827 0.098616771 159.681182861 0.055885263 0.997991741 0.029820666 -5.371239662 -0.096847184 0.035144888 -0.994678855 -238.927825928\n-0.993828058 0.053700797 0.097068354 159.827362061 0.056851260 0.997932255 0.029985212 -5.331426144 -0.095257409 0.035318598 -0.994826078 -240.352142334\n-0.993629694 0.057125930 0.097143456 159.951812744 0.060199317 0.997764885 0.029004276 -5.292887688 -0.095269434 0.034667477 -0.994847775 -241.751312256\n-0.993669271 0.057146028 0.096724890 160.092315674 0.059829816 0.997893572 0.025075216 -5.259564877 -0.095088206 0.030703504 -0.994995236 -243.142944336\n-0.993537068 0.058762394 0.097116500 160.218811035 0.061153181 0.997889757 0.021824760 -5.218405724 -0.095629081 0.027622683 -0.995033860 -244.540954590\n-0.993877292 0.055477932 0.095551565 160.365692139 0.057879411 0.998068988 0.022545224 -5.192299843 -0.094116285 0.027937656 -0.995169163 -245.894805908\n-0.994060397 0.052716285 0.095211916 160.503509521 0.055257961 0.998177409 0.024256775 -5.155769825 -0.093759656 0.029373912 -0.995161653 -247.280059814\n-0.994207740 0.051318899 0.094431303 160.639862061 0.054020934 0.998193860 0.026281737 -5.119445324 -0.092912003 0.031230774 -0.995184422 -248.654907227\n-0.994143844 0.050561324 0.095509134 160.761657715 0.053506732 0.998159766 0.028532337 -5.085573196 -0.093890741 0.033475623 -0.995019674 -250.033142090\n-0.994163275 0.052333970 0.094343953 160.895050049 0.055241439 0.998066962 0.028472401 -5.044066429 -0.092671514 0.033517908 -0.995132565 -251.415466309\n-0.994255304 0.051324129 0.093927808 161.024871826 0.054202229 0.998127460 0.028349686 -5.003137112 -0.092296906 0.033277921 -0.995175362 -252.780456543\n-0.994407773 0.050586201 0.092706703 161.164123535 0.053310893 0.998208761 0.027151931 -4.963213444 -0.091167130 0.031942364 -0.995323300 -254.135772705\n-0.994495630 0.049068537 0.092581920 161.283981323 0.051595878 0.998352468 0.025103891 -4.918761253 -0.091197580 0.029742545 -0.995388865 -255.504638672\n-0.994758010 0.047324967 0.090646558 161.420410156 0.049867991 0.998417437 0.025996700 -4.893167973 -0.089272812 0.030380789 -0.995543718 -256.828552246\n-0.994850397 0.046008967 0.090310439 161.538513184 0.048583888 0.998466909 0.026522549 -4.852033138 -0.088951707 0.030773597 -0.995560527 -258.176239014\n-0.995012760 0.046367586 0.088314749 161.667968750 0.048863642 0.998458803 0.026312999 -4.824716568 -0.086958565 0.030497152 -0.995744944 -259.502502441\n-0.994993925 0.047850519 0.087738156 161.778503418 0.050375968 0.998370707 0.026798034 -4.786083698 -0.086312905 0.031083768 -0.995783329 -260.839324951\n-0.995088220 0.047624663 0.086783707 161.892608643 0.050170526 0.998364925 0.027393471 -4.754220486 -0.085337207 0.031612903 -0.995850444 -262.162353516\n-0.995368242 0.047526833 0.083567090 162.018951416 0.049979676 0.998371363 0.027507849 -4.724130630 -0.082123622 0.031557091 -0.996122599 -263.417602539\n-0.995522976 0.046635393 0.082216837 162.117645264 0.049060162 0.998411059 0.027722010 -4.686524868 -0.080793373 0.031631462 -0.996229053 -264.707702637\n-0.995954752 0.045085117 0.077726692 162.239288330 0.047431394 0.998464763 0.028608283 -4.653770924 -0.076317556 0.032179240 -0.996564150 -265.975769043\n-0.996187568 0.044112395 0.075265221 162.326812744 0.046237949 0.998572648 0.026735220 -4.621419430 -0.073978439 0.030113399 -0.996805310 -267.241271973\n-0.996591449 0.043298192 0.070220716 162.433654785 0.045160256 0.998663127 0.025149422 -4.595109940 -0.069037922 0.028234882 -0.997214437 -268.483001709\n-0.996810079 0.042760391 0.067390621 162.511077881 0.044357356 0.998764992 0.022381067 -4.564058304 -0.066350371 0.025298942 -0.997475743 -269.732971191\n-0.997108459 0.043284018 0.062458996 162.605438232 0.044672292 0.998780847 0.021003745 -4.534070969 -0.061473724 0.023733199 -0.997826457 -270.969848633\n-0.997306585 0.043444701 0.059098139 162.676986694 0.044750378 0.998778462 0.020951610 -4.500299931 -0.058115713 0.023539837 -0.998032451 -272.232238770\n-0.997571826 0.043067891 0.054733630 162.752029419 0.044372719 0.998753667 0.022851670 -4.468827724 -0.053681239 0.025224859 -0.998239517 -273.493774414\n-0.997767568 0.044867292 0.049467519 162.819015503 0.046222903 0.998576701 0.026608953 -4.445179939 -0.048203241 0.028836081 -0.998421311 -274.710113525\n-0.997935653 0.046049792 0.044771552 162.872100830 0.047359001 0.998467445 0.028634235 -4.407045364 -0.043384336 0.030695450 -0.998587132 -275.973907471\n-0.998053312 0.048016697 0.039806113 162.911544800 0.049157105 0.998393357 0.028182711 -4.371486187 -0.038388915 0.030084595 -0.998810172 -277.223175049\n-0.998162389 0.050835568 0.032979146 162.963745117 0.051779512 0.998253822 0.028428849 -4.341409206 -0.031476364 0.030084252 -0.999051690 -278.432891846\n-0.998225212 0.052423768 0.028260360 162.994384766 0.053187005 0.998220325 0.026968028 -4.306637287 -0.026796300 0.028423242 -0.999236941 -279.671081543\n-0.998268604 0.054272346 0.022686116 163.025192261 0.054875627 0.998131454 0.026874185 -4.271958351 -0.021185203 0.028072566 -0.999381542 -280.895599365\n-0.998379230 0.054645263 0.015903044 163.058593750 0.055081137 0.998077929 0.028398884 -4.241374016 -0.014320613 0.029228812 -0.999470234 -282.126403809\n-0.998464108 0.054302100 0.011000694 163.064849854 0.054593910 0.998109341 0.028236629 -4.202766895 -0.009446586 0.028793829 -0.999540806 -283.362396240\n-0.998600602 0.052721657 0.004189791 163.083572388 0.052812614 0.998270214 0.025833940 -4.173123837 -0.002820535 0.026019057 -0.999657631 -284.587310791\n-0.998730779 0.050347559 -0.001517309 163.082595825 0.050296061 0.998439848 0.024251437 -4.135119915 0.002735942 0.024144338 -0.999704838 -285.816009521\n-0.998728752 0.049428053 -0.009895380 163.092346191 0.049161665 0.998463690 0.025562217 -4.106480122 0.011143668 0.025043247 -0.999624372 -287.032867432\n-0.998514414 0.051450223 -0.017963892 163.068740845 0.050911479 0.998274446 0.029259929 -4.077528954 0.019438324 0.028301882 -0.999410748 -288.260253906\n-0.998214960 0.053157784 -0.027229257 163.045379639 0.052310482 0.998151481 0.030938257 -4.032815456 0.028823534 0.029458649 -0.999150515 -289.490081787\n-0.997782469 0.055670608 -0.036490303 162.993865967 0.054560628 0.998037159 0.030740125 -3.995483398 0.038130000 0.028681016 -0.998861432 -290.723785400\n-0.997315526 0.056107581 -0.047055040 162.945327759 0.054709479 0.998036623 0.030492317 -3.954025745 0.048673503 0.027836096 -0.998427033 -291.949798584\n-0.996756792 0.055502288 -0.058269806 162.874145508 0.053909093 0.998137116 0.028567811 -3.930583000 0.059746835 0.025333887 -0.997892022 -293.167449951\n-0.996335030 0.050235979 -0.069231339 162.808151245 0.048691124 0.998529673 0.023825113 -3.892755747 0.070326425 0.020366840 -0.997316122 -294.381256104\n-0.995618939 0.047740001 -0.080399871 162.730590820 0.046150584 0.998702824 0.021513535 -3.865577459 0.081322633 0.017708780 -0.996530652 -295.581542969\n-0.994845271 0.045895994 -0.090423293 162.618408203 0.043972418 0.998764455 0.023152569 -3.842090368 0.091374181 0.019057093 -0.995634198 -296.816741943\n-0.994056106 0.046857867 -0.098271467 162.501113892 0.044656176 0.998702288 0.024486540 -3.817332029 0.099291325 0.019952560 -0.994858623 -298.017913818\n-0.993437409 0.049151991 -0.103279322 162.379592896 0.046924714 0.998612761 0.023887146 -3.788508654 0.104310147 0.018884029 -0.994365692 -299.205352783\n-0.993018150 0.052560262 -0.105605446 162.250350952 0.050356090 0.998456419 0.023432732 -3.758216143 0.106674068 0.017951250 -0.994132042 -300.380767822\n-0.993057847 0.054171577 -0.104411960 162.121047974 0.051933922 0.998361290 0.024033867 -3.727031231 0.105542809 0.018444493 -0.994243860 -301.545684814\n-0.993057370 0.058069490 -0.102299377 161.999938965 0.055797033 0.998130620 0.024939425 -3.703502178 0.103556357 0.019058276 -0.994441032 -302.711456299\n-0.993522286 0.060240481 -0.096360132 161.877426147 0.058057185 0.997992456 0.025305690 -3.681120872 0.097691111 0.019547360 -0.995025158 -303.866210938\n-0.994082570 0.061889064 -0.089272685 161.780822754 0.059837405 0.997882843 0.025480516 -3.652217388 0.090660647 0.019987892 -0.995681167 -305.025573730\n-0.994795680 0.063581139 -0.079620823 161.684967041 0.061684743 0.997755468 0.026057580 -3.614463806 0.081098884 0.021010572 -0.996484876 -306.190368652\n-0.995570898 0.063441366 -0.069381043 161.606781006 0.061626170 0.997706473 0.027999531 -3.593622446 0.070998251 0.023599833 -0.997197270 -307.337066650\n-0.996203184 0.063241519 -0.059832375 161.544036865 0.061693579 0.997719646 0.027376026 -3.564819336 0.061427236 0.023580808 -0.997833133 -308.442291260\n-0.996972919 0.060316890 -0.049061529 161.489700317 0.059083439 0.997908771 0.026215369 -3.541062117 0.050540160 0.023237286 -0.998451710 -309.562011719\n-0.997496605 0.058712550 -0.039420340 161.454010010 0.057729229 0.998003066 0.025636729 -3.509315014 0.040846817 0.023296837 -0.998894095 -310.679626465\n-0.997873425 0.057405788 -0.030872460 161.424545288 0.056574743 0.998029113 0.027150745 -3.491451263 0.032370225 0.025346408 -0.999154449 -311.782836914\n-0.998188496 0.055907160 -0.022225177 161.404495239 0.055268690 0.998068333 0.028372770 -3.459554672 0.023768486 0.027093017 -0.999350309 -312.879394531\n-0.998279929 0.056485593 -0.015710514 161.397323608 0.056027278 0.998030186 0.028224763 -3.437453270 0.017273860 0.027295992 -0.999478221 -313.964965820\n-0.998448491 0.054808505 -0.009833195 161.386337280 0.054534055 0.998165727 0.026291322 -3.407086372 0.011256147 0.025714286 -0.999605894 -315.032348633\n-0.998476744 0.054923240 -0.005245523 161.382843018 0.054785978 0.998222411 0.023463398 -3.376914740 0.006524885 0.023140278 -0.999710917 -316.111053467\n-0.998463750 0.055387828 -0.001546372 161.381942749 0.055337515 0.998201013 0.023076933 -3.354594231 0.002821771 0.022955909 -0.999732494 -317.198669434\n-0.998495817 0.054815665 0.001371711 161.389709473 0.054832645 0.998243868 0.022416949 -3.327131271 -0.000140502 0.022458438 -0.999748111 -318.275573730\n-0.998591304 0.052970272 0.003091355 161.401535034 0.053028125 0.998320460 0.023329420 -3.301367044 -0.001850397 0.023460483 -0.999722958 -319.367462158\n-0.998578668 0.053099547 0.004659862 161.410507202 0.053196374 0.998296559 0.023960872 -3.273250341 -0.003379613 0.024174696 -0.999702334 -320.440795898\n-0.998602748 0.052583415 0.005255483 161.423049927 0.052696701 0.998311460 0.024440221 -3.250247717 -0.003961458 0.024683017 -0.999687552 -321.537261963\n-0.998531461 0.053814545 0.006268516 161.432052612 0.053952388 0.998245001 0.024415458 -3.225066662 -0.004943608 0.024717798 -0.999682426 -322.613586426\n-0.998534918 0.053681422 0.006794483 161.440155029 0.053833712 0.998245120 0.024671018 -3.195216656 -0.005458184 0.025000647 -0.999672532 -323.704895020\n-0.998489261 0.054513231 0.006910890 161.451492310 0.054672182 0.998181403 0.025392968 -3.166455269 -0.005514069 0.025732435 -0.999653816 -324.775939941\n-0.998534679 0.053647339 0.007101862 161.460113525 0.053814523 0.998214304 0.025926586 -3.142287493 -0.005698288 0.026270781 -0.999638677 -325.842590332\n-0.998556614 0.053334817 0.006324942 161.468490601 0.053477764 0.998252749 0.025130855 -3.110032082 -0.004973541 0.025432827 -0.999664187 -326.912902832\n-0.998519301 0.054056123 0.006107587 161.484802246 0.054195710 0.998201191 0.025635172 -3.090119600 -0.004710862 0.025928218 -0.999652863 -327.966918945\n-0.998526335 0.053984951 0.005560077 161.485809326 0.054114703 0.998178184 0.026682416 -3.057838917 -0.004109499 0.026943976 -0.999628544 -329.039825439\n-0.998453140 0.055313554 0.005670662 161.486618042 0.055456240 0.998033702 0.029212844 -3.034695387 -0.004043646 0.029482123 -0.999557376 -330.092437744\n-0.998516321 0.054238703 0.004822138 161.510848999 0.054358412 0.998079717 0.029698411 -3.009550095 -0.003202075 0.029916475 -0.999547243 -331.127593994\n-0.998433948 0.055745676 0.004729851 161.505325317 0.055860378 0.998012006 0.029183988 -2.978909969 -0.003093567 0.029402491 -0.999562979 -332.153808594\n-0.998475790 0.055036061 0.004121100 161.517333984 0.055133194 0.998052180 0.029193079 -2.955793858 -0.002506401 0.029375793 -0.999565244 -333.156402588\n-0.998453021 0.055516563 0.003113050 161.525497437 0.055584267 0.998020113 0.029432952 -2.930500031 -0.001472871 0.029560454 -0.999562025 -334.161895752\n-0.998470426 0.055184629 0.003437156 161.527267456 0.055262227 0.998035133 0.029528117 -2.903354168 -0.001800905 0.029672893 -0.999558210 -335.136810303\n-0.998375893 0.056919631 0.002373505 161.538192749 0.056965385 0.997919679 0.030186590 -2.881085396 -0.000650358 0.030272774 -0.999541402 -336.116607666\n-0.998357773 0.057245459 0.002161996 161.538574219 0.057285104 0.997866929 0.031305850 -2.855518818 -0.000365267 0.031378292 -0.999507427 -337.065643311\n-0.998374462 0.056969166 0.001702120 161.545455933 0.056994520 0.997881174 0.031381357 -2.828719139 0.000089256 0.031427357 -0.999505997 -337.996826172\n-0.998386145 0.056775834 0.001359483 161.553924561 0.056790780 0.997913182 0.030725904 -2.806279182 0.000387842 0.030753519 -0.999527097 -338.914916992\n-0.998374224 0.056984775 0.001392081 161.559432983 0.057000734 0.997910619 0.030419094 -2.779182673 0.000344253 0.030448986 -0.999536395 -339.800170898\n-0.998363256 0.057160404 0.001851877 161.564407349 0.057190355 0.997875333 0.031210572 -2.762944698 -0.000063934 0.031265397 -0.999511123 -340.681549072\n-0.998330832 0.057692625 0.002687813 161.564483643 0.057748713 0.997834682 0.031480234 -2.738224030 -0.000865816 0.031582903 -0.999500751 -341.531799316\n-0.998412848 0.056209669 0.003498035 161.582305908 0.056292079 0.997918308 0.031468797 -2.720294237 -0.001721902 0.031615760 -0.999498606 -342.359191895\n-0.998405933 0.056231719 0.004861952 161.583221436 0.056358006 0.997907281 0.031700026 -2.695229530 -0.003069230 0.031923506 -0.999485612 -343.176086426\n-0.998407483 0.056142502 0.005521000 161.601852417 0.056290880 0.997902513 0.031966921 -2.675459385 -0.003714717 0.032226797 -0.999473572 -343.950653076\n-0.998428226 0.055662282 0.006546787 161.606140137 0.055846006 0.997913778 0.032392282 -2.658267021 -0.004730101 0.032706980 -0.999453902 -344.707122803\n-0.998462558 0.054993641 0.006935011 161.619430542 0.055195052 0.997920156 0.033299349 -2.638773441 -0.005089334 0.033630937 -0.999421358 -345.439605713\n-0.998448372 0.055121347 0.007892115 161.630279541 0.055353947 0.997916639 0.033141077 -2.615892649 -0.006048892 0.033526517 -0.999419451 -346.150024414\n-0.998433352 0.055300791 0.008546208 161.637588501 0.055550087 0.997930884 0.032374527 -2.601059914 -0.006738189 0.032798547 -0.999439359 -346.844390869\n-0.998471498 0.054486688 0.009262171 161.642288208 0.054746661 0.998030722 0.030618777 -2.575122833 -0.007575614 0.031079052 -0.999488115 -347.524047852\n-0.998468757 0.054380607 0.010131055 161.651565552 0.054662298 0.998054504 0.029986471 -2.562641859 -0.008480662 0.030494343 -0.999498844 -348.167999268\n-0.998415709 0.055366628 0.010039669 161.667907715 0.055638574 0.998023748 0.029205637 -2.545259953 -0.008402810 0.029717958 -0.999523163 -348.808959961\n-0.998376608 0.056105368 0.009804697 161.679534912 0.056363910 0.998004735 0.028455453 -2.530851364 -0.008188630 0.028961891 -0.999546885 -349.429351807\n-0.998380184 0.056027323 0.009925752 161.688659668 0.056285590 0.998022079 0.027997484 -2.518677950 -0.008337496 0.028510803 -0.999558926 -350.030334473\n-0.998392344 0.055871751 0.009564102 161.695968628 0.056113411 0.998053730 0.027203415 -2.505776167 -0.008025586 0.027696349 -0.999584317 -350.645233154\n-0.998381615 0.056145314 0.009079047 161.701599121 0.056361351 0.998081982 0.025607679 -2.486216784 -0.007623882 0.026077937 -0.999631166 -351.246856689\n-0.998383403 0.056291115 0.007865023 161.710647583 0.056471895 0.998089910 0.025048733 -2.472124338 -0.006439979 0.025452394 -0.999655247 -351.843261719\n-0.998352528 0.056949954 0.006998519 161.711624146 0.057108339 0.998054445 0.025018895 -2.459309816 -0.005560078 0.025377350 -0.999662519 -352.429626465\n-0.998409986 0.056090038 0.005614701 161.723739624 0.056214187 0.998101830 0.025154606 -2.441177130 -0.004193120 0.025430232 -0.999667883 -353.019775391\n-0.998353004 0.057147890 0.005019653 161.723281860 0.057256244 0.998045027 0.025057396 -2.426702023 -0.003577862 0.025303537 -0.999673367 -353.599395752\n-0.998386741 0.056679688 0.003376033 161.737396240 0.056746535 0.998075902 0.024986163 -2.414179325 -0.001953329 0.025137432 -0.999682069 -354.167205811\n-0.998447061 0.055682905 0.001784180 161.741760254 0.055710219 0.998127937 0.025238911 -2.397970676 -0.000375464 0.025299108 -0.999679923 -354.732818604\n-0.998400211 0.056541350 -0.000543223 161.743148804 0.056508776 0.998071671 0.025684085 -2.387352228 0.001994388 0.025612295 -0.999670029 -355.300506592\n-0.998419046 0.056158707 -0.002465902 161.744979858 0.056075558 0.998085797 0.026081193 -2.371610641 0.003925868 0.025901675 -0.999657035 -355.842712402\n-0.998377800 0.056775670 -0.004272830 161.738922119 0.056634080 0.998000383 0.028068012 -2.361006737 0.005857867 0.027780494 -0.999596834 -356.384826660\n-0.998342991 0.057162959 -0.006627348 161.744873047 0.056949038 0.997958422 0.028909322 -2.350007057 0.008266360 0.028483994 -0.999560118 -356.896484375\n-0.998328209 0.057207465 -0.008292665 161.742996216 0.056948707 0.997965813 0.028653799 -2.335467577 0.009915007 0.028133629 -0.999555349 -357.399902344\n-0.998285174 0.057720207 -0.009754297 161.738403320 0.057424575 0.997949481 0.028270092 -2.325408936 0.011366052 0.027661476 -0.999552727 -357.894683838\n-0.998266578 0.057563871 -0.012277444 161.742477417 0.057194106 0.997953415 0.028597943 -2.316432476 0.013898525 0.027846165 -0.999515891 -358.356811523\n-0.998227239 0.057869855 -0.013924758 161.730957031 0.057453740 0.997937620 0.028627627 -2.303293943 0.015552717 0.027776841 -0.999493361 -358.822509766\n-0.998185039 0.058408350 -0.014663878 161.729187012 0.057975292 0.997914016 0.028399013 -2.291726828 0.016292028 0.027497329 -0.999489069 -359.264953613\n-0.998122454 0.059290506 -0.015378120 161.725326538 0.058824018 0.997841358 0.029194351 -2.286775589 0.017075872 0.028234929 -0.999455571 -359.668731689\n-0.998126626 0.059060395 -0.015990883 161.720733643 0.058577292 0.997856915 0.029159531 -2.270243883 0.017678788 0.028168194 -0.999447107 -360.074005127\n-0.998156071 0.058330279 -0.016795121 161.717132568 0.057813529 0.997883558 0.029764887 -2.262912750 0.018495768 0.028739017 -0.999415874 -360.453094482\n-0.998112917 0.059033081 -0.016907908 161.707534790 0.058497094 0.997818112 0.030611753 -2.255057812 0.018678125 0.029564921 -0.999388337 -360.818511963\n-0.998157382 0.058079541 -0.017562235 161.706939697 0.057528667 0.997881055 0.030394986 -2.248484135 0.019290349 0.029328652 -0.999383688 -361.159240723\n-0.998131394 0.058357935 -0.018135471 161.704528809 0.057794403 0.997872114 0.030182689 -2.238435030 0.019858280 0.029078148 -0.999380231 -361.475952148\n-0.998096347 0.058923230 -0.018217932 161.692749023 0.058361463 0.997845650 0.029966637 -2.232851267 0.019944414 0.028846364 -0.999384999 -361.792907715\n-0.998063803 0.059206951 -0.019060723 161.695938110 0.058630917 0.997844338 0.029480873 -2.224483490 0.020765109 0.028306244 -0.999383569 -362.073669434\n-0.998119116 0.058140151 -0.019454489 161.691238403 0.057575196 0.997936010 0.028438726 -2.213914394 0.021067766 0.027265133 -0.999406457 -362.338317871\n-0.998131871 0.058043763 -0.019075738 161.679138184 0.057479478 0.997928143 0.028906465 -2.208469868 0.020714056 0.027755998 -0.999400258 -362.598205566\n-0.998094797 0.058509242 -0.019582987 161.686279297 0.057922106 0.997890592 0.029314946 -2.205957413 0.021256875 0.028124806 -0.999378324 -362.829437256\n-0.998099089 0.058410168 -0.019664299 161.685668945 0.057830662 0.997909427 0.028850807 -2.197546959 0.021308370 0.027658762 -0.999390483 -363.059570312\n-0.998122811 0.058166571 -0.019180808 161.681793213 0.057596803 0.997917831 0.029028369 -2.188377380 0.020829350 0.027869118 -0.999394774 -363.274597168\n-0.998104811 0.058517002 -0.019047230 161.681060791 0.057946406 0.997891247 0.029244255 -2.185512304 0.020718351 0.028085109 -0.999390960 -363.482025146\n-0.998135209 0.058110375 -0.018685885 161.676956177 0.057552915 0.997918189 0.029102510 -2.180105209 0.020338142 0.027972816 -0.999401689 -363.670410156\n-0.998197675 0.057087988 -0.018515220 161.681518555 0.056535833 0.997976780 0.029087614 -2.171660185 0.020138312 0.027988408 -0.999405503 -363.858245850\n-0.998209238 0.057098266 -0.017841829 161.674148560 0.056559611 0.997967362 0.029362896 -2.170263052 0.019482132 0.028301185 -0.999409676 -364.034210205\n-0.998211384 0.057178251 -0.017454067 161.670928955 0.056666069 0.997984886 0.028550053 -2.171131372 0.019051338 0.027509933 -0.999439955 -364.180847168\n-0.998215199 0.057259809 -0.016971471 161.667160034 0.056787830 0.998018503 0.027097268 -2.168199062 0.018489426 0.026085129 -0.999488831 -364.337432861\n-0.998213410 0.057333380 -0.016823515 161.670394897 0.056894690 0.998054743 0.025488969 -2.161449671 0.018252159 0.024486259 -0.999533534 -364.488128662\n-0.998210907 0.057484522 -0.016461773 161.672256470 0.057062939 0.998056829 0.025027046 -2.163597345 0.017868452 0.024042906 -0.999551535 -364.639831543\n-0.998214245 0.057557758 -0.015978405 161.670440674 0.057149369 0.998054206 0.024936108 -2.158419132 0.017382581 0.023978425 -0.999561310 -364.799224854\n-0.998224616 0.057568356 -0.015293517 161.667465210 0.057169139 0.998042107 0.025370777 -2.158443451 0.016724128 0.024451412 -0.999561310 -364.961547852\n-0.998204350 0.058035202 -0.014837059 161.667053223 0.057652652 0.998022914 0.025027683 -2.147635937 0.016260212 0.024127344 -0.999576807 -365.121276855\n-0.998178482 0.058615271 -0.014297648 161.662551880 0.058246996 0.997990608 0.024941545 -2.145984650 0.015730875 0.024063312 -0.999586821 -365.281402588\n-0.998189807 0.058492467 -0.013997435 161.665817261 0.058133632 0.998000741 0.024799412 -2.142560482 0.015420029 0.023940796 -0.999594450 -365.445922852\n-0.998234749 0.057847556 -0.013465378 161.660537720 0.057506438 0.998045087 0.024474178 -2.136046648 0.014854826 0.023656625 -0.999609828 -365.615386963\n-0.998230577 0.058022704 -0.013009542 161.661453247 0.057686899 0.998025358 0.024851894 -2.132149696 0.014425827 0.024057439 -0.999606609 -365.791717529\n-0.998242855 0.057903826 -0.012587903 161.665252686 0.057578683 0.998032451 0.024816863 -2.126536369 0.014000127 0.024048459 -0.999612808 -365.965240479\n-0.998245358 0.057993464 -0.011962062 161.662673950 0.057686195 0.998031497 0.024605600 -2.124158859 0.013365478 0.023872377 -0.999625683 -366.134887695\n-0.998256445 0.057846002 -0.011756805 161.664733887 0.057544038 0.998040378 0.024577394 -2.120098352 0.013155470 0.023858003 -0.999629021 -366.309539795\n-0.998312354 0.056946781 -0.011400862 161.666931152 0.056653578 0.998091459 0.024572026 -2.112378597 0.012778400 0.023884650 -0.999633193 -366.481384277\n-0.998327971 0.056802072 -0.010749206 161.664794922 0.056524508 0.998098850 0.024569605 -2.108058929 0.012124375 0.023920920 -0.999640703 -366.659179688\n-0.998297215 0.057384141 -0.010472821 161.668258667 0.057115197 0.998069644 0.024389049 -2.104035854 0.011852150 0.023749365 -0.999647737 -366.836914062\n-0.998330474 0.056839000 -0.010273688 161.670486450 0.056567904 0.998085916 0.024990644 -2.101124048 0.011674467 0.024367761 -0.999634862 -367.010009766\n-0.998306274 0.057347517 -0.009821984 161.674362183 0.057085972 0.998053491 0.025109185 -2.095671177 0.011242814 0.024505952 -0.999636769 -367.190277100\n-0.998323202 0.057180777 -0.009022187 161.668914795 0.056938410 0.998060703 0.025155380 -2.090729713 0.010443095 0.024599489 -0.999642968 -367.373992920\n-0.998312950 0.057422526 -0.008604059 161.666885376 0.057188995 0.998042881 0.025293974 -2.081968784 0.010039664 0.024759242 -0.999643087 -367.554687500\n-0.998356223 0.056704883 -0.008355638 161.674240112 0.056475978 0.998079002 0.025470231 -2.080943584 0.009783873 0.024956465 -0.999640822 -367.733795166\n-0.998368144 0.056553654 -0.007933384 161.678085327 0.056339629 0.998098314 0.025010884 -2.075103045 0.009332754 0.024523102 -0.999655843 -367.925384521\n-0.998368502 0.056599479 -0.007542475 161.683059692 0.056395944 0.998097718 0.024908975 -2.075382233 0.008937961 0.024442971 -0.999661326 -368.099090576\n-0.998347998 0.056999478 -0.007268341 161.682403564 0.056797300 0.998059750 0.025511542 -2.069269657 0.008708383 0.025056569 -0.999648333 -368.278686523\n-0.998323917 0.057458330 -0.006926874 161.682312012 0.057260256 0.998019993 0.026026171 -2.067346334 0.008408579 0.025585912 -0.999637365 -368.439636230\n-0.998247743 0.058857214 -0.006146267 161.676406860 0.058674555 0.997923672 0.026565013 -2.064725161 0.007697048 0.026157828 -0.999628425 -368.614349365\n-0.998241067 0.059023187 -0.005605275 161.673324585 0.058857091 0.997922003 0.026221463 -2.055980921 0.007141302 0.025845425 -0.999640584 -368.784362793\n-0.998289108 0.058210902 -0.005523174 161.677780151 0.058045156 0.997961879 0.026510192 -2.055347443 0.007055099 0.026144242 -0.999633431 -368.941772461\n-0.998333573 0.057466775 -0.005237157 161.680831909 0.057309039 0.998005569 0.026468186 -2.050880194 0.006747753 0.026123947 -0.999635816 -369.096038818\n-0.998323083 0.057700999 -0.004701853 161.676406860 0.057557002 0.997990549 0.026496297 -2.046569347 0.006221267 0.026181234 -0.999638081 -369.230133057\n-0.998291016 0.058268379 -0.004474623 161.675155640 0.058129061 0.997952580 0.026676137 -2.042797804 0.006019836 0.026370440 -0.999634147 -369.361480713\n-0.998333693 0.057539042 -0.004412802 161.678756714 0.057396647 0.997972429 0.027507363 -2.043618441 0.005986602 0.027208241 -0.999612093 -369.487121582\n-0.998337746 0.057472758 -0.004377017 161.682739258 0.057331316 0.997976005 0.027514761 -2.036988735 0.005949507 0.027218079 -0.999612093 -369.599914551\n-0.998305321 0.058073550 -0.003734208 161.678298950 0.057950057 0.997943640 0.027390797 -2.036746740 0.005317210 0.027127981 -0.999617815 -369.701599121\n-0.998260975 0.058823161 -0.003893585 161.681228638 0.058692992 0.997889817 0.027768604 -2.040332317 0.005518806 0.027491786 -0.999606967 -369.791534424\n-0.998289108 0.058345024 -0.003901501 161.685424805 0.058216359 0.997925520 0.027487211 -2.036782980 0.005497150 0.027213044 -0.999614716 -369.872009277\n-0.998296499 0.058249690 -0.003385742 161.679763794 0.058135651 0.997933209 0.027377412 -2.039302826 0.004973470 0.027133938 -0.999619603 -369.947143555\n-0.998329759 0.057679202 -0.003315559 161.681655884 0.057566989 0.997964561 0.027436024 -2.039230347 0.004891298 0.027199330 -0.999618173 -370.011047363\n-0.998366117 0.057031222 -0.003595172 161.689788818 0.056911819 0.998003066 0.027402351 -2.033285141 0.005150782 0.027152965 -0.999618173 -370.068939209\n-0.998329401 0.057684544 -0.003304248 161.686538696 0.057574201 0.997972906 0.027115991 -2.029854298 0.004861723 0.026880452 -0.999626875 -370.117187500\n-0.998308778 0.058045886 -0.003333822 161.689147949 0.057938583 0.997973621 0.026302619 -2.025217295 0.004853825 0.026064968 -0.999648809 -370.158721924\n-0.998333693 0.057611007 -0.003307114 161.689926147 0.057511497 0.998035610 0.024847005 -2.020007133 0.004732078 0.024615403 -0.999685884 -370.208648682\n-0.998357892 0.057171136 -0.003595322 161.692916870 0.057070993 0.998091757 0.023574645 -2.019212961 0.004936250 0.023330746 -0.999715567 -370.247528076\n-0.998389840 0.056631286 -0.003316663 161.693710327 0.056542303 0.998144448 0.022598114 -2.015084028 0.004590268 0.022374190 -0.999739289 -370.294403076\n-0.998384714 0.056718837 -0.003354074 161.696701050 0.056629207 0.998140514 0.022553045 -2.015133381 0.004627020 0.022326674 -0.999740124 -370.347167969\n-0.998383880 0.056724794 -0.003491458 161.703186035 0.056631789 0.998138905 0.022616565 -2.012496471 0.004767880 0.022382285 -0.999738336 -370.406433105\n-0.998341441 0.057484727 -0.003184911 161.694931030 0.057397548 0.998090863 0.022807514 -2.012468338 0.004489914 0.022586877 -0.999734879 -370.488189697\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0039_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999020040 0.002927399 0.044163369 0.048155729 -0.002896572 0.999995530 -0.000761986 0.003836774 -0.044165399 0.000633317 0.999024034 0.488925010\n0.995999038 0.007451830 0.089052685 0.117128760 -0.007373122 0.999972105 -0.001212758 0.012273417 -0.089059234 0.000551310 0.996026158 0.974422395\n0.990739524 0.011074262 0.135324061 0.206113085 -0.010975576 0.999938667 -0.001475319 0.014181072 -0.135332108 -0.000023603 0.990800321 1.457517147\n0.983475804 0.007567059 0.180881575 0.336972564 -0.007579563 0.999971092 -0.000622081 0.008567529 -0.180881053 -0.000759201 0.983504713 1.941901922\n0.974196494 0.003588679 0.225673124 0.486132711 -0.003585745 0.999993503 -0.000422893 0.004956576 -0.225673169 -0.000397226 0.974202991 2.436950922\n0.962604046 -0.001584665 0.270907700 0.631626368 0.002070968 0.999996722 -0.001509232 0.008139120 -0.270904422 0.002013834 0.962604165 2.837602615\n0.949602067 0.003844592 0.313434422 0.812541485 -0.003029542 0.999990642 -0.003087395 0.017416796 -0.313443363 0.001982234 0.949604809 3.322303295\n0.935810745 0.009103945 0.352385312 1.019601226 -0.008399045 0.999958515 -0.003529236 0.021795984 -0.352402836 0.000342997 0.935848355 3.811531305\n0.921326518 0.009094564 0.388683319 1.257520914 -0.007605341 0.999956667 -0.005369841 0.019297328 -0.388715297 0.001991308 0.921355784 4.300219059\n0.906430542 0.009588066 0.422246099 1.498128295 -0.005524637 0.999925911 -0.010845941 0.005325485 -0.422318816 0.007498336 0.906416357 4.770889759\n0.892032802 0.008981647 0.451881438 1.774703741 0.001221384 0.999750972 -0.022282232 0.001348773 -0.451969028 0.020428402 0.891799688 5.247151375\n0.878022254 0.017714204 0.478291899 2.049163342 -0.001182832 0.999392092 -0.034842502 -0.000646573 -0.478618354 0.030026754 0.877509475 5.729904652\n0.864450037 0.025973048 0.502047360 2.335144281 -0.006113753 0.999133766 -0.041162483 -0.007620107 -0.502681553 0.032513518 0.863860011 6.217748642\n0.852041483 0.030612422 0.522578359 2.639975309 -0.011666475 0.999151111 -0.039508171 -0.019019313 -0.523344219 0.027565956 0.851675391 6.718259335\n0.840339422 0.031277716 0.541157424 2.973628759 -0.015647348 0.999317527 -0.033460297 -0.034163252 -0.541834652 0.019650329 0.840255380 7.224031448\n0.829555988 0.026996473 0.557770610 3.320886135 -0.014244658 0.999528706 -0.027192198 -0.057173084 -0.558241844 0.014612199 0.829549611 7.732025623\n0.820160866 0.024602065 0.571603775 3.682423353 -0.012846216 0.999615014 -0.024591565 -0.072878942 -0.571988761 0.012826096 0.820161223 8.235555649\n0.811801851 0.023579907 0.583456695 4.054689884 -0.011832920 0.999643445 -0.023935817 -0.081066236 -0.583813071 0.012527145 0.811791420 8.739885330\n0.805489421 0.024021590 0.592123151 4.436270714 -0.012484219 0.999644220 -0.023571342 -0.089267418 -0.592478693 0.011594271 0.805502713 9.251118660\n0.800721049 0.024484554 0.598536789 4.825446606 -0.013850420 0.999653935 -0.022364136 -0.101454742 -0.598877251 0.009617450 0.800783098 9.779358864\n0.797465146 0.024966644 0.602848232 5.225560665 -0.015052679 0.999655783 -0.021488102 -0.114541091 -0.603177190 0.008061530 0.797566414 10.328419685\n0.795880795 0.023982085 0.604978204 5.632364273 -0.013937354 0.999676108 -0.021293074 -0.120753750 -0.605292916 0.008514954 0.795957267 10.859523773\n0.794924676 0.022823213 0.606278718 6.041028500 -0.011803391 0.999684811 -0.022156827 -0.132671833 -0.606593311 0.010456865 0.794943511 11.414173126\n0.794890821 0.022852508 0.606321990 6.458599091 -0.009955747 0.999647200 -0.024625055 -0.144205928 -0.606670856 0.013537843 0.794837892 11.961743355\n0.795768440 0.023654550 0.605138838 6.900938988 -0.009383545 0.999598563 -0.026734235 -0.160635605 -0.605528295 0.015595913 0.795670927 12.544024467\n0.796422660 0.023239881 0.604293764 7.331039906 -0.009437478 0.999617279 -0.026005179 -0.169977069 -0.604666829 0.015008105 0.796337128 13.123596191\n0.797444165 0.021854214 0.602996886 7.769608974 -0.010132615 0.999687970 -0.022831300 -0.175106615 -0.603307724 0.012096753 0.797416806 13.715967178\n0.798393488 0.019462438 0.601821482 8.213006973 -0.010581739 0.999776661 -0.018293964 -0.190697372 -0.602043092 0.008237463 0.798421144 14.318621635\n0.799944997 0.016549217 0.599845111 8.686186790 -0.009633179 0.999844968 -0.014738201 -0.204666644 -0.599996030 0.006011335 0.799980402 14.942936897\n0.801971555 0.017913254 0.597093582 9.135010719 -0.011937370 0.999831259 -0.013962301 -0.212157398 -0.597242892 0.004069644 0.802050114 15.559609413\n0.804065228 0.020142894 0.594199777 9.585382462 -0.014428002 0.999792695 -0.014368339 -0.213146031 -0.594366014 0.002979967 0.804189146 16.188829422\n0.807070017 0.021470806 0.590065241 10.054677963 -0.015463412 0.999764442 -0.015228304 -0.226912200 -0.590253234 0.003165886 0.807211936 16.840692520\n0.810166478 0.022903921 0.585752249 10.503232956 -0.015839944 0.999726892 -0.017182477 -0.231011346 -0.585985839 0.004642385 0.810307980 17.471729279\n0.813297570 0.021657141 0.581444800 10.944913864 -0.013471625 0.999740064 -0.018393958 -0.243150949 -0.581692040 0.007126755 0.813377917 18.104524612\n0.817344725 0.020684291 0.575777531 11.405975342 -0.012756948 0.999760091 -0.017806362 -0.258119583 -0.576007724 0.007208774 0.817412496 18.761869431\n0.821484447 0.017471118 0.569963217 11.853556633 -0.009687034 0.999813855 -0.016685493 -0.271035075 -0.570148647 0.008185620 0.821500778 19.402015686\n0.824789464 0.013669852 0.565274715 12.287747383 -0.006831151 0.999875665 -0.014212365 -0.283178389 -0.565398753 0.007860732 0.824780285 20.049983978\n0.827098727 0.010899302 0.561950982 12.723083496 -0.003419141 0.999891043 -0.014360944 -0.291990787 -0.562046289 0.009956529 0.827045858 20.706361771\n0.828970492 0.010441407 0.559194863 13.166210175 -0.001705268 0.999868274 -0.016141806 -0.304804802 -0.559289753 0.012427504 0.828879118 21.355621338\n0.830477893 0.014708766 0.556857407 13.619833946 -0.004371760 0.999792635 -0.019888517 -0.315018356 -0.557034433 0.014082528 0.830370009 22.034706116\n0.830937088 0.016023135 0.556135654 14.051404953 -0.005203970 0.999765337 -0.021029407 -0.323377222 -0.556342125 0.014580002 0.830825448 22.695508957\n0.831280231 0.013371500 0.555692673 14.499206543 -0.002407880 0.999787867 -0.020455623 -0.335020363 -0.555848300 0.015666315 0.831136107 23.364212036\n0.831357181 0.013939378 0.555563629 14.943822861 -0.003449495 0.999795556 -0.019923490 -0.353377581 -0.555727720 0.014647122 0.831235290 24.026027679\n0.830541313 0.016979741 0.556698203 15.386726379 -0.004545870 0.999708533 -0.023709904 -0.365110278 -0.556938529 0.017161377 0.830376387 24.706584930\n0.830234647 0.019530298 0.557071745 15.840858459 -0.005424897 0.999621749 -0.026960572 -0.381473899 -0.557387590 0.019361546 0.830026627 25.403545380\n0.829774559 0.018529480 0.557791054 16.288703918 -0.004776818 0.999647856 -0.026101666 -0.390019655 -0.558078349 0.018994033 0.829570889 26.077238083\n0.829186797 0.011983925 0.558843136 16.750949860 -0.002106497 0.999830067 -0.018314993 -0.405573428 -0.558967650 0.014009350 0.829071105 26.759313583\n0.828534245 0.008345365 0.559876263 17.209659576 -0.002083404 0.999927938 -0.011821527 -0.420929223 -0.559934616 0.008628092 0.828491926 27.449119568\n0.827862561 0.008750440 0.560862720 17.675457001 -0.003433116 0.999938607 -0.010533334 -0.435859025 -0.560920477 0.006794646 0.827841818 28.150957108\n0.827196956 0.011233884 0.561799824 18.127330780 -0.004060503 0.999893546 -0.014015407 -0.442163169 -0.561897457 0.009312312 0.827154517 28.828933716\n0.827126086 0.012124719 0.561885595 18.586797714 -0.002765738 0.999842942 -0.017503921 -0.448176920 -0.562009633 0.012923922 0.827029705 29.507377625\n0.827225268 0.013139713 0.561716735 19.077850342 -0.001870613 0.999785364 -0.020632241 -0.459852189 -0.561867297 0.016016757 0.827072322 30.228580475\n0.827375293 0.013069635 0.561497390 19.549486160 -0.000556689 0.999747813 -0.022450238 -0.469750941 -0.561649203 0.018262193 0.827173948 30.928575516\n0.827902675 0.012844752 0.560724735 20.028106689 -0.000263304 0.999746501 -0.022512838 -0.482401371 -0.560871780 0.018490797 0.827696204 31.642646790\n0.828441620 0.010834722 0.559970677 20.510686874 0.002214782 0.999741673 -0.022620367 -0.495847911 -0.560071111 0.019979866 0.828203559 32.351177216\n0.829104543 0.007847236 0.559038520 21.002050400 0.005304424 0.999746084 -0.021900399 -0.519034088 -0.559068441 0.021123096 0.828852415 33.085308075\n0.829855382 0.006418933 0.557941616 21.485614777 0.006866636 0.999740601 -0.021714788 -0.532263935 -0.557936251 0.021851316 0.829596043 33.793312073\n0.830771029 0.004828087 0.556593418 21.975259781 0.007284854 0.999782443 -0.019545835 -0.541489244 -0.556566715 0.020292815 0.830555081 34.533370972\n0.831706583 0.002040000 0.555211663 22.466003418 0.007727551 0.999853849 -0.015249602 -0.549634516 -0.555161655 0.016973622 0.831569314 35.276016235\n0.832550704 -0.001758508 0.553946078 22.965911865 0.008259277 0.999923229 -0.009238975 -0.569021702 -0.553887248 0.012267109 0.832501292 36.037700653\n0.832881749 -0.005371270 0.553424954 23.454978943 0.008996003 0.999952197 -0.003833571 -0.570530057 -0.553377926 0.008171524 0.832890272 36.776725769\n0.833759904 -0.000912292 0.552126408 23.932104111 0.003639967 0.999985993 -0.003844372 -0.577282488 -0.552115142 0.005215005 0.833751559 37.514900208\n0.834475935 0.006675975 0.551003933 24.414241791 0.000326682 0.999920428 -0.012609804 -0.592760682 -0.551044285 0.010702581 0.834407389 38.281612396\n0.835622668 0.011355809 0.549186468 24.909545898 0.002228440 0.999707997 -0.024062188 -0.597844124 -0.549299359 0.021330738 0.835353374 39.036457062\n0.836390913 0.013539370 0.547966182 25.398418427 0.000929246 0.999658406 -0.026118323 -0.608289957 -0.548132658 0.022354323 0.836092591 39.783294678\n0.836696208 0.011996798 0.547535896 25.887195587 -0.001559425 0.999808192 -0.019523345 -0.620015264 -0.547665060 0.015481268 0.836554408 40.548435211\n0.837747335 0.008124462 0.545997620 26.383758545 -0.000326535 0.999896586 -0.014377477 -0.643815339 -0.546057999 0.011866406 0.837663352 41.318229675\n0.838728964 0.005149055 0.544524789 26.868560791 0.003350704 0.999887586 -0.014616065 -0.657055676 -0.544538856 0.014083458 0.838617384 42.071060181\n0.839569151 0.006209535 0.543217361 27.358839035 0.004379058 0.999824822 -0.018197082 -0.665171385 -0.543235183 0.017656490 0.839394927 42.821567535\n0.840356588 0.007823884 0.541977525 27.841316223 0.003976478 0.999779940 -0.020598311 -0.679667115 -0.542019427 0.019465087 0.840140522 43.569267273\n0.840795934 0.010088918 0.541258216 28.344573975 0.002004515 0.999761462 -0.021749141 -0.691253543 -0.541348517 0.019371551 0.840575159 44.362083435\n0.840424180 0.012888341 0.541775882 28.825269699 -0.001106787 0.999755919 -0.022066366 -0.706798434 -0.541928053 0.017945478 0.840233266 45.130916595\n0.840246558 0.019049054 0.541869819 29.317399979 -0.009485248 0.999746144 -0.020437146 -0.718149900 -0.542121589 0.012032473 0.840213895 45.916370392\n0.839279354 0.020343676 0.543319702 29.805810928 -0.014622173 0.999782860 -0.014847927 -0.726939082 -0.543503761 0.004517046 0.839394569 46.705410004\n0.838178694 0.017368093 0.545119107 30.311811447 -0.015393962 0.999848008 -0.008186397 -0.739802241 -0.545178413 -0.001529878 0.838318646 47.499771118\n0.837083757 0.016931117 0.546812654 30.813079834 -0.015849821 0.999851942 -0.006695130 -0.748534799 -0.546845078 -0.003062498 0.837228179 48.275096893\n0.836122394 0.017650196 0.548258960 31.314348221 -0.013218899 0.999840260 -0.012028551 -0.751568198 -0.548383653 0.002809962 0.836222172 49.048488617\n0.835783482 0.016071022 0.548823953 31.821716309 -0.007849049 0.999819100 -0.017324336 -0.756461263 -0.549003124 0.010171649 0.835758448 49.807975769\n0.835747898 0.014511815 0.548921525 32.350326538 -0.005904051 0.999830425 -0.017443396 -0.775319993 -0.549081564 0.011337421 0.835691869 50.598937988\n0.835151911 0.013528812 0.549852908 32.858577728 -0.004546511 0.999833107 -0.017694781 -0.786975980 -0.550000548 0.012277918 0.835074067 51.375846863\n0.835216522 0.015887177 0.549691737 33.375164032 -0.005516056 0.999774337 -0.020514205 -0.799180746 -0.549893618 0.014101672 0.835115671 52.150989532\n0.835063338 0.018131766 0.549854934 33.871517181 -0.005490946 0.999681652 -0.024625963 -0.822866499 -0.550126374 0.017545016 0.834897101 52.929912567\n0.835365295 0.019351158 0.549354553 34.390804291 -0.004196730 0.999575555 -0.028828638 -0.841460407 -0.549679279 0.021776950 0.835091949 53.725906372\n0.835414350 0.015893085 0.549390852 34.905216217 -0.001986280 0.999662578 -0.025898427 -0.859634578 -0.549617112 0.020544674 0.835164070 54.510845184\n0.835753500 0.011537928 0.548983634 35.420055389 -0.001782137 0.999830961 -0.018300276 -0.876844168 -0.549101949 0.014316156 0.835632801 55.292991638\n0.835756660 0.005932749 0.549067914 35.939064026 -0.002779719 0.999974549 -0.006573739 -0.890606999 -0.549092948 0.003967792 0.835751891 56.096412659\n0.835527122 0.000783700 0.549448669 36.451248169 -0.000723200 0.999999702 -0.000326594 -0.900336146 -0.549448729 -0.000124483 0.835527420 56.876579285\n0.835554183 0.002441012 0.549402654 36.955268860 -0.002240818 0.999996960 -0.001035087 -0.901600301 -0.549403548 -0.000366240 0.835557103 57.651512146\n0.834951282 0.008533533 0.550257683 37.455955505 -0.002824225 0.999933064 -0.011221781 -0.909822881 -0.550316632 0.007815589 0.834919453 58.419330597\n0.834587157 0.018276721 0.550572634 37.952590942 -0.007584692 0.999735951 -0.021689797 -0.916101813 -0.550823689 0.013926103 0.834505439 59.190921783\n0.834382415 0.020464359 0.550806046 38.453384399 -0.007000093 0.999623358 -0.026535474 -0.930369377 -0.551141620 0.018285040 0.834211349 59.952102661\n0.834903836 0.016437769 0.550150394 38.987689972 -0.002625022 0.999661505 -0.025884854 -0.953400970 -0.550389647 0.020167205 0.834664345 60.740814209\n0.834669590 0.011874884 0.550623000 39.497440338 -0.000624303 0.999787271 -0.020615328 -0.969702303 -0.550750673 0.016863232 0.834499478 61.513412476\n0.834220827 0.008254426 0.551368773 40.005470276 0.000202776 0.999883294 -0.015275845 -0.986378074 -0.551430523 0.012855234 0.834121823 62.283786774\n0.834234953 0.005185233 0.551384866 40.525737762 0.000254173 0.999952078 -0.009788129 -0.997951150 -0.551409185 0.008305746 0.834193587 63.080276489\n0.834303856 0.005116011 0.551281154 41.028896332 -0.001464328 0.999973953 -0.007063880 -1.005503535 -0.551302969 0.005086166 0.834289670 63.857124329\n0.834968328 0.005231712 0.550273180 41.529994965 -0.000813895 0.999965429 -0.008272173 -1.013250828 -0.550297439 0.006459137 0.834943712 64.624725342\n0.835843027 0.004282184 0.548951864 42.045585632 0.002220199 0.999935031 -0.011180661 -1.021576166 -0.548964083 0.010564060 0.835779190 65.408699036\n0.836740255 0.005234851 0.547574997 42.569221497 0.001791431 0.999922812 -0.012296781 -1.032394528 -0.547597051 0.011270155 0.836666286 66.202842712\n0.837401152 0.008422049 0.546523869 43.074634552 -0.001288414 0.999908924 -0.013434660 -1.044720531 -0.546587229 0.010546051 0.837335765 66.977912903\n0.838182569 0.011581446 0.545266807 43.572807312 -0.003701414 0.999872267 -0.015547449 -1.052491665 -0.545377195 0.011013343 0.838118374 67.743797302\n0.838607430 0.014376242 0.544546545 44.063861847 -0.005614861 0.999826729 -0.017748874 -1.067234039 -0.544707298 0.011826784 0.838542819 68.510513306\n0.838561893 0.015818642 0.544576645 44.560585022 -0.008165348 0.999831021 -0.016469344 -1.076814532 -0.544745147 0.009363907 0.838549376 69.317039490\n0.837981761 0.012736259 0.545549631 45.059307098 -0.007635661 0.999903381 -0.011614863 -1.093929291 -0.545644879 0.005567411 0.837998033 70.101226807\n0.837721646 0.012955064 0.545943856 45.553977966 -0.010041994 0.999915004 -0.008318745 -1.103764057 -0.546005189 0.001486428 0.837780476 70.868850708\n0.837403655 0.013896959 0.546408236 46.037025452 -0.010664726 0.999901831 -0.009086457 -1.110974669 -0.546480894 0.001781739 0.837469697 71.627334595\n0.837144375 0.015309508 0.546767771 46.524715424 -0.010514209 0.999873936 -0.011898411 -1.124980450 -0.546881020 0.004211858 0.837199807 72.398368835\n0.837347507 0.015694316 0.546445608 47.035358429 -0.010688916 0.999866784 -0.012337710 -1.129909515 -0.546566427 0.004490041 0.837403715 73.164924622\n0.836561680 0.016148966 0.547634721 47.518402100 -0.013792642 0.999869466 -0.008415210 -1.136234403 -0.547699094 -0.000513487 0.836675227 73.928306580\n0.836382627 0.012824731 0.547996044 48.007888794 -0.013697317 0.999903083 -0.002495073 -1.144134045 -0.547974944 -0.005419239 0.836477220 74.680725098\n0.836169064 0.014327956 0.548284590 48.510845184 -0.017303998 0.999850214 0.000261284 -1.146444917 -0.548198760 -0.009705992 0.836291790 75.459350586\n0.835797966 0.012565262 0.548893332 48.995132446 -0.015200947 0.999884427 0.000257084 -1.145847440 -0.548826635 -0.008558569 0.835892379 76.201293945\n0.835818231 0.006706125 0.548965335 49.489379883 -0.007304634 0.999972701 -0.001094049 -1.147328138 -0.548957705 -0.003095564 0.835844398 76.936592102\n0.836072981 0.012824128 0.548468351 49.985332489 -0.011827570 0.999915719 -0.005350056 -1.147511482 -0.548490703 -0.002014010 0.836154222 77.689949036\n0.835850000 0.022664409 0.548489809 50.461486816 -0.016854281 0.999735832 -0.015626127 -1.156625032 -0.548699081 0.003816698 0.836011231 78.462821960\n0.836784244 0.022036402 0.547089219 50.950878143 -0.008737251 0.999599934 -0.026899438 -1.168461442 -0.547463119 0.017728971 0.836642027 79.180572510\n0.837264299 0.027856773 0.546088398 51.424045563 -0.011029416 0.999358654 -0.034068428 -1.186009049 -0.546687186 0.022501245 0.837034583 79.919708252\n0.836831212 0.036492605 0.546243429 51.891510010 -0.021732070 0.999203742 -0.033460308 -1.211085320 -0.547029555 0.016129632 0.836957932 80.672935486\n0.837370753 0.035784367 0.545462847 52.354427338 -0.025071429 0.999319077 -0.027070444 -1.231556296 -0.546060145 0.008992466 0.837697744 81.413703918\n0.838277221 0.032092057 0.544299006 52.853832245 -0.025620705 0.999482095 -0.019471250 -1.251671553 -0.544641972 0.002376985 0.838665307 82.199050903\n0.838411152 0.027728030 0.544332504 53.329689026 -0.023080790 0.999615431 -0.015369604 -1.269239187 -0.544549346 0.000322424 0.838728726 82.941390991\n0.838473916 0.027485335 0.544248164 53.797607422 -0.023722602 0.999621451 -0.013935090 -1.277814865 -0.544425189 -0.001226773 0.838808537 83.681800842\n0.839058578 0.026889868 0.543376148 54.278057098 -0.023477564 0.999637008 -0.013215626 -1.287968397 -0.543534279 -0.001668465 0.839385331 84.424606323\n0.839601099 0.024927676 0.542631149 54.756786346 -0.020729633 0.999689162 -0.013849748 -1.298866510 -0.542807758 0.000379719 0.839856863 85.165115356\n0.839811802 0.025069041 0.542298555 55.234806061 -0.018466108 0.999674320 -0.017615428 -1.313724875 -0.542563558 0.004779503 0.840001166 85.904182434\n0.839972436 0.028216679 0.541894972 55.719623566 -0.018912600 0.999562681 -0.022731856 -1.323477268 -0.542299390 0.008845491 0.840138793 86.637107849\n0.839831471 0.025936745 0.542227268 56.190402985 -0.016642628 0.999618590 -0.022038452 -1.337645173 -0.542592049 0.009484499 0.839942813 87.392410278\n0.839934111 0.021489235 0.542262793 56.677532196 -0.015473117 0.999757767 -0.015652247 -1.349377751 -0.542467833 0.004756360 0.840063155 88.139770508\n0.839734554 0.019399835 0.542650521 57.160705566 -0.017256781 0.999810219 -0.009039037 -1.361633778 -0.542722881 -0.001774009 0.839909971 88.891082764\n0.839992881 0.018114297 0.542294979 57.644187927 -0.016301118 0.999833941 -0.008147716 -1.369996190 -0.542352498 -0.001995989 0.840148687 89.638816833\n0.840271831 0.021544611 0.541737139 58.108814240 -0.017959248 0.999767840 -0.011904221 -1.378693581 -0.541867852 0.000273591 0.840463698 90.381546021\n0.840053558 0.023640437 0.541988194 58.587871552 -0.016367752 0.999699712 -0.018235730 -1.388393879 -0.542256534 0.006447864 0.840188265 91.122001648\n0.839764357 0.024725279 0.542387843 59.070064545 -0.016040912 0.999656320 -0.020734606 -1.397759080 -0.542714119 0.008711790 0.839872360 91.865722656\n0.838426411 0.028415989 0.544273555 59.543388367 -0.020017562 0.999571621 -0.021350594 -1.414710760 -0.544647098 0.007005874 0.838636100 92.622550964\n0.837247431 0.030774020 0.545957625 60.027477264 -0.022615600 0.999509633 -0.021657497 -1.430812836 -0.546356380 0.005785524 0.837532818 93.395149231\n0.836243093 0.034039047 0.547301471 60.507228851 -0.025014646 0.999400496 -0.023936199 -1.447189569 -0.547788084 0.006325933 0.836593211 94.143661499\n0.835137129 0.031030327 0.549165845 60.994812012 -0.021630026 0.999487877 -0.023581944 -1.455611229 -0.549616396 0.007815683 0.835380614 94.887603760\n0.834081769 0.029643705 0.550843835 61.488555908 -0.021989767 0.999548137 -0.020494100 -1.476306200 -0.551202476 0.004980828 0.834356666 95.637329102\n0.832707942 0.030024363 0.552897871 61.976455688 -0.023333391 0.999544561 -0.019136969 -1.489412785 -0.553220630 0.003034524 0.833029270 96.402389526\n0.831800759 0.027976867 0.554368794 62.473979950 -0.021792600 0.999605000 -0.017747598 -1.502762318 -0.554646373 0.002681330 0.832081914 97.148345947\n0.831283927 0.023570107 0.555348158 62.981693268 -0.017667575 0.999716163 -0.015983934 -1.511982441 -0.555567265 0.003475534 0.831464350 97.893692017\n0.830837727 0.020893259 0.556122482 63.471961975 -0.015560545 0.999776483 -0.014313935 -1.525304556 -0.556297243 0.003238989 0.830977082 98.645965576\n0.831027508 0.021040494 0.555833220 63.980945587 -0.014265598 0.999761820 -0.016516425 -1.540508270 -0.556048393 0.005796310 0.831129730 99.399902344\n0.831270993 0.020195620 0.555500388 64.477127075 -0.011807336 0.999755859 -0.018677920 -1.551954269 -0.555741966 0.008967434 0.831306458 100.142822266\n0.831649363 0.019250961 0.554967344 64.977218628 -0.010283169 0.999761403 -0.019270284 -1.563938737 -0.555205941 0.010319298 0.831648946 100.882881165\n0.831695557 0.015945196 0.555002987 65.470809937 -0.008173728 0.999830842 -0.016476391 -1.574567676 -0.555171788 0.009166897 0.831685185 101.632858276\n0.832012773 0.016161473 0.554520965 65.982543945 -0.009586191 0.999845147 -0.014757129 -1.590607405 -0.554673612 0.006962377 0.832038879 102.397659302\n0.832048178 0.017317604 0.554432988 66.476509094 -0.010130679 0.999820232 -0.016025882 -1.604609013 -0.554610848 0.007717523 0.832074046 103.143638611\n0.832258642 0.017940423 0.554097235 66.974510193 -0.008076698 0.999762535 -0.020238796 -1.612398863 -0.554328740 0.012368639 0.832205892 103.884986877\n0.831594765 0.017022230 0.555121958 67.483299255 -0.005845076 0.999743104 -0.021899914 -1.626651645 -0.555352151 0.014967125 0.831480622 104.658668518\n0.830900788 0.019705765 0.556071579 67.974021912 -0.009060622 0.999719381 -0.021888833 -1.642208576 -0.556346834 0.013149096 0.830846131 105.408691406\n0.830506682 0.018356266 0.556706190 68.481559753 -0.008575529 0.999759734 -0.020171899 -1.659663677 -0.556942701 0.011978847 0.830464542 106.173217773\n0.830353737 0.015685048 0.557015836 68.987129211 -0.005601299 0.999788225 -0.019803146 -1.674103856 -0.557208478 0.013323604 0.830265701 106.929382324\n0.829920948 0.013197059 0.557724953 69.495071411 -0.003082964 0.999813378 -0.019070297 -1.689798355 -0.557872534 0.014107394 0.829806745 107.681961060\n0.829838455 0.011025840 0.557894826 70.002449036 0.000624724 0.999785781 -0.020688308 -1.705792904 -0.558003426 0.017516484 0.829653800 108.431648254\n0.829827309 0.009349551 0.557941914 70.516029358 0.003826400 0.999740779 -0.022443876 -1.719691873 -0.558007181 0.020759450 0.829576433 109.178138733\n0.829722345 0.008095641 0.558117688 71.043365479 0.005673311 0.999720871 -0.022935405 -1.739813089 -0.558147550 0.022196393 0.829444766 109.960174561\n0.829512417 0.008565694 0.558422625 71.544982910 0.003496686 0.999783099 -0.020529937 -1.759230256 -0.558477342 0.018982466 0.829302549 110.731582642\n0.829541206 0.007132558 0.558400095 72.052413940 0.002087069 0.999871850 -0.015872052 -1.773299456 -0.558441758 0.014331940 0.829419971 111.505706787\n0.830233812 0.008678178 0.557347834 72.574546814 -0.002129513 0.999920905 -0.012397105 -1.781978011 -0.557411313 0.009105616 0.830186605 112.278411865\n0.830266714 0.011450768 0.557248652 73.071014404 -0.006469731 0.999919593 -0.010907598 -1.792415261 -0.557328761 0.005450967 0.830274045 113.045722961\n0.830415130 0.015440091 0.556931198 73.573425293 -0.011441329 0.999877691 -0.010660474 -1.801622629 -0.557027698 0.002480587 0.830490232 113.809020996\n0.830627561 0.016790135 0.556575179 74.075981140 -0.013635361 0.999858856 -0.009813336 -1.804797411 -0.556661427 0.000562123 0.830739260 114.578758240\n0.831303477 0.016511498 0.555573463 74.595870972 -0.014281598 0.999863207 -0.008346146 -1.815728664 -0.555635273 -0.000996296 0.831425548 115.351577759\n0.831477523 0.014637874 0.555365562 75.095291138 -0.012657197 0.999892473 -0.007404356 -1.815829515 -0.555414200 -0.000872816 0.831573367 116.121704102\n0.832445025 0.013204982 0.553950250 75.606941223 -0.012035004 0.999911070 -0.005750205 -1.822662950 -0.553976893 -0.001880063 0.832529902 116.890869141\n0.833047807 0.010979986 0.553092062 76.114509583 -0.010425637 0.999937057 -0.004148028 -1.828053117 -0.553102791 -0.002310831 0.833109856 117.662399292\n0.833925307 0.010671384 0.551774144 76.628356934 -0.010430475 0.999939203 -0.003574829 -1.830189586 -0.551778734 -0.002774125 0.833985925 118.442443848\n0.834960639 0.012676245 0.550163627 77.130264282 -0.011472212 0.999918342 -0.005628078 -1.830055237 -0.550190091 -0.001612371 0.835037887 119.215049744\n0.835750997 0.013998010 0.548930168 77.632392883 -0.011139465 0.999901474 -0.008538084 -1.835508227 -0.548995614 0.001020924 0.835824609 119.988647461\n0.836704373 0.014708298 0.547457218 78.140846252 -0.009358651 0.999877334 -0.012560014 -1.837307453 -0.547574818 0.005385558 0.836739421 120.757736206\n0.837538004 0.015299943 0.546164751 78.657592773 -0.007812182 0.999841034 -0.016029067 -1.853051424 -0.546323180 0.009158215 0.837524414 121.554428101\n0.838140368 0.015592317 0.545231700 79.161941528 -0.006741095 0.999811113 -0.018229663 -1.859192610 -0.545412958 0.011603559 0.838087201 122.342834473\n0.838880360 0.013063457 0.544159055 79.671409607 -0.004553285 0.999845386 -0.016983591 -1.872515202 -0.544296801 0.011769490 0.838810146 123.126922607\n0.839620471 0.011137474 0.543059349 80.187065125 -0.004973759 0.999905467 -0.012816927 -1.882487059 -0.543150783 0.008060309 0.839596510 123.915527344\n0.839678526 0.011034589 0.542971671 80.697082520 -0.007282078 0.999932468 -0.009059845 -1.889307141 -0.543034971 0.003653395 0.839702129 124.722106934\n0.839873374 0.011973116 0.542650342 81.206382751 -0.009680088 0.999928057 -0.007080446 -1.893515944 -0.542696118 0.000693776 0.839928865 125.525230408\n0.839653611 0.014445041 0.542930245 81.714172363 -0.013536249 0.999892294 -0.005668731 -1.896990776 -0.542953610 -0.002589467 0.839758694 126.335594177\n0.839468360 0.016152889 0.543168485 82.229064941 -0.016524689 0.999854684 -0.004194992 -1.900039554 -0.543157279 -0.005454127 0.839613259 127.138786316\n0.839153230 0.016365491 0.543648839 82.745422363 -0.016737958 0.999850810 -0.004262564 -1.905451536 -0.543637455 -0.005522627 0.839301944 127.943191528\n0.838881493 0.018315654 0.544005871 83.263984680 -0.017445875 0.999824941 -0.006759900 -1.907506466 -0.544034421 -0.003819902 0.839054227 128.739257812\n0.838203073 0.020195564 0.544984221 83.775367737 -0.015606828 0.999793112 -0.013045689 -1.912076831 -0.545134902 0.002429463 0.838344812 129.551254272\n0.837706208 0.020918097 0.545720398 84.296264648 -0.013170825 0.999749362 -0.018103724 -1.920572758 -0.545962334 0.007978014 0.837771773 130.365386963\n0.837055266 0.018977778 0.546789110 84.822921753 -0.011595519 0.999789119 -0.016949289 -1.926031351 -0.546995461 0.007847189 0.837098837 131.170089722\n0.836618662 0.014996734 0.547580421 85.355705261 -0.010337965 0.999879420 -0.011589151 -1.931214571 -0.547688186 0.004034834 0.836672783 131.993209839\n0.836067796 0.010230917 0.548530698 85.882865906 -0.008998550 0.999947309 -0.004934967 -1.944747090 -0.548552334 -0.000810015 0.836115837 132.799591064\n0.835339665 0.009859231 0.549645722 86.408851624 -0.008790126 0.999950886 -0.004577505 -1.954388618 -0.549663842 -0.001007684 0.835385323 133.611160278\n0.834310651 0.012002799 0.551163912 86.926071167 -0.010661927 0.999927282 -0.005636375 -1.959615231 -0.551191509 -0.001173980 0.834378004 134.415130615\n0.833591402 0.015850909 0.552154124 87.454704285 -0.012067720 0.999872208 -0.010485001 -1.967100143 -0.552249789 0.002076966 0.833676159 135.212646484\n0.832489073 0.017593969 0.553762078 87.972084045 -0.011914654 0.999833047 -0.013854711 -1.974857092 -0.553913414 0.004936013 0.832559705 136.018096924\n0.831494927 0.017258221 0.555264235 88.517807007 -0.010863489 0.999831319 -0.014808037 -1.983068466 -0.555426180 0.006280701 0.831542134 136.816101074\n0.830412984 0.015744772 0.556925833 89.050010681 -0.011491617 0.999871969 -0.011132485 -1.994248390 -0.557029784 0.002844583 0.830487609 137.617279053\n0.829542518 0.013500913 0.558280349 89.589088440 -0.010807641 0.999908626 -0.008121872 -2.005530596 -0.558338940 0.000703746 0.829612613 138.408157349\n0.828343034 0.012328843 0.560085595 90.125259399 -0.010458815 0.999923885 -0.006542605 -2.010745764 -0.560123622 -0.000438310 0.828408957 139.210891724\n0.827026069 0.010943425 0.562057078 90.655265808 -0.009700100 0.999939442 -0.005196139 -2.014040947 -0.562079906 -0.001154667 0.827082157 140.000549316\n0.826086044 0.008968805 0.563472629 91.195312500 -0.008647979 0.999957383 -0.003237863 -2.019853115 -0.563477635 -0.002198145 0.826128364 140.791656494\n0.825224638 0.007535807 0.564754367 91.743865967 -0.007103029 0.999970376 -0.002964100 -2.019918680 -0.564759970 -0.001565418 0.825253725 141.585601807\n0.824309945 0.007732317 0.566086054 92.283973694 -0.006651132 0.999969959 -0.003973762 -2.019935131 -0.566099763 -0.000489501 0.824336588 142.367355347\n0.823746681 0.007393605 0.566909790 92.835090637 -0.005147483 0.999971271 -0.005562033 -2.020344257 -0.566934645 0.001663548 0.823761106 143.169128418\n0.823857903 0.006160759 0.566762984 93.377044678 -0.003706491 0.999978125 -0.005482013 -2.023812771 -0.566784322 0.002415698 0.823862672 143.949401855\n0.824369788 0.004071692 0.566037059 93.922729492 -0.002111754 0.999989271 -0.004117720 -2.030494213 -0.566047728 0.002199193 0.824369550 144.755126953\n0.825154662 0.004209680 0.564891219 94.457786560 -0.002416251 0.999989390 -0.003922621 -2.030308485 -0.564901710 0.001871850 0.825156093 145.545349121\n0.826309502 0.006096119 0.563183367 94.989776611 -0.003467764 0.999977529 -0.005736206 -2.038864613 -0.563205659 0.002786895 0.826312065 146.333419800\n0.827255547 0.005762374 0.561796308 95.532669067 -0.002209385 0.999973059 -0.007003416 -2.043906689 -0.561821520 0.004552391 0.827245951 147.126953125\n0.828404784 0.005858851 0.560099363 96.064773560 -0.001094560 0.999960303 -0.008841074 -2.045671701 -0.560128927 0.006710926 0.828378320 147.909149170\n0.829322934 0.005213348 0.558745265 96.594276428 -0.001256807 0.999971330 -0.007464760 -2.050147057 -0.558768213 0.005488462 0.829305768 148.704483032\n0.830410004 0.003368801 0.557142615 97.123519897 0.000701131 0.999974608 -0.007091437 -2.057679415 -0.557152331 0.006279430 0.830386519 149.519058228\n0.831367254 0.002704053 0.555716813 97.644065857 0.001322637 0.999975681 -0.006844465 -2.066050529 -0.555721819 0.006425275 0.831343472 150.298339844\n0.832583249 0.002416966 0.553894699 98.170303345 0.001899140 0.999972165 -0.007218143 -2.068782091 -0.553896725 0.007061629 0.832555413 151.086410522\n0.833075345 0.001738707 0.553156853 98.684265137 0.001789432 0.999981344 -0.005838141 -2.081646442 -0.553156674 0.005853448 0.833056688 151.878021240\n0.833728731 0.001245012 0.552172840 99.203224182 0.000844311 0.999993443 -0.003529565 -2.081516504 -0.552173615 0.003408906 0.833722174 152.667877197\n0.833761871 0.002153486 0.552120030 99.712646484 -0.000766945 0.999995947 -0.002742207 -2.083252907 -0.552123666 0.001862902 0.833760142 153.449386597\n0.833442569 0.002351238 0.552601099 100.221588135 -0.001385707 0.999996722 -0.002164894 -2.082836628 -0.552604377 0.001038572 0.833443046 154.245208740\n0.832685292 0.005782545 0.553716302 100.732597351 -0.004490921 0.999983132 -0.003689477 -2.083978653 -0.553728282 0.000585477 0.832697213 155.009323120\n0.830718756 0.008870737 0.556621671 101.236244202 -0.007235382 0.999960601 -0.005137816 -2.088287592 -0.556645334 0.000240710 0.830750227 155.786956787\n0.828555346 0.011376419 0.559791565 101.742492676 -0.010473554 0.999933541 -0.004819193 -2.089927673 -0.559809208 -0.001870039 0.828619421 156.549057007\n0.825878263 0.011295266 0.563735306 102.250152588 -0.010250471 0.999934852 -0.005018116 -2.093347073 -0.563755274 -0.001634198 0.825940311 157.300476074\n0.822934031 0.008979508 0.568066061 102.755256653 -0.009740707 0.999951124 -0.001695418 -2.099986315 -0.568053484 -0.004138148 0.822981238 158.041122437\n0.819824338 0.007969522 0.572559774 103.255477905 -0.010160562 0.999948204 0.000630095 -2.092864990 -0.572525084 -0.006334095 0.819862783 158.775177002\n0.816702306 0.006678105 0.577020586 103.754890442 -0.009758321 0.999949872 0.002238867 -2.097318649 -0.576976717 -0.007459239 0.816726565 159.486389160\n0.813130856 0.007390798 0.582034051 104.239051819 -0.010106556 0.999947906 0.001421808 -2.096825600 -0.581993222 -0.007038475 0.813163221 160.170303345\n0.809250414 0.008189117 0.587406754 104.721878052 -0.009045555 0.999957979 -0.001478793 -2.109211922 -0.587394178 -0.004116707 0.809290528 160.831634521\n0.805031538 0.009070680 0.593162656 105.193794250 -0.007934702 0.999958277 -0.004522564 -2.107752323 -0.593178928 -0.001065761 0.805069923 161.460647583\n0.800358295 0.008852550 0.599456608 105.661155701 -0.005869474 0.999958754 -0.006930446 -2.121139765 -0.599493206 0.002028345 0.800377250 162.096618652\n0.795814157 0.007214092 0.605497956 106.115814209 -0.002441284 0.999959111 -0.008705213 -2.127900839 -0.605535984 0.005449540 0.795799255 162.688568115\n0.791252136 0.005854013 0.611461997 106.562332153 -0.000695778 0.999962151 -0.008673075 -2.136882305 -0.611489654 0.006437147 0.791226268 163.266464233\n0.786779940 0.004432247 0.617217720 106.998664856 0.000274741 0.999971628 -0.007531024 -2.144829512 -0.617233574 0.006094834 0.786756396 163.817962646\n0.782429814 0.001550584 0.622736871 107.439498901 0.001326964 0.999990463 -0.004157174 -2.150791883 -0.622737408 0.004079047 0.782420278 164.370712280\n0.778052390 -0.003118373 0.628191710 107.860679626 0.005063086 0.999986351 -0.001306950 -2.158912182 -0.628179014 0.004197464 0.778057516 164.871978760\n0.773667395 -0.006490666 0.633558691 108.294769287 0.009496932 0.999953985 -0.001352833 -2.161753416 -0.633520782 0.007063506 0.773693442 165.393188477\n0.769320667 -0.004712762 0.638845503 108.709999084 0.009626922 0.999944746 -0.004216495 -2.171896458 -0.638790369 0.009393953 0.769323528 165.904541016\n0.765749991 -0.001462652 0.643136680 109.133949280 0.008747975 0.999928594 -0.008141682 -2.174245358 -0.643078864 0.011860637 0.765708089 166.407180786\n0.763071239 -0.001836217 0.646311820 109.564361572 0.011767069 0.999869704 -0.011052150 -2.164881706 -0.646207273 0.016038774 0.762993395 166.915512085\n0.760937572 -0.006642345 0.648791134 109.993194580 0.016630400 0.999818742 -0.009268863 -2.163406372 -0.648611963 0.017842682 0.760910094 167.415145874\n0.760258198 -0.009741222 0.649547994 110.424400330 0.017058913 0.999842107 -0.004971908 -2.163247108 -0.649397016 0.014860516 0.760304332 167.913345337\n0.760330975 -0.010005868 0.649458766 110.849311829 0.013421964 0.999909878 -0.000308209 -2.177073240 -0.649397194 0.008951354 0.760396719 168.411941528\n0.761476040 -0.004991502 0.648173869 111.267127991 0.008683522 0.999959171 -0.002500865 -2.178203583 -0.648134887 0.007532781 0.761488318 168.908569336\n0.763180852 0.002109309 0.646181524 111.675971985 0.005027798 0.999945045 -0.009202233 -2.180576801 -0.646165371 0.010271838 0.763128281 169.402038574\n0.764190555 0.003308753 0.644982100 112.078346252 0.007677007 0.999869347 -0.014225231 -2.189934015 -0.644944847 0.015822319 0.764065325 169.901199341\n0.766348541 0.003984604 0.642412663 112.499023438 0.009389147 0.999804497 -0.017401876 -2.192476511 -0.642356396 0.019367609 0.766161323 170.384765625\n0.768290758 0.005143900 0.640080452 112.899375916 0.005353641 0.999881089 -0.014461374 -2.198092699 -0.640078723 0.014537300 0.768171847 170.885314941\n0.770472229 0.003427452 0.637464404 113.308143616 0.002050899 0.999967039 -0.007855342 -2.200154781 -0.637470305 0.007359698 0.770439804 171.396850586\n0.772569537 0.001464372 0.634928465 113.713165283 0.001804953 0.999988258 -0.004502565 -2.197746992 -0.634927571 0.004624560 0.772557855 171.911727905\n0.775696516 -0.001457444 0.631104469 114.132522583 0.005403419 0.999976039 -0.004332097 -2.216450214 -0.631083012 0.006770514 0.775685787 172.414062500\n0.778778255 0.001408089 0.627297759 114.531753540 0.003263935 0.999974847 -0.006296746 -2.218438148 -0.627290845 0.006951228 0.778754115 172.919342041\n0.781679153 0.003672568 0.623670042 114.923835754 0.006708216 0.999875307 -0.014295676 -2.212493896 -0.623644769 0.015358345 0.781557024 173.422592163\n0.785855114 0.004130126 0.618396878 115.327064514 0.007955670 0.999827445 -0.016787631 -2.218660355 -0.618359506 0.018112408 0.785686612 173.935943604\n0.790100932 0.000638040 0.612976491 115.725936890 0.010711213 0.999832392 -0.014847017 -2.228081465 -0.612883210 0.018296363 0.789961696 174.445770264\n0.793408394 -0.001370560 0.608688176 116.108207703 0.010127677 0.999888778 -0.010949738 -2.243813038 -0.608605444 0.014852211 0.793334007 174.965133667\n0.797317386 -0.005082639 0.603538930 116.486450195 0.012730616 0.999883711 -0.008397628 -2.246499538 -0.603426039 0.014378996 0.797289371 175.472885132\n0.801468849 -0.013409323 0.597886205 116.870765686 0.018388823 0.999828458 -0.002226256 -2.248268127 -0.597753763 0.012778698 0.801577926 175.992111206\n0.805356026 -0.019842673 0.592459261 117.270210266 0.023520481 0.999722242 0.001510315 -2.249725342 -0.592324674 0.012718583 0.805599034 176.505279541\n0.808121681 -0.023652628 0.588540554 117.637466431 0.026640937 0.999638617 0.003593572 -2.244839668 -0.588412821 0.012775226 0.808459759 177.020874023\n0.810793519 -0.022317059 0.584906757 117.996612549 0.025577188 0.999669254 0.002687368 -2.254719734 -0.584773242 0.012781367 0.811096132 177.530059814\n0.813407660 -0.019588642 0.581364155 118.366439819 0.025246728 0.999679923 -0.001640127 -2.250746727 -0.581145942 0.016011633 0.813641846 178.044219971\n0.815894306 -0.015103850 0.578003764 118.724746704 0.022442790 0.999732673 -0.005555556 -2.249294281 -0.577765346 0.017504763 0.816015184 178.557540894\n0.818057358 -0.013607176 0.574975610 119.087570190 0.023080278 0.999691486 -0.009179545 -2.250269175 -0.574673355 0.020779992 0.818119049 179.085693359\n0.819889963 -0.011621633 0.572403193 119.448783875 0.021815514 0.999702036 -0.010950587 -2.252184868 -0.572105408 0.021465546 0.819899201 179.614746094\n0.820798695 -0.008813981 0.571149588 119.805053711 0.018846879 0.999754429 -0.011656625 -2.254859209 -0.570906579 0.020332128 0.820763230 180.159927368\n0.822431624 -0.003357526 0.568854094 120.180244446 0.014410995 0.999784648 -0.014933979 -2.257554770 -0.568681419 0.020479931 0.822302878 180.700592041\n0.823274791 -0.001752048 0.567640364 120.551071167 0.013220479 0.999783158 -0.016088389 -2.263799429 -0.567489088 0.020749642 0.823119462 181.249038696\n0.824075341 -0.001268742 0.566478729 120.932434082 0.011643137 0.999824166 -0.014698351 -2.266618490 -0.566360474 0.018708138 0.823945284 181.814666748\n0.824613512 -0.002973263 0.565688729 121.317977905 0.012238141 0.999845922 -0.012584538 -2.271859169 -0.565564156 0.017300358 0.824522853 182.370941162\n0.824981749 -0.005742228 0.565130234 121.702789307 0.014047162 0.999847770 -0.010346817 -2.274239063 -0.564984798 0.016474411 0.824936867 182.938568115\n0.825362086 -0.010151610 0.564512551 122.098190308 0.017245993 0.999825120 -0.007235188 -2.283613205 -0.564340413 0.015707228 0.825392783 183.508941650\n0.825881243 -0.008924829 0.563773453 122.492347717 0.016683523 0.999823749 -0.008612241 -2.286585569 -0.563597202 0.016518416 0.825884581 184.097778320\n0.826731563 -0.007815560 0.562542379 122.894638062 0.017860752 0.999764085 -0.012358767 -2.283250332 -0.562313080 0.020264810 0.826676071 184.682418823\n0.827636480 -0.004477103 0.561246693 123.289749146 0.016890595 0.999713957 -0.016932752 -2.294681311 -0.561010361 0.023493953 0.827475369 185.269439697\n0.829118371 -0.002119993 0.559069097 123.695541382 0.018925780 0.999526083 -0.024277370 -2.298094511 -0.558752716 0.030709634 0.828765571 185.858856201\n0.829595208 -0.001421558 0.558363557 124.094573975 0.019815074 0.999441803 -0.026895968 -2.305367470 -0.558013618 0.033376779 0.829160273 186.465850830\n0.830455065 -0.002578683 0.557079613 124.504547119 0.018267831 0.999577522 -0.022605417 -2.308361530 -0.556786001 0.028949419 0.830151320 187.073608398\n0.831403732 -0.008059097 0.555610359 124.921844482 0.018741954 0.999732614 -0.013544006 -2.323451042 -0.555352628 0.021673761 0.831332505 187.693939209\n0.831862271 -0.010086380 0.554890454 125.338340759 0.017315079 0.999819756 -0.007783877 -2.330567122 -0.554711938 0.016083086 0.831887007 188.341629028\n0.832538426 -0.011009069 0.553857982 125.749572754 0.017683018 0.999821126 -0.006706940 -2.338898420 -0.553685069 0.015377665 0.832584202 188.962463379\n0.833577871 -0.009095158 0.552327096 126.164535522 0.017226659 0.999806166 -0.009534871 -2.333134174 -0.552133322 0.017462809 0.833572984 189.578704834\n0.834436774 -0.011523441 0.550983250 126.580238342 0.019615063 0.999768913 -0.008796551 -2.331539631 -0.550754547 0.018147737 0.834469974 190.202270508\n0.835023165 -0.013545449 0.550047994 126.989189148 0.020078003 0.999781251 -0.005859694 -2.335391521 -0.549848318 0.015936848 0.835112453 190.823287964\n0.835133374 -0.012516974 0.549905062 127.392456055 0.017936166 0.999829113 -0.004481239 -2.348067045 -0.549754977 0.013605622 0.835215151 191.464187622\n0.835342407 -0.009450819 0.549648821 127.800323486 0.015895842 0.999849379 -0.006966403 -2.351094723 -0.549500167 0.014556461 0.835366786 192.084762573\n0.834941685 -0.006681554 0.550297856 128.193969727 0.015622356 0.999811113 -0.011563675 -2.354282379 -0.550116658 0.018251942 0.834888339 192.705474854\n0.834908724 -0.004057833 0.550373495 128.604644775 0.014497886 0.999787986 -0.014621782 -2.356130600 -0.550197482 0.020187106 0.834790528 193.324981689\n0.834181666 -0.003330705 0.551479757 129.008575439 0.014400220 0.999772370 -0.015743919 -2.373782158 -0.551301777 0.021074718 0.834039688 193.935241699\n0.833240986 -0.004927972 0.552888095 129.411788940 0.017749581 0.999683321 -0.017839536 -2.386187792 -0.552625060 0.024678163 0.833064556 194.548553467\n0.832364500 -0.007192649 0.554181933 129.816223145 0.021358088 0.999589324 -0.019105673 -2.398794413 -0.553816915 0.027739150 0.832176268 195.147949219\n0.831607521 -0.006269892 0.555328429 130.214355469 0.018427650 0.999697208 -0.016308513 -2.408355951 -0.555058002 0.023795677 0.831471205 195.763641357\n0.831172824 -0.007901551 0.555958033 130.608718872 0.014353664 0.999870718 -0.007248470 -2.413421869 -0.555828869 0.014004765 0.831178784 196.375961304\n0.830903888 -0.015708178 0.556194246 131.018615723 0.016381577 0.999858737 0.003765667 -2.414587021 -0.556174815 0.005982431 0.831043839 196.982284546\n0.831134379 -0.022039367 0.555634677 131.430419922 0.019261688 0.999755681 0.010843329 -2.415445089 -0.555737913 0.001690198 0.831355810 197.587677002\n0.830165505 -0.024299193 0.556987286 131.816955566 0.020557564 0.999704480 0.012973067 -2.413482666 -0.557137966 0.000680508 0.830419719 198.169540405\n0.830507338 -0.018686518 0.556694210 132.209197998 0.016323751 0.999824345 0.009208362 -2.405929089 -0.556768477 0.001439725 0.830666482 198.750045776\n0.831097007 -0.012014659 0.555997729 132.584533691 0.012510266 0.999917507 0.002907248 -2.404132605 -0.555986822 0.004539473 0.831178725 199.310699463\n0.830925524 -0.005485814 0.556356609 132.945007324 0.009402226 0.999947071 -0.004182619 -2.409109592 -0.556304216 0.008706435 0.830933094 199.869735718\n0.830883920 -0.002459621 0.556440353 133.301696777 0.010560280 0.999879837 -0.011349001 -2.406728983 -0.556345582 0.015305867 0.830810070 200.420761108\n0.831100464 -0.002050495 0.556118548 133.659103394 0.011882899 0.999830365 -0.014072070 -2.411407232 -0.555995345 0.018303605 0.830983877 200.948455811\n0.831009626 -0.002767122 0.556251168 134.010910034 0.011861007 0.999848425 -0.012745879 -2.415803432 -0.556131542 0.017189646 0.830916524 201.467956543\n0.831076980 -0.001490824 0.556155443 134.332122803 0.007995528 0.999925077 -0.009267531 -2.422469854 -0.556100011 0.012148788 0.831026614 201.970672607\n0.831500232 -0.000897461 0.555523694 134.650985718 0.004856236 0.999972224 -0.005653271 -2.426665306 -0.555503190 0.007398450 0.831481516 202.463043213\n0.831941843 -0.000372951 0.554862738 134.950866699 0.002225935 0.999993980 -0.002665345 -2.429305315 -0.554858446 0.003452501 0.831937671 202.939849854\n0.833076060 -0.006219069 0.553123534 135.281723022 0.008100388 0.999966741 -0.000957069 -2.439144373 -0.553099155 0.005277826 0.833098769 203.415451050\n0.835057557 -0.009593291 0.550078928 135.582626343 0.012187500 0.999925137 -0.001062922 -2.441526651 -0.550027609 0.007591689 0.835111976 203.853515625\n0.836700559 -0.011566993 0.547538459 135.847930908 0.014419831 0.999895632 -0.000911893 -2.443988562 -0.547470748 0.008658392 0.836780071 204.279647827\n0.838759780 -0.013645509 0.544330597 136.114105225 0.015645437 0.999877155 0.000957266 -2.454174042 -0.544276774 0.007713374 0.838870227 204.702072144\n0.841608882 -0.016546372 0.539833963 136.383468628 0.018845951 0.999821603 0.001264278 -2.451927185 -0.539758563 0.009109656 0.841770589 205.125213623\n0.846002042 -0.022301380 0.532713115 136.643402100 0.026420059 0.999650896 -0.000108556 -2.449350357 -0.532524705 0.014166148 0.846295893 205.516433716\n0.851434350 -0.025047477 0.523862720 136.880752563 0.031238642 0.999507487 -0.002982678 -2.455760956 -0.523530006 0.018904312 0.851797521 205.905273438\n0.859020472 -0.020021336 0.511549592 137.089889526 0.028952228 0.999535680 -0.009497649 -2.464715958 -0.511121929 0.022969173 0.859201312 206.287689209\n0.868002415 -0.015646070 0.496313393 137.297439575 0.026767310 0.999524534 -0.015303761 -2.472000360 -0.495837957 0.026568675 0.868008554 206.689498901\n0.878329873 -0.014447864 0.477836698 137.493423462 0.026748369 0.999462605 -0.018947463 -2.475477934 -0.477306157 0.029423473 0.878244340 207.083480835\n0.889032245 -0.014487945 0.457615316 137.674560547 0.027722996 0.999368668 -0.022219192 -2.476980686 -0.457004488 0.032440044 0.888872623 207.472122192\n0.899575770 -0.015339560 0.436495304 137.860244751 0.028650355 0.999303043 -0.023927629 -2.480249166 -0.435824037 0.034030460 0.899388313 207.876281738\n0.909081280 -0.014242939 0.416375250 138.021820068 0.026144506 0.999395967 -0.022895565 -2.487222433 -0.415797621 0.031699855 0.908904552 208.281829834\n0.917893112 -0.012450220 0.396632373 138.168548584 0.021480223 0.999601185 -0.018332580 -2.496637821 -0.396245927 0.025347101 0.917794466 208.690368652\n0.926677644 -0.011029425 0.375695258 138.310867310 0.017642451 0.999743998 -0.014166440 -2.504757881 -0.375442833 0.019755907 0.926634967 209.097854614\n0.934706450 -0.009984208 0.355280370 138.445053101 0.015043666 0.999820948 -0.011481052 -2.510213375 -0.355102122 0.016076133 0.934689283 209.499084473\n0.941562295 -0.006825327 0.336769760 138.559539795 0.010375600 0.999907970 -0.008743589 -2.517644405 -0.336679071 0.011726822 0.941546440 209.902999878\n0.947969615 0.000062832 0.318360746 138.671432495 0.002535148 0.999966800 -0.007746159 -2.525491238 -0.318350643 0.008150214 0.947937965 210.305480957\n0.952965736 0.008541552 0.302957654 138.777481079 -0.006043998 0.999939620 -0.009180534 -2.528087616 -0.303017765 0.006917659 0.952959776 210.724044800\n0.956152737 0.016538855 0.292401165 138.892166138 -0.014036410 0.999844730 -0.010654323 -2.526691198 -0.292531997 0.006082897 0.956236362 211.169799805\n0.957616150 0.022255724 0.287186354 139.007888794 -0.020092325 0.999743223 -0.010478474 -2.525671482 -0.287345827 0.004264114 0.957817435 211.606979370\n0.957253575 0.027236484 0.287964851 139.129089355 -0.025814747 0.999628603 -0.008734077 -2.527252436 -0.288095772 0.000926988 0.957601130 212.062774658\n0.955221653 0.031528648 0.294206679 139.265258789 -0.030855192 0.999499857 -0.006931625 -2.529960155 -0.294278055 -0.002456565 0.955716670 212.517776489\n0.951236188 0.036061931 0.306348234 139.405639648 -0.036024578 0.999334216 -0.005777861 -2.527220249 -0.306352645 -0.005539956 0.951901972 212.993133545\n0.945671201 0.039596498 0.322704315 139.566268921 -0.040157709 0.999181211 -0.004921187 -2.529600143 -0.322634965 -0.008305240 0.946487069 213.458221436\n0.938501477 0.043686915 0.342500299 139.754638672 -0.045007907 0.998978257 -0.004094270 -2.532347441 -0.342329234 -0.011572745 0.939508796 213.949264526\n0.929834545 0.044989511 0.365217358 139.953765869 -0.046843652 0.998895049 -0.003786668 -2.533942223 -0.364984185 -0.013587138 0.930914581 214.422821045\n0.919941664 0.045874067 0.389362216 140.164611816 -0.048145704 0.998832583 -0.003927642 -2.530297279 -0.389087826 -0.015132912 0.921076357 214.914230347\n0.909417629 0.045548290 0.413382292 140.394668579 -0.047943462 0.998839557 -0.004583660 -2.525557995 -0.413111329 -0.015650518 0.910546064 215.404083252\n0.898146033 0.046182837 0.437265158 140.643997192 -0.048137899 0.998818755 -0.006617088 -2.525984764 -0.437054247 -0.015105914 0.899308264 215.899383545\n0.886573672 0.045917880 0.460302770 140.919586182 -0.047226191 0.998846531 -0.008679971 -2.533817530 -0.460170388 -0.014042912 0.887719572 216.397384644\n0.875320435 0.048062459 0.481148720 141.197097778 -0.047943715 0.998771250 -0.012547654 -2.533401012 -0.481160581 -0.012084837 0.876549184 216.874496460\n0.864009202 0.052501839 0.500731170 141.499847412 -0.049008682 0.998595297 -0.020138822 -2.538871050 -0.501085103 -0.007140044 0.865368545 217.374588013\n0.852929592 0.056903224 0.518915355 141.815628052 -0.050133970 0.998375416 -0.027075771 -2.544580221 -0.519613028 -0.002921554 0.854396760 217.885208130\n0.843203068 0.054105643 0.534865618 142.154678345 -0.047144387 0.998531520 -0.026686886 -2.551975012 -0.535524130 -0.002713448 0.844515622 218.417007446\n0.834822595 0.049800321 0.548262000 142.520141602 -0.043975297 0.998750031 -0.023759633 -2.554177523 -0.548759937 -0.004274904 0.835969090 218.953704834\n0.827496767 0.046552144 0.559537411 142.896896362 -0.042531464 0.998890758 -0.020205731 -2.558303356 -0.559857368 -0.007077764 0.828558803 219.498046875\n0.821613193 0.044302724 0.568321347 143.276199341 -0.044330493 0.998921871 -0.013781719 -2.577846766 -0.568319142 -0.013870720 0.822691321 220.055343628\n0.817063451 0.045509737 0.574748874 143.667709351 -0.045586985 0.998858213 -0.014285058 -2.586039543 -0.574742734 -0.014529267 0.818205178 220.620498657\n0.813339353 0.046636887 0.579917312 144.071578979 -0.044013992 0.998857796 -0.018598003 -2.584352016 -0.580122292 -0.010397984 0.814463019 221.191177368\n0.810777307 0.044894576 0.583630562 144.495010376 -0.040193282 0.998971045 -0.021007432 -2.589805603 -0.583973110 -0.006425677 0.811747551 221.770812988\n0.809129357 0.042677775 0.586078823 144.930709839 -0.037864372 0.999073088 -0.020476835 -2.602879047 -0.586409509 -0.005623096 0.809995294 222.366119385\n0.808396816 0.042198289 0.587123454 145.380569458 -0.037439447 0.999093533 -0.020258272 -2.605518103 -0.587446094 -0.005604854 0.809243917 222.982315063\n0.808397293 0.040752426 0.587224841 145.825210571 -0.036522839 0.999151051 -0.019060608 -2.611541748 -0.587503076 -0.006038574 0.809199393 223.595352173\n0.809064388 0.039059028 0.586420715 146.274566650 -0.035182085 0.999218524 -0.018014261 -2.622416258 -0.586666048 -0.006056803 0.809806347 224.220367432\n0.810486674 0.038724218 0.584475636 146.730941772 -0.034450527 0.999236405 -0.018431829 -2.632035017 -0.584743142 -0.005196743 0.811201870 224.848785400\n0.811129570 0.040394381 0.583469927 147.185760498 -0.035447195 0.999173462 -0.019896017 -2.635703087 -0.583791375 -0.004544123 0.811891019 225.521026611\n0.812319517 0.041777335 0.581714451 147.646392822 -0.037080120 0.999112666 -0.019974338 -2.640938759 -0.582032740 -0.005344496 0.813147783 226.172332764\n0.813558877 0.040422797 0.580075800 148.111465454 -0.037054397 0.999157250 -0.017657690 -2.653341055 -0.580300689 -0.007128789 0.814371109 226.833480835\n0.814195871 0.039911579 0.579216778 148.582168579 -0.038849577 0.999143660 -0.014236869 -2.656395912 -0.579289019 -0.010910729 0.815049171 227.541778564\n0.815570414 0.038122848 0.577400744 149.058029175 -0.039086014 0.999177873 -0.010762211 -2.662156582 -0.577336311 -0.013790950 0.816389978 228.219985962\n0.816638231 0.037261177 0.575945854 149.531311035 -0.039749704 0.999175370 -0.008280850 -2.669970274 -0.575779438 -0.016131219 0.817445934 228.909179688\n0.817865729 0.037882727 0.574160755 150.023864746 -0.039731789 0.999166846 -0.009328214 -2.670067549 -0.574035764 -0.015183205 0.818689466 229.611358643\n0.818892837 0.039851960 0.572561204 150.495956421 -0.039808456 0.999127805 -0.012607104 -2.675686836 -0.572564244 -0.012468909 0.819765091 230.303207397\n0.820020854 0.042294130 0.570768833 150.976165771 -0.040442068 0.999054909 -0.015927328 -2.679303646 -0.570903003 -0.010022326 0.820956349 231.002014160\n0.820981860 0.041972388 0.569409490 151.445312500 -0.039399259 0.999081671 -0.016838090 -2.684067249 -0.569593310 -0.008610542 0.821881592 231.705413818\n0.821922660 0.039489165 0.568228602 151.923370361 -0.037433475 0.999182105 -0.015292167 -2.700984478 -0.568367720 -0.008701793 0.822728634 232.400482178\n0.823052227 0.037238479 0.566743672 152.403488159 -0.035451274 0.999270856 -0.014174099 -2.707771301 -0.566858232 -0.008425760 0.823772252 233.103103638\n0.823721051 0.035266858 0.565897405 152.877151489 -0.033474535 0.999347687 -0.013554000 -2.718060017 -0.566006243 -0.007778435 0.824364245 233.805221558\n0.824422300 0.032298490 0.565052807 153.352828979 -0.031446204 0.999442160 -0.011247657 -2.730212688 -0.565100908 -0.008495944 0.824978054 234.512023926\n0.824881077 0.029524388 0.564534783 153.822891235 -0.030178515 0.999511063 -0.008177116 -2.738455534 -0.564500213 -0.010291672 0.825368762 235.204498291\n0.824987173 0.026784295 0.564516485 154.291351318 -0.029815327 0.999548018 -0.003852723 -2.742644072 -0.564364493 -0.013652795 0.825412810 235.893676758\n0.824800134 0.027499447 0.564755321 154.758102417 -0.031486712 0.999500573 -0.002683404 -2.746067286 -0.564547062 -0.015569015 0.825254083 236.592620850\n0.824296057 0.028608613 0.565435708 155.222320557 -0.031865556 0.999483705 -0.004115744 -2.756999493 -0.565261543 -0.014625331 0.824782133 237.278793335\n0.824005663 0.030725835 0.565747857 155.687362671 -0.031814773 0.999462247 -0.007943040 -2.759148598 -0.565687656 -0.011454031 0.824540019 237.958633423\n0.823043466 0.033328261 0.566999793 156.146102905 -0.032178279 0.999409676 -0.012036104 -2.758753777 -0.567066193 -0.008338839 0.823630035 238.632476807\n0.822242320 0.035501461 0.568029284 156.605957031 -0.033772867 0.999337375 -0.013570531 -2.769581795 -0.568134665 -0.008025710 0.822896481 239.304565430\n0.821217179 0.035226848 0.569527388 157.058486938 -0.032963384 0.999354482 -0.014282034 -2.778795481 -0.569662869 -0.007044897 0.821848273 239.974349976\n0.820782661 0.035050042 0.570164263 157.539459229 -0.032825436 0.999360502 -0.014180262 -2.787353754 -0.570296645 -0.007076976 0.821408331 240.679046631\n0.819748938 0.033752423 0.571727633 157.996887207 -0.031350698 0.999409676 -0.014050043 -2.791256428 -0.571864367 -0.006406550 0.820323169 241.349533081\n0.819153249 0.033242293 0.572610676 158.459426880 -0.031368677 0.999421418 -0.013145595 -2.804117680 -0.572716355 -0.007193781 0.819722056 242.017288208\n0.818763971 0.030608209 0.573313773 158.923904419 -0.029443042 0.999502420 -0.011313312 -2.812916756 -0.573374808 -0.007617168 0.819257796 242.668823242\n0.817617416 0.028517481 0.575055182 159.370483398 -0.028341010 0.999555290 -0.009273362 -2.819585323 -0.575063944 -0.008715582 0.818062067 243.320510864\n0.816818655 0.026872069 0.576268315 159.824157715 -0.027456025 0.999593377 -0.007695286 -2.824910879 -0.576240778 -0.009536386 0.817224324 243.962219238\n0.815904498 0.024266507 0.577677250 160.272308350 -0.025943330 0.999649107 -0.005350241 -2.834924698 -0.577604353 -0.010621585 0.816247761 244.602401733\n0.814872980 0.021940483 0.579224229 160.711929321 -0.024015065 0.999703288 -0.004082607 -2.839232445 -0.579141915 -0.010583299 0.815158069 245.219512939\n0.814083397 0.020702027 0.580378950 161.147018433 -0.023115939 0.999727547 -0.003235966 -2.844501019 -0.580287814 -0.010781657 0.814340115 245.828201294\n0.812947750 0.020606391 0.581971943 161.572128296 -0.023163324 0.999727070 -0.003041718 -2.850011110 -0.581875741 -0.011007647 0.813203216 246.442840576\n0.811573684 0.020083841 0.583904803 161.984481812 -0.023140896 0.999729753 -0.002222745 -2.853287697 -0.583791673 -0.011708158 0.811819077 247.019378662\n0.810388565 0.020465525 0.585535288 162.389404297 -0.023859883 0.999713480 -0.001919413 -2.856996298 -0.585406780 -0.012415332 0.810644686 247.578399658\n0.808627129 0.020577302 0.587961435 162.780105591 -0.024304366 0.999703407 -0.001561376 -2.860964537 -0.587819159 -0.013027459 0.808887422 248.138580322\n0.806725979 0.021542409 0.590532899 163.161941528 -0.024834113 0.999688327 -0.002542400 -2.866161823 -0.590403616 -0.012614341 0.807009578 248.660964966\n0.804405510 0.024714656 0.593566298 163.531600952 -0.027652651 0.999608994 -0.004146203 -2.872710228 -0.593436718 -0.013078453 0.804774404 249.177993774\n0.801589131 0.026070816 0.597306609 163.895248413 -0.028521001 0.999578834 -0.005353552 -2.874906063 -0.597194612 -0.012744430 0.801995158 249.661224365\n0.798227668 0.026449261 0.601774931 164.255020142 -0.028252877 0.999579966 -0.006457436 -2.881915569 -0.601692915 -0.011847368 0.798639655 250.147872925\n0.794996202 0.025333753 0.606085181 164.595611572 -0.025831368 0.999635100 -0.007900983 -2.887689829 -0.606064141 -0.009374758 0.795360506 250.584899902\n0.791869521 0.024640473 0.610193014 164.932815552 -0.023864411 0.999671042 -0.009398446 -2.896437407 -0.610223889 -0.007119554 0.792196989 251.016433716\n0.788436174 0.025260309 0.614597678 165.247680664 -0.023054188 0.999667943 -0.011511863 -2.905339003 -0.614684403 -0.005092681 0.788756728 251.421035767\n0.785363495 0.024865435 0.618535280 165.552078247 -0.021985652 0.999682963 -0.012272257 -2.908949375 -0.618644357 -0.003960719 0.785661221 251.804931641\n0.782677770 0.022558074 0.622018218 165.845901489 -0.018759331 0.999743998 -0.012652020 -2.913012505 -0.622144341 -0.001766191 0.782900572 252.164276123\n0.780129671 0.019511800 0.625313461 166.115386963 -0.015168311 0.999809623 -0.012273580 -2.922891140 -0.625433922 0.000090035 0.780277133 252.489135742\n0.777723312 0.017522234 0.628362536 166.393005371 -0.011968284 0.999843001 -0.013068045 -2.926820993 -0.628492892 0.002642902 0.777810872 252.812149048\n0.775523424 0.016680034 0.631098449 166.634124756 -0.010542234 0.999853671 -0.013471502 -2.931633472 -0.631230831 0.003794279 0.775585771 253.105331421\n0.773823261 0.015454775 0.633213043 166.864959717 -0.009625535 0.999873757 -0.012640865 -2.941143751 -0.633328497 0.003686782 0.773874342 253.379348755\n0.772460341 0.014369996 0.634900451 167.071701050 -0.008980147 0.999891162 -0.011705182 -2.950442553 -0.634999514 0.003340289 0.772505283 253.622955322\n0.771083653 0.013315961 0.636594653 167.255386353 -0.007031785 0.999898434 -0.012398022 -2.954431057 -0.636695087 0.005083516 0.771098971 253.849609375\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0046_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999991715 0.003433937 -0.002196596 -0.009926225 -0.003434589 0.999994040 -0.000292822 -0.001179954 0.002195577 0.000300364 0.999997556 0.406013459\n0.999973893 0.002559403 -0.006759990 -0.015389039 -0.002549973 0.999995768 0.001403303 -0.001042233 0.006763553 -0.001386029 0.999976158 0.800899029\n0.999889374 -0.005018216 -0.014000568 -0.015692629 0.005051356 0.999984503 0.002332701 0.007090172 0.013988645 -0.002403165 0.999899268 1.195129275\n0.999650419 -0.011769278 -0.023674166 -0.018919652 0.011833203 0.999926686 0.002561898 0.013965460 0.023642279 -0.002841143 0.999716461 1.587787509\n0.999266982 -0.013698460 -0.035746455 -0.041533101 0.013811964 0.999900341 0.002930229 0.015946096 0.035702750 -0.003421810 0.999356568 1.982268810\n0.998596430 -0.010022468 -0.052006770 -0.079290301 0.010294599 0.999934673 0.004967393 0.017284084 0.051953588 -0.005495810 0.998634398 2.374715805\n0.997586608 -0.004011971 -0.069316715 -0.129896462 0.004577813 0.999957442 0.008006209 0.018321821 0.069281645 -0.008304206 0.997562587 2.775896549\n0.996230841 0.000316295 -0.086740904 -0.192085207 0.000509966 0.999954700 0.009503304 0.020786202 0.086739987 -0.009511719 0.996185601 3.181932211\n0.994428813 -0.000758465 -0.105407447 -0.247138023 0.001665766 0.999962330 0.008519786 0.028259987 0.105397008 -0.008647905 0.994392633 3.590590954\n0.992256045 -0.007142050 -0.124003805 -0.302689761 0.008008108 0.999946892 0.006487088 0.036989320 0.123950891 -0.007429888 0.992260516 4.002407074\n0.989742339 -0.010581771 -0.142471597 -0.371684164 0.011190720 0.999931335 0.003473565 0.041782662 0.142425060 -0.005032294 0.989792824 4.421830177\n0.986797333 -0.011438615 -0.161555663 -0.453613937 0.011840920 0.999928713 0.001527574 0.045387667 0.161526680 -0.003420374 0.986862421 4.850774288\n0.983680785 -0.006631607 -0.179800272 -0.563452899 0.006919994 0.999975562 0.000976749 0.051387195 0.179789409 -0.002205026 0.983702660 5.287478924\n0.980338097 -0.000933304 -0.197322905 -0.674886584 0.001469669 0.999995589 0.002571789 0.060102522 0.197319627 -0.002811222 0.980335176 5.733067513\n0.977026045 0.005217882 -0.213056013 -0.795275033 -0.004036827 0.999974012 0.005978061 0.072850585 0.213081658 -0.004980652 0.977021694 6.192215919\n0.974037886 0.008505521 -0.226225168 -0.924232185 -0.006502796 0.999932826 0.009596548 0.081701621 0.226291582 -0.007876306 0.974027753 6.661677361\n0.971401215 0.011729958 -0.237154216 -1.052768469 -0.008654768 0.999864459 0.014004039 0.087544948 0.237286344 -0.011551025 0.971371055 7.143920898\n0.969802082 0.013469406 -0.243520990 -1.180740237 -0.008843618 0.999759316 0.020078786 0.096944265 0.243732825 -0.017318841 0.969687760 7.637865067\n0.968713045 0.019147297 -0.247443736 -1.320469856 -0.013731172 0.999627292 0.023595644 0.112938024 0.247803301 -0.019459717 0.968614936 8.140604019\n0.968145967 0.027536184 -0.248867750 -1.460653186 -0.022664256 0.999491692 0.022421053 0.128553718 0.249358639 -0.016066449 0.968277931 8.648929596\n0.968775988 0.031363372 -0.245946065 -1.602704406 -0.026923805 0.999408543 0.021393668 0.145569265 0.246471569 -0.014103869 0.969047368 9.167605400\n0.970248938 0.033513870 -0.239778683 -1.742676973 -0.028851347 0.999320686 0.022929965 0.162228599 0.240384266 -0.015329836 0.970556736 9.715632439\n0.972004473 0.035058156 -0.232332259 -1.865918398 -0.029821040 0.999216616 0.026016647 0.183153793 0.233062342 -0.018359905 0.972288489 10.261723518\n0.974153697 0.039778419 -0.222356141 -1.990678549 -0.034239464 0.999001145 0.028711533 0.205367267 0.223276138 -0.020356093 0.974542677 10.807952881\n0.976678610 0.047171157 -0.209460616 -2.114974976 -0.040961679 0.998585880 0.033887297 0.219016641 0.210762918 -0.024517141 0.977229714 11.358794212\n0.979683995 0.046496805 -0.195082933 -2.232454777 -0.040355317 0.998560190 0.035340875 0.239552349 0.196445301 -0.026750257 0.980149806 11.926638603\n0.982679844 0.044879328 -0.179794699 -2.319045305 -0.039467741 0.998656929 0.033565499 0.253089339 0.181059629 -0.025888050 0.983131349 12.464528084\n0.985669613 0.046352427 -0.162194088 -2.402574778 -0.041912459 0.998649776 0.030691661 0.272128016 0.163397729 -0.023453884 0.986281455 13.008126259\n0.988419235 0.049666975 -0.143389538 -2.480132341 -0.046150889 0.998549104 0.027746001 0.299050212 0.144559547 -0.020807128 0.989277303 13.543133736\n0.991016567 0.050401576 -0.123878486 -2.537078381 -0.047326233 0.998496830 0.027645910 0.311221480 0.125085682 -0.021534853 0.991912186 14.088726044\n0.993734837 0.044726800 -0.102423437 -2.576658964 -0.041983709 0.998703599 0.028783867 0.326629907 0.103578061 -0.024303416 0.994324386 14.633686066\n0.995991170 0.042099483 -0.078925610 -2.602105618 -0.039951198 0.998792112 0.028604053 0.335080743 0.080034494 -0.025336212 0.996470034 15.175884247\n0.997602284 0.042278778 -0.054791920 -2.616661787 -0.040877175 0.998813927 0.026454074 0.350461453 0.055845376 -0.024150906 0.998147309 15.704579353\n0.998587012 0.043059006 -0.031143490 -2.618580341 -0.042255539 0.998768151 0.026012866 0.368426383 0.032225214 -0.024660124 0.999176383 16.231849670\n0.998926401 0.045741994 -0.007330512 -2.610268354 -0.045525290 0.998587012 0.027412396 0.385913134 0.008574052 -0.027049242 0.999597311 16.763055801\n0.998785853 0.046168432 0.017185582 -2.588755369 -0.046665359 0.998467922 0.029734310 0.398506314 -0.015786467 -0.030500179 0.999410093 17.281688690\n0.998022139 0.047374927 0.041321039 -2.555253506 -0.048761882 0.998257518 0.033229098 0.408223271 -0.039674815 -0.035178266 0.998593211 17.805652618\n0.996781468 0.046167281 0.065538406 -2.505785227 -0.048462536 0.998250425 0.033874001 0.423337907 -0.063859873 -0.036941137 0.997274935 18.325342178\n0.995106816 0.044868656 0.088030040 -2.442014933 -0.047894314 0.998321474 0.032564051 0.438198239 -0.086421177 -0.036620848 0.995585382 18.827339172\n0.993027389 0.044686940 0.109085500 -2.403092623 -0.048260704 0.998373806 0.030342553 0.445684612 -0.107552193 -0.035395529 0.993569136 19.278495789\n0.990770102 0.047106393 0.127104759 -2.332947016 -0.051150203 0.998277366 0.028738875 0.464141905 -0.125532016 -0.034975052 0.991472900 19.774045944\n0.988623857 0.049612202 0.141991124 -2.262395859 -0.054017611 0.998165667 0.027339065 0.478493661 -0.140374303 -0.034698073 0.989490330 20.262693405\n0.987037659 0.049035303 0.152814284 -2.178767443 -0.053611789 0.998224080 0.025970323 0.494241059 -0.151269436 -0.033826333 0.987913609 20.745927811\n0.985883474 0.045686036 0.161079466 -2.100586176 -0.050549675 0.998377204 0.026224263 0.507929921 -0.159619972 -0.033996582 0.986592948 21.222705841\n0.984888554 0.044272613 0.167435020 -2.012613773 -0.049422618 0.998420596 0.026715342 0.520360053 -0.165987819 -0.034586713 0.985521078 21.708982468\n0.984152853 0.046382345 0.171148688 -1.936962605 -0.051885635 0.998265445 0.027820863 0.533649623 -0.169561431 -0.036260139 0.984852314 22.183389664\n0.984068930 0.046617709 0.171566606 -1.856084704 -0.052063148 0.998268485 0.027375586 0.543874025 -0.169993356 -0.035871763 0.984792113 22.659486771\n0.984214127 0.047412008 0.170513019 -1.777713060 -0.052874908 0.998218596 0.027638255 0.559059620 -0.168898880 -0.036217820 0.984967709 23.128858566\n0.984208584 0.049132764 0.170057207 -1.709884644 -0.054750893 0.998093128 0.028503491 0.573057830 -0.168332472 -0.037364163 0.985021889 23.590822220\n0.984247029 0.050883327 0.169318229 -1.638454199 -0.056631200 0.997965455 0.029289739 0.591722190 -0.167483374 -0.038417034 0.985126138 24.054533005\n0.984243572 0.052895032 0.168720737 -1.582996368 -0.058689065 0.997839212 0.029537572 0.607754588 -0.166793779 -0.038974226 0.985221207 24.500257492\n0.984802246 0.052347094 0.165602773 -1.495041370 -0.058105081 0.997856140 0.030115109 0.618276477 -0.163671315 -0.039279789 0.985732615 24.978017807\n0.985491395 0.050546244 0.162023962 -1.430659175 -0.056224182 0.997947633 0.030649435 0.624308467 -0.160142213 -0.039314419 0.986310720 25.435503006\n0.986118436 0.050671633 0.158122629 -1.365911365 -0.056200482 0.997947752 0.030689443 0.636339545 -0.156243026 -0.039149992 0.986942470 25.877899170\n0.986790597 0.052299347 0.153326809 -1.307787895 -0.057572719 0.997885823 0.030154150 0.651327610 -0.151425615 -0.038583271 0.987715364 26.313442230\n0.987609446 0.052654814 0.147834554 -1.255470395 -0.057493731 0.997934699 0.028648822 0.664096117 -0.146020725 -0.036793407 0.988597095 26.730247498\n0.988475978 0.052628670 0.141934812 -1.203376412 -0.057028666 0.998004377 0.027109774 0.674261570 -0.140224829 -0.034891713 0.989504695 27.127164841\n0.989342093 0.052759945 0.135715321 -1.157057762 -0.056721207 0.998064697 0.025485974 0.686233580 -0.134108037 -0.032912284 0.990420043 27.514514923\n0.990296841 0.054514851 0.127829060 -1.123148203 -0.058076181 0.998016417 0.024297625 0.697504938 -0.126250908 -0.031485684 0.991498530 27.890907288\n0.991470814 0.053718772 0.118742973 -1.084568501 -0.056903735 0.998100817 0.023594160 0.705294847 -0.117250010 -0.030149840 0.992644668 28.263454437\n0.992616951 0.053065781 0.109066889 -1.059906363 -0.055909395 0.998166740 0.023179514 0.714703858 -0.107636906 -0.029106243 0.993764102 28.604080200\n0.993816257 0.051617444 0.098310165 -1.028143167 -0.054157421 0.998259485 0.023343690 0.724838495 -0.096934110 -0.028523564 0.994881988 28.969270706\n0.994792581 0.051547289 0.087923929 -1.006375194 -0.053901818 0.998242736 0.024616972 0.735420823 -0.086500488 -0.029228039 0.995822966 29.303457260\n0.995553792 0.051737584 0.078714050 -0.997697294 -0.053959787 0.998194873 0.026369886 0.743051410 -0.077207647 -0.030500034 0.996548414 29.622209549\n0.996226072 0.052177120 0.069362156 -0.981794715 -0.054171316 0.998161495 0.027186137 0.752404213 -0.067816138 -0.030840978 0.997221053 29.943922043\n0.996831298 0.051782791 0.060381368 -0.972787440 -0.053549930 0.998171866 0.028023891 0.758852661 -0.058819827 -0.031168509 0.997781932 30.237625122\n0.997264445 0.052460406 0.052072648 -0.968781650 -0.053994533 0.998134315 0.028504334 0.771330357 -0.050480150 -0.031237997 0.998236418 30.523056030\n0.997603476 0.053475857 0.043904815 -0.973997533 -0.054798990 0.998061359 0.029506506 0.774691820 -0.042241812 -0.031841733 0.998599887 30.785007477\n0.997896194 0.054401606 0.035264920 -0.978877008 -0.055509221 0.997969687 0.031228898 0.776512980 -0.033494420 -0.033120725 0.998889983 31.027156830\n0.998204410 0.053685304 0.026568709 -0.989004731 -0.054522038 0.998004794 0.031839911 0.794470429 -0.024806364 -0.033231318 0.999139786 31.262830734\n0.998409271 0.053584561 0.017538702 -0.997144043 -0.054126266 0.998020411 0.032025244 0.809185982 -0.015787924 -0.032923605 0.999333143 31.500633240\n0.998564303 0.052770350 0.009196902 -1.002472043 -0.053030033 0.998119414 0.030748261 0.808560550 -0.007557010 -0.031191828 0.999484837 31.712121964\n0.998593032 0.053026486 0.000446346 -0.998813987 -0.053017806 0.998190820 0.028358631 0.810605645 0.001058220 -0.028342396 0.999597728 31.928085327\n0.998593688 0.052451417 -0.007715473 -1.000439763 -0.052226964 0.998273551 0.026874151 0.809395432 0.009111741 -0.026433401 0.999609053 32.119815826\n0.998463154 0.053175125 -0.015613814 -1.008986831 -0.052749671 0.998256028 0.026501345 0.817520082 0.016995797 -0.025636991 0.999526858 32.308986664\n0.998276293 0.053781148 -0.023494072 -1.023284316 -0.053136032 0.998214841 0.027270583 0.825028241 0.024918776 -0.025975196 0.999351978 32.489925385\n0.998043954 0.054244984 -0.031077247 -1.037137151 -0.053370543 0.998173416 0.028308732 0.829322457 0.032556091 -0.026594749 0.999116004 32.651741028\n0.997754753 0.054828431 -0.038461886 -1.052904844 -0.053720955 0.998127162 0.029260458 0.834655702 0.039994162 -0.027128551 0.998831570 32.800975800\n0.997381985 0.055848129 -0.045936119 -1.069234133 -0.054479722 0.998048306 0.030521469 0.845734239 0.047551032 -0.027938979 0.998477995 32.943794250\n0.996820629 0.058251213 -0.054363642 -1.083981752 -0.056573909 0.997888684 0.031899732 0.850463092 0.056107063 -0.028722748 0.998011529 33.081821442\n0.996301234 0.059046350 -0.062429108 -1.105104446 -0.057055563 0.997818649 0.033205990 0.854786098 0.064253621 -0.029521240 0.997496843 33.207859039\n0.995764732 0.058930196 -0.070567511 -1.123904943 -0.056635227 0.997812629 0.034094006 0.862378359 0.072422318 -0.029953001 0.996924162 33.337951660\n0.995113969 0.057491466 -0.080268078 -1.137679100 -0.054827143 0.997881770 0.035013098 0.866254330 0.082111008 -0.030441156 0.996158183 33.472648621\n0.994329870 0.056505989 -0.090084478 -1.161185265 -0.053441089 0.997918963 0.036080908 0.872666359 0.091935799 -0.031062111 0.995280325 33.598049164\n0.993412077 0.056250434 -0.099841394 -1.188261151 -0.052798521 0.997923613 0.036887970 0.878055334 0.101709053 -0.031373478 0.994319379 33.715847015\n0.992070854 0.056834348 -0.112095021 -1.209963918 -0.053165488 0.997956097 0.035454348 0.886682272 0.113880940 -0.029213639 0.993064821 33.848537445\n0.990254939 0.057422470 -0.126877099 -1.239998221 -0.053713258 0.998028398 0.032467928 0.898004174 0.128491327 -0.025336545 0.991386950 33.984390259\n0.988126040 0.056529924 -0.142868206 -1.277143836 -0.052831575 0.998166084 0.029551718 0.904372156 0.144276753 -0.021652870 0.989300430 34.128787994\n0.985275626 0.055687595 -0.161650434 -1.320321560 -0.051715113 0.998249888 0.028682226 0.911675751 0.162964776 -0.019900128 0.986431181 34.289352417\n0.981391966 0.055847060 -0.183714360 -1.379554152 -0.050937951 0.998210073 0.031336706 0.917461932 0.185135573 -0.021395558 0.982480049 34.457809448\n0.976538658 0.055063095 -0.208183438 -1.454610348 -0.048661623 0.998175323 0.035750523 0.917141318 0.209772095 -0.024781223 0.977436244 34.636821747\n0.970365524 0.053188570 -0.235715419 -1.526330471 -0.045163456 0.998205543 0.039318867 0.927928686 0.237383753 -0.027507951 0.971026421 34.836555481\n0.962481976 0.052165300 -0.266284227 -1.615784407 -0.042351779 0.998199761 0.042468049 0.935749412 0.268020213 -0.029597120 0.962958574 35.040367126\n0.952254653 0.052245166 -0.300801396 -1.720438004 -0.040184665 0.998126030 0.046147488 0.947977185 0.302648693 -0.031856559 0.952569664 35.256141663\n0.940169036 0.051724121 -0.336759239 -1.839698672 -0.036803927 0.998043478 0.050543562 0.970511675 0.338714689 -0.035125431 0.940233231 35.492763519\n0.925366163 0.053483542 -0.375282496 -1.973545313 -0.035698205 0.997892261 0.054190919 0.990564823 0.377389818 -0.036749531 0.925325036 35.716484070\n0.907669604 0.055013746 -0.416064143 -2.126353979 -0.034537483 0.997800052 0.056587663 1.013082504 0.418261945 -0.036993094 0.907572865 35.958648682\n0.887005210 0.055934649 -0.458359122 -2.289516449 -0.032786697 0.997759938 0.058311008 1.040100932 0.460593969 -0.036694087 0.886852145 36.188865662\n0.863924861 0.058992341 -0.500153720 -2.469814539 -0.031892490 0.997530937 0.062568717 1.060678959 0.502609909 -0.038103528 0.863673210 36.422821045\n0.837969840 0.062448904 -0.542131662 -2.651346445 -0.030466655 0.997234941 0.067780763 1.079017043 0.544865489 -0.040281303 0.837555408 36.650085449\n0.809199572 0.064976633 -0.583929837 -2.851048470 -0.027211795 0.996944129 0.073225074 1.105099201 0.586903334 -0.043363921 0.808494925 36.870864868\n0.777614892 0.068158761 -0.625035584 -3.071516514 -0.021713177 0.996424973 0.081644326 1.132565498 0.628365874 -0.049916334 0.776314855 37.099311829\n0.744973183 0.067233898 -0.663697720 -3.301523447 -0.012188595 0.996113896 0.087227136 1.158962488 0.666983128 -0.056892335 0.742897630 37.314216614\n0.709452927 0.062317528 -0.701992273 -3.554803610 -0.002756475 0.996320605 0.085659996 1.185968161 0.704747498 -0.058836710 0.707014322 37.538108826\n0.672086775 0.056393564 -0.738321841 -3.833291531 0.004779226 0.996744573 0.080482565 1.220293760 0.740456998 -0.057619877 0.669629335 37.737373352\n0.632268488 0.056300294 -0.772701025 -4.138544559 0.007028397 0.996898234 0.078386724 1.259954095 0.774717510 -0.054992307 0.629911661 37.934066772\n0.590281665 0.060959071 -0.804892302 -4.472934723 0.006761813 0.996735930 0.080447383 1.293763757 0.807169080 -0.052929148 0.587942719 38.115432739\n0.546185613 0.062506765 -0.835328817 -4.827075958 0.009007559 0.996716082 0.080472864 1.329019666 0.837615788 -0.051477395 0.543828964 38.303607941\n0.501215696 0.062023435 -0.863096774 -5.188706398 0.009795103 0.996957362 0.077331059 1.373734951 0.865267038 -0.047213666 0.499083161 38.458724976\n0.455121934 0.061120041 -0.888329089 -5.562978745 0.014625890 0.996993661 0.076089896 1.420065165 0.890309095 -0.047622789 0.452859759 38.603176117\n0.409874558 0.061670177 -0.910054862 -5.967745781 0.024844231 0.996586859 0.078723520 1.455298185 0.911803603 -0.054876383 0.406943500 38.751819611\n0.365564704 0.058358960 -0.928954542 -6.379772186 0.039260745 0.996177495 0.078032039 1.488886476 0.929957509 -0.064997211 0.361876070 38.889335632\n0.319245279 0.058709539 -0.945851862 -6.804149628 0.044776782 0.996029973 0.076937251 1.528697729 0.946613729 -0.066914052 0.315349042 39.009769440\n0.273570359 0.060393602 -0.959954143 -7.263240814 0.045945555 0.996067047 0.075759269 1.564259410 0.960754097 -0.064831123 0.269719601 39.101886749\n0.229446769 0.063477322 -0.971249163 -7.743848801 0.041916102 0.996300936 0.075016834 1.602579594 0.972418308 -0.057923354 0.225937307 39.166854858\n0.189579010 0.062228955 -0.979891598 -8.237346649 0.046217754 0.996317744 0.072213851 1.639968634 0.980777204 -0.058978625 0.186004877 39.229450226\n0.153653562 0.059764892 -0.986315727 -8.728345871 0.051604860 0.996321678 0.068410471 1.678945899 0.986776352 -0.061410196 0.150004208 39.282485962\n0.121865749 0.057267714 -0.990893185 -9.251346588 0.056756791 0.996298432 0.064560398 1.715155482 0.990922630 -0.064107619 0.118164301 39.323585510\n0.093135595 0.056098241 -0.994071901 -9.789291382 0.055354636 0.996575534 0.061425775 1.754216075 0.994113624 -0.060747415 0.089711368 39.350776672\n0.066780508 0.055286124 -0.996234834 -10.351980209 0.053320140 0.996839225 0.058893871 1.793124914 0.996342003 -0.057052344 0.063621581 39.358306885\n0.042333484 0.055929448 -0.997536898 -10.923397064 0.053740617 0.996859074 0.058172088 1.835487485 0.997657180 -0.056070875 0.039194822 39.363407135\n0.020867646 0.058611255 -0.998062789 -11.507551193 0.058112901 0.996521235 0.059735760 1.876858473 0.998091936 -0.059246864 0.017388999 39.364013672\n0.003428221 0.062638588 -0.998030484 -12.113378525 0.066198625 0.995832801 0.062728055 1.911069393 0.997800708 -0.066283286 -0.000732660 39.361865997\n-0.011692166 0.064574152 -0.997844517 -12.737033844 0.071633965 0.995402694 0.063576780 1.943267822 0.997362554 -0.070736207 -0.016264200 39.347835541\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0048_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999995470 0.002705094 0.001307519 -0.004475034 -0.002710168 0.999988735 0.003894707 0.004890529 -0.001296969 -0.003898233 0.999991536 0.780126810\n0.999978721 0.005683465 0.003207042 -0.008792236 -0.005700047 0.999970317 0.005185145 0.009056143 -0.003177478 -0.005203315 0.999981403 1.583208799\n0.999948442 0.008685865 0.005256414 -0.013197316 -0.008706004 0.999954820 0.003820827 0.014566133 -0.005222989 -0.003866393 0.999978900 2.376766920\n0.999847293 0.015763519 0.007540192 -0.018290218 -0.015783414 0.999872088 0.002586451 0.022509012 -0.007498456 -0.002705066 0.999968231 3.174445391\n0.999792457 0.017959753 0.009617853 -0.019649364 -0.017948942 0.999838173 -0.001209183 0.022967648 -0.009638012 0.001036302 0.999953032 3.964367867\n0.999789715 0.017014476 0.011444607 -0.013553631 -0.016977862 0.999850452 -0.003288858 0.023873361 -0.011498854 0.003093862 0.999929070 4.770212650\n0.999771774 0.017033683 0.012893070 -0.006284873 -0.016968196 0.999842644 -0.005171774 0.027847614 -0.012979136 0.004951822 0.999903500 5.589375496\n0.999750018 0.018184751 0.013007200 -0.005169183 -0.018118547 0.999822378 -0.005189630 0.031669244 -0.013099262 0.004952661 0.999901950 6.403770447\n0.999795079 0.015970612 0.012438812 -0.001250430 -0.015910953 0.999861479 -0.004880382 0.027496489 -0.012515033 0.004681468 0.999910712 7.220732689\n0.999870658 0.012256149 0.010415124 0.000966106 -0.012201079 0.999911308 -0.005334643 0.030320719 -0.010479582 0.005206877 0.999931514 8.054030418\n0.999913156 0.010656826 0.007754271 0.005237429 -0.010616859 0.999930263 -0.005177251 0.028833631 -0.007808903 0.005094476 0.999956548 8.909176826\n0.999947965 0.008978792 0.004837839 0.003965208 -0.008956080 0.999948859 -0.004696094 0.030389953 -0.004879757 0.004652522 0.999977291 9.744683266\n0.999964774 0.008245091 0.001572672 -0.005895695 -0.008240850 0.999962449 -0.002684364 0.030836100 -0.001594745 0.002671309 0.999995172 10.581692696\n0.999944806 0.010295183 -0.002090524 -0.004757247 -0.010295982 0.999946952 -0.000371663 0.031753022 0.002086587 0.000393166 0.999997735 11.404004097\n0.999917924 0.011795407 -0.005001280 -0.022732375 -0.011774877 0.999922216 0.004114718 0.034649409 0.005049426 -0.004055491 0.999979019 12.281811714\n0.999939620 0.008569819 -0.006876186 -0.031250313 -0.008525508 0.999942839 0.006447839 0.037542999 0.006931049 -0.006388827 0.999955595 13.118631363\n0.999915719 0.009449688 -0.008903442 -0.042654160 -0.009390324 0.999933541 0.006685817 0.042989634 0.008966030 -0.006601647 0.999938011 13.960439682\n0.999820352 0.015668491 -0.010663887 -0.060624801 -0.015618182 0.999866605 0.004784667 0.047978647 0.010737433 -0.004617257 0.999931693 14.803944588\n0.999799132 0.016170058 -0.011839143 -0.078337803 -0.016114144 0.999858618 0.004803160 0.052889023 0.011915137 -0.004611418 0.999918401 15.664638519\n0.999829888 0.013299497 -0.012780081 -0.083866492 -0.013243379 0.999902308 0.004465692 0.060331482 0.012838225 -0.004295681 0.999908388 16.504812241\n0.999835253 0.013302322 -0.012348280 -0.104069687 -0.013244471 0.999900997 0.004754991 0.071605757 0.012410310 -0.004590661 0.999912441 17.349666595\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0051_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999762 0.000584694 0.000401827 0.005330832 -0.000584945 0.999999642 0.000624119 -0.007677805 -0.000401462 -0.000624353 0.999999702 1.508790255\n0.999997854 0.001762079 0.001067524 0.003798879 -0.001761955 0.999998450 -0.000117627 -0.007428476 -0.001067730 0.000115746 0.999999404 3.009853363\n0.999992430 0.003319847 0.002016913 0.003057085 -0.003318132 0.999994159 -0.000852771 0.001567116 -0.002019732 0.000846072 0.999997616 4.504364491\n0.999983788 0.004885020 0.002920515 0.013226880 -0.004883995 0.999988019 -0.000357849 0.003228531 -0.002922228 0.000343580 0.999995649 6.012152672\n0.999978542 0.004987441 0.004253582 0.008516473 -0.004990371 0.999987304 0.000678409 -0.007148169 -0.004250145 -0.000699621 0.999990702 7.540263653\n0.999980927 0.003437720 0.005127042 0.018264670 -0.003439371 0.999994040 0.000313231 0.003251539 -0.005125934 -0.000330859 0.999986827 9.055799484\n0.999979377 0.001979469 0.006107959 0.023720970 -0.001975466 0.999997854 -0.000661396 -0.003887033 -0.006109255 0.000649317 0.999981105 10.527866364\n0.999974191 0.001272086 0.007067542 0.039326675 -0.001259723 0.999997675 -0.001753367 -0.003309674 -0.007069755 0.001744419 0.999973476 12.020238876\n0.999965072 0.001314485 0.008251605 0.046893489 -0.001301646 0.999997914 -0.001561117 -0.001422035 -0.008253640 0.001550322 0.999964714 13.484679222\n0.999953389 0.001237743 0.009577198 0.057814240 -0.001229457 0.999998868 -0.000871058 -0.004922342 -0.009578265 0.000859243 0.999953747 14.955061913\n0.999939620 0.000618513 0.010969361 0.079684071 -0.000621687 0.999999762 0.000285968 -0.005879251 -0.010969182 -0.000292770 0.999939799 16.428916931\n0.999921322 0.000724307 0.012521299 0.102636494 -0.000725991 0.999999702 0.000129951 -0.006203321 -0.012521201 -0.000139031 0.999921620 17.907878876\n0.999902964 -0.000010505 0.013930340 0.134013727 0.000014034 0.999999940 -0.000253179 -0.001197319 -0.013930337 0.000253350 0.999902964 19.380434036\n0.999875247 -0.000182436 0.015793644 0.153365970 0.000182029 1.000000000 0.000027199 -0.010593208 -0.015793649 -0.000024320 0.999875247 20.849073410\n0.999842644 -0.000267739 0.017737390 0.178492695 0.000270191 0.999999940 -0.000135838 -0.008391478 -0.017737353 0.000140609 0.999842644 22.295406342\n0.999816418 -0.000460682 0.019155938 0.218614966 0.000447720 0.999999642 0.000680947 -0.017744621 -0.019156246 -0.000672246 0.999816298 23.736167908\n0.999777853 -0.001107807 0.021047020 0.252595216 0.001070462 0.999997854 0.001785564 -0.018335491 -0.021048954 -0.001762637 0.999776900 25.175376892\n0.999743342 -0.002198871 0.022548646 0.284543931 0.002179108 0.999997199 0.000900980 -0.019755322 -0.022550564 -0.000851613 0.999745369 26.613979340\n0.999709368 -0.002703522 0.023954989 0.315988630 0.002708300 0.999996305 -0.000167008 -0.016078399 -0.023954451 0.000231837 0.999713004 28.042455673\n0.999688864 -0.003038170 0.024757970 0.347019702 0.003077222 0.999994099 -0.001539418 -0.019802826 -0.024753146 0.001615125 0.999692261 29.465761185\n0.999674082 -0.003996348 0.025214057 0.386175245 0.004031735 0.999990940 -0.001352781 -0.018213419 -0.025208423 0.001453997 0.999681175 30.922519684\n0.999672949 -0.005448076 0.024985876 0.422068626 0.005452416 0.999985158 -0.000105561 -0.024806419 -0.024984930 0.000241759 0.999687791 32.335273743\n0.999672592 -0.007306032 0.024520958 0.462024778 0.007265170 0.999972045 0.001755089 -0.022051763 -0.024533097 -0.001576365 0.999697804 33.766204834\n0.999653101 -0.010830076 0.024007360 0.497281164 0.010688826 0.999924839 0.006004217 -0.015600759 -0.024070581 -0.005745524 0.999693751 35.176181793\n0.999637604 -0.012607558 0.023784079 0.525524914 0.012403402 0.999885142 0.008711824 -0.009661231 -0.023891181 -0.008413664 0.999679148 36.588623047\n0.999629676 -0.014050826 0.023303682 0.562621891 0.013972652 0.999896228 0.003514036 0.004105542 -0.023350637 -0.003187120 0.999722242 38.015426636\n0.999661028 -0.013078880 0.022511935 0.599121094 0.013120154 0.999912500 -0.001686716 0.009219818 -0.022487905 0.001981504 0.999745131 39.433845520\n0.999685407 -0.012370600 0.021818703 0.629604280 0.012471223 0.999912202 -0.004481730 0.013389169 -0.021761345 0.004752426 0.999751925 40.858901978\n0.999707282 -0.011147201 0.021472577 0.654006958 0.011253680 0.999924958 -0.004844400 0.011132225 -0.021416964 0.005084627 0.999757707 42.249080658\n0.999719381 -0.010737684 0.021115039 0.696039557 0.010779982 0.999940097 -0.001890472 0.006015269 -0.021093475 0.002117561 0.999775290 43.674148560\n0.999719322 -0.012750073 0.019967292 0.723815143 0.012721251 0.999917865 0.001569840 0.011077363 -0.019985668 -0.001315390 0.999799430 45.064743042\n0.999726892 -0.013950656 0.018750204 0.749550521 0.013900547 0.999899447 0.002800167 0.015302036 -0.018787382 -0.002538764 0.999820292 46.456066132\n0.999715149 -0.016358575 0.017380198 0.782967448 0.016319515 0.999863982 0.002386878 0.022101332 -0.017416881 -0.002102561 0.999846101 47.858676910\n0.999678254 -0.019863689 0.015774805 0.809580743 0.019815877 0.999798596 0.003181473 0.027198015 -0.015834825 -0.002867857 0.999870479 49.251342773\n0.999595881 -0.024723448 0.014029681 0.830192447 0.024683407 0.999690771 0.003020098 0.028563006 -0.014100010 -0.002672578 0.999897003 50.627388000\n0.999577940 -0.026790410 0.011236855 0.852672219 0.026788039 0.999641061 0.000361655 0.029844269 -0.011242511 -0.000060489 0.999936819 52.000411987\n0.999631763 -0.025930280 0.007999020 0.862858951 0.025947208 0.999661267 -0.002019710 0.034890637 -0.007943938 0.002226518 0.999965966 53.378639221\n0.999761164 -0.021246491 0.005115396 0.875836909 0.021259857 0.999770701 -0.002572803 0.035697524 -0.005059560 0.002680941 0.999983609 54.774940491\n0.999883652 -0.014780936 0.003769297 0.865584850 0.014792576 0.999885857 -0.003079315 0.038097784 -0.003723351 0.003134715 0.999988139 56.157894135\n0.999945819 -0.009993415 0.002903648 0.851525068 0.010001614 0.999945998 -0.002822895 0.038695492 -0.002875281 0.002851783 0.999991775 57.523334503\n0.999965906 -0.008183107 0.001103022 0.851223171 0.008185121 0.999964833 -0.001833616 0.036761310 -0.001087978 0.001842582 0.999997735 58.895736694\n0.999967635 -0.008025594 -0.000544172 0.848998845 0.008024798 0.999966741 -0.001450016 0.033918973 0.000555791 0.001445602 0.999998808 60.265380859\n0.999965012 -0.008245281 -0.001425175 0.847483337 0.008244329 0.999965787 -0.000671950 0.029662916 0.001430667 0.000660177 0.999998748 61.624881744\n0.999968708 -0.007614705 -0.002138960 0.838216722 0.007614818 0.999971032 0.000044897 0.031276941 0.002138556 -0.000061183 0.999997735 62.956516266\n0.999961913 -0.008157203 -0.003096225 0.831760943 0.008156104 0.999966681 -0.000367388 0.030727832 0.003099118 0.000342121 0.999995112 64.294624329\n0.999956071 -0.008470730 -0.004006667 0.821880639 0.008470292 0.999964118 -0.000126114 0.028678415 0.004007591 0.000092170 0.999991953 65.621726990\n0.999946713 -0.009127326 -0.004817263 0.816571534 0.009135118 0.999957025 0.001597857 0.028296281 0.004802471 -0.001641778 0.999987125 66.938079834\n0.999941230 -0.009284590 -0.005600898 0.803138018 0.009301413 0.999952257 0.002985034 0.031090392 0.005572916 -0.003036955 0.999979854 68.255569458\n0.999937713 -0.008826655 -0.006833521 0.796550989 0.008847984 0.999956071 0.003097430 0.036823578 0.006805880 -0.003157700 0.999971867 69.555221558\n0.999947309 -0.007489378 -0.007019322 0.788439810 0.007507001 0.999968708 0.002487660 0.036891837 0.007000471 -0.002540223 0.999972284 70.869178772\n0.999949694 -0.006236580 -0.007853635 0.780375540 0.006254064 0.999978006 0.002203702 0.041203965 0.007839719 -0.002252709 0.999966741 72.144027710\n0.999954045 -0.005328719 -0.007970656 0.769245028 0.005350001 0.999982178 0.002651130 0.041543368 0.007956387 -0.002693651 0.999964714 73.425971985\n0.999957383 -0.005328387 -0.007535630 0.760662377 0.005354603 0.999979675 0.003462970 0.045612678 0.007517025 -0.003503173 0.999965608 74.686210632\n0.999960303 -0.005260532 -0.007189623 0.748385966 0.005290377 0.999977469 0.004138391 0.044614553 0.007167690 -0.004176263 0.999965608 75.939292908\n0.999966562 -0.005506261 -0.006050857 0.735813200 0.005538901 0.999970138 0.005390824 0.052054130 0.006020993 -0.005424159 0.999967158 77.174270630\n0.999983251 -0.003984908 -0.004191221 0.728698134 0.004005735 0.999979615 0.004972667 0.049890555 0.004171320 -0.004989373 0.999978840 78.372932434\n0.999993742 -0.002439111 -0.002565855 0.726254940 0.002445479 0.999993920 0.002481384 0.061163388 0.002559787 -0.002487643 0.999993622 79.586196899\n0.999999762 -0.000403585 0.000593938 0.707889199 0.000403581 0.999999940 0.000006586 0.052655790 -0.000593940 -0.000006346 0.999999821 80.744224548\n0.999984920 0.002803801 0.004725873 0.709046781 -0.002801438 0.999995947 -0.000506589 0.051753111 -0.004727275 0.000493342 0.999988675 81.942893982\n0.999919832 0.006254555 0.011008868 0.706481159 -0.006248092 0.999980271 -0.000621386 0.050835337 -0.011012538 0.000552551 0.999939203 83.138641357\n0.999799728 0.007722471 0.018462490 0.716105163 -0.007728486 0.999970078 0.000254450 0.047450177 -0.018459974 -0.000397086 0.999829531 84.335693359\n0.999619961 0.008083775 0.026353898 0.738294601 -0.008106461 0.999966860 0.000754128 0.048161700 -0.026346928 -0.000967478 0.999652386 85.543754578\n0.999372303 0.007963066 0.034518845 0.773194671 -0.008053089 0.999964535 0.002469709 0.046757013 -0.034497954 -0.002746142 0.999400973 86.744934082\n0.999009430 0.008031548 0.043768410 0.814883411 -0.008176383 0.999961674 0.003131114 0.049090609 -0.043741584 -0.003485879 0.999036789 87.912216187\n0.998518705 0.009060031 0.053649474 0.869802535 -0.009283507 0.999949217 0.003917747 0.054784521 -0.053611252 -0.004409999 0.998552144 89.082885742\n0.997920632 0.008045536 0.063950695 0.942226171 -0.008371181 0.999953330 0.004825809 0.052701756 -0.063908882 -0.005351117 0.997941375 90.245353699\n0.997204781 0.008136447 0.074272409 1.023163319 -0.008552914 0.999949455 0.005290946 0.058145232 -0.074225605 -0.005911402 0.997223973 91.407463074\n0.996387959 0.006799491 0.084645294 1.111419320 -0.007263301 0.999960244 0.005172698 0.063932553 -0.084606752 -0.005768819 0.996397734 92.587646484\n0.995505095 0.004570780 0.094597705 1.218639731 -0.005003531 0.999978065 0.004337959 0.069610924 -0.094575800 -0.004791783 0.995506108 93.730949402\n0.994530678 0.003770683 0.104376853 1.342096329 -0.004204785 0.999983430 0.003939259 0.065422684 -0.104360260 -0.004356596 0.994530022 94.903251648\n0.993348837 0.004589461 0.115052417 1.461143613 -0.004871053 0.999985814 0.002166477 0.075505227 -0.115040839 -0.002712494 0.993357062 96.045272827\n0.992185950 0.004540744 0.124685273 1.606078267 -0.004797553 0.999986947 0.001759470 0.071426913 -0.124675654 -0.002343906 0.992194772 97.194786072\n0.990865290 0.007127999 0.134666786 1.750688672 -0.007286738 0.999973238 0.000685897 0.071688414 -0.134658292 -0.001660913 0.990890682 98.316383362\n0.989442647 0.009110809 0.144638136 1.908021331 -0.009160706 0.999957979 -0.000321033 0.071920149 -0.144634977 -0.001007343 0.989484549 99.439384460\n0.987933755 0.011987479 0.154412374 2.077640772 -0.011960647 0.999927878 -0.001102815 0.073512875 -0.154414460 -0.000757364 0.988005877 100.568939209\n0.986359119 0.013457724 0.164056793 2.256520033 -0.013666281 0.999906600 0.000142590 0.069814317 -0.164039552 -0.002382691 0.986450911 101.676284790\n0.984738946 0.013529218 0.173511401 2.442373753 -0.014037188 0.999900043 0.001700751 0.070014462 -0.173471048 -0.004110408 0.984830379 102.798446655\n0.983079851 0.013635483 0.182669356 2.640394926 -0.014372484 0.999893010 0.002711321 0.073800787 -0.182612851 -0.005290858 0.983170688 103.906616211\n0.981408954 0.011291490 0.191595912 2.855556726 -0.011850539 0.999928236 0.001772198 0.077985942 -0.191562146 -0.004009766 0.981472313 105.010826111\n0.979757249 0.009747556 0.199951857 3.071551561 -0.010054775 0.999949336 0.000521005 0.076430067 -0.199936643 -0.002520929 0.979805589 106.079368591\n0.978269756 0.007926320 0.207184598 3.303641558 -0.008069204 0.999967456 -0.000155433 0.082799755 -0.207179084 -0.001519759 0.978301883 107.168167114\n0.976909637 0.006436202 0.213555813 3.537859678 -0.006593389 0.999978244 0.000023805 0.073842086 -0.213551015 -0.001431312 0.976930857 108.256294250\n0.975561678 0.004161364 0.219686463 3.776373386 -0.004489235 0.999989450 0.000993259 0.071778700 -0.219680011 -0.001955210 0.975570023 109.336669922\n0.974295676 0.002563692 0.225258321 4.018610001 -0.003282936 0.999990642 0.002818461 0.069730408 -0.225248992 -0.003485523 0.974295020 110.398551941\n0.973179340 0.000984977 0.230045632 4.270795345 -0.001814263 0.999992609 0.003393384 0.074604370 -0.230040580 -0.003719735 0.973173916 111.475334167\n0.972163439 -0.001917564 0.234295949 4.528530598 0.001301920 0.999995291 0.002782277 0.073376954 -0.234300181 -0.002399794 0.972161353 112.528144836\n0.971463203 -0.001751517 0.237183824 4.793790817 0.001895127 0.999998152 -0.000377479 0.078488067 -0.237182707 0.000816200 0.971464694 113.604171753\n0.970825970 -0.002415990 0.239773005 5.064494133 0.003344549 0.999988377 -0.003465830 0.078453489 -0.239761859 0.004166650 0.970822811 114.666267395\n0.970145702 -0.002435135 0.242510512 5.314139843 0.003650774 0.999982893 -0.004563472 0.077424876 -0.242495254 0.005312583 0.970138073 115.704681396\n0.969880879 -0.002575165 0.243566200 5.571233273 0.003184922 0.999992728 -0.002109687 0.073156536 -0.243559003 0.002821885 0.969881952 116.728782654\n0.969804049 -0.001584302 0.243880391 5.829698563 0.001552656 0.999998748 0.000321991 0.069492556 -0.243880600 0.000066394 0.969805241 117.774765015\n0.969736397 -0.000720376 0.244153231 6.077406883 0.000932495 0.999999285 -0.000753211 0.069150612 -0.244152516 0.000958088 0.969736397 118.790832520\n0.970065951 0.000554482 0.242841065 6.327415943 0.000472833 0.999991179 -0.004172093 0.065670609 -0.242841244 0.004162029 0.970057130 119.825416565\n0.970403492 0.001770997 0.241482794 6.577861786 -0.000090660 0.999975681 -0.006969347 0.063089371 -0.241489276 0.006741186 0.970380068 120.856445312\n0.971011043 0.002774620 0.239018455 6.820640564 -0.001274566 0.999978542 -0.006430229 0.059419211 -0.239031151 0.005939179 0.970993757 121.885574341\n0.971840620 0.000863963 0.235637471 7.073320389 -0.000149593 0.999995351 -0.003049511 0.057090696 -0.235639021 0.002928389 0.971836269 122.910987854\n0.972810507 -0.000643113 0.231601521 7.312224388 0.000240496 0.999998391 0.001766634 0.052590895 -0.231602281 -0.001662901 0.972809136 123.932716370\n0.973728895 -0.000862165 0.227708831 7.549789429 -0.000248457 0.999988198 0.004848670 0.050993077 -0.227710322 -0.004777866 0.973717213 124.965606689\n0.974753022 -0.001513329 0.223280743 7.776957989 0.000345188 0.999986053 0.005270652 0.055142999 -0.223285601 -0.005060509 0.974739909 125.994461060\n0.975835502 -0.002007298 0.218497127 8.004487991 0.001060176 0.999989510 0.004451866 0.061346710 -0.218503773 -0.004112643 0.975827456 127.013229370\n0.976905525 -0.001843858 0.213663861 8.229289055 0.001284425 0.999995351 0.002757075 0.068020798 -0.213667959 -0.002418967 0.976903319 128.028518677\n0.977881730 -0.001988107 0.209149256 8.445611000 0.001660273 0.999997079 0.001743017 0.069822572 -0.209152102 -0.001357220 0.977882206 129.053924561\n0.978874981 -0.002046470 0.204449505 8.656927109 0.001597209 0.999995947 0.002362410 0.072635196 -0.204453498 -0.001985956 0.978874266 130.079666138\n0.979870975 -0.002527612 0.199615732 8.858395576 0.001818783 0.999991357 0.003734263 0.079135649 -0.199623451 -0.003296039 0.979867160 131.096557617\n0.980886519 -0.004238987 0.194534600 9.059844017 0.003272103 0.999980628 0.005291313 0.080693245 -0.194553271 -0.004553641 0.980881393 132.116516113\n0.981841803 -0.005419700 0.189623952 9.256415367 0.004594205 0.999977946 0.004792631 0.083792239 -0.189645752 -0.003834434 0.981845081 133.128829956\n0.982783854 -0.003158547 0.184732005 9.441107750 0.002630981 0.999991715 0.003100900 0.087488174 -0.184740260 -0.002561488 0.982784033 134.138870239\n0.983542681 -0.005624637 0.180588260 9.629547119 0.005460161 0.999984086 0.001407880 0.090417653 -0.180593312 -0.000398669 0.983557761 135.165924072\n0.984180033 -0.004559722 0.177112460 9.801583290 0.004026066 0.999986231 0.003372355 0.095441699 -0.177125394 -0.002605938 0.984184861 136.181427002\n0.984710455 -0.001477571 0.174192950 9.981985092 0.000422798 0.999981344 0.006092152 0.099279568 -0.174198702 -0.005925357 0.984692693 137.206802368\n0.985117495 -0.002015295 0.171870351 10.154115677 0.000928834 0.999979079 0.006401581 0.103765205 -0.171879649 -0.006146670 0.985098779 138.218292236\n0.985471249 -0.000140760 0.169842228 10.325954437 -0.000516282 0.999992549 0.003824374 0.107840098 -0.169841498 -0.003856498 0.985463858 139.216735840\n0.985763729 0.001644346 0.168128550 10.493034363 -0.002036434 0.999995589 0.002159683 0.114592455 -0.168124259 -0.002471320 0.985762715 140.221069336\n0.986055195 0.003080435 0.166390017 10.656577110 -0.003558468 0.999990344 0.002574916 0.116076231 -0.166380480 -0.003131103 0.986056685 141.231277466\n0.986299753 0.004034346 0.164913699 10.822108269 -0.004676829 0.999982893 0.003507767 0.124390006 -0.164896727 -0.004230983 0.986301780 142.234359741\n0.986484289 0.003741115 0.163813129 10.994040489 -0.004671344 0.999975085 0.005293747 0.125790432 -0.163789243 -0.005987425 0.986477196 143.260009766\n0.986508429 0.003349431 0.163676128 11.160038948 -0.004298411 0.999975920 0.005444097 0.131775767 -0.163653955 -0.006074195 0.986499131 144.259902954\n0.986408830 0.007916098 0.164118737 11.316602707 -0.008505519 0.999959648 0.002889012 0.136835188 -0.164089248 -0.004245661 0.986436367 145.256744385\n0.986137867 0.012446175 0.165460736 11.473674774 -0.012370455 0.999922395 -0.001488179 0.136354223 -0.165466413 -0.000579275 0.986215234 146.241531372\n0.985649228 0.016056266 0.168041110 11.632612228 -0.015328827 0.999866664 -0.005625279 0.133549049 -0.168109030 0.002968679 0.985763967 147.218963623\n0.984830141 0.018967774 0.172481477 11.794144630 -0.018094089 0.999814272 -0.006636352 0.135392874 -0.172575325 0.003414784 0.984990418 148.202346802\n0.983935893 0.021280810 0.177249387 11.973432541 -0.020876741 0.999773443 -0.004144533 0.126154244 -0.177297428 0.000377565 0.984157264 149.185256958\n0.982763112 0.023529334 0.183365718 12.143673897 -0.023452438 0.999721587 -0.002588226 0.126595855 -0.183375567 -0.001756760 0.983041346 150.161056519\n0.981552303 0.021666506 0.189962164 12.336014748 -0.021745887 0.999762118 -0.001666792 0.121757329 -0.189953089 -0.002494852 0.981790006 151.137588501\n0.980000138 0.021501660 0.197831899 12.528589249 -0.021373088 0.999767661 -0.002785383 0.118821502 -0.197845832 -0.001498603 0.980232000 152.104843140\n0.978079259 0.023794601 0.206868961 12.724563599 -0.023741791 0.999714375 -0.002738215 0.122046292 -0.206875026 -0.002233248 0.978364825 153.062744141\n0.976044536 0.023229986 0.216327101 12.941301346 -0.023577573 0.999721527 -0.000974243 0.120048672 -0.216289490 -0.004149564 0.976320446 154.050369263\n0.973807514 0.024178743 0.226084754 13.161293983 -0.025457285 0.999672174 0.002740911 0.122771084 -0.225944370 -0.008424623 0.974103808 155.000961304\n0.971096754 0.025218593 0.237350121 13.391218185 -0.026737785 0.999637425 0.003183176 0.128291249 -0.237183779 -0.009437388 0.971418977 155.952362061\n0.968257129 0.025519837 0.248650119 13.637611389 -0.027325584 0.999619305 0.003812868 0.133430272 -0.248458147 -0.010486346 0.968585849 156.897628784\n0.964936137 0.027360041 0.261055022 13.869230270 -0.029034518 0.999575138 0.002558994 0.132469475 -0.260874093 -0.010048872 0.965320528 157.827667236\n0.961581409 0.025551973 0.273328155 14.131738663 -0.027069796 0.999631941 0.001782633 0.136258423 -0.273182005 -0.009113083 0.961919188 158.756958008\n0.958191156 0.023718145 0.285144180 14.411359787 -0.025055856 0.999685526 0.001043727 0.139920175 -0.285029769 -0.008144621 0.958484054 159.685516357\n0.954721570 0.022616202 0.296639919 14.696336746 -0.023999460 0.999711454 0.001021859 0.140545845 -0.296531200 -0.008094789 0.954988837 160.605331421\n0.951079309 0.019427320 0.308335483 14.992619514 -0.020958384 0.999778986 0.001654238 0.145764768 -0.308235198 -0.008035525 0.951276243 161.517654419\n0.947517037 0.016045444 0.319302440 15.312812805 -0.017420776 0.999847174 0.001451571 0.142574370 -0.319230348 -0.006937885 0.947651744 162.438354492\n0.943486989 0.017782733 0.330932230 15.628572464 -0.019677129 0.999803543 0.002374728 0.148862123 -0.330825001 -0.008752321 0.943651557 163.345947266\n0.939450800 0.017304715 0.342246652 15.964807510 -0.019239794 0.999812365 0.002259691 0.152728915 -0.342143327 -0.008707623 0.939607441 164.268371582\n0.935300469 0.015565241 0.353511989 16.308311462 -0.017273005 0.999849379 0.001676190 0.158871979 -0.353432655 -0.007673955 0.935428500 165.175125122\n0.930733204 0.014708990 0.365402907 16.654584885 -0.015186732 0.999883473 -0.001566708 0.160646170 -0.365383357 -0.004091089 0.930848122 166.081756592\n0.926503062 0.013813815 0.376033634 17.020353317 -0.013630157 0.999902129 -0.003148870 0.160581976 -0.376040339 -0.002207959 0.926600695 166.978149414\n0.922862709 0.011607820 0.384954125 17.395105362 -0.010616595 0.999932587 -0.004700243 0.157637209 -0.384982735 0.000250777 0.922923744 167.863586426\n0.919261336 0.009869934 0.393524021 17.776695251 -0.008213110 0.999948919 -0.005894012 0.153718650 -0.393562078 0.002186082 0.919295430 168.743881226\n0.915767491 0.008502404 0.401618689 18.166601181 -0.006949900 0.999961674 -0.005322427 0.149691701 -0.401648551 0.002082896 0.915791512 169.632873535\n0.912565231 0.007232314 0.408867180 18.558095932 -0.006635806 0.999973834 -0.002877509 0.145960450 -0.408877283 -0.000087248 0.912589371 170.520355225\n0.909581661 0.008334350 0.415441662 18.952579498 -0.008051207 0.999964654 -0.002433133 0.143399388 -0.415447235 -0.001131674 0.909616590 171.390258789\n0.906574905 0.008484297 0.421959728 19.354980469 -0.007601288 0.999963999 -0.003774896 0.136850119 -0.421976566 0.000214789 0.906606734 172.250915527\n0.903615892 0.007389640 0.428279996 19.770393372 -0.005740122 0.999970317 -0.005142791 0.137338609 -0.428305268 0.002188728 0.903631449 173.128524780\n0.900653064 0.006568349 0.434489280 20.180824280 -0.004373926 0.999972105 -0.006050265 0.129881322 -0.434516907 0.003548766 0.900656700 173.991424561\n0.897722006 0.006098574 0.440520138 20.602138519 -0.003473540 0.999971092 -0.006765013 0.129831463 -0.440548658 0.004542938 0.897717237 174.843109131\n0.894512057 0.005259186 0.447012872 21.019067764 -0.002974889 0.999978662 -0.005811913 0.122871861 -0.447033912 0.003869013 0.894508660 175.685562134\n0.891579926 0.003409187 0.452850521 21.438737869 -0.002347160 0.999993026 -0.002907101 0.120158106 -0.452857286 0.001529001 0.891581714 176.507812500\n0.888411999 0.001375707 0.459044844 21.849927902 -0.001241327 0.999999046 -0.000594486 0.112417698 -0.459045231 -0.000041676 0.888412893 177.307250977\n0.885134578 0.000515574 0.465334892 22.267791748 -0.000909328 0.999999404 0.000621712 0.110715374 -0.465334296 -0.000973441 0.885134518 178.107498169\n0.882077396 -0.000240357 0.471104413 22.682739258 -0.000082372 0.999999762 0.000664428 0.108428843 -0.471104473 -0.000624883 0.882077217 178.878555298\n0.878967285 -0.000835846 0.476881355 23.089099884 0.000741921 0.999999642 0.000385257 0.103130221 -0.476881504 0.000015179 0.878967583 179.636871338\n0.875611067 -0.001763884 0.483013630 23.485956192 0.002084791 0.999997795 -0.000127504 0.104533397 -0.483012348 0.001118626 0.875612855 180.371063232\n0.872703671 -0.003065777 0.488240570 23.891771317 0.003022043 0.999995053 0.000877463 0.096229456 -0.488240838 0.000709719 0.872708678 181.089080811\n0.869687438 -0.004325315 0.493583858 24.285497665 0.003809765 0.999990642 0.002050249 0.094148152 -0.493588120 0.000097363 0.869695783 181.780548096\n0.866708934 -0.006326598 0.498774111 24.672126770 0.005396633 0.999979973 0.003306429 0.087291643 -0.498785049 -0.000174010 0.866725683 182.449798584\n0.863911867 -0.007383275 0.503588915 25.058076859 0.006460912 0.999972701 0.003577154 0.086863548 -0.503601551 0.000163297 0.863936007 183.105773926\n0.861184895 -0.008466736 0.508221328 25.442390442 0.008419821 0.999961674 0.002391457 0.087742984 -0.508222103 0.002219646 0.861223161 183.753311157\n0.858760357 -0.008114547 0.512313187 25.812648773 0.008590756 0.999962091 0.001438258 0.083235413 -0.512305439 0.003166039 0.858797491 184.366622925\n0.856465042 -0.008152399 0.516140640 26.175001144 0.009955397 0.999950171 -0.000725492 0.080698103 -0.516109049 0.005759743 0.856503546 184.965469360\n0.854588091 -0.008653463 0.519234359 26.526565552 0.011679617 0.999928534 -0.002558415 0.077239245 -0.519175112 0.008250848 0.854628086 185.539047241\n0.853012800 -0.010514542 0.521784008 26.865659714 0.013171159 0.999912322 -0.001382847 0.076528609 -0.521723747 0.008052086 0.853076518 186.088607788\n0.851780832 -0.010963894 0.523783565 27.203619003 0.013224388 0.999912381 -0.000575326 0.074945927 -0.523731351 0.007416768 0.851851225 186.623931885\n0.850218415 -0.011434167 0.526305974 27.506240845 0.012884065 0.999916553 0.000910011 0.066333264 -0.526272476 0.006007251 0.850294769 187.130783081\n0.849114656 -0.012118857 0.528069496 27.814910889 0.012822294 0.999915063 0.002329676 0.059407830 -0.528052926 0.004792900 0.849197984 187.624206543\n0.847996831 -0.012698522 0.529849231 28.108772278 0.014002384 0.999900758 0.001553810 0.062973082 -0.529816389 0.006101526 0.848090410 188.088348389\n0.847374797 -0.011775121 0.530864656 28.384918213 0.014216343 0.999898791 -0.000513580 0.060420096 -0.530804873 0.007982149 0.847456455 188.530395508\n0.847025275 -0.010723228 0.531444490 28.657913208 0.013290627 0.999911189 -0.001007107 0.059069395 -0.531386495 0.007916275 0.847092509 188.960998535\n0.846693397 -0.011201127 0.531963229 28.912864685 0.013636000 0.999906838 -0.000649347 0.052522659 -0.531906426 0.007803649 0.846767187 189.370651245\n0.846609831 -0.011509833 0.532089591 29.163196564 0.014088409 0.999900460 -0.000786896 0.053209603 -0.532027543 0.008162488 0.846687734 189.763565063\n0.846472740 -0.011130093 0.532315671 29.398731232 0.014050985 0.999900222 -0.001436729 0.046037763 -0.532246590 0.008695712 0.846544683 190.143035889\n0.846432984 -0.010487503 0.532392025 29.624786377 0.013510330 0.999907136 -0.001782633 0.045595855 -0.532323897 0.008701671 0.846496046 190.503173828\n0.846167803 -0.009869231 0.532825172 29.842308044 0.012829353 0.999915957 -0.001853112 0.042164326 -0.532762110 0.008403845 0.846223354 190.859466553\n0.845958889 -0.009885107 0.533156455 30.046682358 0.012705524 0.999917984 -0.001620639 0.036186516 -0.533096731 0.008145026 0.846015096 191.188690186\n0.846078396 -0.009738750 0.532969475 30.253181458 0.012640600 0.999918520 -0.001795568 0.034507185 -0.532908559 0.008256244 0.846132576 191.510330200\n0.845889449 -0.010221066 0.533260345 30.442386627 0.013152775 0.999912083 -0.001698282 0.033371657 -0.533196092 0.008450413 0.845949471 191.811523438\n0.845637202 -0.010274488 0.533659220 30.628025055 0.013186260 0.999911726 -0.001643766 0.034454733 -0.533595204 0.008426998 0.845698059 192.105667114\n0.845501661 -0.009442121 0.533889353 30.807411194 0.012296066 0.999922812 -0.001788670 0.032895267 -0.533831239 0.008077061 0.845552444 192.383804321\n0.844928205 -0.008240151 0.534816265 30.965854645 0.011346675 0.999932468 -0.002519616 0.030318618 -0.534759343 0.008197281 0.844964623 192.641632080\n0.844517827 -0.007238559 0.535478473 31.123077393 0.011078143 0.999930799 -0.003954654 0.028259784 -0.535412788 0.009271882 0.844539642 192.884658813\n0.843912005 -0.006749478 0.536439240 31.269702911 0.011467728 0.999919355 -0.005459743 0.025314242 -0.536359131 0.010759281 0.843921304 193.134170532\n0.843398690 -0.006884124 0.537244081 31.409511566 0.012124871 0.999907136 -0.006221784 0.021741241 -0.537151396 0.011761460 0.843403876 193.337432861\n0.842896879 -0.005824970 0.538043618 31.554988861 0.012022349 0.999895632 -0.008009090 0.024292126 -0.537940800 0.013219384 0.842878938 193.561096191\n0.842468858 -0.005011371 0.538721740 31.703536987 0.011316739 0.999900699 -0.008396036 0.023623034 -0.538626194 0.013169972 0.842441916 193.779830933\n0.841717184 -0.004525973 0.539899766 31.827541351 0.009843215 0.999927282 -0.006963441 0.021076471 -0.539828956 0.011175597 0.841700554 193.993484497\n0.841252863 -0.005204771 0.540616810 31.959312439 0.009143926 0.999947608 -0.004601884 0.018943995 -0.540564537 0.008814708 0.841256380 194.199157715\n0.840776920 -0.005913065 0.541349471 32.086589813 0.008702504 0.999958754 -0.002593600 0.018395334 -0.541311800 0.006891735 0.840793729 194.396591187\n0.840228736 -0.006425420 0.542194068 32.204093933 0.008456688 0.999963462 -0.001254841 0.017471105 -0.542166173 0.005639520 0.840252399 194.577835083\n0.839849234 -0.006162724 0.542784810 32.315841675 0.007849356 0.999968886 -0.000791738 0.016184896 -0.542763054 0.004925452 0.839871407 194.748504639\n0.839417875 -0.006547318 0.543447137 32.423664093 0.007622263 0.999970913 0.000273924 0.014027745 -0.543433130 0.003912360 0.839443326 194.916061401\n0.838998258 -0.006752974 0.544092238 32.520000458 0.007303032 0.999972701 0.001149729 0.014022857 -0.544085145 0.003008902 0.839024663 195.059463501\n0.838688314 -0.006538006 0.544572473 32.604434967 0.006675846 0.999976218 0.001724096 0.010673881 -0.544570804 0.002189503 0.838712037 195.189926147\n0.838165939 -0.006304003 0.545378923 32.669532776 0.005914776 0.999979436 0.002468577 0.009113938 -0.545383275 0.001156717 0.838186026 195.301345825\n0.837702215 -0.006258928 0.546091437 32.744125366 0.005552120 0.999980271 0.002944161 0.010564208 -0.546099067 0.000565634 0.837720394 195.414886475\n0.837468266 -0.005961647 0.546453476 32.807571411 0.005137082 0.999982178 0.003036668 0.009619087 -0.546461821 0.000264063 0.837484002 195.513946533\n0.837093890 -0.005814707 0.547028363 32.850395203 0.004689852 0.999983013 0.003452769 0.004386783 -0.547039151 -0.000324810 0.837107003 195.592117310\n0.836912274 -0.006138926 0.547302604 32.910232544 0.005051690 0.999981165 0.003491650 0.008598864 -0.547313690 -0.000157401 0.836927533 195.673370361\n0.836600244 -0.006325248 0.547777355 32.965003967 0.005340054 0.999979973 0.003391216 0.009081662 -0.547787845 0.000088069 0.836617231 195.750320435\n0.836610377 -0.006320324 0.547761977 33.010902405 0.005250232 0.999980032 0.003519411 0.011347592 -0.547773242 -0.000068499 0.836626828 195.811843872\n0.836378157 -0.006245026 0.548117340 33.041965485 0.005101140 0.999980450 0.003609486 0.012407243 -0.548129141 -0.000222872 0.836393714 195.861755371\n0.836167753 -0.005807874 0.548443079 33.070682526 0.004618009 0.999983013 0.003548855 0.012761056 -0.548454404 -0.000434723 0.836180389 195.904159546\n0.836154163 -0.005786941 0.548464000 33.084945679 0.004622323 0.999983191 0.003504094 0.010887057 -0.548475027 -0.000394785 0.836166859 195.929504395\n0.835993648 -0.005694244 0.548709512 33.094730377 0.004558765 0.999983728 0.003431784 0.010761678 -0.548720121 -0.000367512 0.836006045 195.950531006\n0.835900962 -0.005375611 0.548853993 33.100440979 0.004327197 0.999985516 0.003203813 0.011679441 -0.548863292 -0.000303071 0.835912108 195.960998535\n0.835985720 -0.005432104 0.548724353 33.105773926 0.004231654 0.999985099 0.003452408 0.011055529 -0.548734903 -0.000564152 0.835996270 195.964294434\n0.836000443 -0.005675050 0.548699439 33.101463318 0.004684912 0.999983907 0.003204616 0.008829743 -0.548708797 -0.000108453 0.836013556 195.959320068\n0.835969269 -0.004814662 0.548755169 33.099853516 0.004809803 0.999987364 0.001446462 0.008183420 -0.548755229 0.001430206 0.835981846 195.954559326\n0.835917294 -0.004047242 0.548840523 33.099971771 0.004795856 0.999988496 0.000069703 0.006150782 -0.548834503 0.002573894 0.835927069 195.959686279\n0.835803866 -0.004213812 0.549012005 33.095943451 0.004690359 0.999988854 0.000534677 0.004884094 -0.549008131 0.002128178 0.835814297 195.958297729\n0.835860372 -0.004204481 0.548926055 33.095905304 0.004638806 0.999989092 0.000595782 0.006334707 -0.548922598 0.002048370 0.835870743 195.956481934\n0.835826039 -0.003852329 0.548980892 33.099517822 0.004419166 0.999990165 0.000288966 0.005585030 -0.548976600 0.002184512 0.835834861 195.961441040\n0.835927665 -0.004308283 0.548822761 33.098014832 0.004682884 0.999988794 0.000717321 0.005962357 -0.548819661 0.001970444 0.835938454 195.956756592\n0.835910618 -0.004159295 0.548849821 33.098594666 0.004626896 0.999989152 0.000531254 0.007163182 -0.548846066 0.002095390 0.835920811 195.956420898\n0.835860431 -0.004310021 0.548925102 33.096298218 0.004774876 0.999988437 0.000580846 0.004467741 -0.548921287 0.002135543 0.835871339 195.956726074\n0.835938215 -0.004377834 0.548806131 33.098773956 0.004792199 0.999988317 0.000677471 0.005888775 -0.548802674 0.002063664 0.835949361 195.955825806\n0.835896671 -0.003926592 0.548872769 33.101585388 0.004460854 0.999989986 0.000360265 0.007934645 -0.548868716 0.002147297 0.835905790 195.960754395\n0.835873306 -0.004126159 0.548906922 33.098251343 0.004646620 0.999989092 0.000441111 0.008416638 -0.548902750 0.002181849 0.835883379 195.961181641\n0.835833311 -0.003863876 0.548969686 33.095565796 0.004377339 0.999990344 0.000373631 0.007901415 -0.548965812 0.002090733 0.835842192 195.956527710\n0.835786641 -0.003803500 0.549041212 33.093811035 0.004347134 0.999990523 0.000309972 0.007677168 -0.549037158 0.002127685 0.835795283 195.957077026\n0.835913539 -0.004106303 0.548845828 33.098552704 0.004522158 0.999989569 0.000594205 0.005714983 -0.548842549 0.001985264 0.835923433 195.956192017\n0.835881710 -0.003992706 0.548895180 33.098571777 0.004464399 0.999989927 0.000475421 0.006923750 -0.548891544 0.002053091 0.835891068 195.958312988\n0.835882604 -0.004271037 0.548891664 33.098716736 0.004651954 0.999988914 0.000696863 0.005224541 -0.548888564 0.001970923 0.835893214 195.957839966\n0.835809112 -0.003950671 0.549005926 33.097221375 0.004412410 0.999990165 0.000478499 0.007422924 -0.549002409 0.002022505 0.835818291 195.957916260\n0.835776746 -0.003947090 0.549055278 33.096908569 0.004419755 0.999990106 0.000461016 0.007875994 -0.549051642 0.002041383 0.835785925 195.958847046\n0.835800111 -0.003927477 0.549019873 33.096744537 0.004378138 0.999990284 0.000488490 0.007055908 -0.549016416 0.001995404 0.835809171 195.957595825\n0.835816205 -0.003649486 0.548997283 33.104949951 0.004192946 0.999991179 0.000263975 0.010942981 -0.548993409 0.002081281 0.835824132 195.963317871\n0.835810900 -0.003654357 0.549005330 33.100006104 0.004145388 0.999991357 0.000345286 0.009541839 -0.549001813 0.001987246 0.835818768 195.960556030\n0.835854352 -0.003693548 0.548938811 33.100837708 0.004229784 0.999991000 0.000287886 0.009675354 -0.548934937 0.002081262 0.835862517 195.958587646\n0.835800290 -0.003988494 0.549019098 33.095878601 0.004454509 0.999989986 0.000483361 0.006999955 -0.549015522 0.002041617 0.835809708 195.956970215\n0.835835040 -0.004065945 0.548965633 33.095458984 0.004507465 0.999989688 0.000543578 0.006676570 -0.548962176 0.002020102 0.835844755 195.955413818\n0.835781276 -0.003738278 0.549049854 33.095203400 0.004189962 0.999991119 0.000430476 0.007639408 -0.549046576 0.001940714 0.835789502 195.957489014\n0.835896015 -0.004175502 0.548871934 33.098209381 0.004616610 0.999989152 0.000576548 0.006205425 -0.548868418 0.002051994 0.835906267 195.957519531\n0.835852206 -0.004098110 0.548939288 33.096660614 0.004485855 0.999989748 0.000634964 0.005577952 -0.548936248 0.001931726 0.835862041 195.957748413\n0.835799754 -0.004207537 0.549018323 33.092926025 0.004633611 0.999989092 0.000609670 0.005384520 -0.549014866 0.002034375 0.835810125 195.954010010\n0.835927546 -0.004204057 0.548823714 33.099502563 0.004682151 0.999988914 0.000528534 0.006465122 -0.548819840 0.002127859 0.835937977 195.956253052\n0.835829973 -0.004143643 0.548972726 33.095947266 0.004543508 0.999989450 0.000630266 0.005827457 -0.548969567 0.001967467 0.835840046 195.955505371\n0.835920572 -0.004029638 0.548835695 33.098506927 0.004480398 0.999989808 0.000518079 0.007291317 -0.548832178 0.002025929 0.835930109 195.957122803\n0.835942745 -0.004092725 0.548801363 33.099613190 0.004553468 0.999989510 0.000521580 0.007401660 -0.548797727 0.002062938 0.835952640 195.958343506\n0.835958242 -0.004185452 0.548777163 33.101100922 0.004559043 0.999989390 0.000681949 0.005354106 -0.548774183 0.001931818 0.835968435 195.957580566\n0.835952580 -0.004365687 0.548784316 33.100936890 0.004862223 0.999988019 0.000548570 0.007328033 -0.548780143 0.002209733 0.835963845 195.957275391\n0.835956573 -0.004212413 0.548779488 33.097320557 0.004700200 0.999988794 0.000516059 0.006813034 -0.548775494 0.002147970 0.835967064 195.954864502\n0.835948229 -0.004310455 0.548791409 33.098617554 0.004802585 0.999988317 0.000538807 0.006338656 -0.548787355 0.002185203 0.835959136 195.954589844\n0.835883737 -0.004224105 0.548890233 33.093887329 0.004680448 0.999988914 0.000567960 0.004655883 -0.548886538 0.002094303 0.835894227 195.953079224\n0.835934579 -0.004230516 0.548812807 33.098037720 0.004734133 0.999988675 0.000497517 0.006531879 -0.548808694 0.002182262 0.835945129 195.955627441\n0.835941076 -0.004310297 0.548802257 33.100646973 0.004830054 0.999988198 0.000496729 0.007155672 -0.548797905 0.002235508 0.835952044 195.956756592\n0.835913181 -0.003974799 0.548847258 33.103771210 0.004430196 0.999990046 0.000494672 0.007239982 -0.548843801 0.002017998 0.835922480 195.959014893\n0.835935593 -0.004110602 0.548812211 33.107463837 0.004586979 0.999989331 0.000503157 0.006438300 -0.548808455 0.002096783 0.835945547 195.960006714\n0.835975826 -0.003971881 0.548751891 33.109077454 0.004479486 0.999989867 0.000413847 0.008025661 -0.548747957 0.002112160 0.835985184 195.960800171\n0.835893691 -0.003712083 0.548878789 33.100193024 0.004085797 0.999991536 0.000540664 0.007253349 -0.548876166 0.001790670 0.835901737 195.958099365\n0.835913658 -0.003910355 0.548847079 33.103569031 0.004333587 0.999990463 0.000524396 0.007420018 -0.548843920 0.001940127 0.835922599 195.959045410\n0.835883498 -0.003997593 0.548892319 33.102073669 0.004433513 0.999990046 0.000531347 0.006187692 -0.548888981 0.001989377 0.835892916 195.958267212\n0.835839748 -0.003973189 0.548959136 33.100223541 0.004415893 0.999990106 0.000514010 0.006411821 -0.548955739 0.001994515 0.835849047 195.958267212\n0.835831881 -0.003976414 0.548971057 33.101470947 0.004524679 0.999989688 0.000354303 0.007789046 -0.548966825 0.002187780 0.835841298 195.958862305\n0.835889161 -0.004087619 0.548883080 33.099136353 0.004552985 0.999989510 0.000513381 0.006246105 -0.548879385 0.002069926 0.835898995 195.955642700\n0.835817873 -0.004020020 0.548992097 33.097534180 0.004501213 0.999989748 0.000469560 0.006440073 -0.548988342 0.002078664 0.835827410 195.957031250\n0.835827470 -0.003867652 0.548978567 33.098834991 0.004341565 0.999990463 0.000435019 0.007474616 -0.548975050 0.002019825 0.835836291 195.958312988\n0.835808635 -0.003851196 0.549007416 33.100120544 0.004307769 0.999990642 0.000456624 0.006886899 -0.549004018 0.001983347 0.835817337 195.959472656\n0.835822344 -0.003841833 0.548986554 33.098754883 0.004330691 0.999990523 0.000404577 0.007093057 -0.548982918 0.002039336 0.835831106 195.958145142\n0.835769176 -0.003897229 0.549067140 33.095478058 0.004376734 0.999990344 0.000435743 0.005934671 -0.549063563 0.002038940 0.835778117 195.957366943\n0.835765123 -0.003753294 0.549074352 33.097316742 0.004163156 0.999991238 0.000498731 0.006903738 -0.549071372 0.001869060 0.835773349 195.958557129\n0.835761726 -0.003891499 0.549078465 33.096107483 0.004358322 0.999990404 0.000453383 0.006829754 -0.549075007 0.002014140 0.835770667 195.957305908\n0.835796773 -0.003894784 0.549025178 33.100585938 0.004381877 0.999990284 0.000423274 0.007921621 -0.549021482 0.002051989 0.835805714 195.960403442\n0.835786343 -0.003883131 0.549041092 33.100288391 0.004405029 0.999990225 0.000366877 0.008228183 -0.549037158 0.002111911 0.835795283 195.960220337\n0.835801423 -0.003984281 0.549017429 33.097846985 0.004467908 0.999989927 0.000455280 0.007234842 -0.549013674 0.002072436 0.835810781 195.957778931\n0.835812330 -0.003817332 0.549001992 33.096366882 0.004260059 0.999990821 0.000467551 0.006533951 -0.548998773 0.001947996 0.835820913 195.956405640\n0.835789382 -0.003861410 0.549036622 33.096702576 0.004357867 0.999990404 0.000399087 0.008118197 -0.549032927 0.002059076 0.835798204 195.958389282\n0.835849166 -0.003961802 0.548944890 33.100723267 0.004392012 0.999990225 0.000529568 0.006016478 -0.548941672 0.001968333 0.835858345 195.959976196\n0.835844636 -0.003899222 0.548952222 33.099510193 0.004292483 0.999990642 0.000567147 0.006586239 -0.548949301 0.001882321 0.835853577 195.959075928\n0.835796237 -0.003949270 0.549025476 33.097579956 0.004358125 0.999990344 0.000558675 0.006178245 -0.549022377 0.001925784 0.835805416 195.958099365\n0.835849822 -0.003937704 0.548944056 33.097198486 0.004362540 0.999990344 0.000530542 0.006144240 -0.548940837 0.001951337 0.835858941 195.956756592\n0.835882723 -0.004066373 0.548893034 33.099399567 0.004488619 0.999989748 0.000572739 0.005396068 -0.548889697 0.001985029 0.835892439 195.957809448\n0.835859001 -0.003983155 0.548929811 33.102027893 0.004392731 0.999990165 0.000567307 0.006525800 -0.548926651 0.001937112 0.835868299 195.959960938\n0.835855901 -0.004005245 0.548934281 33.101974487 0.004461560 0.999989927 0.000502763 0.006465361 -0.548930764 0.002028865 0.835865378 195.960433960\n0.835817695 -0.003940882 0.548992932 33.098175049 0.004388796 0.999990225 0.000496564 0.006722465 -0.548989534 0.001994380 0.835826874 195.958633423\n0.835842252 -0.003970031 0.548955381 33.098579407 0.004417404 0.999990106 0.000505942 0.006663442 -0.548951924 0.002002070 0.835851550 195.957870483\n0.835832775 -0.003835006 0.548970759 33.100368500 0.004316735 0.999990582 0.000413323 0.008487374 -0.548967183 0.002024292 0.835841417 195.959838867\n0.835836411 -0.003952341 0.548964322 33.096282959 0.004389242 0.999990225 0.000516636 0.006127030 -0.548960984 0.001977714 0.835845590 195.956893921\n0.835796595 -0.003776832 0.549026251 33.101398468 0.004190349 0.999991119 0.000500011 0.007928148 -0.549023271 0.001882704 0.835804999 195.961181641\n0.835788965 -0.003957268 0.549036622 33.102180481 0.004412224 0.999990165 0.000490934 0.007256746 -0.549033165 0.002012155 0.835798144 195.961090088\n0.835883021 -0.003858084 0.548894048 33.107719421 0.004289768 0.999990702 0.000496096 0.008789897 -0.548890889 0.001939950 0.835891783 195.963836670\n0.835911274 -0.004202826 0.548848510 33.102611542 0.004701860 0.999988794 0.000496387 0.005610377 -0.548844457 0.002165673 0.835921705 195.958068848\n0.835871041 -0.004081948 0.548910677 33.104183197 0.004534093 0.999989569 0.000531942 0.006392032 -0.548907161 0.002044177 0.835880876 195.960983276\n0.835864186 -0.003883053 0.548922598 33.105411530 0.004399462 0.999990225 0.000374666 0.008657590 -0.548918664 0.002101793 0.835873127 195.961654663\n0.835863650 -0.003870922 0.548923433 33.100154877 0.004372892 0.999990344 0.000393029 0.008035809 -0.548919678 0.002071865 0.835872531 195.956909180\n0.835834622 -0.003947703 0.548967183 33.097042084 0.004406709 0.999990165 0.000481603 0.006480247 -0.548963726 0.002016598 0.835843801 195.956008911\n0.835820735 -0.003808835 0.548989296 33.099029541 0.004261715 0.999990821 0.000449498 0.007841066 -0.548985958 0.001963936 0.835829258 195.958572388\n0.835842848 -0.003942273 0.548954666 33.098285675 0.004387138 0.999990225 0.000501456 0.006312743 -0.548951328 0.001989201 0.835851967 195.957550049\n0.835808277 -0.003853781 0.549007952 33.098323822 0.004289530 0.999990702 0.000489100 0.007023752 -0.549004734 0.001946192 0.835816979 195.957702637\n0.835867107 -0.004038215 0.548917055 33.100803375 0.004482128 0.999989808 0.000531428 0.006013900 -0.548913598 0.002016113 0.835876703 195.959564209\n0.835820794 -0.003807229 0.548989177 33.098644257 0.004210367 0.999991000 0.000524751 0.006959781 -0.548986256 0.001872848 0.835829318 195.958892822\n0.835823357 -0.003791218 0.548985422 33.099266052 0.004188118 0.999991119 0.000529446 0.006865650 -0.548982501 0.001856692 0.835831761 195.959106445\n0.835862041 -0.003971803 0.548925221 33.099609375 0.004411148 0.999990165 0.000518563 0.006345198 -0.548921883 0.001987944 0.835871279 195.957138062\n0.835914433 -0.004031308 0.548844993 33.100868225 0.004511511 0.999989688 0.000473776 0.006691635 -0.548841238 0.002080084 0.835924029 195.957992554\n0.835829258 -0.003769151 0.548976600 33.102405548 0.004195738 0.999991059 0.000477610 0.007585719 -0.548973501 0.001904161 0.835837603 195.960830688\n0.835854590 -0.003780577 0.548937917 33.108177185 0.004252088 0.999990880 0.000412460 0.009880304 -0.548934460 0.001989375 0.835863054 195.963348389\n0.835912406 -0.003958478 0.548848629 33.107944489 0.004393792 0.999990225 0.000520387 0.008222625 -0.548845351 0.001976529 0.835921586 195.962188721\n0.835934162 -0.004075157 0.548814654 33.103672028 0.004567969 0.999989450 0.000467539 0.007298917 -0.548810780 0.002116136 0.835943937 195.958297729\n0.835888922 -0.003910992 0.548884690 33.106506348 0.004381939 0.999990284 0.000452080 0.008337930 -0.548881173 0.002027291 0.835897923 195.961349487\n0.835849762 -0.003898747 0.548944414 33.101646423 0.004302390 0.999990582 0.000551165 0.008150071 -0.548941433 0.001901082 0.835858703 195.960113525\n0.835825503 -0.003722995 0.548982620 33.102325439 0.004131779 0.999991357 0.000490938 0.009269789 -0.548979700 0.001857936 0.835833669 195.960739136\n0.835830450 -0.003915126 0.548973739 33.099643707 0.004421094 0.999990165 0.000400386 0.007796168 -0.548969865 0.002092410 0.835839510 195.958435059\n0.835870206 -0.003839748 0.548913717 33.100963593 0.004201397 0.999991000 0.000597346 0.006592870 -0.548911095 0.001806901 0.835878789 195.958068848\n0.835843146 -0.003851298 0.548954844 33.100940704 0.004336345 0.999990523 0.000413072 0.008483499 -0.548951209 0.002035193 0.835851908 195.959777832\n0.835806251 -0.003882322 0.549010813 33.098846436 0.004397366 0.999990284 0.000376928 0.008062586 -0.549006939 0.002099163 0.835815191 195.958526611\n0.835838914 -0.003952782 0.548960567 33.098823547 0.004366931 0.999990284 0.000551393 0.005976826 -0.548957407 0.001936397 0.835848093 195.958114624\n0.835831225 -0.003847738 0.548973024 33.096588135 0.004326475 0.999990523 0.000421694 0.007006437 -0.548969448 0.002022653 0.835839987 195.955520630\n0.835815907 -0.003828522 0.548996568 33.100112915 0.004269531 0.999990761 0.000473491 0.007165894 -0.548993289 0.001948207 0.835824490 195.959609985\n0.835812092 -0.003871614 0.549002051 33.100158691 0.004264924 0.999990761 0.000559020 0.006490305 -0.548999131 0.001874216 0.835820854 195.959960938\n0.835806191 -0.003740402 0.549011886 33.099678040 0.004115287 0.999991357 0.000547870 0.007096991 -0.549009204 0.001801429 0.835814357 195.959701538\n0.835806906 -0.003701772 0.549011052 33.100345612 0.004124679 0.999991357 0.000463205 0.008086860 -0.549008012 0.001877345 0.835814953 195.960723877\n0.835835457 -0.003940451 0.548965931 33.097698212 0.004319316 0.999990463 0.000601451 0.005854964 -0.548963070 0.001868443 0.835844517 195.956924438\n0.835860252 -0.003837698 0.548928857 33.097816467 0.004219304 0.999990940 0.000566402 0.006605685 -0.548926055 0.001842665 0.835868895 195.956588745\n0.835849941 -0.003984103 0.548943579 33.093444824 0.004342407 0.999990344 0.000645722 0.004136100 -0.548940837 0.001844009 0.835859179 195.953552246\n0.835852921 -0.003747919 0.548940659 33.096153259 0.004118233 0.999991357 0.000556797 0.005322739 -0.548938036 0.001795265 0.835861146 195.956161499\n0.835862517 -0.003977098 0.548924446 33.097103119 0.004404784 0.999990165 0.000537897 0.005915046 -0.548921168 0.001968286 0.835871816 195.956451416\n0.835835278 -0.003954914 0.548966050 33.097782135 0.004355022 0.999990344 0.000573433 0.006001115 -0.548963070 0.001911464 0.835844457 195.957946777\n0.835782707 -0.003816112 0.549047053 33.096744537 0.004223683 0.999990940 0.000520895 0.007124379 -0.549044073 0.001883646 0.835791290 195.956909180\n0.835785747 -0.003774595 0.549042821 33.101745605 0.004210339 0.999991000 0.000465573 0.008330345 -0.549039662 0.001922537 0.835794091 195.961547852\n0.835875452 -0.003935149 0.548905075 33.106239319 0.004376322 0.999990284 0.000504735 0.008196786 -0.548901737 0.001980290 0.835884571 195.960983276\n0.835822999 -0.003847588 0.548985541 33.103710175 0.004354801 0.999990463 0.000378349 0.009241417 -0.548981786 0.002074490 0.835831761 195.961547852\n0.835826397 -0.003989808 0.548979282 33.101085663 0.004484816 0.999989867 0.000439433 0.006976202 -0.548975468 0.002094781 0.835835814 195.958526611\n0.835799694 -0.003895477 0.549020708 33.095848083 0.004359089 0.999990404 0.000459207 0.006920889 -0.549017191 0.002009425 0.835808635 195.956008911\n0.835777700 -0.003835203 0.549054623 33.097537994 0.004276268 0.999990761 0.000475651 0.006323397 -0.549051344 0.001950367 0.835786343 195.957595825\n0.835784674 -0.003768719 0.549044430 33.096714020 0.004192269 0.999991119 0.000482386 0.006586298 -0.549041390 0.001898571 0.835793018 195.957244873\n0.835789621 -0.003845904 0.549036384 33.096858978 0.004332513 0.999990523 0.000409442 0.007092059 -0.549032748 0.002036500 0.835798383 195.957351685\n0.835812509 -0.003960291 0.549000680 33.096961975 0.004383140 0.999990225 0.000540561 0.006120265 -0.548997462 0.001954539 0.835821748 195.956771851\n0.835807800 -0.003800608 0.549009025 33.097686768 0.004222358 0.999990940 0.000494517 0.007138729 -0.549005985 0.001904791 0.835816264 195.957916260\n0.835870981 -0.003934030 0.548911929 33.098274231 0.004365389 0.999990344 0.000519375 0.006328821 -0.548908651 0.001962083 0.835880041 195.956451416\n0.835821986 -0.003942811 0.548986375 33.096244812 0.004312424 0.999990523 0.000616326 0.004983440 -0.548983574 0.001852324 0.835831046 195.957763672\n0.835850000 -0.003871019 0.548944354 33.097747803 0.004346150 0.999990463 0.000434021 0.006908730 -0.548940778 0.002023018 0.835858822 195.957687378\n0.835757971 -0.003818190 0.549084723 33.095573425 0.004201740 0.999991000 0.000558235 0.005452752 -0.549081922 0.001840562 0.835766494 195.957839966\n0.835788012 -0.003863443 0.549038708 33.096607208 0.004312794 0.999990582 0.000471415 0.006092012 -0.549035370 0.001973888 0.835796773 195.957138062\n0.835787714 -0.003752048 0.549039960 33.097061157 0.004170736 0.999991179 0.000484783 0.006165862 -0.549036920 0.001884726 0.835795999 195.958084106\n0.835806131 -0.003826845 0.549011290 33.098762512 0.004295276 0.999990702 0.000431305 0.007519111 -0.549007833 0.001997668 0.835814834 195.958633423\n0.835755646 -0.003794943 0.549088478 33.097820282 0.004186868 0.999991119 0.000538549 0.006699398 -0.549085617 0.001848865 0.835764050 195.959762573\n0.835810184 -0.003810315 0.549005270 33.096794128 0.004250666 0.999990880 0.000469084 0.007141024 -0.549002051 0.001941573 0.835818768 195.956542969\n0.835774660 -0.003975488 0.549058139 33.095108032 0.004402855 0.999990165 0.000538475 0.005448088 -0.549054921 0.001967380 0.835783958 195.956268311\n0.835797548 -0.003940876 0.549023569 33.096534729 0.004323342 0.999990463 0.000596331 0.004938021 -0.549020708 0.001875204 0.835806668 195.958053589\n0.835755885 -0.003967966 0.549086869 33.096939087 0.004353257 0.999990344 0.000600392 0.004943877 -0.549083948 0.001888535 0.835765064 195.959167480\n0.835776925 -0.003782460 0.549056053 33.097663879 0.004176649 0.999991119 0.000531239 0.006471992 -0.549053192 0.001849218 0.835785329 195.958816528\n0.835796833 -0.003953008 0.549024642 33.096008301 0.004340681 0.999990404 0.000592037 0.005670771 -0.549021721 0.001888319 0.835805953 195.957229614\n0.835811377 -0.003899795 0.549002886 33.099029541 0.004368052 0.999990344 0.000453349 0.007559597 -0.548999369 0.002019159 0.835820317 195.959152222\n0.835786879 -0.003940364 0.549039841 33.097766876 0.004325568 0.999990463 0.000592078 0.005436495 -0.549036980 0.001880058 0.835795939 195.958023071\n0.835816920 -0.003900165 0.548994422 33.098800659 0.004274887 0.999990702 0.000595828 0.005761892 -0.548991621 0.001848886 0.835825801 195.959381104\n0.835796177 -0.003857684 0.549026310 33.097812653 0.004304545 0.999990642 0.000473430 0.006478846 -0.549023032 0.001967617 0.835804939 195.957778931\n0.835789084 -0.003805511 0.549037457 33.096611023 0.004234863 0.999990940 0.000484528 0.006480843 -0.549034297 0.001920136 0.835797608 195.956329346\n0.835759342 -0.003850758 0.549082458 33.094718933 0.004254399 0.999990821 0.000537385 0.005491152 -0.549079478 0.001886891 0.835767984 195.956008911\n0.835794866 -0.003889199 0.549028158 33.098396301 0.004339432 0.999990463 0.000477731 0.006912082 -0.549024761 0.001983185 0.835803747 195.958709717\n0.835821807 -0.003972600 0.548986495 33.102272034 0.004386558 0.999990225 0.000557719 0.006235167 -0.548983335 0.001942007 0.835831046 195.960983276\n0.835879564 -0.004019522 0.548898160 33.101100922 0.004506115 0.999989748 0.000460760 0.006560728 -0.548894346 0.002088258 0.835889101 195.957916260\n0.835821390 -0.003857344 0.548987985 33.100563049 0.004321368 0.999990582 0.000447033 0.007089227 -0.548984528 0.001998740 0.835830152 195.959899902\n0.835857332 -0.003913636 0.548932850 33.102851868 0.004364463 0.999990344 0.000483721 0.007579416 -0.548929453 0.001991475 0.835866332 195.960693359\n0.835829139 -0.003992884 0.548975170 33.099845886 0.004442303 0.999989986 0.000509748 0.006788701 -0.548971713 0.002012652 0.835838497 195.959167480\n0.835868955 -0.003968720 0.548914671 33.099155426 0.004413956 0.999990106 0.000508626 0.006472677 -0.548911273 0.001997741 0.835878253 195.957305908\n0.835812211 -0.003899488 0.549001634 33.097145081 0.004399361 0.999990225 0.000405119 0.006107271 -0.548997879 0.002076653 0.835821152 195.954971313\n0.835770607 -0.003315901 0.549068749 33.098884583 0.004158310 0.999991298 -0.000290530 0.007469937 -0.549062967 0.002526014 0.835777164 195.959014893\n0.835741460 -0.003143888 0.549114168 33.103454590 0.004416287 0.999989748 -0.000996184 0.006959274 -0.549105406 0.003257598 0.835746765 195.966613770\n0.835669398 -0.002849552 0.549225390 33.110401154 0.004335574 0.999989629 -0.001408501 0.007821366 -0.549215674 0.003558249 0.835673094 195.977859497\n0.835570693 -0.002707766 0.549376249 33.118667603 0.004198280 0.999990106 -0.001456599 0.007364526 -0.549366891 0.003523526 0.835573852 195.991333008\n0.835420668 -0.002345935 0.549606085 33.134162903 0.003691858 0.999992311 -0.001343394 0.007037014 -0.549598694 0.003151366 0.835422873 196.016326904\n0.835295200 -0.002353580 0.549796700 33.154045105 0.003775097 0.999991834 -0.001454647 0.009929352 -0.549788773 0.003290595 0.835297227 196.042846680\n0.835064888 -0.001601109 0.550149202 33.176261902 0.003459686 0.999991298 -0.002341123 0.008852221 -0.550140619 0.003858333 0.835063100 196.074203491\n0.834841013 -0.000150232 0.550491214 33.206588745 0.003208278 0.999984324 -0.004592577 0.009623392 -0.550481856 0.005600201 0.834828377 196.119949341\n0.834415555 0.001964272 0.551132321 33.246398926 0.003000129 0.999962628 -0.008106137 0.013460070 -0.551127672 0.008417355 0.834378481 196.179870605\n0.834007204 0.003981161 0.551739216 33.297206879 0.002794426 0.999930680 -0.011439203 0.010951549 -0.551746488 0.011082172 0.833938241 196.251220703\n0.833436549 0.005724511 0.552585542 33.359840393 0.002092524 0.999906480 -0.013514580 0.011937022 -0.552611232 0.012419844 0.833346605 196.348815918\n0.832700074 0.006503058 0.553686082 33.447967529 0.001592726 0.999898791 -0.014139173 0.014785409 -0.553721964 0.012655561 0.832605422 196.477996826\n0.831758142 0.006764918 0.555096924 33.541427612 0.001240509 0.999900579 -0.014044482 0.013275295 -0.555136740 0.012370215 0.831667066 196.622192383\n0.831165671 0.007199133 0.555978239 33.661155701 0.001092064 0.999893129 -0.014579798 0.013578594 -0.556023777 0.012725391 0.831068993 196.798538208\n0.830974996 0.007695719 0.556256533 33.788612366 0.000414923 0.999895453 -0.014453234 0.013022244 -0.556309640 0.012241080 0.830884933 196.992599487\n0.830912590 0.008419449 0.556339264 33.939331055 -0.000678424 0.999900103 -0.014118895 0.014509678 -0.556402564 0.011354133 0.830835283 197.210815430\n0.830299854 0.009937158 0.557228386 34.095558167 -0.002678066 0.999900639 -0.013840956 0.015556693 -0.557310522 0.009999849 0.830243945 197.447921753\n0.828794181 0.011304568 0.559439361 34.258388519 -0.004594987 0.999899685 -0.013397583 0.015131652 -0.559534729 0.008533223 0.828763008 197.695724487\n0.826703966 0.012660600 0.562494636 34.455497742 -0.006060385 0.999889195 -0.013598445 0.016122639 -0.562604487 0.007832954 0.826689065 197.976837158\n0.823983252 0.014306098 0.566433489 34.654747009 -0.007135733 0.999863923 -0.014872756 0.012913823 -0.566569209 0.008212985 0.823973238 198.263046265\n0.820619822 0.015475469 0.571264982 34.859279633 -0.007063985 0.999831617 -0.016937880 0.012849212 -0.571430862 0.009864152 0.820590973 198.563705444\n0.817103744 0.015890267 0.576271594 35.095054626 -0.006868622 0.999817431 -0.017830117 0.010828018 -0.576449692 0.010610864 0.817063749 198.889862061\n0.813539863 0.016801486 0.581266403 35.354141235 -0.007378463 0.999800265 -0.018572304 0.014044166 -0.581462383 0.010820459 0.813501358 199.231277466\n0.809460580 0.018850101 0.586871564 35.607337952 -0.009040438 0.999766171 -0.019642826 0.009563684 -0.587104619 0.010594519 0.809441745 199.587997437\n0.805136800 0.020825446 0.592723429 35.882453918 -0.011168181 0.999738514 -0.019955488 0.007089019 -0.592983961 0.009447254 0.805158794 199.965499878\n0.800923288 0.021723783 0.598372817 36.188850403 -0.012440714 0.999729633 -0.019643027 0.007938981 -0.598637760 0.008288373 0.800976992 200.364379883\n0.796208501 0.021582358 0.604637265 36.506141663 -0.013435081 0.999747813 -0.017993912 0.007034063 -0.604873180 0.006203556 0.796297669 200.773483276\n0.790926635 0.020660086 0.611562192 36.829982758 -0.013463330 0.999775469 -0.016362919 -0.002503037 -0.611762941 0.004708205 0.791027188 201.204223633\n0.785951495 0.020231096 0.617957115 37.179412842 -0.012948645 0.999783933 -0.016262807 -0.005635977 -0.618152559 0.004780069 0.786043644 201.636016846\n0.780653596 0.021292672 0.624601185 37.539924622 -0.014233330 0.999765933 -0.016292619 -0.006186962 -0.624801934 0.003828738 0.780773938 202.081283569\n0.775294662 0.023506507 0.631162047 37.906963348 -0.016288573 0.999718964 -0.017224511 -0.014847398 -0.631389558 0.003073342 0.775459707 202.537918091\n0.770073056 0.026697263 0.637396872 38.290115356 -0.018250259 0.999636948 -0.019820524 -0.019110203 -0.637694657 0.003630595 0.770280719 203.000595093\n0.764543772 0.026055427 0.644044995 38.711154938 -0.017241890 0.999651790 -0.019974034 -0.020876169 -0.644341171 0.004166475 0.764726877 203.491073608\n0.759122729 0.023050353 0.650539279 39.139152527 -0.014962235 0.999726713 -0.017963376 -0.027406573 -0.650775492 0.003902886 0.759260178 203.977722168\n0.753758907 0.023259850 0.656739235 39.582778931 -0.015247252 0.999723375 -0.017907659 -0.032098770 -0.656974077 0.003484590 0.753905058 204.479629517\n0.748301804 0.024374282 0.662910461 40.034687042 -0.016737279 0.999700308 -0.017864315 -0.038985014 -0.663147271 0.002272581 0.748485506 204.989257812\n0.742977738 0.025149237 0.668843567 40.488952637 -0.016281139 0.999677241 -0.019503210 -0.051572323 -0.669118166 0.003600916 0.743147373 205.507080078\n0.739332080 0.025984546 0.672839522 40.973072052 -0.015244975 0.999644935 -0.021853983 -0.054515719 -0.673168480 0.005899933 0.739465714 206.040008545\n0.735864997 0.026321735 0.676616490 41.480873108 -0.015855791 0.999639988 -0.021643780 -0.061696291 -0.676942647 0.005198612 0.736017466 206.584014893\n0.731774688 0.027638197 0.680986047 41.998306274 -0.017407442 0.999609411 -0.021863997 -0.067647457 -0.681324363 0.004145294 0.731969953 207.152328491\n0.728100479 0.030115321 0.684808612 42.532447815 -0.020307170 0.999543607 -0.022365253 -0.078719378 -0.685169637 0.002377630 0.728379726 207.728103638\n0.724371433 0.032209095 0.688657105 43.088733673 -0.021745672 0.999478459 -0.023873061 -0.089281082 -0.689066827 0.002317654 0.724694133 208.311096191\n0.720035076 0.034489773 0.693080068 43.659172058 -0.023461511 0.999403059 -0.025359372 -0.090797186 -0.693540990 0.001998934 0.720414400 208.918304443\n0.715577483 0.033313252 0.697738528 44.243076324 -0.022742344 0.999443710 -0.024394253 -0.099804640 -0.698163033 0.001587771 0.715937018 209.520477295\n0.711233974 0.033393987 0.702161729 44.842208862 -0.023739059 0.999442279 -0.023486519 -0.109328032 -0.702554405 0.000035752 0.711629987 210.138610840\n0.707260311 0.033724565 0.706148326 45.462760925 -0.025016375 0.999429822 -0.022675470 -0.120610952 -0.706510425 -0.001627812 0.707700729 210.758148193\n0.702906251 0.034639027 0.710438550 46.100032806 -0.026414840 0.999395728 -0.022592999 -0.123698711 -0.710791826 -0.002885358 0.703396559 211.398498535\n0.698440790 0.031958614 0.714953899 46.764503479 -0.025010685 0.999482214 -0.020244079 -0.130418777 -0.715230703 -0.003742197 0.698878407 212.048980713\n0.694425583 0.031167045 0.718889177 47.440319061 -0.024996772 0.999503374 -0.019186778 -0.139537573 -0.719130158 -0.004646120 0.694859862 212.706436157\n0.691328526 0.033351697 0.721770406 48.142082214 -0.026831543 0.999430120 -0.020481968 -0.142514229 -0.722042203 -0.005206447 0.691829443 213.383865356\n0.688836098 0.035498939 0.724047422 48.852554321 -0.025996264 0.999367476 -0.024265427 -0.146042585 -0.724450827 -0.002107626 0.689323246 214.063415527\n0.686971903 0.038430121 0.725667059 49.557529449 -0.027326284 0.999260485 -0.027050024 -0.164734364 -0.726170003 -0.001247176 0.687514067 214.743698120\n0.684821844 0.040511914 0.727583647 50.279914856 -0.029609473 0.999175847 -0.027764937 -0.179058075 -0.728108823 -0.002529331 0.685456991 215.442550659\n0.683346391 0.037715722 0.729119539 51.017368317 -0.029584827 0.999275029 -0.023962731 -0.192635775 -0.729494691 -0.005196031 0.683966756 216.153991699\n0.681644201 0.032034472 0.730982184 51.780170441 -0.030234177 0.999421000 -0.015604991 -0.205862999 -0.731058836 -0.011463590 0.682218075 216.874496460\n0.679758668 0.027985763 0.732901692 52.564891815 -0.031903688 0.999454200 -0.008573697 -0.211552858 -0.732741594 -0.017554222 0.680280507 217.618087769\n0.677957654 0.027289448 0.734594285 53.349472046 -0.031489372 0.999471545 -0.008067807 -0.213336825 -0.734426260 -0.017662281 0.678458691 218.359710693\n0.676560044 0.028784266 0.735824764 54.134540558 -0.030676944 0.999469995 -0.010891476 -0.207015753 -0.735748291 -0.015204116 0.677084446 219.085479736\n0.675699770 0.028646478 0.736620069 54.938011169 -0.028447993 0.999513626 -0.012774892 -0.205954552 -0.736627817 -0.012323372 0.676186085 219.830245972\n0.675282240 0.028195100 0.737020314 55.754226685 -0.028163914 0.999526024 -0.012432690 -0.205139160 -0.737021506 -0.012361799 0.675756276 220.582794189\n0.674626350 0.026310701 0.737690330 56.570137024 -0.027742064 0.999562263 -0.010280268 -0.221866012 -0.737637877 -0.013529710 0.675060987 221.353225708\n0.674555898 0.023915028 0.737836242 57.410453796 -0.027368015 0.999598205 -0.007378551 -0.221694350 -0.737716258 -0.015215869 0.674939394 222.126571655\n0.674952924 0.022065472 0.737530828 58.238269806 -0.027305841 0.999615014 -0.004917515 -0.222576499 -0.737355411 -0.016819807 0.675295591 222.898117065\n0.675711513 0.021991240 0.736838102 59.084281921 -0.027241841 0.999617100 -0.004852073 -0.220474482 -0.736662686 -0.016794221 0.676051855 223.678253174\n0.676111698 0.022879206 0.736443818 59.929473877 -0.026636919 0.999623358 -0.006600713 -0.224248290 -0.736317515 -0.015153773 0.676466525 224.467803955\n0.676984429 0.024741981 0.735581398 60.789154053 -0.028027933 0.999576509 -0.007826502 -0.222893715 -0.735463500 -0.015318405 0.677391171 225.262084961\n0.678260565 0.025056534 0.734394193 61.647224426 -0.028658874 0.999560118 -0.007635309 -0.222859621 -0.734262407 -0.015868183 0.678680241 226.054290771\n0.679156661 0.023984669 0.733601391 62.485893250 -0.028547615 0.999572873 -0.006251517 -0.226314187 -0.733438015 -0.016696809 0.679551303 226.846740723\n0.680530667 0.023994183 0.732326746 63.331611633 -0.029737502 0.999544680 -0.005115170 -0.229197145 -0.732115984 -0.018296534 0.680934310 227.639953613\n0.681955218 0.024342485 0.730988741 64.190467834 -0.030199468 0.999530852 -0.005111404 -0.235377908 -0.730770230 -0.018589722 0.682370424 228.445816040\n0.683568656 0.023966020 0.729492724 65.039268494 -0.029143225 0.999559939 -0.005529979 -0.236588955 -0.729304194 -0.017479647 0.683966279 229.236267090\n0.685037494 0.020549746 0.728217959 65.887245178 -0.026482480 0.999643862 -0.003297004 -0.236417651 -0.728026330 -0.017026447 0.685337722 230.033264160\n0.687168181 0.015323316 0.726336837 66.737518311 -0.023115830 0.999732494 0.000778217 -0.232227683 -0.726130605 -0.017324643 0.687338591 230.840759277\n0.690274477 0.009103856 0.723490298 67.582954407 -0.016837664 0.999852180 0.003483253 -0.239751607 -0.723351657 -0.014586287 0.690325737 231.632507324\n0.693254709 0.009776087 0.720626414 68.423362732 -0.015686493 0.999875784 0.001526262 -0.232269704 -0.720521986 -0.012362188 0.693321943 232.436386108\n0.694971442 0.007607743 0.718997061 69.257652283 -0.010483232 0.999944925 -0.000447537 -0.227238476 -0.718960881 -0.007226388 0.695012927 233.251922607\n0.697689056 0.008312544 0.716352522 70.098159790 -0.012675232 0.999919415 0.000741949 -0.220329821 -0.716288567 -0.009597584 0.697738171 234.068878174\n0.699454069 0.006402971 0.714648843 70.925788879 -0.010436738 0.999944746 0.001255725 -0.219283909 -0.714601338 -0.008336925 0.699482322 234.885177612\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0052_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999523 -0.000968795 0.000192316 0.071014978 0.000968689 0.999999404 0.000551608 -0.013700467 -0.000192850 -0.000551421 0.999999821 0.101913691\n0.999999225 -0.000885442 0.000899454 -0.003112308 0.000885422 0.999999583 0.000022154 0.001266490 -0.000899473 -0.000021357 0.999999583 0.501958728\n0.999999285 -0.000114834 0.001189464 -0.007647676 0.000115554 0.999999821 -0.000605571 -0.001891285 -0.001189394 0.000605708 0.999999106 0.750759959\n0.999998868 -0.000271886 0.001498617 -0.014672218 0.000273582 0.999999344 -0.001131740 0.002018583 -0.001498309 0.001132148 0.999998212 0.999019146\n0.999998569 -0.000323347 0.001656849 -0.007505964 0.000325267 0.999999285 -0.001159164 -0.000953825 -0.001656473 0.001159701 0.999997973 1.222792625\n0.999997556 0.000816337 0.002040997 -0.021159617 -0.000813915 0.999998987 -0.001187024 0.001416431 -0.002041964 0.001185360 0.999997199 1.482841253\n0.999997139 0.000651670 0.002299981 -0.017779119 -0.000650439 0.999999642 -0.000536007 -0.001105887 -0.002300330 0.000534509 0.999997199 1.717853189\n0.999997020 -0.000229622 0.002428328 -0.016627628 0.000230394 0.999999940 -0.000317325 0.001284144 -0.002428255 0.000317883 0.999997020 1.955386519\n0.999995410 -0.000097286 0.003037448 -0.023648484 0.000097344 1.000000000 -0.000018925 0.000552128 -0.003037446 0.000019220 0.999995410 2.202421665\n0.999994159 -0.001636586 0.002995514 -0.010625692 0.001633432 0.999998093 0.001054998 0.000653453 -0.002997235 -0.001050098 0.999994934 2.424538612\n0.999993086 -0.001339372 0.003462277 -0.018487815 0.001335718 0.999998569 0.001057336 -0.000607072 -0.003463689 -0.001052704 0.999993443 2.670563459\n0.999990940 -0.001477773 0.003997059 -0.021494474 0.001472380 0.999997973 0.001351707 0.000429938 -0.003999048 -0.001345810 0.999991119 2.904411316\n0.999992311 -0.001229379 0.003716129 -0.021641159 0.001223016 0.999997795 0.001713988 0.002308255 -0.003718228 -0.001709430 0.999991655 3.139554262\n0.999991059 -0.001607577 0.003910010 -0.017697496 0.001598884 0.999996245 0.002225499 0.003857558 -0.003913573 -0.002219228 0.999989867 3.360860109\n0.999988914 -0.001056635 0.004585359 -0.019632470 0.001045798 0.999996662 0.002365139 0.002082473 -0.004587843 -0.002360317 0.999986708 3.583253145\n0.999988973 -0.000847609 0.004619245 -0.021707065 0.000835669 0.999996305 0.002586160 0.000274208 -0.004621420 -0.002582272 0.999985993 3.813299417\n0.999987364 -0.001733019 0.004724554 -0.012691685 0.001721690 0.999995649 0.002400842 0.000671976 -0.004728694 -0.002392678 0.999985933 4.015075207\n0.999986053 -0.000673736 0.005236103 -0.022276675 0.000663313 0.999997795 0.001991991 0.001059566 -0.005237434 -0.001988490 0.999984324 4.243649006\n0.999985397 -0.001127864 0.005281860 -0.005337592 0.001112267 0.999994993 0.002954986 -0.002627909 -0.005285167 -0.002949068 0.999981701 4.428978443\n0.999983966 -0.000583630 0.005629313 -0.016102692 0.000569086 0.999996483 0.002584812 -0.000349360 -0.005630801 -0.002581568 0.999980807 4.653782845\n0.999980628 -0.001974685 0.005906667 -0.021704802 0.001958952 0.999994516 0.002668250 0.004209321 -0.005911903 -0.002656627 0.999979019 4.870164871\n0.999977529 -0.003601791 0.005652479 0.005465394 0.003582366 0.999987662 0.003442968 0.001481091 -0.005664811 -0.003422642 0.999978125 5.022381306\n0.999979496 -0.002665071 0.005826080 -0.002275013 0.002647543 0.999991953 0.003014139 0.005160522 -0.005834066 -0.002998653 0.999978483 5.223658085\n0.999978721 -0.001520426 0.006340219 -0.015359542 0.001501484 0.999994397 0.002991283 0.001707194 -0.006344731 -0.002981700 0.999975443 5.433651924\n0.999975681 -0.002087313 0.006650280 -0.017282270 0.002066863 0.999993145 0.003080401 0.007224650 -0.006656664 -0.003066581 0.999973118 5.610545635\n0.999975443 -0.001909833 0.006747099 -0.017571062 0.001887465 0.999992728 0.003320035 0.004938965 -0.006753391 -0.003307219 0.999971747 5.785347462\n0.999974370 -0.002579359 0.006683164 0.002278331 0.002555958 0.999990582 0.003507567 0.004182333 -0.006692149 -0.003490395 0.999971509 5.911579132\n0.999973238 -0.002648142 0.006819942 -0.012692798 0.002622465 0.999989450 0.003771188 0.005937486 -0.006829856 -0.003753203 0.999969661 6.100415230\n0.999971449 -0.002409813 0.007159199 -0.018480500 0.002380259 0.999988616 0.004133648 0.005261626 -0.007169079 -0.004116490 0.999965847 6.253121853\n0.999968112 -0.003323912 0.007262701 -0.009858950 0.003292665 0.999985278 0.004310218 0.008793388 -0.007276922 -0.004286167 0.999964356 6.372963428\n0.999968946 -0.002608056 0.007438481 -0.012697694 0.002574286 0.999986351 0.004545938 0.007693188 -0.007450236 -0.004526648 0.999961972 6.501168728\n0.999965250 -0.004196140 0.007205472 -0.010340902 0.004164678 0.999981761 0.004376019 0.013715080 -0.007223703 -0.004345858 0.999964476 6.613154888\n0.999966621 -0.003037791 0.007585926 -0.015930237 0.003008635 0.999988079 0.003851936 0.013134765 -0.007597536 -0.003828984 0.999963820 6.726552486\n0.999969840 -0.001243283 0.007667411 -0.012866914 0.001215080 0.999992490 0.003681940 0.006315041 -0.007671931 -0.003672512 0.999963820 6.824806213\n0.999966502 -0.002900474 0.007656767 -0.012592454 0.002870175 0.999988019 0.003965231 0.011985410 -0.007668177 -0.003943122 0.999962807 6.932602882\n0.999959767 -0.003926062 0.008066193 -0.005324819 0.003895466 0.999985158 0.003805371 0.014580544 -0.008081013 -0.003773796 0.999960244 7.016624928\n0.999960899 -0.004177242 0.007792628 -0.007333258 0.004146973 0.999983788 0.003896511 0.015520848 -0.007808779 -0.003864043 0.999962032 7.130455971\n0.999960601 -0.003995360 0.007930142 -0.008018046 0.003962843 0.999983668 0.004111858 0.017741736 -0.007946441 -0.004080269 0.999960124 7.227358341\n0.999952674 -0.005756360 0.007840249 -0.008965194 0.005722838 0.999974430 0.004291278 0.023260240 -0.007864751 -0.004246206 0.999960065 7.325779915\n0.999958336 -0.004238341 0.008081938 -0.010334872 0.004204098 0.999982119 0.004249294 0.017922623 -0.008099804 -0.004215140 0.999958336 7.414118767\n0.999955595 -0.004648702 0.008198223 -0.009678205 0.004611736 0.999979138 0.004522228 0.020140786 -0.008219074 -0.004484219 0.999956191 7.496809959\n0.999960661 -0.003346800 0.008212968 -0.007630147 0.003308418 0.999983549 0.004682496 0.015957307 -0.008228504 -0.004655140 0.999955297 7.578322887\n0.999957561 -0.003877596 0.008358519 -0.006895544 0.003840647 0.999982774 0.004432054 0.017879464 -0.008375561 -0.004399764 0.999955237 7.657523632\n0.999953032 -0.004209215 0.008728751 -0.002339118 0.004170978 0.999981642 0.004394182 0.018282514 -0.008747087 -0.004357568 0.999952257 7.716413498\n0.999953508 -0.004308335 0.008624281 -0.003380038 0.004268751 0.999980271 0.004603034 0.019615225 -0.008643942 -0.004566005 0.999952197 7.788819790\n0.999953389 -0.004715753 0.008422944 -0.003608796 0.004677365 0.999978602 0.004571466 0.020599101 -0.008444322 -0.004531856 0.999954104 7.851281166\n0.999955535 -0.004203123 0.008444862 -0.004334200 0.004163362 0.999980211 0.004720351 0.020102087 -0.008464534 -0.004684982 0.999953210 7.908450603\n0.999950349 -0.005039029 0.008600280 -0.003443261 0.004998242 0.999976218 0.004757341 0.021598471 -0.008624048 -0.004714118 0.999951720 7.953742981\n0.999946058 -0.005396077 0.008875510 -0.006530134 0.005354743 0.999974728 0.004674317 0.023292352 -0.008900508 -0.004626539 0.999949694 7.999319077\n0.999949515 -0.004777287 0.008841122 -0.005779366 0.004733003 0.999976158 0.005023095 0.020515308 -0.008864908 -0.004980996 0.999948323 8.032536507\n0.999950111 -0.004569911 0.008883085 -0.005129213 0.004524562 0.999976635 0.005118520 0.019806879 -0.008906269 -0.005078072 0.999947429 8.057193756\n0.999947250 -0.004824870 0.009068641 -0.004266499 0.004778561 0.999975443 0.005121291 0.020441320 -0.009093128 -0.005077686 0.999945760 8.072402954\n0.999946356 -0.005363625 0.008858931 -0.001232134 0.005316954 0.999971926 0.005283388 0.020716103 -0.008887021 -0.005236002 0.999946773 8.077658653\n0.999946892 -0.005149937 0.008925640 -0.004506313 0.005102426 0.999972761 0.005337583 0.020456316 -0.008952885 -0.005291758 0.999945939 8.078741074\n0.999946594 -0.005170871 0.008947414 -0.002016075 0.005127587 0.999975085 0.004853820 0.018787891 -0.008972289 -0.004807683 0.999948204 8.070932388\n0.999947906 -0.005161289 0.008808153 0.000846212 0.005127617 0.999979496 0.003841120 0.017445825 -0.008827797 -0.003795755 0.999953806 8.063434601\n0.999948323 -0.004850664 0.008934315 -0.001882314 0.004814624 0.999980211 0.004050967 0.018183848 -0.008953788 -0.004007742 0.999951899 8.069331169\n0.999948144 -0.005410393 0.008628901 -0.001435244 0.005372529 0.999975860 0.004405268 0.019828146 -0.008652527 -0.004358680 0.999953091 8.071588516\n0.999947488 -0.005172154 0.008849245 -0.002582831 0.005139241 0.999979794 0.003738079 0.019247442 -0.008868400 -0.003692404 0.999953866 8.070134163\n0.999947369 -0.005072544 0.008915525 -0.003133620 0.005039766 0.999980450 0.003695191 0.020089727 -0.008934095 -0.003650065 0.999953449 8.071200371\n0.999949396 -0.005005435 0.008726022 -0.002099382 0.004969239 0.999978960 0.004164816 0.019966591 -0.008746685 -0.004121243 0.999953270 8.070710182\n0.999946833 -0.005400635 0.008787654 -0.003332221 0.005366263 0.999977887 0.003930308 0.020223057 -0.008808686 -0.003882942 0.999953687 8.074907303\n0.999945164 -0.005800735 0.008720778 -0.001296829 0.005767478 0.999976039 0.003833880 0.021261433 -0.008742808 -0.003783373 0.999954641 8.070753098\n0.999942780 -0.006184338 0.008731151 -0.001700700 0.006149003 0.999972820 0.004067995 0.021914987 -0.008756071 -0.004014074 0.999953628 8.072646141\n0.999944746 -0.005819658 0.008753018 -0.002167554 0.005782261 0.999974072 0.004291834 0.019769322 -0.008777767 -0.004240985 0.999952495 8.073809624\n0.999942362 -0.006441728 0.008586987 -0.001722499 0.006406018 0.999970734 0.004179655 0.021950051 -0.008613659 -0.004124406 0.999954402 8.074670792\n0.999943852 -0.006051552 0.008699827 -0.002273886 0.006016618 0.999973774 0.004036125 0.021564377 -0.008724023 -0.003983555 0.999953985 8.074059486\n0.999943852 -0.005932899 0.008776869 -0.002497351 0.005895350 0.999973357 0.004297839 0.021207049 -0.008802135 -0.004245855 0.999952257 8.073210716\n0.999947369 -0.005238440 0.008818296 -0.003615295 0.005200972 0.999977350 0.004266566 0.020148447 -0.008840446 -0.004220478 0.999952018 8.073704720\n0.999944866 -0.005658678 0.008842947 -0.003117787 0.005624414 0.999976575 0.003894784 0.022345059 -0.008864780 -0.003844833 0.999953330 8.073781967\n0.999943256 -0.005849911 0.008905441 -0.003950286 0.005814245 0.999974966 0.004025587 0.022071902 -0.008928767 -0.003973580 0.999952257 8.075832367\n0.999944806 -0.005781173 0.008771316 -0.002219236 0.005745649 0.999975204 0.004069867 0.021720007 -0.008794627 -0.004019246 0.999953270 8.074005127\n0.999944508 -0.006082603 0.008602073 -0.001533699 0.006047329 0.999973238 0.004120788 0.022137407 -0.008626908 -0.004068539 0.999954522 8.073076248\n0.999944448 -0.005616365 0.008918410 -0.004476317 0.005579513 0.999975801 0.004151565 0.021416036 -0.008941511 -0.004101574 0.999951601 8.074251175\n0.999948561 -0.005052692 0.008791592 -0.003244889 0.005018066 0.999979556 0.003956093 0.020758355 -0.008811401 -0.003911773 0.999953508 8.073021889\n0.999944627 -0.005896581 0.008719168 -0.001997241 0.005860566 0.999974191 0.004150440 0.021259066 -0.008743417 -0.004099111 0.999953389 8.072675705\n0.999944985 -0.005744334 0.008774602 -0.003807263 0.005708199 0.999975145 0.004137671 0.021496391 -0.008798152 -0.004087356 0.999952912 8.074504852\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0056_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999990225 0.000410927 -0.004401333 -0.010937544 -0.000408152 0.999999702 0.000631442 0.010573942 0.004401591 -0.000629639 0.999990106 1.284431458\n0.999954283 0.002944070 -0.009098913 -0.016122671 -0.002956180 0.999994755 -0.001317770 0.014481795 0.009094985 0.001344607 0.999957740 2.605833292\n0.999896288 0.005077781 -0.013475631 -0.046542894 -0.005143918 0.999974847 -0.004877731 0.023386443 0.013450525 0.004946542 0.999897301 3.895570755\n0.999799967 0.007571449 -0.018510915 -0.076702088 -0.007682505 0.999952853 -0.005935758 0.027489047 0.018465100 0.006076781 0.999811053 5.196887016\n0.999698699 0.006766967 -0.023595825 -0.111077242 -0.006902196 0.999960184 -0.005654296 0.030540861 0.023556624 0.005815456 0.999705613 6.550863743\n0.999560654 0.005942221 -0.029037209 -0.144276932 -0.006100082 0.999967098 -0.005350943 0.029069919 0.029004456 0.005525722 0.999563992 7.877995014\n0.999393582 0.005997517 -0.034299489 -0.192191720 -0.006269818 0.999949634 -0.007836909 0.033882752 0.034250759 0.008047208 0.999380887 9.223937988\n0.999180138 0.005489456 -0.040111162 -0.239530817 -0.005850494 0.999943376 -0.008889111 0.038667027 0.040060095 0.009116493 0.999155700 10.567868233\n0.998962283 0.006479477 -0.045082163 -0.309556842 -0.006857173 0.999942660 -0.008228345 0.039067052 0.045026261 0.008528942 0.998949409 11.915213585\n0.998756707 0.007504328 -0.049282216 -0.385215908 -0.007839398 0.999947429 -0.006609248 0.039941549 0.049230028 0.006987374 0.998763025 13.286977768\n0.998587489 0.007684840 -0.052573305 -0.458564132 -0.007968656 0.999954760 -0.005191001 0.044877753 0.052531037 0.005602607 0.998603582 14.644134521\n0.998420537 0.008132448 -0.055590954 -0.541258991 -0.008412234 0.999953091 -0.004800775 0.047685113 0.055549305 0.005260836 0.998442113 16.014181137\n0.998248160 0.007226860 -0.058722518 -0.628568769 -0.007557683 0.999956787 -0.005413534 0.057194702 0.058680858 0.005847857 0.998259664 17.403762817\n0.998089850 0.007520745 -0.061319582 -0.724549234 -0.007771985 0.999962330 -0.003859733 0.062327307 0.061288245 0.004328936 0.998110712 18.780521393\n0.997857392 0.009104520 -0.064789690 -0.813042283 -0.009254890 0.999955118 -0.002021154 0.063780338 0.064768381 0.002616445 0.997896910 20.150451660\n0.997691870 0.010141550 -0.067142360 -0.922942638 -0.010199226 0.999947846 -0.000516267 0.066057630 0.067133628 0.001199876 0.997743249 21.541585922\n0.997498810 0.011633491 -0.069719546 -1.034498096 -0.011749773 0.999930203 -0.001257987 0.080047354 0.069700040 0.002074030 0.997565866 22.916589737\n0.997305572 0.010348082 -0.072626024 -1.157830834 -0.010560956 0.999940991 -0.002547703 0.081993528 0.072595373 0.003307838 0.997355998 24.336000443\n0.997047544 0.009435552 -0.076204725 -1.262648582 -0.009698098 0.999948263 -0.003075932 0.083650351 0.076171756 0.003805891 0.997087419 25.714828491\n0.996730149 0.007147260 -0.080485567 -1.363577485 -0.007450673 0.999966204 -0.003470086 0.085795507 0.080458045 0.004058411 0.996749759 27.100976944\n0.996364295 0.004764963 -0.085061610 -1.484992504 -0.005125278 0.999978781 -0.004018049 0.087279528 0.085040659 0.004439405 0.996367574 28.499990463\n0.995970666 0.004206377 -0.089581057 -1.618195415 -0.004621495 0.999979496 -0.004427087 0.088975653 0.089560598 0.004823247 0.995969713 29.877111435\n0.995493412 0.003864978 -0.094752111 -1.740642905 -0.004352329 0.999978364 -0.004937311 0.093624994 0.094730973 0.005327453 0.995488644 31.286226273\n0.995087564 0.004916096 -0.098876417 -1.893403172 -0.005377829 0.999975860 -0.004403824 0.092154197 0.098852381 0.004913931 0.995089948 32.652256012\n0.994627357 0.006657961 -0.103305720 -2.042573452 -0.006960397 0.999972463 -0.002567360 0.089143053 0.103285782 0.003272615 0.994646311 34.104648590\n0.994128227 0.008667821 -0.107860737 -2.201667070 -0.008861826 0.999959886 -0.001319456 0.091082491 0.107844964 0.002267551 0.994165123 35.481643677\n0.993641853 0.010684549 -0.112078860 -2.362815142 -0.010779725 0.999941885 -0.000243210 0.089148469 0.112069748 0.001449843 0.993699312 36.899700165\n0.993118167 0.011672450 -0.116533592 -2.528829336 -0.011717383 0.999931276 0.000299506 0.094055831 0.116529085 0.001068024 0.993186712 38.298759460\n0.992502570 0.013710767 -0.121452130 -2.703591824 -0.013735172 0.999905467 0.000636270 0.097654186 0.121449374 0.001036666 0.992597103 39.695541382\n0.991853893 0.017273508 -0.126204237 -2.884927988 -0.017308783 0.999849856 0.000817174 0.105997413 0.126199409 0.001373925 0.992003918 41.095836639\n0.991244853 0.021250598 -0.130315036 -3.077950478 -0.021467876 0.999769509 -0.000262603 0.109892279 0.130279422 0.003057891 0.991472602 42.466793060\n0.990684092 0.025055818 -0.133855507 -3.282537699 -0.025611905 0.999669015 -0.002433838 0.106726527 0.133750215 0.005839459 0.990997851 43.839328766\n0.990131199 0.027129591 -0.137492567 -3.491414070 -0.027931100 0.999602258 -0.003903153 0.105776548 0.137331977 0.007704952 0.990495086 45.247882843\n0.989620090 0.024830269 -0.141546801 -3.685233355 -0.025726588 0.999658883 -0.004505585 0.102915287 0.141386643 0.008100334 0.989921331 46.629875183\n0.989254296 0.022202026 -0.144509420 -3.889484882 -0.023050757 0.999725461 -0.004201322 0.095813259 0.144376472 0.007487227 0.989494503 47.991695404\n0.988862753 0.018379468 -0.147691175 -4.093257904 -0.019025156 0.999814630 -0.002960278 0.094740361 0.147609398 0.005737156 0.989029109 49.367031097\n0.988505423 0.015577798 -0.150380552 -4.305019379 -0.016037572 0.999869704 -0.001845051 0.095105931 0.150332212 0.004235582 0.988626480 50.747455597\n0.988168836 0.012950911 -0.152822360 -4.517224312 -0.013385569 0.999908745 -0.001815653 0.093468830 0.152784899 0.003839786 0.988251984 52.130538940\n0.987864137 0.011321670 -0.154907227 -4.735790730 -0.011867829 0.999926209 -0.002601349 0.093353599 0.154866338 0.004408191 0.987925589 53.501228333\n0.987542510 0.011248357 -0.156949729 -4.955217838 -0.011929324 0.999923050 -0.003397414 0.094972521 0.156899437 0.005227394 0.987600744 54.869281769\n0.987343609 0.010534095 -0.158245623 -5.187200069 -0.011264256 0.999929667 -0.003717879 0.092438757 0.158195332 0.005453343 0.987392783 56.247249603\n0.987172365 0.010503872 -0.159312233 -5.417868614 -0.011277149 0.999928594 -0.003950532 0.094209597 0.159259364 0.005696444 0.987220347 57.612861633\n0.987015545 0.009243330 -0.160358503 -5.654060841 -0.010094571 0.999938965 -0.004494505 0.085172981 0.160307169 0.006054897 0.987048626 59.004222870\n0.986786306 0.009859496 -0.161726952 -5.880286694 -0.010983306 0.999921322 -0.006056229 0.086960256 0.161654517 0.007752500 0.986816943 60.376289368\n0.986737669 0.009453230 -0.162047401 -6.127087593 -0.010862729 0.999910474 -0.007814260 0.079723366 0.161959022 0.009470902 0.986752033 61.756938934\n0.986679614 0.011403633 -0.162275419 -6.363709927 -0.012852188 0.999886334 -0.007879535 0.076984063 0.162167132 0.009860170 0.986714065 63.128986359\n0.986688554 0.012792833 -0.162117347 -6.597920418 -0.014088945 0.999877274 -0.006847736 0.072298266 0.162009850 0.009040644 0.986747742 64.547439575\n0.986760974 0.012271185 -0.161716387 -6.833422661 -0.013283407 0.999898374 -0.005179498 0.065669812 0.161636382 0.007259071 0.986823678 65.932624817\n0.986836195 0.010335157 -0.161392435 -7.068277836 -0.011444114 0.999916852 -0.005943085 0.064246178 0.161317602 0.007711844 0.986872435 67.324409485\n0.986860693 0.006539234 -0.161440998 -7.305185795 -0.007921693 0.999937236 -0.007921061 0.058586244 0.161379069 0.009095870 0.986850560 68.746742249\n0.986949503 0.003031956 -0.161001652 -7.533561707 -0.004488422 0.999952197 -0.008683358 0.056300677 0.160967633 0.009292679 0.986915946 70.169448853\n0.987059653 -0.000459035 -0.160352990 -7.766019821 -0.000783818 0.999970138 -0.007687398 0.052443013 0.160351723 0.007713608 0.987029791 71.580924988\n0.987188876 -0.003332772 -0.159521326 -7.999703884 0.002439284 0.999980211 -0.005796541 0.040910020 0.159537494 0.005333162 0.987177491 73.019767761\n0.987235248 -0.004982444 -0.159191012 -8.225566864 0.004208732 0.999977648 -0.005197047 0.038701989 0.159213349 0.004460716 0.987234116 74.448379517\n0.987398326 -0.006030522 -0.158139899 -8.461078644 0.005530631 0.999978244 -0.003600957 0.035695143 0.158158168 0.002680966 0.987410128 75.893005371\n0.987616956 -0.004360730 -0.156823933 -8.694745064 0.004264557 0.999990463 -0.000949723 0.035365764 0.156826586 0.000269178 0.987626135 77.309822083\n0.987842977 -0.004486298 -0.155390084 -8.932475090 0.004299410 0.999989569 -0.001538768 0.037937742 0.155395374 0.000851975 0.987851977 78.765563965\n0.987952352 -0.001971608 -0.154745892 -9.165781021 0.001136108 0.999984324 -0.005487423 0.041424405 0.154754281 0.005245504 0.987939060 80.192230225\n0.988111913 -0.000667667 -0.153734863 -9.393551826 -0.000879715 0.999949634 -0.009997020 0.032964852 0.153733805 0.010013418 0.988061547 81.654342651\n0.988192618 0.005327216 -0.153123885 -9.628396988 -0.007454935 0.999883413 -0.013324616 0.023593599 0.153035045 0.014308816 0.988117158 83.097061157\n0.988404930 0.006800970 -0.151688635 -9.858716011 -0.008531780 0.999905705 -0.010762341 0.017106580 0.151601136 0.011931725 0.988369763 84.522201538\n0.988581359 0.007409437 -0.150505796 -10.092977524 -0.007445064 0.999972224 0.000326762 0.006379101 0.150504038 0.000797494 0.988609076 85.986000061\n0.988615990 -0.000181328 -0.150460690 -10.306825638 0.001096166 0.999981403 0.005997329 0.008206278 0.150456801 -0.006093985 0.988597810 87.434219360\n0.988425732 -0.011935242 -0.151235282 -10.513598442 0.012515027 0.999917507 0.002882373 0.020809323 0.151188418 -0.004741726 0.988493562 88.878105164\n0.988160789 -0.018658634 -0.152282834 -10.719884872 0.018174205 0.999824405 -0.004572550 0.026989505 0.152341411 0.001750796 0.988326371 90.318046570\n0.988053322 -0.021864299 -0.152553454 -10.936443329 0.020826524 0.999747813 -0.008397506 0.025268763 0.152698591 0.005120025 0.988259554 91.736145020\n0.988116145 -0.019679831 -0.152444035 -11.172411919 0.018806137 0.999797404 -0.007171140 0.012721390 0.152554274 0.004219036 0.988286078 93.201187134\n0.987959743 -0.018393133 -0.153613836 -11.391986847 0.017881198 0.999828994 -0.004713659 0.011246845 0.153674260 0.001910106 0.988119721 94.640823364\n0.988001406 -0.015154419 -0.153699681 -11.646498680 0.014899762 0.999885023 -0.002808664 0.006163120 0.153724566 0.000484876 0.988113642 96.086059570\n0.987952232 -0.012602542 -0.154245302 -11.880166054 0.012579425 0.999920249 -0.001125900 0.006692402 0.154247180 -0.000827981 0.988031924 97.541419983\n0.987847269 -0.012969977 -0.154885784 -12.119546890 0.013025707 0.999914944 -0.000655100 0.001107588 0.154881105 -0.001370359 0.987932146 99.006050110\n0.987698615 -0.016933277 -0.155450061 -12.341914177 0.016584303 0.999856174 -0.003541644 0.009391487 0.155487671 0.000920046 0.987837434 100.471420288\n0.987426400 -0.022647789 -0.156448767 -12.576501846 0.022460243 0.999743342 -0.002966718 -0.001298353 0.156475797 -0.000584462 0.987681627 101.922065735\n0.987006605 -0.027767468 -0.158262059 -12.796485901 0.027744628 0.999612272 -0.002354136 0.003025085 0.158266068 -0.002067374 0.987394333 103.386604309\n0.986964405 -0.030225195 -0.158075139 -13.038084984 0.030117115 0.999541640 -0.003079687 0.002457917 0.158095762 -0.001721225 0.987422287 104.857551575\n0.987020552 -0.029817987 -0.157801360 -13.279487610 0.029769519 0.999553204 -0.002671306 0.000359446 0.157810509 -0.002061036 0.987467289 106.300163269\n0.986877382 -0.029975329 -0.158664599 -13.521830559 0.029888580 0.999548912 -0.002933505 0.006194443 0.158680975 -0.001847250 0.987328172 107.809814453\n0.986760378 -0.032185353 -0.158959165 -13.755044937 0.031403922 0.999479175 -0.007426104 0.000945866 0.159115389 0.002335845 0.987257242 109.269355774\n0.986493528 -0.037364494 -0.159481615 -13.993794441 0.035363194 0.999256313 -0.015369449 -0.008200049 0.159937277 0.009522083 0.987081230 110.741554260\n0.986255825 -0.039620325 -0.160404697 -14.226861000 0.037691414 0.999176085 -0.015051348 -0.019765168 0.160868868 0.008798600 0.986936569 112.220726013\n0.986134052 -0.039073303 -0.161285177 -14.473232269 0.037601855 0.999218702 -0.012166687 -0.032636344 0.161634564 0.005933363 0.986832857 113.683280945\n0.986105859 -0.037477709 -0.161835372 -14.719919205 0.036067501 0.999281526 -0.011643972 -0.043741763 0.162155479 0.005645192 0.986749053 115.166557312\n0.986210108 -0.033893455 -0.161990434 -14.973959923 0.032807212 0.999417722 -0.009376581 -0.049691647 0.162213907 0.003932824 0.986747801 116.645889282\n0.986257195 -0.031626355 -0.162162080 -15.226732254 0.031202486 0.999499738 -0.005160628 -0.059056878 0.162244171 0.000029847 0.986750662 118.124794006\n0.986264348 -0.031187760 -0.162203521 -15.475178719 0.031172836 0.999510527 -0.002637662 -0.061958820 0.162206396 -0.002454912 0.986753821 119.615852356\n0.986133218 -0.031825099 -0.162875578 -15.734842300 0.031657524 0.999492228 -0.003624855 -0.060201168 0.162908241 -0.001581648 0.986639977 121.150291443\n0.986052454 -0.033286832 -0.163072303 -15.982477188 0.032716900 0.999445558 -0.006180080 -0.052217364 0.163187608 0.000758662 0.986594737 122.666572571\n0.986012280 -0.034583107 -0.163045496 -16.232906342 0.034002371 0.999401569 -0.006351935 -0.055687755 0.163167596 0.000719152 0.986598134 124.164199829\n0.986016512 -0.035296232 -0.162866980 -16.482343674 0.034801781 0.999376893 -0.005888907 -0.058146834 0.162973344 0.000138499 0.986630440 125.657852173\n0.986042798 -0.036447816 -0.162453666 -16.730678558 0.036011755 0.999335527 -0.005629074 -0.063829511 0.162550882 -0.000299734 0.986700118 127.140586853\n0.986033797 -0.038457975 -0.162044391 -16.992034912 0.038179316 0.999259233 -0.004834433 -0.061528295 0.162110284 -0.001419829 0.986771643 128.676300049\n0.985989928 -0.042321432 -0.161346868 -17.244869232 0.042357422 0.999097347 -0.003218151 -0.060106635 0.161337420 -0.003661172 0.986892521 130.187576294\n0.985892773 -0.044417139 -0.161377072 -17.498277664 0.044513579 0.999004245 -0.003019591 -0.065474629 0.161350489 -0.004206478 0.986888230 131.709884644\n0.985740781 -0.048369829 -0.161169067 -17.739339828 0.048229232 0.998824835 -0.004786660 -0.060580313 0.161211208 -0.003054655 0.986915231 133.248565674\n0.985624373 -0.052079488 -0.160724387 -17.986577988 0.051785674 0.998640060 -0.006019252 -0.062683344 0.160819307 -0.002390499 0.986980975 134.786468506\n0.985627174 -0.054044906 -0.160057008 -18.240396500 0.053640220 0.998536825 -0.006851123 -0.062281728 0.160193086 -0.001832841 0.987083972 136.309173584\n0.985528827 -0.057254661 -0.159545675 -18.492322922 0.057025496 0.998354554 -0.006018222 -0.066387117 0.159627721 -0.003167040 0.987172186 137.852035522\n0.985542834 -0.059065964 -0.158797279 -18.741254807 0.059164766 0.998239756 -0.004109539 -0.067126513 0.158760488 -0.005345076 0.987302661 139.404022217\n0.985553622 -0.061414897 -0.157836035 -18.991481781 0.061669461 0.998091221 -0.003288892 -0.065032840 0.157736748 -0.006492284 0.987459838 140.954376221\n0.985560656 -0.063349403 -0.157025814 -19.242401123 0.063472509 0.997974575 -0.004235549 -0.066432476 0.156976089 -0.005792431 0.987585425 142.504776001\n0.985440195 -0.064741977 -0.157213435 -19.483236313 0.064425640 0.997897148 -0.007112750 -0.072496712 0.157343343 -0.003119387 0.987539053 144.057418823\n0.985311210 -0.065307416 -0.157787248 -19.722379684 0.064667299 0.997864544 -0.009192996 -0.071200252 0.158050671 -0.001145713 0.987430334 145.633453369\n0.985381246 -0.063769445 -0.157978609 -19.988948822 0.063327208 0.997962058 -0.007836774 -0.085401177 0.158156410 -0.002282133 0.987411439 147.196258545\n0.985416710 -0.062038675 -0.158445895 -20.252523422 0.061815843 0.998067439 -0.006339194 -0.092826784 0.158532962 -0.003547717 0.987347305 148.760406494\n0.985417783 -0.060378265 -0.159079269 -20.515600204 0.060308568 0.998165846 -0.005270235 -0.097039759 0.159105703 -0.004400459 0.987251759 150.319839478\n0.985435903 -0.058671031 -0.159605026 -20.770496368 0.058616571 0.998267770 -0.005053245 -0.098695815 0.159625024 -0.004375850 0.987168014 151.876174927\n0.985283017 -0.056452435 -0.161339566 -21.040384293 0.056476388 0.998394072 -0.004441233 -0.115137994 0.161331177 -0.004736004 0.986888945 153.469619751\n0.985113025 -0.055512935 -0.162697881 -21.296276093 0.055534970 0.998447001 -0.004416151 -0.120074153 0.162690371 -0.004685015 0.986666024 155.027832031\n0.984955609 -0.055018514 -0.163815215 -21.555665970 0.055113852 0.998472214 -0.003966430 -0.125730872 0.163783163 -0.005121729 0.986483097 156.583267212\n0.984746277 -0.055993244 -0.164740697 -21.812166214 0.056149080 0.998415470 -0.003714464 -0.123732388 0.164687648 -0.005592234 0.986329913 158.142684937\n0.984481394 -0.056902356 -0.166007563 -22.080314636 0.057201095 0.998358190 -0.002984937 -0.137144804 0.165904865 -0.006557200 0.986119986 159.706909180\n0.984252095 -0.057654921 -0.167104095 -22.337831497 0.057886604 0.998317063 -0.003488126 -0.142606497 0.167023972 -0.006239891 0.985933065 161.257034302\n0.984197736 -0.055853486 -0.168033466 -22.609790802 0.055652618 0.998432696 -0.005908171 -0.156008184 0.168100104 -0.003536693 0.985763609 162.813262939\n0.984120667 -0.053526323 -0.169237867 -22.876476288 0.053319521 0.998560846 -0.005769668 -0.166685343 0.169303134 -0.003345632 0.985558331 164.366317749\n0.983974695 -0.053021144 -0.170242608 -23.141101837 0.053363103 0.998571873 -0.002569746 -0.168179274 0.170135736 -0.006556108 0.985398829 165.900787354\n0.983622313 -0.055074237 -0.171621591 -23.402681351 0.056025840 0.998429060 0.000702414 -0.173377335 0.171313301 -0.010306153 0.985162675 167.426330566\n0.983265996 -0.059881244 -0.172052905 -23.681552887 0.060894076 0.998144031 0.000610072 -0.186662853 0.171697050 -0.011076865 0.985087514 168.981918335\n0.982856810 -0.062707514 -0.173378810 -23.941793442 0.063173585 0.997998536 -0.002834337 -0.182115734 0.173209533 -0.008167215 0.984851122 170.512634277\n0.983064830 -0.057242379 -0.174088597 -24.219451904 0.056713331 0.998358309 -0.008016171 -0.190171421 0.174261659 -0.001992728 0.984697342 172.045562744\n0.983266175 -0.054145169 -0.173942253 -24.491994858 0.053548872 0.998532176 -0.008122787 -0.196411431 0.174126759 -0.001327549 0.984722376 173.559295654\n0.983624220 -0.047510192 -0.173856735 -24.776990891 0.048224669 0.998836517 -0.000114798 -0.212261677 0.173659921 -0.008271265 0.984770954 175.073303223\n0.983486474 -0.047867112 -0.174536780 -25.048503876 0.049132314 0.998787999 0.002932723 -0.209113836 0.174184859 -0.011459690 0.984646261 176.618164062\n0.982992113 -0.054788731 -0.175284594 -25.311664581 0.056242798 0.998411536 0.003334717 -0.203510582 0.174823463 -0.013136496 0.984512150 178.118133545\n0.982485712 -0.061205309 -0.175999224 -25.568866730 0.062733702 0.998025417 0.003127917 -0.202151477 0.175460249 -0.014114216 0.984385312 179.621322632\n0.982329369 -0.064383045 -0.175737888 -25.838453293 0.065396100 0.997859359 -0.000026849 -0.194354951 0.175363421 -0.011466197 0.984436989 181.139846802\n0.982260823 -0.065455899 -0.175724626 -26.113492966 0.065788336 0.997825801 -0.003939577 -0.192886770 0.175600439 -0.007690937 0.984431505 182.620330811\n0.982452333 -0.063481085 -0.175378397 -26.387325287 0.063310146 0.997972250 -0.006575265 -0.196688950 0.175440177 -0.004643347 0.984479129 184.119415283\n0.982604921 -0.062417611 -0.174904674 -26.658941269 0.062214613 0.998040676 -0.006648938 -0.200216532 0.174976975 -0.004348346 0.984562933 185.636291504\n0.982689798 -0.061288141 -0.174827218 -26.929985046 0.061400823 0.998101771 -0.004769506 -0.202212393 0.174787670 -0.006047591 0.984587550 187.129180908\n0.982600451 -0.063521735 -0.174531877 -27.200153351 0.064116225 0.997939944 -0.002235985 -0.207098901 0.174314365 -0.008993244 0.984649003 188.639999390\n0.982531667 -0.064780049 -0.174456343 -27.463159561 0.065557905 0.997847915 -0.001306471 -0.208014131 0.174165532 -0.010153344 0.984664023 190.117050171\n0.982472301 -0.066797361 -0.174029514 -27.737972260 0.067252971 0.997730553 -0.003284411 -0.215572536 0.173853964 -0.008477161 0.984734952 191.614608765\n0.982409239 -0.068395220 -0.173764840 -27.999008179 0.068528116 0.997635424 -0.005241780 -0.213435829 0.173712477 -0.006758205 0.984773219 193.110946655\n0.982402265 -0.068893224 -0.173607364 -28.252185822 0.068586446 0.997614920 -0.007772867 -0.222614169 0.173728794 -0.004271031 0.984784245 194.601287842\n0.982693136 -0.066338912 -0.172954783 -28.524005890 0.065530017 0.997796535 -0.010389078 -0.239429533 0.173262879 -0.001124453 0.984874964 196.070220947\n0.982975423 -0.062073626 -0.172934160 -28.797819138 0.061226532 0.998071432 -0.010233577 -0.252780974 0.173235878 -0.000528804 0.984880209 197.556732178\n0.983095050 -0.057361875 -0.173878625 -29.057561874 0.056870151 0.998351038 -0.007813035 -0.263130963 0.174040064 -0.002207548 0.984736085 199.030059814\n0.983085930 -0.054902390 -0.174721867 -29.324291229 0.054917719 0.998479605 -0.004750854 -0.271019399 0.174717054 -0.004924828 0.984606385 200.504318237\n0.983025670 -0.053670663 -0.175442174 -29.600347519 0.054232381 0.998527050 -0.001594757 -0.282201409 0.175269350 -0.007946961 0.984488428 201.994094849\n0.982749879 -0.055358797 -0.176459953 -29.863504410 0.056349773 0.998410881 0.000605833 -0.283532619 0.176146001 -0.010538859 0.984307647 203.459915161\n0.982310176 -0.059423774 -0.177582532 -30.135011673 0.060452610 0.998170972 0.000383627 -0.288122416 0.177234933 -0.011112167 0.984105825 204.942794800\n0.981716573 -0.065020852 -0.178898871 -30.388677597 0.065699548 0.997837186 -0.002134675 -0.281621873 0.178650752 -0.009657928 0.983865142 206.396804810\n0.981420279 -0.066629119 -0.179930031 -30.657886505 0.067091689 0.997740626 -0.003520449 -0.291692197 0.179758057 -0.008616769 0.983673096 207.867675781\n0.981365085 -0.065024488 -0.180815890 -30.926492691 0.065296948 0.997855961 -0.004451622 -0.289404869 0.180717677 -0.007438059 0.983506918 209.315460205\n0.981359243 -0.063167192 -0.181504637 -31.213758469 0.063316137 0.997981071 -0.004979422 -0.304281056 0.181452736 -0.006605571 0.983377457 210.763183594\n0.981378555 -0.060566016 -0.182285056 -31.487829208 0.060772758 0.998141706 -0.004456658 -0.311016500 0.182216227 -0.006704295 0.983235657 212.195312500\n0.981512606 -0.059399389 -0.181946903 -31.769929886 0.059475567 0.998217046 -0.005042468 -0.324012995 0.181922004 -0.005872148 0.983295441 213.658264160\n0.981588840 -0.058584176 -0.181800097 -32.041545868 0.058698282 0.998264432 -0.004757548 -0.324867785 0.181763291 -0.006001397 0.983323991 215.101135254\n0.981694102 -0.055943977 -0.182063222 -32.316772461 0.055808216 0.998424232 -0.005872833 -0.336897910 0.182104871 -0.004395298 0.983269274 216.550979614\n0.981950760 -0.051729102 -0.181925416 -32.595027924 0.050893649 0.998661160 -0.009260865 -0.346913934 0.182160899 -0.000165136 0.983268738 217.970458984\n0.981920421 -0.053847935 -0.181473672 -32.855468750 0.053501882 0.998544574 -0.006805250 -0.350414157 0.181575984 -0.003026967 0.983372271 219.401290894\n0.981867313 -0.053536706 -0.181852639 -33.125534058 0.054440700 0.998516977 -0.000020711 -0.364341497 0.181584060 -0.009879850 0.983325779 220.837142944\n0.981519163 -0.058810905 -0.182102725 -33.391036987 0.059823640 0.998208940 0.000068525 -0.361925960 0.181772545 -0.010961305 0.983279526 222.270355225\n0.981091082 -0.064680859 -0.182418898 -33.646923065 0.065196887 0.997867346 -0.003173090 -0.356468439 0.182235107 -0.008780053 0.983215809 223.700729370\n0.980984092 -0.066488728 -0.182344362 -33.911510468 0.066692077 0.997760952 -0.005023416 -0.364416838 0.182270080 -0.007233032 0.983221889 225.139617920\n0.981093407 -0.065207981 -0.182218641 -34.178546906 0.065381914 0.997847497 -0.005059064 -0.370672822 0.182156309 -0.006950388 0.983245015 226.572326660\n0.981357813 -0.062683135 -0.181680143 -34.454315186 0.062872574 0.998010397 -0.004722199 -0.377603233 0.181614682 -0.006788530 0.983346343 227.986175537\n0.981392741 -0.063130610 -0.181336120 -34.717647552 0.063493907 0.997974992 -0.003806763 -0.379281819 0.181209236 -0.007777809 0.983413815 229.405212402\n0.981421053 -0.063388430 -0.181092918 -34.980815887 0.064010777 0.997946322 -0.002411629 -0.389645576 0.180873871 -0.009225073 0.983463049 230.821075439\n0.981372833 -0.064947531 -0.180801362 -35.243278503 0.065388359 0.997853637 -0.003527463 -0.393631101 0.180642396 -0.008360547 0.983513296 232.226943970\n0.981354117 -0.065246806 -0.180795416 -35.496932983 0.065479942 0.997842908 -0.004685136 -0.397663474 0.180711120 -0.007240695 0.983509541 233.643585205\n0.981584132 -0.065154046 -0.179575890 -35.763984680 0.065332271 0.997851372 -0.004927937 -0.409065962 0.179511130 -0.006894915 0.983731806 235.074645996\n0.981887996 -0.064437628 -0.178167894 -36.024883270 0.064809628 0.997890651 -0.003737539 -0.415433288 0.178032920 -0.007877151 0.983992994 236.484100342\n0.982187986 -0.064928696 -0.176326424 -36.280883789 0.065252922 0.997860909 -0.003965193 -0.414062798 0.176206693 -0.007611247 0.984323740 237.903015137\n0.982447684 -0.065426692 -0.174687922 -36.541275024 0.065381676 0.997842193 -0.006018941 -0.427335858 0.174704775 -0.005508094 0.984605432 239.300949097\n0.982663751 -0.066182420 -0.173181579 -36.783256531 0.065901078 0.997798860 -0.007380339 -0.429799378 0.173288837 -0.004160461 0.984862268 240.719421387\n0.983145833 -0.066086814 -0.170460522 -37.047111511 0.065956794 0.997801721 -0.006431935 -0.441156030 0.170510873 -0.004919500 0.985343516 242.147171021\n0.983530045 -0.066289350 -0.168149814 -37.291778564 0.066472843 0.997777879 -0.004543619 -0.450335920 0.168077350 -0.006708609 0.985750973 243.571533203\n0.983739614 -0.068131648 -0.166175812 -37.529682159 0.068360902 0.997651160 -0.004346510 -0.451973855 0.166081637 -0.007084094 0.986086547 244.988937378\n0.983833075 -0.070723124 -0.164531648 -37.767589569 0.070857443 0.997473598 -0.005060159 -0.450016141 0.164473847 -0.006679940 0.986358821 246.416290283\n0.983963132 -0.071854055 -0.163259313 -38.000698090 0.071824811 0.997398674 -0.006089561 -0.451907516 0.163272172 -0.005734166 0.986564398 247.837829590\n0.984215677 -0.072163299 -0.161591902 -38.251770020 0.072078459 0.997378469 -0.006394914 -0.462330580 0.161629766 -0.005353320 0.986836970 249.275360107\n0.984528661 -0.070752397 -0.160304278 -38.478713989 0.070689321 0.997479737 -0.006103491 -0.458433330 0.160332099 -0.005322739 0.987048805 250.706604004\n0.984923422 -0.068436973 -0.158878192 -38.724273682 0.068561420 0.997635782 -0.004704431 -0.475351930 0.158824533 -0.006259410 0.987286985 252.157562256\n0.985333860 -0.066562749 -0.157119691 -38.958610535 0.066827849 0.997758031 -0.003600912 -0.475619733 0.157007128 -0.006951871 0.987573028 253.591812134\n0.985816717 -0.063288048 -0.155434877 -39.191261292 0.063762665 0.997963190 -0.001935525 -0.478718281 0.155240789 -0.008002869 0.987844229 255.032379150\n0.986217737 -0.061123509 -0.153748199 -39.423419952 0.061737839 0.998092115 -0.000780090 -0.479248762 0.153502539 -0.008722742 0.988109767 256.448150635\n0.986546993 -0.059868213 -0.152121186 -39.647018433 0.060692623 0.998156190 0.000777634 -0.486181378 0.151794150 -0.009999807 0.988361537 257.906280518\n0.986914158 -0.058745585 -0.150164768 -39.875526428 0.059703179 0.998214424 0.001872737 -0.487105012 0.149786621 -0.010813545 0.988659203 259.333648682\n0.987245917 -0.057876922 -0.148309678 -40.097335815 0.058685485 0.998275936 0.001077924 -0.486716807 0.147991598 -0.009767801 0.988940358 260.775726318\n0.987512529 -0.057933573 -0.146501675 -40.312492371 0.058739774 0.998272657 0.001179237 -0.483999133 0.146180302 -0.009769985 0.989209712 262.204620361\n0.987725973 -0.057588108 -0.145192981 -40.521732330 0.058605790 0.998277426 0.002738096 -0.478781402 0.144785196 -0.011213636 0.989399552 263.630310059\n0.987954557 -0.057268053 -0.143757194 -40.732437134 0.058687564 0.998260438 0.005649917 -0.479906499 0.143183544 -0.014018620 0.989596844 265.071502686\n0.988265097 -0.056249991 -0.142014265 -40.947978973 0.057985876 0.998284459 0.008111350 -0.470115602 0.141314358 -0.016250987 0.989831388 266.481689453\n0.988516033 -0.054548219 -0.140927374 -41.145957947 0.056405351 0.998365402 0.009214228 -0.467926145 0.140194401 -0.017057471 0.989977062 267.903167725\n0.988866508 -0.052391183 -0.139277205 -41.350742340 0.054151133 0.998493314 0.008874360 -0.458853483 0.138602421 -0.016317574 0.990213692 269.321166992\n0.989162683 -0.050214227 -0.137969926 -41.551609039 0.051876277 0.998617530 0.008474811 -0.450826883 0.137353629 -0.015540333 0.990400136 270.750671387\n0.989344418 -0.050255980 -0.136645570 -41.749553680 0.051870942 0.998619437 0.008281462 -0.438881338 0.136040732 -0.015281151 0.990585387 272.161804199\n0.989486694 -0.050887987 -0.135375246 -41.943923950 0.052404746 0.998596549 0.007661902 -0.433212161 0.134795353 -0.014675656 0.990764797 273.556762695\n0.989642799 -0.050568238 -0.134350345 -42.130855560 0.051867884 0.998634756 0.006188863 -0.416919053 0.133853972 -0.013093231 0.990914583 274.936767578\n0.989857256 -0.049864572 -0.133026958 -42.323703766 0.051009316 0.998684585 0.005209185 -0.421249986 0.132592231 -0.011941964 0.991098702 276.325988770\n0.990115643 -0.048725232 -0.131517470 -42.510772705 0.049537871 0.998767972 0.002912325 -0.415617287 0.131213531 -0.009398634 0.991309583 277.695861816\n0.990345836 -0.047268439 -0.130310565 -42.691436768 0.047884978 0.998851597 0.001600280 -0.408345282 0.130085275 -0.007824749 0.991471946 279.074096680\n0.990602791 -0.045955218 -0.128818601 -42.876350403 0.046609931 0.998911023 0.002070775 -0.407763779 0.128583148 -0.008055542 0.991666019 280.435119629\n0.990806103 -0.046315242 -0.127114922 -43.056159973 0.046921149 0.998897016 0.001774791 -0.406141818 0.126892522 -0.007722852 0.991886437 281.793823242\n0.990854204 -0.047972117 -0.126121596 -43.237319946 0.048600800 0.998816431 0.001910593 -0.404566765 0.125880659 -0.008022729 0.992012978 283.146728516\n0.991002560 -0.047941320 -0.124962293 -43.409687042 0.048568886 0.998817861 0.001978531 -0.403760254 0.124719717 -0.008030008 0.992159545 284.513061523\n0.991209507 -0.047859859 -0.123341359 -43.584606171 0.048532486 0.998818576 0.002452894 -0.389739841 0.123078249 -0.008417394 0.992361248 285.864685059\n0.991390884 -0.047051191 -0.122189455 -43.754516602 0.047778960 0.998853326 0.003031255 -0.379528850 0.121906720 -0.008843242 0.992502153 287.223083496\n0.991559565 -0.046356991 -0.121081375 -43.919364929 0.047280405 0.998870313 0.004763025 -0.373367488 0.120723784 -0.010447599 0.992631137 288.581268311\n0.991800606 -0.044459116 -0.119812325 -44.084972382 0.045132715 0.998976767 0.002913139 -0.364007354 0.119560212 -0.008296709 0.992792308 289.944854736\n0.992032468 -0.044023566 -0.118040092 -44.248252869 0.044642471 0.998999655 0.002602971 -0.356402040 0.117807418 -0.007851833 0.993005395 291.288421631\n0.992303491 -0.042765081 -0.116210908 -44.412220001 0.043231286 0.999063969 0.001493022 -0.348526657 0.116038285 -0.006505478 0.993223429 292.642059326\n0.992528141 -0.043647643 -0.113941781 -44.569637299 0.043998182 0.999031425 0.000562260 -0.342305005 0.113806881 -0.005571290 0.993487298 293.981903076\n0.992671430 -0.045617536 -0.111904100 -44.730758667 0.045852736 0.998948097 -0.000472282 -0.337604761 0.111807935 -0.004662287 0.993718922 295.325408936\n0.992753446 -0.047866084 -0.110224552 -44.887081146 0.048118081 0.998841584 -0.000374190 -0.341598749 0.110114776 -0.004932315 0.993906617 296.681823730\n0.992916584 -0.049077321 -0.108203851 -45.034843445 0.049370166 0.998780549 0.000027581 -0.333217621 0.108070545 -0.005369427 0.994128704 298.045410156\n0.993154049 -0.049517825 -0.105796799 -45.185703278 0.049860712 0.998755991 0.000596838 -0.342070401 0.105635628 -0.005867855 0.994387567 299.379669189\n0.993401289 -0.050245527 -0.103098221 -45.327503204 0.050521631 0.998722970 0.000066870 -0.333380252 0.102963202 -0.005275120 0.994671166 300.737762451\n0.993775368 -0.049810737 -0.099646352 -45.472087860 0.049954958 0.998750925 -0.001048816 -0.328993827 0.099574134 -0.003935542 0.995022357 302.103088379\n0.994182706 -0.048887067 -0.095972843 -45.604743958 0.049109340 0.998793423 -0.000046079 -0.321306020 0.095859297 -0.004667352 0.995383978 303.471710205\n0.994610190 -0.047947921 -0.091932632 -45.738838196 0.048199154 0.998837590 0.000513245 -0.323529571 0.091801159 -0.004941553 0.995765090 304.838928223\n0.994891405 -0.048403416 -0.088590287 -45.857921600 0.048635926 0.998816490 0.000466607 -0.316440612 0.088462852 -0.004772894 0.996068060 306.217742920\n0.995271087 -0.047030039 -0.084991738 -45.980262756 0.047182560 0.998886287 -0.000214412 -0.316494495 0.084907159 -0.003796730 0.996381640 307.589141846\n0.995669723 -0.046607863 -0.080433011 -46.097351074 0.046770543 0.998905659 0.000138676 -0.318745583 0.080338530 -0.003899971 0.996760011 308.958251953\n0.996005416 -0.045251910 -0.076976933 -46.208496094 0.045487106 0.998964071 0.001303948 -0.315501183 0.076838180 -0.004800197 0.997032046 310.333374023\n0.996230841 -0.045422845 -0.073897868 -46.312549591 0.045670372 0.998955190 0.001662391 -0.311284721 0.073745154 -0.005031069 0.997264445 311.728698730\n0.996427536 -0.045769222 -0.070974201 -46.413780212 0.046003737 0.998939872 0.001672289 -0.308047473 0.070822418 -0.004931394 0.997476757 313.117462158\n0.996629834 -0.046125636 -0.067833558 -46.508197784 0.046322964 0.998925626 0.001338124 -0.307833791 0.067698963 -0.004475866 0.997695744 314.470184326\n0.996723115 -0.047010239 -0.065826192 -46.587764740 0.047175366 0.998886168 0.000955527 -0.302087456 0.065707952 -0.004057771 0.997830629 315.826751709\n0.996879458 -0.047556359 -0.063006200 -46.685466766 0.047725148 0.998859823 0.001175808 -0.297739536 0.062878437 -0.004179120 0.998012424 317.196685791\n0.997011781 -0.047915701 -0.060594097 -46.775592804 0.048083235 0.998842478 0.001308929 -0.296985030 0.060461238 -0.004218577 0.998161614 318.568298340\n0.997198462 -0.047050439 -0.058150206 -46.871551514 0.047132794 0.998888612 0.000044702 -0.284766257 0.058083478 -0.002785359 0.998307824 319.953247070\n0.997368574 -0.046273768 -0.055809546 -46.948680878 0.046305671 0.998927057 -0.000722052 -0.274637669 0.055783078 -0.001864147 0.998441160 321.319305420\n0.997545004 -0.045740258 -0.053025872 -47.032295227 0.045789793 0.998951077 -0.000280996 -0.273101777 0.052983101 -0.002147737 0.998593092 322.682220459\n0.997666240 -0.046717577 -0.049794570 -47.095653534 0.046788953 0.998904765 0.000268074 -0.264587492 0.049727507 -0.002597285 0.998759449 324.048553467\n0.997899234 -0.045863245 -0.045757350 -47.168228149 0.045921780 0.998944998 0.000228286 -0.257643759 0.045698605 -0.002329065 0.998952568 325.408813477\n0.998057306 -0.046044048 -0.041971087 -47.244022369 0.046023335 0.998939276 -0.001460120 -0.256050020 0.041993797 -0.000474366 0.999117732 326.803131104\n0.998159945 -0.046663668 -0.038719267 -47.300506592 0.046621226 0.998910666 -0.001998872 -0.246779919 0.038770363 0.000190054 0.999248147 328.179901123\n0.998321414 -0.046242617 -0.034871541 -47.358806610 0.046224065 0.998930216 -0.001338427 -0.246279567 0.034896128 -0.000275724 0.999390900 329.550903320\n0.998499990 -0.045438047 -0.030547589 -47.417118073 0.045422282 0.998967171 -0.001210197 -0.247788668 0.030571027 -0.000179159 0.999532580 330.951751709\n0.998635471 -0.044430166 -0.027443804 -47.451915741 0.044429544 0.999012291 -0.000632649 -0.237606198 0.027444808 -0.000587530 0.999623120 332.342163086\n0.998738885 -0.044107698 -0.023983354 -47.478740692 0.044141717 0.999024868 0.000890653 -0.240418434 0.023920683 -0.001948197 0.999711990 333.723663330\n0.998838425 -0.043578658 -0.020560436 -47.513233185 0.043611847 0.999047875 0.001168479 -0.228435129 0.020489939 -0.002063801 0.999787927 335.125946045\n0.998899996 -0.043645598 -0.017140616 -47.546237946 0.043669667 0.999045491 0.001032241 -0.214632794 0.017079202 -0.001779631 0.999852538 336.549163818\n0.998922884 -0.044186052 -0.014165231 -47.567062378 0.044209376 0.999021411 0.001337513 -0.207316548 0.014092269 -0.001962308 0.999898791 337.975921631\n0.998983622 -0.043762337 -0.010797171 -47.596096039 0.043783169 0.999039590 0.001700235 -0.195023239 0.010712395 -0.002171241 0.999940276 339.395721436\n0.999032080 -0.043288630 -0.007806943 -47.611038208 0.043305688 0.999059796 0.002029145 -0.183427602 0.007711764 -0.002365266 0.999967456 340.806549072\n0.999060869 -0.043065235 -0.004768328 -47.630474091 0.043079246 0.999067545 0.002875241 -0.169207022 0.004640059 -0.003077957 0.999984503 342.238464355\n0.999077678 -0.042908609 -0.001620684 -47.645801544 0.042914003 0.999072790 0.003454673 -0.152221888 0.001470946 -0.003521036 0.999992728 343.679016113\n0.999105632 -0.042253569 0.001617946 -47.649734497 0.042248491 0.999102473 0.003053217 -0.144399285 -0.001745503 -0.002982130 0.999994040 345.097717285\n0.999130368 -0.041429903 0.004696973 -47.648200989 0.041420352 0.999139547 0.002112949 -0.133512914 -0.004780471 -0.001916562 0.999986708 346.517730713\n0.999097168 -0.041763287 0.007792467 -47.644508362 0.041745659 0.999125361 0.002411537 -0.121658757 -0.007886365 -0.002084058 0.999966741 347.941833496\n0.999036074 -0.042699542 0.010180241 -47.623142242 0.042663582 0.999082565 0.003723867 -0.108291753 -0.010329910 -0.003285952 0.999941230 349.376129150\n0.998961031 -0.043576345 0.013339220 -47.602767944 0.043520011 0.999042511 0.004484672 -0.101156339 -0.013521872 -0.003899489 0.999900997 350.803405762\n0.998867452 -0.044683419 0.016345561 -47.582069397 0.044619277 0.998994946 0.004268127 -0.088959292 -0.016519846 -0.003533966 0.999857306 352.239654541\n0.998788238 -0.045239642 0.019376844 -47.559692383 0.045170989 0.998971403 0.003966369 -0.072667584 -0.019536350 -0.003086291 0.999804378 353.681121826\n0.998655438 -0.046418197 0.023079647 -47.535583496 0.046333097 0.998917162 0.004208687 -0.070243225 -0.023250015 -0.003133677 0.999724746 355.117614746\n0.998572171 -0.046378449 0.026508819 -47.507255554 0.046288367 0.998920083 0.004002079 -0.060913369 -0.026665803 -0.002769315 0.999640584 356.552642822\n0.998446643 -0.047495022 0.029128686 -47.460948944 0.047416754 0.998869479 0.003372324 -0.045386940 -0.029255925 -0.001985898 0.999569952 358.030914307\n0.998300612 -0.048651554 0.032076251 -47.418800354 0.048572894 0.998814404 0.003227442 -0.032976598 -0.032195240 -0.001663922 0.999480188 359.485107422\n0.998150229 -0.049873315 0.034767650 -47.371273041 0.049781308 0.998753965 0.003507539 -0.021167219 -0.034899261 -0.001770271 0.999389291 360.941802979\n0.998021364 -0.050086085 0.038010459 -47.333793640 0.050021078 0.998744607 0.002659930 -0.012117386 -0.038095966 -0.000753343 0.999273777 362.401519775\n0.997890651 -0.050379120 0.040940970 -47.280002594 0.050381482 0.998729587 0.000974752 0.000010908 -0.040938064 0.001089971 0.999161065 363.853363037\n0.997789681 -0.050476443 0.043219201 -47.210842133 0.050504819 0.998723745 0.000435740 0.009622812 -0.043186035 0.001748001 0.999065518 365.300292969\n0.997715533 -0.049698502 0.045757867 -47.160755157 0.049729917 0.998762608 0.000452277 0.018009782 -0.045723725 0.001824291 0.998952448 366.761596680\n0.997589469 -0.050183587 0.047925018 -47.089591980 0.050188024 0.998739183 0.001111481 0.024488270 -0.047920369 0.001296460 0.998850346 368.222290039\n0.997488678 -0.049579658 0.050578780 -47.031917572 0.049571041 0.998769581 0.001425568 0.031859577 -0.050587226 0.001085254 0.998719037 369.687713623\n0.997394860 -0.049123317 0.052824657 -46.953174591 0.049132235 0.998791635 0.001130536 0.038134068 -0.052816361 0.001467803 0.998603165 371.150817871\n0.997278988 -0.048291221 0.055700567 -46.879463196 0.048305191 0.998832047 0.001096329 0.044989765 -0.055688452 0.001597281 0.998446941 372.623443604\n0.997120321 -0.048220441 0.058530651 -46.794704437 0.048215050 0.998835862 0.001505186 0.057160527 -0.058535092 0.001321207 0.998284459 374.095642090\n0.996994197 -0.047437049 0.061255686 -46.716373444 0.047374263 0.998874128 0.002477708 0.062460124 -0.061304256 0.000431683 0.998119056 375.550476074\n0.996811628 -0.047757488 0.063920520 -46.620704651 0.047699559 0.998858750 0.002432882 0.066998601 -0.063963763 0.000623856 0.997952044 377.024658203\n0.996610403 -0.047322158 0.067293130 -46.539901733 0.047336441 0.998878062 0.001383175 0.078448415 -0.067283086 0.001806931 0.997732282 378.515899658\n0.996431708 -0.048067432 0.069378890 -46.435657501 0.048086625 0.998842180 0.001394449 0.086803615 -0.069365591 0.001946723 0.997589409 379.990142822\n0.996225953 -0.047895834 0.072386935 -46.346553802 0.047874972 0.998851299 0.002024209 0.094358385 -0.072400734 0.001448953 0.997374594 381.459625244\n0.996086955 -0.047623962 0.074449919 -46.232803345 0.047573313 0.998864710 0.002454543 0.103986561 -0.074482299 0.001096891 0.997221708 382.950988770\n0.995899379 -0.047832701 0.076788597 -46.116302490 0.047815759 0.998854041 0.002060248 0.112933397 -0.076799147 0.001619905 0.997045279 384.429687500\n0.995724320 -0.047406238 0.079282641 -46.004291534 0.047401365 0.998874009 0.001944539 0.124179244 -0.079285555 0.001821881 0.996850252 385.915466309\n0.995537221 -0.046816442 0.081937827 -45.887573242 0.046801291 0.998902023 0.002106549 0.133740485 -0.081946477 0.001737649 0.996635199 387.399291992\n0.995348155 -0.046404805 0.084431082 -45.771621704 0.046373926 0.998921454 0.002327935 0.139786959 -0.084448047 0.001598295 0.996426582 388.878448486\n0.995158911 -0.045783799 0.086962827 -45.650535583 0.045765664 0.998949766 0.002203308 0.145636797 -0.086972371 0.001787269 0.996209145 390.353057861\n0.994980514 -0.044722039 0.089519262 -45.531436920 0.044669576 0.998998463 0.002590408 0.147297382 -0.089545451 0.001421382 0.995981693 391.834777832\n0.994709492 -0.045439564 0.092131533 -45.398834229 0.045394078 0.998965800 0.002590281 0.160163581 -0.092153952 0.001605649 0.995743454 393.314727783\n0.994483769 -0.045024484 0.094735518 -45.266189575 0.044875119 0.998985708 0.003707580 0.168720007 -0.094806358 0.000564139 0.995495558 394.809722900\n0.994217515 -0.046440754 0.096823782 -45.118488312 0.046135094 0.998920619 0.005394419 0.177372634 -0.096969798 -0.000896251 0.995286942 396.305999756\n0.993960083 -0.046768200 0.099278137 -44.974601746 0.046369255 0.998904347 0.006323365 0.194006503 -0.099465095 -0.001681720 0.995039642 397.805145264\n0.993675947 -0.047518771 0.101735555 -44.820377350 0.047148559 0.998869598 0.006041831 0.199465990 -0.101907648 -0.001206938 0.994793117 399.286529541\n0.993403494 -0.047170103 0.104520053 -44.670021057 0.046849217 0.998886704 0.005524388 0.217132568 -0.104664274 -0.000591264 0.994507432 400.791351318\n0.993144512 -0.046944112 0.107052326 -44.518184662 0.046611503 0.998897374 0.005608374 0.227993309 -0.107197568 -0.000580057 0.994237542 402.266601562\n0.992750585 -0.047339741 0.110477060 -44.369461060 0.047039758 0.998878837 0.005321607 0.232122838 -0.110605121 -0.000086215 0.993864417 403.746887207\n0.992506981 -0.046623018 0.112943523 -44.201873779 0.046388149 0.998912394 0.004708129 0.244361758 -0.113040194 0.000566390 0.993590236 405.247924805\n0.992245853 -0.046852976 0.115121379 -44.028255463 0.046597436 0.998901665 0.004911369 0.254424393 -0.115225054 0.000491076 0.993339300 406.730041504\n0.991902649 -0.047712844 0.117697179 -43.860736847 0.047479961 0.998860717 0.004783338 0.266034663 -0.117791317 0.000843652 0.993037999 408.206695557\n0.991618156 -0.047897425 0.119997166 -43.670421600 0.047628436 0.998852074 0.005110278 0.282861173 -0.120104186 0.000647833 0.992761075 409.706512451\n0.991280556 -0.048360664 0.122572660 -43.488887787 0.048020575 0.998829901 0.005728970 0.295354426 -0.122706294 0.000206993 0.992443025 411.188232422\n0.991020203 -0.049098942 0.124371290 -43.293697357 0.048775371 0.998793781 0.005647143 0.303311527 -0.124498546 0.000469822 0.992219687 412.663299561\n0.990621448 -0.048765358 0.127636522 -43.118045807 0.048435844 0.998810112 0.005686038 0.314857900 -0.127761930 0.000549471 0.991804719 414.125946045\n0.990129650 -0.048344407 0.131552622 -42.944969177 0.047930770 0.998830736 0.006310814 0.317289054 -0.131703898 0.000056895 0.991289079 415.564239502\n0.989642024 -0.045584805 0.136127487 -42.762634277 0.045163698 0.998960495 0.006181887 0.328252077 -0.136267781 0.000030166 0.990672052 417.015045166\n0.989111722 -0.045037512 0.140105695 -42.556629181 0.044660043 0.998985171 0.005838695 0.343901813 -0.140226468 0.000482004 0.990119338 418.475158691\n0.988559783 -0.043626454 0.144382626 -42.353725433 0.043251719 0.999047756 0.005734773 0.355517924 -0.144495323 0.000575631 0.989505291 419.923553467\n0.987921953 -0.042001691 0.149151355 -42.150894165 0.041512918 0.999117553 0.006390174 0.368898809 -0.149288133 -0.000121286 0.988793731 421.367218018\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0057_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n1.000000000 0.000061367 -0.000007184 0.000006754 -0.000061368 1.000000000 -0.000043944 0.000299397 0.000007181 0.000043945 1.000000000 0.000008308\n1.000000000 0.000091743 -0.000008132 0.000177746 -0.000091743 1.000000000 0.000002304 -0.000010264 0.000008132 -0.000002303 1.000000000 -0.000028211\n1.000000000 0.000076588 -0.000023246 0.000125158 -0.000076588 1.000000000 -0.000013316 0.000020892 0.000023245 0.000013318 1.000000000 -0.000590512\n1.000000000 -0.000000011 -0.000034181 0.000735231 0.000000010 1.000000000 -0.000023143 -0.000254289 0.000034181 0.000023143 1.000000000 -0.000027121\n1.000000000 -0.000018893 -0.000037580 0.000529731 0.000018892 1.000000000 -0.000032342 0.000154544 0.000037581 0.000032341 1.000000000 -0.000546400\n1.000000000 -0.000026547 -0.000021867 0.000605599 0.000026546 1.000000000 -0.000022574 0.000134717 0.000021867 0.000022574 1.000000000 -0.000949823\n1.000000000 -0.000010706 -0.000021348 0.000234368 0.000010706 1.000000000 -0.000025566 -0.000314650 0.000021349 0.000025565 1.000000000 -0.000228337\n1.000000000 -0.000050569 0.000001520 -0.000035078 0.000050569 1.000000000 -0.000011134 -0.000050345 -0.000001520 0.000011134 1.000000000 0.000635683\n1.000000000 0.000002369 0.000018130 0.000123705 -0.000002368 1.000000000 -0.000035869 -0.000144852 -0.000018130 0.000035869 1.000000000 0.000456600\n1.000000000 -0.000047039 0.000012849 -0.000047019 0.000047039 1.000000000 -0.000024523 -0.000046533 -0.000012848 0.000024524 1.000000000 0.000158683\n1.000000000 -0.000099692 -0.000012209 -0.000005717 0.000099692 1.000000000 -0.000015284 -0.000166489 0.000012210 0.000015283 1.000000000 -0.000001210\n1.000000000 -0.000011193 0.000008847 0.000226254 0.000011194 1.000000000 -0.000010708 0.000042917 -0.000008846 0.000010708 1.000000000 0.000679106\n1.000000000 0.000001472 -0.000027139 0.000639813 -0.000001472 1.000000000 -0.000002877 0.000015394 0.000027139 0.000002877 1.000000000 0.000651116\n1.000000000 -0.000004302 0.000013856 0.000011534 0.000004302 1.000000000 0.000005181 -0.000286981 -0.000013856 -0.000005181 1.000000000 0.000461000\n1.000000000 -0.000075987 -0.000027554 0.000366374 0.000075986 1.000000000 -0.000037219 -0.000028411 0.000027557 0.000037217 1.000000000 -0.000257362\n1.000000000 -0.000033655 0.000019690 -0.000074243 0.000033655 1.000000000 -0.000024358 0.000251667 -0.000019689 0.000024359 1.000000000 -0.000272199\n1.000000000 -0.000035829 -0.000005011 0.000328152 0.000035829 1.000000000 -0.000044666 0.000267570 0.000005013 0.000044666 1.000000000 -0.000637324\n1.000000000 -0.000029163 -0.000000794 0.000122793 0.000029163 1.000000000 -0.000027228 0.000019674 0.000000794 0.000027227 1.000000000 -0.000640850\n1.000000000 0.000006384 -0.000015985 0.000378990 -0.000006384 1.000000000 -0.000031668 -0.000140914 0.000015985 0.000031668 1.000000000 -0.000121934\n1.000000000 -0.000019777 -0.000013310 -0.000184365 0.000019777 1.000000000 -0.000048525 0.000144771 0.000013311 0.000048525 1.000000000 -0.000316512\n1.000000000 0.000013630 -0.000049496 0.000551242 -0.000013632 1.000000000 -0.000053122 0.000365896 0.000049495 0.000053123 1.000000000 -0.000062438\n1.000000000 -0.000045738 -0.000001695 0.000288277 0.000045738 1.000000000 -0.000027875 -0.000114998 0.000001696 0.000027875 1.000000000 0.000150974\n1.000000000 -0.000065727 -0.000034680 0.000478685 0.000065727 1.000000000 -0.000019239 -0.000076380 0.000034681 0.000019237 1.000000000 -0.001161453\n1.000000000 -0.000012218 -0.000029300 0.000339943 0.000012216 1.000000000 -0.000058748 0.000302087 0.000029301 0.000058748 1.000000000 -0.000778302\n1.000000000 -0.000035225 -0.000056179 0.000415705 0.000035229 1.000000000 0.000059197 -0.000532600 0.000056177 -0.000059199 1.000000000 -0.001639158\n1.000000000 -0.000021997 -0.000025933 0.000341634 0.000021996 1.000000000 -0.000025914 -0.000043902 0.000025934 0.000025913 1.000000000 -0.000190486\n1.000000000 0.000026393 -0.000051493 0.000313263 -0.000026393 1.000000000 -0.000002298 -0.000077081 0.000051493 0.000002299 1.000000000 -0.000656013\n1.000000000 0.000000531 -0.000032864 0.000196209 -0.000000531 1.000000000 -0.000017083 -0.000110904 0.000032864 0.000017083 1.000000000 0.000042344\n1.000000000 0.000005769 -0.000010050 0.000412658 -0.000005770 1.000000000 -0.000024687 -0.000179532 0.000010050 0.000024687 1.000000000 -0.000835356\n1.000000000 0.000005408 -0.000009238 0.000127226 -0.000005408 1.000000000 0.000010650 -0.000002760 0.000009238 -0.000010649 1.000000000 -0.000267627\n1.000000000 -0.000007647 -0.000049338 0.000454290 0.000007647 1.000000000 -0.000000775 -0.000515898 0.000049338 0.000000774 1.000000000 -0.000431485\n1.000000000 0.000004344 -0.000020405 0.000122064 -0.000004344 1.000000000 -0.000000672 -0.000057659 0.000020405 0.000000672 1.000000000 0.000257376\n1.000000000 0.000007132 0.000025672 0.000169692 -0.000007132 1.000000000 0.000002736 0.000154367 -0.000025672 -0.000002736 1.000000000 0.000002313\n1.000000000 -0.000035505 -0.000082059 0.000585000 0.000035500 1.000000000 -0.000058265 0.000270457 0.000082061 0.000058263 1.000000000 -0.000943451\n1.000000000 -0.000019751 -0.000032596 0.000475824 0.000019750 1.000000000 -0.000029651 0.000209252 0.000032597 0.000029650 1.000000000 -0.000352240\n1.000000000 0.000039421 -0.000034523 0.000408267 -0.000039421 1.000000000 0.000020951 0.000085887 0.000034524 -0.000020949 1.000000000 -0.000071662\n1.000000000 0.000006317 -0.000028216 0.000420097 -0.000006316 1.000000000 0.000025207 -0.000152307 0.000028216 -0.000025207 1.000000000 0.000332869\n1.000000000 -0.000050251 -0.000057942 0.000610909 0.000050251 1.000000000 -0.000007980 -0.000324762 0.000057943 0.000007978 1.000000000 -0.000521029\n1.000000000 0.000030383 -0.000016294 0.000220944 -0.000030383 1.000000000 -0.000028799 0.000068060 0.000016293 0.000028800 1.000000000 0.000100832\n1.000000000 -0.000002433 -0.000006542 -0.000027379 0.000002433 1.000000000 0.000033504 -0.000234981 0.000006542 -0.000033504 1.000000000 0.000545763\n1.000000000 0.000010114 -0.000034575 0.000314113 -0.000010116 1.000000000 -0.000060320 0.000141683 0.000034574 0.000060321 1.000000000 -0.000317448\n1.000000000 -0.000038079 -0.000001975 0.000160360 0.000038079 1.000000000 -0.000008796 0.000072735 0.000001975 0.000008796 1.000000000 -0.000044932\n1.000000000 0.000024316 -0.000030858 0.000165860 -0.000024315 1.000000000 0.000027149 0.000093167 0.000030859 -0.000027148 1.000000000 -0.000626745\n1.000000000 0.000025349 0.000002046 -0.000051343 -0.000025349 1.000000000 -0.000005679 0.000188524 -0.000002046 0.000005679 1.000000000 0.000222204\n1.000000000 -0.000122980 -0.000026540 0.000815236 0.000122981 1.000000000 0.000031449 -0.000540188 0.000026536 -0.000031452 1.000000000 0.000154207\n1.000000000 -0.000038151 -0.000031192 0.000257685 0.000038150 1.000000000 -0.000012190 0.000092001 0.000031192 0.000012189 1.000000000 0.000112138\n1.000000000 -0.000080832 -0.000052471 0.000926605 0.000080835 1.000000000 0.000055809 -0.000323289 0.000052466 -0.000055813 1.000000000 0.000972193\n1.000000000 -0.000055940 -0.000008789 0.000241314 0.000055940 1.000000000 -0.000043947 0.000065759 0.000008791 0.000043947 1.000000000 -0.000690240\n1.000000000 0.000005236 -0.000028151 0.000284344 -0.000005236 1.000000000 0.000010520 0.000135379 0.000028152 -0.000010520 1.000000000 -0.000514189\n1.000000000 0.000010610 -0.000019151 0.000166298 -0.000010610 1.000000000 0.000009556 -0.000030942 0.000019151 -0.000009556 1.000000000 0.000343851\n1.000000000 0.000047963 0.000003773 0.000190176 -0.000047963 1.000000000 -0.000000494 0.000005206 -0.000003773 0.000000494 1.000000000 -0.000720599\n1.000000000 -0.000026632 -0.000047128 0.000915847 0.000026633 1.000000000 0.000030207 -0.000260804 0.000047127 -0.000030208 1.000000000 0.000193330\n1.000000000 0.000026037 -0.000018937 0.000241562 -0.000026037 1.000000000 0.000003225 0.000027971 0.000018937 -0.000003224 1.000000000 -0.000792859\n1.000000000 -0.000008336 -0.000036782 0.001030121 0.000008336 1.000000000 -0.000014826 0.000515430 0.000036782 0.000014826 1.000000000 -0.000089215\n1.000000000 0.000002478 -0.000021776 0.000531194 -0.000002478 1.000000000 0.000013940 0.000090867 0.000021776 -0.000013940 1.000000000 0.000587701\n1.000000000 0.000048625 -0.000055109 0.000107526 -0.000048626 1.000000000 -0.000023879 0.000138327 0.000055108 0.000023882 1.000000000 -0.000852890\n1.000000000 0.000065050 -0.000029590 0.000919986 -0.000065050 1.000000000 0.000002283 0.000037552 0.000029590 -0.000002281 1.000000000 0.000371449\n1.000000000 0.000019460 0.000003388 0.000358906 -0.000019460 1.000000000 0.000004197 0.000261190 -0.000003388 -0.000004197 1.000000000 0.000111793\n1.000000000 0.000054309 -0.000020200 0.000756924 -0.000054308 1.000000000 0.000016070 0.000142814 0.000020201 -0.000016069 1.000000000 0.000715672\n1.000000000 0.000037116 0.000003964 0.000608029 -0.000037116 1.000000000 -0.000035522 0.000480593 -0.000003966 0.000035522 1.000000000 0.001098242\n1.000000000 0.000116849 -0.000048203 0.000259706 -0.000116847 1.000000000 0.000036044 -0.000176591 0.000048207 -0.000036038 1.000000000 0.000720723\n1.000000000 0.000026766 -0.000023682 0.001149831 -0.000026765 1.000000000 0.000028951 0.000070166 0.000023683 -0.000028950 1.000000000 0.000430564\n1.000000000 0.000010335 -0.000037267 0.000882423 -0.000010334 1.000000000 0.000028431 -0.000021465 0.000037267 -0.000028431 1.000000000 0.000208524\n1.000000000 0.000036167 -0.000019618 0.000539426 -0.000036166 1.000000000 0.000055494 -0.000582473 0.000019620 -0.000055493 1.000000000 0.000565426\n1.000000000 0.000025412 -0.000074688 0.001019239 -0.000025407 1.000000000 0.000058329 -0.000165569 0.000074689 -0.000058327 1.000000000 -0.000402695\n1.000000000 0.000037036 0.000021545 0.000028377 -0.000037036 1.000000000 0.000006455 -0.000157408 -0.000021545 -0.000006456 1.000000000 0.000369770\n1.000000000 -0.000029060 -0.000011355 0.000233019 0.000029061 1.000000000 0.000027847 -0.000146050 0.000011354 -0.000027847 1.000000000 -0.000451489\n1.000000000 0.000027929 -0.000010678 0.000532556 -0.000027930 1.000000000 -0.000020264 0.000041151 0.000010678 0.000020265 1.000000000 -0.000213533\n1.000000000 0.000067399 -0.000016281 0.000437974 -0.000067400 1.000000000 -0.000044595 0.000156612 0.000016278 0.000044597 1.000000000 -0.000586305\n1.000000000 0.000005849 -0.000029477 0.000158806 -0.000005850 1.000000000 -0.000044034 0.000267012 0.000029477 0.000044034 1.000000000 -0.000668478\n1.000000000 -0.000052843 0.000009209 0.000129265 0.000052843 1.000000000 -0.000031320 -0.000109679 -0.000009207 0.000031321 1.000000000 -0.000243558\n1.000000000 -0.000011053 -0.000017350 0.000419919 0.000011052 1.000000000 -0.000066456 0.000154133 0.000017350 0.000066456 1.000000000 -0.000789549\n1.000000000 0.000069350 0.000015671 -0.000104323 -0.000069350 1.000000000 0.000007449 -0.000169928 -0.000015671 -0.000007450 1.000000000 -0.000227255\n1.000000000 0.000026649 0.000021905 0.000280798 -0.000026649 1.000000000 0.000011899 0.000078202 -0.000021905 -0.000011900 1.000000000 0.000395441\n1.000000000 -0.000050001 0.000012169 0.000564488 0.000050002 1.000000000 -0.000059180 0.000085957 -0.000012166 0.000059180 1.000000000 0.001041647\n1.000000000 -0.000000065 -0.000039264 0.000054458 0.000000063 1.000000000 -0.000053497 0.000176746 0.000039264 0.000053497 1.000000000 -0.000737204\n1.000000000 0.000027359 0.000009155 0.000433863 -0.000027359 1.000000000 0.000025281 -0.000184733 -0.000009154 -0.000025281 1.000000000 0.000126480\n1.000000000 0.000029683 0.000009750 0.000580194 -0.000029684 1.000000000 0.000017211 -0.000047216 -0.000009750 -0.000017211 1.000000000 0.002313607\n1.000000000 -0.000000539 0.000010478 0.000470226 0.000000540 1.000000000 -0.000024015 0.000081705 -0.000010478 0.000024015 1.000000000 0.000941033\n1.000000000 0.000015032 0.000025245 0.000173966 -0.000015033 1.000000000 0.000023987 -0.000084005 -0.000025244 -0.000023987 1.000000000 0.001209586\n1.000000000 0.000099710 0.000024822 -0.000163448 -0.000099711 1.000000000 0.000015429 -0.000110593 -0.000024821 -0.000015431 1.000000000 0.000270108\n1.000000000 0.000035298 -0.000002135 0.000143449 -0.000035298 1.000000000 -0.000037344 -0.000154484 0.000002134 0.000037344 1.000000000 0.000609579\n1.000000000 -0.000039378 -0.000016004 0.000297582 0.000039377 1.000000000 -0.000044432 0.000226262 0.000016005 0.000044432 1.000000000 0.000654160\n1.000000000 -0.000048733 -0.000031733 0.000147539 0.000048731 1.000000000 -0.000064385 0.000434932 0.000031736 0.000064384 1.000000000 0.000217103\n1.000000000 0.000064101 -0.000059557 0.001345328 -0.000064101 1.000000000 -0.000005444 -0.000186817 0.000059557 0.000005448 1.000000000 0.001461134\n1.000000000 0.000009869 -0.000033617 0.000614648 -0.000009870 1.000000000 -0.000028072 0.000341925 0.000033617 0.000028073 1.000000000 0.000333433\n1.000000000 0.000027457 -0.000013398 0.000177671 -0.000027457 1.000000000 -0.000013175 0.000258734 0.000013397 0.000013176 1.000000000 -0.000230721\n1.000000000 0.000061248 -0.000048679 0.000248625 -0.000061248 1.000000000 0.000001676 0.000194797 0.000048679 -0.000001673 1.000000000 -0.000502390\n1.000000000 0.000020618 -0.000017795 0.000328191 -0.000020618 1.000000000 -0.000002515 0.000027236 0.000017795 0.000002515 1.000000000 -0.000134446\n1.000000000 -0.000015231 -0.000080648 0.001148143 0.000015233 1.000000000 0.000022097 -0.000203218 0.000080647 -0.000022098 1.000000000 0.000715460\n1.000000000 -0.000028693 -0.000008580 0.000407119 0.000028693 1.000000000 -0.000053253 0.000050221 0.000008581 0.000053252 1.000000000 -0.001359038\n1.000000000 0.000073140 -0.000060977 0.000613954 -0.000073143 1.000000000 -0.000045274 -0.000377509 0.000060974 0.000045278 1.000000000 -0.001398757\n1.000000000 -0.000001144 -0.000054262 0.000264458 0.000001142 1.000000000 -0.000022880 0.000030807 0.000054262 0.000022880 1.000000000 -0.000642430\n1.000000000 0.000007356 -0.000006932 0.000114841 -0.000007356 1.000000000 -0.000025093 0.000158972 0.000006932 0.000025093 1.000000000 0.000151870\n1.000000000 0.000021895 -0.000007958 0.000154969 -0.000021895 1.000000000 -0.000046674 0.000421040 0.000007957 0.000046674 1.000000000 -0.000088522\n1.000000000 0.000036201 0.000024993 0.000012270 -0.000036199 1.000000000 -0.000059876 0.000272224 -0.000024996 0.000059876 1.000000000 0.001371998\n1.000000000 -0.000015969 -0.000012289 0.000168131 0.000015969 1.000000000 -0.000048980 0.000463267 0.000012290 0.000048980 1.000000000 -0.000670884\n1.000000000 0.000002898 -0.000003968 0.000283386 -0.000002898 1.000000000 -0.000048872 -0.000060751 0.000003968 0.000048872 1.000000000 -0.000280427\n1.000000000 -0.000024736 -0.000021631 0.000138130 0.000024736 1.000000000 -0.000021131 0.000100061 0.000021632 0.000021131 1.000000000 -0.001152651\n1.000000000 0.000004573 -0.000018941 0.000540823 -0.000004574 1.000000000 -0.000041270 0.000063309 0.000018941 0.000041270 1.000000000 -0.000685973\n1.000000000 -0.000025139 0.000002789 0.000079559 0.000025139 1.000000000 -0.000047393 0.000169407 -0.000002788 0.000047393 1.000000000 0.000504477\n1.000000000 -0.000003717 -0.000017647 0.000626973 0.000003717 1.000000000 0.000009270 0.000213822 0.000017647 -0.000009270 1.000000000 0.000600690\n1.000000000 0.000023959 -0.000013573 -0.000013732 -0.000023959 1.000000000 -0.000036159 0.000318230 0.000013572 0.000036159 1.000000000 -0.000513248\n1.000000000 -0.000048943 -0.000032829 0.000337356 0.000048942 1.000000000 -0.000032385 0.000036857 0.000032831 0.000032383 1.000000000 0.000103837\n1.000000000 -0.000047168 -0.000056275 0.001186228 0.000047168 1.000000000 -0.000003381 -0.000244664 0.000056275 0.000003378 1.000000000 0.000552300\n1.000000000 0.000024362 -0.000017717 0.000619226 -0.000024362 1.000000000 -0.000023954 0.000280834 0.000017716 0.000023954 1.000000000 0.000413878\n1.000000000 0.000006921 -0.000000313 0.000381928 -0.000006921 1.000000000 -0.000025172 0.000322139 0.000000313 0.000025172 1.000000000 0.000995202\n1.000000000 0.000004480 -0.000018331 0.000414839 -0.000004480 1.000000000 0.000002674 0.000065786 0.000018331 -0.000002674 1.000000000 0.000915360\n1.000000000 0.000044982 -0.000024637 0.000365427 -0.000044983 1.000000000 -0.000074373 0.000254124 0.000024633 0.000074374 1.000000000 -0.000312356\n1.000000000 0.000043317 -0.000012632 0.000128613 -0.000043317 1.000000000 -0.000029276 0.000082605 0.000012631 0.000029276 1.000000000 -0.001118967\n1.000000000 0.000012019 -0.000047685 0.000283120 -0.000012019 1.000000000 -0.000007686 -0.000119165 0.000047685 0.000007686 1.000000000 -0.000134396\n1.000000000 0.000019877 -0.000029135 0.000134596 -0.000019877 1.000000000 -0.000000807 0.000081744 0.000029135 0.000000807 1.000000000 -0.000081214\n1.000000000 0.000034247 -0.000034603 0.000214176 -0.000034249 1.000000000 -0.000043184 -0.000123907 0.000034602 0.000043185 1.000000000 -0.000155534\n1.000000000 -0.000058001 -0.000007021 0.000005808 0.000058001 1.000000000 -0.000044833 0.000212654 0.000007023 0.000044832 1.000000000 -0.000131443\n1.000000000 0.000030048 -0.000022033 0.000387344 -0.000030049 1.000000000 -0.000033943 0.000203273 0.000022032 0.000033944 1.000000000 0.000660954\n1.000000000 0.000114427 -0.000012525 0.000408261 -0.000114428 1.000000000 -0.000023555 0.000055908 0.000012522 0.000023557 1.000000000 -0.000293362\n1.000000000 0.000122274 -0.000005105 0.000266247 -0.000122274 1.000000000 -0.000006107 -0.000094353 0.000005104 0.000006108 1.000000000 -0.000378543\n1.000000000 -0.000023350 -0.000016981 0.000221689 0.000023350 1.000000000 0.000014933 -0.000376498 0.000016980 -0.000014933 1.000000000 -0.000766846\n1.000000000 0.000045164 -0.000038439 0.000465975 -0.000045166 1.000000000 -0.000044143 0.000106073 0.000038437 0.000044145 1.000000000 -0.000601428\n1.000000000 0.000000427 -0.000029947 0.000931503 -0.000000428 1.000000000 -0.000020063 0.000369064 0.000029947 0.000020063 1.000000000 0.001862220\n1.000000000 -0.000002623 -0.000020872 0.000524343 0.000002622 1.000000000 -0.000031221 -0.000170148 0.000020872 0.000031221 1.000000000 -0.001005224\n1.000000000 0.000052885 -0.000001784 0.000050883 -0.000052885 1.000000000 0.000014825 0.000007327 0.000001784 -0.000014825 1.000000000 0.000353979\n1.000000000 0.000000265 -0.000052692 0.000812144 -0.000000265 1.000000000 0.000000373 -0.000395920 0.000052692 -0.000000373 1.000000000 0.001360747\n1.000000000 0.000028436 -0.000013887 0.000365358 -0.000028435 1.000000000 0.000005185 -0.000078857 0.000013888 -0.000005185 1.000000000 -0.000182879\n1.000000000 -0.000043756 0.000008491 0.000293341 0.000043756 1.000000000 -0.000027803 -0.000084839 -0.000008490 0.000027803 1.000000000 0.000496266\n1.000000000 0.000003217 0.000001134 0.000339495 -0.000003217 1.000000000 -0.000051385 0.000133217 -0.000001134 0.000051385 1.000000000 0.001109852\n1.000000000 0.000072803 -0.000035227 0.000797498 -0.000072803 1.000000000 -0.000018063 0.000130582 0.000035226 0.000018065 1.000000000 0.001089037\n1.000000000 0.000012864 -0.000001772 0.000414518 -0.000012864 1.000000000 -0.000028627 0.000329117 0.000001772 0.000028627 1.000000000 0.000159829\n1.000000000 0.000069868 0.000021773 0.000358324 -0.000069867 1.000000000 -0.000033478 0.000190204 -0.000021775 0.000033476 1.000000000 0.001268217\n1.000000000 -0.000028336 -0.000015519 0.000282129 0.000028336 1.000000000 -0.000004659 0.000113756 0.000015519 0.000004659 1.000000000 -0.000203120\n1.000000000 0.000061312 -0.000058404 0.000501859 -0.000061314 1.000000000 -0.000039899 0.000238759 0.000058402 0.000039902 1.000000000 -0.000224297\n1.000000000 -0.000093680 -0.000054201 0.000821404 0.000093678 1.000000000 -0.000041924 -0.000060921 0.000054205 0.000041919 1.000000000 0.000622640\n1.000000000 -0.000014099 -0.000003058 0.000076923 0.000014099 1.000000000 0.000023997 0.000022594 0.000003057 -0.000023997 1.000000000 0.000677289\n1.000000000 0.000053830 -0.000033539 0.000334834 -0.000053830 1.000000000 -0.000000922 0.000008228 0.000033539 0.000000924 1.000000000 -0.000023503\n1.000000000 0.000008916 -0.000045701 0.000879091 -0.000008915 1.000000000 0.000017133 -0.000573526 0.000045701 -0.000017133 1.000000000 0.000420126\n1.000000000 0.000017574 0.000019688 0.000005622 -0.000017573 1.000000000 -0.000038579 0.000165815 -0.000019689 0.000038579 1.000000000 0.000190927\n1.000000000 0.000059438 -0.000058629 0.001181258 -0.000059438 1.000000000 0.000011318 -0.000246925 0.000058630 -0.000011314 1.000000000 0.000539167\n1.000000000 0.000040310 -0.000024043 0.000130983 -0.000040310 1.000000000 -0.000002500 0.000128109 0.000024043 0.000002501 1.000000000 -0.000010731\n1.000000000 0.000022794 -0.000024682 0.000363462 -0.000022794 1.000000000 -0.000015600 -0.000041919 0.000024681 0.000015600 1.000000000 -0.000297497\n1.000000000 -0.000017505 -0.000003101 0.000286811 0.000017505 1.000000000 0.000003742 0.000039998 0.000003100 -0.000003742 1.000000000 0.000584784\n1.000000000 0.000004245 -0.000049251 0.000490451 -0.000004246 1.000000000 -0.000025071 0.000032631 0.000049251 0.000025071 1.000000000 -0.000542200\n1.000000000 0.000088874 0.000008134 0.000371333 -0.000088874 1.000000000 -0.000014981 0.000109272 -0.000008135 0.000014980 1.000000000 0.000159687\n1.000000000 0.000005350 -0.000044873 0.000672057 -0.000005352 1.000000000 -0.000051776 -0.000009306 0.000044873 0.000051776 1.000000000 -0.000903250\n1.000000000 0.000074505 -0.000040934 0.000441523 -0.000074506 1.000000000 -0.000024130 -0.000045241 0.000040932 0.000024133 1.000000000 -0.000006313\n1.000000000 -0.000028248 -0.000032926 0.000473416 0.000028250 1.000000000 0.000058601 -0.000572995 0.000032925 -0.000058602 1.000000000 -0.000821547\n1.000000000 0.000055922 0.000018721 -0.000187069 -0.000055922 1.000000000 -0.000008754 -0.000149709 -0.000018721 0.000008753 1.000000000 -0.000037308\n1.000000000 0.000003950 -0.000005183 0.000824749 -0.000003949 1.000000000 0.000025698 -0.000246434 0.000005183 -0.000025698 1.000000000 0.000958487\n1.000000000 0.000081299 0.000029687 -0.000116898 -0.000081300 1.000000000 0.000021819 -0.000021591 -0.000029685 -0.000021821 1.000000000 0.000468267\n1.000000000 0.000024541 -0.000032159 0.001038376 -0.000024540 1.000000000 0.000054674 -0.000645173 0.000032160 -0.000054674 1.000000000 0.001525781\n1.000000000 0.000089828 -0.000044791 0.000673317 -0.000089828 1.000000000 -0.000003518 -0.000223540 0.000044791 0.000003522 1.000000000 -0.000421442\n1.000000000 0.000030981 -0.000016742 0.000385509 -0.000030981 1.000000000 -0.000047797 0.000202327 0.000016740 0.000047798 1.000000000 -0.000854100\n1.000000000 -0.000044023 -0.000038731 0.000379311 0.000044023 1.000000000 -0.000004625 -0.000128955 0.000038731 0.000004623 1.000000000 0.000069561\n1.000000000 0.000022099 -0.000014380 0.000142380 -0.000022099 1.000000000 -0.000034519 -0.000165483 0.000014380 0.000034519 1.000000000 0.000014362\n1.000000000 0.000014267 -0.000036303 0.000248525 -0.000014266 1.000000000 0.000018068 -0.000433492 0.000036303 -0.000018068 1.000000000 0.000730413\n1.000000000 -0.000010491 -0.000009536 -0.000003457 0.000010491 1.000000000 0.000002677 0.000207293 0.000009536 -0.000002677 1.000000000 0.001055767\n1.000000000 -0.000103941 -0.000056784 0.000762535 0.000103942 1.000000000 0.000011500 -0.000259903 0.000056783 -0.000011506 1.000000000 0.000378825\n1.000000000 0.000044143 -0.000019033 0.000625380 -0.000044143 1.000000000 0.000004401 0.000053590 0.000019033 -0.000004400 1.000000000 0.002734016\n1.000000000 0.000037254 -0.000045643 0.000536915 -0.000037256 1.000000000 -0.000059325 0.000252033 0.000045641 0.000059327 1.000000000 -0.000817618\n1.000000000 0.000060989 -0.000015537 0.000158447 -0.000060988 1.000000000 0.000024890 0.000140223 0.000015539 -0.000024889 1.000000000 0.000789982\n1.000000000 0.000097900 -0.000006358 0.000034048 -0.000097900 1.000000000 -0.000002560 0.000014442 0.000006358 0.000002560 1.000000000 0.001412187\n1.000000000 -0.000014968 -0.000013324 -0.000064563 0.000014968 1.000000000 0.000028716 -0.000320276 0.000013324 -0.000028716 1.000000000 0.000000583\n1.000000000 0.000017325 -0.000028000 0.000419706 -0.000017325 1.000000000 -0.000008549 0.000067561 0.000028000 0.000008549 1.000000000 0.001002504\n1.000000000 0.000096782 -0.000065079 0.000926479 -0.000096781 1.000000000 0.000016385 -0.000281766 0.000065081 -0.000016378 1.000000000 0.000452558\n1.000000000 0.000048269 0.000003714 0.000609238 -0.000048269 1.000000000 -0.000008650 -0.000523290 -0.000003715 0.000008650 1.000000000 0.001069237\n1.000000000 0.000005774 -0.000032507 0.000294517 -0.000005775 1.000000000 -0.000014371 -0.000112369 0.000032507 0.000014372 1.000000000 0.000680777\n1.000000000 0.000047766 0.000006246 0.000055298 -0.000047766 1.000000000 0.000009219 0.000106532 -0.000006245 -0.000009219 1.000000000 0.000548738\n1.000000000 0.000106968 0.000000875 0.000475347 -0.000106968 1.000000000 0.000002006 -0.000070666 -0.000000875 -0.000002006 1.000000000 0.000284050\n1.000000000 0.000050975 0.000003469 0.000091446 -0.000050975 1.000000000 -0.000026788 0.000277669 -0.000003471 0.000026788 1.000000000 0.000878528\n1.000000000 -0.000092726 -0.000024527 0.000430622 0.000092728 1.000000000 0.000051971 -0.000722206 0.000024523 -0.000051973 1.000000000 0.000158727\n1.000000000 0.000077837 0.000005026 0.000450418 -0.000077837 1.000000000 0.000010734 -0.000286421 -0.000005025 -0.000010734 1.000000000 -0.000578091\n1.000000000 0.000119615 0.000034738 0.000108111 -0.000119615 1.000000000 -0.000004954 0.000242390 -0.000034739 0.000004949 1.000000000 0.000173344\n1.000000000 0.000059499 -0.000006799 0.000294278 -0.000059499 1.000000000 0.000031738 -0.000118495 0.000006800 -0.000031738 1.000000000 0.000859325\n1.000000000 0.000067776 -0.000020703 0.000070543 -0.000067776 1.000000000 -0.000000193 -0.000056088 0.000020703 0.000000195 1.000000000 -0.000295881\n1.000000000 0.000081501 -0.000027325 0.000476732 -0.000081501 1.000000000 0.000000849 0.000119253 0.000027326 -0.000000847 1.000000000 -0.000236271\n1.000000000 0.000066707 -0.000010203 0.000404519 -0.000066707 1.000000000 -0.000037313 0.000283226 0.000010200 0.000037314 1.000000000 0.000073226\n1.000000000 0.000027426 -0.000009965 0.000390579 -0.000027426 1.000000000 -0.000001292 -0.000083173 0.000009965 0.000001292 1.000000000 -0.000775164\n1.000000000 0.000095935 0.000025105 0.000179232 -0.000095936 1.000000000 0.000017204 -0.000081218 -0.000025104 -0.000017207 1.000000000 0.000550629\n1.000000000 0.000061613 -0.000017115 0.000119569 -0.000061612 1.000000000 0.000010070 0.000078655 0.000017116 -0.000010069 1.000000000 -0.000296306\n1.000000000 0.000015456 -0.000020696 0.000426197 -0.000015455 1.000000000 0.000042617 -0.000563287 0.000020696 -0.000042616 1.000000000 -0.000315565\n1.000000000 0.000076571 -0.000050642 0.000595151 -0.000076571 1.000000000 0.000008532 0.000052879 0.000050643 -0.000008528 1.000000000 -0.000865970\n1.000000000 0.000040871 0.000001751 0.000479445 -0.000040871 1.000000000 -0.000023715 -0.000071293 -0.000001752 0.000023715 1.000000000 -0.000315179\n1.000000000 0.000077553 0.000005350 0.000244896 -0.000077553 1.000000000 -0.000006211 -0.000016085 -0.000005351 0.000006211 1.000000000 -0.000756123\n1.000000000 0.000048130 -0.000001002 0.000081023 -0.000048130 1.000000000 -0.000048998 0.000043186 0.000000999 0.000048998 1.000000000 -0.000586032\n1.000000000 0.000035498 0.000004513 -0.000041018 -0.000035498 1.000000000 0.000015000 -0.000097923 -0.000004512 -0.000015000 1.000000000 -0.000396283\n1.000000000 0.000044420 -0.000047939 0.000670333 -0.000044420 1.000000000 -0.000008409 -0.000080123 0.000047938 0.000008411 1.000000000 -0.000866760\n1.000000000 -0.000017661 -0.000030277 0.000369702 0.000017661 1.000000000 -0.000012630 -0.000023971 0.000030277 0.000012630 1.000000000 -0.000018197\n1.000000000 0.000014391 -0.000013404 0.000604452 -0.000014391 1.000000000 -0.000012600 -0.000184912 0.000013404 0.000012600 1.000000000 0.000130626\n1.000000000 0.000020699 -0.000022183 0.000242983 -0.000020700 1.000000000 -0.000019941 0.000052380 0.000022182 0.000019941 1.000000000 -0.000667647\n1.000000000 0.000019714 -0.000039112 0.000762090 -0.000019713 1.000000000 0.000023497 -0.000232041 0.000039112 -0.000023496 1.000000000 0.001901081\n1.000000000 0.000028616 -0.000045534 0.000830570 -0.000028617 1.000000000 -0.000013071 0.000179747 0.000045534 0.000013073 1.000000000 0.000200899\n1.000000000 0.000015337 0.000003892 -0.000126847 -0.000015337 1.000000000 -0.000024159 -0.000244781 -0.000003892 0.000024159 1.000000000 -0.000411384\n1.000000000 -0.000014858 -0.000013136 0.000485313 0.000014858 1.000000000 -0.000001383 -0.000037722 0.000013136 0.000001383 1.000000000 0.000045578\n1.000000000 0.000036554 -0.000019166 0.000276988 -0.000036554 1.000000000 -0.000021746 0.000213771 0.000019165 0.000021747 1.000000000 -0.000402495\n1.000000000 0.000026982 -0.000053267 0.000774048 -0.000026983 1.000000000 -0.000010891 0.000061445 0.000053266 0.000010893 1.000000000 0.000298643\n1.000000000 0.000106253 0.000009442 0.000231907 -0.000106253 1.000000000 0.000012572 -0.000159971 -0.000009440 -0.000012573 1.000000000 -0.000130519\n1.000000000 0.000051400 -0.000037217 0.000357722 -0.000051400 1.000000000 -0.000008184 -0.000055491 0.000037217 0.000008185 1.000000000 -0.000196914\n1.000000000 0.000085080 0.000003312 0.000490435 -0.000085080 1.000000000 -0.000025434 0.000112774 -0.000003314 0.000025433 1.000000000 -0.000553731\n1.000000000 -0.000058374 -0.000035162 0.000571985 0.000058373 1.000000000 -0.000044601 0.000249606 0.000035164 0.000044599 1.000000000 -0.000229465\n1.000000000 0.000071146 0.000017006 0.000114237 -0.000071145 1.000000000 -0.000043130 0.000197022 -0.000017009 0.000043129 1.000000000 0.000326629\n1.000000000 0.000032468 -0.000003763 0.000075420 -0.000032468 1.000000000 -0.000006522 0.000230036 0.000003763 0.000006522 1.000000000 0.001105044\n1.000000000 0.000007766 -0.000014680 0.000565092 -0.000007767 1.000000000 -0.000043158 0.000354110 0.000014680 0.000043158 1.000000000 -0.000229361\n1.000000000 0.000082616 0.000027908 0.000013984 -0.000082616 1.000000000 -0.000018269 -0.000091851 -0.000027909 0.000018266 1.000000000 0.000590408\n1.000000000 -0.000012373 -0.000009643 -0.000084410 0.000012373 1.000000000 -0.000003427 -0.000003645 0.000009644 0.000003427 1.000000000 0.000760179\n1.000000000 0.000122978 0.000008581 0.000307896 -0.000122978 1.000000000 -0.000024767 0.000018427 -0.000008584 0.000024766 1.000000000 -0.000588766\n1.000000000 0.000054065 -0.000036270 0.000761420 -0.000054067 1.000000000 -0.000044654 0.000259681 0.000036268 0.000044656 1.000000000 -0.000075464\n1.000000000 0.000041199 -0.000016926 0.000128090 -0.000041200 1.000000000 -0.000035407 0.000050134 0.000016925 0.000035408 1.000000000 0.000070137\n1.000000000 0.000074807 0.000011329 -0.000019711 -0.000074807 1.000000000 -0.000018510 0.000091757 -0.000011331 0.000018509 1.000000000 0.001120868\n1.000000000 0.000105890 -0.000005772 0.000284565 -0.000105890 1.000000000 -0.000010187 0.000016247 0.000005771 0.000010188 1.000000000 0.000336701\n1.000000000 0.000008830 -0.000025152 0.000130901 -0.000008830 1.000000000 -0.000003370 0.000056262 0.000025152 0.000003370 1.000000000 0.000018035\n1.000000000 0.000057427 -0.000008574 0.000235005 -0.000057427 1.000000000 -0.000005961 0.000050089 0.000008573 0.000005961 1.000000000 -0.000506978\n1.000000000 -0.000002397 -0.000014627 0.000334377 0.000002398 1.000000000 0.000038285 -0.000034094 0.000014627 -0.000038285 1.000000000 0.000102641\n1.000000000 0.000160239 0.000029596 -0.000019306 -0.000160239 1.000000000 -0.000014126 0.000576998 -0.000029599 0.000014122 1.000000000 0.001448184\n1.000000000 0.000015183 -0.000006338 0.000246406 -0.000015183 1.000000000 -0.000032557 0.000093905 0.000006337 0.000032557 1.000000000 0.000026399\n1.000000000 0.000037789 -0.000002043 -0.000004342 -0.000037789 1.000000000 0.000007116 0.000002076 0.000002043 -0.000007116 1.000000000 -0.000235292\n1.000000000 0.000079458 0.000024023 0.000282531 -0.000079458 1.000000000 -0.000006990 0.000243224 -0.000024024 0.000006988 1.000000000 0.000238404\n1.000000000 0.000094785 -0.000013421 0.000408436 -0.000094784 1.000000000 0.000012564 -0.000115976 0.000013422 -0.000012563 1.000000000 0.000229728\n1.000000000 0.000064214 0.000000220 0.000332711 -0.000064214 1.000000000 0.000024035 -0.000045510 -0.000000219 -0.000024035 1.000000000 0.000305905\n1.000000000 0.000042616 -0.000042295 0.000319394 -0.000042618 1.000000000 -0.000030200 0.000242786 0.000042293 0.000030202 1.000000000 -0.000491016\n1.000000000 -0.000005649 -0.000016877 0.000861000 0.000005649 1.000000000 -0.000004606 0.000138789 0.000016877 0.000004606 1.000000000 0.001563025\n1.000000000 0.000014060 -0.000010494 0.000722975 -0.000014061 1.000000000 -0.000036289 0.000118562 0.000010493 0.000036289 1.000000000 0.002113376\n1.000000000 0.000024237 -0.000021096 0.000475515 -0.000024237 1.000000000 -0.000000529 0.000156396 0.000021096 0.000000530 1.000000000 0.001008329\n1.000000000 0.000074116 -0.000033932 0.000618305 -0.000074117 1.000000000 -0.000025784 0.000312806 0.000033930 0.000025786 1.000000000 0.000755867\n1.000000000 0.000034550 -0.000009187 0.000173317 -0.000034551 1.000000000 -0.000034929 0.000146406 0.000009185 0.000034929 1.000000000 -0.000347129\n1.000000000 0.000020597 -0.000018212 0.000324870 -0.000020597 1.000000000 -0.000022383 0.000185896 0.000018211 0.000022384 1.000000000 -0.000650300\n1.000000000 0.000067331 -0.000041837 0.001046917 -0.000067332 1.000000000 -0.000011199 -0.000043500 0.000041836 0.000011202 1.000000000 0.002761961\n1.000000000 0.000089647 -0.000024686 0.000368091 -0.000089647 1.000000000 0.000011851 0.000062275 0.000024687 -0.000011849 1.000000000 0.000275522\n1.000000000 0.000085337 -0.000030741 0.000615790 -0.000085338 1.000000000 -0.000021109 0.000308340 0.000030739 0.000021112 1.000000000 -0.000968341\n1.000000000 -0.000015740 0.000018265 0.000241004 0.000015740 1.000000000 0.000004361 -0.000049980 -0.000018265 -0.000004361 1.000000000 -0.000617253\n1.000000000 0.000072267 0.000007002 0.000016977 -0.000072267 1.000000000 -0.000032241 0.000067091 -0.000007005 0.000032241 1.000000000 -0.000793942\n1.000000000 0.000033606 -0.000049102 0.000465074 -0.000033605 1.000000000 0.000021143 -0.000178679 0.000049103 -0.000021141 1.000000000 0.000370874\n1.000000000 0.000011885 -0.000038177 0.000378186 -0.000011886 1.000000000 -0.000022859 0.000279658 0.000038177 0.000022859 1.000000000 -0.000894741\n1.000000000 0.000077017 0.000021182 -0.000289214 -0.000077017 1.000000000 0.000004446 0.000044970 -0.000021182 -0.000004448 1.000000000 -0.000220422\n1.000000000 0.000127979 -0.000023252 0.000392462 -0.000127980 1.000000000 -0.000032342 0.000424961 0.000023248 0.000032345 1.000000000 0.000031744\n1.000000000 0.000070038 -0.000002939 0.000098042 -0.000070038 1.000000000 -0.000011668 0.000209779 0.000002938 0.000011668 1.000000000 0.000320743\n1.000000000 0.000071927 -0.000016725 0.000408752 -0.000071927 1.000000000 -0.000052198 0.000384221 0.000016721 0.000052199 1.000000000 -0.000268116\n1.000000000 0.000039439 -0.000028106 0.000891363 -0.000039438 1.000000000 0.000032727 0.000230296 0.000028107 -0.000032726 1.000000000 0.001328804\n1.000000000 0.000016751 0.000044521 0.000145973 -0.000016750 1.000000000 -0.000027549 0.000187202 -0.000044522 0.000027548 1.000000000 0.000013843\n1.000000000 0.000105775 -0.000026655 0.000055927 -0.000105775 1.000000000 -0.000011594 0.000256208 0.000026654 0.000011596 1.000000000 -0.000459397\n1.000000000 0.000063163 0.000033810 -0.000018961 -0.000063163 1.000000000 0.000001151 0.000224157 -0.000033810 -0.000001153 1.000000000 -0.000373102\n1.000000000 0.000026324 -0.000019414 0.000128012 -0.000026324 1.000000000 0.000004888 0.000247932 0.000019414 -0.000004888 1.000000000 -0.000158775\n1.000000000 0.000090473 0.000008598 0.000252235 -0.000090473 1.000000000 0.000009468 -0.000216354 -0.000008597 -0.000009469 1.000000000 0.001011600\n1.000000000 0.000001017 -0.000028462 0.000197433 -0.000001017 1.000000000 0.000014714 -0.000072864 0.000028462 -0.000014714 1.000000000 -0.001018799\n1.000000000 0.000076858 -0.000011693 0.000306326 -0.000076858 1.000000000 -0.000026064 -0.000060468 0.000011691 0.000026065 1.000000000 -0.000385143\n1.000000000 0.000077203 -0.000019202 0.000111556 -0.000077204 1.000000000 -0.000054678 0.000313495 0.000019198 0.000054679 1.000000000 -0.000223618\n1.000000000 0.000001604 -0.000026484 0.000567308 -0.000001606 1.000000000 -0.000048728 -0.000102276 0.000026484 0.000048728 1.000000000 -0.001191836\n1.000000000 0.000104878 0.000020594 0.000022129 -0.000104878 1.000000000 -0.000029345 -0.000025265 -0.000020597 0.000029342 1.000000000 -0.000328949\n1.000000000 0.000022446 0.000001990 0.000109501 -0.000022446 1.000000000 0.000048421 -0.000598722 -0.000001989 -0.000048421 1.000000000 -0.000603521\n1.000000000 0.000013268 -0.000025608 0.000190195 -0.000013268 1.000000000 0.000003475 0.000178503 0.000025608 -0.000003475 1.000000000 -0.000598880\n1.000000000 0.000019528 0.000005142 0.000030980 -0.000019528 1.000000000 -0.000013188 0.000018277 -0.000005142 0.000013188 1.000000000 -0.000145700\n1.000000000 0.000026762 0.000009218 -0.000119388 -0.000026762 1.000000000 -0.000002600 0.000102434 -0.000009218 0.000002599 1.000000000 -0.000200076\n1.000000000 -0.000025132 -0.000015995 0.000071694 0.000025132 1.000000000 -0.000009135 0.000197084 0.000015995 0.000009134 1.000000000 0.000172042\n1.000000000 0.000064724 -0.000020627 0.000139921 -0.000064725 1.000000000 -0.000022552 -0.000005927 0.000020626 0.000022553 1.000000000 0.000290128\n1.000000000 0.000021453 0.000017231 0.000471101 -0.000021453 1.000000000 -0.000027242 0.000085035 -0.000017232 0.000027242 1.000000000 0.000930760\n1.000000000 0.000046270 0.000000554 0.000383500 -0.000046270 1.000000000 -0.000009308 0.000033302 -0.000000554 0.000009308 1.000000000 0.001408023\n1.000000000 0.000028882 0.000002830 -0.000339697 -0.000028882 1.000000000 -0.000047752 0.000118189 -0.000002832 0.000047752 1.000000000 0.000433284\n1.000000000 0.000049276 -0.000004409 0.000208473 -0.000049276 1.000000000 -0.000024905 -0.000152510 0.000004408 0.000024905 1.000000000 -0.000118693\n1.000000000 0.000075285 -0.000022764 0.000449823 -0.000075286 1.000000000 -0.000027094 0.000299667 0.000022762 0.000027096 1.000000000 -0.001473411\n1.000000000 0.000033168 0.000008095 0.000726589 -0.000033168 1.000000000 -0.000023566 0.000331191 -0.000008096 0.000023566 1.000000000 0.000433172\n1.000000000 0.000104166 0.000022435 0.000276835 -0.000104165 1.000000000 -0.000039162 0.000217172 -0.000022439 0.000039160 1.000000000 -0.000234113\n1.000000000 0.000005658 -0.000006030 0.000287003 -0.000005657 1.000000000 0.000016350 -0.000048158 0.000006030 -0.000016350 1.000000000 0.000287247\n1.000000000 0.000072297 -0.000021901 0.000360299 -0.000072297 1.000000000 -0.000009754 0.000395533 0.000021900 0.000009755 1.000000000 -0.000143237\n1.000000000 0.000037979 -0.000037387 0.001071136 -0.000037979 1.000000000 -0.000004078 0.000202874 0.000037387 0.000004080 1.000000000 0.000710420\n1.000000000 0.000084279 0.000004942 0.000327424 -0.000084279 1.000000000 -0.000007806 -0.000072324 -0.000004943 0.000007806 1.000000000 -0.000053500\n1.000000000 0.000033099 -0.000014492 0.000578555 -0.000033099 1.000000000 -0.000002498 0.000425204 0.000014492 0.000002498 1.000000000 0.000734773\n1.000000000 0.000004001 0.000006397 0.000395170 -0.000004001 1.000000000 -0.000039882 0.000128644 -0.000006397 0.000039882 1.000000000 -0.000263049\n1.000000000 -0.000008654 -0.000023310 0.000511934 0.000008655 1.000000000 0.000023895 -0.000013919 0.000023310 -0.000023895 1.000000000 0.000636581\n1.000000000 0.000074546 -0.000017743 0.000515681 -0.000074547 1.000000000 -0.000036395 0.000239342 0.000017740 0.000036396 1.000000000 0.000034563\n1.000000000 0.000038473 0.000037528 -0.000090229 -0.000038473 1.000000000 -0.000010226 0.000109006 -0.000037529 0.000010225 1.000000000 -0.000506645\n1.000000000 0.000062347 -0.000027070 0.000402737 -0.000062346 1.000000000 0.000010250 0.000188614 0.000027070 -0.000010248 1.000000000 -0.000262987\n1.000000000 0.000052115 -0.000000247 0.000244339 -0.000052115 1.000000000 -0.000013807 0.000278822 0.000000246 0.000013807 1.000000000 0.000710915\n1.000000000 0.000026816 -0.000004117 0.000261269 -0.000026816 1.000000000 -0.000038502 0.000347336 0.000004116 0.000038502 1.000000000 -0.000211535\n1.000000000 0.000089713 0.000009147 0.000574368 -0.000089713 1.000000000 -0.000009094 0.000105328 -0.000009148 0.000009093 1.000000000 -0.000498914\n1.000000000 0.000069956 0.000027854 0.000372344 -0.000069956 1.000000000 0.000002765 0.000321750 -0.000027854 -0.000002767 1.000000000 0.000292192\n1.000000000 0.000039281 -0.000003389 0.000364591 -0.000039281 1.000000000 -0.000057080 0.000434365 0.000003386 0.000057080 1.000000000 0.000658267\n1.000000000 0.000096207 0.000037047 -0.000405964 -0.000096206 1.000000000 -0.000032439 0.000072195 -0.000037050 0.000032435 1.000000000 0.000500707\n1.000000000 0.000067110 0.000049355 -0.000066393 -0.000067111 1.000000000 0.000013654 0.000186475 -0.000049354 -0.000013657 1.000000000 0.000844786\n1.000000000 0.000107361 0.000037544 0.000295145 -0.000107360 1.000000000 -0.000008755 0.000314117 -0.000037545 0.000008751 1.000000000 0.000457552\n1.000000000 0.000057996 0.000020556 0.000047864 -0.000057996 1.000000000 -0.000011295 0.000625408 -0.000020557 0.000011294 1.000000000 -0.000192241\n1.000000000 0.000034416 0.000044385 -0.000514644 -0.000034415 1.000000000 -0.000042979 0.001048422 -0.000044386 0.000042978 1.000000000 0.000362527\n1.000000000 0.000027427 0.000020006 -0.000169859 -0.000027427 1.000000000 -0.000033454 0.000774521 -0.000020007 0.000033453 1.000000000 0.000618864\n1.000000000 0.000070501 0.000015694 0.000711665 -0.000070500 1.000000000 -0.000053191 0.000454036 -0.000015698 0.000053190 1.000000000 0.001654115\n1.000000000 -0.000096955 0.000033794 0.000523786 0.000096970 0.999999881 -0.000466071 0.000414656 -0.000033749 0.000466074 0.999999881 -0.000414509\n1.000000000 0.000175024 -0.000066646 -0.000993698 -0.000175114 0.999999106 -0.001344686 0.000506556 0.000066411 0.001344698 0.999999106 -0.002881188\n1.000000000 -0.000022935 -0.000058922 0.001084816 0.000022840 0.999998689 -0.001619721 -0.000970634 0.000058959 0.001619719 0.999998689 0.015966807\n1.000000000 -0.000063401 -0.000133944 0.002201352 0.000063183 0.999998689 -0.001626700 -0.002039194 0.000134047 0.001626692 0.999998689 0.031865049\n0.999999940 -0.000264581 -0.000258688 0.005063650 0.000264208 0.999998927 -0.001440337 -0.003784387 0.000259068 0.001440269 0.999998927 0.060946822\n0.999999881 -0.000176308 -0.000397582 0.009694948 0.000175814 0.999999225 -0.001241932 -0.005759796 0.000397800 0.001241862 0.999999166 0.093645640\n0.999999940 0.000084123 -0.000232884 0.002611835 -0.000084509 0.999998629 -0.001660499 0.002281390 0.000232744 0.001660519 0.999998569 0.127800629\n0.999999881 0.000242252 -0.000408123 0.002705467 -0.000242969 0.999998450 -0.001758887 0.001065477 0.000407696 0.001758986 0.999998391 0.171236649\n0.999999821 0.000309293 -0.000495098 0.001855676 -0.000310723 0.999995768 -0.002890493 0.003488021 0.000494202 0.002890646 0.999995708 0.222718418\n0.999999881 0.000260576 -0.000405892 0.000522826 -0.000262617 0.999987304 -0.005035620 0.003486254 0.000404575 0.005035726 0.999987245 0.281873584\n0.999999821 0.000209088 -0.000587438 -0.000797101 -0.000213280 0.999974430 -0.007146032 0.004134282 0.000585929 0.007146156 0.999974310 0.365303725\n0.999999821 -0.000018968 -0.000587741 -0.002540692 0.000013911 0.999962986 -0.008601922 0.002968323 0.000587882 0.008601911 0.999962807 0.460529774\n0.999999702 -0.000264567 -0.000754110 0.001235782 0.000257414 0.999955118 -0.009469323 0.008231057 0.000756581 0.009469126 0.999954879 0.588732958\n0.999999464 -0.000576497 -0.000875487 0.003382505 0.000568133 0.999954462 -0.009523622 0.007317588 0.000880938 0.009523119 0.999954283 0.731492460\n0.999999106 -0.000645323 -0.001170989 0.005206283 0.000633275 0.999947131 -0.010260738 0.005556288 0.001177549 0.010259987 0.999946654 0.898405850\n0.999998987 -0.000163021 -0.001404789 -0.000515030 0.000148122 0.999943793 -0.010599410 0.007300659 0.001406438 0.010599191 0.999942839 1.077907205\n0.999998510 -0.000569800 -0.001631369 -0.005074139 0.000552627 0.999944627 -0.010507517 0.008981217 0.001637265 0.010506600 0.999943435 1.286298275\n0.999998271 -0.000000974 -0.001864815 -0.011781909 -0.000019703 0.999938548 -0.011088129 0.008696193 0.001864711 0.011088146 0.999936759 1.510532022\n0.999996305 -0.000025809 -0.002713274 -0.009562913 -0.000006367 0.999929667 -0.011858345 0.008988493 0.002713389 0.011858319 0.999926031 1.766043544\n0.999994516 0.000174412 -0.003311928 -0.012884546 -0.000213806 0.999929190 -0.011897881 0.011408452 0.003309618 0.011898523 0.999923706 2.037499905\n0.999991894 -0.000742761 -0.003962316 -0.014228262 0.000697004 0.999933183 -0.011537096 0.010579351 0.003970621 0.011534241 0.999925613 2.327299595\n0.999989450 -0.001106015 -0.004458194 -0.017704790 0.001053032 0.999929011 -0.011869231 0.012056016 0.004471004 0.011864412 0.999919593 2.660517693\n0.999987066 -0.000767413 -0.005022388 -0.022887934 0.000707904 0.999929667 -0.011839747 0.013057356 0.005031121 0.011836040 0.999917269 2.997566462\n0.999984026 -0.000566316 -0.005622636 -0.030230956 0.000497732 0.999925554 -0.012191750 0.011413171 0.005629121 0.012188757 0.999909878 3.359474897\n0.999976516 -0.000457533 -0.006836781 -0.032950658 0.000369246 0.999916613 -0.012909254 0.015201450 0.006842118 0.012906427 0.999893308 3.745233774\n0.999972224 -0.000235363 -0.007448749 -0.037554748 0.000140731 0.999919295 -0.012702487 0.018818788 0.007451138 0.012701087 0.999891579 4.160389900\n0.999969065 0.000509642 -0.007847199 -0.045707848 -0.000609226 0.999919236 -0.012693220 0.015210728 0.007840096 0.012697607 0.999888659 4.595366001\n0.999966502 0.000149022 -0.008180887 -0.050521698 -0.000261532 0.999905407 -0.013753366 0.014266236 0.008178064 0.013755045 0.999871969 5.051872253\n0.999966025 -0.000258727 -0.008236405 -0.056044057 0.000141581 0.999898851 -0.014220418 0.016206723 0.008239252 0.014218770 0.999864936 5.528640747\n0.999971986 0.000020473 -0.007486645 -0.063539319 -0.000125062 0.999902427 -0.013969970 0.015293227 0.007485628 0.013970515 0.999874413 6.028619766\n0.999973297 0.001555478 -0.007136340 -0.069554396 -0.001655087 0.999900997 -0.013973422 0.013969061 0.007113898 0.013984861 0.999876916 6.565724373\n0.999976993 0.002906401 -0.006124821 -0.079300731 -0.002993537 0.999893785 -0.014265927 0.017062347 0.006082708 0.014283934 0.999879479 7.108319759\n0.999982655 0.003229612 -0.004927476 -0.081871338 -0.003296491 0.999901712 -0.013625383 0.012299952 0.004882987 0.013641391 0.999895036 7.674653053\n0.999987483 0.003044152 -0.003971011 -0.082903333 -0.003094719 0.999913394 -0.012790617 0.015296065 0.003931731 0.012802745 0.999910295 8.259099007\n0.999994159 0.002744030 -0.002047513 -0.089038819 -0.002771029 0.999907672 -0.013302041 0.009685600 0.002010823 0.013307638 0.999909401 8.853145599\n0.999994755 0.003167118 -0.000694174 -0.090794198 -0.003176190 0.999904037 -0.013482723 0.014122500 0.000651406 0.013484857 0.999908864 9.467974663\n0.999994755 0.003189254 0.000536859 -0.093799166 -0.003181855 0.999907017 -0.013259852 0.010041396 -0.000579098 0.013258075 0.999911964 10.127162933\n0.999996841 0.001399031 0.002081836 -0.089520127 -0.001371884 0.999914765 -0.012984456 0.017693222 -0.002099824 0.012981560 0.999913514 10.778388023\n0.999991715 -0.000206071 0.004064154 -0.097986817 0.000252888 0.999933600 -0.011522270 0.009169374 -0.004061510 0.011523202 0.999925375 11.461349487\n0.999985814 -0.000894105 0.005252768 -0.093617812 0.000945687 0.999951303 -0.009825763 0.012854808 -0.005243727 0.009830591 0.999937952 12.155779839\n0.999976814 -0.002082132 0.006482810 -0.090638854 0.002141418 0.999955833 -0.009151721 0.012444714 -0.006463469 0.009165391 0.999937117 12.866843224\n0.999963522 -0.003685923 0.007707263 -0.087606996 0.003761809 0.999944389 -0.009854887 0.008974046 -0.007670510 0.009883520 0.999921739 13.606202126\n0.999957323 -0.003969123 0.008343409 -0.083457462 0.004062828 0.999928534 -0.011244315 0.011586367 -0.008298183 0.011277732 0.999901950 14.355878830\n0.999950945 -0.003343937 0.009324092 -0.081027083 0.003457626 0.999919534 -0.012203609 0.008144398 -0.009282534 0.012235249 0.999882042 15.121755600\n0.999951184 0.000048498 0.009881366 -0.076899074 0.000089708 0.999902189 -0.013985599 0.006116177 -0.009881077 0.013985803 0.999853373 15.910296440\n0.999945104 0.001541152 0.010366348 -0.070738956 -0.001390579 0.999893665 -0.014516696 0.003776707 -0.010387618 0.014501484 0.999840915 16.707609177\n0.999935746 0.000750866 0.011313598 -0.061741628 -0.000586405 0.999894202 -0.014532875 0.002675205 -0.011323313 0.014525307 0.999830365 17.534006119\n0.999926388 0.000588382 0.012118875 -0.052346516 -0.000426707 0.999910951 -0.013339021 -0.000130686 -0.012125645 0.013332868 0.999837577 18.372673035\n0.999909222 0.000491130 0.013466260 -0.047674160 -0.000336387 0.999933898 -0.011491059 -0.005664862 -0.013471014 0.011485486 0.999843299 19.216951370\n0.999898851 -0.000411548 0.014217348 -0.039433029 0.000552678 0.999950588 -0.009924134 -0.003910454 -0.014212561 0.009930988 0.999849677 20.090879440\n0.999888241 -0.003654506 0.014495202 -0.023463817 0.003794074 0.999946594 -0.009612761 -0.005397220 -0.014459299 0.009666683 0.999848723 20.992382050\n0.999875844 -0.005843951 0.014635073 -0.011978394 0.005993732 0.999929905 -0.010211462 -0.001474088 -0.014574372 0.010297913 0.999840736 21.876493454\n0.999871552 -0.007145804 0.014345204 0.004706528 0.007301653 0.999914587 -0.010841355 -0.003933993 -0.014266508 0.010944706 0.999838352 22.836549759\n0.999879718 -0.007118908 0.013780052 0.016327960 0.007266148 0.999916732 -0.010664621 -0.001145846 -0.013702984 0.010763466 0.999848187 23.777410507\n0.999879122 -0.007411885 0.013667846 0.021612702 0.007538677 0.999928832 -0.009248631 -0.006781640 -0.013598324 0.009350550 0.999863803 24.749885559\n0.999884665 -0.007553593 0.013177002 0.034728888 0.007646814 0.999945998 -0.007038543 -0.000333772 -0.013123124 0.007138493 0.999888420 25.712591171\n0.999883771 -0.007994427 0.012981739 0.036648378 0.008051441 0.999958158 -0.004345526 -0.001483738 -0.012946456 0.004449543 0.999906301 26.684528351\n0.999881625 -0.009349704 0.012219882 0.049603082 0.009384026 0.999952197 -0.002754453 -0.006358217 -0.012193544 0.002868798 0.999921560 27.659545898\n0.999890506 -0.009738030 0.011140486 0.059350125 0.009771291 0.999947965 -0.002935125 -0.003179358 -0.011111324 0.003043660 0.999933660 28.643014908\n0.999909103 -0.008204298 0.010697657 0.052688554 0.008251977 0.999956191 -0.004420436 0.000471697 -0.010660922 0.004508311 0.999933004 29.608734131\n0.999918103 -0.008856594 0.009236827 0.068862371 0.008907279 0.999945402 -0.005460711 -0.007280230 -0.009187960 0.005542539 0.999942422 30.599758148\n0.999933779 -0.008048922 0.008225087 0.075201698 0.008099152 0.999948621 -0.006091928 -0.003520667 -0.008175631 0.006158141 0.999947608 31.586791992\n0.999949217 -0.006551248 0.007657963 0.075403757 0.006594843 0.999962091 -0.005681450 -0.007031238 -0.007620452 0.005731665 0.999954522 32.575042725\n0.999954522 -0.006032922 0.007386103 0.073438212 0.006065015 0.999972224 -0.004330378 -0.011426161 -0.007359773 0.004374978 0.999963343 33.615951538\n0.999959290 -0.005519808 0.007138559 0.076259553 0.005539958 0.999980688 -0.002805947 -0.006127949 -0.007122932 0.002845380 0.999970555 34.618179321\n0.999965370 -0.005008594 0.006645219 0.079667851 0.005027222 0.999983490 -0.002789641 -0.011126827 -0.006631137 0.002822951 0.999974012 35.623703003\n0.999969721 -0.005007673 0.005953884 0.085655533 0.005035525 0.999976397 -0.004672178 -0.009706486 -0.005930347 0.004702018 0.999971390 36.670288086\n0.999973893 -0.004547869 0.005615484 0.086413875 0.004590095 0.999961138 -0.007529750 -0.005154573 -0.005581022 0.007555329 0.999955893 37.681621552\n0.999971211 -0.004857129 0.005832915 0.089931406 0.004901079 0.999959528 -0.007544205 -0.007877565 -0.005796036 0.007572575 0.999954522 38.715499878\n0.999979556 -0.002994247 0.005646368 0.087640107 0.003033083 0.999971747 -0.006881929 -0.013358586 -0.005625601 0.006898915 0.999960363 39.733806610\n0.999967217 -0.005330923 0.006091646 0.090437636 0.005368134 0.999966919 -0.006108661 -0.014283973 -0.006058881 0.006141162 0.999962807 40.779727936\n0.999956787 -0.007101780 0.005999052 0.096651904 0.007127884 0.999965191 -0.004341228 -0.013129283 -0.005968012 0.004383801 0.999972582 41.817077637\n0.999922037 -0.010790302 0.006283065 0.106273822 0.010802138 0.999939919 -0.001852739 -0.016555835 -0.006262696 0.001920465 0.999978542 42.875011444\n0.999902010 -0.012624701 0.006044583 0.113584131 0.012627942 0.999920130 -0.000498171 -0.014616781 -0.006037812 0.000574453 0.999981582 43.912979126\n0.999894440 -0.013210375 0.006048825 0.116369538 0.013227054 0.999908805 -0.002725787 -0.015652344 -0.006012265 0.002805508 0.999978006 44.962226868\n0.999910414 -0.011512263 0.006829230 0.108832099 0.011567131 0.999900699 -0.008049966 -0.008186212 -0.006735879 0.008128239 0.999944270 46.027462006\n0.999926627 -0.009968053 0.006882997 0.114641555 0.010051762 0.999874592 -0.012236105 -0.007568832 -0.006760164 0.012304394 0.999901474 47.094318390\n0.999938130 -0.008168314 0.007547460 0.115469038 0.008261908 0.999888301 -0.012453890 -0.016196117 -0.007444889 0.012515477 0.999893963 48.179347992\n0.999948382 -0.004801483 0.008955097 0.105926462 0.004903999 0.999922276 -0.011461179 -0.033140391 -0.008899370 0.011504503 0.999894202 49.265033722\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0059_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999998808 -0.001448217 -0.000516798 -0.000564691 0.001448373 0.999998927 0.000301166 -0.000086509 0.000516361 -0.000301915 0.999999821 0.584098399\n0.999997258 -0.002152818 -0.000946142 -0.003286839 0.002152636 0.999997675 -0.000192970 0.000090387 0.000946555 0.000190933 0.999999523 1.161554575\n0.999997735 -0.001022699 -0.001853740 -0.010277142 0.001019658 0.999998152 -0.001641005 -0.005229171 0.001855415 0.001639111 0.999996960 1.728818417\n0.999995708 -0.001441426 -0.002552754 -0.015590320 0.001436205 0.999996901 -0.002045592 -0.005792415 0.002555695 0.002041916 0.999994636 2.281872511\n0.999992847 -0.002273399 -0.003032455 -0.015722945 0.002266251 0.999994636 -0.002358404 -0.007575527 0.003037801 0.002351515 0.999992609 2.826945543\n0.999985158 -0.003979960 -0.003724372 -0.016216321 0.003971858 0.999989748 -0.002180411 -0.012933624 0.003733011 0.002165586 0.999990702 3.358378410\n0.999981642 -0.004304666 -0.004264999 -0.024619563 0.004302060 0.999990582 -0.000619847 -0.011314707 0.004267627 0.000601487 0.999990702 3.880069017\n0.999980509 -0.003743222 -0.004990972 -0.025125599 0.003750480 0.999991894 0.001445625 -0.011514750 0.004985520 -0.001464315 0.999986529 4.395561218\n0.999979377 -0.003496647 -0.005384073 -0.036546059 0.003511606 0.999989986 0.002771423 -0.012489547 0.005374329 -0.002790272 0.999981642 4.899191380\n0.999974489 -0.003944929 -0.005957453 -0.039968979 0.003964551 0.999986768 0.003285535 -0.014153351 0.005944412 -0.003309070 0.999976873 5.380879402\n0.999970496 -0.004590247 -0.006162264 -0.039869931 0.004613465 0.999982297 0.003758825 -0.012321454 0.006144901 -0.003787144 0.999973953 5.848865509\n0.999968827 -0.005035268 -0.006081595 -0.045159500 0.005059001 0.999979615 0.003893332 -0.014453498 0.006061867 -0.003923978 0.999973953 6.307476044\n0.999968767 -0.005549043 -0.005625602 -0.048309945 0.005567492 0.999979138 0.003269023 -0.017325718 0.005607344 -0.003300241 0.999978840 6.744697094\n0.999970794 -0.005562351 -0.005242235 -0.050405104 0.005567132 0.999984086 0.000897932 -0.015562092 0.005237157 -0.000927090 0.999985874 7.174271584\n0.999971449 -0.005961089 -0.004645464 -0.054658175 0.005956193 0.999981701 -0.001067154 -0.014421673 0.004651740 0.001039454 0.999988616 7.592075825\n0.999966860 -0.006354366 -0.005083836 -0.047197424 0.006344621 0.999978006 -0.001930731 -0.015222363 0.005095992 0.001898412 0.999985218 8.020376205\n0.999966025 -0.006948678 -0.004436703 -0.051250104 0.006941761 0.999974668 -0.001572629 -0.016334558 0.004447518 0.001541778 0.999988914 8.432117462\n0.999971390 -0.006278490 -0.004219079 -0.052477453 0.006272616 0.999979317 -0.001404062 -0.014270374 0.004227807 0.001377557 0.999990106 8.845042229\n0.999975443 -0.005502501 -0.004341098 -0.052133963 0.005497217 0.999984145 -0.001228244 -0.017812748 0.004347787 0.001204350 0.999989808 9.256632805\n0.999985158 -0.003515071 -0.004169036 -0.057849046 0.003509158 0.999992847 -0.001424685 -0.020286934 0.004174014 0.001410034 0.999990284 9.649052620\n0.999983907 -0.003345650 -0.004582593 -0.055167995 0.003337108 0.999992669 -0.001870508 -0.021232888 0.004588818 0.001855186 0.999987721 10.041561127\n0.999982357 -0.003903554 -0.004473158 -0.055589467 0.003895708 0.999990880 -0.001761351 -0.021330981 0.004479992 0.001743894 0.999988437 10.431655884\n0.999984324 -0.003890008 -0.004027953 -0.059269439 0.003880117 0.999989450 -0.002460577 -0.022723095 0.004037482 0.002444909 0.999988854 10.816489220\n0.999984264 -0.003342469 -0.004505126 -0.060921680 0.003326093 0.999987841 -0.003637607 -0.021686437 0.004517230 0.003622566 0.999983251 11.201272011\n0.999986410 -0.002897847 -0.004328338 -0.062712148 0.002880725 0.999988019 -0.003956730 -0.022265337 0.004339752 0.003944207 0.999982834 11.581668854\n0.999991596 -0.001688643 -0.003740655 -0.071020775 0.001672983 0.999989867 -0.004185535 -0.019682726 0.003747685 0.004179242 0.999984264 11.960445404\n0.999992132 -0.000743685 -0.003897884 -0.069929399 0.000727652 0.999991298 -0.004112972 -0.022389280 0.003900909 0.004110103 0.999983966 12.338461876\n0.999993682 0.000073237 -0.003549747 -0.071070775 -0.000087438 0.999992013 -0.004000615 -0.025368238 0.003549425 0.004000900 0.999985695 12.708093643\n0.999996305 -0.000270656 -0.002715576 -0.076295443 0.000258834 0.999990463 -0.004352801 -0.026253900 0.002716729 0.004352082 0.999986827 13.076165199\n0.999998510 0.000044552 -0.001716163 -0.079096906 -0.000054373 0.999983609 -0.005723255 -0.023500703 0.001715880 0.005723340 0.999982178 13.439068794\n0.999999225 0.000059883 -0.001230690 -0.076597102 -0.000068794 0.999973774 -0.007242144 -0.027686618 0.001230224 0.007242223 0.999972999 13.809186935\n0.999999881 -0.000311064 -0.000326413 -0.077249177 0.000308297 0.999964356 -0.008440242 -0.030554444 0.000329027 0.008440141 0.999964356 14.176084518\n0.999999583 -0.000624277 0.000665400 -0.081993185 0.000630182 0.999960065 -0.008911837 -0.033221081 -0.000659810 0.008912252 0.999960065 14.561208725\n0.999997973 -0.001364370 0.001496032 -0.083183102 0.001378620 0.999953270 -0.009565993 -0.031493034 -0.001482911 0.009568036 0.999953151 14.934896469\n0.999996662 -0.001631442 0.002003890 -0.079667546 0.001652251 0.999944270 -0.010426604 -0.035350125 -0.001986768 0.010429880 0.999943614 15.315717697\n0.999993145 -0.002396469 0.002831107 -0.076603971 0.002428585 0.999932110 -0.011395451 -0.035843696 -0.002803606 0.011402247 0.999931037 15.687004089\n0.999987900 -0.003133935 0.003792056 -0.078090757 0.003179002 0.999923706 -0.011937525 -0.039433613 -0.003754355 0.011949436 0.999921560 16.075023651\n0.999985754 -0.003040574 0.004386331 -0.076857902 0.003095915 0.999915004 -0.012665533 -0.041733097 -0.004347448 0.012678933 0.999910176 16.470247269\n0.999985158 -0.002862793 0.004630138 -0.074052669 0.002922304 0.999912560 -0.012897677 -0.042183768 -0.004592809 0.012911016 0.999906123 16.856319427\n0.999980092 -0.003375342 0.005325905 -0.075564623 0.003445623 0.999906361 -0.013242561 -0.044560477 -0.005280708 0.013260649 0.999898136 17.272956848\n0.999969840 -0.004720748 0.006167484 -0.074137859 0.004805440 0.999893367 -0.013790032 -0.046277914 -0.006101727 0.013819253 0.999885917 17.686204910\n0.999959350 -0.006538588 0.006207501 -0.059673347 0.006628542 0.999871671 -0.014582923 -0.048605002 -0.006111352 0.014623477 0.999874413 18.100267410\n0.999946535 -0.007991808 0.006560653 -0.053001910 0.008089297 0.999855220 -0.014970199 -0.048722245 -0.006440064 0.015022471 0.999866426 18.529541016\n0.999939978 -0.008183352 0.007285032 -0.055733204 0.008287910 0.999861419 -0.014439889 -0.050795253 -0.007165856 0.014499401 0.999869227 18.974567413\n0.999948144 -0.006732309 0.007639313 -0.054641556 0.006834499 0.999886453 -0.013430541 -0.059518710 -0.007548027 0.013482057 0.999880612 19.447887421\n0.999948263 -0.006405927 0.007898784 -0.052349441 0.006505803 0.999898374 -0.012684311 -0.056744639 -0.007816727 0.012735043 0.999888361 19.920171738\n0.999944806 -0.006760675 0.008042615 -0.045331456 0.006857737 0.999903262 -0.012102792 -0.059938636 -0.007960013 0.012157278 0.999894440 20.419925690\n0.999935210 -0.007884646 0.008212138 -0.037359320 0.007978104 0.999903083 -0.011410560 -0.056684710 -0.008121374 0.011475338 0.999901175 20.931241989\n0.999941707 -0.007203038 0.008045069 -0.039522707 0.007285406 0.999920845 -0.010256415 -0.059838884 -0.007970555 0.010314429 0.999915063 21.462850571\n0.999946356 -0.007031088 0.007608376 -0.036485970 0.007108618 0.999922574 -0.010211452 -0.057868749 -0.007535990 0.010264989 0.999918938 21.993257523\n0.999946833 -0.007196222 0.007386294 -0.036389500 0.007280614 0.999907792 -0.011462995 -0.051069222 -0.007303123 0.011516162 0.999907017 22.585353851\n0.999956727 -0.006346741 0.006803219 -0.038957637 0.006431382 0.999901295 -0.012492484 -0.048695900 -0.006723261 0.012535698 0.999898851 23.167261124\n0.999965966 -0.005524417 0.006125138 -0.037397973 0.005599960 0.999907613 -0.012385579 -0.058285896 -0.006056149 0.012419458 0.999904513 23.776361465\n0.999975026 -0.004288875 0.005615273 -0.041710742 0.004349088 0.999932706 -0.010755139 -0.056484174 -0.005568767 0.010779292 0.999926388 24.399791718\n0.999983907 -0.002887299 0.004888582 -0.043181028 0.002931549 0.999954581 -0.009068811 -0.051012814 -0.004862175 0.009082996 0.999946952 25.048387527\n0.999987543 -0.002937797 0.004035649 -0.045016475 0.002968966 0.999965668 -0.007739263 -0.047490530 -0.004012774 0.007751148 0.999961913 25.701698303\n0.999979913 -0.005229732 0.003584705 -0.045617945 0.005254304 0.999962509 -0.006879777 -0.051126499 -0.003548591 0.006898473 0.999969900 26.365858078\n0.999983311 -0.004879127 0.003097426 -0.044474281 0.004903313 0.999957144 -0.007849489 -0.049756423 -0.003058995 0.007864545 0.999964416 27.054143906\n0.999987066 -0.004338789 0.002654848 -0.042723071 0.004362483 0.999950111 -0.008985208 -0.041283891 -0.002615731 0.008996674 0.999956131 27.767305374\n0.999985814 -0.004639444 0.002610518 -0.052294891 0.004662782 0.999948561 -0.009006177 -0.038583755 -0.002568600 0.009018222 0.999956012 28.490797043\n0.999971449 -0.007255519 0.002113505 -0.045572199 0.007269541 0.999951124 -0.006704140 -0.034975722 -0.002064760 0.006719313 0.999975264 29.235853195\n0.999936640 -0.011069741 0.002047915 -0.041032474 0.011076187 0.999933660 -0.003163514 -0.029936416 -0.002012760 0.003185997 0.999992907 29.994239807\n0.999864101 -0.016344329 0.002159291 -0.036281116 0.016344957 0.999866366 -0.000273251 -0.021924380 -0.002154537 0.000308508 0.999997616 30.770826340\n0.999845088 -0.017511321 0.001759958 -0.032453779 0.017510284 0.999846518 0.000602789 -0.016498903 -0.001770243 -0.000571878 0.999998271 31.565534592\n0.999848783 -0.017344415 0.001241134 -0.034092218 0.017341653 0.999847174 0.002201683 -0.007923889 -0.001279131 -0.002179827 0.999996781 32.371662140\n0.999806881 -0.019627651 0.000977538 -0.035560463 0.019627154 0.999807239 0.000516568 0.004284295 -0.000987488 -0.000497282 0.999999404 33.196323395\n0.999696612 -0.024627605 0.000381929 -0.023207918 0.024627447 0.999696612 0.000415974 0.015544377 -0.000392058 -0.000406442 0.999999821 34.032680511\n0.999706268 -0.024228364 0.000592363 -0.025212102 0.024227340 0.999705076 0.001680532 0.029131208 -0.000632905 -0.001665687 0.999998391 34.890060425\n0.999786854 -0.020638006 0.000595620 -0.035652995 0.020636903 0.999785423 0.001802004 0.034771506 -0.000632681 -0.001789328 0.999998212 35.750480652\n0.999810278 -0.019478172 0.000005621 -0.037592988 0.019478170 0.999809921 -0.000832422 0.046627499 0.000010594 0.000832373 0.999999642 36.631473541\n0.999798179 -0.020089693 -0.000174209 -0.031209955 0.020088123 0.999776781 -0.006548495 0.050009131 0.000305727 0.006543674 0.999978542 37.514591217\n0.999829710 -0.018434122 0.000833376 -0.044259235 0.018442448 0.999764562 -0.011432081 0.055276394 -0.000622439 0.011445504 0.999934316 38.394241333\n0.999890804 -0.014723545 0.001282017 -0.053782053 0.014737774 0.999820530 -0.011904093 0.047729004 -0.001106516 0.011921686 0.999928296 39.282630920\n0.999905646 -0.013647175 0.001556501 -0.056168620 0.013662548 0.999853253 -0.010335429 0.042474505 -0.001415223 0.010355719 0.999945402 40.150321960\n0.999921799 -0.012402569 0.001591348 -0.059325702 0.012413286 0.999899089 -0.006911136 0.039719474 -0.001505471 0.006930349 0.999974847 41.056983948\n0.999905705 -0.013585446 0.002004683 -0.055267755 0.013592580 0.999901175 -0.003589019 0.035608701 -0.001955726 0.003615929 0.999991536 41.953720093\n0.999876976 -0.015477869 0.002532773 -0.047551099 0.015483393 0.999877751 -0.002176512 0.036897223 -0.002498776 0.002215460 0.999994397 42.855609894\n0.999885142 -0.014903464 0.002759147 -0.056267533 0.014912518 0.999883413 -0.003290213 0.032716155 -0.002709789 0.003330981 0.999990761 43.752342224\n0.999887168 -0.014792982 0.002602846 -0.051313866 0.014810316 0.999867380 -0.006771706 0.034885161 -0.002502327 0.006809491 0.999973655 44.670761108\n0.999898493 -0.013959777 0.002851657 -0.053277779 0.013983829 0.999865294 -0.008596317 0.036059260 -0.002731270 0.008635322 0.999958992 45.552402496\n0.999904275 -0.013470161 0.003162145 -0.053535156 0.013493158 0.999881804 -0.007367581 0.037635468 -0.003062529 0.007409542 0.999967873 46.466194153\n0.999915481 -0.012551207 0.003396718 -0.052053358 0.012560553 0.999917328 -0.002744403 0.035080761 -0.003361992 0.002786835 0.999990463 47.366024017\n0.999911666 -0.012840225 0.003439705 -0.047630936 0.012839451 0.999917567 0.000247118 0.031933386 -0.003442595 -0.000202932 0.999994040 48.286720276\n0.999897242 -0.013894233 0.003522392 -0.048215859 0.013893647 0.999903440 0.000190744 0.042200316 -0.003524703 -0.000141785 0.999993801 49.199298859\n0.999883771 -0.014946794 0.003003658 -0.048556820 0.014951648 0.999886930 -0.001600054 0.054264829 -0.002979402 0.001644778 0.999994218 50.119155884\n0.999878407 -0.015537636 0.001317410 -0.040997282 0.015540909 0.999876082 -0.002511578 0.048046101 -0.001278223 0.002531747 0.999996006 51.043281555\n0.999917865 -0.012817621 0.000137099 -0.049286604 0.012817955 0.999913931 -0.002802060 0.049990807 -0.000101172 0.002803587 0.999996066 51.985721588\n0.999952734 -0.009697293 -0.000684480 -0.061521314 0.009695878 0.999950886 -0.002040836 0.056841213 0.000704237 0.002034103 0.999997675 52.947067261\n0.999985158 -0.005239271 -0.001474697 -0.072891220 0.005238008 0.999985933 -0.000859360 0.059850171 0.001479178 0.000851623 0.999998569 53.904842377\n0.999997139 -0.001203617 -0.002074718 -0.083980620 0.001200819 0.999998391 -0.001349484 0.059677199 0.002076339 0.001346989 0.999996960 54.882087708\n0.999990761 0.003311117 -0.002745655 -0.101978108 -0.003319606 0.999989688 -0.003093098 0.066039369 0.002735385 0.003102184 0.999991477 55.848087311\n0.999990702 0.002927178 -0.003161106 -0.113233060 -0.002942403 0.999984026 -0.004822602 0.069081180 0.003146939 0.004831859 0.999983370 56.834129333\n0.999986351 0.003535243 -0.003851192 -0.126565322 -0.003554228 0.999981523 -0.004934024 0.071942851 0.003833678 0.004947645 0.999980390 57.821205139\n0.999985456 0.003414748 -0.004172964 -0.135408849 -0.003430014 0.999987423 -0.003656513 0.073361471 0.004160425 0.003670773 0.999984622 58.813804626\n0.999984264 0.002976269 -0.004752465 -0.147160560 -0.002993121 0.999989271 -0.003542837 0.077843599 0.004741869 0.003557005 0.999982417 59.827053070\n0.999985576 0.001773602 -0.005066695 -0.156783789 -0.001794424 0.999989927 -0.004108049 0.081728905 0.005059358 0.004117081 0.999978721 60.826198578\n0.999980569 0.002552759 -0.005685642 -0.167210057 -0.002582971 0.999982536 -0.005312643 0.083984263 0.005671981 0.005327226 0.999969721 61.842506409\n0.999972343 0.003873633 -0.006345051 -0.176140353 -0.003924996 0.999959469 -0.008102539 0.086806491 0.006313407 0.008127219 0.999947071 62.854305267\n0.999972224 0.003217957 -0.006721636 -0.189797565 -0.003291117 0.999935150 -0.010901671 0.082979053 0.006686119 0.010923490 0.999917984 63.875442505\n0.999968171 0.003714447 -0.007062899 -0.201857090 -0.003800678 0.999917924 -0.012234990 0.079019092 0.007016873 0.012261444 0.999900222 64.912734985\n0.999966323 0.004256802 -0.007017211 -0.219374493 -0.004330485 0.999935329 -0.010518732 0.079573795 0.006971981 0.010548765 0.999920070 65.946746826\n0.999966264 0.003569350 -0.007396401 -0.217336729 -0.003630316 0.999959409 -0.008245677 0.068358891 0.007366669 0.008272249 0.999938667 67.011909485\n0.999965370 0.003142018 -0.007709137 -0.228753522 -0.003203613 0.999962926 -0.007990663 0.060389921 0.007683744 0.008015083 0.999938369 68.085998535\n0.999961913 0.003685465 -0.007909432 -0.244873434 -0.003751216 0.999958396 -0.008314254 0.062964432 0.007878462 0.008343607 0.999934137 69.132598877\n0.999956548 0.003995671 -0.008422395 -0.256820977 -0.004064702 0.999958158 -0.008194983 0.066744089 0.008389298 0.008228862 0.999930978 70.195281982\n0.999953985 0.004040518 -0.008700809 -0.271178335 -0.004106979 0.999962449 -0.007634215 0.061935138 0.008669635 0.007669597 0.999933004 71.277374268\n0.999956727 0.004070413 -0.008367430 -0.297877699 -0.004133127 0.999963403 -0.007491446 0.059216771 0.008336631 0.007525705 0.999936938 72.377990723\n0.999953866 0.004046357 -0.008708663 -0.310454547 -0.004109725 0.999965131 -0.007270941 0.056218673 0.008678938 0.007306396 0.999935627 73.475463867\n0.999957204 0.002903561 -0.008784530 -0.315601647 -0.002964455 0.999971628 -0.006926897 0.062439356 0.008764167 0.006952642 0.999937415 74.580764771\n0.999958932 0.002562655 -0.008694590 -0.329090357 -0.002614890 0.999978542 -0.006001706 0.059695713 0.008679024 0.006024194 0.999944210 75.689270020\n0.999966562 0.000585093 -0.008157475 -0.352214456 -0.000636922 0.999979615 -0.006352393 0.060374152 0.008153592 0.006357377 0.999946535 76.802253723\n0.999968112 -0.000132719 -0.007982990 -0.364277393 0.000081816 0.999979675 -0.006376491 0.056963984 0.007983673 0.006375635 0.999947786 77.920448303\n0.999966264 -0.000631141 -0.008188146 -0.370385319 0.000585945 0.999984562 -0.005520923 0.052290760 0.008191505 0.005515939 0.999951243 79.042190552\n0.999968827 -0.000724833 -0.007865760 -0.389800429 0.000692592 0.999991357 -0.004100841 0.059656940 0.007868663 0.004095266 0.999960661 80.160758972\n0.999969900 -0.000563487 -0.007741875 -0.399590641 0.000532765 0.999991953 -0.003969730 0.057749804 0.007744050 0.003965486 0.999962151 81.269241333\n0.999974191 0.000606374 -0.007162552 -0.420626551 -0.000633174 0.999992788 -0.003740004 0.061505351 0.007160233 0.003744443 0.999967337 82.386489868\n0.999972701 0.001491268 -0.007235073 -0.434930146 -0.001513227 0.999994278 -0.003030655 0.057644360 0.007230513 0.003041521 0.999969244 83.508598328\n0.999973714 0.001475797 -0.007097887 -0.446956098 -0.001494795 0.999995291 -0.002672095 0.061565928 0.007093910 0.002682635 0.999971211 84.622535706\n0.999977589 0.002629310 -0.006154961 -0.470200449 -0.002643142 0.999993980 -0.002240172 0.058782008 0.006149034 0.002256390 0.999978542 85.727653503\n0.999980569 0.002435721 -0.005733680 -0.481912017 -0.002450009 0.999993920 -0.002486248 0.060984980 0.005727589 0.002500247 0.999980450 86.827354431\n0.999976814 0.004479622 -0.005126463 -0.503601730 -0.004495732 0.999984980 -0.003135348 0.064145960 0.005112341 0.003158323 0.999981940 87.926712036\n0.999980867 0.004355443 -0.004391728 -0.511453092 -0.004371054 0.999984145 -0.003551281 0.065305188 0.004376190 0.003570409 0.999984026 89.028350830\n0.999983430 0.004437715 -0.003660616 -0.520916343 -0.004446487 0.999987245 -0.002391699 0.065554231 0.003649956 0.002407936 0.999990463 90.126136780\n0.999985039 0.005016645 -0.002182705 -0.534608006 -0.005021349 0.999985099 -0.002154862 0.063827112 0.002171862 0.002165790 0.999995291 91.214172363\n0.999990046 0.004335126 -0.001075653 -0.546546280 -0.004337148 0.999988794 -0.001884901 0.064386494 0.001067470 0.001889548 0.999997616 92.298721313\n0.999991238 0.004141640 -0.000587402 -0.554104030 -0.004142558 0.999990165 -0.001570228 0.065561719 0.000580893 0.001572648 0.999998569 93.398422241\n0.999994040 0.003460264 0.000032103 -0.555885375 -0.003460253 0.999993980 -0.000352016 0.065838814 -0.000033321 0.000351902 0.999999940 94.478286743\n0.999994457 0.003253237 0.000667692 -0.554964244 -0.003252653 0.999994338 -0.000874096 0.065996841 -0.000670532 0.000871919 0.999999404 95.574012756\n0.999993563 0.003282079 0.001463610 -0.560424030 -0.003279566 0.999993145 -0.001716030 0.065789700 -0.001469233 0.001711219 0.999997437 96.646156311\n0.999992490 0.003009927 0.002449133 -0.561049700 -0.003004590 0.999993086 -0.002179854 0.062633097 -0.002455677 0.002172479 0.999994636 97.702430725\n0.999986947 0.003640133 0.003589589 -0.569127679 -0.003633399 0.999991655 -0.001880778 0.059711773 -0.003596405 0.001867710 0.999991775 98.767707825\n0.999984920 0.003273619 0.004410757 -0.568710625 -0.003269156 0.999994159 -0.001018568 0.058044292 -0.004414065 0.001004133 0.999989748 99.834594727\n0.999978423 0.004505769 0.004779495 -0.565520704 -0.004502461 0.999989629 -0.000702828 0.056131329 -0.004782612 0.000681294 0.999988317 100.888984680\n0.999974430 0.004598477 0.005473148 -0.563291311 -0.004585850 0.999986827 -0.002317372 0.055037793 -0.005483732 0.002292213 0.999982357 101.937774658\n0.999967039 0.005415585 0.006048084 -0.562514365 -0.005394976 0.999979615 -0.003418620 0.055917066 -0.006066474 0.003385878 0.999975860 102.980216980\n0.999964952 0.005013850 0.006702993 -0.555694699 -0.005000742 0.999985576 -0.001970896 0.053521864 -0.006712778 0.001937308 0.999975622 104.027946472\n0.999961555 0.004682552 0.007417162 -0.554430246 -0.004687268 0.999988794 0.000618561 0.051313777 -0.007414183 -0.000653304 0.999972284 105.059120178\n0.999963224 0.003598664 0.007785472 -0.550140262 -0.003611672 0.999992132 0.001657345 0.050553419 -0.007779446 -0.001685403 0.999968290 106.083717346\n0.999966741 0.002813775 0.007653027 -0.544255674 -0.002822217 0.999995410 0.001092481 0.053297956 -0.007649919 -0.001114044 0.999970138 107.115661621\n0.999967694 0.001444889 0.007904055 -0.540653884 -0.001448017 0.999998868 0.000390068 0.055038583 -0.007903482 -0.000401501 0.999968708 108.121269226\n0.999970555 0.000921108 0.007617513 -0.535626054 -0.000911007 0.999998689 -0.001329479 0.054676428 -0.007618727 0.001322500 0.999970078 109.152542114\n0.999972463 0.000591596 0.007398126 -0.529483080 -0.000577202 0.999997914 -0.001947629 0.054530393 -0.007399263 0.001943305 0.999970734 110.162391663\n0.999975443 0.001128661 0.006919757 -0.525661111 -0.001111995 0.999996483 -0.002411802 0.051752906 -0.006922455 0.002404048 0.999973178 111.183052063\n0.999979675 0.002109455 0.006015935 -0.526156425 -0.002093942 0.999994457 -0.002583799 0.052895483 -0.006021352 0.002571150 0.999978542 112.151390076\n0.999982595 0.001907430 0.005585672 -0.515931308 -0.001900558 0.999997437 -0.001235221 0.053826183 -0.005588014 0.001224584 0.999983609 113.191230774\n0.999986827 0.001629874 0.004869837 -0.508202195 -0.001633057 0.999998450 0.000649721 0.050228160 -0.004868771 -0.000657665 0.999987960 114.185539246\n0.999988437 0.002271730 0.004245412 -0.510899901 -0.002279492 0.999995708 0.001824346 0.050247550 -0.004241249 -0.001834003 0.999989331 115.159858704\n0.999990880 0.002201845 0.003657579 -0.503980875 -0.002209691 0.999995291 0.002142471 0.048108269 -0.003652844 -0.002150533 0.999991000 116.181617737\n0.999993801 0.001512811 0.003175918 -0.505547345 -0.001519245 0.999996781 0.002024529 0.050994322 -0.003172845 -0.002029342 0.999992907 117.158493042\n0.999997318 -0.000186697 0.002311264 -0.496230334 0.000181749 0.999997675 0.002140937 0.057297450 -0.002311659 -0.002140511 0.999995053 118.141098022\n0.999998629 -0.001215965 0.001120375 -0.490900487 0.001213572 0.999996960 0.002133788 0.055978451 -0.001122967 -0.002132425 0.999997079 119.102096558\n0.999998510 -0.001309679 0.001112202 -0.495438695 0.001308979 0.999998927 0.000629638 0.055187978 -0.001113025 -0.000628181 0.999999166 120.076080322\n0.999999404 -0.001041251 0.000376238 -0.496351063 0.001041660 0.999998868 -0.001090559 0.055431526 -0.000375102 0.001090950 0.999999344 121.029052734\n0.999998510 -0.001720999 -0.000195932 -0.493513107 0.001720514 0.999995530 -0.002451462 0.055418976 0.000200150 0.002451121 0.999996960 121.991172791\n0.999999881 -0.000305844 -0.000344532 -0.498682857 0.000305139 0.999997854 -0.002044624 0.057027683 0.000345156 0.002044518 0.999997854 122.933860779\n0.999999881 0.000432281 -0.000315075 -0.502032578 -0.000432520 0.999999642 -0.000761679 0.058199201 0.000314745 0.000761816 0.999999642 123.876945496\n0.999999285 0.001010594 -0.000651911 -0.508297801 -0.001010226 0.999999344 0.000564732 0.055574421 0.000652482 -0.000564073 0.999999642 124.817718506\n0.999999106 -0.000062912 -0.001333517 -0.507381439 0.000064671 0.999999106 0.001318738 0.056331050 0.001333433 -0.001318823 0.999998212 125.738159180\n0.999998987 0.000446445 -0.001347579 -0.508827209 -0.000443240 0.999997079 0.002377316 0.060376376 0.001348636 -0.002376716 0.999996245 126.685836792\n0.999998689 -0.000282613 -0.001580222 -0.510025501 0.000288149 0.999993801 0.003504148 0.066665843 0.001579222 -0.003504599 0.999992609 127.589988708\n0.999998689 -0.000696642 -0.001463831 -0.514097035 0.000703341 0.999989271 0.004580999 0.066516139 0.001460624 -0.004582023 0.999988437 128.484970093\n0.999998808 -0.000722073 -0.001367674 -0.515174329 0.000728279 0.999989390 0.004542724 0.068483315 0.001364379 -0.004543715 0.999988735 129.351715088\n0.999998271 -0.000577631 -0.001750831 -0.517172337 0.000584860 0.999991298 0.004130835 0.068259254 0.001748430 -0.004131852 0.999989927 130.191497803\n0.999998927 -0.000263112 -0.001434750 -0.521245480 0.000269070 0.999991357 0.004154119 0.065224178 0.001433645 -0.004154501 0.999990344 131.021316528\n0.999999046 -0.000342492 -0.001338150 -0.522738934 0.000347532 0.999992847 0.003767517 0.063078716 0.001336850 -0.003767979 0.999992013 131.820175171\n0.999999464 -0.000521593 -0.000891334 -0.522301257 0.000524277 0.999995351 0.003013734 0.065326586 0.000889758 -0.003014199 0.999995053 132.595733643\n0.999999404 0.000245781 -0.001049089 -0.522646248 -0.000241883 0.999993086 0.003714422 0.064607531 0.001049995 -0.003714166 0.999992549 133.345504761\n0.999999106 0.001195075 -0.000599204 -0.529786348 -0.001192295 0.999988616 0.004618148 0.068198457 0.000604717 -0.004617430 0.999989152 134.087677002\n0.999999344 0.001105299 0.000183613 -0.537544191 -0.001106228 0.999986172 0.005139953 0.065409631 -0.000177929 -0.005140152 0.999986768 134.775817871\n0.999999821 0.000598802 -0.000063943 -0.531792104 -0.000598413 0.999982238 0.005932769 0.063858822 0.000067494 -0.005932730 0.999982417 135.461547852\n0.999999702 0.000743077 0.000298571 -0.532673478 -0.000745033 0.999977887 0.006605718 0.065314434 -0.000293656 -0.006605938 0.999978125 136.112075806\n0.999999523 0.000624752 0.000760617 -0.534686029 -0.000629099 0.999983370 0.005728608 0.062810935 -0.000757025 -0.005729084 0.999983311 136.735107422\n0.999999225 0.000962284 0.000810569 -0.541517079 -0.000966115 0.999988317 0.004739536 0.063405268 -0.000805998 -0.004740315 0.999988437 137.342208862\n0.999998868 0.001116665 0.000985957 -0.540461779 -0.001120790 0.999990582 0.004192851 0.067162775 -0.000981266 -0.004193951 0.999990702 137.930252075\n0.999999225 0.000788544 0.000951160 -0.542493343 -0.000791545 0.999994695 0.003158861 0.065861389 -0.000948664 -0.003159612 0.999994576 138.477478027\n0.999999881 -0.000187372 0.000428379 -0.540652692 0.000186574 0.999998271 0.001860597 0.065191045 -0.000428727 -0.001860517 0.999998152 139.022659302\n0.999999046 -0.001228882 -0.000660165 -0.535864234 0.001229068 0.999999225 0.000282459 0.063681088 0.000659818 -0.000283270 0.999999762 139.555404663\n0.999999106 -0.000637066 -0.001166828 -0.541555822 0.000635339 0.999998689 -0.001479841 0.062086347 0.001167769 0.001479099 0.999998212 140.089263916\n0.999998629 -0.000092954 -0.001647261 -0.548564613 0.000089738 0.999998093 -0.001952086 0.061476044 0.001647439 0.001951936 0.999996722 140.614532471\n0.999996841 -0.000195480 -0.002505038 -0.555487037 0.000191896 0.999998987 -0.001431110 0.062760301 0.002505315 0.001430625 0.999995828 141.134536743\n0.999994874 -0.000312735 -0.003188655 -0.560395002 0.000310300 0.999999642 -0.000764276 0.062902182 0.003188893 0.000763282 0.999994636 141.644332886\n0.999991298 0.000367775 -0.004152492 -0.560919523 -0.000366687 0.999999881 0.000262907 0.061940771 0.004152588 -0.000261382 0.999991357 142.151687622\n0.999990523 0.000966117 -0.004241971 -0.569222152 -0.000961760 0.999998987 0.001028826 0.063355386 0.004242961 -0.001024737 0.999990463 142.642532349\n0.999988794 0.001105385 -0.004604106 -0.573224068 -0.001096436 0.999997497 0.001945886 0.061226632 0.004606246 -0.001940816 0.999987483 143.126892090\n0.999986112 0.001214104 -0.005127204 -0.574080884 -0.001200210 0.999995589 0.002711916 0.059627142 0.005130474 -0.002705725 0.999983191 143.597640991\n0.999982238 0.002020317 -0.005603054 -0.573658407 -0.002002548 0.999992967 0.003174938 0.058428857 0.005609429 -0.003163661 0.999979258 144.057937622\n0.999980927 0.001570629 -0.005976160 -0.573094606 -0.001549979 0.999992847 0.003458344 0.058404874 0.005981549 -0.003449015 0.999976158 144.498657227\n0.999984026 0.001149620 -0.005529122 -0.583240867 -0.001129877 0.999992967 0.003572561 0.066215813 0.005533190 -0.003566256 0.999978304 144.908813477\n0.999981821 0.001465489 -0.005848095 -0.579418898 -0.001440989 0.999990165 0.004191458 0.063894391 0.005854181 -0.004182955 0.999974132 145.318176270\n0.999982953 0.002390740 -0.005331879 -0.588588417 -0.002365932 0.999986351 0.004654184 0.064035341 0.005342933 -0.004641490 0.999974966 145.683975220\n0.999982119 0.003293188 -0.004992021 -0.595447838 -0.003269763 0.999983668 0.004693430 0.061625220 0.005007396 -0.004677023 0.999976516 146.042098999\n0.999984324 0.003281282 -0.004542436 -0.600441575 -0.003260406 0.999984145 0.004595554 0.060049120 0.004557443 -0.004580671 0.999979138 146.388854980\n0.999986768 0.002742853 -0.004352529 -0.596626282 -0.002723893 0.999986827 0.004356077 0.061120786 0.004364420 -0.004344164 0.999981046 146.709091187\n0.999989390 0.002453390 -0.003895403 -0.601071000 -0.002438894 0.999990106 0.003721656 0.070777230 0.003904495 -0.003712116 0.999985516 147.006576538\n0.999990046 0.002411844 -0.003759427 -0.598800004 -0.002401585 0.999993384 0.002730976 0.067601338 0.003765988 -0.002721921 0.999989212 147.311920166\n0.999990404 0.002729386 -0.003427243 -0.602335215 -0.002724793 0.999995410 0.001344020 0.071171992 0.003430895 -0.001334669 0.999993205 147.603500366\n0.999990046 0.003025807 -0.003277430 -0.602615416 -0.003025329 0.999995410 0.000150869 0.072329096 0.003277872 -0.000140953 0.999994636 147.890106201\n0.999990821 0.002981459 -0.003076863 -0.609073997 -0.002982168 0.999995530 -0.000225615 0.069541313 0.003076176 0.000234789 0.999995232 148.176681519\n0.999990463 0.002678148 -0.003456257 -0.608918846 -0.002679656 0.999996305 -0.000431736 0.070726000 0.003455088 0.000440993 0.999993920 148.464736938\n0.999990284 0.002596908 -0.003560315 -0.610776544 -0.002598980 0.999996483 -0.000577320 0.072605751 0.003558803 0.000586568 0.999993503 148.736663818\n0.999989510 0.002385956 -0.003915082 -0.611694276 -0.002388326 0.999996960 -0.000600835 0.075723931 0.003913637 0.000610179 0.999992132 149.012359619\n0.999989569 0.002097445 -0.004051236 -0.611197114 -0.002100212 0.999997556 -0.000678762 0.079516716 0.004049803 0.000687264 0.999991536 149.289794922\n0.999987483 0.002200243 -0.004491762 -0.609616458 -0.002204393 0.999997139 -0.000919043 0.075188883 0.004489727 0.000928933 0.999989510 149.566482544\n0.999987662 0.001749040 -0.004653093 -0.616002142 -0.001755503 0.999997497 -0.001385251 0.074935518 0.004650659 0.001393402 0.999988198 149.831512451\n0.999984860 0.002392803 -0.004952548 -0.618426621 -0.002401710 0.999995530 -0.001793428 0.077831902 0.004948235 0.001805295 0.999986112 150.086791992\n0.999984205 0.002517825 -0.005024454 -0.618513882 -0.002525781 0.999995589 -0.001577590 0.077628784 0.005020460 0.001590256 0.999986112 150.336318970\n0.999982476 0.002264110 -0.005474290 -0.618550718 -0.002270515 0.999996722 -0.001164095 0.079604954 0.005471637 0.001176504 0.999984324 150.601226807\n0.999982297 0.002073211 -0.005572542 -0.621317685 -0.002078556 0.999997377 -0.000953494 0.078222834 0.005570550 0.000965060 0.999984026 150.849426270\n0.999979734 0.002344203 -0.005918814 -0.623174131 -0.002348109 0.999997020 -0.000653062 0.079071335 0.005917265 0.000666946 0.999982297 151.087478638\n0.999978662 0.002191189 -0.006150704 -0.621068239 -0.002193582 0.999997497 -0.000382523 0.078710571 0.006149851 0.000396007 0.999980986 151.331802368\n0.999979138 0.001730444 -0.006225279 -0.624148786 -0.001732705 0.999998450 -0.000357873 0.081800140 0.006224649 0.000368652 0.999980569 151.566177368\n0.999975383 0.001972356 -0.006734353 -0.620811522 -0.001975193 0.999997973 -0.000414787 0.080234386 0.006733522 0.000428078 0.999977231 151.796401978\n0.999975979 0.001418562 -0.006781529 -0.623952687 -0.001419224 0.999998987 -0.000092707 0.080401331 0.006781391 0.000102329 0.999976993 152.008804321\n0.999976218 0.000840552 -0.006847181 -0.625947535 -0.000838933 0.999999642 0.000239302 0.081355684 0.006847380 -0.000233552 0.999976516 152.216201782\n0.999974608 0.000012118 -0.007122303 -0.626118660 -0.000007834 0.999999821 0.000601571 0.086424083 0.007122309 -0.000601500 0.999974430 152.422515869\n0.999974132 0.000214087 -0.007193435 -0.627578557 -0.000205466 0.999999285 0.001199178 0.080285035 0.007193687 -0.001197669 0.999973416 152.594482422\n0.999974012 0.000744269 -0.007170877 -0.630734086 -0.000731914 0.999998271 0.001725424 0.081160076 0.007172149 -0.001720131 0.999972820 152.753631592\n0.999972522 0.001260474 -0.007303833 -0.633008361 -0.001246381 0.999997377 0.001933742 0.083761968 0.007306250 -0.001924585 0.999971449 152.894714355\n0.999969900 0.001431172 -0.007628901 -0.636753142 -0.001413033 0.999996185 0.002382568 0.079117298 0.007632282 -0.002371716 0.999968052 153.041305542\n0.999971032 0.001091645 -0.007534992 -0.637827277 -0.001075829 0.999997199 0.002102718 0.081360571 0.007537267 -0.002094550 0.999969423 153.149520874\n0.999970615 0.000884602 -0.007614727 -0.640092075 -0.000876940 0.999999106 0.001009412 0.083720654 0.007615613 -0.001002705 0.999970496 153.248336792\n0.999968290 0.001166549 -0.007875180 -0.639179528 -0.001165592 0.999999285 0.000126084 0.084782459 0.007875322 -0.000116901 0.999969006 153.339920044\n0.999968171 0.001747682 -0.007783451 -0.642715454 -0.001747997 0.999998450 -0.000033599 0.085196413 0.007783380 0.000047203 0.999969721 153.425064087\n0.999966979 0.001562030 -0.007976721 -0.642351508 -0.001562309 0.999998808 -0.000028755 0.086119704 0.007976666 0.000041216 0.999968171 153.506546021\n0.999965727 0.000992620 -0.008221290 -0.638969839 -0.000990514 0.999999464 0.000260240 0.082590714 0.008221544 -0.000252087 0.999966145 153.584060669\n0.999966502 0.000906157 -0.008134480 -0.640652478 -0.000902936 0.999999523 0.000399599 0.083280385 0.008134837 -0.000392241 0.999966860 153.652191162\n0.999967217 0.000952708 -0.008038258 -0.641545594 -0.000950173 0.999999523 0.000319226 0.083895214 0.008038559 -0.000311578 0.999967635 153.707946777\n0.999965310 0.001339604 -0.008220336 -0.641761124 -0.001341543 0.999999046 -0.000230424 0.086533897 0.008220020 0.000241444 0.999966204 153.764450073\n0.999966443 0.001416612 -0.008067054 -0.645762861 -0.001423561 0.999998629 -0.000855756 0.089678258 0.008065830 0.000867211 0.999967098 153.818313599\n0.999965131 0.001497542 -0.008211836 -0.643413067 -0.001506884 0.999998212 -0.001131518 0.087011442 0.008210127 0.001143853 0.999965668 153.869079590\n0.999966502 0.001308619 -0.008082347 -0.646506608 -0.001316125 0.999998689 -0.000923538 0.087198980 0.008081128 0.000934144 0.999966919 153.918136597\n0.999966562 0.001077104 -0.008103251 -0.645271122 -0.001085098 0.999998927 -0.000982191 0.089299738 0.008102184 0.000990951 0.999966681 153.960479736\n0.999965608 0.001188614 -0.008204716 -0.647387624 -0.001195870 0.999998927 -0.000879580 0.087648146 0.008203662 0.000889362 0.999965966 153.998153687\n0.999965906 0.001093182 -0.008186654 -0.648518562 -0.001100278 0.999999046 -0.000862407 0.088974282 0.008185703 0.000871385 0.999966145 154.029861450\n0.999963820 0.001468001 -0.008380649 -0.646999359 -0.001475018 0.999998569 -0.000831259 0.090412870 0.008379416 0.000843591 0.999964535 154.063674927\n0.999965489 0.001346317 -0.008195344 -0.649879575 -0.001352796 0.999998748 -0.000785066 0.088739604 0.008194277 0.000796125 0.999966085 154.082412720\n0.999965310 0.001234671 -0.008236443 -0.649188578 -0.001239306 0.999999106 -0.000557728 0.088341713 0.008235747 0.000567916 0.999965906 154.104125977\n0.999965131 0.000929405 -0.008301257 -0.645563722 -0.000929956 0.999999583 -0.000062443 0.085001744 0.008301196 0.000070160 0.999965549 154.108093262\n0.999964952 0.000933851 -0.008323047 -0.647418499 -0.000935891 0.999999523 -0.000241215 0.088698424 0.008322818 0.000248996 0.999965310 154.110260010\n0.999964058 0.000999704 -0.008418203 -0.644982517 -0.001003925 0.999999344 -0.000497185 0.088930480 0.008417701 0.000505619 0.999964416 154.102233887\n0.999966025 0.000793958 -0.008202452 -0.647130311 -0.000804368 0.999998868 -0.001265889 0.086460374 0.008201438 0.001272444 0.999965549 154.106872559\n0.999966085 0.000380872 -0.008229667 -0.646058261 -0.000399777 0.999997258 -0.002295705 0.086132891 0.008228771 0.002298918 0.999963522 154.109359741\n0.999966025 0.000329833 -0.008235129 -0.644908011 -0.000342044 0.999998868 -0.001481394 0.083128653 0.008234631 0.001484160 0.999965012 154.114730835\n0.999965966 0.000364223 -0.008241595 -0.645299494 -0.000380729 0.999997914 -0.002001302 0.083016500 0.008240849 0.002004372 0.999964058 154.114303589\n0.999966979 0.000511108 -0.008110788 -0.651894152 -0.000533316 0.999996126 -0.002736164 0.082223654 0.008109357 0.002740400 0.999963343 154.111755371\n0.999965131 0.000804594 -0.008310229 -0.648509085 -0.000828536 0.999995530 -0.002877997 0.079966158 0.008307876 0.002884782 0.999961317 154.120193481\n0.999964654 0.000825669 -0.008365690 -0.648338139 -0.000852586 0.999994457 -0.003214439 0.083270840 0.008362990 0.003221458 0.999959826 154.129959106\n0.999965191 0.000769603 -0.008305641 -0.650720954 -0.000798089 0.999993801 -0.003426907 0.085402831 0.008302952 0.003433417 0.999959648 154.141159058\n0.999965131 0.000893558 -0.008303612 -0.650395811 -0.000919575 0.999994695 -0.003129922 0.083032221 0.008300772 0.003137449 0.999960601 154.157470703\n0.999965131 0.000695601 -0.008319292 -0.648612797 -0.000720601 0.999995232 -0.003002493 0.082307376 0.008317164 0.003008383 0.999960899 154.178771973\n0.999965250 0.000629938 -0.008316007 -0.650378942 -0.000657303 0.999994397 -0.003288383 0.083230637 0.008313889 0.003293734 0.999960005 154.201309204\n0.999965131 0.000623020 -0.008326505 -0.650336087 -0.000652553 0.999993503 -0.003544604 0.083562024 0.008324243 0.003549914 0.999959052 154.225677490\n0.999964654 0.000467990 -0.008392216 -0.649453759 -0.000500381 0.999992430 -0.003857935 0.085520126 0.008390347 0.003861998 0.999957323 154.262542725\n0.999962509 0.000389523 -0.008648456 -0.647854924 -0.000430184 0.999988854 -0.004700133 0.085074216 0.008646529 0.004703677 0.999951541 154.303833008\n0.999965072 0.000744769 -0.008321658 -0.653149486 -0.000790655 0.999984503 -0.005512081 0.085844487 0.008317423 0.005518468 0.999950171 154.353439331\n0.999963701 0.000796315 -0.008484688 -0.649960458 -0.000848337 0.999980867 -0.006129450 0.084912248 0.008479644 0.006136425 0.999945223 154.418746948\n0.999965191 0.000919012 -0.008296038 -0.653060913 -0.000976227 0.999975741 -0.006895202 0.086437337 0.008289500 0.006903061 0.999941826 154.497283936\n0.999967992 0.000667502 -0.007971061 -0.652874708 -0.000723263 0.999975264 -0.006994592 0.084693596 0.007966195 0.007000133 0.999943793 154.588516235\n0.999969542 0.000458502 -0.007791118 -0.651358247 -0.000514358 0.999974191 -0.007168720 0.087183885 0.007787630 0.007172510 0.999943972 154.695739746\n0.999972463 0.000364024 -0.007409175 -0.654881656 -0.000419804 0.999971569 -0.007528344 0.087039806 0.007406224 0.007531247 0.999944210 154.812973022\n0.999976337 0.000575746 -0.006854909 -0.659537017 -0.000631009 0.999967277 -0.008062266 0.089331582 0.006850043 0.008066401 0.999944031 154.950271606\n0.999976277 0.000071360 -0.006891848 -0.650891125 -0.000129595 0.999964297 -0.008449724 0.085619964 0.006890999 0.008450416 0.999940574 155.113739014\n0.999979317 -0.000420548 -0.006418065 -0.652222097 0.000362260 0.999958694 -0.009080294 0.086235918 0.006421619 0.009077780 0.999938190 155.288879395\n0.999981821 -0.000092459 -0.006024284 -0.654211819 0.000031696 0.999949157 -0.010085657 0.089749493 0.006024910 0.010085284 0.999930978 155.479202271\n0.999984026 0.000517045 -0.005624176 -0.653328121 -0.000576540 0.999943852 -0.010581936 0.089869909 0.005618389 0.010585009 0.999928176 155.697082520\n0.999986470 0.000600142 -0.005169705 -0.657050848 -0.000656725 0.999939799 -0.010950341 0.086253852 0.005162822 0.010953587 0.999926686 155.930358887\n0.999990165 0.000251337 -0.004421625 -0.660690010 -0.000300581 0.999937892 -0.011139847 0.086248711 0.004418551 0.011141066 0.999928176 156.185119629\n0.999992967 -0.000472119 -0.003712797 -0.661747217 0.000430496 0.999937117 -0.011203642 0.088064760 0.003717853 0.011201965 0.999930322 156.461685181\n0.999993861 -0.000932705 -0.003374964 -0.663238227 0.000893142 0.999931097 -0.011705148 0.090988733 0.003385650 0.011702062 0.999925792 156.763824463\n0.999996483 -0.000831653 -0.002520813 -0.665849984 0.000802494 0.999933004 -0.011546263 0.089613482 0.002530246 0.011544201 0.999930143 157.084030151\n0.999997854 0.000388724 -0.002021298 -0.669962764 -0.000413340 0.999925613 -0.012192277 0.091337204 0.002016409 0.012193087 0.999923646 157.419799805\n0.999998212 -0.000035884 -0.001895899 -0.657849610 0.000012134 0.999921560 -0.012525784 0.077031873 0.001896200 0.012525738 0.999919772 157.798522949\n0.999999046 -0.000467404 -0.001313600 -0.655847251 0.000450955 0.999921858 -0.012494850 0.078644313 0.001319338 0.012494246 0.999921083 158.175735474\n0.999998987 -0.001337609 -0.000498474 -0.655964434 0.001331336 0.999922514 -0.012379217 0.079380982 0.000514994 0.012378540 0.999923229 158.578262329\n0.999999166 -0.001268408 0.000172169 -0.654810250 0.001270420 0.999924302 -0.012237323 0.077442527 -0.000156634 0.012237532 0.999925077 158.994644165\n0.999998271 -0.001639367 0.000903649 -0.655348241 0.001650068 0.999926984 -0.011971130 0.074477434 -0.000883958 0.011972600 0.999927938 159.439102173\n0.999996185 -0.001983032 0.001937936 -0.651583970 0.002006054 0.999926567 -0.011950810 0.066511512 -0.001914095 0.011954651 0.999926686 159.910552979\n0.999992907 -0.002549776 0.002766961 -0.648696184 0.002585072 0.999914348 -0.012828614 0.069698289 -0.002734014 0.012835675 0.999913871 160.390335083\n0.999987662 -0.003123243 0.003857036 -0.647692084 0.003170837 0.999918163 -0.012395531 0.070092045 -0.003818006 0.012407608 0.999915719 160.885223389\n0.999988556 -0.001604325 0.004504158 -0.642538548 0.001653794 0.999938130 -0.011000779 0.068923563 -0.004486230 0.011008102 0.999929368 161.410949707\n0.999984205 -0.001084798 0.005517332 -0.638146162 0.001139825 0.999949574 -0.009980254 0.065184616 -0.005506227 0.009986385 0.999934971 161.947662354\n0.999977946 -0.000898176 0.006577967 -0.640364528 0.000961752 0.999952793 -0.009668204 0.065707713 -0.006568973 0.009674317 0.999931633 162.478866577\n0.999972939 -0.001498754 0.007205623 -0.632444859 0.001566684 0.999954283 -0.009430968 0.067150213 -0.007191159 0.009442002 0.999929547 163.032455444\n0.999966025 -0.001156393 0.008164164 -0.620834172 0.001228123 0.999960661 -0.008786465 0.066192016 -0.008153682 0.008796194 0.999928057 163.619125366\n0.999956608 -0.000826536 0.009276727 -0.616380572 0.000902698 0.999965906 -0.008208881 0.071027435 -0.009269626 0.008216899 0.999923289 164.212142944\n0.999945045 -0.001519354 0.010373951 -0.608677447 0.001602811 0.999966383 -0.008041235 0.068913080 -0.010361385 0.008057420 0.999913871 164.815200806\n0.999932587 -0.001183235 0.011548248 -0.605352640 0.001276911 0.999966323 -0.008107681 0.069700070 -0.011538266 0.008121881 0.999900460 165.438217163\n0.999920607 -0.001413002 0.012522912 -0.597751200 0.001507516 0.999970436 -0.007541088 0.068295769 -0.012511886 0.007559368 0.999893129 166.079727173\n0.999906778 -0.002239221 0.013469920 -0.589028478 0.002340144 0.999969304 -0.007481401 0.069938302 -0.013452753 0.007512226 0.999881268 166.735458374\n0.999895453 -0.002343544 0.014269996 -0.580304086 0.002460455 0.999963522 -0.008180762 0.069646887 -0.014250304 0.008215017 0.999864697 167.400177002\n0.999893963 -0.002024075 0.014421985 -0.568337739 0.002147753 0.999961019 -0.008565395 0.070535429 -0.014404086 0.008595462 0.999859333 168.077835083\n0.999889314 -0.001864736 0.014761338 -0.558570445 0.001997932 0.999957383 -0.009013647 0.070160069 -0.014743901 0.009042141 0.999850392 168.764007568\n0.999887466 -0.002729757 0.014749705 -0.545968592 0.002869436 0.999951184 -0.009457080 0.069939107 -0.014723169 0.009498339 0.999846518 169.461807251\n0.999881327 -0.003296811 0.015048970 -0.533597171 0.003429055 0.999955654 -0.008770227 0.070989087 -0.015019389 0.008820790 0.999848306 170.167465210\n0.999870062 -0.003492740 0.015736034 -0.527287126 0.003610164 0.999965787 -0.007439859 0.072336577 -0.015709510 0.007495702 0.999848485 170.873641968\n0.999873996 -0.002938819 0.015598326 -0.517017424 0.003033374 0.999977171 -0.006041661 0.071457520 -0.015580215 0.006088215 0.999860108 171.616500854\n0.999873817 -0.003279419 0.015543124 -0.505414784 0.003350612 0.999984026 -0.004556544 0.069832958 -0.015527932 0.004608048 0.999868810 172.350799561\n0.999877453 -0.004052756 0.015120939 -0.491489679 0.004105940 0.999985516 -0.003487886 0.068115532 -0.015106585 0.003549545 0.999879599 173.089233398\n0.999882817 -0.003461180 0.014912834 -0.480064064 0.003509561 0.999988675 -0.003219270 0.072803050 -0.014901523 0.003271231 0.999883592 173.832305908\n0.999887645 -0.002967348 0.014694488 -0.471128136 0.003030709 0.999986172 -0.004291485 0.080740891 -0.014681551 0.004335537 0.999882817 174.578445435\n0.999888062 -0.003159583 0.014622816 -0.462320566 0.003218060 0.999986887 -0.003977227 0.071949750 -0.014610058 0.004023839 0.999885142 175.324829102\n0.999899745 -0.003146411 0.013805189 -0.441835463 0.003204192 0.999986172 -0.004165353 0.072227322 -0.013791893 0.004209170 0.999896049 176.087509155\n0.999889493 -0.003285355 0.014498741 -0.440591693 0.003347689 0.999985278 -0.004277072 0.073498733 -0.014484476 0.004325137 0.999885738 176.839096069\n0.999900460 -0.002193504 0.013937012 -0.429632217 0.002259273 0.999986351 -0.004705052 0.077075735 -0.013926502 0.004736071 0.999891818 177.597976685\n0.999896586 -0.003069033 0.014051051 -0.421628267 0.003142825 0.999981344 -0.005232659 0.076397665 -0.014034729 0.005276278 0.999887586 178.373550415\n0.999909163 -0.004916995 0.012549644 -0.404869944 0.004978908 0.999975562 -0.004906988 0.077130891 -0.012525210 0.004969026 0.999909222 179.141159058\n0.999919116 -0.005706809 0.011366307 -0.403645605 0.005752555 0.999975443 -0.003996086 0.075904645 -0.011343223 0.004061149 0.999927402 179.916229248\n0.999927938 -0.007885890 0.009051490 -0.393513948 0.007909237 0.999965489 -0.002546486 0.073751070 -0.009031096 0.002617893 0.999955773 180.685058594\n0.999943733 -0.008215587 0.006710866 -0.394132704 0.008232839 0.999962866 -0.002547357 0.077776298 -0.006689689 0.002602464 0.999974251 181.477493286\n0.999954462 -0.008615164 0.004102751 -0.397153169 0.008621248 0.999961734 -0.001467465 0.076147161 -0.004089952 0.001502769 0.999990523 182.255477905\n0.999950588 -0.009913616 0.000721979 -0.389482975 0.009914307 0.999950409 -0.000959894 0.079820551 -0.000712427 0.000967005 0.999999285 183.042358398\n0.999941230 -0.010502614 -0.002697746 -0.393735945 0.010499719 0.999944270 -0.001085025 0.083645873 0.002708991 0.001056636 0.999995768 183.816528320\n0.999917984 -0.010700699 -0.007038501 -0.398452014 0.010691362 0.999941945 -0.001362716 0.081091523 0.007052673 0.001287353 0.999974310 184.596023560\n0.999869823 -0.010583502 -0.012177606 -0.403241366 0.010566841 0.999943137 -0.001431733 0.082053974 0.012192066 0.001302868 0.999924839 185.372802734\n0.999791324 -0.011134188 -0.017127883 -0.425972462 0.011109190 0.999937057 -0.001553914 0.081048526 0.017144108 0.001363313 0.999852121 186.141891479\n0.999677598 -0.011627016 -0.022573212 -0.439981252 0.011622054 0.999932408 -0.000351015 0.080104813 0.022575768 0.000088554 0.999745131 186.913208008\n0.999561489 -0.011063308 -0.027466632 -0.472648621 0.011079666 0.999938548 0.000443404 0.083804339 0.027460039 -0.000747531 0.999622643 187.686752319\n0.999367297 -0.012005433 -0.033479489 -0.490340590 0.012041491 0.999927104 0.000875600 0.085572749 0.033466537 -0.001278189 0.999439001 188.459808350\n0.999123156 -0.013758201 -0.039543111 -0.528074086 0.013784319 0.999904931 0.000387910 0.087154061 0.039534014 -0.000932644 0.999217808 189.220184326\n0.998811662 -0.015856558 -0.046085179 -0.562359452 0.015859477 0.999874175 -0.000302323 0.088351510 0.046084173 -0.000428923 0.998937488 189.980819702\n0.998475671 -0.017259659 -0.052426025 -0.608151138 0.017184995 0.999850571 -0.001874670 0.093085669 0.052450545 0.000970871 0.998623073 190.737670898\n0.998115540 -0.017251562 -0.058887579 -0.658403814 0.017135166 0.999850094 -0.002481007 0.085147098 0.058921553 0.001467283 0.998261511 191.492996216\n0.997715294 -0.017930306 -0.065135635 -0.706552327 0.017707013 0.999835193 -0.004003863 0.089440875 0.065196693 0.002841358 0.997868359 192.246078491\n0.997302353 -0.018421257 -0.071054406 -0.770232081 0.018195404 0.999827147 -0.003824591 0.081158936 0.071112581 0.002521410 0.997465134 192.973800659\n0.996861100 -0.018261312 -0.077035598 -0.825937331 0.018055264 0.999831319 -0.003370387 0.081842437 0.077084154 0.001968910 0.997022629 193.715042114\n0.996460021 -0.017400682 -0.082247734 -0.893097758 0.017345045 0.999848604 -0.001390975 0.083147794 0.082259484 -0.000040540 0.996610940 194.454544067\n0.996084094 -0.015666166 -0.087012082 -0.963880181 0.015832257 0.999873936 0.001219000 0.083494797 0.086982012 -0.002591824 0.996206522 195.182220459\n0.995711803 -0.013612730 -0.091502182 -1.037650585 0.013981462 0.999896526 0.003389924 0.086225584 0.091446564 -0.004654721 0.995799124 195.914062500\n0.995334864 -0.012358198 -0.095686167 -1.103756905 0.012879132 0.999905407 0.004828495 0.087168619 0.095617443 -0.006038324 0.995399833 196.639633179\n0.995079875 -0.010353262 -0.098533295 -1.180564880 0.010847460 0.999931097 0.004481130 0.092616528 0.098480120 -0.005527918 0.995123684 197.351455688\n0.994912088 -0.008166100 -0.100415275 -1.258676171 0.008486873 0.999960184 0.002767697 0.097145744 0.100388668 -0.003605827 0.994941771 198.061920166\n0.994764090 -0.007274364 -0.101938844 -1.327777624 0.007499723 0.999970198 0.001827644 0.098964654 0.101922512 -0.002582588 0.994789004 198.774765015\n0.994785190 -0.005481258 -0.101845108 -1.405442834 0.005554969 0.999984503 0.000440160 0.101499707 0.101841114 -0.001003611 0.994800150 199.470626831\n0.994797349 -0.004514900 -0.101773679 -1.475371122 0.004500412 0.999989808 -0.000371960 0.103411660 0.101774320 -0.000087999 0.994807482 200.163208008\n0.994875312 -0.004167626 -0.101023592 -1.548719049 0.004094286 0.999991179 -0.000933295 0.098614313 0.101026587 0.000514893 0.994883597 200.847534180\n0.995003998 -0.002728783 -0.099797793 -1.621653438 0.002602128 0.999995649 -0.001399261 0.098561630 0.099801175 0.001132584 0.995006740 201.549758911\n0.995182335 -0.002667738 -0.098005272 -1.687148094 0.002432174 0.999993861 -0.002522975 0.095975056 0.098011397 0.002272455 0.995182693 202.248077393\n0.995389521 -0.002255137 -0.095888376 -1.743095279 0.001801281 0.999986768 -0.004819476 0.105220422 0.095897973 0.004624534 0.995380402 202.922409058\n0.995751977 -0.000204507 -0.092075750 -1.823656559 -0.000285877 0.999985874 -0.005312659 0.098799504 0.092075527 0.005316413 0.995737851 203.551223755\n0.996025860 0.002026974 -0.089041449 -1.888078928 -0.002530487 0.999981463 -0.005542301 0.097417668 0.089028567 0.005745593 0.996012509 204.239486694\n0.996453345 0.004123233 -0.084045850 -1.949289083 -0.004481661 0.999981642 -0.004076449 0.098944262 0.084027499 0.004438656 0.996453524 204.881469727\n0.996908963 0.006766723 -0.078273416 -1.998569250 -0.006891796 0.999975383 -0.001327870 0.087873235 0.078262500 0.001863210 0.996931016 205.485351562\n0.997340679 0.007007149 -0.072542578 -2.035845518 -0.006993380 0.999975443 0.000443801 0.084672540 0.072543904 0.000064697 0.997365236 206.120071411\n0.997848272 0.007466067 -0.065138817 -2.079206228 -0.007415332 0.999971986 0.001020602 0.087445974 0.065144613 -0.000535381 0.997875690 206.736587524\n0.998332560 0.009704487 -0.056903023 -2.122484207 -0.009689566 0.999952912 0.000538123 0.083364002 0.056905568 0.000014140 0.998379588 207.324386597\n0.998744309 0.011156129 -0.048840374 -2.148676395 -0.011194183 0.999937236 -0.000505669 0.074676119 0.048831668 0.001051762 0.998806477 207.910720825\n0.999134481 0.011399981 -0.040003650 -2.168426037 -0.011491728 0.999931812 -0.002064266 0.083627373 0.039977390 0.002522191 0.999197423 208.475097656\n0.999446273 0.011748506 -0.031130472 -2.179348230 -0.011848524 0.999925196 -0.003030349 0.080938160 0.031092541 0.003397521 0.999510765 209.025497437\n0.999705970 0.010966710 -0.021625640 -2.182471991 -0.011073605 0.999927044 -0.004829435 0.082357883 0.021571100 0.005067489 0.999754488 209.552749634\n0.999864459 0.011770527 -0.011513578 -2.181325912 -0.011835957 0.999914110 -0.005631342 0.072838597 0.011446305 0.005766853 0.999917865 210.069763184\n0.999917150 0.012822285 -0.001132726 -2.180957079 -0.012829901 0.999893248 -0.006993397 0.065543413 0.001042934 0.007007350 0.999974906 210.571899414\n0.999880552 0.012325260 0.009324446 -2.168724537 -0.012251009 0.999893129 -0.007978681 0.060759105 -0.009421789 0.007863495 0.999924719 211.045684814\n0.999759436 0.010381802 0.019321552 -2.149814606 -0.010197707 0.999901891 -0.009602176 0.055603020 -0.019419344 0.009402830 0.999767184 211.516845703\n0.999567151 0.007061071 0.028559735 -2.125658274 -0.006789517 0.999930918 -0.009594106 0.052270029 -0.028625507 0.009396047 0.999546051 211.972671509\n0.999247909 0.007939710 0.037954967 -2.099324226 -0.007625950 0.999935627 -0.008404277 0.056340650 -0.038019251 0.008108513 0.999244094 212.419113159\n0.998826742 0.009950427 0.047393583 -2.073593616 -0.009665021 0.999933779 -0.006247405 0.054890752 -0.047452610 0.005782015 0.998856783 212.853393555\n0.998343408 0.012160932 0.056236088 -2.052734613 -0.011944205 0.999919891 -0.004188400 0.049141057 -0.056282517 0.003509766 0.998408735 213.271957397\n0.997841358 0.010792757 0.064777195 -2.017877579 -0.010647990 0.999939978 -0.002579676 0.044242591 -0.064801149 0.001884360 0.997896433 213.687133789\n0.997324705 0.006524412 0.072806999 -1.978865027 -0.006371051 0.999976993 -0.002338448 0.036065344 -0.072820581 0.001868335 0.997343302 214.080078125\n0.996742129 0.003803930 0.080564886 -1.935550451 -0.003667622 0.999991596 -0.001839821 0.033770010 -0.080571204 0.001538346 0.996747673 214.465347290\n0.996148944 0.002989753 0.087626249 -1.897998095 -0.002812256 0.999993742 -0.002148993 0.031638868 -0.087632127 0.001894289 0.996151090 214.840377808\n0.995655239 0.004354774 0.093014486 -1.850601196 -0.004060608 0.999986112 -0.003351607 0.031969525 -0.093027793 0.002959350 0.995659113 215.201919556\n0.995123029 0.005195581 0.098504826 -1.820492148 -0.004716963 0.999975920 -0.005091103 0.034560941 -0.098528907 0.004601630 0.995123565 215.546997070\n0.994657874 0.005664607 0.103070892 -1.787906170 -0.005137681 0.999972343 -0.005377040 0.031240225 -0.103098497 0.004818770 0.994659483 215.888366699\n0.994234324 0.004693403 0.107126370 -1.748355865 -0.004132229 0.999976575 -0.005459800 0.027773168 -0.107149482 0.004985650 0.994230449 216.232879639\n0.993879676 0.003446816 0.110414058 -1.708642244 -0.002983446 0.999986053 -0.004361596 0.025592849 -0.110427551 0.004005488 0.993876100 216.550247192\n0.993479252 0.002868340 0.113976821 -1.667242527 -0.002519917 0.999991715 -0.003200928 0.025577392 -0.113985062 0.002892843 0.993478239 216.859848022\n0.993072093 0.003276268 0.117460757 -1.630797744 -0.002925594 0.999990761 -0.003157746 0.024951857 -0.117470019 0.002792227 0.993072510 217.153427124\n0.992725372 0.003444979 0.120351486 -1.592887759 -0.002984603 0.999987543 -0.004005303 0.025969688 -0.120363787 0.003616964 0.992723286 217.438812256\n0.992351532 0.003113580 0.123404987 -1.562689900 -0.002622021 0.999987960 -0.004145511 0.025238115 -0.123416409 0.003790234 0.992347717 217.710342407\n0.992052257 0.001986372 0.125810742 -1.522495985 -0.001515488 0.999991477 -0.003838393 0.024435868 -0.125817299 0.003617222 0.992046833 217.961486816\n0.991770148 0.002021324 0.128015161 -1.495649099 -0.001550362 0.999991655 -0.003778488 0.018994778 -0.128021732 0.003548921 0.991765022 218.218765259\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0060_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n1.000000000 0.000015028 -0.000017046 0.000203392 -0.000015028 1.000000000 0.000013006 0.000188989 0.000017046 -0.000013006 1.000000000 0.001163237\n1.000000000 0.000026577 0.000012532 -0.000349395 -0.000026578 1.000000000 0.000033119 0.000056192 -0.000012531 -0.000033119 1.000000000 0.000928441\n1.000000000 0.000012581 0.000019240 -0.000635050 -0.000012582 1.000000000 0.000057293 -0.000583615 -0.000019239 -0.000057293 1.000000000 0.000217520\n1.000000000 -0.000044728 0.000022292 -0.000898563 0.000044726 1.000000000 0.000075529 -0.000670449 -0.000022295 -0.000075528 1.000000000 0.000784560\n1.000000000 -0.000116721 0.000030143 -0.001104171 0.000116720 1.000000000 0.000034906 0.000150223 -0.000030147 -0.000034902 1.000000000 0.001080954\n1.000000000 -0.000041821 -0.000039600 0.000208744 0.000041823 1.000000000 0.000035719 -0.000292280 0.000039598 -0.000035721 1.000000000 0.000812971\n1.000000000 -0.000143725 -0.000051859 0.000665640 0.000143725 1.000000000 -0.000015345 0.000054461 0.000051861 0.000015337 1.000000000 0.000068851\n1.000000000 -0.000018039 0.000024184 -0.000840238 0.000018040 1.000000000 -0.000016032 0.000459691 -0.000024184 0.000016032 1.000000000 0.000114953\n1.000000000 -0.000026586 -0.000014050 -0.000596955 0.000026586 1.000000000 -0.000008078 0.000285175 0.000014050 0.000008078 1.000000000 0.001213648\n1.000000000 -0.000037419 0.000003065 -0.000405393 0.000037419 1.000000000 -0.000041809 0.000639494 -0.000003064 0.000041809 1.000000000 0.000367035\n1.000000000 -0.000074077 0.000021194 -0.000373584 0.000074076 1.000000000 0.000039791 -0.000247440 -0.000021197 -0.000039789 1.000000000 0.000495695\n1.000000000 -0.000046604 0.000013309 -0.000630599 0.000046604 1.000000000 0.000032816 -0.000100001 -0.000013311 -0.000032815 1.000000000 0.000371868\n1.000000000 -0.000053158 0.000005621 -0.000426024 0.000053158 1.000000000 0.000026354 -0.000456436 -0.000005622 -0.000026354 1.000000000 0.000006711\n1.000000000 -0.000064090 0.000022683 -0.000496551 0.000064090 1.000000000 -0.000005773 -0.000306762 -0.000022682 0.000005774 1.000000000 -0.000273781\n1.000000000 -0.000051891 0.000024583 -0.000971516 0.000051891 1.000000000 0.000025992 0.000313201 -0.000024584 -0.000025990 1.000000000 0.000126121\n1.000000000 -0.000067071 -0.000001924 -0.000142785 0.000067071 1.000000000 -0.000005587 0.000249330 0.000001924 0.000005586 1.000000000 -0.000188135\n1.000000000 -0.000052706 -0.000023015 0.000239963 0.000052706 1.000000000 -0.000027613 0.000326192 0.000023016 0.000027612 1.000000000 0.000250393\n1.000000000 -0.000105845 -0.000058333 0.000747269 0.000105846 1.000000000 0.000019630 -0.000105340 0.000058331 -0.000019636 1.000000000 0.000164665\n1.000000000 -0.000014939 -0.000012177 -0.000369857 0.000014939 1.000000000 0.000013550 0.000041667 0.000012177 -0.000013551 1.000000000 -0.000031205\n1.000000000 -0.000049292 0.000021194 -0.000603160 0.000049292 1.000000000 -0.000014564 0.000530797 -0.000021194 0.000014565 1.000000000 0.000586882\n1.000000000 -0.000029185 0.000004588 -0.000800653 0.000029186 1.000000000 -0.000065658 0.000961982 -0.000004586 0.000065658 1.000000000 0.000789480\n1.000000000 0.000005290 0.000008287 -0.000172605 -0.000005290 1.000000000 -0.000038337 0.001003596 -0.000008287 0.000038337 1.000000000 0.000849828\n1.000000000 -0.000007460 -0.000016521 -0.000471993 0.000007458 1.000000000 -0.000103710 0.001458110 0.000016522 0.000103710 1.000000000 0.000339859\n1.000000000 -0.000062131 -0.000049170 0.000030043 0.000062130 1.000000000 -0.000030258 0.000610779 0.000049172 0.000030255 1.000000000 0.000694480\n1.000000000 -0.000046182 -0.000066277 0.001043252 0.000046182 1.000000000 -0.000001694 -0.000121457 0.000066277 0.000001691 1.000000000 0.000254052\n1.000000000 -0.000028308 -0.000031859 0.000170072 0.000028307 1.000000000 -0.000043449 0.000416419 0.000031861 0.000043448 1.000000000 -0.000019663\n1.000000000 -0.000022503 -0.000032074 0.000017940 0.000022505 1.000000000 0.000050945 -0.000395863 0.000032073 -0.000050945 1.000000000 0.000087186\n1.000000000 -0.000040770 -0.000029304 0.000048284 0.000040770 1.000000000 -0.000019459 0.000390073 0.000029305 0.000019457 1.000000000 0.000024076\n1.000000000 -0.000023097 -0.000012073 -0.000327331 0.000023097 1.000000000 -0.000023332 0.000548708 0.000012073 0.000023332 1.000000000 0.000470904\n1.000000000 -0.000043720 0.000003232 -0.000717093 0.000043720 1.000000000 0.000001263 0.000291420 -0.000003232 -0.000001263 1.000000000 0.000389959\n1.000000000 -0.000031160 -0.000027423 0.000839059 0.000031159 1.000000000 -0.000020361 0.000242922 0.000027424 0.000020360 1.000000000 0.000095736\n1.000000000 -0.000037619 -0.000011538 0.000050016 0.000037619 1.000000000 -0.000034241 0.000420383 0.000011540 0.000034241 1.000000000 0.000168769\n1.000000000 -0.000045537 -0.000016309 -0.000199590 0.000045537 1.000000000 -0.000003503 0.000128524 0.000016310 0.000003502 1.000000000 0.000417184\n1.000000000 -0.000048963 -0.000031409 0.000051269 0.000048962 1.000000000 -0.000015457 0.000284591 0.000031410 0.000015456 1.000000000 -0.000104333\n1.000000000 -0.000059667 0.000032585 -0.000953533 0.000059667 1.000000000 0.000000947 0.000389087 -0.000032585 -0.000000945 1.000000000 0.000288354\n1.000000000 -0.000084044 0.000013033 -0.000583944 0.000084044 1.000000000 -0.000021313 0.000529897 -0.000013031 0.000021314 1.000000000 0.001010276\n1.000000000 -0.000050466 -0.000021019 -0.000073589 0.000050466 1.000000000 0.000007717 -0.000217616 0.000021019 -0.000007718 1.000000000 0.000305485\n1.000000000 0.000011138 -0.000004222 -0.000363882 -0.000011139 1.000000000 -0.000051166 0.000848890 0.000004222 0.000051166 1.000000000 0.000383420\n1.000000000 -0.000012500 -0.000009799 -0.000482132 0.000012500 1.000000000 -0.000036954 0.000237484 0.000009800 0.000036954 1.000000000 -0.000147213\n1.000000000 -0.000024403 0.000002298 -0.000183982 0.000024403 1.000000000 -0.000015312 0.000209989 -0.000002298 0.000015313 1.000000000 0.000483854\n1.000000000 -0.000032771 -0.000042558 0.000180163 0.000032772 1.000000000 0.000006670 0.000228036 0.000042557 -0.000006671 1.000000000 0.000797004\n1.000000000 -0.000029408 -0.000039973 -0.000173950 0.000029405 1.000000000 -0.000064141 0.000421438 0.000039975 0.000064140 1.000000000 0.000273849\n1.000000000 -0.000037907 -0.000052892 -0.000006294 0.000037904 1.000000000 -0.000069402 0.000632574 0.000052894 0.000069400 1.000000000 0.001062177\n1.000000000 -0.000001049 -0.000032659 -0.000203736 0.000001049 1.000000000 -0.000017971 0.000183875 0.000032659 0.000017971 1.000000000 0.000128631\n1.000000000 -0.000018928 -0.000047901 0.000366241 0.000018926 1.000000000 -0.000038566 0.000728794 0.000047902 0.000038565 1.000000000 0.000522868\n1.000000000 0.000021652 0.000007102 -0.000519384 -0.000021651 1.000000000 -0.000060835 0.000737119 -0.000007104 0.000060835 1.000000000 0.000186008\n1.000000000 -0.000052913 0.000040130 -0.001318067 0.000052915 1.000000000 -0.000048096 0.000546123 -0.000040127 0.000048098 1.000000000 -0.000035090\n1.000000000 -0.000119891 0.000010634 -0.000666425 0.000119891 1.000000000 -0.000015368 0.000187742 -0.000010632 0.000015370 1.000000000 0.000677513\n1.000000000 0.000028924 0.000050085 -0.001363202 -0.000028923 1.000000000 -0.000020356 0.000342855 -0.000050086 0.000020354 1.000000000 0.000738805\n1.000000000 -0.000017582 -0.000003833 -0.000231129 0.000017582 1.000000000 0.000021438 -0.000073880 0.000003832 -0.000021438 1.000000000 0.000107328\n1.000000000 -0.000025902 -0.000033388 -0.000052161 0.000025900 1.000000000 -0.000070765 0.000913010 0.000033390 0.000070764 1.000000000 -0.000645207\n1.000000000 -0.000029381 0.000000807 0.000020839 0.000029381 1.000000000 -0.000018441 -0.000013637 -0.000000806 0.000018441 1.000000000 -0.000088385\n1.000000000 -0.000019332 0.000014896 -0.000781394 0.000019333 1.000000000 -0.000040641 0.000299284 -0.000014895 0.000040642 1.000000000 0.000131012\n1.000000000 -0.000091283 -0.000002127 -0.000593606 0.000091283 1.000000000 0.000032767 -0.000304781 0.000002124 -0.000032767 1.000000000 0.000173190\n1.000000000 -0.000019788 -0.000000075 -0.000470353 0.000019788 1.000000000 -0.000022485 0.000330339 0.000000076 0.000022485 1.000000000 -0.001079400\n1.000000000 -0.000058429 -0.000016524 -0.000418512 0.000058429 1.000000000 0.000003637 -0.000112276 0.000016523 -0.000003638 1.000000000 0.000655756\n1.000000000 0.000003082 -0.000014214 0.000128645 -0.000003083 1.000000000 -0.000020670 0.000379100 0.000014214 0.000020670 1.000000000 -0.000366835\n1.000000000 -0.000045046 -0.000030506 0.000570626 0.000045046 1.000000000 -0.000003164 0.000112005 0.000030506 0.000003163 1.000000000 0.000077731\n1.000000000 -0.000070694 -0.000047788 0.000322168 0.000070694 1.000000000 -0.000006273 0.000465691 0.000047789 0.000006269 1.000000000 -0.000319325\n1.000000000 -0.000021797 -0.000010513 -0.000533056 0.000021797 1.000000000 0.000009487 0.000175868 0.000010513 -0.000009487 1.000000000 -0.000098278\n1.000000000 -0.000039053 -0.000057443 0.000020692 0.000039051 1.000000000 -0.000036600 0.000335630 0.000057445 0.000036598 1.000000000 0.000678508\n1.000000000 -0.000072275 -0.000048416 0.000387420 0.000072277 1.000000000 0.000050167 -0.000598486 0.000048412 -0.000050170 1.000000000 0.000205640\n1.000000000 -0.000117693 -0.000017082 0.000054286 0.000117695 1.000000000 0.000079800 -0.000802698 0.000017073 -0.000079802 1.000000000 0.000186060\n1.000000000 0.000000678 -0.000017399 0.000015595 -0.000000677 1.000000000 0.000055484 -0.000712616 0.000017399 -0.000055484 1.000000000 -0.000610367\n1.000000000 -0.000041461 0.000026480 -0.000680573 0.000041461 1.000000000 0.000024216 -0.000269674 -0.000026481 -0.000024215 1.000000000 0.000587357\n1.000000000 -0.000054851 -0.000014000 -0.000004763 0.000054851 1.000000000 0.000000488 0.000089975 0.000014000 -0.000000489 1.000000000 0.000129568\n1.000000000 0.000015408 -0.000001233 0.000021544 -0.000015408 1.000000000 0.000009262 -0.000191315 0.000001233 -0.000009262 1.000000000 -0.000850390\n1.000000000 -0.000036627 0.000002495 -0.000799703 0.000036627 1.000000000 -0.000031690 0.000444975 -0.000002494 0.000031690 1.000000000 0.000408890\n1.000000000 -0.000071060 -0.000028660 -0.000245573 0.000071059 1.000000000 -0.000006619 0.000074535 0.000028660 0.000006617 1.000000000 0.000128014\n1.000000000 0.000005295 -0.000030507 0.000222435 -0.000005294 1.000000000 0.000009813 0.000010641 0.000030507 -0.000009813 1.000000000 0.001193937\n1.000000000 -0.000040170 -0.000042454 0.000404238 0.000040171 1.000000000 0.000023356 -0.000004873 0.000042453 -0.000023358 1.000000000 -0.000567663\n1.000000000 -0.000052431 -0.000025902 0.000074779 0.000052431 1.000000000 0.000001472 -0.000372574 0.000025902 -0.000001474 1.000000000 -0.000690214\n1.000000000 -0.000013053 -0.000043866 0.000063512 0.000013052 1.000000000 -0.000029845 0.000802602 0.000043866 0.000029844 1.000000000 0.000487028\n1.000000000 -0.000022331 -0.000000207 -0.000593381 0.000022331 1.000000000 -0.000000116 0.000052617 0.000000207 0.000000116 1.000000000 0.000566799\n1.000000000 -0.000012411 -0.000013750 -0.000198398 0.000012410 1.000000000 -0.000032762 -0.000024016 0.000013751 0.000032762 1.000000000 0.000091006\n1.000000000 -0.000092177 -0.000011252 -0.001031162 0.000092177 1.000000000 -0.000037101 0.000411517 0.000011255 0.000037100 1.000000000 0.000131576\n1.000000000 -0.000008810 -0.000042852 0.000121298 0.000008807 1.000000000 -0.000053262 -0.000015621 0.000042853 0.000053262 1.000000000 -0.000268013\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0061_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999995232 -0.001026781 0.002907324 -0.000900221 0.001023335 0.999998748 0.001186791 0.013453772 -0.002908539 -0.001183811 0.999995053 0.825530350\n0.999978960 -0.000992439 0.006411059 -0.002616659 0.000953122 0.999980748 0.006132724 0.017162582 -0.006417022 -0.006126484 0.999960661 1.663821936\n0.999957323 -0.000260216 0.009235648 0.006782830 0.000158470 0.999939322 0.011015639 0.023581054 -0.009237953 -0.011013705 0.999896646 2.509600639\n0.999931395 -0.000115291 0.011712310 0.013963874 0.000001140 0.999952495 0.009745733 0.039560683 -0.011712877 -0.009745051 0.999883890 3.350975513\n0.999895751 -0.000270629 0.014435964 0.025731241 0.000164149 0.999972761 0.007376712 0.055630967 -0.014437567 -0.007373573 0.999868572 4.191610336\n0.999855816 0.000120413 0.016981076 0.040561959 -0.000209758 0.999986172 0.005259767 0.067920916 -0.016980208 -0.005262570 0.999841988 5.045262337\n0.999798179 0.001495994 0.020033160 0.044645540 -0.001626194 0.999977648 0.006484479 0.080953367 -0.020023011 -0.006515748 0.999778271 5.897165775\n0.999744236 0.000915254 0.022595808 0.063197650 -0.001114748 0.999960482 0.008817796 0.091456577 -0.022586845 -0.008840729 0.999705791 6.758178234\n0.999695837 0.000961943 0.024642905 0.092304960 -0.001233734 0.999938548 0.011016358 0.103103727 -0.024630794 -0.011043410 0.999635637 7.636767387\n0.999632537 0.002785768 0.026963759 0.109775893 -0.003086736 0.999933302 0.011126786 0.118991628 -0.026930965 -0.011205927 0.999574482 8.502458572\n0.999579370 0.003455119 0.028794535 0.136191830 -0.003756298 0.999938726 0.010412069 0.131745279 -0.028756795 -0.010515851 0.999531150 9.377365112\n0.999530554 0.002790403 0.030510068 0.160881683 -0.003085000 0.999949038 0.009612927 0.145070612 -0.030481689 -0.009702538 0.999488235 10.253991127\n0.999466419 0.000982683 0.032647513 0.192014039 -0.001273096 0.999959826 0.008875806 0.159310609 -0.032637477 -0.008912634 0.999427497 11.124163628\n0.999411464 0.000500794 0.034299530 0.225083098 -0.000805465 0.999960363 0.008869424 0.171519339 -0.034293730 -0.008891830 0.999372244 11.998434067\n0.999362111 -0.000419192 0.035709981 0.263598740 0.000095762 0.999958992 0.009058348 0.180843189 -0.035712313 -0.009049150 0.999321163 12.869495392\n0.999302030 -0.000559271 0.037352175 0.284986436 0.000179765 0.999948323 0.010162796 0.192504257 -0.037355926 -0.010148988 0.999250472 13.754884720\n0.999238491 -0.000643121 0.039013136 0.317859411 0.000190207 0.999932587 0.011611880 0.208256379 -0.039017972 -0.011595617 0.999171197 14.625022888\n0.999177217 -0.000923694 0.040546838 0.353671610 0.000426037 0.999924481 0.012280559 0.214982480 -0.040555123 -0.012253180 0.999102175 15.498801231\n0.999125779 -0.000286626 0.041803692 0.390983790 -0.000175507 0.999938905 0.011050748 0.223316178 -0.041804306 -0.011048424 0.999064744 16.371868134\n0.999035418 0.001450317 0.043888070 0.411669493 -0.001833493 0.999960542 0.008691778 0.240338430 -0.043873731 -0.008763863 0.998998642 17.248218536\n0.998955905 0.004563417 0.045455877 0.440422535 -0.004979703 0.999946654 0.009049010 0.254870087 -0.045412157 -0.009265919 0.998925388 18.106378555\n0.998902321 0.003653923 0.046699293 0.486661136 -0.004132748 0.999939859 0.010160932 0.261618346 -0.046659358 -0.010342775 0.998857319 18.962049484\n0.998860061 0.003397416 0.047613878 0.522570550 -0.003836084 0.999951005 0.009124677 0.276080877 -0.047580548 -0.009296926 0.998824120 19.816169739\n0.998826444 0.005011707 0.048173405 0.565918207 -0.005336016 0.999963939 0.006605876 0.287143201 -0.048138563 -0.006855177 0.998817146 20.664499283\n0.998776555 0.005506066 0.049143564 0.596664310 -0.005771863 0.999969482 0.005268315 0.297416300 -0.049113054 -0.005545520 0.998777807 21.514991760\n0.998781502 0.004934439 0.049103543 0.641362548 -0.005255590 0.999965608 0.006413308 0.312968016 -0.049070209 -0.006663561 0.998773098 22.353008270\n0.998798788 0.004327016 0.048807997 0.680379450 -0.004807205 0.999941170 0.009725234 0.321376175 -0.048763044 -0.009948183 0.998760819 23.193897247\n0.998831809 0.005678406 0.047987115 0.712837577 -0.006210129 0.999920905 0.010938730 0.331982404 -0.047921203 -0.011223958 0.998788059 24.030637741\n0.998888493 0.006138935 0.046734814 0.756047904 -0.006641096 0.999921799 0.010597225 0.336649060 -0.046666104 -0.010895816 0.998851120 24.872167587\n0.998939931 0.007120511 0.045478161 0.796560347 -0.007494281 0.999939501 0.008053448 0.349935859 -0.045418065 -0.008385737 0.998932898 25.707199097\n0.998969257 0.007741868 0.044726584 0.824001491 -0.008135349 0.999929726 0.008622153 0.357624322 -0.044656690 -0.008977132 0.998962045 26.535009384\n0.999003232 0.010773021 0.043318834 0.849583685 -0.011136978 0.999904633 0.008169286 0.367222816 -0.043226693 -0.008643583 0.999027908 27.367063522\n0.999044001 0.012478759 0.041897178 0.881979585 -0.012842085 0.999882162 0.008413945 0.378483057 -0.041787244 -0.008943948 0.999086499 28.192083359\n0.999080598 0.013182947 0.040794138 0.909944534 -0.013535189 0.999873340 0.008370472 0.384673774 -0.040678624 -0.008914933 0.999132514 29.012742996\n0.999099970 0.015154621 0.039617319 0.933870554 -0.015546268 0.999833107 0.009596412 0.400170505 -0.039465275 -0.010203677 0.999168873 29.843206406\n0.999113619 0.017581457 0.038247056 0.964548826 -0.018043455 0.999767959 0.011767801 0.414140046 -0.038031284 -0.012447479 0.999199033 30.654914856\n0.999120295 0.019629693 0.037057832 0.985243857 -0.020146715 0.999704123 0.013630232 0.420542926 -0.036779307 -0.014364835 0.999220192 31.478076935\n0.999121845 0.021019680 0.036245279 1.002269387 -0.021541957 0.999668777 0.014079658 0.430439413 -0.035937324 -0.014848088 0.999243736 32.280662537\n0.999172926 0.021530315 0.034494568 1.031406999 -0.021999767 0.999669671 0.013288174 0.445916533 -0.034197073 -0.014036057 0.999316514 33.099056244\n0.999228776 0.022115756 0.032446686 1.056513667 -0.022530256 0.999668419 0.012465262 0.460479438 -0.032160249 -0.013186680 0.999395728 33.887798309\n0.999279082 0.022252990 0.030758683 1.066427946 -0.022630218 0.999672234 0.011970921 0.477017969 -0.030482212 -0.012658367 0.999455154 34.676174164\n0.999363482 0.022304598 0.027841775 1.078421950 -0.022676624 0.999656796 0.013118711 0.483473331 -0.027539611 -0.013741719 0.999526262 35.455955505\n0.999477983 0.021495083 0.024118546 1.102670670 -0.021850539 0.999655068 0.014572400 0.495304704 -0.023796991 -0.015091796 0.999602914 36.223182678\n0.999558747 0.021645883 0.020340368 1.115430355 -0.021972707 0.999630809 0.015983984 0.507524073 -0.019986870 -0.016423864 0.999665320 36.979602814\n0.999621570 0.021874156 0.016679965 1.122474790 -0.022142297 0.999625742 0.016063992 0.518649817 -0.016322337 -0.016427247 0.999731839 37.744499207\n0.999648809 0.023299973 0.012622237 1.131958723 -0.023493597 0.999605119 0.015415270 0.529598236 -0.012258078 -0.015706398 0.999801517 38.482742310\n0.999633491 0.025587313 0.008840959 1.125593901 -0.025714125 0.999563575 0.014540887 0.541690648 -0.008465039 -0.014762894 0.999855161 39.224845886\n0.999620140 0.027002733 0.005519714 1.117177606 -0.027078567 0.999532998 0.014159403 0.552561283 -0.005134794 -0.014303490 0.999884486 39.953968048\n0.999566138 0.029373197 0.002169526 1.114436388 -0.029400880 0.999468625 0.014074491 0.559974492 -0.001754961 -0.014132171 0.999898612 40.672328949\n0.999570131 0.029311948 0.000557670 1.102100015 -0.029316887 0.999471724 0.014028238 0.567760170 -0.000146181 -0.014038557 0.999901474 41.386955261\n0.999454498 0.033001538 -0.001279253 1.095337033 -0.032982666 0.999375224 0.012698459 0.585876763 0.001697522 -0.012649338 0.999918580 42.095832825\n0.999439657 0.033384502 -0.002411386 1.090227365 -0.033354353 0.999376059 0.011616359 0.597518206 0.002797688 -0.011529420 0.999929607 42.792800903\n0.999405265 0.034351882 -0.003010581 1.076466560 -0.034317493 0.999352455 0.010813168 0.601546943 0.003380084 -0.010703421 0.999936998 43.484233856\n0.999388099 0.034838103 -0.003124051 1.078214526 -0.034807213 0.999349356 0.009450587 0.614518285 0.003451259 -0.009336064 0.999950469 44.149032593\n0.999211013 0.039675105 -0.001810582 1.068403602 -0.039651282 0.999145031 0.011702654 0.628009200 0.002273338 -0.011621629 0.999929905 44.821098328\n0.999166548 0.040815100 0.000625837 1.064834237 -0.040819898 0.999050021 0.015259298 0.638425887 -0.000002432 -0.015272126 0.999883354 45.497985840\n0.999086380 0.042616207 0.003199026 1.052493334 -0.042668134 0.998918951 0.018447433 0.647858262 -0.002409408 -0.018567074 0.999824703 46.154960632\n0.999045193 0.043411627 0.004913990 1.057996869 -0.043500073 0.998860955 0.019609341 0.655216813 -0.004057120 -0.019804377 0.999795616 46.800182343\n0.998925269 0.045733947 0.007527350 1.052838445 -0.045865893 0.998778045 0.018404564 0.668790221 -0.006676438 -0.018730031 0.999802291 47.435741425\n0.998789966 0.048321690 0.009141807 1.056434631 -0.048460957 0.998701990 0.015680891 0.684964299 -0.008372215 -0.016104937 0.999835253 48.072349548\n0.998708606 0.049647231 0.010783684 1.061664581 -0.049811013 0.998638511 0.015491034 0.697781444 -0.009999915 -0.016008174 0.999821842 48.696376801\n0.998731434 0.048741523 0.012640361 1.070041180 -0.048929311 0.998689651 0.014998674 0.707074106 -0.011892739 -0.015598132 0.999807596 49.306545258\n0.998763442 0.047587760 0.014386844 1.081786036 -0.047802273 0.998744905 0.014953355 0.715288639 -0.013657190 -0.015622588 0.999784708 49.924251556\n0.998831511 0.045674834 0.015793229 1.095049262 -0.045894783 0.998850167 0.013856345 0.723880470 -0.015142182 -0.014564980 0.999779284 50.522987366\n0.998895705 0.043398913 0.017997593 1.100172162 -0.043597072 0.998991191 0.010767921 0.732945502 -0.017512120 -0.011540673 0.999780059 51.127262115\n0.998951554 0.041541606 0.019237177 1.116923213 -0.041673694 0.999110043 0.006516893 0.738677621 -0.018949334 -0.007311744 0.999793708 51.714191437\n0.998885930 0.042018238 0.021480342 1.116775036 -0.042090509 0.999109507 0.002923353 0.748770595 -0.021338381 -0.003824215 0.999764979 52.308609009\n0.998939574 0.039428912 0.023771625 1.138696790 -0.039480455 0.999218881 0.001702706 0.765116751 -0.023685921 -0.002639415 0.999715984 52.928474426\n0.999058902 0.035677671 0.024666989 1.164341927 -0.035801455 0.999348342 0.004594672 0.772454023 -0.024486989 -0.005473461 0.999685168 53.522514343\n0.999165118 0.031405445 0.026129682 1.171318531 -0.031589177 0.999478817 0.006648568 0.780133545 -0.025907263 -0.007468432 0.999636471 54.107833862\n0.999276400 0.027677445 0.026088521 1.190689802 -0.027909882 0.999573529 0.008587930 0.775271058 -0.025839703 -0.009309844 0.999622762 54.704029083\n0.999342918 0.027072998 0.024099039 1.204611778 -0.027270863 0.999596715 0.007919955 0.778689802 -0.023874903 -0.008571953 0.999678195 55.263462067\n0.999556899 0.022149552 0.019885022 1.224998474 -0.022232568 0.999744952 0.003963458 0.786153078 -0.019792162 -0.004403797 0.999794424 55.836231232\n0.999686360 0.019207465 0.016071128 1.228868604 -0.019236222 0.999813616 0.001636680 0.793035686 -0.016036697 -0.001945315 0.999869525 56.399730682\n0.999819279 0.016353551 0.009691812 1.238172770 -0.016352618 0.999866247 -0.000175567 0.797209084 -0.009693387 0.000017049 0.999953032 56.974643707\n0.999940932 0.010807726 0.001134308 1.253147721 -0.010804876 0.999938548 -0.002489268 0.792183995 -0.001161141 0.002476865 0.999996245 57.549797058\n0.999947309 0.005999452 -0.008330286 1.257475495 -0.006036275 0.999972105 -0.004402231 0.796884716 0.008303642 0.004452283 0.999955595 58.133647919\n0.999812901 0.005361216 -0.018586019 1.220411181 -0.005389005 0.999984443 -0.001445404 0.796896517 0.018577980 0.001545293 0.999826193 58.687217712\n0.999540150 0.004652184 -0.029964460 1.205125928 -0.004587403 0.999987006 0.002230280 0.800659299 0.029974446 -0.002091795 0.999548495 59.273876190\n0.999168813 0.003316325 -0.040629081 1.170339584 -0.003134175 0.999984741 0.004546138 0.808440745 0.040643539 -0.004415020 0.999163985 59.850437164\n0.998650253 0.000545687 -0.051936638 1.135768533 -0.000063064 0.999956787 0.009293707 0.806618273 0.051939465 -0.009277888 0.998607159 60.440753937\n0.998052001 0.002110502 -0.062351473 1.089078546 -0.001330332 0.999920368 0.012551324 0.817857563 0.062372994 -0.012443926 0.997975349 61.035411835\n0.997350633 0.007288312 -0.072377935 1.030697703 -0.006262907 0.999876916 0.014384217 0.838537574 0.072473861 -0.013892812 0.997273564 61.635581970\n0.996489882 0.009914731 -0.083124332 0.969505847 -0.008699571 0.999850154 0.014968064 0.857455075 0.083260283 -0.014192378 0.996426761 62.248310089\n0.995557547 0.005514776 -0.093993105 0.913169205 -0.003985576 0.999856770 0.016449252 0.871270835 0.094070353 -0.016001562 0.995436966 62.873867035\n0.994632483 0.005315620 -0.103334263 0.829289854 -0.003656756 0.999861479 0.016236197 0.880917013 0.103406250 -0.015771180 0.994514167 63.493648529\n0.993436575 0.005782209 -0.114238255 0.749669552 -0.004334770 0.999907196 0.012914701 0.895551682 0.114302330 -0.012334740 0.993369460 64.116714478\n0.992086768 0.008720300 -0.125250861 0.655014694 -0.007424422 0.999913990 0.010809345 0.912382185 0.125334352 -0.009793893 0.992066205 64.762084961\n0.990707040 0.009772647 -0.135661587 0.548063278 -0.008385240 0.999906600 0.010794636 0.933094978 0.135754406 -0.009556767 0.990696430 65.420097351\n0.989178598 0.008196061 -0.146487445 0.449936777 -0.006715770 0.999921322 0.010596956 0.944505811 0.146562770 -0.009498506 0.989155769 66.082626343\n0.987899125 0.005576822 -0.154997498 0.346775949 -0.003977202 0.999935627 0.010628486 0.954991162 0.155046791 -0.009883416 0.987857699 66.755699158\n0.986879647 0.004736156 -0.161387995 0.229783222 -0.003109982 0.999941826 0.010327305 0.977176607 0.161427513 -0.009689894 0.986837029 67.440147400\n0.985945225 0.006810765 -0.166930109 0.103685573 -0.005446737 0.999947965 0.008627721 0.986584246 0.166980177 -0.007597236 0.985930979 68.130615234\n0.985222578 0.010474819 -0.170958459 -0.028386906 -0.009367855 0.999929607 0.007280478 0.998951495 0.171022683 -0.005571377 0.985251367 68.830329895\n0.984591126 0.011463464 -0.174496010 -0.166588783 -0.010751935 0.999929607 0.005022446 1.006309509 0.174541295 -0.003068886 0.984645069 69.535331726\n0.983825386 0.011586927 -0.178755075 -0.299916089 -0.011717235 0.999931276 0.000326803 1.015995860 0.178746581 0.001772998 0.983893573 70.270637512\n0.983381867 0.012387741 -0.181126133 -0.439935446 -0.013168759 0.999908447 -0.003110052 1.030926824 0.181071028 0.005443575 0.983454943 70.995185852\n0.983054876 0.015626172 -0.182644188 -0.586321592 -0.016746553 0.999849200 -0.004593447 1.029638290 0.182544872 0.007574271 0.983168364 71.726531982\n0.982916296 0.019191142 -0.183049887 -0.738854051 -0.020404084 0.999780536 -0.004745021 1.036362767 0.182918668 0.008398924 0.983092189 72.478050232\n0.982870817 0.021398114 -0.183049306 -0.889027178 -0.022560686 0.999736369 -0.004270804 1.036524415 0.182909667 0.008327366 0.983094454 73.230773926\n0.982709348 0.023343872 -0.183677584 -1.033350468 -0.024474008 0.999692917 -0.003887971 1.037272334 0.183530420 0.008316072 0.982978880 73.992279053\n0.982724130 0.025861807 -0.183260605 -1.186582685 -0.026830988 0.999636054 -0.002810567 1.039251804 0.183121219 0.007679076 0.983060360 74.754852295\n0.982790291 0.028373074 -0.182532638 -1.333832979 -0.029335674 0.999566317 -0.002575147 1.050702810 0.182380423 0.007885546 0.983196437 75.512809753\n0.982930481 0.029654646 -0.181571633 -1.479651213 -0.030574849 0.999529898 -0.002270425 1.049657106 0.181418955 0.007783195 0.983375072 76.283302307\n0.983229995 0.032470573 -0.179455876 -1.626929522 -0.033638339 0.999428034 -0.003467287 1.053226829 0.179240644 0.009445739 0.983759940 77.041687012\n0.983462214 0.036036760 -0.177492186 -1.773271084 -0.037449285 0.999287903 -0.004613505 1.060145140 0.177199528 0.011184163 0.984111369 77.839385986\n0.983873129 0.037394352 -0.174915299 -1.912023187 -0.038806159 0.999235928 -0.004656880 1.059268236 0.174607500 0.011369569 0.984572470 78.609230042\n0.984516859 0.035907134 -0.171572745 -2.053564072 -0.037299018 0.999292135 -0.004894692 1.058923483 0.171275541 0.011218402 0.985159278 79.397354126\n0.985011876 0.034564227 -0.168988019 -2.182209492 -0.035996739 0.999337196 -0.005419909 1.057590127 0.168688685 0.011421692 0.985603213 80.167236328\n0.985507548 0.035836808 -0.165803045 -2.315196276 -0.037309635 0.999287069 -0.005775944 1.059237957 0.165477857 0.011878287 0.986141980 80.932006836\n0.985921800 0.036813982 -0.163103923 -2.450345993 -0.038521457 0.999230981 -0.007317268 1.061280966 0.162709117 0.013497256 0.986581743 81.714385986\n0.986315489 0.037698098 -0.160501018 -2.577454567 -0.039849207 0.999153614 -0.010203684 1.057204604 0.159980506 0.016459890 0.986982942 82.479309082\n0.986586809 0.041381974 -0.157905146 -2.717699051 -0.044023354 0.998942435 -0.013265236 1.061182976 0.157189205 0.020038819 0.987365186 83.264678955\n0.987293243 0.038565151 -0.154158384 -2.838267565 -0.042275030 0.998888254 -0.020858895 1.051121235 0.153182581 0.027110895 0.987825930 84.021202087\n0.988011479 0.033684641 -0.150660917 -2.957531691 -0.037902724 0.998963296 -0.025212932 1.045196414 0.149655446 0.030621124 0.988263905 84.784347534\n0.988513470 0.032163076 -0.147670656 -3.067778111 -0.035764374 0.999122500 -0.021796562 1.037056804 0.146840036 0.026827544 0.988796413 85.560516357\n0.988884270 0.033182908 -0.144937307 -3.176345587 -0.035386939 0.999293566 -0.012654576 1.031858087 0.144415006 0.017642798 0.989359915 86.334922791\n0.989291310 0.029212562 -0.143001139 -3.291075706 -0.029621441 0.999560893 -0.000730756 1.014423132 0.142917007 0.004958831 0.989722252 87.101623535\n0.989669621 0.024538983 -0.141251251 -3.388590574 -0.024283914 0.999698877 0.003529472 1.011451483 0.141295314 -0.000062878 0.989967465 87.865966797\n0.990139246 0.020199116 -0.138622761 -3.496025801 -0.020798972 0.999779522 -0.002879874 1.017119169 0.138534024 0.005734687 0.990341067 88.627326965\n0.990311384 0.021160817 -0.137242809 -3.599791527 -0.022758793 0.999690115 -0.010084557 1.019384384 0.136986881 0.013110332 0.990486085 89.384452820\n0.990528166 0.021636544 -0.135594323 -3.711001158 -0.023722123 0.999623537 -0.013784005 1.018629789 0.135245040 0.016870029 0.990668535 90.135169983\n0.990565598 0.024109263 -0.134902015 -3.815634012 -0.025975598 0.999589443 -0.012091510 1.016080499 0.134555116 0.015481594 0.990785182 90.885604858\n0.990601659 0.024937408 -0.134486005 -3.924134016 -0.026139116 0.999632537 -0.007177004 1.010789275 0.134257615 0.010624898 0.990889490 91.646446228\n0.990648866 0.024336988 -0.134248137 -4.031967163 -0.024796929 0.999690950 -0.001754834 1.008978009 0.134163946 0.005067365 0.990946174 92.403045654\n0.990534663 0.023377346 -0.135257632 -4.134968758 -0.023466125 0.999724209 0.000938127 1.014235020 0.135242254 0.002244725 0.990810037 93.161705017\n0.990436733 0.019866526 -0.136529714 -4.239079475 -0.019546652 0.999802172 0.003683240 1.017249823 0.136575878 -0.000979318 0.990629137 93.924041748\n0.990243673 0.016520683 -0.138363957 -4.343321800 -0.016373733 0.999863505 0.002200304 1.021790147 0.138381422 0.000086697 0.990378976 94.665191650\n0.989957333 0.014121546 -0.140659451 -4.453697205 -0.014081053 0.999900043 0.001283195 1.028316259 0.140663505 0.000710324 0.990057230 95.423202515\n0.989481986 0.013364259 -0.144037411 -4.566984653 -0.013753314 0.999903977 -0.001705675 1.037209511 0.144000784 0.003668726 0.989570796 96.191619873\n0.989048362 0.011370488 -0.147153348 -4.683458328 -0.012054618 0.999920249 -0.003758116 1.045858622 0.147098884 0.005490836 0.989106536 96.955627441\n0.988651872 0.010278553 -0.149872899 -4.804895878 -0.011235310 0.999921560 -0.005538450 1.048154116 0.149804205 0.007159467 0.988689780 97.729301453\n0.988273859 0.008593657 -0.152449667 -4.919596195 -0.009786290 0.999927104 -0.007074494 1.048928857 0.152377769 0.008483455 0.988285899 98.512954712\n0.988004088 0.009647159 -0.154126182 -5.046503067 -0.010888812 0.999914706 -0.007213928 1.052464843 0.154043436 0.008805641 0.988024831 99.296546936\n0.987736702 0.011328879 -0.155717179 -5.175201893 -0.012256849 0.999912381 -0.005000432 1.052563429 0.155646876 0.006847713 0.987789035 100.090927124\n0.987553954 0.012820399 -0.156757042 -5.303829193 -0.013498741 0.999903560 -0.003263473 1.052693486 0.156700090 0.005338878 0.987631798 100.880119324\n0.987471640 0.009601865 -0.157504022 -5.436413288 -0.010274737 0.999941230 -0.003458394 1.056144595 0.157461554 0.005033379 0.987512290 101.676940918\n0.987347424 0.005465968 -0.158477902 -5.557867527 -0.006348275 0.999967039 -0.005061684 1.057426214 0.158445016 0.006003702 0.987349570 102.470001221\n0.987219214 0.008112323 -0.159161523 -5.694160461 -0.009398468 0.999928951 -0.007329671 1.057032466 0.159090757 0.008731866 0.987225354 103.260299683\n0.987175167 0.009345237 -0.159367159 -5.827531338 -0.010737960 0.999911308 -0.007880163 1.057844162 0.159279376 0.009490379 0.987187922 104.049400330\n0.986835063 0.011847918 -0.161295220 -5.960067749 -0.013074799 0.999893069 -0.006547117 1.058265328 0.161200404 0.008569827 0.986884475 104.840133667\n0.986780763 0.012850335 -0.161550760 -6.091309071 -0.013763389 0.999894977 -0.004533940 1.054837346 0.161475524 0.006697490 0.986854017 105.627578735\n0.986785948 0.012072007 -0.161578879 -6.226818562 -0.013506424 0.999878526 -0.007782016 1.050337553 0.161465302 0.009861537 0.986829102 106.403388977\n0.986590683 0.013526279 -0.162652463 -6.361255169 -0.015747264 0.999799430 -0.012373239 1.048863649 0.162452474 0.014768654 0.986605823 107.185142517\n0.986476362 0.014424281 -0.163267732 -6.489781857 -0.017093599 0.999742031 -0.014956233 1.048361063 0.163009882 0.017544804 0.986468434 107.960510254\n0.986048639 0.017833333 -0.165499553 -6.629782200 -0.020230092 0.999713302 -0.012807487 1.046383262 0.165223703 0.015976876 0.986126721 108.769096375\n0.985953510 0.017297458 -0.166121751 -6.762926579 -0.018653868 0.999804139 -0.006608267 1.041301966 0.165974915 0.009614257 0.986083090 109.550468445\n0.985817194 0.016825162 -0.166977167 -6.892629147 -0.017529601 0.999842584 -0.002745698 1.039171100 0.166904688 0.005633800 0.985956967 110.338317871\n0.985716581 0.016646164 -0.167588115 -7.027848244 -0.017004965 0.999855161 -0.000706030 1.041442990 0.167552084 0.003545775 0.985856831 111.113540649\n0.985721886 0.017401237 -0.167480007 -7.158015251 -0.017594056 0.999845147 0.000332552 1.045581698 0.167459860 0.002618849 0.985875428 111.895629883\n0.985549510 0.019763321 -0.168230608 -7.305088520 -0.019619640 0.999804378 0.002516354 1.053316355 0.168247432 0.000820632 0.985744476 112.685844421\n0.985541642 0.019236593 -0.168337926 -7.456132412 -0.019149020 0.999814332 0.002143687 1.057919383 0.168347910 0.001110814 0.985727012 113.496101379\n0.985537410 0.023840390 -0.167772561 -7.585763454 -0.024196176 0.999707222 -0.000076446 1.060566783 0.167721629 0.004134795 0.985825717 114.252189636\n0.985753894 0.028870484 -0.165697917 -7.721858978 -0.029835012 0.999549270 -0.003334421 1.066542506 0.165526971 0.008230518 0.986170948 115.035888672\n0.986179590 0.035447277 -0.161843568 -7.859253407 -0.036985006 0.999294698 -0.006497514 1.073487878 0.161499098 0.012393500 0.986795008 115.818473816\n0.987102151 0.040624887 -0.154851571 -7.996056080 -0.042311177 0.999075532 -0.007608082 1.070400357 0.154399335 0.014061906 0.987908423 116.605979919\n0.988169253 0.045952041 -0.146321282 -8.125623703 -0.047393639 0.998855889 -0.006379590 1.076142430 0.145860732 0.013238812 0.989216566 117.382400513\n0.989580095 0.049705002 -0.135131806 -8.252745628 -0.050632615 0.998711467 -0.003434221 1.075857759 0.134786978 0.010240513 0.990821660 118.193931580\n0.991042912 0.049908478 -0.123867363 -8.353726387 -0.050358288 0.998731077 -0.000501140 1.077788353 0.123685174 0.006734400 0.992298663 118.990936279\n0.992458463 0.045899890 -0.113663666 -8.434710503 -0.046167381 0.998933673 0.000279226 1.076827288 0.113555282 0.004970433 0.993519247 119.788536072\n0.993822932 0.041100718 -0.103085823 -8.514425278 -0.041478783 0.999138236 -0.001525630 1.080294132 0.102934279 0.005792080 0.994671285 120.577568054\n0.995029330 0.035926122 -0.092875719 -8.579813004 -0.036478132 0.999325395 -0.004252221 1.081916213 0.092660300 0.007619018 0.995668650 121.392242432\n0.995956063 0.033252351 -0.083461158 -8.645539284 -0.033922266 0.999402523 -0.006621117 1.080792904 0.083191119 0.009425533 0.996489048 122.195976257\n0.996767998 0.028559720 -0.075086132 -8.699872971 -0.029237194 0.999540985 -0.007938730 1.079366207 0.074824937 0.010108379 0.997145474 123.006408691\n0.997446954 0.021623958 -0.068058461 -8.744169235 -0.022250300 0.999716640 -0.008458363 1.086250663 0.067856275 0.009951090 0.997645497 123.819526672\n0.997873843 0.016728083 -0.062992111 -8.779078484 -0.017355684 0.999804914 -0.009429153 1.076916218 0.062822089 0.010502376 0.997969508 124.622596741\n0.998192668 0.015022534 -0.058187123 -8.831990242 -0.015858890 0.999777079 -0.013938527 1.067014456 0.057964761 0.014836118 0.998208404 125.436271667\n0.998321176 0.011667425 -0.056733485 -8.869248390 -0.012863674 0.999701619 -0.020766141 1.068118930 0.056474268 0.021461081 0.998173356 126.250564575\n0.998430669 0.006936080 -0.055570573 -8.907846451 -0.008023105 0.999780357 -0.019362003 1.066311240 0.055424072 0.019777466 0.998266995 127.076820374\n0.998535514 0.007115419 -0.053630151 -8.955325127 -0.007641999 0.999924541 -0.009620058 1.060815930 0.053557653 0.010015812 0.998514533 127.916358948\n0.998612940 0.007982303 -0.052043200 -9.006704330 -0.008083432 0.999965847 -0.001732958 1.054570079 0.052027591 0.002151242 0.998643339 128.755599976\n0.998624504 0.008330756 -0.051765654 -9.046569824 -0.008451527 0.999962032 -0.002114564 1.051023364 0.051746074 0.002549154 0.998657048 129.596176147\n0.998679221 0.005757189 -0.051055208 -9.087563515 -0.006212276 0.999942362 -0.008759414 1.059496760 0.051001832 0.009065013 0.998657405 130.443695068\n0.998718560 0.005558891 -0.050302256 -9.135850906 -0.006155707 0.999912381 -0.011717473 1.063128114 0.050232712 0.012012105 0.998665273 131.290618896\n0.998745859 0.007526077 -0.049498122 -9.180977821 -0.007920456 0.999938369 -0.007776240 1.066691160 0.049436547 0.008158536 0.998743951 132.144851685\n0.998857796 0.005214086 -0.047495961 -9.226249695 -0.005213697 0.999986410 0.000132080 1.068611503 0.047496006 0.000115700 0.998871446 133.012954712\n0.998889983 0.005416672 -0.046792008 -9.262269974 -0.005219712 0.999976993 0.004330441 1.066482186 0.046814390 -0.004081393 0.998895288 133.869781494\n0.998991013 0.007034125 -0.044355985 -9.310904503 -0.006958023 0.999974072 0.001869876 1.072162271 0.044367988 -0.001559359 0.999014020 134.722808838\n0.999020398 0.009316351 -0.043260198 -9.343359947 -0.009409571 0.999953806 -0.001951720 1.083030820 0.043240014 0.002356868 0.999061942 135.584945679\n0.999120831 0.009359443 -0.040865704 -9.384918213 -0.009546466 0.999944806 -0.004383788 1.085785747 0.040822420 0.004770057 0.999155045 136.445724487\n0.999244928 0.008796369 -0.037844464 -9.414969444 -0.008921503 0.999955297 -0.003138938 1.086798310 0.037815161 0.003474197 0.999278724 137.300094604\n0.999307394 0.014579467 -0.034237813 -9.453548431 -0.014598927 0.999893367 -0.000318448 1.086745620 0.034229521 0.000818063 0.999413669 138.169174194\n0.999401689 0.017843071 -0.029628994 -9.481105804 -0.017813627 0.999840558 0.001257460 1.092082739 0.029646706 -0.000728908 0.999560177 139.018249512\n0.999566853 0.016815290 -0.024152355 -9.503832817 -0.016863532 0.999856174 -0.001795179 1.087286949 0.024118695 0.002201695 0.999706686 139.868560791\n0.999691725 0.017223533 -0.017884232 -9.521421432 -0.017351424 0.999824822 -0.007020677 1.094547510 0.017760178 0.007328829 0.999815404 140.732406616\n0.999813318 0.015749235 -0.011193343 -9.521417618 -0.015855771 0.999829233 -0.009493624 1.096202970 0.011041913 0.009669331 0.999892294 141.582305908\n0.999963641 0.008176435 -0.002428622 -9.518474579 -0.008194256 0.999938905 -0.007420921 1.094481111 0.002367797 0.007440552 0.999969542 142.427917480\n0.999951839 0.007004419 0.006870771 -9.509192467 -0.007001307 0.999975383 -0.000476879 1.086992145 -0.006873942 0.000428752 0.999976277 143.266448975\n0.999795973 0.009686260 0.017724846 -9.512567520 -0.009683090 0.999953091 -0.000264622 1.090617061 -0.017726576 0.000092937 0.999842882 144.137710571\n0.999563336 0.007949497 0.028459450 -9.483626366 -0.007766167 0.999948442 -0.006546541 1.086976290 -0.028510023 0.006322661 0.999573529 144.973449707\n0.999116898 0.009665166 0.040890433 -9.457098961 -0.008957394 0.999807477 -0.017456932 1.085292935 -0.041051283 0.017075242 0.999011099 145.803741455\n0.998465061 0.015567574 0.053152874 -9.420141220 -0.014311213 0.999611080 -0.023936110 1.081381917 -0.053504828 0.023138687 0.998299479 146.627090454\n0.997652471 0.017534506 0.066197097 -9.369630814 -0.016270574 0.999675810 -0.019584578 1.072209358 -0.066519037 0.018461538 0.997614324 147.459945679\n0.996663392 0.019150956 0.079343244 -9.306828499 -0.018165484 0.999748886 -0.013123638 1.063923001 -0.079574645 0.011638541 0.996760964 148.292236328\n0.995381474 0.023375509 0.093109131 -9.231350899 -0.022673996 0.999706030 -0.008585207 1.053218961 -0.093282446 0.006434400 0.995618880 149.122741699\n0.993977308 0.020559706 0.107640184 -9.137100220 -0.020004269 0.999780416 -0.006237462 1.053612590 -0.107744791 0.004046632 0.994170368 149.938858032\n0.992469728 0.017437052 0.121242531 -9.030594826 -0.016630733 0.999832392 -0.007659274 1.050697207 -0.121355757 0.005585246 0.992593348 150.752059937\n0.990655482 0.018411508 0.135139525 -8.915131569 -0.016742337 0.999768972 -0.013477661 1.041053414 -0.135356456 0.011089168 0.990734935 151.559600830\n0.988599598 0.021089638 0.149084032 -8.794871330 -0.017863367 0.999577105 -0.022946803 1.040341854 -0.149504930 0.020022059 0.988558233 152.371520996\n0.986366570 0.021770608 0.163116693 -8.662529945 -0.018221265 0.999564230 -0.023224315 1.037057400 -0.163551211 0.019935496 0.986333430 153.182220459\n0.983963132 0.021479487 0.177074119 -8.516139984 -0.019221764 0.999710739 -0.014455909 1.031717896 -0.177333400 0.010820405 0.984091341 154.022323608\n0.981288552 0.022029864 0.191278532 -8.354644775 -0.021927118 0.999756038 -0.002654037 1.018812656 -0.191290334 -0.001589811 0.981532216 154.836120605\n0.978500068 0.023353890 0.204920098 -8.188333511 -0.023472054 0.999722779 -0.001854428 1.016551495 -0.204906583 -0.002995337 0.978776932 155.658538818\n0.975543320 0.021182714 0.218784124 -8.000783920 -0.020100905 0.999772251 -0.007169566 1.025351763 -0.218886167 0.002596464 0.975746930 156.454071045\n0.972548008 0.016933167 0.232085496 -7.793770790 -0.015017625 0.999837041 -0.010018062 1.026300311 -0.232217312 0.006257673 0.972643793 157.263366699\n0.969298065 0.017427947 0.245270327 -7.585276604 -0.015583565 0.999833822 -0.009458674 1.026622772 -0.245394424 0.005346088 0.969408572 158.080093384\n0.965819001 0.019537995 0.258479983 -7.371150970 -0.017532306 0.999795675 -0.010062552 1.018977404 -0.258623779 0.005186854 0.965964198 158.900543213\n0.962333024 0.017494610 0.271309912 -7.133652210 -0.013951067 0.999790370 -0.014984228 1.010690451 -0.271515191 0.010634755 0.962375402 159.705780029\n0.958514214 0.014407132 0.284680426 -6.882931232 -0.009111245 0.999760091 -0.019918535 1.009071112 -0.284899086 0.016498405 0.958415508 160.532867432\n0.954391360 0.013920391 0.298233777 -6.619676590 -0.007521586 0.999716461 -0.022592707 0.997877836 -0.298463702 0.019319093 0.954225421 161.361434937\n0.950266540 0.011231240 0.311235189 -6.341789246 -0.005701546 0.999809444 -0.018671125 0.992905140 -0.311385572 0.015968025 0.950149477 162.198501587\n0.946437120 0.008483125 0.322776794 -6.056626320 -0.003905064 0.999882400 -0.014828298 0.979171157 -0.322864622 0.012773588 0.946358919 163.018142700\n0.942400575 0.006154311 0.334429860 -5.759375572 -0.001535708 0.999899805 -0.014073036 0.966157556 -0.334482968 0.012748851 0.942315578 163.844955444\n0.938332677 0.004409297 0.345705509 -5.450433731 0.001763437 0.999844611 -0.017538926 0.949558258 -0.345729142 0.017066978 0.938179135 164.666595459\n0.934284210 0.005853815 0.356481016 -5.136569977 0.001046231 0.999815881 -0.019160107 0.947864771 -0.356527537 0.018273948 0.934106112 165.490905762\n0.930127382 0.007181467 0.367166877 -4.807716846 -0.002188499 0.999899387 -0.014013143 0.942187190 -0.367230594 0.012230463 0.930049539 166.323471069\n0.926101148 0.005876485 0.377229542 -4.460342407 -0.002922432 0.999960423 -0.008402800 0.935509324 -0.377263993 0.006679416 0.926081657 167.163955688\n0.922519982 0.005025761 0.385916650 -4.115910053 -0.001469258 0.999953687 -0.009510107 0.934989929 -0.385946572 0.008206253 0.922484636 167.983322144\n0.919346094 0.002671747 0.393440694 -3.758342266 0.003716604 0.999873340 -0.015474390 0.927026868 -0.393432230 0.015688583 0.919219732 168.794967651\n0.916449249 0.000429376 0.400150687 -3.377383709 0.008741398 0.999739289 -0.021092838 0.920645118 -0.400055438 0.022828391 0.916206598 169.626434326\n0.913193583 -0.002407968 0.407518983 -3.004528046 0.013866818 0.999587059 -0.025167204 0.906189322 -0.407290131 0.028633522 0.912849844 170.458618164\n0.910101414 -0.005269259 0.414352089 -2.621154785 0.017659038 0.999503970 -0.026076542 0.896691799 -0.414009154 0.031049358 0.909743011 171.282745361\n0.906811595 -0.011519525 0.421378702 -2.229928493 0.022416065 0.999529958 -0.020914767 0.887412488 -0.420939684 0.028411405 0.906643569 172.117767334\n0.904011250 -0.011827765 0.427345097 -1.826484203 0.019981695 0.999693751 -0.014600694 0.868350148 -0.427041501 0.021738270 0.903970718 172.955932617\n0.900876701 -0.005747064 0.434037060 -1.432449341 0.011369618 0.999881685 -0.010359115 0.855010152 -0.433926195 0.014267121 0.900835454 173.821533203\n0.897768855 -0.001337378 0.440464884 -1.033076763 0.008893763 0.999846578 -0.015091717 0.848188162 -0.440377116 0.017466264 0.897642970 174.647048950\n0.894750416 0.004396126 0.446544915 -0.621338844 0.007811225 0.999644518 -0.025492756 0.836486459 -0.446498245 0.026297716 0.894397974 175.465866089\n0.891388118 0.008306454 0.453164726 -0.204617500 0.007323548 0.999437571 -0.032725196 0.819686592 -0.453181684 0.032489624 0.890825927 176.292327881\n0.889128387 0.010239050 0.457543343 0.222343445 0.007238473 0.999310017 -0.036429156 0.806204617 -0.457600653 0.035702109 0.888440788 177.138519287\n0.887597442 0.008290007 0.460545421 0.663509369 0.009847621 0.999267995 -0.036966305 0.776196957 -0.460514754 0.037346475 0.886866093 177.960174561\n0.885917127 0.002399953 0.463837296 1.104102135 0.019414425 0.998918414 -0.042249575 0.747772157 -0.463437021 0.046434760 0.884912372 178.782409668\n0.884148836 0.000135038 0.467205286 1.549653053 0.024786735 0.998578072 -0.047195546 0.714206815 -0.466547340 0.053308383 0.882888317 179.603057861\n0.882508337 0.005622057 0.470263183 1.987669945 0.021531096 0.998397112 -0.052341796 0.676572621 -0.469803661 0.056317352 0.880972683 180.427917480\n0.880876184 0.009770154 0.473245978 2.414767742 0.018972181 0.998254836 -0.055922817 0.632129669 -0.472966433 0.058239587 0.879153550 181.255599976\n0.880004108 0.010812734 0.474843025 2.863052845 0.018092798 0.998252094 -0.056261905 0.581587076 -0.474621385 0.058101945 0.878270268 182.064773560\n0.878704786 0.013723436 0.477168232 3.307747841 0.014734407 0.998330712 -0.055845547 0.530411363 -0.477138072 0.056102540 0.877035797 182.908859253\n0.876718998 0.013695700 0.480807930 3.746107101 0.014001895 0.998444259 -0.053971916 0.489486098 -0.480799109 0.054050427 0.875163317 183.728851318\n0.875120521 0.012945333 0.483731806 4.195018768 0.012936788 0.998658955 -0.050129477 0.450385332 -0.483732015 0.050127272 0.873779476 184.558715820\n0.874154210 0.011703696 0.485507399 4.661122799 0.011611018 0.998920143 -0.044985678 0.403229594 -0.485509634 0.044961654 0.873074353 185.372222900\n0.872732103 0.010823439 0.488079458 5.107560158 0.011796123 0.998994827 -0.043245859 0.365457773 -0.488056928 0.043499496 0.871727169 186.186737061\n0.871731281 0.009875256 0.489884704 5.562485695 0.012635973 0.999011278 -0.042623632 0.336018085 -0.489821285 0.043346524 0.870744586 187.001022339\n0.871387839 0.006282376 0.490554571 6.029913902 0.015605168 0.999057055 -0.040514566 0.295615375 -0.490346551 0.042959087 0.870468140 187.808715820\n0.870303988 -0.000245547 0.492514938 6.494946480 0.020727390 0.999132156 -0.036128443 0.267616808 -0.492078662 0.041651279 0.869553804 188.624633789\n0.869351625 -0.003386841 0.494182497 6.961925507 0.024133541 0.999074399 -0.035607956 0.243502140 -0.493604481 0.042882208 0.868628681 189.440887451\n0.869257450 0.003345405 0.494348377 7.414706230 0.021467689 0.998778343 -0.044507612 0.199484527 -0.493893355 0.049301092 0.868123710 190.238113403\n0.869246125 0.007536743 0.494322181 7.875902176 0.024810210 0.997958899 -0.058843277 0.160786867 -0.493756682 0.063413531 0.867284894 191.033676147\n0.869219959 0.007856891 0.494363159 8.333601952 0.029035743 0.997336924 -0.066903077 0.123016953 -0.493572265 0.072507694 0.866677046 191.828994751\n0.868065715 0.010859600 0.496330440 8.784008026 0.024246840 0.997640193 -0.064235069 0.064748764 -0.495856762 0.067794710 0.865753949 192.640289307\n0.868158400 0.018003222 0.495960593 9.241766930 0.013439723 0.998122454 -0.059757225 0.008627057 -0.496105224 0.058544308 0.866286457 193.451736450\n0.867626309 0.026238909 0.496524036 9.682608604 0.001724264 0.998441815 -0.055775829 -0.035834074 -0.497213870 0.049248714 0.866229177 194.271209717\n0.867364466 0.025817972 0.497003376 10.145751953 -0.001484930 0.998783290 -0.049292587 -0.079164982 -0.497671306 0.042016622 0.866347432 195.092849731\n0.866846263 0.020745469 0.498143762 10.614164352 0.000427411 0.999102652 -0.042351943 -0.110488176 -0.498575360 0.036925536 0.866059542 195.906036377\n0.866577268 0.019782577 0.498650700 11.076362610 0.000841002 0.999154687 -0.041100208 -0.147701740 -0.499042243 0.036035869 0.865828037 196.712387085\n0.866294265 0.020833852 0.499099404 11.531301498 0.003479043 0.998854041 -0.047733691 -0.191108584 -0.499521911 0.043087814 0.865229070 197.502838135\n0.866966844 0.022238504 0.497869372 12.013401031 0.007421342 0.998317063 -0.057515364 -0.231764555 -0.498310536 0.053558774 0.865342736 198.307434082\n0.867085218 0.021969324 0.497675210 12.486215591 0.009473404 0.998119235 -0.060566112 -0.266258121 -0.498069823 0.057230659 0.865246296 199.123214722\n0.867106020 0.017815685 0.497804910 12.959525108 0.009030509 0.998633742 -0.051469468 -0.311895013 -0.498041749 0.049124919 0.865760446 199.935440063\n0.866457164 0.017262749 0.498952955 13.416687012 0.006034689 0.998966873 -0.045041755 -0.350246191 -0.499215007 0.042037778 0.865457833 200.770492554\n0.866089523 0.017448802 0.499584287 13.873645782 0.005171721 0.999024391 -0.043858372 -0.387247205 -0.499862164 0.040568989 0.865154326 201.577255249\n0.866034448 0.021862987 0.499506116 14.336483002 0.001794481 0.998901129 -0.046832353 -0.417917848 -0.499981135 0.041454785 0.865043581 202.397445679\n0.866015434 0.022803780 0.499496996 14.802748680 0.000912770 0.998885751 -0.047185160 -0.452466249 -0.500016391 0.041319005 0.865029693 203.205520630\n0.865928710 0.026110632 0.499485403 15.263798714 -0.001194053 0.998741508 -0.050139219 -0.497261405 -0.500165999 0.042820577 0.864870191 204.012390137\n0.866220772 0.028589401 0.498842925 15.736789703 -0.001125887 0.998470902 -0.055268735 -0.536531806 -0.499660224 0.047313284 0.864928365 204.831176758\n0.866452098 0.031100705 0.498290628 16.195928574 -0.001772801 0.998243213 -0.059222512 -0.590679884 -0.499257118 0.050430097 0.864985049 205.631057739\n0.866062403 0.032643173 0.498869061 16.660312653 -0.004818695 0.998364747 -0.056961849 -0.634183884 -0.499912709 0.046928618 0.864803433 206.452178955\n0.866004109 0.028881479 0.499202162 17.128728867 -0.004935872 0.998775661 -0.049221814 -0.673979640 -0.500012577 0.040162295 0.865086377 207.267776489\n0.866070151 0.025571354 0.499268025 17.612459183 -0.008504697 0.999300063 -0.036428910 -0.713976145 -0.499850094 0.027303869 0.865681410 208.130081177\n0.865743756 0.025135780 0.499855906 18.083602905 -0.009860195 0.999400795 -0.033178195 -0.747409344 -0.500390351 0.023795139 0.865472913 208.951293945\n0.865496576 0.034326568 0.499737352 18.548065186 -0.013027347 0.998854280 -0.046048425 -0.786815763 -0.500745475 0.033344503 0.864952087 209.769119263\n0.865492821 0.045002483 0.498895764 19.012882233 -0.013751258 0.997715473 -0.066142194 -0.822271824 -0.500732601 0.050385151 0.864134431 210.568450928\n0.864817202 0.047871903 0.499799490 19.473808289 -0.013864836 0.997341573 -0.071536884 -0.869201660 -0.501895428 0.054936692 0.863181889 211.399658203\n0.864350557 0.040618345 0.501246810 19.952528000 -0.011663406 0.998083830 -0.060766965 -0.924599767 -0.502754569 0.046677716 0.863168001 212.219116211\n0.863661051 0.036030963 0.502783597 20.422157288 -0.012752783 0.998684645 -0.049662493 -0.981059074 -0.503911614 0.036479674 0.862984538 213.049468994\n0.863458633 0.038167778 0.502973557 20.895870209 -0.016248595 0.998720288 -0.047893066 -1.033476353 -0.504157901 0.033181071 0.862973869 213.860763550\n0.863158524 0.041660465 0.503211439 21.365852356 -0.016813898 0.998409271 -0.053816609 -1.054997325 -0.504652977 0.037991319 0.862485945 214.693542480\n0.862623870 0.042218290 0.504081070 21.833545685 -0.016565841 0.998334289 -0.055264685 -1.100211740 -0.505574584 0.039322108 0.861886382 215.497741699\n0.861664116 0.043355424 0.505623639 22.296609879 -0.020482002 0.998503208 -0.050713461 -1.142702579 -0.507065535 0.033341784 0.861262381 216.312484741\n0.860981584 0.039486568 0.507101059 22.762142181 -0.020377073 0.998859406 -0.043181226 -1.184347987 -0.508227766 0.026845004 0.860804200 217.118026733\n0.860955000 0.037964903 0.507262468 23.239116669 -0.020418270 0.998986542 -0.040111814 -1.223871231 -0.508271217 0.024177045 0.860857606 217.923492432\n0.860480845 0.038498078 0.508026242 23.704345703 -0.019440969 0.998895884 -0.042767458 -1.258606672 -0.509111762 0.026924055 0.860279202 218.714614868\n0.859724283 0.039787494 0.509206414 24.162506104 -0.019218467 0.998775244 -0.045592871 -1.289437771 -0.510396779 0.029411130 0.859435916 219.515045166\n0.859885097 0.041434221 0.508803368 24.638782501 -0.020489713 0.998698771 -0.046700764 -1.326731324 -0.510076284 0.029732052 0.859615147 220.301452637\n0.859039247 0.044950847 0.509932339 25.097980499 -0.024224227 0.998590827 -0.047217920 -1.370269775 -0.511336207 0.028209336 0.858917654 221.100524902\n0.858359337 0.047996830 0.510798931 25.555147171 -0.025277602 0.998361647 -0.051333170 -1.407357812 -0.512425900 0.031150533 0.858166277 221.888000488\n0.858301759 0.048506167 0.510847509 26.034326553 -0.023329923 0.998181522 -0.055581838 -1.448407650 -0.512614608 0.035787955 0.857872665 222.686309814\n0.858161330 0.046778280 0.511244416 26.507263184 -0.019402377 0.998083830 -0.058755219 -1.490066528 -0.513013303 0.040502101 0.857424617 223.470092773\n0.857852459 0.043205950 0.512076557 26.971080780 -0.013893569 0.998045087 -0.060933962 -1.541551590 -0.513708234 0.045157779 0.856775761 224.251342773\n0.858242035 0.038683463 0.511785269 27.445598602 -0.008258959 0.998067379 -0.061589345 -1.596444249 -0.513178706 0.048631754 0.856902897 225.021911621\n0.858923197 0.032902662 0.511046350 27.934421539 -0.001422556 0.998083293 -0.061868604 -1.647621393 -0.512102485 0.052413382 0.857323647 225.825225830\n0.859122932 0.027369276 0.511036873 28.410549164 0.004944082 0.998078465 -0.061765134 -1.692132592 -0.511745393 0.055590454 0.857336760 226.607208252\n0.859264672 0.026176553 0.510861099 28.880470276 0.005632389 0.998145103 -0.060618658 -1.742758989 -0.511500299 0.054964837 0.857523382 227.386779785\n0.859671056 0.027177013 0.510124624 29.349330902 0.003053613 0.998292685 -0.058330290 -1.788272858 -0.510838866 0.051702585 0.858120322 228.175384521\n0.859934688 0.021314699 0.509958804 29.826370239 0.007649015 0.998477280 -0.054631658 -1.841527820 -0.510346711 0.050880343 0.858462214 228.980041504\n0.860011458 0.018894712 0.509924829 30.294218063 0.009926378 0.998505652 -0.053739842 -1.883246422 -0.510178208 0.051278587 0.858538747 229.760055542\n0.860051632 0.023944976 0.509644806 30.755897522 0.007027061 0.998247445 -0.058759842 -1.931240916 -0.510158598 0.054117806 0.858376086 230.541793823\n0.860498905 0.030242646 0.508553803 31.216808319 0.005812855 0.997588634 -0.069160193 -1.985577226 -0.509419084 0.062468421 0.858248174 231.327529907\n0.861253142 0.031940028 0.507171512 31.679882050 0.008202734 0.997019053 -0.076718532 -2.033553123 -0.508110046 0.070234269 0.858423769 232.094116211\n0.861062884 0.029384799 0.507648766 32.145965576 0.008707860 0.997330427 -0.072499670 -2.086797476 -0.508423924 0.066847309 0.858508348 232.893753052\n0.860976815 0.027782999 0.507884860 32.621166229 0.004499394 0.998052061 -0.062224247 -2.148862600 -0.508624256 0.055858810 0.859174669 233.705245972\n0.860821724 0.027106939 0.508184254 33.076141357 0.002529642 0.998340130 -0.057537239 -2.207129002 -0.508900404 0.050814826 0.859324276 234.492507935\n0.861013532 0.032160930 0.507564127 33.526020050 -0.000696141 0.998072147 -0.062060218 -2.250552893 -0.508581579 0.053081352 0.859376073 235.259704590\n0.861248016 0.030987121 0.507239282 33.981826782 0.001854777 0.997940898 -0.064113215 -2.295958042 -0.508181512 0.056158196 0.859417140 236.040222168\n0.861463904 0.026974624 0.507101834 34.441715240 0.004201029 0.998175502 -0.060233351 -2.343382120 -0.507801414 0.054019205 0.859778821 236.805648804\n0.861375153 0.026085999 0.507299125 34.886882782 0.004862651 0.998211324 -0.059585966 -2.397767544 -0.507946134 0.053792689 0.859707594 237.590362549\n0.861646891 0.028593365 0.506702125 35.331359863 0.005907301 0.997778893 -0.066350356 -2.461944103 -0.507473886 0.060163822 0.859564185 238.328887939\n0.862285316 0.033309445 0.505326152 35.774497986 0.005535814 0.997154951 -0.075175472 -2.510497332 -0.506392539 0.067620099 0.859647691 239.070861816\n0.862283349 0.034189530 0.505270779 36.207576752 0.005156978 0.997073948 -0.076268554 -2.566145182 -0.506399930 0.068370774 0.859583974 239.818832397\n0.862493098 0.032415263 0.505029619 36.639648438 0.003479167 0.997543097 -0.069968924 -2.625087023 -0.506056845 0.062104799 0.860261261 240.565414429\n0.862276971 0.029079227 0.505601406 37.070144653 0.002759739 0.998065531 -0.062109467 -2.681722641 -0.506429434 0.054950893 0.860528708 241.301696777\n0.862034857 0.032864936 0.505782366 37.483928680 -0.001599330 0.998066962 -0.062126976 -2.741134167 -0.506846488 0.052746709 0.860421062 242.023971558\n0.861854792 0.038207844 0.505713880 37.890029907 -0.004688198 0.997715712 -0.067389920 -2.793678522 -0.507133543 0.055709440 0.860065162 242.732955933\n0.861597359 0.041279797 0.505910993 38.293968201 -0.006093067 0.997456968 -0.071010612 -2.843090534 -0.507555723 0.058100011 0.859657824 243.441802979\n0.861481726 0.039049294 0.506284952 38.711795807 -0.005084078 0.997652054 -0.068297051 -2.886665344 -0.507763147 0.056262668 0.859657526 244.144653320\n0.861316919 0.036156751 0.506779969 39.125709534 -0.005046686 0.998024166 -0.062627815 -2.938450813 -0.508043051 0.051384840 0.859797597 244.851425171\n0.861586154 0.033888310 0.506478906 39.542434692 -0.002617150 0.998052359 -0.062327195 -3.006412745 -0.507604599 0.052374717 0.859996796 245.541091919\n0.861353576 0.037543815 0.506616771 39.943950653 -0.001848460 0.997490346 -0.070778199 -3.050031662 -0.508002579 0.060028594 0.859261274 246.238891602\n0.861575782 0.039709814 0.506073475 40.363811493 -0.000418094 0.996990800 -0.077518597 -3.098248720 -0.507628858 0.066576563 0.858999729 246.927536011\n0.861508906 0.039346457 0.506215632 40.779655457 0.001829592 0.996745884 -0.080587462 -3.157405853 -0.507739186 0.070352986 0.858633459 247.622680664\n0.861052513 0.038647547 0.507045269 41.179046631 0.002059185 0.996834576 -0.079476692 -3.210039377 -0.508511841 0.069477707 0.858247399 248.333343506\n0.861002207 0.033071131 0.507524908 41.602085114 0.006570579 0.997077167 -0.076117963 -3.260608673 -0.508558810 0.068872467 0.858268380 249.050704956\n0.861152530 0.029593477 0.507484555 42.030479431 0.007542309 0.997450352 -0.070963949 -3.312821388 -0.508290768 0.064938396 0.858733714 249.763977051\n0.860929370 0.031391248 0.507755160 42.441764832 0.001922787 0.997886479 -0.064953126 -3.364611149 -0.508720994 0.056896359 0.859049380 250.495330811\n0.860873938 0.028988693 0.507991850 42.860706329 0.002102338 0.998164594 -0.060523286 -3.406000376 -0.508813918 0.053170890 0.859232962 251.233917236\n0.861394107 0.022567082 0.507435620 43.303592682 0.007318971 0.998357356 -0.056824021 -3.448614597 -0.507884502 0.052661784 0.859813988 251.945800781\n0.861407340 0.025114965 0.507293463 43.735366821 0.007240233 0.998068094 -0.061706364 -3.496898413 -0.507863164 0.056827236 0.859561324 252.672760010\n0.861458540 0.034445625 0.506658435 44.156455994 0.001976237 0.997461975 -0.071173497 -3.546903133 -0.507824123 0.062314291 0.859204054 253.411621094\n0.862260699 0.038316596 0.505013168 44.590415955 0.003763501 0.996621788 -0.082041971 -3.585610867 -0.506450653 0.072642192 0.859203577 254.148590088\n0.862718999 0.038093079 0.504246831 45.022911072 0.003854330 0.996634364 -0.081884660 -3.642181158 -0.505668938 0.072586983 0.859668612 254.892486572\n0.862534404 0.034475692 0.504822612 45.466461182 0.002764625 0.997340202 -0.072834641 -3.701051474 -0.505990922 0.064218022 0.860144854 255.656967163\n0.862468481 0.029642092 0.505241990 45.911899567 0.002583335 0.998012543 -0.062962361 -3.757287025 -0.506104171 0.055608265 0.860677838 256.428985596\n0.862720311 0.032402933 0.504642189 46.356262207 -0.003422584 0.998296201 -0.058249179 -3.805881262 -0.505669832 0.048525572 0.861361325 257.210296631\n0.862966180 0.036826823 0.503917813 46.789844513 -0.006455921 0.998062491 -0.061883565 -3.851098537 -0.505220413 0.050150171 0.861531973 257.977233887\n0.864075601 0.036153808 0.502062023 47.237876892 -0.002557189 0.997719705 -0.067445375 -3.899328709 -0.503355563 0.056994036 0.862197638 258.742126465\n0.864799500 0.035903689 0.500832081 47.689369202 0.002472272 0.997123718 -0.075750813 -3.954538584 -0.502111256 0.066747457 0.862223327 259.503692627\n0.864890993 0.039917566 0.500370026 48.134056091 0.000786472 0.996724010 -0.080874167 -4.014380455 -0.501959085 0.070340872 0.862026215 260.278320312\n0.865452886 0.039821964 0.499405205 48.580661774 0.003138923 0.996385396 -0.084890224 -4.077825546 -0.500980556 0.075036086 0.862199605 261.056274414\n0.865927398 0.032989960 0.499080539 49.042823792 0.010743660 0.996365368 -0.084501952 -4.149741650 -0.500054300 0.078534506 0.862425685 261.843444824\n0.866112232 0.028053198 0.499061763 49.497001648 0.011300298 0.997069716 -0.075658627 -4.214144707 -0.499721855 0.071168415 0.863257289 262.634979248\n0.866524875 0.023432100 0.498583615 49.962711334 0.009459925 0.997947037 -0.063341953 -4.265476227 -0.499044269 0.059603941 0.864524245 263.438903809\n0.867057621 0.015466339 0.497967780 50.428737640 0.010700579 0.998709321 -0.049650598 -4.314409733 -0.498092979 0.048378475 0.865773022 264.240447998\n0.867157161 0.012915524 0.497867107 50.885139465 0.013220176 0.998714507 -0.048934523 -4.360325813 -0.497859120 0.049015813 0.865871668 265.030334473\n0.866989017 0.019996552 0.497925937 51.330440521 0.011388702 0.998138487 -0.059914947 -4.404089451 -0.498197168 0.057616331 0.865147352 265.831115723\n0.867353916 0.029780466 0.496800125 51.775920868 0.008244231 0.997211456 -0.074170858 -4.454425812 -0.497623622 0.068428122 0.864689708 266.615325928\n0.867920756 0.033670720 0.495560199 52.226196289 0.006444734 0.996852338 -0.079018168 -4.514937401 -0.496660948 0.071775258 0.864971817 267.401947021\n0.867963850 0.029464873 0.495752603 52.674365997 0.007463160 0.997351825 -0.072343752 -4.573589325 -0.496571362 0.066491641 0.865445435 268.193511963\n0.868234277 0.026947185 0.495422155 53.127136230 0.004837874 0.998016715 -0.062762946 -4.634418964 -0.496130884 0.056889731 0.866382003 268.989013672\n0.867677212 0.026620211 0.496414810 53.566158295 0.003221438 0.998243213 -0.059161451 -4.695801735 -0.497117609 0.052932214 0.866067171 269.776885986\n0.867196918 0.032176845 0.496924669 54.011810303 -0.001190702 0.998041272 -0.062547199 -4.740246296 -0.497963905 0.053649053 0.865536690 270.571960449\n0.866810381 0.036386378 0.497308552 54.446727753 -0.004070691 0.997817159 -0.065911666 -4.791300774 -0.498621285 0.055108525 0.865066409 271.339935303\n0.866452336 0.032743417 0.498184919 54.895904541 0.000493787 0.997790337 -0.066439018 -4.846285820 -0.499259531 0.057812244 0.864521623 272.102783203\n0.866639853 0.029034015 0.498088717 55.349555969 0.003850315 0.997886479 -0.064866930 -4.896272659 -0.498919338 0.058134068 0.864696443 272.864654541\n0.865513325 0.026662149 0.500175774 55.781421661 0.004868358 0.998087347 -0.061627898 -4.954219818 -0.500862241 0.055774800 0.863728046 273.638183594\n0.865330815 0.023046874 0.500670969 56.228340149 0.007083015 0.998280108 -0.058194682 -5.001327038 -0.501151085 0.053903911 0.863679290 274.393218994\n0.865134358 0.022595305 0.501030922 56.667461395 0.007713759 0.998267055 -0.058338895 -5.048863888 -0.501480818 0.054335818 0.863460839 275.141784668\n0.864470720 0.023751924 0.502121747 57.098724365 0.006015402 0.998322785 -0.057580106 -5.092156410 -0.502647221 0.052796781 0.862877905 275.893981934\n0.864276111 0.025394311 0.502376318 57.543914795 0.004238733 0.998321772 -0.057755772 -5.133057594 -0.502999842 0.052046373 0.862717986 276.647705078\n0.862677217 0.028851615 0.504931331 57.948997498 0.001993631 0.998169780 -0.060441226 -5.185804367 -0.505751014 0.053147912 0.861040771 277.400787354\n0.862122893 0.033200070 0.505610347 58.377098083 0.000266795 0.997821212 -0.065975204 -5.237802982 -0.506699085 0.057013627 0.860235691 278.134826660\n0.861385882 0.036458775 0.506640971 58.797451019 0.000070804 0.997412145 -0.071895905 -5.287075520 -0.507951081 0.061965991 0.859154165 278.862609863\n0.860192657 0.033406854 0.508873880 59.227012634 0.004801821 0.997277260 -0.073586769 -5.335361481 -0.509946644 0.065742321 0.857690096 279.589935303\n0.858342111 0.030994797 0.512140751 59.643524170 0.007347015 0.997328818 -0.072671928 -5.392191410 -0.513025224 0.066140078 0.855821609 280.317260742\n0.858319283 0.027604790 0.512372851 60.096862793 0.010488820 0.997399271 -0.071306974 -5.444361687 -0.513008714 0.066578344 0.855797529 281.022949219\n0.856780648 0.014696134 0.515471518 60.533153534 0.023057720 0.997502327 -0.066763796 -5.495026112 -0.515165210 0.069087528 0.854301870 281.732299805\n0.856057525 0.010368722 0.516776562 60.966468811 0.025408678 0.997745872 -0.062109321 -5.550203800 -0.516255677 0.066299759 0.853864372 282.437438965\n0.855457544 0.011135155 0.517753184 61.400314331 0.024783337 0.997743070 -0.062406406 -5.601894379 -0.517279565 0.066217683 0.853250861 283.138488770\n0.854596615 0.008947334 0.519215345 61.823993683 0.029735750 0.997367799 -0.066130273 -5.651761532 -0.518440366 0.071953967 0.852081060 283.832458496\n0.854719460 0.005610208 0.519059956 62.257637024 0.033953242 0.997196019 -0.066687822 -5.695900917 -0.517978609 0.074623145 0.852132320 284.520416260\n0.854461312 0.006345537 0.519476295 62.679313660 0.030514780 0.997586012 -0.062378045 -5.740810871 -0.518618107 0.069151334 0.852204978 285.210388184\n0.854779601 0.012911977 0.518830538 63.081680298 0.022319028 0.997851074 -0.061604090 -5.795881271 -0.518511057 0.064237714 0.852654576 285.898956299\n0.856026232 0.014303711 0.516734481 63.502189636 0.022600768 0.997625649 -0.065055847 -5.846437931 -0.516438127 0.067368113 0.853670418 286.584075928\n0.856536269 0.012523592 0.515934885 63.918594360 0.027798787 0.997134626 -0.070354566 -5.878179073 -0.515337646 0.074603602 0.853733838 287.258911133\n0.857012570 0.007662490 0.515238583 64.334724426 0.030582089 0.997370601 -0.065700792 -5.923697472 -0.514387250 0.072063476 0.854524791 287.930541992\n0.857623696 0.006849634 0.514232099 64.740745544 0.028980991 0.997678638 -0.061623000 -5.977168083 -0.513460517 0.067752302 0.855434418 288.607910156\n0.858237982 0.011664904 0.513119459 65.115432739 0.023960367 0.997741103 -0.062757812 -6.028803825 -0.512692451 0.066155672 0.856019795 289.266357422\n0.859179258 0.017155724 0.511387110 65.494323730 0.020746080 0.997447908 -0.068317220 -6.068683624 -0.511254013 0.069306009 0.856630623 289.913421631\n0.860056996 0.021380570 0.509749770 65.870262146 0.016900994 0.997379243 -0.070348941 -6.115480900 -0.509917974 0.069119371 0.857441664 290.554901123\n0.860796571 0.018949531 0.508596301 66.244590759 0.017893352 0.997562051 -0.067452073 -6.166607857 -0.508634567 0.067163005 0.858358920 291.185760498\n0.861410260 0.016593933 0.507638693 66.612281799 0.017308325 0.997926593 -0.061991129 -6.210957527 -0.507614851 0.062186167 0.859336972 291.812896729\n0.861311197 0.017794339 0.507766068 66.967674255 0.012938119 0.998294294 -0.056931205 -6.249189854 -0.507913053 0.055605020 0.859611809 292.425781250\n0.861394286 0.019636624 0.507557154 67.322669983 0.009982802 0.998404920 -0.055568974 -6.295145988 -0.507838786 0.052933641 0.859824300 293.038513184\n0.861696064 0.016424738 0.507158875 67.677688599 0.014796669 0.998237610 -0.057469223 -6.337518692 -0.507208943 0.057025269 0.859934449 293.619934082\n0.862112164 0.014470068 0.506510913 68.020896912 0.020356331 0.997796237 -0.063152879 -6.374159813 -0.506308496 0.064755566 0.859917700 294.179107666\n0.861544788 0.016452597 0.507414937 68.348724365 0.021417690 0.997407079 -0.068705581 -6.417634487 -0.507229626 0.070060588 0.858958483 294.770446777\n0.861596882 0.019603776 0.507214487 68.681427002 0.018487094 0.997379005 -0.069952302 -6.453116417 -0.507256389 0.069647610 0.858976245 295.341949463\n0.861856580 0.018541969 0.506813049 69.012435913 0.016022939 0.997837007 -0.063753970 -6.498679638 -0.506898940 0.063067414 0.859695315 295.908813477\n0.862108707 0.017968303 0.506404757 69.334747314 0.013608639 0.998189628 -0.058585361 -6.535449028 -0.506540656 0.057398427 0.860303402 296.477203369\n0.861818433 0.018271782 0.506887674 69.656097412 0.011364889 0.998404443 -0.055312246 -6.585046291 -0.507089555 0.053429835 0.860235691 297.041229248\n0.862071693 0.023684761 0.506232619 69.969192505 0.006359928 0.998323023 -0.057538290 -6.623133659 -0.506746471 0.052821733 0.860475421 297.594360352\n0.862900317 0.030220725 0.504469752 70.283638000 0.001152896 0.998090148 -0.061763547 -6.655284882 -0.505372882 0.053877387 0.861217499 298.148651123\n0.863133788 0.035002436 0.503760695 70.588989258 -0.003163098 0.997950017 -0.063920237 -6.676647186 -0.504965365 0.053578272 0.861475110 298.704284668\n0.864643157 0.034657363 0.501189649 70.900039673 -0.003965916 0.998057425 -0.062173951 -6.701804161 -0.502370894 0.051770609 0.863101006 299.254302979\n0.866461635 0.030696172 0.498299152 71.226264954 0.001224949 0.997974277 -0.063607104 -6.743752480 -0.499242216 0.055723507 0.864668787 299.797424316\n0.867974639 0.031278025 0.495622545 71.532112122 0.003314277 0.997627497 -0.068763070 -6.799522400 -0.496597469 0.061327230 0.865811706 300.326354980\n0.869718552 0.035246529 0.492287934 71.828010559 0.003565836 0.996971965 -0.077680305 -6.840458870 -0.493535221 0.069315419 0.866959274 300.859039307\n0.871958613 0.041231804 0.487840265 72.114654541 0.000610645 0.996354938 -0.085302450 -6.865479469 -0.489579201 0.074678108 0.868755102 301.392333984\n0.874702394 0.038264725 0.483147591 72.412879944 0.003358076 0.996376038 -0.084991381 -6.906561852 -0.484648854 0.075964607 0.871403992 301.921112061\n0.877725244 0.028462604 0.478318185 72.713951111 0.010088686 0.996915221 -0.077835009 -6.960394859 -0.479058057 0.073143356 0.874730527 302.447052002\n0.880741000 0.021614851 0.473104715 73.004280090 0.014664413 0.997234344 -0.072860450 -7.003330231 -0.473371118 0.071108989 0.877988219 302.974182129\n0.883803725 0.019954450 0.467432112 73.276916504 0.015179046 0.997341156 -0.071276002 -7.047556400 -0.467611551 0.070089169 0.881150961 303.492584229\n0.886298954 0.022484068 0.462567478 73.529945374 0.012789190 0.997251511 -0.072978161 -7.079137325 -0.462936968 0.070596330 0.883575439 304.011566162\n0.888908088 0.023106243 0.457502455 73.782264709 0.010991962 0.997363567 -0.071728945 -7.117138386 -0.457953691 0.068789288 0.886310577 304.515502930\n0.891033351 0.020830890 0.453459680 74.038635254 0.012084061 0.997504056 -0.069567822 -7.154988766 -0.453777015 0.067466885 0.888557613 305.019378662\n0.892274976 0.017550284 0.451151192 74.295585632 0.014976072 0.997543871 -0.068424851 -7.199673653 -0.451243997 0.067810252 0.889820576 305.527496338\n0.893556952 0.015263083 0.448690295 74.551254272 0.017615361 0.997460365 -0.069011182 -7.236409187 -0.448604107 0.069569267 0.891018808 306.024261475\n0.895449936 0.017678468 0.444811046 74.799209595 0.015828824 0.997314870 -0.071502082 -7.267428875 -0.444880724 0.071067370 0.892765701 306.521514893\n0.897419631 0.021369241 0.440660149 75.034843445 0.012268814 0.997231126 -0.073345296 -7.299061298 -0.441007346 0.071227893 0.894672632 307.019287109\n0.898750305 0.024330448 0.437785268 75.269142151 0.008941181 0.997234583 -0.073778301 -7.331301689 -0.438369691 0.070222586 0.896047354 307.525878906\n0.900041997 0.025748115 0.435041904 75.505577087 0.005938213 0.997435868 -0.071318962 -7.366140366 -0.435762733 0.066773437 0.897581279 308.025421143\n0.901516080 0.026391396 0.431940168 75.741752625 0.004548995 0.997505546 -0.070441604 -7.409363747 -0.432721764 0.065469131 0.899147213 308.531646729\n0.902929068 0.027071465 0.428936213 75.973197937 0.003856880 0.997463763 -0.071071856 -7.447951317 -0.429772347 0.065827198 0.900534570 309.036834717\n0.904589534 0.025053237 0.425546914 76.207992554 0.005265557 0.997538626 -0.069921181 -7.481693268 -0.426251233 0.065490708 0.902231038 309.539306641\n0.906571150 0.022530239 0.421451241 76.454902649 0.006939848 0.997643352 -0.068260826 -7.508556366 -0.421995968 0.064808108 0.904278338 310.055633545\n0.907992065 0.025311140 0.418222189 76.676582336 0.003684045 0.997652769 -0.068377085 -7.531242847 -0.418971211 0.063626602 0.905767500 310.574096680\n0.909934878 0.030517211 0.413626969 76.903717041 -0.002632802 0.997694254 -0.067817561 -7.570477486 -0.414742857 0.060620565 0.907917142 311.092132568\n0.912103117 0.033635475 0.408578724 77.128028870 -0.005852811 0.997595370 -0.069059476 -7.612413883 -0.409919083 0.060598031 0.910106719 311.614044189\n0.914512575 0.031154847 0.403356135 77.358055115 -0.002167684 0.997393370 -0.072123028 -7.652263641 -0.404551744 0.065083064 0.912196279 312.134429932\n0.916552901 0.028322386 0.398909271 77.591987610 0.001753162 0.997194886 -0.074828565 -7.681167603 -0.399909616 0.069283694 0.913932204 312.661315918\n0.918116927 0.028604830 0.395275891 77.823799133 0.002264176 0.996996880 -0.077408478 -7.715447903 -0.396303087 0.071965009 0.915295005 313.197570801\n0.919288397 0.033373352 0.392167151 78.035972595 -0.003545064 0.997060239 -0.076539576 -7.757647514 -0.393568635 0.068971686 0.916704237 313.742340088\n0.920395374 0.038228802 0.389115602 78.262725830 -0.009630024 0.997123122 -0.075184330 -7.801362514 -0.390870392 0.065452121 0.918115675 314.304992676\n0.920981288 0.043173496 0.387207389 78.487159729 -0.013969326 0.996861458 -0.077923387 -7.835091114 -0.389356345 0.066356957 0.918693841 314.862396240\n0.921908975 0.043994203 0.384900421 78.724952698 -0.014079445 0.996679544 -0.080197766 -7.878293991 -0.387150615 0.068515860 0.919467211 315.425109863\n0.922736049 0.041568015 0.383184344 78.972549438 -0.011692949 0.996728837 -0.079968132 -7.919233799 -0.385255009 0.069308929 0.920203686 315.999114990\n0.922885239 0.040035501 0.382988274 79.208839417 -0.010646682 0.996853292 -0.078550339 -7.961810112 -0.384927928 0.068415396 0.920407414 316.575134277\n0.922921002 0.040067889 0.382898688 79.445854187 -0.010812876 0.996874809 -0.078253701 -8.003648758 -0.384837508 0.068081751 0.920469940 317.166015625\n0.922728539 0.041662294 0.383192301 79.686523438 -0.012655183 0.996879995 -0.077911295 -8.046489716 -0.385242701 0.067041606 0.920376837 317.758483887\n0.922611177 0.041498501 0.383492470 79.930114746 -0.012309305 0.996857166 -0.078258052 -8.098330498 -0.385534793 0.067481227 0.920222402 318.362365723\n0.922825754 0.043400012 0.382764995 80.191017151 -0.013347543 0.996639013 -0.080824234 -8.145998955 -0.384986281 0.069477715 0.920303404 318.969818115\n0.922579706 0.041938968 0.383520246 80.442092896 -0.011676936 0.996654034 -0.080897264 -8.184936523 -0.385629773 0.070155837 0.919982553 319.572082520\n0.922545433 0.042283215 0.383564979 80.702751160 -0.013301531 0.996872425 -0.077899978 -8.224636078 -0.385659218 0.066764265 0.920222521 320.221466064\n0.921912789 0.043548059 0.384942025 80.960174561 -0.016335947 0.997147918 -0.073682621 -8.271202087 -0.387052864 0.061640561 0.919994831 320.848541260\n0.920975208 0.046260044 0.386865169 81.223121643 -0.020814616 0.997350216 -0.069708318 -8.319451332 -0.389064789 0.056147184 0.919497728 321.474609375\n0.919473767 0.044154759 0.390663981 81.484527588 -0.018981865 0.997500181 -0.068066306 -8.360973358 -0.392692864 0.055169653 0.918013394 322.112823486\n0.918385446 0.043357152 0.393304437 81.765159607 -0.017920377 0.997516215 -0.068119369 -8.398044586 -0.395281017 0.055511676 0.916881323 322.740997314\n0.916530371 0.043234233 0.397621572 82.032371521 -0.017115589 0.997469485 -0.069004983 -8.436122894 -0.399598777 0.056439634 0.914951026 323.372528076\n0.914775729 0.047179319 0.401197523 82.300323486 -0.021130625 0.997385323 -0.069108553 -8.477222443 -0.403409034 0.054741275 0.913380861 324.005981445\n0.913089812 0.048759617 0.404832721 82.574394226 -0.021712204 0.997230053 -0.071138941 -8.526330948 -0.407180071 0.056166437 0.911619306 324.637237549\n0.911794186 0.048480660 0.407775611 82.858337402 -0.018997641 0.996923327 -0.076045647 -8.572817802 -0.410207778 0.061591208 0.909909964 325.259887695\n0.910049915 0.047298770 0.411791235 83.140274048 -0.015968259 0.996731162 -0.079196066 -8.619887352 -0.414191037 0.065496780 0.907830358 325.883941650\n0.908308625 0.051937237 0.415063828 83.425529480 -0.020430788 0.996585965 -0.079993635 -8.662446976 -0.417801440 0.064178832 0.906268775 326.508361816\n0.906304717 0.053407423 0.419236660 83.709892273 -0.022548037 0.996680737 -0.078224927 -8.705281258 -0.422022909 0.061442658 0.904500663 327.153045654\n0.904737413 0.051753059 0.422814220 84.004562378 -0.023269560 0.997114658 -0.072256073 -8.755699158 -0.425333709 0.055534072 0.903331161 327.787933350\n0.903473496 0.049783330 0.425743163 84.300178528 -0.022637971 0.997388244 -0.068587139 -8.799039841 -0.428045750 0.052328698 0.902240872 328.409606934\n0.902110219 0.050964154 0.428485513 84.602027893 -0.024452563 0.997442901 -0.067154959 -8.841259956 -0.430812329 0.050103605 0.901049614 329.047515869\n0.901111960 0.053053163 0.430328459 84.899902344 -0.025913017 0.997301400 -0.068690479 -8.884188652 -0.432811439 0.050746709 0.900055051 329.676788330\n0.900405824 0.057033364 0.431296408 85.195968628 -0.029898196 0.997137904 -0.069440931 -8.930400848 -0.434022456 0.049630038 0.899533987 330.320465088\n0.899667144 0.054468811 0.433165282 85.497772217 -0.028654061 0.997414231 -0.065907523 -8.965587616 -0.435635120 0.046882890 0.898901582 330.966796875\n0.899815142 0.052808207 0.433063477 85.812637329 -0.028811207 0.997673035 -0.061793625 -8.995990753 -0.435318947 0.043125756 0.899242759 331.616760254\n0.900068402 0.051246952 0.432724684 86.118820190 -0.028451340 0.997852743 -0.058995385 -9.041257858 -0.434818834 0.040788282 0.899593711 332.257751465\n0.900183797 0.055428762 0.431968540 86.416297913 -0.031525984 0.997559071 -0.062306121 -9.086767197 -0.434367687 0.042468730 0.899733901 332.895568848\n0.900974154 0.059914514 0.429716051 86.712860107 -0.032054696 0.996904671 -0.071788371 -9.127549171 -0.432687104 0.050905049 0.900105894 333.527709961\n0.902073860 0.066073291 0.426493973 87.008590698 -0.035847295 0.996267557 -0.078523427 -9.162253380 -0.430090427 0.055545278 0.901075482 334.163269043\n0.902912259 0.067147501 0.424547583 87.301467896 -0.037456006 0.996256530 -0.077910356 -9.205370903 -0.428189754 0.054444365 0.902047336 334.807739258\n0.904083550 0.066389956 0.422167420 87.596809387 -0.038530149 0.996499062 -0.074195825 -9.255453110 -0.425615281 0.050813053 0.903476417 335.455261230\n0.905197382 0.062986359 0.420298040 87.897338867 -0.036763318 0.996854365 -0.070212491 -9.314905167 -0.423398376 0.048104610 0.904665589 336.097412109\n0.905743837 0.067673460 0.418387800 88.185195923 -0.041872807 0.996628642 -0.070554808 -9.356279373 -0.421751946 0.046385515 0.905523956 336.743164062\n0.906928122 0.069666602 0.415485144 88.480583191 -0.044340555 0.996539354 -0.070307717 -9.401827812 -0.418945402 0.045341209 0.906878650 337.385101318\n0.907503188 0.071003713 0.414000511 88.752182007 -0.046368055 0.996519864 -0.069269121 -9.441232681 -0.417478085 0.043665551 0.907637239 338.037719727\n0.908531666 0.070978805 0.411742866 89.034378052 -0.046603501 0.996530652 -0.068955176 -9.475566864 -0.415208727 0.043459307 0.908687532 338.688812256\n0.909703612 0.072006427 0.408967584 89.332122803 -0.049769022 0.996658087 -0.064774647 -9.531048775 -0.412265033 0.038571816 0.910247087 339.350311279\n0.910984278 0.070627838 0.406348825 89.633171082 -0.049515806 0.996831417 -0.062251762 -9.575953484 -0.409457982 0.036589686 0.911594987 340.009399414\n0.912712455 0.068093665 0.402888626 89.927963257 -0.047752053 0.997035384 -0.060334045 -9.618321419 -0.405802578 0.035828877 0.913258195 340.669067383\n0.914304495 0.067412071 0.399378151 90.214698792 -0.046987601 0.997047961 -0.060724653 -9.655583382 -0.402292758 0.036755003 0.914772987 341.333190918\n0.915920079 0.067259081 0.395685077 90.484039307 -0.045818184 0.996935725 -0.063401908 -9.691468239 -0.398736954 0.039941508 0.916195154 342.000000000\n0.918757021 0.065363891 0.389375359 90.780014038 -0.043262552 0.996929228 -0.065272249 -9.732387543 -0.392446101 0.043123968 0.918763518 342.675476074\n0.921632290 0.059509434 0.383474290 91.064659119 -0.037074137 0.997154355 -0.065640315 -9.768997192 -0.386289299 0.046279255 0.921215951 343.358520508\n0.924573064 0.057507597 0.376639754 91.355758667 -0.035935182 0.997298837 -0.064060047 -9.813041687 -0.379306316 0.045693584 0.924142241 344.078552246\n0.927210569 0.052108493 0.370897919 91.645462036 -0.030782763 0.997526586 -0.063191257 -9.858980179 -0.373273343 0.047174338 0.926521242 344.775268555\n0.929502189 0.046748705 0.365841776 91.916908264 -0.024047449 0.997505426 -0.066367306 -9.901473999 -0.368031740 0.052891001 0.928307712 345.476989746\n0.931780517 0.046015352 0.360093981 92.193687439 -0.021929706 0.997257173 -0.070691191 -9.947509766 -0.362359196 0.057971917 0.930233896 346.188110352\n0.933477938 0.048716616 0.355310678 92.459190369 -0.023759553 0.996955037 -0.074270941 -9.989785194 -0.357847005 0.060888264 0.931792974 346.899169922\n0.935984492 0.047204308 0.348862052 92.748405457 -0.023331800 0.997108579 -0.072319753 -10.031509399 -0.351267129 0.059550587 0.934379518 347.641143799\n0.937631428 0.044425305 0.344780713 93.015792847 -0.022921588 0.997543097 -0.066199064 -10.080587387 -0.346874535 0.054167401 0.936346054 348.373321533\n0.938886166 0.039314415 0.341975302 93.277885437 -0.019498309 0.997935474 -0.061193183 -10.127559662 -0.343675077 0.050785497 0.937714398 349.122344971\n0.940404892 0.034181792 0.338334501 93.546867371 -0.013830635 0.997956574 -0.062380712 -10.174440384 -0.339775443 0.053983748 0.938956022 349.852996826\n0.942045271 0.033746719 0.333784163 93.812347412 -0.012130717 0.997703731 -0.066634506 -10.216003418 -0.335266411 0.058723684 0.940291405 350.582763672\n0.942956805 0.039372794 0.330578715 94.055572510 -0.016770847 0.997339010 -0.070947833 -10.256877899 -0.332492441 0.061356656 0.941107929 351.326477051\n0.944322348 0.036261640 0.327017367 94.308891296 -0.013877539 0.997413456 -0.070525251 -10.300395012 -0.328728884 0.062060378 0.942383051 352.061096191\n0.945925951 0.029207546 0.323064953 94.569213867 -0.007944584 0.997725368 -0.066940472 -10.347725868 -0.324285239 0.060754113 0.944006383 352.793670654\n0.947058201 0.024152594 0.320152193 94.817504883 -0.003348266 0.997855186 -0.065374494 -10.395594597 -0.321044505 0.060841493 0.945107818 353.529052734\n0.948453188 0.022842765 0.316092998 95.061836243 -0.001753548 0.997761965 -0.066842616 -10.442500114 -0.316912442 0.062842809 0.946370602 354.261108398\n0.950267375 0.023363199 0.310557783 95.304321289 -0.002247131 0.997670591 -0.068178624 -10.497902870 -0.311427236 0.064090058 0.948106289 355.011566162\n0.951701283 0.023435261 0.306129873 95.533302307 -0.002581609 0.997658193 -0.068348318 -10.541599274 -0.307014704 0.064256877 0.949533045 355.737792969\n0.953227580 0.022948375 0.301381111 95.762756348 -0.002870147 0.997755885 -0.066895284 -10.588584900 -0.302239895 0.062901422 0.951154292 356.472290039\n0.954886436 0.021413315 0.296198189 95.990913391 -0.002020925 0.997842431 -0.065622836 -10.637071609 -0.296964318 0.062063761 0.952869534 357.194793701\n0.956170261 0.022479124 0.291947156 96.191635132 -0.003425266 0.997839272 -0.065612622 -10.691112518 -0.292791277 0.061736841 0.954181254 357.959930420\n0.957791746 0.021676222 0.286644697 96.414764404 -0.002397830 0.997720718 -0.067436084 -10.738267899 -0.287453085 0.063902400 0.955660641 358.668487549\n0.959075153 0.022117008 0.282286584 96.616096497 -0.002564992 0.997582436 -0.069445454 -10.785673141 -0.283140063 0.065879345 0.956813276 359.385955811\n0.960876703 0.020419825 0.276222646 96.826324463 -0.001151179 0.997564495 -0.069740668 -10.828131676 -0.276973993 0.066694200 0.958559990 360.104492188\n0.962737918 0.018606009 0.269795239 97.002792358 0.000112239 0.997602880 -0.069198653 -10.873444557 -0.270436019 0.066650450 0.960428059 360.841369629\n0.965218484 0.018278617 0.260804802 97.211265564 -0.000360118 0.997645020 -0.068587624 -10.922285080 -0.261444300 0.066108122 0.962952018 361.557342529\n0.967475593 0.016411414 0.252431512 97.392333984 0.001035224 0.997628093 -0.068826757 -10.964818001 -0.252962291 0.066849530 0.965163827 362.268829346\n0.969744980 0.014647851 0.243680432 97.560089111 0.001875835 0.997721612 -0.067438975 -11.007883072 -0.244113088 0.065855712 0.967508078 362.994964600\n0.972191215 0.012182337 0.233871311 97.746589661 0.003620847 0.997744799 -0.067024127 -11.049299240 -0.234160393 0.066007078 0.969954610 363.718597412\n0.974319875 0.010352776 0.224930346 97.902229309 0.004808052 0.997758150 -0.066750214 -11.095170021 -0.225117132 0.066117533 0.972085774 364.437622070\n0.976980448 0.008265179 0.213168830 98.080879211 0.006219426 0.997720897 -0.067188993 -11.141958237 -0.213238314 0.066968121 0.974702358 365.168914795\n0.979061306 0.006772639 0.203452826 98.209518433 0.007107532 0.997699678 -0.067414992 -11.176940918 -0.203441411 0.067449458 0.976761043 365.888793945\n0.981328011 0.004606557 0.192286596 98.352378845 0.007851746 0.997920394 -0.063978009 -11.219424248 -0.192181438 0.064293198 0.979251087 366.634277344\n0.983685136 0.001641100 0.179891124 98.498779297 0.009218458 0.998184860 -0.059514787 -11.257672310 -0.179662272 0.060202133 0.981884480 367.378723145\n0.985610902 -0.000715995 0.169028416 98.601173401 0.010364737 0.998365283 -0.056208156 -11.301307678 -0.168711856 0.057151306 0.984007120 368.125335693\n0.987863958 -0.001366684 0.155315593 98.717010498 0.010418631 0.998292208 -0.057481937 -11.342435837 -0.154971778 0.058402508 0.986191094 368.867431641\n0.989825070 -0.001453085 0.142282382 98.818260193 0.010078938 0.998152137 -0.059922986 -11.376667976 -0.141932383 0.060747325 0.988010585 369.609375000\n0.991598785 -0.002057498 0.129335165 98.908195496 0.009898755 0.998148441 -0.060013875 -11.414252281 -0.128972217 0.060789943 0.989783168 370.367675781\n0.993266582 -0.002845189 0.115816459 98.998344421 0.009536069 0.998313844 -0.057258416 -11.450818062 -0.115458265 0.057977304 0.991618872 371.122528076\n0.994645119 -0.002779676 0.103312112 99.061523438 0.008248216 0.998584628 -0.052542787 -11.490706444 -0.103019834 0.053113565 0.993260205 371.890777588\n0.995805025 -0.004317365 0.091398358 99.108840942 0.008665508 0.998846412 -0.047230303 -11.533265114 -0.091089018 0.047824189 0.994693756 372.661773682\n0.996926188 -0.005300430 0.078167267 99.166893005 0.008871981 0.998928785 -0.045414891 -11.562703133 -0.077842817 0.045968793 0.995905280 373.402587891\n0.997755885 -0.003836773 0.066847034 99.193161011 0.006779009 0.999015391 -0.043843377 -11.600588799 -0.066613004 0.044198144 0.996799469 374.141693115\n0.998453915 -0.002876670 0.055511817 99.226448059 0.005312417 0.999027073 -0.043780454 -11.630084991 -0.055331863 0.044007666 0.997497737 374.868347168\n0.998960972 -0.002318461 0.045515440 99.251403809 0.004447053 0.998898089 -0.046720978 -11.657776833 -0.045356967 0.046874840 0.997870505 375.580657959\n0.999300659 0.000998121 0.037379690 99.257980347 0.000800437 0.998843670 -0.048070066 -11.690530777 -0.037384447 0.048066366 0.998144269 376.295257568\n0.999561310 0.003603527 0.029397454 99.277275085 -0.002100226 0.998696029 -0.051008597 -11.716105461 -0.029542932 0.050924476 0.998265445 376.996093750\n0.999753475 0.004395999 0.021764552 99.292953491 -0.003240919 0.998598516 -0.052825302 -11.749334335 -0.021966269 0.052741740 0.998366535 377.675384521\n0.999862373 0.004676378 0.015918309 99.299415588 -0.003826567 0.998586953 -0.053003751 -11.785509109 -0.016143681 0.052935541 0.998467445 378.367950439\n0.999921978 0.006002239 0.010952415 99.295623779 -0.005415369 0.998587847 -0.052848317 -11.808602333 -0.011254157 0.052784882 0.998542488 379.056457520\n0.999971569 0.005268580 0.005394873 99.298339844 -0.005003450 0.998833299 -0.048031602 -11.842774391 -0.005641637 0.048003245 0.998831272 379.749542236\n0.999996603 0.002521514 0.000633190 99.295364380 -0.002490968 0.999013901 -0.044328753 -11.873763084 -0.000744341 0.044327024 0.999016821 380.439514160\n0.999982119 0.002844828 -0.005257500 99.286094666 -0.003072903 0.999031425 -0.043894514 -11.902647018 0.005127536 0.043909885 0.999022365 381.129364014\n0.999932408 0.002515452 -0.011352835 99.270889282 -0.003019967 0.998998404 -0.044643451 -11.927291870 0.011229166 0.044674717 0.998938501 381.813476562\n0.999856532 0.001950011 -0.016826753 99.255203247 -0.002721239 0.998940825 -0.045932941 -11.953409195 0.016719360 0.045972142 0.998802781 382.499694824\n0.999741316 0.003638157 -0.022451678 99.231971741 -0.004751917 0.998750150 -0.049754750 -11.980155945 0.022242602 0.049848568 0.998509109 383.184967041\n0.999573588 0.006694582 -0.028422434 99.209442139 -0.008246415 0.998461246 -0.054837596 -12.011807442 0.028011583 0.055048596 0.998090684 383.886688232\n0.999396801 0.010919087 -0.032966260 99.174865723 -0.012880305 0.998122633 -0.059877846 -12.042791367 0.032250557 0.060266342 0.997661173 384.580383301\n0.999229133 0.013507413 -0.036860302 99.147766113 -0.015737396 0.998020113 -0.060894620 -12.071146965 0.035964794 0.061427765 0.997463346 385.285522461\n0.999138236 0.015804632 -0.038379930 99.104690552 -0.017954845 0.998250067 -0.056341875 -12.102269173 0.037422307 0.056982428 0.997673571 385.997375488\n0.999004304 0.017739989 -0.040935274 99.077758789 -0.019733049 0.998613179 -0.048809092 -12.133453369 0.040012632 0.049568269 0.997968912 386.719573975\n0.998857260 0.022069691 -0.042391993 99.025604248 -0.023980852 0.998693824 -0.045116641 -12.166835785 0.041340910 0.046081681 0.998081863 387.451049805\n0.998772502 0.023395792 -0.043659601 98.987457275 -0.025307337 0.998721659 -0.043756429 -12.196491241 0.042580072 0.044807624 0.998087764 388.160949707\n0.998633087 0.024262104 -0.046296112 98.946678162 -0.026283737 0.998704553 -0.043570291 -12.220406532 0.045179032 0.044727571 0.997977078 388.890075684\n0.998522282 0.024821971 -0.048343275 98.904067993 -0.026819250 0.998794496 -0.041113760 -12.241123199 0.047264468 0.042349536 0.997984290 389.609558105\n0.998329401 0.028166816 -0.050448734 98.867286682 -0.030147707 0.998786509 -0.038944617 -12.261128426 0.049290568 0.040400472 0.997967064 390.335174561\n0.998113692 0.030848211 -0.053079702 98.823928833 -0.032760981 0.998830736 -0.035551090 -12.286750793 0.051920950 0.037222974 0.997957230 391.054199219\n0.997853398 0.033416662 -0.056319293 98.773437500 -0.035367329 0.998795748 -0.034002382 -12.309672356 0.055115227 0.035921257 0.997833669 391.774841309\n0.997543931 0.035818614 -0.060192265 98.720520020 -0.038018439 0.998635292 -0.035807479 -12.322690010 0.058827545 0.038007952 0.997544348 392.494110107\n0.997126937 0.039091472 -0.064882778 98.668617249 -0.041497957 0.998483837 -0.036165666 -12.341420174 0.063370638 0.038754262 0.997237325 393.205841064\n0.996738970 0.042380642 -0.068668492 98.603591919 -0.044883091 0.998367727 -0.035318363 -12.362635612 0.067059591 0.038285241 0.997014165 393.922821045\n0.996472239 0.043726087 -0.071631454 98.542716980 -0.046208337 0.998374283 -0.033369768 -12.386423111 0.070055880 0.036562022 0.996872783 394.622009277\n0.996093810 0.045584269 -0.075625561 98.475944519 -0.048185959 0.998295069 -0.032941025 -12.400851250 0.073995031 0.036456440 0.996592045 395.356536865\n0.995901167 0.044744723 -0.078605011 98.417411804 -0.047313571 0.998394966 -0.031126954 -12.421331406 0.077086084 0.034718454 0.996419787 396.053833008\n0.995754421 0.044319849 -0.080677472 98.346046448 -0.046906576 0.998434961 -0.030453924 -12.438958168 0.079201490 0.034108933 0.996274889 396.745910645\n0.995646298 0.042922445 -0.082741439 98.276512146 -0.045500368 0.998527884 -0.029525872 -12.461216927 0.081352316 0.033162091 0.996133566 397.440521240\n0.995552242 0.041944649 -0.084358945 98.219757080 -0.044455685 0.998615801 -0.028110411 -12.480416298 0.083063096 0.031735618 0.996038854 398.108032227\n0.995503247 0.041278906 -0.085260339 98.157478333 -0.043734994 0.998674393 -0.027142044 -12.497482300 0.084026918 0.030748853 0.995988965 398.767089844\n0.995328009 0.041840393 -0.087014876 98.094688416 -0.044350818 0.998647869 -0.027119394 -12.512124062 0.085762538 0.030851873 0.995837808 399.420501709\n0.995367169 0.039223079 -0.087782219 98.037307739 -0.041736782 0.998764157 -0.026985172 -12.528291702 0.086615294 0.030523904 0.995774090 400.047485352\n0.995383084 0.036192290 -0.088896863 97.978836060 -0.038698394 0.998896003 -0.026630776 -12.541447639 0.087834895 0.029947989 0.995684743 400.663421631\n0.995190859 0.036195267 -0.091022365 97.932250977 -0.038817227 0.998876035 -0.027201751 -12.560604095 0.089935482 0.030604169 0.995477259 401.264892578\n0.995080471 0.036057781 -0.092275329 97.875892639 -0.038733356 0.998874664 -0.027370293 -12.577025414 0.091184571 0.030809777 0.995357275 401.840393066\n0.994908154 0.035125501 -0.094467051 97.816520691 -0.037844069 0.998915017 -0.027141541 -12.592885017 0.093411192 0.030578356 0.995157957 402.411987305\n0.994628727 0.035227705 -0.097327866 97.762306213 -0.037957121 0.998932302 -0.026335239 -12.609146118 0.096296214 0.029888071 0.994903862 402.952056885\n0.994420648 0.033898938 -0.099892206 97.704376221 -0.036736086 0.998968244 -0.026700364 -12.615792274 0.098884024 0.030221041 0.994639933 403.485412598\n0.994169414 0.032808151 -0.102717109 97.649528503 -0.035677392 0.999019325 -0.026221490 -12.630655289 0.101756096 0.029733282 0.994364917 403.988952637\n0.993896782 0.031880300 -0.105607226 97.594902039 -0.034762464 0.999068618 -0.025563540 -12.644681931 0.104693890 0.029078687 0.994079292 404.474029541\n0.993609488 0.031431604 -0.108407632 97.538452148 -0.034256700 0.999117672 -0.024296375 -12.654164314 0.107548311 0.027854796 0.993809581 404.946319580\n0.993365169 0.029968806 -0.111029088 97.491058350 -0.032788675 0.999182224 -0.023658935 -12.663127899 0.110229261 0.027142460 0.993535519 405.383178711\n0.993090868 0.031608623 -0.113010846 97.427490234 -0.034508854 0.999120951 -0.023799386 -12.680121422 0.112159245 0.027534826 0.993308663 405.807891846\n0.992797256 0.031834688 -0.115499750 97.379051208 -0.034747746 0.999124587 -0.023295727 -12.691474915 0.114657022 0.027141288 0.993034303 406.196289062\n0.992527246 0.031693123 -0.117835589 97.332939148 -0.034696959 0.999120891 -0.023527825 -12.702606201 0.116986327 0.027440542 0.992754340 406.563354492\n0.992260575 0.031492010 -0.120113231 97.288581848 -0.034661528 0.999101460 -0.024389967 -12.711095810 0.119237214 0.028364511 0.992460549 406.907440186\n0.992050707 0.030038895 -0.122200958 97.240646362 -0.033365358 0.999123812 -0.025266185 -12.719254494 0.121334918 0.029142616 0.992183745 407.241424561\n0.991744578 0.029251184 -0.124847971 97.195297241 -0.032791913 0.999113500 -0.026399722 -12.728730202 0.123965062 0.030275784 0.991824627 407.557617188\n0.991306782 0.028653983 -0.128412724 97.156669617 -0.032355960 0.999116063 -0.026835548 -12.736729622 0.127530262 0.030757176 0.991357684 407.849456787\n0.990824461 0.027714049 -0.132283017 97.111442566 -0.031605333 0.999124587 -0.027407520 -12.738757133 0.131407633 0.031336889 0.990832984 408.125701904\n0.990334094 0.028826516 -0.135673761 97.065307617 -0.032883789 0.999073625 -0.027758693 -12.750036240 0.134747878 0.031951848 0.990364611 408.379119873\n0.989877701 0.028982302 -0.138932049 97.028419495 -0.033180892 0.999057055 -0.027999682 -12.755024910 0.137989551 0.032326151 0.989906013 408.610198975\n0.989402592 0.029613789 -0.142146334 96.990692139 -0.034107480 0.998989165 -0.029280908 -12.760050774 0.141135529 0.033818860 0.989412487 408.828796387\n0.989012063 0.030586999 -0.144635826 96.965209961 -0.035384808 0.998901606 -0.030715764 -12.769522667 0.143537462 0.035496172 0.989008129 409.026916504\n0.988869607 0.031184657 -0.145479843 96.940139771 -0.036185768 0.998837173 -0.031857427 -12.776810646 0.144317210 0.036767144 0.988848150 409.219909668\n0.988984048 0.031157961 -0.144705772 96.910140991 -0.036258738 0.998805761 -0.032746185 -12.780036926 0.143512666 0.037632301 0.988932729 409.406433105\n0.989030004 0.030633856 -0.144503459 96.883758545 -0.035781298 0.998809397 -0.033157639 -12.786497116 0.143315673 0.037964419 0.988948584 409.587341309\n0.989115834 0.030665359 -0.143908069 96.853050232 -0.035835430 0.998796999 -0.033472214 -12.790969849 0.142708510 0.038264904 0.989024818 409.758819580\n0.989220917 0.031055981 -0.143099710 96.829940796 -0.036171403 0.998791158 -0.033284970 -12.795409203 0.141893029 0.038102306 0.989148438 409.920715332\n0.989324510 0.031490788 -0.142286018 96.808799744 -0.036544885 0.998785436 -0.033047594 -12.801835060 0.141072512 0.037894621 0.989273727 410.072296143\n0.989426434 0.031114312 -0.141658917 96.790176392 -0.036271829 0.998764336 -0.033972025 -12.802371025 0.140426859 0.038751047 0.989332438 410.222625732\n0.989643753 0.030015558 -0.140372217 96.768486023 -0.035242666 0.998769224 -0.034900554 -12.805657387 0.139151886 0.039486203 0.989483476 410.366760254\n0.989737511 0.029334681 -0.139853895 96.751258850 -0.034917772 0.998681307 -0.037635211 -12.813344955 0.138565451 0.042132366 0.989456654 410.525543213\n0.989801228 0.028105257 -0.139655560 96.742767334 -0.034307513 0.998519838 -0.042203560 -12.820603371 0.138262704 0.046564370 0.989300370 410.678558350\n0.989993155 0.027348470 -0.138439730 96.712570190 -0.033945438 0.998386621 -0.045517318 -12.827128410 0.136971548 0.049761228 0.989324331 410.853302002\n0.990325809 0.025804592 -0.136341006 96.671707153 -0.032636460 0.998308539 -0.048113074 -12.824807167 0.134868860 0.052097309 0.989492953 411.066314697\n0.990607202 0.025565756 -0.134327263 96.637931824 -0.032211680 0.998349965 -0.047537249 -12.831440926 0.132890299 0.051417645 0.989796162 411.298309326\n0.990594625 0.026722221 -0.134194896 96.617507935 -0.033109654 0.998411179 -0.045593966 -12.842801094 0.132763311 0.049608283 0.989905536 411.557983398\n0.991018951 0.027300816 -0.130905092 96.569282532 -0.033428896 0.998434424 -0.044846199 -12.851554871 0.129475802 0.048819445 0.990380049 411.812957764\n0.991296053 0.028036276 -0.128631502 96.527267456 -0.033986397 0.998440087 -0.044297386 -12.859356880 0.127188921 0.048283547 0.990702629 412.096618652\n0.991541743 0.029413415 -0.126411512 96.488204956 -0.035154182 0.998438001 -0.043424588 -12.870153427 0.124936797 0.047501184 0.991026938 412.390258789\n0.991684675 0.031667184 -0.124734558 96.450363159 -0.037298672 0.998375416 -0.043073710 -12.879055977 0.123167895 0.047367968 0.991254747 412.692596436\n0.991855145 0.033620648 -0.122853793 96.410926819 -0.039118972 0.998325229 -0.042619873 -12.889663696 0.121215135 0.047078654 0.991509199 413.002319336\n0.992223263 0.032689106 -0.120101728 96.368721008 -0.037998669 0.998386860 -0.042187482 -12.900783539 0.118528910 0.046423107 0.991864800 413.315612793\n0.992583156 0.029339930 -0.117973886 96.333518982 -0.034452055 0.998543143 -0.041529067 -12.906672478 0.116583556 0.045285493 0.992147923 413.633697510\n0.992935956 0.024737345 -0.116044290 96.297637939 -0.029623881 0.998737276 -0.040575095 -12.909945488 0.114894032 0.043726154 0.992414951 413.964172363\n0.993166387 0.025180224 -0.113958016 96.249290466 -0.029822307 0.998785675 -0.039215017 -12.932417870 0.112832196 0.042345528 0.992711306 414.291778564\n0.993115962 0.026546089 -0.114087686 96.212707520 -0.031440675 0.998651206 -0.041318685 -12.932166100 0.112836957 0.044621237 0.992611110 414.639160156\n0.993019342 0.028973153 -0.114338025 96.185127258 -0.033956971 0.998545289 -0.041883916 -12.945138931 0.112958185 0.045474112 0.992558599 414.949798584\n0.993182302 0.031097300 -0.112347327 96.138496399 -0.035918798 0.998507142 -0.041149508 -12.964210510 0.110899977 0.044904344 0.992816567 415.295623779\n0.993223131 0.031855460 -0.111772120 96.101791382 -0.036681831 0.998469353 -0.041392639 -12.978310585 0.110282458 0.045212135 0.992871404 415.637878418\n0.993384838 0.031958066 -0.110296093 96.050941467 -0.036932789 0.998376667 -0.043358624 -12.989295006 0.108731389 0.047145341 0.992952585 415.993682861\n0.993435740 0.031108804 -0.110080078 96.016845703 -0.036389269 0.998265028 -0.046289671 -13.001155853 0.108449072 0.049991548 0.992844224 416.352172852\n0.993608654 0.028788926 -0.109147102 95.978919983 -0.034402817 0.998161316 -0.049904604 -13.012122154 0.107509710 0.053340614 0.992772102 416.714935303\n0.993831038 0.028185580 -0.107263692 95.927177429 -0.033824190 0.998119771 -0.051116508 -13.026158333 0.105621256 0.054429278 0.992915690 417.096221924\n0.993799388 0.029476020 -0.107209750 95.884857178 -0.035091583 0.998088300 -0.050875261 -13.040019989 0.105505198 0.054321963 0.992933929 417.486816406\n0.993766487 0.033165582 -0.106434226 95.826942444 -0.038769126 0.997944951 -0.051017746 -13.055979729 0.104523465 0.054826088 0.993010044 417.888366699\n0.993424773 0.036803514 -0.108409911 95.793960571 -0.042419232 0.997850120 -0.049957857 -13.069333076 0.106338218 0.054228038 0.992850184 418.298065186\n0.993416548 0.038220372 -0.107994318 95.742729187 -0.043662403 0.997869194 -0.048484225 -13.086462021 0.105911113 0.052880321 0.992968559 418.720184326\n0.993532181 0.036442813 -0.107544161 95.699226379 -0.041659225 0.998041630 -0.046663020 -13.104580879 0.105633020 0.050841417 0.993104637 419.155242920\n0.993686676 0.035326220 -0.106483765 95.648452759 -0.040449608 0.998106241 -0.046344317 -13.122541428 0.104644939 0.050358959 0.993233800 419.598602295\n0.993694842 0.034565203 -0.106657676 95.602897644 -0.039753459 0.998107910 -0.046907153 -13.139605522 0.104834512 0.050851405 0.993188739 420.054626465\n0.993595660 0.037275333 -0.106668845 95.548637390 -0.042386200 0.998039305 -0.046053723 -13.154661179 0.104743034 0.050280064 0.993227482 420.518005371\n0.993565977 0.041535627 -0.105363242 95.488647461 -0.046625458 0.997838259 -0.046312463 -13.168975830 0.103211857 0.050927095 0.993354797 420.995880127\n0.993443847 0.047807436 -0.103845127 95.425788879 -0.052607026 0.997646332 -0.043980990 -13.182197571 0.101498090 0.049155626 0.993620574 421.486907959\n0.993161798 0.053795040 -0.103613153 95.364212036 -0.058284763 0.997465909 -0.040800653 -13.193553925 0.101155713 0.046560720 0.993780494 421.990356445\n0.993239880 0.056022160 -0.101666600 95.299430847 -0.060132172 0.997473717 -0.037820101 -13.209769249 0.099290997 0.043677866 0.994099379 422.512023926\n0.993532658 0.054792676 -0.099451460 95.243843079 -0.058837939 0.997536123 -0.038206995 -13.228915215 0.097112961 0.043811418 0.994308591 423.035217285\n0.993686914 0.052023835 -0.099397585 95.191627502 -0.056104578 0.997674227 -0.038708586 -13.249865532 0.097152643 0.044040874 0.994294584 423.567871094\n0.993616045 0.054159988 -0.098963834 95.136840820 -0.058291238 0.997524202 -0.039339747 -13.263960838 0.096588179 0.044857331 0.994313121 424.122436523\n0.993297160 0.062519774 -0.097221553 95.067924500 -0.066782616 0.996915519 -0.041225925 -13.270697594 0.094344236 0.047442302 0.994408548 424.677673340\n0.992829621 0.070241377 -0.096723624 94.996841431 -0.074631386 0.996303439 -0.042538933 -13.277227402 0.093378089 0.049452528 0.994401813 425.246063232\n0.992643178 0.072329976 -0.097097427 94.936828613 -0.076536350 0.996251464 -0.040314592 -13.297888756 0.093817502 0.047449488 0.994458079 425.827209473\n0.992747724 0.071936347 -0.096317716 94.875434875 -0.075933233 0.996369720 -0.038490754 -13.318399429 0.093199171 0.045525324 0.994606137 426.419708252\n0.993055344 0.067919783 -0.096062675 94.814735413 -0.071979642 0.996625841 -0.039444625 -13.331723213 0.093059473 0.046085253 0.994593441 427.023406982\n0.992702782 0.070724852 -0.097668752 94.754814148 -0.075030990 0.996332228 -0.041139305 -13.344480515 0.094400957 0.048167281 0.994368315 427.626708984\n0.992240787 0.074641578 -0.099432774 94.678985596 -0.079268068 0.995907485 -0.043415293 -13.360265732 0.095785260 0.050960269 0.994096696 428.247741699\n0.991651893 0.079889640 -0.101213373 94.599151611 -0.084968105 0.995279551 -0.046893600 -13.380931854 0.096989289 0.055102035 0.993758917 428.869201660\n0.991401315 0.080692053 -0.103015497 94.524597168 -0.086138956 0.995049596 -0.049562272 -13.404918671 0.098506249 0.058009751 0.993444204 429.498382568\n0.991020620 0.081491292 -0.106005959 94.451965332 -0.087598197 0.994675815 -0.054281913 -13.423131943 0.101018064 0.063080430 0.992882788 430.137603760\n0.990898550 0.080730125 -0.107715771 94.373283386 -0.087080374 0.994648099 -0.055607002 -13.445404053 0.102650128 0.064480826 0.992625415 430.785003662\n0.990726829 0.080312125 -0.109591834 94.292228699 -0.086366750 0.994923174 -0.051659521 -13.472870827 0.104886569 0.060645562 0.992633343 431.446350098\n0.990711391 0.077128507 -0.111991465 94.218147278 -0.082909271 0.995404959 -0.047906023 -13.503763199 0.107781939 0.056746174 0.992553711 432.123535156\n0.990897775 0.072907336 -0.113164358 94.137092590 -0.078720577 0.995751262 -0.047775358 -13.539461136 0.109200381 0.056248859 0.992426991 432.795043945\n0.990874171 0.070047751 -0.115159422 94.056892395 -0.076469995 0.995697975 -0.052325156 -13.571455956 0.110998742 0.060653884 0.991967916 433.469421387\n0.990713000 0.068860732 -0.117242925 93.973770142 -0.076244719 0.995300233 -0.059701141 -13.593178749 0.112580843 0.068085849 0.991307139 434.149810791\n0.990491331 0.069928944 -0.118477501 93.883522034 -0.077582940 0.995101571 -0.061267547 -13.619455338 0.113612771 0.069876805 0.991064787 434.836456299\n0.990498006 0.068883479 -0.119032800 93.798820496 -0.076150171 0.995430470 -0.057613365 -13.651880264 0.114520267 0.066130288 0.991217375 435.531677246\n0.990256011 0.072547987 -0.118868738 93.705108643 -0.079173349 0.995504141 -0.051990695 -13.688387871 0.114562504 0.060895335 0.991547883 436.225250244\n0.990129471 0.074701093 -0.118589297 93.612838745 -0.081014059 0.995491445 -0.049330790 -13.718830109 0.114369571 0.058451269 0.991717219 436.918243408\n0.989775538 0.079289742 -0.118564636 93.518920898 -0.085412204 0.995214045 -0.047473188 -13.743618965 0.114233054 0.057114668 0.991810858 437.606628418\n0.989587784 0.080691725 -0.119184136 93.432098389 -0.086796962 0.995119214 -0.046946932 -13.772528648 0.114814200 0.056802932 0.991761625 438.289306641\n0.989533663 0.080989018 -0.119431384 93.345420837 -0.087320469 0.994986176 -0.048761040 -13.804823875 0.114883468 0.058679495 0.991644323 438.964263916\n0.989305437 0.082313769 -0.120412618 93.256568909 -0.089233965 0.994586408 -0.053245954 -13.833463669 0.115377888 0.063421406 0.991294920 439.630859375\n0.989090443 0.081888117 -0.122451939 93.162567139 -0.089367948 0.994372904 -0.056884822 -13.859566689 0.117104702 0.067207508 0.990842879 440.313140869\n0.989029109 0.079903521 -0.124245301 93.078735352 -0.087572947 0.994495153 -0.057535578 -13.891605377 0.118964054 0.067784891 0.990582049 440.983764648\n0.988760769 0.081051692 -0.125629574 92.989776611 -0.088702612 0.994451880 -0.056544419 -13.925342560 0.120349541 0.067052573 0.990464509 441.655609131\n0.988315880 0.085112900 -0.126441628 92.892456055 -0.092443854 0.994291425 -0.053279161 -13.957388878 0.121185079 0.064345397 0.990542173 442.321075439\n0.987809241 0.089630775 -0.127276227 92.786125183 -0.096779920 0.993991554 -0.051131837 -13.988144875 0.121928498 0.062826283 0.990548491 442.989776611\n0.987187803 0.093178399 -0.129529953 92.694808960 -0.100427076 0.993657410 -0.050590474 -14.013479233 0.123994462 0.062950619 0.990284085 443.663970947\n0.987011492 0.094067350 -0.130229264 92.593429565 -0.101214707 0.993638217 -0.049383424 -14.047181129 0.124755412 0.061923124 0.990253329 444.328857422\n0.986710072 0.094367526 -0.132279798 92.506462097 -0.101880521 0.993477464 -0.051213611 -14.075150490 0.126584113 0.064009726 0.989888489 444.981414795\n0.986552119 0.095060207 -0.132960483 92.409439087 -0.102843314 0.993288100 -0.052933916 -14.103246689 0.127036154 0.065896161 0.989706755 445.638031006\n0.986515105 0.095168158 -0.133157551 92.314109802 -0.103131346 0.993188500 -0.054226879 -14.131603241 0.127089873 0.067228355 0.989610255 446.296630859\n0.986669481 0.093557470 -0.133155093 92.223587036 -0.101577535 0.993319571 -0.054755595 -14.159744263 0.127142772 0.067551240 0.989581525 446.951965332\n0.987124026 0.089351766 -0.132674322 92.136451721 -0.097433567 0.993681371 -0.055714060 -14.191987038 0.126857847 0.067923620 0.989592552 447.608825684\n0.987521589 0.086212173 -0.131789744 92.047058105 -0.094524316 0.993822038 -0.058162682 -14.222816467 0.125961229 0.069894239 0.989569902 448.267608643\n0.987748384 0.084847197 -0.130973607 91.954643250 -0.093476959 0.993738592 -0.061201513 -14.256595612 0.124960758 0.072694711 0.989494979 448.920715332\n0.987841904 0.085703686 -0.129704431 91.861045837 -0.094195008 0.993695259 -0.060803056 -14.287884712 0.123675629 0.072281316 0.989686668 449.579681396\n0.988013625 0.084634200 -0.129097536 91.776863098 -0.092887118 0.993909419 -0.059296314 -14.319260597 0.123292759 0.070577063 0.989857435 450.241790771\n0.988439023 0.081152223 -0.128072679 91.695968628 -0.088959992 0.994433701 -0.056460328 -14.357096672 0.122777902 0.067200936 0.990156353 450.889526367\n0.988717496 0.081590138 -0.125621662 91.606666565 -0.088715129 0.994688272 -0.052199945 -14.395298958 0.120695397 0.062755540 0.990704000 451.544525146\n0.989026546 0.080289893 -0.124016441 91.523124695 -0.087300949 0.994815230 -0.052165233 -14.423556328 0.119185105 0.062419549 0.990908027 452.183593750\n0.989025652 0.081754178 -0.123062916 91.438201904 -0.088630043 0.994734049 -0.051467363 -14.449357986 0.118207201 0.061809614 0.991063356 452.823181152\n0.988927424 0.084255278 -0.122162163 91.360931396 -0.090990394 0.994563639 -0.050634813 -14.482190132 0.117231801 0.061189741 0.991217673 453.440399170\n0.989323676 0.080370434 -0.121569894 91.285690308 -0.086908065 0.994987905 -0.049458005 -14.508329391 0.116985612 0.059495382 0.991349936 454.055419922\n0.989756107 0.075620010 -0.121096872 91.212570190 -0.082041733 0.995426297 -0.048945643 -14.534816742 0.116841741 0.058379248 0.991433263 454.664886475\n0.990111828 0.070402421 -0.121334508 91.146980286 -0.076550953 0.995967865 -0.046775267 -14.558110237 0.117552184 0.055601016 0.991508961 455.265350342\n0.990010977 0.071069136 -0.121768013 91.075912476 -0.076729976 0.996148169 -0.042442419 -14.584331512 0.118282631 0.051361717 0.991650760 455.851074219\n0.989971876 0.072596774 -0.121183142 90.994499207 -0.077723205 0.996245921 -0.038120382 -14.606976509 0.117960796 0.047156848 0.991897941 456.444274902\n0.990119696 0.071344554 -0.120718665 90.926475525 -0.076269828 0.996412396 -0.036677491 -14.629663467 0.117668837 0.045522299 0.992008924 457.022125244\n0.990587294 0.066674113 -0.119546674 90.855491638 -0.071692266 0.996695995 -0.038174398 -14.648140907 0.116606444 0.046385646 0.992094398 457.629150391\n0.991278470 0.058542792 -0.118066519 90.796936035 -0.063807301 0.997106850 -0.041310504 -14.671455383 0.115306504 0.048483718 0.992146015 458.200897217\n0.992024183 0.051224977 -0.115169331 90.738037109 -0.056821123 0.997331321 -0.045842543 -14.690703392 0.112513699 0.052020963 0.992287517 458.770812988\n0.992662489 0.043271460 -0.112910561 90.682571411 -0.049549535 0.997343063 -0.053400438 -14.714341164 0.110299855 0.058603276 0.992169142 459.340118408\n0.993071914 0.041042440 -0.110107414 90.628684998 -0.047978297 0.996977925 -0.061099384 -14.742073059 0.107266992 0.065958850 0.992039919 459.900390625\n0.993542433 0.042317476 -0.105274141 90.563552856 -0.049621504 0.996467054 -0.067757361 -14.769306183 0.102034897 0.072543673 0.992132187 460.454437256\n0.994015217 0.044843689 -0.099613346 90.499916077 -0.052260153 0.995951891 -0.073135115 -14.794772148 0.095930450 0.077903226 0.992334843 461.017425537\n0.994657457 0.042662203 -0.094002269 90.459609985 -0.049770135 0.995969653 -0.074614994 -14.823345184 0.090440169 0.078894868 0.992771983 461.570251465\n0.995444119 0.039513223 -0.086774059 90.408142090 -0.045673158 0.996487498 -0.070189655 -14.855786324 0.083695844 0.073833123 0.993752301 462.152374268\n0.996056020 0.039855890 -0.079270840 90.367622375 -0.044934291 0.996979475 -0.063346975 -14.889140129 0.076506652 0.066659115 0.994838297 462.715667725\n0.996449232 0.044093691 -0.071726263 90.318923950 -0.048381213 0.997074246 -0.059179697 -14.925532341 0.068906955 0.062439770 0.995667160 463.277832031\n0.996735215 0.048269082 -0.064722173 90.271087646 -0.052157652 0.996846676 -0.059801701 -14.961685181 0.061631508 0.062982224 0.996109843 463.849395752\n0.996765018 0.054471206 -0.059096374 90.236549377 -0.058185671 0.996311545 -0.063068993 -14.995529175 0.055442955 0.066303529 0.996257961 464.397735596\n0.996893585 0.058132071 -0.053139895 90.198677063 -0.061637860 0.995853603 -0.066905603 -15.020896912 0.049030196 0.069973201 0.996343195 464.946258545\n0.997170508 0.058382653 -0.047354151 90.165168762 -0.061527155 0.995792091 -0.067915462 -15.046477318 0.043189805 0.070636868 0.996566653 465.499053955\n0.997665763 0.053950470 -0.041860990 90.147148132 -0.056597840 0.996287346 -0.064870775 -15.077899933 0.038205769 0.067088597 0.997015238 466.075317383\n0.998060882 0.050737955 -0.036058053 90.129814148 -0.052816499 0.996845365 -0.059242945 -15.110052109 0.032938439 0.061032526 0.997592151 466.623168945\n0.998179734 0.052645471 -0.029422674 90.116233826 -0.054155108 0.997118950 -0.053113129 -15.137174606 0.026541740 0.054609835 0.998154938 467.149566650\n0.998121679 0.057837389 -0.020198973 90.086051941 -0.058729485 0.997176886 -0.046787605 -15.155732155 0.017435877 0.047885999 0.998700619 467.677581787\n0.997955978 0.062957704 -0.010962105 90.084449768 -0.063361421 0.997126758 -0.041516121 -15.181678772 0.008316849 0.042125836 0.999077678 468.166168213\n0.998129189 0.061127294 0.001270410 90.094482422 -0.061026223 0.997318387 -0.040396258 -15.217181206 -0.003736317 0.040243153 0.999182940 468.604370117\n0.998220026 0.057758972 0.014854232 90.121292114 -0.057097565 0.997499645 -0.041645911 -15.237851143 -0.017222516 0.040723640 0.999022007 469.004211426\n0.998015404 0.054357857 0.031787314 90.145545959 -0.052919798 0.997608781 -0.044454839 -15.261089325 -0.034127772 0.042684436 0.998505533 469.374542236\n0.997182310 0.054614902 0.051426440 90.173797607 -0.052117709 0.997452378 -0.048708513 -15.272208214 -0.053955637 0.045891039 0.997488260 469.717132568\n0.995662808 0.057370216 0.073241182 90.209228516 -0.053653084 0.997217774 -0.051749889 -15.293027878 -0.076006308 0.047595825 0.995970726 470.034515381\n0.993529797 0.057534911 0.097919755 90.263221741 -0.052267067 0.997087479 -0.055539872 -15.302821159 -0.100830041 0.050062541 0.993643343 470.327392578\n0.990542173 0.053285055 0.126439556 90.312446594 -0.046396956 0.997306168 -0.056812722 -15.322810173 -0.129126221 0.050408985 0.990346074 470.616333008\n0.986526430 0.050618373 0.155574217 90.378395081 -0.042024456 0.997429192 -0.058043063 -15.341943741 -0.158112317 0.050723094 0.986117482 470.893157959\n0.981611371 0.045855843 0.185300812 90.458030701 -0.035389453 0.997606575 -0.059402887 -15.356555939 -0.187581286 0.051752854 0.980884731 471.124694824\n0.975326180 0.042108752 0.216715738 90.536148071 -0.029568274 0.997712672 -0.060788047 -15.360330582 -0.218779728 0.052880265 0.974340320 471.359527588\n0.968216658 0.037432641 0.247295886 90.626823425 -0.023291489 0.997934759 -0.059864026 -15.380265236 -0.249026030 0.052201461 0.967088938 471.571960449\n0.960841954 0.026064133 0.275868475 90.729423523 -0.010704865 0.998314738 -0.057036322 -15.397845268 -0.276890159 0.051849756 0.959501684 471.759246826\n0.952537894 0.019617211 0.303787231 90.824287415 -0.002726829 0.998431325 -0.055924110 -15.411954880 -0.304407746 0.052441459 0.951097190 471.946594238\n0.942694068 0.026358392 0.332615554 90.904144287 -0.006240400 0.998093247 -0.061408266 -15.424032211 -0.333599955 0.055813555 0.941061080 472.127471924\n0.931468248 0.035792314 0.362057805 90.978073120 -0.011120282 0.997484982 -0.070000164 -15.440122604 -0.363652706 0.061176743 0.929523587 472.294158936\n0.919477224 0.044616826 0.390603364 91.061782837 -0.015275151 0.996843576 -0.077907279 -15.453086853 -0.392846435 0.065667443 0.917256474 472.472167969\n0.906460404 0.039210204 0.420466572 91.179656982 -0.006359160 0.996834517 -0.079249486 -15.467880249 -0.422242999 0.069162704 0.903840363 472.650604248\n0.891585648 0.031521708 0.451753765 91.312736511 0.004610512 0.996890962 -0.078658722 -15.472639084 -0.452828705 0.072213806 0.888668299 472.804443359\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0064_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.998623073 0.001167547 0.052445956 0.042626642 -0.001243830 0.999998212 0.001421894 -0.002452449 -0.052444201 -0.001485170 0.998622775 0.297090322\n0.994477272 0.001386081 0.104942776 0.104974255 -0.001766237 0.999992192 0.003529658 -0.002776741 -0.104937069 -0.003695518 0.994472027 0.589087188\n0.987519622 -0.000933262 0.157493323 0.195403263 -0.000143142 0.999976695 0.006823118 -0.003721394 -0.157496020 -0.006760507 0.987496495 0.871617317\n0.977590442 -0.001793100 0.210508302 0.294182658 -0.000368185 0.999947608 0.010227341 -0.001578362 -0.210515618 -0.010075657 0.977538586 1.123679757\n0.964094996 -0.000967053 0.265555859 0.404976189 -0.002161580 0.999931693 0.011488941 0.002614706 -0.265548825 -0.011650450 0.964027047 1.389129877\n0.947096705 -0.003341898 0.320930988 0.530397117 -0.000110015 0.999942362 0.010737204 -0.000228572 -0.320948362 -0.010204478 0.947041750 1.648809791\n0.928002894 -0.006180146 0.372521788 0.681792796 0.003530739 0.999963403 0.007793863 -0.004007053 -0.372556299 -0.005917450 0.927990735 1.882070422\n0.905982673 -0.007778869 0.423243344 0.841008484 0.006503662 0.999968946 0.004457064 -0.007045420 -0.423264861 -0.001285391 0.906005085 2.121917725\n0.882113874 -0.008266891 0.470963657 1.010581732 0.008362014 0.999963224 0.001890463 -0.009535424 -0.470961988 0.002270601 0.882150590 2.352426529\n0.856813192 -0.006399629 0.515587270 1.184719682 0.007922834 0.999968350 -0.000754405 -0.006208385 -0.515566111 0.004731297 0.856836736 2.570874214\n0.829406917 -0.006786881 0.558603704 1.383247137 0.009337315 0.999954939 -0.001714739 -0.001680088 -0.558566928 0.006638075 0.829432905 2.793253422\n0.799199104 -0.005663917 0.601039708 1.588322878 0.008605227 0.999960959 -0.002019157 0.001966048 -0.601004839 0.006785791 0.799216628 3.010181189\n0.766889691 -0.005491213 0.641755462 1.806005478 0.009199844 0.999954700 -0.002437535 0.006228021 -0.641712964 0.007773370 0.766905487 3.206833363\n0.732604623 -0.003340153 0.680646241 2.019455910 0.008216595 0.999958515 -0.003936702 0.008652397 -0.680604875 0.008476640 0.732601643 3.383327961\n0.695422530 -0.004316440 0.718588114 2.263228416 0.010875520 0.999930680 -0.004518501 0.010078894 -0.718518794 0.010957287 0.695421278 3.562521458\n0.656883717 -0.007428534 0.753955305 2.529156685 0.015689444 0.999869645 -0.003817963 0.009508277 -0.753828645 0.014337097 0.656914592 3.727128506\n0.618330538 -0.012157502 0.785824180 2.800657749 0.022819359 0.999736488 -0.002488611 0.008585310 -0.785586834 0.019470787 0.618445039 3.880672693\n0.580622017 -0.015481509 0.814026058 3.086674213 0.027141852 0.999631524 -0.000348087 0.003036812 -0.813720703 0.022296282 0.580828309 4.048335075\n0.545342624 -0.018850988 0.838001251 3.381845951 0.030730272 0.999524593 0.002486270 0.006106600 -0.837649763 0.024396136 0.545662642 4.196860313\n0.512598276 -0.020669742 0.858379722 3.692290783 0.031927068 0.999477684 0.005001498 0.011378855 -0.858034790 0.024841785 0.512990475 4.343450069\n0.482364297 -0.021826323 0.875698805 4.014443398 0.032758966 0.999439716 0.006865759 0.022095345 -0.875358045 0.025375187 0.482809067 4.489207268\n0.454399645 -0.023432616 0.890489697 4.345185280 0.033740785 0.999389350 0.009080964 0.024628349 -0.890158713 0.025919434 0.454912782 4.630280018\n0.428607762 -0.024246857 0.903165221 4.684065819 0.034704752 0.999343932 0.010359369 0.030158818 -0.902823865 0.026904020 0.429168046 4.775939465\n0.405094922 -0.025407184 0.913921535 5.033147812 0.036600485 0.999263167 0.011556561 0.035371773 -0.913541734 0.028768465 0.405726373 4.905082703\n0.382775247 -0.026786044 0.923453152 5.395608902 0.038714983 0.999166548 0.012934692 0.036776252 -0.923029959 0.030800391 0.383493245 5.037223816\n0.361949742 -0.025743965 0.931842089 5.764806271 0.040410761 0.999112189 0.011905925 0.041919917 -0.931321323 0.033347096 0.362668753 5.161871433\n0.341794133 -0.024094159 0.939466000 6.151200294 0.043865796 0.998990715 0.009661625 0.050998665 -0.938750565 0.037908133 0.342506111 5.284812450\n0.323316634 -0.021966122 0.946035922 6.540758610 0.047036458 0.998867810 0.007117680 0.062333480 -0.945121169 0.042196911 0.323983788 5.395730972\n0.306382537 -0.020009922 0.951698124 6.954597473 0.049973074 0.998738468 0.004911016 0.073535614 -0.950595856 0.046054631 0.306995988 5.516399384\n0.291274965 -0.018989550 0.956450999 7.380801201 0.052160740 0.998630941 0.003942105 0.079920739 -0.955216408 0.048740946 0.291866660 5.636373997\n0.278352499 -0.018493686 0.960300982 7.833899498 0.052437652 0.998616040 0.004032004 0.083119452 -0.959046543 0.049233604 0.278937042 5.755484104\n0.266645491 -0.019570950 0.963596046 8.305374146 0.052490342 0.998604834 0.005756907 0.088446356 -0.962364316 0.049044427 0.267300725 5.879871845\n0.256027699 -0.020567013 0.966450632 8.783199310 0.052577715 0.998589993 0.007322321 0.094683602 -0.965238512 0.048939046 0.256748080 6.002137184\n0.246078968 -0.020304419 0.969037175 9.293914795 0.054813713 0.998472035 0.007001684 0.107482463 -0.967698693 0.051393554 0.246815920 6.118064880\n0.236964464 -0.019854035 0.971315384 9.808347702 0.056827229 0.998362601 0.006543185 0.113917261 -0.969854832 0.053646661 0.237704694 6.237062454\n0.229590416 -0.022370946 0.973030329 10.336936951 0.058183718 0.998263299 0.009222386 0.118944675 -0.971546769 0.054497138 0.230493307 6.358877182\n0.223855495 -0.025279464 0.974294543 10.870477676 0.058321021 0.998219609 0.012500303 0.128615618 -0.972875893 0.054023586 0.224931240 6.484533310\n0.219215989 -0.027122155 0.975299418 11.407470703 0.058588818 0.998175561 0.014589432 0.138324589 -0.973915756 0.053943392 0.220405102 6.608489037\n0.216649652 -0.027594246 0.975859344 11.961031914 0.058952171 0.998146057 0.015136524 0.151416555 -0.974467874 0.054249704 0.217874765 6.732277870\n0.214608312 -0.028679781 0.976279080 12.495498657 0.059513092 0.998095453 0.016238336 0.160062551 -0.974885464 0.054616500 0.215906441 6.852154732\n0.213685572 -0.029860418 0.976446092 13.027861595 0.060173538 0.998037100 0.017352298 0.164449632 -0.975047588 0.055048272 0.215062916 6.970362663\n0.213132441 -0.029254369 0.976585388 13.557751656 0.061029263 0.997998297 0.016576631 0.177665621 -0.975115478 0.056067258 0.214491189 7.090717316\n0.213991404 -0.028767075 0.976411879 14.092956543 0.063185625 0.997880638 0.015551762 0.189408123 -0.974789858 0.058367252 0.215355515 7.200737000\n0.215543449 -0.028663488 0.976073503 14.633886337 0.064410567 0.997809589 0.015078196 0.194886267 -0.974367678 0.059619442 0.216917515 7.323932648\n0.217163563 -0.027493263 0.975748003 15.155956268 0.064413555 0.997828126 0.013779452 0.201701671 -0.974007666 0.059859000 0.218462825 7.441461563\n0.218534708 -0.025809502 0.975487828 15.673703194 0.063677624 0.997896731 0.012136952 0.207535088 -0.973749399 0.059464402 0.219718516 7.564021111\n0.220131934 -0.024375020 0.975165606 16.196027756 0.063639194 0.997916937 0.010577918 0.212700218 -0.973392129 0.059730209 0.221224606 7.685988426\n0.221517086 -0.023525819 0.974872708 16.709041595 0.064735547 0.997858465 0.009370866 0.218420953 -0.973005474 0.061033104 0.222565651 7.807715416\n0.222634435 -0.023399122 0.974621177 17.228267670 0.067228645 0.997700572 0.008596061 0.225552022 -0.972581208 0.063608676 0.223695636 7.920665741\n0.223724723 -0.024312835 0.974349141 17.746109009 0.069034077 0.997573316 0.009041116 0.231401861 -0.972204566 0.065240562 0.224860251 8.039127350\n0.224688232 -0.024882877 0.974112988 18.268037796 0.069662809 0.997526169 0.009412567 0.236773372 -0.971937478 0.065744549 0.225865781 8.164508820\n0.225738823 -0.024350567 0.973883450 18.798137665 0.067904808 0.997649312 0.009204977 0.238772899 -0.971818328 0.064053454 0.226861715 8.294281006\n0.226562083 -0.023968350 0.973701775 19.323036194 0.068708085 0.997600019 0.008569541 0.248437017 -0.971570313 0.064959653 0.227665186 8.413646698\n0.227047265 -0.024248252 0.973581910 19.851032257 0.069712386 0.997530162 0.008587211 0.255495906 -0.971385539 0.065921009 0.228176892 8.537164688\n0.226956069 -0.025455063 0.973572373 20.388437271 0.071366251 0.997405469 0.009441524 0.265904874 -0.971286774 0.067337386 0.228183866 8.662530899\n0.225095689 -0.026694190 0.973971009 20.935920715 0.073492378 0.997242093 0.010347070 0.272478402 -0.971561074 0.069250360 0.226436675 8.794597626\n0.223646820 -0.026592392 0.974307477 21.481853485 0.072863132 0.997286737 0.010494255 0.283386767 -0.971942961 0.068644084 0.224977612 8.913604736\n0.221283317 -0.026105590 0.974860191 22.020490646 0.071177691 0.997407854 0.010552774 0.283606231 -0.972608685 0.067053139 0.222567856 9.040521622\n0.217620671 -0.024649855 0.975722134 22.567535400 0.070317455 0.997479260 0.009516219 0.293551087 -0.973497152 0.066539370 0.218805432 9.167276382\n0.212047517 -0.023606565 0.976974308 23.105651855 0.072346538 0.997344196 0.008396288 0.300652206 -0.974577904 0.068900287 0.213192225 9.280052185\n0.207224846 -0.023672208 0.978006899 23.661870956 0.077729926 0.996945024 0.007660802 0.314736724 -0.975200474 0.074432895 0.208431840 9.390489578\n0.204721272 -0.025243146 0.978494883 24.211639404 0.080894805 0.996683896 0.008787518 0.325541854 -0.975471914 0.077356145 0.206084430 9.500597000\n0.204481363 -0.027491981 0.978484333 24.774158478 0.082160093 0.996560276 0.010830225 0.330308378 -0.975416362 0.078177787 0.206036747 9.612983704\n0.205704927 -0.029070921 0.978182137 25.337041855 0.081819296 0.996569872 0.012411364 0.332809865 -0.975187719 0.077481098 0.207377911 9.739023209\n0.207435071 -0.029670129 0.977798879 25.897649765 0.081466749 0.996591806 0.012957610 0.340624511 -0.974850774 0.076970220 0.209145248 9.863866806\n0.208963275 -0.028373664 0.977511823 26.466573715 0.080961727 0.996649444 0.011621920 0.354914248 -0.974566400 0.076712482 0.210560322 9.991281509\n0.210099936 -0.026944956 0.977308571 27.039327621 0.080247417 0.996722519 0.010228766 0.364578068 -0.974381089 0.076277420 0.211573601 10.127729416\n0.211147785 -0.026922405 0.977083385 27.631973267 0.080227971 0.996725082 0.010126333 0.369586706 -0.974156141 0.076251261 0.212616205 10.259914398\n0.211455941 -0.026081044 0.977039516 28.228370667 0.079001524 0.996829093 0.009511386 0.376678884 -0.974189520 0.075176366 0.212845862 10.390808105\n0.210183263 -0.024979694 0.977342904 28.833356857 0.077873647 0.996924996 0.008733007 0.383574247 -0.974555671 0.074273720 0.211482167 10.522811890\n0.208045721 -0.023887930 0.977827370 29.451005936 0.077244937 0.996980667 0.007920955 0.391421080 -0.975064218 0.073884286 0.209262788 10.660995483\n0.205913305 -0.023011448 0.978299737 30.088548660 0.077810518 0.996943057 0.007072348 0.402638018 -0.975471914 0.074665710 0.207074344 10.799259186\n0.203950703 -0.022501027 0.978722632 30.762126923 0.078676447 0.996878862 0.006523473 0.421080291 -0.975814700 0.075671941 0.205084443 10.936946869\n0.202313244 -0.022230223 0.979068637 31.450565338 0.079156116 0.996842444 0.006277076 0.430003464 -0.976116717 0.076229319 0.203434110 11.075849533\n0.200600266 -0.020599375 0.979456723 32.137458801 0.078565568 0.996897042 0.004875325 0.439155400 -0.976517916 0.075973570 0.201596200 11.224336624\n0.199026108 -0.018167483 0.979825854 32.844333649 0.077593513 0.996981382 0.002724461 0.449208856 -0.976917624 0.075485885 0.199835002 11.371608734\n0.197575092 -0.015758613 0.980161190 33.574279785 0.077585377 0.996985614 0.000389896 0.453822613 -0.977212787 0.075969130 0.198202193 11.525007248\n0.196415544 -0.014657425 0.980411232 34.341869354 0.079108372 0.996865571 -0.000945155 0.465702236 -0.977324367 0.077744380 0.196959436 11.666273117\n0.194293082 -0.015671048 0.980818391 35.106376648 0.079892233 0.996803522 0.000100368 0.476024568 -0.977684796 0.078340270 0.194924057 11.823570251\n0.192583740 -0.018077215 0.981114089 35.898254395 0.080114350 0.996782184 0.002640187 0.481918335 -0.978004813 0.078092851 0.193412244 11.981248856\n0.190442383 -0.019927876 0.981496155 36.699695587 0.083207011 0.996523917 0.004088106 0.492925525 -0.978165805 0.080888808 0.191438556 12.144424438\n0.190044880 -0.020789528 0.981555283 37.529384613 0.086625472 0.996231556 0.004328290 0.498494267 -0.977946341 0.084205121 0.191129565 12.293930054\n0.189938903 -0.021170488 0.981567681 38.356655121 0.088703163 0.996048748 0.004318244 0.513948202 -0.977780700 0.086247951 0.191066325 12.455131531\n0.190381646 -0.022070941 0.981462121 39.200298309 0.090131350 0.995917797 0.004912551 0.527112603 -0.977563977 0.087525234 0.191593766 12.625663757\n0.193157613 -0.023407871 0.980888486 40.074348450 0.092771463 0.995672286 0.005492016 0.534049749 -0.976772070 0.089937635 0.194493294 12.789440155\n0.196001947 -0.023560250 0.980320513 40.933448792 0.093319759 0.995622218 0.005269952 0.545917749 -0.976153076 0.090450346 0.197342515 12.968242645\n0.200037479 -0.024250120 0.979488194 41.811588287 0.093270853 0.995625019 0.005601241 0.561314702 -0.975338817 0.090237230 0.201424122 13.151515961\n0.205471575 -0.027540088 0.978275597 42.709205627 0.093921766 0.995544970 0.008299435 0.577739358 -0.974145949 0.090176068 0.207142830 13.340816498\n0.211183250 -0.030946864 0.976956487 43.595638275 0.093460642 0.995558441 0.011333249 0.590395212 -0.972968042 0.088913582 0.213137567 13.539627075\n0.217246771 -0.031635433 0.975603998 44.479972839 0.092718802 0.995624304 0.011638065 0.599785805 -0.971703231 0.087928489 0.219229341 13.743358612\n0.223181844 -0.028569721 0.974358141 45.358764648 0.091844022 0.995739996 0.008159311 0.613424659 -0.970440507 0.087667957 0.224855006 13.956001282\n0.229443908 -0.026023684 0.972974002 46.226684570 0.088863246 0.996027589 0.005684806 0.619722724 -0.969256938 0.085157275 0.230845034 14.167770386\n0.235145569 -0.024493210 0.971651495 47.100704193 0.085912019 0.996293366 0.004323148 0.629695773 -0.968155801 0.082459979 0.236378253 14.393302917\n0.241323650 -0.026174109 0.970091760 47.979225159 0.083900601 0.996455967 0.006014001 0.630485892 -0.966811180 0.079939947 0.242664456 14.619770050\n0.246728480 -0.026615595 0.968719125 48.840671539 0.080146447 0.996758699 0.006973034 0.635998130 -0.965764821 0.075918943 0.248061955 14.866405487\n0.252580941 -0.026490502 0.967213154 49.708049774 0.077370003 0.996977150 0.007101049 0.642210245 -0.964477539 0.073039681 0.253867030 15.085163116\n0.256828189 -0.024396291 0.966149151 50.566879272 0.076907590 0.997026980 0.004731903 0.646852016 -0.963392258 0.073088914 0.257940888 15.320724487\n0.260172129 -0.021445032 0.965324163 51.418796539 0.075999133 0.997106493 0.001667961 0.657914162 -0.962566733 0.072929837 0.261049092 15.557304382\n0.262682796 -0.020188112 0.964671135 52.280807495 0.072487973 0.997368634 0.001133694 0.661946893 -0.962155640 0.069629237 0.263454974 15.808319092\n0.265220523 -0.021800391 0.963941336 53.118545532 0.070895024 0.997479081 0.003052695 0.660970807 -0.961577892 0.067529000 0.266097486 16.045028687\n0.266329408 -0.022644812 0.963616133 53.969078064 0.070566788 0.997499287 0.003937426 0.665140510 -0.961295545 0.066950634 0.267261326 16.282646179\n0.265805602 -0.022421917 0.963765919 54.812339783 0.068120584 0.997667313 0.004423040 0.669660091 -0.961616874 0.064476624 0.266712964 16.521316528\n0.262630999 -0.020466480 0.964679301 55.655624390 0.064801231 0.997891963 0.003529175 0.669443130 -0.962717891 0.061585531 0.263403654 16.767353058\n0.258129358 -0.017040528 0.965960145 56.501728058 0.061343595 0.998115957 0.001215198 0.678250313 -0.964160979 0.058941785 0.258688390 16.998535156\n0.251294911 -0.014279430 0.967805326 57.344089508 0.059258651 0.998242438 -0.000658265 0.677339792 -0.966094971 0.057516251 0.251699448 17.223747253\n0.243884325 -0.013008823 0.969717145 58.187454224 0.059203513 0.998244822 -0.001498188 0.683499634 -0.967995584 0.057776045 0.244226396 17.431301117\n0.235476136 -0.014432892 0.971772969 59.050857544 0.060478617 0.998169482 0.000169999 0.682865262 -0.969996572 0.058731452 0.235917985 17.654621124\n0.228119850 -0.016529793 0.973492861 59.905933380 0.062795572 0.998023927 0.002231354 0.687893629 -0.971606076 0.060622010 0.228707016 17.857498169\n0.221754968 -0.017754378 0.974940836 60.765014648 0.063511543 0.997974157 0.003727817 0.692273617 -0.973031938 0.061093330 0.222433329 18.052524567\n0.215742767 -0.018204637 0.976280570 61.616783142 0.063910827 0.997945547 0.004485322 0.696340799 -0.974356532 0.061427217 0.216463029 18.242027283\n0.209717989 -0.018892303 0.977579474 62.468780518 0.063761681 0.997949421 0.005607300 0.703384757 -0.975680828 0.061156154 0.210492551 18.431095123\n0.204010487 -0.019447356 0.978775561 63.320869446 0.064323582 0.997908413 0.006420260 0.707424998 -0.976853251 0.061648551 0.204834700 18.609809875\n0.199415743 -0.019173395 0.979727447 64.174690247 0.064478822 0.997898519 0.006404850 0.717919230 -0.977791369 0.061894435 0.200232983 18.782283783\n0.194694161 -0.019178787 0.980676472 65.029418945 0.064893045 0.997870207 0.006631792 0.722871304 -0.978715003 0.062347911 0.195524096 18.959461212\n0.190938771 -0.018715726 0.981423616 65.901062012 0.065073669 0.997860134 0.006368890 0.727478504 -0.979442716 0.062648758 0.191748142 19.135025024\n0.187442422 -0.018184159 0.982107401 66.756912231 0.065390848 0.997841716 0.005995153 0.734618068 -0.980096757 0.063097075 0.188226938 19.295970917\n0.184201121 -0.017900275 0.982725620 67.615318298 0.066256620 0.997786045 0.005755523 0.741531849 -0.980652928 0.064051904 0.184979320 19.455448151\n0.180181384 -0.018555269 0.983458519 68.479911804 0.065661743 0.997818768 0.006796184 0.752519608 -0.981439471 0.063351050 0.181006730 19.630462646\n0.177578151 -0.020127984 0.983900905 69.334640503 0.065991476 0.997783959 0.008501602 0.762175083 -0.981891632 0.063419372 0.178512931 19.787822723\n0.175775349 -0.019119252 0.984244645 70.193634033 0.066449784 0.997761488 0.007514616 0.766263723 -0.982185066 0.064081952 0.176652372 19.943298340\n0.174537718 -0.015644075 0.984526217 71.045150757 0.067319430 0.997723758 0.003919332 0.770366430 -0.982346535 0.065593675 0.175193548 20.097251892\n0.173407376 -0.012097784 0.984775901 71.903503418 0.070128441 0.997537971 -0.000094230 0.776852012 -0.982350171 0.069077134 0.173828840 20.249786377\n0.172056675 -0.010181836 0.985034406 72.758422852 0.073446833 0.997295976 -0.002520434 0.780179858 -0.982345164 0.072781317 0.172339261 20.398124695\n0.171134889 -0.010005438 0.985196769 73.609550476 0.073601410 0.997284174 -0.002656836 0.781307459 -0.982494593 0.072966553 0.171406567 20.546524048\n0.170190275 -0.011535584 0.985343695 74.463256836 0.074008569 0.997256994 -0.001107837 0.783837080 -0.982628107 0.073112413 0.170577228 20.694805145\n0.167841613 -0.013394082 0.985723019 75.334228516 0.074581034 0.997214615 0.000851122 0.781919599 -0.982988775 0.073373385 0.168373048 20.850112915\n0.163745880 -0.013078034 0.986415923 76.188537598 0.074079044 0.997251928 0.000924512 0.780881405 -0.983717263 0.072921358 0.164264739 20.999618530\n0.158555329 -0.010877118 0.987290263 77.044052124 0.073459014 0.997297883 -0.000809898 0.780742288 -0.984613717 0.072653778 0.158925951 21.136978149\n0.153132975 -0.008579557 0.988168359 77.904663086 0.072895922 0.997336090 -0.002637274 0.786690354 -0.985513330 0.072437294 0.153350472 21.278228760\n0.147213042 -0.007991675 0.989072621 78.759452820 0.074298725 0.997231543 -0.003000995 0.785097718 -0.986310363 0.073928617 0.147399247 21.406143188\n0.141259730 -0.009486869 0.989927173 79.630790710 0.077981442 0.996953547 -0.001573526 0.785620809 -0.986896515 0.077418216 0.141569197 21.533721924\n0.135022044 -0.015154448 0.990726829 80.495735168 0.080120251 0.996775806 0.004327714 0.793379545 -0.987598121 0.078792930 0.135800898 21.646499634\n0.128363967 -0.020718347 0.991510808 81.354568481 0.080156736 0.996727467 0.010450014 0.801893234 -0.988482594 0.078134857 0.129604578 21.764595032\n0.122619450 -0.023592928 0.992173314 82.227691650 0.079044186 0.996773720 0.013933510 0.803424835 -0.989301026 0.076717012 0.124088705 21.872451782\n0.117282808 -0.019045969 0.992915988 83.084152222 0.078799658 0.996842146 0.009813498 0.815112114 -0.989967406 0.077090479 0.118413270 21.977813721\n0.112122238 -0.013658731 0.993600547 83.947769165 0.080575004 0.996737897 0.004609428 0.828914881 -0.990422249 0.079542547 0.112856984 22.067665100\n0.106626093 -0.010757464 0.994241059 84.796554565 0.081890404 0.996639311 0.002001179 0.834902525 -0.990921259 0.081205420 0.107148707 22.160850525\n0.102054477 -0.008493053 0.994742572 85.629760742 0.083511628 0.996506810 -0.000059664 0.838746548 -0.991267204 0.083078660 0.102407217 22.251861572\n0.098836303 -0.008175498 0.995070219 86.484832764 0.088017762 0.996118724 -0.000558345 0.842325449 -0.991203547 0.087639026 0.099172294 22.332862854\n0.095948100 -0.009202034 0.995343804 87.339080811 0.093139850 0.995653033 0.000226497 0.846329927 -0.991019130 0.092684440 0.096388102 22.412483215\n0.092750847 -0.011437014 0.995623648 88.198806763 0.097959839 0.995187700 0.002306211 0.850949287 -0.990858793 0.097317234 0.093424916 22.482833862\n0.090170860 -0.012123400 0.995852530 89.053596497 0.101855956 0.994794965 0.002887835 0.854598284 -0.990704119 0.101173110 0.090936303 22.555191040\n0.088328183 -0.011310606 0.996027231 89.905433655 0.105810978 0.994384408 0.001908580 0.857093334 -0.990455568 0.105222031 0.089028955 22.629005432\n0.086542249 -0.010401797 0.996194005 90.777267456 0.110230677 0.993905723 0.000801834 0.860291958 -0.990131259 0.109741732 0.087161422 22.701400757\n0.084987164 -0.012164373 0.996307969 91.632850647 0.113269106 0.993561268 0.002468725 0.869428158 -0.989923000 0.112641074 0.085817814 22.772903442\n0.082958221 -0.016269526 0.996420264 92.492507935 0.115000412 0.993343234 0.006644774 0.876508713 -0.989895463 0.114037499 0.084277034 22.850296021\n0.081769407 -0.017395381 0.996499419 93.369125366 0.117363870 0.993059099 0.007704834 0.878773689 -0.989716828 0.116323017 0.083243489 22.907699585\n0.080421627 -0.013516380 0.996669352 94.219879150 0.118265606 0.992974222 0.003923366 0.882187843 -0.989720047 0.117556177 0.081455112 22.973098755\n0.078999460 -0.006006279 0.996856689 95.083755493 0.118028477 0.993004501 -0.003370534 0.888970852 -0.989862919 0.117923729 0.079155684 23.043724060\n0.076849282 -0.001393220 0.997041821 95.927970886 0.118591636 0.992912829 -0.007753287 0.894443512 -0.989964843 0.118836649 0.076469898 23.110931396\n0.073622704 -0.002110437 0.997283936 96.794776917 0.120510407 0.992688775 -0.006795757 0.890449762 -0.989978254 0.120683417 0.073338747 23.172943115\n0.069199920 -0.005173681 0.997589469 97.649223328 0.120159462 0.992749512 -0.003186553 0.887663841 -0.990339994 0.120090313 0.069319844 23.231056213\n0.063720882 -0.004736645 0.997956514 98.507560730 0.119057260 0.992883205 -0.002889411 0.884914637 -0.990840554 0.118998080 0.063831329 23.290420532\n0.057540357 -0.002433335 0.998340309 99.356315613 0.117249422 0.993093014 -0.004337257 0.886336327 -0.991434276 0.117304377 0.057428241 23.340942383\n0.049828708 -0.002234405 0.998755336 100.206054688 0.117943488 0.993013561 -0.003662742 0.886156559 -0.991769433 0.117979191 0.049744129 23.385650635\n0.041289508 -0.001969829 0.999145269 101.082672119 0.117362835 0.993084908 -0.002892112 0.889543533 -0.992230356 0.117381938 0.041235149 23.420272827\n0.032522917 -0.000699538 0.999470711 101.923484802 0.113916233 0.993485808 -0.003011500 0.887543201 -0.992957830 0.113953888 0.032390714 23.446876526\n0.023545682 0.003469072 0.999716878 102.766860962 0.113283597 0.993543863 -0.006115758 0.891447783 -0.993283808 0.113395505 0.023000658 23.465774536\n0.015130579 0.005728045 0.999869287 103.636863708 0.113076016 0.993558764 -0.007403038 0.893198013 -0.993471265 0.113173231 0.014385402 23.480041504\n0.006622493 0.004645974 0.999967396 104.487548828 0.109310597 0.993993282 -0.005342159 0.893846512 -0.993985653 0.109342396 0.006074846 23.482559204\n-0.001527190 0.001944909 0.999997079 105.344497681 0.107346624 0.994220078 -0.001769759 0.894525528 -0.994220614 0.107343592 -0.001727104 23.477554321\n-0.009372592 -0.000192238 0.999956191 106.215293884 0.111454330 0.993768811 0.001235708 0.898508787 -0.993725479 0.111461014 -0.009292841 23.485961914\n-0.016117215 -0.000387667 0.999870181 107.065582275 0.113454834 0.993540704 0.002214020 0.902464628 -0.993412614 0.113475770 -0.015969157 23.467201233\n-0.021294713 0.002929563 0.999769092 107.916854858 0.110002249 0.993931174 -0.000569468 0.902674437 -0.993703306 0.109964706 -0.021487713 23.454231262\n-0.025745749 0.009326302 0.999625027 108.786071777 0.109450638 0.993971288 -0.006454610 0.905277014 -0.993658781 0.109243415 -0.026611328 23.435951233\n-0.029378057 0.014938449 0.999456882 109.636123657 0.111284159 0.993721128 -0.011581643 0.913170815 -0.993354440 0.110883467 -0.030856013 23.409339905\n-0.034101129 0.014330013 0.999315679 110.494377136 0.106804669 0.994223356 -0.010612338 0.910764217 -0.993695080 0.106369689 -0.035434604 23.393600464\n-0.037681699 0.010395995 0.999235749 111.363143921 0.100171439 0.994948447 -0.006573875 0.905105352 -0.994256437 0.099847168 -0.038532734 23.371322632\n-0.040289998 0.009081777 0.999146819 112.238159180 0.096082121 0.995359957 -0.005172909 0.899280548 -0.994557738 0.095791720 -0.040975690 23.347961426\n-0.042681336 0.008482503 0.999052882 113.103820801 0.094339028 0.995530307 -0.004422280 0.900415897 -0.994624972 0.094060913 -0.043290854 23.312858582\n-0.045591354 0.010820496 0.998901606 113.980339050 0.095038414 0.995452762 -0.006445449 0.906899452 -0.994429111 0.094640158 -0.046412349 23.275779724\n-0.048398256 0.010049310 0.998777688 114.862930298 0.095650665 0.995400429 -0.005380346 0.899915457 -0.994237840 0.095273338 -0.049136877 23.241119385\n-0.050716639 0.009899138 0.998664200 115.736526489 0.096088946 0.995360255 -0.004986579 0.907180071 -0.994080007 0.095707670 -0.051432490 23.195343018\n-0.052607894 0.010431583 0.998560786 116.635307312 0.097658053 0.995206177 -0.005251560 0.905560255 -0.993828654 0.097241230 -0.053374410 23.148406982\n-0.054502368 0.012740080 0.998432398 117.519897461 0.097860627 0.995172918 -0.007356472 0.905138254 -0.993706584 0.097306274 -0.055486083 23.103263855\n-0.055993438 0.015148249 0.998316288 118.399856567 0.098841950 0.995057285 -0.009554969 0.900552750 -0.993526578 0.098140508 -0.057214022 23.050064087\n-0.057670474 0.017865591 0.998175979 119.299140930 0.098301418 0.995082736 -0.012130804 0.906226635 -0.993484378 0.097422510 -0.059143066 23.001243591\n-0.059407353 0.018811615 0.998056591 120.195037842 0.098362371 0.995067060 -0.012900447 0.898000240 -0.993375897 0.097404830 -0.060964584 22.949378967\n-0.060680151 0.018555881 0.997984886 121.126068115 0.096242391 0.995277464 -0.012653760 0.887052536 -0.993506670 0.095280610 -0.062179446 22.900703430\n-0.062046170 0.017400393 0.997921646 122.034614563 0.096463762 0.995271683 -0.011356514 0.882146835 -0.993400812 0.095558643 -0.063431382 22.844009399\n-0.063496709 0.016379971 0.997847617 122.942321777 0.096191540 0.995310426 -0.010217302 0.880921841 -0.993335485 0.095335737 -0.064774513 22.788208008\n-0.064756632 0.015084254 0.997787118 123.899932861 0.097882621 0.995159984 -0.008691929 0.876627207 -0.993088961 0.097103149 -0.065919757 22.730422974\n-0.066009521 0.014812952 0.997709155 124.825302124 0.098910786 0.995062292 -0.008229627 0.874552727 -0.992904663 0.098140955 -0.067148805 22.666213989\n-0.066999197 0.017763067 0.997594893 125.758026123 0.097799420 0.995143652 -0.011151141 0.868750095 -0.992948294 0.096817091 -0.068411112 22.603668213\n-0.067824244 0.020959105 0.997477293 126.702880859 0.098986462 0.994987786 -0.014176159 0.867733717 -0.992774844 0.097775251 -0.069558978 22.535202026\n-0.069129944 0.021888500 0.997367501 127.684555054 0.098570973 0.995016873 -0.015004724 0.867943525 -0.992725909 0.097274214 -0.070942998 22.484786987\n-0.070403934 0.020093560 0.997316182 128.649322510 0.097226828 0.995174885 -0.013186848 0.862634420 -0.992769003 0.096037485 -0.072017789 22.422332764\n-0.071261883 0.019548748 0.997266114 129.613861084 0.097463116 0.995160103 -0.012543017 0.859469652 -0.992684662 0.096302815 -0.072822332 22.359802246\n-0.072342038 0.019941216 0.997180581 130.575256348 0.098844036 0.995021522 -0.012727246 0.863222122 -0.992469907 0.097644635 -0.073953032 22.296096802\n-0.072976112 0.019797528 0.997137189 131.550323486 0.097840019 0.995122433 -0.012597051 0.845040083 -0.992522955 0.096640639 -0.074557066 22.222869873\n-0.073292851 0.020874320 0.997092009 132.513565063 0.099407800 0.994954884 -0.013522442 0.840466976 -0.992343843 0.098127618 -0.074998140 22.151504517\n-0.073657632 0.022091378 0.997038841 133.487731934 0.099480182 0.994931042 -0.014695437 0.832465410 -0.992309511 0.098103173 -0.075481892 22.086196899\n-0.074615479 0.022573592 0.996957004 134.452667236 0.102138489 0.994658947 -0.014877204 0.822126150 -0.991968036 0.100717597 -0.076522589 22.018234253\n-0.074928761 0.021885606 0.996948779 135.421691895 0.100918844 0.994792581 -0.014253411 0.809925318 -0.992069185 0.099542923 -0.076747298 21.949203491\n-0.076163888 0.022417596 0.996843278 136.392990112 0.101498209 0.994728386 -0.014615052 0.797459602 -0.991915941 0.100064665 -0.078037739 21.878295898\n-0.077102423 0.021405531 0.996793330 137.354202271 0.100557275 0.994838536 -0.013585398 0.795296431 -0.991939247 0.099187359 -0.078856945 21.810897827\n-0.079202771 0.019134130 0.996674895 138.311950684 0.102238640 0.994699419 -0.010971610 0.790701628 -0.991601825 0.101029709 -0.080739260 21.739410400\n-0.079971313 0.017864846 0.996637046 139.260360718 0.103570580 0.994576573 -0.009517291 0.773258448 -0.991401911 0.102461167 -0.081387877 21.658248901\n-0.079267383 0.020129165 0.996650159 140.192932129 0.106111683 0.994286060 -0.011641959 0.765166521 -0.991189718 0.104833394 -0.080950379 21.579376221\n-0.078029513 0.022485014 0.996697664 141.130218506 0.107777208 0.994076669 -0.013988252 0.755029202 -0.991108418 0.106329776 -0.079990625 21.504333496\n-0.076011300 0.024738872 0.996800005 142.061492920 0.112104289 0.993565857 -0.016110059 0.741840601 -0.990785003 0.110521004 -0.078295588 21.432403564\n-0.073255301 0.024894023 0.997002482 142.978851318 0.115450151 0.993179262 -0.016315794 0.728804350 -0.990608394 0.113908865 -0.075629711 21.365219116\n-0.069501400 0.023891257 0.997295856 143.904174805 0.115643993 0.993166089 -0.015733136 0.722806454 -0.990856349 0.114237793 -0.071789384 21.301559448\n-0.066287398 0.021393426 0.997571230 144.809188843 0.117279671 0.993007123 -0.013502456 0.703624249 -0.990884185 0.116099782 -0.068332911 21.248657227\n-0.062349081 0.020360705 0.997846842 145.717132568 0.118277624 0.992897153 -0.012869315 0.691670895 -0.991021335 0.117220551 -0.064314485 21.185729980\n-0.059679866 0.022831537 0.997956514 146.610870361 0.116385318 0.993079066 -0.015759865 0.681868076 -0.991409540 0.115206927 -0.061924100 21.131500244\n-0.057592392 0.024738925 0.998033702 147.506393433 0.116490528 0.993030608 -0.017892739 0.672597885 -0.991520703 0.115230978 -0.060072899 21.093261719\n-0.055820823 0.025960717 0.998103321 148.386154175 0.117792085 0.992851973 -0.019236401 0.662119389 -0.991468251 0.116494872 -0.058479786 21.044708252\n-0.054278970 0.024575036 0.998223484 149.270141602 0.119765952 0.992640316 -0.017925257 0.645135403 -0.991317391 0.118580207 -0.056822777 20.993087769\n-0.052946210 0.025555909 0.998270333 150.143096924 0.120938256 0.992478311 -0.018993316 0.627725124 -0.991247058 0.119723447 -0.055638671 20.945938110\n-0.050999045 0.027759349 0.998312771 151.018707275 0.120545439 0.992476285 -0.021438962 0.615806580 -0.991396904 0.119248696 -0.053961635 20.905258179\n-0.049744487 0.027340038 0.998387754 151.888610840 0.119078815 0.992657363 -0.021250037 0.602178574 -0.991637945 0.117829755 -0.052634835 20.862182617\n-0.048103333 0.026390024 0.998493731 152.754379272 0.117919616 0.992810309 -0.020558931 0.586502552 -0.991857409 0.116753042 -0.050869346 20.822814941\n-0.046751738 0.026990427 0.998541832 153.626739502 0.116495997 0.992960930 -0.021385223 0.570119858 -0.992090225 0.115326330 -0.049566984 20.790100098\n-0.045887947 0.027905233 0.998556852 154.485565186 0.115090109 0.993101001 -0.022463895 0.556633949 -0.992294669 0.113893189 -0.048782945 20.757186890\n-0.044078112 0.029000998 0.998607159 155.340637207 0.112851247 0.993325233 -0.023866411 0.538210869 -0.992633820 0.111642070 -0.047056675 20.722518921\n-0.041666150 0.030238863 0.998673916 156.205841064 0.114333652 0.993120193 -0.025300527 0.520803452 -0.992568314 0.113127850 -0.044836879 20.684875488\n-0.038047433 0.031164484 0.998789907 157.059783936 0.118017152 0.992658496 -0.026477490 0.505140781 -0.992282450 0.116866939 -0.041445971 20.649520874\n-0.033274531 0.031028837 0.998964608 157.919586182 0.118698612 0.992566526 -0.026876394 0.490284443 -0.992372751 0.117681406 -0.036710262 20.615036011\n-0.028095484 0.031366415 0.999113023 158.773406982 0.116123028 0.992842793 -0.027904138 0.469874859 -0.992837429 0.115236044 -0.031536698 20.588806152\n-0.023257494 0.034009282 0.999150932 159.628997803 0.113333486 0.993068159 -0.031164156 0.439483643 -0.993284822 0.112512454 -0.026950717 20.580566406\n-0.018772602 0.037767429 0.999110281 160.477890015 0.110960484 0.993192077 -0.035458855 0.418748856 -0.993647575 0.110196099 -0.022835493 20.573501587\n-0.014393687 0.038368154 0.999160051 161.332977295 0.109462701 0.993318081 -0.036566928 0.400261641 -0.993886769 0.108844422 -0.018497348 20.559249878\n-0.010172009 0.034706108 0.999345899 162.195571899 0.107359894 0.993658483 -0.033415835 0.372444868 -0.994168282 0.106949762 -0.013833523 20.560638428\n-0.005874991 0.034527153 0.999386668 163.048889160 0.102942169 0.994114935 -0.033739891 0.348009348 -0.994670153 0.102680802 -0.009394646 20.561889648\n-0.002066135 0.037140004 0.999308109 163.906707764 0.101546131 0.994152248 -0.036738444 0.318415165 -0.994828880 0.101399951 -0.005825520 20.566680908\n0.001189888 0.041962635 0.999118447 164.760467529 0.098874696 0.994218469 -0.041874584 0.295210123 -0.995099187 0.098837353 -0.002966046 20.573791504\n0.002872288 0.043585602 0.999045551 165.637466431 0.095870808 0.994435787 -0.043660123 0.267742395 -0.995389640 0.095904708 -0.001322269 20.595947266\n0.004456341 0.039065890 0.999226809 166.482971191 0.092847787 0.994903982 -0.039310977 0.239738941 -0.995670438 0.092951171 0.000806451 20.591018677\n0.005318463 0.035633776 0.999350846 167.343750000 0.087391295 0.995524704 -0.035962448 0.209307194 -0.996159971 0.087525822 0.002180576 20.599731445\n0.005272090 0.033618681 0.999420941 168.200454712 0.087520622 0.995583951 -0.033951309 0.183262825 -0.996148825 0.087648928 0.002306461 20.605499268\n0.004980326 0.038227443 0.999256670 169.059860229 0.088127457 0.995364249 -0.038517769 0.158580303 -0.996096790 0.088253781 0.001588345 20.616271973\n0.003451347 0.041422959 0.999135792 169.912979126 0.089452811 0.995123386 -0.041565612 0.132945299 -0.995985091 0.089518957 -0.000270844 20.619262695\n0.001325786 0.042098958 0.999112666 170.772125244 0.090249173 0.995031238 -0.042046752 0.097183466 -0.995918393 0.090224832 -0.002480149 20.619171143\n-0.001380205 0.042521596 0.999094605 171.654495239 0.089127690 0.995124578 -0.042229500 0.064485550 -0.996019304 0.088988706 -0.005163431 20.622390747\n-0.005653977 0.043172829 0.999051690 172.510498047 0.087727867 0.995236933 -0.042511512 0.035130262 -0.996128500 0.087404318 -0.009414434 20.623962402\n-0.011753321 0.042450134 0.999029458 173.384246826 0.081709430 0.995797992 -0.041351531 0.007370830 -0.996586859 0.081144109 -0.015172601 20.623275757\n-0.020398259 0.040202685 0.998983383 174.245910645 0.079068460 0.996126473 -0.038473219 -0.024258852 -0.996660531 0.078203283 -0.023498058 20.619674683\n-0.028441310 0.038938690 0.998836756 175.102142334 0.079216309 0.996186078 -0.036579717 -0.054329634 -0.996451676 0.078083783 -0.031417370 20.573257446\n-0.037637353 0.039597724 0.998506665 175.954193115 0.079009160 0.996204436 -0.036528289 -0.078613758 -0.996163189 0.077516340 -0.040623069 20.537338257\n-0.047389627 0.039549842 0.998093247 176.815444946 0.082219034 0.995979607 -0.035562322 -0.107553005 -0.995487034 0.080376975 -0.050450921 20.492523193\n-0.057236910 0.039574564 0.997576118 177.661682129 0.086493462 0.995653629 -0.034535684 -0.129559994 -0.994607031 0.084307097 -0.060410976 20.442687988\n-0.066159844 0.039521009 0.997026205 178.524200439 0.090417817 0.995341837 -0.033454385 -0.154784679 -0.993704081 0.087935582 -0.069425106 20.371292114\n-0.075592160 0.040874738 0.996300697 179.376342773 0.093400083 0.995056868 -0.033737190 -0.183001518 -0.992754877 0.090504311 -0.079036117 20.301239014\n-0.084319830 0.043723788 0.995479107 180.222213745 0.095198765 0.994820416 -0.035631269 -0.209410429 -0.991880834 0.091763951 -0.088045597 20.215911865\n-0.094128489 0.047847122 0.994409680 181.066162109 0.097233206 0.994510949 -0.038648140 -0.235255957 -0.990800500 0.093051746 -0.098264098 20.138275146\n-0.102624059 0.051477145 0.993387341 181.916091919 0.097702093 0.994352818 -0.041433848 -0.256788135 -0.989910364 0.092803910 -0.107073903 20.043289185\n-0.110854387 0.052746400 0.992436051 182.790557861 0.098420843 0.994264483 -0.041850060 -0.284291029 -0.988951385 0.093037128 -0.115409970 19.947631836\n-0.117885709 0.051933009 0.991668284 183.654083252 0.100762963 0.994102716 -0.040082186 -0.309247613 -0.987901747 0.095198311 -0.122423530 19.838775635\n-0.124339700 0.050438810 0.990957081 184.521224976 0.103559799 0.993912458 -0.037595164 -0.331981182 -0.986820817 0.097948737 -0.128806233 19.730697632\n-0.128632307 0.048667561 0.990497470 185.418319702 0.106976561 0.993647814 -0.034929708 -0.359508991 -0.985905588 0.101466924 -0.133021474 19.603363037\n-0.131524324 0.047426302 0.990177929 186.296188354 0.109445192 0.993443370 -0.033045236 -0.382013321 -0.985252917 0.104023963 -0.135852456 19.474227905\n-0.134845734 0.046173904 0.989790261 187.173736572 0.112895198 0.993124783 -0.030949008 -0.403764963 -0.984414279 0.107569218 -0.139131427 19.348297119\n-0.137730241 0.045817647 0.989409506 188.068161011 0.116368614 0.992759705 -0.029773768 -0.425275803 -0.983610094 0.111035474 -0.142064691 19.220230103\n-0.139363885 0.046364486 0.989155293 188.951980591 0.119684950 0.992368996 -0.029652515 -0.444841146 -0.982981920 0.114254512 -0.143849492 19.079162598\n-0.140892506 0.047549348 0.988882542 189.837417603 0.123537049 0.991883576 -0.030092549 -0.463635921 -0.982287228 0.117923804 -0.145623088 18.945983887\n-0.141785145 0.049446911 0.988661706 190.770797729 0.127248734 0.991375804 -0.031333756 -0.485044479 -0.981684625 0.121363290 -0.146854520 18.806594849\n-0.143199444 0.051370945 0.988359809 191.666824341 0.129202887 0.991075814 -0.032792445 -0.504780293 -0.981224060 0.123003073 -0.148558736 18.669387817\n-0.143955350 0.052716069 0.988179266 192.571609497 0.130599558 0.990857720 -0.033833582 -0.528419495 -0.980928659 0.124185227 -0.149523973 18.529846191\n-0.144606233 0.050694648 0.988189816 193.482986450 0.134015873 0.990487874 -0.031201394 -0.548738956 -0.980371773 0.127921194 -0.150024652 18.395004272\n-0.143887639 0.047962137 0.988431096 194.427597046 0.137166351 0.990149975 -0.028077995 -0.567926407 -0.980041683 0.131539404 -0.149049163 18.243103027\n-0.144169688 0.045228098 0.988518894 195.341674805 0.138391674 0.990059078 -0.025114959 -0.592651844 -0.979828000 0.133181959 -0.148995757 18.103637695\n-0.143803477 0.046598461 0.988508642 196.274414062 0.139635265 0.989852369 -0.026348352 -0.606462002 -0.979705453 0.134241670 -0.148851037 17.960830688\n-0.143630505 0.047539134 0.988489032 197.210281372 0.141371906 0.989586949 -0.027050184 -0.623568058 -0.979481757 0.135859340 -0.148855567 17.822967529\n-0.144080639 0.046918813 0.988453090 198.189270020 0.140084684 0.989783168 -0.026562687 -0.646265030 -0.979600549 0.134639964 -0.149181247 17.703689575\n-0.145169616 0.044276398 0.988415718 199.116928101 0.138903603 0.990016341 -0.023947200 -0.659688950 -0.979607999 0.133818090 -0.149870396 17.562591553\n-0.145961285 0.043285463 0.988343060 200.054946899 0.139873713 0.989909172 -0.022697126 -0.673725605 -0.979352295 0.134930283 -0.150542974 17.404129028\n-0.149197459 0.045265216 0.987770796 201.003173828 0.141711444 0.989618361 -0.023945143 -0.691732883 -0.978600025 0.136405870 -0.154063106 17.274444580\n-0.151391625 0.050058428 0.987205565 201.929168701 0.141322106 0.989553213 -0.028505204 -0.708287716 -0.978319347 0.135198504 -0.156884432 17.128768921\n-0.153264642 0.053029809 0.986761212 202.865142822 0.143379301 0.989185631 -0.030890293 -0.726866245 -0.977728069 0.136746749 -0.159210563 16.973831177\n-0.155773044 0.053374954 0.986349761 203.776031494 0.144114047 0.989082813 -0.030763092 -0.749038696 -0.977223575 0.137354806 -0.161764503 16.836364746\n-0.158817530 0.049802851 0.986050904 204.708221436 0.140904516 0.989646971 -0.027289772 -0.769083500 -0.977201462 0.134604946 -0.164190650 16.687026978\n-0.161603451 0.048327606 0.985671759 205.636138916 0.132061765 0.990875602 -0.026930878 -0.792793751 -0.977979600 0.125817433 -0.166511178 16.545989990\n-0.163973331 0.053194605 0.985029519 206.597763062 0.124641471 0.991659403 -0.032804154 -0.824621201 -0.978558779 0.117396519 -0.169235945 16.401870728\n-0.166457534 0.063304551 0.984014511 207.520614624 0.119749092 0.991848469 -0.043551590 -0.847433329 -0.978750348 0.110585354 -0.172681212 16.246566772\n-0.170190334 0.070225030 0.982905924 208.450225830 0.113905862 0.992173195 -0.051164351 -0.886296034 -0.978805900 0.103251062 -0.176857233 16.104492188\n-0.173004985 0.070709765 0.982379436 209.374313354 0.108361483 0.992731094 -0.052371517 -0.923308015 -0.978941798 0.097391561 -0.179409623 15.948486328\n-0.174939990 0.066013910 0.982363522 210.310607910 0.107589774 0.993056536 -0.047572806 -0.963964343 -0.978682935 0.097369887 -0.180827737 15.780761719\n-0.176693201 0.062108174 0.982304513 211.269088745 0.110108957 0.992989898 -0.042977795 -1.010620594 -0.978087723 0.100566633 -0.182293296 15.612442017\n-0.178291917 0.062103208 0.982015967 212.206909180 0.113412432 0.992651999 -0.042185020 -1.042865396 -0.977419972 0.103851557 -0.184025049 15.437561035\n-0.179833174 0.061526962 0.981771111 213.143447876 0.114337243 0.992584765 -0.041261256 -1.077365756 -0.977029741 0.104832865 -0.185534477 15.265670776\n-0.180862784 0.060836270 0.981625199 214.069061279 0.114363432 0.992615283 -0.040446147 -1.110641837 -0.976836801 0.104946814 -0.186484575 15.092300415\n-0.181930065 0.059243932 0.981525183 215.002227783 0.114512131 0.992668092 -0.038691178 -1.142599821 -0.976620913 0.105357446 -0.187380314 14.919616699\n-0.183139086 0.059503868 0.981284559 215.930740356 0.114225864 0.992693782 -0.038877502 -1.174287081 -0.976428449 0.104968078 -0.188597918 14.746734619\n-0.184230804 0.059838243 0.981059849 216.862945557 0.114619114 0.992642879 -0.039020691 -1.204054356 -0.976176977 0.105259396 -0.189733982 14.572219849\n-0.184711814 0.063158877 0.980761290 217.789184570 0.116382651 0.992316663 -0.041984089 -1.234485507 -0.975877464 0.106388636 -0.190643191 14.393463135\n-0.184339643 0.063949883 0.980780125 218.713973999 0.119830057 0.991899133 -0.042152595 -1.266121149 -0.975530624 0.109756529 -0.190509439 14.201156616\n-0.183403850 0.066361271 0.980795205 219.647384644 0.124337681 0.991271913 -0.043819599 -1.302216053 -0.975142658 0.113913111 -0.190054297 14.022598267\n-0.181049347 0.065365553 0.981299400 220.575988770 0.128834054 0.990766764 -0.042226359 -1.337275028 -0.974998951 0.118779726 -0.187798977 13.837875366\n-0.178153634 0.065898262 0.981793761 221.517944336 0.132270336 0.990303516 -0.042468041 -1.367386818 -0.975072384 0.122296341 -0.185142636 13.666290283\n-0.174894929 0.064568788 0.982467771 222.443786621 0.133038849 0.990245938 -0.041396957 -1.394363642 -0.975557625 0.123466253 -0.181779146 13.495422363\n-0.171621561 0.064979091 0.983017743 223.383697510 0.133699462 0.990126967 -0.042106915 -1.429877520 -0.976048470 0.124202482 -0.178614736 13.329635620\n-0.167914510 0.064580902 0.983684063 224.312240601 0.132526249 0.990272582 -0.042391289 -1.458271742 -0.976853013 0.123245843 -0.174839854 13.169677734\n-0.164181828 0.064431906 0.984323442 225.249862671 0.131094769 0.990438342 -0.042966001 -1.496831417 -0.977680027 0.121985428 -0.171058655 13.023040771\n-0.159886360 0.064142898 0.985049307 226.192230225 0.130412370 0.990512490 -0.043331008 -1.540875673 -0.978483021 0.121534571 -0.166734457 12.868988037\n-0.155299544 0.064458840 0.985762239 227.124694824 0.129858896 0.990541756 -0.044313081 -1.573796511 -0.979295075 0.121128194 -0.162201166 12.715087891\n-0.151792765 0.063360877 0.986379683 228.063842773 0.129210651 0.990651548 -0.043751251 -1.611027718 -0.979930639 0.120809622 -0.158560634 12.584106445\n-0.147349715 0.062328730 0.987118661 229.018768311 0.129532635 0.990633011 -0.043214977 -1.649202824 -0.980565846 0.121496364 -0.154043078 12.435333252\n-0.143260717 0.060324781 0.987844825 229.970672607 0.127703890 0.990922987 -0.041992698 -1.677689552 -0.981411338 0.120135717 -0.149664044 12.297729492\n-0.139847159 0.058101915 0.988467157 230.912658691 0.126257330 0.991174579 -0.040398356 -1.714895725 -0.982090771 0.119151622 -0.145948648 12.164215088\n-0.136973143 0.057373274 0.988911867 231.869567871 0.126100630 0.991209030 -0.040040474 -1.750016212 -0.982515633 0.119217925 -0.143003821 12.027038574\n-0.134614110 0.059115417 0.989133239 232.826507568 0.124722473 0.991290808 -0.042270519 -1.785530567 -0.983017504 0.117676929 -0.140814662 11.893066406\n-0.132716298 0.061379790 0.989251792 233.782165527 0.124673605 0.991187036 -0.044773892 -1.818181515 -0.983281791 0.117391355 -0.139199138 11.759124756\n-0.130976200 0.064449772 0.989288449 234.731964111 0.125436723 0.990942180 -0.047950409 -1.854653120 -0.983418047 0.117812730 -0.137874246 11.641754150\n-0.129490256 0.063371852 0.989553690 235.690841675 0.127086282 0.990786016 -0.046820637 -1.888779163 -0.983403087 0.119695880 -0.136350870 11.509948730\n-0.128026962 0.063640982 0.989726722 236.652496338 0.129344732 0.990487158 -0.046958387 -1.931193352 -0.983300149 0.122003995 -0.135040641 11.382659912\n-0.126397491 0.064294592 0.989893913 237.617614746 0.129912466 0.990375638 -0.047737632 -1.975653648 -0.983436108 0.122565635 -0.133533716 11.252868652\n-0.124607086 0.065817460 0.990020931 238.577087402 0.130630538 0.990200222 -0.049387850 -2.013197899 -0.983569562 0.123172887 -0.131983757 11.128295898\n-0.122160912 0.066001579 0.990313411 239.550506592 0.129830733 0.990275502 -0.049983691 -2.048595905 -0.983982086 0.122467056 -0.129541993 11.005065918\n-0.120579839 0.064126156 0.990630269 240.513885498 0.127679348 0.990624785 -0.048584629 -2.094944477 -0.984458447 0.120624706 -0.127636909 10.893585205\n-0.118470669 0.061806627 0.991032124 241.476531982 0.126828298 0.990827918 -0.046632499 -2.136013985 -0.984824479 0.120166332 -0.125222802 10.778930664\n-0.116152763 0.061513267 0.991324782 242.437744141 0.127028629 0.990803957 -0.046597108 -2.173919678 -0.985074818 0.120514229 -0.122898579 10.664978027\n-0.114115357 0.064389244 0.991378844 243.407196045 0.128043592 0.990527689 -0.049595192 -2.217674732 -0.985181630 0.121280126 -0.121279001 10.551208496\n-0.112777948 0.066395141 0.991399527 244.369384766 0.127916276 0.990432382 -0.051779110 -2.259551048 -0.985352099 0.120976597 -0.120191932 10.437683105\n-0.111881018 0.069281526 0.991303563 245.334960938 0.127643973 0.990304708 -0.054805499 -2.308412552 -0.985489547 0.120402232 -0.119639635 10.328796387\n-0.110985279 0.069591865 0.991382480 246.324081421 0.125947431 0.990487158 -0.055429209 -2.349575281 -0.985809088 0.118710257 -0.118694425 10.217712402\n-0.110394835 0.068508491 0.991523981 247.297241211 0.126285836 0.990502417 -0.054377448 -2.395266056 -0.985832214 0.119212441 -0.117998004 10.111206055\n-0.108863711 0.065447479 0.991899908 248.275909424 0.126752213 0.990599215 -0.051450260 -2.439262390 -0.985942543 0.120124444 -0.116135955 9.993804932\n-0.107298613 0.064509600 0.992131948 249.268280029 0.128186047 0.990461648 -0.050537761 -2.484980583 -0.985928833 0.121754833 -0.114544392 9.885070801\n-0.105521321 0.063518375 0.992386341 250.254211426 0.130454734 0.990217388 -0.049508180 -2.524191856 -0.985822916 0.124237336 -0.112775326 9.778106689\n-0.102953672 0.063853808 0.992634535 251.246337891 0.131945744 0.989995182 -0.049998935 -2.565302372 -0.985895991 0.125826329 -0.110348821 9.672546387\n-0.100944042 0.062074572 0.992953658 252.238281250 0.131424129 0.990137219 -0.048537880 -2.608710766 -0.986173391 0.125598475 -0.108106494 9.571258545\n-0.098159671 0.065596744 0.993006408 253.217666626 0.131089777 0.989982665 -0.052438650 -2.651968956 -0.986498952 0.125025630 -0.105775476 9.470794678\n-0.095351100 0.067802519 0.993131936 254.232315063 0.131694391 0.989767373 -0.054928768 -2.696303844 -0.986693859 0.125552386 -0.103304625 9.361450195\n-0.093550801 0.069686510 0.993172824 255.243515015 0.129765719 0.989891529 -0.057233170 -2.743259907 -0.987121761 0.123525575 -0.101647973 9.275390625\n-0.091055274 0.067975998 0.993523180 256.249511719 0.127803534 0.990215182 -0.056036629 -2.790872097 -0.987610877 0.121873342 -0.098851919 9.181182861\n-0.088987470 0.067354843 0.993752956 257.255645752 0.127171427 0.990313649 -0.055733971 -2.840849876 -0.987881064 0.121417344 -0.096691132 9.088592529\n-0.086836219 0.066335611 0.994011760 258.266754150 0.126034036 0.990495026 -0.055090699 -2.893701553 -0.988218188 0.120495439 -0.094371319 8.995147705\n-0.085901022 0.067434922 0.994019032 259.306976318 0.123907164 0.990683913 -0.056500897 -2.942291260 -0.988568783 0.118312582 -0.093456388 8.910125732\n-0.086017728 0.068314075 0.993948877 260.319488525 0.123196617 0.990719080 -0.057430509 -2.993570805 -0.988647461 0.117511094 -0.093635440 8.820007324\n-0.085250020 0.069768831 0.993913889 261.324218750 0.122420609 0.990720451 -0.059044398 -3.043919563 -0.988810241 0.116642006 -0.093000054 8.721038818\n-0.085263133 0.070187561 0.993883431 262.368225098 0.122613199 0.990672827 -0.059442140 -3.096324444 -0.988785386 0.116794996 -0.093073726 8.635498047\n-0.084780335 0.069843985 0.993948758 263.399261475 0.122091435 0.990751445 -0.059205346 -3.146010876 -0.988891304 0.116333187 -0.092523575 8.545593262\n-0.084811926 0.069845170 0.993946075 264.421630859 0.122115657 0.990748763 -0.059200570 -3.196704865 -0.988885701 0.116355456 -0.092556477 8.460052490\n-0.084501505 0.070550114 0.993922591 265.458648682 0.121263191 0.990804195 -0.060019176 -3.255620480 -0.989017010 0.115454517 -0.092279673 8.372711182\n-0.083741069 0.071193211 0.993941307 266.490966797 0.123395436 0.990508497 -0.060551107 -3.306548595 -0.988818169 0.117577195 -0.091731191 8.284545898\n-0.083225012 0.074076965 0.993773818 267.497192383 0.123512492 0.990310848 -0.063475117 -3.365350246 -0.988847017 0.117460750 -0.091568112 8.191345215\n-0.083113313 0.073332682 0.993838251 268.530731201 0.125757068 0.990087867 -0.062539063 -3.421648502 -0.988573372 0.119784355 -0.091511607 8.098815918\n-0.082882166 0.070611842 0.994054735 269.554534912 0.130348310 0.989685297 -0.059433330 -3.476956844 -0.987998068 0.124647379 -0.091231346 8.008850098\n-0.082756877 0.069298215 0.994157612 270.567443848 0.128669456 0.989972591 -0.058295671 -3.534609795 -0.988228559 0.123093352 -0.090843558 7.924316406\n-0.082650661 0.074169047 0.993814945 271.561126709 0.130709544 0.989418864 -0.062970534 -3.590661526 -0.987969756 0.124696538 -0.091470718 7.835540771\n-0.081920147 0.080074541 0.993416846 272.574890137 0.132100478 0.988844931 -0.068812609 -3.648791790 -0.987845361 0.125593707 -0.091584206 7.737640381\n-0.081968069 0.081399135 0.993305266 273.579376221 0.130223602 0.988989294 -0.070299327 -3.711059093 -0.988090575 0.123589501 -0.091665626 7.646972656\n-0.081758380 0.078533679 0.993553221 274.582519531 0.127646476 0.989505827 -0.067709856 -3.774564028 -0.988444209 0.121287711 -0.090924978 7.561614990\n-0.081376433 0.078460656 0.993590355 275.591278076 0.127124652 0.989571512 -0.067731604 -3.839570522 -0.988542974 0.120798066 -0.090502024 7.476776123\n-0.081157088 0.079857655 0.993497014 276.582550049 0.125090465 0.989719629 -0.069335602 -3.898725271 -0.988820493 0.118649922 -0.090312123 7.391387939\n-0.081187129 0.081688717 0.993345737 277.584259033 0.125391796 0.989554286 -0.071128540 -3.965233088 -0.988779902 0.118782684 -0.090582132 7.302856445\n-0.082683325 0.081869952 0.993207335 278.574615479 0.121671043 0.989993572 -0.071476094 -4.028135777 -0.989120662 0.114934698 -0.091817141 7.219482422\n-0.085840344 0.081639290 0.992958665 279.561157227 0.120555967 0.990165114 -0.070987701 -4.091914177 -0.988988459 0.113613479 -0.094838142 7.136535645\n-0.087624550 0.082721472 0.992713153 280.591979980 0.121838644 0.989954114 -0.071737185 -4.158506393 -0.988674700 0.114664882 -0.096822858 7.032623291\n-0.090765595 0.085064352 0.992232740 281.587707520 0.122699112 0.989709258 -0.073623993 -4.225625992 -0.988284767 0.115063548 -0.100268841 6.938232422\n-0.092439890 0.086793311 0.991928339 282.591217041 0.124211006 0.989417434 -0.074998133 -4.287656784 -0.987940550 0.116275601 -0.102242351 6.831787109\n-0.093671322 0.086487889 0.991839528 283.599670410 0.125873655 0.989254355 -0.074374720 -4.357069969 -0.987614095 0.117879681 -0.103551269 6.727050781\n-0.094437242 0.086098023 0.991800785 284.619995117 0.126145944 0.989257812 -0.073865913 -4.424526215 -0.987506390 0.118135944 -0.104283690 6.629486084\n-0.094606638 0.086240850 0.991772175 285.612396240 0.127408430 0.989096880 -0.073854528 -4.489896774 -0.987327993 0.119373016 -0.104562998 6.529479980\n-0.093770862 0.087477177 0.991743326 286.601623535 0.126996577 0.989046037 -0.075231560 -4.551964760 -0.987460852 0.118893482 -0.103852987 6.431640625\n-0.092673302 0.088336758 0.991770387 287.603942871 0.126557916 0.989023030 -0.076266214 -4.626178265 -0.987620890 0.118448548 -0.102835774 6.329589844\n-0.092377067 0.089578234 0.991686642 288.584960938 0.125975177 0.988993645 -0.077600211 -4.694589615 -0.987723053 0.117759407 -0.102645040 6.230468750\n-0.091631055 0.091023557 0.991624177 289.594665527 0.124131866 0.989090264 -0.079320565 -4.761781693 -0.988025844 0.115823939 -0.101930261 6.142852783\n-0.090999484 0.092255980 0.991568565 290.580718994 0.123048186 0.989111245 -0.080734842 -4.832932949 -0.988219857 0.114663877 -0.101360559 6.046020508\n-0.090073824 0.093642250 0.991523147 291.564941406 0.122994229 0.988994777 -0.082230210 -4.905971527 -0.988311410 0.114544831 -0.100600004 5.943817139\n-0.089862585 0.095763788 0.991339564 292.574890137 0.122948721 0.988819718 -0.084375367 -4.983465195 -0.988336205 0.114301741 -0.100631833 5.851654053\n-0.089261293 0.096078366 0.991363406 293.559356689 0.122794226 0.988804817 -0.084774151 -5.057720661 -0.988409877 0.114166655 -0.100059867 5.752197266\n-0.088639379 0.096590996 0.991369367 294.570587158 0.122280449 0.988813877 -0.085408777 -5.134799480 -0.988529503 0.113654502 -0.099459052 5.660400391\n-0.088331223 0.095670819 0.991486311 295.563934326 0.121524677 0.988976359 -0.084602058 -5.211353302 -0.988650441 0.113017038 -0.098983884 5.565734863\n-0.087975860 0.095834300 0.991501987 296.540985107 0.120613411 0.989062667 -0.084896527 -5.288084984 -0.988793612 0.112119593 -0.098572493 5.473968506\n-0.087549448 0.095240489 0.991596878 297.555358887 0.120035827 0.989174604 -0.084409706 -5.371992588 -0.988901615 0.111637130 -0.098033905 5.382324219\n-0.087127686 0.095775843 0.991582632 298.536499023 0.120500743 0.989072204 -0.084945321 -5.450521946 -0.988882542 0.112085342 -0.097716689 5.288696289\n-0.086839437 0.094733730 0.991707981 299.513244629 0.118674353 0.989363730 -0.084118053 -5.526405811 -0.989128709 0.110385537 -0.097158194 5.201232910\n-0.086561918 0.093563929 0.991843104 300.521728516 0.116495296 0.989700675 -0.083194837 -5.610541821 -0.989411831 0.108343564 -0.096570134 5.115020752\n-0.084548473 0.091545738 0.992205203 301.486999512 0.117951788 0.989688694 -0.081262596 -5.686037540 -0.989413559 0.110161744 -0.094474673 5.023284912\n-0.082302213 0.095061705 0.992063463 302.474700928 0.120912492 0.989039481 -0.084740989 -5.764541626 -0.989245594 0.112978488 -0.092894316 4.927551270\n-0.080073833 0.097509235 0.992008090 303.435913086 0.125697479 0.988247097 -0.086993366 -5.833746433 -0.988831758 0.117727019 -0.091389418 4.839294434\n-0.078118205 0.102682658 0.991641998 304.381195068 0.126598075 0.987650871 -0.092296429 -5.918514729 -0.988873363 0.118329950 -0.090152860 4.752014160\n-0.077268362 0.105777331 0.991383433 305.341003418 0.126933694 0.987308085 -0.095449336 -5.997971058 -0.988897264 0.118464746 -0.089714408 4.667327881\n-0.075712562 0.107317008 0.991338015 306.272583008 0.128498226 0.986951709 -0.097028270 -6.080496311 -0.988815546 0.120038912 -0.088514686 4.577758789\n-0.075039387 0.103242025 0.991821647 307.238006592 0.127927661 0.987403810 -0.093103386 -6.170733452 -0.988940656 0.119895004 -0.087301731 4.498260498\n-0.074977160 0.100758135 0.992081702 308.167053223 0.125023499 0.987981558 -0.090892978 -6.250653267 -0.989316642 0.117218629 -0.086673260 4.421051025\n-0.074789166 0.097714253 0.992400348 309.132171631 0.121673875 0.988645852 -0.088175006 -6.334136009 -0.989748478 0.114154667 -0.085829258 4.349700928\n-0.074228406 0.098011054 0.992413282 310.055938721 0.117859744 0.989046216 -0.088863112 -6.420299530 -0.990252197 0.110369399 -0.084966898 4.271026611\n-0.073837161 0.100268766 0.992216885 310.983398438 0.115639597 0.989082038 -0.091346510 -6.496387959 -0.990543127 0.107994802 -0.084626079 4.204254150\n-0.073712230 0.101366960 0.992114604 311.910034180 0.116497569 0.988885224 -0.092381477 -6.580304146 -0.990451872 0.108769305 -0.084701896 4.132781982\n-0.073251009 0.099942259 0.992293298 312.823089600 0.116506107 0.989011288 -0.091011234 -6.656765461 -0.990485132 0.108941562 -0.084089994 4.045684814\n-0.073189855 0.098065123 0.992485106 313.742340088 0.117094114 0.989116073 -0.089097261 -6.733232975 -0.990420282 0.109693140 -0.083876133 3.958068848\n-0.073765039 0.098418146 0.992407441 314.635711670 0.118532926 0.988929749 -0.089262776 -6.809675217 -0.990206361 0.111048490 -0.084614277 3.896423340\n-0.073708177 0.097703367 0.992482424 315.557128906 0.119999126 0.988827586 -0.088431686 -6.883209705 -0.990034103 0.112578876 -0.084609032 3.810913086\n-0.074018002 0.095339470 0.992689133 316.444458008 0.121428259 0.988874674 -0.085919052 -6.950173378 -0.989836633 0.114180960 -0.084771395 3.736297607\n-0.073745728 0.093943909 0.992842495 317.341918945 0.121991485 0.988926589 -0.084512189 -7.027752876 -0.989787757 0.114885919 -0.084389448 3.649566650\n-0.073912740 0.096464276 0.992588282 318.205780029 0.120256513 0.988909960 -0.087151930 -7.092020512 -0.989987493 0.112923563 -0.084693551 3.589141846\n-0.073310733 0.098084241 0.992474258 319.091613770 0.120550379 0.988726735 -0.088809237 -7.160214424 -0.989996612 0.113132477 -0.084308386 3.517486572\n-0.072490931 0.094632544 0.992869556 319.973876953 0.123530008 0.988675356 -0.085213691 -7.227079391 -0.989689648 0.116471961 -0.083359957 3.441802979\n-0.070545435 0.089189984 0.993513286 320.846038818 0.126281947 0.988779604 -0.079798274 -7.290761948 -0.989482939 0.119833387 -0.081017017 3.368774414\n-0.068292379 0.085763089 0.993972421 321.739166260 0.125452384 0.989128351 -0.076725766 -7.365985394 -0.989746511 0.119456418 -0.078309059 3.318389893\n-0.064842463 0.086751282 0.994117677 322.589874268 0.124333173 0.989153564 -0.078208342 -7.428146362 -0.990119696 0.118530579 -0.074925184 3.253570557\n-0.060934305 0.091507062 0.993938506 323.428558350 0.125550330 0.988582492 -0.083317019 -7.493040085 -0.990214348 0.119712442 -0.071727395 3.188598633\n-0.056915641 0.091917306 0.994138777 324.279418945 0.125777170 0.988479435 -0.084193163 -7.567886353 -0.990424514 0.120248049 -0.067821026 3.147338867\n-0.052442670 0.086546816 0.994866669 325.103027344 0.123631172 0.989136040 -0.079531312 -7.633043766 -0.990941644 0.118825689 -0.062572837 3.093505859\n-0.048483491 0.078510940 0.995733619 325.917938232 0.120151401 0.990125299 -0.072218433 -7.695721149 -0.991571009 0.116137393 -0.057437897 3.055633545\n-0.044277191 0.072461508 0.996388018 326.726409912 0.117853634 0.990780532 -0.066816591 -7.757214546 -0.992043436 0.114469491 -0.052408814 3.027618408\n-0.039634585 0.068453923 0.996866763 327.510986328 0.116421580 0.991172075 -0.063434057 -7.805099010 -0.992408812 0.113542616 -0.047254205 2.987213135\n-0.036324739 0.065528415 0.997189343 328.285888672 0.114274703 0.991574824 -0.060996771 -7.857986450 -0.992784858 0.111737818 -0.043506980 2.966522217\n-0.033647656 0.062561452 0.997473836 329.043212891 0.112982497 0.991879284 -0.058399353 -7.902682304 -0.993027151 0.110732079 -0.040442824 2.942657471\n-0.032169938 0.059567969 0.997705758 329.816772461 0.110444471 0.992321074 -0.055685330 -7.950564861 -0.993361533 0.108399697 -0.038501859 2.926086426\n-0.031576872 0.055984888 0.997932255 330.552429199 0.108640298 0.992706776 -0.052254118 -7.988444805 -0.993579566 0.106765628 -0.037428856 2.900024414\n-0.032395840 0.052832581 0.998077869 331.270446777 0.105650388 0.993188202 -0.049144540 -8.030265808 -0.993875623 0.103855230 -0.037756920 2.877014160\n-0.035207391 0.050214406 0.998117864 331.998992920 0.104881980 0.993407309 -0.046277869 -8.068980217 -0.993861437 0.103055246 -0.040241838 2.858306885\n-0.038905621 0.048929606 0.998044312 332.691925049 0.104239583 0.993549645 -0.044645820 -8.095430374 -0.993791044 0.102298744 -0.043755054 2.822540283\n-0.044627547 0.049310897 0.997786105 333.387695312 0.104323015 0.993550301 -0.044435576 -8.132117271 -0.993541837 0.102109000 -0.049483895 2.793884277\n-0.050851941 0.048799932 0.997513235 334.051208496 0.104190499 0.993614435 -0.043297697 -8.157829285 -0.993256450 0.101729624 -0.055611730 2.754547119\n-0.058082461 0.049086552 0.997104466 334.728942871 0.106353715 0.993410707 -0.042709514 -8.180555344 -0.992630661 0.103565082 -0.062920332 2.711517334\n-0.066144586 0.048098639 0.996650219 335.387329102 0.107936159 0.993321300 -0.040774610 -8.210807800 -0.991955101 0.104877569 -0.070894480 2.657714844\n-0.074522376 0.046219785 0.996147752 336.028259277 0.109694727 0.993243337 -0.037878722 -8.229985237 -0.991167843 0.106449343 -0.079088926 2.602966309\n-0.083114862 0.043469638 0.995591521 336.666229248 0.110986575 0.993236661 -0.034101360 -8.255969048 -0.990340412 0.107662961 -0.087377191 2.544738770\n-0.091251969 0.041333478 0.994969606 337.293395996 0.111894295 0.993236482 -0.030999281 -8.276929855 -0.989521444 0.108502686 -0.095259786 2.480651855\n-0.099543214 0.040153462 0.994222760 337.905822754 0.111524858 0.993339837 -0.028951760 -8.295608521 -0.988763571 0.107998602 -0.103358388 2.419342041\n-0.107456565 0.039078288 0.993441522 338.512573242 0.111729406 0.993372083 -0.026990248 -8.308347702 -0.987911820 0.108096354 -0.111110449 2.346343994\n-0.115072012 0.038183153 0.992623031 339.111938477 0.111766890 0.993413448 -0.025256729 -8.323663712 -0.987049401 0.108036049 -0.118581772 2.269012451\n-0.122743249 0.039011691 0.991671443 339.680664062 0.110800058 0.993518829 -0.025370196 -8.337641716 -0.986234009 0.106763229 -0.126270175 2.197753906\n-0.130189180 0.039701845 0.990694106 340.251525879 0.108695783 0.993746936 -0.025540274 -8.347791672 -0.985513210 0.104359195 -0.133690476 2.116882324\n-0.137477398 0.038912054 0.989740252 340.798736572 0.104086444 0.994263172 -0.024632005 -8.370596886 -0.985020757 0.099632204 -0.140738964 2.048370361\n-0.143333197 0.038641177 0.988919854 341.367980957 0.098785706 0.994805753 -0.024553239 -8.386767387 -0.984731913 0.094171844 -0.146405935 1.974090576\n-0.148513198 0.038554613 0.988158703 341.870239258 0.096357562 0.995049119 -0.024341613 -8.393240929 -0.984204888 0.091601506 -0.151492953 1.905242920\n-0.152163863 0.036152348 0.987693965 342.398254395 0.094692528 0.995266914 -0.021841248 -8.409370422 -0.983808756 0.090203784 -0.154867053 1.825866699\n-0.155177116 0.032579780 0.987349451 342.891540527 0.092282273 0.995563865 -0.018347276 -8.418470383 -0.983567178 0.088267766 -0.157495260 1.760894775\n-0.156240582 0.029372448 0.987282395 343.390930176 0.089264177 0.995887339 -0.015502132 -8.422829628 -0.983677328 0.085706875 -0.158219934 1.672149658\n-0.158067584 0.026420893 0.987074792 343.875244141 0.085393041 0.996262610 -0.012992200 -8.439074516 -0.983729005 0.082235672 -0.159733057 1.608886719\n-0.158617139 0.023053158 0.987071157 344.335388184 0.081094608 0.996653736 -0.010245501 -8.449242592 -0.984004319 0.078421026 -0.159955859 1.547973633\n-0.156785369 0.020062024 0.987429082 344.792480469 0.079692692 0.996790528 -0.007598523 -8.461845398 -0.984412372 0.077499531 -0.157881021 1.478027344\n-0.152709126 0.018530864 0.988097429 345.252685547 0.079228029 0.996835649 -0.006450159 -8.459486008 -0.985090315 0.077300012 -0.153694034 1.408508301\n-0.147039175 0.018065721 0.988965809 345.689392090 0.079486884 0.996815443 -0.006391028 -8.462457657 -0.985931814 0.077670068 -0.148006916 1.343780518\n-0.139095068 0.018011052 0.990115345 346.124877930 0.079937592 0.996775985 -0.006902298 -8.463031769 -0.987047493 0.078187361 -0.140086293 1.287597656\n-0.129610181 0.017587198 0.991409123 346.543945312 0.080287963 0.996745825 -0.007185577 -8.469260216 -0.988309264 0.078666896 -0.130600452 1.238189697\n-0.120691657 0.016771285 0.992548347 346.966217041 0.079200894 0.996832550 -0.007213024 -8.478139877 -0.989525497 0.077740170 -0.121637702 1.199584961\n-0.111929655 0.015762463 0.993591130 347.371398926 0.076630428 0.997033656 -0.007184533 -8.478989601 -0.990757048 0.075335152 -0.112805486 1.165039062\n-0.103465796 0.016077165 0.994503200 347.770172119 0.075121351 0.997139812 -0.008304349 -8.481706619 -0.991792262 0.073849201 -0.104377627 1.133117676\n-0.095326781 0.016855711 0.995303333 348.176269531 0.074787803 0.997152030 -0.009724094 -8.484270096 -0.992632687 0.073509581 -0.096315980 1.107543945\n-0.088093042 0.015675485 0.995989084 348.578704834 0.073979169 0.997217774 -0.009151542 -8.485082626 -0.993361473 0.072876245 -0.089007616 1.081848145\n-0.080965638 0.012591855 0.996637404 348.977600098 0.073348545 0.997284234 -0.006641282 -8.489990234 -0.994014382 0.072564185 -0.081669331 1.061798096\n-0.073327661 0.009165512 0.997265875 349.371734619 0.074475758 0.997215986 -0.003688956 -8.496932030 -0.994523346 0.074001618 -0.073806167 1.046630859\n-0.063025951 0.006870836 0.997988343 349.755004883 0.076324068 0.997080982 -0.002044504 -8.494009018 -0.995089233 0.076041669 -0.063366413 1.030090332\n-0.048744321 0.005260222 0.998797536 350.139282227 0.077784084 0.996969163 -0.001454504 -8.495986938 -0.995778024 0.077619642 -0.049005747 1.017028809\n-0.032082081 0.005696697 0.999468982 350.514038086 0.080557533 0.996745169 -0.003095347 -8.502073288 -0.996233523 0.080415450 -0.032436609 1.021789551\n-0.012349010 0.006477610 0.999902785 350.889923096 0.081757650 0.996637344 -0.005446737 -8.507675171 -0.996575773 0.081682444 -0.012837052 1.034240723\n0.010416269 0.006288217 0.999926090 351.260131836 0.083260939 0.996502221 -0.007134030 -8.507614136 -0.996473491 0.083329082 0.009856284 1.050292969\n0.034878850 0.005498530 0.999376416 351.633941650 0.083926447 0.996436477 -0.008411441 -8.511816978 -0.995861351 0.084167495 0.034293056 1.084503174\n0.062165320 0.005008164 0.998053312 351.989562988 0.085398011 0.996293485 -0.010318486 -8.514683723 -0.994405687 0.085873216 0.061507225 1.129302979\n0.092485309 0.004697675 0.995703042 352.358001709 0.087361194 0.996094286 -0.012814020 -8.521782875 -0.991874278 0.088170908 0.091713727 1.183410645\n0.124128938 0.004742784 0.992254734 352.727386475 0.088267393 0.995971441 -0.015802611 -8.530481339 -0.988332331 0.089545302 0.123210251 1.255706787\n0.157808721 0.005148190 0.987456381 353.097564697 0.087835096 0.995949388 -0.019229693 -8.532505989 -0.983555555 0.089767925 0.156717300 1.344665527\n0.193005979 0.004748389 0.981186152 353.482727051 0.086838417 0.995981634 -0.021901704 -8.538674355 -0.977347374 0.089431807 0.191818118 1.452453613\n0.230240703 0.003562616 0.973127306 353.876495361 0.084808223 0.996115088 -0.023712309 -8.550087929 -0.969431281 0.087988727 0.229044080 1.575927734\n0.268258274 0.002423600 0.963343978 354.269958496 0.083074160 0.996213496 -0.025639601 -8.555284500 -0.959758401 0.086907029 0.267041206 1.720443726\n0.307280421 0.001597485 0.951617658 354.696289062 0.080183655 0.996398926 -0.027564218 -8.559942245 -0.948234856 0.084774129 0.306045771 1.887008667\n0.347127199 -0.001162378 0.937817395 355.107269287 0.079162948 0.996466517 -0.028066602 -8.579253197 -0.934471011 0.083983064 0.345992684 2.058303833\n0.386998713 -0.004799128 0.922067821 355.533691406 0.079392202 0.996446311 -0.028135255 -8.594674110 -0.918656111 0.084093295 0.386004448 2.274993896\n0.427532077 -0.006660470 0.903975725 355.970764160 0.077008061 0.996606350 -0.029077731 -8.601584435 -0.900714338 0.082045071 0.426594138 2.503890991\n0.468306482 -0.004462683 0.883554876 356.376159668 0.069497094 0.997075200 -0.031799167 -8.621030807 -0.880828738 0.076296248 0.467246950 2.756378174\n0.508960545 -0.002911441 0.860784948 356.797393799 0.064922512 0.997275829 -0.035013963 -8.632551193 -0.858338058 0.073705047 0.507763088 3.027328491\n0.548494518 -0.003822414 0.836145461 357.213378906 0.061840951 0.997436345 -0.036006670 -8.646549225 -0.833864212 0.071457490 0.547324777 3.332778931\n0.586117864 -0.006623309 0.810198784 357.618164062 0.060046203 0.997571826 -0.035283849 -8.663512230 -0.807997763 0.069329850 0.585092366 3.662979126\n0.620713592 -0.007971914 0.783996940 358.028991699 0.056453530 0.997807264 -0.034549933 -8.677980423 -0.782002389 0.065705001 0.619802535 4.024429321\n0.649956942 -0.006710896 0.759941399 358.403503418 0.049152143 0.998238564 -0.033223219 -8.696239471 -0.758379877 0.058946412 0.649141908 4.414855957\n0.677207708 -0.005837743 0.735768795 358.807708740 0.042945471 0.998577416 -0.031604446 -8.716086388 -0.734537601 0.053000711 0.676494956 4.822540283\n0.701175332 -0.008685311 0.712935984 359.187683105 0.042782441 0.998636544 -0.029910862 -8.736503601 -0.711704135 0.051473901 0.700590968 5.232292175\n0.721469283 -0.010777421 0.692362607 359.558898926 0.042469971 0.998685181 -0.028709717 -8.753078461 -0.691142857 0.050117794 0.720978379 5.655616760\n0.739370704 -0.010717751 0.673213303 359.921691895 0.041525908 0.998695672 -0.029707177 -8.766768456 -0.672016799 0.049920410 0.738851368 6.086502075\n0.756060958 -0.010643152 0.654414713 360.276672363 0.039788689 0.998765886 -0.029725278 -8.782377243 -0.653290689 0.048512422 0.755551338 6.537322998\n0.772649169 -0.012592200 0.634708405 360.650604248 0.040502086 0.998744190 -0.029489946 -8.800659180 -0.633539975 0.048492394 0.772188842 7.002700806\n0.787765026 -0.015803615 0.615773082 360.999572754 0.043016694 0.998641610 -0.029401904 -8.811644554 -0.614471972 0.049650315 0.787374735 7.470611572\n0.801246881 -0.018900175 0.598035276 361.339294434 0.044159945 0.998643041 -0.027604550 -8.821638107 -0.596702039 0.048527267 0.800994277 7.958847046\n0.812713742 -0.021020712 0.582283914 361.670684814 0.043730844 0.998730958 -0.024982013 -8.838718414 -0.581019819 0.045766987 0.812601626 8.457321167\n0.823332787 -0.025362151 0.566991925 362.019256592 0.045742832 0.998716474 -0.021749832 -8.853889465 -0.565712512 0.043843165 0.823436141 8.972496033\n0.832249343 -0.028498238 0.553668618 362.354064941 0.047406156 0.998678327 -0.019855140 -8.864568710 -0.552371025 0.042771723 0.832500339 9.491428375\n0.839195788 -0.031629525 0.542908907 362.685424805 0.049054507 0.998640239 -0.017645353 -8.874897003 -0.541612506 0.041440032 0.839606225 10.021202087\n0.844320118 -0.036180619 0.534616232 363.025146484 0.052130342 0.998531282 -0.014753039 -8.887630463 -0.533297300 0.040326014 0.844966173 10.572523117\n0.847783923 -0.040302530 0.528808177 363.361938477 0.054406554 0.998456836 -0.011128168 -8.894314766 -0.527543604 0.038204912 0.848668396 11.122655869\n0.849947870 -0.043084376 0.525102258 363.702728271 0.055593021 0.998420954 -0.008064766 -8.898774147 -0.523925602 0.036046647 0.851000965 11.687101364\n0.850981891 -0.047016490 0.523086250 364.051452637 0.058241785 0.998289883 -0.005021390 -8.903896332 -0.521955609 0.034738589 0.852264941 12.259868622\n0.851501822 -0.051215958 0.521844447 364.417755127 0.062186547 0.998058319 -0.003517224 -8.907766342 -0.520651042 0.035446625 0.853033423 12.841756821\n0.851226091 -0.056834910 0.521712542 364.774047852 0.068312548 0.997660100 -0.002774525 -8.908618927 -0.520334125 0.038001258 0.853116870 13.419672012\n0.850776553 -0.061592802 0.521905720 365.140319824 0.074037507 0.997250915 -0.003000341 -8.907230377 -0.520286143 0.041193221 0.852997899 14.008420944\n0.850342393 -0.068430036 0.521761656 365.514892578 0.081092395 0.996705532 -0.001440694 -8.907686234 -0.519944131 0.043535981 0.853090107 14.604793549\n0.850296140 -0.072604984 0.521272480 365.905761719 0.085120566 0.996370673 -0.000069480 -8.905395508 -0.519375563 0.044430081 0.853390336 15.229188919\n0.850054324 -0.075108863 0.521312118 366.286010742 0.090339348 0.995903730 -0.003821428 -8.909538269 -0.518889606 0.050343413 0.853357553 15.838031769\n0.850098431 -0.074913166 0.521268368 366.663940430 0.092306472 0.995702863 -0.007440186 -8.912343979 -0.518471003 0.054441337 0.853360415 16.455959320\n0.850007832 -0.073966756 0.521551192 367.059844971 0.095202379 0.995359540 -0.013995270 -8.913400650 -0.518095791 0.061548997 0.853105247 17.089754105\n0.849892735 -0.072286852 0.521974087 367.445922852 0.096426129 0.995155215 -0.019187229 -8.918820381 -0.518058240 0.066639021 0.852745533 17.737630844\n0.849852264 -0.071550228 0.522141457 367.838623047 0.096451595 0.995123982 -0.020623246 -8.928303719 -0.518119931 0.067888089 0.852609515 18.380531311\n0.849670768 -0.071532957 0.522439122 368.242156982 0.097083263 0.995040774 -0.021649625 -8.943045616 -0.518299580 0.069115140 0.852401733 19.036157608\n0.849634409 -0.071585760 0.522491038 368.668579102 0.096489049 0.995121598 -0.020562802 -8.956480980 -0.518470109 0.067885526 0.852396786 19.727020264\n0.849279046 -0.073251389 0.522837758 369.074890137 0.097250141 0.995087028 -0.018554535 -8.965997696 -0.518909931 0.066604018 0.852230251 20.412719727\n0.848812044 -0.075875454 0.523221791 369.499084473 0.099197380 0.994928539 -0.016645495 -8.975654602 -0.519305348 0.066031121 0.852033973 21.092821121\n0.848687112 -0.076197356 0.523377597 369.924865723 0.099662706 0.994880021 -0.016766537 -8.986341476 -0.519420385 0.066390775 0.851935863 21.784217834\n0.848672390 -0.076159678 0.523407042 370.352905273 0.100454152 0.994776428 -0.018132744 -9.003369331 -0.519292057 0.067967169 0.851889849 22.484027863\n0.848619878 -0.075675100 0.523562372 370.785583496 0.101786315 0.994579792 -0.021225678 -9.011610031 -0.519118309 0.071304016 0.851722896 23.208902359\n0.848672032 -0.075829856 0.523455441 371.225433350 0.102761224 0.994450510 -0.022545459 -9.023154259 -0.518840909 0.072924621 0.851754725 23.920581818\n0.848734438 -0.076860763 0.523203850 371.665924072 0.104302786 0.994276464 -0.023135386 -9.036284447 -0.518431067 0.074207418 0.851893485 24.638687134\n0.848825216 -0.077563986 0.522952795 372.108306885 0.104459807 0.994283974 -0.022081330 -9.051188469 -0.518250883 0.073370732 0.852075577 25.369132996\n0.849101305 -0.078616440 0.522347033 372.554901123 0.105409980 0.994191706 -0.021717243 -9.070652008 -0.517605782 0.073500730 0.852456391 26.117912292\n0.849819958 -0.079365425 0.521063507 373.011901855 0.105567180 0.994195819 -0.020742813 -9.084908485 -0.516392887 0.072634861 0.853265822 26.858936310\n0.850034475 -0.079621434 0.520674407 373.459899902 0.105665758 0.994190872 -0.020474652 -9.105031013 -0.516019523 0.072421618 0.853509784 27.614364624\n0.850640655 -0.079315782 0.519730151 373.914947510 0.104847454 0.994289875 -0.019865360 -9.117265701 -0.515186787 0.071390666 0.854099452 28.373653412\n0.851284146 -0.079007566 0.518722594 374.376953125 0.103869468 0.994409382 -0.019001614 -9.135178566 -0.514321387 0.070055209 0.854731441 29.139980316\n0.851979792 -0.077983424 0.517734468 374.839233398 0.101886317 0.994635940 -0.017846923 -9.150365829 -0.513565540 0.067955278 0.855355203 29.919830322\n0.852336645 -0.080657452 0.516736567 375.305786133 0.103658825 0.994488180 -0.015751407 -9.159527779 -0.512617946 0.066989802 0.855999589 30.692470551\n0.853137970 -0.079238586 0.515632510 375.762908936 0.101806924 0.994682014 -0.015588923 -9.167769432 -0.511655152 0.065794453 0.856668055 31.471382141\n0.853425741 -0.079085104 0.515179574 376.221801758 0.101410560 0.994727135 -0.015292305 -9.194035530 -0.511253715 0.065295495 0.856945813 32.254661560\n0.853691459 -0.077674352 0.514954031 376.678344727 0.101335607 0.994690239 -0.017957762 -9.200804710 -0.510824859 0.067513570 0.857029676 33.041561127\n0.854206204 -0.077271000 0.514160514 377.157470703 0.101337098 0.994673133 -0.018872285 -9.214540482 -0.509963393 0.068224356 0.857486367 33.822494507\n0.854065418 -0.078545995 0.514201105 377.629180908 0.102702610 0.994536936 -0.018665569 -9.237811089 -0.509925902 0.068751410 0.857466519 34.611568451\n0.854208350 -0.078077585 0.514034986 378.088928223 0.101719469 0.994651079 -0.017955331 -9.255601883 -0.509883523 0.067624956 0.857581258 35.387557983\n0.853940427 -0.080213025 0.514151394 378.564331055 0.103420533 0.994498909 -0.016616138 -9.273344040 -0.509990156 0.067363001 0.857538462 36.170158386\n0.853499413 -0.080364473 0.514859557 379.031219482 0.103587091 0.994483650 -0.016490631 -9.284695625 -0.510694206 0.067407548 0.857115924 36.946857452\n0.852348804 -0.082186058 0.516475558 379.480651855 0.105668105 0.994269967 -0.016169108 -9.306797028 -0.512187302 0.068356715 0.856149256 37.724334717\n0.851438522 -0.082738087 0.517886937 379.945983887 0.106600240 0.994166255 -0.016428569 -9.321514130 -0.513506472 0.069194786 0.855291307 38.494728088\n0.850267291 -0.083250545 0.519725740 380.427124023 0.107954778 0.994003654 -0.017392008 -9.340788841 -0.515161395 0.070894733 0.854156137 39.282356262\n0.849014282 -0.083414197 0.521744013 380.902343750 0.108557895 0.993931711 -0.017746624 -9.357437134 -0.517097592 0.071706571 0.852917492 40.052188873\n0.847964644 -0.082611404 0.523575604 381.384338379 0.107653551 0.994034290 -0.017510049 -9.368977547 -0.519005537 0.071212672 0.851799250 40.831375122\n0.846432984 -0.083446361 0.525916219 381.858551025 0.108378239 0.993969142 -0.016717121 -9.388552666 -0.521349490 0.071147792 0.850372076 41.619354248\n0.845099628 -0.083467424 0.528052866 382.339263916 0.108278133 0.993989050 -0.016172824 -9.396960258 -0.523528874 0.070844226 0.849057496 42.398017883\n0.843684196 -0.083750546 0.530266762 382.815368652 0.107748203 0.994073510 -0.014429081 -9.413325310 -0.525915682 0.069308877 0.847708106 43.170955658\n0.842801511 -0.082710139 0.531831384 383.309936523 0.105856359 0.994294882 -0.013120019 -9.427708626 -0.527712047 0.067355305 0.846748650 43.953155518\n0.842047930 -0.081274703 0.533244610 383.803436279 0.104183391 0.994473875 -0.012943114 -9.436901093 -0.529245853 0.066453941 0.845862150 44.725769043\n0.840930462 -0.078487150 0.535421133 384.281616211 0.102466486 0.994621336 -0.015132373 -9.452722549 -0.531353593 0.067587994 0.844449639 45.499050140\n0.839993179 -0.074620329 0.537441432 384.774658203 0.099425375 0.994895279 -0.017261837 -9.467387199 -0.533409894 0.067935139 0.843124390 46.296920776\n0.839369774 -0.072005555 0.538770378 385.271118164 0.096953586 0.995125175 -0.018051049 -9.476859093 -0.534844220 0.067387223 0.842259228 47.067783356\n0.838591278 -0.071930110 0.539991438 385.764404297 0.096148901 0.995226085 -0.016746398 -9.489945412 -0.536208987 0.065962955 0.841503918 47.857772827\n0.838047028 -0.072531536 0.540755391 386.268432617 0.095791623 0.995289028 -0.014956933 -9.507928848 -0.537123024 0.064334445 0.841046929 48.648181915\n0.837700486 -0.071870990 0.541380167 386.762756348 0.094102502 0.995471597 -0.013454844 -9.517846107 -0.537961602 0.062216356 0.840670228 49.424976349\n0.837498367 -0.074941382 0.541276515 387.277862549 0.097432211 0.995157659 -0.012970876 -9.530644417 -0.537683427 0.063600853 0.840744615 50.207183838\n0.837845325 -0.077205069 0.540420711 387.791320801 0.100547977 0.994837046 -0.013761856 -9.548499107 -0.536568046 0.065868512 0.841282427 50.981468201\n0.837888420 -0.077190429 0.540356040 388.277770996 0.100569218 0.994833887 -0.013831855 -9.558490753 -0.536496818 0.065932736 0.841322780 51.768257141\n0.838542163 -0.078205138 0.539194822 388.780792236 0.101850107 0.994699478 -0.014122903 -9.564244270 -0.535232306 0.066759698 0.842062712 52.549747467\n0.839311481 -0.079894885 0.537748098 389.275146484 0.102915771 0.994606972 -0.012858040 -9.583445549 -0.533820748 0.066134654 0.843007505 53.331775665\n0.840422332 -0.078596868 0.536202252 389.771606445 0.101842292 0.994704545 -0.013819177 -9.591808319 -0.532276690 0.066222012 0.843976378 54.121730804\n0.841712117 -0.079659492 0.534017861 390.262634277 0.102343827 0.994664907 -0.012938777 -9.604349136 -0.530138195 0.065544158 0.845374167 54.900894165\n0.843545616 -0.079433605 0.531150699 390.741546631 0.101250395 0.994788229 -0.012029939 -9.617733955 -0.527426898 0.063927025 0.847191930 55.677467346\n0.845627010 -0.080270626 0.527704120 391.216156006 0.100220293 0.994922161 -0.009258906 -9.626966476 -0.524281323 0.060716238 0.849377811 56.439842224\n0.847535610 -0.080002174 0.524674296 391.667999268 0.097905621 0.995175064 -0.006408418 -9.640299797 -0.521630049 0.056799918 0.851278961 57.188743591\n0.849480629 -0.080817133 0.521393597 392.124511719 0.097850882 0.995187700 -0.005167333 -9.652069092 -0.518466890 0.055408370 0.853300691 57.955574036\n0.852004528 -0.080258541 0.517345965 392.567413330 0.097334847 0.995234191 -0.005902610 -9.663305283 -0.514406621 0.055384845 0.855755985 58.686782837\n0.854761541 -0.079085030 0.512960255 392.996154785 0.096905187 0.995261192 -0.008032922 -9.662747383 -0.509894133 0.056574743 0.858374774 59.432189941\n0.858031929 -0.078416459 0.507574677 393.411254883 0.095916882 0.995354176 -0.008368428 -9.680761337 -0.504560351 0.055865359 0.861567140 60.139228821\n0.861453712 -0.078005970 0.501809299 393.810272217 0.096035317 0.995326281 -0.010140486 -9.696321487 -0.498672962 0.056926977 0.864918828 60.845428467\n0.865218341 -0.077418715 0.495382249 394.197601318 0.095423095 0.995374858 -0.011104911 -9.707187653 -0.492231309 0.056879077 0.868604124 61.535167694\n0.869530737 -0.076801375 0.487870723 394.574340820 0.093715169 0.995545685 -0.010307950 -9.716691017 -0.484905928 0.054683965 0.872855067 62.219360352\n0.873827696 -0.076618627 0.480161220 394.936157227 0.092161067 0.995704889 -0.008837353 -9.724881172 -0.477421790 0.051974494 0.877135754 62.897617340\n0.877852142 -0.076713577 0.472747952 395.286743164 0.091671050 0.995751858 -0.008642960 -9.747546196 -0.470076621 0.050924540 0.881155312 63.574760437\n0.882365048 -0.076423705 0.464318186 395.617462158 0.090715267 0.995840728 -0.008481558 -9.758176804 -0.461738765 0.049604576 0.885627866 64.210304260\n0.886480808 -0.074268632 0.456766903 395.928039551 0.089291468 0.995940804 -0.011358119 -9.765636444 -0.454069227 0.050854135 0.889513910 64.833267212\n0.890412927 -0.073610261 0.449161857 396.225036621 0.088656329 0.995983541 -0.012525856 -9.778726578 -0.446435779 0.050974224 0.893362641 65.439903259\n0.894229591 -0.071907535 0.441794932 396.511627197 0.086366676 0.996182799 -0.012672359 -9.781455994 -0.439197272 0.049488358 0.897026539 66.047195435\n0.897547483 -0.073887601 0.434682876 396.784942627 0.087918133 0.996052682 -0.012226749 -9.802926064 -0.432063639 0.049190596 0.900500596 66.644638062\n0.901274264 -0.072309889 0.427172095 397.049835205 0.086135492 0.996197283 -0.013101959 -9.810087204 -0.424600303 0.048603132 0.904075444 67.208091736\n0.904517353 -0.070824891 0.420514196 397.283874512 0.084398441 0.996337473 -0.013731679 -9.823122025 -0.418001503 0.047911283 0.907182038 67.758491516\n0.907684445 -0.069976263 0.413778096 397.521850586 0.082796186 0.996480346 -0.013105659 -9.841751099 -0.411404669 0.046155047 0.910283446 68.307609558\n0.910909474 -0.068250775 0.406922281 397.756561279 0.080568947 0.996661723 -0.013191910 -9.854464531 -0.404663503 0.044801932 0.913367510 68.841918945\n0.913564503 -0.065970205 0.401307672 397.984741211 0.077807017 0.996880412 -0.013249997 -9.860723495 -0.399181634 0.043329276 0.915847480 69.386688232\n0.915977299 -0.063322112 0.396201789 398.200866699 0.074564353 0.997131169 -0.013020643 -9.866119385 -0.394240677 0.041469142 0.918071151 69.909324646\n0.918166518 -0.061698005 0.391361177 398.409179688 0.072006308 0.997335494 -0.011703176 -9.879388809 -0.389596343 0.038925935 0.920162737 70.420295715\n0.920181692 -0.059183914 0.386992186 398.603698730 0.068877488 0.997562110 -0.011215158 -9.890872955 -0.385384977 0.036975030 0.922014773 70.917701721\n0.922169805 -0.054645713 0.382905573 398.806121826 0.063920148 0.997888386 -0.011530016 -9.896743774 -0.381466955 0.035108011 0.923715532 71.414047241\n0.923846006 -0.051771790 0.379247010 398.990722656 0.060706567 0.998087883 -0.011630209 -9.903831482 -0.377919734 0.033767302 0.925222397 71.890480042\n0.925231457 -0.048653640 0.376270592 399.163146973 0.057487063 0.998270750 -0.012276624 -9.914958000 -0.375022620 0.032989409 0.926428497 72.364120483\n0.926602423 -0.045172419 0.373319447 399.340637207 0.054402649 0.998417795 -0.014220202 -9.925659180 -0.372086436 0.033486038 0.927593887 72.810989380\n0.927721202 -0.039360180 0.371192932 399.500488281 0.048986841 0.998662531 -0.016537474 -9.934579849 -0.370045543 0.033525735 0.928408504 73.245597839\n0.928699553 -0.033619259 0.369305968 399.659851074 0.043817420 0.998853922 -0.019259069 -9.939679146 -0.368235230 0.034067921 0.929108262 73.671035767\n0.929411888 -0.028673360 0.367928445 399.802032471 0.039873790 0.998942852 -0.022874361 -9.951618195 -0.366883606 0.035930406 0.929572701 74.091163635\n0.930481195 -0.024991842 0.365486175 399.968322754 0.037711959 0.998904526 -0.027705031 -9.965772629 -0.364393383 0.039562210 0.930404365 74.508590698\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0070_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999964535 0.000009523 0.008419594 0.007667199 -0.000010096 1.000000000 0.000067998 0.003251035 -0.008419593 -0.000068080 0.999964535 0.081834808\n0.999850094 -0.000317052 0.017312627 0.017136082 0.000311212 0.999999881 0.000340024 0.000191874 -0.017312733 -0.000334585 0.999850094 0.168891609\n0.999615550 -0.000138332 0.027726276 0.023123858 0.000118098 0.999999702 0.000731418 -0.003469501 -0.027726369 -0.000727863 0.999615312 0.261322021\n0.999195874 -0.001544584 0.040064935 0.039153364 0.001520542 0.999998629 0.000630541 -0.001374689 -0.040065855 -0.000569113 0.999196887 0.362815410\n0.998541772 -0.002632246 0.053919900 0.053845566 0.002640964 0.999996483 -0.000090437 -0.003799814 -0.053919472 0.000232706 0.998545289 0.466011822\n0.997603655 -0.002597043 0.069139406 0.076695107 0.002723347 0.999994814 -0.001732611 0.000813907 -0.069134541 0.001916750 0.997605503 0.575056076\n0.996214628 -0.000678033 0.086924978 0.097429641 0.000956403 0.999994576 -0.003160812 -0.001815959 -0.086922362 0.003231982 0.996209860 0.697053432\n0.994201899 0.001352128 0.107520834 0.122266524 -0.000821244 0.999987245 -0.004981620 -0.002117345 -0.107526198 0.004864436 0.994190335 0.824733198\n0.991355479 0.002639388 0.131176993 0.160287544 -0.001730807 0.999973714 -0.007039904 0.001463470 -0.131192118 0.006752005 0.991333961 0.970458508\n0.987359226 0.003156811 0.158467099 0.201575041 -0.001911028 0.999966085 -0.008013229 -0.002495944 -0.158487022 0.007609100 0.987331748 1.117141485\n0.982089102 0.004274779 0.188368484 0.259391129 -0.002566816 0.999953389 -0.009310145 -0.003723268 -0.188399494 0.008659884 0.982054293 1.271496654\n0.974881232 0.006299398 0.222636178 0.317797720 -0.004012302 0.999934435 -0.010723627 -0.005866538 -0.222689137 0.009560980 0.974842608 1.445792198\n0.965716302 0.009588283 0.259422541 0.393378973 -0.006728249 0.999906421 -0.011910328 -0.005015591 -0.259512454 0.009756538 0.965690494 1.636904001\n0.954319715 0.010024193 0.298619092 0.481091559 -0.007011792 0.999913156 -0.011157462 -0.007739292 -0.298705012 0.008553931 0.954307139 1.829873919\n0.940580487 0.008851659 0.339455515 0.589070916 -0.005873419 0.999934733 -0.009799982 -0.007840415 -0.339520097 0.007223907 0.940571070 2.027176142\n0.923728108 0.008148912 0.382962197 0.705985248 -0.005095870 0.999946654 -0.008985952 -0.012116770 -0.383014977 0.006349052 0.923720300 2.241025448\n0.904259861 0.008990865 0.426887870 0.847998023 -0.005718144 0.999943614 -0.008947713 -0.012992542 -0.426944256 0.005650052 0.904260278 2.439985514\n0.880876124 0.009944821 0.473242402 1.000811577 -0.006087625 0.999934614 -0.009681565 -0.005943264 -0.473307729 0.005647338 0.880879045 2.665624857\n0.854457855 0.011113784 0.519401848 1.174054384 -0.006110136 0.999916971 -0.011343834 -0.016262602 -0.519484818 0.006519213 0.854454815 2.892089367\n0.824537277 0.011873710 0.565683067 1.374034882 -0.005061923 0.999894559 -0.013609589 -0.019086067 -0.565785050 0.008358169 0.824510455 3.114756584\n0.790291905 0.013203030 0.612588286 1.593471050 -0.005509575 0.999880552 -0.014442458 -0.021358434 -0.612705767 0.008038657 0.790270269 3.337626457\n0.752770543 0.013930225 0.658135593 1.839259028 -0.005818718 0.999877810 -0.014508203 -0.025251308 -0.658257306 0.007091844 0.752759635 3.559637308\n0.713426411 0.015054815 0.700568438 2.092511892 -0.006391154 0.999867380 -0.014978126 -0.031979002 -0.700700998 0.006208351 0.713428020 3.730888844\n0.669290483 0.016670950 0.742813826 2.379944086 -0.007271438 0.999847353 -0.015887832 -0.034109622 -0.742965341 0.005232252 0.669309497 3.939727306\n0.621099234 0.018217908 0.783520281 2.684875488 -0.009168062 0.999830306 -0.015979858 -0.039356690 -0.783678412 0.002741717 0.621160805 4.135759830\n0.569121540 0.018412143 0.822047234 3.012192011 -0.009631013 0.999829948 -0.015726341 -0.037454590 -0.822197020 0.001033051 0.569202065 4.321891785\n0.515088916 0.014652877 0.857011616 3.379404545 -0.006503372 0.999891877 -0.013187079 -0.047061682 -0.857112169 0.001219054 0.515128493 4.469319344\n0.454485536 0.010760416 0.890689194 3.761699200 -0.003112331 0.999940097 -0.010492170 -0.048113890 -0.890748739 0.001996421 0.454491794 4.639405727\n0.391746223 0.008687814 0.920032322 4.149605274 -0.001616133 0.999960363 -0.008754428 -0.048026174 -0.920071900 0.001942619 0.391744733 4.761857033\n0.327984333 0.008642158 0.944643617 4.579597473 0.000120890 0.999957740 -0.009190178 -0.044825017 -0.944683135 0.003128432 0.327969432 4.858406067\n0.262065232 0.007707387 0.965019464 5.020660400 -0.000144950 0.999968410 -0.007947153 -0.046354529 -0.965050220 0.001942794 0.262058079 4.942934036\n0.197492361 0.005050851 0.980291486 5.485669613 -0.001156403 0.999987245 -0.004919359 -0.054332491 -0.980303764 -0.000162076 0.197495699 4.996384621\n0.135652065 0.004815786 0.990744829 5.991127014 -0.001252483 0.999988198 -0.004689226 -0.045409910 -0.990755737 -0.000604788 0.135656476 5.036701679\n0.074621558 0.004494353 0.997201800 6.493805885 -0.000006337 0.999989867 -0.004506445 -0.046324603 -0.997211933 0.000329959 0.074620843 5.040158749\n0.015438139 0.004987149 0.999868333 7.000139236 0.001738580 0.999985933 -0.005014579 -0.040166281 -0.999879301 0.001815767 0.015429258 5.009186745\n-0.041822314 0.005881848 0.999107897 7.532760620 0.003263984 0.999978125 -0.005750344 -0.034095019 -0.999119878 0.003020580 -0.041840553 4.945458412\n-0.094805598 0.006849913 0.995472312 8.089508057 0.005303278 0.999965608 -0.006375766 -0.028200895 -0.995481789 0.004674809 -0.094838619 4.856247902\n-0.143890977 0.006703993 0.989570856 8.633036613 0.006940584 0.999959290 -0.005765159 -0.030283030 -0.989569247 0.006038645 -0.143931627 4.759389877\n-0.187979937 0.006972086 0.982148230 9.217556953 0.010001927 0.999936521 -0.005184027 -0.027348870 -0.982122004 0.008848881 -0.188037753 4.620822906\n-0.225684524 0.007644227 0.974170446 9.805110931 0.012414596 0.999910593 -0.004970137 -0.023753935 -0.974121332 0.010972249 -0.225759149 4.459039688\n-0.257087827 0.008430724 0.966351330 10.427189827 0.014945506 0.999877036 -0.004747115 -0.019605111 -0.966272533 0.013222184 -0.257182240 4.264693260\n-0.283710957 0.009658284 0.958861351 11.064696312 0.018974777 0.999810040 -0.004456432 -0.013457282 -0.958722234 0.016929841 -0.283840299 4.059447289\n-0.304971218 0.010879452 0.952299356 11.748889923 0.021938996 0.999749660 -0.004395639 -0.004317120 -0.952108800 0.019551948 -0.305133581 3.845923424\n-0.319770575 0.011129405 0.947429717 12.427750587 0.024780557 0.999687195 -0.003379495 0.000127193 -0.947170973 0.022397174 -0.319946289 3.601959229\n-0.330731153 0.011884437 0.943650126 13.149566650 0.028365174 0.999594092 -0.002647552 0.006848415 -0.943298578 0.025891174 -0.330934048 3.347734451\n-0.336144686 0.012698798 0.941724777 13.880730629 0.031488314 0.999501586 -0.002238275 0.014411480 -0.941283882 0.028900942 -0.336377025 3.076925278\n-0.337968707 0.013333316 0.941062868 14.640944481 0.034515727 0.999402583 -0.001764085 0.025154728 -0.940524220 0.031885266 -0.338227034 2.802335739\n-0.337184429 0.013080761 0.941347718 15.414131165 0.036570553 0.999330759 -0.000787154 0.028868148 -0.940728009 0.034160189 -0.337437153 2.530025482\n-0.334972382 0.012712325 0.942142248 16.223648071 0.036754377 0.999324262 -0.000416112 0.045631304 -0.941510856 0.034488466 -0.335213304 2.250280380\n-0.333001137 0.011890665 0.942851543 17.041839600 0.037231676 0.999306500 0.000547032 0.060157038 -0.942191184 0.035286102 -0.333212972 1.963850021\n-0.330851436 0.011282376 0.943615556 17.887575150 0.037304413 0.999303281 0.001131495 0.069558814 -0.942945361 0.035575379 -0.331041813 1.666746140\n-0.329069495 0.011777604 0.944232225 18.762899399 0.038556743 0.999255955 0.000973285 0.076996967 -0.943518221 0.036726803 -0.329278827 1.367185593\n-0.327092290 0.011823195 0.944918513 19.644367218 0.038361013 0.999263644 0.000775835 0.096080184 -0.944213569 0.036501799 -0.327305079 1.065319061\n-0.325602293 0.012343356 0.945426285 20.556413651 0.038571551 0.999255836 0.000237791 0.110543340 -0.944719791 0.036543984 -0.325836062 0.762971878\n-0.324057579 0.012368446 0.945956528 21.490909576 0.038863000 0.999244511 0.000248158 0.107315890 -0.945238829 0.036843125 -0.324293494 0.450458527\n-0.322779298 0.011563125 0.946403623 22.438676834 0.038087830 0.999274075 0.000781097 0.122085415 -0.945707619 0.036298584 -0.322985411 0.129533768\n-0.321654439 0.010375228 0.946800470 23.419193268 0.036139842 0.999345839 0.001326675 0.138969302 -0.946167350 0.034643944 -0.321819067 -0.198804855\n-0.322421908 0.010477532 0.946538270 24.414955139 0.035922866 0.999353886 0.001174333 0.150897145 -0.945914388 0.034380991 -0.322589993 -0.510805130\n-0.321703315 0.010541404 0.946781993 25.424011230 0.034720641 0.999396861 0.000670369 0.164531186 -0.946203828 0.033088535 -0.321875215 -0.859004974\n-0.322067976 0.011852440 0.946642518 26.464473724 0.034231283 0.999413550 -0.000866954 0.185548261 -0.946097672 0.032125562 -0.322284818 -1.201309204\n-0.323248744 0.013064198 0.946224034 27.525739670 0.034515686 0.999402165 -0.002007179 0.193000779 -0.945684552 0.032010749 -0.323506355 -1.544170380\n-0.323254228 0.014242926 0.946205199 28.593498230 0.035433453 0.999367714 -0.002937960 0.206194341 -0.945648789 0.032577604 -0.323554516 -1.911724091\n-0.324009061 0.015115554 0.945933402 29.699798584 0.036015335 0.999344647 -0.003632770 0.223680824 -0.945368409 0.032891054 -0.324341178 -2.281314850\n-0.324087858 0.015424221 0.945901334 30.822177887 0.037693262 0.999283612 -0.003380105 0.222119868 -0.945275843 0.034558654 -0.324437022 -2.659927368\n-0.323969007 0.015541743 0.945940256 31.951557159 0.038325269 0.999259889 -0.003292017 0.237093672 -0.945291340 0.035186898 -0.324324846 -3.044876099\n-0.322754860 0.014682774 0.946368873 33.102554321 0.039896313 0.999202013 -0.001896022 0.247768894 -0.945641577 0.037144676 -0.323083162 -3.449756622\n-0.322669029 0.013939998 0.946409404 34.293434143 0.041146398 0.999152899 -0.000688424 0.259933531 -0.945617318 0.038719200 -0.322969198 -3.840694427\n-0.321235180 0.012779980 0.946913302 35.473312378 0.041954413 0.999119222 0.000748226 0.273365676 -0.946069777 0.039967548 -0.321488380 -4.248355865\n-0.320639372 0.011493373 0.947131574 36.684066772 0.042589113 0.999090016 0.002294120 0.286420614 -0.946243346 0.041073084 -0.320837140 -4.648906708\n-0.319890261 0.009902920 0.947402775 37.910331726 0.042528171 0.999087572 0.003916459 0.300048530 -0.946499586 0.041544151 -0.320019484 -5.049285889\n-0.318512440 0.008914941 0.947876871 39.132125854 0.042580102 0.999080956 0.004911545 0.318692207 -0.946961939 0.041925076 -0.318599343 -5.461334229\n-0.317746282 0.008167092 0.948140621 40.359691620 0.042382479 0.999085784 0.005597536 0.332622766 -0.947228134 0.041963145 -0.317801952 -5.862777710\n-0.316524506 0.008011171 0.948550701 41.609489441 0.041922852 0.999105453 0.005551204 0.356194198 -0.947657645 0.041523036 -0.316577196 -6.276451111\n-0.315822721 0.007490094 0.948788643 42.850696564 0.041367076 0.999126673 0.005882353 0.364100307 -0.947916031 0.041106395 -0.315856814 -6.673316956\n-0.314735532 0.007485374 0.949150026 44.113471985 0.041674711 0.999113560 0.005939808 0.378548592 -0.948264182 0.041425020 -0.314768434 -7.089611053\n-0.313784122 0.006604268 0.949471354 45.419395447 0.040716618 0.999149561 0.006506335 0.398385704 -0.948620915 0.040700849 -0.313786268 -7.515422821\n-0.312565327 0.006012927 0.949877381 46.699661255 0.039907463 0.999180198 0.006806865 0.416335404 -0.949057698 0.040034782 -0.312548995 -7.928455353\n-0.311774731 0.005381410 0.950140834 48.006904602 0.039012473 0.999213219 0.007142026 0.428666651 -0.949354827 0.039294045 -0.311739445 -8.341056824\n-0.310883284 0.005067970 0.950434625 49.320602417 0.037534483 0.999271154 0.006948996 0.451987803 -0.949706733 0.037834398 -0.310846925 -8.765499115\n-0.311000824 0.002928248 0.950405300 50.613800049 0.036344659 0.999300420 0.008814150 0.466972828 -0.949714661 0.037283361 -0.310889721 -9.178649902\n-0.311644077 0.002063236 0.950196803 51.925731659 0.035633415 0.999319613 0.009517089 0.488665402 -0.949530661 0.036824699 -0.311505556 -9.605525970\n-0.313409209 0.000503885 0.949618101 53.251556396 0.033948258 0.999366581 0.010673901 0.506240785 -0.949011207 0.035583179 -0.313227773 -10.021297455\n-0.314436197 0.001706610 0.949277163 54.568084717 0.034008764 0.999376655 0.009468297 0.527343035 -0.948669314 0.035260912 -0.314298272 -10.448139191\n-0.315330625 0.001546205 0.948980749 55.916511536 0.033674154 0.999387145 0.009561026 0.542145252 -0.948384404 0.034971002 -0.315189362 -10.884841919\n-0.315577269 0.001813874 0.948898315 57.257198334 0.034594152 0.999355376 0.009594725 0.568526745 -0.948269248 0.035854205 -0.315436602 -11.332183838\n-0.316269159 0.000420236 0.948669672 58.606246948 0.034763820 0.999333382 0.011146938 0.591422141 -0.948032618 0.036504805 -0.316072941 -11.770980835\n-0.316851616 0.000082668 0.948475182 59.966735840 0.036109094 0.999276102 0.011975657 0.602851331 -0.947787583 0.038043082 -0.316625237 -12.208213806\n-0.316515923 -0.000015748 0.948587298 61.325771332 0.036716633 0.999250412 0.012267852 0.628851473 -0.947876453 0.038711898 -0.316277981 -12.662925720\n-0.317001343 0.000131103 0.948425114 62.667007446 0.037526011 0.999218643 0.012404561 0.643175185 -0.947682440 0.039522875 -0.316758633 -13.093994141\n-0.316870213 0.000784815 0.948468804 64.042549133 0.037723567 0.999218822 0.011776104 0.676535010 -0.947718620 0.039511114 -0.316652179 -13.549659729\n-0.316946626 0.000845133 0.948443055 65.415328979 0.038482651 0.999187589 0.011969614 0.691752911 -0.947662354 0.040292330 -0.316721678 -13.989944458\n-0.316662431 0.000138814 0.948538303 66.788345337 0.038161475 0.999192238 0.012593697 0.717063427 -0.947770357 0.040185571 -0.316411853 -14.440124512\n-0.316768169 -0.000570789 0.948502839 68.181404114 0.038618069 0.999162853 0.013498417 0.740104556 -0.947716475 0.040905215 -0.316480875 -14.894546509\n-0.316144943 -0.001423954 0.948709846 69.565834045 0.039018825 0.999133229 0.014502143 0.771792173 -0.947908163 0.041602321 -0.315815330 -15.360557556\n-0.316434145 -0.001925414 0.948612630 70.946372986 0.039202675 0.999117076 0.015104981 0.793851733 -0.947804153 0.041967880 -0.316079259 -15.798271179\n-0.315967202 -0.001776983 0.948768497 72.339164734 0.039879411 0.999089599 0.015152221 0.818379760 -0.947931647 0.042623933 -0.315608740 -16.257637024\n-0.316079974 -0.000736485 0.948732436 73.748161316 0.040687349 0.999069154 0.014330963 0.842276216 -0.947859883 0.043131128 -0.315755844 -16.716957092\n-0.315593481 -0.000607072 0.948894501 75.152061462 0.041136570 0.999050915 0.014320795 0.870579481 -0.948002577 0.043553807 -0.315268993 -17.171928406\n-0.315412641 -0.000475234 0.948954463 76.603713989 0.042940620 0.998968422 0.014772846 0.896242261 -0.947982550 0.045408234 -0.315066934 -17.652526855\n-0.315201640 -0.001064985 0.949024260 78.023345947 0.044178091 0.998898804 0.015793920 0.927594543 -0.947996020 0.046904340 -0.314807534 -18.119728088\n-0.315008044 -0.002314519 0.949086189 79.443740845 0.045456197 0.998812616 0.017523007 0.948496699 -0.947999835 0.048661739 -0.314528823 -18.580192566\n-0.314942837 -0.002737977 0.949106872 80.852119446 0.046491034 0.998750925 0.018308336 0.976378083 -0.947971463 0.049891029 -0.314422131 -19.040847778\n-0.314306140 -0.002529081 0.949318349 82.274475098 0.047398768 0.998707414 0.018353736 1.003073931 -0.948137701 0.050765209 -0.313780069 -19.511352539\n-0.313957214 -0.001583651 0.949435890 83.699600220 0.048348118 0.998674512 0.017653419 1.034721732 -0.948205411 0.051445853 -0.313464522 -19.978187561\n-0.313714504 -0.001343699 0.949516356 85.130340576 0.049741071 0.998602688 0.017847313 1.058500648 -0.948213577 0.052828927 -0.313209295 -20.444953918\n-0.313588858 -0.001841796 0.949557006 86.544311523 0.050481241 0.998551667 0.018608138 1.087173581 -0.948215961 0.053770125 -0.313041687 -20.908554077\n-0.314460278 -0.002680570 0.949266911 87.993904114 0.051072244 0.998499870 0.019738117 1.113754988 -0.947895825 0.054688040 -0.313851595 -21.374389648\n-0.315393567 -0.002818050 0.948956966 89.412933350 0.051789530 0.998454154 0.020177703 1.148250103 -0.947546899 0.055509944 -0.314760089 -21.839614868\n-0.316673875 -0.002975336 0.948530018 90.834457397 0.053030409 0.998375475 0.020836284 1.170574188 -0.947051108 0.056899231 -0.316001654 -22.309738159\n-0.317361832 -0.002747579 0.948300540 92.288444519 0.054466534 0.998292208 0.021120401 1.203021765 -0.946739078 0.058353454 -0.316670179 -22.786231995\n-0.318154693 -0.002358428 0.948036015 93.696891785 0.055353463 0.998244703 0.021059591 1.238936663 -0.946421564 0.059177276 -0.317465663 -23.254425049\n-0.318639517 -0.001484065 0.947874904 95.123657227 0.057507433 0.998126388 0.020894554 1.268210173 -0.946129978 0.061167676 -0.317957163 -23.735778809\n-0.319622755 -0.000692853 0.947544813 96.563835144 0.058908723 0.998050809 0.020600678 1.299441814 -0.945712090 0.062403090 -0.318958879 -24.198379517\n-0.319728136 -0.000137437 0.947509289 97.975433350 0.060547940 0.997953176 0.020576088 1.330812931 -0.945572734 0.063948490 -0.319065332 -24.676445007\n-0.319856048 0.000486710 0.947466195 99.398445129 0.062190831 0.997854054 0.020482464 1.362072706 -0.945423067 0.065475136 -0.319199920 -25.154151917\n-0.320043325 0.000544857 0.947402894 100.813941956 0.063469753 0.997765601 0.020866971 1.396283865 -0.945274591 0.066809759 -0.319362760 -25.629257202\n-0.319766402 0.001118569 0.947495937 102.246971130 0.065233037 0.997652471 0.020837426 1.426655054 -0.945248365 0.068471134 -0.319088697 -26.093322754\n-0.319433212 0.001613076 0.947607517 103.668441772 0.067364208 0.997507215 0.021010075 1.463814735 -0.945211411 0.070546135 -0.318745494 -26.577667236\n-0.319587708 0.001240632 0.947555900 105.091461182 0.066928931 0.997531056 0.021267442 1.489824772 -0.945190072 0.070215717 -0.318881631 -27.038787842\n-0.319424272 0.001226806 0.947611153 106.502532959 0.067765743 0.997468472 0.021551365 1.521138668 -0.945185840 0.071099594 -0.318698764 -27.507133484\n-0.318958521 0.001251146 0.947767794 107.910812378 0.068134747 0.997442007 0.021613115 1.554619551 -0.945316374 0.071469612 -0.318227768 -27.983009338\n-0.318475485 0.002401541 0.947928131 109.329788208 0.069425061 0.997370362 0.020797934 1.592456102 -0.945385456 0.072433598 -0.317804694 -28.463470459\n-0.318999767 0.002943298 0.947750211 110.748321533 0.069364235 0.997385859 0.020249607 1.617316961 -0.945213079 0.072199591 -0.318369985 -28.924209595\n-0.318498492 0.003834350 0.947915733 112.149711609 0.070686795 0.997303665 0.019716550 1.643455505 -0.945284247 0.073284812 -0.317910790 -29.393295288\n-0.318727851 0.004467000 0.947835982 113.576278687 0.071391687 0.997261465 0.019306863 1.673627138 -0.945154071 0.073821232 -0.318173885 -29.867835999\n-0.318475008 0.004479858 0.947920561 114.990005493 0.072345175 0.997187197 0.019593280 1.702132702 -0.945166469 0.074817456 -0.317903280 -30.340370178\n-0.318223000 0.004627827 0.948004782 116.422088623 0.073104225 0.997130275 0.019671718 1.737693310 -0.945193231 0.075563133 -0.317648053 -30.820381165\n-0.317988157 0.004130278 0.948085845 117.827194214 0.073915102 0.997054875 0.020447522 1.763382912 -0.945209205 0.076579921 -0.317356944 -31.292800903\n-0.318417549 0.004191373 0.947941422 119.242614746 0.074832544 0.996980667 0.020728359 1.792365551 -0.944992363 0.077537134 -0.317769766 -31.753295898\n-0.318108797 0.004416610 0.948043942 120.662223816 0.075960480 0.996892929 0.020843772 1.817718029 -0.945006251 0.078644454 -0.317455888 -32.233001709\n-0.318300724 0.004650606 0.947978318 122.072273254 0.077734493 0.996748447 0.021210887 1.849737167 -0.944797277 0.080442064 -0.317627192 -32.706237793\n-0.319356441 0.004960434 0.947621703 123.486137390 0.079277463 0.996620715 0.021500241 1.880328655 -0.944312751 0.081991285 -0.318670511 -33.181182861\n-0.320871115 0.005704399 0.947105765 124.883926392 0.081273317 0.996459246 0.021533024 1.913393021 -0.943629444 0.083883747 -0.320198536 -33.655288696\n-0.322570562 0.007198432 0.946518242 126.293121338 0.082908437 0.996342599 0.020677583 1.939386368 -0.942907631 0.085144311 -0.321987629 -34.126068115\n-0.324440360 0.007838781 0.945873618 127.695465088 0.084870994 0.996173680 0.020855628 1.970864296 -0.942090929 0.087043643 -0.323864222 -34.602462769\n-0.326596022 0.007990315 0.945130408 129.083923340 0.086316131 0.996037781 0.021406405 1.996037006 -0.941214561 0.088571236 -0.325991750 -35.073089600\n-0.328500748 0.008916692 0.944461763 130.509475708 0.087778345 0.995915949 0.021128401 2.034568310 -0.940416157 0.089843974 -0.327941895 -35.575820923\n-0.330459118 0.008657092 0.943780720 131.905593872 0.088706501 0.995816469 0.021925626 2.073682308 -0.939642608 0.090964995 -0.329844475 -36.065032959\n-0.332968354 0.008306278 0.942901373 133.302505493 0.089576565 0.995717525 0.022860777 2.099304199 -0.938673556 0.092073783 -0.332286477 -36.551147461\n-0.335531831 0.009131832 0.941984773 134.692565918 0.090799369 0.995610654 0.022690726 2.136927128 -0.937642872 0.093145072 -0.334888220 -37.038116455\n-0.337829947 0.009647066 0.941157699 136.093582153 0.091244869 0.995573163 0.022547645 2.171229839 -0.936773837 0.093493082 -0.337214708 -37.535675049\n-0.340131521 0.010799496 0.940316021 137.479675293 0.093116932 0.995406508 0.022250073 2.203411102 -0.935756445 0.095127285 -0.339574695 -38.031738281\n-0.341853261 0.011781363 0.939679503 138.882431030 0.094612934 0.995272279 0.021941599 2.237850666 -0.934978485 0.096406639 -0.341351748 -38.543380737\n-0.343673587 0.012659876 0.939003885 140.269668579 0.096893750 0.995050490 0.022047410 2.273764610 -0.934077203 0.098560721 -0.343199253 -39.048690796\n-0.344819665 0.012886892 0.938580513 141.656906128 0.098565646 0.994875014 0.022551637 2.304150581 -0.933479607 0.100288033 -0.344322681 -39.568801880\n-0.345800400 0.013920741 0.938204885 143.088958740 0.101232506 0.994607091 0.022554316 2.336409092 -0.932831287 0.102776118 -0.345344663 -40.083938599\n-0.346493244 0.014023287 0.937947631 144.477722168 0.103047140 0.994405866 0.023199912 2.371013165 -0.932375312 0.104691438 -0.346000075 -40.604934692\n-0.347758770 0.015186702 0.937461197 145.871124268 0.104675628 0.994246781 0.022723639 2.410657883 -0.931722641 0.106031679 -0.347347736 -41.111633301\n-0.348707080 0.014767562 0.937115610 147.279403687 0.105860680 0.994097888 0.023725942 2.437457085 -0.931234241 0.107477084 -0.348212242 -41.639343262\n-0.350000739 0.014987613 0.936629713 148.657485962 0.107462220 0.993913352 0.024252336 2.479283333 -0.930565238 0.109140627 -0.349480987 -42.148834229\n-0.351655364 0.014805781 0.936012566 150.039520264 0.108133733 0.993824363 0.024905061 2.509327412 -0.929863334 0.109972514 -0.351084709 -42.660446167\n-0.353018999 0.014982658 0.935496211 151.439910889 0.108905695 0.993733108 0.025181299 2.544849396 -0.929256260 0.110770337 -0.352438331 -43.193817139\n-0.354777813 0.016499896 0.934805214 152.824386597 0.109597214 0.993684947 0.024055215 2.586541653 -0.928504944 0.110986292 -0.354345679 -43.721755981\n-0.357341886 0.017722325 0.933805704 154.218231201 0.110259697 0.993628800 0.023335656 2.623574257 -0.927442729 0.111299925 -0.357019186 -44.240737915\n-0.359232903 0.018116614 0.933072150 155.607498169 0.111095153 0.993532360 0.023481131 2.654311180 -0.926611960 0.112094983 -0.358922124 -44.779708862\n-0.361271381 0.018392272 0.932279408 156.980789185 0.111368977 0.993499875 0.023556978 2.690140724 -0.925786197 0.112337455 -0.360971332 -45.309677124\n-0.363901496 0.019192867 0.931239605 158.353271484 0.111954294 0.993440747 0.023273673 2.718648911 -0.924684703 0.112725608 -0.363663316 -45.843688965\n-0.366517782 0.019617274 0.930204213 159.710159302 0.111122280 0.993544459 0.022831177 2.756903648 -0.923751354 0.111734442 -0.366331697 -46.367004395\n-0.369356036 0.019405499 0.929085255 161.084457397 0.109567985 0.993717730 0.022803092 2.785785198 -0.922805965 0.110220470 -0.369161844 -46.900558472\n-0.372240424 0.018928766 0.927943528 162.436996460 0.107852876 0.993901014 0.022990471 2.819233418 -0.921848774 0.108639337 -0.372011662 -47.442520142\n-0.375398636 0.017776014 0.926693022 163.831619263 0.106789723 0.993987262 0.024193095 2.849851608 -0.920691013 0.108043343 -0.375039697 -48.001846313\n-0.378513813 0.016548852 0.925447702 165.190414429 0.105438106 0.994102776 0.025348293 2.886641026 -0.919570625 0.107172132 -0.378026485 -48.553176880\n-0.382424116 0.016172336 0.923845470 166.542007446 0.104601212 0.994177043 0.025895942 2.922049522 -0.918047190 0.106538579 -0.381888866 -49.108078003\n-0.386294961 0.015860574 0.922238946 167.917358398 0.103555307 0.994276524 0.026276378 2.961814404 -0.916543841 0.105653167 -0.385726452 -49.683532715\n-0.390658498 0.016645679 0.920385301 169.258926392 0.104293220 0.994199157 0.026286710 3.003613472 -0.914608717 0.106259055 -0.390128374 -50.248931885\n-0.394974232 0.016692571 0.918540716 170.612289429 0.104197524 0.994197130 0.026737642 3.033744812 -0.912764251 0.106270328 -0.394421577 -50.827545166\n-0.399654508 0.016967161 0.916508973 171.942260742 0.103956737 0.994217277 0.026925772 3.079309940 -0.910752237 0.106038272 -0.399107218 -51.415634155\n-0.404856563 0.017360518 0.914215326 173.277679443 0.104895964 0.994100809 0.027575260 3.115680218 -0.908343494 0.107061528 -0.404289365 -52.002670288\n-0.410678029 0.017805917 0.911606610 174.630416870 0.105159685 0.994062245 0.027957870 3.149236679 -0.905695915 0.107345939 -0.410112023 -52.600570679\n-0.415968657 0.019207738 0.909176290 175.955535889 0.105363235 0.994061589 0.027204968 3.193151474 -0.903254688 0.107110150 -0.415522218 -53.206069946\n-0.421312332 0.019908244 0.906697214 177.281524658 0.105316155 0.994069159 0.027110269 3.232099533 -0.900780022 0.106911741 -0.420910239 -53.812408447\n-0.426668406 0.021363286 0.904155791 178.589279175 0.105532795 0.994067609 0.026312903 3.270973682 -0.898229897 0.106644973 -0.426391840 -54.424835205\n-0.432339430 0.021567540 0.901453078 179.904541016 0.104849204 0.994134963 0.026500983 3.314495087 -0.895594478 0.105974048 -0.432065129 -55.041412354\n-0.437514901 0.021521691 0.898953736 181.214355469 0.105905063 0.993989050 0.027746381 3.355833054 -0.892953038 0.107343197 -0.437164307 -55.675521851\n-0.442277789 0.023671640 0.896565616 182.568145752 0.108946636 0.993666887 0.027508257 3.399416924 -0.890236437 0.109844103 -0.442055821 -56.345291138\n-0.446929097 0.026237436 0.894184530 183.873077393 0.112327673 0.993304372 0.026997507 3.445195675 -0.887489080 0.112507641 -0.446883917 -56.995223999\n-0.450403929 0.028489504 0.892370343 185.194580078 0.114058435 0.993137360 0.025861878 3.486518383 -0.885509491 0.113430642 -0.450562477 -57.664581299\n-0.454210043 0.030390382 0.890376329 186.518692017 0.116304204 0.992887735 0.025441241 3.533033848 -0.883270562 0.115110166 -0.454514027 -58.339126587\n-0.457528353 0.031601507 0.888633490 187.846664429 0.117104650 0.992805183 0.024987293 3.571701050 -0.881450295 0.115495488 -0.457937241 -59.026046753\n-0.461106777 0.031910852 0.886770666 189.178146362 0.117776260 0.992712200 0.025518598 3.614890575 -0.879493773 0.116207331 -0.461504698 -59.722366333\n-0.465390921 0.031506103 0.884544492 190.526565552 0.116860032 0.992804825 0.026122116 3.656159401 -0.877357006 0.115524881 -0.465724230 -60.415817261\n-0.469316602 0.031451672 0.882469893 191.864730835 0.116535857 0.992830455 0.026591290 3.706967831 -0.875306606 0.115319096 -0.469617009 -61.127700806\n-0.473502278 0.032178294 0.880204737 193.210235596 0.115866028 0.992923677 0.026030563 3.744894028 -0.873138487 0.114311345 -0.473879933 -61.836608887\n-0.477323532 0.034114290 0.878065348 194.551940918 0.116282910 0.992910564 0.024636110 3.793566704 -0.870999932 0.113863371 -0.477906466 -62.565261841\n-0.481827617 0.035255332 0.875556707 195.913177490 0.116676882 0.992874324 0.024229169 3.838549137 -0.868463576 0.113831490 -0.482507825 -63.298034668\n-0.485725522 0.035344839 0.873396695 197.267257690 0.117660627 0.992732525 0.025260899 3.885190487 -0.866156459 0.115034252 -0.486354232 -64.051620483\n-0.489293694 0.034957957 0.871418357 198.630126953 0.118339561 0.992616117 0.026626645 3.930878639 -0.864053130 0.116151497 -0.489817739 -64.818405151\n-0.493620992 0.034366027 0.868998170 199.992340088 0.118276954 0.992587745 0.027931778 3.985380650 -0.861597061 0.116570145 -0.494026899 -65.576141357\n-0.497978806 0.034703884 0.866494536 201.373931885 0.118948005 0.992488205 0.028609969 4.033480644 -0.858992755 0.117314957 -0.498365998 -66.365219116\n-0.501462817 0.036240816 0.864419997 202.746124268 0.119689286 0.992421389 0.027826235 4.089455128 -0.856860399 0.117415622 -0.501999974 -67.168807983\n-0.506194234 0.038295578 0.861568868 204.131713867 0.120396353 0.992368758 0.026626552 4.143281937 -0.853974342 0.117207952 -0.506942034 -67.956817627\n-0.510264397 0.040039968 0.859085143 205.518035889 0.121226683 0.992290676 0.025755731 4.203222752 -0.851430893 0.117286265 -0.511184573 -68.780548096\n-0.514322281 0.040445577 0.856642723 206.920928955 0.122178182 0.992154062 0.026511315 4.262314320 -0.848849297 0.118298404 -0.515228510 -69.606872559\n-0.518180013 0.039475396 0.854360282 208.337371826 0.121181384 0.992245138 0.027651662 4.317869663 -0.846643269 0.117861085 -0.518945336 -70.466186523\n-0.522215128 0.039301511 0.851907849 209.746551514 0.120189711 0.992358983 0.027894648 4.377935410 -0.844302118 0.116957560 -0.522948503 -71.322601318\n-0.526129603 0.040583629 0.849435627 211.196289062 0.119998977 0.992409229 0.026911320 4.438730717 -0.841895580 0.116090238 -0.527005792 -72.210052490\n-0.529329896 0.041755460 0.847388089 212.618286133 0.120263197 0.992395639 0.026222872 4.500765324 -0.839849353 0.115790144 -0.530326247 -73.098541260\n-0.533194542 0.042651549 0.844916999 214.050659180 0.121490166 0.992236674 0.026579471 4.550898075 -0.837223947 0.116821125 -0.534236908 -73.970825195\n-0.536382318 0.042818859 0.842888474 215.488525391 0.121191129 0.992269635 0.026713967 4.611264706 -0.835228801 0.116479486 -0.537425160 -74.877655029\n-0.539279580 0.043010537 0.841027796 216.929504395 0.121533193 0.992214978 0.027186573 4.662317276 -0.833311081 0.116873950 -0.540308475 -75.790649414\n-0.542742729 0.043136586 0.838790715 218.373626709 0.120799661 0.992306054 0.027132409 4.718096733 -0.831166744 0.116051540 -0.543777704 -76.705505371\n-0.545251131 0.044233378 0.837104857 219.826721191 0.121672049 0.992207885 0.026822349 4.772373676 -0.829395592 0.116477184 -0.546384454 -77.651000977\n-0.548454762 0.043865759 0.835028946 221.285614014 0.121245474 0.992241263 0.027510712 4.830922127 -0.827343345 0.116331853 -0.549517989 -78.597686768\n-0.551579595 0.043995246 0.832961261 222.716796875 0.120737150 0.992302418 0.027539754 4.880667210 -0.825337887 0.115759738 -0.552645564 -79.543518066\n-0.555003524 0.044415396 0.830661595 224.170898438 0.119781390 0.992434025 0.026966130 4.933665752 -0.823179126 0.114464082 -0.556124568 -80.496337891\n-0.557832360 0.044187978 0.828776598 225.640808105 0.119073644 0.992511988 0.027228108 4.990284443 -0.821367562 0.113874160 -0.558916926 -81.478454590\n-0.561153173 0.043807972 0.826551795 227.098876953 0.119768962 0.992386460 0.028714830 5.044396877 -0.819000900 0.115108676 -0.562127709 -82.453216553\n-0.564591646 0.043865867 0.824203908 228.575561523 0.120675944 0.992242873 0.029855521 5.099289894 -0.816500843 0.116317764 -0.565505624 -83.441375732\n-0.567745209 0.043814223 0.822037816 230.030944824 0.121925011 0.992044628 0.031332675 5.159558773 -0.814125419 0.118015923 -0.568570614 -84.447387695\n-0.571905494 0.044694278 0.819101036 231.492462158 0.122691303 0.991943598 0.031539001 5.217837811 -0.811092436 0.118533902 -0.572781682 -85.435028076\n-0.576109290 0.044457424 0.816162765 232.925415039 0.123165004 0.991840303 0.032912355 5.278020859 -0.808039904 0.119483806 -0.576884031 -86.423583984\n-0.578947425 0.045562517 0.814091027 234.359191895 0.124276526 0.991702795 0.032877263 5.340258598 -0.805838406 0.120206594 -0.579806209 -87.461791992\n-0.581943750 0.046679802 0.811888397 235.786163330 0.125272185 0.991580725 0.032781057 5.404206753 -0.803522646 0.120783754 -0.582891941 -88.495056152\n-0.586861014 0.047534835 0.808291018 237.219421387 0.125495642 0.991551697 0.032804113 5.454763889 -0.799902976 0.120688468 -0.587868452 -89.500610352\n-0.590526938 0.048297718 0.805571437 238.635147095 0.126188248 0.991455257 0.033060413 5.514901638 -0.797091305 0.121176705 -0.591575623 -90.531036377\n-0.594301701 0.048354331 0.802787423 240.042861938 0.127118811 0.991290867 0.034397282 5.566604137 -0.794132590 0.122491725 -0.595272660 -91.571533203\n-0.597578287 0.048815440 0.800323367 241.453125000 0.127789885 0.991184890 0.034960017 5.635213375 -0.791561842 0.123164564 -0.598548651 -92.635711670\n-0.601938367 0.049267709 0.797021329 242.870971680 0.127804309 0.991172671 0.035253141 5.692530632 -0.788248956 0.123082973 -0.602921486 -93.669372559\n-0.605099320 0.049344249 0.794619679 244.271453857 0.127567723 0.991191089 0.035591297 5.757677555 -0.785863698 0.122904070 -0.606063843 -94.732543945\n-0.608329654 0.049802925 0.792120636 245.661407471 0.126195177 0.991402447 0.034582488 5.817908287 -0.783587992 0.120999344 -0.609384418 -95.788574219\n-0.610988259 0.049910482 0.790064871 247.048294067 0.124466285 0.991654456 0.033609234 5.881989956 -0.781793892 0.118871279 -0.612101436 -96.859680176\n-0.614225268 0.049867667 0.787553549 248.440795898 0.123604782 0.991762400 0.033603180 5.944827080 -0.779390275 0.117985308 -0.615329385 -97.931701660\n-0.617306471 0.049747556 0.785148323 249.820770264 0.123137683 0.991807938 0.033972777 6.007835388 -0.777026296 0.117652960 -0.618375301 -99.005584717\n-0.620252013 0.049473219 0.782840908 251.205261230 0.122697346 0.991843164 0.034532692 6.064676285 -0.774746954 0.117471471 -0.621262908 -100.094696045\n-0.622255445 0.051146641 0.781141698 252.563858032 0.123249337 0.991818905 0.033238988 6.129012585 -0.773051023 0.116958328 -0.623468518 -101.183013916\n-0.624734521 0.051249620 0.779153585 253.937408447 0.122469559 0.991925061 0.032952659 6.190116405 -0.771173120 0.116009258 -0.625966311 -102.279632568\n-0.627102613 0.050535135 0.777295649 255.310928345 0.121081896 0.992087603 0.033186201 6.252937317 -0.769468307 0.114927582 -0.628259659 -103.386444092\n-0.629335880 0.049659099 0.775545359 256.671600342 0.120220140 0.992163956 0.034026206 6.315120220 -0.767778456 0.114650071 -0.630374432 -104.480895996\n-0.631629705 0.049792405 0.773669600 258.052124023 0.120268367 0.992147505 0.034334630 6.370923996 -0.765884757 0.114734754 -0.632658243 -105.593536377\n-0.633872747 0.050088968 0.771813750 259.403503418 0.120058075 0.992177248 0.034210857 6.432359695 -0.764062405 0.114347801 -0.634927750 -106.690948486\n-0.635766625 0.050224233 0.770245790 260.763183594 0.119609870 0.992237687 0.034027562 6.508677006 -0.762557864 0.113762572 -0.636838913 -107.822692871\n-0.637920499 0.050408568 0.768450737 262.112823486 0.119671516 0.992222369 0.034256455 6.567850113 -0.760747194 0.113814555 -0.638991475 -108.940490723\n-0.640202045 0.050404876 0.766551137 263.476928711 0.118749321 0.992344558 0.033924099 6.634431362 -0.758972943 0.112745702 -0.641286612 -110.084991455\n-0.642729998 0.049513754 0.764491200 264.830688477 0.117304243 0.992502153 0.034339752 6.698346615 -0.757058859 0.111749239 -0.643719077 -111.216674805\n-0.645950437 0.048225798 0.761854768 266.185974121 0.115246110 0.992724657 0.034873210 6.770807743 -0.754630208 0.110327147 -0.646808743 -112.360839844\n-0.649701834 0.047290076 0.758716941 267.538757324 0.113412060 0.992923260 0.035228677 6.838908672 -0.751681745 0.108935781 -0.650467396 -113.503417969\n-0.653560042 0.046694804 0.755433083 268.887268066 0.111632273 0.993126273 0.035191134 6.907880306 -0.748597205 0.107330218 -0.654280305 -114.647979736\n-0.657071352 0.047373366 0.752338767 270.204498291 0.111566044 0.993143916 0.034902152 6.976738930 -0.745527267 0.106868640 -0.657851577 -115.791351318\n-0.661783338 0.047710516 0.748175561 271.578125000 0.110482715 0.993283093 0.034384388 7.046214104 -0.741509676 0.105415478 -0.662609339 -116.988433838\n-0.666146040 0.048426621 0.744247794 272.913177490 0.110635974 0.993265629 0.034396064 7.111575603 -0.737570047 0.105253354 -0.667017698 -118.170532227\n-0.670688391 0.048427783 0.740156591 274.251434326 0.110011108 0.993324697 0.034693554 7.175637722 -0.733535647 0.104694009 -0.671538949 -119.367950439\n-0.675560832 0.047881816 0.735748172 275.577819824 0.108651519 0.993459702 0.035109881 7.247002125 -0.729255021 0.103658997 -0.676344872 -120.560211182\n-0.680049181 0.047340915 0.731636703 276.898315430 0.107430562 0.993576229 0.035565801 7.313277245 -0.725253105 0.102786623 -0.680766582 -121.780181885\n-0.684499025 0.045987543 0.727561831 278.205657959 0.106521219 0.993606329 0.037412845 7.379640579 -0.721189499 0.103109829 -0.685021162 -122.995513916\n-0.688777924 0.045286894 0.723556697 279.503234863 0.105519563 0.993681192 0.038253803 7.452949524 -0.717252254 0.102697752 -0.689204216 -124.218475342\n-0.693066001 0.045408703 0.719442606 280.817840576 0.103974260 0.993875325 0.037432346 7.527192593 -0.713336527 0.100746594 -0.693542480 -125.468811035\n-0.697413802 0.045970105 0.715192914 282.105712891 0.101230927 0.994253874 0.034807235 7.597311974 -0.709483266 0.096674681 -0.698059916 -126.702728271\n-0.702145338 0.044503223 0.710641623 283.404785156 0.096647747 0.994764924 0.033196073 7.669345856 -0.705444038 0.091990374 -0.702770591 -127.963012695\n-0.706601977 0.041931950 0.706367731 284.691955566 0.092846967 0.995106339 0.033805490 7.741400719 -0.701493442 0.089471124 -0.707037449 -129.229370117\n-0.710555434 0.038160674 0.702605724 285.967895508 0.090376712 0.995207131 0.037346527 7.807827950 -0.697813094 0.090035975 -0.710598707 -130.510650635\n-0.714717031 0.036485966 0.698461652 287.242462158 0.088902339 0.995277286 0.038980450 7.878974915 -0.693740785 0.089954853 -0.714585304 -131.799133301\n-0.718691468 0.036893491 0.694350123 288.505554199 0.088690393 0.995298743 0.038915467 7.958577633 -0.689650059 0.089550376 -0.718584776 -133.086669922\n-0.722393274 0.038911685 0.690386713 289.769653320 0.089813203 0.995237887 0.037883222 8.030616760 -0.685624897 0.089372426 -0.722447991 -134.388671875\n-0.725434542 0.038948860 0.687188566 291.030944824 0.089287706 0.995286584 0.037845634 8.106630325 -0.682475567 0.088812001 -0.725492835 -135.708312988\n-0.728568554 0.038033541 0.683916152 292.269287109 0.088262588 0.995346248 0.038672592 8.171241760 -0.679262519 0.088539846 -0.728534937 -137.002624512\n-0.731677294 0.036670197 0.680664003 293.521453857 0.086166143 0.995517492 0.038991336 8.249349594 -0.676183105 0.087179273 -0.731557369 -138.334381104\n-0.734919429 0.035197731 0.677240372 294.766418457 0.084431946 0.995630980 0.039877605 8.327700615 -0.672877908 0.086487547 -0.734680295 -139.664093018\n-0.738074064 0.034072518 0.673858821 296.001678467 0.083130047 0.995707035 0.040705685 8.401212692 -0.669579029 0.086061731 -0.737737894 -140.995117188\n-0.741100311 0.032800041 0.670592904 297.240905762 0.081685320 0.995790958 0.041567717 8.486038208 -0.666406929 0.085583426 -0.740660191 -142.336822510\n-0.744498014 0.031071708 0.666901290 298.488830566 0.079680823 0.995911837 0.042551316 8.558283806 -0.662852764 0.084818609 -0.743930101 -143.721221924\n-0.747963309 0.029335022 0.663091660 299.722259521 0.077685878 0.996025562 0.043565236 8.642076492 -0.659178257 0.084098049 -0.747269511 -145.086029053\n-0.751410484 0.026697559 0.659294963 300.958404541 0.074399143 0.996237278 0.044452306 8.722600937 -0.655627489 0.082452901 -0.750569344 -146.481109619\n-0.755050063 0.025605066 0.655167282 302.175201416 0.072762229 0.996337354 0.044916518 8.807374954 -0.651617527 0.081585638 -0.754147649 -147.848480225\n-0.758612037 0.023985213 0.651101112 303.392517090 0.071034186 0.996409953 0.046057787 8.894757271 -0.647658944 0.081190422 -0.757592440 -149.240325928\n-0.761676788 0.023660911 0.647525251 304.603546143 0.070225947 0.996460915 0.046194788 8.984655380 -0.644140601 0.080658562 -0.760642767 -150.651275635\n-0.765143156 0.023990540 0.643413246 305.798889160 0.069517545 0.996541977 0.045512415 9.071950912 -0.640096426 0.079552017 -0.764165044 -152.042633057\n-0.767997026 0.024038864 0.640002310 306.993591309 0.069128484 0.996568620 0.045521848 9.165443420 -0.636711895 0.079203025 -0.767023563 -153.474884033\n-0.771305323 0.023896068 0.636016726 308.180236816 0.068756737 0.996575177 0.045939364 9.257459641 -0.632740736 0.079163708 -0.770306706 -154.887756348\n-0.774325728 0.024492398 0.632313192 309.378417969 0.068982795 0.996562541 0.045874320 9.341113091 -0.629016101 0.079140387 -0.773353577 -156.324707031\n-0.777363896 0.025347579 0.628540516 310.566009521 0.068964593 0.996599019 0.045103222 9.438064575 -0.625259578 0.078408644 -0.776468158 -157.763763428\n-0.780446887 0.024812585 0.624729753 311.743408203 0.068331808 0.996611714 0.045781113 9.527812004 -0.621477067 0.078418635 -0.779497981 -159.218902588\n-0.783309937 0.024039820 0.621166706 312.913330078 0.067984350 0.996571064 0.047161922 9.619178772 -0.617902994 0.079172000 -0.782258272 -160.680694580\n-0.786228895 0.024652775 0.617443383 314.079437256 0.068900466 0.996470571 0.047948971 9.705297470 -0.614082098 0.080241010 -0.785152555 -162.146759033\n-0.788844824 0.024335839 0.614110410 315.227447510 0.068605296 0.996457517 0.048638329 9.801619530 -0.610751271 0.080499321 -0.787719965 -163.601196289\n-0.792129397 0.023334285 0.609906912 316.377960205 0.067313217 0.996513188 0.049299102 9.881301880 -0.606629908 0.080106065 -0.790938139 -165.050231934\n-0.794940352 0.024217812 0.606204093 317.497619629 0.067802228 0.996489763 0.049102150 9.978157997 -0.602886975 0.080135264 -0.793791890 -166.501861572\n-0.797663093 0.023838550 0.602632284 318.634918213 0.066970073 0.996540070 0.049223177 10.073683739 -0.599373817 0.079621829 -0.796499610 -167.976074219\n-0.800529957 0.024385797 0.598796487 319.749847412 0.066808507 0.996575117 0.048730962 10.166137695 -0.595557332 0.079015292 -0.799417377 -169.443206787\n-0.803601742 0.025338072 0.594628036 320.877227783 0.066775531 0.996623576 0.047775090 10.263580322 -0.591409802 0.078098744 -0.802580476 -170.936889648\n-0.806790829 0.026877664 0.590225518 321.974273682 0.067298710 0.996643722 0.046606809 10.347960472 -0.586991847 0.077323362 -0.805891871 -172.417266846\n-0.810133219 0.026596289 0.585642099 323.079254150 0.067495957 0.996558905 0.048111212 10.435750961 -0.582347274 0.078504965 -0.809140682 -173.923736572\n-0.813219666 0.026752690 0.581341684 324.171478271 0.068704106 0.996370435 0.050256051 10.532781601 -0.577887237 0.080809765 -0.812106133 -175.455993652\n-0.816406727 0.026624754 0.576863229 325.247161865 0.068145655 0.996398747 0.050455119 10.625085831 -0.573442400 0.080502622 -0.815281034 -176.942138672\n-0.819625616 0.026093340 0.572305202 326.337493896 0.067411460 0.996415138 0.051113214 10.721120834 -0.568919837 0.080473624 -0.818446398 -178.469940186\n-0.823039412 0.026132492 0.567382872 327.410308838 0.067194507 0.996405780 0.051579207 10.819795609 -0.563995719 0.080576733 -0.821837187 -179.990203857\n-0.826205730 0.025835089 0.562776029 328.472259521 0.066775486 0.996396840 0.052291289 10.919752121 -0.559397280 0.080782995 -0.824953914 -181.528686523\n-0.829400301 0.025354734 0.558079123 329.531463623 0.065867878 0.996439934 0.052620448 11.019811630 -0.554758132 0.080402903 -0.828117609 -183.082550049\n-0.832582712 0.025275765 0.553323865 330.574005127 0.065007307 0.996513546 0.052295439 11.115166664 -0.550072908 0.079510368 -0.831323028 -184.624542236\n-0.835807443 0.025221137 0.548443019 331.615417480 0.063442357 0.996689200 0.050849337 11.213684082 -0.545344770 0.077294774 -0.834640384 -186.178955078\n-0.838724494 0.026093991 0.543930352 332.635620117 0.063487068 0.996725380 0.050079238 11.315257072 -0.540842414 0.076535232 -0.837634563 -187.732604980\n-0.841515303 0.026199507 0.539597750 333.647216797 0.062981345 0.996770263 0.049823917 11.410943985 -0.536549628 0.075912170 -0.840447545 -189.278686523\n-0.843966961 0.025610395 0.535783529 334.650268555 0.062136114 0.996802926 0.050229814 11.514613152 -0.532784164 0.075683802 -0.842860103 -190.834838867\n-0.847002864 0.025368070 0.530982912 335.674285889 0.061993059 0.996758997 0.051268015 11.610961914 -0.527961433 0.076341398 -0.845830321 -192.429565430\n-0.849351406 0.023999359 0.527282596 336.673492432 0.060675215 0.996782899 0.052367385 11.714687347 -0.524329484 0.076471277 -0.848075032 -194.008453369\n-0.851612091 0.024057278 0.523620009 337.651031494 0.060122442 0.996836483 0.051983945 11.803745270 -0.520712912 0.075751476 -0.850364327 -195.591339111\n-0.853564262 0.023873264 0.520440519 338.632598877 0.059156440 0.996930182 0.051290851 11.910262108 -0.517618418 0.074567437 -0.852356195 -197.186920166\n-0.855625272 0.023834847 0.517046988 339.621246338 0.058796234 0.996948957 0.051340431 12.006801605 -0.514245749 0.074328572 -0.854416013 -198.783172607\n-0.857578158 0.022683974 0.513853550 340.602661133 0.057683844 0.996966183 0.052258547 12.119918823 -0.511109233 0.074456826 -0.856284976 -200.391876221\n-0.859818459 0.021689184 0.510139227 341.587127686 0.057490125 0.996856570 0.054514650 12.212173462 -0.507353246 0.076200664 -0.858362556 -202.020172119\n-0.861942768 0.022132402 0.506522238 342.554473877 0.057149652 0.996920884 0.053690586 12.329936981 -0.503774285 0.075225785 -0.860553622 -203.651123047\n-0.864149570 0.022458004 0.502734184 343.522766113 0.056475945 0.997020662 0.052537818 12.440807343 -0.500056446 0.073792905 -0.862843275 -205.279144287\n-0.866720080 0.022548784 0.498285055 344.491668701 0.056111563 0.997044206 0.052481767 12.544309616 -0.495628834 0.073446549 -0.865423441 -206.920104980\n-0.869095445 0.021919098 0.494158775 345.447204590 0.055533137 0.997025490 0.053443737 12.650932312 -0.491517454 0.073889889 -0.867727637 -208.566101074\n-0.871440887 0.021582318 0.490025192 346.396209717 0.054827247 0.997056782 0.053588901 12.763504982 -0.487426370 0.073566303 -0.870059371 -210.221618652\n-0.873592973 0.021645049 0.486175686 347.338409424 0.054563567 0.997067809 0.053652972 12.874086380 -0.483588785 0.073398337 -0.872212410 -211.897003174\n-0.875797749 0.021497849 0.482199758 348.272979736 0.054281961 0.997056961 0.054138198 12.987755775 -0.479616761 0.073588848 -0.874387145 -213.558410645\n-0.878000736 0.021070609 0.478195548 349.211486816 0.054036889 0.997007310 0.055284653 13.099526405 -0.475599587 0.074380159 -0.876511812 -215.245819092\n-0.880095720 0.021808056 0.474295348 350.134735107 0.054278288 0.997016847 0.054875273 13.211157799 -0.471683711 0.074039429 -0.878654003 -216.937988281\n-0.882024765 0.023080045 0.470637649 351.067718506 0.054754421 0.997053683 0.053720109 13.324441910 -0.468011141 0.073151954 -0.880689740 -218.630676270\n-0.883956909 0.024299851 0.466936707 351.987609863 0.055776227 0.996997893 0.053705089 13.436515808 -0.464229882 0.073516943 -0.882658482 -220.310577393\n-0.885402918 0.026416615 0.464072883 352.887481689 0.057844535 0.996884882 0.053615287 13.547928810 -0.461210877 0.074315220 -0.884172797 -222.006378174\n-0.886942148 0.028743446 0.460985273 353.791168213 0.059253715 0.996895671 0.051846348 13.663289070 -0.458063960 0.073299803 -0.885892034 -223.730072021\n-0.888422966 0.031205749 0.457963645 354.689788818 0.061159149 0.996838510 0.050720412 13.774874687 -0.454933047 0.073069848 -0.887522697 -225.454589844\n-0.890064240 0.032599594 0.454667985 355.584411621 0.062483672 0.996749640 0.050852150 13.884345055 -0.451532394 0.073671006 -0.889208078 -227.176116943\n-0.891575933 0.032892872 0.451675534 356.475250244 0.062919773 0.996682882 0.051616665 13.994740486 -0.448479444 0.074439488 -0.890688062 -228.899017334\n-0.893290043 0.033026729 0.448265702 357.348266602 0.062842131 0.996678412 0.051797900 14.098425865 -0.445066035 0.074440524 -0.892398357 -230.643188477\n-0.894813895 0.033715121 0.445164293 358.238800049 0.063203022 0.996667981 0.051558867 14.212436676 -0.441942662 0.074271321 -0.893963337 -232.404998779\n-0.896669507 0.034141891 0.441382051 359.136413574 0.062956735 0.996722639 0.050798152 14.329496384 -0.438201129 0.073337130 -0.895880222 -234.166412354\n-0.898185253 0.034663349 0.438248307 360.018249512 0.063306078 0.996694744 0.050911352 14.444629669 -0.435035020 0.073471613 -0.897410870 -235.961791992\n-0.899691105 0.034887239 0.435131222 360.898406982 0.063176557 0.996713042 0.050712999 14.562401772 -0.431931734 0.073116116 -0.898937821 -237.747436523\n-0.901074052 0.035229672 0.432231992 361.760375977 0.063183874 0.996724427 0.050480004 14.668778419 -0.429037809 0.072796308 -0.900348425 -239.528411865\n-0.902677298 0.036003433 0.428809583 362.639953613 0.063191421 0.996781409 0.049331687 14.778998375 -0.425653309 0.071627676 -0.902047038 -241.314208984\n-0.903468132 0.036525521 0.427096456 363.508117676 0.063770689 0.996728361 0.049658015 14.897352219 -0.423885345 0.072100669 -0.902841568 -243.152679443\n-0.904263735 0.036972255 0.425370604 364.386413574 0.064204618 0.996690512 0.049857739 15.016154289 -0.422119468 0.072395302 -0.903644800 -245.027374268\n-0.904993296 0.037872244 0.423737258 365.264221191 0.064731151 0.996690691 0.049168047 15.129885674 -0.420472890 0.071925737 -0.904449940 -246.912384033\n-0.905621529 0.040209226 0.422176391 366.137176514 0.066485025 0.996646821 0.047695406 15.247701645 -0.418842942 0.071262389 -0.905258179 -248.784942627\n-0.906296492 0.042895511 0.420460612 367.007965088 0.068696320 0.996557772 0.046404731 15.366937637 -0.417022765 0.070940524 -0.906123519 -250.684417725\n-0.907242656 0.043575838 0.418344259 367.891357422 0.069198027 0.996529579 0.046265218 15.471487045 -0.414876372 0.070922375 -0.907109499 -252.559997559\n-0.907718539 0.043541081 0.417314678 368.753997803 0.069119707 0.996530116 0.046370834 15.588466644 -0.413847595 0.070936322 -0.907578349 -254.480133057\n-0.908592463 0.043243837 0.415439367 369.633850098 0.068563871 0.996575594 0.046218202 15.697905540 -0.412018061 0.070477635 -0.908446074 -256.377136230\n-0.909654737 0.042090382 0.413226992 370.505981445 0.066782936 0.996730089 0.045487504 15.804924011 -0.409961194 0.068974435 -0.909491181 -258.308654785\n-0.910939693 0.041776016 0.410419255 371.369750977 0.065922409 0.996816158 0.044852488 15.911231995 -0.407238781 0.067913726 -0.910793304 -260.205749512\n-0.911911964 0.042365447 0.408193529 372.225463867 0.066405378 0.996782124 0.044897165 16.015602112 -0.404977918 0.068048500 -0.911790848 -262.146514893\n-0.912639618 0.042115476 0.406589895 373.067321777 0.066535071 0.996718407 0.046103630 16.123504639 -0.403313935 0.069128484 -0.912446856 -264.082183838\n-0.913595319 0.041824885 0.404468328 373.916564941 0.066044144 0.996750891 0.046106510 16.230316162 -0.401225775 0.068835445 -0.913389206 -266.017059326\n-0.914755583 0.040892940 0.401933283 374.759277344 0.064769924 0.996839881 0.045990031 16.334342957 -0.398782462 0.068102814 -0.914513469 -267.946441650\n-0.915805101 0.040109985 0.399614990 375.625549316 0.063914485 0.996875346 0.046416074 16.432151794 -0.396504581 0.068049267 -0.915507197 -269.897338867\n-0.916759849 0.039131176 0.397517830 376.453948975 0.062774561 0.996937633 0.046634000 16.532531738 -0.394475639 0.067706183 -0.916408777 -271.798736572\n-0.917356133 0.038971409 0.396155506 377.297149658 0.062102854 0.997021675 0.045727216 16.637781143 -0.393193573 0.066550523 -0.917044282 -273.727661133\n-0.917951226 0.037462819 0.394920796 378.119781494 0.060308505 0.997138083 0.045590550 16.730499268 -0.392082632 0.065666974 -0.917583466 -275.617645264\n-0.918106914 0.036813460 0.394619733 378.947143555 0.059738345 0.997155368 0.045961812 16.826980591 -0.391805202 0.065771781 -0.917694449 -277.506652832\n-0.918035865 0.035366084 0.394917250 379.768157959 0.058221724 0.997241557 0.046037726 16.919704437 -0.392199725 0.065257043 -0.917562604 -279.402465820\n-0.917722106 0.035008743 0.395677477 380.580078125 0.057271473 0.997362435 0.044589058 17.008106232 -0.393072844 0.063581392 -0.917306542 -281.268402100\n-0.917114139 0.035401933 0.397049755 381.390991211 0.056827053 0.997486591 0.042321984 17.112915039 -0.394553542 0.061377253 -0.916820884 -283.159576416\n-0.916974187 0.034699298 0.397434503 382.225921631 0.055936575 0.997552037 0.041964252 17.196010590 -0.395005465 0.060711261 -0.916670442 -285.025787354\n-0.916391492 0.033867009 0.398847967 383.049133301 0.055255838 0.997577965 0.042249169 17.282188416 -0.396451086 0.060755458 -0.916043282 -286.935119629\n-0.915971637 0.032172121 0.399951190 383.881408691 0.054153048 0.997572541 0.043776914 17.365436554 -0.397571951 0.061756991 -0.915490389 -288.796752930\n-0.915295482 0.030871388 0.401598305 384.715087891 0.053166848 0.997594178 0.044487875 17.460407257 -0.399258733 0.062071268 -0.914734721 -290.685363770\n-0.914669871 0.029421678 0.403129518 385.544342041 0.051748522 0.997663677 0.044600740 17.559034348 -0.400875449 0.061656311 -0.914055467 -292.550537109\n-0.914216876 0.028192418 0.404243410 386.375396729 0.050284505 0.997759223 0.044136021 17.652736664 -0.402093291 0.060677070 -0.913585901 -294.391052246\n-0.913683295 0.027789669 0.405475795 387.196868896 0.049569197 0.997831225 0.043309975 17.746795654 -0.403392851 0.059670705 -0.913079262 -296.236877441\n-0.913242340 0.028031837 0.406451613 388.031921387 0.049459804 0.997879624 0.042308558 17.835638046 -0.404403806 0.058740977 -0.912692428 -298.092285156\n-0.912975907 0.027116075 0.407111943 388.869110107 0.048414215 0.997939587 0.042103402 17.927942276 -0.405131429 0.058149390 -0.912407517 -299.955261230\n-0.912837863 0.025961952 0.407496214 389.701019287 0.047004566 0.998023450 0.041710582 18.014533997 -0.405607879 0.057229180 -0.912253857 -301.803222656\n-0.913159490 0.023469759 0.406926006 390.532318115 0.043758918 0.998215854 0.040624060 18.105978012 -0.405246556 0.054902889 -0.912557244 -303.651428223\n-0.913692117 0.020350078 0.405897647 391.358673096 0.039579775 0.998453557 0.039037216 18.191741943 -0.404475540 0.051733326 -0.913084626 -305.497680664\n-0.914412022 0.016172713 0.404461503 392.184509277 0.034719974 0.998652756 0.038563468 18.278684616 -0.403292924 0.049305789 -0.913741708 -307.356811523\n-0.915332675 0.012084856 0.402517378 393.018249512 0.030326078 0.998779893 0.038975552 18.361400604 -0.401555240 0.047882363 -0.914582253 -309.213867188\n-0.916112900 0.008301725 0.400834680 393.844177246 0.026545916 0.998847663 0.039983805 18.446052551 -0.400040835 0.047270197 -0.915277600 -311.050964355\n-0.916956663 0.006342450 0.398936540 394.665863037 0.024308594 0.998904228 0.039992396 18.530492783 -0.398245752 0.046368878 -0.916106105 -312.875305176\n-0.917280436 0.006177478 0.398194253 395.470764160 0.024230747 0.998892903 0.040321399 18.621971130 -0.397504330 0.046634566 -0.916414618 -314.715454102\n-0.917434573 0.006845429 0.397827983 396.283660889 0.025365006 0.998824477 0.041307677 18.704010010 -0.397077560 0.047987994 -0.916529655 -316.542297363\n-0.917066932 0.008947323 0.398633063 397.092864990 0.027828958 0.998746514 0.041604448 18.794107437 -0.397761136 0.049247604 -0.916166306 -318.402343750\n-0.916560531 0.010268619 0.399764091 397.898498535 0.027879367 0.998878717 0.038262621 18.878551483 -0.398922950 0.046215177 -0.915819049 -320.248596191\n-0.916238904 0.009429736 0.400521308 398.713470459 0.025749026 0.999042094 0.035382777 18.963119507 -0.399803966 0.042732112 -0.915603995 -322.120422363\n-0.916073799 0.007537484 0.400939167 399.529449463 0.024461921 0.999011755 0.037110090 19.041038513 -0.400263190 0.043803319 -0.915352821 -323.957092285\n-0.915919900 0.007230308 0.401295662 400.363861084 0.025541898 0.998861134 0.040300116 19.128839493 -0.400547236 0.047161534 -0.915061474 -325.832824707\n-0.915442705 0.008445734 0.402359933 401.173675537 0.027248187 0.998786330 0.041029610 19.218505859 -0.401525050 0.048523828 -0.914561868 -327.690734863\n-0.915418506 0.009509024 0.402391016 402.002044678 0.028303696 0.998766899 0.040787268 19.306268692 -0.401506960 0.048726570 -0.914558768 -329.526000977\n-0.915291667 0.009125404 0.402688563 402.837188721 0.027411446 0.998836756 0.039670058 19.396816254 -0.401858121 0.047347948 -0.914477110 -331.390197754\n-0.915377259 0.007287337 0.402531505 403.658905029 0.025174038 0.998915672 0.039162908 19.483634949 -0.401809633 0.045982171 -0.914568067 -333.234985352\n-0.915930033 0.004265260 0.401315391 404.530731201 0.021963434 0.998977780 0.039510243 19.560192108 -0.400736630 0.045002878 -0.915087342 -335.082946777\n-0.916278601 0.001467331 0.400539041 405.367248535 0.019487156 0.998972416 0.040919457 19.647041321 -0.400067419 0.045298982 -0.915365696 -336.957031250\n-0.916512609 -0.000013806 0.400005758 406.188964844 0.018304303 0.998951018 0.041974187 19.738658905 -0.399586707 0.045791700 -0.915550947 -338.817810059\n-0.916922092 -0.001047539 0.399065346 407.008209229 0.017448861 0.998934984 0.042713977 19.831300735 -0.398685068 0.046128616 -0.915927172 -340.653747559\n-0.917355418 0.000138357 0.398069382 407.821319580 0.018866695 0.998891234 0.043131325 19.923967361 -0.397622079 0.047077004 -0.916340828 -342.496398926\n-0.917455196 0.003542985 0.397823483 408.619293213 0.021899492 0.998893976 0.041608237 20.014497757 -0.397236049 0.046885826 -0.916517973 -344.345581055\n-0.917545199 0.008014154 0.397551060 409.421020508 0.025457550 0.998929679 0.038618620 20.099985123 -0.396816075 0.045554999 -0.916767120 -346.184570312\n-0.917595506 0.011522032 0.397348672 410.220520020 0.027678959 0.999005675 0.034950435 20.186670303 -0.396550864 0.043068558 -0.917001963 -348.036682129\n-0.917728305 0.011337708 0.397046775 411.027374268 0.028020401 0.998950183 0.036240846 20.268390656 -0.396219045 0.044384658 -0.917082548 -349.898681641\n-0.918024540 0.008503153 0.396432310 411.837280273 0.026710078 0.998825371 0.040428951 20.349111557 -0.395622879 0.047703512 -0.917173266 -351.732910156\n-0.918168068 0.008037763 0.396109223 412.645935059 0.026596239 0.998789370 0.041381992 20.437808990 -0.395297050 0.048530646 -0.917270303 -353.580810547\n-0.917769074 0.007791867 0.397038013 413.439025879 0.026811766 0.998741925 0.042376157 20.525371552 -0.396208286 0.049536821 -0.916823268 -355.408630371\n-0.917073488 0.007861127 0.398640811 414.234680176 0.027234886 0.998705506 0.042959575 20.615713120 -0.397787064 0.050254021 -0.916100383 -357.246948242\n-0.916594505 0.007740952 0.399742931 415.036224365 0.027471017 0.998669088 0.043650892 20.705928802 -0.398873001 0.050991517 -0.915587306 -359.075134277\n-0.916346312 0.008176860 0.400303125 415.854400635 0.027899582 0.998665273 0.043466393 20.789646149 -0.399413377 0.050998557 -0.915351272 -360.931091309\n-0.915935040 0.008955465 0.401226968 416.665435791 0.028067598 0.998732448 0.041781791 20.878141403 -0.400344223 0.049530879 -0.915025353 -362.760437012\n-0.915606856 0.008990408 0.401974380 417.475860596 0.027751131 0.998778939 0.040872492 20.963909149 -0.401116073 0.048578374 -0.914738297 -364.591247559\n-0.915265203 0.009304833 0.402744800 418.284942627 0.027776040 0.998811662 0.040046856 21.055093765 -0.401893586 0.047840141 -0.914435983 -366.418151855\n-0.914860368 0.009197406 0.403665602 419.088684082 0.027907286 0.998790085 0.040491417 21.140310287 -0.402804792 0.048309207 -0.914010167 -368.247985840\n-0.914656639 0.008678428 0.404138625 419.912414551 0.028105238 0.998715401 0.042162172 21.215536118 -0.403253555 0.049922317 -0.913725615 -370.077758789\n-0.914673686 0.007807607 0.404117674 420.758758545 0.027718758 0.998671293 0.043443743 21.308204651 -0.403241515 0.050938491 -0.913674712 -371.935607910\n-0.914182067 0.008350417 0.405217886 421.575531006 0.027972959 0.998703659 0.042527206 21.404302597 -0.404337466 0.050212748 -0.913230538 -373.796325684\n-0.914138913 0.008334123 0.405315638 422.407196045 0.027851213 0.998717546 0.042279251 21.496768951 -0.404443502 0.049937636 -0.913198709 -375.629089355\n-0.913977742 0.008576890 0.405674040 423.225860596 0.027830830 0.998747230 0.041586619 21.593620300 -0.404809147 0.049299482 -0.913071394 -377.475952148\n-0.914434314 0.008329709 0.404648602 424.069396973 0.027396370 0.998768985 0.041351251 21.672084808 -0.403806031 0.048898906 -0.913536906 -379.296630859\n-0.914395332 0.007889948 0.404746264 424.893402100 0.026896205 0.998784959 0.041293520 21.765991211 -0.403928667 0.048644725 -0.913496494 -381.155151367\n-0.914924860 0.005961711 0.403580159 425.741180420 0.025243117 0.998778701 0.042472664 21.857223511 -0.402834058 0.049046915 -0.913957953 -383.020507812\n-0.915229678 0.004289417 0.402910084 426.565765381 0.023577379 0.998800099 0.042923830 21.945110321 -0.402242541 0.048784718 -0.914232612 -384.879272461\n-0.915600419 0.003224081 0.402076423 427.390563965 0.021967793 0.998875439 0.042015061 22.038261414 -0.401488811 0.047301739 -0.914641619 -386.732482910\n-0.915788889 0.002858278 0.401650310 428.205780029 0.021245008 0.998919606 0.041331351 22.130456924 -0.401098222 0.046383843 -0.914860129 -388.581665039\n-0.916099906 0.001809456 0.400946170 429.030364990 0.021501008 0.998772681 0.044619042 22.228483200 -0.400373340 0.049496245 -0.915014386 -390.438293457\n-0.916323543 0.003457671 0.400424004 429.845245361 0.025136502 0.998487353 0.048899978 22.322340012 -0.399649233 0.054873459 -0.915024281 -392.299743652\n-0.916280627 0.007364812 0.400469482 430.647094727 0.028906280 0.998439729 0.047776278 22.424043655 -0.399492770 0.055352557 -0.915063858 -394.148559570\n-0.916425705 0.010517852 0.400067121 431.488128662 0.030636648 0.998564899 0.043926254 22.530387878 -0.399030983 0.052511856 -0.915432811 -395.987915039\n-0.916481018 0.010182014 0.399948627 432.294219971 0.029707925 0.998648226 0.042651728 22.622573853 -0.398973703 0.050971143 -0.915544629 -397.826232910\n-0.916651368 0.009861546 0.399566114 433.099731445 0.028845971 0.998720884 0.041526962 22.710004807 -0.398645520 0.049591620 -0.915763259 -399.663940430\n-0.916724920 0.009930648 0.399395823 433.935089111 0.028806113 0.998732030 0.041285414 22.800840378 -0.398479402 0.049352404 -0.915848613 -401.516479492\n-0.916667104 0.009842968 0.399530292 434.741943359 0.028841125 0.998719335 0.041567180 22.884654999 -0.398609519 0.049626175 -0.915777087 -403.350585938\n-0.916702747 0.009135552 0.399465293 435.552215576 0.028443821 0.998694301 0.042433988 22.973115921 -0.398556054 0.050261673 -0.915765643 -405.182495117\n-0.916677237 0.008801551 0.399531633 436.363128662 0.028167412 0.998693943 0.042625830 23.061281204 -0.398634672 0.050327897 -0.915727854 -407.023254395\n-0.916871071 0.008631601 0.399090201 437.172821045 0.027730700 0.998728156 0.042107910 23.153175354 -0.398219168 0.049674571 -0.915944219 -408.853027344\n-0.917056084 0.007461629 0.398688972 437.995452881 0.026503727 0.998754561 0.042271208 23.242172241 -0.397877008 0.049331803 -0.916111708 -410.686035156\n-0.917439103 0.007583299 0.397804618 438.804931641 0.026650067 0.998744249 0.042422917 23.336240768 -0.396983385 0.049521949 -0.916489005 -412.514404297\n-0.917199016 0.007243930 0.398363739 439.609222412 0.026420308 0.998739839 0.042669240 23.425697327 -0.397552639 0.049661074 -0.916234612 -414.362121582\n-0.917472720 0.006798142 0.397740960 440.415802002 0.025755422 0.998771250 0.042339385 23.518726349 -0.396964401 0.049089208 -0.916520476 -416.190063477\n-0.917346001 0.005658451 0.398050398 441.215362549 0.024320852 0.998827815 0.041851033 23.608428955 -0.397347003 0.048072804 -0.916408420 -418.010620117\n-0.917186141 0.005027891 0.398427278 442.010925293 0.023814745 0.998824596 0.042217419 23.699722290 -0.397746712 0.048209675 -0.916227698 -419.842041016\n-0.917034864 0.003575291 0.398790747 442.830718994 0.022500616 0.998830855 0.042786200 23.791707993 -0.398171544 0.048209477 -0.916043162 -421.681579590\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0079_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999523 0.000395781 0.000880623 0.000065517 -0.000393825 0.999997437 -0.002219960 0.001435113 -0.000881499 0.002219612 0.999997139 0.638519347\n0.999998808 0.000167230 0.001529308 0.005521190 -0.000163395 0.999996841 -0.002507683 0.001147513 -0.001529723 0.002507430 0.999995708 1.259249806\n0.999997377 -0.000146436 0.002292266 -0.000611759 0.000150148 0.999998689 -0.001619477 0.004329611 -0.002292026 0.001619817 0.999996066 1.899032712\n0.999996305 0.000373057 0.002691068 0.005115722 -0.000374884 0.999999702 0.000678395 -0.001065222 -0.002690815 -0.000679401 0.999996126 2.525348186\n0.999992669 0.000698113 0.003758150 0.003743717 -0.000709248 0.999995351 0.002962436 -0.003380865 -0.003756064 -0.002965079 0.999988556 3.146312952\n0.999985695 -0.000182207 0.005345208 0.005662627 0.000154326 0.999986410 0.005216045 -0.002356752 -0.005346086 -0.005215146 0.999972105 3.766028166\n0.999976814 0.001262400 0.006688017 0.007047283 -0.001303392 0.999980390 0.006128450 0.000866983 -0.006680149 -0.006137026 0.999958873 4.376882076\n0.999960423 0.003325576 0.008254698 0.007670215 -0.003366661 0.999981999 0.004968295 0.003580527 -0.008238027 -0.004995889 0.999953568 4.981383324\n0.999923348 0.006815519 0.010335610 0.008070129 -0.006873842 0.999960601 0.005617994 0.003474367 -0.010296913 -0.005688609 0.999930799 5.579763889\n0.999882817 0.008897352 0.012459795 0.007733322 -0.008977834 0.999939084 0.006418401 0.007714238 -0.012401929 -0.006529510 0.999901772 6.179083347\n0.999839962 0.009833144 0.014944881 0.011768068 -0.009923675 0.999932766 0.005995627 0.010390276 -0.014884921 -0.006142976 0.999870360 6.756682396\n0.999756932 0.011353953 0.018899778 0.019490685 -0.011501667 0.999904037 0.007725393 0.014372947 -0.018810250 -0.007940894 0.999791563 7.319196701\n0.999624789 0.013222150 0.023988137 0.030734947 -0.013400842 0.999883533 0.007303799 0.015520615 -0.023888770 -0.007622519 0.999685585 7.871506214\n0.999437928 0.015375736 0.029789597 0.047311775 -0.015469388 0.999876082 0.002915856 0.015728546 -0.029741073 -0.003375044 0.999551952 8.400357246\n0.999177754 0.015196342 0.037587814 0.062400840 -0.015136146 0.999883652 -0.001885541 0.014318152 -0.037612095 0.001315056 0.999291539 8.906342506\n0.998821199 0.013601662 0.046595953 0.087114133 -0.013373259 0.999897003 -0.005210022 0.016550306 -0.046662018 0.004580741 0.998900235 9.401588440\n0.998371243 0.010228752 0.056126595 0.131008148 -0.009874514 0.999929547 -0.006585115 0.008551058 -0.056189999 0.006020167 0.998401940 9.881264687\n0.997707129 0.007978324 0.067207813 0.169708297 -0.007647280 0.999957323 -0.005181511 0.009755229 -0.067246288 0.004655673 0.997725546 10.373604774\n0.996761441 0.005864777 0.080201231 0.218026787 -0.005706890 0.999981284 -0.002197707 0.009785481 -0.080212623 0.001732890 0.996776283 10.816378593\n0.995411158 0.007662489 0.095383249 0.263937801 -0.007665551 0.999970555 -0.000334321 0.009208252 -0.095382996 -0.000398379 0.995440543 11.254125595\n0.993689537 0.009958182 0.111722469 0.312190145 -0.010129025 0.999948263 0.000961668 0.003767085 -0.111707114 -0.002087239 0.993739009 11.676074982\n0.991811872 0.008662855 0.127413198 0.387396395 -0.009086466 0.999954939 0.002743828 -0.000214116 -0.127383694 -0.003879097 0.991845906 12.093685150\n0.989578426 0.006189225 0.143861726 0.456140220 -0.006822325 0.999969065 0.003907865 -0.006720374 -0.143833101 -0.004848610 0.989590108 12.492432594\n0.987000108 0.004550447 0.160654992 0.530734420 -0.005135648 0.999981582 0.003227549 -0.004204041 -0.160637349 -0.004010659 0.987005353 12.876770020\n0.984216511 0.005313709 0.176888630 0.612234056 -0.005744542 0.999981642 0.001923591 -0.001858190 -0.176875159 -0.002909374 0.984228969 13.241149902\n0.980958998 0.005495045 0.194137216 0.689217746 -0.005666770 0.999983907 0.000329213 0.000784536 -0.194132283 -0.001423076 0.980974317 13.599390984\n0.977627575 0.004800961 0.210288525 0.777914882 -0.004708431 0.999988496 -0.000940676 0.002182035 -0.210290611 -0.000070499 0.977638900 13.945351601\n0.974039912 0.011701444 0.226073712 0.855843186 -0.011218870 0.999931216 -0.003419292 -0.003985256 -0.226098180 0.000794236 0.974104226 14.283471107\n0.969803631 0.017895959 0.243229598 0.941002131 -0.016645992 0.999835551 -0.007193508 -0.009649077 -0.243318334 0.002927492 0.969942093 14.614583969\n0.965540051 0.020640176 0.259434819 1.038021803 -0.018609792 0.999773979 -0.010280086 -0.010880977 -0.259588361 0.005097806 0.965705931 14.945211411\n0.961142957 0.019974861 0.275327444 1.140052080 -0.017596478 0.999783516 -0.011106070 -0.013957355 -0.275489658 0.005829729 0.961286366 15.267014503\n0.956517160 0.019481832 0.291024655 1.244057536 -0.017012615 0.999794602 -0.011012717 -0.009840641 -0.291179448 0.005582762 0.956652164 15.583329201\n0.952162147 0.019455802 0.304973364 1.361407399 -0.016696790 0.999792695 -0.011652549 -0.011247478 -0.305136859 0.006003040 0.952289581 15.898118019\n0.947266221 0.022445617 0.319660634 1.462607145 -0.019742509 0.999736726 -0.011694572 -0.011196192 -0.319838941 0.004766970 0.947459936 16.218675613\n0.942922354 0.029258719 0.331724942 1.565437675 -0.027661629 0.999571860 -0.009536289 -0.010981195 -0.331861943 -0.000184071 0.943327963 16.533340454\n0.939818382 0.032571193 0.340118408 1.671570301 -0.032156374 0.999459326 -0.006857700 -0.018301278 -0.340157866 -0.004491981 0.940357625 16.846359253\n0.937140942 0.032752454 0.347410619 1.782631636 -0.031861175 0.999458015 -0.008279234 -0.018087253 -0.347493500 -0.003310099 0.937676549 17.140911102\n0.935894966 0.030118579 0.350989312 1.906239748 -0.028571447 0.999545753 -0.009587261 -0.030045733 -0.351118624 -0.001055602 0.936330378 17.449871063\n0.936577678 0.028701017 0.349282831 2.018478632 -0.026386760 0.999586999 -0.011383074 -0.035217021 -0.349465281 0.001444692 0.936948180 17.736064911\n0.937899113 0.025263706 0.345987022 2.123762846 -0.021407766 0.999658883 -0.014962304 -0.039989140 -0.346246988 0.006626323 0.938120008 18.017768860\n0.939411819 0.023828655 0.341961503 2.222567797 -0.018552117 0.999653161 -0.018693076 -0.038094305 -0.342288345 0.011216386 0.939527988 18.298547745\n0.942190707 0.026041279 0.334063739 2.313107729 -0.020671785 0.999593794 -0.019618830 -0.046856049 -0.334438950 0.011578985 0.942346275 18.583766937\n0.945466638 0.032061882 0.324137092 2.393331766 -0.026416223 0.999413192 -0.021803768 -0.048775945 -0.324645966 0.012052258 0.945758820 18.858648300\n0.948656976 0.037213109 0.314110100 2.470772505 -0.031351931 0.999227583 -0.023692768 -0.053751081 -0.314749151 0.012628351 0.949090898 19.153890610\n0.952493191 0.040555511 0.301847547 2.536243200 -0.034725022 0.999092638 -0.024659354 -0.049934357 -0.302573740 0.013006207 0.953037262 19.423534393\n0.956766188 0.037845962 0.288385361 2.612104654 -0.032882005 0.999216199 -0.022039639 -0.059510775 -0.288993448 0.011604091 0.957260728 19.708286285\n0.960987568 0.033787720 0.274520099 2.683672667 -0.029068545 0.999351680 -0.021241818 -0.060330939 -0.275059849 0.012433222 0.961346686 19.978279114\n0.965310395 0.031163258 0.259238690 2.745830774 -0.026673108 0.999427378 -0.020820908 -0.064610556 -0.259739101 0.013183937 0.965588808 20.247919083\n0.969384015 0.031493679 0.243521541 2.794729710 -0.027291268 0.999414980 -0.020612288 -0.065357558 -0.244028226 0.013335211 0.969676435 20.512058258\n0.973074496 0.031515878 0.228326052 2.839918613 -0.027881000 0.999428213 -0.019128645 -0.069431804 -0.228798360 0.012247639 0.973396778 20.774095535\n0.976368546 0.032420684 0.213666469 2.884194851 -0.029559243 0.999425590 -0.016574176 -0.066806912 -0.214081094 0.009866684 0.976766050 21.033702850\n0.979416072 0.031965867 0.199304655 2.920895100 -0.030400926 0.999478281 -0.010908092 -0.074895203 -0.199549362 0.004624515 0.979876876 21.293275833\n0.982167721 0.032377005 0.185197979 2.950955153 -0.031703319 0.999475539 -0.006598591 -0.087946542 -0.185314491 0.000609533 0.982679069 21.528125763\n0.984552205 0.033974472 0.171763614 2.984801531 -0.033297926 0.999422193 -0.006819245 -0.082576551 -0.171896055 0.000994531 0.985114574 21.778001785\n0.986403346 0.034822553 0.160610646 3.004279137 -0.034105785 0.999392152 -0.007218238 -0.085579589 -0.160764381 0.001642342 0.986991465 22.008182526\n0.988157928 0.035001196 0.149394751 3.027136326 -0.034121100 0.999381959 -0.008450956 -0.085884288 -0.149598211 0.003253367 0.988741517 22.229801178\n0.989733338 0.032296121 0.139229715 3.053610563 -0.031398766 0.999469638 -0.008637439 -0.086625256 -0.139434829 0.004177120 0.990222454 22.459627151\n0.991111994 0.029430680 0.129733860 3.080441236 -0.028685324 0.999559522 -0.007610579 -0.084180608 -0.129900709 0.003821478 0.991519630 22.690458298\n0.992306352 0.026509825 0.120935425 3.100457191 -0.025964536 0.999644339 -0.006082785 -0.090452880 -0.121053666 0.002895954 0.992641747 22.909206390\n0.993275225 0.026172666 0.112780154 3.113698959 -0.025821906 0.999656141 -0.004570015 -0.096302725 -0.112860985 0.001627085 0.993609428 23.124082565\n0.994041979 0.027645495 0.105433919 3.122694969 -0.027334576 0.999616683 -0.004393098 -0.097990528 -0.105514959 0.001484933 0.994416595 23.328456879\n0.994614065 0.031539809 0.098732188 3.126768112 -0.031238182 0.999501407 -0.004599781 -0.093009979 -0.098828040 0.001490793 0.995103419 23.521148682\n0.995147645 0.034039754 0.092316881 3.136591673 -0.033804704 0.999419987 -0.004109124 -0.094948389 -0.092403211 0.000968441 0.995721221 23.718606949\n0.995523453 0.036888242 0.087019213 3.138598680 -0.036536187 0.999316454 -0.005635485 -0.094386823 -0.087167606 0.002430907 0.996190667 23.898841858\n0.995789468 0.038187224 0.083337270 3.146684885 -0.037771851 0.999264896 -0.006555764 -0.097537972 -0.083526351 0.003380357 0.996499836 24.066680908\n0.995976567 0.039618380 0.080380894 3.157944441 -0.039216053 0.999209106 -0.006578388 -0.094609916 -0.080577947 0.003399699 0.996742487 24.246337891\n0.996244788 0.039052710 0.077273689 3.171368837 -0.038773298 0.999234974 -0.005113489 -0.098036572 -0.077414267 0.002098131 0.996996820 24.402254105\n0.996458173 0.038064990 0.074981205 3.185055256 -0.037889346 0.999274850 -0.003764145 -0.098184124 -0.075070113 0.000909824 0.997177839 24.566757202\n0.996604562 0.037493382 0.073304586 3.193294764 -0.037383404 0.999296844 -0.002872234 -0.098371208 -0.073360734 0.000122107 0.997305453 24.715818405\n0.996762037 0.036171719 0.071812391 3.202527761 -0.036093146 0.999345541 -0.002391951 -0.100407332 -0.071851917 -0.000207728 0.997415304 24.863817215\n0.996842027 0.036275327 0.070640557 3.213362455 -0.036147311 0.999341667 -0.003090128 -0.100850865 -0.070706151 0.000526903 0.997497022 25.004581451\n0.996803820 0.038425528 0.070040360 3.217058182 -0.038209662 0.999259949 -0.004419669 -0.102511182 -0.070158355 0.001729324 0.997534394 25.139745712\n0.996768832 0.040595971 0.069309570 3.219553232 -0.040306255 0.999171853 -0.005573988 -0.105555907 -0.069478452 0.002762369 0.997579634 25.263345718\n0.996751726 0.041717056 0.068889126 3.224898815 -0.041340746 0.999121428 -0.006879840 -0.108129233 -0.069115609 0.004009564 0.997600615 25.385253906\n0.996782184 0.041297525 0.068700425 3.232223034 -0.040863421 0.999134958 -0.007712749 -0.110410094 -0.068959519 0.004880596 0.997607529 25.497961044\n0.996833682 0.040053166 0.068690568 3.238519669 -0.039566889 0.999181390 -0.008425746 -0.110606059 -0.068971820 0.005681195 0.997602403 25.605939865\n0.996915519 0.039010122 0.068100139 3.252650976 -0.038508084 0.999220669 -0.008669770 -0.107452534 -0.068385273 0.006020623 0.997640848 25.716766357\n0.996962488 0.038502976 0.067699805 3.263388634 -0.037995484 0.999239445 -0.008768429 -0.108106010 -0.067985922 0.006169509 0.997667193 25.821685791\n0.996990919 0.038188290 0.067459658 3.266940117 -0.037689883 0.999252081 -0.008646001 -0.110193782 -0.067739375 0.006077438 0.997684538 25.920766830\n0.997016311 0.037533890 0.067451552 3.273223400 -0.037090089 0.999281347 -0.007820302 -0.111809388 -0.067696609 0.005295184 0.997691929 26.008243561\n0.997048497 0.037037019 0.067249551 3.279473066 -0.036637612 0.999302924 -0.007163286 -0.113605171 -0.067467980 0.004678281 0.997710466 26.085569382\n0.997054815 0.037398450 0.066955663 3.283459425 -0.036945395 0.999285340 -0.007992472 -0.113478169 -0.067206718 0.005495228 0.997723937 26.149965286\n0.997000039 0.037956413 0.067455761 3.280147076 -0.037415639 0.999256849 -0.009262549 -0.115680322 -0.067757204 0.006710860 0.997679293 26.201858521\n0.996955812 0.039530542 0.067204304 3.283798456 -0.038838100 0.999178410 -0.011579525 -0.111408725 -0.067606837 0.008934188 0.997672021 26.252431870\n0.996934772 0.040850878 0.066724889 3.283571720 -0.040097989 0.999116480 -0.012584586 -0.112050906 -0.067180030 0.009870478 0.997692049 26.300411224\n0.996872962 0.042077299 0.066886090 3.283680677 -0.041309733 0.999064147 -0.012818277 -0.110101968 -0.067362852 0.010015148 0.997678280 26.340776443\n0.996840358 0.042633530 0.067020118 3.285991669 -0.041905202 0.999046683 -0.012236480 -0.112637833 -0.067477904 0.009389326 0.997676611 26.378194809\n0.996827841 0.043622021 0.066568486 3.287959337 -0.042895630 0.999003828 -0.012303220 -0.110985443 -0.067038864 0.009408695 0.997705996 26.406908035\n0.996798277 0.044187550 0.066638023 3.288043261 -0.043458078 0.998978794 -0.012357594 -0.113812581 -0.067116030 0.009422068 0.997700691 26.424673080\n0.996770978 0.044689935 0.066711821 3.286042213 -0.043933805 0.998952985 -0.012759401 -0.116023496 -0.067212187 0.009787296 0.997690678 26.441228867\n0.996787071 0.044999901 0.066261411 3.288472176 -0.044237215 0.998937309 -0.012933585 -0.116072968 -0.066773012 0.009960810 0.997718453 26.451057434\n0.996741951 0.045495305 0.066601001 3.287529230 -0.044713017 0.998912811 -0.013190545 -0.114881620 -0.067128696 0.010169638 0.997692525 26.461894989\n0.996762335 0.045443386 0.066330612 3.288444042 -0.044665579 0.998915255 -0.013163216 -0.115446761 -0.066856839 0.010157904 0.997710884 26.468694687\n0.996754110 0.045595851 0.066349812 3.288300991 -0.044822834 0.998909116 -0.013093758 -0.114120439 -0.066874452 0.010077272 0.997710526 26.471330643\n0.996747434 0.045588050 0.066455498 3.287814856 -0.044811677 0.998909175 -0.013127569 -0.116367593 -0.066981465 0.010106889 0.997703016 26.468273163\n0.996731639 0.045982543 0.066419907 3.285634518 -0.045161620 0.998884261 -0.013809419 -0.115980729 -0.066980794 0.010764655 0.997696221 26.464618683\n0.996743381 0.045901056 0.066299982 3.289461374 -0.045069959 0.998886049 -0.013977947 -0.116078541 -0.066867732 0.010944289 0.997701824 26.463598251\n0.996741772 0.045932166 0.066302963 3.288904667 -0.045110416 0.998886168 -0.013839036 -0.115320243 -0.066864766 0.010802991 0.997703552 26.465955734\n0.996741354 0.045825548 0.066382557 3.287514925 -0.044995390 0.998889804 -0.013948089 -0.115950301 -0.066948041 0.010915727 0.997696757 26.462940216\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0084_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n1.000000000 0.000017378 0.000028167 0.000014918 -0.000017379 1.000000000 0.000012406 -0.000097296 -0.000028167 -0.000012407 1.000000000 0.000681815\n1.000000000 -0.000008891 0.000022247 0.000562152 0.000008891 1.000000000 -0.000008913 0.000354411 -0.000022247 0.000008913 1.000000000 0.000653713\n1.000000000 -0.000005034 0.000010033 0.000772567 0.000005034 1.000000000 -0.000001642 -0.000099596 -0.000010033 0.000001642 1.000000000 0.001232318\n1.000000000 -0.000040106 0.000018065 0.000407071 0.000040107 1.000000000 -0.000007670 0.000193735 -0.000018065 0.000007670 1.000000000 0.001154761\n1.000000000 -0.000051225 -0.000007426 0.000493305 0.000051225 1.000000000 0.000014697 0.000204342 0.000007425 -0.000014697 1.000000000 0.001663801\n1.000000000 -0.000102120 0.000015309 0.000592259 0.000102120 1.000000000 -0.000018673 0.000254041 -0.000015307 0.000018675 1.000000000 0.000839421\n1.000000000 -0.000058397 0.000034519 0.000061220 0.000058396 1.000000000 0.000027284 -0.000251027 -0.000034521 -0.000027282 1.000000000 0.000271133\n1.000000000 -0.000063747 0.000000651 0.000406608 0.000063747 1.000000000 0.000015261 -0.000339071 -0.000000652 -0.000015261 1.000000000 -0.000275386\n1.000000000 -0.000048702 0.000019032 0.000575071 0.000048701 1.000000000 0.000030979 -0.000021767 -0.000019034 -0.000030978 1.000000000 0.001229240\n1.000000000 -0.000033622 0.000031997 -0.000111034 0.000033623 1.000000000 -0.000012388 0.000102611 -0.000031996 0.000012389 1.000000000 0.000825593\n1.000000000 -0.000028333 -0.000000426 0.000504866 0.000028333 1.000000000 -0.000016204 0.000083788 0.000000427 0.000016204 1.000000000 0.000916690\n1.000000000 -0.000053573 0.000025653 0.000190849 0.000053573 1.000000000 0.000021254 -0.000249587 -0.000025654 -0.000021252 1.000000000 0.000538029\n1.000000000 -0.000050817 0.000028700 -0.000038702 0.000050817 1.000000000 0.000018468 0.000005186 -0.000028700 -0.000018466 1.000000000 0.000451586\n1.000000000 -0.000032116 0.000029411 0.000295203 0.000032117 1.000000000 -0.000012562 0.000176505 -0.000029411 0.000012563 1.000000000 0.000935418\n1.000000000 -0.000121521 0.000013676 0.000297746 0.000121520 1.000000000 0.000039999 -0.000214659 -0.000013681 -0.000039997 1.000000000 0.000675097\n1.000000000 -0.000007874 0.000044223 -0.000184647 0.000007875 1.000000000 -0.000029309 0.000185848 -0.000044223 0.000029309 1.000000000 0.000817297\n1.000000000 -0.000070431 0.000003222 0.000437146 0.000070431 1.000000000 0.000027934 -0.000371657 -0.000003224 -0.000027933 1.000000000 0.000433100\n1.000000000 -0.000051776 0.000001232 0.000383372 0.000051776 1.000000000 -0.000008502 -0.000053457 -0.000001231 0.000008502 1.000000000 -0.000286365\n1.000000000 -0.000036566 -0.000012541 0.000725472 0.000036566 1.000000000 -0.000002215 -0.000113354 0.000012541 0.000002214 1.000000000 0.000747896\n1.000000000 -0.000013523 0.000040195 -0.000029944 0.000013520 1.000000000 0.000068795 -0.000615112 -0.000040196 -0.000068794 1.000000000 0.000124694\n1.000000000 -0.000066816 0.000017578 0.000687192 0.000066816 1.000000000 0.000026586 -0.000238055 -0.000017580 -0.000026585 1.000000000 0.000493298\n1.000000000 -0.000025470 0.000042799 0.000203791 0.000025468 1.000000000 0.000037893 -0.000523265 -0.000042800 -0.000037892 1.000000000 0.001068354\n1.000000000 -0.000039692 0.000017295 0.000323018 0.000039692 1.000000000 -0.000005410 0.000004377 -0.000017295 0.000005411 1.000000000 0.000562112\n1.000000000 -0.000033165 0.000020231 0.000326928 0.000033164 1.000000000 0.000016568 -0.000038125 -0.000020232 -0.000016567 1.000000000 0.000543366\n1.000000000 -0.000018574 0.000035654 0.000448672 0.000018574 1.000000000 -0.000007143 -0.000073621 -0.000035654 0.000007144 1.000000000 0.001192092\n1.000000000 -0.000056888 0.000037608 -0.000431307 0.000056888 1.000000000 0.000001083 -0.000398782 -0.000037608 -0.000001080 1.000000000 -0.000374909\n1.000000000 -0.000029606 0.000014620 0.000506223 0.000029606 1.000000000 0.000039099 -0.000129829 -0.000014621 -0.000039098 1.000000000 0.000755909\n1.000000000 -0.000030752 0.000019772 0.000413656 0.000030752 1.000000000 -0.000030087 0.000348495 -0.000019771 0.000030088 1.000000000 0.000926578\n1.000000000 -0.000061286 0.000012291 0.000729726 0.000061286 1.000000000 -0.000003978 -0.000244076 -0.000012291 0.000003979 1.000000000 0.001349132\n1.000000000 -0.000078137 0.000007987 0.000595519 0.000078137 1.000000000 0.000011821 0.000146145 -0.000007988 -0.000011821 1.000000000 0.001336951\n1.000000000 -0.000040092 0.000004586 0.000517525 0.000040092 1.000000000 -0.000016833 0.000224805 -0.000004586 0.000016833 1.000000000 0.000460260\n1.000000000 -0.000024859 0.000011886 0.000800262 0.000024859 1.000000000 0.000004000 0.000148486 -0.000011886 -0.000004000 1.000000000 0.001287475\n1.000000000 -0.000017999 0.000013546 0.000408752 0.000017999 1.000000000 -0.000046666 0.000480194 -0.000013545 0.000046667 1.000000000 0.000578696\n1.000000000 -0.000095324 -0.000016375 0.000740639 0.000095324 1.000000000 -0.000002026 0.000018691 0.000016375 0.000002024 1.000000000 0.000871983\n1.000000000 -0.000034020 0.000014506 0.000239871 0.000034019 1.000000000 0.000014770 0.000085681 -0.000014507 -0.000014770 1.000000000 0.001448817\n1.000000000 0.000003295 0.000019283 0.000465682 -0.000003294 1.000000000 -0.000047436 0.000580514 -0.000019283 0.000047436 1.000000000 0.000808561\n1.000000000 -0.000029194 0.000028373 0.000501837 0.000029194 1.000000000 -0.000005198 0.000342699 -0.000028373 0.000005199 1.000000000 0.000714884\n1.000000000 -0.000029121 0.000022784 -0.000140244 0.000029121 1.000000000 0.000005544 -0.000151333 -0.000022784 -0.000005543 1.000000000 0.000415897\n1.000000000 -0.000004695 0.000008870 0.000766685 0.000004696 1.000000000 -0.000045586 0.000637164 -0.000008869 0.000045586 1.000000000 0.001706396\n1.000000000 -0.000059702 0.000018349 0.000429474 0.000059701 1.000000000 0.000034959 -0.000237846 -0.000018351 -0.000034958 1.000000000 0.000880965\n1.000000000 -0.000025348 0.000030349 0.000128051 0.000025349 1.000000000 -0.000040222 0.000360170 -0.000030348 0.000040223 1.000000000 0.000561095\n1.000000000 -0.000007183 0.000034688 0.000027737 0.000007184 1.000000000 -0.000024484 0.000306477 -0.000034688 0.000024485 1.000000000 0.001140660\n1.000000000 -0.000050579 0.000022270 0.000331680 0.000050579 1.000000000 0.000016432 -0.000139301 -0.000022270 -0.000016431 1.000000000 0.000610956\n1.000000000 -0.000058959 -0.000015361 0.000677896 0.000058959 1.000000000 -0.000025372 0.000265424 0.000015362 0.000025371 1.000000000 0.001028274\n1.000000000 -0.000034513 0.000028090 0.000197463 0.000034514 1.000000000 -0.000033399 0.000305810 -0.000028089 0.000033400 1.000000000 0.000960258\n1.000000000 -0.000059873 -0.000008043 0.000886837 0.000059873 1.000000000 -0.000010387 0.000151249 0.000008043 0.000010387 1.000000000 0.000930129\n1.000000000 -0.000073620 -0.000126340 0.001816009 0.000073562 0.999999881 -0.000465219 0.000959710 0.000126374 0.000465210 0.999999881 0.002524697\n1.000000000 -0.000026991 -0.000102654 -0.000124008 0.000026850 0.999999046 -0.001377698 0.001866133 0.000102691 0.001377695 0.999999046 0.012045137\n1.000000000 0.000108713 -0.000146255 0.000400244 -0.000108938 0.999998808 -0.001544510 0.002535325 0.000146087 0.001544526 0.999998808 0.028080871\n0.999999940 -0.000027561 -0.000354384 0.001623463 0.000027079 0.999999046 -0.001359060 0.002440963 0.000354421 0.001359050 0.999998987 0.047929157\n0.999999881 -0.000207452 -0.000403450 0.000477542 0.000207000 0.999999344 -0.001119323 0.000780730 0.000403682 0.001119239 0.999999285 0.073211968\n0.999999821 -0.000347709 -0.000529846 0.001897152 0.000347302 0.999999642 -0.000766462 0.001477107 0.000530112 0.000766277 0.999999583 0.105014712\n0.999999702 -0.000312870 -0.000743766 0.000606951 0.000312342 0.999999702 -0.000709937 0.000712717 0.000743987 0.000709704 0.999999464 0.140526682\n0.999999464 -0.000349392 -0.000988834 0.001608341 0.000348677 0.999999702 -0.000723652 0.000375608 0.000989087 0.000723307 0.999999225 0.183723778\n0.999999225 -0.000234595 -0.001200461 0.000090384 0.000232889 0.999998987 -0.001420994 0.001765444 0.001200794 0.001420713 0.999998271 0.233463451\n0.999998748 -0.000238459 -0.001551617 -0.000446311 0.000234986 0.999997497 -0.002238160 0.001767175 0.001552147 0.002237793 0.999996305 0.297610551\n0.999998271 -0.000360850 -0.001810999 -0.003506228 0.000355768 0.999996006 -0.002806210 0.003885435 0.001812004 0.002805561 0.999994397 0.371071011\n0.999996305 -0.001208456 -0.002435390 0.001602836 0.001201738 0.999995470 -0.002757929 0.003348690 0.002438712 0.002754992 0.999993205 0.467044145\n0.999994099 -0.001973914 -0.002816808 -0.002097316 0.001967489 0.999995470 -0.002282088 0.001967125 0.002821300 0.002276533 0.999993443 0.572635591\n0.999992788 -0.002022862 -0.003209853 -0.004915236 0.002016357 0.999995887 -0.002028363 0.003806448 0.003213943 0.002021876 0.999992788 0.695542693\n0.999990880 -0.002117200 -0.003704614 -0.007160531 0.002111818 0.999996722 -0.001456036 0.004279332 0.003707684 0.001448200 0.999992073 0.839019060\n0.999987662 -0.002028927 -0.004536123 -0.009205819 0.002024977 0.999997556 -0.000875172 0.004612745 0.004537888 0.000865975 0.999989331 1.001037836\n0.999983907 -0.001719604 -0.005411412 -0.010068347 0.001716770 0.999998391 -0.000528379 0.003315964 0.005412311 0.000519081 0.999985218 1.178632736\n0.999979377 -0.001515113 -0.006244246 -0.013646990 0.001510935 0.999998629 -0.000673819 0.006269988 0.006245259 0.000664371 0.999980271 1.375769138\n0.999972284 -0.001038454 -0.007375441 -0.018143516 0.001028560 0.999998569 -0.001345111 0.007209723 0.007376827 0.001337487 0.999971867 1.578096151\n0.999961495 -0.001801184 -0.008589433 -0.018812498 0.001774765 0.999993682 -0.003082361 0.006176625 0.008594930 0.003066998 0.999958336 1.811302423\n0.999951303 -0.002598532 -0.009518663 -0.021519784 0.002556464 0.999986947 -0.004429020 0.005494332 0.009530048 0.004404470 0.999944866 2.055429697\n0.999937832 -0.003714923 -0.010512427 -0.023947649 0.003667788 0.999983132 -0.004499436 0.006487542 0.010528965 0.004460599 0.999934614 2.315775394\n0.999921501 -0.005388149 -0.011313798 -0.023562243 0.005340511 0.999976754 -0.004236616 0.008983903 0.011336363 0.004175862 0.999927044 2.601660013\n0.999911189 -0.005938286 -0.011930403 -0.026996588 0.005896389 0.999976337 -0.003543931 0.013056932 0.011951166 0.003473270 0.999922574 2.907342672\n0.999903738 -0.006777486 -0.012105002 -0.029887034 0.006748603 0.999974310 -0.002425264 0.017522920 0.012121128 0.002343339 0.999923766 3.235331059\n0.999889851 -0.008847759 -0.011916032 -0.033596311 0.008821453 0.999958515 -0.002258386 0.022126723 0.011935520 0.002153021 0.999926448 3.573672295\n0.999845803 -0.013428581 -0.011314839 -0.026649335 0.013386691 0.999903262 -0.003769880 0.025570745 0.011364369 0.003617831 0.999928892 3.950504541\n0.999831378 -0.015413205 -0.009981223 -0.026590301 0.015382482 0.999876738 -0.003147643 0.025820935 0.010028508 0.002993576 0.999945223 4.335236073\n0.999857605 -0.014926810 -0.007873353 -0.033666082 0.014923920 0.999888539 -0.000425615 0.023910368 0.007878829 0.000308053 0.999968886 4.738602161\n0.999911845 -0.011812332 -0.006059088 -0.043180812 0.011799470 0.999928057 -0.002154280 0.017509962 0.006084099 0.002082597 0.999979317 5.168573856\n0.999964416 -0.007565812 -0.003727138 -0.048366129 0.007536069 0.999940157 -0.007930459 0.016275341 0.003786915 0.007902089 0.999961615 5.606540203\n0.999991357 -0.004130532 -0.000498227 -0.052696306 0.004122572 0.999878347 -0.015041211 0.021868138 0.000560295 0.015039026 0.999886751 6.044905186\n0.999969125 -0.007126602 0.003308013 -0.047231521 0.007195011 0.999750435 -0.021150172 0.022394160 -0.003156459 0.021173321 0.999770820 6.504663944\n0.999836862 -0.016095985 0.008196545 -0.029837169 0.016292041 0.999568462 -0.024442473 0.023385866 -0.007799582 0.024572024 0.999667645 6.967996120\n0.999608934 -0.024482355 0.013511753 -0.002947402 0.024819963 0.999368906 -0.025411401 0.019840268 -0.012881095 0.025736826 0.999585748 7.455228806\n0.999545395 -0.022853244 0.019664183 0.007971991 0.023323622 0.999439061 -0.024033250 0.016354272 -0.019103914 0.024480965 0.999517739 7.944463730\n0.999564826 -0.011703735 0.027078325 0.007655720 0.012203272 0.999757051 -0.018356744 0.005264824 -0.026856903 0.018679200 0.999464750 8.455067635\n0.999328017 -0.002592056 0.036562756 0.010220728 0.003076331 0.999908209 -0.013194988 -0.003869297 -0.036525197 0.013298601 0.999244273 8.965938568\n0.998880148 -0.002494094 0.047246456 0.044479549 0.003067837 0.999922395 -0.012075015 -0.006966118 -0.047212671 0.012206437 0.998810291 9.493302345\n0.998177469 -0.009557470 0.059585001 0.091228694 0.010432885 0.999841928 -0.014398125 -0.018912299 -0.059437975 0.014993527 0.998119414 10.010301590\n0.997152567 -0.014452155 0.074012950 0.149070933 0.015834384 0.999710381 -0.018122887 -0.026216064 -0.073729597 0.019243233 0.997092605 10.542488098\n0.995875478 -0.011875208 0.089950144 0.194422260 0.013887214 0.999666452 -0.021775264 -0.034113258 -0.089661554 0.022934608 0.995708168 11.083577156\n0.994332969 -0.005316764 0.106177337 0.251704454 0.008047200 0.999647439 -0.025303960 -0.035836447 -0.106005363 0.026014993 0.994025171 11.640506744\n0.992188811 -0.003334710 0.124700494 0.333258033 0.006550704 0.999656200 -0.025388606 -0.044010222 -0.124572955 0.026007166 0.991869569 12.209490776\n0.989340544 -0.001581966 0.145611629 0.412564963 0.004978141 0.999723971 -0.022962097 -0.054419495 -0.145535111 0.023442209 0.989075303 12.782680511\n0.985728979 -0.003004019 0.168313295 0.519494593 0.006695742 0.999749184 -0.021370396 -0.066173732 -0.168206885 0.022192402 0.985501885 13.350153923\n0.981551886 -0.005144833 0.191126883 0.649873078 0.009525553 0.999712408 -0.022008792 -0.078151941 -0.190958679 0.023423359 0.981318593 13.931516647\n0.976562917 -0.006294307 0.215140164 0.786526382 0.011373888 0.999684811 -0.022380730 -0.088696994 -0.214931488 0.024303170 0.976326704 14.509062767\n0.970933020 -0.003879145 0.239319831 0.939366221 0.009613344 0.999693871 -0.022797760 -0.098513350 -0.239158124 0.024435762 0.970673084 15.083373070\n0.964465618 0.000031024 0.264208406 1.099484801 0.006554923 0.999689400 -0.024045456 -0.103688642 -0.264127076 0.024922881 0.964165807 15.670129776\n0.957319736 0.001016074 0.289029151 1.281948447 0.006352789 0.999678254 -0.024555996 -0.116705939 -0.288961112 0.025344081 0.957005322 16.260307312\n0.949102104 0.000037397 0.314968556 1.487041235 0.008039407 0.999671340 -0.024344027 -0.130635872 -0.314865947 0.025637127 0.948789835 16.846902847\n0.940008342 0.000569745 0.341151059 1.705115438 0.008497311 0.999649286 -0.025082989 -0.142340809 -0.341045707 0.026477085 0.939673781 17.427425385\n0.930255175 0.004116538 0.366890162 1.948704481 0.005895253 0.999640286 -0.026163541 -0.151712537 -0.366865903 0.026501680 0.929896295 18.021865845\n0.919653177 0.006812035 0.392672479 2.206037998 0.004175307 0.999623477 -0.027120071 -0.162774652 -0.392709374 0.026580587 0.919278443 18.606540680\n0.908311188 0.007803330 0.418222368 2.496373892 0.004002999 0.999618053 -0.027345067 -0.176109090 -0.418275982 0.026511973 0.907932997 19.198188782\n0.896517456 0.006205213 0.442964971 2.789951324 0.005822242 0.999650478 -0.025787113 -0.192444995 -0.442970186 0.025697647 0.896167994 19.787788391\n0.884639502 0.005751516 0.466240168 3.117294788 0.006170599 0.999691963 -0.024040187 -0.199920326 -0.466234803 0.024143880 0.884331465 20.355049133\n0.872631669 0.005670249 0.488346010 3.456258774 0.006537923 0.999707341 -0.023290431 -0.203462273 -0.488335162 0.023516735 0.872339249 20.942466736\n0.861523569 0.004778685 0.507695079 3.810709000 0.007055149 0.999746501 -0.021382224 -0.222158819 -0.507668555 0.022003153 0.861271441 21.516378403\n0.851269960 0.002760422 0.524720788 4.189342499 0.009808914 0.999727726 -0.021172604 -0.233521521 -0.524636328 0.023170540 0.851011097 22.101387024\n0.841702998 0.001611823 0.539938390 4.569756508 0.011740723 0.999704480 -0.021286780 -0.243426204 -0.539813101 0.024256414 0.841435313 22.678022385\n0.834407210 -0.000207749 0.551148474 4.967502594 0.014881513 0.999643803 -0.022152958 -0.250353187 -0.550947607 0.026686510 0.834113121 23.251207352\n0.828604162 -0.001745275 0.559832215 5.363276005 0.017069610 0.999608934 -0.022148345 -0.265840918 -0.559574664 0.027908327 0.828309894 23.833259583\n0.824699879 -0.003398537 0.565560460 5.775156498 0.019110397 0.999578357 -0.021860158 -0.270177096 -0.565247715 0.028836153 0.824417114 24.423204422\n0.822298348 -0.005009949 0.569034576 6.195998192 0.020260293 0.999585032 -0.020477025 -0.275623441 -0.568695843 0.028367030 0.822058558 25.019035339\n0.820005953 -0.008257741 0.572295427 6.624119759 0.021632822 0.999628603 -0.016572505 -0.291239411 -0.571946025 0.025969919 0.819880068 25.631734848\n0.818240047 -0.009503114 0.574798226 7.056845665 0.021854438 0.999654770 -0.014583106 -0.300686151 -0.574461222 0.024494370 0.818165243 26.229972839\n0.815612793 -0.008952673 0.578528881 7.491885662 0.021622399 0.999653459 -0.015013828 -0.306652844 -0.578194022 0.024754653 0.815523684 26.850065231\n0.813127756 -0.008210366 0.582027316 7.925913811 0.022407770 0.999600887 -0.017204164 -0.331620216 -0.581653774 0.027031118 0.812987208 27.477493286\n0.811078310 -0.006501624 0.584901452 8.384166718 0.023546103 0.999490678 -0.021541102 -0.331243277 -0.584463477 0.031243671 0.810818315 28.096216202\n0.808537185 -0.006543167 0.588408768 8.835231781 0.024278738 0.999457657 -0.022247536 -0.342606455 -0.587944031 0.032273781 0.808257520 28.727231979\n0.805927396 -0.007360155 0.591968656 9.290609360 0.023905344 0.999511778 -0.020118311 -0.364413083 -0.591531575 0.030365113 0.805709839 29.363365173\n0.803920388 -0.006423724 0.594702303 9.768604279 0.022075644 0.999574900 -0.019044934 -0.373415679 -0.594327152 0.028439045 0.803720415 30.002496719\n0.801312923 -0.004993601 0.598224640 10.240497589 0.021227870 0.999572754 -0.020090617 -0.389255941 -0.597868741 0.028797904 0.801076591 30.645568848\n0.799327791 -0.002381084 0.600890577 10.719347000 0.020220840 0.999532402 -0.022937804 -0.402601361 -0.600555003 0.030485336 0.799002171 31.291704178\n0.796803951 -0.000911109 0.604237258 11.195621490 0.020343283 0.999472380 -0.025319489 -0.413252831 -0.603895366 0.032466836 0.796402037 31.938714981\n0.795046329 -0.000715497 0.606548309 11.691377640 0.019863363 0.999493659 -0.024857311 -0.425405771 -0.606223404 0.031810801 0.794657946 32.580337524\n0.793202519 -0.002358329 0.608953357 12.181694031 0.019527458 0.999576747 -0.021564702 -0.439072043 -0.608644724 0.028996488 0.792912841 33.225494385\n0.791326344 -0.003865969 0.611381769 12.686398506 0.019282365 0.999640346 -0.018636577 -0.449797690 -0.611089885 0.026536500 0.791116297 33.885070801\n0.789757550 -0.004771883 0.613400578 13.204050064 0.020775748 0.999604106 -0.018972611 -0.472125322 -0.613067210 0.027727619 0.789544046 34.568027496\n0.789012849 -0.003878218 0.614364445 13.720148087 0.021935018 0.999520361 -0.021861052 -0.485715985 -0.613985002 0.030724747 0.788719475 35.217975616\n0.788403869 -0.002567769 0.615152657 14.232938766 0.022783168 0.999427080 -0.025027998 -0.496722937 -0.614735961 0.033747297 0.788010716 35.870094299\n0.787479818 -0.001526338 0.616338551 14.744396210 0.022499425 0.999401629 -0.026271952 -0.510181725 -0.615929663 0.034555897 0.787042916 36.548141479\n0.787177622 -0.001924102 0.616723418 15.266191483 0.022002731 0.999446154 -0.024965851 -0.528950751 -0.616333783 0.033222158 0.786783934 37.211139679\n0.786747456 -0.002632514 0.617269397 15.787332535 0.021854656 0.999482751 -0.023592526 -0.549758792 -0.616887987 0.032051571 0.786398053 37.884880066\n0.786579728 -0.003320248 0.617479861 16.330411911 0.022525400 0.999474287 -0.023319824 -0.565949559 -0.617077768 0.032251880 0.786240935 38.565021515\n0.786741376 -0.003295180 0.617274046 16.873945236 0.022567658 0.999470770 -0.023427969 -0.577495337 -0.616870165 0.032362182 0.786399364 39.249919891\n0.786848545 -0.003308672 0.617137313 17.421401978 0.022822073 0.999457657 -0.023739671 -0.598201096 -0.616724074 0.032763876 0.786497295 39.940814972\n0.786723077 -0.002609776 0.617300630 17.952980042 0.022915995 0.999425232 -0.024980158 -0.615590572 -0.616880596 0.033798523 0.786330700 40.635219574\n0.787017763 -0.002550407 0.616925120 18.493999481 0.023145458 0.999409497 -0.025395283 -0.631235778 -0.616496027 0.034265552 0.786612034 41.329303741\n0.787175715 -0.002366542 0.616724193 19.029098511 0.022669930 0.999427855 -0.025100410 -0.651380658 -0.616311967 0.033739530 0.786778986 42.025524139\n0.787613928 -0.003006736 0.616161704 19.608816147 0.022772167 0.999446988 -0.024231631 -0.675829887 -0.615748107 0.033116508 0.787246823 42.756683350\n0.787790060 -0.003675924 0.615932941 20.152259827 0.023214016 0.999448955 -0.023726407 -0.692883730 -0.615506291 0.032989703 0.787441254 43.464565277\n0.788549483 -0.003547493 0.614961147 20.713830948 0.022536058 0.999478400 -0.023131795 -0.713028729 -0.614558280 0.032099362 0.788218081 44.180320740\n0.789030552 -0.001674671 0.614351690 21.297948837 0.021984527 0.999432802 -0.025511028 -0.728493154 -0.613960505 0.033635210 0.788619816 44.930175781\n0.789800882 -0.000052505 0.613363385 21.846961975 0.022077432 0.999354422 -0.028342588 -0.749597192 -0.612965941 0.035926487 0.789292157 45.647644043\n0.790241599 0.000378519 0.612795353 22.406646729 0.023078911 0.999271989 -0.030379087 -0.771965802 -0.612360716 0.038149465 0.789657533 46.373298645\n0.790809453 -0.001789550 0.612059772 23.001426697 0.023932613 0.999321401 -0.028000211 -0.795565188 -0.611594319 0.036791023 0.790315628 47.140773773\n0.791623414 -0.003728171 0.610997975 23.561656952 0.023162998 0.999445677 -0.023912141 -0.811237752 -0.610570133 0.033081956 0.791270971 47.875152588\n0.792154491 -0.009838420 0.610241354 24.149656296 0.027360855 0.999437273 -0.019404031 -0.843763113 -0.609707057 0.032067716 0.791977882 48.631507874\n0.793030560 -0.011181978 0.609079242 24.716386795 0.028921571 0.999395192 -0.019308612 -0.863379478 -0.608494937 0.032927845 0.792874336 49.370510101\n0.793641686 -0.008504994 0.608326077 25.274511337 0.027838569 0.999362588 -0.022347026 -0.881532729 -0.607748270 0.034670457 0.793372571 50.107574463\n0.794132054 -0.007796345 0.607695222 25.850790024 0.028450290 0.999298394 -0.024358284 -0.897186458 -0.607078969 0.036632799 0.793796659 50.867134094\n0.794691622 -0.005106976 0.606991887 26.408681870 0.026299875 0.999315262 -0.026024753 -0.916780353 -0.606443346 0.036645465 0.794281840 51.614124298\n0.794988275 -0.002275992 0.606620491 26.970968246 0.024470624 0.999299347 -0.028319949 -0.940637529 -0.606131017 0.037358411 0.794487000 52.361732483\n0.795229912 0.001288141 0.606306732 27.531026840 0.021802427 0.999290228 -0.030719059 -0.970645010 -0.605915964 0.037647672 0.794637382 53.109146118\n0.795215249 0.004244566 0.606312335 28.099359512 0.019434733 0.999283254 -0.032485437 -0.992929816 -0.606015623 0.037616432 0.794562817 53.866210938\n0.794944108 0.005737413 0.606655598 28.651180267 0.016487179 0.999381661 -0.031055929 -1.019478202 -0.606458664 0.034689765 0.794357955 54.613113403\n0.794723749 0.006201176 0.606939614 29.210447311 0.013742635 0.999507666 -0.028206630 -1.046050310 -0.606815696 0.030757427 0.794247270 55.356468201\n0.794043303 0.006388864 0.607827604 29.772790909 0.012450115 0.999564052 -0.026770769 -1.071503401 -0.607733667 0.028824674 0.793617666 56.107986450\n0.793211281 0.007563651 0.608899534 30.326301575 0.010526124 0.999603152 -0.026129253 -1.096138835 -0.608855546 0.027135372 0.792816877 56.837753296\n0.791437149 0.009682473 0.611173868 30.886291504 0.007564709 0.999642789 -0.025632650 -1.118288040 -0.611203790 0.024909984 0.791081190 57.578704834\n0.788650155 0.013157239 0.614701450 31.450365067 0.003174098 0.999670565 -0.025469532 -1.147354841 -0.614834011 0.022037674 0.788348556 58.310779572\n0.785950840 0.016248140 0.618075550 32.014873505 0.000295809 0.999644637 -0.026655091 -1.173137426 -0.618288994 0.021132424 0.785666704 59.037780762\n0.783034861 0.019160643 0.621682703 32.562355042 -0.001693416 0.999587357 -0.028674973 -1.194346428 -0.621975601 0.021400737 0.782744169 59.755912781\n0.780225694 0.020536005 0.625160933 33.143558502 -0.002306007 0.999548554 -0.029956333 -1.222420692 -0.625493884 0.021931075 0.779920816 60.468360901\n0.777722716 0.021794621 0.628229618 33.708534241 -0.004469170 0.999565244 -0.029144397 -1.243107200 -0.628591657 0.019858595 0.777481973 61.176773071\n0.774852097 0.021424098 0.631779492 34.260951996 -0.006377399 0.999639571 -0.026076881 -1.266083121 -0.632110476 0.016176617 0.774709463 61.884887695\n0.772553623 0.020356549 0.634623110 34.849494934 -0.007825713 0.999715269 -0.022540890 -1.286347389 -0.634901285 0.012447668 0.772493005 62.593879700\n0.770559609 0.018963993 0.637085795 35.432296753 -0.009456715 0.999787390 -0.018322492 -1.302176118 -0.637297809 0.008093834 0.770575106 63.293178558\n0.768027127 0.018319238 0.640155256 36.001476288 -0.013186487 0.999831259 -0.012791532 -1.315024257 -0.640281558 0.001382845 0.768139064 63.997016907\n0.765019417 0.013544654 0.643864810 36.593765259 -0.013783704 0.999894142 -0.004656909 -1.328988433 -0.643859744 -0.005312216 0.765125155 64.712677002\n0.762599170 0.009318096 0.646804273 37.181091309 -0.012122053 0.999926507 -0.000113084 -1.329916716 -0.646757782 -0.007754356 0.762656093 65.405738831\n0.760622859 0.010755822 0.649104953 37.766452789 -0.011195531 0.999931395 -0.003450147 -1.347954988 -0.649097562 -0.004642814 0.760691047 66.082138062\n0.757676959 0.016740941 0.652415037 38.338165283 -0.010444857 0.999853969 -0.013526158 -1.348938465 -0.652546167 0.003434078 0.757741213 66.772689819\n0.755654812 0.019787718 0.654671133 38.933395386 -0.006566860 0.999722183 -0.022637233 -1.353893757 -0.654937208 0.012806803 0.755574822 67.444297791\n0.753009200 0.018720938 0.657743573 39.532207489 -0.002405884 0.999666870 -0.025698537 -1.370322227 -0.658005536 0.017768780 0.752803385 68.116310120\n0.749579489 0.017279517 0.661688745 40.122123718 -0.001525785 0.999701619 -0.024378024 -1.389579773 -0.661912620 0.017263673 0.749382257 68.792716980\n0.746243358 0.014241479 0.665520906 40.721397400 -0.000451474 0.999781728 -0.020888090 -1.408998728 -0.665673137 0.015287132 0.746086836 69.458137512\n0.742214322 0.012580807 0.670044541 41.319389343 -0.000060820 0.999825060 -0.018705422 -1.426710725 -0.670162618 0.013842680 0.742085218 70.115875244\n0.737976491 0.011094395 0.674735188 41.945262909 0.001538396 0.999834597 -0.018122457 -1.444458365 -0.674824655 0.014411957 0.737837374 70.790222168\n0.733902574 0.010880601 0.679167569 42.550201416 0.000675729 0.999859512 -0.016748430 -1.458030343 -0.679254413 0.012750650 0.733792186 71.438049316\n0.729289353 0.011176881 0.684114158 43.159599304 -0.001367697 0.999888361 -0.014877910 -1.469774246 -0.684204102 0.009914640 0.729223251 72.099082947\n0.724964857 0.010460136 0.688706517 43.785968781 -0.001845686 0.999910593 -0.013243876 -1.480495930 -0.688783467 0.008330209 0.724919319 72.750534058\n0.720717311 0.008687248 0.693174720 44.407257080 -0.000815541 0.999931395 -0.011683747 -1.492988348 -0.693228662 0.007855367 0.720674932 73.395385742\n0.715674222 0.008038703 0.698388040 45.014492035 -0.000914769 0.999943674 -0.010572310 -1.500517130 -0.698433697 0.006927466 0.715641260 74.029724121\n0.711168289 0.008916510 0.702965319 45.628368378 -0.002605211 0.999946117 -0.010047846 -1.509935856 -0.703017056 0.005314338 0.711153209 74.657424927\n0.706486106 0.008099084 0.707680583 46.257694244 0.000641794 0.999926746 -0.012084420 -1.515972733 -0.707726598 0.008991661 0.706429183 75.283004761\n0.702195942 0.007107780 0.711948276 46.892402649 0.006209353 0.999850988 -0.016106373 -1.527238846 -0.711956680 0.015730567 0.702047169 75.898483276\n0.697862625 0.010253764 0.716158211 47.544296265 0.006468993 0.999766469 -0.020618126 -1.533468604 -0.716202438 0.019021444 0.697633386 76.522041321\n0.693383753 0.011071058 0.720483482 48.185173035 0.006735802 0.999738693 -0.021844583 -1.547719955 -0.720537066 0.019999713 0.693127990 77.144271851\n0.689324856 0.008160185 0.724406481 48.841270447 0.010230305 0.999727190 -0.020996450 -1.566112280 -0.724380195 0.021884274 0.689053297 77.762809753\n0.685304284 0.007861757 0.728214502 49.500877380 0.010576733 0.999728799 -0.020746510 -1.580327272 -0.728180110 0.021919802 0.685035288 78.376525879\n0.680984378 0.008536672 0.732248247 50.177234650 0.011152798 0.999695182 -0.022026619 -1.598315477 -0.732213020 0.023166399 0.680681586 79.003860474\n0.676305413 0.008661587 0.736570477 50.842311859 0.011111343 0.999697149 -0.021958020 -1.612156391 -0.736537576 0.023034614 0.676004350 79.611724854\n0.670650303 0.007518779 0.741735578 51.527477264 0.011228691 0.999731123 -0.020286586 -1.623704672 -0.741688669 0.021933924 0.670385599 80.243835449\n0.664954782 0.005253198 0.746865153 52.227241516 0.011859596 0.999774933 -0.017591011 -1.637189865 -0.746789455 0.020554746 0.664742827 80.855957031\n0.659113169 0.003342591 0.752036393 52.933620453 0.013382327 0.999779642 -0.016172521 -1.649925947 -0.751924753 0.020723518 0.658923209 81.464744568\n0.653485894 0.002441310 0.756934822 53.633022308 0.014391328 0.999773979 -0.015649024 -1.661508560 -0.756801963 0.021119714 0.653303027 82.070190430\n0.647845864 0.001654001 0.761769712 54.346004486 0.015624231 0.999758422 -0.015458341 -1.673339844 -0.761611283 0.021916687 0.647663474 82.675422668\n0.642085075 0.000172873 0.766633451 55.057315826 0.018245466 0.999713302 -0.015506714 -1.684855700 -0.766416311 0.023944212 0.641897798 83.267753601\n0.636918306 -0.000072526 0.770931363 55.787025452 0.018776014 0.999704838 -0.015418082 -1.693804145 -0.770702660 0.024295077 0.636731625 83.867706299\n0.632540405 -0.002026014 0.774524748 56.514289856 0.021618111 0.999653161 -0.015040215 -1.705576420 -0.774225652 0.026257306 0.632364810 84.458114624\n0.629282355 -0.003720101 0.777167916 57.240856171 0.024551125 0.999584615 -0.015094597 -1.714573264 -0.776788890 0.028579108 0.629112303 85.036987305\n0.626069903 -0.003243242 0.779760182 57.993377686 0.025986006 0.999522686 -0.016706886 -1.729110956 -0.779333830 0.030722532 0.625855386 85.637054443\n0.623380005 -0.002834211 0.781913877 58.737457275 0.027146287 0.999469042 -0.018019566 -1.736298323 -0.781447649 0.032459095 0.623125970 86.229530334\n0.621184707 -0.005253220 0.783646643 59.494972229 0.030936621 0.999362409 -0.017823711 -1.749016762 -0.783053398 0.035315193 0.620951176 86.818595886\n0.619699538 -0.003444796 0.784831583 60.265281677 0.029997170 0.999363661 -0.019299207 -1.758231759 -0.784265697 0.035502438 0.619408548 87.428344727\n0.617851555 -0.002847881 0.786289632 61.027664185 0.030614316 0.999322295 -0.020436686 -1.771042705 -0.785698593 0.036698557 0.617520094 88.038696289\n0.616587520 -0.000671350 0.787286103 61.810569763 0.029985324 0.999294102 -0.022631800 -1.784547567 -0.786715209 0.037561513 0.616172373 88.649070740\n0.615221739 -0.000578003 0.788353980 62.586666107 0.029801873 0.999302030 -0.022524355 -1.805988669 -0.787790716 0.037351895 0.614809513 89.256187439\n0.614342451 -0.000733098 0.789039195 63.381240845 0.031425953 0.999228835 -0.023539724 -1.825989723 -0.788413465 0.039257761 0.613891721 89.871597290\n0.613484681 -0.001477321 0.789705276 64.181274414 0.033271294 0.999158680 -0.023977747 -1.842805982 -0.789005458 0.040984496 0.613017678 90.486991882\n0.612557828 -0.002032189 0.790423214 64.971183777 0.036041249 0.999028385 -0.025362531 -1.851973772 -0.789603710 0.044023853 0.612035871 91.096946716\n0.612448514 -0.004842361 0.790495694 65.790077209 0.038045384 0.999002993 -0.023356620 -1.871183634 -0.789594471 0.044379439 0.612022161 91.723152161\n0.611943722 -0.007198027 0.790868640 66.599075317 0.038549148 0.999041557 -0.020735150 -1.893663168 -0.789961398 0.043176055 0.611634612 92.350540161\n0.610896468 -0.008420127 0.791665733 67.437347412 0.040721413 0.998954058 -0.020798231 -1.908362508 -0.790662527 0.044943310 0.610600352 93.006866455\n0.610350013 -0.007556448 0.792095840 68.246871948 0.039168436 0.999019206 -0.020650806 -1.925995469 -0.791162908 0.043629374 0.610047340 93.639541626\n0.609806180 -0.005956660 0.792528272 69.052291870 0.036913920 0.999099970 -0.020893943 -1.942801952 -0.791690528 0.041996580 0.609477222 94.276092529\n0.609609246 -0.006653095 0.792674243 69.929664612 0.037457343 0.999089539 -0.020421136 -1.957048416 -0.791816652 0.042140380 0.609303415 94.937248230\n0.609016776 -0.006342574 0.793132067 70.764472961 0.035997421 0.999158680 -0.019650949 -1.973640561 -0.792340100 0.040518463 0.608732700 95.589897156\n0.608321249 -0.006332889 0.793665648 71.616943359 0.035508033 0.999184132 -0.019243076 -1.989256263 -0.792896211 0.039887477 0.608049750 96.256301880\n0.608646631 -0.008264911 0.793398380 72.486709595 0.036913354 0.999157965 -0.017909339 -2.004517078 -0.792582273 0.040187452 0.608439207 96.912902832\n0.609032869 -0.009124515 0.793092489 73.340545654 0.037162680 0.999163866 -0.017042667 -2.020501852 -0.792273879 0.039852988 0.608862758 97.570175171\n0.609967053 -0.007220018 0.792393923 74.199409485 0.038411591 0.999052405 -0.020465367 -2.038273335 -0.791495323 0.042920310 0.609666407 98.228866577\n0.610416412 -0.004750340 0.792066455 75.043266296 0.038718447 0.998965561 -0.023847679 -2.055549860 -0.791133761 0.045224596 0.609968901 98.884918213\n0.611164808 -0.005246682 0.791486025 75.888305664 0.038979847 0.998964131 -0.023477189 -2.074884892 -0.790542960 0.045200434 0.610736251 99.542373657\n0.611827374 -0.006857101 0.790961623 76.773239136 0.038975094 0.999009132 -0.021487422 -2.103533506 -0.790030539 0.043974396 0.611488402 100.214447021\n0.612253547 -0.007997159 0.790621161 77.625030518 0.038757812 0.999050319 -0.019908460 -2.119991541 -0.789711058 0.042831767 0.611981988 100.879135132\n0.612576008 -0.010237891 0.790345371 78.478607178 0.040428739 0.999013066 -0.018394351 -2.139979839 -0.789377034 0.043220606 0.612385392 101.542846680\n0.612842083 -0.010148026 0.790140331 79.333106995 0.039470010 0.999062538 -0.017782122 -2.157110929 -0.789219081 0.042084474 0.612668037 102.208938599\n0.612629950 -0.009351375 0.790314555 80.219223022 0.040420923 0.998992205 -0.019512633 -2.176244974 -0.789335608 0.043899268 0.612390518 102.892425537\n0.611724973 -0.006897294 0.791040421 81.056861877 0.037552860 0.999087870 -0.020328946 -2.197312832 -0.790178657 0.042141553 0.611425996 103.561370850\n0.610269070 -0.006917256 0.792164028 81.919067383 0.037173316 0.999110401 -0.019913331 -2.209637403 -0.791321576 0.041599851 0.609983325 104.230010986\n0.608708620 -0.007001963 0.793363035 82.792457581 0.034202453 0.999263048 -0.017422704 -2.225576639 -0.792656362 0.037740309 0.608499527 104.910812378\n0.607218266 -0.008164644 0.794493139 83.673858643 0.034253802 0.999286532 -0.015910421 -2.249099970 -0.793796360 0.036875509 0.607064724 105.581054688\n0.605462909 -0.007545610 0.795837820 84.524940491 0.033222388 0.999323070 -0.015800230 -2.262506962 -0.795179844 0.036006086 0.605303705 106.249031067\n0.604418516 -0.006691699 0.796638906 85.398643494 0.031604175 0.999378979 -0.015583738 -2.277487040 -0.796039939 0.034596212 0.604254663 106.907234192\n0.603500485 -0.006528271 0.797335982 86.276756287 0.031779815 0.999368846 -0.015871584 -2.294911385 -0.796729147 0.034917694 0.603327036 107.566093445\n0.602807224 -0.005831181 0.797865570 87.120697021 0.031186394 0.999381363 -0.016258141 -2.312960625 -0.797277153 0.034683075 0.602616191 108.217567444\n0.602777243 -0.006126899 0.797886014 87.981781006 0.032157268 0.999344647 -0.016619902 -2.327166319 -0.797261298 0.035675932 0.602579236 108.864379883\n0.603039742 -0.006649154 0.797683418 88.840499878 0.032438051 0.999342561 -0.016192704 -2.339852810 -0.797051311 0.035640139 0.602858961 109.523147583\n0.604086280 -0.006773605 0.796890199 89.708206177 0.032981679 0.999319613 -0.016507652 -2.356298685 -0.796236157 0.036254819 0.603898644 110.176437378\n0.604810476 -0.006313251 0.796344399 90.561996460 0.033688862 0.999276280 -0.017664084 -2.373484135 -0.795656502 0.037511360 0.604585469 110.826232910\n0.605674982 -0.006054444 0.795689106 91.414237976 0.035344470 0.999188781 -0.019301169 -2.389473438 -0.794926763 0.039813444 0.605397701 111.472686768\n0.606938720 -0.006358426 0.794723213 92.267250061 0.035129875 0.999205232 -0.018834621 -2.405105591 -0.793971837 0.039349988 0.606679738 112.130081177\n0.608542740 -0.008894188 0.793471277 93.125480652 0.039639443 0.999029517 -0.019202635 -2.423527718 -0.792530417 0.043138381 0.608304739 112.785987854\n0.610979319 -0.010706508 0.791574180 93.975006104 0.042675979 0.998900056 -0.019428894 -2.447784901 -0.790495455 0.045651857 0.610764146 113.437347412\n0.613773227 -0.010222198 0.789416194 94.821693420 0.042344145 0.998903155 -0.019987836 -2.460899115 -0.788345993 0.045695152 0.613532901 114.091880798\n0.616044402 -0.010313939 0.787643909 95.674285889 0.040075112 0.999029756 -0.018262208 -2.483043194 -0.786691308 0.042815246 0.615860105 114.765884399\n0.617510021 -0.012624720 0.786461771 96.507408142 0.037825625 0.999190986 -0.013660168 -2.494909286 -0.785653055 0.038183697 0.617487967 115.438781738\n0.619151592 -0.014631687 0.785135210 97.366554260 0.033677679 0.999401271 -0.007933239 -2.508025646 -0.784548998 0.031353407 0.619273663 116.112884521\n0.620671928 -0.008982631 0.784018934 98.215850830 0.030017501 0.999473512 -0.012312354 -2.520536900 -0.783495545 0.031176221 0.620614767 116.801681519\n0.621863842 -0.004410446 0.783113003 99.045227051 0.030622113 0.999356329 -0.018688468 -2.530076504 -0.782526493 0.035602257 0.621598601 117.472976685\n0.622926593 -0.004477107 0.782267511 99.883056641 0.032941815 0.999246716 -0.020512935 -2.549272299 -0.781586409 0.038547363 0.622604847 118.139236450\n0.623350263 -0.007314260 0.781908572 100.762115479 0.035640996 0.999182761 -0.019066859 -2.566461086 -0.781130075 0.039753329 0.623101473 118.820617676\n0.623085499 -0.009326043 0.782098174 101.613891602 0.036484875 0.999186993 -0.017152244 -2.583478928 -0.781302333 0.039222065 0.622919202 119.496078491\n0.622598767 -0.009398242 0.782484770 102.456268311 0.034943473 0.999264359 -0.015801502 -2.598122120 -0.781760633 0.037180729 0.622469187 120.176223755\n0.622034013 -0.007528763 0.782953978 103.323448181 0.034498855 0.999246240 -0.017799735 -2.612805843 -0.782229841 0.038083058 0.621824861 120.860519409\n0.621119022 -0.007024153 0.783684790 104.156562805 0.034332987 0.999243736 -0.018254826 -2.632208586 -0.782963872 0.038244657 0.620890379 121.534820557\n0.620262742 -0.008147703 0.784351826 105.002075195 0.033110064 0.999326766 -0.015802501 -2.652997732 -0.783694983 0.035771638 0.620114923 122.205871582\n0.619216204 -0.008244632 0.785177231 105.866256714 0.033468731 0.999313235 -0.015901396 -2.668589354 -0.784506917 0.036125287 0.619066954 122.892997742\n0.618549109 -0.006559091 0.785718799 106.722564697 0.034119263 0.999246180 -0.018518448 -2.681326389 -0.785005093 0.038262714 0.618306637 123.554893494\n0.617417216 -0.006159674 0.786611795 107.577354431 0.034936741 0.999197364 -0.019597746 -2.703206778 -0.785859704 0.039581634 0.617136836 124.237945557\n0.616387188 -0.006274685 0.787418246 108.446449280 0.035045061 0.999196053 -0.019470831 -2.717867613 -0.786663055 0.039596692 0.616111517 124.919967651\n0.615199149 -0.007869179 0.788332522 109.322883606 0.035748068 0.999200106 -0.017923018 -2.736636639 -0.787560880 0.039207589 0.614988327 125.601402283\n0.613954425 -0.009177350 0.789288104 110.156768799 0.036205620 0.999207377 -0.016544685 -2.759684086 -0.788510680 0.038734347 0.613800049 126.259422302\n0.612708628 -0.009639597 0.790250123 111.004127502 0.034983762 0.999276280 -0.014934807 -2.770009756 -0.789534211 0.036796607 0.612602413 126.923690796\n0.611807764 -0.011333207 0.790925324 111.866569519 0.035326913 0.999291182 -0.013007686 -2.792858601 -0.790217221 0.035899151 0.611774445 127.587593079\n0.610685229 -0.011274481 0.791793168 112.719764709 0.034502026 0.999327958 -0.012380728 -2.809494019 -0.791121483 0.034879196 0.610663831 128.252212524\n0.609747767 -0.008915298 0.792545378 113.557701111 0.032455396 0.999378920 -0.013727725 -2.825392723 -0.791930735 0.034092825 0.609658420 128.904907227\n0.608429670 -0.007218338 0.793575048 114.409851074 0.031802066 0.999377191 -0.015292164 -2.836167336 -0.792970419 0.034541529 0.608280301 129.570739746\n0.607368886 -0.005910730 0.794397950 115.241508484 0.030240590 0.999419570 -0.015684702 -2.848472834 -0.793844163 0.033549462 0.607195139 130.214950562\n0.606181622 -0.005826911 0.795304894 116.105056763 0.029119676 0.999465287 -0.014872307 -2.869725704 -0.794793010 0.032174338 0.606027186 130.886688232\n0.605047464 -0.005312779 0.796171665 116.937988281 0.029805006 0.999427974 -0.015981106 -2.886271477 -0.795631289 0.033399228 0.604859710 131.526580811\n0.604790568 -0.007750359 0.796346903 117.792671204 0.031937532 0.999384284 -0.014528760 -2.901611805 -0.795743942 0.034220207 0.604665756 132.168075562\n0.604554653 -0.009719112 0.796504438 118.638160706 0.031920753 0.999417961 -0.012033061 -2.912498951 -0.795923889 0.032699663 0.604512990 132.802764893\n0.603648424 -0.010652773 0.797179520 119.477821350 0.030704284 0.999479532 -0.009894087 -2.934555292 -0.796659231 0.030449376 0.603661299 133.466735840\n0.602637589 -0.008388808 0.797970951 120.306373596 0.034663521 0.999276161 -0.015673263 -2.947402477 -0.797261834 0.037105780 0.602492094 134.097198486\n0.602107942 -0.005203649 0.798397720 121.137420654 0.035360064 0.999171376 -0.020154411 -2.963132143 -0.797631323 0.040366523 0.601793051 134.725006104\n0.601819396 -0.004704938 0.798618376 121.961570740 0.032787111 0.999285161 -0.018820435 -2.976662636 -0.797958970 0.037510891 0.601543427 135.349441528\n0.602093160 -0.010669896 0.798354626 122.788421631 0.036473949 0.999234378 -0.014152846 -2.997110605 -0.797592342 0.037640475 0.602021337 135.968338013\n0.602167428 -0.013794560 0.798250735 123.591079712 0.036413394 0.999284744 -0.010200142 -3.018444538 -0.797539115 0.035209209 0.602239013 136.577255249\n0.602229536 -0.012802079 0.798220336 124.369087219 0.034397814 0.999358952 -0.009923962 -3.030736446 -0.797581613 0.033433538 0.602283835 137.179702759\n0.602500916 -0.012183712 0.798025250 125.141632080 0.032976095 0.999409676 -0.009638303 -3.043088675 -0.797436714 0.032122839 0.602546990 137.772460938\n0.602950454 -0.012647470 0.797678351 125.906066895 0.033388067 0.999398351 -0.009391619 -3.062133312 -0.797079682 0.032295618 0.603009939 138.347320557\n0.603643537 -0.013815429 0.797134697 126.646080017 0.034393612 0.999370277 -0.008724689 -3.069161892 -0.796512187 0.032682940 0.603738546 138.910339355\n0.604224086 -0.013471447 0.796700656 127.366493225 0.032478519 0.999442518 -0.007732352 -3.076098919 -0.796152353 0.030547729 0.604324758 139.465881348\n0.604790866 -0.015159825 0.796240091 128.073913574 0.033575524 0.999415219 -0.006474443 -3.085366011 -0.795676291 0.030649858 0.604946196 140.003143311\n0.605313897 -0.016554277 0.795814693 128.770767212 0.033737700 0.999418855 -0.004872039 -3.100966215 -0.795271575 0.029798070 0.605520606 140.539916992\n0.606118321 -0.016709078 0.795198977 129.449020386 0.033423595 0.999431252 -0.004475707 -3.108192444 -0.794671893 0.029291216 0.606332064 141.056549072\n0.606371045 -0.016089836 0.795019031 130.118865967 0.031923041 0.999481857 -0.004120289 -3.117947340 -0.794540763 0.027877850 0.606570482 141.581848145\n0.606683731 -0.014969021 0.794802368 130.773284912 0.030790493 0.999514937 -0.004678313 -3.124284506 -0.794346809 0.027310610 0.606850386 142.091537476\n0.607060850 -0.014569743 0.794521749 131.435684204 0.031945873 0.999471128 -0.006080451 -3.132816553 -0.794012964 0.029072894 0.607205272 142.597351074\n0.607486725 -0.012975436 0.794223845 132.077575684 0.031251907 0.999482810 -0.007575189 -3.142131805 -0.793714821 0.029422836 0.607578099 143.090362549\n0.607818484 -0.011907015 0.793986738 132.723419189 0.030743619 0.999490738 -0.008546227 -3.148214817 -0.793480635 0.029604578 0.607875049 143.587356567\n0.608338118 -0.010401294 0.793609858 133.357711792 0.029472793 0.999520540 -0.009492219 -3.153600216 -0.793130577 0.029164376 0.608353019 144.075317383\n0.608590841 -0.010951642 0.793408632 133.989532471 0.031157074 0.999463439 -0.010103426 -3.164016724 -0.792872250 0.030869145 0.608605504 144.564483643\n0.608238816 -0.009375737 0.793698788 134.612350464 0.030201087 0.999479532 -0.011337572 -3.173532486 -0.793179393 0.030866513 0.608205378 145.053115845\n0.608357668 -0.007108574 0.793631196 135.239669800 0.028753981 0.999500811 -0.013088799 -3.177768707 -0.793141961 0.030782728 0.608258367 145.528839111\n0.608443558 -0.006087375 0.793573797 135.853027344 0.028140483 0.999507189 -0.013908626 -3.187066555 -0.793098092 0.030794162 0.608314991 145.995971680\n0.608183861 -0.006537205 0.793769240 136.473495483 0.029086152 0.999478102 -0.014054380 -3.197105169 -0.793263137 0.031635340 0.608056605 146.460510254\n0.607280374 -0.006441707 0.794461489 137.056579590 0.028712954 0.999491811 -0.013843819 -3.213562965 -0.793968558 0.031218417 0.607156754 146.923904419\n0.607008815 -0.006288234 0.794670224 137.646499634 0.028114134 0.999512672 -0.013565828 -3.224636555 -0.794197679 0.030576043 0.606889784 147.372756958\n0.606651902 -0.006446198 0.794941485 138.246459961 0.028573107 0.999497831 -0.013700344 -3.234585762 -0.794453979 0.031025287 0.606531501 147.822845459\n0.605684161 -0.006071592 0.795682013 138.817565918 0.028174639 0.999507487 -0.013820010 -3.246473789 -0.795206249 0.030788615 0.605556965 148.276840210\n0.605249763 -0.005376125 0.796017528 139.400650024 0.028225910 0.999493301 -0.014711144 -3.263831854 -0.795535147 0.031372234 0.605094850 148.714233398\n0.604841053 -0.003871271 0.796336830 139.959472656 0.026723867 0.999523640 -0.015438524 -3.270331860 -0.795897722 0.030619051 0.604656398 149.140747070\n0.604503155 -0.004558404 0.796589792 140.527328491 0.027874442 0.999492288 -0.015433414 -3.280591965 -0.796114981 0.031534042 0.604323268 149.556259155\n0.603803039 -0.005054773 0.797117472 141.064605713 0.027976487 0.999498188 -0.014853586 -3.293604851 -0.796642423 0.031269189 0.603641510 149.972778320\n0.603475332 -0.005501996 0.797362745 141.593872070 0.027698657 0.999517322 -0.014066515 -3.307732821 -0.796900451 0.030574670 0.603336453 150.388916016\n0.603676498 -0.006626237 0.797201872 142.131286621 0.028755529 0.999495745 -0.013467283 -3.317780018 -0.796710670 0.031053843 0.603562653 150.788208008\n0.604482412 -0.008036344 0.796578050 142.662979126 0.030294579 0.999457717 -0.012905900 -3.326623917 -0.796042323 0.031933382 0.604398012 151.191986084\n0.604957581 -0.009743198 0.796198189 143.181198120 0.031759001 0.999424696 -0.011900629 -3.336971283 -0.795624197 0.032485832 0.604918957 151.594970703\n0.605419397 -0.011887437 0.795817912 143.678726196 0.033382997 0.999387801 -0.010467916 -3.349404097 -0.795206249 0.032904264 0.605445623 151.981216431\n0.605913520 -0.013642090 0.795413613 144.175811768 0.034146037 0.999377489 -0.008870788 -3.357971430 -0.794797421 0.032535151 0.606002092 152.366439819\n0.606625438 -0.017309692 0.794799387 144.679885864 0.040337808 0.999145329 -0.009027493 -3.361142635 -0.793963790 0.037536770 0.606805205 152.742614746\n0.608020723 -0.018965539 0.793694615 145.194290161 0.041592266 0.999102712 -0.007988515 -3.367069960 -0.792830944 0.037868742 0.608263969 153.125350952\n0.608814836 -0.017517319 0.793118954 145.686386108 0.039739639 0.999174476 -0.008436596 -3.371587038 -0.792316437 0.036654584 0.609008312 153.507049561\n0.609260917 -0.013746689 0.792850792 146.169265747 0.035701815 0.999311388 -0.010108460 -3.384027481 -0.792165816 0.034464896 0.609332085 153.892852783\n0.609646797 -0.014060519 0.792548478 146.659606934 0.037195802 0.999248743 -0.010884318 -3.394793510 -0.791800022 0.036115065 0.609711766 154.269287109\n0.611202478 -0.014847885 0.791334987 147.161895752 0.040193934 0.999116242 -0.012298038 -3.398066521 -0.790453017 0.039323460 0.611259103 154.649032593\n0.610933781 -0.011730777 0.791594863 147.644775391 0.037668262 0.999188483 -0.014264314 -3.404027462 -0.790785134 0.038532548 0.610879898 155.025360107\n0.610789716 -0.009994254 0.791729808 148.127059937 0.033550117 0.999348998 -0.013267557 -3.411164761 -0.791081786 0.034666315 0.610727429 155.406433105\n0.610974133 -0.009553112 0.791592956 148.618911743 0.031161552 0.999442458 -0.011989895 -3.417709351 -0.791037023 0.031992782 0.610931158 155.804168701\n0.610800862 -0.009295625 0.791729748 149.101379395 0.030776292 0.999454141 -0.012008689 -3.426016331 -0.791185975 0.031701420 0.610753536 156.179687500\n0.610505998 -0.008779616 0.791962981 149.589004517 0.030621508 0.999452591 -0.012525591 -3.431598663 -0.791419446 0.031898048 0.610440612 156.559295654\n0.610459328 -0.008311060 0.792004108 150.065536499 0.030190580 0.999462426 -0.012782169 -3.439539671 -0.791472077 0.031714052 0.610382080 156.929672241\n0.610704422 -0.008073776 0.791817486 150.557373047 0.029514881 0.999485254 -0.012572657 -3.445020676 -0.791308403 0.031048577 0.610628366 157.306457520\n0.610675216 -0.009337219 0.791826129 151.042709351 0.030637547 0.999460399 -0.011842767 -3.453882456 -0.791288257 0.031491693 0.610631824 157.677703857\n0.610484004 -0.009856621 0.791967273 151.512802124 0.031324498 0.999440670 -0.011707552 -3.463061094 -0.791408896 0.031955250 0.610451341 158.047790527\n0.610219717 -0.009251281 0.792178214 151.970001221 0.030766871 0.999454200 -0.012028002 -3.470100403 -0.791634619 0.031712566 0.610171318 158.405853271\n0.610477388 -0.008324394 0.791989923 152.449676514 0.030132050 0.999464989 -0.012721114 -3.477394104 -0.791460276 0.031630233 0.610401630 158.772827148\n0.610567451 -0.006501584 0.791937590 152.913772583 0.028683539 0.999491751 -0.013908870 -3.484106064 -0.791444659 0.031207876 0.610443652 159.138732910\n0.610146165 -0.005188994 0.792271852 153.389068604 0.027691970 0.999507248 -0.014779918 -3.493100643 -0.791804790 0.030957479 0.609989226 159.504669189\n0.609948993 -0.006169888 0.792416692 153.852981567 0.028924268 0.999476671 -0.014481864 -3.502597332 -0.791912675 0.031753268 0.609808207 159.859863281\n0.609690070 -0.005481677 0.792620957 154.327117920 0.028490353 0.999481499 -0.015002694 -3.508672714 -0.792127728 0.031729046 0.609530091 160.217468262\n0.608549535 -0.003460429 0.793508351 154.775726318 0.025556531 0.999557197 -0.015240569 -3.518922329 -0.793104231 0.029553961 0.608368516 160.579864502\n0.607163906 -0.000794156 0.794576228 155.244400024 0.021159125 0.999661028 -0.015169307 -3.528022528 -0.794294834 0.026022794 0.606974900 160.943527222\n0.605789423 0.001338732 0.795623958 155.711257935 0.020060746 0.999654949 -0.016956324 -3.536554813 -0.795372128 0.026232770 0.605553508 161.309295654\n0.604649246 0.000880850 0.796491385 156.175292969 0.022615386 0.999577224 -0.018273715 -3.539641857 -0.796170771 0.029062148 0.604373693 161.661621094\n0.603133082 0.000517490 0.797640443 156.630416870 0.022754574 0.999581635 -0.017854299 -3.551513672 -0.797315955 0.028918486 0.602869034 162.007995605\n0.601573706 0.000570984 0.798817098 157.082641602 0.021993889 0.999608815 -0.017277682 -3.560560942 -0.798514485 0.027962893 0.601325870 162.356353760\n0.600278139 -0.000585321 0.799791157 157.545028687 0.021601981 0.999646783 -0.015481646 -3.565253258 -0.799499631 0.026570365 0.600078702 162.701934814\n0.599031568 -0.003798871 0.800716460 157.993240356 0.021672605 0.999699295 -0.011470786 -3.575806141 -0.800432086 0.024224972 0.598933816 163.038726807\n0.598018944 -0.005710009 0.801461697 158.422058105 0.021162085 0.999738455 -0.008667680 -3.583786488 -0.801202595 0.022144036 0.597983360 163.371002197\n0.597188473 -0.007206631 0.802068651 158.850021362 0.021652589 0.999740064 -0.007138941 -3.591067791 -0.801808715 0.021630155 0.597189307 163.686584473\n0.596729994 -0.007515211 0.802406907 159.268676758 0.021599581 0.999744236 -0.006699631 -3.597762346 -0.802151322 0.021329522 0.596739769 163.996063232\n0.596293807 -0.007310970 0.802733064 159.676879883 0.021828923 0.999736428 -0.007109971 -3.600748301 -0.802469492 0.021762427 0.596296191 164.301208496\n0.595568478 -0.006801892 0.803275764 160.075637817 0.022050623 0.999725759 -0.007883508 -3.604678154 -0.803001881 0.022407901 0.595555127 164.604949951\n0.594769001 -0.006012689 0.803874254 160.459228516 0.022024881 0.999718547 -0.008818197 -3.602221251 -0.803594947 0.022950023 0.594734013 164.897064209\n0.594190001 -0.005678628 0.804304719 160.829208374 0.021651084 0.999725640 -0.008936647 -3.607221842 -0.804033279 0.022724135 0.594149947 165.177459717\n0.593916059 -0.006417614 0.804501414 161.182159424 0.021497333 0.999737740 -0.007895178 -3.618055344 -0.804239750 0.021983707 0.593898296 165.440979004\n0.593687415 -0.006465150 0.804669857 161.516632080 0.020759718 0.999757946 -0.007283980 -3.624565840 -0.804427981 0.021029126 0.593677878 165.686737061\n0.593550920 -0.007789660 0.804758787 161.845718384 0.021365793 0.999753237 -0.006081264 -3.632646561 -0.804512858 0.020803850 0.593570888 165.929199219\n0.593541384 -0.008043916 0.804763317 162.156250000 0.021703912 0.999746323 -0.006014558 -3.632617950 -0.804510832 0.021036401 0.593565404 166.163360596\n0.593581438 -0.008557688 0.804728448 162.454528809 0.022285899 0.999734759 -0.005807024 -3.635618687 -0.804465353 0.021381039 0.593614697 166.384552002\n0.593756914 -0.008069144 0.804604053 162.734130859 0.021063786 0.999762893 -0.005517670 -3.635984898 -0.804368794 0.020224161 0.593786120 166.593276978\n0.594107509 -0.007909347 0.804346740 162.995269775 0.020141501 0.999784410 -0.005045802 -3.640938282 -0.804133475 0.019198501 0.594138741 166.789733887\n0.594344616 -0.008713691 0.804163218 163.245056152 0.020763474 0.999774218 -0.004512685 -3.648722172 -0.803942382 0.019379314 0.594391346 166.969177246\n0.594458103 -0.008829563 0.804078162 163.466094971 0.020990670 0.999769390 -0.004540043 -3.651212215 -0.803852618 0.019577002 0.594506383 167.135803223\n0.594778776 -0.007459305 0.803854883 163.685577393 0.020330569 0.999776661 -0.005765410 -3.652004719 -0.803632379 0.019771967 0.594797611 167.301818848\n0.595045447 -0.006966822 0.803661883 163.888046265 0.019879680 0.999784052 -0.006052293 -3.657076359 -0.803446174 0.019577930 0.595055461 167.450988770\n0.595450640 -0.006441085 0.803366065 164.071533203 0.019148728 0.999797583 -0.006176938 -3.657477617 -0.803163648 0.019061500 0.595453501 167.589233398\n0.595620155 -0.006661159 0.803238630 164.244598389 0.019610804 0.999788165 -0.006250749 -3.659760475 -0.803026795 0.019475225 0.595624626 167.718811035\n0.595879793 -0.006713386 0.803045690 164.405868530 0.019750237 0.999785125 -0.006297058 -3.661575317 -0.802830875 0.019612631 0.595884323 167.840759277\n0.596398830 -0.006602076 0.802661121 164.563674927 0.019537298 0.999789298 -0.006293237 -3.661976337 -0.802450418 0.019435108 0.596402168 167.954010010\n0.596428394 -0.005743029 0.802645743 164.694946289 0.018559767 0.999805748 -0.006637624 -3.664041281 -0.802451730 0.018855784 0.596419096 168.055999756\n0.596661210 -0.005455569 0.802474678 164.819183350 0.018261867 0.999810219 -0.006781041 -3.667033672 -0.802285433 0.018700670 0.596647620 168.149291992\n0.597007453 -0.005839923 0.802214444 164.932083130 0.018289100 0.999812663 -0.006332346 -3.671447277 -0.802027166 0.018452238 0.597002387 168.236114502\n0.597011924 -0.006063440 0.802209496 165.034347534 0.018626705 0.999806643 -0.006305207 -3.672042370 -0.802016139 0.018706802 0.597009420 168.313751221\n0.597170472 -0.005859409 0.802092969 165.130020142 0.018750226 0.999802053 -0.006656127 -3.672247887 -0.801895201 0.019014267 0.597162127 168.387115479\n0.597412705 -0.005976491 0.801911771 165.223526001 0.019540943 0.999783814 -0.007106530 -3.674456596 -0.801695883 0.019915642 0.597400308 168.455352783\n0.597543240 -0.005065801 0.801820695 165.296249390 0.019548658 0.999774873 -0.008251857 -3.672286510 -0.801598370 0.020605361 0.597507715 168.510421753\n0.597758055 -0.005040724 0.801660717 165.371551514 0.020024253 0.999762118 -0.008644725 -3.677057266 -0.801426470 0.021220110 0.597716808 168.567504883\n0.597778797 -0.004808568 0.801646709 165.439178467 0.020389540 0.999749720 -0.009207387 -3.677515984 -0.801401794 0.021849189 0.597727239 168.617858887\n0.597927213 -0.004917961 0.801535368 165.497924805 0.020650858 0.999743760 -0.009270970 -3.678368092 -0.801284373 0.022095757 0.597875476 168.667877197\n0.597995281 -0.004919291 0.801484585 165.548645020 0.020733969 0.999741435 -0.009333676 -3.679605961 -0.801231444 0.022199448 0.597942710 168.707519531\n0.598123431 -0.004246165 0.801392734 165.606521606 0.020616956 0.999736547 -0.010090481 -3.680834293 -0.801138759 0.022557631 0.598053336 168.751159668\n0.598236561 -0.002409328 0.801315904 165.660171509 0.019909354 0.999731481 -0.011857777 -3.678563118 -0.801072180 0.023047438 0.598123908 168.795196533\n0.598463178 -0.001172966 0.801149487 165.725189209 0.019490307 0.999724269 -0.013095671 -3.680881739 -0.800913215 0.023451926 0.598321021 168.841094971\n0.598611116 -0.000749178 0.801039398 165.794570923 0.019009646 0.999731243 -0.013270768 -3.681823969 -0.800814152 0.023171505 0.598464489 168.893234253\n0.598736763 -0.001060709 0.800945222 165.860092163 0.018846501 0.999740899 -0.012764495 -3.682754517 -0.800724149 0.022737587 0.598601699 168.944763184\n0.598947167 -0.001389372 0.800787389 165.936874390 0.018834809 0.999746323 -0.012352888 -3.682964325 -0.800567091 0.022481404 0.598821342 169.001220703\n0.599054456 -0.002111392 0.800705552 166.010147095 0.018777447 0.999758542 -0.011412226 -3.685683250 -0.800488114 0.021871749 0.598949492 169.061172485\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0086_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999987423 -0.000948240 0.004923113 0.006356696 0.000950550 0.999999464 -0.000466838 0.001363575 -0.004922667 0.000471512 0.999987781 -0.031139674\n0.999970734 -0.001593555 0.007484249 0.009209841 0.001597791 0.999998569 -0.000560081 0.000925135 -0.007483346 0.000572023 0.999971807 -0.061069515\n0.999955237 -0.001422697 0.009351333 0.011752835 0.001439082 0.999997437 -0.001745674 0.002136255 -0.009348826 0.001759053 0.999954760 -0.089494579\n0.999924302 -0.001077624 0.012255351 0.012425835 0.001122036 0.999992847 -0.003617564 0.003098478 -0.012251364 0.003631041 0.999918342 -0.110194877\n0.999908984 -0.001799522 0.013371496 0.015717499 0.001871034 0.999984026 -0.005337525 0.003767882 -0.013361678 0.005362058 0.999896348 -0.120081633\n0.999914467 -0.002552548 0.012827069 0.017232858 0.002636713 0.999975085 -0.006548889 0.001792309 -0.012810032 0.006582150 0.999896288 -0.116393633\n0.999903083 -0.001739365 0.013810960 0.015934566 0.001849158 0.999966741 -0.007940890 0.006379848 -0.013796688 0.007965660 0.999873102 -0.097345635\n0.999874890 -0.001196035 0.015770774 0.015505052 0.001310737 0.999972761 -0.007264747 0.003589152 -0.015761655 0.007284510 0.999849260 -0.066429786\n0.999849856 -0.000717218 0.017314347 0.018823987 0.000859972 0.999965668 -0.008238829 0.004341933 -0.017307844 0.008252481 0.999816179 -0.025285101\n0.999764621 -0.000666482 0.021684814 0.025250981 0.000856009 0.999961495 -0.008731947 0.001050169 -0.021678161 0.008748455 0.999726713 0.036034632\n0.999572635 -0.000233581 0.029231636 0.030965406 0.000540066 0.999944985 -0.010477247 0.002602813 -0.029227581 0.010488556 0.999517739 0.111965373\n0.999275148 0.000574615 0.038063690 0.044266418 -0.000102318 0.999922991 -0.012408852 0.006347009 -0.038067888 0.012395962 0.999198258 0.210387543\n0.998730004 0.001898923 0.050346211 0.058589626 -0.001168523 0.999893725 -0.014533008 0.006305640 -0.050368458 0.014455720 0.998626053 0.330334783\n0.997827709 0.002322154 0.065836497 0.080885537 -0.001197316 0.999852717 -0.017119639 0.004606892 -0.065866552 0.017003624 0.997683525 0.465412945\n0.996502936 0.001801630 0.083538614 0.114803962 -0.000143260 0.999802887 -0.019853286 0.003679846 -0.083557911 0.019771891 0.996306777 0.621695697\n0.994590223 -0.000267373 0.103875704 0.152557328 0.002566922 0.999754548 -0.022004457 0.001103131 -0.103844330 0.022152059 0.994346857 0.798197746\n0.992073417 -0.001019400 0.125655428 0.203674078 0.004156602 0.999686122 -0.024707044 0.001355364 -0.125590786 0.025033500 0.991766214 0.994386375\n0.988752961 -0.000969055 0.149554893 0.253192782 0.005235050 0.999590456 -0.028133573 0.004751201 -0.149466380 0.028600082 0.988353074 1.204841495\n0.984705806 -0.000965065 0.174222618 0.316186666 0.006271278 0.999532938 -0.029908577 -0.001139356 -0.174112394 0.030543748 0.984251976 1.444392204\n0.979927897 -0.002086594 0.199341476 0.394834280 0.008620658 0.999453366 -0.031915944 -0.004477990 -0.199165910 0.032993779 0.979410231 1.704979658\n0.974425673 -0.004041048 0.224673584 0.484681338 0.011882881 0.999365985 -0.033562019 -0.008521469 -0.224395514 0.035373461 0.973855913 1.984437108\n0.968278587 -0.007753930 0.249752700 0.580092013 0.017146910 0.999224126 -0.035455361 -0.015226218 -0.249283999 0.038613155 0.967660308 2.269224167\n0.961721241 -0.012222125 0.273756981 0.695617735 0.023223883 0.999045968 -0.036983304 -0.024615306 -0.273043782 0.041925330 0.961087584 2.580532074\n0.955316424 -0.015419054 0.295182556 0.824048221 0.028544324 0.998783529 -0.040207539 -0.031402051 -0.294203520 0.046836708 0.954594493 2.906996489\n0.949022412 -0.019426629 0.314609319 0.956289113 0.035201084 0.998387456 -0.044535611 -0.045268483 -0.313236803 0.053339884 0.948175907 3.245502949\n0.943251610 -0.020996667 0.331414431 1.102979779 0.038876403 0.998118579 -0.047412150 -0.058571212 -0.329795390 0.057605784 0.942293286 3.605741501\n0.938418925 -0.020207338 0.344908029 1.254019499 0.040730830 0.997797251 -0.052361075 -0.071524166 -0.343090206 0.063185014 0.937174916 3.985250711\n0.934612274 -0.017003870 0.355261505 1.414950609 0.041014027 0.997345626 -0.060162663 -0.090289094 -0.353295505 0.070799470 0.932828903 4.378391743\n0.930954099 -0.014547346 0.364846319 1.587184787 0.043612525 0.996483028 -0.071550883 -0.104299054 -0.362522304 0.082522459 0.928314388 4.785928249\n0.927493036 -0.013970492 0.373579353 1.773754120 0.048010789 0.995477676 -0.081970170 -0.128181070 -0.370744735 0.093962602 0.923969388 5.205291748\n0.923784018 -0.011088810 0.382753402 1.965869784 0.049918164 0.994537890 -0.091665722 -0.162260383 -0.379646271 0.103785671 0.919291735 5.637660980\n0.919935405 -0.004989692 0.392038226 2.158307076 0.049553636 0.993380070 -0.103636540 -0.199473038 -0.388925850 0.114765845 0.914092720 6.083468914\n0.916298509 0.003811181 0.400477856 2.359746933 0.046937555 0.992041588 -0.116834581 -0.240606338 -0.397735953 0.125852808 0.908827364 6.536919594\n0.913493633 0.014294005 0.406601876 2.563361645 0.042297695 0.990630567 -0.129853711 -0.293287128 -0.404648393 0.135818854 0.904330134 6.989090443\n0.910588801 0.023522411 0.412643582 2.771796942 0.038455762 0.989226580 -0.141251162 -0.347766250 -0.411520571 0.144490257 0.899874091 7.458290100\n0.907913268 0.031091126 0.418003350 2.990278482 0.034219358 0.988418519 -0.147843927 -0.416165531 -0.417758912 0.148533270 0.896334410 7.942730904\n0.905470669 0.039432369 0.422573000 3.211959362 0.026437111 0.988500297 -0.148890108 -0.481954753 -0.423584640 0.145987242 0.894015551 8.431727409\n0.903463483 0.044816930 0.426315904 3.440669775 0.019974841 0.989037812 -0.146305084 -0.554050446 -0.428199500 0.140696883 0.892664313 8.933743477\n0.900942802 0.051854163 0.430828601 3.668314219 0.010489686 0.989942014 -0.141084492 -0.629508734 -0.433811128 0.131628305 0.891337156 9.446489334\n0.898656905 0.056338556 0.435019225 3.905227661 0.005137157 0.990298152 -0.138864011 -0.709236503 -0.438622117 0.127025872 0.889648855 9.951681137\n0.896885753 0.060273174 0.438135952 4.159699917 0.001863101 0.990146160 -0.140025571 -0.789112389 -0.442258388 0.126403242 0.887935638 10.482792854\n0.895125628 0.063412622 0.441280961 4.415053368 -0.000872460 0.990079463 -0.140505880 -0.861210048 -0.445813060 0.125385419 0.886300862 10.993804932\n0.892725706 0.068913534 0.445299685 4.663999081 -0.007172311 0.990283906 -0.138875172 -0.925673842 -0.450543493 0.120783605 0.884546161 11.538928986\n0.890750825 0.074119665 0.448407501 4.927330494 -0.015005935 0.990870774 -0.133977398 -1.000337481 -0.454244226 0.112611704 0.883731186 12.074314117\n0.889513016 0.074631922 0.450773507 5.199736118 -0.018224070 0.991579771 -0.128208444 -1.079419971 -0.456546336 0.105828151 0.883383214 12.615962029\n0.887814581 0.074426442 0.454143196 5.475100517 -0.020382151 0.992226601 -0.122763760 -1.157285213 -0.459749818 0.099735044 0.882430196 13.166633606\n0.885816574 0.079462655 0.457181275 5.751261711 -0.025588369 0.992094457 -0.122856893 -1.232881069 -0.463329524 0.097130150 0.880847037 13.728818893\n0.884137630 0.081985191 0.459977299 6.037454128 -0.026322650 0.991661191 -0.126155555 -1.299186349 -0.466484517 0.099431045 0.878923059 14.279589653\n0.882085562 0.083579771 0.463615656 6.332148552 -0.027007848 0.991489053 -0.127358079 -1.371091008 -0.470314384 0.099819459 0.876835465 14.852189064\n0.880104601 0.088739492 0.466413170 6.630208492 -0.032542888 0.991342425 -0.127204999 -1.445436716 -0.473663270 0.096775271 0.875372887 15.420350075\n0.877653420 0.094065182 0.469974726 6.926174641 -0.037534773 0.991030037 -0.128259867 -1.521092892 -0.477823853 0.094927318 0.873311639 16.004730225\n0.875919938 0.096387349 0.472730160 7.232932091 -0.039107691 0.990800500 -0.129556850 -1.598413944 -0.480868906 0.094994053 0.871631384 16.589992523\n0.875209689 0.092177704 0.474880278 7.555890083 -0.034340825 0.991039693 -0.129077464 -1.674497724 -0.482523292 0.096662074 0.870532990 17.158775330\n0.873373449 0.091214322 0.478433639 7.882510185 -0.034249816 0.991376996 -0.126485467 -1.756883860 -0.485845417 0.094082788 0.868966460 17.751008987\n0.871543229 0.088252664 0.482310951 8.215573311 -0.034039911 0.992185533 -0.120038241 -1.831437826 -0.489135623 0.088200696 0.867736697 18.347919464\n0.869981885 0.084206946 0.485840291 8.555809975 -0.033803191 0.993177116 -0.111609213 -1.911550283 -0.491923720 0.080675043 0.866892517 18.952800751\n0.868806064 0.080692694 0.488533199 8.897686005 -0.031465996 0.993635058 -0.108163059 -1.982066035 -0.494151682 0.078600541 0.865815282 19.557476044\n0.867341161 0.082435161 0.490839928 9.240664482 -0.032312192 0.993434191 -0.109747015 -2.052161932 -0.496664166 0.079327993 0.864310026 20.161710739\n0.865845442 0.083170213 0.493350148 9.586088181 -0.031587493 0.993206024 -0.112000108 -2.122797489 -0.499313414 0.081391096 0.862590075 20.780721664\n0.865054607 0.082171649 0.494902402 9.938601494 -0.028886806 0.993016481 -0.114384457 -2.196139097 -0.500845432 0.084652647 0.861387134 21.382431030\n0.864445210 0.077992722 0.496640384 10.302919388 -0.025068050 0.993350923 -0.112363376 -2.265260458 -0.502101719 0.084682174 0.860652566 21.997348785\n0.863268137 0.073946923 0.499299467 10.666728973 -0.023697346 0.994057059 -0.106249474 -2.343488693 -0.504189014 0.079889722 0.859890163 22.625303268\n0.862263978 0.074047633 0.501016796 11.031894684 -0.025596840 0.994361401 -0.102908485 -2.417905569 -0.505811870 0.075909838 0.859297395 23.253221512\n0.861457586 0.074897975 0.502276003 11.393369675 -0.027552892 0.994500637 -0.101040952 -2.492461681 -0.507081568 0.073203340 0.858783782 23.868177414\n0.860376358 0.076328881 0.503911197 11.748971939 -0.029215766 0.994482279 -0.100754201 -2.554156065 -0.508821189 0.071964383 0.857859015 24.490242004\n0.859510124 0.076417878 0.505373776 12.117880821 -0.030844707 0.994713008 -0.097952276 -2.618482113 -0.510187209 0.068602860 0.857322931 25.130260468\n0.858032346 0.079617083 0.507387102 12.481309891 -0.038554449 0.995108902 -0.090949699 -2.679683447 -0.512146592 0.058475759 0.856905162 25.763748169\n0.856838286 0.080070332 0.509329855 12.852070808 -0.043701012 0.995591164 -0.082996547 -2.747478962 -0.513729870 0.048856389 0.856559753 26.397443771\n0.855882049 0.081384957 0.510727286 13.212392807 -0.046885874 0.995684206 -0.080091558 -2.810948372 -0.515041351 0.044603031 0.856004059 27.016399384\n0.855773807 0.080857649 0.510992408 13.587392807 -0.044431962 0.995548487 -0.083120614 -2.867191792 -0.515438676 0.048428059 0.855556965 27.647834778\n0.855710328 0.084399879 0.510525763 13.960687637 -0.045784436 0.995088339 -0.087766632 -2.924389601 -0.515425742 0.051728688 0.855371594 28.267927170\n0.855991006 0.086963870 0.509624124 14.329131126 -0.046627428 0.994719803 -0.091424294 -2.982836485 -0.514883816 0.054495905 0.855526090 28.897800446\n0.857021928 0.088875368 0.507557452 14.691621780 -0.047918674 0.994491041 -0.093227684 -3.039380312 -0.513046980 0.055576693 0.856559455 29.509586334\n0.857928634 0.088369735 0.506111920 15.048848152 -0.046191916 0.994374275 -0.095321268 -3.107000589 -0.511688173 0.058400568 0.857184112 30.141468048\n0.859135568 0.092074163 0.503396869 15.418616295 -0.049002275 0.993962467 -0.098170385 -3.167901993 -0.509396553 0.059674073 0.858460307 30.764659882\n0.859974146 0.092558526 0.501873970 15.775506020 -0.049177304 0.993868709 -0.099028476 -3.234975338 -0.507962763 0.060481120 0.859253109 31.393861771\n0.860636950 0.094592497 0.500356257 16.132589340 -0.053545285 0.993958652 -0.095807716 -3.294692755 -0.506396115 0.055663943 0.860502481 32.024326324\n0.861101091 0.096550457 0.499182254 16.495838165 -0.058296729 0.994077981 -0.091708601 -3.369185925 -0.505080581 0.049869686 0.861630201 32.694667816\n0.861696959 0.095362104 0.498381883 16.859340668 -0.058964163 0.994346023 -0.088313192 -3.433205605 -0.503985763 0.046712548 0.862447858 33.333992004\n0.862682402 0.094103597 0.496914119 17.231563568 -0.059099223 0.994562745 -0.085745342 -3.493743896 -0.502281189 0.044603765 0.863553166 33.975708008\n0.863419652 0.094014138 0.495649010 17.597623825 -0.059268877 0.994581938 -0.085404903 -3.555373192 -0.500992835 0.044363707 0.864313662 34.625713348\n0.863819659 0.095929429 0.494583815 17.959798813 -0.061175618 0.994412661 -0.086029381 -3.620299816 -0.500073135 0.044057406 0.864861727 35.273689270\n0.864171505 0.098129913 0.493536443 18.335115433 -0.061724655 0.994065881 -0.089571737 -3.683297634 -0.499397397 0.046941981 0.865100384 35.950279236\n0.864083588 0.099392794 0.493437618 18.703338623 -0.061826997 0.993845046 -0.091921136 -3.740720272 -0.499536812 0.048919786 0.864910305 36.605350494\n0.864571989 0.098262072 0.492808163 19.078838348 -0.061490320 0.994012594 -0.090321019 -3.800852060 -0.498732656 0.047786094 0.865437627 37.258625031\n0.864935160 0.094994187 0.492811680 19.457990646 -0.059412539 0.994399607 -0.087404981 -3.866855145 -0.498354703 0.046320450 0.865734935 37.927642822\n0.865225673 0.093568191 0.492574394 19.834142685 -0.058586963 0.994569659 -0.086015724 -3.935692072 -0.497947901 0.045564581 0.866009116 38.604328156\n0.865851402 0.090568930 0.492035180 20.238559723 -0.054907318 0.994739413 -0.086479396 -4.001927376 -0.497279137 0.047861971 0.866269410 39.298416138\n0.866242051 0.094015487 0.490699381 20.609046936 -0.058266278 0.994443953 -0.087671660 -4.059555054 -0.496215522 0.047353655 0.866907060 39.965530396\n0.866183162 0.093567938 0.490888834 20.970649719 -0.057794347 0.994479716 -0.087577738 -4.118391037 -0.496373475 0.047487762 0.866809249 40.631362915\n0.866796732 0.091012366 0.490285784 21.369478226 -0.056385025 0.994786143 -0.084977962 -4.188600063 -0.495463550 0.046013847 0.867409110 41.321987152\n0.867099404 0.087061875 0.490468025 21.759138107 -0.053566094 0.995195448 -0.081955306 -4.243204594 -0.495246708 0.044790950 0.867596984 41.988258362\n0.866944075 0.088271528 0.490526408 22.124536514 -0.056716699 0.995270848 -0.078861959 -4.305028915 -0.495167881 0.040547878 0.867850602 42.651500702\n0.866773427 0.087016888 0.491051853 22.503149033 -0.057480626 0.995529115 -0.074951693 -4.363442898 -0.495378494 0.036740165 0.867899954 43.338954926\n0.867200494 0.086918272 0.490314752 22.873977661 -0.056785218 0.995486736 -0.076036513 -4.415593147 -0.494710803 0.038096275 0.868222237 43.992961884\n0.867378116 0.086173341 0.490132004 23.240180969 -0.054147515 0.995388508 -0.079181902 -4.468585491 -0.494695127 0.042141218 0.868044257 44.644927979\n0.867844224 0.085719720 0.489385843 23.607946396 -0.051704187 0.995237768 -0.082634844 -4.531760216 -0.494138688 0.046410877 0.868143439 45.296894073\n0.868301272 0.084668934 0.488757700 23.973680496 -0.048978124 0.995143950 -0.085379750 -4.591231346 -0.493613273 0.050196920 0.868231654 45.937530518\n0.868124664 0.085824616 0.488869876 24.331211090 -0.051241159 0.995171309 -0.083716519 -4.645334244 -0.493694216 0.047626123 0.868330479 46.578128815\n0.868008554 0.083690532 0.489445657 24.690956116 -0.050660912 0.995476663 -0.080372281 -4.705807686 -0.493958116 0.044968069 0.868322074 47.231178284\n0.868444324 0.082173981 0.488929421 25.051244736 -0.050092883 0.995665431 -0.078364924 -4.763913155 -0.493249655 0.043563690 0.868796289 47.863410950\n0.868954301 0.076630570 0.488923520 25.409435272 -0.044158857 0.996004224 -0.077624314 -4.824172497 -0.492918283 0.045861688 0.868866086 48.488445282\n0.868869901 0.079094544 0.488681108 25.757894516 -0.045264084 0.995711744 -0.080679961 -4.878579140 -0.492966890 0.047980689 0.868724108 49.106994629\n0.868769705 0.074543498 0.489573747 26.121936798 -0.039550699 0.995892227 -0.081452161 -4.931617737 -0.493634403 0.051400185 0.868149281 49.753211975\n0.868396640 0.076816022 0.489884257 26.470731735 -0.042001970 0.995772660 -0.081686504 -4.985759735 -0.494088173 0.050360184 0.867952049 50.374214172\n0.867345452 0.075104617 0.492007256 26.827299118 -0.038848709 0.995748937 -0.083515219 -5.042752266 -0.496188074 0.053322703 0.866576076 50.991645813\n0.865934491 0.077088356 0.494180977 27.179039001 -0.040122777 0.995573103 -0.084995985 -5.100699902 -0.498545527 0.053773042 0.865194082 51.608524323\n0.865254343 0.070293769 0.496380657 27.545375824 -0.031428840 0.995779335 -0.086230502 -5.157855034 -0.500347078 0.059010647 0.863811672 52.233135223\n0.863506198 0.072454996 0.499106556 27.899759293 -0.033018183 0.995625138 -0.087409422 -5.212574482 -0.503256261 0.058998991 0.862120807 52.850288391\n0.861529231 0.074183963 0.502259076 28.253326416 -0.035166394 0.995610893 -0.086731113 -5.274871826 -0.506488681 0.057058744 0.860356629 53.463020325\n0.859963715 0.075923368 0.504676163 28.615585327 -0.036596809 0.995500624 -0.087402254 -5.334091663 -0.509041369 0.056693234 0.858873010 54.081733704\n0.858296037 0.073206306 0.507906258 28.980247498 -0.033526286 0.995656908 -0.086852401 -5.395433426 -0.512058496 0.057516854 0.857022643 54.704544067\n0.856834650 0.068141207 0.511068702 29.344955444 -0.027836742 0.995896339 -0.086113863 -5.450804710 -0.514839351 0.059558857 0.855215311 55.299766541\n0.855774522 0.066389114 0.513071597 29.712877274 -0.025825910 0.995977700 -0.085798800 -5.507282257 -0.516703963 0.060173891 0.854046941 55.897636414\n0.854537427 0.067072511 0.515040874 30.078310013 -0.027749026 0.996106207 -0.083680280 -5.561561584 -0.518648088 0.057216052 0.853071213 56.497962952\n0.853165388 0.067221858 0.517291129 30.429615021 -0.029385585 0.996280730 -0.081000969 -5.617619514 -0.520812213 0.053906325 0.851967573 57.103374481\n0.852557898 0.063403033 0.518772721 30.796474457 -0.027385660 0.996670008 -0.076804444 -5.673298836 -0.521914840 0.051273301 0.851455212 57.695411682\n0.851487935 0.060691439 0.520850122 31.160097122 -0.025921609 0.996936858 -0.073790126 -5.721060276 -0.523733139 0.049330130 0.850452900 58.289260864\n0.850181937 0.062038053 0.522821188 31.529867172 -0.030066848 0.997133851 -0.069427095 -5.771385670 -0.525629818 0.043306079 0.849610448 58.896224976\n0.849221110 0.062894039 0.524278402 31.887788773 -0.034063239 0.997338235 -0.064468443 -5.812435627 -0.526937544 0.036889344 0.849103034 59.493167877\n0.848502994 0.064895988 0.525196373 32.258274078 -0.039970819 0.997476518 -0.058676850 -5.852828026 -0.527678907 0.028794955 0.848955750 60.099609375\n0.847483516 0.064937182 0.526834726 32.624462128 -0.042197384 0.997589767 -0.055081937 -5.893454552 -0.529141843 0.024449991 0.848181069 60.704528809\n0.846747339 0.067576416 0.527685881 32.995132446 -0.045372274 0.997458816 -0.054930110 -5.935723782 -0.530056894 0.022569617 0.847661674 61.311836243\n0.845705807 0.073713057 0.528533936 33.361961365 -0.051427376 0.997061968 -0.056768466 -5.964698792 -0.531165659 0.020828310 0.847011924 61.929569244\n0.844470620 0.081577204 0.529353023 33.723842621 -0.060177855 0.996526062 -0.057570998 -5.996219158 -0.532210588 0.016761690 0.846446097 62.543384552\n0.844217062 0.087262541 0.528850436 34.089401245 -0.065275505 0.996052623 -0.060151957 -6.036752701 -0.532011926 0.016260331 0.846580744 63.161254883\n0.844645858 0.092455536 0.527281046 34.467430115 -0.067448802 0.995503426 -0.066509970 -6.085731506 -0.531059325 0.020612903 0.847083926 63.783416748\n0.845096707 0.093921229 0.526298702 34.845359802 -0.064758591 0.995182276 -0.073611185 -6.133095741 -0.530676782 0.028126214 0.847107470 64.397987366\n0.846092224 0.097695693 0.524007142 35.231632233 -0.064122103 0.994576216 -0.081893153 -6.172667027 -0.529165685 0.035688724 0.847767651 65.030288696\n0.847297907 0.097532697 0.522085845 35.612239838 -0.063049935 0.994514167 -0.083464377 -6.223648071 -0.527362227 0.037801709 0.848799169 65.649566650\n0.848845124 0.098296680 0.519422591 35.987590790 -0.065065823 0.994516551 -0.081873365 -6.280495644 -0.524622202 0.035701148 0.850586236 66.273170471\n0.851357698 0.094874255 0.515935063 36.364364624 -0.061196297 0.994756520 -0.081942186 -6.334638596 -0.521003962 0.038188793 0.852699518 66.897308350\n0.853344798 0.091880083 0.513186872 36.743579865 -0.058223262 0.994985580 -0.081324846 -6.391104698 -0.518085659 0.039518721 0.854415298 67.520744324\n0.855526626 0.086732350 0.510442674 37.122901917 -0.053191461 0.995376348 -0.079978861 -6.445471764 -0.515019298 0.041272853 0.856184363 68.150787354\n0.858156979 0.080557108 0.507027805 37.503040314 -0.047584388 0.995841920 -0.077682666 -6.498925209 -0.511177421 0.042537320 0.858421922 68.774055481\n0.859912395 0.079598308 0.504197180 37.872619629 -0.047184661 0.995932817 -0.076755479 -6.557381630 -0.508256137 0.042212617 0.860170782 69.405921936\n0.861269653 0.078426041 0.502059698 38.239540100 -0.045847442 0.995981753 -0.076930881 -6.612200737 -0.506075680 0.043240082 0.861404479 70.049903870\n0.862524629 0.076368369 0.500219047 38.612308502 -0.042972285 0.996029377 -0.077966802 -6.662167072 -0.504187107 0.045752734 0.862381637 70.687789917\n0.863509238 0.065959856 0.500001073 39.001575470 -0.032375779 0.996615529 -0.075559504 -6.707554817 -0.503292739 0.049058408 0.862722278 71.343261719\n0.865011275 0.052799214 0.498966664 39.391983032 -0.021151492 0.997401118 -0.068873763 -6.760387421 -0.501306415 0.049022693 0.863880038 71.976776123\n0.865640163 0.046990387 0.498456687 39.767402649 -0.017391378 0.997807145 -0.063862458 -6.806796074 -0.500364542 0.046613060 0.864559174 72.620681763\n0.866120517 0.046204444 0.497695148 40.131443024 -0.018557744 0.998004377 -0.060356218 -6.858391762 -0.499490649 0.043039665 0.865249515 73.262794495\n0.866919160 0.045044608 0.496409327 40.497913361 -0.017087387 0.998008609 -0.060719095 -6.907021523 -0.498155832 0.044156209 0.865962505 73.902435303\n0.867299795 0.049060646 0.495362669 40.866333008 -0.020753048 0.997829795 -0.062489696 -6.942543983 -0.497353405 0.043917015 0.866435766 74.549545288\n0.866499722 0.053899873 0.496259034 41.217761993 -0.026722716 0.997736514 -0.061706983 -6.988545418 -0.498461753 0.040207695 0.865978777 75.188400269\n0.865569115 0.054690257 0.497794300 41.572162628 -0.029327227 0.997848630 -0.058634382 -7.029114246 -0.499930084 0.036153186 0.865310848 75.817062378\n0.865025103 0.054950085 0.498710424 41.935470581 -0.030859597 0.997929573 -0.056429520 -7.066935539 -0.500778675 0.033422951 0.864929855 76.447471619\n0.863299549 0.055045392 0.501681089 42.303211212 -0.032038961 0.998006701 -0.054370105 -7.107866287 -0.503673911 0.030864350 0.863342345 77.093078613\n0.862018943 0.061136231 0.503175616 42.657680511 -0.038498156 0.997728884 -0.055271450 -7.147550106 -0.505411923 0.028273709 0.862414837 77.712005615\n0.860707164 0.067286156 0.504634321 43.011333466 -0.042692490 0.997275531 -0.060156658 -7.189792156 -0.507307172 0.030233180 0.861234844 78.323104858\n0.859139919 0.072743781 0.506544173 43.359233856 -0.045152828 0.996760249 -0.066559881 -7.228332996 -0.509744942 0.034312356 0.859641075 78.929466248\n0.857015371 0.073876910 0.509967566 43.716121674 -0.043010555 0.996471465 -0.072074257 -7.271844387 -0.513492763 0.039834753 0.857168794 79.540100098\n0.854896724 0.077139542 0.513031244 44.081287384 -0.046049938 0.996263623 -0.073062569 -7.315315247 -0.516750395 0.038835898 0.855254829 80.142288208\n0.852670848 0.080036566 0.516281545 44.441604614 -0.050710812 0.996208787 -0.070685290 -7.362915039 -0.519981623 0.034090232 0.853496909 80.748023987\n0.849663258 0.080947764 0.521075666 44.795627594 -0.053492609 0.996281207 -0.067544959 -7.407464504 -0.524605513 0.029516768 0.850833595 81.350296021\n0.847096622 0.077174187 0.525805533 45.163269043 -0.051232543 0.996650398 -0.063743658 -7.461389542 -0.528963625 0.027058681 0.848213017 81.943199158\n0.844750226 0.073286220 0.530119061 45.534397125 -0.047139268 0.996918440 -0.062701918 -7.506851673 -0.533080637 0.027978037 0.845601678 82.527633667\n0.841781974 0.074821688 0.534607232 45.907421112 -0.049846675 0.996890247 -0.061033562 -7.548048496 -0.537511349 0.024728561 0.842893839 83.106948853\n0.837898135 0.077710323 0.540266395 46.267524719 -0.052567072 0.996701062 -0.061836358 -7.587925434 -0.543289423 0.023412352 0.839218974 83.684432983\n0.834615588 0.076491609 0.545495927 46.643856049 -0.050710849 0.996775627 -0.062183600 -7.630160332 -0.548493564 0.024236845 0.835803449 84.252204895\n0.830941379 0.075677067 0.551189065 47.034805298 -0.047069341 0.996716261 -0.065887906 -7.674745083 -0.554365337 0.028804881 0.831774831 84.823883057\n0.826365948 0.079124428 0.557546973 47.398277283 -0.049255807 0.996440887 -0.068405889 -7.719281197 -0.560975194 0.029065875 0.827322185 85.372673035\n0.821867049 0.082853928 0.563622117 47.776065826 -0.052444119 0.996169865 -0.069966204 -7.762165546 -0.567260325 0.027944259 0.823064327 85.928604126\n0.818076313 0.083393864 0.569031358 48.160003662 -0.053352971 0.996168911 -0.069288939 -7.807198524 -0.572629631 0.026324127 0.819391489 86.484489441\n0.815137148 0.081531055 0.573501587 48.553543091 -0.051819619 0.996339321 -0.067990221 -7.850232601 -0.576945484 0.025702722 0.816378117 87.027748108\n0.810817480 0.082760721 0.579418421 48.923873901 -0.054005880 0.996308208 -0.066732921 -7.895720482 -0.582802176 0.022816220 0.812293708 87.579498291\n0.807371497 0.088814989 0.583320796 49.316558838 -0.060432840 0.995854616 -0.067981571 -7.940186501 -0.586940467 0.019634649 0.809391975 88.133483887\n0.803827941 0.089025058 0.588162601 49.706268311 -0.061028797 0.995862603 -0.067328461 -7.981515884 -0.591723084 0.018225642 0.805935264 88.670005798\n0.801910579 0.087419048 0.591013849 50.107360840 -0.059424508 0.996002376 -0.066692926 -8.026116371 -0.594481409 0.018361062 0.803899705 89.194244385\n0.799033463 0.086240008 0.595069885 50.497798920 -0.059052996 0.996131837 -0.065069832 -8.067972183 -0.598379731 0.016852316 0.801035404 89.714477539\n0.796544075 0.086724900 0.598327935 50.892490387 -0.060871858 0.996133387 -0.063347295 -8.110681534 -0.601508200 0.014037586 0.798743308 90.239349365\n0.794464171 0.086280137 0.601150870 51.271247864 -0.061997935 0.996207654 -0.061045893 -8.154535294 -0.604138136 0.011228663 0.796800494 90.765701294\n0.793589294 0.083244719 0.602732420 51.658538818 -0.059866581 0.996472955 -0.058801606 -8.190320969 -0.605501473 0.010580801 0.795773864 91.264862061\n0.791909695 0.082402185 0.605052888 52.033340454 -0.061162625 0.996573985 -0.055672161 -8.223634720 -0.607567489 0.007080704 0.794236541 91.770721436\n0.791497886 0.080830447 0.605803192 52.403308868 -0.060373068 0.996708274 -0.054108690 -8.258151054 -0.608182728 0.006252717 0.793772459 92.265213013\n0.791258037 0.083837211 0.605707943 52.770401001 -0.061925884 0.996450365 -0.057024628 -8.297165871 -0.608338654 0.007612199 0.793641090 92.750648499\n0.791435957 0.085255563 0.605277359 53.139450073 -0.060066305 0.996280134 -0.061789513 -8.335474014 -0.608293712 0.012545667 0.793612897 93.238616943\n0.792443573 0.088506453 0.603489697 53.505924225 -0.058690466 0.995889544 -0.068988383 -8.370359421 -0.607114971 0.019250313 0.794380784 93.710365295\n0.792701304 0.088994779 0.603079319 53.864971161 -0.057553209 0.995793343 -0.071297273 -8.403358459 -0.606887400 0.021808302 0.794488609 94.178634644\n0.793022573 0.088608965 0.602713585 54.221710205 -0.058817286 0.995879769 -0.069021910 -8.444688797 -0.606346250 0.019285951 0.794966877 94.655426025\n0.794389725 0.085425071 0.601371408 54.572635651 -0.060102817 0.996257067 -0.062125128 -8.476526260 -0.604427516 0.013207453 0.796550632 95.145744324\n0.795996845 0.073002905 0.600882411 54.937629700 -0.051775176 0.997273922 -0.052574378 -8.510772705 -0.603082418 0.010738252 0.797606647 95.613204956\n0.797938943 0.062698886 0.599468410 55.288063049 -0.044829879 0.997993708 -0.044708926 -8.544571877 -0.601068914 0.008800898 0.799148798 96.072578430\n0.799524426 0.061470296 0.597479820 55.634971619 -0.041241389 0.998019874 -0.047491286 -8.579767227 -0.599216044 0.013329550 0.800476432 96.527030945\n0.799060106 0.069066919 0.597271144 55.947227478 -0.045963924 0.997490346 -0.053854350 -8.618547440 -0.599491775 0.015579939 0.800229311 96.982315063\n0.800098062 0.079485632 0.594579816 56.274055481 -0.052013967 0.996641874 -0.063242026 -8.642854691 -0.597609937 0.019673368 0.801545560 97.426483154\n0.802020431 0.080801845 0.591805935 56.596096039 -0.049369521 0.996384978 -0.069134794 -8.669304848 -0.595252812 0.026230346 0.803110301 97.859359741\n0.803615510 0.077041887 0.590141237 56.924495697 -0.042307138 0.996472418 -0.072476618 -8.697832108 -0.593643188 0.033276148 0.804040074 98.286483765\n0.804446936 0.075672247 0.589184999 57.238037109 -0.042143386 0.996623874 -0.070461169 -8.737919807 -0.592527807 0.031852026 0.804920077 98.716232300\n0.804759204 0.076993063 0.588587046 57.538444519 -0.044667646 0.996595919 -0.069291838 -8.776193619 -0.591918409 0.029472448 0.805458844 99.153640747\n0.805616558 0.077239983 0.587380588 57.841026306 -0.046048988 0.996629000 -0.067897692 -8.812840462 -0.590644956 0.027651224 0.806457639 99.581932068\n0.807487667 0.076199673 0.584942162 58.144088745 -0.045845319 0.996728957 -0.066555120 -8.842245102 -0.588100255 0.026925581 0.808339715 99.998703003\n0.809522331 0.072731555 0.582566500 58.448123932 -0.042906404 0.996972382 -0.064846948 -8.870223999 -0.585519135 0.027499212 0.810192049 100.411697388\n0.811039209 0.072143883 0.580526233 58.748023987 -0.044128660 0.997083962 -0.062259786 -8.905038834 -0.583325028 0.024877287 0.811857760 100.837951660\n0.813171387 0.066077136 0.578261316 59.046943665 -0.039925046 0.997527063 -0.057842065 -8.944050789 -0.580653369 0.023948403 0.813798606 101.258125305\n0.816339612 0.062112268 0.574222684 59.341461182 -0.035905693 0.997735322 -0.056877524 -8.972734451 -0.576455057 0.025813514 0.816721082 101.667694092\n0.818687856 0.059323948 0.571166277 59.628997803 -0.031234344 0.997777283 -0.058863614 -8.999835014 -0.573388755 0.030350925 0.818721056 102.083251953\n0.821584225 0.059579883 0.566965282 59.909278870 -0.030079683 0.997668982 -0.061252441 -9.028396606 -0.569293082 0.033269908 0.821461201 102.496444702\n0.825182974 0.060640953 0.561601043 60.184780121 -0.031435013 0.997609973 -0.061531905 -9.056618690 -0.563990176 0.033121143 0.825116992 102.905227661\n0.828405023 0.061554953 0.556736946 60.455860138 -0.032388948 0.997544348 -0.062098671 -9.080921173 -0.559192300 0.033410732 0.828364491 103.326629639\n0.831095695 0.061562922 0.552711487 60.725212097 -0.032470167 0.997530162 -0.062283952 -9.110382080 -0.555180728 0.033817291 0.831041932 103.739486694\n0.833658636 0.060072884 0.549003243 61.000217438 -0.030354524 0.997547984 -0.063060239 -9.140162468 -0.551445305 0.035905983 0.833437979 104.158493042\n0.836521149 0.057565253 0.544902444 61.279018402 -0.028712526 0.997704983 -0.061321992 -9.170042992 -0.547181904 0.035651617 0.836254120 104.573348999\n0.838432312 0.053920753 0.542331934 61.543956757 -0.025571069 0.997889876 -0.059681840 -9.198011398 -0.544405639 0.036171176 0.838041902 104.987770081\n0.839769304 0.052743055 0.540375531 61.812686920 -0.023599621 0.997875690 -0.060722172 -9.228971481 -0.542430222 0.038239963 0.839230061 105.403564453\n0.840261519 0.053488694 0.539536417 62.067916870 -0.023628237 0.997788906 -0.062120970 -9.253463745 -0.541666210 0.039449565 0.839667439 105.814834595\n0.840889096 0.055898890 0.538312972 62.323390961 -0.026917482 0.997740448 -0.061558917 -9.283669472 -0.540537715 0.037274193 0.840493679 106.229026794\n0.841565371 0.055557840 0.537290454 62.587360382 -0.026987113 0.997778773 -0.060903762 -9.310949326 -0.539480686 0.036754578 0.841195405 106.640457153\n0.841517508 0.061827186 0.536680281 62.835086823 -0.033132743 0.997465968 -0.062958770 -9.331563950 -0.539212883 0.035199217 0.841433585 107.057189941\n0.843108594 0.065731421 0.533710837 63.087825775 -0.037297498 0.997258961 -0.063902408 -9.363663673 -0.536448300 0.033970591 0.843249202 107.467773438\n0.844709158 0.066214241 0.531114042 63.339496613 -0.037268691 0.997186065 -0.065045759 -9.394934654 -0.533926487 0.035150819 0.844799936 107.870498657\n0.846363068 0.064639345 0.528669357 63.591163635 -0.035971448 0.997279048 -0.064347506 -9.423798561 -0.531390250 0.035444353 0.846385300 108.268424988\n0.847966790 0.062632307 0.526336014 63.832725525 -0.034435570 0.997406006 -0.063209847 -9.452097893 -0.528929651 0.035475176 0.847923875 108.672103882\n0.849582553 0.064271256 0.523525238 64.071960449 -0.038924851 0.997481644 -0.059289452 -9.481116295 -0.526017427 0.029993143 0.849944711 109.077514648\n0.850721121 0.066446461 0.521400511 64.298393250 -0.044554137 0.997523189 -0.054427918 -9.507140160 -0.523725629 0.023072427 0.851574540 109.475914001\n0.852391839 0.064913757 0.518858731 64.520927429 -0.047288194 0.997768164 -0.047143489 -9.531796455 -0.520761013 0.015648836 0.853559077 109.862518311\n0.855211914 0.061348107 0.514634848 64.747329712 -0.046543285 0.998048425 -0.041629542 -9.546935081 -0.516184390 0.011649283 0.856398225 110.245925903\n0.856746912 0.058918670 0.512360513 64.954383850 -0.045541428 0.998215020 -0.038636900 -9.569228172 -0.513722360 0.009768417 0.857900858 110.603218079\n0.858713865 0.055621807 0.509427786 65.160789490 -0.043237552 0.998411357 -0.036128297 -9.590535164 -0.510628045 0.008997463 0.859754682 110.955436707\n0.861197531 0.057739466 0.504980206 65.356063843 -0.044556085 0.998277903 -0.038156837 -9.604187012 -0.506313741 0.010360632 0.862287104 111.278854370\n0.862761557 0.063303977 0.501632452 65.527275085 -0.048276078 0.997912228 -0.042902078 -9.622134209 -0.503301024 0.012797419 0.864016414 111.593849182\n0.865027905 0.066886969 0.497245312 65.695068359 -0.049841758 0.997627497 -0.047489177 -9.639791489 -0.499241978 0.016295884 0.866309345 111.905242920\n0.867284894 0.066022441 0.493414670 65.870178223 -0.046327949 0.997569263 -0.052050393 -9.656304359 -0.495651811 0.022283632 0.868235409 112.202514648\n0.868287921 0.065575488 0.491707146 66.036125183 -0.044583436 0.997528613 -0.054305013 -9.672026634 -0.494053006 0.025230397 0.869065642 112.493255615\n0.869129956 0.065988116 0.490161896 66.200241089 -0.044866506 0.997492552 -0.054732591 -9.684066772 -0.492544532 0.025577886 0.869911313 112.801315308\n0.869097173 0.068705246 0.489846587 66.355018616 -0.046850737 0.997288287 -0.056754682 -9.693981171 -0.492417604 0.026375661 0.869959354 113.076515198\n0.868502557 0.070818849 0.490599573 66.515068054 -0.048978239 0.997158527 -0.057235867 -9.706069946 -0.493258953 0.025680793 0.869503379 113.369575500\n0.867881536 0.070213132 0.491784304 66.673614502 -0.050050043 0.997282684 -0.054057907 -9.732804298 -0.494243532 0.022302037 0.869037390 113.647117615\n0.867560804 0.067861721 0.492679447 66.830894470 -0.049650807 0.997515917 -0.049967688 -9.752616882 -0.494846493 0.018888075 0.868775129 113.916381836\n0.866454601 0.065885812 0.494889379 66.981452942 -0.049543418 0.997708142 -0.046086442 -9.768809319 -0.496791601 0.015413299 0.867733002 114.191406250\n0.865763783 0.066559866 0.496006966 67.128929138 -0.050325982 0.997671247 -0.046036553 -9.783370972 -0.497916073 0.014894739 0.867097318 114.456092834\n0.865067899 0.070206799 0.496717811 67.274703979 -0.051824223 0.997367680 -0.050713949 -9.803405762 -0.498970777 0.018128999 0.866429210 114.697906494\n0.864031911 0.071775474 0.498294294 67.422256470 -0.049064051 0.997078300 -0.058545459 -9.817797661 -0.501040578 0.026136810 0.865029037 114.950202942\n0.863296032 0.066828534 0.500253856 67.579048157 -0.042428866 0.997295797 -0.060007818 -9.829814911 -0.502911329 0.030579315 0.863796949 115.197486877\n0.861764193 0.066011436 0.502996027 67.731719971 -0.043822221 0.997478306 -0.055826593 -9.852440834 -0.505412817 0.026066959 0.862483859 115.464202881\n0.860750198 0.064783305 0.504888296 67.887710571 -0.044319585 0.997639477 -0.052451778 -9.859804153 -0.507094502 0.022771440 0.861589611 115.723129272\n0.859460115 0.066608511 0.506844699 68.039138794 -0.046299186 0.997542560 -0.052585173 -9.869096756 -0.509101808 0.021728363 0.860432029 115.984222412\n0.858172894 0.068643749 0.508750796 68.196945190 -0.047654584 0.997392893 -0.054189429 -9.882233620 -0.511144161 0.022259589 0.859206676 116.246459961\n0.855844259 0.070622332 0.512389600 68.355407715 -0.048706926 0.997236788 -0.056093350 -9.895064354 -0.514935195 0.023050250 0.856919169 116.513656616\n0.854385376 0.071516953 0.514694929 68.515586853 -0.049674887 0.997188628 -0.056100018 -9.914069176 -0.517260075 0.022363625 0.855536044 116.776596069\n0.853097200 0.069793701 0.517062843 68.680938721 -0.049553730 0.997371256 -0.052868009 -9.937742233 -0.519393444 0.019479163 0.854313195 117.039382935\n0.851615429 0.064315550 0.520206392 68.846809387 -0.044417094 0.997728765 -0.050639879 -9.958766937 -0.522281826 0.020019649 0.852537930 117.300918579\n0.850684881 0.061864655 0.522023022 69.014259338 -0.039586984 0.997770250 -0.053734537 -9.971840858 -0.524183333 0.025045842 0.851237059 117.548995972\n0.849496484 0.060491182 0.524115086 69.174842834 -0.035313390 0.997696877 -0.057913359 -9.983486176 -0.526411235 0.030688915 0.849676073 117.800331116\n0.848758459 0.063779809 0.524920225 69.333061218 -0.037504382 0.997460127 -0.060553312 -9.994086266 -0.527449071 0.031708330 0.848994732 118.053077698\n0.847672701 0.064444624 0.526590765 69.489517212 -0.037416708 0.997385144 -0.061829772 -10.013376236 -0.529198408 0.032708120 0.847867489 118.314529419\n0.846383691 0.066754803 0.528373420 69.641899109 -0.038865086 0.997210026 -0.063731045 -10.026116371 -0.531153619 0.033405647 0.846616745 118.560569763\n0.845017612 0.065934040 0.530658066 69.804580688 -0.037350472 0.997223139 -0.064427830 -10.040829659 -0.533432484 0.034622334 0.845133781 118.811187744\n0.843318939 0.062756591 0.533736587 69.970314026 -0.035621591 0.997501731 -0.061002839 -10.061452866 -0.536231518 0.032432307 0.843447626 119.063102722\n0.841268837 0.060230970 0.537251353 70.136245728 -0.034170892 0.997711480 -0.058345549 -10.073351860 -0.539536059 0.030725935 0.841401696 119.321479797\n0.839594126 0.058213435 0.540086031 70.300666809 -0.032616243 0.997849822 -0.056849945 -10.093092918 -0.542234182 0.030115303 0.839687526 119.572967529\n0.837669253 0.058122665 0.543076456 70.470695496 -0.032667022 0.997873127 -0.056409899 -10.110315323 -0.545200109 0.029512148 0.837786317 119.821723938\n0.834955394 0.056933805 0.547364652 70.641273499 -0.031086575 0.997925401 -0.056378845 -10.124282837 -0.549438953 0.030058131 0.834993064 120.074165344\n0.831652403 0.057324614 0.552329779 70.817115784 -0.031705219 0.997936547 -0.055833686 -10.142089844 -0.554390728 0.028922481 0.831753850 120.339378357\n0.829096437 0.057936624 0.556095779 70.996383667 -0.032312151 0.997919381 -0.055792894 -10.162405968 -0.558171213 0.028289041 0.829243422 120.592407227\n0.825609863 0.060221534 0.561018527 71.176666260 -0.034866150 0.997832954 -0.055800650 -10.183592796 -0.563163161 0.026509015 0.825920463 120.853988647\n0.821370721 0.060734034 0.567152083 71.362495422 -0.033025943 0.997710824 -0.059011441 -10.199270248 -0.569437802 0.029739540 0.821496308 121.125320435\n0.817200840 0.061431978 0.573069751 71.550827026 -0.030882593 0.997542143 -0.062895842 -10.222373962 -0.575525045 0.033700656 0.817089438 121.386100769\n0.813593745 0.062625155 0.578051329 71.751495361 -0.031891525 0.997492433 -0.063180156 -10.235813141 -0.580558479 0.032968044 0.813550830 121.651275635\n0.809287250 0.066577218 0.583627999 71.946365356 -0.037882067 0.997403383 -0.061249405 -10.248971939 -0.586190343 0.027459329 0.809707940 121.935485840\n0.805915594 0.067333438 0.588189006 72.152244568 -0.038682204 0.997377217 -0.061174635 -10.269932747 -0.590765417 0.026549146 0.806406498 122.212631226\n0.803779364 0.066091806 0.591244996 72.364677429 -0.035975032 0.997391045 -0.062585540 -10.289301872 -0.593838871 0.029034909 0.804059982 122.489410400\n0.802601933 0.060866520 0.593401611 72.589332581 -0.029051809 0.997588634 -0.063031033 -10.307800293 -0.595807135 0.033349440 0.802434862 122.763671875\n0.801694632 0.060936242 0.594619632 72.802711487 -0.029673534 0.997620761 -0.062228262 -10.330753326 -0.596996844 0.032243598 0.801595390 123.049957275\n0.801886261 0.061146785 0.594339550 73.009803772 -0.030530224 0.997643232 -0.061447889 -10.355651855 -0.596696198 0.031128896 0.801863253 123.363586426\n0.803185463 0.060937416 0.592604220 73.227371216 -0.030219907 0.997641563 -0.061628837 -10.378235817 -0.594962060 0.031590942 0.803132713 123.655540466\n0.803356528 0.068550326 0.591539681 73.433364868 -0.038125593 0.997235000 -0.063786663 -10.396913528 -0.594276726 0.028690632 0.803748727 123.962944031\n0.805209279 0.075556286 0.588157594 73.629707336 -0.046140581 0.996825337 -0.064886689 -10.413606644 -0.591192961 0.025109431 0.806139231 124.273605347\n0.808519185 0.074329399 0.583756685 73.844627380 -0.045007128 0.996895909 -0.064598061 -10.440118790 -0.586746216 0.025955560 0.809354782 124.579299927\n0.812310934 0.067594789 0.579294324 74.067855835 -0.036671665 0.997215271 -0.064937234 -10.463270187 -0.582070589 0.031505544 0.812527716 124.882225037\n0.816327929 0.059529480 0.574512780 74.317413330 -0.028271241 0.997600496 -0.063197963 -10.474660873 -0.576896369 0.035348069 0.816052139 125.221649170\n0.820951283 0.055041492 0.568339229 74.541213989 -0.025865773 0.997906148 -0.059280984 -10.495409966 -0.570412099 0.033966269 0.820656061 125.542724609\n0.824935257 0.055864863 0.562459707 74.755844116 -0.029138062 0.997983754 -0.056386638 -10.518251419 -0.564475715 0.030126341 0.824899793 125.882034302\n0.828360617 0.060626913 0.556904912 74.960655212 -0.035532992 0.997811019 -0.055772666 -10.542389870 -0.559067190 0.026411386 0.828701615 126.215805054\n0.831514835 0.067673087 0.551365077 75.158058167 -0.043911338 0.997453332 -0.056202002 -10.560602188 -0.553764284 0.022521624 0.832368851 126.574249268\n0.836636603 0.064802274 0.543911695 75.374504089 -0.041714251 0.997631371 -0.054694757 -10.585947037 -0.546167731 0.023070769 0.837358117 126.888832092\n0.840954244 0.060191210 0.537748098 75.597816467 -0.036920942 0.997860610 -0.053953920 -10.609050751 -0.539845228 0.025518611 0.841377437 127.228073120\n0.844446421 0.056372173 0.532665372 75.836090088 -0.030965323 0.997921169 -0.056520335 -10.623336792 -0.534744203 0.031234242 0.844436526 127.597785950\n0.847799718 0.059470613 0.526971400 76.041259766 -0.034507290 0.997772694 -0.057086371 -10.641757965 -0.529192686 0.030213457 0.847963572 127.940727234\n0.850100517 0.064440191 0.522662938 76.237304688 -0.041856375 0.997613132 -0.054919247 -10.658571243 -0.524954379 0.024810106 0.850768685 128.299758911\n0.852001727 0.067662291 0.519148290 76.437805176 -0.048853070 0.997561693 -0.049840126 -10.678079605 -0.521254718 0.017101891 0.853229761 128.653457642\n0.854091942 0.065752804 0.515949190 76.648056030 -0.049203631 0.997742593 -0.045702089 -10.698792458 -0.517789543 0.013647213 0.855399191 129.005889893\n0.855424702 0.060896490 0.514334738 76.853096008 -0.044635847 0.998036981 -0.043929264 -10.716499329 -0.516000271 0.014620413 0.856463671 129.360015869\n0.856992722 0.057800036 0.512076855 77.087516785 -0.041176811 0.998193204 -0.043757845 -10.739089012 -0.513680816 0.016414464 0.857824326 129.719696045\n0.857972801 0.058630712 0.510338247 77.292755127 -0.041792516 0.998138785 -0.044411223 -10.761539459 -0.511992276 0.016775304 0.858826220 130.067352295\n0.857942462 0.061342232 0.510070503 77.491111755 -0.044492394 0.997987390 -0.045183681 -10.778538704 -0.511815608 0.016070748 0.858945012 130.416152954\n0.857718289 0.063104838 0.510232449 77.692695618 -0.045666296 0.997866988 -0.046648197 -10.791444778 -0.512087882 0.016710585 0.858770490 130.770980835\n0.858072996 0.061830569 0.509791911 77.903945923 -0.043323413 0.997902036 -0.048110228 -10.804924011 -0.511697054 0.019196168 0.858951509 131.115203857\n0.858110905 0.060911339 0.509838700 78.109016418 -0.042521931 0.997958183 -0.047659069 -10.816282272 -0.511700690 0.019217443 0.858948827 131.467239380\n0.857550740 0.060168874 0.510868251 78.330261230 -0.043124545 0.998048604 -0.045158356 -10.826854706 -0.512588501 0.016694622 0.858472109 131.843658447\n0.856913567 0.059336349 0.512033463 78.529151917 -0.043834612 0.998142481 -0.042309064 -10.845632553 -0.513592839 0.013810424 0.857922912 132.191055298\n0.856353104 0.058890995 0.513021648 78.742080688 -0.044606805 0.998198450 -0.040126421 -10.867817879 -0.514460504 0.011478133 0.857437253 132.551605225\n0.855838597 0.059126548 0.513852477 78.954666138 -0.045111313 0.998191893 -0.039722763 -10.885436058 -0.515272021 0.010815716 0.856958449 132.907058716\n0.855409026 0.058924366 0.514590442 79.171066284 -0.045113925 0.998208165 -0.039308794 -10.903292656 -0.515984595 0.010409907 0.856534600 133.268371582\n0.854401112 0.060607124 0.516067445 79.381370544 -0.046062078 0.998098612 -0.040956661 -10.917901993 -0.517568469 0.011222279 0.855568230 133.626556396\n0.853613317 0.059994627 0.517440736 79.610664368 -0.044048462 0.998101056 -0.043058738 -10.931281090 -0.519041419 0.013963045 0.854635000 133.993286133\n0.853223622 0.057675872 0.518346369 79.835266113 -0.040867720 0.998204112 -0.043798883 -10.943952560 -0.519941628 0.016186608 0.854048431 134.351287842\n0.853192806 0.053949829 0.518798053 80.065933228 -0.036680676 0.998379886 -0.043498114 -10.960279465 -0.520304263 0.018082416 0.853789508 134.714859009\n0.853413522 0.052400731 0.518593848 80.285621643 -0.035422355 0.998464227 -0.042596616 -10.983062744 -0.520029485 0.017982714 0.853958964 135.080490112\n0.853404343 0.056817263 0.518143654 80.498191833 -0.038839690 0.998209536 -0.045488492 -10.998951912 -0.519800484 0.018695541 0.854083121 135.452331543\n0.853660405 0.059793852 0.517386377 80.713920593 -0.040564638 0.998003542 -0.048408806 -11.024581909 -0.519248009 0.020337094 0.854381621 135.825622559\n0.854595542 0.058056857 0.516038597 80.934707642 -0.038034644 0.998059630 -0.049298577 -11.042949677 -0.517899394 0.022503003 0.855145514 136.193008423\n0.856024742 0.050717365 0.514440894 81.162734985 -0.030117255 0.998378098 -0.048312634 -11.056909561 -0.516056836 0.025863264 0.856163800 136.568328857\n0.858451903 0.046982627 0.510737717 81.398681641 -0.027565353 0.998582721 -0.045527309 -11.067858696 -0.512152851 0.025004340 0.858530283 136.947021484\n0.860100508 0.048658032 0.507798731 81.617584229 -0.031075628 0.998589456 -0.043050990 -11.081856728 -0.509177268 0.021248015 0.860399365 137.328155518\n0.860939741 0.049907606 0.506252885 81.824958801 -0.034849957 0.998624265 -0.039180484 -11.103351593 -0.507511854 0.016089147 0.861494601 137.712997437\n0.862498522 0.048883028 0.503693163 82.044837952 -0.035799026 0.998723805 -0.035624936 -11.126220703 -0.504791796 0.012694729 0.863147795 138.095901489\n0.863530874 0.046868369 0.502113283 82.266204834 -0.034976970 0.998840451 -0.033080842 -11.147895813 -0.503081501 0.011003931 0.864168942 138.476181030\n0.864040315 0.045437813 0.501367927 82.490539551 -0.032264989 0.998869121 -0.034920819 -11.156751633 -0.502387643 0.013996369 0.864529252 138.854797363\n0.863770008 0.045636971 0.501815319 82.715972900 -0.031187123 0.998822749 -0.037154589 -11.165210724 -0.502920210 0.016442843 0.864176393 139.239334106\n0.862727165 0.046438120 0.503532887 82.934410095 -0.032375727 0.998803794 -0.036643393 -11.176884651 -0.504632235 0.015311006 0.863198638 139.626663208\n0.862500608 0.047710150 0.503802001 83.160697937 -0.034196071 0.998765111 -0.036040150 -11.193699837 -0.504899323 0.013856605 0.863067031 140.013687134\n0.861754537 0.047889702 0.505060017 83.382987976 -0.034429487 0.998760104 -0.035957221 -11.212634087 -0.506155789 0.013597341 0.862334847 140.406112671\n0.860749125 0.049590662 0.506608069 83.607978821 -0.036312800 0.998689592 -0.036062337 -11.227637291 -0.507732570 0.012644271 0.861421943 140.798461914\n0.860175669 0.051028408 0.507438600 83.833282471 -0.038192797 0.998633146 -0.035681449 -11.238722801 -0.508565784 0.011311819 0.860948861 141.181442261\n0.860509574 0.049039006 0.507068455 84.067024231 -0.036347002 0.998729408 -0.034906045 -11.254264832 -0.508135974 0.011606568 0.861198664 141.561737061\n0.859775662 0.046177030 0.508579969 84.294631958 -0.033283610 0.998852909 -0.034424528 -11.267237663 -0.509586215 0.012669994 0.860326350 141.941696167\n0.859779716 0.044486038 0.508723736 84.527450562 -0.031344179 0.998917282 -0.034377761 -11.281059265 -0.509702265 0.013611772 0.860243201 142.317047119\n0.859490037 0.042319644 0.509397626 84.755104065 -0.030239077 0.999031126 -0.031975921 -11.294840813 -0.510257244 0.012079273 0.859937012 142.690475464\n0.858866990 0.044263069 0.510282516 84.966590881 -0.034340665 0.998993516 -0.028855501 -11.311668396 -0.511046171 0.007259598 0.859522581 143.066528320\n0.858369410 0.047016144 0.510873199 85.180259705 -0.038238265 0.998885214 -0.027680401 -11.321068764 -0.511605084 0.004225108 0.859210312 143.443786621\n0.857898235 0.049484491 0.511431277 85.388694763 -0.040060606 0.998763502 -0.029437749 -11.333475113 -0.512255609 0.004766349 0.858819842 143.804016113\n0.857909799 0.049611516 0.511399508 85.595161438 -0.038756624 0.998740256 -0.031872008 -11.349765778 -0.512336493 0.007523195 0.858751833 144.159622192\n0.858025432 0.048369925 0.511324525 85.805763245 -0.036093060 0.998772740 -0.033915449 -11.368881226 -0.512337506 0.010645051 0.858718216 144.510742188\n0.857929289 0.046803236 0.511631548 86.013801575 -0.032785598 0.998799622 -0.036392078 -11.382270813 -0.512720644 0.014447687 0.858433962 144.855728149\n0.857867658 0.045574412 0.511845767 86.232276917 -0.030352825 0.998814285 -0.038061600 -11.395632744 -0.512973487 0.017115854 0.858233809 145.206909180\n0.857274175 0.046287261 0.512775302 86.434631348 -0.030763414 0.998776197 -0.038726386 -11.400732994 -0.513940334 0.017424412 0.857648969 145.549789429\n0.857306838 0.049235828 0.512445927 86.635437012 -0.034703489 0.998678923 -0.037895214 -11.410546303 -0.513634741 0.014704165 0.857882977 145.892471313\n0.856986046 0.049914893 0.512916625 86.822090149 -0.037000716 0.998689175 -0.035367087 -11.426697731 -0.514009655 0.011330813 0.857709527 146.224487305\n0.857244492 0.046833407 0.512775362 87.022445679 -0.033673275 0.998822272 -0.034931518 -11.446439743 -0.513807416 0.012678030 0.857811928 146.548065186\n0.858048439 0.044441260 0.511642337 87.218078613 -0.029526411 0.998869896 -0.037244663 -11.469050407 -0.512719333 0.016850764 0.858390927 146.870925903\n0.858322799 0.043670546 0.511248291 87.401077271 -0.028857291 0.998903036 -0.036877915 -11.483410835 -0.512297988 0.016899915 0.858641505 147.185791016\n0.858492494 0.044772334 0.510867953 87.581954956 -0.030809768 0.998885095 -0.035767488 -11.492081642 -0.511899769 0.014966404 0.858914852 147.494064331\n0.857665360 0.046555303 0.512096405 87.740913391 -0.032032330 0.998796046 -0.037153613 -11.492505074 -0.513209522 0.015461728 0.858124018 147.781173706\n0.857253492 0.046675473 0.512774706 87.913261414 -0.032811441 0.998810709 -0.036063094 -11.504546165 -0.513848126 0.014090340 0.857765436 148.079818726\n0.856934130 0.049465410 0.513046861 88.091560364 -0.037099421 0.998721898 -0.034325190 -11.511466980 -0.514089048 0.010380689 0.857674003 148.378341675\n0.856526315 0.050524551 0.513624370 88.267196655 -0.039322268 0.998692513 -0.032665767 -11.520523071 -0.514603257 0.007782213 0.857393146 148.674896240\n0.855737865 0.048989855 0.515085161 88.456192017 -0.039792020 0.998790324 -0.028886592 -11.536298752 -0.515877247 0.004223073 0.856652141 148.974288940\n0.854027987 0.047286056 0.518073618 88.617416382 -0.039093815 0.998878062 -0.026725532 -11.550405502 -0.518756151 0.002570881 0.854918420 149.251602173\n0.853195071 0.049286526 0.519258082 88.791038513 -0.040749107 0.998781323 -0.027846506 -11.555509567 -0.519997716 0.002599200 0.854163706 149.526824951\n0.851778567 0.053177666 0.521196187 88.952140808 -0.045708813 0.998584867 -0.027184824 -11.560895920 -0.521904230 -0.000667806 0.853003860 149.802276611\n0.850140572 0.054147828 0.523764253 89.109367371 -0.047276698 0.998530447 -0.026493624 -11.572231293 -0.524429142 -0.002238540 0.851451159 150.072143555\n0.849067986 0.055474978 0.525362790 89.272460938 -0.048569493 0.998456597 -0.026934823 -11.580632210 -0.526046157 -0.002647107 0.850451887 150.335494995\n0.847950578 0.055013135 0.527212918 89.433563232 -0.046319816 0.998485327 -0.029689893 -11.586537361 -0.528047681 0.000755158 0.849214375 150.588836670\n0.846926272 0.055561293 0.528799415 89.595283508 -0.046071447 0.998453259 -0.031119999 -11.600212097 -0.529710591 0.001993792 0.848176122 150.850265503\n0.846350551 0.057061151 0.529560983 89.749465942 -0.048499640 0.998370647 -0.030063549 -11.609495163 -0.530413628 -0.000239212 0.847738981 151.107681274\n0.845974088 0.059132177 0.529935122 89.903060913 -0.050943419 0.998248935 -0.030063715 -11.619623184 -0.530784905 -0.001563579 0.847505152 151.365829468\n0.846038282 0.063120194 0.529372334 90.065887451 -0.055881180 0.997995973 -0.029688135 -11.623513222 -0.530185342 -0.004464652 0.847869992 151.632431030\n0.846067429 0.064627595 0.529143870 90.222663879 -0.057218920 0.997898996 -0.030390127 -11.628572464 -0.529996157 -0.004564939 0.847987771 151.894042969\n0.846064329 0.067779534 0.528754234 90.377792358 -0.061163355 0.997676194 -0.030021308 -11.634614944 -0.529560328 -0.006940422 0.848243892 152.161865234\n0.847273409 0.067775071 0.526815236 90.541412354 -0.063084558 0.997645855 -0.026889229 -11.641069412 -0.527397454 -0.010451375 0.849554420 152.431518555\n0.848776281 0.065100513 0.524729192 90.706466675 -0.062414315 0.997789145 -0.022832340 -11.646015167 -0.525055528 -0.013371063 0.850962996 152.702270508\n0.850428104 0.058477581 0.522831142 90.877372742 -0.057127208 0.998191297 -0.018723505 -11.655998230 -0.522980452 -0.013944888 0.852230608 152.971435547\n0.852529049 0.058000248 0.519451857 91.036415100 -0.057687845 0.998193681 -0.016777143 -11.664923668 -0.519486666 -0.015663058 0.854335010 153.246124268\n0.855468035 0.060980752 0.514252663 91.189811707 -0.061505150 0.997978091 -0.016026685 -11.667158127 -0.514190197 -0.017918872 0.857488990 153.526824951\n0.858985066 0.062560037 0.508164227 91.346122742 -0.064414307 0.997825623 -0.013958236 -11.671864510 -0.507932544 -0.020743126 0.861147106 153.807174683\n0.862161040 0.063726351 0.502610445 91.498207092 -0.066174440 0.997723520 -0.012988694 -11.673309326 -0.502294004 -0.022061616 0.864415407 154.094238281\n0.865950346 0.063405871 0.496094376 91.651535034 -0.066471592 0.997722149 -0.011490442 -11.678917885 -0.495692909 -0.023026031 0.868192554 154.379287720\n0.869724631 0.061271947 0.489719063 91.807418823 -0.064843535 0.997848392 -0.009687374 -11.682014465 -0.489258945 -0.023329770 0.871826470 154.664703369\n0.873316169 0.060752019 0.483350843 91.960983276 -0.064066119 0.997898817 -0.009670798 -11.680608749 -0.482922763 -0.022520747 0.875373304 154.953872681\n0.877142847 0.059004184 0.476590991 92.114738464 -0.061658245 0.998046398 -0.010083753 -11.682751656 -0.476254880 -0.020540874 0.879067302 155.243392944\n0.880216599 0.058666728 0.470932066 92.266578674 -0.061544839 0.998061001 -0.009301097 -11.684935570 -0.470564574 -0.020796461 0.882120430 155.538848877\n0.882733405 0.058083437 0.466270417 92.413970947 -0.061187007 0.998090148 -0.008494422 -11.689471245 -0.465873301 -0.021031380 0.884601474 155.834060669\n0.885887027 0.056096379 0.460496932 92.566139221 -0.058538295 0.998244703 -0.008989416 -11.693132401 -0.460192889 -0.018993095 0.887615800 156.131576538\n0.888552427 0.052882910 0.455716997 92.723815918 -0.054929592 0.998451769 -0.008762480 -11.693963051 -0.455474854 -0.017246425 0.890081584 156.430374146\n0.890083253 0.050904553 0.452946514 92.874656677 -0.053972807 0.998523414 -0.006157669 -11.694057465 -0.452591151 -0.018965952 0.891516447 156.736892700\n0.891684532 0.052212350 0.449636042 93.022911072 -0.055753469 0.998430133 -0.005372962 -11.692857742 -0.449210703 -0.020277781 0.893195689 157.047958374\n0.893079162 0.050821200 0.447019964 93.173416138 -0.053821210 0.998532593 -0.005995314 -11.691590309 -0.446668684 -0.018704865 0.894503891 157.355926514\n0.894384503 0.048789233 0.444630176 93.332191467 -0.051775593 0.998643994 -0.005433249 -11.693310738 -0.444292307 -0.018161574 0.895697773 157.665573120\n0.895217597 0.047475643 0.443093091 93.485603333 -0.051660273 0.998661280 -0.002629015 -11.693391800 -0.442624718 -0.020536767 0.896471739 157.980377197\n0.896834314 0.044402521 0.440132469 93.641822815 -0.049385864 0.998779774 -0.000130414 -11.693163872 -0.439601213 -0.021619365 0.897932827 158.296630859\n0.898068190 0.041676972 0.437877357 93.792732239 -0.047348998 0.998876333 0.002038218 -11.695518494 -0.437300384 -0.022563513 0.899032414 158.613067627\n0.898416579 0.041117452 0.437215030 93.942413330 -0.046937291 0.998894691 0.002509602 -11.696981430 -0.436628580 -0.022776356 0.899353504 158.933166504\n0.898915887 0.042190902 0.436085045 94.089500427 -0.047913630 0.998849213 0.002127967 -11.692520142 -0.435493439 -0.022807280 0.899902940 159.247619629\n0.899987459 0.043192491 0.433770627 94.237365723 -0.049387448 0.998775125 0.003016560 -11.690173149 -0.433109015 -0.024137689 0.901018262 159.559906006\n0.900662065 0.037248451 0.432920843 94.387672424 -0.043387804 0.999049008 0.004307295 -11.692458153 -0.432348698 -0.022662899 0.901421666 159.859848022\n0.901121616 0.034113109 0.432222247 94.533187866 -0.040195122 0.999179661 0.004940914 -11.693354607 -0.431699127 -0.021825591 0.901753545 160.152877808\n0.901368558 0.035318490 0.431610137 94.667419434 -0.040484112 0.999176323 0.002784238 -11.687620163 -0.431156278 -0.019982979 0.902055979 160.442001343\n0.901727080 0.036379643 0.430772334 94.803474426 -0.040601831 0.999175191 0.000608523 -11.685002327 -0.430394888 -0.018038867 0.902460456 160.735382080\n0.902089596 0.036199976 0.430027783 94.942695618 -0.040283732 0.999188185 0.000392873 -11.684097290 -0.429664463 -0.017677529 0.902815580 161.011825562\n0.901037633 0.035593044 0.432278067 95.075958252 -0.040104296 0.999194622 0.001321147 -11.687882423 -0.431882918 -0.018526612 0.901739359 161.314407349\n0.900679469 0.038189784 0.432802528 95.209266663 -0.042412635 0.999100149 0.000103436 -11.685392380 -0.432409137 -0.018449457 0.901488781 161.607864380\n0.899987698 0.038517918 0.434210211 95.342147827 -0.042919591 0.999078453 0.000333210 -11.683775902 -0.433797240 -0.018936010 0.900811493 161.884002686\n0.899382472 0.036252722 0.435656935 95.488693237 -0.041230734 0.999147713 0.001974895 -11.681376457 -0.435214043 -0.019738642 0.900110602 162.183685303\n0.899432659 0.032683793 0.435835660 95.629356384 -0.037750747 0.999282777 0.002968790 -11.680710793 -0.435426056 -0.019123347 0.900021374 162.457443237\n0.898345172 0.031722818 0.438143462 95.766693115 -0.036645394 0.999324441 0.002781796 -11.680233955 -0.437759221 -0.018554950 0.898900747 162.741104126\n0.898642182 0.029684244 0.437676996 95.906188965 -0.034561317 0.999397516 0.003180193 -11.679937363 -0.437318891 -0.017984547 0.899126649 163.004028320\n0.899297178 0.028214006 0.436427116 96.040969849 -0.032405738 0.999472439 0.002161335 -11.682110786 -0.436135888 -0.016086422 0.899737000 163.268569946\n0.899188042 0.030327626 0.436510116 96.169502258 -0.033830300 0.999427557 0.000250936 -11.677569389 -0.436252624 -0.014992905 0.899699330 163.544860840\n0.899723709 0.029560911 0.435457677 96.303466797 -0.034092601 0.999415278 0.002595651 -11.680105209 -0.435126334 -0.017181255 0.900205433 163.818756104\n0.900297165 0.030521808 0.434204429 96.432601929 -0.035476919 0.999365032 0.003310292 -11.677605629 -0.433827668 -0.018384481 0.900808275 164.096740723\n0.901392221 0.032416675 0.431788445 96.557754517 -0.037159856 0.999306083 0.002550838 -11.675545692 -0.431406111 -0.018344503 0.901971281 164.377746582\n0.903762221 0.026419466 0.427218795 96.698181152 -0.030342201 0.999536753 0.002375615 -11.671825409 -0.426958114 -0.015109749 0.904145181 164.661560059\n0.906300247 0.022358131 0.422042608 96.834266663 -0.025594613 0.999670386 0.002003689 -11.670887947 -0.421858698 -0.012617960 0.906573772 164.946212769\n0.909066081 0.021347856 0.416104764 96.964843750 -0.023423186 0.999725640 -0.000117219 -11.670714378 -0.415993094 -0.009639938 0.909316659 165.234176636\n0.911542654 0.022632036 0.410582274 97.088836670 -0.024622388 0.999696732 -0.000440389 -11.671968460 -0.410467714 -0.009708082 0.911823452 165.531250000\n0.913861513 0.024427898 0.405290514 97.209640503 -0.027828276 0.999609590 0.002499024 -11.673084259 -0.405071229 -0.013562297 0.914184570 165.830841064\n0.915734112 0.028013784 0.400807023 97.326545715 -0.031610601 0.999497473 0.002363229 -11.668913841 -0.400539398 -0.014833841 0.916159451 166.134979248\n0.917871773 0.028273219 0.395868659 97.453399658 -0.030902406 0.999522388 0.000264565 -11.663986206 -0.395672083 -0.012476130 0.918307126 166.427444458\n0.918888688 0.030314011 0.393350542 97.572364807 -0.032046687 0.999484003 -0.002163545 -11.660203934 -0.393213153 -0.010617523 0.919386029 166.721481323\n0.920252323 0.028468875 0.390288562 97.690231323 -0.029305575 0.999563217 -0.003812351 -11.659462929 -0.390226603 -0.007929304 0.920684695 167.010711670\n0.922028005 0.027180795 0.386167735 97.815635681 -0.026853662 0.999619901 -0.006242456 -11.658624649 -0.386190623 -0.004614298 0.922407448 167.297454834\n0.922917068 0.024758667 0.384201914 97.938072205 -0.024216479 0.999687195 -0.006249634 -11.661005020 -0.384236455 -0.003536122 0.923227966 167.583694458\n0.923524082 0.022446090 0.382883102 98.057044983 -0.022767033 0.999733984 -0.003693594 -11.665981293 -0.382864147 -0.005305989 0.923789442 167.876358032\n0.924335778 0.019654678 0.381073594 98.178627014 -0.019372271 0.999801874 -0.004577332 -11.663311005 -0.381088048 -0.003151270 0.924533367 168.157562256\n0.924601138 0.019782228 0.380422682 98.293815613 -0.018826600 0.999803305 -0.006233174 -11.663185120 -0.380471170 -0.001398866 0.924791694 168.430099487\n0.924945951 0.019687530 0.379588455 98.402648926 -0.017770519 0.999805510 -0.008553816 -11.666959763 -0.379683018 0.001166334 0.925115883 168.706268311\n0.925183654 0.022107335 0.378875345 98.509323120 -0.020493139 0.999755621 -0.008293008 -11.671950340 -0.378966093 -0.000091789 0.925410569 168.982269287\n0.924679101 0.025538599 0.379889905 98.613227844 -0.025528884 0.999661267 -0.005064426 -11.668190956 -0.379890561 -0.005015197 0.925017834 169.265731812\n0.924627066 0.027631938 0.379869998 98.723701477 -0.029603617 0.999561489 -0.000651582 -11.663423538 -0.379721433 -0.010643055 0.925039649 169.546707153\n0.924381435 0.026102951 0.380575329 98.833496094 -0.028858768 0.999582291 0.001535730 -11.663177490 -0.380376279 -0.012402534 0.924748659 169.819564819\n0.924314857 0.022313351 0.380977899 98.954025269 -0.024889817 0.999688506 0.001836398 -11.665064812 -0.380818248 -0.011179879 0.924582303 170.089172363\n0.924254119 0.019294024 0.381290048 99.074180603 -0.021910653 0.999756753 0.002522177 -11.666775703 -0.381148636 -0.010685447 0.924452007 170.362747192\n0.923845828 0.017837485 0.382348955 99.191589355 -0.020560490 0.999783993 0.003036730 -11.665399551 -0.382212192 -0.010666753 0.924013019 170.638763428\n0.922970116 0.017735492 0.384462774 99.301811218 -0.021114010 0.999766648 0.004568055 -11.664787292 -0.384292036 -0.012333729 0.923129201 170.918395996\n0.922797263 0.016978722 0.384911627 99.417083740 -0.021728190 0.999731958 0.007992853 -11.667046547 -0.384672761 -0.015739216 0.922918797 171.196563721\n0.923350990 0.017600000 0.383553356 99.530525208 -0.023257380 0.999678314 0.010116943 -11.669967651 -0.383251935 -0.018261936 0.923463285 171.475509644\n0.923854589 0.020969518 0.382168829 99.637489319 -0.025478737 0.999652624 0.006741564 -11.664212227 -0.381894708 -0.015965404 0.924067914 171.753005981\n0.924675107 0.025684379 0.379889756 99.740089417 -0.028892247 0.999578774 0.002743910 -11.651907921 -0.379659235 -0.013513094 0.925027728 172.035324097\n0.925718606 0.027691215 0.377197951 99.847198486 -0.030873623 0.999520421 0.002392250 -11.652553558 -0.376950800 -0.013860016 0.926129580 172.310470581\n0.926730931 0.026592277 0.374783456 99.959564209 -0.029535050 0.999561548 0.002109023 -11.652346611 -0.374563038 -0.013023742 0.927110016 172.595764160\n0.927946091 0.028088612 0.371654570 100.071205139 -0.030272579 0.999541700 0.000041922 -11.653079987 -0.371483058 -0.011289843 0.928371072 172.873153687\n0.929471910 0.027660446 0.367854357 100.179779053 -0.029444886 0.999566138 -0.000761850 -11.649753571 -0.367715836 -0.010123312 0.929883122 173.157821655\n0.930253327 0.027755633 0.365866542 100.286994934 -0.029088764 0.999575078 -0.001869317 -11.648889542 -0.365762979 -0.008903667 0.930665433 173.445343018\n0.931219578 0.027283350 0.363436073 100.401550293 -0.028153004 0.999599397 -0.002905029 -11.648824692 -0.363369763 -0.007526597 0.931614637 173.729003906\n0.931828201 0.026338138 0.361942649 100.514350891 -0.026690250 0.999635637 -0.004027747 -11.648604393 -0.361916840 -0.005907171 0.932191670 174.024475098\n0.932547450 0.026324291 0.360086501 100.622245789 -0.025998401 0.999645472 -0.005749221 -11.647832870 -0.360110193 -0.004000251 0.932901204 174.325241089\n0.933270156 0.026201406 0.358218253 100.737007141 -0.024894549 0.999655962 -0.008260475 -11.647785187 -0.358311445 -0.001208427 0.933601320 174.632934570\n0.934362471 0.026443252 0.355341375 100.848777771 -0.024700580 0.999650300 -0.009440809 -11.648505211 -0.355466783 0.000043999 0.934688926 174.947601318\n0.935750723 0.026965396 0.351629734 100.965866089 -0.025888927 0.999634683 -0.007763742 -11.644284248 -0.351710618 -0.001838390 0.936106980 175.259521484\n0.936755002 0.027528744 0.348901451 101.083938599 -0.027115032 0.999613881 -0.006070402 -11.646838188 -0.348933846 -0.003773994 0.937139750 175.584289551\n0.937864065 0.026118053 0.346018612 101.214668274 -0.025546676 0.999654353 -0.006212718 -11.643359184 -0.346061260 -0.003012941 0.938207090 175.919342041\n0.938889980 0.023471547 0.343416303 101.332984924 -0.022884805 0.999721527 -0.005761807 -11.639110565 -0.343455881 -0.002449311 0.939165592 176.243865967\n0.939966023 0.022573734 0.340520650 101.465850830 -0.022613976 0.999736845 -0.003851231 -11.642360687 -0.340517998 -0.004080500 0.940229177 176.589630127\n0.940527201 0.024071110 0.338864505 101.583412170 -0.024270188 0.999698758 -0.003650683 -11.641226768 -0.338850290 -0.004790739 0.940828085 176.952468872\n0.941365719 0.024391489 0.336505115 101.706901550 -0.025150770 0.999681473 -0.002102931 -11.639099121 -0.336449206 -0.006483735 0.941679299 177.311721802\n0.942001998 0.019094013 0.335063696 101.837654114 -0.019707974 0.999804556 -0.001567850 -11.642364502 -0.335028142 -0.005126509 0.942194164 177.671524048\n0.942745388 0.017694063 0.333043575 101.971244812 -0.017551081 0.999840081 -0.003438086 -11.638504982 -0.333051145 -0.002604035 0.942905188 178.046279907\n0.943986833 0.017685113 0.329508841 102.100654602 -0.017141163 0.999842703 -0.004556173 -11.633444786 -0.329537600 -0.001347198 0.944141507 178.418762207\n0.945647001 0.018859858 0.324647576 102.224876404 -0.019250728 0.999812663 -0.002008118 -11.626632690 -0.324624628 -0.004350731 0.945832908 178.812408447\n0.947622061 0.019780617 0.318780690 102.349205017 -0.021794224 0.999758720 0.002750622 -11.620875359 -0.318649352 -0.009554128 0.947824538 179.207412720\n0.949822068 0.019604735 0.312175691 102.474075317 -0.022839941 0.999716640 0.006710004 -11.619488716 -0.311955690 -0.013503384 0.950000703 179.604019165\n0.951745927 0.021101084 0.306160808 102.597518921 -0.025122609 0.999642015 0.009200429 -11.616786957 -0.305857062 -0.016448028 0.951935351 179.997085571\n0.952861667 0.018471217 0.302842230 102.722290039 -0.022636082 0.999691248 0.010248051 -11.616439819 -0.302559435 -0.016620137 0.952985585 180.389099121\n0.953845024 0.017724430 0.299775779 102.844718933 -0.022530274 0.999666989 0.012582278 -11.614480019 -0.299452931 -0.018755574 0.953926682 180.782653809\n0.954245865 0.017268935 0.298523962 102.963150024 -0.022045681 0.999677062 0.012641007 -11.610458374 -0.298209280 -0.018643793 0.954318404 181.182525635\n0.954573154 0.019768884 0.297320247 103.077636719 -0.024053054 0.999652803 0.010757350 -11.602850914 -0.297004342 -0.017420137 0.954717219 181.559936523\n0.955088973 0.023177389 0.295411438 103.191642761 -0.026942361 0.999599278 0.008680264 -11.592713356 -0.295091897 -0.016249506 0.955330670 181.950866699\n0.955605209 0.021398626 0.293872058 103.313865662 -0.024871193 0.999657989 0.008084248 -11.592829704 -0.293598562 -0.015034297 0.955810606 182.341018677\n0.956105530 0.024727710 0.291977346 103.426536560 -0.026939232 0.999630749 0.003555655 -11.589169502 -0.291781604 -0.011265226 0.956418633 182.719665527\n0.956948757 0.022275323 0.289400876 103.545585632 -0.023301551 0.999728501 0.000100607 -11.590800285 -0.289320052 -0.006839765 0.957207978 183.103103638\n0.957685947 0.021850815 0.286984652 103.661941528 -0.021852184 0.999756098 -0.003198623 -11.581431389 -0.286984563 -0.003207965 0.957929850 183.490219116\n0.958497822 0.021149158 0.284314394 103.777908325 -0.021089381 0.999772251 -0.003271786 -11.578563690 -0.284318835 -0.002860014 0.958725512 183.886108398\n0.959532738 0.024083337 0.280565411 103.886894226 -0.024476560 0.999698222 -0.002102927 -11.574519157 -0.280531377 -0.004849449 0.959832609 184.289047241\n0.960478187 0.027793417 0.276964277 103.992980957 -0.028531952 0.999591947 -0.001363924 -11.567922592 -0.276889175 -0.006592311 0.960879266 184.699722290\n0.961563349 0.029023482 0.273044914 104.102210999 -0.030364545 0.999538660 0.000686126 -11.568357468 -0.272899032 -0.008950638 0.962001026 185.113525391\n0.962646544 0.026384927 0.269472569 104.215545654 -0.028421378 0.999589324 0.003657696 -11.570849419 -0.269265413 -0.011179850 0.963001132 185.531311035\n0.963956237 0.028331522 0.264548212 104.330482483 -0.030491220 0.999526799 0.004060079 -11.569608688 -0.264308006 -0.011980136 0.964363933 185.952407837\n0.965004265 0.031557541 0.260328352 104.445716858 -0.033911474 0.999414444 0.004554444 -11.571324348 -0.260032207 -0.013223176 0.965509415 186.407501221\n0.966174126 0.033107836 0.255756706 104.562675476 -0.035730045 0.999345720 0.005611849 -11.561601639 -0.255403578 -0.014560221 0.966724873 186.822326660\n0.966962993 0.032858517 0.252790183 104.660659790 -0.035865560 0.999329984 0.007295249 -11.550006866 -0.252381116 -0.016120698 0.967493594 187.247482300\n0.967994273 0.032518283 0.248856604 104.768424988 -0.035842486 0.999318361 0.008837245 -11.546361923 -0.248399615 -0.017474042 0.968500018 187.680801392\n0.969133079 0.029932367 0.244714394 104.874618530 -0.032793384 0.999433100 0.007624227 -11.550543785 -0.244347453 -0.015413903 0.969565213 188.120422363\n0.970017493 0.036096558 0.240339503 104.969703674 -0.038721927 0.999230742 0.006208539 -11.548919678 -0.239930511 -0.015328800 0.970669031 188.548736572\n0.971351027 0.038348697 0.234534815 105.063034058 -0.040479291 0.999171257 0.004275213 -11.544176102 -0.234176487 -0.013646536 0.972098351 188.984695435\n0.972736418 0.041128259 0.228237495 105.158462524 -0.043099970 0.999064088 0.003659099 -11.536005020 -0.227873385 -0.013396368 0.973598599 189.428131104\n0.974387646 0.036762763 0.221849576 105.264350891 -0.039172754 0.999211490 0.006471387 -11.523021698 -0.221436739 -0.014996098 0.975059450 189.871032715\n0.975466132 0.034754239 0.217388973 105.354789734 -0.038043689 0.999215961 0.010963484 -11.515370369 -0.216837496 -0.018964786 0.976023495 190.318649292\n0.976916254 0.033359088 0.211001977 105.454261780 -0.037296228 0.999196053 0.014706137 -11.516899109 -0.210341766 -0.022236241 0.977375031 190.743820190\n0.977840900 0.033953313 0.206577793 105.533058167 -0.037913792 0.999164760 0.015242201 -11.515959740 -0.205887735 -0.022736594 0.978311419 191.199539185\n0.978928089 0.032040387 0.201676056 105.622779846 -0.036212929 0.999198914 0.017032910 -11.507812500 -0.200968757 -0.023977274 0.979304194 191.638687134\n0.980087996 0.029470723 0.196364328 105.713012695 -0.033759139 0.999258280 0.018527122 -11.498237610 -0.195672676 -0.024787301 0.980355978 192.072479248\n0.980968893 0.031003503 0.191673711 105.795005798 -0.034741726 0.999265492 0.016172398 -11.486156464 -0.191031516 -0.022523694 0.981325448 192.509414673\n0.981960654 0.027790278 0.187031895 105.880096436 -0.030810881 0.999437273 0.013262098 -11.473890305 -0.186558083 -0.018785477 0.982264340 192.945419312\n0.982869923 0.027737007 0.182201490 105.961189270 -0.030881640 0.999418676 0.014444180 -11.467581749 -0.181694925 -0.019823430 0.983155131 193.380493164\n0.983540535 0.029849183 0.178205043 106.029891968 -0.033374451 0.999301434 0.016816551 -11.464587212 -0.177578598 -0.022487253 0.983849645 193.826141357\n0.984222353 0.030503921 0.174286678 106.101028442 -0.033996135 0.999275923 0.017086349 -11.455407143 -0.173639268 -0.022741841 0.984546721 194.274353027\n0.984993160 0.025936902 0.170633376 106.178962708 -0.029422197 0.999406278 0.017928271 -11.442333221 -0.170067072 -0.022679633 0.985171497 194.710433960\n0.985705614 0.024733469 0.166651368 106.254470825 -0.028464304 0.999394000 0.020035505 -11.427219391 -0.166054815 -0.024492726 0.985812306 195.150833130\n0.986208141 0.022571631 0.163963646 106.321746826 -0.026540658 0.999404371 0.022056263 -11.421291351 -0.163368151 -0.026103768 0.986219764 195.587539673\n0.986760795 0.026148608 0.160060585 106.386085510 -0.029960833 0.999320865 0.021450166 -11.410115242 -0.159391001 -0.025961732 0.986874104 196.017684937\n0.987117410 0.031239156 0.156918257 106.438575745 -0.035142232 0.999136627 0.022160100 -11.407233238 -0.156090513 -0.027389079 0.987362921 196.455963135\n0.987749219 0.030441267 0.153051779 106.498420715 -0.034097709 0.999191046 0.021321835 -11.398690224 -0.152278900 -0.026279340 0.987988114 196.883514404\n0.988644898 0.025709189 0.148055017 106.566902161 -0.028905146 0.999392450 0.019474896 -11.386603355 -0.147464380 -0.023533309 0.988787353 197.300033569\n0.989700377 0.021293560 0.141561761 106.635963440 -0.024018725 0.999557078 0.017569805 -11.370762825 -0.141124934 -0.020788977 0.989773512 197.709640503\n0.990398407 0.022973605 0.136320323 106.683372498 -0.025673920 0.999506772 0.018083401 -11.360067368 -0.135837659 -0.021409648 0.990499735 198.133560181\n0.990895212 0.027961856 0.131699905 106.725730896 -0.030871103 0.999321282 0.020099863 -11.356548309 -0.131048486 -0.023982579 0.991085827 198.550949097\n0.991416216 0.030932561 0.127031803 106.772857666 -0.033910170 0.999196947 0.021344038 -11.346790314 -0.126269564 -0.025468495 0.991668999 198.957122803\n0.991863787 0.030615119 0.123567544 106.815223694 -0.033737130 0.999160230 0.023252299 -11.335568428 -0.122751907 -0.027231928 0.992063701 199.380844116\n0.992333174 0.027286323 0.120541982 106.868858337 -0.030405711 0.999246716 0.024114637 -11.324851036 -0.119793184 -0.027594918 0.992415309 199.781326294\n0.992745340 0.019549947 0.118635729 106.922691345 -0.022476170 0.999473989 0.023377858 -11.323124886 -0.118116289 -0.025874738 0.992662609 200.181655884\n0.993166029 0.015860725 0.115627356 106.980262756 -0.018376686 0.999616325 0.020725720 -11.314482689 -0.115254268 -0.022708928 0.993076384 200.584564209\n0.993372262 0.016160280 0.113799676 107.022666931 -0.018452045 0.999647021 0.019114066 -11.308183670 -0.113450624 -0.021087220 0.993319809 200.976135254\n0.993427217 0.019703314 0.112756915 107.056015015 -0.021985048 0.999577224 0.019028226 -11.295914650 -0.112334326 -0.021382123 0.993440390 201.374359131\n0.993515849 0.022282247 0.111488819 107.093566895 -0.024228966 0.999576211 0.016136678 -11.289140701 -0.111082010 -0.018733304 0.993634641 201.767318726\n0.993740022 0.022880718 0.109349310 107.139129639 -0.024584031 0.999596119 0.014253937 -11.272440910 -0.108979009 -0.016852954 0.993901193 202.159698486\n0.994013965 0.015130588 0.108200118 107.193717957 -0.016740805 0.999761999 0.013988957 -11.263643265 -0.107962705 -0.015716575 0.994030714 202.558853149\n0.994157970 0.008515717 0.107598379 107.243957520 -0.010335630 0.999812603 0.016367601 -11.259769440 -0.107438833 -0.017384078 0.994059682 202.965042114\n0.994226158 0.009315492 0.106900029 107.288223267 -0.011525990 0.999731958 0.020079009 -11.252048492 -0.106684327 -0.021195205 0.994067013 203.365341187\n0.994243979 0.013812474 0.106245458 107.320167542 -0.016314311 0.999608874 0.022714701 -11.241576195 -0.105890155 -0.024317276 0.994080424 203.777770996\n0.994336247 0.019933023 0.104394235 107.350433350 -0.022315465 0.999515355 0.021703420 -11.228466988 -0.103911027 -0.023910103 0.994299173 204.180938721\n0.994589031 0.017124260 0.102466598 107.392410278 -0.019483753 0.999566555 0.022070508 -11.224156380 -0.102044247 -0.023947518 0.994491577 204.585754395\n0.994899511 0.015363118 0.099694215 107.436035156 -0.017628219 0.999605179 0.021879446 -11.211581230 -0.099318720 -0.023525281 0.994777560 204.978713989\n0.995262265 0.011073608 0.096593685 107.482124329 -0.013529059 0.999600828 0.024802603 -11.203911781 -0.096280478 -0.025991917 0.995014846 205.378570557\n0.995463550 0.013960119 0.094114214 107.513519287 -0.016557194 0.999501765 0.026870746 -11.195976257 -0.093692206 -0.028307116 0.995198727 205.779556274\n0.995459616 0.022382062 0.092515834 107.534629822 -0.024958486 0.999329567 0.026785787 -11.181713104 -0.091854282 -0.028973226 0.995350838 206.177047729\n0.995510757 0.026604334 0.090832263 107.558357239 -0.029144518 0.999217093 0.026754551 -11.168783188 -0.090049364 -0.029281706 0.995506763 206.572357178\n0.995685995 0.026227096 0.089002803 107.591735840 -0.028882561 0.999171257 0.028680008 -11.159926414 -0.088176854 -0.031126911 0.995618403 206.962814331\n0.995856881 0.023660399 0.087802567 107.632423401 -0.026279803 0.999239743 0.028797688 -11.153458595 -0.087054446 -0.030985810 0.995721579 207.346511841\n0.995993257 0.023166128 0.086375996 107.662582397 -0.025716556 0.999262035 0.028532060 -11.138117790 -0.085651278 -0.030639032 0.995853961 207.730392456\n0.996064425 0.028771585 0.083832033 107.686470032 -0.031268984 0.999100864 0.028631154 -11.128547668 -0.082932889 -0.031139817 0.996068478 208.113510132\n0.996021152 0.034289945 0.082255907 107.704223633 -0.036713641 0.998929679 0.028135629 -11.116080284 -0.081203096 -0.031043597 0.996214032 208.487304688\n0.996113122 0.037471425 0.079715341 107.723991394 -0.039738648 0.998843968 0.027047293 -11.104628563 -0.078609683 -0.030109944 0.996450663 208.866912842\n0.996460974 0.034970246 0.076437131 107.751281738 -0.037191138 0.998920679 0.027826946 -11.093146324 -0.075381510 -0.030571248 0.996686041 209.231643677\n0.996898174 0.032919548 0.071486868 107.782081604 -0.035149530 0.998926759 0.030163366 -11.087413788 -0.070417181 -0.032582533 0.996985376 209.584503174\n0.997295439 0.030343341 0.066941306 107.801223755 -0.032597363 0.998928905 0.032840122 -11.076312065 -0.065873124 -0.034933414 0.997216344 209.925018311\n0.997458220 0.035344560 0.061869569 107.810081482 -0.037442259 0.998751104 0.033080444 -11.061205864 -0.060623087 -0.035312898 0.997535884 210.248535156\n0.997445464 0.040509820 0.058834638 107.815361023 -0.042505573 0.998548627 0.033075236 -11.048774719 -0.057409372 -0.035491545 0.997719646 210.553268433\n0.997311532 0.047849767 0.055498455 107.816444397 -0.049689841 0.998243451 0.032262716 -11.040734291 -0.053857207 -0.034933690 0.997937381 210.842041016\n0.997468829 0.048528690 0.051970754 107.824554443 -0.050192662 0.998251915 0.031205172 -11.033163071 -0.050365560 -0.033734735 0.998160958 211.129745483\n0.997678518 0.045980100 0.050233841 107.841156006 -0.047548968 0.998403311 0.030495388 -11.026514053 -0.048751451 -0.032813162 0.998271823 211.422836304\n0.997641444 0.046636574 0.050364118 107.852027893 -0.048213195 0.998369575 0.030556386 -11.017669678 -0.048856959 -0.032912534 0.998263359 211.704589844\n0.997439384 0.050119538 0.051016439 107.859115601 -0.051706143 0.998203516 0.030269578 -11.008023262 -0.049407691 -0.032829933 0.998238981 211.978179932\n0.997212648 0.053613521 0.051889341 107.869194031 -0.055205859 0.998031497 0.029755646 -11.001355171 -0.050191890 -0.032537304 0.998209417 212.251998901\n0.997165263 0.052675609 0.053728078 107.887413025 -0.054261919 0.998119771 0.028505333 -10.993438721 -0.052125521 -0.031339917 0.998148680 212.525222778\n0.997043490 0.051323626 0.057185646 107.904502869 -0.052936886 0.998231113 0.027061585 -10.988127708 -0.055695593 -0.030008806 0.997996747 212.793579102\n0.996914446 0.051239952 0.059464429 107.924697876 -0.052798454 0.998293698 0.024939608 -10.981909752 -0.058085062 -0.028002286 0.997918844 213.061279297\n0.996892214 0.048392341 0.062161636 107.945945740 -0.050027471 0.998434365 0.025022231 -10.973022461 -0.060853425 -0.028054258 0.997752368 213.327926636\n0.996766925 0.047071204 0.065115713 107.968681335 -0.048823129 0.998479843 0.025579564 -10.963538170 -0.063812666 -0.028676016 0.997549832 213.601318359\n0.996618986 0.048118498 0.066597566 107.987251282 -0.049739681 0.998499632 0.022901861 -10.956995010 -0.065395638 -0.026136970 0.997517049 213.871231079\n0.996278346 0.052347481 0.068478011 108.003410339 -0.053707931 0.998391211 0.018177833 -10.954930305 -0.067416281 -0.021787994 0.997487009 214.142318726\n0.995683432 0.058203854 0.072296321 108.009750366 -0.059195448 0.998178482 0.011647876 -10.949396133 -0.071486682 -0.015877211 0.997315168 214.418670654\n0.995396316 0.063281164 0.071983978 108.026626587 -0.063900791 0.997936130 0.006335456 -10.944976807 -0.071434498 -0.010906123 0.997385681 214.699752808\n0.995048225 0.067513987 0.072944611 108.033660889 -0.068056479 0.997669041 0.004974504 -10.943178177 -0.072438732 -0.009914225 0.997323573 214.974990845\n0.995007396 0.066277444 0.074615993 108.059265137 -0.066869237 0.997746825 0.005458320 -10.940191269 -0.074086107 -0.010420584 0.997197390 215.276031494\n0.995334148 0.060889944 0.074848503 108.089302063 -0.061381396 0.998105228 0.004281061 -10.939258575 -0.074446008 -0.008855391 0.997185707 215.562850952\n0.995955586 0.051332541 0.073739037 108.127281189 -0.051485959 0.998673677 0.000179972 -10.937089920 -0.073632002 -0.003975770 0.997277558 215.847930908\n0.996636569 0.035450216 0.073884107 108.173599243 -0.035044294 0.999362767 -0.006783608 -10.930521965 -0.074077509 0.004171575 0.997243762 216.129318237\n0.996801376 0.027812064 0.074923575 108.210060120 -0.026762297 0.999529600 -0.014979078 -10.927815437 -0.075304933 0.012926039 0.997076750 216.410598755\n0.996518195 0.034387708 0.075953543 108.216697693 -0.032943241 0.999253273 -0.020189844 -10.933875084 -0.076591112 0.017617391 0.996906936 216.688705444\n0.996192157 0.045299735 0.074492522 108.223648071 -0.043736830 0.998790145 -0.022480657 -10.942382812 -0.075420760 0.019136988 0.996968150 216.970489502\n0.995824516 0.050483976 0.076058477 108.234771729 -0.048937738 0.998558223 -0.022059191 -10.950630188 -0.077062450 0.018244956 0.996859312 217.249343872\n0.995584011 0.051556628 0.078449883 108.261604309 -0.049935047 0.998499095 -0.022494806 -10.953374863 -0.079491898 0.018478071 0.996664226 217.537979126\n0.995386064 0.050835896 0.081377283 108.279190063 -0.048910882 0.998478115 -0.025477907 -10.943572044 -0.082548633 0.021380119 0.996357679 217.840545654\n0.995239794 0.049168378 0.084143855 108.309829712 -0.046991091 0.998512149 -0.027664730 -10.942169189 -0.085378893 0.023579031 0.996069491 218.120849609\n0.995119989 0.043333367 0.088647813 108.344261169 -0.040982109 0.998762548 -0.028174730 -10.949883461 -0.089759022 0.024404263 0.995664477 218.408370972\n0.995033562 0.038027465 0.091989614 108.389099121 -0.035416976 0.998926818 -0.029846581 -10.954785347 -0.093025886 0.026440356 0.995312572 218.687789917\n0.994967937 0.032381739 0.094817095 108.431999207 -0.029546186 0.999077678 -0.031158570 -10.966292381 -0.095738605 0.028200295 0.995006979 218.970184326\n0.994555175 0.028567668 0.100219220 108.467346191 -0.025784545 0.999248028 -0.028956849 -10.976456642 -0.100971088 0.026215076 0.994543910 219.256225586\n0.993921638 0.032016706 0.105331376 108.495971680 -0.029441468 0.999230564 -0.025913997 -10.982680321 -0.106080011 0.022655372 0.994099498 219.549011230\n0.993410170 0.036318243 0.108706839 108.528633118 -0.033917043 0.999139845 -0.023857445 -10.990281105 -0.109479800 0.020013213 0.993787527 219.830932617\n0.992751360 0.039276101 0.113587767 108.556274414 -0.036788840 0.999036908 -0.023911949 -10.998287201 -0.114417538 0.019559857 0.993240178 220.126739502\n0.992076933 0.041468743 0.118590273 108.591003418 -0.038781028 0.998937845 -0.024883432 -11.001043320 -0.119496204 0.020087227 0.992631435 220.417877197\n0.991403103 0.044816639 0.122928195 108.627342224 -0.042025503 0.998798549 -0.025206417 -11.005273819 -0.123910166 0.019823601 0.992095411 220.708923340\n0.990618408 0.047794864 0.128026426 108.658752441 -0.044812560 0.998655021 -0.026076125 -11.011132240 -0.129100546 0.020094298 0.991427898 221.008911133\n0.990099013 0.046991743 0.132271424 108.708473206 -0.044009522 0.998708606 -0.025381740 -11.020152092 -0.133293346 0.019309234 0.990888536 221.307388306\n0.989351690 0.049213350 0.136971995 108.754524231 -0.046318199 0.998632431 -0.024246264 -11.027103424 -0.137977913 0.017643787 0.990278125 221.605239868\n0.988601089 0.049272597 0.142267674 108.795745850 -0.046628155 0.998673022 -0.021864193 -11.035183907 -0.143156201 0.014981285 0.989586711 221.909164429\n0.987907410 0.050076772 0.146735579 108.847518921 -0.047653880 0.998664021 -0.019983234 -11.040925026 -0.147540227 0.012749066 0.988973856 222.208023071\n0.987017691 0.050771274 0.152375862 108.891731262 -0.048526835 0.998652101 -0.018414956 -11.044911385 -0.153105423 0.010781569 0.988151073 222.514038086\n0.986020923 0.055912707 0.156960189 108.934036255 -0.053711832 0.998390019 -0.018231997 -11.047269821 -0.157726884 0.009546512 0.987436652 222.806823730\n0.984903038 0.060777530 0.162086591 108.974281311 -0.058796957 0.998125315 -0.016992705 -11.047991753 -0.162815511 0.007205969 0.986630201 223.091934204\n0.983737409 0.065297842 0.167322844 109.017478943 -0.063532315 0.997853279 -0.015888777 -11.049137115 -0.168001145 0.004999978 0.985774100 223.374816895\n0.982797563 0.067864671 0.171765298 109.066764832 -0.066319644 0.997689784 -0.014724188 -11.055964470 -0.172367737 0.003079484 0.985027850 223.654220581\n0.981807709 0.069918871 0.176536128 109.110824585 -0.068453483 0.997550607 -0.014384941 -11.061965942 -0.177109495 0.002038735 0.984189034 223.927490234\n0.980996013 0.070613608 0.180722222 109.164360046 -0.068950824 0.997500062 -0.015474516 -11.072093010 -0.181363136 0.002719492 0.983412445 224.190689087\n0.980353236 0.070710674 0.184139863 109.214126587 -0.068652689 0.997486472 -0.017535888 -11.077114105 -0.184917003 0.004549669 0.982743621 224.450942993\n0.979845405 0.070129454 0.187042385 109.269958496 -0.067754477 0.997519791 -0.019068466 -11.081718445 -0.187915742 0.006011193 0.982166767 224.709518433\n0.978925824 0.072654292 0.190854818 109.320045471 -0.069860131 0.997328579 -0.021337273 -11.084552765 -0.191895217 0.007554465 0.981386364 224.973281860\n0.978134930 0.074000023 0.194360673 109.372322083 -0.070887484 0.997220695 -0.022930713 -11.089138031 -0.195517361 0.008651594 0.980662107 225.231094360\n0.977419972 0.076269656 0.197061166 109.421638489 -0.072908223 0.997043371 -0.024267582 -11.095433235 -0.198329404 0.009352242 0.980090797 225.489089966\n0.976650715 0.077581868 0.200335801 109.476013184 -0.073705859 0.996921301 -0.026745781 -11.098618507 -0.201794028 0.011355364 0.979362130 225.750976562\n0.976218939 0.076539531 0.202825800 109.532989502 -0.072366454 0.996987164 -0.027922614 -11.100776672 -0.204351902 0.012580800 0.978816628 226.006439209\n0.975973725 0.073527411 0.205107182 109.593193054 -0.069325842 0.997212052 -0.027606148 -11.105842590 -0.206565157 0.012723649 0.978350103 226.262802124\n0.975397944 0.076661408 0.206692755 109.638000488 -0.072145842 0.996963382 -0.029307803 -11.112413406 -0.208311900 0.013674749 0.977966845 226.515899658\n0.975174487 0.081382982 0.205940723 109.682037354 -0.076437891 0.996564925 -0.031869084 -11.121600151 -0.207826898 0.015336243 0.978045404 226.764801025\n0.975586772 0.082219422 0.203642979 109.730026245 -0.076796457 0.996453047 -0.034404263 -11.131350517 -0.205749378 0.017925283 0.978440523 227.012588501\n0.976371825 0.078752205 0.201236427 109.783271790 -0.072742470 0.996660531 -0.037098218 -11.137201309 -0.203485981 0.021583220 0.978839934 227.246429443\n0.977464616 0.072765052 0.198161945 109.841735840 -0.066356540 0.997041345 -0.038799576 -11.146268845 -0.200398892 0.024775876 0.979401052 227.487060547\n0.978422821 0.069838762 0.194451362 109.890914917 -0.063131928 0.997183681 -0.040484931 -11.156361580 -0.196731150 0.027335292 0.980076313 227.719619751\n0.978974402 0.068652995 0.192082897 109.927993774 -0.061680894 0.997209668 -0.042051680 -11.163476944 -0.194433898 0.029319676 0.980477333 227.952178955\n0.979628265 0.068532847 0.188763678 109.970756531 -0.061336633 0.997159541 -0.043711167 -11.175022125 -0.191223159 0.031242570 0.981049240 228.182174683\n0.980610967 0.066934593 0.184178948 110.019332886 -0.059295196 0.997148275 -0.046683904 -11.183572769 -0.186778486 0.034857824 0.981783450 228.405593872\n0.981724203 0.060720608 0.180362269 110.066154480 -0.052423060 0.997351050 -0.050425038 -11.189245224 -0.182946339 0.040048338 0.982306838 228.634231567\n0.982808590 0.052703992 0.176944956 110.119323730 -0.043932572 0.997620702 -0.053131096 -11.189297676 -0.179324165 0.044444054 0.982785642 228.871994019\n0.983467638 0.049050312 0.174314305 110.161575317 -0.040055215 0.997696161 -0.054753408 -11.202450752 -0.176598385 0.046866011 0.983166635 229.102813721\n0.983963251 0.054367028 0.169884011 110.188682556 -0.045065098 0.997290671 -0.058141634 -11.218914032 -0.172584742 0.049553391 0.983747423 229.333206177\n0.984396815 0.060212936 0.165339887 110.214271545 -0.050669096 0.996829391 -0.061349552 -11.234317780 -0.168509692 0.052014686 0.984326661 229.571777344\n0.985334158 0.060345683 0.159608886 110.252235413 -0.050704066 0.996673226 -0.063808970 -11.247293472 -0.162928507 0.054780342 0.985115945 229.811935425\n0.986522675 0.053936347 0.154479355 110.294548035 -0.044377849 0.996919334 -0.064671636 -11.262490273 -0.157491609 0.056944571 0.985877097 230.056945801\n0.987532318 0.046525229 0.150383934 110.337493896 -0.037125748 0.997212708 -0.064718843 -11.273060799 -0.152975827 0.058328830 0.986507058 230.300216675\n0.988543808 0.041229792 0.145193964 110.382583618 -0.031938251 0.997324586 -0.065754287 -11.283904076 -0.147516549 0.060363755 0.987215817 230.545318604\n0.989379168 0.040175896 0.139695391 110.413673401 -0.030960467 0.997236967 -0.067527272 -11.300707817 -0.142022371 0.062485039 0.987889290 230.786148071\n0.990025759 0.038877260 0.135416240 110.444976807 -0.029654091 0.997142911 -0.069473736 -11.315915108 -0.137730300 0.064765140 0.988350034 231.027252197\n0.990825593 0.033810068 0.130849034 110.485519409 -0.024620360 0.997156501 -0.071222916 -11.329615593 -0.132885024 0.067347944 0.988840640 231.265899658\n0.991679609 0.025435274 0.126192868 110.520271301 -0.016066704 0.997075856 -0.074710049 -11.342042923 -0.127724126 0.072060928 0.989188433 231.495178223\n0.992400706 0.018861644 0.121593922 110.557525635 -0.009417580 0.996926010 -0.077780634 -11.353673935 -0.122687213 0.076044433 0.989527702 231.731857300\n0.992771089 0.019451948 0.118436418 110.583099365 -0.010347692 0.996976972 -0.077005498 -11.376764297 -0.119576290 0.075223289 0.989971220 231.962173462\n0.993163109 0.022157155 0.114612691 110.596038818 -0.013201852 0.996841490 -0.078312241 -11.395047188 -0.115985855 0.076263733 0.990318716 232.182708740\n0.993560672 0.026760537 0.110095605 110.618682861 -0.017938601 0.996604979 -0.080353774 -11.411757469 -0.111872144 0.077861384 0.990667582 232.410232544\n0.993865907 0.025574207 0.107594065 110.637680054 -0.016786741 0.996507466 -0.081799284 -11.428173065 -0.109310240 0.079491369 0.990824103 232.627471924\n0.994135380 0.021920510 0.105897762 110.667182922 -0.013139755 0.996470034 -0.082914278 -11.441543579 -0.107341468 0.081036545 0.990914166 232.843627930\n0.994348049 0.015625393 0.105013631 110.696395874 -0.006762417 0.996423364 -0.084230140 -11.454843521 -0.105954170 0.083043925 0.990897298 233.048934937\n0.994616210 0.013183343 0.102785319 110.726936340 -0.004412363 0.996362865 -0.085097618 -11.474505424 -0.103533342 0.084185943 0.991056800 233.258193970\n0.994845092 0.015055249 0.100282677 110.735687256 -0.006394181 0.996263027 -0.086134203 -11.493103981 -0.101204693 0.085048966 0.991223633 233.448898315\n0.995313525 0.019649263 0.094683334 110.753166199 -0.011452878 0.996199489 -0.086344466 -11.508705139 -0.096020103 0.084855422 0.991755843 233.652053833\n0.995894432 0.019458225 0.088406190 110.756874084 -0.011747760 0.996146560 -0.086913779 -11.514182091 -0.089756712 0.085518375 0.992285430 233.845916748\n0.996666551 0.015745435 0.080048904 110.773803711 -0.008902537 0.996329844 -0.085132785 -11.527346611 -0.081095569 0.084136359 0.993148804 234.037551880\n0.997400403 0.012112288 0.071033485 110.783935547 -0.006345601 0.996705830 -0.080853187 -11.540810585 -0.071778804 0.080192246 0.994191647 234.225173950\n0.998176277 0.010511947 0.059444040 110.784660339 -0.005935946 0.997041225 -0.076638862 -11.550871849 -0.060073782 0.076146238 0.995285332 234.408981323\n0.998936117 0.010693827 0.044858657 110.781265259 -0.007394607 0.997298777 -0.073078439 -11.564895630 -0.045518972 0.072668977 0.996316850 234.594589233\n0.999539316 0.009242437 0.028909432 110.776878357 -0.007209855 0.997546196 -0.069639020 -11.579098701 -0.029482128 0.069398507 0.997153282 234.779861450\n0.999901056 0.010078947 0.009811783 110.763366699 -0.009400074 0.997713029 -0.066935092 -11.592453003 -0.010463979 0.066836238 0.997709095 234.965164185\n0.999859095 0.011146403 -0.012549828 110.732574463 -0.011914610 0.997948647 -0.062900722 -11.604208946 0.011822967 0.063041382 0.997940898 235.138732910\n0.999170721 0.014231630 -0.038148079 110.701454163 -0.016473202 0.998115838 -0.059104569 -11.617085457 0.037235048 0.059683979 0.997522593 235.314300537\n0.997713268 0.016395843 -0.065570176 110.661575317 -0.020041907 0.998266399 -0.055340070 -11.635458946 0.064549156 0.056527670 0.996312201 235.466201782\n0.995283186 0.020392485 -0.094844863 110.616050720 -0.025222825 0.998430073 -0.050012015 -11.647659302 0.093676090 0.052168373 0.994234979 235.624496460\n0.992123365 0.024834661 -0.122778066 110.556594849 -0.030585898 0.998510480 -0.045181658 -11.645304680 0.121473111 0.048581056 0.991405129 235.774200439\n0.987919331 0.028310420 -0.152360991 110.512512207 -0.034607269 0.998646140 -0.038836043 -11.657152176 0.151055247 0.043639679 0.987561584 235.913009644\n0.983073711 0.029808560 -0.180769145 110.457611084 -0.036953755 0.998657882 -0.036287777 -11.652560234 0.179444849 0.042353660 0.982855916 236.044433594\n0.977034092 0.030301800 -0.210917473 110.409896851 -0.038105365 0.998727620 -0.033031870 -11.656556129 0.209648177 0.040310349 0.976945639 236.162033081\n0.970325589 0.032253325 -0.239641279 110.358062744 -0.040241901 0.998782992 -0.028516268 -11.668867111 0.238429874 0.037313685 0.970442653 236.270233154\n0.963141382 0.029724909 -0.267348319 110.308341980 -0.038475338 0.998879671 -0.027550505 -11.652950287 0.266229868 0.036821347 0.963206053 236.375610352\n0.954555392 0.028050778 -0.296710581 110.265289307 -0.037428856 0.998961747 -0.025972325 -11.649909973 0.295673966 0.035897557 0.954614222 236.471405029\n0.945259750 0.026039641 -0.325278312 110.201370239 -0.035945896 0.999053836 -0.024481213 -11.652135849 0.324333072 0.034833524 0.945301354 236.571868896\n0.934414804 0.026977025 -0.355163634 110.157249451 -0.037019502 0.999083042 -0.021509202 -11.671345711 0.354257703 0.033246499 0.934556663 236.661178589\n0.923130095 0.025171753 -0.383662879 110.085723877 -0.035963193 0.999132872 -0.020978782 -11.667621613 0.382802129 0.033163887 0.923234880 236.750488281\n0.909947038 0.022167835 -0.414131641 110.022682190 -0.033613604 0.999227285 -0.020370072 -11.658758163 0.413360089 0.032456141 0.909989059 236.849334717\n0.894790649 0.021802589 -0.445953280 109.945716858 -0.032338638 0.999348462 -0.016028427 -11.663388252 0.445313275 0.028763607 0.894912720 236.954925537\n0.878182411 0.022233075 -0.477808863 109.866302490 -0.031160740 0.999456406 -0.010765451 -11.670531273 0.477309793 0.024342908 0.878397882 237.059722900\n0.860884249 0.021646146 -0.508340240 109.766632080 -0.029360201 0.999543250 -0.007159529 -11.666173935 0.507953107 0.021088496 0.861126542 237.165802002\n0.841515183 0.021673765 -0.539798498 109.673332214 -0.027650852 0.999613225 -0.002970055 -11.671621323 0.539525330 0.017425233 0.841789007 237.270889282\n0.820923150 0.018358514 -0.570743501 109.574203491 -0.024548911 0.999693632 -0.003153569 -11.659299850 0.570510805 0.016599968 0.821122348 237.366790771\n0.799049675 0.012718624 -0.601130486 109.480712891 -0.018123174 0.999831438 -0.002935860 -11.655706406 0.600991845 0.013240291 0.799145460 237.462738037\n0.777051270 0.006980157 -0.629398584 109.390609741 -0.009741919 0.999952078 -0.000937638 -11.667274475 0.629361928 0.006860143 0.777082086 237.558166504\n0.755892038 -0.002463166 -0.654691637 109.300636292 0.000942505 0.999996006 -0.002674120 -11.657876968 0.654695570 0.001404296 0.755891323 237.645782471\n0.734794676 -0.007115482 -0.678252280 109.213111877 0.007341488 0.999969840 -0.002537081 -11.659386635 0.678249836 -0.003115147 0.734824777 237.721862793\n0.713845432 -0.009127080 -0.700243831 109.125457764 0.007769584 0.999956727 -0.005113079 -11.645780563 0.700260222 -0.001790655 0.713885427 237.783996582\n0.694085240 -0.005229468 -0.719873846 109.033531189 0.003218656 0.999986172 -0.004160971 -11.664398193 0.719885647 0.000571042 0.694092453 237.828033447\n0.674883366 -0.004749569 -0.737909198 108.949005127 0.000299582 0.999980986 -0.006162406 -11.667162895 0.737924397 0.003937842 0.674871981 237.871185303\n0.656558394 -0.006723523 -0.754245281 108.877624512 0.000169602 0.999961555 -0.008766262 -11.663053513 0.754275203 0.005627641 0.656534314 237.909606934\n0.640140951 -0.009695423 -0.768196344 108.806846619 0.002243835 0.999939680 -0.010750465 -11.661045074 0.768254220 0.005158107 0.640124083 237.947448730\n0.624855280 -0.013008800 -0.780632257 108.740158081 0.004621135 0.999905288 -0.012963888 -11.662031174 0.780726969 0.004493149 0.624856234 237.979141235\n0.608614206 -0.014879689 -0.793326735 108.686294556 0.005530883 0.999879420 -0.014510693 -11.666692734 0.793447018 0.004443617 0.608623087 238.013961792\n0.594823718 -0.017811576 -0.803658843 108.632041931 0.006329151 0.999827266 -0.017474791 -11.663431168 0.803831279 0.005307942 0.594833672 238.037155151\n0.581191421 -0.021281123 -0.813488603 108.586547852 0.006753700 0.999749720 -0.021328639 -11.652944565 0.813738883 0.006901965 0.581189692 238.064041138\n0.569626629 -0.024666712 -0.821533382 108.536308289 0.008809828 0.999675393 -0.023906991 -11.648958206 0.821856380 0.006380490 0.569658995 238.082000732\n0.557214737 -0.027276350 -0.829920411 108.490188599 0.011854677 0.999619782 -0.024894413 -11.653682709 0.830283880 0.004033098 0.557326198 238.101181030\n0.543610215 -0.031265318 -0.838755310 108.446975708 0.012914777 0.999499261 -0.028886924 -11.644193649 0.839238465 0.004870892 0.543741822 238.124023438\n0.530744791 -0.033504967 -0.846869171 108.391937256 0.014227350 0.999429703 -0.030624291 -11.644913673 0.847412288 0.004204979 0.530918777 238.144912720\n0.516907275 -0.036453161 -0.855264962 108.341552734 0.015404166 0.999327242 -0.033283386 -11.642596245 0.855902851 0.004029784 0.517121077 238.164154053\n0.502313018 -0.038075015 -0.863847256 108.289978027 0.016218720 0.999269187 -0.034612969 -11.646070480 0.864533842 0.003376052 0.502563417 238.185974121\n0.489087641 -0.041188173 -0.871261597 108.234863281 0.017164225 0.999145508 -0.037598543 -11.640867233 0.872065723 0.003434454 0.489376724 238.196426392\n0.474456370 -0.043672621 -0.879195094 108.178039551 0.017964682 0.999040902 -0.039931163 -11.639097214 0.880095780 0.003151142 0.474785924 238.213043213\n0.459102690 -0.044842985 -0.887250721 108.120422363 0.019851718 0.998993695 -0.040218487 -11.648353577 0.888161361 0.000850966 0.459530890 238.232269287\n0.443846703 -0.046740446 -0.894882977 108.060134888 0.019928413 0.998906612 -0.042289536 -11.651512146 0.895881176 0.000936478 0.444292903 238.245864868\n0.427728355 -0.049131472 -0.902571142 108.002532959 0.020553773 0.998792171 -0.044628836 -11.655300140 0.903673708 0.000537781 0.428221524 238.257827759\n0.410945654 -0.054628026 -0.910021722 107.940872192 0.021127317 0.998505652 -0.050399039 -11.645509720 0.911415040 0.001484955 0.411485732 238.271545410\n0.392076254 -0.059785716 -0.917988002 107.879760742 0.024724526 0.998210311 -0.054450411 -11.643943787 0.919600427 -0.001348102 0.392852783 238.292190552\n0.372113168 -0.064304642 -0.925957143 107.811614990 0.028894460 0.997916281 -0.057690188 -11.650451660 0.927737534 -0.005287752 0.373195827 238.314285278\n0.352780700 -0.072681129 -0.932878971 107.744323730 0.030544411 0.997341871 -0.066152699 -11.635400772 0.935207367 -0.005156848 0.354062974 238.322967529\n0.330622196 -0.074010856 -0.940856814 107.669006348 0.031761911 0.997228205 -0.067283913 -11.646825790 0.943228662 -0.007637852 0.332056463 238.339630127\n0.311355054 -0.070079498 -0.947706163 107.591033936 0.027948830 0.997520983 -0.064580947 -11.663662910 0.949882627 -0.006379668 0.312541842 238.341491699\n0.294476986 -0.070261769 -0.953072190 107.516372681 0.019706611 0.997528017 -0.067450233 -11.650970459 0.955455422 0.001080722 0.295133650 238.335220337\n0.277093589 -0.070568971 -0.958248019 107.445388794 0.018475479 0.997506201 -0.068117596 -11.657045364 0.960665345 0.001170867 0.277706385 238.339096069\n0.258555889 -0.070621356 -0.963411331 107.380371094 0.020280330 0.997501135 -0.067677513 -11.670463562 0.965783358 -0.002039883 0.259342015 238.346115112\n0.240658641 -0.072227411 -0.967918694 107.315872192 0.021043034 0.997381270 -0.069193907 -11.673649788 0.970381677 -0.003715829 0.241548359 238.350418091\n0.223720968 -0.072789051 -0.971931517 107.251541138 0.022071548 0.997330010 -0.069610707 -11.677738190 0.974403381 -0.005878646 0.224730194 238.348892212\n0.208196521 -0.072372429 -0.975405872 107.182876587 0.025041347 0.997326195 -0.068653889 -11.689616203 0.977766514 -0.010131972 0.209452152 238.344696045\n0.189432740 -0.071971431 -0.979252458 107.114212036 0.026578033 0.997320473 -0.068157941 -11.696466446 0.981533945 -0.013115255 0.190838039 238.352615356\n0.167442918 -0.074149340 -0.983089387 107.054031372 0.028370081 0.997117102 -0.070375293 -11.694409370 0.985473514 -0.016106477 0.169063807 238.371078491\n0.148269475 -0.076534852 -0.985981166 106.985076904 0.029360564 0.996902049 -0.072967395 -11.697316170 0.988511205 -0.018130112 0.150057256 238.369186401\n0.127471447 -0.078998223 -0.988691330 106.915847778 0.033030156 0.996608257 -0.075372249 -11.704213142 0.991292238 -0.023048803 0.129648447 238.367630005\n0.105735898 -0.080852374 -0.991101861 106.843063354 0.032851055 0.996428967 -0.077782229 -11.707340240 0.993851542 -0.024334362 0.108014405 238.366500854\n0.086508274 -0.081879407 -0.992880702 106.769531250 0.033916369 0.996281207 -0.079204746 -11.712561607 0.995673656 -0.026823042 0.088963628 238.350494385\n0.063699484 -0.084016189 -0.994426429 106.688064575 0.032018930 0.996109009 -0.082107335 -11.715357780 0.997455478 -0.026610263 0.066141725 238.346923828\n0.042015254 -0.086540371 -0.995362043 106.610443115 0.029451186 0.995916069 -0.085345380 -11.721195221 0.998682857 -0.025728781 0.044392347 238.327972412\n0.019650280 -0.088613421 -0.995872259 106.532669067 0.028322345 0.995714188 -0.088040508 -11.733170509 0.999405742 -0.026475411 0.022075832 238.305969238\n-0.003058076 -0.092500024 -0.995708048 106.457687378 0.025173310 0.995389998 -0.092547789 -11.736721992 0.999678493 -0.025348276 -0.000715494 238.279266357\n-0.028213501 -0.096629195 -0.994920492 106.374938965 0.022584114 0.995001018 -0.097277448 -11.741296768 0.999346793 -0.025213934 -0.025890112 238.260498047\n-0.052486658 -0.098576091 -0.993744493 106.294433594 0.021229742 0.994781017 -0.099800207 -11.751151085 0.998396039 -0.026335098 -0.050119996 238.235015869\n-0.076248765 -0.099245571 -0.992137372 106.214508057 0.021557461 0.994637370 -0.101152413 -11.762522697 0.996855795 -0.029100707 -0.073700428 238.210693359\n-0.099664450 -0.101667650 -0.989813566 106.128570557 0.020310339 0.994351208 -0.104178786 -11.767033577 0.994813859 -0.030486360 -0.097036600 238.188919067\n-0.122426987 -0.104549780 -0.986955464 106.054977417 0.017523788 0.994053304 -0.107475415 -11.773945808 0.992322862 -0.030453086 -0.119866848 238.162536621\n-0.146468878 -0.105170324 -0.983608782 105.978652954 0.017111246 0.993914187 -0.108820237 -11.788894653 0.989067376 -0.032769535 -0.143777847 238.140502930\n-0.166894674 -0.106238581 -0.980234563 105.910430908 0.015438606 0.993774593 -0.110334642 -11.801126480 0.985853970 -0.033547707 -0.164215446 238.104553223\n-0.185509205 -0.110441931 -0.976416409 105.851440430 0.011746845 0.993343592 -0.114588343 -11.794446945 0.982572317 -0.032726996 -0.182976961 238.069839478\n-0.204566598 -0.112902507 -0.972319722 105.789672852 0.009913519 0.993035972 -0.117393717 -11.798595428 0.978802502 -0.033653930 -0.202022791 238.040374756\n-0.222500801 -0.114457123 -0.968190610 105.728500366 0.008423828 0.992821932 -0.119304873 -11.805126190 0.974896193 -0.034701295 -0.219939470 238.013473511\n-0.237440944 -0.116384618 -0.964404881 105.676162720 0.007032399 0.992564738 -0.121514380 -11.803765297 0.971376717 -0.035634547 -0.234857082 237.983367920\n-0.252497196 -0.115157075 -0.960720599 105.624877930 0.007478964 0.992630720 -0.120947607 -11.815266609 0.967568755 -0.037724111 -0.249775171 237.962646484\n-0.265479565 -0.113835551 -0.957372606 105.580947876 0.007255699 0.992740989 -0.120053016 -11.822706223 0.964089334 -0.038818009 -0.262726426 237.940689087\n-0.275153279 -0.113340564 -0.954696119 105.549163818 0.007063046 0.992761433 -0.119895287 -11.832630157 0.961374462 -0.039732642 -0.272361040 237.918579102\n-0.282160521 -0.114510626 -0.952508807 105.526168823 0.005585302 0.992638052 -0.120989501 -11.835164070 0.959351063 -0.039458495 -0.279443741 237.900894165\n-0.288447618 -0.115120716 -0.950549960 105.503707886 0.005037538 0.992549717 -0.121735953 -11.833461761 0.957482457 -0.039902873 -0.285718679 237.895507812\n-0.290959120 -0.115182683 -0.949776769 105.498748779 0.004628499 0.992545426 -0.121787310 -11.833671570 0.956724405 -0.039831161 -0.288257003 237.891357422\n-0.289377928 -0.113935508 -0.950410008 105.503280640 0.005585914 0.992672980 -0.120702796 -11.839333534 0.957198620 -0.040237632 -0.286621213 237.887969971\n-0.289504290 -0.114158727 -0.950344920 105.501693726 0.007648536 0.992554724 -0.121559113 -11.837275505 0.957146347 -0.042460606 -0.286475658 237.898056030\n-0.289996028 -0.115618654 -0.950018287 105.502471924 0.008433275 0.992328346 -0.123342149 -11.837732315 0.956990719 -0.043780498 -0.286796212 237.906860352\n-0.289141655 -0.117080465 -0.950099647 105.499954224 0.007867256 0.992168486 -0.124658823 -11.836889267 0.957254052 -0.043518726 -0.285956144 237.906890869\n-0.287625074 -0.116160132 -0.950672984 105.505187988 0.007656153 0.992307127 -0.123563685 -11.839031219 0.957712710 -0.042818483 -0.284523129 237.906372070\n-0.286612153 -0.115412161 -0.951069832 105.506134033 0.007315978 0.992424846 -0.122635320 -11.840161324 0.958018959 -0.042106759 -0.283596754 237.903671265\n-0.285347700 -0.116263822 -0.951346278 105.505554199 0.007141153 0.992329538 -0.123414315 -11.834895134 0.958397627 -0.042009670 -0.282328725 237.903549194\n-0.284191251 -0.115470812 -0.951788783 105.507812500 0.007815827 0.992408991 -0.122732550 -11.838507652 0.958735824 -0.042318519 -0.281131387 237.901580811\n-0.284039259 -0.115497254 -0.951830924 105.501815796 0.007928310 0.992401481 -0.122786090 -11.834831238 0.958779871 -0.042422477 -0.280965209 237.903991699\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0087_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999997735 -0.000021989 -0.002115071 -0.002785276 0.000022573 0.999999940 0.000276224 -0.000484782 0.002115065 -0.000276272 0.999997735 0.069082618\n0.999991477 -0.000282678 -0.004121242 -0.004828302 0.000286800 0.999999464 0.000999635 0.000116185 0.004120957 -0.001000809 0.999991000 0.142294481\n0.999978185 -0.001336290 -0.006471842 -0.005952009 0.001346086 0.999997973 0.001509580 0.000961858 0.006469811 -0.001518259 0.999977946 0.214113086\n0.999963045 -0.001738302 -0.008417965 -0.009985808 0.001755827 0.999996305 0.002074823 -0.000939904 0.008414327 -0.002089527 0.999962389 0.292636454\n0.999949098 -0.000624030 -0.010071908 -0.016733950 0.000647068 0.999997199 0.002284161 -0.001194623 0.010070454 -0.002290562 0.999946654 0.372874498\n0.999918640 0.001203692 -0.012700250 -0.023948541 -0.001176244 0.999996960 0.002168515 -0.001178622 0.012702822 -0.002153400 0.999916971 0.457832366\n0.999879003 0.001605157 -0.015473855 -0.029421575 -0.001584287 0.999997795 0.001360879 -0.000195575 0.015476006 -0.001336199 0.999879360 0.546518564\n0.999846756 0.001526076 -0.017439306 -0.035236023 -0.001511200 0.999998510 0.000866129 0.001035948 0.017440600 -0.000839642 0.999847531 0.638658643\n0.999793530 0.002353427 -0.020183435 -0.039836917 -0.002326652 0.999996364 0.001349963 0.001885324 0.020186540 -0.001302724 0.999795377 0.735515237\n0.999726653 0.004567070 -0.022928823 -0.050764613 -0.004517809 0.999987364 0.002199760 0.004994710 0.022938581 -0.002095571 0.999734700 0.838362694\n0.999630988 0.007211621 -0.026189266 -0.062182240 -0.007127406 0.999969125 0.003307556 0.006174641 0.026212310 -0.003119674 0.999651551 0.944466352\n0.999536157 0.009352728 -0.028982889 -0.073160745 -0.009243788 0.999949694 0.003890494 0.006249298 0.029017817 -0.003620778 0.999572337 1.053500891\n0.999431849 0.010462745 -0.032039620 -0.083101243 -0.010327217 0.999936998 0.004392586 0.005371544 0.032083560 -0.004059210 0.999476969 1.166661739\n0.999295890 0.011478140 -0.035721026 -0.087080099 -0.011333881 0.999926805 0.004238376 0.009476171 0.035767060 -0.003830534 0.999352813 1.286808014\n0.999184489 0.012352141 -0.038441826 -0.096324205 -0.012166615 0.999913216 0.005056363 0.011905506 0.038500946 -0.004584532 0.999248028 1.407914162\n0.999037147 0.014758674 -0.041314974 -0.112116277 -0.014531754 0.999877632 0.005787400 0.015606049 0.041395336 -0.005181449 0.999129415 1.532383323\n0.998826802 0.017404173 -0.045189936 -0.125051588 -0.017087366 0.999826729 0.007387433 0.017070733 0.045310676 -0.006606589 0.998951077 1.659333944\n0.998631001 0.019500798 -0.048536524 -0.141793594 -0.019094041 0.999778688 0.008830057 0.018977180 0.048697975 -0.007891211 0.998782396 1.792947769\n0.998434603 0.020864494 -0.051893707 -0.155512989 -0.020324232 0.999733865 0.010917033 0.021712353 0.052107673 -0.009845245 0.998592913 1.928944111\n0.998234451 0.021863606 -0.055226404 -0.170085758 -0.021135530 0.999682307 0.013733362 0.022478398 0.055509120 -0.012541875 0.998379409 2.068847179\n0.998044968 0.021765089 -0.058588196 -0.183394969 -0.020847077 0.999650836 0.016234843 0.024072193 0.058921095 -0.014981710 0.998150229 2.210030556\n0.997837126 0.022235421 -0.061860289 -0.197663158 -0.021125143 0.999604821 0.018544748 0.025769860 0.062248196 -0.017197831 0.997912526 2.353940248\n0.997603714 0.023213381 -0.065176815 -0.212370053 -0.021879900 0.999537945 0.021099312 0.028816584 0.065636486 -0.019622689 0.997650623 2.500628710\n0.997310817 0.024707681 -0.068997905 -0.229160503 -0.023151400 0.999461234 0.023264904 0.032490648 0.069535553 -0.021604942 0.997345507 2.646373034\n0.997009039 0.026970895 -0.072426386 -0.251084059 -0.025199644 0.999363244 0.025259426 0.036185127 0.073061541 -0.023358757 0.997053862 2.797700405\n0.996680796 0.026987473 -0.076805733 -0.263933748 -0.024936363 0.999309599 0.027540212 0.039153211 0.077495947 -0.025533544 0.996665657 2.948542595\n0.996433616 0.025199698 -0.080529563 -0.279776424 -0.022914957 0.999311745 0.029170914 0.044445939 0.081209235 -0.027221547 0.996325254 3.102549553\n0.996173382 0.022731151 -0.084391259 -0.290351003 -0.020204334 0.999325156 0.030676082 0.049238410 0.085031606 -0.028853627 0.995960414 3.263720989\n0.995913029 0.021610109 -0.087694094 -0.309127897 -0.018751854 0.999269903 0.033287477 0.049372420 0.088349417 -0.031507008 0.995591104 3.423645496\n0.995570481 0.022933759 -0.091178104 -0.329740286 -0.019739622 0.999164701 0.035780691 0.052953392 0.091922529 -0.033822380 0.995191574 3.586901665\n0.995253980 0.025689790 -0.093859360 -0.352179974 -0.022253519 0.999049723 0.037475999 0.061686084 0.094732918 -0.035209436 0.994879901 3.751247168\n0.994984150 0.028921146 -0.095760472 -0.378264666 -0.025205979 0.998890400 0.039781597 0.066457637 0.096804745 -0.037168320 0.994609177 3.919462681\n0.994686961 0.031610455 -0.097972564 -0.404054165 -0.027452933 0.998676300 0.043497264 0.070919029 0.099217847 -0.040576529 0.994238079 4.093019009\n0.994441926 0.033884671 -0.099684730 -0.427985787 -0.029181587 0.998408198 0.048265547 0.079127736 0.101161510 -0.045088325 0.993847787 4.270998478\n0.994224966 0.035144664 -0.101397887 -0.449935555 -0.029878411 0.998147607 0.052996185 0.088047482 0.103072591 -0.049660522 0.993433356 4.454606056\n0.994004071 0.037360426 -0.102762535 -0.474081457 -0.031632096 0.997883260 0.056819439 0.102488019 0.104667813 -0.053228159 0.993081748 4.638390064\n0.993909717 0.038549747 -0.103234649 -0.499422669 -0.032505892 0.997692883 0.059600990 0.112734683 0.105294079 -0.055882271 0.992869735 4.824204445\n0.993773103 0.037620105 -0.104879417 -0.519605279 -0.031324837 0.997643769 0.061038516 0.123736352 0.106928572 -0.057373106 0.992609978 5.009303570\n0.993715286 0.034466267 -0.106499113 -0.537231863 -0.027751697 0.997570395 0.063899517 0.133668423 0.108442739 -0.060542397 0.992257416 5.196043491\n0.993706584 0.032455605 -0.107209310 -0.555216968 -0.025300970 0.997402847 0.067434207 0.143542022 0.109119490 -0.064297311 0.991946995 5.382724762\n0.993642569 0.032712679 -0.107723348 -0.575983882 -0.025155585 0.997174740 0.070779406 0.153245673 0.109734386 -0.067619585 0.991658211 5.569212914\n0.993521214 0.033574320 -0.108574174 -0.603359401 -0.025699668 0.996991158 0.073130980 0.165326923 0.110702813 -0.069866858 0.991394758 5.764481068\n0.993438065 0.031933039 -0.109823227 -0.621678293 -0.023560204 0.996775091 0.076709256 0.177141905 0.111918613 -0.073618434 0.990986645 5.958441734\n0.993565202 0.027426584 -0.109890915 -0.640835524 -0.018733341 0.996668935 0.079373501 0.192407697 0.111701809 -0.076804124 0.990769327 6.162797451\n0.993455768 0.027411899 -0.110879533 -0.661830723 -0.018291278 0.996427059 0.082453296 0.203428194 0.112743564 -0.079885572 0.990407586 6.359374523\n0.993434191 0.028030708 -0.110917874 -0.689242780 -0.018656548 0.996234596 0.084667243 0.216416121 0.112873510 -0.082041994 0.990216494 6.556021690\n0.993496239 0.028713845 -0.110184848 -0.712960362 -0.019418264 0.996231914 0.084527746 0.227709025 0.112196773 -0.081838399 0.990310252 6.752169132\n0.993680954 0.028227817 -0.108633868 -0.734865963 -0.019202417 0.996343851 0.083247848 0.240271375 0.110586591 -0.080635771 0.990589976 6.948216915\n0.993740797 0.029028980 -0.107872650 -0.758214533 -0.020334739 0.996519566 0.080840588 0.256053060 0.109843932 -0.078141026 0.990872502 7.153677940\n0.993798912 0.028985230 -0.107347943 -0.784595966 -0.020640459 0.996735990 0.078046747 0.277956903 0.109259762 -0.075347058 0.991153419 7.366649151\n0.993885815 0.029369930 -0.106435135 -0.814562857 -0.021330928 0.996887565 0.075896092 0.294977903 0.108332925 -0.073161684 0.991418839 7.593128204\n0.994075537 0.025721701 -0.105604015 -0.834423900 -0.017906701 0.997075498 0.074295133 0.311251491 0.107206173 -0.071963958 0.991629004 7.818882465\n0.994301856 0.021237483 -0.104464449 -0.853831887 -0.013642011 0.997246444 0.072893016 0.327852398 0.105724864 -0.071052551 0.991853714 8.055636406\n0.994515240 0.019040743 -0.102844223 -0.874704301 -0.011729442 0.997390687 0.071233481 0.350571215 0.103932209 -0.069636472 0.992143571 8.304986000\n0.994649053 0.020092536 -0.101338819 -0.900686026 -0.013184903 0.997572303 0.068378605 0.367164791 0.102466695 -0.066676572 0.992499292 8.550438881\n0.994884253 0.018626183 -0.099289238 -0.923683643 -0.011980722 0.997673571 0.067111187 0.389131039 0.100308277 -0.065578304 0.992792904 8.807476997\n0.995275617 0.016165217 -0.095734507 -0.947842896 -0.009848088 0.997764766 0.066094488 0.412130028 0.096588947 -0.064839430 0.993210137 9.075001717\n0.995701730 0.006356605 -0.092399403 -0.959381402 -0.000629068 0.998083115 0.061884142 0.430354178 0.092615657 -0.061560024 0.993797123 9.335920334\n0.995959878 -0.002292136 -0.089770041 -0.970012009 0.007565222 0.998262048 0.058443833 0.436882943 0.089480065 -0.058886845 0.994246304 9.613558769\n0.996243536 -0.010249720 -0.085987046 -0.980449915 0.015082810 0.998331010 0.055747215 0.451852083 0.085272141 -0.056834728 0.994735360 9.884607315\n0.996412694 -0.012287636 -0.083730452 -1.000122547 0.016787274 0.998440146 0.053249255 0.468601942 0.082945533 -0.054463841 0.995064676 10.170314789\n0.996432245 -0.013766469 -0.083266564 -1.023870826 0.018119209 0.998495817 0.051747099 0.488655567 0.082428947 -0.053071201 0.995182872 10.452678680\n0.996504188 -0.018205902 -0.081535235 -1.039683342 0.022436894 0.998432279 0.051279657 0.501400948 0.080473818 -0.052929789 0.995350420 10.740680695\n0.996679723 -0.022161763 -0.078347877 -1.056300402 0.026069485 0.998448133 0.049210727 0.517838180 0.077135697 -0.051089823 0.995710731 11.025585175\n0.996869147 -0.024264496 -0.075253539 -1.078377247 0.027736587 0.998581827 0.045441888 0.530712545 0.074044198 -0.047386896 0.996128500 11.329370499\n0.997216046 -0.020345395 -0.071737267 -1.104362249 0.023190340 0.998968124 0.039050523 0.555271447 0.070868745 -0.040605418 0.996658802 11.617230415\n0.997547567 -0.018056529 -0.067622870 -1.128286481 0.020506818 0.999151528 0.035717480 0.572911441 0.066920556 -0.037016615 0.997071445 11.919103622\n0.997759104 -0.023432769 -0.062671088 -1.134797454 0.025643935 0.999068260 0.034713551 0.578431547 0.061799262 -0.036242899 0.997430325 12.225786209\n0.997898400 -0.033561550 -0.055428982 -1.133834362 0.035403837 0.998841345 0.032596115 0.587037504 0.054270782 -0.034490008 0.997930408 12.538928032\n0.997961760 -0.041010268 -0.048892025 -1.130517244 0.042479750 0.998664498 0.029404946 0.593877912 0.047620825 -0.031421933 0.998371124 12.852931023\n0.998211801 -0.043237820 -0.041275192 -1.137869954 0.044350848 0.998666048 0.026441993 0.604376197 0.040076837 -0.028225299 0.998797894 13.167273521\n0.998513460 -0.043382160 -0.032997545 -1.148024559 0.044171430 0.998745680 0.023578275 0.616182327 0.031933278 -0.025000775 0.999177277 13.490733147\n0.998645008 -0.045162708 -0.025855314 -1.149895191 0.045724168 0.998721600 0.021552276 0.627270103 0.024848903 -0.022705285 0.999433339 13.823101044\n0.998913527 -0.042538300 -0.019032687 -1.139683723 0.042912368 0.998884678 0.019697012 0.636058390 0.018173583 -0.020492351 0.999624848 14.155885696\n0.999207020 -0.038480189 -0.010227655 -1.147903323 0.038656298 0.999097228 0.017618379 0.633831322 0.009540464 -0.017999770 0.999792457 14.486668587\n0.999399841 -0.034542181 -0.002616143 -1.159426689 0.034580104 0.999270737 0.016192576 0.648610294 0.002054909 -0.016273325 0.999865472 14.814826965\n0.999335825 -0.036378015 0.002126938 -1.138686776 0.036337998 0.999202907 0.016527342 0.648802996 -0.002726475 -0.016439077 0.999861181 15.148879051\n0.999195158 -0.039279759 0.008132302 -1.132622361 0.039153494 0.999118447 0.015143597 0.656013310 -0.008719970 -0.014813000 0.999852240 15.479217529\n0.999146044 -0.039774440 0.011185747 -1.129013658 0.039617907 0.999118447 0.013883771 0.662060618 -0.011728105 -0.013428760 0.999841034 15.806845665\n0.999226868 -0.038057029 0.009866085 -1.116451263 0.037944689 0.999215543 0.011334016 0.678186476 -0.010289684 -0.010950888 0.999887109 16.149250031\n0.999264777 -0.037451737 0.008203055 -1.119100094 0.037352920 0.999231458 0.011885464 0.681435406 -0.008641882 -0.011570318 0.999895692 16.478473663\n0.999332964 -0.036285587 0.004121983 -1.122428536 0.036236860 0.999278903 0.011337700 0.687781215 -0.004530407 -0.011180770 0.999927223 16.806903839\n0.999445140 -0.033266325 -0.001662044 -1.134855032 0.033283621 0.999376655 0.011771249 0.692529500 0.001269422 -0.011820036 0.999929309 17.132558823\n0.999511778 -0.030238058 -0.007867481 -1.153331757 0.030338828 0.999454856 0.013020774 0.697852135 0.007469469 -0.013253107 0.999884248 17.461112976\n0.999530733 -0.025820391 -0.016480325 -1.172428370 0.026066421 0.999549270 0.014892618 0.699438393 0.016088363 -0.015315213 0.999753296 17.791284561\n0.999479711 -0.020052079 -0.025262231 -1.203393936 0.020458568 0.999663711 0.015936391 0.704103589 0.024934176 -0.016444929 0.999553800 18.117696762\n0.999305189 -0.016424157 -0.033457249 -1.244665504 0.016975181 0.999723792 0.016252544 0.708209634 0.033181075 -0.016809195 0.999307990 18.441896439\n0.998863995 -0.013105388 -0.045814306 -1.253999710 0.013903690 0.999756277 0.017149709 0.714165449 0.045578383 -0.017767215 0.998802781 18.769561768\n0.998387933 -0.012772306 -0.055302855 -1.279871941 0.013809855 0.999734938 0.018419884 0.721843421 0.055052932 -0.019153913 0.998299718 19.078691483\n0.997845054 -0.010573327 -0.064756557 -1.311738491 0.011930815 0.999716341 0.020612238 0.729100764 0.064520247 -0.021340419 0.997688174 19.382265091\n0.997263849 -0.009729304 -0.073281564 -1.347589016 0.011365936 0.999694467 0.021949658 0.732822418 0.073045619 -0.022722514 0.997069716 19.673324585\n0.996580362 -0.006765001 -0.082351670 -1.385522246 0.008594587 0.999723613 0.021882555 0.739121199 0.082180873 -0.022515504 0.996363044 19.968059540\n0.996033311 -0.003773289 -0.088901192 -1.428374529 0.005712136 0.999751151 0.021564698 0.745593488 0.088797696 -0.021986974 0.995806992 20.240087509\n0.995384455 0.001089116 -0.095961750 -1.463718414 0.000943918 0.999776125 0.021137938 0.751088202 0.095963284 -0.021130955 0.995160580 20.519733429\n0.994956434 0.004790191 -0.100193821 -1.503483534 -0.002703575 0.999776840 0.020951215 0.753098965 0.100271821 -0.020574665 0.994747341 20.777723312\n0.994710684 0.006603709 -0.102503777 -1.535355091 -0.004450125 0.999764860 0.021224290 0.751056910 0.102619834 -0.020655874 0.994506180 21.032966614\n0.994650304 0.007717952 -0.103010863 -1.564471006 -0.005471923 0.999741495 0.022068618 0.756040037 0.103154555 -0.021386890 0.994435370 21.290172577\n0.994572222 0.008686693 -0.103685394 -1.595855594 -0.006222340 0.999690950 0.024067450 0.764330924 0.103862412 -0.023291651 0.994318902 21.551950455\n0.994575500 0.003941064 -0.103942439 -1.620048046 -0.001195670 0.999649107 0.026461734 0.772964537 0.104010254 -0.026193911 0.994231224 21.819498062\n0.994609714 -0.006744179 -0.103469774 -1.634757876 0.009298926 0.999663174 0.024228288 0.780046463 0.103271522 -0.025059849 0.994337440 22.082847595\n0.994375587 -0.015330476 -0.104795806 -1.648835659 0.017587319 0.999632180 0.020645516 0.785350978 0.104440749 -0.022372475 0.994279444 22.350540161\n0.994266450 -0.020171305 -0.105011076 -1.675788760 0.022311663 0.999565780 0.019247413 0.787861764 0.104577228 -0.021480029 0.994284749 22.614530563\n0.994350612 -0.019265944 -0.104382344 -1.706683040 0.021273796 0.999608815 0.018156370 0.788694620 0.103991710 -0.020274406 0.994371474 22.892139435\n0.994374990 -0.015894501 -0.104717687 -1.743902206 0.017723260 0.999705851 0.016556352 0.788572133 0.104423732 -0.018319162 0.994364142 23.163825989\n0.994314015 -0.009054526 -0.106102280 -1.786618114 0.010672582 0.999835134 0.014692098 0.790716410 0.105951756 -0.015740944 0.994246662 23.439167023\n0.994283855 -0.005772941 -0.106612906 -1.824498653 0.007214663 0.999887586 0.013142223 0.797435224 0.106525056 -0.013836276 0.994213760 23.714429855\n0.994276404 -0.008562136 -0.106494591 -1.858043313 0.009703998 0.999900818 0.010208692 0.803954601 0.106396616 -0.011183685 0.994260848 23.994932175\n0.994279385 -0.006830438 -0.106591754 -1.896068692 0.007444317 0.999957919 0.005362337 0.813835979 0.106550641 -0.006125164 0.994288385 24.275173187\n0.993891239 -0.011262945 -0.109787516 -1.922590733 0.011276780 0.999936283 -0.000494911 0.819206357 0.109786101 -0.000746162 0.993954957 24.559370041\n0.993455946 -0.026819687 -0.111022502 -1.934320807 0.026316131 0.999635696 -0.005998779 0.816439748 0.111142933 0.003037840 0.993799806 24.841613770\n0.993088067 -0.038711403 -0.110803872 -1.947071791 0.037673950 0.999224603 -0.011442146 0.809456229 0.111160897 0.007188639 0.993776441 25.127201080\n0.992730677 -0.044848271 -0.111689113 -1.969945431 0.043454517 0.998944521 -0.014883300 0.805643141 0.112238720 0.009921712 0.993631721 25.415819168\n0.992758572 -0.041427743 -0.112756848 -2.009874344 0.039924510 0.999081552 -0.015558173 0.803352237 0.113297835 0.010943748 0.993500769 25.706346512\n0.993096471 -0.034650356 -0.112066023 -2.061142445 0.033172913 0.999336720 -0.015022140 0.799091339 0.112512216 0.011200877 0.993587196 25.993501663\n0.993339658 -0.025280664 -0.112415515 -2.110054016 0.023415776 0.999565899 -0.017878959 0.801643014 0.112818711 0.015127582 0.993500412 26.286043167\n0.993164241 -0.021368984 -0.114752367 -2.151144743 0.018838672 0.999555886 -0.023089707 0.800075293 0.115194805 0.020770090 0.993125737 26.573259354\n0.992992759 -0.024695301 -0.115565918 -2.181518555 0.021593526 0.999374211 -0.028015461 0.793692350 0.116185449 0.025323674 0.992904663 26.862201691\n0.992967904 -0.025327342 -0.115642764 -2.217693567 0.021728182 0.999242723 -0.032278489 0.793587446 0.116372719 0.029538797 0.992766261 27.154285431\n0.992674708 -0.027672712 -0.117605992 -2.248841524 0.024298958 0.999253750 -0.030024836 0.781196594 0.118349098 0.026947191 0.992606342 27.446693420\n0.992506504 -0.029015472 -0.118696965 -2.278853178 0.026085367 0.999317229 -0.026165500 0.767714024 0.119375125 0.022873174 0.992585719 27.746883392\n0.992531478 -0.029778689 -0.118298106 -2.319080830 0.026767096 0.999277949 -0.026965782 0.758389294 0.119015694 0.023597892 0.992611885 28.034683228\n0.992464781 -0.028548894 -0.119157739 -2.357014894 0.025177408 0.999241590 -0.029704750 0.753600419 0.119915403 0.026480837 0.992430866 28.319187164\n0.992373645 -0.026593860 -0.120363355 -2.394328356 0.023004578 0.999251127 -0.031112533 0.745199680 0.121100619 0.028106350 0.992242217 28.611867905\n0.992450655 -0.027575405 -0.119504392 -2.432026148 0.024028420 0.999229848 -0.031021006 0.740097702 0.120267779 0.027915316 0.992348909 28.899568558\n0.992394626 -0.023271494 -0.120877430 -2.471262217 0.019768624 0.999351442 -0.030097643 0.729962289 0.121499449 0.027479159 0.992211044 29.192199707\n0.992426157 -0.022389982 -0.120784909 -2.514521122 0.019014940 0.999397874 -0.029023295 0.723005533 0.121362008 0.026506761 0.992254317 29.471710205\n0.992348671 -0.021865435 -0.121515326 -2.549395561 0.018605417 0.999437630 -0.027898349 0.714375556 0.122056991 0.025424046 0.992197394 29.763898849\n0.992482901 -0.018975085 -0.120903522 -2.591372013 0.015718827 0.999489069 -0.027829805 0.707790494 0.121369824 0.025720144 0.992274046 30.057336807\n0.992484987 -0.016818916 -0.121205054 -2.631825209 0.013432954 0.999497831 -0.028699012 0.699513197 0.121626876 0.026855197 0.992212534 30.347541809\n0.992372394 -0.013116518 -0.122576460 -2.676934242 0.009608780 0.999528468 -0.029164208 0.690425873 0.122901194 0.027763944 0.992030501 30.630674362\n0.992371559 -0.012158454 -0.122681729 -2.722164154 0.008671606 0.999544203 -0.028915949 0.681622565 0.122977391 0.027631519 0.992024720 30.910745621\n0.992087305 -0.012348664 -0.124941267 -2.757387161 0.008856137 0.999555409 -0.028470283 0.671943009 0.125237286 0.027138509 0.991755605 31.210083008\n0.991791427 -0.016728424 -0.126767278 -2.793302059 0.013218184 0.999506950 -0.028481280 0.665180624 0.127181217 0.026571855 0.991523504 31.501914978\n0.991644025 -0.016606880 -0.127930850 -2.833597422 0.013113202 0.999518991 -0.028103184 0.657554686 0.128336027 0.026190773 0.991384864 31.793224335\n0.991625667 -0.012256139 -0.128562540 -2.879751444 0.008567936 0.999536812 -0.029201953 0.654629529 0.128860891 0.027855890 0.991271377 32.081348419\n0.991391718 -0.010053219 -0.130542740 -2.925017118 0.006178187 0.999529123 -0.030055152 0.646325290 0.130783424 0.028989911 0.990987003 32.375419617\n0.991246939 -0.006655140 -0.131852925 -2.974123478 0.002561212 0.999510050 -0.031194497 0.632791638 0.131995931 0.030583747 0.990778327 32.666839600\n0.991319597 -0.002433584 -0.131451711 -3.022918224 -0.001794406 0.999485135 -0.032035802 0.624756217 0.131461993 0.031993594 0.990804791 32.962944031\n0.991305470 -0.000646545 -0.131578937 -3.066977501 -0.003439443 0.999518931 -0.030823875 0.613305688 0.131535560 0.031008435 0.990826368 33.264320374\n0.991373062 -0.001140781 -0.131065443 -3.107248783 -0.002982202 0.999506950 -0.031256858 0.603189409 0.131036475 0.031378072 0.990880847 33.558105469\n0.991579354 -0.003937912 -0.129440650 -3.145032883 -0.000029993 0.999530554 -0.030638015 0.594667733 0.129500523 0.030383905 0.991113722 33.861122131\n0.991667211 -0.003884859 -0.128767565 -3.185487747 0.000038844 0.999554157 -0.029856956 0.589481711 0.128826141 0.029603161 0.991225243 34.164424896\n0.991785705 -0.002474115 -0.127886727 -3.227225780 -0.001395965 0.999544024 -0.030163301 0.584855378 0.127903029 0.030094055 0.991329968 34.473705292\n0.992076159 0.001971905 -0.125622526 -3.275684834 -0.005739641 0.999544203 -0.029637644 0.574774861 0.125506818 0.030123828 0.991635323 34.784721375\n0.992320299 0.004778802 -0.123602636 -3.321738958 -0.008645866 0.999489129 -0.030768821 0.562788188 0.123392455 0.031601179 0.991854668 35.096179962\n0.992497563 0.006826985 -0.122073792 -3.366924763 -0.010609669 0.999482632 -0.030363746 0.554385900 0.121803343 0.031431105 0.992056489 35.412647247\n0.992814481 0.004152281 -0.119591855 -3.404008150 -0.007538949 0.999582827 -0.027880071 0.548488557 0.119426198 0.028581334 0.992431581 35.735046387\n0.992979765 0.003106569 -0.118243374 -3.435258150 -0.006298909 0.999625385 -0.026633916 0.541690648 0.118116342 0.027191745 0.992627382 36.072093964\n0.993139327 0.000406102 -0.116936594 -3.473346949 -0.003419010 0.999667287 -0.025565876 0.529689610 0.116887309 0.025790283 0.992810249 36.405044556\n0.993309855 0.000501451 -0.115478367 -3.517322302 -0.003666531 0.999623358 -0.027197637 0.524338007 0.115421236 0.027439086 0.992937565 36.732875824\n0.993660748 0.003238333 -0.112373725 -3.561626911 -0.006349214 0.999606133 -0.027336530 0.517324150 0.112240940 0.027876722 0.993289948 37.076980591\n0.993625343 0.009935948 -0.112294219 -3.610442162 -0.013074627 0.999543190 -0.027248701 0.510048747 0.111972176 0.028543206 0.993301332 37.432777405\n0.993809760 0.010131810 -0.110632338 -3.652010679 -0.012810339 0.999641120 -0.023527173 0.499266118 0.110354260 0.024798773 0.993582904 37.788536072\n0.994100094 0.003987904 -0.108393230 -3.678699732 -0.006310372 0.999757648 -0.021091765 0.492167562 0.108282849 0.021651326 0.993884325 38.156116486\n0.994266927 -0.002697538 -0.106892318 -3.711244822 0.000324436 0.999753237 -0.022212040 0.487282753 0.106925860 0.022050017 0.994022489 38.515758514\n0.994410157 -0.007632463 -0.105309688 -3.739631891 0.005354173 0.999745846 -0.021899967 0.481187820 0.105450071 0.021213703 0.994198322 38.884529114\n0.994603097 -0.005592538 -0.103602000 -3.785060406 0.003185751 0.999721527 -0.023382006 0.470425606 0.103703909 0.022925766 0.994343936 39.250263214\n0.994793534 -0.003211612 -0.101859994 -3.829576731 0.000722407 0.999700427 -0.024464997 0.460852385 0.101908050 0.024264036 0.994497895 39.615360260\n0.994811118 -0.001592934 -0.101726629 -3.868504524 -0.000870557 0.999707520 -0.024167791 0.451634556 0.101735376 0.024130946 0.994518757 39.989536285\n0.994845271 -0.002495088 -0.101373881 -3.902211189 0.000106010 0.999722302 -0.023565555 0.444897830 0.101404525 0.023433335 0.994569242 40.371360779\n0.994819582 -0.007419930 -0.101385094 -3.933429241 0.004956356 0.999686837 -0.024529506 0.439453632 0.101535350 0.023899931 0.994544804 40.744144440\n0.994871080 -0.010795020 -0.100573547 -3.968502522 0.008259064 0.999638200 -0.025597308 0.431970417 0.100813486 0.024635376 0.994600296 41.111404419\n0.994913399 -0.014922224 -0.099622697 -3.996032000 0.012459002 0.999602199 -0.025302069 0.434048474 0.099960633 0.023932168 0.994703531 41.509845734\n0.995030582 -0.014958180 -0.098439917 -4.034568787 0.012725771 0.999648273 -0.023266857 0.422956049 0.098753326 0.021898512 0.994870961 41.892478943\n0.995239079 -0.013085433 -0.096581087 -4.078674316 0.011046873 0.999705374 -0.021611875 0.409372628 0.096835434 0.020442063 0.995090485 42.267711639\n0.995435774 -0.010553235 -0.094848506 -4.118503571 0.008483296 0.999717534 -0.022200437 0.403490335 0.095056005 0.021294480 0.995244145 42.631034851\n0.995669365 -0.007133137 -0.092690937 -4.154047489 0.005027419 0.999724388 -0.022931308 0.403491378 0.092828967 0.022366006 0.995430827 42.998550415\n0.995963335 -0.005912429 -0.089566045 -4.192273617 0.003933165 0.999744534 -0.022258768 0.388552755 0.089674771 0.021816639 0.995732129 43.352909088\n0.996313632 -0.009198234 -0.085290730 -4.225967407 0.007133176 0.999674737 -0.024485214 0.371040076 0.085488208 0.023786560 0.996055186 43.724872589\n0.996644974 -0.013634267 -0.080702357 -4.249465466 0.011429379 0.999550402 -0.027720431 0.362095475 0.081044018 0.026705051 0.996352732 44.086311340\n0.996965289 -0.018312236 -0.075663038 -4.270086765 0.016119290 0.999435008 -0.029492838 0.351894021 0.076160371 0.028183701 0.996697187 44.453254700\n0.997441888 -0.014516477 -0.069992520 -4.303079605 0.012534479 0.999510229 -0.028673828 0.348203599 0.070374481 0.027723156 0.997135341 44.817714691\n0.997910023 -0.010502747 -0.063759200 -4.329898834 0.008772958 0.999587417 -0.027349645 0.336176276 0.064020142 0.026733128 0.997590482 45.193710327\n0.998389661 -0.007308902 -0.056255728 -4.364111900 0.005861042 0.999648392 -0.025859214 0.325437486 0.056424949 0.025487855 0.998081446 45.569717407\n0.998732984 -0.007103468 -0.049818885 -4.381061554 0.005879456 0.999678314 -0.024672899 0.316074908 0.049978118 0.024348732 0.998453438 45.942974091\n0.998908579 -0.013661228 -0.044665765 -4.371273041 0.012621576 0.999644697 -0.023476016 0.315907866 0.044970606 0.022886641 0.998726130 46.330265045\n0.999118626 -0.017262595 -0.038262129 -4.381919861 0.016403649 0.999608874 -0.022650385 0.305507600 0.038638167 0.022002783 0.999010980 46.708160400\n0.999340832 -0.020055449 -0.030259257 -4.392805099 0.019367576 0.999551117 -0.022857048 0.294316500 0.030704083 0.022255933 0.999280691 47.086627960\n0.999549508 -0.017709313 -0.024230393 -4.400408268 0.017155642 0.999591231 -0.022870470 0.278421581 0.024625508 0.022444479 0.999444783 47.468490601\n0.999716282 -0.014700773 -0.018740056 -4.404992580 0.014290261 0.999659002 -0.021854447 0.277259201 0.019054944 0.021580447 0.999585509 47.868347168\n0.999770880 -0.016130339 -0.014070993 -4.409377575 0.015828606 0.999647856 -0.021297777 0.281226099 0.014409578 0.021070175 0.999674141 48.247898102\n0.999796867 -0.018085074 -0.008893842 -4.401684761 0.017886909 0.999600649 -0.021877600 0.272463173 0.009285948 0.021714075 0.999721110 48.625392914\n0.999761641 -0.021561923 -0.003420816 -4.401265621 0.021470813 0.999463141 -0.024746399 0.260536313 0.003952560 0.024667054 0.999687910 49.001247406\n0.999754786 -0.022111595 0.001180511 -4.403701782 0.022133732 0.999460697 -0.024256127 0.251134008 -0.000643533 0.024276309 0.999705076 49.371257782\n0.999750733 -0.021759743 0.004993489 -4.399443626 0.021860527 0.999538243 -0.021104118 0.241171375 -0.004531963 0.021208018 0.999764800 49.746639252\n0.999652028 -0.024931867 0.008612677 -4.385372162 0.025096212 0.999494195 -0.019532057 0.234131470 -0.008121351 0.019741405 0.999772131 50.124530792\n0.999552310 -0.026904887 0.013086962 -4.376326561 0.027133262 0.999476910 -0.017597808 0.238316119 -0.012606649 0.017945021 0.999759495 50.498153687\n0.999596775 -0.023353865 0.016151173 -4.372503281 0.023624806 0.999579847 -0.016793000 0.237074330 -0.015752206 0.017167797 0.999728501 50.877506256\n0.999511003 -0.024972145 0.018819680 -4.368750572 0.025241558 0.999580264 -0.014216586 0.228491187 -0.018456763 0.014684672 0.999721825 51.242988586\n0.999485075 -0.024835778 0.020318011 -4.359687805 0.025075827 0.999617696 -0.011646330 0.213320434 -0.020020999 0.012149825 0.999725759 51.609699249\n0.999367356 -0.028219299 0.021645252 -4.349177361 0.028487677 0.999519765 -0.012192358 0.198880181 -0.021290798 0.012801268 0.999691367 51.971431732\n0.999424875 -0.026148576 0.021590218 -4.341909409 0.026472000 0.999539495 -0.014832665 0.195510432 -0.021192422 0.015395670 0.999656856 52.327384949\n0.999596715 -0.019174667 0.020946661 -4.344821930 0.019518569 0.999675989 -0.016338838 0.198588744 -0.020626582 0.016741099 0.999647081 52.685112000\n0.999625504 -0.017732106 0.020843254 -4.342120171 0.018113798 0.999669015 -0.018268587 0.200186849 -0.020512417 0.018639294 0.999615848 53.040977478\n0.999624074 -0.016385835 0.021982998 -4.339289188 0.016801000 0.999681413 -0.018835809 0.194040939 -0.021667354 0.019198064 0.999580920 53.399612427\n0.999583840 -0.018068561 0.022486959 -4.331074238 0.018493822 0.999651253 -0.018849336 0.185526758 -0.022138538 0.019257361 0.999569416 53.750904083\n0.999631524 -0.015789192 0.022080818 -4.324721336 0.016201874 0.999695003 -0.018637346 0.182281315 -0.021779815 0.018988229 0.999582469 54.107616425\n0.999562442 -0.019120660 0.022569342 -4.316125870 0.019510323 0.999662161 -0.017173132 0.176185846 -0.022233354 0.017605951 0.999597788 54.477615356\n0.999584854 -0.018382382 0.022185048 -4.308748245 0.018725524 0.999706686 -0.015359866 0.168336287 -0.021896191 0.015768915 0.999635875 54.828845978\n0.999585748 -0.015627064 0.024168100 -4.313481808 0.016005907 0.999750793 -0.015562191 0.166373551 -0.023918886 0.015942577 0.999586761 55.194171906\n0.999590516 -0.012728720 0.025627939 -4.316589832 0.013155323 0.999776542 -0.016546853 0.162688240 -0.025411593 0.016877221 0.999534607 55.545131683\n0.999607801 -0.011714218 0.025436351 -4.313532352 0.012122283 0.999799311 -0.015948102 0.160174608 -0.025244426 0.016250195 0.999549210 55.898014069\n0.999571860 -0.012396177 0.026503550 -4.304647923 0.012722454 0.999844909 -0.012177689 0.150770217 -0.026348483 0.012509665 0.999574542 56.255706787\n0.999570310 -0.010607257 0.027325565 -4.289089203 0.010941445 0.999866784 -0.012109545 0.154615447 -0.027193477 0.012403323 0.999553263 56.602958679\n0.999565721 -0.006362660 0.028773244 -4.292539597 0.006745579 0.999889731 -0.013230742 0.144864529 -0.028685888 0.013419088 0.999498427 56.958950043\n0.999528110 -0.003280898 0.030542200 -4.297019958 0.003708215 0.999895871 -0.013944925 0.137179971 -0.030493269 0.014051601 0.999436200 57.326286316\n0.999467492 -0.004287671 0.032347180 -4.287672997 0.004762731 0.999881744 -0.014623536 0.131182864 -0.032280654 0.014769809 0.999369681 57.677665710\n0.999401033 -0.008817759 0.033464380 -4.270354748 0.009328866 0.999841750 -0.015147885 0.123077877 -0.033325512 0.015450997 0.999325097 58.028682709\n0.999294519 -0.012688247 0.035347078 -4.246411324 0.013247610 0.999790013 -0.015635865 0.120451920 -0.035141263 0.016093099 0.999252796 58.379467010\n0.999208570 -0.008794195 0.038792979 -4.242378712 0.009520219 0.999782205 -0.018570486 0.117465071 -0.038621217 0.018925108 0.999074697 58.731143951\n0.999110341 -0.007008457 0.041586269 -4.230842590 0.007906617 0.999738157 -0.021472486 0.116898723 -0.041424893 0.021782190 0.998904169 59.069442749\n0.998999417 -0.001691496 0.044691008 -4.221518517 0.002649195 0.999767959 -0.021378817 0.108987086 -0.044644475 0.021475820 0.998772085 59.416946411\n0.998794556 -0.003050275 0.048991006 -4.202989578 0.004061343 0.999780536 -0.020551566 0.100463256 -0.048917565 0.020725762 0.998587787 59.764701843\n0.998564482 0.000293542 0.053561773 -4.189592361 0.000874818 0.999762237 -0.021788567 0.087901644 -0.053555433 0.021804146 0.998326778 60.112472534\n0.998223603 -0.002413781 0.059529595 -4.167523861 0.003785771 0.999729574 -0.022945192 0.082551129 -0.059458110 0.023129798 0.997962773 60.456764221\n0.997866392 -0.003390142 0.065200560 -4.140514851 0.004773450 0.999766588 -0.021072134 0.078235961 -0.065113902 0.021338407 0.997649670 60.797912598\n0.997369111 -0.007177249 0.072134502 -4.107354641 0.008617804 0.999769211 -0.019679055 0.076529726 -0.071976610 0.020248922 0.997200727 61.142852783\n0.996775687 -0.007398661 0.079897024 -4.076356888 0.008807981 0.999811530 -0.017301215 0.069981828 -0.079753958 0.017949160 0.996652961 61.485813141\n0.996140599 -0.007241691 0.087472647 -4.039112568 0.008837176 0.999801338 -0.017866366 0.064853340 -0.087325886 0.018570423 0.996006668 61.824871063\n0.995571852 -0.005820291 0.093823269 -4.008970261 0.007470583 0.999823332 -0.017247738 0.061253712 -0.093706310 0.017872278 0.995439470 62.171962738\n0.994990826 -0.007058640 0.099717036 -3.968654394 0.008564237 0.999855578 -0.014678685 0.053191431 -0.099599019 0.015459157 0.994907558 62.512187958\n0.994358718 -0.005391472 0.105932161 -3.934249401 0.006712997 0.999903977 -0.012122596 0.044840142 -0.105856635 0.012765331 0.994299471 62.861858368\n0.993737698 -0.003962218 0.111668035 -3.900210142 0.005275147 0.999920368 -0.011464423 0.038377013 -0.111613713 0.011981694 0.993679464 63.212535858\n0.993346393 -0.002156066 0.115144640 -3.856900454 0.003610240 0.999916315 -0.012422053 0.033303954 -0.115108222 0.012755102 0.993271053 63.551597595\n0.992824376 -0.005692662 0.119445942 -3.811367750 0.007522572 0.999861062 -0.014874700 0.032239869 -0.119344674 0.015666505 0.992729247 63.902881622\n0.992322445 -0.009234903 0.123332173 -3.762016296 0.010963601 0.999850869 -0.013345276 0.030555982 -0.123190537 0.014594981 0.992275715 64.252899170\n0.991712153 -0.012727425 0.127847433 -3.711470366 0.014311507 0.999831676 -0.011479416 0.028644051 -0.127679810 0.013213966 0.991727412 64.600891113\n0.991391718 -0.010104321 0.130538583 -3.669569254 0.011474718 0.999886632 -0.009750109 0.025540814 -0.130425259 0.011164071 0.991395295 64.948226929\n0.991020501 -0.010059105 0.133330896 -3.629242420 0.011237666 0.999904156 -0.008089778 0.024755672 -0.133236736 0.009515464 0.991038561 65.304252625\n0.990768492 -0.011468988 0.135078698 -3.581282377 0.012541786 0.999896169 -0.007093711 0.020845300 -0.134983316 0.008722353 0.990809500 65.650527954\n0.990499794 -0.014310678 0.136767372 -3.530230999 0.015452505 0.999854028 -0.007290584 0.016044863 -0.136643067 0.009334721 0.990576386 65.991935730\n0.990148246 -0.014644118 0.139255285 -3.481324911 0.015737027 0.999853373 -0.006750323 0.011779021 -0.139136016 0.008875284 0.990233481 66.329467773\n0.989904463 -0.013834165 0.141059592 -3.432849407 0.014688578 0.999879539 -0.005017664 0.008963786 -0.140973195 0.007038973 0.989988387 66.668937683\n0.989658892 -0.012313495 0.142911181 -3.388806581 0.013466982 0.999884069 -0.007106868 0.009093083 -0.142807111 0.008957958 0.989709973 67.004936218\n0.989316106 -0.011400457 0.145339698 -3.341794491 0.013035063 0.999862015 -0.010299423 0.005834162 -0.145202219 0.012083896 0.989328206 67.335502625\n0.989020944 -0.011304333 0.147342578 -3.292746544 0.013326406 0.999830008 -0.012743655 0.004228443 -0.147173464 0.014567288 0.989003420 67.667129517\n0.988774478 -0.011923556 0.148939162 -3.242789507 0.014156152 0.999802649 -0.013938829 0.002338294 -0.148743570 0.015890764 0.988748133 67.996078491\n0.988528728 -0.012864824 0.150483996 -3.189952135 0.015080331 0.999793947 -0.013590593 -0.004555676 -0.150278151 0.015704039 0.988519013 68.329460144\n0.988122225 -0.012449045 0.153164968 -3.135923624 0.014770166 0.999792516 -0.014025842 -0.012066543 -0.152958587 0.016121518 0.988101065 68.661140442\n0.987790406 -0.011432322 0.155368745 -3.091283083 0.014133948 0.999767303 -0.016294887 -0.015730310 -0.155146301 0.018291907 0.987722158 68.992973328\n0.987544715 -0.010154812 0.157010689 -3.042627811 0.013296780 0.999731541 -0.018973736 -0.017440159 -0.156775862 0.020825148 0.987414598 69.315895081\n0.987203598 -0.009983712 0.159151927 -2.996451855 0.013117937 0.999739945 -0.018654881 -0.021114506 -0.158924296 0.020503910 0.987077832 69.646499634\n0.987034857 -0.006599283 0.160370216 -2.947315454 0.009781988 0.999770403 -0.019064607 -0.028693099 -0.160207585 0.020386171 0.986872792 69.963172913\n0.986941159 -0.001219955 0.161076680 -2.897495508 0.004760210 0.999755502 -0.021594627 -0.032676406 -0.161010951 0.022079384 0.986705601 70.298385620\n0.986692309 -0.001446484 0.162592292 -2.845725775 0.004944392 0.999764919 -0.021110771 -0.034373410 -0.162523538 0.021633755 0.986467481 70.620857239\n0.986503303 -0.002576797 0.163721010 -2.788825989 0.005576863 0.999824822 -0.017867282 -0.033139296 -0.163646281 0.018539183 0.986344874 70.945289612\n0.986345649 -0.006411654 0.164563462 -2.730769396 0.008995519 0.999847591 -0.014960882 -0.038699411 -0.164442465 0.016236935 0.986253023 71.269538879\n0.986039817 -0.009108810 0.166260242 -2.680847645 0.011586418 0.999835730 -0.013938128 -0.041974433 -0.166105971 0.015669910 0.985983372 71.592697144\n0.985864997 -0.009246659 0.167286143 -2.629902363 0.011339651 0.999868870 -0.011560544 -0.054220222 -0.167157307 0.013294103 0.985840619 71.922569275\n0.985793173 -0.008513634 0.167748004 -2.578380585 0.010558211 0.999880433 -0.011300262 -0.051727414 -0.167631730 0.012910840 0.985765159 72.255584717\n0.985495687 -0.008076816 0.169508114 -2.531914711 0.009765715 0.999910593 -0.009132167 -0.056463510 -0.169419199 0.010655079 0.985486507 72.583366394\n0.985484481 -0.002919530 0.169740349 -2.479303360 0.003853866 0.999979198 -0.005175298 -0.066575997 -0.169721708 0.005754332 0.985475242 72.931434631\n0.985661387 -0.001863951 0.168725252 -2.423050165 0.002670228 0.999986053 -0.004551871 -0.071253136 -0.168714419 0.004937138 0.985652626 73.261329651\n0.985483348 -0.001509054 0.169765294 -2.372865200 0.002801638 0.999968886 -0.007374658 -0.069162019 -0.169748887 0.007743224 0.985456944 73.586700439\n0.985432804 -0.003250296 0.170034274 -2.311410904 0.005107873 0.999931931 -0.010488421 -0.068628713 -0.169988602 0.011204147 0.985382318 73.919120789\n0.985369384 -0.007748066 0.170255959 -2.250257015 0.009978892 0.999875188 -0.012250950 -0.068586573 -0.170139790 0.013770676 0.985323727 74.256225586\n0.985040069 -0.012455400 0.171874776 -2.189633846 0.014658944 0.999825776 -0.011557354 -0.071094528 -0.171700880 0.013903959 0.985051036 74.595932007\n0.984682024 -0.013761814 0.173815742 -2.129749298 0.015820054 0.999820113 -0.010461569 -0.074152082 -0.173640504 0.013051094 0.984722614 74.933593750\n0.984298825 -0.015795279 0.175801992 -2.069796562 0.018175455 0.999763548 -0.011936914 -0.074932605 -0.175571874 0.014944772 0.984353185 75.271957397\n0.984091222 -0.012183227 0.177245632 -2.008895159 0.014858228 0.999794781 -0.013772561 -0.083944730 -0.177041456 0.016187012 0.984070301 75.607055664\n0.983514309 -0.010596608 0.180519700 -1.948470354 0.013748203 0.999773979 -0.016216192 -0.092577219 -0.180307060 0.018430678 0.983437657 75.936599731\n0.982967019 -0.007169602 0.183642015 -1.889986038 0.010835936 0.999761343 -0.018968849 -0.096107043 -0.183462188 0.020635687 0.982810140 76.268669128\n0.982075095 -0.008191459 0.188311934 -1.823635221 0.011829968 0.999764264 -0.018205903 -0.098078445 -0.188118413 0.020107288 0.981940508 76.600120544\n0.981265068 -0.009491852 0.192428663 -1.755906940 0.012788109 0.999791861 -0.015894974 -0.101342581 -0.192237735 0.018057980 0.981182218 76.931579590\n0.980420589 -0.009660436 0.196677834 -1.686372757 0.013452642 0.999748290 -0.017954450 -0.105003037 -0.196454883 0.020248748 0.980303764 77.252777100\n0.979324281 -0.013376124 0.201853976 -1.612702370 0.017941231 0.999622583 -0.020803191 -0.106905989 -0.201499537 0.023994580 0.979194641 77.571022034\n0.978383243 -0.019257493 0.205901518 -1.531909943 0.023906577 0.999511838 -0.020114968 -0.112192228 -0.205413640 0.024602545 0.978365958 77.888977051\n0.977453291 -0.019157343 0.210280970 -1.460489750 0.023658805 0.999541223 -0.018911952 -0.122821718 -0.209822193 0.023460547 0.977458060 78.207855225\n0.976586103 -0.016564652 0.214488298 -1.396232963 0.021176862 0.999590933 -0.019223208 -0.131043911 -0.214082137 0.023315307 0.976537347 78.525169373\n0.976081491 -0.012979303 0.217017174 -1.328564763 0.017312204 0.999686718 -0.018076390 -0.138999104 -0.216714561 0.021401076 0.976000428 78.844299316\n0.975465238 -0.013834564 0.219718441 -1.255689025 0.018707717 0.999622643 -0.020113850 -0.141481981 -0.219357267 0.023730790 0.975355983 79.166526794\n0.975085318 -0.015511653 0.221287236 -1.177749038 0.020609887 0.999572277 -0.020748511 -0.143396795 -0.220870733 0.024792273 0.974987924 79.490669250\n0.974927127 -0.018086441 0.221788093 -1.102702737 0.023112960 0.999531031 -0.020088965 -0.147491902 -0.221320733 0.024711456 0.974887908 79.812088013\n0.974780321 -0.022460749 0.222033545 -1.024152040 0.027132124 0.999469578 -0.018010898 -0.154530644 -0.221511230 0.023580909 0.974872649 80.139595032\n0.974463522 -0.024590557 0.223195225 -0.942943811 0.029289829 0.999413013 -0.017768070 -0.159153491 -0.222627282 0.023851685 0.974611819 80.467147827\n0.974482477 -0.022507949 0.223332211 -0.867776096 0.026831368 0.999506354 -0.016342735 -0.168327123 -0.222854123 0.021918017 0.974605381 80.800430298\n0.974503994 -0.018411713 0.223613441 -0.799461067 0.022851126 0.999589503 -0.017281428 -0.173145577 -0.223203480 0.021950640 0.974524677 81.133094788\n0.974378586 -0.016193043 0.224330544 -0.728558838 0.020832714 0.999614894 -0.018330725 -0.178080946 -0.223947331 0.022534480 0.974340677 81.469665527\n0.974066317 -0.018388560 0.225514263 -0.648147166 0.022775417 0.999598324 -0.016866310 -0.183090270 -0.225113526 0.021565085 0.974093854 81.807304382\n0.973803520 -0.020378023 0.226476043 -0.565782428 0.024974812 0.999535799 -0.017449960 -0.188708425 -0.226015300 0.022649029 0.973860383 82.146392822\n0.973261237 -0.021597179 0.228683367 -0.482052386 0.026682971 0.999460101 -0.019170545 -0.194183528 -0.228145882 0.024759900 0.973312080 82.485641479\n0.972764194 -0.024799388 0.230466425 -0.397017896 0.030155784 0.999350131 -0.019747762 -0.198325813 -0.229826927 0.026159812 0.972879887 82.829002380\n0.972326100 -0.025335094 0.232250094 -0.314770818 0.030495491 0.999360800 -0.018655157 -0.204431966 -0.231629014 0.025221476 0.972477198 83.172966003\n0.971758664 -0.025832161 0.234558746 -0.227610886 0.030793408 0.999372363 -0.017512940 -0.207974076 -0.233959123 0.024241215 0.971944153 83.526092529\n0.971250296 -0.022167366 0.237026185 -0.145737290 0.027016923 0.999486446 -0.017231064 -0.215880647 -0.236522496 0.023139395 0.971350431 83.873184204\n0.970219553 -0.024768567 0.240957439 -0.058062553 0.029691383 0.999417603 -0.016820477 -0.221788839 -0.240400478 0.023473917 0.970389903 84.225250244\n0.969148517 -0.027353249 0.244954929 0.037112951 0.032396290 0.999337554 -0.016581379 -0.226002991 -0.244339108 0.024005450 0.969392657 84.578590393\n0.967842400 -0.031530317 0.249573603 0.138250411 0.036049195 0.999258101 -0.013555182 -0.229423344 -0.248961046 0.022116205 0.968260944 84.928787231\n0.966536343 -0.034878757 0.254147559 0.234205246 0.038865086 0.999187410 -0.010679243 -0.235577941 -0.253568560 0.020199344 0.967106521 85.281494141\n0.965328097 -0.035708085 0.258585870 0.335446656 0.039742906 0.999155879 -0.010391132 -0.240839988 -0.257996559 0.020307804 0.965932369 85.632820129\n0.963758945 -0.037950885 0.264061332 0.436605334 0.042493708 0.999030411 -0.011510984 -0.240604013 -0.263368458 0.022314759 0.964437187 85.991127014\n0.961897910 -0.039170962 0.270588338 0.540014446 0.043655820 0.998990655 -0.010573315 -0.247179329 -0.269901067 0.021983203 0.962637067 86.341796875\n0.960344791 -0.040397100 0.275873065 0.648249745 0.044494338 0.998972535 -0.008606536 -0.250567824 -0.275241941 0.020540031 0.961155534 86.695037842\n0.958493114 -0.043552931 0.281769633 0.761702418 0.047932919 0.998812973 -0.008667159 -0.251825660 -0.281057656 0.021813454 0.959442973 87.054107666\n0.956821620 -0.046350051 0.286956489 0.877997816 0.051299147 0.998635769 -0.009748218 -0.248936594 -0.286113173 0.024047928 0.957894027 87.413764954\n0.955154419 -0.049218480 0.291988909 0.993502021 0.054219350 0.998488009 -0.009054434 -0.251357675 -0.291101784 0.024479833 0.956378818 87.765762329\n0.953953683 -0.049221959 0.295887768 1.109669924 0.054185271 0.998493910 -0.008592496 -0.253404140 -0.295019209 0.024229601 0.955184042 88.124107361\n0.952765465 -0.050245453 0.299521893 1.222959757 0.055131726 0.998448014 -0.007879666 -0.259917855 -0.298661143 0.024020633 0.954056859 88.479530334\n0.952062130 -0.050828110 0.301652551 1.335983276 0.055211246 0.998456597 -0.006016436 -0.261879385 -0.300881177 0.022382634 0.953398943 88.841163635\n0.951619565 -0.047155682 0.303638786 1.448923230 0.050932501 0.998691857 -0.004526332 -0.261623800 -0.303028136 0.019772427 0.952776492 89.196334839\n0.950866342 -0.045848954 0.306187928 1.556013107 0.048969869 0.998797119 -0.002514795 -0.259289086 -0.305704325 0.017385216 0.951967776 89.564437866\n0.950393081 -0.043624561 0.307977051 1.670684814 0.045776293 0.998951674 0.000238185 -0.255851984 -0.307664573 0.013871678 0.951393783 89.929908752\n0.949189901 -0.043934852 0.311622024 1.783627510 0.045318037 0.998968661 0.002805047 -0.252732038 -0.311423868 0.011459574 0.950201988 90.287315369\n0.948457003 -0.043609671 0.313890934 1.902458310 0.043999221 0.999014437 0.005847004 -0.252521217 -0.313836545 0.008265323 0.949441075 90.645782471\n0.947071016 -0.048948850 0.317270398 2.032128572 0.048385430 0.998782039 0.009659880 -0.253513873 -0.317356825 0.006202673 0.948285937 91.002998352\n0.946344733 -0.045806028 0.319895953 2.148622513 0.044393118 0.998945475 0.011711717 -0.253310561 -0.320095092 0.003117854 0.947380304 91.356201172\n0.945288420 -0.040916625 0.323659718 2.258919477 0.039416388 0.999160171 0.011192027 -0.253128409 -0.323845863 0.002177805 0.946107328 91.711105347\n0.944936275 -0.035362843 0.325338215 2.368273735 0.033686567 0.999374270 0.010785880 -0.247209549 -0.325516045 0.000767557 0.945536196 92.068321228\n0.944596589 -0.034591645 0.326405704 2.488325834 0.032689307 0.999401510 0.011313329 -0.243272424 -0.326601714 -0.000016555 0.945162058 92.433555603\n0.944748163 -0.032002281 0.326231211 2.606910467 0.029765198 0.999486685 0.011848157 -0.237396091 -0.326442927 -0.001483188 0.945215762 92.786056519\n0.944656730 -0.032620210 0.326434672 2.725455046 0.031190893 0.999467194 0.009613383 -0.233876109 -0.326574326 0.001100441 0.945170879 93.134864807\n0.944826365 -0.032629907 0.325942397 2.846127987 0.031888131 0.999462426 0.007619808 -0.228996724 -0.326015800 0.003194296 0.945358932 93.491508484\n0.944565654 -0.029148493 0.327026129 2.964370012 0.028054250 0.999573886 0.008063545 -0.224108756 -0.327121824 0.001557924 0.944980919 93.854728699\n0.944475710 -0.025522765 0.327588499 3.079739571 0.023705501 0.999673486 0.009539898 -0.220592678 -0.327725023 -0.001244553 0.944772363 94.215751648\n0.944798112 -0.024387691 0.326744229 3.200883150 0.022205034 0.999699235 0.010409004 -0.213890493 -0.326899827 -0.002579040 0.945055485 94.574569702\n0.944716275 -0.024918975 0.326940656 3.323011398 0.021465382 0.999669194 0.014167822 -0.205233455 -0.327185541 -0.006366667 0.944938660 94.944168091\n0.944372594 -0.026578873 0.327801794 3.449311256 0.021549243 0.999587834 0.018966965 -0.196651369 -0.328170836 -0.010848002 0.944556117 95.316429138\n0.944413543 -0.026146749 0.327718407 3.571462154 0.020089488 0.999559283 0.021855472 -0.191153347 -0.328145444 -0.014056909 0.944522619 95.689956665\n0.944949567 -0.024626622 0.326287925 3.693438530 0.018275104 0.999579430 0.022517573 -0.189217657 -0.326705217 -0.015315026 0.945002198 96.061233521\n0.945241868 -0.022380672 0.325602412 3.815438509 0.016932588 0.999665380 0.019556958 -0.183933377 -0.325931132 -0.012972765 0.945304513 96.430229187\n0.945435166 -0.023531707 0.324959427 3.943373919 0.018520793 0.999657214 0.018505175 -0.178904742 -0.325283498 -0.011476936 0.945546865 96.801712036\n0.945349753 -0.025568219 0.325054079 4.070083618 0.019971976 0.999589503 0.020541877 -0.171674699 -0.325445861 -0.012927285 0.945472300 97.191040039\n0.945407391 -0.026689207 0.324796200 4.197219849 0.021777064 0.999586999 0.018750187 -0.155392230 -0.325162500 -0.010653459 0.945598125 97.572456360\n0.945549726 -0.029138606 0.324170768 4.329282761 0.024766522 0.999538243 0.017605450 -0.139585078 -0.324534059 -0.008618246 0.945834756 97.947937012\n0.945605099 -0.029830448 0.323946178 4.460383415 0.024935169 0.999503672 0.019252643 -0.128853172 -0.324359685 -0.010127745 0.945879579 98.341560364\n0.946000636 -0.027483715 0.322997659 4.589616776 0.021924382 0.999542415 0.020838114 -0.121122688 -0.323422581 -0.012631344 0.946170330 98.733131409\n0.946485579 -0.025004767 0.321776062 4.712788582 0.019561822 0.999605834 0.020138009 -0.121672243 -0.322152764 -0.012765809 0.946601629 99.115379333\n0.946837068 -0.026508907 0.320619553 4.843186378 0.021926876 0.999599457 0.017893823 -0.119230360 -0.320965469 -0.009912350 0.947039008 99.494300842\n0.947173655 -0.027607650 0.319530666 4.972575188 0.024162853 0.999599338 0.014740902 -0.111662328 -0.319809616 -0.006241423 0.947461247 99.872474670\n0.947765708 -0.027235657 0.317802489 5.105701447 0.024273053 0.999617159 0.013278888 -0.098728031 -0.318042487 -0.004871238 0.948063970 100.254127502\n0.947987437 -0.027441038 0.317122757 5.225559235 0.025016105 0.999618411 0.011716640 -0.085975558 -0.317323238 -0.003174051 0.948312104 100.636741638\n0.948302507 -0.024580808 0.316414416 5.346247673 0.022420233 0.999693811 0.010467663 -0.073923439 -0.316574842 -0.002832426 0.948563278 101.016784668\n0.948505402 -0.022624306 0.315951914 5.464962959 0.020073703 0.999734342 0.011325393 -0.069764704 -0.316124201 -0.004399872 0.948707581 101.409172058\n0.948859096 -0.020434365 0.315037817 5.583221436 0.017187236 0.999766707 0.013082022 -0.067987502 -0.315231651 -0.006998366 0.948988974 101.793884277\n0.949293435 -0.022200732 0.313606560 5.712358952 0.017975088 0.999704599 0.016359797 -0.066407859 -0.313877106 -0.009893144 0.949412107 102.184936523\n0.949399114 -0.022809124 0.313242763 5.837912083 0.018993648 0.999703646 0.015227201 -0.058534980 -0.313497245 -0.008507068 0.949550986 102.574729919\n0.949299634 -0.025199719 0.313361079 5.969158173 0.022374760 0.999670148 0.012608633 -0.052441001 -0.313575447 -0.004957994 0.949550331 102.968742371\n0.949720800 -0.025334893 0.312071413 6.106805801 0.023344681 0.999676347 0.010112316 -0.037651241 -0.312226593 -0.002318670 0.950004816 103.380287170\n0.949830234 -0.023017993 0.311917871 6.236984730 0.020950861 0.999730706 0.009977098 -0.029749751 -0.312063515 -0.002941602 0.950056672 103.797203064\n0.949897707 -0.019128492 0.311975121 6.371967316 0.016691742 0.999805748 0.010479457 -0.024429947 -0.312114984 -0.004747003 0.950032473 104.231117249\n0.949715495 -0.016732778 0.312666714 6.509710312 0.014160074 0.999844611 0.010497238 -0.015630066 -0.312793761 -0.005542007 0.949804902 104.678825378\n0.949515700 -0.015088713 0.313356429 6.654826641 0.013189512 0.999879539 0.008179970 -0.007325351 -0.313442111 -0.003633991 0.949600339 105.125450134\n0.949317336 -0.017554916 0.313828707 6.809550762 0.015284945 0.999836206 0.009692476 0.001309007 -0.313947469 -0.004404381 0.949430168 105.586929321\n0.948844075 -0.019396342 0.315148622 6.964589119 0.016821215 0.999799192 0.010889263 0.008566529 -0.315296561 -0.005031030 0.948979855 106.049331665\n0.948085189 -0.022027789 0.317252725 7.125206947 0.018864799 0.999737024 0.013038686 0.010941505 -0.317456514 -0.006376876 0.948251367 106.510421753\n0.947516680 -0.021978091 0.318949938 7.285122871 0.018041797 0.999720275 0.015290928 0.019118935 -0.319196790 -0.008733979 0.947648227 106.979721069\n0.946790814 -0.024596673 0.320908308 7.448244095 0.018920725 0.999604702 0.020794043 0.033564389 -0.321292907 -0.013615793 0.946881950 107.452590942\n0.946062505 -0.026381986 0.322908163 7.612333775 0.018969839 0.999479830 0.026080506 0.051245779 -0.323428273 -0.018548274 0.946070910 107.949661255\n0.944831371 -0.025630889 0.326552868 7.773440361 0.017261894 0.999444723 0.028500980 0.060015887 -0.327102035 -0.021291697 0.944749117 108.421371460\n0.944045544 -0.027291665 0.328684032 7.944253445 0.019296804 0.999433815 0.027561888 0.067843348 -0.329250157 -0.019677127 0.944037676 108.911811829\n0.943571150 -0.031928949 0.329627186 8.122238159 0.024690762 0.999353766 0.026122928 0.074642718 -0.330248237 -0.016510095 0.943749726 109.379508972\n0.942521989 -0.034610722 0.332346737 8.294553757 0.028478144 0.999322653 0.023306983 0.086327314 -0.332928300 -0.012502725 0.942869246 109.847457886\n0.941868484 -0.032522462 0.334403992 8.463062286 0.027669692 0.999431431 0.019266397 0.104646444 -0.334840447 -0.008893558 0.942232847 110.311996460\n0.941673279 -0.028829627 0.335291266 8.624655724 0.024053985 0.999541521 0.018388228 0.118972272 -0.335667670 -0.009250611 0.941935062 110.776000977\n0.941336513 -0.030555852 0.336083293 8.793014526 0.025466539 0.999484658 0.019541353 0.127488136 -0.336507201 -0.009836111 0.941629529 111.242790222\n0.941245258 -0.035382845 0.335865200 8.966025352 0.029952247 0.999323547 0.021337427 0.131900370 -0.336392999 -0.010023836 0.941668332 111.713188171\n0.941108108 -0.037117217 0.336062163 9.132359505 0.032284707 0.999279439 0.019957826 0.142045021 -0.336560786 -0.007932802 0.941628337 112.173187256\n0.941114485 -0.035883062 0.336178392 9.297253609 0.031070221 0.999323308 0.019686405 0.153223157 -0.336657315 -0.008082024 0.941592574 112.639617920\n0.941272557 -0.035663135 0.335759073 9.459077835 0.030130545 0.999310911 0.021674789 0.163872063 -0.336300701 -0.010285282 0.941698492 113.104942322\n0.941668451 -0.034138184 0.334806174 9.617748260 0.027582206 0.999323726 0.024317961 0.177978992 -0.335409909 -0.013664763 0.941973209 113.573410034\n0.941703260 -0.037129283 0.334389538 9.788651466 0.029588751 0.999180555 0.027617589 0.191844642 -0.335140944 -0.016113406 0.942030191 114.038314819\n0.941640735 -0.038557664 0.334404022 9.951452255 0.030292885 0.999093831 0.029897101 0.202246010 -0.335253775 -0.018022267 0.941955507 114.495292664\n0.941763878 -0.038519196 0.334061503 10.112327576 0.030553654 0.999110341 0.029068306 0.210360289 -0.334883988 -0.017168682 0.942102969 114.944160461\n0.941753745 -0.038647369 0.334075302 10.260994911 0.031841800 0.999159217 0.025825741 0.224343359 -0.334792525 -0.013683930 0.942192495 115.409027100\n0.941936493 -0.037563547 0.333683491 10.423601151 0.031118419 0.999211907 0.024641221 0.237492979 -0.334346116 -0.012826762 0.942363083 115.877487183\n0.941786706 -0.036188815 0.334257662 10.577681541 0.029474322 0.999249339 0.025139669 0.256276578 -0.334916532 -0.013824187 0.942146361 116.323730469\n0.941856265 -0.037276238 0.333942056 10.735127449 0.029941272 0.999184549 0.027086940 0.273494303 -0.334679455 -0.015513352 0.942204356 116.771911621\n0.941669881 -0.039525796 0.334208816 10.893200874 0.031439431 0.999068081 0.029572515 0.298858881 -0.335066229 -0.017340213 0.942035019 117.232696533\n0.940896869 -0.040702015 0.336238682 11.053900719 0.031124882 0.998942971 0.033826228 0.300844312 -0.337260038 -0.021361602 0.941169143 117.689147949\n0.940296531 -0.038368396 0.338186800 11.209616661 0.027724905 0.998958170 0.036248580 0.310315907 -0.339225262 -0.024708219 0.940380633 118.129348755\n0.939683855 -0.031919237 0.340551645 11.358192444 0.021090720 0.999148786 0.035452656 0.327906191 -0.341393381 -0.026131812 0.939557195 118.571166992\n0.938414335 -0.029827766 0.344222039 11.512351036 0.019713901 0.999266028 0.032845266 0.345599890 -0.344949067 -0.024036512 0.938313603 119.009216309\n0.936937332 -0.033541735 0.347884119 11.685202599 0.023863275 0.999200702 0.032069683 0.360344738 -0.348681718 -0.021745631 0.936988890 119.450241089\n0.935036182 -0.037761148 0.352535635 11.857826233 0.027712662 0.999054134 0.033508915 0.381597996 -0.353467524 -0.021562347 0.935198247 119.884811401\n0.933080792 -0.038431868 0.357607692 12.033916473 0.027651818 0.998997271 0.035211630 0.397225738 -0.358602375 -0.022966795 0.933207870 120.323303223\n0.930855989 -0.037817590 0.363423944 12.204277039 0.026057146 0.998967707 0.037210260 0.409398496 -0.364455968 -0.025167605 0.930880487 120.757598877\n0.928539634 -0.036122471 0.369471729 12.366749763 0.023181891 0.998954356 0.039405987 0.427671760 -0.370508820 -0.028024966 0.928406060 121.187911987\n0.926161706 -0.037967339 0.375210524 12.541597366 0.024555229 0.998879194 0.040464409 0.440865695 -0.376326323 -0.028263204 0.926055968 121.612419128\n0.923789561 -0.043958709 0.380368888 12.729942322 0.031566378 0.998749852 0.038759906 0.457594693 -0.381597191 -0.023799129 0.924022317 122.036880493\n0.921275795 -0.046202842 0.386155695 12.913492203 0.034517854 0.998713613 0.037142903 0.479123831 -0.387375087 -0.020889591 0.921685517 122.454475403\n0.919519782 -0.040439565 0.390957892 13.079601288 0.028338065 0.998925328 0.036675807 0.494375229 -0.392020911 -0.022645142 0.919677556 122.871704102\n0.917913437 -0.035968363 0.395147115 13.252874374 0.023909029 0.999087095 0.035402287 0.515566945 -0.396059752 -0.023048649 0.917935431 123.295585632\n0.917069852 -0.032402579 0.397407830 13.433786392 0.020506436 0.999206364 0.034148876 0.534196794 -0.398198932 -0.023167487 0.917006493 123.718002319\n0.916367769 -0.034143385 0.398878813 13.611575127 0.021314066 0.999104321 0.036555659 0.547988594 -0.399769664 -0.024996700 0.916274726 124.136878967\n0.916377187 -0.037264463 0.398577720 13.797270775 0.024000729 0.998981178 0.038217835 0.560724020 -0.399595797 -0.025455799 0.916337967 124.558181763\n0.916621625 -0.037855942 0.397959411 13.977444649 0.026250796 0.999057412 0.034571897 0.577384651 -0.398893058 -0.021242598 0.916751385 124.972969055\n0.917822063 -0.032414589 0.395666540 14.142683029 0.020826701 0.999220073 0.033548713 0.592246771 -0.396445394 -0.022551320 0.917781293 125.393966675\n0.919428945 -0.030046849 0.392106652 14.314873695 0.019065639 0.999310136 0.031870466 0.604419112 -0.392793775 -0.021826867 0.919367552 125.813308716\n0.920999229 -0.028013404 0.388555825 14.486188889 0.017524093 0.999380708 0.030513965 0.624717474 -0.389169991 -0.021294249 0.920919776 126.234809875\n0.921754360 -0.028809845 0.386702657 14.656987190 0.018244326 0.999353945 0.030965514 0.644433200 -0.387344956 -0.021487467 0.921684444 126.666038513\n0.923308671 -0.032295164 0.382698447 14.831776619 0.020378800 0.999174178 0.035151884 0.661918223 -0.383517653 -0.024657102 0.923204303 127.092910767\n0.924529016 -0.038684502 0.379143268 15.010470390 0.026077289 0.998924673 0.038332984 0.677834034 -0.380218476 -0.025552927 0.924543619 127.523017883\n0.926317096 -0.040644351 0.374545932 15.181369781 0.027225122 0.998786032 0.041052148 0.691556215 -0.375759780 -0.027830252 0.926299155 127.951400757\n0.928538799 -0.041880049 0.368865490 15.341115952 0.027941940 0.998682082 0.043050058 0.707455993 -0.370182306 -0.029666834 0.928485274 128.376007080\n0.930883825 -0.039754361 0.363145798 15.501935005 0.026772067 0.998812079 0.040714916 0.723560333 -0.364333004 -0.028178694 0.930842340 128.814407349\n0.933428228 -0.036442146 0.356908560 15.656515121 0.024848236 0.999005616 0.037017513 0.743071914 -0.357902646 -0.025684645 0.933405578 129.240249634\n0.935520351 -0.035693973 0.351464957 15.809897423 0.026041292 0.999143600 0.032154683 0.758046806 -0.352311701 -0.020928757 0.935648680 129.665908813\n0.937417567 -0.040530011 0.345840454 15.973594666 0.032357078 0.999044597 0.029375387 0.773249090 -0.346700609 -0.016346617 0.937833369 130.098617554\n0.938893199 -0.044286635 0.341347784 16.134452820 0.035998367 0.998883843 0.030580495 0.795525491 -0.342321098 -0.016423857 0.939439476 130.532608032\n0.940354288 -0.044028219 0.337335616 16.278926849 0.034580212 0.998824477 0.033968579 0.812046349 -0.338434666 -0.020277362 0.940771401 130.972198486\n0.941807687 -0.040870585 0.333658278 16.424383163 0.030921470 0.998906136 0.035077203 0.829201341 -0.334726930 -0.022718776 0.942041278 131.418533325\n0.942793965 -0.037750702 0.331231654 16.568796158 0.027882420 0.999015808 0.034496013 0.840596914 -0.332207918 -0.023287097 0.942918658 131.856597900\n0.943466842 -0.038251340 0.329252452 16.712526321 0.028068911 0.998970926 0.035625827 0.849772096 -0.330276370 -0.024370028 0.943569601 132.287216187\n0.943902910 -0.043236207 0.327380359 16.872632980 0.033076122 0.998784602 0.036541618 0.865868449 -0.328562379 -0.023663269 0.944185793 132.730758667\n0.944490314 -0.046071790 0.325292885 17.028678894 0.037299842 0.998753965 0.033154871 0.890402138 -0.326415062 -0.019181084 0.945031881 133.164596558\n0.944866180 -0.045809604 0.324236572 17.172822952 0.037467021 0.998787642 0.031929605 0.911583543 -0.325306147 -0.018021025 0.945437014 133.610290527\n0.945635259 -0.042208530 0.322478473 17.315345764 0.032319602 0.998830438 0.035960883 0.927482724 -0.323619187 -0.023583505 0.945893466 134.057617188\n0.946469903 -0.039956823 0.320309460 17.457450867 0.028609285 0.998787761 0.040056754 0.941623390 -0.321521699 -0.028748689 0.946465671 134.512557983\n0.946952581 -0.038377263 0.319073707 17.600780487 0.027416183 0.998871803 0.038775183 0.951494753 -0.320201814 -0.027970476 0.946936369 134.959152222\n0.947763622 -0.037145890 0.316803187 17.748168945 0.027703267 0.999028921 0.034259982 0.969821870 -0.317768157 -0.023693886 0.947872341 135.410903931\n0.948386967 -0.040853288 0.314472944 17.904157639 0.033230688 0.999010324 0.029564733 0.983004093 -0.315369517 -0.017588656 0.948805928 135.850479126\n0.948535204 -0.041799575 0.313900977 18.050918579 0.035521343 0.999038517 0.025696451 0.999088407 -0.314673275 -0.013223803 0.949107945 136.297576904\n0.949007213 -0.038216148 0.312929481 18.189874649 0.032871544 0.999209881 0.022339286 1.019727945 -0.313535959 -0.010913670 0.949513614 136.752136230\n0.949425697 -0.035891283 0.311933815 18.329250336 0.030787582 0.999299586 0.021272529 1.038360715 -0.312478840 -0.010592998 0.949865639 137.206924438\n0.949454904 -0.034974828 0.311948925 18.469049454 0.028344737 0.999266148 0.025764184 1.051985145 -0.312621087 -0.015619822 0.949749470 137.667419434\n0.948848426 -0.037768994 0.313464761 18.614515305 0.029313063 0.999069154 0.031646892 1.064957619 -0.314368248 -0.020839494 0.949072361 138.133300781\n0.948372900 -0.040814109 0.314520419 18.765527725 0.030006777 0.998783529 0.039128929 1.077052116 -0.315734833 -0.027671073 0.948443890 138.595275879\n0.948350549 -0.038092915 0.314928889 18.911899567 0.025583183 0.998714328 0.043762632 1.097488046 -0.316191047 -0.033445433 0.948105812 139.049545288\n0.947432339 -0.035125386 0.318022251 19.061094284 0.021423921 0.998689473 0.046479881 1.113401890 -0.319238067 -0.037223257 0.946943223 139.506393433\n0.946411669 -0.032040298 0.321369499 19.202592850 0.018234789 0.998780608 0.045877449 1.130303621 -0.322447568 -0.037558850 0.945841908 139.947219849\n0.945318997 -0.031806886 0.324592471 19.361801147 0.018159036 0.998822391 0.044989787 1.144830704 -0.325641215 -0.036635417 0.944783390 140.386352539\n0.943723202 -0.032721426 0.329113692 19.520774841 0.019424142 0.998859704 0.043611374 1.162651420 -0.330165446 -0.034764316 0.943282664 140.842788696\n0.941788614 -0.032909345 0.334591120 19.680263519 0.019780297 0.998897552 0.042571984 1.190161228 -0.335623264 -0.033475500 0.941401303 141.290054321\n0.940026343 -0.027606878 0.339982808 19.836847305 0.015023821 0.999103129 0.039588265 1.216580868 -0.340770811 -0.032106172 0.939598024 141.750946045\n0.938512206 -0.022967232 0.344481230 20.000877380 0.010325096 0.999205649 0.038489070 1.235260963 -0.345091611 -0.032565661 0.938003898 142.207046509\n0.936311007 -0.021388678 0.350519866 20.166988373 0.007845154 0.999168336 0.040013097 1.253016949 -0.351084173 -0.034714822 0.935700178 142.662902832\n0.933506310 -0.022485916 0.357855201 20.344099045 0.008075981 0.999097049 0.041711383 1.271970868 -0.358469993 -0.036047805 0.932844996 143.116806030\n0.930920422 -0.026506113 0.364259034 20.532009125 0.012447327 0.999086142 0.040889636 1.292547584 -0.365009964 -0.033530947 0.930399597 143.574768066\n0.928049862 -0.030060742 0.371240854 20.713109970 0.016849883 0.999105752 0.038778942 1.310696244 -0.372074604 -0.029733425 0.927726507 144.005065918\n0.924954295 -0.033480812 0.378600776 20.905281067 0.020091118 0.999026895 0.039262641 1.332732201 -0.379546911 -0.028709639 0.924726963 144.451644897\n0.922213674 -0.034313988 0.385155112 21.097351074 0.020130990 0.998964608 0.040797550 1.353305817 -0.386156231 -0.029870508 0.921949625 144.900527954\n0.919366777 -0.034599226 0.391877115 21.290966034 0.020123977 0.998956978 0.040986892 1.370458364 -0.392886490 -0.029795861 0.919104159 145.349822998\n0.916128159 -0.034930717 0.399360746 21.490434647 0.020477138 0.998973608 0.040402524 1.390092731 -0.400362134 -0.028836126 0.915903211 145.799346924\n0.913513005 -0.032533314 0.405506581 21.692329407 0.017658444 0.999028742 0.040370483 1.406466961 -0.406426102 -0.029718345 0.913200200 146.245010376\n0.910329044 -0.033704776 0.412510574 21.890464783 0.018383024 0.998987734 0.041056059 1.430567741 -0.413476795 -0.029791333 0.910027146 146.720474243\n0.907372236 -0.036079869 0.418776661 22.115089417 0.021588622 0.998994529 0.039292242 1.448614836 -0.419773251 -0.026611881 0.907238781 147.172302246\n0.904012859 -0.042944215 0.425342917 22.343658447 0.029931666 0.998858273 0.037232492 1.470081687 -0.426456213 -0.020927431 0.904266119 147.617523193\n0.900660813 -0.048064224 0.431856394 22.570676804 0.035594363 0.998684227 0.036916293 1.492848516 -0.433062553 -0.017877409 0.901186585 148.062835693\n0.897414625 -0.048672937 0.438495070 22.792974472 0.034723014 0.998604894 0.039781731 1.514550090 -0.439819634 -0.020474838 0.897852719 148.529312134\n0.894156516 -0.044872809 0.445500374 23.011653900 0.029022615 0.998681605 0.042340904 1.542722940 -0.446812987 -0.024929812 0.894279957 148.990890503\n0.891282201 -0.045637548 0.451146573 23.239395142 0.027650969 0.998540878 0.046384353 1.559351921 -0.452605158 -0.028866911 0.891243696 149.447326660\n0.888451099 -0.050832417 0.456147760 23.492462158 0.032389924 0.998314142 0.048163906 1.579675555 -0.457827032 -0.028016683 0.888599753 149.911666870\n0.885715842 -0.053674243 0.461114436 23.739273071 0.036446314 0.998267472 0.046192817 1.599899769 -0.462794900 -0.024107793 0.886137545 150.363555908\n0.882375181 -0.052416701 0.467617929 23.976037979 0.036360119 0.998400092 0.043303672 1.623452306 -0.469139606 -0.021207443 0.882869363 150.818939209\n0.880436778 -0.049865622 0.471534193 24.220228195 0.033832032 0.998526633 0.042425737 1.647716165 -0.472955018 -0.021400221 0.880826652 151.279174805\n0.878866851 -0.050567906 0.474379539 24.463832855 0.035070155 0.998524189 0.041467387 1.678806305 -0.475776374 -0.019807750 0.879343212 151.737930298\n0.877225101 -0.056601357 0.476731002 24.720279694 0.042397112 0.998279274 0.040509533 1.700626016 -0.478203535 -0.015323963 0.878115356 152.199401855\n0.876455307 -0.059265740 0.477821738 24.971656799 0.045941859 0.998161495 0.039535221 1.714605570 -0.479286313 -0.012698836 0.877566695 152.656738281\n0.876866162 -0.059235543 0.477071166 25.232748032 0.046450593 0.998176038 0.038561430 1.732610345 -0.478485197 -0.011652976 0.878018260 153.134597778\n0.877274096 -0.059819005 0.476247668 25.481946945 0.048274469 0.998168766 0.036450624 1.755214691 -0.477555990 -0.008986588 0.878555357 153.596710205\n0.877865493 -0.065562598 0.474398345 25.739212036 0.054949850 0.997832000 0.036218267 1.785313845 -0.475744426 -0.005726653 0.879564941 154.059677124\n0.879202485 -0.073839389 0.470691741 26.003913879 0.061882433 0.997247040 0.040852480 1.810001731 -0.472412467 -0.006790055 0.881351471 154.532730103\n0.880247712 -0.080345921 0.467662901 26.255035400 0.066384226 0.996719837 0.046289355 1.834335804 -0.469848037 -0.009700660 0.882694006 155.015701294\n0.882419407 -0.081205681 0.463402182 26.504604340 0.066160940 0.996621728 0.048661079 1.843825102 -0.465788245 -0.012280361 0.884810984 155.493759155\n0.884913087 -0.077485099 0.459265620 26.736988068 0.063801266 0.996935487 0.045265902 1.870806456 -0.461365640 -0.010754664 0.887144923 155.985855103\n0.888282776 -0.076730140 0.452842295 26.998180389 0.065342598 0.997029901 0.040763732 1.893600821 -0.454625130 -0.006619829 0.890658259 156.474395752\n0.890843630 -0.076430060 0.447834849 27.235801697 0.067831501 0.997074425 0.035234410 1.917640328 -0.449217647 -0.001011044 0.893421769 156.955978394\n0.893920004 -0.074948214 0.441916019 27.463109970 0.068098515 0.997185290 0.031369381 1.939536810 -0.443023235 0.002052105 0.896507800 157.444351196\n0.897943556 -0.072729178 0.434059769 27.695644379 0.065611817 0.997351706 0.031380143 1.962219715 -0.435192496 0.000301854 0.900337398 157.940399170\n0.901647627 -0.068621822 0.426992536 27.912141800 0.059814274 0.997629523 0.034023456 1.980724096 -0.428315103 -0.005136918 0.903614819 158.452056885\n0.905075252 -0.065988272 0.420100451 28.130367279 0.055276472 0.997761488 0.037636701 2.000603676 -0.421643645 -0.010842376 0.906696796 158.961013794\n0.908813894 -0.065966770 0.411953598 28.355094910 0.054574259 0.997733176 0.039371897 2.022292137 -0.413617015 -0.013299670 0.910353839 159.476501465\n0.911969543 -0.068390004 0.404517412 28.577686310 0.056881484 0.997562528 0.040416371 2.039596796 -0.406295508 -0.013848947 0.913636804 159.992309570\n0.914980769 -0.066802397 0.397929251 28.792249680 0.055135548 0.997648835 0.040704146 2.060417175 -0.399712801 -0.015303468 0.916512668 160.513565063\n0.917995214 -0.066712648 0.390940189 29.009988785 0.054380845 0.997613549 0.042543817 2.083498955 -0.392845422 -0.017795363 0.919432342 161.044433594\n0.921336770 -0.060394585 0.384045720 29.214424133 0.048001513 0.997972965 0.041783065 2.112996578 -0.385790706 -0.020061497 0.922368169 161.587356567\n0.924198866 -0.058939449 0.377336144 29.422760010 0.046433490 0.998031139 0.042163014 2.136368752 -0.379078299 -0.021445982 0.925116062 162.130233765\n0.927265167 -0.057231713 0.370005220 29.629505157 0.044943668 0.998116553 0.041754067 2.158773899 -0.371697992 -0.022087699 0.928090930 162.678985596\n0.929703712 -0.059451874 0.363478392 29.837890625 0.046853054 0.997959018 0.043389305 2.182441950 -0.365316123 -0.023309125 0.930591643 163.225509644\n0.932308674 -0.055971671 0.357306242 30.039255142 0.044161864 0.998177230 0.041133225 2.208833456 -0.358957231 -0.022569552 0.933081090 163.777648926\n0.934752405 -0.051311336 0.351575226 30.232707977 0.039463013 0.998388171 0.040789243 2.233299971 -0.353101492 -0.024253624 0.935270607 164.342376709\n0.936807334 -0.050530292 0.346177340 30.427042007 0.038112547 0.998365462 0.042589691 2.254630566 -0.347763568 -0.026704637 0.937201858 164.910690308\n0.938591957 -0.049599141 0.341445506 30.628829956 0.037266064 0.998397410 0.042589590 2.282921076 -0.343010694 -0.027249917 0.938936174 165.483428955\n0.940160990 -0.047112383 0.337457776 30.824613571 0.035495717 0.998548210 0.040515587 2.308033466 -0.338876635 -0.026112869 0.940468371 166.048553467\n0.941313803 -0.043160241 0.334761798 31.017795563 0.031867146 0.998724818 0.039156850 2.333184004 -0.336024940 -0.026190983 0.941488862 166.623733521\n0.942060530 -0.040987682 0.332929373 31.204463959 0.030147737 0.998835623 0.037662543 2.356173515 -0.334085435 -0.025443329 0.942199349 167.192260742\n0.942884982 -0.044095077 0.330187201 31.409511566 0.033102598 0.998696864 0.038843635 2.380413532 -0.331469744 -0.025695028 0.943115890 167.772171021\n0.943457901 -0.047639586 0.328051239 31.607021332 0.036163688 0.998504579 0.040997937 2.408771992 -0.329513788 -0.026816284 0.943769872 168.349990845\n0.944180667 -0.047503125 0.325985163 31.818475723 0.035680346 0.998473763 0.042155083 2.438277245 -0.327490121 -0.028170751 0.944434583 168.952407837\n0.945048690 -0.044714738 0.323857427 32.007015228 0.032202646 0.998517036 0.043893889 2.464083433 -0.325339854 -0.031052796 0.945087135 169.529846191\n0.945637405 -0.046391044 0.321897119 32.195343018 0.033297021 0.998383224 0.046067923 2.488092422 -0.323513806 -0.032845337 0.945653200 170.103363037\n0.946287274 -0.046238512 0.320003718 32.382938385 0.032965012 0.998361349 0.046775617 2.514680862 -0.321642160 -0.033714246 0.946260870 170.674270630\n0.946808398 -0.044102620 0.318761468 32.570682526 0.030729650 0.998428524 0.046863332 2.545051575 -0.320327312 -0.034575168 0.946675718 171.252700806\n0.947346687 -0.040717017 0.317610383 32.754299164 0.027005641 0.998508215 0.047456156 2.573096752 -0.319068849 -0.036380157 0.947033048 171.829711914\n0.947685361 -0.035778720 0.317194492 32.938297272 0.022126842 0.998671353 0.046538949 2.599111795 -0.318438172 -0.037085768 0.947217941 172.400482178\n0.947625637 -0.036268216 0.317317396 33.127506256 0.023157421 0.998718858 0.044993386 2.623807192 -0.318542689 -0.035288636 0.947251439 172.976470947\n0.947521448 -0.032343928 0.318051785 33.314620972 0.019698223 0.998885274 0.042896740 2.651281834 -0.319084704 -0.034380529 0.947102368 173.549209595\n0.947095156 -0.029734695 0.319572598 33.506790161 0.018171450 0.999069870 0.039105188 2.681456327 -0.320438147 -0.031229237 0.946754515 174.128890991\n0.946484029 -0.028399691 0.321498811 33.694015503 0.017568287 0.999177694 0.036542080 2.696394920 -0.322272211 -0.028938314 0.946204662 174.696990967\n0.945993662 -0.023190800 0.323354602 33.882251740 0.012844310 0.999336064 0.034094974 2.728994846 -0.323930591 -0.028100364 0.945663452 175.307723999\n0.945468724 -0.018925579 0.325162560 34.080108643 0.008364416 0.999392033 0.033847012 2.755083084 -0.325605452 -0.029281497 0.945052207 175.887832642\n0.944615066 -0.016867643 0.327746719 34.271625519 0.005537913 0.999355376 0.035471212 2.776388168 -0.328133732 -0.031691607 0.944099486 176.465087891\n0.943922758 -0.016677439 0.329744965 34.470783234 0.004200253 0.999249160 0.038515233 2.798477411 -0.330139726 -0.034970392 0.943284094 177.037734985\n0.942879260 -0.014447161 0.332821280 34.665519714 0.000592260 0.999130309 0.041692551 2.823041201 -0.333134174 -0.039113924 0.942067802 177.625167847\n0.941555083 -0.009682267 0.336719930 34.864276886 -0.005000892 0.999074936 0.042711832 2.843723536 -0.336822003 -0.041899443 0.940635622 178.201461792\n0.940276384 -0.007954603 0.340318978 35.057891846 -0.006895432 0.999076724 0.042403955 2.872606516 -0.340342075 -0.042218085 0.939353466 178.812973022\n0.939181030 -0.012111906 0.343208849 35.270519257 -0.002578565 0.999100983 0.042314637 2.898880959 -0.343412817 -0.040626090 0.938305497 179.385635376\n0.937974632 -0.018503375 0.346209854 35.490104675 0.003208906 0.998995364 0.044698078 2.921936512 -0.346689135 -0.040814709 0.937091708 179.957778931\n0.936990559 -0.022748947 0.348613262 35.704364777 0.006220475 0.998805821 0.048458446 2.952184677 -0.349299341 -0.043236565 0.936013103 180.538894653\n0.936392605 -0.025880573 0.349998713 35.917545319 0.007398290 0.998511314 0.054041184 2.984116793 -0.350876302 -0.048014376 0.935190082 181.121932983\n0.936364293 -0.033001184 0.349474996 36.145496368 0.013532135 0.998224556 0.058005814 3.018278837 -0.350768775 -0.049585432 0.935148418 181.694580078\n0.935793519 -0.044339456 0.349749267 36.378452301 0.024858417 0.997889042 0.059995871 3.045001984 -0.351671159 -0.047449537 0.934920311 182.257369995\n0.935444891 -0.047456607 0.350272387 36.599449158 0.028931927 0.997901082 0.057934284 3.079809666 -0.352286547 -0.044060279 0.934854507 182.829620361\n0.934994280 -0.048051171 0.351392597 36.810050964 0.030401938 0.997991502 0.055576079 3.118271828 -0.353357315 -0.041280299 0.934577227 183.409347534\n0.934786081 -0.045066811 0.352340758 37.020622253 0.027760075 0.998153865 0.054021224 3.156383276 -0.354124844 -0.040717281 0.934311330 183.988555908\n0.934227467 -0.044805393 0.353852451 37.235446930 0.026387600 0.998042107 0.056706261 3.192415237 -0.355700403 -0.043639228 0.933580637 184.576873779\n0.933684170 -0.051141679 0.354426831 37.477878571 0.032002229 0.997705758 0.059657939 3.232865572 -0.356664717 -0.044359226 0.933178723 185.177429199\n0.933029830 -0.058289241 0.355046034 37.705440521 0.038635343 0.997315466 0.062202722 3.267652512 -0.357718647 -0.044319671 0.932777107 185.754409790\n0.932809472 -0.061913483 0.355011612 37.929996490 0.042471811 0.997153044 0.062305316 3.301626444 -0.357858449 -0.043041002 0.932783365 186.335617065\n0.932704329 -0.067615986 0.354246646 38.159004211 0.048705846 0.996884584 0.062039219 3.341362000 -0.357337892 -0.040610369 0.933091879 186.918914795\n0.932671249 -0.074168436 0.353020340 38.393371582 0.056481980 0.996589661 0.060156256 3.382251024 -0.356278121 -0.036166720 0.933679760 187.513580322\n0.933759987 -0.073599279 0.350250512 38.615211487 0.056473758 0.996666670 0.058875043 3.422950268 -0.353416175 -0.035195198 0.934803903 188.101776123\n0.935029984 -0.069477424 0.347695112 38.822811127 0.053340990 0.997017145 0.055780958 3.455286026 -0.350533515 -0.033610467 0.935946882 188.691818237\n0.936425984 -0.065409444 0.344714433 39.031715393 0.052657451 0.997541606 0.046237804 3.485544682 -0.346891373 -0.025146499 0.937568128 189.282211304\n0.937719762 -0.065600619 0.341142476 39.248226166 0.057187311 0.997761250 0.034671981 3.512629747 -0.342653245 -0.013003581 0.939371943 189.855758667\n0.938746452 -0.061291542 0.339114159 39.451305389 0.056102950 0.998109639 0.025092535 3.534919739 -0.340011060 -0.004530224 0.940410554 190.447677612\n0.939689755 -0.054043368 0.337731361 39.646469116 0.050364781 0.998537540 0.019651892 3.558700085 -0.338299513 -0.001456914 0.941037357 191.052749634\n0.941587031 -0.041722972 0.334175259 39.832363129 0.036690276 0.999098361 0.021360841 3.578457355 -0.334765196 -0.007852107 0.942268848 191.654479980\n0.942449749 -0.038576059 0.332114905 40.029212952 0.031419884 0.999144435 0.026892466 3.591975689 -0.332868159 -0.014909788 0.942855477 192.258499146\n0.943517923 -0.033723164 0.329600751 40.223609924 0.025039174 0.999219298 0.030557962 3.606049061 -0.330373943 -0.020579057 0.943625748 192.870208740\n0.944185853 -0.037505839 0.327271193 40.430847168 0.027483141 0.999002397 0.035197821 3.628237963 -0.328264832 -0.024238843 0.944274664 193.490753174\n0.945166767 -0.034952004 0.324712366 40.632316589 0.023518888 0.998959661 0.039069571 3.652958870 -0.325740099 -0.029290387 0.945005536 194.095718384\n0.945560992 -0.032359157 0.323832214 40.819789886 0.019247644 0.998863161 0.043610703 3.681991100 -0.324875295 -0.035003573 0.945108891 194.702590942\n0.946460068 -0.029042903 0.321511865 41.016681671 0.014076371 0.998710454 0.048778076 3.705878735 -0.322513908 -0.041640781 0.945648372 195.305267334\n0.947025359 -0.023548955 0.320294321 41.205745697 0.007126381 0.998603404 0.052349363 3.732579231 -0.321079791 -0.047293637 0.945870519 195.931289673\n0.947384059 -0.022306051 0.319320977 41.399585724 0.005048500 0.998486221 0.054770652 3.767065287 -0.320059299 -0.050276753 0.946062505 196.537887573\n0.947707534 -0.025030149 0.318157047 41.597972870 0.007177562 0.998339117 0.057161547 3.803411722 -0.319059372 -0.051888838 0.946313202 197.147232056\n0.947735667 -0.032441460 0.317402989 41.803260803 0.013381264 0.997983456 0.062047742 3.841778040 -0.318775862 -0.054557607 0.946258664 197.751556396\n0.948131442 -0.034435604 0.316007823 42.012477875 0.014820223 0.997822642 0.064267732 3.883062124 -0.317532867 -0.056250952 0.946577370 198.368408203\n0.948329806 -0.031649187 0.315703869 42.204730988 0.011191464 0.997730017 0.066404477 3.921606779 -0.317088872 -0.059440158 0.946531296 198.981872559\n0.948750436 -0.030274577 0.314572811 42.400917053 0.009771551 0.997735143 0.066551372 3.963589668 -0.315875143 -0.060066778 0.946897507 199.588363647\n0.949019909 -0.032225858 0.313564599 42.596145630 0.012111494 0.997753680 0.065885693 4.009364128 -0.314983457 -0.058729097 0.947278380 200.203826904\n0.948882520 -0.040309995 0.313044846 42.820697784 0.020658962 0.997616291 0.065840349 4.048462391 -0.314952642 -0.056007572 0.947453439 200.830612183\n0.949021399 -0.041446231 0.312474996 43.026641846 0.022264801 0.997655869 0.064706959 4.088185310 -0.314424396 -0.054451093 0.947719574 201.443740845\n0.948711336 -0.043691497 0.313109934 43.228706360 0.024743516 0.997627854 0.064237505 4.132508278 -0.315173805 -0.053195409 0.947541952 202.068771362\n0.949056685 -0.034541253 0.313206494 43.418045044 0.015205869 0.997836053 0.063968278 4.175913811 -0.314738274 -0.055946946 0.947528243 202.700103760\n0.948563516 -0.036265321 0.314502835 43.621864319 0.017283883 0.997868001 0.062934689 4.221871376 -0.316114664 -0.054261722 0.947167993 203.329162598\n0.948399425 -0.037915364 0.314803004 43.831867218 0.019012041 0.997838497 0.062904112 4.261958122 -0.316507578 -0.053673174 0.947070301 203.953140259\n0.947215796 -0.046459366 0.317212492 44.051631927 0.028646585 0.997751474 0.060591575 4.299983978 -0.319314301 -0.048306242 0.946416855 204.573532104\n0.946573913 -0.042815622 0.319631994 44.261421204 0.025978986 0.998050034 0.056756213 4.337998867 -0.321438789 -0.045420237 0.945840418 205.201889038\n0.945735335 -0.042083248 0.322201371 44.470916748 0.025441160 0.998123884 0.055690922 4.381053448 -0.323940545 -0.044471692 0.945031643 205.835678101\n0.945276797 -0.040353622 0.323764354 44.680805206 0.022961719 0.998089433 0.057360679 4.425982952 -0.325460494 -0.046787534 0.944397390 206.464141846\n0.944069922 -0.045845207 0.326542884 44.904548645 0.028108895 0.997872114 0.058831155 4.463439465 -0.328545153 -0.046361964 0.943349719 207.091979980\n0.943280756 -0.049689412 0.328256607 45.132877350 0.031311821 0.997644126 0.061039168 4.498201370 -0.330516279 -0.047298759 0.942614377 207.738739014\n0.942305505 -0.050209731 0.330967218 45.352222443 0.032145072 0.997690618 0.059834622 4.540499687 -0.333207160 -0.045743532 0.941743314 208.380142212\n0.941721559 -0.045050215 0.333363235 45.566051483 0.026693985 0.997874737 0.059443183 4.584941864 -0.335332662 -0.047080133 0.940922678 209.008911133\n0.940923691 -0.043850951 0.335767388 45.789550781 0.024757819 0.997834504 0.060937345 4.627173901 -0.337712437 -0.049024522 0.939971745 209.669113159\n0.940062165 -0.048102252 0.337593377 46.018611908 0.028252019 0.997583687 0.063470937 4.669669151 -0.339830756 -0.050128929 0.939149678 210.296615601\n0.939078212 -0.050823145 0.339925170 46.250137329 0.031167720 0.997524321 0.063038573 4.709619522 -0.342287451 -0.048603460 0.938337386 210.928909302\n0.938060880 -0.051814608 0.342574030 46.473236084 0.032622155 0.997570455 0.061555024 4.751091480 -0.344931185 -0.046566859 0.937472105 211.552352905\n0.937263072 -0.051491864 0.344799191 46.698585510 0.033225868 0.997723699 0.058681324 4.789795399 -0.347035944 -0.043543588 0.936840415 212.179412842\n0.936783016 -0.052325644 0.345976353 46.925193787 0.033866934 0.997672141 0.059188638 4.830800056 -0.348268062 -0.043729756 0.936374426 212.792907715\n0.936132431 -0.053497329 0.347554415 47.149826050 0.033535596 0.997437119 0.063202940 4.873864174 -0.350044847 -0.047510885 0.935527325 213.410156250\n0.935498774 -0.055168238 0.348996401 47.369064331 0.034032349 0.997211814 0.066410989 4.914814472 -0.351687104 -0.050250236 0.934767962 214.022064209\n0.935089529 -0.058061063 0.349623322 47.603282928 0.036382206 0.997003734 0.068263397 4.950477123 -0.352539212 -0.051112324 0.934400141 214.634979248\n0.934639454 -0.058223665 0.350797921 47.822509766 0.035963185 0.996923268 0.069646701 4.991189003 -0.353773683 -0.052478742 0.933857679 215.224334717\n0.934359908 -0.053695891 0.352261811 48.029037476 0.031399887 0.997142434 0.068709299 5.032663345 -0.354944617 -0.053138234 0.933375955 215.814102173\n0.934278071 -0.049069468 0.353152484 48.239814758 0.027462952 0.997445762 0.065937795 5.081981659 -0.355485976 -0.051905628 0.933239281 216.396209717\n0.934399128 -0.047637127 0.353028268 48.457443237 0.026384199 0.997551084 0.064774126 5.109487057 -0.355249375 -0.051210519 0.933367729 216.973602295\n0.934131503 -0.050865315 0.353286147 48.668048859 0.029749552 0.997445047 0.064948395 5.147041798 -0.355687141 -0.050160237 0.933258057 217.533813477\n0.934651852 -0.047440048 0.352385283 48.872226715 0.026744239 0.997631609 0.063371375 5.188494205 -0.354557037 -0.049805898 0.933706999 218.093811035\n0.935039639 -0.045869619 0.351563424 49.074470520 0.025402676 0.997714579 0.062612541 5.224009514 -0.353631973 -0.049614560 0.934067905 218.648284912\n0.935264289 -0.047555890 0.350740790 49.270511627 0.026954979 0.997624874 0.063388422 5.261368752 -0.352922231 -0.049830716 0.934324801 219.208206177\n0.935952961 -0.048564106 0.348760068 49.496665955 0.027699504 0.997528791 0.064567782 5.303794384 -0.351033896 -0.050771926 0.934985280 219.788513184\n0.936292529 -0.049843207 0.347666502 49.705959320 0.029745527 0.997575819 0.062910467 5.345930099 -0.349959344 -0.048561074 0.935505390 220.350402832\n0.936549664 -0.050092265 0.346937329 49.907524109 0.030761974 0.997663260 0.061005551 5.380513668 -0.349182546 -0.046462253 0.935902119 220.911270142\n0.936763167 -0.051329195 0.346179336 50.107959747 0.032309804 0.997645497 0.060493823 5.416875839 -0.348469347 -0.045483399 0.936215997 221.480346680\n0.937397182 -0.051367179 0.344453126 50.314811707 0.031889968 0.997567892 0.061978489 5.454348564 -0.346799046 -0.047113862 0.936755419 222.044418335\n0.937918127 -0.050144002 0.343212962 50.532337189 0.030679764 0.997609973 0.061912138 5.498804092 -0.345497191 -0.047538824 0.937214911 222.640930176\n0.938327372 -0.051085509 0.341953248 50.736671448 0.031226128 0.997503698 0.063335128 5.538554192 -0.344335109 -0.048751213 0.937580228 223.212432861\n0.938708901 -0.051727291 0.340807676 50.939765930 0.031196469 0.997367918 0.065452576 5.574387550 -0.343296319 -0.050808921 0.937851846 223.789688110\n0.939216197 -0.050895520 0.339532882 51.143276215 0.030241579 0.997371137 0.065850295 5.618184566 -0.341991782 -0.051579650 0.938286304 224.367324829\n0.939725339 -0.047643315 0.338594675 51.334140778 0.026252480 0.997375250 0.067479327 5.657318115 -0.340920895 -0.054523084 0.938509583 224.950958252\n0.940735221 -0.040766440 0.336682916 51.555881500 0.018764075 0.997484982 0.068348840 5.700256348 -0.338622510 -0.057980619 0.939134181 225.563827515\n0.941100001 -0.038874112 0.335886240 51.752464294 0.016771037 0.997512996 0.068458334 5.740301609 -0.337712139 -0.058792975 0.939411461 226.143539429\n0.941606879 -0.038073599 0.334554672 51.954635620 0.016478529 0.997606635 0.067152493 5.775790215 -0.336310714 -0.057718281 0.939980686 226.718276978\n0.941803813 -0.035262506 0.334308356 52.155372620 0.015063409 0.997911036 0.062822454 5.824438095 -0.335825264 -0.054130603 0.940367639 227.300842285\n0.942189157 -0.029462079 0.333783746 52.353809357 0.009624605 0.998095572 0.060930986 5.860252857 -0.334943235 -0.054195978 0.940678418 227.884231567\n0.942750275 -0.024496464 0.332598656 52.561107635 0.004833469 0.998197556 0.059818510 5.902397633 -0.333464503 -0.054786310 0.941169441 228.492675781\n0.943149865 -0.025837263 0.331361979 52.759189606 0.006725398 0.998253345 0.058694351 5.938429832 -0.332299709 -0.053129029 0.941676259 229.060668945\n0.943308175 -0.029946307 0.330564588 52.954788208 0.011145297 0.998217821 0.058625426 5.972792625 -0.331731081 -0.051617604 0.941960812 229.622726440\n0.943570256 -0.033144727 0.329509556 53.155361176 0.015026875 0.998239279 0.057380605 6.008341312 -0.330831259 -0.049191136 0.942407012 230.181884766\n0.944171131 -0.031215591 0.327973187 53.355884552 0.012832523 0.998230219 0.058066476 6.041955948 -0.329205334 -0.050615966 0.942900777 230.757614136\n0.944775522 -0.029040474 0.326428980 53.538612366 0.009576732 0.998087168 0.061076265 6.081002235 -0.327578276 -0.054577235 0.943246424 231.309249878\n0.945397377 -0.028448537 0.324675888 53.713665009 0.006884363 0.997704029 0.067374155 6.113403320 -0.325847149 -0.061460163 0.943422675 231.858489990\n0.945910871 -0.026510766 0.323341697 53.899158478 0.003376037 0.997406065 0.071900934 6.150488377 -0.324409097 -0.066920258 0.943546712 232.417892456\n0.946037292 -0.028757419 0.322779268 54.076713562 0.004276396 0.997075796 0.076298885 6.186918736 -0.324029565 -0.070801258 0.943393886 232.947311401\n0.946333885 -0.029725339 0.321820796 54.247318268 0.004241601 0.996817887 0.079599515 6.227299690 -0.323162854 -0.073962681 0.943448603 233.471099854\n0.946651936 -0.030847924 0.320778012 54.430343628 0.004596869 0.996599197 0.082273044 6.271752357 -0.322225064 -0.076409362 0.943574369 234.009826660\n0.946878135 -0.029983953 0.320191771 54.596328735 0.002898896 0.996399403 0.084733881 6.317140579 -0.321579546 -0.079304457 0.943555713 234.517822266\n0.947246015 -0.027709426 0.319307387 54.753883362 -0.000431170 0.996144712 0.087724328 6.360057354 -0.320507139 -0.083234198 0.943582118 235.020736694\n0.947687089 -0.031032681 0.317688793 54.913867950 0.002173755 0.995867252 0.090794504 6.404485703 -0.319193482 -0.085354201 0.943838000 235.500930786\n0.948561788 -0.034300540 0.314728409 55.088630676 0.005317104 0.995699346 0.092490606 6.449739456 -0.316547364 -0.086059615 0.944664776 235.999649048\n0.949158669 -0.037892681 0.312509090 55.245643616 0.009196077 0.995642841 0.092794225 6.489850044 -0.314663649 -0.085202590 0.945371509 236.468750000\n0.950010240 -0.039612431 0.309695750 55.392559052 0.011600973 0.995712399 0.091772482 6.531742573 -0.312003225 -0.083592027 0.946396530 236.933059692\n0.950841844 -0.042431038 0.306756288 55.547786713 0.015550219 0.995861053 0.089548670 6.578026772 -0.309286296 -0.080376498 0.947566152 237.398193359\n0.951547921 -0.044807594 0.304218322 55.699779510 0.018931843 0.995986342 0.087480567 6.623458385 -0.306917071 -0.077482544 0.948577046 237.883666992\n0.952340722 -0.044443537 0.301781356 55.847988129 0.019183500 0.996096790 0.086157873 6.669441223 -0.304432601 -0.076262429 0.949476063 238.356292725\n0.952858329 -0.043526042 0.300277412 55.989997864 0.017932910 0.996005893 0.087468036 6.711678505 -0.302885205 -0.077959798 0.949833035 238.833923340\n0.953458846 -0.040623639 0.298774153 56.137775421 0.014466765 0.995904744 0.089244030 6.762195587 -0.301176012 -0.080768213 0.950141847 239.345870972\n0.953674972 -0.041141283 0.298012555 56.284229279 0.013748518 0.995530128 0.093438253 6.807905197 -0.300524652 -0.085012488 0.949977815 239.831420898\n0.953802288 -0.043007333 0.297340751 56.436271667 0.014765547 0.995215356 0.096583299 6.853960037 -0.300071895 -0.087730974 0.949873745 240.327178955\n0.953945160 -0.043498907 0.296810567 56.581645966 0.014848386 0.995064914 0.098108679 6.898356915 -0.299613416 -0.089183137 0.949883223 240.809188843\n0.953982532 -0.043996774 0.296616912 56.720073700 0.015247239 0.995015204 0.098550886 6.942387104 -0.299474269 -0.089493237 0.949897945 241.281341553\n0.954437196 -0.043543447 0.295217872 56.889835358 0.014848020 0.995000958 0.098755106 6.991655827 -0.298042208 -0.089872144 0.950312495 241.800979614\n0.954682171 -0.040335923 0.294881284 57.029266357 0.011824037 0.995131850 0.097840615 7.042435646 -0.297392249 -0.089920007 0.950511575 242.277603149\n0.955048203 -0.035064396 0.294369578 57.161033630 0.007008963 0.995373428 0.095826045 7.088707447 -0.296367735 -0.089455269 0.950875342 242.741958618\n0.955197394 -0.031802781 0.294255972 57.293621063 0.004186994 0.995562673 0.094007462 7.129667759 -0.295939952 -0.088563636 0.951092005 243.203582764\n0.955218315 -0.030223487 0.294354409 57.429141998 0.002515887 0.995563626 0.094057307 7.176240921 -0.295891285 -0.089104697 0.951056600 243.678466797\n0.955236375 -0.032053106 0.294102073 57.577064514 0.004364570 0.995532036 0.094323367 7.223924637 -0.295811415 -0.088817485 0.951108336 244.140274048\n0.955180705 -0.036037777 0.293821514 57.718578339 0.008468243 0.995482326 0.094568521 7.268618584 -0.295902163 -0.087841876 0.951170683 244.599075317\n0.954761505 -0.038686194 0.294845551 57.850208282 0.010977664 0.995411158 0.095058642 7.310619831 -0.297169983 -0.087521620 0.950804889 245.030181885\n0.954407215 -0.041933008 0.295547813 57.981372833 0.013563098 0.995153308 0.097395591 7.356824875 -0.298199475 -0.088946514 0.950350225 245.460067749\n0.954530299 -0.041528799 0.295207202 58.110073090 0.011711519 0.994708896 0.102064133 7.399959087 -0.297883838 -0.093965977 0.949966133 245.883926392\n0.954860568 -0.037370387 0.294694304 58.240413666 0.005695667 0.994176090 0.107617214 7.446106911 -0.296999723 -0.101080954 0.949512422 246.318817139\n0.955152035 -0.031623729 0.294422477 58.356250763 -0.001126932 0.993885636 0.110408574 7.482425213 -0.296113819 -0.105788767 0.949276209 246.742034912\n0.955431342 -0.026936833 0.293981910 58.457798004 -0.005976673 0.993859410 0.110488854 7.525788307 -0.295152903 -0.107321553 0.949403405 247.133041382\n0.955492079 -0.028597815 0.293627441 58.577983856 -0.004043063 0.993927777 0.109960012 7.563324928 -0.294989109 -0.106253073 0.949574471 247.520904541\n0.955616355 -0.034818988 0.292549193 58.705745697 0.002573632 0.993940294 0.109891236 7.602765083 -0.294602752 -0.104260951 0.949915171 247.898651123\n0.955750704 -0.034127984 0.292191476 58.819355011 0.002579402 0.994181871 0.107683375 7.640743732 -0.294166476 -0.102164790 0.950278103 248.269134521\n0.955708027 -0.028659763 0.292917728 58.924140930 -0.002199618 0.994524181 0.104483351 7.687847614 -0.294308245 -0.100499883 0.950411737 248.645751953\n0.956172824 -0.019101301 0.292179108 59.023437500 -0.011372732 0.994694114 0.102246352 7.727766037 -0.292581886 -0.101088062 0.950882256 249.015899658\n0.956401646 -0.010776768 0.291855812 59.116012573 -0.019762337 0.994640470 0.101487599 7.770402908 -0.291385323 -0.102830663 0.951062799 249.377105713\n0.956996739 -0.004873475 0.290057659 59.206371307 -0.025720488 0.994495869 0.101569727 7.808559418 -0.288956136 -0.104662322 0.951604009 249.741500854\n0.958241105 -0.003282868 0.285942733 59.296028137 -0.026591212 0.994578600 0.100530148 7.842479229 -0.284722567 -0.103935681 0.952958763 250.078613281\n0.960495055 -0.002059454 0.278289527 59.386318207 -0.026510093 0.994748235 0.098859109 7.870742321 -0.277031630 -0.102331161 0.955396175 250.408706665\n0.963234305 0.002115395 0.268654346 59.461654663 -0.028807389 0.995017171 0.095451325 7.901815414 -0.267113775 -0.099681228 0.958495617 250.742736816\n0.966566324 0.009364485 0.256245703 59.528026581 -0.034223203 0.995103419 0.092724934 7.929917812 -0.254122674 -0.098394342 0.962153971 251.083526611\n0.970316708 0.018494286 0.241129428 59.590393066 -0.040990185 0.995222211 0.088614404 7.962100506 -0.238338500 -0.095867977 0.966438890 251.431808472\n0.974057376 0.025227273 0.224890754 59.647209167 -0.044985943 0.995519280 0.083172172 7.991640568 -0.221784875 -0.091131382 0.970827758 251.768386841\n0.977615893 0.029769676 0.208280832 59.692962646 -0.046745047 0.995930016 0.077060327 8.022594452 -0.205139071 -0.085071497 0.975028634 252.094802856\n0.980936110 0.034514423 0.191240862 59.734245300 -0.048686877 0.996364415 0.069910660 8.048277855 -0.188132674 -0.077888817 0.979050279 252.400192261\n0.983810544 0.040800348 0.174505606 59.767826080 -0.052679870 0.996558964 0.063992560 8.069985390 -0.171294212 -0.072149485 0.982574522 252.719360352\n0.986206651 0.045716140 0.159079924 59.789443970 -0.055708293 0.996706605 0.058928311 8.098606110 -0.155862033 -0.066977568 0.985505462 253.039871216\n0.988569498 0.046661966 0.143363163 59.820693970 -0.054899991 0.997027755 0.054052804 8.120285034 -0.140414834 -0.061305590 0.988192916 253.339340210\n0.990681171 0.046833850 0.127896249 59.841552734 -0.053627342 0.997298419 0.050199062 8.134206772 -0.125199720 -0.056589998 0.990516305 253.634323120\n0.992531657 0.045527775 0.113173038 59.867095947 -0.051155087 0.997568786 0.047325376 8.154664040 -0.110743269 -0.052761313 0.992447555 253.926116943\n0.994013369 0.045897808 0.099150658 59.882610321 -0.050615948 0.997676432 0.045605030 8.166266441 -0.096827097 -0.050350610 0.994026840 254.214630127\n0.995237052 0.046548389 0.085653029 59.891384125 -0.050347112 0.997816980 0.042736795 8.180866241 -0.083476715 -0.046845622 0.995407999 254.459884644\n0.996315479 0.046397422 0.072129987 59.897891998 -0.049296211 0.998024821 0.038940858 8.189181328 -0.070180759 -0.042353112 0.996634781 254.717071533\n0.997165263 0.045381635 0.060015846 59.902248383 -0.047633454 0.998192728 0.036637112 8.201320648 -0.058244728 -0.039392017 0.997524858 254.963760376\n0.997842014 0.044561945 0.048224129 59.898525238 -0.046310976 0.998286068 0.035780162 8.210165977 -0.046547044 -0.037936252 0.998195469 255.200164795\n0.998361766 0.043813299 0.036799483 59.893707275 -0.045074712 0.998398781 0.034177784 8.216201782 -0.035243116 -0.035780519 0.998738050 255.427917480\n0.998782754 0.041981794 0.025894994 59.896629333 -0.042774025 0.998608708 0.030838877 8.226239204 -0.024564296 -0.031908970 0.999188900 255.641815186\n0.999092579 0.039941043 0.014787714 59.897640228 -0.040339414 0.998802006 0.027699800 8.232773781 -0.013663640 -0.028271193 0.999506891 255.850219727\n0.999249160 0.038421076 0.004995261 59.885932922 -0.038541242 0.998899519 0.026727071 8.236073494 -0.003962881 -0.026899526 0.999630272 256.038696289\n0.999305069 0.037141107 -0.003140289 59.869358063 -0.037044685 0.998959601 0.026596727 8.237499237 0.004124854 -0.026461914 0.999641299 256.231231689\n0.999289751 0.035567418 -0.012448638 59.868083954 -0.035244029 0.999058485 0.025298515 8.243304253 0.013336720 -0.024841806 0.999602437 256.395721436\n0.999197721 0.034365464 -0.020565549 59.855731964 -0.033877928 0.999147236 0.023603054 8.244661331 0.021359140 -0.022887399 0.999509871 256.549896240\n0.999070704 0.033848204 -0.026683221 59.828403473 -0.033268113 0.999206662 0.021892214 8.247085571 0.027403064 -0.020984169 0.999404192 256.692993164\n0.998843312 0.034068905 -0.033930909 59.819526672 -0.033383939 0.999231219 0.020553274 8.248446465 0.034605052 -0.019396754 0.999212801 256.825103760\n0.998637140 0.033641458 -0.039900608 59.798164368 -0.032914199 0.999282360 0.018745920 8.252709389 0.040502612 -0.017407075 0.999027789 256.947082520\n0.998407185 0.032343082 -0.046227988 59.792804718 -0.031609178 0.999363780 0.016519757 8.253908157 0.046732876 -0.015032215 0.998794317 257.058074951\n0.998163164 0.030793918 -0.052172624 59.781738281 -0.030109471 0.999450564 0.013854674 8.257222176 0.052570600 -0.012258336 0.998541951 257.168457031\n0.997876704 0.029006792 -0.058315728 59.765804291 -0.028410902 0.999535561 0.011021783 8.264516830 0.058608349 -0.009341578 0.998237371 257.286926270\n0.997539580 0.027520793 -0.064477853 59.754890442 -0.026961863 0.999591112 0.009522848 8.259793282 0.064713560 -0.007760974 0.997873724 257.405853271\n0.997111320 0.027129123 -0.070943862 59.741092682 -0.026622487 0.999612927 0.008077357 8.265845299 0.071135536 -0.006165322 0.997447610 257.533874512\n0.996628940 0.027459579 -0.077309608 59.715816498 -0.027013520 0.999611855 0.006809824 8.267113686 0.077466600 -0.004698463 0.996983886 257.664978027\n0.996072888 0.027553543 -0.084140107 59.703235626 -0.027202420 0.999615788 0.005316891 8.272747040 0.084254280 -0.003007197 0.996439755 257.799835205\n0.995586574 0.027076980 -0.089856438 59.676063538 -0.026818734 0.999632001 0.004080329 8.278677940 0.089933857 -0.001652485 0.995946348 257.939086914\n0.995085657 0.026141865 -0.095504709 59.659492493 -0.025885643 0.999657214 0.003920979 8.275623322 0.095574476 -0.001429510 0.995421231 258.082672119\n0.994611204 0.026432598 -0.100248761 59.635883331 -0.026200958 0.999650121 0.003626798 8.270803452 0.100309551 -0.000980640 0.994955778 258.218780518\n0.994222820 0.026718827 -0.103957176 59.604282379 -0.026694519 0.999642313 0.001625382 8.277217865 0.103963420 0.001159095 0.994580448 258.363220215\n0.993810952 0.027165832 -0.107711680 59.578952789 -0.027316315 0.999626815 0.000078360 8.269070625 0.107673615 0.002864411 0.994182169 258.514831543\n0.993467748 0.025847731 -0.111147195 59.559581757 -0.026199458 0.999655306 -0.001704922 8.271828651 0.111064814 0.004605781 0.993802488 258.667144775\n0.993153870 0.023949120 -0.114331856 59.555816650 -0.024472149 0.999695480 -0.003173078 8.270715714 0.114221051 0.005949301 0.993437529 258.802825928\n0.992928207 0.023154493 -0.116436623 59.531970978 -0.023849502 0.999705076 -0.004579124 8.273502350 0.116296254 0.007323696 0.993187547 258.956176758\n0.992636025 0.024410551 -0.118649974 59.516441345 -0.025252251 0.999665439 -0.005595528 8.272390366 0.118473694 0.008550500 0.992920399 259.110778809\n0.992482007 0.026346099 -0.119521245 59.484405518 -0.027243687 0.999611497 -0.005881849 8.269836426 0.119319849 0.009093828 0.992814243 259.265869141\n0.992385626 0.027147699 -0.120140716 59.461200714 -0.028145378 0.999581933 -0.006614904 8.273301125 0.119910911 0.009945941 0.992734849 259.423583984\n0.992422819 0.026379285 -0.120004311 59.435768127 -0.027477868 0.999594212 -0.007508746 8.268925667 0.119757541 0.010749314 0.992744982 259.588165283\n0.992553473 0.025705166 -0.119066536 59.417522430 -0.027047696 0.999587357 -0.009672960 8.272806168 0.118768759 0.012821406 0.992839158 259.744598389\n0.992712379 0.025303870 -0.117821060 59.400405884 -0.026827918 0.999575436 -0.011367072 8.271318436 0.117483407 0.014445128 0.992969811 259.901519775\n0.992885053 0.025808452 -0.116246253 59.378170013 -0.027486991 0.999539435 -0.012859398 8.269230843 0.115860835 0.015963165 0.993137181 260.069946289\n0.993153751 0.026366947 -0.113800034 59.355331421 -0.028171128 0.999501169 -0.014274744 8.264332771 0.113366887 0.017382890 0.993401110 260.232238770\n0.993390679 0.027026126 -0.111554988 59.341793060 -0.028985243 0.999452114 -0.015977331 8.262031555 0.111062065 0.019105179 0.993629813 260.396301270\n0.993575335 0.027890511 -0.109682329 59.333286285 -0.030003717 0.999393702 -0.017663300 8.260510445 0.109123193 0.020840695 0.993809760 260.550140381\n0.993807316 0.028615184 -0.107369512 59.324268341 -0.030846434 0.999340117 -0.019177789 8.258096695 0.106749885 0.022370994 0.994034231 260.713073730\n0.994159639 0.028716955 -0.104028687 59.305816650 -0.030997274 0.999311864 -0.020369815 8.254174232 0.103372142 0.023475453 0.994365692 260.878601074\n0.994547009 0.028277151 -0.100382738 59.285606384 -0.030632716 0.999288499 -0.022002226 8.250823975 0.099689163 0.024957243 0.994705617 261.054962158\n0.994932473 0.027396265 -0.096741207 59.271060944 -0.029731739 0.999298215 -0.022782786 8.246813774 0.096049152 0.025543617 0.995048761 261.225006104\n0.995241761 0.026880160 -0.093655206 59.263271332 -0.029235793 0.999287486 -0.023871347 8.242915154 0.092946805 0.026495846 0.995318472 261.390838623\n0.995641172 0.025932297 -0.089588992 59.248844147 -0.028313527 0.999276042 -0.025411477 8.239808083 0.088865153 0.027837293 0.995654583 261.558959961\n0.996015608 0.026636010 -0.085108325 59.233257294 -0.029068314 0.999199927 -0.027468469 8.239627838 0.084308587 0.029832980 0.995993018 261.731414795\n0.996348798 0.027524941 -0.080817558 59.213130951 -0.029966811 0.999125481 -0.029158564 8.238022804 0.079944298 0.031473946 0.996302307 261.903289795\n0.996573150 0.029155806 -0.077406973 59.200248718 -0.031646356 0.999013782 -0.031145252 8.234899521 0.076422572 0.033488169 0.996513009 262.077148438\n0.996864438 0.029528039 -0.073412836 59.190383911 -0.032043390 0.998930752 -0.033324502 8.231874466 0.072350331 0.035572410 0.996744692 262.249664307\n0.997194767 0.029165139 -0.068934299 59.172988892 -0.031595219 0.998907626 -0.034428552 8.223520279 0.067854881 0.036509968 0.997026920 262.430664062\n0.997493386 0.027757442 -0.065088220 59.163665771 -0.030102620 0.998922169 -0.035331126 8.219819069 0.064037360 0.037201889 0.997253835 262.616058350\n0.997761250 0.025875295 -0.061667960 59.166412354 -0.028104508 0.998972297 -0.035559598 8.215292931 0.060684469 0.037213136 0.997463048 262.790924072\n0.998051703 0.024385620 -0.057429589 59.159545898 -0.026455620 0.999017179 -0.035563957 8.208572388 0.056505896 0.037014004 0.997715890 262.983795166\n0.998304486 0.022856422 -0.053532202 59.154666901 -0.024784600 0.999057412 -0.035636518 8.206830978 0.052667223 0.036902871 0.997930050 263.175506592\n0.998527229 0.022378799 -0.049422167 59.149814606 -0.024126256 0.999094367 -0.035048898 8.199370384 0.048593055 0.036189653 0.998162806 263.370941162\n0.998753369 0.021697188 -0.044954251 59.139019012 -0.023227535 0.999158502 -0.033804368 8.191963196 0.044182964 0.034806404 0.998416960 263.577880859\n0.998954535 0.021447575 -0.040371254 59.126590729 -0.022779312 0.999201596 -0.032821514 8.189750671 0.039635081 0.033706829 0.998645544 263.792327881\n0.999145806 0.019868614 -0.036234226 59.130611420 -0.021012804 0.999283612 -0.031475026 8.182107925 0.035582904 0.032209523 0.998847544 264.008697510\n0.999335051 0.018536758 -0.031399004 59.124408722 -0.019484401 0.999355495 -0.030148527 8.175637245 0.030819912 0.030740269 0.999052107 264.238342285\n0.999501944 0.017022584 -0.026573006 59.124687195 -0.017789744 0.999423802 -0.028905544 8.172303200 0.026065648 0.029363874 0.999228895 264.476470947\n0.999658048 0.015548450 -0.021025589 59.118652344 -0.016117290 0.999501109 -0.027161460 8.165188789 0.020592781 0.027491048 0.999409914 264.736145020\n0.999766529 0.015979657 -0.014543088 59.108840942 -0.016333984 0.999564409 -0.024580387 8.158576012 0.014143967 0.024812195 0.999592066 265.010742188\n0.999850810 0.015560311 -0.007502438 59.108257294 -0.015717184 0.999649048 -0.021324933 8.151223183 0.007167982 0.021439668 0.999744475 265.293304443\n0.999899328 0.014188435 -0.000152260 59.130302429 -0.014188770 0.999719441 -0.018964687 8.143565178 -0.000116862 0.018964939 0.999820113 265.586761475\n0.999873757 0.012348087 0.009996820 59.143150330 -0.012179444 0.999785364 -0.016758380 8.138572693 -0.010201609 0.016634509 0.999809563 265.903320312\n0.999684215 0.010484824 0.022837393 59.157882690 -0.010151213 0.999840796 -0.014675386 8.137337685 -0.022987626 0.014438924 0.999631464 266.241546631\n0.999261856 0.008355509 0.037496075 59.186378479 -0.007884760 0.999888480 -0.012684961 8.134615898 -0.037597883 0.012379950 0.999216259 266.591857910\n0.998536408 0.005495699 0.053803809 59.212055206 -0.004938823 0.999932885 -0.010477622 8.133603096 -0.053857785 0.010196560 0.998496532 266.969665527\n0.997471750 0.002533742 0.071018636 59.249191284 -0.001975171 0.999966562 -0.007934250 8.125851631 -0.071036369 0.007773916 0.997443438 267.359344482\n0.995997071 -0.001222183 0.089377701 59.298633575 0.001813797 0.999976993 -0.006538332 8.128332138 -0.089367650 0.006674272 0.995976329 267.770965576\n0.994063139 -0.004402815 0.108715609 59.374660492 0.004992692 0.999974251 -0.005154271 8.127374649 -0.108690120 0.005666454 0.994059503 268.177856445\n0.991527140 -0.006122876 0.129755527 59.445095062 0.006712548 0.999969006 -0.004107621 8.128392220 -0.129726350 0.004943808 0.991537511 268.606231689\n0.988437533 -0.007389925 0.151448295 59.526340485 0.007896597 0.999965072 -0.002744349 8.132250786 -0.151422709 0.003908544 0.988461375 269.051422119\n0.984590054 -0.008319060 0.174680397 59.603164673 0.008624907 0.999962330 -0.000991813 8.131730080 -0.174665555 0.002483131 0.984624684 269.519012451\n0.980322003 -0.008339491 0.197228983 59.707786560 0.008561994 0.999963284 -0.000275449 8.138829231 -0.197219461 0.001958702 0.980357409 269.978973389\n0.975450814 -0.009506217 0.220012173 59.824649811 0.009575694 0.999953866 0.000750687 8.145931244 -0.220009163 0.001374511 0.975496829 270.465698242\n0.969915926 -0.011384510 0.243173748 59.957946777 0.010898856 0.999935031 0.003342451 8.144995689 -0.243195996 -0.000591580 0.969976962 270.956695557\n0.964168906 -0.012616868 0.264988989 60.113967896 0.011605435 0.999918163 0.005382244 8.150257111 -0.265035212 -0.002114080 0.964236438 271.444335938\n0.957654178 -0.013113192 0.287622154 60.282894135 0.011971553 0.999911904 0.005727755 8.158743858 -0.287671953 -0.002041925 0.957726836 271.948150635\n0.950394750 -0.012874041 0.310779750 60.458889008 0.011600624 0.999915063 0.005945608 8.163043976 -0.310829878 -0.002045436 0.950463355 272.476531982\n0.942791581 -0.013226002 0.333120197 60.653083801 0.011646749 0.999909461 0.006737347 8.166895866 -0.333179146 -0.002472148 0.942860305 273.010742188\n0.935543895 -0.013999896 0.352932870 60.867221832 0.012357578 0.999899805 0.006906234 8.175457954 -0.352994204 -0.002099690 0.935623169 273.544555664\n0.929030478 -0.014929352 0.369701833 61.099540710 0.013577937 0.999888241 0.006257383 8.191282272 -0.369753927 -0.000793512 0.929129362 274.103668213\n0.923314512 -0.016765742 0.383678526 61.342235565 0.015597233 0.999859393 0.006156803 8.198131561 -0.383727789 0.000299657 0.923446178 274.659851074\n0.918204367 -0.019633025 0.395620078 61.590217590 0.018536039 0.999806464 0.006595600 8.203845978 -0.395673007 0.001277121 0.918390572 275.231109619\n0.913992643 -0.020452145 0.405215025 61.851787567 0.019950252 0.999786079 0.005462253 8.214349747 -0.405240029 0.003091682 0.914205074 275.809387207\n0.910153508 -0.020440327 0.413766623 62.114524841 0.020681333 0.999778509 0.003897395 8.217666626 -0.413754642 0.005010016 0.910374641 276.408447266\n0.907463014 -0.018302541 0.419733167 62.404956818 0.019911179 0.999801576 0.000548565 8.230480194 -0.419659942 0.007859578 0.907647371 277.009246826\n0.904890656 -0.017544610 0.425282359 62.696060181 0.020856716 0.999777555 -0.003132838 8.235857010 -0.425132811 0.011704869 0.905055285 277.613128662\n0.901769400 -0.016494954 0.431902647 62.986316681 0.021524549 0.999745488 -0.006759451 8.236601830 -0.431681216 0.015391976 0.901894927 278.230621338\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0091_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999990046 -0.001706082 0.004117211 0.004556277 0.001707787 0.999998450 -0.000410442 0.000270864 -0.004116504 0.000417470 0.999991417 0.720795929\n0.999965310 -0.002320016 0.007999460 0.009122008 0.002323311 0.999997199 -0.000402623 0.000417501 -0.007998504 0.000421194 0.999967933 1.449433684\n0.999932170 -0.003118968 0.011219802 0.016316021 0.003108067 0.999994695 0.000988933 0.001289360 -0.011222827 -0.000953994 0.999936581 2.172086954\n0.999892950 -0.001997688 0.014496476 0.024383010 0.001972701 0.999996543 0.001737745 0.002444471 -0.014499898 -0.001708961 0.999893427 2.888744354\n0.999835908 -0.001979851 0.018006824 0.035841826 0.001947993 0.999996483 0.001786596 0.009507772 -0.018010300 -0.001751225 0.999836266 3.610032320\n0.999777734 -0.002721490 0.020906789 0.046764452 0.002677737 0.999994159 0.002120498 0.003434942 -0.020912439 -0.002064044 0.999779165 4.328719139\n0.999698400 -0.004241006 0.024188632 0.065439470 0.004198737 0.999989569 0.001797959 0.006640176 -0.024196004 -0.001695855 0.999705791 5.042610645\n0.999632955 -0.004408422 0.026731631 0.089131005 0.004357532 0.999988556 0.001961707 0.012234583 -0.026739974 -0.001844503 0.999640703 5.761499405\n0.999547005 -0.006926181 0.029287459 0.105670743 0.006847427 0.999972641 0.002788452 0.014411385 -0.029305972 -0.002586645 0.999567151 6.481512547\n0.999486804 -0.008136332 0.030982334 0.133294731 0.008036840 0.999962151 0.003334420 0.020687912 -0.031008290 -0.003083709 0.999514341 7.196903706\n0.999454319 -0.008978873 0.031787969 0.150019661 0.008848699 0.999951899 0.004233431 0.018702704 -0.031824451 -0.003949838 0.999485672 7.909747601\n0.999460995 -0.007327943 0.032000240 0.157965004 0.007176797 0.999962568 0.004835597 0.024012193 -0.032034475 -0.004603331 0.999476135 8.620696068\n0.999472320 -0.005549032 0.032005448 0.176860228 0.005443812 0.999979496 0.003373785 0.024920581 -0.032023512 -0.003197773 0.999481976 9.334576607\n0.999507606 -0.005150171 0.030952044 0.192722663 0.005116697 0.999986231 0.001160568 0.024040436 -0.030957595 -0.001001624 0.999520183 10.037980080\n0.999544382 -0.004906844 0.029781904 0.201907441 0.004961511 0.999986112 -0.001761948 0.023954663 -0.029772846 0.001908909 0.999554873 10.736185074\n0.999585748 -0.002485423 0.028673176 0.215234071 0.002603075 0.999988317 -0.004066617 0.025654819 -0.028662734 0.004139571 0.999580562 11.441964149\n0.999632835 0.002038921 0.027018124 0.240295902 -0.001931479 0.999990106 -0.004002152 0.021930706 -0.027026018 0.003948498 0.999626935 12.203473091\n0.999649763 0.001954903 0.026392056 0.249071285 -0.001897009 0.999995768 -0.002218507 0.023463167 -0.026396280 0.002167664 0.999649227 12.914087296\n0.999675930 0.001538741 0.025409907 0.257347822 -0.001568568 0.999998093 0.001153963 0.029765792 -0.025408084 -0.001193446 0.999676466 13.630844116\n0.999692142 -0.000382662 0.024809310 0.282187670 0.000251775 0.999986053 0.005278632 0.035521831 -0.024810983 -0.005270760 0.999678254 14.375065804\n0.999683022 -0.001206731 0.025147511 0.299127162 0.000986186 0.999960959 0.008780638 0.028977513 -0.025157124 -0.008753054 0.999645174 15.098962784\n0.999677181 -0.004122048 0.025071379 0.319418073 0.003966201 0.999972522 0.006262688 0.026425561 -0.025096506 -0.006161228 0.999666035 15.838708878\n0.999677956 -0.005716779 0.024724741 0.346969068 0.005741154 0.999983072 -0.000914983 0.035646878 -0.024719091 0.001056637 0.999693871 16.572246552\n0.999700367 -0.005988620 0.023735378 0.360741973 0.006145998 0.999959588 -0.006563158 0.037180807 -0.023695115 0.006707069 0.999696732 17.281915665\n0.999693274 -0.007678720 0.023544434 0.380559683 0.007870954 0.999936342 -0.008082926 0.033789869 -0.023480870 0.008265764 0.999690115 18.008962631\n0.999679804 -0.010086168 0.023208149 0.400336623 0.010226290 0.999930143 -0.005926878 0.039548747 -0.023146749 0.006162313 0.999713063 18.744110107\n0.999646604 -0.013017400 0.023178890 0.422413677 0.013032436 0.999914944 -0.000497737 0.033559762 -0.023170440 0.000799639 0.999731183 19.490808487\n0.999647081 -0.013699166 0.022761269 0.442498356 0.013677147 0.999905825 0.001122799 0.038555831 -0.022774506 -0.000811094 0.999740303 20.225509644\n0.999706328 -0.008284094 0.022773489 0.447455496 0.008309995 0.999964952 -0.001042926 0.033277977 -0.022764051 0.001231867 0.999740124 20.960462570\n0.999726474 -0.005553853 0.022719730 0.463373512 0.005645038 0.999976277 -0.003951314 0.030499130 -0.022697246 0.004078487 0.999734044 21.710182190\n0.999742985 -0.005856520 0.021902416 0.488995373 0.005980236 0.999966502 -0.005587274 0.035295207 -0.021868959 0.005716819 0.999744475 22.459869385\n0.999717534 -0.008438942 0.022218997 0.507319868 0.008501787 0.999960124 -0.002735488 0.036423143 -0.022195026 0.002923617 0.999749362 23.210245132\n0.999726057 -0.006041513 0.022612015 0.514666915 0.005999580 0.999980152 0.001921871 0.036557816 -0.022623176 -0.001785682 0.999742448 23.959794998\n0.999727011 -0.004247763 0.022975123 0.524054050 0.004143105 0.999980807 0.004600970 0.033188768 -0.022994226 -0.004504525 0.999725461 24.714717865\n0.999738157 -0.004308612 0.022473965 0.542518795 0.004213571 0.999981999 0.004274545 0.038406003 -0.022491978 -0.004178730 0.999738276 25.459402084\n0.999736428 -0.005998314 0.022159396 0.561819196 0.005929618 0.999977410 0.003164494 0.039453503 -0.022177877 -0.003032263 0.999749422 26.214397430\n0.999730527 -0.006236447 0.022359638 0.569345713 0.006215220 0.999980152 0.001018687 0.044336274 -0.022365546 -0.000879442 0.999749482 26.944431305\n0.999733329 -0.006543896 0.022147410 0.590080023 0.006560642 0.999978244 -0.000683528 0.045829833 -0.022142455 0.000828647 0.999754488 27.687368393\n0.999750733 -0.004111712 0.021943403 0.604678392 0.004127972 0.999991238 -0.000695755 0.050768409 -0.021940351 0.000786163 0.999758959 28.432928085\n0.999727130 -0.002187808 0.023256727 0.618398130 0.002198035 0.999997497 -0.000414227 0.057409346 -0.023255762 0.000465233 0.999729455 29.188209534\n0.999701679 -0.000430028 0.024420943 0.625282943 0.000423376 0.999999881 0.000277574 0.052322600 -0.024421060 -0.000267152 0.999701738 29.923646927\n0.999652624 -0.003162782 0.026166221 0.652959943 0.003173701 0.999994874 -0.000375799 0.042206429 -0.026164899 0.000458712 0.999657512 30.684333801\n0.999617398 -0.002591203 0.027537454 0.679836571 0.002657949 0.999993622 -0.002387496 0.051027879 -0.027531091 0.002459776 0.999617934 31.429132462\n0.999587119 -0.001264320 0.028705746 0.699192822 0.001349975 0.999994695 -0.002964714 0.045267340 -0.028701846 0.003002242 0.999583483 32.159641266\n0.999526441 -0.001681404 0.030726548 0.719706893 0.001822398 0.999987960 -0.004561243 0.053666476 -0.030718509 0.004615079 0.999517441 32.894947052\n0.999505222 -0.001044356 0.031436525 0.744743288 0.001167566 0.999991715 -0.003901224 0.044410519 -0.031432193 0.003935998 0.999498129 33.627166748\n0.999431968 -0.002251884 0.033625904 0.756567478 0.002411405 0.999986053 -0.004704209 0.044951476 -0.033614840 0.004782623 0.999423444 34.364032745\n0.999390900 0.000517927 0.034894276 0.785946190 -0.000391085 0.999993265 -0.003641787 0.047234938 -0.034895930 0.003625922 0.999384403 35.094940186\n0.999314249 0.001761419 0.036985327 0.805456579 -0.001619253 0.999991179 -0.003873454 0.045596719 -0.036991823 0.003810909 0.999308288 35.814571381\n0.999233365 0.000022980 0.039149929 0.835572004 0.000187530 0.999985576 -0.005373335 0.043929067 -0.039149486 0.005376558 0.999218881 36.533447266\n0.999150753 0.000438325 0.041201357 0.863690853 -0.000170038 0.999978781 -0.006514891 0.031545028 -0.041203335 0.006502353 0.999129653 37.270626068\n0.999081194 0.001667354 0.042825483 0.895945072 -0.001348738 0.999971211 -0.007467675 0.036606759 -0.042836700 0.007403053 0.999054670 37.995559692\n0.999004841 0.001952782 0.044558473 0.926107585 -0.001629132 0.999972045 -0.007298630 0.030638963 -0.044571478 0.007218775 0.998980105 38.711128235\n0.998922169 -0.001980253 0.046374310 0.974657893 0.002292142 0.999975085 -0.006673258 0.019126555 -0.046359941 0.006772362 0.998901844 39.472599030\n0.998859644 -0.003024283 0.047647562 1.022003889 0.003303773 0.999977767 -0.005788129 0.020608947 -0.047628999 0.005938945 0.998847425 40.202415466\n0.998716593 -0.004853410 0.050414570 1.061147332 0.005187948 0.999965370 -0.006507005 0.014726027 -0.050381243 0.006760201 0.998707175 40.927337646\n0.998566806 -0.003350860 0.053414021 1.086722732 0.003719629 0.999969900 -0.006806058 0.011463909 -0.053389609 0.006994984 0.998549283 41.651939392\n0.998405576 -0.003462675 0.056340653 1.131038904 0.003820406 0.999973238 -0.006242967 0.009290433 -0.056317527 0.006448257 0.998392105 42.375854492\n0.998245955 -0.002500254 0.059149850 1.183286071 0.002935040 0.999969304 -0.007264843 0.010421372 -0.059129871 0.007425708 0.998222709 43.106056213\n0.998052537 -0.001339832 0.062364083 1.213376284 0.001807802 0.999970615 -0.007448020 0.005918203 -0.062352274 0.007546258 0.998025656 43.831867218\n0.997841775 -0.001465614 0.065648176 1.272174954 0.001953281 0.999970973 -0.007364932 0.006006545 -0.065635480 0.007477265 0.997815669 44.563194275\n0.997597456 -0.000809213 0.069272406 1.315922260 0.001362968 0.999967515 -0.007946984 -0.006212522 -0.069263726 0.008022306 0.997566104 45.279380798\n0.997393906 -0.001236249 0.072138004 1.377203584 0.001792461 0.999969184 -0.007646170 -0.007822214 -0.072126321 0.007755547 0.997365355 45.993083954\n0.997129381 0.000784409 0.075712696 1.423987746 -0.000309131 0.999980152 -0.006288901 -0.013408317 -0.075716130 0.006247443 0.997109830 46.723217010\n0.996865094 0.001464860 0.079106532 1.480748773 -0.001151000 0.999991298 -0.004013017 -0.013779537 -0.079111725 0.003909385 0.996858120 47.438449860\n0.996610940 0.001211071 0.082250327 1.542403817 -0.001079741 0.999998093 -0.001641172 -0.015498672 -0.082252160 0.001546801 0.996610343 48.168621063\n0.996289968 -0.003167259 0.086001351 1.611404538 0.003328500 0.999992967 -0.001731540 -0.020906217 -0.085995264 0.002011371 0.996293545 48.875549316\n0.995996356 -0.002658539 0.089354485 1.672859669 0.003046349 0.999986529 -0.004204037 -0.019815620 -0.089342102 0.004459410 0.995990992 49.598564148\n0.995643914 -0.002765041 0.093196280 1.742290378 0.003440956 0.999968946 -0.007092685 -0.015141107 -0.093173772 0.007382473 0.995622516 50.317947388\n0.995322168 -0.002696401 0.096573584 1.807508945 0.003663801 0.999944866 -0.009841307 -0.016758803 -0.096541725 0.010149098 0.995277166 51.032493591\n0.995002866 -0.004851207 0.099728242 1.881703854 0.005901338 0.999930203 -0.010237622 -0.023440432 -0.099671610 0.010774993 0.994962037 51.738739014\n0.994668603 -0.004879653 0.103007779 1.956612706 0.005838507 0.999942362 -0.009009100 -0.027571240 -0.102957882 0.009562479 0.994639754 52.463294983\n0.994229257 -0.005282680 0.107146010 2.026442766 0.006261003 0.999941707 -0.008796413 -0.031935908 -0.107093289 0.009416493 0.994204402 53.163257599\n0.993898630 -0.008377750 0.109978743 2.120463133 0.009235439 0.999930739 -0.007291593 -0.041745625 -0.109910041 0.008262806 0.993907213 53.879417419\n0.993545294 -0.005935600 0.113280714 2.190911293 0.006896891 0.999943435 -0.008095900 -0.037959106 -0.113226250 0.008824928 0.993530035 54.581748962\n0.993214548 -0.002087603 0.116277918 2.264064074 0.003006805 0.999965608 -0.007730370 -0.042045038 -0.116257779 0.008027541 0.993186653 55.287204742\n0.992915392 -0.002700164 0.118792772 2.351606369 0.003808362 0.999951303 -0.009102819 -0.044036552 -0.118762411 0.009490736 0.992877364 55.977439880\n0.992690444 -0.005448933 0.120565295 2.443636894 0.006736101 0.999924541 -0.010271124 -0.049992941 -0.120500237 0.011008186 0.992652237 56.671226501\n0.992273688 -0.005346121 0.123953089 2.531674862 0.006961907 0.999896288 -0.012605985 -0.053471044 -0.123872839 0.013371537 0.992208004 57.350204468\n0.991863012 -0.004435893 0.127232268 2.617003679 0.006151062 0.999895394 -0.013090882 -0.061995186 -0.127160892 0.013766976 0.991786540 58.045513153\n0.991493285 -0.005683578 0.130033791 2.707562447 0.007218104 0.999909759 -0.011332721 -0.075139254 -0.129957646 0.012174915 0.991444826 58.742851257\n0.991257668 -0.005642725 0.131819516 2.810131550 0.006926346 0.999932945 -0.009281226 -0.079115219 -0.131758302 0.010113114 0.991230309 59.429927826\n0.990832806 -0.007438559 0.134889007 2.899616957 0.008608388 0.999930203 -0.008091347 -0.089722328 -0.134819403 0.009178350 0.990827680 60.107204437\n0.990489364 -0.007480749 0.137385607 2.997147083 0.008813845 0.999919772 -0.009097540 -0.096110091 -0.137306526 0.010221913 0.990475833 60.803382874\n0.990143955 -0.008147328 0.139816105 3.099527836 0.009702842 0.999898374 -0.010447367 -0.103260562 -0.139716774 0.011701011 0.990122378 61.478122711\n0.989717841 -0.006467619 0.142887443 3.187586308 0.008088418 0.999909341 -0.010765246 -0.106719136 -0.142804861 0.011810290 0.989680409 62.156562805\n0.989252746 -0.006920062 0.146051928 3.289899588 0.008504362 0.999911547 -0.010225909 -0.114846528 -0.145968243 0.011358087 0.989224076 62.838779449\n0.988893270 -0.006460400 0.148486942 3.385500193 0.007908845 0.999926686 -0.009166311 -0.123135403 -0.148416847 0.010238864 0.988871872 63.511817932\n0.988483965 -0.006096658 0.151202649 3.495697021 0.007409475 0.999939561 -0.008120611 -0.129356131 -0.151143998 0.009147426 0.988469422 64.196487427\n0.988075733 -0.003296809 0.153933376 3.592411280 0.004846203 0.999941289 -0.009691208 -0.136001498 -0.153892383 0.010321639 0.988033712 64.853607178\n0.987670004 -0.004863851 0.156474501 3.699456930 0.006614247 0.999921203 -0.010667716 -0.136358932 -0.156410292 0.011571145 0.987624407 65.519691467\n0.987260461 -0.007662520 0.158927873 3.800090313 0.009711766 0.999879360 -0.012121516 -0.143631101 -0.158815831 0.013510564 0.987215757 66.170486450\n0.986825943 -0.007529933 0.161610320 3.916383505 0.009882520 0.999856532 -0.013758244 -0.148741171 -0.161483526 0.015174109 0.986758769 66.828750610\n0.986327171 -0.005697804 0.164700598 4.013312340 0.008048836 0.999874949 -0.013610724 -0.157319292 -0.164602444 0.014750275 0.986249685 67.482994080\n0.985861838 -0.007317951 0.167400271 4.117124557 0.009739907 0.999859393 -0.013651593 -0.165068120 -0.167276829 0.015089047 0.985794485 68.132911682\n0.985598207 -0.007147511 0.168952852 4.240056992 0.009543949 0.999864995 -0.013376232 -0.178664520 -0.168834433 0.014796068 0.985533357 68.778266907\n0.985164046 -0.005256484 0.171534657 4.361985207 0.007632270 0.999883831 -0.013193633 -0.190360680 -0.171445385 0.014307092 0.985089719 69.441490173\n0.984760284 -0.004943215 0.173846856 4.474007130 0.007359202 0.999885082 -0.013255361 -0.195123911 -0.173761353 0.014332727 0.984683514 70.081794739\n0.984367132 -0.009827394 0.175854564 4.600289345 0.012191999 0.999849141 -0.012370968 -0.211922452 -0.175706461 0.014321593 0.984338403 70.714981079\n0.983793318 -0.008780439 0.179091215 4.709968567 0.011086536 0.999867976 -0.011879864 -0.211427927 -0.178963259 0.013672831 0.983760774 71.358650208\n0.983255804 -0.005727741 0.182140678 4.821532726 0.007730858 0.999917150 -0.010289546 -0.219099358 -0.182066664 0.011525360 0.983218670 71.993957520\n0.982884109 -0.003224180 0.184196711 4.939541817 0.004746691 0.999958098 -0.007825343 -0.225801438 -0.184163764 0.008565730 0.982858241 72.621742249\n0.982416511 -0.004877408 0.186638847 5.053914547 0.006162697 0.999961138 -0.006306926 -0.230002150 -0.186600834 0.007346227 0.982408345 73.245872498\n0.981900930 -0.008621801 0.189198807 5.186277390 0.009913011 0.999933600 -0.005879360 -0.235192165 -0.189135551 0.007648479 0.981921196 73.887092590\n0.981240749 -0.010295351 0.192511454 5.313870907 0.012132382 0.999891400 -0.008366018 -0.242984772 -0.192404419 0.010544700 0.981259048 74.516616821\n0.980693817 -0.007790545 0.195394352 5.434762955 0.010012506 0.999895930 -0.010386522 -0.245362341 -0.195293099 0.012142384 0.980669737 75.144493103\n0.980175376 -0.004378482 0.198083475 5.555193424 0.006688485 0.999917209 -0.010994202 -0.247630596 -0.198018923 0.012101124 0.980123520 75.765548706\n0.979635000 -0.004075921 0.200745240 5.679868221 0.006133898 0.999934793 -0.009630744 -0.258144677 -0.200692892 0.010665964 0.979596138 76.378326416\n0.979220748 -0.006247518 0.202701047 5.818645000 0.008027934 0.999936044 -0.007962466 -0.262608916 -0.202638358 0.009424282 0.979208291 76.986434937\n0.978526771 -0.007898327 0.205968276 5.951088905 0.009355086 0.999937654 -0.006099815 -0.270663261 -0.205907255 0.007895683 0.978539646 77.597106934\n0.977722168 -0.006278688 0.209809199 6.072946548 0.007564984 0.999957204 -0.005328814 -0.277257740 -0.209766760 0.006797302 0.977727830 78.199287415\n0.976875186 -0.005435693 0.213741288 6.204276085 0.007028886 0.999952912 -0.006694577 -0.282442003 -0.213694826 0.008042130 0.976867378 78.818412781\n0.976296484 -0.005342362 0.216371492 6.346256733 0.007417878 0.999933958 -0.008781378 -0.286487103 -0.216310278 0.010178246 0.976271629 79.410865784\n0.975360632 -0.008810122 0.220440403 6.482739449 0.011308515 0.999885321 -0.010074242 -0.291592658 -0.220326364 0.012318873 0.975348413 80.002204895\n0.974411726 -0.008090626 0.224624962 6.619041920 0.010405065 0.999904275 -0.009121719 -0.300286025 -0.224529654 0.011225547 0.974402606 80.601593018\n0.973362327 -0.009902219 0.229058325 6.764740467 0.011966775 0.999899328 -0.007625945 -0.299301475 -0.228959754 0.010163898 0.973382831 81.199111938\n0.972317278 -0.009989434 0.233450979 6.910681725 0.011654589 0.999915540 -0.005754391 -0.301216871 -0.233373776 0.008315870 0.972351551 81.788871765\n0.971177280 -0.009730459 0.238159731 7.060245037 0.011052790 0.999930024 -0.004217506 -0.308987170 -0.238102019 0.006728275 0.971216857 82.369544983\n0.969968438 -0.009042196 0.243062779 7.201357841 0.010418063 0.999936163 -0.004375713 -0.317465931 -0.243007705 0.006776547 0.970000684 82.955184937\n0.968750715 -0.007863888 0.247911736 7.350440025 0.010029275 0.999921799 -0.007472803 -0.316713482 -0.247833580 0.009725658 0.968753815 83.536491394\n0.967225730 -0.009931461 0.253723681 7.503355503 0.012879352 0.999867439 -0.009960037 -0.319825470 -0.253591120 0.012901401 0.967225432 84.111457825\n0.965911686 -0.010756212 0.258648306 7.662653446 0.014079417 0.999840379 -0.010999409 -0.322181165 -0.258488715 0.014266075 0.965908945 84.677375793\n0.964559436 -0.008298666 0.263735026 7.818114281 0.011414243 0.999881983 -0.010283156 -0.329528064 -0.263618588 0.012929052 0.964540362 85.247810364\n0.963223934 -0.004516148 0.268662035 7.971007824 0.007136127 0.999936044 -0.008776191 -0.333140373 -0.268605202 0.010370644 0.963194549 85.816192627\n0.962116718 -0.003058075 0.272620678 8.134645462 0.005443496 0.999953210 -0.007994060 -0.336733669 -0.272583485 0.009175229 0.962088406 86.380203247\n0.960641503 -0.005124053 0.277743816 8.294264793 0.007193930 0.999953449 -0.006433895 -0.342388928 -0.277697891 0.008178736 0.960633636 86.943389893\n0.959201157 -0.008633455 0.282592624 8.467513084 0.010517925 0.999931395 -0.005152092 -0.343603313 -0.282528758 0.007914181 0.959226191 87.498344421\n0.957678378 -0.007279400 0.287748426 8.633674622 0.009141523 0.999945045 -0.005128225 -0.338798106 -0.287695289 0.007541650 0.957692325 88.055580139\n0.956308722 -0.003174474 0.292341471 8.795534134 0.004725543 0.999978244 -0.004599669 -0.355337501 -0.292320520 0.005780175 0.956302941 88.610031128\n0.954789639 -0.000184924 0.297282189 8.955446243 0.001885736 0.999983430 -0.005434434 -0.355344951 -0.297276258 0.005749337 0.954774201 89.148139954\n0.953473091 0.000171989 0.301478118 9.135586739 0.001783342 0.999979138 -0.006210581 -0.352944136 -0.301472902 0.006459261 0.953452885 89.692848206\n0.952089250 -0.001231178 0.305817902 9.317314148 0.003649688 0.999966443 -0.007336693 -0.358832210 -0.305798590 0.008101326 0.952061772 90.235054016\n0.950529337 -0.000584722 0.310634196 9.475511551 0.003067287 0.999967158 -0.007503499 -0.363259554 -0.310619593 0.008085100 0.950499952 90.755180359\n0.949075341 0.002970139 0.315035105 9.652522087 -0.000247388 0.999962270 -0.008682323 -0.364188552 -0.315049022 0.008162242 0.949040294 91.296592712\n0.947765470 0.004401631 0.318937719 9.828327179 -0.001158173 0.999945700 -0.010358498 -0.374819934 -0.318966001 0.009448041 0.947719038 91.822814941\n0.946838677 0.003767733 0.321686715 10.014862061 0.000443336 0.999915183 -0.013016333 -0.377490759 -0.321708471 0.012466982 0.946756721 92.336730957\n0.945757329 0.003122491 0.324858993 10.197418213 0.000843982 0.999926805 -0.012068205 -0.384072244 -0.324872911 0.011687768 0.945685446 92.851799011\n0.944614172 0.003502656 0.328164339 10.374313354 0.000017083 0.999942541 -0.010722043 -0.386719584 -0.328183025 0.010133799 0.944559813 93.356956482\n0.943963945 0.007123481 0.329971701 10.537359238 -0.003909907 0.999938250 -0.010401589 -0.395380884 -0.330025434 0.008528566 0.943933487 93.847785950\n0.943705082 0.006976098 0.330714375 10.712320328 -0.003884545 0.999942362 -0.010008126 -0.405570090 -0.330765158 0.008160045 0.943677843 94.331916809\n0.943509519 0.002488386 0.331336141 10.884799957 0.000029077 0.999971151 -0.007592741 -0.412175953 -0.331345499 0.007173458 0.943482220 94.802932739\n0.943334699 0.002950186 0.331829727 11.046194077 -0.000703981 0.999976039 -0.006889153 -0.413721800 -0.331842095 0.006265176 0.943314135 95.264450073\n0.943015277 0.004438444 0.332719892 11.194896698 -0.002127763 0.999971032 -0.007308858 -0.417418897 -0.332742691 0.006184415 0.942997396 95.719421387\n0.943079710 0.007450197 0.332483321 11.349375725 -0.005222826 0.999957561 -0.007592380 -0.420671284 -0.332525760 0.005423717 0.943078578 96.163925171\n0.942980111 0.009560212 0.332711667 11.504508972 -0.007558091 0.999944687 -0.007311298 -0.425706804 -0.332763195 0.004379744 0.943000257 96.604995728\n0.943013430 0.012033900 0.332536936 11.647023201 -0.010319544 0.999922812 -0.006921044 -0.434377819 -0.332594544 0.003095008 0.943064809 97.054031372\n0.943305850 0.013998139 0.331629455 11.797275543 -0.011496034 0.999888718 -0.009505505 -0.436783910 -0.331725627 0.005154176 0.943361819 97.480186462\n0.943240762 0.016537460 0.331697762 11.937827110 -0.013800233 0.999848545 -0.010606078 -0.441720426 -0.331822902 0.005426580 0.943326116 97.896591187\n0.943434894 0.017505577 0.331095397 12.079008102 -0.014659078 0.999831021 -0.011092671 -0.441357315 -0.331233650 0.005611660 0.943532050 98.326408386\n0.943800867 0.013756787 0.330228150 12.229720116 -0.011131791 0.999889612 -0.009838878 -0.438995659 -0.330327064 0.005609910 0.943849862 98.741905212\n0.943922698 0.011841252 0.329954207 12.379606247 -0.009536587 0.999917507 -0.008602633 -0.445586532 -0.330028862 0.004973584 0.943957746 99.149787903\n0.943810225 0.011272330 0.330295652 12.517587662 -0.009636381 0.999931872 -0.006589998 -0.449360549 -0.330347449 0.003036852 0.943854511 99.565673828\n0.943654776 0.012768763 0.330685109 12.648591995 -0.012343382 0.999918103 -0.003386381 -0.450353444 -0.330701262 -0.000886198 0.943735063 99.985969543\n0.943627298 0.013148971 0.330748647 12.787523270 -0.012883046 0.999912500 -0.002996315 -0.454366326 -0.330759138 -0.001433646 0.943714142 100.383743286\n0.943493366 0.014744468 0.331063181 12.922713280 -0.014277088 0.999890685 -0.003843732 -0.458963275 -0.331083685 -0.001100082 0.943600774 100.784408569\n0.943519115 0.016206933 0.330921412 13.058256149 -0.015185910 0.999868631 -0.005670856 -0.464367747 -0.330969840 0.000325218 0.943641305 101.175102234\n0.943526149 0.013606950 0.331018597 13.194828033 -0.011954973 0.999903858 -0.007026230 -0.464282036 -0.331082374 0.002672114 0.943598092 101.565658569\n0.943522453 0.010934738 0.331128150 13.336551666 -0.009104271 0.999933481 -0.007078611 -0.465300143 -0.331183523 0.003664149 0.943559229 101.957252502\n0.943564475 0.006343321 0.331128061 13.483189583 -0.004091516 0.999963522 -0.007497043 -0.467170179 -0.331163555 0.005719128 0.943556011 102.339004517\n0.943535626 0.006715324 0.331203073 13.610312462 -0.003812066 0.999948442 -0.009414640 -0.463938385 -0.331249207 0.007620480 0.943512559 102.718528748\n0.943290472 0.009530826 0.331831723 13.736814499 -0.006935589 0.999935389 -0.009004367 -0.472904265 -0.331896096 0.006192284 0.943295598 103.101768494\n0.943041146 0.017022477 0.332240343 13.848991394 -0.014418435 0.999843001 -0.010301663 -0.476708591 -0.332363546 0.004924506 0.943138480 103.480819702\n0.942848206 0.024266515 0.332337826 13.969194412 -0.021526039 0.999697149 -0.011925757 -0.484259933 -0.332526565 0.004090262 0.943085015 103.855499268\n0.942869902 0.022241823 0.332417995 14.095828056 -0.018555423 0.999726117 -0.014260310 -0.486287266 -0.332644105 0.007277462 0.943024337 104.214820862\n0.943024755 0.014707260 0.332397401 14.235003471 -0.011430368 0.999864936 -0.011811626 -0.482169718 -0.332526207 0.007339231 0.943065464 104.585586548\n0.942953050 0.007804547 0.332834244 14.374289513 -0.005232663 0.999949157 -0.008622893 -0.483596385 -0.332884610 0.006389374 0.942945957 104.934867859\n0.942698717 0.009516319 0.333509445 14.497584343 -0.007652354 0.999946892 -0.006902202 -0.492698014 -0.333557427 0.003954564 0.942721486 105.300308228\n0.942315340 0.015051930 0.334387898 14.610655785 -0.013355630 0.999883652 -0.007371571 -0.495707691 -0.334459960 0.002480383 0.942406714 105.651557922\n0.942007422 0.021629302 0.334894359 14.722554207 -0.020471040 0.999766052 -0.006988387 -0.497307360 -0.334967166 -0.000272522 0.942229748 105.992492676\n0.941303074 0.025559062 0.336593628 14.829910278 -0.025412943 0.999665320 -0.004840337 -0.511925161 -0.336604685 -0.003997610 0.941637576 106.333320618\n0.940542340 0.025755541 0.338698715 14.948099136 -0.026309688 0.999649465 -0.002955841 -0.516361058 -0.338656127 -0.006130962 0.940890253 106.665428162\n0.939557016 0.021218546 0.341734320 15.072148323 -0.020752359 0.999772012 -0.005020517 -0.515737593 -0.341762960 -0.002374732 0.939783216 106.979728699\n0.938145041 0.014523496 0.345937759 15.194138527 -0.012645097 0.999890506 -0.007686268 -0.508017182 -0.346011490 0.002836418 0.938225985 107.286476135\n0.936090350 0.008797599 0.351649582 15.316881180 -0.006852116 0.999953568 -0.006776607 -0.503351390 -0.351692885 0.003933972 0.936107159 107.578338623\n0.933905423 0.012862535 0.357288748 15.426756859 -0.011551554 0.999916434 -0.005803153 -0.511261046 -0.357333541 0.001292356 0.933975935 107.861724854\n0.931167781 0.020622782 0.364007235 15.523169518 -0.019092185 0.999787271 -0.007803055 -0.516394138 -0.364090711 0.000316260 0.931363463 108.139808655\n0.928095758 0.026860105 0.371371567 15.625053406 -0.024841269 0.999639153 -0.010219783 -0.520192206 -0.371512085 0.000259596 0.928428113 108.410537720\n0.924455762 0.028729441 0.380205363 15.728944778 -0.026660413 0.999587178 -0.010707919 -0.524106503 -0.380356044 -0.000237433 0.924840093 108.670394897\n0.920889795 0.026896629 0.388894022 15.849465370 -0.024805306 0.999638200 -0.010398582 -0.527279973 -0.389033020 -0.000070685 0.921223819 108.921417236\n0.916903436 0.025630860 0.398285300 15.961155891 -0.023813426 0.999671161 -0.009510321 -0.528607011 -0.398398101 -0.000764491 0.917212307 109.173690796\n0.912350059 0.025820248 0.408596039 16.077732086 -0.024213040 0.999665320 -0.009106399 -0.535060465 -0.408694446 -0.001585130 0.912669897 109.422088623\n0.907686770 0.026026482 0.418840498 16.198095322 -0.024195341 0.999660373 -0.009683519 -0.535818636 -0.418950289 -0.001344387 0.908008158 109.651069641\n0.903167844 0.023883928 0.428622782 16.321458817 -0.021140529 0.999714196 -0.011160531 -0.535849392 -0.428766847 0.001018522 0.903414607 109.885772705\n0.899460971 0.020273410 0.436530590 16.458734512 -0.016145643 0.999782979 -0.013164334 -0.542839229 -0.436702758 0.004792739 0.899593115 110.121520996\n0.897391796 0.016115669 0.440940231 16.572402954 -0.011037551 0.999839962 -0.014079195 -0.548984885 -0.441096574 0.007767654 0.897426009 110.328903198\n0.897111356 0.016886363 0.441481650 16.690946579 -0.012346725 0.999837279 -0.013153948 -0.553997338 -0.441631913 0.006349705 0.897173882 110.551086426\n0.897276103 0.023679938 0.440834284 16.787071228 -0.020034414 0.999715745 -0.012922786 -0.557572961 -0.441015005 0.002763452 0.897495508 110.801330566\n0.898382783 0.030213485 0.438172996 16.886724472 -0.026366770 0.999541879 -0.014862143 -0.557856917 -0.438421309 0.001798688 0.898767829 111.042678833\n0.900525987 0.029580239 0.433794826 16.993097305 -0.025214072 0.999556959 -0.015816709 -0.560389936 -0.434070498 0.003305626 0.900872827 111.269454956\n0.903012455 0.026461223 0.428798735 17.090616226 -0.022441035 0.999644041 -0.014429313 -0.564931929 -0.429027915 0.003407162 0.903284788 111.496185303\n0.906939983 0.025767110 0.420471132 17.198181152 -0.022051184 0.999662995 -0.013697322 -0.566931605 -0.420682400 0.003150765 0.907202542 111.726905823\n0.911204219 0.025854463 0.411142826 17.276964188 -0.022171712 0.999659956 -0.013724460 -0.569303393 -0.411357850 0.003390048 0.911467612 111.964210510\n0.916047752 0.026051084 0.400222242 17.369476318 -0.022188941 0.999651790 -0.014281773 -0.574228644 -0.400454938 0.004202279 0.916306853 112.192108154\n0.920708358 0.027605815 0.389273793 17.459737778 -0.023789173 0.999610066 -0.014622514 -0.573644817 -0.389525652 0.004202571 0.921006024 112.425354004\n0.925028741 0.028944978 0.378792793 17.531351089 -0.025508309 0.999575317 -0.014088883 -0.574036181 -0.379039735 0.003370259 0.925374269 112.668853760\n0.929916501 0.028465871 0.366667449 17.613754272 -0.024775613 0.999583960 -0.014767542 -0.575058341 -0.366935253 0.004648171 0.930234849 112.905586243\n0.934419811 0.027626093 0.355100632 17.704881668 -0.023861345 0.999603093 -0.014977770 -0.580555916 -0.355373442 0.005522346 0.934708118 113.167892456\n0.938794792 0.027767852 0.343355983 17.790554047 -0.024425386 0.999602854 -0.014056544 -0.585367680 -0.343609929 0.004809608 0.939100146 113.440986633\n0.943217337 0.028219631 0.330975413 17.871524811 -0.025676440 0.999597609 -0.012054714 -0.586628020 -0.331182420 0.002871946 0.943562388 113.721900940\n0.947370112 0.027659735 0.318943352 17.952777863 -0.025591033 0.999615490 -0.010675631 -0.589987755 -0.319115996 0.001951685 0.947713673 114.010437012\n0.951281071 0.029158819 0.306943238 18.031942368 -0.027419331 0.999574184 -0.009978768 -0.595457196 -0.307103515 0.001076436 0.951675534 114.307617188\n0.955072641 0.030288959 0.294820100 18.106021881 -0.028559934 0.999540329 -0.010169678 -0.595980525 -0.294992596 0.001292741 0.955498695 114.608894348\n0.958753526 0.031541552 0.282483220 18.193187714 -0.029680230 0.999500394 -0.010867082 -0.595738947 -0.282684833 0.002034687 0.959210694 114.919906616\n0.961766243 0.032225754 0.271969020 18.260330200 -0.029895445 0.999472260 -0.012708494 -0.597073495 -0.272235036 0.004091967 0.962222099 115.236419678\n0.964625061 0.033148561 0.261533350 18.346368790 -0.030608134 0.999436438 -0.013782207 -0.606813431 -0.261842817 0.005289616 0.965096056 115.568267822\n0.967125356 0.032244720 0.252247602 18.424104691 -0.028964829 0.999440789 -0.016706085 -0.596155524 -0.252645224 0.008850571 0.967518508 115.910537720\n0.968928218 0.032322463 0.245221138 18.494745255 -0.028552324 0.999413311 -0.018914960 -0.609665751 -0.245688647 0.011325606 0.969282627 116.264236450\n0.970528007 0.032622863 0.238770157 18.583120346 -0.028580386 0.999383867 -0.020373968 -0.611410022 -0.239287689 0.012949363 0.970862329 116.632141113\n0.971713006 0.032898869 0.233862087 18.673212051 -0.028966160 0.999375641 -0.020232160 -0.612777829 -0.234381676 0.012885768 0.972059250 117.018249512\n0.972286642 0.033323783 0.231404990 18.763694763 -0.029261755 0.999351919 -0.020964876 -0.615981519 -0.231953651 0.013612553 0.972631574 117.414398193\n0.972450316 0.037542604 0.230067268 18.850522995 -0.033303041 0.999196827 -0.022284348 -0.624910176 -0.230719090 0.014008483 0.972919583 117.834304810\n0.972749650 0.036361437 0.228988975 18.952600479 -0.031724803 0.999210894 -0.023898324 -0.630305409 -0.229677245 0.015982457 0.973135591 118.260704041\n0.972830296 0.030278595 0.229530960 19.059543610 -0.025491023 0.999391794 -0.023795227 -0.638056755 -0.230111852 0.017297737 0.973010421 118.701843262\n0.972788811 0.019871954 0.230839863 19.186349869 -0.015183592 0.999641120 -0.022068957 -0.645904303 -0.231195569 0.017963456 0.972741425 119.156402588\n0.972397983 0.014451210 0.232880428 19.306301117 -0.009932456 0.999739170 -0.020564809 -0.650129199 -0.233116865 0.017684104 0.972287893 119.625885010\n0.971866548 0.011563232 0.235248163 19.427587509 -0.007772231 0.999824643 -0.017035773 -0.651336849 -0.235403910 0.014728096 0.971786022 120.102493286\n0.971054435 0.013773464 0.238460898 19.538932800 -0.010884261 0.999850571 -0.013428601 -0.663618267 -0.238610238 0.010444432 0.971059263 120.593841553\n0.970204711 0.012522401 0.241962940 19.666818619 -0.010081518 0.999885082 -0.011323333 -0.668847919 -0.242076933 0.008546597 0.970219433 121.085067749\n0.969105721 0.007811755 0.246522039 19.804977417 -0.005070389 0.999918103 -0.011752998 -0.671575665 -0.246593654 0.010139936 0.969065905 121.580970764\n0.968002796 0.000711722 0.250938296 19.941041946 0.002751414 0.999905765 -0.013449647 -0.682959139 -0.250924230 0.013709730 0.967909634 122.087409973\n0.967033029 -0.002061372 0.254642665 20.080369949 0.006716613 0.999825835 -0.017413320 -0.690874398 -0.254562438 0.018549591 0.966878414 122.583328247\n0.965921164 -0.002681183 0.258822471 20.220949173 0.008500310 0.999735594 -0.021366596 -0.692439795 -0.258696765 0.022838520 0.965688586 123.095535278\n0.965057194 -0.004189195 0.262005746 20.361948013 0.010621612 0.999675810 -0.023139287 -0.697914124 -0.261823893 0.025113659 0.964788854 123.600616455\n0.964531839 -0.002397984 0.263955563 20.506357193 0.008634373 0.999710262 -0.022469083 -0.704252660 -0.263825208 0.023951238 0.964273095 124.114982605\n0.963874400 -0.001419491 0.266353309 20.640466690 0.007171476 0.999761581 -0.020623924 -0.712246060 -0.266260535 0.021789018 0.963654816 124.646484375\n0.963189721 -0.000584360 0.268821985 20.783153534 0.005700322 0.999817193 -0.018250888 -0.723839700 -0.268762171 0.019111440 0.963016987 125.169204712\n0.962516308 0.001398639 0.271220297 20.926975250 0.003820242 0.999817610 -0.018713308 -0.734849274 -0.271196991 0.019047992 0.962335348 125.684913635\n0.961904943 0.001161588 0.273381561 21.073230743 0.004698968 0.999773026 -0.020781523 -0.745384037 -0.273343652 0.021274462 0.961681128 126.210182190\n0.961249411 0.000082739 0.275680095 21.225488663 0.006436989 0.999720573 -0.022744725 -0.752113402 -0.275604963 0.023637904 0.960980296 126.728065491\n0.959938526 0.001444375 0.280206949 21.378152847 0.005338865 0.999710917 -0.023443175 -0.762538910 -0.280159801 0.023999995 0.959653318 127.245178223\n0.958344102 0.001786380 0.285610646 21.530405045 0.005091988 0.999714673 -0.023338581 -0.771633685 -0.285570830 0.023820715 0.958061516 127.769981384\n0.956762314 0.001169167 0.290868521 21.691682816 0.005767638 0.999719083 -0.022990109 -0.785404027 -0.290813655 0.023673696 0.956486821 128.284912109\n0.955029905 -0.000889658 0.296508133 21.854814529 0.008121273 0.999698818 -0.023158448 -0.795736969 -0.296398222 0.024525035 0.954749525 128.801223755\n0.953374624 -0.002075364 0.301782131 22.024303436 0.009862089 0.999656498 -0.024281140 -0.806750059 -0.301628083 0.026125226 0.953067660 129.320983887\n0.951746821 -0.000956601 0.306882858 22.191562653 0.009212127 0.999633551 -0.025453886 -0.818572998 -0.306746066 0.027052699 0.951406837 129.839691162\n0.949967802 0.000329296 0.312347710 22.362236023 0.008028903 0.999643266 -0.025472825 -0.830777884 -0.312244684 0.026706172 0.949626267 130.368209839\n0.947953224 -0.000032226 0.318409652 22.536062241 0.008086002 0.999679923 -0.023972062 -0.843140841 -0.318306953 0.025299056 0.947650075 130.903198242\n0.945577085 -0.001938313 0.325392425 22.730667114 0.009813122 0.999697268 -0.022561489 -0.855157852 -0.325250179 0.024526743 0.945309877 131.438125610\n0.942851663 -0.004215971 0.333186090 22.923290253 0.012144156 0.999690413 -0.021716010 -0.866172194 -0.332991391 0.024521241 0.942610979 131.962692261\n0.940157652 -0.004424432 0.340710998 23.120977402 0.012352903 0.999700963 -0.021104598 -0.875821352 -0.340515733 0.024050420 0.939931154 132.495986938\n0.937394083 -0.004242446 0.348244637 23.321140289 0.012452204 0.999694705 -0.021339798 -0.884660244 -0.348047793 0.024340214 0.937160730 133.018325806\n0.934241176 -0.000270340 0.356641710 23.513565063 0.008459668 0.999735117 -0.021402717 -0.894915402 -0.356541455 0.023012370 0.933996081 133.561157227\n0.931501091 0.002290680 0.363731325 23.721147537 0.005770192 0.999761283 -0.021073451 -0.902031600 -0.363692790 0.021728743 0.931265533 134.099655151\n0.928290725 0.002760022 0.371844947 23.932218552 0.005724163 0.999747932 -0.021710696 -0.910197556 -0.371811152 0.022282340 0.928040922 134.637374878\n0.925218403 0.002733072 0.379425168 24.151081085 0.006087628 0.999738455 -0.022045836 -0.928553343 -0.379386157 0.022707012 0.924959779 135.173217773\n0.922357559 0.003186394 0.386324167 24.379352570 0.005679088 0.999746144 -0.021804838 -0.937786579 -0.386295587 0.022305826 0.922105312 135.708557129\n0.919365823 0.004047887 0.393382847 24.614042282 0.004888854 0.999752283 -0.021713022 -0.946034074 -0.393373311 0.021885403 0.919118285 136.260986328\n0.916566074 0.006784790 0.399825782 24.840272903 0.002024129 0.999764502 -0.021605514 -0.954736114 -0.399878204 0.020612180 0.916336477 136.800323486\n0.914098501 0.009355931 0.405384272 25.075017929 -0.000554647 0.999761701 -0.021822998 -0.970023036 -0.405491859 0.019723525 0.913885832 137.358093262\n0.911857426 0.010300728 0.410377741 25.317861557 -0.001442281 0.999759376 -0.021889819 -0.979815423 -0.410504490 0.019368514 0.911652863 137.903778076\n0.910065293 0.010901282 0.414321572 25.566610336 -0.001402330 0.999729335 -0.023223795 -0.989084244 -0.414462596 0.020554153 0.909834206 138.452331543\n0.908755004 0.011328829 0.417176247 25.816183090 -0.000980499 0.999686658 -0.025011605 -1.004230499 -0.417328894 0.022320380 0.908481359 139.013092041\n0.908141255 0.012770236 0.418469131 26.065382004 -0.001681167 0.999637842 -0.026857117 -1.020224810 -0.418660551 0.023686538 0.907833815 139.563995361\n0.907670856 0.013224056 0.419474423 26.313934326 -0.001960492 0.999626160 -0.027271345 -1.032064319 -0.419678241 0.023931030 0.907357454 140.120544434\n0.907670856 0.013916927 0.419452012 26.565193176 -0.002561290 0.999615133 -0.027623577 -1.046498895 -0.419675022 0.023998776 0.907357097 140.683517456\n0.908187091 0.012815392 0.418368191 26.813686371 -0.001674073 0.999634385 -0.026986599 -1.067436576 -0.418561101 0.023808502 0.907876492 141.245193481\n0.909607708 0.011326551 0.415313810 27.086658478 0.000294805 0.999610484 -0.027907318 -1.075529814 -0.415468127 0.025507148 0.909250021 141.815353394\n0.911555886 0.009591734 0.411064357 27.335231781 0.002084133 0.999607265 -0.027946405 -1.088753104 -0.411170989 0.026331423 0.911177874 142.381958008\n0.914074838 0.007260643 0.405480534 27.587022781 0.003659717 0.999651313 -0.026150130 -1.101595283 -0.405529022 0.025387120 0.913729548 142.950073242\n0.916930556 0.004779459 0.399018228 27.844734192 0.005030899 0.999710321 -0.023535417 -1.112161160 -0.399015129 0.023587763 0.916640878 143.541336060\n0.919832170 0.002196424 0.392306030 28.087526321 0.006489793 0.999762297 -0.020813912 -1.122596979 -0.392258495 0.021691289 0.919599235 144.120376587\n0.922850728 0.005491946 0.385118663 28.314342499 0.002608545 0.999786258 -0.020508148 -1.133515239 -0.385148972 0.019930560 0.922639191 144.699874878\n0.925632954 0.005493389 0.378382713 28.546636581 0.002742447 0.999770999 -0.021223566 -1.148465037 -0.378412634 0.020682925 0.925405920 145.301528931\n0.928155303 0.006795754 0.372131169 28.773612976 0.001253090 0.999770582 -0.021382937 -1.157212734 -0.372191101 0.020313000 0.927933812 145.890258789\n0.930092812 0.008083513 0.367235631 28.991851807 0.000012476 0.999757111 -0.022038044 -1.170621395 -0.367324561 0.020502008 0.929866850 146.488082886\n0.932091236 0.008308430 0.362128258 29.219406128 -0.000650696 0.999773681 -0.021263301 -1.177597165 -0.362222970 0.019583702 0.931885719 147.082519531\n0.933919311 0.005982565 0.357433826 29.439933777 0.001189154 0.999802411 -0.019841315 -1.185175538 -0.357481897 0.018955233 0.933727682 147.684173584\n0.935708642 0.006474699 0.352714330 29.652120590 0.000168881 0.999823213 -0.018801553 -1.195128202 -0.352773726 0.017652344 0.935542107 148.276672363\n0.937375665 0.005682142 0.348273724 29.868350983 0.000701843 0.999834120 -0.018201457 -1.208897352 -0.348319381 0.017306037 0.937216163 148.866729736\n0.938934386 0.005165399 0.344057441 30.078557968 0.000800931 0.999851823 -0.017196709 -1.222299576 -0.344095260 0.016422149 0.938791156 149.472839355\n0.940952241 0.005199166 0.338499337 30.289457321 0.000937801 0.999838173 -0.017963851 -1.229032516 -0.338537961 0.017220572 0.940795124 150.063415527\n0.942808986 0.006422362 0.333271712 30.501556396 0.000271849 0.999799252 -0.020035829 -1.234973192 -0.333333462 0.018980559 0.942617893 150.668045044\n0.944577575 0.005959967 0.328234166 30.711145401 0.001596754 0.999739945 -0.022748016 -1.246008873 -0.328284383 0.022011375 0.944322467 151.276245117\n0.946470499 0.006572387 0.322723448 30.904747009 0.001512591 0.999691427 -0.024795167 -1.262623787 -0.322786808 0.023956044 0.946168482 151.888412476\n0.947962999 0.010237291 0.318215907 31.103954315 -0.001681761 0.999629974 -0.027149038 -1.274981618 -0.318376094 0.025201121 0.947629452 152.513442993\n0.949294567 0.013456962 0.314099848 31.295095444 -0.005251416 0.999622822 -0.026955592 -1.283507824 -0.314344138 0.023939328 0.949007213 153.150833130\n0.950914145 0.012223225 0.309213430 31.500089645 -0.004859997 0.999686241 -0.024571866 -1.298955441 -0.309416771 0.021862958 0.950675189 153.789886475\n0.952502012 0.011850290 0.304301590 31.695892334 -0.005768013 0.999765396 -0.020878848 -1.306855679 -0.304477602 0.018131929 0.952346921 154.433502197\n0.953952074 0.010197572 0.299785763 31.893827438 -0.004714103 0.999808192 -0.019008869 -1.321356177 -0.299922109 0.016720328 0.953817129 155.083953857\n0.955422342 0.011969518 0.294999897 32.081214905 -0.006519584 0.999789536 -0.019451000 -1.329435349 -0.295170635 0.016660644 0.955299258 155.743469238\n0.956957221 0.012966454 0.289939255 32.274547577 -0.006814690 0.999729931 -0.022217020 -1.341905832 -0.290149033 0.019284891 0.956787169 156.402923584\n0.958516300 0.013108815 0.284736067 32.480171204 -0.006524549 0.999689221 -0.024060365 -1.349950910 -0.284962982 0.021204479 0.958303928 157.077651978\n0.959886432 0.010606848 0.280188471 32.670810699 -0.004185137 0.999714911 -0.023507632 -1.356665134 -0.280357927 0.021392031 0.959657133 157.758895874\n0.961131454 0.009613701 0.275923818 32.858734131 -0.003840754 0.999762416 -0.021455010 -1.372390270 -0.276064515 0.019561330 0.960940003 158.451599121\n0.962234318 0.011483749 0.271980286 33.045173645 -0.006040690 0.999764562 -0.020841533 -1.381713748 -0.272155583 0.018411489 0.962077081 159.136505127\n0.963177562 0.015195219 0.268436432 33.223583221 -0.009809391 0.999723017 -0.021393612 -1.394906998 -0.268687159 0.017972650 0.963059783 159.832321167\n0.964161754 0.013065573 0.264993250 33.422370911 -0.007315226 0.999716103 -0.022675306 -1.409218311 -0.265214294 0.019924177 0.963983595 160.553604126\n0.965114474 0.011358846 0.261581719 33.613769531 -0.005977795 0.999754012 -0.021357751 -1.416887879 -0.261759967 0.019048993 0.964945018 161.258407593\n0.965786576 0.011816593 0.259068936 33.789268494 -0.006948907 0.999781847 -0.019696899 -1.426673532 -0.259245157 0.017222753 0.965657949 161.976776123\n0.966704607 0.011165787 0.255651295 33.973686218 -0.006934756 0.999823749 -0.017445479 -1.440514684 -0.255801022 0.015091745 0.966611624 162.688385010\n0.967456639 0.011594617 0.252771199 34.148445129 -0.007862957 0.999844730 -0.015768202 -1.453403831 -0.252914786 0.013267523 0.967397571 163.418441772\n0.968307436 0.011523366 0.249495372 34.326744080 -0.007744094 0.999840021 -0.016123984 -1.464301467 -0.249641255 0.013680859 0.968241751 164.126632690\n0.969027936 0.011447183 0.246685728 34.488422394 -0.007750179 0.999842703 -0.015952453 -1.471892834 -0.246829540 0.013546513 0.968964219 164.843307495\n0.969956219 0.010189991 0.243066147 34.669467926 -0.006712173 0.999862969 -0.015132020 -1.484549522 -0.243187040 0.013045895 0.969891667 165.549118042\n0.970752537 0.010845282 0.239837289 34.845203400 -0.007530160 0.999863088 -0.014734469 -1.487464070 -0.239964247 0.012497510 0.970701277 166.285125732\n0.971469343 0.010212013 0.236945227 35.018096924 -0.007158617 0.999879956 -0.013743296 -1.495998621 -0.237057120 0.011654991 0.971425772 166.993164062\n0.972274721 0.012084142 0.233529091 35.186313629 -0.009284332 0.999871314 -0.013084732 -1.507566452 -0.233657151 0.010553792 0.972261786 167.702911377\n0.972597063 0.012519668 0.232159838 35.342674255 -0.009513466 0.999855816 -0.014063992 -1.517887235 -0.232302442 0.011469952 0.972575963 168.420608521\n0.972894251 0.014129478 0.230818465 35.501976013 -0.010803635 0.999818921 -0.015666528 -1.528395414 -0.230998024 0.012748195 0.972870708 169.135314941\n0.973271787 0.015764184 0.229114547 35.669979095 -0.012197862 0.999781549 -0.016973630 -1.535906315 -0.229332060 0.013725247 0.973251462 169.843994141\n0.973603904 0.014920568 0.227756038 35.832118988 -0.011186555 0.999781191 -0.017676942 -1.542902708 -0.227969944 0.014662534 0.973557770 170.553619385\n0.973966718 0.015032333 0.226192012 35.998027802 -0.011359456 0.999781787 -0.017530769 -1.556019068 -0.226406187 0.014504968 0.973924994 171.249984741\n0.974119902 0.013608477 0.225621983 36.153316498 -0.009985096 0.999802351 -0.017192949 -1.572548151 -0.225811362 0.014495135 0.974063218 171.984664917\n0.974464357 0.014400562 0.224079922 36.311515808 -0.010896112 0.999798357 -0.016868029 -1.581526875 -0.224277645 0.013995693 0.974424779 172.700836182\n0.974671066 0.013807978 0.223216742 36.473400116 -0.010405160 0.999811172 -0.016413473 -1.590380073 -0.223401219 0.013675132 0.974630654 173.415817261\n0.974887550 0.014362317 0.222234175 36.632350922 -0.011125266 0.999813080 -0.015811022 -1.599171162 -0.222419724 0.012941554 0.974865079 174.137283325\n0.975190282 0.012728459 0.221002012 36.796009064 -0.009621859 0.999839246 -0.015127786 -1.609122038 -0.221159041 0.012626020 0.975156009 174.849533081\n0.975506186 0.013030479 0.219585612 36.951057434 -0.009901222 0.999833226 -0.015345278 -1.612174749 -0.219748944 0.012795249 0.975472569 175.571517944\n0.975827992 0.011046667 0.218260720 37.116474152 -0.007638053 0.999835432 -0.016454736 -1.631170392 -0.218406573 0.014389905 0.975751758 176.293975830\n0.976148665 0.011181667 0.216814935 37.270057678 -0.007485364 0.999812424 -0.017861972 -1.641257167 -0.216973990 0.015813002 0.976049304 177.004455566\n0.976457477 0.010389602 0.215459555 37.428241730 -0.006586544 0.999809742 -0.018361429 -1.650314450 -0.215609327 0.016510023 0.976340115 177.727188110\n0.976701438 0.008346449 0.214440331 37.581672668 -0.004738495 0.999838531 -0.017333524 -1.663772106 -0.214550376 0.015913554 0.976583302 178.444702148\n0.977114081 0.010142766 0.212473989 37.734909058 -0.006983036 0.999853671 -0.015616309 -1.673028827 -0.212601289 0.013775202 0.977041960 179.152954102\n0.977419257 0.011131039 0.211015970 37.885101318 -0.008615236 0.999880493 -0.012837946 -1.687650681 -0.211133659 0.010730104 0.977398276 179.864624023\n0.977530420 0.010354758 0.210539833 38.029678345 -0.008430567 0.999914110 -0.010034843 -1.695574641 -0.210625663 0.008034395 0.977533758 180.582351685\n0.977808833 0.007910778 0.209349722 38.185321808 -0.006088772 0.999937773 -0.009346230 -1.699889302 -0.209410638 0.007864144 0.977796137 181.290267944\n0.978001535 0.006232330 0.208504558 38.334842682 -0.004179562 0.999938369 -0.010284320 -1.710010529 -0.208555803 0.009186623 0.977967322 181.987228394\n0.978039920 0.005137020 0.208354399 38.473823547 -0.002638987 0.999921322 -0.012265553 -1.719778538 -0.208401009 0.011446356 0.977976501 182.686935425\n0.978344798 0.004546507 0.206931829 38.618721008 -0.001282387 0.999872684 -0.015905293 -1.719022512 -0.206977800 0.015295493 0.978226066 183.378524780\n0.978690803 0.004925529 0.205280319 38.769794464 -0.001673074 0.999870360 -0.016014535 -1.735728025 -0.205332592 0.015329829 0.978572190 184.062927246\n0.979056239 0.003227598 0.203564256 38.913803101 -0.000320497 0.999897540 -0.014312350 -1.743056178 -0.203589588 0.013947355 0.978956997 184.751998901\n0.979369819 0.001630467 0.202069432 39.045589447 0.000960104 0.999918640 -0.012721525 -1.749979973 -0.202073723 0.012653085 0.979288578 185.439987183\n0.979720652 -0.000059291 0.200368166 39.181999207 0.002289712 0.999937952 -0.010899888 -1.764782190 -0.200355098 0.011137631 0.979660034 186.123947144\n0.979960799 0.002618271 0.199173331 39.318710327 -0.000177002 0.999924660 -0.012273826 -1.772806168 -0.199190453 0.011992614 0.979887426 186.816970825\n0.980234087 0.003957407 0.197801664 39.449932098 -0.001362770 0.999911249 -0.013251775 -1.782986879 -0.197836548 0.012720283 0.980152488 187.488632202\n0.980390728 0.004020957 0.197022483 39.579338074 -0.001233101 0.999897420 -0.014270577 -1.790599585 -0.197059646 0.013747793 0.980295122 188.155792236\n0.980623066 0.001209291 0.195900276 39.720951080 0.001784805 0.999884307 -0.015106526 -1.789427280 -0.195895880 0.015163451 0.980507433 188.816452026\n0.980555475 -0.000624139 0.196241111 39.852546692 0.003736394 0.999873042 -0.015489530 -1.801035762 -0.196206525 0.015921578 0.980433345 189.481185913\n0.980418205 0.000428331 0.196926191 39.977409363 0.002624235 0.999880433 -0.015239859 -1.805630684 -0.196909159 0.015458216 0.980299890 190.124114990\n0.980052173 0.000062461 0.198740438 40.103324890 0.002993449 0.999881864 -0.015075898 -1.810840845 -0.198717907 0.015370086 0.979936182 190.764495850\n0.979529381 -0.000528217 0.201300457 40.229434967 0.003749740 0.999870956 -0.015622579 -1.829107046 -0.201266229 0.016057599 0.979404926 191.383071899\n0.978946388 -0.001239468 0.204113796 40.360351562 0.004704883 0.999852896 -0.016493462 -1.840250015 -0.204063326 0.017106546 0.978808224 191.998077393\n0.978574634 0.001427381 0.205887601 40.488258362 0.002141637 0.999851286 -0.017110895 -1.846537352 -0.205881417 0.017185224 0.978426039 192.606292725\n0.978245974 0.000165724 0.207448214 40.621768951 0.003402296 0.999852359 -0.016842671 -1.855746627 -0.207420379 0.017182076 0.978101015 193.205413818\n0.977693200 -0.000331621 0.210037798 40.737808228 0.003982273 0.999848247 -0.016958239 -1.868600845 -0.210000306 0.017416382 0.977546155 193.814559937\n0.977153122 -0.002157175 0.212525561 40.862609863 0.005379929 0.999879122 -0.014586953 -1.876704335 -0.212468401 0.015397059 0.977046609 194.406280518\n0.976978242 -0.001146174 0.213335946 40.988773346 0.003991287 0.999908745 -0.012906081 -1.880586028 -0.213301688 0.013460445 0.976893663 194.986892700\n0.976628602 0.000000491 0.214933813 41.120151520 0.002454380 0.999934793 -0.011154638 -1.890688658 -0.214919806 0.011421467 0.976564884 195.575653076\n0.976053357 0.003096871 0.217509136 41.232593536 -0.001113277 0.999956667 -0.009241539 -1.897615433 -0.217528328 0.008778088 0.976014555 196.135513306\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0093_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999166 -0.000937460 0.000875329 0.001685787 0.000938585 0.999998748 -0.001285831 -0.000893327 -0.000874123 0.001286652 0.999998808 0.669965744\n0.999984086 -0.005323096 0.001859860 0.009819810 0.005328613 0.999981403 -0.002974147 -0.003557321 -0.001843994 0.002984010 0.999993861 1.334035993\n0.999983490 -0.005061384 0.002730224 0.013681878 0.005074551 0.999975443 -0.004837315 -0.005208845 -0.002705673 0.004851090 0.999984562 1.995966554\n0.999985278 -0.003185528 0.004387405 0.008349517 0.003203936 0.999986053 -0.004195007 -0.006001135 -0.004373981 0.004209002 0.999981582 2.663193464\n0.999987006 -0.001203443 0.004949382 0.008177935 0.001224065 0.999990582 -0.004165595 -0.007359035 -0.004944323 0.004171600 0.999979079 3.323361635\n0.999978304 -0.002992092 0.005868350 0.017501848 0.003010597 0.999990523 -0.003147058 -0.008800753 -0.005858878 0.003164657 0.999977827 3.980078697\n0.999973059 -0.000919489 0.007278906 0.017595993 0.000946840 0.999992490 -0.003755012 -0.009717911 -0.007275399 0.003761803 0.999966443 4.637470722\n0.999958694 -0.001360898 0.008986250 0.023399232 0.001404788 0.999987125 -0.004879650 -0.009477391 -0.008979493 0.004892073 0.999947727 5.290530205\n0.999929905 0.006443025 0.009931271 0.018182285 -0.006410390 0.999973953 -0.003314477 -0.013475676 -0.009952367 0.003250581 0.999945164 5.942087650\n0.999905229 0.006874447 0.011927691 0.015537045 -0.006832471 0.999970317 -0.003556384 -0.012720389 -0.011951786 0.003474551 0.999922514 6.601709366\n0.999893188 0.006436002 0.013121898 0.023188353 -0.006407822 0.999977052 -0.002188521 -0.016161574 -0.013135683 0.002104205 0.999911487 7.249255180\n0.999890029 0.002557969 0.014606135 0.037713751 -0.002519604 0.999993324 -0.002644435 -0.014936106 -0.014612801 0.002607342 0.999889851 7.897132874\n0.999865353 0.004154219 0.015873570 0.048890997 -0.004093945 0.999984264 -0.003827680 -0.016502034 -0.015889222 0.003762179 0.999866664 8.540015221\n0.999796689 0.007134999 0.018859083 0.052401189 -0.007037285 0.999961495 -0.005242547 -0.022036325 -0.018895762 0.005108764 0.999808431 9.186199188\n0.999750376 0.007978488 0.020868301 0.063256226 -0.007879582 0.999957323 -0.004817452 -0.025232308 -0.020905847 0.004651816 0.999770641 9.827720642\n0.999710202 0.004174105 0.023708805 0.081481501 -0.004041056 0.999975860 -0.005656970 -0.026436200 -0.023731844 0.005559522 0.999702930 10.465153694\n0.999624670 0.000624281 0.027388377 0.103702478 -0.000513092 0.999991596 -0.004066530 -0.026463352 -0.027390685 0.004050951 0.999616623 11.101885796\n0.999531209 0.001360646 0.030586055 0.127265900 -0.001228160 0.999989808 -0.004349929 -0.033932656 -0.030591661 0.004310325 0.999522686 11.742009163\n0.999407470 0.002432783 0.034333535 0.149943471 -0.002306502 0.999990404 -0.003717195 -0.036620833 -0.034342252 0.003635802 0.999403536 12.363126755\n0.999268115 0.002698621 0.038156398 0.168995023 -0.002525858 0.999986351 -0.004575239 -0.040687107 -0.038168225 0.004475513 0.999261320 12.988554001\n0.999131620 0.002909481 0.041564133 0.203085348 -0.002665156 0.999978840 -0.005932475 -0.041118417 -0.041580517 0.005816548 0.999118209 13.590372086\n0.998914421 0.002528853 0.046514608 0.232262403 -0.002274826 0.999982238 -0.005513367 -0.043371025 -0.046527721 0.005401569 0.998902380 14.204969406\n0.998665869 0.004656542 0.051427830 0.263330489 -0.004452093 0.999981701 -0.004089295 -0.046544544 -0.051445935 0.003854878 0.998668313 14.821657181\n0.998420477 0.005230067 0.055939540 0.298326999 -0.005006556 0.999978900 -0.004134979 -0.046709374 -0.055959988 0.003848383 0.998425603 15.418821335\n0.998160779 0.005138267 0.060403790 0.341332465 -0.004836177 0.999975085 -0.005146303 -0.045835570 -0.060428724 0.004844714 0.998160779 16.011295319\n0.997880280 0.003906578 0.064959280 0.379755706 -0.003531553 0.999976456 -0.005887051 -0.052847080 -0.064980745 0.005645165 0.997870564 16.609062195\n0.997553587 0.001461633 0.069890901 0.418049216 -0.001014002 0.999978721 -0.006439761 -0.053476673 -0.069898829 0.006353138 0.997533858 17.205123901\n0.997243345 -0.002071194 0.074171320 0.474775761 0.002507727 0.999980092 -0.005792832 -0.053095229 -0.074157842 0.005962864 0.997228682 17.806270599\n0.996904790 -0.002780185 0.078568950 0.523920357 0.003184393 0.999982357 -0.005019810 -0.059306890 -0.078553602 0.005254467 0.996896029 18.393974304\n0.996583760 -0.005260758 0.082420483 0.583924949 0.005584667 0.999977589 -0.003699907 -0.065429643 -0.082399167 0.004147558 0.996590793 18.979654312\n0.996208847 -0.005299759 0.086832501 0.634687304 0.005677575 0.999975443 -0.004104705 -0.064143389 -0.086808622 0.004582141 0.996214449 19.559520721\n0.995830476 -0.003217521 0.091166079 0.687037230 0.003905455 0.999965250 -0.007368553 -0.068210855 -0.091139205 0.007693875 0.995808423 20.136356354\n0.995388627 0.001881537 0.095905602 0.734352291 -0.000872462 0.999943852 -0.010562398 -0.075019598 -0.095920093 0.010430018 0.995334387 20.703605652\n0.994959235 0.003479734 0.100219667 0.793564320 -0.002143324 0.999907374 -0.013439396 -0.079778001 -0.100257151 0.013156849 0.994874537 21.275487900\n0.994473457 0.006584171 0.104781479 0.847710252 -0.004945900 0.999861538 -0.015887285 -0.085229129 -0.104871579 0.015281245 0.994368374 21.843826294\n0.993994236 0.008126396 0.109130174 0.909021914 -0.006262318 0.999828756 -0.017413113 -0.092929490 -0.109252997 0.016625125 0.993874907 22.404960632\n0.993533432 0.010712450 0.113033369 0.973842323 -0.009147721 0.999855161 -0.014352680 -0.098833613 -0.113170750 0.013225870 0.993487537 22.971178055\n0.993091106 0.012698570 0.116656817 1.039585829 -0.011799471 0.999895155 -0.008394621 -0.104043722 -0.116751187 0.006960135 0.993136823 23.541456223\n0.992717087 0.008312706 0.120182082 1.111671448 -0.007907761 0.999961317 -0.003845961 -0.103244103 -0.120209403 0.002867580 0.992744446 24.108667374\n0.992333829 0.009850541 0.123192906 1.183016062 -0.009955574 0.999950409 0.000237029 -0.106540874 -0.123184465 -0.001461668 0.992382705 24.667968750\n0.991897702 0.012240845 0.126448199 1.253969073 -0.012932857 0.999905527 0.004653155 -0.109174907 -0.126379296 -0.006250790 0.991962314 25.229633331\n0.991522253 0.016322464 0.128907844 1.313004971 -0.017602189 0.999806404 0.008794331 -0.104759611 -0.128739342 -0.010988835 0.991617560 25.798446655\n0.991318047 0.016649686 0.130427539 1.385485649 -0.018121047 0.999784768 0.010102302 -0.092694074 -0.130231261 -0.012378078 0.991406381 26.377132416\n0.991148651 0.016056553 0.131782323 1.462837934 -0.017333580 0.999813199 0.008548958 -0.090616703 -0.131620437 -0.010757548 0.991241813 26.930437088\n0.991030812 0.015953464 0.132677808 1.534824252 -0.016763775 0.999846995 0.004992485 -0.093489140 -0.132577851 -0.007171887 0.991146624 27.478359222\n0.991042733 0.018453896 0.132263795 1.602458954 -0.018351249 0.999829590 -0.001995094 -0.093384519 -0.132278085 -0.000449982 0.991212547 28.024948120\n0.991145015 0.025053106 0.130399168 1.661406994 -0.023790890 0.999653876 -0.011228697 -0.089643754 -0.130635351 0.008026955 0.991397977 28.596162796\n0.991215765 0.031572588 0.128430903 1.723712921 -0.029629696 0.999416173 -0.017010968 -0.082909614 -0.128893003 0.013056172 0.991572559 29.150787354\n0.991316617 0.033575334 0.127137929 1.790603995 -0.031737641 0.999360800 -0.016453169 -0.082496181 -0.127609089 0.012275243 0.991748571 29.715911865\n0.991687894 0.028930234 0.125372335 1.864701390 -0.027625600 0.999544680 -0.012132570 -0.082463272 -0.125666246 0.008568237 0.992035568 30.298515320\n0.992085993 0.019668054 0.124010451 1.941229582 -0.019218249 0.999803662 -0.004822472 -0.097273894 -0.124080956 0.002401043 0.992269218 30.888391495\n0.992349803 0.017265270 0.122244671 2.025290489 -0.017399330 0.999848604 0.000029157 -0.096689284 -0.122225665 -0.002155908 0.992500007 31.467140198\n0.992257118 0.022956250 0.122060619 2.078000307 -0.023587389 0.999714851 0.003728087 -0.092520617 -0.121940225 -0.006578312 0.992515624 32.048793793\n0.992125154 0.031953085 0.121106192 2.127768040 -0.032814149 0.999448359 0.005121842 -0.097421959 -0.120875724 -0.009055504 0.992626369 32.625690460\n0.992193699 0.034405816 0.119866021 2.185754776 -0.035084888 0.999378026 0.003558907 -0.097859830 -0.119669013 -0.007736610 0.992783725 33.211830139\n0.992591083 0.029149951 0.117954135 2.269531488 -0.029274847 0.999571145 -0.000673969 -0.095840409 -0.117923200 -0.002784113 0.993018806 33.791275024\n0.992796361 0.023860957 0.117413856 2.336670399 -0.023342811 0.999710798 -0.005786366 -0.096783191 -0.117517963 0.003003914 0.993066192 34.358150482\n0.992799997 0.026734259 0.116762295 2.401914835 -0.025539368 0.999605119 -0.011717989 -0.091670096 -0.117029458 0.008651584 0.993090749 34.943386078\n0.992471516 0.035052866 0.117352583 2.451286554 -0.033780500 0.999347150 -0.012814353 -0.092395589 -0.117725141 0.008753652 0.993007660 35.538105011\n0.992117226 0.041338529 0.118298568 2.504813910 -0.040338021 0.999127269 -0.010840451 -0.093147039 -0.118643455 0.005983069 0.992918909 36.139987946\n0.991987050 0.043547627 0.118596978 2.570583820 -0.043053187 0.999050140 -0.006729144 -0.094172329 -0.118777364 0.001569246 0.992919683 36.737606049\n0.992266238 0.034109257 0.119349308 2.651389599 -0.033563364 0.999414921 -0.006581596 -0.101694509 -0.119503975 0.002524931 0.992830515 37.339664459\n0.992433786 0.028950144 0.119319439 2.727875710 -0.028192433 0.999570251 -0.008033736 -0.106261663 -0.119500734 0.004609046 0.992823422 37.939170837\n0.992634952 0.029262321 0.117556497 2.818299055 -0.028204005 0.999545395 -0.010656465 -0.108226016 -0.117814884 0.007262415 0.993009031 38.554950714\n0.992785335 0.030275846 0.116019979 2.889195204 -0.028976798 0.999497235 -0.012867491 -0.106063209 -0.116351224 0.009412769 0.993163526 39.159526825\n0.993061244 0.029432585 0.113855682 2.953907728 -0.028296778 0.999532521 -0.011579504 -0.108129360 -0.114143267 0.008277408 0.993429840 39.775878906\n0.993604839 0.021967554 0.110755824 3.028836727 -0.021444287 0.999752581 -0.005913662 -0.115469813 -0.110858329 0.003500764 0.993830085 40.395889282\n0.994101822 0.014502475 0.107476950 3.099699497 -0.014368196 0.999894738 -0.002023684 -0.117658943 -0.107494988 0.000467498 0.994205534 41.035514832\n0.994536042 0.010213159 0.103893198 3.167835474 -0.010387366 0.999945402 0.001135861 -0.120567843 -0.103875928 -0.002208832 0.994587839 41.657798767\n0.994896829 0.012839478 0.100077063 3.239749193 -0.012603040 0.999916077 -0.002994458 -0.119600222 -0.100107118 0.001717902 0.994975209 42.310798645\n0.995242536 0.014424957 0.096354753 3.302622795 -0.013656845 0.999869525 -0.008626480 -0.120869264 -0.096466616 0.007269537 0.995309651 42.940196991\n0.995547473 0.012764715 0.093392946 3.359530210 -0.011726845 0.999863327 -0.011653326 -0.122852400 -0.093528934 0.010506234 0.995561123 43.572628021\n0.995854080 0.010841526 0.090316869 3.414837837 -0.009671004 0.999863625 -0.013387735 -0.116692826 -0.090449691 0.012458775 0.995823085 44.216449738\n0.996085882 0.013430922 0.087364607 3.463944674 -0.012447751 0.999853015 -0.011788753 -0.122520372 -0.087510094 0.010655117 0.996106625 44.878227234\n0.996329069 0.015641827 0.084164515 3.508314610 -0.014973802 0.999851227 -0.008562582 -0.129682124 -0.084285930 0.007270887 0.996415079 45.544578552\n0.996599913 0.015330561 0.080954559 3.558451653 -0.014757026 0.999861598 -0.007678249 -0.130660146 -0.081061073 0.006457493 0.996688247 46.214096069\n0.996850491 0.013481447 0.078149624 3.609582663 -0.013148423 0.999902129 -0.004774369 -0.128514081 -0.078206345 0.003731788 0.996930182 46.874397278\n0.997118056 0.009997731 0.075203650 3.659056187 -0.009978361 0.999949992 -0.000633311 -0.128086254 -0.075206220 -0.000118924 0.997168005 47.537689209\n0.997376800 0.010452669 0.071625866 3.706306458 -0.010614948 0.999941885 0.001885378 -0.134324223 -0.071601994 -0.002640737 0.997429788 48.196205139\n0.997560680 0.013662376 0.068454750 3.744170904 -0.013738984 0.999905407 0.000648410 -0.136983931 -0.068439417 -0.001587327 0.997654021 48.856468201\n0.997773945 0.015760796 0.064797901 3.778930187 -0.015530430 0.999871135 -0.004057348 -0.131993502 -0.064853504 0.003041976 0.997890174 49.504440308\n0.998021007 0.014005189 0.061302390 3.816228628 -0.013478262 0.999868631 -0.009000645 -0.132816017 -0.061420392 0.008156583 0.998078644 50.160800934\n0.998281837 0.009106769 0.057882912 3.871391296 -0.008537548 0.999912798 -0.010073717 -0.129273519 -0.057969604 0.009562231 0.998272538 50.825851440\n0.998484433 0.008576421 0.054362547 3.906925201 -0.008132576 0.999931812 -0.008380504 -0.134419471 -0.054430716 0.007925696 0.998486102 51.489276886\n0.998614967 0.012842081 0.051021587 3.931884766 -0.012666577 0.999912679 -0.003761647 -0.136838198 -0.051065441 0.003110168 0.998690486 52.154872894\n0.998731911 0.013680980 0.048450336 3.956807852 -0.013737239 0.999905288 0.000828362 -0.137504876 -0.048434414 -0.001492886 0.998825252 52.819522858\n0.998853624 0.008655587 0.047079831 3.991494417 -0.008852297 0.999952912 0.003971302 -0.142599449 -0.047043238 -0.004383514 0.998883247 53.479614258\n0.998949051 0.001705268 0.045802861 4.042335510 -0.001818224 0.999995410 0.002424605 -0.144170448 -0.045798514 -0.002505337 0.998947561 54.137329102\n0.998974800 -0.000377597 0.045268673 4.068215847 0.000430635 0.999999225 -0.001161866 -0.141555145 -0.045268200 0.001180169 0.998974144 54.795520782\n0.998956680 0.002297294 0.045609545 4.078104019 -0.001921315 0.999963820 -0.008285559 -0.141982436 -0.045626931 0.008189283 0.998924971 55.486995697\n0.999013305 0.003333597 0.044286668 4.111543655 -0.002802886 0.999923587 -0.012040242 -0.142113909 -0.044323418 0.011904231 0.998946309 56.140163422\n0.998977482 -0.001750194 0.045176510 4.153002262 0.002338116 0.999913216 -0.012964336 -0.147646770 -0.045149900 0.013056708 0.998894870 56.798988342\n0.998866796 -0.001920977 0.047554217 4.182344913 0.002498996 0.999923706 -0.012098469 -0.158295915 -0.047527347 0.012203597 0.998795390 57.458442688\n0.998708427 0.002685974 0.050737053 4.209120274 -0.002064888 0.999922335 -0.012289735 -0.163659558 -0.050766125 0.012169096 0.998636425 58.116439819\n0.998505294 0.007227419 0.054175034 4.240788937 -0.006527753 0.999893129 -0.013080780 -0.168629959 -0.054263785 0.012707587 0.998445749 58.770923615\n0.998202920 0.009877317 0.059104383 4.278502941 -0.009062581 0.999860406 -0.014036915 -0.172622919 -0.059234779 0.013476052 0.998153090 59.446937561\n0.997890353 0.010895354 0.064000882 4.324607372 -0.009964379 0.999840140 -0.014847506 -0.178938761 -0.064152420 0.014178454 0.997839391 60.100875854\n0.997425914 0.014438518 0.070235968 4.369235992 -0.013470022 0.999807835 -0.014243349 -0.188660085 -0.070428126 0.013260606 0.997428715 60.760322571\n0.996853232 0.016599160 0.077511966 4.411572933 -0.015645707 0.999794483 -0.012891880 -0.194186270 -0.077710032 0.011638584 0.996908069 61.425689697\n0.996287942 0.017218163 0.084343910 4.470161438 -0.016278878 0.999797702 -0.011811525 -0.202243134 -0.084530219 0.010394655 0.996366680 62.083908081\n0.995643318 0.016738437 0.091728814 4.532618999 -0.015869971 0.999822140 -0.010189028 -0.208313420 -0.091883048 0.008688904 0.995731890 62.744773865\n0.995031059 0.014751152 0.098466352 4.606156826 -0.013845065 0.999855340 -0.009878996 -0.212294742 -0.098597832 0.008466634 0.995091319 63.394325256\n0.994401574 0.012317948 0.104946747 4.681332588 -0.010987737 0.999851942 -0.013243867 -0.219340533 -0.105094343 0.012016594 0.994389653 64.064865112\n0.993865132 0.010367601 0.110111967 4.764321804 -0.008664571 0.999835491 -0.015933612 -0.228719532 -0.110259049 0.014881789 0.993791461 64.716728210\n0.993061364 0.012675397 0.116912365 4.839307308 -0.010613667 0.999777317 -0.018240606 -0.234505683 -0.117117532 0.016873172 0.992974699 65.383445740\n0.992196918 0.016794076 0.123544253 4.910277367 -0.014703215 0.999733150 -0.017816368 -0.240646571 -0.123810492 0.015860848 0.992179096 66.048789978\n0.991331935 0.018118899 0.130125850 4.993847370 -0.016348204 0.999758840 -0.014662985 -0.247257143 -0.130360156 0.012408561 0.991389036 66.722358704\n0.990557194 0.016447529 0.136109963 5.091012001 -0.015016089 0.999820709 -0.011536879 -0.258837610 -0.136275321 0.009384099 0.990626574 67.384399414\n0.989750564 0.017299550 0.141755134 5.183400631 -0.016094012 0.999823928 -0.009646546 -0.269867778 -0.141897067 0.007266266 0.989854753 68.049003601\n0.988866746 0.015316826 0.148013309 5.281519890 -0.013946322 0.999849796 -0.010292796 -0.277573824 -0.148148730 0.008113964 0.988931835 68.707550049\n0.988077402 0.012643956 0.153437838 5.390679359 -0.010938548 0.999868691 -0.011953795 -0.282164872 -0.153568834 0.010132888 0.988085985 69.368087769\n0.987247407 0.011616374 0.158769071 5.500651360 -0.009918011 0.999884844 -0.011485270 -0.289857984 -0.158884212 0.009764129 0.987248957 70.045608521\n0.986431301 0.013633802 0.163607523 5.610888004 -0.011862293 0.999859989 -0.011799924 -0.294296086 -0.163745493 0.009699054 0.986454964 70.705177307\n0.985602140 0.010187056 0.168773949 5.730439186 -0.008445141 0.999903440 -0.011035610 -0.303884685 -0.168870077 0.009451401 0.985593021 71.366920471\n0.984929860 0.004727900 0.172889546 5.851995468 -0.003051886 0.999945760 -0.009958673 -0.307038933 -0.172927245 0.009280955 0.984890878 72.034164429\n0.984169304 0.005565429 0.177143395 5.978091717 -0.004074402 0.999953151 -0.008779708 -0.310033679 -0.177183956 0.007918967 0.984145880 72.709762573\n0.983299911 0.011501796 0.181628868 6.094439507 -0.010387000 0.999920905 -0.007087809 -0.315538108 -0.181696028 0.005082862 0.983341634 73.366706848\n0.982396126 0.013347987 0.186332271 6.212053299 -0.012086862 0.999895751 -0.007902601 -0.321401387 -0.186418325 0.005511312 0.982455015 74.020362854\n0.981798410 0.013925933 0.189414605 6.345306396 -0.012422717 0.999881208 -0.009121129 -0.322443992 -0.189519137 0.006602066 0.981854856 74.666656494\n0.980766833 0.012607946 0.194775358 6.474338055 -0.010727810 0.999885142 -0.010704730 -0.334170818 -0.194887951 0.008409332 0.980789483 75.322113037\n0.979770005 0.014457424 0.199603856 6.601743698 -0.011755338 0.999822617 -0.014715810 -0.340329438 -0.199781194 0.012071700 0.979766190 75.969665527\n0.978890419 0.013209995 0.203958556 6.740462303 -0.010418600 0.999836862 -0.014753843 -0.347879499 -0.204120189 0.012317432 0.978868365 76.611282349\n0.977953613 0.012884516 0.208424404 6.878211021 -0.010261104 0.999854028 -0.013663230 -0.353437811 -0.208570018 0.011223339 0.977943063 77.255836487\n0.977040887 0.005051766 0.212992087 7.027223587 -0.003141719 0.999951780 -0.009305202 -0.360135853 -0.213028818 0.008422403 0.977009594 77.894638062\n0.976248622 0.002452289 0.216639489 7.176016331 -0.001214143 0.999982178 -0.005848150 -0.364835531 -0.216649964 0.005446217 0.976234138 78.529785156\n0.975241125 0.004076861 0.221106663 7.322078705 -0.002364070 0.999965131 -0.008010525 -0.381180078 -0.221131623 0.007289482 0.975216746 79.165344238\n0.974417388 0.007035999 0.224635780 7.468149662 -0.004545116 0.999922335 -0.011603729 -0.389504403 -0.224699974 0.010285879 0.974373698 79.790420532\n0.973442435 0.004541045 0.228886917 7.625890732 -0.000869686 0.999869406 -0.016138375 -0.389454007 -0.228930309 0.015510718 0.973319232 80.412811279\n0.972019315 0.008817253 0.234735429 7.779308319 -0.003855599 0.999759495 -0.021587778 -0.397309244 -0.234869316 0.020078693 0.971819580 81.027481079\n0.969675899 0.014911577 0.243939146 7.928853035 -0.009234563 0.999659657 -0.024399405 -0.415288091 -0.244219959 0.021406844 0.969483554 81.641700745\n0.966929615 0.021192485 0.254161358 8.062137604 -0.014933491 0.999536455 -0.026530497 -0.435183644 -0.254605800 0.021857606 0.966797888 82.288223267\n0.964512825 0.021517511 0.263157785 8.228539467 -0.014274173 0.999465644 -0.029405890 -0.441130280 -0.263649911 0.024605999 0.964304566 82.899726868\n0.961964846 0.019299790 0.272490561 8.414917946 -0.012146484 0.999536514 -0.027914191 -0.448624790 -0.272903025 0.023542669 0.961753428 83.497322083\n0.958705366 0.016946679 0.283895880 8.603903770 -0.011081844 0.999690950 -0.022251895 -0.467629611 -0.284185231 0.018186921 0.958596885 84.105743408\n0.955386639 0.015534428 0.294949204 8.793768883 -0.010904677 0.999790251 -0.017335147 -0.487118721 -0.295156628 0.013345442 0.955355704 84.696708679\n0.951565444 0.015555389 0.307052433 8.969355583 -0.010789284 0.999793649 -0.017213576 -0.510462105 -0.307256818 0.013066968 0.951536894 85.295372009\n0.948058367 0.016321009 0.317677408 9.171141624 -0.010454343 0.999742031 -0.020163450 -0.524005413 -0.317924559 0.015795020 0.947984457 85.884445190\n0.944402039 0.014288270 0.328482270 9.387548447 -0.007025398 0.999704123 -0.023286622 -0.530549228 -0.328717798 0.019684216 0.944223046 86.470001221\n0.940606356 0.009828407 0.339356840 9.607385635 -0.001107987 0.999664426 -0.025881108 -0.538652480 -0.339497328 0.023967933 0.940301597 87.022171021\n0.937073112 0.004979183 0.349097699 9.838276863 0.004430323 0.999648213 -0.026150182 -0.549330652 -0.349105090 0.026051247 0.936721385 87.584007263\n0.933092952 0.003017665 0.359622687 10.062351227 0.006310309 0.999673486 -0.024761468 -0.564112127 -0.359579980 0.025374083 0.932769239 88.142517090\n0.928925693 0.006270076 0.370213181 10.282114029 0.003529122 0.999661267 -0.025785808 -0.580080509 -0.370249450 0.025259627 0.928588867 88.704170227\n0.925062299 0.012087479 0.379623085 10.502843857 -0.001478959 0.999600530 -0.028224105 -0.600894868 -0.379812598 0.025547607 0.924710631 89.256912231\n0.921169937 0.018271741 0.388731450 10.724680901 -0.006133381 0.999454737 -0.032443717 -0.621033192 -0.389112294 0.027501941 0.920779705 89.814636230\n0.917128205 0.022977091 0.397929519 10.955263138 -0.010429117 0.999378622 -0.033669222 -0.636878788 -0.398455888 0.026728941 0.916797936 90.350242615\n0.912911415 0.026592480 0.407290518 11.188096046 -0.013622753 0.999304533 -0.034711391 -0.657978177 -0.407930315 0.026140006 0.912638783 90.870979309\n0.909301758 0.025249805 0.415370673 11.436860085 -0.012631807 0.999372303 -0.033097748 -0.680833519 -0.415945649 0.024848960 0.909049928 91.396415710\n0.905628681 0.025470523 0.423305929 11.687280655 -0.014830709 0.999486327 -0.028410478 -0.699458241 -0.423812091 0.019451417 0.905541241 91.924102783\n0.902186751 0.026922112 0.430504650 11.937620163 -0.017616987 0.999517381 -0.025586965 -0.710965276 -0.430985719 0.015500029 0.902225614 92.449256897\n0.898719788 0.025040314 0.437807828 12.187458992 -0.015835505 0.999570370 -0.024663504 -0.724691033 -0.438237339 0.015232671 0.898730218 92.961967468\n0.896661878 0.023574384 0.442087978 12.442742348 -0.013550562 0.999574780 -0.025818590 -0.747791529 -0.442508668 0.017160004 0.896600008 93.458717346\n0.895368934 0.016742179 0.445010364 12.704380035 -0.003923577 0.999550819 -0.029710792 -0.769879460 -0.445307881 0.024856089 0.895032406 93.956871033\n0.894576311 0.014681927 0.446673930 12.969844818 0.001826781 0.999331772 -0.036506072 -0.784668207 -0.446911424 0.033473443 0.893951714 94.457672119\n0.893524945 0.018202635 0.448644519 13.219166756 0.000265093 0.999156415 -0.041066248 -0.798027039 -0.449013561 0.036812652 0.892766297 94.950897217\n0.892096996 0.016858816 0.451529324 13.468775749 0.000838763 0.999240160 -0.038965940 -0.816525280 -0.451843172 0.035140123 0.891405046 95.444053650\n0.890735984 0.014516559 0.454289258 13.729810715 0.001577255 0.999385118 -0.035027355 -0.837440491 -0.454518408 0.031916652 0.890165329 95.940750122\n0.889046431 0.009648490 0.457715422 13.992140770 0.005722618 0.999465585 -0.032183770 -0.850629091 -0.457781315 0.031232195 0.888516068 96.432739258\n0.887025416 0.005376096 0.461689353 14.254486084 0.009012269 0.999540091 -0.028953960 -0.871001303 -0.461632669 0.029843766 0.886569023 96.923866272\n0.884795249 0.006509344 0.465934545 14.512790680 0.006277874 0.999645174 -0.025887042 -0.886854887 -0.465937734 0.025829809 0.884440422 97.392166138\n0.882926524 0.008400030 0.469436020 14.765846252 0.002903601 0.999723136 -0.023350084 -0.893397808 -0.469502181 0.021979462 0.882657707 97.876022339\n0.881031334 0.004844901 0.473033100 15.026077271 0.005519545 0.999774218 -0.020520128 -0.904826760 -0.473025709 0.020689804 0.880805671 98.348281860\n0.878563821 -0.001885464 0.477621317 15.299459457 0.013937251 0.999667585 -0.021690674 -0.923591495 -0.477421671 0.025713367 0.878298044 98.810417175\n0.876073658 -0.003624414 0.482163638 15.561519623 0.018495813 0.999488413 -0.026093081 -0.944297612 -0.481822401 0.031777468 0.875692487 99.269264221\n0.873823524 0.003218628 0.486232549 15.828033447 0.012742251 0.999483109 -0.029515596 -0.958535075 -0.486076206 0.031987119 0.873330832 99.745292664\n0.870239019 0.013459309 0.492445827 16.075286865 0.004246060 0.999384642 -0.034818277 -0.970689654 -0.492611438 0.032391179 0.869646370 100.226585388\n0.868008137 0.021394525 0.496088922 16.333921432 -0.002703346 0.999260187 -0.038364433 -0.980015695 -0.496542692 0.031959541 0.867423773 100.688423157\n0.865724444 0.016080264 0.500262558 16.614200592 0.003251871 0.999282002 -0.037748069 -1.002588749 -0.500510335 0.034306217 0.865050554 101.142036438\n0.863706708 0.010830125 0.503878415 16.897403717 0.009651415 0.999230325 -0.038020648 -1.017907143 -0.503902376 0.037701830 0.862937450 101.575958252\n0.860107243 0.010210130 0.510011137 17.166379929 0.011885017 0.999127150 -0.040045422 -1.041653991 -0.509974837 0.040504847 0.859235168 102.050422668\n0.857271194 0.015328356 0.514636934 17.443778992 0.007420985 0.999085009 -0.042119265 -1.057610035 -0.514811695 0.039926745 0.856373072 102.511199951\n0.853997827 0.024019353 0.519721866 17.707408905 -0.004166469 0.999217451 -0.039333351 -1.076512933 -0.520259917 0.031425193 0.853429615 102.968696594\n0.849516034 0.027308943 0.526855528 17.976726532 -0.008017510 0.999212265 -0.038865358 -1.093968272 -0.527501881 0.028792676 0.849065781 103.417098999\n0.845015585 0.028354239 0.533989489 18.256771088 -0.010470195 0.999279082 -0.036491960 -1.120571613 -0.534639239 0.025245301 0.844703257 103.856323242\n0.839558840 0.025273116 0.542680621 18.547357559 -0.007554530 0.999363840 -0.034853958 -1.138491750 -0.543216288 0.025162252 0.839215696 104.288101196\n0.832991302 0.028014131 0.552576423 18.845336914 -0.010677461 0.999345303 -0.034568176 -1.156143188 -0.553183019 0.022894880 0.832745075 104.722534180\n0.824285448 0.037448160 0.564934611 19.131515503 -0.019087553 0.999081016 -0.038376398 -1.171727777 -0.565852582 0.020849887 0.824242771 105.144027710\n0.814242125 0.041097872 0.579068899 19.420909882 -0.022877926 0.998987734 -0.038731311 -1.194004059 -0.580074489 0.018288771 0.814358115 105.572669983\n0.803454161 0.043224491 0.593795478 19.731552124 -0.026660645 0.998972654 -0.036644738 -1.210296035 -0.594769418 0.013611397 0.803781092 105.986061096\n0.790732861 0.041903492 0.610725522 20.056114197 -0.025198121 0.999036908 -0.035921462 -1.229080200 -0.611642540 0.013015146 0.791027188 106.384246826\n0.775592566 0.038695861 0.630046725 20.391658783 -0.021238411 0.999153852 -0.035220828 -1.250800967 -0.630876482 0.013935826 0.775758147 106.771751404\n0.758515060 0.038243890 0.650532365 20.734315872 -0.020947507 0.999191463 -0.034316465 -1.268528581 -0.651318789 0.012402527 0.758702874 107.157516479\n0.740426660 0.038796823 0.671016574 21.089986801 -0.022442421 0.999203086 -0.033008035 -1.285559893 -0.671762407 0.009380795 0.740707278 107.533233643\n0.719774127 0.043062586 0.692871451 21.453235626 -0.026692646 0.999052882 -0.034362979 -1.290271997 -0.693695009 0.006239009 0.720241845 107.926940918\n0.700062394 0.041026279 0.712902188 21.828123093 -0.024305571 0.999138713 -0.033630881 -1.305762291 -0.713667929 0.006216226 0.700456619 108.272209167\n0.680423856 0.032398511 0.732102275 22.224012375 -0.013558738 0.999407768 -0.031626232 -1.321981549 -0.732693374 0.011592862 0.680460215 108.598587036\n0.658860326 0.023362624 0.751902461 22.632736206 0.000351679 0.999507964 -0.031364221 -1.335889697 -0.752265275 0.020929068 0.658527851 108.912834167\n0.635825515 0.022787472 0.771496415 23.033168793 0.005198572 0.999414980 -0.033803821 -1.359831810 -0.771815360 0.025504012 0.635335088 109.198471069\n0.610585690 0.030432221 0.791365325 23.427627563 0.002833925 0.999171078 -0.040610008 -1.368669987 -0.791945219 0.027038561 0.609993339 109.494026184\n0.584511280 0.040689785 0.810364664 23.828807831 -0.006242656 0.998937726 -0.045655567 -1.392524600 -0.811361611 0.021627363 0.584144354 109.785804749\n0.557387769 0.046710826 0.828937232 24.250148773 -0.012668931 0.998778343 -0.047762670 -1.410441041 -0.830155611 0.016120579 0.557298660 110.061424255\n0.529829025 0.047320627 0.846783340 24.676879883 -0.013844207 0.998791754 -0.047153018 -1.439074516 -0.847991526 0.013259996 0.529843926 110.315498352\n0.502751589 0.045775749 0.863218129 25.122117996 -0.013840800 0.998895168 -0.044909496 -1.467170477 -0.864320159 0.010630695 0.502829671 110.561645508\n0.475243986 0.041709732 0.878864944 25.575189590 -0.010007408 0.999067366 -0.042002901 -1.492574334 -0.879797220 0.011166471 0.475218177 110.783164978\n0.449098825 0.042474944 0.892471969 26.034933090 -0.010783774 0.999054313 -0.042120989 -1.513334513 -0.893417060 0.009292277 0.449132204 110.990997314\n0.425073445 0.046796933 0.903948426 26.487545013 -0.012488203 0.998870790 -0.045838553 -1.532579422 -0.905072808 0.008196063 0.425177813 111.195480347\n0.403559268 0.046939839 0.913748622 26.957311630 -0.011785954 0.998866975 -0.046107128 -1.553616524 -0.914877594 0.007837563 0.403655291 111.389068604\n0.384676993 0.041811470 0.922103882 27.403266907 -0.004768535 0.999050260 -0.043311194 -1.579366446 -0.923038960 0.012263739 0.384511054 111.556365967\n0.368796229 0.040638130 0.928621531 27.876361847 -0.000702606 0.999055743 -0.043441422 -1.598976374 -0.929509997 0.015368579 0.368476510 111.727203369\n0.357220531 0.041917518 0.933079004 28.348144531 -0.001782321 0.999021232 -0.044197552 -1.621597886 -0.934018373 0.014125224 0.356945574 111.897964478\n0.348614514 0.039503347 0.936433494 28.822608948 0.001870673 0.999080062 -0.042842511 -1.645889640 -0.937264442 0.016687287 0.348219931 112.064338684\n0.341355920 0.038443413 0.939147651 29.292491913 0.001189616 0.999144793 -0.041331753 -1.669647932 -0.939933419 0.015226067 0.341018260 112.229507446\n0.333610535 0.041444048 0.941799521 29.765850067 0.001895726 0.999001682 -0.044632751 -1.684878230 -0.942709088 0.016675353 0.333198905 112.399452209\n0.328998208 0.044828728 0.943265975 30.247962952 0.006877386 0.998732388 -0.049863514 -1.715409398 -0.944305599 0.022892214 0.328272879 112.550384521\n0.323922753 0.046525285 0.944938898 30.714576721 0.011445767 0.998524308 -0.053087216 -1.736611366 -0.946014345 0.028011711 0.322912216 112.703308105\n0.319526494 0.047896892 0.946366072 31.204879761 0.011330360 0.998457193 -0.054358821 -1.760509133 -0.947509646 0.028091749 0.318490803 112.859535217\n0.316868246 0.048510369 0.947228253 31.681446075 0.009343293 0.998483062 -0.054260820 -1.775400400 -0.948423624 0.026043765 0.315934360 113.014862061\n0.313813090 0.046844009 0.948328495 32.160266876 0.006229969 0.998659134 -0.051391736 -1.799073815 -0.949464321 0.022035457 0.313100457 113.175529480\n0.311525762 0.040927105 0.949356019 32.639804840 0.004929770 0.998988986 -0.044684481 -1.824164867 -0.950224996 0.018600477 0.311008990 113.331665039\n0.308667064 0.035056379 0.950523913 33.132766724 0.007503520 0.999199748 -0.039288245 -1.852701187 -0.951140583 0.019259261 0.308156967 113.492416382\n0.306753159 0.034484752 0.951164186 33.632114410 0.009025633 0.999193072 -0.039136849 -1.871469140 -0.951746345 0.020590212 0.306194425 113.657920837\n0.305612862 0.036587674 0.951452672 34.112701416 0.011221598 0.999053657 -0.042022601 -1.892663121 -0.952089787 0.023519468 0.304913044 113.810775757\n0.304137170 0.037799343 0.951878190 34.598609924 0.009653307 0.999038875 -0.042756472 -1.913978696 -0.952579498 0.022192607 0.303479970 113.970390320\n0.302414298 0.038376946 0.952403784 35.082435608 0.008783777 0.999034524 -0.043045018 -1.934427857 -0.953136206 0.021383133 0.301785231 114.125518799\n0.300937772 0.043606441 0.952646315 35.562297821 0.003090977 0.998904169 -0.046700280 -1.951512933 -0.953638852 0.016998485 0.300473154 114.295639038\n0.299557865 0.045807030 0.952977896 36.051273346 0.006589750 0.998723626 -0.050077319 -1.976584315 -0.954055429 0.021280944 0.298873663 114.447036743\n0.299308658 0.045571856 0.953067422 36.552322388 0.011527997 0.998613179 -0.051370010 -2.005280972 -0.954086661 0.026362447 0.298368216 114.588088989\n0.298116565 0.044541385 0.953489780 37.048038483 0.016582381 0.998518288 -0.051829476 -2.027506351 -0.954385519 0.031262361 0.296936214 114.729766846\n0.296563506 0.045361690 0.953935385 37.536407471 0.018976977 0.998394191 -0.053375464 -2.047126293 -0.954824686 0.033932030 0.295226455 114.881881714\n0.295436621 0.043474272 0.954372823 38.031753540 0.018316718 0.998522699 -0.051155575 -2.068159342 -0.955186844 0.032594211 0.294203877 115.036346436\n0.293804169 0.040685147 0.954999447 38.530368805 0.018573891 0.998662114 -0.048259512 -2.092951775 -0.955685198 0.031916901 0.292655408 115.196929932\n0.293386161 0.035708860 0.955326855 39.043800354 0.020973252 0.998821199 -0.043775622 -2.118987083 -0.955763936 0.032879472 0.292291403 115.340042114\n0.292028308 0.034951821 0.955770910 39.542922974 0.019419391 0.998909295 -0.042462811 -2.141786814 -0.956212640 0.030960834 0.291031063 115.500068665\n0.291410565 0.035672288 0.955932796 40.040657043 0.012906811 0.999066889 -0.041216485 -2.162459373 -0.956511080 0.024348965 0.290678203 115.663879395\n0.290040314 0.037503265 0.956279397 40.549465179 0.009963761 0.999059379 -0.042203028 -2.181163549 -0.956962645 0.021768721 0.289393783 115.822006226\n0.289469421 0.037049256 0.956470072 41.053993225 0.013557498 0.998991668 -0.042799443 -2.207280874 -0.957091331 0.025356473 0.288675249 115.968666077\n0.289042175 0.037581727 0.956578434 41.558731079 0.018528268 0.998822331 -0.044839941 -2.229378223 -0.957137108 0.030684374 0.288005471 116.111244202\n0.288060248 0.039597575 0.956793249 42.050819397 0.019814689 0.998684347 -0.047296844 -2.253077030 -0.957407236 0.032582905 0.286896646 116.261108398\n0.285617888 0.043539569 0.957354128 42.555644989 0.013071819 0.998697519 -0.049319692 -2.272728920 -0.958254576 0.026600949 0.284676731 116.423431396\n0.283832073 0.044462912 0.957842708 43.066684723 0.009829868 0.998736918 -0.049274053 -2.289672613 -0.958823740 0.023401029 0.283036530 116.581832886\n0.283822477 0.042251591 0.957945526 43.578536987 0.014068413 0.998737693 -0.048219018 -2.319405794 -0.958773673 0.027162416 0.282869756 116.730224609\n0.282595634 0.041389313 0.958345830 44.076652527 0.020786649 0.998569846 -0.049256064 -2.347178459 -0.959013939 0.033840351 0.281331182 116.870109558\n0.281498849 0.040139221 0.958721757 44.578529358 0.021638015 0.998605132 -0.048162371 -2.373443365 -0.959317625 0.034302488 0.280237615 117.012817383\n0.280445933 0.039633669 0.959051311 45.081504822 0.018094119 0.998751342 -0.046565402 -2.393711329 -0.959699333 0.030412264 0.279378593 117.162780762\n0.279480219 0.038456049 0.959381104 45.581626892 0.014542292 0.998913467 -0.044277038 -2.409497738 -0.960041404 0.026326159 0.278617322 117.314865112\n0.279272437 0.037127305 0.959493935 46.064888000 0.019141039 0.998838365 -0.044220965 -2.427161217 -0.960021198 0.030715412 0.278237402 117.458541870\n0.279366970 0.033846769 0.959587753 46.568122864 0.022862827 0.998860717 -0.041888125 -2.464138508 -0.959912241 0.033641048 0.278274834 117.591102600\n0.279428720 0.030876236 0.959669828 47.076820374 0.023965476 0.998947144 -0.039118007 -2.491858959 -0.959867299 0.033929642 0.278394580 117.728713989\n0.279203892 0.033126388 0.959660292 47.539756775 0.018127887 0.999044776 -0.039760035 -2.506091595 -0.960060775 0.028497770 0.278336704 117.876403809\n0.279313147 0.035995398 0.959525168 47.984580994 0.016225077 0.998977482 -0.042198446 -2.527205467 -0.960062981 0.027354950 0.278443515 118.009780884\n0.280395567 0.036868766 0.959176242 48.410888672 0.016249364 0.998936594 -0.043147247 -2.544366837 -0.959747016 0.027684303 0.279498279 118.139282227\n0.281593680 0.035817433 0.958864927 48.838081360 0.016111251 0.998985708 -0.042047556 -2.566616774 -0.959398389 0.027288839 0.280731022 118.261299133\n0.282257438 0.036666967 0.958637714 49.230243683 0.016371125 0.998939693 -0.043028727 -2.590771437 -0.959199011 0.027839156 0.281357825 118.376838684\n0.284781814 0.037435379 0.957861185 49.598426819 0.019678026 0.998798311 -0.044885773 -2.609061241 -0.958390415 0.031631470 0.283702910 118.485717773\n0.287220180 0.036680773 0.957162023 49.958625793 0.019609664 0.998831928 -0.044162028 -2.615747213 -0.957663894 0.031453848 0.286165357 118.599205017\n0.291173995 0.029920982 0.956202090 50.316509247 0.024900870 0.998935103 -0.038840748 -2.631744862 -0.956346035 0.035119679 0.290118873 118.699584961\n0.296434045 0.026540309 0.954684377 50.662574768 0.025626276 0.999032855 -0.035730273 -2.646052361 -0.954709351 0.035056673 0.295467257 118.808341980\n0.302948415 0.031229058 0.952495158 50.989479065 0.023040956 0.998930812 -0.040079881 -2.663997412 -0.952728391 0.034088537 0.301904976 118.920043945\n0.310930252 0.036201630 0.949743032 51.311939240 0.018812740 0.998844147 -0.044232212 -2.684825420 -0.950246572 0.031620402 0.309889793 119.039115906\n0.321740508 0.034684166 0.946192503 51.625961304 0.010949442 0.999125719 -0.040347736 -2.705476522 -0.946764648 0.023341786 0.321079433 119.168792725\n0.333377540 0.028566217 0.942360580 51.948631287 0.010673756 0.999362469 -0.034070183 -2.714455605 -0.942733049 0.021416759 0.332860053 119.298629761\n0.345789850 0.027663490 0.937904119 52.273616791 0.015735535 0.999253750 -0.035274431 -2.726610899 -0.938180089 0.026955964 0.345096529 119.410995483\n0.359288812 0.028498948 0.932791173 52.578617096 0.024570018 0.998898268 -0.039982457 -2.733158588 -0.932902932 0.037283946 0.358192742 119.529586792\n0.375056446 0.034219183 0.926370203 52.888237000 0.029557070 0.998368919 -0.048845418 -2.739476204 -0.926530659 0.045700576 0.373433232 119.664916992\n0.391085267 0.037513949 0.919589579 53.166030884 0.030237973 0.998105824 -0.053576633 -2.755116940 -0.919857562 0.048759557 0.389210165 119.800079346\n0.408878088 0.036393441 0.911863089 53.449123383 0.021126660 0.998559237 -0.049326744 -2.778254271 -0.912344515 0.039433248 0.407520115 119.956069946\n0.429717243 0.030379338 0.902452350 53.727039337 0.020047175 0.998866558 -0.043170728 -2.799043894 -0.902740955 0.036642827 0.428621113 120.115081787\n0.451356292 0.031499613 0.891787767 54.004596710 0.021075750 0.998721659 -0.045943696 -2.808879852 -0.892094970 0.039532073 0.450115442 120.277084351\n0.474577367 0.035484783 0.879498303 54.255619049 0.024544949 0.998265028 -0.053521082 -2.810292959 -0.879871547 0.046987139 0.472883046 120.428833008\n0.501916885 0.035911027 0.864170074 54.503574371 0.026060333 0.998056173 -0.056610789 -2.819487333 -0.864523232 0.050934471 0.500005364 120.588623047\n0.528333187 0.028336769 0.848564148 54.754089355 0.034912657 0.997872472 -0.055060070 -2.833997488 -0.848319054 0.058715690 0.526219845 120.757728577\n0.556163430 0.020472607 0.830820799 54.994148254 0.040901907 0.997810781 -0.051967818 -2.860392570 -0.830065846 0.062884755 0.554108500 120.924751282\n0.586661875 0.017557181 0.809641659 55.204330444 0.039321911 0.997968137 -0.050133508 -2.877728939 -0.808876753 0.061248075 0.584779501 121.110000610\n0.619709730 0.015415333 0.784679711 55.411170959 0.038052794 0.998041034 -0.049659532 -2.898318052 -0.783908069 0.060633752 0.617909193 121.307556152\n0.651736975 0.015964789 0.758277059 55.596366882 0.037625171 0.997866929 -0.053347852 -2.910171032 -0.757511258 0.063299067 0.649746060 121.511474609\n0.684966922 0.019498503 0.728313267 55.772804260 0.035391271 0.997571230 -0.059992038 -2.928557634 -0.727714121 0.066868491 0.682613194 121.718261719\n0.720037103 0.021989981 0.693587005 55.933410645 0.033431210 0.997237980 -0.066323258 -2.936375856 -0.693129778 0.070942663 0.717313170 121.926757812\n0.754191220 0.020252114 0.656342506 56.082878113 0.032103434 0.997191906 -0.067658842 -2.949526310 -0.655869663 0.072098553 0.751423180 122.137405396\n0.785011947 0.020363433 0.619145870 56.210487366 0.026480043 0.997443020 -0.066379383 -2.964802980 -0.618914425 0.068503618 0.782465458 122.373840332\n0.815570712 0.019357674 0.578333616 56.336845398 0.022246033 0.997652590 -0.064764433 -2.975169897 -0.578229725 0.065685600 0.813225567 122.618034363\n0.843949556 0.017689602 0.536130846 56.451282501 0.019080268 0.997833729 -0.062958643 -2.988935709 -0.536083162 0.063363440 0.841783822 122.860977173\n0.869481564 0.015668217 0.493716836 56.552673340 0.015518748 0.998136997 -0.059006073 -3.011217833 -0.493721575 0.058966562 0.867618561 123.113906860\n0.892528474 0.017318439 0.450658351 56.627071381 0.008382763 0.998452723 -0.054971788 -3.019756794 -0.450913072 0.052841648 0.891002297 123.379058838\n0.913922071 0.018384483 0.405473113 56.690025330 0.001176717 0.998849452 -0.047940936 -3.047313213 -0.405887961 0.044291411 0.912848949 123.646392822\n0.933477521 0.015693342 0.358292341 56.735157013 -0.000319953 0.999078214 -0.042926420 -3.057009459 -0.358635724 0.039956212 0.932622075 123.897628784\n0.951078594 0.012470888 0.308697194 56.791587830 -0.000255183 0.999216378 -0.039580591 -3.068205833 -0.308948874 0.037565477 0.950336456 124.175743103\n0.965867579 0.007919942 0.258915246 56.831295013 0.002530710 0.999196291 -0.040005013 -3.081457853 -0.259023994 0.039294783 0.965071261 124.455169678\n0.978290439 0.004915234 0.207180262 56.855190277 0.003412068 0.999201179 -0.039817028 -3.094208956 -0.207210466 0.039659530 0.977492154 124.740074158\n0.987588346 0.008597679 0.156829059 56.857803345 -0.002480828 0.999229968 -0.039157424 -3.099979877 -0.157044962 0.038282350 0.986849189 125.030693054\n0.993798733 0.018693510 0.109611250 56.831466675 -0.014680057 0.999195933 -0.037308756 -3.108968735 -0.110220551 0.035468295 0.993274093 125.318260193\n0.997716188 0.025841277 0.062406708 56.799942017 -0.023739545 0.999133408 -0.034187913 -3.111914635 -0.063236088 0.032628328 0.997465074 125.622428894\n0.999582589 0.022426734 0.018213509 56.774444580 -0.021897702 0.999346912 -0.028743898 -3.115504980 -0.018846245 0.028333066 0.999420881 125.928176880\n0.999672890 0.013005981 -0.022022411 56.755020142 -0.013547114 0.999605477 -0.024603689 -3.116346359 0.021693729 0.024893980 0.999454677 126.260635376\n0.998201311 0.009027018 -0.059267316 56.706890106 -0.010369293 0.999695778 -0.022379471 -3.122497797 0.059047263 0.022953779 0.997991264 126.576484680\n0.995365679 0.012022800 -0.095407590 56.645668030 -0.014002499 0.999699771 -0.020107597 -3.119552374 0.095137201 0.021350358 0.995235205 126.915901184\n0.991487503 0.016359836 -0.129169837 56.565963745 -0.018239111 0.999744117 -0.013379288 -3.124344826 0.128917903 0.015621340 0.991532207 127.279800415\n0.987118781 0.020973606 -0.158608347 56.477661133 -0.021908123 0.999751389 -0.004145610 -3.132270575 0.158481970 0.007567020 0.987332880 127.654563904\n0.982885599 0.022955792 -0.182781130 56.377071381 -0.023068776 0.999732733 0.001508296 -3.128114700 0.182766899 0.002734054 0.983152449 128.039550781\n0.978389144 0.023234939 -0.205462456 56.271701813 -0.023116969 0.999728322 0.002974920 -3.121224880 0.205475762 0.001839039 0.978660464 128.438583374\n0.974067152 0.020928429 -0.225289032 56.166793823 -0.020536829 0.999780774 0.004081820 -3.110688448 0.225325063 0.000650755 0.974283457 128.856140137\n0.970115900 0.025039032 -0.241346657 56.045631409 -0.023548555 0.999681652 0.009058485 -3.101619720 0.241496637 -0.003104415 0.970396698 129.299118042\n0.966467142 0.030522481 -0.254969865 55.908607483 -0.028058542 0.999517858 0.013296105 -3.093796492 0.255252779 -0.005696167 0.966857553 129.753341675\n0.963349700 0.034508139 -0.266019791 55.760528564 -0.031884242 0.999391019 0.014177321 -3.088332891 0.266347021 -0.005175880 0.963863313 130.215332031\n0.960439742 0.038048457 -0.275876403 55.601257324 -0.035797454 0.999271989 0.013192351 -3.079186440 0.276177526 -0.002794785 0.961102605 130.687652588\n0.958008766 0.033188090 -0.284811884 55.452518463 -0.030958045 0.999444664 0.012329470 -3.073093414 0.285062879 -0.002994522 0.958504140 131.192993164\n0.955569506 0.036275078 -0.292525291 55.289363861 -0.034046095 0.999339461 0.012709004 -3.054636955 0.292793095 -0.002184994 0.956173360 131.704116821\n0.953650713 0.041987348 -0.297972113 55.109455109 -0.040133279 0.999118149 0.012340724 -3.029116154 0.298227489 0.000189858 0.954494774 132.236511230\n0.951615274 0.049140871 -0.303337425 54.919185638 -0.047577109 0.998788774 0.012547886 -3.018036366 0.303586632 0.002491157 0.952800572 132.778793335\n0.950286806 0.051646322 -0.307062894 54.725162506 -0.050602548 0.998654187 0.011365354 -3.015666246 0.307236612 0.004737818 0.951621354 133.345520020\n0.949483156 0.048710685 -0.310014457 54.536041260 -0.049851067 0.998747647 0.004247962 -3.009259462 0.309833139 0.011421183 0.950722337 133.909805298\n0.948392153 0.049267910 -0.313249052 54.339012146 -0.053895704 0.998527765 -0.006125756 -3.003514528 0.312486082 0.022692395 0.949651241 134.488540649\n0.947609782 0.048039049 -0.315797418 54.138183594 -0.053960346 0.998492718 -0.010027659 -2.989336967 0.314839691 0.026542846 0.948773623 135.085678101\n0.946695924 0.053312354 -0.317686439 53.921607971 -0.057448573 0.998341739 -0.003658888 -2.981672287 0.316964567 0.021714488 0.948188782 135.690856934\n0.946275830 0.054035153 -0.318813831 53.716358185 -0.054740340 0.998477757 0.006754527 -2.983059406 0.318693519 0.011060330 0.947793305 136.302185059\n0.945590079 0.058866724 -0.319990784 53.502456665 -0.056790829 0.998260677 0.015823873 -2.983553886 0.320365697 0.003209643 0.947288513 136.913177490\n0.945172489 0.059736781 -0.321061432 53.295536041 -0.057060797 0.998212993 0.017746551 -2.978539944 0.321547806 0.001546467 0.946892083 137.517425537\n0.944871962 0.060323905 -0.321835369 53.079624176 -0.059735946 0.998145521 0.011711626 -2.965840340 0.321945012 0.008159152 0.946723223 138.130752563\n0.944319427 0.059511423 -0.323603451 52.876293182 -0.060061488 0.998160183 0.008296266 -2.954098225 0.323501825 0.011601780 0.946156442 138.741470337\n0.944115341 0.058519248 -0.324379057 52.666370392 -0.058602359 0.998236001 0.009521684 -2.942578077 0.324364036 0.010019807 0.945879281 139.366653442\n0.943965137 0.065035589 -0.323574096 52.426731110 -0.064633198 0.997836888 0.012001656 -2.921474218 0.323654711 0.009584483 0.946126699 139.994094849\n0.943934143 0.070659935 -0.322483391 52.200443268 -0.068591505 0.997486234 0.017788360 -2.907715321 0.322929651 0.005328579 0.946407974 140.629547119\n0.943974614 0.078421883 -0.320564955 51.979560852 -0.075430296 0.996913612 0.021760195 -2.896912098 0.321282059 0.003639239 0.946976542 141.257141113\n0.945072949 0.084995084 -0.315615207 51.749385834 -0.081940100 0.996372700 0.022962788 -2.886322975 0.316422105 0.004160033 0.948609352 141.892822266\n0.946630299 0.086150080 -0.310594946 51.540733337 -0.085089177 0.996228456 0.016990514 -2.871546030 0.310887247 0.010344531 0.950390518 142.518310547\n0.949561238 0.077141531 -0.303945065 51.352588654 -0.079291426 0.996837497 0.005282200 -2.866099358 0.303391308 0.019084465 0.952674925 143.144821167\n0.952184618 0.070419237 -0.297297090 51.159759521 -0.075311996 0.997147381 -0.005020464 -2.859994411 0.296095461 0.027170446 0.954771817 143.772109985\n0.954405129 0.069905937 -0.290213794 50.960182190 -0.075942613 0.997066200 -0.009576268 -2.853353500 0.288692921 0.031179233 0.956913948 144.425155640\n0.955825329 0.075967155 -0.283948779 50.764728546 -0.080156453 0.996777356 -0.003145733 -2.842485905 0.282794744 0.025767101 0.958834291 145.075042725\n0.957554936 0.076889537 -0.277806669 50.585456848 -0.077004388 0.996975303 0.010514645 -2.847140074 0.277774870 0.011323983 0.960579455 145.734024048\n0.960360825 0.069997624 -0.269828439 50.395561218 -0.067262992 0.997547030 0.019379647 -2.841042280 0.270523071 -0.000461989 0.962713361 146.410293579\n0.962490559 0.063690089 -0.263733864 50.232437134 -0.060366504 0.997961700 0.020695426 -2.832619429 0.264514416 -0.003998460 0.964373469 147.067886353\n0.964429796 0.062415112 -0.256864786 50.058631897 -0.059809752 0.998048365 0.017951051 -2.819221497 0.257483900 -0.001949511 0.966280639 147.724029541\n0.966075957 0.065136969 -0.249908924 49.876914978 -0.062749669 0.997875571 0.017516958 -2.798341513 0.250519007 -0.001241012 0.968110859 148.395294189\n0.967606902 0.063761838 -0.244277135 49.712158203 -0.060147367 0.997941852 0.022235397 -2.781231880 0.245192140 -0.006822496 0.969450474 149.069869995\n0.969166219 0.054099143 -0.240395680 49.566585541 -0.049847174 0.998474717 0.023737656 -2.771200180 0.241313204 -0.011022690 0.970384657 149.746292114\n0.970126152 0.046670444 -0.238069534 49.413925171 -0.043699648 0.998887122 0.017744116 -2.764051437 0.238632709 -0.006810478 0.971086025 150.421295166\n0.970781684 0.038398642 -0.236872151 49.251079559 -0.038018577 0.999257982 0.006173834 -2.753752708 0.236933455 0.003012097 0.971521199 151.095870972\n0.971002817 0.031717274 -0.236954808 49.090488434 -0.034202985 0.999394476 -0.006385711 -2.739337921 0.236608788 0.014305104 0.971499681 151.771652222\n0.970839262 0.026659777 -0.238244340 48.938060760 -0.029898396 0.999503016 -0.009989787 -2.733762741 0.237859607 0.016821600 0.971153855 152.445922852\n0.970920444 0.030708833 -0.237424627 48.753620148 -0.032578982 0.999461353 -0.003956235 -2.737707853 0.237175241 0.011576242 0.971397936 153.139465332\n0.970498145 0.033537835 -0.238764733 48.587169647 -0.033928767 0.999421179 0.002473631 -2.739410639 0.238709494 0.005700339 0.971074283 153.850494385\n0.970061243 0.031817392 -0.240767255 48.419158936 -0.031359244 0.999491751 0.005735137 -2.747387409 0.240827367 0.001986845 0.970565915 154.516082764\n0.969640076 0.029445302 -0.242757231 48.253303528 -0.028858854 0.999565661 0.005972265 -2.738870144 0.242827639 0.001214747 0.970068693 155.201553345\n0.969231009 0.023917977 -0.244988188 48.088474274 -0.024413964 0.999701440 0.001012555 -2.740110159 0.244939253 0.004999732 0.969525516 155.887344360\n0.968887925 0.017150607 -0.246905014 47.912799835 -0.020363413 0.999737859 -0.010464565 -2.742334366 0.246660814 0.015166818 0.968983173 156.556488037\n0.968356431 0.014830984 -0.249130219 47.730678558 -0.020256704 0.999609888 -0.019228943 -2.751011133 0.248747841 0.023667026 0.968279064 157.232833862\n0.967338979 0.020701073 -0.252639592 47.546703339 -0.025562484 0.999545574 -0.015975013 -2.740486145 0.252194077 0.021911349 0.967428565 157.917877197\n0.966534734 0.029661519 -0.254815191 47.352416992 -0.029976433 0.999547124 0.002648275 -2.723070621 0.254778355 0.005078801 0.966986120 158.617050171\n0.965850294 0.036853436 -0.256466538 47.163555145 -0.029893171 0.999072671 0.030986244 -2.720040798 0.257370651 -0.022261474 0.966056287 159.327377319\n0.965583682 0.036387730 -0.257534623 46.977657318 -0.025241947 0.998601437 0.046454437 -2.718192101 0.258864820 -0.038354974 0.965151727 160.014053345\n0.965106964 0.031265587 -0.259982735 46.797489166 -0.022705117 0.999098659 0.035865989 -2.712602377 0.260869771 -0.028711574 0.964946926 160.684738159\n0.964116991 0.023965109 -0.264393836 46.626255035 -0.023019422 0.999712706 0.006674921 -2.680668354 0.264477849 -0.000349212 0.964391708 161.334777832\n0.963288426 0.017257117 -0.267913461 46.437923431 -0.022771211 0.999587715 -0.017487895 -2.663826704 0.267501235 0.022946600 0.963284254 161.995178223\n0.962730646 0.014153779 -0.270091444 46.242221832 -0.021623939 0.999460936 -0.024702294 -2.667632341 0.269596219 0.029622095 0.962517738 162.659133911\n0.962143779 0.007875432 -0.272428632 46.062103271 -0.013370835 0.999742746 -0.018321345 -2.673233747 0.272214264 0.021270366 0.962001562 163.347991943\n0.961400390 0.006747542 -0.275070518 45.864204407 -0.008420461 0.999952555 -0.004901333 -2.679350376 0.275024384 0.007028364 0.961411536 164.052047729\n0.960985720 0.007974066 -0.276483029 45.662528992 -0.006886450 0.999964237 0.004904463 -2.681717157 0.276512265 -0.002809133 0.961006284 164.752639771\n0.960333228 0.011650620 -0.278611541 45.457012177 -0.008778986 0.999894738 0.011552436 -2.679433823 0.278716803 -0.008648261 0.960334420 165.451934814\n0.959563613 0.012883103 -0.281196952 45.254718781 -0.008654343 0.999830067 0.016275147 -2.668004751 0.281358868 -0.013183465 0.959512055 166.148910522\n0.959058046 0.014003563 -0.282863230 45.042488098 -0.010430980 0.999845743 0.014132223 -2.661499262 0.283017486 -0.010603081 0.959056139 166.837005615\n0.958464026 0.014846236 -0.284826726 44.833415985 -0.013537986 0.999886811 0.006561472 -2.656400919 0.284891903 -0.002432955 0.958556592 167.524505615\n0.957843363 0.016186068 -0.286834717 44.619697571 -0.017834634 0.999836028 -0.003135506 -2.650782585 0.286736935 0.008118915 0.957974970 168.207977295\n0.957487524 0.016598865 -0.287996680 44.397487640 -0.019662667 0.999776661 -0.007748700 -2.635905981 0.287803739 0.013082066 0.957600057 168.921035767\n0.957340658 0.018038074 -0.288398176 44.182842255 -0.019678777 0.999802470 -0.002790529 -2.628607750 0.288290858 0.008346810 0.957506537 169.632995605\n0.957611740 0.023197033 -0.287126452 43.959175110 -0.021773661 0.999729693 0.008149890 -2.623612165 0.287237912 -0.001552637 0.957858026 170.357482910\n0.957787991 0.028150918 -0.286093771 43.731616974 -0.024760842 0.999573827 0.015460954 -2.620532513 0.286407113 -0.007724394 0.958076894 171.082443237\n0.958091855 0.028915884 -0.284997970 43.510387421 -0.026291050 0.999569356 0.013032339 -2.613924503 0.285252094 -0.004993282 0.958439529 171.796386719\n0.958336651 0.026765300 -0.284384370 43.299968719 -0.026099674 0.999640524 0.006130449 -2.599308729 0.284446239 0.001547307 0.958690763 172.533813477\n0.958750069 0.021978192 -0.283399493 43.086769104 -0.023300804 0.999727666 -0.001296549 -2.586084127 0.283293813 0.007846503 0.959001064 173.262023926\n0.959157825 0.019675869 -0.282186389 42.874897003 -0.020868219 0.999781489 -0.001220282 -2.579597712 0.282100707 0.007059171 0.959358811 174.005065918\n0.959568560 0.018310379 -0.280878872 42.659820557 -0.018116726 0.999830484 0.003286234 -2.571412802 0.280891418 0.001935239 0.959737599 174.747711182\n0.960010588 0.019450821 -0.279287279 42.440139771 -0.017929060 0.999807239 0.008002459 -2.570027828 0.279389113 -0.002675087 0.960174263 175.475463867\n0.960217655 0.019350888 -0.278581411 42.230133057 -0.017728703 0.999808013 0.008341403 -2.567803144 0.278689355 -0.003070675 0.960376382 176.212402344\n0.960227668 0.013639332 -0.278884977 42.026065826 -0.012144992 0.999901116 0.007085452 -2.563657522 0.278954059 -0.003416591 0.960298359 176.945404053\n0.960048020 0.008493176 -0.279706419 41.822826385 -0.007299996 0.999959290 0.005307290 -2.555530548 0.279740095 -0.003053398 0.960070908 177.664932251\n0.959872246 0.007362863 -0.280341029 41.611057281 -0.005897010 0.999964178 0.006071972 -2.548528910 0.280375689 -0.004175143 0.959881246 178.403152466\n0.959639013 0.010721242 -0.281030327 41.394515991 -0.008198615 0.999914885 0.010150571 -2.541396141 0.281115234 -0.007436825 0.959645212 179.126693726\n0.959390879 0.012619023 -0.281797647 41.187225342 -0.008829912 0.999852777 0.014712075 -2.532908916 0.281941801 -0.011626381 0.959361076 179.828964233\n0.959035397 0.013307177 -0.282973528 40.969997406 -0.008745656 0.999810755 0.017377121 -2.525297403 0.283151239 -0.014190486 0.958970308 180.546066284\n0.958797753 0.011966564 -0.283837378 40.769592285 -0.007633065 0.999836862 0.016368691 -2.516868591 0.283986956 -0.013527716 0.958732724 181.234893799\n0.958744645 0.013498700 -0.283948034 40.565521240 -0.010904551 0.999883115 0.010714787 -2.507326603 0.284059465 -0.007176419 0.958779812 181.890258789\n0.958457291 0.015229288 -0.284829289 40.361495972 -0.014696991 0.999883950 0.004006203 -2.500724792 0.284857273 0.000346359 0.958569884 182.551803589\n0.958340883 0.017862972 -0.285067797 40.166965485 -0.018232899 0.999832869 0.001356351 -2.491704941 0.285044372 0.003897766 0.958506405 183.190979004\n0.958346784 0.019005435 -0.284974128 39.975818634 -0.018439459 0.999819100 0.004669195 -2.489453554 0.285011292 0.000780061 0.958523870 183.817367554\n0.958627105 0.020090912 -0.283954889 39.781040192 -0.017720941 0.999783397 0.010912945 -2.487926960 0.284112632 -0.005429496 0.958775520 184.456268311\n0.958943486 0.023896134 -0.282588810 39.603652954 -0.019973909 0.999660134 0.016752832 -2.483973026 0.282893091 -0.010420617 0.959094822 185.059707642\n0.959488630 0.027917033 -0.280360788 39.421707153 -0.023281001 0.999531806 0.019853374 -2.477405787 0.280783772 -0.012522008 0.959689379 185.662124634\n0.960275710 0.029815305 -0.277455539 39.243492126 -0.025157876 0.999476731 0.020331927 -2.475126505 0.277916551 -0.012544064 0.960523307 186.228042603\n0.961267352 0.028173495 -0.274173886 39.081092834 -0.024922319 0.999571741 0.015334863 -2.460628510 0.274488509 -0.007907855 0.961557865 186.788070679\n0.962432206 0.026326163 -0.270242840 38.935844421 -0.024526969 0.999648809 0.010033100 -2.448642254 0.270412087 -0.003027940 0.962739885 187.340789795\n0.963896871 0.023976965 -0.265194178 38.781002045 -0.022572761 0.999710381 0.008341838 -2.433572292 0.265317380 -0.002054508 0.964158952 187.897384644\n0.965374529 0.018541923 -0.260208160 38.654159546 -0.017239155 0.999824822 0.007288139 -2.429989100 0.260297716 -0.002550016 0.965525031 188.426132202\n0.966655076 0.018202944 -0.255434096 38.519271851 -0.016557107 0.999826014 0.008592298 -2.417952538 0.255546063 -0.004076539 0.966788292 188.959472656\n0.968030512 0.021795234 -0.249883682 38.382255554 -0.018642070 0.999714017 0.014978600 -2.407932758 0.250138670 -0.009841393 0.968159974 189.485137939\n0.969036877 0.029786527 -0.245112851 38.246349335 -0.024369778 0.999387801 0.025103038 -2.391041040 0.245710522 -0.018352425 0.969169497 190.008773804\n0.970333993 0.032345485 -0.239594787 38.117527008 -0.025471175 0.999171734 0.031733360 -2.379417896 0.240422770 -0.024689198 0.970354259 190.520278931\n0.971409261 0.030572867 -0.235434487 37.998798370 -0.023542624 0.999190688 0.032614600 -2.367574692 0.236241072 -0.026139377 0.971342802 191.037322998\n0.972500622 0.028387360 -0.231163725 37.890781403 -0.021716921 0.999272525 0.031350028 -2.356213808 0.231885508 -0.025467759 0.972409666 191.551605225\n0.973491132 0.031974401 -0.226478890 37.773250580 -0.026102899 0.999242187 0.028873473 -2.336744308 0.227230474 -0.022196315 0.973588049 192.058456421\n0.974852204 0.037163194 -0.219731748 37.629890442 -0.032580100 0.999170125 0.024446027 -2.327723265 0.220457882 -0.016672380 0.975253999 192.567687988\n0.975733936 0.037073929 -0.215798125 37.518363953 -0.034209501 0.999270201 0.016995054 -2.300259590 0.216270700 -0.009200305 0.976290107 193.071868896\n0.976486742 0.033811253 -0.212909415 37.414466858 -0.031922448 0.999414623 0.012303881 -2.294171572 0.213200793 -0.005217988 0.976994455 193.581970215\n0.977283895 0.030560624 -0.209719539 37.303508759 -0.029198971 0.999527633 0.009586637 -2.295947790 0.209913462 -0.003245271 0.977714598 194.082977295\n0.977051556 0.031799588 -0.210615933 37.197212219 -0.031215157 0.999494076 0.006099644 -2.288083553 0.210703343 0.000614742 0.977549851 194.598510742\n0.976243496 0.032185961 -0.214272425 37.081306458 -0.032161377 0.999476194 0.003601801 -2.280924797 0.214276120 0.003375061 0.976767302 195.094024658\n0.975206256 0.028596757 -0.219442472 36.964897156 -0.028705075 0.999584317 0.002695471 -2.277583361 0.219428331 0.003670473 0.975621700 195.598083496\n0.973879278 0.029691940 -0.225116625 36.838836670 -0.029080363 0.999558866 0.006032777 -2.268288374 0.225196451 0.000671275 0.974313140 196.095413208\n0.972051084 0.034605030 -0.232205093 36.700519562 -0.032759216 0.999393582 0.011801702 -2.258963823 0.232472688 -0.003865002 0.972595274 196.604476929\n0.969913304 0.037719622 -0.240510762 36.563087463 -0.035090618 0.999268472 0.015205848 -2.254483223 0.240908384 -0.006308684 0.970527351 197.106124878\n0.967568994 0.039074834 -0.249566302 36.421081543 -0.036348902 0.999218583 0.015523848 -2.252921343 0.249977887 -0.005948933 0.968233287 197.620513916\n0.965182185 0.038270656 -0.258763701 36.274868011 -0.035861585 0.999258339 0.014025575 -2.248923540 0.259108543 -0.004257562 0.965838850 198.131454468\n0.962497950 0.040301118 -0.268278897 36.121902466 -0.038849648 0.999187589 0.010718964 -2.236337662 0.268492937 0.000105559 0.963281631 198.628631592\n0.960048854 0.039681673 -0.277004600 35.959281921 -0.040093932 0.999187171 0.004177855 -2.222637177 0.276945233 0.007095259 0.960859537 199.134353638\n0.957158804 0.036274988 -0.287282437 35.806255341 -0.038614005 0.999251127 -0.002478085 -2.211253166 0.286977410 0.013465045 0.957842708 199.641632080\n0.954095721 0.036073338 -0.297321498 35.638092041 -0.039036825 0.999229610 -0.004033756 -2.204954386 0.296946943 0.015455076 0.954768896 200.154617310\n0.951127529 0.039196230 -0.306300730 35.460826874 -0.040734403 0.999169052 0.001371363 -2.208290339 0.306099981 0.011172636 0.951933801 200.671966553\n0.948249400 0.041975696 -0.314739734 35.279251099 -0.041713960 0.999100924 0.007570437 -2.191468239 0.314774513 0.005950376 0.949147820 201.204376221\n0.945877910 0.042625494 -0.321711063 35.093082428 -0.038159736 0.999067903 0.020177457 -2.178715944 0.322271287 -0.006809004 0.946622849 201.749633789\n0.943140566 0.050176423 -0.328585207 34.895401001 -0.040821873 0.998542309 0.035310525 -2.165297985 0.329877973 -0.019889325 0.943814039 202.282150269\n0.941637516 0.055840503 -0.331964850 34.689903259 -0.044277914 0.998123348 0.042299554 -2.154918194 0.333703905 -0.025132138 0.942342877 202.836212158\n0.939830601 0.059739839 -0.336377144 34.488990784 -0.049056735 0.997987628 0.040176924 -2.141734362 0.338100374 -0.021257941 0.940869927 203.370788574\n0.938833475 0.049187064 -0.340840578 34.302101135 -0.041353501 0.998687625 0.030214885 -2.126937389 0.341879457 -0.014271797 0.939635456 203.901153564\n0.938643873 0.029679760 -0.343608439 34.122333527 -0.026663238 0.999553263 0.013501461 -2.110462666 0.343855679 -0.003511350 0.939015985 204.446868896\n0.938036263 0.019864112 -0.345967352 33.935722351 -0.022391824 0.999743819 -0.003310486 -2.090919256 0.345812947 0.010852194 0.938240707 204.987091064\n0.936601937 0.022359192 -0.349681109 33.723491669 -0.027768513 0.999559641 -0.010462957 -2.070673943 0.349293172 0.019509749 0.936810374 205.535522461\n0.935443759 0.024491543 -0.352626055 33.507751465 -0.029513286 0.999525011 -0.008870899 -2.062053680 0.352241307 0.018705379 0.935722291 206.096435547\n0.934427798 0.023379140 -0.355384439 33.306114197 -0.025475176 0.999674737 -0.001218902 -2.061219692 0.355240345 0.010192456 0.934719443 206.665527344\n0.933643341 0.015432021 -0.357871383 33.099315643 -0.013223563 0.999875426 0.008617638 -2.061680079 0.357959777 -0.003313466 0.933731139 207.248519897\n0.932961822 0.015334404 -0.359648526 32.890937805 -0.010596124 0.999829173 0.015142576 -2.057144880 0.359819293 -0.010316566 0.932964981 207.813308716\n0.932575822 0.019161006 -0.360465229 32.652919769 -0.014006309 0.999758959 0.016907157 -2.044342279 0.360702306 -0.010718418 0.932619393 208.386825562\n0.931455314 0.025490046 -0.362961799 32.430183411 -0.020590631 0.999637246 0.017361457 -2.032462835 0.363272667 -0.008697807 0.931642294 208.937835693\n0.930796325 0.028803222 -0.364401668 32.197242737 -0.024072746 0.999556720 0.017518116 -2.015524864 0.364744723 -0.007533651 0.931077063 209.497085571\n0.929870486 0.031335264 -0.366550148 31.960960388 -0.026918378 0.999490380 0.017156433 -2.005463600 0.366900951 -0.006086325 0.930240095 210.076095581\n0.928861916 0.030948322 -0.369130999 31.739406586 -0.026218930 0.999497354 0.017822936 -1.993420362 0.369497031 -0.006876828 0.929206491 210.632247925\n0.927641332 0.030735487 -0.372205436 31.514114380 -0.025202217 0.999487817 0.019723322 -1.981735945 0.372621000 -0.008915767 0.927940786 211.178176880\n0.926031590 0.028380448 -0.376377493 31.290496826 -0.022307526 0.999541283 0.020484634 -1.962857127 0.376786202 -0.010573367 0.926239908 211.762130737\n0.924195051 0.027263086 -0.380946517 31.065000534 -0.021138802 0.999571383 0.020252252 -1.943125963 0.381335378 -0.010664279 0.924375236 212.310531616\n0.921846867 0.026646618 -0.386637151 30.840484619 -0.020024145 0.999575853 0.021146752 -1.929782271 0.387036622 -0.011751989 0.921989441 212.854980469\n0.919263840 0.028114166 -0.392636716 30.596515656 -0.021144990 0.999532938 0.022064190 -1.921742082 0.393073648 -0.011980514 0.919428945 213.397506714\n0.916321278 0.029819163 -0.399332196 30.357028961 -0.023119902 0.999499679 0.021583503 -1.902249336 0.399776012 -0.010544902 0.916552186 213.929733276\n0.913119853 0.032416761 -0.406400383 30.116617203 -0.025156289 0.999414384 0.023196511 -1.884422898 0.406914353 -0.010957669 0.913400590 214.454666138\n0.909945965 0.034526020 -0.413287133 29.869152069 -0.026629066 0.999336362 0.024854625 -1.870434999 0.413870990 -0.011610916 0.910261512 214.980712891\n0.906578183 0.034963436 -0.420587152 29.630489349 -0.027516326 0.999338865 0.023763495 -1.855950117 0.421139926 -0.009970454 0.906940877 215.482879639\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0095_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999997318 0.001670178 0.001618011 -0.006273473 -0.001665296 0.999994099 -0.003014249 0.001615808 -0.001623035 0.003011546 0.999994159 0.916663826\n0.999987662 0.004028438 0.002911965 -0.010628616 -0.004019421 0.999987125 -0.003095761 0.008948938 -0.002924399 0.003084019 0.999990940 1.836082220\n0.999982953 0.004346177 0.003904038 -0.011975075 -0.004351906 0.999989450 0.001459978 0.006463879 -0.003897651 -0.001476943 0.999991298 2.753132582\n0.999983788 0.004367644 0.003658244 -0.012006039 -0.004384613 0.999979615 0.004643438 0.011672079 -0.003637888 -0.004659403 0.999982536 3.673694849\n0.999984920 0.004867156 0.002538835 -0.011178823 -0.004876639 0.999981105 0.003742377 0.015454903 -0.002520572 -0.003754701 0.999989748 4.591561794\n0.999996543 0.002461680 0.000931988 -0.009341476 -0.002463729 0.999994516 0.002203844 0.026387407 -0.000926557 -0.002206132 0.999997139 5.523367882\n0.999997497 -0.002130074 -0.000717169 -0.011607600 0.002130468 0.999997556 0.000548858 0.029249147 0.000715998 -0.000550385 0.999999583 6.449007034\n0.999973059 -0.006782156 -0.002817767 -0.003598820 0.006777898 0.999975860 -0.001518081 0.033337254 0.002827995 0.001498941 0.999994874 7.380607128\n0.999937475 -0.010270085 -0.004429787 -0.015618024 0.010266787 0.999947011 -0.000766547 0.035845280 0.004437425 0.000721019 0.999989867 8.321592331\n0.999929070 -0.009701624 -0.006906289 -0.021184349 0.009713847 0.999951303 0.001738518 0.040305454 0.006889086 -0.001805481 0.999974668 9.260569572\n0.999841511 -0.015824419 -0.008156154 -0.024701577 0.015851151 0.999869168 0.003223395 0.042668547 0.008104078 -0.003352169 0.999961555 10.194251060\n0.999715269 -0.022384219 -0.008263517 -0.040198661 0.022397898 0.999747932 0.001566444 0.054378636 0.008226370 -0.001751083 0.999964654 11.160970688\n0.999649346 -0.025334166 -0.007708624 -0.043026976 0.025345722 0.999677777 0.001405094 0.065343156 0.007670543 -0.001599982 0.999969304 12.110633850\n0.999562740 -0.028692842 -0.007141741 -0.052115630 0.028708827 0.999585509 0.002145871 0.065985888 0.007077210 -0.002349964 0.999972224 13.077467918\n0.999536693 -0.029373461 -0.007975187 -0.051444925 0.029370716 0.999568462 -0.000461209 0.069143087 0.007985293 0.000226758 0.999968112 14.045697212\n0.999495327 -0.030897843 -0.007378324 -0.046064716 0.030867929 0.999514937 -0.004134144 0.074532039 0.007502481 0.003904304 0.999964237 15.006423950\n0.999429405 -0.033087287 -0.006788799 -0.046382271 0.033066288 0.999448121 -0.003182508 0.077688962 0.006890353 0.002956212 0.999971867 15.973697662\n0.999542058 -0.029713787 -0.005726569 -0.056651697 0.029712334 0.999558449 -0.000338582 0.083947986 0.005734101 0.000168278 0.999983549 16.955978394\n0.999658704 -0.025688024 -0.004753546 -0.080275975 0.025685212 0.999669850 -0.000651685 0.082405873 0.004768717 0.000529367 0.999988496 17.953189850\n0.999719322 -0.023341501 -0.004057846 -0.092515707 0.023312943 0.999704063 -0.006948089 0.085075006 0.004218824 0.006851539 0.999967635 18.937685013\n0.999700785 -0.024222199 -0.003417656 -0.101234674 0.024173839 0.999616027 -0.013544936 0.083328150 0.003744432 0.013458264 0.999902427 19.916721344\n0.999769807 -0.021294832 -0.002609229 -0.108017594 0.021259122 0.999689162 -0.013025072 0.071916632 0.002885785 0.012966604 0.999911785 20.898096085\n0.999868572 -0.015974754 -0.002754780 -0.118735991 0.015965128 0.999866486 -0.003481584 0.068994939 0.002810030 0.003437146 0.999990165 21.901466370\n0.999923289 -0.012184111 -0.002216357 -0.127655044 0.012200171 0.999898314 0.007382759 0.069504939 0.002126179 -0.007409233 0.999970317 22.898136139\n0.999937177 -0.011025452 -0.002016017 -0.144574121 0.011048637 0.999868453 0.011875787 0.076218612 0.001884816 -0.011897315 0.999927461 23.917476654\n0.999937356 -0.011068041 -0.001653118 -0.149116978 0.011077710 0.999920905 0.005959033 0.089050822 0.001587032 -0.005976972 0.999980867 24.917989731\n0.999911308 -0.013304902 -0.000547532 -0.162821457 0.013302938 0.999905586 -0.003447318 0.089158282 0.000593347 0.003439729 0.999993920 25.909786224\n0.999847472 -0.017454198 -0.000585022 -0.162665099 0.017447013 0.999791503 -0.010607418 0.093079977 0.000770044 0.010595593 0.999943554 26.898477554\n0.999803364 -0.019797584 -0.001134764 -0.158280373 0.019786209 0.999761105 -0.009285666 0.086258866 0.001318327 0.009261387 0.999956250 27.896261215\n0.999717176 -0.023769829 -0.000726400 -0.157836497 0.023768386 0.999715626 -0.001934617 0.084689364 0.000772179 0.001916805 0.999997854 28.896812439\n0.999726832 -0.023360394 -0.000762050 -0.163417757 0.023363646 0.999716520 0.004582040 0.084770977 0.000654796 -0.004598592 0.999989212 29.893981934\n0.999687910 -0.024976132 -0.000498372 -0.153213724 0.024978355 0.999674916 0.005110304 0.085370034 0.000370575 -0.005121158 0.999986827 30.896715164\n0.999722719 -0.023533117 -0.000803125 -0.167365327 0.023533333 0.999723017 0.000260196 0.089970261 0.000796779 -0.000279024 0.999999642 31.871574402\n0.999733508 -0.023085736 0.000069682 -0.175423861 0.023085834 0.999726593 -0.003710261 0.092873327 0.000015991 0.003710881 0.999993086 32.848503113\n0.999812961 -0.019339066 -0.000068523 -0.181978315 0.019338828 0.999809682 -0.002564306 0.094621785 0.000118101 0.002562501 0.999996722 33.833206177\n0.999787390 -0.020616550 0.000379769 -0.186308503 0.020614641 0.999777436 0.004486081 0.091766961 -0.000472172 -0.004477298 0.999989867 34.839412689\n0.999809504 -0.019517777 -0.000085099 -0.193866253 0.019517889 0.999784231 0.007111772 0.092873290 -0.000053725 -0.007112079 0.999974728 35.830810547\n0.999845088 -0.017599083 0.000211466 -0.196130872 0.017598044 0.999836385 0.004188730 0.096258365 -0.000285149 -0.004184360 0.999991179 36.795681000\n0.999883473 -0.015264267 -0.000057675 -0.198169544 0.015264012 0.999878585 -0.003133206 0.100986041 0.000105494 0.003131961 0.999995112 37.759853363\n0.999889314 -0.014876861 -0.000083945 -0.202804908 0.014876130 0.999872744 -0.005762909 0.093740620 0.000169668 0.005761022 0.999983370 38.735137939\n0.999916494 -0.012924031 0.000174132 -0.225468323 0.012924640 0.999907970 -0.004126717 0.094514951 -0.000120782 0.004128623 0.999991477 39.712253571\n0.999947429 -0.010251298 0.000163654 -0.228096709 0.010251215 0.999947309 0.000497341 0.093273833 -0.000168744 -0.000495637 0.999999881 40.671169281\n0.999948800 -0.010105139 0.000541329 -0.239224106 0.010102579 0.999938667 0.004538180 0.088716879 -0.000587155 -0.004532479 0.999989569 41.632572174\n0.999933958 -0.011489838 0.000067620 -0.237348378 0.011489318 0.999919891 0.005309578 0.093325295 -0.000128621 -0.005308451 0.999985874 42.579269409\n0.999936283 -0.011246962 -0.000997840 -0.251482934 0.011249978 0.999931991 0.003071308 0.097960584 0.000963229 -0.003082338 0.999994814 43.524883270\n0.999898016 -0.014234663 -0.001150077 -0.250708699 0.014236480 0.999897420 0.001588232 0.102935873 0.001127351 -0.001604443 0.999998093 44.463863373\n0.999885917 -0.014937243 -0.002245957 -0.252162933 0.014938080 0.999888361 0.000355822 0.105038591 0.002240391 -0.000389332 0.999997437 45.392524719\n0.999933958 -0.011345677 -0.001834851 -0.260080099 0.011347177 0.999935269 0.000808974 0.107393116 0.001825554 -0.000829741 0.999997973 46.320747375\n0.999927878 -0.011999124 -0.000561406 -0.261253297 0.012000069 0.999926507 0.001711051 0.111055516 0.000540834 -0.001717664 0.999998391 47.255683899\n0.999886453 -0.015060015 0.000577687 -0.257882804 0.015054769 0.999852955 0.008208760 0.119832098 -0.000701227 -0.008199130 0.999966145 48.178905487\n0.999835312 -0.018015757 0.002177243 -0.257823676 0.017991994 0.999783218 0.010481304 0.122395463 -0.002365600 -0.010440405 0.999942720 49.116081238\n0.999858141 -0.016421547 0.003741679 -0.260317922 0.016401188 0.999850869 0.005408274 0.128513947 -0.003829933 -0.005346139 0.999978364 50.020339966\n0.999872804 -0.015315339 0.004452218 -0.262114495 0.015346374 0.999857605 -0.007022201 0.131033808 -0.004344037 0.007089633 0.999965429 50.957942963\n0.999863327 -0.015544869 0.005633915 -0.261702031 0.015615855 0.999796331 -0.012782686 0.133606210 -0.005434063 0.012868917 0.999902427 51.875015259\n0.999895692 -0.013215725 0.005829426 -0.248703212 0.013266159 0.999874175 -0.008699456 0.130523562 -0.005713723 0.008775883 0.999945164 52.789237976\n0.999918401 -0.010916545 0.006634996 -0.272066057 0.010913990 0.999940336 0.000421116 0.125237331 -0.006639198 -0.000348668 0.999977887 53.733688354\n0.999937475 -0.009446647 0.005984292 -0.273550749 0.009423580 0.999948084 0.003871199 0.122306824 -0.006020551 -0.003814564 0.999974608 54.658065796\n0.999956310 -0.007745865 0.005232054 -0.279915094 0.007735158 0.999967933 0.002063568 0.123498291 -0.005247870 -0.002023007 0.999984205 55.561126709\n0.999969482 -0.006666012 0.004068744 -0.285555214 0.006660060 0.999976754 0.001474537 0.129167706 -0.004078479 -0.001447394 0.999990642 56.480426788\n0.999957621 -0.008969831 0.002086399 -0.282708198 0.008962025 0.999952912 0.003721110 0.137795314 -0.002119678 -0.003702254 0.999990880 57.391326904\n0.999957025 -0.009127680 -0.001627547 -0.288396031 0.009137977 0.999937534 0.006434995 0.135603130 0.001568708 -0.006449590 0.999977946 58.298057556\n0.999963522 -0.006508952 -0.005534602 -0.303914666 0.006538075 0.999964774 0.005260375 0.139380127 0.005500167 -0.005296369 0.999970853 59.194820404\n0.999891937 -0.010599015 -0.010184729 -0.311895221 0.010609444 0.999943256 0.000970525 0.143334374 0.010173865 -0.001078474 0.999947667 60.090625763\n0.999820709 -0.010615150 -0.015680868 -0.339190900 0.010621720 0.999943554 0.000335770 0.145224348 0.015676418 -0.000502268 0.999876976 60.994636536\n0.999699712 -0.013035193 -0.020749323 -0.358105987 0.013034583 0.999915004 -0.000164667 0.147260472 0.020749707 -0.000105842 0.999784708 61.895233154\n0.999544621 -0.014909384 -0.026235024 -0.382342190 0.014959216 0.999886632 0.001704221 0.147167668 0.026206641 -0.002095900 0.999654353 62.788097382\n0.999405921 -0.014097341 -0.031449541 -0.418971002 0.014187930 0.999895811 0.002659124 0.148185551 0.031408776 -0.003103748 0.999501824 63.679744720\n0.999218464 -0.015285258 -0.036452558 -0.449497819 0.015562619 0.999852002 0.007337220 0.157336637 0.036335010 -0.007898783 0.999308467 64.572319031\n0.998998582 -0.014074519 -0.042469833 -0.497727543 0.014691629 0.999790490 0.014253545 0.169634566 0.042260323 -0.014863222 0.998996079 65.469955444\n0.998769641 -0.014626395 -0.047383815 -0.546381235 0.015481819 0.999722838 0.017736668 0.175529391 0.047111258 -0.018448433 0.998719275 66.355865479\n0.998491883 -0.010512428 -0.053883754 -0.591474295 0.011279901 0.999838948 0.013958847 0.191960648 0.053728335 -0.014545599 0.998449624 67.236778259\n0.998191416 -0.009547028 -0.059352446 -0.659820557 0.009954826 0.999928832 0.006578899 0.203347102 0.059285413 -0.007157844 0.998215437 68.104949951\n0.997697711 -0.009757486 -0.067112349 -0.726226628 0.009831200 0.999951363 0.000768171 0.210769340 0.067101590 -0.001426197 0.997745156 68.974472046\n0.997146130 -0.011994850 -0.074536361 -0.795720935 0.012012833 0.999927819 -0.000207072 0.216720119 0.074533470 -0.000688912 0.997218251 69.844245911\n0.996442795 -0.013474826 -0.083187565 -0.869720280 0.013854190 0.999896109 0.003984750 0.218760192 0.083125234 -0.005123071 0.996525943 70.716659546\n0.995556891 -0.015837662 -0.092820369 -0.960320711 0.016644984 0.999830008 0.007929931 0.222107574 0.092679001 -0.009439691 0.995651305 71.584342957\n0.994352758 -0.018891787 -0.104430534 -1.055252075 0.019977858 0.999756575 0.009363641 0.228941590 0.104228213 -0.011397060 0.994488120 72.441299438\n0.992918372 -0.019982293 -0.117105804 -1.158243299 0.021351820 0.999717414 0.010451827 0.238789871 0.116863862 -0.012878234 0.993064463 73.300140381\n0.991441965 -0.019842960 -0.129031345 -1.282301784 0.021339314 0.999719977 0.010224546 0.249798536 0.128792331 -0.012890484 0.991587818 74.169593811\n0.989784896 -0.015706046 -0.141700909 -1.407908201 0.017112320 0.999815643 0.008711070 0.263651878 0.141537964 -0.011046916 0.989871204 75.029090881\n0.988534391 -0.012833156 -0.150449753 -1.545948029 0.013902270 0.999885023 0.006056458 0.273579359 0.150354728 -0.008078610 0.988599122 75.870773315\n0.987426698 -0.009779821 -0.157774806 -1.690376520 0.010475649 0.999938726 0.003579241 0.279232025 0.157730132 -0.005187031 0.987468660 76.721397400\n0.986590683 -0.008694101 -0.162982255 -1.837248087 0.009350196 0.999951005 0.003258887 0.286430448 0.162945941 -0.004739103 0.986623645 77.561386108\n0.985926986 -0.010559432 -0.166842744 -1.985141754 0.011555746 0.999920726 0.005001881 0.295643479 0.166776702 -0.006859482 0.985970855 78.418869019\n0.985137403 -0.011913056 -0.171354532 -2.142506123 0.012990133 0.999902308 0.005165746 0.299282104 0.171276256 -0.007314888 0.985195875 79.315666199\n0.984390736 -0.016323140 -0.175238103 -2.288862228 0.017395753 0.999838173 0.004586455 0.309162974 0.175134867 -0.007563263 0.984515429 80.181709290\n0.983910620 -0.018689148 -0.177681193 -2.444404125 0.019908305 0.999788880 0.005080959 0.316568434 0.177548721 -0.008536540 0.984075010 81.032485962\n0.983604550 -0.016390167 -0.179592460 -2.605237961 0.017974768 0.999812543 0.007199461 0.325284451 0.179440781 -0.010309555 0.983714759 81.908843994\n0.983294725 -0.017117379 -0.181213900 -2.776537657 0.019145332 0.999772072 0.009447540 0.330994666 0.181010887 -0.012759116 0.983398318 82.803359985\n0.982883334 -0.021717232 -0.182944715 -2.931984186 0.023892334 0.999667525 0.009693446 0.345606923 0.182673380 -0.013898502 0.983075440 83.680580139\n0.982577801 -0.024321621 -0.184253275 -3.088750362 0.026555913 0.999600589 0.009667914 0.358310163 0.183944553 -0.014392491 0.982831240 84.567596436\n0.982448399 -0.023071198 -0.185102344 -3.256955147 0.025223410 0.999638736 0.009280460 0.369663954 0.184821367 -0.013786485 0.982675433 85.455856323\n0.982235789 -0.025780739 -0.185871363 -3.431617498 0.028026214 0.999562383 0.009462960 0.387831807 0.185546070 -0.014504129 0.982528508 86.359916687\n0.981840372 -0.028444426 -0.187564254 -3.591753244 0.030672649 0.999489069 0.008987603 0.400461018 0.187212780 -0.014577484 0.982211232 87.265365601\n0.981878281 -0.026027450 -0.187716708 -3.776991367 0.027838886 0.999587774 0.007019497 0.420682967 0.187456623 -0.012118116 0.982198119 88.177932739\n0.981927991 -0.023780009 -0.187754899 -3.949607611 0.025200522 0.999668956 0.005182077 0.426670909 0.187569529 -0.009819947 0.982202232 89.075096130\n0.981834531 -0.024764530 -0.188116178 -4.136797428 0.026254954 0.999640524 0.005434891 0.443255424 0.187913969 -0.010275145 0.982131720 90.031455994\n0.981970489 -0.020330643 -0.187937692 -4.327399731 0.022384403 0.999710619 0.008811778 0.458146572 0.187704161 -0.012859780 0.982141435 90.966026306\n0.982129216 -0.016256796 -0.187504530 -4.511835575 0.018495446 0.999776959 0.010195738 0.467964351 0.187296957 -0.013481512 0.982210815 91.905410767\n0.982337713 -0.014837605 -0.186527446 -4.702814102 0.017048862 0.999802053 0.010256250 0.486628324 0.186338335 -0.013255182 0.982396245 92.867797852\n0.982479274 -0.015056198 -0.185762778 -4.873544216 0.017403508 0.999787927 0.011011787 0.497476220 0.185557574 -0.014051776 0.982532918 93.808341980\n0.982759476 -0.011682631 -0.184519202 -5.062565804 0.014078156 0.999832690 0.011677730 0.513421774 0.184351906 -0.014074089 0.982759535 94.754798889\n0.982867658 -0.010692263 -0.184002340 -5.242577553 0.013203983 0.999835551 0.012430621 0.524004996 0.183839172 -0.014647219 0.982847214 95.710144043\n0.982964754 -0.011309053 -0.183445811 -5.429893970 0.013844498 0.999825418 0.012546352 0.543745458 0.183271900 -0.014872337 0.982949734 96.683616638\n0.983250678 -0.012347658 -0.181839526 -5.605873585 0.014860569 0.999811888 0.012463343 0.567471683 0.181651428 -0.014956829 0.983249247 97.640335083\n0.983687937 -0.011916300 -0.179488301 -5.789036274 0.014286179 0.999826908 0.011916677 0.578048289 0.179315239 -0.014286494 0.983687937 98.593322754\n0.983946502 -0.014443880 -0.177878097 -5.956177235 0.017013576 0.999771655 0.012929455 0.583998263 0.177650720 -0.015748234 0.983967602 99.539268494\n0.984282494 -0.013307635 -0.176099047 -6.140479565 0.015937701 0.999781430 0.013529173 0.604807973 0.175880522 -0.016123142 0.984279454 100.494407654\n0.984438837 -0.013839850 -0.175181672 -6.301545143 0.016546059 0.999765158 0.013996814 0.611468494 0.174946815 -0.016677573 0.984436631 101.432754517\n0.984330118 -0.014553051 -0.175734028 -6.473874569 0.016985986 0.999779463 0.012348065 0.632670641 0.175515577 -0.015139588 0.984360218 102.416122437\n0.984295130 -0.012402230 -0.176094592 -6.653648853 0.014467745 0.999840736 0.010450503 0.648502111 0.175936937 -0.012834071 0.984317780 103.370414734\n0.984212220 -0.008897748 -0.176768512 -6.839388847 0.010960774 0.999882698 0.010697734 0.663657844 0.176652595 -0.012466360 0.984194338 104.331512451\n0.984049499 -0.006750990 -0.177766606 -7.012302876 0.009035002 0.999886692 0.012041994 0.676650226 0.177665174 -0.013456040 0.983999014 105.291938782\n0.983831882 -0.005891050 -0.178997532 -7.185021400 0.008744135 0.999846935 0.015154460 0.687556684 0.178880855 -0.016474620 0.983732820 106.264747620\n0.983582139 -0.006345964 -0.180349365 -7.361456871 0.009470439 0.999819517 0.016468789 0.704426050 0.180212304 -0.017906396 0.983464718 107.226570129\n0.983427942 -0.008708346 -0.181090102 -7.537251472 0.011957314 0.999786377 0.016857194 0.722096384 0.180904627 -0.018743187 0.983322024 108.182373047\n0.983310580 -0.008857924 -0.181719169 -7.720333099 0.011834735 0.999812841 0.015303583 0.734756470 0.181549609 -0.017198773 0.983231366 109.137954712\n0.983226836 -0.007014763 -0.182251841 -7.907085419 0.009613737 0.999864280 0.013380788 0.749850333 0.182133242 -0.014908472 0.983160853 110.121002197\n0.983204901 -0.005355711 -0.182426453 -8.087957382 0.007658592 0.999899626 0.011921476 0.766300559 0.182344288 -0.013118383 0.983147204 111.066192627\n0.983327448 -0.003813996 -0.181803778 -8.268660545 0.006275683 0.999896228 0.012967004 0.781033158 0.181735456 -0.013891755 0.983249307 112.016944885\n0.983624935 -0.001027472 -0.180224836 -8.453506470 0.003723431 0.999886155 0.014621206 0.791262627 0.180189297 -0.015052837 0.983516753 112.967681885\n0.983920515 -0.002038209 -0.178595319 -8.628010750 0.004615413 0.999891102 0.014016121 0.806583166 0.178547308 -0.014615039 0.983822763 113.912437439\n0.984118164 -0.007806285 -0.177342877 -8.792324066 0.010187879 0.999869704 0.012522686 0.822161198 0.177222013 -0.014130550 0.984069467 114.853996277\n0.984307110 -0.013872616 -0.175917864 -8.951122284 0.016264085 0.999793768 0.012159649 0.841794789 0.175712898 -0.014829972 0.984329760 115.808349609\n0.984535277 -0.017414199 -0.174318880 -9.117760658 0.020153079 0.999699533 0.013954024 0.855088472 0.174023509 -0.017251290 0.984590352 116.753250122\n0.984583199 -0.020647733 -0.173694134 -9.278495789 0.023492724 0.999621153 0.014339175 0.864759922 0.173332259 -0.018198660 0.984695256 117.706871033\n0.984621465 -0.023065226 -0.173171967 -9.437503815 0.025338523 0.999619186 0.010927922 0.881271899 0.172853962 -0.015147788 0.984830976 118.653015137\n0.984636545 -0.027023571 -0.172512472 -9.599803925 0.028452845 0.999578238 0.005817194 0.899119735 0.172282502 -0.010636292 0.984990180 119.597534180\n0.984721184 -0.024412874 -0.172418639 -9.782407761 0.025592180 0.999661803 0.004619829 0.901542068 0.172247544 -0.008961812 0.985012949 120.558624268\n0.984660506 -0.020514658 -0.173270851 -9.956325531 0.022154752 0.999726117 0.007536579 0.913679779 0.173068792 -0.011259744 0.984845400 121.512405396\n0.984432399 -0.017157506 -0.174924344 -10.132824898 0.020239366 0.999669552 0.015849434 0.926589191 0.174594596 -0.019143054 0.984454274 122.471389771\n0.984146535 -0.014871093 -0.176732734 -10.313738823 0.019255795 0.999547243 0.023120590 0.939569414 0.176308885 -0.026157178 0.983987272 123.443313599\n0.983806670 -0.010839753 -0.178904936 -10.493057251 0.015807834 0.999527335 0.026367208 0.967176795 0.178534552 -0.028768333 0.983512998 124.400337219\n0.983271062 -0.010255732 -0.181859404 -10.677833557 0.014871716 0.999600470 0.024036666 0.988738894 0.181540236 -0.026339121 0.983030736 125.360137939\n0.982354999 -0.007571019 -0.186872482 -10.864352226 0.011320580 0.999755263 0.019005803 1.017434716 0.186682865 -0.020785952 0.982200325 126.316497803\n0.981397510 -0.007825620 -0.191827267 -11.057350159 0.011040090 0.999815881 0.015693998 1.032947183 0.191669136 -0.017519841 0.981303215 127.277534485\n0.980442941 -0.006897219 -0.196682632 -11.253999710 0.010210973 0.999822438 0.015839135 1.055979967 0.196538463 -0.017537691 0.980339289 128.231674194\n0.979677320 -0.006043856 -0.200489089 -11.462035179 0.009860882 0.999788523 0.018045396 1.071716309 0.200337633 -0.019655664 0.979529738 129.190887451\n0.978661120 -0.003050380 -0.205458373 -11.658113480 0.006850125 0.999818385 0.017785231 1.092859149 0.205366805 -0.018813130 0.978504241 130.156600952\n0.978137016 -0.002463052 -0.207946956 -11.863402367 0.005803923 0.999863684 0.015457386 1.112475991 0.207880542 -0.016326349 0.978017986 131.107299805\n0.977845728 -0.003493162 -0.209297612 -12.077585220 0.006489181 0.999886036 0.013629656 1.126086473 0.209226146 -0.014685872 0.977756977 132.061141968\n0.977510989 -0.002776569 -0.210866213 -12.283583641 0.005543590 0.999906123 0.012532174 1.150198579 0.210811615 -0.013419293 0.977434576 133.013885498\n0.977184594 -0.003166313 -0.212368190 -12.494915009 0.006105836 0.999894381 0.013187245 1.163389802 0.212304011 -0.014183057 0.977100730 133.967941284\n0.976644039 -0.004107692 -0.214824378 -12.703849792 0.007299298 0.999874413 0.014065631 1.183537841 0.214739636 -0.015305182 0.976551414 134.934173584\n0.976168871 -0.004220935 -0.216971159 -12.913285255 0.007613485 0.999861479 0.014802420 1.202929854 0.216878623 -0.016101567 0.976065755 135.893127441\n0.975814521 -0.005701059 -0.218525738 -13.144449234 0.008984574 0.999861121 0.014035014 1.221025109 0.218415380 -0.015658930 0.975730240 136.873489380\n0.975287914 -0.011060826 -0.220660612 -13.345658302 0.013850230 0.999842465 0.011097936 1.237121701 0.220503107 -0.013879883 0.975287497 137.827346802\n0.974959970 -0.013809611 -0.221951142 -13.556253433 0.016589385 0.999805510 0.010664780 1.249344707 0.221760705 -0.014079766 0.974999487 138.782501221\n0.974867582 -0.013428458 -0.222380087 -13.783956528 0.015860710 0.999832273 0.009154984 1.258994699 0.222219869 -0.012452003 0.974917054 139.730285645\n0.974775195 -0.015470286 -0.222652078 -14.003487587 0.017980486 0.999795556 0.009251253 1.269317150 0.222463429 -0.013021285 0.974854052 140.695861816\n0.974965930 -0.016572461 -0.221735984 -14.211101532 0.018948574 0.999783516 0.008592835 1.282178640 0.221545577 -0.012579300 0.975068867 141.647552490\n0.975681245 -0.018196156 -0.218437567 -14.422907829 0.021735247 0.999668360 0.013809673 1.296737671 0.218113840 -0.018221634 0.975753188 142.599975586\n0.976569533 -0.015846008 -0.214617833 -14.645777702 0.020178454 0.999634147 0.018010873 1.299518108 0.214253917 -0.021919526 0.976532042 143.555557251\n0.977551579 -0.014379701 -0.210204959 -14.857610703 0.018264027 0.999696255 0.016549071 1.311638117 0.209903121 -0.020016760 0.977517247 144.510040283\n0.978553057 -0.017366750 -0.205261633 -15.044889450 0.020336859 0.999716699 0.012368925 1.329434276 0.204988673 -0.016278027 0.978628993 145.445404053\n0.979766488 -0.018788347 -0.199260160 -15.230909348 0.021231245 0.999723256 0.010130046 1.342649698 0.199014693 -0.014155621 0.979894280 146.376113892\n0.981265664 -0.017691409 -0.191845402 -15.419937134 0.020078246 0.999743223 0.010504425 1.353302717 0.191610307 -0.014159550 0.981368959 147.300262451\n0.982529640 -0.013716641 -0.185599983 -15.622645378 0.016142081 0.999802828 0.011563244 1.362836361 0.185404778 -0.014357201 0.982557356 148.278869629\n0.983867884 -0.012846919 -0.178434730 -15.796401024 0.015329191 0.999803841 0.012539600 1.375302076 0.178238645 -0.015072569 0.983871818 149.210510254\n0.985236645 -0.012757801 -0.170721859 -15.960104942 0.015036539 0.999814212 0.012061249 1.387897611 0.170536265 -0.014450251 0.985245466 150.147033691\n0.986626565 -0.010301479 -0.162671059 -16.116813660 0.012504901 0.999843359 0.012527136 1.397747397 0.162516534 -0.014393791 0.986600816 151.069808960\n0.987925947 -0.008250600 -0.154706895 -16.259918213 0.010584500 0.999842167 0.014268302 1.413002968 0.154564753 -0.015733521 0.987857401 151.994674683\n0.989133179 -0.006273327 -0.146888435 -16.399118423 0.008912759 0.999810338 0.017317688 1.428781390 0.146751940 -0.018438680 0.989001453 152.932083130\n0.990336478 -0.006757524 -0.138520598 -16.540641785 0.009538122 0.999765933 0.019419547 1.440795302 0.138356954 -0.020553114 0.990169168 153.880371094\n0.991351247 -0.008920844 -0.130931959 -16.655286789 0.011437070 0.999763846 0.018478423 1.462325335 0.130736187 -0.019816086 0.991219163 154.810226440\n0.992277741 -0.010058685 -0.123627439 -16.756069183 0.011909361 0.999827683 0.014239894 1.475543976 0.123462901 -0.015602253 0.992226541 155.739669800\n0.993103147 -0.010771437 -0.116748087 -16.862604141 0.011905845 0.999888420 0.009023687 1.491323590 0.116637863 -0.010351437 0.993120551 156.656692505\n0.993975937 -0.010007748 -0.109140873 -16.984014511 0.010687805 0.999926925 0.005647779 1.504539847 0.109076373 -0.006780232 0.994010270 157.614440918\n0.994766414 -0.008072321 -0.101855703 -17.078163147 0.008767947 0.999941170 0.006383664 1.518841267 0.101798177 -0.007243319 0.994778693 158.550735474\n0.995488346 -0.003117748 -0.094832808 -17.173377991 0.003982387 0.999952197 0.008929628 1.528879166 0.094800435 -0.009267001 0.995453179 159.484634399\n0.996140182 0.000374119 -0.087776028 -17.274578094 0.000706742 0.999924302 0.012282450 1.534622431 0.087773979 -0.012297076 0.996064484 160.432525635\n0.996715844 0.002041175 -0.080953017 -17.366071701 -0.000911445 0.999901712 0.013989878 1.549583316 0.080973618 -0.013870148 0.996619761 161.388031006\n0.997201145 0.002798996 -0.074712850 -17.436475754 -0.001977557 0.999936819 0.011066340 1.559677720 0.074739099 -0.010887618 0.997143686 162.316055298\n0.997639477 -0.000848112 -0.068663858 -17.493471146 0.001298928 0.999977887 0.006521166 1.571924686 0.068656810 -0.006594962 0.997618556 163.268829346\n0.998027802 -0.002483931 -0.062724724 -17.554651260 0.002629811 0.999994040 0.002243269 1.588733315 0.062718779 -0.002403799 0.998028338 164.202987671\n0.998370528 -0.002804367 -0.056995392 -17.602828979 0.003012078 0.999989152 0.003558768 1.597696900 0.056984793 -0.003724644 0.998368084 165.143905640\n0.998648524 -0.004020691 -0.051816598 -17.643737793 0.004514565 0.999945462 0.009417677 1.607132077 0.051775906 -0.009638879 0.998612225 166.081069946\n0.998911023 -0.002472884 -0.046590444 -17.686090469 0.003312215 0.999833465 0.017946517 1.619487047 0.046538305 -0.018081291 0.998752832 167.036682129\n0.999178290 -0.000667461 -0.040525917 -17.731004715 0.001662008 0.999698162 0.024512285 1.633740902 0.040497322 -0.024559496 0.998877764 167.966156006\n0.999388456 0.001686825 -0.034927189 -17.769292831 -0.000779033 0.999661922 0.025988303 1.657521605 0.034959219 -0.025945202 0.999051929 168.903625488\n0.999554515 0.000461062 -0.029842302 -17.793405533 0.000174645 0.999773204 0.021296091 1.677956700 0.029845351 -0.021291815 0.999327719 169.828018188\n0.999669492 0.001884923 -0.025638286 -17.809339523 -0.001586512 0.999930799 0.011654616 1.694929361 0.025658481 -0.011610089 0.999603331 170.741989136\n0.999779999 0.000651617 -0.020965677 -17.835945129 -0.000626986 0.999999106 0.001181408 1.705366611 0.020966427 -0.001168003 0.999779522 171.664154053\n0.999848604 -0.002220988 -0.017258033 -17.842628479 0.002164439 0.999992251 -0.003294687 1.716528058 0.017265216 0.003256834 0.999845624 172.579757690\n0.999916136 -0.003306696 -0.012522278 -17.853691101 0.003327139 0.999993145 0.001612003 1.718176961 0.012516862 -0.001653531 0.999920309 173.515914917\n0.999952137 -0.006004105 -0.007727183 -17.848480225 0.006075515 0.999938726 0.009251338 1.726835132 0.007671164 -0.009297842 0.999927342 174.453659058\n0.999995172 -0.002252503 -0.002151587 -17.862924576 0.002278961 0.999920845 0.012374780 1.728917718 0.002123542 -0.012379623 0.999921143 175.375366211\n0.999993086 0.001530997 0.003394593 -17.866746902 -0.001561654 0.999957860 0.009046872 1.731338978 -0.003380599 -0.009052111 0.999953330 176.286972046\n0.999957025 -0.001024399 0.009214678 -17.859588623 0.001011737 0.999998510 0.001378604 1.745573640 -0.009216077 -0.001369222 0.999956608 177.187866211\n0.999872565 -0.004656036 0.015269010 -17.830865860 0.004689219 0.999986708 -0.002138105 1.746815920 -0.015258852 0.002209432 0.999881148 178.100738525\n0.999756157 -0.000438421 0.022077980 -17.825302124 0.000452193 0.999999702 -0.000618799 1.754622459 -0.022077702 0.000628631 0.999756038 179.007034302\n0.999594033 0.001894839 0.028428666 -17.807130814 -0.002031873 0.999986470 0.004792134 1.755736113 -0.028419200 -0.004847952 0.999584317 179.921539307\n0.999435246 0.001040055 0.033588108 -17.769256592 -0.001289528 0.999971747 0.007406606 1.761922836 -0.033579458 -0.007445736 0.999408305 180.821395874\n0.999198675 0.002421369 0.039952114 -17.741462708 -0.002680457 0.999975741 0.006432670 1.768499851 -0.039935570 -0.006534605 0.999180913 181.720077515\n0.998935878 0.003279221 0.046003722 -17.706027985 -0.003491546 0.999983609 0.004535778 1.768333912 -0.045988094 -0.004691575 0.998930991 182.634155273\n0.998661399 0.003774450 0.051586714 -17.656940460 -0.003995896 0.999983251 0.004190231 1.776463509 -0.051570036 -0.004390757 0.998659730 183.524139404\n0.998363435 0.002536726 0.057131469 -17.600208282 -0.002900923 0.999975979 0.006292692 1.782868147 -0.057114135 -0.006448127 0.998346806 184.421157837\n0.998050213 0.002759184 0.062354747 -17.546493530 -0.003167178 0.999974191 0.006445226 1.787573934 -0.062335357 -0.006630148 0.998033226 185.311462402\n0.997776628 -0.000083838 0.066646665 -17.481504440 -0.000249572 0.999987483 0.004994303 1.791552544 -0.066646248 -0.004999832 0.997764111 186.209869385\n0.997495770 -0.000355121 0.070725612 -17.423885345 0.000177200 0.999996781 0.002521905 1.803199053 -0.070726275 -0.002503057 0.997492611 187.093902588\n0.997142375 -0.001198455 0.075535372 -17.368715286 0.001026899 0.999996781 0.002310002 1.808246970 -0.075537898 -0.002225833 0.997140467 187.981246948\n0.996816754 -0.001133252 0.079718769 -17.303544998 0.000996013 0.999997973 0.001761283 1.811446190 -0.079720601 -0.001676276 0.996815860 188.854934692\n0.996576250 0.000378549 0.082677864 -17.218885422 -0.000293322 0.999999404 -0.001042982 1.807887316 -0.082678214 0.001015160 0.996575773 189.753082275\n0.996261835 -0.002420507 0.086351342 -17.138015747 0.002652510 0.999993145 -0.002572103 1.810862780 -0.086344525 0.002791536 0.996261418 190.627471924\n0.995932221 -0.005799252 0.089918584 -17.070932388 0.005802804 0.999983132 0.000221921 1.817616105 -0.089918360 0.000300762 0.995949090 191.521881104\n0.995721221 -0.007774969 0.092080243 -16.980886459 0.007427566 0.999963939 0.004114932 1.823960662 -0.092108913 -0.003413393 0.995743096 192.411834717\n0.995535374 -0.010552391 0.093797266 -16.884895325 0.009972472 0.999928176 0.006649281 1.824943304 -0.093860693 -0.005684204 0.995569110 193.314407349\n0.995416343 -0.010415469 0.095067270 -16.798908234 0.009945067 0.999935865 0.005420577 1.836161256 -0.095117629 -0.004450281 0.995456100 194.206405640\n0.995250583 -0.010981780 0.096725032 -16.716102600 0.010661330 0.999935806 0.003829203 1.842956662 -0.096760876 -0.002779799 0.995303750 195.113861084\n0.995141387 -0.010147981 0.097931817 -16.629570007 0.010052817 0.999948382 0.001465137 1.842664957 -0.097941630 -0.000473528 0.995192051 196.000045776\n0.995074332 -0.010519331 0.098571651 -16.543411255 0.010547831 0.999944329 0.000232017 1.862849236 -0.098568603 0.000808843 0.995129943 196.933166504\n0.995056868 -0.010996600 0.098695911 -16.453250885 0.010959651 0.999939501 0.000916536 1.866802812 -0.098700024 0.000169667 0.995117247 197.844406128\n0.995036662 -0.011528398 0.098839216 -16.357143402 0.011396882 0.999933243 0.001895130 1.872793913 -0.098854467 -0.000759265 0.995101631 198.770675659\n0.994924366 -0.012727733 0.099817343 -16.274990082 0.012488868 0.999917448 0.003017540 1.875071287 -0.099847510 -0.001755618 0.995001197 199.691848755\n0.994881213 -0.012148344 0.100318193 -16.176839828 0.011850915 0.999923408 0.003560283 1.880665421 -0.100353770 -0.002353197 0.994949043 200.627761841\n0.994721651 -0.011087501 0.102009460 -16.085054398 0.010704494 0.999933481 0.004301284 1.895318389 -0.102050364 -0.003186620 0.994774103 201.564880371\n0.994505227 -0.008476432 0.104343385 -15.985610008 0.007972579 0.999954462 0.005244938 1.903865576 -0.104383089 -0.004384232 0.994527519 202.509460449\n0.994119406 -0.010499997 0.107778952 -15.885511398 0.009835937 0.999929249 0.006691084 1.911071062 -0.107841581 -0.005591630 0.994152367 203.463317871\n0.993735373 -0.011878269 0.111125700 -15.775993347 0.011441455 0.999924123 0.004567699 1.912506938 -0.111171529 -0.003267644 0.993795872 204.420486450\n0.993242323 -0.011679818 0.115469828 -15.659966469 0.011617312 0.999931753 0.001214305 1.926023722 -0.115476139 0.000135349 0.993310273 205.384811401\n0.992548168 -0.012776813 0.121181265 -15.534898758 0.012919392 0.999916494 -0.000390917 1.937587500 -0.121166140 0.001953591 0.992630303 206.355728149\n0.991689563 -0.012004621 0.128092498 -15.417954445 0.011861145 0.999927878 0.001882868 1.946205616 -0.128105864 -0.000347896 0.991760433 207.337310791\n0.990766048 -0.011645292 0.135081470 -15.301314354 0.011176610 0.999928594 0.004227479 1.953845501 -0.135121062 -0.002678690 0.990825474 208.364593506\n0.989924431 -0.009315702 0.141290113 -15.160973549 0.008706609 0.999949932 0.004928520 1.965788126 -0.141328961 -0.003648704 0.989955962 209.357345581\n0.988988161 -0.007902837 0.147783473 -15.017039299 0.007455249 0.999965787 0.003582364 1.977120638 -0.147806734 -0.002441153 0.989013255 210.355850220\n0.988032699 -0.007356224 0.154069230 -14.860465050 0.007206693 0.999972880 0.001529029 1.987570047 -0.154076293 -0.000400401 0.988058865 211.360229492\n0.986995459 -0.006995160 0.160595998 -14.700783730 0.007038821 0.999975204 0.000297030 2.001938105 -0.160594091 0.000837239 0.987020195 212.378036499\n0.985872567 -0.006043958 0.167387992 -14.532179832 0.005849744 0.999981523 0.001653309 2.011235952 -0.167394891 -0.000650775 0.985889733 213.399185181\n0.984722972 -0.005661797 0.174036205 -14.361206055 0.005343705 0.999983072 0.002296257 2.018089533 -0.174046263 -0.001331179 0.984736562 214.428878784\n0.983642757 -0.006591391 0.180009618 -14.173298836 0.006452921 0.999978244 0.001354809 2.030082464 -0.180014640 -0.000171060 0.983663917 215.466644287\n0.982445061 -0.003237024 0.186524078 -13.983010292 0.003079414 0.999994636 0.001134714 2.038794279 -0.186526746 -0.000540409 0.982449710 216.500656128\n0.981028974 -0.001737124 0.193853423 -13.787578583 0.001185576 0.999994934 0.002961159 2.048668146 -0.193857580 -0.002675155 0.981026053 217.553527832\n0.979624391 -0.001263606 0.200834319 -13.573056221 -0.000061316 0.999978304 0.006590729 2.060552597 -0.200838283 -0.006468753 0.979603052 218.604125977\n0.977905631 -0.001110616 0.209043950 -13.356814384 -0.000484236 0.999971151 0.007577934 2.070538759 -0.209046334 -0.007511731 0.977876902 219.669189453\n0.976320982 0.001942152 0.216318190 -13.140241623 -0.001968704 0.999998033 -0.000092737 2.078278780 -0.216317952 -0.000335325 0.976322889 220.729034424\n0.975055635 0.002571609 0.221945614 -12.887743950 -0.000193634 0.999942362 -0.010735315 2.082517624 -0.221960425 0.010424554 0.974999964 221.787750244\n0.973528266 0.001733359 0.228560135 -12.639867783 0.001574949 0.999896646 -0.014291367 2.083052874 -0.228561282 0.014273020 0.973424911 222.858032227\n0.971902430 -0.000007468 0.235384002 -12.379220963 0.001907521 0.999967396 -0.007844446 2.079328537 -0.235376269 0.008073037 0.971870780 223.940765381\n0.970064402 0.000841922 0.242846236 -12.112729073 -0.000375631 0.999997973 -0.001966406 2.080630541 -0.242847413 0.001816320 0.970062792 225.015869141\n0.967751861 0.003004551 0.251887590 -11.845752716 -0.002395911 0.999993443 -0.002722974 2.083362579 -0.251894116 0.002031663 0.967752695 226.108383179\n0.965466440 0.003532815 0.260503411 -11.554704666 -0.001647989 0.999970853 -0.007453392 2.087941170 -0.260522157 0.006766693 0.965444148 227.183303833\n0.963041544 0.003246567 0.269333422 -11.265666008 -0.000464500 0.999945879 -0.010392541 2.081136227 -0.269352585 0.009883343 0.962990940 228.255111694\n0.960641921 -0.000465988 0.277789235 -10.957822800 0.002721277 0.999966383 -0.007733204 2.074141026 -0.277776301 0.008184782 0.960610926 229.302017212\n0.958285928 -0.004188964 0.285780489 -10.632555008 0.003466004 0.999989390 0.003035534 2.081339121 -0.285790175 -0.001918393 0.958290279 230.376770020\n0.955698192 -0.008255217 0.294232577 -10.304751396 0.003653478 0.999862313 0.016186040 2.095926285 -0.294325680 -0.014393997 0.955596805 231.455917358\n0.952806830 -0.012947764 0.303301096 -9.965850830 0.006052777 0.999701679 0.023662213 2.112332821 -0.303517014 -0.020709705 0.952600956 232.553833008\n0.950268984 -0.008429121 0.311316222 -9.614154816 0.003161837 0.999843240 0.017420247 2.137536526 -0.311414272 -0.015569589 0.950146675 233.606307983\n0.947188795 -0.001631611 0.320672363 -9.281454086 0.000579084 0.999994099 0.003377590 2.153383255 -0.320675999 -0.003013519 0.947184145 234.649871826\n0.944246590 0.001095026 0.329237282 -8.926445007 0.000983126 0.999980628 -0.006145474 2.163737297 -0.329237640 0.006126524 0.944227219 235.695648193\n0.941529036 0.002434784 0.336923093 -8.535646439 -0.000026181 0.999974430 -0.007153179 2.166519165 -0.336931884 0.006726105 0.941505015 236.776321411\n0.938448370 0.001554958 0.345416009 -8.160301208 -0.000513995 0.999995053 -0.003105218 2.168899536 -0.345419139 0.002736544 0.938444555 237.821899414\n0.935735822 -0.002332342 0.352694005 -7.762873173 0.001877137 0.999996901 0.001632664 2.169167995 -0.352696717 -0.000865687 0.935737312 238.860076904\n0.933236718 -0.004755544 0.359230578 -7.373415470 0.003118339 0.999981940 0.005136839 2.172668219 -0.359248519 -0.003673684 0.933234692 239.912994385\n0.931077182 -0.008492171 0.364723444 -6.955419540 0.006728391 0.999958694 0.006106460 2.179603338 -0.364760250 -0.003231584 0.931095898 240.968429565\n0.929520249 -0.009247203 0.368655115 -6.551504135 0.007293545 0.999951005 0.006692576 2.191124916 -0.368698925 -0.003532082 0.929542184 241.992919922\n0.927637041 -0.011386614 0.373309374 -6.148391247 0.008555494 0.999920726 0.009239838 2.198088169 -0.373384982 -0.005377370 0.927660882 243.028305054\n0.926244974 -0.016278436 0.376570374 -5.719280720 0.012112111 0.999836445 0.013429077 2.211184978 -0.376727402 -0.007877554 0.926290691 244.052780151\n0.924859762 -0.017635103 0.379899234 -5.298707962 0.012857342 0.999803185 0.015110304 2.226002216 -0.380090922 -0.009090418 0.924904466 245.077270508\n0.923843563 -0.016915198 0.382396370 -4.874568462 0.014623445 0.999853492 0.008899002 2.240565777 -0.382490844 -0.002629334 0.923955560 246.111923218\n0.923429728 -0.015378998 0.383459240 -4.433319092 0.016796859 0.999858856 -0.000349172 2.252262831 -0.383399755 0.006763346 0.923557758 247.151931763\n0.922694087 -0.017024271 0.385156840 -4.012892723 0.018686049 0.999825239 -0.000571744 2.268772125 -0.385079771 0.007724604 0.922850966 248.176223755\n0.922710121 -0.018791247 0.385036290 -3.582178116 0.016281150 0.999819636 0.009778496 2.273407459 -0.385150582 -0.002753883 0.922849655 249.205108643\n0.922700167 -0.018938268 0.385052919 -3.158706188 0.015439642 0.999806643 0.012176109 2.279780388 -0.385209054 -0.005289819 0.922814190 250.220062256\n0.922514319 -0.015656440 0.385645151 -2.746661186 0.015848178 0.999870837 0.002681855 2.292662382 -0.385637313 0.003637723 0.922643304 251.250946045\n0.922981679 -0.015378878 0.384536445 -2.324046135 0.019410484 0.999789774 -0.006605035 2.299273491 -0.384354025 0.013560364 0.923086166 252.261642456\n0.923588693 -0.017654741 0.382978112 -1.907302380 0.021076541 0.999766648 -0.004740314 2.298458576 -0.382805049 0.012449954 0.923745275 253.273635864\n0.923745930 -0.020960420 0.382431895 -1.488548756 0.021337088 0.999767005 0.003256760 2.300643921 -0.382411063 0.005151563 0.923977971 254.293457031\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0096_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999225 -0.000387663 -0.001188582 -0.003183168 0.000388003 0.999999881 0.000285796 0.001820810 0.001188471 -0.000286257 0.999999225 0.170457169\n0.999996185 0.000987802 -0.002570819 -0.011034856 -0.000985068 0.999998927 0.001064658 0.003830963 0.002571868 -0.001062121 0.999996126 0.367165923\n0.999989033 0.001781242 -0.004326056 -0.015658002 -0.001771461 0.999995887 0.002263692 0.007023584 0.004330070 -0.002256004 0.999988079 0.578337193\n0.999981761 0.000708746 -0.005999165 -0.015582707 -0.000693683 0.999996603 0.002512546 0.010288469 0.006000926 -0.002508339 0.999978840 0.800705671\n0.999970675 -0.000873645 -0.007611598 -0.020975679 0.000887645 0.999997914 0.001836213 0.013184179 0.007609978 -0.001842915 0.999969363 1.033715844\n0.999947131 -0.002692087 -0.009923753 -0.024283212 0.002715725 0.999993503 0.002369255 0.016135883 0.009917310 -0.002396080 0.999947965 1.283631086\n0.999927998 -0.003416615 -0.011504476 -0.033470355 0.003460095 0.999986947 0.003761650 0.022197915 0.011491474 -0.003801185 0.999926746 1.545885801\n0.999912679 -0.002814923 -0.012909514 -0.038139075 0.002895022 0.999976635 0.006190152 0.022340210 0.012891788 -0.006226985 0.999897480 1.808976412\n0.999905884 -0.001103046 -0.013673698 -0.044472530 0.001251980 0.999939919 0.010888234 0.020203939 0.013660866 -0.010904329 0.999847233 2.091016769\n0.999912858 -0.002288149 -0.012999726 -0.050046626 0.002483091 0.999884427 0.014999557 0.019789238 0.012963902 -0.015030530 0.999803007 2.357785940\n0.999922693 -0.005018109 -0.011374025 -0.051162206 0.005207114 0.999847829 0.016649099 0.028121920 0.011288747 -0.016707039 0.999796689 2.623972178\n0.999931335 -0.007563768 -0.008953572 -0.049888905 0.007706834 0.999841452 0.016053462 0.034894779 0.008830728 -0.016121363 0.999831021 2.901072264\n0.999963164 -0.006631122 -0.005445065 -0.052481502 0.006703676 0.999887526 0.013416276 0.041881964 0.005355488 -0.013452284 0.999895155 3.165751934\n0.999991477 -0.003634941 -0.001945080 -0.057373293 0.003656425 0.999931037 0.011158104 0.041161090 0.001904387 -0.011165122 0.999935865 3.422451258\n0.999996305 -0.002027208 0.001810362 -0.060109064 0.002008493 0.999945164 0.010280578 0.042808801 -0.001831104 -0.010276904 0.999945521 3.681051016\n0.999973714 -0.003691470 0.006236878 -0.050238375 0.003625321 0.999937415 0.010584391 0.049372807 -0.006275560 -0.010561503 0.999924541 3.938629866\n0.999916971 -0.006548671 0.011099244 -0.042433273 0.006423434 0.999915719 0.011281719 0.050612319 -0.011172189 -0.011209487 0.999874771 4.193749905\n0.999829888 -0.009002841 0.016097866 -0.031465530 0.008807710 0.999887347 0.012151606 0.053602181 -0.016205452 -0.012007754 0.999796569 4.456284046\n0.999722838 -0.009771687 0.021419043 -0.020098686 0.009500821 0.999874055 0.012711506 0.053203400 -0.021540558 -0.012504485 0.999689758 4.704254150\n0.999579489 -0.009399951 0.027431078 -0.015992502 0.009070630 0.999885559 0.012105228 0.059569303 -0.027541729 -0.011851321 0.999550402 4.954626560\n0.999405801 -0.010029508 0.032975726 0.002175623 0.009661188 0.999889374 0.011309825 0.065855451 -0.033085510 -0.010984520 0.999392152 5.212800026\n0.999128580 -0.010688858 0.040346097 0.018262923 0.010261633 0.999889255 0.010781310 0.070212796 -0.040456869 -0.010357899 0.999127626 5.463680267\n0.998760819 -0.011178023 0.048495770 0.034782533 0.010674957 0.999886632 0.010620025 0.076580487 -0.048608981 -0.010089175 0.998766899 5.707470894\n0.998314202 -0.010551888 0.057074215 0.054221466 0.009906342 0.999883831 0.011581762 0.076656230 -0.057189796 -0.010996841 0.998302758 5.948466301\n0.997775376 -0.008942110 0.066063546 0.073823988 0.008157275 0.999893010 0.012140222 0.077444330 -0.066165037 -0.011574316 0.997741580 6.193994045\n0.997168839 -0.008374310 0.074727573 0.097309552 0.007524154 0.999903798 0.011651027 0.074452549 -0.074817955 -0.011055779 0.997135937 6.409521103\n0.996440887 -0.008548973 0.083860114 0.118748717 0.007629915 0.999907315 0.011273795 0.075070940 -0.083948724 -0.010593824 0.996413767 6.603600502\n0.995587826 -0.011004435 0.093186937 0.152748078 0.010086142 0.999895871 0.010319568 0.079165757 -0.093290798 -0.009334140 0.995595157 6.820485115\n0.994668722 -0.012408360 0.102372468 0.178846091 0.011533729 0.999891818 0.009131144 0.080339774 -0.102474689 -0.007901726 0.994704247 6.996679783\n0.993691385 -0.013782333 0.111299030 0.206096366 0.012920782 0.999880731 0.008458469 0.085828960 -0.111402333 -0.006967037 0.993750989 7.159933090\n0.992646694 -0.014580117 0.120166190 0.228804559 0.013679960 0.999871850 0.008312502 0.088183500 -0.120271988 -0.006607509 0.992718995 7.304917336\n0.991690516 -0.015905283 0.127659529 0.258716494 0.014970590 0.999853671 0.008277995 0.084528506 -0.127772510 -0.006298070 0.991783500 7.424380779\n0.990789890 -0.015530099 0.134514600 0.278887153 0.014615607 0.999862909 0.007783348 0.086620070 -0.134617031 -0.005745651 0.990881026 7.531749725\n0.989910543 -0.014502851 0.140949503 0.293169290 0.013764468 0.999885976 0.006212188 0.086743549 -0.141023517 -0.004209416 0.989997268 7.621304035\n0.989038587 -0.012221199 0.147150606 0.303789526 0.011795456 0.999923348 0.003765542 0.089712806 -0.147185355 -0.001988558 0.989106953 7.701345921\n0.988261163 -0.012038101 0.152299017 0.322719544 0.011890907 0.999927521 0.001877275 0.089022748 -0.152310580 -0.000044265 0.988332689 7.763418198\n0.987498879 -0.010835833 0.157253295 0.334532559 0.010832690 0.999940932 0.000877082 0.093038909 -0.157253519 0.000837358 0.987557888 7.843438625\n0.986724615 -0.010725302 0.162047744 0.349174351 0.010725476 0.999942124 0.000873749 0.095966205 -0.162047729 0.000875890 0.986782551 7.914562702\n0.986069024 -0.010868175 0.165981367 0.365575939 0.010890200 0.999940395 0.000777427 0.095005646 -0.165979922 0.001040973 0.986128569 7.976651669\n0.985390306 -0.011479475 0.169923991 0.378397703 0.011577299 0.999932885 0.000415161 0.093787886 -0.169917345 0.001558165 0.985457063 8.018437386\n0.984767735 -0.011618852 0.173486352 0.388188034 0.011771442 0.999930680 0.000149349 0.095938616 -0.173476070 0.001895111 0.984836280 8.068353653\n0.984290600 -0.011328865 0.176192060 0.394915640 0.011546014 0.999933302 -0.000207296 0.096490569 -0.176177964 0.002238355 0.984355807 8.105714798\n0.983883917 -0.010680602 0.178489178 0.403433293 0.010991453 0.999939322 -0.000752766 0.096606486 -0.178470314 0.002702489 0.983941615 8.138075829\n0.983480036 -0.010564901 0.180708200 0.410971791 0.010883726 0.999940455 -0.000772824 0.095631316 -0.180689275 0.002726836 0.983536482 8.161183357\n0.983069956 -0.009839836 0.182966143 0.416526586 0.010327735 0.999945223 -0.001713925 0.097506218 -0.182939246 0.003574534 0.983117700 8.188942909\n0.982651472 -0.009635620 0.185211316 0.425448000 0.010421742 0.999940336 -0.003271373 0.098192595 -0.185168743 0.005144843 0.982693255 8.217523575\n0.982183218 -0.009592629 0.187680811 0.431019187 0.010547123 0.999936044 -0.004087748 0.096210524 -0.187629595 0.005994409 0.982221544 8.253673553\n0.981668472 -0.009271881 0.190370962 0.445700139 0.010273186 0.999938071 -0.004273527 0.097508959 -0.190319553 0.006150902 0.981702924 8.283310890\n0.981042683 -0.009224803 0.193572208 0.452973008 0.010210034 0.999939501 -0.004092707 0.093928158 -0.193522751 0.005991498 0.981077492 8.327736855\n0.980409682 -0.008616949 0.196780637 0.464451790 0.009670067 0.999943614 -0.004391508 0.092024349 -0.196731701 0.006208358 0.980437696 8.356674194\n0.979602516 -0.008110825 0.200781330 0.476350784 0.009292306 0.999944627 -0.004942647 0.095997751 -0.200730130 0.006707551 0.979623616 8.419516563\n0.978601873 -0.007099445 0.205640435 0.491216391 0.008591670 0.999942839 -0.006364430 0.099211626 -0.205583498 0.007995037 0.978606939 8.477441788\n0.977373004 -0.006325881 0.211428583 0.513356209 0.008308985 0.999929428 -0.008492429 0.099325359 -0.211359933 0.010057027 0.977356553 8.542176247\n0.975739419 -0.005244895 0.218872294 0.535584569 0.007826081 0.999909639 -0.010927811 0.097135909 -0.218795210 0.012375609 0.975692332 8.620454788\n0.973522902 -0.005002797 0.228534892 0.563844979 0.008151584 0.999884367 -0.012836272 0.097410299 -0.228444248 0.014359326 0.973451078 8.728671074\n0.970791221 -0.003467236 0.239900902 0.606131434 0.006908939 0.999884903 -0.013506827 0.100739807 -0.239826456 0.014769769 0.970703423 8.860651970\n0.967381656 -0.002750859 0.253308386 0.654131293 0.006301667 0.999892950 -0.013207430 0.097704589 -0.253244936 0.014372891 0.967295408 9.001967430\n0.963219285 -0.003084644 0.268698841 0.710626125 0.006948025 0.999885678 -0.013428347 0.092477225 -0.268626720 0.014801370 0.963130653 9.161443710\n0.958102703 -0.003918941 0.286397964 0.777761102 0.008134997 0.999875367 -0.013532606 0.089298055 -0.286309242 0.015295473 0.958015144 9.340474129\n0.952438176 -0.003843305 0.304707736 0.861006796 0.008240865 0.999879599 -0.013147260 0.094014689 -0.304620534 0.015033008 0.952355146 9.557808876\n0.945946276 -0.002795670 0.324311256 0.948108196 0.007162983 0.999899030 -0.012273424 0.093701631 -0.324244201 0.013933036 0.945870817 9.766777992\n0.938493431 0.000965424 0.345295697 1.039089918 0.003546493 0.999916375 -0.012434860 0.090274908 -0.345278829 0.012894623 0.938411534 10.003012657\n0.930122077 0.006922530 0.367185235 1.143356562 -0.001723269 0.999893606 -0.014485726 0.094190605 -0.367246419 0.012840735 0.930035055 10.252792358\n0.920576632 0.011098704 0.390404284 1.262988567 -0.005395001 0.999862134 -0.015703371 0.091309369 -0.390524745 0.012349925 0.920509577 10.510831833\n0.909760475 0.013416298 0.414916754 1.397232175 -0.007202365 0.999837279 -0.016537504 0.090253271 -0.415071130 0.012056787 0.909709096 10.784162521\n0.897952318 0.015427067 0.439822316 1.557055712 -0.008868955 0.999816775 -0.016962172 0.096839368 -0.440003425 0.011330456 0.897924602 11.062564850\n0.884791672 0.015279224 0.465736300 1.732077599 -0.009206599 0.999840379 -0.015310948 0.095798545 -0.465895921 0.009259152 0.884791076 11.351161957\n0.869561136 0.015389053 0.493585467 1.916212797 -0.009950712 0.999857426 -0.013643243 0.090204701 -0.493725032 0.006952107 0.869590282 11.655405998\n0.851090312 0.017562689 0.524725556 2.122585297 -0.012491815 0.999834776 -0.013203333 0.090450987 -0.524870753 0.004682455 0.851169109 11.959260941\n0.829590797 0.019921744 0.558016360 2.350965977 -0.016402539 0.999801517 -0.011308621 0.089312173 -0.558130860 0.000228643 0.829752922 12.256737709\n0.804696679 0.020998530 0.593314648 2.588249922 -0.020622296 0.999759853 -0.007413929 0.089132294 -0.593327880 -0.006269546 0.804936528 12.537605286\n0.776900768 0.017474404 0.629380584 2.848267794 -0.020249328 0.999791145 -0.002763090 0.087391466 -0.629297376 -0.010597886 0.777092338 12.801326752\n0.746951997 0.015519914 0.664696872 3.117163658 -0.018973565 0.999817967 -0.002023099 0.088126160 -0.664607286 -0.011100509 0.747110486 13.046056747\n0.712291837 0.014062228 0.701742530 3.384423256 -0.015546412 0.999870062 -0.004256287 0.076734468 -0.701711237 -0.007877860 0.712417960 13.277291298\n0.676250577 0.015941212 0.736499190 3.678093195 -0.014204930 0.999862134 -0.008598683 0.070337027 -0.736534774 -0.004647054 0.676383734 13.493785858\n0.639781773 0.018696798 0.768329144 3.998705387 -0.011930878 0.999825180 -0.014395354 0.072089769 -0.768464029 0.000043043 0.639893055 13.696878433\n0.600587130 0.020913301 0.799285769 4.325638771 -0.012602190 0.999781311 -0.016689917 0.071613401 -0.799459994 -0.000049000 0.600719333 13.905651093\n0.559967637 0.021934422 0.828224123 4.680168629 -0.013106893 0.999758899 -0.017615641 0.067284837 -0.828410804 -0.000991253 0.560120165 14.108003616\n0.518782914 0.026074307 0.854508340 5.044352531 -0.015730446 0.999656677 -0.020953182 0.066003591 -0.854761302 -0.002571644 0.519014955 14.296375275\n0.475444317 0.026970437 0.879332304 5.426315784 -0.014836308 0.999633610 -0.022638448 0.067076668 -0.879620731 -0.002282721 0.475670278 14.465908051\n0.430300593 0.026814092 0.902287304 5.841683388 -0.014672200 0.999634445 -0.022709874 0.055849165 -0.902566433 -0.003466468 0.430536687 14.638551712\n0.384901643 0.027267281 0.922554672 6.275312424 -0.012743414 0.999625206 -0.024228483 0.048794448 -0.922869563 -0.002430914 0.385104895 14.786125183\n0.339998960 0.028101254 0.940005898 6.743840694 -0.011607788 0.999602735 -0.025684364 0.041219622 -0.940354168 -0.002178730 0.340190053 14.927644730\n0.297275603 0.028409975 0.954369009 7.236610413 -0.011652763 0.999590755 -0.026126441 0.026380926 -0.954720676 -0.003354279 0.297484994 15.053335190\n0.257462144 0.028726418 0.965861380 7.752923012 -0.011295797 0.999579191 -0.026718214 0.014238000 -0.966222465 -0.004031242 0.257678270 15.165384293\n0.220640004 0.030054323 0.974892139 8.294221878 -0.009204323 0.999544799 -0.028731178 0.002237618 -0.975311816 -0.002633975 0.220816195 15.266203880\n0.187909424 0.032177467 0.981659174 8.860724449 -0.007572561 0.999480963 -0.031312101 0.000253320 -0.982157171 -0.001549834 0.188055575 15.349699974\n0.157452881 0.032560490 0.986989558 9.438574791 -0.005887138 0.999469459 -0.032033030 -0.015460640 -0.987508953 -0.000766850 0.157561064 15.429956436\n0.129485250 0.032039471 0.991063654 10.067217827 -0.005549417 0.999485612 -0.031586695 -0.025622934 -0.991565883 -0.001409811 0.129596472 15.480688095\n0.103428364 0.030890791 0.994157195 10.704519272 -0.003526069 0.999522686 -0.030690674 -0.033802122 -0.994630754 -0.000331180 0.103487909 15.521322250\n0.079747319 0.029381359 0.996382058 11.372639656 -0.003134505 0.999567986 -0.029224431 -0.047049493 -0.996810198 -0.000792593 0.079804957 15.545868874\n0.058297217 0.028653637 0.997888148 12.038125992 -0.002016963 0.999589324 -0.028584657 -0.062513858 -0.998297393 -0.000346292 0.058331072 15.575763702\n0.041197777 0.028838400 0.998734772 12.780919075 0.000728207 0.999582231 -0.028892908 -0.072825193 -0.999150753 0.001917609 0.041159570 15.621402740\n0.029086292 0.029039934 0.999154985 13.520135880 0.004350427 0.999564767 -0.029178489 -0.093230635 -0.999567449 0.005195444 0.028947294 15.633981705\n0.021077752 0.029338239 0.999347329 14.324831009 0.008650484 0.999526560 -0.029525954 -0.098796844 -0.999740481 0.009267180 0.020814002 15.586924553\n0.016152680 0.028990842 0.999449134 15.220763206 0.010068308 0.999524176 -0.029155739 -0.109940112 -0.999818861 0.010533705 0.015853107 15.520911217\n0.012713850 0.027622040 0.999537647 16.199348450 0.010842763 0.999555826 -0.027760463 -0.124490112 -0.999860466 0.011190693 0.012408674 15.463396072\n0.010817766 0.026962541 0.999577940 17.154506683 0.011108182 0.999571502 -0.027082585 -0.149291426 -0.999879777 0.011396466 0.010513604 15.420602798\n0.009530365 0.027628785 0.999572754 18.146266937 0.013158693 0.999528170 -0.027753012 -0.173488557 -0.999867976 0.013417567 0.009162307 15.369848251\n0.009374380 0.029274276 0.999527574 19.086589813 0.015438901 0.999448001 -0.029416747 -0.195142984 -0.999836981 0.015707374 0.008917272 15.338811874\n0.009843767 0.030798703 0.999477208 20.083255768 0.015933692 0.999393821 -0.030953066 -0.217550933 -0.999824643 0.016230058 0.009347022 15.319963455\n0.010853827 0.031435613 0.999446988 21.097337723 0.017141053 0.999352992 -0.031618815 -0.236263782 -0.999794304 0.017474763 0.010307968 15.294181824\n0.011611044 0.031451028 0.999437988 22.026828766 0.016730044 0.999359190 -0.031642918 -0.247433871 -0.999792755 0.017088050 0.011077404 15.315486908\n0.012833893 0.030997552 0.999437153 22.975038528 0.015017795 0.999400675 -0.031189270 -0.262681901 -0.999804914 0.015409621 0.012360692 15.328933716\n0.013845086 0.030363914 0.999443054 23.931613922 0.013998541 0.999434948 -0.030557590 -0.284111679 -0.999806225 0.014413819 0.013412237 15.347332001\n0.014629185 0.029311927 0.999463320 24.887914658 0.012849333 0.999482155 -0.029500559 -0.303695798 -0.999810517 0.013274007 0.014244974 15.369001389\n0.015054941 0.028674087 0.999475420 25.932773590 0.010561592 0.999528408 -0.028834693 -0.316507339 -0.999830902 0.010990156 0.014744997 15.396619797\n0.015254617 0.027775981 0.999497890 26.936342239 0.009288493 0.999567032 -0.027919672 -0.331890523 -0.999840617 0.009709737 0.014990032 15.418972015\n0.014871538 0.027119968 0.999521554 27.970636368 0.009813250 0.999580026 -0.027267562 -0.348786354 -0.999841273 0.010214066 0.014599144 15.435199738\n0.013523102 0.026510451 0.999557018 29.012247086 0.010118746 0.999593675 -0.026648318 -0.366649389 -0.999857306 0.010474632 0.013249338 15.453275681\n0.012337983 0.025355255 0.999602437 30.076393127 0.012111221 0.999601364 -0.025504718 -0.383443356 -0.999850571 0.012421084 0.012025952 15.466062546\n0.011641562 0.025041899 0.999618649 31.142761230 0.014261747 0.999580503 -0.025207037 -0.400988132 -0.999830604 0.014549759 0.011279523 15.475133896\n0.011446238 0.025780767 0.999602258 32.225753784 0.015668340 0.999540210 -0.025958590 -0.418235928 -0.999811888 0.015959237 0.011036992 15.472900391\n0.011085689 0.026316445 0.999592185 33.319511414 0.016486462 0.999512911 -0.026497198 -0.438541234 -0.999802649 0.016773479 0.010646403 15.490238190\n0.011170506 0.025969271 0.999600351 34.421726227 0.016411226 0.999523282 -0.026150664 -0.458749503 -0.999802947 0.016696785 0.010738969 15.505359650\n0.010863841 0.024249751 0.999646902 35.523876190 0.015621823 0.999579787 -0.024417896 -0.480047584 -0.999818981 0.015881579 0.010480464 15.523731232\n0.011134744 0.023108581 0.999670923 36.647766113 0.014391499 0.999625683 -0.023267832 -0.498129249 -0.999834418 0.014645844 0.010797977 15.537078857\n0.010791004 0.022790466 0.999682009 37.766403198 0.014101245 0.999637365 -0.022941662 -0.516460061 -0.999842346 0.014344324 0.010465682 15.558597565\n0.010990858 0.023096435 0.999672830 38.924972534 0.014173447 0.999629200 -0.023251256 -0.528324366 -0.999839127 0.014424359 0.010659397 15.572494507\n0.010879099 0.021739630 0.999704540 40.062316895 0.014571168 0.999654055 -0.021897102 -0.548459888 -0.999834716 0.014805084 0.010558546 15.588283539\n0.010520697 0.020448709 0.999735594 41.213562012 0.014719201 0.999679387 -0.020602457 -0.564155161 -0.999836326 0.014932061 0.010216296 15.611251831\n0.010281444 0.020083265 0.999745548 42.358818054 0.015519409 0.999674678 -0.020241449 -0.580834329 -0.999826849 0.015723573 0.009966433 15.630035400\n0.010082483 0.019494226 0.999759257 43.511314392 0.016080854 0.999677479 -0.019654810 -0.597911656 -0.999819994 0.016275153 0.009765744 15.629730225\n0.009572923 0.019121004 0.999771416 44.666893005 0.017011551 0.999669373 -0.019281942 -0.615856528 -0.999809504 0.017192246 0.009244442 15.637928009\n0.008023262 0.019336041 0.999780834 45.819160461 0.017865539 0.999650657 -0.019476894 -0.636302531 -0.999808192 0.018017890 0.007674992 15.655364990\n0.007418752 0.020526949 0.999761760 46.983905792 0.019179437 0.999602437 -0.020666000 -0.649137020 -0.999788463 0.019328184 0.007022142 15.662910461\n0.006873131 0.021076750 0.999754250 48.141693115 0.019699674 0.999580979 -0.021208528 -0.675962090 -0.999782324 0.019840602 0.006455064 15.661895752\n0.006060064 0.020992804 0.999761283 49.309020996 0.020623371 0.999564350 -0.021113681 -0.693136811 -0.999768972 0.020746399 0.005624533 15.664455414\n0.004699588 0.019350855 0.999801695 50.498069763 0.021026270 0.999589801 -0.019445589 -0.708677232 -0.999767840 0.021113487 0.004290819 15.683532715\n0.003831029 0.017055258 0.999847293 51.673641205 0.021098189 0.999630630 -0.017132405 -0.726639748 -0.999770164 0.021160601 0.003469765 15.686485291\n0.002178073 0.017410303 0.999846041 52.841823578 0.020079227 0.999646068 -0.017450560 -0.744451582 -0.999796033 0.020114144 0.001827717 15.692592621\n0.000967681 0.019866375 0.999802172 54.018505096 0.019145181 0.999619007 -0.019881267 -0.759570360 -0.999816298 0.019160636 0.000586927 15.698608398\n-0.000772595 0.021803100 0.999761939 55.208862305 0.016845480 0.999620736 -0.021787003 -0.781372368 -0.999857724 0.016824638 -0.001139522 15.698635101\n-0.002484441 0.022978103 0.999732912 56.393020630 0.015537287 0.999616146 -0.022936808 -0.803605080 -0.999876261 0.015476151 -0.002840519 15.694755554\n-0.004792333 0.022545876 0.999734342 57.585494995 0.013725871 0.999653101 -0.022478249 -0.833360434 -0.999894321 0.013614502 -0.005100131 15.697067261\n-0.007022381 0.020783693 0.999759495 58.759796143 0.013571891 0.999693871 -0.020687005 -0.856300354 -0.999883354 0.013423355 -0.007302284 15.692790985\n-0.008528948 0.018811118 0.999786854 59.952339172 0.014721538 0.999717057 -0.018684223 -0.872611046 -0.999855399 0.014559042 -0.008803487 15.680953979\n-0.010223031 0.019021425 0.999766946 61.128936768 0.017847210 0.999663293 -0.018836962 -0.886525810 -0.999788582 0.017650479 -0.010559082 15.665714264\n-0.011539578 0.021589750 0.999700367 62.311462402 0.018664068 0.999597371 -0.021372087 -0.907654583 -0.999759316 0.018411851 -0.011937857 15.653347015\n-0.013075709 0.025061360 0.999600410 63.517234802 0.018387752 0.999522865 -0.024818886 -0.929497838 -0.999745429 0.018055880 -0.013530254 15.642272949\n-0.014602184 0.025961444 0.999556422 64.723312378 0.017614212 0.999514401 -0.025703037 -0.953922987 -0.999738336 0.017231079 -0.015052438 15.631980896\n-0.015589833 0.023607945 0.999599934 65.924919128 0.016170332 0.999596417 -0.023355676 -0.978303790 -0.999747872 0.015799755 -0.015965223 15.607223511\n-0.016317129 0.021846876 0.999628186 67.121231079 0.015932214 0.999639988 -0.021587072 -0.997983813 -0.999739945 0.015574053 -0.016659260 15.589927673\n-0.017798543 0.021125931 0.999618351 68.336357117 0.014494874 0.999677122 -0.020869087 -1.018449903 -0.999736488 0.014117904 -0.018098950 15.578399658\n-0.018742800 0.021463705 0.999594033 69.521926880 0.014815608 0.999665737 -0.021187449 -1.043316126 -0.999714673 0.014412479 -0.019054532 15.558563232\n-0.019407630 0.022646548 0.999555171 70.743988037 0.016681192 0.999611616 -0.022323940 -1.072209239 -0.999672532 0.016240519 -0.019777894 15.530555725\n-0.019793153 0.023360543 0.999531209 71.951507568 0.017498575 0.999581933 -0.023015220 -1.093691349 -0.999651015 0.017034829 -0.020193577 15.502685547\n-0.020843029 0.023102526 0.999515831 73.186370850 0.017209183 0.999593139 -0.022745449 -1.114344597 -0.999634624 0.016726766 -0.021232128 15.483207703\n-0.022042513 0.022658270 0.999500394 74.415344238 0.015572645 0.999629617 -0.022317775 -1.139430523 -0.999635875 0.015072928 -0.022387147 15.464584351\n-0.022622705 0.021627031 0.999510229 75.610191345 0.013802414 0.999677479 -0.021318251 -1.163864493 -0.999648869 0.013313377 -0.022913933 15.428825378\n-0.023170710 0.021226108 0.999506354 76.829956055 0.012752127 0.999699533 -0.020934593 -1.186866283 -0.999650359 0.012260763 -0.023434401 15.393455505\n-0.024730206 0.021511855 0.999462724 78.076400757 0.012665087 0.999694943 -0.021203473 -1.210543513 -0.999613941 0.012133915 -0.024995208 15.385276794\n-0.025207639 0.021402724 0.999453187 79.292251587 0.013161131 0.999691248 -0.021075882 -1.238038063 -0.999595702 0.012622664 -0.025481582 15.350364685\n-0.026075721 0.021578554 0.999427021 80.472900391 0.014196270 0.999674201 -0.021213498 -1.259783745 -0.999559164 0.013634977 -0.026373625 15.324119568\n-0.026643991 0.020698069 0.999430776 81.707763672 0.014713583 0.999685407 -0.020311095 -1.277413845 -0.999536812 0.014164039 -0.026940227 15.293083191\n-0.027295351 0.018181473 0.999462247 82.940597534 0.014197446 0.999740779 -0.017798811 -1.297716379 -0.999526799 0.013703985 -0.027546406 15.255157471\n-0.028164148 0.017267156 0.999454141 84.202758789 0.012900811 0.999773800 -0.016909141 -1.319083333 -0.999520063 0.012417538 -0.028380513 15.221519470\n-0.029438496 0.018425889 0.999396861 85.463897705 0.013550482 0.999745548 -0.018033175 -1.328923941 -0.999474883 0.013011438 -0.029680729 15.183273315\n-0.031490326 0.019495325 0.999313891 86.713623047 0.012798709 0.999735653 -0.019100240 -1.349463940 -0.999422073 0.012188454 -0.031731486 15.148216248\n-0.034023881 0.020956594 0.999201357 87.972389221 0.014553499 0.999684513 -0.020471167 -1.358469367 -0.999315143 0.013845367 -0.034318089 15.106712341\n-0.035956860 0.020460345 0.999144018 89.245040894 0.016726196 0.999662697 -0.019869033 -1.381445885 -0.999213517 0.015997451 -0.036286950 15.061126709\n-0.037551284 0.021048324 0.999073029 90.536521912 0.017038545 0.999646306 -0.020419991 -1.398897409 -0.999149442 0.016255954 -0.037896633 15.008674622\n-0.038590789 0.022620518 0.998999059 91.814132690 0.017317545 0.999608755 -0.021965355 -1.417209387 -0.999105036 0.016452549 -0.038967490 14.950424194\n-0.040195227 0.022674551 0.998934567 93.098854065 0.017350907 0.999607563 -0.021991661 -1.438739061 -0.999041200 0.016448461 -0.040572882 14.902221680\n-0.041035414 0.022633994 0.998901427 94.382606506 0.017931966 0.999599040 -0.021913152 -1.459626198 -0.998996913 0.017013054 -0.041424870 14.846488953\n-0.041382909 0.023605019 0.998864472 95.667205811 0.020224672 0.999535859 -0.022782978 -1.485443234 -0.998938620 0.019258881 -0.041841149 14.792076111\n-0.040976882 0.024858808 0.998850942 96.951995850 0.024937162 0.999404490 -0.023849569 -1.507850051 -0.998848975 0.023931229 -0.041572332 14.738563538\n-0.040872216 0.024852870 0.998855174 98.250701904 0.027670121 0.999335349 -0.023732577 -1.533239365 -0.998781145 0.026668441 -0.041532755 14.690704346\n-0.040142298 0.024637664 0.998890281 99.545928955 0.028039461 0.999330044 -0.023521695 -1.557180762 -0.998800576 0.027064130 -0.040806293 14.629325867\n-0.040571332 0.025610618 0.998848379 100.825653076 0.027218159 0.999328792 -0.024517387 -1.593615532 -0.998805881 0.026192112 -0.041241169 14.580917358\n-0.040601850 0.027027681 0.998809755 102.124649048 0.024536379 0.999359608 -0.026045149 -1.613926888 -0.998874068 0.023449695 -0.041238904 14.530067444\n-0.040936232 0.026000258 0.998823464 103.417137146 0.021795757 0.999446750 -0.025123198 -1.635278106 -0.998924077 0.020741666 -0.041480184 14.478439331\n-0.041512728 0.023403505 0.998863816 104.726364136 0.020942898 0.999526381 -0.022548642 -1.668426275 -0.998918474 0.019983048 -0.041983247 14.439216614\n-0.042547703 0.021830451 0.998855889 106.030647278 0.019109927 0.999596119 -0.021032613 -1.694207430 -0.998911619 0.018193172 -0.042947769 14.388053894\n-0.045048952 0.022316679 0.998735547 107.334411621 0.016145382 0.999636114 -0.021608552 -1.711258650 -0.998854339 0.015151524 -0.045392871 14.337875366\n-0.047545552 0.022518747 0.998615205 108.628425598 0.012922761 0.999676049 -0.021927398 -1.740371227 -0.998785496 0.011862318 -0.047821164 14.284713745\n-0.050495148 0.022204306 0.998477578 109.929595947 0.010469884 0.999709666 -0.021702224 -1.763341904 -0.998669565 0.009358088 -0.050712943 14.225036621\n-0.053541899 0.019752275 0.998370230 111.233421326 0.008569920 0.999776602 -0.019320501 -1.787011147 -0.998528838 0.007521496 -0.053699255 14.161499023\n-0.056361079 0.019496061 0.998220086 112.535339355 0.007519204 0.999789238 -0.019102164 -1.804364800 -0.998382151 0.006429203 -0.056495786 14.094879150\n-0.059286594 0.019609364 0.998048365 113.824867249 0.009297397 0.999774516 -0.019090990 -1.831912756 -0.998197675 0.008147410 -0.059455514 14.027030945\n-0.062065482 0.018292736 0.997904420 115.142608643 0.008621302 0.999804556 -0.017791359 -1.851363778 -0.998034835 0.007499006 -0.062211037 13.956405640\n-0.064917564 0.015630832 0.997768342 116.433738708 0.006773892 0.999861181 -0.015222893 -1.866868615 -0.997867763 0.005770542 -0.065014482 13.890464783\n-0.067111254 0.016455220 0.997609794 117.769104004 0.007734224 0.999842525 -0.015971752 -1.878710985 -0.997715533 0.006643855 -0.067227960 13.789367676\n-0.069883466 0.016662477 0.997416139 119.047500610 0.006902373 0.999844611 -0.016219439 -1.892584562 -0.997531474 0.005751071 -0.069987655 13.711227417\n-0.071733236 0.017064217 0.997277975 120.400474548 0.011171746 0.999804676 -0.016303882 -1.915510893 -0.997361362 0.009971806 -0.071909904 13.610298157\n-0.072481155 0.016855005 0.997227430 121.687896729 0.015431628 0.999756455 -0.015776141 -1.932577491 -0.997250497 0.014245369 -0.072723508 13.509429932\n-0.073084235 0.019058483 0.997143805 122.978897095 0.020818261 0.999628723 -0.017580139 -1.952927947 -0.997108638 0.019473970 -0.073453903 13.415130615\n-0.074026465 0.020466823 0.997046292 124.263725281 0.022439495 0.999570429 -0.018852603 -1.965220213 -0.997003853 0.020977622 -0.074453950 13.317459106\n-0.074408889 0.018974705 0.997047246 125.577125549 0.018179564 0.999678612 -0.017668054 -1.997083426 -0.997062027 0.016811222 -0.074729919 13.229904175\n-0.075724483 0.016204849 0.996997118 126.875343323 0.017784171 0.999730825 -0.014898529 -2.014051676 -0.996970177 0.016602585 -0.075992227 13.136993408\n-0.076738954 0.016088700 0.996921480 128.172424316 0.016274745 0.999756813 -0.014881697 -2.032291889 -0.996918440 0.015082637 -0.076982141 13.041824341\n-0.077902079 0.016981920 0.996816397 129.464279175 0.020988883 0.999661267 -0.015390087 -2.052972317 -0.996740103 0.019723143 -0.078232050 12.942398071\n-0.077762604 0.019193571 0.996787131 130.766143799 0.023978740 0.999561429 -0.017376333 -2.063954115 -0.996683538 0.022550469 -0.078188777 12.838958740\n-0.078720331 0.021368327 0.996667743 132.059158325 0.027173767 0.999444723 -0.019281588 -2.088145018 -0.996526361 0.025565363 -0.079257250 12.745071411\n-0.078878045 0.025189539 0.996565998 133.346496582 0.026344126 0.999384224 -0.023175642 -2.110497952 -0.996536136 0.024425611 -0.079493046 12.641220093\n-0.078761578 0.025029469 0.996579289 134.624389648 0.024461132 0.999432266 -0.023167918 -2.136104107 -0.996593356 0.022552716 -0.079329133 12.546051025\n-0.078434825 0.024728814 0.996612489 135.931915283 0.019433381 0.999540269 -0.023272028 -2.165543556 -0.996729791 0.017542213 -0.078879356 12.462158203\n-0.077518702 0.024231723 0.996696472 137.203598022 0.016344050 0.999601126 -0.023031175 -2.195165634 -0.996856987 0.014504708 -0.077883840 12.363937378\n-0.076369047 0.023239076 0.996808767 138.497222900 0.014239985 0.999651790 -0.022214381 -2.225336552 -0.996977925 0.012498052 -0.076673388 12.272552490\n-0.075248718 0.020773770 0.996948421 139.782318115 0.012276906 0.999726474 -0.019905008 -2.244842291 -0.997089267 0.010741616 -0.075483203 12.176528931\n-0.074111462 0.018910231 0.997070611 141.096939087 0.012600521 0.999758124 -0.018024614 -2.273205757 -0.997170329 0.011227777 -0.074331880 12.092895508\n-0.072671294 0.020288289 0.997149706 142.369628906 0.016688835 0.999677837 -0.019123467 -2.292161942 -0.997216463 0.015251541 -0.072986484 11.994216919\n-0.071345448 0.022879979 0.997189283 143.685791016 0.018716289 0.999591589 -0.021596013 -2.316592693 -0.997276068 0.017122904 -0.071744561 11.911163330\n-0.069771528 0.025312331 0.997241795 144.962356567 0.020490710 0.999503493 -0.023936111 -2.337917328 -0.997352540 0.018764131 -0.070255637 11.823486328\n-0.068661094 0.025319042 0.997318745 146.246231079 0.020346345 0.999505520 -0.023973802 -2.366597652 -0.997432530 0.018645724 -0.069142222 11.734298706\n-0.068294883 0.023513159 0.997388244 147.527145386 0.019020436 0.999571204 -0.022262229 -2.391160488 -0.997484028 0.017450364 -0.068712831 11.653274536\n-0.068535924 0.019975629 0.997448623 148.801681519 0.018805783 0.999647737 -0.018727502 -2.421360970 -0.997471392 0.017474296 -0.068887472 11.575622559\n-0.069008112 0.017757809 0.997458100 150.065582275 0.018521750 0.999692023 -0.016516171 -2.443607807 -0.997444212 0.017334919 -0.069315791 11.484710693\n-0.070905089 0.019010836 0.997301936 151.367614746 0.019796023 0.999648273 -0.017648127 -2.468424320 -0.997286677 0.018491268 -0.071256518 11.407318115\n-0.071725130 0.021452034 0.997193813 152.636459351 0.019702492 0.999604106 -0.020086750 -2.487760782 -0.997229934 0.018206481 -0.072119355 11.315429688\n-0.073929906 0.023196194 0.996993780 153.875228882 0.018483605 0.999589622 -0.021885982 -2.476682186 -0.997092307 0.016810011 -0.074328303 11.239486694\n-0.076397538 0.021831084 0.996838570 155.142181396 0.016393423 0.999652624 -0.020636329 -2.499066353 -0.996942818 0.014765032 -0.076728940 11.152603149\n-0.078352213 0.018264767 0.996758401 156.461013794 0.016885847 0.999713063 -0.016991559 -2.559358597 -0.996782720 0.015499784 -0.078638196 11.062088013\n-0.080386281 0.016230386 0.996631682 157.749114990 0.017874297 0.999730110 -0.014839142 -2.571856022 -0.996603549 0.016621226 -0.080654740 10.966339111\n-0.082105398 0.014894270 0.996512473 159.004943848 0.018487018 0.999739051 -0.013419302 -2.583204508 -0.996452272 0.017320745 -0.082359433 10.859191895\n-0.084241271 0.013891270 0.996348560 160.295928955 0.019852033 0.999727786 -0.012259894 -2.619815111 -0.996247649 0.018746754 -0.084494114 10.772872925\n-0.085863352 0.013752289 0.996212065 161.574096680 0.022487387 0.999676764 -0.011861935 -2.632097483 -0.996053159 0.021383701 -0.086144805 10.650848389\n-0.087514997 0.014535396 0.996057153 162.828460693 0.022940561 0.999657750 -0.012572349 -2.650502920 -0.995899022 0.021749841 -0.087818503 10.537124634\n-0.089246869 0.015899956 0.995882630 164.092666626 0.024284512 0.999610066 -0.013783189 -2.659587383 -0.995713413 0.022954417 -0.089598179 10.427307129\n-0.091042280 0.016571201 0.995709300 165.349182129 0.024436958 0.999597609 -0.014401535 -2.671461344 -0.995547295 0.023020957 -0.091410518 10.318664551\n-0.092201948 0.018442718 0.995569646 166.593353271 0.025807919 0.999536872 -0.016126083 -2.688517332 -0.995405972 0.024206720 -0.092635274 10.203125000\n-0.091850758 0.019938886 0.995573282 167.879165649 0.027512014 0.999468625 -0.017478673 -2.706847668 -0.995392740 0.025784796 -0.092350483 10.079772949\n-0.091157794 0.020411910 0.995627403 169.135742188 0.026103055 0.999495387 -0.018101269 -2.731557369 -0.995494425 0.024338843 -0.091644526 9.974136353\n-0.090302825 0.021151418 0.995689690 170.404953003 0.025434813 0.999497294 -0.018925523 -2.750687599 -0.995589435 0.023616150 -0.090795398 9.865417480\n-0.089445829 0.021740299 0.995754540 171.659729004 0.025140602 0.999492466 -0.019563608 -2.774538279 -0.995674491 0.023283985 -0.089946985 9.751693726\n-0.088298917 0.021577392 0.995860279 172.904449463 0.024510164 0.999509692 -0.019483248 -2.799450636 -0.995792389 0.022688350 -0.088784456 9.642669678\n-0.086112022 0.021325506 0.996057332 174.166534424 0.025020402 0.999501824 -0.019236172 -2.824199200 -0.995971382 0.023265289 -0.086602688 9.533462524\n-0.084628940 0.020535702 0.996200919 175.435211182 0.028343732 0.999432623 -0.018194476 -2.847105503 -0.996009350 0.026696272 -0.085162997 9.427932739\n-0.082885861 0.023689259 0.996277630 176.696655273 0.029974036 0.999324381 -0.021268006 -2.869637012 -0.996108353 0.028099645 -0.083539963 9.317596436\n-0.081290603 0.025263956 0.996370137 177.960021973 0.030265057 0.999280274 -0.022868514 -2.886534452 -0.996230781 0.028296204 -0.081996679 9.217849731\n-0.079601645 0.026279142 0.996480405 179.191192627 0.029519686 0.999276161 -0.023994762 -2.910667658 -0.996389687 0.027505768 -0.080319762 9.120483398\n-0.080000043 0.023061987 0.996528029 180.469070435 0.026459545 0.999429166 -0.021004988 -2.937779188 -0.996443629 0.024687279 -0.080564618 9.030059814\n-0.080363870 0.022018228 0.996522427 181.701309204 0.024568550 0.999495983 -0.020102618 -2.961011648 -0.996462822 0.022867586 -0.080864310 8.926467896\n-0.082789660 0.019956147 0.996367216 182.984161377 0.021225313 0.999607980 -0.018257415 -2.985997438 -0.996340990 0.019636681 -0.083180785 8.841094971\n-0.085137010 0.020775357 0.996152639 184.229797363 0.019336672 0.999628723 -0.019195229 -3.005486250 -0.996181607 0.017628053 -0.085507154 8.737991333\n-0.088358521 0.020780059 0.995871961 185.476104736 0.018631848 0.999641955 -0.019205621 -3.024164677 -0.995914459 0.016857957 -0.088714004 8.635040283\n-0.091453910 0.021458190 0.995578110 186.729370117 0.019073710 0.999622166 -0.019793240 -3.046408415 -0.995626628 0.017179199 -0.091828704 8.526855469\n-0.094091654 0.021091990 0.995340109 187.972610474 0.021020941 0.999594748 -0.019194996 -3.067401648 -0.995341659 0.019116899 -0.094496846 8.409347534\n-0.096239448 0.020301139 0.995151222 189.220733643 0.022327913 0.999584436 -0.018232284 -3.083996296 -0.995107830 0.020464987 -0.096652627 8.290390015\n-0.098217249 0.019936528 0.994965315 190.460662842 0.025202308 0.999528468 -0.017540140 -3.111488819 -0.994845867 0.023352679 -0.098673344 8.167114258\n-0.099699974 0.021151209 0.994792938 191.715255737 0.026701974 0.999470830 -0.018574558 -3.128082752 -0.994659424 0.024711050 -0.100211978 8.047225952\n-0.100231051 0.021133071 0.994739890 192.939025879 0.028044244 0.999437213 -0.018407105 -3.147139311 -0.994569063 0.026051765 -0.100767374 7.928237915\n-0.100657105 0.020727858 0.994705379 194.176849365 0.028548215 0.999431491 -0.017937472 -3.165926933 -0.994511664 0.026591528 -0.101191640 7.797561646\n-0.100924253 0.018505728 0.994722068 195.401885986 0.027936524 0.999485433 -0.015759917 -3.182674885 -0.994501889 0.026198519 -0.101389289 7.675384521\n-0.101630092 0.016579231 0.994684041 196.629547119 0.029136000 0.999481797 -0.013682280 -3.212068081 -0.994395494 0.027590584 -0.102060556 7.551910400\n-0.102175236 0.012873128 0.994683146 197.839324951 0.030382648 0.999490142 -0.009814394 -3.232523918 -0.994302392 0.029218320 -0.102514267 7.433258057\n-0.102759242 0.012101474 0.994632661 199.047134399 0.030311700 0.999499738 -0.009029074 -3.243600607 -0.994244337 0.029221185 -0.103074670 7.316696167\n-0.102611899 0.012717705 0.994640350 200.264129639 0.032441869 0.999429107 -0.009432084 -3.252262115 -0.994192481 0.031300146 -0.102965832 7.188812256\n-0.102607369 0.014668888 0.994613767 201.485183716 0.032994676 0.999391258 -0.011335516 -3.260293007 -0.994174540 0.031653851 -0.103028893 7.074752808\n-0.101222396 0.015812436 0.994738281 202.704589844 0.034433648 0.999330282 -0.012381546 -3.272277355 -0.994267881 0.032999180 -0.101698995 6.945877075\n-0.099806786 0.016057471 0.994877338 203.921035767 0.033929937 0.999343216 -0.012725681 -3.285081625 -0.994428217 0.032486014 -0.100286007 6.825927734\n-0.098301530 0.015428044 0.995037258 205.121841431 0.034576382 0.999329090 -0.012078734 -3.297311783 -0.994556010 0.033217426 -0.098769069 6.713500977\n-0.096857905 0.014653665 0.995190382 206.342132568 0.037743203 0.999226511 -0.011039700 -3.316379070 -0.994582355 0.036492389 -0.097336054 6.587188721\n-0.096150279 0.014397283 0.995262802 207.543136597 0.040638439 0.999118447 -0.010527069 -3.326735020 -0.994536996 0.039433744 -0.096650600 6.479690552\n-0.095699787 0.012762032 0.995328426 208.785186768 0.049452685 0.998744011 -0.008051003 -3.338873148 -0.994181097 0.048451185 -0.096210718 6.344161987\n-0.095858574 0.014502090 0.995289385 209.988922119 0.049462553 0.998728037 -0.009788348 -3.348654270 -0.994165361 0.048291255 -0.096453905 6.237426758\n-0.095976233 0.020540552 0.995171785 211.198760986 0.055578522 0.998337924 -0.015245816 -3.359817743 -0.993830919 0.053846937 -0.096958280 6.108093262\n-0.096536398 0.024245709 0.995034218 212.422363281 0.052719153 0.998424530 -0.019213615 -3.377549887 -0.993932426 0.050602544 -0.097662449 5.988296509\n-0.097206712 0.024816584 0.994954944 213.646896362 0.049495433 0.998572648 -0.020071143 -3.400003433 -0.994032860 0.047294673 -0.098296285 5.875488281\n-0.096126080 0.023855578 0.995083332 214.866500854 0.047518667 0.998682857 -0.019351523 -3.416712999 -0.994234324 0.045424845 -0.097133040 5.755691528\n-0.094338417 0.022429083 0.995287657 216.072937012 0.046119343 0.998771310 -0.018136170 -3.439608097 -0.994471490 0.044191074 -0.095256925 5.646163940\n-0.091979504 0.021900224 0.995520055 217.292938232 0.045853101 0.998790741 -0.017735651 -3.463872910 -0.994704664 0.044016365 -0.092872381 5.538375854\n-0.088993669 0.022418166 0.995779812 218.504608154 0.043836441 0.998866141 -0.018569946 -3.488057137 -0.995067000 0.041998841 -0.089875460 5.437545776\n-0.085439324 0.025103493 0.996027052 219.730422974 0.044413965 0.998784781 -0.021363156 -3.505249500 -0.995352983 0.042412255 -0.086450458 5.325866699\n-0.082606912 0.025044024 0.996267438 220.944335938 0.038452849 0.999019861 -0.021924838 -3.532916069 -0.995840073 0.036498178 -0.083489060 5.233642578\n-0.079692960 0.022904322 0.996556342 222.175613403 0.038461618 0.999062181 -0.019886209 -3.554281235 -0.996077240 0.036744379 -0.080499172 5.129089355\n-0.077638984 0.019317027 0.996794343 223.403839111 0.038573515 0.999121845 -0.016357694 -3.574961662 -0.996235013 0.037179869 -0.078315854 5.046218872\n-0.075094223 0.017938407 0.997015059 224.629714966 0.040316861 0.999075234 -0.014938846 -3.598560572 -0.996361077 0.039074697 -0.075748086 4.959930420\n-0.072292328 0.021956654 0.997141778 225.828323364 0.043317553 0.998883426 -0.018854504 -3.615648508 -0.996442378 0.041830707 -0.073162675 4.861953735\n-0.069173813 0.024794653 0.997296393 227.031158447 0.042407498 0.998860538 -0.021892101 -3.638800621 -0.996702790 0.040778488 -0.070146441 4.778381348\n-0.067249060 0.025657821 0.997406304 228.258285522 0.038384233 0.998995781 -0.023110695 -3.661064148 -0.996997595 0.036730502 -0.068166375 4.700180054\n-0.064962626 0.021891179 0.997647703 229.462661743 0.033749115 0.999235630 -0.019728430 -3.684706926 -0.997316957 0.032388117 -0.065651774 4.631362915\n-0.063160658 0.020351602 0.997795820 230.688323975 0.031104064 0.999346495 -0.018414337 -3.707844496 -0.997518539 0.029872444 -0.063752413 4.557861328\n-0.061990499 0.019623337 0.997883856 231.897445679 0.029603185 0.999403000 -0.017814206 -3.729243279 -0.997637689 0.028436230 -0.062534332 4.496688843\n-0.060896158 0.021507520 0.997912526 233.133804321 0.031862941 0.999300182 -0.019593045 -3.746625423 -0.997635543 0.030603286 -0.061538815 4.416992188\n-0.059937835 0.020732097 0.997986794 234.357467651 0.034380943 0.999233961 -0.018693129 -3.762821198 -0.997609854 0.033191297 -0.060604692 4.336318970\n-0.058530211 0.018941635 0.998106003 235.576293945 0.035966165 0.999210894 -0.016853502 -3.780719042 -0.997637630 0.034911603 -0.059165239 4.256256104\n-0.058668494 0.017497191 0.998124182 236.834304810 0.037433032 0.999181747 -0.015315464 -3.802980661 -0.997575462 0.036464278 -0.059275508 4.195465088\n-0.057853937 0.016762657 0.998184323 238.059295654 0.037894063 0.999175370 -0.014582994 -3.822530508 -0.997605622 0.036981575 -0.058441401 4.115264893\n-0.057505727 0.017061563 0.998199582 239.287933350 0.037567962 0.999182761 -0.014914109 -3.841145039 -0.997638285 0.036642674 -0.058099747 4.050720215\n-0.056714058 0.018552193 0.998218060 240.540298462 0.037465502 0.999162674 -0.016441135 -3.850651979 -0.997687221 0.036466297 -0.057361603 3.972076416\n-0.056232691 0.020226650 0.998212755 241.786590576 0.036800425 0.999157369 -0.018172698 -3.862484455 -0.997739196 0.035712756 -0.056929588 3.900695801\n-0.056336641 0.019892989 0.998213649 243.028747559 0.039437287 0.999065518 -0.017684227 -3.884491444 -0.997632623 0.038370568 -0.057068467 3.831237793\n-0.056584954 0.017827896 0.998238742 244.266860962 0.040990926 0.999038994 -0.015518635 -3.897948503 -0.997556090 0.040040605 -0.057261348 3.757873535\n-0.056822538 0.018037442 0.998221338 245.525115967 0.041448023 0.999017417 -0.015692450 -3.924677134 -0.997523546 0.040482618 -0.057514310 3.690277100\n-0.056863308 0.022349158 0.998131871 246.758300781 0.041730307 0.998928905 -0.019989641 -3.939342022 -0.997509539 0.040515665 -0.057735085 3.610168457\n-0.058423996 0.025572691 0.997964263 248.006546021 0.039174255 0.998960614 -0.023304837 -3.960033417 -0.997522950 0.037732948 -0.059365153 3.546020508\n-0.060253143 0.025590325 0.997855067 249.257446289 0.033700716 0.999153554 -0.023588687 -3.978230715 -0.997614086 0.032207139 -0.061064601 3.487670898\n-0.061110854 0.024045303 0.997841299 250.515014648 0.029135767 0.999326766 -0.022296736 -4.008469582 -0.997705638 0.027710300 -0.061770320 3.413452148\n-0.061628342 0.023656681 0.997818828 251.762161255 0.028493505 0.999353290 -0.021933215 -4.026873112 -0.997692406 0.027079646 -0.062262535 3.338195801\n-0.062637806 0.022745853 0.997777104 253.030776978 0.027340913 0.999404132 -0.021066554 -4.047687531 -0.997661769 0.025960574 -0.063222408 3.274627686\n-0.062958598 0.021880949 0.997776389 254.311676025 0.026885347 0.999433994 -0.020220868 -4.068212032 -0.997654080 0.025552483 -0.063511252 3.195587158\n-0.063444018 0.021697896 0.997749507 255.545211792 0.025704684 0.999467492 -0.020100769 -4.091727734 -0.997654319 0.024371563 -0.063967943 3.124359131\n-0.063046694 0.022713443 0.997752130 256.792175293 0.026666945 0.999422371 -0.021066418 -4.111686707 -0.997654319 0.025278833 -0.063615918 3.042755127\n-0.063442588 0.023150321 0.997716963 258.063659668 0.026292648 0.999422669 -0.021518009 -4.138391495 -0.997639120 0.024867464 -0.064014673 2.972961426\n-0.063764215 0.023212928 0.997695029 259.304443359 0.026274074 0.999421954 -0.021573894 -4.159534931 -0.997619152 0.024837870 -0.064337254 2.897125244\n-0.065302491 0.023407744 0.997590899 260.569091797 0.028620360 0.999357462 -0.021575700 -4.185902119 -0.997455001 0.027142463 -0.065930486 2.818542480\n-0.067244768 0.025282802 0.997416317 261.811584473 0.031969387 0.999220192 -0.023173196 -4.207499981 -0.997224391 0.030328512 -0.068000555 2.730438232\n-0.069366813 0.027215410 0.997219920 263.092864990 0.034142680 0.999106944 -0.024891939 -4.231319904 -0.997006774 0.032321088 -0.070234060 2.646911621\n-0.070437789 0.025200177 0.997197807 264.343536377 0.037564378 0.999038756 -0.022593312 -4.260826588 -0.996808648 0.035867691 -0.071316719 2.541900635\n-0.072113872 0.019592522 0.997204006 265.598937988 0.035640053 0.999219179 -0.017054766 -4.285838127 -0.996759474 0.034310516 -0.072755933 2.457214355\n-0.074593067 0.012517607 0.997135639 266.860504150 0.031910893 0.999439061 -0.010159359 -4.298575401 -0.996703506 0.031061670 -0.074950695 2.372955322\n-0.076880932 0.009591958 0.996994138 268.108673096 0.029807109 0.999528885 -0.007317839 -4.310755730 -0.996594667 0.029154913 -0.077130556 2.283813477\n-0.078746319 0.011460221 0.996828794 269.356933594 0.028399408 0.999553859 -0.009248086 -4.319100857 -0.996490121 0.027581096 -0.079036713 2.196380615\n-0.079259515 0.018954193 0.996673942 270.626617432 0.030736344 0.999390304 -0.016561581 -4.329147339 -0.996380150 0.029321451 -0.079793811 2.093872070\n-0.079568624 0.018114345 0.996664762 271.867095947 0.032873441 0.999338746 -0.015538496 -4.342901230 -0.996287167 0.031527426 -0.080111504 1.989440918\n-0.079518437 0.015578630 0.996711671 273.125793457 0.034996398 0.999305129 -0.012827129 -4.373209953 -0.996218920 0.033861328 -0.080008388 1.891174316\n-0.079846740 0.013959203 0.996709526 274.362579346 0.034559235 0.999339581 -0.011227493 -4.387346745 -0.996208012 0.033549037 -0.080276370 1.800628662\n-0.079511285 0.014025766 0.996735275 275.643493652 0.034462675 0.999341965 -0.011313299 -4.398731709 -0.996238053 0.033450630 -0.079942346 1.704040527\n-0.078773141 0.012507447 0.996814132 276.900665283 0.035655744 0.999316871 -0.009721159 -4.406641960 -0.996254742 0.034776382 -0.079165220 1.602416992\n-0.077988029 0.012913207 0.996870816 278.157043457 0.037354410 0.999251842 -0.010021718 -4.419374943 -0.996254385 0.036455940 -0.078412056 1.505401611\n-0.076983213 0.014167908 0.996931791 279.401062012 0.039334342 0.999163747 -0.011162230 -4.426839828 -0.996256292 0.038354352 -0.077476144 1.405395508\n-0.076571941 0.015585261 0.996942222 280.699859619 0.040344782 0.999107361 -0.012520354 -4.429035664 -0.996247470 0.039262712 -0.077132463 1.308044434\n-0.075538993 0.017546168 0.996988654 281.966033936 0.040805690 0.999062002 -0.014490932 -4.439713478 -0.996307731 0.039588172 -0.076184154 1.206085205\n-0.075364590 0.021112589 0.996932626 283.253692627 0.039175492 0.999066651 -0.018196262 -4.460865021 -0.996386290 0.037683975 -0.076121330 1.117736816\n-0.075791121 0.023196287 0.996854067 284.515014648 0.035586618 0.999155402 -0.020544190 -4.476888657 -0.996488690 0.033917598 -0.076552510 1.016998291\n-0.078333378 0.021309143 0.996699631 285.797973633 0.029837670 0.999373734 -0.019021301 -4.501121521 -0.996480763 0.028249191 -0.078920126 0.944824219\n-0.080246568 0.020234352 0.996569812 287.076690674 0.024893688 0.999522805 -0.018289808 -4.522708893 -0.996464312 0.023340603 -0.080711961 0.847503662\n-0.082857847 0.018047499 0.996398032 288.346954346 0.021963215 0.999626219 -0.016279571 -4.547327042 -0.996319413 0.020535212 -0.083223224 0.756195068\n-0.084806323 0.017093703 0.996250808 289.618988037 0.019537110 0.999689162 -0.015489593 -4.563687325 -0.996205926 0.018150246 -0.085113883 0.660736084\n-0.086168528 0.016167805 0.996149361 290.887359619 0.020678516 0.999681950 -0.014436414 -4.580871582 -0.996065974 0.019354928 -0.086475372 0.556152344\n-0.086361527 0.016643656 0.996124864 292.155029297 0.022206044 0.999644220 -0.014777252 -4.596706867 -0.996016383 0.020843806 -0.086700439 0.444122314\n-0.085436463 0.016380480 0.996209025 293.424224854 0.021521406 0.999661922 -0.014591547 -4.609685898 -0.996111214 0.020193171 -0.085760117 0.341125488\n-0.084643722 0.014738629 0.996302247 294.690612793 0.022684177 0.999659956 -0.012861100 -4.629386902 -0.996152997 0.021511687 -0.084949255 0.239562988\n-0.084160805 0.014401988 0.996348143 295.954620361 0.020945095 0.999700189 -0.012681226 -4.643206596 -0.996232092 0.019801343 -0.084437251 0.137329102\n-0.083264709 0.017529154 0.996373415 297.207489014 0.021107430 0.999651968 -0.015822938 -4.660889626 -0.996304035 0.019713389 -0.083605766 0.029815674\n-0.082392573 0.020096038 0.996397316 298.468017578 0.023744959 0.999552429 -0.018196186 -4.681407928 -0.996317029 0.022160182 -0.082832932 -0.074279785\n-0.081315398 0.019869529 0.996490419 299.714508057 0.026250869 0.999497116 -0.017787365 -4.701949120 -0.996342719 0.024712352 -0.081796050 -0.173126221\n-0.080203176 0.019491669 0.996588051 300.985748291 0.027257279 0.999477804 -0.017354589 -4.723340034 -0.996405900 0.025772385 -0.080692530 -0.280975342\n-0.079393983 0.018598244 0.996669888 302.232177734 0.027293671 0.999491632 -0.016476706 -4.739069462 -0.996469676 0.025894627 -0.079861283 -0.377288818\n-0.078932166 0.015681479 0.996756613 303.484222412 0.023693647 0.999623299 -0.013850301 -4.758604527 -0.996598363 0.022523563 -0.079274058 -0.468719482\n-0.078068972 0.012528680 0.996869266 304.716979980 0.020014521 0.999739230 -0.010997332 -4.773528099 -0.996747077 0.019093310 -0.078299284 -0.571807861\n-0.078505635 0.011536771 0.996846855 305.962005615 0.018316802 0.999780953 -0.010128206 -4.791920662 -0.996745348 0.017463926 -0.078699708 -0.654296875\n-0.078207731 0.012214269 0.996862292 307.197540283 0.018473502 0.999770999 -0.010800591 -4.807046890 -0.996765971 0.017570848 -0.078415513 -0.743835449\n-0.077796698 0.016035773 0.996840298 308.430999756 0.021505237 0.999664962 -0.014402875 -4.826704025 -0.996737301 0.020316791 -0.078115463 -0.844665527\n-0.076743841 0.020868350 0.996832550 309.651184082 0.024905063 0.999509096 -0.019007003 -4.842452526 -0.996739864 0.023367506 -0.077225924 -0.947631836\n-0.076686978 0.021267658 0.996828556 310.883209229 0.026539596 0.999461770 -0.019282129 -4.868577957 -0.996702135 0.024976738 -0.077210188 -1.031951904\n-0.076262593 0.017702784 0.996930659 312.098663330 0.027330130 0.999503851 -0.015657797 -4.887740135 -0.996713161 0.026052142 -0.076708555 -1.131286621\n-0.076738954 0.011254190 0.996987641 313.332916260 0.030052772 0.999508083 -0.008969453 -4.902532101 -0.996598125 0.029273938 -0.077039480 -1.220062256\n-0.077024937 0.003969999 0.997021377 314.560241699 0.032458872 0.999471962 -0.001472150 -4.906883240 -0.996500790 0.032248791 -0.077113152 -1.313293457\n-0.077502131 0.002407978 0.996989369 315.787048340 0.037527990 0.999295473 0.000503731 -4.907589436 -0.996285737 0.037454046 -0.077537894 -1.412750244\n-0.078186274 0.005825431 0.996921718 316.996551514 0.041956790 0.999116182 -0.002547678 -4.910437107 -0.996055484 0.041628443 -0.078361511 -1.512115479\n-0.078765631 0.014928535 0.996781468 318.206970215 0.041896094 0.999054015 -0.011651947 -4.912339211 -0.996012449 0.040843476 -0.079316497 -1.612976074\n-0.080095410 0.022411754 0.996535182 319.377868652 0.040474266 0.998995841 -0.019214023 -4.933616161 -0.995965123 0.038795080 -0.080922008 -1.694427490\n-0.082220197 0.026512247 0.996261597 320.560821533 0.036950383 0.999039888 -0.023536719 -4.960023880 -0.995929062 0.034877051 -0.083120942 -1.770172119\n-0.083722472 0.024397543 0.996190369 321.786560059 0.034568608 0.999169648 -0.021565270 -4.983265400 -0.995889306 0.032631416 -0.084496379 -1.872741699\n-0.085857391 0.019748976 0.996111810 322.982604980 0.032574438 0.999324620 -0.017005010 -5.003024578 -0.995774865 0.030987775 -0.086442709 -1.973785400\n-0.088729501 0.015960341 0.995927930 324.191711426 0.031807952 0.999407053 -0.013182254 -5.022636414 -0.995547771 0.030508770 -0.089184642 -2.070709229\n-0.091292143 0.013553626 0.995732009 325.369476318 0.032808706 0.999405503 -0.010595618 -5.034790039 -0.995283663 0.031701382 -0.091682553 -2.163848877\n-0.093423009 0.013409537 0.995536268 326.588470459 0.033519816 0.999384820 -0.010315814 -5.045084000 -0.995062113 0.032406453 -0.093814969 -2.286529541\n-0.095961571 0.015525386 0.995263934 327.754058838 0.033003043 0.999378204 -0.012407469 -5.059228897 -0.994837761 0.031656098 -0.096414328 -2.399261475\n-0.098898530 0.017612098 0.994941652 328.926605225 0.032488257 0.999367476 -0.014461064 -5.076733589 -0.994567037 0.030893741 -0.099408150 -2.505371094\n-0.101741791 0.017575130 0.994655550 330.112426758 0.030261546 0.999435902 -0.014564189 -5.088325977 -0.994350433 0.028618028 -0.102216244 -2.620910645\n-0.104055166 0.016013119 0.994442642 331.279266357 0.028873734 0.999497592 -0.013073267 -5.110649109 -0.994152367 0.027352931 -0.104465246 -2.746124268\n-0.106743693 0.014795341 0.994176507 332.432250977 0.027269982 0.999556720 -0.011947461 -5.128413200 -0.993912578 0.025835861 -0.107099771 -2.861145020\n-0.109411120 0.013553018 0.993904173 333.565734863 0.026590960 0.999589086 -0.010703348 -5.143755913 -0.993640840 0.025257802 -0.109726548 -2.979461670\n-0.111944914 0.012742396 0.993632853 334.695343018 0.025741093 0.999619424 -0.009919124 -5.155994892 -0.993381083 0.024466798 -0.112230301 -3.101318359\n-0.114627004 0.011495505 0.993342280 335.803833008 0.025543742 0.999636531 -0.008620725 -5.177886486 -0.993080318 0.024385508 -0.114878893 -3.223144531\n-0.116610289 0.010197704 0.993125558 336.901123047 0.025152771 0.999656856 -0.007311401 -5.189177036 -0.992859364 0.024127273 -0.116826773 -3.350250244\n-0.118321180 0.009529788 0.992929637 337.983642578 0.026206270 0.999635637 -0.006471314 -5.195068836 -0.992629528 0.025255291 -0.118527770 -3.482330322\n-0.119424462 0.010395177 0.992789030 339.052093506 0.027676657 0.999591470 -0.007137131 -5.200473785 -0.992457628 0.026624730 -0.119663358 -3.624938965\n-0.121616960 0.011348811 0.992512226 340.121643066 0.028391697 0.999565244 -0.007950498 -5.219800949 -0.992170990 0.027212190 -0.121886253 -3.738586426\n-0.122787356 0.012433462 0.992355287 341.170166016 0.029732861 0.999518752 -0.008844279 -5.231076241 -0.991987705 0.028419593 -0.123097897 -3.866455078\n-0.123629332 0.012962950 0.992243826 342.219573975 0.031269919 0.999468982 -0.009161245 -5.238259315 -0.991835654 0.029894784 -0.123969078 -3.999114990\n-0.124344707 0.013126558 0.992152452 343.249572754 0.031384099 0.999464214 -0.009289990 -5.247822285 -0.991742790 0.029982647 -0.124690056 -4.124206543\n-0.125122666 0.013395034 0.992050886 344.294067383 0.033258453 0.999403536 -0.009299582 -5.266476154 -0.991583705 0.031830490 -0.125493526 -4.248229980\n-0.125339508 0.011753808 0.992044449 345.333007812 0.035377908 0.999346852 -0.007370523 -5.279190063 -0.991483092 0.034172636 -0.125673413 -4.389434814\n-0.126097798 0.009168796 0.991975427 346.353363037 0.035683304 0.999352098 -0.004700994 -5.283567905 -0.991375804 0.034804177 -0.126343250 -4.516571045\n-0.126926422 0.007670919 0.991882443 347.410980225 0.037008092 0.999310493 -0.002992617 -5.294995308 -0.991221488 0.036327835 -0.127122879 -4.655181885\n-0.128122091 0.009034342 0.991717160 348.437957764 0.038244002 0.999259770 -0.004162224 -5.294022083 -0.991020679 0.037393961 -0.128372788 -4.790069580\n-0.129954696 0.012260668 0.991444230 349.431182861 0.039611645 0.999189496 -0.007164311 -5.295721531 -0.990728498 0.038341697 -0.130335093 -4.923858643\n-0.131559372 0.016343962 0.991173685 350.421325684 0.040619422 0.999113202 -0.011083432 -5.311350346 -0.990475833 0.038802769 -0.132106662 -5.052429199\n-0.133252740 0.021253683 0.990854263 351.411712646 0.043227889 0.998943210 -0.015613796 -5.323283195 -0.990139008 0.040751956 -0.134030581 -5.192565918\n-0.135010362 0.021960644 0.990600884 352.379364014 0.045392882 0.998841763 -0.015956685 -5.330495358 -0.989803970 0.042811908 -0.135850787 -5.320129395\n-0.137386680 0.016291147 0.990383565 353.405761719 0.048660472 0.998768508 -0.009678861 -5.352059841 -0.989321530 0.046862785 -0.138010263 -5.470642090\n-0.138005614 0.012028596 0.990358412 354.377838135 0.049950790 0.998738289 -0.005169779 -5.360314846 -0.989171088 0.048755728 -0.138432384 -5.618896484\n-0.140430331 0.013298363 0.990001202 355.312377930 0.050946772 0.998682201 -0.006188242 -5.368315697 -0.988778889 0.049568351 -0.140922785 -5.741027832\n-0.141983151 0.016390974 0.989733517 356.247253418 0.049334973 0.998737454 -0.009462707 -5.373098373 -0.988639057 0.047484927 -0.142612457 -5.875793457\n-0.144452214 0.018285124 0.989342868 357.167846680 0.046737980 0.998839378 -0.011636516 -5.375049114 -0.988407433 0.044558965 -0.145139098 -5.996398926\n-0.147104740 0.019107200 0.988936424 358.084136963 0.044130303 0.998944581 -0.012736168 -5.389062881 -0.988136053 0.041768510 -0.147792697 -6.131256104\n-0.149623156 0.018768657 0.988564909 358.991638184 0.042165905 0.999031365 -0.012585395 -5.396911621 -0.987843573 0.039800670 -0.150269628 -6.269500732\n-0.152969122 0.018239483 0.988062680 359.931732178 0.039366063 0.999148548 -0.012349583 -5.412806511 -0.987446666 0.037007034 -0.153556943 -6.398223877\n-0.155694604 0.017706109 0.987646699 360.827484131 0.037570760 0.999222040 -0.011990905 -5.423718452 -0.987090647 0.035239711 -0.156238675 -6.537872314\n-0.159049630 0.016668765 0.987129927 361.716766357 0.035624787 0.999303222 -0.011134342 -5.431684494 -0.986627698 0.033395380 -0.159532547 -6.674163818\n-0.162608027 0.016895717 0.986546099 362.585418701 0.035413139 0.999309123 -0.011277310 -5.438766003 -0.986055076 0.033102911 -0.163094044 -6.812683105\n-0.166634202 0.016228504 0.985885203 363.468688965 0.034100201 0.999361277 -0.010686717 -5.450708389 -0.985428929 0.031838108 -0.167081237 -6.961517334\n-0.170557976 0.016843757 0.985203683 364.326232910 0.033726472 0.999367833 -0.011247207 -5.464258671 -0.984770298 0.031309146 -0.171018243 -7.110717773\n-0.174841404 0.016993295 0.984449983 365.167053223 0.032597922 0.999402821 -0.011461915 -5.474437714 -0.984056890 0.030087005 -0.175290942 -7.255706787\n-0.178775311 0.016675251 0.983748615 366.005798340 0.031084800 0.999452949 -0.011292454 -5.484049797 -0.983398736 0.028560819 -0.179195762 -7.408081055\n-0.182577372 0.016526474 0.983052731 366.821533203 0.029992001 0.999487042 -0.011232498 -5.487192154 -0.982734084 0.027432915 -0.182979465 -7.560302734\n-0.186716080 0.015856158 0.982285976 367.638305664 0.031076886 0.999464691 -0.010226266 -5.500226021 -0.981922269 0.028616980 -0.187108874 -7.716613770\n-0.190302491 0.015063966 0.981610060 368.420898438 0.030164426 0.999499917 -0.009490604 -5.507980824 -0.981262147 0.027803617 -0.190661669 -7.871582031\n-0.195089102 0.014581166 0.980677068 369.202209473 0.028586701 0.999549210 -0.009174924 -5.520180702 -0.980368793 0.026244394 -0.195418000 -8.017791748\n-0.198792696 0.015008613 0.979926765 369.963745117 0.027749900 0.999568045 -0.009679967 -5.527996063 -0.979648709 0.025268562 -0.199123383 -8.177337646\n-0.202803850 0.015678795 0.979093790 370.713165283 0.028581953 0.999540567 -0.010085917 -5.536541939 -0.978802145 0.025938950 -0.203158855 -8.328247070\n-0.206316471 0.015304659 0.978365600 371.463073730 0.028168099 0.999556184 -0.009696092 -5.542645454 -0.978079796 0.025558237 -0.206656098 -8.489257812\n-0.209950089 0.014812259 0.977599919 372.201171875 0.029178469 0.999534786 -0.008878219 -5.549584866 -0.977276623 0.026660884 -0.210284591 -8.650543213\n-0.213384390 0.014748122 0.976857007 372.922149658 0.030505141 0.999499083 -0.008426426 -5.556890488 -0.976491988 0.028001092 -0.213727474 -8.809265137\n-0.216382027 0.014569096 0.976200104 373.636932373 0.030826934 0.999492049 -0.008083695 -5.566977978 -0.975822031 0.028344089 -0.216721177 -8.969177246\n-0.219594240 0.013938707 0.975491762 374.345611572 0.029246222 0.999542594 -0.007698713 -5.571919918 -0.975152850 0.026838854 -0.219901443 -9.127838135\n-0.222150803 0.013131069 0.974923849 375.028167725 0.028321115 0.999574304 -0.007009695 -5.580313683 -0.974600911 0.026053723 -0.222428203 -9.281616211\n-0.224391580 0.012437700 0.974419773 375.693725586 0.028908059 0.999563456 -0.006101631 -5.582331181 -0.974070251 0.026799429 -0.224653125 -9.434661865\n-0.226818442 0.012017046 0.973862886 376.370300293 0.029811870 0.999540985 -0.005390540 -5.592491150 -0.973480642 0.027810000 -0.227072597 -9.595855713\n-0.229082108 0.012236455 0.973330200 377.020812988 0.027524130 0.999602616 -0.006088691 -5.598159790 -0.973017931 0.025395257 -0.229327917 -9.746948242\n-0.231490612 0.013320561 0.972746074 377.648803711 0.027677400 0.999591708 -0.007101615 -5.601479053 -0.972443461 0.025279121 -0.231764793 -9.883483887\n-0.232967138 0.014837179 0.972371519 378.281005859 0.029879097 0.999520779 -0.008092816 -5.610786915 -0.972025573 0.027168222 -0.233298779 -10.036285400\n-0.234220624 0.016073603 0.972050786 378.875396729 0.031548690 0.999462366 -0.008925064 -5.613177299 -0.971671641 0.028576491 -0.234601855 -10.182617188\n-0.235220313 0.015838478 0.971813023 379.486389160 0.032211091 0.999445021 -0.008492360 -5.619850636 -0.971408188 0.029305583 -0.235599875 -10.331024170\n-0.236517429 0.014914406 0.971512914 380.064941406 0.032739479 0.999436736 -0.007372576 -5.628760338 -0.971075654 0.030063082 -0.236872554 -10.470550537\n-0.237481833 0.014630517 0.971281946 380.611938477 0.034359854 0.999387383 -0.006652771 -5.635653496 -0.970784247 0.031793188 -0.237839103 -10.609008789\n-0.237793684 0.014844916 0.971202254 381.173492432 0.036503136 0.999313474 -0.006337003 -5.639316082 -0.970629573 0.033945028 -0.238172293 -10.749450684\n-0.238989353 0.014703033 0.970911026 381.710876465 0.038521755 0.999241769 -0.005649957 -5.643720627 -0.970257938 0.036050916 -0.239374518 -10.881408691\n-0.240058303 0.013686741 0.970662057 382.252624512 0.039125860 0.999224544 -0.004413114 -5.649903297 -0.969969749 0.036918577 -0.240407705 -11.020172119\n-0.240837574 0.013216235 0.970475674 382.769378662 0.038918339 0.999234617 -0.003949742 -5.651381016 -0.969785094 0.036818050 -0.241167665 -11.145141602\n-0.241831541 0.013205011 0.970228493 383.275817871 0.040185791 0.999185801 -0.003582734 -5.660090923 -0.969485819 0.038122978 -0.242165327 -11.273193359\n-0.243596792 0.012982101 0.969789684 383.781402588 0.040866677 0.999159753 -0.003110159 -5.659662724 -0.969015241 0.038874455 -0.243922710 -11.398956299\n-0.246215582 0.012432120 0.969135463 384.264923096 0.040893055 0.999160588 -0.002428125 -5.663623333 -0.968352139 0.039033066 -0.246517301 -11.520355225\n-0.249445438 0.013221085 0.968298733 384.737915039 0.040735960 0.999164999 -0.003148464 -5.664503574 -0.967531860 0.038659204 -0.249775767 -11.643005371\n-0.253021717 0.013778019 0.967362463 385.206359863 0.040380288 0.999177635 -0.003669355 -5.670598507 -0.966617525 0.038133949 -0.253370047 -11.769775391\n-0.257490516 0.014095905 0.966178119 385.654479980 0.040061153 0.999189615 -0.003901060 -5.669804573 -0.965450108 0.037701722 -0.257846475 -11.890472412\n-0.262251616 0.014901049 0.964884698 386.078430176 0.040463544 0.999171197 -0.004432736 -5.673110962 -0.964151025 0.037880156 -0.262637258 -12.008789062\n-0.267338753 0.016387457 0.963463247 386.492980957 0.040734127 0.999153793 -0.005691735 -5.671931267 -0.962741256 0.037724212 -0.267780066 -12.121704102\n-0.272152185 0.016901717 0.962105751 386.916229248 0.042325627 0.999088287 -0.005578693 -5.681526661 -0.961322904 0.039203476 -0.272619486 -12.257934570\n-0.277111053 0.017690960 0.960675180 387.302185059 0.042908330 0.999060869 -0.006020748 -5.682556629 -0.959879458 0.039552547 -0.277609825 -12.372955322\n-0.281914353 0.018311668 0.959264934 387.679565430 0.043283995 0.999042630 -0.006350449 -5.683060646 -0.958462834 0.039730534 -0.282437086 -12.486358643\n-0.286279082 0.018406825 0.957969606 388.051696777 0.043405812 0.999038160 -0.006224572 -5.686203003 -0.957162738 0.039799482 -0.286802769 -12.594482422\n-0.289564013 0.018672489 0.956976473 388.416809082 0.043902986 0.999016523 -0.006208512 -5.694002151 -0.956151247 0.040216364 -0.290099025 -12.712432861\n-0.293085575 0.018611375 0.955905080 388.753112793 0.043729305 0.999025166 -0.006043285 -5.698652267 -0.955085695 0.040029865 -0.293613672 -12.815246582\n-0.295828938 0.018616015 0.955059588 389.072204590 0.044039629 0.999012768 -0.005831511 -5.700319767 -0.954225302 0.040335335 -0.296356678 -12.919464111\n-0.298462272 0.019924827 0.954213560 389.390258789 0.045743532 0.998931766 -0.006550765 -5.705399513 -0.953324735 0.041693941 -0.299054861 -13.021057129\n-0.300261736 0.020735117 0.953631639 389.688842773 0.046780568 0.998880744 -0.006989600 -5.709454536 -0.952709198 0.042512719 -0.300895572 -13.117462158\n-0.301283240 0.020813597 0.953307569 389.993774414 0.045776051 0.998924732 -0.007342505 -5.706253052 -0.952435374 0.041426480 -0.301911950 -13.211700439\n-0.302066922 0.021189975 0.953051209 390.268585205 0.045805115 0.998920798 -0.007692028 -5.709085464 -0.952185690 0.041331112 -0.302711487 -13.302368164\n-0.302294731 0.021723576 0.952967048 390.533447266 0.045812450 0.998916090 -0.008238660 -5.709495068 -0.952113092 0.041167248 -0.302962303 -13.385437012\n-0.302869558 0.021910984 0.952780247 390.787628174 0.046936315 0.998865426 -0.008050699 -5.714479446 -0.951875627 0.042281676 -0.303554416 -13.466186523\n-0.303092599 0.021971567 0.952707827 391.032501221 0.047194086 0.998853505 -0.008021558 -5.715061188 -0.951791823 0.042530902 -0.303781986 -13.548187256\n-0.303587794 0.022447072 0.952538967 391.269104004 0.047231294 0.998847961 -0.008485074 -5.717036724 -0.951632082 0.042413685 -0.304298282 -13.622009277\n-0.304064631 0.022915838 0.952375829 391.508758545 0.046491385 0.998876393 -0.009191442 -5.716329098 -0.951516390 0.041482478 -0.304788351 -13.693786621\n-0.304048538 0.023096127 0.952376664 391.713134766 0.046238683 0.998885632 -0.009462214 -5.721637726 -0.951533914 0.041159671 -0.304777622 -13.760406494\n-0.304130077 0.023203665 0.952347994 391.908142090 0.046449505 0.998875439 -0.009503763 -5.724125385 -0.951497555 0.041345712 -0.304865837 -13.820892334\n-0.304271102 0.023044785 0.952306926 392.098632812 0.046832856 0.998860300 -0.009207797 -5.725843430 -0.951433778 0.041797578 -0.305003524 -13.882202148\n-0.304003954 0.023612332 0.952378094 392.277404785 0.046408694 0.998872995 -0.009951188 -5.726747513 -0.951539695 0.041173425 -0.304757118 -13.937133789\n-0.303776026 0.023802431 0.952446163 392.456665039 0.045940336 0.998890996 -0.010310781 -5.726931572 -0.951635301 0.040623527 -0.304532647 -13.997406006\n-0.303833604 0.023642967 0.952431858 392.615173340 0.045776162 0.998899698 -0.010193509 -5.726683617 -0.951624870 0.040501542 -0.304581523 -14.048492432\n-0.303786159 0.023928655 0.952439845 392.765197754 0.045621693 0.998903155 -0.010544681 -5.726951599 -0.951647460 0.040248588 -0.304544687 -14.093536377\n-0.303600669 0.024077833 0.952495217 392.904144287 0.045760997 0.998895466 -0.010664807 -5.728325844 -0.951699972 0.040349286 -0.304367185 -14.137786865\n-0.303728223 0.024247497 0.952450275 393.039733887 0.046147116 0.998877227 -0.010713523 -5.729976177 -0.951640606 0.040698830 -0.304506183 -14.177978516\n-0.303586006 0.024823800 0.952480793 393.166625977 0.046490043 0.998855829 -0.011214592 -5.731363297 -0.951669395 0.040876281 -0.304392695 -14.219635010\n-0.303568363 0.024969622 0.952482402 393.284393311 0.046691902 0.998845398 -0.011303733 -5.736858845 -0.951664865 0.041041762 -0.304383755 -14.257019043\n-0.303458095 0.025240052 0.952510536 393.399902344 0.046583366 0.998846710 -0.011627008 -5.735064507 -0.951705456 0.040842831 -0.304283977 -14.296661377\n-0.303354502 0.025335463 0.952540934 393.506958008 0.046250317 0.998859704 -0.011838164 -5.735882759 -0.951754749 0.040464163 -0.304180384 -14.331604004\n-0.303472638 0.025791451 0.952491045 393.616394043 0.046432823 0.998846292 -0.012252721 -5.738204956 -0.951708198 0.040508483 -0.304320097 -14.362518311\n-0.303519011 0.025952503 0.952472031 393.717498779 0.046405315 0.998845398 -0.012428343 -5.740071297 -0.951694846 0.040427525 -0.304372907 -14.394226074\n-0.303602457 0.025914583 0.952446401 393.814575195 0.046521973 0.998840928 -0.012347537 -5.742084503 -0.951662481 0.040560942 -0.304456115 -14.426086426\n-0.303504705 0.025948336 0.952476621 393.903320312 0.046378978 0.998846531 -0.012433032 -5.744716644 -0.951700628 0.040401407 -0.304358006 -14.450592041\n-0.303219318 0.026110120 0.952563167 394.004211426 0.046142764 0.998854220 -0.012690853 -5.743921280 -0.951803148 0.040105786 -0.304076672 -14.488464355\n-0.303304911 0.026071152 0.952536941 394.087585449 0.046091199 0.998856962 -0.012662682 -5.744212151 -0.951778352 0.040062916 -0.304159880 -14.510894775\n-0.303441405 0.026252542 0.952488661 394.160919189 0.045821372 0.998865902 -0.012933155 -5.744627953 -0.951747954 0.039719880 -0.304300189 -14.532867432\n-0.303354859 0.026242472 0.952516258 394.230468750 0.045603827 0.998875082 -0.012995905 -5.745371819 -0.951785803 0.039496016 -0.304210424 -14.554687500\n-0.303296089 0.026239093 0.952535212 394.303009033 0.045163464 0.998893261 -0.013135642 -5.744339943 -0.951825678 0.039035797 -0.304145455 -14.576873779\n-0.303304076 0.026252823 0.952532172 394.361694336 0.045099054 0.998895705 -0.013170273 -5.748176575 -0.951826036 0.038963702 -0.304153085 -14.593322754\n-0.303214312 0.026486456 0.952554405 394.425109863 0.045165427 0.998889685 -0.013397929 -5.746627331 -0.951851666 0.038960081 -0.304073811 -14.617553711\n-0.303088546 0.026511947 0.952593565 394.491760254 0.045596756 0.998871505 -0.013292317 -5.746470928 -0.951870978 0.039406426 -0.303955317 -14.639495850\n-0.303187966 0.026545262 0.952560961 394.550994873 0.045543596 0.998873293 -0.013339916 -5.745552540 -0.951841831 0.039338551 -0.304055333 -14.656433105\n-0.303152561 0.026473111 0.952574432 394.600280762 0.045593888 0.998872161 -0.013249738 -5.749280453 -0.951850832 0.039414879 -0.304017663 -14.672485352\n-0.303220272 0.026394129 0.952554822 394.652465820 0.045378596 0.998882234 -0.013232742 -5.748327255 -0.951839387 0.039213169 -0.304079056 -14.688201904\n-0.303267598 0.026254946 0.952543736 394.700103760 0.045396809 0.998883426 -0.013078924 -5.750241756 -0.951823473 0.039276030 -0.304120898 -14.702545166\n-0.303110838 0.026380913 0.952589989 394.739929199 0.045517042 0.998876631 -0.013179404 -5.749002934 -0.951867580 0.039364263 -0.303971052 -14.717895508\n-0.303145885 0.026717110 0.952569604 394.780639648 0.045150407 0.998887002 -0.013647523 -5.749234200 -0.951874018 0.038871713 -0.304014802 -14.730133057\n-0.303182721 0.026862368 0.952553809 394.820007324 0.045143135 0.998885214 -0.013800590 -5.749571800 -0.951862574 0.038817164 -0.304057360 -14.742767334\n-0.303192735 0.026866321 0.952550530 394.853698730 0.045269143 0.998880029 -0.013764059 -5.749109745 -0.951853454 0.038947985 -0.304069400 -14.753662109\n-0.303186893 0.026826905 0.952553511 394.893432617 0.045356393 0.998876989 -0.013695105 -5.749203205 -0.951851130 0.039052211 -0.304063201 -14.765594482\n-0.303329468 0.026907761 0.952505827 394.925354004 0.045406286 0.998873889 -0.013757817 -5.748242855 -0.951803327 0.039076600 -0.304209590 -14.774108887\n-0.303263426 0.026738709 0.952531576 394.959533691 0.045294721 0.998880804 -0.013619028 -5.749615669 -0.951829672 0.039014500 -0.304135084 -14.785552979\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0101_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n1.000000000 -0.000012968 -0.000027403 0.001270627 0.000012968 1.000000000 0.000000349 0.001874192 0.000027403 -0.000000350 1.000000000 -0.001334396\n1.000000000 0.000012083 0.000005525 0.000000504 -0.000012083 1.000000000 -0.000015023 0.002178219 -0.000005525 0.000015023 1.000000000 0.000255417\n1.000000000 -0.000034723 0.000026434 0.000038809 0.000034723 1.000000000 -0.000022299 0.002650176 -0.000026433 0.000022300 1.000000000 -0.000351376\n1.000000000 0.000044365 0.000035106 -0.000200170 -0.000044363 1.000000000 -0.000075462 0.002437936 -0.000035110 0.000075461 1.000000000 0.000062354\n1.000000000 0.000072497 0.000038393 -0.000532369 -0.000072497 1.000000000 -0.000012386 0.002084800 -0.000038394 0.000012383 1.000000000 -0.000268615\n1.000000000 -0.000029495 0.000020576 0.000343831 0.000029495 1.000000000 -0.000046655 0.001959092 -0.000020574 0.000046655 1.000000000 0.000177759\n1.000000000 -0.000020587 0.000038028 -0.000125045 0.000020588 1.000000000 -0.000024128 0.001147950 -0.000038027 0.000024129 1.000000000 0.000602066\n1.000000000 -0.000063920 0.000001079 0.000236689 0.000063920 1.000000000 0.000011853 0.000911152 -0.000001080 -0.000011853 1.000000000 0.000136723\n1.000000000 0.000000713 0.000008604 0.000306969 -0.000000713 1.000000000 -0.000032838 0.001774677 -0.000008604 0.000032838 1.000000000 0.000325804\n1.000000000 0.000019700 -0.000023248 0.000580906 -0.000019700 1.000000000 0.000002246 0.002191314 0.000023248 -0.000002246 1.000000000 -0.000467937\n1.000000000 0.000006606 -0.000030959 0.000347586 -0.000006605 1.000000000 0.000025076 0.001779564 0.000030959 -0.000025076 1.000000000 0.000490114\n1.000000000 0.000010055 0.000002139 0.000150374 -0.000010055 1.000000000 -0.000064286 0.002158492 -0.000002139 0.000064286 1.000000000 0.000203629\n1.000000000 -0.000021967 -0.000021361 0.001133246 0.000021968 1.000000000 0.000059918 0.001229680 0.000021359 -0.000059919 1.000000000 0.000992682\n1.000000000 0.000077417 -0.000016139 0.000349427 -0.000077417 1.000000000 -0.000035847 0.002145121 0.000016136 0.000035848 1.000000000 0.001449825\n1.000000000 0.000051439 -0.000009138 -0.000018910 -0.000051439 1.000000000 -0.000007012 0.002271236 0.000009138 0.000007012 1.000000000 0.001033679\n1.000000000 0.000049950 -0.000016397 0.000297832 -0.000049950 1.000000000 0.000020706 0.000967717 0.000016398 -0.000020706 1.000000000 0.000091145\n1.000000000 0.000065061 -0.000021738 0.000816514 -0.000065060 1.000000000 0.000066596 0.001184229 0.000021742 -0.000066594 1.000000000 0.000067291\n1.000000000 0.000011809 -0.000005404 0.000156861 -0.000011809 1.000000000 -0.000030931 0.001762074 0.000005403 0.000030931 1.000000000 0.000569108\n1.000000000 0.000009232 -0.000004032 0.000508062 -0.000009232 1.000000000 -0.000035031 0.001524575 0.000004031 0.000035031 1.000000000 0.000374894\n1.000000000 -0.000000817 0.000007418 0.000163789 0.000000817 1.000000000 -0.000035895 0.001700691 -0.000007418 0.000035895 1.000000000 0.000721454\n1.000000000 0.000054163 -0.000000035 0.000867740 -0.000054163 1.000000000 0.000019057 0.001973098 0.000000036 -0.000019057 1.000000000 0.000076862\n1.000000000 -0.000005921 -0.000007297 0.000588513 0.000005921 1.000000000 0.000008122 0.001198896 0.000007297 -0.000008122 1.000000000 0.000234884\n1.000000000 0.000077139 -0.000005635 0.000314562 -0.000077139 1.000000000 0.000029937 0.001249176 0.000005637 -0.000029936 1.000000000 -0.000149433\n1.000000000 -0.000012471 0.000028537 0.000129676 0.000012469 1.000000000 0.000060344 0.000380834 -0.000028538 -0.000060344 1.000000000 0.000525366\n1.000000000 0.000010461 0.000000314 -0.000049029 -0.000010461 1.000000000 0.000045279 0.000771608 -0.000000314 -0.000045279 1.000000000 -0.000219230\n1.000000000 0.000010841 -0.000024795 0.001026586 -0.000010839 1.000000000 0.000060431 0.001578406 0.000024796 -0.000060431 1.000000000 -0.000366814\n1.000000000 0.000025505 0.000017431 0.000227284 -0.000025505 1.000000000 -0.000017512 0.001478135 -0.000017431 0.000017512 1.000000000 0.000400156\n1.000000000 -0.000052991 -0.000049810 0.000823767 0.000052993 1.000000000 0.000037599 0.001150056 0.000049808 -0.000037602 1.000000000 0.000001886\n1.000000000 0.000002094 -0.000029560 0.001140602 -0.000002092 1.000000000 0.000070947 0.000909140 0.000029560 -0.000070947 1.000000000 0.000259873\n1.000000000 0.000036919 -0.000016214 0.000560565 -0.000036920 1.000000000 -0.000030134 0.002259119 0.000016213 0.000030135 1.000000000 0.000094050\n1.000000000 -0.000032910 -0.000031715 0.001235344 0.000032910 1.000000000 -0.000011496 0.002476214 0.000031715 0.000011495 1.000000000 0.000764172\n1.000000000 -0.000032745 -0.000024752 0.000649460 0.000032745 1.000000000 0.000014074 0.001439353 0.000024752 -0.000014075 1.000000000 -0.000978856\n1.000000000 0.000057538 -0.000025034 0.000332811 -0.000057537 1.000000000 0.000021775 0.001270007 0.000025035 -0.000021774 1.000000000 0.000519276\n1.000000000 0.000107823 -0.000015368 0.000961994 -0.000107823 1.000000000 0.000021403 0.002247216 0.000015371 -0.000021402 1.000000000 0.002192837\n1.000000000 0.000030050 -0.000029064 0.000758815 -0.000030049 1.000000000 0.000037185 0.000996314 0.000029065 -0.000037184 1.000000000 -0.000037368\n1.000000000 0.000089979 -0.000009964 0.000713433 -0.000089979 1.000000000 0.000011695 0.001615927 0.000009965 -0.000011694 1.000000000 0.000676029\n1.000000000 0.000034577 -0.000012115 0.000371878 -0.000034577 1.000000000 0.000000163 0.001118401 0.000012115 -0.000000162 1.000000000 0.000714089\n1.000000000 0.000141740 0.000027798 -0.000051159 -0.000141740 1.000000000 -0.000017356 0.002104463 -0.000027801 0.000017352 1.000000000 0.000998928\n1.000000000 0.000093822 -0.000006276 0.000384289 -0.000093822 1.000000000 0.000035026 0.001339811 0.000006279 -0.000035026 1.000000000 0.000826277\n1.000000000 0.000071572 0.000019949 -0.000209779 -0.000071572 1.000000000 0.000014647 0.001583020 -0.000019948 -0.000014649 1.000000000 0.001622279\n1.000000000 0.000020958 -0.000003429 0.000037224 -0.000020958 1.000000000 0.000004927 0.001575735 0.000003429 -0.000004927 1.000000000 -0.001144726\n1.000000000 -0.000020697 -0.000040218 0.000951459 0.000020698 1.000000000 0.000014120 0.001512442 0.000040218 -0.000014120 1.000000000 -0.000015675\n1.000000000 0.000058212 -0.000044192 0.000752504 -0.000058212 1.000000000 0.000017746 0.001643560 0.000044193 -0.000017744 1.000000000 0.000706962\n1.000000000 0.000124459 -0.000015977 0.000323479 -0.000124459 1.000000000 -0.000010781 0.001864242 0.000015975 0.000010783 1.000000000 0.000917005\n1.000000000 0.000108523 -0.000068653 0.001101874 -0.000108522 1.000000000 0.000016266 0.001706700 0.000068655 -0.000016259 1.000000000 0.001378048\n1.000000000 0.000039652 -0.000029757 0.001118578 -0.000039653 1.000000000 -0.000032849 0.001698220 0.000029755 0.000032850 1.000000000 0.001705771\n1.000000000 0.000186979 0.000014686 0.000318247 -0.000186973 0.999999881 -0.000429858 0.002691862 -0.000014766 0.000429855 0.999999881 0.002602675\n1.000000000 0.000218245 -0.000100416 -0.000038822 -0.000218320 0.999999702 -0.000753170 0.002463413 0.000100252 0.000753192 0.999999702 0.007317673\n0.999999940 0.000334817 -0.000042211 -0.001020857 -0.000334860 0.999999404 -0.001028240 0.004646315 0.000041866 0.001028254 0.999999464 0.011229626\n0.999999940 0.000268123 -0.000093282 -0.000311257 -0.000268203 0.999999583 -0.000858399 0.004347710 0.000093052 0.000858424 0.999999642 0.017032042\n1.000000000 0.000152611 -0.000126926 0.001487598 -0.000152709 0.999999702 -0.000773398 0.004369427 0.000126808 0.000773418 0.999999702 0.023524983\n0.999999940 0.000232677 -0.000084101 -0.000735466 -0.000232741 0.999999702 -0.000762283 0.003555577 0.000083924 0.000762302 0.999999702 0.031578541\n0.999999940 0.000373140 -0.000045444 -0.001496369 -0.000373169 0.999999702 -0.000643370 0.004250319 0.000045204 0.000643387 0.999999821 0.039108880\n1.000000000 0.000210035 -0.000109250 -0.000797977 -0.000210109 0.999999762 -0.000675162 0.003646768 0.000109109 0.000675185 0.999999762 0.045976710\n0.999999940 0.000296530 -0.000068810 -0.001024595 -0.000296579 0.999999702 -0.000714103 0.003127091 0.000068599 0.000714123 0.999999762 0.051102970\n0.999999940 0.000235135 -0.000130145 0.000113533 -0.000235216 0.999999762 -0.000622035 0.002697119 0.000129999 0.000622066 0.999999821 0.058727920\n1.000000000 0.000142162 -0.000140615 0.000391458 -0.000142253 0.999999762 -0.000641313 0.002499136 0.000140524 0.000641333 0.999999762 0.062221207\n1.000000000 0.000054438 -0.000174260 0.001012965 -0.000054542 0.999999821 -0.000599277 0.003356906 0.000174227 0.000599287 0.999999821 0.066568688\n1.000000000 0.000113953 -0.000165095 -0.000722011 -0.000114054 0.999999821 -0.000609646 0.004433745 0.000165025 0.000609665 0.999999821 0.073171861\n0.999999940 0.000164215 -0.000187186 0.000053941 -0.000164319 0.999999821 -0.000554161 0.002644126 0.000187095 0.000554192 0.999999821 0.076010123\n1.000000000 0.000117513 -0.000107400 -0.002040978 -0.000117574 0.999999821 -0.000571867 0.003220187 0.000107333 0.000571880 0.999999821 0.078046158\n1.000000000 0.000139998 -0.000134567 -0.001263247 -0.000140074 0.999999821 -0.000563744 0.002854588 0.000134488 0.000563763 0.999999821 0.079465106\n1.000000000 0.000093281 -0.000141429 -0.000927890 -0.000093359 0.999999821 -0.000547963 0.002522347 0.000141378 0.000547976 0.999999821 0.080197088\n1.000000000 0.000187933 -0.000134532 -0.002081966 -0.000188022 0.999999762 -0.000662467 0.003644611 0.000134408 0.000662492 0.999999762 0.080163725\n1.000000000 0.000085977 -0.000161942 -0.001018727 -0.000086077 0.999999821 -0.000621232 0.002450528 0.000161889 0.000621246 0.999999821 0.082203999\n1.000000000 0.000136374 -0.000163515 -0.001956317 -0.000136460 0.999999881 -0.000524757 0.003469645 0.000163444 0.000524780 0.999999821 0.080408029\n0.999999940 0.000260154 -0.000127819 -0.002160115 -0.000260246 0.999999702 -0.000719305 0.004536700 0.000127631 0.000719338 0.999999762 0.083728217\n0.999999940 0.000290206 -0.000158208 -0.001464543 -0.000290315 0.999999702 -0.000692183 0.003563732 0.000158007 0.000692228 0.999999762 0.082569301\n1.000000000 0.000106846 -0.000169945 -0.001908701 -0.000106945 0.999999821 -0.000584719 0.002419019 0.000169882 0.000584737 0.999999821 0.082193203\n0.999999940 0.000242267 -0.000143641 -0.002659276 -0.000242362 0.999999762 -0.000656095 0.003687516 0.000143483 0.000656129 0.999999762 0.082046419\n0.999999940 0.000361935 -0.000090325 -0.003675795 -0.000361996 0.999999702 -0.000670757 0.003046229 0.000090082 0.000670790 0.999999762 0.083030507\n1.000000000 0.000134343 -0.000166853 -0.002061072 -0.000134444 0.999999821 -0.000605204 0.001361356 0.000166771 0.000605226 0.999999821 0.081617251\n1.000000000 0.000050409 -0.000182174 -0.001837422 -0.000050516 0.999999821 -0.000589631 0.001554283 0.000182144 0.000589640 0.999999821 0.082496084\n1.000000000 0.000030763 -0.000204939 -0.001451826 -0.000030881 0.999999821 -0.000574688 0.000815849 0.000204922 0.000574694 0.999999821 0.082074843\n1.000000000 0.000122419 -0.000168470 -0.001487816 -0.000122525 0.999999821 -0.000627653 0.001244548 0.000168393 0.000627673 0.999999762 0.080744453\n1.000000000 0.000074179 -0.000191066 -0.001716472 -0.000074274 0.999999881 -0.000497684 0.000108231 0.000191029 0.000497698 0.999999881 0.080807805\n1.000000000 0.000056077 -0.000153944 -0.001777060 -0.000056164 0.999999821 -0.000569295 0.000503499 0.000153912 0.000569303 0.999999821 0.081214808\n1.000000000 0.000190695 -0.000110947 -0.002295911 -0.000190796 0.999999583 -0.000907844 0.001008534 0.000110774 0.000907865 0.999999583 0.079434507\n0.999999940 0.000247562 -0.000028858 -0.003599907 -0.000247604 0.999998868 -0.001486459 0.002376507 0.000028490 0.001486466 0.999998868 0.089507274\n1.000000000 0.000071038 -0.000019761 -0.002053774 -0.000071074 0.999998271 -0.001850795 0.002373241 0.000019630 0.001850796 0.999998271 0.104367495\n1.000000000 0.000110460 -0.000124113 -0.002349378 -0.000110643 0.999998927 -0.001479267 0.000723930 0.000123949 0.001479281 0.999998927 0.125179976\n1.000000000 0.000066451 -0.000150796 -0.001544193 -0.000066681 0.999998808 -0.001524116 0.001510232 0.000150694 0.001524126 0.999998808 0.152037650\n0.999999940 0.000025084 -0.000257653 -0.001460022 -0.000025495 0.999998748 -0.001596683 0.000739587 0.000257613 0.001596689 0.999998689 0.184951484\n0.999999940 0.000120578 -0.000223180 -0.002683604 -0.000120933 0.999998748 -0.001590420 0.002653618 0.000222988 0.001590447 0.999998689 0.218528390\n0.999999940 0.000227052 -0.000168426 -0.006079918 -0.000227291 0.999998987 -0.001421487 0.003130409 0.000168103 0.001421525 0.999998987 0.259214878\n0.999999881 0.000299519 -0.000344890 -0.004467987 -0.000300124 0.999998391 -0.001754249 0.008216144 0.000344364 0.001754353 0.999998391 0.312708229\n0.999999821 0.000306003 -0.000542460 0.007890282 -0.000307222 0.999997437 -0.002248055 0.018462254 0.000541771 0.002248221 0.999997318 0.385473311\n0.999999225 0.001048002 -0.000658885 0.015285866 -0.001049675 0.999996185 -0.002545154 0.020711713 0.000656216 0.002545844 0.999996543 0.467845708\n0.999998391 0.001622095 -0.000746409 0.013823918 -0.001624312 0.999994218 -0.002978763 0.023227524 0.000741573 0.002979970 0.999995291 0.537582159\n0.999998868 0.001375020 -0.000617951 0.004894556 -0.001377403 0.999991536 -0.003871071 0.017568611 0.000612623 0.003871918 0.999992311 0.617964506\n0.999996841 0.002409236 -0.000685350 0.005828870 -0.002411984 0.999988914 -0.004037294 0.026154209 0.000675616 0.004038934 0.999991596 0.721740842\n0.999998748 0.001314407 -0.000895650 0.007711189 -0.001317742 0.999992192 -0.003733511 0.017980564 0.000890736 0.003734687 0.999992609 0.834450603\n0.999996483 0.002414372 -0.001102663 0.012275525 -0.002418350 0.999990523 -0.003620660 0.029125679 0.001093911 0.003623314 0.999992847 0.963771403\n0.999998689 0.001164880 -0.001099863 0.004405360 -0.001168515 0.999993861 -0.003310266 0.017840434 0.001096000 0.003311547 0.999993920 1.078446627\n0.999996662 0.002301322 -0.001189790 0.000321915 -0.002305023 0.999992490 -0.003118908 0.021356490 0.001182603 0.003121640 0.999994457 1.214371920\n0.999996662 0.002053692 -0.001570765 0.004780645 -0.002059224 0.999991655 -0.003528451 0.024420809 0.001563505 0.003531673 0.999992549 1.361741900\n0.999996424 0.002021843 -0.001736673 0.001348313 -0.002027764 0.999992132 -0.003414726 0.020683929 0.001729755 0.003418235 0.999992669 1.508845091\n0.999996841 0.001682471 -0.001880577 0.007858519 -0.001690232 0.999990046 -0.004132786 0.026876189 0.001873605 0.004135952 0.999989688 1.692544460\n0.999995351 0.002041645 -0.002267634 0.007872820 -0.002051705 0.999988019 -0.004442993 0.030355608 0.002258536 0.004447625 0.999987543 1.864108086\n0.999993861 0.002690938 -0.002238196 0.011664363 -0.002701028 0.999986172 -0.004517538 0.037354570 0.002226009 0.004523555 0.999987304 2.062650919\n0.999994040 0.002250340 -0.002623354 0.016846649 -0.002262353 0.999986947 -0.004585357 0.027254829 0.002613001 0.004591265 0.999986053 2.266735077\n0.999993563 0.002513154 -0.002570099 0.002952725 -0.002525382 0.999985456 -0.004765741 0.030424314 0.002558085 0.004772201 0.999985337 2.469563961\n0.999991059 0.003114844 -0.002851006 0.012606965 -0.003128823 0.999983013 -0.004911752 0.036420256 0.002835658 0.004920628 0.999983847 2.708462000\n0.999993742 0.001579823 -0.003170498 0.004676012 -0.001597401 0.999983311 -0.005549403 0.030626046 0.003161679 0.005554433 0.999979556 2.928875208\n0.999990880 0.002692220 -0.003308359 0.012969362 -0.002712548 0.999977350 -0.006155313 0.040999193 0.003291713 0.006164231 0.999975562 3.185719490\n0.999985099 0.003945454 -0.003775256 0.011969271 -0.003968239 0.999973834 -0.006046799 0.043896761 0.003751301 0.006061690 0.999974608 3.458945274\n0.999985397 0.003526841 -0.004099588 0.003886725 -0.003554821 0.999970317 -0.006838029 0.036327291 0.004075349 0.006852502 0.999968231 3.731218576\n0.999988914 0.001833596 -0.004331369 0.013084621 -0.001869372 0.999964058 -0.008270182 0.036850583 0.004316049 0.008278187 0.999956429 4.038285732\n0.999991000 0.001155300 -0.004076651 0.007625886 -0.001188755 0.999965549 -0.008213592 0.040172964 0.004067022 0.008218365 0.999957979 4.354721546\n0.999987543 0.000191602 -0.004991684 0.024408981 -0.000233336 0.999965012 -0.008361524 0.042765703 0.004989907 0.008362584 0.999952555 4.712215900\n0.999984562 0.001383617 -0.005382105 0.034361444 -0.001427897 0.999965072 -0.008232102 0.047891680 0.005370527 0.008239660 0.999951661 5.088745594\n0.999987781 0.000443413 -0.004918297 -0.000270798 -0.000484239 0.999965429 -0.008302944 0.026436727 0.004914445 0.008305225 0.999953449 5.444294453\n0.999985397 0.000137920 -0.005401928 -0.001630007 -0.000182205 0.999966383 -0.008198338 0.029886521 0.005400616 0.008199202 0.999951780 5.855733395\n0.999980390 0.002359115 -0.005798740 0.011032868 -0.002408612 0.999960601 -0.008543674 0.045034338 0.005778356 0.008557473 0.999946713 6.316298485\n0.999982953 0.000845468 -0.005775920 0.002525820 -0.000890306 0.999969482 -0.007764781 0.035798013 0.005769178 0.007769791 0.999953151 6.761651516\n0.999982059 -0.001361832 -0.005837140 -0.009470523 0.001320303 0.999973834 -0.007112448 0.029898768 0.005846673 0.007104613 0.999957681 7.234026432\n0.999980509 -0.002649877 -0.005652524 -0.013810784 0.002618021 0.999980688 -0.005635672 0.031216754 0.005667348 0.005620764 0.999968171 7.716306686\n0.999982774 -0.001725460 -0.005614612 -0.017154604 0.001693709 0.999982595 -0.005654908 0.036633436 0.005624271 0.005645301 0.999968231 8.232064247\n0.999989033 -0.001438130 -0.004460453 -0.024504125 0.001413644 0.999983966 -0.005487893 0.028207488 0.004468273 0.005481527 0.999974966 8.764172554\n0.999994278 -0.001534579 -0.003018331 -0.022836857 0.001514006 0.999975681 -0.006806541 0.034604333 0.003028703 0.006801932 0.999972284 9.301214218\n0.999997377 -0.001666241 -0.001556831 -0.028477324 0.001655642 0.999975622 -0.006784667 0.036764793 0.001568098 0.006782072 0.999975801 9.865261078\n0.999992788 -0.003722582 -0.000734188 -0.027139699 0.003716794 0.999963224 -0.007732548 0.028745653 0.000762946 0.007729764 0.999969840 10.451623917\n0.999991715 -0.004073820 0.000039119 -0.028019326 0.004074002 0.999961257 -0.007799536 0.026386296 -0.000007343 0.007799631 0.999969602 11.033725739\n0.999992073 -0.003969694 0.000230794 -0.028403092 0.003971409 0.999960244 -0.007980512 0.033134095 -0.000199105 0.007981365 0.999968112 11.658241272\n0.999994099 -0.003352929 0.000737624 -0.033299826 0.003358936 0.999959946 -0.008298740 0.028652603 -0.000709769 0.008301169 0.999965310 12.302130699\n0.999991238 -0.004064513 0.000978120 -0.032234188 0.004072574 0.999956548 -0.008386101 0.031216666 -0.000943992 0.008390010 0.999964356 12.943752289\n0.999988079 -0.004766734 0.001047164 -0.027040089 0.004775063 0.999955773 -0.008099997 0.028951600 -0.001008507 0.008104902 0.999966621 13.622393608\n0.999979734 -0.006331856 0.000617654 -0.033064496 0.006336135 0.999954045 -0.007190885 0.027944271 -0.000572094 0.007194654 0.999973953 14.294939041\n0.999988675 -0.004753658 0.000174560 -0.036279693 0.004754710 0.999966741 -0.006624973 0.024039770 -0.000143062 0.006625729 0.999978065 14.993679047\n0.999992192 -0.003919924 -0.000441291 -0.042944398 0.003917210 0.999974370 -0.005990944 0.023389438 0.000464764 0.005989169 0.999981940 15.714423180\n0.999989569 -0.004102021 -0.002001211 -0.044081744 0.004089986 0.999973774 -0.005980989 0.026095230 0.002025692 0.005972742 0.999980092 16.439599991\n0.999971986 -0.006522869 -0.003676818 -0.042926736 0.006497702 0.999955654 -0.006815516 0.028140284 0.003721112 0.006791434 0.999970019 17.181716919\n0.999979317 -0.004723695 -0.004365769 -0.051413253 0.004683631 0.999947250 -0.009142105 0.031011794 0.004408723 0.009121468 0.999948680 17.966178894\n0.999979377 -0.003330835 -0.005493257 -0.059952430 0.003278766 0.999949872 -0.009460676 0.034083970 0.005524494 0.009442470 0.999940157 18.735795975\n0.999977171 -0.003618033 -0.005710639 -0.071849890 0.003566407 0.999952912 -0.009024709 0.029900946 0.005743022 0.009004137 0.999942958 19.540809631\n0.999971986 -0.004378333 -0.006066279 -0.079825938 0.004331194 0.999960482 -0.007761993 0.027376439 0.006100024 0.007735501 0.999951482 20.352882385\n0.999960184 -0.005828457 -0.006758623 -0.078289978 0.005779938 0.999957561 -0.007176241 0.029671265 0.006800162 0.007136891 0.999951422 21.191503525\n0.999960124 -0.005118106 -0.007314420 -0.087587543 0.005074668 0.999969482 -0.005944826 0.024996819 0.007344623 0.005907471 0.999955595 22.025377274\n0.999956310 -0.004712446 -0.008070405 -0.093500361 0.004668129 0.999973953 -0.005501378 0.027286163 0.008096119 0.005463464 0.999952316 22.872190475\n0.999957502 -0.003293800 -0.008612528 -0.099302985 0.003252836 0.999983370 -0.004766004 0.024623461 0.008628083 0.004737786 0.999951541 23.742080688\n0.999953151 -0.002851430 -0.009253342 -0.112253994 0.002794599 0.999977171 -0.006148823 0.028315131 0.009270664 0.006122675 0.999938309 24.611492157\n0.999935389 -0.003553420 -0.010798518 -0.113096237 0.003476610 0.999968588 -0.007123474 0.031445023 0.010823491 0.007085471 0.999916315 25.489677429\n0.999906361 -0.003908491 -0.013113873 -0.119940251 0.003809818 0.999964297 -0.007540893 0.036471058 0.013142879 0.007490226 0.999885559 26.385047913\n0.999882519 -0.004010442 -0.014795691 -0.128932327 0.003914552 0.999971211 -0.006504219 0.038508516 0.014821350 0.006445536 0.999869406 27.312240601\n0.999847651 -0.007291978 -0.015860438 -0.146151543 0.007221626 0.999963880 -0.004488499 0.028054377 0.015892595 0.004373278 0.999864161 28.218435287\n0.999827564 -0.006740028 -0.017302018 -0.163969606 0.006660771 0.999967098 -0.004634327 0.028732855 0.017332682 0.004518283 0.999839544 29.157461166\n0.999802828 -0.004943286 -0.019232463 -0.181940526 0.004880381 0.999982595 -0.003316288 0.038882602 0.019248521 0.003221772 0.999809563 30.089366913\n0.999749184 -0.007436760 -0.021124249 -0.191461429 0.007332718 0.999960601 -0.004998423 0.043817345 0.021160590 0.004842271 0.999764383 31.037332535\n0.999705851 -0.008569694 -0.022687903 -0.202816516 0.008296370 0.999892175 -0.012113990 0.035781600 0.022789270 0.011922200 0.999669194 32.006340027\n0.999651611 -0.010677526 -0.024139151 -0.217024192 0.010185117 0.999739408 -0.020430531 0.036662962 0.024351008 0.020177552 0.999499798 32.973533630\n0.999629438 -0.009062318 -0.025667857 -0.247210011 0.008419540 0.999650955 -0.025040457 0.024771754 0.025885824 0.024815066 0.999356866 33.938316345\n0.999590576 -0.009933430 -0.026832722 -0.268425286 0.009355313 0.999723256 -0.021585507 0.004836761 0.027039714 0.021325640 0.999406874 34.939704895\n0.999578893 -0.008434421 -0.027764440 -0.294240862 0.007919658 0.999795675 -0.018598434 -0.006133430 0.027915632 0.018370718 0.999441445 35.953582764\n0.999599218 -0.005691334 -0.027732102 -0.329982877 0.005240315 0.999853253 -0.016309060 -0.016690850 0.027820854 0.016157199 0.999482334 36.966968536\n0.999617994 -0.003544625 -0.027409390 -0.364809245 0.003099631 0.999862969 -0.016260574 -0.026867367 0.027463270 0.016169403 0.999492049 37.994476318\n0.999661922 -0.001581044 -0.025952607 -0.396438390 0.001073854 0.999808371 -0.019545238 -0.042133480 0.025978537 0.019510761 0.999472082 39.031314850\n0.999703765 -0.000813922 -0.024326514 -0.425995559 0.000252144 0.999733448 -0.023087362 -0.051356621 0.024338821 0.023074389 0.999437451 40.084785461\n0.999741673 -0.002961131 -0.022534100 -0.442704976 0.002445251 0.999735057 -0.022886485 -0.063370660 0.022595901 0.022825472 0.999484062 41.161422729\n0.999780834 -0.003138597 -0.020698436 -0.473243505 0.002769792 0.999837339 -0.017822668 -0.088055864 0.020751007 0.017761432 0.999626875 42.254165649\n0.999803662 -0.004179837 -0.019369144 -0.496179551 0.003853185 0.999850273 -0.016871274 -0.100612000 0.019436762 0.016793327 0.999670029 43.352333069\n0.999814510 -0.005278252 -0.018523045 -0.512507737 0.004924763 0.999805868 -0.019077711 -0.107921742 0.018620146 0.018982951 0.999646425 44.461200714\n0.999827445 -0.004393446 -0.018050618 -0.534417570 0.003984586 0.999736071 -0.022624584 -0.119489841 0.018145256 0.022548756 0.999581039 45.570678711\n0.999842405 -0.002239365 -0.017609846 -0.565377772 0.001852055 0.999756694 -0.021979541 -0.132595688 0.017654782 0.021943463 0.999603331 46.698303223\n0.999839485 -0.001151553 -0.017880173 -0.586402893 0.000820524 0.999828339 -0.018510034 -0.147272453 0.017898420 0.018492393 0.999668777 47.826099396\n0.999837339 -0.002810140 -0.017814690 -0.614355922 0.002513770 0.999858439 -0.016636895 -0.159597829 0.017858921 0.016589407 0.999702871 48.951866150\n0.999826729 -0.005681553 -0.017725121 -0.632843554 0.005388640 0.999848843 -0.016529528 -0.168518841 0.017816355 0.016431149 0.999706268 50.088844299\n0.999802113 -0.008403839 -0.018030465 -0.661312103 0.008134498 0.999854982 -0.014959769 -0.177299559 0.018153571 0.014810140 0.999725521 51.234828949\n0.999732316 -0.012900608 -0.019204542 -0.682087421 0.012638771 0.999826372 -0.013693573 -0.185803607 0.019377863 0.013447186 0.999721825 52.392715454\n0.999709129 -0.010517277 -0.021704851 -0.711387336 0.010166841 0.999817193 -0.016193204 -0.197847828 0.021871191 0.015967824 0.999633253 53.548065186\n0.999693573 -0.007580718 -0.023563435 -0.749608040 0.007131376 0.999792218 -0.019095382 -0.208009094 0.023703296 0.018921491 0.999539971 54.724281311\n0.999655664 0.005176193 -0.025724977 -0.803925931 -0.005676544 0.999795377 -0.019415207 -0.221041724 0.025619218 0.019554552 0.999480486 55.905395508\n0.999555230 0.011744071 -0.027411491 -0.857057631 -0.012364364 0.999668777 -0.022570238 -0.240535200 0.027137347 0.022899127 0.999369383 57.092399597\n0.999434292 0.016900558 -0.029077826 -0.903026819 -0.017685259 0.999480486 -0.026944080 -0.257453263 0.028607350 0.027443085 0.999213934 58.266788483\n0.999294698 0.019669563 -0.031987552 -0.946334362 -0.020435249 0.999508142 -0.023788938 -0.277200013 0.031503901 0.024425833 0.999205112 59.464012146\n0.999408126 0.008282469 -0.033388890 -0.977950633 -0.008877938 0.999803483 -0.017725712 -0.297226071 0.033235516 0.018011644 0.999285221 60.660018921\n0.999355912 -0.001476442 -0.035855636 -1.001124740 0.000938134 0.999886692 -0.015025403 -0.315256596 0.035873756 0.014982088 0.999244034 61.863700867\n0.999246120 -0.008611689 -0.037855960 -1.032056689 0.008002623 0.999836564 -0.016211253 -0.332914412 0.037989382 0.015896084 0.999151707 63.053501129\n0.999117374 -0.014616651 -0.039380312 -1.068027973 0.013884793 0.999726951 -0.018794218 -0.345695972 0.039644267 0.018230842 0.999047518 64.252792358\n0.999155521 -0.006270834 -0.040606674 -1.125827551 0.005614616 0.999852121 -0.016254269 -0.360387802 0.040702596 0.016012553 0.999042988 65.461914062\n0.999161422 0.003227793 -0.040816754 -1.199014306 -0.003884058 0.999864280 -0.016009267 -0.375824451 0.040759541 0.016154377 0.999038398 66.689910889\n0.999122858 0.011299720 -0.040321965 -1.268342018 -0.012027627 0.999768257 -0.017855657 -0.391328305 0.040110853 0.018324973 0.999027193 67.914405823\n0.998996675 0.019281242 -0.040421423 -1.336254239 -0.020030899 0.999633253 -0.018223794 -0.398355901 0.040055219 0.019015187 0.999016523 69.153373718\n0.998860300 0.023144104 -0.041743405 -1.403013229 -0.023792364 0.999602854 -0.015100249 -0.408668756 0.041377347 0.016076213 0.999014258 70.394157410\n0.998883963 0.021168714 -0.042222567 -1.471602678 -0.021730790 0.999680638 -0.012897911 -0.421637207 0.041936051 0.013801047 0.999024987 71.637985229\n0.998875022 0.019405345 -0.043268275 -1.527389646 -0.019992782 0.999713182 -0.013185459 -0.434268475 0.042999998 0.014035678 0.998976469 72.893005371\n0.998884439 0.014996134 -0.044777639 -1.581614494 -0.015759191 0.999735713 -0.016736913 -0.441359639 0.044514816 0.017423902 0.998856783 74.160057068\n0.998771310 0.011123713 -0.048291925 -1.636179090 -0.011981460 0.999774933 -0.017508714 -0.450130254 0.048086293 0.018065808 0.998679817 75.439071655\n0.998664320 0.005257912 -0.051399607 -1.704078674 -0.006204709 0.999813676 -0.018278126 -0.469509482 0.051293928 0.018572630 0.998510897 76.737792969\n0.998497665 0.000834757 -0.054787472 -1.774814487 -0.001754970 0.999858141 -0.016750084 -0.478060484 0.054765720 0.016821072 0.998357534 78.041549683\n0.998273551 -0.000428001 -0.058734685 -1.846594453 -0.000422817 0.999895155 -0.014472595 -0.488814414 0.058734722 0.014472444 0.998168707 79.325294495\n0.998007894 -0.000510568 -0.063086815 -1.927476168 -0.000117236 0.999950528 -0.009947330 -0.495441586 0.063088775 0.009934911 0.997958481 80.645431519\n0.997782290 0.000205724 -0.066562019 -2.000726223 -0.000660160 0.999976635 -0.006805339 -0.504943073 0.066559061 0.006834188 0.997759104 81.892791748\n0.997541726 0.002574711 -0.070027456 -2.089163542 -0.003124094 0.999965191 -0.007736865 -0.503550351 0.070005096 0.007936618 0.997515082 83.205139160\n0.997480989 0.003660314 -0.070839852 -2.189661980 -0.004439295 0.999931395 -0.010842050 -0.510480821 0.070795305 0.011129218 0.997428775 84.468498230\n0.997383058 0.004953970 -0.072128087 -2.293546438 -0.006008091 0.999878168 -0.014404956 -0.510456562 0.072047941 0.014800612 0.997291327 85.799224854\n0.997388899 0.003266602 -0.072144009 -2.411872625 -0.004365357 0.999876797 -0.015077613 -0.523782492 0.072085872 0.015353178 0.997280240 87.121948242\n0.997341573 0.000954200 -0.072862379 -2.520820618 -0.002122859 0.999870300 -0.015963508 -0.532564819 0.072837695 0.016075745 0.997214258 88.458129883\n0.997250795 -0.001621632 -0.074082516 -2.609318733 0.000383449 0.999860048 -0.016724735 -0.548239470 0.074099265 0.016650349 0.997111857 89.820426941\n0.997238576 -0.001755851 -0.074243657 -2.733706474 0.000494591 0.999855340 -0.017003085 -0.560597599 0.074262775 0.016919414 0.997095168 91.165290833\n0.997181416 -0.002742660 -0.074978083 -2.831428289 0.001465008 0.999852896 -0.017090021 -0.575028121 0.075013928 0.016932007 0.997038722 92.527992249\n0.997145355 -0.003182899 -0.075438440 -2.935927868 0.001910835 0.999854863 -0.016928462 -0.587801933 0.075481370 0.016735988 0.997006774 93.898902893\n0.997062981 -0.004863607 -0.076431237 -3.044979095 0.003627192 0.999860466 -0.016307335 -0.604437530 0.076499879 0.015982209 0.996941507 95.260314941\n0.997006536 -0.006147265 -0.077072613 -3.154005289 0.005088574 0.999890089 -0.013925143 -0.619889021 0.077149741 0.013491268 0.996928215 96.635215759\n0.996958256 -0.009098049 -0.077404745 -3.255502701 0.008230960 0.999899864 -0.011513698 -0.626625717 0.077501744 0.010841561 0.996933281 98.015510559\n0.996905088 -0.010740867 -0.077877097 -3.360128164 0.009905853 0.999889314 -0.011100597 -0.634833276 0.077987708 0.010294802 0.996901155 99.403892517\n0.996882796 -0.013447041 -0.077742010 -3.475627184 0.012597374 0.999855578 -0.011409447 -0.645740449 0.077884205 0.010394537 0.996908247 100.778533936\n0.996929467 -0.013340192 -0.077160075 -3.603883743 0.012531017 0.999861419 -0.010961662 -0.656256020 0.077295609 0.009961110 0.996958435 102.131401062\n0.996954620 -0.014002268 -0.076716796 -3.733610392 0.013114837 0.999841273 -0.012059279 -0.669506431 0.076873481 0.011016425 0.996980011 103.498832703\n0.996988416 -0.012756471 -0.076494068 -3.851467848 0.011710351 0.999831915 -0.014108827 -0.682267368 0.076661184 0.013170565 0.996970236 104.897125244\n0.997042656 -0.011505279 -0.075983830 -3.974547625 0.010527802 0.999856770 -0.013252340 -0.702762663 0.076125413 0.012413207 0.997020960 106.270729065\n0.997096419 -0.010192921 -0.075463839 -4.093764782 0.009253302 0.999875367 -0.012790456 -0.713659465 0.075584807 0.012055029 0.997066498 107.663581848\n0.997113705 -0.009372456 -0.075341985 -4.209173203 0.008485125 0.999890924 -0.012088866 -0.722291410 0.075447068 0.011414687 0.997084498 109.075721741\n0.997060299 -0.008984329 -0.076092519 -4.316431046 0.008283241 0.999920309 -0.009524229 -0.732163072 0.076172024 0.008865938 0.997055292 110.496139526\n0.997036219 -0.008254275 -0.076489538 -4.429841042 0.007380745 0.999904335 -0.011695916 -0.735178590 0.076578766 0.011096702 0.997001767 111.902160645\n0.996993184 -0.008373396 -0.077035822 -4.535495758 0.007086983 0.999831080 -0.016957145 -0.753373682 0.077164799 0.016360207 0.996884108 113.314056396\n0.996917903 -0.007024473 -0.078137107 -4.657073021 0.005556615 0.999804258 -0.018987268 -0.768934429 0.078255191 0.018494569 0.996761799 114.739082336\n0.996804476 -0.006935082 -0.079578653 -4.773913860 0.005570728 0.999833882 -0.017353943 -0.788590193 0.079685785 0.016855177 0.996677518 116.176231384\n0.996693671 -0.006583467 -0.080983527 -4.896318436 0.005302560 0.999857605 -0.016021797 -0.810560107 0.081077471 0.015539404 0.996586680 117.617073059\n0.996567905 -0.005949567 -0.082565360 -5.017166615 0.004383707 0.999807358 -0.019133437 -0.830791831 0.082663283 0.018705826 0.996401966 119.052673340\n0.996454775 -0.005629825 -0.083941542 -5.143069267 0.003811085 0.999754846 -0.021811260 -0.854256094 0.084043756 0.021414027 0.996231973 120.491455078\n0.996323168 -0.006950644 -0.085392103 -5.266336918 0.005118458 0.999752343 -0.021656387 -0.872674346 0.085521482 0.021139683 0.996112049 121.951164246\n0.996193528 -0.007024808 -0.086885907 -5.395696640 0.005102722 0.999737740 -0.022324303 -0.897433758 0.087019950 0.021795971 0.995968103 123.405731201\n0.996045768 -0.009693830 -0.088310912 -5.519701958 0.007598829 0.999682367 -0.024028398 -0.921902001 0.088515796 0.023262326 0.995803118 124.860809326\n0.995944500 -0.009388669 -0.089478321 -5.652554035 0.007356772 0.999708116 -0.023011077 -0.943477869 0.089668252 0.022259485 0.995722890 126.323478699\n0.995855153 -0.010504717 -0.090344824 -5.786466599 0.008827958 0.999781668 -0.018939165 -0.965524733 0.090524048 0.018063106 0.995730460 127.786407471\n0.995768309 -0.011419420 -0.091186717 -5.916557789 0.009950033 0.999813497 -0.016552437 -0.984452903 0.091358729 0.015575082 0.995696247 129.258575439\n0.995724797 -0.012989542 -0.091451637 -6.063216686 0.011302072 0.999756634 -0.018945826 -0.998694956 0.091675475 0.017831236 0.995629251 130.730148315\n0.995667696 -0.013525799 -0.091994226 -6.204473972 0.011540745 0.999689698 -0.022075897 -1.019128919 0.092264272 0.020918574 0.995514810 132.195892334\n0.995596409 -0.014564754 -0.092604823 -6.345883846 0.012547363 0.999671936 -0.022330001 -1.037916422 0.092899673 0.021069722 0.995452523 133.688003540\n0.995548189 -0.015120599 -0.093033053 -6.488850594 0.013426495 0.999732971 -0.018808778 -1.059143543 0.093292609 0.017475938 0.995485365 135.173187256\n0.995470881 -0.016602868 -0.093606070 -6.628037930 0.015140046 0.999752223 -0.016316038 -1.082807064 0.093853772 0.014824939 0.995475590 136.669952393\n0.995382845 -0.018184099 -0.094246089 -6.772183895 0.016618544 0.999711037 -0.017369747 -1.092575312 0.094534710 0.015723316 0.995397389 138.177764893\n0.995315433 -0.018578880 -0.094878942 -6.911725521 0.016812356 0.999670744 -0.019384332 -1.121293664 0.095207840 0.017698387 0.995300055 139.659103394\n0.995317936 -0.018119890 -0.094941437 -7.057208061 0.016398914 0.999687314 -0.018875759 -1.148526788 0.095253780 0.017230446 0.995303869 141.163513184\n0.995323122 -0.016590420 -0.095166497 -7.208966732 0.014965317 0.999730170 -0.017764844 -1.174070716 0.095435545 0.016257562 0.995302856 142.661743164\n0.995303214 -0.015417442 -0.095570803 -7.366217613 0.013787407 0.999748409 -0.017692761 -1.199005246 0.095819533 0.016291989 0.995265365 144.168823242\n0.995293260 -0.014170300 -0.095867060 -7.516887188 0.012492998 0.999758601 -0.018073814 -1.223776340 0.096100025 0.016791079 0.995230019 145.670288086\n0.995195568 -0.012152148 -0.097149678 -7.660263062 0.010597513 0.999807656 -0.016502511 -1.241504312 0.097331531 0.015393682 0.995132983 147.184005737\n0.995109737 -0.011512225 -0.098102517 -7.809121132 0.010023923 0.999827266 -0.015650297 -1.263186812 0.098265737 0.014590391 0.995053232 148.702560425\n0.995075464 -0.009176658 -0.098694734 -7.961209774 0.007414391 0.999806762 -0.018207723 -1.281347632 0.098842740 0.017386297 0.994951189 150.234283447\n0.995036006 -0.008282727 -0.099170022 -8.111629486 0.006416011 0.999796450 -0.019127546 -1.297116041 0.099308260 0.018396322 0.994886637 151.770965576\n0.994985878 -0.006593973 -0.099797860 -8.260091782 0.004926557 0.999844313 -0.016945170 -1.320314407 0.099894062 0.016368544 0.994863451 153.287887573\n0.994953752 -0.006472940 -0.100125633 -8.410366058 0.004911200 0.999862552 -0.015836434 -1.341667175 0.100214377 0.015264783 0.994848788 154.826873779\n0.995025218 -0.004754004 -0.099509999 -8.579666138 0.003010203 0.999839425 -0.017666690 -1.359304190 0.099578008 0.017279258 0.994879723 156.360076904\n0.995011389 -0.005850511 -0.099589877 -8.724315643 0.003935113 0.999803722 -0.019418444 -1.382178545 0.099683933 0.018929677 0.994839072 157.905929565\n0.995040834 -0.005657745 -0.099306509 -8.877230644 0.003554993 0.999765992 -0.021338556 -1.404443264 0.099403992 0.020879699 0.994828045 159.446731567\n0.995072782 -0.006599386 -0.098927304 -9.025673866 0.004613786 0.999783576 -0.020286661 -1.426083326 0.099039771 0.019730275 0.994887829 161.005508423\n0.995104790 -0.008060941 -0.098496169 -9.181802750 0.006319811 0.999818444 -0.017976372 -1.458559752 0.098623194 0.017265895 0.994975030 162.550094604\n0.995105147 -0.009817963 -0.098333076 -9.334476471 0.008163941 0.999818563 -0.017208878 -1.475249529 0.098484188 0.016321857 0.995004773 164.113510132\n0.995144784 -0.010154323 -0.097896330 -9.491374016 0.008601255 0.999830604 -0.016273424 -1.500337839 0.098044991 0.015352383 0.995063543 165.669616699\n0.995196521 -0.009842774 -0.097401202 -9.647402763 0.008207846 0.999818861 -0.017171979 -1.523563385 0.097552575 0.016290041 0.995097041 167.205902100\n0.995231628 -0.009070468 -0.097116984 -9.799553871 0.007471143 0.999830663 -0.016819037 -1.541805983 0.097253099 0.016013263 0.995130837 168.755447388\n0.995312691 -0.008148883 -0.096364945 -9.958228111 0.006711173 0.999861419 -0.015234156 -1.565219522 0.096475728 0.014516027 0.995229483 170.308685303\n0.995354056 -0.008922840 -0.095867977 -10.119845390 0.007492428 0.999855340 -0.015270281 -1.590422511 0.095990360 0.014481052 0.995276928 171.862319946\n0.995379806 -0.010849005 -0.095401213 -10.278279305 0.009450680 0.999841392 -0.015096960 -1.613868117 0.095549867 0.014125602 0.995324433 173.404968262\n0.995384991 -0.011921813 -0.095218346 -10.438610077 0.010675829 0.999850750 -0.013584283 -1.638584852 0.095366083 0.012505057 0.995363712 174.947784424\n0.995381951 -0.012089387 -0.095229298 -10.586171150 0.010995567 0.999867499 -0.012002564 -1.655763745 0.095361784 0.010900036 0.995383024 176.505218506\n0.995404482 -0.011550413 -0.095060550 -10.734059334 0.010440242 0.999871492 -0.012167660 -1.668921471 0.095188871 0.011119288 0.995397151 178.046295166\n0.995419800 -0.011394069 -0.094919130 -10.883468628 0.010200384 0.999862790 -0.013051544 -1.686346889 0.095054813 0.012023553 0.995399415 179.590972900\n0.995425880 -0.010863093 -0.094917670 -11.035882950 0.009752136 0.999878526 -0.012160481 -1.700558543 0.095038235 0.011179207 0.995410860 181.139038086\n0.995445192 -0.010662873 -0.094737403 -11.185950279 0.009497614 0.999873698 -0.012742302 -1.717316628 0.094861314 0.011784485 0.995420754 182.682678223\n0.995446801 -0.009830696 -0.094810680 -11.335287094 0.008474559 0.999856114 -0.014695695 -1.732242703 0.094941504 0.013825303 0.995386839 184.231231689\n0.995462775 -0.009088055 -0.094716787 -11.486374855 0.007536130 0.999831676 -0.016729744 -1.758683920 0.094852880 0.015940038 0.995363653 185.782119751\n0.995462954 -0.009228542 -0.094701245 -11.636824608 0.007724612 0.999838352 -0.016235115 -1.783734798 0.094835766 0.015429925 0.995373368 187.324035645\n0.995467901 -0.011240067 -0.094431594 -11.782885551 0.010285568 0.999891043 -0.010588503 -1.802973390 0.094540320 0.009569232 0.995475054 188.862655640\n0.995446324 -0.012917524 -0.094444603 -11.928842545 0.012245836 0.999895453 -0.007688127 -1.816633224 0.094534039 0.006496564 0.995500445 190.398986816\n0.995373726 -0.016008850 -0.094735622 -12.070344925 0.015404752 0.999856114 -0.007104628 -1.824391484 0.094835728 0.005612382 0.995477140 191.929077148\n0.995321929 -0.015262797 -0.095400825 -12.211919785 0.014265437 0.999836326 -0.011127767 -1.832106590 0.095555052 0.009714777 0.995376766 193.455810547\n0.995356083 -0.010868836 -0.095645659 -12.367675781 0.009300294 0.999815106 -0.016830055 -1.856145024 0.095810898 0.015862366 0.995273173 194.978027344\n0.995432556 -0.005996836 -0.095278613 -12.523344040 0.004481154 0.999860108 -0.016113911 -1.877279997 0.095361918 0.015613353 0.995320201 196.513702393\n0.995480895 -0.002386549 -0.094932042 -12.685674667 0.001201291 0.999920666 -0.012540513 -1.893012762 0.094954439 0.012369799 0.995404780 198.053207397\n0.995476127 -0.002210571 -0.094986558 -12.844378471 0.001085596 0.999928653 -0.011893563 -1.909243584 0.095006071 0.011736641 0.995407522 199.597106934\n0.995446861 -0.005319044 -0.095169634 -12.989350319 0.004146320 0.999913096 -0.012515968 -1.922234654 0.095227934 0.012064377 0.995382369 201.138565063\n0.995374262 -0.008119670 -0.095729329 -13.132589340 0.007018002 0.999905288 -0.011839235 -1.943111897 0.095816396 0.011112642 0.995337009 202.657394409\n0.995328903 -0.010768818 -0.095939435 -13.277506828 0.009807508 0.999896944 -0.010485908 -1.959938645 0.096042462 0.009496001 0.995331943 204.179306030\n0.995257437 -0.013080916 -0.096392311 -13.421823502 0.012190443 0.999877453 -0.009821156 -1.978826642 0.096508972 0.008599514 0.995294988 205.718383789\n0.995158434 -0.014794372 -0.097163841 -13.564778328 0.013771929 0.999842584 -0.011185150 -1.994294763 0.097314022 0.009792863 0.995205522 207.224197388\n0.995017231 -0.016174482 -0.098382547 -13.707548141 0.014739776 0.999774396 -0.015292363 -2.008456707 0.098607704 0.013766028 0.995031178 208.760940552\n0.994939923 -0.016310165 -0.099139199 -13.869730949 0.014522294 0.999719143 -0.018728968 -2.027238846 0.099416822 0.017194469 0.994897306 210.290878296\n0.994888306 -0.014947491 -0.099868827 -14.031853676 0.013252061 0.999756932 -0.017618487 -2.050358295 0.100107901 0.016204959 0.994844615 211.849884033\n0.994846523 -0.016019618 -0.100118972 -14.190244675 0.014707054 0.999796152 -0.013834453 -2.075090408 0.100320183 0.012290702 0.994879305 213.393585205\n0.994765878 -0.016561121 -0.100829251 -14.337929726 0.015444046 0.999810517 -0.011849453 -2.091706038 0.101006389 0.010230220 0.994833171 214.954605103\n0.994751811 -0.017305879 -0.100843072 -14.495005608 0.016219875 0.999801397 -0.011579304 -2.096510649 0.101023436 0.009882871 0.994834960 216.500762939\n0.994817019 -0.015115920 -0.100551315 -14.649857521 0.014086697 0.999840975 -0.010937996 -2.109411716 0.100700662 0.009464869 0.994871736 218.041915894\n0.994870305 -0.013604116 -0.100239724 -14.800297737 0.012559508 0.999860108 -0.011044842 -2.123675585 0.100375958 0.009729223 0.994902015 219.565124512\n0.994868398 -0.012110685 -0.100449942 -14.956964493 0.010872435 0.999858141 -0.012865367 -2.138238668 0.100591503 0.011707213 0.994858921 221.104019165\n0.994832456 -0.012073339 -0.100809775 -15.101561546 0.010626181 0.999832809 -0.014880018 -2.152790546 0.100972578 0.013731902 0.994794428 222.613952637\n0.994770408 -0.012571549 -0.101360001 -15.254726410 0.011181604 0.999835670 -0.014269480 -2.170309544 0.101522729 0.013061489 0.994747460 224.156936646\n0.994677067 -0.012201495 -0.102316603 -15.416368484 0.011039479 0.999868035 -0.011915649 -2.185034513 0.102448493 0.010722701 0.994680524 225.710754395\n0.994567573 -0.013202995 -0.103252284 -15.572824478 0.012154565 0.999868035 -0.010776680 -2.200103283 0.103380948 0.009463150 0.994596839 227.283187866\n0.994542658 -0.011181735 -0.103729881 -15.739887238 0.009887727 0.999866843 -0.012980642 -2.210440874 0.103861220 0.011884149 0.994520783 228.861251831\n0.994485557 -0.010760356 -0.104320340 -15.907194138 0.009194736 0.999837935 -0.015477138 -2.220607996 0.104469977 0.014432592 0.994423330 230.428146362\n0.994457424 -0.008740953 -0.104775816 -16.076114655 0.007221010 0.999863267 -0.014877204 -2.236739874 0.104891524 0.014038159 0.994384587 232.009811401\n0.994410396 -0.009776214 -0.105130486 -16.243717194 0.008458187 0.999880016 -0.012975611 -2.256349564 0.105244726 0.012013869 0.994373798 233.601196289\n0.994297087 -0.011405824 -0.106034249 -16.398427963 0.010089608 0.999865353 -0.012941291 -2.268645048 0.106167585 0.011797643 0.994278252 235.167190552\n0.994251728 -0.012417430 -0.106345244 -16.571712494 0.011055142 0.999849260 -0.013390012 -2.284257650 0.106495477 0.012137381 0.994239092 236.737472534\n0.994255245 -0.013468612 -0.106184170 -16.729700089 0.012072751 0.999832213 -0.013777531 -2.299417257 0.106351912 0.012416448 0.994251013 238.315704346\n0.994280338 -0.011101868 -0.106223159 -16.890228271 0.009632114 0.999850810 -0.014339525 -2.311661959 0.106366508 0.013234355 0.994238913 239.897262573\n0.994295001 -0.009741254 -0.106219418 -17.047863007 0.008000090 0.999826789 -0.016805936 -2.334408760 0.106364727 0.015860293 0.994200706 241.469070435\n0.994342864 -0.008202874 -0.105901040 -17.226520538 0.006342280 0.999819756 -0.017894015 -2.360438824 0.106028743 0.017121131 0.994215667 243.063995361\n0.994366765 -0.006648117 -0.105785161 -17.390529633 0.005261477 0.999896646 -0.013381769 -2.382529020 0.105863184 0.012749800 0.994298935 244.654449463\n0.994423568 -0.007672171 -0.105180562 -17.564254761 0.006574351 0.999920309 -0.010780223 -2.411715031 0.105254889 0.010028614 0.994394720 246.191925049\n0.994450927 -0.008173666 -0.104883671 -17.743616104 0.007031762 0.999911964 -0.011252508 -2.413581610 0.104966410 0.010452550 0.994420826 247.820846558\n0.994406939 -0.008949914 -0.105236419 -17.901584625 0.007625116 0.999886632 -0.012984393 -2.426596880 0.105340697 0.012109331 0.994362473 249.425735474\n0.994399428 -0.010620973 -0.105152242 -18.065853119 0.009238440 0.999864459 -0.013626286 -2.439656258 0.105282716 0.012578527 0.994362772 251.055664062\n0.994406879 -0.012482527 -0.104876935 -18.235157013 0.011004868 0.999832034 -0.014656350 -2.451074123 0.105042271 0.013420218 0.994377196 252.672668457\n0.994362056 -0.014052776 -0.105103165 -18.392627716 0.012522869 0.999806046 -0.015202059 -2.471210480 0.105296411 0.013800157 0.994345129 254.279754639\n0.994323730 -0.015810171 -0.105215922 -18.559391022 0.014264933 0.999779284 -0.015422771 -2.492530823 0.105436534 0.013834329 0.994329810 255.890121460\n0.994323254 -0.015423204 -0.105277620 -18.737169266 0.013945052 0.999793768 -0.014762237 -2.510810375 0.105483592 0.013210334 0.994333267 257.546478271\n0.994361162 -0.015039921 -0.104974926 -18.917015076 0.013710598 0.999816597 -0.013373447 -2.535726786 0.105156809 0.011858767 0.994384944 259.181060791\n0.994406044 -0.015352697 -0.104503356 -19.091354370 0.014131176 0.999823034 -0.012419249 -2.546826601 0.104675531 0.010873021 0.994446993 260.835205078\n0.994465530 -0.016076095 -0.103826173 -19.253324509 0.014775542 0.999802589 -0.013283308 -2.564326286 0.104019225 0.011675703 0.994506776 262.471801758\n0.994573951 -0.015414626 -0.102883756 -19.416294098 0.014207083 0.999821424 -0.012459496 -2.574274302 0.103057444 0.010930212 0.994615376 264.124206543\n0.994769692 -0.016900470 -0.100735411 -19.577074051 0.015878899 0.999814153 -0.010934397 -2.591218948 0.100901484 0.009277639 0.994853139 265.784515381\n0.995063663 -0.017030148 -0.097766228 -19.750436783 0.016065508 0.999814272 -0.010645623 -2.602113247 0.097929366 0.009022410 0.995152473 267.443054199\n0.995261073 -0.017504508 -0.095650613 -19.904123306 0.016417425 0.999791503 -0.012140378 -2.610312462 0.095843181 0.010512508 0.995340943 269.124938965\n0.995487034 -0.018948426 -0.092986815 -20.056812286 0.017664172 0.999737144 -0.014614902 -2.631821394 0.093239307 0.012906410 0.995560050 270.771697998\n0.995677233 -0.019468250 -0.090817347 -20.206235886 0.018101003 0.999710441 -0.015854415 -2.645386219 0.091099709 0.014141995 0.995741367 272.427856445\n0.995859683 -0.020589203 -0.088541158 -20.335739136 0.019448761 0.999716640 -0.013723927 -2.663169861 0.088798635 0.011945090 0.995977998 274.091308594\n0.996035278 -0.021039458 -0.086435534 -20.466941833 0.020009805 0.999718308 -0.012761652 -2.680033922 0.086679690 0.010981496 0.996175706 275.779693604\n0.996240854 -0.021729693 -0.083856575 -20.603240967 0.020648725 0.999692440 -0.013736607 -2.702740431 0.084129274 0.011953438 0.996383131 277.436523438\n0.996435940 -0.020661183 -0.081783302 -20.731246948 0.019429663 0.999685943 -0.015825737 -2.718569994 0.082084604 0.014180311 0.996524453 279.103240967\n0.996626914 -0.020685930 -0.079416230 -20.862277985 0.019452011 0.999678254 -0.016279755 -2.742156982 0.079727434 0.014680036 0.996708572 280.789550781\n0.996745229 -0.021145262 -0.077793792 -20.986423492 0.019988306 0.999678195 -0.015620883 -2.756943941 0.078099065 0.014015074 0.996847093 282.462615967\n0.996850252 -0.022717556 -0.075983576 -21.113704681 0.021699317 0.999663711 -0.014199730 -2.781990767 0.076280609 0.012506213 0.997007966 284.152923584\n0.996872962 -0.026433574 -0.074468203 -21.229774475 0.025342384 0.999557734 -0.015560281 -2.797256470 0.074846581 0.013624422 0.997101963 285.814971924\n0.996911228 -0.028517084 -0.073176533 -21.350065231 0.027461801 0.999504447 -0.015387095 -2.821177483 0.073579066 0.013330008 0.997200310 287.507141113\n0.997022450 -0.028943669 -0.071473986 -21.485475540 0.027947461 0.999498367 -0.014899201 -2.841715336 0.071869373 0.012857321 0.997331202 289.144989014\n0.997096360 -0.028410591 -0.070651859 -21.600997925 0.027478678 0.999522567 -0.014127552 -2.859287739 0.071019493 0.012145110 0.997400999 290.807800293\n0.997210741 -0.027931033 -0.069214024 -21.733764648 0.026992310 0.999531031 -0.014461132 -2.880627155 0.069585480 0.012552550 0.997497022 292.449798584\n0.997214675 -0.029154534 -0.068650581 -21.847433090 0.028233251 0.999498308 -0.014352325 -2.905909538 0.069034576 0.012374121 0.997537494 294.137237549\n0.997171521 -0.031373650 -0.068297900 -21.968318939 0.030607842 0.999456644 -0.012230720 -2.926675320 0.068644509 0.010105675 0.997590005 295.834228516\n0.997050464 -0.034374360 -0.068620592 -22.079542160 0.033601146 0.999358535 -0.012390884 -2.941147327 0.069002502 0.010048606 0.997565866 297.533111572\n0.996952236 -0.035462521 -0.069488905 -22.191082001 0.034588400 0.999307156 -0.013742769 -2.960218668 0.069928110 0.011297374 0.997488081 299.235168457\n0.996931374 -0.034588654 -0.070224471 -22.300464630 0.033766452 0.999346972 -0.012862054 -2.979992867 0.070623495 0.010451353 0.997448266 300.932128906\n0.996944308 -0.032602765 -0.070986360 -22.420507431 0.031774901 0.999413610 -0.012760725 -2.996258020 0.071360767 0.010466148 0.997395635 302.624786377\n0.996963859 -0.030144261 -0.071793966 -22.562892914 0.029118231 0.999458969 -0.015295523 -3.013557196 0.072216198 0.013158571 0.997302175 304.308929443\n0.996861577 -0.030265925 -0.073150352 -22.688596725 0.029004168 0.999412656 -0.018250203 -3.036580563 0.073659748 0.016071260 0.997153938 306.030761719\n0.996716201 -0.031225394 -0.074711494 -22.817043304 0.030003322 0.999397933 -0.017424317 -3.064831257 0.075210586 0.015125506 0.997052968 307.723144531\n0.996497571 -0.032460168 -0.077064283 -22.935205460 0.031370882 0.999390662 -0.015303873 -3.084875584 0.077514090 0.012832697 0.996908665 309.424835205\n0.996279478 -0.032950222 -0.079633750 -23.073429108 0.031753711 0.999363720 -0.016245447 -3.108138323 0.080118373 0.013656339 0.996691823 311.135040283\n0.996067166 -0.032342151 -0.082487471 -23.202905655 0.031172303 0.999394894 -0.015431112 -3.131266117 0.082936630 0.012799099 0.996472657 312.821655273\n0.995899618 -0.031442538 -0.084825091 -23.349422455 0.030377185 0.999442935 -0.013821344 -3.149443150 0.085212417 0.011187924 0.996299982 314.535247803\n0.995742142 -0.029604554 -0.087299116 -23.511276245 0.028487733 0.999495924 -0.014011544 -3.167827845 0.087669916 0.011464932 0.996083617 316.239929199\n0.995415747 -0.031053953 -0.090460517 -23.656389236 0.029691584 0.999425113 -0.016367681 -3.186201572 0.090916790 0.013606732 0.995765507 317.982208252\n0.995128512 -0.031572253 -0.093393713 -23.822751999 0.030051490 0.999392569 -0.017645495 -3.206175804 0.093894094 0.014752915 0.995472848 319.711883545\n0.994761288 -0.033236433 -0.096671335 -23.983293533 0.031851746 0.999367177 -0.015832180 -3.231014490 0.097136363 0.012670089 0.995190442 321.415374756\n0.994438350 -0.033000346 -0.100017004 -24.149091721 0.031937331 0.999415278 -0.012211397 -3.251230717 0.100361496 0.008949206 0.994910777 323.128021240\n0.994108975 -0.032604542 -0.103364699 -24.327690125 0.031624805 0.999438107 -0.011103587 -3.272064924 0.103668652 0.007769287 0.994581521 324.830230713\n0.993867397 -0.030044222 -0.106418476 -24.505765915 0.028868970 0.999504209 -0.012567352 -3.285879374 0.106743291 0.009418089 0.994242013 326.542022705\n0.993655920 -0.027606836 -0.109021679 -24.692512512 0.026257971 0.999560118 -0.013789020 -3.303594112 0.109354392 0.010838854 0.993943751 328.239318848\n0.993384004 -0.026975460 -0.111626968 -24.876976013 0.025462620 0.999563873 -0.014956409 -3.320877075 0.111981742 0.012015142 0.993637621 329.940917969\n0.993074417 -0.026765771 -0.114397317 -25.072584152 0.025094625 0.999556661 -0.016023746 -3.343067646 0.114775486 0.013042014 0.993305862 331.638275146\n0.992695332 -0.030736227 -0.116667181 -25.253602982 0.029011611 0.999443650 -0.016452245 -3.363218546 0.117107958 0.012947365 0.993034780 333.388122559\n0.992282391 -0.031865802 -0.119834110 -25.452476501 0.030259686 0.999426484 -0.015199139 -3.379663229 0.120249718 0.011455695 0.992677569 335.101074219\n0.991982996 -0.033923991 -0.121732771 -25.653661728 0.032555740 0.999382615 -0.013211755 -3.406855345 0.122105807 0.009142736 0.992474973 336.799560547\n0.991643608 -0.033458833 -0.124593422 -25.840631485 0.032198217 0.999408007 -0.012118382 -3.427573681 0.124925137 0.008005431 0.992133856 338.463378906\n0.991378725 -0.033096667 -0.126778826 -26.047372818 0.031694256 0.999412239 -0.013063734 -3.441993952 0.127136678 0.008932947 0.991844952 340.146545410\n0.991177797 -0.033401046 -0.128261119 -26.254604340 0.031680752 0.999378920 -0.015429818 -3.465564013 0.128696829 0.011230284 0.991620421 341.832489014\n0.991114914 -0.033230584 -0.128790304 -26.483686447 0.031379860 0.999373436 -0.016373234 -3.491042137 0.129253700 0.012186334 0.991536677 343.507141113\n0.991049051 -0.032312218 -0.129528642 -26.708745956 0.030507179 0.999408126 -0.015895946 -3.513100386 0.129965603 0.011802110 0.991448283 345.171875000\n0.990989387 -0.031571321 -0.130166233 -26.926656723 0.029696835 0.999425769 -0.016317165 -3.529458046 0.130606636 0.012304612 0.991357923 346.841278076\n0.991009533 -0.029949471 -0.130395994 -27.145185471 0.028084336 0.999475598 -0.016119514 -3.561277866 0.130810380 0.012312507 0.991330922 348.504302979\n0.990994632 -0.029079309 -0.130705908 -27.360321045 0.027140351 0.999493957 -0.016591841 -3.584107876 0.131122246 0.012895023 0.991282344 350.179382324\n0.990973592 -0.028266536 -0.131043494 -27.576436996 0.026207279 0.999504864 -0.017412687 -3.608050346 0.131470814 0.013821218 0.991223693 351.836791992\n0.990912616 -0.028981119 -0.131347954 -27.798206329 0.026831454 0.999475956 -0.018106919 -3.630258083 0.131803870 0.014418118 0.991170943 353.503234863\n0.990839124 -0.028997170 -0.131897613 -28.008638382 0.026841879 0.999476016 -0.018089721 -3.651004076 0.132353052 0.014383623 0.991098285 355.179443359\n0.990839243 -0.029322758 -0.131824926 -28.234668732 0.027279722 0.999478519 -0.017277831 -3.680276871 0.132262811 0.013523405 0.991122425 356.842102051\n0.990707934 -0.029128797 -0.132850662 -28.452362061 0.027161907 0.999493301 -0.016593983 -3.700606108 0.133266702 0.012831314 0.990997136 358.505065918\n0.990576148 -0.030148681 -0.133603856 -28.667634964 0.028258616 0.999472260 -0.016020933 -3.734096289 0.134016365 0.012094494 0.990905285 360.199920654\n0.990358531 -0.029787665 -0.135287553 -28.885551453 0.028120482 0.999503434 -0.014217968 -3.763192892 0.135643899 0.010276535 0.990704358 361.877349854\n0.990268886 -0.030300997 -0.135828719 -29.145605087 0.028811049 0.999501348 -0.012922183 -3.778073311 0.136152536 0.008883067 0.990648031 363.529693604\n0.990107179 -0.029765802 -0.137119666 -29.383583069 0.028547155 0.999533594 -0.010845830 -3.796726227 0.137378559 0.006824158 0.990495086 365.215179443\n0.990022540 -0.029813351 -0.137719154 -29.630193710 0.028547037 0.999530137 -0.011161362 -3.819104195 0.137987196 0.007118526 0.990408421 366.869140625\n0.989858449 -0.029932549 -0.138867989 -29.862554550 0.028585389 0.999523044 -0.011685809 -3.832887173 0.139151543 0.007597701 0.990241945 368.526947021\n0.989669502 -0.031125678 -0.139947981 -30.100395203 0.029620856 0.999478936 -0.012823353 -3.847112656 0.140274197 0.008545502 0.990075827 370.175323486\n0.989423573 -0.032878466 -0.141279981 -30.333263397 0.031275872 0.999418974 -0.013549528 -3.864379168 0.141643375 0.008987567 0.989876926 371.826171875\n0.989099026 -0.035759933 -0.142843753 -30.562488556 0.034224123 0.999327064 -0.013194987 -3.882448673 0.143219486 0.008162446 0.989657283 373.489868164\n0.988749146 -0.037443846 -0.144820988 -30.792650223 0.036361586 0.999287546 -0.010113746 -3.892508984 0.145096496 0.004734037 0.989406168 375.158538818\n0.988505125 -0.039606024 -0.145907268 -31.036905289 0.038500961 0.999204516 -0.010390997 -3.903058529 0.146202743 0.004653984 0.989243686 376.836242676\n0.988203764 -0.043378346 -0.146872848 -31.286592484 0.042133670 0.999044895 -0.011576415 -3.914779186 0.147234738 0.005251564 0.989087641 378.511077881\n0.987837374 -0.046329744 -0.148428068 -31.530179977 0.045150630 0.998916209 -0.011305477 -3.929617643 0.148790985 0.004466351 0.988858581 380.179595947\n0.987550974 -0.048825189 -0.149529696 -31.782419205 0.047303963 0.998786390 -0.013715398 -3.949856758 0.150017872 0.006471309 0.988662124 381.821624756\n0.987439036 -0.046975352 -0.150855720 -32.030487061 0.045075387 0.998855591 -0.015991429 -3.973630905 0.151434287 0.008990682 0.988426447 383.477264404\n0.987514138 -0.044171356 -0.151211038 -32.289573669 0.042095684 0.998970628 -0.016902246 -3.996802568 0.151801974 0.010325875 0.988357008 385.120330811\n0.987533748 -0.041391343 -0.151867792 -32.552429199 0.039292607 0.999086559 -0.016795931 -4.019567013 0.152424276 0.010619269 0.988258123 386.761993408\n0.987559974 -0.040653750 -0.151896745 -32.816665649 0.038605876 0.999119818 -0.016408186 -4.043572426 0.152430102 0.010339961 0.988260150 388.407135010\n0.987521946 -0.040363636 -0.152220875 -33.076400757 0.038448595 0.999140263 -0.015504459 -4.064323425 0.152715832 0.009458315 0.988224864 390.060638428\n0.987403989 -0.040805269 -0.152866915 -33.325080872 0.038809203 0.999118209 -0.016019989 -4.088793278 0.153385818 0.009885557 0.988116920 391.702880859\n0.987358630 -0.039895032 -0.153399199 -33.573974609 0.037993643 0.999160707 -0.015307759 -4.115714073 0.153881162 0.009286054 0.988045752 393.357421875\n0.987435579 -0.038502328 -0.153259918 -33.845680237 0.036667384 0.999218166 -0.014782394 -4.134682178 0.153709248 0.008977022 0.988075316 395.020233154\n0.987468421 -0.038432736 -0.153065309 -34.098701477 0.036768191 0.999230027 -0.013691655 -4.155498981 0.153473660 0.007892144 0.988121212 396.668701172\n0.987424076 -0.038156513 -0.153420448 -34.348522186 0.036538843 0.999243021 -0.013350897 -4.174175739 0.153813735 0.007577193 0.988070786 398.326385498\n0.987491369 -0.038962588 -0.152783379 -34.606651306 0.037208393 0.999204874 -0.014325118 -4.207498074 0.153220028 0.008461106 0.988155901 399.983581543\n0.987517715 -0.039439451 -0.152490437 -34.863719940 0.037580710 0.999180198 -0.015053414 -4.224966049 0.152959123 0.009134814 0.988190293 401.648437500\n0.987476707 -0.039844569 -0.152650654 -35.116924286 0.038084242 0.999170184 -0.014439517 -4.255348206 0.153099328 0.008445101 0.988174736 403.281005859\n0.987505674 -0.038311467 -0.152855486 -35.376159668 0.036800697 0.999241889 -0.012701690 -4.277977943 0.153226227 0.006917802 0.988166928 404.915283203\n0.987493098 -0.037460573 -0.153147414 -35.625782013 0.036010917 0.999276578 -0.012229656 -4.291617393 0.153494760 0.006561723 0.988127649 406.557128906\n0.987639785 -0.035732526 -0.152613401 -35.885562897 0.034133445 0.999331594 -0.013085988 -4.310438156 0.152978987 0.007715022 0.988199353 408.174255371\n0.987551332 -0.036009122 -0.153119907 -36.134250641 0.034095194 0.999304414 -0.015107891 -4.327741146 0.153557420 0.009699165 0.988092124 409.796997070\n0.987480998 -0.035810206 -0.153619170 -36.395755768 0.033791278 0.999305069 -0.015734199 -4.354387760 0.154075861 0.010346235 0.988004863 411.430938721\n0.987354696 -0.036531303 -0.154259995 -36.646141052 0.034492299 0.999278903 -0.015874662 -4.374732971 0.154728681 0.010353140 0.987902761 413.074981689\n0.987271965 -0.036951594 -0.154688865 -36.893604279 0.035013545 0.999270678 -0.015235456 -4.397727489 0.155139014 0.009625333 0.987845778 414.719360352\n0.987190425 -0.036697522 -0.155268669 -37.151569366 0.034699310 0.999276638 -0.015561078 -4.415592194 0.155727401 0.009974031 0.987749696 416.347961426\n0.987199843 -0.037336584 -0.155056193 -37.413261414 0.035214011 0.999244988 -0.016414240 -4.442031384 0.155551970 0.010743986 0.987769306 417.974029541\n0.987055421 -0.036712136 -0.156121120 -37.669044495 0.034426790 0.999257147 -0.017318051 -4.455273628 0.156640932 0.011719127 0.987586081 419.644195557\n0.987031639 -0.036977332 -0.156208724 -37.934967041 0.034707058 0.999248862 -0.017237149 -4.476779461 0.156728774 0.011592067 0.987573624 421.286773682\n0.986993730 -0.038052801 -0.156189993 -38.203487396 0.036066011 0.999228656 -0.015535720 -4.498118877 0.156660691 0.009700509 0.987604856 422.961700439\n0.986887991 -0.037546009 -0.156978846 -38.458873749 0.035859331 0.999264777 -0.013563996 -4.516341686 0.157372713 0.007756989 0.987508833 424.616638184\n0.986842573 -0.037631810 -0.157243624 -38.727096558 0.036082231 0.999268115 -0.012698689 -4.537406921 0.157606408 0.006857907 0.987478197 426.293579102\n0.986805439 -0.038280141 -0.157320082 -38.992897034 0.036767032 0.999245465 -0.012518105 -4.545065880 0.157680571 0.006568742 0.987468302 427.955261230\n0.986807704 -0.038322411 -0.157295749 -39.251407623 0.037053905 0.999252856 -0.010990117 -4.558050156 0.157599390 0.005016710 0.987490416 429.603057861\n0.986788988 -0.037287444 -0.157661304 -39.518665314 0.035684176 0.999278724 -0.012988571 -4.568603992 0.158031896 0.007190966 0.987407804 431.251251221\n0.986859858 -0.037111253 -0.157259136 -39.780059814 0.035009570 0.999257028 -0.016114432 -4.587556839 0.157740325 0.010397112 0.987425864 432.890380859\n0.987005830 -0.036415875 -0.156503603 -40.051715851 0.033984594 0.999256909 -0.018183749 -4.610214233 0.157049492 0.012628755 0.987509966 434.531982422\n0.986911237 -0.036866188 -0.156993911 -40.306285858 0.034537069 0.999249518 -0.017538890 -4.628733635 0.157522678 0.011887218 0.987443805 436.171600342\n0.986832619 -0.037733108 -0.157281727 -40.570800781 0.035474915 0.999223530 -0.017141266 -4.654677391 0.157806396 0.011336005 0.987405002 437.839752197\n0.986801982 -0.038684741 -0.157242954 -40.840793610 0.036723312 0.999207377 -0.015361195 -4.676371098 0.157712564 0.009383976 0.987440467 439.507385254\n0.986825883 -0.038428750 -0.157155663 -41.109958649 0.036534272 0.999220908 -0.014926873 -4.693903923 0.157606855 0.008988657 0.987461030 441.175231934\n0.986862361 -0.037823897 -0.157073274 -41.379589081 0.035916913 0.999242783 -0.014962487 -4.708897591 0.157520264 0.009124329 0.987473607 442.840332031\n0.986862838 -0.037486479 -0.157151118 -41.652900696 0.035120521 0.999224424 -0.017806228 -4.727092266 0.157696739 0.012053075 0.987414002 444.506286621\n0.986678720 -0.039669748 -0.157770306 -41.915306091 0.037253514 0.999139309 -0.018243963 -4.749341488 0.158358246 0.012123431 0.987307310 446.184875488\n0.986446142 -0.042467762 -0.158494323 -42.187934875 0.040472504 0.999055743 -0.015796889 -4.768686771 0.159015536 0.009168118 0.987233520 447.866760254\n0.986251712 -0.044174939 -0.159236267 -42.455520630 0.042691596 0.999007225 -0.012725911 -4.786967754 0.159640342 0.005752902 0.987158477 449.533538818\n0.986179531 -0.043418031 -0.159890175 -42.728607178 0.042305913 0.999051034 -0.010354656 -4.802213669 0.160188019 0.003447250 0.987080514 451.204986572\n0.986078322 -0.043113556 -0.160594970 -43.008731842 0.041789744 0.999058962 -0.011613213 -4.811862946 0.160944521 0.004740317 0.986952066 452.886993408\n0.985960782 -0.043633394 -0.161175147 -43.287815094 0.042219989 0.999034047 -0.012185462 -4.824115276 0.161551148 0.005209575 0.986850619 454.555847168\n0.985770047 -0.045128226 -0.161928669 -43.570232391 0.043619365 0.998965442 -0.012862916 -4.835006714 0.162341624 0.005616652 0.986718655 456.257446289\n0.985640824 -0.046375494 -0.162362263 -43.860900879 0.044766083 0.998905480 -0.013558914 -4.848925114 0.162813351 0.006095896 0.986638069 457.914215088\n0.985529602 -0.046639178 -0.162960634 -44.144191742 0.044989917 0.998892128 -0.013798501 -4.867180347 0.163423643 0.006267247 0.986536086 459.584289551\n0.985441089 -0.045776926 -0.163738444 -44.430877686 0.043735228 0.998914182 -0.016054418 -4.886658192 0.164295569 0.008659546 0.986373127 461.263732910\n0.985469520 -0.042383742 -0.164479464 -44.715682983 0.040373564 0.999063671 -0.015546871 -4.906582832 0.164984405 0.008680345 0.986257970 462.964782715\n0.985535502 -0.040219434 -0.164627373 -45.013278961 0.038644027 0.999171555 -0.012762479 -4.918540955 0.165004283 0.006216011 0.986273289 464.660766602\n0.985613406 -0.039704688 -0.164285466 -45.308761597 0.038395513 0.999200523 -0.011138011 -4.931962967 0.164596364 0.004669948 0.986349940 466.349609375\n0.985543847 -0.040164523 -0.164590731 -45.608730316 0.038792301 0.999180615 -0.011544373 -4.945972443 0.164919540 0.004992633 0.986294389 468.030151367\n0.985426128 -0.041566487 -0.164947212 -45.890403748 0.040079899 0.999120355 -0.012332087 -4.962467194 0.165314719 0.005541293 0.986225307 469.717742920\n0.985470712 -0.041015748 -0.164818779 -46.185962677 0.039505795 0.999142051 -0.012430340 -4.976849079 0.165187210 0.005738439 0.986245513 471.413452148\n0.985369623 -0.041262474 -0.165360466 -46.470050812 0.039754875 0.999132276 -0.012417863 -4.993562222 0.165729374 0.005662301 0.986155033 473.099029541\n0.985250473 -0.041771453 -0.165941715 -46.755313873 0.040026657 0.999102652 -0.013846354 -5.012671947 0.166371182 0.007000034 0.986038327 474.807128906\n0.985176861 -0.042682391 -0.166146934 -47.045562744 0.040876858 0.999062240 -0.014273103 -5.025815010 0.166600332 0.007269967 0.985997736 476.501495361\n0.985025465 -0.043684166 -0.166782767 -47.338943481 0.042122751 0.999029279 -0.012889677 -5.042710304 0.167183936 0.005671311 0.985909402 478.197021484\n0.984993637 -0.043428615 -0.167037278 -47.630359650 0.041964486 0.999043524 -0.012286627 -5.055518627 0.167411119 0.005092616 0.985873997 479.867126465\n0.984921634 -0.044109095 -0.167283311 -47.914077759 0.042609930 0.999013066 -0.012542296 -5.070975304 0.167671442 0.005225249 0.985829055 481.559417725\n0.984789073 -0.045558985 -0.167674825 -48.202766418 0.043983195 0.998946369 -0.013101639 -5.084728718 0.168095052 0.005527477 0.985755265 483.242065430\n0.984398246 -0.047516596 -0.169417322 -48.478336334 0.045791443 0.998851836 -0.014077804 -5.096837044 0.169891730 0.006100302 0.985443830 484.933044434\n0.984049320 -0.048827402 -0.171063960 -48.767726898 0.047161471 0.998792052 -0.013791402 -5.111158848 0.171530724 0.005503792 0.985163391 486.634704590\n0.983795047 -0.048319865 -0.172662809 -49.059509277 0.046955526 0.998825133 -0.011979889 -5.125283241 0.173038825 0.003678284 0.984908164 488.333404541\n0.983599663 -0.048048787 -0.173847571 -49.373912811 0.046008099 0.998816848 -0.015751651 -5.135890007 0.174398735 0.007494922 0.984646618 490.042877197\n0.983365536 -0.047761913 -0.175245717 -49.671554565 0.045285739 0.998809993 -0.018103963 -5.158036709 0.175901845 0.009866680 0.984358251 491.743225098\n0.983178675 -0.047611192 -0.176331609 -49.979141235 0.045311648 0.998827457 -0.017046951 -5.181669235 0.176936477 0.008770323 0.984183192 493.451293945\n0.983016789 -0.046908874 -0.177419126 -50.298233032 0.045262687 0.998886347 -0.013316780 -5.198429108 0.177846223 0.005060152 0.984045267 495.155456543\n0.982909620 -0.046948377 -0.178001627 -50.624530792 0.045473974 0.998889089 -0.012356173 -5.211115360 0.178383991 0.004050560 0.983952641 496.891143799\n0.982703745 -0.047928020 -0.178875089 -50.927341461 0.046504706 0.998844266 -0.012144104 -5.224769592 0.179250404 0.003615522 0.983796835 498.602813721\n0.982403994 -0.050519232 -0.179806009 -51.241035461 0.049249046 0.998720050 -0.011524147 -5.236613274 0.180158049 0.002466095 0.983634591 500.329711914\n0.982120812 -0.051696990 -0.181014076 -51.568763733 0.050707515 0.998662531 -0.010092806 -5.245390892 0.181293741 0.000733582 0.983428717 502.045989990\n0.981759548 -0.053399317 -0.182473809 -51.900978088 0.052412353 0.998573124 -0.010230474 -5.256971359 0.182759732 0.000479985 0.983157516 503.781860352\n0.981393874 -0.053600803 -0.184372067 -52.227603912 0.052626930 0.998562396 -0.010175098 -5.268839836 0.184652403 0.000282843 0.982803822 505.527404785\n0.981061876 -0.055790916 -0.185485736 -52.564067841 0.054558624 0.998441517 -0.011745273 -5.285581589 0.185851932 0.001402994 0.982576787 507.249206543\n0.980586708 -0.057690762 -0.187407359 -52.889862061 0.056027491 0.998328745 -0.014164515 -5.301314354 0.187911317 0.003389572 0.982180178 508.976348877\n0.980216920 -0.059565593 -0.188750312 -53.230953217 0.057267696 0.998203516 -0.017609626 -5.315815449 0.189460158 0.006451960 0.981867194 510.703338623\n0.980100334 -0.057900812 -0.189870507 -53.570274353 0.055365607 0.998292267 -0.018634176 -5.342047691 0.190625191 0.007751066 0.981632292 512.434936523\n0.980214298 -0.053083859 -0.190688208 -53.928295135 0.050700124 0.998562992 -0.017361285 -5.365830421 0.191335782 0.007349866 0.981497109 514.170715332\n0.980407834 -0.046522588 -0.191405609 -54.280338287 0.044068404 0.998882830 -0.017061176 -5.385166168 0.191985518 0.008291970 0.981362700 515.906005859\n0.980545819 -0.041889336 -0.191768497 -54.626438141 0.039393548 0.999082386 -0.016810469 -5.405011177 0.192296699 0.008928994 0.981296182 517.646667480\n0.980835617 -0.038646180 -0.190965757 -54.980792999 0.036482498 0.999224186 -0.014834416 -5.432760715 0.191390902 0.007583217 0.981484592 519.376708984\n0.980913579 -0.038591500 -0.190576226 -55.314971924 0.036401961 0.999224961 -0.014977815 -5.453396797 0.191006541 0.007754595 0.981558144 521.120971680\n0.980932295 -0.040025275 -0.190183580 -55.643417358 0.037898473 0.999171853 -0.014808281 -5.475755215 0.190618798 0.007318253 0.981636882 522.858154297\n0.981021106 -0.040599216 -0.189602882 -55.971027374 0.038572177 0.999152482 -0.014370489 -5.487957001 0.190025613 0.006784358 0.981755674 524.593383789\n0.981145322 -0.040804885 -0.188914895 -56.306152344 0.038912881 0.999148488 -0.013714902 -5.507139206 0.189313665 0.006105090 0.981897712 526.328186035\n0.981408536 -0.040874675 -0.187527597 -56.635356903 0.039159372 0.999150455 -0.012844026 -5.522928715 0.187893271 0.005261773 0.982175350 528.057373047\n0.981609464 -0.040725790 -0.186505571 -56.964878082 0.039125219 0.999159157 -0.012256269 -5.542505741 0.186847895 0.004733799 0.982377470 529.781677246\n0.981747508 -0.041238800 -0.185664147 -57.284885406 0.039495274 0.999134123 -0.013081181 -5.560337067 0.186042845 0.005509560 0.982526183 531.508422852\n0.981998801 -0.042043231 -0.184148550 -57.616947174 0.039990377 0.999089718 -0.014849193 -5.578782082 0.184605241 0.007217720 0.982786238 533.250366211\n0.981984854 -0.042216212 -0.184183300 -57.932346344 0.040154058 0.999082208 -0.014913335 -5.601308823 0.184643835 0.007248964 0.982778788 534.988403320\n0.982177079 -0.043795399 -0.182784379 -58.269020081 0.041885678 0.999020100 -0.014297351 -5.621788979 0.183231428 0.006386484 0.983049035 536.731933594\n0.982235730 -0.043977056 -0.182425305 -58.605239868 0.041986745 0.999009132 -0.014760014 -5.636826515 0.182893649 0.006838369 0.983108938 538.463806152\n0.982208192 -0.045464247 -0.182208985 -58.907295227 0.043218233 0.998933017 -0.016280405 -5.671167850 0.182754740 0.008115998 0.983125031 540.209167480\n0.982239842 -0.045676325 -0.181985170 -59.239139557 0.043581728 0.998929679 -0.015494288 -5.687068939 0.182498112 0.007287879 0.983179212 541.936401367\n0.982429028 -0.045653310 -0.180966944 -59.578590393 0.044060223 0.998946667 -0.012815502 -5.712798595 0.181361392 0.004616877 0.983405650 543.684936523\n0.982301235 -0.046977032 -0.181321517 -59.899154663 0.045577038 0.998890162 -0.011882295 -5.725087643 0.181678474 0.003407896 0.983352065 545.422424316\n0.982434988 -0.047806557 -0.180377588 -60.232219696 0.046449300 0.998851597 -0.011743365 -5.741456985 0.180731863 0.003158680 0.983527362 547.155456543\n0.982426763 -0.048347153 -0.180278227 -60.561393738 0.047073256 0.998827040 -0.011340355 -5.753326416 0.180615053 0.002654784 0.983550310 548.894226074\n0.982581615 -0.047266949 -0.179719850 -60.882354736 0.045737598 0.998873413 -0.012646229 -5.770805359 0.180115134 0.004205999 0.983636558 550.636108398\n0.982552111 -0.047285225 -0.179876238 -61.186347961 0.045320351 0.998859584 -0.015019736 -5.789149284 0.180381313 0.006605620 0.983574569 552.407226562\n0.982836008 -0.046733994 -0.178463742 -61.538150787 0.044727430 0.998882771 -0.015252708 -5.808023453 0.178977177 0.007008687 0.983828247 554.119018555\n0.982800722 -0.046353389 -0.178757161 -61.852504730 0.044797815 0.998914957 -0.012731059 -5.815294266 0.179153338 0.004504165 0.983810842 555.869079590\n0.982849479 -0.047175493 -0.178273499 -62.188308716 0.045642272 0.998877168 -0.012694201 -5.848969460 0.178672180 0.004339681 0.983899117 557.614990234\n0.982952416 -0.045460023 -0.178151593 -62.509075165 0.043593328 0.998945832 -0.014380659 -5.867072105 0.178617537 0.006369284 0.983897984 559.364929199\n0.982955694 -0.044614721 -0.178347051 -62.827949524 0.042862315 0.998987496 -0.013668797 -5.884988785 0.178776309 0.005791454 0.983872712 561.101196289\n0.982981443 -0.044414625 -0.178255081 -63.149345398 0.042663049 0.998996258 -0.013649319 -5.897907257 0.178682387 0.005812122 0.983889639 562.845825195\n0.983007491 -0.046342991 -0.177619189 -63.493713379 0.044499412 0.998906314 -0.014351209 -5.928584099 0.178090006 0.006203396 0.983994663 564.608947754\n0.982712150 -0.047329787 -0.178988189 -63.794170380 0.045550972 0.998863399 -0.014037230 -5.940510750 0.179449126 0.005641471 0.983751059 566.358642578\n0.982405722 -0.048393223 -0.180380404 -64.121589661 0.046829570 0.998819351 -0.012919631 -5.965072155 0.180792660 0.004245182 0.983512044 568.111755371\n0.982068181 -0.049336411 -0.181955993 -64.446647644 0.047779605 0.998774171 -0.012932259 -5.982504845 0.182370976 0.004006574 0.983221650 569.841674805\n0.981716335 -0.050041415 -0.183654234 -64.771820068 0.048500404 0.998740137 -0.012876012 -5.999362946 0.184067205 0.003733288 0.982906580 571.552062988\n0.981398702 -0.049562324 -0.185472667 -65.095184326 0.048147537 0.998766601 -0.012127184 -6.014123917 0.185844958 0.002971552 0.982574582 573.259704590\n0.981053889 -0.049609024 -0.187275752 -65.413841248 0.048117526 0.998763382 -0.012504503 -6.026695251 0.187664509 0.003256347 0.982227802 575.021118164\n0.980727792 -0.050155796 -0.188831642 -65.744514465 0.048313696 0.998729169 -0.014348619 -6.046119213 0.189311340 0.004948936 0.981904626 576.728637695\n0.980517685 -0.049981084 -0.189965814 -66.082748413 0.048113327 0.998737574 -0.014434265 -6.070977211 0.190447435 0.005013165 0.981684566 578.496520996\n0.980416954 -0.049610112 -0.190581754 -66.434875488 0.047789212 0.998757362 -0.014141485 -6.081830978 0.191046476 0.004756802 0.981569469 580.236694336\n0.980185747 -0.049090613 -0.191901132 -66.769256592 0.046908088 0.998772621 -0.015902570 -6.103714466 0.192446262 0.006585756 0.981285393 581.981689453\n0.979950130 -0.048802312 -0.193173572 -67.106391907 0.046534523 0.998784304 -0.016262414 -6.118917465 0.193732366 0.006947116 0.981029809 583.707519531\n0.979936123 -0.048616521 -0.193291605 -67.454093933 0.046402670 0.998795211 -0.015967047 -6.152580261 0.193834990 0.006677439 0.981011450 585.407409668\n0.979857624 -0.048069470 -0.193825513 -67.801292419 0.045813486 0.998820126 -0.016107574 -6.170458794 0.194371104 0.006903308 0.980903804 587.150573730\n0.979650557 -0.047336582 -0.195048928 -68.140792847 0.045238730 0.998860598 -0.015198754 -6.192186356 0.195546135 0.006065701 0.980675757 588.891845703\n0.979613185 -0.046471890 -0.195443973 -68.486648560 0.044293690 0.998898268 -0.015503194 -6.210828781 0.195949107 0.006530199 0.980592310 590.611816406\n0.979407668 -0.045802582 -0.196628317 -68.823890686 0.043618143 0.998929143 -0.015428035 -6.225260735 0.197124392 0.006533774 0.980356693 592.362670898\n0.979290307 -0.048007712 -0.196686849 -69.172508240 0.045881603 0.998828888 -0.015354754 -6.260047913 0.197193652 0.006012455 0.980346143 594.086242676\n0.978912711 -0.048254080 -0.198498055 -69.513137817 0.046255898 0.998821557 -0.014693982 -6.272623062 0.198973179 0.005202420 0.979991138 595.824584961\n0.978900254 -0.049312312 -0.198299214 -69.869903564 0.047070619 0.998763323 -0.016005542 -6.292148113 0.198843241 0.006333762 0.980010867 597.517883301\n0.978722394 -0.049767572 -0.199061990 -70.229522705 0.047292821 0.998733461 -0.017170517 -6.313858509 0.199664399 0.007390967 0.979836464 599.238830566\n0.978487790 -0.049294140 -0.200329140 -70.556793213 0.046804719 0.998756886 -0.017146865 -6.332558632 0.200925350 0.007401651 0.979578614 600.993530273\n0.978493392 -0.048114453 -0.200588286 -70.924987793 0.046144731 0.998829722 -0.014486531 -6.354884148 0.201050550 0.004918882 0.979568541 602.718444824\n0.978206754 -0.048441727 -0.201903224 -71.266960144 0.046641763 0.998818219 -0.013665895 -6.372534275 0.202326611 0.003950949 0.979310155 604.484069824\n0.977889240 -0.050539885 -0.202924401 -71.609741211 0.048281450 0.998704553 -0.016067578 -6.386006355 0.203473568 0.005914829 0.979062557 606.219482422\n0.977663994 -0.051385116 -0.203795567 -71.971946716 0.048982982 0.998658001 -0.016817139 -6.407526970 0.204386234 0.006458998 0.978869021 607.962341309\n0.977516413 -0.051194675 -0.204550073 -72.324623108 0.049189784 0.998678625 -0.014877549 -6.432238579 0.205041438 0.004481275 0.978743017 609.679992676\n0.977333724 -0.050443579 -0.205606937 -72.683502197 0.048470858 0.998717546 -0.014623453 -6.446912766 0.206080914 0.004326050 0.978525400 611.424804688\n0.977317989 -0.050835624 -0.205585241 -73.058517456 0.048415940 0.998686194 -0.016786553 -6.486537457 0.206168503 0.006452197 0.978495240 613.164916992\n0.977119029 -0.052280072 -0.206167951 -73.417175293 0.049508281 0.998600781 -0.018584069 -6.508193970 0.206851050 0.007951828 0.978340149 614.911804199\n0.976955771 -0.054909162 -0.206258133 -73.784301758 0.052301209 0.998467684 -0.018079553 -6.548407555 0.206934810 0.006875373 0.978330553 616.653930664\n0.976762772 -0.055432986 -0.207030550 -74.139312744 0.053238869 0.998451054 -0.016158879 -6.565006256 0.207605615 0.004761320 0.978201032 618.425720215\n0.976763785 -0.055348944 -0.207048327 -74.512336731 0.053720057 0.998464942 -0.013485619 -6.597649574 0.207476914 0.002049617 0.978237748 620.130126953\n0.976941466 -0.053518254 -0.206690878 -74.884826660 0.052062839 0.998565853 -0.012478312 -6.611497402 0.207062274 0.001429666 0.978326738 621.849426270\n0.977047205 -0.053871542 -0.206098616 -75.236755371 0.052535184 0.998547494 -0.011955158 -6.639389992 0.206443295 0.000853326 0.978458166 623.590820312\n0.977166355 -0.053430032 -0.205648080 -75.600120544 0.052352153 0.998571515 -0.010683035 -6.661931038 0.205925107 -0.000327017 0.978567719 625.285217285\n0.977104485 -0.053803597 -0.205844492 -75.956367493 0.052495558 0.998551250 -0.011814754 -6.677959442 0.206181958 0.000738327 0.978513360 627.004028320\n0.977168500 -0.053191990 -0.205699608 -76.315872192 0.051706716 0.998582900 -0.012593308 -6.691202641 0.206077978 0.001669734 0.978534162 628.685607910\n0.977205455 -0.054452255 -0.205193639 -76.671134949 0.053146467 0.998516142 -0.011873835 -6.728312969 0.205535710 0.000697859 0.978649378 630.419250488\n0.977150619 -0.056333411 -0.204946786 -77.032546997 0.054541536 0.998407841 -0.014386290 -6.750901222 0.205430910 0.002879461 0.978667378 632.132995605\n0.977290332 -0.058154754 -0.203768685 -77.391113281 0.055855971 0.998293757 -0.017019449 -6.781553268 0.204410762 0.005251244 0.978871107 633.787597656\n0.977166235 -0.058154821 -0.204362780 -77.733535767 0.056012787 0.998297691 -0.016255507 -6.800604820 0.204960227 0.004437406 0.978760242 635.480773926\n0.977415740 -0.056831069 -0.203540325 -78.102836609 0.055160940 0.998381078 -0.013873875 -6.821402550 0.203999281 0.002333070 0.978968263 637.160034180\n0.977615178 -0.055649973 -0.202908024 -78.454666138 0.054393910 0.998450220 -0.011766003 -6.836909294 0.203248337 0.000465663 0.979127109 638.843688965\n0.977859974 -0.052934300 -0.202454448 -78.814575195 0.051699143 0.998597801 -0.011388005 -6.855760574 0.202773377 0.000669154 0.979225457 640.530212402\n0.978137493 -0.050874643 -0.201640248 -79.205810547 0.049625024 0.998704553 -0.011250925 -6.846878052 0.201951414 0.000998550 0.979395032 642.276794434\n0.978084505 -0.053397845 -0.201244667 -79.540061951 0.051936544 0.998571694 -0.012538218 -6.865930557 0.201626748 0.001811484 0.979460776 643.932678223\n0.978005528 -0.057080969 -0.200616315 -79.889007568 0.055197794 0.998363197 -0.014972801 -6.881799698 0.201142594 0.003569904 0.979555488 645.616760254\n0.977634430 -0.062486015 -0.200814247 -80.210891724 0.059979223 0.998027265 -0.018549452 -6.906788826 0.201577172 0.006089901 0.979453683 647.307556152\n0.977454722 -0.067762040 -0.199976489 -80.554939270 0.064429708 0.997654080 -0.023132471 -6.930043221 0.201074868 0.009726515 0.979527593 648.979675293\n0.977521956 -0.067957006 -0.199581325 -80.899383545 0.064509086 0.997634768 -0.023735803 -6.963092804 0.200722292 0.010327458 0.979593754 650.632568359\n0.977784395 -0.066013746 -0.198946744 -81.245834351 0.063345380 0.997796118 -0.019754695 -6.992427826 0.199812368 0.006713475 0.979811192 652.287353516\n0.978190005 -0.062606633 -0.198052227 -81.584587097 0.060097683 0.998018086 -0.018659687 -7.014872551 0.198827922 0.006350238 0.980013847 653.966552734\n0.978443384 -0.061410706 -0.197173163 -81.933395386 0.058514997 0.998076320 -0.020484341 -7.044209957 0.198051840 0.008505180 0.980154634 655.602416992\n0.978628159 -0.060573027 -0.196514070 -82.270896912 0.057145324 0.998099267 -0.023071464 -7.074621201 0.197538048 0.011348526 0.980229557 657.246948242\n0.978749216 -0.060223464 -0.196018204 -82.605751038 0.056616455 0.998108506 -0.023958180 -7.100198269 0.197090283 0.012351194 0.980307519 658.900451660\n0.978991747 -0.058757428 -0.195250377 -82.949821472 0.055205647 0.998196363 -0.023588056 -7.133749962 0.196284190 0.012313589 0.980469704 660.584899902\n0.979167342 -0.056172892 -0.195130393 -83.292381287 0.052761227 0.998350441 -0.022642089 -7.174020767 0.196080387 0.011875075 0.980515897 662.243041992\n0.979391515 -0.053851537 -0.194659352 -83.633537292 0.050848193 0.998498082 -0.020396499 -7.203469276 0.195465371 0.010078081 0.980658829 663.901672363\n0.979713261 -0.049381156 -0.194225222 -83.969100952 0.046803478 0.998744786 -0.017841050 -7.233071327 0.194862425 0.008388698 0.980794728 665.574951172\n0.979993165 -0.045728263 -0.193706796 -84.322143555 0.043599304 0.998932838 -0.015241816 -7.263499260 0.194197059 0.006491394 0.980941057 667.256103516\n0.980058908 -0.046872385 -0.193099737 -84.652893066 0.045560610 0.998898447 -0.011230839 -7.280140877 0.193413436 0.002209143 0.981114864 668.924621582\n0.980380893 -0.041379582 -0.192720085 -85.003684998 0.040608410 0.999143481 -0.007951608 -7.301376820 0.192884043 -0.000030451 0.981221557 670.587280273\n0.980691075 -0.039422523 -0.191548601 -85.344184875 0.036814116 0.999174833 -0.017158657 -7.316820145 0.192066982 0.009775648 0.981333137 672.243652344\n0.980921865 -0.038172662 -0.190617666 -85.671562195 0.032840908 0.998978078 -0.031053204 -7.348450661 0.191608250 0.024200711 0.981173098 673.901123047\n0.980965853 -0.039327338 -0.190156132 -85.998107910 0.033318792 0.998842418 -0.034693688 -7.392666817 0.191300422 0.027697552 0.981140673 675.578125000\n0.980634093 -0.042282566 -0.191229999 -86.318550110 0.037958484 0.998935223 -0.026220588 -7.439094543 0.192135066 0.018454002 0.981194973 677.247314453\n0.980196893 -0.045125470 -0.192815363 -86.630538940 0.042284355 0.998928189 -0.018826872 -7.473599911 0.193458274 0.010300969 0.981054425 678.931274414\n0.980123162 -0.046022944 -0.192977980 -86.960891724 0.043782577 0.998915195 -0.015860360 -7.502836227 0.193498567 0.007096033 0.981074870 680.584350586\n0.980113089 -0.047167096 -0.192752644 -87.293952942 0.045388505 0.998876333 -0.013635236 -7.523374557 0.193179190 0.004615319 0.981152654 682.248107910\n0.979999900 -0.049720503 -0.192686439 -87.624252319 0.048568580 0.998762548 -0.010700157 -7.541310310 0.192980006 0.001127647 0.981202066 683.914550781\n0.979780078 -0.051883742 -0.193233073 -87.953903198 0.051325634 0.998650730 -0.007896703 -7.559316635 0.193382069 -0.002180777 0.981121123 685.587768555\n0.979735374 -0.050003152 -0.193954349 -88.282379150 0.049347762 0.998747885 -0.008212226 -7.578265190 0.194122136 -0.001525404 0.980976164 687.237487793\n0.979899108 -0.045818690 -0.194160789 -88.617645264 0.044792183 0.998949468 -0.009676185 -7.592554092 0.194400162 0.000784799 0.980921984 688.884399414\n0.980160356 -0.042595975 -0.193575069 -88.951965332 0.041426357 0.999090612 -0.010087903 -7.611819267 0.193828747 0.001868652 0.981033623 690.504760742\n0.980132759 -0.042350959 -0.193768308 -89.285469055 0.041759547 0.999102175 -0.007137562 -7.627354622 0.193896621 -0.001095918 0.981021345 692.149780273\n0.979821265 -0.045065116 -0.194729120 -89.608055115 0.044772018 0.998979747 -0.005908535 -7.637127399 0.194796726 -0.002929107 0.980839252 693.798522949\n0.979634762 -0.045390584 -0.195589930 -89.938858032 0.044680212 0.998968959 -0.008044868 -7.652541637 0.195753425 -0.000857967 0.980652750 695.397033691\n0.979799926 -0.042890489 -0.195326611 -90.273155212 0.041311275 0.999072433 -0.012153578 -7.666916847 0.195666701 0.003838884 0.980662942 697.051635742\n0.979958057 -0.040823437 -0.194976151 -90.605155945 0.039184019 0.999156773 -0.012259546 -7.688857079 0.195312217 0.004373892 0.980731368 698.701110840\n0.979930997 -0.040279523 -0.195225015 -90.941955566 0.039347999 0.999188125 -0.008648968 -7.707214355 0.195414886 0.000793678 0.980720341 700.342224121\n0.979652345 -0.042848267 -0.196074709 -91.264328003 0.042869721 0.999072134 -0.004136623 -7.716835022 0.196070015 -0.004353215 0.980580211 701.964538574\n0.979463220 -0.043421455 -0.196891785 -91.588264465 0.042863924 0.999055743 -0.007094318 -7.725774765 0.197013915 -0.001490932 0.980399549 703.586914062\n0.979716480 -0.041183811 -0.196111009 -91.924911499 0.039149076 0.999131858 -0.014242248 -7.741720200 0.196527317 0.006275801 0.980478287 705.205444336\n0.980036974 -0.035850555 -0.195556432 -92.270729065 0.033452138 0.999319255 -0.015554677 -7.766285419 0.195980951 0.008702378 0.980569065 706.827697754\n0.980050385 -0.035634063 -0.195528790 -92.616851807 0.033644319 0.999342859 -0.013489163 -7.790929317 0.195880964 0.006641626 0.980605185 708.467041016\n0.979771554 -0.040890682 -0.195897177 -92.948081970 0.039482109 0.999158740 -0.011091707 -7.800448418 0.196185917 0.003132906 0.980561733 710.120666504\n0.979437232 -0.043942075 -0.196905583 -93.275718689 0.042230219 0.999024808 -0.012886254 -7.813260555 0.197279811 0.004305912 0.980337739 711.755493164\n0.979303479 -0.044306312 -0.197488472 -93.618927002 0.041902278 0.998988152 -0.016337324 -7.823748589 0.198012486 0.007723981 0.980169058 713.406982422\n0.979237437 -0.042978454 -0.198108241 -93.945625305 0.040556531 0.999044776 -0.016268527 -7.853992462 0.198618203 0.007896167 0.980045140 715.049865723\n0.979086936 -0.041499496 -0.199164733 -94.289688110 0.039948832 0.999132037 -0.011799762 -7.871987343 0.199481547 0.003596595 0.979894996 716.700561523\n0.978654504 -0.047577810 -0.199929222 -94.622138977 0.047040582 0.998865247 -0.007439354 -7.889349937 0.200056300 -0.002124229 0.979782104 718.341430664\n0.978103101 -0.048204090 -0.202461496 -94.947654724 0.047781035 0.998833477 -0.006979500 -7.900802135 0.202561751 -0.002847149 0.979265332 719.980163574\n0.977991939 -0.046062786 -0.203494430 -95.295356750 0.044771899 0.998937249 -0.010945152 -7.910572529 0.203782350 0.001593439 0.979014933 721.629943848\n0.978421450 -0.043621991 -0.201961994 -95.637771606 0.041469902 0.999028981 -0.014877039 -7.930006981 0.202414855 0.006180670 0.979280353 723.230468750\n0.978449166 -0.040800273 -0.202416748 -95.987121582 0.039532572 0.999165177 -0.010303491 -7.936178207 0.202668145 0.002079388 0.979245245 724.874877930\n0.978184998 -0.048778489 -0.201927751 -96.321777344 0.048877977 0.998794615 -0.004496604 -7.970774174 0.201903686 -0.005471309 0.979390085 726.500549316\n0.977816880 -0.050376538 -0.203313500 -96.659820557 0.051051993 0.998694122 -0.001924389 -7.977079868 0.203144938 -0.008497858 0.979111791 728.145324707\n0.977566600 -0.057901774 -0.202511549 -96.993927002 0.058250058 0.998292983 -0.004244816 -7.961136341 0.202411637 -0.007646719 0.979270697 729.767639160\n0.977836490 -0.050473463 -0.203194946 -97.338768005 0.051261269 0.998684287 -0.001387422 -7.959676743 0.202997640 -0.009059358 0.979137301 731.400878906\n0.978131056 -0.050204020 -0.201839477 -97.682174683 0.050703719 0.998710096 -0.002697086 -7.963243961 0.201714531 -0.007595907 0.979414880 733.060424805\n0.978555560 -0.044804815 -0.201051131 -98.042877197 0.045358349 0.998969078 -0.001855040 -7.962707520 0.200926974 -0.007304087 0.979578972 734.710693359\n0.978620350 -0.046685327 -0.200306416 -98.383140564 0.047457948 0.998872817 -0.000945494 -7.959742546 0.200124770 -0.008580851 0.979732871 736.339294434\n0.978590071 -0.049083348 -0.199880689 -98.726661682 0.049877230 0.998754799 -0.001064969 -7.952111244 0.199684069 -0.008927326 0.979819655 738.006103516\n0.978416324 -0.053649213 -0.199557513 -99.058479309 0.053960264 0.998535514 -0.003883811 -7.954410553 0.199473634 -0.006968192 0.979878426 739.664794922\n0.978253603 -0.057385776 -0.199315742 -99.411605835 0.057128906 0.998341978 -0.007044447 -7.962207794 0.199389517 -0.004495434 0.979910016 741.303649902\n0.978214979 -0.057891328 -0.199358970 -99.742736816 0.057518631 0.998314977 -0.007665527 -7.964447498 0.199466825 -0.003968321 0.979896545 742.985473633\n0.978245378 -0.056824613 -0.199516848 -100.089187622 0.056736574 0.998370171 -0.006163431 -7.963663101 0.199541897 -0.005290554 0.979875028 744.651184082\n0.978274345 -0.056212187 -0.199548140 -100.428382874 0.056497879 0.998393595 -0.004266949 -7.968170166 0.199467435 -0.007099799 0.979878724 746.352539062\n0.978327632 -0.053613231 -0.200001672 -100.779304504 0.053816129 0.998541057 -0.004425982 -7.964948654 0.199947163 -0.006433254 0.979785562 748.027099609\n0.978435218 -0.053348284 -0.199545696 -101.124122620 0.053348351 0.998561442 -0.005380392 -7.977215767 0.199545681 -0.005381069 0.979873776 749.698120117\n0.978448808 -0.052445449 -0.199718252 -101.477645874 0.051914610 0.998620272 -0.007897616 -7.987633705 0.199856892 -0.002640880 0.979821563 751.364501953\n0.978407919 -0.053997803 -0.199504703 -101.816276550 0.052526060 0.998539209 -0.012666401 -7.993677616 0.199897230 0.001913712 0.979815006 753.045532227\n0.978304088 -0.053924393 -0.200033292 -102.162162781 0.052540828 0.998543978 -0.012222835 -8.011707306 0.200401157 0.001447734 0.979712844 754.724609375\n0.978194058 -0.053781297 -0.200608879 -102.511962891 0.052788556 0.998552620 -0.010298650 -8.019855499 0.200872391 -0.000515775 0.979617298 756.430053711\n0.977980614 -0.053727731 -0.201661199 -102.859443665 0.052992430 0.998553932 -0.009047190 -8.029205322 0.201855659 -0.001838540 0.979413569 758.142639160\n0.977981806 -0.054153752 -0.201541334 -103.214546204 0.053103238 0.998532534 -0.010619559 -8.049682617 0.201820672 -0.000316762 0.979422450 759.773559570\n0.977820516 -0.053397432 -0.202523530 -103.559852600 0.052204657 0.998573244 -0.011230618 -8.059267044 0.202834263 0.000408859 0.979212999 761.474487305\n0.977658749 -0.053260271 -0.203338847 -103.919883728 0.052370086 0.998580039 -0.009759905 -8.067783356 0.203569934 -0.001107017 0.979059756 763.174804688\n0.977337599 -0.053424068 -0.204834163 -104.268249512 0.053141877 0.998563230 -0.006882424 -8.069824219 0.204907551 -0.004158819 0.978772521 764.865234375\n0.977121115 -0.055939212 -0.205195233 -104.627670288 0.056157324 0.998410583 -0.004765190 -8.087532043 0.205135643 -0.006867047 0.978709459 766.561584473\n0.976923287 -0.055662222 -0.206210062 -104.990028381 0.055655509 0.998432934 -0.005837902 -8.080642700 0.206211865 -0.005773543 0.978490353 768.279724121\n0.976845562 -0.054273095 -0.206947356 -105.348556519 0.053457037 0.998524606 -0.009537465 -8.092373848 0.207159653 -0.001746162 0.978305578 769.925231934\n0.976829112 -0.051173389 -0.207812771 -105.713294983 0.049949050 0.998689651 -0.011138145 -8.102123260 0.208110452 0.000500014 0.978105187 771.604370117\n0.976755440 -0.048694722 -0.208752453 -106.087242126 0.047888611 0.998812854 -0.008917049 -8.109563828 0.208938852 -0.001287088 0.977927864 773.317382812\n0.976488709 -0.048359711 -0.210074022 -106.451843262 0.048208483 0.998820186 -0.005843732 -8.110233307 0.210108772 -0.004421009 0.977668047 775.031250000\n0.976296186 -0.048486773 -0.210937977 -107.003952026 0.048514675 0.998809695 -0.005045894 -8.089879990 0.210931569 -0.005307300 0.977486432 776.979553223\n0.976075888 -0.050804980 -0.211411223 -107.403709412 0.051017977 0.998687804 -0.004450543 -8.088530540 0.211359918 -0.006441705 0.977387071 778.703491211\n0.975775659 -0.052621134 -0.212350830 -107.776626587 0.052552257 0.998600304 -0.005972517 -8.092326164 0.212367892 -0.005331677 0.977175236 780.394104004\n0.975480318 -0.055075489 -0.213084191 -108.152381897 0.054541897 0.998476267 -0.008386463 -8.102346420 0.213221401 -0.003441186 0.976997852 782.093383789\n0.975188732 -0.055481318 -0.214309931 -108.525711060 0.054777142 0.998455942 -0.009227769 -8.103178024 0.214490995 -0.002740469 0.976722121 783.781311035\n0.974870563 -0.055692658 -0.215698168 -108.899147034 0.055173248 0.998441160 -0.008433381 -8.125861168 0.215831622 -0.003679315 0.976423681 785.481750488\n0.974660337 -0.054603241 -0.216923386 -109.282546997 0.054030906 0.998502433 -0.008573031 -8.130630493 0.217066646 -0.003364773 0.976150990 787.185058594\n0.974306524 -0.054379757 -0.218562558 -109.659378052 0.053833056 0.998514116 -0.008460083 -8.140766144 0.218697846 -0.003523177 0.975786269 788.871826172\n0.974033833 -0.054017805 -0.219864026 -110.044067383 0.053723399 0.998529017 -0.007322432 -8.145824432 0.219936147 -0.004679546 0.975503027 790.560974121\n0.973575592 -0.054074299 -0.221870676 -110.420593262 0.054270707 0.998512626 -0.005215824 -8.151766777 0.221822709 -0.006963078 0.975062132 792.272033691\n0.973352373 -0.053295612 -0.223035380 -110.807250977 0.053601023 0.998551428 -0.004688607 -8.154157639 0.222962186 -0.007391259 0.974799097 793.935852051\n0.973139882 -0.054417048 -0.223690882 -111.187911987 0.054723393 0.998489857 -0.004834150 -8.149743080 0.223616138 -0.007536820 0.974648178 795.619689941\n0.973015845 -0.055270571 -0.224020869 -111.579277039 0.055491827 0.998445034 -0.005312904 -8.158779144 0.223966166 -0.007261787 0.974569857 797.283020020\n0.972828567 -0.058116194 -0.224114001 -111.962188721 0.057677172 0.998299003 -0.008510572 -8.162911415 0.224227384 -0.004646935 0.974525750 798.961120605\n0.972832680 -0.058172803 -0.224081457 -112.349304199 0.057230107 0.998303592 -0.010705042 -8.166598320 0.224324077 -0.002409991 0.974511623 800.632263184\n0.972743690 -0.058688417 -0.224333078 -112.730575562 0.057916638 0.998271108 -0.010024845 -8.180510521 0.224533573 -0.003241014 0.974460959 802.279479980\n0.972790062 -0.058989421 -0.224052995 -113.122741699 0.058348250 0.998251200 -0.009487323 -8.199983597 0.224220812 -0.003843925 0.974530816 803.949462891\n0.972919226 -0.059363421 -0.223392382 -113.499282837 0.058444679 0.998233020 -0.010728086 -8.209386826 0.223634511 -0.002618534 0.974669576 805.584289551\n0.973340631 -0.060585376 -0.221217930 -113.885299683 0.059821770 0.998157382 -0.010156416 -8.224766731 0.221425653 -0.003347995 0.975171506 807.236511230\n0.973635375 -0.060804088 -0.219856799 -114.264831543 0.060249433 0.998140633 -0.009233515 -8.238168716 0.220009446 -0.004256171 0.975488484 808.922607422\n0.973864198 -0.061486170 -0.218650386 -114.641510010 0.061170153 0.998093486 -0.008221009 -8.243334770 0.218739003 -0.005368731 0.975768626 810.606933594\n0.974211693 -0.061739113 -0.217025056 -115.022003174 0.061490584 0.998076379 -0.007904638 -8.254440308 0.217095599 -0.005644208 0.976134002 812.282775879\n0.974485397 -0.061366078 -0.215899214 -115.403244019 0.060986139 0.998103023 -0.008427851 -8.261880875 0.216006845 -0.004954042 0.976379275 813.968566895\n0.974723876 -0.061713077 -0.214720458 -115.776763916 0.061005209 0.998088062 -0.009928499 -8.271864891 0.214922637 -0.003421520 0.976625085 815.639526367\n0.974723339 -0.063172750 -0.214297846 -116.143768311 0.062482942 0.997995973 -0.009998091 -8.282710075 0.214499995 -0.003644587 0.976717174 817.315795898\n0.975021183 -0.061718330 -0.213364780 -116.511528015 0.061134860 0.998085856 -0.009338043 -8.288826942 0.213532686 -0.003939235 0.976927996 818.910400391\n0.975195408 -0.059698235 -0.213143274 -116.889801025 0.059091479 0.998209953 -0.009222140 -8.296382904 0.213312283 -0.003601562 0.976977408 820.591918945\n0.975472152 -0.057961196 -0.212354869 -117.263145447 0.056929365 0.998317897 -0.010975444 -8.306017876 0.212633803 -0.001382989 0.977130949 822.261657715\n0.975854754 -0.056503244 -0.210985631 -117.647895813 0.055012915 0.998401880 -0.012931353 -8.319719315 0.211379126 0.001012186 0.977403641 823.936523438\n0.976045012 -0.054578725 -0.210611761 -118.031486511 0.053419903 0.998509407 -0.011191896 -8.326705933 0.210908666 -0.000327065 0.977505744 825.640991211\n0.976189017 -0.053109623 -0.210319832 -118.402320862 0.052682579 0.998582125 -0.007636777 -8.342853546 0.210427195 -0.003625253 0.977602839 827.331054688\n0.976470530 -0.051776852 -0.209342971 -118.777572632 0.051667675 0.998646319 -0.005994006 -8.355528831 0.209369943 -0.004963294 0.977823913 828.973205566\n0.976554990 -0.051100742 -0.209115073 -119.149902344 0.051283367 0.998673797 -0.004552243 -8.359062195 0.209070355 -0.006278609 0.977880418 830.657531738\n0.976507545 -0.051616561 -0.209209874 -119.510498047 0.051708762 0.998649538 -0.005032556 -8.367472649 0.209187105 -0.005903655 0.977857828 832.286132812\n0.976311624 -0.053717747 -0.209594890 -119.865776062 0.053376760 0.998547852 -0.007287342 -8.373884201 0.209681988 -0.004072779 0.977761149 833.965393066\n0.976297736 -0.055428389 -0.209213719 -120.233230591 0.055124942 0.998452902 -0.007285736 -8.381200790 0.209293887 -0.004419847 0.977842808 835.639343262\n0.976351798 -0.055276770 -0.209001601 -120.612632751 0.055420257 0.998449683 -0.005174168 -8.394744873 0.208963603 -0.006531115 0.977901578 837.303527832\n0.976479292 -0.055608321 -0.208316833 -120.978172302 0.055755612 0.998431087 -0.005169421 -8.400539398 0.208277464 -0.006567000 0.978047729 838.974609375\n0.976490140 -0.056061223 -0.208144650 -121.347549438 0.055860575 0.998415112 -0.006846534 -8.406170845 0.208198592 -0.004941508 0.978074074 840.657287598\n0.976489663 -0.055912077 -0.208186865 -121.718215942 0.055393010 0.998429894 -0.008327077 -8.412543297 0.208325580 -0.003400793 0.978053629 842.326477051\n0.976341069 -0.055990394 -0.208861709 -122.079063416 0.055526402 0.998424470 -0.008088945 -8.422928810 0.208985537 -0.003699769 0.977911711 843.986083984\n0.976307154 -0.055242300 -0.209218994 -122.441551208 0.054830883 0.998465419 -0.007770524 -8.433338165 0.209327191 -0.003885244 0.977837920 845.670410156\n0.976214886 -0.055300456 -0.209633932 -122.814804077 0.054896999 0.998461962 -0.007747476 -8.437873840 0.209739953 -0.003945072 0.977749228 847.329956055\n0.976033270 -0.054902278 -0.210582048 -123.173599243 0.054940656 0.998473525 -0.005672670 -8.445024490 0.210572034 -0.006032801 0.977559745 848.998840332\n0.975675762 -0.056132704 -0.211910173 -123.525321960 0.056415431 0.998396218 -0.004716690 -8.454741478 0.211835086 -0.007353043 0.977277756 850.674987793\n0.975493073 -0.055788256 -0.212840125 -123.894210815 0.055678651 0.998427510 -0.006513763 -8.457227707 0.212868825 -0.005496521 0.977065325 852.333435059\n0.975394368 -0.054246690 -0.213689357 -124.260063171 0.053382039 0.998525858 -0.009818844 -8.468688011 0.213906989 -0.001829929 0.976852298 853.987548828\n0.975319624 -0.052030552 -0.214579716 -124.631530762 0.050847776 0.998645484 -0.011031994 -8.477668762 0.214863062 -0.000151181 0.976644158 855.661926270\n0.975324690 -0.050149363 -0.215004086 -125.009841919 0.049440350 0.998739362 -0.008677734 -8.492597580 0.215168223 -0.002166269 0.976574600 857.324829102\n0.975165486 -0.050876606 -0.215554819 -125.378326416 0.050684080 0.998694062 -0.006424348 -8.502590179 0.215600163 -0.004660394 0.976470590 858.996337891\n0.974856317 -0.052875798 -0.216470033 -125.749404907 0.052942965 0.998582423 -0.005492948 -8.502551079 0.216453612 -0.006105728 0.976273835 860.680419922\n0.974614978 -0.053888097 -0.217305616 -126.123115540 0.054211110 0.998519421 -0.004479196 -8.500956535 0.217225254 -0.007414887 0.976093352 862.363952637\n0.974321187 -0.055210598 -0.218288749 -126.491645813 0.055500891 0.998447061 -0.004806315 -8.503736496 0.218215123 -0.007432326 0.975872397 864.056152344\n0.974148989 -0.054466821 -0.219242200 -126.864349365 0.054482423 0.998496830 -0.005979463 -8.504829407 0.219238326 -0.006119959 0.975652158 865.726196289\n0.974205315 -0.053842053 -0.219146073 -127.244895935 0.053432435 0.998540998 -0.007799963 -8.506492615 0.219246298 -0.004110743 0.975660861 867.406921387\n0.974147379 -0.053120960 -0.219579324 -127.624206543 0.052682322 0.998580396 -0.007856873 -8.512332916 0.219684973 -0.003914196 0.975562990 869.084594727\n0.974002957 -0.054393355 -0.219908297 -127.996925354 0.053881675 0.998512566 -0.008328668 -8.518605232 0.220034227 -0.003736880 0.975484967 870.736999512\n0.973883331 -0.056870382 -0.219811291 -128.381286621 0.056424875 0.998372257 -0.008309707 -8.527296066 0.219926074 -0.004310138 0.975507021 872.416687012\n0.973566353 -0.058152165 -0.220877483 -128.763412476 0.057519790 0.998301029 -0.009299425 -8.534923553 0.221043006 -0.003651217 0.975257218 874.137695312\n0.973644733 -0.056866053 -0.220866933 -129.164047241 0.055658333 0.998381376 -0.011692874 -8.542472839 0.221174374 -0.000908380 0.975233853 875.830932617\n0.973858535 -0.054614726 -0.220492080 -129.567016602 0.053530701 0.998506784 -0.010893114 -8.565269470 0.220757768 -0.001194743 0.975327909 877.489135742\n0.973818064 -0.051743854 -0.221361578 -129.948181152 0.051357839 0.998652101 -0.007503187 -8.578798294 0.221451461 -0.004061914 0.975162923 879.161254883\n0.973759234 -0.050957650 -0.221802235 -130.334564209 0.050632503 0.998691738 -0.007155526 -8.585510254 0.221876681 -0.004262643 0.975065410 880.868347168\n0.973728716 -0.050333939 -0.222078487 -130.746612549 0.049812295 0.998726904 -0.007953045 -8.578243256 0.222196072 -0.003318130 0.974996328 882.583312988\n0.973591268 -0.050400671 -0.222665131 -131.146102905 0.050144687 0.998718739 -0.006806911 -8.587812424 0.222722918 -0.004538324 0.974871218 884.322875977\n0.973449469 -0.050414771 -0.223281100 -131.538452148 0.050468151 0.998710692 -0.005471020 -8.598522186 0.223269045 -0.005942822 0.974738717 886.035278320\n0.973367810 -0.050894294 -0.223528221 -131.932220459 0.050911434 0.998686969 -0.005690189 -8.609199524 0.223524317 -0.005841496 0.974680841 887.727905273\n0.973441124 -0.049844567 -0.223445579 -132.339965820 0.049756538 0.998743176 -0.006027700 -8.613584518 0.223465204 -0.005250268 0.974697769 889.428222656\n0.973329008 -0.049522914 -0.224004701 -132.735488892 0.049465701 0.998758554 -0.005870551 -8.617855072 0.224017337 -0.005366572 0.974570394 891.159057617\n0.973076701 -0.051555376 -0.224641412 -133.123748779 0.051901750 0.998642623 -0.004367019 -8.622791290 0.224561647 -0.007409838 0.974431694 892.874450684\n0.972890615 -0.052009583 -0.225341588 -133.512298584 0.052299455 0.998620450 -0.004687029 -8.621099472 0.225274488 -0.007225276 0.974268556 894.567321777\n0.972767830 -0.053124961 -0.225611284 -133.907623291 0.052804355 0.998576999 -0.007459678 -8.625417709 0.225686535 -0.004656723 0.974188864 896.245544434\n0.972749114 -0.052761834 -0.225777164 -134.307083130 0.052155148 0.998601496 -0.008655306 -8.624700546 0.225918084 -0.003355999 0.974140525 897.957336426\n0.972931504 -0.051991630 -0.225169152 -134.726440430 0.051408779 0.998641908 -0.008454972 -8.630838394 0.225302935 -0.003349562 0.974282980 899.674621582\n0.972915113 -0.050797299 -0.225512356 -135.127456665 0.050223354 0.998703659 -0.008285076 -8.633144379 0.225640878 -0.003265311 0.974205077 901.366943359\n0.972758949 -0.051633276 -0.225995675 -135.525115967 0.050933812 0.998662114 -0.008928825 -8.644029617 0.226154342 -0.002825227 0.974087358 903.077270508\n0.972671092 -0.051619302 -0.226376742 -135.931488037 0.050825197 0.998663902 -0.009339013 -8.653448105 0.226556361 -0.002421855 0.973995030 904.804382324\n0.972586691 -0.052576534 -0.226518929 -136.328323364 0.051507495 0.998616040 -0.010631622 -8.661884308 0.226764396 -0.001327248 0.973948717 906.481811523\n0.972310424 -0.054061264 -0.227353975 -136.724853516 0.052897301 0.998537004 -0.011214119 -8.677217484 0.227627605 -0.001122807 0.973747611 908.215087891\n0.972222686 -0.053674839 -0.227820277 -137.133041382 0.052889802 0.998554647 -0.009554005 -8.692300797 0.228003815 -0.002760748 0.973656297 909.911132812\n0.971947074 -0.053716671 -0.228983477 -137.528381348 0.053343438 0.998545587 -0.007823902 -8.697270393 0.229070723 -0.004610347 0.973398864 911.636535645\n0.971861899 -0.052641977 -0.229593635 -137.943420410 0.052678701 0.998593628 -0.005973690 -8.708721161 0.229585215 -0.006289091 0.973268270 913.338562012\n0.971693575 -0.051854905 -0.230483666 -138.354537964 0.052497704 0.998615444 -0.003347010 -8.714866638 0.230338097 -0.008847594 0.973070443 915.028137207\n0.971600831 -0.050072689 -0.231267318 -138.772628784 0.051039044 0.998695016 -0.001806429 -8.712529182 0.231055975 -0.010048535 0.972888589 916.723999023\n0.971403301 -0.049843833 -0.232144892 -139.173736572 0.050104667 0.998732567 -0.004776409 -8.712653160 0.232088730 -0.006991723 0.972669482 918.393005371\n0.971375406 -0.048516773 -0.232542396 -139.584533691 0.048601087 0.998803854 -0.005370364 -8.710677147 0.232524797 -0.006085174 0.972571433 920.119079590\n0.971243024 -0.048245270 -0.233151019 -139.996627808 0.048797596 0.998802900 -0.003402049 -8.718120575 0.233036056 -0.008072994 0.972434580 921.816040039\n0.970938027 -0.050131503 -0.234021693 -140.412002563 0.050808430 0.998703480 -0.003139324 -8.716171265 0.233875662 -0.008842185 0.972226322 923.520202637\n0.970545888 -0.052056510 -0.235225111 -140.825485229 0.052797131 0.998600304 -0.003152755 -8.717443466 0.235059991 -0.009359317 0.971935809 925.201477051\n0.970303357 -0.052351020 -0.236158356 -141.247070312 0.053142019 0.998582423 -0.003018856 -8.723198891 0.235981628 -0.009620725 0.971709907 926.890991211\n0.970041513 -0.052701004 -0.237154216 -141.663131714 0.053661004 0.998556316 -0.002409912 -8.723521233 0.236938849 -0.010388218 0.971469045 928.582336426\n0.969769239 -0.052991524 -0.238200709 -142.082336426 0.054034483 0.998536766 -0.002153674 -8.719559669 0.237966284 -0.010782486 0.971213579 930.260070801\n0.969501257 -0.052005958 -0.239505023 -142.504974365 0.053387728 0.998573601 -0.000719427 -8.726560593 0.239200816 -0.012089144 0.970894873 931.954406738\n0.969259918 -0.051601399 -0.240567103 -142.932296753 0.052949909 0.998596787 -0.000859507 -8.723522186 0.240273893 -0.011904920 0.970632136 933.666381836\n0.969141960 -0.052037716 -0.240947947 -143.374374390 0.053085424 0.998587668 -0.002145314 -8.717000008 0.240719289 -0.010711710 0.970535696 935.367126465\n0.969043970 -0.052827343 -0.241170242 -143.804809570 0.053450923 0.998562634 -0.003960344 -8.717479706 0.241032809 -0.009053024 0.970474720 937.059875488\n0.969135940 -0.052167889 -0.240944028 -144.246597290 0.052478276 0.998608887 -0.005132860 -8.721466064 0.240876615 -0.007669888 0.970525444 938.775146484\n0.969225049 -0.052765090 -0.240455180 -144.672683716 0.052364666 0.998595536 -0.008059043 -8.723526955 0.240542695 -0.004780330 0.970626771 940.476257324\n0.969238639 -0.053379808 -0.240264565 -145.101058960 0.052387789 0.998571396 -0.010518750 -8.727597237 0.240482822 -0.002391750 0.970650434 942.153442383\n0.969210386 -0.053879533 -0.240266994 -145.521087646 0.053138517 0.998541296 -0.009566595 -8.744293213 0.240431964 -0.003495388 0.970659733 943.816589355\n0.969268560 -0.053446941 -0.240128770 -145.941238403 0.052887004 0.998561919 -0.008780167 -8.752873421 0.240252718 -0.004189351 0.970701337 945.527832031\n0.969437182 -0.052580938 -0.239638954 -146.374710083 0.052095924 0.998607099 -0.008362463 -8.755374908 0.239744857 -0.004377331 0.970826089 947.223449707\n0.969512284 -0.052880805 -0.239268765 -146.797515869 0.052946400 0.998578370 -0.006158107 -8.766297340 0.239254266 -0.006698060 0.970933855 948.906311035\n0.969611168 -0.052104414 -0.239038423 -147.220214844 0.052809484 0.998598635 -0.003458562 -8.768596649 0.238883644 -0.009270036 0.971003950 950.604553223\n0.969702005 -0.051405407 -0.238821194 -147.647491455 0.052700624 0.998609900 -0.000963268 -8.768304825 0.238538727 -0.011651943 0.971063077 952.287109375\n0.969782054 -0.052161437 -0.238331512 -148.075408936 0.053672746 0.998558581 -0.000148468 -8.763547897 0.237995714 -0.012647923 0.971183836 953.985961914\n0.969765663 -0.054095056 -0.237966940 -148.502197266 0.055312984 0.998467863 -0.001561310 -8.762051582 0.237686798 -0.011648556 0.971271992 955.716552734\n0.969737828 -0.054764654 -0.237927258 -148.921508789 0.056030195 0.998428047 -0.001445693 -8.753985405 0.237632409 -0.011929167 0.971281886 957.440246582\n0.969718754 -0.055746045 -0.237777114 -149.347686768 0.056966584 0.998374581 -0.001740580 -8.750697136 0.237487644 -0.011857477 0.971318185 959.171203613\n0.969677508 -0.060223278 -0.236851633 -149.757629395 0.060237985 0.998158216 -0.007181453 -8.751133919 0.236847878 -0.007303772 0.971519291 960.817932129\n0.969480693 -0.064812556 -0.236445546 -150.169128418 0.064045578 0.997887075 -0.010931304 -8.762047768 0.236654446 -0.004545603 0.971583247 962.535034180\n0.969426274 -0.065776184 -0.236402720 -150.588897705 0.065508135 0.997811496 -0.008997033 -8.769176483 0.236477137 -0.006764340 0.971613526 964.239685059\n0.969643533 -0.064519852 -0.235857174 -151.008422852 0.065135144 0.997862935 -0.005189990 -8.776326180 0.235687986 -0.010330150 0.971773863 965.961975098\n0.970103920 -0.062166601 -0.234592691 -151.438018799 0.063177712 0.997997105 -0.003210451 -8.773795128 0.234322414 -0.011706556 0.972088456 967.686950684\n0.970398307 -0.060288500 -0.233864158 -151.863388062 0.061149288 0.998122215 -0.003575263 -8.772411346 0.233640566 -0.010831196 0.972262740 969.391357422\n0.970616996 -0.059681512 -0.233111098 -152.284576416 0.059741501 0.998190641 -0.006809683 -8.758311272 0.233095735 -0.007316811 0.972426295 971.131591797\n0.970757186 -0.059818979 -0.232491255 -152.711730957 0.059984900 0.998179018 -0.006362723 -8.765155792 0.232448503 -0.007769305 0.972577691 972.864074707\n0.971072972 -0.058852110 -0.231416687 -153.140960693 0.059059385 0.998236239 -0.006038168 -8.769679070 0.231363863 -0.007803825 0.972836018 974.597106934\n0.971103728 -0.059582081 -0.231100634 -153.550888062 0.059569441 0.998199344 -0.007038872 -8.767949104 0.231103897 -0.006931060 0.972904384 976.334960938\n0.971288741 -0.059529647 -0.230335504 -153.973785400 0.059755031 0.998194993 -0.006003457 -8.774007797 0.230277136 -0.007932615 0.973092735 978.050781250\n0.971465111 -0.058943026 -0.229741812 -154.398590088 0.059287600 0.998226285 -0.005408868 -8.776836395 0.229653120 -0.008366313 0.973236561 979.778503418\n0.971394479 -0.059454035 -0.229908764 -154.808502197 0.059573576 0.998203218 -0.006427636 -8.779233932 0.229877830 -0.007452716 0.973190963 981.514831543\n0.971391559 -0.058293443 -0.230217904 -155.225570679 0.058431011 0.998272061 -0.006225935 -8.777322769 0.230183020 -0.007404043 0.973119199 983.274536133\n0.971468449 -0.058861256 -0.229748562 -155.651916504 0.059391476 0.998224139 -0.004612787 -8.801056862 0.229612067 -0.009163928 0.973239064 984.979553223\n0.971370280 -0.058872126 -0.230160430 -156.071578979 0.059394881 0.998223662 -0.004662508 -8.796857834 0.230026081 -0.009141330 0.973141551 986.779296875\n0.971270382 -0.058708094 -0.230623469 -156.493835449 0.059107125 0.998238206 -0.005184478 -8.791602135 0.230521530 -0.008595960 0.973029256 988.519348145\n0.971109986 -0.058995754 -0.231224716 -156.906829834 0.059808489 0.998203754 -0.003499449 -8.793708801 0.231015831 -0.010430851 0.972894073 990.282592773\n0.971054494 -0.059547640 -0.231316403 -157.332870483 0.060650289 0.998156309 -0.002347959 -8.793125153 0.231029749 -0.011749411 0.972875714 992.061706543\n0.970773935 -0.061484441 -0.231986210 -157.744110107 0.062379356 0.998046458 -0.003483291 -8.794036865 0.231747180 -0.011089661 0.972712815 993.795959473\n0.970522106 -0.063367806 -0.232532486 -158.157546997 0.063926525 0.997941375 -0.005140132 -8.790645599 0.232379496 -0.009876382 0.972575068 995.533203125\n0.970513761 -0.063351981 -0.232571706 -158.584152222 0.063874654 0.997943878 -0.005290813 -8.797353745 0.232428700 -0.009720631 0.972564876 997.265319824\n0.970541418 -0.062627390 -0.232652441 -159.003402710 0.063144207 0.997990668 -0.005233063 -8.799142838 0.232512712 -0.009611750 0.972545862 999.000915527\n0.970638573 -0.060241818 -0.232876912 -159.428054810 0.060838349 0.998136878 -0.004627044 -8.803576469 0.232721791 -0.009676659 0.972495198 1000.730407715\n0.970999241 -0.056138571 -0.232398182 -159.854675293 0.056516677 0.998388946 -0.005036508 -8.809097290 0.232306525 -0.008243927 0.972607672 1002.463867188\n0.971328914 -0.052001972 -0.231982544 -160.275161743 0.052096587 0.998625636 -0.005722765 -8.818383217 0.231961310 -0.006526811 0.972703099 1004.168395996\n0.971627176 -0.049950227 -0.231183112 -160.702362061 0.049948316 0.998734593 -0.005864966 -8.824842453 0.231183529 -0.005848646 0.972892582 1005.893798828\n0.971696794 -0.049026340 -0.231088310 -161.118286133 0.049079489 0.998779595 -0.005522243 -8.827118874 0.231077030 -0.005975750 0.972917080 1007.621520996\n0.971706033 -0.049470529 -0.230954707 -161.534912109 0.049598053 0.998755395 -0.005257438 -8.833212852 0.230927348 -0.006346218 0.972950280 1009.348693848\n0.971717715 -0.049863707 -0.230821013 -161.956939697 0.049914043 0.998737693 -0.005625167 -8.836395264 0.230810136 -0.006055135 0.972979963 1011.085571289\n0.971753538 -0.049806997 -0.230682254 -162.372894287 0.049928468 0.998738647 -0.005314704 -8.837539673 0.230655983 -0.006353030 0.973014593 1012.828125000\n0.971694648 -0.049184009 -0.231063738 -162.788116455 0.049300395 0.998770058 -0.005273827 -8.840532303 0.231038943 -0.006266983 0.972924352 1014.573242188\n0.971608222 -0.049268201 -0.231409088 -163.201919556 0.049365945 0.998766303 -0.005371711 -8.846435547 0.231388256 -0.006204530 0.972841680 1016.304931641\n0.971648335 -0.048547871 -0.231392652 -163.631225586 0.048544377 0.998804688 -0.005712256 -8.853006363 0.231393382 -0.005682509 0.972843647 1018.050903320\n0.971738935 -0.047414228 -0.231247291 -164.054367065 0.047414534 0.998859823 -0.005559505 -8.857057571 0.231247231 -0.005562093 0.972879112 1019.767822266\n0.971720517 -0.047793202 -0.231246710 -164.466369629 0.047684792 0.998844028 -0.006061349 -8.864587784 0.231269091 -0.005137014 0.972876251 1021.474060059\n0.971618354 -0.048206259 -0.231590033 -164.879425049 0.047673419 0.998831749 -0.007900041 -8.871961594 0.231700301 -0.003364863 0.972781420 1023.184204102\n0.971475005 -0.047957033 -0.232242301 -165.295791626 0.047269095 0.998845756 -0.008529611 -8.881269455 0.232383296 -0.002691579 0.972620547 1024.922851562\n0.971517086 -0.047630500 -0.232133403 -165.718048096 0.047063936 0.998860002 -0.007981540 -8.893020630 0.232248947 -0.003170910 0.972651184 1026.649658203\n0.971463263 -0.047147330 -0.232457116 -166.129592896 0.046948601 0.998876870 -0.006390586 -8.900595665 0.232497334 -0.004705316 0.972585678 1028.348876953\n0.971452415 -0.046154145 -0.232701421 -166.547164917 0.046094134 0.998920858 -0.005698623 -8.909052849 0.232713312 -0.005190230 0.972531557 1030.054931641\n0.971510589 -0.045260400 -0.232634112 -166.975051880 0.045350235 0.998958826 -0.004965041 -8.915918350 0.232616618 -0.005726422 0.972551644 1031.773437500\n0.971410751 -0.045349039 -0.233033597 -167.389236450 0.045188155 0.998960257 -0.006031882 -8.918760300 0.233064845 -0.004670921 0.972449958 1033.506591797\n0.971397579 -0.046983883 -0.232764423 -167.813781738 0.046719491 0.998885870 -0.006651962 -8.926237106 0.232817635 -0.004412936 0.972510397 1035.226440430\n0.971370935 -0.050014999 -0.232243478 -168.231124878 0.049918361 0.998733461 -0.006296884 -8.930191040 0.232264265 -0.005476603 0.972637296 1036.959350586\n0.971371770 -0.052038401 -0.231795043 -168.648437500 0.052065406 0.998625636 -0.006005376 -8.936138153 0.231788978 -0.006235050 0.972746134 1038.689453125\n0.971427917 -0.052537195 -0.231446952 -169.054733276 0.052298706 0.998605728 -0.007170205 -8.945285797 0.231500968 -0.005139038 0.972821116 1040.399780273\n0.971887708 -0.050867110 -0.229884267 -169.490585327 0.050216913 0.998700619 -0.008681810 -8.955119133 0.230027169 -0.003106333 0.973179221 1042.159545898\n0.972269237 -0.047078624 -0.229076818 -169.910614014 0.046524797 0.998886526 -0.007820859 -8.965245247 0.229189932 -0.003053771 0.973376930 1043.900146484\n0.972694635 -0.043928917 -0.227893367 -170.338928223 0.043516785 0.999029338 -0.006835362 -8.968814850 0.227972418 -0.003268464 0.973662078 1045.666381836\n0.972824156 -0.042390738 -0.227631688 -170.757247925 0.041712873 0.999099255 -0.007790054 -8.941394806 0.227756888 -0.001916820 0.973716140 1047.391479492\n0.973035276 -0.041743957 -0.226847619 -171.177749634 0.041200407 0.999125421 -0.007132546 -8.951059341 0.226946965 -0.002405995 0.973904133 1049.132080078\n0.973109305 -0.042183835 -0.226448134 -171.590942383 0.041777700 0.999105215 -0.006587913 -8.960767746 0.226523414 -0.003049722 0.974000931 1050.862426758\n0.973507285 -0.041369990 -0.224882454 -172.021163940 0.041216403 0.999135733 -0.005379555 -8.962262154 0.224910647 -0.004031810 0.974371076 1052.629272461\n0.973748744 -0.040115491 -0.224062711 -172.436187744 0.040200014 0.999182880 -0.004186312 -8.966604233 0.224047557 -0.004930908 0.974565744 1054.363159180\n0.974049389 -0.039124895 -0.222928315 -172.842315674 0.039254855 0.999221802 -0.003850038 -8.968866348 0.222905457 -0.005000891 0.974827230 1056.111572266\n0.974169016 -0.039341889 -0.222366691 -173.245056152 0.039573569 0.999210835 -0.003415508 -8.973417282 0.222325578 -0.005472561 0.974957108 1057.857910156\n0.974406064 -0.039710350 -0.221259862 -173.666702271 0.040037479 0.999193668 -0.003008077 -8.977459908 0.221200913 -0.005927598 0.975210249 1059.596679688\n0.974480033 -0.040027875 -0.220876396 -174.060729980 0.040193994 0.999184906 -0.003744188 -8.976205826 0.220846236 -0.005229268 0.975294650 1061.312622070\n0.974467814 -0.040997025 -0.220752642 -174.454681396 0.041131433 0.999145806 -0.003989737 -8.979425430 0.220727637 -0.005192002 0.975321651 1063.035766602\n0.974520147 -0.041474603 -0.220432192 -174.843139648 0.041378036 0.999130785 -0.005057443 -8.985466957 0.220450342 -0.004192471 0.975389183 1064.728271484\n0.974392891 -0.042900898 -0.220721528 -175.224548340 0.042966608 0.999066353 -0.004505617 -8.988531113 0.220708743 -0.005093414 0.975326478 1066.416625977\n0.974491298 -0.042435117 -0.220376849 -175.626403809 0.042919334 0.999075174 -0.002592626 -8.992332458 0.220283046 -0.006931935 0.975411355 1068.141967773\n0.974599957 -0.042435732 -0.219895750 -176.016891479 0.042893015 0.999076009 -0.002696689 -8.993463516 0.219806999 -0.006803799 0.975519657 1069.850463867\n0.974727035 -0.042805329 -0.219259903 -176.407745361 0.043124083 0.999064147 -0.003334211 -8.997529984 0.219197422 -0.006205436 0.975660801 1071.552246094\n0.975084007 -0.041703556 -0.217880577 -176.802673340 0.042097755 0.999109447 -0.002834437 -8.995214462 0.217804760 -0.006408468 0.975971341 1073.285644531\n0.975287199 -0.041718483 -0.216966391 -177.187606812 0.042276591 0.999103785 -0.002070714 -8.998498917 0.216858327 -0.007153059 0.976176858 1074.978637695\n0.975664973 -0.040211357 -0.215547860 -177.561187744 0.040446647 0.999176204 -0.003321089 -9.001581192 0.215503827 -0.005477917 0.976487637 1076.625244141\n0.976139247 -0.039247245 -0.213569194 -177.942428589 0.039033864 0.999224246 -0.005217573 -9.001104355 0.213608295 -0.003243352 0.976913989 1078.316284180\n0.976639271 -0.040016603 -0.211126536 -178.307937622 0.039593149 0.999196410 -0.006234271 -9.011812210 0.211206362 -0.002270531 0.977438867 1080.000854492\n0.977242112 -0.040563282 -0.208212525 -178.687911987 0.039268404 0.999175072 -0.010350395 -9.017135620 0.208460614 0.001938669 0.978028834 1081.698730469\n0.977506161 -0.042603515 -0.206559122 -179.048263550 0.041803885 0.999091864 -0.008236239 -9.027677536 0.206722438 -0.000584000 0.978399456 1083.388549805\n0.977712750 -0.041506257 -0.205803320 -179.409133911 0.042116657 0.999111712 -0.001415899 -9.033123016 0.205679283 -0.007283406 0.978592336 1085.085083008\n0.977776289 -0.042354409 -0.205328256 -179.761199951 0.043566875 0.999049544 0.001385598 -9.031345367 0.205074415 -0.010300315 0.978692174 1086.782592773\n0.977834344 -0.044208001 -0.204659984 -180.115615845 0.045073356 0.998983562 -0.000433865 -9.022050858 0.204471141 -0.008800463 0.978833020 1088.447265625\n0.977757037 -0.046559338 -0.204507843 -180.470108032 0.047344141 0.998878062 -0.001056371 -9.018280029 0.204327598 -0.008649373 0.978864372 1090.127563477\n0.977652907 -0.048483096 -0.204558641 -180.826034546 0.049143068 0.998790026 -0.001855561 -9.013500214 0.204401106 -0.008238545 0.978852570 1091.837158203\n0.977657676 -0.047980551 -0.204654217 -181.189697266 0.048335999 0.998825788 -0.003264778 -9.003887177 0.204570562 -0.006700331 0.978828907 1093.537963867\n0.977581382 -0.048121553 -0.204985186 -181.545959473 0.047864206 0.998834491 -0.006216602 -8.993187904 0.205045432 -0.003734220 0.978745341 1095.246948242\n0.977545679 -0.049098399 -0.204923853 -181.923019409 0.048536289 0.998791158 -0.007771696 -8.996526718 0.205057725 -0.002349055 0.978747070 1096.954833984\n0.977365732 -0.049805012 -0.205610543 -182.278930664 0.049386587 0.998754025 -0.007169855 -9.001984596 0.205711439 -0.003146832 0.978607655 1098.667602539\n0.977342784 -0.049217403 -0.205860823 -182.651062012 0.049275268 0.998773456 -0.004848945 -9.001077652 0.205846980 -0.005404765 0.978569269 1100.383789062\n0.977431655 -0.048772018 -0.205544725 -183.021026611 0.049426459 0.998775840 -0.001952521 -8.999446869 0.205388337 -0.008250891 0.978645802 1102.117431641\n0.977800190 -0.047306072 -0.204129636 -183.393493652 0.048341271 0.998830855 0.000084944 -8.989839554 0.203886971 -0.009950944 0.978943884 1103.849609375\n0.978084922 -0.047679175 -0.202673718 -183.749938965 0.048605803 0.998817980 -0.000405652 -8.974651337 0.202453494 -0.009454357 0.979246259 1105.587768555\n0.978468120 -0.048167840 -0.200698882 -184.121032715 0.048876755 0.998803794 -0.001424414 -8.964639664 0.200527415 -0.008415765 0.979651928 1107.330688477\n0.978651941 -0.049624082 -0.199443802 -184.476882935 0.050149728 0.998738766 -0.002418570 -8.952506065 0.199312285 -0.007635114 0.979906261 1109.114257812\n0.978954077 -0.050036665 -0.197851524 -184.844726562 0.050396457 0.998724103 -0.003219614 -8.941880226 0.197760180 -0.006819161 0.980226696 1110.894531250\n0.979362428 -0.048477408 -0.196212038 -185.216690063 0.048757534 0.998804867 -0.003405355 -8.932679176 0.196142614 -0.006231738 0.980555594 1112.689453125\n0.979856968 -0.044555690 -0.194666594 -185.597839355 0.044852547 0.998989463 -0.002884846 -8.923377991 0.194598407 -0.005904555 0.980865240 1114.523315430\n0.980425239 -0.041334193 -0.192504168 -185.971755981 0.041392177 0.999136031 -0.003722240 -8.905901909 0.192491710 -0.004318789 0.981289089 1116.348510742\n0.980976999 -0.039713856 -0.190018222 -186.351287842 0.039391313 0.999208868 -0.005475609 -8.891157150 0.190085351 -0.002113620 0.981765270 1118.186157227\n0.981358349 -0.040018648 -0.187974095 -186.722579956 0.039776124 0.999195814 -0.005063629 -8.883602142 0.188025564 -0.002507647 0.982160926 1120.039916992\n0.981752932 -0.039848771 -0.185938850 -187.089401245 0.039980479 0.999195814 -0.003042786 -8.874264717 0.185910568 -0.004446659 0.982556581 1121.904052734\n0.982152104 -0.042625558 -0.183194727 -187.460113525 0.042850785 0.999077737 -0.002730737 -8.861289978 0.183142170 -0.005168038 0.983072877 1123.792236328\n0.982477903 -0.044462401 -0.180997908 -187.815887451 0.044660233 0.998997748 -0.002984270 -8.850465775 0.180949181 -0.005151429 0.983478963 1125.674682617\n0.982699096 -0.047208261 -0.179091930 -188.163467407 0.047933795 0.998850465 -0.000276391 -8.843169212 0.178899109 -0.008312947 0.983832300 1127.579467773\n0.983048856 -0.048255473 -0.176879615 -188.513687134 0.049125474 0.998792470 0.000540122 -8.839282036 0.176639974 -0.009220261 0.984232366 1129.469848633\n0.983383179 -0.049573250 -0.174642473 -188.857192993 0.050728913 0.998710155 0.002156721 -8.826413155 0.174310297 -0.010980306 0.984629571 1131.360717773\n0.983560860 -0.051436957 -0.173096240 -189.184524536 0.053072669 0.998578966 0.004831633 -8.828413010 0.172601745 -0.013938884 0.984893084 1133.256225586\n0.983955860 -0.053353343 -0.170247704 -189.531158447 0.054963082 0.998477101 0.004752830 -8.811208725 0.169734851 -0.014033914 0.985389829 1135.150512695\n0.984189332 -0.055767126 -0.168111116 -189.858596802 0.057157736 0.998359203 0.003440645 -8.797909737 0.167643413 -0.012995097 0.985762060 1137.053710938\n0.984655201 -0.055573512 -0.165425926 -190.190109253 0.057194334 0.998350322 0.005046770 -8.787174225 0.164872557 -0.014430754 0.986209333 1138.950561523\n0.985190868 -0.054179892 -0.162675858 -190.522216797 0.055782195 0.998428941 0.005294811 -8.771913528 0.162133411 -0.014290815 0.986665368 1140.799926758\n0.985596061 -0.053501137 -0.160430640 -190.828674316 0.054865561 0.998485386 0.004083869 -8.759761810 0.159969151 -0.012827161 0.987038672 1142.666137695\n0.985760331 -0.053049669 -0.159569204 -191.134857178 0.054401331 0.998510659 0.004111129 -8.747745514 0.159113452 -0.012733364 0.987178206 1144.557861328\n0.985715449 -0.054392766 -0.159394011 -191.437088013 0.055817995 0.998430908 0.004474726 -8.731486320 0.158900514 -0.013307860 0.987204909 1146.458984375\n0.985736012 -0.055153932 -0.159005076 -191.747116089 0.056645494 0.998382509 0.004860094 -8.713460922 0.158479825 -0.013797690 0.987265825 1148.322509766\n0.985692620 -0.056066409 -0.158954576 -192.059463501 0.057622612 0.998324931 0.005194507 -8.701970100 0.158397079 -0.014279565 0.987272203 1150.198974609\n0.985515296 -0.057074394 -0.159693763 -192.373321533 0.058820058 0.998249233 0.006221904 -8.686816216 0.159059063 -0.015524978 0.987146974 1152.086059570\n0.985440135 -0.057332177 -0.160064861 -192.694778442 0.058791012 0.998260677 0.004389254 -8.670668602 0.159534812 -0.013735723 0.987096727 1153.979614258\n0.985300243 -0.057432134 -0.160888031 -193.012588501 0.058798708 0.998262823 0.003741836 -8.661251068 0.160393640 -0.013146840 0.986965597 1155.877807617\n0.985041618 -0.057892233 -0.162300795 -193.327575684 0.059162840 0.998243809 0.003002395 -8.654949188 0.161841959 -0.012559660 0.986736774 1157.772583008\n0.984685719 -0.059491415 -0.163874522 -193.653396606 0.060702659 0.998153031 0.002389062 -8.647300720 0.163429722 -0.012300094 0.986478329 1159.652709961\n0.984341443 -0.061137520 -0.165330335 -193.973968506 0.062152617 0.998066187 0.000968383 -8.637878418 0.164951414 -0.011228932 0.986237764 1161.549682617\n0.983936071 -0.063729748 -0.166758284 -194.294952393 0.064815953 0.997896671 0.001073711 -8.635673523 0.166339099 -0.011865060 0.985997200 1163.434204102\n0.983633637 -0.064845346 -0.168106973 -194.631317139 0.066144899 0.997807741 0.002136510 -8.632127762 0.167599902 -0.013220961 0.985766470 1165.299194336\n0.983104527 -0.066722028 -0.170451388 -194.958343506 0.068515956 0.997639179 0.004657309 -8.621177673 0.169738233 -0.016257262 0.985355079 1167.192993164\n0.982541025 -0.069050036 -0.172757685 -195.291336060 0.070823587 0.997480392 0.004115751 -8.611103058 0.172038198 -0.016279211 0.984955788 1169.088989258\n0.982054234 -0.069873594 -0.175177664 -195.620162964 0.071677789 0.997419894 0.003985448 -8.598403931 0.174447209 -0.016470274 0.984528780 1170.967163086\n0.981721580 -0.068420768 -0.177598879 -195.964691162 0.070080794 0.997536540 0.003083394 -8.594059944 0.176950395 -0.015473303 0.984098136 1172.826293945\n0.981274366 -0.068332583 -0.180086970 -196.301391602 0.069972254 0.997545123 0.002760559 -8.586827278 0.179456249 -0.015309957 0.983646810 1174.687011719\n0.980926216 -0.066970192 -0.182479575 -196.655746460 0.068666771 0.997635186 0.002987807 -8.582063675 0.181847945 -0.015461100 0.983205080 1176.511840820\n0.980421901 -0.067322411 -0.185041979 -197.008651733 0.068983644 0.997614563 0.002546786 -8.577261925 0.184429109 -0.015261795 0.982727289 1178.361328125\n0.979856789 -0.068480700 -0.187592924 -197.343338013 0.070435427 0.997509241 0.003766098 -8.572823524 0.186867774 -0.016903423 0.982239664 1180.202026367\n0.979299486 -0.069226280 -0.190210968 -197.699859619 0.071289502 0.997447550 0.004017618 -8.564199448 0.189447343 -0.017494498 0.981734991 1182.022949219\n0.978717804 -0.071571566 -0.192325220 -198.047500610 0.073778488 0.997265279 0.004328506 -8.548369408 0.191489473 -0.018425848 0.981321692 1183.840698242\n0.978283167 -0.072866715 -0.194042549 -198.395690918 0.075181328 0.997159362 0.004580949 -8.543602943 0.193157554 -0.019069841 0.980982423 1185.608886719\n0.977897525 -0.073208392 -0.195849210 -198.753372192 0.075633906 0.997123480 0.004924193 -8.537657738 0.194925353 -0.019628195 0.980621636 1187.382446289\n0.977749944 -0.070866875 -0.197440818 -199.111114502 0.073602237 0.997266233 0.006540901 -8.526657104 0.196437523 -0.020927452 0.980292976 1189.154907227\n0.977706075 -0.067519203 -0.198826596 -199.483337402 0.070331492 0.997498333 0.007107850 -8.513731003 0.197849289 -0.020933159 0.980008900 1190.936035156\n0.977581143 -0.065893285 -0.199983001 -199.860275269 0.068398409 0.997642159 0.005635859 -8.499256134 0.199140117 -0.019188028 0.979783177 1192.711303711\n0.977258086 -0.065144472 -0.201798901 -200.226745605 0.067545868 0.997703493 0.005029184 -8.490541458 0.201007843 -0.018545492 0.979414046 1194.463989258\n0.976935387 -0.064422630 -0.203585386 -200.579315186 0.066584907 0.997773588 0.003781955 -8.483334541 0.202888489 -0.017250439 0.979049861 1196.197265625\n0.976557970 -0.063981742 -0.205525771 -200.942230225 0.066249959 0.997794330 0.004166422 -8.473447800 0.204805881 -0.017684825 0.978642821 1197.957397461\n0.976060450 -0.066231541 -0.207170054 -201.305801392 0.069488794 0.997546732 0.008477150 -8.461716652 0.206100345 -0.022670208 0.978268206 1199.687500000\n0.975320280 -0.069642447 -0.209524065 -201.663055420 0.073790871 0.997201085 0.012037794 -8.442467690 0.208099276 -0.027201667 0.977729380 1201.406127930\n0.974648476 -0.072931752 -0.211521387 -202.022720337 0.077744856 0.996867597 0.014516772 -8.417875290 0.209800079 -0.030593447 0.977265537 1203.149414062\n0.974564850 -0.072951995 -0.211899385 -202.393630981 0.077396132 0.996918976 0.012743407 -8.397955894 0.210316867 -0.028819470 0.977208376 1204.869506836\n0.974380195 -0.072856240 -0.212779686 -202.755874634 0.076369211 0.997044861 0.008326494 -8.372618675 0.211544245 -0.024362987 0.977064729 1206.564331055\n0.974319816 -0.072315857 -0.213239983 -203.121856689 0.075317182 0.997141719 0.005973871 -8.363476753 0.212198481 -0.021881096 0.976981580 1208.244995117\n0.974123895 -0.071145400 -0.214525104 -203.483840942 0.073965468 0.997247577 0.005136695 -8.362047195 0.213569194 -0.020871224 0.976704955 1209.896850586\n0.973887205 -0.071234345 -0.215567693 -203.853683472 0.073529631 0.997289538 0.002636296 -8.354507446 0.214795604 -0.018418068 0.976485372 1211.581542969\n0.973731101 -0.070133753 -0.216631070 -204.220672607 0.072154298 0.997392476 0.001421825 -8.350838661 0.215966478 -0.017015338 0.976252496 1213.217651367\n0.973498344 -0.071223557 -0.217320412 -204.581085205 0.073017038 0.997330666 0.000223315 -8.351559639 0.216724411 -0.016085491 0.976100326 1214.845336914\n0.973054647 -0.072458521 -0.218893528 -204.933441162 0.074162595 0.997246087 -0.000432696 -8.355310440 0.218322068 -0.015812676 0.975748658 1216.470214844\n0.972670257 -0.072966114 -0.220428139 -205.294998169 0.075057663 0.997178555 0.001116493 -8.355021477 0.219724745 -0.017630799 0.975402594 1218.079589844\n0.972386241 -0.072583333 -0.221803144 -205.657363892 0.075429045 0.997141600 0.004374635 -8.354219437 0.220851615 -0.020984234 0.975081682 1219.672973633\n0.972284794 -0.070906401 -0.222788036 -206.018966675 0.074174710 0.997225225 0.006325712 -8.351618767 0.221721306 -0.022675630 0.974846363 1221.262329102\n0.972096384 -0.070532545 -0.223727092 -206.381484985 0.073993623 0.997233331 0.007113670 -8.349219322 0.222606376 -0.023469549 0.974625885 1222.826171875\n0.972013652 -0.069523290 -0.224401355 -206.748657227 0.072884820 0.997317731 0.006721152 -8.338340759 0.223332167 -0.022888504 0.974473655 1224.388671875\n0.971748531 -0.070500590 -0.225243017 -207.101928711 0.073939234 0.997239172 0.006856549 -8.330598831 0.224137768 -0.023317138 0.974278510 1225.905517578\n0.971449494 -0.071431562 -0.226237476 -207.443374634 0.074815504 0.997176826 0.006407364 -8.328466415 0.225141078 -0.023150500 0.974051118 1227.435180664\n0.971254647 -0.072056614 -0.226874977 -207.797012329 0.075230122 0.997151792 0.005360766 -8.326869011 0.225842506 -0.022274498 0.973909140 1228.938232422\n0.971116543 -0.072134383 -0.227440849 -208.149490356 0.075262368 0.997150719 0.005098804 -8.325359344 0.226425007 -0.022069268 0.973778546 1230.410278320\n0.970949829 -0.070705727 -0.228598148 -208.490921021 0.074242473 0.997216344 0.006897736 -8.315729141 0.227474108 -0.023669049 0.973496437 1231.865356445\n0.970943570 -0.070065580 -0.228821859 -208.843994141 0.073898509 0.997231960 0.008214443 -8.319261551 0.227612913 -0.024885355 0.973433673 1233.311279297\n0.970703602 -0.070006795 -0.229855448 -209.181091309 0.073824838 0.997238815 0.008042226 -8.309001923 0.228657767 -0.024775656 0.973191559 1234.739379883\n0.970823646 -0.068977825 -0.229659677 -209.523529053 0.072358780 0.997358620 0.006322333 -8.312142372 0.228616968 -0.022755763 0.973250449 1236.152954102\n0.970648229 -0.070370898 -0.229978070 -209.857101440 0.073176943 0.997312188 0.003684362 -8.307490349 0.229100659 -0.020405311 0.973188818 1237.547485352\n0.970611691 -0.069822110 -0.230299294 -210.200378418 0.072465949 0.997366309 0.003031213 -8.305234909 0.229481101 -0.019630987 0.973115146 1238.960571289\n0.970553398 -0.069335148 -0.230691835 -210.536666870 0.071927987 0.997405767 0.002837874 -8.301639557 0.229896605 -0.019347508 0.973022699 1240.340942383\n0.970502794 -0.069708802 -0.230792135 -210.872283936 0.072312444 0.997377992 0.002831158 -8.304417610 0.229989648 -0.019436790 0.972998977 1241.700561523\n0.970456779 -0.069267936 -0.231118232 -211.189590454 0.072298013 0.997372210 0.004656411 -8.302017212 0.230188355 -0.021228235 0.972914517 1243.045532227\n0.970448911 -0.068510614 -0.231376797 -211.513320923 0.071981490 0.997384250 0.006582114 -8.309180260 0.230320618 -0.023042452 0.972841978 1244.370117188\n0.970314026 -0.069523551 -0.231640100 -211.824417114 0.073278278 0.997282326 0.007633956 -8.309116364 0.230479836 -0.024381522 0.972771585 1245.666137695\n0.970475018 -0.069401152 -0.231001630 -212.142517090 0.073397920 0.997264445 0.008742560 -8.301946640 0.229762957 -0.025439473 0.972914100 1246.952880859\n0.970617175 -0.068650119 -0.230628446 -212.451507568 0.072765596 0.997304976 0.009376274 -8.293949127 0.229363218 -0.025882591 0.972996712 1248.233642578\n0.970719337 -0.069449618 -0.229958192 -212.755767822 0.073575348 0.997245312 0.009404778 -8.283166885 0.228671566 -0.026048653 0.973155081 1249.473876953\n0.970972776 -0.068636619 -0.229130805 -213.052337646 0.072766833 0.997302651 0.009615172 -8.280535698 0.227852806 -0.026009193 0.973348141 1250.713256836\n0.971285164 -0.068796851 -0.227754578 -213.343933105 0.072755702 0.997308969 0.009022077 -8.273064613 0.226521000 -0.025333453 0.973676801 1251.925048828\n0.971493721 -0.068825550 -0.226854518 -213.620483398 0.072750255 0.997309804 0.008975016 -8.270243645 0.225626513 -0.025222894 0.973887324 1253.126098633\n0.972028136 -0.067333855 -0.225005418 -213.905242920 0.071030229 0.997439086 0.008364088 -8.265254974 0.223866016 -0.024112316 0.974321604 1254.303833008\n0.972608209 -0.065439522 -0.223049313 -214.183364868 0.068967327 0.997586429 0.008054784 -8.259737015 0.221983850 -0.023217265 0.974773884 1255.478515625\n0.973260105 -0.064234920 -0.220541671 -214.449813843 0.067601152 0.997682393 0.007742102 -8.252715111 0.219533220 -0.022443950 0.975346804 1256.634277344\n0.974192560 -0.062458776 -0.216904953 -214.709152222 0.065995917 0.997778416 0.009094805 -8.244848251 0.215855047 -0.023174930 0.976150334 1257.778686523\n0.975228667 -0.060875364 -0.212657437 -214.961135864 0.064483464 0.997868001 0.010065715 -8.239587784 0.211591288 -0.023529263 0.977074981 1258.884521484\n0.976348996 -0.060536910 -0.207552359 -215.202651978 0.063832723 0.997918069 0.009212784 -8.227941513 0.206562534 -0.022243522 0.978180528 1260.002807617\n0.977524936 -0.060624078 -0.201915219 -215.434219360 0.063699074 0.997930706 0.008760134 -8.219341278 0.200966313 -0.021425061 0.979363799 1261.107421875\n0.978945434 -0.060618956 -0.194913134 -215.659927368 0.063772954 0.997914910 0.009941272 -8.210233688 0.193904087 -0.022162151 0.980770111 1262.205444336\n0.980476975 -0.060360808 -0.187140256 -215.880126953 0.063807502 0.997884631 0.012443423 -8.198341370 0.185993299 -0.024141444 0.982254386 1263.276123047\n0.982226610 -0.059288573 -0.178089291 -216.073242188 0.063081570 0.997884750 0.015706906 -8.193687439 0.176781356 -0.026661893 0.983888984 1264.329467773\n0.984234810 -0.058018100 -0.167079866 -216.261672974 0.061819557 0.997931480 0.017637523 -8.174930573 0.165710971 -0.027688267 0.985785604 1265.389282227\n0.986387014 -0.057457659 -0.154075444 -216.419631958 0.061153516 0.997940779 0.019352172 -8.159835815 0.152646229 -0.028510986 0.987869561 1266.390502930\n0.988666058 -0.056155354 -0.139233619 -216.555099487 0.059539340 0.998020411 0.020256145 -8.141964912 0.137820512 -0.028316442 0.990052342 1267.351562500\n0.990915120 -0.055927031 -0.122308746 -216.677017212 0.058943268 0.998036623 0.021180404 -8.125796318 0.120884053 -0.028197259 0.992266059 1268.334838867\n0.993002117 -0.055714551 -0.104128458 -216.780120850 0.058338016 0.998047352 0.022318712 -8.110460281 0.102681659 -0.028237173 0.994313419 1269.273681641\n0.994764030 -0.057356637 -0.084585525 -216.855117798 0.059609551 0.997924685 0.024352098 -8.087539673 0.083013229 -0.029266696 0.996118605 1270.218139648\n0.996257782 -0.058521196 -0.063606292 -216.914245605 0.060338609 0.997811735 0.027036168 -8.068967819 0.061884917 -0.030772908 0.997608781 1271.159423828\n0.997447670 -0.058597412 -0.040797465 -216.946121216 0.059725374 0.997849643 0.026999945 -8.047414780 0.039127607 -0.029367676 0.998802543 1272.085083008\n0.998100996 -0.059495673 -0.015956620 -216.950424194 0.059894275 0.997871518 0.025788708 -8.023808479 0.014388341 -0.026695447 0.999540031 1273.001586914\n0.998204887 -0.058914602 0.010772041 -216.934875488 0.058621380 0.997947752 0.025765123 -7.994182587 -0.012267875 -0.025087399 0.999610007 1273.915771484\n0.997542620 -0.057676062 0.039776780 -216.898117065 0.056582652 0.998002708 0.028088303 -7.961755276 -0.041317359 -0.025768604 0.998813748 1274.847534180\n0.995915294 -0.056453291 0.070467927 -216.832870483 0.054386355 0.998041272 0.030914931 -7.930239677 -0.072075143 -0.026956160 0.997034848 1275.769531250\n0.993145823 -0.056438118 0.102353141 -216.737609863 0.053238735 0.998012066 0.033727333 -7.897254944 -0.104053177 -0.028047008 0.994176209 1276.682128906\n0.989321947 -0.055749867 0.134662554 -216.610229492 0.051466502 0.998058200 0.035085265 -7.865593433 -0.136357069 -0.027780011 0.990270197 1277.596679688\n0.984224737 -0.058880787 0.166837290 -216.454345703 0.054029651 0.997978151 0.033472251 -7.833640099 -0.168470845 -0.023930058 0.985416114 1278.467895508\n0.978198469 -0.060098138 0.198786139 -216.268936157 0.054765254 0.997979224 0.032222580 -7.799136162 -0.200320944 -0.020633508 0.979513049 1279.364746094\n0.971296370 -0.060809683 0.229968667 -216.057846069 0.054369006 0.997933447 0.034246411 -7.758704185 -0.231575951 -0.020760247 0.972595274 1280.252807617\n0.963417232 -0.062406797 0.260638863 -215.813369751 0.054072574 0.997773826 0.039032627 -7.726202965 -0.262494534 -0.023511294 0.964646995 1281.147460938\n0.954533815 -0.063910395 0.291171283 -215.533966064 0.053740256 0.997637212 0.042801265 -7.683718681 -0.293218762 -0.025207635 0.955712974 1282.033203125\n0.944793999 -0.062997252 0.321551919 -215.235748291 0.051246338 0.997676790 0.044887494 -7.644664764 -0.323632658 -0.025931079 0.945827425 1282.910766602\n0.934161544 -0.062254917 0.351378113 -214.905700684 0.049219582 0.997731924 0.045918275 -7.593902588 -0.353439778 -0.025600405 0.935106933 1283.785156250\n0.922540724 -0.062015347 0.380884111 -214.551071167 0.047461342 0.997743249 0.047495734 -7.550563812 -0.382970005 -0.025739478 0.923402131 1284.640747070\n0.910126805 -0.061967712 0.409669578 -214.169403076 0.045910355 0.997746646 0.048926827 -7.506925583 -0.411778331 -0.025721543 0.910920978 1285.489379883\n0.896634221 -0.060460500 0.438624740 -213.762771606 0.043234251 0.997854471 0.049166113 -7.453838348 -0.440656245 -0.025120407 0.897324383 1286.330688477\n0.882180452 -0.060227912 0.467044145 -213.328506470 0.042625558 0.997928977 0.048174772 -7.410068512 -0.468978345 -0.022590825 0.882920682 1287.141235352\n0.866801083 -0.060798112 0.494933844 -212.873443604 0.042212602 0.997923136 0.048656832 -7.362655640 -0.496864200 -0.021283349 0.867567301 1287.938232422\n0.850676000 -0.061571859 0.522072136 -212.388092041 0.041197829 0.997871041 0.050557714 -7.312295914 -0.524073601 -0.021499999 0.851401567 1288.722412109\n0.833528996 -0.062883876 0.548885226 -211.871215820 0.040761534 0.997793198 0.052413847 -7.262010574 -0.550969958 -0.021315059 0.834252834 1289.496215820\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0104_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999106 0.000909927 -0.000955537 -0.020487091 -0.000911856 0.999997556 -0.002021142 0.004924608 0.000953695 0.002022011 0.999997497 1.066547155\n0.999993563 -0.001155270 -0.003397012 -0.019097881 0.001153615 0.999999225 -0.000489134 -0.001165637 0.003397575 0.000485212 0.999994099 2.133090019\n0.999980688 -0.002636708 -0.005625713 -0.024708904 0.002648664 0.999994218 0.002118831 -0.001890390 0.005620094 -0.002133691 0.999981940 3.185431719\n0.999962151 -0.005398531 -0.006821647 -0.036390096 0.005434914 0.999971032 0.005326169 0.003848479 0.006792696 -0.005363042 0.999962568 4.223152161\n0.999933481 -0.007484351 -0.008778151 -0.044312276 0.007558213 0.999936044 0.008411514 0.005197236 0.008714636 -0.008477301 0.999926090 5.234919071\n0.999904156 -0.009489928 -0.010080783 -0.060852267 0.009597442 0.999897003 0.010670959 0.013161683 0.009978478 -0.010766686 0.999892235 6.245184422\n0.999863505 -0.011556468 -0.011807283 -0.071398392 0.011684289 0.999873281 0.010814657 0.018277762 0.011680808 -0.010951141 0.999871790 7.242445469\n0.999821842 -0.013388202 -0.013307359 -0.087438934 0.013474697 0.999888539 0.006431586 0.025206445 0.013219768 -0.006609752 0.999890745 8.221048355\n0.999769092 -0.015971089 -0.014378084 -0.093323000 0.015990777 0.999871373 0.001255304 0.028272638 0.014356186 -0.001484931 0.999895871 9.195736885\n0.999680221 -0.020149617 -0.015277296 -0.108444884 0.020136951 0.999796748 -0.000982547 0.033547025 0.015293989 0.000674594 0.999882817 10.141875267\n0.999532640 -0.026099117 -0.015916400 -0.112748317 0.026132379 0.999656737 0.001885388 0.035659183 0.015861729 -0.002300440 0.999871552 11.118149757\n0.999484718 -0.027410856 -0.016702658 -0.126358017 0.027519789 0.999601245 0.006327272 0.041355979 0.016522562 -0.006783665 0.999840498 12.061195374\n0.999623358 -0.021545788 -0.016997743 -0.159495607 0.021738190 0.999700785 0.011216844 0.050789043 0.016750980 -0.011582119 0.999792635 12.992651939\n0.999632359 -0.020332200 -0.017937111 -0.175181329 0.020589218 0.999686301 0.014262373 0.051585343 0.017641498 -0.014626441 0.999737382 13.935412407\n0.999526381 -0.024680821 -0.018381398 -0.188497096 0.024956677 0.999576986 0.014932199 0.063474797 0.018005084 -0.015383866 0.999719560 14.844700813\n0.999599993 -0.021462608 -0.018418534 -0.207834348 0.021681350 0.999695778 0.011759770 0.073429704 0.018160535 -0.012154405 0.999761224 15.754111290\n0.999671936 -0.017982014 -0.018237771 -0.228994593 0.018093495 0.999818504 0.005966163 0.081224427 0.018127177 -0.006294191 0.999815881 16.635328293\n0.999637425 -0.019131083 -0.018947169 -0.243072838 0.019166918 0.999814808 0.001711561 0.082981646 0.018910917 -0.002074099 0.999819040 17.528984070\n0.999640465 -0.018428748 -0.019476298 -0.261441708 0.018407287 0.999829769 -0.001280635 0.086718038 0.019496582 0.000921668 0.999809504 18.396175385\n0.999675632 -0.017412279 -0.018586190 -0.286540985 0.017400451 0.999848306 -0.000797896 0.085754819 0.018597264 0.000474230 0.999826968 19.262172699\n0.999719501 -0.014864678 -0.018439231 -0.309303403 0.014922001 0.999884248 0.002975057 0.086256437 0.018392872 -0.003249373 0.999825537 20.106302261\n0.999738336 -0.014031079 -0.018065942 -0.321929902 0.014158770 0.999875546 0.006959669 0.090465523 0.017966041 -0.007213640 0.999812603 20.952987671\n0.999734163 -0.014434811 -0.017978292 -0.339008063 0.014597556 0.999853373 0.008954216 0.087257214 0.017846404 -0.009214275 0.999798298 21.780597687\n0.999715805 -0.015378813 -0.018215617 -0.351900607 0.015540634 0.999840736 0.008775671 0.093125656 0.018077757 -0.009056260 0.999795556 22.593385696\n0.999693394 -0.016383020 -0.018567385 -0.365916461 0.016469106 0.999854267 0.004493053 0.089206614 0.018491069 -0.004797464 0.999817491 23.389980316\n0.999666631 -0.017524630 -0.018960163 -0.377864808 0.017545315 0.999845624 0.000925155 0.095024817 0.018941024 -0.001257509 0.999819815 24.173801422\n0.999671042 -0.017472966 -0.018776245 -0.388456583 0.017472006 0.999847353 -0.000215206 0.104078859 0.018777139 -0.000112923 0.999823689 24.960721970\n0.999723732 -0.014464745 -0.018527048 -0.414590001 0.014530006 0.999888659 0.003392696 0.110345639 0.018475911 -0.003660957 0.999822617 25.732791901\n0.999794900 -0.008635137 -0.018319849 -0.440480381 0.008849991 0.999892652 0.011679393 0.116395451 0.018217029 -0.011839128 0.999763966 26.517200470\n0.999822199 -0.003885415 -0.018452788 -0.457690954 0.004201550 0.999844551 0.017124331 0.123774864 0.018383384 -0.017198816 0.999683082 27.289926529\n0.999804139 -0.007818027 -0.018182686 -0.462655187 0.008147202 0.999802947 0.018100740 0.122130886 0.018037591 -0.018245332 0.999670804 28.048347473\n0.999821067 -0.005261503 -0.018171493 -0.480384767 0.005511820 0.999890208 0.013752786 0.125260219 0.018097138 -0.013850482 0.999740303 28.799402237\n0.999845624 -0.004831444 -0.016892524 -0.506390154 0.005007288 0.999933541 0.010382818 0.142027646 0.016841238 -0.010465801 0.999803424 29.550060272\n0.999794602 -0.009633714 -0.017832596 -0.503131568 0.009786150 0.999916136 0.008480738 0.150890663 0.017749399 -0.008653508 0.999805033 30.292589188\n0.999738872 -0.014278751 -0.017840741 -0.519709706 0.014437622 0.999856949 0.008808112 0.157172173 0.017712422 -0.009063390 0.999802053 31.038141251\n0.999784768 -0.012206304 -0.016776880 -0.533321857 0.012321992 0.999900877 0.006809706 0.159252286 0.016692096 -0.007014964 0.999836087 31.778068542\n0.999813437 -0.010286226 -0.016348146 -0.551339328 0.010382628 0.999929130 0.005822948 0.169437483 0.016287090 -0.005991599 0.999849379 32.523323059\n0.999795198 -0.011684582 -0.016522182 -0.568474889 0.011834291 0.999889553 0.008992522 0.176141739 0.016415283 -0.009186208 0.999823034 33.233722687\n0.999801457 -0.010759055 -0.016771700 -0.582177341 0.010946102 0.999878466 0.011100950 0.184159413 0.016650226 -0.011282330 0.999797702 33.960800171\n0.999785900 -0.011660723 -0.017091740 -0.589509606 0.011890712 0.999839306 0.013416831 0.188319713 0.016932543 -0.013617192 0.999763906 34.722305298\n0.999782205 -0.011169828 -0.017628428 -0.604890108 0.011297458 0.999910593 0.007157094 0.190335661 0.017546907 -0.007354692 0.999818981 35.420696259\n0.999772191 -0.010377277 -0.018651912 -0.621050656 0.010306794 0.999939382 -0.003871010 0.196276054 0.018690951 0.003677887 0.999818563 36.125087738\n0.999799311 -0.007056496 -0.018748576 -0.645746946 0.006835363 0.999906600 -0.011832668 0.201228201 0.018830324 0.011702141 0.999754190 36.831111908\n0.999805510 -0.004328365 -0.019241516 -0.665931225 0.004179525 0.999961078 -0.007768863 0.208947852 0.019274393 0.007686932 0.999784708 37.541091919\n0.999798298 -0.003022143 -0.019854851 -0.686454654 0.003208104 0.999951243 0.009340808 0.207570240 0.019825652 -0.009402620 0.999759257 38.258735657\n0.999797225 -0.001640058 -0.020068875 -0.704951823 0.002207306 0.999597728 0.028275628 0.213726893 0.020014428 -0.028314192 0.999398708 38.984176636\n0.999796808 0.002184319 -0.020040309 -0.732008994 -0.001444750 0.999319971 0.036844570 0.226226687 0.020107161 -0.036808129 0.999120057 39.695541382\n0.999730885 0.011076911 -0.020383317 -0.765839756 -0.010373864 0.999358416 0.034279607 0.242394000 0.020749953 -0.034058928 0.999204397 40.400653839\n0.999641061 0.016185118 -0.021347998 -0.792840719 -0.015647929 0.999562621 0.025094846 0.267872125 0.021744823 -0.024751788 0.999457121 41.080577850\n0.999660194 0.013582602 -0.022249063 -0.805247307 -0.013235019 0.999789238 0.015695861 0.287564695 0.022457564 -0.015396059 0.999629259 41.768527985\n0.999694467 0.009728172 -0.022722201 -0.821321189 -0.009471584 0.999890447 0.011372849 0.306043744 0.022830348 -0.011154160 0.999677122 42.467498779\n0.999673903 0.012291845 -0.022383029 -0.837875247 -0.012005221 0.999844790 0.012895070 0.308885813 0.022538058 -0.012622152 0.999666274 43.159313202\n0.999609768 0.016756589 -0.022350868 -0.870184481 -0.016396102 0.999734104 0.016215522 0.321690589 0.022616642 -0.015842726 0.999618649 43.849147797\n0.999555886 0.017758578 -0.023930473 -0.889182985 -0.017276000 0.999646187 0.020223880 0.340693176 0.024281155 -0.019801475 0.999509037 44.560092926\n0.999615490 0.013459658 -0.024242174 -0.899311602 -0.012929704 0.999676824 0.021886488 0.352507800 0.024528924 -0.021564629 0.999466479 45.263214111\n0.999658346 0.008254911 -0.024800187 -0.909929216 -0.007755867 0.999766827 0.020151814 0.365947396 0.024960756 -0.019952582 0.999489307 45.966861725\n0.999650896 0.007218027 -0.025416059 -0.922904909 -0.006805929 0.999844551 0.016263379 0.382635355 0.025529498 -0.016084721 0.999544680 46.674537659\n0.999593914 0.010887666 -0.026332667 -0.944742262 -0.010567492 0.999868929 0.012267581 0.401958078 0.026462780 -0.011984330 0.999577940 47.370208740\n0.999593079 0.010078668 -0.026685106 -0.973835111 -0.009813410 0.999901295 0.010052659 0.410688847 0.026783790 -0.009786696 0.999593318 48.063602448\n0.999553144 0.010281291 -0.028068179 -0.996402144 -0.010017527 0.999904513 0.009521738 0.418838650 0.028163394 -0.009236309 0.999560654 48.794696808\n0.999538481 0.009805047 -0.028752092 -1.015753627 -0.009533402 0.999908745 0.009569770 0.428290248 0.028843300 -0.009291247 0.999540746 49.508720398\n0.999474168 0.012959115 -0.029723315 -1.042326093 -0.012674359 0.999872148 0.009748742 0.437030792 0.029845851 -0.009366892 0.999510646 50.224323273\n0.999444008 0.013813633 -0.030346585 -1.077276468 -0.013459409 0.999839246 0.011846035 0.451100886 0.030505344 -0.011431001 0.999469221 50.966815948\n0.999366879 0.016383011 -0.031583119 -1.099961042 -0.015948266 0.999775231 0.013968272 0.463837981 0.031804863 -0.013455732 0.999403536 51.700851440\n0.999344051 0.017768893 -0.031554341 -1.137649894 -0.017318098 0.999744833 0.014502613 0.474108219 0.031803988 -0.013946639 0.999396801 52.457309723\n0.999277651 0.019515904 -0.032609075 -1.166102409 -0.019142564 0.999748051 0.011722187 0.488133699 0.032829627 -0.011089498 0.999399424 53.203575134\n0.999281824 0.019323215 -0.032595761 -1.191331029 -0.019092435 0.999790490 0.007376547 0.503647029 0.032731470 -0.006748917 0.999441385 53.969058990\n0.999292314 0.018317543 -0.032853950 -1.219672322 -0.018102173 0.999812722 0.006840938 0.521909952 0.032973107 -0.006241369 0.999436736 54.747871399\n0.999321282 0.017702928 -0.032305393 -1.250047803 -0.017380035 0.999796450 0.010248620 0.532980144 0.032480247 -0.009680195 0.999425471 55.533279419\n0.999335706 0.017823726 -0.031788561 -1.278706074 -0.017366273 0.999742448 0.014609027 0.540741444 0.032040764 -0.014047273 0.999387860 56.350791931\n0.999383688 0.016204827 -0.031138660 -1.305026889 -0.015713407 0.999749124 0.015962126 0.556378841 0.031389512 -0.015462994 0.999387622 57.165546417\n0.999374270 0.015318466 -0.031881899 -1.322800279 -0.014857767 0.999782503 0.014637284 0.572845757 0.032099184 -0.014154430 0.999384463 57.983013153\n0.999408901 0.014133262 -0.031338915 -1.352245688 -0.013762116 0.999832988 0.012027225 0.588455081 0.031503666 -0.011588827 0.999436438 58.808906555\n0.999406576 0.015645377 -0.030686567 -1.386578202 -0.015380397 0.999842525 0.008852201 0.599756479 0.030820230 -0.008374976 0.999489844 59.650947571\n0.999405622 0.015803458 -0.030637952 -1.405519724 -0.015592401 0.999853134 0.007115491 0.609498858 0.030745899 -0.006633543 0.999505222 60.477619171\n0.999441564 0.015273981 -0.029720467 -1.442505956 -0.015046069 0.999855757 0.007877100 0.622451663 0.029836494 -0.007425525 0.999527216 61.317378998\n0.999450922 0.015183687 -0.029450716 -1.467081785 -0.014851128 0.999823809 0.011478146 0.630759180 0.029619809 -0.011034467 0.999500334 62.157756805\n0.999495029 0.012599872 -0.029170157 -1.488318324 -0.012156032 0.999808371 0.015343206 0.642236531 0.029357890 -0.014980865 0.999456704 63.002246857\n0.999522686 0.011190774 -0.028795794 -1.511977673 -0.010692412 0.999791384 0.017402915 0.648142755 0.028984539 -0.017086711 0.999433815 63.832008362\n0.999551773 0.010351224 -0.028091967 -1.534594536 -0.009890749 0.999815226 0.016481437 0.658053637 0.028257381 -0.016196199 0.999469459 64.657119751\n0.999586642 0.009264898 -0.027215796 -1.557733536 -0.008865771 0.999851942 0.014749494 0.674762011 0.027348418 -0.014502109 0.999520779 65.482818604\n0.999601185 0.009297282 -0.026664527 -1.579293251 -0.008944319 0.999871194 0.013326029 0.689914107 0.026784988 -0.013082219 0.999555588 66.306846619\n0.999640644 0.008148254 -0.025538692 -1.601135015 -0.007800373 0.999875844 0.013691871 0.701768041 0.025647087 -0.013487739 0.999580085 67.123397827\n0.999659479 0.009229700 -0.024406875 -1.623935223 -0.008873800 0.999853313 0.014650272 0.709026575 0.024538511 -0.014428702 0.999594748 67.947860718\n0.999693632 0.010015773 -0.022634290 -1.648636222 -0.009691492 0.999849439 0.014391550 0.720687628 0.022775026 -0.014167781 0.999640226 68.759208679\n0.999720871 0.010034849 -0.021389741 -1.669412732 -0.009731195 0.999851048 0.014253368 0.731930137 0.021529585 -0.014041241 0.999669611 69.574188232\n0.999750316 0.010347903 -0.019806050 -1.694017529 -0.010084713 0.999860108 0.013342422 0.743941188 0.019941345 -0.013139351 0.999714792 70.396995544\n0.999779761 0.010462818 -0.018191556 -1.706369638 -0.010199008 0.999842346 0.014534606 0.756027281 0.018340761 -0.014345869 0.999728858 71.204437256\n0.999813437 0.010357425 -0.016304336 -1.725890398 -0.010085803 0.999810457 0.016654406 0.770671725 0.016473742 -0.016486857 0.999728382 72.026260376\n0.999849081 0.009427716 -0.014591508 -1.735052705 -0.009129107 0.999750257 0.020397652 0.784586608 0.014780167 -0.020261366 0.999685466 72.837066650\n0.999880552 0.009122097 -0.012478668 -1.751388550 -0.008831988 0.999693930 0.023109214 0.796655893 0.012685654 -0.022996243 0.999655068 73.642951965\n0.999899745 0.009351833 -0.010632014 -1.758588791 -0.009101283 0.999685347 0.023374619 0.814913094 0.010847264 -0.023275511 0.999670267 74.439620972\n0.999928474 0.008196806 -0.008712817 -1.769394994 -0.008009178 0.999739885 0.021355696 0.828380883 0.008885599 -0.021284387 0.999733984 75.240287781\n0.999942958 0.007713084 -0.007386778 -1.774521470 -0.007590150 0.999834597 0.016528312 0.846643507 0.007513041 -0.016471302 0.999836087 76.033271790\n0.999949932 0.008257912 -0.005656427 -1.781656146 -0.008196976 0.999909043 0.010712724 0.854907870 0.005744377 -0.010665822 0.999926627 76.813110352\n0.999950945 0.008812905 -0.004524315 -1.787577868 -0.008784831 0.999942243 0.006188003 0.863342464 0.004578588 -0.006147955 0.999970615 77.605384827\n0.999951839 0.009350305 -0.002972096 -1.795143962 -0.009335143 0.999943554 0.005075256 0.872132897 0.003019384 -0.005047267 0.999982715 78.386802673\n0.999960542 0.008653025 -0.002024372 -1.796464920 -0.008638270 0.999936879 0.007187071 0.878206551 0.002086434 -0.007169300 0.999972105 79.167961121\n0.999950588 0.009856470 -0.001302919 -1.801224709 -0.009844404 0.999911368 0.008964124 0.881238580 0.001391159 -0.008950855 0.999958992 79.954727173\n0.999951541 0.009823441 -0.000687943 -1.804275870 -0.009816959 0.999912500 0.008865373 0.888167977 0.000774972 -0.008858190 0.999960482 80.733001709\n0.999941170 0.010811146 -0.000896751 -1.806863666 -0.010803535 0.999908864 0.008098379 0.891578853 0.000984222 -0.008088214 0.999966800 81.513893127\n0.999935210 0.011332007 -0.001069533 -1.805749416 -0.011324359 0.999912024 0.006904852 0.903125525 0.001147685 -0.006892293 0.999975562 82.299011230\n0.999941707 0.010747263 -0.001051641 -1.810000777 -0.010740529 0.999922991 0.006212480 0.906667829 0.001118327 -0.006200823 0.999980152 83.079254150\n0.999940991 0.010759525 -0.001489881 -1.812010765 -0.010751115 0.999926865 0.005541627 0.911416292 0.001549397 -0.005525282 0.999983549 83.864067078\n0.999952972 0.009439475 -0.002222003 -1.815001845 -0.009431917 0.999949753 0.003387616 0.918589592 0.002253869 -0.003366499 0.999991775 84.654876709\n0.999947667 0.009826354 -0.002838070 -1.818737388 -0.009820607 0.999949694 0.002031545 0.923857987 0.002857890 -0.002003567 0.999993920 85.446067810\n0.999940515 0.010345426 -0.003453384 -1.822866917 -0.010342347 0.999946117 0.000908521 0.930654585 0.003462597 -0.000872751 0.999993622 86.246498108\n0.999935091 0.010686052 -0.003953147 -1.829566598 -0.010680885 0.999942064 0.001325809 0.934058666 0.003967086 -0.001283500 0.999991298 87.050842285\n0.999933720 0.010697014 -0.004264954 -1.835546494 -0.010687969 0.999940574 0.002137920 0.938199043 0.004287570 -0.002092195 0.999988616 87.862518311\n0.999944448 0.009570231 -0.004421021 -1.845062137 -0.009558798 0.999950945 0.002599950 0.941986442 0.004445686 -0.002557546 0.999986827 88.686332703\n0.999944270 0.009335825 -0.004927096 -1.848432541 -0.009320411 0.999951601 0.003142280 0.949850261 0.004956194 -0.003096183 0.999982953 89.502601624\n0.999937654 0.010127097 -0.004705130 -1.862539411 -0.010109664 0.999942005 0.003714246 0.954742968 0.004742472 -0.003666447 0.999982059 90.342666626\n0.999916494 0.011717501 -0.005454506 -1.869717479 -0.011693157 0.999921620 0.004473762 0.959340274 0.005506500 -0.004409608 0.999975145 91.171081543\n0.999917269 0.011764009 -0.005197810 -1.881670833 -0.011742076 0.999922097 0.004230076 0.966089070 0.005247168 -0.004168693 0.999977529 92.014984131\n0.999925911 0.011016727 -0.005180969 -1.887464046 -0.011000788 0.999934673 0.003095050 0.971690655 0.005214728 -0.003037826 0.999981761 92.857597351\n0.999948204 0.009028628 -0.004696161 -1.893900633 -0.009026523 0.999959171 0.000469361 0.979415238 0.004700207 -0.000426946 0.999988854 93.713844299\n0.999947011 0.009165983 -0.004680236 -1.901835561 -0.009173566 0.999956667 -0.001601238 0.979765177 0.004665356 0.001644087 0.999987781 94.578865051\n0.999955058 0.008346457 -0.004494864 -1.905235648 -0.008357976 0.999961793 -0.002550011 0.984581769 0.004473409 0.002587465 0.999986649 95.444343567\n0.999981046 0.004087879 -0.004598099 -1.910146356 -0.004097817 0.999989271 -0.002153810 0.988482952 0.004589245 0.002172611 0.999987125 96.327423096\n0.999987245 0.002482083 -0.004398969 -1.910986662 -0.002493810 0.999993324 -0.002662378 0.990278244 0.004392332 0.002673314 0.999986768 97.213294983\n0.999992311 0.001200381 -0.003733402 -1.912988424 -0.001208388 0.999996960 -0.002143322 0.989003956 0.003730818 0.002147817 0.999990761 98.108375549\n0.999989808 0.002536380 -0.003728515 -1.925395370 -0.002535703 0.999996781 0.000186387 1.000185251 0.003728975 -0.000176931 0.999993026 99.015876770\n0.999991596 0.002067013 -0.003544697 -1.929136157 -0.002049909 0.999986291 0.004822130 1.002421498 0.003554616 -0.004814823 0.999982119 99.911872864\n0.999994993 0.000065562 -0.003156295 -1.934846878 -0.000041522 0.999970973 0.007615848 1.010621548 0.003156703 -0.007615679 0.999966025 100.820129395\n0.999996305 0.000220924 -0.002708543 -1.945557475 -0.000201911 0.999975383 0.007017899 1.017123103 0.002710027 -0.007017327 0.999971688 101.729515076\n0.999995589 0.000908060 -0.002829634 -1.948927879 -0.000890386 0.999980152 0.006241091 1.031812072 0.002835245 -0.006238544 0.999976516 102.636253357\n0.999994218 0.001891261 -0.002833655 -1.954444051 -0.001871547 0.999974132 0.006943418 1.043593049 0.002846714 -0.006938074 0.999971867 103.546905518\n0.999992609 0.002627455 -0.002798183 -1.963748097 -0.002601263 0.999953151 0.009322939 1.051865578 0.002822548 -0.009315591 0.999952614 104.459487915\n0.999995708 0.001916417 -0.002205272 -1.972026348 -0.001893911 0.999946594 0.010162535 1.060926199 0.002224630 -0.010158315 0.999945939 105.379585266\n0.999992907 0.003351200 -0.001720006 -1.981531620 -0.003335943 0.999955714 0.008797872 1.068296790 0.001749413 -0.008792072 0.999959826 106.280906677\n0.999976218 0.006760989 -0.001346505 -2.000042200 -0.006751479 0.999953091 0.006946984 1.078568935 0.001393410 -0.006937728 0.999974966 107.190322876\n0.999978483 0.006429725 -0.001321509 -2.005633116 -0.006418135 0.999942482 0.008594819 1.087687016 0.001376696 -0.008586152 0.999962211 108.087745667\n0.999984682 0.005438181 -0.001010621 -2.013121128 -0.005425524 0.999911726 0.012130603 1.095636964 0.001076501 -0.012124934 0.999925911 108.993698120\n0.999968886 0.007884818 0.000240545 -2.025552988 -0.007887537 0.999856710 0.014977258 1.106516123 -0.000122418 -0.014978689 0.999887824 109.894973755\n0.999969184 0.007544830 0.002180497 -2.032727242 -0.007576772 0.999858320 0.015032050 1.119373560 -0.002066774 -0.015048107 0.999884605 110.786270142\n0.999965310 0.007795680 0.002935953 -2.032856941 -0.007839019 0.999855995 0.015051396 1.132827640 -0.002818195 -0.015073888 0.999882400 111.661354065\n0.999956787 0.008120692 0.004522637 -2.038149357 -0.008192778 0.999835908 0.016155018 1.146071315 -0.004390704 -0.016191373 0.999859273 112.572616577\n0.999946475 0.008895799 0.005283691 -2.032259464 -0.008985722 0.999810874 0.017246367 1.161780477 -0.005129272 -0.017292922 0.999837339 113.459808350\n0.999951065 0.007695585 0.006218220 -2.032454729 -0.007796855 0.999834657 0.016429279 1.175885320 -0.006090759 -0.016476959 0.999845684 114.337951660\n0.999934435 0.009248583 0.006752198 -2.031251192 -0.009346786 0.999848843 0.014660145 1.190729260 -0.006615591 -0.014722295 0.999869764 115.214111328\n0.999901295 0.011699980 0.007781850 -2.035523176 -0.011794942 0.999855161 0.012271168 1.207903862 -0.007637150 -0.012361743 0.999894440 116.094856262\n0.999911308 0.010402480 0.008318815 -2.033154249 -0.010496831 0.999880135 0.011379931 1.219012737 -0.008199438 -0.011466243 0.999900639 116.970443726\n0.999921799 0.009119328 0.008554522 -2.025746346 -0.009221879 0.999885142 0.012026059 1.229201078 -0.008443871 -0.012104007 0.999891102 117.835075378\n0.999925971 0.008363232 0.008840414 -2.022624493 -0.008480798 0.999874949 0.013345952 1.242728233 -0.008727693 -0.013419937 0.999871850 118.701881409\n0.999921799 0.009008573 0.008671559 -2.016060352 -0.009141649 0.999839127 0.015430950 1.255670190 -0.008531154 -0.015509016 0.999843359 119.558555603\n0.999944329 0.005216380 0.009170961 -2.017271280 -0.005367595 0.999848783 0.016541932 1.269416213 -0.009083285 -0.016590238 0.999821126 120.443603516\n0.999956548 0.002159694 0.009069541 -2.012175083 -0.002317685 0.999845147 0.017445691 1.279612899 -0.009030459 -0.017465953 0.999806702 121.315147400\n0.999963880 -0.000387491 0.008489681 -2.005432129 0.000252001 0.999872684 0.015954681 1.302282691 -0.008494782 -0.015951965 0.999836683 122.175987244\n0.999973774 -0.001040893 0.007168458 -2.004161835 0.000948655 0.999916852 0.012858617 1.317063570 -0.007181247 -0.012851479 0.999891639 123.042037964\n0.999980688 -0.000893688 0.006145671 -2.004590511 0.000835575 0.999954998 0.009451997 1.329636335 -0.006153842 -0.009446679 0.999936461 123.898345947\n0.999985158 -0.001551611 0.005221090 -2.005732298 0.001514044 0.999972999 0.007191539 1.348573089 -0.005232107 -0.007183528 0.999960482 124.764839172\n0.999988794 0.000555954 0.004698758 -2.008050680 -0.000593268 0.999968290 0.007943506 1.354340196 -0.004694192 -0.007946205 0.999957383 125.630165100\n0.999987483 0.003064435 0.003956185 -2.011241674 -0.003100115 0.999954283 0.009044458 1.361912727 -0.003928288 -0.009056609 0.999951243 126.504661560\n0.999985039 0.004448229 0.003182857 -2.018096209 -0.004476449 0.999950230 0.008914405 1.373114705 -0.003143046 -0.008928520 0.999955177 127.373519897\n0.999983251 0.005395632 0.002105498 -2.027362585 -0.005411814 0.999955237 0.007757419 1.384541750 -0.002063547 -0.007768684 0.999967694 128.241149902\n0.999977052 0.006677799 0.001139559 -2.044211388 -0.006687182 0.999942005 0.008438747 1.395092130 -0.001083141 -0.008446175 0.999963760 129.114120483\n0.999984980 0.005469158 -0.000419118 -2.042914867 -0.005465233 0.999945879 0.008855914 1.404985189 0.000467529 -0.008853490 0.999960721 129.983993530\n0.999994338 0.002786410 -0.001871666 -2.044022083 -0.002770224 0.999959230 0.008595706 1.410424948 0.001895541 -0.008590472 0.999961317 130.847427368\n0.999989986 0.003521913 -0.002750639 -2.056715727 -0.003500025 0.999962509 0.007922065 1.420516968 0.002778437 -0.007912359 0.999964833 131.724105835\n0.999981761 0.004858088 -0.003581491 -2.063693047 -0.004825070 0.999946296 0.009170786 1.433152556 0.003625851 -0.009153338 0.999951541 132.584487915\n0.999977827 0.005243436 -0.004104662 -2.065036774 -0.005195090 0.999918044 0.011701690 1.434443116 0.004165683 -0.011680107 0.999923110 133.446868896\n0.999988675 0.004355141 -0.001928364 -2.096579313 -0.004326962 0.999887168 0.014383703 1.452432275 0.001990790 -0.014375196 0.999894679 134.320480347\n0.999994993 0.002980368 -0.001073230 -2.102516413 -0.002961918 0.999854445 0.016801346 1.462509632 0.001123148 -0.016798085 0.999858260 135.183883667\n0.999990344 0.004332426 -0.000747026 -2.108553886 -0.004320187 0.999867857 0.015672510 1.473887324 0.000814827 -0.015669132 0.999876916 136.056564331\n0.999991238 0.003700674 -0.001946304 -2.092173576 -0.003679121 0.999933124 0.010962944 1.489274383 0.001986744 -0.010955688 0.999938011 136.895507812\n0.999991536 0.003650464 -0.001894174 -2.094316244 -0.003635123 0.999961078 0.008040043 1.499517798 0.001923450 -0.008033089 0.999965906 137.764114380\n0.999991000 0.004217027 -0.000476897 -2.109929085 -0.004212328 0.999946356 0.009459595 1.512678385 0.000516763 -0.009457502 0.999955118 138.617584229\n0.999990106 0.004441609 -0.000107812 -2.109070778 -0.004439509 0.999879181 0.014898646 1.521815300 0.000173973 -0.014898021 0.999889016 139.468551636\n0.999966204 0.008202253 0.000535784 -2.126367569 -0.008210103 0.999824941 0.016814649 1.531840563 -0.000397772 -0.016818479 0.999858499 140.312652588\n0.999937177 0.011190346 0.000608479 -2.122283936 -0.011198269 0.999822915 0.015122361 1.545432448 -0.000439147 -0.015128225 0.999885440 141.162216187\n0.999953032 0.009676197 0.000537826 -2.127716303 -0.009681888 0.999882996 0.011841081 1.563091755 -0.000423187 -0.011845732 0.999929726 141.998107910\n0.999933779 0.011473747 0.000868538 -2.131762743 -0.011484153 0.999848068 0.013112137 1.568857908 -0.000717961 -0.013121244 0.999913633 142.834671021\n0.999901235 0.013901060 0.002054994 -2.142724514 -0.013934428 0.999754488 0.017228713 1.584745288 -0.001814992 -0.017255647 0.999849439 143.678588867\n0.999929786 0.011705212 0.001852181 -2.134016752 -0.011740166 0.999728143 0.020144284 1.599690437 -0.001615885 -0.020164615 0.999795377 144.524673462\n0.999924242 0.012146029 0.001999311 -2.139094830 -0.012185143 0.999707758 0.020877697 1.615576506 -0.001745146 -0.020900477 0.999780059 145.349288940\n0.999936461 0.011144509 0.001684039 -2.139584780 -0.011172459 0.999782383 0.017615760 1.633746743 -0.001487353 -0.017633455 0.999843419 146.165191650\n0.999950290 0.009942410 0.000726275 -2.136228323 -0.009952167 0.999838471 0.014964519 1.647930264 -0.000577375 -0.014971004 0.999887764 147.003570557\n0.999974012 0.007200370 0.000312902 -2.130388260 -0.007203710 0.999896407 0.012462839 1.662204623 -0.000223132 -0.012464769 0.999922276 147.826095581\n0.999982595 0.005870404 0.000605663 -2.131901979 -0.005877477 0.999905527 0.012425013 1.673067451 -0.000532666 -0.012428356 0.999922633 148.643997192\n0.999975979 0.006930748 0.000072615 -2.131736279 -0.006931098 0.999886096 0.013409159 1.684303880 0.000020329 -0.013409341 0.999910116 149.460021973\n0.999973178 0.007323345 0.000028136 -2.137692213 -0.007322868 0.999847054 0.015881205 1.693724394 0.000088171 -0.015880985 0.999873877 150.285247803\n0.999990880 0.004221315 -0.000676660 -2.130680084 -0.004209177 0.999846041 0.017035708 1.703430057 0.000748469 -0.017032703 0.999854624 151.098663330\n0.999991119 0.004217738 -0.000153795 -2.141602039 -0.004214467 0.999843061 0.017206272 1.718145847 0.000226343 -0.017205471 0.999851942 151.916336060\n0.999986589 0.005169815 -0.000282811 -2.143844128 -0.005164002 0.999830127 0.017694712 1.732478023 0.000374241 -0.017693013 0.999843419 152.732498169\n0.999986172 0.005249857 -0.000259791 -2.153978109 -0.005244482 0.999831915 0.017569141 1.746367931 0.000351983 -0.017567536 0.999845624 153.541000366\n0.999992073 0.003970874 -0.000169331 -2.161656141 -0.003967596 0.999859989 0.016256001 1.756926060 0.000233857 -0.016255202 0.999867857 154.342758179\n0.999993324 0.003648368 -0.000153511 -2.164118528 -0.003645947 0.999901116 0.013581249 1.767586589 0.000203045 -0.013580599 0.999907732 155.136138916\n0.999982953 0.005833771 -0.000206135 -2.172544718 -0.005831398 0.999932230 0.010075874 1.781090736 0.000264902 -0.010074500 0.999949217 155.940719604\n0.999988198 0.004831916 0.000445353 -2.181072474 -0.004835653 0.999949515 0.008811442 1.791739345 -0.000402754 -0.008813492 0.999961078 156.748550415\n0.999980986 0.006166059 0.000091027 -2.181009054 -0.006166666 0.999929011 0.010194885 1.801019073 -0.000028159 -0.010195252 0.999948025 157.545181274\n0.999980807 0.006146197 0.000808718 -2.185947657 -0.006155880 0.999902010 0.012571685 1.807901263 -0.000731371 -0.012576422 0.999920666 158.345794678\n0.999978900 0.006350148 0.001389859 -2.186750889 -0.006367520 0.999896824 0.012874170 1.818633318 -0.001307963 -0.012882749 0.999916136 159.139434814\n0.999975860 0.006795698 0.001459736 -2.187991619 -0.006813402 0.999898851 0.012486507 1.830931306 -0.001374734 -0.012496151 0.999920964 159.935379028\n0.999960303 0.008668773 0.002056154 -2.196490288 -0.008691486 0.999898314 0.011307163 1.841269493 -0.001957925 -0.011324585 0.999933958 160.720489502\n0.999974608 0.006604981 0.002667493 -2.203400135 -0.006631888 0.999925911 0.010207201 1.847709537 -0.002599878 -0.010224633 0.999944329 161.500808716\n0.999976516 0.006535809 0.002065664 -2.193879604 -0.006556491 0.999926805 0.010169157 1.855943561 -0.001999050 -0.010182462 0.999946177 162.276412964\n0.999972224 0.006702452 0.003254971 -2.199605465 -0.006737803 0.999917090 0.010973888 1.864526510 -0.003181149 -0.010995514 0.999934494 163.067321777\n0.999965429 0.007144712 0.004257520 -2.201886415 -0.007198173 0.999893725 0.012676584 1.873921394 -0.004166497 -0.012706791 0.999910593 163.842742920\n0.999959767 0.006555201 0.006125228 -2.202553272 -0.006638641 0.999884069 0.013702763 1.887649059 -0.006034694 -0.013742874 0.999887347 164.614059448\n0.999943912 0.007026087 0.007925586 -2.204228163 -0.007143149 0.999864340 0.014839843 1.897621989 -0.007820245 -0.014895624 0.999858499 165.388519287\n0.999930382 0.007195921 0.009351259 -2.194408417 -0.007335592 0.999860764 0.014988639 1.901308775 -0.009242100 -0.015056193 0.999843955 166.150543213\n0.999916196 0.007195771 0.010762758 -2.187389851 -0.007333948 0.999890506 0.012854502 1.912679195 -0.010669081 -0.012932358 0.999859452 166.911956787\n0.999910653 0.004406339 0.012622081 -2.177767038 -0.004515250 0.999952734 0.008613174 1.916997194 -0.012583531 -0.008669396 0.999883235 167.667144775\n0.999884546 0.003033937 0.014891083 -2.167166948 -0.003081106 0.999990284 0.003145650 1.924561501 -0.014881396 -0.003191168 0.999884188 168.424148560\n0.999822199 0.005314790 0.018091708 -2.159885883 -0.005320641 0.999985814 0.000275324 1.932284594 -0.018089987 -0.000371535 0.999836266 169.184921265\n0.999777853 0.005482212 0.020351911 -2.147218466 -0.005567404 0.999975979 0.004131635 1.942595482 -0.020328771 -0.004244024 0.999784350 169.952239990\n0.999759376 0.004090593 0.021550285 -2.121744394 -0.004315659 0.999936521 0.010407630 1.950512290 -0.021506345 -0.010498130 0.999713600 170.720565796\n0.999700010 0.001588101 0.024440285 -2.117555857 -0.001956078 0.999884963 0.015039654 1.952920318 -0.024413589 -0.015082951 0.999588132 171.491333008\n0.999632478 0.000628024 0.027102023 -2.104628801 -0.001039858 0.999884188 0.015184272 1.967017293 -0.027089348 -0.015206874 0.999517322 172.279251099\n0.999573231 0.000322269 0.029210450 -2.084159136 -0.000729756 0.999902546 0.013940468 1.983255863 -0.029203111 -0.013955836 0.999476075 173.054077148\n0.999545634 0.000987689 0.030125095 -2.068779469 -0.001382023 0.999913633 0.013071871 1.996409416 -0.030109581 -0.013107566 0.999460638 173.828048706\n0.999509811 0.000092119 0.031306773 -2.057106495 -0.000487163 0.999920368 0.012611085 2.007486820 -0.031303119 -0.012620154 0.999430239 174.601470947\n0.999516070 -0.001978339 0.031044299 -2.020580053 0.001627802 0.999934673 0.011312709 2.017813444 -0.031064650 -0.011256700 0.999453962 175.405441284\n0.999517381 -0.004279289 0.030768553 -2.007299423 0.003901323 0.999916315 0.012333720 2.033065557 -0.030818759 -0.012207729 0.999450445 176.194625854\n0.999559462 -0.003869983 0.029426975 -1.991206527 0.003477210 0.999904335 0.013386881 2.049850464 -0.029475968 -0.013278659 0.999477267 176.978195190\n0.999613404 -0.004291442 0.027471149 -1.970644474 0.003837291 0.999855459 0.016563328 2.059076309 -0.027538259 -0.016451510 0.999485373 177.769195557\n0.999644041 -0.006253329 0.025936212 -1.952239513 0.005756843 0.999799609 0.019173263 2.070592880 -0.026050912 -0.019017128 0.999479711 178.563339233\n0.999698818 -0.006195013 0.023747085 -1.939983487 0.005685551 0.999753535 0.021461511 2.085261822 -0.023874184 -0.021320032 0.999487579 179.380233765\n0.999746859 -0.008277314 0.020921303 -1.910096526 0.007817406 0.999728084 0.021969739 2.105175972 -0.021097464 -0.021800626 0.999539733 180.227432251\n0.999801397 -0.009147608 0.017704163 -1.892240644 0.008782462 0.999749362 0.020593852 2.125161648 -0.017888110 -0.020434277 0.999631166 181.036697388\n0.999850869 -0.008784106 0.014866806 -1.892628074 0.008517069 0.999802947 0.017931007 2.143700838 -0.015021384 -0.017801711 0.999728680 181.836776733\n0.999894798 -0.007046481 0.012680525 -1.904162645 0.006841558 0.999846458 0.016131928 2.160259724 -0.012792252 -0.016043477 0.999789476 182.623397827\n0.999926746 -0.005775196 0.010638100 -1.894946814 0.005609830 0.999863982 0.015509542 2.183398008 -0.010726224 -0.015448728 0.999823153 183.443740845\n0.999943554 -0.006381413 0.008497131 -1.885094762 0.006239771 0.999842882 0.016592812 2.194683552 -0.008601681 -0.016538855 0.999826252 184.240890503\n0.999947965 -0.005879276 0.008334578 -1.884325147 0.005739397 0.999843955 0.016708730 2.212764502 -0.008431513 -0.016660025 0.999825656 185.053009033\n0.999939382 -0.008087164 0.007472846 -1.875865340 0.007964868 0.999836206 0.016252637 2.221962452 -0.007603060 -0.016192133 0.999840021 185.855834961\n0.999929428 -0.009547691 0.007069365 -1.873199940 0.009433206 0.999826610 0.016054446 2.237315178 -0.007221422 -0.015986625 0.999846101 186.665435791\n0.999906778 -0.011960543 0.006582954 -1.870896101 0.011841049 0.999769628 0.017900970 2.249756336 -0.006795542 -0.017821353 0.999818087 187.458435059\n0.999899507 -0.012905397 0.005865294 -1.864315748 0.012783065 0.999709427 0.020436628 2.267616749 -0.006127333 -0.020359598 0.999773920 188.255874634\n0.999876499 -0.014830415 0.005204587 -1.861652493 0.014708400 0.999633014 0.022747388 2.282613754 -0.005540031 -0.022668028 0.999727726 189.046676636\n0.999855340 -0.016580813 0.003793871 -1.852039456 0.016483605 0.999567330 0.024360137 2.296507835 -0.004196140 -0.024294076 0.999696076 189.832092285\n0.999864697 -0.016145416 0.003153937 -1.856276393 0.016066350 0.999590874 0.023663899 2.312268972 -0.003534711 -0.023610026 0.999714971 190.609481812\n0.999876618 -0.015530840 0.002362246 -1.862312913 0.015471277 0.999605715 0.023431098 2.329891920 -0.002725220 -0.023391658 0.999722660 191.383071899\n0.999890924 -0.014745202 0.000877282 -1.862319350 0.014719041 0.999586523 0.024701659 2.349913836 -0.001241150 -0.024686052 0.999694467 192.153305054\n0.999897778 -0.014284594 0.000622811 -1.866262317 0.014262860 0.999541283 0.026716696 2.364959717 -0.001004163 -0.026705083 0.999642849 192.918472290\n0.999930203 -0.011814013 0.000012554 -1.870657444 0.011809411 0.999569356 0.026864251 2.385826349 -0.000329923 -0.026862228 0.999639094 193.702026367\n0.999949038 -0.010092103 -0.000110616 -1.870334387 0.010091643 0.999624074 0.025492463 2.405131578 -0.000146699 -0.025492281 0.999675035 194.461944580\n0.999960244 -0.008915836 0.000230917 -1.878466010 0.008907884 0.999680758 0.023644423 2.424334049 -0.000441654 -0.023641426 0.999720395 195.232437134\n0.999974072 -0.007136730 0.000957995 -1.879931331 0.007112786 0.999709606 0.023023510 2.444565773 -0.001122029 -0.023016099 0.999734461 195.992584229\n0.999981046 -0.005671354 0.002404250 -1.880918741 0.005612506 0.999700665 0.023814514 2.460786343 -0.002538590 -0.023800569 0.999713480 196.745178223\n0.999986649 -0.002280699 0.004639202 -1.896698236 0.002166871 0.999700069 0.024394909 2.480174065 -0.004693448 -0.024384530 0.999691665 197.532775879\n0.999974728 0.000184260 0.007106368 -1.891109586 -0.000347660 0.999735415 0.022999035 2.497375727 -0.007100250 -0.023000926 0.999710202 198.284805298\n0.999942303 0.002437970 0.010459963 -1.898554921 -0.002639144 0.999810994 0.019262264 2.510879993 -0.010411025 -0.019288758 0.999759734 199.032363892\n0.999902368 0.003595489 0.013503819 -1.890912771 -0.003775528 0.999904037 0.013330712 2.527136087 -0.013454592 -0.013380394 0.999819934 199.802764893\n0.999855220 0.004159144 0.016498923 -1.874537706 -0.004289688 0.999959707 0.007884793 2.542256355 -0.016465465 -0.007954426 0.999832809 200.558074951\n0.999792039 0.003228084 0.020137385 -1.865154147 -0.003333772 0.999980807 0.005217001 2.551236153 -0.020120157 -0.005283050 0.999783635 201.327148438\n0.999725997 0.000750013 0.023396021 -1.848739505 -0.000876681 0.999985039 0.005404311 2.557963848 -0.023391616 -0.005423341 0.999711692 202.098846436\n0.999664724 -0.000947672 0.025876282 -1.824625850 0.000761459 0.999973774 0.007205166 2.565679550 -0.025882432 -0.007183047 0.999639213 202.865509033\n0.999585748 -0.004813767 0.028375711 -1.811925292 0.004547250 0.999944985 0.009449450 2.574110746 -0.028419638 -0.009316504 0.999552667 203.634170532\n0.999532938 -0.007928544 0.029514229 -1.788263917 0.007575587 0.999898672 0.012051530 2.579522610 -0.029606789 -0.011822313 0.999491692 204.397415161\n0.999497294 -0.010421278 0.029942123 -1.765535951 0.009987929 0.999843717 0.014586208 2.594814539 -0.030089451 -0.014279816 0.999445200 205.184585571\n0.999516964 -0.010879541 0.029111098 -1.742839813 0.010378706 0.999796450 0.017300369 2.609724045 -0.029293394 -0.016989877 0.999426484 205.953231812\n0.999559164 -0.010685113 0.027699277 -1.735160112 0.010152985 0.999762535 0.019280879 2.622065306 -0.027898720 -0.018991148 0.999430358 206.732437134\n0.999620974 -0.011066667 0.025208227 -1.720651507 0.010567895 0.999747455 0.019834086 2.632915974 -0.025421357 -0.019560171 0.999485433 207.516754150\n0.999674082 -0.010759966 0.023149736 -1.710353494 0.010307815 0.999755502 0.019563012 2.651919365 -0.023354573 -0.019318013 0.999540567 208.291564941\n0.999732316 -0.009769084 0.020972844 -1.703742504 0.009363662 0.999769092 0.019342747 2.669560432 -0.021156961 -0.019141186 0.999592900 209.062240601\n0.999786794 -0.009864687 0.018140620 -1.699864984 0.009511064 0.999765038 0.019477500 2.686287880 -0.018328497 -0.019300811 0.999645710 209.831192017\n0.999846876 -0.009842667 0.014468001 -1.685188174 0.009557617 0.999761403 0.019640917 2.700769186 -0.014657868 -0.019499632 0.999702394 210.616195679\n0.999889255 -0.009891976 0.011117072 -1.678249240 0.009669631 0.999755621 0.019879185 2.718101025 -0.011311000 -0.019769486 0.999740601 211.386001587\n0.999916077 -0.009766321 0.008510842 -1.674431682 0.009593016 0.999750495 0.020171031 2.731455803 -0.008705716 -0.020087695 0.999760330 212.174255371\n0.999933004 -0.009994736 0.005839176 -1.673018575 0.009877766 0.999756575 0.019728601 2.749600887 -0.006034937 -0.019669602 0.999788344 212.947555542\n0.999942124 -0.010119669 0.003655196 -1.683379292 0.010045289 0.999752998 0.019824538 2.767765760 -0.003854911 -0.019786675 0.999796808 213.723159790\n0.999943316 -0.010549141 0.001435259 -1.694346309 0.010518560 0.999747336 0.019865237 2.787647009 -0.001644457 -0.019849014 0.999801636 214.495834351\n0.999948621 -0.010095970 -0.000934136 -1.704928517 0.010112646 0.999748588 0.020013211 2.808232546 0.000731848 -0.020021629 0.999799252 215.278625488\n0.999947429 -0.009810419 -0.002975681 -1.721177220 0.009872382 0.999718428 0.021576986 2.828164101 0.002763164 -0.021605229 0.999762774 216.047866821\n0.999935210 -0.009814184 -0.005771986 -1.716157913 0.009943897 0.999688506 0.022890665 2.838750601 0.005545535 -0.022946578 0.999721289 216.824935913\n0.999928832 -0.009538298 -0.007165418 -1.735570669 0.009704540 0.999675870 0.023535714 2.852628946 0.006938605 -0.023603575 0.999697328 217.614578247\n0.999930561 -0.008359730 -0.008305769 -1.753554702 0.008549087 0.999698222 0.023030479 2.875007629 0.008110734 -0.023099886 0.999700248 218.382385254\n0.999917746 -0.007791189 -0.010190135 -1.759360075 0.008019409 0.999713540 0.022550547 2.890314341 0.010011520 -0.022630410 0.999693751 219.152725220\n0.999909937 -0.006885008 -0.011518740 -1.771497607 0.007126992 0.999751985 0.021100387 2.906328917 0.011370607 -0.021180581 0.999710977 219.923080444\n0.999921083 -0.003730744 -0.011997364 -1.803965092 0.003963922 0.999802589 0.019471059 2.927078009 0.011922354 -0.019517079 0.999738455 220.703109741\n0.999916911 -0.003671034 -0.012357286 -1.817991495 0.003905575 0.999811649 0.019009706 2.942377567 0.012285174 -0.019056387 0.999742925 221.463287354\n0.999920368 -0.003589528 -0.012097512 -1.837009668 0.003815689 0.999817431 0.018723903 2.965869427 0.012028093 -0.018768571 0.999751508 222.226257324\n0.999917507 -0.002976447 -0.012492474 -1.844398260 0.003238498 0.999774039 0.021009162 2.984996319 0.012427119 -0.021047886 0.999701262 222.980697632\n0.999918818 -0.003314862 -0.012303319 -1.861820817 0.003608590 0.999707162 0.023928896 2.985768080 0.012220395 -0.023971351 0.999637961 223.749389648\n0.999919474 -0.004312118 -0.011934002 -1.878295422 0.004601923 0.999692559 0.024364024 3.004166603 0.011825272 -0.024416983 0.999631941 224.506546021\n0.999907732 -0.006276185 -0.012048921 -1.886756301 0.006559195 0.999700069 0.023594396 3.022634268 0.011897225 -0.023671251 0.999648988 225.263122559\n0.999900877 -0.007338961 -0.012013266 -1.894994140 0.007597421 0.999737561 0.021612255 3.034780979 0.011851502 -0.021701384 0.999694228 226.009414673\n0.999903142 -0.006751498 -0.012171941 -1.902415752 0.006992065 0.999778926 0.019831011 3.054009438 0.012035361 -0.019914197 0.999729276 226.756332397\n0.999917567 -0.005873765 -0.011419979 -1.914124489 0.006105527 0.999773920 0.020366656 3.072934628 0.011297768 -0.020434702 0.999727368 227.504837036\n0.999951601 -0.004051193 -0.008967008 -1.933745146 0.004248618 0.999746561 0.022108350 3.090597153 0.008875170 -0.022145376 0.999715388 228.252960205\n0.999972463 -0.003514796 -0.006533299 -1.938540578 0.003665879 0.999722779 0.023258695 3.107111692 0.006449738 -0.023282006 0.999708116 229.004089355\n0.999990463 -0.002536609 -0.003549084 -1.945281744 0.002618514 0.999725878 0.023266627 3.122454882 0.003489093 -0.023275698 0.999723017 229.748764038\n0.999998868 0.001415946 0.000461038 -1.961826563 -0.001425531 0.999767840 0.021499882 3.145053387 -0.000430488 -0.021500515 0.999768734 230.495269775\n0.999985576 0.004466745 0.002978186 -1.962582946 -0.004523432 0.999803364 0.019307187 3.164601326 -0.002891360 -0.019320380 0.999809146 231.238494873\n0.999972641 0.004554286 0.005828725 -1.963185906 -0.004655332 0.999837041 0.017441457 3.179866314 -0.005748342 -0.017468113 0.999830902 231.983154297\n0.999958396 0.004807449 0.007751787 -1.962160945 -0.004931208 0.999859393 0.016025867 3.194508553 -0.007673654 -0.016063428 0.999841511 232.728530884\n0.999945521 0.004441902 0.009448848 -1.953426003 -0.004578926 0.999883950 0.014529848 3.210559368 -0.009383212 -0.014572321 0.999849796 233.468078613\n0.999919176 0.005397491 0.011508829 -1.961875558 -0.005559207 0.999885619 0.014066104 3.225400686 -0.011431591 -0.014128948 0.999834836 234.223220825\n0.999906600 0.004548117 0.012888335 -1.956354976 -0.004744873 0.999872029 0.015277008 3.237249136 -0.012817204 -0.015336734 0.999800205 234.990692139\n0.999901712 0.002160676 0.013853535 -1.941759944 -0.002404083 0.999842584 0.017577523 3.252510071 -0.013813375 -0.017609101 0.999749541 235.739517212\n0.999884546 -0.001260804 0.015142213 -1.935936213 0.000953157 0.999793351 0.020307239 3.266025066 -0.015164686 -0.020290460 0.999679089 236.501586914\n0.999877989 -0.003637334 0.015192590 -1.924370289 0.003309368 0.999762118 0.021556892 3.279904842 -0.015267385 -0.021503983 0.999652207 237.257263184\n0.999871850 -0.005869993 0.014895367 -1.909836411 0.005547477 0.999751270 0.021601794 3.295965433 -0.015018464 -0.021516394 0.999655664 238.014022827\n0.999865413 -0.007077575 0.014799469 -1.906580806 0.006783541 0.999780476 0.019824605 3.312965631 -0.014936530 -0.019721545 0.999693930 238.780105591\n0.999859631 -0.008371393 0.014514857 -1.896142483 0.008111433 0.999807298 0.017877277 3.332099199 -0.014661717 -0.017757030 0.999734819 239.550186157\n0.999860883 -0.008941528 0.014082019 -1.888611794 0.008711163 0.999828637 0.016336113 3.349990129 -0.014225676 -0.016211169 0.999767363 240.327651978\n0.999870062 -0.008406567 0.013755939 -1.884115100 0.008187496 0.999839962 0.015905149 3.365335464 -0.013887445 -0.015790455 0.999778867 241.121170044\n0.999876797 -0.007485549 0.013799017 -1.880199432 0.007280950 0.999863684 0.014818124 3.383658886 -0.013908058 -0.014715829 0.999794960 241.911834717\n0.999871016 -0.007359097 0.014274825 -1.875812531 0.007169154 0.999885678 0.013312012 3.398472071 -0.014371158 -0.013207956 0.999809504 242.710540771\n0.999860287 -0.008155162 0.014592645 -1.864360452 0.007986105 0.999900758 0.011606097 3.410710335 -0.014685847 -0.011487937 0.999826133 243.493789673\n0.999847293 -0.008792982 0.015100996 -1.852164865 0.008626397 0.999901593 0.011061361 3.421060562 -0.015196772 -0.010929405 0.999824762 244.287399292\n0.999834836 -0.010162388 0.015067263 -1.847470760 0.009992470 0.999886096 0.011309997 3.437233210 -0.015180483 -0.011157569 0.999822497 245.101318359\n0.999840975 -0.010566791 0.014363654 -1.837681293 0.010390617 0.999870539 0.012284995 3.449953318 -0.014491608 -0.012133795 0.999821365 245.910202026\n0.999852240 -0.011319598 0.012937407 -1.831556797 0.011144661 0.999846578 0.013514860 3.458865643 -0.013088404 -0.013368680 0.999824941 246.720733643\n0.999863625 -0.012097323 0.011240619 -1.829302907 0.011942746 0.999834597 0.013718497 3.472088337 -0.011404716 -0.013582382 0.999842703 247.530120850\n0.999882996 -0.012429164 0.008919417 -1.825958371 0.012308042 0.999832988 0.013508375 3.488261700 -0.009085825 -0.013397013 0.999868989 248.390945435\n0.999896765 -0.013200772 0.005675977 -1.824520230 0.013128906 0.999835432 0.012517581 3.503373384 -0.005840285 -0.012441769 0.999905527 249.232269287\n0.999910951 -0.013164275 0.002177456 -1.833270669 0.013139593 0.999853313 0.010985722 3.518247128 -0.002321756 -0.010956133 0.999937296 250.082412720\n0.999899328 -0.013899523 -0.002846777 -1.835655928 0.013929190 0.999845922 0.010681023 3.526670218 0.002697877 -0.010719601 0.999938905 250.948333740\n0.999859333 -0.014229141 -0.008879067 -1.841675639 0.014329094 0.999833524 0.011296888 3.545073271 0.008716844 -0.011422527 0.999896765 251.817413330\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0106_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n1.000000000 -0.000045546 -0.000043598 0.002468777 0.000045546 1.000000000 0.000010405 -0.002320700 0.000043598 -0.000010407 1.000000000 0.004554965\n1.000000000 -0.000128543 0.000081334 -0.001548035 0.000128536 1.000000000 0.000093371 0.000139468 -0.000081346 -0.000093360 1.000000000 0.007312173\n1.000000000 0.000009349 0.000022728 0.000528476 -0.000009348 1.000000000 -0.000027200 -0.001077049 -0.000022728 0.000027200 1.000000000 0.003359983\n1.000000000 -0.000064413 0.000109546 -0.000527056 0.000064462 0.999999881 -0.000445249 -0.002946372 -0.000109517 0.000445256 0.999999881 0.004577690\n1.000000000 -0.000125664 0.000020615 0.000842043 0.000125672 0.999999940 -0.000400123 -0.003361408 -0.000020564 0.000400126 0.999999940 0.004402495\n1.000000000 -0.000167446 0.000039424 0.000401105 0.000167461 0.999999940 -0.000381591 -0.000903197 -0.000039360 0.000381598 0.999999940 0.006370998\n1.000000000 -0.000056916 0.000024200 0.000290505 0.000056934 0.999999702 -0.000741544 -0.000463973 -0.000024158 0.000741545 0.999999702 0.005185565\n1.000000000 0.000108139 0.000088800 0.000352466 -0.000108104 0.999999940 -0.000395928 -0.003402538 -0.000088843 0.000395918 0.999999940 0.005082154\n1.000000000 -0.000016455 0.000062615 0.000523434 0.000016487 0.999999881 -0.000511570 -0.001657052 -0.000062607 0.000511571 0.999999881 0.004851217\n1.000000000 -0.000162269 -0.000156207 0.003741822 0.000162107 0.999999464 -0.001036570 -0.001871511 0.000156375 0.001036544 0.999999464 0.006064269\n1.000000000 -0.000118075 0.000055361 0.001070610 0.000118155 0.999998927 -0.001440940 -0.001222270 -0.000055191 0.001440946 0.999998987 0.009493906\n1.000000000 -0.000132209 0.000198979 -0.002820262 0.000132519 0.999998808 -0.001556983 -0.000470893 -0.000198773 0.001557010 0.999998748 0.019893808\n1.000000000 -0.000067870 0.000060263 0.000383563 0.000067962 0.999998808 -0.001533539 -0.000762090 -0.000060159 0.001533543 0.999998808 0.030055515\n1.000000000 0.000199739 0.000051230 0.000725739 -0.000199659 0.999998748 -0.001567743 -0.001134350 -0.000051543 0.001567733 0.999998748 0.049683955\n1.000000000 0.000130596 0.000098785 -0.000293438 -0.000130426 0.999998510 -0.001718307 -0.000314864 -0.000099009 0.001718294 0.999998510 0.067134820\n1.000000000 0.000200765 0.000035566 0.002331538 -0.000200705 0.999998569 -0.001687204 -0.001542601 -0.000035905 0.001687196 0.999998569 0.089411594\n0.999999881 0.000480499 0.000090443 0.001090469 -0.000480345 0.999998450 -0.001695365 -0.004997362 -0.000091258 0.001695321 0.999998569 0.115862608\n0.999999762 0.000582850 0.000284344 -0.002159402 -0.000582310 0.999998033 -0.001896537 -0.000869726 -0.000285449 0.001896371 0.999998152 0.143358558\n0.999999940 0.000397385 0.000128063 0.001851107 -0.000397182 0.999998689 -0.001587444 -0.002450468 -0.000128693 0.001587393 0.999998748 0.169668928\n0.999999821 0.000477003 0.000329783 -0.000186894 -0.000476497 0.999998689 -0.001532610 -0.000344985 -0.000330513 0.001532452 0.999998748 0.198469087\n0.999999881 0.000414970 0.000196247 0.003376741 -0.000414712 0.999999046 -0.001311628 -0.002050522 -0.000196792 0.001311546 0.999999106 0.213011160\n0.999999821 0.000566865 0.000252432 0.002465982 -0.000566551 0.999999046 -0.001242906 -0.001695814 -0.000253136 0.001242762 0.999999225 0.223888859\n0.999999881 0.000429233 0.000300714 0.001360444 -0.000428935 0.999999404 -0.000991284 -0.002635131 -0.000301139 0.000991155 0.999999464 0.236474812\n0.999999821 0.000420706 0.000447937 -0.001507478 -0.000420242 0.999999404 -0.001035479 -0.003115562 -0.000448373 0.001035291 0.999999344 0.232320786\n0.999999881 0.000448185 0.000174589 0.005089964 -0.000447942 0.999998927 -0.001388939 -0.004672240 -0.000175211 0.001388860 0.999999046 0.226341769\n0.999999821 0.000447966 0.000329304 0.000155379 -0.000447363 0.999998212 -0.001830898 -0.002866931 -0.000330124 0.001830750 0.999998271 0.230483279\n0.999999821 0.000556653 0.000218458 0.003030285 -0.000556358 0.999998927 -0.001351364 -0.004928177 -0.000219210 0.001351243 0.999999046 0.229815632\n0.999999762 0.000566991 0.000343694 0.001385787 -0.000566565 0.999999046 -0.001238289 -0.003689366 -0.000344396 0.001238094 0.999999166 0.227861136\n0.999999940 0.000216987 0.000361226 0.001933877 -0.000216251 0.999997914 -0.002036722 -0.002070559 -0.000361667 0.002036644 0.999997854 0.230531812\n0.999999940 0.000285472 0.000198816 0.001387426 -0.000285005 0.999997199 -0.002347648 -0.002726636 -0.000199486 0.002347591 0.999997199 0.234735504\n0.999999642 0.000716446 0.000400751 -0.000890876 -0.000715352 0.999996066 -0.002722560 -0.002339520 -0.000402700 0.002722272 0.999996185 0.236012772\n0.999999762 0.000577599 0.000420719 -0.000216493 -0.000576389 0.999995708 -0.002872225 -0.001982499 -0.000422376 0.002871982 0.999995768 0.249632493\n0.999999821 0.000458619 0.000348006 0.000267840 -0.000457637 0.999995947 -0.002816963 -0.000950357 -0.000349296 0.002816803 0.999995947 0.263022780\n0.999999642 0.000736270 0.000461334 -0.000653236 -0.000734983 0.999995828 -0.002784221 -0.002195820 -0.000463382 0.002783880 0.999996006 0.280768096\n0.999999464 0.000837062 0.000622391 -0.003600382 -0.000835353 0.999995887 -0.002741792 -0.005238920 -0.000624684 0.002741271 0.999996066 0.307167262\n0.999999464 0.000749113 0.000692928 -0.004874741 -0.000747048 0.999995291 -0.002975371 -0.002285780 -0.000695153 0.002974852 0.999995351 0.331532627\n0.999999344 0.000904287 0.000689008 -0.001695086 -0.000902234 0.999995172 -0.002973691 -0.002873425 -0.000691693 0.002973067 0.999995351 0.363221586\n0.999999523 0.000587686 0.000742428 0.001528669 -0.000585394 0.999995053 -0.003083160 -0.001397629 -0.000744236 0.003082724 0.999994993 0.393932641\n0.999998868 0.001084317 0.001047852 -0.003979604 -0.001081093 0.999994695 -0.003072775 -0.002222164 -0.001051178 0.003071639 0.999994755 0.430581808\n0.999998868 0.000970471 0.001125746 -0.002916660 -0.000966945 0.999994636 -0.003128538 0.000499071 -0.001128776 0.003127446 0.999994457 0.470536917\n0.999998748 0.000956804 0.001260743 -0.002141105 -0.000952986 0.999994993 -0.003025309 -0.000270376 -0.001263632 0.003024104 0.999994636 0.511636496\n0.999997973 0.001236765 0.001579373 -0.007461430 -0.001232015 0.999994755 -0.003004846 -0.001391591 -0.001583081 0.003002894 0.999994218 0.566056490\n0.999997318 0.001480509 0.001765577 -0.006692244 -0.001475037 0.999994099 -0.003096390 -0.000654124 -0.001770151 0.003093777 0.999993622 0.616522729\n0.999996603 0.001726976 0.001937261 -0.008146353 -0.001719803 0.999991655 -0.003697903 0.000124136 -0.001943632 0.003694559 0.999991298 0.675325811\n0.999995708 0.002281540 0.001839862 -0.004222190 -0.002271688 0.999983191 -0.005339034 0.000549384 -0.001852013 0.005334831 0.999984026 0.742529392\n0.999994397 0.002774337 0.001876799 -0.007685814 -0.002758285 0.999960065 -0.008502004 0.000456526 -0.001900311 0.008496779 0.999962091 0.823617578\n0.999990165 0.003955684 0.002003123 -0.012068683 -0.003931294 0.999919832 -0.012036823 0.001199635 -0.002050576 0.012028829 0.999925554 0.929654956\n0.999988079 0.004489192 0.001926722 -0.011914861 -0.004460406 0.999882102 -0.014693392 0.003151912 -0.001992456 0.014684622 0.999890208 1.064069867\n0.999985814 0.005033740 0.001755913 -0.010337604 -0.005005291 0.999861896 -0.015846528 0.001611252 -0.001835438 0.015837513 0.999872923 1.226348996\n0.999984324 0.005304693 0.001801759 -0.025427992 -0.005275414 0.999859929 -0.015883472 0.003150524 -0.001885764 0.015873717 0.999872208 1.420176148\n0.999980271 0.006249865 0.000669653 -0.018019464 -0.006238398 0.999853492 -0.015940364 0.000848690 -0.000769180 0.015935872 0.999872744 1.638948321\n0.999973774 0.007236787 0.000260219 -0.027838646 -0.007231728 0.999847114 -0.015919195 -0.001980265 -0.000375383 0.015916895 0.999873221 1.886461020\n0.999969304 0.007830968 -0.000146277 -0.034856070 -0.007832265 0.999864519 -0.014477899 -0.002218927 0.000032881 0.014478601 0.999895155 2.153709173\n0.999971032 0.007518544 -0.001172848 -0.023457291 -0.007531958 0.999900997 -0.011885803 -0.002396537 0.001083368 0.011894293 0.999928653 2.432764769\n0.999967277 0.007861746 -0.001900809 -0.025944900 -0.007875595 0.999941647 -0.007391215 -0.006050838 0.001842590 0.007405944 0.999970853 2.719695568\n0.999955475 0.009060399 -0.002642405 -0.034350075 -0.009069772 0.999952555 -0.003557311 -0.006400954 0.002610049 0.003581119 0.999990165 3.001726389\n0.999936581 0.010571375 -0.003883286 -0.036768232 -0.010577531 0.999942839 -0.001568014 -0.008377424 0.003866488 0.001608990 0.999991238 3.277707815\n0.999919593 0.011522729 -0.005295447 -0.040824242 -0.011531848 0.999932051 -0.001694668 -0.008269629 0.005275560 0.001755598 0.999984562 3.553583860\n0.999906659 0.011994362 -0.006545296 -0.042045135 -0.012010270 0.999925017 -0.002396554 -0.007116304 0.006516060 0.002474941 0.999975681 3.829524994\n0.999886990 0.012634116 -0.008148556 -0.050778065 -0.012655073 0.999916732 -0.002525460 -0.006189377 0.008115970 0.002628295 0.999963582 4.103579998\n0.999865592 0.013504190 -0.009295790 -0.065739863 -0.013529891 0.999904811 -0.002707451 -0.006733979 0.009258342 0.002832858 0.999953151 4.377052784\n0.999830842 0.014746819 -0.010990855 -0.069926709 -0.014795413 0.999881089 -0.004353260 -0.005857756 0.010925352 0.004515138 0.999930143 4.660137653\n0.999792516 0.015544909 -0.013161822 -0.074470662 -0.015624166 0.999860287 -0.005940448 -0.006728978 0.013067639 0.006144857 0.999895751 4.948825836\n0.999759555 0.015627261 -0.015381442 -0.079143725 -0.015744815 0.999847531 -0.007551348 -0.006315658 0.015261090 0.007791711 0.999853194 5.248001099\n0.999739408 0.015711170 -0.016561124 -0.100615017 -0.015853772 0.999838054 -0.008514858 -0.003864667 0.016424663 0.008775195 0.999826610 5.570368290\n0.999690175 0.016326008 -0.018788820 -0.109800950 -0.016493361 0.999825358 -0.008786775 -0.002962118 0.018642087 0.009093943 0.999784887 5.913791180\n0.999641299 0.016389767 -0.021181941 -0.122284673 -0.016565373 0.999829650 -0.008141661 -0.002080261 0.021044893 0.008489627 0.999742508 6.274075985\n0.999614537 0.015490792 -0.023040509 -0.138498500 -0.015682733 0.999843597 -0.008173368 0.000740081 0.022910293 0.008531556 0.999701142 6.652902603\n0.999557376 0.015420260 -0.025440879 -0.148807541 -0.015640052 0.999841869 -0.008463050 0.001470950 0.025306353 0.008857201 0.999640524 7.051335812\n0.999516547 0.014682627 -0.027405249 -0.166831270 -0.014884836 0.999863386 -0.007189101 0.003894208 0.027295949 0.007593548 0.999598563 7.484325409\n0.999417722 0.017579146 -0.029244227 -0.187711060 -0.017755166 0.999825716 -0.005770229 0.004335498 0.029137693 0.006286105 0.999555647 7.939036369\n0.999354780 0.019671194 -0.030051867 -0.211898297 -0.019845158 0.999787927 -0.005501478 0.009196588 0.029937273 0.006094312 0.999533176 8.421694756\n0.999343276 0.020226061 -0.030066209 -0.233367190 -0.020342389 0.999786735 -0.003568170 0.015136199 0.029987626 0.004177445 0.999541521 8.932011604\n0.999362469 0.019035256 -0.030205406 -0.245043159 -0.019105243 0.999815404 -0.002030123 0.017567052 0.030161187 0.002605910 0.999541640 9.481910706\n0.999413967 0.017383844 -0.029488580 -0.260088116 -0.017411284 0.999848187 -0.000674028 0.021234011 0.029472386 0.001187067 0.999564886 10.034640312\n0.999455035 0.017899651 -0.027735448 -0.280646354 -0.017923225 0.999839187 -0.000601622 0.028664496 0.027720217 0.001098403 0.999615133 10.618465424\n0.999433935 0.021854721 -0.025577651 -0.308030844 -0.021863764 0.999760985 -0.000073913 0.037392646 0.025569921 0.000633095 0.999672830 11.244065285\n0.999446690 0.024008304 -0.023019079 -0.327905387 -0.024041923 0.999710262 -0.001184816 0.047972821 0.022983963 0.001737583 0.999734342 11.866274834\n0.999530613 0.023281738 -0.019911723 -0.346190393 -0.023302782 0.999728084 -0.000825490 0.054396857 0.019887090 0.001289101 0.999801397 12.519723892\n0.999581039 0.023019556 -0.017546700 -0.353813320 -0.023029137 0.999734759 -0.000344167 0.058334243 0.017534124 0.000748108 0.999845982 13.197749138\n0.999652743 0.021804323 -0.014799452 -0.365307003 -0.021799320 0.999762237 0.000499270 0.066865571 0.014806820 -0.000176478 0.999890387 13.883279800\n0.999678731 0.022414235 -0.011835917 -0.375866413 -0.022410275 0.999748766 0.000467117 0.068021029 0.011843413 -0.000201721 0.999929845 14.581721306\n0.999727249 0.020934261 -0.010352232 -0.387615263 -0.020945186 0.999780178 -0.000947970 0.081359237 0.010330112 0.001164541 0.999945939 15.325881004\n0.999782503 0.018767955 -0.009096884 -0.394455045 -0.018769586 0.999823809 -0.000093972 0.090146370 0.009093517 0.000264696 0.999958634 16.056703568\n0.999844432 0.015601276 -0.008225901 -0.394585907 -0.015584199 0.999876261 0.002136058 0.105234854 0.008258209 -0.002007532 0.999963880 16.825849533\n0.999864817 0.014562861 -0.007635230 -0.402584970 -0.014522365 0.999880314 0.005332696 0.115265958 0.007711976 -0.005221093 0.999956608 17.605436325\n0.999880075 0.013599715 -0.007409271 -0.415518314 -0.013548329 0.999884129 0.006942046 0.123308927 0.007502822 -0.006840830 0.999948442 18.398347855\n0.999907017 0.011155084 -0.007843599 -0.417579025 -0.011111010 0.999922335 0.005640395 0.137908474 0.007905909 -0.005552720 0.999953330 19.206613541\n0.999931872 0.008319424 -0.008190394 -0.424291611 -0.008298879 0.999962330 0.002539238 0.152751341 0.008211210 -0.002471094 0.999963224 20.010416031\n0.999944687 0.005033348 -0.009236175 -0.434639633 -0.005027113 0.999987125 0.000698080 0.155921951 0.009239569 -0.000651610 0.999957085 20.861856461\n0.999938607 0.001258394 -0.011010162 -0.439471304 -0.001250370 0.999998927 0.000735669 0.167314619 0.011011076 -0.000721857 0.999939144 21.699571609\n0.999928057 -0.000709794 -0.011975352 -0.460202545 0.000742441 0.999996006 0.002722013 0.173344761 0.011973372 -0.002730708 0.999924600 22.573726654\n0.999914229 -0.001928125 -0.012955502 -0.479064435 0.001986915 0.999987781 0.004526526 0.182104960 0.012946615 -0.004551880 0.999905825 23.428581238\n0.999875188 -0.005289151 -0.014887507 -0.477472872 0.005380511 0.999966919 0.006103343 0.183185279 0.014854733 -0.006182684 0.999870539 24.310552597\n0.999847233 -0.007068475 -0.015987162 -0.497722030 0.007167010 0.999955595 0.006114473 0.190245792 0.015943233 -0.006228119 0.999853492 25.172384262\n0.999809444 -0.007872325 -0.017864177 -0.494184256 0.007997523 0.999943912 0.006947766 0.201824337 0.017808480 -0.007089311 0.999816298 26.084218979\n0.999774635 -0.008982403 -0.019234020 -0.500513911 0.009133301 0.999928117 0.007771948 0.213312030 0.019162826 -0.007945867 0.999784827 26.980094910\n0.999754727 -0.008509749 -0.020447753 -0.518569827 0.008687009 0.999925315 0.008595806 0.224187836 0.020373078 -0.008771327 0.999753952 27.871414185\n0.999727607 -0.008580785 -0.021704644 -0.523469210 0.008796320 0.999912739 0.009854478 0.235467136 0.021618191 -0.010042714 0.999715865 28.785533905\n0.999689281 -0.009539195 -0.023027962 -0.520927787 0.009781407 0.999897778 0.010428540 0.240028992 0.022926129 -0.010650546 0.999680400 29.705589294\n0.999710441 -0.008037941 -0.022680078 -0.567483604 0.008258267 0.999919474 0.009637635 0.259943455 0.022600785 -0.009822143 0.999696314 30.586219788\n0.999702871 -0.004778425 -0.023902897 -0.579182625 0.004954669 0.999960959 0.007319571 0.272901952 0.023866987 -0.007435828 0.999687493 31.481458664\n0.999705911 -0.001491186 -0.024205942 -0.619547009 0.001654014 0.999976158 0.006708174 0.272544742 0.024195360 -0.006746238 0.999684513 32.385009766\n0.999662340 0.001091862 -0.025961131 -0.622150242 -0.000954882 0.999985576 0.005288182 0.288999975 0.025966531 -0.005261607 0.999648988 33.305778503\n0.999662519 0.003076445 -0.025794189 -0.657450259 -0.002929453 0.999979258 0.005734518 0.289312154 0.025811296 -0.005657020 0.999650836 34.180107117\n0.999637306 0.004538633 -0.026546057 -0.703397214 -0.004408258 0.999977946 0.004967716 0.295991153 0.026568018 -0.004848892 0.999635220 35.077083588\n0.999552250 0.006438284 -0.029221095 -0.704043210 -0.006358917 0.999975860 0.002808192 0.297059834 0.029238470 -0.002621120 0.999568999 35.997432709\n0.999502778 0.008117454 -0.030468881 -0.719337106 -0.008085064 0.999966621 0.001186103 0.297887355 0.030477492 -0.000939170 0.999535024 36.937099457\n0.999390900 0.011233157 -0.033040062 -0.774275422 -0.011216101 0.999936879 0.000701519 0.302702159 0.033045858 -0.000330511 0.999453783 37.883502960\n0.999274552 0.011251361 -0.036384098 -0.781684041 -0.011142189 0.999932826 0.003201942 0.303490460 0.036417682 -0.002794221 0.999332726 38.813278198\n0.999152303 0.012698122 -0.039158765 -0.817160547 -0.012424685 0.999896765 0.007218265 0.313984454 0.039246384 -0.006725610 0.999206901 39.727756500\n0.998997569 0.014614886 -0.042311139 -0.838986337 -0.014162729 0.999839544 0.010966603 0.323238879 0.042464625 -0.010356368 0.999044299 40.647235870\n0.998873770 0.018173568 -0.043827698 -0.884927511 -0.017619343 0.999760270 0.012998873 0.328479290 0.044053428 -0.012212018 0.998954535 41.534145355\n0.998778582 0.019977398 -0.045191199 -0.928781927 -0.019473698 0.999743521 0.011558976 0.336951882 0.045410529 -0.010664818 0.998911500 42.376060486\n0.998769403 0.019537339 -0.045585256 -0.966678739 -0.019179545 0.999781847 0.008273152 0.344003320 0.045736946 -0.007388666 0.998926222 43.231502533\n0.998770773 0.020586660 -0.045090813 -0.995880067 -0.020354360 0.999777138 0.005604957 0.353630513 0.045196149 -0.004680273 0.998967171 44.118404388\n0.998806715 0.020582585 -0.044289526 -1.010019898 -0.020387175 0.999780357 0.004859332 0.362628400 0.044379815 -0.003950596 0.999006927 45.014118195\n0.998914778 0.019306380 -0.042385440 -1.047306776 -0.019046552 0.999797285 0.006525420 0.367920160 0.042502832 -0.005711042 0.999080002 45.844326019\n0.999002993 0.016952567 -0.041299906 -1.065734148 -0.016606227 0.999824107 0.008714671 0.376343220 0.041440379 -0.008020147 0.999108791 46.688293457\n0.999081075 0.015651187 -0.039899912 -1.092725158 -0.015283053 0.999837935 0.009514873 0.381230414 0.040042363 -0.008896337 0.999158382 47.552158356\n0.999119282 0.016245751 -0.038687252 -1.137568951 -0.015909465 0.999833047 0.008984478 0.396376669 0.038826752 -0.008361072 0.999210954 48.361766815\n0.999149084 0.016309163 -0.037882965 -1.166538000 -0.015999671 0.999836206 0.008458546 0.403962672 0.038014710 -0.007845234 0.999246359 49.211193085\n0.999222398 0.014183517 -0.036788732 -1.193440080 -0.013870669 0.999865532 0.008745255 0.412117451 0.036907826 -0.008228170 0.999284804 50.036830902\n0.999284148 0.012610601 -0.035667662 -1.224042058 -0.012264624 0.999875784 0.009902261 0.419046640 0.035788100 -0.009457722 0.999314666 50.877555847\n0.999345779 0.012314111 -0.034005526 -1.258014441 -0.011947288 0.999868453 0.010969384 0.429005951 0.034136131 -0.010555933 0.999361455 51.731784821\n0.999403119 0.009294100 -0.033272788 -1.282654405 -0.008911303 0.999892592 0.011634663 0.440240830 0.033377346 -0.011331215 0.999378562 52.505748749\n0.999450922 0.006241105 -0.032541443 -1.304578066 -0.005849242 0.999909401 0.012123268 0.453158379 0.032614157 -0.011926268 0.999396861 53.328403473\n0.999473572 0.003101201 -0.032295063 -1.330006719 -0.002681300 0.999911427 0.013037207 0.456072986 0.032332633 -0.012943751 0.999393344 54.144596100\n0.999447763 0.001646875 -0.033188164 -1.347921014 -0.001212799 0.999913514 0.013095135 0.472962797 0.033206861 -0.013047653 0.999363303 54.966339111\n0.999411583 0.000848268 -0.034289595 -1.379264116 -0.000379273 0.999906301 0.013681636 0.482671201 0.034297992 -0.013660581 0.999318302 55.778476715\n0.999345541 -0.000943596 -0.036160748 -1.405105591 0.001461188 0.999896824 0.014289902 0.490901619 0.036143534 -0.014333387 0.999243796 56.606517792\n0.999261022 -0.000898207 -0.038426895 -1.437208772 0.001414786 0.999908984 0.013418088 0.510990679 0.038411345 -0.013462538 0.999171317 57.430656433\n0.999185622 -0.000977893 -0.040338088 -1.471820354 0.001529604 0.999905705 0.013648568 0.522047520 0.040320937 -0.013699153 0.999092877 58.253864288\n0.999095321 -0.000583530 -0.042522501 -1.511282206 0.001193645 0.999896705 0.014324058 0.532601833 0.042509750 -0.014361857 0.998992801 59.069015503\n0.998994887 0.000970911 -0.044813160 -1.550461888 -0.000364676 0.999908328 0.013534239 0.546990871 0.044822194 -0.013504295 0.998903692 59.879203796\n0.998900175 0.001133721 -0.046874262 -1.596901417 -0.000488521 0.999904990 0.013773652 0.557953179 0.046885423 -0.013735604 0.998805821 60.697414398\n0.998787761 0.000478050 -0.049221721 -1.632113934 0.000164243 0.999914885 0.013044109 0.572296381 0.049223766 -0.013036381 0.998702705 61.505439758\n0.998687744 0.000695244 -0.051208321 -1.666814208 -0.000079156 0.999927580 0.012032058 0.586153388 0.051212978 -0.012012216 0.998615503 62.316802979\n0.998657823 0.000266658 -0.051792793 -1.720489502 0.000313070 0.999937415 0.011184789 0.590806127 0.051792532 -0.011185993 0.998595238 63.133049011\n0.998625517 0.001646960 -0.052387033 -1.772464514 -0.001200401 0.999962687 0.008554557 0.604635835 0.052399166 -0.008479914 0.998590231 63.939506531\n0.998570085 0.001312100 -0.053442378 -1.813405991 -0.000901550 0.999969900 0.007705498 0.610223889 0.053450879 -0.007646299 0.998541176 64.750427246\n0.998559594 -0.000168621 -0.053653516 -1.861025453 0.000512841 0.999979377 0.006401910 0.612742662 0.053651329 -0.006420205 0.998539090 65.533790588\n0.998540163 0.000217508 -0.054014351 -1.909652591 0.000023762 0.999990046 0.004466093 0.623047888 0.054014783 -0.004460857 0.998530149 66.355293274\n0.998544335 0.001249593 -0.053923011 -1.954110384 -0.001056641 0.999992967 0.003606659 0.625258207 0.053927135 -0.003544431 0.998538554 67.145393372\n0.998545706 0.003376351 -0.053806379 -2.008698702 -0.003224743 0.999990582 0.002904222 0.631235361 0.053815681 -0.002726486 0.998547137 67.947639465\n0.998579741 0.002157299 -0.053234424 -2.055309057 -0.001996009 0.999993265 0.003082787 0.631748199 0.053240713 -0.002972152 0.998577297 68.741294861\n0.998601019 0.001745696 -0.052848123 -2.101266146 -0.001615023 0.999995530 0.002515219 0.640641987 0.052852277 -0.002426350 0.998599410 69.538986206\n0.998613775 0.000470930 -0.052633397 -2.134214163 -0.000305563 0.999994993 0.003149864 0.640528142 0.052634615 -0.003129415 0.998608947 70.315597534\n0.998667061 0.001173895 -0.051601894 -2.183576822 -0.000962271 0.999991000 0.004125729 0.637998164 0.051606275 -0.004070575 0.998659194 71.088363647\n0.998664737 0.001530162 -0.051637620 -2.221101284 -0.001412654 0.999996305 0.002312056 0.646289170 0.051640969 -0.002236023 0.998663187 71.875022888\n0.998683274 -0.000202209 -0.051300406 -2.254160166 0.000266303 0.999999166 0.001242565 0.649043500 0.051300116 -0.001254590 0.998682499 72.633781433\n0.998706639 -0.000899701 -0.050835103 -2.295309544 0.000947119 0.999999166 0.000908699 0.650889874 0.050834242 -0.000955671 0.998706639 73.387535095\n0.998733580 -0.001463162 -0.050290231 -2.344177723 0.001576483 0.999996305 0.002213745 0.653408349 0.050286807 -0.002290223 0.998732209 74.159889221\n0.998761773 -0.002871009 -0.049665980 -2.381796360 0.003148975 0.999979794 0.005519359 0.651351273 0.049649131 -0.005668922 0.998750627 74.893188477\n0.998776793 -0.002564816 -0.049379684 -2.422001600 0.002963749 0.999963522 0.008007367 0.656030893 0.049357343 -0.008143921 0.998748004 75.634681702\n0.998784661 -0.001297945 -0.049270298 -2.457537174 0.001809104 0.999944985 0.010331412 0.657742620 0.049254179 -0.010407990 0.998732030 76.349548340\n0.998835266 -0.000324473 -0.048249532 -2.501424551 0.000868422 0.999936283 0.011253132 0.665110052 0.048242807 -0.011281925 0.998771906 77.036552429\n0.998893023 -0.000423911 -0.047037460 -2.539166927 0.000935529 0.999940634 0.010855326 0.670304656 0.047030065 -0.010887315 0.998834133 77.722755432\n0.998983741 -0.002758450 -0.044987537 -2.562914133 0.003201557 0.999947071 0.009780484 0.672779143 0.044958178 -0.009914575 0.998939693 78.367073059\n0.999096990 -0.004589611 -0.042239174 -2.591519356 0.004890824 0.999963343 0.007030553 0.675094247 0.042205356 -0.007230789 0.999082804 79.015785217\n0.999200881 -0.004865036 -0.039672107 -2.610401630 0.005080192 0.999972939 0.005324351 0.676302075 0.039645128 -0.005521638 0.999198556 79.622283936\n0.999294460 -0.004892496 -0.037237726 -2.636191130 0.005044211 0.999979377 0.003981348 0.685665965 0.037217479 -0.004166374 0.999298513 80.220710754\n0.999377787 -0.004865394 -0.034933090 -2.655849457 0.004992701 0.999981225 0.003558015 0.688319743 0.034915123 -0.003730211 0.999383330 80.808303833\n0.999438584 -0.006482381 -0.032871671 -2.671919584 0.006604793 0.999971628 0.003616716 0.686756849 0.032847296 -0.003831797 0.999453008 81.386428833\n0.999467850 -0.009417560 -0.031230027 -2.680293322 0.009560735 0.999944448 0.004438363 0.693785131 0.031186493 -0.004734584 0.999502361 81.948066711\n0.999524832 -0.011070954 -0.028766356 -2.695353746 0.011259824 0.999916077 0.006412005 0.688883185 0.028692955 -0.006732862 0.999565601 82.499580383\n0.999579966 -0.011346241 -0.026666485 -2.708735228 0.011525759 0.999911845 0.006587893 0.694354177 0.026589388 -0.006892478 0.999622703 83.047302246\n0.999646604 -0.009864271 -0.024685981 -2.720582008 0.010035406 0.999926388 0.006818221 0.696312428 0.024616906 -0.007063545 0.999671996 83.561286926\n0.999690711 -0.009546679 -0.022964297 -2.732582092 0.009706938 0.999929249 0.006877233 0.705224872 0.022897016 -0.007098019 0.999712646 84.072021484\n0.999730766 -0.009699333 -0.021077503 -2.736974716 0.009855672 0.999924600 0.007326146 0.707051516 0.021004854 -0.007531906 0.999751031 84.564582825\n0.999757707 -0.011061349 -0.019030610 -2.750261784 0.011178978 0.999918997 0.006085772 0.715379775 0.018961752 -0.006297040 0.999800384 85.065116882\n0.999786556 -0.011215377 -0.017350642 -2.757353544 0.011317967 0.999918997 0.005825939 0.713655770 0.017283896 -0.006021070 0.999832511 85.555816650\n0.999810696 -0.010883141 -0.016129730 -2.771130562 0.010979368 0.999922395 0.005889299 0.718870878 0.016064385 -0.006065278 0.999852538 86.052146912\n0.999828041 -0.010880500 -0.015017325 -2.782613277 0.010986743 0.999915063 0.007010399 0.717272580 0.014939773 -0.007174185 0.999862671 86.529121399\n0.999840856 -0.010866748 -0.014146954 -2.788932323 0.010977962 0.999909282 0.007807533 0.716470480 0.014060828 -0.007961595 0.999869466 87.018745422\n0.999845207 -0.011251491 -0.013526222 -2.797652006 0.011358684 0.999904454 0.007874372 0.721224964 0.013436331 -0.008026794 0.999877512 87.503578186\n0.999843955 -0.012143533 -0.012829227 -2.799743652 0.012231880 0.999901831 0.006830558 0.726534367 0.012745021 -0.006986418 0.999894381 87.976318359\n0.999864936 -0.010933380 -0.012269782 -2.803735733 0.010998660 0.999925673 0.005265608 0.730096757 0.012211299 -0.005399848 0.999910831 88.454673767\n0.999895215 -0.009655610 -0.010784326 -2.826249123 0.009693879 0.999946892 0.003501956 0.727059722 0.010749940 -0.003606131 0.999935687 88.915512085\n0.999914527 -0.008638722 -0.009811711 -2.835462809 0.008652523 0.999961615 0.001365071 0.733954668 0.009799543 -0.001449851 0.999950945 89.374847412\n0.999910593 -0.010025956 -0.008847770 -2.838555813 0.010012133 0.999948561 -0.001605199 0.736684024 0.008863409 0.001516471 0.999959588 89.839820862\n0.999888718 -0.012475510 -0.008181411 -2.826859474 0.012431283 0.999907970 -0.005434574 0.737385094 0.008248457 0.005332264 0.999951780 90.305801392\n0.999874830 -0.014594874 -0.006107077 -2.848138809 0.014537809 0.999851167 -0.009286406 0.735359013 0.006241702 0.009196459 0.999938250 90.785820007\n0.999893248 -0.013685122 -0.005124576 -2.845216036 0.013627376 0.999845088 -0.011138671 0.727882147 0.005276217 0.011067647 0.999924839 91.271438599\n0.999937534 -0.010560989 -0.003656521 -2.858935356 0.010517552 0.999876201 -0.011701521 0.724690497 0.003779648 0.011662333 0.999924839 91.761711121\n0.999964714 -0.007861359 -0.002956074 -2.855508089 0.007824017 0.999892056 -0.012438479 0.721032560 0.003053539 0.012414912 0.999918282 92.257568359\n0.999972761 -0.007006979 -0.002309909 -2.862978458 0.006971949 0.999865592 -0.014839554 0.720415115 0.002413579 0.014823046 0.999887228 92.757537842\n0.999963343 -0.008172791 -0.002562367 -2.859358788 0.008125344 0.999804795 -0.018010128 0.720520020 0.002709059 0.017988648 0.999834538 93.276779175\n0.999960005 -0.008380975 -0.003126037 -2.853169918 0.008318426 0.999774992 -0.019512072 0.717766225 0.003288864 0.019485289 0.999804735 93.799095154\n0.999980211 -0.005234863 -0.003489753 -2.858936548 0.005166212 0.999798477 -0.019399300 0.717234731 0.003590602 0.019380886 0.999805748 94.337738037\n0.999993026 -0.000272003 -0.003726907 -2.865648985 0.000203866 0.999833047 -0.018270720 0.703663945 0.003731254 0.018269831 0.999826133 94.875671387\n0.999986410 0.003875341 -0.003491288 -2.890015125 -0.003938762 0.999823928 -0.018345913 0.701629400 0.003419577 0.018359413 0.999825597 95.461479187\n0.999971151 0.006716197 -0.003545179 -2.896090984 -0.006780805 0.999805152 -0.018537940 0.697241127 0.003419984 0.018561445 0.999821901 96.049621582\n0.999950588 0.009153787 -0.003871967 -2.902862549 -0.009224270 0.999784529 -0.018595112 0.690893829 0.003700917 0.018629910 0.999819577 96.661712646\n0.999893308 0.013921560 -0.004419840 -2.903387547 -0.014005546 0.999710262 -0.019576535 0.693685591 0.004146023 0.019636348 0.999798596 97.291114807\n0.999842942 0.017341001 -0.003662020 -2.930159807 -0.017411098 0.999647021 -0.020066699 0.685828030 0.003312750 0.020127308 0.999791920 97.961730957\n0.999839425 0.017637974 -0.003157102 -2.938523531 -0.017690208 0.999692738 -0.017361742 0.687961400 0.002849906 0.017414805 0.999844313 98.631118774\n0.999813199 0.019247230 -0.001768786 -2.946709156 -0.019264329 0.999762177 -0.010219316 0.683724761 0.001571672 0.010251482 0.999946237 99.314384460\n0.999768496 0.021510622 0.000472228 -2.951866150 -0.021509696 0.999766886 -0.001885261 0.680032372 -0.000512671 0.001874667 0.999998093 100.009918213\n0.999747336 0.022442684 0.001242816 -2.951575518 -0.022449685 0.999730349 0.005938864 0.680392206 -0.001109197 -0.005965265 0.999981582 100.739669800\n0.999783337 0.020711778 0.002062730 -2.946907043 -0.020730700 0.999738812 0.009618679 0.683066189 -0.001862971 -0.009659356 0.999951601 101.431404114\n0.999778390 0.020762578 0.003479910 -2.948731661 -0.020797059 0.999731839 0.010184135 0.693189621 -0.003267528 -0.010254251 0.999942064 102.114036560\n0.999803901 0.019249348 0.004653192 -2.953062057 -0.019285770 0.999782681 0.007913433 0.697287560 -0.004499852 -0.008001621 0.999957860 102.793395996\n0.999832273 0.017498106 0.005404343 -2.948070288 -0.017530760 0.999827981 0.006055146 0.701725066 -0.005297460 -0.006148873 0.999967039 103.473503113\n0.999839485 0.016053325 0.007954847 -2.956722021 -0.016083943 0.999863446 0.003800100 0.713255703 -0.007892756 -0.003927435 0.999961138 104.144554138\n0.999869227 0.014400793 0.007357137 -2.932648182 -0.014427041 0.999889731 0.003527076 0.712269187 -0.007305533 -0.003632756 0.999966741 104.833518982\n0.999871075 0.013683427 0.008399706 -2.925851107 -0.013713782 0.999899626 0.003566871 0.712270200 -0.008350057 -0.003681603 0.999958336 105.509048462\n0.999878049 0.012683544 0.009112074 -2.920871735 -0.012727425 0.999907613 0.004773987 0.718918025 -0.009050680 -0.004889378 0.999947071 106.188972473\n0.999889135 0.010834210 0.010215376 -2.920898676 -0.010891560 0.999925137 0.005575316 0.722625911 -0.010154206 -0.005685959 0.999932289 106.856124878\n0.999913573 0.008072854 0.010379191 -2.906116247 -0.008131035 0.999951422 0.005575566 0.726233065 -0.010333676 -0.005659478 0.999930561 107.526107788\n0.999924779 0.006214125 0.010572970 -2.895925045 -0.006275262 0.999963701 0.005759075 0.735947192 -0.010536799 -0.005824990 0.999927521 108.193618774\n0.999915421 0.006504183 0.011265006 -2.894855261 -0.006579082 0.999956429 0.006624565 0.738399506 -0.011221427 -0.006698118 0.999914587 108.848304749\n0.999903023 0.008264633 0.011209277 -2.890059471 -0.008346130 0.999938965 0.007243329 0.744807780 -0.011148729 -0.007336180 0.999910951 109.507896423\n0.999908924 0.008360162 0.010592480 -2.882836103 -0.008442636 0.999934196 0.007765346 0.749119818 -0.010526864 -0.007854068 0.999913752 110.156845093\n0.999921441 0.006537255 0.010692034 -2.876591206 -0.006616940 0.999950469 0.007434413 0.753995776 -0.010642904 -0.007504577 0.999915183 110.801551819\n0.999938011 0.004252217 0.010290810 -2.863273144 -0.004312896 0.999973416 0.005881425 0.758213460 -0.010265526 -0.005925443 0.999929726 111.433517456\n0.999945939 0.003180605 0.009901682 -2.855978251 -0.003223764 0.999985337 0.004345903 0.763190806 -0.009887714 -0.004377588 0.999941528 112.058952332\n0.999945223 0.004404738 0.009495141 -2.843459845 -0.004441426 0.999982715 0.003846257 0.769800425 -0.009478035 -0.003888218 0.999947548 112.694580078\n0.999933720 0.005825733 0.009931983 -2.849550247 -0.005864343 0.999975324 0.003862750 0.779763222 -0.009909235 -0.003920739 0.999943197 113.322814941\n0.999928415 0.006709546 0.009907000 -2.847103357 -0.006762129 0.999963164 0.005283771 0.786208153 -0.009871183 -0.005350385 0.999936938 113.949371338\n0.999915183 0.006711035 0.011162037 -2.841489553 -0.006787144 0.999953866 0.006794706 0.796694398 -0.011115924 -0.006869888 0.999914646 114.566757202\n0.999884248 0.007202237 0.013401270 -2.829153061 -0.007302046 0.999945879 0.007413788 0.803293526 -0.013347148 -0.007510787 0.999882698 115.175796509\n0.999834239 0.007923254 0.016393797 -2.818604469 -0.008049383 0.999938428 0.007642105 0.804773390 -0.016332237 -0.007772799 0.999836385 115.766883850\n0.999760807 0.008422976 0.020185031 -2.803854227 -0.008579723 0.999933600 0.007691497 0.810057402 -0.020118905 -0.007862840 0.999766648 116.338577271\n0.999640167 0.008920535 0.025296763 -2.784141064 -0.009095241 0.999935508 0.006799643 0.819703162 -0.025234476 -0.007027277 0.999656856 116.914505005\n0.999431670 0.010538355 0.032020260 -2.765475750 -0.010752032 0.999921024 0.006508314 0.821378112 -0.031949144 -0.006848898 0.999466002 117.469398499\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0113_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999993026 0.000202567 0.003721772 0.004128594 -0.000200641 0.999999821 -0.000517812 0.001233129 -0.003721877 0.000517061 0.999992967 0.391271800\n0.999969244 0.000788306 0.007802174 0.013827370 -0.000778620 0.999998927 -0.001244396 0.002448976 -0.007803147 0.001238283 0.999968767 0.770349205\n0.999908388 0.000909360 0.013506692 0.019437024 -0.000882687 0.999997675 -0.001980611 -0.000392947 -0.013508461 0.001968507 0.999906838 1.140439272\n0.999814153 0.000716336 0.019265922 0.026404940 -0.000646138 0.999993145 -0.003649600 -0.000546845 -0.019268405 0.003636473 0.999807715 1.500948668\n0.999702036 -0.000499072 0.024405532 0.041052714 0.000629985 0.999985456 -0.005356676 -0.002783238 -0.024402503 0.005370455 0.999687791 1.859952450\n0.999558568 -0.001720198 0.029659692 0.053387940 0.001897587 0.999980450 -0.005953692 -0.010378378 -0.029648872 0.006007346 0.999542296 2.208781719\n0.999363065 -0.001137186 0.035667274 0.067883678 0.001348283 0.999981701 -0.005895003 -0.007495985 -0.035659920 0.005939338 0.999346316 2.561201572\n0.999099076 0.000058291 0.042438820 0.085327767 0.000149840 0.999987960 -0.004901054 -0.007671164 -0.042438596 0.004902998 0.999087036 2.910175323\n0.998716950 0.001380921 0.050621402 0.102611445 -0.001191300 0.999992132 -0.003775830 -0.004484360 -0.050626218 0.003710681 0.998710752 3.248242378\n0.998198390 0.001950373 0.059967585 0.123429738 -0.001890757 0.999997675 -0.001050859 -0.011876862 -0.059969492 0.000935581 0.998199761 3.573573112\n0.997638881 0.002456147 0.068633825 0.155353725 -0.002481604 0.999996901 0.000285642 -0.006998317 -0.068632908 -0.000455289 0.997641861 3.870730877\n0.996923208 0.002080026 0.078356773 0.182738364 -0.002174468 0.999997020 0.001119976 -0.007208504 -0.078354210 -0.001286914 0.996924758 4.161029339\n0.996021211 0.002824523 0.089071706 0.209704459 -0.003045074 0.999992609 0.002340314 -0.011377745 -0.089064442 -0.002602232 0.996022463 4.428114414\n0.994859993 0.003594026 0.101196468 0.244750336 -0.003873767 0.999989212 0.002567962 -0.009352243 -0.101186149 -0.002946774 0.994863153 4.679420471\n0.993395925 0.003971079 0.114667952 0.279074579 -0.004259671 0.999988317 0.002271838 -0.014765637 -0.114657588 -0.002745282 0.993401289 4.913902760\n0.991508543 0.003673633 0.129989535 0.327136904 -0.003929424 0.999990821 0.001711354 -0.015287370 -0.129982054 -0.002207606 0.991513908 5.146639347\n0.989002466 0.003461746 0.147858486 0.368251860 -0.003708549 0.999992132 0.001393531 -0.017858980 -0.147852495 -0.001926545 0.989007533 5.360639095\n0.986277997 0.002395020 0.165075496 0.428058296 -0.002608062 0.999996006 0.001073834 -0.013797037 -0.165072262 -0.001489626 0.986280322 5.585422993\n0.983413458 -0.000253654 0.181377709 0.476986498 0.000030318 0.999999225 0.001234104 -0.015571591 -0.181377873 -0.001208136 0.983412743 5.772679329\n0.980458379 -0.000973211 0.196724251 0.529939771 0.000559031 0.999997497 0.002160901 -0.015229144 -0.196725860 -0.002008698 0.980456471 5.975215435\n0.977367103 -0.001738111 0.211543187 0.583097756 0.001115126 0.999994695 0.003064217 -0.013778676 -0.211547390 -0.002758968 0.977363825 6.165261269\n0.974375784 -0.002189327 0.224915564 0.639782667 0.001287626 0.999990523 0.004155666 -0.014955669 -0.224922523 -0.003759573 0.974369407 6.335346699\n0.971121907 -0.002683435 0.238568693 0.683567643 0.001755918 0.999990046 0.004100278 -0.016621714 -0.238577321 -0.003562962 0.971116960 6.503401756\n0.967797995 -0.001984163 0.251720279 0.729174078 0.001260152 0.999994576 0.003037420 -0.014332127 -0.251724929 -0.002622403 0.967795253 6.655727386\n0.964326441 -0.001253933 0.264712989 0.782006323 0.000627405 0.999996781 0.002451355 -0.017844696 -0.264715225 -0.002197824 0.964324117 6.817082405\n0.960895002 -0.000864142 0.276911646 0.836058438 0.000132698 0.999996424 0.002660164 -0.023140214 -0.276912957 -0.002519393 0.960891724 6.969400406\n0.957351029 -0.001304592 0.288924336 0.895352125 0.000558777 0.999996305 0.002663819 -0.017555270 -0.288926750 -0.002388766 0.957348228 7.121308804\n0.953703582 -0.003453236 0.300728410 0.959497154 0.002279335 0.999988377 0.004254289 -0.023753935 -0.300739616 -0.003371870 0.953700304 7.279502392\n0.950534582 -0.005181815 0.310575515 1.023523450 0.003902297 0.999981165 0.004741034 -0.019625155 -0.310594231 -0.003294559 0.950536907 7.431833267\n0.947749853 -0.005432099 0.318968177 1.081180811 0.004076617 0.999979615 0.004917025 -0.015990166 -0.318988383 -0.003359799 0.947752655 7.594439507\n0.946164608 -0.005278026 0.323642910 1.143012404 0.003924876 0.999980628 0.004833553 -0.012497575 -0.323662162 -0.003303078 0.946166933 7.753485203\n0.945066214 -0.006385626 0.326816559 1.193729758 0.004759070 0.999971986 0.005776364 -0.019672450 -0.326844275 -0.003903704 0.945070148 7.913481712\n0.944911957 -0.008033632 0.327225983 1.249393463 0.006585313 0.999962986 0.005533772 -0.017777547 -0.327258319 -0.003074042 0.944929898 8.071385384\n0.945712984 -0.009103016 0.324875563 1.298891425 0.008053447 0.999957085 0.004575216 -0.009853232 -0.324903280 -0.001710473 0.945745707 8.228519440\n0.947668254 -0.010226206 0.319092989 1.348477483 0.009054543 0.999945700 0.005155075 -0.014674838 -0.319128394 -0.001996060 0.947709382 8.383630753\n0.950011492 -0.009534358 0.312069416 1.395105481 0.008663529 0.999953747 0.004176845 -0.004870603 -0.312094808 -0.001264429 0.950050116 8.539751053\n0.952985466 -0.010384040 0.302837998 1.438254356 0.009236330 0.999943733 0.005221825 -0.008097772 -0.302875161 -0.002179212 0.953027725 8.689960480\n0.956673980 -0.012033447 0.290912539 1.474478841 0.011098483 0.999926567 0.004863778 -0.005034124 -0.290949702 -0.001424363 0.956737280 8.825536728\n0.960182309 -0.014452561 0.279000133 1.498444915 0.013316670 0.999893546 0.005966275 -0.017115396 -0.279056638 -0.002013360 0.960272551 8.967806816\n0.964246333 -0.014224820 0.264625460 1.520581722 0.013538395 0.999898612 0.004417675 -0.017729525 -0.264661461 -0.000677123 0.964341164 9.103839874\n0.968548656 -0.012434077 0.248513430 1.537533164 0.012216212 0.999922454 0.002418853 -0.011299872 -0.248524234 0.000693116 0.968625426 9.244839668\n0.973035812 -0.012976554 0.230288774 1.557054520 0.012455130 0.999915540 0.003717812 -0.022682518 -0.230317563 -0.000749288 0.973115265 9.373455048\n0.977095306 -0.012491864 0.212435246 1.565150023 0.012288873 0.999921918 0.002275930 -0.015161937 -0.212447077 0.000386789 0.977172494 9.516481400\n0.981149197 -0.012519527 0.192845702 1.572421312 0.012461244 0.999921203 0.001515204 -0.017565437 -0.192849472 0.000916456 0.981227934 9.636657715\n0.984924853 -0.012045275 0.172562942 1.577778459 0.012156432 0.999926031 0.000412670 -0.015501187 -0.172555149 0.001691301 0.984998405 9.772123337\n0.988340557 -0.011150793 0.151850447 1.579171062 0.011152742 0.999937475 0.000838908 -0.018431211 -0.151850313 0.000864423 0.988403141 9.908241272\n0.991315663 -0.009775283 0.131139860 1.576187849 0.009774966 0.999952018 0.000646156 -0.017288886 -0.131139874 0.000641342 0.991363645 10.044120789\n0.994018137 -0.009169215 0.108829647 1.574913025 0.009316741 0.999956250 -0.000847161 -0.014152940 -0.108817115 0.001856031 0.994060040 10.184199333\n0.996293664 -0.007865416 0.085656837 1.563901305 0.008238499 0.999958038 -0.004002932 -0.006480058 -0.085621759 0.004693779 0.996316671 10.333222389\n0.998066187 -0.009129928 0.061485983 1.551540256 0.009497017 0.999938786 -0.005680668 -0.006667729 -0.061430354 0.006253615 0.998091757 10.485922813\n0.999342203 -0.009263973 0.035062242 1.539908290 0.009490104 0.999935210 -0.006288524 -0.003568433 -0.035001714 0.006617132 0.999365330 10.656634331\n0.999918401 -0.009289315 0.008771083 1.506792903 0.009328522 0.999946654 -0.004439736 -0.005470179 -0.008729373 0.004521195 0.999951661 10.816800117\n0.999784946 -0.009041074 -0.018662062 1.476332426 0.008982068 0.999954402 -0.003243204 -0.000497842 0.018690532 0.003074883 0.999820590 11.009171486\n0.998782754 -0.011002515 -0.048082609 1.443513155 0.010880704 0.999936879 -0.002794366 0.000052735 0.048110321 0.002267792 0.998839438 11.206442833\n0.996931434 -0.010550712 -0.077565759 1.405763388 0.010446125 0.999943912 -0.001754005 0.004225409 0.077579916 0.000938362 0.996985674 11.407744408\n0.994527221 -0.007976515 -0.104172982 1.347238302 0.008133014 0.999966323 0.001077605 -0.001445933 0.104160883 -0.001918947 0.994558632 11.599559784\n0.991350174 -0.004653404 -0.131160915 1.288899899 0.005114927 0.999981880 0.003182085 -0.002403559 0.131143734 -0.003825438 0.991355956 11.797081947\n0.987271488 -0.004289363 -0.158986330 1.236275673 0.005244100 0.999970675 0.005586100 -0.001710750 0.158957705 -0.006348737 0.987264991 12.000478745\n0.982747197 -0.004468660 -0.184899807 1.176642060 0.005727119 0.999963939 0.006272646 0.000173081 0.184865117 -0.007223369 0.982737362 12.197622299\n0.977889359 -0.004176718 -0.209081322 1.112104416 0.005551391 0.999966681 0.005988425 -0.001998145 0.209049344 -0.007016709 0.977879941 12.389221191\n0.972683787 -0.001192831 -0.232131079 1.040817261 0.002556011 0.999981225 0.005571773 -0.000400263 0.232120067 -0.006012903 0.972668529 12.576119423\n0.967164338 0.000938419 -0.254150152 0.966807723 0.000454611 0.999985218 0.005422339 0.002184435 0.254151464 -0.005359832 0.967149556 12.773247719\n0.961782455 0.001995105 -0.273807377 0.894073248 -0.000557366 0.999985635 0.005328607 0.007916893 0.273814082 -0.004972351 0.961769819 12.962038040\n0.956727087 0.002508906 -0.290976018 0.824604154 -0.000616135 0.999978065 0.006596346 -0.004846821 0.290986180 -0.006131623 0.956707597 13.126462936\n0.951649368 0.002775642 -0.307173878 0.753743470 -0.000445042 0.999970615 0.007657018 -0.003016674 0.307186097 -0.007150091 0.951622605 13.318387985\n0.947889209 0.004906483 -0.318562359 0.666206479 -0.002553775 0.999966323 0.007802625 0.002832646 0.318589926 -0.006582488 0.947869778 13.503747940\n0.944561779 0.006591836 -0.328267574 0.587716222 -0.004332984 0.999961615 0.007612118 0.007247973 0.328305185 -0.005767738 0.944554090 13.693907738\n0.941554666 0.007417800 -0.336778611 0.515135944 -0.005113079 0.999957025 0.007729822 0.006575381 0.336821496 -0.005556075 0.941552162 13.877493858\n0.938836753 0.008301366 -0.344262481 0.435456514 -0.005677565 0.999946654 0.008628929 0.011188362 0.344315767 -0.006146584 0.938833773 14.076208115\n0.935983956 0.008142083 -0.351948440 0.357638478 -0.005124962 0.999941707 0.009503456 0.021457188 0.352005303 -0.007091361 0.935971141 14.271029472\n0.932453334 0.009513301 -0.361165226 0.288146228 -0.006011342 0.999923408 0.010818528 0.017858172 0.361240476 -0.007916685 0.932439089 14.461034775\n0.928881586 0.010384936 -0.370231211 0.201313049 -0.006208326 0.999902964 0.012470935 0.011758128 0.370324790 -0.009285506 0.928855956 14.635244370\n0.924503207 0.011761126 -0.380992830 0.112925589 -0.007317875 0.999887288 0.013108915 0.021547265 0.381104082 -0.009331176 0.924485087 14.831204414\n0.919459701 0.013479752 -0.392953128 0.025889546 -0.008639186 0.999863505 0.014084451 0.025088329 0.393089354 -0.009555290 0.919450641 15.014535904\n0.913927794 0.013845465 -0.405640632 -0.074600190 -0.008709328 0.999856889 0.014504926 0.029131336 0.405783385 -0.009723599 0.913917542 15.198197365\n0.907260299 0.014107969 -0.420332849 -0.167219967 -0.008510389 0.999848425 0.015189608 0.034453049 0.420483440 -0.010203731 0.907242835 15.375343323\n0.899360597 0.013765173 -0.436990917 -0.261397749 -0.007972242 0.999854386 0.015087838 0.047068112 0.437134951 -0.010085611 0.899339378 15.563634872\n0.890951157 0.015021370 -0.453850687 -0.366153151 -0.008350695 0.999825716 0.016698642 0.032636769 0.454022437 -0.011087705 0.890921295 15.729360580\n0.881426215 0.015665336 -0.472061843 -0.472483367 -0.009211399 0.999829888 0.015979903 0.046503484 0.472231865 -0.009736756 0.881420612 15.918678284\n0.871513069 0.017361166 -0.490064889 -0.585681081 -0.010825340 0.999810696 0.016168175 0.053335205 0.490252823 -0.008785658 0.871536016 16.088676453\n0.860841632 0.019011680 -0.508517683 -0.711145997 -0.012215200 0.999785900 0.016700024 0.061776564 0.508726299 -0.008164430 0.860889554 16.267759323\n0.849326611 0.020673415 -0.527462721 -0.833860278 -0.012762398 0.999744892 0.018633917 0.057783753 0.527713358 -0.009094595 0.849373817 16.439546585\n0.836441338 0.021035496 -0.547652662 -0.970800877 -0.012616867 0.999737382 0.019130198 0.069994077 0.547911286 -0.009091630 0.836487055 16.619016647\n0.822032869 0.020640131 -0.569065869 -1.117380619 -0.011664380 0.999743521 0.019411348 0.085713506 0.569320560 -0.009318965 0.822062850 16.798744202\n0.805872619 0.022011181 -0.591679633 -1.277199388 -0.011909879 0.999709189 0.020969007 0.089736760 0.591969132 -0.009851516 0.805900455 16.977161407\n0.787726045 0.024154341 -0.615552008 -1.443324804 -0.013005155 0.999660373 0.022584017 0.094629921 0.615888417 -0.009784671 0.787772655 17.155355453\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_26/2011_09_26_drive_0117_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999899983 0.002365140 -0.013944669 -0.029424883 -0.002456977 0.999975383 -0.006572411 0.001795799 0.013928780 0.006606015 0.999881148 0.575750589\n0.999681771 0.004225975 -0.024869407 -0.058488332 -0.004520025 0.999920428 -0.011779438 0.003112223 0.024817647 0.011888099 0.999621332 1.158218145\n0.999422073 0.001547987 -0.033957724 -0.081290118 -0.002067116 0.999881446 -0.015257708 0.004749217 0.033930082 0.015319085 0.999306798 1.747757792\n0.999157727 0.002383153 -0.040965848 -0.118011996 -0.003029081 0.999871969 -0.015712637 0.006950100 0.040923156 0.015823493 0.999036968 2.355009317\n0.998965383 0.000671909 -0.045472216 -0.152322695 -0.001392767 0.999873817 -0.015822874 0.000336588 0.045455847 0.015869835 0.998840272 2.970714331\n0.998753548 -0.000155173 -0.049912885 -0.183792889 -0.000698224 0.999853909 -0.017079838 -0.011258055 0.049908243 0.017093400 0.998607516 3.594354153\n0.998483658 -0.003043992 -0.054965023 -0.214132980 0.001966252 0.999804974 -0.019651193 -0.021353491 0.055014119 0.019513320 0.998294890 4.221389771\n0.998209894 -0.004726038 -0.059620634 -0.256564647 0.003433947 0.999757409 -0.021755747 -0.026550826 0.059708990 0.021512069 0.997983992 4.868776321\n0.997878611 -0.008561635 -0.064536996 -0.299871653 0.007142237 0.999728203 -0.022192271 -0.034689434 0.064709462 0.021684254 0.997668505 5.511369228\n0.997516870 -0.011833997 -0.069426484 -0.345457435 0.010568874 0.999771833 -0.018561602 -0.043815609 0.069630302 0.017781751 0.997414351 6.174424171\n0.997167110 -0.016501166 -0.073385380 -0.397211850 0.015464543 0.999772787 -0.014671622 -0.051571727 0.073610805 0.013495187 0.997195721 6.852245808\n0.996846974 -0.019550554 -0.076901749 -0.447341532 0.018726010 0.999759316 -0.011428662 -0.058377925 0.077106677 0.009952565 0.996973157 7.529739857\n0.996488810 -0.024871577 -0.079946540 -0.504946470 0.024075644 0.999650657 -0.010904509 -0.067895643 0.080189824 0.008941457 0.996739507 8.219344139\n0.996245623 -0.025383011 -0.082766913 -0.565534294 0.024287269 0.999603868 -0.014219100 -0.072264999 0.083095051 0.012155534 0.996467471 8.906842232\n0.996011317 -0.026049322 -0.085339956 -0.624575198 0.024612810 0.999537826 -0.017842118 -0.078976199 0.085765287 0.015670495 0.996192098 9.595449448\n0.995672166 -0.028898131 -0.088328198 -0.682997167 0.027365504 0.999454021 -0.018513730 -0.078266636 0.088814989 0.016016459 0.995919347 10.302118301\n0.995345116 -0.029261645 -0.091824859 -0.745743752 0.028090648 0.999507070 -0.014019410 -0.085426122 0.092189826 0.011374732 0.995676458 11.019768715\n0.995214283 -0.025914464 -0.094217725 -0.821882844 0.025122967 0.999638498 -0.009577399 -0.095723890 0.094431862 0.007164536 0.995505571 11.745416641\n0.994968653 -0.024693998 -0.097095482 -0.901174545 0.024009166 0.999677956 -0.008215394 -0.102854893 0.097267091 0.005842878 0.995241165 12.473623276\n0.994493544 -0.027289355 -0.101182505 -0.968078494 0.026046200 0.999568403 -0.013587323 -0.104310922 0.101509623 0.010877085 0.994775116 13.187544823\n0.994218349 -0.028149894 -0.103621602 -1.050705314 0.026514895 0.999501765 -0.017122604 -0.112396613 0.104051977 0.014276091 0.994469404 13.928670883\n0.994111061 -0.023914391 -0.105694264 -1.142693877 0.022158854 0.999596834 -0.017752966 -0.115803488 0.106076203 0.015306356 0.994240165 14.666398048\n0.993861616 -0.022549130 -0.108308174 -1.226964593 0.021113377 0.999673605 -0.014384830 -0.122247957 0.108597182 0.012009779 0.994013309 15.412957191\n0.993524969 -0.025094345 -0.110807933 -1.311488986 0.024193969 0.999662519 -0.009462894 -0.126896009 0.111007996 0.006720738 0.993796766 16.162237167\n0.993095398 -0.027338235 -0.114079334 -1.391989827 0.026931286 0.999624252 -0.005107189 -0.135261536 0.114176095 0.001999623 0.993458509 16.909912109\n0.992654443 -0.028054660 -0.117686428 -1.484207511 0.027811833 0.999606311 -0.003705404 -0.132754236 0.117744051 0.000405111 0.993043900 17.658664703\n0.992247701 -0.029454632 -0.120734863 -1.581046700 0.029165931 0.999565959 -0.004158021 -0.141203523 0.120804928 0.000604442 0.992676079 18.419513702\n0.991899192 -0.030422388 -0.123330615 -1.669507146 0.030016324 0.999536157 -0.005149641 -0.143361554 0.123430073 0.001405994 0.992352247 19.170291901\n0.991820455 -0.029164426 -0.124264479 -1.769798875 0.028383762 0.999564707 -0.008048443 -0.139304966 0.124445118 0.004455517 0.992216468 19.923679352\n0.991898537 -0.028458821 -0.123803832 -1.873247385 0.027343798 0.999568880 -0.010696582 -0.142521083 0.124054864 0.007224657 0.992249072 20.676385880\n0.991798282 -0.030585645 -0.124099389 -1.966115832 0.029158439 0.999486327 -0.013300972 -0.153585508 0.124442458 0.009573337 0.992180645 21.434595108\n0.991814852 -0.032703988 -0.123425014 -2.059717178 0.031051656 0.999400854 -0.015287819 -0.155694887 0.123851039 0.011330136 0.992236137 22.194679260\n0.991945446 -0.032077171 -0.122537084 -2.160604954 0.030401628 0.999417245 -0.015519556 -0.159702405 0.122963496 0.011669225 0.992342591 22.964920044\n0.992008865 -0.029431637 -0.122687332 -2.257717371 0.027786022 0.999499798 -0.015102897 -0.166280702 0.123070471 0.011573214 0.992330432 23.737491608\n0.992035270 -0.029860752 -0.122369967 -2.352761030 0.028245067 0.999489725 -0.014917151 -0.178953141 0.122752964 0.011341992 0.992372453 24.511909485\n0.992062211 -0.031574637 -0.121719204 -2.458836079 0.029825315 0.999424338 -0.016167484 -0.188730597 0.122159623 0.012408838 0.992432892 25.279195786\n0.992036521 -0.031608611 -0.121919841 -2.554821014 0.029574821 0.999392152 -0.018455550 -0.196056470 0.122429088 0.014702823 0.992368340 26.060562134\n0.992076159 -0.029435789 -0.122140907 -2.654600859 0.027338926 0.999449253 -0.018808441 -0.207175165 0.122627281 0.015320206 0.992334545 26.832115173\n0.992047787 -0.028155982 -0.122671880 -2.763545990 0.026360501 0.999520659 -0.016235258 -0.222200364 0.123070203 0.012872459 0.992314458 27.620018005\n0.991878867 -0.029074354 -0.123818569 -2.863837481 0.027657358 0.999530971 -0.013148021 -0.230589539 0.124142766 0.009616749 0.992217779 28.410587311\n0.991723537 -0.031263739 -0.124527134 -2.962805748 0.030444268 0.999500513 -0.008478690 -0.239962086 0.124730006 0.004617380 0.992179990 29.203437805\n0.991601050 -0.026514808 -0.126587078 -3.070732117 0.025808958 0.999640882 -0.007213182 -0.241130695 0.126732871 0.003885519 0.991929293 29.998201370\n0.991372705 -0.025226725 -0.128622606 -3.181101084 0.024501234 0.999673724 -0.007219870 -0.243686244 0.128762782 0.004006170 0.991667330 30.793909073\n0.990952194 -0.027511179 -0.131365657 -3.286366701 0.026798362 0.999615014 -0.007191323 -0.245857164 0.131512925 0.003605872 0.991307914 31.588930130\n0.990576029 -0.030290838 -0.133572608 -3.390346527 0.029742816 0.999539018 -0.006096711 -0.246312603 0.133695707 0.002066430 0.991020262 32.390140533\n0.990363300 -0.030670445 -0.135055125 -3.501016855 0.030013327 0.999525666 -0.006899418 -0.254830599 0.135202676 0.002779477 0.990814090 33.189743042\n0.990020692 -0.030283496 -0.137629792 -3.614519358 0.029292999 0.999528348 -0.009217036 -0.259265482 0.137844011 0.005093467 0.990440845 33.983158112\n0.989584506 -0.032516286 -0.140232652 -3.731477022 0.030996747 0.999434829 -0.013007027 -0.262123972 0.140576333 0.008524797 0.990033150 34.778354645\n0.989143848 -0.036041584 -0.142462209 -3.845003128 0.034383971 0.999309480 -0.014080957 -0.267392427 0.142871335 0.009029676 0.989700079 35.570816040\n0.988665938 -0.039674722 -0.144795090 -3.958298445 0.038089227 0.999180317 -0.013706823 -0.273987383 0.145220220 0.008036336 0.989366710 36.370906830\n0.988258958 -0.040635865 -0.147285417 -4.076508522 0.039062276 0.999144733 -0.013561885 -0.284488618 0.147710547 0.007649351 0.989001036 37.161521912\n0.987960875 -0.039747529 -0.149510756 -4.198987961 0.038131084 0.999179304 -0.013663822 -0.297899485 0.149931163 0.007798315 0.988665700 37.942806244\n0.987730145 -0.039217431 -0.151166171 -4.324100018 0.037453983 0.999193192 -0.014496400 -0.305263877 0.151612729 0.008656756 0.988402069 38.743209839\n0.987691343 -0.038065054 -0.151713237 -4.450325489 0.036433525 0.999244630 -0.013520396 -0.312440515 0.152113289 0.007826531 0.988332093 39.521522522\n0.987682939 -0.037599262 -0.151883781 -4.571528912 0.036201034 0.999272943 -0.011961670 -0.325639576 0.152223095 0.006315989 0.988325953 40.303127289\n0.987693667 -0.038004290 -0.151713341 -4.693774700 0.036731265 0.999262571 -0.011185765 -0.333920538 0.152026579 0.005475488 0.988361239 41.094009399\n0.987818062 -0.035540737 -0.151500195 -4.824268341 0.034340080 0.999354661 -0.010534978 -0.336442232 0.151776835 0.005204113 0.988401115 41.871864319\n0.987977266 -0.034041278 -0.150804788 -4.943352222 0.033146411 0.999414861 -0.008444394 -0.339068800 0.151004001 0.003344232 0.988527477 42.650115967\n0.988080740 -0.034380157 -0.150048316 -5.058584690 0.033928692 0.999408722 -0.005568493 -0.346467406 0.150151044 0.000411178 0.988662958 43.421836853\n0.988147736 -0.035463374 -0.149353370 -5.174006462 0.035176307 0.999370694 -0.004564139 -0.353375018 0.149421245 -0.000743656 0.988773346 44.187461853\n0.988261938 -0.035248637 -0.148646712 -5.299046993 0.034817670 0.999378562 -0.005501340 -0.352395028 0.148748249 0.000261233 0.988875091 44.983657837\n0.988366723 -0.035726983 -0.147833735 -5.414202690 0.034852345 0.999356270 -0.008503408 -0.352892220 0.148042381 0.003252133 0.988975644 45.758586884\n0.988360763 -0.037323788 -0.147478521 -5.533611298 0.036354177 0.999296010 -0.009265554 -0.358350039 0.147720516 0.003796251 0.989021838 46.543003082\n0.988371789 -0.038376544 -0.147134081 -5.652886868 0.037470199 0.999257863 -0.008927752 -0.361729831 0.147367507 0.003310795 0.989076257 47.328979492\n0.988338411 -0.038950391 -0.147207528 -5.776004791 0.038069222 0.999236345 -0.008799632 -0.363894284 0.147437871 0.003092939 0.989066482 48.122287750\n0.988253534 -0.040575899 -0.147338152 -5.892318726 0.039442617 0.999165535 -0.010606443 -0.365186393 0.147645578 0.004670452 0.989029288 48.905475616\n0.988172710 -0.041751679 -0.147551745 -6.009382725 0.040246330 0.999102950 -0.013174373 -0.375672549 0.147969440 0.007080139 0.988966584 49.689998627\n0.987995684 -0.044307481 -0.147991195 -6.128945351 0.042713910 0.998990238 -0.013930436 -0.378686994 0.148458987 0.007441929 0.988890588 50.475570679\n0.987833977 -0.044927664 -0.148881018 -6.245988846 0.043291431 0.998961389 -0.014214409 -0.388215184 0.149365008 0.007596205 0.988752961 51.264347076\n0.987830877 -0.044023197 -0.149171621 -6.371449471 0.042497937 0.999006689 -0.013398631 -0.400140792 0.149613291 0.006896096 0.988720536 52.045661926\n0.987786889 -0.043885726 -0.149502799 -6.501905441 0.042223208 0.999006152 -0.014277873 -0.404484153 0.149980813 0.007791008 0.988658190 52.850070953\n0.987752795 -0.041684274 -0.150355816 -6.623639107 0.039786108 0.999086261 -0.015611942 -0.412959814 0.150869206 0.009438667 0.988508701 53.633682251\n0.987881899 -0.035850596 -0.151010364 -6.761548042 0.033959467 0.999309361 -0.015084341 -0.423645079 0.151446849 0.009773317 0.988417089 54.437824249\n0.987897515 -0.032421160 -0.151681900 -6.891192913 0.030560587 0.999426544 -0.014582104 -0.433311313 0.152067691 0.009770136 0.988321781 55.231555939\n0.987909496 -0.029492065 -0.152200505 -7.017680645 0.027720410 0.999521136 -0.013749539 -0.443723202 0.152533114 0.009364241 0.988254011 56.011165619\n0.987988353 -0.025769683 -0.152364448 -7.156978607 0.023842957 0.999611139 -0.014459405 -0.456298828 0.152677819 0.010652904 0.988218606 56.807872772\n0.987972081 -0.021933900 -0.153069019 -7.289847851 0.019812400 0.999685526 -0.015371541 -0.461438626 0.153358042 0.012153989 0.988095939 57.592426300\n0.987804174 -0.023743784 -0.153880313 -7.418804646 0.021648480 0.999648929 -0.015278044 -0.472874224 0.154189050 0.011760442 0.987971365 58.387290955\n0.987626374 -0.026019596 -0.154651776 -7.543031216 0.024822710 0.999645114 -0.009665590 -0.481311411 0.154848382 0.005707115 0.987921774 59.188823700\n0.987586141 -0.026478345 -0.154830605 -7.668256283 0.026812397 0.999640465 0.000069285 -0.479207098 0.154773101 -0.004219803 0.987941027 59.990592957\n0.987545133 -0.025388887 -0.155274123 -7.795849800 0.027550301 0.999550939 0.011783543 -0.484772265 0.154905230 -0.015914628 0.987801135 60.798110962\n0.987574875 -0.026046429 -0.154975504 -7.930208683 0.029587107 0.999350250 0.020583764 -0.468618929 0.154338673 -0.024913285 0.987703860 61.620059967\n0.987607360 -0.027615968 -0.154496014 -8.054771423 0.031701639 0.999208152 0.024043806 -0.450182378 0.153709680 -0.028643617 0.987700820 62.420848846\n0.987784386 -0.029192772 -0.153067946 -8.180490494 0.033204909 0.999167025 0.023720417 -0.429429710 0.152247980 -0.028513264 0.987930954 63.217773438\n0.988014996 -0.029172692 -0.151576146 -8.302171707 0.032565195 0.999270558 0.019947000 -0.414453149 0.150883675 -0.024644041 0.988244295 64.010452271\n0.988218427 -0.027833544 -0.150497869 -8.426130295 0.030537630 0.999410510 0.015686015 -0.400024533 0.149972558 -0.020097058 0.988485873 64.805023193\n0.988379419 -0.026727255 -0.149638847 -8.545457840 0.029022167 0.999491990 0.013173279 -0.382878482 0.149210736 -0.017363042 0.988652945 65.603591919\n0.988598704 -0.027302647 -0.148078427 -8.673224449 0.029960632 0.999427021 0.015748674 -0.361672938 0.147563592 -0.020005642 0.988850236 66.403900146\n0.988768280 -0.026731327 -0.147046641 -8.794458389 0.029729990 0.999391675 0.018232344 -0.346609205 0.146469817 -0.022399260 0.988961518 67.211044312\n0.988886535 -0.026404377 -0.146308482 -8.911798477 0.029325319 0.999410629 0.017843105 -0.338711679 0.145751119 -0.021935351 0.989078104 68.008651733\n0.989054561 -0.024643097 -0.145477682 -9.034687996 0.026476894 0.999592364 0.010682331 -0.327147424 0.145155132 -0.014417206 0.989303887 68.797042847\n0.989153743 -0.023149027 -0.145048454 -9.152433395 0.023948850 0.999706089 0.003770270 -0.314438373 0.144918546 -0.007203120 0.989417374 69.588569641\n0.989257991 -0.023518898 -0.144275710 -9.275924683 0.024008326 0.999710381 0.001651986 -0.302084625 0.144195065 -0.005098058 0.989536166 70.398612976\n0.989425063 -0.021321597 -0.143469244 -9.406480789 0.022374488 0.999733269 0.005729256 -0.302407920 0.143308818 -0.008878721 0.989638209 71.206809998\n0.989486814 -0.020669403 -0.143138409 -9.522170067 0.022538828 0.999680400 0.011450996 -0.294843674 0.142855987 -0.014556781 0.989636421 72.017318726\n0.989632666 -0.018010663 -0.142487988 -9.644770622 0.020410921 0.999673069 0.015401576 -0.287416577 0.142164022 -0.018150212 0.989676714 72.814544678\n0.989771187 -0.018978063 -0.141395956 -9.770217896 0.021351213 0.999655187 0.015285417 -0.280588597 0.141057119 -0.018148040 0.989835083 73.604202271\n0.989676237 -0.021488756 -0.141701177 -9.878152847 0.023623267 0.999631166 0.013398305 -0.271711498 0.141360998 -0.016607428 0.989818811 74.389839172\n0.989625633 -0.025750441 -0.141343698 -9.985136032 0.027706020 0.999545455 0.011884857 -0.258052111 0.140973404 -0.015677629 0.989889264 75.177459717\n0.989645541 -0.024126831 -0.141490698 -10.092752457 0.026228648 0.999571323 0.013008462 -0.243916750 0.141116187 -0.016584877 0.989854097 75.963165283\n0.989748299 -0.021603309 -0.141179189 -10.208122253 0.024167899 0.999572158 0.016476030 -0.233051091 0.140762851 -0.019719128 0.989846945 76.752670288\n0.989756882 -0.019617260 -0.141408712 -10.323884964 0.022253636 0.999606311 0.017086314 -0.226538792 0.141017854 -0.020058155 0.989803851 77.521286011\n0.989867508 -0.020190069 -0.140551284 -10.440089226 0.022350205 0.999654830 0.013807364 -0.216754928 0.140223995 -0.016808812 0.989977121 78.312065125\n0.990004361 -0.017260930 -0.139976442 -10.556838989 0.018418139 0.999806046 0.006975861 -0.208776057 0.139828891 -0.009484238 0.990130246 79.072067261\n0.990130842 -0.017581597 -0.139038891 -10.674075127 0.017899485 0.999839246 0.001036125 -0.206590727 0.138998330 -0.003514623 0.990286410 79.828201294\n0.990080118 -0.016834145 -0.139492035 -10.777716637 0.017016251 0.999855220 0.000112850 -0.202421725 0.139469936 -0.002485361 0.990223169 80.569595337\n0.990023375 -0.014155026 -0.140190348 -10.879364014 0.014424903 0.999895513 0.000909079 -0.197231606 0.140162840 -0.002922242 0.990124166 81.303695679\n0.990100265 -0.010827729 -0.139943659 -10.993879318 0.011612906 0.999921083 0.004795268 -0.203475490 0.139880687 -0.006372949 0.990147829 82.027145386\n0.990084887 -0.011999782 -0.139956892 -11.095894814 0.013145753 0.999887168 0.007266405 -0.196764588 0.139853910 -0.009034197 0.990130961 82.747497559\n0.989984930 -0.012272093 -0.140638620 -11.189835548 0.013677317 0.999865711 0.009029470 -0.188951090 0.140508920 -0.010862599 0.990019798 83.440063477\n0.990069926 -0.012696655 -0.140001252 -11.293210983 0.014572189 0.999817193 0.012379547 -0.184501141 0.139818475 -0.014296741 0.990073919 84.116104126\n0.990075886 -0.008401752 -0.140282527 -11.399253845 0.010688649 0.999821842 0.015556604 -0.177012205 0.140126839 -0.016901648 0.989989281 84.806312561\n0.989966750 -0.007635996 -0.141094178 -11.492209435 0.010040887 0.999816060 0.016340524 -0.173134208 0.140943453 -0.017593285 0.989861310 85.460968018\n0.989864826 -0.009605206 -0.141687691 -11.584591866 0.011938812 0.999806583 0.015629178 -0.164279044 0.141510159 -0.017162357 0.989787996 86.115592957\n0.989647269 -0.013571006 -0.142877936 -11.678915977 0.015831031 0.999766707 0.014692934 -0.153434128 0.142645210 -0.016802726 0.989631236 86.770904541\n0.989441931 -0.015369159 -0.144112661 -11.771311760 0.017478753 0.999757648 0.013383808 -0.144801557 0.143872038 -0.015761411 0.989470780 87.414863586\n0.989390790 -0.013711500 -0.144630268 -11.869677544 0.015691319 0.999798059 0.012556951 -0.141698837 0.144428879 -0.014693170 0.989406109 88.056091309\n0.989205122 -0.012468953 -0.146005839 -11.970522881 0.013984523 0.999858439 0.009358361 -0.130427763 0.145868480 -0.011299161 0.989239454 88.702293396\n0.988897562 -0.010174698 -0.148249909 -12.064038277 0.011102743 0.999923587 0.005433761 -0.126193359 0.148183301 -0.007019413 0.988934994 89.338386536\n0.988906324 -0.012049793 -0.148051068 -12.166850090 0.012300323 0.999924064 0.000776681 -0.121714965 0.148030460 -0.002589140 0.988979399 89.975746155\n0.988907993 -0.011603294 -0.148075476 -12.269343376 0.011930297 0.999927938 0.001320333 -0.124279872 0.148049489 -0.003072273 0.988975167 90.608970642\n0.989013255 -0.009642054 -0.147512034 -12.373609543 0.010272952 0.999941051 0.003515644 -0.109186754 0.147469431 -0.004992402 0.989054024 91.245437622\n0.989289522 -0.001809550 -0.145955414 -12.483073235 0.002841695 0.999972403 0.006863462 -0.106789961 0.145938963 -0.007204711 0.989267349 91.883865356\n0.989557207 0.001120973 -0.144136131 -12.584084511 0.000177945 0.999959469 0.008998542 -0.110570870 0.144140378 -0.008930220 0.989516973 92.514175415\n0.989593744 -0.000575075 -0.143888593 -12.664450645 0.001662675 0.999970973 0.007438499 -0.106055267 0.143880129 -0.007600331 0.989565969 93.137573242\n0.989931822 -0.003590970 -0.141499355 -12.759968758 0.004096750 0.999986231 0.003283284 -0.108173549 0.141485617 -0.003829915 0.989932895 93.754875183\n0.990208805 -0.000236513 -0.139594138 -12.851937294 0.000324939 0.999999762 0.000610662 -0.096624136 0.139593959 -0.000650042 0.990208626 94.367347717\n0.990335345 0.003631135 -0.138645947 -12.945234299 -0.003374060 0.999992132 0.002089171 -0.092876062 0.138652444 -0.001601180 0.990339816 94.986587524\n0.990468144 0.003913200 -0.137686476 -13.034842491 -0.003373284 0.999985695 0.004154469 -0.094863057 0.137700766 -0.003650414 0.990467131 95.591079712\n0.990596235 0.002405844 -0.136796772 -13.113216400 -0.001831862 0.999988973 0.004321610 -0.092655323 0.136805668 -0.004030378 0.990589678 96.183990479\n0.990809083 0.001651660 -0.135257706 -13.204530716 -0.001280169 0.999995172 0.002833474 -0.096340321 0.135261729 -0.002634279 0.990806401 96.771041870\n0.990981281 0.002757893 -0.133972079 -13.286319733 -0.002693479 0.999996126 0.000662038 -0.097209446 0.133973390 -0.000295216 0.990984857 97.326484680\n0.990946174 0.002035812 -0.134244114 -13.349321365 -0.002116893 0.999997675 -0.000461250 -0.096538812 0.134242862 0.000741255 0.990948200 97.876663208\n0.990882218 0.001588963 -0.134721458 -13.423947334 -0.001603776 0.999998689 -0.000001428 -0.092608497 0.134721279 0.000217478 0.990883529 98.430961609\n0.990919232 0.001165870 -0.134453431 -13.507044792 -0.001045849 0.999998987 0.000963287 -0.091596738 0.134454414 -0.000813922 0.990919471 98.963531494\n0.990811288 -0.000320463 -0.135251030 -13.580471039 0.000713873 0.999995649 0.002860249 -0.095280983 0.135249525 -0.002930519 0.990807235 99.481651306\n0.990587234 -0.000686473 -0.136881128 -13.646858215 0.001152972 0.999993801 0.003328802 -0.098642588 0.136877984 -0.003455289 0.990581870 99.981063843\n0.990440488 0.000901495 -0.137937859 -13.718237877 -0.000618047 0.999997616 0.002097712 -0.101980723 0.137939423 -0.001992407 0.990438640 100.464477539\n0.990400374 0.000812060 -0.138225928 -13.787878036 -0.001097891 0.999997437 -0.001991617 -0.106006943 0.138223946 0.002124255 0.990398705 100.931274414\n0.990236998 0.000452749 -0.139393136 -13.856710434 -0.001363198 0.999978364 -0.006436115 -0.104953580 0.139387205 0.006563299 0.990216196 101.387954712\n0.990156651 -0.003777505 -0.139912546 -13.919396400 0.002435172 0.999949336 -0.009764043 -0.113059022 0.139942348 0.009327221 0.990115702 101.833923340\n0.989944100 -0.007491082 -0.141260415 -13.971261024 0.005819604 0.999908149 -0.012242012 -0.108758785 0.141339153 0.011296828 0.989896774 102.268470764\n0.989962995 -0.009214656 -0.141026199 -14.033946037 0.007678558 0.999905169 -0.011432595 -0.107432537 0.141118169 0.010234968 0.989939868 102.715682983\n0.990071654 -0.007160332 -0.140381083 -14.098668098 0.006087188 0.999948919 -0.008072411 -0.110969275 0.140431702 0.007137740 0.990064621 103.166290283\n0.990327656 -0.005351881 -0.138645008 -14.163452148 0.004910608 0.999981761 -0.003524627 -0.115071937 0.138661340 0.002809704 0.990335882 103.606575012\n0.990747094 -0.004646965 -0.135641351 -14.227211952 0.004875413 0.999987185 0.001352068 -0.117715567 0.135633335 -0.002000865 0.990757108 104.047309875\n0.991117597 -0.008046043 -0.132744700 -14.282254219 0.008664137 0.999954164 0.004079289 -0.117953576 0.132705793 -0.005193173 0.991141856 104.476699829\n0.991466463 -0.013403951 -0.129671246 -14.329136848 0.014161547 0.999887586 0.004922095 -0.120988987 0.129590690 -0.006716437 0.991544843 104.904876709\n0.991892755 -0.017536499 -0.125861898 -14.380164146 0.018277764 0.999821723 0.004737019 -0.119662657 0.125756398 -0.006999088 0.992036462 105.327857971\n0.992345333 -0.016078414 -0.122442812 -14.431111336 0.016733335 0.999850631 0.004322309 -0.116811588 0.122355029 -0.006338099 0.992466152 105.750274658\n0.992782474 -0.013649704 -0.119149633 -14.487343788 0.014270596 0.999888659 0.004359339 -0.120345034 0.119076863 -0.006028212 0.992866755 106.164657593\n0.993191063 -0.012843573 -0.115786441 -14.538183212 0.013382921 0.999902904 0.003881907 -0.117828265 0.115725346 -0.005405036 0.993266523 106.574722290\n0.993488193 -0.015846124 -0.112827905 -14.575402260 0.016263243 0.999863863 0.002777445 -0.111484818 0.112768531 -0.004594306 0.993610680 106.996780396\n0.993714809 -0.020855663 -0.109981455 -14.609134674 0.021437023 0.999761760 0.004106086 -0.108488098 0.109869622 -0.006437954 0.993925154 107.417152405\n0.993936479 -0.024666427 -0.107153393 -14.649932861 0.025564320 0.999648571 0.007013800 -0.109949008 0.106942736 -0.009710575 0.994217753 107.822341919\n0.994251430 -0.024771016 -0.104165934 -14.696675301 0.025787774 0.999631941 0.008425329 -0.109401636 0.103918895 -0.011063103 0.994524240 108.214622498\n0.994464934 -0.024320258 -0.102215745 -14.734023094 0.025295336 0.999645948 0.008253871 -0.108267650 0.101978816 -0.010793767 0.994728029 108.619422913\n0.994717777 -0.024231881 -0.099746548 -14.777995110 0.025048429 0.999662161 0.006941847 -0.111115597 0.099544629 -0.009403673 0.994988680 109.008613586\n0.994827449 -0.025588242 -0.098303691 -14.810544014 0.026140643 0.999648869 0.004335261 -0.111764878 0.098158240 -0.006882558 0.995146990 109.399429321\n0.994848132 -0.027947014 -0.097448155 -14.847355843 0.028256645 0.999599099 0.001798506 -0.109297164 0.097358823 -0.004542799 0.995238960 109.794303894\n0.994787753 -0.030891718 -0.097175248 -14.886331558 0.030828146 0.999522388 -0.002155919 -0.104064345 0.097195439 -0.000851052 0.995264947 110.199562073\n0.994616807 -0.033175759 -0.098166816 -14.920573235 0.032749414 0.999445856 -0.005951657 -0.101607092 0.098309875 0.002704713 0.995152175 110.583549500\n0.994363427 -0.034581665 -0.100227021 -14.949109077 0.033868320 0.999387443 -0.008810642 -0.096747167 0.100470319 0.005366460 0.994925559 110.981971741\n0.994079947 -0.035619404 -0.102646329 -14.991663933 0.034897167 0.999351978 -0.008823969 -0.099434145 0.102894112 0.005189665 0.994678795 111.350914001\n0.993701816 -0.036150854 -0.106065422 -15.037533760 0.035559867 0.999339700 -0.007458418 -0.103330642 0.106265016 0.003639771 0.994331181 111.721511841\n0.993197739 -0.037310019 -0.110300399 -15.093633652 0.036953859 0.999303043 -0.005272191 -0.108751804 0.110420235 0.001160303 0.993884325 112.130737305\n0.992549062 -0.038129460 -0.115726076 -15.142127037 0.037855886 0.999272823 -0.004561727 -0.108587369 0.115815856 0.000146825 0.993270695 112.504936218\n0.991813660 -0.037995532 -0.121909991 -15.189132690 0.037779603 0.999277771 -0.004083057 -0.108239397 0.121977083 -0.000556079 0.992532790 112.883857727\n0.991229057 -0.035567600 -0.127278671 -15.245981216 0.035458833 0.999366283 -0.003120980 -0.113945201 0.127309009 -0.001419547 0.991862059 113.251815796\n0.990570605 -0.033923954 -0.132736534 -15.300781250 0.033835143 0.999423146 -0.002925241 -0.118782669 0.132759199 -0.001593502 0.991147041 113.607528687\n0.989832103 -0.033917308 -0.138137519 -15.366417885 0.033762563 0.999423862 -0.003463912 -0.118631199 0.138175413 -0.001235185 0.990406990 113.971717834\n0.989068210 -0.034577560 -0.143347234 -15.422112465 0.034262404 0.999401987 -0.004667165 -0.119013041 0.143422887 -0.000295276 0.989661455 114.323829651\n0.988300502 -0.035549145 -0.148318544 -15.474632263 0.034985799 0.999367297 -0.006406287 -0.121685013 0.148452446 0.001142294 0.988918900 114.677490234\n0.987622440 -0.035280291 -0.152830854 -15.531301498 0.034499560 0.999374628 -0.007758165 -0.120416835 0.153008983 0.002389542 0.988221884 115.021362305\n0.987150788 -0.032294013 -0.156494185 -15.595937729 0.031329222 0.999471903 -0.008628386 -0.120809734 0.156690180 0.003614677 0.987641215 115.369712830\n0.986788988 -0.029331638 -0.159333363 -15.660263062 0.028249884 0.999559939 -0.009050550 -0.122802064 0.159528717 0.004429834 0.987183332 115.714477539\n0.986386180 -0.027715877 -0.162093014 -15.716753006 0.026615543 0.999605596 -0.008956233 -0.126918271 0.162277326 0.004520110 0.986734867 116.058166504\n0.986111343 -0.028782168 -0.163572744 -15.780392647 0.027958410 0.999582171 -0.007336409 -0.128695399 0.163715556 0.002661283 0.986504018 116.401596069\n0.985893428 -0.030363651 -0.164597005 -15.841471672 0.029923828 0.999538898 -0.005151633 -0.130063310 0.164677531 0.000153588 0.986347437 116.742721558\n0.985627651 -0.031974014 -0.165878907 -15.888508797 0.031813845 0.999487221 -0.003623227 -0.128304914 0.165909708 -0.001706093 0.986139476 117.080886841\n0.985550642 -0.030795334 -0.166558057 -15.948318481 0.030763203 0.999522865 -0.002773478 -0.127854347 0.166563988 -0.002390457 0.986027777 117.418334961\n0.985566914 -0.028198026 -0.166921183 -16.014366150 0.028213026 0.999599338 -0.002281928 -0.129280582 0.166918650 -0.002460359 0.985967577 117.753273010\n0.985612273 -0.026589355 -0.166917667 -16.073951721 0.026613627 0.999643624 -0.002091820 -0.129723608 0.166913792 -0.002380561 0.985968590 118.096328735\n0.985764265 -0.026698984 -0.165999949 -16.134687424 0.026911948 0.999637365 -0.000966659 -0.129934818 0.165965557 -0.003514483 0.986125290 118.431594849\n0.985720336 -0.027355190 -0.166154027 -16.189346313 0.027877331 0.999611020 0.000810703 -0.132317096 0.166067228 -0.005431057 0.986099482 118.771354675\n0.985714853 -0.028786154 -0.165944412 -16.254322052 0.029407777 0.999566674 0.001289602 -0.135009170 0.165835381 -0.006151236 0.986134291 119.127799988\n0.985563695 -0.030137463 -0.166601166 -16.303213120 0.030591328 0.999531984 0.000158121 -0.131411761 0.166518420 -0.005252388 0.986024380 119.473968506\n0.985613644 -0.030440636 -0.166250110 -16.364450455 0.030722437 0.999527574 -0.000877003 -0.127941728 0.166198269 -0.004243222 0.986083210 119.828895569\n0.985711992 -0.029304942 -0.165870890 -16.429052353 0.029586909 0.999561906 -0.000771282 -0.126972541 0.165820822 -0.004147344 0.986147165 120.180732727\n0.985650659 -0.028456021 -0.166382015 -16.487274170 0.028841835 0.999583960 -0.000097423 -0.125132754 0.166315570 -0.004702738 0.986061335 120.544143677\n0.985770881 -0.028347647 -0.165686905 -16.555721283 0.028978987 0.999579072 0.001393769 -0.129014850 0.165577650 -0.006175376 0.986177444 120.909912109\n0.985736668 -0.027854180 -0.165974155 -16.620578766 0.028554203 0.999590576 0.001832508 -0.125014052 0.165855154 -0.006545629 0.986128390 121.306495667\n0.985862672 -0.026973907 -0.165369928 -16.689268112 0.027760800 0.999611616 0.002448489 -0.120412007 0.165239647 -0.007004675 0.986228585 121.692924500\n0.986012518 -0.025690386 -0.164679408 -16.755804062 0.026572293 0.999641895 0.003154175 -0.119861603 0.164539412 -0.007485965 0.986342132 122.097732544\n0.986298323 -0.024390757 -0.163158655 -16.825345993 0.025119320 0.999681592 0.002403500 -0.117514133 0.163048074 -0.006469002 0.986596942 122.505462646\n0.986647010 -0.024471220 -0.161024302 -16.892366409 0.025037430 0.999685407 0.001487878 -0.115065739 0.160937235 -0.005499646 0.986949325 122.916839600\n0.986967325 -0.024360424 -0.159066170 -16.966539383 0.024639146 0.999696374 -0.000220002 -0.117399514 0.159023240 -0.003702120 0.987267911 123.350624084\n0.987264276 -0.024289344 -0.157223687 -17.035169601 0.024276011 0.999703288 -0.002005413 -0.114723533 0.157225743 -0.001836891 0.987560987 123.786003113\n0.987653792 -0.024384918 -0.154742748 -17.105808258 0.023929646 0.999702096 -0.004804400 -0.114899330 0.154813796 0.001042145 0.987943113 124.235595703\n0.987986684 -0.024798069 -0.152536258 -17.173608780 0.023911852 0.999684870 -0.007641859 -0.107652500 0.152677685 0.003902631 0.988268316 124.695632935\n0.988335669 -0.024923190 -0.150237978 -17.254209518 0.023959495 0.999679148 -0.008221433 -0.101363957 0.150394678 0.004525909 0.988615692 125.169876099\n0.988628983 -0.026429132 -0.148034707 -17.327447891 0.025752138 0.999647319 -0.006488346 -0.106045455 0.148153991 0.002602356 0.988960862 125.651458740\n0.988833249 -0.027970696 -0.146377847 -17.390390396 0.027700424 0.999608696 -0.003884822 -0.105996877 0.146429241 -0.000213287 0.989221096 126.129798889\n0.989111722 -0.028128272 -0.144453570 -17.461462021 0.028238555 0.999600410 -0.001287225 -0.111915290 0.144432053 -0.002805951 0.989510715 126.602302551\n0.989426970 -0.027044987 -0.142488003 -17.525489807 0.027428828 0.999623477 0.000730012 -0.109640986 0.142414600 -0.004630572 0.989796281 127.078414917\n0.989755988 -0.025408696 -0.140489936 -17.601243973 0.025877424 0.999664009 0.001510265 -0.111286990 0.140404359 -0.005130311 0.990080953 127.562118530\n0.989931405 -0.026969895 -0.138954625 -17.657262802 0.027413737 0.999623358 0.001280873 -0.106623575 0.138867736 -0.005077241 0.990297914 128.037200928\n0.990344882 -0.028100435 -0.135747313 -17.726501465 0.028571416 0.999590576 0.001522123 -0.108477220 0.135648966 -0.005385919 0.990742326 128.499938965\n0.990836859 -0.029517794 -0.131799176 -17.780229568 0.029865554 0.999553680 0.000662149 -0.108260229 0.131720811 -0.004592337 0.991276205 128.971435547\n0.991479993 -0.029149707 -0.126955509 -17.833396912 0.029328940 0.999569714 -0.000457686 -0.109995499 0.126914218 -0.003269684 0.991908312 129.442535400\n0.992305100 -0.027383750 -0.120750509 -17.896812439 0.027281057 0.999624670 -0.002503830 -0.107323587 0.120773755 -0.000809639 0.992679715 129.897384644\n0.993041873 -0.026597086 -0.114719078 -17.939172745 0.026428249 0.999646246 -0.002992701 -0.103479862 0.114758097 -0.000059946 0.993393481 130.354949951\n0.993845165 -0.027269278 -0.107369535 -17.975322723 0.027188070 0.999627888 -0.002220367 -0.104807086 0.107390128 -0.000712469 0.994216681 130.802963257\n0.994645596 -0.027354976 -0.099658661 -18.003278732 0.027399201 0.999624133 -0.000925155 -0.108515106 0.099646509 -0.001810365 0.995021284 131.252655029\n0.995474279 -0.027616452 -0.090930432 -18.050315857 0.027671840 0.999616861 -0.000651782 -0.107028067 0.090913594 -0.001867380 0.995857060 131.684509277\n0.996166945 -0.027571192 -0.083013900 -18.088914871 0.027666721 0.999617219 0.000000417 -0.104166180 0.082982108 -0.002297137 0.996548414 132.089675903\n0.996711195 -0.028325502 -0.075923942 -18.108188629 0.028496109 0.999593198 0.001164479 -0.114572771 0.075860068 -0.003324185 0.997112930 132.471954346\n0.997168541 -0.028359853 -0.069646060 -18.127584457 0.028583944 0.999588907 0.002222899 -0.114919163 0.069554389 -0.004207364 0.997569263 132.847015381\n0.997526646 -0.028399289 -0.064296998 -18.145782471 0.028688876 0.999581933 0.003584957 -0.117642187 0.064168312 -0.005420698 0.997924387 133.209213257\n0.997792959 -0.028815776 -0.059823696 -18.164239883 0.029114850 0.999567509 0.004133427 -0.116276801 0.059678718 -0.005866062 0.998200417 133.549362183\n0.997969985 -0.029721541 -0.056325655 -18.181959152 0.030032387 0.999537945 0.004680144 -0.114797793 0.056160528 -0.006362237 0.998401463 133.866653442\n0.998050570 -0.030595947 -0.054395989 -18.185716629 0.030912403 0.999509692 0.004985603 -0.104019269 0.054216780 -0.006657394 0.998507023 134.182678223\n0.998112261 -0.030858032 -0.053100612 -18.199634552 0.031221963 0.999494255 0.006037553 -0.110586911 0.052887451 -0.007684061 0.998570919 134.445983887\n0.998135924 -0.030765014 -0.052708123 -18.220474243 0.031076524 0.999503970 0.005100593 -0.105082870 0.052525058 -0.006729071 0.998596907 134.731994629\n0.997987926 -0.031203484 -0.055195034 -18.228197098 0.031476486 0.999496162 0.004083513 -0.111994818 0.055039804 -0.005812643 0.998467267 134.996063232\n0.997755587 -0.031163611 -0.059267253 -18.244638443 0.031417068 0.999500751 0.003349281 -0.110234484 0.059133288 -0.005203767 0.998236537 135.262619019\n0.997384667 -0.031190280 -0.065199561 -18.254289627 0.031496637 0.999497116 0.003675916 -0.110284232 0.065052122 -0.005719869 0.997865498 135.529357910\n0.996995211 -0.031280026 -0.070866659 -18.286521912 0.031625222 0.999492764 0.003754069 -0.105575740 0.070713289 -0.005983963 0.997478724 135.793167114\n0.996569157 -0.030896477 -0.076781191 -18.326383591 0.031232346 0.999507129 0.003177121 -0.103683263 0.076645188 -0.005564278 0.997042894 136.054351807\n0.995936692 -0.031884313 -0.084223039 -18.346017838 0.032274153 0.999473691 0.003270832 -0.106607400 0.084074423 -0.005975769 0.996441543 136.306152344\n0.995359242 -0.031479869 -0.090933859 -18.385713577 0.031907737 0.999485493 0.003254980 -0.109006502 0.090784609 -0.006141367 0.995851636 136.563400269\n0.994561613 -0.031582899 -0.099245586 -18.412567139 0.031946689 0.999487400 0.002078081 -0.104427435 0.099129081 -0.005237347 0.995060802 136.818847656\n0.993780673 -0.031466555 -0.106816746 -18.445632935 0.031828403 0.999491930 0.001684073 -0.104364693 0.106709480 -0.005073405 0.994277298 137.067810059\n0.992886662 -0.031394329 -0.114849925 -18.474580765 0.031778112 0.999493778 0.001511750 -0.102301300 0.114744328 -0.005150710 0.993381679 137.323989868\n0.992129624 -0.031121589 -0.121285707 -18.520523071 0.031521104 0.999502122 0.001376310 -0.105352908 0.121182486 -0.005188536 0.992616713 137.571304321\n0.991203547 -0.031944636 -0.128433079 -18.554824829 0.032364778 0.999475420 0.001185088 -0.107012302 0.128327847 -0.005331371 0.991717458 137.822067261\n0.990307450 -0.031600203 -0.135250151 -18.598348618 0.032110389 0.999483049 0.001591807 -0.106851906 0.135129929 -0.005919314 0.990810215 138.072387695\n0.989386857 -0.031304948 -0.141892955 -18.637084961 0.031860225 0.999490976 0.001642631 -0.104805797 0.141769305 -0.006145939 0.989880621 138.318893433\n0.988604784 -0.030610476 -0.147389278 -18.687971115 0.031133084 0.999514461 0.001239587 -0.101851806 0.147279769 -0.005814145 0.989077806 138.569183350\n0.987750649 -0.031007908 -0.152928770 -18.731605530 0.031649344 0.999497473 0.001761176 -0.106556937 0.152797312 -0.006579698 0.988235652 138.813537598\n0.986880004 -0.030920690 -0.158466935 -18.771968842 0.031509969 0.999502718 0.001206855 -0.101136506 0.158350810 -0.006184310 0.987363577 139.060653687\n0.986158609 -0.030923158 -0.162895381 -18.822349548 0.031557977 0.999501050 0.001310308 -0.104850233 0.162773594 -0.006432820 0.986642480 139.300689697\n0.985265195 -0.030995186 -0.168201491 -18.860429764 0.031592447 0.999500453 0.000875356 -0.100329787 0.168090329 -0.006176354 0.985752225 139.554885864\n0.984438360 -0.031366222 -0.172908232 -18.907714844 0.031989649 0.999487877 0.000819400 -0.098245591 0.172793984 -0.006337923 0.984937608 139.795227051\n0.983574569 -0.031878404 -0.177664936 -18.955812454 0.032556877 0.999469459 0.000904069 -0.101659179 0.177541867 -0.006673434 0.984090626 140.036560059\n0.982734084 -0.031634036 -0.182299361 -19.006534576 0.032279793 0.999478698 0.000575443 -0.100149155 0.182186127 -0.006450092 0.983242929 140.277465820\n0.981860220 -0.031365834 -0.186993733 -19.058130264 0.032018073 0.999487162 0.000468070 -0.100889802 0.186883152 -0.006446758 0.982361019 140.515014648\n0.980994105 -0.030716417 -0.191590756 -19.111690521 0.031302888 0.999509931 0.000034374 -0.094063967 0.191495806 -0.006031064 0.981474876 140.761825562\n0.980245769 -0.030509179 -0.195415989 -19.159120560 0.030987795 0.999519587 -0.000608271 -0.094182134 0.195340663 -0.005459254 0.980720282 140.995681763\n0.979672730 -0.030227479 -0.198311880 -19.205287933 0.030559871 0.999531984 -0.001384983 -0.091461837 0.198260933 -0.004703555 0.980138004 141.235275269\n0.979543090 -0.029587569 -0.199047610 -19.264213562 0.029914428 0.999551535 -0.001365653 -0.101946115 0.198998749 -0.004616679 0.979988873 141.473373413\n0.979608893 -0.030363528 -0.198606476 -19.325197220 0.030649725 0.999528825 -0.001633781 -0.101015329 0.198562503 -0.004486767 0.980077982 141.726638794\n0.979698002 -0.031562932 -0.197978750 -19.367992401 0.031813309 0.999491990 -0.001916684 -0.091870725 0.197938666 -0.004420586 0.980204463 141.963714600\n0.979988396 -0.030981652 -0.196628690 -19.414115906 0.031384271 0.999506831 -0.001068770 -0.098557472 0.196564823 -0.005123666 0.980477452 142.185104370\n0.980130076 -0.031168751 -0.195891678 -19.456478119 0.031625345 0.999499500 -0.000797376 -0.094967872 0.195818469 -0.005413609 0.980625212 142.398971558\n0.980376005 -0.031087454 -0.194670245 -19.500963211 0.031746846 0.999495924 0.000267437 -0.103738844 0.194563806 -0.006442355 0.980868697 142.604415894\n0.980488181 -0.031780239 -0.193992272 -19.536045074 0.032430343 0.999473989 0.000175503 -0.103463173 0.193884656 -0.006463315 0.981003046 142.780532837\n0.980657279 -0.030944875 -0.193271026 -19.567840576 0.031478357 0.999504387 -0.000310744 -0.101152092 0.193184853 -0.005779121 0.981145382 142.952575684\n0.980696261 -0.031303659 -0.193015382 -19.593570709 0.031719286 0.999496400 -0.000937271 -0.097224087 0.192947507 -0.005203132 0.981195271 143.105560303\n0.980830014 -0.032179035 -0.192190066 -19.625911713 0.032644540 0.999466777 -0.000744739 -0.104254663 0.192111552 -0.005543494 0.981357455 143.238891602\n0.980967641 -0.032206953 -0.191481635 -19.651582718 0.032256622 0.999475539 -0.002858547 -0.094182700 0.191473275 -0.003372409 0.981492043 143.362655640\n0.981046259 -0.031836450 -0.191140503 -19.677234650 0.031663135 0.999490738 -0.003961665 -0.093706667 0.191169277 -0.002165532 0.981554687 143.477035522\n0.980986595 -0.032201145 -0.191385418 -19.691116333 0.032005381 0.999479234 -0.004114870 -0.104969978 0.191418245 -0.002088731 0.981506348 143.584838867\n0.981212080 -0.031874623 -0.190280959 -19.726327896 0.031524908 0.999491096 -0.004865340 -0.104373515 0.190339208 -0.001224659 0.981717646 143.699523926\n0.981049299 -0.031518891 -0.191177621 -19.731109619 0.031122681 0.999502659 -0.005075558 -0.106893092 0.191242516 -0.000970587 0.981542349 143.819259644\n0.981160820 -0.031807434 -0.190556288 -19.757129669 0.031280439 0.999493957 -0.005773603 -0.102060646 0.190643504 -0.000295851 0.981659293 143.926437378\n0.981190920 -0.031787932 -0.190404668 -19.777233124 0.031120252 0.999494553 -0.006496464 -0.096654028 0.190514937 0.000448830 0.981684208 144.042221069\n0.981265724 -0.031598706 -0.190050259 -19.802404404 0.030774904 0.999499798 -0.007285127 -0.091294259 0.190185383 0.001299868 0.981747329 144.156417847\n0.981276810 -0.031064780 -0.190080926 -19.825643539 0.030314742 0.999516904 -0.006852975 -0.101043820 0.190201983 0.000962412 0.981744528 144.267456055\n0.981188297 -0.031485137 -0.190468401 -19.841745377 0.030548694 0.999502420 -0.007851426 -0.092613310 0.190620840 0.001885166 0.981661916 144.376281738\n0.981262147 -0.031286597 -0.190120339 -19.869916916 0.030270658 0.999507725 -0.008246067 -0.092062086 0.190284744 0.002336486 0.981726170 144.493347168\n0.981327772 -0.030200342 -0.189957112 -19.895217896 0.029255046 0.999541700 -0.007779188 -0.099403709 0.190104991 0.002076731 0.981761575 144.608108521\n0.981455386 -0.028885335 -0.189501852 -19.915468216 0.027834838 0.999578893 -0.008203179 -0.098580748 0.189658999 0.002776301 0.981846094 144.718032837\n0.982024431 -0.027743978 -0.186703682 -19.940172195 0.026722688 0.999611020 -0.007985125 -0.101261616 0.186852589 0.002852364 0.982383847 144.831481934\n0.982714832 -0.027530491 -0.183067396 -19.953754425 0.026368262 0.999613762 -0.008780234 -0.095346421 0.183238402 0.003801298 0.983061135 144.934020996\n0.983638346 -0.027804725 -0.177995786 -19.969329834 0.026692195 0.999606311 -0.008642406 -0.104103744 0.178166017 0.003749904 0.983993292 145.038177490\n0.984834731 -0.027618250 -0.171282738 -19.985366821 0.026442101 0.999608517 -0.009144752 -0.105168656 0.171468243 0.004476995 0.985179484 145.145156860\n0.986270726 -0.026724534 -0.162959784 -20.001850128 0.025558079 0.999630511 -0.009250605 -0.104760200 0.163146794 0.004958663 0.986589372 145.255157471\n0.987810552 -0.026232956 -0.153434411 -20.018808365 0.025152791 0.999643326 -0.008977165 -0.109301656 0.153615177 0.005008436 0.988118052 145.362777710\n0.989296198 -0.025820838 -0.143618524 -20.025949478 0.024766956 0.999651611 -0.009121308 -0.109293848 0.143804014 0.005466683 0.989591062 145.476608276\n0.990688622 -0.025788072 -0.133682743 -20.024208069 0.024815278 0.999652088 -0.008938236 -0.111384958 0.133866727 0.005537635 0.990983844 145.580047607\n0.992103577 -0.025843067 -0.122729912 -20.021558762 0.024881283 0.999646544 -0.009363024 -0.105911694 0.122928500 0.006235411 0.992395937 145.695205688\n0.993600547 -0.025809877 -0.109962910 -20.031934738 0.025015444 0.999650061 -0.008598235 -0.117831722 0.110146351 0.005792439 0.993898511 145.813171387\n0.995041072 -0.025166677 -0.096228287 -20.035642624 0.024307372 0.999653578 -0.010091898 -0.105816491 0.096448928 0.007702796 0.995308101 145.935012817\n0.996373892 -0.025568832 -0.081150159 -20.035377502 0.024721364 0.999629021 -0.011430978 -0.099377394 0.081412330 0.009383386 0.996636331 146.060455322\n0.997536063 -0.026275609 -0.065048970 -20.033056259 0.025597272 0.999609172 -0.011239779 -0.103684068 0.065318875 0.009547009 0.997818768 146.195617676\n0.998482466 -0.025664194 -0.048724789 -20.022691727 0.025170805 0.999625742 -0.010712859 -0.104959704 0.048981488 0.009470160 0.998754799 146.334716797\n0.999185383 -0.025073227 -0.031620506 -20.004905701 0.024768123 0.999643147 -0.010004072 -0.103615940 0.031860057 0.009212742 0.999449909 146.478286743\n0.999580264 -0.025146149 -0.014386336 -19.984504700 0.025024574 0.999650121 -0.008569179 -0.108216867 0.014596784 0.008205570 0.999859810 146.616912842\n0.999722242 -0.022879107 0.005656729 -19.981464386 0.022920616 0.999710023 -0.007385388 -0.118010752 -0.005486117 0.007512993 0.999956727 146.771743774\n0.999467671 -0.021122424 0.024863679 -19.960626602 0.021301812 0.999748766 -0.006972168 -0.121128865 -0.024710163 0.007498098 0.999666512 146.933181763\n0.998755097 -0.019863883 0.045756303 -19.943614960 0.020181991 0.999775171 -0.006500712 -0.119751342 -0.045616888 0.007416072 0.998931468 147.103729248\n0.997582018 -0.019067945 0.066832192 -19.910703659 0.019487090 0.999794304 -0.005625277 -0.121571720 -0.066711180 0.006914040 0.997748375 147.277832031\n0.995935798 -0.016162986 0.088603787 -19.878055573 0.016566347 0.999855459 -0.003818892 -0.121987410 -0.088529259 0.005271212 0.996059656 147.465957642\n0.993672967 -0.013118921 0.111543231 -19.843597412 0.013540751 0.999903738 -0.003025029 -0.118430860 -0.111492805 0.004516268 0.993754983 147.663269043\n0.990783572 -0.011907383 0.134929985 -19.797458649 0.012430761 0.999918103 -0.003037026 -0.121072203 -0.134882763 0.004686317 0.990850508 147.860992432\n0.986938536 -0.012706927 0.160595521 -19.743118286 0.013480588 0.999902189 -0.003728796 -0.125249818 -0.160532430 0.005845014 0.987013280 148.060180664\n0.982113421 -0.012974262 0.187842891 -19.679077148 0.013907019 0.999896646 -0.003648516 -0.121843845 -0.187776148 0.006195591 0.982192338 148.263961792\n0.976270139 -0.011916056 0.216228247 -19.610105515 0.012722621 0.999916315 -0.002338525 -0.123437226 -0.216182292 0.005034022 0.976340055 148.474121094\n0.969141126 -0.008999167 0.246342316 -19.526287079 0.009764617 0.999950528 -0.001885872 -0.118807852 -0.246313155 0.004233114 0.969181061 148.695831299\n0.960402489 -0.007364494 0.278518975 -19.444805145 0.008132963 0.999965668 -0.001603756 -0.125055552 -0.278497607 0.003805436 0.960429370 148.896820068\n0.950350583 -0.008156988 0.311074287 -19.344694138 0.009114304 0.999957144 -0.001623875 -0.126904637 -0.311047703 0.004378476 0.950384200 149.118148804\n0.939033985 -0.009644513 0.343689114 -19.232358932 0.011541598 0.999927342 -0.003474480 -0.123366833 -0.343630612 0.007229376 0.939077079 149.340576172\n0.926476777 -0.009167970 0.376240224 -19.107341766 0.012153586 0.999910653 -0.005562577 -0.121014252 -0.376155615 0.009726266 0.926505446 149.557037354\n0.912401497 -0.006397939 0.409246445 -18.985828400 0.010030304 0.999927044 -0.006729913 -0.123341121 -0.409173518 0.010245248 0.912399054 149.774002075\n0.896922588 -0.001215512 0.442185968 -18.857654572 0.005741362 0.999943912 -0.008896966 -0.117238328 -0.442150354 0.010518639 0.896879256 149.994934082\n0.880505323 0.000472440 0.474036008 -18.709894180 0.004268432 0.999951065 -0.008925047 -0.126766995 -0.474017024 0.009881942 0.880460203 150.199142456\n0.862291694 0.000310125 0.506411850 -18.554349899 0.005113387 0.999943495 -0.009319172 -0.116507441 -0.506386161 0.010625324 0.862241387 150.414764404\n0.842968941 -0.002657175 0.537955642 -18.382701874 0.008250414 0.999934077 -0.007989217 -0.124187186 -0.537898958 0.011173019 0.842935264 150.612365723\n0.821472108 -0.003420057 0.570238471 -18.206539154 0.009916134 0.999916494 -0.008287859 -0.128215238 -0.570162535 0.012462806 0.821437418 150.813446045\n0.798600733 -0.001626952 0.601859033 -18.022256851 0.009515674 0.999905467 -0.009923297 -0.124686584 -0.601786017 0.013651845 0.798540711 150.989624023\n0.773196936 -0.000161109 0.634166002 -17.832090378 0.008349080 0.999915898 -0.009925459 -0.119306192 -0.634111106 0.012969037 0.773133218 151.181198120\n0.746264696 -0.000317341 0.665649295 -17.629165649 0.007533951 0.999939859 -0.007969663 -0.121693984 -0.665606737 0.010962447 0.746222198 151.360092163\n0.717553973 -0.001059811 0.696502090 -17.414878845 0.006973146 0.999959648 -0.005662353 -0.128668547 -0.696467996 0.008919855 0.717532396 151.539016724\n0.688568711 -0.000775397 0.725170732 -17.178730011 0.006582515 0.999964893 -0.005181048 -0.122661866 -0.725141227 0.008340954 0.688549638 151.704101562\n0.656661034 -0.001154253 0.754185081 -16.949623108 0.006159927 0.999973655 -0.003832961 -0.124930881 -0.754160762 0.007162680 0.656650901 151.866958618\n0.622888029 -0.003241422 0.782304347 -16.716629028 0.007603841 0.999969244 -0.001911047 -0.122496016 -0.782274067 0.007138886 0.622893572 152.018127441\n0.588126659 -0.006135053 0.808745623 -16.452808380 0.009499081 0.999954641 0.000677730 -0.125594556 -0.808713078 0.007283749 0.588158250 152.175582886\n0.554289043 -0.008283660 0.832283020 -16.186851501 0.012792426 0.999917150 0.001432532 -0.120741770 -0.832225978 0.009852882 0.554349065 152.300781250\n0.519088268 -0.010557093 0.854655445 -15.911140442 0.015978066 0.999868870 0.002646308 -0.120367862 -0.854571283 0.012282074 0.519188821 152.432235718\n0.484262824 -0.009638272 0.874869525 -15.628746033 0.015489983 0.999877036 0.002441352 -0.114379473 -0.874785483 0.012369458 0.484352529 152.558410645\n0.450012922 -0.007356781 0.892991841 -15.337860107 0.012299341 0.999922276 0.002039599 -0.115903251 -0.892937422 0.010065364 0.450068474 152.687515259\n0.418815434 -0.004451322 0.908060491 -15.028274536 0.009598233 0.999953806 0.000474889 -0.110463768 -0.908020675 0.008516884 0.418838859 152.796981812\n0.387306869 -0.001580041 0.921949625 -14.715194702 0.008139364 0.999965429 -0.001705568 -0.106168404 -0.921914995 0.008164661 0.387306333 152.919692993\n0.358047605 -0.000452907 0.933703303 -14.395317078 0.008911168 0.999956012 -0.002932127 -0.114106059 -0.933660865 0.009370228 0.358035922 153.018768311\n0.331303298 0.000809459 0.943524063 -14.030364990 0.009055717 0.999950826 -0.004037638 -0.120567858 -0.943480968 0.009881969 0.331279695 153.124588013\n0.304656804 0.003049571 0.952457368 -13.671447754 0.008576617 0.999945521 -0.005944969 -0.118514061 -0.952423632 0.009980036 0.304614067 153.223632812\n0.279890537 0.005369845 0.960016966 -13.295059204 0.009363980 0.999921501 -0.008323098 -0.112912714 -0.959986329 0.011319135 0.279818296 153.318435669\n0.255901635 0.009641631 0.966654837 -12.897888184 0.008216703 0.999892473 -0.012148352 -0.102603197 -0.966668010 0.011051499 0.255794883 153.423095703\n0.236204207 0.010725369 0.971644342 -12.493835449 0.008020998 0.999883473 -0.012986969 -0.104469299 -0.971670449 0.010861134 0.236090660 153.494934082\n0.217321098 0.010667725 0.976041853 -12.078819275 0.006263367 0.999904454 -0.012323107 -0.105540752 -0.976080060 0.008791381 0.217233539 153.583068848\n0.201465249 0.008664453 0.979457319 -11.655342102 0.006326091 0.999928534 -0.010146763 -0.106352568 -0.979475200 0.008240356 0.201396048 153.655364990\n0.188096583 0.006277911 0.982130349 -11.205352783 0.004993765 0.999960542 -0.007348283 -0.104652166 -0.982137740 0.006286715 0.188057840 153.734252930\n0.177660882 0.003519162 0.984085560 -10.751289368 0.001064515 0.999992311 -0.003768227 -0.108851165 -0.984091282 0.001717040 0.177655756 153.818481445\n0.169320762 0.002218248 0.985558569 -10.290969849 -0.001933655 0.999996305 -0.001918538 -0.103561550 -0.985559165 -0.001580882 0.169324458 153.898025513\n0.162823677 0.000605896 0.986655056 -9.814651489 -0.002919625 0.999995708 -0.000132274 -0.103629827 -0.986650944 -0.002859125 0.162824750 153.976165771\n0.157785535 -0.003556262 0.987467051 -9.320373535 -0.000291469 0.999993324 0.003647947 -0.104149163 -0.987473428 -0.000863409 0.157783449 154.053131104\n0.155319452 -0.005451244 0.987849236 -8.835021973 -0.004324180 0.999971449 0.006198028 -0.098643005 -0.987854779 -0.005234312 0.155291438 154.128143311\n0.152673423 -0.006213677 0.988257229 -8.324508667 -0.009131724 0.999928653 0.007697801 -0.089707851 -0.988234580 -0.010199742 0.152605772 154.221740723\n0.150558531 -0.005609633 0.988585353 -7.815948486 -0.014861790 0.999858081 0.007937008 -0.077242136 -0.988489568 -0.015887130 0.150453806 154.310363770\n0.148684621 -0.006790549 0.988861382 -7.276168823 -0.014464458 0.999854505 0.009040907 -0.072300673 -0.988778889 -0.015647588 0.148564756 154.394409180\n0.146946967 -0.007284024 0.989117682 -6.732147217 -0.010143350 0.999909222 0.008870431 -0.064908981 -0.989092469 -0.011336450 0.146859765 154.467590332\n0.145252883 -0.006985515 0.989370048 -6.182510376 -0.010180105 0.999911606 0.008554524 -0.059649825 -0.989342332 -0.011314460 0.145168900 154.549011230\n0.142652035 -0.005321004 0.989758611 -5.620758057 -0.012243741 0.999899566 0.007140189 -0.049648643 -0.989697218 -0.013136911 0.142572582 154.636856079\n0.141339064 -0.005669834 0.989945114 -5.058151245 -0.014267098 0.999868095 0.007763650 -0.040074944 -0.989858508 -0.015220951 0.141239524 154.724807739\n0.140296161 -0.007302404 0.990082681 -4.487304688 -0.012768476 0.999876320 0.009183950 -0.038697243 -0.990027249 -0.013930320 0.140185595 154.804977417\n0.139371872 -0.007628521 0.990210712 -3.915740967 -0.010015683 0.999908328 0.009112936 -0.030851245 -0.990189493 -0.011187725 0.139282703 154.880630493\n0.138028860 -0.006852177 0.990404427 -3.345870972 -0.009228465 0.999923766 0.008204172 -0.022901654 -0.990385115 -0.010272326 0.137955129 154.961395264\n0.137354255 -0.005749870 0.990505397 -2.772384644 -0.010226052 0.999921620 0.007222589 -0.015206456 -0.990469277 -0.011121013 0.137284696 155.044647217\n0.136191607 -0.004943115 0.990670323 -2.201629639 -0.009402950 0.999936044 0.006282012 -0.007101893 -0.990638018 -0.010170780 0.136136413 155.124069214\n0.135581315 -0.006185626 0.990746915 -1.624435425 -0.008858897 0.999932945 0.007455296 -0.007722259 -0.990726590 -0.009787723 0.135517418 155.205581665\n0.134630501 -0.006538823 0.990874290 -1.051239014 -0.007109210 0.999946117 0.007564619 -0.004121184 -0.990870357 -0.008062762 0.134576738 155.283355713\n0.134250462 -0.005940829 0.990929663 -0.474472046 -0.007874585 0.999944031 0.007061717 0.002434611 -0.990916193 -0.008751199 0.134196162 155.359313965\n0.133433521 -0.006026242 0.991039515 0.103607178 -0.006878478 0.999951780 0.007006554 0.010405540 -0.991033971 -0.007751752 0.133385658 155.435699463\n0.132325411 -0.006338018 0.991186142 0.674209595 -0.006605514 0.999951720 0.007275920 0.012240887 -0.991184413 -0.007510083 0.132277131 155.519332886\n0.130710959 -0.006786001 0.991397321 1.252395630 -0.004981446 0.999959469 0.007501388 0.019033432 -0.991408050 -0.005919106 0.130671859 155.605499268\n0.131003499 -0.007523194 0.991353452 1.832275391 -0.003703190 0.999960542 0.008077876 0.021095514 -0.991375089 -0.004729401 0.130970478 155.673248291\n0.130115151 -0.007308552 0.991471946 2.403747559 -0.004701022 0.999957025 0.007988034 0.027933896 -0.991487741 -0.005700295 0.130075216 155.748977661\n0.129382789 -0.005590214 0.991578996 2.965927124 -0.004670689 0.999969602 0.006246957 0.023970008 -0.991583705 -0.005439606 0.129352748 155.824554443\n0.128792524 -0.000767305 0.991671383 3.521179199 -0.007315234 0.999971747 0.001723789 0.027728140 -0.991644681 -0.007476319 0.128783226 155.906280518\n0.128741801 0.001460756 0.991677105 4.089584351 -0.008419082 0.999964476 -0.000379978 0.028253168 -0.991642416 -0.008300090 0.128749549 155.984588623\n0.128472209 0.000735156 0.991712928 4.658309937 -0.009077867 0.999958694 0.000434732 0.036333621 -0.991671681 -0.009058489 0.128473580 156.063995361\n0.127908170 -0.001399095 0.991785169 5.208343506 -0.006645331 0.999975324 0.002267682 0.042565405 -0.991763890 -0.006880795 0.127895713 156.141876221\n0.128186762 -0.004487467 0.991739869 5.784759521 -0.004452547 0.999977052 0.005100250 0.041641474 -0.991740048 -0.005069553 0.128163815 156.214706421\n0.129468441 -0.008095327 0.991550565 6.343170166 -0.005350025 0.999946415 0.008862436 0.038733363 -0.991569161 -0.006452227 0.129418194 156.287673950\n0.130556762 -0.008162793 0.991407335 6.895278931 -0.006829045 0.999934971 0.009132314 0.045527458 -0.991417408 -0.007962652 0.130492568 156.370315552\n0.132302463 -0.007761228 0.991179109 7.438858032 -0.007831329 0.999929965 0.008875077 0.048169374 -0.991178572 -0.008936445 0.132232428 156.449584961\n0.134783089 -0.008084100 0.990842164 7.990432739 -0.005227665 0.999947011 0.008869498 0.057304502 -0.990861356 -0.006375250 0.134733677 156.522033691\n0.137439609 -0.009852157 0.990461171 8.543647766 -0.002948000 0.999942005 0.010355538 0.064035296 -0.990505755 -0.004343141 0.137402594 156.593536377\n0.139056385 -0.011670395 0.990215838 9.089584351 -0.000892498 0.999928653 0.011910204 0.075656652 -0.990284204 -0.002539957 0.139036059 156.671493530\n0.141160429 -0.012687024 0.989905477 9.641220093 0.000648698 0.999918878 0.012722855 0.083901286 -0.989986598 -0.001153814 0.141157210 156.754791260\n0.143638134 -0.013373641 0.989539862 10.195312500 0.000759391 0.999909878 0.013403561 0.090384960 -0.989629924 -0.001173815 0.143635392 156.835296631\n0.144979179 -0.013921124 0.989336908 10.755294800 0.001569933 0.999903023 0.013839743 0.100502968 -0.989433587 -0.000453284 0.144986987 156.924423218\n0.146628022 -0.013034970 0.989105940 11.318283081 0.001957694 0.999915063 0.012887206 0.111591935 -0.989189863 0.000046739 0.146641076 157.011886597\n0.148152888 -0.012561165 0.988884687 11.881324768 0.002798436 0.999920666 0.012282090 0.119381011 -0.988960505 0.000947703 0.148176312 157.098312378\n0.148734570 -0.012115641 0.988802969 12.447563171 0.005109454 0.999921024 0.011483310 0.130467296 -0.988863945 0.003344277 0.148784697 157.187759399\n0.148770988 -0.011235779 0.988807917 13.019599915 0.004714746 0.999932170 0.010652827 0.139893830 -0.988860488 0.003077145 0.148813844 157.281692505\n0.150205493 -0.009801644 0.988606215 13.588653564 0.004005586 0.999948680 0.009305505 0.137890875 -0.988646686 0.002562209 0.150237024 157.358428955\n0.150524259 -0.008073783 0.988573492 14.155357361 0.004559333 0.999961674 0.007472568 0.142446548 -0.988595903 0.003382431 0.150555313 157.445556641\n0.149752617 -0.006150791 0.988704324 14.733581543 0.005782420 0.999969006 0.005345043 0.149778277 -0.988706589 0.004916670 0.149783492 157.550125122\n0.150719881 -0.006589686 0.988554537 15.319335938 0.002834464 0.999976575 0.006233668 0.152699381 -0.988572419 0.001862485 0.150735021 157.636322021\n0.151166439 -0.005950313 0.988490582 15.899063110 0.000739649 0.999982297 0.005906377 0.165007770 -0.988508224 -0.000161711 0.151168168 157.726760864\n0.151040316 -0.008963131 0.988487005 16.480041504 -0.001461560 0.999955773 0.009290450 0.171357393 -0.988526523 -0.002847966 0.151020527 157.826675415\n0.151120484 -0.013822036 0.988418698 17.079246521 -0.000816800 0.999900162 0.014107473 0.176660776 -0.988515019 -0.002939268 0.151094079 157.914337158\n0.151366353 -0.016925739 0.988332808 17.669311523 -0.001049166 0.999850094 0.017283663 0.185400009 -0.988477170 -0.003653090 0.151325881 158.010726929\n0.151689410 -0.014626473 0.988319993 18.258323669 -0.004071368 0.999872804 0.015422329 0.194584250 -0.988419831 -0.006363220 0.151610553 158.108367920\n0.152054489 -0.011134831 0.988309324 18.845840454 -0.007218733 0.999897361 0.012376012 0.201185822 -0.988345683 -0.009016169 0.151958525 158.210876465\n0.153175235 -0.006540212 0.988177478 19.448768616 -0.009878760 0.999917984 0.008149204 0.206112266 -0.988149762 -0.011010225 0.153098106 158.312225342\n0.153946638 -0.002184448 0.988076746 20.041061401 -0.009996105 0.999942958 0.003768119 0.219896317 -0.988028586 -0.010457008 0.153916001 158.410293579\n0.154342711 0.000028030 0.988017440 20.638412476 -0.010395110 0.999944687 0.001595501 0.226757437 -0.987962782 -0.010516803 0.154334486 158.508773804\n0.155607641 -0.000138033 0.987819076 21.246604919 -0.011098680 0.999936640 0.001888064 0.235637993 -0.987756729 -0.011257283 0.155596256 158.605636597\n0.156278312 -0.002988279 0.987708509 21.840766907 -0.012402126 0.999910653 0.004987499 0.233329058 -0.987635136 -0.013029123 0.156227231 158.703048706\n0.157403350 -0.004660967 0.987523437 22.465225220 -0.012500190 0.999899328 0.006711811 0.238447785 -0.987455308 -0.013400692 0.157329261 158.813705444\n0.158866048 -0.004725562 0.987288892 23.076362610 -0.012935452 0.999892771 0.006867352 0.245365739 -0.987215459 -0.013862017 0.158787906 158.908706665\n0.159391761 -0.002832134 0.987211406 23.674140930 -0.015231146 0.999869823 0.005327618 0.246770084 -0.987097979 -0.015885537 0.159327865 159.019515991\n0.160617471 -0.001842957 0.987015069 24.285789490 -0.013598696 0.999899209 0.004079938 0.248062015 -0.986923099 -0.014077427 0.160576165 159.116241455\n0.162091017 -0.002123237 0.986773610 24.891670227 -0.009659996 0.999946356 0.003738368 0.256189138 -0.986728609 -0.010138184 0.162061810 159.211486816\n0.162635446 -0.002681481 0.986682653 25.495300293 -0.004092120 0.999985874 0.003392142 0.264280975 -0.986677825 -0.004589306 0.162622154 159.306777954\n0.162150085 -0.004208869 0.986757159 26.126205444 -0.002225816 0.999986827 0.004631058 0.264244556 -0.986763597 -0.002947266 0.162138581 159.418426514\n0.162137270 -0.004828118 0.986756563 26.739692688 -0.002219752 0.999983728 0.005257573 0.270371914 -0.986765862 -0.003042804 0.162123919 159.522064209\n0.161942720 -0.003332027 0.986794591 27.356987000 -0.003042019 0.999987841 0.003875801 0.273887932 -0.986795545 -0.003629506 0.161930621 159.634292603\n0.161768198 -0.002760688 0.986824870 27.980316162 -0.002593631 0.999991417 0.003222690 0.280609667 -0.986825347 -0.003080789 0.161759675 159.730590820\n0.160745561 -0.001409496 0.986994863 28.601539612 -0.002024351 0.999996424 0.001757756 0.287869334 -0.986993790 -0.002280576 0.160742104 159.838653564\n0.160045505 0.002069922 0.987107456 29.219528198 0.000807279 0.999997199 -0.002227840 0.286619991 -0.987109303 0.001153427 0.160043418 159.934387207\n0.159796178 0.002578385 0.987146676 29.859382629 -0.000421246 0.999996662 -0.002543759 0.283531874 -0.987149954 -0.000009349 0.159796774 160.029541016\n0.158929646 0.004190963 0.987281144 30.489479065 -0.000376025 0.999991179 -0.004184386 0.290094405 -0.987289965 0.000293781 0.158929765 160.134353638\n0.157817423 0.003334766 0.987462759 31.128273010 -0.002066426 0.999993205 -0.003046824 0.297256112 -0.987466216 -0.001559676 0.157823265 160.244567871\n0.157825768 0.000093700 0.987466991 31.786666870 -0.000820265 0.999999642 0.000036213 0.296890110 -0.987466633 -0.000815700 0.157825768 160.348266602\n0.157429755 -0.001222746 0.987529516 32.444541931 -0.000626834 0.999998927 0.001338114 0.297451884 -0.987530053 -0.000829676 0.157428801 160.451080322\n0.157010257 -0.000068518 0.987596989 33.086105347 0.000161200 1.000000000 0.000043750 0.297961235 -0.987596989 0.000152331 0.157010257 160.559661865\n0.157135963 -0.000863724 0.987576723 33.754119873 0.003913896 0.999992311 0.000251832 0.303008556 -0.987569332 0.003825700 0.157138169 160.663726807\n0.156866372 -0.002757573 0.987616003 34.417121887 0.008986209 0.999958694 0.001364726 0.310326874 -0.987578988 0.008660844 0.156884670 160.759185791\n0.156727374 -0.003458827 0.987635970 35.080741882 0.011356198 0.999934077 0.001699787 0.313542962 -0.987576723 0.010949385 0.156756341 160.859573364\n0.156346440 -0.001446458 0.987701237 35.756004333 0.009760907 0.999952376 -0.000080688 0.305393994 -0.987654030 0.009653475 0.156353116 160.977386475\n0.156359196 0.001978338 0.987698436 36.418830872 0.011063424 0.999931753 -0.003754257 0.310606897 -0.987638474 0.011514338 0.156326592 161.081756592\n0.156882405 0.003837302 0.987609863 37.094039917 0.013995344 0.999883413 -0.006108159 0.313747764 -0.987518191 0.014780203 0.156810403 161.185501099\n0.157008767 0.001043697 0.987596750 37.777572632 0.017442372 0.999840558 -0.003829638 0.318020344 -0.987443268 0.017827315 0.156965554 161.282409668\n0.155941248 -0.004835943 0.987754524 38.454078674 0.016707143 0.999857903 0.002257569 0.315466344 -0.987625062 0.016150508 0.155999899 161.403305054\n0.155889869 -0.011638679 0.987705886 39.131027222 0.018161085 0.999795318 0.008914769 0.310793817 -0.987607479 0.016548088 0.156069338 161.509246826\n0.155807853 -0.015080759 0.987672269 39.805541992 0.018314544 0.999755681 0.012376094 0.321859956 -0.987617552 0.016160475 0.156045973 161.622680664\n0.156054199 -0.017069584 0.987601042 40.484786987 0.018762125 0.999721527 0.014314406 0.322603524 -0.987570286 0.016295670 0.156331003 161.728469849\n0.155908227 -0.017238654 0.987621129 41.162490845 0.017796740 0.999734402 0.014640653 0.338275850 -0.987611234 0.015293838 0.156173587 161.844360352\n0.156807125 -0.017277742 0.987478077 41.840789795 0.019254126 0.999710441 0.014434299 0.349179149 -0.987441540 0.016749626 0.157094419 161.948822021\n0.157706678 -0.017640810 0.987328410 42.511749268 0.019981608 0.999692738 0.014670050 0.360910594 -0.987283826 0.017414844 0.158010721 162.054748535\n0.158046246 -0.016764196 0.987289429 43.192390442 0.018299120 0.999733865 0.014046162 0.375438035 -0.987262189 0.015846582 0.158310950 162.175216675\n0.158992290 -0.015685722 0.987155259 43.866798401 0.016477600 0.999776661 0.013232374 0.374745429 -0.987142384 0.014162102 0.159215271 162.291671753\n0.160983145 -0.013802240 0.986860633 44.538528442 0.014255008 0.999830425 0.011658265 0.390049994 -0.986854196 0.012190922 0.161152601 162.400192261\n0.162438750 -0.013486932 0.986626506 45.217330933 0.011987558 0.999859750 0.011694190 0.399100333 -0.986645818 0.009927652 0.162577689 162.518890381\n0.164090395 -0.015524768 0.986323178 45.882690430 0.011014250 0.999842644 0.013905172 0.415446758 -0.986383855 0.008581904 0.164235592 162.630432129\n0.164174974 -0.017646568 0.986273408 46.567481995 0.008490892 0.999828219 0.016475700 0.424650192 -0.986394703 0.005669443 0.164296567 162.766082764\n0.166154802 -0.020873971 0.985878825 47.247001648 0.008010708 0.999771535 0.019818040 0.435671568 -0.986067295 0.004604722 0.166284084 162.879470825\n0.167203724 -0.021282477 0.985692680 47.925872803 0.004409909 0.999773145 0.020838439 0.453163266 -0.985912561 0.000862549 0.167259634 163.023773193\n0.169818342 -0.020487921 0.985262573 48.601608276 0.003938024 0.999790013 0.020111263 0.467048883 -0.985467672 0.000464723 0.169863343 163.141510010\n0.172881842 -0.019007366 0.984759152 49.272872925 0.004413448 0.999818683 0.018523224 0.481146336 -0.984932661 0.001143853 0.172934413 163.253692627\n0.175170302 -0.019042252 0.984354019 49.936744690 0.005568041 0.999816120 0.018350506 0.501702547 -0.984522462 0.002266457 0.175244153 163.378051758\n0.178232551 -0.019139504 0.983802259 50.591346741 0.005354029 0.999814868 0.018481050 0.514048576 -0.983973861 0.001973380 0.178302050 163.496429443\n0.180582643 -0.020441821 0.983347416 51.250823975 0.006029251 0.999788225 0.019676378 0.521104932 -0.983541369 0.002375634 0.180667698 163.621429443\n0.182949364 -0.020145316 0.982915938 51.893150330 0.007406725 0.999789894 0.019112548 0.535792351 -0.983094513 0.003783558 0.183060169 163.748565674\n0.185636282 -0.020811548 0.982398152 52.516899109 0.010375737 0.999761462 0.019218756 0.540110111 -0.982563794 0.006625405 0.185807943 163.866409302\n0.187995911 -0.019699257 0.981972337 53.142921448 0.011251834 0.999776423 0.017902290 0.556155682 -0.982105434 0.007683429 0.188175499 163.990447998\n0.190347314 -0.017776821 0.981555939 53.752487183 0.010091622 0.999818623 0.016150566 0.560913086 -0.981665075 0.006831272 0.190492213 164.114562988\n0.193288624 -0.013871877 0.981043935 54.348205566 0.005628225 0.999899268 0.013029599 0.572602808 -0.981125891 0.003003060 0.193347275 164.243179321\n0.196217597 -0.010583671 0.980503380 54.935714722 0.002694088 0.999943793 0.010254376 0.572363019 -0.980556846 0.000629471 0.196235061 164.368591309\n0.198341608 -0.008298485 0.980097830 55.505233765 0.000801414 0.999965191 0.008304520 0.583528399 -0.980132639 -0.000861668 0.198341370 164.494293213\n0.200725496 -0.009003428 0.979606271 56.061389923 0.000983855 0.999959111 0.008988893 0.589801788 -0.979647160 -0.000840511 0.200726092 164.611206055\n0.203175843 -0.011800036 0.979071259 56.605606079 0.003004414 0.999930203 0.011427961 0.593505085 -0.979137778 0.000619648 0.203197122 164.724731445\n0.204586148 -0.014487168 0.978741467 57.144729614 0.005812475 0.999890804 0.013585238 0.602547944 -0.978831410 0.002909556 0.204648018 164.842346191\n0.206595063 -0.017504761 0.978269935 57.649223328 0.003182898 0.999846697 0.017218670 0.603192925 -0.978421390 -0.000443559 0.206619143 164.955047607\n0.208517909 -0.020672297 0.977800131 58.140373230 0.000491242 0.999778688 0.021032205 0.607579589 -0.978018522 -0.003905257 0.208481908 165.072113037\n0.210558653 -0.022748655 0.977316558 58.619827271 -0.002002209 0.999717057 0.023701433 0.619615316 -0.977579236 -0.006947337 0.210453570 165.187164307\n0.212138414 -0.022827750 0.976973057 59.089344025 -0.003538927 0.999702632 0.024127286 0.628224611 -0.977233291 -0.008575762 0.211994588 165.297088623\n0.213558614 -0.023630058 0.976644516 59.546165466 -0.001028259 0.999701440 0.024412774 0.632981539 -0.976929784 -0.006217804 0.213470578 165.392547607\n0.214829147 -0.024177423 0.976352394 60.019351959 0.001598625 0.999700904 0.024403855 0.646081448 -0.976650357 -0.003681838 0.214803517 165.494842529\n0.214685619 -0.025468212 0.976351142 60.477600098 0.005000821 0.999675512 0.024977023 0.654988766 -0.976670504 -0.000479653 0.214743316 165.593032837\n0.214340329 -0.023682678 0.976471961 60.931472778 0.005510165 0.999719441 0.023037000 0.664566875 -0.976743519 0.000442763 0.214410722 165.695404053\n0.213437915 -0.019310022 0.976765811 61.386466980 0.005147261 0.999813020 0.018640896 0.672744513 -0.976943076 0.001048993 0.213497400 165.798706055\n0.212187409 -0.015005015 0.977113903 61.840534210 0.005644844 0.999884248 0.014128869 0.676454663 -0.977212787 0.002517685 0.212247491 165.900650024\n0.210458159 -0.011955197 0.977529883 62.289440155 0.007555618 0.999915242 0.010602277 0.683491707 -0.977573752 0.005154505 0.210530639 165.995834351\n0.209023714 -0.010397360 0.977855265 62.736019135 0.009541557 0.999917567 0.008592367 0.691522777 -0.977863967 0.007534255 0.209105670 166.090682983\n0.208006442 -0.009419945 0.978082180 63.187736511 0.011170288 0.999911308 0.007254623 0.698109686 -0.978063762 0.009416449 0.208093226 166.182037354\n0.207407653 -0.010713841 0.978195906 63.643596649 0.012651374 0.999885798 0.008268923 0.703609526 -0.978172779 0.010660484 0.207519472 166.271255493\n0.205973625 -0.013871378 0.978459239 64.095733643 0.012597784 0.999854267 0.011522754 0.712588191 -0.978476465 0.009953034 0.206118345 166.365081787\n0.203685105 -0.019011620 0.978851974 64.543014526 0.014946741 0.999755323 0.016307410 0.718787551 -0.978922486 0.011309067 0.203919411 166.453674316\n0.200710535 -0.030726356 0.979168653 64.999954224 0.023701651 0.999367714 0.026501827 0.729029298 -0.979363859 0.017888717 0.201311886 166.533355713\n0.197676599 -0.043306652 0.979310274 65.454162598 0.026937600 0.998886347 0.038734909 0.746624947 -0.979897141 0.018723283 0.198623002 166.617263794\n0.192726791 -0.052561056 0.979843736 65.905464172 0.024888437 0.998504937 0.048666745 0.762421608 -0.980936825 0.015007393 0.193746805 166.709350586\n0.188793480 -0.050710268 0.980706692 66.347595215 0.020380935 0.998653054 0.047714755 0.770016670 -0.981805384 0.010979476 0.189572752 166.804306030\n0.186126351 -0.042107847 0.981623173 66.792129517 0.016884707 0.999070764 0.039654762 0.770352125 -0.982380748 0.009193620 0.186664343 166.896667480\n0.183079243 -0.035644867 0.982451797 67.215301514 0.016512606 0.999312997 0.033179507 0.771443605 -0.982959569 0.010148359 0.183542013 166.974411011\n0.179626703 -0.028819095 0.983312666 67.645767212 0.018162560 0.999497592 0.025975600 0.792131066 -0.983567238 0.013193564 0.180059850 167.048400879\n0.175514460 -0.019584483 0.984282076 68.070617676 0.019530524 0.999674618 0.016408123 0.825230479 -0.984283149 0.016343679 0.175839841 167.122222900\n0.172590256 -0.014762929 0.984883070 68.502471924 0.020749521 0.999720275 0.011349199 0.852168202 -0.984775126 0.018477090 0.172848284 167.194427490\n0.170240521 -0.017814450 0.985241592 68.942909241 0.021669826 0.999662459 0.014330854 0.861937046 -0.985164344 0.018910317 0.170569122 167.265182495\n0.168116987 -0.027032981 0.985396385 69.380187988 0.023451917 0.999450684 0.023417441 0.863950253 -0.985488117 0.019172559 0.168658614 167.338684082\n0.165716887 -0.031410437 0.985673070 69.811737061 0.025149504 0.999302149 0.027616480 0.864119291 -0.985852659 0.020212671 0.166391194 167.411651611\n0.164416134 -0.027896620 0.985996485 70.230316162 0.018687360 0.999508679 0.025162779 0.871598244 -0.986214042 0.014288505 0.164856672 167.491027832\n0.162194312 -0.021517070 0.986524343 70.677978516 0.014081448 0.999710917 0.019489555 0.878749251 -0.986658454 0.010730593 0.162450433 167.579681396\n0.161401868 -0.017337292 0.986736536 71.099082947 0.012278620 0.999803543 0.015558454 0.885710537 -0.986812413 0.009604598 0.161583066 167.652038574\n0.160190344 -0.015337468 0.986967087 71.535224915 0.018412583 0.999751747 0.012547675 0.896874070 -0.986914515 0.016162593 0.160432994 167.707519531\n0.158721089 -0.012220260 0.987247884 71.976219177 0.025030481 0.999651790 0.008349613 0.909601986 -0.987006187 0.023386026 0.158971727 167.770843506\n0.157308161 -0.007477799 0.987521291 72.415542603 0.031223154 0.999509096 0.002594850 0.921112537 -0.987055898 0.030425336 0.157464445 167.830764771\n0.155713856 -0.005094864 0.987789154 72.855316162 0.029191060 0.999573708 0.000554001 0.924912274 -0.987370849 0.028748345 0.155796230 167.899520874\n0.153914452 -0.004669524 0.988073289 73.306289673 0.025155798 0.999683201 0.000805813 0.926141977 -0.987764001 0.024731740 0.153983176 167.982437134\n0.153016269 -0.004959329 0.988211334 73.762847900 0.022322172 0.999749601 0.001560829 0.926002085 -0.987971663 0.021820189 0.153088689 168.065765381\n0.152237535 -0.004725856 0.988332629 74.225585938 0.026435129 0.999650300 0.000708046 0.922872245 -0.987990320 0.026018908 0.152309239 168.128021240\n0.151049674 -0.005450294 0.988511264 74.688003540 0.031224171 0.999512136 0.000739729 0.932142138 -0.988032997 0.030753704 0.151146173 168.194702148\n0.149838984 -0.007424482 0.988682568 75.149627686 0.033919301 0.999421775 0.002364515 0.934587419 -0.988128424 0.033181123 0.150004148 168.263519287\n0.149113357 -0.008634225 0.988782406 75.628082275 0.029889865 0.999544263 0.004220658 0.934522748 -0.988368273 0.028925218 0.149303496 168.342224121\n0.147862971 -0.011418663 0.988942087 76.093765259 0.029705564 0.999533474 0.007099486 0.938864052 -0.988561749 0.028327323 0.148133159 168.419326782\n0.148266554 -0.013566982 0.988854408 76.567687988 0.027813215 0.999567568 0.009543716 0.941401362 -0.988556325 0.026088206 0.148579776 168.489852905\n0.148344338 -0.014468869 0.988829970 77.033020020 0.025838809 0.999608338 0.010750242 0.941793442 -0.988598228 0.023955449 0.148660064 168.565689087\n0.148773909 -0.012202282 0.988795936 77.499977112 0.023012625 0.999695778 0.008874321 0.950823665 -0.988603413 0.021434523 0.149009466 168.648071289\n0.149355292 -0.010562669 0.988727152 77.953865051 0.022730561 0.999715388 0.007246420 0.952554941 -0.988522232 0.021392033 0.149552882 168.719024658\n0.149875522 -0.008526990 0.988668144 78.409286499 0.024083003 0.999697626 0.004971293 0.959041238 -0.988411546 0.023065021 0.150035560 168.785430908\n0.150465667 -0.007143230 0.988589406 78.858688354 0.027770748 0.999609828 0.002996083 0.958561838 -0.988225102 0.027003061 0.150605381 168.852722168\n0.150865734 -0.005893306 0.988536775 79.299346924 0.028626122 0.999588907 0.001590414 0.965332508 -0.988139808 0.028058032 0.150972426 168.924865723\n0.151505232 -0.004913413 0.988444328 79.739257812 0.023453455 0.999723971 0.001374619 0.966984570 -0.988178253 0.022974171 0.151578605 169.004653931\n0.152106762 -0.005010612 0.988351405 80.169845581 0.020261651 0.999792814 0.001950359 0.974233985 -0.988156378 0.019728968 0.152176738 169.092529297\n0.153837383 -0.005883933 0.988078654 80.589324951 0.021136498 0.999773026 0.002662759 0.971197128 -0.987870097 0.020474890 0.153926849 169.148101807\n0.154789627 -0.005972968 0.987929404 80.996444702 0.025097255 0.999682784 0.002111769 0.972441375 -0.987628639 0.024467437 0.154890478 169.208709717\n0.156272650 -0.005042731 0.987701178 81.391906738 0.024074413 0.999709308 0.001295017 0.968957961 -0.987420619 0.023575947 0.156348646 169.274475098\n0.157068491 -0.002714629 0.987583995 81.775199890 0.023200300 0.999730408 -0.000941834 0.967720091 -0.987315178 0.023060177 0.157089114 169.346221924\n0.157718718 0.001372881 0.987483144 82.149620056 0.020618865 0.999776423 -0.004683175 0.966614783 -0.987268865 0.021099405 0.157655120 169.403305054\n0.158264875 0.004848994 0.987384796 82.519004822 0.017032219 0.999825776 -0.007640134 0.967330575 -0.987249792 0.018026520 0.158154726 169.472732544\n0.159091115 0.009206052 0.987221062 82.874984741 0.016654208 0.999789238 -0.012007087 0.963646770 -0.987123489 0.018351605 0.158904254 169.535186768\n0.158449352 0.012838187 0.987283766 83.223770142 0.017190589 0.999728024 -0.015758933 0.965760231 -0.987217605 0.019468982 0.158185601 169.599075317\n0.158316553 0.014130961 0.987287343 83.556251526 0.018078696 0.999688506 -0.017207470 0.959998846 -0.987222910 0.020573093 0.158011734 169.649490356\n0.158521771 0.016297556 0.987220943 83.889495850 0.014501147 0.999717474 -0.018832359 0.954468966 -0.987248957 0.017301176 0.158240676 169.702438354\n0.156474352 0.017603949 0.987525165 84.205490112 0.013088610 0.999716401 -0.019895179 0.953010321 -0.987595379 0.016038418 0.156199574 169.763793945\n0.156069934 0.016204711 0.987613142 84.510345459 0.013225720 0.999741495 -0.018493742 0.948923111 -0.987657487 0.015948212 0.155815244 169.814392090\n0.154903889 0.013432732 0.987838268 84.803207397 0.017351851 0.999716341 -0.016315214 0.949005127 -0.987777174 0.019668112 0.154626846 169.850875854\n0.152412593 0.012190901 0.988241911 85.085067749 0.017025584 0.999743164 -0.014958572 0.943915367 -0.988170445 0.019105269 0.152165890 169.893707275\n0.150074303 0.010555250 0.988618493 85.349670410 0.015006357 0.999803483 -0.012952668 0.942298174 -0.988560915 0.016779423 0.149886429 169.941223145\n0.148999691 0.008398219 0.988801658 85.606887817 0.012323097 0.999870539 -0.010349166 0.934457183 -0.988760531 0.013727122 0.148876905 169.987854004\n0.147426009 0.006495853 0.989051878 85.850685120 0.012564217 0.999885440 -0.008439804 0.926515102 -0.988993406 0.013670908 0.147327542 170.021621704\n0.145551980 0.001756539 0.989349127 86.087867737 0.013365926 0.999903679 -0.003741661 0.926696122 -0.989260375 0.013768172 0.145514488 170.053009033\n0.144300342 -0.004293923 0.989524662 86.329681396 0.015059460 0.999884307 0.002142787 0.929188311 -0.989419401 0.014592500 0.144348323 170.076934814\n0.142759621 -0.010285372 0.989704072 86.557067871 0.015345418 0.999848843 0.008177303 0.931089878 -0.989638507 0.014020031 0.142895877 170.109527588\n0.141708672 -0.015559241 0.989786267 86.783737183 0.017711023 0.999756277 0.013180264 0.930493355 -0.989750087 0.015662365 0.141949654 170.139373779\n0.140813351 -0.019254191 0.989849031 87.006057739 0.020877246 0.999646306 0.016474823 0.930919886 -0.989816129 0.018345444 0.141165495 170.164474487\n0.139224887 -0.022310831 0.990009487 87.227294922 0.023788001 0.999532998 0.019180149 0.934610724 -0.989975095 0.020879991 0.139690578 170.191406250\n0.138492644 -0.024806404 0.990052819 87.447090149 0.023437092 0.999488354 0.021764344 0.935461044 -0.990086138 0.020189757 0.139003158 170.222152710\n0.137573957 -0.026691850 0.990131795 87.666503906 0.022417618 0.999464691 0.023828626 0.934769034 -0.990237772 0.018918198 0.138098657 170.259185791\n0.136517942 -0.028404798 0.990230322 87.879577637 0.022362258 0.999422491 0.025585508 0.936351776 -0.990385234 0.018650902 0.137074351 170.291687012\n0.135167003 -0.030563980 0.990351498 88.101341248 0.023594314 0.999339998 0.027621139 0.941435099 -0.990542054 0.019633189 0.135798931 170.325103760\n0.134592354 -0.033890907 0.990321398 88.315101624 0.024318567 0.999226868 0.030890591 0.943673372 -0.990602672 0.019925553 0.135312498 170.347198486\n0.133511901 -0.037717488 0.990329325 88.533203125 0.023895705 0.999107540 0.034830298 0.944346905 -0.990759194 0.019014351 0.134294033 170.383544922\n0.133340240 -0.037289664 0.990368605 88.750442505 0.024470186 0.999111116 0.034324251 0.952895641 -0.990768194 0.019657698 0.134134233 170.402709961\n0.132404745 -0.036963020 0.990506291 88.974128723 0.026768044 0.999073327 0.033704530 0.971107006 -0.990834236 0.022051277 0.133271456 170.427032471\n0.133498907 -0.034435619 0.990450561 89.196464539 0.024679016 0.999201775 0.031413492 0.978389740 -0.990741670 0.020249676 0.134242177 170.456726074\n0.134221256 -0.029332142 0.990517199 89.410064697 0.022383582 0.999396563 0.026561972 0.981083155 -0.990698576 0.018606141 0.134796798 170.491287231\n0.136842668 -0.023824353 0.990306437 89.625808716 0.013265958 0.999665141 0.022216383 0.982661247 -0.990504086 0.010097208 0.137112916 170.539154053\n0.141418874 -0.018886695 0.989769638 89.842330933 0.010585116 0.999789655 0.017565487 0.987273693 -0.989893258 0.007992735 0.141589046 170.583312988\n0.146543264 -0.010898012 0.989144325 90.064460754 0.008829123 0.999913871 0.009708618 0.987908006 -0.989164948 0.007310542 0.146626890 170.626220703\n0.153511107 -0.003875760 0.988139391 90.290969849 0.013140436 0.999911904 0.001880519 0.987522423 -0.988059640 0.012695901 0.153548539 170.664459229\n0.163189709 0.001265455 0.986594021 90.532066345 0.016780326 0.999850988 -0.004058048 0.986225426 -0.986452103 0.017217599 0.163144171 170.706588745\n0.172115505 0.004048163 0.985068560 90.780975342 0.020579893 0.999758542 -0.007704344 0.986673474 -0.984861851 0.021598641 0.171990633 170.755523682\n0.180982292 0.005928083 0.983468533 91.040252686 0.022266267 0.999700844 -0.010123468 0.991371155 -0.983234346 0.023730341 0.180796146 170.804199219\n0.190081954 0.008778233 0.981728971 91.307411194 0.020384921 0.999709189 -0.012885925 0.997515559 -0.981556535 0.022461848 0.189847708 170.876388550\n0.200464547 0.015016175 0.979585946 91.585403442 0.020528095 0.999598622 -0.019523866 1.011117458 -0.979485929 0.024022875 0.200075805 170.933486938\n0.209209681 0.020242747 0.977661371 91.862930298 0.015740931 0.999586463 -0.024065116 1.017278194 -0.977744222 0.020423954 0.208804488 171.014892578\n0.218655467 0.021198679 0.975571811 92.149772644 0.010409216 0.999656439 -0.024055051 1.016025543 -0.975746572 0.015414707 0.218359709 171.101074219\n0.228616893 0.022555137 0.973255157 92.445098877 0.002298477 0.999716282 -0.023708282 1.010239363 -0.973513782 0.007657119 0.228500187 171.196014404\n0.238525569 0.020511277 0.970919669 92.744781494 -0.001844623 0.999784708 -0.020667901 1.002011061 -0.971134543 0.003138844 0.238512039 171.291610718\n0.249623120 0.015388935 0.968220830 93.053413391 -0.001260697 0.999878049 -0.015567068 0.989690781 -0.968342304 0.002665268 0.249612033 171.380783081\n0.259467006 0.011634300 0.965681911 93.368827820 0.004051996 0.999905527 -0.013135341 0.982434034 -0.965743542 0.007321127 0.259395301 171.467407227\n0.269242764 0.010021243 0.963020325 93.686248779 0.010682568 0.999853253 -0.013391181 0.980180025 -0.963013232 0.013893007 0.269096196 171.556457520\n0.279024422 0.010312733 0.960228682 94.007980347 0.013851850 0.999795079 -0.014762761 0.976879597 -0.960184157 0.017420115 0.278824389 171.649230957\n0.287979484 0.011481334 0.957567751 94.369056702 0.013037829 0.999788463 -0.015908569 0.975014210 -0.957547784 0.017065946 0.287768900 171.758560181\n0.295602858 0.012260490 0.955232263 94.716110229 0.010525032 0.999815166 -0.016089756 0.974391222 -0.955252945 0.014810028 0.295419216 171.882919312\n0.301931381 0.010200812 0.953275144 95.072303772 0.010685164 0.999843717 -0.014083454 0.974584818 -0.953269839 0.014438138 0.301775217 172.006851196\n0.306026816 0.005445016 0.952007353 95.453186035 0.013581690 0.999856889 -0.010084584 0.973154962 -0.951925993 0.016016021 0.305909097 172.129180908\n0.308308303 0.002134470 0.951284170 95.844718933 0.016015295 0.999844134 -0.007433939 0.974799871 -0.951151729 0.017527042 0.308226049 172.254074097\n0.309812009 -0.000889200 0.950797439 96.247802734 0.016365770 0.999856412 -0.004397613 0.970650077 -0.950657010 0.016922966 0.309782028 172.390167236\n0.309850097 -0.003248806 0.950779915 96.671104431 0.017194320 0.999849796 -0.002186989 0.972095072 -0.950630009 0.017025651 0.309859395 172.528030396\n0.308179200 -0.005134086 0.951314509 97.126365662 0.016360942 0.999866128 0.000095968 0.974140882 -0.951187670 0.015534825 0.308221936 172.678710938\n0.305179596 -0.008578156 0.952256262 97.574455261 0.020494130 0.999786973 0.002438355 0.977637291 -0.952074349 0.018771524 0.305290401 172.814514160\n0.300599098 -0.010522222 0.953692615 98.040313721 0.024584230 0.999692380 0.003280916 0.982814193 -0.953433812 0.022459555 0.300765336 172.952575684\n0.294528067 -0.012178619 0.955565274 98.507087708 0.029960616 0.999544919 0.003504558 0.986762106 -0.955173075 0.027597131 0.294758916 173.091583252\n0.288719952 -0.012154786 0.957336545 98.996719360 0.032250468 0.999475420 0.002963487 0.990229726 -0.956870317 0.030018929 0.288960457 173.226318359\n0.281135142 -0.011626803 0.959597766 99.521392822 0.032436863 0.999470413 0.002606825 0.996289015 -0.959119856 0.030393468 0.281363368 173.388732910\n0.273453295 -0.011907369 0.961811662 100.024284363 0.033309698 0.999440849 0.002902920 1.000144243 -0.961308420 0.031243840 0.273697019 173.524169922\n0.266583323 -0.011762965 0.963740170 100.532455444 0.035524953 0.999365985 0.002371120 1.004041195 -0.963157058 0.033604719 0.266832173 173.653228760\n0.258582354 -0.010093960 0.965936542 101.072196960 0.038882621 0.999243796 0.000033092 1.009866357 -0.965206385 0.037549585 0.258779287 173.806213379\n0.251001775 -0.007955158 0.967954040 101.583312988 0.044158269 0.999019265 -0.003240289 1.010085940 -0.966978967 0.043556485 0.251106918 173.926681519\n0.243077636 -0.003634467 0.970000029 102.097961426 0.046841431 0.998870313 -0.007995613 1.011927366 -0.968875229 0.047379743 0.242973268 174.055175781\n0.235456228 -0.000399187 0.971884906 102.612632751 0.046968196 0.998836160 -0.010968621 1.011206865 -0.970749438 0.048230309 0.235201001 174.185089111\n0.227982402 0.000577678 0.973665118 103.124084473 0.046142351 0.998869836 -0.011396801 1.007896185 -0.972571313 0.047525465 0.227698088 174.301452637\n0.221167505 -0.001108441 0.975235224 103.643486023 0.048286267 0.998785317 -0.009815333 1.009038687 -0.974039733 0.049261302 0.220952392 174.417343140\n0.215928376 -0.005792495 0.976392031 104.152473450 0.052081451 0.998627186 -0.005593368 1.009852767 -0.975019217 0.052059680 0.215933621 174.520996094\n0.213235378 -0.011611837 0.976931930 104.685081482 0.054591350 0.998508751 -0.000047380 1.002746940 -0.975474536 0.053342130 0.213551283 174.625518799\n0.212380171 -0.016593639 0.977046371 105.206619263 0.056079771 0.998414934 0.004766507 1.003821015 -0.975576758 0.053780217 0.212974131 174.732269287\n0.213714242 -0.019579103 0.976700127 105.700881958 0.054859854 0.998461902 0.008011316 1.007253647 -0.975354731 0.051869489 0.214459658 174.860961914\n0.219536960 -0.022980178 0.975333571 106.202247620 0.055934913 0.998374581 0.010932714 1.002423763 -0.973999500 0.052155055 0.220465481 174.976409912\n0.228709519 -0.025114467 0.973170757 106.671371460 0.058310799 0.998225689 0.012057157 1.008910298 -0.971746802 0.053988773 0.229768157 175.092010498\n0.240911663 -0.025304638 0.970217168 107.134567261 0.057891712 0.998254776 0.011660982 1.020152688 -0.968818963 0.053358261 0.241956174 175.224853516\n0.256653666 -0.026823327 0.966131210 107.606018066 0.057819836 0.998250604 0.012355182 1.017507553 -0.964772403 0.052690540 0.257755578 175.350341797\n0.274274707 -0.026151203 0.961295784 108.057678223 0.056573860 0.998337626 0.011017368 1.025077939 -0.959985852 0.051362425 0.275298238 175.494613647\n0.293069124 -0.023899080 0.955792487 108.476142883 0.054083433 0.998501241 0.008383699 1.029700518 -0.954560339 0.049235538 0.293922424 175.655273438\n0.314398825 -0.022424502 0.949026108 108.891540527 0.053745266 0.998537898 0.005789372 1.020164132 -0.947768331 0.049185488 0.315144360 175.802383423\n0.337744892 -0.020494796 0.941014528 109.306823730 0.052630290 0.998609960 0.002859352 1.019941807 -0.939765096 0.048560135 0.338354111 175.970046997\n0.363047183 -0.020044805 0.931555092 109.703277588 0.052902408 0.998599291 0.000870216 1.025115132 -0.930267751 0.048965581 0.363599122 176.152770996\n0.391857445 -0.019978879 0.919809103 110.109817505 0.052100524 0.998641729 -0.000504715 1.026881695 -0.918549657 0.048120305 0.392366111 176.337554932\n0.422118366 -0.020554962 0.906307757 110.499206543 0.051136542 0.998690963 -0.001166962 1.021450400 -0.905097365 0.046838034 0.422616899 176.536926270\n0.454093754 -0.019932115 0.890730917 110.855484009 0.047999822 0.998845100 -0.002118847 1.025873303 -0.889660001 0.043717083 0.454526007 176.749298096\n0.488098025 -0.020359047 0.872551382 111.216667175 0.044364374 0.999014258 -0.001507291 1.018375993 -0.871660590 0.039445896 0.488520145 176.979431152\n0.521906495 -0.020795951 0.852749169 111.550056458 0.040680889 0.999172032 -0.000531097 1.019681692 -0.852032125 0.034967776 0.522320390 177.234725952\n0.556476235 -0.022681942 0.830553949 111.889572144 0.040781777 0.999168098 -0.000037350 1.019811392 -0.829862118 0.033892244 0.556938350 177.491699219\n0.591388941 -0.024380032 0.806017876 112.206298828 0.040644843 0.999173582 0.000400704 1.019973040 -0.805361509 0.032523498 0.591891050 177.752136230\n0.625345588 -0.027829915 0.779851496 112.484558105 0.041701436 0.999127686 0.002215585 1.009357333 -0.779232860 0.031135419 0.625960648 178.016403198\n0.659081161 -0.028927786 0.751515329 112.764694214 0.040047020 0.999192238 0.003340159 1.008379698 -0.751004875 0.027894510 0.659707189 178.311706543\n0.692181885 -0.027835486 0.721186161 113.028526306 0.036521688 0.999326646 0.003517941 1.009160280 -0.720798433 0.023903880 0.692732453 178.613815308\n0.724615812 -0.023908170 0.688738227 113.281929016 0.033103220 0.999451935 -0.000133650 1.010737538 -0.688357532 0.022896295 0.725010157 178.923782349\n0.755852401 -0.021204099 0.654398620 113.537246704 0.032456215 0.999460101 -0.005103095 1.018726349 -0.653937101 0.025096487 0.756132543 179.269866943\n0.785740495 -0.021583531 0.618179619 113.737525940 0.033937119 0.999390006 -0.008242597 1.011582494 -0.617624581 0.027455777 0.785993695 179.592498779\n0.814616323 -0.023659451 0.579517543 113.954071045 0.036269333 0.999290168 -0.010185950 1.008110762 -0.578865170 0.029316353 0.814896107 179.949798584\n0.842032015 -0.024580983 0.538867235 114.151771545 0.036046896 0.999292374 -0.010743007 1.007815838 -0.538221836 0.028470445 0.842322230 180.325134277\n0.867856622 -0.024103336 0.496229738 114.347618103 0.033308998 0.999397933 -0.009710447 1.014517784 -0.495696902 0.024956189 0.868137002 180.725128174\n0.891276956 -0.024425076 0.452801108 114.512016296 0.031991296 0.999447107 -0.009058133 1.005440712 -0.452329516 0.022558998 0.891565561 181.138565063\n0.912771702 -0.025461020 0.407675833 114.647949219 0.032167997 0.999436319 -0.009604125 1.005561829 -0.407201529 0.021880489 0.913076222 181.541625977\n0.931486487 -0.025359755 0.362890840 114.786361694 0.030402800 0.999504149 -0.008191497 1.000650644 -0.362503171 0.018663166 0.931795657 181.980224609\n0.947528124 -0.024855519 0.318704695 114.900535583 0.028388567 0.999576211 -0.006444777 0.998545289 -0.318409443 0.015154177 0.947832167 182.427963257\n0.960579276 -0.024144284 0.276955694 114.999427795 0.026981663 0.999615192 -0.006437973 0.996932745 -0.276693702 0.013656909 0.960861146 182.906188965\n0.971382141 -0.022728771 0.236432061 115.089355469 0.025452761 0.999640107 -0.008475025 0.999463558 -0.236154348 0.014250337 0.971611083 183.380432129\n0.979538500 -0.022390814 0.200007454 115.150688171 0.024951110 0.999635696 -0.010289191 0.995304883 -0.199704200 0.015069067 0.979740322 183.857879639\n0.985895336 -0.022064790 0.165902212 115.225006104 0.024235332 0.999644995 -0.011070038 0.993857145 -0.165599048 0.014934594 0.986080050 184.379150391\n0.990597665 -0.022351483 0.134969071 115.278472900 0.023888893 0.999666750 -0.009781856 0.988433361 -0.134705454 0.012914145 0.990801513 184.911575317\n0.994021416 -0.023240890 0.106683388 115.314781189 0.024290700 0.999668360 -0.008551397 0.994073331 -0.106449261 0.011091686 0.994256258 185.444198608\n0.996487617 -0.024357202 0.080119766 115.349296570 0.025001638 0.999662578 -0.007049942 0.994442940 -0.079921007 0.009028304 0.996760309 186.002349854\n0.998130679 -0.025032656 0.055753857 115.368431091 0.025357733 0.999665260 -0.005130658 0.989018738 -0.055606760 0.006534858 0.998431385 186.568634033\n0.999124289 -0.026013393 0.032771215 115.372917175 0.026157361 0.999649942 -0.003971986 0.986602187 -0.032656420 0.004825716 0.999454975 187.140777588\n0.999565363 -0.027420847 0.010825427 115.376365662 0.027458446 0.999617338 -0.003339965 0.990140080 -0.010729700 0.003635762 0.999935806 187.731811523\n0.999590814 -0.027123896 -0.009082265 115.360794067 0.027088661 0.999625087 -0.003980570 0.995652080 0.009186829 0.003732915 0.999950826 188.340255737\n0.999218524 -0.028160101 -0.027737860 115.332725525 0.028058916 0.999598145 -0.004030416 1.000769258 0.027840210 0.003248972 0.999607086 188.964523315\n0.998582482 -0.028466409 -0.044974014 115.298156738 0.028335052 0.999592185 -0.003555681 1.003716707 0.045056891 0.002276300 0.998981833 189.591445923\n0.997788787 -0.029130945 -0.059740502 115.261627197 0.028913986 0.999571800 -0.004493125 1.006776571 0.059845809 0.002755854 0.998203814 190.250381470\n0.996967256 -0.028887218 -0.072261974 115.203430176 0.028593961 0.999578178 -0.005089660 1.006082296 0.072378524 0.003007968 0.997372687 190.914916992\n0.996146917 -0.027587701 -0.083248116 115.149665833 0.027148994 0.999610901 -0.006397506 1.013279438 0.083392218 0.004112754 0.996508300 191.586395264\n0.995468736 -0.027090991 -0.091148622 115.082092285 0.026717987 0.999628901 -0.005310190 1.013498068 0.091258653 0.002850821 0.995823145 192.264266968\n0.994885623 -0.028248375 -0.096977547 115.009078979 0.028005339 0.999600291 -0.003866614 1.012501359 0.097048007 0.001130950 0.995279074 192.962493896\n0.994365275 -0.030708162 -0.101462856 114.945014954 0.030499052 0.999528289 -0.003611948 1.012104988 0.101525910 0.000497075 0.994832754 193.644424438\n0.993975103 -0.032527573 -0.104668543 114.875518799 0.032313015 0.999470770 -0.003745424 1.006844044 0.104734980 0.000340702 0.994500101 194.328643799\n0.993802190 -0.031393573 -0.106637940 114.789718628 0.030966435 0.999504387 -0.005659373 1.010626316 0.106762759 0.002322100 0.994281828 195.020202637\n0.993517458 -0.032596696 -0.108905800 114.720108032 0.032214999 0.999467134 -0.005262915 1.008878946 0.109019317 0.001720399 0.994038165 195.704574585\n0.993145347 -0.037296962 -0.110775568 114.649963379 0.037074439 0.999304235 -0.004068600 1.007285357 0.110850237 -0.000066231 0.993837118 196.405990601\n0.992848456 -0.039238974 -0.112748720 114.578186035 0.039100658 0.999229372 -0.003438685 1.004081249 0.112796769 -0.000994457 0.993617594 197.095352173\n0.992667973 -0.039266307 -0.114317231 114.502891541 0.038929075 0.999228537 -0.005181768 1.001283169 0.114432506 0.000693512 0.993430793 197.781616211\n0.992393196 -0.041403551 -0.115937658 114.421096802 0.040827964 0.999139249 -0.007336026 0.996996164 0.116141602 0.002546723 0.993229389 198.462097168\n0.992210329 -0.041724734 -0.117378734 114.340805054 0.040881857 0.999118030 -0.009580406 0.998789847 0.117674954 0.004707118 0.993041039 199.144653320\n0.992031217 -0.040289506 -0.119376622 114.264938354 0.039458428 0.999177754 -0.009318295 0.994968176 0.119653895 0.004533627 0.992805302 199.824661255\n0.991912007 -0.039551914 -0.120607555 114.178146362 0.038899880 0.999212980 -0.007756793 0.983820319 0.120819435 0.003002436 0.992669940 200.495697021\n0.991760254 -0.038514167 -0.122181363 114.091171265 0.037796088 0.999251902 -0.008190253 0.979305625 0.122405395 0.003504790 0.992474020 201.175842285\n0.991601884 -0.037398160 -0.123802602 114.011711121 0.036519650 0.999289095 -0.009358625 0.973633111 0.124064587 0.004758802 0.992262721 201.841339111\n0.991529405 -0.036953967 -0.124514297 113.928283691 0.035957955 0.999300838 -0.010237893 0.970838189 0.124805577 0.005673893 0.992164969 202.503082275\n0.991571128 -0.035333283 -0.124652572 113.841629028 0.034461752 0.999364197 -0.009141739 0.962533534 0.124896325 0.004768940 0.992158353 203.185073853\n0.991497576 -0.034720860 -0.125407502 113.765335083 0.034165014 0.999394536 -0.006581013 0.956827939 0.125560060 0.002240509 0.992083490 203.846008301\n0.991540194 -0.032401793 -0.125690788 113.688796997 0.032042406 0.999474585 -0.004880517 0.950172663 0.125782892 0.000811793 0.992057443 204.506652832\n0.991872847 -0.030440398 -0.123538107 113.570152283 0.030220268 0.999536574 -0.003655774 0.936691523 0.123592138 -0.000107291 0.992333114 205.172836304\n0.991946399 -0.028127754 -0.123495549 113.486671448 0.027864676 0.999604285 -0.003857277 0.928123116 0.123555176 0.000385048 0.992337644 205.827194214\n0.991916835 -0.027342863 -0.123908482 113.416107178 0.026985614 0.999625444 -0.004560915 0.935518742 0.123986781 0.001180302 0.992283165 206.471099854\n0.992090464 -0.027088974 -0.122567013 113.312881470 0.026947265 0.999632895 -0.002814005 0.922417879 0.122598246 -0.000511098 0.992456257 207.131286621\n0.992080867 -0.027290087 -0.122600086 113.239128113 0.027339999 0.999625385 -0.001275486 0.928318977 0.122588970 -0.002086501 0.992455363 207.776641846\n0.991939604 -0.027009118 -0.123799585 113.166664124 0.027179137 0.999630511 -0.000315648 0.933522582 0.123762369 -0.003051662 0.992307186 208.426513672\n0.991750360 -0.025116513 -0.125699446 113.090896606 0.025473729 0.999674737 0.001234983 0.920850635 0.125627533 -0.004426829 0.992067575 209.063644409\n0.991630971 -0.023358433 -0.126973942 112.999588013 0.023753654 0.999716580 0.001599126 0.919036508 0.126900598 -0.004601838 0.991904736 209.700790405\n0.991466045 -0.024241144 -0.128091350 112.908027649 0.024615766 0.999696076 0.001342168 0.928477168 0.128019899 -0.004483781 0.991761446 210.342697144\n0.991324008 -0.025974620 -0.128848881 112.811553955 0.026492285 0.999646366 0.002305048 0.925309300 0.128743440 -0.005698550 0.991661549 210.973968506\n0.990863800 -0.027502693 -0.132032260 112.735198975 0.028110875 0.999601066 0.002744232 0.926063120 0.131904110 -0.006430702 0.991241634 211.608398438\n0.990370631 -0.028102811 -0.135559142 112.657600403 0.028724024 0.999583900 0.002628462 0.931222975 0.135428876 -0.006496956 0.990765750 212.236663818\n0.990017295 -0.027734432 -0.138190091 112.562057495 0.028539142 0.999585271 0.003844806 0.922320247 0.138026148 -0.007750251 0.990398288 212.858932495\n0.989801705 -0.027712882 -0.139730260 112.456687927 0.028299229 0.999597073 0.002210772 0.934318304 0.139612690 -0.006142484 0.990187109 213.475494385\n0.989493489 -0.027600382 -0.141918465 112.370445251 0.028043907 0.999606073 0.001125678 0.933533311 0.141831487 -0.005093799 0.989877701 214.088104248\n0.989278316 -0.027574500 -0.143415824 112.280929565 0.028051548 0.999605656 0.001305033 0.930659115 0.143323272 -0.005314076 0.989661634 214.702499390\n0.989074826 -0.028298773 -0.144672632 112.191070557 0.028817378 0.999583602 0.001489952 0.935439587 0.144570231 -0.005642760 0.989478469 215.315292358\n0.988904595 -0.030139755 -0.145462334 112.101509094 0.030766496 0.999524474 0.002060369 0.934114456 0.145331070 -0.006512875 0.989361644 215.917907715\n0.988869548 -0.030685114 -0.145586684 112.016052246 0.031226149 0.999511302 0.001431918 0.941368818 0.145471603 -0.005962091 0.989344478 216.529388428\n0.988920629 -0.029253336 -0.145534158 111.925415039 0.029777002 0.999555528 0.001420674 0.943136334 0.145427927 -0.005738504 0.989352226 217.130950928\n0.988958359 -0.029552268 -0.145217180 111.833534241 0.030012744 0.999549031 0.000980689 0.944345117 0.145122707 -0.005328226 0.989399314 217.726272583\n0.988928258 -0.031360809 -0.145042866 111.745239258 0.031689040 0.999497771 -0.000047374 0.940886736 0.144971505 -0.004549419 0.989425361 218.319580078\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_28/2011_09_28_drive_0001_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n1.000000000 -0.000188617 -0.000095928 0.001896197 0.000188625 1.000000000 0.000080183 -0.001410165 0.000095913 -0.000080201 1.000000000 0.011400872\n0.999999821 -0.000415984 -0.000360699 0.004865227 0.000416018 0.999999881 0.000092516 -0.002561837 0.000360660 -0.000092666 0.999999940 0.039957400\n0.999999702 -0.000455959 -0.000637954 0.005786317 0.000455980 0.999999881 0.000033705 -0.002794074 0.000637939 -0.000033996 0.999999821 0.065940000\n0.999999106 -0.000680361 -0.001173608 0.008948925 0.000680296 0.999999762 -0.000055642 -0.004342515 0.001173646 0.000054843 0.999999285 0.100482926\n0.999999106 -0.000674998 -0.001158161 0.000735028 0.000674578 0.999999702 -0.000363138 -0.003421702 0.001158406 0.000362356 0.999999285 0.128945142\n0.999998391 -0.000486151 -0.001733725 0.003834974 0.000483822 0.999998987 -0.001343685 -0.002744296 0.001734377 0.001342844 0.999997616 0.177011311\n0.999996901 -0.000485160 -0.002450487 0.002750043 0.000478363 0.999996066 -0.002773557 -0.002826395 0.002451823 0.002772377 0.999993145 0.232290998\n0.999994993 -0.000718318 -0.003087331 0.000974711 0.000706106 0.999991953 -0.003954904 -0.003170925 0.003090147 0.003952704 0.999987423 0.299691379\n0.999990761 -0.001234321 -0.004111164 -0.002657052 0.001217343 0.999990761 -0.004129773 -0.002548020 0.004116223 0.004124729 0.999983013 0.381308168\n0.999983668 -0.001285994 -0.005572872 -0.002614641 0.001264572 0.999991834 -0.003845727 -0.002415541 0.005577772 0.003838617 0.999977052 0.485200763\n0.999973297 -0.001531190 -0.007148062 0.001267858 0.001507704 0.999993443 -0.003289923 -0.004640284 0.007153053 0.003279058 0.999969065 0.608919322\n0.999961257 -0.000781297 -0.008770946 -0.009643293 0.000754035 0.999994874 -0.003111145 -0.006590386 0.008773332 0.003104410 0.999956667 0.721995294\n0.999929309 -0.000195271 -0.011890851 -0.010728137 0.000156669 0.999994695 -0.003247190 -0.008464066 0.011891423 0.003245098 0.999924004 0.859900594\n0.999883533 -0.000324777 -0.015257577 -0.015220942 0.000276654 0.999994993 -0.003155989 -0.011890359 0.015258525 0.003151400 0.999878645 1.009891033\n0.999812961 -0.000995251 -0.019314410 -0.026162276 0.000945842 0.999996245 -0.002567098 -0.012584560 0.019316893 0.002548350 0.999810159 1.164983869\n0.999706209 -0.001645053 -0.024182186 -0.035836164 0.001587014 0.999995828 -0.002419057 -0.010523556 0.024186064 0.002379969 0.999704659 1.338288784\n0.999570549 -0.001968233 -0.029237946 -0.042670686 0.001892571 0.999994814 -0.002615249 -0.012017333 0.029242940 0.002558791 0.999569058 1.520366311\n0.999416828 -0.001604289 -0.034109548 -0.058928102 0.001514027 0.999995291 -0.002671892 -0.010547996 0.034113672 0.002618691 0.999414504 1.709066272\n0.999235928 -0.000234504 -0.039082777 -0.078489944 0.000145211 0.999997377 -0.002287531 -0.012443474 0.039083213 0.002280108 0.999233365 1.914348602\n0.999015629 0.001293834 -0.044340976 -0.095098354 -0.001348090 0.999998391 -0.001193716 -0.012713513 0.044339359 0.001252317 0.999015749 2.122042894\n0.998747885 0.003745300 -0.049886212 -0.112103626 -0.003736967 0.999992967 0.000260305 -0.017341213 0.049886834 -0.000073556 0.998754859 2.331949472\n0.998429358 0.005268799 -0.055776473 -0.135088876 -0.005202112 0.999985576 0.001340730 -0.017674465 0.055782735 -0.001048469 0.998442352 2.558411837\n0.998075604 0.006296913 -0.061688114 -0.156876877 -0.006246192 0.999979973 0.001015014 -0.018127386 0.061693270 -0.000627745 0.998094976 2.788796425\n0.997694612 0.005089055 -0.067672327 -0.181247428 -0.005080722 0.999987066 0.000295244 -0.025460361 0.067672953 0.000049261 0.997707546 3.030611515\n0.997281432 0.004007041 -0.073577471 -0.206568196 -0.004038217 0.999991834 -0.000274962 -0.025834208 0.073575765 0.000571336 0.997289479 3.270986319\n0.996863663 0.003493268 -0.079060689 -0.223762721 -0.003470399 0.999993861 0.000426655 -0.025323702 0.079061694 -0.000150945 0.996869743 3.542812586\n0.996526241 0.004964852 -0.083131172 -0.254859328 -0.004872769 0.999987245 0.001310537 -0.028666582 0.083136618 -0.000900906 0.996537745 3.798933268\n0.996317089 0.005329450 -0.085579589 -0.282396853 -0.005298943 0.999985814 0.000583620 -0.027596481 0.085581481 -0.000127990 0.996331155 4.070116997\n0.996321976 0.006201811 -0.085463941 -0.311211735 -0.006295020 0.999979854 -0.000821171 -0.036097459 0.085457131 0.001356148 0.996340930 4.351563931\n0.996534348 0.005039247 -0.083029516 -0.327843785 -0.005386679 0.999977648 -0.003960946 -0.042961307 0.083007701 0.004394472 0.996539235 4.627628326\n0.996991396 0.006255454 -0.077259146 -0.352895111 -0.006731649 0.999959886 -0.005904718 -0.041465048 0.077219114 0.006407034 0.996993542 4.918379784\n0.997573018 0.006860895 -0.069289356 -0.371853501 -0.007279487 0.999956727 -0.005790521 -0.043165110 0.069246627 0.006280858 0.997579813 5.218340874\n0.998167157 0.007386107 -0.060064264 -0.380120486 -0.007688468 0.999958873 -0.004804399 -0.042095557 0.060026307 0.005257396 0.998182952 5.531036854\n0.998804212 0.006676824 -0.048430737 -0.391324341 -0.006841636 0.999971330 -0.003238061 -0.046346284 0.048407730 0.003565534 0.998821318 5.839364529\n0.999357164 0.006086258 -0.035330229 -0.391244203 -0.006208719 0.999975085 -0.003357511 -0.049819246 0.035308916 0.003574708 0.999370039 6.155676365\n0.999791086 0.004774162 -0.019875197 -0.384323388 -0.004876270 0.999975145 -0.005092171 -0.054203346 0.019850392 0.005188024 0.999789476 6.479596615\n0.999992669 0.002295591 -0.003059455 -0.365615785 -0.002312914 0.999981225 -0.005670635 -0.057085119 0.003046380 0.005677670 0.999979258 6.819787502\n0.999885917 0.001271584 0.015051791 -0.339859039 -0.001206922 0.999989986 -0.004304240 -0.057201553 -0.015057114 0.004285582 0.999877453 7.160166740\n0.999365091 0.002705780 0.035526242 -0.324922711 -0.002654020 0.999995351 -0.001504047 -0.062758185 -0.035530146 0.001408804 0.999367595 7.515293598\n0.998358548 0.006964422 0.056847923 -0.295542866 -0.006951942 0.999975741 -0.000417301 -0.069309473 -0.056849450 0.000021413 0.998382747 7.870912075\n0.996838391 0.006848339 0.079160169 -0.246089950 -0.006637230 0.999973655 -0.002929664 -0.066539861 -0.079178147 0.002394997 0.996857584 8.244947433\n0.994433045 0.006120740 0.105192535 -0.189863905 -0.005548799 0.999968171 -0.005728883 -0.071723454 -0.105224252 0.005113298 0.994435370 8.604264259\n0.990841627 0.005008887 0.134936318 -0.114364922 -0.003957852 0.999959707 -0.008056243 -0.081258066 -0.134971231 0.007448403 0.990821540 8.977830887\n0.985842943 0.007088421 0.167521358 -0.036242895 -0.005469757 0.999933839 -0.010121875 -0.086791232 -0.167582005 0.009062279 0.985816479 9.350098610\n0.979112267 0.008468431 0.203143939 0.064570352 -0.006029523 0.999902189 -0.012621712 -0.096116774 -0.203230947 0.011133212 0.979067564 9.714145660\n0.970134377 0.007047446 0.242465839 0.183030427 -0.003523726 0.999881804 -0.014963456 -0.104811735 -0.242542639 0.013662180 0.970044553 10.078225136\n0.958772182 0.007215200 0.284084260 0.302851707 -0.002303303 0.999842107 -0.017620541 -0.109584972 -0.284166515 0.016239751 0.958637416 10.425391197\n0.944769502 0.006072994 0.327679187 0.458354264 0.000020998 0.999827206 -0.018590692 -0.118116572 -0.327735454 0.017570801 0.944606125 10.784703255\n0.927524269 0.004645639 0.373734087 0.626184642 0.001760355 0.999857366 -0.016797369 -0.126246884 -0.373758793 0.016237872 0.927383780 11.141091347\n0.907648683 0.002323155 0.419724286 0.821810067 0.004020121 0.999890685 -0.014227813 -0.135379374 -0.419711471 0.014601198 0.907540143 11.494360924\n0.885912836 -0.000839945 0.463851005 1.042972088 0.007116330 0.999905288 -0.011780901 -0.141534954 -0.463797182 0.013737768 0.885834873 11.841271400\n0.861595631 -0.003176863 0.507585406 1.277779102 0.009288447 0.999911666 -0.009508357 -0.150263622 -0.507510364 0.012907039 0.861549020 12.179636955\n0.834579051 -0.004658937 0.550868511 1.526215076 0.010321851 0.999920964 -0.007181083 -0.163974375 -0.550791502 0.011679164 0.834561169 12.516644478\n0.806101859 -0.007826319 0.591725051 1.806154847 0.015008023 0.999861300 -0.007220857 -0.171320334 -0.591586471 0.014701369 0.806107521 12.819478989\n0.775182962 -0.008020988 0.631685913 2.076042891 0.016344314 0.999839306 -0.007361467 -0.181982681 -0.631525338 0.016030956 0.775189519 13.105494499\n0.741548300 -0.006100407 0.670871794 2.378483057 0.015742559 0.999841571 -0.008309229 -0.189614877 -0.670714855 0.016722934 0.741526842 13.399342537\n0.705791771 -0.002991048 0.708413064 2.702589512 0.013757654 0.999860346 -0.009485157 -0.194052160 -0.708285809 0.016440647 0.705734372 13.684350967\n0.667623222 0.001167377 0.744498432 3.049538374 0.011340747 0.999866784 -0.011737524 -0.199465334 -0.744412959 0.016279411 0.667521060 13.958405495\n0.626004219 0.003434978 0.779812098 3.426059723 0.011297776 0.999845386 -0.013473636 -0.203185067 -0.779737830 0.017244695 0.625868678 14.225214958\n0.582989335 0.004323219 0.812468290 3.823802948 0.010290075 0.999866366 -0.012704059 -0.211794123 -0.812414646 0.015766690 0.582866907 14.473066330\n0.538026929 -0.000566909 0.842927516 4.241562366 0.015931647 0.999827981 -0.009496481 -0.220588371 -0.842777133 0.018538585 0.537943423 14.685760498\n0.489845932 -0.001972095 0.871806860 4.683423042 0.017793845 0.999811769 -0.007736256 -0.223526016 -0.871627510 0.019302368 0.489788830 14.898596764\n0.441243529 -0.000729488 0.897387147 5.135462761 0.017068343 0.999825597 -0.007579712 -0.229288772 -0.897225142 0.018661410 0.441179037 15.082760811\n0.392019093 0.000018167 0.919957101 5.601085186 0.014771910 0.999870956 -0.006314463 -0.240399033 -0.919838488 0.016064914 0.391968250 15.257662773\n0.342299223 0.000135741 0.939591050 6.104590416 0.013888422 0.999890029 -0.005204098 -0.245562136 -0.939488411 0.014830795 0.342259705 15.412220955\n0.294013441 -0.002257536 0.955798686 6.626906395 0.017859442 0.999835610 -0.003132201 -0.249475449 -0.955634475 0.017990939 0.294005454 15.534975052\n0.249608457 -0.006262172 0.968326628 7.160862923 0.024170395 0.999707818 0.000234637 -0.255431175 -0.968045175 0.023346268 0.249686897 15.636367798\n0.210141540 -0.009765483 0.977622271 7.691395760 0.027618283 0.999610364 0.004048526 -0.249789834 -0.977280855 0.026149483 0.210329354 15.721482277\n0.174337387 -0.012156853 0.984610975 8.268639565 0.026937498 0.999608457 0.007572409 -0.248785764 -0.984317541 0.025202800 0.174596608 15.803987503\n0.145246744 -0.013872394 0.989298165 8.860358238 0.025665646 0.999618053 0.010248927 -0.254213572 -0.989062488 0.023902355 0.145547271 15.869353294\n0.120250106 -0.014040140 0.992644429 9.445535660 0.032924864 0.999406338 0.010147224 -0.256965488 -0.992197573 0.031462476 0.120640993 15.926175117\n0.098444521 -0.010664453 0.995085478 10.065601349 0.037446700 0.999274075 0.007004712 -0.248583317 -0.994437873 0.036573090 0.098772407 15.967165947\n0.078951180 -0.006726535 0.996855915 10.690811157 0.040371060 0.999178469 0.003544809 -0.242355034 -0.996060789 0.039964259 0.079157829 16.004566193\n0.063732207 -0.005542481 0.997951686 11.334691048 0.037701532 0.999284089 0.003142144 -0.246596277 -0.997254670 0.037424050 0.063895583 16.043663025\n0.051175356 -0.006467490 0.998668849 11.985146523 0.036688894 0.999316216 0.004591610 -0.244293287 -0.998015642 0.036405072 0.051377654 16.074079514\n0.038952053 -0.006441698 0.999220431 12.645296097 0.036913387 0.999305964 0.005003269 -0.252499431 -0.998559177 0.036689717 0.039162815 16.099220276\n0.027812719 -0.006007936 0.999595225 13.330245018 0.038599655 0.999242604 0.004931819 -0.251137227 -0.998867750 0.038446859 0.028023541 16.105163574\n0.017806768 -0.005475064 0.999826610 14.025273323 0.040199883 0.999180317 0.004755565 -0.251491725 -0.999033153 0.040108226 0.018012285 16.112941742\n0.010313928 -0.006005050 0.999928772 14.737927437 0.040934589 0.999146283 0.005578124 -0.254378617 -0.999108613 0.040874142 0.010550916 16.123428345\n0.004856944 -0.006980109 0.999963880 15.452268600 0.042254403 0.999083936 0.006768733 -0.253562659 -0.999095082 0.042220000 0.005147398 16.127731323\n-0.000062346 -0.009218956 0.999957621 16.193447113 0.043021269 0.999031663 0.009213097 -0.253531516 -0.999074221 0.043020014 0.000334382 16.122209549\n-0.005169392 -0.009486099 0.999941647 16.944513321 0.042460635 0.999051094 0.009697161 -0.253423393 -0.999084771 0.042508285 -0.004761696 16.126493454\n-0.009102225 -0.009703257 0.999911547 17.709047318 0.041844349 0.999073327 0.010076032 -0.253031075 -0.999082744 0.041932363 -0.008687735 16.117807388\n-0.012607932 -0.009980727 0.999870837 18.484951019 0.043683454 0.998989999 0.010522763 -0.247314528 -0.998965979 0.043810476 -0.012159228 16.110050201\n-0.014266372 -0.011086395 0.999836981 19.268310547 0.046556704 0.998846650 0.011739712 -0.246162444 -0.998813987 0.046716586 -0.013733864 16.090648651\n-0.015621543 -0.010286105 0.999825060 20.060335159 0.047381070 0.998816133 0.011016020 -0.244598925 -0.998754740 0.047544871 -0.015115738 16.089660645\n-0.015963078 -0.009363618 0.999828875 20.869478226 0.049070749 0.998743892 0.010136903 -0.240628839 -0.998667896 0.049224161 -0.015483499 16.075647354\n-0.016402006 -0.008417118 0.999830127 21.676803589 0.049735010 0.998719871 0.009223660 -0.239289582 -0.998627841 0.049877845 -0.015962362 16.074090958\n-0.016722202 -0.008388942 0.999825001 22.529777527 0.051247112 0.998643279 0.009236138 -0.237559617 -0.998546004 0.051392592 -0.016269565 16.055265427\n-0.017123818 -0.008078337 0.999820709 23.368553162 0.052446987 0.998583436 0.008966593 -0.238423377 -0.998476863 0.052591126 -0.016675949 16.041900635\n-0.017693877 -0.007968575 0.999811649 24.222126007 0.053436156 0.998531580 0.008904043 -0.240573317 -0.998414457 0.053583641 -0.017242074 16.037677765\n-0.017966390 -0.007644699 0.999809504 25.104389191 0.054129399 0.998496830 0.008607351 -0.241754383 -0.998372436 0.054273725 -0.017525554 16.019718170\n-0.018250227 -0.008016342 0.999801397 25.995033264 0.054814093 0.998455942 0.009006120 -0.244364917 -0.998329878 0.054967567 -0.017782688 16.004110336\n-0.019002438 -0.008307867 0.999784887 26.885433197 0.055114999 0.998436272 0.009344205 -0.239804506 -0.998299181 0.055280708 -0.018514872 15.996744156\n-0.019704103 -0.008903549 0.999766231 27.799112320 0.054185044 0.998481214 0.009960024 -0.241871476 -0.998336494 0.054368630 -0.019191742 15.978900909\n-0.020020366 -0.007901564 0.999768436 28.722972870 0.053409010 0.998532534 0.008961305 -0.241996586 -0.998372138 0.053576045 -0.019569039 15.962392807\n-0.020997286 -0.007314318 0.999752820 29.650299072 0.052849419 0.998567045 0.008415608 -0.237493813 -0.998381734 0.053013060 -0.020580649 15.954135895\n-0.021783471 -0.007185709 0.999737024 30.603572845 0.052031554 0.998610854 0.008311331 -0.233542860 -0.998408020 0.052198913 -0.021379232 15.935728073\n-0.022684574 -0.007925145 0.999711275 31.552337646 0.051855221 0.998613238 0.009093096 -0.238055587 -0.998396933 0.052046522 -0.022242188 15.921575546\n-0.023632646 -0.008775804 0.999682307 32.511783600 0.050009511 0.998699188 0.009949402 -0.237532556 -0.998469234 0.050228748 -0.023162961 15.909347534\n-0.024893403 -0.010486918 0.999635160 33.483230591 0.051580492 0.998599589 0.011760528 -0.236685514 -0.998358607 0.051854428 -0.024317622 15.891132355\n-0.024982333 -0.011473483 0.999622107 34.510242462 0.050583482 0.998638749 0.012726371 -0.235975146 -0.998407364 0.050882298 -0.024368048 15.856361389\n-0.025754452 -0.011001046 0.999607921 35.502300262 0.051401239 0.998602152 0.012314302 -0.232812226 -0.998346090 0.051698226 -0.025152922 15.831764221\n-0.026772022 -0.009307867 0.999598384 36.498760223 0.050649639 0.998659611 0.010655656 -0.237803459 -0.998357713 0.050914560 -0.026264668 15.819644928\n-0.027765393 -0.007305223 0.999587774 37.498405457 0.050176144 0.998702526 0.008692493 -0.234587193 -0.998354375 0.050396811 -0.027362823 15.801418304\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_28/2011_09_28_drive_0002_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999998093 0.001847675 0.000606655 -0.004123477 -0.001847480 0.999998212 -0.000322635 -0.017472290 -0.000607250 0.000321514 0.999999762 1.219552636\n0.999990821 0.004084738 0.001275739 -0.015082908 -0.004085125 0.999991596 0.000300825 -0.039376643 -0.001274500 -0.000306034 0.999999166 2.444065094\n0.999985158 0.005193141 0.001633009 -0.015603536 -0.005194728 0.999986053 0.000968958 -0.062136017 -0.001627954 -0.000977427 0.999998212 3.660240650\n0.999976039 0.006546280 0.002258349 -0.020426560 -0.006549323 0.999977648 0.001342462 -0.084119961 -0.002249511 -0.001357220 0.999996543 4.871339798\n0.999974430 0.006673229 0.002579630 -0.024132157 -0.006679592 0.999974668 0.002466109 -0.102873355 -0.002563108 -0.002483277 0.999993622 6.082738400\n0.999976277 0.006201773 0.002990884 -0.021858770 -0.006214972 0.999970913 0.004424138 -0.124476686 -0.002963359 -0.004442621 0.999985754 7.295194626\n0.999978065 0.005667795 0.003430541 -0.023838440 -0.005687503 0.999967217 0.005762542 -0.135317251 -0.003397768 -0.005781927 0.999977529 8.501239777\n0.999982893 0.004710255 0.003471169 -0.016923532 -0.004732214 0.999968648 0.006345395 -0.150355265 -0.003441172 -0.006361713 0.999973834 9.715439796\n0.999987423 0.002978555 0.004032718 -0.016616173 -0.002999576 0.999981880 0.005216796 -0.164742351 -0.004017107 -0.005228828 0.999978244 10.899102211\n0.999980271 0.004443052 0.004436223 -0.016719760 -0.004477310 0.999960005 0.007742377 -0.169097200 -0.004401646 -0.007762087 0.999960184 12.097541809\n0.999979973 0.003718719 0.005117836 -0.012781430 -0.003777887 0.999925554 0.011600530 -0.175583333 -0.005074317 -0.011619633 0.999919593 13.294996262\n0.999982953 0.001029494 0.005747453 -0.009290619 -0.001094499 0.999935329 0.011318518 -0.184127778 -0.005735429 -0.011324615 0.999919415 14.502744675\n0.999983549 -0.000944668 0.005653745 0.003183314 0.000903865 0.999973536 0.007215209 -0.187676892 -0.005660411 -0.007209980 0.999957979 15.690358162\n0.999977291 -0.003677363 0.005642666 0.007605981 0.003647881 0.999979675 0.005226217 -0.200289860 -0.005661770 -0.005205515 0.999970436 16.864353180\n0.999975860 -0.004353351 0.005417363 0.015595657 0.004326145 0.999978006 0.005023658 -0.211343169 -0.005439114 -0.005000100 0.999972701 18.037792206\n0.999971986 -0.003218297 0.006754659 0.012800041 0.003172998 0.999972463 0.006706363 -0.224416941 -0.006776056 -0.006684743 0.999954700 19.214006424\n0.999972939 -0.001464753 0.007208651 0.022951437 0.001415976 0.999976099 0.006766815 -0.232660189 -0.007218391 -0.006756424 0.999951124 20.393287659\n0.999967635 -0.000650570 0.008020542 0.022895163 0.000605554 0.999984086 0.005613766 -0.244192839 -0.008024066 -0.005608728 0.999952078 21.562507629\n0.999962747 -0.001603151 0.008478695 0.030713269 0.001572131 0.999992073 0.003663965 -0.257702291 -0.008484500 -0.003650499 0.999957323 22.722003937\n0.999954224 -0.003242977 0.009000068 0.034204610 0.003227749 0.999993324 0.001705999 -0.279706687 -0.009005540 -0.001676872 0.999958038 23.875204086\n0.999945521 -0.004420954 0.009457238 0.038752340 0.004419670 0.999990225 0.000156609 -0.294917226 -0.009457838 -0.000114802 0.999955297 25.013818741\n0.999934852 -0.005543015 0.009980033 0.053723563 0.005544151 0.999984622 -0.000086149 -0.313691258 -0.009979403 0.000141474 0.999950171 26.172618866\n0.999923885 -0.006350293 0.010577465 0.065375365 0.006341125 0.999979496 0.000900032 -0.330022722 -0.010582964 -0.000832890 0.999943674 27.323425293\n0.999918997 -0.006559645 0.010909209 0.079560727 0.006550169 0.999978125 0.000904095 -0.342477351 -0.010914901 -0.000832565 0.999940097 28.486660004\n0.999920189 -0.006042077 0.011095698 0.094749540 0.006050421 0.999981463 -0.000718638 -0.363394827 -0.011091150 0.000785714 0.999938190 29.638557434\n0.999921381 -0.005278600 0.011374423 0.103015475 0.005334661 0.999973774 -0.004903999 -0.385818839 -0.011348238 0.004964292 0.999923289 30.783748627\n0.999916732 -0.004587934 0.012061490 0.109725021 0.004688345 0.999954462 -0.008309847 -0.408139288 -0.012022817 0.008365704 0.999892712 31.920816422\n0.999914289 -0.002023984 0.012932953 0.115116328 0.002118754 0.999970973 -0.007318285 -0.432630301 -0.012917766 0.007345059 0.999889612 33.057575226\n0.999909461 -0.001191025 0.013401773 0.123258874 0.001263053 0.999984801 -0.005367336 -0.458107561 -0.013395176 0.005383777 0.999895811 34.190608978\n0.999910295 -0.001780201 0.013274731 0.141488701 0.001860262 0.999980152 -0.006021117 -0.477024019 -0.013263749 0.006045271 0.999893785 35.330615997\n0.999904454 -0.002254090 0.013637656 0.155392796 0.002316073 0.999987066 -0.004530902 -0.499214858 -0.013627267 0.004562056 0.999896765 36.459430695\n0.999900877 -0.001191119 0.014028560 0.160767540 0.001222976 0.999996722 -0.002262533 -0.523705125 -0.014025819 0.002279465 0.999899030 37.571224213\n0.999905050 -0.001970071 0.013637594 0.173216760 0.001993335 0.999996603 -0.001692506 -0.545582116 -0.013634212 0.001719529 0.999905586 38.672840118\n0.999907374 -0.001932164 0.013473523 0.187501580 0.001977526 0.999992430 -0.003354257 -0.563697040 -0.013466940 0.003380590 0.999903619 39.774749756\n0.999910772 -0.001214993 0.013303894 0.198420003 0.001256675 0.999994338 -0.003125157 -0.584060013 -0.013300021 0.003141597 0.999906600 40.870845795\n0.999909699 -0.001889440 0.013303639 0.207830638 0.001908550 0.999997139 -0.001423885 -0.606606901 -0.013300911 0.001449147 0.999910474 41.955596924\n0.999914646 -0.000497484 0.013057256 0.219117150 0.000496891 0.999999881 0.000048666 -0.625589728 -0.013057278 -0.000042174 0.999914765 43.036823273\n0.999916553 -0.000292359 0.012915298 0.224814534 0.000303185 0.999999583 -0.000836295 -0.642873287 -0.012915049 0.000840141 0.999916255 44.106784821\n0.999928892 -0.001041570 0.011878514 0.241009101 0.001037676 0.999999404 0.000333963 -0.662053525 -0.011878855 -0.000321613 0.999929368 45.162174225\n0.999928176 0.003086635 0.011579518 0.239291608 -0.003083182 0.999995172 -0.000315999 -0.683772981 -0.011580438 0.000280275 0.999932885 46.210372925\n0.999934971 0.003654286 0.010800952 0.244054794 -0.003641473 0.999992669 -0.001205740 -0.699398220 -0.010805279 0.001166331 0.999940932 47.231822968\n0.999927163 0.006815557 0.009960229 0.249628767 -0.006791891 0.999974012 -0.002407894 -0.718971133 -0.009976381 0.002340070 0.999947488 48.242652893\n0.999903321 0.009933091 0.009733393 0.245993361 -0.009938463 0.999950469 0.000503669 -0.738028228 -0.009727907 -0.000600355 0.999952495 49.243309021\n0.999881685 0.012630236 0.008781037 0.248517454 -0.012649300 0.999917746 0.002118803 -0.754289865 -0.008753554 -0.002229626 0.999959230 50.225940704\n0.999874353 0.013681267 0.008006772 0.249181211 -0.013707248 0.999900937 0.003198965 -0.774258971 -0.007962213 -0.003308314 0.999962807 51.177967072\n0.999850810 0.015629746 0.007351185 0.251408130 -0.015646633 0.999875069 0.002245262 -0.787300408 -0.007315173 -0.002359949 0.999970436 52.128826141\n0.999826670 0.017362013 0.006722732 0.252220720 -0.017375924 0.999846995 0.002016440 -0.807336271 -0.006686694 -0.002132904 0.999975383 53.049037933\n0.999852657 0.016196391 0.005689239 0.259236336 -0.016219441 0.999860346 0.004029015 -0.820750117 -0.005623188 -0.004120697 0.999975681 53.946418762\n0.999869347 0.015501867 0.004586343 0.260533005 -0.015530629 0.999859512 0.006303554 -0.835459173 -0.004487982 -0.006373959 0.999969602 54.822307587\n0.999882042 0.014769924 0.004211835 0.262570292 -0.014797831 0.999868214 0.006673652 -0.849386036 -0.004112711 -0.006735191 0.999968886 55.687313080\n0.999910831 0.012953716 0.003244271 0.265361309 -0.012964385 0.999910533 0.003289059 -0.860381365 -0.003201375 -0.003330826 0.999989331 56.516601562\n0.999927998 0.011700436 0.002664631 0.263645738 -0.011705093 0.999929965 0.001738672 -0.870969117 -0.002644101 -0.001769736 0.999994934 57.339466095\n0.999924660 0.012122046 0.001927093 0.258166492 -0.012123687 0.999926150 0.000842540 -0.886411071 -0.001916738 -0.000865840 0.999997795 58.110118866\n0.999921799 0.012421186 0.001465113 0.257037044 -0.012423925 0.999921083 0.001875752 -0.904667258 -0.001441698 -0.001893808 0.999997139 58.878406525\n0.999933183 0.011555574 0.000389725 0.262428910 -0.011556400 0.999930859 0.002187271 -0.912830412 -0.000364423 -0.002191629 0.999997556 59.616485596\n0.999940872 0.010865266 0.000497239 0.253909141 -0.010867069 0.999933779 0.003779722 -0.924983621 -0.000456138 -0.003784902 0.999992728 60.322658539\n0.999949455 0.010048507 0.000245198 0.255156219 -0.010049496 0.999939620 0.004439232 -0.936390042 -0.000200576 -0.004441472 0.999990106 61.013294220\n0.999945521 0.010426281 -0.000450266 0.252921849 -0.010423914 0.999933302 0.004975145 -0.950794160 0.000502108 -0.004970180 0.999987543 61.669319153\n0.999927282 0.012057664 -0.000247992 0.239629358 -0.012056160 0.999912918 0.005365268 -0.956906199 0.000312663 -0.005361888 0.999985576 62.318740845\n0.999929070 0.011906432 -0.000366881 0.235349610 -0.011904248 0.999914169 0.005468660 -0.967692733 0.000431961 -0.005463905 0.999984980 62.935375214\n0.999941528 0.010808210 -0.000330816 0.227845743 -0.010805850 0.999920785 0.006454727 -0.975460768 0.000400554 -0.006450775 0.999979138 63.528793335\n0.999952972 0.009646107 -0.001004626 0.233350739 -0.009638241 0.999924958 0.007560337 -0.983811200 0.001077479 -0.007550299 0.999970913 64.102539062\n0.999950588 0.009897817 -0.000949270 0.225805074 -0.009890519 0.999923646 0.007406441 -0.990764260 0.001022505 -0.007396686 0.999972105 64.643676758\n0.999946654 0.010301341 -0.000745424 0.218939096 -0.010295834 0.999922156 0.007049219 -0.998401642 0.000817982 -0.007041168 0.999974847 65.170585632\n0.999952257 0.009720931 -0.001017750 0.217838138 -0.009714034 0.999931216 0.006575382 -1.003449440 0.001081598 -0.006565182 0.999977887 65.674407959\n0.999955833 0.009308180 -0.001292655 0.220360741 -0.009300319 0.999938965 0.005959344 -1.013074994 0.001348047 -0.005947059 0.999981403 66.168212891\n0.999955773 0.009179041 -0.002044395 0.215398774 -0.009168654 0.999945283 0.005033476 -1.019365430 0.002090486 -0.005014508 0.999985218 66.622535706\n0.999958098 0.008893668 -0.002176844 0.213835448 -0.008884374 0.999951541 0.004242193 -1.024570465 0.002214467 -0.004222675 0.999988616 67.067024231\n0.999950290 0.009720624 -0.002214188 0.208777055 -0.009709943 0.999941409 0.004784960 -1.028320670 0.002260571 -0.004763223 0.999986112 67.487388611\n0.999946296 0.010066162 -0.002461217 0.203036860 -0.010055722 0.999940515 0.004218176 -1.033601284 0.002503531 -0.004193200 0.999988079 67.880813599\n0.999942064 0.010318132 -0.003075827 0.205762401 -0.010304305 0.999936879 0.004478179 -1.042103529 0.003121839 -0.004446226 0.999985218 68.260200500\n0.999945343 0.010033613 -0.002939853 0.199569836 -0.010019658 0.999938667 0.004723480 -1.049518108 0.002987067 -0.004693766 0.999984503 68.611869812\n0.999940157 0.010414196 -0.003343927 0.199352503 -0.010396969 0.999932826 0.005128672 -1.053101897 0.003397113 -0.005093599 0.999981284 68.941864014\n0.999941647 0.010237367 -0.003451748 0.195814699 -0.010218716 0.999933302 0.005378353 -1.057671666 0.003506578 -0.005342767 0.999979556 69.248619080\n0.999937713 0.010633427 -0.003397930 0.194880471 -0.010612681 0.999925256 0.006066348 -1.061095357 0.003462182 -0.006029909 0.999975801 69.531944275\n0.999936163 0.010738774 -0.003506072 0.190695137 -0.010717507 0.999924362 0.006029072 -1.063811183 0.003570552 -0.005991111 0.999975681 69.790740967\n0.999932647 0.011002913 -0.003688975 0.187861532 -0.010981909 0.999923646 0.005666468 -1.065647721 0.003751041 -0.005625575 0.999977112 70.024902344\n0.999945283 0.009768738 -0.003749339 0.190727368 -0.009745673 0.999933779 0.006121476 -1.076311588 0.003808889 -0.006084600 0.999974251 70.240951538\n0.999949694 0.009261128 -0.003853423 0.191442728 -0.009236841 0.999937654 0.006273593 -1.078229427 0.003911283 -0.006237684 0.999972880 70.434326172\n0.999951303 0.009012740 -0.004020512 0.190077156 -0.008985743 0.999937296 0.006683273 -1.079293966 0.004080495 -0.006646820 0.999969602 70.609497070\n0.999952853 0.009021436 -0.003597173 0.184665859 -0.008996185 0.999935210 0.006975143 -1.084019065 0.003659866 -0.006942453 0.999969184 70.758987427\n0.999941945 0.010021959 -0.003955990 0.185436234 -0.009993590 0.999924660 0.007126993 -1.084237456 0.004027118 -0.007087044 0.999966800 70.894744873\n0.999944091 0.009807555 -0.003960327 0.180635720 -0.009778881 0.999926269 0.007195825 -1.087663293 0.004030608 -0.007156695 0.999966264 71.008697510\n0.999945521 0.009644731 -0.003994870 0.180838123 -0.009616427 0.999928951 0.007044765 -1.088400006 0.004062532 -0.007005964 0.999967217 71.105934143\n0.999950886 0.009064729 -0.004012249 0.181490570 -0.009038853 0.999938548 0.006421126 -1.088822007 0.004070208 -0.006384544 0.999971330 71.185256958\n0.999949872 0.009214778 -0.003922071 0.181332245 -0.009190997 0.999939501 0.006038954 -1.089675426 0.003977482 -0.006002603 0.999974072 71.254539490\n0.999945760 0.009550046 -0.004161887 0.180464089 -0.009524850 0.999936461 0.006032165 -1.093124270 0.004219230 -0.005992196 0.999973118 71.308967590\n0.999943495 0.009792804 -0.004142709 0.178837761 -0.009768812 0.999935627 0.005772318 -1.090282798 0.004198969 -0.005731523 0.999974787 71.349159241\n0.999943078 0.009794676 -0.004233030 0.178172365 -0.009770055 0.999935448 0.005798462 -1.089434385 0.004289551 -0.005756775 0.999974251 71.380828857\n0.999943495 0.009787647 -0.004146198 0.176358610 -0.009763700 0.999935746 0.005756942 -1.090453506 0.004202279 -0.005716134 0.999974847 71.400985718\n0.999944568 0.009682021 -0.004134071 0.177725002 -0.009658362 0.999937057 0.005705236 -1.090189695 0.004189049 -0.005664991 0.999975204 71.406379700\n0.999943733 0.009778271 -0.004108905 0.176636964 -0.009754228 0.999935448 0.005831462 -1.091245174 0.004165661 -0.005791055 0.999974549 71.404220581\n0.999942601 0.009886001 -0.004136173 0.174867526 -0.009868346 0.999942183 0.004267210 -1.092108965 0.004178119 -0.004226148 0.999982357 71.397377014\n0.999942303 0.009881780 -0.004215961 0.175040573 -0.009873129 0.999949098 0.002067735 -1.096804380 0.004236180 -0.002025991 0.999988973 71.396385193\n0.999944150 0.009742474 -0.004101778 0.177075103 -0.009736863 0.999951661 0.001385786 -1.095522046 0.004115080 -0.001345770 0.999990642 71.396751404\n0.999942720 0.009803087 -0.004298891 0.177577764 -0.009794580 0.999950051 0.001995835 -1.095262051 0.004318242 -0.001953614 0.999988794 71.394920349\n0.999941170 0.009955575 -0.004310523 0.176264778 -0.009948350 0.999949098 0.001694253 -1.095120788 0.004327171 -0.001651271 0.999989271 71.397392273\n0.999942958 0.009844377 -0.004138662 0.175370425 -0.009836677 0.999949872 0.001876752 -1.095061541 0.004156930 -0.001835934 0.999989688 71.395042419\n0.999942839 0.009815787 -0.004234414 0.175945610 -0.009806889 0.999949694 0.002116984 -1.094446540 0.004254981 -0.002075337 0.999988794 71.395919800\n0.999943316 0.009807142 -0.004149874 0.176366940 -0.009799991 0.999950469 0.001739991 -1.094750166 0.004166733 -0.001699223 0.999989867 71.396240234\n0.999943674 0.009780776 -0.004125988 0.174403876 -0.009772205 0.999950051 0.002092237 -1.094678998 0.004146245 -0.002051799 0.999989271 71.395904541\n0.999941945 0.009915177 -0.004223137 0.175550446 -0.009906789 0.999948919 0.002002387 -1.094091296 0.004242775 -0.001960433 0.999989092 71.397018433\n0.999943972 0.009747487 -0.004129749 0.174951985 -0.009739735 0.999950767 0.001892917 -1.094328523 0.004147997 -0.001852588 0.999989688 71.396240234\n0.999944866 0.009610281 -0.004233118 0.175675392 -0.009601544 0.999951720 0.002079798 -1.095033765 0.004252901 -0.002039039 0.999988854 71.395309448\n0.999943256 0.009829342 -0.004100351 0.174372807 -0.009820837 0.999949574 0.002089511 -1.094358563 0.004120683 -0.002049123 0.999989390 71.396324158\n0.999942720 0.009868967 -0.004140265 0.174587443 -0.009860747 0.999949396 0.002001344 -1.094519138 0.004159807 -0.001960404 0.999989450 71.396759033\n0.999942422 0.009871558 -0.004211486 0.175707698 -0.009863438 0.999949455 0.001944521 -1.093733430 0.004230469 -0.001902869 0.999989212 71.397544861\n0.999942899 0.009838792 -0.004165706 0.175284550 -0.009830413 0.999949634 0.002027117 -1.094278812 0.004185440 -0.001986051 0.999989271 71.396629333\n0.999942899 0.009826527 -0.004201148 0.174922734 -0.009817794 0.999949634 0.002094277 -1.094927430 0.004221515 -0.002052911 0.999988973 71.395942688\n0.999943137 0.009794345 -0.004217683 0.175775617 -0.009786205 0.999950230 0.001946373 -1.093742609 0.004236537 -0.001904987 0.999989212 71.396476746\n0.999943137 0.009818508 -0.004164731 0.176081151 -0.009810207 0.999949872 0.002009057 -1.094279766 0.004184248 -0.001968086 0.999989331 71.396537781\n0.999943078 0.009817173 -0.004174435 0.175571650 -0.009808723 0.999949813 0.002039722 -1.094293833 0.004194250 -0.001998660 0.999989212 71.396644592\n0.999943256 0.009797584 -0.004179496 0.175619945 -0.009789372 0.999950111 0.001980912 -1.094868660 0.004198696 -0.001939885 0.999989331 71.395095825\n0.999940932 0.010088864 -0.004037215 0.174043328 -0.010080315 0.999946892 0.002132237 -1.096353173 0.004058512 -0.002091415 0.999989569 71.396881104\n0.999940932 0.010046336 -0.004151011 0.175530210 -0.010037477 0.999947309 0.002149566 -1.096170783 0.004172388 -0.002107773 0.999989092 71.395446777\n0.999941647 0.009990899 -0.004102627 0.175134555 -0.009982429 0.999948025 0.002079753 -1.095031381 0.004123192 -0.002038678 0.999989450 71.397514343\n0.999943316 0.009772819 -0.004219023 0.177329555 -0.009764492 0.999950349 0.001989915 -1.093755245 0.004238260 -0.001948606 0.999989092 71.396057129\n0.999943495 0.009724994 -0.004289060 0.177200511 -0.009716365 0.999950767 0.002028109 -1.094541669 0.004308572 -0.001986320 0.999988735 71.396133423\n0.999941051 0.009978516 -0.004273926 0.176815853 -0.009969847 0.999948204 0.002044753 -1.094800591 0.004294108 -0.002002022 0.999988794 71.397232056\n0.999942899 0.009806662 -0.004251730 0.177643284 -0.009798162 0.999949992 0.002015490 -1.094969273 0.004271282 -0.001973716 0.999988914 71.395057678\n0.999942780 0.009840300 -0.004191276 0.175608188 -0.009831489 0.999949455 0.002117732 -1.095027328 0.004211903 -0.002076404 0.999988973 71.397872925\n0.999942660 0.009849802 -0.004206706 0.175933674 -0.009840809 0.999949276 0.002153131 -1.095591545 0.004227700 -0.002111610 0.999988854 71.396644592\n0.999943554 0.009742771 -0.004241193 0.176856026 -0.009734713 0.999950767 0.001916715 -1.093802929 0.004259658 -0.001875320 0.999989152 71.395690918\n0.999941468 0.010003654 -0.004114382 0.174909174 -0.009995495 0.999948025 0.001998988 -1.094844103 0.004134166 -0.001957746 0.999989510 71.397674561\n0.999940217 0.010120795 -0.004137274 0.175153092 -0.010112590 0.999946892 0.001999267 -1.094710588 0.004157289 -0.001957309 0.999989450 71.397132874\n0.999941647 0.009951256 -0.004205174 0.176111668 -0.009942985 0.999948621 0.001983213 -1.094892502 0.004224694 -0.001941285 0.999989212 71.396308899\n0.999941587 0.009973957 -0.004167209 0.175660133 -0.009965668 0.999948323 0.002005412 -1.094759941 0.004186996 -0.001963766 0.999989331 71.395912170\n0.999943197 0.009816340 -0.004154259 0.175361693 -0.009808498 0.999950111 0.001904118 -1.094038248 0.004172743 -0.001863263 0.999989569 71.396949768\n0.999942780 0.009877952 -0.004113404 0.175294280 -0.009869863 0.999949336 0.001982074 -1.093938231 0.004132775 -0.001941362 0.999989569 71.395782471\n0.999942541 0.009884789 -0.004147267 0.175695196 -0.009876891 0.999949396 0.001920609 -1.094069481 0.004166042 -0.001879536 0.999989569 71.396018982\n0.999943435 0.009730673 -0.004289166 0.177030727 -0.009722140 0.999950707 0.002006161 -1.094509006 0.004308476 -0.001964347 0.999988794 71.394721985\n0.999944210 0.009682219 -0.004227334 0.175681546 -0.009673659 0.999951124 0.002040522 -1.094813704 0.004246884 -0.001999514 0.999988973 71.395271301\n0.999943435 0.009753624 -0.004240014 0.176517501 -0.009745381 0.999950588 0.001960486 -1.093671679 0.004258926 -0.001919054 0.999989092 71.397056580\n0.999943376 0.009730432 -0.004301923 0.176969707 -0.009721798 0.999950707 0.002023581 -1.094203949 0.004321401 -0.001981644 0.999988675 71.396751404\n0.999943674 0.009712856 -0.004283586 0.177275345 -0.009704512 0.999951005 0.001964755 -1.093375444 0.004302459 -0.001923074 0.999988914 71.397689819\n0.999944091 0.009678159 -0.004266466 0.176498219 -0.009669854 0.999951303 0.001962792 -1.093209147 0.004285255 -0.001921427 0.999988973 71.397346497\n0.999942839 0.009832551 -0.004196113 0.176146790 -0.009824414 0.999949813 0.001955336 -1.093594909 0.004215129 -0.001914000 0.999989271 71.397026062\n0.999942958 0.009789702 -0.004274921 0.176731884 -0.009781225 0.999950171 0.001999684 -1.094335675 0.004294285 -0.001957756 0.999988854 71.397712708\n0.999943554 0.009720785 -0.004287575 0.176889956 -0.009712026 0.999950707 0.002058775 -1.094413877 0.004307377 -0.002017018 0.999988675 71.395996094\n0.999944985 0.009545112 -0.004345195 0.177484706 -0.009536270 0.999952435 0.002051259 -1.094329596 0.004364568 -0.002009709 0.999988437 71.395210266\n0.999943614 0.009813234 -0.004051373 0.174869269 -0.009805194 0.999949932 0.001999648 -1.093859792 0.004070793 -0.001959811 0.999989808 71.397483826\n0.999943912 0.009774406 -0.004084068 0.174357593 -0.009766654 0.999950469 0.001913691 -1.093666673 0.004102571 -0.001873696 0.999989808 71.396606445\n0.999944329 0.009716231 -0.004112697 0.175182760 -0.009707842 0.999950767 0.002054974 -1.094933510 0.004132461 -0.002014935 0.999989450 71.395660400\n0.999943852 0.009754656 -0.004138766 0.175483674 -0.009746051 0.999950290 0.002093989 -1.094913363 0.004158987 -0.002053535 0.999989271 71.396156311\n0.999943912 0.009762548 -0.004113127 0.175347507 -0.009754282 0.999950349 0.002024761 -1.094959974 0.004132690 -0.001984527 0.999989510 71.394767761\n0.999943972 0.009762005 -0.004096827 0.175029889 -0.009753594 0.999950290 0.002067871 -1.094592810 0.004116809 -0.002027797 0.999989450 71.396522522\n0.999943614 0.009765650 -0.004174051 0.176125899 -0.009757277 0.999950349 0.002021948 -1.094928622 0.004193590 -0.001981106 0.999989271 71.396087646\n0.999943674 0.009784759 -0.004117505 0.174953476 -0.009776501 0.999950171 0.002021035 -1.094624758 0.004137075 -0.001980666 0.999989510 71.396156311\n0.999942899 0.009845664 -0.004152763 0.175351024 -0.009837240 0.999949515 0.002044047 -1.094465017 0.004172678 -0.002003078 0.999989271 71.396156311\n0.999943376 0.009762791 -0.004237025 0.176747367 -0.009754702 0.999950588 0.001925649 -1.093669176 0.004255615 -0.001884209 0.999989152 71.395736694\n0.999943018 0.009816878 -0.004195325 0.177088797 -0.009808344 0.999949813 0.002050047 -1.094070435 0.004215239 -0.002008781 0.999989092 71.396438599\n0.999943614 0.009757699 -0.004192269 0.176606208 -0.009749299 0.999950409 0.002019669 -1.094278455 0.004211769 -0.001978683 0.999989152 71.397445679\n0.999943256 0.009800315 -0.004178509 0.176612094 -0.009792143 0.999950111 0.001971588 -1.094099045 0.004197623 -0.001930559 0.999989331 71.397232056\n0.999942958 0.009842128 -0.004150426 0.176111266 -0.009833989 0.999949694 0.001976654 -1.093822002 0.004169671 -0.001935726 0.999989450 71.395629883\n0.999942422 0.009896849 -0.004151562 0.175662354 -0.009888650 0.999949098 0.001990936 -1.094177008 0.004171055 -0.001949769 0.999989390 71.396453857\n0.999943018 0.009852846 -0.004111744 0.175156206 -0.009844688 0.999949515 0.001999671 -1.094160199 0.004131238 -0.001959078 0.999989569 71.396675110\n0.999943137 0.009847277 -0.004100027 0.174639001 -0.009838964 0.999949515 0.002042836 -1.094091058 0.004119936 -0.002002379 0.999989510 71.396545410\n0.999943674 0.009767370 -0.004152332 0.175568640 -0.009759170 0.999950409 0.001990753 -1.094111443 0.004171570 -0.001950118 0.999989390 71.396377563\n0.999944687 0.009690715 -0.004091097 0.175266758 -0.009682495 0.999951065 0.002024133 -1.093764186 0.004110512 -0.001984409 0.999989569 71.396141052\n0.999943078 0.009847919 -0.004110220 0.175290480 -0.009840138 0.999949753 0.001908935 -1.093310356 0.004128812 -0.001868381 0.999989748 71.397552490\n0.999943137 0.009835752 -0.004120057 0.175916910 -0.009827635 0.999949753 0.001985613 -1.093412638 0.004139380 -0.001945010 0.999989569 71.396850586\n0.999942720 0.009891068 -0.004086076 0.175556362 -0.009883288 0.999949336 0.001919712 -1.092845082 0.004104856 -0.001879219 0.999989808 71.397605896\n0.999943078 0.009861899 -0.004070783 0.174727872 -0.009854043 0.999949574 0.001945348 -1.093418956 0.004089762 -0.001905123 0.999989808 71.397949219\n0.999942720 0.009893860 -0.004084887 0.175453663 -0.009885739 0.999949157 0.002003664 -1.093698263 0.004104504 -0.001963167 0.999989629 71.397727966\n0.999943256 0.009844674 -0.004074178 0.175296083 -0.009837129 0.999949872 0.001867775 -1.093358397 0.004092362 -0.001827590 0.999989927 71.397354126\n0.999942541 0.009904219 -0.004106690 0.175333992 -0.009896193 0.999949098 0.001970116 -1.093686342 0.004125993 -0.001929362 0.999989629 71.397705078\n0.999943912 0.009775431 -0.004071926 0.176016763 -0.009767497 0.999950349 0.001963878 -1.093933225 0.004090922 -0.001923995 0.999989808 71.397193909\n0.999942958 0.009857038 -0.004118172 0.176407456 -0.009849505 0.999949813 0.001845653 -1.093018055 0.004136158 -0.001804986 0.999989808 71.397636414\n0.999942660 0.009866657 -0.004164300 0.177024826 -0.009858724 0.999949574 0.001921238 -1.093523502 0.004183046 -0.001880073 0.999989510 71.396659851\n0.999943137 0.009818968 -0.004164954 0.176490784 -0.009811048 0.999950051 0.001917838 -1.093602777 0.004183576 -0.001876866 0.999989510 71.395866394\n0.999943256 0.009853212 -0.004051689 0.175526634 -0.009845591 0.999949753 0.001896481 -1.093312979 0.004070172 -0.001856483 0.999989986 71.396766663\n0.999943674 0.009815428 -0.004034282 0.175275370 -0.009807945 0.999950171 0.001870645 -1.093256831 0.004052442 -0.001830972 0.999990106 71.397415161\n0.999944150 0.009714172 -0.004161815 0.176238909 -0.009706314 0.999951065 0.001904243 -1.093856692 0.004180110 -0.001863740 0.999989510 71.397171021\n0.999943793 0.009798133 -0.004045206 0.175258458 -0.009790456 0.999950230 0.001913281 -1.092792034 0.004063751 -0.001873569 0.999989986 71.396987915\n0.999943733 0.009798508 -0.004066100 0.175072595 -0.009791033 0.999950349 0.001854137 -1.093340039 0.004084066 -0.001814221 0.999989986 71.397468567\n0.999943852 0.009816294 -0.003989039 0.174608976 -0.009808549 0.999949992 0.001956455 -1.094041586 0.004008045 -0.001917218 0.999990106 71.396102905\n0.999943554 0.009832887 -0.004022131 0.174675003 -0.009824738 0.999949634 0.002040784 -1.094440699 0.004041995 -0.002001152 0.999989808 71.395996094\n0.999943256 0.009801686 -0.004178341 0.176161259 -0.009793798 0.999950230 0.001903947 -1.093945384 0.004196795 -0.001862917 0.999989450 71.394958496\n0.999943733 0.009810207 -0.004028752 0.174711734 -0.009802335 0.999949992 0.001969352 -1.094263911 0.004047870 -0.001929750 0.999989927 71.396896362\n0.999942780 0.009858674 -0.004145697 0.174964651 -0.009850618 0.999949574 0.001959156 -1.094072223 0.004164802 -0.001918206 0.999989510 71.395957947\n0.999941409 0.009999557 -0.004149628 0.175871328 -0.009991476 0.999948144 0.001963523 -1.094196916 0.004169047 -0.001921947 0.999989450 71.397026062\n0.999942958 0.009847685 -0.004140026 0.176144421 -0.009839380 0.999949574 0.002021660 -1.094437480 0.004159726 -0.001980809 0.999989390 71.397285461\n0.999942720 0.009840604 -0.004209960 0.176027954 -0.009832671 0.999949872 0.001900780 -1.094301224 0.004228454 -0.001859276 0.999989331 71.395484924\n0.999943197 0.009841646 -0.004087612 0.175316259 -0.009833433 0.999949574 0.002024696 -1.094611883 0.004107332 -0.001984386 0.999989569 71.396530151\n0.999943078 0.009847690 -0.004100465 0.175846696 -0.009839840 0.999949753 0.001930367 -1.093577862 0.004119269 -0.001889910 0.999989748 71.397483826\n0.999943078 0.009835624 -0.004135969 0.175741643 -0.009827059 0.999949515 0.002086098 -1.094762683 0.004156278 -0.002045335 0.999989271 71.396499634\n0.999941707 0.009970162 -0.004144089 0.175707996 -0.009962230 0.999948502 0.001930403 -1.093120337 0.004163123 -0.001889006 0.999989569 71.397979736\n0.999941111 0.010062517 -0.004061458 0.175505236 -0.010054260 0.999947369 0.002048420 -1.095507503 0.004081856 -0.002007464 0.999989629 71.396247864\n0.999941945 0.009983161 -0.004053995 0.174854949 -0.009974974 0.999948204 0.002034468 -1.094659090 0.004074096 -0.001993912 0.999989688 71.396423340\n0.999942183 0.009949902 -0.004082004 0.175384179 -0.009941785 0.999948561 0.002004138 -1.094595313 0.004101735 -0.001963439 0.999989688 71.396697998\n0.999942124 0.009970783 -0.004038207 0.174476236 -0.009963039 0.999948502 0.001933168 -1.094148993 0.004057274 -0.001892823 0.999989986 71.396347046\n0.999942720 0.009891692 -0.004081478 0.175188527 -0.009883868 0.999949276 0.001932606 -1.093736410 0.004100388 -0.001892154 0.999989808 71.396362305\n0.999944031 0.009732207 -0.004144563 0.176416785 -0.009724570 0.999951005 0.001858759 -1.094095349 0.004162450 -0.001818351 0.999989688 71.395828247\n0.999942183 0.009925359 -0.004130197 0.175661296 -0.009916928 0.999948740 0.002056933 -1.095002532 0.004150401 -0.002015855 0.999989331 71.395606995\n0.999942720 0.009899700 -0.004067190 0.175683260 -0.009891878 0.999949217 0.001938855 -1.093727231 0.004086178 -0.001898512 0.999989867 71.396423340\n0.999942720 0.009886073 -0.004099724 0.175532803 -0.009878419 0.999949455 0.001882819 -1.093725920 0.004118131 -0.001842212 0.999989808 71.396202087\n0.999942183 0.009919534 -0.004157441 0.176404566 -0.009911342 0.999948919 0.001986587 -1.093578815 0.004176935 -0.001945266 0.999989390 71.396987915\n0.999942064 0.009915462 -0.004194918 0.176486835 -0.009907627 0.999949157 0.001884249 -1.093745708 0.004213388 -0.001842578 0.999989450 71.395706177\n0.999942780 0.009863988 -0.004140164 0.175482675 -0.009855848 0.999949455 0.001981769 -1.094459534 0.004159503 -0.001940851 0.999989450 71.397071838\n0.999942601 0.009890339 -0.004116281 0.175007403 -0.009882046 0.999949098 0.002030140 -1.094741344 0.004136151 -0.001989346 0.999989450 71.396720886\n0.999943078 0.009774546 -0.004282488 0.177083969 -0.009766448 0.999950469 0.001907784 -1.093599439 0.004300924 -0.001865850 0.999989033 71.397148132\n0.999942839 0.009822874 -0.004225852 0.176264942 -0.009814349 0.999949753 0.002033461 -1.094238877 0.004245614 -0.001991870 0.999989033 71.396690369\n0.999942958 0.009822941 -0.004192780 0.176858038 -0.009814758 0.999949872 0.001967904 -1.093951583 0.004211901 -0.001926640 0.999989271 71.397880554\n0.999942660 0.009870554 -0.004150047 0.176380917 -0.009862447 0.999949455 0.001969293 -1.093792677 0.004169276 -0.001928251 0.999989450 71.396156311\n0.999942422 0.009901463 -0.004135375 0.176157728 -0.009893078 0.999948978 0.002043153 -1.094539881 0.004155395 -0.002002124 0.999989390 71.397613525\n0.999942899 0.009858400 -0.004124498 0.175839975 -0.009850166 0.999949455 0.002011977 -1.094857693 0.004144125 -0.001971235 0.999989450 71.396972656\n0.999943316 0.009833282 -0.004078651 0.175766572 -0.009825079 0.999949694 0.002026258 -1.094338417 0.004098370 -0.001986070 0.999989629 71.396324158\n0.999942422 0.009897728 -0.004141640 0.176115632 -0.009889740 0.999949217 0.001944831 -1.093633652 0.004160679 -0.001903759 0.999989510 71.396301270\n0.999943852 0.009804199 -0.004023167 0.174903840 -0.009796241 0.999950051 0.001992794 -1.094241142 0.004042504 -0.001953271 0.999989927 71.396148682\n0.999943435 0.009817300 -0.004092459 0.175000057 -0.009809240 0.999949932 0.001985033 -1.094139576 0.004111741 -0.001944777 0.999989629 71.396034241\n0.999942839 0.009932212 -0.003951550 0.174011320 -0.009924402 0.999948740 0.001991165 -1.094626665 0.003971124 -0.001951835 0.999990225 71.395744324\n0.999942183 0.009918794 -0.004155598 0.176125914 -0.009910525 0.999948859 0.002005887 -1.093980551 0.004175281 -0.001964587 0.999989331 71.395950317\n0.999942124 0.009934104 -0.004126817 0.175350443 -0.009925568 0.999948561 0.002083752 -1.094896317 0.004147305 -0.002042671 0.999989331 71.396812439\n0.999942958 0.009871891 -0.004079922 0.175309539 -0.009863805 0.999949336 0.001997332 -1.094307303 0.004099433 -0.001956975 0.999989688 71.397186279\n0.999943554 0.009780642 -0.004157394 0.175562546 -0.009772426 0.999950290 0.001991949 -1.094079494 0.004176670 -0.001951208 0.999989390 71.396697998\n0.999942124 0.009892530 -0.004225921 0.177206099 -0.009884293 0.999949217 0.001965549 -1.094158053 0.004245151 -0.001923665 0.999989152 71.396255493\n0.999943614 0.009766852 -0.004171604 0.176278114 -0.009758294 0.999950230 0.002067001 -1.094553590 0.004191584 -0.002026177 0.999989152 71.395660400\n0.999942899 0.009797035 -0.004270606 0.177484632 -0.009788518 0.999950051 0.002010726 -1.094392657 0.004290092 -0.001968808 0.999988854 71.396362305\n0.999942541 0.009823657 -0.004293435 0.176820740 -0.009815043 0.999949813 0.002022605 -1.095047712 0.004313089 -0.001980349 0.999988735 71.395568848\n0.999942183 0.009888272 -0.004231511 0.176301405 -0.009879848 0.999949157 0.002006977 -1.094374061 0.004251141 -0.001965054 0.999989033 71.395408630\n0.999943733 0.009771242 -0.004131451 0.175509244 -0.009762917 0.999950290 0.002030268 -1.094935536 0.004151084 -0.001989819 0.999989390 71.396766663\n0.999942839 0.009838467 -0.004192831 0.177051932 -0.009829985 0.999949634 0.002038565 -1.094263077 0.004212676 -0.001997234 0.999989152 71.397644043\n0.999942720 0.009864428 -0.004154531 0.175990909 -0.009856001 0.999949336 0.002044000 -1.094758511 0.004174484 -0.002002936 0.999989271 71.395980835\n0.999942422 0.009875521 -0.004193507 0.176348642 -0.009867188 0.999949336 0.002003219 -1.094857574 0.004213077 -0.001961726 0.999989212 71.396247864\n0.999943197 0.009831020 -0.004121203 0.176395044 -0.009822764 0.999949694 0.002018756 -1.094411850 0.004140842 -0.001978160 0.999989450 71.396583557\n0.999942243 0.009901617 -0.004186312 0.176518813 -0.009893552 0.999949157 0.001942585 -1.094224334 0.004205334 -0.001901055 0.999989331 71.396179199\n0.999943197 0.009789135 -0.004216249 0.176966533 -0.009780679 0.999950111 0.002021736 -1.094317317 0.004235830 -0.001980384 0.999989092 71.396148682\n0.999943078 0.009801026 -0.004211704 0.177029416 -0.009792859 0.999950111 0.001955299 -1.093726397 0.004230658 -0.001913943 0.999989212 71.395545959\n0.999942660 0.009804630 -0.004303375 0.177388519 -0.009796338 0.999950111 0.001943753 -1.094403625 0.004322218 -0.001901484 0.999988854 71.393707275\n0.999943435 0.009793143 -0.004147576 0.176089913 -0.009784562 0.999949932 0.002084358 -1.095160723 0.004167781 -0.002043657 0.999989212 71.395790100\n0.999943376 0.009797501 -0.004159767 0.176023796 -0.009789217 0.999950051 0.002007223 -1.095051527 0.004179225 -0.001966388 0.999989331 71.395896912\n0.999943554 0.009756225 -0.004212542 0.177077323 -0.009747983 0.999950528 0.001972791 -1.093896270 0.004231581 -0.001931616 0.999989152 71.396759033\n0.999942780 0.009853921 -0.004165344 0.175614297 -0.009845653 0.999949515 0.002000894 -1.094911337 0.004184850 -0.001959769 0.999989331 71.396949768\n0.999943495 0.009757887 -0.004220529 0.176380485 -0.009749298 0.999950349 0.002050710 -1.095694184 0.004240330 -0.002009447 0.999988973 71.396339417\n0.999943554 0.009785080 -0.004147228 0.177002415 -0.009776445 0.999949992 0.002097332 -1.094434977 0.004167544 -0.002056669 0.999989212 71.396286011\n0.999943256 0.009816707 -0.004133468 0.176032275 -0.009808472 0.999949872 0.002007637 -1.094581723 0.004152969 -0.001966980 0.999989450 71.397529602\n0.999943793 0.009768687 -0.004123187 0.175850511 -0.009760153 0.999950171 0.002084882 -1.095285535 0.004143348 -0.002044522 0.999989331 71.396347046\n0.999942541 0.009888729 -0.004143376 0.177145690 -0.009880155 0.999949038 0.002084502 -1.094713807 0.004163778 -0.002043445 0.999989271 71.398231506\n0.999943435 0.009751623 -0.004247179 0.177041501 -0.009743426 0.999950647 0.001946628 -1.094382644 0.004265952 -0.001905136 0.999989092 71.397064209\n0.999943376 0.009810433 -0.004121457 0.176263809 -0.009801968 0.999949813 0.002069194 -1.094357014 0.004141550 -0.002028679 0.999989390 71.396827698\n0.999943435 0.009808555 -0.004108279 0.175796166 -0.009800674 0.999950111 0.001934026 -1.093923807 0.004127044 -0.001893653 0.999989688 71.396560669\n0.999943316 0.009839856 -0.004062918 0.175105885 -0.009831547 0.999949574 0.002060025 -1.094522119 0.004082983 -0.002019963 0.999989629 71.395774841\n0.999943912 0.009747052 -0.004140353 0.177002475 -0.009738617 0.999950469 0.002052434 -1.094463587 0.004160153 -0.002011997 0.999989331 71.397621155\n0.999943674 0.009772107 -0.004146385 0.175990939 -0.009764043 0.999950409 0.001960697 -1.094416380 0.004165340 -0.001920101 0.999989510 71.396667480\n0.999942720 0.009902061 -0.004069536 0.175707415 -0.009894241 0.999949157 0.001937161 -1.094435334 0.004088511 -0.001896785 0.999989867 71.396049500\n0.999943376 0.009805598 -0.004135451 0.176107720 -0.009797254 0.999949932 0.002033317 -1.095020056 0.004155182 -0.001992685 0.999989390 71.395957947\n0.999942720 0.009834445 -0.004218248 0.176634595 -0.009825959 0.999949694 0.002027723 -1.094822288 0.004237977 -0.001986159 0.999989033 71.396568298\n0.999943495 0.009798747 -0.004122457 0.175738409 -0.009790161 0.999949872 0.002097884 -1.095012426 0.004142807 -0.002057406 0.999989331 71.397216797\n0.999945343 0.009618742 -0.004095021 0.175693795 -0.009610994 0.999952018 0.001907612 -1.093905449 0.004113173 -0.001868150 0.999989808 71.395980835\n0.999944150 0.009749748 -0.004083230 0.175673485 -0.009741300 0.999950409 0.002083729 -1.094601512 0.004103343 -0.002043836 0.999989510 71.396194458\n0.999943316 0.009791923 -0.004177501 0.176932558 -0.009783409 0.999950051 0.002053572 -1.094989061 0.004197401 -0.002012585 0.999989152 71.395782471\n0.999944389 0.009707770 -0.004124725 0.176651508 -0.009699509 0.999950945 0.002018414 -1.094200969 0.004144117 -0.001978294 0.999989450 71.397628784\n0.999943912 0.009740254 -0.004162788 0.176345065 -0.009731599 0.999950469 0.002094391 -1.094836116 0.004182982 -0.002053763 0.999989152 71.395492554\n0.999943376 0.009825871 -0.004081065 0.175706923 -0.009817799 0.999949813 0.001993594 -1.094886422 0.004100449 -0.001953415 0.999989688 71.394897461\n0.999942362 0.009896690 -0.004169083 0.176401213 -0.009887775 0.999948800 0.002153324 -1.095089436 0.004190180 -0.002111977 0.999988973 71.395896912\n0.999943852 0.009771427 -0.004099066 0.175868511 -0.009763159 0.999950290 0.002032243 -1.094706535 0.004118720 -0.001992109 0.999989510 71.396911621\n0.999942064 0.009934106 -0.004142415 0.176276803 -0.009925317 0.999948442 0.002136809 -1.095601678 0.004163429 -0.002095570 0.999989152 71.395484924\n0.999943674 0.009774854 -0.004140332 0.175672889 -0.009766378 0.999950171 0.002062479 -1.094614148 0.004160286 -0.002021927 0.999989331 71.396553040\n0.999942541 0.009917777 -0.004073011 0.174754620 -0.009909656 0.999948859 0.002009203 -1.094938397 0.004092730 -0.001968725 0.999989688 71.395957947\n0.999943316 0.009791097 -0.004190310 0.176303387 -0.009782340 0.999949932 0.002105033 -1.095166087 0.004210711 -0.002063923 0.999989033 71.396240234\n0.999942362 0.009917373 -0.004119237 0.175903544 -0.009908892 0.999948740 0.002074142 -1.095005989 0.004139596 -0.002033205 0.999989390 71.396171570\n0.999944091 0.009707904 -0.004192711 0.177532643 -0.009699271 0.999950826 0.002074451 -1.095505953 0.004212643 -0.002033669 0.999989033 71.396232605\n0.999943614 0.009720817 -0.004280181 0.178682908 -0.009712000 0.999950707 0.002075943 -1.094460607 0.004300150 -0.002034257 0.999988675 71.396987915\n0.999944389 0.009686969 -0.004170503 0.176745772 -0.009678503 0.999951065 0.002045427 -1.094975233 0.004190112 -0.002004949 0.999989212 71.395904541\n0.999943912 0.009719153 -0.004212869 0.177985907 -0.009710461 0.999950707 0.002078667 -1.094011545 0.004232864 -0.002037642 0.999988973 71.396759033\n0.999943674 0.009766689 -0.004161349 0.177023485 -0.009757979 0.999950171 0.002108256 -1.095396280 0.004181732 -0.002067531 0.999989092 71.395767212\n0.999944806 0.009647741 -0.004161467 0.176983640 -0.009639239 0.999951422 0.002058262 -1.095138192 0.004181122 -0.002018035 0.999989212 71.395759583\n0.999943316 0.009801753 -0.004159509 0.176618889 -0.009792776 0.999949694 0.002173126 -1.095581889 0.004180600 -0.002132270 0.999988973 71.396377563\n0.999942362 0.009904704 -0.004143978 0.176755309 -0.009896135 0.999948859 0.002083097 -1.094846845 0.004164399 -0.002041967 0.999989271 71.397056580\n0.999943137 0.009819512 -0.004153473 0.176854536 -0.009810792 0.999949634 0.002114588 -1.095266104 0.004174028 -0.002073719 0.999989152 71.396102905\n0.999943018 0.009840719 -0.004144896 0.176472723 -0.009832050 0.999949455 0.002106987 -1.094498277 0.004165421 -0.002066114 0.999989212 71.396186829\n0.999943197 0.009816581 -0.004144828 0.176473334 -0.009808336 0.999949872 0.002004915 -1.094581008 0.004164302 -0.001964147 0.999989390 71.396545410\n0.999943852 0.009753219 -0.004150057 0.176427975 -0.009744670 0.999950349 0.002075098 -1.095108390 0.004170090 -0.002034541 0.999989212 71.396629333\n0.999943018 0.009826578 -0.004173707 0.175962970 -0.009818001 0.999949634 0.002070646 -1.095124602 0.004193844 -0.002029550 0.999989152 71.396392822\n0.999943256 0.009825065 -0.004120314 0.175358340 -0.009816473 0.999949634 0.002100059 -1.094934464 0.004140740 -0.002059493 0.999989331 71.397872925\n0.999943674 0.009777384 -0.004134957 0.175529808 -0.009768700 0.999950051 0.002115129 -1.095294476 0.004155431 -0.002074617 0.999989212 71.396896362\n0.999943256 0.009800732 -0.004180437 0.176696181 -0.009792105 0.999949872 0.002079178 -1.094907045 0.004200605 -0.002038125 0.999989092 71.396797180\n0.999942720 0.009862274 -0.004165194 0.176210061 -0.009853361 0.999949157 0.002154894 -1.095098734 0.004186235 -0.002113729 0.999989033 71.396064758\n0.999942541 0.009853355 -0.004216034 0.176777810 -0.009845023 0.999949574 0.001992420 -1.094392896 0.004235453 -0.001950798 0.999989152 71.396514893\n0.999943018 0.009799577 -0.004239847 0.177259833 -0.009790813 0.999949872 0.002082991 -1.095342994 0.004260047 -0.002041361 0.999988854 71.395347595\n0.999944031 0.009701634 -0.004225907 0.177464813 -0.009692639 0.999950707 0.002143784 -1.095089316 0.004246498 -0.002102704 0.999988794 71.397697449\n0.999943793 0.009771506 -0.004109241 0.175455436 -0.009763038 0.999950171 0.002075715 -1.095435262 0.004129319 -0.002035479 0.999989390 71.395446777\n0.999943554 0.009755293 -0.004203775 0.177549839 -0.009746472 0.999950290 0.002113675 -1.094781041 0.004224185 -0.002072583 0.999988914 71.396995544\n0.999943316 0.009798759 -0.004164968 0.176650524 -0.009790437 0.999950051 0.002013678 -1.094771504 0.004184491 -0.001972787 0.999989271 71.396705627\n0.999942720 0.009852720 -0.004181178 0.177348062 -0.009844010 0.999949336 0.002098927 -1.095132232 0.004201646 -0.002057647 0.999989033 71.397163391\n0.999943852 0.009753219 -0.004145061 0.175851271 -0.009744361 0.999950230 0.002151779 -1.095561743 0.004165842 -0.002111267 0.999989092 71.394943237\n0.999944031 0.009727482 -0.004162992 0.175707459 -0.009718815 0.999950588 0.002097094 -1.095566630 0.004183186 -0.002056517 0.999989152 71.395355225\n0.999944329 0.009688813 -0.004184381 0.176662534 -0.009680040 0.999950945 0.002111924 -1.095178008 0.004204637 -0.002071301 0.999989033 71.396034241\n0.999944687 0.009691645 -0.004087719 0.175157994 -0.009683490 0.999951065 0.002010322 -1.095129848 0.004107003 -0.001970628 0.999989629 71.396369934\n0.999944150 0.009740781 -0.004095164 0.175598696 -0.009732321 0.999950469 0.002080754 -1.095199704 0.004115229 -0.002040782 0.999989450 71.395477295\n0.999944806 0.009669294 -0.004102726 0.175579265 -0.009660622 0.999951065 0.002128141 -1.095740438 0.004123102 -0.002088389 0.999989331 71.395553589\n0.999944448 0.009676998 -0.004175884 0.176233068 -0.009668132 0.999951005 0.002138090 -1.096157074 0.004196370 -0.002097598 0.999988973 71.395889282\n0.999944150 0.009730273 -0.004119774 0.176714197 -0.009721491 0.999950469 0.002146318 -1.095716357 0.004140455 -0.002106148 0.999989212 71.395332336\n0.999943912 0.009717910 -0.004216227 0.177316144 -0.009709800 0.999951005 0.001939851 -1.094033003 0.004234871 -0.001898803 0.999989212 71.397705078\n0.999943852 0.009731112 -0.004193250 0.176550195 -0.009722749 0.999950707 0.002010340 -1.094455838 0.004212606 -0.001969457 0.999989212 71.395645142\n0.999944031 0.009745262 -0.004117095 0.175969258 -0.009736767 0.999950409 0.002078062 -1.095192671 0.004137143 -0.002037859 0.999989390 71.396492004\n0.999944687 0.009672756 -0.004123752 0.175458640 -0.009665063 0.999951541 0.001881613 -1.093651056 0.004141753 -0.001841652 0.999989748 71.396850586\n0.999944329 0.009684589 -0.004189521 0.176902547 -0.009676212 0.999951184 0.002015069 -1.093779564 0.004208832 -0.001974418 0.999989212 71.396087646\n0.999943435 0.009762106 -0.004216111 0.176823437 -0.009753809 0.999950469 0.001983639 -1.094430447 0.004235267 -0.001942404 0.999989152 71.397560120\n0.999942720 0.009882362 -0.004110240 0.177144453 -0.009874146 0.999949217 0.002014345 -1.093682766 0.004129938 -0.001973645 0.999989510 71.397171021\n0.999943197 0.009788289 -0.004217187 0.177265212 -0.009779523 0.999949992 0.002094296 -1.094680786 0.004237476 -0.002052935 0.999988914 71.397140503\n0.999943554 0.009753711 -0.004211182 0.177194104 -0.009745320 0.999950469 0.002008260 -1.094408154 0.004230561 -0.001967108 0.999989092 71.397651672\n0.999943912 0.009769778 -0.004096393 0.175783530 -0.009761483 0.999950290 0.002040062 -1.094924450 0.004116120 -0.001999960 0.999989510 71.395103455\n0.999944091 0.009770610 -0.004040444 0.174956381 -0.009763002 0.999950528 0.001898494 -1.094079018 0.004058794 -0.001858941 0.999990046 71.396270752\n0.999944746 0.009666408 -0.004128347 0.175732404 -0.009658530 0.999951482 0.001923930 -1.094493151 0.004146744 -0.001883950 0.999989629 71.396385193\n0.999943733 0.009810586 -0.004036260 0.174730629 -0.009802298 0.999949813 0.002068195 -1.094903111 0.004056348 -0.002028513 0.999989688 71.396362305\n0.999943495 0.009812865 -0.004084673 0.175133154 -0.009804514 0.999949813 0.002059491 -1.095040917 0.004104678 -0.002019326 0.999989510 71.395614624\n0.999943495 0.009804574 -0.004115396 0.175318748 -0.009796297 0.999949932 0.002026457 -1.094191909 0.004135058 -0.001986027 0.999989450 71.396621704\n0.999944389 0.009715666 -0.004099873 0.175471678 -0.009707188 0.999950707 0.002082648 -1.095033765 0.004119906 -0.002042734 0.999989450 71.396209717\n0.999942958 0.009852781 -0.004129819 0.175986573 -0.009844370 0.999949455 0.002051945 -1.094811320 0.004149827 -0.002011172 0.999989390 71.395034790\n0.999943793 0.009783510 -0.004084531 0.175664648 -0.009775379 0.999950230 0.002005996 -1.094054461 0.004103953 -0.001965955 0.999989629 71.395256042\n0.999943137 0.009804465 -0.004188668 0.176479235 -0.009796432 0.999950171 0.001933814 -1.093938589 0.004207419 -0.001892670 0.999989331 71.396492004\n0.999942780 0.009811456 -0.004262930 0.177532166 -0.009803155 0.999949992 0.001963973 -1.093598604 0.004281986 -0.001922071 0.999988973 71.395736694\n0.999943495 0.009764312 -0.004209775 0.176737934 -0.009755766 0.999950290 0.002045687 -1.094795942 0.004229540 -0.002004502 0.999989033 71.395446777\n0.999942422 0.009854633 -0.004249339 0.176917657 -0.009846510 0.999949634 0.001928215 -1.094156742 0.004268127 -0.001886263 0.999989092 71.395835876\n0.999942482 0.009821095 -0.004310572 0.177496344 -0.009812701 0.999949932 0.001964145 -1.093321204 0.004329646 -0.001921734 0.999988794 71.396385193\n0.999943614 0.009769126 -0.004167758 0.176304922 -0.009761089 0.999950469 0.001944424 -1.094412088 0.004186547 -0.001903632 0.999989450 71.395187378\n0.999943376 0.009768033 -0.004217706 0.177648172 -0.009759800 0.999950409 0.001968309 -1.094308376 0.004236724 -0.001927033 0.999989152 71.396026611\n0.999944866 0.009683655 -0.004056015 0.175745726 -0.009675403 0.999951065 0.002049285 -1.094833255 0.004075661 -0.002009928 0.999989688 71.395126343\n0.999944031 0.009752356 -0.004102215 0.176098362 -0.009744310 0.999950588 0.001977167 -1.094532490 0.004121294 -0.001937083 0.999989629 71.395179749\n0.999943793 0.009750553 -0.004165962 0.176837608 -0.009742059 0.999950409 0.002054554 -1.094451189 0.004185788 -0.002013854 0.999989212 71.395889282\n0.999943733 0.009806913 -0.004049905 0.174698338 -0.009798881 0.999949992 0.001998586 -1.094824076 0.004069303 -0.001958789 0.999989808 71.395355225\n0.999943852 0.009790340 -0.004058600 0.175799489 -0.009782133 0.999950051 0.002037001 -1.095018029 0.004078340 -0.001997184 0.999989688 71.394973755\n0.999943733 0.009790793 -0.004087451 0.176551789 -0.009782840 0.999950230 0.001961375 -1.093569756 0.004106451 -0.001921278 0.999989748 71.396583557\n0.999942899 0.009815163 -0.004226091 0.177848086 -0.009807354 0.999950171 0.001864517 -1.092641115 0.004244181 -0.001822964 0.999989331 71.397384644\n0.999943793 0.009796568 -0.004052673 0.175387055 -0.009788739 0.999950171 0.001947166 -1.093287110 0.004071547 -0.001907386 0.999989867 71.396751404\n0.999944627 0.009695891 -0.004086578 0.176093876 -0.009688304 0.999951303 0.001872395 -1.093449473 0.004104534 -0.001832699 0.999989867 71.395278931\n0.999944627 0.009743839 -0.003970701 0.174613222 -0.009735906 0.999950588 0.002012287 -1.094044209 0.003990112 -0.001973518 0.999990106 71.395950317\n0.999944270 0.009731648 -0.004096413 0.175651431 -0.009723471 0.999950707 0.002011234 -1.094328880 0.004115784 -0.001971291 0.999989569 71.395202637\n0.999943793 0.009779591 -0.004088733 0.175289035 -0.009772152 0.999950588 0.001835488 -1.093856215 0.004106481 -0.001795430 0.999989927 71.395904541\n0.999940991 0.010089234 -0.004034929 0.175509974 -0.010081920 0.999947488 0.001828969 -1.093040466 0.004053170 -0.001788181 0.999990165 71.396125793\n0.999943137 0.009851847 -0.004083731 0.175273106 -0.009844293 0.999949813 0.001865724 -1.093940735 0.004101907 -0.001825417 0.999989927 71.395889282\n0.999944150 0.009778203 -0.004007989 0.174977660 -0.009770818 0.999950528 0.001858130 -1.093587279 0.004025959 -0.001818865 0.999990225 71.395683289\n0.999942958 0.009885737 -0.004042455 0.175102860 -0.009878383 0.999949515 0.001835166 -1.092901587 0.004060393 -0.001795128 0.999990165 71.396064758\n0.999942839 0.009862053 -0.004124301 0.176546350 -0.009854697 0.999949813 0.001800143 -1.092858076 0.004141847 -0.001759397 0.999989867 71.397247314\n0.999942064 0.009949377 -0.004108388 0.176021531 -0.009941226 0.999948561 0.001999679 -1.094111800 0.004128072 -0.001958721 0.999989569 71.396453857\n0.999944329 0.009680343 -0.004195321 0.176645517 -0.009672210 0.999951303 0.001954692 -1.094329596 0.004214039 -0.001914005 0.999989271 71.396179199\n0.999944329 0.009680734 -0.004195121 0.176897764 -0.009672758 0.999951363 0.001917345 -1.094074488 0.004213478 -0.001876660 0.999989390 71.394836426\n0.999944448 0.009654840 -0.004224594 0.177286059 -0.009646608 0.999951541 0.001964743 -1.094258070 0.004243359 -0.001923881 0.999989152 71.396118164\n0.999943733 0.009729913 -0.004229485 0.177214697 -0.009721796 0.999950886 0.001935513 -1.093903661 0.004248110 -0.001894286 0.999989212 71.396728516\n0.999943674 0.009789596 -0.004097302 0.176476717 -0.009780914 0.999949872 0.002133994 -1.094342828 0.004117988 -0.002093798 0.999989331 71.396667480\n0.999942720 0.009890106 -0.004093459 0.176040247 -0.009881732 0.999949038 0.002060649 -1.094866753 0.004113630 -0.002020081 0.999989510 71.397346497\n0.999943197 0.009848759 -0.004080360 0.174907282 -0.009840621 0.999949574 0.002009765 -1.094309688 0.004099948 -0.001969498 0.999989629 71.395576477\n0.999942303 0.009920691 -0.004125288 0.175746933 -0.009912449 0.999948859 0.002013691 -1.094521046 0.004145054 -0.001972684 0.999989450 71.395225525\n0.999942958 0.009851079 -0.004131622 0.175956577 -0.009843424 0.999949813 0.001868963 -1.093903422 0.004149826 -0.001828187 0.999989748 71.396797180\n0.999944389 0.009746784 -0.004027529 0.175508201 -0.009739083 0.999950707 0.001927449 -1.093724966 0.004046117 -0.001888118 0.999990046 71.395561218\n0.999943852 0.009802125 -0.004026599 0.175422683 -0.009794331 0.999950111 0.001950736 -1.094540477 0.004045519 -0.001911188 0.999989986 71.395050049\n0.999943793 0.009791252 -0.004066061 0.175620481 -0.009783672 0.999950349 0.001880076 -1.093276143 0.004084267 -0.001840190 0.999989986 71.395362854\n0.999942124 0.009947024 -0.004104723 0.176719666 -0.009939215 0.999948740 0.001918377 -1.093341470 0.004123595 -0.001877468 0.999989748 71.396438599\n0.999944329 0.009731810 -0.004083489 0.175979391 -0.009724464 0.999951065 0.001814827 -1.092887163 0.004100950 -0.001775016 0.999989986 71.395736694\n0.999943316 0.009863554 -0.004011271 0.175083116 -0.009855797 0.999949515 0.001949075 -1.093465686 0.004030293 -0.001909430 0.999990046 71.396499634\n0.999943495 0.009827831 -0.004052978 0.175960645 -0.009820266 0.999949992 0.001882292 -1.093086839 0.004071274 -0.001842384 0.999989986 71.396827698\n0.999943793 0.009729769 -0.004212113 0.177111641 -0.009721912 0.999950945 0.001881693 -1.093482852 0.004230215 -0.001840637 0.999989331 71.395820618\n0.999944210 0.009685043 -0.004209878 0.176840842 -0.009676360 0.999951005 0.002078254 -1.094854951 0.004229800 -0.002037402 0.999988973 71.396270752\n0.999943197 0.009786131 -0.004224091 0.177318573 -0.009777872 0.999950230 0.001971414 -1.093955159 0.004243174 -0.001929999 0.999989152 71.396064758\n0.999942899 0.009812933 -0.004234021 0.178219795 -0.009804651 0.999949992 0.001972510 -1.094123483 0.004253165 -0.001930884 0.999989092 71.395675659\n0.999943852 0.009756309 -0.004129748 0.176487938 -0.009747880 0.999950349 0.002056362 -1.094755530 0.004149606 -0.002015990 0.999989331 71.395339966\n0.999944806 0.009613708 -0.004234551 0.176843807 -0.009605753 0.999952078 0.001894807 -1.093836188 0.004252564 -0.001854026 0.999989212 71.395675659\n0.999942541 0.009871727 -0.004174943 0.176928267 -0.009863663 0.999949455 0.001947710 -1.093072057 0.004193959 -0.001906418 0.999989390 71.397392273\n0.999942422 0.009871130 -0.004208939 0.177713677 -0.009863009 0.999949455 0.001945909 -1.093888521 0.004227935 -0.001904284 0.999989271 71.395629883\n0.999942720 0.009825864 -0.004246432 0.176589519 -0.009817534 0.999949872 0.001977979 -1.094295263 0.004265654 -0.001936176 0.999989033 71.395431519\n0.999942303 0.009896478 -0.004177633 0.176242381 -0.009887962 0.999948978 0.002054223 -1.094568968 0.004197749 -0.002012796 0.999989152 71.395141602\n0.999944270 0.009689406 -0.004187526 0.176764205 -0.009681213 0.999951184 0.001972408 -1.094381928 0.004206433 -0.001931758 0.999989271 71.396286011\n0.999943793 0.009765614 -0.004127938 0.176529959 -0.009757311 0.999950349 0.002026625 -1.094280601 0.004147524 -0.001986234 0.999989450 71.397026062\n0.999942064 0.009886456 -0.004258892 0.177126169 -0.009877813 0.999949098 0.002045584 -1.094748139 0.004278899 -0.002003397 0.999988854 71.396461487\n0.999942839 0.009840687 -0.004176340 0.176984206 -0.009832658 0.999949753 0.001938821 -1.093813777 0.004195209 -0.001897646 0.999989390 71.396461487\n0.999944389 0.009676826 -0.004190967 0.177299842 -0.009667968 0.999951005 0.002128741 -1.094882607 0.004211361 -0.002088104 0.999988973 71.397468567\n0.999942958 0.009840942 -0.004152386 0.176485360 -0.009832943 0.999949753 0.001942236 -1.094014406 0.004171291 -0.001901295 0.999989510 71.397270203\n0.999942422 0.009918564 -0.004093972 0.175935522 -0.009910508 0.999948919 0.001983188 -1.093420506 0.004113433 -0.001942501 0.999989629 71.398216248\n0.999942303 0.009902500 -0.004157943 0.176092699 -0.009894199 0.999949038 0.002012253 -1.094721437 0.004177657 -0.001970997 0.999989331 71.395385742\n0.999942005 0.009927094 -0.004180869 0.176246181 -0.009918942 0.999948859 0.001966066 -1.094336271 0.004200173 -0.001924482 0.999989331 71.396377563\n0.999942899 0.009825489 -0.004195475 0.176435784 -0.009816652 0.999949574 0.002121747 -1.095578671 0.004216111 -0.002080440 0.999988973 71.396659851\n0.999942422 0.009895781 -0.004145630 0.175835893 -0.009887646 0.999949157 0.001978223 -1.094141841 0.004164995 -0.001937119 0.999989450 71.395904541\n0.999942601 0.009864199 -0.004187474 0.175878376 -0.009855769 0.999949396 0.002029155 -1.094211459 0.004207278 -0.001987768 0.999989152 71.396148682\n0.999942958 0.009802908 -0.004245823 0.176630408 -0.009794620 0.999950111 0.001968402 -1.094146371 0.004264907 -0.001926704 0.999989033 71.395988464\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_29/2011_09_29_drive_0004_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999998927 0.000459177 0.001392669 0.001914199 -0.000458471 0.999999762 -0.000506734 -0.019142983 -0.001392901 0.000506095 0.999998927 1.624606371\n0.999995112 0.000646367 0.003061938 0.003617143 -0.000645463 0.999999762 -0.000296198 -0.038409412 -0.003062129 0.000294220 0.999995291 3.240778208\n0.999988437 0.001273494 0.004641631 0.014749145 -0.001275757 0.999999046 0.000484714 -0.056857839 -0.004641009 -0.000490630 0.999989092 4.868747711\n0.999977529 0.001709417 0.006478040 0.035363331 -0.001714610 0.999998212 0.000796195 -0.071974501 -0.006476668 -0.000807285 0.999978721 6.492489815\n0.999954939 0.002130149 0.009251753 0.050611109 -0.002137783 0.999997377 0.000815283 -0.092864268 -0.009249992 -0.000835024 0.999956846 8.102377892\n0.999919057 0.002933443 0.012380050 0.066498086 -0.002953393 0.999994397 0.001593489 -0.109195635 -0.012375306 -0.001629923 0.999922097 9.714945793\n0.999888420 0.001822223 0.014825257 0.092203729 -0.001861758 0.999994755 0.002653406 -0.121807992 -0.014820344 -0.002680711 0.999886572 11.322687149\n0.999863863 0.000768239 0.016483095 0.112734661 -0.000822724 0.999994218 0.003298947 -0.139856756 -0.016480464 -0.003312059 0.999858677 12.964330673\n0.999830961 -0.000827532 0.018369079 0.147290602 0.000759568 0.999992847 0.003706577 -0.156157166 -0.018372014 -0.003691997 0.999824405 14.570745468\n0.999802947 -0.000450750 0.019845325 0.184717089 0.000370109 0.999991655 0.004066923 -0.179288045 -0.019846993 -0.004058776 0.999794781 16.186397552\n0.999765158 -0.001668563 0.021607334 0.223454118 0.001583420 0.999990940 0.003956941 -0.193530738 -0.021613739 -0.003921799 0.999758720 17.789976120\n0.999724805 -0.002062249 0.023368126 0.265843034 0.002017764 0.999996126 0.001927060 -0.206503436 -0.023372009 -0.001879378 0.999725044 19.381023407\n0.999684930 -0.001038633 0.025078479 0.316823632 0.000993349 0.999997854 0.001818091 -0.222872585 -0.025080314 -0.001792606 0.999683857 21.005813599\n0.999650657 -0.000583810 0.026425030 0.368346453 0.000502577 0.999995112 0.003080646 -0.237696618 -0.026426699 -0.003066289 0.999646068 22.601217270\n0.999606490 -0.000199900 0.028051049 0.398596019 0.000105193 0.999994278 0.003377687 -0.264022112 -0.028051563 -0.003373408 0.999600768 24.209308624\n0.999578774 -0.000533161 0.029017756 0.454088330 0.000489912 0.999998748 0.001497532 -0.279932797 -0.029018518 -0.001482685 0.999577761 25.812604904\n0.999559343 -0.001059894 0.029665498 0.513234794 0.001073694 0.999999344 -0.000449262 -0.296546012 -0.029665001 0.000480916 0.999559760 27.404258728\n0.999527633 -0.001100482 0.030713333 0.562496185 0.001120698 0.999999166 -0.000641005 -0.320326746 -0.030712603 0.000675122 0.999528050 29.003471375\n0.999510586 -0.001288900 0.031255439 0.626861811 0.001258946 0.999998748 0.000978017 -0.336821795 -0.031256661 -0.000938189 0.999510944 30.606229782\n0.999483585 -0.001065166 0.032116096 0.685824454 0.000953509 0.999993443 0.003491781 -0.356658846 -0.032119606 -0.003459355 0.999478042 32.200717926\n0.999448478 -0.001434292 0.033177037 0.741304934 0.001278071 0.999988019 0.004729413 -0.371361852 -0.033183422 -0.004684402 0.999438286 33.784244537\n0.999418437 -0.001950110 0.034043454 0.802068949 0.001804822 0.999989152 0.004297939 -0.386135399 -0.034051467 -0.004233997 0.999411106 35.359916687\n0.999392211 -0.002685132 0.034756232 0.860033572 0.002573818 0.999991417 0.003247062 -0.403024882 -0.034764655 -0.003155632 0.999390543 36.939735413\n0.999364972 -0.002088771 0.035570186 0.925617397 0.002023511 0.999996185 0.001870599 -0.423806101 -0.035573956 -0.001797435 0.999365449 38.501636505\n0.999325991 -0.001875404 0.036661331 0.986790597 0.001858257 0.999998152 0.000501780 -0.442426831 -0.036662206 -0.000433316 0.999327600 40.058830261\n0.999247789 -0.000265144 0.038779233 1.045172691 0.000280543 0.999999881 -0.000391645 -0.464960635 -0.038779125 0.000402229 0.999247730 41.616809845\n0.999138534 0.000986991 0.041487247 1.109665275 -0.000962719 0.999999344 -0.000605014 -0.485268533 -0.041487817 0.000564553 0.999138832 43.179100037\n0.999054015 0.001393652 0.043463916 1.180008054 -0.001375960 0.999998987 -0.000436952 -0.506909192 -0.043464482 0.000376734 0.999054909 44.730781555\n0.998974204 0.001455995 0.045259699 1.247005939 -0.001470693 0.999998868 0.000291461 -0.523729384 -0.045259222 -0.000357725 0.998975217 46.278923035\n0.998879433 0.002012327 0.047284100 1.315923691 -0.002100071 0.999996185 0.001806082 -0.539186597 -0.047280286 -0.001903358 0.998879850 47.804534912\n0.998767138 0.002046008 0.049597986 1.402166247 -0.002191413 0.999993443 0.002877468 -0.562577128 -0.049591776 -0.002982610 0.998765111 49.358486176\n0.998669267 0.002113182 0.051529355 1.495380282 -0.002304832 0.999990642 0.003660091 -0.577175319 -0.051521137 -0.003773987 0.998664796 50.879714966\n0.998495221 0.002317541 0.054789618 1.575105667 -0.002501412 0.999991477 0.003287616 -0.597236574 -0.054781534 -0.003419720 0.998492479 52.376804352\n0.998367965 0.003021256 0.057028905 1.662018299 -0.003165499 0.999992013 0.002439137 -0.610587418 -0.057021078 -0.002615681 0.998369575 53.893142700\n0.998267770 0.001481578 0.058815114 1.760941267 -0.001588408 0.999997199 0.001769673 -0.627656817 -0.058812328 -0.001860030 0.998267353 55.398262024\n0.998173535 0.001122856 0.060401581 1.859210730 -0.001204805 0.999998391 0.001320337 -0.647184730 -0.060400002 -0.001390697 0.998173296 56.910686493\n0.998081088 0.002222939 0.061881002 1.956079006 -0.002258389 0.999997318 0.000502940 -0.658695102 -0.061879721 -0.000641726 0.998083413 58.421989441\n0.997965693 0.002263204 0.063712716 2.053766251 -0.002259647 0.999997437 -0.000127886 -0.680258572 -0.063712835 -0.000016342 0.997968256 59.922050476\n0.997863829 0.003584470 0.065230064 2.158889055 -0.003526153 0.999993265 -0.001009139 -0.695568442 -0.065233245 0.000776972 0.997869730 61.420413971\n0.997739017 0.003880930 0.067095064 2.255939245 -0.003892760 0.999992430 0.000045578 -0.723079205 -0.067094378 -0.000306660 0.997746587 62.939281464\n0.997652352 0.003094780 0.068412326 2.371615410 -0.003223808 0.999993205 0.001775707 -0.732231796 -0.068406366 -0.001992087 0.997655571 64.418579102\n0.997524321 0.001424130 0.070307545 2.476480722 -0.001641051 0.999994099 0.003027662 -0.752711356 -0.070302814 -0.003135545 0.997520745 65.929565430\n0.997440457 0.001534457 0.071485862 2.601356506 -0.001688448 0.999996364 0.002093774 -0.762580276 -0.071482390 -0.002209115 0.997439444 67.409896851\n0.997276545 0.002640211 0.073705606 2.713656187 -0.002699315 0.999996126 0.000702278 -0.775238276 -0.073703468 -0.000899320 0.997279823 68.888938904\n0.997037172 0.003174988 0.076855876 2.836119652 -0.003245902 0.999994397 0.000797788 -0.793828309 -0.076852910 -0.001044891 0.997041881 70.408279419\n0.996805012 0.003610290 0.079791851 2.964292526 -0.003615465 0.999993443 -0.000079613 -0.807788491 -0.079791620 -0.000209126 0.996811569 71.904197693\n0.996547520 0.004502288 0.082902387 3.085472822 -0.004440632 0.999989688 -0.000928087 -0.832107902 -0.082905710 0.000556744 0.996557236 73.379264832\n0.996349990 0.004512724 0.085242964 3.213749409 -0.004370255 0.999988735 -0.001857854 -0.852042139 -0.085250385 0.001478539 0.996358454 74.852409363\n0.996183753 0.004139023 0.087182537 3.352787018 -0.003978170 0.999990046 -0.002018683 -0.865351319 -0.087190025 0.001664153 0.996190310 76.337646484\n0.996039152 0.003455001 0.088848352 3.495061159 -0.003427930 0.999994040 -0.000457268 -0.890663028 -0.088849403 0.000150891 0.996045053 77.819992065\n0.995860398 0.001768593 0.090878956 3.629236460 -0.001834107 0.999998093 0.000637382 -0.912227690 -0.090877660 -0.000801425 0.995861769 79.293861389\n0.995694518 0.001255348 0.092687137 3.768955946 -0.001291104 0.999999106 0.000325814 -0.932982266 -0.092686646 -0.000444080 0.995695233 80.765235901\n0.995585978 0.000618387 0.093852185 3.921546221 -0.000530106 0.999999404 -0.000965567 -0.951803386 -0.093852729 0.000911553 0.995585680 82.252304077\n0.995449960 0.000571686 0.095283993 4.056910038 -0.000512211 0.999999642 -0.000648651 -0.968191087 -0.095284335 0.000596894 0.995449901 83.717605591\n0.995302618 0.000622062 0.096810922 4.203378201 -0.000781047 0.999998391 0.001604335 -0.996364057 -0.096809775 -0.001672413 0.995301485 85.212501526\n0.995172441 -0.000371748 0.098141097 4.344169617 -0.000078715 0.999989510 0.004586036 -1.014325619 -0.098141775 -0.004571622 0.995161951 86.685775757\n0.995089233 -0.001164057 0.098975167 4.504976273 0.000589882 0.999982834 0.005830266 -1.032827973 -0.098980248 -0.005743251 0.995072842 88.158630371\n0.995008886 -0.001960535 0.099767305 4.662889004 0.001412970 0.999983549 0.005558792 -1.042393923 -0.099776559 -0.005390079 0.994995296 89.628776550\n0.994853258 -0.002637362 0.101292081 4.799398422 0.002274727 0.999990582 0.003695428 -1.054531813 -0.101300873 -0.003445997 0.994849861 91.077499390\n0.994752705 -0.001668473 0.102295212 4.950410366 0.001461953 0.999996722 0.002093796 -1.067412496 -0.102298371 -0.001933258 0.994751871 92.534118652\n0.994620323 -0.001554020 0.103576250 5.102478027 0.001536326 0.999998808 0.000250610 -1.081170440 -0.103576511 -0.000090135 0.994621456 93.999549866\n0.994548917 -0.001089810 0.104265079 5.261393547 0.001273267 0.999997735 -0.001692979 -1.101995945 -0.104263000 0.001816508 0.994548082 95.450294495\n0.994443476 -0.001543184 0.105260484 5.420623302 0.001894647 0.999992967 -0.003239073 -1.122149229 -0.105254747 0.003420506 0.994439423 96.896156311\n0.994366109 -0.001996128 0.105981581 5.576398849 0.002399302 0.999990344 -0.003676828 -1.148908973 -0.105973221 0.003910395 0.994361281 98.339256287\n0.994263053 -0.002436011 0.106935009 5.738390923 0.002738532 0.999992669 -0.002682261 -1.168651581 -0.106927685 0.002959718 0.994262397 99.790985107\n0.994060695 -0.000724366 0.108824849 5.887269974 0.000879471 0.999998689 -0.001377283 -1.186789632 -0.108823709 0.001464812 0.994059980 101.239028931\n0.993735552 -0.001281263 0.111749932 6.054001331 0.001333741 0.999999046 -0.000394842 -1.204837918 -0.111749314 0.000541414 0.993736267 102.669219971\n0.993473768 -0.000760056 0.114058107 6.210895538 0.000820677 0.999999523 -0.000484540 -1.225724101 -0.114057690 0.000574982 0.993473947 104.071350098\n0.993270695 -0.002316957 0.115792900 6.370038033 0.002370533 0.999997139 -0.000324986 -1.242706299 -0.115791820 0.000597290 0.993273318 105.478591919\n0.993201017 -0.004088199 0.116340384 6.540789604 0.004106779 0.999991536 0.000080004 -1.265937805 -0.116339728 0.000398324 0.993209422 106.862503052\n0.993107557 -0.004872395 0.117105372 6.708256721 0.004884018 0.999988079 0.000187708 -1.287030101 -0.117104888 0.000385530 0.993119478 108.241935730\n0.992948651 -0.003992337 0.118478075 6.866627693 0.003964908 0.999992013 0.000467222 -1.306036830 -0.118478999 0.000005828 0.992956579 109.601562500\n0.992827058 -0.003363613 0.119511850 7.025588989 0.003343331 0.999994338 0.000370215 -1.333429456 -0.119512416 0.000032009 0.992832720 110.938446045\n0.992644966 -0.002774994 0.121029906 7.186135292 0.002791937 0.999996126 0.000029585 -1.354424834 -0.121029511 0.000308541 0.992648840 112.272216797\n0.992381692 -0.001392554 0.123193629 7.350442410 0.001302208 0.999998808 0.000813884 -1.380476356 -0.123194613 -0.000647260 0.992382348 113.593696594\n0.992127240 -0.001246472 0.125227690 7.518856525 0.000974506 0.999997020 0.002233005 -1.398338437 -0.125230089 -0.002093390 0.992125511 114.894165039\n0.991924047 -0.003466810 0.126785755 7.687224865 0.002830110 0.999982476 0.005201647 -1.419778824 -0.126801565 -0.004800821 0.991916478 116.169929504\n0.991729379 -0.005292839 0.128237307 7.855147839 0.004593783 0.999972939 0.005746428 -1.441060305 -0.128264248 -0.005109807 0.991726875 117.448440552\n0.991502762 -0.006069981 0.129943818 8.015063286 0.005602891 0.999976456 0.003959834 -1.456814647 -0.129964799 -0.003198125 0.991513431 118.679672241\n0.991339684 -0.006481269 0.131162405 8.176025391 0.006196780 0.999977469 0.002577027 -1.483276844 -0.131176159 -0.001741924 0.991357565 119.893737793\n0.991104245 -0.006292431 0.132939100 8.336008072 0.006154695 0.999980032 0.001446987 -1.502501249 -0.132945552 -0.000615915 0.991123140 121.092018127\n0.990892529 -0.005613855 0.134538203 8.498023033 0.005498244 0.999984145 0.001230856 -1.526159763 -0.134542987 -0.000479922 0.990907669 122.270469666\n0.990674853 -0.005230799 0.136146680 8.662416458 0.005232393 0.999986231 0.000346146 -1.542817593 -0.136146620 0.000369455 0.990688622 123.435920715\n0.990469277 -0.005756270 0.137613341 8.827830315 0.005773860 0.999983311 0.000271362 -1.564699292 -0.137612596 0.000525784 0.990485966 124.586036682\n0.990289688 -0.005338266 0.138916671 8.990052223 0.005342083 0.999985695 0.000345392 -1.586242437 -0.138916522 0.000400066 0.990303993 125.717475891\n0.990123451 -0.006619324 0.140041918 9.159207344 0.006701997 0.999977529 -0.000118738 -1.602095604 -0.140037984 0.001056125 0.990145564 126.848182678\n0.989923179 -0.006410999 0.141460195 9.311574936 0.006465584 0.999979079 0.000073761 -1.619688034 -0.141457707 0.000841605 0.989943922 127.968666077\n0.989747107 -0.006300522 0.142691761 9.468939781 0.006312730 0.999980032 0.000367154 -1.636529565 -0.142691225 0.000537385 0.989767134 129.085845947\n0.989607334 -0.006925012 0.143629402 9.630856514 0.006747448 0.999975741 0.001723327 -1.652905822 -0.143637851 -0.000736285 0.989630044 130.179382324\n0.989385545 -0.006358057 0.145175040 9.784641266 0.006029280 0.999978185 0.002704566 -1.669781804 -0.145189062 -0.001800557 0.989402294 131.255310059\n0.989236712 -0.005211919 0.146231353 9.944667816 0.004866162 0.999984443 0.002722068 -1.679997325 -0.146243259 -0.001981184 0.989246666 132.327346802\n0.989106119 -0.004986812 0.147119716 10.106831551 0.004689630 0.999986231 0.002366791 -1.695631385 -0.147129491 -0.001651070 0.989115834 133.379440308\n0.988929927 -0.005889231 0.148266330 10.265673637 0.005762168 0.999982595 0.001286522 -1.710233927 -0.148271322 -0.000417944 0.988946617 134.442779541\n0.988742590 -0.005747765 0.149515986 10.428967476 0.005771121 0.999983311 0.000277667 -1.723468423 -0.149515092 0.000588333 0.988759279 135.497558594\n0.988573611 -0.006778479 0.150586456 10.589625359 0.006889242 0.999976218 -0.000213865 -1.739180565 -0.150581419 0.001248848 0.988596797 136.540267944\n0.988447309 -0.006910705 0.151407316 10.758969307 0.006976457 0.999975681 0.000096938 -1.756283402 -0.151404306 0.000960469 0.988471448 137.589263916\n0.988329649 -0.007727934 0.152134150 10.926280975 0.007852765 0.999969125 -0.000219708 -1.767632365 -0.152127758 0.001411818 0.988359809 138.627151489\n0.988178432 -0.007978243 0.153100401 11.091129303 0.008154063 0.999966621 -0.000520526 -1.781991720 -0.153091148 0.001762763 0.988210499 139.662704468\n0.988044739 -0.008129648 0.153952986 11.255832672 0.008471144 0.999962926 -0.001562320 -1.795402050 -0.153934568 0.002847800 0.988076925 140.693008423\n0.987905264 -0.007857375 0.154859602 11.421188354 0.008266172 0.999963820 -0.001996029 -1.813070297 -0.154838324 0.003251984 0.987934470 141.720596313\n0.987818301 -0.007992408 0.155406177 11.587377548 0.008384513 0.999963105 -0.001867767 -1.828853250 -0.155385509 0.003148019 0.987848878 142.741546631\n0.987726450 -0.007963795 0.155990481 11.748196602 0.008436034 0.999961615 -0.002365560 -1.846338511 -0.155965656 0.003652467 0.987755716 143.798553467\n0.987691879 -0.007335224 0.156239972 11.917996407 0.007905511 0.999964178 -0.003028983 -1.864051223 -0.156212151 0.004226859 0.987714469 144.809738159\n0.987494111 -0.006679318 0.157514200 12.062379837 0.007325677 0.999966979 -0.003523271 -1.882613063 -0.157485470 0.004633108 0.987510443 145.806213379\n0.987398565 -0.006558609 0.158117056 12.219051361 0.006971318 0.999973595 -0.002055654 -1.900165081 -0.158099398 0.003132034 0.987418234 146.805252075\n0.987235308 -0.006266355 0.159145072 12.375329018 0.006355402 0.999979794 -0.000050572 -1.913712859 -0.159141541 0.001061358 0.987255216 147.792480469\n0.987077832 -0.006513209 0.160109296 12.539198875 0.006392037 0.999978781 0.001271833 -1.929167390 -0.160114169 -0.000231974 0.987098455 148.755447388\n0.986896813 -0.007837895 0.161162093 12.699043274 0.007562861 0.999968708 0.002319938 -1.941988349 -0.161175236 -0.001070693 0.986925244 149.719863892\n0.986672342 -0.008911761 0.162475318 12.857645035 0.008512136 0.999958813 0.003155592 -1.956904173 -0.162496746 -0.001730523 0.986707568 150.649734497\n0.986451089 -0.010198384 0.163738295 13.013453484 0.009726826 0.999945939 0.003681446 -1.968644261 -0.163766980 -0.002038912 0.986496925 151.570877075\n0.986231565 -0.010639700 0.165027440 13.166656494 0.010259498 0.999942362 0.003156119 -1.978789330 -0.165051520 -0.001419565 0.986283898 152.477661133\n0.986034930 -0.011712996 0.166126296 13.321295738 0.011332707 0.999930561 0.003236920 -1.989509463 -0.166152671 -0.001309055 0.986099184 153.387496948\n0.985851705 -0.012749503 0.167134419 13.473768234 0.012367265 0.999917984 0.003327675 -1.996209741 -0.167163134 -0.001213598 0.985928476 154.262649536\n0.985697210 -0.013153106 0.168011844 13.620615959 0.012627998 0.999911487 0.004193505 -2.016270876 -0.168052122 -0.002011873 0.985776067 155.116973877\n0.985556602 -0.012954495 0.168850303 13.765990257 0.012415279 0.999913871 0.004248851 -2.028495073 -0.168890804 -0.002091159 0.985632539 155.956588745\n0.985458076 -0.012607192 0.169450343 13.904735565 0.012090043 0.999918580 0.004083405 -2.039720774 -0.169488013 -0.001975362 0.985530257 156.767623901\n0.985324383 -0.012649532 0.170222938 14.045432091 0.012242226 0.999919116 0.003442228 -2.044310093 -0.170252725 -0.001307804 0.985399544 157.567077637\n0.985193253 -0.011851476 0.171037391 14.183148384 0.011472824 0.999929070 0.003202141 -2.054076672 -0.171063215 -0.001192446 0.985259354 158.348724365\n0.985094845 -0.011523430 0.171625763 14.319488525 0.011131829 0.999932766 0.003243970 -2.065830946 -0.171651602 -0.001285109 0.985156894 159.107284546\n0.984917462 -0.010732536 0.172691494 14.450506210 0.010352563 0.999941587 0.003100842 -2.077051640 -0.172714695 -0.001266274 0.984971106 159.852569580\n0.984784245 -0.010824838 0.173443809 14.582798004 0.010507465 0.999940991 0.002747939 -2.086344242 -0.173463330 -0.000883672 0.984839916 160.565795898\n0.984612763 -0.010677200 0.174423978 14.702510834 0.010292659 0.999942183 0.003109088 -2.095363617 -0.174447089 -0.001265961 0.984665751 161.261535645\n0.984434187 -0.010862823 0.175417423 14.819530487 0.010424819 0.999939799 0.003418248 -2.105096102 -0.175444007 -0.001536345 0.984488189 161.937622070\n0.984263837 -0.010246876 0.176407918 14.938214302 0.009779162 0.999945998 0.003520515 -2.112396955 -0.176434457 -0.001739994 0.984310865 162.588302612\n0.983982086 -0.010827924 0.177938357 15.056427956 0.010228966 0.999938488 0.004283162 -2.123734474 -0.177973792 -0.002394429 0.984032333 163.223861694\n0.983683467 -0.010826649 0.179581895 15.166196823 0.010222891 0.999938548 0.004287152 -2.132531166 -0.179617286 -0.002381354 0.983733654 163.832931519\n0.983420193 -0.010402345 0.181042895 15.273770332 0.009846902 0.999943674 0.003966559 -2.142358303 -0.181073964 -0.002118083 0.983467221 164.424484253\n0.983236134 -0.009062327 0.182111368 15.385386467 0.008655357 0.999957979 0.003029385 -2.148531914 -0.182131171 -0.001402362 0.983273268 165.007720947\n0.982996404 -0.009288878 0.183389664 15.495099068 0.009097673 0.999956846 0.001883951 -2.157179594 -0.183399245 -0.000183498 0.983038485 165.590133667\n0.982787073 -0.009665919 0.184488744 15.604579926 0.009786442 0.999952078 0.000257296 -2.164501190 -0.184482381 0.001552621 0.982834578 166.161026001\n0.982554972 -0.009667396 0.185720980 15.710408211 0.009912034 0.999950826 -0.000388753 -2.177591324 -0.185708076 0.002222843 0.982602417 166.726501465\n0.982310057 -0.009788306 0.187005669 15.826031685 0.010064914 0.999949217 -0.000529699 -2.183799982 -0.186990976 0.002402525 0.982358694 167.288452148\n0.982059121 -0.009055203 0.188355625 15.930946350 0.009425518 0.999954998 -0.001070426 -2.193348408 -0.188337460 0.002826571 0.982100308 167.843185425\n0.981860816 -0.008415310 0.189416230 16.041494370 0.008878795 0.999959290 -0.001598458 -2.200633764 -0.189395070 0.003251251 0.981895566 168.407028198\n0.981701612 -0.008508737 0.190235376 16.155799866 0.008910296 0.999959528 -0.001255598 -2.208166838 -0.190216988 0.002927676 0.981737733 168.957962036\n0.981449246 -0.008340619 0.191540480 16.264234543 0.008794568 0.999960184 -0.001519968 -2.214054108 -0.191520169 0.003176287 0.981483519 169.521057129\n0.981299877 -0.008241215 0.192308784 16.383407593 0.008805119 0.999959052 -0.002077825 -2.221665621 -0.192283794 0.003732271 0.981332242 170.078628540\n0.981110573 -0.007425265 0.193305328 16.489604950 0.008005551 0.999965489 -0.002220949 -2.226989269 -0.193282157 0.003726512 0.981136143 170.629959106\n0.980873227 -0.007342061 0.194509268 16.592811584 0.007995454 0.999964714 -0.002574295 -2.236147642 -0.194483504 0.004080247 0.980897307 171.177993774\n0.980712175 -0.008036911 0.195292279 16.713478088 0.008773933 0.999957263 -0.002909148 -2.246717691 -0.195260555 0.004566518 0.980740786 171.726638794\n0.980542600 -0.008158462 0.196136937 16.824636459 0.009093062 0.999951184 -0.003865009 -2.248885155 -0.196095839 0.005573292 0.980568886 172.264266968\n0.980391502 -0.007908201 0.196900949 16.935174942 0.008832414 0.999953687 -0.003816074 -2.257951021 -0.196861655 0.005480357 0.980415940 172.809036255\n0.980225027 -0.007413602 0.197747037 17.044847488 0.008330303 0.999958038 -0.003804256 -2.268192291 -0.197710544 0.005376319 0.980245709 173.343353271\n0.980058372 -0.007261501 0.198577002 17.153434753 0.008121367 0.999960840 -0.003516005 -2.275406361 -0.198543683 0.005058606 0.980078995 173.877868652\n0.979943216 -0.007900267 0.199120179 17.263645172 0.008735023 0.999956369 -0.003314101 -2.280478239 -0.199085295 0.004986950 0.979969501 174.399307251\n0.979829550 -0.008983959 0.199633092 17.382316589 0.009892417 0.999944746 -0.003553614 -2.292442083 -0.199590147 0.005456789 0.979864299 174.936080933\n0.979734421 -0.009431011 0.200078845 17.487974167 0.010384376 0.999939203 -0.003716004 -2.300451040 -0.200031623 0.005718391 0.979772747 175.452499390\n0.979617119 -0.009221092 0.200662196 17.594190598 0.010164053 0.999941587 -0.003669486 -2.313404560 -0.200616643 0.005634232 0.979653597 175.979461670\n0.979510069 -0.008966723 0.201195344 17.698390961 0.009946797 0.999943078 -0.003860802 -2.317723274 -0.201149270 0.005782944 0.979543507 176.492294312\n0.979455471 -0.008947126 0.201462016 17.800638199 0.009955285 0.999942482 -0.003991559 -2.325241089 -0.201414719 0.005915166 0.979488194 176.996078491\n0.979341924 -0.010065500 0.201960459 17.907728195 0.011035742 0.999932349 -0.003678672 -2.333764315 -0.201909766 0.005831461 0.979386747 177.505187988\n0.979304671 -0.010528070 0.202117637 18.013513565 0.011316919 0.999932170 -0.002747683 -2.347614288 -0.202075005 0.004978168 0.979357421 178.007888794\n0.979272008 -0.010672938 0.202268213 18.130798340 0.011541032 0.999928534 -0.003112871 -2.352802753 -0.202220544 0.005382732 0.979325235 178.523254395\n0.979121387 -0.010498144 0.203005105 18.222026825 0.011439795 0.999928534 -0.003465700 -2.363632441 -0.202954218 0.005715678 0.979171574 179.022232056\n0.979144871 -0.010978210 0.202866375 18.331033707 0.011904298 0.999923527 -0.003345366 -2.375329018 -0.202814132 0.005690579 0.979200721 179.514007568\n0.979156077 -0.010487597 0.202838406 18.439077377 0.011549249 0.999925077 -0.004051036 -2.378515244 -0.202780724 0.006309228 0.979203820 180.020263672\n0.979290426 -0.010579846 0.202183902 18.535997391 0.011760600 0.999920070 -0.004639552 -2.390509844 -0.202118650 0.006921272 0.979336560 180.502655029\n0.979367018 -0.010967690 0.201791763 18.653644562 0.012396365 0.999906242 -0.005817532 -2.393375874 -0.201709032 0.008198983 0.979411185 181.033096313\n0.979486465 -0.010542270 0.201234028 18.758314133 0.011965536 0.999911249 -0.005857589 -2.398674011 -0.201154411 0.008145302 0.979525685 181.532470703\n0.979541183 -0.009823280 0.201003894 18.856571198 0.011302432 0.999916852 -0.006212489 -2.413489342 -0.200926140 0.008357221 0.979570746 182.030029297\n0.979565978 -0.009087197 0.200917795 18.958606720 0.010688111 0.999919176 -0.006884648 -2.421528101 -0.200838998 0.008891398 0.979583919 182.535415649\n0.979504228 -0.008921929 0.201225922 19.063362122 0.010736877 0.999910891 -0.007929807 -2.429165125 -0.201137245 0.009927817 0.979512751 183.027450562\n0.979526103 -0.009198258 0.201106951 19.171281815 0.011126437 0.999902308 -0.008459562 -2.439992905 -0.201009497 0.010523967 0.979532778 183.532226562\n0.979491055 -0.009654170 0.201256290 19.274965286 0.011560871 0.999898732 -0.008300750 -2.448475599 -0.201155767 0.010457208 0.979503453 184.034881592\n0.979471505 -0.009222507 0.201371491 19.385158539 0.011138208 0.999902844 -0.008382254 -2.456716537 -0.201274619 0.010453097 0.979479074 184.543746948\n0.979372680 -0.008944926 0.201864183 19.484546661 0.011005896 0.999898136 -0.009089571 -2.466809988 -0.201762304 0.011123775 0.979371369 185.048080444\n0.979315758 -0.009066868 0.202134743 19.595636368 0.011214347 0.999892175 -0.009481281 -2.476585150 -0.202026978 0.011551977 0.979311824 185.574279785\n0.979456067 -0.009265196 0.201444626 19.711618423 0.011312033 0.999895394 -0.009011971 -2.488980532 -0.201340064 0.011105577 0.979458451 186.078750610\n0.979532003 -0.009843862 0.201047689 19.820930481 0.011855531 0.999890983 -0.008804292 -2.501470804 -0.200939104 0.011007613 0.979541898 186.591918945\n0.979501069 -0.009654360 0.201207459 19.935121536 0.011672839 0.999892712 -0.008847750 -2.514505863 -0.201100454 0.011015043 0.979508698 187.118087769\n0.979346812 -0.007955478 0.202030897 20.033662796 0.009900370 0.999913871 -0.008618004 -2.518637657 -0.201944932 0.010440195 0.979341209 187.636245728\n0.979337335 -0.008729586 0.202045053 20.146455765 0.010483881 0.999916077 -0.007614151 -2.525774956 -0.201961637 0.009575038 0.979346633 188.157180786\n0.979338765 -0.008835412 0.202033505 20.256870270 0.010486274 0.999919772 -0.007102346 -2.538654566 -0.201954558 0.009074181 0.979352832 188.675720215\n0.979249060 -0.008828827 0.202468216 20.360195160 0.010361208 0.999925137 -0.006509841 -2.548765421 -0.202395588 0.008472571 0.979267180 189.189895630\n0.979266405 -0.009573292 0.202350423 20.472557068 0.011065754 0.999919295 -0.006245610 -2.564327717 -0.202274293 0.008355276 0.979293287 189.710586548\n0.979307890 -0.007793881 0.202225968 20.584249496 0.009268994 0.999936879 -0.006348399 -2.569089174 -0.202163726 0.008091469 0.979318321 190.218719482\n0.979161322 -0.008103140 0.202922255 20.691623688 0.009417095 0.999940455 -0.005510472 -2.585370779 -0.202865526 0.007306580 0.979179323 190.743743896\n0.978917420 -0.006901983 0.204139858 20.792892456 0.008298901 0.999947608 -0.005987647 -2.586318254 -0.204087839 0.007555548 0.978923440 191.260574341\n0.978581071 -0.006154548 0.205769941 20.898363113 0.007701091 0.999947786 -0.006715822 -2.592715979 -0.205717862 0.008156629 0.978577375 191.778640747\n0.978433073 -0.006800636 0.206452101 21.011903763 0.008362085 0.999942660 -0.006691593 -2.614726305 -0.206394762 0.008273645 0.978433847 192.277221680\n0.978172958 -0.007583305 0.207654014 21.122474670 0.009260985 0.999931872 -0.007108250 -2.629947186 -0.207585961 0.008876178 0.978176534 192.784927368\n0.977983415 -0.006427973 0.208583608 21.244087219 0.008466361 0.999924719 -0.008881194 -2.636456490 -0.208510816 0.010451604 0.977964222 193.297912598\n0.977598965 -0.004371332 0.210430995 21.339775085 0.006904589 0.999912262 -0.011305229 -2.638608217 -0.210363105 0.012504919 0.977543354 193.812759399\n0.977512896 -0.003750630 0.210842222 21.454986572 0.006433930 0.999906778 -0.012042036 -2.651839733 -0.210777402 0.013127790 0.977445960 194.299560547\n0.977294981 -0.003534361 0.211853728 21.562492371 0.006116416 0.999914765 -0.011533822 -2.664298296 -0.211794913 0.012567732 0.977233350 194.786102295\n0.976982832 -0.004760056 0.213264793 21.675292969 0.007128914 0.999921143 -0.010339944 -2.675747633 -0.213198751 0.011622294 0.976939738 195.291076660\n0.976711929 -0.006259452 0.214463711 21.785722733 0.008286445 0.999929070 -0.008553719 -2.686608553 -0.214394972 0.010131661 0.976694524 195.783813477\n0.976466179 -0.007861929 0.215527356 21.898708344 0.009420911 0.999936342 -0.006206973 -2.700539112 -0.215464830 0.008091363 0.976478100 196.266525269\n0.976181984 -0.008453878 0.216788575 22.005565643 0.009606612 0.999944746 -0.004264023 -2.710556269 -0.216740549 0.006245066 0.976209283 196.743652344\n0.975978553 -0.008313540 0.217707887 22.123781204 0.009254913 0.999951720 -0.003304695 -2.721172571 -0.217669904 0.005240178 0.976008356 197.235412598\n0.975835502 -0.007826984 0.218366265 22.234886169 0.008804964 0.999955118 -0.003505871 -2.727056265 -0.218329012 0.005343860 0.975860596 197.714324951\n0.975601017 -0.008247381 0.219396159 22.338411331 0.009290571 0.999949932 -0.003723507 -2.736351967 -0.219354451 0.005670973 0.975628734 198.172821045\n0.975384355 -0.009505651 0.220306635 22.447683334 0.010555505 0.999937832 -0.003588698 -2.742764473 -0.220258832 0.005825808 0.975424051 198.632934570\n0.975225151 -0.010770554 0.220952347 22.558631897 0.011745689 0.999926209 -0.003099907 -2.749410391 -0.220902666 0.005618345 0.975279689 199.090270996\n0.975019574 -0.011379864 0.221827373 22.657829285 0.012299300 0.999920547 -0.002763851 -2.759374857 -0.221778303 0.005423131 0.975082040 199.531463623\n0.974807382 -0.011863038 0.222732589 22.766855240 0.012645563 0.999917865 -0.002087367 -2.761829853 -0.222689539 0.004851360 0.974877357 199.974472046\n0.974610984 -0.011645713 0.223601833 22.860227585 0.012238165 0.999924302 -0.001263941 -2.769503832 -0.223570183 0.003968327 0.974679768 200.389022827\n0.974430740 -0.011237504 0.224406898 22.956014633 0.011766776 0.999930263 -0.001021305 -2.781341553 -0.224379763 0.003635736 0.974494994 200.805313110\n0.974286139 -0.011073811 0.225042060 23.046003342 0.011725318 0.999930024 -0.001558722 -2.786189556 -0.225009054 0.004157330 0.974347830 201.200439453\n0.974113822 -0.011571996 0.225761771 23.140197754 0.012323914 0.999922216 -0.001921490 -2.793680191 -0.225721970 0.004654018 0.974180639 201.589279175\n0.973938406 -0.011007437 0.226545334 23.229948044 0.011881876 0.999926269 -0.002496588 -2.795321465 -0.226501152 0.005123307 0.973997414 201.980041504\n0.973827064 -0.011794306 0.226983935 23.330999374 0.012853722 0.999912322 -0.003189788 -2.805882692 -0.226926401 0.006023890 0.973893285 202.372070312\n0.973673880 -0.012725051 0.227590144 23.424873352 0.013913807 0.999896646 -0.003619551 -2.813078642 -0.227520555 0.006690908 0.973750293 202.751098633\n0.973462701 -0.012785934 0.228488222 23.516208649 0.013964998 0.999896228 -0.003544157 -2.818492413 -0.228419200 0.006640942 0.973540246 203.130935669\n0.973256588 -0.012855907 0.229360744 23.607372284 0.014005015 0.999896228 -0.003382883 -2.822965384 -0.229293451 0.006504613 0.973335624 203.507141113\n0.973072886 -0.013686856 0.230090857 23.696907043 0.014830019 0.999884784 -0.003239638 -2.825680017 -0.230020016 0.006564656 0.973163784 203.874588013\n0.972900093 -0.013899485 0.230807766 23.786392212 0.014920150 0.999885082 -0.002677239 -2.833929539 -0.230744034 0.006048372 0.972995698 204.245956421\n0.972644687 -0.013388765 0.231911778 23.867181778 0.014338304 0.999894321 -0.002409212 -2.840678930 -0.231855020 0.005668529 0.972733855 204.601867676\n0.972418845 -0.012783960 0.232890949 23.955610275 0.013716265 0.999903083 -0.002384087 -2.844958544 -0.232837901 0.005512725 0.972499907 204.969833374\n0.972213566 -0.013341186 0.233715206 24.042966843 0.014294698 0.999894977 -0.002386302 -2.847732544 -0.233658820 0.005660883 0.972302198 205.327148438\n0.971950352 -0.014115290 0.234762117 24.131917953 0.015127698 0.999882400 -0.002512083 -2.855352402 -0.234699056 0.005993030 0.972049594 205.683578491\n0.971782327 -0.013823853 0.235473961 24.226163864 0.015368718 0.999870718 -0.004726565 -2.858362198 -0.235378191 0.008212125 0.971869171 206.049957275\n0.971573949 -0.012904915 0.236384422 24.320343018 0.014923936 0.999865830 -0.006753928 -2.859967470 -0.236265540 0.010089726 0.971636176 206.423309326\n0.971284568 -0.013110741 0.237559304 24.411258698 0.015358085 0.999853075 -0.007611807 -2.872222900 -0.237424597 0.011041686 0.971343219 206.796279907\n0.971049845 -0.012509845 0.238549083 24.508222580 0.014809823 0.999859512 -0.007851587 -2.876761913 -0.238417342 0.011157152 0.971098721 207.193313599\n0.970792413 -0.013099642 0.239563242 24.620124817 0.015375905 0.999852657 -0.007635141 -2.880058765 -0.239427909 0.011095638 0.970850766 207.622253418\n0.970558047 -0.013634223 0.240481183 24.730134964 0.015952444 0.999843121 -0.007695775 -2.888272285 -0.240338534 0.011305459 0.970623314 208.041900635\n0.970304132 -0.014047915 0.241479874 24.844381332 0.016511092 0.999830246 -0.008179775 -2.894086838 -0.241323963 0.011923966 0.970371366 208.488510132\n0.970169127 -0.012781805 0.242091849 24.962760925 0.015351189 0.999844074 -0.008729903 -2.895167351 -0.241942510 0.012185881 0.970214069 208.944396973\n0.969970345 -0.011981228 0.242927909 25.080158234 0.014772098 0.999844134 -0.009670097 -2.901625156 -0.242774174 0.012968263 0.969996154 209.406112671\n0.969707847 -0.011750459 0.243984997 25.203939438 0.014693863 0.999839544 -0.010247270 -2.903566122 -0.243825436 0.013521940 0.969724894 209.889434814\n0.969491065 -0.013158339 0.244773149 25.333339691 0.016030408 0.999823987 -0.009745001 -2.917872667 -0.244601846 0.013371505 0.969531417 210.371536255\n0.969240606 -0.014125087 0.245709538 25.460693359 0.017021032 0.999808431 -0.009666270 -2.922824383 -0.245525926 0.013551171 0.969295323 210.867477417\n0.969022930 -0.015149566 0.246505648 25.588907242 0.018106870 0.999788642 -0.009734495 -2.927321911 -0.246306077 0.013896395 0.969092488 211.373764038\n0.968917072 -0.014703249 0.246948510 25.723529816 0.017600203 0.999799728 -0.009527629 -2.937011480 -0.246758968 0.013577826 0.968981743 211.887069702\n0.968792200 -0.014640042 0.247441679 25.856964111 0.017367160 0.999810100 -0.008842112 -2.948688030 -0.247265235 0.012863527 0.968862474 212.413131714\n0.968729317 -0.013819173 0.247734755 25.996284485 0.016464336 0.999827385 -0.008608793 -2.957444191 -0.247573033 0.012418377 0.968789637 212.946960449\n0.968609273 -0.014288312 0.248177186 26.135751724 0.016902979 0.999821782 -0.008407777 -2.962688208 -0.248012826 0.012338785 0.968678176 213.485671997\n0.968548000 -0.016125351 0.248303682 26.281543732 0.018767683 0.999789596 -0.008277949 -2.975145102 -0.248117968 0.012677676 0.968646884 214.029739380\n0.968447626 -0.015508443 0.248734191 26.426757812 0.018227488 0.999796629 -0.008632020 -2.979306221 -0.248549730 0.012893459 0.968533337 214.579467773\n0.968245864 -0.015100311 0.249543518 26.565240860 0.017753709 0.999807239 -0.008385527 -2.986677647 -0.249368787 0.012549574 0.968327284 215.124038696\n0.968109429 -0.014420861 0.250112355 26.703628540 0.016933829 0.999825418 -0.007898270 -2.998313665 -0.249954790 0.011881749 0.968184590 215.679351807\n0.968009651 -0.015034818 0.250462145 26.844348907 0.017499806 0.999817848 -0.007617530 -3.006212234 -0.250301987 0.011756881 0.968096435 216.230331421\n0.968032837 -0.015034913 0.250372380 26.995769501 0.017545084 0.999815702 -0.007796687 -3.019097090 -0.250209004 0.011940253 0.968118191 216.781311035\n0.967977762 -0.015353334 0.250565946 27.152956009 0.017932134 0.999807119 -0.008011998 -3.029435635 -0.250394613 0.012248618 0.968066394 217.360519409\n0.967859864 -0.014376193 0.251078874 27.300039291 0.017090149 0.999816716 -0.008631992 -3.029312134 -0.250908732 0.012645534 0.967928171 217.946426392\n0.967848420 -0.014363127 0.251123786 27.459831238 0.017137805 0.999813855 -0.008865522 -3.040971518 -0.250949711 0.012884192 0.967914402 218.534057617\n0.967797458 -0.014449500 0.251315206 27.629547119 0.017483382 0.999798715 -0.009843336 -3.050534487 -0.251122385 0.013920195 0.967855215 219.140457153\n0.967516541 -0.014691688 0.252380550 27.789253235 0.017959123 0.999782026 -0.010647665 -3.059734821 -0.252169102 0.014834325 0.967569470 219.753082275\n0.967303634 -0.013836077 0.253243506 27.951387405 0.017168013 0.999792635 -0.010951805 -3.074566364 -0.253039479 0.014941408 0.967340589 220.371841431\n0.967091024 -0.013685037 0.254062235 28.127523422 0.017165141 0.999786675 -0.011485907 -3.082398415 -0.253850877 0.015468933 0.967119694 221.019393921\n0.966935098 -0.013700732 0.254654288 28.310823441 0.017373953 0.999774873 -0.012180579 -3.089516163 -0.254430085 0.016202180 0.966955423 221.664428711\n0.966723263 -0.013841653 0.255449802 28.499893188 0.017558001 0.999770522 -0.012273453 -3.098199844 -0.255221277 0.016350219 0.966744423 222.348449707\n0.966459513 -0.013592144 0.256459177 28.677560806 0.017019639 0.999792993 -0.011149774 -3.109941721 -0.256254524 0.015140648 0.966490746 223.031784058\n0.966299415 -0.013725106 0.257054657 28.872333527 0.016787976 0.999811769 -0.009724349 -3.122707129 -0.256872803 0.013712059 0.966347933 223.724899292\n0.966046154 -0.014139163 0.257982314 29.070856094 0.016674284 0.999831796 -0.007641393 -3.136300325 -0.257830888 0.011683609 0.966119409 224.433425903\n0.965654135 -0.015622554 0.259360880 29.248115540 0.017647130 0.999829292 -0.005479380 -3.152992725 -0.259230971 0.009868161 0.965764940 225.115280151\n0.965407431 -0.016577957 0.260218441 29.441295624 0.018276002 0.999824524 -0.004107086 -3.164452791 -0.260104716 0.008720764 0.965541005 225.799194336\n0.965148151 -0.016546352 0.261180490 29.630270004 0.018059028 0.999831140 -0.003392595 -3.180385113 -0.261080235 0.007991021 0.965284050 226.489089966\n0.964913845 -0.016341493 0.262057602 29.818786621 0.017864985 0.999834538 -0.003432008 -3.187769175 -0.261958152 0.007993247 0.965046108 227.170806885\n0.964679062 -0.016675804 0.262899578 30.008773804 0.018322565 0.999824882 -0.003813288 -3.198638201 -0.262789935 0.008495593 0.964815676 227.848144531\n0.964428127 -0.015920172 0.263865352 30.194395065 0.017506856 0.999840021 -0.003662774 -3.209842920 -0.263764828 0.008151934 0.964552581 228.506286621\n0.964171529 -0.015226148 0.264842272 30.380199432 0.016819470 0.999851525 -0.003749274 -3.221521378 -0.264745861 0.008069450 0.964284480 229.196090698\n0.963910878 -0.014699467 0.265818924 30.561868668 0.016273614 0.999860644 -0.003720189 -3.232137203 -0.265727192 0.007911765 0.964015782 229.848571777\n0.963648796 -0.015364707 0.266729981 30.748678207 0.016918136 0.999850631 -0.003526896 -3.241437912 -0.266635954 0.007911264 0.963764846 230.511962891\n0.963424504 -0.015768664 0.267515630 30.937021255 0.017182685 0.999848008 -0.002945447 -3.253147840 -0.267428547 0.007434354 0.963549018 231.168701172\n0.963075399 -0.016682856 0.268714428 31.115348816 0.017787460 0.999840379 -0.001676399 -3.267704964 -0.268643588 0.006394246 0.963218451 231.821716309\n0.962919712 -0.015399438 0.269348174 31.307477951 0.016480876 0.999862671 -0.001754002 -3.275761366 -0.269284159 0.006128057 0.963041246 232.478378296\n0.962771237 -0.016396739 0.269819736 31.499467850 0.017352708 0.999848783 -0.001157917 -3.285745621 -0.269759923 0.005796912 0.962910175 233.130142212\n0.962555885 -0.018247720 0.270468473 31.683742523 0.018957369 0.999820292 -0.000011409 -3.292985439 -0.270419657 0.005138352 0.962728858 233.775512695\n0.962444603 -0.020025019 0.270738691 31.872175217 0.020791305 0.999783814 0.000037719 -3.301413298 -0.270680904 0.005592708 0.962652862 234.440124512\n0.962318778 -0.019761449 0.271204799 32.060417175 0.020699844 0.999785542 -0.000599686 -3.312191486 -0.271134794 0.006190985 0.962521493 235.090103149\n0.962201953 -0.019429279 0.271642923 32.235462189 0.020526392 0.999788582 -0.001197761 -3.324535131 -0.271562248 0.006728337 0.962397337 235.710449219\n0.962126732 -0.018411692 0.271980137 32.419666290 0.019972777 0.999796093 -0.002972293 -3.332140684 -0.271869957 0.008291921 0.962298274 236.361022949\n0.962155938 -0.019125547 0.271827519 32.603305817 0.021085287 0.999768496 -0.004290272 -3.347828388 -0.271682531 0.009859472 0.962336421 236.967056274\n0.962104380 -0.019638507 0.271973342 32.787582397 0.021623807 0.999756932 -0.004304193 -3.357294798 -0.271822721 0.010022182 0.962295175 237.596862793\n0.961848497 -0.019924955 0.272856116 32.946815491 0.021634312 0.999760628 -0.003257191 -3.371357441 -0.272725910 0.009035979 0.962049365 238.198760986\n0.961707830 -0.020502135 0.273308843 33.117851257 0.021661477 0.999764621 -0.001224629 -3.382144451 -0.273219407 0.007098007 0.961925566 238.808273315\n0.961641133 -0.020154314 0.273569256 33.279582977 0.020975169 0.999779999 -0.000075687 -3.392437458 -0.273507535 0.005810945 0.961852312 239.376480103\n0.961650133 -0.019916521 0.273555070 33.438396454 0.020785319 0.999783933 -0.000277777 -3.400214672 -0.273490429 0.005953054 0.961856306 239.921707153\n0.961650670 -0.019132670 0.273609161 33.590072632 0.019910607 0.999801755 -0.000066411 -3.408308983 -0.273553669 0.005511588 0.961840928 240.459487915\n0.961871743 -0.018419310 0.272880018 33.738414764 0.018974958 0.999819756 0.000602886 -3.415142536 -0.272841930 0.004597988 0.962047875 240.980941772\n0.962193668 -0.017673844 0.271792203 33.874916077 0.018143401 0.999835074 0.000785401 -3.425649643 -0.271761268 0.004175526 0.962355673 241.469528198\n0.962463260 -0.018035259 0.270812184 34.012382507 0.018352631 0.999830663 0.001360615 -3.436479092 -0.270790845 0.003660574 0.962631226 241.938812256\n0.962629616 -0.018702377 0.270174950 34.141071320 0.018623315 0.999822497 0.002856309 -3.441706896 -0.270180434 0.002281985 0.962807000 242.391021729\n0.962868273 -0.019370498 0.269275784 34.258777618 0.019013373 0.999811471 0.003934522 -3.450636387 -0.269301236 0.001331414 0.963055074 242.816024780\n0.963067830 -0.019944454 0.268519193 34.377338409 0.019550662 0.999800265 0.004140697 -3.457503080 -0.268548131 0.001261955 0.963265419 243.220581055\n0.963205636 -0.018651370 0.268117666 34.474433899 0.018059826 0.999826014 0.004672569 -3.465914726 -0.268158168 0.000341514 0.963374853 243.600112915\n0.963411450 -0.018836014 0.267364174 34.576320648 0.017886460 0.999822080 0.005986751 -3.471198082 -0.267429352 -0.000985507 0.963576972 243.958419800\n0.963598847 -0.019211009 0.266661108 34.675853729 0.018075047 0.999814093 0.006713926 -3.474905014 -0.266740531 -0.001649619 0.963766992 244.299362183\n0.963751972 -0.020159341 0.266037047 34.758510590 0.018833205 0.999794245 0.007535243 -3.480476856 -0.266134202 -0.002251776 0.963933349 244.610855103\n0.963940620 -0.020264557 0.265344650 34.845470428 0.019044533 0.999792933 0.007170148 -3.488446236 -0.265435010 -0.001858232 0.964126945 244.903106689\n0.964156985 -0.018532464 0.264684349 34.923198700 0.017893536 0.999828279 0.004825005 -3.489754438 -0.264728308 0.000084076 0.964323044 245.196090698\n0.964426219 -0.016598061 0.263830513 34.991333008 0.016777076 0.999858022 0.001574697 -3.499102831 -0.263819188 0.002907624 0.964567780 245.549743652\n0.964587092 -0.016848804 0.263225764 35.069889069 0.017467653 0.999847412 -0.000010790 -3.498634577 -0.263185412 0.004608344 0.964734256 245.753341675\n0.964796662 -0.017216010 0.262432963 35.143753052 0.017936636 0.999839067 -0.000350439 -3.503459930 -0.262384713 0.005045266 0.964950144 246.015625000\n0.964984357 -0.017143605 0.261746585 35.218250275 0.018015917 0.999837279 -0.000933202 -3.503789902 -0.261687994 0.005616129 0.965136170 246.302200317\n0.965134144 -0.017722113 0.261155128 35.290424347 0.018664090 0.999825180 -0.001127055 -3.501669884 -0.261089504 0.005961982 0.965296209 246.567031860\n0.965180576 -0.017701315 0.260985017 35.362674713 0.018679874 0.999824703 -0.001269184 -3.506583452 -0.260916799 0.006100159 0.965342045 246.831176758\n0.965190470 -0.017496731 0.260962188 35.436405182 0.018567260 0.999826252 -0.001637216 -3.516438723 -0.260888189 0.006425578 0.965347648 247.099426270\n0.965181351 -0.015673863 0.261111706 35.498336792 0.016841618 0.999855697 -0.002235120 -3.520401239 -0.261038989 0.006554840 0.965305984 247.365097046\n0.965255141 -0.015766453 0.260833263 35.576442719 0.016915910 0.999854565 -0.002162338 -3.525166512 -0.260761231 0.006499439 0.965381444 247.621322632\n0.965210915 -0.016616995 0.260943919 35.647232056 0.017728779 0.999841034 -0.001907152 -3.529546738 -0.260870725 0.006467021 0.965352058 247.880325317\n0.965132236 -0.017297423 0.261190742 35.727489471 0.018379522 0.999829650 -0.001700650 -3.535828590 -0.261116803 0.006441913 0.965285718 248.147598267\n0.965122283 -0.016258148 0.261294246 35.794120789 0.017316461 0.999848545 -0.001748286 -3.540275097 -0.261226237 0.006212001 0.965257645 248.399780273\n0.965044975 -0.014860605 0.261662781 35.861877441 0.015949873 0.999870718 -0.002039496 -3.548839092 -0.261598647 0.006141693 0.965157211 248.659652710\n0.964952826 -0.013611236 0.262070268 35.925437927 0.014768963 0.999887943 -0.002448358 -3.550189972 -0.262007564 0.006233056 0.965045691 248.907897949\n0.964992881 -0.014940715 0.261850148 36.006061554 0.016251527 0.999863923 -0.002841032 -3.554488897 -0.261772066 0.006997040 0.965104342 249.167419434\n0.964903712 -0.016034029 0.262113929 36.075237274 0.017516712 0.999841034 -0.003320922 -3.555489063 -0.262019008 0.007795744 0.965031207 249.403884888\n0.964810491 -0.015732395 0.262475073 36.145397186 0.017204672 0.999846518 -0.003311811 -3.560420036 -0.262382686 0.007711068 0.964933097 249.665679932\n0.964734972 -0.015394783 0.262772679 36.211860657 0.016853323 0.999852538 -0.003297440 -3.564823627 -0.262683183 0.007609749 0.964852154 249.906494141\n0.964711428 -0.014345676 0.262918353 36.284828186 0.015793486 0.999869525 -0.003394031 -3.566245317 -0.262835354 0.007426658 0.964812100 250.163040161\n0.964609563 -0.014907188 0.263260573 36.351558685 0.016363006 0.999860525 -0.003338157 -3.571242571 -0.263174087 0.007527751 0.964718997 250.401229858\n0.964489579 -0.014639903 0.263714880 36.416915894 0.016032368 0.999866605 -0.003128764 -3.573816299 -0.263633907 0.007245634 0.964595616 250.640853882\n0.964452803 -0.015010907 0.263828546 36.487464905 0.016345402 0.999862313 -0.002863714 -3.581806421 -0.263749242 0.007074300 0.964565337 250.885513306\n0.964378119 -0.015090395 0.264096767 36.555984497 0.016405122 0.999861598 -0.002773363 -3.587615490 -0.264018357 0.007007110 0.964492202 251.129714966\n0.964315534 -0.014701348 0.264347136 36.618961334 0.015987204 0.999868512 -0.002713457 -3.589378357 -0.264272481 0.006842800 0.964423776 251.360626221\n0.964284480 -0.013672062 0.264515579 36.680782318 0.015196114 0.999877632 -0.003716178 -3.593812704 -0.264432400 0.007603062 0.964374244 251.591827393\n0.964291871 -0.013575652 0.264493614 36.746704102 0.015251677 0.999874532 -0.004284113 -3.601617813 -0.264402270 0.008165106 0.964377940 251.828079224\n0.964179218 -0.013618906 0.264901876 36.815467834 0.015377145 0.999871373 -0.004564597 -3.604446888 -0.264805645 0.008474524 0.964264572 252.071182251\n0.964159727 -0.013473822 0.264980197 36.883514404 0.015242290 0.999873161 -0.004618792 -3.608134270 -0.264884353 0.008492159 0.964242816 252.310272217\n0.964082301 -0.012953501 0.265287697 36.941574097 0.014763140 0.999879360 -0.004828504 -3.612594128 -0.265193164 0.008571555 0.964157224 252.537277222\n0.964092016 -0.012076089 0.265293688 37.010211945 0.013937796 0.999889672 -0.005136047 -3.608283281 -0.265202403 0.008649231 0.964154005 252.774093628\n0.963972569 -0.012293155 0.265717387 37.073143005 0.014155158 0.999886811 -0.005093456 -3.616758347 -0.265624702 0.008671223 0.964037538 253.004562378\n0.963942528 -0.012916881 0.265796870 37.140678406 0.014818298 0.999876916 -0.005149405 -3.619866133 -0.265697628 0.008902387 0.964015305 253.230026245\n0.963889360 -0.012939828 0.265988529 37.203575134 0.014873900 0.999875546 -0.005258034 -3.628050804 -0.265887409 0.009024451 0.963961840 253.461563110\n0.963919342 -0.012672570 0.265892684 37.269168854 0.014690153 0.999876380 -0.005600452 -3.634871483 -0.265788853 0.009304388 0.963986397 253.707061768\n0.963885844 -0.012464317 0.266023844 37.330848694 0.014387376 0.999882579 -0.005281239 -3.639244795 -0.265926749 0.008917896 0.963952005 253.923446655\n0.963819444 -0.011559280 0.266305149 37.393512726 0.013237556 0.999902189 -0.004507856 -3.642076015 -0.266227007 0.007869988 0.963878214 254.144622803\n0.963693142 -0.010753342 0.266795725 37.440830231 0.012023236 0.999922812 -0.003126728 -3.644912243 -0.266741514 0.006220954 0.963748038 254.349090576\n0.963807344 -0.011521651 0.266350538 37.536243439 0.012366571 0.999922395 -0.001495150 -3.645753384 -0.266312629 0.004734879 0.963875055 254.567749023\n0.963718891 -0.011206253 0.266683847 37.537464142 0.011971148 0.999927580 -0.001242600 -3.643530369 -0.266650617 0.004390028 0.963783264 254.698074341\n0.963194132 -0.012000000 0.268538684 37.540054321 0.012545883 0.999921262 -0.000316774 -3.640889645 -0.268513709 0.003674169 0.963268876 254.862182617\n0.963068128 -0.012463118 0.268969178 37.576549530 0.012821338 0.999917686 0.000424844 -3.646223545 -0.268952340 0.003039391 0.963148713 255.015396118\n0.963207126 -0.011748224 0.268503189 37.653991699 0.012010492 0.999927640 0.000665849 -3.643241644 -0.268491596 0.002583505 0.963278532 255.201644897\n0.963122666 -0.011151080 0.268831491 37.666503906 0.011249712 0.999936044 0.001173650 -3.646559954 -0.268827379 0.001893908 0.963186502 255.314422607\n0.963115215 -0.011678471 0.268835753 37.718959808 0.011754145 0.999930024 0.001328166 -3.645388842 -0.268832475 0.001880758 0.963185132 255.447998047\n0.962869406 -0.011413447 0.269726306 37.705139160 0.011612584 0.999932230 0.000857430 -3.645843506 -0.269717813 0.002306626 0.962936640 255.509201050\n0.962630510 -0.010902090 0.270598590 37.680633545 0.011309731 0.999936044 0.000052845 -3.643330574 -0.270581871 0.003009527 0.962692261 255.551574707\n0.962981701 -0.013032792 0.269251585 37.784877777 0.013609293 0.999907374 -0.000274521 -3.647525787 -0.269223034 0.003928682 0.963069856 255.691085815\n0.962953269 -0.013677537 0.269321203 37.799903870 0.014296028 0.999897778 -0.000335174 -3.654297352 -0.269289076 0.004172980 0.963050365 255.749862671\n0.963032067 -0.015279298 0.268953055 37.837501526 0.015891045 0.999873698 -0.000097487 -3.657867670 -0.268917590 0.004367828 0.963153303 255.819427490\n0.963041246 -0.015590702 0.268902451 37.852825165 0.016206685 0.999868631 -0.000070853 -3.655138254 -0.268866032 0.004426252 0.963167429 255.858108521\n0.963030875 -0.015703082 0.268932909 37.857898712 0.016340410 0.999866486 -0.000131385 -3.658640385 -0.268894941 0.004521002 0.963158906 255.879364014\n0.962940991 -0.015362226 0.269274205 37.845718384 0.016005157 0.999871910 -0.000192232 -3.650535583 -0.269236773 0.004494884 0.963063538 255.875595093\n0.962944269 -0.015552220 0.269251734 37.847656250 0.016183801 0.999869049 -0.000125956 -3.649272919 -0.269214511 0.004478805 0.963069797 255.875762939\n0.963002920 -0.015498044 0.269044846 37.849231720 0.016328771 0.999866307 -0.000849978 -3.651363134 -0.268995702 0.005211703 0.963127255 255.871810913\n0.963026881 -0.014574701 0.269010752 37.849864960 0.015912909 0.999869466 -0.002794535 -3.655767441 -0.268934906 0.006971956 0.963133097 255.869796753\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_29/2011_09_29_drive_0026_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999702 -0.000297059 0.000711804 0.001812631 0.000297696 0.999999583 -0.000895646 -0.009500014 -0.000711538 0.000895857 0.999999344 0.667041302\n0.999998748 -0.000809807 0.001348560 -0.000635547 0.000811144 0.999999166 -0.000990826 -0.026201835 -0.001347757 0.000991919 0.999998629 1.308976054\n0.999997675 -0.000854687 0.001982412 -0.002973207 0.000855764 0.999999464 -0.000542121 -0.034574911 -0.001981948 0.000543816 0.999997914 1.916424632\n0.999995053 -0.001734311 0.002620185 -0.001354662 0.001735417 0.999998391 -0.000419854 -0.045060944 -0.002619452 0.000424399 0.999996483 2.514395237\n0.999994814 -0.001821036 0.002655672 -0.001285155 0.001822038 0.999998271 -0.000375040 -0.056862120 -0.002654984 0.000379877 0.999996424 3.081294298\n0.999994099 -0.001528210 0.003072442 -0.001201631 0.001527322 0.999998808 0.000291222 -0.067103647 -0.003072883 -0.000286528 0.999995232 3.624619722\n0.999991179 -0.002748953 0.003177393 0.003576242 0.002748634 0.999996245 0.000104739 -0.080258779 -0.003177669 -0.000096005 0.999994934 4.155958652\n0.999989688 -0.002743853 0.003623354 -0.012847790 0.002744734 0.999996185 -0.000238334 -0.087655358 -0.003622686 0.000248277 0.999993384 4.633233070\n0.999987006 -0.003929363 0.003243050 0.007562346 0.003929320 0.999992251 0.000019573 -0.099460609 -0.003243102 -0.000006830 0.999994755 5.157633305\n0.999985576 -0.004139180 0.003431136 0.014086735 0.004138090 0.999991357 0.000324593 -0.110881977 -0.003432450 -0.000310390 0.999994040 5.642386913\n0.999981821 -0.004408191 0.004110041 0.017139271 0.004407157 0.999990225 0.000260663 -0.115945488 -0.004111150 -0.000242544 0.999991536 6.095036507\n0.999980986 -0.004031911 0.004672129 0.009011015 0.004031927 0.999991894 0.000006033 -0.120669909 -0.004672116 0.000012805 0.999989092 6.507483482\n0.999973357 -0.005272572 0.005048513 0.019160409 0.005268857 0.999985814 0.000748922 -0.133196071 -0.005052391 -0.000722302 0.999986947 6.931496143\n0.999962091 -0.006706882 0.005551719 0.028572999 0.006702447 0.999977231 0.000817139 -0.139241606 -0.005557073 -0.000779898 0.999984264 7.331045628\n0.999951780 -0.007607954 0.006210099 0.035987705 0.007601669 0.999970555 0.001035026 -0.148973167 -0.006217790 -0.000987769 0.999980211 7.698677540\n0.999949515 -0.007066385 0.007146103 0.031898778 0.007056093 0.999974012 0.001464402 -0.152364627 -0.007156266 -0.001413904 0.999973416 8.034554482\n0.999947608 -0.006777634 0.007673039 0.036213651 0.006767040 0.999976099 0.001405811 -0.159215629 -0.007682384 -0.001353814 0.999969602 8.362065315\n0.999942482 -0.007016248 0.008114739 0.041398041 0.007005055 0.999974489 0.001406876 -0.164068237 -0.008124404 -0.001349951 0.999966085 8.660425186\n0.999932528 -0.007662004 0.008730878 0.045044154 0.007648081 0.999969423 0.001627006 -0.175262749 -0.008743077 -0.001560122 0.999960542 8.926299095\n0.999927521 -0.007899454 0.009082972 0.052920394 0.007884903 0.999967575 0.001636780 -0.179594383 -0.009095607 -0.001565043 0.999957383 9.209165573\n0.999919295 -0.008250066 0.009660834 0.056447171 0.008232682 0.999964416 0.001837789 -0.184799582 -0.009675653 -0.001758106 0.999951661 9.440875053\n0.999908864 -0.008558794 0.010442625 0.058743306 0.008546663 0.999962747 0.001205846 -0.184478790 -0.010452556 -0.001116487 0.999944746 9.659177780\n0.999899745 -0.009040420 0.010897010 0.060221620 0.009029432 0.999958694 0.001057073 -0.189571753 -0.010906115 -0.000958573 0.999940038 9.849951744\n0.999895692 -0.009412477 0.010955160 0.066413321 0.009402231 0.999955297 0.000986309 -0.194198489 -0.010963954 -0.000883203 0.999939501 10.019881248\n0.999892354 -0.009352723 0.011304901 0.071415983 0.009343217 0.999955952 0.000893466 -0.195673719 -0.011312759 -0.000787745 0.999935687 10.175117493\n0.999894381 -0.008993916 0.011415951 0.073304296 0.008987525 0.999959409 0.000611005 -0.195939630 -0.011420983 -0.000508339 0.999934673 10.312915802\n0.999891996 -0.008909351 0.011688594 0.073447093 0.008901270 0.999960124 0.000743222 -0.199992880 -0.011694750 -0.000639098 0.999931395 10.420820236\n0.999887109 -0.008998607 0.012034815 0.074434392 0.008993546 0.999959469 0.000474651 -0.200375140 -0.012038598 -0.000366362 0.999927461 10.518021584\n0.999888718 -0.008539900 0.012230800 0.075466976 0.008541961 0.999963522 -0.000116265 -0.200874850 -0.012229361 0.000220727 0.999925196 10.592397690\n0.999888182 -0.008724458 0.012144492 0.079712011 0.008725659 0.999961913 -0.000045997 -0.200844273 -0.012143629 0.000151961 0.999926269 10.650123596\n0.999887824 -0.008525270 0.012312852 0.078651652 0.008528622 0.999963582 -0.000219763 -0.202924147 -0.012310530 0.000324750 0.999924183 10.690103531\n0.999887347 -0.008600004 0.012299325 0.079610124 0.008607751 0.999962807 -0.000577051 -0.200848937 -0.012293905 0.000682855 0.999924183 10.716780663\n0.999883533 -0.008911597 0.012388831 0.080427915 0.008909949 0.999960303 0.000188176 -0.203754842 -0.012390016 -0.000077770 0.999923229 10.719387054\n0.999884307 -0.008821466 0.012393602 0.079735048 0.008830453 0.999960780 -0.000670549 -0.202438459 -0.012387201 0.000779913 0.999922991 10.713918686\n0.999890029 -0.008434393 0.012199165 0.077706411 0.008477669 0.999957919 -0.003500175 -0.208823770 -0.012169131 0.003603211 0.999919474 10.705542564\n0.999886990 -0.008395110 0.012471281 0.078632735 0.008475428 0.999943614 -0.006401308 -0.210813746 -0.012416838 0.006506285 0.999901712 10.705596924\n0.999885917 -0.008489227 0.012491077 0.077781923 0.008565644 0.999944866 -0.006077038 -0.211358488 -0.012438799 0.006183339 0.999903500 10.704235077\n0.999885559 -0.008783766 0.012318559 0.076915979 0.008847898 0.999947548 -0.005161356 -0.210460156 -0.012272577 0.005269758 0.999910831 10.706498146\n0.999884188 -0.008876354 0.012362068 0.078158230 0.008940706 0.999946713 -0.005160076 -0.211168557 -0.012315606 0.005270004 0.999910295 10.710954666\n0.999883950 -0.008614835 0.012562568 0.076867163 0.008678794 0.999949634 -0.005045590 -0.209003389 -0.012518468 0.005154032 0.999908328 10.711892128\n0.999886632 -0.008763343 0.012246127 0.079078272 0.008824177 0.999948978 -0.004922447 -0.209105417 -0.012202365 0.005029951 0.999912918 10.712140083\n0.999883533 -0.008927052 0.012376771 0.077725463 0.008993666 0.999945343 -0.005336976 -0.208610892 -0.012328451 0.005447668 0.999909163 10.711152077\n0.999884069 -0.008814139 0.012416552 0.077653855 0.008875821 0.999948502 -0.004921342 -0.208900362 -0.012372536 0.005030978 0.999910772 10.709785461\n0.999886632 -0.008496949 0.012432064 0.077335149 0.008558181 0.999951482 -0.004880498 -0.209290698 -0.012389991 0.004986341 0.999910831 10.710488319\n0.999883890 -0.008937730 0.012340135 0.079034925 0.009001959 0.999946177 -0.005159204 -0.210078910 -0.012293359 0.005269690 0.999910533 10.710856438\n0.999885380 -0.008800142 0.012319265 0.078151926 0.008861006 0.999948740 -0.004894697 -0.209902301 -0.012275560 0.005003297 0.999912143 10.706104279\n0.999884427 -0.008826436 0.012379342 0.078898981 0.008886906 0.999948800 -0.004838375 -0.210666180 -0.012336002 0.004947830 0.999911666 10.711939812\n0.999885321 -0.008876195 0.012270205 0.078827925 0.008937336 0.999947846 -0.004937013 -0.209788874 -0.012225743 0.005046110 0.999912500 10.713735580\n0.999886334 -0.008695204 0.012319273 0.078597859 0.008758027 0.999948859 -0.005054832 -0.208944857 -0.012274691 0.005162150 0.999911368 10.710513115\n0.999885261 -0.008823500 0.012311997 0.079326466 0.008885992 0.999947846 -0.005030273 -0.207421944 -0.012266970 0.005139100 0.999911547 10.711304665\n0.999886334 -0.008768310 0.012263864 0.080231443 0.008829183 0.999948919 -0.004918307 -0.208870694 -0.012220113 0.005026028 0.999912679 10.709979057\n0.999886394 -0.008699055 0.012307899 0.079245046 0.008761870 0.999948800 -0.005058937 -0.208807051 -0.012263261 0.005166202 0.999911487 10.711167336\n0.999885142 -0.008856820 0.012297978 0.078964978 0.008918616 0.999947846 -0.004979182 -0.209325880 -0.012253236 0.005088291 0.999911964 10.709568977\n0.999885499 -0.008805677 0.012307174 0.079451419 0.008866891 0.999948561 -0.004928136 -0.209448367 -0.012263145 0.005036698 0.999912143 10.707990646\n0.999885261 -0.008867155 0.012281564 0.080029733 0.008929094 0.999947667 -0.004997657 -0.209678531 -0.012236605 0.005106747 0.999912083 10.711121559\n0.999886274 -0.008621918 0.012374532 0.078320555 0.008685312 0.999949396 -0.005078394 -0.208528817 -0.012330120 0.005185293 0.999910533 10.706398010\n0.999886036 -0.008766203 0.012288809 0.080269173 0.008825698 0.999949574 -0.004795519 -0.210884288 -0.012246151 0.004903430 0.999912977 10.709007263\n0.999887109 -0.008714580 0.012241566 0.079017200 0.008776856 0.999948740 -0.005042748 -0.208488002 -0.012196993 0.005149621 0.999912381 10.712647438\n0.999886096 -0.008776027 0.012278247 0.078459874 0.008837865 0.999948502 -0.004991236 -0.209611133 -0.012233811 0.005099181 0.999912143 10.713118553\n0.999885917 -0.008857121 0.012233239 0.079321593 0.008916662 0.999948621 -0.004821235 -0.209672809 -0.012189908 0.004929765 0.999913573 10.712099075\n0.999886274 -0.008807844 0.012243475 0.078340374 0.008868185 0.999948740 -0.004882865 -0.210754767 -0.012199840 0.004990887 0.999913096 10.711474419\n0.999886930 -0.008773788 0.012210379 0.079847991 0.008834342 0.999948919 -0.004914180 -0.210714832 -0.012166640 0.005021496 0.999913394 10.711089134\n0.999886513 -0.008841079 0.012199498 0.080631696 0.008901622 0.999948263 -0.004917404 -0.210695863 -0.012155392 0.005025441 0.999913514 10.708080292\n0.999887049 -0.008794115 0.012189178 0.079910502 0.008855258 0.999948442 -0.004971314 -0.209044844 -0.012144831 0.005078691 0.999913335 10.711956978\n0.999887943 -0.008499620 0.012325374 0.078359984 0.008561182 0.999951124 -0.004950597 -0.209275380 -0.012282694 0.005055562 0.999911785 10.706487656\n0.999885738 -0.008712202 0.012351902 0.079106286 0.008775236 0.999948680 -0.005058212 -0.208115071 -0.012307201 0.005166025 0.999910891 10.712893486\n0.999884903 -0.008888389 0.012296459 0.080386132 0.008948494 0.999948263 -0.004841637 -0.209766254 -0.012252788 0.004951114 0.999912679 10.710409164\n0.999887049 -0.008592580 0.012330759 0.079322912 0.008654337 0.999950230 -0.004963843 -0.209758341 -0.012287493 0.005069997 0.999911666 10.707520485\n0.999885440 -0.008877511 0.012261234 0.080218606 0.008940073 0.999947250 -0.005057039 -0.208736628 -0.012215693 0.005166076 0.999912024 10.709002495\n0.999887228 -0.008544181 0.012351724 0.079031222 0.008604548 0.999951243 -0.004842439 -0.209634304 -0.012309748 0.004948174 0.999911964 10.712024689\n0.999887288 -0.008629162 0.012285811 0.079119734 0.008692379 0.999949217 -0.005101463 -0.207384363 -0.012241166 0.005207681 0.999911487 10.711084366\n0.999885738 -0.008530877 0.012479583 0.076510355 0.008593995 0.999950528 -0.005012929 -0.209198877 -0.012436200 0.005119605 0.999909580 10.712464333\n0.999887586 -0.008572759 0.012303796 0.080117531 0.008634888 0.999950171 -0.005005374 -0.208337665 -0.012260273 0.005111053 0.999911785 10.712938309\n0.999886453 -0.008641316 0.012345761 0.078620225 0.008703366 0.999949694 -0.004981204 -0.209579304 -0.012302096 0.005088088 0.999911368 10.712738991\n0.999887228 -0.008562072 0.012337403 0.079369068 0.008624183 0.999950349 -0.004990000 -0.208848163 -0.012294066 0.005095838 0.999911427 10.709204674\n0.999884546 -0.008861778 0.012341752 0.079275534 0.008923546 0.999947906 -0.004958817 -0.209756985 -0.012297165 0.005068377 0.999911547 10.713652611\n0.999885738 -0.008751890 0.012327100 0.080090255 0.008814169 0.999948621 -0.005007003 -0.208918422 -0.012282646 0.005115084 0.999911487 10.710754395\n0.999885559 -0.008641766 0.012417085 0.078337684 0.008704395 0.999949634 -0.004998618 -0.208668381 -0.012373262 0.005106129 0.999910414 10.712472916\n0.999884129 -0.008830404 0.012398266 0.077720687 0.008892733 0.999948025 -0.004981108 -0.210184306 -0.012353637 0.005090785 0.999910712 10.709790230\n0.999886870 -0.008649355 0.012306008 0.078812607 0.008710488 0.999949932 -0.004922879 -0.210565925 -0.012262812 0.005029513 0.999912143 10.709232330\n0.999886215 -0.008748231 0.012288034 0.080245219 0.008810190 0.999948680 -0.004997205 -0.209576264 -0.012243686 0.005104897 0.999912024 10.708481789\n0.999887705 -0.008455995 0.012372314 0.078258932 0.008519632 0.999950707 -0.005099898 -0.208321959 -0.012328580 0.005204733 0.999910474 10.712021828\n0.999885201 -0.008796913 0.012334469 0.079175532 0.008857919 0.999948740 -0.004900109 -0.209567785 -0.012290731 0.005008804 0.999911904 10.710970879\n0.999887049 -0.008664043 0.012281047 0.079421945 0.008727024 0.999948978 -0.005084098 -0.207908809 -0.012236372 0.005190701 0.999911666 10.712081909\n0.999888122 -0.008597047 0.012242740 0.080284461 0.008658689 0.999950051 -0.004990952 -0.208573058 -0.012199221 0.005096399 0.999912620 10.711887360\n0.999887466 -0.008536695 0.012336394 0.079287864 0.008599039 0.999950469 -0.005009548 -0.208389983 -0.012293018 0.005115065 0.999911368 10.712724686\n0.999886632 -0.008631736 0.012336630 0.079205677 0.008693691 0.999949813 -0.004977266 -0.208718076 -0.012293049 0.005083953 0.999911487 10.710555077\n0.999887407 -0.008553376 0.012331541 0.077966660 0.008614569 0.999950826 -0.004917738 -0.208618090 -0.012288871 0.005023416 0.999911845 10.711818695\n0.999885976 -0.008588201 0.012422885 0.076806732 0.008651560 0.999949813 -0.005055420 -0.208277807 -0.012378844 0.005162321 0.999910057 10.710026741\n0.999885499 -0.008748695 0.012346083 0.078918390 0.008810332 0.999948978 -0.004946840 -0.209317565 -0.012302174 0.005055047 0.999911547 10.712232590\n0.999884903 -0.008654781 0.012463299 0.078589380 0.008716868 0.999949813 -0.004935923 -0.209479377 -0.012419954 0.005043996 0.999910176 10.710730553\n0.999886274 -0.008582175 0.012401516 0.077773400 0.008645567 0.999949813 -0.005067155 -0.208198681 -0.012357405 0.005173797 0.999910235 10.713198662\n0.999886215 -0.008579343 0.012405943 0.077145100 0.008640593 0.999950707 -0.004891999 -0.210135162 -0.012363361 0.004998637 0.999911070 10.709197998\n0.999883115 -0.008753584 0.012535696 0.076095887 0.008815904 0.999949038 -0.004924876 -0.209922314 -0.012491946 0.005034814 0.999909282 10.712903976\n0.999884903 -0.008761076 0.012386349 0.077403240 0.008822554 0.999948978 -0.004917431 -0.210153550 -0.012342636 0.005026144 0.999911189 10.711064339\n0.999884844 -0.008875544 0.012308222 0.078510746 0.008935806 0.999948323 -0.004849778 -0.210619822 -0.012264541 0.004959204 0.999912500 10.709954262\n0.999884903 -0.008734168 0.012406672 0.078401215 0.008796519 0.999948919 -0.004979949 -0.209430248 -0.012362543 0.005088512 0.999910653 10.711397171\n0.999886036 -0.008800118 0.012266359 0.078818694 0.008860337 0.999948919 -0.004863541 -0.209889159 -0.012222933 0.004971670 0.999912918 10.709974289\n0.999886811 -0.008564631 0.012370571 0.077861227 0.008626649 0.999950469 -0.004968720 -0.208774969 -0.012327403 0.005074874 0.999911129 10.709846497\n0.999885738 -0.008671942 0.012380420 0.078019537 0.008734113 0.999949455 -0.004976439 -0.208537340 -0.012336639 0.005084002 0.999910951 10.711117744\n0.999885619 -0.008852283 0.012264919 0.079422951 0.008914056 0.999947786 -0.004991083 -0.209074453 -0.012220097 0.005099843 0.999912322 10.711905479\n0.999885917 -0.008725199 0.012327522 0.077562571 0.008787833 0.999948680 -0.005035850 -0.209972903 -0.012282951 0.005143608 0.999911308 10.707373619\n0.999883950 -0.008881997 0.012378212 0.078967154 0.008943856 0.999947727 -0.004950984 -0.209084600 -0.012333591 0.005061119 0.999911129 10.711146355\n0.999885857 -0.008734816 0.012325512 0.078158170 0.008796929 0.999948859 -0.004994307 -0.208683640 -0.012281258 0.005102163 0.999911547 10.713928223\n0.999884009 -0.008848642 0.012396388 0.078125514 0.008910450 0.999948084 -0.004939632 -0.210050061 -0.012352035 0.005049516 0.999910951 10.713679314\n0.999884486 -0.008709209 0.012454881 0.077737801 0.008771178 0.999949396 -0.004929523 -0.209217355 -0.012411319 0.005038198 0.999910295 10.712084770\n0.999884605 -0.008828217 0.012361052 0.078032240 0.008889739 0.999948323 -0.004931006 -0.210421473 -0.012316883 0.005040323 0.999911427 10.712326050\n0.999884725 -0.008687976 0.012454104 0.077265769 0.008751531 0.999948919 -0.005057774 -0.208189145 -0.012409526 0.005166183 0.999909639 10.712909698\n0.999884427 -0.008567315 0.012558527 0.075552449 0.008630447 0.999950349 -0.004981567 -0.208503678 -0.012515225 0.005089377 0.999908745 10.710847855\n0.999885142 -0.008658259 0.012438483 0.077385813 0.008722514 0.999948859 -0.005120905 -0.208031699 -0.012393508 0.005228811 0.999909520 10.709735870\n0.999884725 -0.008760889 0.012402689 0.078761294 0.008822787 0.999948859 -0.004944776 -0.209356233 -0.012358734 0.005053632 0.999910831 10.712893486\n0.999885976 -0.008671808 0.012363151 0.078087211 0.008734196 0.999949336 -0.005001294 -0.209891140 -0.012319154 0.005108706 0.999911070 10.711976051\n0.999884009 -0.008854543 0.012391457 0.078895576 0.008917108 0.999947727 -0.005002911 -0.208738580 -0.012346511 0.005112827 0.999910712 10.714021683\n0.999884963 -0.008734750 0.012402300 0.077978186 0.008797171 0.999948859 -0.004987383 -0.208374500 -0.012358102 0.005095914 0.999910653 10.713205338\n0.999883711 -0.008781096 0.012469668 0.076807193 0.008843555 0.999948561 -0.004962572 -0.209710598 -0.012425450 0.005072271 0.999909937 10.707957268\n0.999886692 -0.008535256 0.012399392 0.078715742 0.008598072 0.999950409 -0.005021667 -0.208336696 -0.012355916 0.005127709 0.999910533 10.709952354\n0.999884427 -0.008672949 0.012485710 0.076951176 0.008737162 0.999948859 -0.005097598 -0.208712026 -0.012440860 0.005206098 0.999909043 10.711157799\n0.999883115 -0.008822896 0.012488508 0.077582397 0.008884721 0.999948502 -0.004903831 -0.209287241 -0.012444599 0.005014215 0.999909997 10.710649490\n0.999885738 -0.008680020 0.012376395 0.078374647 0.008742184 0.999949396 -0.004977501 -0.208808631 -0.012332563 0.005085130 0.999911010 10.712042809\n0.999884248 -0.008729834 0.012460259 0.077847458 0.008793608 0.999948442 -0.005072648 -0.209421411 -0.012415334 0.005181632 0.999909520 10.713562012\n0.999884903 -0.008719096 0.012416936 0.078476369 0.008782042 0.999948800 -0.005023879 -0.208504826 -0.012372497 0.005132347 0.999910295 10.709882736\n0.999884903 -0.008736418 0.012404639 0.079062119 0.008799888 0.999948442 -0.005071327 -0.208958581 -0.012359695 0.005179903 0.999910176 10.711544991\n0.999885440 -0.008748474 0.012351069 0.078197375 0.008809868 0.999949038 -0.004925128 -0.210836112 -0.012307352 0.005033375 0.999911606 10.713247299\n0.999884188 -0.008779781 0.012429670 0.077775508 0.008841838 0.999948680 -0.004946527 -0.208732605 -0.012385603 0.005055855 0.999910533 10.712573051\n0.999884188 -0.008712059 0.012477696 0.076896124 0.008776155 0.999948502 -0.005091337 -0.208721831 -0.012432697 0.005200254 0.999909163 10.713698387\n0.999886036 -0.008626107 0.012388724 0.079815924 0.008689417 0.999949396 -0.005065584 -0.207313761 -0.012344400 0.005172657 0.999910414 10.711068153\n0.999886274 -0.008521882 0.012440886 0.077331908 0.008585380 0.999950349 -0.005059588 -0.207980618 -0.012397151 0.005165823 0.999909818 10.712030411\n0.999886632 -0.008540001 0.012399931 0.077734709 0.008603688 0.999950051 -0.005091862 -0.207870975 -0.012355828 0.005197970 0.999910176 10.712159157\n0.999885142 -0.008626264 0.012460781 0.077437699 0.008689735 0.999949515 -0.005048592 -0.208138153 -0.012416601 0.005156293 0.999909639 10.712261200\n0.999885142 -0.008747553 0.012377205 0.078766815 0.008810151 0.999948621 -0.005012105 -0.209348440 -0.012332726 0.005120574 0.999910831 10.710730553\n0.999887288 -0.008565246 0.012330433 0.079724245 0.008627003 0.999950469 -0.004964049 -0.209163234 -0.012287305 0.005069864 0.999911666 10.711939812\n0.999884784 -0.008795536 0.012369540 0.078176625 0.008857143 0.999948621 -0.004934607 -0.209822446 -0.012325501 0.005043597 0.999911308 10.710885048\n0.999888241 -0.008489801 0.012305723 0.079535775 0.008551644 0.999951005 -0.004981698 -0.208994746 -0.012262827 0.005086375 0.999911845 10.714222908\n0.999886632 -0.008666752 0.012312655 0.079784982 0.008728975 0.999949336 -0.005008926 -0.208788961 -0.012268621 0.005115835 0.999911666 10.710999489\n0.999884725 -0.008775959 0.012390384 0.078338742 0.008837993 0.999948621 -0.004960777 -0.208957404 -0.012346213 0.005069711 0.999910951 10.711826324\n0.999886155 -0.008548845 0.012434616 0.078254662 0.008611100 0.999950588 -0.004961678 -0.209369928 -0.012391585 0.005068189 0.999910355 10.711729050\n0.999886990 -0.008568586 0.012353668 0.080408387 0.008630211 0.999950528 -0.004943726 -0.208559155 -0.012310696 0.005049782 0.999911487 10.712600708\n0.999884725 -0.008815086 0.012362467 0.078924678 0.008877491 0.999948084 -0.005002223 -0.209170982 -0.012317730 0.005111394 0.999911070 10.713744164\n0.999885201 -0.008760568 0.012362611 0.079211459 0.008820667 0.999949515 -0.004815213 -0.210151032 -0.012319803 0.004923707 0.999911964 10.712266922\n0.999884367 -0.008758270 0.012431350 0.078574240 0.008820446 0.999948800 -0.004955560 -0.209917456 -0.012387312 0.005064636 0.999910474 10.712435722\n0.999884009 -0.008891656 0.012364727 0.079121441 0.008953623 0.999947608 -0.004965265 -0.209307417 -0.012319930 0.005075398 0.999911249 10.712329865\n0.999885261 -0.008591370 0.012477316 0.078083605 0.008653459 0.999950409 -0.004930773 -0.209557429 -0.012434335 0.005038179 0.999909997 10.712005615\n0.999884605 -0.008909963 0.012301843 0.080595724 0.008971218 0.999947608 -0.004933144 -0.209675223 -0.012257244 0.005042937 0.999912143 10.711071968\n0.999884784 -0.008610086 0.012501586 0.077859893 0.008672253 0.999950230 -0.004927109 -0.209699303 -0.012458541 0.005034958 0.999909699 10.709876060\n0.999884129 -0.008779319 0.012434999 0.077865668 0.008842096 0.999948382 -0.005002383 -0.210255623 -0.012390439 0.005111754 0.999910176 10.711899757\n0.999884605 -0.008841164 0.012353308 0.079484805 0.008902210 0.999948382 -0.004895388 -0.210250229 -0.012309390 0.005004795 0.999911726 10.712947845\n0.999884248 -0.008799331 0.012414603 0.078222618 0.008859370 0.999949276 -0.004789459 -0.210297838 -0.012371830 0.004898890 0.999911487 10.709547043\n0.999884963 -0.008740903 0.012397749 0.078165986 0.008803047 0.999948919 -0.004966821 -0.210066289 -0.012353702 0.005075388 0.999910831 10.709876060\n0.999884188 -0.008732184 0.012466294 0.079079390 0.008793714 0.999949396 -0.004889507 -0.208957672 -0.012422967 0.004998566 0.999910355 10.710687637\n0.999884546 -0.008690094 0.012463033 0.078372873 0.008753262 0.999949098 -0.005022869 -0.209449932 -0.012418750 0.005131381 0.999909699 10.709237099\n0.999884307 -0.008801815 0.012407279 0.078366615 0.008864581 0.999948144 -0.005012844 -0.209675774 -0.012362513 0.005122249 0.999910474 10.708914757\n0.999884605 -0.008662561 0.012477801 0.078077182 0.008724842 0.999949694 -0.004945630 -0.209133506 -0.012434332 0.005053927 0.999909937 10.707302094\n0.999884844 -0.008614234 0.012491643 0.076380193 0.008677757 0.999949634 -0.005040049 -0.208679929 -0.012447598 0.005147868 0.999909282 10.712855339\n0.999883771 -0.008878598 0.012395383 0.079318188 0.008939673 0.999948144 -0.004880575 -0.209838748 -0.012351408 0.004990819 0.999911249 10.712537766\n0.999889076 -0.008221084 0.012421474 0.077161886 0.008284543 0.999952853 -0.005065985 -0.207552284 -0.012379240 0.005168329 0.999909997 10.710905075\n0.999887884 -0.008371779 0.012416085 0.077535771 0.008435058 0.999951661 -0.005053040 -0.209153876 -0.012373182 0.005157203 0.999910176 10.709048271\n0.999884307 -0.008721334 0.012462675 0.078047730 0.008783111 0.999949396 -0.004910891 -0.208924964 -0.012419214 0.005019784 0.999910295 10.710124969\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_29/2011_09_29_drive_0071_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999106 0.001306878 0.000227952 -0.001227325 -0.001307150 0.999998450 0.001198330 -0.001597305 -0.000226386 -0.001198627 0.999999285 0.077097863\n0.999995708 0.002860565 -0.000637194 -0.005452382 -0.002859598 0.999994755 0.001512713 0.000482314 0.000641517 -0.001510884 0.999998629 0.162166432\n0.999996662 0.002301730 -0.001154867 -0.002500476 -0.002298224 0.999992788 0.003027608 -0.001560380 0.001161827 -0.003024943 0.999994755 0.246008232\n0.999997318 0.002123195 -0.000907082 -0.007280712 -0.002118464 0.999984324 0.005185075 -0.002684430 0.000918076 -0.005183139 0.999986172 0.331393033\n0.999995708 0.001271912 -0.002640042 -0.005910401 -0.001254034 0.999976337 0.006762384 -0.006149309 0.002648581 -0.006759044 0.999973655 0.414425403\n0.999988556 0.001363166 -0.004582065 -0.006414483 -0.001328467 0.999970496 0.007567225 -0.006862900 0.004592245 -0.007561051 0.999960899 0.492091507\n0.999979377 0.002844134 -0.005759430 -0.009503088 -0.002794647 0.999959290 0.008582165 -0.002316198 0.005783604 -0.008565892 0.999946594 0.561348498\n0.999956489 0.004312478 -0.008271484 -0.016913138 -0.004235179 0.999947429 0.009340103 -0.004163792 0.008311328 -0.009304665 0.999922156 0.628464460\n0.999918342 0.004825325 -0.011835180 -0.018783744 -0.004713866 0.999944448 0.009427418 -0.004605486 0.011880013 -0.009370858 0.999885499 0.690149307\n0.999874353 0.004572273 -0.015176339 -0.019252097 -0.004426057 0.999943614 0.009654144 -0.007531048 0.015219624 -0.009585760 0.999838233 0.748791873\n0.999811947 0.005153358 -0.018694155 -0.021882700 -0.004952227 0.999929547 0.010789426 -0.011585679 0.018748440 -0.010694820 0.999767005 0.799391210\n0.999749303 0.005509235 -0.021702170 -0.029519290 -0.005239908 0.999908805 0.012447529 -0.007594672 0.021768767 -0.012330691 0.999687016 0.847392201\n0.999682665 0.006486312 -0.024342490 -0.032823838 -0.006155997 0.999888301 0.013619942 -0.005910059 0.024428114 -0.013465768 0.999610901 0.885282516\n0.999614775 0.005397242 -0.027223615 -0.035608955 -0.005028356 0.999894857 0.013600519 -0.005493783 0.027294157 -0.013458390 0.999536872 0.923847198\n0.999519944 0.004227197 -0.030691860 -0.038143352 -0.003837763 0.999911547 0.012736361 -0.006203935 0.030742984 -0.012612458 0.999447763 0.963776767\n0.999414444 0.003033776 -0.034081228 -0.038520470 -0.002628789 0.999925494 0.011921517 -0.007584762 0.034114856 -0.011824944 0.999347985 1.012617588\n0.999283552 0.003789764 -0.037655819 -0.050926056 -0.003344765 0.999923885 0.011873505 -0.006574129 0.037697952 -0.011739049 0.999220252 1.064568281\n0.999051511 0.004572647 -0.043303683 -0.057904985 -0.004021185 0.999909818 0.012813312 -0.004776850 0.043358367 -0.012627027 0.998979807 1.129534841\n0.998794258 0.005392901 -0.048794638 -0.067747906 -0.004716540 0.999891341 0.013965919 -0.004110332 0.048864655 -0.013718938 0.998711169 1.198295116\n0.998485446 0.006998633 -0.054569095 -0.077700682 -0.006162866 0.999861360 0.015469012 -0.002795790 0.054669794 -0.015109282 0.998390138 1.279037476\n0.998117089 0.008927769 -0.060683753 -0.092659131 -0.007921483 0.999827445 0.016802853 -0.000424650 0.060823292 -0.016290510 0.998015583 1.364058256\n0.997738540 0.010693788 -0.066358611 -0.107166961 -0.009538571 0.999797821 0.017701179 0.000547834 0.066534489 -0.017028183 0.997638822 1.450493455\n0.997322083 0.012127212 -0.072122470 -0.122806117 -0.010901323 0.999789774 0.017366767 0.003060949 0.072317913 -0.016534030 0.997244596 1.547719955\n0.996838450 0.014135697 -0.078187391 -0.143098295 -0.012829696 0.999770105 0.017180679 0.003254510 0.078412272 -0.016123241 0.996790648 1.650876403\n0.996355295 0.015600598 -0.083861552 -0.159389541 -0.014249825 0.999759316 0.016681729 0.006275084 0.084101617 -0.015425916 0.996337771 1.762220144\n0.995887518 0.016686626 -0.089048073 -0.177618355 -0.015293887 0.999750197 0.016299803 0.006777904 0.089297816 -0.014870880 0.995893955 1.884811282\n0.995483220 0.016610116 -0.093473285 -0.196496099 -0.015167446 0.999754965 0.016123412 0.006824874 0.093718193 -0.014632836 0.995491207 2.012917995\n0.995117068 0.016482363 -0.097315505 -0.214096189 -0.014988828 0.999758720 0.016058559 0.002758758 0.097556710 -0.014521501 0.995124042 2.159339428\n0.994658113 0.015944416 -0.101985551 -0.233320192 -0.014314698 0.999758184 0.016691878 0.002030183 0.102227032 -0.015142820 0.994645834 2.320337534\n0.994177997 0.014138435 -0.106818698 -0.253450900 -0.012287213 0.999763072 0.017968841 0.000081170 0.107047439 -0.016551722 0.994116127 2.493921041\n0.993721664 0.013748521 -0.111032620 -0.287571281 -0.011778619 0.999761701 0.018378170 -0.001381285 0.111258835 -0.016954975 0.993646801 2.689359665\n0.993179858 0.013093435 -0.115854613 -0.313646346 -0.011149517 0.999786258 0.017411139 -0.001071078 0.116057821 -0.016000669 0.993113577 2.891359091\n0.992622256 0.012818988 -0.120568141 -0.343430072 -0.010999916 0.999815583 0.015741002 -0.000809518 0.120747693 -0.014298630 0.992580235 3.105810881\n0.992041647 0.012487819 -0.125289530 -0.375392497 -0.010678783 0.999828935 0.015100114 0.000963541 0.125456661 -0.013642003 0.992005289 3.333791733\n0.991303921 0.010064515 -0.131206915 -0.405143261 -0.008287767 0.999866545 0.014080632 0.005662870 0.131331116 -0.012870774 0.991254985 3.576908350\n0.990447938 0.007394128 -0.137688965 -0.440862149 -0.005777099 0.999909639 0.012139998 0.007177397 0.137766287 -0.011228593 0.990401089 3.827091694\n0.989510357 0.005270576 -0.144365847 -0.479567140 -0.004011571 0.999951363 0.009010634 0.009921353 0.144406304 -0.008336982 0.989483356 4.085293770\n0.988653123 0.006264458 -0.150085971 -0.528447926 -0.005711582 0.999975204 0.004114501 0.016244672 0.150108024 -0.003210586 0.988664389 4.353206158\n0.987606227 0.008346640 -0.156729832 -0.581369936 -0.008156634 0.999965012 0.001855456 0.016759770 0.156739831 -0.000554072 0.987639785 4.632378578\n0.986479223 0.007315926 -0.163723111 -0.630435288 -0.006862915 0.999970913 0.003332400 0.016212709 0.163742721 -0.002163725 0.986500680 4.933742523\n0.985381722 0.003531715 -0.170324385 -0.674865782 -0.002495974 0.999977052 0.006294735 0.014964104 0.170342714 -0.005777592 0.985367954 5.240362167\n0.984361410 0.000866323 -0.176158607 -0.729817808 0.000490104 0.999970555 0.007656375 0.013742691 0.176160052 -0.007622976 0.984332025 5.562084198\n0.983348668 -0.000925137 -0.181726530 -0.779563189 0.002550824 0.999958813 0.008712270 0.012176990 0.181710988 -0.009030752 0.983310521 5.880777359\n0.982679605 -0.002829383 -0.185291111 -0.846067667 0.004339405 0.999960601 0.007744427 0.010729596 0.185261890 -0.008414344 0.982653141 6.213315964\n0.982291639 -0.004202136 -0.187311143 -0.906292319 0.005514094 0.999963760 0.006483677 0.008930884 0.187277108 -0.007401713 0.982279241 6.540791035\n0.982177794 -0.003927630 -0.187913015 -0.979851067 0.005075848 0.999971271 0.005629561 0.007921943 0.187885508 -0.006483048 0.982169569 6.880224228\n0.982288539 -0.001922409 -0.187364653 -1.041705966 0.003015577 0.999980032 0.005549584 0.005348659 0.187350258 -0.006016306 0.982274771 7.216559887\n0.982898057 -0.000930079 -0.184148133 -1.098691940 0.001857199 0.999986470 0.004862233 0.002594579 0.184141114 -0.005121079 0.982886493 7.559682369\n0.983880460 -0.001423870 -0.178821817 -1.148909807 0.001792733 0.999996603 0.001901166 0.006981490 0.178818509 -0.002191100 0.983879626 7.900279045\n0.985020161 0.002103644 -0.172426268 -1.216320157 -0.001992259 0.999997675 0.000819035 0.006853818 0.172427595 -0.000463248 0.985022068 8.257810593\n0.986140609 0.002970014 -0.165885061 -1.293092370 -0.003091134 0.999995112 -0.000471975 0.008908558 0.165882841 0.000978207 0.986144960 8.629028320\n0.987093568 0.002085257 -0.160131127 -1.336730361 -0.002214965 0.999997318 -0.000631524 0.003285813 0.160129398 0.000978058 0.987095535 8.985857964\n0.988163114 -0.003292503 -0.153371349 -1.387098193 0.003303098 0.999994516 -0.000185726 -0.002581323 0.153371111 -0.000323073 0.988168597 9.353771210\n0.989132345 -0.006759130 -0.146872327 -1.426290751 0.006855736 0.999976516 0.000151551 -0.010720166 0.146867856 -0.001156822 0.989155471 9.717841148\n0.990160763 -0.007509118 -0.139732674 -1.472378731 0.007544151 0.999971509 -0.000278975 -0.009621780 0.139730781 -0.000777934 0.990189254 10.075851440\n0.991110682 -0.004592256 -0.132960811 -1.516198516 0.004567742 0.999989450 -0.000489384 -0.016815033 0.132961646 -0.000122297 0.991121173 10.434996605\n0.991902173 -0.000852922 -0.127001509 -1.566502571 0.000812631 0.999999583 -0.000369060 -0.029799918 0.127001777 0.000262866 0.991902471 10.792881966\n0.992608547 -0.000344934 -0.121359698 -1.602856398 0.000294021 0.999999881 -0.000437433 -0.029453065 0.121359833 0.000398517 0.992608488 11.160799026\n0.993223548 -0.000978214 -0.116215497 -1.638579130 0.001005539 0.999999464 0.000176496 -0.035600729 0.116215266 -0.000292160 0.993224025 11.523943901\n0.993754327 -0.002814973 -0.111554556 -1.673013330 0.002901180 0.999995589 0.000610461 -0.040047672 0.111552343 -0.000930288 0.993758142 11.888250351\n0.994110703 -0.005794519 -0.108214527 -1.697435856 0.005909089 0.999982297 0.000738094 -0.046182066 0.108208328 -0.001373196 0.994127274 12.245984077\n0.994463861 -0.009773446 -0.104623385 -1.732357979 0.009882707 0.999951005 0.000525958 -0.047909215 0.104613118 -0.001557008 0.994511783 12.620207787\n0.994778574 -0.011649447 -0.101389952 -1.765861988 0.011868225 0.999928355 0.001554828 -0.056815132 0.101364575 -0.002750028 0.994845569 12.984668732\n0.994989038 -0.011945180 -0.099267706 -1.795053720 0.012103573 0.999926269 0.000993524 -0.058242194 0.099248514 -0.002190039 0.995060265 13.348903656\n0.995357633 -0.010117728 -0.095712170 -1.826339602 0.010217688 0.999947667 0.000554318 -0.065322526 0.095701545 -0.001529701 0.995408893 13.698945045\n0.995743752 -0.006919016 -0.091905080 -1.860541105 0.006873065 0.999976039 -0.000816484 -0.073510557 0.091908522 0.000181339 0.995767415 14.028430939\n0.996092796 -0.006019774 -0.088107340 -1.886841774 0.005883720 0.999981046 -0.001803814 -0.075844385 0.088116527 0.001278367 0.996109366 14.341137886\n0.996546090 -0.006740402 -0.082767427 -1.906620860 0.006551476 0.999975264 -0.002553998 -0.083361015 0.082782596 0.002002928 0.996565640 14.635119438\n0.996972322 -0.009142554 -0.077218100 -1.919106245 0.008884467 0.999953747 -0.003685202 -0.088578045 0.077248223 0.002988002 0.997007430 14.914608002\n0.997298539 -0.011084195 -0.072613761 -1.933063269 0.010764829 0.999930620 -0.004788039 -0.089279592 0.072661795 0.003993430 0.997348666 15.180132866\n0.997502267 -0.013960118 -0.069241412 -1.930895805 0.013529936 0.999886155 -0.006677906 -0.088736400 0.069326751 0.005724395 0.997577608 15.426991463\n0.997815073 -0.014031309 -0.064561889 -1.950480938 0.013549261 0.999877036 -0.007898275 -0.093961298 0.064664766 0.007006252 0.997882426 15.658149719\n0.998092651 -0.012070445 -0.060542263 -1.963253140 0.011556319 0.999894202 -0.008834998 -0.097665399 0.060642499 0.008118501 0.998126507 15.865180969\n0.998269916 -0.010641781 -0.057826698 -1.973178983 0.010123294 0.999905944 -0.009251789 -0.103426062 0.057919715 0.008650386 0.998283744 16.049127579\n0.998442769 -0.011532346 -0.054580402 -1.978293896 0.011018591 0.999892175 -0.009704394 -0.106953092 0.054686431 0.009087884 0.998462200 16.213003159\n0.998577118 -0.011762263 -0.052013204 -1.977715015 0.011266404 0.999888361 -0.009816288 -0.111970320 0.052122861 0.009216319 0.998598158 16.354511261\n0.998702049 -0.010668447 -0.049803946 -1.984114408 0.010216398 0.999904335 -0.009322344 -0.116239071 0.049898639 0.008801428 0.998715520 16.473108292\n0.998801768 -0.008278224 -0.048233502 -1.991437197 0.007824190 0.999923348 -0.009594460 -0.120911613 0.048309229 0.009205575 0.998790026 16.574853897\n0.998864591 -0.007679810 -0.047016475 -1.994579673 0.007138730 0.999906480 -0.011665436 -0.125743091 0.047101665 0.011316553 0.998825967 16.659662247\n0.998915195 -0.008873854 -0.045712702 -1.995032668 0.008220959 0.999861777 -0.014450836 -0.126529828 0.045834620 0.014059358 0.998850107 16.743001938\n0.998944700 -0.010017369 -0.044823345 -1.999743462 0.009273638 0.999816358 -0.016769789 -0.131088004 0.044983100 0.016336417 0.998854160 16.823198318\n0.998946071 -0.010701708 -0.044634037 -2.001283407 0.009926313 0.999796569 -0.017557885 -0.134782746 0.044812854 0.017096329 0.998849094 16.909517288\n0.998929441 -0.010796041 -0.044982057 -2.003026485 0.010015942 0.999796152 -0.017531881 -0.135898992 0.045162160 0.017062575 0.998833954 17.001007080\n0.998863637 -0.010476554 -0.046494022 -2.007752895 0.009657430 0.999794781 -0.017807629 -0.136954069 0.046671044 0.017338380 0.998759806 17.091716766\n0.998773813 -0.009785900 -0.048529539 -2.020088434 0.008916007 0.999796271 -0.018109202 -0.138606608 0.048696868 0.017654307 0.998657584 17.189184189\n0.998589277 -0.009521335 -0.052237794 -2.028546572 0.008598567 0.999803483 -0.017861150 -0.142849594 0.052397594 0.017386783 0.998474956 17.279150009\n0.998330057 -0.009718018 -0.056943845 -2.035770416 0.008690835 0.999795556 -0.018258490 -0.143125206 0.057109635 0.017733110 0.998210430 17.383081436\n0.998034000 -0.010336852 -0.061816502 -2.050441504 0.009202011 0.999784410 -0.018614821 -0.142583951 0.061995592 0.018009389 0.997913957 17.476877213\n0.997694135 -0.011188587 -0.066941939 -2.063142776 0.009981454 0.999781966 -0.018339915 -0.151349485 0.067132540 0.017629446 0.997588277 17.573699951\n0.997321308 -0.010757350 -0.072349392 -2.076162815 0.009438467 0.999783456 -0.018546619 -0.150957808 0.072533242 0.017814072 0.997206867 17.681818008\n0.996897459 -0.009924605 -0.078083232 -2.093209982 0.008482328 0.999787629 -0.018781075 -0.156278670 0.078253046 0.018060477 0.996769905 17.790195465\n0.996376574 -0.010234676 -0.084432952 -2.107325554 0.008586848 0.999765992 -0.019856548 -0.157727346 0.084616423 0.019059585 0.996231318 17.910097122\n0.995801508 -0.010149585 -0.090974666 -2.129866600 0.008289278 0.999749243 -0.020803204 -0.159806013 0.091163002 0.019961746 0.995635867 18.033933640\n0.995105684 -0.010711085 -0.098234214 -2.144140005 0.008662187 0.999736428 -0.021260113 -0.161288992 0.098436043 0.020305136 0.994936228 18.169824600\n0.994343400 -0.010619869 -0.105680808 -2.167759657 0.008420739 0.999739051 -0.021233674 -0.167570218 0.105878733 0.020223653 0.994173348 18.314023972\n0.993463814 -0.009562614 -0.113746390 -2.198545933 0.007160790 0.999743104 -0.021505494 -0.173151270 0.113922812 0.020550415 0.993277013 18.468971252\n0.992479920 -0.009279319 -0.122055538 -2.229740381 0.006661857 0.999739408 -0.021835485 -0.178074896 0.122226343 0.020858165 0.992283046 18.636230469\n0.991397738 -0.009579223 -0.130532607 -2.257330894 0.006811350 0.999742746 -0.021634450 -0.185484886 0.130706266 0.020559242 0.991207957 18.807714462\n0.990283608 -0.009285299 -0.138751999 -2.292577028 0.006368645 0.999749660 -0.021449847 -0.184023112 0.138916433 0.020357771 0.990094841 18.997587204\n0.989085853 -0.008979697 -0.147066504 -2.325725555 0.006061439 0.999776006 -0.020279270 -0.190699652 0.147215664 0.019166503 0.988918722 19.198326111\n0.987953484 -0.008334454 -0.154526412 -2.368645430 0.005442682 0.999802232 -0.019127412 -0.195708856 0.154655263 0.018055955 0.987803459 19.414461136\n0.986866891 -0.009151869 -0.161276147 -2.411046743 0.006243673 0.999808788 -0.018529985 -0.200812683 0.161414906 0.017279673 0.986735344 19.632024765\n0.985788763 -0.009189685 -0.167738110 -2.456218719 0.006266317 0.999819279 -0.017949166 -0.211797848 0.167872742 0.016642986 0.985668182 19.872079849\n0.984770536 -0.008476888 -0.173652425 -2.507551908 0.005482326 0.999828041 -0.017716980 -0.218651280 0.173772737 0.016495140 0.984647632 20.111501694\n0.983936131 -0.006973259 -0.178384483 -2.560201168 0.003871740 0.999835312 -0.017728928 -0.224298596 0.178478733 0.016753476 0.983801126 20.364713669\n0.983374238 -0.007518328 -0.181434736 -2.608338356 0.004264544 0.999823153 -0.018317081 -0.229705140 0.181540355 0.017238811 0.983232379 20.646574020\n0.983235061 -0.006290572 -0.182234004 -2.667288542 0.003014819 0.999828994 -0.018246980 -0.235818043 0.182317615 0.017391667 0.983085871 20.929533005\n0.983356833 -0.005574843 -0.181599036 -2.719646931 0.002343499 0.999835193 -0.018003557 -0.246839389 0.181669474 0.017278343 0.983207822 21.227788925\n0.983702362 -0.005442967 -0.179721966 -2.778680086 0.002044073 0.999815643 -0.019091733 -0.255481124 0.179792747 0.018413218 0.983532190 21.541261673\n0.983913600 -0.007314145 -0.178495303 -2.829308748 0.003731705 0.999785006 -0.020397721 -0.264194697 0.178606108 0.019403502 0.983729303 21.866216660\n0.984077811 -0.008596980 -0.177530244 -2.883835316 0.004962056 0.999769092 -0.020908806 -0.271471262 0.177669004 0.019694977 0.983893216 22.212858200\n0.984281123 -0.008166848 -0.176419795 -2.948746204 0.004734668 0.999791443 -0.019866819 -0.278880447 0.176545247 0.018719247 0.984114528 22.560709000\n0.984525621 -0.006576874 -0.175117299 -3.016075373 0.003679482 0.999850988 -0.016864983 -0.288009375 0.175202131 0.015959667 0.984403133 22.941425323\n0.984683573 -0.005737362 -0.174256474 -3.084370136 0.003514970 0.999908566 -0.013059508 -0.299983621 0.174315467 0.012246977 0.984613717 23.319477081\n0.984878719 -0.005663328 -0.173152536 -3.155082703 0.004052743 0.999945164 -0.009653668 -0.304619551 0.173197716 0.008805949 0.984847724 23.734085083\n0.985087335 -0.004927519 -0.171984538 -3.219819546 0.004011533 0.999975860 -0.005673124 -0.311988980 0.172008336 0.004898601 0.985083342 24.128913879\n0.985325456 -0.005201344 -0.170606688 -3.288865089 0.004861217 0.999985278 -0.002411315 -0.325944096 0.170616716 0.001546574 0.985336244 24.524856567\n0.985486090 -0.005357630 -0.169671580 -3.353028536 0.005247215 0.999985635 -0.001099152 -0.335215837 0.169675037 0.000192896 0.985500038 24.921089172\n0.985670865 -0.005844739 -0.168578580 -3.419448614 0.005624384 0.999982595 -0.001784601 -0.338094443 0.168586075 0.000810879 0.985686600 25.318069458\n0.985847950 -0.004136568 -0.167590767 -3.486897707 0.003763227 0.999989688 -0.002545219 -0.346449971 0.167599574 0.001878517 0.985853374 25.718574524\n0.985963702 -0.005559155 -0.166867122 -3.547835588 0.004985951 0.999980152 -0.003853830 -0.350117803 0.166885227 0.002967745 0.985971868 26.128570557\n0.986157000 -0.006231184 -0.165697023 -3.610176325 0.005477992 0.999972463 -0.005002211 -0.354453087 0.165723637 0.004025278 0.986164033 26.533164978\n0.986439705 -0.006325836 -0.164002135 -3.678406715 0.005493822 0.999969661 -0.005526270 -0.360469788 0.164032102 0.004550334 0.986444533 26.941015244\n0.986682475 -0.006448491 -0.162530258 -3.740238190 0.005578167 0.999967575 -0.005810626 -0.368778735 0.162562445 0.004826622 0.986686468 27.356107712\n0.987165093 -0.006478546 -0.159571812 -3.805041790 0.005698148 0.999969482 -0.005347657 -0.378691465 0.159601584 0.004369756 0.987171829 27.766525269\n0.987661123 -0.006969396 -0.156451076 -3.865687370 0.006441348 0.999971747 -0.003881915 -0.385706902 0.156473711 0.002826261 0.987678111 28.180692673\n0.988139391 -0.007273985 -0.153387070 -3.924524069 0.006820277 0.999970675 -0.003483908 -0.391929984 0.153407916 0.002396444 0.988160014 28.591962814\n0.988597274 -0.007489539 -0.150397167 -3.982108116 0.007041809 0.999969065 -0.003509333 -0.397235453 0.150418803 0.002410249 0.988619447 29.019481659\n0.989156485 -0.007028353 -0.146697134 -4.043625355 0.006438375 0.999969184 -0.004496179 -0.403070092 0.146724209 0.003502934 0.989171207 29.424211502\n0.989605486 -0.005647636 -0.143698066 -4.096574783 0.004921652 0.999973297 -0.005407108 -0.409659088 0.143724769 0.004643672 0.989606798 29.832424164\n0.990087926 -0.005919210 -0.140324116 -4.150665283 0.005141031 0.999969363 -0.005907432 -0.418763280 0.140354782 0.005127467 0.990087986 30.236555099\n0.990534842 -0.005727694 -0.137141928 -4.200286865 0.004952599 0.999969780 -0.005992329 -0.425869584 0.137172103 0.005256401 0.990533292 30.646606445\n0.991028309 -0.005506705 -0.133538455 -4.250197411 0.004723341 0.999969721 -0.006182288 -0.436224461 0.133568466 0.005496074 0.991024375 31.051803589\n0.991554260 -0.006123568 -0.129547983 -4.296778679 0.005143251 0.999955535 -0.007900425 -0.445951194 0.129590616 0.007167403 0.991541684 31.451572418\n0.992117822 -0.006054683 -0.125162154 -4.344328403 0.004887258 0.999941647 -0.009632252 -0.454074860 0.125213176 0.008944630 0.992089570 31.840528488\n0.992636025 -0.006340667 -0.120969042 -4.390515804 0.005162606 0.999936163 -0.010049461 -0.463662833 0.121025041 0.009350942 0.992605388 32.247467041\n0.993119717 -0.006627056 -0.116915844 -4.439050674 0.005387207 0.999925911 -0.010917448 -0.467005908 0.116979532 0.010212483 0.993081808 32.661731720\n0.993603885 -0.006594765 -0.112728752 -4.476804256 0.005292584 0.999915838 -0.011846828 -0.476836771 0.112797387 0.011174429 0.993555188 33.046993256\n0.994030535 -0.004446293 -0.109011725 -4.514091015 0.003083422 0.999915004 -0.012667445 -0.485518277 0.109058782 0.012255698 0.993959725 33.431610107\n0.994335234 -0.003755189 -0.106223069 -4.550852776 0.002408351 0.999915123 -0.012804775 -0.493484527 0.106262140 0.012476415 0.994259894 33.817722321\n0.994600534 -0.005427727 -0.103635505 -4.584564209 0.004258363 0.999924779 -0.011501350 -0.504033267 0.103690140 0.010997931 0.994548857 34.197456360\n0.994886577 -0.005698493 -0.100837342 -4.622645855 0.004624259 0.999930084 -0.010883682 -0.514136374 0.100892313 0.010361732 0.994843364 34.592597961\n0.995054901 -0.006923554 -0.099084608 -4.656324387 0.005815862 0.999917388 -0.011463738 -0.517898798 0.099155791 0.010830786 0.995012999 34.992637634\n0.995216429 -0.007123761 -0.097434625 -4.690891266 0.006014398 0.999913752 -0.011674684 -0.527627110 0.097509392 0.011032827 0.995173454 35.383308411\n0.995407283 -0.004025114 -0.095646031 -4.725272179 0.002909802 0.999926150 -0.011797445 -0.539751887 0.095686451 0.011464952 0.995345473 35.776782990\n0.995651960 -0.000476245 -0.093150206 -4.775221825 -0.000698841 0.999920607 -0.012581938 -0.548774004 0.093148805 0.012592328 0.995572567 36.182796478\n0.995806634 0.002372881 -0.091452353 -4.811274052 -0.003722138 0.999886692 -0.014585923 -0.558386505 0.091407381 0.014865158 0.995702624 36.575679779\n0.995977044 0.002386498 -0.089577094 -4.844151497 -0.003854891 0.999860942 -0.016223082 -0.570708275 0.089525923 0.016503127 0.995847762 36.962703705\n0.996031702 0.002931816 -0.088950999 -4.873909950 -0.004622416 0.999812484 -0.018805936 -0.580439448 0.088879183 0.019142477 0.995858431 37.368289948\n0.996121287 -0.000686060 -0.087988384 -4.916712761 -0.000982367 0.999820590 -0.018917199 -0.591825962 0.087985575 0.018930262 0.995941877 37.773914337\n0.996113181 -0.001954618 -0.088060774 -4.944471836 0.000596689 0.999880552 -0.015444050 -0.599854827 0.088080436 0.015331476 0.995995402 38.178882599\n0.996217847 -0.002851213 -0.086843923 -4.980591297 0.002029205 0.999952316 -0.009552161 -0.606001854 0.086867020 0.009339809 0.996176124 38.587123871\n0.996287644 -0.002080645 -0.086061642 -5.014471531 0.001830011 0.999993861 -0.002991056 -0.615106583 0.086067334 0.002822458 0.996285319 38.998474121\n0.996317923 -0.000675422 -0.085733213 -5.047207355 0.000790449 0.999998808 0.001307744 -0.626852632 0.085732229 -0.001370697 0.996317267 39.409183502\n0.996341467 0.001471098 -0.085449003 -5.080038548 -0.001185467 0.999993563 0.003393353 -0.634918332 0.085453443 -0.003279641 0.996336758 39.810852051\n0.996449828 0.003184448 -0.084128633 -5.124098301 -0.002636314 0.999974549 0.006625709 -0.650723457 0.084147595 -0.006380397 0.996432900 40.218673706\n0.996514618 0.000258047 -0.083417661 -5.152070045 0.000350874 0.999973416 0.007284930 -0.651277065 0.083417326 -0.007288809 0.996488035 40.597232819\n0.996592045 -0.002915625 -0.082436271 -5.176406860 0.003517477 0.999968231 0.007156530 -0.655029833 0.082412787 -0.007422109 0.996570647 40.991500854\n0.996671617 -0.006357287 -0.081272505 -5.200560093 0.006791405 0.999964118 0.005066195 -0.654705465 0.081237376 -0.005601287 0.996679068 41.383384705\n0.996759176 -0.008776067 -0.079963550 -5.224583626 0.009007649 0.999956191 0.002535819 -0.655231237 0.079937793 -0.003247885 0.996794581 41.769309998\n0.996973515 -0.010110032 -0.077081755 -5.247515678 0.010306326 0.999944568 0.002149179 -0.658635914 0.077055760 -0.002937104 0.997022450 42.160999298\n0.997199297 -0.007767995 -0.074385472 -5.275082588 0.008055812 0.999961197 0.003570008 -0.664970696 0.074354850 -0.004159244 0.997223198 42.548526764\n0.997412443 -0.006713833 -0.071577720 -5.300379753 0.006994803 0.999968767 0.003675451 -0.671955824 0.071550809 -0.004166613 0.997428238 42.933952332\n0.997600555 -0.007212596 -0.068856068 -5.321038723 0.007386518 0.999970138 0.002271605 -0.676553369 0.068837628 -0.002774761 0.997624040 43.316829681\n0.997752488 -0.009887933 -0.066273972 -5.332237720 0.009964069 0.999950051 0.000818360 -0.676946104 0.066262566 -0.001476879 0.997801125 43.703651428\n0.998013973 -0.010488251 -0.062113263 -5.364591122 0.010552642 0.999944091 0.000708703 -0.685144603 0.062102355 -0.001362754 0.998068869 44.086555481\n0.998184144 -0.009906344 -0.059416275 -5.379529476 0.009976488 0.999949872 0.000884009 -0.693400085 0.059404537 -0.001475169 0.998232901 44.462825775\n0.998357296 -0.009737973 -0.056461599 -5.400942326 0.009735306 0.999952555 -0.000322294 -0.689935148 0.056462061 -0.000227907 0.998404741 44.835796356\n0.998534143 -0.011038544 -0.052988280 -5.417179585 0.011002681 0.999939024 -0.000968467 -0.698704123 0.052995738 0.000384034 0.998594642 45.212364197\n0.998692632 -0.011055679 -0.049907342 -5.432207584 0.010975039 0.999938011 -0.001889563 -0.705099702 0.049925137 0.001339358 0.998752058 45.581665039\n0.998815238 -0.011077786 -0.047385909 -5.440796852 0.010945026 0.999935448 -0.003060240 -0.712312281 0.047416747 0.002537975 0.998871982 45.951896667\n0.998928845 -0.010418798 -0.045084544 -5.458270550 0.010254211 0.999939919 -0.003880363 -0.724336743 0.045122262 0.003413900 0.998975635 46.318084717\n0.999004066 -0.009961849 -0.043493152 -5.477486610 0.009712240 0.999935150 -0.005946596 -0.723082244 0.043549571 0.005518258 0.999036014 46.684738159\n0.999007106 -0.009667213 -0.043488991 -5.494456291 0.009355701 0.999929130 -0.007360864 -0.733125687 0.043557070 0.006946686 0.999026775 47.051155090\n0.999029279 -0.010208036 -0.042852521 -5.508513927 0.009817489 0.999908447 -0.009314334 -0.735725641 0.042943675 0.008884588 0.999037981 47.408027649\n0.999036312 -0.011271045 -0.042420074 -5.518384933 0.010856152 0.999891102 -0.009998280 -0.745341182 0.042528145 0.009528126 0.999049842 47.765419006\n0.999042988 -0.013238931 -0.041687787 -5.531830788 0.012854473 0.999872446 -0.009476935 -0.752641857 0.041807935 0.008931991 0.999085724 48.118350983\n0.999052048 -0.013558450 -0.041366212 -5.542723179 0.013212276 0.999875486 -0.008630502 -0.759925425 0.041478079 0.008075779 0.999106765 48.466030121\n0.999059260 -0.013247818 -0.041293073 -5.556909084 0.012905418 0.999880195 -0.008547525 -0.767743289 0.041401364 0.008006579 0.999110520 48.813121796\n0.999063909 -0.011744474 -0.041634500 -5.571209431 0.011411333 0.999900997 -0.008230216 -0.775674522 0.041727040 0.007747407 0.999099016 49.152938843\n0.999040246 -0.010934909 -0.042414807 -5.587371349 0.010603191 0.999911487 -0.008037901 -0.784761488 0.042498946 0.007580454 0.999067783 49.479244232\n0.999027491 -0.010053795 -0.042930204 -5.604401588 0.009704086 0.999918103 -0.008346629 -0.793440104 0.043010604 0.007921914 0.999043226 49.806606293\n0.998972893 -0.010866917 -0.043989222 -5.613686085 0.010505868 0.999909282 -0.008430548 -0.806440532 0.044076845 0.007959744 0.998996437 50.120494843\n0.998933792 -0.011111809 -0.044808939 -5.629011631 0.010693029 0.999897003 -0.009574822 -0.811951220 0.044910714 0.009085470 0.998949707 50.435317993\n0.998864830 -0.012160673 -0.046055675 -5.642990112 0.011657413 0.999869525 -0.011180074 -0.819084525 0.046185624 0.010630493 0.998876333 50.744850159\n0.998772025 -0.012286603 -0.047993977 -5.656111717 0.011649996 0.999840736 -0.013521588 -0.824200213 0.048152469 0.012945855 0.998756111 51.053401947\n0.998635054 -0.013535600 -0.050446704 -5.669281006 0.012824345 0.999814153 -0.014396262 -0.831240475 0.050632190 0.013729666 0.998623013 51.360706329\n0.998539329 -0.013315977 -0.052363273 -5.686169624 0.012567789 0.999814570 -0.014591814 -0.840297341 0.052547868 0.013912410 0.998521507 51.658416748\n0.998451889 -0.012346530 -0.054234847 -5.705432892 0.011561904 0.999824286 -0.014757218 -0.846279502 0.054407518 0.014107314 0.998419166 51.954639435\n0.998365760 -0.011620792 -0.055953447 -5.723305225 0.010816678 0.999834120 -0.014652595 -0.858255029 0.056114439 0.014023419 0.998325884 52.251560211\n0.998278320 -0.011586234 -0.057499666 -5.741172314 0.010749627 0.999832153 -0.014837830 -0.865202367 0.057661925 0.014194184 0.998235285 52.537139893\n0.998236597 -0.010833193 -0.058363792 -5.767473221 0.009992469 0.999842346 -0.014677534 -0.873160660 0.058513597 0.014068453 0.998187482 52.821243286\n0.998155177 -0.009952642 -0.059893344 -5.779519081 0.009157090 0.999866366 -0.013542669 -0.882493675 0.060020123 0.012969237 0.998112917 53.097549438\n0.998064220 -0.010135482 -0.061360624 -5.794617653 0.009439910 0.999888003 -0.011615119 -0.892881870 0.061471477 0.011013396 0.998048067 53.375576019\n0.997969329 -0.010876335 -0.062760457 -5.813939095 0.010276781 0.999898493 -0.009867965 -0.897294164 0.062861413 0.009202952 0.997979820 53.648674011\n0.997807682 -0.011994125 -0.065084636 -5.831558704 0.011494954 0.999901593 -0.008038638 -0.906108499 0.065174647 0.007272870 0.997847378 53.915927887\n0.997546434 -0.013388244 -0.068715900 -5.847352505 0.012949772 0.999892890 -0.006822463 -0.914729476 0.068799883 0.005915869 0.997612953 54.188159943\n0.997286201 -0.013550550 -0.072364159 -5.868938446 0.013142570 0.999894977 -0.006111071 -0.920960307 0.072439365 0.005143436 0.997359574 54.453781128\n0.997003973 -0.012404623 -0.076348893 -5.895792007 0.012046454 0.999914169 -0.005149981 -0.926264167 0.076406226 0.004214818 0.997067869 54.719615936\n0.996669769 -0.010851620 -0.080818482 -5.922862053 0.010566033 0.999936342 -0.003960516 -0.933253706 0.080856316 0.003093396 0.996720970 54.984886169\n0.996326685 -0.010175983 -0.085026927 -5.952566147 0.009998805 0.999946833 -0.002509402 -0.938844800 0.085047945 0.001650017 0.996375501 55.248157501\n0.995968163 -0.010009389 -0.089147344 -5.977795601 0.009945503 0.999949872 -0.001160803 -0.943197906 0.089154497 0.000269508 0.996017754 55.509738922\n0.995585322 -0.010415204 -0.093280964 -6.003785133 0.010400602 0.999945700 -0.000642700 -0.949405253 0.093282595 -0.000330315 0.995639622 55.768955231\n0.995203495 -0.010459838 -0.097265683 -6.034436703 0.010411548 0.999945283 -0.001004017 -0.952088773 0.097270869 -0.000013485 0.995257974 56.028514862\n0.994812787 -0.010377093 -0.101191953 -6.064056396 0.010244930 0.999945879 -0.001825680 -0.954181910 0.101205423 0.000779505 0.994865239 56.284320831\n0.994445622 -0.010121606 -0.104763813 -6.091411591 0.009948374 0.999948144 -0.002175987 -0.961093962 0.104780406 0.001121671 0.994494736 56.533313751\n0.994102538 -0.009542810 -0.108023718 -6.121839046 0.009363887 0.999953806 -0.002163461 -0.965059638 0.108039372 0.001139181 0.994145989 56.791721344\n0.993795812 -0.009804783 -0.110786758 -6.152739048 0.009649632 0.999951541 -0.001936547 -0.969622076 0.110800378 0.000855481 0.993842304 57.051387787\n0.993571997 -0.010338357 -0.112728789 -6.180818558 0.010238836 0.999946535 -0.001461768 -0.972542405 0.112737872 0.000298160 0.993624747 57.306541443\n0.993463516 -0.009990383 -0.113712095 -6.208187103 0.009901161 0.999950051 -0.001349384 -0.975097954 0.113719903 0.000214682 0.993512809 57.557590485\n0.993451953 -0.010070877 -0.113806114 -6.238821507 0.010014345 0.999949276 -0.001068449 -0.977407396 0.113811105 -0.000078241 0.993502378 57.811634064\n0.993412137 -0.011367612 -0.114031181 -6.266001225 0.011290808 0.999935389 -0.001319387 -0.976351798 0.114038810 0.000023191 0.993476272 58.073539734\n0.993372202 -0.012294424 -0.114282459 -6.294121265 0.012263734 0.999924302 -0.000971635 -0.979718268 0.114285760 -0.000436335 0.993447840 58.318740845\n0.993192971 -0.013706858 -0.115671486 -6.322058678 0.013778387 0.999905050 -0.000181206 -0.985124707 0.115662985 -0.001413794 0.993287504 58.575481415\n0.992979109 -0.013608553 -0.117504433 -6.353343010 0.013742756 0.999905527 0.000331924 -0.988877118 0.117488809 -0.001944429 0.993072331 58.830039978\n0.992691755 -0.013438308 -0.119927138 -6.383244991 0.013615252 0.999907076 0.000656138 -0.995257795 0.119907178 -0.002284181 0.992782474 59.080142975\n0.992363930 -0.012716163 -0.122687124 -6.416325092 0.012824354 0.999917746 0.000092181 -0.997679830 0.122675866 -0.001664860 0.992445409 59.331287384\n0.992072880 -0.011950242 -0.125094503 -6.450765610 0.012071108 0.999927104 0.000208215 -1.003582597 0.125082895 -0.001716594 0.992144823 59.578598022\n0.991809666 -0.011456841 -0.127209827 -6.488742352 0.011557657 0.999933183 0.000054407 -1.008157372 0.127200708 -0.001524209 0.991875827 59.824184418\n0.991469920 -0.011022870 -0.129868805 -6.519254208 0.011103629 0.999938369 -0.000102231 -1.011786222 0.129861921 -0.001340656 0.991531193 60.066864014\n0.991163611 -0.011012086 -0.132186994 -6.552601814 0.011114956 0.999938250 0.000040358 -1.012673616 0.132178396 -0.001509254 0.991224825 60.316226959\n0.990886629 -0.011414067 -0.134214148 -6.585696697 0.011541915 0.999933362 0.000174513 -1.016878963 0.134203210 -0.001722011 0.990952313 60.562541962\n0.990678012 -0.012464928 -0.135652825 -6.621315002 0.012462988 0.999921978 -0.000863577 -1.017717123 0.135653004 -0.000835113 0.990756035 60.810661316\n0.990535617 -0.012712615 -0.136666000 -6.654626846 0.012602188 0.999919176 -0.001673216 -1.023687124 0.136676237 -0.000064911 0.990615785 61.052658081\n0.990409017 -0.013486058 -0.137506753 -6.685841560 0.013296020 0.999908984 -0.002300482 -1.022867680 0.137525260 0.000450125 0.990498185 61.299835205\n0.990258276 -0.013303456 -0.138605669 -6.717436790 0.013048861 0.999911070 -0.002745412 -1.025460124 0.138629869 0.000910021 0.990343869 61.546916962\n0.990290523 -0.012744843 -0.138427824 -6.750304699 0.012521665 0.999918520 -0.002483017 -1.028814793 0.138448194 0.000725561 0.990369439 61.793666840\n0.990433455 -0.012695349 -0.137405962 -6.783475399 0.012549391 0.999919415 -0.001928514 -1.031738997 0.137419373 0.000185703 0.990512967 62.040298462\n0.990633011 -0.013036992 -0.135927528 -6.815185547 0.013003625 0.999914825 -0.001133414 -1.040096521 0.135930717 -0.000644754 0.990718126 62.288757324\n0.990832388 -0.012859352 -0.134483650 -6.843143463 0.012909018 0.999916553 -0.000502703 -1.044276476 0.134478897 -0.001237958 0.990915656 62.535060883\n0.991132736 -0.011910573 -0.132340491 -6.874467373 0.011889876 0.999928892 -0.000946649 -1.045431256 0.132342353 -0.000635257 0.991203845 62.783519745\n0.991496205 -0.011387598 -0.129636630 -6.903564930 0.011197329 0.999934912 -0.002196506 -1.049762607 0.129653201 0.000726244 0.991559148 63.029232025\n0.991953254 -0.011879095 -0.126046300 -6.935957909 0.011510667 0.999927104 -0.003650916 -1.053303003 0.126080483 0.002170661 0.992017627 63.281929016\n0.992456794 -0.011865253 -0.122019164 -6.957853317 0.011389550 0.999924600 -0.004595355 -1.057328820 0.122064486 0.003170948 0.992517114 63.534191132\n0.992952585 -0.011900596 -0.117913425 -6.981868267 0.011337950 0.999920905 -0.005441360 -1.064340949 0.117968857 0.004066116 0.993008971 63.776950836\n0.993452728 -0.011949985 -0.113617130 -7.010843277 0.011247873 0.999913514 -0.006818703 -1.070983171 0.113688782 0.005496108 0.993501186 64.020729065\n0.993870258 -0.011170065 -0.109986961 -7.032574177 0.010333008 0.999913156 -0.008177565 -1.074579597 0.110068753 0.006990943 0.993899405 64.271667480\n0.994218588 -0.011697177 -0.106735930 -7.053699493 0.010730210 0.999896049 -0.009629246 -1.077898264 0.106837474 0.008428277 0.994240761 64.519004822\n0.994471192 -0.012668232 -0.104242645 -7.074537277 0.011595868 0.999873519 -0.010886841 -1.086616278 0.104367375 0.009617865 0.994492292 64.762229919\n0.994639218 -0.013943849 -0.102461673 -7.096053123 0.012696965 0.999837339 -0.012811442 -1.088670850 0.102623649 0.011441810 0.994654477 65.013023376\n0.994704545 -0.014069693 -0.101808123 -7.121907234 0.012691520 0.999819040 -0.014172094 -1.094450474 0.101989090 0.012804946 0.994703114 65.269218445\n0.994672239 -0.013407713 -0.102212213 -7.149074554 0.011937927 0.999816537 -0.014977937 -1.100899577 0.102394283 0.013677936 0.994649827 65.520469666\n0.994552016 -0.012899387 -0.103440396 -7.174306870 0.011297803 0.999807298 -0.016054159 -1.105464816 0.103627555 0.014798047 0.994506061 65.766868591\n0.994420886 -0.012217584 -0.104775339 -7.209223270 0.010553295 0.999809444 -0.016424095 -1.113068700 0.104956031 0.015226738 0.994360268 66.013931274\n0.994156182 -0.011868781 -0.107296713 -7.235606670 0.010277705 0.999829054 -0.015369607 -1.121245623 0.107460789 0.014177026 0.994108260 66.268707275\n0.993773460 -0.014479208 -0.110474877 -7.261425495 0.013050212 0.999821723 -0.013647201 -1.127625346 0.110652782 0.012120507 0.993785203 66.522636414\n0.993193150 -0.016058791 -0.115366526 -7.287231445 0.014529335 0.999795198 -0.014086112 -1.134829879 0.115569107 0.012314033 0.993223131 66.778091431\n0.992537618 -0.016249817 -0.120851129 -7.323065758 0.014561230 0.999783814 -0.014842516 -1.145728707 0.121066190 0.012972015 0.992559671 67.030548096\n0.991923630 -0.013320341 -0.126134947 -7.363351345 0.011512435 0.999820471 -0.015051280 -1.152826428 0.126312792 0.013477600 0.991898894 67.275070190\n0.991306841 -0.011323635 -0.131082147 -7.402341843 0.009305829 0.999828756 -0.015995802 -1.157222986 0.131240830 0.014636919 0.991242468 67.522254944\n0.990722179 -0.008713192 -0.135622978 -7.443074226 0.006507396 0.999839365 -0.016699024 -1.160358310 0.135746703 0.015661541 0.990619779 67.766357422\n0.990244925 -0.004893621 -0.139251649 -7.488864899 0.002552245 0.999852419 -0.016987601 -1.172123313 0.139314234 0.016466482 0.990111291 68.009689331\n0.989872217 -0.001425562 -0.141954169 -7.531620026 -0.001001031 0.999854624 -0.017021321 -1.177396774 0.141957790 0.016991032 0.989726901 68.260070801\n0.989571810 -0.000158974 -0.144040167 -7.567088127 -0.002120700 0.999874949 -0.015672984 -1.186761856 0.144024640 0.015815010 0.989447713 68.507606506\n0.989466369 -0.002971416 -0.144732401 -7.600063801 0.000686080 0.999874353 -0.015837431 -1.192436934 0.144761279 0.015571307 0.989344060 68.764900208\n0.989381373 -0.006320742 -0.145205081 -7.622229576 0.003962323 0.999855578 -0.016525464 -1.199797153 0.145288557 0.015774637 0.989263535 69.013984680\n0.989392102 -0.009494398 -0.144958898 -7.652658939 0.007169126 0.999837279 -0.016554873 -1.205169916 0.145092487 0.015340032 0.989299178 69.267089844\n0.989544153 -0.008098136 -0.144002661 -7.692748070 0.005947466 0.999864340 -0.015359140 -1.207012653 0.144107506 0.014342096 0.989458084 69.519134521\n0.989699543 -0.005641232 -0.143048823 -7.741646290 0.003785895 0.999905169 -0.013238827 -1.216567278 0.143109947 0.012560893 0.989627063 69.772018433\n0.989767373 -0.005208198 -0.142595455 -7.776211739 0.003312296 0.999902964 -0.013529812 -1.226218939 0.142652094 0.012919048 0.989688575 70.024597168\n0.989778757 -0.006797162 -0.142449394 -7.799376488 0.004817198 0.999886990 -0.014239679 -1.234256744 0.142530084 0.013407925 0.989699662 70.280548096\n0.990001440 -0.007780224 -0.140842527 -7.838455200 0.005863259 0.999884546 -0.014020554 -1.239941835 0.140935346 0.013054572 0.989932716 70.536674500\n0.990220547 -0.004876213 -0.139425740 -7.881946564 0.003222819 0.999921799 -0.012081914 -1.248278260 0.139473751 0.011514415 0.990158796 70.789649963\n0.990228057 -0.001225046 -0.139452040 -7.921111584 -0.000295777 0.999940693 -0.010884465 -1.255455256 0.139457107 0.010819349 0.990168989 71.057319641\n0.990257859 -0.000416621 -0.139245227 -7.958749294 -0.000948316 0.999952137 -0.009735908 -1.255861163 0.139242619 0.009773108 0.990210056 71.315139771\n0.990338385 0.000869821 -0.138669163 -7.999198914 -0.002171828 0.999954939 -0.009238269 -1.268889308 0.138654888 0.009450178 0.990295649 71.581153870\n0.990406811 0.002548229 -0.138158605 -8.032913208 -0.004040013 0.999936521 -0.010518267 -1.276088595 0.138123035 0.010975526 0.990354240 71.844902039\n0.990433395 0.004578097 -0.137915492 -8.074229240 -0.006319908 0.999905646 -0.012194306 -1.276585221 0.137846664 0.012949261 0.990368903 72.108764648\n0.990499198 0.004367263 -0.137449324 -8.105516434 -0.006568363 0.999857306 -0.015564415 -1.285769463 0.137361735 0.016319357 0.990386486 72.356636047\n0.990605772 0.002811212 -0.136719733 -8.149795532 -0.005310800 0.999825299 -0.017921252 -1.295687199 0.136645466 0.018478986 0.990447640 72.634315491\n0.990562439 -0.000526029 -0.137061417 -8.179437637 -0.001781175 0.999858797 -0.016710168 -1.307892442 0.137050852 0.016796594 0.990421593 72.905258179\n0.990614235 -0.005863292 -0.136561766 -8.202678680 0.003428424 0.999831080 -0.018058175 -1.315174937 0.136644587 0.017420493 0.990466952 73.169281006\n0.990676820 -0.009975505 -0.135867432 -8.237382889 0.007248080 0.999762475 -0.020554082 -1.322400331 0.136040196 0.019377675 0.990513802 73.431716919\n0.990675211 -0.012403081 -0.135678813 -8.268119812 0.009724739 0.999744892 -0.020385345 -1.328875542 0.135897040 0.018875817 0.990543127 73.697593689\n0.990698934 -0.012939325 -0.135455459 -8.300597191 0.010361829 0.999751925 -0.019716160 -1.329473972 0.135676965 0.018129213 0.990587234 73.969139099\n0.990907669 -0.008897335 -0.134249285 -8.348774910 0.006414446 0.999800503 -0.018915832 -1.336298108 0.134390801 0.017882708 0.990767062 74.248786926\n0.990957677 -0.001275865 -0.134168699 -8.397236824 -0.001202537 0.999830186 -0.018389620 -1.348051667 0.134169385 0.018384678 0.990787864 74.526268005\n0.990920782 0.003594407 -0.134398773 -8.443493843 -0.006082511 0.999817550 -0.018106826 -1.349735737 0.134309173 0.018759912 0.990761876 74.804710388\n0.990871310 0.002092015 -0.134794906 -8.473392487 -0.004126203 0.999881744 -0.014813386 -1.362791419 0.134747967 0.015234350 0.990762770 75.084815979\n0.990821004 -0.001664554 -0.135170192 -8.504137039 0.000432242 0.999958098 -0.009145585 -1.371810675 0.135179743 0.009003211 0.990780175 75.379394531\n0.990676105 -0.001224067 -0.136232927 -8.544521332 0.000564461 0.999987960 -0.004880279 -1.383784294 0.136237264 0.004757877 0.990664840 75.675407410\n0.990618348 0.001464052 -0.136649817 -8.591284752 -0.001427953 0.999998927 0.000362197 -1.379786730 0.136650190 -0.000163669 0.990619361 75.976966858\n0.990658462 0.001257636 -0.136360675 -8.625329018 -0.000582842 0.999987364 0.004988408 -1.387955904 0.136365220 -0.004862332 0.990646720 76.270195007\n0.990771890 -0.001506155 -0.135531560 -8.663556099 0.002326567 0.999979913 0.005895105 -1.391922474 0.135519952 -0.006156028 0.990755498 76.563407898\n0.990894079 -0.004373377 -0.134572580 -8.691088676 0.005324706 0.999963284 0.006710150 -1.388866901 0.134538293 -0.007365607 0.990881026 76.841476440\n0.991042614 -0.001395154 -0.133538917 -8.734720230 0.002752838 0.999946356 0.009982869 -1.392055988 0.133517832 -0.010261060 0.990993261 77.140808105\n0.991031766 0.001803413 -0.133614361 -8.757241249 -0.000235692 0.999930978 0.011748071 -1.400390625 0.133626327 -0.011611219 0.990963757 77.431907654\n0.991232991 0.004442173 -0.132051036 -8.811789513 -0.002567229 0.999893486 0.014365491 -1.402216554 0.132100791 -0.013900543 0.991138816 77.707702637\n0.991343796 0.004897372 -0.131200343 -8.849740028 -0.002863283 0.999872863 0.015687853 -1.404356122 0.131260484 -0.015176391 0.991231740 77.975097656\n0.991390407 0.002726588 -0.130910724 -8.878105164 -0.000809836 0.999891758 0.014692673 -1.402486801 0.130936623 -0.014460159 0.991285264 78.229003906\n0.991567135 0.001484138 -0.129585773 -8.907567978 0.000350422 0.999900043 0.014133158 -1.400269032 0.129593804 -0.014059384 0.991467476 78.481712341\n0.991698921 0.001314674 -0.128574803 -8.936931610 0.000382690 0.999913096 0.013175778 -1.405089378 0.128580958 -0.013115609 0.991612256 78.734573364\n0.991684794 0.002870023 -0.128658682 -8.972100258 -0.001361503 0.999929309 0.011811396 -1.405887365 0.128683478 -0.011538012 0.991618574 78.982383728\n0.991709948 0.001461504 -0.128488079 -9.003551483 -0.000260647 0.999956131 0.009362372 -1.409278512 0.128496125 -0.009251267 0.991666853 79.232917786\n0.991709769 0.000051267 -0.128497973 -9.032559395 0.000816424 0.999977231 0.006699880 -1.412476659 0.128495380 -0.006749245 0.991687119 79.480720520\n0.991642356 0.002110975 -0.129000112 -9.070098877 -0.001859145 0.999996126 0.002072552 -1.413155317 0.129003987 -0.001815400 0.991642416 79.726737976\n0.991510987 0.004063767 -0.129959390 -9.113456726 -0.004161900 0.999991238 -0.000483516 -1.413088560 0.129956290 0.001020289 0.991519213 79.978034973\n0.991220951 0.002909349 -0.132183999 -9.140121460 -0.003062371 0.999994874 -0.000954368 -1.424616933 0.132180542 0.001350786 0.991224766 80.218185425\n0.990815163 -0.001352729 -0.135216370 -9.170678139 0.000746923 0.999989450 -0.004530903 -1.426350832 0.135221064 0.004388291 0.990805745 80.470497131\n0.990393519 -0.003529654 -0.138232678 -9.199668884 0.002483864 0.999966979 -0.007737205 -1.428359747 0.138255432 0.007319526 0.990369558 80.709281921\n0.989851236 -0.003674339 -0.142059863 -9.241426468 0.002344070 0.999951839 -0.009530354 -1.432131290 0.142088041 0.009100635 0.989812195 80.950225830\n0.989228249 -0.004142881 -0.146322712 -9.284220695 0.002434566 0.999926805 -0.011852131 -1.435589194 0.146361098 0.011368231 0.989165902 81.191665649\n0.988695562 -0.007217498 -0.149763107 -9.314910889 0.005098795 0.999881506 -0.014526187 -1.436699867 0.149850205 0.013598366 0.988615215 81.430435181\n0.988293827 -0.007967878 -0.152354121 -9.353905678 0.005545011 0.999851406 -0.016321147 -1.441259146 0.152461529 0.015285283 0.988191187 81.674369812\n0.988007128 -0.006521881 -0.154270574 -9.391716003 0.004212698 0.999874234 -0.015290571 -1.451032758 0.154350892 0.014457298 0.987910330 81.912185669\n0.988001347 -0.006212079 -0.154320389 -9.437829971 0.004196427 0.999901652 -0.013383794 -1.457958937 0.154388338 0.012575611 0.987930179 82.156944275\n0.988230169 -0.003836517 -0.152926013 -9.457678795 0.002124097 0.999933243 -0.011359509 -1.458181143 0.152959391 0.010900980 0.988172352 82.376914978\n0.988597870 -0.001015724 -0.150576159 -9.513672829 -0.000257491 0.999964356 -0.008435884 -1.470556259 0.150579363 0.008378468 0.988562405 82.611633301\n0.988736391 -0.002421763 -0.149647966 -9.531600952 0.001435257 0.999976516 -0.006699826 -1.474698544 0.149660677 0.006409578 0.988716662 82.801460266\n0.989188790 -0.005863224 -0.146530330 -9.552369118 0.005125311 0.999972224 -0.005412948 -1.481842875 0.146557987 0.004603414 0.989191353 82.976020813\n0.989460230 -0.007116126 -0.144629821 -9.560490608 0.006530222 0.999968410 -0.004525396 -1.481616139 0.144657463 0.003533235 0.989475489 83.132881165\n0.989744186 -0.006307707 -0.142711848 -9.583159447 0.005819361 0.999975681 -0.003839030 -1.490633726 0.142732590 0.002969166 0.989756823 83.275733948\n0.990157366 -0.005686041 -0.139842942 -9.608414650 0.005224781 0.999979615 -0.003665327 -1.491369247 0.139860943 0.002898602 0.990166903 83.421066284\n0.990566969 -0.005582338 -0.136915863 -9.620421410 0.005161279 0.999980807 -0.003430126 -1.491679430 0.136932388 0.002691109 0.990576744 83.549591064\n0.990834475 -0.006027971 -0.134947211 -9.632813454 0.005643418 0.999978840 -0.003232009 -1.490292788 0.134963840 0.002440823 0.990847528 83.669349670\n0.991171658 -0.006644062 -0.132418454 -9.645954132 0.006306515 0.999975681 -0.002968330 -1.491674304 0.132434949 0.002107026 0.991189480 83.770088196\n0.991505861 -0.006968128 -0.129875302 -9.652666092 0.006698592 0.999974430 -0.002512075 -1.495174527 0.129889488 0.001620756 0.991527140 83.862571716\n0.991848290 -0.006713166 -0.127247378 -9.665064812 0.006464597 0.999976277 -0.002366314 -1.498233199 0.127260253 0.001524422 0.991868198 83.948783875\n0.992085099 -0.007113676 -0.125365779 -9.671169281 0.006837882 0.999973178 -0.002630098 -1.499359608 0.125381127 0.001752045 0.992107093 84.035964966\n0.992376745 -0.008077794 -0.122976184 -9.674773216 0.007794491 0.999965727 -0.002784643 -1.500410438 0.122994468 0.001804878 0.992405713 84.113067627\n0.992690384 -0.008731208 -0.120372854 -9.682438850 0.008472936 0.999960601 -0.002657257 -1.501073241 0.120391309 0.001617922 0.992725194 84.186332703\n0.992976904 -0.008940094 -0.117969967 -9.689319611 0.008711025 0.999959052 -0.002457250 -1.503933430 0.117987096 0.001412353 0.993014097 84.258728027\n0.993242979 -0.009836076 -0.115635999 -9.686801910 0.009644666 0.999951065 -0.002214690 -1.508001804 0.115652122 0.001084454 0.993289173 84.327972412\n0.993567050 -0.009917608 -0.112810381 -9.693446159 0.009688656 0.999949753 -0.002577610 -1.506095529 0.112830274 0.001468047 0.993613183 84.400230408\n0.993832409 -0.010627147 -0.110382348 -9.696982384 0.010388233 0.999942303 -0.002739315 -1.506204367 0.110405087 0.001575743 0.993885398 84.468048096\n0.994114280 -0.011251038 -0.107750818 -9.699352264 0.011056790 0.999935985 -0.002400030 -1.511223078 0.107770927 0.001194526 0.994175017 84.535682678\n0.994385600 -0.011816951 -0.105155326 -9.702678680 0.011647975 0.999929667 -0.002220923 -1.511478186 0.105174176 0.000983608 0.994453311 84.604927063\n0.994660318 -0.011971364 -0.102506347 -9.706145287 0.011776892 0.999927521 -0.002502181 -1.509554386 0.102528870 0.001281614 0.994729221 84.672286987\n0.994954824 -0.011740264 -0.099634469 -9.717387199 0.011576056 0.999930501 -0.002226076 -1.515071511 0.099653684 0.001061470 0.995021641 84.742469788\n0.995209336 -0.011930372 -0.097036466 -9.721684456 0.011765854 0.999928236 -0.002267474 -1.514709949 0.097056553 0.001114894 0.995278239 84.818908691\n0.995454729 -0.011579523 -0.094529651 -9.723367691 0.011450107 0.999932647 -0.001911356 -1.515455484 0.094545417 0.000820294 0.995520234 84.893844604\n0.995707572 -0.012140228 -0.091755144 -9.727533340 0.012044128 0.999926209 -0.001601030 -1.517687559 0.091767810 0.000489047 0.995780289 84.967720032\n0.995929658 -0.012049763 -0.089324832 -9.728485107 0.011983333 0.999927402 -0.001279955 -1.518566370 0.089333773 0.000204336 0.996001720 85.038505554\n0.996097922 -0.011963669 -0.087440170 -9.721224785 0.011919945 0.999928415 -0.001022197 -1.519131541 0.087446138 -0.000024074 0.996169269 85.104904175\n0.996356905 -0.011835527 -0.084456012 -9.733793259 0.011802553 0.999929965 -0.000889716 -1.522001147 0.084460624 -0.000110322 0.996426821 85.175994873\n0.996557772 -0.011994168 -0.082029238 -9.733040810 0.011965413 0.999928057 -0.000842141 -1.522888660 0.082033440 -0.000142272 0.996629596 85.245239258\n0.996768773 -0.011736117 -0.079462498 -9.737009048 0.011727504 0.999931037 -0.000575093 -1.523586273 0.079463765 -0.000358662 0.996837676 85.313934326\n0.996965587 -0.012178814 -0.076884568 -9.740386009 0.012192740 0.999925613 -0.000288291 -1.524930835 0.076882355 -0.000650018 0.997039974 85.382133484\n0.997150362 -0.012546804 -0.074388929 -9.743144035 0.012597837 0.999920607 0.000216824 -1.527704120 0.074380308 -0.001153346 0.997229278 85.451698303\n0.997321844 -0.012752866 -0.072017573 -9.744153976 0.012833552 0.999917448 0.000657730 -1.528161526 0.072003238 -0.001580209 0.997403145 85.515869141\n0.997478724 -0.013348884 -0.069699533 -9.745868683 0.013456112 0.999908864 0.001069122 -1.530648947 0.069678910 -0.002004311 0.997567475 85.580406189\n0.997674108 -0.012835250 -0.066944696 -9.750575066 0.012915030 0.999916315 0.000759063 -1.527998686 0.066929348 -0.001621890 0.997756422 85.643577576\n0.997812986 -0.012885656 -0.064832442 -9.750536919 0.012964148 0.999915659 0.000790117 -1.531850457 0.064816795 -0.001628886 0.997895837 85.713050842\n0.997967839 -0.012867140 -0.062406965 -9.751453400 0.012910608 0.999916613 0.000293317 -1.530358076 0.062397987 -0.001098433 0.998050749 85.778778076\n0.998119771 -0.012888130 -0.059923910 -9.752964020 0.012916393 0.999916553 0.000084314 -1.534870148 0.059917822 -0.000858156 0.998202920 85.849060059\n0.998294532 -0.012744184 -0.056970000 -9.756965637 0.012772282 0.999918401 0.000129108 -1.534784913 0.056963708 -0.000856525 0.998375893 85.920959473\n0.998434544 -0.012851730 -0.054436274 -9.754948616 0.012889996 0.999916852 0.000351898 -1.535504341 0.054427225 -0.001053031 0.998517156 85.999122620\n0.998601377 -0.013127016 -0.051215477 -9.758228302 0.013154770 0.999913454 0.000204858 -1.537715793 0.051208355 -0.000878299 0.998687625 86.078460693\n0.998748839 -0.013433679 -0.048169769 -9.756013870 0.013440337 0.999909639 -0.000185689 -1.535139561 0.048167914 -0.000461962 0.998839140 86.168647766\n0.998907924 -0.013776224 -0.044645447 -9.759013176 0.013776840 0.999905050 -0.000293915 -1.537511587 0.044645257 -0.000321480 0.999002874 86.256721497\n0.999056995 -0.013797787 -0.041167889 -9.759847641 0.013801686 0.999904752 -0.000189535 -1.539448977 0.041166581 -0.000378830 0.999152243 86.351425171\n0.999196470 -0.013819607 -0.037621669 -9.754730225 0.013812120 0.999904513 -0.000458926 -1.539998174 0.037624419 -0.000061078 0.999291956 86.453643799\n0.999321759 -0.014388834 -0.033897068 -9.756638527 0.014386063 0.999896467 -0.000325662 -1.546082258 0.033898246 -0.000162205 0.999425292 86.553924561\n0.999434292 -0.014730504 -0.030234087 -9.751817703 0.014714800 0.999891460 -0.000741849 -1.542006254 0.030241733 0.000296541 0.999542594 86.658638000\n0.999538600 -0.015118943 -0.026344277 -9.745853424 0.015099654 0.999885559 -0.000930944 -1.543004751 0.026355337 0.000532725 0.999652505 86.769683838\n0.999622703 -0.015960608 -0.022354485 -9.742876053 0.015939271 0.999872327 -0.001132274 -1.544863701 0.022369703 0.000775532 0.999749482 86.878379822\n0.999700069 -0.016522601 -0.018076140 -9.741518974 0.016497508 0.999862731 -0.001536411 -1.545295477 0.018099045 0.001237739 0.999835432 86.993148804\n0.999753833 -0.017126508 -0.014105386 -9.732912064 0.017097466 0.999851465 -0.002177011 -1.544664145 0.014140575 0.001935309 0.999898136 87.111206055\n0.999785602 -0.018112576 -0.010033756 -9.728981972 0.018084394 0.999832273 -0.002892358 -1.548660398 0.010084461 0.002710283 0.999945462 87.235565186\n0.999811649 -0.018453404 -0.006015620 -9.728383064 0.018432017 0.999823689 -0.003591623 -1.549797773 0.006080837 0.003480067 0.999975443 87.367698669\n0.999806881 -0.019454310 -0.002781609 -9.721210480 0.019442035 0.999801397 -0.004373873 -1.554509640 0.002866147 0.004318948 0.999986589 87.512634277\n0.999799252 -0.020033950 0.000323102 -9.719739914 0.020035421 0.999784231 -0.005481428 -1.554092407 -0.000213218 0.005486802 0.999984920 87.655822754\n0.999794543 -0.020100007 0.002617097 -9.719513893 0.020114359 0.999782145 -0.005577442 -1.558491826 -0.002504420 0.005628938 0.999981046 87.812339783\n0.999800861 -0.019500455 0.004233855 -9.718804359 0.019522656 0.999795556 -0.005266867 -1.560462236 -0.004130283 0.005348475 0.999977171 87.972831726\n0.999798119 -0.019348199 0.005423164 -9.712698936 0.019378684 0.999796391 -0.005626400 -1.561882257 -0.005313199 0.005730358 0.999969482 88.135543823\n0.999786973 -0.019594176 0.006490819 -9.709754944 0.019632153 0.999790192 -0.005839726 -1.565319657 -0.006375032 0.005965911 0.999961853 88.298492432\n0.999767303 -0.020272445 0.007372783 -9.703267097 0.020318856 0.999773860 -0.006275696 -1.566487670 -0.007243893 0.006424042 0.999953151 88.469116211\n0.999751270 -0.020686459 0.008335008 -9.708032608 0.020743692 0.999761403 -0.006839801 -1.566528797 -0.008191528 0.007010999 0.999941885 88.656089783\n0.999754071 -0.020365985 0.008778652 -9.703461647 0.020428549 0.999766111 -0.007097150 -1.572014570 -0.008632058 0.007274740 0.999936283 88.840995789\n0.999779403 -0.019073151 0.008793960 -9.707567215 0.019138366 0.999789536 -0.007392338 -1.571550131 -0.008651114 0.007559009 0.999934018 89.031898499\n0.999773562 -0.019631989 0.008211466 -9.702880859 0.019692332 0.999779165 -0.007333346 -1.577591538 -0.008065685 0.007493388 0.999939382 89.226715088\n0.999780059 -0.019480567 0.007770849 -9.703531265 0.019539747 0.999780118 -0.007613666 -1.579018354 -0.007620822 0.007763832 0.999940813 89.439460754\n0.999781549 -0.019668464 0.007070336 -9.705289841 0.019720318 0.999778569 -0.007340759 -1.585240364 -0.006924389 0.007478584 0.999948084 89.646827698\n0.999791324 -0.019399401 0.006404127 -9.709119797 0.019442027 0.999788761 -0.006662420 -1.589158058 -0.006273528 0.006785539 0.999957323 89.860832214\n0.999769092 -0.020898087 0.004998203 -9.702848434 0.020932032 0.999757528 -0.006838207 -1.590409756 -0.004854086 0.006941250 0.999964118 90.071914673\n0.999749780 -0.022132995 0.003234974 -9.699704170 0.022154033 0.999732673 -0.006619216 -1.595523238 -0.003087606 0.006689228 0.999972880 90.293922424\n0.999718785 -0.023667919 0.001469947 -9.699448586 0.023676608 0.999700427 -0.006204614 -1.600641727 -0.001322656 0.006237673 0.999979675 90.515830994\n0.999691069 -0.024854753 0.000183403 -9.702312469 0.024855392 0.999675333 -0.005602848 -1.605254173 -0.000044086 0.005605676 0.999984264 90.738578796\n0.999710798 -0.024043243 -0.000446833 -9.698645592 0.024040632 0.999697745 -0.005139517 -1.604020715 0.000570269 0.005127288 0.999986708 90.988815308\n0.999742806 -0.022666492 -0.000752503 -9.701590538 0.022661554 0.999725044 -0.006025318 -1.611574292 0.000888869 0.006006715 0.999981582 91.211128235\n0.999761283 -0.021848422 -0.000115727 -9.703188896 0.021847051 0.999736130 -0.007097511 -1.617730856 0.000270766 0.007093289 0.999974787 91.453140259\n0.999763250 -0.021659886 0.002081992 -9.701529503 0.021673923 0.999740779 -0.006974730 -1.621220112 -0.001930380 0.007018204 0.999973536 91.685112000\n0.999736011 -0.022527758 0.004523822 -9.674846649 0.022557052 0.999724209 -0.006532153 -1.615529537 -0.004375420 0.006632472 0.999968410 91.957221985\n0.999677300 -0.023510123 0.009621914 -9.679657936 0.023568263 0.999704361 -0.005974398 -1.629345536 -0.009478610 0.006199242 0.999935865 92.178024292\n0.999598384 -0.023497891 0.015840335 -9.678403854 0.023597289 0.999702811 -0.006117547 -1.631868124 -0.015691878 0.006488879 0.999855816 92.410629272\n0.999484360 -0.023295058 0.022099460 -9.669145584 0.023420421 0.999710977 -0.005430860 -1.636224627 -0.021966560 0.005945638 0.999741018 92.651885986\n0.999278367 -0.024605684 0.028936042 -9.656934738 0.024746556 0.999683559 -0.004520352 -1.641182899 -0.028815659 0.005233157 0.999571025 92.897697449\n0.998986542 -0.026807737 0.036156427 -9.630496979 0.026972564 0.999627829 -0.004078598 -1.643450141 -0.036033634 0.005049696 0.999337792 93.147407532\n0.998605371 -0.028397851 0.044506844 -9.623138428 0.028573586 0.999586165 -0.003317173 -1.646378994 -0.044394225 0.004584267 0.999003589 93.374786377\n0.998189509 -0.030540030 0.051816661 -9.592469215 0.030731352 0.999523461 -0.002899384 -1.651543260 -0.051703420 0.004486531 0.998652399 93.625953674\n0.997725487 -0.031965733 0.059346464 -9.572271347 0.032106929 0.999483407 -0.001426948 -1.661387801 -0.059270192 0.003329135 0.998236418 93.863151550\n0.997360647 -0.031814724 0.065265156 -9.542731285 0.031869479 0.999491990 0.000202220 -1.664133668 -0.065238439 0.001878280 0.997867942 94.105873108\n0.996968448 -0.033597987 0.070178822 -9.521041870 0.033567999 0.999435127 0.001606905 -1.670463800 -0.070193164 0.000753729 0.997533143 94.342742920\n0.996571064 -0.036459990 0.074275143 -9.493424416 0.036372881 0.999335110 0.002525566 -1.671154976 -0.074317843 0.000184694 0.997234583 94.584358215\n0.996233284 -0.039200727 0.077347301 -9.473823547 0.039048970 0.999231279 0.003474044 -1.674970388 -0.077424027 -0.000440627 0.996998131 94.826934814\n0.996135533 -0.040416427 0.077978007 -9.445587158 0.040253259 0.999182820 0.003663831 -1.680437207 -0.078062363 -0.000510803 0.996948361 95.061721802\n0.996200621 -0.040046524 0.077333979 -9.432431221 0.039861698 0.999197483 0.003932777 -1.684886813 -0.077429414 -0.000835172 0.996997476 95.300735474\n0.996447325 -0.040809274 0.073670678 -9.410696030 0.040619206 0.999166369 0.004077047 -1.689705729 -0.073775642 -0.001070119 0.997274280 95.536788940\n0.996740580 -0.041323047 0.069286637 -9.401910782 0.041167520 0.999145508 0.003671710 -1.691589713 -0.069379158 -0.000807384 0.997590065 95.773384094\n0.997205913 -0.041584603 0.062056791 -9.389366150 0.041535418 0.999134839 0.002082978 -1.692518592 -0.062089723 0.000500396 0.998070419 96.016548157\n0.997780383 -0.039382514 0.053697061 -9.391180992 0.039425109 0.999222517 0.000266223 -1.698528171 -0.053665794 0.001851380 0.998557210 96.248001099\n0.998325467 -0.037646633 0.043919832 -9.388089180 0.037770022 0.999284506 -0.001982709 -1.702130318 -0.043813765 0.003638242 0.999033093 96.480209351\n0.998731852 -0.037639465 0.033435620 -9.388217926 0.037773937 0.999280512 -0.003398995 -1.706326365 -0.033283629 0.004657679 0.999435067 96.712203979\n0.999010742 -0.038638096 0.022014828 -9.396148682 0.038748682 0.999238312 -0.004618857 -1.701557398 -0.021819595 0.005467333 0.999746978 96.942222595\n0.999157369 -0.040034991 0.009040182 -9.392774582 0.040089406 0.999178529 -0.005920542 -1.702149987 -0.008795728 0.006277969 0.999941587 97.179450989\n0.999110937 -0.041904435 -0.004624860 -9.401848793 0.041871950 0.999099076 -0.006910773 -1.718771696 0.004910286 0.006710976 0.999965429 97.414466858\n0.999037743 -0.039707746 -0.018624123 -9.422552109 0.039569233 0.999186814 -0.007747865 -1.723825574 0.018916627 0.007003468 0.999796510 97.641639709\n0.998674393 -0.039152578 -0.033415154 -9.445645332 0.038888663 0.999207318 -0.008512027 -1.726983428 0.033721935 0.007201273 0.999405324 97.873908997\n0.997921586 -0.041392732 -0.049388103 -9.463816643 0.040931895 0.999108791 -0.010306528 -1.731259704 0.049770705 0.008263557 0.998726487 98.100280762\n0.996833920 -0.045612529 -0.065128028 -9.487578392 0.044827543 0.998903990 -0.013464614 -1.730233073 0.065670803 0.010502455 0.997786045 98.332229614\n0.995662034 -0.046404149 -0.080646269 -9.522576332 0.045200095 0.998838484 -0.016693061 -1.733452201 0.081327222 0.012975427 0.996603012 98.563591003\n0.994276166 -0.044512879 -0.097126171 -9.556218147 0.042911496 0.998907268 -0.018515730 -1.743369102 0.097844228 0.014241920 0.995099843 98.810913086\n0.992686629 -0.040648676 -0.113670416 -9.605031013 0.038786765 0.999075413 -0.018544775 -1.752130508 0.114319138 0.014000244 0.993345439 99.063339233\n0.990716338 -0.037404347 -0.130698428 -9.657301903 0.035259556 0.999203444 -0.018686818 -1.760592580 0.131293282 0.013904968 0.991246045 99.326110840\n0.988463163 -0.035287533 -0.147293404 -9.711305618 0.032952011 0.999289989 -0.018267144 -1.767901063 0.147833437 0.013202785 0.988924146 99.597679138\n0.986213565 -0.032797914 -0.162194684 -9.774021149 0.030294159 0.999381006 -0.017886523 -1.774353981 0.162680924 0.012726380 0.986596644 99.873939514\n0.983966529 -0.031316958 -0.175582230 -9.838524818 0.028652703 0.999432921 -0.017689126 -1.781128883 0.176036626 0.012374602 0.984305859 100.158348083\n0.982007802 -0.028502265 -0.186677068 -9.907028198 0.025681892 0.999516785 -0.017509785 -1.788703918 0.187085941 0.012400525 0.982265294 100.444946289\n0.980434537 -0.026385229 -0.195068941 -9.975464821 0.023593627 0.999583483 -0.016620945 -1.795529246 0.195426226 0.011693365 0.980648696 100.734291077\n0.979328930 -0.024628362 -0.200769320 -10.037531853 0.021890663 0.999634802 -0.015845088 -1.805588007 0.201086238 0.011122580 0.979510367 101.033782959\n0.978636086 -0.023575440 -0.204244137 -10.101704597 0.020943971 0.999667585 -0.015036309 -1.816242933 0.204530731 0.010437392 0.978804469 101.331512451\n0.978136420 -0.023016043 -0.206686705 -10.170349121 0.020545084 0.999689579 -0.014093812 -1.823235989 0.206946939 0.009539275 0.978305638 101.643486023\n0.977868497 -0.021572033 -0.208105356 -10.245390892 0.019125722 0.999722362 -0.013760353 -1.833063126 0.208344415 0.009475651 0.978009641 101.963264465\n0.977917731 -0.020996096 -0.207932770 -10.313632965 0.018332658 0.999723434 -0.014728113 -1.836484671 0.208184496 0.010590923 0.978032231 102.290840149\n0.978328228 -0.019738784 -0.206117019 -10.381814957 0.016967151 0.999740422 -0.015206005 -1.839576364 0.206363663 0.011379247 0.978409171 102.621879578\n0.979006231 -0.018658627 -0.202974617 -10.455555916 0.016068645 0.999767184 -0.014400713 -1.854864836 0.203196049 0.010836861 0.979078114 102.954643250\n0.979796469 -0.017535942 -0.199226886 -10.519027710 0.014887579 0.999779880 -0.014783565 -1.865187764 0.199442267 0.011518880 0.979841888 103.304725647\n0.980766416 -0.015949689 -0.194532499 -10.590353012 0.013084919 0.999786317 -0.016002629 -1.865933776 0.194746181 0.013149399 0.980765522 103.656921387\n0.981391609 -0.014826464 -0.191443652 -10.651227951 0.012057452 0.999805272 -0.015620761 -1.878477454 0.191637978 0.013021762 0.981379271 104.024444580\n0.982131064 -0.014807958 -0.187614694 -10.713378906 0.012044682 0.999801695 -0.015859978 -1.887301803 0.187812343 0.013316819 0.982114673 104.389007568\n0.982966781 -0.013117442 -0.183314458 -10.786666870 0.010333107 0.999816418 -0.016135843 -1.893541574 0.183492467 0.013966791 0.982921898 104.770294189\n0.983641446 -0.013210180 -0.179652378 -10.850639343 0.010363096 0.999805570 -0.016777067 -1.902532816 0.179839075 0.014640863 0.983587086 105.150390625\n0.984459221 -0.012915309 -0.175137833 -10.920262337 0.010289334 0.999820769 -0.015893565 -1.913449287 0.175311700 0.013844515 0.984415650 105.546844482\n0.985269189 -0.011612522 -0.170615703 -10.989767075 0.009021528 0.999832034 -0.015953621 -1.919574857 0.170772314 0.014179396 0.985208511 105.952827454\n0.986016035 -0.010074778 -0.166345671 -11.056595802 0.007616263 0.999852240 -0.015410873 -1.926129818 0.166476354 0.013928436 0.985947073 106.355400085\n0.986719966 -0.008092447 -0.162228853 -11.119148254 0.005820516 0.999878287 -0.014474872 -1.933102846 0.162326247 0.013338390 0.986647010 106.768066406\n0.987393677 -0.008508286 -0.158055022 -11.182054520 0.006277312 0.999873579 -0.014609045 -1.942521214 0.158159345 0.013432718 0.987322211 107.185180664\n0.988000751 -0.008020260 -0.154240817 -11.245583534 0.006022855 0.999891877 -0.013412844 -1.952508450 0.154331729 0.012322931 0.987942219 107.612236023\n0.988499105 -0.010351021 -0.150872186 -11.305917740 0.008485096 0.999879420 -0.013006132 -1.961131215 0.150988609 0.011576385 0.988467693 108.049926758\n0.988941669 -0.012479140 -0.147778958 -11.360034943 0.010641978 0.999856055 -0.013216006 -1.968432665 0.147922605 0.011497199 0.988932133 108.495597839\n0.989520788 -0.013732056 -0.143735886 -11.422514915 0.012237883 0.999861538 -0.011274258 -1.979138494 0.143870816 0.009397089 0.989551842 108.939872742\n0.989991784 -0.013741804 -0.140454531 -11.479804039 0.012508870 0.999875128 -0.009657288 -1.987185478 0.140569702 0.007803708 0.990040004 109.395881653\n0.990398884 -0.015405754 -0.137378111 -11.542770386 0.014601333 0.999869823 -0.006861386 -1.999187112 0.137465924 0.004789605 0.990494907 109.864059448\n0.990670443 -0.018234801 -0.135053784 -11.592633247 0.017700544 0.999830067 -0.005155685 -2.011828661 0.135124847 0.002717060 0.990824878 110.324363708\n0.991016090 -0.020059194 -0.132229879 -11.654089928 0.019550584 0.999795616 -0.005143713 -2.015028238 0.132306039 0.002512331 0.991205752 110.794296265\n0.991284072 -0.021933096 -0.129903048 -11.707288742 0.021535587 0.999758124 -0.004464147 -2.025439262 0.129969537 0.001627700 0.991516650 111.264625549\n0.991397023 -0.024323026 -0.128609225 -11.757271767 0.023948211 0.999703228 -0.004460194 -2.028745651 0.128679559 0.001341862 0.991685331 111.732383728\n0.991372585 -0.028629536 -0.127908945 -11.814203262 0.028105984 0.999587536 -0.005896586 -2.040481091 0.128025010 0.002250707 0.991768360 112.203819275\n0.991295934 -0.031652059 -0.127790868 -11.866722107 0.030962924 0.999493301 -0.007376126 -2.047247410 0.127959594 0.003355145 0.991773725 112.668144226\n0.991190791 -0.033126988 -0.128231749 -11.924382210 0.032585833 0.999448955 -0.006316338 -2.053464413 0.128370330 0.002082158 0.991724133 113.139320374\n0.991117060 -0.032717664 -0.128905132 -11.979695320 0.032486390 0.999464571 -0.003896905 -2.064694881 0.128963605 -0.000325373 0.991649270 113.601882935\n0.990963578 -0.035127748 -0.129449487 -12.033848763 0.035183050 0.999379158 -0.001860330 -2.070403814 0.129434466 -0.002710908 0.991584301 114.070259094\n0.990912616 -0.036042821 -0.129588380 -12.094678879 0.036384799 0.999337792 0.000271657 -2.074287415 0.129492775 -0.004984236 0.991567850 114.530509949\n0.990930974 -0.034030743 -0.129991010 -12.157798767 0.034358364 0.999409556 0.000277851 -2.084157705 0.129904792 -0.004741609 0.991515160 114.981628418\n0.990953982 -0.031744767 -0.130393356 -12.216936111 0.031809799 0.999492705 -0.001584536 -2.098461628 0.130377501 -0.002577584 0.991461098 115.425582886\n0.990898609 -0.031925187 -0.130769774 -12.278599739 0.031630784 0.999490261 -0.004328306 -2.106327534 0.130841285 0.000152562 0.991403341 115.879684448\n0.990695238 -0.035558004 -0.131371811 -12.334503174 0.035107113 0.999367058 -0.005747393 -2.113041162 0.131493017 0.001081831 0.991316497 116.329414368\n0.990351558 -0.039460734 -0.132840872 -12.379052162 0.038748559 0.999217451 -0.007943004 -2.113898993 0.133050337 0.002718975 0.991105556 116.780799866\n0.990362883 -0.037364636 -0.133361414 -12.441943169 0.036329586 0.999287963 -0.010187034 -2.124251127 0.133647099 0.005243895 0.991015136 117.216621399\n0.990642786 -0.031428162 -0.132812440 -12.513526917 0.030218843 0.999481559 -0.011111815 -2.136876345 0.133092806 0.006994402 0.991078913 117.656806946\n0.990703285 -0.027740421 -0.133182317 -12.575145721 0.026400577 0.999581635 -0.011815947 -2.149435759 0.133454368 0.008190008 0.991021097 118.092399597\n0.990731061 -0.028407019 -0.132834524 -12.635220528 0.027145503 0.999567628 -0.011298599 -2.158563375 0.133098051 0.007588014 0.991073847 118.531227112\n0.990815639 -0.031067602 -0.131602317 -12.686080933 0.029954145 0.999496818 -0.010432448 -2.164308786 0.131860211 0.006394599 0.991247714 118.964302063\n0.991129935 -0.031713378 -0.129056931 -12.735777855 0.030623488 0.999476671 -0.010421191 -2.170934677 0.129319891 0.006376581 0.991582453 119.390457153\n0.991703689 -0.027973630 -0.125464186 -12.786562920 0.026940003 0.999587774 -0.009927918 -2.183944225 0.125690177 0.006465548 0.992048502 119.815498352\n0.992340863 -0.024837300 -0.121007331 -12.838774681 0.023906739 0.999672472 -0.009136066 -2.195203304 0.121194609 0.006173201 0.992609560 120.239433289\n0.992949903 -0.024509449 -0.115973242 -12.880572319 0.023616297 0.999679983 -0.009069368 -2.207302809 0.116158411 0.006266569 0.993210912 120.656173706\n0.993731737 -0.025076550 -0.108942240 -12.921577454 0.024213325 0.999664128 -0.009239537 -2.214273453 0.109137341 0.006543767 0.994005144 121.073432922\n0.994399428 -0.027431242 -0.102065347 -12.952137947 0.026503475 0.999594271 -0.010435192 -2.222720861 0.102310188 0.007671663 0.994722962 121.487335205\n0.995040953 -0.028301621 -0.095354460 -12.986665726 0.027389191 0.999565780 -0.010864357 -2.230656624 0.095620535 0.008198800 0.995384097 121.903518677\n0.995668948 -0.028166864 -0.088599831 -13.016615868 0.027449491 0.999579906 -0.009305038 -2.239225149 0.088824704 0.006832717 0.996023834 122.310218811\n0.996210635 -0.028017947 -0.082337089 -13.041456223 0.027423717 0.999589086 -0.008339327 -2.247434855 0.082536906 0.006049737 0.996569633 122.715812683\n0.996740520 -0.027444063 -0.075862497 -13.063403130 0.026993325 0.999611378 -0.006960691 -2.257267952 0.076024041 0.004890223 0.997093976 123.107131958\n0.997233093 -0.027615059 -0.069018416 -13.091392517 0.027239807 0.999608636 -0.006372408 -2.262697697 0.069167383 0.004474728 0.997595012 123.498039246\n0.997618020 -0.028184783 -0.062959105 -13.110146523 0.027869910 0.999594271 -0.005874024 -2.275418520 0.063099124 0.004105368 0.997998834 123.870109558\n0.997941971 -0.028918287 -0.057232954 -13.123772621 0.028682206 0.999576390 -0.004942231 -2.283060551 0.057351630 0.003290493 0.998348594 124.240547180\n0.998211443 -0.029781893 -0.051835697 -13.134160995 0.029600475 0.999552727 -0.004264227 -2.295213223 0.051939510 0.002722239 0.998646498 124.609451294\n0.998484135 -0.029548068 -0.046436645 -13.143487930 0.029372459 0.999558568 -0.004459640 -2.299102783 0.046547923 0.003088921 0.998911262 124.965744019\n0.998708427 -0.028810434 -0.041849628 -13.154069901 0.028670294 0.999581158 -0.003945099 -2.305728674 0.041945759 0.002740162 0.999116123 125.312522888\n0.998850703 -0.029456560 -0.037809703 -13.162657738 0.029327694 0.999562025 -0.003958509 -2.316038370 0.037909746 0.002845088 0.999277115 125.667510986\n0.998964965 -0.029932119 -0.034250017 -13.168422699 0.029799843 0.999546349 -0.004366193 -2.322083712 0.034365170 0.003341028 0.999403775 126.004028320\n0.999043882 -0.030121820 -0.031686403 -13.170810699 0.030002605 0.999540865 -0.004231171 -2.328058720 0.031799305 0.003276451 0.999488890 126.340385437\n0.999117732 -0.029700726 -0.029691929 -13.176256180 0.029606773 0.999555171 -0.003599053 -2.336011887 0.029785614 0.002716795 0.999552608 126.661941528\n0.999159753 -0.029937580 -0.027992405 -13.186306953 0.029858166 0.999548852 -0.003250798 -2.343240023 0.028077098 0.002412265 0.999602854 126.973587036\n0.999184549 -0.029822841 -0.027217779 -13.195847511 0.029727176 0.999550402 -0.003912818 -2.349542856 0.027322233 0.003100520 0.999621868 127.285469055\n0.999231994 -0.028487500 -0.026904492 -13.207800865 0.028364224 0.999585390 -0.004952569 -2.351943254 0.027034422 0.004185641 0.999625742 127.603118896\n0.999254286 -0.026927186 -0.027673287 -13.214383125 0.026779555 0.999625146 -0.005691715 -2.357752562 0.027816175 0.004946392 0.999600828 127.900436401\n0.999190569 -0.027814474 -0.029061114 -13.221937180 0.027633576 0.999596298 -0.006607983 -2.363489628 0.029233180 0.005799572 0.999555767 128.188003540\n0.999126077 -0.028402869 -0.030664729 -13.232541084 0.028174052 0.999572039 -0.007868432 -2.371168137 0.030875092 0.006997607 0.999498785 128.471084595\n0.999032795 -0.028974513 -0.033075240 -13.239839554 0.028707815 0.999551594 -0.008510071 -2.381891966 0.033306986 0.007552322 0.999416649 128.749938965\n0.998968303 -0.027901527 -0.035831142 -13.252984047 0.027578477 0.999574721 -0.009478762 -2.383783579 0.036080375 0.008480814 0.999312878 129.020553589\n0.998837471 -0.027637785 -0.039494902 -13.267673492 0.027281780 0.999582410 -0.009524761 -2.393584251 0.039741654 0.008436197 0.999174356 129.283432007\n0.998631299 -0.028050259 -0.044144291 -13.279102325 0.027606381 0.999562323 -0.010632972 -2.395629883 0.044423226 0.009399755 0.998968601 129.541229248\n0.998384535 -0.028390741 -0.049216721 -13.295715332 0.027898144 0.999553859 -0.010667078 -2.400404692 0.049497608 0.009276791 0.998731136 129.799972534\n0.998151600 -0.027495624 -0.054197542 -13.313889503 0.026980728 0.999583840 -0.010209384 -2.408251047 0.054455701 0.008728224 0.998478055 130.054687500\n0.997890174 -0.026490686 -0.059273884 -13.338848114 0.025916819 0.999609709 -0.010429685 -2.413646221 0.059527040 0.008871490 0.998187244 130.297683716\n0.997603416 -0.025275918 -0.064408965 -13.356725693 0.024678981 0.999644935 -0.010046845 -2.417688131 0.064640038 0.008433220 0.997873008 130.545211792\n0.997276783 -0.024857167 -0.069434568 -13.379308701 0.024221590 0.999656796 -0.009980724 -2.428044796 0.069658831 0.008271729 0.997536600 130.784790039\n0.996903718 -0.025212845 -0.074479930 -13.398538589 0.024496494 0.999644578 -0.010516112 -2.432377577 0.074718602 0.008659055 0.997167051 131.032379150\n0.996535182 -0.025032921 -0.079315476 -13.422569275 0.024315378 0.999654353 -0.009999792 -2.439097404 0.079538383 0.008036559 0.996799409 131.273269653\n0.996125638 -0.024602739 -0.084430099 -13.442092896 0.023966596 0.999676287 -0.008540018 -2.442541599 0.084612869 0.006483429 0.996392787 131.512130737\n0.995719671 -0.024689917 -0.089066215 -13.466185570 0.024183996 0.999684691 -0.006755104 -2.449893713 0.089204915 0.004572213 0.996002793 131.750747681\n0.995273530 -0.025167042 -0.093793496 -13.490889549 0.024704745 0.999676287 -0.006086944 -2.456039906 0.093916327 0.003741030 0.995573044 131.981658936\n0.994785190 -0.025918467 -0.098643877 -13.513458252 0.025446281 0.999657929 -0.006042104 -2.458117723 0.098766737 0.003500476 0.995104432 132.216857910\n0.994336903 -0.026300427 -0.102967814 -13.539603233 0.025843980 0.999649346 -0.005764727 -2.463584900 0.103083327 0.003070983 0.994668007 132.451126099\n0.993889570 -0.026044857 -0.107262261 -13.570113182 0.025581464 0.999656498 -0.005694086 -2.467187881 0.107373722 0.002915367 0.994214475 132.676666260\n0.993419111 -0.025075223 -0.111757360 -13.594947815 0.024532542 0.999679625 -0.006228616 -2.465644598 0.111877739 0.003445934 0.993716002 132.901809692\n0.992925286 -0.025181334 -0.116039775 -13.622941017 0.024637347 0.999677718 -0.006120092 -2.473562717 0.116156489 0.003217882 0.993225694 133.131088257\n0.992440104 -0.025267538 -0.120100774 -13.653783798 0.024671728 0.999674857 -0.006445494 -2.481394053 0.120224580 0.003433673 0.992740810 133.354873657\n0.991926134 -0.025124881 -0.124303155 -13.685437202 0.024429472 0.999676228 -0.007115787 -2.483647346 0.124441691 0.004021675 0.992218792 133.575988770\n0.991415799 -0.024571067 -0.128417388 -13.715743065 0.023929253 0.999692261 -0.006538565 -2.488487244 0.128538519 0.003409505 0.991698682 133.793289185\n0.990865171 -0.024416229 -0.132627383 -13.745638847 0.023766562 0.999696553 -0.006479497 -2.495021582 0.132745340 0.003268211 0.991144776 134.009521484\n0.990344167 -0.024912599 -0.136373520 -13.777289391 0.024116119 0.999681115 -0.007489696 -2.499512911 0.136516616 0.004128578 0.990629196 134.222946167\n0.989902258 -0.024399413 -0.139635935 -13.810237885 0.023437114 0.999688923 -0.008531974 -2.501338482 0.139800668 0.005173157 0.990166128 134.427642822\n0.989477336 -0.024235543 -0.142643899 -13.844400406 0.023151498 0.999689102 -0.009254700 -2.505800009 0.142823860 0.005854895 0.989730835 134.641693115\n0.989123404 -0.024051402 -0.145108193 -13.874578476 0.022871926 0.999690473 -0.009791301 -2.510813236 0.145298779 0.006365901 0.989367366 134.847610474\n0.988804996 -0.024696186 -0.147155553 -13.904634476 0.023401363 0.999670744 -0.010524035 -2.512909412 0.147367001 0.006962578 0.989057362 135.049880981\n0.988492489 -0.025096150 -0.149173528 -13.932093620 0.023724241 0.999658346 -0.010969386 -2.521441460 0.149397850 0.007304128 0.988750160 135.250869751\n0.988313615 -0.025130263 -0.150348514 -13.968906403 0.023707001 0.999655604 -0.011251570 -2.526403189 0.150579497 0.007555767 0.988569021 135.454101562\n0.988188446 -0.024430072 -0.151283666 -13.997286797 0.022981159 0.999671817 -0.011318722 -2.530379057 0.151510537 0.007708356 0.988425612 135.653182983\n0.988274932 -0.023445440 -0.150873959 -14.026254654 0.021907557 0.999689817 -0.011847499 -2.533063650 0.151104927 0.008403307 0.988481998 135.847259521\n0.988533318 -0.022863828 -0.149262100 -14.056086540 0.021310141 0.999700904 -0.012000401 -2.542565823 0.149491817 0.008682000 0.988724828 136.038009644\n0.988896489 -0.023439657 -0.146745622 -14.085304260 0.021900551 0.999686956 -0.012095357 -2.545960665 0.146983206 0.008747246 0.989100337 136.232696533\n0.989369035 -0.023929985 -0.143444285 -14.108379364 0.022474110 0.999678254 -0.011761335 -2.551503181 0.143679589 0.008412518 0.989588499 136.420288086\n0.989865482 -0.024018347 -0.139962330 -14.127656937 0.022521202 0.999671042 -0.012271053 -2.554989815 0.140211016 0.008994573 0.990080774 136.611267090\n0.990444243 -0.023639604 -0.135872468 -14.153172493 0.022119220 0.999674797 -0.012688821 -2.562229872 0.136128247 0.009562177 0.990645051 136.801391602\n0.990973592 -0.023708977 -0.131944031 -14.173254967 0.022207720 0.999670923 -0.012838102 -2.565936327 0.132204995 0.009792044 0.991174042 136.987609863\n0.991415739 -0.024179026 -0.128491849 -14.188474655 0.022609090 0.999651015 -0.013662969 -2.569777250 0.128777370 0.010640599 0.991616428 137.172515869\n0.991911530 -0.024609465 -0.124522537 -14.205632210 0.023007113 0.999633193 -0.014289909 -2.573484659 0.124828525 0.011309423 0.992113888 137.351959229\n0.992362976 -0.025232429 -0.120743580 -14.224958420 0.023638530 0.999613762 -0.014615107 -2.577326775 0.121065721 0.011649291 0.992576122 137.533142090\n0.992809296 -0.024631035 -0.117145479 -14.242600441 0.023076348 0.999626935 -0.014609477 -2.579195976 0.117461622 0.011801135 0.993007302 137.717041016\n0.993185222 -0.025661014 -0.113686405 -14.260663033 0.024187263 0.999604821 -0.014323981 -2.584952116 0.114009045 0.011476604 0.993413448 137.894271851\n0.993599057 -0.026349109 -0.109848417 -14.281460762 0.024988906 0.999593258 -0.013741120 -2.588036537 0.110165805 0.010908172 0.993853390 138.073272705\n0.993898928 -0.027539669 -0.106801331 -14.287840843 0.026273007 0.999566972 -0.013249185 -2.592096806 0.107119963 0.010362359 0.994192123 138.241561890\n0.994257152 -0.027340664 -0.103465810 -14.304606438 0.026142688 0.999574780 -0.012917137 -2.597212076 0.103774980 0.010138081 0.994549155 138.408142090\n0.994582653 -0.026945425 -0.100395478 -14.315713882 0.025824606 0.999588966 -0.012447235 -2.603412867 0.100689612 0.009787131 0.994869769 138.569931030\n0.994912088 -0.026354380 -0.097238839 -14.326762199 0.025303856 0.999607503 -0.012021172 -2.604567051 0.097517483 0.009499491 0.995188475 138.735336304\n0.995226026 -0.026417127 -0.093953587 -14.343070984 0.025414387 0.999606729 -0.011853484 -2.605839968 0.094229773 0.009409122 0.995505989 138.894409180\n0.995472550 -0.027016129 -0.091128975 -14.352169991 0.026076322 0.999593914 -0.011488070 -2.610407114 0.091402330 0.009059750 0.995772839 139.043090820\n0.995719433 -0.026987575 -0.088399731 -14.358539581 0.026136372 0.999600351 -0.010772602 -2.614260435 0.088655129 0.008416041 0.996026814 139.196838379\n0.995994270 -0.027339209 -0.085135363 -14.374231339 0.026575273 0.999595881 -0.010093816 -2.621876717 0.085376911 0.007790887 0.996318281 139.345535278\n0.996205926 -0.027476648 -0.082575791 -14.379426956 0.026734300 0.999591708 -0.010082411 -2.619423628 0.082819104 0.007836551 0.996533811 139.489898682\n0.996433079 -0.026799439 -0.080018081 -14.388354301 0.026134698 0.999614775 -0.009343343 -2.626719952 0.080237649 0.007218767 0.996749640 139.624298096\n0.996675074 -0.025659669 -0.077332892 -14.402709007 0.025045618 0.999646664 -0.008899943 -2.630975723 0.077533938 0.006933501 0.996965587 139.771270752\n0.996846318 -0.025857566 -0.075025663 -14.404926300 0.025271717 0.999642372 -0.008747669 -2.628085852 0.075225025 0.006824054 0.997143209 139.899383545\n0.997012496 -0.026348282 -0.072607853 -14.411683083 0.025855731 0.999635935 -0.007715438 -2.638568163 0.072784707 0.005815059 0.997330725 140.045059204\n0.997168064 -0.026280219 -0.070464551 -14.419281960 0.025822069 0.999639153 -0.007405025 -2.639581680 0.070633724 0.005564514 0.997486770 140.179916382\n0.997326016 -0.025603626 -0.068449385 -14.431190491 0.025189882 0.999658883 -0.006900963 -2.644711733 0.068602726 0.005158278 0.997630715 140.307922363\n0.997423947 -0.025366206 -0.067096733 -14.434846878 0.024961300 0.999664843 -0.006866261 -2.638827801 0.067248411 0.005173752 0.997722864 140.452972412\n0.997487009 -0.026281465 -0.065795116 -14.439641953 0.025913214 0.999643445 -0.006444225 -2.646149397 0.065941021 0.004723067 0.997812331 140.591659546\n0.997527778 -0.027389947 -0.064715609 -14.446536064 0.027026447 0.999613702 -0.006485821 -2.643624783 0.064868256 0.004720754 0.997882664 140.726440430\n0.997542143 -0.028138479 -0.064171202 -14.453229904 0.027792446 0.999593973 -0.006278811 -2.650696993 0.064321823 0.004479904 0.997919142 140.855590820\n0.997566581 -0.027828012 -0.063925505 -14.464604378 0.027480153 0.999602377 -0.006314588 -2.656689167 0.064075813 0.004542540 0.997934699 140.991378784\n0.997587442 -0.027752390 -0.063632563 -14.473426819 0.027393695 0.999603570 -0.006502686 -2.657155752 0.063787803 0.004743867 0.997952223 141.119400024\n0.997584999 -0.027783195 -0.063657641 -14.483052254 0.027451597 0.999604642 -0.006077982 -2.661739826 0.063801341 0.004315799 0.997953296 141.254425049\n0.997561812 -0.028168488 -0.063851483 -14.489592552 0.027878221 0.999596536 -0.005432564 -2.664115667 0.063978747 0.003639253 0.997944653 141.388092041\n0.997556031 -0.028294342 -0.063886195 -14.494693756 0.028019788 0.999593914 -0.005189599 -2.667488813 0.064007089 0.003386839 0.997943699 141.523010254\n0.997535288 -0.028751472 -0.064005427 -14.503776550 0.028495261 0.999581873 -0.004912384 -2.672588587 0.064119905 0.003076426 0.997937441 141.653625488\n0.997485399 -0.028560283 -0.064862400 -14.502212524 0.028308954 0.999587715 -0.004790742 -2.670160055 0.064972483 0.002942509 0.997882724 141.791427612\n0.997499526 -0.028383937 -0.064723037 -14.518272400 0.028130803 0.999592662 -0.004819172 -2.671867132 0.064833462 0.002986411 0.997891605 141.919372559\n0.997502089 -0.027789112 -0.064940982 -14.520702362 0.027587228 0.999611378 -0.004003570 -2.677337170 0.065027006 0.002202028 0.997881055 142.059722900\n0.997513533 -0.027651448 -0.064823806 -14.538475990 0.027526414 0.999617100 -0.002821337 -2.679286242 0.064877003 0.001029955 0.997892737 142.199722290\n0.997503221 -0.027455425 -0.065065615 -14.539092064 0.027374230 0.999622941 -0.002139227 -2.678140640 0.065099820 0.000352765 0.997878671 142.338363647\n0.997579038 -0.026387125 -0.064340994 -14.553554535 0.026353674 0.999651730 -0.001368699 -2.684395790 0.064354703 -0.000330236 0.997927010 142.474380493\n0.997626960 -0.024893126 -0.064193614 -14.561305046 0.024875088 0.999689996 -0.001080350 -2.684464455 0.064200610 -0.000519035 0.997936904 142.606765747\n0.997656345 -0.024460807 -0.063901834 -14.571502686 0.024441291 0.999700665 -0.001087250 -2.685693502 0.063909300 -0.000477141 0.997955620 142.740356445\n0.997676611 -0.024487717 -0.063574508 -14.577502251 0.024478152 0.999699950 -0.000929451 -2.687076330 0.063578196 -0.000628894 0.997976661 142.874755859\n0.997667968 -0.024277575 -0.063790761 -14.582330704 0.024290962 0.999704778 -0.000565790 -2.692682266 0.063785665 -0.000985068 0.997963130 143.009216309\n0.997676730 -0.023393366 -0.063983425 -14.592718124 0.023444165 0.999725163 0.000043155 -2.698323488 0.063964829 -0.001543092 0.997950971 143.147003174\n0.997679293 -0.022740206 -0.064178355 -14.597389221 0.022766113 0.999740779 -0.000327690 -2.696508646 0.064169168 -0.001134162 0.997938395 143.286819458\n0.997666538 -0.022872090 -0.064330034 -14.604262352 0.022845911 0.999738336 -0.001142607 -2.695041656 0.064339340 -0.000329738 0.997928023 143.417724609\n0.997685909 -0.022434836 -0.064183019 -14.615310669 0.022458861 0.999747694 -0.000347232 -2.702525139 0.064174615 -0.001095049 0.997938097 143.547760010\n0.997695982 -0.021637917 -0.064300664 -14.622138977 0.021677943 0.999764979 -0.000075218 -2.701155663 0.064287178 -0.001318861 0.997930586 143.682144165\n0.997711420 -0.021361796 -0.064153194 -14.630062103 0.021427227 0.999770343 0.000331988 -2.705080748 0.064131372 -0.001705853 0.997940004 143.813262939\n0.997728348 -0.022559263 -0.063476473 -14.641485214 0.022606907 0.999744415 0.000032363 -2.704024315 0.063459523 -0.001467296 0.997983336 143.941879272\n0.997752488 -0.024595702 -0.062329948 -14.642728806 0.024646411 0.999696255 0.000044720 -2.708235741 0.062309913 -0.001580829 0.998055577 144.064559937\n0.997832596 -0.026209136 -0.060359124 -14.653979301 0.026281759 0.999654472 0.000409477 -2.710255384 0.060327537 -0.001994934 0.998176634 144.199142456\n0.997932494 -0.027416585 -0.058129571 -14.653196335 0.027506979 0.999621332 0.000755320 -2.709395409 0.058086850 -0.002352727 0.998308778 144.321380615\n0.998097301 -0.027385822 -0.055243306 -14.661153793 0.027464436 0.999622583 0.000664218 -2.707282305 0.055204265 -0.002180180 0.998472691 144.448440552\n0.998265803 -0.026671067 -0.052479364 -14.666067123 0.026758283 0.999641478 0.000959905 -2.715486288 0.052434947 -0.002362498 0.998621523 144.564865112\n0.998465538 -0.024846476 -0.049489371 -14.674457550 0.024944460 0.999687910 0.001363151 -2.720851660 0.049440056 -0.002595545 0.998773694 144.684692383\n0.998612046 -0.023581065 -0.047094248 -14.670248985 0.023628818 0.999720693 0.000457456 -2.714439869 0.047070310 -0.001569602 0.998890340 144.805572510\n0.998746872 -0.023092372 -0.044400379 -14.674769402 0.023103125 0.999733031 -0.000271020 -2.717472315 0.044394787 -0.000755107 0.999013782 144.911697388\n0.998859286 -0.023506260 -0.041563645 -14.678983688 0.023496538 0.999723673 -0.000722459 -2.718852997 0.041569140 -0.000254967 0.999135613 145.025619507\n0.998939455 -0.024382712 -0.039057620 -14.675460815 0.024378650 0.999702632 -0.000580344 -2.723255396 0.039060153 -0.000372444 0.999236763 145.142028809\n0.999013305 -0.025269607 -0.036522172 -14.676965714 0.025260342 0.999680638 -0.000715155 -2.720300198 0.036528584 -0.000208113 0.999332607 145.249252319\n0.999126792 -0.024321593 -0.033972505 -14.678073883 0.024308912 0.999704182 -0.000786306 -2.720062971 0.033981580 -0.000040215 0.999422431 145.364425659\n0.999275148 -0.020974036 -0.031769425 -14.686396599 0.020943344 0.999779820 -0.001298614 -2.725040197 0.031789664 0.000632314 0.999494374 145.476409912\n0.999396145 -0.017974237 -0.029735781 -14.692190170 0.017929239 0.999837697 -0.001779206 -2.722241163 0.029762933 0.001244992 0.999556184 145.591400146\n0.999473751 -0.017208107 -0.027496686 -14.697764397 0.017171029 0.999851286 -0.001584003 -2.727970600 0.027519856 0.001111023 0.999620616 145.712463379\n0.999508619 -0.017837901 -0.025774060 -14.691050529 0.017798703 0.999840081 -0.001749475 -2.726547480 0.025801145 0.001289871 0.999666274 145.838851929\n0.999537647 -0.018336765 -0.024253963 -14.695219994 0.018302089 0.999831140 -0.001650952 -2.724820614 0.024280140 0.001206290 0.999704480 145.953994751\n0.999573052 -0.018432125 -0.022670075 -14.697484970 0.018409645 0.999829829 -0.001200002 -2.731678247 0.022688335 0.000782142 0.999742270 146.083129883\n0.999648929 -0.016493347 -0.020735908 -14.704215050 0.016486062 0.999863982 -0.000522212 -2.732972860 0.020741701 0.000180175 0.999784827 146.205307007\n0.999698758 -0.014461948 -0.019828996 -14.705997467 0.014480010 0.999894857 0.000767598 -2.730180264 0.019815810 -0.001054491 0.999803066 146.342864990\n0.999753356 -0.012312294 -0.018484738 -14.713376999 0.012357492 0.999920905 0.002332905 -2.731951952 0.018454552 -0.002560754 0.999826431 146.480789185\n0.999751091 -0.013349824 -0.017874107 -14.705888748 0.013432422 0.999899626 0.004509035 -2.733916759 0.017812118 -0.004748005 0.999830067 146.622070312\n0.999700844 -0.017224248 -0.017363580 -14.709114075 0.017334701 0.999830306 0.006230782 -2.737819195 0.017253313 -0.006529910 0.999829829 146.749954224\n0.999636769 -0.019960921 -0.018107269 -14.704657555 0.020086367 0.999775290 0.006772685 -2.736514568 0.017968012 -0.007133935 0.999813139 146.885986328\n0.999629855 -0.019631799 -0.018834181 -14.706348419 0.019759431 0.999782860 0.006614603 -2.739907742 0.018700236 -0.006984307 0.999800742 147.028442383\n0.999631524 -0.017340191 -0.020884795 -14.712887764 0.017468302 0.999829590 0.005967389 -2.739675283 0.020777762 -0.006330012 0.999764085 147.169296265\n0.999630809 -0.014610740 -0.022908390 -14.723950386 0.014720730 0.999880850 0.004640041 -2.736547709 0.022837866 -0.004975556 0.999726772 147.310180664\n0.999598622 -0.013653167 -0.024822006 -14.724420547 0.013765478 0.999895751 0.004359436 -2.739865065 0.024759898 -0.004699373 0.999682367 147.446456909\n0.999544144 -0.013320252 -0.027094746 -14.729582787 0.013449538 0.999898970 0.004594968 -2.737802029 0.027030803 -0.004957285 0.999622285 147.585083008\n0.999492109 -0.013135371 -0.029033337 -14.735115051 0.013302304 0.999896049 0.005564029 -2.743722916 0.028957233 -0.005947413 0.999562979 147.719161987\n0.999468625 -0.013102259 -0.029846752 -14.738791466 0.013275328 0.999896169 0.005607834 -2.744970083 0.029770177 -0.006001079 0.999538779 147.855453491\n0.999436140 -0.014451467 -0.030308522 -14.742132187 0.014596915 0.999882936 0.004583114 -2.741102695 0.030238744 -0.005022940 0.999530077 147.998062134\n0.999450505 -0.015443650 -0.029328654 -14.741827011 0.015607611 0.999863803 0.005369807 -2.745782137 0.029241730 -0.005824607 0.999555409 148.132369995\n0.999523997 -0.013834292 -0.027574142 -14.751596451 0.014036611 0.999875844 0.007157265 -2.750509024 0.027471704 -0.007540905 0.999594152 148.250671387\n0.999519408 -0.014669463 -0.027309660 -14.750233650 0.014887054 0.999858916 0.007781359 -2.750426054 0.027191658 -0.008184180 0.999596715 148.366302490\n0.999568999 -0.015002802 -0.025233010 -14.755789757 0.015199142 0.999855518 0.007607353 -2.747539997 0.025115235 -0.007987594 0.999652624 148.465682983\n0.999583602 -0.016922470 -0.023371093 -14.752583504 0.017097637 0.999827087 0.007315648 -2.746041536 0.023243252 -0.007712192 0.999700069 148.566741943\n0.999568224 -0.018538097 -0.022796355 -14.747433662 0.018708831 0.999798357 0.007299143 -2.752018452 0.022656444 -0.007722484 0.999713480 148.639068604\n0.999562263 -0.020244112 -0.021575827 -14.744039536 0.020410744 0.999763310 0.007531027 -2.759068489 0.021418262 -0.007968108 0.999738872 148.708847046\n0.999562263 -0.021651601 -0.020160902 -14.740067482 0.021827277 0.999725342 0.008534750 -2.758627653 0.019970573 -0.008971072 0.999760330 148.766067505\n0.999538243 -0.022774858 -0.020115325 -14.738744736 0.022964627 0.999693453 0.009253914 -2.759137392 0.019898403 -0.009711581 0.999754846 148.806304932\n0.999550223 -0.023066053 -0.019164341 -14.743698120 0.023247780 0.999686360 0.009314529 -2.756243467 0.018943481 -0.009755868 0.999772966 148.829818726\n0.999570489 -0.022366200 -0.018936442 -14.741106987 0.022547936 0.999701202 0.009438630 -2.754686356 0.018719677 -0.009861554 0.999776125 148.832443237\n0.999561787 -0.022416314 -0.019331804 -14.742987633 0.022593806 0.999704123 0.009012299 -2.757972479 0.019124061 -0.009445129 0.999772489 148.818786621\n0.999581873 -0.021518085 -0.019314982 -14.740959167 0.021657877 0.999740541 0.007057713 -2.759196520 0.019158103 -0.007473084 0.999788523 148.816406250\n0.999566078 -0.022200486 -0.019360606 -14.734149933 0.022309685 0.999736309 0.005442647 -2.760655403 0.019234670 -0.005872214 0.999797761 148.819503784\n0.999580026 -0.021600742 -0.019317867 -14.740840912 0.021727748 0.999743521 0.006388995 -2.761189938 0.019174905 -0.006806046 0.999792993 148.820434570\n0.999577880 -0.021863578 -0.019132977 -14.739412308 0.021996692 0.999735117 0.006774733 -2.757337809 0.018979788 -0.007192736 0.999794006 148.815597534\n0.999569476 -0.021997780 -0.019415110 -14.740415573 0.022124574 0.999735117 0.006340167 -2.759945393 0.019270498 -0.006766989 0.999791384 148.818740845\n0.999585092 -0.021511590 -0.019153856 -14.741010666 0.021651743 0.999740064 0.007140080 -2.759274006 0.018995283 -0.007551832 0.999791026 148.824264526\n0.999584436 -0.021829171 -0.018825540 -14.743432999 0.021964543 0.999734163 0.007014308 -2.756717920 0.018667419 -0.007424888 0.999798179 148.823974609\n0.999572217 -0.021993229 -0.019279925 -14.740104675 0.022122454 0.999734044 0.006515099 -2.758556604 0.019131508 -0.006938831 0.999792874 148.820266724\n0.999573410 -0.022124441 -0.019066159 -14.742862701 0.022263266 0.999726951 0.007099959 -2.760720253 0.018903868 -0.007521404 0.999792993 148.825424194\n0.999589801 -0.021636838 -0.018763062 -14.746700287 0.021772414 0.999738097 0.007051766 -2.759122849 0.018605569 -0.007457391 0.999799073 148.823593140\n0.999575794 -0.021875883 -0.019227853 -14.741930008 0.022010898 0.999734342 0.006838514 -2.759409189 0.019073145 -0.007258835 0.999791741 148.824325562\n0.999568105 -0.022178622 -0.019279720 -14.739938736 0.022317553 0.999726295 0.007021025 -2.759312630 0.019118726 -0.007448269 0.999789476 148.821472168\n0.999569535 -0.022245916 -0.019127546 -14.741929054 0.022384128 0.999724627 0.007042313 -2.761474133 0.018965615 -0.007467436 0.999792278 148.822525024\n0.999565244 -0.022345353 -0.019236974 -14.744220734 0.022488853 0.999720633 0.007275910 -2.766278744 0.019069018 -0.007705364 0.999788463 148.818252563\n0.999566436 -0.022265203 -0.019266378 -14.742604256 0.022405474 0.999723792 0.007095613 -2.764872313 0.019103073 -0.007524208 0.999789178 148.818618774\n0.999558747 -0.022494566 -0.019397272 -14.742981911 0.022638457 0.999717593 0.007230727 -2.765424728 0.019229142 -0.007666660 0.999785721 148.819885254\n0.999561012 -0.022404313 -0.019386800 -14.741807938 0.022548243 0.999719560 0.007237623 -2.765400410 0.019219210 -0.007671583 0.999785841 148.818130493\n0.999563754 -0.022228014 -0.019449005 -14.741859436 0.022368638 0.999724984 0.007042950 -2.764033318 0.019287106 -0.007474925 0.999786019 148.818283081\n0.999559104 -0.022467753 -0.019412573 -14.742755890 0.022611402 0.999718308 0.007212256 -2.766460180 0.019245062 -0.007648021 0.999785542 148.817352295\n0.999567926 -0.022156481 -0.019315636 -14.742533684 0.022299668 0.999725163 0.007229389 -2.764867783 0.019150149 -0.007656997 0.999787271 148.819595337\n0.999567032 -0.022279641 -0.019220060 -14.744719505 0.022420619 0.999723077 0.007150919 -2.764655352 0.019055417 -0.007578749 0.999789715 148.818466187\n0.999568284 -0.022202926 -0.019242957 -14.743765831 0.022343386 0.999725044 0.007115302 -2.764451265 0.019079685 -0.007542183 0.999789536 148.819030762\n0.999568522 -0.022217063 -0.019214831 -14.744756699 0.022358824 0.999724150 0.007194503 -2.765054703 0.019049689 -0.007621019 0.999789476 148.817825317\n0.999569237 -0.022240534 -0.019148611 -14.745241165 0.022381581 0.999723673 0.007183388 -2.765261412 0.018983558 -0.007608870 0.999790847 148.817276001\n0.999566972 -0.022170022 -0.019348683 -14.743186951 0.022310339 0.999726117 0.007066505 -2.763941765 0.019186718 -0.007495120 0.999787807 148.818466187\n0.999563456 -0.022368994 -0.019300329 -14.743558884 0.022514401 0.999719501 0.007349808 -2.766771317 0.019130507 -0.007781135 0.999786735 148.818511963\n0.999567688 -0.022175957 -0.019303741 -14.742854118 0.022316536 0.999725759 0.007097865 -2.763934851 0.019141044 -0.007525590 0.999788463 148.819961548\n0.999566436 -0.022283008 -0.019247446 -14.744010925 0.022425964 0.999722242 0.007243587 -2.765921831 0.019080691 -0.007672089 0.999788523 148.818191528\n0.999568224 -0.022220362 -0.019226547 -14.744227409 0.022363005 0.999723732 0.007236171 -2.765396357 0.019060446 -0.007663009 0.999788940 148.817718506\n0.999569237 -0.022175647 -0.019223822 -14.744355202 0.022316724 0.999725342 0.007155348 -2.764719963 0.019059869 -0.007581278 0.999789596 148.817977905\n0.999567807 -0.022121118 -0.019361703 -14.742660522 0.022261877 0.999727070 0.007084755 -2.763509274 0.019199695 -0.007512720 0.999787450 148.817291260\n0.999573410 -0.022061624 -0.019137643 -14.744976997 0.022200549 0.999728501 0.007077445 -2.763262033 0.018976307 -0.007499292 0.999791801 148.818328857\n0.999570608 -0.022195878 -0.019129809 -14.745667458 0.022334972 0.999725401 0.007088363 -2.763233185 0.018967224 -0.007512583 0.999791861 148.817550659\n0.999568224 -0.022237906 -0.019206418 -14.744285583 0.022376940 0.999724686 0.007054615 -2.763693094 0.019044250 -0.007481350 0.999790668 148.817337036\n0.999567211 -0.022205736 -0.019295374 -14.743224144 0.022345748 0.999725282 0.007071184 -2.764207602 0.019133054 -0.007499293 0.999788821 148.817001343\n0.999573290 -0.022145668 -0.019048536 -14.746392250 0.022284638 0.999726355 0.007114509 -2.764247417 0.018885769 -0.007535963 0.999793231 148.818450928\n0.999568760 -0.022163399 -0.019262744 -14.743702888 0.022298640 0.999727964 0.006834684 -2.761709452 0.019106025 -0.007261270 0.999791086 148.817413330\n0.999572158 -0.022181023 -0.019064695 -14.745548248 0.022318382 0.999726236 0.007022506 -2.763355732 0.018903710 -0.007444995 0.999793589 148.818038940\n0.999572575 -0.022119530 -0.019113915 -14.745553970 0.022256991 0.999727726 0.007009102 -2.762834549 0.018953674 -0.007431525 0.999792755 148.817489624\n0.999569476 -0.022218188 -0.019162253 -14.744995117 0.022354135 0.999726236 0.006909745 -2.762181997 0.019003484 -0.007335126 0.999792516 148.816940308\n0.999571621 -0.022117740 -0.019167785 -14.744873047 0.022254033 0.999728382 0.006926601 -2.761789560 0.019009376 -0.007350194 0.999792278 148.816452026\n0.999567151 -0.022276407 -0.019216361 -14.743973732 0.022416640 0.999723434 0.007113302 -2.765091658 0.019052587 -0.007540989 0.999790072 148.817123413\n0.999566793 -0.022311132 -0.019194309 -14.745026588 0.022451056 0.999722719 0.007105438 -2.764806032 0.019030455 -0.007533293 0.999790549 148.816589355\n0.999565363 -0.022298910 -0.019282451 -14.743241310 0.022434907 0.999724746 0.006865597 -2.762602568 0.019124048 -0.007295213 0.999790490 148.815689087\n0.999573231 -0.022060117 -0.019149715 -14.744709969 0.022197766 0.999729037 0.007005434 -2.762621641 0.018989986 -0.007427525 0.999792099 148.818267822\n0.999569595 -0.022081621 -0.019313892 -14.741944313 0.022220718 0.999728441 0.007017204 -2.763043880 0.019153697 -0.007443352 0.999788821 148.817459106\n0.999566853 -0.022192597 -0.019327277 -14.742954254 0.022333609 0.999725282 0.007110963 -2.764102936 0.019164158 -0.007539530 0.999787927 148.815872192\n0.999569595 -0.022167437 -0.019215947 -14.744880676 0.022307742 0.999725819 0.007118061 -2.764453173 0.019052889 -0.007543661 0.999790013 148.815063477\n0.999568760 -0.022219891 -0.019199237 -14.744142532 0.022359744 0.999724746 0.007100549 -2.764858723 0.019036179 -0.007526777 0.999790490 148.816711426\n0.999568939 -0.022177044 -0.019237153 -14.744034767 0.022313148 0.999727309 0.006889430 -2.761712790 0.019079119 -0.007315701 0.999791205 148.817596436\n0.999569595 -0.022101132 -0.019291878 -14.742992401 0.022238625 0.999728620 0.006941751 -2.762547731 0.019133221 -0.007367788 0.999789774 148.818054199\n0.999570668 -0.022139730 -0.019192655 -14.744660378 0.022277717 0.999727249 0.007005788 -2.762433290 0.019032314 -0.007430348 0.999791265 148.817443848\n0.999571383 -0.022135274 -0.019158304 -14.745238304 0.022272924 0.999727428 0.007001532 -2.763039112 0.018998101 -0.007425243 0.999791920 148.818405151\n0.999571562 -0.022095677 -0.019196488 -14.744902611 0.022231903 0.999728918 0.006912230 -2.762045622 0.019038554 -0.007336042 0.999791861 148.817535400\n0.999572039 -0.022126066 -0.019136971 -14.745742798 0.022264861 0.999727130 0.007070310 -2.763518095 0.018975310 -0.007493366 0.999791861 148.817230225\n0.999567986 -0.022217304 -0.019240273 -14.743535995 0.022356229 0.999725282 0.007035804 -2.764221668 0.019078672 -0.007462904 0.999790132 148.816726685\n0.999571323 -0.022096485 -0.019207120 -14.743711472 0.022237780 0.999726951 0.007174086 -2.764634848 0.019043354 -0.007598134 0.999789774 148.818786621\n0.999568403 -0.022123516 -0.019326495 -14.741873741 0.022264248 0.999726951 0.007097261 -2.763688803 0.019164201 -0.007524488 0.999788046 148.817245483\n0.999573410 -0.022006592 -0.019203171 -14.744676590 0.022147384 0.999729156 0.007150075 -2.764114857 0.019040620 -0.007572324 0.999790013 148.816986084\n0.999575555 -0.021936065 -0.019172002 -14.744543076 0.022073014 0.999732137 0.006961027 -2.762603998 0.019014169 -0.007381256 0.999791980 148.819885254\n0.999571979 -0.022020996 -0.019259831 -14.742716789 0.022159752 0.999729812 0.007020892 -2.763562202 0.019100020 -0.007444680 0.999789834 148.821151733\n0.999573350 -0.021919867 -0.019303830 -14.743093491 0.022053994 0.999733925 0.006762871 -2.758086681 0.019150453 -0.007185712 0.999790788 148.819961548\n0.999567449 -0.022220284 -0.019265121 -14.743211746 0.022360653 0.999724746 0.007101521 -2.764028311 0.019102020 -0.007529230 0.999789178 148.819107056\n0.999572396 -0.022016220 -0.019242462 -14.743236542 0.022154534 0.999729991 0.007004653 -2.762761831 0.019083051 -0.007427966 0.999790311 148.817306519\n0.999567330 -0.022295073 -0.019184550 -14.745500565 0.022439437 0.999721229 0.007342963 -2.767648458 0.019015491 -0.007770277 0.999789000 148.813690186\n0.999566913 -0.022246819 -0.019262712 -14.743239403 0.022390110 0.999722958 0.007255286 -2.765468597 0.019095970 -0.007683438 0.999788105 148.815994263\n0.999568462 -0.022232190 -0.019199811 -14.743600845 0.022373717 0.999723852 0.007188202 -2.764685869 0.019034699 -0.007614672 0.999789834 148.817199707\n0.999568582 -0.022168564 -0.019265827 -14.742026329 0.022307878 0.999726295 0.007046579 -2.764007807 0.019104341 -0.007473319 0.999789536 148.817016602\n0.999565721 -0.022315387 -0.019244194 -14.743464470 0.022455785 0.999722540 0.007110622 -2.764927864 0.019080179 -0.007539678 0.999789536 148.816024780\n0.999566257 -0.022238171 -0.019308323 -14.742608070 0.022377810 0.999724746 0.007046276 -2.764031410 0.019146312 -0.007475297 0.999788761 148.816314697\n0.999561369 -0.022414187 -0.019357147 -14.742811203 0.022556849 0.999719739 0.007183333 -2.765626192 0.019190714 -0.007616818 0.999786854 148.815628052\n0.999560535 -0.022395795 -0.019419866 -14.742223740 0.022539569 0.999719918 0.007216411 -2.766314030 0.019252809 -0.007650955 0.999785364 148.814865112\n0.999567091 -0.022280753 -0.019215239 -14.743998528 0.022424715 0.999721825 0.007309453 -2.766288757 0.019047035 -0.007737185 0.999788642 148.815689087\n0.999563754 -0.022312015 -0.019351110 -14.742095947 0.022454603 0.999722064 0.007182670 -2.765568495 0.019185472 -0.007614058 0.999786973 148.815597534\n0.999567449 -0.022198137 -0.019289840 -14.742443085 0.022342972 0.999723554 0.007325544 -2.766711235 0.019121893 -0.007753368 0.999787092 148.817718506\n0.999563396 -0.022253962 -0.019437199 -14.740851402 0.022398237 0.999722958 0.007236683 -2.765499353 0.019270768 -0.007668883 0.999784887 148.816619873\n0.999563515 -0.022321824 -0.019353684 -14.742070198 0.022461593 0.999722958 0.007034824 -2.763626814 0.019191291 -0.007466468 0.999787927 148.817657471\n0.999564230 -0.022294734 -0.019347116 -14.742522240 0.022436028 0.999722958 0.007117017 -2.763957977 0.019183084 -0.007547988 0.999787509 148.817810059\n0.999568045 -0.022236973 -0.019216174 -14.744224548 0.022378808 0.999723673 0.007197774 -2.765181780 0.019050809 -0.007624699 0.999789417 148.816162109\n0.999563575 -0.022261195 -0.019419923 -14.741222382 0.022401338 0.999724329 0.007029088 -2.763630390 0.019258095 -0.007461053 0.999786735 148.818206787\n0.999565303 -0.022241540 -0.019353589 -14.741714478 0.022384528 0.999723494 0.007203142 -2.765398741 0.019188028 -0.007633232 0.999786735 148.818328857\n0.999565184 -0.022251880 -0.019346155 -14.741597176 0.022395527 0.999722958 0.007240338 -2.766146660 0.019179683 -0.007670457 0.999786615 148.820297241\n0.999563754 -0.022362651 -0.019294225 -14.742708206 0.022506759 0.999720156 0.007284367 -2.766689539 0.019125927 -0.007715439 0.999787331 148.817596436\n0.999567926 -0.022270797 -0.019181678 -14.741005898 0.022400597 0.999727428 0.006578736 -2.764069080 0.019029936 -0.007005574 0.999794364 148.818923950\n0.999574006 -0.022198301 -0.018948175 -14.740966797 0.022308979 0.999735177 0.005649807 -2.762629509 0.018817741 -0.006070115 0.999804497 148.827163696\n0.999575794 -0.022275142 -0.018763693 -14.741205215 0.022374086 0.999736786 0.005079797 -2.761311531 0.018645599 -0.005497463 0.999811053 148.839263916\n0.999578536 -0.022466039 -0.018386630 -14.741060257 0.022560449 0.999733269 0.004943449 -2.763480186 0.018270666 -0.005356175 0.999818742 148.856216431\n0.999598384 -0.021995004 -0.017867729 -14.743227005 0.022076309 0.999746740 0.004365874 -2.760801077 0.017767176 -0.004758575 0.999830842 148.884613037\n0.999605477 -0.022012951 -0.017443119 -14.745738983 0.022084780 0.999748349 0.003935930 -2.761937380 0.017352087 -0.004319605 0.999840081 148.912368774\n0.999626398 -0.021352036 -0.017064815 -14.744194031 0.021406991 0.999766231 0.003044191 -2.762432575 0.016995827 -0.003408360 0.999849737 148.953964233\n0.999654770 -0.020229856 -0.016765015 -14.742566109 0.020234931 0.999795258 0.000133250 -2.757635593 0.016758887 -0.000472443 0.999859452 149.004669189\n0.999684095 -0.019515723 -0.015837401 -14.747780800 0.019462785 0.999804497 -0.003489875 -2.760805607 0.015902413 0.003180533 0.999868512 149.074615479\n0.999741316 -0.016644098 -0.015502044 -14.756371498 0.016536925 0.999838650 -0.007016127 -2.761535168 0.015616319 0.006757956 0.999855220 149.154373169\n0.999779165 -0.013863721 -0.015793249 -14.761193275 0.013696282 0.999849379 -0.010661186 -2.763009548 0.015938675 0.010442522 0.999818444 149.253326416\n0.999784350 -0.013330287 -0.015923347 -14.761307716 0.013108851 0.999817014 -0.013930752 -2.763786077 0.016106134 0.013719011 0.999776185 149.384613037\n0.999773860 -0.013626262 -0.016326573 -14.763737679 0.013360743 0.999778450 -0.016263120 -2.763813019 0.016544562 0.016041307 0.999734461 149.525268555\n0.999778807 -0.012437045 -0.016959431 -14.769877434 0.012136548 0.999769568 -0.017707821 -2.766443253 0.017175756 0.017498074 0.999699354 149.692901611\n0.999790668 -0.008788837 -0.018477505 -14.780218124 0.008436606 0.999782860 -0.019054973 -2.772325754 0.018640963 0.018895095 0.999647677 149.879806519\n0.999759436 -0.004959518 -0.021365248 -14.790734291 0.004544045 0.999800503 -0.019451067 -2.777145863 0.021457452 0.019349303 0.999582529 150.073043823\n0.999674678 -0.004998941 -0.025010698 -14.801637650 0.004527709 0.999811828 -0.018862495 -2.786436319 0.025100283 0.018743118 0.999509215 150.282043457\n0.999567568 -0.008600369 -0.028120210 -14.805948257 0.008095234 0.999804735 -0.018028181 -2.793600082 0.028269768 0.017792746 0.999441981 150.496948242\n0.999436438 -0.013564914 -0.030705336 -14.810997009 0.013042592 0.999767900 -0.017147625 -2.793443918 0.030930815 0.016737483 0.999381363 150.733566284\n0.999195337 -0.018583426 -0.035543617 -14.805400848 0.018026298 0.999710560 -0.015931280 -2.794332266 0.035829388 0.015277741 0.999241114 150.979431152\n0.998968065 -0.022314321 -0.039558079 -14.814732552 0.021774739 0.999664605 -0.014019091 -2.800648689 0.039857641 0.013143257 0.999118924 151.230194092\n0.998711109 -0.025764063 -0.043729939 -14.809158325 0.025193561 0.999590814 -0.013547500 -2.797374010 0.044061083 0.012428326 0.998951554 151.483062744\n0.998412669 -0.030802866 -0.047151629 -14.824750900 0.030211231 0.999456227 -0.013209315 -2.799392700 0.047532875 0.011763839 0.998800397 151.717071533\n0.998207688 -0.031921953 -0.050619829 -14.832410812 0.031497318 0.999461830 -0.009164530 -2.805334568 0.050885137 0.007553716 0.998675942 151.956329346\n0.998219132 -0.027005568 -0.053190839 -14.849775314 0.027025567 0.999634683 -0.000343356 -2.809129238 0.053180680 -0.001094767 0.998584330 152.169982910\n0.998234272 -0.019829720 -0.055992108 -14.880229950 0.020204186 0.999777079 0.006129657 -2.817714453 0.055858079 -0.007250109 0.998412371 152.358352661\n0.998253882 -0.014239549 -0.057326954 -14.902204514 0.014775953 0.999850810 0.008943932 -2.829037189 0.057191044 -0.009775375 0.998315394 152.515014648\n0.998216391 -0.009664383 -0.058912046 -14.916749001 0.010263892 0.999898493 0.009882245 -2.825130939 0.058810562 -0.010469286 0.998214245 152.643310547\n0.998064637 -0.009328936 -0.061481424 -14.925352097 0.009838073 0.999919713 0.007983617 -2.825553417 0.061402008 -0.008573025 0.998076320 152.766677856\n0.997936904 -0.011726777 -0.063121900 -14.930888176 0.012014633 0.999919057 0.004182678 -2.835390806 0.063067742 -0.004932435 0.997997046 152.871902466\n0.997827828 -0.012585580 -0.064662836 -14.938035011 0.012711805 0.999918044 0.001540988 -2.840101957 0.064638145 -0.002359622 0.997905970 152.989715576\n0.997602761 -0.013195719 -0.067930780 -14.951689720 0.013281126 0.999911487 0.000805778 -2.852717638 0.067914136 -0.001706044 0.997689724 153.106765747\n0.997293890 -0.014237213 -0.072125897 -14.954567909 0.014276143 0.999898076 0.000024247 -2.844291925 0.072118208 -0.001053861 0.997395515 153.224288940\n0.997045159 -0.015425676 -0.075252511 -14.964711189 0.015453036 0.999880552 -0.000218718 -2.849713326 0.075246893 -0.000944808 0.997164488 153.334289551\n0.996704638 -0.015948839 -0.079533137 -14.974102974 0.015997509 0.999872029 -0.000025240 -2.850069284 0.079523362 -0.001247175 0.996832252 153.462280273\n0.996323943 -0.015609159 -0.084231257 -14.992186546 0.015644867 0.999877572 -0.000236157 -2.851245165 0.084224626 -0.001082498 0.996446192 153.578506470\n0.995990992 -0.014805933 -0.088219948 -15.011757851 0.014783887 0.999890327 -0.000903322 -2.849079370 0.088223644 -0.000404533 0.996100605 153.710235596\n0.995467663 -0.017274130 -0.093518883 -15.023915291 0.017039226 0.999849319 -0.003309806 -2.854304075 0.093561970 0.001701315 0.995612025 153.833053589\n0.994969726 -0.019269882 -0.098305017 -15.036985397 0.018768549 0.999805748 -0.006022068 -2.858506680 0.098401964 0.004146733 0.995138109 153.962524414\n0.994440079 -0.018879734 -0.103597485 -15.057523727 0.018118462 0.999801517 -0.008284577 -2.860748768 0.103733338 0.006361489 0.994584799 154.105926514\n0.993744910 -0.017986953 -0.110215895 -15.078895569 0.017087145 0.999812543 -0.009103220 -2.864146709 0.110358976 0.007163004 0.993865967 154.259857178\n0.992948532 -0.018657850 -0.117068626 -15.103668213 0.017581251 0.999793172 -0.010222326 -2.863272190 0.117235146 0.008092031 0.993071198 154.431976318\n0.992182195 -0.019308042 -0.123295277 -15.138463974 0.018008389 0.999769986 -0.011646820 -2.862131119 0.123491801 0.009335418 0.992301702 154.618911743\n0.991246998 -0.021882288 -0.130194128 -15.171360016 0.020277403 0.999701321 -0.013639911 -2.866939306 0.130453721 0.010880522 0.991394699 154.826828003\n0.990225792 -0.019714095 -0.138073102 -15.206336021 0.017772291 0.999725282 -0.015282457 -2.868536234 0.138336450 0.012679208 0.990304112 155.041763306\n0.989321828 -0.018797316 -0.144530296 -15.254649162 0.016600739 0.999727845 -0.016389146 -2.873601198 0.144799039 0.013814830 0.989364624 155.277130127\n0.988199651 -0.018705565 -0.152024984 -15.293490410 0.016357569 0.999727070 -0.016680926 -2.877663136 0.152295515 0.013997326 0.988235891 155.517822266\n0.986878812 -0.019045189 -0.160335705 -15.342942238 0.017024484 0.999757528 -0.013967376 -2.875501633 0.160562828 0.011054475 0.986963689 155.773910522\n0.985628843 -0.020619716 -0.167662308 -15.390536308 0.019496251 0.999775112 -0.008344227 -2.873720884 0.167796656 0.004955524 0.985809147 156.038116455\n0.984815121 -0.019810209 -0.172472239 -15.437414169 0.019900048 0.999801219 -0.001208326 -2.877931356 0.172461897 -0.002242228 0.985013664 156.303924561\n0.984230340 -0.014745813 -0.176276088 -15.490163803 0.015430529 0.999877810 0.002514142 -2.883405209 0.176217467 -0.005194528 0.984337568 156.566085815\n0.984123945 -0.008028978 -0.177301019 -15.549630165 0.008932480 0.999950886 0.004298248 -2.889359713 0.177257791 -0.005813746 0.984147310 156.825073242\n0.984092236 -0.001021449 -0.177655369 -15.610530853 0.002032867 0.999982774 0.005511218 -2.891578913 0.177646682 -0.005784697 0.984077334 157.085952759\n0.984171569 0.000393624 -0.177217990 -15.658821106 0.000553864 0.999985814 0.005296957 -2.895228386 0.177217558 -0.005311269 0.984157383 157.344650269\n0.984549642 -0.001075465 -0.175102457 -15.702712059 0.002052981 0.999983311 0.005401490 -2.901498556 0.175093725 -0.005677517 0.984535396 157.604003906\n0.984999597 -0.004083258 -0.172508329 -15.739322662 0.005249283 0.999966383 0.006303590 -2.907711267 0.172476783 -0.007114579 0.984987915 157.872207642\n0.985191226 -0.008102167 -0.171267763 -15.773005486 0.009434049 0.999931276 0.006964134 -2.906927586 0.171199575 -0.008476751 0.985199928 158.134780884\n0.985483468 -0.011551293 -0.169377923 -15.810253143 0.013005555 0.999887466 0.007478937 -2.908384800 0.169272467 -0.009573223 0.985522807 158.402313232\n0.985931873 -0.013935246 -0.166565657 -15.845921516 0.015152357 0.999866962 0.006038459 -2.911486149 0.166459352 -0.008477372 0.986011863 158.662811279\n0.986342072 -0.014610505 -0.164060533 -15.888792038 0.015164164 0.999882758 0.002122762 -2.908239126 0.164010271 -0.004581611 0.986447990 158.923019409\n0.986900091 -0.014125586 -0.160713211 -15.930467606 0.014407510 0.999896049 0.000588971 -2.909694195 0.160688177 -0.002896733 0.987000942 159.196929932\n0.987547219 -0.011855160 -0.156875715 -15.974775314 0.012387570 0.999920368 0.002416529 -2.908929348 0.156834573 -0.004329745 0.987615407 159.476882935\n0.988093495 -0.011818917 -0.153400004 -16.015850067 0.012644676 0.999910355 0.004408503 -2.908384085 0.153334141 -0.006295706 0.988154352 159.768661499\n0.988622189 -0.015813285 -0.149586648 -16.054414749 0.017573135 0.999790967 0.010450199 -2.903465271 0.149390131 -0.012960005 0.988693416 160.064422607\n0.988834798 -0.021187952 -0.147501931 -16.083986282 0.023517070 0.999624491 0.014064236 -2.908311367 0.147148550 -0.017376019 0.988961756 160.377853394\n0.989166737 -0.022498609 -0.145061895 -16.117591858 0.024696844 0.999605596 0.013370578 -2.911202669 0.144703850 -0.016808301 0.989332259 160.672698975\n0.989660323 -0.017425805 -0.142368555 -16.168098450 0.019302558 0.999743938 0.011811820 -2.915362358 0.142126277 -0.014437767 0.989743233 160.974456787\n0.989958704 -0.011959351 -0.140850082 -16.215555191 0.013872121 0.999824286 0.012606152 -2.915001154 0.140674576 -0.014433459 0.989950657 161.284698486\n0.990240514 -0.011803039 -0.138868287 -16.263023376 0.013837507 0.999810457 0.013693967 -2.918328762 0.138680339 -0.015481912 0.990216196 161.606674194\n0.990459204 -0.015252471 -0.136959627 -16.298606873 0.017300537 0.999755442 0.013775845 -2.919059753 0.136716008 -0.016013887 0.990480840 161.937622070\n0.990641832 -0.019028058 -0.135154411 -16.331489563 0.020957800 0.999697506 0.012869499 -2.912365198 0.134868652 -0.015581603 0.990740955 162.273422241\n0.990703046 -0.020131338 -0.134544432 -16.374504089 0.021691259 0.999713302 0.010138134 -2.906934500 0.134301767 -0.012962318 0.990855694 162.626831055\n0.990810335 -0.021951588 -0.133465588 -16.415395737 0.022623084 0.999737859 0.003516649 -2.905177593 0.133353397 -0.006503735 0.991047204 162.976638794\n0.991066456 -0.023105871 -0.131352141 -16.452890396 0.023252182 0.999729514 -0.000419965 -2.907795429 0.131326318 -0.002638011 0.991335690 163.333282471\n0.991491199 -0.020068627 -0.128617316 -16.508390427 0.019658750 0.999796808 -0.004455635 -2.921504259 0.128680602 0.001889267 0.991684318 163.705886841\n0.991694927 -0.021240054 -0.126846611 -16.554939270 0.019577844 0.999705553 -0.014336613 -2.929857492 0.127113774 0.011734163 0.991818726 164.070510864\n0.991892755 -0.023888873 -0.124812022 -16.596437454 0.021315558 0.999532640 -0.021912636 -2.938675642 0.125277162 0.019074548 0.991938412 164.444259644\n0.992124379 -0.027311785 -0.122242838 -16.632005692 0.024239097 0.999353468 -0.026553130 -2.944195509 0.122889020 0.023380952 0.992144942 164.829498291\n0.992518961 -0.025154429 -0.119471438 -16.682956696 0.021673752 0.999304473 -0.030344695 -2.946106195 0.120151646 0.027528290 0.992373824 165.229125977\n0.992943108 -0.020200040 -0.116858453 -16.742353439 0.016730882 0.999391913 -0.030592084 -2.945750713 0.117405355 0.028421054 0.992677331 165.641082764\n0.993226290 -0.018349420 -0.114737958 -16.793344498 0.015285164 0.999504089 -0.027529640 -2.956764936 0.115186214 0.025589375 0.993014276 166.058059692\n0.993393779 -0.019751644 -0.113042749 -16.834083557 0.017419051 0.999615252 -0.021585343 -2.974126816 0.113425598 0.019473648 0.993355632 166.489517212\n0.993598104 -0.022602811 -0.110688157 -16.874498367 0.021123905 0.999671459 -0.014515681 -2.997545242 0.110979892 0.012084588 0.993749201 166.933975220\n0.993731439 -0.024728807 -0.109024383 -16.914463043 0.023532342 0.999648035 -0.012247490 -3.010750055 0.109288879 0.009605117 0.993963599 167.378631592\n0.994042397 -0.022958267 -0.106548935 -16.965978622 0.021801671 0.999690235 -0.012007363 -3.021755934 0.106791593 0.009612883 0.994234979 167.835784912\n0.994378090 -0.021314757 -0.103720367 -17.015420914 0.020083468 0.999715090 -0.012901249 -3.027467489 0.103965797 0.010745655 0.994522810 168.296218872\n0.994653642 -0.020517876 -0.101208217 -17.065340042 0.019225493 0.999720931 -0.013728562 -3.036191940 0.101461649 0.011709386 0.994770527 168.775207520\n0.994872451 -0.021614699 -0.098800890 -17.107828140 0.020373181 0.999700546 -0.013557668 -3.046542645 0.099064343 0.011475262 0.995014846 169.251617432\n0.995150089 -0.020701377 -0.096165210 -17.152505875 0.019605864 0.999731839 -0.012323044 -3.057701349 0.096394524 0.010377876 0.995289087 169.745712280\n0.995468020 -0.019080557 -0.093163140 -17.201198578 0.018081201 0.999769688 -0.011559352 -3.065934896 0.093362242 0.009822465 0.995583773 170.260116577\n0.995738029 -0.017353263 -0.090579793 -17.245590210 0.016439399 0.999806285 -0.010825445 -3.077063084 0.090750098 0.009290230 0.995830357 170.783248901\n0.995977998 -0.016698705 -0.088028267 -17.290969849 0.015927050 0.999828398 -0.009461141 -3.088279009 0.088171147 0.008021058 0.996073067 171.309036255\n0.996140420 -0.017502829 -0.086011179 -17.328121185 0.016836232 0.999822378 -0.008469470 -3.098979950 0.086144142 0.006988677 0.996258199 171.839218140\n0.996322393 -0.018101867 -0.083749749 -17.373352051 0.017499071 0.999815464 -0.007926106 -3.108738422 0.083877772 0.006431414 0.996455312 172.377593994\n0.996435642 -0.018315487 -0.082344219 -17.419221878 0.017744344 0.999813199 -0.007662592 -3.115740299 0.082469180 0.006174136 0.996574461 172.922332764\n0.996463656 -0.017946493 -0.082085900 -17.457147598 0.017472073 0.999826252 -0.006494271 -3.124970436 0.082188189 0.005037094 0.996604085 173.486709595\n0.996461272 -0.017396772 -0.082233399 -17.501729965 0.017097559 0.999844372 -0.004341440 -3.133358002 0.082296133 0.002920086 0.996603668 174.038940430\n0.996356428 -0.017770398 -0.083414823 -17.544347763 0.017575679 0.999840856 -0.003068150 -3.144851685 0.083456069 0.001590899 0.996510208 174.602935791\n0.996122718 -0.019668557 -0.085747600 -17.587034225 0.019432863 0.999804735 -0.003582600 -3.151332855 0.085801326 0.001902388 0.996310472 175.178131104\n0.995821834 -0.020110313 -0.089075372 -17.642848969 0.019848861 0.999795675 -0.003820091 -3.158373356 0.089133993 0.002036085 0.996017575 175.763122559\n0.995440125 -0.020407150 -0.093179889 -17.700481415 0.020074937 0.999788344 -0.004501321 -3.168524504 0.093252026 0.002610215 0.995639086 176.339096069\n0.995039046 -0.020014618 -0.097451240 -17.757623672 0.019583596 0.999793768 -0.005377540 -3.179383993 0.097538769 0.003442417 0.995225787 176.901504517\n0.994553626 -0.020789573 -0.102131911 -17.812879562 0.020408276 0.999780297 -0.004776963 -3.183366537 0.102208786 0.002666610 0.994759381 177.487930298\n0.994084597 -0.021644700 -0.106429949 -17.875808716 0.021374844 0.999764800 -0.003675706 -3.190044403 0.106484473 0.001379039 0.994313419 178.087097168\n0.993643522 -0.021793405 -0.110443003 -17.937364578 0.021632474 0.999762475 -0.002655320 -3.201349258 0.110474639 0.000249286 0.993878901 178.679367065\n0.993267000 -0.022359548 -0.113669597 -18.004617691 0.022283947 0.999749780 -0.001935831 -3.213509321 0.113684438 -0.000610210 0.993516743 179.270538330\n0.992962778 -0.022238268 -0.116320416 -18.075639725 0.022077957 0.999752700 -0.002666587 -3.223115444 0.116350956 0.000079705 0.993208170 179.860260010\n0.992700696 -0.022761317 -0.118436538 -18.142026901 0.022496182 0.999740541 -0.003575204 -3.228590965 0.118487187 0.000884737 0.992955208 180.454208374\n0.992525458 -0.023355382 -0.119782053 -18.211832047 0.023045760 0.999726534 -0.003969637 -3.240035295 0.119842008 0.001179497 0.992792249 181.043701172\n0.992478073 -0.024438433 -0.119958729 -18.283817291 0.024120269 0.999700665 -0.004103741 -3.249326229 0.120023109 0.001179436 0.992770374 181.640991211\n0.992511749 -0.024891075 -0.119586155 -18.350133896 0.024244940 0.999682546 -0.006855176 -3.260763645 0.119718827 0.003904484 0.992800176 182.231719971\n0.992660403 -0.021030497 -0.119092576 -18.429197311 0.019995240 0.999751270 -0.009881241 -3.277957916 0.119270764 0.007427432 0.992833972 182.830627441\n0.992744327 -0.018584089 -0.118799664 -18.498525620 0.017144788 0.999766827 -0.013126007 -3.287164450 0.119015902 0.010993974 0.992831469 183.423339844\n0.992801487 -0.018465118 -0.118339412 -18.565345764 0.016888894 0.999754965 -0.014308637 -3.290387869 0.118574627 0.012207014 0.992870092 184.024063110\n0.992864728 -0.020046407 -0.117548920 -18.632575989 0.018674960 0.999744236 -0.012756978 -3.304664135 0.117774583 0.010470732 0.992985129 184.616027832\n0.993061125 -0.018964320 -0.116059907 -18.704788208 0.018073609 0.999798596 -0.008722245 -3.325856447 0.116201945 0.006564101 0.993203938 185.225082397\n0.993264079 -0.015416404 -0.114842609 -18.778400421 0.014868146 0.999873638 -0.005629102 -3.337489367 0.114914872 0.003883688 0.993367732 185.830932617\n0.993410885 -0.012818928 -0.113888256 -18.841543198 0.012225416 0.999907792 -0.005908291 -3.349469900 0.113953494 0.004477030 0.993475974 186.425750732\n0.993559659 -0.011375257 -0.112737916 -18.908523560 0.010672769 0.999919713 -0.006832768 -3.358605146 0.112806588 0.005585537 0.993601263 187.028930664\n0.993731618 -0.011241224 -0.111225352 -18.975814819 0.010579810 0.999922693 -0.006535046 -3.371739626 0.111290216 0.005317339 0.993773699 187.632217407\n0.993879259 -0.011537150 -0.109867536 -19.034477234 0.010967852 0.999923110 -0.005784627 -3.383539677 0.109925829 0.004544210 0.993929386 188.234054565\n0.994048417 -0.011992058 -0.108277060 -19.095035553 0.011296829 0.999911487 -0.007031961 -3.396840334 0.108351797 0.005766922 0.994095862 188.835052490\n0.994242430 -0.010595090 -0.106629126 -19.157745361 0.009836164 0.999922454 -0.007640838 -3.406953335 0.106701814 0.006548023 0.994269490 189.435073853\n0.994423509 -0.010007028 -0.104984537 -19.222312927 0.009261282 0.999928296 -0.007588491 -3.419051409 0.105052955 0.006573882 0.994444907 190.044342041\n0.994572043 -0.007574785 -0.103774376 -19.282972336 0.006890970 0.999952137 -0.006946386 -3.429502726 0.103822023 0.006193575 0.994576633 190.655181885\n0.994700491 -0.007293301 -0.102556251 -19.339054108 0.006682445 0.999957860 -0.006298611 -3.437284231 0.102597862 0.005579905 0.994707286 191.264465332\n0.994849861 -0.007767300 -0.101061761 -19.401449203 0.007273258 0.999959707 -0.005256068 -3.452439070 0.101098523 0.004493950 0.994866252 191.879547119\n0.994972169 -0.008903575 -0.099755034 -19.454059601 0.008543801 0.999955356 -0.004033202 -3.467556238 0.099786490 0.003160637 0.995003879 192.481155396\n0.995113015 -0.009435354 -0.098290935 -19.513177872 0.009040791 0.999949217 -0.004458874 -3.475939274 0.098328017 0.003548455 0.995147705 193.089477539\n0.995307446 -0.008948768 -0.096348584 -19.581012726 0.008577520 0.999954104 -0.004266667 -3.488013983 0.096382342 0.003420213 0.995338500 193.706207275\n0.995453358 -0.009064446 -0.094818063 -19.630115509 0.008763038 0.999955118 -0.003594718 -3.497717619 0.094846398 0.002747480 0.995488107 194.307678223\n0.995515823 -0.009799151 -0.094086029 -19.678075790 0.009599580 0.999950588 -0.002573521 -3.508910418 0.094106600 0.001658795 0.995560765 194.915649414\n0.995605290 -0.011459602 -0.092945352 -19.731735229 0.011257269 0.999933004 -0.002700913 -3.519720316 0.092970073 0.001642733 0.995667577 195.520050049\n0.995686591 -0.013013339 -0.091863230 -19.789537430 0.012794903 0.999913752 -0.002966395 -3.527832031 0.091893911 0.001778219 0.995767236 196.129913330\n0.995661557 -0.013342242 -0.092087254 -19.847942352 0.013137766 0.999909699 -0.002826329 -3.536008596 0.092116646 0.001604247 0.995746911 196.731796265\n0.995578885 -0.013729450 -0.092920437 -19.900932312 0.013645279 0.999905705 -0.001541154 -3.544995070 0.092932835 0.000266415 0.995672345 197.321884155\n0.995503664 -0.011493567 -0.094023429 -19.955501556 0.011577786 0.999932885 0.000350253 -3.553961992 0.094013095 -0.001437261 0.995569944 197.927261353\n0.995360315 -0.010989078 -0.095587879 -20.011407852 0.011217670 0.999935389 0.001854365 -3.562596083 0.095561326 -0.002918034 0.995419264 198.516250610\n0.995235801 -0.011318433 -0.096837670 -20.062114716 0.011600388 0.999929965 0.002349102 -3.573509216 0.096804298 -0.003461265 0.995297432 199.105560303\n0.995126605 -0.014024070 -0.097603142 -20.123203278 0.014257938 0.999896884 0.001699008 -3.575545073 0.097569250 -0.003082347 0.995223939 199.688125610\n0.995005846 -0.015529783 -0.098601125 -20.170808792 0.015667932 0.999877036 0.000626884 -3.584887981 0.098579265 -0.002168629 0.995126843 200.246871948\n0.994943798 -0.015837651 -0.099176377 -20.226852417 0.015831210 0.999874294 -0.000851964 -3.595644236 0.099177405 -0.000722426 0.995069504 200.793746948\n0.994830966 -0.014611241 -0.100487836 -20.279354095 0.014622289 0.999892890 -0.000626646 -3.598313093 0.100486226 -0.000845955 0.994938076 201.330108643\n0.994797289 -0.013516723 -0.100973308 -20.338224411 0.013496014 0.999908507 -0.000888235 -3.610304117 0.100976080 -0.000479123 0.994888723 201.846969604\n0.994665027 -0.013833431 -0.102226116 -20.389474869 0.013807353 0.999904215 -0.000962719 -3.617774487 0.102229640 -0.000453889 0.994760692 202.354385376\n0.994559824 -0.014468467 -0.103157498 -20.438560486 0.014573823 0.999893785 0.000267639 -3.626090765 0.103142671 -0.001769582 0.994665027 202.836914062\n0.994517028 -0.014600052 -0.103550509 -20.496477127 0.014806446 0.999889612 0.001224731 -3.635777473 0.103521198 -0.002751231 0.994623423 203.310562134\n0.994505167 -0.014102677 -0.103733152 -20.546686172 0.014033274 0.999900579 -0.001398884 -3.645933151 0.103742562 -0.000064518 0.994604170 203.770462036\n0.994445801 -0.012863816 -0.104460604 -20.599218369 0.012468744 0.999912441 -0.004434200 -3.652883530 0.104508497 0.003107080 0.994519114 204.232376099\n0.994318902 -0.012091517 -0.105753273 -20.645463943 0.011685166 0.999921799 -0.004461240 -3.660991907 0.105798945 0.003200150 0.994382381 204.686096191\n0.994287074 -0.012643827 -0.105987400 -20.698305130 0.012329919 0.999917448 -0.003616506 -3.668365002 0.106024377 0.002289030 0.994360924 205.152343750\n0.994241357 -0.013388770 -0.106324233 -20.736701965 0.012996178 0.999905944 -0.004384442 -3.677262068 0.106372930 0.002977385 0.994321823 205.598159790\n0.994226456 -0.012220689 -0.106604233 -20.783929825 0.011742909 0.999917984 -0.005108396 -3.686161041 0.106657922 0.003827058 0.994288385 206.059890747\n0.994167566 -0.011568123 -0.107224301 -20.831291199 0.011138129 0.999927342 -0.004608245 -3.692826748 0.107269824 0.003387090 0.994224191 206.507202148\n0.994083405 -0.009393440 -0.108212672 -20.873952866 0.009062640 0.999952614 -0.003548329 -3.702510357 0.108240880 0.002546642 0.994121432 206.951843262\n0.994015396 -0.008734009 -0.108890429 -20.916038513 0.008276183 0.999954939 -0.004655714 -3.709396124 0.108926184 0.003726655 0.994042873 207.391357422\n0.993999302 -0.009064005 -0.109010331 -20.969272614 0.008450475 0.999945760 -0.006088844 -3.719964027 0.109059609 0.005131117 0.994021952 207.827758789\n0.993943036 -0.011063243 -0.109338425 -21.013278961 0.010447266 0.999926150 -0.006204948 -3.730352402 0.109399006 0.005025077 0.993985236 208.252700806\n0.993826270 -0.013472023 -0.110126473 -21.052318573 0.012965368 0.999901831 -0.005315505 -3.737066269 0.110187270 0.003854858 0.993903399 208.674041748\n0.993849397 -0.013287628 -0.109940179 -21.105102539 0.012883828 0.999907374 -0.004382499 -3.748849392 0.109988227 0.002939093 0.993928552 209.110244751\n0.993846774 -0.010454176 -0.110269159 -21.147783279 0.010027448 0.999939919 -0.004423730 -3.754502296 0.110308781 0.003290792 0.993891895 209.536987305\n0.994011521 -0.006886000 -0.109058172 -21.206680298 0.006403326 0.999968112 -0.004775436 -3.759936810 0.109087572 0.004048503 0.994023919 209.939880371\n0.994011581 -0.006019406 -0.109108903 -21.246568680 0.005550804 0.999974012 -0.004598036 -3.768746138 0.109133743 0.003964859 0.994019151 210.353591919\n0.994069099 -0.008623405 -0.108407788 -21.286964417 0.008132423 0.999954581 -0.004970333 -3.777303457 0.108445726 0.004059236 0.994094074 210.763626099\n0.994008601 -0.012471454 -0.108587861 -21.314104080 0.011966164 0.999914348 -0.005303686 -3.783919334 0.108644702 0.003972529 0.994072735 211.171615601\n0.994104266 -0.014665318 -0.107431993 -21.354753494 0.014222275 0.999886930 -0.004889004 -3.792539835 0.107491545 0.003332253 0.994200408 211.575531006\n0.994242549 -0.013972618 -0.106238104 -21.399318695 0.013542217 0.999896944 -0.004771630 -3.798184156 0.106293820 0.003305458 0.994329274 211.974014282\n0.994360626 -0.010810616 -0.105499335 -21.444065094 0.010424569 0.999936819 -0.004209999 -3.809651613 0.105538182 0.003086472 0.994410455 212.366531372\n0.994456887 -0.009523631 -0.104712769 -21.487337112 0.009046824 0.999946415 -0.005027508 -3.814665318 0.104755044 0.004052322 0.994489789 212.759475708\n0.994466245 -0.009961350 -0.104583494 -21.523231506 0.009570422 0.999945223 -0.004239128 -3.828956127 0.104619987 0.003214762 0.994507074 213.159561157\n0.994533539 -0.011644368 -0.103766263 -21.557695389 0.011387864 0.999930441 -0.003064058 -3.830320835 0.103794724 0.001865632 0.994597018 213.547103882\n0.994550288 -0.012350349 -0.103524074 -21.592897415 0.012235816 0.999923646 -0.001741347 -3.831101656 0.103537679 0.000465156 0.994625449 213.938674927\n0.994622350 -0.013659411 -0.102663271 -21.633325577 0.013655972 0.999906480 -0.000736375 -3.841638088 0.102663733 -0.000669552 0.994715869 214.320861816\n0.994649410 -0.014760228 -0.102248102 -21.665044785 0.014629296 0.999890924 -0.002030326 -3.841485262 0.102266915 0.000523645 0.994756877 214.701171875\n0.994743109 -0.015902109 -0.101159550 -21.698778152 0.015863160 0.999873459 -0.001189490 -3.851060152 0.101165660 -0.000421473 0.994869530 215.079910278\n0.994815409 -0.016801419 -0.100299403 -21.737272263 0.016974641 0.999855518 0.000873803 -3.858427048 0.100270227 -0.002571819 0.994956911 215.459228516\n0.994795620 -0.016893309 -0.100480527 -21.767433167 0.017095154 0.999853194 0.001148046 -3.859415293 0.100446381 -0.002859801 0.994938374 215.835372925\n0.994858921 -0.015112056 -0.100136824 -21.809453964 0.015317582 0.999881864 0.001283862 -3.868435144 0.100105591 -0.002811115 0.994972825 216.207519531\n0.994984567 -0.012799073 -0.099206395 -21.851297379 0.012898336 0.999916732 0.000359225 -3.873158216 0.099193536 -0.001637021 0.995066822 216.581726074\n0.995090604 -0.012843393 -0.098131403 -21.889751434 0.012739128 0.999917448 -0.001689026 -3.866046429 0.098144993 0.000430626 0.995172024 216.958587646\n0.995161414 -0.014628446 -0.097158335 -21.932086945 0.014545477 0.999893010 -0.001562218 -3.875448227 0.097170793 0.000141445 0.995267689 217.334808350\n0.995159805 -0.016641293 -0.096850850 -21.962747574 0.016591679 0.999861479 -0.001317659 -3.882359982 0.096859366 -0.000295637 0.995298028 217.710403442\n0.995171905 -0.017792739 -0.096521161 -21.993030548 0.017692938 0.999841690 -0.001889823 -3.884555340 0.096539505 0.000172956 0.995329142 218.079895020\n0.995278597 -0.017612377 -0.095447786 -22.026861191 0.017565982 0.999844849 -0.001326364 -3.890561104 0.095456339 -0.000356533 0.995433569 218.454635620\n0.995427251 -0.014279201 -0.094449304 -22.066976547 0.014399671 0.999896169 0.000594054 -3.898992062 0.094431013 -0.001951377 0.995529473 218.830474854\n0.995545208 -0.012498992 -0.093453206 -22.108543396 0.012777899 0.999915540 0.002386658 -3.902645588 0.093415476 -0.003570161 0.995620787 219.212326050\n0.995602727 -0.012274214 -0.092868693 -22.143987656 0.012580636 0.999917150 0.002714773 -3.905699253 0.092827678 -0.003871182 0.995674670 219.585342407\n0.995665252 -0.013515214 -0.092022225 -22.173770905 0.013825016 0.999900699 0.002729943 -3.912692070 0.091976188 -0.003990319 0.995753229 219.952682495\n0.995641887 -0.014749771 -0.092085466 -22.200649261 0.014962518 0.999886751 0.001620335 -3.913583040 0.092051141 -0.002991103 0.995749772 220.329650879\n0.995717883 -0.015165276 -0.091191895 -22.233018875 0.015281734 0.999883056 0.000578915 -3.915376425 0.091172457 -0.001970006 0.995833158 220.700134277\n0.995807886 -0.014397665 -0.090329349 -22.270267487 0.014493977 0.999894857 0.000410326 -3.920418978 0.090313949 -0.001717837 0.995911837 221.076782227\n0.995786786 -0.014938674 -0.090473652 -22.293556213 0.015040928 0.999886751 0.000448470 -3.925978422 0.090456709 -0.001807387 0.995898724 221.451873779\n0.995894551 -0.013978005 -0.089435436 -22.328605652 0.013998081 0.999901950 -0.000402766 -3.928459167 0.089432292 -0.000850812 0.995992541 221.829055786\n0.995926738 -0.013633836 -0.089129731 -22.359426498 0.013462374 0.999906182 -0.002524630 -3.929728985 0.089155793 0.001314448 0.996016800 222.209136963\n0.995913923 -0.014029008 -0.089211047 -22.388372421 0.013758326 0.999898672 -0.003648401 -3.931992531 0.089253195 0.002406099 0.996006072 222.585006714\n0.995915413 -0.014332896 -0.089146227 -22.431671143 0.014139128 0.999896109 -0.002804732 -3.934868097 0.089177161 0.001532826 0.996014595 222.971786499\n0.995859563 -0.013850145 -0.089843601 -22.465835571 0.013740223 0.999903917 -0.001841884 -3.938562870 0.089860477 0.000599787 0.995954156 223.350875854\n0.995782137 -0.013421477 -0.090762183 -22.504524231 0.013282162 0.999909520 -0.002138801 -3.945809841 0.090782680 0.000924262 0.995870292 223.728088379\n0.995708346 -0.011989727 -0.091766633 -22.538028717 0.011705378 0.999924898 -0.003636216 -3.953510761 0.091803335 0.002546448 0.995773911 224.101669312\n0.995634556 -0.011150224 -0.092668995 -22.575845718 0.010676763 0.999927282 -0.005603376 -3.950928450 0.092724733 0.004589510 0.995681226 224.471481323\n0.995547712 -0.010946119 -0.093621299 -22.607530594 0.010449916 0.999928653 -0.005788720 -3.960855961 0.093677983 0.004784612 0.995591044 224.842987061\n0.995517194 -0.011178202 -0.093918167 -22.641164780 0.010809033 0.999931753 -0.004438546 -3.967942476 0.093961373 0.003403484 0.995570004 225.206192017\n0.995428503 -0.013200810 -0.094592959 -22.668947220 0.013103796 0.999912798 -0.001646702 -3.974223137 0.094606444 0.000399648 0.995514691 225.559234619\n0.995401084 -0.013560171 -0.094830610 -22.702873230 0.013590669 0.999907613 -0.000324284 -3.975062847 0.094826244 -0.000966018 0.995493352 225.904067993\n0.995369971 -0.014039816 -0.095086664 -22.732490540 0.013970542 0.999901414 -0.001394249 -3.979058743 0.095096871 0.000059382 0.995468020 226.224090576\n0.995358706 -0.013757072 -0.095245831 -22.762361526 0.013498651 0.999903262 -0.003357011 -3.989188433 0.095282800 0.002055740 0.995448112 226.520217896\n0.995360494 -0.010081875 -0.095685966 -22.794712067 0.009792279 0.999945939 -0.003495614 -3.997295856 0.095716037 0.002542412 0.995405436 226.802429199\n0.995381296 -0.007350910 -0.095718607 -22.827695847 0.007155596 0.999971569 -0.002383600 -4.001306057 0.095733404 0.001687667 0.995405555 227.071548462\n0.995320976 -0.005681772 -0.096456535 -22.850833893 0.005805202 0.999982655 0.000999055 -4.002068996 0.096449181 -0.001554330 0.995336711 227.318084717\n0.995315015 -0.005707848 -0.096516341 -22.871040344 0.005956863 0.999979615 0.002292079 -4.006690025 0.096501291 -0.002856276 0.995328784 227.536727905\n0.995284736 -0.006483656 -0.096779585 -22.890264511 0.006479610 0.999978960 -0.000356092 -4.008395195 0.096779853 -0.000272681 0.995305777 227.733154297\n0.995287716 -0.007441153 -0.096679665 -22.903423309 0.007177392 0.999969482 -0.003075684 -4.012884140 0.096699610 0.002367283 0.995310783 227.925918579\n0.995290518 -0.007046952 -0.096680723 -22.919345856 0.006541951 0.999963284 -0.005539377 -4.015007496 0.096716210 0.004880809 0.995300055 228.098678589\n0.995238364 -0.006709684 -0.097239591 -22.932115555 0.006052453 0.999956787 -0.007052283 -4.017676830 0.097282708 0.006430164 0.995236039 228.248733521\n0.995246589 -0.007409879 -0.097104885 -22.943626404 0.006612817 0.999941766 -0.008527535 -4.018783569 0.097162418 0.007844863 0.995237648 228.400863647\n0.995276272 -0.008141419 -0.096741349 -22.955871582 0.007323471 0.999934375 -0.008807077 -4.019039631 0.096806705 0.008056993 0.995270610 228.541244507\n0.995263696 -0.008473390 -0.096841827 -22.967193604 0.007784175 0.999941647 -0.007492515 -4.028208256 0.096899666 0.006703194 0.995271564 228.677871704\n0.995275557 -0.008673465 -0.096702553 -22.981758118 0.008109184 0.999947727 -0.006226717 -4.035093784 0.096751504 0.005413120 0.995293856 228.806854248\n0.995271683 -0.009399769 -0.096674204 -22.991794586 0.008920214 0.999945700 -0.005391520 -4.038443565 0.096719630 0.004503673 0.995301485 228.931747437\n0.995233834 -0.009887453 -0.097014889 -22.995592117 0.009403154 0.999940932 -0.005447956 -4.035946369 0.097063027 0.004509744 0.995268047 229.053527832\n0.995224535 -0.010007858 -0.097097844 -23.005565643 0.009522405 0.999939740 -0.005461744 -4.041960239 0.097146653 0.004511056 0.995259881 229.172332764\n0.995261192 -0.008610081 -0.096855454 -23.016010284 0.007958539 0.999943018 -0.007111281 -4.040802956 0.096911170 0.006306754 0.995273054 229.291961670\n0.995289683 -0.006637071 -0.096718311 -23.031534195 0.005893579 0.999950886 -0.007970847 -4.042612553 0.096766464 0.007363284 0.995279849 229.405746460\n0.995281756 -0.005664797 -0.096861638 -23.043954849 0.004940653 0.999958038 -0.007714279 -4.045742035 0.096901275 0.007199321 0.995267987 229.514572144\n0.995294869 -0.006135354 -0.096697979 -23.051948547 0.005492256 0.999961019 -0.006915348 -4.051555634 0.096736640 0.006351720 0.995289743 229.636566162\n0.995322108 -0.006544055 -0.096390046 -23.063911438 0.005887547 0.999957502 -0.007093800 -4.052308083 0.096432373 0.006493115 0.995318353 229.732650757\n0.995309412 -0.005921901 -0.096561201 -23.072065353 0.005091456 0.999947906 -0.008844316 -4.050115585 0.096608542 0.008311194 0.995287776 229.841705322\n0.995308280 -0.004953198 -0.096627325 -23.081090927 0.003949807 0.999936283 -0.010572653 -4.047906876 0.096673541 0.010141390 0.995264471 229.941284180\n0.995307744 -0.005078240 -0.096626930 -23.090755463 0.004106879 0.999939024 -0.010248933 -4.050053120 0.096673086 0.009804008 0.995267928 230.027267456\n0.995337367 -0.005046003 -0.096322432 -23.093244553 0.004192775 0.999950171 -0.009058391 -4.050893784 0.096363343 0.008612297 0.995308936 230.110473633\n0.995316267 -0.004117629 -0.096584581 -23.095062256 0.003339395 0.999960661 -0.008217804 -4.053368092 0.096614622 0.007856780 0.995290875 230.190231323\n0.995344877 -0.003034838 -0.096329667 -23.115888596 0.002318623 0.999968827 -0.007546113 -4.057174683 0.096349567 0.007287632 0.995320857 230.263900757\n0.995386481 -0.002810611 -0.095905259 -23.125957489 0.002143126 0.999972761 -0.007062131 -4.059664726 0.095922500 0.006824012 0.995365441 230.328704834\n0.995376468 -0.002545484 -0.096016593 -23.127592087 0.001840570 0.999970734 -0.007429440 -4.058696270 0.096032694 0.007218365 0.995352030 230.393814087\n0.995401323 -0.002534604 -0.095758975 -23.136085510 0.001817733 0.999969661 -0.007572687 -4.056376457 0.095775269 0.007363799 0.995375752 230.445816040\n0.995395303 -0.001937108 -0.095835298 -23.138933182 0.001289997 0.999975979 -0.006813811 -4.062870502 0.095846191 0.006658808 0.995373905 230.498779297\n0.995406330 -0.001184153 -0.095733032 -23.144474030 0.000548399 0.999977648 -0.006666948 -4.064592838 0.095738783 0.006583822 0.995384693 230.540451050\n0.995413601 -0.001332109 -0.095655657 -23.148611069 0.000702890 0.999977887 -0.006611351 -4.063525200 0.095662348 0.006513793 0.995392501 230.588180542\n0.995419383 -0.000813371 -0.095601186 -23.151546478 0.000199321 0.999979317 -0.006432404 -4.066136360 0.095604435 0.006383884 0.995398939 230.621749878\n0.995441616 -0.000547575 -0.095371328 -23.158649445 -0.000088656 0.999977767 -0.006666727 -4.064427376 0.095372856 0.006644793 0.995419443 230.646514893\n0.995437384 -0.000070601 -0.095416777 -23.158262253 -0.000565209 0.999977827 -0.006636454 -4.063026905 0.095415123 0.006660105 0.995415270 230.671844482\n0.995451331 0.000247669 -0.095271416 -23.160112381 -0.000889659 0.999977171 -0.006696123 -4.064327717 0.095267586 0.006750423 0.995428801 230.693557739\n0.995468736 0.000514385 -0.095087901 -23.164205551 -0.001149696 0.999977410 -0.006626639 -4.064548969 0.095082343 0.006705934 0.995446801 230.715316772\n0.995471120 0.000554299 -0.095062762 -23.165885925 -0.001208270 0.999975979 -0.006821940 -4.063333511 0.095056705 0.006905905 0.995447934 230.736129761\n0.995498538 0.000930582 -0.094772160 -23.174306870 -0.001578333 0.999975920 -0.006760088 -4.062359333 0.094763592 0.006879240 0.995476007 230.746841431\n0.995493233 0.001468907 -0.094821110 -23.171667099 -0.002115049 0.999975204 -0.006714190 -4.065004349 0.094808899 0.006884482 0.995471656 230.767547607\n0.995493293 0.001536558 -0.094819643 -23.174863815 -0.002199516 0.999973834 -0.006887656 -4.066211700 0.094806582 0.007065172 0.995470643 230.781707764\n0.995518625 0.001324686 -0.094556548 -23.179178238 -0.002045876 0.999969542 -0.007530544 -4.066361427 0.094543695 0.007690248 0.995491028 230.795532227\n0.995510936 0.001061598 -0.094640724 -23.178981781 -0.001824591 0.999966502 -0.007975822 -4.064865112 0.094629087 0.008112699 0.995479524 230.820953369\n0.995496094 0.001114193 -0.094795734 -23.176380157 -0.001871204 0.999967039 -0.007897193 -4.067764759 0.094783813 0.008039007 0.995465398 230.845626831\n0.995537877 0.001727884 -0.094347082 -23.187093735 -0.002469869 0.999966919 -0.007748207 -4.070134163 0.094330572 0.007946658 0.995509207 230.868255615\n0.995482564 0.001708421 -0.094928980 -23.181280136 -0.002446551 0.999967694 -0.007659760 -4.068017960 0.094912827 0.007857407 0.995454550 230.909637451\n0.995483935 0.001521714 -0.094918177 -23.186613083 -0.002248866 0.999968946 -0.007554337 -4.069169998 0.094903737 0.007733679 0.995456398 230.945510864\n0.995497167 0.001066927 -0.094785467 -23.191349030 -0.001801137 0.999969006 -0.007660802 -4.070090771 0.094774358 0.007797029 0.995468259 230.982711792\n0.995481789 -0.000512167 -0.094951384 -23.189193726 -0.000253123 0.999967575 -0.008047589 -4.071775436 0.094952427 0.008035263 0.995449364 231.026397705\n0.995487511 -0.001493945 -0.094881013 -23.194387436 0.000715259 0.999965787 -0.008240456 -4.075719833 0.094890080 0.008135406 0.995454490 231.074661255\n0.995510101 -0.003225901 -0.094600327 -23.198755264 0.002424875 0.999960244 -0.008581209 -4.076091290 0.094624244 0.008313286 0.995478332 231.126937866\n0.995568335 -0.002891501 -0.093996152 -23.211418152 0.002037250 0.999955773 -0.009182836 -4.077554703 0.094018549 0.008950648 0.995530188 231.162139893\n0.995500267 -0.002410735 -0.094728097 -23.209812164 0.001584905 0.999960065 -0.008792175 -4.079618454 0.094745517 0.008602478 0.995464385 231.230072021\n0.995522261 -0.001320655 -0.094518483 -23.218553543 0.000546214 0.999966085 -0.008218952 -4.073942184 0.094526127 0.008130522 0.995489180 231.294235229\n0.995535910 -0.000936938 -0.094379157 -23.222795486 0.000295803 0.999976814 -0.006806945 -4.079743862 0.094383344 0.006748641 0.995513082 231.358505249\n0.995549619 -0.001407524 -0.094228327 -23.232328415 0.000857414 0.999982357 -0.005878291 -4.082206726 0.094234936 0.005771338 0.995533288 231.427154541\n0.995578170 -0.003126045 -0.093884803 -23.235189438 0.002593888 0.999979854 -0.005789684 -4.079237938 0.093901016 0.005520556 0.995566249 231.505447388\n0.995608330 -0.004694025 -0.093498692 -23.236537933 0.004114219 0.999971092 -0.006393028 -4.079780102 0.093525998 0.005980278 0.995598853 231.583740234\n0.995621979 -0.004763260 -0.093349859 -23.246257782 0.004146202 0.999968290 -0.006802995 -4.083521366 0.093379304 0.006386164 0.995610118 231.658920288\n0.995610237 -0.003537492 -0.093529150 -23.253499985 0.002881051 0.999970257 -0.007152671 -4.089473724 0.093551666 0.006851810 0.995590866 231.746597290\n0.995641768 -0.002849485 -0.093216598 -23.263942719 0.002247051 0.999975920 -0.006567047 -4.091305733 0.093233064 0.006328964 0.995624185 231.832763672\n0.995694816 -0.003738239 -0.092616454 -23.270793915 0.003231045 0.999978960 -0.005625618 -4.088139534 0.092635535 0.005302151 0.995685995 231.924346924\n0.995741487 -0.004256917 -0.092091031 -23.278255463 0.003800407 0.999979615 -0.005131957 -4.090871334 0.092110999 0.004760120 0.995737374 232.015472412\n0.995777309 -0.003593485 -0.091731198 -23.287595749 0.003135128 0.999981880 -0.005140350 -4.091174126 0.091748007 0.004831055 0.995770514 232.114974976\n0.995785773 -0.002140776 -0.091684848 -23.297494888 0.001672414 0.999985158 -0.005184910 -4.096060276 0.091694586 0.005009725 0.995774567 232.212142944\n0.995804489 -0.002117194 -0.091482051 -23.302215576 0.001582576 0.999981225 -0.005916110 -4.098083496 0.091492862 0.005746511 0.995789170 232.312271118\n0.995854259 -0.004552750 -0.090849333 -23.310743332 0.003931904 0.999967694 -0.007011604 -4.106261730 0.090878315 0.006625324 0.995839953 232.413772583\n0.995901406 -0.006404195 -0.090218812 -23.314233780 0.005717308 0.999952674 -0.007869944 -4.110163689 0.090264946 0.007321879 0.995890856 232.513641357\n0.995963335 -0.005990723 -0.089560665 -23.324327469 0.005264157 0.999951303 -0.008346570 -4.103248119 0.089606307 0.007841416 0.995946407 232.623184204\n0.996028006 -0.003219053 -0.088982403 -23.338083267 0.002541951 0.999966979 -0.007721664 -4.105651855 0.089004323 0.007464805 0.996003270 232.729385376\n0.996086657 -0.000488996 -0.088380896 -23.351694107 -0.000114064 0.999976754 -0.006818247 -4.114764214 0.088382177 0.006801646 0.996063411 232.826889038\n0.996145785 0.001571105 -0.087698787 -23.359722137 -0.002146218 0.999976814 -0.006463923 -4.111907482 0.087686598 0.006627230 0.996126056 232.916641235\n0.996148884 0.001273557 -0.087668553 -23.360239029 -0.001883015 0.999974608 -0.006869487 -4.104808331 0.087657578 0.007008113 0.996125996 232.989547729\n0.996224284 0.001357480 -0.086806618 -23.373048782 -0.001945531 0.999975741 -0.006690020 -4.113784313 0.086795434 0.006833645 0.996202707 233.051116943\n0.996259749 0.000831907 -0.086404987 -23.372028351 -0.001413478 0.999976754 -0.006669800 -4.113474369 0.086397432 0.006766985 0.996237755 233.091094971\n0.996269405 0.000824023 -0.086293392 -23.374753952 -0.001393963 0.999977589 -0.006544627 -4.117095947 0.086286061 0.006640501 0.996248245 233.116226196\n0.996286750 0.001155461 -0.086089194 -23.377727509 -0.001697779 0.999979198 -0.006226538 -4.114987373 0.086080201 0.006349578 0.996267974 233.113510132\n0.996276200 0.001042389 -0.086212747 -23.376464844 -0.001633770 0.999975622 -0.006789275 -4.115859509 0.086203568 0.006904844 0.996253610 233.109710693\n0.996270955 0.000953368 -0.086274132 -23.375291824 -0.001761310 0.999955297 -0.009289186 -4.116480350 0.086261421 0.009406502 0.996228158 233.103012085\n0.996268809 0.001010791 -0.086298540 -23.372308731 -0.001947023 0.999940157 -0.010765282 -4.117801189 0.086282499 0.010893141 0.996211171 233.106307983\n0.996277332 0.000674670 -0.086203098 -23.376544952 -0.001529503 0.999950290 -0.009850831 -4.118433952 0.086192168 0.009946007 0.996228874 233.107727051\n0.996260405 0.000663587 -0.086398572 -23.374097824 -0.001476696 0.999955237 -0.009347561 -4.118137836 0.086388506 0.009440190 0.996216774 233.103042603\n0.996277690 0.000651667 -0.086199753 -23.375329971 -0.001466196 0.999954879 -0.009386354 -4.119242191 0.086189747 0.009477801 0.996233642 233.099731445\n0.996277809 0.000916258 -0.086195305 -23.375406265 -0.001708953 0.999956906 -0.009123150 -4.117838860 0.086183235 0.009236496 0.996236503 233.104629517\n0.996269822 0.000777335 -0.086289041 -23.374774933 -0.001573506 0.999956787 -0.009159161 -4.116600990 0.086278193 0.009260772 0.996228039 233.106918335\n0.996269703 0.000606647 -0.086292215 -23.374538422 -0.001416746 0.999955475 -0.009326937 -4.118430614 0.086282715 0.009414398 0.996226192 233.103713989\n0.996271610 0.000906998 -0.086267605 -23.374645233 -0.001700187 0.999956965 -0.009121494 -4.115866184 0.086255625 0.009234156 0.996230245 233.107620239\n0.996281505 0.000857240 -0.086153522 -23.376586914 -0.001642830 0.999957740 -0.009048007 -4.117641449 0.086142123 0.009155897 0.996240795 233.105819702\n0.996261895 0.000709793 -0.086380996 -23.372726440 -0.001516490 0.999955833 -0.009273556 -4.117098331 0.086370602 0.009369886 0.996219039 233.101516724\n0.996281564 0.000809995 -0.086153254 -23.377571106 -0.001613072 0.999955893 -0.009252283 -4.116003513 0.086141959 0.009356850 0.996238947 233.104797363\n0.996283948 0.000962606 -0.086123891 -23.377958298 -0.001747796 0.999957621 -0.009042046 -4.118704319 0.086111538 0.009158973 0.996243417 233.103668213\n0.996275723 0.000911899 -0.086219653 -23.376485825 -0.001700340 0.999957383 -0.009071559 -4.118124008 0.086207703 0.009184377 0.996234834 233.103042603\n0.996289134 0.000803060 -0.086065911 -23.377710342 -0.001591544 0.999957383 -0.009093175 -4.119073391 0.086054944 0.009196408 0.996247947 233.103195190\n0.996275604 0.001022148 -0.086219847 -23.375902176 -0.001813735 0.999956906 -0.009103192 -4.117658138 0.086206824 0.009225668 0.996234536 233.102218628\n0.996286392 0.001057122 -0.086094797 -23.378206253 -0.001838212 0.999957860 -0.008993666 -4.118180275 0.086081661 0.009118527 0.996246338 233.107025146\n0.996281803 0.000983140 -0.086148821 -23.376789093 -0.001789546 0.999955297 -0.009283897 -4.115060806 0.086135842 0.009403544 0.996239007 233.104766846\n0.996274769 0.000845281 -0.086231567 -23.375217438 -0.001632826 0.999957621 -0.009062781 -4.117826462 0.086220250 0.009169821 0.996233881 233.106857300\n0.996279359 0.000761017 -0.086179011 -23.376279831 -0.001549969 0.999957502 -0.009088274 -4.117568493 0.086168431 0.009188035 0.996238232 233.106521606\n0.996269405 0.000943805 -0.086292602 -23.375751495 -0.001737760 0.999956846 -0.009126079 -4.116645813 0.086280264 0.009241989 0.996228039 233.107650757\n0.996300519 0.001074570 -0.085930847 -23.381822586 -0.001846813 0.999958634 -0.008907811 -4.120374203 0.085917719 0.009033555 0.996261299 233.103607178\n0.996286094 0.000981075 -0.086099349 -23.378776550 -0.001766282 0.999957561 -0.009044078 -4.117509365 0.086086825 0.009162566 0.996245503 233.107955933\n0.996293485 0.000909174 -0.086014442 -23.379894257 -0.001689900 0.999958038 -0.009004308 -4.118603706 0.086002648 0.009116289 0.996253192 233.108413696\n0.996279359 0.000810517 -0.086179078 -23.377153397 -0.001603158 0.999957025 -0.009128801 -4.116568089 0.086167976 0.009232993 0.996237814 233.106704712\n0.996282160 0.000908008 -0.086145572 -23.379302979 -0.001693284 0.999957681 -0.009043057 -4.117108345 0.086133711 0.009155305 0.996241510 233.107894897\n0.996278763 0.000823816 -0.086185418 -23.377708435 -0.001620468 0.999956608 -0.009173916 -4.114675999 0.086174123 0.009279438 0.996236861 233.108413696\n0.996281028 0.000850467 -0.086159103 -23.378171921 -0.001638934 0.999957442 -0.009080979 -4.117486477 0.086147711 0.009188416 0.996240020 233.106491089\n0.996279120 0.000598795 -0.086183153 -23.377710342 -0.001391395 0.999957263 -0.009136928 -4.116749763 0.086173996 0.009222846 0.996237397 233.108566284\n0.996286273 0.000845700 -0.086098552 -23.378311157 -0.001633199 0.999957502 -0.009076461 -4.118104935 0.086087212 0.009183370 0.996245265 233.108795166\n0.996278703 0.000893606 -0.086185485 -23.376428604 -0.001682460 0.999957383 -0.009080786 -4.117323875 0.086173691 0.009191998 0.996237695 233.105010986\n0.996278226 0.000842379 -0.086191855 -23.375921249 -0.001634285 0.999957085 -0.009117556 -4.117070675 0.086180471 0.009224485 0.996236861 233.104309082\n0.996276855 0.000858376 -0.086207137 -23.376255035 -0.001643948 0.999957740 -0.009042027 -4.117257118 0.086195737 0.009150083 0.996236205 233.104614258\n0.996289611 0.000891368 -0.086059205 -23.378963470 -0.001672775 0.999958038 -0.009008187 -4.118265152 0.086047560 0.009118721 0.996249318 233.104232788\n0.996271968 0.000952385 -0.086262651 -23.374689102 -0.001731293 0.999958396 -0.008955125 -4.119740486 0.086250536 0.009071086 0.996232212 233.105865479\n0.996286094 0.000800630 -0.086100645 -23.377550125 -0.001586840 0.999957681 -0.009063235 -4.116764545 0.086089745 0.009166203 0.996245205 233.105270386\n0.996282160 0.000853806 -0.086146258 -23.376422882 -0.001644381 0.999957204 -0.009106584 -4.117857933 0.086134791 0.009214384 0.996240854 233.105743408\n0.996277928 0.000951762 -0.086193673 -23.375280380 -0.001744210 0.999956906 -0.009118970 -4.116439342 0.086181283 0.009235368 0.996236682 233.104934692\n0.996285617 0.001023844 -0.086103886 -23.376218796 -0.001799554 0.999958515 -0.008931859 -4.117982388 0.086091168 0.009053632 0.996246099 233.103118896\n0.996275306 0.000975087 -0.086223848 -23.375122070 -0.001758501 0.999957860 -0.009010331 -4.117684841 0.086211428 0.009128395 0.996235073 233.104873657\n0.996280432 0.000868475 -0.086165778 -23.376029968 -0.001653666 0.999957740 -0.009041606 -4.118139744 0.086154282 0.009150464 0.996239781 233.104904175\n0.996295094 0.000818307 -0.085996583 -23.378763199 -0.001593579 0.999958694 -0.008946892 -4.120108604 0.085985713 0.009050787 0.996255279 233.105255127\n0.996284127 0.001053418 -0.086121090 -23.378057480 -0.001839991 0.999957323 -0.009054468 -4.118198395 0.086107880 0.009179285 0.996243536 233.106140137\n0.996284425 0.000962634 -0.086118579 -23.376890182 -0.001743304 0.999958038 -0.008990317 -4.117709637 0.086106315 0.009107043 0.996244311 233.106658936\n0.996286809 0.000983012 -0.086090773 -23.377767563 -0.001761083 0.999958277 -0.008962316 -4.118975639 0.086078376 0.009080650 0.996246994 233.104660034\n0.996290743 0.000903624 -0.086045951 -23.377525330 -0.001685042 0.999957979 -0.009009215 -4.118415356 0.086034194 0.009120788 0.996250451 233.104324341\n0.996290267 0.000915937 -0.086051628 -23.377508163 -0.001704356 0.999957263 -0.009089140 -4.115914345 0.086039625 0.009202085 0.996249199 233.107025146\n0.996289253 0.000793933 -0.086064704 -23.377704620 -0.001578288 0.999957860 -0.009045882 -4.118499279 0.086053893 0.009148150 0.996248484 233.104568481\n0.996273816 0.000846661 -0.086242422 -23.373905182 -0.001636312 0.999957383 -0.009085897 -4.116082668 0.086231053 0.009193162 0.996232748 233.106994629\n0.996278524 0.001094665 -0.086185195 -23.375780106 -0.001883159 0.999957085 -0.009068057 -4.116375446 0.086171567 0.009196611 0.996237874 233.106216431\n0.996290982 0.000972154 -0.086042970 -23.377725601 -0.001760250 0.999957204 -0.009083938 -4.117677689 0.086030453 0.009201703 0.996250033 233.104873657\n0.996287107 0.000929346 -0.086087614 -23.377185822 -0.001714268 0.999957621 -0.009044234 -4.117429256 0.086075567 0.009158230 0.996246517 233.105361938\n0.996279061 0.000970775 -0.086180612 -23.376024246 -0.001768828 0.999956250 -0.009184362 -4.115753174 0.086167932 0.009302626 0.996237218 233.106018066\n0.996277153 0.000833458 -0.086204112 -23.374593735 -0.001622110 0.999957442 -0.009079028 -4.116887093 0.086192876 0.009185061 0.996236145 233.106643677\n0.996287823 0.000772796 -0.086081535 -23.377447128 -0.001551933 0.999958456 -0.008984610 -4.117791176 0.086071007 0.009084850 0.996247590 233.104171753\n0.996285737 0.000834175 -0.086104803 -23.377622604 -0.001628748 0.999956727 -0.009158133 -4.116107941 0.086093441 0.009264360 0.996244013 233.105453491\n0.996301234 0.001027302 -0.085923068 -23.380500793 -0.001809131 0.999957681 -0.009021802 -4.118263245 0.085910164 0.009143879 0.996260941 233.102859497\n0.996290624 0.000987406 -0.086046875 -23.377708435 -0.001768703 0.999957919 -0.009004137 -4.118309975 0.086034358 0.009122929 0.996250391 233.104919434\n0.996281445 0.000883384 -0.086153753 -23.375846863 -0.001682917 0.999956191 -0.009208118 -4.117002487 0.086141840 0.009318867 0.996239305 233.106506348\n0.996287942 0.000823161 -0.086079054 -23.375915527 -0.001621445 0.999956310 -0.009204343 -4.117290974 0.086067721 0.009309749 0.996245801 233.109100342\n0.996279478 0.000703372 -0.086178146 -23.371505737 -0.001530773 0.999953389 -0.009535344 -4.116973877 0.086167417 0.009631786 0.996234119 233.109176636\n0.996303260 0.000772886 -0.085902140 -23.375297546 -0.001654507 0.999946713 -0.010192365 -4.116408348 0.085889682 0.010296812 0.996251464 233.107711792\n0.996308327 0.000988973 -0.085841618 -23.377855301 -0.001933253 0.999938548 -0.010917827 -4.117215157 0.085825540 0.011043475 0.996248960 233.115539551\n0.996318936 0.001429616 -0.085711680 -23.379631042 -0.002403053 0.999933779 -0.011255003 -4.116157055 0.085689910 0.011419542 0.996256411 233.127120972\n0.996322572 0.001321166 -0.085671082 -23.376770020 -0.002286091 0.999935031 -0.011166010 -4.116355419 0.085650764 0.011320800 0.996260881 233.143127441\n0.996343553 0.001749946 -0.085419297 -23.380287170 -0.002714241 0.999933898 -0.011174127 -4.117213726 0.085394099 0.011365118 0.996282458 233.160003662\n0.996368885 0.001940021 -0.085119039 -23.381395340 -0.002913041 0.999931812 -0.011308573 -4.116235256 0.085091300 0.011515466 0.996306598 233.187286377\n0.996415198 0.002194702 -0.084569380 -23.385427475 -0.003163744 0.999930859 -0.011326227 -4.116171360 0.084538676 0.011553180 0.996353209 233.209274292\n0.996428013 0.002621709 -0.084405892 -23.384368896 -0.003614489 0.999926031 -0.011611321 -4.118021965 0.084369212 0.011874930 0.996363819 233.240676880\n0.996476471 0.003618939 -0.083794497 -23.391738892 -0.004631298 0.999918580 -0.011890213 -4.118459225 0.083744645 0.012236395 0.996412098 233.274154663\n0.996537089 0.004149553 -0.083045483 -23.397975922 -0.005173584 0.999913156 -0.012119575 -4.117382050 0.082987987 0.012507250 0.996472061 233.316040039\n0.996584415 0.004590923 -0.082452245 -23.399497986 -0.005608494 0.999910891 -0.012113973 -4.121742725 0.082389288 0.012535030 0.996521413 233.353561401\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_30/2011_09_30_drive_0016_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999940 -0.000324676 0.000218065 -0.013473240 0.000324354 0.999998868 0.001473244 -0.014585457 -0.000218543 -0.001473173 0.999998868 1.344176054\n0.999998748 -0.001489544 -0.000523921 -0.010303015 0.001490381 0.999997616 0.001601925 -0.036449891 0.000521534 -0.001602704 0.999998569 2.674288750\n0.999995053 -0.003027669 -0.000831219 -0.010374444 0.003028016 0.999995351 0.000416506 -0.051971119 0.000829954 -0.000419021 0.999999583 4.009145260\n0.999994159 -0.003337797 -0.000700090 -0.013458380 0.003338258 0.999994218 0.000658254 -0.072268814 0.000697889 -0.000660587 0.999999523 5.348494530\n0.999991477 -0.004064904 -0.000700608 -0.014843479 0.004066099 0.999990284 0.001714157 -0.099533372 0.000693633 -0.001716992 0.999998271 6.692397594\n0.999982834 -0.005796480 -0.000858289 -0.009713814 0.005799005 0.999978781 0.002968991 -0.116385810 0.000841061 -0.002973917 0.999995232 8.035902977\n0.999986410 -0.005135524 -0.000892160 -0.018772088 0.005138403 0.999981523 0.003256426 -0.135786757 0.000875420 -0.003260966 0.999994278 9.393660545\n0.999989569 -0.004345580 -0.001401087 -0.016028078 0.004347320 0.999989808 0.001240758 -0.148853645 0.001395681 -0.001246836 0.999998271 10.738882065\n0.999998271 -0.001228884 -0.001378759 -0.031808477 0.001228197 0.999999106 -0.000498854 -0.178449437 0.001379371 0.000497159 0.999998927 12.087852478\n0.999996960 0.002296918 -0.000869688 -0.048818965 -0.002298137 0.999996364 -0.001402490 -0.197976828 0.000866463 0.001404485 0.999998629 13.434698105\n0.999989092 0.004554372 -0.001049015 -0.056180116 -0.004555937 0.999988496 -0.001494324 -0.222581521 0.001042197 0.001499087 0.999998331 14.809987068\n0.999983847 0.005632221 -0.000786707 -0.059619837 -0.005632924 0.999983728 -0.000894573 -0.238230318 0.000781656 0.000898990 0.999999285 16.170305252\n0.999995530 0.002956297 -0.000392096 -0.064480819 -0.002955479 0.999993503 0.002071826 -0.267166018 0.000398218 -0.002070658 0.999997795 17.529542923\n0.999999464 -0.000914277 -0.000456576 -0.062670082 0.000916035 0.999992132 0.003864727 -0.284098357 0.000453039 -0.003865143 0.999992430 18.886371613\n0.999991894 -0.003997947 -0.000516828 -0.070511840 0.003998876 0.999990344 0.001809462 -0.310162872 0.000509589 -0.001811514 0.999998212 20.248151779\n0.999988317 -0.004799773 -0.000550110 -0.072427057 0.004799670 0.999988437 -0.000188668 -0.328413278 0.000551009 0.000186026 0.999999821 21.611351013\n0.999997258 -0.002343005 0.000066206 -0.080978565 0.002343105 0.999996066 -0.001558864 -0.358775884 -0.000062553 0.001559014 0.999998808 22.982156754\n0.999999642 0.000261512 0.000782339 -0.085985012 -0.000261855 0.999999881 0.000438298 -0.377245218 -0.000782225 -0.000438503 0.999999583 24.368459702\n0.999998808 0.000800007 0.001306200 -0.091565676 -0.000805584 0.999990523 0.004274985 -0.401823670 -0.001302768 -0.004276033 0.999989986 25.746646881\n0.999996662 -0.001694888 0.001941111 -0.091026604 0.001682418 0.999978065 0.006407623 -0.416013092 -0.001951929 -0.006404336 0.999977589 27.132675171\n0.999984443 -0.005338720 0.001618494 -0.086715899 0.005331616 0.999976277 0.004361887 -0.429040432 -0.001641743 -0.004353189 0.999989152 28.520931244\n0.999982238 -0.005824790 0.001270774 -0.084618904 0.005822070 0.999980748 0.002134031 -0.449093074 -0.001283180 -0.002126595 0.999996901 29.917018890\n0.999983132 -0.005488611 0.001908828 -0.088476501 0.005489737 0.999984741 -0.000584957 -0.463039815 -0.001905588 0.000595426 0.999998033 31.299341202\n0.999993265 -0.002745043 0.002429810 -0.093938746 0.002747879 0.999995530 -0.001164828 -0.492524356 -0.002426601 0.001171498 0.999996364 32.695865631\n0.999994636 -0.001882527 0.002677592 -0.094831213 0.001891261 0.999992907 -0.003262995 -0.516050458 -0.002671430 0.003268042 0.999991119 34.088897705\n0.999995053 -0.001427078 0.002812545 -0.096409671 0.001434105 0.999995828 -0.002498211 -0.541888654 -0.002808968 0.002502232 0.999992907 35.477951050\n0.999996126 -0.000480646 0.002738392 -0.103744701 0.000484326 0.999998987 -0.001343161 -0.569800556 -0.002737744 0.001344482 0.999995351 36.892990112\n0.999996662 0.000627007 0.002510004 -0.112404391 -0.000627389 0.999999821 0.000151104 -0.590907037 -0.002509909 -0.000152678 0.999996841 38.295539856\n0.999991834 0.003190016 0.002487801 -0.115777180 -0.003191289 0.999994755 0.000507904 -0.617137849 -0.002486168 -0.000515839 0.999996781 39.704448700\n0.999981940 0.005398534 0.002649722 -0.124982588 -0.005398936 0.999985397 0.000144674 -0.638375938 -0.002648902 -0.000158977 0.999996483 41.119369507\n0.999969363 0.007443646 0.002416965 -0.128652930 -0.007445363 0.999972045 0.000702418 -0.662523866 -0.002411668 -0.000720391 0.999996841 42.539421082\n0.999962807 0.008360905 0.002111959 -0.130590081 -0.008362514 0.999964774 0.000754459 -0.682980776 -0.002105576 -0.000772092 0.999997497 43.958030701\n0.999969482 0.007612983 0.001754037 -0.134395137 -0.007613925 0.999970853 0.000530967 -0.704055429 -0.001749943 -0.000544306 0.999998331 45.390983582\n0.999976218 0.006810379 0.001110313 -0.136705682 -0.006810612 0.999976814 0.000206298 -0.726770937 -0.001108882 -0.000213855 0.999999344 46.812534332\n0.999980628 0.006221573 -0.000101223 -0.134354845 -0.006221522 0.999980509 0.000496783 -0.750197470 0.000104312 -0.000496143 0.999999881 48.249187469\n0.999979138 0.006391860 -0.000900307 -0.142384693 -0.006390234 0.999977946 0.001797949 -0.770963371 0.000911780 -0.001792158 0.999997973 49.680164337\n0.999972224 0.007275292 -0.001613952 -0.157160193 -0.007273193 0.999972701 0.001302881 -0.793961048 0.001623387 -0.001291106 0.999997854 51.121761322\n0.999967277 0.007556200 -0.002885124 -0.160911888 -0.007551010 0.999969840 0.001805324 -0.815973282 0.002898678 -0.001783479 0.999994218 52.572402954\n0.999966264 0.007113942 -0.004110741 -0.173720166 -0.007101499 0.999970198 0.003033641 -0.841410220 0.004132200 -0.003004347 0.999986947 54.010921478\n0.999973655 0.005215033 -0.005051264 -0.178061560 -0.005194469 0.999978185 0.004075806 -0.864858031 0.005072409 -0.004049460 0.999978960 55.471187592\n0.999980092 0.003304575 -0.005376880 -0.200193971 -0.003280615 0.999984682 0.004458813 -0.888657808 0.005391532 -0.004441084 0.999975622 56.896450043\n0.999981701 0.001560773 -0.005842623 -0.199486136 -0.001539642 0.999992251 0.003619410 -0.902241409 0.005848227 -0.003610348 0.999976397 58.331809998\n0.999980509 0.000326655 -0.006235086 -0.204238489 -0.000301195 0.999991596 0.004083945 -0.924855828 0.006236368 -0.004081988 0.999972224 59.779930115\n0.999983788 -0.000477492 -0.005676161 -0.215437144 0.000502900 0.999989867 0.004475641 -0.937991798 0.005673966 -0.004478423 0.999973893 61.217247009\n0.999984860 -0.001798123 -0.005200868 -0.228430644 0.001824251 0.999985695 0.005023387 -0.955343127 0.005191761 -0.005032798 0.999973834 62.650352478\n0.999983132 -0.003335726 -0.004756846 -0.237352848 0.003358770 0.999982595 0.004844587 -0.978834927 0.004740603 -0.004860482 0.999976933 64.079742432\n0.999976337 -0.005144260 -0.004564954 -0.241236985 0.005162814 0.999978423 0.004062077 -0.997910917 0.004543959 -0.004085549 0.999981344 65.504699707\n0.999979913 -0.004915627 -0.004002427 -0.254205912 0.004930829 0.999980628 0.003797255 -1.018487811 0.003983684 -0.003816914 0.999984801 66.919242859\n0.999988198 -0.003548330 -0.003327360 -0.266170233 0.003560750 0.999986708 0.003734316 -1.040301800 0.003314066 -0.003746120 0.999987483 68.331008911\n0.999995887 -0.000414737 -0.002843563 -0.277676463 0.000429096 0.999987125 0.005050914 -1.061262369 0.002841431 -0.005052113 0.999983191 69.766418457\n0.999994636 0.002606127 -0.001986142 -0.297891259 -0.002593229 0.999975741 0.006469179 -1.082001686 0.002002953 -0.006463993 0.999977112 71.180648804\n0.999976754 0.006730103 -0.001106518 -0.317318052 -0.006722339 0.999953747 0.006876492 -1.096905231 0.001152746 -0.006868894 0.999975741 72.565025330\n0.999932945 0.011576114 -0.000274484 -0.338711143 -0.011574102 0.999912202 0.006453945 -1.111154079 0.000349171 -0.006450335 0.999979138 73.963653564\n0.999885082 0.015146822 0.000621554 -0.357630223 -0.015150119 0.999868989 0.005695323 -1.127217054 -0.000535206 -0.005704085 0.999983609 75.348121643\n0.999863505 0.016452080 0.001505557 -0.379089415 -0.016460609 0.999847472 0.005839833 -1.146943092 -0.001409250 -0.005863819 0.999981821 76.716445923\n0.999869585 0.016074490 0.001554342 -0.387758344 -0.016084084 0.999850333 0.006370466 -1.163936734 -0.001451708 -0.006394635 0.999978483 78.116828918\n0.999880791 0.015301596 0.002074827 -0.407350481 -0.015313809 0.999864697 0.006003466 -1.182380080 -0.001982684 -0.006034524 0.999979854 79.486335754\n0.999902129 0.013829862 0.002126044 -0.419811308 -0.013841222 0.999889493 0.005424681 -1.204716802 -0.002050787 -0.005453576 0.999983013 80.841217041\n0.999912858 0.013094759 0.001660724 -0.421226591 -0.013103747 0.999898911 0.005522318 -1.225648165 -0.001588242 -0.005543599 0.999983370 82.201332092\n0.999911606 0.013167137 0.001839194 -0.437860548 -0.013177362 0.999897122 0.005662605 -1.240037799 -0.001764445 -0.005686340 0.999982297 83.574829102\n0.999922991 0.012368160 0.001017383 -0.434296280 -0.012373511 0.999908686 0.005432414 -1.259561539 -0.000950102 -0.005444584 0.999984741 84.930252075\n0.999917150 0.012857900 0.000652728 -0.450117707 -0.012861432 0.999900877 0.005729419 -1.281181931 -0.000578995 -0.005737339 0.999983370 86.302894592\n0.999924123 0.012307175 -0.000472586 -0.454873860 -0.012303727 0.999901772 0.006713889 -1.307068825 0.000555169 -0.006707565 0.999977350 87.675460815\n0.999947369 0.010191601 -0.001197931 -0.474346042 -0.010182048 0.999918282 0.007726846 -1.320310712 0.001276582 -0.007714241 0.999969423 89.047950745\n0.999963462 0.008198447 -0.002418539 -0.481183589 -0.008178404 0.999933064 0.008183970 -1.338029146 0.002485474 -0.008163892 0.999963582 90.415992737\n0.999978185 0.005929594 -0.002909348 -0.497005701 -0.005905053 0.999947488 0.008372698 -1.352429509 0.002958842 -0.008355335 0.999960721 91.763107300\n0.999982476 0.004775139 -0.003495975 -0.506997406 -0.004748181 0.999959230 0.007679152 -1.364004374 0.003532502 -0.007662418 0.999964416 93.118614197\n0.999985516 0.003807819 -0.003797655 -0.519012809 -0.003780027 0.999966204 0.007298719 -1.384239316 0.003825319 -0.007284258 0.999966145 94.485717773\n0.999984145 0.004304145 -0.003636598 -0.537799656 -0.004279021 0.999967098 0.006888501 -1.404246688 0.003666128 -0.006872831 0.999969661 95.836791992\n0.999985754 0.004318434 -0.003139649 -0.558727324 -0.004298625 0.999970973 0.006289011 -1.415762544 0.003166717 -0.006275425 0.999975324 97.200424194\n0.999979377 0.005783957 -0.002793320 -0.584460258 -0.005768900 0.999968946 0.005369029 -1.430122733 0.002824287 -0.005352804 0.999981701 98.523078918\n0.999977410 0.006217076 -0.002550843 -0.583531559 -0.006202309 0.999964178 0.005756685 -1.455914021 0.002586542 -0.005740733 0.999980152 99.931198120\n0.999978185 0.006230637 -0.002203109 -0.592159450 -0.006214508 0.999954402 0.007253535 -1.472467542 0.002248202 -0.007239685 0.999971271 101.297103882\n0.999967039 0.007904381 -0.001864139 -0.609420955 -0.007887739 0.999930441 0.008772028 -1.491155028 0.001933347 -0.008757034 0.999959767 102.644325256\n0.999972939 0.007043455 -0.002126010 -0.610276878 -0.007027286 0.999947011 0.007519329 -1.508652210 0.002178859 -0.007504186 0.999969482 103.994224548\n0.999972701 0.007206495 -0.001618397 -0.624535024 -0.007197905 0.999960303 0.005252303 -1.522185087 0.001656183 -0.005240511 0.999984920 105.333953857\n0.999976099 0.006691994 -0.001733899 -0.636058152 -0.006685233 0.999970138 0.003876119 -1.545082808 0.001759786 -0.003864435 0.999991000 106.659599304\n0.999989450 0.004122403 -0.002013709 -0.631131411 -0.004112310 0.999979079 0.004990793 -1.558721662 0.002034241 -0.004982460 0.999985516 108.030662537\n0.999995530 0.002890601 -0.000760398 -0.648203552 -0.002885234 0.999971569 0.006967799 -1.575545549 0.000780517 -0.006965574 0.999975443 109.350730896\n0.999999344 0.001121096 -0.000252296 -0.656861305 -0.001119090 0.999968827 0.007816317 -1.591215611 0.000261051 -0.007816029 0.999969423 110.698913574\n0.999999583 0.000441699 0.000830103 -0.655639350 -0.000446676 0.999981880 0.006005506 -1.610922575 -0.000827436 -0.006005874 0.999981642 112.021446228\n0.999995589 0.002643654 0.001333976 -0.656628549 -0.002648597 0.999989569 0.003717564 -1.626879215 -0.001324135 -0.003721080 0.999992192 113.376319885\n0.999986649 0.004396884 0.002714603 -0.670456409 -0.004400653 0.999989331 0.001384027 -1.645426512 -0.002708488 -0.001395955 0.999995351 114.696090698\n0.999966383 0.007334319 0.003667106 -0.670638144 -0.007339496 0.999972105 0.001400295 -1.664710283 -0.003656734 -0.001427162 0.999992311 116.042495728\n0.999946833 0.008775620 0.005419014 -0.676961899 -0.008792932 0.999956310 0.003179142 -1.680005789 -0.005390879 -0.003226622 0.999980271 117.367660522\n0.999936879 0.009115998 0.006564186 -0.679640830 -0.009152420 0.999942780 0.005540113 -1.698257208 -0.006513307 -0.005599842 0.999963105 118.701889038\n0.999938428 0.008316944 0.007348699 -0.672166109 -0.008360398 0.999947608 0.005902380 -1.712931395 -0.007299225 -0.005963454 0.999955595 120.039810181\n0.999927998 0.008650292 0.008318529 -0.669439495 -0.008695526 0.999947548 0.005416981 -1.729347229 -0.008271234 -0.005488925 0.999950707 121.379859924\n0.999903202 0.010201651 0.009459392 -0.660526037 -0.010248931 0.999935150 0.004963345 -1.746410608 -0.009408144 -0.005059813 0.999942958 122.719596863\n0.999865472 0.012329170 0.010818086 -0.661978066 -0.012377263 0.999913752 0.004389918 -1.761215091 -0.010763029 -0.004523226 0.999931872 124.059989929\n0.999845922 0.013039608 0.011751265 -0.652023792 -0.013082843 0.999907911 0.003609881 -1.780648112 -0.011703111 -0.003763065 0.999924421 125.413063049\n0.999815702 0.014375756 0.012723266 -0.642147541 -0.014411530 0.999892414 0.002724488 -1.797673821 -0.012682730 -0.002907347 0.999915361 126.762710571\n0.999816656 0.013413428 0.013665844 -0.622437477 -0.013446191 0.999906957 0.002308326 -1.813443661 -0.013633610 -0.002491657 0.999903977 128.115722656\n0.999816954 0.012612106 0.014385750 -0.613594890 -0.012664867 0.999913394 0.003582353 -1.837496996 -0.014339322 -0.003763890 0.999890089 129.472854614\n0.999824584 0.010997492 0.015161145 -0.600452960 -0.011067640 0.999928415 0.004550723 -1.857296705 -0.015110013 -0.004717723 0.999874711 130.820373535\n0.999829412 0.010099300 0.015464231 -0.588153422 -0.010175772 0.999936342 0.004874429 -1.871128440 -0.015414018 -0.005030958 0.999868512 132.181808472\n0.999851644 0.008121320 0.015190451 -0.564860821 -0.008198026 0.999953926 0.004994140 -1.889063358 -0.015149193 -0.005117930 0.999872148 133.538726807\n0.999865353 0.006443547 0.015091222 -0.552097619 -0.006529429 0.999962747 0.005648531 -1.902894378 -0.015054262 -0.005746308 0.999870181 134.906387329\n0.999882162 0.004910599 0.014544728 -0.535888195 -0.004989772 0.999972880 0.005412147 -1.923688293 -0.014517757 -0.005484084 0.999879599 136.272674561\n0.999901772 0.003962299 0.013445633 -0.524433732 -0.004034820 0.999977410 0.005370822 -1.940589428 -0.013424049 -0.005424545 0.999895155 137.621978760\n0.999923885 0.001866412 0.012197914 -0.503207803 -0.001941026 0.999979436 0.006107952 -1.955796361 -0.012186264 -0.006131164 0.999906957 139.005432129\n0.999935806 0.001227288 0.011265754 -0.494715780 -0.001297890 0.999979556 0.006261818 -1.971914530 -0.011257838 -0.006276038 0.999916911 140.357025146\n0.999952734 0.000483734 0.009711092 -0.476121187 -0.000543183 0.999981105 0.006120062 -1.988313913 -0.009707949 -0.006125047 0.999934137 141.724060059\n0.999962687 0.000643686 0.008617287 -0.472584546 -0.000689575 0.999985576 0.005323328 -1.999669194 -0.008613735 -0.005329071 0.999948680 143.078460693\n0.999967456 0.000340655 0.008057165 -0.466696560 -0.000382697 0.999986291 0.005217072 -2.023705482 -0.008055277 -0.005219986 0.999953926 144.453216553\n0.999972880 -0.002265066 0.007007637 -0.453249097 0.002244574 0.999993205 0.002930772 -2.041873455 -0.007014227 -0.002914963 0.999971151 145.814895630\n0.999956191 -0.007391456 0.005748104 -0.435654491 0.007375850 0.999969065 0.002731451 -2.064233780 -0.005768116 -0.002688934 0.999979734 147.184143066\n0.999876618 -0.014947281 0.004830264 -0.421909451 0.014921853 0.999874830 0.005258169 -2.084598780 -0.004908254 -0.005185444 0.999974489 148.538192749\n0.999750495 -0.022121221 0.003102075 -0.402438760 0.022099929 0.999733090 0.006737861 -2.097998381 -0.003250297 -0.006667624 0.999972463 149.897888184\n0.999691010 -0.024732919 0.002483409 -0.403813958 0.024724949 0.999689221 0.003190562 -2.113291979 -0.002561549 -0.003128174 0.999991834 151.254089355\n0.999723017 -0.023373967 0.002741204 -0.408376575 0.023374662 0.999726772 -0.000221482 -2.128115416 -0.002735278 0.000285495 0.999996245 152.605422974\n0.999792516 -0.020014629 0.003784878 -0.404233664 0.020022390 0.999797463 -0.002024086 -2.155699492 -0.003743601 0.002099448 0.999990761 153.973922729\n0.999797702 -0.019599099 0.004518041 -0.404999942 0.019609235 0.999805272 -0.002210087 -2.176439524 -0.004473845 0.002298235 0.999987364 155.330047607\n0.999713480 -0.023483163 0.004633811 -0.386866838 0.023474529 0.999722600 0.001908648 -2.214217901 -0.004677346 -0.001799324 0.999987423 156.699295044\n0.999595284 -0.027833544 0.005875023 -0.377431870 0.027809277 0.999604523 0.004172707 -2.228418350 -0.005988841 -0.004007638 0.999974012 158.042800903\n0.999482155 -0.031689767 0.005587874 -0.361494035 0.031659905 0.999484360 0.005354124 -2.243429899 -0.005754664 -0.005174440 0.999970078 159.413772583\n0.999449790 -0.032752179 0.005236217 -0.333945662 0.032725796 0.999451637 0.005047124 -2.254331350 -0.005398650 -0.004872988 0.999973536 160.770202637\n0.999494910 -0.031247001 0.005794818 -0.317964882 0.031214323 0.999496758 0.005646665 -2.267382383 -0.005968343 -0.005462931 0.999967277 162.143524170\n0.999619842 -0.026603086 0.007238771 -0.325823933 0.026567698 0.999634802 0.004941768 -2.286443472 -0.007367593 -0.004747572 0.999961615 163.486129761\n0.999706864 -0.022763822 0.008243744 -0.325213999 0.022742784 0.999737859 0.002636909 -2.303466320 -0.008301609 -0.002448650 0.999962568 164.841644287\n0.999761283 -0.019914286 0.008990706 -0.324062109 0.019895094 0.999799609 0.002219096 -2.322804451 -0.009033096 -0.002039695 0.999957144 166.203811646\n0.999797583 -0.017934222 0.009118408 -0.302939624 0.017903969 0.999833941 0.003388629 -2.341570854 -0.009177667 -0.003224687 0.999952674 167.583724976\n0.999830663 -0.016047025 0.009009494 -0.296615601 0.016023446 0.999868035 0.002683374 -2.353718758 -0.009051366 -0.002538556 0.999955833 168.953079224\n0.999866009 -0.014060820 0.008378688 -0.282577246 0.014057243 0.999901056 0.000485579 -2.379225254 -0.008384687 -0.000367733 0.999964774 170.339233398\n0.999917090 -0.009876185 0.008262452 -0.290750086 0.009896844 0.999947965 -0.002463119 -2.397655010 -0.008237695 0.002544687 0.999962807 171.693115234\n0.999957502 -0.005011356 0.007739232 -0.280882627 0.005039402 0.999980807 -0.003608711 -2.425182581 -0.007720999 0.003647559 0.999963522 173.078460693\n0.999966562 -0.000423664 0.008164643 -0.287897676 0.000444643 0.999996603 -0.002567781 -2.444908619 -0.008163529 0.002571325 0.999963343 174.455520630\n0.999958098 0.002568385 0.008787403 -0.285484284 -0.002562555 0.999996483 -0.000674652 -2.468043566 -0.008789105 0.000652106 0.999961138 175.844223022\n0.999959052 0.002853970 0.008584902 -0.278810501 -0.002868749 0.999994397 0.001709603 -2.491276026 -0.008579975 -0.001734161 0.999961674 177.222152710\n0.999970138 -0.000517511 0.007707427 -0.265421480 0.000497325 0.999996424 0.002620671 -2.510570765 -0.007708756 -0.002616760 0.999966860 178.626556396\n0.999978304 -0.003210422 0.005750791 -0.249380410 0.003193610 0.999990582 0.002930186 -2.530080557 -0.005760144 -0.002911757 0.999979198 180.025466919\n0.999987245 -0.003069062 0.004008484 -0.252230555 0.003074097 0.999994516 -0.001250521 -2.554447412 -0.004004624 0.001262828 0.999991179 181.405258179\n0.999996364 -0.001432097 0.002296500 -0.247073233 0.001444621 0.999984026 -0.005461292 -2.579336166 -0.002288642 0.005464589 0.999982476 182.810409546\n0.999991655 0.003509425 0.002088207 -0.267843574 -0.003496703 0.999975502 -0.006064944 -2.608648539 -0.002109440 0.006057592 0.999979436 184.211502075\n0.999978662 0.006340614 0.001589946 -0.264377028 -0.006332980 0.999968588 -0.004761557 -2.643066168 -0.001620087 0.004751387 0.999987423 185.625457764\n0.999962091 0.008544114 0.001666838 -0.269229442 -0.008541313 0.999962091 -0.001680893 -2.655446053 -0.001681137 0.001666592 0.999997199 187.040588379\n0.999955416 0.009202354 0.002128183 -0.276813388 -0.009203080 0.999957621 0.000331905 -2.683309078 -0.002125038 -0.000351476 0.999997675 188.454452515\n0.999959469 0.008785337 0.001978549 -0.272920489 -0.008787747 0.999960661 0.001212932 -2.702105999 -0.001967815 -0.001230270 0.999997318 189.888275146\n0.999974668 0.006875003 0.001849766 -0.267390192 -0.006878366 0.999974668 0.001818370 -2.722185135 -0.001837218 -0.001831047 0.999996662 191.336196899\n0.999989033 0.004291312 0.001873510 -0.261743098 -0.004295710 0.999988019 0.002349491 -2.740397215 -0.001863405 -0.002357514 0.999995470 192.790405273\n0.999996901 0.001683066 0.001839764 -0.255473197 -0.001687036 0.999996245 0.002158417 -2.756060839 -0.001836125 -0.002161514 0.999996006 194.226364136\n0.999996185 -0.001156448 0.002517672 -0.249564871 0.001147898 0.999993563 0.003394801 -2.781760693 -0.002521581 -0.003391898 0.999991059 195.676879883\n0.999980628 -0.005561155 0.002785351 -0.236167684 0.005547280 0.999972284 0.004964517 -2.798768759 -0.002812883 -0.004948970 0.999983788 197.137207031\n0.999962807 -0.008092222 0.002981171 -0.225004017 0.008078413 0.999956727 0.004615551 -2.811926603 -0.003018392 -0.004591296 0.999984920 198.587966919\n0.999976814 -0.005956601 0.003302120 -0.232023999 0.005955218 0.999982178 0.000428596 -2.828357458 -0.003304614 -0.000408921 0.999994457 200.023498535\n0.999992847 0.001743600 0.003358722 -0.229327440 -0.001727030 0.999986351 -0.004929959 -2.844889402 -0.003367272 0.004924123 0.999982178 201.472579956\n0.999931574 0.010522620 0.005111892 -0.252935052 -0.010497196 0.999932528 -0.004975217 -2.870931149 -0.005163899 0.004921217 0.999974549 202.910293579\n0.999804795 0.018694624 0.006396242 -0.266672790 -0.018685689 0.999824345 -0.001453808 -2.900654793 -0.006422298 0.001334006 0.999978483 204.361541748\n0.999789238 0.019353598 0.006852972 -0.255680919 -0.019358993 0.999812365 0.000721711 -2.921039581 -0.006837718 -0.000854226 0.999976277 205.831481934\n0.999833465 0.017050708 0.006503618 -0.266322076 -0.017061040 0.999853253 0.001536431 -2.949795961 -0.006476467 -0.001647134 0.999977648 207.257934570\n0.999885321 0.014193698 0.005277155 -0.261616945 -0.014201660 0.999898076 0.001474431 -2.968195677 -0.005255690 -0.001549206 0.999984980 208.711090088\n0.999923885 0.011670599 0.004008358 -0.244211227 -0.011674417 0.999931395 0.000930436 -2.990279198 -0.003997224 -0.000977161 0.999991536 210.201416016\n0.999916792 0.012358602 0.003693492 -0.247658119 -0.012359634 0.999923587 0.000256723 -3.008705139 -0.003690037 -0.000302351 0.999993145 211.666641235\n0.999899924 0.013724281 0.003428909 -0.255191892 -0.013725803 0.999905705 0.000420573 -3.032623291 -0.003422814 -0.000467595 0.999994040 213.116531372\n0.999878645 0.015190835 0.003456895 -0.261220753 -0.015195135 0.999883831 0.001221075 -3.052971125 -0.003437944 -0.001273455 0.999993265 214.577331543\n0.999889314 0.014512527 0.003280671 -0.275851339 -0.014515319 0.999894321 0.000828749 -3.081954718 -0.003268297 -0.000876277 0.999994278 216.032028198\n0.999897182 0.014035935 0.002941574 -0.275728822 -0.014036176 0.999901474 0.000061312 -3.105205774 -0.002940423 -0.000102594 0.999995649 217.501449585\n0.999912977 0.013007028 0.002198813 -0.267639488 -0.013006149 0.999915302 -0.000413817 -3.127727032 -0.002204009 0.000385183 0.999997497 218.965850830\n0.999911427 0.013182466 0.001830362 -0.274057508 -0.013181799 0.999913037 -0.000375711 -3.151034117 -0.001835156 0.000351550 0.999998271 220.445098877\n0.999906123 0.013595935 0.001712338 -0.279099584 -0.013594628 0.999907315 -0.000772449 -3.173732519 -0.001722682 0.000749098 0.999998212 221.926254272\n0.999906659 0.013575529 0.001552382 -0.288026869 -0.013574351 0.999907553 -0.000766776 -3.199722767 -0.001562647 0.000745632 0.999998510 223.407348633\n0.999895751 0.014382951 0.001288515 -0.297826678 -0.014381719 0.999896109 -0.000960543 -3.226052046 -0.001302197 0.000941912 0.999998689 224.898361206\n0.999902189 0.013934830 0.001174346 -0.313162357 -0.013933578 0.999902368 -0.001068362 -3.250917673 -0.001189119 0.001051895 0.999998748 226.367492676\n0.999895513 0.014445112 0.000504272 -0.311852038 -0.014444657 0.999895275 -0.000895787 -3.276825666 -0.000517159 0.000888409 0.999999464 227.873992920\n0.999905586 0.013741395 0.000202812 -0.303765565 -0.013741142 0.999904871 -0.001198597 -3.294655561 -0.000219263 0.001195697 0.999999285 229.401458740\n0.999925196 0.012204590 0.000826257 -0.352617770 -0.012203524 0.999924719 -0.001282898 -3.323337793 -0.000841852 0.001272719 0.999998808 230.868820190\n0.999933898 0.011457770 0.000947268 -0.362577081 -0.011456741 0.999933779 -0.001085387 -3.348561525 -0.000959641 0.001074462 0.999998987 232.364532471\n0.999948740 0.010016201 0.001464370 -0.386687785 -0.010015941 0.999949813 -0.000184685 -3.377068996 -0.001466147 0.000170009 0.999998927 233.867889404\n0.999955773 0.009318145 0.001263393 -0.391404539 -0.009318436 0.999956548 0.000224384 -3.407392502 -0.001261247 -0.000236147 0.999999166 235.388229370\n0.999943018 0.010600472 0.001259295 -0.396328896 -0.010600002 0.999943733 -0.000379766 -3.427684546 -0.001263250 0.000366396 0.999999106 236.883407593\n0.999938965 0.010968069 0.001339707 -0.390279204 -0.010966475 0.999939144 -0.001191264 -3.449188709 -0.001352691 0.001176500 0.999998391 238.406692505\n0.999920845 0.012449006 0.001811617 -0.393678099 -0.012448051 0.999922395 -0.000537212 -3.467917919 -0.001818164 0.000514618 0.999998212 239.914001465\n0.999918282 0.012504183 0.002659530 -0.398818851 -0.012509235 0.999919951 0.001891684 -3.499694109 -0.002635663 -0.001924798 0.999994695 241.427841187\n0.999918103 0.012443978 0.002982303 -0.392791122 -0.012450853 0.999919832 0.002298042 -3.520700455 -0.002953467 -0.002334986 0.999992907 242.950775146\n0.999915242 0.012612401 0.003231304 -0.386470050 -0.012614137 0.999920309 0.000517378 -3.541852474 -0.003224521 -0.000558094 0.999994636 244.476608276\n0.999904990 0.013249433 0.003803193 -0.390566170 -0.013246266 0.999911904 -0.000856664 -3.561205626 -0.003814208 0.000806205 0.999992430 245.996795654\n0.999893367 0.014017279 0.004092050 -0.393145680 -0.014015642 0.999901712 -0.000428543 -3.585119963 -0.004097654 0.000371145 0.999991536 247.530715942\n0.999906898 0.013092877 0.003841401 -0.390225738 -0.013096507 0.999913812 0.000921276 -3.619020224 -0.003829008 -0.000971500 0.999992192 249.070587158\n0.999901533 0.013483688 0.003887979 -0.400823921 -0.013488967 0.999908149 0.001334810 -3.640737057 -0.003869624 -0.001387123 0.999991536 250.610534668\n0.999898136 0.013736415 0.003869459 -0.408921719 -0.013742517 0.999904335 0.001554971 -3.672222614 -0.003847729 -0.001607988 0.999991298 252.139083862\n0.999877572 0.015075319 0.004185604 -0.413274437 -0.015083063 0.999884605 0.001825003 -3.692888021 -0.004157608 -0.001887912 0.999989569 253.666641235\n0.999857366 0.016215734 0.004725785 -0.425694734 -0.016223961 0.999866903 0.001707443 -3.716300964 -0.004697469 -0.001783870 0.999987364 255.204605103\n0.999857485 0.016308047 0.004368400 -0.425336063 -0.016317388 0.999864638 0.002111180 -3.743523359 -0.004333379 -0.002182160 0.999988258 256.742584229\n0.999876797 0.015080922 0.004353082 -0.421864539 -0.015091353 0.999883294 0.002373397 -3.768634319 -0.004316781 -0.002438798 0.999987721 258.306152344\n0.999904990 0.013129382 0.004199763 -0.413401335 -0.013141982 0.999909163 0.002986898 -3.786806107 -0.004160166 -0.003041807 0.999986708 259.869750977\n0.999928534 0.011114087 0.004406166 -0.414053351 -0.011130149 0.999931455 0.003637707 -3.810591936 -0.004365434 -0.003686488 0.999983668 261.431121826\n0.999943376 0.009736496 0.004289349 -0.405572444 -0.009749339 0.999948025 0.002983497 -3.836508751 -0.004260077 -0.003025147 0.999986351 262.988220215\n0.999953687 0.008871906 0.003735986 -0.397806048 -0.008878713 0.999958932 0.001809051 -3.854782104 -0.003719783 -0.001842138 0.999991357 264.558685303\n0.999965310 0.007236350 0.004130616 -0.389782846 -0.007250517 0.999967873 0.003425240 -3.872786283 -0.004105696 -0.003455070 0.999985576 266.115234375\n0.999972820 0.005405995 0.005014108 -0.400022179 -0.005432467 0.999971271 0.005280916 -3.895323753 -0.004985416 -0.005308011 0.999973476 267.674621582\n0.999980152 0.004139843 0.004749751 -0.382778943 -0.004161434 0.999980986 0.004544900 -3.913887501 -0.004730846 -0.004564576 0.999978364 269.241821289\n0.999976397 0.003979793 0.005605206 -0.390795201 -0.003998625 0.999986410 0.003352494 -3.932984829 -0.005591788 -0.003374828 0.999978662 270.786071777\n0.999970376 0.004328351 0.006363420 -0.388193339 -0.004348273 0.999985695 0.003120142 -3.955885887 -0.006349824 -0.003147720 0.999974906 272.339050293\n0.999956489 0.006275807 0.006901108 -0.376259804 -0.006297925 0.999975085 0.003187976 -3.979709387 -0.006880929 -0.003231300 0.999971092 273.898620605\n0.999934256 0.008288667 0.007921391 -0.368671685 -0.008310591 0.999961734 0.002738925 -3.999383450 -0.007898386 -0.002804577 0.999964893 275.460601807\n0.999918163 0.009287369 0.008795372 -0.359389156 -0.009309634 0.999953568 0.002493962 -4.026966095 -0.008771801 -0.002575640 0.999958217 277.016815186\n0.999902129 0.010323483 0.009442815 -0.346191853 -0.010344105 0.999944210 0.002137623 -4.050702572 -0.009420220 -0.002235092 0.999953151 278.567687988\n0.999889851 0.010758353 0.010223885 -0.336648911 -0.010775245 0.999940693 0.001598549 -4.080480099 -0.010206080 -0.001708538 0.999946475 280.127685547\n0.999892116 0.009800844 0.010941447 -0.321681559 -0.009814733 0.999951124 0.001216403 -4.105663776 -0.010928989 -0.001323659 0.999939382 281.679626465\n0.999887586 0.009348715 0.011723055 -0.307661057 -0.009367458 0.999954939 0.001544892 -4.128724098 -0.011708084 -0.001654534 0.999930084 283.250579834\n0.999891877 0.007888984 0.012408950 -0.289476603 -0.007924199 0.999964714 0.002791303 -4.153229237 -0.012386492 -0.002889332 0.999919116 284.796081543\n0.999899864 0.006846005 0.012384204 -0.266264349 -0.006884131 0.999971688 0.003038633 -4.175836563 -0.012363051 -0.003123584 0.999918699 286.354644775\n0.999904633 0.006359351 0.012260489 -0.248768300 -0.006370038 0.999979377 0.000832812 -4.210367680 -0.012254939 -0.000910832 0.999924481 287.921813965\n0.999920785 0.004804483 0.011632184 -0.226352826 -0.004790879 0.999987781 -0.001197026 -4.236193180 -0.011637794 0.001141203 0.999931633 289.487335205\n0.999932766 0.004773410 0.010565321 -0.211297110 -0.004760130 0.999987841 -0.001281722 -4.261015892 -0.010571311 0.001231344 0.999943376 291.057342529\n0.999944389 0.003784455 0.009844618 -0.199803382 -0.003770222 0.999991834 -0.001463905 -4.283467770 -0.009850077 0.001426707 0.999950469 292.638702393\n0.999950409 0.004044968 0.009101565 -0.198800907 -0.004026791 0.999989867 -0.002014555 -4.311848640 -0.009109621 0.001977805 0.999956548 294.199951172\n0.999957323 0.003811737 0.008417041 -0.192145139 -0.003793995 0.999990523 -0.002122812 -4.344099522 -0.008425053 0.002090787 0.999962330 295.775726318\n0.999962568 0.003645475 0.007846367 -0.189962536 -0.003632037 0.999991894 -0.001726346 -4.368464470 -0.007852597 0.001697783 0.999967754 297.366027832\n0.999972105 0.003075282 0.006807714 -0.181612045 -0.003064230 0.999993980 -0.001633252 -4.390943527 -0.006812696 0.001612346 0.999975502 298.955871582\n0.999980092 0.002664784 0.005724079 -0.181904495 -0.002663722 0.999996424 -0.000193237 -4.420094490 -0.005724573 0.000177986 0.999983609 300.532379150\n0.999980986 0.004010185 0.004684336 -0.166428730 -0.004016234 0.999991119 0.001282609 -4.452799320 -0.004679150 -0.001301398 0.999988198 302.125946045\n0.999974787 0.004626110 0.005389649 -0.163789570 -0.004633791 0.999988258 0.001413523 -4.475794792 -0.005383047 -0.001438462 0.999984503 303.730834961\n0.999968112 0.004940454 0.006275301 -0.162249759 -0.004947090 0.999987245 0.001042338 -4.494632244 -0.006270071 -0.001073350 0.999979794 305.363098145\n0.999972463 0.003391997 0.006604599 -0.160047784 -0.003397165 0.999993920 0.000771343 -4.514928341 -0.006601943 -0.000793759 0.999977887 306.982543945\n0.999975264 0.001757891 0.006814708 -0.163073212 -0.001758068 0.999998450 0.000020034 -4.544881821 -0.006814662 -0.000032014 0.999976754 308.576446533\n0.999975979 0.000117236 0.006926551 -0.149522588 -0.000102805 0.999997795 -0.002083761 -4.570382595 -0.006926781 0.002082999 0.999973834 310.199554443\n0.999980390 -0.000590179 0.006232691 -0.137156650 0.000608922 0.999995291 -0.003005757 -4.602068901 -0.006230887 0.003009493 0.999976039 311.828918457\n0.999993086 -0.000337719 0.003709285 -0.129501611 0.000351867 0.999992669 -0.003814205 -4.634910107 -0.003707969 0.003815483 0.999985874 313.467773438\n0.999998152 0.001115574 0.001580519 -0.131660506 -0.001110481 0.999994218 -0.003219585 -4.660431385 -0.001584102 0.003217824 0.999993563 315.111907959\n0.999997318 0.001972247 0.001224095 -0.131960705 -0.001972291 0.999998033 0.000034443 -4.688968658 -0.001224025 -0.000036857 0.999999225 316.765808105\n0.999998212 0.000874635 0.001684737 -0.132518724 -0.000880132 0.999994278 0.003265047 -4.714849472 -0.001681871 -0.003266524 0.999993265 318.423278809\n0.999998510 -0.000261808 0.001697680 -0.125330284 0.000255188 0.999992371 0.003898501 -4.734842777 -0.001698687 -0.003898062 0.999990940 320.067718506\n0.999997318 -0.001180639 0.001991308 -0.135530561 0.001175099 0.999995470 0.002780908 -4.756169796 -0.001994582 -0.002778561 0.999994159 321.718231201\n0.999995708 -0.002239176 0.001901269 -0.129282981 0.002233952 0.999993742 0.002745408 -4.773701668 -0.001907405 -0.002741149 0.999994397 323.358734131\n0.999994993 -0.002107578 0.002372141 -0.129428506 0.002100861 0.999993801 0.002830511 -4.798528671 -0.002378091 -0.002825513 0.999993205 325.012145996\n0.999993622 -0.001914705 0.003022382 -0.131017849 0.001906198 0.999994218 0.002814873 -4.819210529 -0.003027754 -0.002809094 0.999991477 326.642150879\n0.999993563 0.000057076 0.003582167 -0.140427992 -0.000063520 0.999998391 0.001798571 -4.841241837 -0.003582058 -0.001798787 0.999991953 328.269134521\n0.999991059 0.000518724 0.004193490 -0.133173510 -0.000523942 0.999999106 0.001243456 -4.873495102 -0.004192841 -0.001245642 0.999990463 329.929229736\n0.999986947 -0.000977468 0.005015939 -0.130866230 0.000960821 0.999994040 0.003320095 -4.896792412 -0.005019154 -0.003315232 0.999981880 331.566131592\n0.999986589 -0.001657335 0.004905517 -0.121246636 0.001638456 0.999991238 0.003849842 -4.917125702 -0.004911854 -0.003841753 0.999980569 333.196472168\n0.999983191 -0.003108610 0.004899440 -0.117126606 0.003095808 0.999991775 0.002618317 -4.940722466 -0.004907540 -0.002603105 0.999984562 334.824554443\n0.999987602 -0.001701740 0.004674228 -0.108002685 0.001689211 0.999994993 0.002683015 -4.961332321 -0.004678770 -0.002675086 0.999985456 336.446380615\n0.999988139 0.000074545 0.004872202 -0.119156003 -0.000077491 0.999999821 0.000604359 -4.987130165 -0.004872156 -0.000604729 0.999987960 338.066070557\n0.999990642 0.001753267 0.003952392 -0.113909170 -0.001744435 0.999996006 -0.002236821 -5.012712002 -0.003956298 0.002229905 0.999989688 339.689880371\n0.999991179 0.002958541 0.002991516 -0.107565455 -0.002952703 0.999993742 -0.001953991 -5.037537098 -0.002997278 0.001945140 0.999993622 341.326995850\n0.999992251 0.003531519 0.001748641 -0.107951365 -0.003534049 0.999992728 0.001445583 -5.064791203 -0.001743523 -0.001451751 0.999997437 342.945098877\n0.999987483 0.004826628 0.001338928 -0.122374162 -0.004832624 0.999978125 0.004512107 -5.096687794 -0.001317121 -0.004518521 0.999988914 344.562347412\n0.999987483 0.005006036 -0.000166079 -0.122875035 -0.005005447 0.999981761 0.003374920 -5.120132446 0.000182971 -0.003374046 0.999994278 346.179687500\n0.999986768 0.004828210 -0.001789749 -0.134233475 -0.004825009 0.999986768 0.001788536 -5.143869400 0.001798361 -0.001779877 0.999996781 347.779541016\n0.999988675 0.003109570 -0.003601894 -0.141913787 -0.003097704 0.999989748 0.003295398 -5.169005871 0.003612104 -0.003284203 0.999988079 349.400177002\n0.999987602 0.001744851 -0.004662661 -0.149712801 -0.001727895 0.999991894 0.003638007 -5.189497948 0.004668971 -0.003629906 0.999982536 351.014831543\n0.999985933 0.001810318 -0.004980370 -0.163224116 -0.001796871 0.999994755 0.002703039 -5.214924335 0.004985237 -0.002694052 0.999983966 352.625885010\n0.999984860 0.000990046 -0.005411625 -0.172808617 -0.000978524 0.999997258 0.002131409 -5.245937824 0.005413720 -0.002126081 0.999983072 354.245361328\n0.999984503 0.001243024 -0.005423152 -0.187434182 -0.001233089 0.999997556 0.001834782 -5.267160416 0.005425419 -0.001828066 0.999983609 355.857879639\n0.999986708 0.000768655 -0.005093509 -0.209681958 -0.000760465 0.999998391 0.001609620 -5.291823864 0.005094738 -0.001605725 0.999985754 357.469299316\n0.999986291 0.000634448 -0.005196008 -0.222277716 -0.000629381 0.999999344 0.000976752 -5.317496300 0.005196624 -0.000973468 0.999986053 359.067413330\n0.999987006 0.000227602 -0.005097318 -0.241919592 -0.000227066 0.999999940 0.000105851 -5.335549355 0.005097342 -0.000104692 0.999987006 360.696502686\n0.999986291 -0.000535387 -0.005210974 -0.248739511 0.000538930 0.999999642 0.000678584 -5.375306129 0.005210608 -0.000681383 0.999986172 362.281799316\n0.999985456 0.000003153 -0.005390523 -0.255377352 -0.000005098 0.999999940 -0.000360842 -5.399282455 0.005390521 0.000360864 0.999985397 363.892425537\n0.999983490 -0.001699795 -0.005492363 -0.264975697 0.001692537 0.999997675 -0.001325905 -5.434355259 0.005494604 0.001316587 0.999984026 365.482452393\n0.999981046 -0.003303219 -0.005200000 -0.284644693 0.003306419 0.999994338 0.000606981 -5.462913990 0.005197965 -0.000624163 0.999986291 367.086090088\n0.999972761 -0.005237374 -0.005205478 -0.291517705 0.005245121 0.999985158 0.001475663 -5.488219261 0.005197672 -0.001502926 0.999985337 368.691772461\n0.999974668 -0.005001100 -0.005067411 -0.309218228 0.005003408 0.999987364 0.000442704 -5.516620636 0.005065133 -0.000468048 0.999987066 370.310760498\n0.999980807 -0.003820329 -0.004882319 -0.320835620 0.003818942 0.999992669 -0.000293313 -5.540338039 0.004883404 0.000274662 0.999988019 371.925109863\n0.999988139 -0.002567776 -0.004134125 -0.346323818 0.002571529 0.999996305 0.000902630 -5.568954468 0.004131792 -0.000913250 0.999991059 373.544555664\n0.999994755 -0.000763412 -0.003147528 -0.365906030 0.000769354 0.999997914 0.001887146 -5.593579292 0.003146081 -0.001889558 0.999993265 375.149932861\n0.999994576 -0.000708522 -0.003210355 -0.372594595 0.000714139 0.999998212 0.001748835 -5.625128269 0.003209110 -0.001751118 0.999993324 376.771545410\n0.999994993 -0.000616046 -0.003103927 -0.384570539 0.000618527 0.999999464 0.000798260 -5.647168636 0.003103433 -0.000800176 0.999994874 378.392486572\n0.999995708 -0.000647316 -0.002867525 -0.398183882 0.000648941 0.999999642 0.000565938 -5.673922539 0.002867158 -0.000567797 0.999995708 380.011718750\n0.999997497 -0.000146094 -0.002220576 -0.410078317 0.000146829 0.999999940 0.000330944 -5.699602127 0.002220528 -0.000331269 0.999997497 381.642456055\n0.999996841 0.001145404 -0.002238175 -0.417088360 -0.001144130 0.999999166 0.000570582 -5.721881866 0.002238827 -0.000568020 0.999997318 383.281463623\n0.999993682 0.003033241 -0.001861254 -0.423160017 -0.003030958 0.999994636 0.001228089 -5.748516083 0.001864970 -0.001222439 0.999997497 384.912902832\n0.999993980 0.002925499 -0.001857261 -0.426067889 -0.002924614 0.999995589 0.000478888 -5.760582447 0.001858654 -0.000473453 0.999998152 386.542968750\n0.999990642 0.003982790 -0.001679407 -0.433688700 -0.003983839 0.999991894 -0.000621882 -5.778891563 0.001676917 0.000628567 0.999998391 388.186737061\n0.999990344 0.004285589 -0.000962626 -0.455591977 -0.004285730 0.999990821 -0.000144508 -5.814277172 0.000961998 0.000148632 0.999999523 389.805419922\n0.999984622 0.005466906 -0.000947524 -0.459986091 -0.005466106 0.999984682 0.000844796 -5.839494228 0.000952128 -0.000839604 0.999999166 391.453247070\n0.999977767 0.006591817 -0.000987225 -0.461035728 -0.006590895 0.999977827 0.000934186 -5.860645771 0.000993361 -0.000927658 0.999999106 393.115234375\n0.999977529 0.006660409 -0.000746124 -0.462483406 -0.006659938 0.999977648 0.000631446 -5.885424137 0.000750313 -0.000626463 0.999999523 394.763610840\n0.999977112 0.006702901 -0.000905824 -0.463760734 -0.006701864 0.999976873 0.001144006 -5.912880898 0.000913471 -0.001137909 0.999998927 396.413116455\n0.999975026 0.007053768 -0.000430423 -0.470899552 -0.007053277 0.999974489 0.001133269 -5.931453705 0.000438406 -0.001130205 0.999999285 398.048736572\n0.999980032 0.006266400 -0.000808801 -0.465946019 -0.006266125 0.999980330 0.000341737 -5.956102848 0.000810927 -0.000336663 0.999999642 399.697296143\n0.999978960 0.006402208 -0.001053527 -0.462543905 -0.006403294 0.999978960 -0.001031636 -5.974747658 0.001046901 0.001038361 0.999998927 401.354736328\n0.999983966 0.005552091 -0.001109049 -0.457817942 -0.005552916 0.999984324 -0.000742245 -6.010688782 0.001104911 0.000748392 0.999999106 403.007843018\n0.999989331 0.004535615 -0.000842233 -0.462866783 -0.004534863 0.999989331 0.000893332 -6.041193008 0.000846275 -0.000889503 0.999999225 404.662689209\n0.999993622 0.003543536 -0.000409811 -0.476756275 -0.003542538 0.999990821 0.002410128 -6.071669579 0.000418348 -0.002408661 0.999997020 406.305236816\n0.999998748 0.001591010 -0.000109004 -0.480574787 -0.001590841 0.999997556 0.001534497 -6.089879036 0.000111445 -0.001534322 0.999998808 407.966461182\n0.999999940 -0.000068188 -0.000294997 -0.477891266 0.000068411 0.999999702 0.000755279 -6.117122650 0.000294946 -0.000755300 0.999999642 409.627258301\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_30/2011_09_30_drive_0018_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999997675 -0.001551228 -0.001515225 -0.001556618 0.001549846 0.999998391 -0.000913087 -0.009294407 0.001516639 0.000910737 0.999998450 0.574205220\n0.999994636 -0.002050952 -0.002550540 -0.008291363 0.002044935 0.999995112 -0.002359712 -0.018520968 0.002555368 0.002354483 0.999993980 1.140202761\n0.999986112 -0.002591158 -0.004588396 -0.009309241 0.002574646 0.999990225 -0.003600712 -0.032428946 0.004597681 0.003588849 0.999983013 1.716534853\n0.999969721 -0.004494700 -0.006356510 -0.018617041 0.004460225 0.999975324 -0.005427405 -0.046300117 0.006380748 0.005398889 0.999965072 2.275701284\n0.999948263 -0.006605817 -0.007736122 -0.025940666 0.006548114 0.999950707 -0.007460608 -0.056484152 0.007785024 0.007409565 0.999942243 2.836683989\n0.999929011 -0.007795974 -0.009011085 -0.034181941 0.007721451 0.999935925 -0.008275655 -0.065706506 0.009075025 0.008205489 0.999925137 3.412975550\n0.999912858 -0.007839488 -0.010624203 -0.038748696 0.007759768 0.999941587 -0.007524209 -0.082280159 0.010682568 0.007441111 0.999915242 4.001575470\n0.999897361 -0.008456492 -0.011565099 -0.053258967 0.008364451 0.999933124 -0.007983911 -0.095439896 0.011631842 0.007886356 0.999901235 4.593674660\n0.999884963 -0.007773413 -0.013023978 -0.057524633 0.007634569 0.999913871 -0.010676602 -0.112777479 0.013105850 0.010575941 0.999858201 5.194368839\n0.999880493 -0.005988396 -0.014250687 -0.070847891 0.005784086 0.999880493 -0.014335122 -0.132773399 0.014334829 0.014250983 0.999795675 5.799551010\n0.999873340 -0.004673008 -0.015215302 -0.091656946 0.004400648 0.999830365 -0.017884957 -0.145815060 0.015296297 0.017815733 0.999724269 6.413988590\n0.999853969 -0.002889864 -0.016844513 -0.096831910 0.002584298 0.999832213 -0.018133977 -0.156297639 0.016894091 0.018087797 0.999693692 7.050070763\n0.999839008 -0.000255198 -0.017942695 -0.118054427 0.000052080 0.999935925 -0.011319895 -0.170124918 0.017944435 0.011317139 0.999774933 7.710103035\n0.999824703 0.000266761 -0.018722504 -0.136506677 -0.000277041 0.999999821 -0.000546455 -0.186367765 0.018722355 0.000551546 0.999824584 8.378854752\n0.999814928 0.001565354 -0.019175004 -0.157397375 -0.001445643 0.999979377 0.006255325 -0.201595798 0.019184399 -0.006226447 0.999796569 9.054352760\n0.999778807 0.003628863 -0.020716831 -0.170643523 -0.003522093 0.999980330 0.005187968 -0.212987408 0.020735249 -0.005113854 0.999771953 9.744279861\n0.999760270 0.005699991 -0.021140330 -0.202854082 -0.005737445 0.999982059 -0.001711464 -0.223535329 0.021130195 0.001832345 0.999775052 10.441782951\n0.999735773 0.005322613 -0.022362748 -0.218845785 -0.005506738 0.999951363 -0.008180048 -0.221983045 0.022318121 0.008301033 0.999716461 11.150522232\n0.999715745 0.003195810 -0.023627389 -0.233387858 -0.003352683 0.999972582 -0.006602833 -0.225440308 0.023605639 0.006680171 0.999699056 11.895711899\n0.999718666 0.002372030 -0.023599334 -0.259164870 -0.002304929 0.999993205 0.002870128 -0.239155725 0.023605982 -0.002814926 0.999717355 12.662642479\n0.999711335 0.001910036 -0.023949793 -0.280811787 -0.001668101 0.999947429 0.010117662 -0.242904708 0.023967858 -0.010074791 0.999661982 13.444583893\n0.999691129 0.000858494 -0.024837185 -0.299586177 -0.000539736 0.999917448 0.012837738 -0.249369085 0.024846155 -0.012820368 0.999609053 14.233534813\n0.999694347 -0.001135439 -0.024696851 -0.321616769 0.001425910 0.999929965 0.011747058 -0.246659532 0.024681784 -0.011778682 0.999625981 15.043875694\n0.999709070 -0.001459088 -0.024074985 -0.347259015 0.001689782 0.999952853 0.009564730 -0.248998418 0.024059894 -0.009602630 0.999664426 15.868498802\n0.999716282 0.001381178 -0.023777941 -0.373848855 -0.001237725 0.999980927 0.006046670 -0.249167860 0.023785841 -0.006015524 0.999698997 16.720443726\n0.999728322 -0.001634570 -0.023250889 -0.370916098 0.001643038 0.999998569 0.000345132 -0.254558414 0.023250293 -0.000383241 0.999729574 17.529678345\n0.999727547 -0.004570713 -0.022890430 -0.380142123 0.004430616 0.999971151 -0.006167336 -0.261859864 0.022917960 0.006064237 0.999718964 18.407747269\n0.999761164 -0.003332142 -0.021599684 -0.404943943 0.003083985 0.999928951 -0.011512038 -0.274096042 0.021636508 0.011442675 0.999700427 19.301418304\n0.999757588 -0.001941512 -0.021932928 -0.422787338 0.001677272 0.999925852 -0.012059595 -0.292349726 0.021954715 0.012019884 0.999686718 20.218133926\n0.999744594 -0.001694243 -0.022534896 -0.430189312 0.001432524 0.999931395 -0.011625026 -0.313709944 0.022553045 0.011589776 0.999678493 21.106002808\n0.999748707 -0.000045532 -0.022418251 -0.458630145 -0.000249487 0.999913394 -0.013156789 -0.333971143 0.022416910 0.013159076 0.999662101 22.040779114\n0.999746978 0.002505972 -0.022354849 -0.481012315 -0.002847738 0.999879360 -0.015269516 -0.355162382 0.022313887 0.015329313 0.999633491 22.994930267\n0.999733329 0.006172880 -0.022251487 -0.519163430 -0.006527294 0.999852419 -0.015890412 -0.381802171 0.022150114 0.016031418 0.999626100 23.972620010\n0.999722660 0.007830604 -0.022210963 -0.550735950 -0.008180516 0.999843180 -0.015707154 -0.409540325 0.022084484 0.015884494 0.999629915 24.943994522\n0.999717951 0.007987749 -0.022365661 -0.578368723 -0.008343763 0.999839246 -0.015870096 -0.435470581 0.022235300 0.016052233 0.999623895 25.928199768\n0.999707580 0.008360947 -0.022689961 -0.600184381 -0.008714424 0.999841511 -0.015524705 -0.465447068 0.022556564 0.015717896 0.999621987 26.918415070\n0.999694169 0.009208867 -0.022950804 -0.630063832 -0.009544070 0.999848783 -0.014538755 -0.494275868 0.022813447 0.014753353 0.999630868 27.932338715\n0.999677241 0.010512000 -0.023128210 -0.665701807 -0.010803179 0.999863505 -0.012501019 -0.525699556 0.022993641 0.012746842 0.999654353 28.942871094\n0.999668062 0.011060911 -0.023267880 -0.696412742 -0.011321464 0.999874353 -0.011096193 -0.554201841 0.023142222 0.011355937 0.999667704 29.958478928\n0.999656677 0.010799218 -0.023871450 -0.717440963 -0.011094468 0.999863148 -0.012270688 -0.578625441 0.023735669 0.012531317 0.999639750 30.987173080\n0.999639690 0.012375145 -0.023820272 -0.754451811 -0.012692503 0.999832094 -0.013218223 -0.605396807 0.023652693 0.013515799 0.999628842 32.027622223\n0.999643326 0.011312828 -0.024190901 -0.784032524 -0.011615452 0.999855578 -0.012406096 -0.633075416 0.024047058 0.012682660 0.999630392 33.053607941\n0.999635816 0.010561810 -0.024833532 -0.810311854 -0.010812404 0.999891758 -0.009978396 -0.655502498 0.024725454 0.010243272 0.999641776 34.100090027\n0.999617636 0.010913286 -0.025406951 -0.845401406 -0.011068923 0.999920785 -0.005993238 -0.682413995 0.025339533 0.006272173 0.999659240 35.154895782\n0.999606490 0.010827427 -0.025878163 -0.878452659 -0.010925936 0.999933600 -0.003668271 -0.707705975 0.025836727 0.003949570 0.999658346 36.226696014\n0.999593854 0.010736941 -0.026398778 -0.910137773 -0.010817242 0.999937296 -0.002900884 -0.729016840 0.026365977 0.003185268 0.999647260 37.297744751\n0.999589443 0.010138012 -0.026798416 -0.942796707 -0.010259809 0.999937654 -0.004411318 -0.748252809 0.026752023 0.004684454 0.999631107 38.372814178\n0.999568880 0.011011092 -0.027216922 -0.985823154 -0.011153393 0.999924898 -0.005082148 -0.767679155 0.027158918 0.005383518 0.999616623 39.462097168\n0.999547362 0.010663575 -0.028131232 -1.018421769 -0.010776475 0.999934435 -0.003864783 -0.786590099 0.028088175 0.004166189 0.999596775 40.548080444\n0.999530733 0.010670650 -0.028712329 -1.057325840 -0.010727748 0.999940753 -0.001835357 -0.806130111 0.028691044 0.002142514 0.999586046 41.626224518\n0.999516845 0.010402878 -0.029288353 -1.097330809 -0.010390244 0.999945879 0.000583515 -0.829913318 0.029292839 -0.000278920 0.999570847 42.726078033\n0.999485254 0.011500409 -0.029949415 -1.129474282 -0.011489927 0.999933839 0.000522070 -0.851957560 0.029953437 -0.000177685 0.999551296 43.813686371\n0.999458611 0.012987632 -0.030229723 -1.178113937 -0.013099096 0.999908090 -0.003492108 -0.870908976 0.030181590 0.003886199 0.999536872 44.879550934\n0.999452770 0.014408328 -0.029775741 -1.226693153 -0.014631336 0.999866426 -0.007285329 -0.893129408 0.029666793 0.007717001 0.999530077 45.962326050\n0.999440968 0.014548677 -0.030101961 -1.249848247 -0.014781876 0.999862313 -0.007538966 -0.921516180 0.029988134 0.007979714 0.999518394 47.074596405\n0.999428213 0.015483110 -0.030058416 -1.285613775 -0.015639329 0.999865353 -0.004969035 -0.943451703 0.029977433 0.005436287 0.999535799 48.163368225\n0.999444783 0.015566976 -0.029458174 -1.332113743 -0.015654325 0.999873698 -0.002736931 -0.967386842 0.029411849 0.003196559 0.999562263 49.245567322\n0.999459803 0.013729861 -0.029858740 -1.357120633 -0.013775891 0.999904215 -0.001336413 -0.994888783 0.029837530 0.001747022 0.999553263 50.355377197\n0.999477148 0.013817192 -0.029232869 -1.393363237 -0.013895812 0.999900341 -0.002488008 -1.016263962 0.029195579 0.002892921 0.999569535 51.439521790\n0.999494791 0.012704163 -0.029133946 -1.424603105 -0.012830116 0.999909103 -0.004140379 -1.034955621 0.029078698 0.004512080 0.999566913 52.527168274\n0.999511600 0.012805873 -0.028504822 -1.462872148 -0.012977932 0.999898612 -0.005859329 -1.061090708 0.028426899 0.006226401 0.999576509 53.602001190\n0.999515951 0.012078234 -0.028670739 -1.513854861 -0.012335104 0.999885201 -0.008799424 -1.092487335 0.028561167 0.009148821 0.999550164 54.751071930\n0.999526262 0.010363733 -0.028979873 -1.541889429 -0.010720804 0.999868214 -0.012193223 -1.119389176 0.028849686 0.012498135 0.999505639 55.839084625\n0.999554276 0.009080848 -0.028438797 -1.579800844 -0.009476663 0.999859691 -0.013814409 -1.154212117 0.028309360 0.014077757 0.999500096 56.922885895\n0.999578595 0.006927475 -0.028188905 -1.611839890 -0.007248456 0.999909878 -0.011300544 -1.186299920 0.028108081 0.011500109 0.999538720 58.022403717\n0.999594212 0.005186733 -0.028010100 -1.644174457 -0.005339659 0.999971211 -0.005387636 -1.209898472 0.027981350 0.005535014 0.999593139 59.116260529\n0.999605715 0.004406283 -0.027730661 -1.678103209 -0.004401679 0.999990284 0.000227069 -1.232535005 0.027731391 -0.000104918 0.999615431 60.221248627\n0.999621093 0.002514394 -0.027409723 -1.708039165 -0.002487443 0.999996364 0.001017343 -1.253279448 0.027412182 -0.000948777 0.999623775 61.313846588\n0.999624372 -0.000686638 -0.027397126 -1.735797763 0.000631354 0.999997735 -0.002026474 -1.271263599 0.027398456 0.002008416 0.999622583 62.405830383\n0.999609292 -0.002216973 -0.027863493 -1.762561679 0.002068718 0.999983549 -0.005348465 -1.288736463 0.027874893 0.005288734 0.999597430 63.499866486\n0.999624491 0.000193586 -0.027400972 -1.804043651 -0.000446733 0.999957263 -0.009232784 -1.319227219 0.027398014 0.009241558 0.999581873 64.592384338\n0.999622285 0.000396563 -0.027480267 -1.830585837 -0.000771721 0.999906659 -0.013642671 -1.342643380 0.027472291 0.013658724 0.999529243 65.682144165\n0.999639869 0.003275970 -0.026634695 -1.873402596 -0.003650881 0.999894798 -0.014039605 -1.375958920 0.026585899 0.014131789 0.999546647 66.784278870\n0.999639332 0.006855226 -0.025964493 -1.909426928 -0.007134302 0.999917626 -0.010671039 -1.401777983 0.025889201 0.010852429 0.999605894 67.890815735\n0.999632657 0.008168014 -0.025842566 -1.944570780 -0.008389859 0.999928772 -0.008487744 -1.428050518 0.025771398 0.008701442 0.999629974 68.983512878\n0.999635637 0.008140864 -0.025735108 -1.980406404 -0.008336200 0.999937177 -0.007492132 -1.465485454 0.025672499 0.007703935 0.999640703 70.089759827\n0.999649286 0.006601450 -0.025646228 -2.008176327 -0.006781030 0.999953032 -0.006921520 -1.487938046 0.025599333 0.007093000 0.999647141 71.193916321\n0.999643207 0.005917291 -0.026045891 -2.036841393 -0.006059294 0.999967217 -0.005376490 -1.515604496 0.026013222 0.005532391 0.999646306 72.290046692\n0.999644041 0.003699227 -0.026421553 -2.070855141 -0.003792745 0.999986708 -0.003490211 -1.539582014 0.026408290 0.003589178 0.999644816 73.394081116\n0.999626756 0.002237313 -0.027228246 -2.097862244 -0.002291678 0.999995470 -0.001965586 -1.558546543 0.027223725 0.002027251 0.999627292 74.493560791\n0.999611795 0.001770588 -0.027804669 -2.130463839 -0.001861193 0.999993026 -0.003233065 -1.584958792 0.027798750 0.003283560 0.999608159 75.581306458\n0.999603212 0.002393495 -0.028065873 -2.175638437 -0.002584085 0.999973834 -0.006756494 -1.620297909 0.028048968 0.006826338 0.999583244 76.678901672\n0.999577224 0.003084044 -0.028911775 -2.209408998 -0.003342609 0.999954820 -0.008899193 -1.645724535 0.028883023 0.008992071 0.999542356 77.755546570\n0.999550343 0.005048710 -0.029557640 -2.243724585 -0.005254788 0.999962389 -0.006898530 -1.676581502 0.029521700 0.007050748 0.999539256 78.842025757\n0.999527633 0.005657903 -0.030206658 -2.282476664 -0.005755800 0.999978483 -0.003154926 -1.696061254 0.030188156 0.003327300 0.999538720 79.923027039\n0.999508023 0.007273749 -0.030509325 -2.323893070 -0.007243237 0.999973178 0.001110475 -1.718153119 0.030516583 -0.000888943 0.999533892 81.006057739\n0.999477267 0.008354412 -0.031232124 -2.362401962 -0.008307600 0.999964178 0.001628307 -1.737471938 0.031244610 -0.001367992 0.999510825 82.081588745\n0.999468565 0.007725149 -0.031669632 -2.402790070 -0.007732425 0.999970078 -0.000107288 -1.760823727 0.031667855 0.000352114 0.999498367 83.155021667\n0.999451697 0.008033209 -0.032120686 -2.438830137 -0.008071011 0.999966860 -0.001047397 -1.779038310 0.032111209 0.001306069 0.999483466 84.221252441\n0.999453187 0.006786183 -0.032361537 -2.484150648 -0.006820980 0.999976277 -0.000965001 -1.800029039 0.032354221 0.001185211 0.999475777 85.273139954\n0.999417543 0.006002052 -0.033593614 -2.518921375 -0.006034142 0.999981403 -0.000853957 -1.827063918 0.033587866 0.001056168 0.999435186 86.314521790\n0.999418855 0.004701179 -0.033761036 -2.562258482 -0.004680901 0.999988794 0.000679649 -1.848445773 0.033763852 -0.000521222 0.999429703 87.334739685\n0.999379814 0.004762463 -0.034889095 -2.596337557 -0.004642897 0.999983072 0.003507238 -1.871162891 0.034905206 -0.003343077 0.999385059 88.346183777\n0.999354362 0.003965893 -0.035709266 -2.628937960 -0.003810753 0.999983013 0.004411547 -1.895294785 0.035726152 -0.004272619 0.999352455 89.335975647\n0.999273479 0.003124404 -0.037983045 -2.662462711 -0.002943745 0.999984086 0.004811307 -1.913823724 0.037997477 -0.004695999 0.999266803 90.303863525\n0.999154389 0.002346905 -0.041049264 -2.711094856 -0.002203468 0.999991298 0.003539155 -1.928106785 0.041057214 -0.003445712 0.999150872 91.248283386\n0.999008238 0.002448050 -0.044457719 -2.757678509 -0.002322444 0.999993145 0.002876718 -1.949136734 0.044464458 -0.002770615 0.999007106 92.165374756\n0.998874128 0.001768755 -0.047405906 -2.811335802 -0.001616852 0.999993443 0.003242470 -1.970486403 0.047411330 -0.003162171 0.998870432 93.066337585\n0.998707354 0.002820320 -0.050750569 -2.855953455 -0.002602409 0.999987125 0.004359337 -1.986827135 0.050762210 -0.004221628 0.998701870 93.943252563\n0.998573720 0.003819455 -0.053253755 -2.915671587 -0.003532938 0.999978781 0.005473321 -2.006202221 0.053273533 -0.005277373 0.998566031 94.787773132\n0.998392403 0.004956392 -0.056462903 -2.960700035 -0.004580877 0.999966562 0.006778135 -2.017283440 0.056494609 -0.006508589 0.998381674 95.608947754\n0.998232484 0.006489314 -0.059074979 -3.020271540 -0.006035394 0.999950886 0.007858989 -2.034965277 0.059123080 -0.007488557 0.998222589 96.405212402\n0.998042583 0.008474232 -0.061961286 -3.065531254 -0.007972712 0.999933481 0.008336861 -2.050388098 0.062027812 -0.007826542 0.998043716 97.165779114\n0.997865260 0.010314151 -0.064486459 -3.125658751 -0.009873977 0.999925733 0.007140824 -2.064567566 0.064555317 -0.006488842 0.997893035 97.907592773\n0.997669220 0.011831327 -0.067201905 -3.177716970 -0.011629382 0.999926627 0.003395479 -2.078905582 0.067237146 -0.002606048 0.997733593 98.609199524\n0.997472763 0.014190905 -0.069618516 -3.235268593 -0.014235566 0.999898672 -0.000145404 -2.094277143 0.069609396 0.001136096 0.997573674 99.280235291\n0.997298002 0.015874481 -0.071726307 -3.283469915 -0.016124235 0.999865770 -0.002904334 -2.105464220 0.071670569 0.004053019 0.997420132 99.919021606\n0.997214675 0.018060772 -0.072365038 -3.339479208 -0.018406969 0.999822080 -0.004119939 -2.117205143 0.072277755 0.005440484 0.997369707 100.534790039\n0.997229040 0.020188369 -0.071601048 -3.390116215 -0.020483259 0.999784470 -0.003386581 -2.140816927 0.071517244 0.004843819 0.997427583 101.129829407\n0.997339606 0.024099501 -0.068796173 -3.433689117 -0.024291430 0.999702990 -0.001954505 -2.154073715 0.068728641 0.003620463 0.997628808 101.704536438\n0.997677267 0.026570946 -0.062721699 -3.478780508 -0.026653960 0.999644578 -0.000487058 -2.167789698 0.062686466 0.002157709 0.998030961 102.242408752\n0.998075366 0.027547251 -0.055558510 -3.504204512 -0.027512547 0.999620497 0.001389557 -2.180473328 0.055575702 0.000141674 0.998454452 102.770256042\n0.998571217 0.027375940 -0.045891773 -3.524062395 -0.027210491 0.999620795 0.004226159 -2.197485924 0.045990065 -0.002971383 0.998937488 103.268409729\n0.999045253 0.027001536 -0.034342993 -3.528701544 -0.026842007 0.999626696 0.005097821 -2.204081535 0.034467824 -0.004171120 0.999397099 103.749420166\n0.999438882 0.026219433 -0.020844501 -3.530715227 -0.026112776 0.999644578 0.005372674 -2.218139410 0.020977959 -0.004825352 0.999768317 104.208251953\n0.999644101 0.026055699 -0.005720274 -3.525317669 -0.026030460 0.999651253 0.004443090 -2.226732731 0.005834047 -0.004292608 0.999973774 104.647750854\n0.999619424 0.024661886 0.012361389 -3.505487680 -0.024681782 0.999694288 0.001459495 -2.239699125 -0.012321616 -0.001764040 0.999922514 105.081420898\n0.999144912 0.023948189 0.033703111 -3.480110645 -0.023859408 0.999710739 -0.003033994 -2.253823280 -0.033766020 0.002227263 0.999427259 105.491729736\n0.998089314 0.021991517 0.057741933 -3.430700064 -0.021568123 0.999735832 -0.007945600 -2.262610912 -0.057901412 0.006685033 0.998299897 105.899398804\n0.996176243 0.019824136 0.085087337 -3.376839638 -0.018968271 0.999761164 -0.010855448 -2.271916628 -0.085282214 0.009199980 0.996314347 106.307228088\n0.993229985 0.017264199 0.114874721 -3.300098181 -0.015997903 0.999800801 -0.011936162 -2.286848068 -0.115057908 0.010017599 0.993308246 106.707038879\n0.988952756 0.015006015 0.147469386 -3.217326403 -0.013061778 0.999814630 -0.014143635 -2.294307709 -0.147654295 0.012061175 0.988965511 107.090431213\n0.982958198 0.012644889 0.183393657 -3.125658989 -0.009971151 0.999830246 -0.015494084 -2.310585260 -0.183558449 0.013401391 0.982917428 107.459465027\n0.975132048 0.009363062 0.221426889 -3.013729095 -0.006010486 0.999856949 -0.015809756 -2.325338125 -0.221543252 0.014085717 0.975048840 107.805953979\n0.965076506 0.006937409 0.261876285 -2.911597729 -0.002717220 0.999860585 -0.016473876 -2.343253374 -0.261954069 0.015186976 0.964960814 108.106468201\n0.952832282 0.007857668 0.303395569 -2.770441532 -0.002704493 0.999844909 -0.017401448 -2.359201431 -0.303485274 0.015760129 0.952705801 108.453536987\n0.937536061 0.009951477 0.347745806 -2.626021147 -0.004056554 0.999835551 -0.017675769 -2.375042677 -0.347864509 0.015161022 0.937422216 108.773025513\n0.919669569 0.010702085 0.392547250 -2.461511374 -0.004487281 0.999849677 -0.016746165 -2.381856680 -0.392667472 0.013639470 0.919579387 109.092872620\n0.899513721 0.009519299 0.436788768 -2.270520687 -0.002955649 0.999872327 -0.015704241 -2.392265558 -0.436882496 0.012835186 0.899426997 109.408836365\n0.876344144 0.008515645 0.481610298 -2.074063778 -0.000686601 0.999864757 -0.016429871 -2.404793739 -0.481685072 0.014067547 0.876231492 109.701614380\n0.851328433 0.008427127 0.524565399 -1.858093262 0.001429829 0.999830008 -0.018382739 -2.421931982 -0.524631143 0.016399788 0.851171672 109.979545593\n0.823316455 0.010903849 0.567477882 -1.642847061 0.002022376 0.999752760 -0.022143966 -2.432062149 -0.567579031 0.019379146 0.823090851 110.249420166\n0.791616440 0.015968781 0.610809684 -1.407041550 0.000628797 0.999636590 -0.026949057 -2.447643042 -0.611018062 0.021717392 0.791318715 110.552902222\n0.757287502 0.022391163 0.652697682 -1.152996063 -0.003186601 0.999526858 -0.030592106 -2.463136673 -0.653073907 0.021087132 0.757000566 110.815292358\n0.720011115 0.026945258 0.693439245 -0.877042770 -0.004587630 0.999408901 -0.034071025 -2.465573788 -0.693947375 0.021350276 0.719709158 111.061370850\n0.680500031 0.027345283 0.732237637 -0.583110809 -0.002796160 0.999393046 -0.034723561 -2.484157562 -0.732742727 0.021581931 0.680163443 111.286117554\n0.640582740 0.024710242 0.767491519 -0.262655258 0.001813555 0.999430656 -0.033691455 -2.491693497 -0.767887056 0.022974053 0.640173197 111.476379395\n0.594740868 0.023323014 0.803579092 0.055229187 0.002186179 0.999528468 -0.030628256 -2.511146784 -0.803914547 0.019972643 0.594409406 111.702262878\n0.548082054 0.021974456 0.836135864 0.398544312 0.003586848 0.999583900 -0.028621186 -2.516724586 -0.836416841 0.018685851 0.547775149 111.888809204\n0.499958396 0.019056797 0.865839779 0.759609222 0.005931098 0.999659061 -0.025426881 -2.527979851 -0.866029203 0.017847765 0.499674916 112.058036804\n0.448618174 0.015882516 0.893582344 1.116695404 0.007350833 0.999742687 -0.021459855 -2.544023991 -0.893693268 0.016195856 0.448386014 112.204643250\n0.396735251 0.015895091 0.917795420 1.496700287 0.004957952 0.999798357 -0.019458452 -2.559725761 -0.917919636 0.012270238 0.396576464 112.336204529\n0.345192552 0.020943586 0.938298225 1.884788513 0.001011481 0.999742091 -0.022687182 -2.574196339 -0.938531399 0.008780518 0.345082343 112.454734802\n0.294926047 0.026260916 0.955159187 2.295669556 0.001186565 0.999611437 -0.027849453 -2.579837799 -0.955519378 0.009346888 0.294780314 112.552436829\n0.247974396 0.028383275 0.968350768 2.698905945 0.002942377 0.999544024 -0.030051064 -2.594103336 -0.968762159 0.010301149 0.247777820 112.627525330\n0.206950247 0.027936384 0.977952600 3.120529175 0.010477364 0.999471605 -0.030768281 -2.609258890 -0.978295445 0.016613871 0.206548214 112.674987793\n0.171906650 0.027871713 0.984718859 3.560531616 0.018229857 0.999338508 -0.031467974 -2.625676870 -0.984944582 0.023360839 0.171284854 112.710472107\n0.141442001 0.029133333 0.989517868 4.010215759 0.022800235 0.999205828 -0.032677647 -2.638745546 -0.989684045 0.027183231 0.140665412 112.749328613\n0.113464117 0.027711704 0.993155718 4.485359192 0.021139905 0.999317288 -0.030298788 -2.650801659 -0.993317366 0.024433043 0.112800837 112.786575317\n0.088050306 0.024030000 0.995826244 4.978256226 0.014786466 0.999567330 -0.025427688 -2.668972492 -0.996006370 0.016963666 0.087656856 112.824615479\n0.063484669 0.020508826 0.997772217 5.523384094 0.010113975 0.999724269 -0.021192471 -2.680032730 -0.997931719 0.011436841 0.063259721 112.886085510\n0.040799379 0.017912969 0.999006927 6.042282104 0.014322676 0.999726057 -0.018510805 -2.701693535 -0.999064803 0.015063681 0.040531635 112.890914917\n0.021174133 0.018496312 0.999604821 6.580726624 0.022858016 0.999558568 -0.018979652 -2.720220089 -0.999514580 0.023250859 0.020741999 112.869934082\n0.003450274 0.021049775 0.999772608 7.132041931 0.026962470 0.999413013 -0.021135259 -2.737167835 -0.999630630 0.027029259 0.002880692 112.853904724\n-0.010988116 0.026788337 0.999580860 7.736785889 0.027649162 0.999266982 -0.026475996 -2.747289181 -0.999557436 0.027346654 -0.011720657 112.864158630\n-0.022023082 0.031609524 0.999257743 8.333442688 0.025365362 0.999195993 -0.031048538 -2.757081747 -0.999435782 0.024662752 -0.022807121 112.854057312\n-0.028517842 0.031214455 0.999105871 8.959205627 0.027028790 0.999170959 -0.030445002 -2.779031992 -0.999227881 0.026136400 -0.029337883 112.833641052\n-0.030679345 0.027997961 0.999137104 9.612808228 0.033204596 0.999084413 -0.026976913 -2.805500031 -0.998977602 0.032348312 -0.031580925 112.801322937\n-0.030391097 0.026229847 0.999193847 10.271469116 0.034112830 0.999100506 -0.025189834 -2.831382513 -0.998955786 0.033319786 -0.031258464 112.781837463\n-0.028264880 0.025836319 0.999266624 10.944259644 0.033920169 0.999114990 -0.024872949 -2.852068186 -0.999024868 0.033192262 -0.029116273 112.763870239\n-0.027019262 0.025937874 0.999298513 11.639991760 0.030066274 0.999232113 -0.025123220 -2.884099483 -0.999182820 0.029366370 -0.027778387 112.762123108\n-0.025984049 0.027421307 0.999286234 12.355659485 0.029090427 0.999221087 -0.026663093 -2.901010990 -0.999239028 0.028376848 -0.026761532 112.751037598\n-0.024718523 0.027948905 0.999303699 13.074600220 0.028781775 0.999214649 -0.027234474 -2.931623220 -0.999280035 0.028088536 -0.025503635 112.732299805\n-0.024239779 0.027607646 0.999324918 13.839515686 0.028113633 0.999242067 -0.026923433 -2.956664562 -0.999310851 0.027442040 -0.024997473 112.725227356\n-0.023620725 0.026561962 0.999368131 14.604362488 0.026923576 0.999301314 -0.025923831 -2.977261066 -0.999358416 0.026294224 -0.024319410 112.712631226\n-0.023164392 0.025333147 0.999410748 15.378128052 0.027580198 0.999314606 -0.024691461 -3.007990599 -0.999351263 0.026991984 -0.023847222 112.695877075\n-0.023563385 0.022902060 0.999460042 16.162445068 0.028573234 0.999344587 -0.022225771 -3.037209988 -0.999313951 0.028034089 -0.024202347 112.675483704\n-0.024640799 0.021164611 0.999472320 16.949546814 0.026755169 0.999431729 -0.020504138 -3.064800978 -0.999338269 0.026235813 -0.025193095 112.660820007\n-0.025688887 0.019853773 0.999472797 17.743629456 0.025282415 0.999495864 -0.019204410 -3.094268084 -0.999350250 0.024775745 -0.026178002 112.639564514\n-0.026809216 0.017621035 0.999485373 18.545806885 0.027890531 0.999468565 -0.016872631 -3.111151457 -0.999251485 0.027423833 -0.027286530 112.618118286\n-0.028003693 0.016190346 0.999476850 19.366973877 0.029409472 0.999449313 -0.015365901 -3.138842821 -0.999175251 0.028963784 -0.028464437 112.592552185\n-0.029748082 0.015066711 0.999443948 20.184890747 0.026589667 0.999544501 -0.014276799 -3.168158054 -0.999203801 0.026150174 -0.030135155 112.570693970\n-0.030654669 0.019647911 0.999336958 21.010169983 0.023850255 0.999536514 -0.018920230 -3.192151546 -0.999245465 0.023254445 -0.031109095 112.554031372\n-0.031641364 0.024477754 0.999199569 21.848510742 0.024563659 0.999417186 -0.023705237 -3.218475819 -0.999197423 0.023793930 -0.032224178 112.537361145\n-0.032557249 0.026031908 0.999130845 22.692237854 0.024935618 0.999370754 -0.025225621 -3.247693062 -0.999158800 0.024092672 -0.033185840 112.510910034\n-0.034299731 0.023973338 0.999124050 23.534736633 0.021480206 0.999499023 -0.023244927 -3.276549816 -0.999180734 0.020664096 -0.034797430 112.491500854\n-0.035412192 0.019367572 0.999185264 24.393775940 0.018184744 0.999659121 -0.018732278 -3.315167427 -0.999207497 0.017506577 -0.035752296 112.471221924\n-0.035735011 0.014143602 0.999261200 25.251121521 0.016961604 0.999764383 -0.013544153 -3.343644619 -0.999217391 0.016465073 -0.035966516 112.448509216\n-0.036086917 0.008580442 0.999311805 26.102218628 0.013323427 0.999878407 -0.008104173 -3.365222454 -0.999259830 0.013021803 -0.036196828 112.425987244\n-0.036072969 0.007175679 0.999323487 26.940597534 0.010948994 0.999917030 -0.006784712 -3.391653538 -0.999289274 0.010696842 -0.036148548 112.404220581\n-0.035027742 0.013841199 0.999290466 27.763435364 0.013503594 0.999819338 -0.013375187 -3.424168110 -0.999295056 0.013025509 -0.035208344 112.370529175\n-0.033881426 0.025307335 0.999105453 28.611747742 0.015857801 0.999567091 -0.024781266 -3.449518681 -0.999300063 0.015003989 -0.034268022 112.340827942\n-0.033088684 0.030195136 0.998996139 29.439750671 0.017667286 0.999405026 -0.029622318 -3.477483749 -0.999296188 0.016669387 -0.033602357 112.312126160\n-0.031752944 0.025084805 0.999180973 30.281242371 0.019637924 0.999507666 -0.024468936 -3.507903099 -0.999302864 0.018844878 -0.032230020 112.285873413\n-0.030799031 0.017136587 0.999378800 31.113983154 0.022695502 0.999607205 -0.016441075 -3.544485807 -0.999267995 0.022175035 -0.031175852 112.258926392\n-0.030339003 0.014049503 0.999441028 31.949691772 0.023634205 0.999631763 -0.013334749 -3.574506760 -0.999260366 0.023216430 -0.030659795 112.233589172\n-0.030720472 0.014871323 0.999417484 32.770523071 0.022629535 0.999643385 -0.014179092 -3.600892067 -0.999271929 0.022180764 -0.031046033 112.214706421\n-0.031680226 0.015636597 0.999375880 33.593437195 0.019373678 0.999699354 -0.015027516 -3.629379988 -0.999310434 0.018885510 -0.031973720 112.198715210\n-0.033698440 0.015717601 0.999308407 34.420455933 0.017089384 0.999739230 -0.015148092 -3.656914711 -0.999285877 0.016567100 -0.033958316 112.183166504\n-0.035651684 0.015731843 0.999240398 35.228805542 0.016727252 0.999745429 -0.015142984 -3.683042049 -0.999224246 0.016174672 -0.035905719 112.156829834\n-0.038064599 0.016139917 0.999145091 36.047248840 0.015756145 0.999754965 -0.015549511 -3.708124638 -0.999151230 0.015150789 -0.038309574 112.135131836\n-0.040495157 0.016300581 0.999046743 36.866279602 0.013592880 0.999783397 -0.015761629 -3.739549160 -0.999087274 0.012941654 -0.040707946 112.111595154\n-0.042527318 0.015358272 0.998977244 37.676307678 0.012063847 0.999816835 -0.014857612 -3.766683578 -0.999022484 0.011419655 -0.042704821 112.088333130\n-0.045044899 0.014023519 0.998886526 38.467948914 0.011415175 0.999843419 -0.013522184 -3.797328472 -0.998919785 0.010793361 -0.045197964 112.059890747\n-0.046280146 0.014528948 0.998822868 39.259963989 0.011739322 0.999833107 -0.013999706 -3.819626093 -0.998859584 0.011077596 -0.046442986 112.014572144\n-0.048399568 0.015312072 0.998710752 40.046401978 0.011161542 0.999828339 -0.014788297 -3.846668243 -0.998765767 0.010431403 -0.048562169 111.984916687\n-0.049348116 0.015597963 0.998659909 40.823921204 0.011761845 0.999817789 -0.015034845 -3.873113155 -0.998712480 0.011004141 -0.049522638 111.950317383\n-0.050887108 0.014228367 0.998603046 41.594573975 0.013435206 0.999817789 -0.013561040 -3.900280476 -0.998614073 0.012726357 -0.051069021 111.916160583\n-0.051845908 0.013600634 0.998562455 42.385101318 0.014185051 0.999816418 -0.012881218 -3.930210829 -0.998554349 0.013496821 -0.052029252 111.872879028\n-0.053444386 0.013017146 0.998486042 43.154525757 0.012603337 0.999844193 -0.012360253 -3.957248688 -0.998491347 0.011923669 -0.053600192 111.841575623\n-0.054614782 0.011837443 0.998437405 43.908775330 0.010671007 0.999879539 -0.011270837 -3.981944084 -0.998450577 0.010038777 -0.054734468 111.809906006\n-0.055452704 0.010676212 0.998404264 44.645996094 0.010052794 0.999898136 -0.010133842 -4.003910542 -0.998410702 0.009474804 -0.055554390 111.776344299\n-0.055684566 0.010564455 0.998392582 45.357719421 0.010866071 0.999891222 -0.009974266 -4.026917934 -0.998389363 0.010293192 -0.055793285 111.734451294\n-0.056184173 0.013311910 0.998331666 46.063789368 0.010753988 0.999861181 -0.012727092 -4.048880577 -0.998362482 0.010020987 -0.056319475 111.699417114\n-0.056126356 0.015907504 0.998296976 46.766891479 0.010522706 0.999826968 -0.015340275 -4.074121952 -0.998368263 0.009643792 -0.056284070 111.664787292\n-0.056554675 0.017691977 0.998242795 47.470550537 0.008450885 0.999815643 -0.017241076 -4.096374989 -0.998363793 0.007460973 -0.056693792 111.635391235\n-0.056426287 0.018592987 0.998233795 48.176414490 0.008790968 0.999797106 -0.018125189 -4.121290684 -0.998368204 0.007752705 -0.056578279 111.592727661\n-0.056835771 0.018437251 0.998213351 48.877037048 0.010166625 0.999788344 -0.017887481 -4.145149231 -0.998331845 0.009131813 -0.057011247 111.560813904\n-0.056879401 0.017720493 0.998223782 49.552406311 0.010240315 0.999800205 -0.017164977 -4.174354553 -0.998328507 0.009245791 -0.057049513 111.516433716\n-0.057056546 0.017671859 0.998214722 50.231498718 0.006450195 0.999828994 -0.017331757 -4.198794842 -0.998350263 0.005449791 -0.057160735 111.483367920\n-0.057273149 0.017287867 0.998208940 50.916069031 0.003069361 0.999848366 -0.017140156 -4.230505466 -0.998353899 0.002082195 -0.057317495 111.458358765\n-0.056830406 0.017069772 0.998237848 51.593688965 0.006437217 0.999839306 -0.016730681 -4.242940426 -0.998363018 0.005475062 -0.056931257 111.413726807\n-0.057609081 0.016483914 0.998203158 52.268638611 0.007338291 0.999843657 -0.016087493 -4.263271332 -0.998312294 0.006398320 -0.057721019 111.374389648\n-0.061095595 0.015992105 0.998003900 52.942047119 0.003999521 0.999867558 -0.015777128 -4.287978172 -0.998124003 0.003027625 -0.061151505 111.341323853\n-0.066973805 0.014997778 0.997642040 53.625740051 -0.000980648 0.999885559 -0.015097340 -4.317577362 -0.997754276 -0.001989462 -0.066951394 111.311737061\n-0.072473407 0.018799245 0.997193158 54.289909363 0.002735559 0.999822319 -0.018649997 -4.340807915 -0.997366607 0.001376253 -0.072511911 111.258361816\n-0.079256773 0.022053156 0.996610343 54.960243225 0.005294908 0.999750495 -0.021701559 -4.359084129 -0.996840239 0.003556968 -0.079353690 111.204559326\n-0.086120248 0.023613900 0.996004999 55.631668091 0.004373176 0.999718428 -0.023323813 -4.381543159 -0.996275306 0.002347057 -0.086199284 111.144500732\n-0.093135238 0.023500100 0.995376110 56.326118469 0.000994620 0.999723136 -0.023509664 -4.398243904 -0.995652974 -0.001199558 -0.093132854 111.093658447\n-0.098339319 0.021480776 0.994921088 57.006370544 0.000019271 0.999767065 -0.021583499 -4.434567451 -0.995152950 -0.002103333 -0.098316908 111.023468018\n-0.102949977 0.022218244 0.994438350 57.700942993 -0.002532300 0.999741435 -0.022598887 -4.456767559 -0.994683266 -0.004844774 -0.102867126 110.958435059\n-0.106926322 0.021665232 0.994031012 58.394165039 -0.004036413 0.999744892 -0.022223962 -4.479679108 -0.994258881 -0.006388643 -0.106811643 110.887786865\n-0.109445930 0.018083440 0.993828297 59.096664429 -0.003774693 0.999819756 -0.018608149 -4.507141113 -0.993985653 -0.005787981 -0.109357953 110.813232422\n-0.111567259 0.014919115 0.993644893 59.803710938 -0.001899400 0.999882281 -0.015226033 -4.530737877 -0.993755102 -0.003586055 -0.111525774 110.735214233\n-0.113306046 0.012033906 0.993487418 60.546844482 -0.002654065 0.999919415 -0.012414509 -4.555278778 -0.993556738 -0.004043417 -0.113265038 110.664146423\n-0.114251614 0.011556861 0.993384659 61.269561768 -0.003550096 0.999921203 -0.012041212 -4.575085640 -0.993445516 -0.004902340 -0.114201665 110.584442139\n-0.115000367 0.015579645 0.993243337 62.008811951 -0.001582627 0.999872863 -0.015866876 -4.593285561 -0.993364215 -0.003396631 -0.114961147 110.507461548\n-0.114772558 0.019437876 0.993201733 62.737930298 0.004155821 0.999809206 -0.019086951 -4.619884968 -0.993383229 0.001936911 -0.114831448 110.411422729\n-0.115847111 0.024031313 0.992976487 63.486404419 0.011140687 0.999675810 -0.022893706 -4.651765823 -0.993204772 0.008410273 -0.116077304 110.322082520\n-0.116387367 0.025381330 0.992879748 64.232765198 0.011797552 0.999638200 -0.024171174 -4.675187111 -0.993134081 0.008900334 -0.116644740 110.235305786\n-0.117165327 0.022855714 0.992849469 64.985229492 0.009331316 0.999716341 -0.021912614 -4.703563690 -0.993068695 0.006697195 -0.117345333 110.159339905\n-0.116741776 0.018448418 0.992991030 65.742477417 0.010177971 0.999797165 -0.017378289 -4.727456093 -0.993110240 0.008077862 -0.116905928 110.071090698\n-0.116139889 0.016081547 0.993102849 66.485656738 0.011971407 0.999818921 -0.014790294 -4.756540298 -0.993160903 0.010171095 -0.116311431 109.979202271\n-0.117610812 0.015884623 0.992932856 67.228927612 0.011757269 0.999824226 -0.014602248 -4.781308174 -0.992990315 0.009956796 -0.117776990 109.899887085\n-0.119815826 0.016797403 0.992654026 67.987007141 0.010826096 0.999819517 -0.015611918 -4.803466797 -0.992737114 0.008876012 -0.119976044 109.821060181\n-0.122108936 0.017056596 0.992370129 68.726303101 0.009764182 0.999824584 -0.015983259 -4.830792427 -0.992468655 0.007737983 -0.122254014 109.736198425\n-0.124305248 0.017680995 0.992086530 69.463592529 0.011486299 0.999799848 -0.016379267 -4.854254723 -0.992177546 0.009359374 -0.124483466 109.645790100\n-0.125635147 0.017812576 0.991916597 70.202026367 0.011772853 0.999795139 -0.016462920 -4.879342556 -0.992006660 0.009609368 -0.125819087 109.548179626\n-0.128028274 0.017414082 0.991617620 70.957801819 0.010990624 0.999809325 -0.016138934 -4.901416302 -0.991709650 0.008832257 -0.128195286 109.457237244\n-0.129829288 0.017836345 0.991376102 71.710174561 0.008958026 0.999818504 -0.016815109 -4.923251629 -0.991496027 0.006697680 -0.129965544 109.366691589\n-0.130835056 0.019427989 0.991213799 72.462097168 0.009146557 0.999789059 -0.018388769 -4.948241234 -0.991361976 0.006660299 -0.130985141 109.270538330\n-0.131883144 0.019836828 0.991066933 73.229339600 0.007442442 0.999791384 -0.019021077 -4.970885277 -0.991237462 0.004867400 -0.132003307 109.178825378\n-0.133120894 0.020118954 0.990895748 73.993911743 0.007347333 0.999786496 -0.019312404 -4.992949486 -0.991072774 0.004709560 -0.133240223 109.080635071\n-0.134657979 0.018527359 0.990718901 74.786468506 0.007548112 0.999815345 -0.017671535 -5.016446114 -0.990863383 0.005098444 -0.134773016 108.990577698\n-0.135801435 0.016154828 0.990604341 75.554718018 0.005017756 0.999865413 -0.015617976 -5.039021969 -0.990723372 0.002849667 -0.135864258 108.890571594\n-0.137533903 0.014273706 0.990394235 76.344230652 0.002138232 0.999898136 -0.014113746 -5.057498932 -0.990494788 0.000176575 -0.137550473 108.791175842\n-0.139762521 0.013242160 0.990096450 77.132492065 0.003066220 0.999911547 -0.012940604 -5.084593296 -0.990180254 0.001227241 -0.139790773 108.685600281\n-0.141353965 0.013897403 0.989861727 77.929153442 0.004442575 0.999900281 -0.013403937 -5.112018108 -0.989949286 0.002502836 -0.141401649 108.568634033\n-0.143475413 0.015480407 0.989532888 78.729354858 0.003947355 0.999878645 -0.015069919 -5.130457878 -0.989646077 0.001743876 -0.143519044 108.457382202\n-0.145665407 0.018809475 0.989155233 79.536323547 0.005111195 0.999820232 -0.018259592 -5.158686638 -0.989320815 0.002395976 -0.145735264 108.353981018\n-0.145666361 0.022533011 0.989077330 80.340484619 0.006934603 0.999739289 -0.021754622 -5.185822487 -0.989309669 0.003689945 -0.145784736 108.229240417\n-0.146573901 0.026675830 0.988839984 81.159042358 0.008198196 0.999634743 -0.025751835 -5.216633320 -0.989165723 0.004332156 -0.146739125 108.109664917\n-0.146020293 0.027760666 0.988892078 81.982803345 0.010243863 0.999595046 -0.026548514 -5.245524406 -0.989228606 0.006253454 -0.146245480 107.985671997\n-0.146042585 0.027408425 0.988898575 82.820007324 0.014214329 0.999571085 -0.025605025 -5.275809765 -0.989176154 0.010317106 -0.146369457 107.870933533\n-0.145752430 0.025059966 0.989003658 83.647918701 0.014686720 0.999623775 -0.023164639 -5.313768387 -0.989212096 0.011148919 -0.146065712 107.748703003\n-0.144935727 0.023745904 0.989156246 84.516357422 0.014789195 0.999652267 -0.021830898 -5.344287872 -0.989330649 0.011464749 -0.145236492 107.633262634\n-0.143336415 0.021427372 0.989442110 85.368255615 0.013330670 0.999716699 -0.019718722 -5.372853279 -0.989584327 0.010363517 -0.143581390 107.519783020\n-0.141701102 0.018149467 0.989743233 86.220657349 0.013960212 0.999769092 -0.016334642 -5.400121212 -0.989811182 0.011502387 -0.141921759 107.406005859\n-0.140473366 0.014690089 0.989975452 87.070037842 0.014079788 0.999818444 -0.012838285 -5.428666592 -0.989984334 0.012135208 -0.140654683 107.292716980\n-0.138859272 0.014483088 0.990206242 87.927505493 0.012655673 0.999837339 -0.012849217 -5.454444885 -0.990231276 0.010747493 -0.139019966 107.180732727\n-0.137392879 0.018867636 0.990337074 88.783676147 0.013250259 0.999764085 -0.017208990 -5.483773232 -0.990428150 0.010757832 -0.137610435 107.069252014\n-0.135567069 0.024906317 0.990455210 89.636741638 0.013618049 0.999636412 -0.023273246 -5.512096405 -0.990674734 0.010332985 -0.135856986 106.959434509\n-0.134232759 0.028503835 0.990539789 90.496307373 0.011871908 0.999560773 -0.027154604 -5.543011189 -0.990878701 0.008114559 -0.134512186 106.852157593\n-0.132852554 0.025748912 0.990801394 91.357788086 0.009730510 0.999648213 -0.024674101 -5.574493885 -0.991088152 0.006362987 -0.133056283 106.745750427\n-0.131738186 0.023365982 0.991009176 92.212524414 0.009896178 0.999703348 -0.022255441 -5.608495235 -0.991235197 0.006875311 -0.131930351 106.631721497\n-0.131114602 0.021891702 0.991125584 93.076698303 0.010838094 0.999728084 -0.020647958 -5.639221191 -0.991308093 0.008034665 -0.131316185 106.519302368\n-0.130468011 0.021364475 0.991222262 93.950012207 0.010412028 0.999742210 -0.020177642 -5.671333313 -0.991397798 0.007688096 -0.130656838 106.412765503\n-0.129643083 0.021407165 0.991329730 94.805839539 0.010744419 0.999738574 -0.020183628 -5.701807499 -0.991502643 0.008034596 -0.129839182 106.299842834\n-0.129453897 0.019846937 0.991386831 95.674751282 0.012378446 0.999754131 -0.018398084 -5.730627060 -0.991508186 0.009890124 -0.129667759 106.194686890\n-0.128331304 0.019105064 0.991547346 96.559577942 0.014768806 0.999740362 -0.017351471 -5.764021873 -0.991621435 0.012417234 -0.128580213 106.080459595\n-0.127079606 0.020487357 0.991681039 97.410949707 0.017475363 0.999677718 -0.018413177 -5.793873787 -0.991738677 0.014990048 -0.127396703 105.963417053\n-0.126713872 0.022469727 0.991684854 98.273620605 0.017884830 0.999632657 -0.020364555 -5.826872826 -0.991778135 0.015155644 -0.127069116 105.865036011\n-0.126223207 0.023853095 0.991715014 99.138000488 0.014347631 0.999650180 -0.022217819 -5.860972881 -0.991898060 0.011424356 -0.126521230 105.771415710\n-0.126078486 0.019552549 0.991827667 99.995788574 0.009366489 0.999784648 -0.018518768 -5.887790680 -0.991976142 0.006955124 -0.126234531 105.675682068\n-0.126309872 0.017204981 0.991841614 100.847526550 0.004480247 0.999849260 -0.016773332 -5.927633762 -0.991980731 0.002325059 -0.126367927 105.577995300\n-0.127405882 0.017550901 0.991695404 101.709686279 0.001401333 0.999845624 -0.017515110 -5.963431358 -0.991849661 -0.000841832 -0.127410769 105.479057312\n-0.128970981 0.022104751 0.991402030 102.548950195 -0.001774406 0.999744773 -0.022521598 -5.993966579 -0.991646886 -0.004663781 -0.128898859 105.381729126\n-0.129962087 0.024613418 0.991213322 103.388237000 -0.002964247 0.999677718 -0.025212254 -6.023016453 -0.991514444 -0.006214842 -0.129847288 105.279701233\n-0.130173683 0.024841411 0.991180182 104.217346191 -0.001902159 0.999678016 -0.025304206 -6.066585064 -0.991489589 -0.005179318 -0.130084515 105.169960022\n-0.130686522 0.024429902 0.991122723 105.047958374 -0.000687365 0.999693871 -0.024731806 -6.096045017 -0.991423488 -0.003913376 -0.130629778 105.071540833\n-0.130974650 0.025088390 0.991068363 105.872581482 0.000142380 0.999680221 -0.025287582 -6.131314278 -0.991385877 -0.003170921 -0.130936384 104.959953308\n-0.131860495 0.028307697 0.990864038 106.701789856 0.001615393 0.999596953 -0.028342215 -6.169023514 -0.991266966 -0.002136583 -0.131852984 104.858489990\n-0.131987691 0.029228635 0.990820408 107.520629883 0.001398225 0.999569654 -0.029300475 -6.217420101 -0.991250455 -0.002481909 -0.131971717 104.743499756\n-0.133450747 0.029862687 0.990605593 108.317466736 -0.000783926 0.999542415 -0.030237706 -6.249154091 -0.991055310 -0.004811798 -0.133366227 104.651168823\n-0.135856867 0.028561773 0.990316689 109.118446350 -0.002551511 0.999570966 -0.029178703 -6.287895203 -0.990725219 -0.006490929 -0.135725617 104.550613403\n-0.138871551 0.029942177 0.989857674 109.922576904 -0.001540023 0.999535084 -0.030450964 -6.321287155 -0.990309238 -0.005753176 -0.138760924 104.447677612\n-0.142200112 0.032282289 0.989311516 110.722846985 -0.003116692 0.999448478 -0.033061057 -6.368270874 -0.989833176 -0.007784662 -0.142021060 104.341621399\n-0.145890474 0.033778448 0.988724053 111.510261536 -0.004741467 0.999381602 -0.034842175 -6.406102180 -0.989289522 -0.009771138 -0.145640135 104.242355347\n-0.149057865 0.033526558 0.988259971 112.293121338 -0.004367932 0.999392986 -0.034563053 -6.448313713 -0.988818824 -0.009468544 -0.148820877 104.124626160\n-0.151701927 0.032185934 0.987902284 113.065269470 -0.002648449 0.999452889 -0.032968953 -6.489758492 -0.988422871 -0.007617857 -0.151533604 104.003829956\n-0.154028058 0.033171907 0.987509668 113.839736938 -0.001100149 0.999429882 -0.033743925 -6.527798653 -0.988066018 -0.006283911 -0.153903723 103.882873535\n-0.156332254 0.037086271 0.987008154 114.619934082 -0.005936874 0.999241471 -0.038486280 -6.574682236 -0.987686813 -0.011876386 -0.155993581 103.778366089\n-0.158203006 0.044122722 0.986420274 115.387619019 -0.008218405 0.998907685 -0.045999359 -6.620080471 -0.987372398 -0.015384040 -0.157667637 103.667976379\n-0.161162496 0.046985336 0.985808969 116.152862549 -0.004304000 0.998823166 -0.048309248 -6.661799431 -0.986918628 -0.012028552 -0.160770535 103.546905518\n-0.164140821 0.045490108 0.985387623 116.912384033 -0.001955511 0.998919129 -0.046440534 -6.701836586 -0.986435175 -0.009549716 -0.163874388 103.420265198\n-0.167216539 0.037351780 0.985212505 117.686218262 -0.003906232 0.999249160 -0.038546935 -6.755792141 -0.985912561 -0.010294149 -0.166945100 103.298095703\n-0.169541478 0.035109211 0.984897375 118.446838379 -0.004367487 0.999328673 -0.036375474 -6.805855751 -0.985513330 -0.010468681 -0.169274330 103.175453186\n-0.171144962 0.038222104 0.984504282 119.195915222 -0.004754286 0.999203563 -0.039619263 -6.844946861 -0.985234499 -0.011461245 -0.170826912 103.045646667\n-0.173523188 0.041642420 0.983949006 119.941726685 -0.007343472 0.999023139 -0.043575436 -6.885617256 -0.984802365 -0.014786948 -0.173047900 102.920372009\n-0.176485777 0.043874148 0.983324945 120.683082581 -0.007611367 0.998915374 -0.045935839 -6.934282780 -0.984273851 -0.015591463 -0.175960422 102.796699524\n-0.178755403 0.048500855 0.982697368 121.466995239 -0.003436327 0.998747408 -0.049918078 -6.982734680 -0.983887494 -0.012300001 -0.178364873 102.666641235\n-0.180775166 0.053069256 0.982091606 122.202957153 -0.003393496 0.998503566 -0.054580752 -7.028616905 -0.983518541 -0.013199570 -0.180324554 102.533287048\n-0.183686614 0.055208236 0.981433332 122.936637878 -0.003632414 0.998376608 -0.056841191 -7.076683998 -0.982978165 -0.014005934 -0.183187842 102.402832031\n-0.186204195 0.052403342 0.981112540 123.673698425 -0.002617959 0.998546600 -0.053831395 -7.133943558 -0.982507527 -0.012592149 -0.185796380 102.267967224\n-0.190028191 0.049501237 0.980530083 124.410140991 0.001450574 0.998741150 -0.050139494 -7.177427769 -0.981777728 -0.008105574 -0.189860821 102.125251770\n-0.195517063 0.047564752 0.979546130 125.147911072 0.003814492 0.998852491 -0.047740858 -7.234063148 -0.980692863 -0.005597682 -0.195474148 101.974922180\n-0.201843262 0.046284143 0.978323638 125.878990173 0.002613775 0.998904645 -0.046718564 -7.280503273 -0.979414344 -0.006872707 -0.201743126 101.827774048\n-0.210068226 0.046086285 0.976599991 126.601806641 0.001300717 0.998900652 -0.046858884 -7.331516743 -0.977685928 -0.008573278 -0.209897280 101.673103333\n-0.221153259 0.046473943 0.974131107 127.311836243 0.000739760 0.998871624 -0.047486320 -7.381201267 -0.975238800 -0.009781132 -0.220938087 101.518234253\n-0.233599901 0.046952631 0.971198499 128.048156738 0.001900607 0.998853564 -0.047832467 -7.430820942 -0.972330928 -0.009327796 -0.233421445 101.353652954\n-0.245041847 0.048132055 0.968317032 128.769073486 0.002542703 0.998795390 -0.049003586 -7.477652073 -0.969509184 -0.009545787 -0.244869113 101.164688110\n-0.256859899 0.048145220 0.965248823 129.475738525 0.005717411 0.998816609 -0.048298094 -7.525663853 -0.966431856 -0.006887116 -0.256831169 100.970626831\n-0.267969847 0.048078801 0.962227106 130.179672241 0.008736710 0.998834252 -0.047474850 -7.570765972 -0.963387907 -0.004315122 -0.268077493 100.772773743\n-0.277716160 0.048008606 0.959462821 130.877334595 0.013228587 0.998846889 -0.046150256 -7.621047497 -0.960572064 -0.000124335 -0.278030992 100.560211182\n-0.286325336 0.048748966 0.956891596 131.568145752 0.019507064 0.998794436 -0.045046724 -7.666203499 -0.957933962 0.005768131 -0.286931038 100.341003418\n-0.294373155 0.049733292 0.954395652 132.269424438 0.024249908 0.998712182 -0.044562988 -7.701794624 -0.955382824 0.010025856 -0.295200109 100.126091003\n-0.300912380 0.049427167 0.952370226 132.957672119 0.024975978 0.998721838 -0.043941338 -7.752361774 -0.953324854 0.010563891 -0.301762342 99.913345337\n-0.305114985 0.047002073 0.951154888 133.628265381 0.028532686 0.998784065 -0.040202886 -7.798574448 -0.951887965 0.014872501 -0.306085110 99.685752869\n-0.307322145 0.044697344 0.950555325 134.307586670 0.034944475 0.998752654 -0.035665870 -7.834757805 -0.950963795 0.022255747 -0.308500767 99.456291199\n-0.308227420 0.043231379 0.950330019 134.981307983 0.040906753 0.998645186 -0.032161705 -7.875614166 -0.950432897 0.028961793 -0.309578300 99.226379395\n-0.309018731 0.041946750 0.950130522 135.661422729 0.043295603 0.998611629 -0.030005736 -7.911948681 -0.950070024 0.031864144 -0.310405731 99.005111694\n-0.308585644 0.047647003 0.950002611 136.335571289 0.046086218 0.998320580 -0.035100378 -7.949071407 -0.950079620 0.032950554 -0.310263276 98.785186768\n-0.307033539 0.050847270 0.950339496 136.994812012 0.045937844 0.998199522 -0.038566500 -7.980925083 -0.950589478 0.031815339 -0.308816552 98.569320679\n-0.306708336 0.050752632 0.950449526 137.654708862 0.047345527 0.998154700 -0.038021706 -8.020380020 -0.950625300 0.033337954 -0.308545351 98.361770630\n-0.304886222 0.049182378 0.951118112 138.309509277 0.048838772 0.998159170 -0.035959337 -8.055581093 -0.951135814 0.035487931 -0.306727052 98.148971558\n-0.303354025 0.046459544 0.951744676 138.957901001 0.050874401 0.998175740 -0.032510653 -8.096805573 -0.951518893 0.038557205 -0.305164218 97.945312500\n-0.302230239 0.046901021 0.952080429 139.598648071 0.051726285 0.998124182 -0.032749120 -8.133949280 -0.951830506 0.039349809 -0.304089308 97.742889404\n-0.300062180 0.049390219 0.952640295 140.238754272 0.053182974 0.997971594 -0.034988910 -8.166316986 -0.952436090 0.040165395 -0.302080274 97.548156738\n-0.295882940 0.051374115 0.953841805 140.870788574 0.054697573 0.997825503 -0.036775839 -8.200671196 -0.953656971 0.041291486 -0.298049569 97.351669312\n-0.290359735 0.050338048 0.955592752 141.505035400 0.055914897 0.997801661 -0.035571601 -8.234654427 -0.955282688 0.043103307 -0.292536139 97.158462524\n-0.284381390 0.048469000 0.957485497 142.131393433 0.057683401 0.997776866 -0.033376154 -8.272051811 -0.956974566 0.045739464 -0.286544919 96.967391968\n-0.280359745 0.046520237 0.958767056 142.746231079 0.057677750 0.997836590 -0.031549975 -8.306617737 -0.958160579 0.046454187 -0.282436371 96.792755127\n-0.276165962 0.045788813 0.960018635 143.371337891 0.057908941 0.997842491 -0.030934341 -8.340385437 -0.959363818 0.047050651 -0.278221726 96.617294312\n-0.272220850 0.044827301 0.961190164 143.986495972 0.058803190 0.997822285 -0.029881943 -8.367631912 -0.960436463 0.048386555 -0.274264097 96.445892334\n-0.268326759 0.043019451 0.962367058 144.604782104 0.061603151 0.997723877 -0.027423812 -8.400254250 -0.961356401 0.051926296 -0.270366073 96.276367188\n-0.264378190 0.041898485 0.963508606 145.208786011 0.063925929 0.997620046 -0.025841128 -8.424680710 -0.962298155 0.054761346 -0.266427398 96.106079102\n-0.261345148 0.039771460 0.964425683 145.806365967 0.062064499 0.997775614 -0.024328189 -8.462674141 -0.963247955 0.053498540 -0.263232231 95.948715210\n-0.257888436 0.040561687 0.965322971 146.402297974 0.059268307 0.997900903 -0.026096905 -8.493969917 -0.964355171 0.050482970 -0.259751081 95.799743652\n-0.252976060 0.043884717 0.966476917 146.989120483 0.060479142 0.997734249 -0.029473567 -8.525515556 -0.965580523 0.050995581 -0.255056977 95.645385742\n-0.247359633 0.048026562 0.967732847 147.586441040 0.062623680 0.997474968 -0.033495534 -8.539248466 -0.966897964 0.052317549 -0.249742627 95.494338989\n-0.241049290 0.048699055 0.969290435 148.168365479 0.061565291 0.997496009 -0.034805723 -8.570400238 -0.968558311 0.051284753 -0.243443847 95.358779907\n-0.232850552 0.046627227 0.971394181 148.749511719 0.058044370 0.997735620 -0.033977956 -8.604462624 -0.970778823 0.048472177 -0.235029817 95.233917236\n-0.221651435 0.045176849 0.974079013 149.333343506 0.057339445 0.997801602 -0.033229515 -8.631753922 -0.973438799 0.048487782 -0.223754525 95.102279663\n-0.209694982 0.043546833 0.976796806 149.911193848 0.057959266 0.997804642 -0.032040931 -8.667101860 -0.976047695 0.049895603 -0.211758494 94.991119385\n-0.195884347 0.042347230 0.979712427 150.481994629 0.058230616 0.997806489 -0.031486683 -8.700201988 -0.978896797 0.050881512 -0.197920561 94.880081177\n-0.180822968 0.041730914 0.982629895 151.082092285 0.057613160 0.997833192 -0.031774633 -8.732212067 -0.981826723 0.050866831 -0.182835460 94.785369873\n-0.161980748 0.040968925 0.985943079 151.648071289 0.056444079 0.997886658 -0.032192010 -8.759346008 -0.985178292 0.050436161 -0.163950801 94.700393677\n-0.140811443 0.040266994 0.989217222 152.224273682 0.055001203 0.997947633 -0.032793153 -8.788568497 -0.988507450 0.049790487 -0.142737150 94.632080078\n-0.118902087 0.039291065 0.992128313 152.785476685 0.051050890 0.998136997 -0.033410817 -8.825376511 -0.991592765 0.046676416 -0.120686412 94.585205078\n-0.096746802 0.039918035 0.994508207 153.344833374 0.045395434 0.998332560 -0.035655424 -8.858141899 -0.994273245 0.041696586 -0.098397613 94.548126221\n-0.075468421 0.041366041 0.996289849 153.917007446 0.038909748 0.998500347 -0.038510438 -8.890237808 -0.996388793 0.035859067 -0.076964736 94.526931763\n-0.057733893 0.042076837 0.997444928 154.483688354 0.033750210 0.998622596 -0.040172998 -8.918508530 -0.997761369 0.031344637 -0.059074402 94.525665283\n-0.042575479 0.041603934 0.998226702 155.045394897 0.026474370 0.998828769 -0.040499870 -8.948118210 -0.998742521 0.024703121 -0.043627024 94.523742676\n-0.033414602 0.039335061 0.998667419 155.600479126 0.017969698 0.999087334 -0.038750358 -8.980978012 -0.999280214 0.016650926 -0.034090996 94.529693604\n-0.030698061 0.037061132 0.998841524 156.158355713 0.009919724 0.999274433 -0.036772333 -9.010520935 -0.999479592 0.008779398 -0.031043410 94.528717041\n-0.037701607 0.034064010 0.998708248 156.716674805 0.003542292 0.999417126 -0.033954464 -9.036924362 -0.999282718 0.002257578 -0.037800312 94.528518677\n-0.050104260 0.030539086 0.998277009 157.290695190 0.001639946 0.999533594 -0.030495217 -9.069749832 -0.998742700 0.000109179 -0.050130963 94.494247437\n-0.062899232 0.028899143 0.997601330 157.834686279 0.001737158 0.999582350 -0.028846998 -9.094036102 -0.998018324 -0.000081464 -0.062923193 94.451599121\n-0.076053262 0.027802700 0.996716142 158.371414185 0.004484835 0.999610603 -0.027541230 -9.120517731 -0.997093737 0.002375505 -0.076148391 94.406295776\n-0.087796450 0.027012665 0.995772243 158.910568237 0.005939759 0.999628663 -0.026593581 -9.148990631 -0.996120870 0.003579829 -0.087924361 94.350646973\n-0.101973176 0.026415162 0.994436502 159.466781616 0.003782988 0.999650478 -0.026165741 -9.170789719 -0.994780123 0.001093741 -0.102037549 94.302001953\n-0.118764639 0.024778942 0.992613196 159.995788574 -0.000976119 0.999685168 -0.025072273 -9.190000534 -0.992921948 -0.003946607 -0.118703008 94.240722656\n-0.136397004 0.024199272 0.990358889 160.529907227 -0.001592392 0.999694943 -0.024646712 -9.217074394 -0.990653217 -0.004938770 -0.136316776 94.172683716\n-0.151064038 0.023010574 0.988256097 161.053268433 0.000871194 0.999731719 -0.023144603 -9.241199493 -0.988523602 -0.002635355 -0.151043534 94.077957153\n-0.165614963 0.021177514 0.985963166 161.573608398 0.001712453 0.999774098 -0.021186514 -9.266142845 -0.986189127 -0.001820387 -0.165613890 93.987335205\n-0.180110335 0.019400923 0.983455181 162.087509155 0.000937170 0.999808431 -0.019551896 -9.288895607 -0.983646095 -0.002599832 -0.180094004 93.895797729\n-0.193271875 0.019013062 0.980961025 162.592391968 0.000557696 0.999814212 -0.019268597 -9.303485870 -0.981145144 -0.003176997 -0.193246484 93.789398193\n-0.205443382 0.018608907 0.978492260 163.087020874 0.001782842 0.999824643 -0.018640285 -9.320707321 -0.978667557 -0.002085024 -0.205440521 93.678833008\n-0.215938330 0.019971142 0.976202786 163.575805664 0.006026566 0.999799013 -0.019120784 -9.341451645 -0.976388454 0.001754239 -0.216015339 93.561553955\n-0.225800395 0.023295300 0.973895133 164.072113037 0.010963379 0.999711514 -0.021370932 -9.364115715 -0.974112034 0.005851619 -0.225990653 93.432754517\n-0.233121395 0.023425559 0.972165644 164.558410645 0.010325042 0.999713063 -0.021613453 -9.386650085 -0.972393036 0.004999095 -0.233296394 93.315887451\n-0.237877011 0.023813056 0.971003473 165.037094116 0.012180647 0.999693930 -0.021532647 -9.402420044 -0.971219063 0.006705331 -0.238094330 93.193420410\n-0.240551472 0.022637416 0.970372438 165.514297485 0.012005466 0.999720931 -0.020345969 -9.416440010 -0.970562220 0.006755522 -0.240756154 93.072128296\n-0.243235230 0.021332216 0.969732821 165.996093750 0.012095132 0.999747097 -0.018958688 -9.439343452 -0.969891965 0.007117627 -0.243431687 92.957946777\n-0.243602633 0.020822302 0.969651580 166.486129761 0.013757724 0.999743104 -0.018012175 -9.459793091 -0.969777524 0.008952385 -0.243826628 92.840637207\n-0.244706631 0.021264229 0.969364047 166.952743530 0.014964908 0.999723256 -0.018152451 -9.480529785 -0.969481766 0.010064418 -0.244957089 92.719741821\n-0.247794628 0.021617038 0.968571603 167.412445068 0.013788574 0.999728441 -0.018784817 -9.498913765 -0.968714654 0.008700447 -0.248025417 92.604019165\n-0.250334263 0.024380142 0.967852592 167.889205933 0.013590650 0.999672890 -0.021666488 -9.516040802 -0.968064189 0.007729883 -0.250583649 92.482528687\n-0.254401207 0.025979247 0.966749966 168.358932495 0.013621320 0.999636233 -0.023278533 -9.530994415 -0.967002988 0.007246326 -0.254662514 92.359008789\n-0.260066867 0.024964934 0.965267897 168.881515503 0.012258841 0.999670506 -0.022551866 -9.553121567 -0.965512872 0.005968075 -0.260287166 92.229797363\n-0.265398860 0.023703974 0.963847220 169.372024536 0.011895926 0.999702156 -0.021310167 -9.574568748 -0.964065254 0.005810160 -0.265601754 92.093917847\n-0.271014690 0.024355274 0.962267160 169.877731323 0.014422663 0.999670386 -0.021239940 -9.594334602 -0.962467313 0.008122121 -0.271276593 91.951766968\n-0.276453137 0.025764173 0.960682094 170.390151978 0.016875824 0.999616563 -0.021952029 -9.608507156 -0.960879326 0.010143596 -0.276781917 91.802947998\n-0.282117605 0.027077518 0.958997786 170.906951904 0.016443256 0.999591291 -0.023386419 -9.623970032 -0.959239006 0.009171326 -0.282447457 91.649673462\n-0.287851810 0.028527601 0.957250118 171.423522949 0.015658246 0.999562800 -0.025080048 -9.641244888 -0.957547069 0.007769523 -0.288172603 91.496932983\n-0.292712808 0.030283397 0.955720723 171.947891235 0.017901530 0.999496758 -0.026187724 -9.657546997 -0.956032813 0.009443380 -0.293107629 91.328735352\n-0.298296094 0.031162139 0.953964770 172.497238159 0.021848619 0.999427915 -0.025815381 -9.678260803 -0.954223514 0.013142185 -0.298806310 91.160186768\n-0.302465439 0.032140672 0.952618539 173.024444580 0.025940213 0.999338686 -0.025480725 -9.698791504 -0.952807546 0.017004091 -0.303099155 90.976898193\n-0.306605697 0.030777041 0.951339066 173.573455811 0.023438983 0.999418139 -0.024778351 -9.722503662 -0.951548100 0.014701237 -0.307148695 90.804809570\n-0.310504556 0.028881315 0.950133145 174.117965698 0.024063826 0.999456823 -0.022516534 -9.742235184 -0.950267375 0.015872352 -0.311030865 90.626831055\n-0.313323259 0.025271425 0.949310243 174.679931641 0.024324862 0.999531448 -0.018579848 -9.763295174 -0.949334979 0.017270345 -0.313791156 90.445327759\n-0.315780520 0.023776282 0.948534310 175.230438232 0.028479438 0.999473095 -0.015571921 -9.782818794 -0.948404729 0.022096414 -0.316291213 90.254623413\n-0.317775726 0.022557875 0.947897434 175.783645630 0.030626556 0.999439478 -0.013517130 -9.804156303 -0.947671056 0.024735419 -0.318288565 90.065414429\n-0.319184303 0.020631494 0.947468281 176.338394165 0.029109141 0.999504685 -0.011958293 -9.823964119 -0.947245717 0.023763089 -0.319626689 89.883239746\n-0.319076300 0.022619724 0.947459042 176.890365601 0.029610671 0.999464989 -0.013889318 -9.841467857 -0.947266340 0.023623148 -0.319575310 89.699264526\n-0.318298697 0.023930257 0.947688460 177.440246582 0.030590890 0.999419987 -0.014962027 -9.857833862 -0.947496831 0.024228241 -0.318846107 89.514709473\n-0.317096353 0.025155740 0.948059618 177.987808228 0.032617256 0.999346077 -0.015607114 -9.872938156 -0.947832227 0.025974145 -0.317709565 89.329971313\n-0.314795136 0.024718411 0.948837757 178.528732300 0.031539954 0.999381185 -0.015571149 -9.890548706 -0.948635459 0.025024578 -0.315379858 89.150390625\n-0.312698007 0.025450867 0.949511647 179.083633423 0.032218996 0.999349892 -0.016176220 -9.905748367 -0.949306071 0.025534039 -0.313314676 88.980331421\n-0.309861779 0.025337692 0.950444043 179.618865967 0.032748844 0.999336123 -0.015964389 -9.925734520 -0.950217545 0.026179189 -0.310485840 88.804733276\n-0.307047963 0.027340531 0.951301277 180.155059814 0.033880066 0.999267697 -0.017783754 -9.951587677 -0.951090813 0.026769686 -0.307749391 88.635604858\n-0.303098917 0.029874878 0.952490687 180.685180664 0.034900308 0.999185979 -0.020233598 -9.963861465 -0.952319801 0.027109437 -0.303894877 88.459564209\n-0.299434185 0.030626889 0.953625500 181.202255249 0.035099383 0.999161720 -0.021068303 -9.979146957 -0.953471363 0.027163094 -0.300258160 88.304916382\n-0.295372128 0.030181719 0.954905510 181.694335938 0.035138231 0.999167800 -0.020711737 -10.009426117 -0.954735935 0.027436018 -0.296186924 88.150909424\n-0.290996909 0.028800473 0.956290424 182.198120117 0.034315906 0.999217808 -0.019651063 -10.026167870 -0.956108391 0.027097575 -0.291757584 88.000213623\n-0.286367059 0.025948750 0.957768679 182.670089722 0.034597974 0.999261320 -0.016728327 -10.043730736 -0.957495213 0.028346414 -0.287053347 87.864578247\n-0.280850053 0.021978758 0.959499955 183.127120972 0.036329187 0.999264717 -0.012255909 -10.063970566 -0.959063828 0.031415783 -0.281442046 87.727996826\n-0.273699522 0.019162755 0.961624503 183.576019287 0.038023464 0.999235511 -0.009089941 -10.080177307 -0.961063504 0.034076381 -0.274218917 87.600662231\n-0.264835477 0.017571326 0.964133561 184.006637573 0.037739359 0.999256849 -0.007844917 -10.095441818 -0.963554859 0.034308169 -0.265301824 87.490707397\n-0.253612399 0.016503206 0.967165291 184.419937134 0.036944687 0.999290168 -0.007363653 -10.111315727 -0.966600299 0.033864107 -0.254042029 87.388916016\n-0.239720941 0.017270070 0.970688283 184.819396973 0.035992499 0.999312520 -0.008890644 -10.120456696 -0.970174491 0.032806221 -0.240177631 87.296417236\n-0.223927975 0.018210230 0.974435687 185.223297119 0.034253944 0.999354780 -0.010804273 -10.140026093 -0.974003673 0.030958885 -0.224407315 87.217514038\n-0.206553936 0.022250436 0.978182197 185.618286133 0.034842145 0.999274611 -0.015372918 -10.153259277 -0.977814674 0.030906629 -0.207179427 87.168762207\n-0.183687806 0.025372226 0.982657194 186.008270264 0.035536725 0.999184787 -0.019156100 -10.168974876 -0.982342124 0.031401675 -0.184439659 87.103454590\n-0.157699227 0.025727689 0.987152159 186.401367188 0.035190307 0.999172032 -0.020419255 -10.178926468 -0.986860156 0.031518083 -0.158474088 87.056701660\n-0.129075050 0.023376791 0.991359293 186.802352905 0.031670842 0.999309242 -0.019440714 -10.189613342 -0.991128981 0.028887872 -0.129726171 87.025268555\n-0.097999454 0.020986145 0.994965255 187.188598633 0.026710527 0.999472916 -0.018450361 -10.203494072 -0.994828045 0.024767920 -0.098508358 87.011016846\n-0.066044331 0.019178186 0.997632444 187.567749023 0.022033297 0.999599516 -0.017757375 -10.224033356 -0.997573495 0.020808358 -0.066440463 87.014511108\n-0.036455631 0.016784670 0.999194264 187.925292969 0.015710568 0.999745011 -0.016220719 -10.235114098 -0.999211729 0.015106575 -0.036710024 87.047317505\n-0.005647302 0.012111017 0.999910772 188.303878784 0.011639058 0.999859691 -0.012044663 -10.256216049 -0.999916375 0.011569998 -0.005787492 87.074111938\n0.025812447 0.008109573 0.999633908 188.679748535 0.008943966 0.999925196 -0.008342886 -10.267868042 -0.999626815 0.009156042 0.025738001 87.111007690\n0.058118105 0.005456955 0.998294890 189.063110352 0.009144373 0.999940217 -0.005998311 -10.275941849 -0.998267889 0.009477391 0.058064759 87.148910522\n0.091022253 0.003611131 0.995842338 189.429550171 0.007700072 0.999960959 -0.004329870 -10.287286758 -0.995819092 0.008062172 0.090990901 87.211746216\n0.124683380 0.003615105 0.992190123 189.781005859 0.006865008 0.999966264 -0.004506129 -10.290863991 -0.992172956 0.007373232 0.124654353 87.285324097\n0.160762250 0.004891092 0.986981153 190.142486572 0.005857952 0.999965370 -0.005909598 -10.296202660 -0.986975849 0.006731729 0.160728037 87.369674683\n0.198372602 0.007217207 0.980100334 190.507766724 0.006262915 0.999943137 -0.008630943 -10.307739258 -0.980106890 0.007850427 0.198316097 87.468780518\n0.237449586 0.008728245 0.971360624 190.887817383 0.007461807 0.999913752 -0.010808853 -10.322811127 -0.971371174 0.009814664 0.237363935 87.587646484\n0.278829455 0.009807694 0.960290611 191.261398315 0.006418877 0.999906480 -0.012076085 -10.331584930 -0.960319281 0.009531156 0.278740466 87.725418091\n0.321130574 0.013511612 0.946938515 191.587417603 0.000951789 0.999893129 -0.014589982 -10.340404510 -0.947034419 0.005586575 0.321083367 87.881042480\n0.364269793 0.019184491 0.931095898 191.948654175 -0.005339670 0.999814391 -0.018511359 -10.350010872 -0.931278169 0.001771385 0.364304602 88.067810059\n0.409074426 0.022691268 0.912218869 192.314254761 -0.007448188 0.999740481 -0.021528296 -10.362854958 -0.912470698 0.002012298 0.409137249 88.266815186\n0.452234864 0.023637231 0.891585708 192.671844482 -0.005080676 0.999700785 -0.023926476 -10.382051468 -0.891884506 0.006290531 0.452219665 88.490104675\n0.495416999 0.024702197 0.868303955 193.024002075 -0.001639663 0.999620378 -0.027502470 -10.394241333 -0.868653715 0.012201468 0.495269477 88.720504761\n0.538295984 0.023331005 0.842432857 193.387481689 0.002590803 0.999566197 -0.029338248 -10.408389091 -0.842751861 0.017975239 0.538002014 88.984451294\n0.578417182 0.022287045 0.815436661 193.742965698 0.001131637 0.999603808 -0.028123308 -10.425709724 -0.815740407 0.017189784 0.578162789 89.286460876\n0.617943645 0.024080481 0.785853565 194.091766357 -0.005786533 0.999643087 -0.026081366 -10.431808472 -0.786201119 0.011569447 0.617862403 89.604942322\n0.655792236 0.024979755 0.754528046 194.438781738 -0.010344255 0.999655902 -0.024104444 -10.451493263 -0.754870534 0.008002479 0.655825019 89.969207764\n0.691581011 0.025084255 0.721863270 194.793289185 -0.012017560 0.999658048 -0.023224015 -10.467498779 -0.722198963 0.007386251 0.691645980 90.354682922\n0.725718260 0.024003804 0.687573135 195.156463623 -0.010914937 0.999667108 -0.023378814 -10.488531113 -0.687905371 0.009461616 0.725738704 90.754898071\n0.756886899 0.023019025 0.653140366 195.483734131 -0.010866580 0.999684632 -0.022639841 -10.505027771 -0.653455555 0.010038399 0.756898344 91.178375244\n0.784999132 0.020600555 0.619154215 195.810638428 -0.009057075 0.999721766 -0.021779757 -10.526506424 -0.619430602 0.011489365 0.784967303 91.613624573\n0.809690833 0.020060318 0.586513758 196.133529663 -0.009670673 0.999736011 -0.020843100 -10.543721199 -0.586777031 0.011204484 0.809671044 92.100692749\n0.831274569 0.020504462 0.555483699 196.437454224 -0.011580801 0.999741375 -0.019572731 -10.559294701 -0.555741370 0.009837367 0.831297040 92.598251343\n0.849777937 0.020315496 0.526749253 196.749053955 -0.012828884 0.999758124 -0.017862163 -10.570929527 -0.526984751 0.008421267 0.849833012 93.141777039\n0.865333676 0.018668685 0.500848353 197.054702759 -0.012949521 0.999805212 -0.014893515 -10.587291718 -0.501028836 0.006402113 0.865406871 93.709899902\n0.878292203 0.017185090 0.477815300 197.348464966 -0.013560285 0.999847174 -0.011034746 -10.605161667 -0.477931917 0.003212419 0.878391027 94.281433105\n0.888659894 0.014921565 0.458324075 197.643753052 -0.012856368 0.999888301 -0.007625520 -10.620429039 -0.458386660 0.000884112 0.888752460 94.890510559\n0.897447169 0.012081742 0.440956533 197.947784424 -0.010525734 0.999926746 -0.005974663 -10.634273529 -0.440996408 0.000720554 0.897508562 95.529861450\n0.905332923 0.008025503 0.424626708 198.244369507 -0.006204389 0.999964654 -0.005671289 -10.646327019 -0.424657226 0.002499856 0.905350745 96.160842896\n0.912794709 0.003730800 0.408401728 198.534835815 -0.001711380 0.999984443 -0.005309978 -10.654505730 -0.408415169 0.004147989 0.912786841 96.832839966\n0.919883013 0.000761211 0.392192185 198.821350098 0.001266064 0.999987125 -0.004910429 -10.668419838 -0.392190874 0.005013560 0.919870198 97.528083801\n0.926907301 0.001247101 0.375288308 199.106277466 0.001057080 0.999981821 -0.005933822 -10.678293228 -0.375288904 0.005896812 0.926889122 98.222427368\n0.933124185 0.001366184 0.359551668 199.383544922 0.000895058 0.999980867 -0.006122508 -10.688786507 -0.359553158 0.006034880 0.933105111 98.962776184\n0.937978625 0.002132236 0.346686512 199.643249512 -0.000121564 0.999983072 -0.005821328 -10.702668190 -0.346693039 0.005418136 0.937963009 99.712829590\n0.941087663 0.005167188 0.338123202 199.895767212 -0.003819730 0.999981880 -0.004650358 -10.715476990 -0.338141114 0.003084855 0.941090345 100.470779419\n0.942442536 0.007653037 0.334280610 200.160034180 -0.006777701 0.999969840 -0.003784883 -10.726686478 -0.334299505 0.001301381 0.942466021 101.253669739\n0.942894220 0.009636667 0.332952827 200.426437378 -0.009316019 0.999953330 -0.002559513 -10.740141869 -0.332961947 -0.000688444 0.942939997 102.048400879\n0.942949951 0.007632278 0.332847089 200.701446533 -0.007196885 0.999970853 -0.002540968 -10.752981186 -0.332856804 0.000000544 0.942977369 102.850784302\n0.943272114 0.005839005 0.331969291 200.992736816 -0.005370867 0.999982893 -0.002327674 -10.771429062 -0.331977189 0.000412667 0.943287313 103.644599915\n0.943341851 0.003738645 0.331801444 201.290084839 -0.002476186 0.999988019 -0.004227560 -10.782956123 -0.331813246 0.003166432 0.943339765 104.465652466\n0.943176985 0.003329072 0.332274199 201.580535889 -0.001617842 0.999983966 -0.005426565 -10.797688484 -0.332286924 0.004580643 0.943167210 105.303047180\n0.943099380 0.003462957 0.332492948 201.870880127 -0.001924614 0.999985874 -0.004955913 -10.814004898 -0.332505405 0.004033998 0.943092704 106.149604797\n0.942810655 0.002618948 0.333318532 202.172760010 -0.001574569 0.999992967 -0.003403381 -10.828660965 -0.333325088 0.002683911 0.942808151 107.004684448\n0.942527890 0.001218973 0.334125340 202.476013184 -0.001113560 0.999999225 -0.000507028 -10.845037460 -0.334125698 0.000105819 0.942528546 107.862258911\n0.942254126 -0.001117203 0.334896952 202.786819458 0.000883863 0.999999225 0.000849151 -10.862881660 -0.334897637 -0.000504113 0.942254364 108.723693848\n0.942036510 -0.001400657 0.335507482 203.093017578 0.001191627 0.999998927 0.000828893 -10.876053810 -0.335508287 -0.000381047 0.942037165 109.608978271\n0.941891730 -0.002977812 0.335903466 203.404815674 0.003173080 0.999994993 -0.000032452 -10.893798828 -0.335901678 0.001096415 0.941896439 110.478912354\n0.941818237 -0.004818955 0.336088121 203.715713501 0.004596257 0.999988377 0.001458130 -10.913112640 -0.336091220 0.000171454 0.941829443 111.358840942\n0.941665888 -0.007481363 0.336465985 204.027908325 0.006396665 0.999970138 0.004332141 -10.928490639 -0.336488336 -0.001927169 0.941685677 112.237983704\n0.941586375 -0.008359584 0.336667895 204.338867188 0.006710159 0.999959111 0.006062498 -10.944456100 -0.336704791 -0.003449270 0.941603959 113.118492126\n0.941592097 -0.010690526 0.336585850 204.651199341 0.009185809 0.999939442 0.006062626 -10.956268311 -0.336630255 -0.002616707 0.941633284 113.989669800\n0.941671193 -0.011865183 0.336325139 204.960769653 0.010756782 0.999928832 0.005158658 -10.968325615 -0.336362392 -0.001239984 0.941731811 114.867584229\n0.941750824 -0.011779897 0.336105019 205.274871826 0.011189083 0.999930561 0.003694533 -10.982480049 -0.336125195 0.000281377 0.941817284 115.745582581\n0.941774905 -0.012208796 0.336022258 205.578155518 0.012204595 0.999923289 0.002124497 -10.994999886 -0.336022407 0.002100217 0.941851616 116.622306824\n0.942337275 -0.012381896 0.334435552 205.899047852 0.012525804 0.999920070 0.001726413 -11.011425972 -0.334430188 0.002562211 0.942417026 117.508911133\n0.942708015 -0.012652412 0.333378911 206.208663940 0.012711630 0.999917209 0.002003751 -11.026635170 -0.333376646 0.002348837 0.942790806 118.385543823\n0.943038344 -0.012036071 0.332466304 206.502822876 0.011722604 0.999926925 0.002948652 -11.037902832 -0.332477510 0.001116678 0.943110526 119.284210205\n0.943467677 -0.011960733 0.331248611 206.817718506 0.011468257 0.999928296 0.003441359 -11.058649063 -0.331266046 0.000552032 0.943537235 120.149421692\n0.944071651 -0.012019285 0.329521328 207.119140625 0.011489701 0.999927700 0.003554596 -11.078310013 -0.329540193 0.000430308 0.944141448 121.033042908\n0.944477677 -0.011244710 0.328383118 207.426422119 0.010760011 0.999936700 0.003293128 -11.089974403 -0.328399360 0.000423120 0.944538891 121.908012390\n0.945028186 -0.011349010 0.326791972 207.721313477 0.010949021 0.999935389 0.003063552 -11.103866577 -0.326805592 0.000682909 0.945091307 122.775756836\n0.945436835 -0.012473098 0.325566620 208.020996094 0.011691117 0.999922156 0.004358292 -11.116740227 -0.325595647 -0.000314253 0.945509076 123.661712646\n0.945889115 -0.013973420 0.324188977 208.318862915 0.012839622 0.999901712 0.005636182 -11.132781029 -0.324235857 -0.001168740 0.945975542 124.547805786\n0.946437359 -0.014148468 0.322577327 208.615951538 0.012859022 0.999898553 0.006128060 -11.142162323 -0.322631299 -0.001651796 0.946523309 125.423690796\n0.947073877 -0.014628132 0.320682228 208.906738281 0.013376638 0.999891877 0.006105375 -11.151268959 -0.320736885 -0.001492591 0.947167158 126.284324646\n0.947678506 -0.016831437 0.318782300 209.197448730 0.015572676 0.999857605 0.006497072 -11.172327042 -0.318846256 -0.001192842 0.947805703 127.146537781\n0.948187292 -0.016524676 0.317281932 209.467193604 0.015402898 0.999863088 0.006043782 -11.188978195 -0.317338347 -0.000843577 0.948311985 128.025817871\n0.948769689 -0.016800795 0.315521538 209.756332397 0.015865935 0.999858856 0.005531489 -11.199382782 -0.315569907 -0.000242065 0.948902309 128.860458374\n0.949503541 -0.018453499 0.313213229 210.029907227 0.017121188 0.999828875 0.007003893 -11.209817886 -0.313288867 -0.001287639 0.949657023 129.695358276\n0.950411201 -0.019801278 0.310364962 210.301788330 0.017311765 0.999792099 0.010773977 -11.220541954 -0.310513765 -0.004866744 0.950556397 130.520889282\n0.950983763 -0.019722810 0.308611155 210.565292358 0.016363904 0.999775410 0.013468643 -11.230666161 -0.308807462 -0.007758378 0.951092958 131.364990234\n0.951717734 -0.020476373 0.306290835 210.821777344 0.017780749 0.999774754 0.011588685 -11.243691444 -0.306459129 -0.005583078 0.951867461 132.156204224\n0.952419043 -0.018643491 0.304220915 211.064682007 0.017233064 0.999824703 0.007320747 -11.257695198 -0.304304063 -0.001729761 0.952573359 132.938232422\n0.953232050 -0.015951781 0.301818222 211.312728882 0.015692091 0.999871492 0.003285185 -11.259610176 -0.301831841 0.001604615 0.953359842 133.725646973\n0.954042912 -0.014856212 0.299301505 211.540237427 0.014829520 0.999887228 0.002360623 -11.273687363 -0.299302816 0.002186362 0.954155684 134.474136353\n0.954899848 -0.014947562 0.296551585 211.764907837 0.014409554 0.999888182 0.004000009 -11.291184425 -0.296578228 0.000453568 0.955008447 135.211410522\n0.955825448 -0.016526040 0.293469965 211.985595703 0.015203452 0.999861360 0.006787417 -11.304986000 -0.293541431 -0.002025830 0.955944180 135.941314697\n0.957092583 -0.018427797 0.289195716 212.185501099 0.016272923 0.999819040 0.009854113 -11.317927361 -0.289324969 -0.004725239 0.957219303 136.632232666\n0.958402753 -0.017433126 0.284886450 212.376510620 0.014553980 0.999819398 0.012220317 -11.329242706 -0.285048068 -0.007565754 0.958483398 137.311553955\n0.959600925 -0.018234616 0.280773222 212.581344604 0.015414571 0.999806166 0.012249190 -11.341371536 -0.280942172 -0.007426336 0.959695995 137.986740112\n0.960582316 -0.015696419 0.277552307 212.748657227 0.013206647 0.999854028 0.010837806 -11.349905014 -0.277681917 -0.006745071 0.960649371 138.610031128\n0.961391628 -0.014731186 0.274789274 212.911163330 0.012717158 0.999877632 0.009109584 -11.354794502 -0.274889857 -0.005263340 0.961461306 139.213623047\n0.961827338 -0.011590178 0.273411512 213.069274902 0.010197969 0.999926805 0.006512690 -11.369575500 -0.273466974 -0.003475842 0.961875141 139.798599243\n0.962072909 -0.010617469 0.272585750 213.234298706 0.009455617 0.999939740 0.005575628 -11.380079269 -0.272628516 -0.002786695 0.962115347 140.362625122\n0.962542534 -0.008709500 0.270990759 213.384155273 0.007931195 0.999960661 0.003967086 -11.393911362 -0.271014631 -0.001669209 0.962573767 140.901672363\n0.962884188 -0.008121396 0.269792616 213.525970459 0.008105719 0.999966443 0.001172214 -11.401188850 -0.269793093 0.001058157 0.962917745 141.418090820\n0.962995887 -0.008144397 0.269392937 213.657394409 0.008675457 0.999962091 -0.000780798 -11.413719177 -0.269376367 0.003089012 0.963030040 141.909606934\n0.963290215 -0.006593699 0.268381298 213.793319702 0.006848712 0.999976575 -0.000013983 -11.425402641 -0.268374920 0.001851536 0.963312745 142.392868042\n0.963731408 -0.006005653 0.266806513 213.916549683 0.005982581 0.999981701 0.000899314 -11.434118271 -0.266807020 0.000729495 0.963749707 142.868072510\n0.964504659 -0.006417627 0.263987839 214.034011841 0.006459212 0.999978900 0.000710454 -11.442671776 -0.263986826 0.001019917 0.964525759 143.328750610\n0.965604544 -0.007321574 0.259912014 214.143707275 0.007477243 0.999971986 0.000389780 -11.457306862 -0.259907573 0.001567052 0.965632200 143.783798218\n0.967419684 -0.011432397 0.252919883 214.271392822 0.011748474 0.999930978 0.000260567 -11.470104218 -0.252905399 0.002719345 0.967487216 144.225509644\n0.970014632 -0.013821118 0.242653266 214.376892090 0.014071442 0.999900758 0.000701580 -11.480382919 -0.242638886 0.002733939 0.970112801 144.676986694\n0.973395944 -0.014839279 0.228648409 214.473495483 0.015162043 0.999884963 0.000345075 -11.492097855 -0.228627235 0.003130882 0.973509014 145.125076294\n0.977408886 -0.014904165 0.210831121 214.548812866 0.015495484 0.999879301 -0.001152856 -11.504833221 -0.210788488 0.004393742 0.977521837 145.565704346\n0.981951416 -0.013091769 0.188679725 214.614166260 0.013775617 0.999902427 -0.002313419 -11.511307716 -0.188631028 0.004870845 0.982035935 146.003234863\n0.986600637 -0.011222623 0.162767306 214.659103394 0.011726642 0.999928951 -0.002136100 -11.518803596 -0.162731767 0.004016191 0.986662149 146.432678223\n0.991046190 -0.010849414 0.133078083 214.692260742 0.011066928 0.999938369 -0.000894891 -11.525459290 -0.133060172 0.002359644 0.991105139 146.871032715\n0.994947851 -0.010643332 0.099827498 214.704681396 0.010567388 0.999943316 0.001289513 -11.537904739 -0.099835567 -0.000228082 0.995003939 147.292785645\n0.997919023 -0.009677959 0.063748822 214.698532104 0.009493163 0.999949813 0.003201079 -11.545600891 -0.063776605 -0.002589240 0.997960865 147.653594971\n0.999666214 -0.007457910 0.024734953 214.673690796 0.007337072 0.999960721 0.004972467 -11.555447578 -0.024771066 -0.004789325 0.999681652 148.071166992\n0.999853432 -0.001731645 -0.017034207 214.626083374 0.001836333 0.999979496 0.006132027 -11.562045097 0.017023239 -0.006162409 0.999836087 148.473663330\n0.998135090 0.002740971 -0.060982507 214.564590454 -0.002298468 0.999970555 0.007325188 -11.570370674 0.061000787 -0.007171361 0.998111963 148.862335205\n0.994253457 0.008443733 -0.106717944 214.485000610 -0.007546236 0.999932706 0.008811009 -11.571768761 0.106785156 -0.007955058 0.994250298 149.248580933\n0.987954259 0.011344124 -0.154329658 214.384948730 -0.009472315 0.999872446 0.012858590 -11.576382637 0.154455841 -0.011241840 0.987935722 149.630920410\n0.978789449 0.013435254 -0.204427660 214.280609131 -0.010295473 0.999812245 0.016414765 -11.574586868 0.204609826 -0.013961920 0.978744030 150.006179810\n0.966663361 0.016232759 -0.255535662 214.148239136 -0.011107760 0.999707460 0.021486413 -11.589613914 0.255809695 -0.017931700 0.966560841 150.356994629\n0.951257765 0.018984437 -0.307811975 213.998672485 -0.011560143 0.999597013 0.025925279 -11.587873459 0.308180124 -0.021103272 0.951093912 150.697906494\n0.932766438 0.021456551 -0.359842241 213.828002930 -0.011201878 0.999470174 0.030559082 -11.587513924 0.360307276 -0.024473576 0.932512581 151.040374756\n0.910561502 0.026467102 -0.412525475 213.639862061 -0.013419243 0.999314785 0.034494642 -11.594402313 0.413155794 -0.025873713 0.910292745 151.365264893\n0.884449124 0.028604442 -0.465759069 213.435943604 -0.013674061 0.999279499 0.035404194 -11.580669403 0.466436207 -0.024944391 0.884203076 151.681243896\n0.855089068 0.032172740 -0.517482042 213.210357666 -0.015837766 0.999227941 0.035953332 -11.562757492 0.518239260 -0.022547539 0.854938388 151.981658936\n0.825565457 0.036290668 -0.563138187 212.947006226 -0.016951401 0.999074459 0.039533079 -11.571530342 0.564051688 -0.023091163 0.825416565 152.230850220\n0.790184975 0.036347531 -0.611789644 212.689926147 -0.012839439 0.999002457 0.042769182 -11.567365646 0.612733901 -0.025940528 0.789863408 152.505249023\n0.751315713 0.036337759 -0.658941805 212.426223755 -0.007841710 0.998903990 0.046144187 -11.554716110 0.659896433 -0.029501623 0.750777185 152.769317627\n0.710412383 0.037570193 -0.702782214 212.142745972 -0.004541872 0.998798072 0.048803795 -11.543990135 0.703771055 -0.031478874 0.709729135 153.011047363\n0.671040416 0.039125584 -0.740387738 211.856475830 -0.001643864 0.998682678 0.051285222 -11.536354065 0.741419017 -0.033197362 0.670220733 153.176208496\n0.626048863 0.041474774 -0.778680146 211.544616699 0.002664653 0.998464942 0.055323504 -11.529211044 0.779779315 -0.036710132 0.624977350 153.380828857\n0.579789877 0.044776019 -0.813534796 211.230010986 0.002393049 0.998390913 0.056655765 -11.515303612 0.814762533 -0.034795266 0.578749776 153.553558350\n0.533191383 0.048180021 -0.844621599 210.903930664 -0.002316998 0.998456419 0.055492602 -11.497114182 0.845991492 -0.027631192 0.532480001 153.696151733\n0.484095931 0.050624043 -0.873549342 210.565246582 -0.006097076 0.998495936 0.054486144 -11.484595299 0.874993742 -0.021050427 0.483676434 153.829925537\n0.435341656 0.050479386 -0.898849010 210.218246460 -0.005802357 0.998563349 0.053269081 -11.472455025 0.900246620 -0.017974809 0.435009122 153.949356079\n0.387826622 0.049555369 -0.920399249 209.875671387 -0.006376591 0.998674035 0.051082887 -11.453156471 0.921710253 -0.013942295 0.387628376 154.045257568\n0.342311978 0.049035620 -0.938305914 209.518188477 -0.008081266 0.998753965 0.049246419 -11.439158440 0.939551592 -0.009274941 0.342281759 154.130340576\n0.299827158 0.048790298 -0.952745080 209.151351929 -0.009915745 0.998796761 0.048028145 -11.427499771 0.953942001 -0.004952968 0.299950242 154.206771851\n0.262091219 0.048335373 -0.963831902 208.798873901 -0.012301001 0.998831093 0.046745587 -11.416412354 0.964964747 -0.000395515 0.262379408 154.263839722\n0.228779316 0.045681369 -0.972405910 208.428054810 -0.009230393 0.998955250 0.044756949 -11.398426056 0.973434567 -0.001263777 0.228961945 154.321853638\n0.198896170 0.044113379 -0.979027271 208.043975830 -0.000430795 0.998990238 0.044925358 -11.376967430 0.980020523 -0.008513724 0.198714316 154.388214111\n0.174930274 0.045829769 -0.983513653 207.667999268 0.005217577 0.998858929 0.047472842 -11.365689278 0.984567046 -0.013435996 0.174491525 154.442672729\n0.152582169 0.048378129 -0.987105966 207.260406494 0.001165424 0.998791635 0.049130991 -11.348448753 0.988290071 -0.008646911 0.152341425 154.476669312\n0.133232713 0.051488075 -0.989746511 206.841079712 -0.002470976 0.998663783 0.051619343 -11.333684921 0.991081774 -0.004431749 0.133181930 154.508422852\n0.118471682 0.054940596 -0.991436362 206.397705078 -0.006087069 0.998489559 0.054604080 -11.324625969 0.992938817 -0.000434099 0.118627191 154.544204712\n0.104685843 0.053774409 -0.993050516 205.945678711 -0.003427864 0.998550653 0.053710889 -11.306482315 0.994499505 -0.002218732 0.104718447 154.580581665\n0.088441968 0.048548777 -0.994897604 205.482284546 0.002071830 0.998800397 0.048923407 -11.282296181 0.996079266 -0.006388144 0.088235259 154.625549316\n0.072134852 0.043033697 -0.996466160 204.995056152 0.005757169 0.999034166 0.043561365 -11.263265610 0.997378349 -0.008879120 0.071817398 154.655838013\n0.054039121 0.040210936 -0.997728884 204.477111816 0.010671757 0.999108493 0.040844545 -11.238527298 0.998481810 -0.012854724 0.053561807 154.681808472\n0.037928939 0.041932259 -0.998400390 203.946685791 0.012339458 0.999023378 0.042427205 -11.217601776 0.999204397 -0.013928943 0.037374437 154.691696167\n0.023608804 0.045274165 -0.998695612 203.381469727 0.008681504 0.998927057 0.045489889 -11.199763298 0.999683619 -0.009744142 0.023190439 154.678314209\n0.009274721 0.048178535 -0.998795688 202.811874390 0.003304276 0.998831689 0.048210956 -11.181988716 0.999951541 -0.003747439 0.009104669 154.667251587\n-0.002346158 0.049037889 -0.998794138 202.209564209 0.000425020 0.998796880 0.049037021 -11.156968117 0.999997139 -0.000309462 -0.002364159 154.649398804\n-0.010647655 0.048876952 -0.998748183 201.602981567 -0.000706221 0.998804033 0.048887219 -11.129480362 0.999943197 0.001225865 -0.010600448 154.634979248\n-0.015516043 0.049773991 -0.998640120 200.969787598 -0.001486589 0.998757958 0.049802970 -11.103494644 0.999878645 0.002257306 -0.015422702 154.619293213\n-0.019091249 0.050254531 -0.998554111 200.318054199 -0.003238236 0.998727620 0.050325185 -11.072717667 0.999812663 0.004194316 -0.018904209 154.592224121\n-0.021613717 0.050556902 -0.998487294 199.659545898 -0.006347512 0.998693526 0.050704747 -11.050964355 0.999746263 0.007433829 -0.021264553 154.575134277\n-0.022262216 0.050345726 -0.998483658 198.948425293 -0.011498136 0.998652279 0.050610591 -11.027303696 0.999686003 0.012607406 -0.021653295 154.535675049\n-0.020921111 0.049836043 -0.998538315 198.242889404 -0.017598378 0.998583794 0.050207030 -10.996986389 0.999626279 0.018623037 -0.020014405 154.510543823\n-0.015395284 0.050054304 -0.998627901 197.524902344 -0.023005359 0.998464108 0.050400756 -10.970264435 0.999616861 0.023749724 -0.014220119 154.493377686\n-0.006629109 0.049941853 -0.998730242 196.784637451 -0.027708350 0.998359382 0.050107226 -10.935401917 0.999594212 0.028005324 -0.005234361 154.476104736\n0.002552927 0.050626624 -0.998714507 196.027938843 -0.030196035 0.998266101 0.050526712 -10.903338432 0.999540865 0.030028220 0.004077256 154.475021362\n0.012338817 0.050995611 -0.998622715 195.244964600 -0.032802552 0.998181820 0.050567791 -10.874586105 0.999385715 0.032133423 0.013989151 154.486511230\n0.021927834 0.050913218 -0.998462379 194.455566406 -0.035566304 0.998109996 0.050114159 -10.843332291 0.999126792 0.034412716 0.023697197 154.500976562\n0.031544447 0.050742757 -0.998213589 193.656921387 -0.037969932 0.998050392 0.049534582 -10.807907104 0.998781025 0.036339551 0.033409655 154.527969360\n0.042278111 0.050452314 -0.997831345 192.809951782 -0.041043431 0.997968853 0.048720255 -10.770965576 0.998262644 0.038894609 0.044262946 154.560684204\n0.052135170 0.051128555 -0.997330487 191.971908569 -0.042954855 0.997879028 0.048911229 -10.736206055 0.997715950 0.040290177 0.054220855 154.607574463\n0.062856615 0.052535061 -0.996639013 191.106338501 -0.044539794 0.997766316 0.049785424 -10.704048157 0.997028291 0.041260745 0.065056086 154.660324097\n0.073449314 0.054540329 -0.995806515 190.222045898 -0.046983704 0.997584045 0.051172234 -10.666009903 0.996191621 0.043028109 0.075834394 154.722961426\n0.082801223 0.056668397 -0.994953692 189.347183228 -0.047855351 0.997456253 0.052828357 -10.629762650 0.995416522 0.043239594 0.085302472 154.800048828\n0.091282308 0.058490153 -0.994105875 188.455917358 -0.048637826 0.997344017 0.054214578 -10.592714310 0.994636595 0.043402310 0.093884706 154.890930176\n0.099579573 0.059907015 -0.993224621 187.578506470 -0.049119052 0.997264981 0.055226091 -10.560134888 0.993816555 0.043286856 0.102249801 154.982040405\n0.107638776 0.060300458 -0.992359757 186.680404663 -0.049272537 0.997255862 0.055253502 -10.524670601 0.992968440 0.042948652 0.110314608 155.072540283\n0.113829017 0.060041610 -0.991684437 185.791610718 -0.047630925 0.997354150 0.054917637 -10.489317894 0.992357969 0.040983621 0.116387665 155.167404175\n0.118057013 0.059425436 -0.991227150 184.910278320 -0.046238825 0.997453928 0.054291613 -10.454511642 0.991929710 0.039423667 0.120504200 155.266830444\n0.120099306 0.059063241 -0.991003335 184.028366089 -0.045559540 0.997504890 0.053929385 -10.424523354 0.991715908 0.038672779 0.122490525 155.379333496\n0.121503592 0.059028447 -0.990834415 183.139373779 -0.045567743 0.997509420 0.053838249 -10.389199257 0.991544604 0.038608532 0.123890817 155.490921021\n0.122243166 0.058639165 -0.990766406 182.262512207 -0.046617206 0.997490585 0.053285398 -10.353236198 0.991404772 0.039672986 0.124669969 155.597839355\n0.123953521 0.057887375 -0.990598142 181.348617554 -0.046601076 0.997535050 0.052461553 -10.325366974 0.991193175 0.039660137 0.126345575 155.699890137\n0.124990523 0.057921335 -0.990465879 180.450561523 -0.047722124 0.997489989 0.052309871 -10.291400909 0.991009653 0.040728889 0.127440929 155.808044434\n0.125828505 0.057916913 -0.990359902 179.557693481 -0.048235029 0.997470856 0.052204344 -10.257449150 0.990878642 0.041201245 0.128303885 155.922271729\n0.126302421 0.058403958 -0.990270972 178.659225464 -0.048686832 0.997427225 0.052616339 -10.227597237 0.990796268 0.041567590 0.128820956 156.027542114\n0.126950920 0.058158837 -0.990202606 177.758193970 -0.049296625 0.997415900 0.052262332 -10.191381454 0.990683377 0.042178888 0.129489899 156.144226074\n0.126207292 0.058496039 -0.990277767 176.858657837 -0.050361183 0.997350454 0.052495476 -10.160431862 0.990724802 0.043246236 0.128818810 156.260467529\n0.125580907 0.058651026 -0.990348279 175.961807251 -0.051565360 0.997287512 0.052523252 -10.131249428 0.990742505 0.044471737 0.128264606 156.369232178\n0.125440598 0.055789866 -0.990531385 175.070907593 -0.049079593 0.997544110 0.049969420 -10.097467422 0.990886509 0.042346671 0.127870619 156.471572876\n0.124089837 0.054663390 -0.990764201 174.176620483 -0.049622130 0.997573972 0.048824102 -10.069703102 0.991029501 0.043105252 0.126501322 156.587036133\n0.123588800 0.056248453 -0.990738153 173.278137207 -0.051555816 0.997407854 0.050195832 -10.032411575 0.990993381 0.044874664 0.126168370 156.695159912\n0.121942401 0.059999142 -0.990722179 172.381423950 -0.051428150 0.997212350 0.054062195 -10.004146576 0.991204023 0.044358522 0.124688089 156.810699463\n0.121980131 0.062080938 -0.990589142 171.488281250 -0.050282713 0.997146904 0.056300156 -9.977992058 0.991258085 0.042942010 0.124753714 156.909881592\n0.121651590 0.061573621 -0.990661323 170.597579956 -0.051113274 0.997138381 0.055699572 -9.939918518 0.991256058 0.043859988 0.124450684 157.016006470\n0.121299088 0.060707167 -0.990757883 169.696960449 -0.051579136 0.997165084 0.054784894 -9.904615402 0.991275012 0.044457078 0.124086440 157.120651245\n0.121417224 0.060450964 -0.990759075 168.816345215 -0.051905122 0.997164845 0.054480851 -9.874303818 0.991243541 0.044810556 0.124210715 157.220748901\n0.122461975 0.060622863 -0.990620077 167.925537109 -0.051420491 0.997179687 0.054667614 -9.839211464 0.991140366 0.044243455 0.125233829 157.326660156\n0.123841703 0.062124901 -0.990355432 167.030349731 -0.053142447 0.997021198 0.055897705 -9.811070442 0.990877986 0.045707434 0.126774251 157.432357788\n0.125998259 0.062172841 -0.990080297 166.138793945 -0.052710112 0.997043908 0.055902202 -9.774175644 0.990629137 0.045143660 0.128902972 157.541137695\n0.127318919 0.061974242 -0.989923835 165.250259399 -0.053098403 0.997040749 0.055590555 -9.740740776 0.990439594 0.045485638 0.130232871 157.654312134\n0.128279030 0.060895897 -0.989866734 164.364288330 -0.052724291 0.997120261 0.054509472 -9.704998970 0.990335643 0.045197602 0.131120324 157.766662598\n0.129486382 0.059882123 -0.989771426 163.463088989 -0.052562200 0.997185946 0.053454287 -9.672944069 0.990187109 0.045102954 0.132269561 157.875976562\n0.129735887 0.059318885 -0.989772737 162.580368042 -0.052848417 0.997203708 0.052837055 -9.641167641 0.990139306 0.045453053 0.132508039 157.989532471\n0.130692124 0.059455626 -0.989638686 161.698089600 -0.053748842 0.997157097 0.052809220 -9.612438202 0.989965022 0.046290178 0.133516252 158.098632812\n0.131085753 0.059507888 -0.989583433 160.809707642 -0.053485930 0.997167528 0.052878905 -9.577753067 0.989927173 0.045997117 0.133897245 158.212097168\n0.131813586 0.059865486 -0.989465177 159.931503296 -0.053001557 0.997172534 0.053271096 -9.548077583 0.989856601 0.045421343 0.134613872 158.328155518\n0.132494569 0.060994241 -0.989305317 159.053192139 -0.052817591 0.997121215 0.054402426 -9.516156197 0.989775538 0.045044690 0.135334730 158.443908691\n0.133299172 0.061229277 -0.989182711 158.182250977 -0.052417140 0.997128367 0.054657534 -9.482234955 0.989688814 0.044564314 0.136125863 158.559280396\n0.133255720 0.061316695 -0.989183068 157.299331665 -0.052836925 0.997104466 0.054689899 -9.453796387 0.989672244 0.044977650 0.136109650 158.675628662\n0.133574367 0.059351407 -0.989260018 156.427673340 -0.051209401 0.997284949 0.052918345 -9.421678543 0.989714921 0.043590873 0.136251032 158.793563843\n0.134200156 0.056841940 -0.989322722 155.542114258 -0.051264267 0.997414947 0.050352961 -9.389159203 0.989627421 0.043959521 0.136767209 158.908081055\n0.134522855 0.055435400 -0.989358723 154.664520264 -0.051259778 0.997486413 0.048921030 -9.355173111 0.989583850 0.044133302 0.137026310 159.027618408\n0.135370791 0.055568408 -0.989235520 153.776214600 -0.052346654 0.997432709 0.048865549 -9.325552940 0.989411235 0.045168199 0.137932062 159.143478394\n0.136575997 0.056316238 -0.989027619 152.892623901 -0.051474437 0.997437537 0.049686942 -9.296476364 0.989291430 0.044123586 0.139124870 159.259536743\n0.137461126 0.056724358 -0.988881588 151.989349365 -0.051140666 0.997433722 0.050106034 -9.266458511 0.989186049 0.043684430 0.140009284 159.387100220\n0.138179660 0.056795605 -0.988777399 151.102645874 -0.051636282 0.997409701 0.050075378 -9.230507851 0.989060223 0.044137385 0.140754461 159.513092041\n0.139162302 0.057024058 -0.988626361 150.202987671 -0.051331311 0.997413874 0.050305359 -9.203278542 0.988938332 0.043746881 0.141729534 159.636856079\n0.140514731 0.057819176 -0.988388896 149.311843872 -0.046301406 0.997584879 0.051774669 -9.169565201 0.988995373 0.038488690 0.142852485 159.758026123\n0.141544163 0.059910741 -0.988117456 148.400085449 -0.043945160 0.997563243 0.054188471 -9.135219574 0.988956153 0.035752911 0.143832028 159.893417358\n0.142008543 0.060120326 -0.988037944 147.473571777 -0.047070030 0.997434855 0.053926837 -9.101530075 0.988745630 0.038848910 0.144474149 160.029586792\n0.143586159 0.056961492 -0.987997293 146.595916748 -0.045240190 0.997676253 0.050944742 -9.075890541 0.988603354 0.037382212 0.145829439 160.139755249\n0.143828034 0.052971132 -0.988184035 145.687576294 -0.044899154 0.997887373 0.046956301 -9.035174370 0.988583684 0.037614994 0.145902514 160.268737793\n0.144417822 0.052883610 -0.988102734 144.764755249 -0.046230193 0.997841060 0.046647958 -9.008773804 0.988436341 0.038943373 0.146550834 160.391662598\n0.143352926 0.052890364 -0.988257349 143.830093384 -0.046862625 0.997813582 0.046604086 -8.981273651 0.988561511 0.039631497 0.145518124 160.527236938\n0.141185224 0.053654891 -0.988528192 142.907653809 -0.045826059 0.997814059 0.047613863 -8.950438499 0.988922000 0.038577978 0.143335402 160.659866333\n0.138126075 0.054362845 -0.988921583 141.980468750 -0.045004871 0.997805595 0.048565228 -8.919839859 0.989391625 0.037798163 0.140269578 160.785858154\n0.134258747 0.054161642 -0.989465177 141.036895752 -0.043016970 0.997882545 0.048785497 -8.884674072 0.990012348 0.036013905 0.136304319 160.913299561\n0.130253851 0.054038126 -0.990006983 140.079299927 -0.042614490 0.997896016 0.048862007 -8.859043121 0.990564466 0.035824176 0.132282615 161.025451660\n0.125565886 0.054160252 -0.990605831 139.132598877 -0.042717539 0.997877836 0.049143109 -8.823171616 0.991165221 0.036145542 0.127613008 161.135940552\n0.119303286 0.055224266 -0.991320789 138.171432495 -0.043147929 0.997797012 0.050392278 -8.787078857 0.991919756 0.036761478 0.121423304 161.263305664\n0.114365041 0.056961611 -0.991804481 137.218109131 -0.044179089 0.997658730 0.052203540 -8.759428024 0.992456019 0.037846748 0.116613805 161.365127563\n0.110370576 0.056908086 -0.992259920 136.269317627 -0.045751128 0.997592032 0.052124925 -8.728952408 0.992836952 0.039643958 0.112708449 161.448333740\n0.107330799 0.054623824 -0.992721677 135.311050415 -0.046144091 0.997687280 0.049908057 -8.695646286 0.993151963 0.040451564 0.109603107 161.547012329\n0.105796218 0.050961860 -0.993081212 134.339233398 -0.046761386 0.997835994 0.046224218 -8.661522865 0.993287861 0.041547496 0.107950330 161.638305664\n0.104951143 0.048165824 -0.993310392 133.368499756 -0.047315702 0.997937083 0.043390892 -8.630407333 0.993351281 0.042445242 0.107013643 161.734390259\n0.104250252 0.047941498 -0.993394971 132.391784668 -0.044940166 0.998044312 0.043449704 -8.603385925 0.993535280 0.040113691 0.106200874 161.834793091\n0.103456616 0.047983125 -0.993475914 131.406616211 -0.041148454 0.998187006 0.043925628 -8.574316978 0.993782461 0.036335602 0.105243504 161.934112549\n0.102553129 0.050194882 -0.993460417 130.422744751 -0.039069314 0.998158634 0.046399206 -8.546199799 0.993960083 0.034055419 0.104325354 162.035018921\n0.101964056 0.053265281 -0.993361056 129.423797607 -0.037975416 0.998046041 0.049618490 -8.512122154 0.994062960 0.032663994 0.103787601 162.133636475\n0.100889564 0.056487575 -0.993292809 128.441040039 -0.037556484 0.997891486 0.052934457 -8.476704597 0.994188607 0.031964045 0.102798283 162.232055664\n0.100540340 0.057960007 -0.993243277 127.447280884 -0.037644830 0.997808516 0.054415837 -8.445134163 0.994220495 0.031919494 0.102501869 162.323257446\n0.099834263 0.059050541 -0.993250251 126.472274780 -0.039475091 0.997686565 0.055346537 -8.407309532 0.994220674 0.033683170 0.101934314 162.415588379\n0.099547386 0.059679464 -0.993241549 125.483734131 -0.039870769 0.997637331 0.055947550 -8.373506546 0.994233727 0.034031868 0.101691663 162.507995605\n0.098746538 0.059518669 -0.993331254 124.505508423 -0.040454995 0.997624576 0.055754315 -8.335971832 0.994290113 0.034679648 0.100919783 162.605529785\n0.098693967 0.058449700 -0.993399918 123.523147583 -0.041184172 0.997658134 0.054608617 -8.303383827 0.994265378 0.035522800 0.100870013 162.690399170\n0.097749054 0.056841891 -0.993586659 122.551193237 -0.041748703 0.997722924 0.052971289 -8.263765335 0.994335175 0.036303043 0.099899530 162.785644531\n0.097403884 0.056235269 -0.993654907 121.570556641 -0.042621493 0.997722149 0.052287441 -8.236635208 0.994331896 0.037258055 0.099578857 162.875625610\n0.097107351 0.055790778 -0.993709028 120.588516235 -0.044951249 0.997654676 0.051619567 -8.199151039 0.994258344 0.039655820 0.099387467 162.960845947\n0.096985638 0.055308927 -0.993747771 119.587188721 -0.043038122 0.997753859 0.051331550 -8.166312218 0.994354784 0.037790619 0.099148214 163.054260254\n0.096194685 0.054962810 -0.993843973 118.608901978 -0.043826316 0.997739792 0.050936289 -8.135150909 0.994397283 0.038656712 0.098386109 163.148345947\n0.096643925 0.055358902 -0.993778408 117.632064819 -0.044108029 0.997709394 0.051288422 -8.102169037 0.994341254 0.038876887 0.098864317 163.235000610\n0.096684217 0.054859780 -0.993802071 116.655426025 -0.043559060 0.997756422 0.050840329 -8.074606895 0.994361520 0.038373623 0.098856986 163.326583862\n0.097108901 0.054733895 -0.993767679 115.675338745 -0.043321148 0.997772813 0.050721236 -8.039689064 0.994330585 0.038125664 0.099263728 163.423889160\n0.097171903 0.054651272 -0.993765950 114.707168579 -0.044043642 0.997749209 0.050563671 -8.006151199 0.994292557 0.038855709 0.099360228 163.513168335\n0.097496390 0.056283753 -0.993643284 113.704040527 -0.044213835 0.997658849 0.052172944 -7.972291946 0.994253457 0.038846090 0.099756658 163.601654053\n0.097282946 0.056588471 -0.993646801 112.726486206 -0.045096017 0.997607470 0.052398909 -7.937999249 0.994234681 0.039711986 0.099602103 163.692535400\n0.097665012 0.055653375 -0.993662059 111.747314453 -0.045134868 0.997655571 0.051440831 -7.903594971 0.994195402 0.039824832 0.099947929 163.784088135\n0.097794294 0.054927632 -0.993689716 110.761306763 -0.046147421 0.997651994 0.050605044 -7.872826576 0.994136155 0.040907338 0.100099444 163.871246338\n0.097764492 0.055970564 -0.993634462 109.787506104 -0.046009768 0.997603953 0.051667225 -7.839551926 0.994145453 0.040665668 0.100105464 163.964874268\n0.097054303 0.058308728 -0.993569613 108.804824829 -0.046493355 0.997458220 0.053995349 -7.805031776 0.994192541 0.040953904 0.099518597 164.058471680\n0.097485602 0.059837319 -0.993436456 107.802291870 -0.045076426 0.997432053 0.055654645 -7.774403572 0.994215608 0.039355040 0.099932551 164.153991699\n0.096837580 0.059784349 -0.993503034 106.821456909 -0.046463326 0.997377634 0.055488683 -7.738399506 0.994215071 0.040788069 0.099361420 164.245758057\n0.096116662 0.058482394 -0.993650615 105.842239380 -0.046831701 0.997432649 0.054174919 -7.695828438 0.994267821 0.041327227 0.098608732 164.342956543\n0.095734060 0.059114825 -0.993650079 104.864395142 -0.047133721 0.997384489 0.054795861 -7.663167953 0.994290411 0.041588597 0.098269939 164.428771973\n0.095667064 0.060488246 -0.993573844 103.863464355 -0.048612420 0.997244895 0.056031052 -7.633649826 0.994225621 0.042939704 0.098343968 164.513488770\n0.095036387 0.060578942 -0.993628800 102.884857178 -0.051862914 0.997092426 0.055829637 -7.592496872 0.994121850 0.046226643 0.097901881 164.595428467\n0.094689012 0.057323501 -0.993855119 101.904479980 -0.053983450 0.997167528 0.052371308 -7.558129787 0.994042158 0.048692740 0.097515345 164.684768677\n0.095423043 0.053615052 -0.993991911 100.936874390 -0.057636455 0.997170806 0.048253428 -7.521184921 0.993766844 0.052685674 0.098243296 164.758636475\n0.097528100 0.051476009 -0.993900776 99.966598511 -0.060912412 0.997098029 0.045664471 -7.484032631 0.993367136 0.056087311 0.100380599 164.841247559\n0.099373937 0.053387750 -0.993617058 98.994873047 -0.062640123 0.996914685 0.047300149 -7.458060741 0.993076682 0.057539877 0.102411568 164.933776855\n0.102034450 0.055851329 -0.993211925 98.006942749 -0.060759261 0.996908486 0.049817290 -7.429516792 0.992923737 0.055263724 0.105112493 165.030181885\n0.104068875 0.057880692 -0.992884576 97.032592773 -0.059849449 0.996860445 0.051839367 -7.398974895 0.992767870 0.054028712 0.107206285 165.130935669\n0.106199384 0.059726540 -0.992549598 96.071884155 -0.058753531 0.996827245 0.053697523 -7.368424416 0.992607653 0.052613135 0.109371603 165.230163574\n0.108754814 0.060439337 -0.992229521 95.085983276 -0.057540923 0.996859133 0.054414473 -7.330848694 0.992401838 0.051175967 0.111890972 165.333587646\n0.111489117 0.061221387 -0.991878092 94.112976074 -0.056774940 0.996862769 0.055147436 -7.294172287 0.992142498 0.050165478 0.114615142 165.439941406\n0.113305807 0.061527170 -0.991653264 93.137100220 -0.058942825 0.996739089 0.055107944 -7.253266335 0.991810203 0.052206792 0.116562903 165.545684814\n0.115323961 0.061456483 -0.991424978 92.168289185 -0.059411455 0.996724188 0.054874148 -7.224102974 0.991549611 0.052573700 0.118597388 165.653701782\n0.116787076 0.058897451 -0.991409063 91.203567505 -0.059979100 0.996836185 0.052154385 -7.186957836 0.991344213 0.053372867 0.119950175 165.765045166\n0.118792593 0.055525947 -0.991365433 90.235610962 -0.059132665 0.997058630 0.048759118 -7.156560898 0.991156816 0.052829847 0.121726573 165.873657227\n0.119516551 0.052381825 -0.991449356 89.245834351 -0.059796061 0.997174203 0.045476031 -7.121209621 0.991029859 0.053849634 0.122311056 165.991928101\n0.120058835 0.052151900 -0.991396070 88.268264771 -0.059750933 0.997188509 0.045220722 -7.088992119 0.990967095 0.053807687 0.122837424 166.109802246\n0.120287776 0.054364897 -0.991249382 87.277435303 -0.058748174 0.997139335 0.047558863 -7.064093590 0.990999281 0.052513342 0.123137474 166.225524902\n0.120494008 0.055662300 -0.991152287 86.303955078 -0.055043709 0.997265399 0.049313962 -7.032740593 0.991186857 0.048614658 0.123228371 166.347518921\n0.120223045 0.055840004 -0.991175234 85.312133789 -0.053829618 0.997314692 0.049656704 -7.000342846 0.991286457 0.047384702 0.122906089 166.465774536\n0.119356215 0.055092502 -0.991321743 84.339843750 -0.052905880 0.997393668 0.049060021 -6.968647480 0.991440833 0.046591137 0.121959865 166.584548950\n0.118455410 0.056132577 -0.991371512 83.352737427 -0.051602572 0.997399747 0.050308101 -6.940584183 0.991617620 0.045198053 0.121043980 166.697601318\n0.117267787 0.059263241 -0.991330564 82.379943848 -0.050093342 0.997300148 0.053694405 -6.903147221 0.991836190 0.043362431 0.119919837 166.815582275\n0.116874337 0.064412810 -0.991055787 81.390640259 -0.052423235 0.996903479 0.058610652 -6.860072136 0.991762221 0.045104261 0.119889140 166.919219971\n0.117207944 0.065209173 -0.990964174 80.393249512 -0.051532261 0.996896982 0.059504513 -6.826340675 0.991769433 0.044092227 0.120204628 167.034027100\n0.117289484 0.060471579 -0.991254985 79.412857056 -0.051126316 0.997188449 0.054784071 -6.785903931 0.991780877 0.044253614 0.120051444 167.154861450\n0.118053973 0.053052917 -0.991589069 78.423751831 -0.048762914 0.997676790 0.047573142 -6.752696037 0.991809309 0.042736560 0.120366693 167.280075073\n0.119043350 0.049922492 -0.991633236 77.442855835 -0.047946762 0.997859001 0.044480022 -6.719160080 0.991730750 0.042250548 0.121182084 167.388275146\n0.120047390 0.052567687 -0.991375446 76.442947388 -0.046811938 0.997786105 0.047239073 -6.690064907 0.991663933 0.040737279 0.122242451 167.491195679\n0.119570494 0.056679156 -0.991206527 75.448791504 -0.046365403 0.997598588 0.051451545 -6.654254436 0.991742492 0.039805602 0.121911347 167.611755371\n0.118309081 0.058806404 -0.991234064 74.448562622 -0.045408282 0.997520924 0.053759661 -6.623836994 0.991938114 0.038649965 0.120686114 167.732681274\n0.117119610 0.058215201 -0.991410077 73.458175659 -0.044913381 0.997569561 0.053271063 -6.586836815 0.992101669 0.038288496 0.119449615 167.841430664\n0.115504801 0.058693692 -0.991571367 72.458923340 -0.045065332 0.997534454 0.053797156 -6.544778824 0.992284119 0.038471662 0.117865086 167.951995850\n0.113594174 0.059029140 -0.991772056 71.465972900 -0.043677259 0.997565091 0.054371290 -6.512862206 0.992566645 0.037141629 0.115895808 168.054229736\n0.109874606 0.059883036 -0.992139995 70.460937500 -0.041700292 0.997582316 0.055593416 -6.472267151 0.993070364 0.035264216 0.112106085 168.170318604\n0.107308149 0.059520572 -0.992442608 69.463638306 -0.039516322 0.997672975 0.055561546 -6.439585686 0.993440211 0.033255477 0.109410465 168.265777588\n0.103825450 0.058255251 -0.992888033 68.471725464 -0.039029445 0.997752905 0.054459412 -6.397474289 0.993829489 0.033097591 0.105865836 168.369903564\n0.101441324 0.057475381 -0.993179917 67.479187012 -0.038919896 0.997794747 0.053767249 -6.361326694 0.994080007 0.033200234 0.103454530 168.460922241\n0.098754168 0.057366185 -0.993456960 66.472503662 -0.039420161 0.997778893 0.053697202 -6.321587086 0.994330764 0.033859413 0.100796223 168.555236816\n0.097462058 0.056633394 -0.993626595 65.441192627 -0.040014111 0.997795343 0.052946132 -6.285542011 0.994434536 0.034598846 0.099513292 168.648437500\n0.095617294 0.056249078 -0.993827701 64.437606812 -0.039578855 0.997827470 0.052667536 -6.246132851 0.994631052 0.034298629 0.097635806 168.738739014\n0.093645215 0.058256466 -0.993899763 63.437576294 -0.040920265 0.997668266 0.054621845 -6.209743023 0.994764328 0.035555564 0.095810771 168.827148438\n0.092543542 0.059872486 -0.993906975 62.443374634 -0.041580476 0.997552156 0.056220479 -6.170012474 0.994840145 0.036124282 0.094806492 168.913116455\n0.091579795 0.059902672 -0.993994355 61.408340454 -0.044031888 0.997456312 0.056054510 -6.129016876 0.994823754 0.038633987 0.093984485 168.999328613\n0.090940475 0.059244834 -0.994092643 60.398574829 -0.044621017 0.997468710 0.055364069 -6.089055061 0.994856298 0.039322574 0.093353868 169.093063354\n0.090874255 0.058142826 -0.994163632 59.399047852 -0.044240791 0.997544289 0.054296587 -6.055025101 0.994879246 0.039048422 0.093223393 169.178253174\n0.090448618 0.057402682 -0.994245470 58.377059937 -0.044340942 0.997579575 0.053561389 -6.011571407 0.994913578 0.039241225 0.092774987 169.262969971\n0.089580655 0.057418525 -0.994323254 57.374557495 -0.042901821 0.997632682 0.053744517 -5.977025032 0.995055318 0.037843794 0.091831982 169.355010986\n0.088644207 0.058414157 -0.994349062 56.361633301 -0.042334396 0.997597814 0.054830983 -5.946766376 0.995163321 0.037234716 0.090904176 169.437530518\n0.087171853 0.059346870 -0.994424105 55.361770630 -0.041905418 0.997558773 0.055860493 -5.910462379 0.995311618 0.036802281 0.089446008 169.521804810\n0.085740328 0.059770923 -0.994522989 54.345123291 -0.040892910 0.997568846 0.056428500 -5.877748489 0.995477974 0.035830744 0.087976098 169.610061646\n0.084393799 0.058370046 -0.994721413 53.346664429 -0.038874242 0.997715652 0.055247590 -5.836832523 0.995673954 0.034006484 0.086470127 169.695205688\n0.082559526 0.057764933 -0.994910657 52.343460083 -0.038664646 0.997752786 0.054721486 -5.804026604 0.995835841 0.033950087 0.084607422 169.777801514\n0.081028819 0.057873074 -0.995030284 51.348190308 -0.037644755 0.997778237 0.054967359 -5.767042637 0.996000707 0.033003725 0.083027422 169.859985352\n0.079282939 0.056453142 -0.995252371 50.371841431 -0.036469206 0.997891068 0.053697638 -5.734019756 0.996184826 0.032038756 0.081174552 169.935256958\n0.077166677 0.053840607 -0.995563388 49.369079590 -0.036336631 0.998029351 0.051157493 -5.706633091 0.996355832 0.032227766 0.078971028 170.002227783\n0.074846864 0.048904099 -0.995995164 48.385971069 -0.033648908 0.998351812 0.046491168 -5.671109676 0.996627152 0.030034430 0.076369047 170.073974609\n0.072339118 0.046431620 -0.996298790 47.391525269 -0.033540461 0.998464048 0.044097230 -5.645906448 0.996816039 0.030226363 0.073785305 170.147979736\n0.070760965 0.046950288 -0.996387780 46.410125732 -0.033161405 0.998450279 0.044692434 -5.615942001 0.996941984 0.029879138 0.072208226 170.203109741\n0.068186045 0.050591163 -0.996389151 45.431304932 -0.031771511 0.998317003 0.048514824 -5.587838173 0.997166693 0.028348746 0.069678664 170.266799927\n0.066463947 0.053350147 -0.996361554 44.456466675 -0.031573102 0.998181939 0.051341485 -5.557880878 0.997289181 0.028045869 0.068027496 170.330871582\n0.065373242 0.055247694 -0.996330321 43.468368530 -0.031686414 0.998077512 0.053265505 -5.537358761 0.997357666 0.028087988 0.066998184 170.381332397\n0.065063357 0.054470614 -0.996393502 42.492218018 -0.032895841 0.998083413 0.052414943 -5.500543118 0.997338891 0.029366899 0.066730499 170.444702148\n0.065014243 0.054204650 -0.996411085 41.534164429 -0.033383522 0.998082817 0.052117370 -5.469109535 0.997325778 0.029875338 0.066699088 170.506271362\n0.065384865 0.056382943 -0.996266007 40.562942505 -0.035703875 0.997895241 0.054131910 -5.438554764 0.997221231 0.032031149 0.067260325 170.557205200\n0.065471828 0.058731146 -0.996124685 39.590057373 -0.036388014 0.997742951 0.056434903 -5.402686596 0.997190893 0.032552082 0.067461133 170.611999512\n0.064911783 0.059549086 -0.996112704 38.631820679 -0.036984324 0.997675598 0.057232436 -5.364703178 0.997205496 0.033125486 0.066963315 170.677688599\n0.064781308 0.058873400 -0.996161342 37.684661865 -0.036919147 0.997716129 0.056564398 -5.331670284 0.997216344 0.033113100 0.066806912 170.738174438\n0.064582646 0.058241285 -0.996211350 36.731292725 -0.037582755 0.997729123 0.055893596 -5.298247814 0.997204363 0.033830609 0.066624880 170.789321899\n0.062823951 0.058654547 -0.996299684 35.791793823 -0.038028643 0.997687221 0.056338258 -5.263548374 0.997300029 0.034348518 0.064909220 170.846267700\n0.061298668 0.059612360 -0.996337771 34.852325439 -0.039405830 0.997581184 0.057262354 -5.232545376 0.997341335 0.035751410 0.063499451 170.890838623\n0.059785843 0.060265314 -0.996390462 33.935394287 -0.040334400 0.997506499 0.057912659 -5.186923027 0.997396111 0.036726441 0.062067509 170.940933228\n0.057703972 0.060763594 -0.996482968 33.017089844 -0.041262895 0.997438252 0.058432411 -5.147595406 0.997480750 0.037745979 0.060063422 170.992202759\n0.055764914 0.060534723 -0.996607244 32.105270386 -0.041803289 0.997426689 0.058245406 -5.117105961 0.997568488 0.038413398 0.058151960 171.032775879\n0.053799570 0.060196385 -0.996735692 31.191421509 -0.041588739 0.997450233 0.057994753 -5.086330891 0.997685313 0.038332887 0.056165874 171.072860718\n0.051033914 0.059724864 -0.996909559 30.302825928 -0.042027276 0.997454405 0.057606041 -5.053128242 0.997812331 0.038957521 0.053414047 171.116363525\n0.049256146 0.059329532 -0.997022569 29.413162231 -0.041840684 0.997480452 0.057289720 -5.017723083 0.997909486 0.038894229 0.051614404 171.158325195\n0.047614992 0.059366066 -0.997100115 28.529083252 -0.041596327 0.997484207 0.057402566 -4.987543106 0.997999370 0.038742475 0.049964607 171.197525024\n0.046371102 0.058995310 -0.997180760 27.657211304 -0.041413534 0.997509778 0.057088956 -4.953356743 0.998065531 0.038649492 0.048698843 171.230133057\n0.044555545 0.059606042 -0.997227252 26.797119141 -0.041927852 0.997450471 0.057746079 -4.922045231 0.998126805 0.039238680 0.046941102 171.266632080\n0.043304920 0.060528930 -0.997226715 25.956832886 -0.042533603 0.997369707 0.058690574 -4.888593197 0.998156190 0.039874043 0.045765519 171.295501709\n0.042502642 0.061255261 -0.997216761 25.126480103 -0.044843316 0.997229815 0.059344787 -4.857409000 0.998089433 0.042196203 0.045131803 171.324676514\n0.042660356 0.061434165 -0.997199059 24.313888550 -0.046206981 0.997160971 0.059455074 -4.825617790 0.998020589 0.043541178 0.045377910 171.355773926\n0.043987811 0.061272983 -0.997151315 23.520797729 -0.047560699 0.997114122 0.059172630 -4.800891399 0.997899294 0.044822335 0.046775103 171.385040283\n0.046499610 0.060424212 -0.997089207 22.737182617 -0.049084242 0.997101247 0.058135886 -4.772897720 0.997711718 0.046238061 0.049330711 171.416915894\n0.049539924 0.059084892 -0.997022927 21.956680298 -0.048705913 0.997203887 0.056675520 -4.741548538 0.997583866 0.045753215 0.052279174 171.447875977\n0.051967442 0.058435235 -0.996937692 21.204513550 -0.049682800 0.997201681 0.055860888 -4.713174820 0.997412205 0.046627704 0.054725230 171.487304688\n0.054480493 0.057948176 -0.996831954 20.460205078 -0.048376605 0.997295439 0.055331159 -4.688555717 0.997342288 0.045208868 0.057136476 171.533340454\n0.057610929 0.057345994 -0.996690750 19.702987671 -0.048737060 0.997320056 0.054565094 -4.661065102 0.997148812 0.045432232 0.060251415 171.567352295\n0.060193658 0.056645975 -0.996578157 18.962417603 -0.047661230 0.997412860 0.053814664 -4.635152340 0.997048259 0.044258833 0.062737763 171.612442017\n0.062789500 0.055739529 -0.996469080 18.231750488 -0.047343392 0.997481525 0.052812960 -4.608650208 0.996903241 0.043860126 0.065270305 171.663146973\n0.065232933 0.055761665 -0.996311009 17.514404297 -0.047917005 0.997460723 0.052688673 -4.578964233 0.996719062 0.044303186 0.067739189 171.703109741\n0.067183077 0.056667659 -0.996130109 16.763458252 -0.044705864 0.997554064 0.053733516 -4.564383030 0.996738613 0.040922876 0.069552124 171.755783081\n0.068904996 0.058021624 -0.995934486 16.061676025 -0.044547193 0.997490466 0.055030219 -4.539668083 0.996628106 0.040574230 0.071316779 171.799133301\n0.069691122 0.058427963 -0.995856166 15.355789185 -0.045647968 0.997424364 0.055325475 -4.511844635 0.996523738 0.041603107 0.072178781 171.844757080\n0.071184635 0.057754342 -0.995789766 14.646591187 -0.043584961 0.997548878 0.054740667 -4.486313343 0.996510506 0.039504759 0.073527396 171.896163940\n0.072515488 0.057596151 -0.995702863 13.968872070 -0.043585110 0.997560441 0.054529365 -4.465954304 0.996414483 0.039443593 0.074848950 171.940887451\n0.073829889 0.057416935 -0.995616674 13.292922974 -0.043823507 0.997563660 0.054279488 -4.434195042 0.996307552 0.039623965 0.076166213 171.990310669\n0.075714827 0.058568452 -0.995408118 12.609832764 -0.043963306 0.997498810 0.055347435 -4.409968376 0.996160030 0.039570794 0.078100264 172.028274536\n0.077421844 0.060028110 -0.995189786 11.959045410 -0.043937866 0.997421443 0.056744527 -4.384432793 0.996029913 0.039333235 0.079859734 172.077011108\n0.079313636 0.061389845 -0.994957626 11.326354980 -0.042519521 0.997401893 0.058151189 -4.365935802 0.995942533 0.037692938 0.081717789 172.129974365\n0.082167685 0.061274312 -0.994733214 10.713943481 -0.042371329 0.997420490 0.057939857 -4.341221809 0.995717525 0.037387371 0.084552050 172.177932739\n0.085139990 0.061296292 -0.994481742 10.093551636 -0.042470168 0.997421980 0.057841547 -4.324360371 0.995463431 0.037311181 0.087523758 172.229751587\n0.088341475 0.061405890 -0.994195819 9.503738403 -0.042379737 0.997425973 0.057839658 -4.297308922 0.995188415 0.037024107 0.090716422 172.281799316\n0.092098355 0.061194133 -0.993867815 8.932830811 -0.040782332 0.997504175 0.057638869 -4.270015717 0.994914472 0.035223797 0.094364107 172.337097168\n0.095403612 0.061935011 -0.993510067 8.369033813 -0.038891137 0.997532427 0.058451176 -4.259074211 0.994678676 0.033062279 0.097576976 172.396057129\n0.099350214 0.063375391 -0.993032396 7.827545166 -0.039078254 0.997448325 0.059747543 -4.237825394 0.994284987 0.032870028 0.101573288 172.454299927\n0.104237199 0.064125657 -0.992483139 7.298477173 -0.040008489 0.997381806 0.060240213 -4.215234280 0.993747532 0.033428464 0.106529832 172.509552002\n0.110095084 0.064306952 -0.991838574 6.780960083 -0.039622478 0.997395456 0.060269106 -4.199728012 0.993131042 0.032663766 0.112356305 172.569839478\n0.116924047 0.064104475 -0.991069973 6.277511597 -0.038980294 0.997441947 0.059917830 -4.182689667 0.992375791 0.031626351 0.119123757 172.629089355\n0.125190794 0.063412085 -0.990104079 5.796936035 -0.037288900 0.997550964 0.059174143 -4.165044785 0.991431653 0.029511841 0.127248764 172.696884155\n0.134331107 0.061734874 -0.989011705 5.320602417 -0.036543097 0.997687221 0.057312999 -4.146765709 0.990262568 0.028442625 0.136276424 172.773651123\n0.145122468 0.058929879 -0.987657309 4.860534668 -0.036682110 0.997858882 0.054148652 -4.129662514 0.988733590 0.028371165 0.146973431 172.845748901\n0.157205403 0.057178739 -0.985909283 4.406097412 -0.037540793 0.997946918 0.051890910 -4.114406109 0.986852169 0.028854281 0.159029186 172.913879395\n0.168973088 0.056279726 -0.984012663 3.977706909 -0.036965676 0.998027861 0.050733630 -4.104493141 0.984927356 0.027802061 0.170720279 173.014068604\n0.182175398 0.055166222 -0.981717408 3.564544678 -0.035250530 0.998149455 0.049548231 -4.091896057 0.982634127 0.025579581 0.183782935 173.104339600\n0.196518481 0.053492203 -0.979039907 3.149063110 -0.033197146 0.998301208 0.047881074 -4.080184937 0.979937971 0.023091815 0.197960436 173.197296143\n0.211272120 0.052336741 -0.976025224 2.754821777 -0.033458091 0.998367429 0.046292391 -4.067385674 0.976854563 0.022875639 0.212678313 173.293991089\n0.227269590 0.052618720 -0.972409368 2.364013672 -0.033364724 0.998373687 0.046225753 -4.061368465 0.973260224 0.021938452 0.228655577 173.405654907\n0.245793581 0.053740688 -0.967831314 2.015312195 -0.033072833 0.998345554 0.047035769 -4.057821274 0.968757808 0.020447837 0.247164309 173.493713379\n0.265678346 0.052882019 -0.962610304 1.656188965 -0.031130962 0.998444319 0.046258520 -4.047742367 0.963559031 0.017677095 0.266911328 173.608215332\n0.287169814 0.049335647 -0.956608355 1.318008423 -0.028190611 0.998675466 0.043042492 -4.041486740 0.957464814 0.014606867 0.288180232 173.736892700\n0.309652030 0.044445142 -0.949810624 1.004043579 -0.025014982 0.998942018 0.038588934 -4.034723282 0.950520873 0.011810355 0.310436189 173.856521606\n0.331687331 0.041677050 -0.942468345 0.677894592 -0.023461264 0.999079108 0.035923611 -4.035726547 0.943097651 0.010196091 0.332359672 173.996047974\n0.355704963 0.041454397 -0.933678567 0.360771179 -0.023790855 0.999093711 0.035295129 -4.029445648 0.934295535 0.009658354 0.356368780 174.129486084\n0.381600082 0.042486198 -0.923350573 0.088241577 -0.022485243 0.999074161 0.036677826 -4.023777008 0.924053967 0.006765503 0.382202089 174.258255005\n0.408989549 0.045230210 -0.911417544 -0.210205078 -0.021797279 0.998970151 0.039793804 -4.015065193 0.912278831 0.003591167 0.409554243 174.416381836\n0.437363803 0.048693653 -0.897965491 -0.506515503 -0.023530049 0.998810768 0.042701595 -4.011032104 0.898976862 0.002453037 0.437989414 174.586196899\n0.467371702 0.048879385 -0.882708669 -0.803863525 -0.022975532 0.998804688 0.043143168 -4.007198334 0.883762360 0.000116802 0.467936039 174.759674072\n0.496349216 0.048007768 -0.866794586 -1.091270447 -0.022596305 0.998845935 0.042382251 -4.008752823 0.867828906 -0.001450046 0.496861160 174.957183838\n0.527214587 0.045519557 -0.848512113 -1.345275879 -0.021555681 0.998959243 0.040197086 -4.008670330 0.849458754 -0.002902236 0.527647078 175.150421143\n0.558838964 0.042232983 -0.828200102 -1.574981689 -0.021260895 0.999103725 0.036601920 -4.008349419 0.829003632 -0.002846302 0.559235930 175.329742432\n0.590317011 0.038232215 -0.806265533 -1.819541931 -0.022846596 0.999268830 0.030656807 -4.003699303 0.806848109 0.000323187 0.590758860 175.544296265\n0.622111976 0.033369534 -0.782216907 -2.063846588 -0.024280744 0.999433041 0.023325084 -4.001241684 0.782551765 0.004481990 0.622569501 175.770904541\n0.654424310 0.031285886 -0.755480051 -2.315471649 -0.029323222 0.999442101 0.015987981 -3.995090008 0.755558729 0.011690183 0.654976606 176.003845215\n0.684941173 0.027324712 -0.728085816 -2.529357910 -0.028416488 0.999538064 0.010779587 -3.978232861 0.728044033 0.013306257 0.685401261 176.257705688\n0.715377808 0.024481654 -0.698308885 -2.760585785 -0.025134647 0.999640822 0.009296877 -3.978175163 0.698285699 0.010900965 0.715736210 176.545349121\n0.745192409 0.021152725 -0.666513920 -2.976778030 -0.019722246 0.999758661 0.009678347 -3.977178097 0.666557789 0.005932920 0.745429754 176.848480225\n0.774286270 0.020984212 -0.632487595 -3.206218719 -0.018708855 0.999772251 0.010266484 -3.974924088 0.632559001 0.003883920 0.774502516 177.166763306\n0.801452041 0.022064334 -0.597651958 -3.402631760 -0.019546941 0.999751747 0.010696728 -3.981115341 0.597739577 0.003109351 0.801684380 177.496536255\n0.827285528 0.019644916 -0.561438084 -3.595843315 -0.017897423 0.999802768 0.008611389 -3.970809698 0.561496496 0.002924218 0.827473938 177.843429565\n0.851852298 0.018192748 -0.523466051 -3.782994270 -0.016591186 0.999832332 0.007749229 -3.979366302 0.523519278 0.002083722 0.852011323 178.212036133\n0.874152362 0.018352315 -0.485304862 -3.968618393 -0.017839745 0.999824762 0.005675698 -3.989102840 0.485323995 0.003696289 0.874326587 178.602890015\n0.893993437 0.016412992 -0.447779387 -4.141739845 -0.018154917 0.999835134 0.000401781 -3.984516144 0.447712153 0.007770208 0.894143999 179.009368896\n0.912444413 0.017403310 -0.408830434 -4.310348988 -0.020706380 0.999778926 -0.003654224 -3.989271641 0.408676445 0.011799674 0.912603021 179.425628662\n0.928716123 0.020649023 -0.370216221 -4.460282326 -0.024398873 0.999687433 -0.005448318 -3.989732504 0.369988024 0.014092797 0.928929627 179.876296997\n0.943471074 0.023980258 -0.330586344 -4.605796814 -0.027442791 0.999606490 -0.005809853 -3.997697830 0.330316931 0.014553640 0.943757892 180.333129883\n0.956831038 0.026051888 -0.289474905 -4.733160973 -0.029110648 0.999556541 -0.006265260 -4.004080296 0.289183319 0.014421597 0.957165122 180.833938599\n0.968478143 0.025403013 -0.247799948 -4.833605766 -0.027739022 0.999597549 -0.005939648 -4.014925480 0.247549340 0.012626147 0.968793035 181.351211548\n0.978009760 0.027048111 -0.206797719 -4.928817749 -0.028995313 0.999559104 -0.006390361 -4.025818825 0.206533700 0.012246000 0.978362858 181.886108398\n0.985438049 0.027552750 -0.167787775 -5.001731396 -0.029730309 0.999503016 -0.010479432 -4.033743858 0.167415649 0.015315213 0.985767424 182.446273804\n0.990870297 0.027978668 -0.131883323 -5.059906483 -0.030357908 0.999409974 -0.016064120 -4.042356014 0.131356061 0.019921161 0.991135061 183.020416260\n0.994733632 0.025873583 -0.099174283 -5.100944042 -0.027765518 0.999456942 -0.017744150 -4.052798271 0.098661326 0.020404328 0.994911849 183.618423462\n0.997199416 0.024065377 -0.070810929 -5.121695042 -0.025423532 0.999508500 -0.018341564 -4.066937447 0.070334725 0.020090461 0.997321129 184.234649658\n0.998690605 0.021350825 -0.046488646 -5.137486935 -0.022272648 0.999563634 -0.019402087 -4.088828564 0.046054110 0.020412106 0.998730361 184.859771729\n0.999374151 0.017226726 -0.030896077 -5.114692211 -0.017845672 0.999643266 -0.019870533 -4.118843555 0.030542752 0.020409457 0.999325097 185.511398315\n0.999736905 0.014553504 -0.017730542 -5.120019436 -0.014912388 0.999683142 -0.020279776 -4.136001110 0.017429782 0.020538846 0.999637127 186.173736572\n0.999902487 0.012350254 -0.006516329 -5.103424549 -0.012479786 0.999717534 -0.020226792 -4.151136398 0.006264682 0.020306142 0.999774158 186.849670410\n0.999943376 0.010364234 0.002414694 -5.097406387 -0.010315207 0.999756634 -0.019501030 -4.171966553 -0.002616220 0.019475019 0.999806941 187.538375854\n0.999935687 0.007810304 0.008226381 -5.086498260 -0.007660653 0.999807417 -0.018068686 -4.191362381 -0.008365918 0.018004505 0.999802887 188.243240356\n0.999920487 0.005261472 0.011462214 -5.073837280 -0.005058734 0.999831498 -0.017645342 -4.217827320 -0.011553124 0.017585956 0.999778628 188.968933105\n0.999927461 0.002040660 0.011869651 -5.063118935 -0.001823735 0.999831676 -0.018257767 -4.241425991 -0.011904911 0.018234797 0.999762833 189.684371948\n0.999942243 0.000230573 0.010746790 -5.050485611 -0.000037642 0.999838889 -0.017949164 -4.260482788 -0.010749198 0.017947722 0.999781132 190.435195923\n0.999963760 0.001175053 0.008430473 -5.048955441 -0.001032593 0.999856949 -0.016882772 -4.279642105 -0.008449105 0.016873455 0.999821961 191.201797485\n0.999980509 0.002202718 0.005837192 -5.051940441 -0.002109288 0.999870360 -0.015964186 -4.309438705 -0.005871600 0.015951563 0.999855518 191.992050171\n0.999997497 0.000024336 0.002236634 -5.042599678 0.000013141 0.999859631 -0.016754586 -4.332584381 -0.002236728 0.016754573 0.999857128 192.789169312\n0.999997795 -0.001926560 -0.000859586 -5.042244911 0.001909472 0.999808908 -0.019456320 -4.357896805 0.000896906 0.019454636 0.999810338 193.586410522\n0.999995172 -0.000605954 -0.003038264 -5.055044174 0.000539334 0.999760449 -0.021879928 -4.388666153 0.003050794 0.021878185 0.999755979 194.386062622\n0.999984086 0.000229489 -0.005640527 -5.055747986 -0.000353886 0.999756515 -0.022063067 -4.412660122 0.005634090 0.022064712 0.999740660 195.200057983\n0.999972522 0.000498476 -0.007400290 -5.067221165 -0.000638305 0.999821067 -0.018904686 -4.435864449 0.007389543 0.018908890 0.999793887 196.011413574\n0.999968350 0.001523922 -0.007808271 -5.080919743 -0.001628653 0.999908566 -0.013424017 -4.466010571 0.007787101 0.013436310 0.999879420 196.820465088\n0.999956012 0.003092698 -0.008857578 -5.090875149 -0.003190561 0.999933779 -0.011055829 -4.490558147 0.008822800 0.011083604 0.999899626 197.640457153\n0.999939382 0.005249558 -0.009680803 -5.101459026 -0.005356347 0.999924719 -0.011038270 -4.515303612 0.009622128 0.011089454 0.999892235 198.455978394\n0.999916792 0.007414055 -0.010556986 -5.120026588 -0.007555119 0.999881864 -0.013385588 -4.545936584 0.010456497 0.013464234 0.999854684 199.263305664\n0.999889135 0.009448194 -0.011510441 -5.132932186 -0.009620729 0.999840796 -0.015027463 -4.562505245 0.011366626 0.015136535 0.999820828 200.080596924\n0.999869049 0.010682248 -0.012156846 -5.154133797 -0.010861639 0.999831676 -0.014787294 -4.589427948 0.011996838 0.014917401 0.999816775 200.919403076\n0.999861181 0.010783601 -0.012699458 -5.164470673 -0.010941712 0.999862671 -0.012447313 -4.614667416 0.012563487 0.012584540 0.999841869 201.744628906\n0.999860466 0.009817177 -0.013516527 -5.177901268 -0.009967764 0.999888480 -0.011119005 -4.636256218 0.013405862 0.011252183 0.999846816 202.577529907\n0.999840081 0.009921649 -0.014877559 -5.193875313 -0.010078514 0.999894023 -0.010506061 -4.662896633 0.014771745 0.010654325 0.999834120 203.408859253\n0.999810040 0.009622498 -0.016949087 -5.211705685 -0.009791033 0.999903142 -0.009888884 -4.687588215 0.016852291 0.010052954 0.999807477 204.239044189\n0.999788880 0.007360224 -0.019182928 -5.222825050 -0.007519705 0.999937654 -0.008254847 -4.708954334 0.019120974 0.008397354 0.999781907 205.070907593\n0.999759555 0.006891202 -0.020816620 -5.242958546 -0.007022567 0.999955833 -0.006244083 -4.728564262 0.020772671 0.006388768 0.999763787 205.899063110\n0.999734879 0.006586755 -0.022062974 -5.272000790 -0.006680137 0.999969006 -0.004161492 -4.753852367 0.022034880 0.004307772 0.999747932 206.724578857\n0.999678910 0.007282042 -0.024269488 -5.294340611 -0.007368088 0.999966860 -0.003457875 -4.771689892 0.024243504 0.003635585 0.999699473 207.543838501\n0.999637544 0.005779512 -0.026293060 -5.317747593 -0.005871948 0.999976873 -0.003439766 -4.785532951 0.026272571 0.003592911 0.999648333 208.361328125\n0.999593198 0.005265666 -0.028029522 -5.341232300 -0.005353191 0.999981046 -0.003048484 -4.807378292 0.028012937 0.003197291 0.999602437 209.172103882\n0.999542236 0.006547370 -0.029536525 -5.369438648 -0.006636291 0.999973714 -0.002913520 -4.824145794 0.029516673 0.003108200 0.999559462 209.990463257\n0.999493480 0.006021145 -0.031248899 -5.390050411 -0.006194031 0.999966025 -0.005438696 -4.843297005 0.031215090 0.005629498 0.999496818 210.803192139\n0.999449253 0.005200614 -0.032773595 -5.422159195 -0.005458853 0.999954700 -0.007794941 -4.867601871 0.032731574 0.007969555 0.999432385 211.598999023\n0.999426067 0.006700746 -0.033205714 -5.449856281 -0.007043892 0.999922872 -0.010227758 -4.882948399 0.033134617 0.010455785 0.999396205 212.395507812\n0.999427557 0.008254326 -0.032808781 -5.484377384 -0.008501135 0.999936581 -0.007390284 -4.904800892 0.032745697 0.007664965 0.999434352 213.188095093\n0.999438822 0.008930640 -0.032284021 -5.517864227 -0.009072452 0.999949813 -0.004248813 -4.928115845 0.032244459 0.004539324 0.999469697 213.955413818\n0.999464095 0.007901926 -0.031765968 -5.539903164 -0.007988855 0.999964654 -0.002610578 -4.951839924 0.031744219 0.002862953 0.999491930 214.718643188\n0.999480486 0.007046453 -0.031450786 -5.564690113 -0.007123771 0.999971867 -0.002346987 -4.969230652 0.031433363 0.002569816 0.999502540 215.464782715\n0.999461114 0.009281870 -0.031484667 -5.589076042 -0.009427139 0.999945581 -0.004468656 -4.988023758 0.031441476 0.004763059 0.999494255 216.202575684\n0.999436200 0.009899686 -0.032083258 -5.620420456 -0.010133129 0.999923289 -0.007121741 -5.005622387 0.032010294 0.007442829 0.999459803 216.912124634\n0.999372602 0.011203378 -0.033598442 -5.647132397 -0.011457519 0.999907136 -0.007381099 -5.020867348 0.033512626 0.007761423 0.999408185 217.607192993\n0.999329090 0.010334078 -0.035137329 -5.671398163 -0.010554703 0.999925673 -0.006099252 -5.037558556 0.035071686 0.006466024 0.999363899 218.285171509\n0.999246061 0.011136178 -0.037193310 -5.703252316 -0.011282434 0.999929428 -0.003724748 -5.059034348 0.037149206 0.004141571 0.999301136 218.939682007\n0.999139488 0.011160369 -0.039947301 -5.733428955 -0.011219118 0.999936283 -0.001246764 -5.078307629 0.039930843 0.001693865 0.999201000 219.581100464\n0.999011338 0.011143862 -0.043036271 -5.765976429 -0.011250277 0.999934196 -0.002231251 -5.093451500 0.043008573 0.002713215 0.999071002 220.194824219\n0.998861253 0.010853975 -0.046457950 -5.794138908 -0.011054927 0.999930620 -0.004070720 -5.108083248 0.046410542 0.004579674 0.998911977 220.787506104\n0.998736560 0.010454912 -0.049152736 -5.824696541 -0.010655304 0.999935925 -0.003816687 -5.125347614 0.049109686 0.004335602 0.998784006 221.357070923\n0.998584390 0.010253971 -0.052192271 -5.858339787 -0.010497176 0.999935269 -0.004387805 -5.137779713 0.052143902 0.004929465 0.998627424 221.904739380\n0.998462260 0.010324247 -0.054465443 -5.893739700 -0.010583879 0.999933958 -0.004480623 -5.147393703 0.054415587 0.005050189 0.998505592 222.436416626\n0.998408675 0.010875202 -0.055334337 -5.926396847 -0.011130077 0.999928832 -0.004299996 -5.167888165 0.055283636 0.004909029 0.998458624 222.957138062\n0.998484969 0.011892861 -0.053724635 -5.957721233 -0.012140017 0.999917150 -0.004276410 -5.180212975 0.053669326 0.004922149 0.998546660 223.450393677\n0.998663783 0.012422835 -0.050162360 -5.978312969 -0.012665261 0.999909580 -0.004517854 -5.190519810 0.050101701 0.005147137 0.998730838 223.919128418\n0.998968601 0.013316799 -0.043409020 -6.001166821 -0.013525443 0.999898314 -0.004516321 -5.198982239 0.043344464 0.005098789 0.999047160 224.384750366\n0.999308765 0.013728837 -0.034546375 -6.009476662 -0.013918004 0.999889374 -0.005241217 -5.217365265 0.034470599 0.005718411 0.999389350 224.825057983\n0.999633551 0.015153254 -0.022430636 -6.013006210 -0.015288234 0.999865949 -0.005858454 -5.232028484 0.022338856 0.006199232 0.999731243 225.272872925\n0.999824882 0.017573392 -0.006434848 -6.010528564 -0.017615134 0.999823809 -0.006488891 -5.242940426 0.006319682 0.006601105 0.999958217 225.728378296\n0.999773026 0.017510617 0.012137707 -6.003929138 -0.017427459 0.999824166 -0.006923560 -5.254679680 -0.012256809 0.006710459 0.999902368 226.176544189\n0.999368548 0.015870167 0.031789884 -5.966882706 -0.015638825 0.999849498 -0.007512682 -5.268893242 -0.031904329 0.007010782 0.999466360 226.613006592\n0.998404086 0.015879728 0.054195616 -5.921368122 -0.015302263 0.999821842 -0.011053620 -5.290349483 -0.054361489 0.010206664 0.998469174 227.031127930\n0.996626258 0.018575737 0.079943746 -5.870176315 -0.017340025 0.999719620 -0.016123889 -5.302599907 -0.080220848 0.014683264 0.996668935 227.460510254\n0.993773878 0.020478057 0.109517582 -5.806930542 -0.018368840 0.999626517 -0.020233588 -5.318115234 -0.109891027 0.018095899 0.993778884 227.883255005\n0.989738405 0.019656127 0.141532987 -5.711641312 -0.016731810 0.999621868 -0.021822331 -5.338954449 -0.141908407 0.019230297 0.989692986 228.305007935\n0.984165430 0.018100709 0.176325604 -5.610960484 -0.014305091 0.999638319 -0.022773702 -5.348203182 -0.176674038 0.019890737 0.984068394 228.715408325\n0.976907790 0.012550483 0.213292390 -5.509362221 -0.007984854 0.999720454 -0.022253528 -5.371357918 -0.213512063 0.020036537 0.976734936 229.087127686\n0.967985094 0.005836223 0.250939757 -5.370513916 -0.000404383 0.999764621 -0.021692108 -5.383731842 -0.251007289 0.020896163 0.967759609 229.473556519\n0.957293034 -0.000103209 0.289119333 -5.224613190 0.006458216 0.999758065 -0.021026686 -5.402215004 -0.289047211 0.021995896 0.957062125 229.847442627\n0.944931388 -0.007376123 0.327185392 -5.066853523 0.014210799 0.999727786 -0.018503625 -5.418446541 -0.326959848 0.022134222 0.944778979 230.196044922\n0.930302262 -0.011142252 0.366624594 -4.897073269 0.018233499 0.999707580 -0.015884561 -5.441258430 -0.366340399 0.021462291 0.930233359 230.550491333\n0.913217843 -0.009860780 0.407352388 -4.720465660 0.017891819 0.999713302 -0.015910488 -5.460090160 -0.407078713 0.021818016 0.913132429 230.895034790\n0.893837333 -0.005164216 0.448361665 -4.541212082 0.014911502 0.999722958 -0.018212244 -5.477298260 -0.448143393 0.022964530 0.893666685 231.224700928\n0.871961892 0.001120564 0.489572465 -4.340083122 0.011742980 0.999661803 -0.023203136 -5.491276264 -0.489432901 0.025981290 0.871653855 231.554824829\n0.847763896 0.003076733 0.530364871 -4.117565155 0.014631233 0.999466956 -0.029185420 -5.508622169 -0.530171931 0.032502238 0.847266972 231.867568970\n0.823409379 0.000045968 0.567447782 -3.840513229 0.021943578 0.999249399 -0.031922728 -5.525985718 -0.567023337 0.038737312 0.822790325 232.152679443\n0.795194566 -0.002811915 0.606347859 -3.575786591 0.029114235 0.999012947 -0.033548970 -5.546649456 -0.605655015 0.044331312 0.794491529 232.443084717\n0.764911532 0.001147957 0.644134402 -3.290901184 0.030476535 0.998813987 -0.037971035 -5.548996449 -0.643414021 0.048675463 0.763969302 232.732513428\n0.730434239 0.010679161 0.682899535 -3.005619049 0.021299860 0.999035180 -0.038405366 -5.569621086 -0.682650864 0.042598259 0.729502082 233.029983521\n0.695230722 0.022699419 0.718428195 -2.698009491 0.005218029 0.999315500 -0.036623865 -5.586671829 -0.718767762 0.029210817 0.694636345 233.310119629\n0.659538865 0.026549578 0.751201451 -2.370738983 -0.000537396 0.999392450 -0.034849524 -5.612216949 -0.751670301 0.022580922 0.659152389 233.580657959\n0.620787740 0.024436189 0.783597827 -2.018310547 0.005029065 0.999369442 -0.035149109 -5.633131027 -0.783962607 0.025760900 0.620273352 233.815231323\n0.579674661 0.022847043 0.814527631 -1.649559021 0.016472371 0.999074042 -0.039746352 -5.646141052 -0.814681470 0.036457155 0.578761578 234.018936157\n0.536232352 0.023933619 0.843731046 -1.265182495 0.023076322 0.998808563 -0.042998750 -5.662176609 -0.843754947 0.042527530 0.535041213 234.219314575\n0.489925146 0.030735452 0.871222615 -0.862632751 0.018048067 0.998806477 -0.045385621 -5.674716949 -0.871577740 0.037959442 0.488785744 234.425643921\n0.443255186 0.037374206 0.895616055 -0.447814941 0.008140444 0.998921394 -0.045714002 -5.693733692 -0.896358550 0.027553679 0.442472816 234.617767334\n0.396675527 0.036836736 0.917219520 -0.009643555 0.002428875 0.999148905 -0.041177560 -5.718898296 -0.917955756 0.018561944 0.396248460 234.789337158\n0.349852443 0.034558836 0.936167121 0.485397339 -0.000380981 0.999324501 -0.036747929 -5.752101898 -0.936804712 0.012499693 0.349629283 234.975387573\n0.305853188 0.032091245 0.951537728 0.962921143 0.004492841 0.999372005 -0.035148624 -5.781179428 -0.952068150 0.015025427 0.305516899 235.100204468\n0.265981257 0.034235757 0.963370085 1.448104858 0.007422763 0.999266803 -0.037560821 -5.808818340 -0.963949621 0.017141344 0.265532136 235.198959351\n0.228538811 0.036260139 0.972859442 1.962585449 0.013376131 0.999094844 -0.040380236 -5.830946445 -0.973443031 0.022241551 0.227846920 235.299514771\n0.195665658 0.039150678 0.979888976 2.509490967 0.014168627 0.998985648 -0.042742889 -5.848573208 -0.980568409 0.022247000 0.194912493 235.385223389\n0.166471779 0.038049433 0.985311806 3.035598755 0.014921290 0.999043584 -0.041100711 -5.868931293 -0.985933304 0.021544233 0.165744841 235.458969116\n0.139967382 0.032855000 0.989611030 3.613098145 0.017601907 0.999208868 -0.035663214 -5.894434929 -0.989999771 0.022410734 0.139278352 235.524871826\n0.113338709 0.030317917 0.993093729 4.200988770 0.013741508 0.999390900 -0.032078438 -5.921575546 -0.993461370 0.017282335 0.112853050 235.593521118\n0.087259710 0.029689230 0.995743155 4.807189941 0.013651311 0.999426305 -0.030995352 -5.944833279 -0.996092141 0.016297847 0.086804390 235.643432617\n0.063884377 0.031721283 0.997453034 5.429290771 0.010123424 0.999422669 -0.032432303 -5.965506554 -0.997905970 0.012169560 0.063526392 235.672821045\n0.042494595 0.034416590 0.998503745 6.017578125 0.014125113 0.999285936 -0.035044692 -5.993147373 -0.998996854 0.015593190 0.041978121 235.680969238\n0.022483170 0.035362858 0.999121666 6.661621094 0.020029262 0.999157727 -0.035814855 -6.016971111 -0.999546587 0.020816902 0.021755934 235.684478760\n0.004539132 0.032741040 0.999453604 7.315505981 0.021528589 0.999229014 -0.032831457 -6.038811684 -0.999757946 0.021665849 0.003830731 235.681121826\n-0.011273265 0.028611979 0.999527097 7.978759766 0.019440917 0.999407887 -0.028389303 -6.065775871 -0.999747515 0.019111685 -0.011822820 235.665817261\n-0.025283575 0.025327157 0.999359548 8.684509277 0.017936636 0.999529600 -0.024877677 -6.096540928 -0.999519527 0.017296154 -0.025725961 235.646392822\n-0.035583854 0.025024889 0.999053419 9.387557983 0.020249376 0.999499261 -0.024314828 -6.125097752 -0.999161601 0.019364994 -0.036072731 235.618301392\n-0.042494416 0.027352700 0.998722315 10.102828979 0.025877690 0.999319911 -0.026268009 -6.144686222 -0.998761654 0.024728386 -0.043173313 235.581253052\n-0.046711922 0.029317951 0.998478234 10.828369141 0.030950142 0.999131739 -0.027889207 -6.168633461 -0.998429000 0.029600287 -0.047578692 235.533187866\n-0.050042629 0.027443016 0.998370051 11.577697754 0.031650916 0.999163926 -0.025878359 -6.192622662 -0.998245478 0.030304302 -0.050869346 235.499526978\n-0.053007126 0.024405884 0.998296022 12.346359253 0.029042052 0.999316096 -0.022888767 -6.220076084 -0.998171866 0.027779296 -0.053679585 235.474853516\n-0.054652572 0.023903642 0.998219252 13.125686646 0.028347209 0.999347627 -0.022378650 -6.245484352 -0.998102903 0.027073679 -0.055294514 235.436630249\n-0.055479288 0.024025356 0.998170733 13.906951904 0.027409932 0.999370337 -0.022530759 -6.270084858 -0.998083532 0.026109802 -0.056102991 235.395507812\n-0.056781769 0.023426211 0.998111784 14.700607300 0.029808884 0.999318779 -0.021758737 -6.296567440 -0.997941554 0.028517099 -0.057441354 235.350646973\n-0.057186842 0.020066686 0.998161793 15.506561279 0.031925589 0.999323428 -0.018260954 -6.326756954 -0.997852921 0.030822618 -0.057788849 235.297958374\n-0.055794716 0.016955011 0.998298466 16.317687988 0.033055451 0.999339044 -0.015125227 -6.355044365 -0.997895062 0.032155294 -0.056318283 235.260314941\n-0.052545786 0.016254779 0.998486340 17.115036011 0.033902995 0.999320149 -0.014484200 -6.380800247 -0.998042941 0.033090595 -0.053061128 235.220153809\n-0.048778772 0.018321635 0.998641610 17.933044434 0.034952927 0.999250650 -0.016625533 -6.406515598 -0.998197913 0.034094471 -0.049382687 235.188247681\n-0.045505047 0.019481787 0.998774171 18.721954346 0.035949796 0.999194145 -0.017852074 -6.436356544 -0.998317063 0.035093367 -0.046168804 235.146926880\n-0.042535067 0.017751101 0.998937309 19.533203125 0.036209509 0.999212682 -0.016214188 -6.462158203 -0.998438656 0.035481360 -0.043144345 235.119537354\n-0.038985848 0.017035499 0.999094605 20.348052979 0.035739560 0.999238670 -0.015643362 -6.486495018 -0.998600483 0.035097331 -0.039564967 235.094680786\n-0.035746455 0.016817607 0.999219358 21.151718140 0.035397690 0.999252319 -0.015551829 -6.515528679 -0.998733819 0.034814134 -0.036315084 235.068191528\n-0.033056498 0.020199353 0.999249279 21.965454102 0.034957115 0.999207377 -0.019042078 -6.541149616 -0.998841941 0.034301411 -0.033736348 235.052764893\n-0.030320168 0.022371972 0.999289870 22.784378052 0.032873660 0.999230981 -0.021373212 -6.569227219 -0.998999536 0.032202277 -0.031032205 235.033782959\n-0.028605103 0.020622181 0.999378085 23.609756470 0.031117709 0.999320984 -0.019730326 -6.599343300 -0.999106348 0.030533969 -0.029227376 235.024505615\n-0.026118636 0.017761894 0.999501050 24.443115234 0.026784688 0.999495625 -0.017061865 -6.626022339 -0.999299943 0.026325690 -0.026581287 234.995727539\n-0.024570107 0.016126825 0.999568045 25.266876221 0.023643626 0.999599576 -0.015546155 -6.655466557 -0.999418497 0.023251442 -0.024941564 234.985382080\n-0.022897601 0.017498737 0.999584734 26.092544556 0.021965614 0.999614239 -0.016996088 -6.682602882 -0.999496579 0.021567322 -0.023273110 234.972442627\n-0.021939754 0.019611383 0.999566913 26.921798706 0.019971488 0.999616683 -0.019173998 -6.708621979 -0.999559760 0.019542165 -0.022323012 234.965667725\n-0.021549821 0.020002276 0.999567807 27.771301270 0.019343033 0.999621034 -0.019586328 -6.741497993 -0.999580801 0.018912593 -0.021928549 234.956237793\n-0.020623565 0.019347480 0.999600232 28.590957642 0.018408490 0.999650598 -0.018968660 -6.773042679 -0.999617934 0.018009931 -0.020972490 234.930938721\n-0.020934463 0.018101305 0.999617100 29.422897339 0.018538415 0.999671221 -0.017714048 -6.800828457 -0.999609113 0.018160481 -0.021263242 234.917251587\n-0.021215796 0.016630668 0.999636650 30.252593994 0.019106787 0.999685764 -0.016225975 -6.830626488 -0.999592364 0.018755598 -0.021526933 234.901153564\n-0.021566272 0.016379174 0.999633253 31.085739136 0.020055830 0.999671698 -0.015947115 -6.859624863 -0.999566197 0.019704554 -0.021887660 234.882202148\n-0.022162080 0.016577950 0.999616921 31.920349121 0.020215379 0.999665499 -0.016130567 -6.893676281 -0.999549985 0.019850148 -0.022489786 234.867889404\n-0.022766590 0.016077628 0.999611676 32.748596191 0.018998707 0.999697089 -0.015646301 -6.919725895 -0.999560416 0.018635115 -0.023065209 234.852432251\n-0.023563147 0.016147373 0.999592066 33.577178955 0.017950671 0.999715209 -0.015726218 -6.943383217 -0.999561310 0.017572787 -0.023846269 234.840820312\n-0.025979519 0.014869061 0.999551833 34.408508301 0.013605882 0.999801993 -0.014519149 -6.983916283 -0.999569833 0.013222585 -0.026176691 234.830444336\n-0.028563619 0.014766085 0.999482870 35.228561401 0.011005330 0.999834955 -0.014456770 -7.010372639 -0.999531388 0.010586701 -0.028721333 234.815505981\n-0.031059265 0.014751039 0.999408722 36.054183960 0.010612434 0.999839604 -0.014427591 -7.034476280 -0.999461234 0.010158048 -0.031210780 234.797988892\n-0.033429265 0.012192137 0.999366820 36.861480713 0.007209175 0.999902546 -0.011957524 -7.063334465 -0.999415159 0.006804880 -0.033513904 234.780288696\n-0.035277486 0.008450364 0.999341846 37.688751221 0.006373582 0.999945819 -0.008230479 -7.088445663 -0.999357224 0.006079036 -0.035329461 234.754623413\n-0.036561489 0.004520515 0.999321222 38.512634277 0.004968692 0.999978244 -0.004341701 -7.108242989 -0.999319077 0.004806580 -0.036583185 234.733703613\n-0.037746310 0.003889675 0.999279916 39.322265625 0.004537004 0.999982774 -0.003721033 -7.132089615 -0.999277174 0.004393281 -0.037763238 234.706604004\n-0.038617373 0.007213658 0.999228060 40.135498047 0.006815210 0.999952614 -0.006955500 -7.148918152 -0.999230862 0.006541346 -0.038664699 234.680130005\n-0.038918853 0.011296540 0.999178648 40.939300537 0.007204088 0.999913275 -0.011024243 -7.175480843 -0.999216557 0.006769121 -0.038996816 234.656661987\n-0.038984537 0.014114627 0.999140263 41.738128662 0.008372725 0.999869764 -0.013798247 -7.195868015 -0.999204874 0.007827609 -0.039097667 234.630340576\n-0.039092779 0.014878486 0.999124825 42.539291382 0.008658833 0.999856651 -0.014550590 -7.223455429 -0.999198079 0.008082432 -0.039216042 234.605972290\n-0.039240837 0.014760413 0.999120772 43.330215454 0.008678361 0.999858201 -0.014430463 -7.249591827 -0.999192119 0.008104468 -0.039363384 234.572494507\n-0.040607333 0.014621633 0.999068379 44.123352051 0.005755681 0.999879777 -0.014399570 -7.277207375 -0.999158740 0.005165592 -0.040686607 234.547729492\n-0.042248487 0.013510515 0.999015927 44.910186768 0.003983495 0.999902904 -0.013354050 -7.299054146 -0.999099374 0.003415387 -0.042298198 234.522705078\n-0.043702364 0.011258093 0.998981178 45.722473145 0.004837028 0.999927163 -0.011057149 -7.324931145 -0.999032915 0.004348875 -0.043753743 234.496276855\n-0.045840144 0.008715142 0.998910904 46.521148682 0.004179695 0.999954879 -0.008532445 -7.343224525 -0.998940170 0.003784015 -0.045874476 234.471099854\n-0.047672153 0.008504070 0.998827040 47.306518555 0.002566937 0.999961495 -0.008391216 -7.366955280 -0.998859942 0.002163901 -0.047692060 234.445083618\n-0.048067451 0.009808382 0.998795927 48.065704346 0.002343133 0.999950171 -0.009706952 -7.398209095 -0.998841345 0.001873723 -0.048087955 234.404891968\n-0.048286080 0.011679483 0.998765230 48.839385986 0.003077145 0.999928653 -0.011544320 -7.418756485 -0.998828828 0.002515916 -0.048318624 234.373046875\n-0.048162699 0.012114644 0.998766065 49.625656128 0.004518480 0.999918878 -0.011910736 -7.439737320 -0.998829305 0.003939251 -0.048213601 234.344223022\n-0.048116803 0.010136707 0.998790324 50.391143799 0.005103585 0.999937952 -0.009902489 -7.462307930 -0.998828709 0.004620936 -0.048165560 234.317626953\n-0.046417594 0.008093754 0.998889327 51.143722534 0.003180445 0.999963284 -0.007954664 -7.492496490 -0.998917103 0.002807677 -0.046441674 234.271911621\n-0.046323776 0.006266308 0.998906851 51.912887573 0.000919851 0.999980152 -0.006230384 -7.509802818 -0.998926103 0.000630231 -0.046328664 234.248626709\n-0.045614243 0.005043503 0.998946548 52.673339844 -0.000849924 0.999986708 -0.005087565 -7.528004646 -0.998958945 -0.001081093 -0.045609355 234.222869873\n-0.045022726 0.005752654 0.998969555 53.454498291 0.001308715 0.999982893 -0.005699508 -7.551581860 -0.998985231 0.001050760 -0.045029521 234.190368652\n-0.045375228 0.007387427 0.998942733 54.195755005 0.001092131 0.999972403 -0.007345434 -7.575710773 -0.998969436 0.000757676 -0.045382023 234.163330078\n-0.045403957 0.011285385 0.998905063 54.943649292 -0.001753718 0.999933720 -0.011376721 -7.596797943 -0.998967230 -0.002268344 -0.045381069 234.136306763\n-0.046786427 0.010386979 0.998850942 55.694335938 -0.001472554 0.999944150 -0.010467323 -7.609855652 -0.998903871 -0.001960591 -0.046768546 234.115020752\n-0.045971155 0.007027453 0.998918176 56.441604614 0.002550292 0.999972820 -0.006917507 -7.630483627 -0.998939633 0.002229528 -0.045987844 234.074752808\n-0.046287298 0.007934045 0.998896599 57.184585571 0.002520088 0.999966204 -0.007825763 -7.662591934 -0.998924911 0.002155073 -0.046305776 234.040069580\n-0.047384501 0.014815703 0.998766780 57.914916992 -0.000942739 0.999888897 -0.014877073 -7.690174103 -0.998876214 -0.001646519 -0.047365189 234.017028809\n-0.046366334 0.026952602 0.998560905 58.633438110 0.001632735 0.999636650 -0.026905827 -7.714444160 -0.998923242 0.000382861 -0.046393514 233.986343384\n-0.045236588 0.034117177 0.998393655 59.365402222 0.007611620 0.999399424 -0.033806674 -7.737058640 -0.998947442 0.006070097 -0.045469046 233.946670532\n-0.044487119 0.029286940 0.998580754 60.091598511 0.008656368 0.999543965 -0.028929552 -7.768318176 -0.998972595 0.007357094 -0.044720411 233.918777466\n-0.042873502 0.022460818 0.998828173 60.820800781 0.006407231 0.999732852 -0.022206146 -7.802392483 -0.999060094 0.005447672 -0.043005943 233.897216797\n-0.040680170 0.017647358 0.999016464 61.539154053 0.005693275 0.999831855 -0.017429933 -7.835332870 -0.999156117 0.004978623 -0.040773869 233.872512817\n-0.038369656 0.015790252 0.999139011 62.263107300 0.007045138 0.999854565 -0.015531012 -7.858550072 -0.999238968 0.006443155 -0.038475275 233.849792480\n-0.036938190 0.015812753 0.999192476 62.996322632 0.007107792 0.999853671 -0.015560456 -7.881531715 -0.999292314 0.006527277 -0.037045240 233.825286865\n-0.036399961 0.014072772 0.999238312 63.705520630 0.001877376 0.999900043 -0.014013705 -7.907123566 -0.999335647 0.001365850 -0.036422729 233.809906006\n-0.036684275 0.014177817 0.999226511 64.408340454 -0.003060982 0.999893069 -0.014299653 -7.932188988 -0.999322355 -0.003583184 -0.036636949 233.797912598\n-0.037635922 0.015690031 0.999168456 65.111389160 -0.005211551 0.999860048 -0.015897196 -7.953741550 -0.999278069 -0.005805520 -0.037548900 233.784667969\n-0.038463950 0.016420936 0.999125183 65.820419312 -0.005648158 0.999845445 -0.016650215 -7.976007462 -0.999244153 -0.006283648 -0.038365245 233.755752563\n-0.040450454 0.015717570 0.999057889 66.514205933 -0.008490008 0.999834776 -0.016073538 -8.006748199 -0.999145448 -0.009132192 -0.040310264 233.735992432\n-0.041797042 0.014970607 0.999014020 67.205871582 -0.009321449 0.999838352 -0.015372952 -8.029937744 -0.999082744 -0.009954799 -0.041650653 233.712142944\n-0.043089628 0.013273774 0.998983145 67.897445679 -0.007360501 0.999880373 -0.013603181 -8.055559158 -0.999044240 -0.007939171 -0.042986751 233.687744141\n-0.044414759 0.012810812 0.998931170 68.572067261 -0.005285180 0.999900758 -0.013058238 -8.080879211 -0.998999298 -0.005859507 -0.044342637 233.658721924\n-0.045273423 0.012271187 0.998899341 69.250045776 -0.005212696 0.999908030 -0.012519835 -8.099225998 -0.998961151 -0.005773772 -0.045205355 233.634567261\n-0.044715285 0.011430242 0.998934388 69.907958984 -0.007345809 0.999903738 -0.011770154 -8.124538422 -0.998972774 -0.007864286 -0.044626951 233.608795166\n-0.043474436 0.012282596 0.998979151 70.569259644 -0.008242889 0.999885976 -0.012652467 -8.148324966 -0.999020636 -0.008784530 -0.043368220 233.585205078\n-0.042944074 0.014357055 0.998974442 71.222900391 -0.010055718 0.999839902 -0.014801770 -8.169684410 -0.999027014 -0.010681050 -0.042792797 233.568984985\n-0.042171955 0.017207632 0.998962164 71.876434326 -0.010837897 0.999784946 -0.017679334 -8.189294815 -0.999051571 -0.011572220 -0.041976452 233.546478271\n-0.041897893 0.019011471 0.998940945 72.515808105 -0.010430286 0.999756157 -0.019464456 -8.219419479 -0.999067366 -0.011234761 -0.041689396 233.518920898\n-0.041408181 0.019424941 0.998953581 73.163162231 -0.008836413 0.999764800 -0.019807000 -8.241315842 -0.999103367 -0.009647336 -0.041226864 233.493423462\n-0.041483402 0.018496312 0.998968065 73.803436279 -0.010104673 0.999769747 -0.018930765 -8.265710831 -0.999088168 -0.010879556 -0.041286945 233.472961426\n-0.041228056 0.016138731 0.999019504 74.448501587 -0.013366721 0.999771178 -0.016702499 -8.293798447 -0.999060452 -0.014042225 -0.041002870 233.459747314\n-0.041231155 0.015258145 0.999033153 75.091903687 -0.012910800 0.999791801 -0.015802572 -8.314384460 -0.999066234 -0.013549873 -0.041025519 233.437622070\n-0.041800499 0.014066968 0.999027014 75.721221924 -0.010309336 0.999841571 -0.014509792 -8.340072632 -0.999072909 -0.010905818 -0.041648746 233.407363892\n-0.044347763 0.014188685 0.998915434 76.356094360 -0.007814796 0.999863625 -0.014549100 -8.361419678 -0.998985589 -0.008451541 -0.044230938 233.382354736\n-0.047186852 0.013942748 0.998788834 76.986160278 -0.009280557 0.999853313 -0.014396059 -8.382837296 -0.998843014 -0.009948620 -0.047050595 233.355346680\n-0.050101280 0.013095373 0.998658299 77.620101929 -0.011773482 0.999836802 -0.013701487 -8.402610779 -0.998674750 -0.012444148 -0.049938917 233.327865601\n-0.052230358 0.011852840 0.998564780 78.246765137 -0.012783417 0.999839723 -0.012536615 -8.421926498 -0.998553276 -0.013419861 -0.052070498 233.298660278\n-0.055711865 0.014372587 0.998343468 78.875442505 -0.008725966 0.999851167 -0.014881240 -8.447426796 -0.998408794 -0.009540573 -0.055578113 233.263732910\n-0.060997725 0.018025044 0.997975290 79.514144897 -0.008137926 0.999794722 -0.018555310 -8.463226318 -0.998104930 -0.009253277 -0.060838461 233.226699829\n-0.067717671 0.020981189 0.997483909 80.148269653 -0.008673229 0.999728680 -0.021617219 -8.488042831 -0.997666836 -0.010115273 -0.067517400 233.180892944\n-0.074376941 0.022628916 0.996973455 80.810226440 -0.011303350 0.999659181 -0.023533136 -8.503093719 -0.997166216 -0.013019461 -0.074095726 233.144485474\n-0.079086185 0.022048023 0.996624112 81.472824097 -0.012044701 0.999661267 -0.023071010 -8.525782585 -0.996795237 -0.013828631 -0.078793883 233.092224121\n-0.084419966 0.020821443 0.996212721 82.141510010 -0.009968352 0.999713957 -0.021739347 -8.547144890 -0.996380448 -0.011765832 -0.084188223 233.035278320\n-0.090333343 0.021250315 0.995684922 82.797500610 -0.007979966 0.999724805 -0.022060517 -8.579990387 -0.995879710 -0.009938329 -0.090138912 232.968063354\n-0.096479297 0.022466309 0.995081544 83.485946655 -0.007480869 0.999700606 -0.023295913 -8.594832420 -0.995306969 -0.009691644 -0.096282363 232.904205322\n-0.102672338 0.021346478 0.994486213 84.173980713 -0.010350182 0.999692678 -0.022526802 -8.613902092 -0.994661450 -0.012605992 -0.102419853 232.836791992\n-0.108484983 0.017583644 0.993942618 84.877883911 -0.010987934 0.999761283 -0.018885871 -8.647865295 -0.994037449 -0.012970207 -0.108265877 232.764312744\n-0.113148570 0.016053401 0.993448436 85.580047607 -0.008405720 0.999818206 -0.017113701 -8.668876648 -0.993542612 -0.010287038 -0.112993002 232.678024292\n-0.118350863 0.016280377 0.992838442 86.305221558 -0.005119632 0.999842286 -0.017005509 -8.692264557 -0.992958724 -0.007095582 -0.118248940 232.585632324\n-0.124212980 0.019295670 0.992068172 87.030929565 -0.005901926 0.999778867 -0.020184603 -8.717153549 -0.992238224 -0.008362298 -0.124071717 232.496765137\n-0.129435062 0.023149962 0.991317749 87.779968262 -0.002542004 0.999716401 -0.023678003 -8.736055374 -0.991584778 -0.005584694 -0.129339576 232.399780273\n-0.133885622 0.024258751 0.990699828 88.538192749 -0.001282089 0.999695241 -0.024652284 -8.765872955 -0.990995944 -0.004570751 -0.133813739 232.300842285\n-0.138512731 0.023415841 0.990083814 89.309494019 0.001400251 0.999724090 -0.023447942 -8.789146423 -0.990359664 -0.001861472 -0.138507366 232.192291260\n-0.142248511 0.020414323 0.989620507 90.097167969 0.003479650 0.999791443 -0.020123968 -8.810509682 -0.989824951 0.000580928 -0.142289877 232.077972412\n-0.145213842 0.017824570 0.989239752 90.889968872 0.004975839 0.999838233 -0.017285118 -8.838790894 -0.989387810 0.002412261 -0.145279050 231.962005615\n-0.147201657 0.015228010 0.988989413 91.703842163 0.008072407 0.999866664 -0.014193994 -8.862240791 -0.989073694 0.005894146 -0.147304893 231.840179443\n-0.148977399 0.013640933 0.988746583 92.541824341 0.009619253 0.999877512 -0.012345137 -8.886041641 -0.988793910 0.007671858 -0.149090409 231.725219727\n-0.148965955 0.013943726 0.988744140 93.381042480 0.012002924 0.999852419 -0.012292001 -8.910273552 -0.988769591 0.010036731 -0.149111390 231.588836670\n-0.148593307 0.016472302 0.988761306 94.236770630 0.013186816 0.999805391 -0.014674550 -8.931807518 -0.988810599 0.010858074 -0.148781538 231.463516235\n-0.148298383 0.019062024 0.988759160 95.097396851 0.016787015 0.999718666 -0.016755529 -8.953948975 -0.988800406 0.014113496 -0.148576617 231.336334229\n-0.147142649 0.021586899 0.988879740 95.993850708 0.020543873 0.999612868 -0.018764328 -8.985458374 -0.988901973 0.017554389 -0.147529125 231.209915161\n-0.145110846 0.020203536 0.989209116 96.883636475 0.025695750 0.999531209 -0.016644947 -9.011783600 -0.989081681 0.023003107 -0.145561934 231.070892334\n-0.142143250 0.020707946 0.989629447 97.799545288 0.030943803 0.999385476 -0.016467543 -9.034065247 -0.989362299 0.028282147 -0.142696738 230.945953369\n-0.137648821 0.019722536 0.990284741 98.718917847 0.033230778 0.999330819 -0.015283647 -9.058870316 -0.989923477 0.030804157 -0.138212085 230.800292969\n-0.133322239 0.019086948 0.990888953 99.660156250 0.036875848 0.999217749 -0.014285803 -9.080356598 -0.990386486 0.034635250 -0.133921862 230.677978516\n-0.128066301 0.017216617 0.991616249 100.616027832 0.036604486 0.999250114 -0.012621727 -9.102931976 -0.991089940 0.034681182 -0.128600478 230.557540894\n-0.124111295 0.017498350 0.992114067 101.579879761 0.036714029 0.999240875 -0.013031205 -9.138080597 -0.991588891 0.034807179 -0.124659538 230.460159302\n-0.118669510 0.019372871 0.992744982 102.547607422 0.036400340 0.999222457 -0.015148105 -9.163795471 -0.992266536 0.034338631 -0.119282484 230.330734253\n-0.113899589 0.019670917 0.993297577 103.530426025 0.037420277 0.999179482 -0.015496488 -9.187692642 -0.992787361 0.035404425 -0.114542246 230.228363037\n-0.108726740 0.016973598 0.993926764 104.529144287 0.037725247 0.999204397 -0.012936921 -9.215134621 -0.993355632 0.036089543 -0.109280586 230.121246338\n-0.103965640 0.016309980 0.994447172 105.527069092 0.036197603 0.999265134 -0.012604682 -9.249819756 -0.993921995 0.034686148 -0.104479671 230.025665283\n-0.100604296 0.021512479 0.994693875 106.515380859 0.035932805 0.999192536 -0.017975491 -9.281200409 -0.994277358 0.033933729 -0.101296067 229.922515869\n-0.098210931 0.029311443 0.994733930 107.510696411 0.035487764 0.999033570 -0.025934406 -9.312227249 -0.994532764 0.032753840 -0.099156141 229.828689575\n-0.096889019 0.031858072 0.994785190 108.514450073 0.035649881 0.998957336 -0.028519493 -9.348427773 -0.994656503 0.032700747 -0.097923756 229.730941772\n-0.095807672 0.028575813 0.994989634 109.540359497 0.037168022 0.998993456 -0.025111889 -9.390100479 -0.994705737 0.034575883 -0.096773386 229.641632080\n-0.094268322 0.022630859 0.995289683 110.547073364 0.038767956 0.999066710 -0.019044863 -9.429080963 -0.994791865 0.036790017 -0.095057607 229.540756226\n-0.093104005 0.018711394 0.995480657 111.561889648 0.042048939 0.999005258 -0.014844953 -9.466645241 -0.994768202 0.040476777 -0.093798161 229.448074341\n-0.092097878 0.015811799 0.995624483 112.591201782 0.042695764 0.999017060 -0.011916211 -9.498114586 -0.994834244 0.041411489 -0.092682481 229.349792480\n-0.091885686 0.014184454 0.995668590 113.597625732 0.041970171 0.999065161 -0.010359609 -9.529691696 -0.994884729 0.040836480 -0.092395186 229.264587402\n-0.090841174 0.014863790 0.995754600 114.609069824 0.041365955 0.999081969 -0.011139710 -9.559652328 -0.995006025 0.040178388 -0.091372728 229.179153442\n-0.089842081 0.018851601 0.995777607 115.612213135 0.042147391 0.998997152 -0.015109888 -9.587303162 -0.995063782 0.040611923 -0.090546489 229.091400146\n-0.089058995 0.021405231 0.995796382 116.612380981 0.041460846 0.998982191 -0.017765667 -9.617321014 -0.995163143 0.039704368 -0.089855790 229.010253906\n-0.087964177 0.021090414 0.995900452 117.622070312 0.041657601 0.998979092 -0.017476158 -9.647026062 -0.995252311 0.039949547 -0.088752866 228.928314209\n-0.086479306 0.018704519 0.996078074 118.649215698 0.041854516 0.999009192 -0.015125761 -9.688914299 -0.995374084 0.040382300 -0.087176561 228.826644897\n-0.084667444 0.020258388 0.996203363 119.654037476 0.039929122 0.999059200 -0.016922884 -9.722792625 -0.995608985 0.038344707 -0.085396767 228.749267578\n-0.082719803 0.023549581 0.996294618 120.636383057 0.038823742 0.999037981 -0.020390993 -9.759652138 -0.995816410 0.036993146 -0.083554506 228.664993286\n-0.080311894 0.024917379 0.996458292 121.660064697 0.039127566 0.998995781 -0.021827254 -9.795413017 -0.996001542 0.037235998 -0.081206203 228.591827393\n-0.078242183 0.021125101 0.996710718 122.671508789 0.038686246 0.999086738 -0.018138584 -9.830879211 -0.996183693 0.037139792 -0.078987956 228.529479980\n-0.075553656 0.016775817 0.997000635 123.661087036 0.036849290 0.999222457 -0.014020729 -9.869298935 -0.996460676 0.035679448 -0.076113105 228.459808350\n-0.072286010 0.014890435 0.997272909 124.646224976 0.037747182 0.999213040 -0.012183357 -9.900730133 -0.996669531 0.036763556 -0.072791219 228.384063721\n-0.069899559 0.015921008 0.997427046 125.644363403 0.037766993 0.999198020 -0.013302575 -9.931549072 -0.996838927 0.036739975 -0.070444822 228.320999146\n-0.068085313 0.016311731 0.997546256 126.633720398 0.034250632 0.999315143 -0.014002963 -9.962421417 -0.997091532 0.033213191 -0.068597317 228.266891479\n-0.066434860 0.014683004 0.997682750 127.607643127 0.030757286 0.999446690 -0.012660865 -9.991451263 -0.997316658 0.029844891 -0.066849709 228.203598022\n-0.065063357 0.011692606 0.997812688 128.596481323 0.025240771 0.999630690 -0.010068064 -10.018363953 -0.997561932 0.024530498 -0.065334439 228.156143188\n-0.064499140 0.010223521 0.997865379 129.570800781 0.020614756 0.999747813 -0.008910328 -10.050675392 -0.997704804 0.019996043 -0.064693689 228.108078003\n-0.064285874 0.013007157 0.997846723 130.554779053 0.018705674 0.999755085 -0.011826928 -10.080711365 -0.997756183 0.017905090 -0.064513445 228.051696777\n-0.064990401 0.015786747 0.997761071 131.517150879 0.018059412 0.999729693 -0.014641575 -10.110260963 -0.997722507 0.017067418 -0.065257907 227.996978760\n-0.065329432 0.020055616 0.997662246 132.480773926 0.016466649 0.999683559 -0.019017976 -10.147314072 -0.997727931 0.015185721 -0.065639019 227.944381714\n-0.064883590 0.022969585 0.997628510 133.441833496 0.017313078 0.999610484 -0.021889215 -10.185253143 -0.997742712 0.015851771 -0.065256000 227.884735107\n-0.065064907 0.024083754 0.997590363 134.405075073 0.020368459 0.999532461 -0.022802169 -10.225553513 -0.997673094 0.018835757 -0.065525055 227.820953369\n-0.065447092 0.019597592 0.997663677 135.359436035 0.019382788 0.999643445 -0.018364966 -10.261470795 -0.997667849 0.018135570 -0.065803647 227.760269165\n-0.067104220 0.015695143 0.997622609 136.303985596 0.017343607 0.999743521 -0.014561911 -10.297631264 -0.997595310 0.016325207 -0.067359209 227.708862305\n-0.068513989 0.013908543 0.997553229 137.274047852 0.015430132 0.999798000 -0.012880068 -10.334362030 -0.997530878 0.014509913 -0.068714738 227.650039673\n-0.071910143 0.014171476 0.997310579 138.220474243 0.012038345 0.999838531 -0.013339388 -10.362976074 -0.997338593 0.011046733 -0.072069168 227.589477539\n-0.075556517 0.014453439 0.997036815 139.158569336 0.010092776 0.999854803 -0.013729449 -10.387469292 -0.997090518 0.009025520 -0.075691462 227.529373169\n-0.079367757 0.012985154 0.996760905 140.098022461 0.009121777 0.999882758 -0.012299497 -10.424200058 -0.996803761 0.008116048 -0.079476953 227.462936401\n-0.083498120 0.012973339 0.996423542 141.023803711 0.008237026 0.999890089 -0.012328229 -10.448911667 -0.996473908 0.007178182 -0.083595872 227.388076782\n-0.087475896 0.012371005 0.996089935 141.956512451 0.006972539 0.999906003 -0.011806078 -10.480291367 -0.996142328 0.005912529 -0.087553978 227.307189941\n-0.091872811 0.012799428 0.995688558 142.897064209 0.006143299 0.999905646 -0.012286793 -10.512968063 -0.995751858 0.004987990 -0.091942787 227.239425659\n-0.095504403 0.015765993 0.995304108 143.813796997 0.003679709 0.999873340 -0.015485284 -10.535757065 -0.995422184 0.002183517 -0.095550299 227.149597168\n-0.100678921 0.017233182 0.994769692 144.741378784 0.006874498 0.999838173 -0.016625231 -10.562171936 -0.994895220 0.005164731 -0.100781083 227.054367065\n-0.105982184 0.017207088 0.994219124 145.672637939 0.006725931 0.999839783 -0.016587391 -10.591892242 -0.994345248 0.004929081 -0.106080890 226.957916260\n-0.113594532 0.015743850 0.993402421 146.601074219 0.005791415 0.999867916 -0.015184075 -10.625326157 -0.993510306 0.004028376 -0.113670707 226.854080200\n-0.121770263 0.015640974 0.992435157 147.544433594 0.006313798 0.999867797 -0.014983422 -10.650491714 -0.992538333 0.004441501 -0.121852875 226.747543335\n-0.130670786 0.012150067 0.991351426 148.477691650 0.005583701 0.999918044 -0.011519069 -10.677513123 -0.991410136 0.004030205 -0.130727887 226.627334595\n-0.139749646 0.009997935 0.990136445 149.406539917 0.007573242 0.999930561 -0.009027931 -10.703855515 -0.990157962 0.006236893 -0.139815688 226.500091553\n-0.148998499 0.009068844 0.988795877 150.340316772 0.006375401 0.999945998 -0.008210420 -10.728738785 -0.988816917 0.005080631 -0.149048209 226.371170044\n-0.158564687 0.008852685 0.987308919 151.277160645 0.005387653 0.999952674 -0.008100783 -10.752971649 -0.987333894 0.004034780 -0.158604860 226.231674194\n-0.167135000 0.008334345 0.985898793 152.204147339 0.006271980 0.999953032 -0.007389892 -10.773744583 -0.985914111 0.004948428 -0.167179346 226.073837280\n-0.176629066 0.008593287 0.984240055 153.144348145 0.008207075 0.999939978 -0.007257542 -10.803212166 -0.984243393 0.006795839 -0.176689029 225.912872314\n-0.186323285 0.011166525 0.982424974 154.072891235 0.010296653 0.999902666 -0.009412355 -10.825670242 -0.982434511 0.008361949 -0.186420083 225.726943970\n-0.196305513 0.013127735 0.980454981 154.995010376 0.010923540 0.999877632 -0.011200697 -10.846229553 -0.980482042 0.008511282 -0.196424842 225.539749146\n-0.207483053 0.012326426 0.978161037 155.931610107 0.013256692 0.999864221 -0.009787973 -10.869371414 -0.978148878 0.010936339 -0.207618356 225.346862793\n-0.217978239 0.011481276 0.975886166 156.860549927 0.017249536 0.999819934 -0.007909924 -10.902408600 -0.975801289 0.015109392 -0.218137026 225.142868042\n-0.227549076 0.014164112 0.973663568 157.790969849 0.020979023 0.999733448 -0.009640474 -10.925485611 -0.973540545 0.018232830 -0.227785587 224.903717041\n-0.236409187 0.016757857 0.971509099 158.712844849 0.025124624 0.999622405 -0.011128909 -10.944606781 -0.971328735 0.021777822 -0.236740947 224.677795410\n-0.242273569 0.016754394 0.970063448 159.647140503 0.030028323 0.999501348 -0.009763254 -10.967036247 -0.969743311 0.026763996 -0.242655873 224.443420410\n-0.246037364 0.016567742 0.969118714 160.562789917 0.035893466 0.999323845 -0.007971580 -10.996355057 -0.968595505 0.032823723 -0.246465683 224.188400269\n-0.248697042 0.018493837 0.968404889 161.498657227 0.040827174 0.999129236 -0.008595729 -11.031157494 -0.967720628 0.037399501 -0.249235511 223.950622559\n-0.249161005 0.022125389 0.968209326 162.423339844 0.044236381 0.998955548 -0.011444115 -11.054201126 -0.967451274 0.039978649 -0.249879479 223.711914062\n-0.246966124 0.025420889 0.968690693 163.341598511 0.050527520 0.998633802 -0.013324767 -11.077892303 -0.967705965 0.045654770 -0.247913241 223.471084595\n-0.243143797 0.027190333 0.969609201 164.267791748 0.053222954 0.998475134 -0.014653375 -11.112866402 -0.968529105 0.048042588 -0.244220138 223.241012573\n-0.237566829 0.026205108 0.971017778 165.204437256 0.058489531 0.998208165 -0.012629003 -11.138574600 -0.969608784 0.053794138 -0.238673925 223.004486084\n-0.230670452 0.022402804 0.972774208 166.137008667 0.062927105 0.997985542 -0.008061752 -11.162817001 -0.970995247 0.059354249 -0.231615543 222.777282715\n-0.224745512 0.017010393 0.974269032 167.074768066 0.066154085 0.997807086 -0.002160855 -11.190818787 -0.972169280 0.063966230 -0.225377917 222.557113647\n-0.219480276 0.017397584 0.975461900 167.997451782 0.068083771 0.997676551 -0.002474853 -11.209599495 -0.973238528 0.065869935 -0.220154881 222.351318359\n-0.214010715 0.020622790 0.976613581 168.921829224 0.071037546 0.997458518 -0.005496121 -11.232919693 -0.974244833 0.068200007 -0.214931726 222.144577026\n-0.208276868 0.026146861 0.977720380 169.842483521 0.071963184 0.997342825 -0.011341812 -11.256116867 -0.975418925 0.067997634 -0.209605098 221.950912476\n-0.202181697 0.030160442 0.978883505 170.775131226 0.073250301 0.997191668 -0.015595187 -11.282486916 -0.976604819 0.068550453 -0.203823209 221.751403809\n-0.196452618 0.030214338 0.980047882 171.703979492 0.072005570 0.997270823 -0.016311664 -11.310907364 -0.977865994 0.067364432 -0.198091984 221.568099976\n-0.189934611 0.025709758 0.981460154 172.632232666 0.068686411 0.997555673 -0.012839033 -11.344120026 -0.979391217 0.064974390 -0.191236258 221.397872925\n-0.182605743 0.022290861 0.982933521 173.563659668 0.069602475 0.997527719 -0.009691342 -11.380381584 -0.980719507 0.066644907 -0.183705688 221.223937988\n-0.175778747 0.021520376 0.984194696 174.483917236 0.071086034 0.997428536 -0.009113689 -11.408474922 -0.981859982 0.068360493 -0.176856518 221.057586670\n-0.170454621 0.021805186 0.985124350 175.427215576 0.070275389 0.997478306 -0.009918991 -11.434465408 -0.982856452 0.067539252 -0.171557188 220.902557373\n-0.167324066 0.024094000 0.985607505 176.337646484 0.068404853 0.997575879 -0.012773660 -11.460420609 -0.983525991 0.065283000 -0.168566585 220.755249023\n-0.164961100 0.027407147 0.985919297 177.240661621 0.069420390 0.997457385 -0.016112681 -11.489890099 -0.983854055 0.065784931 -0.166444182 220.596755981\n-0.164099336 0.028496591 0.986032128 178.133483887 0.070116557 0.997391284 -0.017155804 -11.518658638 -0.983948708 0.066321924 -0.165669322 220.451950073\n-0.164008141 0.025110545 0.986139297 179.005508423 0.070878714 0.997392118 -0.013609002 -11.549346924 -0.983909309 0.067664295 -0.165360212 220.308044434\n-0.163251758 0.018582294 0.986409545 179.888671875 0.072565712 0.997340620 -0.006778536 -11.578423500 -0.983912289 0.070472896 -0.164165974 220.156936646\n-0.162843704 0.012772216 0.986569405 180.730773926 0.071472995 0.997441888 -0.001115616 -11.600170135 -0.984059930 0.070331387 -0.163339972 220.020812988\n-0.162440300 0.012267930 0.986642301 181.562469482 0.072141573 0.997394264 -0.000524290 -11.627891541 -0.984077811 0.071092755 -0.162901998 219.888916016\n-0.161134362 0.016890567 0.986787915 182.357543945 0.074525721 0.997207046 -0.004899464 -11.647180557 -0.984114647 0.072751604 -0.161943197 219.738601685\n-0.161258459 0.022307634 0.986660063 183.227783203 0.074969687 0.997132719 -0.010291463 -11.667285919 -0.984060585 0.072310008 -0.162468553 219.625900269\n-0.161197543 0.025649460 0.986588776 184.043975830 0.072639830 0.997259140 -0.014058328 -11.686391830 -0.984245300 0.069399469 -0.162618995 219.493179321\n-0.161777258 0.026025601 0.986484230 184.851287842 0.071489498 0.997334659 -0.014588046 -11.712913513 -0.984234631 0.068163238 -0.163206577 219.366989136\n-0.162428021 0.024540944 0.986415386 185.653472900 0.072722808 0.997269571 -0.012836107 -11.740976334 -0.984037101 0.069649950 -0.163769245 219.230682373\n-0.163465977 0.022906564 0.986283004 186.485748291 0.074320711 0.997175455 -0.010841667 -11.757257462 -0.983745515 0.071529008 -0.164706707 219.105957031\n-0.164994955 0.018449912 0.986121893 187.295135498 0.075314306 0.997141480 -0.006054724 -11.779420853 -0.983414710 0.073270082 -0.165912867 218.968658447\n-0.166277170 0.014194762 0.985976994 188.099853516 0.077678263 0.996977687 -0.001253325 -11.798118591 -0.983014822 0.076380573 -0.166877151 218.822265625\n-0.167368174 0.012355533 0.985817194 188.868957520 0.081150278 0.996701062 0.001285420 -11.817100525 -0.982549131 0.080214471 -0.167818666 218.679275513\n-0.168495893 0.014439296 0.985596657 189.659423828 0.083547406 0.996503770 -0.000315970 -11.835843086 -0.982155323 0.082290798 -0.169113159 218.536331177\n-0.169381499 0.021652199 0.985312700 190.458068848 0.085343532 0.996325374 -0.007223109 -11.846040726 -0.981848478 0.082866602 -0.170606971 218.410430908\n-0.167897224 0.028070334 0.985404849 191.239212036 0.086160295 0.996187150 -0.013697147 -11.868012428 -0.982032120 0.082603060 -0.169675589 218.275283813\n-0.165899992 0.030239463 0.985678971 192.009643555 0.088042356 0.995992422 -0.015737440 -11.888319016 -0.982204676 0.084170647 -0.167897463 218.140670776\n-0.162318468 0.027029091 0.986368120 192.802352905 0.088034451 0.996035099 -0.012806886 -11.917055130 -0.982803404 0.084755585 -0.164054394 218.008178711\n-0.158106089 0.021965148 0.987177849 193.592422485 0.085692577 0.996285856 -0.008443323 -11.942054749 -0.983696818 0.083258875 -0.159401059 217.886672974\n-0.153864264 0.019109067 0.987907231 194.364288330 0.085379124 0.996330619 -0.005974399 -11.967412949 -0.984396338 0.083427407 -0.154931307 217.770629883\n-0.149528027 0.018567983 0.988583148 195.169311523 0.082276367 0.996589780 -0.006273662 -11.981920242 -0.985328376 0.080398940 -0.150545835 217.660812378\n-0.145515561 0.018717486 0.989179015 195.939880371 0.081580676 0.996643126 -0.006857616 -12.003704071 -0.985986888 0.079699993 -0.146553993 217.545516968\n-0.142289162 0.021988578 0.989580929 196.747756958 0.083803259 0.996431231 -0.010090951 -12.025085449 -0.986271203 0.081494272 -0.143624187 217.445663452\n-0.139001012 0.024007820 0.990001261 197.512329102 0.084497087 0.996347845 -0.012297933 -12.044223785 -0.986680865 0.081942797 -0.140522003 217.338836670\n-0.135917544 0.022902573 0.990455508 198.269561768 0.083818689 0.996414244 -0.011538153 -12.073400497 -0.987168252 0.081450440 -0.137349844 217.233627319\n-0.133631825 0.017610922 0.990874708 199.034194946 0.084038422 0.996442139 -0.006376256 -12.093770027 -0.987461567 0.082419470 -0.134636402 217.125259399\n-0.132120490 0.013588358 0.991140664 199.793945312 0.083641671 0.996492743 -0.002512180 -12.122171402 -0.987698615 0.082568735 -0.132793665 217.031021118\n-0.131247044 0.013184821 0.991262019 200.557205200 0.081700504 0.996653914 -0.002439066 -12.145818710 -0.987977326 0.080666490 -0.131885171 216.939941406\n-0.130247235 0.016866330 0.991338134 201.291885376 0.079948895 0.996778071 -0.006454776 -12.164123535 -0.988252938 0.078415662 -0.131175995 216.837173462\n-0.129507184 0.021441950 0.991346657 202.035568237 0.079034537 0.996808589 -0.011235205 -12.178810120 -0.988423765 0.076895587 -0.130788445 216.743072510\n-0.129915118 0.022897957 0.991260707 202.765182495 0.073321864 0.997217953 -0.013425975 -12.202003479 -0.988810420 0.070936844 -0.131232619 216.662536621\n-0.130292773 0.021301713 0.991246819 203.476654053 0.069729045 0.997490525 -0.012270476 -12.224684715 -0.989020646 0.067519926 -0.131451130 216.575622559\n-0.130463719 0.017480463 0.991299033 204.173889160 0.068326846 0.997625947 -0.008599616 -12.244979858 -0.989095926 0.066610396 -0.131348372 216.489822388\n-0.130780697 0.013072384 0.991325259 204.851470947 0.068621933 0.997634292 -0.004102640 -12.266378403 -0.989033699 0.067490108 -0.131368279 216.402969360\n-0.131484866 0.009742411 0.991270483 205.506729126 0.068281159 0.997665823 -0.000748275 -12.294619560 -0.988964021 0.067586698 -0.131843209 216.317611694\n-0.131850600 0.010132680 0.991217792 206.144287109 0.066062830 0.997814476 -0.001412520 -12.308184624 -0.989065766 0.065296412 -0.132231832 216.243469238\n-0.131404042 0.012554362 0.991249382 206.733795166 0.064541951 0.997906625 -0.004082730 -12.324688911 -0.989225566 0.063440681 -0.131939292 216.162063599\n-0.130849719 0.016512135 0.991264820 207.317657471 0.064783461 0.997866690 -0.008070520 -12.340944290 -0.989283442 0.063161537 -0.131640315 216.084259033\n-0.129938364 0.019141978 0.991337299 207.867553711 0.066265874 0.997745931 -0.010580010 -12.353559494 -0.989305258 0.064317085 -0.130913854 216.005844116\n-0.128816605 0.020328233 0.991460085 208.394195557 0.066145249 0.997739494 -0.011862985 -12.374889374 -0.989459991 0.064052224 -0.129870057 215.941253662\n-0.127830267 0.020195050 0.991590500 208.902084351 0.063508242 0.997907519 -0.012136581 -12.391217232 -0.989760697 0.061422747 -0.128845334 215.877044678\n-0.127759814 0.019884465 0.991605937 209.386413574 0.061326399 0.998044252 -0.012112209 -12.412061691 -0.989907444 0.059264164 -0.128729463 215.820617676\n-0.127800822 0.021692241 0.991562843 209.851287842 0.060872097 0.998047531 -0.013988417 -12.433198929 -0.989930272 0.058570765 -0.128871799 215.758636475\n-0.130049706 0.024321042 0.991209149 210.317398071 0.061678365 0.997961402 -0.016394328 -12.447177887 -0.989587247 0.059004080 -0.131284595 215.709564209\n-0.133389831 0.026824817 0.990700543 210.758682251 0.060976781 0.997961879 -0.018811395 -12.464197159 -0.989186049 0.057900481 -0.134753704 215.648101807\n-0.137698531 0.028644148 0.990059972 211.213439941 0.060130041 0.997979820 -0.020510348 -12.481945038 -0.988647401 0.056708101 -0.139142752 215.580154419\n-0.142495871 0.029207859 0.989364445 211.657745361 0.060204085 0.997969568 -0.020790847 -12.500522614 -0.987962842 0.056601167 -0.143965006 215.511795044\n-0.147422194 0.028954243 0.988649905 212.084655762 0.061617918 0.997898698 -0.020036988 -12.516891479 -0.987152576 0.057964649 -0.148896456 215.445205688\n-0.152689338 0.029300233 0.987839878 212.509429932 0.063264728 0.997799993 -0.019816903 -12.531629562 -0.986247241 0.059469592 -0.154207110 215.372558594\n-0.158156514 0.029316127 0.986978948 212.916473389 0.064082369 0.997756660 -0.019367518 -12.543216705 -0.985332549 0.060184848 -0.159680367 215.319885254\n-0.163171649 0.027740048 0.986207783 213.293426514 0.065562591 0.997699916 -0.017215738 -12.557681084 -0.984416962 0.061849207 -0.164615035 215.250625610\n-0.167335987 0.026800497 0.985535800 213.660614014 0.066049241 0.997689426 -0.015916387 -12.570959091 -0.983685195 0.062430497 -0.168719530 215.184539795\n-0.171178699 0.026874205 0.984873414 213.993804932 0.065472320 0.997728586 -0.015845383 -12.586573601 -0.983062148 0.061769556 -0.172549367 215.119918823\n-0.175480723 0.028867930 0.984059632 214.312927246 0.065240599 0.997713745 -0.017634574 -12.598013878 -0.982318878 0.061106108 -0.176962852 215.064315796\n-0.178982258 0.031173553 0.983358443 214.623489380 0.065213047 0.997675717 -0.019757936 -12.615878105 -0.981688738 0.060591482 -0.180599213 214.999404907\n-0.182620406 0.032576259 0.982643664 214.931411743 0.067656413 0.997498155 -0.020495038 -12.625745773 -0.980852842 0.062739335 -0.184367418 214.933074951\n-0.187206268 0.031762000 0.981807053 215.239578247 0.068865068 0.997442424 -0.019136952 -12.632420540 -0.979903817 0.064029649 -0.188914776 214.879577637\n-0.192230821 0.030263726 0.980883121 215.550216675 0.069670476 0.997423112 -0.017120222 -12.644333839 -0.978873670 0.065047547 -0.193843961 214.809326172\n-0.197941184 0.030333521 0.979744434 215.848205566 0.069793284 0.997420311 -0.016780201 -12.651926041 -0.977725983 0.065058082 -0.199547648 214.745635986\n-0.203278184 0.030461581 0.978647113 216.147872925 0.070241466 0.997394264 -0.016455011 -12.665597916 -0.976598263 0.065396659 -0.204888225 214.677505493\n-0.209196925 0.031063415 0.977380157 216.451690674 0.068509430 0.997504950 -0.017039385 -12.676755905 -0.975470841 0.063395165 -0.210803151 214.615524292\n-0.216104269 0.030871309 0.975881994 216.742797852 0.067071632 0.997608304 -0.016705910 -12.688264847 -0.974063694 0.061843786 -0.217657924 214.548797607\n-0.223715067 0.031704396 0.974138856 217.026290894 0.067179777 0.997595370 -0.017039705 -12.699437141 -0.972336650 0.061630391 -0.225306988 214.478912354\n-0.231962919 0.034407910 0.972116053 217.313690186 0.067804642 0.997515261 -0.019127620 -12.707167625 -0.970358729 0.061477084 -0.233719587 214.394073486\n-0.242642045 0.036644265 0.969423711 217.608856201 0.067265771 0.997516811 -0.020869903 -12.717388153 -0.967781186 0.060145117 -0.244504452 214.311996460\n-0.256097317 0.037479091 0.965924323 217.911926270 0.065916851 0.997599244 -0.021231474 -12.726680756 -0.964401126 0.058233362 -0.257953048 214.229339600\n-0.270464659 0.038980249 0.961940646 218.214630127 0.064809144 0.997650564 -0.022205219 -12.734361649 -0.960546196 0.056336820 -0.272355556 214.129180908\n-0.285141587 0.040083066 0.957646966 218.516906738 0.063832954 0.997701168 -0.022753164 -12.743452072 -0.956357539 0.054641556 -0.287044644 214.034423828\n-0.299808741 0.039869480 0.953165889 218.825271606 0.062261932 0.997813940 -0.022153176 -12.753411293 -0.951965451 0.052704234 -0.301635742 213.929962158\n-0.315951109 0.038817067 0.947981238 219.142669678 0.059104133 0.998027384 -0.021167599 -12.759489059 -0.946932852 0.049341679 -0.317622066 213.819610596\n-0.333334565 0.039271723 0.941990316 219.458633423 0.057417247 0.998123169 -0.021294126 -12.769084930 -0.941058576 0.046988424 -0.334963918 213.697738647\n-0.351725578 0.040758085 0.935215414 219.777801514 0.058584634 0.998051703 -0.021463459 -12.778376579 -0.934268117 0.047240004 -0.353428125 213.559600830\n-0.371336937 0.042490199 0.927525461 220.094757080 0.058982775 0.998014212 -0.022105422 -12.797647476 -0.926622868 0.046499465 -0.373105764 213.415817261\n-0.392536163 0.043721374 0.918696761 220.430267334 0.057861667 0.998064756 -0.022775700 -12.812612534 -0.917914689 0.044217043 -0.394306302 213.264892578\n-0.415300250 0.043488201 0.908644438 220.767150879 0.054497253 0.998252034 -0.022868646 -12.819922447 -0.908050597 0.040021267 -0.416944265 213.099197388\n-0.439590931 0.042152356 0.897208571 221.111587524 0.050436024 0.998480558 -0.022198958 -12.837383270 -0.896781027 0.035493169 -0.441049099 212.917144775\n-0.465248704 0.041057859 0.884227335 221.476776123 0.046715338 0.998670518 -0.021791935 -12.847820282 -0.883946478 0.031168308 -0.466548204 212.724136353\n-0.491127610 0.040655535 0.870138347 221.831665039 0.046268936 0.998717666 -0.020547822 -12.859245300 -0.869857907 0.030168772 -0.492378950 212.506912231\n-0.518036366 0.039969884 0.854424477 222.188430786 0.046482489 0.998747051 -0.018539025 -12.871189117 -0.854094923 0.030111885 -0.519245148 212.260772705\n-0.546321511 0.038578734 0.836686850 222.552764893 0.047178492 0.998770118 -0.015246650 -12.886786461 -0.836246014 0.031144051 -0.547469616 212.012786865\n-0.574381709 0.036758181 0.817761838 222.915451050 0.046436775 0.998845756 -0.012281469 -12.896408081 -0.817269385 0.030919973 -0.575425625 211.736923218\n-0.602384925 0.035655931 0.797409236 223.274627686 0.046205714 0.998884261 -0.009759771 -12.903448105 -0.796867549 0.030965723 -0.603360295 211.438598633\n-0.630621791 0.035204962 0.775291324 223.629516602 0.045602575 0.998925447 -0.008266765 -12.915811539 -0.774749219 0.030142078 -0.631549597 211.133209229\n-0.658090115 0.035752550 0.752089918 223.980194092 0.046378992 0.998900056 -0.006902992 -12.923626900 -0.751509488 0.030338382 -0.659024358 210.792358398\n-0.685662031 0.035429861 0.727057576 224.336883545 0.047278311 0.998873413 -0.004089102 -12.923486710 -0.726383328 0.031570308 -0.686564565 210.427398682\n-0.712509513 0.033408884 0.700866878 224.672180176 0.046177220 0.998933017 -0.000672790 -12.935144424 -0.700141549 0.031884711 -0.713292003 210.059097290\n-0.738360882 0.031630646 0.673664033 224.997467041 0.044351798 0.999014497 0.001704333 -12.940175056 -0.672946215 0.031136619 -0.739036202 209.667068481\n-0.763502121 0.030387662 0.645090401 225.326965332 0.042134397 0.999108016 0.002804467 -12.943325996 -0.644429803 0.029321708 -0.764101505 209.248260498\n-0.787702799 0.030096961 0.615319788 225.650390625 0.041279364 0.999139726 0.003973222 -12.944801331 -0.614670873 0.028529728 -0.788267612 208.811889648\n-0.810607195 0.029977147 0.584822476 225.959991455 0.040742490 0.999155879 0.005256833 -12.950517654 -0.584171236 0.028088352 -0.811144233 208.344879150\n-0.831850410 0.032560397 0.554044306 226.251922607 0.042537693 0.999081552 0.005152112 -12.945301056 -0.553367674 0.027853550 -0.832471490 207.874237061\n-0.851300597 0.033565138 0.523603618 226.536834717 0.042676996 0.999074638 0.005341589 -12.947739601 -0.522939801 0.026893128 -0.851945281 207.370346069\n-0.869086981 0.032953646 0.493561000 226.808197021 0.041811671 0.999101579 0.006916933 -12.953820229 -0.492889613 0.026648022 -0.869683981 206.854400635\n-0.885854840 0.034972321 0.462642431 227.058380127 0.043543648 0.999020636 0.007857652 -12.960209846 -0.461914539 0.027105881 -0.886510015 206.320785522\n-0.901968718 0.032890826 0.430547178 227.298767090 0.041069843 0.999109089 0.009713657 -12.958343506 -0.429844111 0.026443917 -0.902515888 205.767868042\n-0.917329669 0.029611608 0.397025704 227.544982910 0.038043018 0.999186575 0.013375629 -12.967026711 -0.396306694 0.027373917 -0.917710066 205.192047119\n-0.931557417 0.029330987 0.362410426 227.756896973 0.038519267 0.999092996 0.018152099 -12.954261780 -0.361549288 0.030869495 -0.931842208 204.588409424\n-0.944611192 0.032295633 0.326598674 227.951599121 0.042569738 0.998796523 0.024357360 -12.949913025 -0.325418979 0.036911454 -0.944849253 203.976501465\n-0.956666946 0.032088861 0.289410919 228.120666504 0.042738527 0.998619080 0.030551661 -12.945639610 -0.288030893 0.041596759 -0.956717253 203.355316162\n-0.967467427 0.028239464 0.251414537 228.282470703 0.037818924 0.998727918 0.033351444 -12.934668541 -0.250152886 0.041774660 -0.967304707 202.710647583\n-0.976870298 0.027599908 0.212044254 228.423706055 0.035597719 0.998787940 0.033992428 -12.920746803 -0.210849062 0.040754486 -0.976668715 202.054626465\n-0.984295249 0.033743948 0.173274949 228.518646240 0.040224671 0.998611152 0.034026109 -12.904671669 -0.171886116 0.040461667 -0.984285593 201.403289795\n-0.990209579 0.039809823 0.133792385 228.588226318 0.044740863 0.998418093 0.034052584 -12.887944221 -0.132225111 0.039705176 -0.990424275 200.743606567\n-0.994735599 0.042323072 0.093327068 228.635681152 0.045489568 0.998450041 0.032065935 -12.870584488 -0.091825284 0.036142536 -0.995118976 200.075744629\n-0.997506618 0.043954179 0.055212978 228.645721436 0.045583904 0.998550653 0.028612349 -12.856451035 -0.053875323 0.031057831 -0.998064518 199.361541748\n-0.998751879 0.045577228 0.020440331 228.634613037 0.046065487 0.998647928 0.024088467 -12.841549873 -0.019314809 0.024999989 -0.999500990 198.676971436\n-0.998704314 0.049297292 -0.012645135 228.609298706 0.049029861 0.998583794 0.020652553 -12.826424599 0.013645341 0.020005802 -0.999706864 197.983444214\n-0.997687101 0.052267641 -0.043455977 228.569625854 0.051390886 0.998456657 0.021054624 -12.812216759 0.044489387 0.018772686 -0.998833418 197.255096436\n-0.995949745 0.054390334 -0.071596488 228.493515015 0.052712999 0.998293877 0.025113557 -12.804676056 0.072840273 0.021237772 -0.997117519 196.530609131\n-0.993664265 0.055001847 -0.098012626 228.410140991 0.052448802 0.998218596 0.028438931 -12.799448013 0.099402219 0.023118099 -0.994778872 195.810974121\n-0.991083145 0.054872036 -0.121422708 228.316604614 0.051547542 0.998209059 0.030355664 -12.785244942 0.122870930 0.023825942 -0.992136717 195.073989868\n-0.988278866 0.054888915 -0.142451957 228.197357178 0.050843101 0.998197377 0.031890210 -12.768646240 0.143945590 0.024273714 -0.989288092 194.343917847\n-0.985362053 0.054233644 -0.161618665 228.063949585 0.049254891 0.998184741 0.034657512 -12.751584053 0.163204893 0.026189683 -0.986244678 193.603820801\n-0.982064962 0.052023754 -0.181223795 227.937530518 0.045830585 0.998218656 0.038198464 -12.734046936 0.182888195 0.029207779 -0.982699752 192.876617432\n-0.978229165 0.051912822 -0.200930476 227.774856567 0.044020019 0.998080730 0.043555014 -12.713098526 0.202805907 0.033761814 -0.978636861 192.131042480\n-0.974069953 0.050776493 -0.220476076 227.604553223 0.040858369 0.997947097 0.049317595 -12.688214302 0.222527623 0.039030489 -0.974144936 191.380706787\n-0.969681501 0.048418168 -0.239528313 227.411254883 0.036523137 0.997880638 0.053854790 -12.658712387 0.241628215 0.043473657 -0.969394803 190.624328613\n-0.965128183 0.044861022 -0.257905304 227.216156006 0.031261209 0.997907698 0.056594752 -12.632099152 0.259904593 0.046558760 -0.964511275 189.870117188\n-0.960762739 0.041403878 -0.274264038 227.000030518 0.027116703 0.998080254 0.055682391 -12.597866058 0.276042968 0.046060428 -0.960041046 189.112518311\n-0.956428766 0.041936122 -0.288938284 226.770233154 0.028815895 0.998357594 0.049515393 -12.570112228 0.290540218 0.039031934 -0.956066370 188.359344482\n-0.952838659 0.038522441 -0.301023066 226.521560669 0.026969926 0.998734891 0.042441014 -12.541423798 0.302277178 0.032320861 -0.952672124 187.598510742\n-0.949138641 0.034645889 -0.312946737 226.274780273 0.024251245 0.999019146 0.037048217 -12.506638527 0.313923359 0.027574543 -0.949047923 186.818572998\n-0.946015477 0.037147064 -0.321986556 226.007049561 0.025857510 0.998894036 0.039269917 -12.481005669 0.323089212 0.028824171 -0.945929766 186.034820557\n-0.943473101 0.041884605 -0.328792900 225.732742310 0.029452447 0.998653591 0.042703561 -12.458239555 0.330138832 0.030605895 -0.943436384 185.252655029\n-0.941176534 0.048377275 -0.334434658 225.435485840 0.035653502 0.998391449 0.044084020 -12.434146881 0.336029351 0.029567078 -0.941387415 184.451110840\n-0.939538002 0.050330084 -0.338726699 225.137359619 0.038511898 0.998394907 0.041525878 -12.404481888 0.340273023 0.025970124 -0.939968348 183.657409668\n-0.938319325 0.049063060 -0.342271686 224.842315674 0.036976118 0.998443484 0.041754242 -12.377521515 0.343787521 0.026522931 -0.938673019 182.856628418\n-0.936769366 0.050562449 -0.346275419 224.569305420 0.039010495 0.998427629 0.040254399 -12.366150856 0.347766340 0.024200708 -0.937268853 182.069793701\n-0.935860157 0.052175969 -0.348487139 224.267944336 0.040473893 0.998347998 0.040781602 -12.348371506 0.350039274 0.024061248 -0.936425924 181.270874023\n-0.935341001 0.054146942 -0.349579543 223.968811035 0.042834777 0.998280466 0.040015865 -12.327168465 0.351145178 0.022454310 -0.936051965 180.471221924\n-0.935711145 0.055564716 -0.348363340 223.679061890 0.044058844 0.998192549 0.040870920 -12.306548119 0.350004673 0.022894891 -0.936468124 179.664825439\n-0.936231256 0.058261890 -0.346520841 223.385177612 0.046976317 0.998058856 0.040886730 -12.285041809 0.348230332 0.022001160 -0.937150836 178.860168457\n-0.937308311 0.061372671 -0.343054891 223.084396362 0.050146271 0.997878909 0.041509330 -12.262821198 0.344874799 0.021704113 -0.938397765 178.057159424\n-0.938848138 0.064388707 -0.338258207 222.796859741 0.053168256 0.997687399 0.042343087 -12.243665695 0.340202391 0.021769121 -0.940100431 177.247772217\n-0.940910339 0.066350751 -0.332093269 222.515197754 0.054981492 0.997538209 0.043526247 -12.221109390 0.334163725 0.022695303 -0.942242026 176.450866699\n-0.942920685 0.067029268 -0.326202363 222.241668701 0.055264298 0.997447610 0.045212261 -12.204809189 0.328400314 0.024604226 -0.944218278 175.642364502\n-0.944942713 0.067453355 -0.320208192 221.975524902 0.056205209 0.997438073 0.044251956 -12.174772263 0.322372794 0.023818195 -0.946313024 174.839294434\n-0.947187781 0.066415742 -0.313727021 221.714599609 0.055386748 0.997497261 0.043948669 -12.147754669 0.315860748 0.024251316 -0.948495746 174.041473389\n-0.949091077 0.067176424 -0.307755381 221.467910767 0.056502607 0.997455478 0.043474041 -12.124422073 0.309892714 0.023871846 -0.950471759 173.252929688\n-0.950842977 0.068423167 -0.302019984 221.229690552 0.057782352 0.997357428 0.044038184 -12.114619255 0.304235131 0.024421968 -0.952283978 172.463073730\n-0.952698469 0.068732925 -0.296043485 220.988830566 0.058150448 0.997319341 0.044415224 -12.093818665 0.298302650 0.025099251 -0.954141498 171.670654297\n-0.954410434 0.068220906 -0.290597677 220.757492065 0.057414267 0.997310162 0.045563485 -12.074732780 0.292924404 0.026801806 -0.955760121 170.895202637\n-0.955880523 0.067739725 -0.285838723 220.533966064 0.056768455 0.997303605 0.046505991 -12.054206848 0.288218290 0.028227549 -0.957148552 170.136444092\n-0.956904292 0.068259731 -0.282267243 220.316909790 0.057029251 0.997226477 0.047823034 -12.037572861 0.284748733 0.029664578 -0.958143115 169.387725830\n-0.957707167 0.067725092 -0.279660910 220.102294922 0.056315903 0.997227430 0.048641678 -12.022449493 0.282179773 0.030835127 -0.958865881 168.660888672\n-0.958131075 0.065644003 -0.278703958 219.905288696 0.054367874 0.997366309 0.048006389 -12.004364014 0.281121254 0.030843871 -0.959176660 167.956451416\n-0.958242893 0.064335063 -0.278625071 219.709228516 0.053251062 0.997466147 0.047176689 -11.986328125 0.280954182 0.030369638 -0.959240675 167.261871338\n-0.958164930 0.063341923 -0.279119462 219.520751953 0.052490339 0.997552633 0.046189900 -11.964711189 0.281362116 0.029606471 -0.959144831 166.588958740\n-0.958141088 0.063023470 -0.279273748 219.326553345 0.052190505 0.997574151 0.046064906 -11.947982788 0.281499445 0.029561238 -0.959105968 165.934875488\n-0.957669616 0.062530808 -0.280996889 219.142791748 0.051477771 0.997588515 0.046553303 -11.931997299 0.283230275 0.030117583 -0.958579063 165.291168213\n-0.956914902 0.062364388 -0.283592850 218.964508057 0.051075529 0.997586548 0.047035575 -11.916559219 0.285841763 0.030524381 -0.957790732 164.669464111\n-0.955976605 0.061925460 -0.286834329 218.781677246 0.050531622 0.997617602 0.046963986 -11.900843620 0.289059252 0.030402269 -0.956828356 164.061004639\n-0.954786658 0.062146898 -0.290723830 218.599731445 0.050741088 0.997623324 0.046615668 -11.885234833 0.292929918 0.029756369 -0.955670834 163.467895508\n-0.953268528 0.061107751 -0.295881063 218.419311523 0.049357753 0.997673452 0.047027010 -11.873119354 0.298066407 0.030225331 -0.954066873 162.881286621\n-0.951219797 0.060845837 -0.302454829 218.236297607 0.049028978 0.997713506 0.046517320 -11.852302551 0.304593652 0.029419139 -0.952028036 162.308776855\n-0.948821068 0.059296869 -0.310198188 218.049163818 0.047273122 0.997815609 0.046143468 -11.842995644 0.312256753 0.029117849 -0.949551582 161.746276855\n-0.945475340 0.058384459 -0.320418060 217.863922119 0.045902018 0.997868717 0.046379425 -11.832799911 0.322442979 0.029142765 -0.946140170 161.207031250\n-0.940984607 0.058626775 -0.333333164 217.665222168 0.045683917 0.997871101 0.046542358 -11.811092377 0.335352153 0.028567676 -0.941659689 160.666992188\n-0.935204148 0.058450561 -0.349252164 217.460296631 0.044597510 0.997871220 0.047582716 -11.800294876 0.351289898 0.028923770 -0.935819983 160.140106201\n-0.927896857 0.059020210 -0.368136436 217.236709595 0.044388678 0.997855961 0.048095115 -11.781897545 0.370185703 0.028286209 -0.928527236 159.620452881\n-0.918923736 0.060230028 -0.389810145 217.016693115 0.044785399 0.997813880 0.048598018 -11.769976616 0.391885042 0.027200060 -0.919612288 159.130706787\n-0.908307433 0.059249606 -0.414086252 216.790740967 0.042974193 0.997897327 0.048519488 -11.756131172 0.416090339 0.026275581 -0.908943772 158.648284912\n-0.895073295 0.057152007 -0.442242175 216.543518066 0.039821651 0.998034775 0.048381664 -11.739949226 0.444138169 0.025694309 -0.895590186 158.187622070\n-0.878332376 0.055127300 -0.474861354 216.276077271 0.036822811 0.998179376 0.047770303 -11.721484184 0.476630270 0.024472471 -0.878763199 157.732055664\n-0.858405352 0.052926142 -0.510234594 215.988708496 0.034024145 0.998347223 0.046316277 -11.707256317 0.511842608 0.022397842 -0.858787417 157.296203613\n-0.835556984 0.052344970 -0.546904743 215.707672119 0.033012703 0.998435736 0.045125045 -11.695426941 0.548411310 0.019649737 -0.835978031 156.888977051\n-0.810066819 0.052286725 -0.584001541 215.418853760 0.033376273 0.998512983 0.043102566 -11.682825089 0.585386813 0.015424163 -0.810607314 156.528869629\n-0.781727552 0.051200919 -0.621514857 215.084259033 0.032207191 0.998608589 0.041756742 -11.672803879 0.622788012 0.012625146 -0.782288790 156.167022705\n-0.750580430 0.052352536 -0.658702075 214.735534668 0.032671738 0.998577535 0.042136356 -11.652907372 0.659971058 0.010105780 -0.751223207 155.821258545\n-0.716151595 0.051619850 -0.696033299 214.380859375 0.029968658 0.998615742 0.043225367 -11.641659737 0.697301090 0.010096733 -0.716707230 155.503082275\n-0.678143144 0.051375348 -0.733132243 214.000976562 0.026151417 0.998608768 0.045789115 -11.620964050 0.734464705 0.011879120 -0.678543210 155.184936523\n-0.637541175 0.050084021 -0.768786848 213.636428833 0.019880589 0.998621881 0.048570435 -11.615884781 0.770159960 0.015681708 -0.637658238 154.904602051\n-0.596192956 0.049502470 -0.801313639 213.238006592 0.017156133 0.998654902 0.048929054 -11.598935127 0.802657902 0.015423711 -0.596240282 154.646148682\n-0.553838849 0.050743945 -0.831076324 212.828155518 0.016276099 0.998610258 0.050126672 -11.586568832 0.832464933 0.014235415 -0.553895116 154.419448853\n-0.509002447 0.051681794 -0.859212339 212.412078857 0.014571951 0.998570204 0.051431697 -11.566450119 0.860641897 0.013658452 -0.509027719 154.208465576\n-0.462881923 0.050630100 -0.884973109 211.976348877 0.010091283 0.998603761 0.051852811 -11.546634674 0.886362791 0.015071202 -0.462746501 154.018234253\n-0.415689826 0.049870193 -0.908138216 211.526565552 0.002744552 0.998559833 0.053579390 -11.529606819 0.909502387 0.019779973 -0.415228128 153.830642700\n-0.368032694 0.050780255 -0.928425372 211.071289062 -0.002333962 0.998453975 0.055535674 -11.513027191 0.929810107 0.022605844 -0.367345214 153.675598145\n-0.320005774 0.051430926 -0.946018636 210.601165771 -0.004686451 0.998427331 0.055865422 -11.496256828 0.947404027 0.022310724 -0.319261551 153.545852661\n-0.272812366 0.050843552 -0.960722625 210.119171143 -0.006084928 0.998491406 0.054570265 -11.479846954 0.962047875 0.020733386 -0.272091508 153.445190430\n-0.226823211 0.050461475 -0.972627938 209.630004883 -0.009334721 0.998498380 0.053980593 -11.455696106 0.973891377 0.021323252 -0.226011515 153.349395752\n-0.183886766 0.051714785 -0.981586277 209.126800537 -0.012906712 0.998401880 0.055018619 -11.432168007 0.982862890 0.022786235 -0.182925463 153.278472900\n-0.145219684 0.055070125 -0.987865686 208.609146118 -0.014745128 0.998218417 0.057814844 -11.410427094 0.989289641 0.022962058 -0.144148946 153.231628418\n-0.110069752 0.058452871 -0.992203653 208.051269531 -0.012354499 0.998111606 0.060171463 -11.386151314 0.993847191 0.018881230 -0.109139800 153.189285278\n-0.079799414 0.061772298 -0.994895160 207.508880615 -0.013707340 0.997915626 0.063059293 -11.364476204 0.996716738 0.018669456 -0.078786254 153.176345825\n-0.051903486 0.062222231 -0.996711850 206.951675415 -0.016500177 0.997867405 0.063153617 -11.337397575 0.998515844 0.019723812 -0.050766110 153.164505005\n-0.026504993 0.061009511 -0.997785270 206.381027222 -0.017397402 0.997956574 0.061482128 -11.313489914 0.999497354 0.018988447 -0.025389433 153.165756226\n-0.005895615 0.055602133 -0.998435736 205.863800049 -0.023292314 0.998174429 0.055725127 -11.289270401 0.999711454 0.023584405 -0.004589796 153.160827637\n0.011922419 0.052156433 -0.998567760 205.275863647 -0.025509087 0.998329580 0.051839430 -11.260086060 0.999603450 0.024854500 0.013232946 153.177474976\n0.027269602 0.050838351 -0.998334527 204.687423706 -0.029133681 0.998322129 0.050041929 -11.235917091 0.999203503 0.027720533 0.028704941 153.206466675\n0.040244162 0.050747190 -0.997900546 204.067504883 -0.030213913 0.998314559 0.049549751 -11.204383850 0.998733103 0.028156376 0.041709602 153.243667603\n0.052675605 0.053040780 -0.997202098 203.423080444 -0.031141518 0.998189986 0.051448327 -11.183608055 0.998126030 0.028344309 0.054232061 153.281753540\n0.065606713 0.054855317 -0.996336639 202.757751465 -0.032316651 0.998080850 0.052823365 -11.156743050 0.997322142 0.028732695 0.067253530 153.323699951\n0.077370703 0.055629786 -0.995449305 202.092071533 -0.034809828 0.997984111 0.053065870 -11.131368637 0.996394634 0.030545665 0.079151154 153.381607056\n0.087650359 0.055019144 -0.994630814 201.418869019 -0.034636483 0.998038173 0.052155338 -11.102169037 0.995549023 0.029879073 0.089384079 153.443176270\n0.096567273 0.053871609 -0.993867517 200.708053589 -0.033333801 0.998149097 0.050864872 -11.072055817 0.994768143 0.028217498 0.098184288 153.495574951\n0.100979567 0.053854197 -0.993429899 200.010986328 -0.032655954 0.998175204 0.050792050 -11.048449516 0.994352460 0.027312439 0.102553964 153.577331543\n0.103667378 0.052871987 -0.993205726 199.296997070 -0.032217678 0.998240590 0.049777240 -11.018120766 0.994090080 0.026838509 0.105188370 153.649002075\n0.104227781 0.052223008 -0.993181527 198.564788818 -0.033543177 0.998236895 0.048968699 -10.987203598 0.993987739 0.028210556 0.105795741 153.719238281\n0.103387177 0.052757490 -0.993241072 197.829437256 -0.035053007 0.998165250 0.049370356 -10.961080551 0.994023323 0.029711822 0.105046809 153.787734985\n0.102838159 0.053356901 -0.993265986 197.063949585 -0.036660083 0.998085141 0.049820166 -10.930519104 0.994022310 0.031289797 0.104597330 153.861541748\n0.102748573 0.053753052 -0.993254006 196.296569824 -0.038814362 0.997995019 0.049994417 -10.900585175 0.993949890 0.033415653 0.104628980 153.932250977\n0.103607357 0.054027371 -0.993149817 195.512039185 -0.041178379 0.997900486 0.049989998 -10.872535706 0.993765473 0.035716966 0.105614603 153.998199463\n0.104996324 0.053561848 -0.993029177 194.721969604 -0.042351525 0.997883439 0.049345706 -10.838262558 0.993570387 0.036875185 0.107042551 154.073608398\n0.105617344 0.053567864 -0.992963076 193.917694092 -0.043423988 0.997843921 0.049212344 -10.806668282 0.993458390 0.037920728 0.107715726 154.169403076\n0.107764900 0.053861145 -0.992716432 193.096878052 -0.043815903 0.997818410 0.049381502 -10.777471542 0.993210554 0.038175166 0.109889746 154.248336792\n0.109156013 0.053986911 -0.992557466 192.267562866 -0.044463590 0.997789800 0.049381644 -10.742088318 0.993029654 0.038742363 0.111315191 154.340194702\n0.110442460 0.054691125 -0.992376745 191.422317505 -0.044950344 0.997737944 0.049984030 -10.708042145 0.992865622 0.039087303 0.112650990 154.436035156\n0.112327516 0.055233799 -0.992134988 190.558059692 -0.046007846 0.997672200 0.050333150 -10.673461914 0.992605627 0.039992191 0.114607215 154.527450562\n0.114414275 0.055792201 -0.991865277 189.688980103 -0.047319878 0.997594535 0.050655995 -10.640344620 0.992305517 0.041139167 0.116779149 154.625000000\n0.117113411 0.055898823 -0.991544187 188.811584473 -0.047769032 0.997576118 0.050596774 -10.602405548 0.991969109 0.041439541 0.119499743 154.729797363\n0.120027363 0.056058001 -0.991186798 187.909912109 -0.048416287 0.997547030 0.050554764 -10.572751999 0.991589427 0.041921612 0.122447073 154.839340210\n0.123604178 0.055864874 -0.990757883 187.010162354 -0.048882775 0.997544765 0.050149083 -10.531653404 0.991126955 0.042232357 0.126031518 154.948135376\n0.126753151 0.055979483 -0.990353465 186.094818115 -0.049382951 0.997524381 0.050064407 -10.494648933 0.990704298 0.042560756 0.129203737 155.067794800\n0.129800200 0.055482887 -0.989986718 185.171569824 -0.047984380 0.997614861 0.049619019 -10.458534241 0.990378499 0.041063331 0.132152915 155.180465698\n0.131108344 0.055699151 -0.989802122 184.252670288 -0.047482267 0.997627378 0.049850043 -10.425662994 0.990230322 0.040462289 0.133441985 155.297973633\n0.131629586 0.055946905 -0.989718914 183.326904297 -0.046872459 0.997640669 0.050160814 -10.389923096 0.990190148 0.039787915 0.133941412 155.414993286\n0.131043077 0.055900071 -0.989799440 182.385971069 -0.046217095 0.997667968 0.050225612 -10.356712341 0.990298808 0.039163936 0.133320987 155.534240723\n0.130447507 0.056037415 -0.989870429 181.437667847 -0.046278201 0.997657359 0.050379589 -10.325347900 0.990374684 0.039237522 0.132735193 155.660507202\n0.130137622 0.056152113 -0.989904642 180.491806030 -0.046920031 0.997625232 0.050421733 -10.292185783 0.990385175 0.039884593 0.132463217 155.772918701\n0.129366696 0.056658089 -0.989976823 179.535842896 -0.047737293 0.997564554 0.050854202 -10.257434845 0.990447044 0.040679973 0.131756365 155.894653320\n0.128536463 0.057287414 -0.990048885 178.577606201 -0.048966616 0.997479022 0.051360093 -10.217828751 0.990495265 0.041877687 0.131017625 156.015350342\n0.128136754 0.057951067 -0.990062118 177.620605469 -0.049139522 0.997436166 0.052022912 -10.188289642 0.990538538 0.041985117 0.130655885 156.133117676\n0.127218783 0.058443800 -0.990151465 176.668945312 -0.051299896 0.997314215 0.052275356 -10.152837753 0.990547299 0.044144247 0.129875243 156.253265381\n0.127144635 0.058035452 -0.990185022 175.718948364 -0.051391769 0.997331381 0.051855348 -10.120710373 0.990552068 0.044294216 0.129787862 156.368774414\n0.126778543 0.055795543 -0.990360558 174.772903442 -0.049717538 0.997519255 0.049834386 -10.090370178 0.990684271 0.042920358 0.129238069 156.485733032\n0.126563132 0.055046938 -0.990430117 173.815002441 -0.051723070 0.997467041 0.048828561 -10.053742409 0.990609229 0.045048181 0.129089773 156.608428955\n0.127098918 0.057684854 -0.990211248 172.862472534 -0.052678440 0.997291148 0.051335737 -10.022276878 0.990490198 0.045638070 0.129793346 156.726882935\n0.127555072 0.061955873 -0.989894629 171.917816162 -0.051979482 0.997093141 0.055708487 -9.993318558 0.990468562 0.044348303 0.130404711 156.850738525\n0.128303647 0.063017204 -0.989730775 170.968002319 -0.051232144 0.997067750 0.056842882 -9.954879761 0.990410745 0.043412883 0.131155908 156.970901489\n0.128969252 0.062770352 -0.989659965 170.035797119 -0.051805675 0.997058272 0.056488451 -9.922842026 0.990294456 0.043984730 0.131841719 157.085464478\n0.129296362 0.061738022 -0.989682257 169.106628418 -0.051375709 0.997136533 0.055491090 -9.887485504 0.990274251 0.043670826 0.132097960 157.202072144\n0.129938483 0.061519448 -0.989611745 168.169723511 -0.051331013 0.997152328 0.055248320 -9.848553658 0.990192473 0.043618888 0.132726312 157.318145752\n0.130249023 0.061719101 -0.989558518 167.237030029 -0.051369593 0.997140229 0.055430535 -9.814580917 0.990149736 0.043613438 0.133047044 157.439926147\n0.130763292 0.062226001 -0.989458978 166.303390503 -0.051860482 0.997091293 0.055852294 -9.781192780 0.990056396 0.044010378 0.133610010 157.558563232\n0.130982280 0.061988313 -0.989444911 165.374404907 -0.052055184 0.997096539 0.055576641 -9.748323441 0.990017235 0.044226173 0.133828759 157.681549072\n0.131667674 0.060972597 -0.989417076 164.424179077 -0.051743172 0.997168660 0.054564517 -9.712265015 0.989942670 0.044011187 0.134449780 157.795227051\n0.131690741 0.059573781 -0.989499211 163.496795654 -0.051760480 0.997244120 0.053151358 -9.673557281 0.989938676 0.044217397 0.134411395 157.911102295\n0.131094754 0.059182812 -0.989601731 162.572174072 -0.052171431 0.997245133 0.052728657 -9.645422935 0.989996135 0.044716489 0.133821249 158.029724121\n0.130805254 0.058759797 -0.989665270 161.648773193 -0.051943492 0.997277141 0.052346308 -9.612302780 0.990046382 0.044559497 0.133501291 158.148376465\n0.130595386 0.058628861 -0.989700854 160.713592529 -0.052142624 0.997274578 0.052197073 -9.575504303 0.990063787 0.044788886 0.133296490 158.267700195\n0.130757034 0.058789812 -0.989669979 159.786621094 -0.051912628 0.997276843 0.052382898 -9.543816566 0.990054488 0.044526923 0.133452892 158.388076782\n0.130786955 0.059817437 -0.989604294 158.856735229 -0.052184165 0.997209787 0.053380452 -9.508806229 0.990036190 0.044660203 0.133543551 158.506896973\n0.130884767 0.060428578 -0.989554226 157.924758911 -0.052363828 0.997168779 0.053967595 -9.478865623 0.990013719 0.044753313 0.133678436 158.624938965\n0.131078184 0.060017597 -0.989553690 156.996002197 -0.052656531 0.997178257 0.053505056 -9.439617157 0.989972711 0.045093112 0.133868635 158.750625610\n0.132939637 0.058711194 -0.989383698 156.055480957 -0.052029110 0.997280955 0.052188881 -9.411589622 0.989757597 0.044538781 0.135632813 158.867218018\n0.135419130 0.057275690 -0.989131629 155.129974365 -0.053019948 0.997316182 0.050490811 -9.377220154 0.989368856 0.045606270 0.138092458 158.987609863\n0.137596011 0.056399442 -0.988881469 154.195999146 -0.053093188 0.997362196 0.049495578 -9.343070984 0.989064515 0.045692474 0.140227497 159.120910645\n0.139517367 0.056702767 -0.988594770 153.263839722 -0.052367654 0.997384548 0.049816433 -9.312297821 0.988833904 0.044820134 0.142121851 159.247085571\n0.141300678 0.057313856 -0.988306224 152.323211670 -0.051174711 0.997410834 0.050525270 -9.280064583 0.988643110 0.043437034 0.143867850 159.389617920\n0.143262029 0.057325318 -0.988023221 151.380096436 -0.051027395 0.997421086 0.050471678 -9.248382568 0.988368511 0.043185569 0.145817697 159.517410278\n0.144802451 0.057538617 -0.987786233 150.440841675 -0.051077392 0.997411430 0.050611701 -9.215926170 0.988141418 0.043124843 0.147366583 159.654388428\n0.146050096 0.057405174 -0.987610340 149.498657227 -0.047037989 0.997588813 0.051029090 -9.183094025 0.988158345 0.039002392 0.148398161 159.788452148\n0.146699548 0.059553999 -0.987386644 148.546813965 -0.041466620 0.997678816 0.054013923 -9.151018143 0.988311529 0.033019774 0.148828566 159.935821533\n0.146304548 0.060263179 -0.987402439 147.613037109 -0.044203743 0.997543991 0.054332420 -9.119480133 0.988251626 0.035697788 0.148609042 160.064285278\n0.146386445 0.057370983 -0.987562418 146.664871216 -0.042693943 0.997753024 0.051634464 -9.086113930 0.988305748 0.034604352 0.148506939 160.202392578\n0.145222425 0.053067565 -0.987974882 145.693710327 -0.041927345 0.997993648 0.047442805 -9.046278954 0.988510311 0.034533400 0.147156060 160.345458984\n0.144079268 0.051818732 -0.988208473 144.740417480 -0.042682473 0.998024046 0.046110395 -9.015363693 0.988645196 0.035535630 0.146006346 160.475585938\n0.141746938 0.051965240 -0.988537967 143.767776489 -0.044808686 0.997934401 0.046034053 -8.979738235 0.988888204 0.037769906 0.143782616 160.606430054\n0.138788700 0.052539039 -0.988927424 142.790603638 -0.043814797 0.997939646 0.046868753 -8.946739197 0.989352345 0.036824796 0.140804708 160.743743896\n0.134033561 0.053130150 -0.989551604 141.809860229 -0.042594317 0.997947752 0.047811601 -8.918030739 0.990061104 0.035740908 0.136021554 160.877243042\n0.129332244 0.052445654 -0.990213335 140.818893433 -0.040065784 0.998061240 0.047628298 -8.882095337 0.990791440 0.033513807 0.131182790 160.990020752\n0.123845577 0.052662082 -0.990903139 139.821456909 -0.040513519 0.998026490 0.047977176 -8.853224754 0.991474152 0.034203213 0.125734687 161.112121582\n0.119346321 0.053064942 -0.991433620 138.817001343 -0.041379116 0.997968912 0.048433617 -8.816810608 0.991990030 0.035244271 0.121299684 161.221984863\n0.114184022 0.055070296 -0.991932094 137.805023193 -0.042657178 0.997813344 0.050486427 -8.787022591 0.992543399 0.036548276 0.116283536 161.326400757\n0.109491765 0.056149524 -0.992400646 136.797393799 -0.043829411 0.997704864 0.051613927 -8.751955032 0.993021071 0.037845023 0.111701429 161.434432983\n0.105590343 0.055534005 -0.992857873 135.769790649 -0.045421503 0.997666657 0.050972406 -8.715250969 0.993371844 0.039714899 0.107866406 161.528488159\n0.102932572 0.051882036 -0.993334532 134.748367310 -0.045132529 0.997853875 0.047441304 -8.678831100 0.993664086 0.039948426 0.105053186 161.625732422\n0.100782931 0.048399433 -0.993730605 133.722549438 -0.046318747 0.997961283 0.043907899 -8.645500183 0.993829787 0.041603182 0.102819264 161.725326538\n0.099494576 0.046541471 -0.993949056 132.679229736 -0.044468440 0.998115480 0.042285260 -8.610225677 0.994043946 0.039992210 0.101376712 161.822662354\n0.098286688 0.046370503 -0.994077206 131.634841919 -0.041802742 0.998224497 0.042430829 -8.579444885 0.994279742 0.037384767 0.100050628 161.921508789\n0.097979188 0.047774862 -0.994041145 130.577911377 -0.039800551 0.998236060 0.044053473 -8.547546387 0.994392335 0.035247058 0.099707842 162.021972656\n0.097726226 0.051189963 -0.993895948 129.510009766 -0.038753968 0.998114586 0.047596700 -8.519585609 0.994458497 0.033865966 0.099525809 162.129119873\n0.097157657 0.054138213 -0.993795455 128.442230225 -0.037836816 0.997998536 0.050668094 -8.479284286 0.994549513 0.032679264 0.099011600 162.228927612\n0.096339166 0.055612598 -0.993793845 127.375183105 -0.037695702 0.997925520 0.052189555 -8.441212654 0.994634628 0.032433849 0.098235667 162.334335327\n0.095983386 0.056345563 -0.993786991 126.313369751 -0.039632481 0.997821152 0.052746456 -8.401194572 0.994593740 0.034323450 0.098007381 162.424285889\n0.095770538 0.057331491 -0.993751049 125.227676392 -0.039756998 0.997763634 0.053731494 -8.362086296 0.994609177 0.034362659 0.097835720 162.520294189\n0.095242918 0.057714347 -0.993779659 124.174224854 -0.041577894 0.997677326 0.053955920 -8.323374748 0.994585454 0.036180340 0.097421348 162.609649658\n0.095720530 0.057287019 -0.993758440 123.089035034 -0.042112462 0.997681737 0.053456839 -8.288023949 0.994517088 0.036732692 0.097911119 162.707092285\n0.095651269 0.056105286 -0.993832588 122.011108398 -0.043495964 0.997692287 0.052136917 -8.251733780 0.994464278 0.038240734 0.097870886 162.808319092\n0.096374989 0.055371352 -0.993803859 120.943695068 -0.045468118 0.997654080 0.051176567 -8.208198547 0.994306147 0.040254239 0.098666549 162.898864746\n0.096810997 0.054932933 -0.993785858 119.847213745 -0.044396531 0.997720242 0.050825465 -8.176712990 0.994312286 0.039200168 0.099029124 163.009124756\n0.097085297 0.055203650 -0.993744075 118.775863647 -0.044988543 0.997683465 0.051027268 -8.139237404 0.994258940 0.039753087 0.099343896 163.109695435\n0.097873807 0.055114534 -0.993671656 117.701141357 -0.044539955 0.997707427 0.050951328 -8.108838081 0.994201779 0.039271284 0.100104213 163.209655762\n0.098056972 0.054995716 -0.993660092 116.626296997 -0.043967586 0.997736335 0.050882485 -8.071550369 0.994209111 0.038699452 0.100253046 163.309326172\n0.098393142 0.054445609 -0.993657112 115.544647217 -0.044089984 0.997760236 0.050304584 -8.032309532 0.994170427 0.038860694 0.100573301 163.416366577\n0.098511517 0.054632146 -0.993635178 114.466033936 -0.044689294 0.997727454 0.050426535 -7.995299816 0.994131982 0.039437257 0.100729108 163.517852783\n0.098522305 0.056116190 -0.993551373 113.398529053 -0.044743996 0.997648835 0.051910724 -7.961241722 0.994128466 0.039341096 0.100801528 163.624343872\n0.098799825 0.056403294 -0.993507624 112.327209473 -0.044896420 0.997628331 0.052172493 -7.925351143 0.994094074 0.039450299 0.101097822 163.720428467\n0.098688185 0.055080101 -0.993593037 111.242950439 -0.045230631 0.997683346 0.050814338 -7.887212276 0.994090080 0.039926052 0.100950837 163.821166992\n0.098205984 0.055008817 -0.993644655 110.165008545 -0.045630928 0.997669816 0.050721765 -7.851414680 0.994119465 0.040359743 0.100487232 163.921478271\n0.097366095 0.056959987 -0.993617356 109.081420898 -0.045749184 0.997561753 0.052703068 -7.818162918 0.994196653 0.040325686 0.099734545 164.024444580\n0.097169399 0.059389889 -0.993494451 107.982254028 -0.045382481 0.997444153 0.055187341 -7.785057068 0.994232774 0.039724711 0.099616289 164.130157471\n0.096444011 0.059483971 -0.993559480 106.905487061 -0.046746936 0.997381806 0.055175129 -7.740159988 0.994240165 0.041124541 0.098972201 164.229644775\n0.096149385 0.058847062 -0.993625879 105.824951172 -0.046869114 0.997411191 0.054535903 -7.704049110 0.994262874 0.041326769 0.098658562 164.327209473\n0.096238017 0.058769751 -0.993621826 104.743484497 -0.048186023 0.997360051 0.054323759 -7.664657593 0.994191289 0.042650674 0.098815858 164.427001953\n0.097176015 0.060711633 -0.993413806 103.669525146 -0.051190399 0.997121513 0.055930767 -7.626398087 0.993949950 0.045418110 0.100004196 164.522567749\n0.099263370 0.060092419 -0.993245125 102.594589233 -0.055142447 0.996973157 0.054807123 -7.587891102 0.993532240 0.049329620 0.102276564 164.617584229\n0.101985157 0.056603663 -0.993174314 101.522491455 -0.058083955 0.997015417 0.050858166 -7.546986580 0.993088841 0.052500706 0.104968548 164.702713013\n0.105475187 0.051799960 -0.993072033 100.448013306 -0.061199121 0.997087538 0.045509398 -7.506743431 0.992537081 0.055975012 0.108338058 164.807678223\n0.108920991 0.050951138 -0.992743790 99.373519897 -0.063131824 0.997024000 0.044244174 -7.473896980 0.992043674 0.057854604 0.111813486 164.915435791\n0.112528384 0.053369798 -0.992214262 98.292312622 -0.062978454 0.996931911 0.046481080 -7.442955971 0.991650701 0.057257675 0.115544260 165.032714844\n0.115811944 0.056215834 -0.991679192 97.206939697 -0.060910333 0.996920049 0.049399588 -7.409676552 0.991401911 0.054682430 0.118879378 165.158294678\n0.119419873 0.058060516 -0.991144836 96.127807617 -0.059234072 0.996927023 0.051262312 -7.374064445 0.991075397 0.052587792 0.122492015 165.279663086\n0.122753918 0.060003061 -0.990621626 95.057891846 -0.057845414 0.996906221 0.053215750 -7.336206436 0.990749955 0.050770469 0.125845075 165.414001465\n0.126057982 0.060562428 -0.990172446 93.982925415 -0.057047866 0.996925533 0.053712755 -7.294913292 0.990381181 0.049716309 0.129125416 165.549636841\n0.128956497 0.061298594 -0.989753902 92.893356323 -0.058586095 0.996815205 0.054102659 -7.257054329 0.989918113 0.051008925 0.132137001 165.682510376\n0.131312132 0.060239960 -0.989508986 91.817764282 -0.057488367 0.996935010 0.053063091 -7.213889122 0.989672661 0.049917441 0.134372711 165.824615479\n0.133183122 0.057232797 -0.989437640 90.728607178 -0.057433352 0.997099221 0.049945161 -7.177589417 0.989426017 0.050174855 0.136083901 165.973205566\n0.135249496 0.053481370 -0.989367127 89.643676758 -0.056153350 0.997350991 0.046236612 -7.142754078 0.989219069 0.049302801 0.137894332 166.119018555\n0.136184156 0.051670745 -0.989335179 88.555175781 -0.054532040 0.997515857 0.044591550 -7.112974167 0.989181578 0.047877800 0.138663530 166.265716553\n0.136551559 0.052645359 -0.989233196 87.457260132 -0.052853458 0.997551799 0.045792285 -7.079567432 0.989222050 0.046031374 0.138999760 166.412643433\n0.136360765 0.054016393 -0.989185452 86.358917236 -0.048971470 0.997659147 0.047728319 -7.043275356 0.989448071 0.041933600 0.138686836 166.566604614\n0.135956407 0.053979252 -0.989243209 85.267791748 -0.045517251 0.997800529 0.048190538 -7.008634090 0.989668667 0.038475815 0.138114393 166.716583252\n0.135111213 0.053226240 -0.989399850 84.166534424 -0.043131780 0.997925520 0.047794867 -6.976562977 0.989891291 0.036216948 0.137126684 166.874664307\n0.133832216 0.054302886 -0.989515126 83.062591553 -0.040850148 0.997951210 0.049240850 -6.938699722 0.990161717 0.033831827 0.135776341 167.019744873\n0.131990850 0.058560327 -0.989519656 81.966491699 -0.038553733 0.997801363 0.053907808 -6.896443367 0.990500927 0.031034339 0.133958340 167.167755127\n0.129554689 0.062984526 -0.989569962 80.846679688 -0.038087975 0.997560143 0.058506608 -6.856381416 0.990840614 0.030110901 0.131637514 167.310897827\n0.126614094 0.060985662 -0.990075588 79.726593018 -0.035831843 0.997738063 0.056875356 -6.814040184 0.991304696 0.028275006 0.128512919 167.451110840\n0.123440266 0.053099621 -0.990930378 78.623367310 -0.034715984 0.998187184 0.049163911 -6.775194168 0.991744578 0.028332317 0.125059903 167.576202393\n0.120080292 0.047080319 -0.991647243 77.502777100 -0.033556085 0.998496592 0.043342140 -6.733825207 0.992196977 0.028071258 0.121479630 167.710052490\n0.116766810 0.048498936 -0.991974473 76.373214722 -0.032677792 0.998453796 0.044969160 -6.701297283 0.992621601 0.027164625 0.118171096 167.839477539\n0.113909781 0.052664276 -0.992094338 75.233428955 -0.032232396 0.998264253 0.049290959 -6.661038876 0.992968142 0.026362849 0.115409553 167.957183838\n0.111000955 0.054555580 -0.992321849 74.086685181 -0.032846987 0.998148024 0.051201634 -6.624555111 0.993277371 0.026911348 0.112587333 168.074615479\n0.107958734 0.054735593 -0.992647469 72.948562622 -0.034170501 0.998097539 0.051319785 -6.579538822 0.993568003 0.028378837 0.109623671 168.197296143\n0.105783343 0.055921603 -0.992815554 71.803466797 -0.035278976 0.997999966 0.052454688 -6.532470703 0.993763268 0.029476680 0.107544601 168.311004639\n0.103314936 0.057436790 -0.992989004 70.652099609 -0.034866396 0.997926891 0.054094758 -6.492383957 0.994037449 0.029033149 0.105103374 168.436874390\n0.101495206 0.057291970 -0.993185043 69.489425659 -0.033560950 0.997969270 0.054138307 -6.445752144 0.994269848 0.027837452 0.103211880 168.544662476\n0.099694908 0.055876289 -0.993448019 68.327835083 -0.031904690 0.998088121 0.052935559 -6.401351452 0.994506538 0.026418235 0.101287067 168.657165527\n0.097592652 0.054902654 -0.993710995 67.164794922 -0.030839438 0.998164535 0.052119963 -6.359290123 0.994748592 0.025558954 0.099106729 168.772766113\n0.095467865 0.053976189 -0.993968129 65.977874756 -0.031541143 0.998191476 0.051176094 -6.314775944 0.994932771 0.026465209 0.096997678 168.878738403\n0.093705773 0.053556755 -0.994158447 64.808700562 -0.031565942 0.998209894 0.050799724 -6.270071507 0.995099425 0.026621317 0.095228612 168.972610474\n0.091286540 0.055737037 -0.994263649 63.634033203 -0.032052364 0.998079538 0.053008121 -6.225318432 0.995308697 0.027029568 0.092897773 169.077026367\n0.088582098 0.059064366 -0.994316280 62.468246460 -0.032336734 0.997884691 0.056395512 -6.187192917 0.995543957 0.027157297 0.090304673 169.173553467\n0.085585833 0.059126005 -0.994574964 61.284194946 -0.032933697 0.997860014 0.056487266 -6.135298729 0.995786428 0.027920512 0.087349951 169.272491455\n0.083139598 0.058456603 -0.994821966 60.104141235 -0.034072682 0.997861087 0.055787656 -6.086235523 0.995955288 0.029258085 0.084953547 169.360763550\n0.081142485 0.057900533 -0.995019317 58.938980103 -0.034275632 0.997882843 0.055272032 -6.039556980 0.996113002 0.029620003 0.082955301 169.453216553\n0.079781950 0.057697091 -0.995141208 57.763702393 -0.034783904 0.997876585 0.055067006 -5.995339870 0.996205330 0.030221533 0.081619501 169.542724609\n0.078159690 0.057756085 -0.995266497 56.596069336 -0.034681447 0.997873724 0.055183802 -5.957448006 0.996337473 0.030204127 0.079996526 169.625000000\n0.076568782 0.058760267 -0.995331347 55.431808472 -0.034766071 0.997812212 0.056232244 -5.920818329 0.996458054 0.030298121 0.078444123 169.705139160\n0.075312018 0.059058476 -0.995409608 54.260925293 -0.034011804 0.997815847 0.056627933 -5.882507324 0.996579885 0.029590908 0.077156186 169.789108276\n0.074238777 0.058396399 -0.995529354 53.098037720 -0.032780081 0.997887433 0.056090243 -5.838248730 0.996701658 0.028469451 0.075996220 169.878356934\n0.073032677 0.057540882 -0.995668352 51.951644897 -0.033794489 0.997903705 0.055191230 -5.796134949 0.996756911 0.029617328 0.074824154 169.957519531\n0.072090685 0.056728844 -0.995783508 50.793731689 -0.032879196 0.997973740 0.054473300 -5.753044128 0.996856034 0.028813543 0.073809803 170.037445068\n0.070627451 0.054653876 -0.996004462 49.646499634 -0.033413313 0.998067141 0.052397702 -5.716224194 0.996943057 0.029579084 0.072317123 170.118179321\n0.070218563 0.049971893 -0.996279240 48.492660522 -0.031198008 0.998365879 0.047877695 -5.678983212 0.997043729 0.027720015 0.071662843 170.188873291\n0.068829834 0.047029659 -0.996519327 47.345932007 -0.031348381 0.998496890 0.044957750 -5.649032593 0.997135818 0.028144829 0.070200682 170.256988525\n0.067763388 0.047034260 -0.996592283 46.203872681 -0.028861426 0.998562574 0.045164812 -5.616468430 0.997284055 0.025702545 0.069023430 170.344635010\n0.065746307 0.050988697 -0.996532798 45.062683105 -0.026992284 0.998418987 0.049304388 -5.584385395 0.997471273 0.023657111 0.067018688 170.416778564\n0.064536631 0.053745203 -0.996467054 43.928543091 -0.026001785 0.998300195 0.052160054 -5.547348976 0.997576594 0.022543684 0.065824389 170.490081787\n0.063467503 0.055123363 -0.996460378 42.787811279 -0.026849542 0.998206317 0.053509820 -5.515493393 0.997622669 0.023358373 0.064833701 170.548004150\n0.062141180 0.055769764 -0.996508002 41.668640137 -0.027152760 0.998162508 0.054169137 -5.483361244 0.997697949 0.023691805 0.063541293 170.619949341\n0.060486913 0.056984603 -0.996541023 40.550781250 -0.029355876 0.998038769 0.055288438 -5.440928936 0.997737229 0.025910111 0.062041104 170.678604126\n0.059348106 0.059868019 -0.996440589 39.441925049 -0.032302000 0.997792363 0.058025330 -5.397910118 0.997714639 0.028743319 0.061150908 170.735519409\n0.058082759 0.061113775 -0.996439517 38.349288940 -0.033422440 0.997684002 0.059241898 -5.361203194 0.997752249 0.029862495 0.059990823 170.793106079\n0.057263672 0.060674559 -0.996513784 37.258560181 -0.034995172 0.997660100 0.058733396 -5.320910454 0.997745693 0.031509869 0.059252977 170.839126587\n0.056278884 0.060309947 -0.996591926 36.208007812 -0.035832807 0.997652829 0.058350619 -5.278761387 0.997771919 0.032426771 0.058307886 170.890655518\n0.055079401 0.061262138 -0.996600866 35.151473999 -0.038097125 0.997518122 0.059212998 -5.237341881 0.997754931 0.034706205 0.057276607 170.929321289\n0.052683532 0.061537698 -0.996713459 34.113677979 -0.038168363 0.997494221 0.059568431 -5.197862625 0.997881651 0.034904640 0.054900289 170.993621826\n0.050493538 0.062792987 -0.996748507 33.092483521 -0.038607292 0.997398257 0.060878143 -5.157742977 0.997977972 0.035407797 0.052786410 171.042404175\n0.049276948 0.063251592 -0.996780455 32.089508057 -0.039424632 0.997338116 0.061337981 -5.123648643 0.998006880 0.036275145 0.051639438 171.074783325\n0.047498524 0.063074246 -0.996877909 31.092514038 -0.040153820 0.997318208 0.061188884 -5.084980965 0.998063922 0.037122071 0.049903810 171.114669800\n0.045455813 0.062484298 -0.997010410 30.118118286 -0.041030809 0.997316480 0.060632803 -5.044265270 0.998123527 0.038152017 0.047897577 171.156463623\n0.043259740 0.061433569 -0.997173309 29.159378052 -0.040635299 0.997389913 0.059684057 -5.004685879 0.998237133 0.037938517 0.045643210 171.201782227\n0.041750789 0.061298944 -0.997245908 28.222610474 -0.041015361 0.997379959 0.059590027 -4.971914291 0.998285890 0.038414463 0.044155598 171.234069824\n0.040284276 0.060998198 -0.997324646 27.297821045 -0.041203648 0.997387230 0.059337717 -4.940026283 0.998338401 0.038703036 0.042692363 171.258758545\n0.039285541 0.061828159 -0.997313499 26.391311646 -0.042508386 0.997283697 0.060151853 -4.904555798 0.998323560 0.040031075 0.041807055 171.292098999\n0.039472461 0.062445968 -0.997267485 25.497879028 -0.044440106 0.997167468 0.060680736 -4.872769356 0.998231947 0.041923452 0.042135775 171.315689087\n0.040319920 0.062074129 -0.997256935 24.632492065 -0.047298372 0.997068107 0.060150065 -4.839826584 0.998066843 0.044743367 0.043137729 171.342819214\n0.042989135 0.061433751 -0.997185111 23.777267456 -0.048985157 0.997036815 0.059312843 -4.807261467 0.997874081 0.046297446 0.045871079 171.378814697\n0.047119975 0.060468413 -0.997057378 22.941528320 -0.050685532 0.997024953 0.058071095 -4.776734352 0.997602582 0.047800068 0.050044656 171.412872314\n0.052736819 0.059797909 -0.996816516 22.102935791 -0.051056564 0.997061431 0.057111442 -4.747837067 0.997302473 0.047882140 0.055634975 171.448257446\n0.059563279 0.059334781 -0.996459544 21.293273926 -0.053175580 0.997003138 0.056188583 -4.720722198 0.996807218 0.049640536 0.062539935 171.494766235\n0.068491697 0.059066851 -0.995901704 20.495590210 -0.053937703 0.997005045 0.055422802 -4.689727783 0.996192694 0.049920637 0.071472466 171.552612305\n0.079105794 0.058726024 -0.995135009 19.705413818 -0.054978095 0.997000933 0.054465789 -4.660889626 0.995349109 0.050402056 0.082097232 171.608673096\n0.090497792 0.058361061 -0.994185269 18.909027100 -0.053537454 0.997123003 0.053660158 -4.632740974 0.994456708 0.048370015 0.093361914 171.682769775\n0.101970315 0.057074979 -0.993148744 18.145858765 -0.051835325 0.997301340 0.051991496 -4.612038612 0.993435979 0.046178598 0.104653597 171.770599365\n0.113180399 0.057194617 -0.991926968 17.378402710 -0.050070960 0.997401595 0.051797111 -4.581367493 0.992312074 0.043804307 0.115750074 171.864456177\n0.124366105 0.058118723 -0.990532935 16.625152588 -0.047412340 0.997490883 0.052574135 -4.563917637 0.991103053 0.040425032 0.126809597 171.969253540\n0.135305703 0.059260923 -0.989030242 15.892700195 -0.044742581 0.997556865 0.053650755 -4.540575981 0.989793301 0.036992494 0.137626648 172.072372437\n0.145473897 0.059894044 -0.987547576 15.159988403 -0.043145634 0.997600317 0.054148033 -4.515810013 0.988420963 0.034731232 0.147708952 172.187316895\n0.154967189 0.058999527 -0.986156404 14.451248169 -0.038592122 0.997814715 0.053632554 -4.496170998 0.987165630 0.029746573 0.156905472 172.305252075\n0.163815379 0.058312878 -0.984766006 13.760406494 -0.036313616 0.997931302 0.053051706 -4.469711304 0.985822380 0.027069731 0.165594041 172.415664673\n0.171072006 0.058270462 -0.983534038 13.070205688 -0.033531372 0.998015642 0.053296130 -4.446339607 0.984687924 0.023861757 0.172686398 172.538131714\n0.175854027 0.058309302 -0.982687831 12.388519287 -0.029004185 0.998117745 0.054034501 -4.427954674 0.983988881 0.018999876 0.177214265 172.666061401\n0.178080380 0.058754139 -0.982260346 11.709106445 -0.024978651 0.998164117 0.055176880 -4.406381607 0.983698845 0.014709617 0.179221034 172.795745850\n0.178597569 0.058893915 -0.982158005 11.058761597 -0.021257322 0.998204947 0.055990677 -4.377757072 0.983692527 0.010878252 0.179528892 172.918380737\n0.177416563 0.058592852 -0.982390046 10.425216675 -0.016562970 0.998262465 0.056548312 -4.363892555 0.983996451 0.006238692 0.178078771 173.033172607\n0.174676061 0.058702376 -0.982874572 9.798248291 -0.014223116 0.998267472 0.057093997 -4.339471817 0.984523296 0.004006580 0.175208390 173.143447876\n0.170896530 0.059384968 -0.983497858 9.191802979 -0.011432083 0.998234332 0.058288302 -4.318996906 0.985222757 0.001282155 0.171273649 173.249603271\n0.166630328 0.059738692 -0.984208107 8.601882935 -0.009219564 0.998213768 0.059027884 -4.298079014 0.985976338 -0.000761863 0.166883409 173.350585938\n0.162545443 0.060556438 -0.984841049 8.031280518 -0.007079486 0.998160779 0.060206998 -4.271523476 0.986675620 -0.002814205 0.162675202 173.434356689\n0.157987773 0.061736491 -0.985509217 7.478195190 -0.004771117 0.998079658 0.061759092 -4.254309177 0.987429559 -0.005055201 0.157978952 173.521209717\n0.153240383 0.061895613 -0.986248612 6.936508179 -0.002851772 0.998060048 0.062193781 -4.229035854 0.988184810 -0.006718042 0.153119624 173.612167358\n0.148328245 0.061809182 -0.987004817 6.425033569 -0.001601273 0.998058617 0.062260769 -4.209008694 0.988936961 -0.007654569 0.148139238 173.691619873\n0.143978655 0.061951455 -0.987639785 5.934204102 -0.000940592 0.998046577 0.062467128 -4.196183205 0.989580452 -0.008064972 0.143755674 173.752380371\n0.139299870 0.060504995 -0.988400102 5.473770142 -0.000330449 0.998134375 0.061054312 -4.181588650 0.990250230 -0.008178246 0.139060020 173.821166992\n0.135052681 0.057823300 -0.989149809 5.031570435 -0.000308681 0.998298109 0.058315948 -4.161030293 0.990838408 -0.007570396 0.134840667 173.876617432\n0.130976737 0.055812057 -0.989813268 4.622238159 -0.001520960 0.998424172 0.056096341 -4.145432949 0.991384387 -0.005841854 0.130855203 173.924468994\n0.127144456 0.054944195 -0.990361273 4.232543945 -0.001806602 0.998475730 0.055162445 -4.133903027 0.991882563 -0.005224410 0.127049923 173.962203979\n0.123525858 0.054015804 -0.990870178 3.880661011 -0.001316396 0.998525500 0.054269020 -4.126295090 0.992340505 -0.005399249 0.123414814 174.006408691\n0.120158017 0.053050887 -0.991336286 3.540771484 -0.002224177 0.998583019 0.053169105 -4.113489628 0.992752314 -0.004183787 0.120105743 174.049514771\n0.117096841 0.052402284 -0.991737068 3.234512329 -0.003038823 0.998621166 0.052407231 -4.105195045 0.993115902 -0.003123011 0.117094636 174.079147339\n0.114379227 0.052429616 -0.992052853 2.938278198 -0.004623902 0.998623669 0.052243777 -4.097689629 0.993426561 -0.001388457 0.114464223 174.104324341\n0.112266660 0.052122388 -0.992310345 2.665802002 -0.005893392 0.998640716 0.051788151 -4.083731651 0.993660808 0.000033982 0.112421215 174.123870850\n0.109763980 0.051809058 -0.992606580 2.412948608 -0.006368268 0.998656750 0.051420636 -4.075693130 0.993937314 0.000677048 0.109946489 174.147369385\n0.107382655 0.051373746 -0.992889643 2.183914185 -0.005991283 0.998679399 0.051025353 -4.074158192 0.994199753 0.000469443 0.107548594 174.174285889\n0.105839133 0.049669039 -0.993142128 1.957855225 -0.005943453 0.998765469 0.049316891 -4.068254948 0.994365633 0.000683030 0.106003702 174.191619873\n0.103912234 0.047621224 -0.993445754 1.737228394 -0.006086176 0.998864830 0.047244385 -4.068665504 0.994567811 0.001137017 0.104084074 174.211410522\n0.101867139 0.046051729 -0.993731558 1.525787354 -0.005733525 0.998938501 0.045705292 -4.062113762 0.994781494 0.001041718 0.102023005 174.233291626\n0.100202501 0.045644626 -0.993919671 1.322814941 -0.004496744 0.998957753 0.045422658 -4.057350159 0.994957030 -0.000082069 0.100303352 174.250198364\n0.098299861 0.044480104 -0.994162440 1.120742798 -0.003658265 0.999010026 0.044335280 -4.052044868 0.995150268 -0.000721247 0.098365247 174.267715454\n0.096158743 0.042657509 -0.994451642 0.919433594 -0.004464720 0.999089718 0.042424750 -4.046110153 0.995356083 0.000360429 0.096261680 174.283813477\n0.093994379 0.041822117 -0.994694054 0.717437744 -0.005410803 0.999123991 0.041497082 -4.043958664 0.995558143 0.001481595 0.094138324 174.298736572\n0.092367589 0.042001676 -0.994838834 0.515518188 -0.005083207 0.999116838 0.041710336 -4.034963608 0.995712161 0.001204283 0.092499495 174.310729980\n0.090445578 0.042562317 -0.994991541 0.311676025 -0.003467225 0.999093711 0.042422622 -4.028226852 0.995895445 -0.000387084 0.090511203 174.328796387\n0.088888228 0.042679738 -0.995126843 0.110321045 -0.001797904 0.999086797 0.042688984 -4.019135475 0.996040046 -0.002005405 0.088883758 174.339645386\n0.086431026 0.043272983 -0.995317757 -0.088714600 -0.000632002 0.999058425 0.043380737 -4.018067837 0.996257782 -0.003120405 0.086376965 174.366043091\n0.084256530 0.043907713 -0.995476305 -0.286102295 -0.000045381 0.999028862 0.044060569 -4.013945580 0.996444166 -0.003667220 0.084176719 174.378707886\n0.082080781 0.044033088 -0.995652497 -0.483032227 -0.000678429 0.999025702 0.044126343 -4.003787994 0.996625483 -0.002946448 0.082030714 174.385803223\n0.079529524 0.045091927 -0.995812058 -0.653686523 -0.001833069 0.998981297 0.045089036 -4.006013393 0.996830821 -0.001760515 0.079531133 174.391143799\n0.076776266 0.045054071 -0.996030033 -0.856445312 -0.005313760 0.998982847 0.044778049 -3.999335289 0.997034311 0.001854766 0.076937616 174.396606445\n0.073140085 0.041456804 -0.996459782 -1.072509766 -0.009479063 0.999119461 0.040871698 -3.996889830 0.997276783 0.006456138 0.073468685 174.404449463\n0.069919646 0.037198000 -0.996858835 -1.309417725 -0.011700083 0.999266386 0.036467195 -3.991975069 0.997484028 0.009113558 0.070303559 174.416458130\n0.066608429 0.034928404 -0.997167647 -1.553588867 -0.012080901 0.999342084 0.034197595 -3.987217903 0.997706056 0.009768837 0.066986561 174.429168701\n0.063099027 0.034920633 -0.997396231 -1.831619263 -0.012986911 0.999331772 0.034166802 -3.978326559 0.997922838 0.010797203 0.063510358 174.442108154\n0.059336185 0.034870218 -0.997628987 -2.114471436 -0.012818455 0.999333918 0.034167409 -3.976320982 0.998155892 0.010760691 0.059743643 174.456497192\n0.056156278 0.032741215 -0.997884989 -2.413360596 -0.012600903 0.999405801 0.032081995 -3.961405277 0.998342454 0.010772649 0.056535423 174.462646484\n0.052868605 0.030574040 -0.998133361 -2.737213135 -0.012329130 0.999475002 0.029962095 -3.952608109 0.998525381 0.010722061 0.053217769 174.476394653\n0.050096035 0.028301938 -0.998343289 -3.083358765 -0.014303562 0.999516249 0.027617447 -3.944281578 0.998641968 0.012896340 0.050476611 174.487869263\n0.048260987 0.026548076 -0.998481989 -3.458282471 -0.017630368 0.999513626 0.025723355 -3.932848215 0.998679221 0.016362166 0.048705518 174.499603271\n0.048856914 0.024901815 -0.998495460 -3.847183228 -0.021288719 0.999487996 0.023884900 -3.919627666 0.998579025 0.020089742 0.049362004 174.506118774\n0.049738050 0.024578623 -0.998459876 -4.266433716 -0.024387505 0.999428988 0.023387620 -3.912768364 0.998464525 0.023186689 0.050309062 174.521575928\n0.050544679 0.027139114 -0.998353004 -4.699188232 -0.025854709 0.999331236 0.025856733 -3.905253410 0.998387098 0.024505205 0.051212549 174.539932251\n0.051426888 0.030673025 -0.998205602 -5.173049927 -0.025227726 0.999249160 0.029405376 -3.890891552 0.998358071 0.023670228 0.052162111 174.566299438\n0.052788317 0.035705220 -0.997967243 -5.660964966 -0.027035270 0.999045372 0.034313742 -3.875508785 0.998239756 0.025168946 0.053703249 174.587905884\n0.054614186 0.040294338 -0.997694254 -6.172195435 -0.028790420 0.998833537 0.038764354 -3.859571934 0.998092473 0.026606951 0.055710554 174.607894897\n0.054919422 0.045673184 -0.997445822 -6.698837280 -0.028108567 0.998628080 0.044179667 -3.840868235 0.998095274 0.025610438 0.056127906 174.642303467\n0.055502594 0.050632227 -0.997173905 -7.251922607 -0.020108262 0.998567522 0.049583763 -3.827621460 0.998256028 0.017299408 0.056441188 174.685531616\n0.056896150 0.050312370 -0.997111678 -7.817016602 -0.010609928 0.998703480 0.049787279 -3.808442593 0.998323858 0.007746572 0.057356179 174.731613159\n0.056707382 0.049147200 -0.997180581 -8.394577026 -0.004268027 0.998790443 0.048983838 -3.785449505 0.998381853 0.001478240 0.056848586 174.772735596\n0.055109441 0.047113501 -0.997368276 -8.991409302 -0.006429696 0.998882174 0.046829749 -3.758487701 0.998459697 0.003832009 0.055350780 174.800231934\n0.053953648 0.045377679 -0.997511864 -9.615112305 -0.008339824 0.998952508 0.044992134 -3.734792233 0.998508632 0.005891581 0.054275572 174.824584961\n0.051796973 0.045995131 -0.997597933 -10.247589111 -0.004834956 0.998938680 0.045805909 -3.703962326 0.998646021 0.002450731 0.051964402 174.862136841\n0.049195945 0.049212292 -0.997576058 -10.918136597 0.004878913 0.998761654 0.049511384 -3.672703743 0.998777270 -0.007302848 0.048894942 174.908447266\n0.045972109 0.050763935 -0.997652173 -11.596206665 0.005948840 0.998676300 0.051090181 -3.647716045 0.998925149 -0.008283601 0.045609295 174.946273804\n0.043755949 0.047691867 -0.997903287 -12.297256470 0.005294416 0.998834789 0.047968540 -3.626691341 0.999028265 -0.007382223 0.043452442 174.966308594\n0.039398372 0.039478865 -0.998443484 -13.007324219 0.001527170 0.999215662 0.039569665 -3.609910488 0.999222517 -0.003083779 0.039307177 174.993423462\n0.038352013 0.028149411 -0.998867750 -13.724899292 -0.000066551 0.999603212 0.028167583 -3.583456993 0.999264300 -0.001013810 0.038338721 174.989395142\n0.037774682 0.023683527 -0.999005616 -14.472549438 -0.002444296 0.999718308 0.023608001 -3.562699080 0.999283373 0.001550080 0.037821889 175.011428833\n0.036432028 0.028080653 -0.998941600 -15.245117188 -0.000521558 0.999605536 0.028080298 -3.543949604 0.999336064 -0.000502017 0.036432266 175.041854858\n0.035360694 0.034868512 -0.998766184 -16.038986206 0.001233127 0.999388874 0.034933910 -3.527050972 0.999373913 -0.002466896 0.035296082 175.069427490\n0.035244226 0.039239172 -0.998608053 -16.865951538 0.002560010 0.999222040 0.039353646 -3.510319233 0.999375403 -0.003943434 0.035116374 175.076660156\n0.033400536 0.036773264 -0.998765349 -17.681961060 -0.001888704 0.999323428 0.036730655 -3.483461618 0.999440312 0.000659546 0.033447385 175.096588135\n0.032687724 0.032438640 -0.998939216 -18.518127441 -0.004172704 0.999468863 0.032319304 -3.457962990 0.999457061 0.003111828 0.032805741 175.105514526\n0.032049537 0.030093612 -0.999033153 -19.366638184 -0.004384920 0.999541223 0.029968245 -3.434256315 0.999476731 0.003420209 0.032166779 175.117706299\n0.031388044 0.031734943 -0.999003410 -20.239669800 -0.005316403 0.999486983 0.031583272 -3.412479877 0.999493241 0.004319762 0.031540692 175.137741089\n0.030220866 0.035186421 -0.998923838 -21.141357422 -0.007018781 0.999363005 0.034989554 -3.391380787 0.999518692 0.005953808 0.030448616 175.171844482\n0.029561758 0.038305692 -0.998828828 -22.041915894 -0.006779173 0.999250114 0.038121216 -3.366997004 0.999540150 0.005644297 0.029799283 175.194168091\n0.028963506 0.040467918 -0.998760939 -22.942291260 -0.006667872 0.999165714 0.040290955 -3.338807344 0.999558210 0.005492644 0.029209197 175.214508057\n0.028495073 0.042710338 -0.998681009 -23.864334106 -0.007257646 0.999069273 0.042519860 -3.310332775 0.999567568 0.006036469 0.028778493 175.238662720\n0.028881013 0.043471619 -0.998637199 -24.805465698 -0.006849699 0.999038994 0.043291021 -3.287804365 0.999559462 0.005590072 0.029151022 175.263366699\n0.029572010 0.041204449 -0.998713076 -25.743865967 -0.008636289 0.999123216 0.040965654 -3.257956028 0.999525428 0.007413736 0.029901922 175.289703369\n0.031562686 0.038823932 -0.998747528 -26.696731567 -0.009344961 0.999213099 0.038546707 -3.234943628 0.999458134 0.008116617 0.031900644 175.308990479\n0.032998502 0.038239736 -0.998723626 -27.666442871 -0.010380815 0.999226987 0.037916023 -3.201562643 0.999401510 0.009116394 0.033369958 175.336868286\n0.034902990 0.040656462 -0.998563349 -28.634124756 -0.009796142 0.999138117 0.040337455 -3.176060915 0.999342680 0.008374169 0.035271168 175.364929199\n0.036488414 0.042104769 -0.998446882 -29.619918823 -0.010236081 0.999075353 0.041757200 -3.147718191 0.999281824 0.008696519 0.036885679 175.402114868\n0.038521528 0.042785808 -0.998341382 -30.616531372 -0.010129654 0.999048293 0.042425249 -3.121832609 0.999206424 0.008478568 0.038918316 175.428161621\n0.039623320 0.043123025 -0.998283803 -31.609878540 -0.009577689 0.999038815 0.042775489 -3.092368841 0.999168873 0.007866341 0.039998233 175.467132568\n0.040845692 0.042495664 -0.998261392 -32.618148804 -0.007571165 0.999079645 0.042220712 -3.065777302 0.999136806 0.005833467 0.041129827 175.504241943\n0.041264355 0.041971661 -0.998266339 -33.633834839 -0.006575274 0.999107063 0.041735213 -3.035550117 0.999126673 0.004841697 0.041503489 175.548156738\n0.041266978 0.041155212 -0.998300135 -34.660491943 -0.006112745 0.999143004 0.040937271 -3.008944750 0.999129415 0.004412996 0.041483223 175.587203979\n0.040577769 0.041814707 -0.998301148 -35.689392090 -0.006251663 0.999114990 0.041594692 -2.981349468 0.999156892 0.004553219 0.040803254 175.629547119\n0.040239573 0.042445529 -0.998288155 -36.725051880 -0.005249500 0.999092519 0.042268131 -2.949387074 0.999176323 0.003539661 0.040425837 175.665985107\n0.039161503 0.043173239 -0.998299778 -37.763061523 -0.008542605 0.999044120 0.042870317 -2.922408104 0.999196351 0.006849217 0.039492846 175.694656372\n0.037760615 0.041096654 -0.998441398 -38.806182861 -0.009626471 0.999122560 0.040760621 -2.895459652 0.999240458 0.008072319 0.038123071 175.736541748\n0.036979854 0.039358173 -0.998540699 -39.852706909 -0.009727653 0.999190927 0.039023548 -2.872107983 0.999268770 0.008270367 0.037332833 175.769165039\n0.036696732 0.041065309 -0.998482466 -40.909713745 -0.011312227 0.999108374 0.040675301 -2.840593576 0.999262512 0.009802402 0.037128568 175.796447754\n0.035892010 0.043515064 -0.998407900 -41.969291687 -0.013397039 0.998982728 0.043058507 -2.809751272 0.999265969 0.011830248 0.036438525 175.831298828\n0.035652399 0.044962022 -0.998352349 -43.020874023 -0.013703727 0.998915493 0.044498008 -2.779099464 0.999270320 0.012094685 0.036229908 175.862457275\n0.036011398 0.044864163 -0.998343945 -44.079833984 -0.011202243 0.998947144 0.044487197 -2.747642994 0.999288678 0.009581639 0.036476076 175.898468018\n0.036269963 0.046185959 -0.998274267 -45.143463135 -0.011122397 0.998888254 0.045810260 -2.711197853 0.999280214 0.009441662 0.036743343 175.933456421\n0.036497355 0.047623247 -0.998198390 -46.201873779 -0.009458650 0.998835564 0.047307808 -2.679757118 0.999289036 0.007714998 0.036905289 175.963470459\n0.036753893 0.048058555 -0.998168111 -47.274658203 -0.008687303 0.998820603 0.047770094 -2.657355309 0.999286592 0.006915654 0.037128031 175.995620728\n0.036214411 0.047259822 -0.998225927 -48.339317322 -0.010622952 0.998842955 0.046903647 -2.622426033 0.999287605 0.008905520 0.036674559 176.033081055\n0.036433876 0.046474610 -0.998254836 -49.409843445 -0.013286284 0.998852253 0.046017509 -2.595321655 0.999247730 0.011586500 0.037009537 176.060989380\n0.037067294 0.043125264 -0.998381793 -50.471305847 -0.015810128 0.998968661 0.042563628 -2.564063787 0.999187708 0.014206828 0.037710845 176.082305908\n0.036460876 0.042046409 -0.998450220 -51.536094666 -0.019214330 0.998959303 0.041366190 -2.533113956 0.999150395 0.017676301 0.037230849 176.120208740\n0.036390424 0.046351381 -0.998262286 -52.617500305 -0.023297407 0.998691618 0.045522042 -2.502297878 0.999066234 0.021600343 0.037422717 176.144790649\n0.035835505 0.053841367 -0.997906208 -53.680686951 -0.022662459 0.998334646 0.053050656 -2.468384743 0.999100685 0.020713914 0.036996007 176.177642822\n0.035519242 0.060944822 -0.997509062 -54.754890442 -0.023128111 0.997921586 0.060146485 -2.429268360 0.999101460 0.020934133 0.036854982 176.212402344\n0.035533786 0.060162723 -0.997555912 -55.816429138 -0.025403867 0.997918129 0.059279662 -2.385974407 0.999045551 0.023235347 0.036988139 176.238220215\n0.035189390 0.053992059 -0.997921169 -56.871391296 -0.027483314 0.998214185 0.053038776 -2.346140862 0.999002755 0.025559774 0.036610425 176.268508911\n0.034880877 0.046566386 -0.998306036 -57.934677124 -0.027513400 0.998579979 0.045617845 -2.310628414 0.999012709 0.025875600 0.036112547 176.308563232\n0.035625935 0.041096520 -0.998519897 -59.010200500 -0.026872972 0.998832226 0.040150579 -2.276824713 0.999003887 0.025402790 0.036688685 176.345642090\n0.035867095 0.042567406 -0.998449624 -60.077095032 -0.025823360 0.998798311 0.041654624 -2.254800320 0.999022901 0.024289293 0.036923230 176.386444092\n0.036827922 0.043321460 -0.998382211 -61.143569946 -0.025259959 0.998781025 0.042406987 -2.228993177 0.999002397 0.023657328 0.037877321 176.403411865\n0.037104905 0.045139890 -0.998291492 -62.224731445 -0.022283556 0.998768270 0.044333208 -2.196724892 0.999063015 0.020600494 0.038065076 176.449829102\n0.036471844 0.044942509 -0.998323560 -63.299537659 -0.019591903 0.998828411 0.044249482 -2.166893482 0.999142587 0.017945200 0.037309647 176.496704102\n0.036917984 0.043884087 -0.998354256 -64.365997314 -0.018167879 0.998899698 0.043236233 -2.138779163 0.999153137 0.016541785 0.037674665 176.515197754\n0.035969555 0.041148972 -0.998505533 -65.438659668 -0.017154340 0.999030113 0.040552638 -2.105548382 0.999205768 0.015670031 0.036640584 176.554199219\n0.034887373 0.040955972 -0.998551667 -66.508277893 -0.016332379 0.999049842 0.040405784 -2.086115360 0.999257803 0.014899071 0.035523117 176.587554932\n0.033872724 0.043254960 -0.998489797 -67.590438843 -0.014559403 0.998978317 0.042782214 -2.059642792 0.999320209 0.013088260 0.034467876 176.629394531\n0.033226550 0.047447309 -0.998320997 -68.664367676 -0.013721076 0.998800039 0.047013409 -2.028923512 0.999353707 0.012135942 0.033837736 176.653579712\n0.032803953 0.050709337 -0.998174787 -69.746231079 -0.013728752 0.998640716 0.050281834 -1.995636463 0.999367714 0.012054240 0.033455491 176.685913086\n0.031897306 0.047559142 -0.998359084 -70.808151245 -0.013976432 0.998790860 0.047133166 -1.961882114 0.999393523 0.012450072 0.032523453 176.710296631\n0.031106114 0.042914350 -0.998594463 -71.876342773 -0.016521495 0.998963416 0.042415567 -1.932296276 0.999379575 0.015178888 0.031782866 176.736877441\n0.030617952 0.040214565 -0.998721838 -72.953765869 -0.017800983 0.999053776 0.039682202 -1.906954765 0.999372602 0.016563242 0.031304896 176.761138916\n0.029890358 0.041616332 -0.998686433 -74.042678833 -0.018632105 0.998982489 0.041071016 -1.872512341 0.999379516 0.017380005 0.030635357 176.792205811\n0.029168606 0.046515442 -0.998491585 -75.126358032 -0.018428994 0.998771906 0.045990139 -1.845524788 0.999404550 0.017059730 0.029990017 176.826660156\n0.028663635 0.049431771 -0.998366177 -76.210502625 -0.018475197 0.998632073 0.048914507 -1.807222843 0.999418437 0.017042942 0.029537678 176.851501465\n0.027753055 0.049052183 -0.998410702 -77.285430908 -0.018623963 0.998647273 0.048546117 -1.783014774 0.999441445 0.017247047 0.028629065 176.878463745\n0.026906848 0.045950055 -0.998581409 -78.364036560 -0.021014191 0.998748243 0.045391507 -1.739774227 0.999417186 0.019763030 0.027838767 176.897705078\n0.025083005 0.045593936 -0.998645067 -79.452667236 -0.023661530 0.998706639 0.045002438 -1.716693878 0.999405265 0.022500679 0.026129365 176.923126221\n0.023034930 0.045016799 -0.998720646 -80.537513733 -0.027782466 0.998628676 0.044371869 -1.686744213 0.999348581 0.026724819 0.024254024 176.940429688\n0.021578312 0.045247622 -0.998742759 -81.642280579 -0.027382066 0.998627305 0.044650789 -1.649008751 0.999392152 0.026384149 0.022787690 176.953216553\n0.018603623 0.041834876 -0.998951375 -82.736885071 -0.027558703 0.998766065 0.041313887 -1.616910458 0.999447107 0.026761211 0.019733608 176.965728760\n0.015879869 0.042484056 -0.998971045 -83.831977844 -0.025815506 0.998781264 0.042065624 -1.589695930 0.999540687 0.025120942 0.016957223 176.973037720\n0.013236225 0.041038703 -0.999070048 -84.919204712 -0.021162368 0.998945117 0.040753204 -1.564264297 0.999688566 0.020603258 0.014090717 176.987915039\n0.010870278 0.037793346 -0.999226511 -86.016128540 -0.020328164 0.999087334 0.037566938 -1.540297985 0.999734282 0.019904073 0.011628628 177.000900269\n0.009130538 0.033083197 -0.999411047 -87.099136353 -0.019905275 0.999260545 0.032896362 -1.511109352 0.999760330 0.019593181 0.009782314 177.001846313\n0.006462276 0.032585595 -0.999448121 -88.188026428 -0.020460198 0.999264002 0.032447301 -1.498331547 0.999769807 0.020239221 0.007124245 177.007385254\n0.003800154 0.035892904 -0.999348521 -89.291130066 -0.021787217 0.999121368 0.035801899 -1.476262093 0.999755502 0.021636967 0.004578829 177.012908936\n0.002068698 0.040005833 -0.999197304 -90.398887634 -0.021627234 0.998967528 0.039951853 -1.449517727 0.999763966 0.021527225 0.002931774 177.002655029\n-0.000164986 0.045228500 -0.998976707 -91.498077393 -0.022134092 0.998731792 0.045221064 -1.424962997 0.999755085 0.022118893 0.000836372 176.993865967\n-0.002479553 0.045468129 -0.998962879 -92.606109619 -0.022683864 0.998706162 0.045512754 -1.394022942 0.999739766 0.022773182 -0.001444936 176.985900879\n-0.004923582 0.042407785 -0.999088347 -93.702095032 -0.021213204 0.998871088 0.042503104 -1.364473820 0.999762952 0.021403126 -0.004018426 176.977966309\n-0.007079959 0.037410017 -0.999275029 -94.809417725 -0.020066919 0.999093413 0.037545398 -1.335482597 0.999773681 0.020318184 -0.006322861 176.959777832\n-0.009458542 0.034777194 -0.999350429 -95.910324097 -0.019831054 0.999191940 0.034959372 -1.314288139 0.999758720 0.020148829 -0.008761168 176.937774658\n-0.012339711 0.034585755 -0.999325514 -97.006645203 -0.019716654 0.999198914 0.034824837 -1.291505337 0.999729455 0.020133084 -0.011647820 176.917358398\n-0.015520573 0.037138455 -0.999189675 -98.126144409 -0.020260291 0.999093115 0.037449572 -1.265470505 0.999674320 0.020825107 -0.014754057 176.906402588\n-0.017683625 0.039966539 -0.999044597 -99.237983704 -0.021898627 0.998945594 0.040350195 -1.246154785 0.999603868 0.022591235 -0.016789675 176.873245239\n-0.020465970 0.039344333 -0.999016106 -100.361495972 -0.021362917 0.998980045 0.039780557 -1.216445446 0.999562263 0.022156043 -0.019604564 176.851425171\n-0.022409797 0.039513513 -0.998967826 -101.480285645 -0.022190427 0.998952806 0.040010717 -1.191430569 0.999502718 0.023064146 -0.021509528 176.815399170\n-0.025255680 0.039459944 -0.998902142 -102.586921692 -0.021540724 0.998967171 0.040007137 -1.162647724 0.999449134 0.022527469 -0.024379492 176.788482666\n-0.027719736 0.038671672 -0.998867452 -103.684143066 -0.019247822 0.999045491 0.039212715 -1.144196510 0.999430418 0.020312985 -0.026948929 176.747009277\n-0.030476451 0.036679957 -0.998862386 -104.787170410 -0.018241759 0.999139607 0.037246715 -1.115961552 0.999369144 0.019356148 -0.029781103 176.714340210\n-0.032748461 0.036264718 -0.998805463 -105.898521423 -0.017593924 0.999165773 0.036854658 -1.096743584 0.999308765 0.018779840 -0.032083035 176.671752930\n-0.034638047 0.037157331 -0.998708904 -107.003707886 -0.016650306 0.999148428 0.037751164 -1.071433544 0.999261200 0.017936435 -0.033989906 176.631164551\n-0.036593318 0.036425747 -0.998666286 -108.122573853 -0.017229954 0.999163926 0.037075244 -1.046681404 0.999181867 0.018563673 -0.035935163 176.579345703\n-0.038061619 0.034872055 -0.998666763 -109.228126526 -0.014185674 0.999271333 0.035433818 -1.021756172 0.999174714 0.015515432 -0.037539244 176.536346436\n-0.040877223 0.035692487 -0.998526633 -110.344284058 -0.011732702 0.999275684 0.036199573 -0.992816448 0.999095440 0.013195145 -0.040428758 176.505966187\n-0.041571736 0.038727503 -0.998384714 -111.463050842 -0.011353086 0.999165714 0.039230529 -0.965451241 0.999071002 0.012965626 -0.041097403 176.440277100\n-0.043843150 0.040168364 -0.998230755 -112.575462341 -0.009421661 0.999130309 0.040618375 -0.938428879 0.998994172 0.011185820 -0.043426514 176.394226074\n-0.044943094 0.038996469 -0.998228252 -113.681343079 -0.009822805 0.999172270 0.039475601 -0.921345711 0.998941362 0.011579550 -0.044522762 176.336364746\n-0.046143174 0.037268259 -0.998239458 -114.811988831 -0.011230011 0.999221325 0.037824020 -0.889862061 0.998871744 0.012955558 -0.045688748 176.270935059\n-0.047879338 0.036717668 -0.998178124 -115.948806763 -0.010277678 0.999253094 0.037250198 -0.859534740 0.998800337 0.012042466 -0.047466278 176.221527100\n-0.048889756 0.036345683 -0.998142779 -117.059791565 -0.009455294 0.999276102 0.036850084 -0.843918324 0.998759508 0.011239322 -0.048510790 176.163314819\n-0.049878716 0.035050068 -0.998140216 -118.166610718 -0.007706098 0.999340773 0.035477318 -0.822841167 0.998725653 0.009461322 -0.049575686 176.095947266\n-0.051260710 0.035010919 -0.998071551 -119.291122437 -0.007046535 0.999347746 0.035417598 -0.798298359 0.998660564 0.008848471 -0.050980568 176.039535522\n-0.051314950 0.037580941 -0.997975171 -120.419784546 -0.004853581 0.999270558 0.037879288 -0.775017262 0.998670697 0.006787527 -0.051095128 175.978988647\n-0.050642967 0.039492425 -0.997935832 -121.545158386 -0.000191518 0.999217451 0.039552871 -0.750637054 0.998716950 0.002194190 -0.050595760 175.916885376\n-0.050371528 0.039442465 -0.997951508 -122.678916931 0.000441937 0.999220669 0.039470326 -0.726380825 0.998730540 0.001547148 -0.050349712 175.858383179\n-0.050872803 0.036228843 -0.998047948 -123.805992126 -0.001827771 0.999336779 0.036368798 -0.699329853 0.998703599 0.003674380 -0.050772905 175.793975830\n-0.050566196 0.032635301 -0.998187423 -124.915557861 -0.001324100 0.999462903 0.032744084 -0.677159786 0.998719871 0.002977440 -0.050495863 175.730133057\n-0.050294518 0.031453498 -0.998238981 -126.039916992 -0.004811439 0.999484718 0.031735167 -0.654594421 0.998722792 0.006399071 -0.050117254 175.666229248\n-0.050357461 0.032630943 -0.998198152 -127.179496765 -0.008634759 0.999414563 0.033106320 -0.631315231 0.998694062 0.010286347 -0.050046206 175.601074219\n-0.050512433 0.035336919 -0.998098254 -128.311462402 -0.007612437 0.999331176 0.035765830 -0.610483170 0.998694599 0.009404572 -0.050209641 175.526489258\n-0.051234007 0.037983008 -0.997964203 -129.458053589 -0.006850239 0.999239624 0.038383234 -0.586921692 0.998663247 0.008802817 -0.050934911 175.467620850\n-0.051834345 0.039391320 -0.997878551 -130.602722168 -0.007962777 0.999173701 0.039856069 -0.557000637 0.998624027 0.010011796 -0.051477790 175.402038574\n-0.052305341 0.039810289 -0.997837484 -131.737960815 -0.008581967 0.999150276 0.040312525 -0.536247730 0.998594403 0.010671961 -0.051919341 175.334716797\n-0.053382754 0.037744667 -0.997860670 -132.880294800 -0.009436477 0.999221683 0.038300980 -0.504267216 0.998529732 0.011460894 -0.052984953 175.275192261\n-0.054431319 0.035761900 -0.997877002 -134.006530762 -0.009913149 0.999289811 0.036353271 -0.477645397 0.998468399 0.011870855 -0.054038167 175.214340210\n-0.054099321 0.035314232 -0.997910917 -135.169097900 -0.012811734 0.999267638 0.036056802 -0.452298164 0.998453379 0.014735619 -0.053607225 175.129394531\n-0.054544210 0.035412181 -0.997883379 -136.318283081 -0.015436123 0.999221563 0.036303412 -0.427251816 0.998392224 0.017383581 -0.053955078 175.060180664\n-0.054238439 0.035560258 -0.997894645 -137.456695557 -0.014436670 0.999233305 0.036392637 -0.401080132 0.998423696 0.016380154 -0.053683519 174.988296509\n-0.054085970 0.036608133 -0.997865140 -138.605072021 -0.016236510 0.999163389 0.037535813 -0.370071888 0.998404384 0.018232001 -0.053446293 174.913131714\n-0.054132581 0.037204560 -0.997840524 -139.764953613 -0.014350087 0.999173462 0.038032748 -0.353879929 0.998430729 0.016377905 -0.053553939 174.851776123\n-0.053756118 0.036523484 -0.997885942 -140.915878296 -0.012210887 0.999232113 0.037230555 -0.323956966 0.998479486 0.014186437 -0.053268790 174.791198730\n-0.054112434 0.037398200 -0.997834265 -142.069824219 -0.011704245 0.999206007 0.038084332 -0.292619705 0.998466253 0.013739734 -0.053631783 174.733978271\n-0.054506660 0.036078110 -0.997861445 -143.244140625 -0.011144545 0.999262810 0.036737531 -0.269409657 0.998451293 0.013123151 -0.054064393 174.667312622\n-0.053719163 0.032053806 -0.998041511 -144.373870850 -0.011032270 0.999404609 0.032691393 -0.250452042 0.998495162 0.012766817 -0.053333521 174.584442139\n-0.053628683 0.031138491 -0.998075485 -145.526565552 -0.012155641 0.999419272 0.031833567 -0.224795341 0.998487115 0.013839432 -0.053219080 174.516006470\n-0.054153681 0.034987681 -0.997919500 -146.667343140 -0.012878787 0.999278367 0.035734210 -0.212063313 0.998449564 0.014787130 -0.053663969 174.452896118\n-0.053773999 0.036445111 -0.997887850 -147.815872192 -0.013743821 0.999212027 0.037234098 -0.182314396 0.998458564 0.015717017 -0.053230643 174.372512817\n-0.053777456 0.036638752 -0.997880578 -148.959167480 -0.009797372 0.999259174 0.037217367 -0.168802738 0.998504937 0.011778061 -0.053378701 174.304107666\n-0.054602742 0.036244947 -0.997850180 -150.097808838 -0.006796623 0.999304354 0.036669683 -0.141571522 0.998485088 0.008784274 -0.054318428 174.246734619\n-0.055170536 0.037034292 -0.997789919 -151.248199463 -0.004372740 0.999293327 0.037331875 -0.116910458 0.998467386 0.006422693 -0.054969549 174.178939819\n-0.055516481 0.037116222 -0.997767806 -152.378875732 -0.003890786 0.999293208 0.037389454 -0.091432571 0.998450339 0.005957822 -0.055332780 174.104461670\n-0.056064010 0.035776153 -0.997786164 -153.523544312 -0.004013063 0.999341667 0.036057420 -0.076028824 0.998419285 0.006025697 -0.055883527 174.041519165\n-0.056489944 0.035201676 -0.997782469 -154.661468506 -0.004400564 0.999359787 0.035506465 -0.055133343 0.998393536 0.006396560 -0.056298852 173.974639893\n-0.057101965 0.037197866 -0.997675240 -155.807739258 -0.003623169 0.999291360 0.037465494 -0.030740738 0.998361886 0.005754097 -0.056926727 173.915283203\n-0.056602240 0.042188659 -0.997505069 -156.951080322 -0.004360463 0.999086797 0.042502988 -0.001574039 0.998387277 0.006755347 -0.056366563 173.837326050\n-0.056701660 0.046320446 -0.997316182 -158.094879150 -0.002454383 0.998913705 0.046534192 0.028854847 0.998388290 0.005086353 -0.056526303 173.776138306\n-0.056485057 0.042370472 -0.997504175 -159.220993042 -0.000073247 0.999098897 0.042442366 0.049252510 0.998403668 0.002470414 -0.056431055 173.707305908\n-0.056063652 0.031664979 -0.997925103 -160.334869385 -0.003352393 0.999485373 0.031902831 0.077792645 0.998421729 0.005134021 -0.055928588 173.640197754\n-0.055616975 0.024408678 -0.998153865 -161.449600220 -0.004969738 0.999682009 0.024722960 0.095995903 0.998439908 0.006335577 -0.055477977 173.573577881\n-0.055578113 0.026656177 -0.998098493 -162.568099976 -0.003962301 0.999629796 0.026917713 0.108401775 0.998446524 0.005450802 -0.055451870 173.510314941\n-0.054858088 0.035243843 -0.997871935 -163.703735352 -0.003097748 0.999366045 0.035466913 0.121678829 0.998489320 0.005036805 -0.054714084 173.439163208\n-0.054574013 0.043043718 -0.997581661 -164.822967529 -0.000984854 0.999067605 0.043161713 0.148442268 0.998509347 0.003337974 -0.054480672 173.384033203\n-0.055138111 0.046044338 -0.997416615 -165.941284180 -0.002620901 0.998926044 0.046258908 0.182677746 0.998475373 0.005164758 -0.054958224 173.319885254\n-0.054880381 0.044156164 -0.997516096 -167.049057007 -0.002123204 0.999014258 0.044339295 0.205486774 0.998490691 0.004551285 -0.054732442 173.245468140\n-0.054963827 0.034641601 -0.997887254 -168.150405884 0.001059116 0.999399424 0.034635760 0.233799934 0.998487771 0.000846840 -0.054967523 173.197509766\n-0.054738045 0.026002400 -0.998162150 -169.231246948 0.005296602 0.999654353 0.025750814 0.242402077 0.998486698 -0.003877319 -0.054856896 173.133544922\n-0.056060910 0.026484702 -0.998076081 -170.323165894 0.008349954 0.999625564 0.026056815 0.251649380 0.998392522 -0.006873125 -0.056261063 173.056442261\n-0.057294250 0.041485943 -0.997495055 -171.420593262 0.012651772 0.999086201 0.040825427 0.268800735 0.998277247 -0.010281021 -0.057766795 173.001983643\n-0.056915402 0.056220807 -0.996794999 -172.511337280 0.017881537 0.998310447 0.055285286 0.300540924 0.998219073 -0.014677648 -0.057824612 172.944274902\n-0.056915045 0.059932958 -0.996578634 -173.605316162 0.014961513 0.998135686 0.059172150 0.338550568 0.998267055 -0.011542547 -0.057705641 172.875442505\n-0.057711124 0.054245438 -0.996858537 -174.679779053 0.012392696 0.998484671 0.053616483 0.381036758 0.998256445 -0.009259500 -0.058295846 172.822998047\n-0.057348251 0.042425111 -0.997452557 -175.725189209 0.006712820 0.999090493 0.042108834 0.400483608 0.998331785 -0.004280856 -0.057580948 172.739562988\n-0.057149291 0.030943347 -0.997885942 -176.754913330 0.005337598 0.999514759 0.030688167 0.423069954 0.998351336 -0.003572507 -0.057286739 172.662384033\n-0.058215976 0.027844651 -0.997915685 -177.791229248 0.003211962 0.999611020 0.027704580 0.436614037 0.998298883 -0.001592419 -0.058282852 172.600433350\n-0.058272600 0.035269715 -0.997677565 -178.826904297 0.002334349 0.999377787 0.035193481 0.457465649 0.998298049 -0.000278111 -0.058318734 172.529617310\n-0.058599114 0.045197640 -0.997258067 -179.864852905 0.000951906 0.998976588 0.045219600 0.474895000 0.998281300 0.001700526 -0.058582187 172.461349487\n-0.059054255 0.052431785 -0.996877015 -180.888641357 -0.000865537 0.998616636 0.052574564 0.503189087 0.998254538 0.003967581 -0.058927178 172.393829346\n-0.059288263 0.052716833 -0.996848106 -181.902847290 -0.000809707 0.998601735 0.052857734 0.534008980 0.998240709 0.003940986 -0.059162617 172.324203491\n-0.060537338 0.050899852 -0.996867299 -182.892730713 -0.000257882 0.998698175 0.051008992 0.562821388 0.998165846 0.003345022 -0.060445428 172.256835938\n-0.060758710 0.050053366 -0.996896863 -183.897094727 0.001708302 0.998745620 0.050042082 0.588219643 0.998151124 0.001337482 -0.060768008 172.193283081\n-0.061249256 0.046819188 -0.997023940 -184.888000488 0.001902905 0.998902917 0.046790529 0.614927292 0.998120844 0.000968636 -0.061271071 172.132720947\n-0.060923815 0.041187160 -0.997292280 -185.880035400 0.003151990 0.999151230 0.041071381 0.642522335 0.998137414 -0.000641226 -0.061002016 172.062301636\n-0.060801864 0.039666638 -0.997361541 -186.866516113 0.003185860 0.999212682 0.039546050 0.673746586 0.998144925 -0.000772986 -0.060880423 172.008377075\n-0.059399009 0.042201709 -0.997341990 -187.857131958 0.004115454 0.999107838 0.042031329 0.696791649 0.998225927 -0.001607903 -0.059519649 171.952377319\n-0.057065487 0.040812101 -0.997535884 -188.823348999 0.001896444 0.999166727 0.040770333 0.713707447 0.998368621 0.000434807 -0.057095289 171.879409790\n-0.056246638 0.036005914 -0.997767568 -189.779190063 0.000381093 0.999350190 0.036041550 0.736465931 0.998416960 0.001646971 -0.056223869 171.824630737\n-0.055585980 0.034034122 -0.997873724 -190.728347778 -0.000112886 0.999418676 0.034093104 0.758527756 0.998453975 0.002007742 -0.055549860 171.767074585\n-0.054825187 0.036105841 -0.997842968 -191.687271118 -0.001857897 0.999340594 0.036262114 0.768897533 0.998494208 0.003841968 -0.054721951 171.698867798\n-0.055845857 0.038432315 -0.997699618 -192.632598877 -0.001653221 0.999253988 0.038584735 0.785252094 0.998438179 0.003804212 -0.055740714 171.645675659\n-0.056553602 0.039753966 -0.997607887 -193.571456909 -0.001426908 0.999202728 0.039898410 0.806628227 0.998398602 0.003679889 -0.056451797 171.586944580\n-0.057693839 0.040064059 -0.997530103 -194.506927490 -0.001040171 0.999191463 0.040190946 0.819294453 0.998333812 0.003356369 -0.057605505 171.528671265\n-0.060168266 0.037051875 -0.997500420 -195.423263550 -0.004470808 0.999290824 0.037388057 0.839375973 0.998178363 0.006709205 -0.059960008 171.458145142\n-0.063982129 0.036259342 -0.997292280 -196.360763550 -0.006135121 0.999306560 0.036726188 0.858315468 0.997932315 0.008468321 -0.063715219 171.399078369\n-0.067669868 0.037623156 -0.996998250 -197.284790039 -0.005774254 0.999257207 0.038100325 0.875992298 0.997691154 0.008335163 -0.067402363 171.337738037\n-0.071331143 0.039900474 -0.996654332 -198.183731079 -0.008353174 0.999140620 0.040597856 0.892133236 0.997417748 0.011221119 -0.070936561 171.252273560\n-0.075283408 0.042524405 -0.996254981 -199.096817017 -0.003703955 0.999071479 0.042924516 0.915042400 0.997155249 0.006921593 -0.075056076 171.184646606\n-0.080315590 0.044002458 -0.995797813 -200.000000000 0.000178939 0.999025762 0.044130664 0.937323570 0.996769488 0.003366195 -0.080245256 171.114654541\n-0.085271716 0.041631624 -0.995487690 -200.896484375 -0.001080257 0.999122202 0.041876160 0.955801964 0.996357262 0.004646230 -0.085151911 171.028518677\n-0.091503620 0.036004134 -0.995153666 -201.802276611 0.001756551 0.999350429 0.035994455 0.978785992 0.995803177 0.001545585 -0.091507435 170.950225830\n-0.098024249 0.033276789 -0.994627535 -202.687042236 0.003773148 0.999446034 0.033066142 0.999065399 0.995176911 -0.000511594 -0.098095417 170.861175537\n-0.104482889 0.036969036 -0.993839443 -203.579620361 0.005063585 0.999315679 0.036640409 1.015399456 0.994513869 -0.001204099 -0.104598522 170.766708374\n-0.111373186 0.042347468 -0.992876112 -204.466659546 0.005023504 0.999102890 0.042049561 1.032912731 0.993766129 -0.000304534 -0.111485958 170.659866333\n-0.118395090 0.045339987 -0.991930902 -205.345932007 0.004249270 0.998970985 0.045154594 1.053730965 0.992957473 0.001131101 -0.118465900 170.549575806\n-0.125295520 0.044207532 -0.991134167 -206.212310791 0.006012881 0.999022245 0.043799244 1.074562073 0.992101312 -0.000471728 -0.125438809 170.440597534\n-0.131243110 0.040036369 -0.990541637 -207.075790405 0.005464394 0.999198198 0.039662253 1.094212055 0.991335332 -0.000207322 -0.131356597 170.324401855\n-0.135125399 0.036457326 -0.990157723 -207.946838379 0.001785730 0.999330163 0.036551364 1.116973400 0.990827084 0.003170857 -0.135100007 170.178482056\n-0.138069272 0.035656970 -0.989780664 -208.805740356 -0.003395679 0.999328792 0.036474627 1.135254860 0.990416884 0.008396998 -0.137855530 170.049255371\n-0.139733195 0.038138747 -0.989454508 -209.675079346 -0.009588203 0.999158978 0.039866880 1.160678864 0.990142822 0.015057816 -0.139250040 169.919311523\n-0.139080286 0.040025800 -0.989472032 -210.533737183 -0.013778653 0.999007881 0.042348273 1.172368050 0.990185440 0.019523393 -0.138390779 169.779891968\n-0.139132261 0.040617961 -0.989440620 -211.381546021 -0.017806988 0.998894274 0.043510016 1.192210197 0.990113854 0.023672590 -0.138255119 169.659896851\n-0.138474822 0.041640166 -0.989490330 -212.226730347 -0.020378092 0.998784363 0.044883110 1.215199471 0.990156412 0.026379094 -0.137457967 169.535110474\n-0.136600137 0.043734070 -0.989660501 -213.063049316 -0.020027207 0.998698890 0.046897788 1.237360001 0.990423858 0.026226375 -0.135546565 169.402282715\n-0.135686398 0.045939472 -0.989686131 -213.887908936 -0.023859534 0.998483181 0.049618963 1.256933212 0.990464449 0.030346069 -0.134384394 169.286544800\n-0.132384300 0.042363025 -0.990292847 -214.698181152 -0.028904801 0.998496354 0.046578012 1.278359413 0.990776956 0.034790412 -0.130960822 169.164489746\n-0.127398372 0.040096760 -0.991040885 -215.508041382 -0.034566350 0.998396099 0.044837851 1.304126740 0.991249204 0.039968926 -0.125808001 169.044525146\n-0.119323730 0.039380237 -0.992074192 -216.295455933 -0.038933739 0.998258948 0.044308573 1.326086521 0.992091835 0.043912217 -0.117582679 168.948211670\n-0.107191920 0.040402096 -0.993417203 -217.071868896 -0.043453164 0.998028934 0.045278344 1.345116615 0.993288457 0.048020583 -0.105225086 168.853912354\n-0.094186783 0.041342836 -0.994695723 -217.842422485 -0.046387501 0.997869909 0.045867156 1.361353397 0.994473279 0.050461527 -0.092068434 168.771423340\n-0.081411600 0.041253932 -0.995826423 -218.599639893 -0.046373423 0.997904122 0.045131166 1.381897926 0.995601118 0.049854081 -0.079327941 168.713470459\n-0.069306731 0.041379545 -0.996736825 -219.347671509 -0.046107389 0.997938752 0.044635456 1.400666237 0.996529281 0.049050469 -0.067255974 168.659439087\n-0.057120800 0.042589709 -0.997458518 -220.082580566 -0.045153659 0.997957110 0.045196783 1.417277336 0.997345746 0.047620568 -0.055081010 168.624771118\n-0.044622064 0.043502249 -0.998056352 -220.809494019 -0.046270888 0.997889221 0.045563687 1.435711861 0.997931838 0.048214097 -0.042514920 168.594238281\n-0.032218575 0.044603918 -0.998485208 -221.521514893 -0.047670119 0.997798204 0.046111424 1.454779625 0.998343468 0.049083542 -0.030021310 168.575195312\n-0.017588377 0.046414070 -0.998767436 -222.243682861 -0.049412381 0.997660995 0.047232810 1.468812943 0.998623610 0.050182227 -0.015253901 168.559448242\n-0.002841234 0.046777308 -0.998901427 -222.938690186 -0.048828062 0.997707367 0.046860278 1.488858223 0.998803258 0.048907548 -0.000550747 168.557189941\n0.011915505 0.046551932 -0.998844802 -223.624328613 -0.049328506 0.997726858 0.045911372 1.503520012 0.998711526 0.048724465 0.014184773 168.561294556\n0.026598394 0.046532448 -0.998562574 -224.299865723 -0.048455689 0.997801781 0.045206301 1.524655342 0.998471081 0.047183625 0.028794706 168.580627441\n0.041220963 0.046714157 -0.998057544 -224.964324951 -0.047752649 0.997857034 0.044732533 1.533226013 0.998008370 0.045815960 0.043363333 168.613555908\n0.055738866 0.045424495 -0.997411549 -225.616424561 -0.045957502 0.998022497 0.042884048 1.555047989 0.997387171 0.043448236 0.057716250 168.665603638\n0.070537746 0.045589291 -0.996466875 -226.252105713 -0.044217799 0.998116016 0.042534661 1.564301491 0.996528685 0.041061264 0.072420657 168.720413208\n0.085697234 0.042718634 -0.995405197 -226.873153687 -0.042998917 0.998308122 0.039141320 1.577117443 0.995393097 0.039447024 0.087389112 168.778182983\n0.099774420 0.041048948 -0.994163096 -227.495941162 -0.042046543 0.998430133 0.037005339 1.581154823 0.994121373 0.038108926 0.101343751 168.847305298\n0.114410579 0.040782284 -0.992596209 -228.092224121 -0.042990591 0.998424292 0.036066469 1.589305401 0.992502987 0.038545903 0.115983546 168.918624878\n0.128284693 0.040432096 -0.990912974 -228.674804688 -0.040856600 0.998535812 0.035453785 1.604131699 0.990895510 0.035937149 0.129748762 169.007751465\n0.140938401 0.041040886 -0.989167452 -229.247329712 -0.040270891 0.998551130 0.035692349 1.620234489 0.989199102 0.034804225 0.142386973 169.100524902\n0.154576421 0.042136192 -0.987082005 -229.814331055 -0.037789576 0.998611152 0.036710516 1.627686977 0.987257957 0.031626821 0.155954063 169.186553955\n0.166820228 0.043651562 -0.985020638 -230.375930786 -0.037495945 0.998577714 0.037902143 1.630209446 0.985274136 0.030611429 0.168219745 169.283050537\n0.177153766 0.043933358 -0.983202159 -230.912384033 -0.038797975 0.998538375 0.037628002 1.644402027 0.983418226 0.031480305 0.178599358 169.382858276\n0.184558868 0.043022022 -0.981879473 -231.437500000 -0.036278345 0.998658836 0.036938172 1.655752659 0.982151747 0.028803688 0.185872138 169.502609253\n0.190397859 0.042060118 -0.980805635 -231.948211670 -0.033069741 0.998789549 0.036411699 1.665600300 0.981149912 0.025502274 0.191558301 169.602249146\n0.193340778 0.042099092 -0.980228126 -232.447006226 -0.029903915 0.998867691 0.037001360 1.667662144 0.980675936 0.022158777 0.194380820 169.705978394\n0.194725573 0.042657532 -0.979929805 -232.933364868 -0.026706681 0.998914063 0.038176954 1.670474052 0.980494201 0.018736638 0.195653319 169.783706665\n0.193279386 0.043539256 -0.980177224 -233.412384033 -0.025100447 0.998907328 0.039421730 1.679111004 0.980822623 0.016983477 0.194161057 169.879119873\n0.189763546 0.043374322 -0.980871260 -233.872192383 -0.024396298 0.998923540 0.039452787 1.690928936 0.981526673 0.016442928 0.190617442 169.971069336\n0.184226513 0.043594010 -0.981916666 -234.329681396 -0.023553303 0.998924851 0.039930068 1.697275639 0.982601643 0.015771195 0.185055256 170.048309326\n0.175203562 0.044700723 -0.983516932 -234.776245117 -0.021890514 0.998898685 0.041500248 1.695389271 0.984288812 0.014258702 0.175989091 170.125289917\n0.163143039 0.044886775 -0.985580981 -235.203842163 -0.018210795 0.998931348 0.042480372 1.704350948 0.986434519 0.011017826 0.163786113 170.193252563\n0.148299217 0.044734128 -0.987930238 -235.623413086 -0.016051255 0.998953700 0.042823806 1.713251591 0.988812268 0.009506783 0.148862123 170.239959717\n0.130569279 0.043792769 -0.990471482 -236.019653320 -0.014384275 0.999002516 0.042273749 1.727395058 0.991334796 0.008727564 0.131068945 170.280654907\n0.110708594 0.044253778 -0.992867291 -236.414154053 -0.014442573 0.998974323 0.042915579 1.737046242 0.993748069 0.009588430 0.111234188 170.308624268\n0.088646352 0.044624027 -0.995063186 -236.797668457 -0.012844891 0.998964131 0.043654669 1.745100975 0.995980442 0.008911645 0.089127719 170.334381104\n0.063420177 0.045614570 -0.996944010 -237.161651611 -0.009874829 0.998934686 0.045077473 1.753007889 0.997938156 0.006985824 0.063803017 170.349243164\n0.034674346 0.046991121 -0.998293340 -237.521255493 -0.006181151 0.998884976 0.046804275 1.762172222 0.999379635 0.004547691 0.034926176 170.352996826\n0.003879905 0.048181068 -0.998831153 -237.885864258 -0.005236160 0.998825908 0.048160478 1.771221161 0.999978840 0.005043183 0.004127622 170.325363159\n-0.029114366 0.048033737 -0.998421431 -238.201141357 -0.006451060 0.998814881 0.048240785 1.784152985 0.999555409 0.007845370 -0.028769970 170.283615112\n-0.065389633 0.046750639 -0.996764183 -238.543457031 -0.011630732 0.998798311 0.047609050 1.798800468 0.997792125 0.014706232 -0.064767361 170.242446899\n-0.100368857 0.043553989 -0.993996680 -238.835922241 -0.012600271 0.998905659 0.045041405 1.809298515 0.994870603 0.017045375 -0.099710226 170.155990601\n-0.137093544 0.040092036 -0.989746451 -239.083648682 -0.013498072 0.999012172 0.042337038 1.797248840 0.990466177 0.019163799 -0.136416912 170.071975708\n-0.173504591 0.037507251 -0.984118819 -239.386245728 -0.011499446 0.999129236 0.040106747 1.805413723 0.984766126 0.018275516 -0.172922254 169.986572266\n-0.209883094 0.036233209 -0.977054894 -239.682662964 -0.012284956 0.999136508 0.039691038 1.819583416 0.977649331 0.020333551 -0.209256768 169.891281128\n-0.245041370 0.035616096 -0.968858182 -239.968078613 -0.011461198 0.999148726 0.039628342 1.828591824 0.969444871 0.020814862 -0.244424582 169.784606934\n-0.279849768 0.034708910 -0.959416330 -240.248336792 -0.013047649 0.999116421 0.039950985 1.839970112 0.959955275 0.023698393 -0.279149652 169.668731689\n-0.313918471 0.033803951 -0.948847950 -240.525085449 -0.016506813 0.999020636 0.041052558 1.845264435 0.949306428 0.028549612 -0.313053012 169.533691406\n-0.346446157 0.029917398 -0.937592864 -240.760009766 -0.021099070 0.998989940 0.039672732 1.857758999 0.937832773 0.033526793 -0.345464945 169.392044067\n-0.378722191 0.025726801 -0.925152838 -241.019927979 -0.026519703 0.998901486 0.038633771 1.872771263 0.925130427 0.039166242 -0.377623916 169.248519897\n-0.410712361 0.025141502 -0.911418498 -241.218597412 -0.028708369 0.998767495 0.040487874 1.872902155 0.911313117 0.042794194 -0.409484386 169.129577637\n-0.440245986 0.026792947 -0.897477508 -241.466308594 -0.032016359 0.998450577 0.045512568 1.881483555 0.897306323 0.048770677 -0.438706040 168.968231201\n-0.468015432 0.029610913 -0.883224070 -241.702697754 -0.028907871 0.998390615 0.048790094 1.888776779 0.883247375 0.048366640 -0.466406226 168.808654785\n-0.496144414 0.028238116 -0.867780805 -241.927658081 -0.028604837 0.998396754 0.048842948 1.896086693 0.867768764 0.049055878 -0.494541168 168.652130127\n-0.521696687 0.024138890 -0.852789462 -242.151885986 -0.030840449 0.998412669 0.047127612 1.911874771 0.852573454 0.050886728 -0.520124078 168.474746704\n-0.546203852 0.023073554 -0.837334692 -242.375793457 -0.033749755 0.998202682 0.049521811 1.916840315 0.836972356 0.055308834 -0.544443488 168.298049927\n-0.566944122 0.021711761 -0.823470294 -242.601242065 -0.037218690 0.997956574 0.051936675 1.943311572 0.822915256 0.060093667 -0.564977527 168.103225708\n-0.584740520 0.018463617 -0.811010540 -242.811996460 -0.042127740 0.997700810 0.053088039 1.955704689 0.810126066 0.065208748 -0.582618237 167.915618896\n-0.601147652 0.014978917 -0.798997879 -243.038482666 -0.043375030 0.997738898 0.051339112 1.956875086 0.797960281 0.065518923 -0.599138737 167.724487305\n-0.619212985 0.011270538 -0.785142362 -243.260833740 -0.042190176 0.997975111 0.047599539 1.971404552 0.784088969 0.062599540 -0.617483616 167.569213867\n-0.633154988 0.014974071 -0.773880363 -243.485229492 -0.034530271 0.998271048 0.047567032 1.970634937 0.773254633 0.056839593 -0.631543279 167.365890503\n-0.646198511 0.016144620 -0.762998879 -243.704849243 -0.030541668 0.998428226 0.046992499 1.975228548 0.762558281 0.053669725 -0.644689679 167.172515869\n-0.659317613 0.014610794 -0.751722932 -243.918289185 -0.027903289 0.998646915 0.043883394 1.988557339 0.751346946 0.049908619 -0.658017755 166.971313477\n-0.672707081 0.013030945 -0.739794374 -244.123931885 -0.024321759 0.998915136 0.039711338 1.998985887 0.739509284 0.044707190 -0.671660304 166.762664795\n-0.685530663 0.010636590 -0.727966070 -244.335983276 -0.020979343 0.999189436 0.034355935 2.011091232 0.727741420 0.038824294 -0.684751868 166.546127319\n-0.698526502 0.009834745 -0.715516686 -244.554519653 -0.017481608 0.999372602 0.030802833 2.023618221 0.715370715 0.034024976 -0.697916269 166.322158813\n-0.712325335 0.010413595 -0.701772392 -244.760589600 -0.016638856 0.999358356 0.031718537 2.025745630 0.701652408 0.034270599 -0.711694956 166.090728760\n-0.727441669 0.012664382 -0.686052799 -244.957275391 -0.015284859 0.999282479 0.034653511 2.050088882 0.685999393 0.035694625 -0.726726055 165.855041504\n-0.743770957 0.016635146 -0.668227851 -245.158752441 -0.012207074 0.999185503 0.038461231 2.059244156 0.668323398 0.036763445 -0.742962122 165.599853516\n-0.761410475 0.020622959 -0.647942066 -245.363128662 -0.009074037 0.999056876 0.042461473 2.062540531 0.648206651 0.038210060 -0.760505319 165.340942383\n-0.778346062 0.023173733 -0.627407730 -245.556884766 -0.004884259 0.999064863 0.042960424 2.076062679 0.627816558 0.036502499 -0.777505040 165.063171387\n-0.795403838 0.023176651 -0.605637074 -245.743011475 -0.004170539 0.999035597 0.043708626 2.082987785 0.606066048 0.037291829 -0.794540048 164.781295776\n-0.812283754 0.024126846 -0.582763433 -245.925964355 -0.003460418 0.998927176 0.046179641 2.085177898 0.583252370 0.039527576 -0.811328888 164.487060547\n-0.829627633 0.023241866 -0.557833374 -246.117767334 -0.003138826 0.998923242 0.046287835 2.101550102 0.558308542 0.040152602 -0.828661323 164.167922974\n-0.846704364 0.024255292 -0.531510353 -246.258483887 -0.000151274 0.998949349 0.045827691 2.109079599 0.532063484 0.038882915 -0.845811129 163.895950317\n-0.863220215 0.025825690 -0.504167080 -246.430419922 0.004288807 0.999029756 0.043831605 2.123810291 0.504809916 0.035674039 -0.862493396 163.561141968\n-0.879665613 0.025578341 -0.474904597 -246.597686768 0.007005072 0.999141216 0.040838208 2.141184807 0.475541323 0.032597225 -0.879089355 163.212722778\n-0.895189762 0.020878684 -0.445195973 -246.746429443 0.004689797 0.999288082 0.037434213 2.157756329 0.445660621 0.031422846 -0.894650459 162.840728760\n-0.909937382 0.015422264 -0.414459199 -246.901947021 0.000859860 0.999376416 0.035299562 2.181788445 0.414745152 0.031764008 -0.909383178 162.433563232\n-0.923726678 0.017046155 -0.382673085 -247.036926270 0.003235880 0.999320924 0.036703687 2.184724569 0.383038878 0.032665890 -0.923154593 162.050415039\n-0.935037494 0.023877747 -0.353744805 -247.186065674 0.010731158 0.999178469 0.039079309 2.193001986 0.354387313 0.032744512 -0.934525609 161.623931885\n-0.944514871 0.025968527 -0.327440828 -247.322814941 0.013859530 0.999132872 0.039260466 2.207071781 0.328176439 0.032543916 -0.944055796 161.168502808\n-0.952358842 0.022964235 -0.304113925 -247.447265625 0.011618455 0.999169111 0.039065018 2.219194174 0.304758340 0.033670582 -0.951834321 160.697265625\n-0.957857966 0.019122900 -0.286605716 -247.586456299 0.008090395 0.999181747 0.039628673 2.242910862 0.287129015 0.035639878 -0.957228899 160.186721802\n-0.961423039 0.017523948 -0.274516135 -247.719543457 0.006652290 0.999158025 0.040484078 2.261254549 0.274994433 0.037096158 -0.960730076 159.666412354\n-0.964181662 0.019210428 -0.264546603 -247.857971191 0.008577030 0.999110341 0.041291490 2.286230564 0.265104473 0.037543468 -0.963488698 159.126281738\n-0.967231274 0.026050733 -0.252557099 -248.004760742 0.016042693 0.999005318 0.041605752 2.304468155 0.253389716 0.036190685 -0.966687083 158.563552856\n-0.970505238 0.033505991 -0.238740042 -248.151245117 0.024323056 0.998850346 0.041307762 2.317678213 0.239849627 0.034282513 -0.970204473 157.984115601\n-0.974148273 0.033685856 -0.223384589 -248.282592773 0.025969790 0.998963237 0.037390701 2.341829538 0.224412531 0.030622832 -0.974013090 157.368988037\n-0.977557421 0.035535071 -0.207650498 -248.409454346 0.028738145 0.998950720 0.035658944 2.358872890 0.208699763 0.028891174 -0.977552891 156.720458984\n-0.980743885 0.035107411 -0.192117140 -248.520172119 0.028776629 0.998950124 0.035645194 2.383497715 0.193166852 0.029430322 -0.980724454 156.070144653\n-0.983598113 0.039947171 -0.175895274 -248.643066406 0.033855144 0.998722911 0.037501298 2.408699274 0.177168712 0.030931242 -0.983694315 155.368743896\n-0.986194730 0.041095499 -0.160410911 -248.751617432 0.035015430 0.998563826 0.040548708 2.428369045 0.161846906 0.034372058 -0.986217380 154.638610840\n-0.988271832 0.042994287 -0.146527842 -248.850463867 0.037266072 0.998438418 0.041617595 2.455844641 0.148088336 0.035668977 -0.988330722 153.875152588\n-0.989990234 0.043425925 -0.134290352 -248.956237793 0.038469575 0.998487234 0.039286006 2.484211445 0.135793239 0.033726659 -0.990163088 153.112976074\n-0.991495609 0.042761646 -0.122915328 -249.053955078 0.038581826 0.998599946 0.036188096 2.509110928 0.124290705 0.031138035 -0.991757274 152.305664062\n-0.992332697 0.043728761 -0.115602978 -249.140167236 0.039898805 0.998582125 0.035240285 2.539374352 0.116980076 0.030357659 -0.992670417 151.466217041\n-0.993119597 0.042299200 -0.109198138 -249.225067139 0.038604524 0.998615563 0.035730723 2.565100193 0.110558338 0.031269338 -0.993377566 150.625411987\n-0.993645787 0.042321447 -0.104294278 -249.312774658 0.038645033 0.998566866 0.037023421 2.589179516 0.105711699 0.032757703 -0.993857265 149.745605469\n-0.993962288 0.042500313 -0.101155631 -249.398406982 0.038919691 0.998552918 0.037112147 2.616441250 0.102586530 0.032951131 -0.994178057 148.848312378\n-0.994238377 0.042698063 -0.098322421 -249.488983154 0.039294310 0.998568118 0.036299169 2.646949530 0.099731542 0.032226510 -0.994492531 147.923095703\n-0.994371176 0.043171301 -0.096760564 -249.569641113 0.039830104 0.998550475 0.036200952 2.672311306 0.098183148 0.032143194 -0.994649291 146.982513428\n-0.994471073 0.044946201 -0.094907671 -249.661926270 0.041615084 0.998456061 0.036791753 2.703721046 0.096414790 0.032638740 -0.994806170 146.010604858\n-0.994543791 0.046869751 -0.093199074 -249.758819580 0.043480296 0.998328567 0.038072918 2.733966351 0.094827771 0.033812854 -0.994919419 145.014678955\n-0.994586706 0.048714828 -0.091783233 -249.845886230 0.045241471 0.998192787 0.039552182 2.771517754 0.093544140 0.035185665 -0.994993210 143.999374390\n-0.994542360 0.052775949 -0.090001322 -249.940246582 0.049237989 0.997941554 0.041088849 2.799147606 0.091984555 0.036433116 -0.995093703 142.961029053\n-0.994729042 0.052615128 -0.088012740 -250.038391113 0.049295470 0.998003781 0.039476912 2.836147308 0.089914128 0.034930196 -0.995337009 141.891448975\n-0.994791746 0.053135436 -0.086984508 -250.125915527 0.050176892 0.998096585 0.035854075 2.867962360 0.088724062 0.031302724 -0.995564342 140.809860229\n-0.995024085 0.051964656 -0.085012898 -250.226287842 0.049326926 0.998242617 0.032840483 2.910025120 0.086570039 0.028483640 -0.995838761 139.696929932\n-0.995260596 0.048733599 -0.084151000 -250.298248291 0.046081319 0.998386502 0.033179041 2.939818859 0.085632160 0.029144004 -0.995900393 138.579101562\n-0.995439410 0.047985107 -0.082448296 -250.392761230 0.045222446 0.998361647 0.035055712 2.971806526 0.083995372 0.031167326 -0.995978594 137.420181274\n-0.995433450 0.050754692 -0.080849297 -250.488830566 0.047656301 0.998070419 0.039803531 3.010757446 0.082713507 0.035768781 -0.995931506 136.242279053\n-0.995601058 0.050032143 -0.079216577 -250.578002930 0.046458509 0.997845173 0.046331059 3.039862156 0.081363924 0.042446967 -0.995780110 135.089523315\n-0.995587111 0.053490836 -0.077106223 -250.665649414 0.049569305 0.997420967 0.051906653 3.081215382 0.079683892 0.047855482 -0.995670915 133.898391724\n-0.995573282 0.056635626 -0.075010605 -250.758087158 0.052845739 0.997269571 0.051581934 3.116636753 0.077727169 0.047389597 -0.995847940 132.733993530\n-0.995682240 0.056695521 -0.073506847 -250.843292236 0.053143688 0.997363806 0.049408350 3.154571533 0.076114297 0.045288574 -0.996070385 131.556518555\n-0.995936871 0.055060245 -0.071262330 -250.919830322 0.051840872 0.997583151 0.046264902 3.179233074 0.073637456 0.042382613 -0.996384144 130.402832031\n-0.996215224 0.053094335 -0.068821743 -250.994842529 0.049988598 0.997685730 0.046090964 3.213130474 0.071109638 0.042476211 -0.996563792 129.228454590\n-0.996555686 0.050275885 -0.065949522 -251.073822021 0.047289729 0.997817516 0.046085488 3.250987053 0.068122573 0.042808015 -0.996758342 128.051940918\n-0.996779323 0.048370324 -0.063964352 -251.145721436 0.045390487 0.997851431 0.047246635 3.289449692 0.066112250 0.044191092 -0.996833205 126.875572205\n-0.996929646 0.048248492 -0.061673790 -251.219726562 0.045365483 0.997848988 0.047321934 3.328796625 0.063824341 0.044378769 -0.996973991 125.693443298\n-0.997137308 0.047459155 -0.058864161 -251.282623291 0.044663601 0.997851551 0.047931653 3.364832640 0.061012488 0.045165349 -0.997114658 124.512374878\n-0.997161388 0.049920116 -0.056370400 -251.344635010 0.047248129 0.997739851 0.047778402 3.398122787 0.058628097 0.044979367 -0.997266293 123.350830078\n-0.997257948 0.050992575 -0.053636741 -251.410247803 0.048437331 0.997676671 0.047907546 3.435788155 0.055955052 0.045178145 -0.997410893 122.175811768\n-0.997378707 0.050357532 -0.051962912 -251.463500977 0.047844466 0.997675478 0.048523672 3.472210884 0.054285657 0.045910329 -0.997469664 120.988891602\n-0.997551084 0.048665650 -0.050234392 -251.519805908 0.046210140 0.997732341 0.048936959 3.511718035 0.052502025 0.046495777 -0.997537851 119.812149048\n-0.997733831 0.046791088 -0.048354324 -251.568054199 0.044383254 0.997776330 0.049724083 3.537652493 0.050573446 0.047465269 -0.997591972 118.640327454\n-0.997860909 0.045244087 -0.047193088 -251.619903564 0.042919111 0.997868001 0.049166851 3.577916622 0.049316980 0.047036178 -0.997675300 117.469444275\n-0.997967482 0.043732088 -0.046348792 -251.658569336 0.041413773 0.997897685 0.049851239 3.610754490 0.048431449 0.047830440 -0.997680545 116.316261292\n-0.998012900 0.043456517 -0.045630082 -251.711791992 0.041183852 0.997918785 0.049617920 3.644419432 0.047691341 0.047640096 -0.997725606 115.142250061\n-0.998055577 0.043213699 -0.044918198 -251.760253906 0.041040588 0.997992992 0.048225075 3.674127579 0.046912033 0.046287835 -0.997825980 113.987297058\n-0.998067617 0.043707743 -0.044165295 -251.806915283 0.041630387 0.998031318 0.046909038 3.713253260 0.046128634 0.044979777 -0.997922301 112.819969177\n-0.998109221 0.043653991 -0.043271139 -251.855407715 0.041569483 0.997984052 0.047955833 3.746937037 0.045277372 0.046066396 -0.997911692 111.654541016\n-0.998075604 0.045206688 -0.042449374 -251.896972656 0.043080658 0.997833192 0.049729556 3.785595894 0.044605505 0.047805101 -0.997860432 110.489524841\n-0.998168468 0.044737853 -0.040720582 -251.952941895 0.042648993 0.997797966 0.050796404 3.812599897 0.042903434 0.048966676 -0.997878551 109.326980591\n-0.998274326 0.043811955 -0.039107960 -251.999816895 0.041836545 0.997873783 0.049976051 3.851530552 0.041214354 0.048253655 -0.997984648 108.166549683\n-0.998366833 0.043005835 -0.037605133 -252.033325195 0.041131515 0.997938156 0.049270503 3.884174824 0.039646517 0.047643282 -0.998077273 107.019920349\n-0.998491526 0.041661467 -0.035768360 -252.069519043 0.039861623 0.997971475 0.049638104 3.918225288 0.037763800 0.048137430 -0.998126745 105.871116638\n-0.998583913 0.040752482 -0.034196448 -252.100341797 0.038997438 0.997961998 0.050508510 3.951677322 0.036185101 0.049103413 -0.998138070 104.713729858\n-0.998689651 0.039720058 -0.032276880 -252.130615234 0.038089171 0.998039544 0.049662177 3.985356808 0.034186188 0.048367690 -0.998244643 103.571052551\n-0.998750448 0.039443690 -0.030686485 -252.168762207 0.037977468 0.998173654 0.046979483 4.019061089 0.032483485 0.045755390 -0.998424411 102.396209717\n-0.998828530 0.038239576 -0.029650651 -252.184173584 0.036889054 0.998313308 0.044829879 4.046985626 0.031314917 0.043683577 -0.998554468 101.285293579\n-0.998882174 0.037501350 -0.028774954 -252.208831787 0.036178760 0.998323381 0.045183625 4.079964161 0.030421156 0.044092078 -0.998564124 100.145515442\n-0.998950124 0.036156140 -0.028137039 -252.231872559 0.034795344 0.998268068 0.047436103 4.116616726 0.029803414 0.046407253 -0.998478055 99.001708984\n-0.998951793 0.036400475 -0.027755458 -252.260650635 0.034982391 0.998137832 0.049970970 4.136929989 0.029522739 0.048947640 -0.998364925 97.886322021\n-0.998968244 0.036734927 -0.026702078 -252.296600342 0.035366211 0.998120844 0.050040036 4.168423653 0.028490117 0.049044058 -0.998390198 96.732559204\n-0.998908401 0.037643418 -0.027656455 -252.317657471 0.036315560 0.998232603 0.047040392 4.203991890 0.029378336 0.045984682 -0.998510003 95.611373901\n-0.998903036 0.036857553 -0.028892590 -252.347717285 0.035542540 0.998364508 0.044777315 4.233167648 0.030495718 0.043701265 -0.998579383 94.480323792\n-0.998922467 0.034341432 -0.031219725 -252.374938965 0.032982498 0.998528421 0.043047842 4.265084267 0.032652106 0.041971747 -0.998585105 93.353248596\n-0.998869896 0.032515947 -0.034663513 -252.416473389 0.030950142 0.998516917 0.044789318 4.293146133 0.036068469 0.043665860 -0.998394847 92.211914062\n-0.998650432 0.033783011 -0.039449617 -252.444488525 0.032014281 0.998490155 0.044637457 4.321887016 0.040898040 0.043314256 -0.998224139 91.110046387\n-0.998470545 0.034847938 -0.042923570 -252.499877930 0.032976799 0.998506606 0.043555044 4.351383686 0.044377275 0.042072944 -0.998128653 89.994789124\n-0.998155594 0.038591631 -0.046863686 -252.543426514 0.036600783 0.998420656 0.042621676 4.379163742 0.048434515 0.040827814 -0.997991681 88.884483337\n-0.997880816 0.041739222 -0.049918912 -252.598937988 0.039517928 0.998219132 0.044686712 4.410905838 0.051695202 0.042619318 -0.997753143 87.772674561\n-0.997690201 0.043535177 -0.052143693 -252.665588379 0.041006457 0.997975171 0.048621163 4.449375153 0.054154843 0.046370633 -0.997455239 86.660415649\n-0.997722268 0.039803341 -0.054461278 -252.707153320 0.036849961 0.997850001 0.054198842 4.481924057 0.056501478 0.052068498 -0.997043967 85.548667908\n-0.997813821 0.034490261 -0.056377642 -252.753265381 0.031078497 0.997695625 0.060311805 4.529373646 0.058327898 0.058427807 -0.996586442 84.443222046\n-0.997757912 0.032329082 -0.058601152 -252.803466797 0.028655663 0.997634947 0.062476777 4.573708534 0.060482375 0.060657442 -0.996324539 83.349891663\n-0.997842908 0.025856702 -0.060344547 -252.854949951 0.022364086 0.998074591 0.057852425 4.615798473 0.061724234 0.056378067 -0.996500015 82.258865356\n-0.997829795 0.024639582 -0.061062235 -252.915954590 0.021583034 0.998504937 0.050220113 4.656455994 0.062208347 0.048793215 -0.996869802 81.162506104\n-0.997778773 0.028014848 -0.060444459 -252.984832764 0.025325375 0.998674393 0.044811387 4.692228794 0.061619721 0.043181051 -0.997165561 80.071403503\n-0.997742891 0.029086718 -0.060522985 -253.043182373 0.026421757 0.998665452 0.044376157 4.734263897 0.061732970 0.042676874 -0.997179866 78.957427979\n-0.997663736 0.032060709 -0.060326181 -253.116241455 0.029172827 0.998413622 0.048157837 4.764631271 0.061774455 0.046285439 -0.997016311 77.854232788\n-0.997684121 0.031158032 -0.060465351 -253.168823242 0.028028650 0.998257279 0.051930558 4.800903320 0.061978031 0.050115522 -0.996818781 76.749923706\n-0.997699738 0.030911254 -0.060332011 -253.234344482 0.027557502 0.998069942 0.055650152 4.837861061 0.061935786 0.053859539 -0.996625900 75.642936707\n-0.997701764 0.029315144 -0.061090402 -253.297424316 0.025790840 0.998000741 0.057700898 4.879334450 0.062659778 0.055992711 -0.996463060 74.544334412\n-0.997655749 0.028785171 -0.062086117 -253.355255127 0.025255548 0.998060107 0.056904696 4.923789024 0.063603692 0.055203274 -0.996447325 73.451812744\n-0.997653604 0.028530167 -0.062239558 -253.414764404 0.025105597 0.998163640 0.055127230 4.970876694 0.063698053 0.053435307 -0.996537805 72.359558105\n-0.997660518 0.029815141 -0.061521139 -253.492492676 0.026497398 0.998186231 0.054057188 5.007810593 0.063021272 0.052300565 -0.996640921 71.249908447\n-0.997688293 0.030117471 -0.060924012 -253.550567627 0.026842229 0.998186469 0.053881645 5.045911312 0.062436305 0.052121729 -0.996687293 70.165946960\n-0.997784734 0.029953804 -0.059399772 -253.616302490 0.026760984 0.998191059 0.053837199 5.088246346 0.060904950 0.052128341 -0.996781468 69.087844849\n-0.997900248 0.029623186 -0.057601441 -253.673065186 0.026455136 0.998135567 0.055005092 5.127969742 0.059123471 0.053365733 -0.996823311 68.015136719\n-0.998011589 0.029192818 -0.055862341 -253.728637695 0.026069155 0.998098671 0.055851460 5.165867805 0.057386592 0.054284118 -0.996875167 66.927642822\n-0.998117447 0.028152306 -0.054492503 -253.772613525 0.025091741 0.998112261 0.056056540 5.205581665 0.055967756 0.054583687 -0.996939659 65.853569031\n-0.998246431 0.028159691 -0.052070506 -253.830810547 0.025238225 0.998115301 0.055936694 5.246957779 0.053547528 0.054524429 -0.997075796 64.761245728\n-0.998350620 0.027737156 -0.050267544 -253.873992920 0.024925113 0.998134732 0.055730145 5.284246922 0.051719576 0.054385301 -0.997179747 63.689903259\n-0.998458862 0.026995208 -0.048488941 -253.921936035 0.024306528 0.998178959 0.055208091 5.326758862 0.049890995 0.053944413 -0.997296810 62.608848572\n-0.998559833 0.026616069 -0.046582669 -253.966857910 0.024048919 0.998206139 0.054828122 5.367080688 0.047958415 0.053628892 -0.997408748 61.538097382\n-0.998675108 0.025485823 -0.044706177 -254.011718750 0.023036705 0.998249769 0.054467507 5.403508186 0.046016078 0.053365454 -0.997514248 60.478946686\n-0.998765707 0.024494747 -0.043212812 -254.053649902 0.022149080 0.998297989 0.053949673 5.440820217 0.044460747 0.052925948 -0.997608304 59.416965485\n-0.998836875 0.023461718 -0.042122312 -254.086669922 0.021172900 0.998317242 0.053984776 5.474409103 0.043318007 0.053030141 -0.997652888 58.360904694\n-0.998885632 0.022649433 -0.041407686 -254.118499756 0.020367220 0.998293400 0.054730400 5.510054588 0.042576630 0.053826049 -0.997642279 57.300231934\n-0.998947382 0.021203987 -0.040684011 -254.152893066 0.018940974 0.998294234 0.055225387 5.544731140 0.041785613 0.054396644 -0.997645020 56.239135742\n-0.998942614 0.021229336 -0.040779706 -254.187408447 0.018952137 0.998282194 0.055438679 5.586242199 0.041886583 0.054607194 -0.997628927 55.186122894\n-0.998961568 0.019940730 -0.040967505 -254.225585938 0.017665952 0.998321414 0.055157177 5.623891354 0.041998614 0.054376163 -0.997637033 54.132221222\n-0.998947859 0.020053171 -0.041247014 -254.266906738 0.017816216 0.998387218 0.053903587 5.662047386 0.042261425 0.053112000 -0.997694016 53.087028503\n-0.998953104 0.018761380 -0.041721202 -254.309265137 0.016517406 0.998431563 0.053494114 5.698182583 0.042659387 0.052748989 -0.997696280 52.040039062\n-0.998915553 0.016533090 -0.043528073 -254.333862305 0.014223420 0.998501360 0.052846774 5.740150928 0.044336561 0.052170336 -0.997653604 51.008419037\n-0.998833179 0.015124144 -0.045866162 -254.374328613 0.012672218 0.998498917 0.053285707 5.774172783 0.046603214 0.052642304 -0.997525454 49.972389221\n-0.998709083 0.014142512 -0.048788030 -254.424743652 0.011493548 0.998466372 0.054154944 5.808184624 0.049479097 0.053524282 -0.997339964 48.906154633\n-0.998557210 0.014679975 -0.051657803 -254.473114014 0.011808020 0.998390615 0.055468280 5.844236851 0.052388940 0.054778259 -0.997123480 47.873195648\n-0.998400450 0.014644408 -0.054610722 -254.526733398 0.011605390 0.998388112 0.055556450 5.877996445 0.055336285 0.054833796 -0.996961117 46.837379456\n-0.998258471 0.015288510 -0.056978829 -254.593200684 0.012172629 0.998432100 0.054636292 5.914375305 0.057724800 0.053847551 -0.996879458 45.810081482\n-0.998086929 0.015544395 -0.059839107 -254.641174316 0.012303212 0.998456597 0.054157369 5.960017204 0.060588595 0.053317554 -0.996737838 44.778942108\n-0.997959971 0.015295785 -0.061985020 -254.703887939 0.011982201 0.998496950 0.053481314 5.995988846 0.062709890 0.052629489 -0.996643305 43.753185272\n-0.997824788 0.015027605 -0.064188160 -254.750335693 0.011585629 0.998491883 0.053662784 6.028588295 0.064897776 0.052802391 -0.996494055 42.735450745\n-0.997695208 0.015410763 -0.066084266 -254.809722900 0.011856000 0.998478651 0.053850129 6.061813354 0.066813603 0.052942514 -0.996360064 41.705047607\n-0.997612119 0.015355485 -0.067337848 -254.878265381 0.011715091 0.998465300 0.054127123 6.096520424 0.068065651 0.053209003 -0.996261001 40.685089111\n-0.997528553 0.015394248 -0.068555072 -254.937408447 0.011695985 0.998471141 0.054024193 6.136671066 0.069281928 0.053088855 -0.996183515 39.690395355\n-0.997452140 0.015193798 -0.069704860 -255.002563477 0.011462284 0.998495400 0.053624079 6.173385143 0.070414737 0.052688465 -0.996125579 38.685985565\n-0.997371197 0.016374782 -0.070589803 -255.077667236 0.012628560 0.998504341 0.053193688 6.202691078 0.071355261 0.052162394 -0.996086240 37.670509338\n-0.997307658 0.016372591 -0.071482502 -255.144866943 0.012635924 0.998545349 0.052416660 6.237838745 0.072236717 0.051372282 -0.996063828 36.668228149\n-0.997307658 0.016417693 -0.071469292 -255.218200684 0.012588087 0.998477340 0.053708363 6.273588181 0.072242230 0.052664105 -0.995995760 35.657310486\n-0.997376680 0.018363226 -0.070021033 -255.286895752 0.014575244 0.998422086 0.054230060 6.311525345 0.070906386 0.053067211 -0.996070504 34.666290283\n-0.997520924 0.019147635 -0.067714997 -255.349334717 0.015426123 0.998363853 0.055060558 6.346741676 0.068658486 0.053879477 -0.996184230 33.660778046\n-0.997797251 0.020668285 -0.063033797 -255.408111572 0.017275268 0.998396516 0.053906456 6.386365891 0.064046882 0.052698791 -0.996554375 32.675357819\n-0.998175025 0.021031993 -0.056605931 -255.454681396 0.017974382 0.998379529 0.053993139 6.419036865 0.057649788 0.052877147 -0.996935487 31.682399750\n-0.998600125 0.021755144 -0.048218094 -255.497741699 0.019150525 0.998366117 0.053836342 6.453290939 0.049310528 0.052837562 -0.997385144 30.701368332\n-0.999022961 0.021771345 -0.038463511 -255.547210693 0.019695625 0.998371184 0.053544458 6.498226166 0.039566599 0.052734572 -0.997824550 29.702163696\n-0.999347091 0.021441050 -0.029077888 -255.548858643 0.019824892 0.998301983 0.054773282 6.518719673 0.030202908 0.054161061 -0.998075366 28.730653763\n-0.999604106 0.021099858 -0.018618323 -255.562194824 0.020039126 0.998261571 0.055428587 6.553839684 0.019755490 0.055033542 -0.998289108 27.757362366\n-0.999750972 0.020994816 -0.007602015 -255.568267822 0.020535070 0.998208225 0.056201976 6.590787888 0.008768344 0.056031857 -0.998390794 26.775297165\n-0.999765754 0.021335462 0.003637523 -255.558898926 0.021504985 0.998217285 0.055675805 6.630830765 -0.002443169 0.055740990 -0.998442292 25.777618408\n-0.999622822 0.022737669 0.015409990 -255.542755127 0.023530034 0.998298407 0.053353563 6.664814949 -0.014170634 0.053696029 -0.998456955 24.805152893\n-0.999345899 0.023377588 0.027593842 -255.516510010 0.024735672 0.998445511 0.049947537 6.696696758 -0.026383294 0.050597414 -0.998370647 23.839645386\n-0.998836398 0.024851386 0.041339125 -255.476074219 0.026888240 0.998413682 0.049468417 6.733026505 -0.040044188 0.050522376 -0.997920036 22.876819611\n-0.998011589 0.026761895 0.057069223 -255.412979126 0.029736618 0.998207927 0.051929049 6.759831905 -0.055577233 0.053522833 -0.997018933 21.906005859\n-0.996786475 0.027797034 0.075127304 -255.343933105 0.031761680 0.998136461 0.052103251 6.790584087 -0.073538989 0.054321982 -0.995811820 20.947345734\n-0.995186448 0.029317802 0.093510784 -255.246871948 0.034037482 0.998204708 0.049282804 6.829302311 -0.091898039 0.052228451 -0.994397759 20.002090454\n-0.993086815 0.029567305 0.113600299 -255.135726929 0.035064418 0.998293340 0.046700187 6.862852097 -0.112025626 0.050360650 -0.992428660 19.047813416\n-0.990610361 0.028768478 0.133655146 -255.000274658 0.035263330 0.998296440 0.046483420 6.886363983 -0.132090196 0.050760075 -0.989937305 18.090034485\n-0.987658501 0.027427634 0.154204220 -254.850463867 0.034985382 0.998304844 0.046512734 6.916237831 -0.152667090 0.051333580 -0.986943841 17.138381958\n-0.984228373 0.026506199 0.174906373 -254.680908203 0.035199795 0.998284340 0.046790216 6.943161964 -0.173366070 0.052208919 -0.983472824 16.186859131\n-0.980246067 0.026800597 0.195956871 -254.480499268 0.036440857 0.998287737 0.045756515 6.971883774 -0.194395050 0.051993486 -0.979544282 15.246665955\n-0.975644231 0.026566213 0.217746034 -254.263626099 0.037150990 0.998311162 0.044661153 7.003766060 -0.216191813 0.051662859 -0.974983454 14.296813965\n-0.970404863 0.027640235 0.239897564 -254.023834229 0.039014127 0.998321950 0.042791758 7.028545380 -0.238312244 0.050884712 -0.969854832 13.352111816\n-0.964648128 0.026514368 0.262204051 -253.765396118 0.038286511 0.998470306 0.039889559 7.049311161 -0.260745287 0.048518270 -0.964187741 12.421035767\n-0.958137631 0.026501983 0.285079837 -253.483795166 0.038786471 0.998542428 0.037531286 7.075502872 -0.283669651 0.047017366 -0.957768917 11.479248047\n-0.951208234 0.026122261 0.307442516 -253.167022705 0.039161582 0.998572648 0.036318455 7.103024483 -0.306054980 0.046586338 -0.950873494 10.536254883\n-0.943727255 0.025061984 0.329774231 -252.837677002 0.039318118 0.998555124 0.036630522 7.116860390 -0.328379720 0.047535319 -0.943349004 9.610702515\n-0.935614228 0.024057001 0.352203935 -252.478347778 0.039840251 0.998497128 0.037632320 7.135076523 -0.350769311 0.049241219 -0.935166597 8.683242798\n-0.926787019 0.024426183 0.374792635 -252.105926514 0.041678052 0.998408496 0.037992645 7.163244247 -0.373268127 0.050831709 -0.926330090 7.755676270\n-0.917556643 0.026545038 0.396718353 -251.704345703 0.045281801 0.998253703 0.037936050 7.178798676 -0.395018548 0.052772593 -0.917156219 6.835983276\n-0.907596350 0.026687428 0.418994844 -251.274063110 0.045600496 0.998339832 0.035188314 7.202785492 -0.417360157 0.051043157 -0.907306552 5.925949097\n-0.897313237 0.025645927 0.440648884 -250.826187134 0.045566857 0.998358965 0.034684990 7.222235203 -0.439036220 0.051202279 -0.897009254 5.022842407\n-0.886854410 0.024642639 0.461391091 -250.361419678 0.045698486 0.998358786 0.034516729 7.241472244 -0.459783286 0.051696196 -0.886525035 4.141189575\n-0.876709342 0.021242371 0.480551153 -249.863662720 0.044135891 0.998362601 0.036388971 7.258507252 -0.478991330 0.053112105 -0.876211405 3.252334595\n-0.866432905 0.023196653 0.498754770 -249.344085693 0.043671198 0.998612642 0.029420646 7.287014484 -0.497380346 0.047272228 -0.866243839 2.360260010\n-0.855779052 0.022262290 0.516862392 -248.812576294 0.043045327 0.998673439 0.028256122 7.298025131 -0.515547693 0.046429504 -0.855602145 1.493316650\n-0.845410585 0.022352971 0.533649147 -248.244720459 0.042540073 0.998767853 0.025556864 7.311719894 -0.532420337 0.044307515 -0.845319748 0.611541748\n-0.835802674 0.020252811 0.548656464 -247.654937744 0.041282319 0.998808682 0.026018443 7.324325562 -0.547475874 0.044396091 -0.835643053 -0.259841919\n-0.827288389 0.019979969 0.561422408 -247.061752319 0.040203780 0.998910546 0.023693234 7.332873344 -0.560337365 0.042172432 -0.827190280 -1.137863159\n-0.820113063 0.016444577 0.571965516 -246.448638916 0.036460076 0.999057472 0.023554392 7.346526623 -0.571039081 0.040171161 -0.819939733 -2.005813599\n-0.814688325 0.013366094 0.579745173 -245.804504395 0.033388715 0.999157012 0.023883881 7.355785370 -0.578937232 0.038814861 -0.814447880 -2.880905151\n-0.810586929 0.012369034 0.585487783 -245.167648315 0.032192130 0.999206364 0.023459587 7.366025448 -0.584732950 0.037864130 -0.810341835 -3.750503540\n-0.807337403 0.011276043 0.589982629 -244.521240234 0.030895161 0.999253809 0.023178963 7.376677513 -0.589281082 0.036940847 -0.807083368 -4.628677368\n-0.804864287 0.012907278 0.593318820 -243.866851807 0.031953812 0.999255717 0.021608632 7.385479450 -0.592598319 0.036350809 -0.804677725 -5.501235962\n-0.802893758 0.013687579 0.595964968 -243.201690674 0.031446245 0.999316871 0.019413503 7.394305706 -0.595292091 0.034327842 -0.802775741 -6.388122559\n-0.801652908 0.014164513 0.597621858 -242.540176392 0.030930640 0.999362946 0.017804151 7.399422646 -0.596988976 0.032757577 -0.801580429 -7.268814087\n-0.800750613 0.014193815 0.598829925 -241.858703613 0.031102020 0.999355912 0.017902056 7.408720493 -0.598190069 0.032959897 -0.800676346 -8.157058716\n-0.799885392 0.012380231 0.600025117 -241.186019897 0.029308058 0.999400139 0.018449700 7.409692764 -0.599436760 0.032343216 -0.799768329 -9.048110962\n-0.799528003 0.011636167 0.600516319 -240.509582520 0.029454762 0.999368966 0.019851385 7.412297249 -0.599906385 0.033559799 -0.799366236 -9.945755005\n-0.799791455 0.010789791 0.600181222 -239.823150635 0.028498834 0.999393523 0.020010410 7.414443970 -0.599601328 0.033108614 -0.799613833 -10.841735840\n-0.800692081 0.009807683 0.598996282 -239.131378174 0.026744585 0.999454319 0.019385498 7.422833443 -0.598479271 0.031541716 -0.800517440 -11.741943359\n-0.802239060 0.009849546 0.596921861 -238.462066650 0.026740508 0.999453247 0.019446626 7.422838211 -0.596403956 0.031562835 -0.802063823 -12.642028809\n-0.804681659 0.007429116 0.593660116 -237.791000366 0.024288546 0.999496520 0.020414326 7.423326969 -0.593209565 0.030846175 -0.804456949 -13.541885376\n-0.808211684 0.005235368 0.588869035 -237.112243652 0.022366583 0.999511898 0.021811504 7.429870129 -0.588467419 0.030799296 -0.807934284 -14.450866699\n-0.811835170 0.004470498 0.583869576 -236.451080322 0.021508556 0.999520957 0.022253338 7.437040806 -0.583490372 0.030624233 -0.811542392 -15.357055664\n-0.815553069 0.004096027 0.578667581 -235.799194336 0.021232182 0.999513447 0.022848940 7.439789772 -0.578292429 0.030920902 -0.815243244 -16.272705078\n-0.819561243 0.003715066 0.572979629 -235.154907227 0.020628501 0.999522030 0.023025304 7.445066452 -0.572620213 0.030690357 -0.819246173 -17.184356689\n-0.824262500 0.003466564 0.566197455 -234.519653320 0.019706376 0.999551058 0.022568481 7.450464725 -0.565865040 0.029760050 -0.823960662 -18.096176147\n-0.829171300 0.002631269 0.558988631 -233.881179810 0.019340979 0.999525249 0.023984324 7.444701672 -0.558660090 0.030698497 -0.828828573 -19.026306152\n-0.833841205 0.003186038 0.551995397 -233.266357422 0.020196335 0.999489903 0.024739562 7.452695370 -0.551634967 0.031777147 -0.833480120 -19.955596924\n-0.838395357 0.004538544 0.545044005 -232.669616699 0.021971172 0.999433994 0.025474183 7.459462643 -0.544619918 0.033332687 -0.838020563 -20.876327515\n-0.842737913 0.006415283 0.538286209 -232.056396484 0.024362478 0.999359012 0.026231419 7.466596127 -0.537772834 0.035220191 -0.842353940 -21.827026367\n-0.845602632 0.011033553 0.533699512 -231.474212646 0.029364621 0.999234021 0.025867909 7.476724625 -0.533005297 0.037545845 -0.845278859 -22.762130737\n-0.847347498 0.015001352 0.530826867 -230.889587402 0.033558711 0.999115646 0.025333695 7.484684467 -0.529977381 0.039280310 -0.847101569 -23.696166992\n-0.848360658 0.017602636 0.529126346 -230.308471680 0.036435038 0.999018669 0.025182428 7.495390892 -0.528163791 0.040642511 -0.848169446 -24.627471924\n-0.849510431 0.017977724 0.527265370 -229.733032227 0.037557542 0.998944342 0.026451161 7.502047539 -0.526233196 0.042273331 -0.849288821 -25.545623779\n-0.850283980 0.019810675 0.525951326 -229.166854858 0.040188868 0.998817742 0.027349859 7.503115654 -0.524787664 0.044392534 -0.850074887 -26.457565308\n-0.851049781 0.022141341 0.524618387 -228.597854614 0.042778816 0.998712957 0.027246566 7.511500359 -0.523339927 0.045630731 -0.850901604 -27.383666992\n-0.851879478 0.024456404 0.523166776 -228.033752441 0.045400739 0.998597264 0.027245339 7.518959522 -0.521766543 0.046961900 -0.851794839 -28.294082642\n-0.852154732 0.027286656 0.522578239 -227.472457886 0.048913829 0.998420775 0.027629513 7.525582314 -0.520999074 0.049105916 -0.852143645 -29.212524414\n-0.852306604 0.029881766 0.522188485 -226.915924072 0.052367803 0.998225331 0.028351223 7.530357838 -0.520414591 0.051509790 -0.852358937 -30.130035400\n-0.852405906 0.032957584 0.521840930 -226.367843628 0.055011831 0.998125374 0.026821600 7.541099548 -0.519978702 0.051570315 -0.852621078 -31.032363892\n-0.852643251 0.034562621 0.521349370 -225.808288574 0.056715030 0.998036265 0.026590489 7.550531387 -0.519406497 0.052240543 -0.852928996 -31.942687988\n-0.852583766 0.035093710 0.521411240 -225.261901855 0.057909913 0.997942328 0.027524421 7.558764458 -0.519372404 0.053661749 -0.852861643 -32.846710205\n-0.853131175 0.035862241 0.520462394 -224.702102661 0.059197377 0.997845650 0.028278973 7.569889069 -0.518326998 0.054935683 -0.853416204 -33.740646362\n-0.853264928 0.037310477 0.520141423 -224.157974243 0.061439287 0.997682929 0.029222732 7.573026657 -0.517845869 0.056891844 -0.853580236 -34.651062012\n-0.853387713 0.038642146 0.519842386 -223.620727539 0.063197672 0.997562170 0.029593924 7.583278179 -0.517431557 0.058107924 -0.853749394 -35.540786743\n-0.853803635 0.039019272 0.519131184 -223.078826904 0.064082645 0.997480810 0.030422004 7.591923714 -0.516636372 0.059241712 -0.854153156 -36.420715332\n-0.853601098 0.039225496 0.519448459 -222.550598145 0.064565122 0.997438729 0.030778458 7.595373154 -0.516910732 0.059810773 -0.853947401 -37.311676025\n-0.853400826 0.038576506 0.519826174 -222.026947021 0.064248390 0.997438014 0.031456564 7.607827187 -0.517280936 0.060243044 -0.853692889 -38.165679932\n-0.851566195 0.039828453 0.522732079 -221.515914917 0.066471100 0.997265339 0.032301445 7.617735386 -0.520016074 0.062253390 -0.851884961 -39.006530762\n-0.849236250 0.040299688 0.526473224 -221.015045166 0.067535073 0.997183919 0.032607589 7.633626461 -0.523676515 0.063246943 -0.849566340 -39.819702148\n-0.846557975 0.039603818 0.530821383 -220.514007568 0.068534613 0.997037709 0.034911972 7.638795853 -0.527866304 0.065934643 -0.846764445 -40.611160278\n-0.842876792 0.040260430 0.536598504 -220.031005859 0.069786847 0.996954083 0.034819167 7.646856308 -0.533562243 0.066795781 -0.843119144 -41.376266479\n-0.838952303 0.041802566 0.542597413 -219.551757812 0.070563667 0.996984363 0.032294728 7.652921677 -0.539611161 0.065381393 -0.839372039 -42.100540161\n-0.834801912 0.041909214 0.548953533 -219.084884644 0.070395038 0.997039437 0.030932957 7.660376072 -0.546031952 0.064466484 -0.835280657 -42.792984009\n-0.831084013 0.040823847 0.554646671 -218.623382568 0.070330843 0.997010291 0.032000620 7.665608406 -0.551682055 0.065603964 -0.831470490 -43.488662720\n-0.827368021 0.038544316 0.560336053 -218.172729492 0.068898834 0.997072816 0.033146545 7.676151276 -0.557418227 0.066030890 -0.827601790 -44.137451172\n-0.823447108 0.038172849 0.566107452 -217.746078491 0.069089651 0.997055709 0.033264384 7.678083420 -0.563170850 0.066503629 -0.823660016 -44.767608643\n-0.819562674 0.037299022 0.571774244 -217.323120117 0.067634322 0.997200251 0.031893648 7.684696198 -0.568983853 0.064810410 -0.819790840 -45.376678467\n-0.816377997 0.036640853 0.576354623 -216.908630371 0.066334389 0.997329473 0.030555712 7.688430786 -0.573695838 0.063177139 -0.816628337 -45.938232422\n-0.812646031 0.035522167 0.581674218 -216.512298584 0.065203957 0.997415364 0.030184206 7.698156357 -0.579098582 0.062456530 -0.812861800 -46.492294312\n-0.809289694 0.035838578 0.586315572 -216.119094849 0.065913811 0.997373760 0.030016100 7.702339172 -0.583700061 0.062938012 -0.809526563 -47.035430908\n-0.805503964 0.035542142 0.591523767 -215.737045288 0.066274658 0.997340560 0.030323166 7.705579758 -0.588872910 0.063628465 -0.805717230 -47.552124023\n-0.801501870 0.035176188 0.596956789 -215.360214233 0.066543184 0.997314930 0.030576328 7.711589336 -0.594278395 0.064230390 -0.801690459 -48.035751343\n-0.796242595 0.035870668 0.603913188 -214.997634888 0.068012536 0.997219980 0.030440681 7.714908123 -0.601142406 0.065311834 -0.796468735 -48.510314941\n-0.789944053 0.035967603 0.612123013 -214.644912720 0.068427615 0.997213602 0.029710706 7.713323116 -0.609348774 0.065355919 -0.790204167 -48.959640503\n-0.782440066 0.037029903 0.621624172 -214.285903931 0.069374561 0.997199953 0.027919140 7.715971470 -0.618849695 0.064969949 -0.782818079 -49.401824951\n-0.774234176 0.037396081 0.631793797 -213.932769775 0.069524020 0.997236907 0.026171686 7.716664314 -0.629069388 0.064187847 -0.774694800 -49.821731567\n-0.765560985 0.037637152 0.642261922 -213.576766968 0.068900369 0.997342408 0.023682375 7.721303940 -0.639663696 0.062382374 -0.766119599 -50.224258423\n-0.756357312 0.038162537 0.653044879 -213.220977783 0.069347508 0.997349143 0.022035407 7.713669300 -0.650472879 0.061953668 -0.756998777 -50.624420166\n-0.746525049 0.038926840 0.664217770 -212.870788574 0.070341602 0.997310042 0.020610156 7.716369152 -0.661628723 0.062108137 -0.747255087 -51.003662109\n-0.735731363 0.039721802 0.676107883 -212.530883789 0.071333483 0.997270882 0.019033762 7.718712807 -0.673506618 0.062232856 -0.736557007 -51.363784790\n-0.724173665 0.041150887 0.688388646 -212.181152344 0.073094018 0.997175276 0.017284017 7.715923786 -0.685732901 0.062833726 -0.725135922 -51.708969116\n-0.710789442 0.041427583 0.702184141 -211.850585938 0.073858067 0.997141480 0.015933661 7.708736897 -0.699516833 0.063187428 -0.711817384 -52.031860352\n-0.694963336 0.041102760 0.717869639 -211.511169434 0.074992388 0.997063458 0.015511021 7.706753731 -0.715124011 0.064614341 -0.696004987 -52.340164185\n-0.677648783 0.040214550 0.734285355 -211.184082031 0.075012162 0.997075438 0.014619601 7.705795288 -0.731549978 0.064987279 -0.678683639 -52.624771118\n-0.658817649 0.039221495 0.751279533 -210.884124756 0.074752994 0.997110724 0.013497529 7.692169189 -0.748579502 0.065052800 -0.659846067 -52.856842041\n-0.638487577 0.037837520 0.768701732 -210.567916870 0.071752757 0.997367144 0.010505159 7.693656921 -0.766280293 0.061863873 -0.639521480 -53.082122803\n-0.617364526 0.035149541 0.785891652 -210.268478394 0.067274205 0.997700632 0.008225041 7.683796883 -0.783795476 0.057948083 -0.618309617 -53.288879395\n-0.597352386 0.031251345 0.801369667 -209.973571777 0.062043991 0.998046517 0.007327248 7.669852257 -0.799575269 0.054097123 -0.598124504 -53.479690552\n-0.578722358 0.029912610 0.814976215 -209.695816040 0.056881201 0.998373926 0.003747885 7.673685074 -0.813538909 0.048525803 -0.579482794 -53.633529663\n-0.559138656 0.031236447 0.828485727 -209.437255859 0.055425949 0.998462796 -0.000238568 7.658694744 -0.827219605 0.045786209 -0.560010433 -53.790023804\n-0.540323138 0.033266287 0.840799689 -209.195037842 0.053605366 0.998549402 -0.005059239 7.649756908 -0.839748323 0.042337749 -0.541322589 -53.924133301\n-0.520106316 0.034432709 0.853407323 -208.926544189 0.052874506 0.998568594 -0.008065393 7.641415596 -0.852463424 0.040928621 -0.521182418 -54.055603027\n-0.496957660 0.032464441 0.867167413 -208.671096802 0.051271897 0.998652637 -0.008003923 7.633655548 -0.866258860 0.040483706 -0.497952580 -54.181930542\n-0.472909689 0.029320423 0.880623043 -208.395141602 0.048753690 0.998785794 -0.007073105 7.629822254 -0.879761219 0.039588682 -0.473764896 -54.298019409\n-0.448038220 0.025530761 0.893650055 -208.125930786 0.044034965 0.999009073 -0.006463523 7.623029232 -0.892929554 0.036455940 -0.448718548 -54.391418457\n-0.421657920 0.022709487 0.906470835 -207.875701904 0.040339235 0.999166369 -0.006267391 7.609874725 -0.905857503 0.033923637 -0.422222495 -54.473739624\n-0.395289302 0.020730356 0.918322742 -207.628021240 0.038272187 0.999248862 -0.006083046 7.596493721 -0.917759061 0.032741655 -0.395785809 -54.549468994\n-0.369486570 0.019653687 0.929028273 -207.354705811 0.035979986 0.999329150 -0.006831206 7.594519138 -0.928539336 0.030902384 -0.369945884 -54.631408691\n-0.342779398 0.019175675 0.939220309 -207.091003418 0.033266708 0.999412358 -0.008263522 7.583362103 -0.938826859 0.028412202 -0.343215942 -54.695678711\n-0.316004634 0.018918660 0.948569179 -206.816986084 0.029598981 0.999511063 -0.010074119 7.573640823 -0.948296010 0.024893211 -0.316410065 -54.748291016\n-0.288105965 0.019488458 0.957400322 -206.530517578 0.027838614 0.999540746 -0.011968913 7.566683769 -0.957193911 0.023204383 -0.288516164 -54.806259155\n-0.258243442 0.019874593 0.965875506 -206.240295410 0.027013162 0.999545991 -0.013344993 7.558321953 -0.965702236 0.022645094 -0.258663058 -54.860992432\n-0.228948712 0.021171005 0.973208308 -205.941070557 0.027881095 0.999495924 -0.015183797 7.547823429 -0.973039210 0.023657804 -0.229423523 -54.905258179\n-0.199228883 0.022132838 0.979703009 -205.632720947 0.028567942 0.999451160 -0.016769504 7.535927296 -0.979536474 0.024647130 -0.199751735 -54.954818726\n-0.168419480 0.023575682 0.985433578 -205.294982910 0.029425208 0.999388635 -0.018880518 7.528572083 -0.985276222 0.025816740 -0.169010282 -54.990066528\n-0.137358427 0.026164522 0.990175843 -204.954879761 0.028944610 0.999330223 -0.022391189 7.517853737 -0.990098476 0.025584634 -0.138023734 -55.015960693\n-0.106552482 0.028011857 0.993912458 -204.594833374 0.029382968 0.999255240 -0.025012432 7.507658958 -0.993872881 0.026538961 -0.107296228 -55.034393311\n-0.074931979 0.029053411 0.996765316 -204.214263916 0.028852595 0.999220133 -0.026955962 7.494641304 -0.996771157 0.026739400 -0.075711846 -55.036163330\n-0.043647647 0.029882759 0.998599946 -203.831451416 0.029713921 0.999149203 -0.028600434 7.478908539 -0.998605013 0.028423980 -0.044498444 -55.028442383\n-0.012461066 0.031549506 0.999424517 -203.423843384 0.027359718 0.999138653 -0.031199353 7.472284794 -0.999548018 0.026955195 -0.013313532 -55.025314331\n0.018041134 0.032620855 0.999305010 -203.001403809 0.023678450 0.999173343 -0.033044044 7.456927299 -0.999556899 0.024258146 0.017253816 -54.985504150\n0.048680484 0.031724107 0.998310566 -202.566223145 0.021112200 0.999239504 -0.032783125 7.441223145 -0.998591304 0.022672433 0.047973692 -54.942733765\n0.077169478 0.028512968 0.996610284 -202.098999023 0.019817928 0.999349654 -0.030125884 7.420398235 -0.996821105 0.022075549 0.076554239 -54.884902954\n0.103876293 0.025484484 0.994263768 -201.593704224 0.020726554 0.999399126 -0.027781533 7.403815269 -0.994374335 0.023493502 0.103285670 -54.816238403\n0.129816055 0.023892773 0.991250217 -201.111282349 0.022235004 0.999388099 -0.027000867 7.386070728 -0.991288781 0.025545599 0.129205346 -54.752700806\n0.152227879 0.022024916 0.988099992 -200.583755493 0.024210954 0.999368548 -0.026006063 7.364763260 -0.988048851 0.027881691 0.151598513 -54.662048340\n0.173578262 0.020714251 0.984602273 -200.035018921 0.022899644 0.999423563 -0.025063109 7.350631714 -0.984553874 0.026897453 0.173003852 -54.553649902\n0.196012914 0.020551525 0.980385959 -199.473907471 0.022427190 0.999424875 -0.025434600 7.329857826 -0.980344892 0.026972812 0.195439279 -54.429275513\n0.219611347 0.021618500 0.975347996 -198.865951538 0.021316048 0.999409437 -0.026951389 7.317610264 -0.975354612 0.026709395 0.219020844 -54.293701172\n0.243236065 0.019927014 0.969762504 -198.273071289 0.021978125 0.999419034 -0.026048969 7.299026012 -0.969718158 0.027649609 0.242656767 -54.123809814\n0.268231094 0.015236575 0.963234186 -197.640121460 0.025806952 0.999402463 -0.022995137 7.279637814 -0.963009000 0.031026147 0.267677605 -53.939102173\n0.293527484 0.010139082 0.955896914 -196.992706299 0.029889692 0.999357522 -0.019778300 7.258731842 -0.955483258 0.034376938 0.293035805 -53.730270386\n0.318605602 0.002687462 0.947883606 -196.331314087 0.036352791 0.999225676 -0.015052046 7.240565300 -0.947190106 0.039253879 0.318261206 -53.493240356\n0.345560074 -0.001592666 0.938395321 -195.672897339 0.040420067 0.999095738 -0.013188832 7.220695019 -0.937525749 0.042487536 0.345311940 -53.251831055\n0.372599304 -0.002802452 0.927988112 -194.985641479 0.045440897 0.998850942 -0.015228660 7.202917099 -0.926879108 0.047842797 0.372298539 -52.970153809\n0.399595857 -0.002497766 0.916688085 -194.291442871 0.051251795 0.998493016 -0.019620640 7.178342819 -0.915257633 0.054822233 0.399121702 -52.665092468\n0.426208258 0.000041566 0.904625177 -193.613494873 0.057622060 0.997968018 -0.027194118 7.155816555 -0.902788103 0.063716717 0.425339818 -52.336006165\n0.450673938 0.001089965 0.892687976 -192.899032593 0.059811585 0.997715235 -0.031414103 7.134614468 -0.890682638 0.067550600 0.449579060 -51.971931458\n0.472442806 -0.001126704 0.881360650 -192.176544189 0.058932781 0.997801542 -0.030314652 7.102146626 -0.879388869 0.066262975 0.471470535 -51.576095581\n0.492429078 -0.004090535 0.870342970 -191.458374023 0.057631176 0.997947574 -0.027916728 7.066990852 -0.868442416 0.063905895 0.491654158 -51.171485901\n0.509351015 -0.006248912 0.860536218 -190.721008301 0.055534452 0.998127937 -0.025622763 7.035766602 -0.858765125 0.060840387 0.508744478 -50.720664978\n0.523720741 -0.007422719 0.851857722 -189.968444824 0.053926084 0.998245418 -0.024455395 7.002438545 -0.850181520 0.058745146 0.523202121 -50.253845215\n0.535358906 -0.005706956 0.844605446 -189.211105347 0.051068500 0.998366356 -0.025624204 6.966972828 -0.843079448 0.056850877 0.534775734 -49.768707275\n0.544023395 -0.002847716 0.839065254 -188.452346802 0.046981573 0.998528838 -0.027072452 6.936870575 -0.837753773 0.054148652 0.543356895 -49.263900757\n0.549476027 0.000169140 0.835509479 -187.664199829 0.042333484 0.998709917 -0.028042953 6.903264046 -0.834436357 0.050778959 0.548759937 -48.722991943\n0.552688837 0.001901236 0.833385527 -186.861572266 0.037940308 0.998903155 -0.027440283 6.874421597 -0.832523644 0.046784841 0.552010536 -48.192672729\n0.552951217 0.001730297 0.833211839 -186.059417725 0.035210945 0.999055982 -0.025442027 6.836516380 -0.832469344 0.043406375 0.552368283 -47.645858765\n0.552231073 0.002712611 0.833686769 -185.237518311 0.033878606 0.999095678 -0.025691880 6.805232048 -0.833002567 0.042431999 0.551639795 -47.097236633\n0.551700234 0.005914804 0.834021509 -184.400283813 0.032966956 0.999038756 -0.028892536 6.764790535 -0.833390713 0.043435171 0.550974905 -46.537925720\n0.551052570 0.007701807 0.834434986 -183.552658081 0.033166278 0.998965144 -0.031123094 6.731415749 -0.833811164 0.044825565 0.550226808 -45.985916138\n0.550175369 0.007169229 0.835018396 -182.700759888 0.032963198 0.998997271 -0.030295836 6.687477112 -0.834398329 0.044192895 0.549387336 -45.419784546\n0.549197674 0.006024529 0.835670710 -181.815109253 0.031848952 0.999096692 -0.028133636 6.650459766 -0.835085332 0.042066164 0.548509717 -44.831192017\n0.547628284 0.003877364 0.836712837 -180.929534912 0.031840112 0.999168396 -0.025469542 6.614596367 -0.836115777 0.040588871 0.547049463 -44.240364075\n0.546419084 0.003738060 0.837503552 -180.023178101 0.030210391 0.999251306 -0.024170401 6.583249569 -0.836966872 0.038508479 0.545897007 -43.643989563\n0.544971585 0.004705033 0.838441312 -179.117767334 0.028143482 0.999318123 -0.023900570 6.533889771 -0.837982059 0.036621790 0.544467568 -43.067100525\n0.543055296 0.006776714 0.839669645 -178.194992065 0.026960110 0.999311149 -0.025501553 6.493372440 -0.839264035 0.036486339 0.542498469 -42.467147827\n0.540271640 0.010018133 0.841431081 -177.266632080 0.024645597 0.999311805 -0.027722485 6.450792313 -0.841129720 0.035715245 0.539652944 -41.860847473\n0.538074136 0.013174020 0.842794538 -176.299026489 0.023031142 0.999274731 -0.030324031 6.418902397 -0.842582822 0.035727099 0.537380517 -41.249832153\n0.535432279 0.013021559 0.844477832 -175.332305908 0.020768022 0.999375820 -0.028577784 6.378696442 -0.844322801 0.032839604 0.534827590 -40.639945984\n0.531064510 0.009723084 0.847275674 -174.363113403 0.018943479 0.999548018 -0.023344116 6.337494373 -0.847119629 0.028447580 0.530640244 -40.013275146\n0.526511431 0.008850291 0.850121975 -173.369079590 0.015839005 0.999670148 -0.020216852 6.298237801 -0.850020468 0.024109490 0.526197553 -39.389320374\n0.521685123 0.009279094 0.853087723 -172.363937378 0.015718699 0.999666572 -0.020485835 6.268323898 -0.852993369 0.024096584 0.521365285 -38.778938293\n0.516096473 0.009119246 0.856481969 -171.357360840 0.016314378 0.999657273 -0.020474356 6.229603767 -0.856375098 0.024539713 0.515770793 -38.163772583\n0.510479450 0.008670663 0.859846294 -170.333465576 0.017546907 0.999635935 -0.020497670 6.191758633 -0.859710991 0.025551282 0.510141492 -37.549156189\n0.505743384 0.006499157 0.862659514 -169.299667358 0.019694787 0.999624014 -0.019077308 6.155267715 -0.862459123 0.026638117 0.505425215 -36.947212219\n0.500031531 0.002701839 0.866003036 -168.244689941 0.022996617 0.999601066 -0.016396938 6.115400314 -0.865701854 0.028114125 0.499769926 -36.334831238\n0.494690537 0.001454549 0.869068027 -167.210266113 0.023405926 0.999613583 -0.014996151 6.072187424 -0.868753970 0.027759796 0.494465292 -35.750801086\n0.488839805 0.002470382 0.872370064 -166.143127441 0.024307206 0.999569178 -0.016451331 6.032587051 -0.872034848 0.029246945 0.488569140 -35.152198792\n0.482645988 0.005554230 0.875797927 -165.077835083 0.022517433 0.999570668 -0.018748382 5.993482590 -0.875526011 0.028769553 0.482313693 -34.566947937\n0.475460768 0.007219472 0.879707277 -164.014312744 0.021780757 0.999563217 -0.019975070 5.953147411 -0.879467249 0.028658055 0.475095868 -33.983207703\n0.468339384 0.006518269 0.883524716 -162.946472168 0.021385601 0.999596179 -0.018710693 5.910055161 -0.883289874 0.027657660 0.468010902 -33.411666870\n0.461690366 0.004694663 0.887028754 -161.864608765 0.021509388 0.999632716 -0.016486069 5.872557640 -0.886780381 0.026690906 0.461419761 -32.853042603\n0.455013514 0.003549501 0.890477479 -160.773300171 0.022295974 0.999633133 -0.015377333 5.827245712 -0.890205383 0.026850957 0.454767406 -32.287307739\n0.449334025 0.003322845 0.893357694 -159.685226440 0.020295667 0.999697030 -0.013926531 5.789802551 -0.893133283 0.024388954 0.449130476 -31.740402222\n0.443197072 0.001185975 0.896423519 -158.604278564 0.019277442 0.999755263 -0.010853567 5.749414921 -0.896216989 0.022091020 0.443065703 -31.178390503\n0.439102829 -0.001241449 0.898436010 -157.519897461 0.019219385 0.999783218 -0.008011819 5.714525700 -0.898231268 0.020785399 0.439031482 -30.648277283\n0.435812056 -0.001514950 0.900036514 -156.425720215 0.018081455 0.999811530 -0.007072439 5.685664654 -0.899856150 0.019356221 0.435757279 -30.111335754\n0.434427679 0.000222077 0.900706708 -155.335815430 0.025258748 0.999603689 -0.012429225 5.652075768 -0.900352478 0.028150322 0.434249878 -29.583671570\n0.434095442 0.006549109 0.900843143 -154.249862671 0.027289487 0.999419093 -0.020415934 5.617745399 -0.900453508 0.033446010 0.433664560 -29.069389343\n0.433894575 0.006062276 0.900943279 -153.162948608 0.029412452 0.999349058 -0.020889476 5.575225353 -0.900483429 0.035562780 0.433433771 -28.545989990\n0.433871448 0.002027666 0.900972545 -152.074356079 0.030429417 0.999394000 -0.016902728 5.532008171 -0.900460839 0.034749679 0.433546782 -28.030639648\n0.432969272 0.001495487 0.901407540 -150.980987549 0.028311003 0.999482751 -0.015256708 5.488632679 -0.900964081 0.032125432 0.432702959 -27.504180908\n0.431961477 0.001053918 0.901891530 -149.883697510 0.026633346 0.999548316 -0.013924099 5.456606388 -0.901498795 0.030035062 0.431738317 -26.970817566\n0.431001425 0.001326712 0.902350307 -148.810119629 0.026974842 0.999533057 -0.014353950 5.422534466 -0.901947975 0.030527329 0.430764377 -26.440513611\n0.430952311 0.003505943 0.902367949 -147.733001709 0.028443506 0.999442756 -0.017467137 5.386227608 -0.901926339 0.033194009 0.430612445 -25.920684814\n0.430943429 0.007027961 0.902351558 -146.656311035 0.030548520 0.999282897 -0.022372214 5.340194702 -0.901861727 0.037206665 0.430419683 -25.404907227\n0.430596292 0.009106523 0.902498662 -145.563995361 0.033035219 0.999119997 -0.025843089 5.297189236 -0.901939869 0.040942181 0.429916561 -24.889945984\n0.429626942 0.009250036 0.902959108 -144.471221924 0.033777319 0.999083102 -0.026305957 5.248601437 -0.902374506 0.041801289 0.428920567 -24.354354858\n0.429140091 0.008149200 0.903201222 -143.386032104 0.032902721 0.999154568 -0.024648095 5.193793297 -0.902638495 0.040295262 0.428509116 -23.835388184\n0.428725243 0.005932777 0.903415442 -142.268341064 0.033982787 0.999164879 -0.022688460 5.147901058 -0.902795613 0.040427692 0.428165615 -23.303733826\n0.427985549 0.004758159 0.903773189 -141.171310425 0.035344411 0.999133050 -0.021997705 5.104944229 -0.903094292 0.041358024 0.427446306 -22.775299072\n0.427480876 0.004679432 0.904012263 -140.073623657 0.036540989 0.999079943 -0.022450687 5.058467865 -0.903285623 0.042630740 0.426916540 -22.262474060\n0.427571595 0.006587702 0.903957546 -138.987136841 0.036291800 0.999042153 -0.024446661 5.012592793 -0.903252780 0.043258943 0.426922977 -21.752052307\n0.426920652 0.007422729 0.904258668 -137.891098022 0.037029613 0.998984098 -0.025682803 4.956932545 -0.903530657 0.044448867 0.426212072 -21.222740173\n0.426226676 0.006535692 0.904592872 -136.795257568 0.036305018 0.999044657 -0.024324335 4.905403614 -0.903887689 0.043208934 0.425582230 -20.696685791\n0.425566196 0.004048100 0.904918253 -135.694686890 0.035829574 0.999130487 -0.021319533 4.867588043 -0.904217720 0.041495707 0.425051093 -20.172515869\n0.425230980 0.001546045 0.905083597 -134.606018066 0.035529111 0.999199271 -0.018399283 4.820248604 -0.904387295 0.039980758 0.424835563 -19.659034729\n0.425915301 0.000754843 0.904762745 -133.524978638 0.036574382 0.999167919 -0.018050928 4.770565510 -0.904023468 0.040779304 0.425533295 -19.146888733\n0.427259386 0.001736191 0.904127419 -132.451141357 0.037798956 0.999089539 -0.019781029 4.725498199 -0.903338611 0.042626701 0.426804781 -18.635437012\n0.429092467 0.003555969 0.903253555 -131.386260986 0.039248120 0.998974383 -0.022577707 4.677864075 -0.902407467 0.045138929 0.428512812 -18.134521484\n0.430509984 0.004201489 0.902576029 -130.318954468 0.038947996 0.998971224 -0.023227595 4.630352020 -0.901745081 0.045153242 0.429903448 -17.618156433\n0.432209849 0.002680436 0.901769102 -129.250808716 0.039157275 0.998996615 -0.021737169 4.581837177 -0.900922537 0.044705838 0.431671202 -17.107742310\n0.433800340 0.001688856 0.901007473 -128.194152832 0.038271125 0.999061227 -0.020298723 4.535323143 -0.900195897 0.043288164 0.433328450 -16.598281860\n0.434696257 0.002255938 0.900574386 -127.143867493 0.037339538 0.999091804 -0.020526072 4.480088711 -0.899802744 0.042549636 0.434217215 -16.073471069\n0.434999764 0.006086993 0.900410056 -126.095962524 0.034830306 0.999114990 -0.023581238 4.431264877 -0.899756730 0.041619387 0.434402764 -15.562599182\n0.433897257 0.007971430 0.900927126 -125.059501648 0.030590465 0.999253988 -0.023574162 4.383680820 -0.900442898 0.037788544 0.433329701 -15.045776367\n0.430553317 0.004339877 0.902554750 -124.007965088 0.025621589 0.999526680 -0.017028645 4.339664459 -0.902201414 0.030456625 0.430238307 -14.533233643\n0.425142229 -0.000015623 0.905126572 -122.971923828 0.021074396 0.999729097 -0.009881486 4.299116611 -0.904881179 0.023276031 0.425027370 -14.045738220\n0.417759657 0.003931658 0.908549070 -121.939979553 0.016063096 0.999802351 -0.011712516 4.261621475 -0.908415556 0.019487128 0.417613924 -13.539924622\n0.409588993 0.011993521 0.912191391 -120.904098511 0.012285559 0.999750376 -0.018661171 4.224390984 -0.912187517 0.018850191 0.409339368 -13.069503784\n0.399951160 0.018092958 0.916357934 -119.865623474 0.009106544 0.999677360 -0.023712672 4.179442883 -0.916491270 0.017828764 0.399657369 -12.602424622\n0.389662981 0.018236335 0.920777023 -118.811218262 0.006934235 0.999717474 -0.022734279 4.135330200 -0.920931458 0.015243592 0.389426470 -12.142204285\n0.379742920 0.014013966 0.924985945 -117.737945557 0.005160033 0.999837637 -0.017266400 4.094273567 -0.925077677 0.011329751 0.379608929 -11.698593140\n0.369710922 0.010857787 0.929083407 -116.675231934 0.004796563 0.999896109 -0.013594044 4.056758881 -0.929134488 0.009482274 0.369620442 -11.270401001\n0.361198604 0.011850443 0.932413697 -115.609130859 0.006640384 0.999861181 -0.015280019 4.015127182 -0.932465315 0.011710706 0.361069798 -10.860656738\n0.354266644 0.015676277 0.935013056 -114.551742554 0.009144926 0.999753594 -0.020226622 3.978289604 -0.935099721 0.015716244 0.354035974 -10.463714600\n0.348580003 0.016261090 0.937138021 -113.478057861 0.011854557 0.999693036 -0.021755986 3.940406561 -0.937204123 0.018693058 0.348280191 -10.059692383\n0.343870282 0.009192007 0.938972294 -112.412330627 0.019582102 0.999664426 -0.016957507 3.903263092 -0.938813090 0.024218231 0.343574882 -9.670394897\n0.340658724 0.006011819 0.940167844 -111.332664490 0.017218614 0.999771953 -0.012631915 3.860239506 -0.940029383 0.020491559 0.340477526 -9.276969910\n0.336064517 0.010439288 0.941781044 -110.265373230 0.015243979 0.999747276 -0.016521472 3.825128794 -0.941715539 0.019908771 0.335820436 -8.891098022\n0.331106424 0.017131897 0.943437874 -109.195198059 0.015282916 0.999606669 -0.023515517 3.789073229 -0.943469644 0.022204621 0.330714345 -8.507041931\n0.326972425 0.020813296 0.944804668 -108.122169495 0.010834767 0.999609172 -0.025770228 3.741857290 -0.944971740 0.018662892 0.326619148 -8.126655579\n0.324017048 0.020661766 0.945825577 -107.055885315 0.009720877 0.999635994 -0.025167404 3.699458838 -0.946001291 0.017348921 0.323698223 -7.755638123\n0.321641564 0.017267399 0.946704090 -105.988113403 0.010530257 0.999706626 -0.021811781 3.653786898 -0.946802974 0.016984612 0.321365356 -7.382461548\n0.320268750 0.013984641 0.947223485 -104.886177063 0.011481019 0.999760270 -0.018642168 3.601586819 -0.947257161 0.016845595 0.320031404 -6.998077393\n0.319207430 0.011980112 0.947609246 -103.805541992 0.011475193 0.999797940 -0.016505390 3.565396547 -0.947615504 0.016142642 0.319005489 -6.613746643\n0.317863107 0.010793833 0.948075294 -102.741607666 0.005939752 0.999892890 -0.013375212 3.531205893 -0.948118150 0.009882819 0.317764938 -6.245765686\n0.314531386 0.012001936 0.949171305 -101.649169922 -0.001376147 0.999924779 -0.012187677 3.495968342 -0.949246168 0.002527209 0.314524233 -5.867179871\n0.309552073 0.017146088 0.950727940 -100.570701599 -0.004644454 0.999852777 -0.016519830 3.464339256 -0.950871170 0.000698136 0.309586108 -5.500343323\n0.303689361 0.026246212 0.952409565 -99.500205994 -0.007262675 0.999655247 -0.025232388 3.423013926 -0.952743471 0.000745768 0.303775311 -5.140342712\n0.297644973 0.032742843 0.954114974 -98.415237427 -0.005883940 0.999455631 -0.032463271 3.381911278 -0.954658508 0.004048574 0.297675610 -4.789985657\n0.291278720 0.031149307 0.956131041 -97.311370850 -0.001943277 0.999486923 -0.031969775 3.331856728 -0.956636310 0.007454090 0.291189790 -4.444122314\n0.284508526 0.026131375 0.958317339 -96.231758118 0.001338122 0.999616623 -0.027654791 3.271054268 -0.958672583 0.009150371 0.284364522 -4.130760193\n0.276375771 0.023151852 0.960770845 -95.136718750 0.003085640 0.999683261 -0.024977151 3.223356485 -0.961044788 0.009867674 0.276216745 -3.811149597\n0.268917501 0.022179810 0.962907910 -94.041526794 0.003500147 0.999705732 -0.024004931 3.179416895 -0.963156939 0.009825667 0.268760741 -3.511405945\n0.259956181 0.021284238 0.965385795 -92.935310364 0.003535228 0.999729395 -0.022993378 3.128092051 -0.965613902 0.009390131 0.259810567 -3.188644409\n0.251763105 0.021149052 0.967557788 -91.841308594 0.005219403 0.999716997 -0.023210108 3.084727049 -0.967774868 0.010893524 0.251581430 -2.909622192\n0.243237793 0.022052502 0.969716012 -90.746887207 0.006315980 0.999684334 -0.024318282 3.036746264 -0.969946146 0.012039833 0.243021727 -2.625602722\n0.235772252 0.021380700 0.971573174 -89.654876709 0.007846098 0.999683499 -0.023903323 2.986773491 -0.971776724 0.013258800 0.235529900 -2.358909607\n0.229000449 0.019341370 0.973234236 -88.553115845 0.009176129 0.999715269 -0.022026768 2.940967798 -0.973383188 0.013974665 0.228757799 -2.099243164\n0.222323000 0.017860362 0.974809527 -87.449279785 0.010068932 0.999736845 -0.020613484 2.896811247 -0.974921107 0.014398143 0.222084641 -1.848388672\n0.215703070 0.016547261 0.976318836 -86.346870422 0.010849914 0.999754071 -0.019341584 2.852995157 -0.976398766 0.014765015 0.215470493 -1.597732544\n0.209850490 0.015353764 0.977613032 -85.232650757 0.012715527 0.999749303 -0.018430889 2.811947823 -0.977650881 0.016298594 0.209602654 -1.353141785\n0.205506861 0.014838852 0.978543162 -84.089355469 0.016851712 0.999683142 -0.018698504 2.769937038 -0.978510559 0.020332798 0.205191672 -1.096054077\n0.202811599 0.016451983 0.979079664 -82.966247559 0.020499984 0.999568403 -0.021042744 2.728276014 -0.979003251 0.024338828 0.202386796 -0.854240417\n0.200546563 0.018247470 0.979514301 -81.857360840 0.022880375 0.999466598 -0.023303714 2.678381920 -0.979417026 0.027085135 0.200022101 -0.623809814\n0.198429704 0.016804969 0.979971051 -80.743255615 0.024726635 0.999448955 -0.022145765 2.636738777 -0.979803205 0.028625764 0.197904825 -0.409454346\n0.195144892 0.013062560 0.980687499 -79.625015259 0.024628019 0.999530733 -0.018214229 2.597497940 -0.980465233 0.027706804 0.194731653 -0.170982361\n0.192274451 0.009116987 0.981298804 -78.534706116 0.024394268 0.999603450 -0.014066833 2.557351589 -0.981037915 0.026642760 0.191975772 0.038143158\n0.189100981 0.008201968 0.981923461 -77.424774170 0.025773596 0.999579132 -0.013312981 2.520576954 -0.981619418 0.027825193 0.188809991 0.260318756\n0.186246693 0.009518899 0.982456923 -76.328155518 0.027462989 0.999511898 -0.014890368 2.482996941 -0.982119143 0.029754486 0.185894370 0.462154388\n0.183595061 0.009675168 0.982954502 -75.238609314 0.028809646 0.999469042 -0.015218760 2.448962212 -0.982579887 0.031112658 0.183218837 0.657478333\n0.181200862 0.007909350 0.983414292 -74.157592773 0.030932035 0.999427080 -0.013737577 2.415191650 -0.982959509 0.032908265 0.180852413 0.858650208\n0.179011464 0.006798885 0.983823538 -73.039062500 0.029385038 0.999493062 -0.012253922 2.367205620 -0.983408093 0.031103285 0.178720891 1.073856354\n0.177034616 0.007404584 0.984176815 -71.947799683 0.029862903 0.999470890 -0.012891418 2.335165977 -0.983751535 0.031672604 0.176719844 1.269618988\n0.174662173 0.008746949 0.984589696 -70.844490051 0.028695265 0.999490559 -0.013969754 2.295536041 -0.984210312 0.030693049 0.174322188 1.487228394\n0.173311651 0.010181705 0.984814525 -69.749053955 0.028331725 0.999481201 -0.015319276 2.261152983 -0.984459519 0.030556500 0.172933280 1.680809021\n0.171252787 0.010310800 0.985173166 -68.692062378 0.026656047 0.999530673 -0.015094688 2.221344948 -0.984866440 0.028845828 0.170897543 1.866901398\n0.169825971 0.007857527 0.985442877 -67.607841492 0.027740743 0.999533832 -0.012750580 2.184247255 -0.985083699 0.029502295 0.169528842 2.052215576\n0.167624474 0.005609602 0.985834956 -66.529418945 0.029473804 0.999508321 -0.010698924 2.150520325 -0.985410213 0.030849708 0.167376697 2.243770599\n0.165677667 0.005231329 0.986166120 -65.427330017 0.030602299 0.999477088 -0.010443181 2.112454414 -0.985705078 0.031909149 0.165430963 2.434555054\n0.164459050 0.006298740 0.986363828 -64.351081848 0.032594025 0.999398828 -0.011816467 2.076822281 -0.985845268 0.034092892 0.164154828 2.611782074\n0.162829578 0.008637767 0.986616433 -63.274021149 0.035476539 0.999263823 -0.014603487 2.043190002 -0.986016273 0.037379615 0.162403226 2.786399841\n0.161188424 0.009222533 0.986880600 -62.215805054 0.037272085 0.999186099 -0.015425227 2.007975101 -0.986219645 0.039269466 0.160713434 2.950973511\n0.159059465 0.007601309 0.987239778 -61.135955811 0.037666336 0.999195576 -0.013761991 1.976064324 -0.986550212 0.039374679 0.158645213 3.126617432\n0.157403827 0.004586771 0.987523735 -60.056053162 0.037106466 0.999255538 -0.010555755 1.937414050 -0.986836970 0.038305029 0.157116473 3.300037384\n0.154951036 0.002769212 0.987918258 -58.985027313 0.035155289 0.999347270 -0.008315213 1.902699471 -0.987296402 0.036019005 0.154752493 3.485881805\n0.153193176 0.003628779 0.988189697 -57.908550262 0.036287010 0.999298155 -0.009294936 1.870476723 -0.987529874 0.037282366 0.152953982 3.652484894\n0.150714695 0.006860654 0.988553524 -56.849708557 0.034908324 0.999315321 -0.012257460 1.840885639 -0.987960815 0.036356125 0.150372028 3.823585510\n0.148810983 0.009521218 0.988819838 -55.790473938 0.034864284 0.999281466 -0.014868799 1.805565000 -0.988250852 0.036687136 0.148372114 3.979965210\n0.146644473 0.010223315 0.989136457 -54.740169525 0.035721637 0.999239624 -0.015623654 1.772795916 -0.988544106 0.037624694 0.146167815 4.135780334\n0.143857718 0.011860239 0.989527345 -53.679229736 0.035591267 0.999219239 -0.017150674 1.736307383 -0.988958240 0.037685789 0.143323243 4.288810730\n0.140386045 0.014479359 0.989991009 -52.628044128 0.034252625 0.999223530 -0.019471599 1.698088884 -0.989504218 0.036643330 0.139781058 4.446178436\n0.137172759 0.013913301 0.990449488 -51.587242126 0.030958818 0.999352634 -0.018326029 1.659059286 -0.990063310 0.033176977 0.136653185 4.595336914\n0.133570552 0.011597634 0.990971565 -50.559402466 0.030134816 0.999421597 -0.015758328 1.619079590 -0.990581155 0.031967591 0.133143783 4.746566772\n0.131127596 0.009783601 0.991317272 -49.489776611 0.028173400 0.999510646 -0.013591134 1.580534220 -0.990965188 0.029710948 0.130787790 4.899162292\n0.129138529 0.011673734 0.991557956 -48.445449829 0.027798284 0.999495089 -0.015387576 1.547976017 -0.991236925 0.029550735 0.128748834 5.036525726\n0.126735628 0.014761056 0.991826773 -47.419391632 0.028948562 0.999408364 -0.018572943 1.509653568 -0.991514087 0.031065812 0.126233339 5.173755646\n0.124885440 0.016680289 0.992030978 -46.388389587 0.029857341 0.999342680 -0.020561932 1.472922087 -0.991721869 0.032187294 0.124305308 5.302955627\n0.122476041 0.016877117 0.992328167 -45.361682892 0.030983387 0.999303043 -0.020819813 1.433377266 -0.991987884 0.033295613 0.121867776 5.436138153\n0.120300293 0.015295837 0.992619693 -44.357120514 0.031697787 0.999312282 -0.019240573 1.386646032 -0.992231369 0.033778496 0.119732738 5.562393188\n0.118420124 0.013951432 0.992865682 -43.336257935 0.033088066 0.999290526 -0.017988168 1.348567963 -0.992412269 0.034982163 0.117874503 5.680763245\n0.116188943 0.012549755 0.993147969 -42.310493469 0.034235254 0.999275386 -0.016632393 1.314843893 -0.992637098 0.035933170 0.115675092 5.809732437\n0.113574505 0.011163525 0.993466854 -41.294483185 0.035135437 0.999266267 -0.015245430 1.277258873 -0.992908120 0.036637381 0.113098979 5.932359695\n0.111928880 0.010976996 0.993655741 -40.278270721 0.035414144 0.999259710 -0.015028084 1.238352180 -0.993085086 0.036871541 0.111457288 6.042749405\n0.110357463 0.012424459 0.993814290 -39.268211365 0.037416019 0.999161124 -0.016646141 1.206621170 -0.993187428 0.039021600 0.109800041 6.152101517\n0.108725250 0.014257279 0.993969679 -38.268222809 0.037788805 0.999115169 -0.018464614 1.174207211 -0.993353426 0.039568491 0.108090281 6.261764526\n0.107566178 0.015601980 0.994075596 -37.263557434 0.038292911 0.999069929 -0.019823940 1.137050629 -0.993460298 0.040198430 0.106868684 6.370758057\n0.106389225 0.015132809 0.994209409 -36.278003693 0.039517459 0.999029875 -0.019434901 1.104067326 -0.993539035 0.041356292 0.105688035 6.476795197\n0.104593456 0.013960640 0.994417191 -35.305534363 0.039101575 0.999070585 -0.018138705 1.065254331 -0.993746161 0.040780466 0.103950381 6.586294174\n0.103508413 0.012509096 0.994549930 -34.345733643 0.039684176 0.999072790 -0.016696140 1.032083154 -0.993836641 0.041196086 0.102916062 6.689062119\n0.102557659 0.012620155 0.994646966 -33.401729584 0.040198769 0.999050081 -0.016820900 0.994802058 -0.993914485 0.041708697 0.101952910 6.783737183\n0.100917578 0.013793001 0.994799316 -32.476264954 0.038729269 0.999091506 -0.017781420 0.962274849 -0.994140863 0.040322304 0.100291729 6.883657455\n0.099595368 0.012944067 0.994943857 -31.532659531 0.039356433 0.999081671 -0.016937541 0.919897676 -0.994249463 0.040844340 0.098994493 6.987461090\n0.098571181 0.009308961 0.995086551 -30.623844147 0.039799269 0.999119341 -0.013289125 0.886623681 -0.994333923 0.040913638 0.098113894 7.080209732\n0.097760320 0.004850228 0.995198190 -29.729574203 0.041913435 0.999080837 -0.008986390 0.859670877 -0.994327009 0.042590685 0.097467124 7.163408279\n0.096656859 -0.000486011 0.995317698 -28.848356247 0.042308990 0.999098003 -0.003620840 0.834727228 -0.994418204 0.042460863 0.096590281 7.247903824\n0.094897211 -0.003148037 0.995482147 -27.950859070 0.043829825 0.999038517 -0.001018923 0.812952340 -0.994521737 0.043728497 0.094943941 7.334329605\n0.093976736 -0.002464627 0.995571315 -27.103698730 0.044187643 0.999021828 -0.001697913 0.798351526 -0.994593263 0.044151515 0.093993723 7.412115097\n0.092401624 -0.000644204 0.995721638 -26.263959885 0.043288775 0.999056935 -0.003370779 0.773342073 -0.994780421 0.043415036 0.092342377 7.497674942\n0.091021180 0.002413016 0.995846093 -25.464492798 0.041222941 0.999130785 -0.006188788 0.753793359 -0.994995475 0.041615013 0.090842605 7.579071045\n0.090244353 0.005187734 0.995906174 -24.654514313 0.039992694 0.999160945 -0.008828640 0.725895524 -0.995116413 0.040625706 0.089961171 7.652119637\n0.089064956 0.007910687 0.995994449 -23.887565613 0.040123284 0.999128282 -0.011523533 0.701748192 -0.995217383 0.040988911 0.088669956 7.722724915\n0.088868320 0.008836806 0.996004283 -23.121131897 0.041611463 0.999054730 -0.012576651 0.676619828 -0.995173931 0.042562857 0.088416576 7.790789604\n0.089672983 0.006492754 0.995950162 -22.376552582 0.042103365 0.999060154 -0.010303919 0.654740095 -0.995081007 0.042856831 0.089315355 7.852389336\n0.090343475 0.004893682 0.995898664 -21.638990402 0.040978279 0.999122798 -0.008626890 0.625207603 -0.995067239 0.041589595 0.090063691 7.929180145\n0.091446817 0.002895386 0.995805860 -20.934982300 0.041065574 0.999134123 -0.006676201 0.604339123 -0.994962931 0.041503850 0.091248751 7.992192268\n0.092325628 0.001977231 0.995727003 -20.232488632 0.041751821 0.999110878 -0.005855262 0.582708836 -0.994853258 0.042114004 0.092161000 8.063213348\n0.092812359 0.002426130 0.995680809 -19.572906494 0.042393278 0.999080598 -0.006386107 0.562689662 -0.994780838 0.042802878 0.092624187 8.122733116\n0.092864752 0.003760801 0.995671630 -18.919902802 0.041677643 0.999101758 -0.007660969 0.541067958 -0.994806111 0.042208679 0.092624605 8.183142662\n0.091694355 0.006730711 0.995764494 -18.299667358 0.040962577 0.999105215 -0.010525309 0.523662806 -0.994944394 0.041754190 0.091336608 8.247673035\n0.089741647 0.007793641 0.995934606 -17.655708313 0.041172657 0.999085546 -0.011528284 0.499679148 -0.995113671 0.042039841 0.089338720 8.300936699\n0.087669909 0.008278234 0.996115208 -17.055898666 0.043032095 0.999000549 -0.012089548 0.481801867 -0.995219707 0.043924812 0.087226093 8.348882675\n0.085658967 0.008647436 0.996287107 -16.454635620 0.044499785 0.998931229 -0.012496403 0.462639451 -0.995330393 0.045404989 0.085182607 8.398671150\n0.083373725 0.007498922 0.996490240 -15.884124756 0.047519293 0.998804212 -0.011492155 0.445509613 -0.995384812 0.048310652 0.082917631 8.448669434\n0.082024395 0.006016534 0.996612251 -15.323650360 0.049583599 0.998718798 -0.010110145 0.423649669 -0.995396256 0.050244898 0.081620991 8.483673096\n0.080316246 0.007370505 0.996742189 -14.789784431 0.050204135 0.998673558 -0.011430176 0.406433046 -0.995504320 0.050958611 0.079839647 8.523365974\n0.078551710 0.008367492 0.996874988 -14.290625572 0.049976960 0.998674393 -0.012320685 0.390231371 -0.995656610 0.050788589 0.078029394 8.561596870\n0.076865554 0.008867650 0.997002065 -13.799139023 0.048161123 0.998760164 -0.012596353 0.370352089 -0.995877624 0.048984967 0.076343179 8.596168518\n0.075003326 0.011991310 0.997111201 -13.325971603 0.049227297 0.998664021 -0.015712893 0.349438965 -0.995967448 0.050263610 0.074312806 8.636362076\n0.074396193 0.017499836 0.997075260 -12.900181770 0.048222072 0.998613238 -0.021124898 0.332470685 -0.996062219 0.049652644 0.073449135 8.668864250\n0.073217928 0.021167651 0.997091472 -12.499792099 0.049157657 0.998482943 -0.024806926 0.313669443 -0.996103883 0.050830986 0.072066307 8.700536728\n0.072560787 0.021755086 0.997126818 -12.115617752 0.047544405 0.998550057 -0.025245948 0.293808699 -0.996230245 0.049239662 0.071421266 8.733325958\n0.073002577 0.022052269 0.997087955 -11.751914978 0.048909564 0.998473465 -0.025663864 0.278435588 -0.996131778 0.050640661 0.071812570 8.751449585\n0.074184477 0.024156876 0.996951997 -11.418205261 0.048552364 0.998433530 -0.027805623 0.263281196 -0.996061981 0.050467119 0.072895408 8.780337334\n0.076554358 0.025431318 0.996741176 -11.097889900 0.048995920 0.998371005 -0.029236024 0.247575432 -0.995860994 0.051074393 0.075183570 8.802121162\n0.080429316 0.025192814 0.996441901 -10.804958344 0.047295503 0.998458087 -0.029061316 0.228826791 -0.995637596 0.049464602 0.079113781 8.840856552\n0.086455762 0.025429061 0.995931268 -10.517186165 0.046115901 0.998500466 -0.029497942 0.215141445 -0.995187938 0.048478529 0.085153401 8.869887352\n0.092724442 0.024684371 0.995385826 -10.234348297 0.043457415 0.998639703 -0.028813308 0.203039020 -0.994743049 0.045928590 0.091525555 8.909350395\n0.102283835 0.023222454 0.994484186 -9.970868111 0.041898377 0.998739719 -0.027631124 0.185515732 -0.993872523 0.044493493 0.101181984 8.948528290\n0.113741457 0.023106430 0.993241668 -9.710655212 0.041799758 0.998732984 -0.028020896 0.173453659 -0.992630720 0.044704400 0.112631500 8.986168861\n0.126506627 0.023965649 0.991676271 -9.455245018 0.042876050 0.998641729 -0.029603619 0.162103981 -0.991038799 0.046264213 0.125307262 9.028476715\n0.142311454 0.024442462 0.989520252 -9.192232132 0.043027695 0.998597324 -0.030854871 0.156518787 -0.988886416 0.046967771 0.141060174 9.071530342\n0.159442425 0.023683263 0.986923158 -8.966016769 0.041326713 0.998675704 -0.030641831 0.140337199 -0.986341894 0.045671895 0.158252478 9.136975288\n0.176903009 0.021772670 0.983987570 -8.725754738 0.038005870 0.998858511 -0.028934490 0.121998340 -0.983494341 0.042515900 0.175873578 9.202582359\n0.192824125 0.021284003 0.981002510 -8.490349770 0.032769438 0.999067366 -0.028117048 0.111399919 -0.980686069 0.037568543 0.191946805 9.274309158\n0.204317272 0.018872801 0.978722811 -8.270563126 0.029962633 0.999225080 -0.025523126 0.102395445 -0.978446126 0.034539927 0.203593493 9.335249901\n0.212425649 0.014227132 0.977073789 -8.081073761 0.028562861 0.999376357 -0.020761738 0.095193475 -0.976759791 0.032318346 0.211886764 9.389701843\n0.219670653 0.010637036 0.975516140 -7.927930832 0.029854270 0.999398947 -0.017620163 0.087167561 -0.975117266 0.032993954 0.219221115 9.425151825\n0.224294126 0.010739910 0.974462330 -7.829525948 0.029720413 0.999398768 -0.017855559 0.082473993 -0.974068165 0.032966319 0.223840117 9.462321281\n0.226543546 0.012744332 0.973917723 -7.772734642 0.028866319 0.999387324 -0.019792231 0.077763408 -0.973573267 0.032597221 0.226036847 9.487602234\n0.228638470 0.014183136 0.973408222 -7.720848083 0.027255503 0.999408662 -0.020963881 0.079293907 -0.973129928 0.031323880 0.228116691 9.494283676\n0.229352415 0.013782620 0.973245978 -7.709437370 0.027243774 0.999417067 -0.020573441 0.076785207 -0.972962201 0.031233462 0.228843272 9.491532326\n0.228741348 0.014924404 0.973372936 -7.733261108 0.028531708 0.999350131 -0.022027623 0.075643212 -0.973069131 0.032810617 0.228166878 9.487131119\n0.229120433 0.019338729 0.973205984 -7.743297577 0.030283595 0.999177039 -0.026984425 0.068888217 -0.972926855 0.035654858 0.228346229 9.485726357\n0.229244232 0.023731317 0.973079741 -7.738887787 0.030629657 0.999031782 -0.031580169 0.065231621 -0.972886980 0.037044670 0.228295386 9.481807709\n0.228699148 0.023971966 0.973201931 -7.743341446 0.029656304 0.999061227 -0.031578064 0.070695341 -0.973045349 0.036083449 0.227773488 9.482274055\n0.229170144 0.022439783 0.973127663 -7.736770630 0.029208733 0.999125481 -0.029917890 0.069965720 -0.972948015 0.035280112 0.228314281 9.485839844\n0.228633523 0.021904670 0.973266244 -7.744083405 0.029191058 0.999143004 -0.029344447 0.066959947 -0.973074973 0.035119794 0.227798164 9.493423462\n0.228599250 0.021529134 0.973282635 -7.744718552 0.029318165 0.999149740 -0.028987410 0.070561647 -0.973079145 0.035161357 0.227773666 9.490303040\n0.229191482 0.021227738 0.973149896 -7.742891312 0.029519795 0.999150753 -0.028747268 0.068635017 -0.972933710 0.035315815 0.228370190 9.483919144\n0.228755057 0.021575781 0.973245025 -7.745137215 0.029649118 0.999136150 -0.029118605 0.068247050 -0.973032534 0.035516884 0.227917790 9.490102768\n0.229046941 0.021524571 0.973177493 -7.741194725 0.029407337 0.999146163 -0.029020254 0.071590304 -0.972971201 0.035265557 0.228218377 9.484051704\n0.228842378 0.021160968 0.973233581 -7.746525764 0.029357832 0.999158919 -0.028627753 0.070215851 -0.973020852 0.035123270 0.228028655 9.489625931\n0.228523672 0.021354089 0.973304212 -7.751029968 0.029432995 0.999150872 -0.028831782 0.070016205 -0.973093390 0.035236001 0.227701128 9.494817734\n0.228951573 0.021356616 0.973203540 -7.739468575 0.029468808 0.999149024 -0.028858686 0.071330905 -0.972991705 0.035286389 0.228127420 9.488359451\n0.228813767 0.021350836 0.973236144 -7.739499092 0.029231934 0.999157906 -0.028792121 0.072713703 -0.973031342 0.035037607 0.227996945 9.487869263\n0.228701949 0.021057913 0.973268747 -7.746462822 0.029473675 0.999157906 -0.028543884 0.065987825 -0.973050237 0.035213850 0.227888703 9.489786148\n0.228878975 0.021332877 0.973221242 -7.743020058 0.029464563 0.999149978 -0.028830618 0.072161853 -0.973008990 0.035274260 0.228055835 9.487794876\n0.228720188 0.021239288 0.973260462 -7.746377945 0.029475510 0.999152482 -0.028731192 0.069452643 -0.973045886 0.035258755 0.227900326 9.489631653\n0.229015529 0.021199191 0.973191917 -7.740762711 0.029442912 0.999154568 -0.028693367 0.072156250 -0.972977400 0.035224829 0.228197753 9.483477592\n0.228863001 0.021187594 0.973228097 -7.743645668 0.029358542 0.999158084 -0.028656021 0.068261355 -0.973015904 0.035130858 0.228048265 9.487285614\n0.228816867 0.021207087 0.973238528 -7.744173050 0.029452935 0.999154150 -0.028696440 0.068090647 -0.973023891 0.035230957 0.227998674 9.488014221\n0.228999317 0.021241158 0.973194957 -7.739367485 0.029282853 0.999159098 -0.028698320 0.069956124 -0.972986221 0.035069820 0.228184760 9.483288765\n0.228902638 0.021393109 0.973214328 -7.740982056 0.029340088 0.999152660 -0.028864160 0.071643651 -0.973007202 0.035161275 0.228081048 9.486778259\n0.228501379 0.021252522 0.973311722 -7.745653152 0.029441753 0.999153554 -0.028728744 0.068583250 -0.973098457 0.035220560 0.227682233 9.497339249\n0.228668332 0.021052631 0.973276854 -7.749561310 0.029430268 0.999159694 -0.028527051 0.066740185 -0.973059535 0.035167031 0.227856636 9.491215706\n0.228444517 0.021131650 0.973327577 -7.752923012 0.029616777 0.999150813 -0.028643487 0.066768974 -0.973106325 0.035370272 0.227624655 9.498073578\n0.228457034 0.021051152 0.973326445 -7.753048897 0.029469153 0.999158561 -0.028526790 0.065675080 -0.973107934 0.035200249 0.227644444 9.497779846\n0.228515625 0.020950008 0.973314881 -7.751970291 0.029610541 0.999156296 -0.028458219 0.063795030 -0.973089933 0.035323527 0.227702498 9.495688438\n0.228626609 0.021143954 0.973284543 -7.745027542 0.029603299 0.999150753 -0.028659759 0.068928540 -0.973064005 0.035364818 0.227806509 9.495481491\n0.228707671 0.021250490 0.973263204 -7.743760109 0.029511143 0.999150872 -0.028750572 0.072022974 -0.973047733 0.035297588 0.227886319 9.492383957\n0.228616655 0.021336081 0.973282814 -7.744911194 0.029595772 0.999145389 -0.028854858 0.071745455 -0.973066628 0.035401758 0.227789819 9.494905472\n0.228682101 0.021222668 0.973269820 -7.744149208 0.029782506 0.999141872 -0.028784599 0.072709531 -0.973045468 0.035568934 0.227853775 9.493174553\n0.228763819 0.021261230 0.973249853 -7.742586136 0.029511847 0.999150515 -0.028763853 0.069603503 -0.973034561 0.035302527 0.227942050 9.489220619\n0.228720188 0.021301214 0.973259151 -7.743988037 0.029494110 0.999149978 -0.028799120 0.070602238 -0.973045349 0.035292353 0.227897525 9.489044189\n0.228827059 0.021217611 0.973235905 -7.741265297 0.029419243 0.999155045 -0.028699730 0.069910735 -0.973022521 0.035199139 0.228009522 9.488438606\n0.228519559 0.021265956 0.973307073 -7.744983673 0.029460305 0.999152482 -0.028747547 0.069887787 -0.973093569 0.035243299 0.227699339 9.494115829\n0.228719175 0.021246262 0.973260641 -7.741641045 0.029482361 0.999152064 -0.028739918 0.070161283 -0.973046005 0.035267390 0.227898836 9.490234375\n0.228671372 0.021323815 0.973269999 -7.741529465 0.029512677 0.999148726 -0.028824847 0.071258336 -0.973056138 0.035315223 0.227847397 9.491464615\n0.228712976 0.021317232 0.973260522 -7.743610382 0.029534455 0.999148071 -0.028824747 0.070966840 -0.973045826 0.035337310 0.227888584 9.490928650\n0.228691757 0.021190004 0.973268270 -7.744093895 0.029439246 0.999155283 -0.028671045 0.068791300 -0.973053694 0.035209112 0.227874756 9.491133690\n0.228669941 0.021236047 0.973272443 -7.743931770 0.029587898 0.999148548 -0.028752314 0.069590569 -0.973054349 0.035371877 0.227846920 9.491535187\n0.228729784 0.021221532 0.973258615 -7.743206978 0.029465241 0.999153376 -0.028710913 0.070652425 -0.973043919 0.035244342 0.227910817 9.489851952\n0.228735566 0.021213705 0.973257542 -7.744385719 0.029624308 0.999147832 -0.028740356 0.070027083 -0.973037839 0.035406020 0.227912247 9.489540100\n0.228634834 0.021187730 0.973281682 -7.747348785 0.029439691 0.999155402 -0.028666703 0.069362223 -0.973066986 0.035207320 0.227818012 9.490262985\n0.228564441 0.021255163 0.973296762 -7.745921135 0.029441399 0.999153435 -0.028733712 0.070744723 -0.973083556 0.035222724 0.227745175 9.493742943\n0.228755236 0.021277325 0.973251402 -7.743748665 0.029545097 0.999148786 -0.028787842 0.069965839 -0.973035514 0.035340179 0.227931857 9.488811493\n0.228815019 0.021192543 0.973239183 -7.741546631 0.029452808 0.999154568 -0.028681407 0.069926322 -0.973024249 0.035227362 0.227997422 9.487071037\n0.228697062 0.021196913 0.973266900 -7.746118546 0.029530663 0.999151766 -0.028699746 0.069840163 -0.973049700 0.035304762 0.227877080 9.489378929\n0.228827894 0.021289146 0.973234117 -7.743697166 0.029468024 0.999151170 -0.028784631 0.070856094 -0.973020852 0.035266012 0.228006303 9.486715317\n0.228749454 0.021207165 0.973254323 -7.745883942 0.029470809 0.999153554 -0.028698200 0.069785267 -0.973039150 0.035247289 0.227930844 9.489166260\n0.228648007 0.021217624 0.973277926 -7.745835304 0.029473862 0.999153256 -0.028705880 0.069485754 -0.973062873 0.035249803 0.227829039 9.491559982\n0.228665650 0.021202294 0.973274171 -7.745319366 0.029504770 0.999152601 -0.028698036 0.069445252 -0.973057866 0.035278484 0.227846265 9.491559982\n0.228727221 0.021253154 0.973258615 -7.745315552 0.029421840 0.999154031 -0.028733121 0.070443898 -0.973045945 0.035207108 0.227908432 9.489564896\n0.228684187 0.021189936 0.973270059 -7.745794296 0.029574033 0.999150395 -0.028702257 0.069538504 -0.973051369 0.035347272 0.227863193 9.490133286\n0.228695154 0.021321252 0.973264575 -7.744409561 0.029384170 0.999153435 -0.028793013 0.071043611 -0.973054528 0.035183396 0.227875054 9.489634514\n0.228712082 0.021317281 0.973260701 -7.745187759 0.029449433 0.999151170 -0.028804850 0.071957529 -0.973048627 0.035249993 0.227890134 9.489606857\n0.228696942 0.021315191 0.973264337 -7.743888855 0.029409789 0.999152660 -0.028792860 0.071089506 -0.973053396 0.035208341 0.227876306 9.490587234\n0.228735447 0.021255499 0.973256648 -7.742274284 0.029495666 0.999151289 -0.028753122 0.070584983 -0.973041773 0.035283711 0.227914393 9.489494324\n0.228605628 0.021223202 0.973287821 -7.744856834 0.029627439 0.999147594 -0.028745983 0.068868428 -0.973068237 0.035407517 0.227781951 9.493392944\n0.228723407 0.021197276 0.973260701 -7.744803429 0.029539930 0.999151409 -0.028703270 0.069633931 -0.973043263 0.035315163 0.227903187 9.490858078\n0.228727818 0.021230958 0.973258913 -7.742700577 0.029445875 0.999153793 -0.028715985 0.069784492 -0.973045051 0.035226606 0.227909148 9.490749359\n0.228705883 0.021277739 0.973263085 -7.743523598 0.029448031 0.999152362 -0.028763700 0.070536315 -0.973050177 0.035239112 0.227885425 9.490140915\n0.228811502 0.021294288 0.973237872 -7.742622375 0.029890694 0.999135613 -0.028888334 0.070388198 -0.973011792 0.035700738 0.227977216 9.492162704\n0.229232848 0.022189377 0.973118782 -7.741947174 0.029633237 0.999117613 -0.029762777 0.073426634 -0.972920537 0.035659265 0.228373051 9.494705200\n0.229359806 0.022976283 0.973070621 -7.734815598 0.029603023 0.999094188 -0.030568412 0.074953586 -0.972891569 0.035816997 0.228471875 9.501463890\n0.230175257 0.023286585 0.972870648 -7.720588684 0.029560361 0.999085009 -0.030907858 0.073788255 -0.972700238 0.035872631 0.229276299 9.497163773\n0.230820417 0.023197588 0.972719908 -7.708975792 0.029432017 0.999091804 -0.030810554 0.070920914 -0.972551227 0.035740815 0.229928076 9.504304886\n0.231596410 0.023310784 0.972532749 -7.692829132 0.029215861 0.999095261 -0.030904863 0.072547138 -0.972373307 0.035570838 0.230705857 9.504979134\n0.232339084 0.023127073 0.972359896 -7.677728653 0.028787384 0.999115765 -0.030642010 0.066694051 -0.972208798 0.035111036 0.231467843 9.510482788\n0.233812094 0.023412758 0.971999884 -7.654405594 0.028514272 0.999114931 -0.030924922 0.065087706 -0.971863627 0.034946494 0.232937574 9.513084412\n0.235445023 0.024350492 0.971582592 -7.629997253 0.028299736 0.999090433 -0.031897832 0.067654401 -0.971475601 0.035005718 0.234541774 9.524322510\n0.238710701 0.026718058 0.970723152 -7.595973015 0.028215073 0.999008596 -0.034434963 0.063380867 -0.970680773 0.035609018 0.237720191 9.533287048\n0.242984831 0.030352598 0.969555140 -7.548865318 0.026985353 0.998911977 -0.038034566 0.065997064 -0.969654739 0.035405610 0.241901398 9.554519653\n0.249557018 0.033121265 0.967793584 -7.482434273 0.026372358 0.998811722 -0.040983245 0.059562236 -0.968001008 0.035750657 0.248386979 9.581369400\n0.258630157 0.034692295 0.965353310 -7.390266418 0.024978776 0.998780489 -0.042585716 0.055135161 -0.965653479 0.035127297 0.257448196 9.612295151\n0.269870579 0.034602769 0.962274671 -7.271501541 0.023757080 0.998810589 -0.042579267 0.048870593 -0.962603509 0.034351729 0.268727541 9.662129402\n0.284197927 0.034587335 0.958141625 -7.136977196 0.021895947 0.998854280 -0.042551637 0.039272398 -0.958515644 0.033072505 0.283115029 9.714776993\n0.301407695 0.034911841 0.952856123 -7.003045559 0.020923475 0.998846650 -0.043215420 0.031689644 -0.953265846 0.032962520 0.300329566 9.786136627\n0.322529733 0.034466401 0.945931733 -6.823090076 0.020526411 0.998847187 -0.043393254 0.023687929 -0.946336865 0.033412203 0.321450472 9.860659599\n0.346579194 0.031566728 0.937489510 -6.642315388 0.021476468 0.998904586 -0.041574281 0.009222090 -0.937774956 0.034542743 0.345521569 9.937287331\n0.373399079 0.028595679 0.927230000 -6.418714523 0.020210214 0.999036789 -0.038948927 -0.000491649 -0.927450657 0.033283010 0.372461498 10.050539017\n0.402912021 0.024735443 0.914904475 -6.175112247 0.021322645 0.999109685 -0.036402244 -0.006017625 -0.914990366 0.034175087 0.402025878 10.173144341\n0.434350729 0.021351647 0.900490820 -5.933394432 0.022138115 0.999163985 -0.034369595 -0.023825750 -0.900471807 0.034863628 0.433514953 10.322797775\n0.467570364 0.020357015 0.883721530 -5.674149513 0.017383317 0.999329686 -0.032217499 -0.031381309 -0.883785009 0.030425958 0.466903090 10.494269371\n0.502186596 0.018872900 0.864553273 -5.412797928 0.013122851 0.999480367 -0.029440884 -0.051090866 -0.864659667 0.026130222 0.501677990 10.686319351\n0.538322210 0.019250384 0.842519283 -5.133809566 0.007497046 0.999590099 -0.027629426 -0.066583708 -0.842705786 0.021189941 0.537957251 10.902478218\n0.575115085 0.019449169 0.817841351 -4.853028774 0.003259851 0.999654949 -0.026065262 -0.084099457 -0.818066061 0.017656565 0.574853182 11.143160820\n0.613233924 0.019678103 0.789656222 -4.567680359 -0.000773046 0.999704123 -0.024312129 -0.101169020 -0.789901018 0.014298583 0.613067746 11.395531654\n0.650833249 0.018964674 0.758983791 -4.270728111 -0.002450803 0.999735236 -0.022878734 -0.110137530 -0.759216726 0.013030121 0.650707483 11.690227509\n0.687288523 0.019906109 0.726111829 -3.989679575 -0.004176129 0.999716222 -0.023454042 -0.121899448 -0.726372600 0.013087357 0.687176585 12.006705284\n0.722217202 0.021676658 0.691326618 -3.704750299 -0.005744446 0.999662280 -0.025343446 -0.139526546 -0.691642523 0.014332185 0.722097814 12.350698471\n0.756093979 0.022277966 0.654083848 -3.434587479 -0.008263642 0.999665797 -0.024495991 -0.156540662 -0.654410958 0.013116157 0.756025314 12.717098236\n0.788235664 0.018813439 0.615085840 -3.154907942 -0.007722839 0.999756277 -0.020682376 -0.167262375 -0.615325034 0.011552379 0.788188875 13.101101875\n0.816959858 0.015385269 0.576489270 -2.895290136 -0.007865714 0.999848366 -0.015537087 -0.178680435 -0.576640904 0.008158677 0.816956997 13.539041519\n0.844002604 0.013675113 0.536164820 -2.638640642 -0.007928188 0.999883771 -0.013022328 -0.188711554 -0.536280572 0.006740063 0.844012916 14.005404472\n0.868474245 0.016539024 0.495458394 -2.393229008 -0.009974512 0.999823987 -0.015891358 -0.189614072 -0.495633990 0.008859280 0.868486285 14.510114670\n0.891459167 0.017726939 0.452754170 -2.144089222 -0.012505624 0.999816298 -0.014523179 -0.202287242 -0.452928454 0.007284848 0.891517103 15.022231102\n0.910607278 0.013181940 0.413062453 -1.918467522 -0.009120498 0.999888778 -0.011802770 -0.216384023 -0.413172066 0.006980354 0.910626233 15.582448959\n0.926794648 0.008942554 0.375462055 -1.695112467 -0.006397426 0.999947309 -0.008024733 -0.234636486 -0.375514030 0.005035289 0.926803052 16.171051025\n0.940555751 0.006263532 0.339581609 -1.486853242 -0.003592033 0.999957442 -0.008495037 -0.232365131 -0.339620382 0.006770267 0.940538228 16.771364212\n0.952220082 0.002750105 0.305400312 -1.297659993 0.000310165 0.999950230 -0.009971549 -0.244523048 -0.305412561 0.009589834 0.952171862 17.422479630\n0.962403536 -0.007386771 0.271523267 -1.126662254 0.010532992 0.999893188 -0.010131753 -0.265749902 -0.271419436 0.012610787 0.962378561 18.085248947\n0.971473515 -0.013993308 0.236734927 -0.950039506 0.017108314 0.999791920 -0.011108953 -0.278810561 -0.236530229 0.014842189 0.971510768 18.791723251\n0.978885770 -0.015274835 0.203836635 -0.833219230 0.018032031 0.999769211 -0.011675957 -0.294615179 -0.203611255 0.015105017 0.978935301 19.511495590\n0.985094368 -0.016414519 0.171229675 -0.709998429 0.018619079 0.999763072 -0.011276795 -0.312372744 -0.171003997 0.014296846 0.985166609 20.248027802\n0.990075290 -0.016777577 0.139532745 -0.607969224 0.018878125 0.999727309 -0.013744191 -0.308311313 -0.139264092 0.016241901 0.990122080 21.033573151\n0.993772089 -0.016775951 0.110161632 -0.514945626 0.018672168 0.999694347 -0.016203996 -0.330755770 -0.109856121 0.018160034 0.993781567 21.796073914\n0.996429682 -0.015135666 0.083059274 -0.438917398 0.016781796 0.999675632 -0.019156458 -0.348869890 -0.082742386 0.020481946 0.996360481 22.604721069\n0.998126924 -0.011699782 0.060047537 -0.413987488 0.012951025 0.999706149 -0.020490818 -0.371987522 -0.059790157 0.021230113 0.997985184 23.481224060\n0.999160111 -0.008220214 0.040144149 -0.393602401 0.009076755 0.999734044 -0.021201160 -0.395276278 -0.039959196 0.021547731 0.998968959 24.351312637\n0.999705672 -0.005039197 0.023730723 -0.386249065 0.005556752 0.999747038 -0.021794284 -0.422917813 -0.023614895 0.021919735 0.999480784 25.264564514\n0.999930441 -0.001847217 0.011649306 -0.392431885 0.002113124 0.999736547 -0.022855222 -0.448115081 -0.011604019 0.022878248 0.999670923 26.194147110\n0.999997079 0.000131064 0.002423617 -0.399068773 -0.000075515 0.999737620 -0.022905799 -0.474132121 -0.002425983 0.022905549 0.999734700 27.154932022\n0.999986053 0.003632365 -0.003826832 -0.418141186 -0.003716406 0.999746919 -0.022187570 -0.504271686 0.003745270 0.022201484 0.999746501 28.129531860\n0.999950230 0.005558458 -0.008282070 -0.431164742 -0.005725600 0.999777615 -0.020296026 -0.528886139 0.008167414 0.020342438 0.999759734 29.135044098\n0.999922812 0.007565463 -0.009854539 -0.450168252 -0.007757866 0.999777138 -0.019634642 -0.560364962 0.009703798 0.019709576 0.999758661 30.155120850\n0.999921679 0.007819107 -0.009772275 -0.469085485 -0.008018997 0.999755919 -0.020585814 -0.590442777 0.009608927 0.020662567 0.999740303 31.199943542\n0.999911606 0.008611539 -0.010131936 -0.485448390 -0.008824877 0.999736249 -0.021203151 -0.619864225 0.009946671 0.021290690 0.999723852 32.268959045\n0.999921739 0.006781538 -0.010515274 -0.502259791 -0.006986368 0.999784172 -0.019566443 -0.640738070 0.010380314 0.019638374 0.999753237 33.362644196\n0.999918401 0.005798431 -0.011381524 -0.518923938 -0.005980421 0.999853790 -0.016021639 -0.672015727 0.011286959 0.016088398 0.999806881 34.472740173\n0.999915779 0.005651227 -0.011682976 -0.546237350 -0.005778210 0.999924302 -0.010864018 -0.705806017 0.011620697 0.010930610 0.999872744 35.612876892\n0.999893367 0.005538058 -0.013510397 -0.557643533 -0.005650551 0.999949574 -0.008302480 -0.724261940 0.013463736 0.008377936 0.999874234 36.756389618\n0.999877572 0.005185490 -0.014764984 -0.576956332 -0.005282686 0.999964595 -0.006551432 -0.746021569 0.014730489 0.006628629 0.999869525 37.910705566\n0.999854743 0.005586688 -0.016103666 -0.601338327 -0.005672871 0.999969780 -0.005311042 -0.762992501 0.016073508 0.005401624 0.999856234 39.073574066\n0.999832869 0.005952859 -0.017285086 -0.638074636 -0.006015511 0.999975502 -0.003574868 -0.787377357 0.017263381 0.003678249 0.999844193 40.252841949\n0.999807656 0.005116859 -0.018932730 -0.667441308 -0.005157399 0.999984503 -0.002093115 -0.808712602 0.018921727 0.002190356 0.999818563 41.397441864\n0.999771774 0.005045420 -0.020758374 -0.694594145 -0.005050366 0.999987245 -0.000185843 -0.832412422 0.020757170 0.000290638 0.999784529 42.573566437\n0.999730825 0.005803595 -0.022461912 -0.723386884 -0.005805936 0.999983132 -0.000039035 -0.852965593 0.022461306 0.000169437 0.999747694 43.730724335\n0.999684691 0.006601593 -0.024226392 -0.756009936 -0.006686999 0.999971688 -0.003445996 -0.879481256 0.024202958 0.003606912 0.999700546 44.889671326\n0.999637187 0.007789953 -0.025783030 -0.794148743 -0.007974025 0.999943376 -0.007044151 -0.905301750 0.025726698 0.007247190 0.999642730 46.041687012\n0.999600828 0.007073900 -0.027352719 -0.824321985 -0.007250092 0.999953568 -0.006347710 -0.930388391 0.027306546 0.006543486 0.999605715 47.196384430\n0.999541938 0.008961318 -0.028906038 -0.864056528 -0.009052269 0.999954462 -0.003017116 -0.959773600 0.028877685 0.003277400 0.999577582 48.382343292\n0.999543846 0.006296328 -0.029537238 -0.904428124 -0.006314284 0.999979913 -0.000514688 -0.985084951 0.029533405 0.000700960 0.999563575 49.548229218\n0.999494731 0.007548833 -0.030875267 -0.943084955 -0.007556086 0.999971449 -0.000118264 -1.008757114 0.030873492 0.000351500 0.999523222 50.701210022\n0.999485850 0.008112464 -0.031020245 -0.993973434 -0.008175182 0.999964774 -0.001895548 -1.031660080 0.031003775 0.002148169 0.999516964 51.870571136\n0.999488056 0.006998911 -0.031219635 -1.026866198 -0.007124527 0.999966979 -0.003914224 -1.054899216 0.031191207 0.004134646 0.999504864 53.014522552\n0.999503136 0.006860795 -0.030764012 -1.067166924 -0.007017957 0.999962866 -0.005003552 -1.082867026 0.030728541 0.005216966 0.999514163 54.149402618\n0.999513149 0.005314315 -0.030745121 -1.112266302 -0.005582497 0.999947071 -0.008643482 -1.109302282 0.030697560 0.008810909 0.999489903 55.292102814\n0.999524951 0.003995936 -0.030560702 -1.151601672 -0.004355317 0.999922037 -0.011702064 -1.142927289 0.030511558 0.011829606 0.999464393 56.419960022\n0.999521792 0.002566115 -0.030815756 -1.187686205 -0.002927253 0.999927521 -0.011679907 -1.175770521 0.030783551 0.011764527 0.999456823 57.567966461\n0.999521136 0.000602370 -0.030938016 -1.225332499 -0.000811453 0.999976933 -0.006746018 -1.204798102 0.030933239 0.006767892 0.999498546 58.703617096\n0.999522805 -0.000171850 -0.030888496 -1.267512798 0.000192830 0.999999762 0.000676259 -1.231038332 0.030888373 -0.000681893 0.999522626 59.852607727\n0.999522328 -0.001931758 -0.030844299 -1.303231239 0.002060829 0.999989271 0.004153357 -1.247141480 0.030835945 -0.004214938 0.999515593 60.976715088\n0.999508500 -0.005074924 -0.030934531 -1.336295605 0.005132600 0.999985218 0.001785314 -1.269812465 0.030925013 -0.001943212 0.999519825 62.102764130\n0.999476135 -0.009380689 -0.030975610 -1.367395878 0.009317655 0.999954224 -0.002178689 -1.285423636 0.030994629 0.001888927 0.999517739 63.219112396\n0.999482572 -0.008407966 -0.031047055 -1.403308988 0.008187007 0.999940276 -0.007237198 -1.311316490 0.031106051 0.006979271 0.999491751 64.324592590\n0.999502957 -0.007131230 -0.030707534 -1.441548944 0.006773459 0.999908149 -0.011739232 -1.338916540 0.030788429 0.011525401 0.999459445 65.426651001\n0.999529183 -0.005079953 -0.030259568 -1.486579537 0.004665076 0.999894381 -0.013765468 -1.371516347 0.030326299 0.013617824 0.999447286 66.559364319\n0.999573886 -0.000503492 -0.029186159 -1.533160686 0.000185078 0.999940455 -0.010911410 -1.403602362 0.029189914 0.010901358 0.999514461 67.668762207\n0.999579251 0.003225928 -0.028825862 -1.564385533 -0.003463212 0.999960482 -0.008185518 -1.432454705 0.028798319 0.008281903 0.999550939 68.782775879\n0.999574482 0.003517886 -0.028956903 -1.599095821 -0.003710953 0.999971211 -0.006616342 -1.461265564 0.028932795 0.006720985 0.999558747 69.889442444\n0.999572277 0.003378534 -0.029048480 -1.640927792 -0.003527601 0.999980867 -0.005081947 -1.487955570 0.029030753 0.005182245 0.999565065 70.991264343\n0.999573171 0.001113544 -0.029193761 -1.680969357 -0.001237472 0.999990284 -0.004227298 -1.513602018 0.029188771 0.004261620 0.999564826 72.093505859\n0.999551237 -0.000139873 -0.029954415 -1.711901784 0.000056530 0.999996126 -0.002783170 -1.541179895 0.029954689 0.002780228 0.999547362 73.189262390\n0.999535978 -0.001894292 -0.030402122 -1.748562932 0.001855543 0.999997437 -0.001302698 -1.562542081 0.030404512 0.001245681 0.999536872 74.282020569\n0.999512434 -0.002813923 -0.031096157 -1.781913400 0.002732698 0.999992728 -0.002654236 -1.585743308 0.031103401 0.002567966 0.999512851 75.367179871\n0.999493301 -0.003604706 -0.031624775 -1.823624372 0.003418142 0.999976456 -0.005951381 -1.617951035 0.031645484 0.005840268 0.999482095 76.470489502\n0.999466062 -0.002992664 -0.032536287 -1.855309010 0.002715360 0.999959648 -0.008563753 -1.642955661 0.032560602 0.008470833 0.999433875 77.546104431\n0.999454558 -0.001389853 -0.032995000 -1.896611571 0.001127246 0.999967575 -0.007976262 -1.669342041 0.033005014 0.007934717 0.999423683 78.630607605\n0.999442577 -0.000142495 -0.033384155 -1.943238258 0.000001632 0.999991119 -0.004219475 -1.697625160 0.033384461 0.004217069 0.999433696 79.702308655\n0.999413788 0.000770404 -0.034226164 -1.978590846 -0.000763550 0.999999702 0.000213317 -1.721004963 0.034226317 -0.000187059 0.999414086 80.776046753\n0.999404013 0.002798483 -0.034405682 -2.026895285 -0.002744727 0.999994934 0.001609538 -1.737392306 0.034410011 -0.001514145 0.999406636 81.843383789\n0.999377012 0.003179889 -0.035149612 -2.067151546 -0.003184553 0.999994934 -0.000076710 -1.766241789 0.035149191 0.000188598 0.999382079 82.926200867\n0.999362171 0.002370665 -0.035631575 -2.111462831 -0.002437219 0.999995351 -0.001824535 -1.785099626 0.035627086 0.001910213 0.999363303 83.991088867\n0.999350667 0.002885605 -0.035915136 -2.159925461 -0.002966397 0.999993205 -0.002196452 -1.805603981 0.035908554 0.002301564 0.999352455 85.056434631\n0.999330342 0.001321230 -0.036566038 -2.200220585 -0.001454413 0.999992430 -0.003615919 -1.832615376 0.036560982 0.003666679 0.999324679 86.130920410\n0.999314070 0.000899131 -0.037020586 -2.240851164 -0.001029790 0.999993324 -0.003510430 -1.854426980 0.037017182 0.003546145 0.999308348 87.184967041\n0.999287069 0.000143315 -0.037754025 -2.279510260 -0.000236586 0.999996960 -0.002466047 -1.878815770 0.037753556 0.002473221 0.999284029 88.245796204\n0.999274433 0.000674201 -0.038081061 -2.329601049 -0.000692508 0.999999642 -0.000467564 -1.898262620 0.038080730 0.000493596 0.999274552 89.313308716\n0.999296904 0.000833313 -0.037483990 -2.366916895 -0.000847129 0.999999583 -0.000352696 -1.925652623 0.037483681 0.000384201 0.999297142 90.359382629\n0.999342978 0.000947200 -0.036231864 -2.407941580 -0.000987472 0.999998927 -0.001093625 -1.945772290 0.036230791 0.001128685 0.999342799 91.406837463\n0.999388397 0.000175114 -0.034968629 -2.449161053 -0.000272930 0.999996066 -0.002792481 -1.964956641 0.034968004 0.002800317 0.999384522 92.454406738\n0.999416113 -0.001140061 -0.034148071 -2.485537529 0.001059145 0.999996603 -0.002387540 -1.989940166 0.034150675 0.002349979 0.999413908 93.500259399\n0.999458432 -0.000484264 -0.032902103 -2.535387516 0.000426668 0.999998391 -0.001757528 -2.006320238 0.032902900 0.001742538 0.999457061 94.570762634\n0.999487996 -0.000534538 -0.031991448 -2.568460464 0.000519621 0.999999762 -0.000474609 -2.026379585 0.031991694 0.000457743 0.999488056 95.617210388\n0.999523818 0.001348185 -0.030827774 -2.602119684 -0.001336762 0.999999046 0.000391140 -2.042375326 0.030828271 -0.000349744 0.999524653 96.656707764\n0.999584794 0.001878461 -0.028753577 -2.643765450 -0.001842296 0.999997497 0.001284213 -2.067180872 0.028755916 -0.001230708 0.999585688 97.703193665\n0.999625087 0.003121872 -0.027202288 -2.672863960 -0.003168598 0.999993563 -0.001674804 -2.087284803 0.027196884 0.001760369 0.999628544 98.734306335\n0.999666452 0.003052126 -0.025644016 -2.698171616 -0.003265420 0.999960363 -0.008279755 -2.108966827 0.025617728 0.008360731 0.999636829 99.759735107\n0.999712408 0.002618930 -0.023838637 -2.734766960 -0.002945304 0.999902248 -0.013666193 -2.137016058 0.023800517 0.013732475 0.999622405 100.777786255\n0.999749422 0.002465109 -0.022249725 -2.754341125 -0.002797891 0.999884486 -0.014937975 -2.163808584 0.022210332 0.014996484 0.999640822 101.809913635\n0.999799311 0.004274492 -0.019572238 -2.777831078 -0.004490154 0.999929547 -0.010988142 -2.202226877 0.019523889 0.011073819 0.999748051 102.838279724\n0.999864399 0.004838097 -0.015742082 -2.796721935 -0.004903215 0.999979556 -0.004100571 -2.232748032 0.015721921 0.004177202 0.999867678 103.874511719\n0.999916434 0.005150437 -0.011857917 -2.824382305 -0.005134720 0.999985874 0.001355470 -2.251641035 0.011864730 -0.001294470 0.999928772 104.908729553\n0.999955714 0.003029903 -0.008910105 -2.831472397 -0.003017460 0.999994457 0.001409646 -2.279953003 0.008914326 -0.001382697 0.999959290 105.922615051\n0.999977350 0.000807981 -0.006686227 -2.838768959 -0.000854183 0.999975741 -0.006909992 -2.296141148 0.006680482 0.006915547 0.999953747 106.925224304\n0.999981046 -0.001785411 -0.005893519 -2.825738430 0.001680427 0.999840677 -0.017770646 -2.321943760 0.005924308 0.017760405 0.999824703 107.943107605\n0.999983907 -0.002693250 -0.004995156 -2.855182648 0.002572774 0.999709368 -0.023970075 -2.352770090 0.005058262 0.023956837 0.999700189 108.882530212\n0.999988139 -0.001645591 -0.004579983 -2.862136364 0.001525870 0.999660194 -0.026021935 -2.393818140 0.004621248 0.026014639 0.999650896 109.888572693\n0.999988258 0.001370660 -0.004645451 -2.870211840 -0.001483346 0.999702632 -0.024341313 -2.435027122 0.004610706 0.024347918 0.999692917 110.905838013\n0.999989212 0.002289234 -0.004049013 -2.881077051 -0.002374686 0.999771833 -0.021227097 -2.470709562 0.003999495 0.021236483 0.999766469 111.919021606\n0.999972105 0.006232230 -0.004113089 -2.903914690 -0.006294019 0.999864876 -0.015184521 -2.503596544 0.004017900 0.015209986 0.999876261 112.938453674\n0.999964058 0.007242374 -0.004405464 -2.910135508 -0.007283892 0.999928534 -0.009482461 -2.527919054 0.004336474 0.009514209 0.999945343 113.979858398\n0.999970317 0.004960713 -0.005892111 -2.914134502 -0.004985929 0.999978423 -0.004272706 -2.558695793 0.005870789 0.004301956 0.999973536 115.014823914\n0.999953568 0.006398066 -0.007208457 -2.928940296 -0.006394409 0.999979436 0.000530353 -2.568799257 0.007211701 -0.000484235 0.999973893 116.066665649\n0.999948025 0.004799485 -0.008992571 -2.938202620 -0.004744405 0.999969900 0.006136312 -2.587143183 0.009021753 -0.006093328 0.999940753 117.119659424\n0.999937236 0.003750493 -0.010555979 -2.950607538 -0.003657412 0.999954402 0.008823394 -2.591643095 0.010588589 -0.008784233 0.999905348 118.198936462\n0.999931276 0.001374620 -0.011641650 -2.966189623 -0.001305773 0.999981642 0.005919359 -2.598689079 0.011649574 -0.005903751 0.999914706 119.274757385\n0.999916673 -0.002225931 -0.012714177 -2.975068331 0.002251516 0.999995470 0.001998317 -2.604126453 0.012709672 -0.002026777 0.999917150 120.358123779\n0.999908328 -0.001642856 -0.013438978 -3.004074574 0.001553097 0.999976456 -0.006686686 -2.627484560 0.013449647 0.006665200 0.999887347 121.454864502\n0.999894321 -0.004459964 -0.013835651 -3.018268585 0.004217753 0.999838233 -0.017486319 -2.651262522 0.013911401 0.017426116 0.999751389 122.548202515\n0.999885678 -0.005364331 -0.014138960 -3.048665047 0.005022681 0.999697208 -0.024089459 -2.688564301 0.014263903 0.024015689 0.999609828 123.665977478\n0.999878645 -0.005345249 -0.014632428 -3.065453529 0.005033636 0.999761522 -0.021250656 -2.731113672 0.014742529 0.021174423 0.999667108 124.794784546\n0.999874294 -0.004663191 -0.015152432 -3.095208883 0.004419366 0.999860883 -0.016085349 -2.765692711 0.015225333 0.016016364 0.999755800 125.929046631\n0.999851227 -0.005964538 -0.016186362 -3.113016367 0.005780830 0.999918640 -0.011372721 -2.793952227 0.016252879 0.011277458 0.999804318 127.062118530\n0.999839604 -0.004715336 -0.017277282 -3.131751537 0.004536586 0.999935925 -0.010370544 -2.818619490 0.017325075 0.010290502 0.999796927 128.213928223\n0.999828041 -0.003193094 -0.018266750 -3.160419226 0.002963703 0.999916613 -0.012571136 -2.849212408 0.018305367 0.012514837 0.999754131 129.363891602\n0.999802172 -0.003026004 -0.019658010 -3.196956158 0.002736218 0.999887466 -0.014751586 -2.883522034 0.019700436 0.014694880 0.999697924 130.515686035\n0.999767303 -0.002289118 -0.021451233 -3.220444679 0.002030029 0.999924839 -0.012092084 -2.911396265 0.021477301 0.012045723 0.999696791 131.686752319\n0.999728143 -0.002566681 -0.023173824 -3.253354788 0.002398811 0.999970675 -0.007268855 -2.943976879 0.023191802 0.007211289 0.999705017 132.850189209\n0.999684274 -0.001922682 -0.025051907 -3.286507845 0.001788717 0.999983966 -0.005368844 -2.970300436 0.025061827 0.005322339 0.999671757 134.024017334\n0.999655962 -0.003377540 -0.026011607 -3.331504345 0.003263180 0.999984801 -0.004437704 -3.003113031 0.026026201 0.004351296 0.999651790 135.171997070\n0.999609172 -0.002856047 -0.027809804 -3.369174719 0.002724980 0.999984980 -0.004749713 -3.028631210 0.027822953 0.004672076 0.999601960 136.331283569\n0.999564171 -0.003592649 -0.029301740 -3.404543638 0.003428349 0.999978125 -0.005655471 -3.051512003 0.029321417 0.005552550 0.999554634 137.495849609\n0.999525368 -0.002993367 -0.030661162 -3.447404623 0.002850136 0.999984801 -0.004714038 -3.078916550 0.030674808 0.004624412 0.999518692 138.642333984\n0.999501944 -0.001899667 -0.031500459 -3.487322330 0.001807503 0.999993980 -0.002954028 -3.105855465 0.031505883 0.002895619 0.999499381 139.802429199\n0.999492168 -0.001231711 -0.031842403 -3.532243729 0.001139914 0.999995172 -0.002900831 -3.127055168 0.031845819 0.002863060 0.999488711 140.957153320\n0.999498487 -0.001182069 -0.031645011 -3.569947004 0.001040692 0.999989390 -0.004483680 -3.158619642 0.031649977 0.004448499 0.999489129 142.085403442\n0.999492705 -0.001007056 -0.031832576 -3.607089043 0.000773979 0.999972820 -0.007333423 -3.176019430 0.031839095 0.007305066 0.999466300 143.218521118\n0.999496222 -0.001986654 -0.031675708 -3.661248446 0.001799352 0.999980748 -0.005940540 -3.211228609 0.031686898 0.005880551 0.999480546 144.382995605\n0.999440074 -0.002964871 -0.033327047 -3.689581156 0.002918206 0.999994695 -0.001448762 -3.232209444 0.033331163 0.001350696 0.999443471 145.526473999\n0.999382138 -0.004262339 -0.034887366 -3.734282255 0.004361743 0.999986649 0.002773660 -3.259719133 0.034875076 -0.002924116 0.999387383 146.686828613\n0.999321342 -0.004519228 -0.036556885 -3.778377056 0.004644510 0.999983609 0.003342835 -3.275252104 0.036541179 -0.003510355 0.999325991 147.811172485\n0.999292672 -0.003507060 -0.037441418 -3.827073812 0.003579484 0.999991834 0.001867461 -3.299061775 0.037434563 -0.002000161 0.999297082 148.938079834\n0.999253809 -0.002512665 -0.038542930 -3.874262571 0.002454136 0.999995768 -0.001565767 -3.324493170 0.038546700 0.001470009 0.999255717 150.057128906\n0.999262094 -0.002526431 -0.038326371 -3.925380707 0.002353198 0.999986827 -0.004564389 -3.341785192 0.038337398 0.004470831 0.999254823 151.165405273\n0.999298751 -0.001134257 -0.037426025 -3.971844196 0.000993296 0.999992371 -0.003784767 -3.373586178 0.037430029 0.003744938 0.999292254 152.279861450\n0.999351084 -0.002318664 -0.035945382 -4.011043072 0.002240174 0.999994993 -0.002223717 -3.397964716 0.035950359 0.002141750 0.999351263 153.379165649\n0.999383509 -0.001870599 -0.035058897 -4.046202183 0.001833954 0.999997735 -0.001077358 -3.425060272 0.035060834 0.001012398 0.999384642 154.491668701\n0.999437690 -0.001404370 -0.033501294 -4.085173607 0.001353020 0.999997854 -0.001555400 -3.442929029 0.033503406 0.001509198 0.999437451 155.568923950\n0.999491155 -0.001355931 -0.031867791 -4.123373508 0.001292345 0.999997139 -0.002015837 -3.469736576 0.031870432 0.001973627 0.999490082 156.652526855\n0.999538779 -0.000593286 -0.030363096 -4.156859875 0.000548052 0.999998748 -0.001498073 -3.493983746 0.030363945 0.001480741 0.999537826 157.720626831\n0.999584019 0.000271978 -0.028838446 -4.190406799 -0.000294762 0.999999642 -0.000785798 -3.513192892 0.028838221 0.000793971 0.999583781 158.793472290\n0.999622405 0.001007185 -0.027460491 -4.221728802 -0.001032530 0.999999046 -0.000908802 -3.535410643 0.027459549 0.000936813 0.999622464 159.851852417\n0.999653101 0.002446405 -0.026224909 -4.256681442 -0.002530925 0.999991715 -0.003190207 -3.558482885 0.026216887 0.003255474 0.999650955 160.909301758\n0.999696195 0.001988393 -0.024567842 -4.284671307 -0.002100395 0.999987543 -0.004533901 -3.577562332 0.024558520 0.004584126 0.999687910 161.947006226\n0.999727428 0.003459664 -0.023089509 -4.308888912 -0.003607227 0.999973297 -0.006352342 -3.611314535 0.023066917 0.006433900 0.999713242 163.019561768\n0.999758005 0.005879308 -0.021199115 -4.341320038 -0.006050571 0.999949515 -0.008023715 -3.640286446 0.021150870 0.008150039 0.999743104 164.060943604\n0.999807119 0.001262025 -0.019599464 -4.360622406 -0.001494496 0.999928653 -0.011851005 -3.661302328 0.019583108 0.011878011 0.999737680 165.085449219\n0.999846101 -0.000304078 -0.017541084 -4.389209270 0.000131546 0.999951601 -0.009836153 -3.697608709 0.017543226 0.009832332 0.999797761 166.113098145\n0.999875069 -0.001687692 -0.015715374 -4.397536278 0.001572193 0.999971688 -0.007358922 -3.726825714 0.015727349 0.007333294 0.999849439 167.174087524\n0.999885261 -0.000234605 -0.015146533 -4.414340973 0.000143947 0.999982059 -0.005986221 -3.751398802 0.015147666 0.005983354 0.999867380 168.196441650\n0.999890566 0.003861192 -0.014279539 -4.432794571 -0.004021178 0.999929309 -0.011192149 -3.780267239 0.014235314 0.011248345 0.999835372 169.216827393\n0.999871254 0.009015474 -0.013271805 -4.457785606 -0.009254356 0.999794245 -0.018049164 -3.807337761 0.013106353 0.018169662 0.999749005 170.224090576\n0.999796510 0.015214564 -0.013244214 -4.486430645 -0.015490664 0.999659479 -0.021000030 -3.842272043 0.012920197 0.021200918 0.999691725 171.281585693\n0.999746621 0.017195566 -0.014525214 -4.505535603 -0.017465664 0.999673009 -0.018677635 -3.874388218 0.014199291 0.018926596 0.999720037 172.306961060\n0.999672830 0.019511558 -0.016540295 -4.530956268 -0.019807693 0.999642968 -0.017933181 -3.909245968 0.016184485 0.018254938 0.999702394 173.328628540\n0.999663293 0.017542139 -0.019120153 -4.551531315 -0.017856207 0.999706388 -0.016380943 -3.944888115 0.018827181 0.016716842 0.999682963 174.412979126\n0.999720931 0.010592330 -0.021116665 -4.568600178 -0.010919718 0.999821007 -0.015449218 -3.976351023 0.020949241 0.015675494 0.999657631 175.447021484\n0.999725342 0.006763060 -0.022439852 -4.591585159 -0.007009151 0.999915957 -0.010906224 -4.002690315 0.022364207 0.011060513 0.999688685 176.497131348\n0.999684930 0.006495544 -0.024245752 -4.616690636 -0.006617652 0.999965787 -0.004959414 -4.023720264 0.024212709 0.005118302 0.999693751 177.552337646\n0.999658406 0.001427077 -0.026095590 -4.646062374 -0.001300643 0.999987364 0.004861364 -4.041266441 0.026102198 -0.004825762 0.999647617 178.623443604\n0.999599218 -0.003082148 -0.028141268 -4.664650440 0.003339075 0.999953151 0.009087468 -4.049313068 0.028111940 -0.009177791 0.999562621 179.688217163\n0.999571085 -0.006683468 -0.028512280 -4.695940495 0.006893505 0.999949753 0.007274616 -4.064553261 0.028462227 -0.007468045 0.999566972 180.755798340\n0.999520361 -0.005910339 -0.030399859 -4.738622189 0.005946899 0.999981701 0.001112383 -4.078827858 0.030392729 -0.001292634 0.999537170 181.839904785\n0.999464810 -0.008049212 -0.031705674 -4.771880627 0.007884108 0.999954700 -0.005328981 -4.098344803 0.031747133 0.005076158 0.999483049 182.951766968\n0.999618769 -0.001327856 -0.027577408 -4.361629009 0.001049814 0.999948502 -0.010094288 -4.057479858 0.027589390 0.010061488 0.999568701 182.242660522\n0.999644458 -0.000556804 -0.026658611 -4.369621277 0.000200022 0.999910414 -0.013384159 -4.063120365 0.026663674 0.013374068 0.999554992 183.487335205\n0.999663770 0.002968413 -0.025759801 -4.417752743 -0.003320389 0.999901593 -0.013631764 -4.093273163 0.025716802 0.013712713 0.999575198 184.579666138\n0.999638796 -0.000702265 -0.026865976 -4.414548397 0.000320880 0.999899149 -0.014197549 -4.132908821 0.026873237 0.014183800 0.999538243 185.708602905\n0.999619544 -0.001148665 -0.027557755 -4.441913605 0.000720388 0.999878883 -0.015545986 -4.163010120 0.027572274 0.015520220 0.999499321 186.818405151\n0.999623001 -0.001343888 -0.027422491 -4.473575592 0.000906743 0.999872446 -0.015947338 -4.192764759 0.027440425 0.015916461 0.999496698 187.935455322\n0.999625027 -0.000598331 -0.027376244 -4.505748272 0.000181500 0.999884069 -0.015225966 -4.225660801 0.027382180 0.015215287 0.999509215 189.076583862\n0.999651432 0.002951399 -0.026234858 -4.548170567 -0.003319160 0.999896705 -0.013985530 -4.263656616 0.026190870 0.014067733 0.999557972 190.212020874\n0.999661267 0.004461753 -0.025640579 -4.576129436 -0.004785800 0.999909282 -0.012590623 -4.294757843 0.025582077 0.012709069 0.999591947 191.365310669\n0.999689579 0.004737919 -0.024460766 -4.612203598 -0.004978557 0.999939740 -0.009786186 -4.328744888 0.024412926 0.009904927 0.999652863 192.467864990\n0.999718130 0.001715030 -0.023679368 -4.630456924 -0.001958815 0.999945283 -0.010275894 -4.364743710 0.023660449 0.010319381 0.999666810 193.613662720\n0.999724269 -0.000632151 -0.023473253 -4.657238483 0.000276328 0.999885082 -0.015158783 -4.396007061 0.023480138 0.015148116 0.999609530 194.750000000\n0.999731004 -0.000785841 -0.023180868 -4.681412220 0.000339817 0.999814868 -0.019238705 -4.433955669 0.023191694 0.019225651 0.999546170 195.865432739\n0.999732792 -0.000113728 -0.023116641 -4.691227436 -0.000263888 0.999866605 -0.016331561 -4.466057301 0.023115415 0.016333297 0.999599397 196.994293213\n0.999733269 0.003407712 -0.022842836 -4.745429993 -0.003677958 0.999923646 -0.011799145 -4.506251335 0.022800883 0.011880013 0.999669433 198.135787964\n0.999751389 0.007606480 -0.020959551 -4.773237705 -0.007799227 0.999927878 -0.009129801 -4.540602207 0.020888593 0.009291000 0.999738634 199.233428955\n0.999768436 0.008227553 -0.019883752 -4.801545620 -0.008439413 0.999908268 -0.010594642 -4.571686268 0.019794760 0.010759996 0.999746144 200.369293213\n0.999732733 0.011467336 -0.020073103 -4.830322742 -0.011677082 0.999878109 -0.010363255 -4.601811886 0.019951817 0.010594880 0.999744833 201.472183228\n0.999755383 0.009200216 -0.020111920 -4.849822521 -0.009374745 0.999919057 -0.008600880 -4.635702133 0.020031163 0.008787321 0.999760747 202.586196899\n0.999735117 0.009109078 -0.021136984 -4.876131058 -0.009309227 0.999912560 -0.009390119 -4.668680668 0.021049600 0.009584400 0.999732494 203.694992065\n0.999737859 0.009588831 -0.020790037 -4.909695625 -0.009787775 0.999907076 -0.009488630 -4.700667858 0.020697121 0.009689631 0.999738812 204.802078247\n0.999739885 0.009727232 -0.020627987 -4.942385674 -0.009868316 0.999928534 -0.006748732 -4.728932858 0.020560866 0.006950540 0.999764442 205.895492554\n0.999717832 0.011974632 -0.020513711 -4.967772961 -0.012034514 0.999923646 -0.002798163 -4.757434368 0.020478638 0.003044246 0.999785662 206.984283447\n0.999740660 0.011252034 -0.019798510 -4.993613720 -0.011275643 0.999935865 -0.001081256 -4.779691696 0.019785075 0.001304217 0.999803424 208.063873291\n0.999766886 0.010614346 -0.018801415 -5.017621517 -0.010619805 0.999943614 -0.000190587 -4.801579952 0.018798331 0.000390210 0.999823213 209.128097534\n0.999801040 0.008784032 -0.017908799 -5.027476311 -0.008779297 0.999961376 0.000343021 -4.825065136 0.017911119 -0.000185726 0.999839544 210.189437866\n0.999806404 0.010542645 -0.016611686 -5.051436424 -0.010562414 0.999943614 -0.001102787 -4.849015236 0.016599122 0.001278033 0.999861419 211.214294434\n0.999841809 0.008645263 -0.015544806 -5.065597534 -0.008736013 0.999945164 -0.005779605 -4.884169579 0.015493987 0.005914491 0.999862492 212.197845459\n0.999837101 0.010762610 -0.014491042 -5.080232143 -0.010891439 0.999901593 -0.008840845 -4.908445358 0.014394466 0.008997233 0.999855936 213.190490723\n0.999838710 0.012065315 -0.013305227 -5.105226994 -0.012177840 0.999890506 -0.008408842 -4.937383175 0.013202315 0.008569514 0.999876142 214.180435181\n0.999821365 0.013362431 -0.013367287 -5.121326447 -0.013433723 0.999895930 -0.005257828 -4.961670399 0.013295638 0.005436461 0.999896824 215.145034790\n0.999831736 0.012237161 -0.013665043 -5.136434078 -0.012327534 0.999902546 -0.006548850 -4.990108013 0.013583573 0.006716204 0.999885201 216.092895508\n0.999865592 0.008660639 -0.013922727 -5.143047810 -0.008781037 0.999924362 -0.008609908 -5.012996674 0.013847106 0.008731006 0.999866009 217.047805786\n0.999847531 0.009616380 -0.014576818 -5.157336235 -0.009764448 0.999901116 -0.010120880 -5.040418625 0.014478050 0.010261672 0.999842525 217.982055664\n0.999854743 0.010874915 -0.013121324 -5.181584835 -0.011003246 0.999891937 -0.009748043 -5.067294598 0.013013897 0.009891004 0.999866366 218.939071655\n0.999879599 0.008307841 -0.013103846 -5.188004494 -0.008416757 0.999930322 -0.008278692 -5.093048573 0.013034154 0.008387988 0.999879897 219.885055542\n0.999902129 0.007106603 -0.012049600 -5.206532955 -0.007208094 0.999938726 -0.008400371 -5.119744778 0.011989164 0.008486404 0.999892116 220.826904297\n0.999936819 0.004106489 -0.010462646 -5.218803883 -0.004195784 0.999954820 -0.008527040 -5.142732143 0.010427158 0.008570401 0.999908924 221.764999390\n0.999956429 0.002709693 -0.008932477 -5.232406616 -0.002784136 0.999961436 -0.008332126 -5.170324326 0.008909554 0.008356633 0.999925375 222.712585449\n0.999974310 -0.000473998 -0.007153221 -5.237426758 0.000416004 0.999967039 -0.008106692 -5.198148727 0.007156827 0.008103508 0.999941528 223.662384033\n0.999979556 -0.002119484 -0.006031575 -5.241058826 0.002063741 0.999955237 -0.009233283 -5.218738079 0.006050875 0.009220647 0.999939203 224.574523926\n0.999992490 -0.001194375 -0.003689658 -5.250424385 0.001161489 0.999959707 -0.008902191 -5.247196198 0.003700142 0.008897839 0.999953568 225.481002808\n0.999996960 0.000355602 -0.002450452 -5.248209953 -0.000379939 0.999950528 -0.009938365 -5.275394440 0.002446796 0.009939265 0.999947608 226.428314209\n0.999977350 -0.006722550 -0.000268864 -5.238992691 0.006719265 0.999919415 -0.010771396 -5.294569492 0.000341254 0.010769345 0.999941945 227.371368408\n0.999985158 -0.005379103 0.000851711 -5.244003296 0.005392504 0.999847651 -0.016602712 -5.334802151 -0.000762273 0.016607059 0.999861777 228.312805176\n0.999986649 -0.004953040 0.001467338 -5.236157894 0.004990030 0.999639511 -0.026380531 -5.369290829 -0.001336145 0.026387502 0.999650896 229.245773315\n0.999972641 -0.007279895 -0.001310510 -5.216351986 0.007229396 0.999357164 -0.035113916 -5.393222809 0.001565293 0.035103481 0.999382436 230.203491211\n0.999951124 -0.008581365 -0.004907541 -5.263844490 0.008396619 0.999298334 -0.036501780 -5.444421768 0.005217333 0.036458790 0.999321520 231.055709839\n0.999926686 -0.004908033 -0.011071015 -5.273841858 0.004547754 0.999466717 -0.032336239 -5.482876301 0.011223819 0.032283522 0.999415755 232.012359619\n0.999820113 -0.003517823 -0.018637661 -5.305240631 0.003001278 0.999612570 -0.027670957 -5.524176121 0.018727781 0.027610043 0.999443352 232.957855225\n0.999632776 -0.001293701 -0.027067116 -5.344335079 0.000814644 0.999842942 -0.017702393 -5.562734604 0.027085768 0.017673843 0.999476850 233.909088135\n0.999386132 0.003539310 -0.034854397 -5.387569904 -0.003818888 0.999961019 -0.007958014 -5.589242935 0.034824874 0.008086234 0.999360740 234.886291504\n0.999077380 0.007349736 -0.042312134 -5.441605568 -0.007372260 0.999972761 -0.000376315 -5.613286972 0.042308215 0.000687904 0.999104381 235.852508545\n0.998812377 0.006301413 -0.048312820 -5.491693497 -0.006176478 0.999977171 0.002734812 -5.625437737 0.048328951 -0.002433161 0.998828530 236.825881958\n0.998543441 0.006616890 -0.053546030 -5.549182892 -0.006561281 0.999977708 0.001214262 -5.643433094 0.053552873 -0.000861162 0.998564661 237.795455933\n0.998362958 0.014438259 -0.055343688 -5.615056038 -0.014517952 0.999894083 -0.001038152 -5.653169155 0.055322837 0.001839929 0.998466849 238.788558960\n0.998444021 0.015793653 -0.053480208 -5.681001186 -0.016158979 0.999848902 -0.006405513 -5.668849468 0.053370964 0.007259732 0.998548388 239.787185669\n0.998631358 0.013562701 -0.050511628 -5.729961395 -0.013918331 0.999880731 -0.006695469 -5.683607101 0.050414793 0.007389343 0.998701036 240.799865723\n0.998823285 0.009896430 -0.047476992 -5.786242008 -0.010308551 0.999911189 -0.008443449 -5.708043575 0.047389217 0.008922933 0.998836637 241.837707520\n0.998927891 0.006685805 -0.045807686 -5.828355312 -0.007128576 0.999929368 -0.009509338 -5.730079174 0.045740873 0.009825687 0.998905003 242.873703003\n0.999033749 0.000913035 -0.043940071 -5.866651535 -0.001517478 0.999904633 -0.013724685 -5.754153728 0.043923352 0.013778101 0.998939872 243.940643311\n0.999086082 -0.000009181 -0.042743001 -5.907037735 -0.000774050 0.999832094 -0.018307615 -5.777445316 0.042735994 0.018323969 0.998918355 245.004699707\n0.999174654 0.000075576 -0.040620614 -5.957499981 -0.000907410 0.999790251 -0.020460078 -5.815874100 0.040610548 0.020480052 0.998965144 246.064865112\n0.999197841 0.001722343 -0.040008310 -5.999071121 -0.002479790 0.999818504 -0.018890329 -5.847934246 0.039968513 0.018974388 0.999020755 247.161911011\n0.999242365 0.003152418 -0.038790450 -6.050856113 -0.003713551 0.999889374 -0.014402225 -5.883019447 0.038740754 0.014535364 0.999143600 248.281494141\n0.999269068 0.004280974 -0.037986394 -6.094412804 -0.004722890 0.999922097 -0.011551455 -5.907289982 0.037933987 0.011722417 0.999211490 249.401550293\n0.999320924 0.000780252 -0.036838729 -6.141729832 -0.001153062 0.999948323 -0.010099898 -5.936304569 0.036828943 0.010135517 0.999270201 250.539779663\n0.999355257 -0.001662579 -0.035864625 -6.181560040 0.001282952 0.999942958 -0.010605414 -5.958719730 0.035880208 0.010552565 0.999300361 251.678421021\n0.999359131 -0.004930112 -0.035455275 -6.216342926 0.004450651 0.999897778 -0.013589213 -5.991088867 0.035518646 0.013422704 0.999278843 252.826171875\n0.999369323 -0.004120171 -0.035270181 -6.269110203 0.003468160 0.999822319 -0.018527441 -6.019090176 0.035340250 0.018393433 0.999206066 253.991149902\n0.999349773 -0.006814991 -0.035406843 -6.301092148 0.006040974 0.999741435 -0.021921847 -6.050695896 0.035547085 0.021693699 0.999132514 255.162384033\n0.999391615 -0.003742675 -0.034675468 -6.351515293 0.003111280 0.999828696 -0.018244799 -6.092804909 0.034737814 0.018125815 0.999232054 256.344421387\n0.999417901 -0.001996319 -0.034057431 -6.396283150 0.001570428 0.999920309 -0.012527255 -6.125386715 0.034079727 0.012466479 0.999341369 257.525268555\n0.999421299 -0.002120798 -0.033949994 -6.442996025 0.001836873 0.999963105 -0.008392059 -6.159020901 0.033966538 0.008324841 0.999388278 258.712158203\n0.999430776 -0.000588219 -0.033730268 -6.486225605 0.000391320 0.999982834 -0.005843754 -6.194156170 0.033733126 0.005827229 0.999413908 259.902618408\n0.999435842 -0.000221652 -0.033584673 -6.525968552 0.000032706 0.999984145 -0.005626390 -6.223051548 0.033585388 0.005622117 0.999420047 261.082275391\n0.999450564 0.001110675 -0.033126373 -6.574480057 -0.001277613 0.999986589 -0.005018685 -6.248817921 0.033120357 0.005058250 0.999438584 262.251220703\n0.999464691 0.003098824 -0.032569464 -6.623172760 -0.003369846 0.999960124 -0.008269740 -6.280870438 0.032542538 0.008375067 0.999435246 263.419250488\n0.999459624 0.000792157 -0.032860760 -6.655002594 -0.001157026 0.999937892 -0.011085965 -6.314938068 0.032849938 0.011117995 0.999398470 264.603027344\n0.999455988 0.001508770 -0.032946534 -6.696901321 -0.001960837 0.999904335 -0.013693245 -6.346594810 0.032922722 0.013750399 0.999363303 265.771026611\n0.999468446 0.000993554 -0.032585137 -6.730240822 -0.001480103 0.999887705 -0.014910894 -6.385935783 0.032566667 0.014951198 0.999357760 266.942260742\n0.999476433 -0.002961663 -0.032218929 -6.765890121 0.002555277 0.999916732 -0.012647112 -6.422020912 0.032253705 0.012558162 0.999400795 268.102661133\n0.999479234 -0.004760918 -0.031915415 -6.802442074 0.004524922 0.999961913 -0.007462589 -6.453491688 0.031949729 0.007314288 0.999462724 269.272308350\n0.999498129 -0.001843935 -0.031624105 -6.837867260 0.001721059 0.999990880 -0.003912300 -6.483914852 0.031631030 0.003855909 0.999492168 270.417449951\n0.999497235 -0.000081172 -0.031706251 -6.868216515 -0.000120003 0.999979854 -0.006343002 -6.509432316 0.031706128 0.006343618 0.999477088 271.590484619\n0.999502122 0.003403132 -0.031367447 -6.913600445 -0.003725482 0.999940813 -0.010223870 -6.536697865 0.031330798 0.010335638 0.999455631 272.751922607\n0.999514222 0.007643496 -0.030214671 -6.960445881 -0.007956591 0.999915779 -0.010255737 -6.583430290 0.030133737 0.010491161 0.999490798 273.887115479\n0.999518216 0.009305218 -0.029610060 -7.017527103 -0.009591412 0.999908507 -0.009538092 -6.608702183 0.029518597 0.009817499 0.999516010 275.065216064\n0.999511600 0.008126745 -0.030174486 -7.043997288 -0.008372434 0.999932766 -0.008024889 -6.652867794 0.030107241 0.008273603 0.999512434 276.166381836\n0.999495924 0.006353987 -0.031105917 -7.078122139 -0.006519095 0.999965191 -0.005209388 -6.686485291 0.031071734 0.005409544 0.999502540 277.289031982\n0.999465942 0.004769946 -0.032327507 -7.117038250 -0.004836005 0.999986351 -0.001965528 -6.717211246 0.032317691 0.002120815 0.999475420 278.389038086\n0.999423206 0.004267447 -0.033691019 -7.149158478 -0.004341074 0.999988317 -0.002112522 -6.743914604 0.033681612 0.002257559 0.999430060 279.481781006\n0.999389946 0.005013054 -0.034562659 -7.198743343 -0.005176285 0.999975860 -0.004634898 -6.774758339 0.034538589 0.004810977 0.999391794 280.552917480\n0.999325812 0.005835636 -0.036247458 -7.237066746 -0.006069737 0.999961436 -0.006351750 -6.798465252 0.036208995 0.006567481 0.999322653 281.628784180\n0.999266565 0.006807772 -0.037682917 -7.285429955 -0.007039718 0.999957085 -0.006025951 -6.824353218 0.037640274 0.006286809 0.999271572 282.647644043\n0.999220610 0.006972156 -0.038852915 -7.326934338 -0.007146873 0.999964952 -0.004359802 -6.862208366 0.038821157 0.004634081 0.999235451 283.712951660\n0.999161184 0.006796446 -0.040382419 -7.369609356 -0.006802920 0.999976873 -0.000022916 -6.888448715 0.040381327 0.000297615 0.999184310 284.720794678\n0.999113679 0.007321879 -0.041451059 -7.415370464 -0.007084379 0.999957681 0.005873663 -6.910070419 0.041492309 -0.005574802 0.999123275 285.741760254\n0.999082208 0.007482887 -0.042175334 -7.457919598 -0.007124207 0.999937236 0.008648414 -6.929862499 0.042237401 -0.008340011 0.999072790 286.718017578\n0.999055505 0.008083484 -0.042693920 -7.504680634 -0.007830067 0.999950767 0.006099587 -6.946247101 0.042741124 -0.005759530 0.999069571 287.676971436\n0.999013543 0.008429212 -0.043598838 -7.544259548 -0.008415192 0.999964476 0.000505087 -6.958083153 0.043601546 -0.000137696 0.999049008 288.645263672\n0.999010086 0.007879189 -0.043780822 -7.601861000 -0.008028592 0.999962509 -0.003237724 -6.979907990 0.043753672 0.003586017 0.999035895 289.591613770\n0.998980343 0.006633530 -0.044656999 -7.636578560 -0.006815922 0.999969065 -0.003933243 -7.003049374 0.044629525 0.004233610 0.998994648 290.551544189\n0.998963892 0.006104324 -0.045097969 -7.681335926 -0.006277121 0.999973476 -0.003690958 -7.023663521 0.045074243 0.003970220 0.998975754 291.512115479\n0.998988628 0.006779311 -0.044449780 -7.732730865 -0.006897540 0.999973059 -0.002507009 -7.044525623 0.044431586 0.002811067 0.999008477 292.451873779\n0.999012709 0.008740932 -0.043556679 -7.768482208 -0.008864353 0.999957204 -0.002641246 -7.072042942 0.043531731 0.003024740 0.999047458 293.400054932\n0.999090612 0.011271172 -0.041120958 -7.816485405 -0.011507717 0.999918520 -0.005520246 -7.091639042 0.041055385 0.005988434 0.999138951 294.349304199\n0.999122679 0.015342923 -0.038968224 -7.865810871 -0.015802795 0.999808729 -0.011520731 -7.116928101 0.038784008 0.012126430 0.999174058 295.284149170\n0.999146581 0.018068412 -0.037143216 -7.904670238 -0.018677881 0.999695480 -0.016127624 -7.147890568 0.036840502 0.016807616 0.999179780 296.216369629\n0.999198318 0.019752432 -0.034822352 -7.938452244 -0.020405997 0.999620318 -0.018514104 -7.180275440 0.034443434 0.019209847 0.999222040 297.155700684\n0.999214888 0.022590470 -0.032545708 -7.968392372 -0.023184055 0.999569535 -0.017978052 -7.212932587 0.032125566 0.018718479 0.999308527 298.091186523\n0.999272227 0.024491543 -0.029243128 -8.011383057 -0.025007591 0.999535561 -0.017413395 -7.239851952 0.028803067 0.018132022 0.999420643 299.021789551\n0.999340534 0.024825523 -0.026498521 -8.033758163 -0.025232801 0.999566853 -0.015147730 -7.269432068 0.026110992 0.015806373 0.999534070 299.958984375\n0.999508917 0.021228604 -0.023048760 -8.051396370 -0.021568151 0.999660969 -0.014584402 -7.298753262 0.022731340 0.015074359 0.999627948 300.907165527\n0.999593496 0.020339670 -0.019978534 -8.071220398 -0.020583846 0.999714971 -0.012093239 -7.329256535 0.019726867 0.012499558 0.999727249 301.846038818\n0.999667227 0.019812165 -0.016520614 -8.087130547 -0.020016614 0.999723971 -0.012303334 -7.352041721 0.016272297 0.012629926 0.999787807 302.793029785\n0.999731064 0.018645292 -0.013788307 -8.094305992 -0.018793996 0.999765754 -0.010735109 -7.378437996 0.013584918 0.010991359 0.999847293 303.758483887\n0.999756932 0.019630412 -0.010033906 -8.117576599 -0.019718995 0.999766767 -0.008807037 -7.403136253 0.009858680 0.009002755 0.999910891 304.736175537\n0.999770463 0.020372313 -0.006632691 -8.121847153 -0.020409381 0.999776185 -0.005569765 -7.421494007 0.006517738 0.005703855 0.999962509 305.719696045\n0.999728084 0.023186909 -0.002471061 -8.135787010 -0.023198685 0.999719143 -0.004848648 -7.443570137 0.002357942 0.004904655 0.999985218 306.694091797\n0.999690592 0.024842748 0.001230687 -8.140862465 -0.024831193 0.999654233 -0.008652878 -7.469725609 -0.001445222 0.008619641 0.999961793 307.685577393\n0.999678552 0.024738327 0.005551082 -8.138736725 -0.024670742 0.999624431 -0.011929820 -7.488399506 -0.005844121 0.011789036 0.999913454 308.677062988\n0.999730408 0.021357944 0.009107663 -8.123449326 -0.021271031 0.999728262 -0.009535391 -7.508256435 -0.009308845 0.009339091 0.999913037 309.705108643\n0.999721646 0.019589067 0.013150793 -8.109433174 -0.019512085 0.999791861 -0.005956700 -7.531732559 -0.013264742 0.005698443 0.999895811 310.743041992\n0.999713421 0.016902635 0.016952483 -8.090574265 -0.016732758 0.999808848 -0.010113089 -7.556089878 -0.017120181 0.009826529 0.999805152 311.765441895\n0.999642789 0.017026993 0.020601325 -8.072463036 -0.016610824 0.999657810 -0.020206288 -7.576061726 -0.020938328 0.019856865 0.999583542 312.817260742\n0.999571145 0.016266089 0.024350554 -8.045477867 -0.015629733 0.999537170 -0.026099179 -7.605063438 -0.024763815 0.025707394 0.999362767 313.865753174\n0.999447584 0.016685069 0.028742310 -8.016245842 -0.016017102 0.999599814 -0.023315405 -7.639554501 -0.029119827 0.022842158 0.999314904 314.928497314\n0.999270082 0.018157916 0.033609122 -7.996659279 -0.017636787 0.999720573 -0.015737703 -7.682712078 -0.033885494 0.015133458 0.999311149 316.024261475\n0.999128759 0.018166061 0.037572477 -7.952865124 -0.017620556 0.999735236 -0.014799302 -7.711892128 -0.037831374 0.014124360 0.999184310 317.100097656\n0.998945117 0.018707434 0.041937318 -7.914652824 -0.017959729 0.999674201 -0.018135525 -7.749454021 -0.042262927 0.017363211 0.998955607 318.178558350\n0.998770654 0.018670859 0.045918863 -7.864461899 -0.017677397 0.999602854 -0.021946929 -7.780698776 -0.046310395 0.021108223 0.998704076 319.266082764\n0.998549402 0.019753044 0.050089214 -7.809490681 -0.018523470 0.999518454 -0.024894247 -7.826785088 -0.050556831 0.023930309 0.998434424 320.364105225\n0.998320997 0.019819658 0.054427929 -7.755348206 -0.018386343 0.999474108 -0.026709890 -7.874729156 -0.054928690 0.025664313 0.998160422 321.461578369\n0.998083889 0.020231070 0.058474410 -7.690891266 -0.018692434 0.999467611 -0.026741322 -7.914470196 -0.058984283 0.025597053 0.997930706 322.569122314\n0.997791171 0.020785967 0.063092574 -7.629401684 -0.019479943 0.999584496 -0.021245195 -7.955283165 -0.063507959 0.019969229 0.997781515 323.686248779\n0.997517288 0.019416325 0.067692712 -7.555601120 -0.018393314 0.999707520 -0.015703268 -7.994122505 -0.067977808 0.014419189 0.997582614 324.801116943\n0.997252464 0.018658588 0.071689449 -7.477173328 -0.017729489 0.999750674 -0.013574640 -8.029987335 -0.071924858 0.012266326 0.997334599 325.942779541\n0.997005105 0.018087007 0.075190566 -7.390563011 -0.017186753 0.999772847 -0.012602884 -8.058351517 -0.075401440 0.011272859 0.997089565 327.078979492\n0.996815562 0.014037363 0.078496389 -7.302839756 -0.013066723 0.999831855 -0.012865431 -8.091840744 -0.078663781 0.011798771 0.996831357 328.203857422\n0.996712506 0.012227484 0.080091760 -7.210176468 -0.010972440 0.999810338 -0.016091494 -8.126043320 -0.080273330 0.015159791 0.996657610 329.345153809\n0.996612608 0.012713722 0.081250533 -7.121512413 -0.011048786 0.999720335 -0.020908244 -8.163853645 -0.081493631 0.019939700 0.996474385 330.507202148\n0.996524215 0.012934086 0.082293645 -7.032145500 -0.011058819 0.999669611 -0.023202673 -8.200188637 -0.082566567 0.022211954 0.996338010 331.663421631\n0.996470988 0.013063158 0.082915448 -6.937280655 -0.011303294 0.999701500 -0.021658862 -8.242861748 -0.083173633 0.020645211 0.996321201 332.840637207\n0.996395051 0.013695055 0.083722197 -6.840444565 -0.012214018 0.999760211 -0.018176587 -8.284321785 -0.083951041 0.017088477 0.996323347 334.017272949\n0.996400356 0.011907096 0.083932057 -6.737638474 -0.010503461 0.999797821 -0.017145259 -8.318634987 -0.084119238 0.016201966 0.996323943 335.207305908\n0.996424019 0.010303069 0.083863035 -6.638317585 -0.008777509 0.999789596 -0.018539524 -8.354222298 -0.084036410 0.017737117 0.996304810 336.391235352\n0.996460438 0.009252629 0.083551943 -6.540640354 -0.007602102 0.999770045 -0.020051092 -8.396511078 -0.083718255 0.019344950 0.996301651 337.606750488\n0.996524274 0.008433674 0.082874946 -6.441268444 -0.006735626 0.999762058 -0.020747567 -8.434701920 -0.083030209 0.020117240 0.996343970 338.812316895\n0.996555090 0.008420104 0.082504548 -6.346348763 -0.006884570 0.999798059 -0.018878367 -8.479350090 -0.082646847 0.018245324 0.996411860 340.017272949\n0.996605754 0.006327430 0.082078584 -6.246135235 -0.005157091 0.999882102 -0.014462935 -8.521583557 -0.082160421 0.013990557 0.996520936 341.211364746\n0.996669412 0.004485369 0.081424631 -6.150192261 -0.003679339 0.999942780 -0.010046449 -8.557781219 -0.081465028 0.009713399 0.996628881 342.434600830\n0.996784270 0.003766937 0.080042966 -6.050861835 -0.003105160 0.999960005 -0.008390637 -8.597074509 -0.080071375 0.008115109 0.996756077 343.634521484\n0.996820331 0.002541661 0.079641148 -5.966113091 -0.001732516 0.999946177 -0.010227342 -8.631247520 -0.079662859 0.010056844 0.996771157 344.837097168\n0.996880293 0.004113058 0.078820832 -5.875936985 -0.003158690 0.999920249 -0.012228918 -8.668386459 -0.078864843 0.011941797 0.996813774 346.033843994\n0.996945322 0.006755481 0.077809758 -5.793035507 -0.005680052 0.999885380 -0.014034287 -8.703296661 -0.077895649 0.013549454 0.996869445 347.228332520\n0.997043252 0.007762897 0.076449096 -5.704032898 -0.006686839 0.999875069 -0.014321415 -8.742043495 -0.076550722 0.013767867 0.996970654 348.421813965\n0.997156858 0.007702313 0.074958898 -5.619719028 -0.006687240 0.999882638 -0.013783312 -8.785454750 -0.075056270 0.013242857 0.997091353 349.610809326\n0.997223318 0.008653922 0.073964618 -5.541123390 -0.007713481 0.999885857 -0.012990951 -8.817728043 -0.074068598 0.012384354 0.997176230 350.786773682\n0.997302771 0.009755600 0.072746314 -5.457740784 -0.008841375 0.999877989 -0.012878751 -8.860866547 -0.072863072 0.012200837 0.997267306 351.976226807\n0.997385621 0.011757014 0.071299866 -5.377864361 -0.010769040 0.999840796 -0.014225217 -8.899632454 -0.071455762 0.013420195 0.997353494 353.160003662\n0.997471213 0.012520282 0.069959804 -5.302572250 -0.011540621 0.999829829 -0.014389892 -8.935194016 -0.070128061 0.013546124 0.997446001 354.333770752\n0.997538447 0.012530889 0.068992712 -5.232600689 -0.011686259 0.999851942 -0.012632354 -8.976747513 -0.069140792 0.011794993 0.997537196 355.503295898\n0.997709930 0.011726628 0.066613778 -5.151286125 -0.010917818 0.999862373 -0.012492895 -9.019014359 -0.066751108 0.011737008 0.997700632 356.657257080\n0.997861743 0.011736056 0.064297795 -5.090018749 -0.010624642 0.999788642 -0.017600164 -9.058238983 -0.064490765 0.016879389 0.997775555 357.840667725\n0.998053551 0.008375847 0.061797284 -5.014482975 -0.007026328 0.999732792 -0.022022931 -9.096451759 -0.061965231 0.021545857 0.997845709 358.985748291\n0.998201549 0.004431045 0.059783220 -4.938377380 -0.003369628 0.999835134 -0.017843585 -9.138502121 -0.059852429 0.017610047 0.998051882 360.144897461\n0.998291910 0.004802294 0.058225907 -4.874971390 -0.004415007 0.999967277 -0.006778280 -9.176890373 -0.058256555 0.006509634 0.998280406 361.297454834\n0.998335481 0.005902788 0.057370976 -4.815576553 -0.005946269 0.999982119 0.000587214 -9.197509766 -0.057366487 -0.000927380 0.998352766 362.444641113\n0.998361468 0.007208396 0.056766771 -4.760539532 -0.007385609 0.999968469 0.002912596 -9.217428207 -0.056743987 -0.003327081 0.998383224 363.584045410\n0.998350382 0.012401223 0.056060512 -4.709376812 -0.012436148 0.999922633 0.000274135 -9.250888824 -0.056052778 -0.000970860 0.998427331 364.716827393\n0.998288333 0.018685218 0.055419277 -4.663989544 -0.018245483 0.999798000 -0.008430137 -9.277762413 -0.055565599 0.007404556 0.998427570 365.831665039\n0.998267353 0.022014754 0.054568030 -4.607872009 -0.021309283 0.999682069 -0.013476653 -9.304095268 -0.054847367 0.012290497 0.998419106 366.943511963\n0.998228788 0.024857998 0.054049157 -4.554695129 -0.024220427 0.999629498 -0.012419431 -9.336329460 -0.054337852 0.011088341 0.998461068 368.063049316\n0.998165250 0.027913410 0.053730931 -4.509191990 -0.027506903 0.999587238 -0.008290466 -9.367804527 -0.053940170 0.006797283 0.998521030 369.166046143\n0.998166084 0.030041447 0.052554626 -4.453411102 -0.029799463 0.999541402 -0.005382147 -9.392080307 -0.052692212 0.003806176 0.998603523 370.266571045\n0.998259723 0.029536987 0.051040661 -4.403322697 -0.029368738 0.999560475 -0.004043363 -9.424212456 -0.051137656 0.002537326 0.998688400 371.348632812\n0.998316288 0.030849535 0.049121004 -4.355602741 -0.030622641 0.999516606 -0.005365156 -9.451881409 -0.049262773 0.003851908 0.998778403 372.428070068\n0.998384058 0.032064911 0.046915736 -4.311013699 -0.031702001 0.999461591 -0.008459284 -9.478079796 -0.047161721 0.006958292 0.998863041 373.485321045\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_30/2011_09_30_drive_0020_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999997616 0.001001490 0.001925052 -0.009468177 -0.000999620 0.999999046 -0.000971980 -0.014755001 -0.001926024 0.000970054 0.999997675 1.220320225\n0.999999344 -0.001118204 -0.000232987 0.107680753 0.001118248 0.999999344 0.000187500 -0.066712417 0.000232778 -0.000187761 0.999999940 2.379205465\n0.999998569 -0.001703090 0.000080170 0.118733235 0.001703018 0.999998152 0.000887726 -0.089742765 -0.000081681 -0.000887588 0.999999583 3.587318420\n0.999997914 -0.001665815 0.001169855 0.113562778 0.001664758 0.999998212 0.000904180 -0.109521508 -0.001171359 -0.000902230 0.999998927 4.792501450\n0.999994457 -0.003180674 0.000989653 0.137686491 0.003179123 0.999993742 0.001564714 -0.137119547 -0.000994624 -0.001561559 0.999998271 6.002272129\n0.999995410 -0.002693190 0.001383257 0.135479465 0.002692015 0.999996006 0.000850333 -0.157101467 -0.001385541 -0.000846605 0.999998689 7.201532841\n0.999994159 -0.003227430 -0.001136361 0.252859473 0.003227326 0.999994814 -0.000093631 -0.165042415 0.001136657 0.000089963 0.999999344 8.470767021\n0.999988437 -0.003583095 -0.003203064 0.306664914 0.003591353 0.999990225 0.002575937 -0.214865968 0.003193803 -0.002587410 0.999991536 9.667179108\n0.999983370 -0.003765562 -0.004365596 0.297377318 0.003780862 0.999986708 0.003501918 -0.234329313 0.004352352 -0.003518366 0.999984324 10.883843422\n0.999954939 -0.005759685 -0.007542515 0.304791957 0.005783214 0.999978483 0.003101361 -0.252649337 0.007524490 -0.003144841 0.999966741 12.069027901\n0.999935150 -0.005597271 -0.009920128 0.292206317 0.005623162 0.999980867 0.002583981 -0.267910957 0.009905474 -0.002639595 0.999947429 13.276841164\n0.999921322 -0.005213216 -0.011411827 0.275631040 0.005244073 0.999982655 0.002675747 -0.290364444 0.011397680 -0.002735381 0.999931276 14.486469269\n0.999908805 -0.003702492 -0.012989056 0.274253041 0.003735527 0.999989867 0.002520027 -0.309074044 0.012979594 -0.002568318 0.999912441 15.672619820\n0.999897420 -0.003623657 -0.013857999 0.256896973 0.003658524 0.999990225 0.002491523 -0.322153240 0.013848835 -0.002541968 0.999900877 16.878479004\n0.999886632 -0.004558749 -0.014349647 0.241660371 0.004602381 0.999984860 0.003009080 -0.340992391 0.014335712 -0.003074781 0.999892533 18.071681976\n0.999877393 -0.004761288 -0.014917701 0.219706953 0.004808620 0.999983490 0.003138607 -0.355777025 0.014902512 -0.003209956 0.999883771 19.281908035\n0.999856412 -0.004934695 -0.016212476 0.210346863 0.004974532 0.999984682 0.002417813 -0.378880620 0.016200298 -0.002498115 0.999865651 20.477699280\n0.999844790 -0.004537524 -0.017023526 0.183853194 0.004572922 0.999987483 0.002041012 -0.399398535 0.017014051 -0.002118542 0.999853015 21.677801132\n0.999821246 -0.003484726 -0.018583136 0.194971979 0.003529309 0.999991000 0.002366829 -0.416506529 0.018574720 -0.002431991 0.999824524 22.891687393\n0.999800980 -0.003771652 -0.019591287 0.168499723 0.003816685 0.999990165 0.002261746 -0.434512138 0.019582564 -0.002336070 0.999805510 24.098123550\n0.999787450 -0.003583633 -0.020304440 0.138136253 0.003622263 0.999991715 0.001866080 -0.460266650 0.020297585 -0.001939231 0.999792099 25.313522339\n0.999770880 -0.003521737 -0.021114124 0.103941120 0.003579631 0.999989927 0.002704782 -0.481290221 0.021104386 -0.002779743 0.999773443 26.519351959\n0.999744475 -0.004410264 -0.022170013 0.086023539 0.004504819 0.999980986 0.004216897 -0.495038986 0.022150993 -0.004315692 0.999745309 27.732543945\n0.999716222 -0.004633442 -0.023366464 0.058462575 0.004729684 0.999980569 0.004065228 -0.509497523 0.023347173 -0.004174590 0.999718726 28.936275482\n0.999686539 -0.005559782 -0.024411779 0.027728321 0.005647639 0.999977827 0.003531531 -0.532011151 0.024391603 -0.003668293 0.999695778 30.153570175\n0.999649704 -0.005872929 -0.025805915 -0.000191641 0.005942970 0.999978840 0.002638261 -0.549459934 0.025789876 -0.002790701 0.999663472 31.356300354\n0.999620855 -0.005521158 -0.026974451 -0.023188220 0.005598833 0.999980390 0.002804898 -0.571961164 0.026958436 -0.002954860 0.999632180 32.568408966\n0.999592602 -0.006201252 -0.027858844 -0.052894980 0.006296206 0.999974668 0.003321968 -0.586285412 0.027837537 -0.003496020 0.999606371 33.772468567\n0.999574542 -0.006317751 -0.028474620 -0.090984359 0.006431454 0.999971688 0.003903317 -0.610248744 0.028449154 -0.004084790 0.999586880 34.978691101\n0.999554396 -0.007140004 -0.028983923 -0.129891023 0.007249746 0.999966919 0.003682955 -0.627109051 0.028956668 -0.003891440 0.999573112 36.189662933\n0.999536276 -0.007075289 -0.029616980 -0.170159712 0.007190283 0.999967039 0.003778017 -0.644884050 0.029589271 -0.003989220 0.999554157 37.391990662\n0.999516189 -0.008027487 -0.030049728 -0.200345531 0.008157880 0.999957800 0.004219187 -0.656514525 0.030014591 -0.004462288 0.999539495 38.618694305\n0.999512196 -0.007716509 -0.030262090 -0.234697968 0.007883177 0.999954402 0.005392076 -0.670368254 0.030219102 -0.005628008 0.999527454 39.840370178\n0.999518037 -0.007164411 -0.030206155 -0.276058137 0.007358236 0.999953032 0.006310476 -0.688684642 0.030159526 -0.006529699 0.999523759 41.065189362\n0.999522030 -0.006651266 -0.030190110 -0.319117099 0.006833897 0.999958932 0.005950218 -0.703229904 0.030149294 -0.006153690 0.999526441 42.287555695\n0.999535143 -0.005059678 -0.030065646 -0.352777123 0.005237216 0.999969304 0.005829198 -0.715193152 0.030035229 -0.005983949 0.999530911 43.486457825\n0.999555349 -0.002346657 -0.029724650 -0.395582438 0.002573242 0.999967933 0.007586848 -0.726774573 0.029705891 -0.007659963 0.999529302 44.705524445\n0.999596000 -0.002675403 -0.028295703 -0.429834545 0.002985175 0.999936044 0.010911115 -0.745664477 0.028264701 -0.010991175 0.999540031 45.930965424\n0.999637544 -0.002133476 -0.026836615 -0.464611590 0.002500910 0.999903500 0.013665440 -0.750663042 0.026804870 -0.013727603 0.999546409 47.139629364\n0.999667466 -0.001483150 -0.025743606 -0.488491476 0.001924590 0.999851406 0.017131252 -0.756181777 0.025714371 -0.017175101 0.999521792 48.366992950\n0.999703407 -0.001980564 -0.024272550 -0.525058210 0.002437262 0.999820292 0.018800275 -0.759641230 0.024230953 -0.018853858 0.999528587 49.580539703\n0.999734581 -0.003421325 -0.022782566 -0.548781395 0.003800277 0.999854803 0.016610948 -0.749059677 0.022722427 -0.016693119 0.999602437 50.810276031\n0.999765217 -0.002481609 -0.021526678 -0.578078628 0.002801761 0.999885738 0.014854974 -0.746128798 0.021487353 -0.014911799 0.999657929 52.036514282\n0.999776661 -0.002565692 -0.020976113 -0.608053744 0.002871268 0.999890029 0.014550697 -0.749095559 0.020936472 -0.014607676 0.999674082 53.239910126\n0.999731004 -0.002975496 -0.023000417 -0.589093685 0.003299831 0.999895453 0.014076200 -0.755356073 0.022956131 -0.014148312 0.999636352 54.497802734\n0.999696195 -0.004000229 -0.024321260 -0.616483510 0.004315937 0.999906957 0.012942137 -0.757002234 0.024267225 -0.013043175 0.999620438 55.715663910\n0.999649882 -0.003234289 -0.026261460 -0.640490115 0.003587151 0.999903798 0.013400552 -0.762700081 0.026215591 -0.013490064 0.999565303 56.943569183\n0.999606133 -0.003814265 -0.027803546 -0.676434696 0.004231909 0.999878883 0.014977915 -0.770828068 0.027743049 -0.015089678 0.999501169 58.155261993\n0.999553561 -0.003370272 -0.029686993 -0.697333634 0.003819450 0.999878883 0.015086756 -0.770267546 0.029632550 -0.015193408 0.999445379 59.379081726\n0.999526799 -0.002398829 -0.030667219 -0.739723384 0.002853709 0.999886453 0.014797624 -0.772517920 0.030628240 -0.014878137 0.999420106 60.593250275\n0.999489844 -0.001991018 -0.031875513 -0.768345058 0.002460803 0.999888837 0.014705687 -0.777268112 0.031842694 -0.014776625 0.999383628 61.815422058\n0.999473751 -0.002851506 -0.032312293 -0.809646964 0.003309583 0.999894679 0.014131947 -0.781109691 0.032268591 -0.014231451 0.999377906 63.022731781\n0.999449790 -0.003814238 -0.032948680 -0.839983463 0.004256698 0.999901593 0.013369062 -0.789339900 0.032894447 -0.013501958 0.999367654 64.248481750\n0.999433339 -0.004017392 -0.033419989 -0.882819355 0.004503134 0.999885142 0.014471913 -0.790652752 0.033358011 -0.014614207 0.999336600 65.456481934\n0.999409437 -0.004621101 -0.034051072 -0.921824634 0.005169753 0.999857962 0.016042253 -0.796970308 0.033972099 -0.016208814 0.999291360 66.672035217\n0.999409020 -0.003641311 -0.034180366 -0.964948237 0.004129849 0.999890149 0.014233241 -0.798025370 0.034124784 -0.014365990 0.999314308 67.900115967\n0.999380469 -0.002566149 -0.035100549 -0.998491228 0.003028333 0.999909341 0.013120602 -0.802741528 0.035063695 -0.013218770 0.999297678 69.098785400\n0.999394298 -0.000320327 -0.034798376 -1.053971648 0.000783864 0.999911129 0.013307822 -0.804503620 0.034791019 -0.013327038 0.999305725 70.302864075\n0.999366999 0.001811187 -0.035529878 -1.091190457 -0.001329183 0.999906838 0.013585092 -0.813449919 0.035551175 -0.013529267 0.999276280 71.501770020\n0.999357104 0.003240685 -0.035705622 -1.135291338 -0.002731877 0.999894142 0.014289667 -0.821459830 0.035748150 -0.014182937 0.999260187 72.710609436\n0.999404013 0.003725993 -0.034318421 -1.192929268 -0.003203975 0.999878526 0.015253466 -0.831649959 0.034371089 -0.015134419 0.999294519 73.905624390\n0.999435186 0.005640248 -0.033128519 -1.223474503 -0.005114318 0.999859869 0.015938791 -0.828071535 0.033213776 -0.015760358 0.999324024 75.097694397\n0.999518454 0.004015451 -0.030769074 -1.261234879 -0.003584711 0.999894977 0.014041511 -0.836405337 0.030822227 -0.013924452 0.999427915 76.290924072\n0.999595702 0.001322051 -0.028402964 -1.289215207 -0.001075890 0.999961734 0.008680297 -0.840701520 0.028413353 -0.008646228 0.999558866 77.461334229\n0.999643385 0.002320246 -0.026602902 -1.317800760 -0.002104737 0.999964774 0.008126080 -0.847863674 0.026620820 -0.008067190 0.999613047 78.646621704\n0.999722183 0.001624600 -0.023514464 -1.349439740 -0.001344613 0.999928057 0.011917943 -0.859988868 0.023532135 -0.011883014 0.999652445 79.824249268\n0.999798834 0.001843165 -0.019971717 -1.378478527 -0.001581739 0.999912977 0.013097677 -0.867164373 0.019994119 -0.013063452 0.999714732 80.992378235\n0.999864221 0.001787007 -0.016381981 -1.398667812 -0.001597510 0.999931753 0.011573238 -0.874954522 0.016401544 -0.011545496 0.999798834 82.170654297\n0.999911547 0.000365176 -0.013294297 -1.413508415 -0.000250425 0.999962687 0.008632273 -0.885572731 0.013296954 -0.008628180 0.999874353 83.333992004\n0.999952853 -0.000247678 -0.009707719 -1.425365806 0.000296218 0.999987483 0.004999069 -0.895451248 0.009706359 -0.005001709 0.999940395 84.494262695\n0.999976873 -0.000966744 -0.006733886 -1.431798220 0.000993843 0.999991417 0.004022030 -0.911331832 0.006729940 -0.004028630 0.999969244 85.656646729\n0.999995112 -0.000927430 -0.002991014 -1.442506552 0.000945165 0.999981940 0.005933654 -0.927305520 0.002985456 -0.005936452 0.999977946 86.825424194\n0.999999702 0.000571691 0.000551081 -1.443596840 -0.000575192 0.999979556 0.006372900 -0.941885591 -0.000547426 -0.006373215 0.999979556 87.987495422\n0.999990344 -0.000302722 0.004381810 -1.445921302 0.000283998 0.999990821 0.004273028 -0.958749294 -0.004383063 -0.004271742 0.999981284 89.151939392\n0.999968767 -0.000509082 0.007887073 -1.442742586 0.000493544 0.999997914 0.001971896 -0.974420726 -0.007888061 -0.001967941 0.999966979 90.315025330\n0.999942541 -0.000362300 0.010715920 -1.432077169 0.000343548 0.999998391 0.001751701 -0.991805315 -0.010716538 -0.001747919 0.999941051 91.473327637\n0.999906123 -0.001147824 0.013655492 -1.421402216 0.001106083 0.999994695 0.003063872 -1.009198666 -0.013658936 -0.003048480 0.999902070 92.642555237\n0.999865234 -0.001937562 0.016302772 -1.401553512 0.001868217 0.999989152 0.004267743 -1.020817161 -0.016310865 -0.004236711 0.999858022 93.799232483\n0.999817371 -0.002565878 0.018938238 -1.382265687 0.002451486 0.999978602 0.006060985 -1.033115864 -0.018953383 -0.006013452 0.999802291 94.972167969\n0.999769747 -0.003890147 0.021101654 -1.358855963 0.003739955 0.999967456 0.007152383 -1.047774315 -0.021128790 -0.007071817 0.999751747 96.141036987\n0.999724269 -0.004743666 0.022998093 -1.328457236 0.004631089 0.999977052 0.004945868 -1.062267423 -0.023021026 -0.004837998 0.999723256 97.301933289\n0.999643564 -0.006614413 0.025864696 -1.307688355 0.006580143 0.999977350 0.001409855 -1.078058481 -0.025873436 -0.001239159 0.999664485 98.483978271\n0.999594748 -0.005346118 0.027960470 -1.280255318 0.005384267 0.999984682 -0.001289293 -1.093443394 -0.027953148 0.001439317 0.999608219 99.661567688\n0.999558210 -0.005551402 0.029198555 -1.244677901 0.005620845 0.999981582 -0.002296776 -1.112123728 -0.029185267 0.002459882 0.999570966 100.839302063\n0.999544859 -0.005632483 0.029637892 -1.217166662 0.005687784 0.999982238 -0.001781899 -1.133891225 -0.029627329 0.001949662 0.999559104 102.025215149\n0.999568939 -0.005480097 0.028843284 -1.189249039 0.005480868 0.999984980 0.000052351 -1.151484847 -0.028843138 0.000105757 0.999583960 103.202079773\n0.999611795 -0.006335230 0.027132701 -1.157115936 0.006299923 0.999979198 0.001386552 -1.166187048 -0.027140921 -0.001215080 0.999630868 104.408973694\n0.999668658 -0.005707449 0.025100823 -1.123562813 0.005650561 0.999981284 0.002336730 -1.181226492 -0.025113691 -0.002194122 0.999682188 105.629966736\n0.999727130 -0.005115150 0.022791611 -1.096640825 0.005053617 0.999983430 0.002756632 -1.192864418 -0.022805333 -0.002640700 0.999736428 106.854423523\n0.999798357 -0.004360408 0.019603310 -1.082053065 0.004307027 0.999986887 0.002764453 -1.210634112 -0.019615108 -0.002679463 0.999804020 108.057136536\n0.999871552 -0.002807794 0.015778428 -1.073279619 0.002775300 0.999993980 0.002080892 -1.225374937 -0.015784176 -0.002036835 0.999873340 109.278244019\n0.999928892 -0.002703186 0.011616615 -1.060222864 0.002676139 0.999993682 0.002343220 -1.239151835 -0.011622875 -0.002311965 0.999929786 110.506919861\n0.999970615 -0.002239079 0.007330023 -1.045750141 0.002212023 0.999990702 0.003697191 -1.260220170 -0.007338233 -0.003680869 0.999966323 111.727203369\n0.999993026 -0.002083784 0.003105195 -1.047565460 0.002069446 0.999987245 0.004613776 -1.271401405 -0.003114769 -0.004607318 0.999984562 112.956130981\n0.999996960 -0.002136984 -0.001232557 -1.060005546 0.002143316 0.999984384 0.005158663 -1.290850997 0.001221514 -0.005161289 0.999985933 114.172409058\n0.999980152 -0.001665802 -0.006078970 -1.069527984 0.001696252 0.999986053 0.005007370 -1.299426913 0.006070544 -0.005017582 0.999969006 115.408821106\n0.999935150 -0.000806867 -0.011358124 -1.084609032 0.000864234 0.999986887 0.005046801 -1.313303709 0.011353903 -0.005056290 0.999922752 116.651069641\n0.999863327 -0.000877129 -0.016510224 -1.104544163 0.000956538 0.999988019 0.004802428 -1.328776598 0.016505815 -0.004817564 0.999852180 117.894729614\n0.999778330 0.000454441 -0.021050695 -1.142385960 -0.000368261 0.999991536 0.004097615 -1.341561675 0.021052379 -0.004088954 0.999769986 119.143211365\n0.999695420 0.002651997 -0.024535172 -1.180917859 -0.002555511 0.999988854 0.003963072 -1.356297493 0.024545409 -0.003899165 0.999691129 120.387725830\n0.999633670 0.004344034 -0.026713360 -1.215553880 -0.004234849 0.999982476 0.004142457 -1.372717023 0.026730886 -0.004027813 0.999634564 121.638847351\n0.999595582 0.005137948 -0.027970035 -1.258173704 -0.005033473 0.999980092 0.003804363 -1.385474443 0.027989024 -0.003662038 0.999601543 122.886306763\n0.999543548 0.007381309 -0.029294631 -1.296919346 -0.007264146 0.999965191 0.004103890 -1.397902608 0.029323904 -0.003889217 0.999562383 124.143791199\n0.999496400 0.008680250 -0.030522306 -1.339457631 -0.008534753 0.999951601 0.004893980 -1.416257024 0.030563308 -0.004631015 0.999522090 125.405868530\n0.999480128 0.008459623 -0.031110531 -1.383128285 -0.008299862 0.999951720 0.005260845 -1.428371668 0.031153534 -0.004999897 0.999502122 126.666534424\n0.999405742 0.012718311 -0.032037493 -1.440835953 -0.012491711 0.999895573 0.007263212 -1.437140822 0.032126524 -0.006858692 0.999460280 127.929100037\n0.999355137 0.013640606 -0.033214305 -1.482842922 -0.013296898 0.999855936 0.010547161 -1.450551987 0.033353388 -0.010098713 0.999392629 129.191848755\n0.999343693 0.012584065 -0.033967882 -1.523682237 -0.012241046 0.999872148 0.010287487 -1.460486054 0.034093000 -0.009864933 0.999369979 130.454269409\n0.999342561 0.012450169 -0.034050792 -1.585992217 -0.012158607 0.999887764 0.008756277 -1.470679164 0.034155987 -0.008336511 0.999381721 131.736206055\n0.999346852 0.009425437 -0.034886498 -1.630728006 -0.009096986 0.999912918 0.009561623 -1.472618937 0.034973580 -0.009238016 0.999345541 133.017486572\n0.999324262 0.007276440 -0.036028437 -1.677310944 -0.006871394 0.999911964 0.011353472 -1.478409767 0.036107875 -0.011098235 0.999286294 134.294021606\n0.999338329 0.004332168 -0.036112346 -1.724802852 -0.003857258 0.999905288 0.013210231 -1.480762839 0.036166154 -0.013062196 0.999260426 135.554519653\n0.999282539 0.002338022 -0.037801974 -1.755319595 -0.001808314 0.999899805 0.014040852 -1.489387274 0.037831012 -0.013962420 0.999186575 136.844085693\n0.999287665 -0.001901229 -0.037689570 -1.804291964 0.002351044 0.999926507 0.011893989 -1.488533735 0.037664186 -0.011974127 0.999218702 138.115646362\n0.999278486 -0.004860343 -0.037667640 -1.857965231 0.005275162 0.999926448 0.010921063 -1.497135043 0.037611790 -0.011111886 0.999230623 139.391067505\n0.999252737 -0.005997364 -0.038183577 -1.895801187 0.006410986 0.999921978 0.010719225 -1.505132079 0.038116314 -0.010956009 0.999213219 140.694442749\n0.999272406 -0.006342036 -0.037608553 -1.953081369 0.006756662 0.999917686 0.010907950 -1.509173870 0.037536278 -0.011154122 0.999233007 141.973922729\n0.999275982 -0.005700818 -0.037616253 -1.995588183 0.006203204 0.999892950 0.013252394 -1.523522854 0.037536677 -0.013476141 0.999204397 143.250350952\n0.999307096 -0.003102549 -0.037090708 -2.050859451 0.003646722 0.999886572 0.014612779 -1.526522279 0.037041161 -0.014737912 0.999205053 144.536361694\n0.999312222 -0.003369662 -0.036928885 -2.096446514 0.003851995 0.999908090 0.012997773 -1.530623078 0.036881693 -0.013131083 0.999233365 145.836395264\n0.999313235 -0.002969698 -0.036935791 -2.142767191 0.003375282 0.999934614 0.010923274 -1.529564977 0.036900938 -0.011040441 0.999257922 147.127426147\n0.999348760 -0.002853959 -0.035971664 -2.207076073 0.003168684 0.999957204 0.008695276 -1.547340989 0.035945307 -0.008803597 0.999314964 148.417510986\n0.999339163 -0.004679132 -0.036045630 -2.249676228 0.004857961 0.999976337 0.004875211 -1.564260960 0.036021966 -0.005047097 0.999338269 149.683364868\n0.999349535 -0.005042385 -0.035708334 -2.299614906 0.005091940 0.999986172 0.001296964 -1.579501748 0.035701301 -0.001477946 0.999361396 150.967086792\n0.999354661 -0.005103879 -0.035555184 -2.353822708 0.005134888 0.999986529 0.000780892 -1.604768038 0.035550717 -0.000962960 0.999367416 152.238586426\n0.999317825 -0.005851672 -0.036464255 -2.391688108 0.005868297 0.999982715 0.000348888 -1.612738252 0.036461584 -0.000562633 0.999334872 153.540939331\n0.999315321 -0.005129158 -0.036640752 -2.443970203 0.005151580 0.999986589 0.000517544 -1.630306959 0.036637604 -0.000705947 0.999328375 154.809494019\n0.999303579 -0.004899981 -0.036991540 -2.496385574 0.004963293 0.999986351 0.001619885 -1.650961518 0.036983095 -0.001802356 0.999314249 156.077102661\n0.999290943 -0.004289997 -0.037406508 -2.550461769 0.004373704 0.999988139 0.002156219 -1.673187852 0.037396811 -0.002318296 0.999297798 157.340209961\n0.999258161 -0.004428528 -0.038255319 -2.596904993 0.004500427 0.999988258 0.001793539 -1.689936399 0.038246926 -0.001964374 0.999266386 158.626403809\n0.999218941 -0.003704218 -0.039341848 -2.646492243 0.003793927 0.999990344 0.002205833 -1.712342262 0.039333299 -0.002353370 0.999223351 159.902313232\n0.999178410 -0.004212704 -0.040307906 -2.698015451 0.004336892 0.999986112 0.002994029 -1.723473191 0.040294733 -0.003166381 0.999182820 161.176696777\n0.999174714 -0.002809511 -0.040521875 -2.767919064 0.002949970 0.999989867 0.003406859 -1.745563745 0.040511891 -0.003523585 0.999172866 162.453643799\n0.999157965 -0.002384332 -0.040959071 -2.828186750 0.002483902 0.999994099 0.002380219 -1.765082836 0.040953156 -0.002479953 0.999157965 163.733261108\n0.999094009 -0.001963115 -0.042512745 -2.877434492 0.002025846 0.999996901 0.001432551 -1.787441969 0.042509802 -0.001517377 0.999094903 165.004714966\n0.999055147 -0.001376299 -0.043438207 -2.936154366 0.001451680 0.999997497 0.001703865 -1.808593273 0.043435756 -0.001765314 0.999054670 166.276397705\n0.999023139 -0.001864157 -0.044150993 -2.996120453 0.001890633 0.999998033 0.000557922 -1.831351995 0.044149864 -0.000640850 0.999024689 167.544448853\n0.998964489 -0.001332842 -0.045477021 -3.055853844 0.001314705 0.999999046 -0.000428723 -1.854558587 0.045477550 0.000368490 0.998965263 168.840576172\n0.998901963 -0.001060618 -0.046837248 -3.109868050 0.001035855 0.999999285 -0.000552983 -1.872198939 0.046837803 0.000503859 0.998902380 170.120666504\n0.998858511 -0.000673680 -0.047761999 -3.170646906 0.000735181 0.999998927 0.001270098 -1.899824381 0.047761094 -0.001303762 0.998857915 171.395019531\n0.998813808 -0.000597792 -0.048689023 -3.237291574 0.000687958 0.999998093 0.001835144 -1.922124863 0.048687831 -0.001866463 0.998812318 172.676971436\n0.998736978 -0.000606221 -0.050240051 -3.295278788 0.000689972 0.999998391 0.001649694 -1.935163617 0.050238971 -0.001682275 0.998735785 173.954345703\n0.998692572 -0.000196228 -0.051118273 -3.367390394 0.000298662 0.999997973 0.001996237 -1.955586195 0.051117778 -0.002008894 0.998690605 175.232376099\n0.998660564 0.000079664 -0.051740762 -3.430568695 -0.000026578 0.999999464 0.001026687 -1.974246860 0.051740814 -0.001023937 0.998660028 176.513671875\n0.998557091 0.000702745 -0.053695347 -3.487187624 -0.000690149 0.999999702 0.000253124 -1.992760777 0.053695511 -0.000215701 0.998557329 177.803054810\n0.998530149 0.000536858 -0.054195922 -3.562121153 -0.000516338 0.999999762 0.000392640 -2.011421680 0.054196123 -0.000364080 0.998530269 179.083435059\n0.998527765 0.000450489 -0.054241069 -3.641732216 -0.000497042 0.999999523 -0.000844771 -2.035663843 0.054240663 0.000870488 0.998527527 180.350952148\n0.998412013 -0.000977370 -0.056324765 -3.688253880 0.000843378 0.999996781 -0.002402645 -2.053807735 0.056326929 0.002351326 0.998409629 181.616500854\n0.998362482 -0.004241211 -0.057047240 -3.757111549 0.004108836 0.999988616 -0.002437538 -2.076804399 0.057056926 0.002199149 0.998368502 182.895492554\n0.998372316 -0.003981266 -0.056893464 -3.839222431 0.004100784 0.999989629 0.001984130 -2.108993053 0.056884974 -0.002214209 0.998378277 184.167388916\n0.998300552 -0.004765619 -0.058080155 -3.898489475 0.005117985 0.999969363 0.005919653 -2.122907639 0.058050163 -0.006206846 0.998294353 185.460647583\n0.998284996 -0.004122304 -0.058396228 -3.974560976 0.004435786 0.999976456 0.005239576 -2.138425112 0.058373254 -0.005489623 0.998279750 186.720230103\n0.998287022 -0.002412119 -0.058456358 -4.053578377 0.002551356 0.999994099 0.002307379 -2.161087036 0.058450446 -0.002452569 0.998287320 187.962341309\n0.998266637 -0.002726822 -0.058789849 -4.133019924 0.002749628 0.999996185 0.000307039 -2.181408882 0.058788788 -0.000468157 0.998270333 189.213775635\n0.998243690 -0.002555293 -0.059186257 -4.207487583 0.002597665 0.999996424 0.000638982 -2.202953339 0.059184413 -0.000791606 0.998246729 190.465957642\n0.998236001 -0.002288293 -0.059327118 -4.279186726 0.002393011 0.999995708 0.001694113 -2.221843004 0.059322987 -0.001833095 0.998237133 191.717514038\n0.998239338 -0.002404913 -0.059266075 -4.359243870 0.002643859 0.999988675 0.003953652 -2.245766401 0.059255894 -0.004103383 0.998234391 192.971588135\n0.998293340 -0.003210108 -0.058310438 -4.441905499 0.003495203 0.999982417 0.004787922 -2.265629292 0.058294043 -0.004983557 0.998287022 194.234603882\n0.998354137 -0.002788475 -0.057282485 -4.513740063 0.003034542 0.999986529 0.004209144 -2.285359383 0.057269979 -0.004376043 0.998349130 195.477310181\n0.998408318 -0.004194269 -0.056242570 -4.586543560 0.004356969 0.999986649 0.002770513 -2.307540178 0.056230199 -0.003011150 0.998413265 196.697540283\n0.998471558 -0.004507917 -0.055084348 -4.659371376 0.004596504 0.999988317 0.001481612 -2.329032898 0.055077028 -0.001732543 0.998480618 197.919113159\n0.998543799 -0.005541938 -0.053661790 -4.732507706 0.005586174 0.999984145 0.000674391 -2.348475695 0.053657204 -0.000973173 0.998558939 199.150802612\n0.998628020 -0.004808992 -0.052143194 -4.806552410 0.004885845 0.999987185 0.001346524 -2.371587992 0.052136049 -0.001599440 0.998638690 200.374725342\n0.998657584 -0.005491024 -0.051506579 -4.861885548 0.005663872 0.999978781 0.003210485 -2.390824556 0.051487856 -0.003497901 0.998667479 201.599166870\n0.998718739 -0.004640388 -0.050392300 -4.929458141 0.004827748 0.999981880 0.003596950 -2.411283731 0.050374694 -0.003835622 0.998723030 202.811965942\n0.998748183 -0.004942397 -0.049776282 -4.987677574 0.005140118 0.999979377 0.003844964 -2.432178736 0.049756255 -0.004096007 0.998753011 204.020431519\n0.998788714 -0.004551983 -0.048994076 -5.049183369 0.004732456 0.999982417 0.003568205 -2.443645954 0.048976973 -0.003795746 0.998792708 205.237442017\n0.998829544 -0.004708384 -0.048139617 -5.108926296 0.004902418 0.999980330 0.003913367 -2.464683294 0.048120242 -0.004144787 0.998832941 206.428848267\n0.998867512 -0.004357469 -0.047378555 -5.172524929 0.004549959 0.999981821 0.003955727 -2.484422445 0.047360457 -0.004166817 0.998869181 207.631561279\n0.998890102 -0.004502486 -0.046886157 -5.228061199 0.004696874 0.999980807 0.004036604 -2.504528284 0.046867084 -0.004252342 0.998892069 208.803024292\n0.998901308 -0.005746126 -0.046510134 -5.285043240 0.005932359 0.999974906 0.003867078 -2.520814657 0.046486750 -0.004138744 0.998910308 209.969253540\n0.998907566 -0.005512080 -0.046403226 -5.340970039 0.005732466 0.999972880 0.004617634 -2.539624691 0.046376515 -0.004878595 0.998912096 211.124267578\n0.998871267 -0.006426736 -0.047062006 -5.395103455 0.006697882 0.999961853 0.005606023 -2.558605433 0.047024179 -0.005914911 0.998876214 212.260635376\n0.998824179 -0.006070037 -0.048097465 -5.448660851 0.006349829 0.999963760 0.005666527 -2.580269098 0.048061326 -0.005965275 0.998826563 213.396392822\n0.998802662 -0.005959651 -0.048556976 -5.511339664 0.006200805 0.999969184 0.004817290 -2.603648186 0.048526771 -0.005112614 0.998808801 214.495941162\n0.998770893 -0.005544999 -0.049254335 -5.565202713 0.005747817 0.999975562 0.003977095 -2.618736506 0.049231082 -0.004255312 0.998778343 215.591735840\n0.998735130 -0.005745546 -0.049951807 -5.625101089 0.005943276 0.999975085 0.003810775 -2.637362242 0.049928669 -0.004102832 0.998744369 216.667526245\n0.998655796 -0.006222188 -0.051458042 -5.675851345 0.006425731 0.999972165 0.003791024 -2.655039549 0.051433019 -0.004116583 0.998667955 217.740158081\n0.998560965 -0.006451600 -0.053238444 -5.736888409 0.006705755 0.999966979 0.004596656 -2.672155619 0.053207029 -0.004947045 0.998571277 218.788269043\n0.998416424 -0.007475039 -0.055756357 -5.785228252 0.007823225 0.999951243 0.006029138 -2.686365128 0.055708569 -0.006455785 0.998426199 219.859970093\n0.998295426 -0.007525467 -0.057875972 -5.853480816 0.007984857 0.999938369 0.007710326 -2.702219725 0.057814382 -0.008159314 0.998293996 220.891952515\n0.998068273 -0.007238729 -0.061703816 -5.890559196 0.007713241 0.999942482 0.007455414 -2.717557669 0.061646298 -0.007916948 0.998066664 221.913848877\n0.997909307 -0.006979845 -0.064251401 -5.958172321 0.007467145 0.999945104 0.007347254 -2.736595631 0.064196587 -0.007811667 0.997906685 222.909484863\n0.997715533 -0.007154719 -0.067175761 -6.026881218 0.007688224 0.999940872 0.007686760 -2.753487349 0.067116797 -0.008185662 0.997711539 223.885055542\n0.997400582 -0.006178613 -0.071790881 -6.069659233 0.006712976 0.999951541 0.007204439 -2.752140999 0.071742885 -0.007667642 0.997393668 224.855667114\n0.997186780 -0.005701688 -0.074739709 -6.143933296 0.006219941 0.999958217 0.006703174 -2.766912699 0.074698366 -0.007149193 0.997180521 225.780212402\n0.996970832 -0.005688679 -0.077567853 -6.222598076 0.006186988 0.999961734 0.006185364 -2.779938459 0.077529699 -0.006646539 0.996967912 226.692687988\n0.996703923 -0.006385911 -0.080873758 -6.298721790 0.006863974 0.999960542 0.005634593 -2.798112392 0.080834582 -0.006171137 0.996708453 227.566070557\n0.996179163 -0.005275934 -0.087173678 -6.317284584 0.005715607 0.999972165 0.004794804 -2.801410675 0.087145954 -0.005274734 0.996181607 228.470001221\n0.995919704 -0.004890103 -0.090110876 -6.398494244 0.005297123 0.999976814 0.004278274 -2.819693089 0.090087868 -0.004738146 0.995922565 229.305541992\n0.995699048 -0.003283118 -0.092588402 -6.480626583 0.003684724 0.999984503 0.004166923 -2.835752249 0.092573293 -0.004490164 0.995695770 230.124298096\n0.995656669 -0.002435401 -0.093069144 -6.564331532 0.002883593 0.999984860 0.004681516 -2.849279642 0.093056336 -0.004929556 0.995648623 230.919296265\n0.995492399 -0.002290402 -0.094813541 -6.612723351 0.002751536 0.999985039 0.004733137 -2.852508783 0.094801277 -0.004972685 0.995483816 231.730133057\n0.995512784 -0.002206443 -0.094601221 -6.688258171 0.002737721 0.999981225 0.005486551 -2.867311001 0.094587334 -0.005720924 0.995500147 232.492691040\n0.995568871 -0.002463848 -0.094003230 -6.764446259 0.002965501 0.999982119 0.005197228 -2.881507397 0.093988739 -0.005452965 0.995558321 233.232269287\n0.995533049 -0.001277147 -0.094404802 -6.818167210 0.001565954 0.999994338 0.002985218 -2.889688969 0.094400451 -0.003119717 0.995529413 233.984649658\n0.995621085 -0.001589252 -0.093467571 -6.891012669 0.001698681 0.999997973 0.001091224 -2.906445026 0.093465641 -0.001245217 0.995621741 234.714019775\n0.995736063 -0.001683425 -0.092232563 -6.962096691 0.001646534 0.999998510 -0.000476063 -2.918335915 0.092233226 0.000322169 0.995737374 235.443984985\n0.995792806 -0.000720502 -0.091630824 -7.017267704 0.000627719 0.999999285 -0.001041386 -2.928670406 0.091631509 0.000979486 0.995792508 236.179428101\n0.995943666 -0.001242887 -0.089970365 -7.079269409 0.001125740 0.999998450 -0.001352786 -2.941270590 0.089971907 0.001246016 0.995943546 236.902847290\n0.996128082 -0.001202782 -0.087905593 -7.147718430 0.001100426 0.999998689 -0.001212830 -2.958648682 0.087906934 0.001111401 0.996128082 237.622619629\n0.996267796 -0.001541236 -0.086302653 -7.216173649 0.001431480 0.999998093 -0.001333629 -2.973420382 0.086304545 0.001205112 0.996268094 238.341842651\n0.996414423 -0.002247382 -0.084576577 -7.271439075 0.002102903 0.999996185 -0.001797311 -2.985855818 0.084580287 0.001613010 0.996415377 239.062591553\n0.996674716 -0.002231216 -0.081452839 -7.336323738 0.002109091 0.999996543 -0.001585333 -2.996301174 0.081456095 0.001408270 0.996675909 239.761337280\n0.996929765 -0.002945794 -0.078245223 -7.391842842 0.002898374 0.999995530 -0.000719599 -3.016523361 0.078246988 0.000490606 0.996933877 240.479202271\n0.997119844 -0.003452618 -0.075763218 -7.438288689 0.003426442 0.999994040 -0.000475479 -3.030095339 0.075764410 0.000214511 0.997125745 241.175384521\n0.997301936 -0.003778707 -0.073311865 -7.483862877 0.003764391 0.999992847 -0.000333456 -3.043135405 0.073312603 0.000056582 0.997309029 241.872528076\n0.997537673 -0.004060935 -0.070014931 -7.537615776 0.003993926 0.999991417 -0.001097031 -3.053635120 0.070018791 0.000814695 0.997545362 242.573181152\n0.997750640 -0.003882490 -0.066921815 -7.587797165 0.003809553 0.999992013 -0.001217463 -3.067347050 0.066926010 0.000959782 0.997757494 243.263885498\n0.997919083 -0.003276184 -0.064395837 -7.629205704 0.003143520 0.999992728 -0.002161337 -3.079910517 0.064402446 0.001954410 0.997922122 243.953948975\n0.998111188 -0.003290324 -0.061344903 -7.673220634 0.003137591 0.999991715 -0.002585902 -3.096097469 0.061352901 0.002388543 0.998113275 244.649871826\n0.998268962 -0.002878726 -0.058743607 -7.713243008 0.002797964 0.999995053 -0.001457025 -3.110620260 0.058747508 0.001290141 0.998272061 245.351211548\n0.998405695 -0.002915108 -0.056369528 -7.754626751 0.002857380 0.999995291 -0.001104668 -3.122632504 0.056372482 0.000941838 0.998409390 246.055053711\n0.998555362 -0.003358397 -0.053627048 -7.798861027 0.003285062 0.999993563 -0.001455578 -3.134575844 0.053631589 0.001277307 0.998559952 246.758880615\n0.998661339 -0.002491964 -0.051665045 -7.835789204 0.002342351 0.999992907 -0.002956177 -3.148640156 0.051672045 0.002831202 0.998660088 247.472793579\n0.998761356 -0.002946076 -0.049670238 -7.874080181 0.002680027 0.999981701 -0.005422054 -3.161834955 0.049685303 0.005282221 0.998750925 248.181335449\n0.998792112 -0.003426291 -0.049015958 -7.906124592 0.003085392 0.999970555 -0.007028819 -3.172799349 0.049038596 0.006869095 0.998773277 248.905578613\n0.998792291 -0.003792454 -0.048985466 -7.943491936 0.003438197 0.999967337 -0.007314110 -3.189332962 0.049011607 0.007136855 0.998772740 249.624832153\n0.998793840 -0.003901215 -0.048945345 -7.976546288 0.003526433 0.999963820 -0.007741184 -3.206629038 0.048973773 0.007559245 0.998771429 250.358566284\n0.998798788 -0.002769741 -0.048921511 -8.013754845 0.002381709 0.999965250 -0.007988244 -3.223209143 0.048941936 0.007862132 0.998770654 251.094039917\n0.998830080 -0.002010823 -0.048315458 -8.056157112 0.001598070 0.999961913 -0.008579977 -3.238107443 0.048330870 0.008492728 0.998795271 251.820632935\n0.998825252 -0.003085087 -0.048358988 -8.089811325 0.002573788 0.999940157 -0.010631677 -3.254920721 0.048388891 0.010494721 0.998773456 252.573333740\n0.998823941 -0.007035367 -0.047971491 -8.124987602 0.006432119 0.999898434 -0.012717937 -3.274772406 0.048056092 0.012394421 0.998767734 253.322204590\n0.998825073 -0.010097891 -0.047397655 -8.157504082 0.009458992 0.999861598 -0.013684552 -3.290677309 0.047529284 0.013220140 0.998782337 254.089385986\n0.998870552 -0.007696781 -0.046886846 -8.201284409 0.007254394 0.999927640 -0.009598075 -3.309039593 0.046957329 0.009247099 0.998854101 254.862213135\n0.998932600 -0.003459025 -0.046062209 -8.250730515 0.003297194 0.999988139 -0.003588837 -3.323117733 0.046074077 0.003433131 0.998932123 255.653503418\n0.998946369 -0.004052631 -0.045713820 -8.279315948 0.004056115 0.999991775 -0.000016538 -3.341273308 0.045713510 -0.000168900 0.998954594 256.451385498\n0.999040961 -0.005279628 -0.043465495 -8.310074806 0.005187492 0.999984026 -0.002232270 -3.352154732 0.043476585 0.002004652 0.999052405 257.246795654\n0.999219477 -0.004288930 -0.039268237 -8.350174904 0.003962241 0.999956906 -0.008393466 -3.365489244 0.039302547 0.008231324 0.999193430 258.039215088\n0.999368191 -0.002328295 -0.035466064 -8.387863159 0.001901473 0.999925435 -0.012063625 -3.380840778 0.035491508 0.011988565 0.999298096 258.853088379\n0.999481857 -0.000358236 -0.032185692 -8.422800064 -0.000032071 0.999926507 -0.012125387 -3.397150040 0.032187670 0.012120136 0.999408364 259.675109863\n0.999568582 -0.002285236 -0.029282687 -8.444451332 0.002008633 0.999953151 -0.009471901 -3.419210911 0.029302960 0.009408996 0.999526262 260.504516602\n0.999648631 -0.004529163 -0.026116457 -8.465801239 0.004366010 0.999970615 -0.006300772 -3.435860634 0.026144227 0.006184533 0.999639034 261.359954834\n0.999707162 -0.006336256 -0.023355547 -8.482436180 0.006222819 0.999968529 -0.004926469 -3.449453592 0.023386028 0.004779689 0.999715090 262.199920654\n0.999771297 -0.006567361 -0.020352861 -8.502042770 0.006488064 0.999971092 -0.003959690 -3.473875761 0.020378279 0.003826733 0.999785006 263.045989990\n0.999830902 -0.003949880 -0.017959140 -8.518534660 0.003836497 0.999972522 -0.006343446 -3.486361742 0.017983701 0.006273474 0.999818623 263.904388428\n0.999868453 -0.003430766 -0.015850952 -8.534565926 0.003295562 0.999958038 -0.008547959 -3.505280018 0.015879612 0.008494597 0.999837816 264.748748779\n0.999916077 -0.001994369 -0.012799003 -8.557201385 0.001879648 0.999958038 -0.008969002 -3.516552925 0.012816353 0.008944193 0.999877870 265.597717285\n0.999947488 -0.002408620 -0.009963008 -8.567971230 0.002341726 0.999974668 -0.006720426 -3.543784380 0.009978942 0.006696742 0.999927759 266.448242188\n0.999974668 -0.000692112 -0.007083826 -8.579466820 0.000656052 0.999986827 -0.005091524 -3.564886332 0.007087257 0.005086748 0.999961972 267.296752930\n0.999992192 0.000565655 -0.003909010 -8.591471672 -0.000585821 0.999986529 -0.005159460 -3.582210302 0.003906039 0.005161710 0.999979079 268.150299072\n0.999999344 0.000613609 -0.000977488 -8.602158546 -0.000619220 0.999983251 -0.005750269 -3.597833633 0.000973944 0.005750871 0.999983013 268.993896484\n0.999998212 -0.001658397 0.000886227 -8.591891289 0.001663590 0.999981284 -0.005891331 -3.619438648 -0.000876440 0.005892796 0.999982238 269.851470947\n0.999986649 -0.004577713 0.002390269 -8.586669922 0.004590694 0.999974608 -0.005453924 -3.633112907 -0.002365242 0.005464825 0.999982297 270.704956055\n0.999974966 -0.006188730 0.003427806 -8.588352203 0.006207105 0.999966264 -0.005376117 -3.656009436 -0.003394419 0.005397260 0.999979675 271.563751221\n0.999967396 -0.006833423 0.004297887 -8.596331596 0.006855426 0.999963343 -0.005125699 -3.678372622 -0.004262703 0.005154996 0.999977648 272.412902832\n0.999966562 -0.006915858 0.004361381 -8.589624405 0.006938367 0.999962568 -0.005167040 -3.696261644 -0.004325483 0.005197128 0.999977112 273.275878906\n0.999972582 -0.006267500 0.003949797 -8.586507797 0.006284013 0.999971509 -0.004182316 -3.713997364 -0.003923472 0.004207022 0.999983430 274.137359619\n0.999979615 -0.005712824 0.002853252 -8.582143784 0.005724558 0.999975145 -0.004121264 -3.727696180 -0.002829637 0.004137514 0.999987423 274.999084473\n0.999980092 -0.005889382 0.002255886 -8.591015816 0.005900925 0.999969363 -0.005145018 -3.746114969 -0.002225516 0.005158227 0.999984205 275.881225586\n0.999983966 -0.005623874 0.000627533 -8.596330643 0.005627434 0.999967217 -0.005822837 -3.766504049 -0.000594765 0.005826276 0.999982834 276.745819092\n0.999987900 -0.004854983 -0.000796169 -8.604555130 0.004849331 0.999964058 -0.006953762 -3.782951593 0.000829901 0.006949817 0.999975502 277.604797363\n0.999989927 -0.003972002 -0.002100593 -8.616245270 0.003957161 0.999967515 -0.007022562 -3.805488586 0.002128419 0.007014179 0.999973118 278.468536377\n0.999988675 -0.002731594 -0.003904500 -8.626058578 0.002703336 0.999970257 -0.007224349 -3.826640606 0.003924118 0.007213712 0.999966264 279.329467773\n0.999981105 -0.001868167 -0.005853366 -8.640340805 0.001825466 0.999971747 -0.007292000 -3.834579468 0.005866823 0.007281177 0.999956310 280.176208496\n0.999957681 -0.002074517 -0.008962697 -8.648182869 0.002024979 0.999982655 -0.005532595 -3.863447666 0.008974019 0.005514212 0.999944508 281.043457031\n0.999905348 -0.003250178 -0.013368906 -8.658772469 0.003212122 0.999990702 -0.002867035 -3.885514259 0.013378100 0.002823821 0.999906540 281.892761230\n0.999825716 -0.004370695 -0.018151950 -8.681801796 0.004352529 0.999989986 -0.001040186 -3.906888723 0.018156314 0.000960998 0.999834716 282.744293213\n0.999733269 -0.004341056 -0.022682574 -8.710069656 0.004339561 0.999990582 -0.000115134 -3.915578842 0.022682859 0.000016671 0.999742687 283.575927734\n0.999621093 -0.004657978 -0.027129430 -8.740811348 0.004672428 0.999988973 0.000469276 -3.934499979 0.027126944 -0.000595858 0.999631822 284.407623291\n0.999469161 -0.005269687 -0.032150231 -8.763852119 0.005298672 0.999985635 0.000816396 -3.947948694 0.032145467 -0.000986316 0.999482691 285.229888916\n0.999307513 -0.006484084 -0.036638867 -8.799530029 0.006530012 0.999978065 0.001134008 -3.970049858 0.036630709 -0.001372475 0.999327958 286.026824951\n0.999147475 -0.006725614 -0.040731423 -8.837812424 0.006755838 0.999976993 0.000604411 -3.984170198 0.040726420 -0.000879070 0.999169946 286.813720703\n0.998987913 -0.006323276 -0.044532280 -8.878601074 0.006354393 0.999979675 0.000557239 -4.000261784 0.044527851 -0.000839650 0.999007761 287.583557129\n0.998815536 -0.005980325 -0.048288602 -8.921235085 0.006011277 0.999981821 0.000495780 -4.015917778 0.048284758 -0.000785469 0.998833299 288.334442139\n0.998622537 -0.006914876 -0.052011900 -8.962484360 0.006954983 0.999975622 0.000590159 -4.033183575 0.052006554 -0.000951088 0.998646319 289.078948975\n0.998383462 -0.007713536 -0.056311265 -9.004103661 0.007723234 0.999970198 -0.000045415 -4.049068451 0.056309938 -0.000389564 0.998413265 289.793273926\n0.998107791 -0.006824128 -0.061108835 -9.056484222 0.006744030 0.999976099 -0.001516900 -4.067313194 0.061117727 0.001101910 0.998129964 290.492309570\n0.997700155 -0.004946431 -0.067601256 -9.107235909 0.004702493 0.999981821 -0.003767135 -4.078097820 0.067618668 0.003440576 0.997705281 291.166656494\n0.997116208 -0.004470286 -0.075757995 -9.169565201 0.004082887 0.999977767 -0.005267743 -4.099422455 0.075779863 0.004943240 0.997112334 291.814422607\n0.996254444 -0.004958505 -0.086327828 -9.228393555 0.004408949 0.999968767 -0.006555425 -4.114977837 0.086357638 0.006150256 0.996245205 292.452972412\n0.995006263 -0.004713526 -0.099701047 -9.302726746 0.004063724 0.999969184 -0.006719592 -4.135548115 0.099729642 0.006280879 0.994994760 293.074371338\n0.993211746 -0.003404698 -0.116270669 -9.387517929 0.002716446 0.999977827 -0.006077342 -4.153523445 0.116288781 0.005720244 0.993198991 293.689117432\n0.990694106 -0.000794628 -0.136104941 -9.487474442 0.000062943 0.999985516 -0.005380111 -4.171733856 0.136107236 0.005321477 0.990679801 294.291442871\n0.987324059 0.000755249 -0.158715606 -9.589568138 -0.001577253 0.999985993 -0.005053200 -4.194634438 0.158709556 0.005239480 0.987311423 294.867462158\n0.982987165 0.002148415 -0.183661774 -9.718518257 -0.003138384 0.999982059 -0.005099673 -4.208652020 0.183647528 0.005589314 0.982976258 295.431182861\n0.977450609 0.003432465 -0.211136356 -9.853835106 -0.004524580 0.999978781 -0.004689676 -4.229656696 0.211115777 0.005539230 0.977445364 295.977020264\n0.970429361 0.004424434 -0.241344631 -10.006072998 -0.005492396 0.999977887 -0.003752500 -4.236892223 0.241322696 0.004967097 0.970432222 296.514953613\n0.961587191 0.004377047 -0.274464905 -10.177731514 -0.005099189 0.999985158 -0.001917672 -4.249554157 0.274452448 0.003243558 0.961595237 297.034149170\n0.950690567 0.004411429 -0.310109675 -10.360210419 -0.004736329 0.999988735 -0.000294748 -4.262620926 0.310104877 0.001748995 0.950700760 297.544799805\n0.937959075 0.006152911 -0.346691459 -10.560390472 -0.005665646 0.999981046 0.002419010 -4.276003838 0.346699744 -0.000304701 0.937976122 298.017669678\n0.923025668 0.007458685 -0.384666115 -10.781524658 -0.006108538 0.999970138 0.004731699 -4.283902645 0.384689897 -0.002017732 0.923043668 298.493499756\n0.905902982 0.007946845 -0.423410684 -11.011650085 -0.005651820 0.999961734 0.006675648 -4.291969299 0.423447520 -0.003654449 0.905913234 298.925476074\n0.886512339 0.008213842 -0.462632090 -11.264198303 -0.004745606 0.999951243 0.008660022 -4.303853512 0.462680668 -0.005481747 0.886508048 299.352172852\n0.864182591 0.007859213 -0.503117025 -11.526267052 -0.003543876 0.999948263 0.009533071 -4.302808762 0.503165901 -0.006455330 0.864165723 299.764221191\n0.839110553 0.007277368 -0.543912292 -11.814650536 -0.001944048 0.999944210 0.010379783 -4.308979034 0.543957472 -0.007652394 0.839077890 300.148040771\n0.810748756 0.006438588 -0.585358858 -12.113132477 0.000340516 0.999934137 0.011470292 -4.310674191 0.585394204 -0.009498849 0.810693204 300.526214600\n0.779452801 0.006807438 -0.626423955 -12.431730270 0.001686874 0.999914527 0.012965173 -4.312951565 0.626458704 -0.011162439 0.779374719 300.877166748\n0.745274484 0.008243889 -0.666706860 -12.773162842 0.001303802 0.999903619 0.013821346 -4.321249962 0.666756511 -0.011169950 0.745191932 301.205871582\n0.707816780 0.007682922 -0.706354320 -13.112796783 0.002870097 0.999901295 0.013751835 -4.325598240 0.706390262 -0.011761084 0.707724929 301.494201660\n0.666245818 0.006934461 -0.745700002 -13.476123810 0.007128321 0.999851882 0.015666688 -4.324849129 0.745698154 -0.015753454 0.666097641 301.781860352\n0.621000051 0.006627526 -0.783782542 -13.847915649 0.013122218 0.999736190 0.018850479 -4.325220585 0.783700705 -0.021991115 0.620749235 302.021697998\n0.571124315 0.007145958 -0.820832551 -14.230895996 0.017534347 0.999627769 0.020902669 -4.320663452 0.820676386 -0.026330784 0.570786357 302.243652344\n0.517946720 0.011349761 -0.855337620 -14.584877014 0.016752340 0.999585629 0.023408158 -4.329930305 0.855248868 -0.026453085 0.517541885 302.413055420\n0.462627888 0.017351311 -0.886382759 -14.989692688 0.011778964 0.999599934 0.025715355 -4.324137211 0.886474311 -0.022337312 0.462238431 302.569702148\n0.406121671 0.021674711 -0.913561940 -15.398300171 0.008975307 0.999575853 0.027705384 -4.328521252 0.913774967 -0.019451255 0.405754864 302.686187744\n0.346837223 0.023764662 -0.937624276 -15.794570923 0.008655858 0.999555290 0.028536238 -4.322062016 0.937885463 -0.018013373 0.346477270 302.793121338\n0.288015962 0.025951093 -0.957274020 -16.192337036 0.010110481 0.999494612 0.030137621 -4.316592216 0.957572341 -0.018358616 0.287608027 302.853668213\n0.228786826 0.029212024 -0.973038256 -16.590957642 0.012339893 0.999382317 0.032904349 -4.313010216 0.973398447 -0.019535271 0.228285015 302.895233154\n0.166751564 0.033255249 -0.985438049 -16.993011475 0.014152672 0.999247372 0.036116127 -4.309526443 0.985897422 -0.019969005 0.166155457 302.954040527\n0.106693745 0.035703290 -0.993650734 -17.384643555 0.015910428 0.999165833 0.037609849 -4.295404434 0.994164646 -0.019822147 0.106036723 302.915191650\n0.041679144 0.040385328 -0.998314619 -17.783355713 0.016556844 0.999017656 0.041105013 -4.297050476 0.998993993 -0.018242162 0.040969551 302.898132324\n-0.024736285 0.045985192 -0.998635888 -18.191131592 0.018648781 0.998788893 0.045530312 -4.288954735 0.999520123 -0.017497092 -0.025563836 302.866424561\n-0.093943000 0.053794734 -0.994123220 -18.657562256 0.020615926 0.998430133 0.052079625 -4.283030510 0.995364130 -0.015602255 -0.094904542 302.798645020\n-0.160273194 0.060065452 -0.985243380 -19.114562988 0.022761995 0.998106241 0.057146858 -4.258959770 0.986810148 -0.013266995 -0.161336899 302.678009033\n-0.227244854 0.066227414 -0.971583128 -19.559936523 0.025542242 0.997747004 0.062036753 -4.238613129 0.973502696 -0.010718880 -0.228424430 302.539062500\n-0.293571949 0.071478814 -0.953260839 -20.033416748 0.029833764 0.997399867 0.065600723 -4.206364632 0.955471277 -0.009180826 -0.294941068 302.375183105\n-0.355050445 0.076274969 -0.931730330 -20.451293945 0.033918157 0.997060716 0.068698123 -4.195376396 0.934231699 -0.007211284 -0.356593966 302.151031494\n-0.415540338 0.079331107 -0.906108856 -20.899475098 0.038248178 0.996832132 0.069733523 -4.172714233 0.908770442 -0.005679933 -0.417258143 301.909667969\n-0.472961068 0.079868078 -0.877456129 -21.344299316 0.041741502 0.996795952 0.068231426 -4.143008232 0.880094230 -0.004355536 -0.474779487 301.626892090\n-0.526300192 0.080012523 -0.846525967 -21.780517578 0.044710401 0.996789634 0.066418000 -4.109611511 0.849122584 -0.002892706 -0.528187990 301.304779053\n-0.575882316 0.079532057 -0.813654900 -22.186035156 0.046367224 0.996832192 0.064619601 -4.075613976 0.816216707 -0.000513633 -0.577745676 300.986724854\n-0.619975090 0.079271622 -0.780606925 -22.618438721 0.047710355 0.996850967 0.063338883 -4.038999557 0.783169806 0.002025492 -0.621804953 300.597961426\n-0.658793092 0.080707826 -0.747982681 -23.050415039 0.049788583 0.996726632 0.063695692 -4.012307167 0.750674963 0.004721280 -0.660655022 300.179016113\n-0.694065452 0.083831593 -0.715014398 -23.486358643 0.054203913 0.996463001 0.064214125 -3.969020844 0.717868567 0.005812220 -0.696154594 299.742919922\n-0.728296041 0.090991624 -0.679194987 -23.907379150 0.062675379 0.995835662 0.066205569 -3.935124397 0.682390749 0.005648437 -0.730966091 299.261260986\n-0.761406302 0.096744619 -0.641015708 -24.345825195 0.069513090 0.995285034 0.067643851 -3.894754410 0.644537449 0.006945473 -0.764541268 298.730499268\n-0.791461706 0.097951151 -0.603319108 -24.748382568 0.072311752 0.995149016 0.066704355 -3.855580330 0.606926203 0.009166879 -0.794705272 298.174499512\n-0.818952441 0.094553791 -0.566018164 -25.127288818 0.072251551 0.995472670 0.061756209 -3.813290596 0.569294930 0.009679705 -0.822076440 297.570678711\n-0.843835950 0.092045642 -0.528648019 -25.510070801 0.073438384 0.995718062 0.056146175 -3.776314259 0.531552374 0.008555099 -0.846982360 296.922302246\n-0.865783930 0.087459549 -0.492715925 -25.867797852 0.072054923 0.996136248 0.050206676 -3.744302273 0.495203227 0.007965525 -0.868740559 296.253967285\n-0.885880470 0.085213669 -0.456020087 -26.207946777 0.072641023 0.996339500 0.045064855 -3.703681469 0.458190978 0.006796314 -0.888827801 295.539855957\n-0.904198289 0.083656669 -0.418840528 -26.530075073 0.072076932 0.996453285 0.043424964 -3.672175884 0.420987815 0.009076030 -0.907021165 294.778289795\n-0.920510292 0.080003083 -0.382440418 -26.828903198 0.069551423 0.996731281 0.041101288 -3.651120424 0.384478569 0.011234879 -0.923065662 293.990936279\n-0.935741305 0.079822510 -0.343536228 -27.110763550 0.070802629 0.996737719 0.038741712 -3.620774984 0.345507979 0.011928944 -0.938340306 293.174896240\n-0.949009418 0.081878960 -0.304429024 -27.370132446 0.073877737 0.996553302 0.037729908 -3.591070175 0.306469053 0.013315509 -0.951787591 292.305236816\n-0.960292101 0.085907377 -0.265441746 -27.617614746 0.078845955 0.996193767 0.037165426 -3.579049349 0.267624199 0.014760653 -0.963410497 291.423278809\n-0.970008492 0.086530924 -0.227147758 -27.813507080 0.079963386 0.996074140 0.037975527 -3.549471140 0.229542077 0.018673075 -0.973119736 290.493164062\n-0.977811098 0.089316353 -0.189494833 -27.999572754 0.083650246 0.995781481 0.037707828 -3.520071030 0.192063376 0.021019837 -0.981157541 289.563903809\n-0.984305382 0.088307463 -0.152790129 -28.141265869 0.083736412 0.995833457 0.036110517 -3.494151115 0.155342340 0.022749677 -0.987598777 288.589141846\n-0.989115953 0.087130591 -0.118566483 -28.254058838 0.083996221 0.995977819 0.031190373 -3.461610317 0.120807223 0.020891760 -0.992456198 287.585083008\n-0.992693543 0.085546382 -0.085099168 -28.329177856 0.083517082 0.996136844 0.027133700 -3.438278437 0.087091610 0.019828208 -0.996003270 286.555206299\n-0.994956732 0.084603742 -0.053887367 -28.367752075 0.083306223 0.996187627 0.025889732 -3.418100834 0.055872295 0.021270003 -0.998211622 285.484619141\n-0.996173143 0.084225819 -0.023352984 -28.422016144 0.083630055 0.996172786 0.025412844 -3.396518230 0.025404025 0.023362579 -0.999404311 284.419647217\n-0.996491790 0.083530888 0.005218372 -28.407676697 0.083630547 0.996224165 0.023308659 -3.382203102 -0.003251676 0.023663295 -0.999714971 283.315704346\n-0.996096849 0.082479693 0.031436529 -28.356334686 0.083182313 0.996297240 0.021737516 -3.360957623 -0.029527223 0.024267633 -0.999269366 282.183807373\n-0.995237350 0.079469152 0.056454796 -28.297418594 0.080810003 0.996489465 0.021875251 -3.343442202 -0.054518200 0.026333179 -0.998165488 281.024871826\n-0.993789077 0.077702172 0.079664454 -28.198343277 0.079681374 0.996578276 0.021969097 -3.324441433 -0.077684820 0.028180411 -0.996580005 279.855987549\n-0.992211103 0.075159386 0.099339344 -28.070709229 0.077567980 0.996774137 0.020604821 -3.319361925 -0.097470246 0.028149882 -0.994840264 278.668060303\n-0.990771532 0.070748232 0.115613863 -27.924446106 0.073287927 0.997150898 0.017860569 -3.308374643 -0.114020862 0.026168842 -0.993133783 277.461700439\n-0.989607334 0.066088334 0.127711102 -27.753665924 0.068733662 0.997500002 0.016413681 -3.296875238 -0.126307070 0.025021147 -0.991675854 276.247070312\n-0.988903522 0.061065547 0.135427758 -27.584022522 0.064142756 0.997769773 0.018472178 -3.291227341 -0.133997709 0.026953915 -0.990615010 275.006225586\n-0.988590121 0.058150239 0.138953790 -27.392929077 0.061440997 0.997920036 0.019507736 -3.281472683 -0.137530401 0.027822614 -0.990106702 273.753387451\n-0.988680482 0.056385439 0.139038786 -27.201475143 0.059471983 0.998065114 0.018142002 -3.266509056 -0.137746811 0.026205553 -0.990120888 272.483459473\n-0.989120245 0.054016706 0.136835068 -27.004413605 0.056883048 0.998234034 0.017121688 -3.250856161 -0.135668561 0.024719000 -0.990446091 271.192169189\n-0.989405513 0.054430265 0.134588301 -26.837142944 0.057411101 0.998181701 0.018363923 -3.248064041 -0.133344024 0.025896229 -0.990731478 269.892944336\n-0.989842176 0.052917715 0.131955996 -26.648780823 0.055945363 0.998246491 0.019340908 -3.235132694 -0.130701125 0.026526770 -0.991066933 268.573822021\n-0.990409851 0.052454151 0.127817124 -26.478658676 0.055439509 0.998263538 0.019909363 -3.219432116 -0.126550838 0.026804544 -0.991598010 267.235900879\n-0.991108775 0.050588600 0.123063505 -26.308856964 0.053678505 0.998317599 0.021921463 -3.205007315 -0.121747494 0.028332412 -0.992156863 265.895233154\n-0.991906285 0.050021779 0.116703406 -26.142673492 0.053237852 0.998278737 0.024603231 -3.201682091 -0.115271829 0.030617138 -0.992861986 264.560668945\n-0.992539763 0.049000166 0.111643456 -25.988704681 0.052243724 0.998287618 0.026313281 -3.183598042 -0.110162921 0.031949639 -0.993400097 263.223602295\n-0.993160963 0.048821203 0.106056273 -25.837749481 0.051928520 0.998292863 0.026735986 -3.178008080 -0.104569934 0.032060482 -0.994000673 261.883880615\n-0.993726254 0.047702320 0.101157397 -25.694894791 0.050588667 0.998376846 0.026161108 -3.162503242 -0.099745266 0.031114396 -0.994526505 260.545288086\n-0.994326830 0.046762045 0.095537432 -25.563343048 0.049429733 0.998445630 0.025748586 -3.153765678 -0.094184875 0.030324901 -0.995092750 259.192535400\n-0.994909167 0.045699038 0.089817829 -25.434947968 0.048152447 0.998518527 0.025339946 -3.137009144 -0.088526756 0.029535893 -0.995635748 257.843444824\n-0.995372057 0.045248892 0.084778465 -25.315649033 0.047792334 0.998458743 0.028214607 -3.122115135 -0.083371118 0.032135785 -0.996000409 256.494537354\n-0.995761275 0.045609966 0.079869248 -25.201122284 0.048242860 0.998343527 0.031350762 -3.106112480 -0.078307040 0.035071000 -0.996312141 255.136505127\n-0.996076703 0.046247490 0.075449005 -25.089591980 0.048706129 0.998329520 0.031077977 -3.083902836 -0.073885694 0.034630876 -0.996665239 253.780609131\n-0.996277332 0.047649641 0.071841590 -24.988195419 0.049952555 0.998282552 0.030606044 -3.065550327 -0.070259832 0.034080777 -0.996946454 252.418716431\n-0.996441722 0.048201151 0.069139756 -24.887184143 0.050352328 0.998289406 0.029714670 -3.040855885 -0.067589201 0.033090290 -0.997164249 251.059326172\n-0.996647835 0.048268478 0.066057824 -24.787084579 0.050114419 0.998389781 0.026577611 -3.029147625 -0.064668596 0.029798962 -0.997461915 249.684692383\n-0.996818185 0.047882706 0.063724160 -24.698177338 0.049532615 0.998470306 0.024567578 -3.014711142 -0.062450320 0.027645834 -0.997665048 248.324234009\n-0.996999860 0.047091939 0.061432775 -24.603458405 0.048811562 0.998448431 0.026797449 -3.002041340 -0.060075518 0.029715678 -0.997751594 246.945281982\n-0.997062087 0.047982417 0.059707828 -24.512712479 0.049759127 0.998350680 0.028633723 -2.981975555 -0.058235437 0.031520609 -0.997805119 245.572799683\n-0.997085214 0.048147798 0.059185602 -24.432792664 0.049917005 0.998338461 0.028785802 -2.958606482 -0.057701290 0.031656265 -0.997831941 244.202133179\n-0.997026443 0.049475722 0.059080016 -24.344911575 0.051262654 0.998260498 0.029122565 -2.939382076 -0.057536386 0.032064565 -0.997828484 242.814971924\n-0.996977925 0.049962934 0.059488058 -24.258932114 0.051759306 0.998237014 0.029048348 -2.923756838 -0.057931840 0.032039620 -0.997806311 241.426025391\n-0.996855736 0.051662911 0.060083624 -24.174953461 0.053381260 0.998199463 0.027353792 -2.904610395 -0.058562264 0.030475115 -0.997818708 240.042053223\n-0.996741891 0.053034432 0.060769230 -24.087745667 0.054678261 0.998172879 0.025713379 -2.888399363 -0.059294503 0.028952358 -0.997820616 238.650207520\n-0.996603966 0.054244623 0.061955113 -23.997030258 0.055966124 0.998083651 0.026396202 -2.869735479 -0.060404535 0.029773941 -0.997730017 237.270004272\n-0.996554494 0.054429792 0.062583342 -23.900739670 0.056358203 0.997975528 0.029471351 -2.854328156 -0.060852528 0.032896891 -0.997604609 235.852325439\n-0.996505499 0.053617958 0.064046904 -23.814235687 0.055643726 0.997991562 0.030274795 -2.832126617 -0.062294997 0.033732805 -0.997487545 234.454605103\n-0.996586084 0.051927987 0.064184412 -23.714763641 0.053995814 0.998062551 0.030912494 -2.812753201 -0.062454831 0.034272652 -0.997459173 233.039901733\n-0.996614337 0.050244402 0.065081567 -23.620750427 0.052315485 0.998164177 0.030518485 -2.791941643 -0.063428707 0.033819929 -0.997413278 231.622680664\n-0.996653080 0.049016006 0.065422319 -23.516498566 0.051071748 0.998240411 0.030128220 -2.769468307 -0.063830443 0.033368617 -0.997402668 230.205551147\n-0.996655464 0.049476553 0.065040901 -23.428932190 0.051422965 0.998267353 0.028599571 -2.751903057 -0.063513204 0.031848509 -0.997472882 228.808898926\n-0.996646285 0.050035950 0.064751342 -23.333431244 0.051862609 0.998293400 0.026842874 -2.730402708 -0.063297734 0.030111022 -0.997540355 227.388366699\n-0.996524096 0.051520724 0.065463327 -23.242950439 0.053451445 0.998175263 0.028091177 -2.716032267 -0.063896596 0.031492643 -0.997459531 225.968292236\n-0.996645570 0.050560862 0.064355381 -23.146093369 0.052484736 0.998213172 0.028562477 -2.698885202 -0.062796250 0.031844337 -0.997518301 224.541412354\n-0.996623993 0.050470170 0.064759143 -23.052591324 0.052455556 0.998192370 0.029332001 -2.677889347 -0.063161694 0.032629948 -0.997469902 223.116241455\n-0.996663213 0.049270902 0.065079033 -22.941200256 0.051358234 0.998205245 0.030799175 -2.663716793 -0.063444726 0.034038741 -0.997404933 221.655212402\n-0.996784329 0.050475668 0.062235150 -22.867406845 0.052432079 0.998167336 0.030212985 -2.636766434 -0.060596075 0.033378948 -0.997604132 220.247329712\n-0.996821642 0.049602080 0.062343530 -22.770664215 0.051497359 0.998247027 0.029169627 -2.615744352 -0.060787369 0.032287434 -0.997628570 218.805496216\n-0.996878743 0.051431287 0.059897956 -22.691661835 0.053300638 0.998126566 0.030040046 -2.593549728 -0.058240745 0.033138879 -0.997752428 217.354553223\n-0.996828794 0.051878240 0.060342766 -22.601970673 0.053868908 0.998040140 0.031843148 -2.572690964 -0.058572538 0.034992762 -0.997669816 215.911544800\n-0.997002006 0.051928695 0.057362750 -22.516269684 0.053777222 0.998066485 0.031164842 -2.555713654 -0.055633489 0.034156218 -0.997866869 214.438323975\n-0.997058868 0.052303795 0.056021109 -22.427749634 0.053981077 0.998124897 0.028856544 -2.535747051 -0.054406758 0.031795748 -0.998012662 212.986267090\n-0.997087479 0.052051757 0.055743434 -22.342302322 0.053734679 0.998130322 0.029128691 -2.516253233 -0.054123014 0.032039206 -0.998020172 211.543914795\n-0.997098923 0.051688075 0.055879910 -22.262851715 0.053358391 0.998159349 0.028823374 -2.495465994 -0.054287232 0.031721409 -0.998021603 210.063690186\n-0.997151494 0.051230155 0.055360001 -22.170236588 0.052820906 0.998220742 0.027663194 -2.475974083 -0.053844314 0.030508555 -0.998083353 208.624771118\n-0.997134566 0.051025525 0.055849873 -22.089536667 0.052715845 0.998181939 0.029221773 -2.459222317 -0.054257277 0.032082211 -0.998011589 207.148757935\n-0.997264743 0.049427040 0.054954335 -21.992876053 0.051188245 0.998204172 0.031116007 -2.439306021 -0.053317674 0.033843912 -0.998003960 205.671783447\n-0.997305989 0.048789036 0.054776438 -21.899404526 0.050547954 0.998234272 0.031197557 -2.416558504 -0.053157616 0.033882346 -0.998011231 204.183242798\n-0.997287869 0.049718548 0.054268505 -21.822776794 0.051437031 0.998202980 0.030742053 -2.397794247 -0.052642532 0.033450086 -0.998053074 202.720794678\n-0.997268796 0.050160080 0.054216284 -21.736291885 0.051865317 0.998187721 0.030516153 -2.374756575 -0.052587338 0.033244744 -0.998063087 201.245803833\n-0.997351646 0.050400820 0.052436102 -21.665182114 0.052143749 0.998113215 0.032419063 -2.352985620 -0.050703220 0.035067417 -0.998098016 199.774078369\n-0.997438550 0.049770880 0.051373962 -21.581256866 0.051614437 0.998046398 0.035204213 -2.331655025 -0.049521454 0.037765678 -0.998058915 198.299224854\n-0.997548819 0.048840776 0.050109051 -21.499135971 0.050640620 0.998092890 0.035300188 -2.303288937 -0.048289400 0.037751213 -0.998119712 196.828521729\n-0.997673154 0.047915731 0.048501208 -21.422677994 0.049657244 0.998140097 0.035361737 -2.277900696 -0.046716619 0.037687890 -0.998196959 195.362213135\n-0.997715116 0.047688507 0.047862448 -21.349361420 0.049423218 0.998138309 0.035739023 -2.250918865 -0.046069004 0.038022872 -0.998214483 193.894104004\n-0.997833252 0.047483075 0.045547787 -21.275974274 0.049120482 0.998160720 0.035529710 -2.235557079 -0.043776952 0.037690051 -0.998330235 192.444244385\n-0.997815251 0.048321567 0.045058690 -21.206258774 0.049883224 0.998169243 0.034202654 -2.207860708 -0.043323472 0.036375593 -0.998398900 190.981719971\n-0.997833848 0.048850842 0.044061180 -21.127357483 0.050375022 0.998145580 0.034171704 -2.187098742 -0.042310156 0.036317263 -0.998444319 189.519927979\n-0.997921467 0.048691705 0.042213082 -21.095058441 0.050156012 0.998150468 0.034352187 -2.161570072 -0.040462337 0.036398020 -0.998517871 188.056091309\n-0.997964978 0.048358258 0.041564353 -21.029617310 0.049802732 0.998164773 0.034449317 -2.137786865 -0.039822165 0.036449224 -0.998541832 186.606399536\n-0.997998714 0.048415009 0.040679846 -20.961299896 0.049849007 0.998143017 0.035008419 -2.113997459 -0.038909372 0.036966201 -0.998558879 185.148056030\n-0.998136044 0.047943473 0.037761085 -20.914783478 0.049353592 0.998083115 0.037340712 -2.094309807 -0.035898458 0.039134752 -0.998588800 183.702804565\n-0.998176694 0.047980160 0.036625903 -20.857570648 0.049353480 0.998074889 0.037560675 -2.068689346 -0.034753226 0.039299805 -0.998623133 182.265563965\n-0.998307824 0.048213992 0.032512225 -20.815937042 0.049398493 0.998105764 0.036670472 -2.044095039 -0.030682608 0.038214471 -0.998798490 180.812728882\n-0.998373747 0.048030507 0.030711440 -20.771156311 0.049114328 0.998159647 0.035567768 -2.017901659 -0.028946584 0.037018292 -0.998895407 179.384155273\n-0.998467565 0.048443042 0.026757566 -20.725902557 0.049429983 0.998071671 0.037544731 -1.994018555 -0.024887187 0.038809817 -0.998936772 177.950164795\n-0.998497725 0.048741080 0.025040925 -20.690032959 0.049699083 0.997995555 0.039177023 -1.968141079 -0.023081202 0.040362671 -0.998918653 176.525711060\n-0.998509526 0.049809922 0.022316504 -20.656011581 0.050649118 0.997963846 0.038765930 -1.947735786 -0.020340137 0.039838456 -0.998999238 175.123214722\n-0.998526812 0.050514407 0.019819481 -20.622447968 0.051254228 0.997932076 0.038788252 -1.918392181 -0.017819133 0.039746933 -0.999050975 173.715072632\n-0.998572826 0.050410159 0.017652059 -20.589591980 0.051086240 0.997884393 0.040210981 -1.897134304 -0.015587673 0.041055363 -0.999035478 172.319183350\n-0.998572350 0.051200647 0.015237065 -20.567491531 0.051803920 0.997762918 0.042255212 -1.876385212 -0.013039485 0.042984214 -0.998990774 170.928451538\n-0.998564243 0.051983532 0.012933159 -20.540117264 0.052493367 0.997702479 0.042827707 -1.848370552 -0.010677109 0.043445121 -0.998998761 169.566528320\n-0.998567700 0.052340873 0.011097186 -20.520196915 0.052768752 0.997697413 0.042606261 -1.824412823 -0.008841585 0.043130819 -0.999030352 168.223770142\n-0.998567581 0.052627195 0.009655347 -20.500221252 0.052996915 0.997660637 0.043180283 -1.799649239 -0.007360303 0.043630134 -0.999020576 166.910903931\n-0.998588204 0.052414890 0.008629864 -20.486286163 0.052755233 0.997566342 0.045587812 -1.772019386 -0.006219382 0.045978714 -0.998923063 165.611984253\n-0.998589039 0.052447587 0.008328726 -20.471597672 0.052774362 0.997562945 0.045640696 -1.744927883 -0.005914684 0.046015840 -0.998923302 164.341690063\n-0.998582125 0.052644689 0.007908886 -20.460893631 0.052942980 0.997626781 0.044021022 -1.721526146 -0.005572645 0.044377316 -0.998999357 163.102233887\n-0.998601198 0.052232299 0.008211411 -20.449378967 0.052541073 0.997672796 0.043456353 -1.695124626 -0.005922476 0.043827005 -0.999021530 161.878921509\n-0.998576760 0.052700665 0.008188147 -20.430356979 0.053006586 0.997658491 0.043218553 -1.666620255 -0.005891328 0.043591067 -0.999032140 160.688644409\n-0.998580217 0.052591912 0.008463887 -20.416690826 0.052908093 0.997676730 0.042916924 -1.643374920 -0.006187140 0.043303803 -0.999042869 159.510086060\n-0.998612404 0.052006546 0.008286141 -20.398515701 0.052323814 0.997647464 0.044292327 -1.624839306 -0.005963156 0.044664431 -0.998984218 158.369384766\n-0.998592615 0.052252728 0.009089772 -20.386896133 0.052618098 0.997548044 0.046143074 -1.599839211 -0.006656382 0.046556417 -0.998893499 157.251708984\n-0.998613358 0.051801685 0.009385878 -20.375146866 0.052186448 0.997536361 0.046880122 -1.580532074 -0.006934286 0.047304932 -0.998856544 156.177368164\n-0.998671889 0.050670438 0.009336053 -20.355508804 0.051047362 0.997640014 0.045918997 -1.556653500 -0.006987284 0.046334591 -0.998901606 155.112838745\n-0.998645186 0.051012099 0.010269850 -20.345563889 0.051424101 0.997665763 0.044928532 -1.540363789 -0.007953979 0.045395780 -0.998937368 154.091293335\n-0.998636723 0.051064070 0.010834463 -20.329687119 0.051491406 0.997715592 0.043729138 -1.520500660 -0.008576725 0.044227403 -0.998984694 153.082656860\n-0.998661876 0.050440159 0.011414086 -20.323564529 0.050894778 0.997741103 0.043845039 -1.499355793 -0.009176753 0.044367287 -0.998973131 152.116867065\n-0.998626471 0.051076308 0.011688343 -20.307655334 0.051551983 0.997662604 0.044852406 -1.482353687 -0.009370128 0.045393355 -0.998925328 151.155059814\n-0.998616099 0.051174697 0.012130249 -20.289123535 0.051674519 0.997637033 0.045277555 -1.464489937 -0.009784521 0.045841720 -0.998900771 150.215530396\n-0.998598695 0.051332165 0.012887998 -20.284345627 0.051872980 0.997599006 0.045884967 -1.446368217 -0.010501680 0.046489194 -0.998863816 149.314773560\n-0.998554826 0.052057780 0.013367975 -20.267581940 0.052621976 0.997552335 0.046046875 -1.428435802 -0.010938157 0.046683766 -0.998850107 148.437316895\n-0.998640537 0.050168306 0.014154992 -20.249076843 0.050767548 0.997662365 0.045743186 -1.414052963 -0.011827045 0.046399612 -0.998852968 147.556137085\n-0.998561025 0.051565785 0.014732217 -20.238956451 0.052157547 0.997708678 0.043093190 -1.397280693 -0.012476327 0.043799572 -0.998962522 146.706085205\n-0.998398781 0.054575615 0.014872735 -20.223306656 0.055144124 0.997638106 0.040955100 -1.377557516 -0.012602458 0.041709673 -0.999050260 145.869750977\n-0.998331189 0.055732399 0.015129033 -20.210002899 0.056303732 0.997595549 0.040410552 -1.364636660 -0.012840480 0.041194934 -0.999068618 145.072616577\n-0.998383880 0.054804023 0.015052638 -20.190721512 0.055377360 0.997633219 0.040759463 -1.348351002 -0.012783229 0.041527156 -0.999055743 144.256515503\n-0.998342156 0.055452965 0.015432407 -20.181316376 0.056031860 0.997626603 0.040020447 -1.336389542 -0.013176528 0.040818799 -0.999079823 143.472488403\n-0.998242855 0.057193864 0.015497647 -20.162767410 0.057749871 0.997600615 0.038184080 -1.322638273 -0.013276567 0.039011974 -0.999150515 142.718124390\n-0.998204708 0.057898413 0.015336570 -20.149562836 0.058443133 0.997573435 0.037837174 -1.309009075 -0.013108643 0.038665559 -0.999166250 141.948867798\n-0.998228669 0.057534203 0.015149573 -20.134664536 0.058079585 0.997572005 0.038429730 -1.295375347 -0.012901766 0.039241537 -0.999146581 141.185485840\n-0.998219609 0.057838880 0.014571698 -20.120780945 0.058371134 0.997524142 0.039222140 -1.279504299 -0.012267057 0.040002871 -0.999124289 140.418869019\n-0.998196006 0.058336068 0.014196453 -20.112987518 0.058844481 0.997524142 0.038509108 -1.266378641 -0.011914834 0.039275020 -0.999157429 139.673706055\n-0.998111010 0.059924349 0.013559335 -20.101490021 0.060396805 0.997464776 0.037632640 -1.249280691 -0.011269848 0.038380485 -0.999199748 138.929214478\n-0.998054981 0.060936902 0.013146015 -20.088022232 0.061383691 0.997435987 0.036790397 -1.242234707 -0.010870416 0.037525792 -0.999236465 138.204559326\n-0.997970939 0.062375925 0.012781791 -20.076267242 0.062787451 0.997419238 0.034822725 -1.228633881 -0.010576705 0.035554603 -0.999311924 137.481811523\n-0.997929335 0.063131310 0.012297533 -20.065521240 0.063500114 0.997457325 0.032351874 -1.221170902 -0.010223848 0.033065781 -0.999400735 136.763275146\n-0.997869611 0.064154290 0.011861554 -20.062175751 0.064488523 0.997456789 0.030350450 -1.214907050 -0.009884277 0.031050723 -0.999469042 136.050765991\n-0.997991204 0.062364914 0.011148335 -20.045061111 0.062657513 0.997637391 0.028172100 -1.205714107 -0.009365045 0.028814035 -0.999541044 135.341400146\n-0.998120308 0.060421899 0.010262697 -20.030281067 0.060679510 0.997792482 0.026984092 -1.199392200 -0.008609612 0.027556103 -0.999583244 134.640365601\n-0.998000860 0.062405255 0.009989563 -20.023284912 0.062665373 0.997633874 0.028280020 -1.187454462 -0.008201105 0.028849486 -0.999550104 133.922561646\n-0.997859478 0.064640261 0.009897227 -20.022987366 0.064920373 0.997401536 0.031233516 -1.183307528 -0.007852567 0.031809192 -0.999463081 133.220138550\n-0.998097181 0.060902659 0.009625376 -20.016441345 0.061170775 0.997658849 0.030576250 -1.181279063 -0.007740667 0.031106865 -0.999485970 132.512222290\n-0.998461366 0.054744765 0.008850003 -19.993381500 0.054976679 0.998080194 0.028521597 -1.172351480 -0.007271604 0.028964251 -0.999554157 131.815475464\n-0.998499632 0.053982791 0.009167448 -19.975706100 0.054183576 0.998259485 0.023284605 -1.164124012 -0.007894523 0.023746399 -0.999686718 131.114959717\n-0.998392701 0.055955637 0.008986326 -19.972332001 0.056097973 0.998289645 0.016456377 -1.157516003 -0.008050129 0.016934045 -0.999824047 130.402832031\n-0.998591304 0.052284278 0.009029397 -19.955425262 0.052411593 0.998520434 0.014491463 -1.151796341 -0.008258361 0.014944296 -0.999854088 129.686492920\n-0.998823166 0.047503978 0.009785064 -19.939012527 0.047659248 0.998730659 0.016298432 -1.156696916 -0.008998403 0.016745601 -0.999819279 128.963211060\n-0.998937488 0.044784810 0.010873672 -19.925346375 0.044996168 0.998786151 0.020040417 -1.147659898 -0.009962966 0.020508396 -0.999740124 128.222015381\n-0.998991251 0.043142930 0.012456086 -19.912704468 0.043416098 0.998802245 0.022562675 -1.141927242 -0.011467746 0.023080710 -0.999667764 127.485336304\n-0.998957992 0.043131590 0.014936700 -19.909584045 0.043474570 0.998779178 0.023453658 -1.134392142 -0.013906872 0.024078580 -0.999613523 126.721870422\n-0.998916745 0.043143105 0.017432773 -19.881000519 0.043530542 0.998798847 0.022492321 -1.130677223 -0.016441446 0.023226814 -0.999595046 125.954063416\n-0.998893857 0.041989468 0.021169988 -19.862987518 0.042433448 0.998879015 0.020978047 -1.122999430 -0.020265400 0.021853155 -0.999555826 125.204032898\n-0.998909950 0.039891627 0.024244701 -19.839216232 0.040409338 0.998957157 0.021252448 -1.111587405 -0.023371624 0.022208991 -0.999480247 124.396965027\n-0.998847723 0.039120879 0.027804568 -19.808641434 0.039799046 0.998912871 0.024270477 -1.097516775 -0.026824860 0.025349101 -0.999318838 123.584625244\n-0.998751640 0.039127167 0.031057104 -19.775173187 0.040033836 0.998773634 0.029129324 -1.089357376 -0.029879270 0.030336292 -0.999093175 122.766502380\n-0.998579502 0.040518120 0.034604143 -19.742467880 0.041613005 0.998636246 0.031528816 -1.069687843 -0.033279464 0.032924011 -0.998903751 121.917556763\n-0.998404264 0.041728295 0.038055759 -19.701988220 0.042938910 0.998578787 0.031569112 -1.057148218 -0.036684349 0.033152800 -0.998777151 121.068641663\n-0.998189569 0.043197054 0.041851450 -19.667915344 0.044490267 0.998544812 0.030477485 -1.039764166 -0.040474012 0.032284290 -0.998658895 120.182075500\n-0.997963190 0.044208147 0.045994710 -19.622158051 0.045496061 0.998590291 0.027341468 -1.017447710 -0.044721156 0.029378353 -0.998567581 119.310279846\n-0.997665644 0.046689332 0.049836278 -19.579839706 0.048052058 0.998493135 0.026504906 -0.999600768 -0.048523687 0.028837765 -0.998405814 118.379821777\n-0.997424722 0.047737844 0.053524833 -19.522521973 0.049224272 0.998427987 0.026804589 -0.978094697 -0.052161101 0.029370282 -0.998206615 117.458328247\n-0.997128367 0.048977666 0.057763260 -19.467720032 0.050707862 0.998295963 0.028877031 -0.963635445 -0.056250501 0.031723153 -0.997912765 116.528381348\n-0.996776104 0.050351541 0.062467922 -19.411886215 0.052366104 0.998145401 0.031041853 -0.946281672 -0.060789064 0.034212977 -0.997564197 115.564689636\n-0.996371508 0.053431299 0.066247381 -19.345031738 0.055543039 0.997991741 0.030454237 -0.925154209 -0.064487129 0.034023318 -0.997338295 114.595878601\n-0.995978355 0.054820657 0.070865989 -19.269006729 0.056909978 0.997992039 0.027806347 -0.900367260 -0.069199331 0.031727500 -0.997098207 113.601303101\n-0.995627284 0.055775013 0.074937247 -19.190059662 0.057716731 0.998044491 0.023998739 -0.878680110 -0.073452175 0.028218931 -0.996899486 112.587982178\n-0.995311618 0.056936439 0.078187406 -19.104446411 0.058927443 0.997988045 0.023396060 -0.877172470 -0.076698005 0.027893752 -0.996664286 111.564498901\n-0.995091200 0.057015188 0.080890507 -19.012458801 0.059082985 0.997978747 0.023402026 -0.858515620 -0.079392731 0.028066395 -0.996448517 110.517082214\n-0.994922638 0.057412945 0.082661539 -18.920866013 0.059492260 0.997965753 0.022913121 -0.847286582 -0.081177875 0.027714502 -0.996314287 109.454895020\n-0.994902730 0.056469999 0.083544940 -18.823225021 0.058379889 0.998081982 0.020595111 -0.832974792 -0.082221694 0.025367476 -0.996291161 108.377037048\n-0.994926691 0.056074042 0.083526626 -18.724376678 0.057692293 0.998188198 0.017086161 -0.821975410 -0.082417198 0.021818319 -0.996359110 107.272010803\n-0.994739771 0.058705613 0.083943576 -18.631978989 0.060139053 0.998082519 0.014648616 -0.805204749 -0.082922660 0.019619849 -0.996362805 106.159576416\n-0.994803190 0.059761215 0.082432255 -18.535488129 0.061462577 0.997942388 0.018256500 -0.801489055 -0.081171609 0.023228124 -0.996429443 105.015289307\n-0.994783998 0.059345528 0.082965188 -18.443737030 0.061548747 0.997809350 0.024253251 -0.788580775 -0.081344113 0.029233145 -0.996257424 103.856788635\n-0.994860530 0.059677981 0.081798561 -18.340814590 0.062003784 0.997732162 0.026192114 -0.768939734 -0.080049962 0.031129323 -0.996304631 102.691772461\n-0.994828582 0.058977801 0.082689732 -18.242733002 0.061180610 0.997829378 0.024361450 -0.747123718 -0.081073456 0.029294476 -0.996277452 101.516670227\n-0.995135903 0.057957746 0.079658568 -18.130258560 0.059957780 0.997937143 0.022947356 -0.733636856 -0.078164265 0.027611889 -0.996558070 100.312126160\n-0.995252967 0.056851070 0.078991733 -18.025732040 0.058854971 0.997995198 0.023274356 -0.714393854 -0.077510193 0.027812926 -0.996603608 99.083580017\n-0.995337844 0.056839749 0.077921838 -17.935266495 0.058734380 0.998025894 0.022240393 -0.700456619 -0.076503873 0.026713397 -0.996711373 97.850479126\n-0.995328069 0.057687759 0.077425674 -17.838455200 0.059519537 0.997994244 0.021561280 -0.678039789 -0.076026551 0.026068881 -0.996765256 96.605407715\n-0.995522618 0.057291474 0.075182229 -17.737575531 0.059331063 0.997920752 0.025179721 -0.669318080 -0.073583320 0.029527623 -0.996851802 95.331977844\n-0.995674133 0.056511685 0.073754288 -17.640655518 0.058652058 0.997908354 0.027182825 -0.652376175 -0.072063871 0.031391073 -0.996906042 94.059547424\n-0.995908022 0.055324107 0.071461909 -17.538700104 0.057274722 0.998031735 0.025539948 -0.625114679 -0.069908276 0.029528396 -0.997116446 92.764480591\n-0.996126294 0.055780713 0.067979828 -17.452156067 0.057679001 0.997989058 0.026287489 -0.601971745 -0.066376790 0.030106664 -0.997340441 91.441413879\n-0.996438980 0.053200487 0.065419279 -17.352853775 0.054847423 0.998214841 0.023641042 -0.578234315 -0.064044781 0.027144928 -0.997578025 90.113677979\n-0.996635675 0.055947930 0.059892777 -17.274961472 0.056953534 0.998260856 0.015215394 -0.567693591 -0.058937345 0.018575311 -0.998088837 88.756347656\n-0.996800542 0.055734478 0.057294827 -17.191066742 0.056580089 0.998310208 0.013242939 -0.557773650 -0.056459922 0.016442312 -0.998269558 87.396636963\n-0.996999502 0.056552391 0.052858535 -17.118606567 0.057705369 0.998122215 0.020545714 -0.553286254 -0.051597368 0.023534287 -0.998390675 86.015487671\n-0.997190356 0.055340976 0.050485782 -17.044452667 0.056739457 0.998031914 0.026700197 -0.531684518 -0.048908807 0.029489713 -0.998367786 84.622909546\n-0.997397423 0.054531217 0.047170147 -16.972961426 0.055871814 0.998056829 0.027583962 -0.511830449 -0.045574304 0.030147651 -0.998506069 83.218017578\n-0.997544169 0.053863082 0.044772550 -16.902637482 0.055080425 0.998132467 0.026414962 -0.487195849 -0.043266144 0.028816180 -0.998648047 81.807243347\n-0.997714281 0.053971261 0.040659528 -16.844821930 0.055027440 0.998163760 0.025320267 -0.465541184 -0.039218303 0.027499782 -0.998852134 80.370826721\n-0.997774363 0.054208044 0.038832702 -16.787895203 0.055220779 0.998148501 0.025498927 -0.438013971 -0.037378557 0.027586546 -0.998920441 78.925567627\n-0.997767329 0.056170993 0.036128689 -16.738603592 0.057119392 0.998034537 0.025776450 -0.417443037 -0.034609791 0.027782548 -0.999014735 77.459945679\n-0.997911096 0.055808898 0.032538138 -16.685728073 0.056716677 0.998006642 0.027676970 -0.393269122 -0.030928656 0.029464610 -0.999087214 75.985939026\n-0.998032808 0.055171169 0.029781662 -16.638645172 0.056058094 0.997982204 0.029815715 -0.371894598 -0.028076602 0.031426560 -0.999111772 74.509750366\n-0.998164773 0.053657074 0.028081058 -16.594297409 0.054575395 0.997963309 0.033026963 -0.345947146 -0.026251735 0.034498878 -0.999060154 73.032325745\n-0.998304725 0.052939709 0.024185261 -16.550413132 0.053805176 0.997878373 0.036657598 -0.327476978 -0.022193307 0.037896749 -0.999035120 71.521743774\n-0.998295426 0.053480122 0.023373533 -16.525890350 0.054335531 0.997813106 0.037638124 -0.303258777 -0.021309527 0.038843978 -0.999018192 70.037429810\n-0.998381972 0.053333841 0.019728933 -16.477378845 0.054023936 0.997880399 0.036277853 -0.275629282 -0.017752277 0.037284985 -0.999147058 68.565551758\n-0.998349905 0.054193620 0.019002300 -16.452358246 0.054845896 0.997857392 0.035673305 -0.249703646 -0.017028321 0.036656626 -0.999183178 67.094604492\n-0.998428226 0.053861436 0.015497145 -16.427993774 0.054387849 0.997876763 0.035831623 -0.226436138 -0.013534299 0.036618158 -0.999237776 65.594055176\n-0.998467445 0.053184845 0.015317565 -16.404415131 0.053719781 0.997872770 0.036933713 -0.201558352 -0.013320668 0.037699960 -0.999200583 64.121437073\n-0.998509765 0.053096920 0.012620045 -16.378963470 0.053517744 0.997926831 0.035748124 -0.175165057 -0.010695767 0.036370240 -0.999281287 62.631298065\n-0.998520136 0.053157475 0.011481848 -16.353958130 0.053517114 0.997998416 0.033691362 -0.152015209 -0.009667918 0.034255981 -0.999366403 61.158649445\n-0.998481154 0.053930297 0.011268534 -16.328342438 0.054296166 0.997905135 0.035175279 -0.131231308 -0.009347915 0.035733692 -0.999317646 59.678096771\n-0.998449564 0.054770362 0.009934010 -16.317375183 0.055120301 0.997707427 0.039263085 -0.101697922 -0.007760782 0.039749779 -0.999179482 58.204208374\n-0.998459578 0.054508638 0.010348716 -16.298988342 0.054892931 0.997632086 0.041436628 -0.064792991 -0.008065557 0.041940875 -0.999087453 56.714488983\n-0.998444557 0.054636087 0.011108172 -16.274631500 0.055046659 0.997649193 0.040815823 -0.038411856 -0.008852042 0.041363806 -0.999104977 55.247165680\n-0.998466969 0.054279372 0.010842395 -16.258403778 0.054653361 0.997788191 0.037838042 -0.013989329 -0.008764588 0.038372606 -0.999225140 53.781730652\n-0.998511076 0.053404111 0.011126967 -16.237943649 0.053758014 0.997961402 0.034396149 0.014117360 -0.009267388 0.034943096 -0.999346375 52.325172424\n-0.998509526 0.053271577 0.011874645 -16.218303680 0.053645618 0.997988105 0.033791225 0.036560595 -0.010050643 0.034377884 -0.999358416 50.864501953\n-0.998562694 0.052089401 0.012616931 -16.194601059 0.052504376 0.998001516 0.035160072 0.056967020 -0.010760251 0.035771981 -0.999302030 49.407318115\n-0.998481035 0.053508855 0.013137165 -16.167995453 0.053975880 0.997810245 0.038227536 0.084608316 -0.011062887 0.038878560 -0.999182820 47.944458008\n-0.998494148 0.053150535 0.013583261 -16.140804291 0.053673267 0.997693360 0.041559171 0.111796141 -0.011343037 0.042225648 -0.999043703 46.474235535\n-0.998577952 0.051358141 0.014292318 -16.122297287 0.051907957 0.997801423 0.041205339 0.140135646 -0.012144666 0.041888632 -0.999048471 45.028350830\n-0.998568535 0.051649705 0.013908028 -16.098651886 0.052130900 0.997961938 0.036800805 0.175851762 -0.011978932 0.037473161 -0.999225974 43.584255219\n-0.998608708 0.051007383 0.013374734 -16.071968079 0.051434025 0.998105109 0.033775177 0.198569834 -0.011626606 0.034416106 -0.999339938 42.118770599\n-0.998537183 0.052387293 0.013397056 -16.053340912 0.052825104 0.997999549 0.034733508 0.213102996 -0.011550661 0.035390396 -0.999306917 40.681331635\n-0.998506308 0.053226326 0.012334295 -16.023725510 0.053653341 0.997860670 0.037354734 0.237155974 -0.010319653 0.037960712 -0.999225855 39.209457397\n-0.998530269 0.052814670 0.012170354 -16.008207321 0.053248405 0.997834802 0.038603917 0.262385309 -0.010105150 0.039195225 -0.999180555 37.764858246\n-0.998609304 0.051593654 0.010859116 -15.981843948 0.051964775 0.997954369 0.037238941 0.287890732 -0.008915610 0.037751436 -0.999247551 36.327037811\n-0.998703480 0.049857341 0.010270656 -15.961091995 0.050202988 0.998063922 0.036715243 0.313971937 -0.008420248 0.037183259 -0.999272943 34.899070740\n-0.998717785 0.049702071 0.009617727 -15.942519188 0.050016388 0.998106658 0.035797693 0.339333743 -0.007820298 0.036232837 -0.999312758 33.471378326\n-0.998711824 0.049881484 0.009327955 -15.917621613 0.050179716 0.998124242 0.035071410 0.364175946 -0.007561043 0.035494298 -0.999341607 32.030330658\n-0.998576760 0.052527241 0.009226210 -15.906204224 0.052821748 0.997981012 0.035267524 0.383631915 -0.007355077 0.035704680 -0.999335170 30.602077484\n-0.998445630 0.054923061 0.009503470 -15.896842003 0.055235010 0.997807503 0.036459897 0.411696255 -0.007480144 0.036928136 -0.999290109 29.160921097\n-0.998440862 0.055165466 0.008523346 -15.880361557 0.055443946 0.997779667 0.036900848 0.433417678 -0.006468769 0.037315883 -0.999282598 27.734907150\n-0.998425841 0.055452645 0.008419679 -15.864483833 0.055723235 0.997786164 0.036299925 0.455252051 -0.006388113 0.036711957 -0.999305487 26.320547104\n-0.998542190 0.053490389 0.007222989 -15.841854095 0.053716805 0.997906864 0.036005899 0.478601664 -0.005281900 0.036341406 -0.999325395 24.890451431\n-0.998655200 0.051428694 0.006540687 -15.825284958 0.051631805 0.998015642 0.036040898 0.501832783 -0.004674172 0.036330137 -0.999328971 23.475845337\n-0.998711109 0.050364863 0.006307653 -15.811706543 0.050559852 0.998073280 0.035964880 0.529639125 -0.004484133 0.036237437 -0.999333262 22.073402405\n-0.998712778 0.050365299 0.006037056 -15.794680595 0.050556935 0.998016536 0.037509803 0.548154354 -0.004135889 0.037766729 -0.999278188 20.668046951\n-0.998669267 0.051259551 0.005689553 -15.783570290 0.051438827 0.997957528 0.037878513 0.572224140 -0.003736296 0.038120769 -0.999266267 19.260988235\n-0.998606086 0.052508898 0.005363200 -15.768610001 0.052676417 0.997875035 0.038348634 0.606324077 -0.003338159 0.038577694 -0.999250054 17.848667145\n-0.998579502 0.052977115 0.005707267 -15.773174286 0.053161435 0.997807920 0.039410666 0.618962169 -0.003606893 0.039658085 -0.999206901 16.471574783\n-0.998625159 0.052153148 0.005298515 -15.759072304 0.052312315 0.997962952 0.036515430 0.646221101 -0.003383328 0.036742397 -0.999319196 15.083686829\n-0.998720407 0.050330218 0.004938314 -15.750134468 0.050465617 0.998186111 0.032828689 0.656506538 -0.003277081 0.033035897 -0.999448776 13.714599609\n-0.998930812 0.045954730 0.005075052 -15.734879494 0.046091255 0.998448789 0.031235298 0.677475989 -0.003631770 0.031435810 -0.999499321 12.332926750\n-0.999028087 0.043775808 0.005144285 -15.721023560 0.043923300 0.998479366 0.033312567 0.693487823 -0.003678178 0.033506148 -0.999431729 10.957805634\n-0.999078035 0.042556096 0.005714814 -15.710310936 0.042735394 0.998432100 0.036153041 0.711700320 -0.004167321 0.036363922 -0.999330163 9.587947845\n-0.999025106 0.043889526 0.004748479 -15.702576637 0.044037443 0.998320997 0.037628774 0.736779034 -0.003088997 0.037801202 -0.999280572 8.240450859\n-0.998828530 0.048158363 0.004717994 -15.690549850 0.048309542 0.998021245 0.040246416 0.756804228 -0.002770457 0.040427197 -0.999178648 6.867965221\n-0.998585939 0.052910898 0.005148269 -15.686584473 0.053080101 0.997717142 0.041748721 0.781872809 -0.002927554 0.041962955 -0.999114871 5.502237797\n-0.998485804 0.054768920 0.005140230 -15.678630829 0.054933533 0.997654855 0.040829390 0.813170791 -0.002891993 0.041049935 -0.999152899 4.124196053\n-0.998428702 0.055794306 0.005241681 -15.671502113 0.055955641 0.997685134 0.038644392 0.838757217 -0.003073410 0.038876962 -0.999239445 2.753631115\n-0.998491168 0.054689925 0.004938324 -15.657401085 0.054833312 0.997838259 0.036222961 0.873469412 -0.002946618 0.036439095 -0.999331594 1.379699945\n-0.998616815 0.052373618 0.004638080 -15.646000862 0.052505597 0.997989416 0.035500955 0.900717258 -0.002769442 0.035695378 -0.999358892 0.006411277\n-0.998699546 0.050807942 0.004217543 -15.630589485 0.050926972 0.998055160 0.035948582 0.923948824 -0.002382867 0.036116622 -0.999344707 -1.379914880\n-0.998715520 0.050484058 0.004363940 -15.624575615 0.050607514 0.998086512 0.035528034 0.947709024 -0.002561991 0.035703242 -0.999359369 -2.758075237\n-0.998721600 0.050439309 0.003348799 -15.612940788 0.050524477 0.998136878 0.034205869 0.965872884 -0.001617240 0.034331337 -0.999409318 -4.132266521\n-0.998754740 0.049761429 0.003626482 -15.604504585 0.049855135 0.998194933 0.033486813 0.997637391 -0.001953585 0.033625908 -0.999432802 -5.523005009\n-0.998754859 0.049829811 0.002391568 -15.586637497 0.049882561 0.998166025 0.034297761 1.017157435 -0.000678131 0.034374353 -0.999408841 -6.895156384\n-0.998838067 0.048149746 0.002066026 -15.572719574 0.048192147 0.998261333 0.033938080 1.037909150 -0.000428324 0.033998206 -0.999421835 -8.290660858\n-0.998918533 0.046489682 0.000688544 -15.574745178 0.046485845 0.998326719 0.034392305 1.063523293 0.000911496 0.034387119 -0.999408126 -9.677593231\n-0.999033689 0.043950915 0.000471136 -15.563252449 0.043938205 0.998347759 0.037028842 1.091609001 0.001157094 0.037013754 -0.999314189 -11.088872910\n-0.999084353 0.042781435 -0.000423681 -15.564748764 0.042736553 0.998402238 0.036966298 1.113811612 0.002004475 0.036914345 -0.999316454 -12.477648735\n-0.999115229 0.042041987 -0.001163791 -15.554418564 0.041979529 0.998557568 0.033474028 1.146205187 0.002569427 0.033395551 -0.999439001 -13.883836746\n-0.999158025 0.040996235 -0.001671796 -15.569184303 0.040918428 0.998612881 0.033135910 1.168723941 0.003027925 0.033039596 -0.999449611 -15.282510757\n-0.999164939 0.040834326 -0.001490763 -15.565885544 0.040760081 0.998589933 0.034011833 1.192017555 0.002877511 0.033922665 -0.999420404 -16.696882248\n-0.999176621 0.040450808 -0.003142994 -15.571292877 0.040331859 0.998688579 0.031534292 1.215116262 0.004414460 0.031381562 -0.999497771 -18.107561111\n-0.999236345 0.038954124 -0.003098335 -15.566024780 0.038852654 0.998854637 0.027927011 1.239261746 0.004182659 0.027785301 -0.999605298 -19.520866394\n-0.999267220 0.038022134 -0.004393020 -15.564064026 0.037889350 0.998913288 0.027140198 1.256891251 0.005420174 0.026953863 -0.999621987 -20.930913925\n-0.999209523 0.039561033 -0.003936751 -15.572442055 0.039429441 0.998794675 0.029232685 1.267150283 0.005088482 0.029054347 -0.999565005 -22.342132568\n-0.999073625 0.042909425 -0.003309425 -15.574487686 0.042791840 0.998637974 0.029850058 1.283386707 0.004585766 0.029680785 -0.999549031 -23.769628525\n-0.999032021 0.043900847 -0.002783299 -15.577332497 0.043799713 0.998603463 0.029541304 1.301036596 0.004076300 0.029390803 -0.999559760 -25.193187714\n-0.999028325 0.044015631 -0.002309288 -15.578039169 0.043928705 0.998600423 0.029453373 1.323310375 0.003602464 0.029323304 -0.999563694 -26.619760513\n-0.999078989 0.042806670 -0.003013518 -15.576922417 0.042707637 0.998707473 0.027558226 1.335498571 0.004189299 0.027404141 -0.999615788 -28.024541855\n-0.999121547 0.041854627 -0.002246552 -15.582066536 0.041771300 0.998700023 0.029213017 1.357589364 0.003466331 0.029093502 -0.999571085 -29.474216461\n-0.999098301 0.042371292 -0.002724687 -15.579499245 0.042259146 0.998566389 0.032852724 1.374444127 0.004112793 0.032707952 -0.999456644 -30.887767792\n-0.999010444 0.044428360 -0.002123727 -15.577562332 0.044334274 0.998471856 0.032991994 1.399412870 0.003586262 0.032865185 -0.999453545 -32.325283051\n-0.998902559 0.046808802 -0.001634917 -15.580547333 0.046732850 0.998396933 0.031930361 1.419720411 0.003126918 0.031818915 -0.999488711 -33.753360748\n-0.998799562 0.048971064 -0.001179081 -15.583086967 0.048906706 0.998271585 0.032588277 1.440058231 0.002772926 0.032491487 -0.999468207 -35.182720184\n-0.998742819 0.050118539 -0.000913641 -15.580749512 0.050060231 0.998188972 0.033357341 1.462350130 0.002583808 0.033269670 -0.999443054 -36.613140106\n-0.998630404 0.052312084 -0.000793395 -15.580054283 0.052254640 0.998051226 0.034106527 1.474074006 0.002576033 0.034018356 -0.999417901 -38.051692963\n-0.998503089 0.054697540 -0.000094246 -15.583475113 0.054661784 0.997909606 0.034474637 1.505743384 0.001979727 0.034417879 -0.999405742 -39.483196259\n-0.998381376 0.056871574 0.000083118 -15.580905914 0.056837793 0.997735918 0.035951588 1.518645644 0.001961693 0.035898123 -0.999353409 -40.903972626\n-0.998244762 0.059222486 0.000425967 -15.584132195 0.059197847 0.997564018 0.036899880 1.545828104 0.001760373 0.036860324 -0.999318957 -42.333038330\n-0.998124361 0.061218329 0.000304671 -15.583706856 0.061194621 0.997572482 0.033232056 1.561049223 0.001730479 0.033188365 -0.999447584 -43.756305695\n-0.998020530 0.062888712 0.000503034 -15.581740379 0.062876821 0.997599840 0.029000532 1.579436660 0.001321979 0.028974753 -0.999579310 -45.160221100\n-0.997950196 0.063998953 0.000025681 -15.582397461 0.063974649 0.997559726 0.027960818 1.594033957 0.001763845 0.027905140 -0.999609232 -46.573348999\n-0.997952700 0.063955419 -0.000430897 -15.576412201 0.063912638 0.997490287 0.030467559 1.608896852 0.002378381 0.030377641 -0.999535680 -47.983985901\n-0.997997284 0.063257232 -0.000502022 -15.570927620 0.063209817 0.997499883 0.031599063 1.624630928 0.002499636 0.031504039 -0.999500632 -49.396762848\n-0.998013139 0.063003652 -0.000702187 -15.565531731 0.062952481 0.997544467 0.030692725 1.642918468 0.002634216 0.030587533 -0.999528646 -50.804473877\n-0.998020172 0.062886760 -0.000996716 -15.561895370 0.062827289 0.997559309 0.030465484 1.666695714 0.002910159 0.030342545 -0.999535322 -52.212978363\n-0.998044968 0.062494613 -0.000922660 -15.556698799 0.062434390 0.997549355 0.031579252 1.681018710 0.002893931 0.031459909 -0.999500871 -53.618946075\n-0.998004556 0.063116051 -0.001789389 -15.559293747 0.063036211 0.997576833 0.029443281 1.697141051 0.003643397 0.029271735 -0.999564886 -55.018581390\n-0.998107195 0.061455615 -0.002371271 -15.558394432 0.061361112 0.997692883 0.029046677 1.717631578 0.004150881 0.028846189 -0.999575496 -56.423923492\n-0.998069525 0.061954804 -0.004333204 -15.556632996 0.061796419 0.997631311 0.030214693 1.725197434 0.006194885 0.029888589 -0.999534011 -57.827228546\n-0.998001814 0.062968627 -0.005247666 -15.563084602 0.062784225 0.997576952 0.029973421 1.744617701 0.007122335 0.029584054 -0.999536991 -59.237670898\n-0.997925282 0.064061224 -0.006429217 -15.570171356 0.063850164 0.997540236 0.028923724 1.759061575 0.008266292 0.028453209 -0.999560952 -60.644126892\n-0.997964025 0.063346863 -0.007410736 -15.576140404 0.063110739 0.997595310 0.028646024 1.775474310 0.009207551 0.028120006 -0.999562144 -62.042465210\n-0.998005152 0.062600441 -0.008176936 -15.581727982 0.062331960 0.997611761 0.029756922 1.787039757 0.010020204 0.029187877 -0.999523640 -63.453987122\n-0.998039246 0.061944511 -0.008984999 -15.589790344 0.061645869 0.997635365 0.030388892 1.801518083 0.010846177 0.029775415 -0.999497890 -64.863883972\n-0.998082519 0.061175574 -0.009439895 -15.606593132 0.060858931 0.997670710 0.030810691 1.820867300 0.011302768 0.030177105 -0.999480724 -66.283866882\n-0.998094916 0.060786597 -0.010572998 -15.603117943 0.060433708 0.997690976 0.030991163 1.831997037 0.012432432 0.030293152 -0.999463797 -67.686691284\n-0.998092413 0.060814641 -0.010646699 -15.619496346 0.060453743 0.997675359 0.031451456 1.853212714 0.012534658 0.030747822 -0.999448657 -69.099258423\n-0.998014688 0.061979201 -0.011210933 -15.625169754 0.061620418 0.997650862 0.029928809 1.862347841 0.013039560 0.029178562 -0.999489307 -70.496116638\n-0.998000741 0.062339529 -0.010438251 -15.642517090 0.062030181 0.997689307 0.027718518 1.880593896 0.012142091 0.027015604 -0.999561548 -71.899238586\n-0.997994781 0.062225550 -0.011590666 -15.647302628 0.061893821 0.997715712 0.027064614 1.891219854 0.013248301 0.026292954 -0.999566436 -73.306274414\n-0.997910380 0.063709274 -0.010766824 -15.658749580 0.063381776 0.997584462 0.028424663 1.901425481 0.012551730 0.027682846 -0.999537945 -74.709442139\n-0.997840524 0.064595528 -0.011905805 -15.679759979 0.064215355 0.997486770 0.029942947 1.919731021 0.013810064 0.029113749 -0.999480724 -76.091331482\n-0.997815609 0.065212704 -0.010547100 -15.690763474 0.064840056 0.997366965 0.032479808 1.932287216 0.012637424 0.031724989 -0.999416709 -77.483993530\n-0.997712970 0.066419497 -0.012551133 -15.703420639 0.066002101 0.997332633 0.031167030 1.949024916 0.014587753 0.030267347 -0.999435544 -78.864822388\n-0.997756958 0.065938368 -0.011549390 -15.717985153 0.065598726 0.997462571 0.027661836 1.960176349 0.013344061 0.026842160 -0.999550700 -80.236938477\n-0.997887492 0.063965358 -0.011374769 -15.729214668 0.063663982 0.997654915 0.025131863 1.971595526 0.012955662 0.024354603 -0.999619603 -81.605163574\n-0.997973442 0.062627770 -0.011259691 -15.740063667 0.062309533 0.997700036 0.026685789 1.987610579 0.012905066 0.025930122 -0.999580503 -82.970710754\n-0.997942328 0.062996373 -0.011940991 -15.754173279 0.062596649 0.997547269 0.031321712 1.994576454 0.013884857 0.030509794 -0.999438047 -84.324806213\n-0.997887731 0.063978180 -0.011278806 -15.768862724 0.063564509 0.997403383 0.033852492 2.012529612 0.013415340 0.033064049 -0.999363303 -85.693534851\n-0.997851610 0.064376518 -0.012163778 -15.785797119 0.063933566 0.997380137 0.033843063 2.033475161 0.014310610 0.032992676 -0.999353290 -87.049766541\n-0.997870326 0.064094350 -0.012126783 -15.803719521 0.063679531 0.997458518 0.031958789 2.050734758 0.014144341 0.031118495 -0.999415755 -88.401557922\n-0.997888923 0.063547820 -0.013396003 -15.819071770 0.063120842 0.997548997 0.030194547 2.068332672 0.015281968 0.029285237 -0.999454379 -89.727394104\n-0.997946858 0.062401574 -0.014433055 -15.834116936 0.061961856 0.997653186 0.029134477 2.082694054 0.016217221 0.028180359 -0.999471426 -91.075134277\n-0.997991920 0.061474342 -0.015269811 -15.849893570 0.060989987 0.997675836 0.030383579 2.097180605 0.017102132 0.029391259 -0.999421716 -92.418281555\n-0.997989178 0.061284628 -0.016184578 -15.862709999 0.060748246 0.997647107 0.031779684 2.112652302 0.018094104 0.030732594 -0.999363899 -93.759429932\n-0.997931600 0.061859082 -0.017499434 -15.877845764 0.061303180 0.997647047 0.030695911 2.127541542 0.019357080 0.029559646 -0.999375701 -95.090438843\n-0.997909546 0.061974168 -0.018328920 -15.899147034 0.061411731 0.997667432 0.029803284 2.143861771 0.020133199 0.028615367 -0.999387860 -96.432189941\n-0.997915268 0.061717350 -0.018871164 -15.916859627 0.061113227 0.997647166 0.031069586 2.165692329 0.020744296 0.029851535 -0.999338984 -97.769554138\n-0.997903585 0.061738819 -0.019411415 -15.945919037 0.061093271 0.997610748 0.032254942 2.169644117 0.021356417 0.031001413 -0.999291182 -99.092994690\n-0.997876167 0.061918493 -0.020234820 -15.971067429 0.061249647 0.997604489 0.032152984 2.188949108 0.022177212 0.030845318 -0.999278188 -100.398651123\n-0.997851014 0.062085692 -0.020952363 -15.998435020 0.061390605 0.997590065 0.032330673 2.200518131 0.022909140 0.030974913 -0.999257684 -101.700775146\n-0.997820497 0.062292870 -0.021775950 -16.019622803 0.061575223 0.997582734 0.032204475 2.217202425 0.023729421 0.030793423 -0.999244213 -103.016777039\n-0.997821450 0.062129375 -0.022196034 -16.045433044 0.061396595 0.997590780 0.032296933 2.231448174 0.024149146 0.030863807 -0.999231935 -104.333259583\n-0.997789741 0.062282566 -0.023168029 -16.067319870 0.061519902 0.997583389 0.032291427 2.248570919 0.025123235 0.030794755 -0.999210000 -105.635208130\n-0.997809410 0.061708022 -0.023844555 -16.095491409 0.060933139 0.997630000 0.031961717 2.264763117 0.025760338 0.030438779 -0.999204755 -106.930641174\n-0.997796297 0.061582625 -0.024707627 -16.122541428 0.060812443 0.997673929 0.030798629 2.276989937 0.026546814 0.029228222 -0.999220371 -108.230705261\n-0.997750759 0.062046312 -0.025373679 -16.153186798 0.061302170 0.997694254 0.029123353 2.293362617 0.027122170 0.027502382 -0.999253750 -109.524749756\n-0.997726321 0.062291984 -0.025728742 -16.185092926 0.061507810 0.997648954 0.030222028 2.312641621 0.027550843 0.028570794 -0.999212146 -110.834304810\n-0.997693062 0.062787823 -0.025813762 -16.212432861 0.061929144 0.997540891 0.032817602 2.326303244 0.027810829 0.031143269 -0.999127984 -112.130264282\n-0.997707367 0.062670976 -0.025551226 -16.242259979 0.061849311 0.997579694 0.031771328 2.345020056 0.027480524 0.030118154 -0.999168754 -113.410469055\n-0.997738361 0.062160850 -0.025574297 -16.272527695 0.061372764 0.997648001 0.030526167 2.366337776 0.027411679 0.028887564 -0.999206781 -114.677551270\n-0.997693062 0.062709048 -0.026008645 -16.292650223 0.061892111 0.997597933 0.031108841 2.379181623 0.027896976 0.029427342 -0.999177694 -115.964721680\n-0.997640491 0.063646466 -0.025741253 -16.339809418 0.062826008 0.997526765 0.031516701 2.393336773 0.027683515 0.029825116 -0.999171734 -117.233963013\n-0.997612238 0.064395204 -0.024974510 -16.375442505 0.063570321 0.997447193 0.032525226 2.409513474 0.027005224 0.030859917 -0.999159098 -118.508720398\n-0.997607350 0.063213289 -0.027993737 -16.404714584 0.062284112 0.997515857 0.032906178 2.425786495 0.030004304 0.031083880 -0.999066353 -119.769424438\n-0.997570634 0.063704148 -0.028193533 -16.440689087 0.062773317 0.997490168 0.032754075 2.441946507 0.030209344 0.030904699 -0.999065757 -121.020645142\n-0.997591257 0.063110359 -0.028795004 -16.472553253 0.062161703 0.997529268 0.032730464 2.458956003 0.030789491 0.030861672 -0.999049425 -122.260238647\n-0.997548819 0.063611023 -0.029163342 -16.506978989 0.062664725 0.997512162 0.032289386 2.475649118 0.031144749 0.030382717 -0.999053240 -123.494995117\n-0.997541189 0.063258700 -0.030168226 -16.538078308 0.062294040 0.997547567 0.031911019 2.491273880 0.032112889 0.029953253 -0.999035478 -124.720184326\n-0.997567773 0.062100012 -0.031658929 -16.574981689 0.061073396 0.997606456 0.032424588 2.507169247 0.033596721 0.030412203 -0.998972774 -125.941040039\n-0.997578859 0.061155051 -0.033115316 -16.607240677 0.060056768 0.997642577 0.033202853 2.527251720 0.035067771 0.031133663 -0.998899937 -127.146377563\n-0.997618198 0.059881736 -0.034238826 -16.643455505 0.058722693 0.997698188 0.033911210 2.542189360 0.036190674 0.031819839 -0.998838305 -128.353652954\n-0.997574925 0.059192896 -0.036613904 -16.677154541 0.057985283 0.997764945 0.033209518 2.550131321 0.038497835 0.031005912 -0.998777628 -129.538208008\n-0.997557402 0.058789603 -0.037728019 -16.714439392 0.057618879 0.997844636 0.031402815 2.565909386 0.039492860 0.029152259 -0.998794675 -130.731613159\n-0.997475743 0.059642125 -0.038538359 -16.759698868 0.058437068 0.997788489 0.031674311 2.576268435 0.040342253 0.029342284 -0.998755097 -131.889175415\n-0.997479200 0.059746996 -0.038289923 -16.805229187 0.058471873 0.997723460 0.033599392 2.594653606 0.040210221 0.031275801 -0.998701930 -133.053314209\n-0.997410178 0.060511868 -0.038875826 -16.845340729 0.059145276 0.997621834 0.035391264 2.609168291 0.040924966 0.033000283 -0.998617172 -134.201736450\n-0.997275114 0.062877133 -0.038587637 -16.891744614 0.061485846 0.997449756 0.036241781 2.627388716 0.040768012 0.033770431 -0.998597980 -135.333160400\n-0.997130752 0.064081676 -0.040301636 -16.933813095 0.062661462 0.997400820 0.035568364 2.638546705 0.042476166 0.032940939 -0.998554468 -136.443008423\n-0.997177362 0.063254565 -0.040450245 -16.978149414 0.061773080 0.997408509 0.036882941 2.654694319 0.042678434 0.034280095 -0.998500705 -137.531555176\n-0.997096419 0.063975416 -0.041307133 -17.022621155 0.062348787 0.997271061 0.039535385 2.664301634 0.043723702 0.036845136 -0.998364091 -138.593215942\n-0.997068048 0.063695416 -0.042401861 -17.067543030 0.062041581 0.997301877 0.039240435 2.681546211 0.044786893 0.036494710 -0.998329639 -139.628173828\n-0.997027159 0.062606171 -0.044915140 -17.099836349 0.060903206 0.997407377 0.038332373 2.685307264 0.047198534 0.035482943 -0.998255134 -140.629852295\n-0.996988773 0.062162727 -0.046359908 -17.142711639 0.060413904 0.997441590 0.038216278 2.705834150 0.048616927 0.035300419 -0.998193502 -141.620330811\n-0.996864676 0.063344866 -0.047417320 -17.183454514 0.061513059 0.997338414 0.039143503 2.720012665 0.049770657 0.036103986 -0.998107910 -142.581924438\n-0.996707797 0.065185510 -0.048210558 -17.231050491 0.063297667 0.997204721 0.039701223 2.729308128 0.050663739 0.036518909 -0.998047829 -143.532226562\n-0.996712685 0.065721214 -0.047378931 -17.274410248 0.063876808 0.997177899 0.039446250 2.744566917 0.049837679 0.036290161 -0.998097897 -144.442291260\n-0.996614814 0.068338051 -0.045705546 -17.313714981 0.066576794 0.997018516 0.039008170 2.749317169 0.048235018 0.035833187 -0.998193145 -145.310134888\n-0.996639132 0.072052993 -0.038971566 -17.355577469 0.070580341 0.996784687 0.037930131 2.758366108 0.041579239 0.035052024 -0.998520255 -146.154464722\n-0.996729970 0.076071076 -0.027252764 -17.375789642 0.075055458 0.996509969 0.036530957 2.767314911 0.029936600 0.034366027 -0.998960853 -146.966217041\n-0.996824265 0.079100013 -0.009192583 -17.381149292 0.078729749 0.996268451 0.035367269 2.777360916 0.011955831 0.034531225 -0.999332070 -147.747528076\n-0.996712446 0.079921111 0.013297933 -17.362609863 0.080345660 0.996143997 0.035238028 2.781931877 -0.010430394 0.036190614 -0.999290466 -148.492858887\n-0.996078014 0.079256043 0.039336216 -17.322237015 0.080724269 0.996039987 0.037254836 2.786352634 -0.036227774 0.040284108 -0.998531461 -149.217285156\n-0.994704008 0.077140599 0.067921512 -17.261100769 0.079927787 0.996024907 0.039317902 2.791775703 -0.064618513 0.044538487 -0.996915698 -149.907852173\n-0.992105126 0.076745868 0.099186376 -17.181179047 0.080870375 0.995990455 0.038248647 2.793586254 -0.095853262 0.045967910 -0.994333744 -150.576309204\n-0.987807989 0.077401049 0.135071754 -17.075126648 0.082703151 0.995991111 0.034086149 2.794722080 -0.131891966 0.044841435 -0.990249276 -151.216583252\n-0.981258988 0.078801624 0.175844207 -16.951683044 0.085081123 0.995967746 0.028449835 2.795866966 -0.172893271 0.042877678 -0.984006882 -151.812469482\n-0.972324014 0.079242311 0.219788119 -16.797836304 0.086412035 0.995989621 0.023185797 2.797220707 -0.217069387 0.041536443 -0.975272179 -152.372985840\n-0.960448027 0.078556538 0.267149240 -16.621017456 0.086897522 0.996025920 0.019525403 2.797295094 -0.264553726 0.041967738 -0.963457465 -152.917938232\n-0.944933295 0.079161853 0.317544401 -16.418518066 0.088899076 0.995907784 0.016267912 2.789507866 -0.314957142 0.043601498 -0.948103786 -153.426452637\n-0.925221205 0.079688460 0.370965779 -16.194511414 0.090723604 0.995799363 0.012361436 2.775002480 -0.368422449 0.045092411 -0.928564310 -153.905044556\n-0.901448727 0.078520805 0.425704718 -15.943161011 0.090542689 0.995860100 0.008042824 2.762641430 -0.423310786 0.045794647 -0.904826403 -154.359848022\n-0.873461604 0.077046163 0.480758816 -15.657516479 0.090120830 0.995922267 0.004129048 2.749411106 -0.478480309 0.046932943 -0.876843333 -154.785797119\n-0.840683341 0.074969493 0.536312759 -15.357589722 0.089290358 0.996005356 0.000736302 2.736255646 -0.534115195 0.048506550 -0.844019175 -155.193893433\n-0.803403020 0.074046217 0.590813637 -15.025314331 0.089469932 0.995984495 -0.003162536 2.720355988 -0.588675439 0.050319269 -0.806801915 -155.581848145\n-0.761351228 0.071830139 0.644348443 -14.667404175 0.088286668 0.996072412 -0.006721310 2.699945450 -0.642300487 0.051770102 -0.764702559 -155.941070557\n-0.713695526 0.069228135 0.697026610 -14.308746338 0.087506600 0.996120214 -0.009334620 2.682372093 -0.694968522 0.054332353 -0.716984510 -156.260894775\n-0.661300421 0.065197356 0.747282565 -13.922744751 0.085059993 0.996307731 -0.011650792 2.665657043 -0.745283008 0.055859175 -0.664404392 -156.556533813\n-0.606440544 0.058996972 0.792937040 -13.515838623 0.079707064 0.996730924 -0.013199672 2.638649940 -0.791123629 0.055197865 -0.609160542 -156.806259155\n-0.548947573 0.054622661 0.834070325 -13.106643677 0.075060897 0.997052252 -0.015894545 2.616631508 -0.832479894 0.053880788 -0.551429391 -157.027709961\n-0.489012241 0.051211044 0.870772421 -12.672180176 0.070626192 0.997322083 -0.018991001 2.589666367 -0.869413078 0.052212507 -0.491319537 -157.216979980\n-0.426796079 0.050098650 0.902959347 -12.223968506 0.068865076 0.997365713 -0.022786571 2.568673611 -0.901722252 0.052457143 -0.429121852 -157.372467041\n-0.362449169 0.050294042 0.930645645 -11.775085449 0.067659847 0.997328103 -0.027546918 2.548226833 -0.929544508 0.052982982 -0.364883661 -157.497482300\n-0.297506928 0.050967824 0.953358352 -11.320816040 0.064954154 0.997340798 -0.033049475 2.520243645 -0.952507675 0.052092135 -0.300026417 -157.577575684\n-0.231544852 0.050698720 0.971502364 -10.842056274 0.061006285 0.997432232 -0.037511859 2.494759083 -0.970909595 0.050582070 -0.234043241 -157.628936768\n-0.163545966 0.047850102 0.985374570 -10.445449829 0.055409238 0.997691870 -0.039251771 2.470305920 -0.984978437 0.048179384 -0.165819764 -157.670318604\n-0.092911005 0.039016362 0.994909763 -10.007644653 0.052016672 0.998057604 -0.034282167 2.425535202 -0.994314790 0.048566703 -0.094759941 -157.693710327\n-0.021654606 0.028009040 0.999373198 -9.569503784 0.050913077 0.998341382 -0.026876934 2.397157907 -0.998468399 0.050299149 -0.023044705 -157.684036255\n0.050005019 0.015422280 0.998629987 -9.022033691 0.049287837 0.998624384 -0.017890221 2.382099867 -0.997532189 0.050114907 0.049176097 -157.601364136\n0.120397508 0.004307114 0.992716432 -8.500320435 0.046296485 0.998878181 -0.009948729 2.369050980 -0.991645634 0.047157083 0.120063066 -157.503997803\n0.191288292 -0.004156189 0.981525242 -8.016159058 0.042035758 0.999108255 -0.003961662 2.352760553 -0.980633497 0.042016976 0.191292405 -157.359405518\n0.261964738 -0.008763139 0.965037704 -7.549125671 0.041115705 0.999152184 -0.002088166 2.335748672 -0.964201272 0.040225230 0.262102962 -157.183166504\n0.332861543 -0.011812546 0.942901731 -7.060897827 0.042074870 0.999111712 -0.002336459 2.332202911 -0.942036629 0.040450186 0.333062887 -156.992156982\n0.399416804 -0.017177889 0.916608632 -6.598915100 0.041209877 0.999150217 0.000767363 2.322134733 -0.915842891 0.037466824 0.399785340 -156.750656128\n0.464446783 -0.023183232 0.885297537 -6.123031616 0.042651486 0.999082863 0.003787001 2.324019909 -0.884573400 0.036000397 0.465009630 -156.454559326\n0.527684093 -0.027395368 0.848998845 -5.647220612 0.041694805 0.999110401 0.006324286 2.324795246 -0.848416805 0.032061614 0.528356910 -156.127639771\n0.586923718 -0.029914111 0.809089422 -5.243549347 0.040747087 0.999142230 0.007382398 2.303030252 -0.808616221 0.028635133 0.587639213 -155.791610718\n0.641896844 -0.028507426 0.766260922 -4.809112549 0.038837366 0.999234796 0.004640753 2.302311897 -0.765806854 0.026780667 0.642512798 -155.387756348\n0.691961944 -0.027353542 0.721415639 -4.399234772 0.039697263 0.999211729 -0.000189928 2.299609661 -0.720841765 0.028769648 0.692502379 -154.950103760\n0.737716913 -0.027444456 0.674552143 -4.004199982 0.041707378 0.999117553 -0.004963293 2.298482895 -0.673820674 0.031795304 0.738210559 -154.502441406\n0.778965831 -0.027826261 0.626448691 -3.638509750 0.041772932 0.999098480 -0.007564087 2.298265934 -0.625673473 0.032060761 0.779425979 -153.986892700\n0.817535520 -0.029322106 0.575131178 -3.283291817 0.040735681 0.999145687 -0.006965035 2.289021492 -0.574435651 0.029122526 0.818031549 -153.425430298\n0.853812158 -0.031385500 0.519634247 -2.966357231 0.039698336 0.999199808 -0.004877544 2.258246422 -0.519065320 0.024793120 0.854374886 -152.878692627\n0.885920346 -0.033579886 0.462620348 -2.685601711 0.040334530 0.999175131 -0.004714441 2.247953892 -0.462080419 0.022836192 0.886543989 -152.265853882\n0.913938284 -0.033308342 0.404484093 -2.419397116 0.038424734 0.999251187 -0.004535242 2.238516331 -0.404030174 0.019687124 0.914533794 -151.637496948\n0.936042070 -0.032370947 0.350396067 -2.216088772 0.036415890 0.999324441 -0.004959320 2.230073929 -0.349998802 0.017402116 0.936588526 -150.966400146\n0.953619003 -0.026686855 0.299830943 -2.024875879 0.030112581 0.999523342 -0.006809827 2.216288567 -0.299506277 0.015522664 0.953968048 -150.280395508\n0.966817617 -0.020876350 0.254613131 -1.868107557 0.024051614 0.999666870 -0.009363731 2.208434343 -0.254332811 0.015176877 0.966997683 -149.551589966\n0.976439416 -0.015864391 0.215207711 -1.737082481 0.018549362 0.999773204 -0.010462146 2.196285009 -0.214992926 0.014207617 0.976512253 -148.800323486\n0.983630061 -0.015626239 0.179520816 -1.606735229 0.017660791 0.999796569 -0.009740516 2.190482855 -0.179332092 0.012751544 0.983705938 -148.012329102\n0.989084184 -0.015966563 0.146483824 -1.507435083 0.017412327 0.999811471 -0.008592802 2.175494432 -0.146319002 0.011049629 0.989175737 -147.201492310\n0.993163228 -0.014664641 0.115809187 -1.424812675 0.015649669 0.999848664 -0.007600898 2.159887791 -0.115680195 0.009361308 0.993242383 -146.375976562\n0.995869339 -0.011764647 0.090032279 -1.357626796 0.012522091 0.999890745 -0.007852801 2.143088579 -0.089930065 0.008947756 0.995907903 -145.508071899\n0.997656882 -0.006790923 0.068078190 -1.307608962 0.007427397 0.999930978 -0.009100397 2.135506630 -0.068011694 0.009584717 0.997638464 -144.614669800\n0.998594701 -0.001851612 0.052964069 -1.290923238 0.002378978 0.999948204 -0.009895748 2.118981123 -0.052943002 0.010007842 0.998547375 -143.733001709\n0.999042511 0.003383916 0.043618619 -1.264177322 -0.002907197 0.999935389 -0.010988054 2.108978748 -0.043652985 0.010850725 0.998987854 -142.807861328\n0.999194264 0.006862605 0.039543860 -1.231655002 -0.006420045 0.999915481 -0.011307759 2.093288898 -0.039618120 0.011044775 0.999153852 -141.860244751\n0.999235809 0.006656823 0.038515914 -1.205208540 -0.006270614 0.999928951 -0.010139397 2.072029591 -0.038580671 0.009890131 0.999206543 -140.908172607\n0.999294877 0.005114380 0.037197340 -1.169157863 -0.004785044 0.999948621 -0.008937416 2.055466413 -0.037241139 0.008753123 0.999267995 -139.927642822\n0.999343514 0.005036400 0.035877179 -1.137245536 -0.004746902 0.999955535 -0.008149752 2.039782047 -0.035916630 0.007974097 0.999322951 -138.919631958\n0.999410212 0.003039934 0.034204766 -1.110458612 -0.002754568 0.999961019 -0.008386886 2.018673658 -0.034228928 0.008287719 0.999379635 -137.886703491\n0.999475956 0.004694185 0.032028228 -1.080331802 -0.004415044 0.999951720 -0.008780629 2.000478268 -0.032067899 0.008634621 0.999448419 -136.832473755\n0.999551058 0.004315092 0.029648595 -1.047373891 -0.004093306 0.999963224 -0.007537117 1.983898044 -0.029680027 0.007412372 0.999531984 -135.768829346\n0.999600172 0.004118517 0.027974375 -1.027800798 -0.003978105 0.999979198 -0.005073111 1.971347094 -0.027994687 0.004959797 0.999595761 -134.678894043\n0.999662995 0.002212506 0.025865825 -0.997326374 -0.002101346 0.999988437 -0.004323961 1.954534769 -0.025875093 0.004268151 0.999656081 -133.585266113\n0.999702215 0.001709906 0.024342094 -0.975224316 -0.001570963 0.999982357 -0.005725896 1.939955115 -0.024351455 0.005685950 0.999687314 -132.465255737\n0.999731302 0.001911409 0.023100514 -0.957927346 -0.001752404 0.999974668 -0.006901475 1.926812172 -0.023113120 0.006859139 0.999709308 -131.333602905\n0.999750197 0.001218231 0.022316946 -0.934493840 -0.001064645 0.999975681 -0.006892637 1.905697465 -0.022324800 0.006867156 0.999727190 -130.189056396\n0.999762595 0.002547798 0.021638684 -0.913232386 -0.002395632 0.999972224 -0.007055174 1.887597799 -0.021656059 0.007001660 0.999740958 -129.018234253\n0.999773979 0.002525184 0.021110963 -0.893132687 -0.002351166 0.999963105 -0.008263777 1.865278602 -0.021131052 0.008212274 0.999742985 -127.822288513\n0.999771357 0.003067706 0.021163132 -0.871972740 -0.002884335 0.999958098 -0.008689695 1.843682766 -0.021188902 0.008626667 0.999738276 -126.628471375\n0.999755025 0.002992642 0.021928957 -0.854046702 -0.002819125 0.999964535 -0.007939314 1.821541905 -0.021951938 0.007875548 0.999728024 -125.403198242\n0.999735057 0.003281935 0.022783834 -0.827718735 -0.003116429 0.999968529 -0.007295926 1.801462293 -0.022807064 0.007222989 0.999713778 -124.169700623\n0.999697089 0.003580243 0.024349364 -0.805643141 -0.003349721 0.999949276 -0.009501442 1.775489450 -0.024382146 0.009417001 0.999658346 -122.902923584\n0.999652743 0.004480777 0.025968518 -0.778344333 -0.004143900 0.999906778 -0.013011839 1.752450347 -0.026024399 0.012899710 0.999578059 -121.652137756\n0.999601960 0.003645438 0.027975861 -0.747728705 -0.003219098 0.999878228 -0.015269512 1.722198486 -0.028028119 0.015173377 0.999491990 -120.363960266\n0.999587297 0.002060984 0.028652439 -0.713849485 -0.001613395 0.999876440 -0.015635701 1.688128829 -0.028681124 0.015583021 0.999467134 -119.071586609\n0.999581575 0.001300065 0.028896807 -0.679433882 -0.000869375 0.999888420 -0.014911982 1.663715005 -0.028912969 0.014880620 0.999471188 -117.764251709\n0.999610722 -0.000326523 0.027898028 -0.649569631 0.000754913 0.999881923 -0.015346427 1.629443645 -0.027889725 0.015361514 0.999492943 -116.439849854\n0.999647856 0.000435551 0.026532106 -0.620354056 0.000037376 0.999841154 -0.017821575 1.597717166 -0.026535654 0.017816292 0.999489069 -115.104812622\n0.999712467 0.000319346 0.023976687 -0.593424976 0.000142675 0.999814391 -0.019265406 1.560113072 -0.023978388 0.019263286 0.999526858 -113.732902527\n0.999790013 0.000358713 0.020489346 -0.560567379 0.000012649 0.999835789 -0.018121613 1.521615028 -0.020492483 0.018118067 0.999625802 -112.362739563\n0.999835014 -0.000927919 0.018141286 -0.542264998 0.001206293 0.999881625 -0.015339856 1.486644149 -0.018124904 0.015359209 0.999717772 -111.018646240\n0.999861717 0.000019108 0.016628793 -0.528198361 0.000241513 0.999877155 -0.015670726 1.445190072 -0.016627049 0.015672576 0.999738932 -109.622558594\n0.999888957 -0.001022744 0.014867065 -0.508230567 0.001259554 0.999872327 -0.015927816 1.416839361 -0.014848878 0.015944773 0.999762595 -108.229866028\n0.999903262 -0.002309166 0.013716097 -0.493501455 0.002541793 0.999852836 -0.016966986 1.378713250 -0.013674899 0.017000208 0.999761939 -106.815109253\n0.999920189 -0.002050887 0.012467519 -0.488288224 0.002276008 0.999834120 -0.018069325 1.348108172 -0.012428394 0.018096259 0.999759018 -105.382408142\n0.999935567 -0.000284538 0.011348019 -0.480030745 0.000487057 0.999840617 -0.017847465 1.306989074 -0.011341132 0.017851843 0.999776304 -103.931724548\n0.999932349 -0.000200674 0.011630934 -0.476159483 0.000396803 0.999857724 -0.016862825 1.272649765 -0.011625895 0.016866300 0.999790132 -102.504554749\n0.999929488 0.001633339 0.011762570 -0.456799179 -0.001472517 0.999905527 -0.013668058 1.238084793 -0.011783783 0.013649774 0.999837399 -101.000480652\n0.999930024 0.000646897 0.011810227 -0.445325881 -0.000509969 0.999932647 -0.011593332 1.199311018 -0.011816932 0.011586498 0.999863029 -99.500175476\n0.999927044 -0.000327325 0.012076853 -0.430147558 0.000431711 0.999962568 -0.008641841 1.169444680 -0.012073573 0.008646424 0.999889731 -97.985923767\n0.999924898 0.000278649 0.012254524 -0.425652683 -0.000251012 0.999997437 -0.002256741 1.143285751 -0.012255121 0.002253495 0.999922335 -96.484359741\n0.999923289 0.000272126 0.012380746 -0.413677216 -0.000312025 0.999994755 0.003220852 1.119876981 -0.012379805 -0.003224468 0.999918163 -94.968040466\n0.999921620 0.001605899 0.012416303 -0.403624028 -0.001686959 0.999977291 0.006520796 1.098773599 -0.012405550 -0.006541231 0.999901652 -93.436111450\n0.999922872 0.003759416 0.011835015 -0.385800302 -0.003855014 0.999960065 0.008065063 1.093197465 -0.011804222 -0.008110065 0.999897420 -91.912948608\n0.999934018 0.002979399 0.011092367 -0.366475999 -0.003078149 0.999955714 0.008896058 1.075888038 -0.011065370 -0.008929616 0.999898911 -90.400947571\n0.999932468 0.002023345 0.011442000 -0.373466849 -0.002107758 0.999970615 0.007370279 1.060061455 -0.011426752 -0.007393898 0.999907374 -88.895141602\n0.999926090 0.002037106 0.011986401 -0.359970748 -0.002098891 0.999984562 0.005144300 1.045741439 -0.011975736 -0.005169078 0.999914944 -87.383148193\n0.999936819 0.000317614 0.011235676 -0.345611274 -0.000384717 0.999982119 0.005970610 1.027301669 -0.011233578 -0.005974555 0.999919057 -85.866622925\n0.999921918 0.000564488 0.012481275 -0.335517257 -0.000664355 0.999967813 0.007998712 1.011645555 -0.012476358 -0.008006380 0.999890089 -84.354423523\n0.999924242 -0.000456569 0.012302523 -0.327624947 0.000350961 0.999963105 0.008585080 0.999879539 -0.012305989 -0.008580111 0.999887466 -82.846084595\n0.999919832 -0.000046735 0.012662021 -0.312621683 -0.000038764 0.999977231 0.006752024 0.987352848 -0.012662048 -0.006751974 0.999897063 -81.337631226\n0.999916732 -0.000489936 0.012894334 -0.304531097 0.000390651 0.999970257 0.007701267 0.973281324 -0.012897723 -0.007695589 0.999887228 -79.821571350\n0.999908388 -0.001470136 0.013457146 -0.290199012 0.001347066 0.999957204 0.009149769 0.959519804 -0.013470021 -0.009130804 0.999867558 -78.311668396\n0.999905109 -0.002105486 0.013612174 -0.269125551 0.001941231 0.999925315 0.012068738 0.938208222 -0.013636568 -0.012041168 0.999834538 -76.795249939\n0.999904335 -0.002676264 0.013572253 -0.252378494 0.002494560 0.999907255 0.013387256 0.932788372 -0.013606822 -0.013352119 0.999818265 -75.280792236\n0.999910533 -0.002869025 0.013064593 -0.236832857 0.002710921 0.999923050 0.012103342 0.924054623 -0.013098313 -0.012066843 0.999841392 -73.758018494\n0.999919057 -0.002400404 0.012492782 -0.223618716 0.002304791 0.999967992 0.007662192 0.914285779 -0.012510774 -0.007632779 0.999892592 -72.252372742\n0.999926925 0.000898725 0.012054889 -0.218204394 -0.000961663 0.999985933 0.005216163 0.904976785 -0.012050031 -0.005227374 0.999913752 -70.753326416\n0.999931574 0.001862400 0.011547735 -0.216026753 -0.001947361 0.999971092 0.007350456 0.875921726 -0.011533711 -0.007372440 0.999906301 -69.243080139\n0.999933660 0.003211216 0.011061761 -0.205369428 -0.003305456 0.999958336 0.008511723 0.860548079 -0.011033966 -0.008547722 0.999902606 -67.719825745\n0.999942064 0.000095389 0.010762535 -0.200694799 -0.000162913 0.999980330 0.006273333 0.844928265 -0.010761725 -0.006274723 0.999922395 -66.223655701\n0.999952018 -0.000660566 0.009775450 -0.190674305 0.000587388 0.999971807 0.007486853 0.833209038 -0.009780120 -0.007480751 0.999924183 -64.715965271\n0.999955177 -0.002164007 0.009220067 -0.185496256 0.002074820 0.999951065 0.009671776 0.819561839 -0.009240546 -0.009652212 0.999910712 -63.205497742\n0.999964952 -0.002471452 0.007997344 -0.175657839 0.002406561 0.999964178 0.008113517 0.803545237 -0.008017110 -0.008093987 0.999935091 -61.709156036\n0.999974608 -0.002758113 0.006570244 -0.172302336 0.002727074 0.999985099 0.004728472 0.793560386 -0.006583188 -0.004710435 0.999967217 -60.246585846\n0.999978602 -0.003428083 0.005573784 -0.169661164 0.003401040 0.999982417 0.004854121 0.778931439 -0.005590326 -0.004835060 0.999972701 -58.756042480\n0.999985635 -0.003788124 0.003792361 -0.174099550 0.003747993 0.999937475 0.010533730 0.752487957 -0.003832027 -0.010519366 0.999937356 -57.275810242\n0.999986947 -0.004486713 0.002433944 -0.169303954 0.004461844 0.999938726 0.010128237 0.740654588 -0.002479238 -0.010117245 0.999945760 -55.783603668\n0.999993622 -0.003465174 0.000892514 -0.180385679 0.003456376 0.999947190 0.009677086 0.727378547 -0.000926000 -0.009673939 0.999952793 -54.317996979\n0.999996603 -0.002399903 0.001027277 -0.191237316 0.002389906 0.999950826 0.009624809 0.709883571 -0.001050325 -0.009622321 0.999953151 -52.843280792\n0.999998450 -0.001665257 0.000584312 -0.200021163 0.001659394 0.999949694 0.009893793 0.696916759 -0.000600758 -0.009892808 0.999950886 -51.364261627\n0.999998569 -0.001630576 0.000386874 -0.206199825 0.001626930 0.999955952 0.009244702 0.681907892 -0.000401932 -0.009244059 0.999957204 -49.894073486\n0.999998450 -0.001761082 0.000180432 -0.208697349 0.001759414 0.999959171 0.008861378 0.672859430 -0.000196030 -0.008861046 0.999960721 -48.422115326\n0.999996722 -0.002561884 -0.000169288 -0.200575456 0.002563316 0.999955475 0.009082731 0.656441450 0.000146012 -0.009083135 0.999958754 -46.956047058\n0.999993205 -0.003664094 -0.000458044 -0.219127521 0.003668297 0.999947786 0.009539204 0.646832705 0.000423068 -0.009540819 0.999954402 -45.498001099\n0.999988854 -0.004702962 -0.000401339 -0.213770941 0.004706633 0.999941885 0.009697896 0.634079039 0.000355707 -0.009699677 0.999952912 -44.028511047\n0.999983609 -0.005722093 0.000073069 -0.225785613 0.005720917 0.999920964 0.011196829 0.626659036 -0.000137133 -0.011196228 0.999937296 -42.581077576\n0.999984384 -0.005489908 0.001043682 -0.233790219 0.005477868 0.999922156 0.011208462 0.612284482 -0.001105134 -0.011202570 0.999936640 -41.138599396\n0.999986947 -0.004883401 0.001512174 -0.239466324 0.004868033 0.999938130 0.010004757 0.599304438 -0.001560937 -0.009997265 0.999948800 -39.679225922\n0.999985397 -0.004901396 0.002273703 -0.239441007 0.004883650 0.999958098 0.007746013 0.590499938 -0.002311574 -0.007734796 0.999967396 -38.228637695\n0.999989390 -0.003447750 0.003060277 -0.241752699 0.003424447 0.999965370 0.007587315 0.575668931 -0.003086330 -0.007576755 0.999966562 -36.786098480\n0.999992073 -0.001145403 0.003820234 -0.244908422 0.001108522 0.999952912 0.009642411 0.566485107 -0.003831099 -0.009638100 0.999946237 -35.327594757\n0.999988556 -0.000527945 0.004760308 -0.245443061 0.000474030 0.999935806 0.011320040 0.552208722 -0.004765979 -0.011317654 0.999924600 -33.895492554\n0.999983430 0.000226894 0.005753897 -0.242478237 -0.000292654 0.999934614 0.011430486 0.541407287 -0.005750927 -0.011431980 0.999918103 -32.455757141\n0.999977231 0.000558289 0.006720986 -0.236187592 -0.000623745 0.999952376 0.009740916 0.535161972 -0.006715227 -0.009744886 0.999929965 -31.013568878\n0.999967158 -0.000841553 0.008060345 -0.233971521 0.000781836 0.999972224 0.007408957 0.513370752 -0.008066357 -0.007402412 0.999940038 -29.568189621\n0.999956489 -0.000962226 0.009276799 -0.222672239 0.000880171 0.999960482 0.008845204 0.497532904 -0.009284943 -0.008836655 0.999917865 -28.133352280\n0.999943018 -0.000092824 0.010673762 -0.225921422 -0.000017058 0.999947011 0.010294048 0.484222919 -0.010674152 -0.010293644 0.999890029 -26.710105896\n0.999932051 0.000243418 0.011653185 -0.209266335 -0.000311745 0.999982774 0.005861857 0.466713965 -0.011651557 -0.005865091 0.999914944 -25.289398193\n0.999911070 0.001982602 0.013189626 -0.204914227 -0.001990319 0.999997854 0.000571973 0.452720642 -0.013188464 -0.000598174 0.999912858 -23.859802246\n0.999891043 0.002961675 0.014463084 -0.195725560 -0.002932036 0.999993563 -0.002070113 0.430033922 -0.014469122 0.002027481 0.999893248 -22.451704025\n0.999909163 0.001569354 0.013387919 -0.141169429 -0.001530467 0.999994576 -0.002914422 0.395111978 -0.013392420 0.002893668 0.999906123 -21.027589798\n0.999904990 0.001163753 0.013734275 -0.117200054 -0.001127339 0.999995828 -0.002658783 0.363778621 -0.013737311 0.002643047 0.999902129 -19.621177673\n0.999908209 -0.000098913 0.013550678 -0.089973673 0.000110310 0.999999642 -0.000840292 0.329964548 -0.013550591 0.000841710 0.999907851 -18.201766968\n0.999905407 -0.000718595 0.013735257 -0.071609154 0.000704521 0.999999225 0.001029486 0.310790896 -0.013735986 -0.001019712 0.999905109 -16.773406982\n0.999904692 -0.002191757 0.013632622 -0.052982196 0.002178095 0.999997139 0.001016908 0.288194478 -0.013634811 -0.000987118 0.999906540 -15.372846603\n0.999909937 -0.002465253 0.013194667 -0.042054687 0.002471866 0.999996841 -0.000484890 0.259390265 -0.013193430 0.000517462 0.999912858 -13.967868805\n0.999918342 -0.004126797 0.012094767 -0.020394787 0.004144695 0.999990344 -0.001455090 0.228042006 -0.012088645 0.001505101 0.999925792 -12.569106102\n0.999938309 -0.002810464 0.010748026 -0.011210108 0.002810091 0.999996066 0.000049806 0.200956881 -0.010748124 -0.000019600 0.999942243 -11.170047760\n0.999952495 -0.004030762 0.008877665 0.008732285 0.004024797 0.999991655 0.000689643 0.169920117 -0.008880370 -0.000653879 0.999960363 -9.775377274\n0.999966800 -0.002524284 0.007748957 0.007892892 0.002511845 0.999995530 0.001614485 0.150826588 -0.007752998 -0.001594967 0.999968648 -8.387709618\n0.999978960 -0.003761870 0.005288496 0.032140840 0.003749692 0.999990284 0.002310753 0.124608025 -0.005297138 -0.002290874 0.999983370 -6.993956566\n0.999981582 -0.004027899 0.004538246 0.030501738 0.004025195 0.999991715 0.000604892 0.106764600 -0.004540645 -0.000586613 0.999989510 -5.588276386\n0.999976933 -0.005557653 0.003897765 0.034973044 0.005561512 0.999984026 -0.000980061 0.074104950 -0.003892256 0.001001716 0.999991894 -4.213030338\n0.999980986 -0.005004817 0.003605056 0.032983433 0.005012329 0.999985278 -0.002077547 0.052906726 -0.003594605 0.002095578 0.999991357 -2.817416191\n0.999985278 -0.004796936 0.002524908 0.036709458 0.004798937 0.999988198 -0.000786967 0.015596077 -0.002521103 0.000799073 0.999996483 -1.429048061\n0.999989152 -0.004357515 0.001642889 0.041414749 0.004357597 0.999990523 -0.000046578 -0.011527300 -0.001642670 0.000053737 0.999998629 -0.046512458\n0.999992073 -0.003449300 0.002004077 0.027531782 0.003451098 0.999993622 -0.000894282 -0.037837207 -0.002000980 0.000901192 0.999997616 1.344653845\n0.999994695 -0.003051127 -0.001123418 0.071083471 0.003051719 0.999995232 0.000525610 -0.071617775 0.001121808 -0.000529035 0.999999225 2.681237698\n0.999993682 -0.003207110 -0.001544810 0.064343758 0.003208719 0.999994338 0.001040471 -0.101626910 0.001541465 -0.001045421 0.999998271 4.056654453\n0.999991596 -0.003389792 -0.002312174 0.075171351 0.003392249 0.999993682 0.001059513 -0.123499967 0.002308568 -0.001067348 0.999996781 5.429031372\n0.999988973 -0.003964267 -0.002521624 0.067530058 0.003964409 0.999992132 0.000051256 -0.144996509 0.002521401 -0.000061252 0.999996841 6.794306755\n0.999992609 -0.003052679 -0.002340062 0.056239739 0.003052368 0.999995351 -0.000136703 -0.172258943 0.002340469 0.000129560 0.999997258 8.156250954\n0.999991894 -0.003518161 -0.001951189 0.052645124 0.003519655 0.999993503 0.000762592 -0.197393939 0.001948494 -0.000769454 0.999997795 9.588195801\n0.999931633 -0.002530776 -0.011417581 0.247706428 0.002575095 0.999989212 0.003868639 -0.239356697 0.011407667 -0.003897776 0.999927342 10.955243111\n0.999929607 -0.003074583 -0.011460008 0.226228103 0.003111845 0.999989927 0.003235073 -0.256072849 0.011449946 -0.003270507 0.999929070 12.311845779\n0.999935567 -0.003019920 -0.010943172 0.199301988 0.003049636 0.999991715 0.002699787 -0.271185696 0.010934928 -0.002732986 0.999936461 13.677169800\n0.999926627 -0.003308816 -0.011652341 0.197169036 0.003339882 0.999990940 0.002647637 -0.298415303 0.011643475 -0.002686361 0.999928594 15.027834892\n0.999921262 -0.003099904 -0.012161577 0.178245723 0.003133450 0.999991357 0.002740255 -0.318129957 0.012152977 -0.002778147 0.999922276 16.391933441\n0.999921978 -0.003797119 -0.011900003 0.152180031 0.003829988 0.999988914 0.002740524 -0.334491372 0.011889465 -0.002785887 0.999925435 17.766105652\n0.999915063 -0.004463449 -0.012244016 0.145686254 0.004506702 0.999983668 0.003507308 -0.356678218 0.012228161 -0.003562190 0.999918878 19.125494003\n0.999870777 -0.005344410 -0.015160541 0.153043047 0.005397407 0.999979436 0.003456988 -0.380375743 0.015141754 -0.003538369 0.999879122 20.466764450\n0.999905944 -0.003987303 -0.013123474 0.119508848 0.004020206 0.999988854 0.002481728 -0.400736421 0.013113432 -0.002534254 0.999910831 21.869319916\n0.999881208 -0.004010691 -0.014881792 0.121928677 0.004058946 0.999986589 0.003213782 -0.419719368 0.014868704 -0.003273805 0.999884069 23.238361359\n0.999888599 -0.003670800 -0.014466365 0.082922220 0.003714542 0.999988616 0.002997981 -0.445352197 0.014455195 -0.003051383 0.999890864 24.595300674\n0.999867201 -0.003318461 -0.015953699 0.071720794 0.003368778 0.999989450 0.003128089 -0.470003992 0.015943151 -0.003181418 0.999867857 25.944837570\n0.999863207 -0.003808612 -0.016093569 0.037267551 0.003884537 0.999981463 0.004689076 -0.490306139 0.016075412 -0.004750951 0.999859512 27.301406860\n0.999854445 -0.004381431 -0.016487665 0.016309852 0.004478009 0.999972999 0.005825241 -0.509474039 0.016461698 -0.005898225 0.999847114 28.646432877\n0.999856651 -0.004385490 -0.016352544 -0.012597083 0.004475493 0.999975026 0.005471354 -0.533624411 0.016328141 -0.005543755 0.999851346 29.982276917\n0.999841213 -0.005097652 -0.017075829 -0.024218511 0.005185454 0.999973536 0.005101557 -0.557385445 0.017049370 -0.005189293 0.999841154 31.318181992\n0.999857903 -0.004591081 -0.016221816 -0.050932955 0.004658786 0.999980569 0.004138369 -0.569931030 0.016202500 -0.004213355 0.999859869 32.651351929\n0.999861181 -0.005054194 -0.015877716 -0.071704410 0.005127837 0.999976277 0.004600831 -0.588352263 0.015854085 -0.004681611 0.999863327 33.983173370\n0.999863148 -0.005747633 -0.015514339 -0.093923561 0.005831508 0.999968588 0.005366499 -0.612197280 0.015483008 -0.005456237 0.999865234 35.313476562\n0.999861240 -0.006301235 -0.015420038 -0.115040615 0.006386884 0.999964416 0.005511419 -0.632263958 0.015384761 -0.005609141 0.999865890 36.643276215\n0.999849260 -0.007606389 -0.015608884 -0.121781707 0.007690860 0.999956071 0.005358833 -0.645101666 0.015567438 -0.005478071 0.999863803 37.987537384\n0.999840379 -0.008200492 -0.015873358 -0.136344075 0.008301254 0.999945760 0.006292450 -0.665533781 0.015820896 -0.006423215 0.999854207 39.314907074\n0.999821782 -0.008656125 -0.016777471 -0.146923721 0.008782927 0.999933302 0.007498993 -0.681312084 0.016711438 -0.007645012 0.999831140 40.657562256\n0.999809504 -0.008158923 -0.017732434 -0.176191658 0.008297147 0.999935687 0.007735470 -0.701192617 0.017668178 -0.007881125 0.999812841 41.989677429\n0.999796689 -0.008119616 -0.018458191 -0.215405375 0.008256438 0.999938905 0.007348496 -0.711308002 0.018397396 -0.007499401 0.999802649 43.288280487\n0.999784529 -0.005542416 -0.020004235 -0.242146686 0.005722611 0.999943495 0.008961839 -0.729964554 0.019953433 -0.009074384 0.999759734 44.605152130\n0.999764144 -0.005399022 -0.021034610 -0.270530611 0.005653585 0.999911249 0.012061478 -0.745125771 0.020967623 -0.012177554 0.999705970 45.936481476\n0.999748290 -0.004138547 -0.022049941 -0.303213179 0.004483959 0.999867678 0.015638679 -0.752296567 0.021982301 -0.015733615 0.999634564 47.246509552\n0.999709368 -0.004303026 -0.023720693 -0.322255045 0.004759623 0.999803841 0.019226139 -0.756062269 0.023633309 -0.019333452 0.999533713 48.552608490\n0.999678075 -0.004111017 -0.025036456 -0.353054613 0.004607276 0.999793410 0.019796126 -0.754442215 0.024949901 -0.019905102 0.999490499 49.856132507\n0.999651909 -0.005160346 -0.025873384 -0.391017795 0.005636086 0.999815762 0.018348172 -0.753613234 0.025773933 -0.018487610 0.999496818 51.154205322\n0.999615729 -0.003533588 -0.027494002 -0.421699405 0.003998509 0.999849617 0.016873360 -0.752187908 0.027430244 -0.016976811 0.999479532 52.455024719\n0.999586403 -0.003099043 -0.028591134 -0.464552313 0.003567055 0.999860227 0.016332652 -0.756183147 0.028536523 -0.016427882 0.999457777 53.754028320\n0.999490678 -0.002773477 -0.031790748 -0.455553889 0.003278062 0.999869287 0.015830966 -0.762429476 0.031742688 -0.015927115 0.999369144 55.065113068\n0.999458313 -0.002876562 -0.032783423 -0.494850755 0.003365756 0.999883652 0.014876568 -0.762860298 0.032736816 -0.014978851 0.999351740 56.361751556\n0.999424696 -0.002204549 -0.033844095 -0.540836871 0.002736546 0.999873281 0.015680790 -0.765802324 0.033805240 -0.015764384 0.999304116 57.640907288\n0.999367356 -0.002300314 -0.035491221 -0.581103325 0.002882531 0.999861956 0.016362116 -0.771580935 0.035448682 -0.016454067 0.999236047 58.918735504\n0.999319196 -0.002153085 -0.036831465 -0.618391454 0.002761056 0.999860644 0.016463950 -0.774907470 0.036790881 -0.016554434 0.999185860 60.202960968\n0.999278128 -0.002209653 -0.037925601 -0.659604549 0.002805410 0.999873400 0.015662560 -0.777268589 0.037886191 -0.015757652 0.999157786 61.474563599\n0.999228120 -0.002961052 -0.039171785 -0.705935121 0.003563788 0.999876201 0.015326124 -0.781500757 0.039121553 -0.015453894 0.999114931 62.740325928\n0.999198973 -0.004367612 -0.039778236 -0.752606213 0.004945618 0.999883473 0.014443913 -0.786986768 0.039710514 -0.014629071 0.999104142 64.012992859\n0.999157846 -0.005105460 -0.040712420 -0.808317959 0.005711536 0.999874413 0.014784376 -0.792202234 0.040631823 -0.015004457 0.999061525 65.272071838\n0.999094188 -0.005363167 -0.042214829 -0.849964380 0.006061479 0.999846637 0.016431283 -0.797358632 0.042120229 -0.016672283 0.998973429 66.537834167\n0.999070644 -0.005017379 -0.042810213 -0.898930848 0.005672061 0.999868631 0.015184931 -0.800829291 0.042728398 -0.015413641 0.998967826 67.796867371\n0.999092042 -0.002279551 -0.042542357 -0.971874356 0.002860450 0.999903440 0.013598721 -0.800539851 0.042507250 -0.013708063 0.999002099 69.052116394\n0.999038815 -0.000621564 -0.043829601 -1.004578114 0.001221482 0.999905944 0.013662049 -0.805857956 0.043816987 -0.013702454 0.998945594 70.298599243\n0.999053299 0.002225497 -0.043446049 -1.072051644 -0.001615139 0.999899566 0.014078679 -0.815097332 0.043473020 -0.013995180 0.998956561 71.553192139\n0.999080837 0.004173195 -0.042661730 -1.128701568 -0.003545369 0.999884486 0.014781459 -0.821418583 0.042718489 -0.014616622 0.998980224 72.785591125\n0.999146223 0.004154687 -0.041104537 -1.183609128 -0.003490295 0.999862313 0.016222045 -0.825654566 0.041166272 -0.016064728 0.999023139 74.044998169\n0.999191463 0.005710099 -0.039797164 -1.231918693 -0.005000946 0.999827325 0.017896021 -0.827332854 0.039892480 -0.017682528 0.999047518 75.264228821\n0.999251604 0.002564183 -0.038596183 -1.276667953 -0.001932654 0.999863803 0.016390901 -0.835484266 0.038632955 -0.016304042 0.999120474 76.471206665\n0.999316931 0.000143990 -0.036954477 -1.318079829 0.000315852 0.999922633 0.012437327 -0.844101727 0.036953408 -0.012440503 0.999239564 77.646804810\n0.999391019 0.002112023 -0.034830060 -1.369764328 -0.001641452 0.999907076 0.013533562 -0.847952485 0.034855407 -0.013468149 0.999301612 78.825965881\n0.999458611 0.001597489 -0.032861706 -1.372418761 -0.001025558 0.999847829 0.017413693 -0.856086910 0.032884523 -0.017370565 0.999308169 79.973480225\n0.999565184 0.002730441 -0.029359026 -1.434963942 -0.002197318 0.999832392 0.018175697 -0.863721967 0.029403733 -0.018103283 0.999403656 81.088722229\n0.999674261 0.002538226 -0.025395565 -1.469003558 -0.002165152 0.999889493 0.014707249 -0.872681856 0.025430089 -0.014647473 0.999569297 82.199623108\n0.999739230 0.001359445 -0.022795022 -1.495109320 -0.001138923 0.999952435 0.009684335 -0.884362876 0.022807103 -0.009655849 0.999693274 83.294868469\n0.999797940 -0.000963375 -0.020077230 -1.512320876 0.001045293 0.999991179 0.004070022 -0.894096017 0.020073133 -0.004090187 0.999790132 84.394844055\n0.999834478 -0.002370842 -0.018040309 -1.529890299 0.002419748 0.999993443 0.002689573 -0.911908865 0.018033814 -0.002732780 0.999833643 85.496055603\n0.999864042 -0.003280417 -0.016161203 -1.551688671 0.003363527 0.999981225 0.005118045 -0.927935719 0.016144112 -0.005171708 0.999856293 86.591667175\n0.999881029 -0.003178370 -0.015093947 -1.575016618 0.003282770 0.999970853 0.006896954 -0.942917526 0.015071586 -0.006945683 0.999862313 87.695587158\n0.999894202 -0.003100597 -0.014211352 -1.590381980 0.003189405 0.999975502 0.006230670 -0.961016536 0.014191685 -0.006275337 0.999879599 88.788749695\n0.999908388 -0.002621107 -0.013278411 -1.613952994 0.002672304 0.999989033 0.003839392 -0.975337863 0.013268203 -0.003874524 0.999904454 89.870559692\n0.999919951 -0.002006875 -0.012493256 -1.630805135 0.002051361 0.999991596 0.003548951 -0.987851322 0.012486029 -0.003574295 0.999915659 90.967140198\n0.999920845 -0.002740401 -0.012279692 -1.639911771 0.002803637 0.999982893 0.005135403 -1.003672719 0.012265409 -0.005169424 0.999911427 92.051826477\n0.999918163 -0.003370506 -0.012342259 -1.657739997 0.003452268 0.999972224 0.006609318 -1.013942957 0.012319639 -0.006651386 0.999902010 93.135856628\n0.999913037 -0.004355900 -0.012449364 -1.677218914 0.004450943 0.999961078 0.007616891 -1.022267818 0.012415702 -0.007671640 0.999893486 94.214004517\n0.999876678 -0.006544916 -0.014273963 -1.690144777 0.006665916 0.999942124 0.008445958 -1.038973570 0.014217858 -0.008540066 0.999862432 95.294670105\n0.999808133 -0.008696586 -0.017550489 -1.707403064 0.008844252 0.999925971 0.008353765 -1.049125075 0.017476540 -0.008507383 0.999811053 96.378875732\n0.999712825 -0.010919087 -0.021333076 -1.727346301 0.011050211 0.999920726 0.006038359 -1.063143253 0.021265451 -0.006272360 0.999754190 97.428222656\n0.999625027 -0.011018705 -0.025066815 -1.753013015 0.011081638 0.999935806 0.002373072 -1.075878024 0.025039056 -0.002649963 0.999682963 98.496551514\n0.999534667 -0.010168300 -0.028759243 -1.791008472 0.010147566 0.999948144 -0.000866804 -1.091331959 0.028766565 0.000574565 0.999585986 99.561698914\n0.999411166 -0.009140692 -0.033072770 -1.836037874 0.009079469 0.999956787 -0.002000875 -1.111496210 0.033089630 0.001699414 0.999450922 100.635520935\n0.999219358 -0.008870756 -0.038497254 -1.883020282 0.008836492 0.999960423 -0.001060120 -1.122537255 0.038505133 0.000719112 0.999258161 101.704208374\n0.998958826 -0.008112491 -0.044893850 -1.937137008 0.008168871 0.999966085 0.001072524 -1.144613266 0.044883627 -0.001438140 0.998991191 102.795692444\n0.998595655 -0.008802246 -0.052242581 -1.990593910 0.008909124 0.999958694 0.001813265 -1.162397981 0.052224461 -0.002276154 0.998632789 103.882019043\n0.998175442 -0.008109784 -0.059832942 -2.050173521 0.008255733 0.999963522 0.002192475 -1.175819635 0.059812982 -0.002682440 0.998206019 104.987701416\n0.997809649 -0.005873655 -0.065889142 -2.135639668 0.006107482 0.999975741 0.003347924 -1.191299319 0.065867878 -0.003743008 0.997821331 106.079772949\n0.997534335 -0.002464408 -0.070136927 -2.218206644 0.002804316 0.999984801 0.004748299 -1.201512337 0.070124157 -0.004933278 0.997526050 107.201171875\n0.997441471 0.001639031 -0.071468882 -2.310128212 -0.001325532 0.999989271 0.004433719 -1.214999437 0.071475387 -0.004327641 0.997432947 108.309249878\n0.997569084 0.006271151 -0.069401696 -2.389776707 -0.006059414 0.999976337 0.003260998 -1.224113822 0.069420509 -0.002832537 0.997583449 109.430664062\n0.997824550 0.010184164 -0.065133832 -2.475250721 -0.010031671 0.999946117 0.002667864 -1.237789989 0.065157488 -0.002008659 0.997872949 110.548782349\n0.998133779 0.012702654 -0.059729494 -2.547536373 -0.012536952 0.999916434 0.003148150 -1.249911070 0.059764497 -0.002393449 0.998209655 111.680175781\n0.998505592 0.014489427 -0.052694116 -2.624018669 -0.014286625 0.999889016 0.004223320 -1.256328106 0.052749462 -0.003464187 0.998601794 112.815689087\n0.998884857 0.014969972 -0.044776753 -2.676814079 -0.014778601 0.999880195 0.004601882 -1.266195297 0.044840276 -0.003935013 0.998986423 113.967300415\n0.999239147 0.016546536 -0.035318438 -2.730436325 -0.016422957 0.999857962 0.003786243 -1.277566791 0.035376072 -0.003203329 0.999368966 115.123329163\n0.999533951 0.016585387 -0.025628543 -2.763934851 -0.016519869 0.999859691 0.002766119 -1.292424917 0.025670823 -0.002341450 0.999667704 116.283592224\n0.999737561 0.016129617 -0.016268631 -2.778898001 -0.016086901 0.999866784 0.002753091 -1.308196783 0.016310871 -0.002490656 0.999863863 117.452636719\n0.999869943 0.014574236 -0.006904278 -2.786828518 -0.014563633 0.999892712 0.001583499 -1.323211670 0.006926616 -0.001482741 0.999974906 118.624740601\n0.999912441 0.013010028 0.002426404 -2.786821842 -0.013010956 0.999915302 0.000367591 -1.331976533 -0.002421416 -0.000399128 0.999996960 119.829734802\n0.999874175 0.011621387 0.010794606 -2.777441740 -0.011634441 0.999931633 0.001147402 -1.345258594 -0.010780534 -0.001272847 0.999941051 121.022407532\n0.999787569 0.011485198 0.017115243 -2.756824732 -0.011515148 0.999932349 0.001652422 -1.358958721 -0.017095108 -0.001849155 0.999852180 122.237464905\n0.999655545 0.011963872 0.023359336 -2.741588116 -0.012022143 0.999924958 0.002355701 -1.374902606 -0.023329400 -0.002635719 0.999724329 123.447792053\n0.999509811 0.013276958 0.028352765 -2.708904028 -0.013358464 0.999907136 0.002687225 -1.384174585 -0.028314454 -0.003064657 0.999594390 124.658653259\n0.999342501 0.015828207 0.032619040 -2.674562216 -0.015951445 0.999866545 0.003521313 -1.398010015 -0.032558955 -0.004039319 0.999461651 125.885292053\n0.999173403 0.018597282 0.036146890 -2.632721901 -0.018749872 0.999816656 0.003886953 -1.411079764 -0.036067978 -0.004561489 0.999338925 127.122657776\n0.999086559 0.017935205 0.038786940 -2.585695982 -0.018148907 0.999821961 0.005164555 -1.418116331 -0.038687408 -0.005863778 0.999234140 128.365249634\n0.999038160 0.017365657 0.040263787 -2.540658712 -0.017575232 0.999833763 0.004856912 -1.428700328 -0.040172748 -0.005559886 0.999177277 129.633956909\n0.999072254 0.015673500 0.040111959 -2.495728731 -0.015703291 0.999876618 0.000427737 -1.434824705 -0.040100306 -0.001057230 0.999195099 130.889068604\n0.999164939 0.011056662 0.039333880 -2.462305069 -0.011059439 0.999938846 -0.000146984 -1.440976143 -0.039333101 -0.000288150 0.999226093 132.177185059\n0.999303222 0.006988848 0.036664449 -2.401957750 -0.007101575 0.999970436 0.002945218 -1.460177660 -0.036642782 -0.003203541 0.999323308 133.453399658\n0.999458313 0.002029463 0.032846928 -2.352934837 -0.002188853 0.999985993 0.004817271 -1.472661257 -0.032836691 -0.004886559 0.999448776 134.761108398\n0.999618411 -0.002222908 0.027533444 -2.304949284 0.002022935 0.999971390 0.007288625 -1.482402682 -0.027548859 -0.007230146 0.999594331 136.060775757\n0.999741793 -0.007702851 0.021377055 -2.276190519 0.007542478 0.999942899 0.007572637 -1.490940452 -0.021434164 -0.007409446 0.999742806 137.369537354\n0.999842882 -0.010950161 0.013938330 -2.249768734 0.010864758 0.999921799 0.006188316 -1.497519970 -0.014005003 -0.006035908 0.999883711 138.696868896\n0.999887109 -0.013192371 0.007192018 -2.235547543 0.013149167 0.999895394 0.006021882 -1.501762152 -0.007270709 -0.005926633 0.999956012 140.052490234\n0.999908090 -0.013546639 0.000575487 -2.236808538 0.013542308 0.999884069 0.006960816 -1.514858961 -0.000669716 -0.006952383 0.999975622 141.395339966\n0.999895990 -0.013490672 -0.005103828 -2.241455793 0.013532626 0.999874175 0.008276629 -1.521743655 0.004991529 -0.008344836 0.999952734 142.748123169\n0.999872446 -0.011725545 -0.010846423 -2.260518312 0.011831131 0.999882758 0.009722220 -1.527058005 0.010731152 -0.009849305 0.999893904 144.108459473\n0.999805033 -0.010910911 -0.016455704 -2.281805515 0.011060580 0.999898016 0.009031779 -1.532968879 0.016355481 -0.009212028 0.999823809 145.498153687\n0.999696493 -0.010492391 -0.022288809 -2.306945801 0.010625579 0.999926329 0.005865586 -1.544278622 0.022225624 -0.006100637 0.999734342 146.914154053\n0.999583244 -0.009201575 -0.027361073 -2.347481489 0.009297662 0.999951065 0.003386661 -1.545632124 0.027328571 -0.003639644 0.999619901 148.297805786\n0.999465764 -0.009323188 -0.031324945 -2.388195515 0.009307653 0.999956489 -0.000641740 -1.564579129 0.031329565 0.000349835 0.999509037 149.699737549\n0.999401808 -0.008354711 -0.033558652 -2.452145576 0.008206991 0.999956012 -0.004537222 -1.585629225 0.033595081 0.004259092 0.999426425 151.123321533\n0.999332845 -0.008912518 -0.035417415 -2.520283461 0.008744189 0.999949753 -0.004904788 -1.605662107 0.035459351 0.004591819 0.999360561 152.558151245\n0.999280870 -0.007932671 -0.037077952 -2.562102318 0.007747715 0.999956846 -0.005129333 -1.620208263 0.037117042 0.004838375 0.999299228 153.989944458\n0.999214947 -0.006553324 -0.039071426 -2.622286558 0.006430486 0.999973953 -0.003268780 -1.647536993 0.039091833 0.003014965 0.999231100 155.420379639\n0.999160290 -0.006159973 -0.040506814 -2.688380957 0.006078597 0.999979258 -0.002131802 -1.669422388 0.040519103 0.001883788 0.999176979 156.872970581\n0.999099314 -0.005747811 -0.042041369 -2.756049156 0.005712969 0.999983251 -0.000948863 -1.691547275 0.042046119 0.000707827 0.999115407 158.320312500\n0.998989761 -0.005620264 -0.044586021 -2.817506790 0.005629317 0.999984145 0.000077496 -1.710879922 0.044584882 -0.000328406 0.999005556 159.779022217\n0.998921812 -0.005066047 -0.046147540 -2.898715258 0.005186477 0.999983430 0.002490314 -1.734915018 0.046134163 -0.002726973 0.998931527 161.245254517\n0.998804629 -0.004770525 -0.048646737 -2.963730812 0.004946642 0.999981642 0.003500577 -1.756126761 0.048629146 -0.003737030 0.998809934 162.707565308\n0.998708785 -0.004444783 -0.050606355 -3.040998697 0.004603512 0.999984860 0.003020411 -1.779566884 0.050592162 -0.003249478 0.998714089 164.153335571\n0.998615921 -0.003007795 -0.052508574 -3.119258881 0.003136091 0.999992311 0.002361109 -1.802678227 0.052501068 -0.002522513 0.998617709 165.609664917\n0.998560548 -0.002443025 -0.053580180 -3.199885845 0.002512911 0.999996066 0.001236994 -1.821991205 0.053576950 -0.001369856 0.998562813 167.057510376\n0.998519480 -0.000957113 -0.054386608 -3.282941341 0.000943679 0.999999523 -0.000272677 -1.849414945 0.054386843 0.000220950 0.998519897 168.516952515\n0.998532116 -0.000235099 -0.054162003 -3.368746519 0.000193727 0.999999702 -0.000769108 -1.871880293 0.054162167 0.000757486 0.998531878 169.966461182\n0.998585582 0.000175938 -0.053168178 -3.453764677 -0.000098283 0.999998927 0.001463164 -1.898896098 0.053168379 -0.001455869 0.998584509 171.405868530\n0.998557866 0.000667266 -0.053681880 -3.532718182 -0.000520650 0.999996126 0.002745137 -1.925036788 0.053683501 -0.002713228 0.998554289 172.876663208\n0.998535395 0.001090895 -0.054091264 -3.609891176 -0.000921464 0.999994576 0.003157155 -1.942474961 0.054094415 -0.003102687 0.998530984 174.306793213\n0.998538733 0.001394747 -0.054022279 -3.682023764 -0.001232212 0.999994636 0.003041852 -1.965705752 0.054026231 -0.002970840 0.998535097 175.773071289\n0.998551905 0.001980076 -0.053760681 -3.751985312 -0.001862684 0.999995768 0.002233621 -1.990643144 0.053764876 -0.002130247 0.998551369 177.220703125\n0.998622239 0.002945196 -0.052391902 -3.840858698 -0.002852639 0.999994218 0.001841327 -2.005901575 0.052397020 -0.001689335 0.998624921 178.660751343\n0.998639345 0.002679573 -0.052079014 -3.906919241 -0.002652605 0.999996305 0.000586935 -2.029933453 0.052080393 -0.000447992 0.998642802 180.087188721\n0.998639524 0.001209322 -0.052131280 -3.973469734 -0.001303088 0.999997616 -0.001764700 -2.048006058 0.052129019 0.001830231 0.998638690 181.522735596\n0.998719633 -0.001598462 -0.050562322 -4.066724300 0.001507266 0.999997139 -0.001841706 -2.080537796 0.050565120 0.001763137 0.998719215 182.949279785\n0.998743176 -0.002887102 -0.050037257 -4.108729839 0.002988750 0.999993622 0.001956739 -2.109346628 0.050031289 -0.002103829 0.998745441 184.369277954\n0.998784006 -0.003421888 -0.049181886 -4.178017616 0.003751467 0.999971092 0.006610470 -2.131556034 0.049157847 -0.006786936 0.998767972 185.785522461\n0.998869061 -0.002312242 -0.047489945 -4.255020618 0.002537385 0.999985814 0.004681115 -2.150105000 0.047478449 -0.004796321 0.998860776 187.183410645\n0.998913467 -0.001932117 -0.046563294 -4.312646389 0.002023379 0.999996126 0.001912899 -2.171765327 0.046559416 -0.002005036 0.998913527 188.598373413\n0.998947680 -0.002201101 -0.045811571 -4.374247074 0.002226075 0.999997377 0.000494132 -2.198306084 0.045810364 -0.000595592 0.998950005 190.002227783\n0.998987734 -0.002390408 -0.044919737 -4.439612865 0.002434707 0.999996603 0.000931476 -2.221799374 0.044917360 -0.001039899 0.998990178 191.395919800\n0.999035597 -0.002349828 -0.043844890 -4.513832092 0.002489354 0.999992013 0.003127940 -2.249139309 0.043837190 -0.003234069 0.999033451 192.802154541\n0.999031782 -0.004397655 -0.043773782 -4.570311546 0.004607066 0.999978423 0.004684211 -2.271112204 0.043752238 -0.004881344 0.999030471 194.199218750\n0.999010265 -0.005955617 -0.044080064 -4.632435322 0.006140980 0.999972880 0.004070917 -2.294256449 0.044054624 -0.004337582 0.999019682 195.582962036\n0.998984575 -0.006853753 -0.044529535 -4.696571827 0.006966149 0.999972939 0.002369366 -2.318540812 0.044512089 -0.002677159 0.999005258 196.956481934\n0.998966038 -0.007536093 -0.044834208 -4.769746780 0.007585175 0.999970794 0.000924733 -2.337003708 0.044825930 -0.001263852 0.998993993 198.339309692\n0.998960733 -0.007701617 -0.044923391 -4.837687492 0.007727578 0.999970078 0.000404253 -2.361153364 0.044918932 -0.000750982 0.998990357 199.718536377\n0.998949945 -0.007016184 -0.045274440 -4.910919189 0.007100295 0.999973357 0.001697263 -2.390133142 0.045261323 -0.002016943 0.998973131 201.102294922\n0.998941123 -0.006360594 -0.045565505 -4.969428539 0.006514248 0.999973595 0.003224476 -2.411697626 0.045543794 -0.003517886 0.998956144 202.474624634\n0.998911440 -0.005982248 -0.046261646 -5.035294056 0.006142388 0.999975622 0.003320227 -2.430142879 0.046240654 -0.003600769 0.998923838 203.833847046\n0.998906553 -0.005739439 -0.046398245 -5.106170654 0.005915716 0.999975801 0.003662795 -2.447237730 0.046376102 -0.003933268 0.998916328 205.208694458\n0.998868763 -0.005940672 -0.047179226 -5.158191204 0.006103603 0.999975920 0.003310130 -2.469738960 0.047158424 -0.003594349 0.998880982 206.580657959\n0.998881161 -0.005253637 -0.046997998 -5.238982677 0.005387512 0.999981761 0.002722298 -2.489000559 0.046982840 -0.002972454 0.998891294 207.935592651\n0.998864651 -0.005907625 -0.047270048 -5.305700302 0.006015052 0.999979615 0.002130705 -2.510543346 0.047256500 -0.002412618 0.998879850 209.293594360\n0.998835921 -0.006337262 -0.047819111 -5.365957260 0.006419838 0.999978125 0.001573452 -2.531543016 0.047808096 -0.001878611 0.998854756 210.649230957\n0.998829663 -0.006187245 -0.047969073 -5.436122417 0.006306905 0.999977350 0.002343563 -2.555501699 0.047953486 -0.002643357 0.998846054 212.005630493\n0.998805404 -0.005821807 -0.048516888 -5.503436089 0.005966487 0.999978185 0.002837766 -2.581479788 0.048499309 -0.003123851 0.998818338 213.352981567\n0.998787403 -0.005975325 -0.048867680 -5.575497150 0.006112608 0.999977767 0.002660317 -2.608756781 0.048850697 -0.002955800 0.998801708 214.692733765\n0.998755753 -0.006343519 -0.049464617 -5.649285793 0.006490730 0.999974966 0.002816019 -2.631525040 0.049445514 -0.003133577 0.998771906 216.017547607\n0.998696387 -0.006895857 -0.050576247 -5.721690178 0.007106552 0.999966800 0.003987246 -2.650298357 0.050547071 -0.004341471 0.998712242 217.328842163\n0.998579741 -0.007175833 -0.052791815 -5.778193951 0.007495628 0.999954700 0.005862156 -2.667344332 0.052747358 -0.006249538 0.998588324 218.638916016\n0.998465240 -0.007781259 -0.054832712 -5.846220970 0.008217851 0.999936283 0.007741272 -2.685474157 0.054768980 -0.008179998 0.998465538 219.910552979\n0.998353839 -0.007197042 -0.056901988 -5.912109375 0.007787218 0.999918103 0.010156878 -2.706264496 0.056824230 -0.010583267 0.998328090 221.159332275\n0.998221695 -0.006533671 -0.059251644 -5.967824459 0.007147317 0.999922931 0.010150583 -2.730522156 0.059180755 -0.010556022 0.998191476 222.386215210\n0.998136878 -0.006122150 -0.060706779 -6.050344944 0.006674460 0.999938130 0.008899397 -2.736334801 0.060648538 -0.009288001 0.998115957 223.589447021\n0.997905076 -0.007082324 -0.064306438 -6.102205276 0.007681810 0.999929249 0.009079878 -2.755904675 0.064237580 -0.009554846 0.997888863 224.770889282\n0.997640252 -0.006810850 -0.068319693 -6.176989079 0.007397900 0.999937832 0.008343367 -2.766641140 0.068258621 -0.008829101 0.997628570 225.909530640\n0.997316718 -0.007505799 -0.072821587 -6.251113892 0.008058310 0.999940932 0.007296356 -2.777400494 0.072762519 -0.007863597 0.997318268 227.018493652\n0.996913671 -0.006454004 -0.078240059 -6.291794777 0.007029249 0.999950230 0.007079129 -2.794426918 0.078190476 -0.007607249 0.996909440 228.115463257\n0.996675849 -0.005821286 -0.081260987 -6.380643368 0.006353908 0.999960005 0.006297418 -2.809418678 0.081221074 -0.006792809 0.996672988 229.162002563\n0.996473134 -0.003743009 -0.083828643 -6.468451977 0.004287927 0.999970853 0.006321270 -2.827518702 0.083802536 -0.006658427 0.996460140 230.177307129\n0.996268868 -0.003912624 -0.086214826 -6.533328056 0.004575401 0.999961495 0.007491240 -2.841063976 0.086182192 -0.007857757 0.996248424 231.160003662\n0.996108770 -0.003461450 -0.088064171 -6.619960308 0.004304797 0.999946654 0.009388389 -2.861603975 0.088026971 -0.009730956 0.996070564 232.101791382\n0.996008098 -0.003486776 -0.089194722 -6.708629608 0.004315764 0.999949276 0.009102968 -2.871882439 0.089158460 -0.009451573 0.995972633 233.015655518\n0.995796442 -0.002985406 -0.091545090 -6.779876709 0.003826508 0.999952078 0.009013701 -2.885334015 0.091513790 -0.009326110 0.995760143 233.886871338\n0.995573223 -0.003709670 -0.093915872 -6.860290527 0.004525458 0.999953866 0.008474891 -2.903875828 0.093880095 -0.008862387 0.995544076 234.746490479\n0.995320141 -0.002719013 -0.096594371 -6.917421818 0.003411823 0.999969602 0.007007919 -2.918965340 0.096572384 -0.007304685 0.995299160 235.560211182\n0.995315135 -0.000918813 -0.096679322 -7.011741638 0.001346321 0.999989629 0.004356779 -2.930896997 0.096674316 -0.004466529 0.995306075 236.346237183\n0.995443642 0.000514556 -0.095350586 -7.092501163 -0.000494330 0.999999821 0.000235747 -2.943195820 0.095350690 -0.000187539 0.995443702 237.130203247\n0.995787144 0.001669426 -0.091679975 -7.170680046 -0.001903963 0.999995112 -0.002470810 -2.966369629 0.091675408 0.002634956 0.995785475 237.914596558\n0.996205091 0.001524103 -0.087023452 -7.243564129 -0.001885382 0.999989927 -0.004069467 -2.977909327 0.087016374 0.004218096 0.996197939 238.715133667\n0.996543586 -0.000378847 -0.083070360 -7.305579185 0.000125101 0.999995291 -0.003059777 -2.996519804 0.083071128 0.003038809 0.996538997 239.482131958\n0.996861756 -0.001883229 -0.079139844 -7.366563797 0.001783483 0.999997497 -0.001331040 -3.016003132 0.079142153 0.001185719 0.996862650 240.261764526\n0.997159183 -0.003043914 -0.075261682 -7.411180019 0.003012415 0.999995351 -0.000532050 -3.028764725 0.075262956 0.000303819 0.997163653 241.018692017\n0.997479916 -0.003021113 -0.070884950 -7.466332912 0.002968082 0.999995232 -0.000853447 -3.040284157 0.070887193 0.000640904 0.997484148 241.790847778\n0.997757971 -0.003151311 -0.066851102 -7.515708923 0.003077955 0.999994516 -0.001200273 -3.054322243 0.066854514 0.000991817 0.997762263 242.556015015\n0.998033047 -0.002943066 -0.062620707 -7.566982269 0.002897487 0.999995470 -0.000818662 -3.072606087 0.062622830 0.000635609 0.998037040 243.314315796\n0.998246431 -0.003074262 -0.059115253 -7.614273071 0.003073718 0.999995291 -0.000100139 -3.091211557 0.059115279 -0.000081740 0.998251140 244.068527222\n0.998419404 -0.003077475 -0.056118391 -7.651128769 0.003148432 0.999994338 0.001176046 -3.108096838 0.056114454 -0.001350872 0.998423457 244.830657959\n0.998584628 -0.002713430 -0.053117163 -7.693119526 0.002830205 0.999993742 0.002123361 -3.117256165 0.053111073 -0.002270689 0.998586059 245.583038330\n0.998674214 -0.003414775 -0.051362921 -7.733421326 0.003553358 0.999990284 0.002607046 -3.131345034 0.051353522 -0.002786101 0.998676658 246.328674316\n0.998715997 -0.003769853 -0.050518993 -7.772002697 0.003822535 0.999992251 0.000946223 -3.142631054 0.050515033 -0.001138118 0.998722672 247.076614380\n0.998750746 -0.003284020 -0.049861528 -7.809983253 0.003194129 0.999993145 -0.001882389 -3.154617310 0.049867366 0.001720773 0.998754382 247.809860229\n0.998775065 -0.003045555 -0.049386859 -7.850967884 0.002791403 0.999982536 -0.005214307 -3.168649912 0.049401876 0.005070061 0.998766124 248.552444458\n0.998800755 -0.002982262 -0.048869263 -7.891276836 0.002624524 0.999969304 -0.007382846 -3.182430267 0.048889779 0.007245734 0.998777926 249.295745850\n0.998778641 -0.003781526 -0.049263954 -7.930567741 0.003428294 0.999967813 -0.007252706 -3.199352980 0.049289797 0.007074956 0.998759449 250.045776367\n0.998731494 -0.004314832 -0.050167285 -7.969012737 0.003968070 0.999967575 -0.007009675 -3.218651295 0.050195903 0.006801716 0.998716235 250.813598633\n0.998701990 -0.003142747 -0.050837461 -8.010453224 0.002795506 0.999972284 -0.006900093 -3.233394146 0.050857738 0.006749020 0.998683095 251.568115234\n0.998669028 -0.002918605 -0.051494747 -8.050502777 0.002488627 0.999961495 -0.008412073 -3.251485825 0.051517319 0.008272726 0.998637855 252.335098267\n0.998684585 -0.005201688 -0.051010795 -8.089797974 0.004645669 0.999928594 -0.011012538 -3.271075487 0.051064432 0.010761073 0.998637378 253.101379395\n0.998702228 -0.008090694 -0.050282884 -8.123943329 0.007474695 0.999894857 -0.012426675 -3.289400339 0.050378136 0.012034699 0.998657703 253.880142212\n0.998756111 -0.008263711 -0.049172077 -8.164955139 0.007782307 0.999919951 -0.009973601 -3.306790352 0.049250562 0.009578522 0.998740554 254.659179688\n0.998819053 -0.003337876 -0.048469741 -8.210389137 0.003165690 0.999988377 -0.003628780 -3.320975542 0.048481289 0.003471055 0.998818040 255.455093384\n0.998871028 -0.003830944 -0.047349259 -8.247659683 0.003906650 0.999991238 0.001506455 -3.340404510 0.047343072 -0.001689731 0.998877287 256.261840820\n0.998958886 -0.005599745 -0.045274574 -8.282757759 0.005650034 0.999983549 0.000982849 -3.356696367 0.045268327 -0.001237629 0.998974085 257.062652588\n0.999106646 -0.005600315 -0.041887920 -8.320637703 0.005386907 0.999971926 -0.005205869 -3.364839554 0.041915901 0.004975571 0.999108732 257.863433838\n0.999242365 -0.003694986 -0.038743149 -8.361088753 0.003326330 0.999948621 -0.009575532 -3.376944542 0.038776543 0.009439404 0.999203324 258.663177490\n0.999320745 -0.002179312 -0.036786992 -8.389248848 0.001800460 0.999945045 -0.010328520 -3.399328947 0.036807477 0.010255271 0.999269724 259.484558105\n0.999406815 -0.001936690 -0.034384225 -8.428622246 0.001646920 0.999962926 -0.008453731 -3.409786463 0.034399323 0.008392089 0.999372959 260.294799805\n0.999464273 -0.004226191 -0.032454897 -8.454463959 0.004034725 0.999974072 -0.005962710 -3.434871197 0.032479256 0.005828569 0.999455392 261.134704590\n0.999504745 -0.007690828 -0.030514222 -8.477419853 0.007552351 0.999960661 -0.004650790 -3.451324940 0.030548790 0.004418033 0.999523520 261.970794678\n0.999553382 -0.008327018 -0.028700732 -8.501850128 0.008169630 0.999950945 -0.005596654 -3.468286037 0.028745929 0.005359679 0.999572396 262.803588867\n0.999627054 -0.006487350 -0.026527079 -8.535228729 0.006278285 0.999948621 -0.007956876 -3.491007090 0.026577335 0.007787364 0.999616444 263.659149170\n0.999672115 -0.003934848 -0.025302585 -8.556107521 0.003640430 0.999925256 -0.011671443 -3.499410152 0.025346620 0.011575502 0.999611676 264.517578125\n0.999700844 -0.003657167 -0.024182893 -8.577302933 0.003335741 0.999905765 -0.013318458 -3.514931917 0.024229322 0.013233806 0.999618828 265.378906250\n0.999749482 -0.002724411 -0.022215404 -8.602423668 0.002467652 0.999929965 -0.011576942 -3.539401054 0.022245387 0.011519223 0.999686182 266.255187988\n0.999793649 -0.001593136 -0.020252667 -8.624005318 0.001395548 0.999951303 -0.009766527 -3.562479734 0.020267241 0.009736247 0.999747217 267.147308350\n0.999822617 -0.000563007 -0.018825198 -8.649621964 0.000386395 0.999955893 -0.009383993 -3.579560757 0.018829651 0.009375055 0.999778748 268.020263672\n0.999837101 -0.001388064 -0.017995065 -8.675350189 0.001208121 0.999949217 -0.010006603 -3.597437143 0.018008040 0.009983233 0.999787986 268.928649902\n0.999828219 -0.002982591 -0.018292926 -8.691230774 0.002800691 0.999946475 -0.009961295 -3.616574526 0.018321658 0.009908350 0.999783039 269.834503174\n0.999818683 -0.004733933 -0.018444488 -8.702283859 0.004566002 0.999947846 -0.009136194 -3.636964321 0.018486775 0.009050321 0.999788165 270.750946045\n0.999819160 -0.005685503 -0.018147456 -8.724285126 0.005527743 0.999946594 -0.008731604 -3.659080982 0.018196130 0.008629709 0.999797165 271.679534912\n0.999820232 -0.006366249 -0.017860577 -8.749860764 0.006227246 0.999949992 -0.007827499 -3.685254097 0.017909516 0.007714870 0.999809861 272.607482910\n0.999816060 -0.006669062 -0.017982626 -8.776435852 0.006542038 0.999953330 -0.007113317 -3.700452805 0.018029226 0.006994365 0.999813020 273.548248291\n0.999813437 -0.006054428 -0.018341361 -8.798310280 0.005961488 0.999969125 -0.005117669 -3.722070932 0.018371779 0.005007372 0.999818683 274.499145508\n0.999798000 -0.005820977 -0.019237297 -8.817373276 0.005729581 0.999972045 -0.004802678 -3.735853434 0.019264715 0.004691486 0.999803424 275.454589844\n0.999766231 -0.005734158 -0.020847447 -8.846107483 0.005626887 0.999970675 -0.005200561 -3.759819984 0.020876655 0.005082039 0.999769151 276.403137207\n0.999718070 -0.005437154 -0.023112414 -8.872987747 0.005298371 0.999967575 -0.006061662 -3.781788588 0.023144623 0.005937495 0.999714494 277.341461182\n0.999663472 -0.003624007 -0.025687823 -8.905155182 0.003447847 0.999970257 -0.006898717 -3.800771952 0.025712060 0.006807827 0.999646187 278.293243408\n0.999595106 -0.003312293 -0.028260892 -8.936158180 0.003110877 0.999969482 -0.007168041 -3.830100060 0.028283771 0.007077222 0.999574900 279.231658936\n0.999513924 -0.000850876 -0.031163154 -8.971735001 0.000627973 0.999974132 -0.007161841 -3.838862181 0.031168442 0.007138790 0.999488652 280.181793213\n0.999424458 0.000219253 -0.033922903 -9.008850098 -0.000412601 0.999983728 -0.005692733 -3.862269878 0.033921104 0.005703453 0.999408245 281.118255615\n0.999342322 0.000502537 -0.036258519 -9.048848152 -0.000646349 0.999991953 -0.003954696 -3.885544300 0.036256243 0.003975531 0.999334633 282.066162109\n0.999262810 0.000868708 -0.038380109 -9.094258308 -0.000962742 0.999996603 -0.002431657 -3.901776791 0.038377862 0.002466815 0.999260247 283.003112793\n0.999186516 0.000905057 -0.040316675 -9.136044502 -0.000978512 0.999997914 -0.001802271 -3.924972534 0.040314961 0.001840255 0.999185324 283.927398682\n0.999100983 0.001251434 -0.042375635 -9.178956032 -0.001333704 0.999997258 -0.001913236 -3.937786102 0.042373125 0.001968032 0.999099910 284.858978271\n0.999041080 0.000288575 -0.043781433 -9.227293968 -0.000360332 0.999998629 -0.001631098 -3.960886717 0.043780901 0.001645310 0.999039829 285.778198242\n0.998975933 -0.000086641 -0.045244545 -9.268765450 -0.000024355 0.999997020 -0.002452675 -3.979307413 0.045244623 0.002451265 0.998972952 286.695892334\n0.998916268 -0.000122549 -0.046543431 -9.320099831 0.000001546 0.999996603 -0.002599820 -4.000135422 0.046543591 0.002596930 0.998912871 287.607574463\n0.998852909 0.000409805 -0.047882527 -9.367820740 -0.000496183 0.999998271 -0.001792077 -4.017476082 0.047881708 0.001813780 0.998851359 288.517700195\n0.998796701 0.000451396 -0.049040437 -9.415823936 -0.000495831 0.999999464 -0.000893932 -4.038527966 0.049040008 0.000917173 0.998796403 289.409881592\n0.998755634 0.001765456 -0.049840391 -9.467289925 -0.001835934 0.999997377 -0.001368331 -4.057077885 0.049837843 0.001458132 0.998756230 290.274780273\n0.998725772 0.004008787 -0.050307032 -9.516990662 -0.004176843 0.999986053 -0.003235912 -4.080346107 0.050293356 0.003441913 0.998728573 291.124298096\n0.998696327 0.006524482 -0.050627127 -9.564132690 -0.006856257 0.999956131 -0.006382408 -4.100719929 0.050583262 0.006721200 0.998697221 291.975433350\n0.998683214 0.007972213 -0.050677735 -9.610756874 -0.008409661 0.999929130 -0.008424614 -4.126655579 0.050606985 0.008839702 0.998679519 292.802185059\n0.998693705 0.009347513 -0.050234668 -9.659309387 -0.009819620 0.999909818 -0.009159461 -4.149507046 0.050144520 0.009640781 0.998695433 293.629791260\n0.998694301 0.011576589 -0.049755991 -9.705966949 -0.012079800 0.999878764 -0.009824772 -4.172604084 0.049636219 0.010412987 0.998713076 294.460174561\n0.998722136 0.013171883 -0.048791151 -9.751906395 -0.013690212 0.999853194 -0.010304483 -4.203988552 0.048648257 0.010959276 0.998755872 295.279663086\n0.998771250 0.015043537 -0.047219951 -9.799428940 -0.015603529 0.999811947 -0.011513084 -4.224303722 0.047037873 0.012235735 0.998818159 296.110473633\n0.998814344 0.016377710 -0.045844652 -9.845067024 -0.016909925 0.999793768 -0.011245427 -4.253914833 0.045651022 0.012007323 0.998885274 296.932617188\n0.998839676 0.017193660 -0.044984676 -9.884895325 -0.017668514 0.999792099 -0.010179657 -4.273179054 0.044800296 0.010962659 0.998935819 297.750976562\n0.998888373 0.016291374 -0.044233087 -9.921851158 -0.016696673 0.999821782 -0.008808842 -4.291751385 0.044081699 0.009537595 0.998982430 298.577972412\n0.998910666 0.014872284 -0.044230033 -9.964313507 -0.015179166 0.999862909 -0.006610559 -4.309699535 0.044125654 0.007274732 0.998999476 299.391693115\n0.998872995 0.014197202 -0.045289658 -10.006471634 -0.014410864 0.999886513 -0.004394631 -4.333184242 0.045222126 0.005042342 0.998964250 300.207000732\n0.998790205 0.013460887 -0.047296748 -10.036664963 -0.013610833 0.999903321 -0.002849714 -4.355099678 0.047253814 0.003490015 0.998876810 301.000183105\n0.998745859 0.012760679 -0.048413608 -10.085363388 -0.012876016 0.999914944 -0.002071177 -4.370511532 0.048383065 0.002691954 0.998825252 301.805450439\n0.998661578 0.011133598 -0.050508454 -10.122241020 -0.011207835 0.999936461 -0.001186794 -4.384317398 0.050492033 0.001751296 0.998722911 302.602752686\n0.998560011 0.009632899 -0.052774634 -10.160655975 -0.009672435 0.999953091 -0.000493769 -4.396319866 0.052767403 0.001003517 0.998606324 303.416717529\n0.998432159 0.009421058 -0.055176169 -10.209944725 -0.009426801 0.999955535 0.000156187 -4.409158707 0.055175189 0.000364192 0.998476624 304.228149414\n0.998262346 0.009965564 -0.058077395 -10.259989738 -0.009880606 0.999949634 0.001749834 -4.421987057 0.058091909 -0.001172954 0.998310566 305.053100586\n0.998129785 0.010812292 -0.060166366 -10.317484856 -0.010661617 0.999939144 0.002824791 -4.437205315 0.060193248 -0.002178038 0.998184383 305.866790771\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_30/2011_09_30_drive_0027_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999979734 0.000425907 -0.006353814 -0.009311073 -0.000423547 0.999999821 0.000372897 -0.000907489 0.006353972 -0.000370198 0.999979734 0.090805262\n0.999907255 0.001047903 -0.013578539 -0.015528836 -0.001046121 0.999999464 0.000138307 0.000575960 0.013578677 -0.000124089 0.999907792 0.190376550\n0.999773562 0.001326117 -0.021239422 -0.026156073 -0.001338056 0.999998927 -0.000547871 -0.000224474 0.021238673 0.000576167 0.999774277 0.289525390\n0.999538302 0.001926766 -0.030323606 -0.040190481 -0.001984724 0.999996245 -0.001881319 -0.003132927 0.030319868 0.001940635 0.999538362 0.390935957\n0.999124944 0.002123229 -0.041771460 -0.057422757 -0.002266429 0.999991715 -0.003381120 -0.003826179 0.041763935 0.003472834 0.999121487 0.504806936\n0.998466790 0.001756779 -0.055325881 -0.080374196 -0.001991076 0.999989271 -0.004180025 -0.006149062 0.055317946 0.004283774 0.998459578 0.629665494\n0.997435272 0.001853511 -0.071550108 -0.108418554 -0.002159989 0.999988794 -0.004206272 -0.006301974 0.071541511 0.004350031 0.997428119 0.767551482\n0.995934546 0.000532418 -0.090078399 -0.138867795 -0.000927826 0.999990106 -0.004347788 -0.006675043 0.090075195 0.004413689 0.995925188 0.917080402\n0.993920624 -0.000418428 -0.110098086 -0.174205989 -0.000054766 0.999990761 -0.004294874 -0.012002821 0.110098869 0.004274794 0.993911445 1.079758525\n0.991242230 -0.000658185 -0.132054672 -0.224193692 0.000031795 0.999988735 -0.004745466 -0.014782744 0.132056311 0.004699707 0.991231084 1.243290901\n0.987725437 0.003086589 -0.156169683 -0.280798078 -0.004103636 0.999972403 -0.006190458 -0.018331978 0.156146273 0.006755336 0.987710834 1.415332556\n0.983353674 0.007258543 -0.181556851 -0.346518725 -0.008826389 0.999930382 -0.007829082 -0.021485109 0.181487381 0.009301248 0.983349264 1.588986516\n0.977977633 0.010304926 -0.208455056 -0.413371772 -0.012411254 0.999884248 -0.008798999 -0.024821185 0.208340257 0.011192413 0.977992356 1.765378118\n0.971364796 0.011247745 -0.237326518 -0.481429219 -0.013633964 0.999871612 -0.008415626 -0.037603308 0.237201393 0.011410344 0.971393466 1.925664425\n0.963343084 0.013086491 -0.267952979 -0.566889644 -0.015839564 0.999841630 -0.008115290 -0.037185974 0.267804354 0.012062067 0.963397801 2.113082647\n0.953900993 0.015006835 -0.299746126 -0.664315045 -0.017860169 0.999817491 -0.006781525 -0.043053132 0.299589664 0.011822419 0.953994930 2.305579662\n0.942596436 0.017060991 -0.333498061 -0.764034033 -0.020138718 0.999780536 -0.005773459 -0.043370843 0.333326340 0.012158263 0.942733109 2.497256041\n0.930163205 0.019461734 -0.366630107 -0.870469809 -0.022928741 0.999724090 -0.005103529 -0.046765331 0.366429597 0.013153481 0.930352807 2.673294544\n0.916285872 0.022186240 -0.399909914 -0.978564143 -0.026084537 0.999650478 -0.004306991 -0.050256744 0.399674565 0.014377899 0.916544318 2.844004869\n0.900185406 0.023149714 -0.434891164 -1.105671644 -0.027295733 0.999621987 -0.003288775 -0.053039856 0.434650630 0.014831180 0.900477052 3.030260086\n0.881682515 0.018087862 -0.471496284 -1.235986471 -0.023012422 0.999724209 -0.004680370 -0.043908600 0.471281618 0.014976871 0.881855607 3.225261450\n0.860433102 0.012960720 -0.509398580 -1.371776581 -0.018008579 0.999825418 -0.004979833 -0.049030699 0.509245098 0.013458357 0.860516310 3.404594898\n0.835753918 0.014707018 -0.548907220 -1.536598682 -0.018602934 0.999825776 -0.001535814 -0.055814989 0.548788965 0.011494847 0.835881889 3.580698013\n0.806800485 0.020512735 -0.590467751 -1.720286846 -0.023627046 0.999717832 0.002446594 -0.062440842 0.590351343 0.011977097 0.807057500 3.750643730\n0.774130344 0.023632543 -0.632584929 -1.911961794 -0.026789756 0.999630690 0.004560732 -0.067107983 0.632459104 0.013416194 0.774477541 3.913179159\n0.738342583 0.022789076 -0.674040675 -2.122786522 -0.025854813 0.999650717 0.005476534 -0.069878832 0.673930049 0.013383636 0.738673925 4.081670761\n0.698405504 0.018926714 -0.715452015 -2.340814829 -0.019903820 0.999777257 0.007018725 -0.073318914 0.715425491 0.009338310 0.698626637 4.251120567\n0.655483067 0.014846200 -0.755063951 -2.574473858 -0.014465395 0.999870121 0.007101982 -0.067208730 0.755071342 0.006267068 0.655612707 4.410348415\n0.611597598 0.014557091 -0.791035116 -2.831209898 -0.011887326 0.999886930 0.009209686 -0.069401965 0.791079760 0.003770669 0.611701488 4.543980122\n0.563236594 0.015244707 -0.826155126 -3.105583191 -0.009283234 0.999883413 0.012121541 -0.068391599 0.826243639 0.000842094 0.563312411 4.683647156\n0.512347341 0.016041135 -0.858628571 -3.401034832 -0.007539558 0.999871016 0.014180980 -0.066368505 0.858745277 -0.000791908 0.512402177 4.806093216\n0.459748387 0.017184278 -0.887883008 -3.698812485 -0.007216130 0.999852061 0.015614820 -0.056687381 0.888019979 -0.000771811 0.459804356 4.906888962\n0.405068874 0.018927177 -0.914090276 -4.029428005 -0.005647354 0.999818444 0.018199706 -0.049633279 0.914268792 -0.002209944 0.405102193 5.008933544\n0.349506319 0.021073377 -0.936697066 -4.384766102 -0.005320866 0.999775529 0.020507134 -0.045369446 0.936918974 -0.002183336 0.349539995 5.093665123\n0.294463217 0.024119202 -0.955358505 -4.758705616 -0.002622558 0.999698102 0.024430282 -0.043444350 0.955659270 -0.004688338 0.294437528 5.166294098\n0.240483284 0.026123499 -0.970301688 -5.098396301 0.002652504 0.999616325 0.027570145 -0.046242818 0.970649660 -0.009203888 0.240321755 5.218268394\n0.189747095 0.026545823 -0.981474042 -5.491812706 0.005003486 0.999595284 0.028003260 -0.041882403 0.981820226 -0.010224328 0.189537466 5.255861759\n0.142393053 0.027573764 -0.989426136 -5.897181034 0.002922620 0.999595821 0.028277790 -0.035851896 0.989805937 -0.006918279 0.142254949 5.274353027\n0.099970758 0.028098062 -0.994593620 -6.335561752 0.001227333 0.999596953 0.028362777 -0.027830809 0.994989693 -0.004056150 0.099896014 5.276708126\n0.061868727 0.026612287 -0.997729421 -6.766133308 0.000405714 0.999643743 0.026688505 -0.017659992 0.998084188 -0.002055976 0.061835885 5.276176929\n0.027433217 0.023887066 -0.999338150 -7.231753349 0.001229616 0.999712884 0.023929777 -0.008674055 0.999622881 -0.001885273 0.027395964 5.262807369\n-0.003879070 0.021177068 -0.999768317 -7.708398819 0.000931194 0.999775410 0.021173608 -0.004030481 0.999992132 -0.000848846 -0.003897905 5.236980915\n-0.030323863 0.019353935 -0.999352813 -8.200630188 0.000704843 0.999812663 0.019341456 0.001251802 0.999539971 -0.000117882 -0.030331850 5.200138092\n-0.051096797 0.016863883 -0.998551369 -8.694842339 0.000584263 0.999857783 0.016856050 0.010863148 0.998693585 0.000277872 -0.051099300 5.156817436\n-0.067547917 0.016117191 -0.997586012 -9.221156120 0.000761719 0.999870062 0.016102519 0.021447040 0.997715890 0.000327809 -0.067551494 5.109671593\n-0.080511212 0.016496116 -0.996617258 -9.758496284 0.002384011 0.999863386 0.016357256 0.028577171 0.996750891 -0.001059005 -0.080539584 5.055758476\n-0.090154648 0.017857810 -0.995767653 -10.310942650 0.001205880 0.999840438 0.017821673 0.026475355 0.995927036 0.000405930 -0.090161800 4.996848106\n-0.096714377 0.019242512 -0.995126367 -10.884482384 -0.000625925 0.999811709 0.019393947 0.026259616 0.995312214 0.002498542 -0.096684098 4.928301811\n-0.101126552 0.020200571 -0.994668484 -11.471841812 -0.000807992 0.999791861 0.020386767 0.033720955 0.994873285 0.002865327 -0.101089120 4.864995956\n-0.102646351 0.020883918 -0.994498670 -12.092734337 0.001730375 0.999781847 0.020816263 0.046041250 0.994716406 0.000415858 -0.102660179 4.796696663\n-0.101653934 0.022949498 -0.994555116 -12.715717316 0.003913458 0.999735355 0.022669038 0.056200683 0.994812191 -0.001587753 -0.101716876 4.734554291\n-0.100137115 0.025519054 -0.994646549 -13.359508514 0.003402188 0.999673963 0.025305528 0.062807769 0.994968057 -0.000849956 -0.100191355 4.669034958\n-0.098574758 0.025369862 -0.994806290 -14.010799408 0.000862444 0.999676764 0.025408614 0.070272803 0.995129347 0.001646681 -0.098564744 4.599316597\n-0.096687078 0.023036733 -0.995048285 -14.679630280 -0.000603264 0.999730587 0.023203755 0.077570036 0.995314717 0.002843777 -0.096647143 4.528656960\n-0.095630050 0.022883294 -0.995153904 -15.369110107 -0.000800757 0.999733627 0.023065554 0.092176124 0.995416641 0.003002635 -0.095586300 4.464166641\n-0.093815446 0.025468815 -0.995263934 -16.070938110 -0.000951797 0.999669969 0.025671288 0.105332926 0.995589316 0.003355649 -0.093760252 4.394899368\n-0.091709852 0.029084824 -0.995360911 -16.786689758 -0.001706718 0.999567270 0.029364988 0.117479518 0.995784283 0.004391860 -0.091620445 4.322170258\n-0.090245724 0.031352244 -0.995425880 -17.523933411 -0.002326673 0.999494970 0.031691343 0.119410247 0.995916784 0.005176038 -0.090127230 4.261274338\n-0.088371158 0.030507773 -0.995620370 -18.272367477 -0.003816337 0.999513149 0.030965796 0.137153506 0.996080339 0.006536106 -0.088211656 4.186616898\n-0.086519718 0.027637292 -0.995866776 -19.035062790 -0.007078968 0.999572873 0.028355157 0.150129616 0.996225059 0.009502987 -0.086287141 4.109205246\n-0.085268378 0.027045442 -0.995990872 -19.806306839 -0.006925356 0.999591291 0.027736098 0.165946156 0.996333957 0.009262602 -0.085046172 4.042453766\n-0.083572388 0.029300500 -0.996070802 -20.590461731 -0.004800149 0.999544203 0.029805414 0.183121592 0.996490121 0.007272198 -0.083393693 3.975730896\n-0.082587123 0.031249030 -0.996093869 -21.380018234 -0.002713325 0.999497533 0.031580772 0.196738631 0.996580243 0.005310888 -0.082460880 3.911638260\n-0.081168294 0.033103872 -0.996150494 -22.181564331 -0.001914036 0.999441266 0.033369187 0.208156079 0.996698558 0.004615187 -0.081059575 3.841592789\n-0.080697894 0.028526403 -0.996330261 -22.988096237 -0.001425670 0.999586046 0.028735092 0.221269593 0.996737540 0.003739300 -0.080623865 3.775110245\n-0.080260158 0.021668512 -0.996538460 -23.798042297 -0.000160327 0.999763370 0.021751549 0.228226572 0.996774018 0.001905554 -0.080237627 3.705877304\n-0.080420017 0.016861765 -0.996618450 -24.616495132 0.002848477 0.999856710 0.016686702 0.242486686 0.996757030 -0.001496901 -0.080456495 3.638439178\n-0.080718279 0.017927960 -0.996575713 -25.445304871 0.003777834 0.999836564 0.017680632 0.250098825 0.996729791 -0.002337747 -0.080772758 3.567647934\n-0.080731750 0.025430525 -0.996411443 -26.278541565 0.003284906 0.999675810 0.025247691 0.255232930 0.996730506 -0.001234830 -0.080789089 3.493219376\n-0.081241131 0.032494750 -0.996164680 -27.135755539 0.002288098 0.999471843 0.032416031 0.265968859 0.996691883 0.000354193 -0.081272602 3.425006866\n-0.081581712 0.037646353 -0.995955467 -27.983892441 0.000423271 0.999287605 0.037737638 0.280871302 0.996666610 0.002657139 -0.081539512 3.347581863\n-0.081994653 0.038479563 -0.995889664 -28.826826096 -0.001132298 0.999250114 0.038702630 0.289484620 0.996632159 0.004301048 -0.081889629 3.272178650\n-0.082173586 0.034781929 -0.996010959 -29.662878036 -0.001254990 0.999386430 0.035003345 0.306885153 0.996617317 0.004126333 -0.082079530 3.199302673\n-0.082453132 0.032093890 -0.996078014 -30.507978439 -0.002108725 0.999473453 0.032377847 0.319686115 0.996592700 0.004770111 -0.082342029 3.115253448\n-0.082659841 0.033298578 -0.996021509 -31.348428726 -0.003369858 0.999426603 0.033692081 0.336883068 0.996572256 0.006141427 -0.082500219 3.043315887\n-0.082414150 0.035804760 -0.995954931 -32.194313049 -0.005277394 0.999324739 0.036362607 0.342775792 0.996584356 0.008252836 -0.082169533 2.965908051\n-0.082328320 0.034050807 -0.996023417 -33.024341583 -0.005171226 0.999388099 0.034593277 0.358867288 0.996591866 0.007998671 -0.082101941 2.886413574\n-0.081992388 0.028913192 -0.996213555 -33.861373901 -0.005820505 0.999548137 0.029489025 0.375169784 0.996616066 0.008216341 -0.081787109 2.809722900\n-0.081741095 0.024802791 -0.996344984 -34.692134857 -0.006995331 0.999651372 0.025459005 0.385604441 0.996629119 0.009050807 -0.081539154 2.737007141\n-0.081174135 0.025214361 -0.996381044 -35.535770416 -0.006614863 0.999644339 0.025835847 0.400255740 0.996678114 0.008688120 -0.080978394 2.656139374\n-0.080330729 0.027964309 -0.996376038 -36.365211487 -0.005997210 0.999574721 0.028537598 0.402920753 0.996750355 0.008267920 -0.080128908 2.582950592\n-0.079866409 0.033008710 -0.996258914 -37.214973450 -0.005497339 0.999421775 0.033554204 0.410749972 0.996790469 0.008156626 -0.079638720 2.514076233\n-0.079350829 0.038794432 -0.996091723 -38.068107605 -0.004967133 0.999214649 0.039311759 0.424126744 0.996834517 0.008067132 -0.079095721 2.440906525\n-0.079467416 0.041944794 -0.995954752 -38.910045624 -0.005305549 0.999082386 0.042499851 0.438705325 0.996823490 0.008661433 -0.079172015 2.371276855\n-0.079073906 0.041847944 -0.995990038 -39.735069275 -0.004585143 0.999092638 0.042342331 0.455600739 0.996858239 0.007914930 -0.078810334 2.302375793\n-0.078821540 0.037032634 -0.996200681 -40.577041626 -0.004520226 0.999286234 0.037504986 0.485006154 0.996878505 0.007459251 -0.078597903 2.229228973\n-0.078717470 0.032933641 -0.996352792 -41.416614532 -0.005499343 0.999424577 0.033469655 0.497318298 0.996881783 0.008113931 -0.078491092 2.158645630\n-0.078531742 0.030121524 -0.996456563 -42.246227264 -0.009976499 0.999469638 0.030998863 0.511268854 0.996861815 0.012375536 -0.078189492 2.079364777\n-0.078854442 0.028473327 -0.996479452 -43.085693359 -0.012965439 0.999478161 0.029585006 0.526173592 0.996801853 0.015252700 -0.078444123 2.000522614\n-0.079051018 0.026601616 -0.996515751 -43.915786743 -0.011187977 0.999557257 0.027570326 0.528991699 0.996807933 0.013328453 -0.078718424 1.917667389\n-0.080562830 0.022746110 -0.996490121 -44.720680237 -0.007231916 0.999699950 0.023404056 0.538700819 0.996723473 0.009092024 -0.080374122 1.864509583\n-0.081628919 0.021252422 -0.996436357 -45.549335480 -0.003077660 0.999762475 0.021575490 0.548070908 0.996658206 0.004827871 -0.081544161 1.799861908\n-0.083188534 0.024781847 -0.996225655 -46.374794006 -0.002859353 0.999680698 0.025106562 0.554169297 0.996529758 0.004937138 -0.083091140 1.723705292\n-0.085147381 0.031238941 -0.995878696 -47.199775696 -0.000787643 0.999505937 0.031420071 0.555292249 0.996368229 0.003459730 -0.085080743 1.654140472\n-0.087124586 0.034919694 -0.995585203 -48.008510590 0.001558155 0.999388993 0.034916755 0.566992164 0.996196210 0.001490831 -0.087125778 1.583606720\n-0.088336110 0.034103833 -0.995506763 -48.820392609 0.001631133 0.999417305 0.034093063 0.574156165 0.996089399 0.001387846 -0.088340282 1.510086060\n-0.089357138 0.030375021 -0.995536387 -49.622627258 -0.001832201 0.999528170 0.030661268 0.581749558 0.995998025 0.004563828 -0.089259386 1.428119659\n-0.090833426 0.026405741 -0.995516062 -50.417877197 -0.006684595 0.999609709 0.027124243 0.593068600 0.995843768 0.009118405 -0.090621471 1.346240997\n-0.092039108 0.025266223 -0.995434940 -51.221324921 -0.011054664 0.999590516 0.026393829 0.600695372 0.995694160 0.013433457 -0.091722131 1.255939484\n-0.092865467 0.026335727 -0.995330334 -52.016376495 -0.012250436 0.999544263 0.027590204 0.605424345 0.995603323 0.014755405 -0.092500567 1.172027588\n-0.094026208 0.028127087 -0.995172322 -52.810073853 -0.012426711 0.999489784 0.029423218 0.610400319 0.995492160 0.015133272 -0.093628764 1.094993591\n-0.094615340 0.027686365 -0.995128870 -53.595794678 -0.014330288 0.999471724 0.029169695 0.615611970 0.995410800 0.017020384 -0.094168663 1.009151459\n-0.095089078 0.027488748 -0.995089173 -54.382507324 -0.014798292 0.999469161 0.029023845 0.623019636 0.995358825 0.017485473 -0.094631910 0.922847748\n-0.095738173 0.029365201 -0.994973481 -55.159664154 -0.013438094 0.999435544 0.030789932 0.631166816 0.995316029 0.016318312 -0.095289588 0.846233368\n-0.096078634 0.032181457 -0.994853437 -55.930809021 -0.012524720 0.999359012 0.033536788 0.642108560 0.995294988 0.015682429 -0.095614076 0.767620087\n-0.096225977 0.036169484 -0.994702160 -56.709403992 -0.012823810 0.999211550 0.037574016 0.658122659 0.995276928 0.016371468 -0.095686197 0.688812256\n-0.096899390 0.038427014 -0.994552076 -57.470680237 -0.012653047 0.999126077 0.039836533 0.670070887 0.995213747 0.016444249 -0.096328497 0.612327576\n-0.097490549 0.038500246 -0.994491458 -58.229782104 -0.012083765 0.999132037 0.039864473 0.680675626 0.995163083 0.015903609 -0.096940637 0.536071777\n-0.097873092 0.036523025 -0.994528532 -58.976802826 -0.011919746 0.999211669 0.037868049 0.692202270 0.995127499 0.015560789 -0.097360611 0.460578918\n-0.098175526 0.033046708 -0.994620383 -59.714775085 -0.011818061 0.999339283 0.034370020 0.701905429 0.995099068 0.015128776 -0.097720146 0.382156372\n-0.097551942 0.030290855 -0.994769394 -60.444419861 -0.012106684 0.999426663 0.031619906 0.709188402 0.995156825 0.015127938 -0.097129226 0.297187805\n-0.095866561 0.027441209 -0.995016038 -61.166103363 -0.012950340 0.999500930 0.028812623 0.723020136 0.995310128 0.015647957 -0.095463395 0.216712952\n-0.093597531 0.026723025 -0.995251417 -61.864334106 -0.015356965 0.999482036 0.028280850 0.728098154 0.995491683 0.017931059 -0.093138695 0.148391724\n-0.089692593 0.028279787 -0.995567977 -62.539119720 -0.015595612 0.999434352 0.029794652 0.728532374 0.995847404 0.018198851 -0.089200854 0.084335327\n-0.083887219 0.029776223 -0.996030271 -63.209980011 -0.014717225 0.999407411 0.031116689 0.733069241 0.996366560 0.017269092 -0.083399296 0.028892517\n-0.076761365 0.031093899 -0.996564567 -63.864379883 -0.014007821 0.999381304 0.032260749 0.740340769 0.996951103 0.016436076 -0.076278329 -0.020454407\n-0.067939162 0.032518174 -0.997159481 -64.502380371 -0.015044602 0.999321640 0.033613715 0.746086657 0.997576118 0.017285552 -0.067403913 -0.066932678\n-0.056218028 0.034288500 -0.997829616 -65.129394531 -0.017295431 0.999226689 0.035310935 0.751039982 0.998268783 0.019243000 -0.055581570 -0.101142883\n-0.041579366 0.035863269 -0.998491406 -65.743446350 -0.020269837 0.999119639 0.036729913 0.757810712 0.998929620 0.021766460 -0.040815830 -0.118637085\n-0.022736311 0.037250388 -0.999047458 -66.325904846 -0.022227800 0.999039769 0.037755962 0.766052246 0.999494493 0.023065045 -0.021886468 -0.133338928\n-0.000054479 0.038083006 -0.999274790 -66.904289246 -0.023214048 0.999005258 0.038074005 0.776414633 0.999730706 0.023199277 0.000829637 -0.133712769\n0.025444567 0.038352199 -0.998940408 -67.454216003 -0.022956457 0.999022722 0.037770625 0.782769799 0.999412715 0.021971069 0.026300132 -0.106811523\n0.054661810 0.037797786 -0.997789443 -67.979003906 -0.021466425 0.999096811 0.036671318 0.795816183 0.998274326 0.019414442 0.055423856 -0.056007385\n0.088295817 0.037548993 -0.995386362 -68.479316711 -0.020128911 0.999152422 0.035905525 0.803242624 0.995890915 0.016865734 0.088976800 0.023059845\n0.125966966 0.037880823 -0.991310954 -68.961547852 -0.019927014 0.999165714 0.035648827 0.809672952 0.991834342 0.015263292 0.126616716 0.112373352\n0.167325258 0.037904475 -0.985172808 -69.347686768 -0.019789543 0.999188483 0.035082601 0.806823671 0.985703111 0.013625917 0.167939603 0.172103882\n0.212575436 0.038539708 -0.976384342 -69.810424805 -0.019024797 0.999195755 0.035298094 0.817120075 0.976959407 0.011072005 0.213137686 0.296657562\n0.261047542 0.037456814 -0.964599073 -70.235084534 -0.015891371 0.999278247 0.034502815 0.817301035 0.965195239 0.006321924 0.261454344 0.440963745\n0.311079383 0.032789826 -0.949818194 -70.641777039 -0.008351526 0.999460340 0.031768341 0.814461768 0.950347304 -0.001950049 0.311185360 0.612380981\n0.362529159 0.028004849 -0.931551576 -71.059646606 -0.003593141 0.999583006 0.028651718 0.813695192 0.931965530 -0.007039887 0.362478614 0.815792084\n0.414181054 0.022995142 -0.909904003 -71.458030701 0.001269059 0.999665260 0.025841260 0.827452183 0.910193622 -0.011857682 0.414013207 1.045513153\n0.465985417 0.021765664 -0.884524763 -71.808418274 0.000881241 0.999685466 0.025063707 0.842684448 0.884792030 -0.012458801 0.465819657 1.259166718\n0.514710307 0.020370075 -0.857122183 -72.185348511 0.002015864 0.999686182 0.024968753 0.852423072 0.857361853 -0.014579517 0.514507711 1.513402939\n0.559595108 0.016317688 -0.828605592 -72.528770447 0.009645268 0.999610186 0.026199168 0.856241703 0.828710139 -0.022653049 0.559219599 1.801727295\n0.603000879 0.009521584 -0.797683656 -72.843322754 0.020205498 0.999425709 0.027203830 0.860862792 0.797484577 -0.032521531 0.602462232 2.107528687\n0.645289302 0.005371000 -0.763919413 -73.159851074 0.020874580 0.999477923 0.024660116 0.854906857 0.763653040 -0.031859409 0.644840300 2.423788071\n0.685388207 -0.000198177 -0.728177905 -73.445053101 0.018952709 0.999666035 0.017566936 0.860127866 0.727931261 -0.025841113 0.685163021 2.751073837\n0.726912618 -0.005904121 -0.686704576 -73.728599548 0.014153115 0.999879479 0.006385088 0.862014174 0.686584115 -0.014360410 0.726908565 3.066087723\n0.765904307 -0.008522615 -0.642898142 -73.999984741 0.009345682 0.999954104 -0.002122148 0.865614474 0.642886698 -0.004382959 0.765948772 3.436249733\n0.803141654 -0.009728263 -0.595708728 -74.271865845 0.008166867 0.999952495 -0.005319126 0.867717922 0.595732212 -0.000593062 0.803182960 3.841394424\n0.836710989 -0.011873921 -0.547515929 -74.517906189 0.009485770 0.999929190 -0.007189256 0.868158758 0.547562540 0.000821719 0.836764336 4.280764580\n0.867322624 -0.009255520 -0.497660369 -74.747039795 0.005312358 0.999942303 -0.009338613 0.859815657 0.497718066 0.005455840 0.867321730 4.730010509\n0.893393636 -0.007850344 -0.449206084 -74.987495422 0.004711625 0.999956071 -0.008104662 0.849012494 0.449249983 0.005124163 0.893391371 5.226876259\n0.914279222 -0.001929380 -0.405079991 -75.180526733 -0.001102563 0.999973118 -0.007251355 0.841260672 0.405083090 0.007076390 0.914252520 5.729696274\n0.931509972 0.002454287 -0.363707542 -75.364868164 -0.006035326 0.999943852 -0.008709792 0.832211614 0.363665760 0.010308351 0.931472480 6.251815796\n0.944865406 0.007869672 -0.327364355 -75.534965515 -0.010907560 0.999912798 -0.007444884 0.827073574 0.327277213 0.010605159 0.944868863 6.790158272\n0.954929888 0.008601991 -0.296706796 -75.705764771 -0.010780577 0.999925613 -0.005707127 0.816288710 0.296635628 0.008648576 0.954951584 7.338183403\n0.962164521 0.007989312 -0.272351891 -75.852714539 -0.009546322 0.999944806 -0.004392339 0.807458520 0.272301763 0.006826112 0.962187707 7.918766499\n0.967934966 0.008332242 -0.251062632 -76.012008667 -0.009197016 0.999955118 -0.002271326 0.800040364 0.251032442 0.004507523 0.967968166 8.531141281\n0.972469211 0.011458814 -0.232749492 -76.162239075 -0.011683692 0.999931633 0.000412464 0.791497886 0.232738316 0.002318264 0.972536623 9.157027245\n0.975967884 0.016038438 -0.217323527 -76.308151245 -0.016061952 0.999869645 0.001658343 0.788326263 0.217321783 0.001872151 0.976098239 9.802128792\n0.978835106 0.019776728 -0.203692570 -76.451919556 -0.019630836 0.999803543 0.002736921 0.783134103 0.203706682 0.001319661 0.979031086 10.454782486\n0.981428444 0.018403774 -0.190943718 -76.571472168 -0.018182021 0.999830425 0.002913440 0.772935748 0.190964967 0.000612409 0.981596649 11.116847992\n0.984002769 0.018469891 -0.177193150 -76.690170288 -0.018348623 0.999828935 0.002323098 0.768072605 0.177205741 0.000965315 0.984173357 11.795350075\n0.986484408 0.018610170 -0.162794858 -76.803688049 -0.018375257 0.999826789 0.002948754 0.761685014 0.162821546 0.000082497 0.986655533 12.511305809\n0.988659859 0.020000363 -0.148834214 -76.908279419 -0.019695612 0.999799848 0.003521353 0.756635249 0.148874849 -0.000550040 0.988855898 13.228980064\n0.990465701 0.020466557 -0.136230603 -77.004440308 -0.020577986 0.999788105 0.000590401 0.745236635 0.136213809 0.002218579 0.990676999 13.952087402\n0.991870522 0.021536244 -0.125415519 -77.092323303 -0.022281826 0.999741375 -0.004544978 0.730711162 0.125285193 0.007302517 0.992093921 14.686087608\n0.993066490 0.019415138 -0.115939610 -77.181777954 -0.020798737 0.999726057 -0.010735855 0.721191585 0.115699410 0.013072816 0.993198216 15.443577766\n0.994032204 0.019096315 -0.107402645 -77.278152466 -0.020416526 0.999728739 -0.011205954 0.712249815 0.107159525 0.013331867 0.994152427 16.228120804\n0.994685054 0.020845858 -0.100832142 -77.356483459 -0.021485727 0.999755323 -0.005263938 0.701442778 0.100697733 0.007402412 0.994889498 17.002649307\n0.995049775 0.025928589 -0.095935725 -77.437736511 -0.025754321 0.999663651 0.003054486 0.683020353 0.095982656 -0.000568606 0.995382845 17.784090042\n0.995454967 0.026334047 -0.091520138 -77.515869141 -0.025827503 0.999643862 0.006714958 0.671017706 0.091664374 -0.004320702 0.995780587 18.557914734\n0.995774388 0.025587874 -0.088196322 -77.579978943 -0.025163315 0.999665797 0.005922430 0.654113770 0.088318393 -0.003678092 0.996085525 19.324413300\n0.996099770 0.025326252 -0.084521390 -77.668357849 -0.024994479 0.999675155 0.004981361 0.646304607 0.084620096 -0.002849365 0.996409237 20.116849899\n0.996338189 0.023707170 -0.082147166 -77.722541809 -0.023185449 0.999704540 0.007299320 0.637804270 0.082295939 -0.005367972 0.996593475 20.885467529\n0.996598303 0.021956805 -0.079433471 -77.788375854 -0.021244908 0.999726295 0.009796343 0.626944542 0.079626828 -0.008075462 0.996792018 21.659988403\n0.996908367 0.019813206 -0.076033950 -77.857864380 -0.018998761 0.999754310 0.011420073 0.619426608 0.076241538 -0.009940215 0.997039855 22.432672501\n0.997105420 0.018883707 -0.073648915 -77.911163330 -0.018342776 0.999799609 0.008014261 0.606792569 0.073785499 -0.006640137 0.997252047 23.193317413\n0.997187674 0.021918703 -0.071668342 -77.979393005 -0.021939740 0.999759197 0.000493765 0.603826702 0.071661904 0.001080009 0.997428417 23.957193375\n0.997306406 0.022490967 -0.069814667 -78.040031433 -0.023044543 0.999709010 -0.007133856 0.593024909 0.069633901 0.008723487 0.997534454 24.713760376\n0.997374594 0.023276128 -0.068571851 -78.098297119 -0.024109751 0.999644816 -0.011354419 0.578795552 0.068283208 0.012977860 0.997581542 25.475231171\n0.997464597 0.024655120 -0.066757217 -78.147979736 -0.025358405 0.999631286 -0.009708035 0.559726954 0.066493243 0.011376277 0.997722030 26.238533020\n0.997535586 0.028057266 -0.064308040 -78.206756592 -0.028500827 0.999575794 -0.005990287 0.543628693 0.064112693 0.007808357 0.997912109 27.003885269\n0.997586548 0.031412676 -0.061921477 -78.262542725 -0.031514753 0.999503076 -0.000672286 0.521500170 0.061869588 0.002622104 0.998080790 27.767055511\n0.997824073 0.028831994 -0.059294917 -78.313957214 -0.028815418 0.999584079 0.001134761 0.507669270 0.059302974 0.000576316 0.998239875 28.530067444\n0.997964680 0.026127920 -0.058170877 -78.357421875 -0.026110386 0.999658525 0.001061582 0.495348781 0.058178749 0.000459443 0.998306096 29.285741806\n0.998086274 0.024099194 -0.056947615 -78.407066345 -0.024082813 0.999709487 0.000973992 0.478413165 0.056954544 0.000399330 0.998376667 30.042587280\n0.998131514 0.025111388 -0.055703368 -78.456169128 -0.025148349 0.999683738 0.000037474 0.457676053 0.055686690 0.001363444 0.998447359 30.800884247\n0.998232722 0.022041826 -0.055187251 -78.494567871 -0.022181062 0.999752164 -0.001911660 0.451849282 0.055131435 0.003132393 0.998474181 31.559030533\n0.998303354 0.021247689 -0.054211996 -78.540344238 -0.021366874 0.999770403 -0.001619819 0.438287407 0.054165132 0.002775411 0.998528123 32.323528290\n0.998264134 0.024632128 -0.053497482 -78.590057373 -0.024709251 0.999694347 -0.000780595 0.427176505 0.053461906 0.002101122 0.998567700 33.093734741\n0.998248875 0.024657931 -0.053769223 -78.633285522 -0.024770174 0.999692142 -0.001421974 0.412275910 0.053717609 0.002751356 0.998552382 33.869338989\n0.998174250 0.024290942 -0.055300374 -78.682388306 -0.024417808 0.999700546 -0.001619505 0.398786008 0.055244472 0.002966862 0.998468459 34.647914886\n0.998114109 0.022130126 -0.057257973 -78.732147217 -0.022236532 0.999751985 -0.001221810 0.388967782 0.057216734 0.002492725 0.998358667 35.434177399\n0.997909427 0.023935603 -0.060032021 -78.790115356 -0.024051568 0.999709964 -0.001209796 0.376701534 0.059985653 0.002651131 0.998195708 36.224708557\n0.997607768 0.027539698 -0.063406110 -78.842292786 -0.027671887 0.999616325 -0.001207392 0.360925227 0.063348532 0.002959070 0.997987092 37.014583588\n0.997460604 0.027646856 -0.065635487 -78.909294128 -0.028121274 0.999584556 -0.006315056 0.346880078 0.065433629 0.008144773 0.997823656 37.842411041\n0.997260869 0.028631056 -0.068198137 -78.972732544 -0.029365486 0.999520779 -0.009790801 0.333600879 0.067885138 0.011766655 0.997623742 38.652462006\n0.997172415 0.027195871 -0.070053808 -79.039093018 -0.028054653 0.999542475 -0.011304140 0.319169611 0.069714338 0.013237513 0.997479141 39.471488953\n0.997003734 0.027886407 -0.072152041 -79.105773926 -0.028640233 0.999545276 -0.009434138 0.294477195 0.071856141 0.011472322 0.997349024 40.291522980\n0.996880829 0.026609784 -0.074300580 -79.171005249 -0.027356310 0.999584794 -0.009047654 0.280653775 0.074028969 0.011052023 0.997194827 41.144901276\n0.996757329 0.025793545 -0.076220326 -79.238265991 -0.026436266 0.999622822 -0.007435346 0.266834021 0.075999796 0.009426216 0.997063279 41.987277985\n0.996694863 0.025800765 -0.077030011 -79.312934875 -0.026121983 0.999653757 -0.003165200 0.244902790 0.076921672 0.005166915 0.997023761 42.838775635\n0.996616781 0.025731008 -0.078057431 -79.384658813 -0.025712686 0.999668598 0.001239951 0.233477116 0.078063466 0.000771310 0.996948063 43.697021484\n0.996690631 0.025310239 -0.077247754 -79.451431274 -0.025134388 0.999678791 0.003247999 0.223937869 0.077305146 -0.001295675 0.997006655 44.546833038\n0.996757925 0.028402846 -0.075279236 -79.524055481 -0.028219415 0.999595642 0.003499436 0.213772461 0.075348191 -0.001363755 0.997156382 45.415279388\n0.996898770 0.028116692 -0.073500186 -79.591163635 -0.028047260 0.999604642 0.001976817 0.207123607 0.073526703 0.000090792 0.997293234 46.286346436\n0.997075796 0.026109792 -0.071820304 -79.660369873 -0.026211582 0.999656320 -0.000475011 0.197662130 0.071783215 0.002356145 0.997417450 47.162891388\n0.997292101 0.021933116 -0.070195533 -79.721130371 -0.022123983 0.999753356 -0.001942696 0.184476882 0.070135616 0.003490440 0.997531354 48.042167664\n0.997454882 0.021328783 -0.068035819 -79.786376953 -0.021539176 0.999765217 -0.002360245 0.172158599 0.067969501 0.003819673 0.997680068 48.924015045\n0.997572482 0.018896762 -0.067022808 -79.849693298 -0.018947413 0.999820471 -0.000120105 0.160961226 0.067008510 0.001389722 0.997751415 49.803836823\n0.997659564 0.016410593 -0.066378303 -79.906593323 -0.016274432 0.999864221 0.002591542 0.144569442 0.066411816 -0.001505208 0.997791171 50.680095673\n0.997741699 0.015671704 -0.065313779 -79.967094421 -0.015517143 0.999875486 0.002873092 0.129689261 0.065350674 -0.001853121 0.997860610 51.561542511\n0.997778356 0.017705692 -0.064225525 -80.028205872 -0.017761515 0.999842227 -0.000298256 0.114046119 0.064210109 0.001438336 0.997935355 52.433380127\n0.997776151 0.020268694 -0.063497946 -80.097740173 -0.020706723 0.999766052 -0.006247775 0.100501925 0.063356459 0.007548715 0.997962415 53.307991028\n0.997784615 0.021716878 -0.062882848 -80.152725220 -0.022486011 0.999680459 -0.011549347 0.078893401 0.062611938 0.012937745 0.997954071 54.171089172\n0.997733772 0.026685022 -0.061767690 -80.221702576 -0.027791910 0.999466956 -0.017130800 0.052053560 0.061277628 0.018808618 0.997943521 55.041229248\n0.997782707 0.026886879 -0.060883213 -80.280235291 -0.028055491 0.999436617 -0.018421385 0.027512051 0.060353618 0.020088648 0.997974873 55.897869110\n0.997867167 0.023565374 -0.060875621 -80.334503174 -0.024358772 0.999627292 -0.012323922 0.002453282 0.060562517 0.013780492 0.998069286 56.764022827\n0.997904360 0.022140183 -0.060800727 -80.396347046 -0.022354079 0.999746084 -0.002839970 -0.027397245 0.060722411 0.004193163 0.998145878 57.625991821\n0.997833014 0.021115065 -0.062316876 -80.448837280 -0.020858172 0.999771059 0.004770093 -0.044623468 0.062403329 -0.003459941 0.998045027 58.478885651\n0.997731745 0.018947423 -0.064593472 -80.505973816 -0.018794773 0.999818981 0.002970096 -0.061756428 0.064638048 -0.001749340 0.997907221 59.312602997\n0.997683406 0.014578565 -0.066447884 -80.564773560 -0.014642405 0.999892712 -0.000473826 -0.081088871 0.066433847 0.001445685 0.997789800 60.154464722\n0.997525513 0.013018712 -0.069089331 -80.627563477 -0.013204042 0.999910355 -0.002226434 -0.093089387 0.069054149 0.003133183 0.997608006 61.001491547\n0.997293115 0.015240420 -0.071931601 -80.692909241 -0.015606764 0.999867916 -0.004533621 -0.112549260 0.071853012 0.005643968 0.997399271 61.834320068\n0.997033834 0.016660823 -0.075139649 -80.770271301 -0.017300354 0.999819398 -0.007868356 -0.132392466 0.074994981 0.009144960 0.997141957 62.657524109\n0.996707261 0.017477700 -0.079178333 -80.845840454 -0.018407706 0.999769688 -0.011031017 -0.153272688 0.078967303 0.012452185 0.996799409 63.482082367\n0.996424794 0.019052906 -0.082308099 -80.920516968 -0.020345889 0.999682009 -0.014898916 -0.178339437 0.081998058 0.016520280 0.996495545 64.299072266\n0.996077359 0.023962621 -0.085180290 -81.007377625 -0.025331013 0.999566257 -0.015020165 -0.202022538 0.084783420 0.017118949 0.996252358 65.108039856\n0.995701790 0.027024761 -0.088586554 -81.094268799 -0.028296968 0.999513209 -0.013136724 -0.225142941 0.088188417 0.015586990 0.995981872 65.915657043\n0.995266557 0.030153567 -0.092386365 -81.178428650 -0.030965025 0.999493361 -0.007362160 -0.247590378 0.092117563 0.010188058 0.995696008 66.722442627\n0.994868994 0.031063901 -0.096284792 -81.262329102 -0.031360347 0.999506891 -0.001566730 -0.268957615 0.096188642 0.004578216 0.995352566 67.534790039\n0.994416714 0.030693272 -0.100961849 -81.351127625 -0.030648001 0.999528229 0.001999837 -0.284463912 0.100975603 0.001105607 0.994888306 68.330856323\n0.993734002 0.030270886 -0.107593916 -81.442344666 -0.030114021 0.999541700 0.003082772 -0.296562910 0.107637927 0.000176630 0.994190156 69.125831604\n0.993152261 0.027914552 -0.113443047 -81.539588928 -0.027278364 0.999602258 0.007156727 -0.309824467 0.113597706 -0.004013179 0.993518710 69.907562256\n0.992380321 0.029320151 -0.119673088 -81.640914917 -0.028745199 0.999565482 0.006528118 -0.323464364 0.119812489 -0.003038349 0.992791891 70.707977295\n0.991455674 0.033933125 -0.125953361 -81.750701904 -0.033477638 0.999423027 0.005731904 -0.332797736 0.126075193 -0.001466308 0.992019594 71.486816406\n0.990642548 0.036217507 -0.131589055 -81.866409302 -0.036250062 0.999340415 0.002148850 -0.344384462 0.131580085 0.002641369 0.991302013 72.255592346\n0.989864826 0.034716047 -0.137704089 -81.981773376 -0.035126835 0.999382734 -0.000553388 -0.355874896 0.137599871 0.005384888 0.990473270 73.032562256\n0.989115059 0.035625838 -0.142766312 -82.103599548 -0.036253922 0.999341011 -0.001799730 -0.366767228 0.142608106 0.006955979 0.989754796 73.799255371\n0.988318682 0.038142219 -0.147551090 -82.229721069 -0.038062930 0.999269664 0.003361958 -0.379551828 0.147571564 0.002293541 0.989048719 74.570678711\n0.987438381 0.038873844 -0.153148010 -82.358848572 -0.038164977 0.999242783 0.007566848 -0.383755356 0.153326198 -0.001626906 0.988174319 75.326377869\n0.986508131 0.037528824 -0.159352794 -82.489059448 -0.036429513 0.999288023 0.009815290 -0.395196259 0.159607694 -0.003877719 0.987172902 76.089378357\n0.985457838 0.034965079 -0.166283846 -82.624366760 -0.034452219 0.999388516 0.005968652 -0.401758790 0.166390866 -0.000153008 0.986059844 76.836784363\n0.983951151 0.034114242 -0.175146714 -82.751930237 -0.034813408 0.999393404 -0.000920057 -0.411850899 0.175009087 0.007002744 0.984541893 77.577125549\n0.982385635 0.031777084 -0.184143007 -82.900321960 -0.032882772 0.999454856 -0.002953150 -0.419518709 0.183948770 0.008956264 0.982895017 78.323585510\n0.980406523 0.031284582 -0.194484726 -83.057304382 -0.031814985 0.999493718 0.000396558 -0.436459363 0.194398671 0.005798740 0.980905473 79.058433533\n0.978136837 0.031105133 -0.205623031 -83.227958679 -0.030354703 0.999516010 0.006803837 -0.444775701 0.205735147 -0.000413457 0.978607595 79.806022644\n0.975557268 0.032564372 -0.217318967 -83.392608643 -0.030170050 0.999442101 0.014327292 -0.453967929 0.217664286 -0.007420571 0.975995481 80.534805298\n0.972981751 0.033708926 -0.228407964 -83.576400757 -0.030345008 0.999373317 0.018224683 -0.465068877 0.228879169 -0.010801243 0.973394930 81.268119812\n0.970132887 0.036974244 -0.239739567 -83.773895264 -0.034668405 0.999303162 0.013829676 -0.469059199 0.240083843 -0.005105237 0.970738709 81.986618042\n0.967089891 0.036216382 -0.251844287 -83.970268250 -0.036169924 0.999334037 0.004815267 -0.473959446 0.251850963 0.004452391 0.967755795 82.696678162\n0.963877738 0.033390496 -0.264243752 -84.167854309 -0.034625612 0.999400377 -0.000016590 -0.476399004 0.264084727 0.009165592 0.964455962 83.388092041\n0.960646391 0.032362323 -0.275882572 -84.390098572 -0.032295130 0.999466896 0.004787807 -0.478317589 0.275890440 0.004310274 0.961179435 84.104431152\n0.957248151 0.033889860 -0.287276030 -84.614692688 -0.031625535 0.999421358 0.012520234 -0.488430649 0.287534118 -0.002899712 0.957765996 84.830215454\n0.953597367 0.033273540 -0.299240559 -84.850532532 -0.029301483 0.999412954 0.017752232 -0.489630669 0.299655586 -0.008160290 0.954012573 85.548240662\n0.949533224 0.031161865 -0.312114745 -85.086532593 -0.027465004 0.999490917 0.016234629 -0.493610650 0.312461764 -0.006843088 0.949905694 86.250320435\n0.945909142 0.029425945 -0.323094368 -85.334411621 -0.026985276 0.999563396 0.012032018 -0.503383815 0.323307365 -0.002662405 0.946290255 86.952690125\n0.942858100 0.025639823 -0.332206607 -85.588806152 -0.025369214 0.999664843 0.005152402 -0.510026395 0.332227379 0.003569835 0.943192601 87.655616760\n0.940132618 0.021011131 -0.340160638 -85.849456787 -0.022422515 0.999748588 -0.000218398 -0.518848598 0.340070516 0.007832580 0.940367341 88.364044189\n0.937608123 0.021533919 -0.347026348 -86.127136230 -0.023711020 0.999716818 -0.002028156 -0.530263782 0.346884400 0.010129964 0.937853158 89.062149048\n0.934472263 0.025944313 -0.355089337 -86.397598267 -0.028719777 0.999584258 -0.002546710 -0.534646571 0.354875654 0.012577917 0.934828877 89.766174316\n0.931303144 0.026047625 -0.363312602 -86.678009033 -0.027955052 0.999609172 0.000007754 -0.547683716 0.363170803 0.010149200 0.931667328 90.474960327\n0.928179741 0.026385367 -0.371195644 -86.965705872 -0.025851304 0.999645233 0.006415348 -0.550325871 0.371233225 0.003641294 0.928532541 91.183403015\n0.925330222 0.028317630 -0.378103316 -87.256217957 -0.024565339 0.999589503 0.014744528 -0.555395365 0.378365636 -0.004355322 0.925646007 91.893661499\n0.922923565 0.038225468 -0.383080781 -87.576072693 -0.032416467 0.999240816 0.021610394 -0.562374175 0.383616000 -0.007526618 0.923462033 92.600532532\n0.920129061 0.044988587 -0.389022529 -87.886344910 -0.040782500 0.998986065 0.019067820 -0.564348876 0.389485955 -0.001679542 0.921030879 93.294944763\n0.918086946 0.042008415 -0.394146800 -88.210823059 -0.040801778 0.999101698 0.011445225 -0.564852118 0.394273520 0.005574179 0.918976247 93.993621826\n0.916077495 0.034358270 -0.399526715 -88.505874634 -0.035794128 0.999351680 0.003869078 -0.563739359 0.399400651 0.010756335 0.916713357 94.690628052\n0.914504290 0.034505241 -0.403102160 -88.829864502 -0.036430784 0.999332011 0.002892779 -0.562553763 0.402932703 0.012039868 0.915150404 95.390441895\n0.912359357 0.040487148 -0.407383323 -89.167701721 -0.040629447 0.999139786 0.008305848 -0.569091439 0.407369137 0.008973839 0.913219512 96.100677490\n0.910028219 0.042878434 -0.412322789 -89.499649048 -0.041293319 0.999065638 0.012757684 -0.576464772 0.412484556 0.005416323 0.910948515 96.803520203\n0.907650232 0.039344233 -0.417879313 -89.815605164 -0.038323592 0.999206603 0.010837096 -0.586936355 0.417974144 0.006178343 0.908437908 97.500183105\n0.905374289 0.038145795 -0.422897577 -90.141357422 -0.039853502 0.999193966 0.004806639 -0.599696636 0.422740042 0.012502139 0.906164765 98.184944153\n0.903427362 0.035672940 -0.427254587 -90.503395081 -0.040371057 0.999182880 -0.001939184 -0.599343896 0.426836282 0.019000631 0.904129267 98.900993347\n0.901109874 0.036463533 -0.432054907 -90.844871521 -0.041975126 0.999113441 -0.003224110 -0.607054114 0.431554317 0.021040834 0.901841521 99.595825195\n0.899063408 0.039314527 -0.436049789 -91.193672180 -0.042973351 0.999075115 0.001473227 -0.622203469 0.435704410 0.017413994 0.899921358 100.291740417\n0.897208750 0.042021908 -0.439602792 -91.552841187 -0.044862024 0.998985469 0.003932348 -0.638785720 0.439322054 0.016193334 0.898183703 100.981346130\n0.894788027 0.042394821 -0.444473982 -91.900390625 -0.045071427 0.998973429 0.004549034 -0.647757530 0.444210559 0.015962655 0.895780206 101.667556763\n0.892588139 0.040462084 -0.449053705 -92.243644714 -0.043455418 0.999048710 0.003642774 -0.653522253 0.448773921 0.016262317 0.893497348 102.345809937\n0.890984595 0.038581669 -0.452391326 -92.633605957 -0.042076770 0.999111652 0.002337897 -0.652289391 0.452079654 0.016952135 0.891816497 103.064178467\n0.888823211 0.038013417 -0.456670940 -92.989440918 -0.041128621 0.999148965 0.003120399 -0.663669825 0.456400931 0.016008759 0.889630198 103.746566772\n0.886473775 0.039164241 -0.461118639 -93.337356567 -0.042172097 0.999103189 0.003783542 -0.673768759 0.460853279 0.016092328 0.887330413 104.412994385\n0.884142101 0.039764967 -0.465522796 -93.695442200 -0.042834725 0.999074221 0.003987276 -0.687959313 0.465250403 0.016415222 0.885026932 105.083518982\n0.882256746 0.037649240 -0.469260633 -94.064895630 -0.042700294 0.999087930 -0.000123006 -0.699440122 0.468827993 0.020146089 0.883059740 105.736862183\n0.880177855 0.034454186 -0.473391801 -94.437492371 -0.041617073 0.999122739 -0.004660971 -0.717446446 0.472815931 0.023803664 0.880839646 106.405639648\n0.878248632 0.032925010 -0.477069467 -94.797309875 -0.041378554 0.999117434 -0.007220558 -0.730257273 0.476410717 0.026081888 0.878835917 107.053421021\n0.876258075 0.034571536 -0.480600297 -95.159271240 -0.041236877 0.999143898 -0.003312950 -0.743127227 0.480074316 0.022721451 0.876933515 107.707046509\n0.874528408 0.038422607 -0.483449936 -95.536491394 -0.041088283 0.999142587 0.005081799 -0.746976137 0.483230680 0.015419949 0.875357270 108.362693787\n0.873197794 0.040207993 -0.485704571 -95.892860413 -0.037875015 0.999175489 0.014623004 -0.762285829 0.485892057 0.005627292 0.874000669 108.992240906\n0.871677637 0.039419066 -0.488491833 -96.245697021 -0.034394946 0.999222755 0.019257490 -0.765612602 0.488871247 0.000015326 0.872355938 109.620834351\n0.870399356 0.036831889 -0.490966827 -96.596710205 -0.031710710 0.999321222 0.018750565 -0.768333316 0.491324186 -0.000751573 0.870976448 110.224548340\n0.868734479 0.035014320 -0.494038910 -96.941520691 -0.031571012 0.999384165 0.015314445 -0.772770643 0.494270891 0.002293121 0.869304955 110.812789917\n0.867352128 0.032928053 -0.496604562 -97.287132263 -0.030889649 0.999446869 0.012318933 -0.775079250 0.496735513 0.004655087 0.867889464 111.390884399\n0.865892828 0.031343412 -0.499246627 -97.607406616 -0.029645132 0.999496222 0.011333305 -0.781078458 0.499350339 0.004986804 0.866385818 111.947006226\n0.864505172 0.029417291 -0.501762390 -97.923904419 -0.027732540 0.999556839 0.010820523 -0.783747077 0.501858294 0.004560744 0.864937842 112.490150452\n0.863606453 0.029418517 -0.503307521 -98.257980347 -0.027063018 0.999561846 0.011988359 -0.792886257 0.503439665 0.003267795 0.864024222 113.028160095\n0.862525344 0.029586591 -0.505148172 -98.559906006 -0.026577890 0.999560058 0.013163408 -0.794267058 0.505315363 0.002071997 0.862932265 113.533988953\n0.861613750 0.028103327 -0.506785929 -98.868217468 -0.024424432 0.999604940 0.013906854 -0.802504659 0.506976545 0.000395620 0.861959755 114.022087097\n0.860190094 0.026690906 -0.509274602 -99.146812439 -0.022562765 0.999643445 0.014281334 -0.811435878 0.509474158 -0.000794019 0.860485554 114.497055054\n0.858810186 0.025035856 -0.511681855 -99.409126282 -0.021342302 0.999686480 0.013092161 -0.811593592 0.511849225 -0.000323213 0.859075248 114.945556641\n0.857565939 0.025277728 -0.513752580 -99.671951294 -0.023853332 0.999671578 0.009369531 -0.814015865 0.513820648 0.004219720 0.857887268 115.372222900\n0.855731070 0.022809606 -0.516917825 -99.909675598 -0.023410896 0.999711573 0.005357906 -0.821646273 0.516890943 0.007516583 0.856018245 115.779930115\n0.853664517 0.018939579 -0.520478904 -100.154983521 -0.020390848 0.999787748 0.002936940 -0.823135436 0.520424068 0.008105842 0.853869498 116.171493530\n0.852146506 0.015278006 -0.523080230 -100.406311035 -0.015581260 0.999871314 0.003820684 -0.835372329 0.523071289 0.004894466 0.852274895 116.527191162\n0.848933518 0.016362701 -0.528246284 -100.630775452 -0.016067073 0.999857664 0.005150049 -0.838458121 0.528255343 0.004115321 0.849075556 116.875869751\n0.845264137 0.019862369 -0.533979416 -100.855865479 -0.019112771 0.999793291 0.006934579 -0.840848863 0.534006774 0.004344275 0.845469058 117.214309692\n0.841561496 0.025631478 -0.539552867 -101.066864014 -0.023087751 0.999667525 0.011478382 -0.843872428 0.539667726 0.002797300 0.841873467 117.527015686\n0.837931275 0.031317569 -0.544876575 -101.278076172 -0.025176374 0.999507546 0.018730992 -0.850329995 0.545194805 -0.001977270 0.838307023 117.823959351\n0.833448827 0.033244576 -0.551595747 -101.473678589 -0.024550799 0.999430716 0.023139805 -0.858316898 0.552051008 -0.005743726 0.833790541 118.104843140\n0.828124404 0.030057559 -0.559737861 -101.646224976 -0.019927686 0.999508739 0.024190234 -0.856041074 0.560190022 -0.008878245 0.828316569 118.366729736\n0.822550297 0.027785806 -0.568013132 -101.833755493 -0.016543318 0.999552071 0.024938947 -0.852195024 0.568451643 -0.011116718 0.822641551 118.587196350\n0.813961387 0.026059100 -0.580334187 -101.996368408 -0.013356803 0.999568760 0.026150348 -0.851222932 0.580765426 -0.013533963 0.813958466 118.816886902\n0.804081023 0.026361557 -0.593935013 -102.167442322 -0.012862011 0.999553978 0.026951939 -0.849728405 0.594380617 -0.014032344 0.804061413 119.027503967\n0.792447805 0.028168330 -0.609288931 -102.338462830 -0.014660340 0.999524057 0.027142083 -0.853165984 0.609763503 -0.012576303 0.792483628 119.213928223\n0.779075325 0.027302520 -0.626335561 -102.496101379 -0.014657116 0.999571443 0.025340768 -0.860550642 0.626758993 -0.010562096 0.779141605 119.380920410\n0.764321744 0.024415394 -0.644372761 -102.648178101 -0.015148132 0.999687016 0.019910380 -0.855186343 0.644657195 -0.005456894 0.764452338 119.550354004\n0.749825060 0.021782286 -0.661277473 -102.803878784 -0.015254510 0.999761403 0.015634699 -0.864081383 0.661460280 -0.001635826 0.749978423 119.694076538\n0.734733582 0.021826439 -0.678004563 -102.958534241 -0.018630270 0.999754488 0.011995193 -0.863669753 0.678099930 0.003818135 0.734959841 119.836349487\n0.718883395 0.026023235 -0.694643438 -103.110504150 -0.026519705 0.999598265 0.010002547 -0.858240485 0.694624662 0.011231071 0.719284713 119.968276978\n0.703084886 0.028120568 -0.710549712 -103.277366638 -0.028892891 0.999522328 0.010967538 -0.858291388 0.710518718 0.012818724 0.703561544 120.074241638\n0.684618711 0.026938625 -0.728403509 -103.437217712 -0.025499435 0.999590278 0.013001308 -0.860725880 0.728455305 0.009672936 0.685025096 120.211669922\n0.664990306 0.025497343 -0.746416628 -103.603416443 -0.022591563 0.999646485 0.014020532 -0.847826123 0.746510267 0.007539200 0.665331244 120.341423035\n0.643124580 0.027083384 -0.765282571 -103.779548645 -0.022211159 0.999613643 0.016710663 -0.843204021 0.765439451 0.006250771 0.643477619 120.464965820\n0.619315982 0.032056119 -0.784487128 -103.957107544 -0.025436420 0.999460876 0.020759622 -0.845113039 0.784729660 0.007097778 0.619797468 120.575004578\n0.595035195 0.035937861 -0.802895784 -104.141921997 -0.027559564 0.999324620 0.024305372 -0.836738586 0.803227067 0.007664902 0.595623791 120.683258057\n0.569737971 0.038782701 -0.820910871 -104.323356628 -0.028683525 0.999215722 0.027299175 -0.834178925 0.821325779 0.007993234 0.570403576 120.782226562\n0.544456124 0.042190157 -0.837727547 -104.515220642 -0.032044783 0.999051332 0.029488292 -0.830792904 0.838176966 0.010789719 0.545291603 120.872688293\n0.518323898 0.046460759 -0.853921413 -104.711074829 -0.035607107 0.998829722 0.032731786 -0.826458454 0.854442835 0.013440003 0.519371629 120.951171875\n0.493216574 0.051319696 -0.868391514 -104.878204346 -0.037908826 0.998577952 0.037482467 -0.845230579 0.869080245 0.014432724 0.494460702 120.980400085\n0.463373363 0.050774928 -0.884707332 -105.076087952 -0.036130745 0.998609483 0.038388174 -0.844589710 0.885426342 0.014177073 0.464563608 121.061500549\n0.431741416 0.048253413 -0.900705874 -105.285247803 -0.035281055 0.998707294 0.036592126 -0.847006321 0.901307225 0.015979508 0.432885706 121.129219055\n0.397487581 0.043924835 -0.916555703 -105.508270264 -0.034116175 0.998870432 0.033074327 -0.839488029 0.916973233 0.018122733 0.398537159 121.196945190\n0.359008074 0.041816048 -0.932397306 -105.755447388 -0.032830194 0.998943388 0.032159638 -0.832933903 0.932756960 0.019065209 0.360001564 121.257873535\n0.317987382 0.040532678 -0.947228253 -106.019393921 -0.031639583 0.998982906 0.032125801 -0.819421768 0.947566986 0.019754300 0.318946421 121.315086365\n0.274989426 0.039210398 -0.960647464 -106.288726807 -0.029868219 0.999034166 0.032227311 -0.813811064 0.960983276 0.019830653 0.275894940 121.358154297\n0.228465796 0.036964044 -0.972849905 -106.567886353 -0.028160639 0.999111712 0.031348586 -0.807361603 0.973144472 0.020234000 0.229303777 121.391624451\n0.180518508 0.035340320 -0.982936621 -106.885330200 -0.026766578 0.999160707 0.031007899 -0.797377110 0.983207405 0.020712344 0.181312919 121.405296326\n0.129880250 0.037443835 -0.990822554 -107.177177429 -0.024661161 0.999099553 0.034523968 -0.816141605 0.991223037 0.019950844 0.130686760 121.420959473\n0.078840673 0.038474016 -0.996144533 -107.514022827 -0.022336232 0.999072313 0.036819275 -0.797096252 0.996636987 0.019347256 0.079626918 121.402313232\n0.029493332 0.037937641 -0.998844802 -107.898422241 -0.018769132 0.999124348 0.037394054 -0.750995159 0.999388754 0.017644575 0.030179560 121.337638855\n-0.023701429 0.039620515 -0.998933792 -108.277313232 -0.014203422 0.999100149 0.039964121 -0.734657288 0.999618292 0.015135479 -0.023117304 121.293525696\n-0.077870011 0.041337397 -0.996106267 -108.662170410 -0.008853032 0.999071956 0.042152550 -0.722332478 0.996924341 0.012100970 -0.077431679 121.235404968\n-0.130717278 0.043802574 -0.990451694 -109.052207947 -0.005010689 0.998981595 0.044841111 -0.716363907 0.991407156 0.010824345 -0.130364656 121.147407532\n-0.183300734 0.045869194 -0.981986403 -109.467010498 -0.000964784 0.998901963 0.046839431 -0.705933571 0.983056664 0.009533097 -0.183055282 121.049125671\n-0.233359933 0.047687471 -0.971220553 -109.883094788 0.002925712 0.998826683 0.048339978 -0.694212437 0.972386181 0.008439097 -0.233225584 120.923294067\n-0.282440066 0.046677925 -0.958148658 -110.303520203 0.008402277 0.998897493 0.046186283 -0.650445938 0.959248185 0.004994228 -0.282520890 120.774871826\n-0.329108000 0.047746375 -0.943084419 -110.747581482 0.013746848 0.998857260 0.045772802 -0.628247261 0.944192231 0.002099754 -0.329388261 120.592140198\n-0.373404264 0.049518038 -0.926346242 -111.185211182 0.019091297 0.998773038 0.045694053 -0.609419823 0.927472293 -0.000622800 -0.373891473 120.381088257\n-0.415530682 0.050526284 -0.908174872 -111.641136169 0.023065099 0.998720229 0.045010462 -0.583512783 0.909286797 -0.002243921 -0.416164279 120.145027161\n-0.455030203 0.051932767 -0.888960361 -112.052520752 0.027307443 0.998642206 0.044362541 -0.568709373 0.890057206 -0.004088940 -0.455830574 119.902328491\n-0.489066482 0.052703466 -0.870652974 -112.512451172 0.029500101 0.998601258 0.043877695 -0.551848412 0.871747673 -0.004225246 -0.489937186 119.610969543\n-0.517492056 0.052373815 -0.854083776 -112.981689453 0.029827099 0.998622596 0.043164846 -0.531212807 0.855168104 -0.003137382 -0.518341422 119.295715332\n-0.540793180 0.050935183 -0.839612305 -113.463012695 0.028426383 0.998701453 0.042276964 -0.509646893 0.840675414 -0.001004053 -0.541538835 118.962097168\n-0.557963133 0.049186621 -0.828406990 -113.946441650 0.027530972 0.998789608 0.040759947 -0.488186359 0.829409122 -0.000064307 -0.558641911 118.601013184\n-0.572376966 0.049175702 -0.818514764 -114.412124634 0.027373327 0.998789668 0.040864658 -0.470095634 0.819533646 0.000984513 -0.573030353 118.276687622\n-0.583418965 0.049815416 -0.810642421 -114.931137085 0.028155452 0.998757780 0.041111987 -0.446321487 0.811683416 0.001161505 -0.584096789 117.888946533\n-0.593446732 0.051414024 -0.803229451 -115.463653564 0.029915908 0.998677135 0.041821815 -0.425673962 0.804317117 0.000789681 -0.594199777 117.494567871\n-0.601224780 0.052759454 -0.797336519 -116.000595093 0.031193480 0.998606980 0.042556278 -0.405285358 0.798471093 0.000714182 -0.602033019 117.084304810\n-0.607579947 0.052476287 -0.792523146 -116.559875488 0.030137427 0.998619616 0.043018248 -0.379735470 0.793686628 0.002252414 -0.608322740 116.645523071\n-0.613265157 0.052454744 -0.788133502 -117.097167969 0.030133089 0.998619854 0.043016538 -0.357892990 0.789302170 0.002631649 -0.613999367 116.216979980\n-0.617777228 0.052815747 -0.784577489 -117.662521362 0.030324887 0.998599827 0.043345332 -0.332017899 0.785768270 0.002985535 -0.618513823 115.763427734\n-0.620905757 0.053775977 -0.782038689 -118.253311157 0.031370703 0.998549521 0.043757085 -0.311285019 0.783257484 0.002635918 -0.621692181 115.286132812\n-0.623263717 0.055202752 -0.780060947 -118.858215332 0.033070430 0.998473585 0.044236146 -0.283445835 0.781312227 0.001773836 -0.624137998 114.809448242\n-0.624242902 0.055153467 -0.779281080 -119.470199585 0.033247434 0.998476624 0.044034149 -0.250682354 0.780522645 0.001578906 -0.625125647 114.315444946\n-0.624877810 0.054698300 -0.778804183 -120.088119507 0.033270996 0.998502195 0.043433338 -0.224108219 0.780013382 0.001228935 -0.625761747 113.813140869\n-0.625573874 0.054660413 -0.778247833 -120.713851929 0.034022633 0.998504937 0.042782038 -0.201335430 0.779422820 0.000285283 -0.626498342 113.307113647\n-0.626493812 0.054043636 -0.777550459 -121.371429443 0.034716502 0.998538017 0.041431330 -0.168618202 0.778652787 -0.001037356 -0.627454162 112.777114868\n-0.627270937 0.054805126 -0.776870549 -122.036010742 0.034544419 0.998497069 0.042547699 -0.140235424 0.778034747 -0.000147611 -0.628221393 112.241287231\n-0.627836585 0.056121439 -0.776319504 -122.701705933 0.033873551 0.998422265 0.044782918 -0.111346722 0.777607977 0.001819651 -0.628746986 111.692756653\n-0.628737450 0.057143696 -0.775515199 -123.378204346 0.032831602 0.998357713 0.046946071 -0.085155487 0.776924253 0.004055345 -0.629580975 111.142433167\n-0.629385352 0.057307072 -0.774977505 -124.063110352 0.032995149 0.998348475 0.047028165 -0.059936523 0.776392639 0.004028339 -0.630236745 110.579376221\n-0.630289793 0.056211252 -0.774322629 -124.757049561 0.034004260 0.998417079 0.044800121 -0.027772903 0.775615215 0.001906784 -0.631203532 110.014038086\n-0.630533099 0.056029506 -0.774137557 -125.447006226 0.035270050 0.998429120 0.043535624 0.000966072 0.775360703 0.000146776 -0.631518722 109.437393188\n-0.631137133 0.057431597 -0.773542166 -126.155242920 0.037931081 0.998347223 0.043174069 0.032945633 0.774743259 -0.002092532 -0.632272482 108.859031677\n-0.631738186 0.058306351 -0.772986114 -126.874160767 0.040086903 0.998290241 0.042539243 0.062059402 0.774144828 -0.004112959 -0.632995367 108.269180298\n-0.632837057 0.056277286 -0.772237301 -127.601028442 0.040121946 0.998398662 0.039879609 0.088447571 0.773244977 -0.005746374 -0.634081602 107.664550781\n-0.633930087 0.052481417 -0.771607697 -128.339843750 0.039544154 0.998589456 0.035431433 0.115609646 0.772378802 -0.008051524 -0.635111213 107.053436279\n-0.634913802 0.048390441 -0.771066070 -129.082260132 0.037643276 0.998788774 0.031685479 0.141620159 0.771665454 -0.008907909 -0.635966301 106.436477661\n-0.634663939 0.046562392 -0.771384180 -129.832778931 0.035261635 0.998888373 0.031283174 0.158514023 0.771983325 -0.007345963 -0.635600328 105.806266785\n-0.634704709 0.047143824 -0.771315396 -130.602279663 0.034136109 0.998873472 0.032962352 0.178780556 0.772000492 -0.005408347 -0.635599017 105.169586182\n-0.634821653 0.048537616 -0.771132886 -131.373245239 0.033119407 0.998817027 0.035603832 0.201583385 0.771948814 -0.002937385 -0.635678172 104.526489258\n-0.634934902 0.051237948 -0.770864785 -132.146942139 0.033920810 0.998684943 0.038441334 0.221013546 0.771820724 -0.001740614 -0.635837913 103.886688232\n-0.635032177 0.053593200 -0.770624638 -132.912963867 0.035336677 0.998561561 0.040325981 0.242933273 0.771677315 -0.001623020 -0.636012435 103.248809814\n-0.635207772 0.054952260 -0.770383954 -133.687255859 0.036307339 0.998487473 0.041286476 0.265171051 0.771487474 -0.001745101 -0.636242151 102.615615845\n-0.635207415 0.055679657 -0.770332038 -134.423904419 0.036905393 0.998446822 0.041736029 0.286964417 0.771459460 -0.001918375 -0.636275649 101.997421265\n-0.635501266 0.054950450 -0.770142198 -135.196960449 0.035310347 0.998488963 0.042106070 0.312631130 0.771292269 -0.000435534 -0.636481285 101.358772278\n-0.635685325 0.055574674 -0.769945323 -135.975143433 0.035490584 0.998454511 0.042766605 0.340307236 0.771132112 -0.000139707 -0.636675239 100.717613220\n-0.635852456 0.057557594 -0.769661605 -136.745590210 0.035913628 0.998341739 0.044989105 0.362599373 0.770974755 0.000965092 -0.636865139 100.081726074\n-0.636152625 0.056991998 -0.769455612 -137.490371704 0.034309972 0.998371243 0.045581315 0.383316040 0.770800173 0.002596666 -0.637071848 99.446067810\n-0.636989355 0.056577533 -0.768793702 -138.270141602 0.034321815 0.998395562 0.045036964 0.411578178 0.770108283 0.002301668 -0.637909293 98.806495667\n-0.637483716 0.056504209 -0.768389285 -139.028015137 0.035304148 0.998401880 0.044128798 0.435416222 0.769654751 0.001004058 -0.638459802 98.173515320\n-0.638323069 0.056282792 -0.767708361 -139.792343140 0.035834689 0.998414874 0.043401215 0.460584641 0.768934190 0.000193406 -0.639328122 97.532745361\n-0.639104724 0.056843802 -0.767016351 -140.557693481 0.036111936 0.998383045 0.043900739 0.487535477 0.768271565 0.000358723 -0.640123963 96.895751953\n-0.639714360 0.056215808 -0.766554177 -141.315322876 0.035907209 0.998418629 0.043254022 0.518052101 0.767773509 0.000145398 -0.640721321 96.237838745\n-0.640293479 0.055238731 -0.766141713 -142.074279785 0.035025090 0.998473048 0.042718016 0.540687084 0.767331541 0.000517883 -0.641250610 95.596633911\n-0.640937805 0.054215949 -0.765675783 -142.831253052 0.034575429 0.998529196 0.041761164 0.565563202 0.766813755 0.000292737 -0.641869545 94.967109680\n-0.641027451 0.053325217 -0.765663326 -143.595397949 0.033197474 0.998576283 0.041753087 0.587093830 0.766799748 0.001346785 -0.641885161 94.313652039\n-0.641267776 0.051751461 -0.765570104 -144.349578857 0.030458365 0.998653471 0.041994605 0.616311073 0.766712546 0.003611771 -0.641980529 93.678070068\n-0.640501261 0.050716314 -0.766280949 -145.107116699 0.029163841 0.998703539 0.041722421 0.639310837 0.767403483 0.004375560 -0.641149998 93.039382935\n-0.639790297 0.049115948 -0.766978741 -145.865600586 0.028223209 0.998784184 0.040417425 0.666243553 0.768031359 0.004212070 -0.640398622 92.404403687\n-0.638544202 0.046845485 -0.768158257 -146.628875732 0.026070109 0.998889446 0.039245233 0.679685593 0.769143641 0.005033842 -0.639056325 91.768531799\n-0.637047172 0.048351031 -0.769306839 -147.400421143 0.027633715 0.998821735 0.039893158 0.704907417 0.770329297 0.004155017 -0.637632728 91.110511780\n-0.636274338 0.050595079 -0.769802034 -148.174514771 0.028889488 0.998709857 0.041761599 0.728084087 0.770921826 0.004332646 -0.636915088 90.475601196\n-0.634989023 0.055647396 -0.770514369 -148.942230225 0.031384990 0.998437047 0.046243526 0.760847092 0.771883428 0.005181544 -0.635743022 89.843338013\n-0.634124041 0.062996157 -0.770660996 -149.714233398 0.034548253 0.997988641 0.053151228 0.791031837 0.772459209 0.007079476 -0.635025024 89.205299377\n-0.633387327 0.064270921 -0.771161318 -150.480087280 0.034124009 0.997895360 0.055140130 0.815252304 0.773082197 0.008609942 -0.634247422 88.566520691\n-0.633283138 0.060683977 -0.771537364 -151.242782593 0.034126956 0.998141050 0.050495472 0.854343414 0.773167372 0.005647711 -0.634176970 87.935211182\n-0.633270383 0.056745719 -0.771847665 -152.000534058 0.033764888 0.998384535 0.045697812 0.887575150 0.773193955 0.002877713 -0.634163380 87.302864075\n-0.633196235 0.057058439 -0.771885514 -152.747192383 0.034385003 0.998368144 0.045593396 0.920043945 0.773227394 0.002328269 -0.634124875 86.684928894\n-0.633395314 0.058911934 -0.771582901 -153.503692627 0.033573933 0.998251081 0.048657563 0.950234413 0.773099959 0.004914395 -0.634265423 86.055755615\n-0.633689642 0.060570952 -0.771212757 -154.264556885 0.034154128 0.998148441 0.050330725 0.975801468 0.772833407 0.005553951 -0.634585142 85.430320740\n-0.633991241 0.059758462 -0.771027923 -155.025909424 0.035231709 0.998206675 0.048396040 1.013047218 0.772537291 0.003518031 -0.634959698 84.801773071\n-0.634562135 0.058656253 -0.770642936 -155.767944336 0.035555251 0.998275757 0.046705294 1.040503502 0.772053719 0.002237010 -0.635553479 84.180763245\n-0.635012388 0.059709903 -0.770191073 -156.514739990 0.035175670 0.998209178 0.048385389 1.065583229 0.771700859 0.003633332 -0.635975480 83.548507690\n-0.635656714 0.063107818 -0.769388080 -157.269622803 0.035429556 0.997987628 0.052586969 1.087142944 0.771158457 0.006168179 -0.636613369 82.930969238\n-0.636226296 0.065889843 -0.768683732 -158.027099609 0.036196381 0.997798502 0.055569921 1.121524811 0.770652950 0.007531476 -0.637210608 82.306465149\n-0.636441350 0.066792443 -0.768427730 -158.773452759 0.037331805 0.997743487 0.055805147 1.159821510 0.770421147 0.006829910 -0.637498736 81.681053162\n-0.637210488 0.066484608 -0.767816961 -159.511322021 0.038538918 0.997774482 0.054413039 1.188081741 0.769725800 0.005081719 -0.638354540 81.060249329\n-0.637745619 0.065827549 -0.767429233 -160.250839233 0.039252862 0.997824311 0.052970357 1.218983650 0.769246459 0.003657814 -0.638941884 80.440383911\n-0.638011336 0.063041396 -0.767442286 -160.993530273 0.036400627 0.997998059 0.051718794 1.255121231 0.769166350 0.005061791 -0.639028788 79.824531555\n-0.637515306 0.060916141 -0.768025935 -161.728225708 0.034362555 0.998125494 0.050643224 1.288461685 0.769671261 0.005894488 -0.638413548 79.210403442\n-0.636941433 0.060099244 -0.768565953 -162.451965332 0.033292294 0.998170912 0.050462909 1.318469048 0.770192921 0.006554597 -0.637777209 78.598548889\n-0.636723280 0.059090201 -0.768824995 -163.185516357 0.031441566 0.998219788 0.050681803 1.346950531 0.770451128 0.008097225 -0.637447715 77.987121582\n-0.635849833 0.058930181 -0.769560039 -163.908142090 0.030203611 0.998216987 0.051484171 1.373720169 0.771221817 0.009492705 -0.636496067 77.372924805\n-0.635518551 0.059565630 -0.769784391 -164.642257690 0.031068226 0.998184979 0.051589873 1.404741287 0.771460176 0.008870489 -0.636215687 76.773727417\n-0.635077000 0.057962172 -0.770271301 -165.368804932 0.029948236 0.998278618 0.050427642 1.434523582 0.771868229 0.008957162 -0.635719657 76.165664673\n-0.634537697 0.056318093 -0.770837367 -166.087066650 0.029354488 0.998378158 0.048778415 1.467152119 0.772334337 0.008324208 -0.635161757 75.566390991\n-0.634051681 0.056960244 -0.771190047 -166.807495117 0.030205118 0.998346627 0.048904244 1.493982792 0.772700608 0.007713933 -0.634723902 74.972320557\n-0.633182526 0.059689369 -0.771697640 -167.525665283 0.033187333 0.998198748 0.049978409 1.525633812 0.773290813 0.006034864 -0.634022951 74.376815796\n-0.633006454 0.060399659 -0.771786809 -168.245727539 0.033507317 0.998155057 0.050633002 1.548850060 0.773421109 0.006190508 -0.633862376 73.785629272\n-0.632612705 0.058736313 -0.772238016 -168.956802368 0.033496004 0.998261929 0.048487950 1.573956490 0.773743868 0.004807198 -0.633480549 73.201156616\n-0.631968379 0.056466177 -0.772934556 -169.659057617 0.034571484 0.998403370 0.044671245 1.594949245 0.774222910 0.001509314 -0.632911444 72.620422363\n-0.631362438 0.055115666 -0.773527026 -170.368255615 0.035063121 0.998479962 0.042525157 1.622875690 0.774695039 -0.000273492 -0.632335305 72.041046143\n-0.630811930 0.054124977 -0.774045885 -171.067199707 0.032162387 0.998530746 0.043611169 1.643320560 0.775269032 0.002615278 -0.631626010 71.462997437\n-0.630765080 0.054708444 -0.774042904 -171.762664795 0.031322941 0.998493671 0.045047395 1.659661770 0.775341451 0.004169022 -0.631528497 70.891326904\n-0.630747080 0.054541957 -0.774069309 -172.458908081 0.031555381 0.998504519 0.044643193 1.685720921 0.775346637 0.003732515 -0.631524920 70.318313599\n-0.630959630 0.053970419 -0.773936331 -173.132904053 0.031687476 0.998537660 0.043799452 1.707961082 0.775168478 0.003111592 -0.631747246 69.769058228\n-0.630876660 0.054216113 -0.773986578 -173.795227051 0.032321248 0.998526096 0.043599576 1.733091831 0.775209606 0.002489746 -0.631699204 69.225067139\n-0.630583048 0.054191716 -0.774227679 -174.445770264 0.031851143 0.998525858 0.043949660 1.743054390 0.775468111 0.003053872 -0.631379604 68.685531616\n-0.630596280 0.054056179 -0.774226487 -175.086761475 0.031310763 0.998531282 0.044214897 1.761583328 0.775479436 0.003640121 -0.631362677 68.158035278\n-0.630823135 0.053747278 -0.774063170 -175.723739624 0.030806635 0.998546362 0.044228457 1.777202129 0.775315106 0.004054049 -0.631561995 67.629409790\n-0.630803585 0.054232303 -0.774045110 -176.355957031 0.030719738 0.998517931 0.044924784 1.798654079 0.775334299 0.004560248 -0.631534696 67.106414795\n-0.630612254 0.055463690 -0.774113834 -176.971328735 0.030679274 0.998444974 0.046544481 1.822941780 0.775491595 0.005602265 -0.631333232 66.594085693\n-0.630946279 0.057706304 -0.773677826 -177.588088989 0.030981554 0.998308599 0.049194921 1.840006828 0.775208056 0.007069600 -0.631666899 66.091110229\n-0.630802393 0.059768062 -0.773638248 -178.188751221 0.032183859 0.998186350 0.050873920 1.860760689 0.775275767 0.007192730 -0.631581903 65.588134766\n-0.631146193 0.061578911 -0.773215830 -178.791839600 0.033927362 0.998081326 0.051793616 1.887930870 0.774921656 0.006456167 -0.632024407 65.100311279\n-0.631363392 0.063630126 -0.772872269 -179.369003296 0.035913058 0.997957885 0.052823734 1.907666206 0.774655163 0.005594763 -0.632359147 64.623153687\n-0.631886959 0.064392902 -0.772381186 -179.944274902 0.037050936 0.997913063 0.052883893 1.927575111 0.774174690 0.004799194 -0.632954121 64.156356812\n-0.632926226 0.064634971 -0.771509469 -180.498016357 0.036919031 0.997895122 0.053313538 1.948178291 0.773331463 0.005260153 -0.633980155 63.699722290\n-0.633881450 0.065646604 -0.770639360 -181.038619995 0.038709365 0.997835457 0.053160228 1.969421387 0.772461057 0.003866320 -0.635050535 63.252990723\n-0.635994792 0.065761551 -0.768886268 -181.574081421 0.040779661 0.997834265 0.051611636 1.990732193 0.770615160 0.001469810 -0.637299180 62.811676025\n-0.639445782 0.066890262 -0.765921056 -182.101531982 0.044113759 0.997759044 0.050308075 2.010273933 0.767569721 -0.001618371 -0.640963554 62.375122070\n-0.644897461 0.068230085 -0.761217594 -182.605621338 0.046969332 0.997662604 0.049631294 2.028926849 0.762824655 -0.003746795 -0.646594763 61.944458008\n-0.652187705 0.069655165 -0.754850745 -183.091247559 0.049635310 0.997556508 0.049166586 2.045999527 0.756430924 -0.005401412 -0.654051423 61.504745483\n-0.661009789 0.071845889 -0.746929765 -183.573455811 0.052826453 0.997391582 0.049187589 2.065228462 0.748515427 -0.006944169 -0.663081050 61.076431274\n-0.671320915 0.073221609 -0.737541437 -184.036514282 0.055119425 0.997284651 0.048837919 2.085362434 0.739114761 -0.007866950 -0.673533916 60.648559570\n-0.683274150 0.075695410 -0.726227582 -184.478454590 0.058405410 0.997090816 0.048976775 2.095100403 0.727822185 -0.008951051 -0.685707450 60.214370728\n-0.697300434 0.078582644 -0.712458491 -184.913085938 0.062866047 0.996846616 0.048421532 2.111284256 0.714016914 -0.011025092 -0.700041771 59.780731201\n-0.713451982 0.081262939 -0.695976198 -185.334289551 0.067351319 0.996606410 0.047322385 2.127424240 0.697459877 -0.013112670 -0.716503978 59.342453003\n-0.731387496 0.082358740 -0.676970780 -185.711700439 0.068706773 0.996528864 0.047005866 2.139128685 0.678492308 -0.012132973 -0.734507442 58.900466919\n-0.751164436 0.081420094 -0.655074656 -186.067474365 0.066952556 0.996643782 0.047100682 2.151311874 0.656711042 -0.008478566 -0.754094601 58.461593628\n-0.771529198 0.080411881 -0.631091774 -186.407119751 0.065029413 0.996752083 0.047502808 2.165832520 0.632861793 -0.004389723 -0.774252415 58.006805420\n-0.793004274 0.078618854 -0.604122102 -186.721679688 0.062935725 0.996904552 0.047121607 2.179798126 0.605956733 -0.000653232 -0.795497537 57.548011780\n-0.815630436 0.077333853 -0.573381543 -187.014511108 0.061490953 0.997000515 0.046998370 2.188569069 0.575296283 0.003075521 -0.817939281 57.093048096\n-0.838029385 0.079181448 -0.539849341 -187.266494751 0.063558355 0.996844888 0.047546335 2.195932388 0.541910827 0.005533286 -0.840417981 56.616638184\n-0.862107396 0.075094655 -0.501130164 -187.467620850 0.059826955 0.997125208 0.046497904 2.198178291 0.503181279 0.010105095 -0.864121675 56.219276428\n-0.885292768 0.067707993 -0.460078865 -187.667709351 0.053741720 0.997611105 0.043403637 2.209556580 0.461918563 0.013699492 -0.886816621 55.749275208\n-0.906316638 0.056157149 -0.418851733 -187.826171875 0.043370403 0.998258173 0.039995112 2.212477684 0.420368165 0.018082462 -0.907173514 55.288608551\n-0.925269246 0.047458567 -0.376330853 -187.966720581 0.036258154 0.998664916 0.036793839 2.212996006 0.377574563 0.020399138 -0.925754666 54.826740265\n-0.942757010 0.039720900 -0.331106216 -188.094833374 0.030933253 0.999016404 0.031770132 2.219364166 0.332042485 0.019709324 -0.943058491 54.358013153\n-0.958111763 0.037833285 -0.283885121 -188.195831299 0.030853730 0.999102592 0.029018838 2.223644733 0.284728229 0.019044373 -0.958419323 53.892974854\n-0.971415281 0.036298465 -0.234594926 -188.284561157 0.030454729 0.999130130 0.028486129 2.228624821 0.235424861 0.020527337 -0.971675754 53.442962646\n-0.982015967 0.036185093 -0.185298160 -188.346923828 0.031349622 0.999088824 0.028960336 2.238298893 0.186177269 0.022630483 -0.982255578 52.957874298\n-0.990421772 0.029039687 -0.134985745 -188.369186401 0.024928128 0.999175310 0.032050613 2.236414433 0.135805175 0.028378686 -0.990328908 52.485832214\n-0.996265650 0.018909045 -0.084244646 -188.367965698 0.015999090 0.999256313 0.035083964 2.258363247 0.084845394 0.033605114 -0.995827317 52.002483368\n-0.999350429 0.015239997 -0.032662675 -188.351379395 0.014018189 0.999205232 0.037314896 2.276424885 0.033205394 0.036832776 -0.998769760 51.523170471\n-0.999661565 0.018467519 0.018325930 -188.306442261 0.019131836 0.999140859 0.036762528 2.272656918 -0.017631274 0.037100695 -0.999155998 51.056392670\n-0.997147322 0.025890093 0.070899934 -188.261444092 0.028398555 0.998997569 0.034603756 2.276106834 -0.069932960 0.036518503 -0.996883035 50.592063904\n-0.992112279 0.029127041 0.121921822 -188.176956177 0.033121750 0.998974562 0.030866653 2.281122923 -0.120897748 0.034661449 -0.992059588 50.138442993\n-0.984689355 0.029823881 0.171749189 -188.067337036 0.035080623 0.999001801 0.027653107 2.287734032 -0.170753032 0.033254784 -0.984752655 49.700546265\n-0.974979520 0.028463062 0.220466614 -187.930618286 0.034497578 0.999126852 0.023569155 2.298818827 -0.219603255 0.030584998 -0.975110054 49.278991699\n-0.962377906 0.029829565 0.270072579 -187.781234741 0.036657926 0.999122202 0.020273780 2.312303543 -0.269230753 0.029411336 -0.962626576 48.853134155\n-0.947053790 0.034859806 0.319177210 -187.619033813 0.043125570 0.998891532 0.018864321 2.312108040 -0.318165809 0.031630222 -0.947507381 48.434921265\n-0.930768251 0.037504323 0.363681316 -187.433074951 0.046894960 0.998754799 0.017022368 2.311341763 -0.362590045 0.032898698 -0.931367993 48.015228271\n-0.913806558 0.031945750 0.404891700 -187.209411621 0.042834453 0.998922527 0.017859271 2.312090158 -0.403884917 0.033663232 -0.914190412 47.611267090\n-0.896208048 0.027650027 0.442772150 -186.967681885 0.041266881 0.998924315 0.021147255 2.312743902 -0.441711158 0.037224159 -0.896385074 47.210235596\n-0.878434777 0.028465560 0.477013797 -186.729934692 0.045530621 0.998668551 0.024250910 2.310642004 -0.475688368 0.043021575 -0.878561258 46.796707153\n-0.861976504 0.030425971 0.506034911 -186.474395752 0.050293215 0.998405337 0.025638754 2.310910225 -0.504447877 0.047550116 -0.862132072 46.400085449\n-0.846525788 0.029209783 0.531546354 -186.199722290 0.050724294 0.998376310 0.025918815 2.311156988 -0.529926240 0.048903245 -0.846632957 46.004333496\n-0.832629919 0.027266486 0.553158462 -185.911041260 0.050067887 0.998403430 0.026149945 2.313393116 -0.551562250 0.049468696 -0.832665801 45.606460571\n-0.820688963 0.025529459 0.570804775 -185.620117188 0.048339970 0.998521924 0.024842732 2.322085857 -0.569326878 0.047980838 -0.820710063 45.213180542\n-0.810668111 0.024700325 0.584984839 -185.319824219 0.047794078 0.998567164 0.024069335 2.324779034 -0.583552122 0.047471050 -0.810687065 44.817672729\n-0.802672863 0.023868874 0.595941961 -185.008270264 0.046567924 0.998656631 0.022723682 2.329321384 -0.594599009 0.045991458 -0.802706122 44.420043945\n-0.796344280 0.022277722 0.604433179 -184.682876587 0.044324581 0.998783946 0.021585507 2.332007885 -0.603217304 0.043980744 -0.796363354 44.020019531\n-0.791177630 0.021494029 0.611208856 -184.355529785 0.042060599 0.998928308 0.019316487 2.335275888 -0.610138655 0.040990576 -0.791233897 43.618179321\n-0.786742687 0.022416638 0.616874039 -184.026794434 0.042221077 0.998954177 0.017546412 2.336759329 -0.615835547 0.039849594 -0.786866307 43.203460693\n-0.783264041 0.023902401 0.621229768 -183.688720703 0.044149682 0.998876274 0.017232452 2.338230133 -0.620119810 0.040924650 -0.783439159 42.779052734\n-0.780572653 0.026722696 0.624493599 -183.340744019 0.047468785 0.998734832 0.016595760 2.340212107 -0.623260021 0.042598151 -0.780853629 42.349868774\n-0.778519750 0.026073888 0.627078414 -182.982574463 0.045566939 0.998848081 0.015039436 2.340744495 -0.625963926 0.040282536 -0.778810978 41.918502808\n-0.777323723 0.022910239 0.628683686 -182.603271484 0.040462170 0.999088228 0.013620286 2.341247320 -0.627798438 0.036025275 -0.777541995 41.477645874\n-0.776145577 0.020038603 0.630235553 -182.233276367 0.037100278 0.999214590 0.013919152 2.342840433 -0.629461646 0.034185197 -0.776279449 41.022216797\n-0.775615811 0.021448050 0.630841255 -181.851501465 0.039744888 0.999098778 0.014897621 2.349169970 -0.629953206 0.036627535 -0.775769353 40.554275513\n-0.775731444 0.025227392 0.630558908 -181.465789795 0.044770420 0.998882949 0.015114535 2.348930836 -0.629473269 0.039955202 -0.775994420 40.073516846\n-0.776156187 0.025706826 0.630016863 -181.068435669 0.044796728 0.998891890 0.014429627 2.345050573 -0.628947794 0.039422333 -0.776447654 39.585952759\n-0.776496291 0.024964450 0.629627168 -180.650939941 0.040026847 0.999151051 0.009747736 2.354138374 -0.628849328 0.032771070 -0.776836395 39.082305908\n-0.776821256 0.027681917 0.629112363 -180.230346680 0.037892640 0.999277830 0.002819659 2.359454632 -0.628579974 0.026029099 -0.777309299 38.577041626\n-0.777132154 0.030056844 0.628619552 -179.798995972 0.037853170 0.999282837 -0.000983710 2.355018854 -0.628198266 0.023030769 -0.777712464 38.046432495\n-0.777313590 0.031775583 0.628310680 -179.363784790 0.040079955 0.999196053 -0.000947544 2.352122307 -0.627835631 0.024446120 -0.777962208 37.505813599\n-0.777846813 0.029604996 0.627756238 -178.902954102 0.038566086 0.999255836 0.000661952 2.349948883 -0.627269506 0.024724998 -0.778409719 36.932144165\n-0.778502464 0.022793449 0.627227902 -178.429336548 0.031936817 0.999484360 0.003318071 2.347635746 -0.626828849 0.022614786 -0.778828979 36.369995117\n-0.778348565 0.020064417 0.627511859 -177.953186035 0.029282708 0.999561667 0.004360917 2.341293573 -0.627149284 0.021769557 -0.778594971 35.792938232\n-0.777782202 0.018375019 0.628265381 -177.476104736 0.028672995 0.999569237 0.006262070 2.336598396 -0.627879679 0.022884775 -0.777974010 35.199768066\n-0.777855754 0.016230892 0.628233671 -176.978118896 0.028063133 0.999566317 0.008922172 2.344532013 -0.627816379 0.024570363 -0.777974010 34.584320068\n-0.778461456 0.014471876 0.627525687 -176.467102051 0.029479554 0.999473929 0.013520454 2.342955351 -0.626999915 0.029024327 -0.778478503 33.963775635\n-0.777970076 0.011105829 0.628203392 -175.961791992 0.026871795 0.999517024 0.015607977 2.339846134 -0.627726674 0.029023489 -0.777892709 33.335815430\n-0.777776718 0.009649402 0.628466606 -175.410598755 0.022798790 0.999657273 0.012866669 2.341281891 -0.628127098 0.024335675 -0.777730107 32.672454834\n-0.777309895 0.012400285 0.628996015 -174.878952026 0.023765793 0.999670863 0.009661714 2.349258184 -0.628669143 0.022458730 -0.777348757 32.011123657\n-0.776867867 0.013991501 0.629508257 -174.340560913 0.026512373 0.999593318 0.010501528 2.353367567 -0.629105330 0.024848057 -0.776922822 31.350906372\n-0.777269125 0.011761377 0.629058361 -173.782867432 0.028167447 0.999473274 0.016116954 2.357028961 -0.628537476 0.030246180 -0.777191043 30.661956787\n-0.777182579 0.013867904 0.629122436 -173.242080688 0.032821268 0.999289691 0.018517956 2.348498821 -0.628418744 0.035040427 -0.777085662 29.995498657\n-0.776817203 0.015917139 0.629525185 -172.683593750 0.034725528 0.999242187 0.017585171 2.357813120 -0.628768206 0.035521057 -0.776781321 29.295974731\n-0.776557446 0.020664843 0.629707754 -172.115386963 0.037887670 0.999184847 0.013933367 2.360882759 -0.628906488 0.034678213 -0.776707411 28.586425781\n-0.776609659 0.025051277 0.629483700 -171.539230347 0.040204097 0.999143064 0.009838357 2.360064268 -0.628697813 0.032948386 -0.776951313 27.891464233\n-0.776715994 0.026908351 0.629275918 -170.961822510 0.040700715 0.999143124 0.007512763 2.361371994 -0.628534555 0.031447262 -0.777145624 27.178802490\n-0.777421117 0.026669212 0.628415048 -170.372070312 0.039693467 0.999189436 0.006700886 2.358928204 -0.627726972 0.030153381 -0.777849555 26.456604004\n-0.777641654 0.025196955 0.628202677 -169.768066406 0.039840341 0.999163330 0.009241662 2.347415209 -0.627444208 0.032214507 -0.777994871 25.720199585\n-0.777753115 0.021922039 0.628187478 -169.171585083 0.038595024 0.999171436 0.012915772 2.346211433 -0.627383828 0.034290195 -0.777954817 24.978729248\n-0.778113723 0.021558044 0.627753675 -168.575668335 0.040147435 0.999074280 0.015453794 2.344191790 -0.626839340 0.037227504 -0.778258920 24.245666504\n-0.778396726 0.024673823 0.627287865 -167.985687256 0.045298707 0.998830140 0.016922696 2.344200611 -0.626136482 0.041587893 -0.778603792 23.516891479\n-0.778085709 0.029469484 0.627466559 -167.407684326 0.052158102 0.998480499 0.017783839 2.350747824 -0.625989020 0.046564814 -0.778440475 22.765090942\n-0.778233767 0.030009637 0.627257347 -166.815399170 0.055930410 0.998200238 0.021635946 2.343924999 -0.625479162 0.051920582 -0.778511524 22.027999878\n-0.778242707 0.029077996 0.627290189 -166.219879150 0.059422735 0.997854948 0.027466850 2.349917412 -0.625145912 0.058651172 -0.778301239 21.279617310\n-0.778608203 0.027840206 0.626892626 -165.641357422 0.061744183 0.997566462 0.032385234 2.361070871 -0.624465466 0.063922375 -0.778432488 20.583679199\n-0.778671861 0.030165354 0.626706243 -165.059051514 0.063559912 0.997497678 0.030959368 2.369595051 -0.624204159 0.063940570 -0.778640747 19.851287842\n-0.778716564 0.033360619 0.626488686 -164.482635498 0.061748024 0.997812271 0.023618247 2.372612953 -0.624330163 0.057076346 -0.779073000 19.135360718\n-0.779325485 0.039058700 0.625401020 -163.896362305 0.061989203 0.997965336 0.014919270 2.377945900 -0.623545825 0.050395075 -0.780161023 18.407531738\n-0.780284524 0.040559117 0.624108076 -163.309967041 0.061276447 0.998051703 0.011749518 2.383157730 -0.622415543 0.047411095 -0.781249642 17.710617065\n-0.781103253 0.039309166 0.623163223 -162.726989746 0.061586484 0.998000145 0.014241616 2.379826784 -0.621357203 0.049502607 -0.781962037 16.986358643\n-0.781435609 0.037866779 0.622835934 -162.151031494 0.061526611 0.997968733 0.016519956 2.381856918 -0.620945215 0.051230267 -0.782178044 16.266311646\n-0.782452703 0.036839996 0.621619463 -161.567703247 0.061281715 0.997958302 0.017993731 2.375272512 -0.619687438 0.052173149 -0.783112764 15.551742554\n-0.784176588 0.035362374 0.619529426 -160.997085571 0.059730787 0.998040497 0.018637365 2.370649338 -0.617656410 0.051619962 -0.784752250 14.818908691\n-0.788422823 0.033311613 0.614231050 -160.432189941 0.057152070 0.998180330 0.019225663 2.370265961 -0.612472951 0.050262529 -0.788892031 14.103347778\n-0.794019938 0.030559909 0.607123077 -159.878875732 0.053690206 0.998358011 0.019965250 2.370107174 -0.605516076 0.048449371 -0.794356942 13.397094727\n-0.800722241 0.031583089 0.598202527 -159.344711304 0.054081794 0.998342514 0.019681888 2.371628046 -0.596589386 0.048111591 -0.801103234 12.668838501\n-0.809741020 0.032708786 0.585875213 -158.813125610 0.055602491 0.998229623 0.021118380 2.368780136 -0.584147274 0.049676538 -0.810126185 11.948852539\n-0.819684744 0.034478232 0.571776271 -158.309204102 0.059137426 0.997946680 0.024601594 2.374105930 -0.569754004 0.053978927 -0.820040584 11.201309204\n-0.831177235 0.035227969 0.554890335 -157.824676514 0.061249450 0.997718215 0.028404830 2.377893209 -0.552623570 0.057596177 -0.831438422 10.457763672\n-0.844372034 0.037024003 0.534476817 -157.360015869 0.062914439 0.997559130 0.030290464 2.386506557 -0.532050729 0.059202719 -0.844640374 9.703582764\n-0.859181285 0.041092031 0.510018826 -156.914276123 0.066398554 0.997295737 0.031503692 2.394452095 -0.507345080 0.060931891 -0.859586239 8.939163208\n-0.874638438 0.044122789 0.482764065 -156.500335693 0.069011025 0.997039616 0.033903752 2.407809258 -0.479838997 0.062969558 -0.875094175 8.161666870\n-0.889881849 0.047380175 0.453723997 -156.110916138 0.071148448 0.996835649 0.035447672 2.420757771 -0.450608760 0.063825995 -0.890437007 7.369338989\n-0.904065609 0.050768875 0.424367875 -155.749206543 0.072582334 0.996734560 0.035384614 2.438480377 -0.421185702 0.062791616 -0.904798388 6.558563232\n-0.917185307 0.057728112 0.394257039 -155.422576904 0.074757621 0.996809721 0.027958019 2.449272633 -0.391385287 0.055116404 -0.918574810 5.758026123\n-0.929671049 0.062320519 0.363081366 -155.114898682 0.074566349 0.997019529 0.019795535 2.460809231 -0.360765547 0.045476984 -0.931547165 4.942558289\n-0.941173196 0.062017985 0.332185209 -154.838058472 0.070814408 0.997385144 0.014428091 2.471246243 -0.330421776 0.037102830 -0.943104029 4.108314514\n-0.951798201 0.057876293 0.301215768 -154.563934326 0.065547809 0.997730374 0.015415326 2.466896534 -0.299639910 0.034416307 -0.953431606 3.297126770\n-0.960259795 0.056192823 0.273393333 -154.331680298 0.063089244 0.997871637 0.016492089 2.467769146 -0.271884710 0.033084862 -0.961761117 2.455108643\n-0.966700077 0.058912940 0.249038756 -154.134735107 0.064965375 0.997756898 0.016147055 2.463557720 -0.247528851 0.031788256 -0.968358874 1.597007751\n-0.971757650 0.062842555 0.227459475 -153.930130005 0.067799322 0.997600257 0.014036659 2.476592541 -0.226031527 0.029061832 -0.973686337 0.749740601\n-0.976095557 0.061354011 0.208501771 -153.750442505 0.066164434 0.997677743 0.016169105 2.484372139 -0.207025528 0.029577993 -0.977888227 -0.116714478\n-0.980074406 0.058027431 0.189966053 -153.578155518 0.063419588 0.997734964 0.022424607 2.487718582 -0.188234538 0.034025352 -0.981534600 -0.999675751\n-0.983382702 0.058514975 0.171856537 -153.434906006 0.063767336 0.997646630 0.025197882 2.500387192 -0.169977635 0.035737991 -0.984799743 -1.900215149\n-0.986258745 0.058880135 0.154361665 -153.296386719 0.063576482 0.997646987 0.025662119 2.505295277 -0.152487457 0.035123248 -0.987681508 -2.766819000\n-0.988730192 0.058315452 0.137885273 -153.165618896 0.061904419 0.997842193 0.021881498 2.518014431 -0.136311725 0.030170601 -0.990206599 -3.688087463\n-0.990331292 0.061818711 0.124188840 -153.063796997 0.064735897 0.997710109 0.019589623 2.529077053 -0.122693464 0.027439686 -0.992065430 -4.602527618\n-0.991176367 0.067816131 0.113887735 -152.962844849 0.070913605 0.997208774 0.023365553 2.542230129 -0.111985289 0.031235576 -0.993218780 -5.532375336\n-0.991547704 0.072636180 0.107505858 -152.865264893 0.076529585 0.996536195 0.032539077 2.556371689 -0.104769967 0.040491417 -0.993672013 -6.499765396\n-0.991655707 0.075092502 0.104786351 -152.772476196 0.079785071 0.995954990 0.041327536 2.581162453 -0.101259105 0.049343072 -0.993635774 -7.453371048\n-0.991909742 0.073713757 0.103353217 -152.672073364 0.078348123 0.996061206 0.041516155 2.610667229 -0.099885821 0.049277797 -0.993778110 -8.406816483\n-0.992278814 0.070268214 0.102201596 -152.566940308 0.074615479 0.996435702 0.039349686 2.630505562 -0.099072285 0.046671677 -0.993985176 -9.376698494\n-0.992765069 0.065230340 0.100810781 -152.455734253 0.069045752 0.997005284 0.034829643 2.654499531 -0.098236933 0.041538205 -0.994295955 -10.347887039\n-0.993312359 0.056958523 0.100434348 -152.342193604 0.060540292 0.997620761 0.032980658 2.676225662 -0.098316856 0.038840406 -0.994397283 -11.334969521\n-0.993619442 0.052163970 0.099996552 -152.229019165 0.055724885 0.997895598 0.033152476 2.695010185 -0.098056756 0.038513243 -0.994435310 -12.320720673\n-0.993675590 0.049655434 0.100716069 -152.117034912 0.053478178 0.997933626 0.035616145 2.713599205 -0.098739423 0.040776998 -0.994277835 -13.338664055\n-0.993742347 0.047101066 0.101282857 -152.001907349 0.051094577 0.998000681 0.037202112 2.735976219 -0.099328101 0.042144306 -0.994162202 -14.335355759\n-0.993642092 0.046718281 0.102435127 -151.901916504 0.050773967 0.998011589 0.037348125 2.759482384 -0.100486606 0.042311702 -0.994038343 -15.358778954\n-0.993619204 0.044267524 0.103736915 -151.786331177 0.048280213 0.998166919 0.036493905 2.783227444 -0.101931259 0.041269481 -0.993934989 -16.384143829\n-0.993628025 0.042751044 0.104287766 -151.669769287 0.046567112 0.998321474 0.034434505 2.805826187 -0.102640599 0.039071463 -0.993950963 -17.410133362\n-0.993609190 0.040880170 0.105212867 -151.554092407 0.044534098 0.998475313 0.032616206 2.823776722 -0.103719093 0.037093319 -0.993914843 -18.448032379\n-0.993781924 0.037664190 0.104780637 -151.432022095 0.041195653 0.998646677 0.031745113 2.843771458 -0.103443176 0.035864227 -0.993988633 -19.480957031\n-0.993997455 0.035249740 0.103568397 -151.319625854 0.038748175 0.998737693 0.031962905 2.861458302 -0.102310978 0.035784137 -0.994108677 -20.548938751\n-0.994249582 0.033540696 0.101701126 -151.202957153 0.037023894 0.998783886 0.032556981 2.881024361 -0.100485466 0.036135130 -0.994282246 -21.602777481\n-0.994385242 0.033125836 0.100502610 -151.094039917 0.036603373 0.998786271 0.032956544 2.898638010 -0.099288911 0.036450233 -0.994390845 -22.663070679\n-0.994607806 0.031487443 0.098811649 -150.979797363 0.034954309 0.998825550 0.033552427 2.914169550 -0.097639114 0.036825400 -0.994540334 -23.723661423\n-0.994739413 0.031395670 0.097510174 -150.870712280 0.034989219 0.998761773 0.035364062 2.932091236 -0.096279159 0.038589820 -0.994606256 -24.779788971\n-0.994815350 0.030856714 0.096905448 -150.765090942 0.034610085 0.998704851 0.037292939 2.954004049 -0.095629208 0.040453490 -0.994594812 -25.845083237\n-0.994918585 0.029966226 0.096119978 -150.663391113 0.033864658 0.998657942 0.039186105 2.971993446 -0.094816715 0.042242050 -0.994598150 -26.895248413\n-0.995066404 0.029495528 0.094725370 -150.543792725 0.033205386 0.998732328 0.037829615 2.991898537 -0.093489490 0.040788375 -0.994784355 -27.955883026\n-0.995187044 0.028725764 0.093687944 -150.440612793 0.032143112 0.998864174 0.035172854 3.015543699 -0.092571169 0.038014989 -0.994980097 -29.010240555\n-0.995261431 0.028204974 0.093054883 -150.338165283 0.031478554 0.998929381 0.033900592 3.034943342 -0.091999091 0.036669184 -0.995083690 -30.059679031\n-0.995395780 0.027624186 0.091784097 -150.235046387 0.030885499 0.998934090 0.034303896 3.049040556 -0.090738647 0.036980748 -0.995187998 -31.106096268\n-0.995591164 0.026462834 0.089991160 -150.130493164 0.029726375 0.998940885 0.035120148 3.067947388 -0.088966466 0.037640411 -0.995323420 -32.145671844\n-0.995873928 0.025180494 0.087184094 -150.038116455 0.028489606 0.998911977 0.036921408 3.080055237 -0.086159535 0.039252911 -0.995507836 -33.203685760\n-0.996109962 0.024558676 0.084628910 -149.950149536 0.027770640 0.998929799 0.036987551 3.097908974 -0.083629973 0.039193861 -0.995725870 -34.245491028\n-0.996419191 0.023521198 0.081215084 -149.855575562 0.026484458 0.999014974 0.035604075 3.120324612 -0.080297634 0.037627511 -0.996060729 -35.266796112\n-0.996660233 0.023512298 0.078203730 -149.770309448 0.026336538 0.999030352 0.035280611 3.132271290 -0.077298373 0.037222389 -0.996313095 -36.284324646\n-0.996912718 0.022539947 0.075215884 -149.688735962 0.025371969 0.998996437 0.036911190 3.149891853 -0.074308425 0.038705602 -0.996484160 -37.304962158\n-0.997114062 0.022368344 0.072548255 -149.615463257 0.025197787 0.998947680 0.038322967 3.168228149 -0.071614690 0.040040422 -0.996628404 -38.320465088\n-0.997282386 0.023108397 0.069957063 -149.545196533 0.025942333 0.998867810 0.039875861 3.185740948 -0.068956390 0.041582342 -0.996752739 -39.338569641\n-0.997451663 0.023315435 0.067428201 -149.465927124 0.026060456 0.998854935 0.040121332 3.207294941 -0.066415548 0.041776299 -0.996917129 -40.368350983\n-0.997623444 0.023480868 0.064778961 -149.391174316 0.026065284 0.998885751 0.039343547 3.230966568 -0.063782960 0.040938523 -0.997123837 -41.381721497\n-0.997718453 0.024548082 0.062889814 -149.325027466 0.027007813 0.998891056 0.038564831 3.248113155 -0.061873376 0.040175363 -0.997274995 -42.387252808\n-0.997823954 0.022622073 0.061932378 -149.259490967 0.025066150 0.998925745 0.038975295 3.265413284 -0.060984146 0.040442888 -0.997319102 -43.413768768\n-0.997917891 0.021602178 0.060772307 -149.191513062 0.024037166 0.998925447 0.039625794 3.287724972 -0.059850998 0.041004084 -0.997364759 -44.422103882\n-0.997964859 0.021406015 0.060067374 -149.126739502 0.023725210 0.998989701 0.038166065 3.303766727 -0.059189703 0.039513502 -0.997464538 -45.429840088\n-0.998007655 0.021150824 0.059440382 -149.061950684 0.023189265 0.999159038 0.033815913 3.319890261 -0.058675159 0.035126925 -0.997658849 -46.421909332\n-0.998068571 0.019361861 0.059028909 -148.993179321 0.021213159 0.999297380 0.030898916 3.338494778 -0.058389172 0.032091424 -0.997777939 -47.424339294\n-0.998038054 0.020295894 0.059234738 -148.928527832 0.022087326 0.999313414 0.029746499 3.352422714 -0.058590338 0.030996464 -0.997801065 -48.416534424\n-0.997989297 0.021049893 0.059785411 -148.866210938 0.022935411 0.999255300 0.031028911 3.358846188 -0.059087735 0.032337725 -0.997728825 -49.415084839\n-0.997905254 0.022365233 0.060703244 -148.804946899 0.024337361 0.999193251 0.031945415 3.371161938 -0.059939805 0.033355854 -0.997644544 -50.402667999\n-0.997817874 0.024144690 0.061454419 -148.740081787 0.026209548 0.999111056 0.033018406 3.383528233 -0.060602568 0.034557048 -0.997563601 -51.380664825\n-0.997741461 0.025279719 0.062232908 -148.671051025 0.027427450 0.999048710 0.033902202 3.395457268 -0.061316669 0.035532523 -0.997485638 -52.377620697\n-0.997661710 0.025747247 0.063313402 -148.608596802 0.027992181 0.999001145 0.034829780 3.410102844 -0.062353391 0.036520608 -0.997385979 -53.353595734\n-0.997655630 0.024324981 0.063967526 -148.533035278 0.026606152 0.999031186 0.035054628 3.423841476 -0.063052848 0.036674369 -0.997336268 -54.335300446\n-0.997584701 0.024877965 0.064852111 -148.467102051 0.027135495 0.999047756 0.034165125 3.432368040 -0.063940398 0.035842400 -0.997309804 -55.300041199\n-0.997391224 0.027395448 0.066785835 -148.400680542 0.029646983 0.999016941 0.032957960 3.446364880 -0.065817282 0.034851979 -0.997222900 -56.266880035\n-0.997156978 0.028402589 0.069795884 -148.332855225 0.030678965 0.999024510 0.031762011 3.459490299 -0.068825677 0.033812970 -0.997055531 -57.222496033\n-0.997027397 0.026742058 0.072257780 -148.253280640 0.029053694 0.999092937 0.031131972 3.470595360 -0.071359701 0.033138786 -0.996899962 -58.200588226\n-0.996826887 0.026509881 0.075058863 -148.183212280 0.028792426 0.999150217 0.029492935 3.481009960 -0.074213222 0.031560469 -0.996743083 -59.154926300\n-0.996665359 0.027254449 0.076914668 -148.101867676 0.029561980 0.999141514 0.029023649 3.491095304 -0.076057613 0.031200608 -0.996615410 -60.111137390\n-0.996657491 0.025760390 0.077527106 -148.022628784 0.028121844 0.999168396 0.029523561 3.496173859 -0.076702103 0.031605080 -0.996553063 -61.067733765\n-0.996693254 0.024059260 0.077615291 -147.937561035 0.026568985 0.999151647 0.031466406 3.508848667 -0.076792382 0.033424508 -0.996486902 -62.005092621\n-0.996749520 0.023320545 0.077112652 -147.858856201 0.025961962 0.999103785 0.033430725 3.517221928 -0.076263919 0.035324059 -0.996461749 -62.926403046\n-0.996824622 0.022821208 0.076287486 -147.788116455 0.025529528 0.999071062 0.034716759 3.525918484 -0.075424343 0.036554102 -0.996481299 -63.851207733\n-0.996937990 0.021501375 0.075183362 -147.718917847 0.024203559 0.999086559 0.035216704 3.536276340 -0.074357480 0.036928572 -0.996547699 -64.757919312\n-0.997153521 0.019785658 0.072755456 -147.646240234 0.022379957 0.999136090 0.035017148 3.546659946 -0.071999766 0.036545739 -0.996734977 -65.656356812\n-0.997445703 0.018793251 0.068913564 -147.582733154 0.021265391 0.999149919 0.035316639 3.559251785 -0.068191268 0.036691897 -0.996997356 -66.525550842\n-0.997777820 0.019886302 0.063592255 -147.529190063 0.022169823 0.999127030 0.035407063 3.570454121 -0.062832624 0.036738213 -0.997347593 -67.378662109\n-0.998194098 0.020416627 0.056497786 -147.482238770 0.022453109 0.999112129 0.035648461 3.581829786 -0.055719800 0.036852632 -0.997766137 -68.213836670\n-0.998563409 0.022247016 0.048746489 -147.446823120 0.024018016 0.999061286 0.036051389 3.595029831 -0.047898695 0.037170392 -0.998160362 -69.030204773\n-0.998853564 0.024895102 0.040892206 -147.414428711 0.026435945 0.998943806 0.037582379 3.605469227 -0.039913401 0.038620312 -0.998456597 -69.836090088\n-0.999050021 0.028247101 0.033185951 -147.396850586 0.029506201 0.998838782 0.038084388 3.614263773 -0.032071643 0.039027400 -0.998723388 -70.612731934\n-0.999222517 0.029977363 0.025613362 -147.379150391 0.030955140 0.998772383 0.038671467 3.625133753 -0.024422651 0.039434258 -0.998923779 -71.362228394\n-0.999329567 0.031591862 0.018512294 -147.375427246 0.032303609 0.998697281 0.039500222 3.637468338 -0.017240291 0.040071748 -0.999048233 -72.092666626\n-0.999415517 0.032233927 0.011400742 -147.364303589 0.032662328 0.998680353 0.039632965 3.645627499 -0.010108170 0.039982166 -0.999149442 -72.784820557\n-0.999408364 0.033998273 0.005237334 -147.366714478 0.034178525 0.998639286 0.039387383 3.651055336 -0.003891105 0.039543077 -0.999210477 -73.452774048\n-0.999383211 0.035112750 -0.000610233 -147.373596191 0.035062235 0.998623490 0.039010290 3.662305355 0.001979152 0.038964834 -0.999238610 -74.097061157\n-0.999318004 0.036443774 -0.005933414 -147.379165649 0.036187317 0.998593688 0.038743861 3.669990063 0.007337043 0.038502730 -0.999231458 -74.702651978\n-0.999194622 0.038719129 -0.010526763 -147.392776489 0.038292971 0.998541892 0.038049806 3.680327892 0.011984669 0.037616063 -0.999220371 -75.289321899\n-0.999082446 0.040097043 -0.015049310 -147.401580811 0.039472014 0.998429537 0.039754353 3.684765339 0.016619708 0.039123848 -0.999096036 -75.840629578\n-0.998991132 0.040725797 -0.018927166 -147.418029785 0.039911173 0.998337328 0.041589670 3.694025993 0.020589469 0.040792301 -0.998955607 -76.375465393\n-0.998885155 0.041453749 -0.022584595 -147.430099487 0.040461026 0.998265326 0.042769209 3.698376656 0.024318364 0.041807733 -0.998829722 -76.873802185\n-0.998768926 0.042307790 -0.025902804 -147.442138672 0.041167859 0.998223782 0.043063734 3.708119869 0.027678726 0.041944351 -0.998736501 -77.363082886\n-0.998634577 0.043826725 -0.028428584 -147.462158203 0.042553712 0.998127639 0.043936551 3.716202259 0.030300951 0.042666815 -0.998629689 -77.810028076\n-0.998481512 0.046130255 -0.030109892 -147.479736328 0.044773847 0.998015881 0.044266764 3.725116253 0.032092188 0.042851415 -0.998565912 -78.219772339\n-0.998407722 0.046879075 -0.031373456 -147.498489380 0.045450993 0.997962356 0.044780768 3.738354683 0.033408809 0.043283515 -0.998504043 -78.605621338\n-0.998408318 0.046574567 -0.031806529 -147.509124756 0.045086604 0.997923553 0.045997504 3.746926785 0.033882797 0.044490244 -0.998435020 -78.950546265\n-0.998456597 0.045793116 -0.031427100 -147.521102905 0.044303417 0.997932315 0.046564814 3.755968571 0.033494469 0.045100611 -0.998420954 -79.258941650\n-0.998477697 0.044875383 -0.032081086 -147.506072998 0.043362647 0.997981846 0.046388622 3.760669708 0.034098051 0.044926871 -0.998408556 -79.523696899\n-0.998507500 0.044550210 -0.031592272 -147.503814697 0.043067746 0.998005807 0.046147421 3.773527622 0.033585150 0.044717938 -0.998434901 -79.724166870\n-0.998752594 0.040372096 -0.029383481 -147.480453491 0.038995564 0.998179913 0.046001833 3.748876572 0.031187192 0.044798624 -0.998509169 -80.002120972\n-0.998889446 0.039637018 -0.025473645 -147.508911133 0.038457248 0.998235404 0.045244426 3.740087032 0.027222050 0.044214532 -0.998651147 -80.212745667\n-0.999010324 0.038580813 -0.022128714 -147.513076782 0.037645854 0.998440802 0.041216094 3.762007236 0.023684362 0.040342253 -0.998905063 -80.414985657\n-0.999055147 0.038898457 -0.019394692 -147.517761230 0.038118865 0.998509347 0.039063971 3.766157150 0.020885309 0.038287748 -0.999048710 -80.618339539\n-0.999060512 0.039930023 -0.016840696 -147.522003174 0.039251968 0.998474419 0.038835231 3.771043301 0.018365694 0.038137715 -0.999103665 -80.811492920\n-0.999145627 0.038951639 -0.013809742 -147.526718140 0.038377319 0.998475850 0.039663211 3.780393124 0.015333641 0.039099343 -0.999117613 -81.000679016\n-0.999259114 0.036772501 -0.011359114 -147.518234253 0.036291998 0.998542428 0.039949484 3.781178951 0.012811599 0.039507642 -0.999137163 -81.174522400\n-0.999343634 0.035173140 -0.008683632 -147.513702393 0.034806728 0.998623013 0.039249863 3.783514023 0.010052215 0.038921844 -0.999191880 -81.319641113\n-0.999340177 0.035961658 -0.005175736 -147.507156372 0.035736561 0.998620689 0.038466390 3.786960602 0.006551912 0.038256031 -0.999246836 -81.468070984\n-0.999308109 0.037193179 -0.000386984 -147.508056641 0.037152097 0.998596847 0.037735958 3.786593914 0.001789962 0.037695471 -0.999287844 -81.601631165\n-0.999284267 0.037497185 0.005035270 -147.501617432 0.037659831 0.998588264 0.037460312 3.786615849 -0.003623505 0.037623122 -0.999285579 -81.739082336\n-0.999276161 0.036229305 0.011621170 -147.494628906 0.036636613 0.998643637 0.036994468 3.793952465 -0.010265124 0.037393440 -0.999248147 -81.861175537\n-0.999235153 0.034026884 0.019276466 -147.478271484 0.034723520 0.998710394 0.037037525 3.790633678 -0.017991336 0.037678536 -0.999128103 -81.976570129\n-0.999138474 0.031848717 0.026617669 -147.457962036 0.032827545 0.998769104 0.037183546 3.790143251 -0.025400657 0.038025297 -0.998954177 -82.084526062\n-0.998992801 0.030170517 0.033214267 -147.444900513 0.031422712 0.998789370 0.037847344 3.794840813 -0.032032181 0.038852904 -0.998731375 -82.154769897\n-0.998811007 0.028431494 0.039603181 -147.436569214 0.029947016 0.998820662 0.038215194 3.799029112 -0.038469963 0.039355751 -0.998484492 -82.241355896\n-0.998623848 0.028025130 0.044332743 -147.423721313 0.029744579 0.998811424 0.038612977 3.792593718 -0.043197915 0.039878488 -0.998270512 -82.294876099\n-0.998413920 0.028334964 0.048653539 -147.418548584 0.030183632 0.998833477 0.037691820 3.796212435 -0.047528788 0.039100569 -0.998104453 -82.347457886\n-0.998271108 0.027978871 0.051697202 -147.409210205 0.029928096 0.998854995 0.037323292 3.798932314 -0.050593745 0.038805950 -0.997965336 -82.384399414\n-0.998128772 0.028459819 0.054122373 -147.409408569 0.030496387 0.998843014 0.037182860 3.798183680 -0.053001538 0.038763814 -0.997841835 -82.410522461\n-0.998052239 0.027983883 0.055757474 -147.402023315 0.030068496 0.998866260 0.036905725 3.792967796 -0.054661494 0.038510378 -0.997762084 -82.423538208\n-0.998012900 0.027451113 0.056719221 -147.403823853 0.029589105 0.998869479 0.037204757 3.793065310 -0.055633787 0.038809091 -0.997696877 -82.430702209\n-0.998023152 0.027506806 0.056512553 -147.404510498 0.029628858 0.998873651 0.037061781 3.793861628 -0.055429447 0.038662910 -0.997714043 -82.430084229\n-0.997985840 0.028405372 0.056724247 -147.408264160 0.030492574 0.998876512 0.036275413 3.794845343 -0.055630103 0.037932012 -0.997730732 -82.424926758\n-0.997968078 0.028840518 0.056819994 -147.405593872 0.030858545 0.998912036 0.034964684 3.792836189 -0.055749778 0.036647011 -0.997772217 -82.442070007\n-0.998000741 0.028427020 0.056449816 -147.403121948 0.030400392 0.998945236 0.034412399 3.794838905 -0.055412032 0.036059693 -0.997812390 -82.446136475\n-0.998000979 0.028160792 0.056579582 -147.396514893 0.030154895 0.998942554 0.034705047 3.798268557 -0.055542432 0.036341820 -0.997794867 -82.451194763\n-0.998005390 0.028584799 0.056284666 -147.393737793 0.030540766 0.998948157 0.034203306 3.798955441 -0.055247769 0.035854064 -0.997828603 -82.426681519\n-0.998019576 0.028555868 0.056047741 -147.392257690 0.030512696 0.998943150 0.034373946 3.794646978 -0.055006929 0.036016040 -0.997836113 -82.423950195\n-0.997993112 0.028456958 0.056569833 -147.396743774 0.030461652 0.998926580 0.034896795 3.794440031 -0.055516053 0.036549967 -0.997788668 -82.425102234\n-0.997986555 0.028657917 0.056582566 -147.402343750 0.030639723 0.998935819 0.034473695 3.793978930 -0.055534411 0.036137961 -0.997802615 -82.427833557\n-0.997982025 0.028727572 0.056627911 -147.400527954 0.030711681 0.998933256 0.034484372 3.794736862 -0.055576850 0.036153920 -0.997799754 -82.422843933\n-0.997974277 0.028620586 0.056823242 -147.404251099 0.030617405 0.998932600 0.034586817 3.796900272 -0.055772696 0.036256522 -0.997785211 -82.434226990\n-0.997977138 0.028583150 0.056788586 -147.406539917 0.030569725 0.998939574 0.034426656 3.798270702 -0.055744346 0.036093023 -0.997792602 -82.437744141\n-0.997968912 0.028640686 0.056904655 -147.403381348 0.030635765 0.998934925 0.034502540 3.797232151 -0.055855870 0.036175776 -0.997783422 -82.430221558\n-0.997923493 0.028777126 0.057626590 -147.412139893 0.030787379 0.998937070 0.034305427 3.798437357 -0.056578126 0.036008362 -0.997748733 -82.431785583\n-0.997941494 0.028653143 0.057375982 -147.403961182 0.030667374 0.998932719 0.034538452 3.796942949 -0.056325112 0.036226917 -0.997755170 -82.427009583\n-0.997922659 0.028774949 0.057640214 -147.407943726 0.030803075 0.998925984 0.034612000 3.797152996 -0.056582350 0.036315598 -0.997737288 -82.428382874\n-0.997929096 0.028803920 0.057512991 -147.405197144 0.030828303 0.998924732 0.034627214 3.794233084 -0.056453750 0.036328532 -0.997744083 -82.429656982\n-0.997899055 0.028950136 0.057960398 -147.411376953 0.030981768 0.998925567 0.034465693 3.798086166 -0.056900334 0.036188997 -0.997723699 -82.429275513\n-0.997883916 0.029013753 0.058190096 -147.411666870 0.031050287 0.998925507 0.034404505 3.798773527 -0.057129368 0.036138516 -0.997712612 -82.434181213\n-0.997867465 0.029134845 0.058408566 -147.408950806 0.031186426 0.998917103 0.034526251 3.795408249 -0.057339396 0.036274180 -0.997695565 -82.426124573\n-0.997855425 0.029266099 0.058551528 -147.404083252 0.031322341 0.998913229 0.034514409 3.795486927 -0.057477795 0.036274355 -0.997687697 -82.424354553\n-0.997823358 0.029351059 0.059053194 -147.406387329 0.031430002 0.998907268 0.034589149 3.792958021 -0.057973437 0.036369897 -0.997655511 -82.424812317\n-0.997784495 0.029514562 0.059625611 -147.406799316 0.031604268 0.998907864 0.034413368 3.796120167 -0.058544792 0.036221541 -0.997627616 -82.423042297\n-0.997760653 0.029623002 0.059969645 -147.407928467 0.031739280 0.998895407 0.034649562 3.793998718 -0.058876980 0.036475357 -0.997598767 -82.431251526\n-0.997773767 0.029675778 0.059727028 -147.403228760 0.031777475 0.998897612 0.034551520 3.795038700 -0.058635838 0.036372568 -0.997616887 -82.427078247\n-0.997764349 0.029769640 0.059835080 -147.405075073 0.031872980 0.998895943 0.034510639 3.796354771 -0.058741651 0.036340605 -0.997611642 -82.427444458\n-0.997748256 0.029794928 0.060087625 -147.404418945 0.031912144 0.998892009 0.034589056 3.793583632 -0.058990467 0.036428701 -0.997593522 -82.425331116\n-0.997749209 0.029746765 0.060096249 -147.402435303 0.031860359 0.998895943 0.034523424 3.795591593 -0.059002936 0.036360409 -0.997595429 -82.423431396\n-0.997733951 0.030050406 0.060198061 -147.399383545 0.032165874 0.998887420 0.034486365 3.795415163 -0.059094757 0.036344539 -0.997590542 -82.424453735\n-0.997722745 0.030120714 0.060349293 -147.396499634 0.032233119 0.998890281 0.034340590 3.797517538 -0.059247959 0.036207631 -0.997586489 -82.422889709\n-0.997724056 0.030299062 0.060243271 -147.392440796 0.032417279 0.998878777 0.034500130 3.795964956 -0.059130404 0.036374524 -0.997587562 -82.424598694\n-0.997698188 0.030207124 0.060716785 -147.398254395 0.032337960 0.998884022 0.034423791 3.797124624 -0.059609182 0.036307998 -0.997561574 -82.428314209\n-0.997675180 0.030166484 0.061110292 -147.403060913 0.032317631 0.998881221 0.034523800 3.794464111 -0.060000461 0.036418475 -0.997533917 -82.444694519\n-0.997674227 0.030029144 0.061194006 -147.405166626 0.032186102 0.998883784 0.034572251 3.795233965 -0.060087524 0.036461435 -0.997527122 -82.448348999\n-0.997669339 0.030017348 0.061280448 -147.405990601 0.032178774 0.998883247 0.034594093 3.794148207 -0.060173590 0.036485385 -0.997521043 -82.448715210\n-0.997658253 0.030209692 0.061366264 -147.408187866 0.032367773 0.998880982 0.034482814 3.796486616 -0.060255881 0.036388345 -0.997519612 -82.425392151\n-0.997632265 0.030210637 0.061785936 -147.408370972 0.032395475 0.998873591 0.034670625 3.795280933 -0.060668919 0.036590111 -0.997487187 -82.442382812\n-0.997620702 0.030305620 0.061927490 -147.408309937 0.032495435 0.998870552 0.034665022 3.793630362 -0.060807001 0.036594894 -0.997478724 -82.448265076\n-0.997615933 0.030394854 0.061958913 -147.409255981 0.032591097 0.998864472 0.034749653 3.792898417 -0.060832348 0.036686111 -0.997473717 -82.451065063\n-0.997618556 0.030547442 0.061842259 -147.403808594 0.032728769 0.998866141 0.034572069 3.794176817 -0.060716052 0.036513750 -0.997487187 -82.429252625\n-0.997629881 0.030536881 0.061660428 -147.402633667 0.032710645 0.998867273 0.034557465 3.795581102 -0.060535304 0.036492515 -0.997498751 -82.428466797\n-0.997618437 0.030513899 0.061859503 -147.404876709 0.032682490 0.998875201 0.034353215 3.798726797 -0.060741674 0.036293123 -0.997493625 -82.430343628\n-0.997624874 0.030596025 0.061718706 -147.401107788 0.032756619 0.998874485 0.034304351 3.799138546 -0.060599662 0.036244556 -0.997504234 -82.429916382\n-0.997620940 0.030517042 0.061815325 -147.403457642 0.032686599 0.998873651 0.034395456 3.797672987 -0.060696051 0.036334164 -0.997494698 -82.431228638\n-0.997621179 0.030496243 0.061820049 -147.403961182 0.032664899 0.998874962 0.034378279 3.798066378 -0.060702089 0.036315847 -0.997494936 -82.429725647\n-0.997613430 0.030535046 0.061928768 -147.407058716 0.032709192 0.998872638 0.034402497 3.797533751 -0.060808472 0.036346033 -0.997487545 -82.426956177\n-0.997632504 0.030472126 0.061652962 -147.400054932 0.032634590 0.998875976 0.034377091 3.798480988 -0.060536120 0.036307715 -0.997505546 -82.427871704\n-0.997617960 0.030532759 0.061856028 -147.405670166 0.032711606 0.998868406 0.034523375 3.796183825 -0.060731940 0.036464550 -0.997487783 -82.423942566\n-0.997628927 0.030562215 0.061664362 -147.401046753 0.032732464 0.998868644 0.034496699 3.795653582 -0.060540304 0.036433328 -0.997500658 -82.425468445\n-0.997618198 0.030558238 0.061840307 -147.404876709 0.032742567 0.998863935 0.034622330 3.793768406 -0.060712054 0.036564674 -0.997485399 -82.425445557\n-0.997614145 0.030602302 0.061884556 -147.405563354 0.032780904 0.998866916 0.034500767 3.795953751 -0.060758632 0.036447082 -0.997486949 -82.427352905\n-0.997622371 0.030578455 0.061767649 -147.404006958 0.032759145 0.998863995 0.034605958 3.794512033 -0.060639285 0.036547124 -0.997490764 -82.424644470\n-0.997567296 0.030628607 0.062625892 -147.405151367 0.032830387 0.998867512 0.034436092 3.794649124 -0.061500244 0.036408342 -0.997443080 -82.427001953\n-0.997436762 0.030276846 0.064834252 -147.400329590 0.032526571 0.998894811 0.033929724 3.796097040 -0.063735306 0.035951588 -0.997319102 -82.429382324\n-0.997314095 0.029675337 0.066964023 -147.401107788 0.031979572 0.998923421 0.033604402 3.795281410 -0.065894708 0.035655621 -0.997189522 -82.440322876\n-0.997112870 0.028983211 0.070185930 -147.393905640 0.031382449 0.998951733 0.033325963 3.795938730 -0.069146462 0.035432354 -0.996977210 -82.476959229\n-0.996721745 0.029662291 0.075272679 -147.389694214 0.032241751 0.998925626 0.033287384 3.795877218 -0.074204430 0.035605185 -0.996607304 -82.475646973\n-0.996310234 0.029415634 0.080628067 -147.379714966 0.032163836 0.998937666 0.033000551 3.797222853 -0.079571679 0.035472088 -0.996197939 -82.495407104\n-0.995830178 0.028532641 0.086653419 -147.362426758 0.031510297 0.998952150 0.033191420 3.795626163 -0.085615583 0.035783485 -0.995685697 -82.521583557\n-0.995109677 0.028399443 0.094608769 -147.352096558 0.031668842 0.998945653 0.033236474 3.793826103 -0.093565121 0.036070079 -0.994959831 -82.548034668\n-0.994238496 0.028007176 0.103469729 -147.332015991 0.031549573 0.998965204 0.032759331 3.794961691 -0.102445163 0.035835005 -0.994093299 -82.594871521\n-0.993194342 0.027731001 0.113119207 -147.317504883 0.031605620 0.998968482 0.032603908 3.796302319 -0.112098388 0.035957221 -0.993046403 -82.632781982\n-0.991983414 0.027284138 0.123387471 -147.298599243 0.031545274 0.998966813 0.032713544 3.794775963 -0.122367434 0.036343586 -0.991819263 -82.646865845\n-0.990484357 0.026804095 0.134991094 -147.282501221 0.031465143 0.998975873 0.032513879 3.795735359 -0.133981347 0.036451995 -0.990313292 -82.687599182\n-0.988603592 0.026521675 0.148187846 -147.263412476 0.031616412 0.998983502 0.032130707 3.795299292 -0.147185057 0.036449697 -0.988437295 -82.737655640\n-0.986337066 0.026270203 0.162632242 -147.245468140 0.031722248 0.999015331 0.031017778 3.795611143 -0.161657259 0.035753042 -0.986199260 -82.790840149\n-0.983555436 0.025403559 0.178811401 -147.217697144 0.031056162 0.999100208 0.028883807 3.794365406 -0.177916765 0.033962019 -0.983459353 -82.856887817\n-0.980500817 0.024398085 0.194996864 -147.165695190 0.030192122 0.999184847 0.026796272 3.792835236 -0.194184139 0.032161124 -0.980438113 -82.924179077\n-0.976853728 0.022602631 0.212710947 -147.123596191 0.028612712 0.999272406 0.025218492 3.800709486 -0.211986169 0.030721014 -0.976789713 -83.014358521\n-0.972740412 0.021944435 0.230856583 -147.079818726 0.028676620 0.999254525 0.025846465 3.801658154 -0.230117291 0.031762082 -0.972644567 -83.126167297\n-0.967920542 0.022761028 0.250223488 -147.040359497 0.030389447 0.999182403 0.026664767 3.805501461 -0.249411985 0.033413529 -0.967820883 -83.252937317\n-0.962353349 0.023631657 0.270773441 -146.978164673 0.032377910 0.999086797 0.027879035 3.802402020 -0.269867361 0.035596550 -0.962239623 -83.386688232\n-0.956006885 0.021703433 0.292540491 -146.900421143 0.031523775 0.999085188 0.028896390 3.803457737 -0.291645706 0.036847126 -0.955816507 -83.524673462\n-0.948831439 0.019069733 0.315207303 -146.816650391 0.030541142 0.999037206 0.031493615 3.805359840 -0.314303249 0.039508913 -0.948500276 -83.668395996\n-0.940392375 0.018509941 0.339587867 -146.740127563 0.031606700 0.998952985 0.033075783 3.809416056 -0.338620067 0.041837458 -0.939992785 -83.837188721\n-0.931162834 0.019502277 0.364082545 -146.642944336 0.033988543 0.998863220 0.033423059 3.813506603 -0.363016814 0.043496929 -0.930767059 -84.008956909\n-0.920432448 0.019527474 0.390413821 -146.543228149 0.036150504 0.998723626 0.035274226 3.816917419 -0.389226705 0.046581198 -0.919963598 -84.186920166\n-0.907918334 0.018978626 0.418717742 -146.424194336 0.038257696 0.998556674 0.037695140 3.818770885 -0.417398006 0.050243273 -0.907333970 -84.373588562\n-0.892975092 0.018367609 0.449731410 -146.306381226 0.039814383 0.998473763 0.038275458 3.821497679 -0.448341966 0.052084804 -0.892343402 -84.559928894\n-0.875325561 0.018352995 0.483185917 -146.169158936 0.041115116 0.998485386 0.036557175 3.826064110 -0.481783152 0.051865667 -0.874754429 -84.749702454\n-0.854319334 0.015801232 0.519508541 -146.051605225 0.039510164 0.998619974 0.034599748 3.816448689 -0.518244863 0.050085094 -0.853764653 -84.901657104\n-0.830060124 0.013740307 0.557504833 -145.867248535 0.037781477 0.998785138 0.031636104 3.821177721 -0.556392848 0.047323219 -0.829570770 -85.111259460\n-0.801581502 0.012909034 0.597746432 -145.666793823 0.038209442 0.998829246 0.029668191 3.813531160 -0.596663594 0.046621025 -0.801136255 -85.333389282\n-0.769027829 0.016227102 0.639009356 -145.434341431 0.042427938 0.998768985 0.025697809 3.822791100 -0.637805700 0.046874177 -0.768769622 -85.564208984\n-0.733365655 0.019853376 0.679544568 -145.164749146 0.046232775 0.998715878 0.020716297 3.829012632 -0.678260624 0.046609849 -0.733341813 -85.817642212\n-0.695829630 0.021381274 0.717888653 -144.868545532 0.046931982 0.998774052 0.015742829 3.846242189 -0.716671944 0.044646263 -0.695980072 -86.073654175\n-0.657075882 0.020766892 0.753538430 -144.517944336 0.047529347 0.998772860 0.013919630 3.847931385 -0.752324700 0.044961441 -0.657256603 -86.331138611\n-0.616602540 0.021104531 0.786991656 -144.125366211 0.049192652 0.998720050 0.011759715 3.859604836 -0.785736144 0.045965277 -0.616851568 -86.582672119\n-0.572601914 0.020251047 0.819583476 -143.702789307 0.051192496 0.998627245 0.011090596 3.873806477 -0.818233788 0.048307020 -0.572852492 -86.861473083\n-0.528221250 0.015929945 0.848957539 -143.245376587 0.051127553 0.998606563 0.013073566 3.870906353 -0.847566307 0.050310846 -0.528299570 -87.094871521\n-0.480815053 0.011718770 0.876743853 -142.753997803 0.053858537 0.998417318 0.016191468 3.870575666 -0.875166476 0.055005237 -0.480685234 -87.340126038\n-0.432397723 0.008469118 0.901643217 -142.215530396 0.058601402 0.998105764 0.018728072 3.880707264 -0.899776697 0.060935531 -0.432074904 -87.565124512\n-0.382069826 0.004968243 0.924120247 -141.657592773 0.062277269 0.997850716 0.020383384 3.888670683 -0.922032773 0.065339558 -0.381558061 -87.770050049\n-0.331764221 0.000437064 0.943362176 -141.070739746 0.064634003 0.997660518 0.022268448 3.888357401 -0.941145480 0.068361156 -0.331016302 -87.944869995\n-0.281601071 -0.003403316 0.959525585 -140.449447632 0.067117304 0.997474492 0.023235463 3.891926765 -0.957181394 0.070943899 -0.280661464 -88.099807739\n-0.232279778 -0.005627278 0.972632945 -139.809051514 0.069327377 0.997344077 0.022326687 3.904000282 -0.970175326 0.072616115 -0.231272697 -88.232406616\n-0.186907291 -0.005812991 0.982360423 -139.145324707 0.072206028 0.997196376 0.019638948 3.907197714 -0.979720414 0.074603006 -0.185963511 -88.342041016\n-0.147660017 -0.005079388 0.989025235 -138.473999023 0.072080187 0.997272372 0.015883205 3.910947323 -0.986408234 0.073634431 -0.146891236 -88.405578613\n-0.113438368 -0.004732870 0.993533909 -137.751434326 0.070745632 0.997411907 0.012828835 3.916912079 -0.991023242 0.071743459 -0.112810016 -88.473602295\n-0.085309148 -0.002814056 0.996350706 -137.000396729 0.068995669 0.997578800 0.008725031 3.923437119 -0.993962884 0.069488198 -0.084908485 -88.528137207\n-0.063891888 -0.000961340 0.997956395 -136.228225708 0.069671437 0.997555256 0.005421510 3.918480396 -0.995521903 0.069875441 -0.063668728 -88.564620972\n-0.047663569 -0.000663818 0.998863220 -135.431747437 0.070951939 0.997471511 0.004048568 3.915459871 -0.996340334 0.071064249 -0.047495961 -88.583251953\n-0.032163143 0.000445647 0.999482632 -134.615737915 0.072493874 0.997367084 0.001888124 3.913696766 -0.996850252 0.072517090 -0.032110810 -88.612472534\n-0.017543674 0.002306132 0.999843538 -133.766464233 0.073901065 0.997265100 -0.001003491 3.906074524 -0.997111320 0.073871888 -0.017666101 -88.628768921\n-0.003858685 0.005638181 0.999976754 -132.906280518 0.074874140 0.997178733 -0.005333485 3.891234875 -0.997185647 0.074851811 -0.004269958 -88.617492676\n0.010487258 0.008700704 0.999907255 -132.025268555 0.074120112 0.997204483 -0.009454587 3.886313677 -0.997194290 0.074212387 0.009813070 -88.603195190\n0.023124635 0.009285206 0.999689460 -131.114242554 0.070741355 0.997435153 -0.010900642 3.871897221 -0.997226596 0.070971459 0.022408485 -88.578308105\n0.032849908 0.009119260 0.999418736 -130.180801392 0.066101819 0.997749150 -0.011276734 3.856115580 -0.997272074 0.066433832 0.032173216 -88.543884277\n0.037470579 0.009219640 0.999255240 -129.226074219 0.061291933 0.998053551 -0.011506912 3.835035324 -0.997416317 0.061677452 0.036832571 -88.488456726\n0.039993227 0.009270479 0.999157012 -128.247268677 0.059238356 0.998176098 -0.011632511 3.813701630 -0.997442484 0.059653636 0.039371073 -88.445510864\n0.040947020 0.008691830 0.999123633 -127.252754211 0.057751033 0.998269856 -0.011051218 3.803503752 -0.997491062 0.058152929 0.040374219 -88.403114319\n0.042111039 0.007347336 0.999085903 -126.229415894 0.058378372 0.998246431 -0.009801785 3.783247948 -0.997405946 0.058737773 0.041608274 -88.360580444\n0.045636833 0.007280627 0.998931706 -125.186546326 0.058867030 0.998216093 -0.009964795 3.770074844 -0.997222245 0.059258893 0.045126796 -88.317214966\n0.049603343 0.006754037 0.998746276 -124.115791321 0.059849929 0.998160064 -0.009722563 3.748775721 -0.996974289 0.060257159 0.049107850 -88.255157471\n0.054145932 0.007409564 0.998505652 -123.038009644 0.059413232 0.998176873 -0.010628932 3.729687452 -0.996764064 0.059899956 0.053606987 -88.195281982\n0.058373928 0.007461540 0.998266995 -121.945953369 0.058930144 0.998202503 -0.010907020 3.711072206 -0.996554017 0.059464697 0.057829320 -88.125404358\n0.063275337 0.007011454 0.997971475 -120.844940186 0.058061648 0.998255730 -0.010694784 3.682891369 -0.996305704 0.058620583 0.062757850 -88.048233032\n0.068530202 0.004522163 0.997638941 -119.721435547 0.059179325 0.998210430 -0.008589932 3.661814690 -0.995892406 0.059628259 0.068139911 -87.976776123\n0.073169231 0.000448059 0.997319520 -118.574821472 0.060272366 0.998170078 -0.004870385 3.640104532 -0.995496690 0.060467165 0.073008358 -87.884109497\n0.077654421 -0.001478184 0.996979237 -117.419570923 0.059741098 0.998208880 -0.003173210 3.631541014 -0.995188832 0.059807047 0.077603638 -87.795890808\n0.079259038 -0.001387254 0.996853113 -116.240608215 0.060310449 0.998173833 -0.003406150 3.611624956 -0.995028019 0.060390625 0.079197943 -87.694129944\n0.078885138 0.000969647 0.996883333 -115.047119141 0.058011416 0.998300433 -0.005561578 3.602306843 -0.995194435 0.058269337 0.078694820 -87.592048645\n0.078686774 0.001372819 0.996898592 -113.840454102 0.058155209 0.998289704 -0.005965025 3.588225842 -0.995201826 0.058444206 0.078472376 -87.507080078\n0.077229798 -0.001307404 0.997012615 -112.622589111 0.058823429 0.998263121 -0.003247499 3.563295364 -0.995276690 0.058898494 0.077172577 -87.402458191\n0.075811327 -0.003341408 0.997116685 -111.427330017 0.060817897 0.998148084 -0.001279160 3.537530899 -0.995265841 0.060739506 0.075874150 -87.300765991\n0.076202154 -0.005129962 0.997079194 -110.212768555 0.062655360 0.998035133 0.000346422 3.516377449 -0.995121837 0.062445961 0.076373875 -87.224266052\n0.074928403 -0.005709380 0.997172654 -109.020492554 0.062378783 0.998052001 0.001027214 3.495055914 -0.995236039 0.062125441 0.075138569 -87.125495911\n0.074065864 -0.005598976 0.997237623 -107.817611694 0.062042721 0.998072982 0.000995688 3.475536585 -0.995321572 0.061797589 0.074270546 -87.025360107\n0.074071527 -0.003949782 0.997245193 -106.623229980 0.061156359 0.998127997 -0.000589183 3.455065489 -0.995376050 0.061031520 0.074174404 -86.942466736\n0.072912216 -0.002031332 0.997336328 -105.435180664 0.061010357 0.998134196 -0.002427326 3.428114653 -0.995470524 0.061024826 0.072900116 -86.844253540\n0.073489130 -0.001841146 0.997294366 -104.228492737 0.060461085 0.998167157 -0.002612533 3.411408901 -0.995461643 0.060489487 0.073465765 -86.772483826\n0.071929812 -0.003950369 0.997402012 -103.036079407 0.060064588 0.998194396 -0.000378189 3.387551308 -0.995599627 0.059935734 0.072037220 -86.665359497\n0.071848273 -0.005929807 0.997398078 -101.841003418 0.060349952 0.998176038 0.001587073 3.362677097 -0.995588243 0.060078889 0.072075069 -86.583541870\n0.071184993 -0.004548434 0.997452915 -100.650062561 0.059972927 0.998199940 0.000271758 3.342433214 -0.995658696 0.059800819 0.071329653 -86.493865967\n0.070089281 -0.002609509 0.997537374 -99.431228638 0.060423896 0.998171449 -0.001634357 3.310733318 -0.995709062 0.060389638 0.070118785 -86.392684937\n0.070256531 -0.001079292 0.997528434 -98.240112305 0.060562219 0.998159349 -0.003185463 3.289111614 -0.995688915 0.060636330 0.070192575 -86.311157227\n0.069687128 -0.003479594 0.997562945 -97.042236328 0.058843054 0.998267055 -0.000628576 3.261156797 -0.995832026 0.058743447 0.069771111 -86.216537476\n0.069249272 -0.006658040 0.997577190 -95.860031128 0.058685094 0.998273194 0.002588916 3.245522499 -0.995871782 0.058363628 0.069520414 -86.135932922\n0.068836927 -0.009166315 0.997585893 -94.677154541 0.056698840 0.998377442 0.005261164 3.225710630 -0.996015549 0.056199796 0.069244981 -86.047584534\n0.068506658 -0.008069853 0.997618139 -93.504882812 0.053794332 0.998542428 0.004383257 3.203639030 -0.996199369 0.053365909 0.068840921 -85.957359314\n0.068163216 -0.006088335 0.997655690 -92.342308044 0.053643782 0.998557210 0.002428710 3.188485146 -0.996231019 0.053352471 0.068391502 -85.883728027\n0.068905950 -0.005395439 0.997608662 -91.166442871 0.053294495 0.998577356 0.001719559 3.173980713 -0.996198714 0.053048555 0.069095492 -85.811157227\n0.067667246 -0.006528421 0.997686565 -90.006996155 0.052011646 0.998641968 0.003007026 3.149018764 -0.996351302 0.051687844 0.067914903 -85.713577271\n0.067571998 -0.007616395 0.997685432 -88.851356506 0.052948087 0.998589098 0.004037179 3.135191679 -0.996308565 0.052552730 0.067879975 -85.634147644\n0.067400932 -0.007152041 0.997700334 -87.689819336 0.053872142 0.998541653 0.003518675 3.118684530 -0.996270478 0.053511094 0.067687929 -85.550430298\n0.067596138 -0.005240886 0.997699022 -86.535224915 0.055997282 0.998429894 0.001450794 3.101928473 -0.996140122 0.055770364 0.067783475 -85.477622986\n0.068277895 -0.003701360 0.997659504 -85.380981445 0.058637898 0.998279274 -0.000309409 3.086760283 -0.995941639 0.058521781 0.068377495 -85.398643494\n0.069254816 -0.004663690 0.997588336 -84.215339661 0.061358448 0.998115718 0.000406505 3.050771713 -0.995710492 0.061182305 0.069410443 -85.308624268\n0.072021544 -0.006185602 0.997383833 -83.054901123 0.062317997 0.998054922 0.001689754 3.025240660 -0.995454311 0.062033266 0.072266936 -85.235237122\n0.076396108 -0.007126506 0.997052073 -81.905838013 0.062758580 0.998026013 0.002324779 3.008455753 -0.995100498 0.062395971 0.076692581 -85.164794922\n0.078801513 -0.007934412 0.996858716 -80.752357483 0.060966387 0.998134911 0.003125189 2.985579491 -0.995024323 0.060528606 0.079138279 -85.059959412\n0.080984533 -0.006363200 0.996695042 -79.622543335 0.058030132 0.998313427 0.001658403 2.969746590 -0.995024621 0.057704043 0.081217229 -84.957725525\n0.084797144 -0.004803829 0.996386826 -78.490562439 0.056923017 0.998378575 -0.000030988 2.948665619 -0.994771063 0.056719963 0.084933102 -84.867256165\n0.087482810 -0.004611881 0.996155441 -77.363388062 0.056854445 0.998382390 -0.000370797 2.929150343 -0.994542360 0.056668300 0.087603509 -84.760375977\n0.088636518 -0.005770036 0.996047437 -76.262435913 0.056208432 0.998418748 0.000781874 2.910600901 -0.994476974 0.055916954 0.088820636 -84.650489807\n0.090441406 -0.006666696 0.995879531 -75.146247864 0.056085993 0.998424649 0.001590249 2.892246008 -0.994321287 0.055711061 0.090672851 -84.543357849\n0.092120349 -0.006933971 0.995723784 -74.021972656 0.055959173 0.998431504 0.001775706 2.876014948 -0.994174302 0.055556294 0.092363894 -84.439453125\n0.092603028 -0.007933999 0.995671511 -72.919982910 0.055554457 0.998451769 0.002789278 2.852792263 -0.994152129 0.055055693 0.092900395 -84.320640564\n0.093042016 -0.008688090 0.995624304 -71.817008972 0.053816970 0.998544037 0.003684322 2.832268000 -0.994206727 0.053238682 0.093374074 -84.210113525\n0.093328118 -0.008716801 0.995597303 -70.706398010 0.052982375 0.998588324 0.003776374 2.817322254 -0.994224727 0.052396663 0.093658209 -84.098968506\n0.092683613 -0.007817470 0.995664954 -69.596107483 0.051227421 0.998682261 0.003072545 2.799631834 -0.994376957 0.050720572 0.092961967 -83.992187500\n0.091348290 -0.007695735 0.995789230 -68.489631653 0.051142022 0.998686790 0.003026639 2.781774759 -0.994504869 0.050650202 0.091621876 -83.886405945\n0.090502739 -0.008081443 0.995863378 -67.386810303 0.052002441 0.998641253 0.003378072 2.767856121 -0.994537532 0.051481605 0.090800047 -83.795745850\n0.087633729 -0.007909236 0.996121347 -66.295013428 0.055561151 0.998450637 0.003039740 2.745591164 -0.994602084 0.055079266 0.087937415 -83.693954468\n0.085740685 -0.006614795 0.996295631 -65.192375183 0.058755502 0.998271167 0.001571442 2.730479240 -0.994583607 0.058403105 0.085981071 -83.606994629\n0.083594859 -0.005577895 0.996484339 -64.104400635 0.061350208 0.998116195 0.000440364 2.708199263 -0.994609654 0.061097700 0.083779573 -83.519523621\n0.081837118 -0.006530561 0.996624470 -63.003875732 0.063520841 0.997979641 0.001323462 2.691425085 -0.994619548 0.063198105 0.082086623 -83.438125610\n0.079630673 -0.008652788 0.996787012 -61.905914307 0.063677117 0.997964144 0.003576004 2.670441389 -0.994788647 0.063187756 0.080019534 -83.350585938\n0.076708972 -0.009495265 0.997008443 -60.818786621 0.061885010 0.998072028 0.004744007 2.657245874 -0.995131254 0.061335959 0.077148736 -83.249588013\n0.074924767 -0.009385595 0.997145116 -59.725097656 0.060704723 0.998144090 0.004833680 2.644588470 -0.995339811 0.060169246 0.075355470 -83.173141479\n0.072271943 -0.007532672 0.997356713 -58.634723663 0.058766816 0.998266339 0.003281082 2.632145405 -0.995652378 0.058374334 0.072589278 -83.078407288\n0.070485413 -0.005301703 0.997498751 -57.572959900 0.058448922 0.998289704 0.001175783 2.609219551 -0.995798945 0.058219850 0.070674717 -82.992561340\n0.069385290 -0.002411144 0.997587085 -56.490974426 0.057632558 0.998336613 -0.001595570 2.591742516 -0.995923877 0.057604201 0.069408834 -82.919937134\n0.068100929 -0.000497343 0.997678280 -55.411746979 0.058658272 0.998271942 -0.003506334 2.569957256 -0.995952487 0.058760867 0.068012416 -82.844772339\n0.065858841 0.000198724 0.997828960 -54.332000732 0.058310378 0.998290300 -0.004047426 2.548583269 -0.996123791 0.058450341 0.065734625 -82.754745483\n0.065707445 -0.001822020 0.997837365 -53.248001099 0.059098843 0.998250008 -0.002068880 2.526048899 -0.996087372 0.059106968 0.065700173 -82.686370850\n0.065475583 -0.004488575 0.997844100 -52.170936584 0.058635306 0.998279274 0.000643059 2.502531290 -0.996129930 0.058466785 0.065626085 -82.608459473\n0.066404283 -0.006161554 0.997773886 -51.092201233 0.056212716 0.998415887 0.002424419 2.482735634 -0.996208191 0.055926580 0.066645443 -82.535942078\n0.066785932 -0.007065916 0.997742295 -50.022270203 0.052364387 0.998621702 0.003567027 2.465473413 -0.996392310 0.052007936 0.067063868 -82.451889038\n0.067217588 -0.006527686 0.997717083 -48.945579529 0.047810305 0.998850942 0.003314057 2.449495077 -0.996592283 0.047478389 0.067452431 -82.369499207\n0.068186402 -0.006271553 0.997652948 -47.867263794 0.044353560 0.999010623 0.003248661 2.427655458 -0.996686220 0.044027943 0.068397105 -82.295089722\n0.068054974 -0.005125258 0.997668386 -46.805549622 0.040611867 0.999172211 0.002362684 2.413390160 -0.996854603 0.040356383 0.068206787 -82.204116821\n0.068591535 -0.003505403 0.997638643 -45.737129211 0.039719991 0.999210536 0.000780023 2.398768425 -0.996853769 0.039572697 0.068676591 -82.129669189\n0.069680393 -0.002056095 0.997567356 -44.664245605 0.037606515 0.999292493 -0.000567179 2.377331018 -0.996860385 0.037554547 0.069708407 -82.052772522\n0.070045173 -0.001444707 0.997542739 -43.601654053 0.039600637 0.999214709 -0.001333538 2.353949308 -0.996757448 0.039596736 0.070047379 -81.973312378\n0.071616173 -0.006329138 0.997412264 -42.524177551 0.042668279 0.999083936 0.003276074 2.343450785 -0.996519268 0.042323243 0.071820617 -81.912322998\n0.072533309 -0.011858114 0.997295618 -41.459373474 0.044808142 0.998958409 0.008618983 2.327949762 -0.996359050 0.044061795 0.072989106 -81.838897705\n0.072628438 -0.012016721 0.997286737 -40.408233643 0.047574405 0.998830914 0.008570672 2.319482565 -0.996223807 0.046822846 0.073115230 -81.745223999\n0.074032843 -0.007769284 0.997225642 -39.348087311 0.049970914 0.998742402 0.004071316 2.308974743 -0.996003151 0.049530864 0.074327946 -81.671669006\n0.074549437 -0.004204954 0.997208416 -38.300773621 0.050377015 0.998730183 0.000445282 2.292694569 -0.995943964 0.050203189 0.074666619 -81.588836670\n0.074861467 -0.002922887 0.997189701 -37.249340057 0.049632445 0.998767257 -0.000798523 2.272864819 -0.995958090 0.049552742 0.074914277 -81.505142212\n0.075135648 -0.002685470 0.997169852 -36.216697693 0.049746975 0.998761296 -0.001058632 2.251364470 -0.995931804 0.049685717 0.075176179 -81.420043945\n0.075334907 -0.002299210 0.997155726 -35.141433716 0.051069904 0.998693883 -0.001555569 2.228227377 -0.995849729 0.051041834 0.075353920 -81.330245972\n0.075299561 -0.000139541 0.997161090 -34.096519470 0.052970357 0.998588622 -0.003860268 2.205216408 -0.995753169 0.053110648 0.075200677 -81.250534058\n0.075858831 0.002306740 0.997115910 -33.050926208 0.055456150 0.998439789 -0.006528812 2.176254511 -0.995575249 0.055791479 0.075612545 -81.186645508\n0.074820697 0.002764664 0.997193158 -32.000350952 0.057022315 0.998348057 -0.007046322 2.153291702 -0.995565295 0.057389475 0.074539423 -81.093551636\n0.074235737 0.000618414 0.997240603 -30.958003998 0.059033189 0.998243451 -0.005013537 2.130831242 -0.995491982 0.059242472 0.074068844 -81.022689819\n0.073529601 -0.003313051 0.997287691 -29.910167694 0.060337048 0.998177409 -0.001132627 2.107615709 -0.995466292 0.060256667 0.073595524 -80.945159912\n0.071952343 -0.004700355 0.997397006 -28.866176605 0.061052438 0.998134494 0.000299498 2.078771591 -0.995537817 0.060871966 0.072105050 -80.861839294\n0.071202517 -0.003356631 0.997456372 -27.828975677 0.059400290 0.998233855 -0.000880997 2.062566042 -0.995691776 0.059311919 0.071276128 -80.788726807\n0.070259809 -0.001785470 0.997527182 -26.802234650 0.057131629 0.998364151 -0.002237041 2.042864323 -0.995891392 0.057147522 0.070246875 -80.717849731\n0.068694532 -0.002500497 0.997634590 -25.768466949 0.056727719 0.998388708 -0.001403737 2.017790794 -0.996023595 0.056689966 0.068725705 -80.631782532\n0.068544805 -0.004356643 0.997638583 -24.750720978 0.056368113 0.998409927 0.000487121 2.001696825 -0.996054411 0.056201611 0.068681359 -80.570297241\n0.067617238 -0.005993399 0.997693360 -23.741195679 0.056580715 0.998395681 0.002162939 1.980920672 -0.996105671 0.056303948 0.067847908 -80.500511169\n0.066206574 -0.005451269 0.997791171 -22.714427948 0.057630248 0.998336673 0.001630292 1.965040088 -0.996140361 0.057395007 0.066410601 -80.426338196\n0.065423608 -0.005093301 0.997844696 -21.700553894 0.057720717 0.998331904 0.001311324 1.952708244 -0.996186912 0.057510514 0.065608501 -80.358215332\n0.064878166 -0.005287549 0.997879207 -20.691410065 0.057757441 0.998329461 0.001534771 1.932819843 -0.996220350 0.057535376 0.065075159 -80.291618347\n0.063489735 -0.006954512 0.997958302 -19.697975159 0.055514988 0.998451948 0.003426108 1.903113127 -0.996437252 0.055184115 0.063777506 -80.205039978\n0.062444746 -0.007400117 0.998021066 -18.734298706 0.054575991 0.998501658 0.003988937 1.887124300 -0.996555150 0.054218896 0.062755048 -80.137428284\n0.061623871 -0.007821497 0.998068810 -17.775829315 0.053906862 0.998535872 0.004496779 1.867691517 -0.996642649 0.053525649 0.061955273 -80.074836731\n0.061489046 -0.009147196 0.998066008 -16.835124969 0.053810619 0.998534083 0.005836301 1.856741667 -0.996656358 0.053347670 0.061891139 -80.020835876\n0.061540425 -0.010897430 0.998045266 -15.919811249 0.052373059 0.998598099 0.007674085 1.835346937 -0.996729732 0.051798403 0.062024891 -79.963554382\n0.062098205 -0.010965074 0.998009861 -15.001132965 0.052336302 0.998599708 0.007715082 1.815984488 -0.996696949 0.051753048 0.062585115 -79.900222778\n0.064900160 -0.009542114 0.997846246 -14.137832642 0.052234247 0.998615921 0.006152141 1.805695534 -0.996523857 0.051722463 0.065308750 -79.847274780\n0.067744493 -0.008549490 0.997666061 -13.273223877 0.051987298 0.998635113 0.005027704 1.795752287 -0.996347308 0.051525366 0.068096459 -79.779266357\n0.071765780 -0.008484447 0.997385502 -12.438392639 0.048923634 0.998790145 0.004976146 1.783625841 -0.996221006 0.048438601 0.072094083 -79.714546204\n0.076384783 -0.007862250 0.997047544 -11.626796722 0.047496717 0.998862386 0.004237787 1.764946938 -0.995946646 0.047032777 0.076671302 -79.644348145\n0.081510186 -0.006372989 0.996652126 -10.829898834 0.047219209 0.998881340 0.002525469 1.751211405 -0.995553374 0.046855278 0.081719935 -79.572235107\n0.088707447 -0.005130271 0.996044517 -10.066150665 0.048319880 0.998831570 0.000841270 1.730448484 -0.994884968 0.048054121 0.088851690 -79.501625061\n0.097842693 -0.003484993 0.995195746 -9.311077118 0.050456442 0.998725176 -0.001463273 1.715791106 -0.993921995 0.050357208 0.097893834 -79.425033569\n0.108933330 -0.001847832 0.994047523 -8.580253601 0.051690340 0.998655915 -0.003808128 1.696831465 -0.992704391 0.051797476 0.108882427 -79.341949463\n0.121062219 -0.001440712 0.992644012 -7.871471405 0.051103562 0.998681903 -0.004783089 1.679441094 -0.991328716 0.051306691 0.120976269 -79.251121521\n0.133631110 -0.001212113 0.991030574 -7.195159912 0.050888926 0.998688400 -0.005640422 1.659297228 -0.989723861 0.051186208 0.133517563 -79.147964478\n0.147481978 -0.002380513 0.989061952 -6.549266815 0.051444735 0.998661935 -0.005267464 1.637974262 -0.987726033 0.051658884 0.147407115 -79.041091919\n0.162766099 -0.004758383 0.986653328 -5.917884827 0.052311782 0.998623490 -0.003813653 1.613553882 -0.985277057 0.052234322 0.162790954 -78.927848816\n0.180178344 -0.004947319 0.983621538 -5.308799744 0.050466619 0.998716831 -0.004221158 1.599683404 -0.982338488 0.050400615 0.180196822 -78.820449829\n0.198195815 -0.003035571 0.980157852 -4.722984314 0.047393873 0.998855174 -0.006489952 1.582262158 -0.979016066 0.047739752 0.198112786 -78.674613953\n0.217676044 -0.002325631 0.976018310 -4.190292358 0.044490170 0.998981357 -0.007542057 1.559040785 -0.975006580 0.045064941 0.217557788 -78.518447876\n0.239208341 -0.003047278 0.970963538 -3.636764526 0.044897411 0.998960137 -0.007925867 1.543765783 -0.969929695 0.045489684 0.239096403 -78.372695923\n0.260919929 -0.004048519 0.965351999 -3.093940735 0.043585375 0.999020875 -0.007590743 1.523919106 -0.964376032 0.044055805 0.260840952 -78.202087402\n0.284542024 -0.003628857 0.958656669 -2.572994232 0.041681293 0.999094009 -0.008589633 1.510281801 -0.957756996 0.042402163 0.284435511 -78.031158447\n0.310120106 -0.003440098 0.950691223 -2.082683563 0.040374584 0.999138951 -0.009554981 1.483087063 -0.949839711 0.041346952 0.309991956 -77.843368530\n0.339612901 -0.001233325 0.940564573 -1.591396332 0.038739309 0.999168932 -0.012677571 1.469950676 -0.939767241 0.040742286 0.339378476 -77.652664185\n0.371781588 0.001543387 0.928319037 -1.133560181 0.039126329 0.999083996 -0.017330712 1.454480171 -0.927495420 0.042764954 0.371380627 -77.431961060\n0.407251894 0.002385855 0.913312793 -0.672782898 0.039531704 0.999013364 -0.020237168 1.427546263 -0.912459970 0.044346437 0.406755805 -77.194335938\n0.445946753 -0.000455047 0.895059407 -0.253593445 0.042208672 0.998898029 -0.020521851 1.402117133 -0.894063771 0.046930917 0.445474565 -76.956954956\n0.489778399 -0.004277749 0.871836543 0.162174225 0.043932617 0.998838663 -0.019779475 1.386533260 -0.870739400 0.047989618 0.489397526 -76.693763733\n0.534303129 -0.005580703 0.845274508 0.539274216 0.040334616 0.999007463 -0.018900068 1.359689236 -0.844330072 0.044192187 0.533997893 -76.423255920\n0.577219963 -0.002715057 0.816584229 0.928550720 0.034550820 0.999180138 -0.021100815 1.341822267 -0.815857470 0.040393464 0.576840520 -76.104660034\n0.619451284 -0.000737226 0.785034776 1.271789551 0.030770201 0.999253929 -0.023341600 1.307359457 -0.784431815 0.038614661 0.619011819 -75.797004700\n0.660354555 -0.000512511 0.750953794 1.622922897 0.031902418 0.999116123 -0.027371658 1.291651487 -0.750276029 0.042032242 0.659787238 -75.457122803\n0.699453056 -0.002920433 0.714672625 1.950969696 0.034715839 0.998950005 -0.029894436 1.271785259 -0.713834941 0.045720212 0.698819995 -75.126518250\n0.735513449 -0.000926128 0.677509546 2.242261887 0.027883491 0.999193192 -0.028904835 1.252571583 -0.676936150 0.040151224 0.734945774 -74.759567261\n0.769760191 0.003644024 0.638322771 2.515704155 0.017273054 0.999498606 -0.026535645 1.224024177 -0.638099432 0.031451866 0.769311309 -74.378837585\n0.802653372 0.005008197 0.596424818 2.781097412 0.010493594 0.999691427 -0.022516457 1.190217972 -0.596353531 0.024331551 0.802353144 -73.982131958\n0.833134472 0.002090236 0.553066552 3.031299114 0.009874350 0.999777257 -0.018653151 1.193950057 -0.552982390 0.021001756 0.832928240 -73.572120667\n0.858452201 -0.002001071 0.512889683 3.206091404 0.010006864 0.999867380 -0.012848002 1.190159082 -0.512795985 0.016161812 0.858358383 -73.132675171\n0.883323252 -0.002474142 0.468757868 3.393409729 0.006233124 0.999959648 -0.006467777 1.173778415 -0.468722969 0.008634964 0.883303046 -72.694221497\n0.905717552 0.006359432 0.423834085 3.536862850 -0.006586938 0.999977887 -0.000928161 1.169538498 -0.423830599 -0.001951117 0.905739367 -72.241943359\n0.925615251 0.008639079 0.378367305 3.673325777 -0.010043638 0.999948025 0.001738825 1.154250264 -0.378332645 -0.005409666 0.925653934 -71.792694092\n0.943347812 0.010654539 0.331634492 3.812992096 -0.011132755 0.999937952 -0.000457786 1.147922397 -0.331618786 -0.003260154 0.943407834 -71.334640503\n0.957118392 0.010012402 0.289523959 3.920521259 -0.009922197 0.999949217 -0.001779388 1.141000271 -0.289527088 -0.001169629 0.957169116 -70.870735168\n0.968032837 0.010401156 0.250607848 4.016031265 -0.010213458 0.999945760 -0.002049535 1.134270787 -0.250615597 -0.000575555 0.968086541 -70.391181946\n0.976567805 0.016398661 0.214584321 4.086507797 -0.016289173 0.999864697 -0.002278644 1.133321643 -0.214592665 -0.001270151 0.976702809 -69.900260925\n0.983152449 0.022460740 0.181402266 4.141971588 -0.022301177 0.999747038 -0.002919489 1.127603292 -0.181421950 -0.001175181 0.983404636 -69.403404236\n0.987912178 0.023706293 0.153191179 4.196769238 -0.023576500 0.999718487 -0.002664041 1.118668318 -0.153211221 -0.000979873 0.988192976 -68.918251038\n0.990999103 0.024875626 0.131537065 4.242683411 -0.024946254 0.999688148 -0.001111127 1.108098626 -0.131523699 -0.002180230 0.991310656 -68.406341553\n0.993509591 0.025113612 0.110941567 4.283346176 -0.025278214 0.999680459 0.000077155 1.100268006 -0.110904180 -0.002881059 0.993826926 -67.881103516\n0.995436192 0.023317516 0.092536874 4.323226929 -0.023356484 0.999727011 -0.000662001 1.097715378 -0.092527047 -0.001502357 0.995709062 -67.349838257\n0.996721268 0.022288758 0.077781096 4.354260921 -0.022222899 0.999751568 -0.001712317 1.085396171 -0.077799939 -0.000021818 0.996968985 -66.812278748\n0.997692823 0.023030922 0.063863814 4.377264977 -0.022922393 0.999734282 -0.002431642 1.077504039 -0.063902847 0.000962120 0.997955680 -66.256416321\n0.998494267 0.023875436 0.049387574 4.396645069 -0.023763493 0.999713540 -0.002852609 1.069747806 -0.049441535 0.001674692 0.998775601 -65.686035156\n0.999080420 0.023684325 0.035740923 4.406405926 -0.023588428 0.999716938 -0.003102452 1.064585686 -0.035804287 0.002256527 0.999356270 -65.096939087\n0.999489665 0.022823960 0.022348108 4.406255722 -0.022767322 0.999736905 -0.002785491 1.051526427 -0.022405803 0.002275262 0.999746382 -64.492210388\n0.999759316 0.020427020 0.008002125 4.405062199 -0.020410279 0.999789357 -0.002168291 1.043953180 -0.008044731 0.002004443 0.999965608 -63.868339539\n0.999776721 0.020634230 -0.004559192 4.391116142 -0.020647567 0.999782622 -0.002897703 1.037924528 0.004498409 0.002991193 0.999985397 -63.229598999\n0.999667764 0.021475801 -0.014252944 4.366940975 -0.021530628 0.999761343 -0.003704473 1.027712226 0.014169985 0.004010118 0.999891579 -62.578613281\n0.999472618 0.022973027 -0.022949222 4.344779491 -0.023098184 0.999719679 -0.005203476 1.020390511 0.022823250 0.005730817 0.999723077 -61.897445679\n0.999335408 0.022196129 -0.028914610 4.316644192 -0.022385614 0.999729872 -0.006246146 1.012553096 0.028768159 0.006889266 0.999562383 -61.207382202\n0.999196410 0.022537669 -0.033145696 4.288166046 -0.022774624 0.999717593 -0.006788709 1.001409292 0.032983333 0.007538134 0.999427497 -60.499454498\n0.999112010 0.021618489 -0.036163319 4.257447720 -0.021873940 0.999738395 -0.006683103 0.990633488 0.036009379 0.007468203 0.999323547 -59.776733398\n0.999004245 0.021752289 -0.038954005 4.218769073 -0.021988852 0.999742210 -0.005654751 0.980974495 0.038820956 0.006505674 0.999225020 -59.023777008\n0.998925030 0.020086043 -0.041776612 4.191533566 -0.020259244 0.999787807 -0.003726652 0.959938765 0.041692894 0.004569008 0.999119997 -58.282142639\n0.998803318 0.018962570 -0.045082208 4.156184673 -0.019041412 0.999817848 -0.001320002 0.951601863 0.045048963 0.002176851 0.998982430 -57.524360657\n0.998690963 0.017857110 -0.047931794 4.114451408 -0.017828763 0.999840558 0.001018909 0.940975130 0.047942344 -0.000163011 0.998850107 -56.752632141\n0.998541713 0.017282672 -0.051144026 4.075082779 -0.017136376 0.999847710 0.003297626 0.928698778 0.051193230 -0.002416394 0.998685837 -55.993507385\n0.998403072 0.015471507 -0.054331545 4.019802570 -0.015200673 0.999869883 0.005394576 0.916299999 0.054407939 -0.004560085 0.998508394 -55.212097168\n0.998263597 0.012914157 -0.057471827 3.966177940 -0.012594161 0.999903142 0.005926631 0.910013020 0.057542793 -0.005192530 0.998329520 -54.435688019\n0.998066604 0.011103555 -0.061153568 3.922402859 -0.010748132 0.999923408 0.006137867 0.898624480 0.061217036 -0.005468714 0.998109519 -53.670101166\n0.997849941 0.010339580 -0.064719521 3.863740444 -0.009980381 0.999932945 0.005870940 0.893672585 0.064775884 -0.005212392 0.997886240 -52.901210785\n0.997622550 0.009525984 -0.068253003 3.809110165 -0.009162014 0.999942124 0.005643705 0.879279196 0.068302818 -0.005004953 0.997652054 -52.130161285\n0.997421026 0.009842583 -0.071094610 3.747118235 -0.009463240 0.999939144 0.005670606 0.869911551 0.071146101 -0.004983197 0.997453451 -51.354183197\n0.997301161 0.009946597 -0.072742283 3.689165831 -0.009532674 0.999936342 0.006035226 0.861359358 0.072797686 -0.005325510 0.997332513 -50.593826294\n0.997200787 0.010973464 -0.073960803 3.625605583 -0.010602131 0.999929130 0.005411406 0.853216946 0.074014947 -0.004612116 0.997246444 -49.818592072\n0.997171640 0.011937874 -0.074203752 3.556815386 -0.011521288 0.999915361 0.006039618 0.838216782 0.074269570 -0.005167613 0.997224808 -49.060260773\n0.997159302 0.012245715 -0.074319229 3.489993572 -0.011830945 0.999911904 0.006018610 0.832777619 0.074386381 -0.005122247 0.997216344 -48.286434174\n0.997163117 0.011208816 -0.074431598 3.427470684 -0.010707490 0.999917269 0.007131035 0.820957780 0.074505374 -0.006313830 0.997200608 -47.526126862\n0.997151136 0.011438428 -0.074557088 3.370277166 -0.010870894 0.999908805 0.008013465 0.810151517 0.074641950 -0.007180134 0.997184575 -46.769382477\n0.997146249 0.011362754 -0.074633829 3.302647591 -0.010730218 0.999903083 0.008870726 0.802442312 0.074727394 -0.008044574 0.997171521 -46.000793457\n0.997097194 0.010586211 -0.075399891 3.255851269 -0.009881235 0.999903977 0.009716772 0.796115518 0.075495519 -0.008943522 0.997106016 -45.230079651\n0.997109234 0.010491708 -0.075253412 3.194354773 -0.009773131 0.999903142 0.009910679 0.790808737 0.075350106 -0.009146568 0.997115195 -44.470256805\n0.997098804 0.011734639 -0.075208373 3.134970427 -0.011051816 0.999893904 0.009488860 0.784326494 0.075311743 -0.008630142 0.997122705 -43.721633911\n0.997156799 0.011800253 -0.074424759 3.071849346 -0.011182516 0.999899507 0.008711422 0.772836089 0.074520074 -0.007854398 0.997188568 -42.961235046\n0.997250974 0.010617147 -0.073333494 3.015222788 -0.010031633 0.999914825 0.008347996 0.766718149 0.073415883 -0.007589392 0.997272551 -42.205394745\n0.997396469 0.010889657 -0.071286380 2.952366114 -0.010315621 0.999911368 0.008415741 0.758980334 0.071371704 -0.007658467 0.997420371 -41.470535278\n0.997454882 0.011126657 -0.070427261 2.900861025 -0.010595736 0.999912620 0.007907677 0.748452842 0.070509091 -0.007141323 0.997485578 -40.728710175\n0.997552812 0.008701182 -0.069373287 2.850179434 -0.008095784 0.999926686 0.009003054 0.740892231 0.069446541 -0.008419392 0.997550130 -40.002071381\n0.997632861 0.007216902 -0.068385907 2.805572033 -0.006518834 0.999924421 0.010425439 0.735506058 0.068455979 -0.009954965 0.997604489 -39.286891937\n0.997672021 0.010539560 -0.067375384 2.751633167 -0.009696626 0.999870718 0.012825831 0.731491387 0.067501850 -0.012142659 0.997645259 -38.580120087\n0.997789860 0.010370034 -0.065633908 2.690194130 -0.009532581 0.999869287 0.013059792 0.716234446 0.065760761 -0.012405268 0.997758329 -37.886932373\n0.997836769 0.007680045 -0.065290332 2.649653673 -0.007015653 0.999921322 0.010399151 0.709119499 0.065365061 -0.009918600 0.997812092 -37.204433441\n0.997860491 0.007259019 -0.064974792 2.598012686 -0.006784327 0.999948680 0.007523450 0.704181254 0.065026067 -0.007066544 0.997858524 -36.532356262\n0.997874081 0.010488910 -0.064321660 2.556385279 -0.010253224 0.999939442 0.003993190 0.698210299 0.064359650 -0.003325197 0.997921228 -35.877941132\n0.997863173 0.013201104 -0.063991033 2.506930351 -0.013070976 0.999911547 0.002451750 0.690200090 0.064017743 -0.001610085 0.997947454 -35.227310181\n0.997874379 0.014244566 -0.063591465 2.456676006 -0.014136774 0.999897778 0.002144721 0.677145302 0.063615516 -0.001241184 0.997973680 -34.563995361\n0.997926533 0.013722052 -0.062883340 2.408245325 -0.013617113 0.999905109 0.002097060 0.657238781 0.062906146 -0.001236422 0.998018682 -33.918098450\n0.997947812 0.013788751 -0.062529996 2.366483927 -0.013745626 0.999904871 0.001119816 0.645990074 0.062539496 -0.000258004 0.998042464 -33.275814056\n0.997910380 0.015630636 -0.062694192 2.327261448 -0.015664175 0.999877334 -0.000043450 0.636067986 0.062685817 0.001025412 0.998032808 -32.630584717\n0.997882247 0.017711079 -0.062588245 2.282178164 -0.017796468 0.999841332 -0.000807051 0.626529813 0.062564015 0.001919192 0.998039126 -31.981466293\n0.997859538 0.018705996 -0.062661447 2.229552746 -0.018803939 0.999822736 -0.000973636 0.614336252 0.062632129 0.002149834 0.998034358 -31.361503601\n0.997842908 0.018504085 -0.062985308 2.184165478 -0.018562639 0.999827623 -0.000344542 0.603144348 0.062968075 0.001512972 0.998014390 -30.730821609\n0.997829616 0.017806338 -0.063395180 2.136173010 -0.017803464 0.999841332 0.000610252 0.590732217 0.063395984 0.000519726 0.997988343 -30.104465485\n0.997778356 0.017010728 -0.064412810 2.099802494 -0.016999047 0.999855220 0.000729408 0.574666500 0.064415894 0.000367168 0.997923076 -29.482946396\n0.997684121 0.016477859 -0.065991245 2.051522255 -0.016501827 0.999863803 0.000181908 0.562389195 0.065985255 0.000907489 0.997820199 -28.868022919\n0.997591138 0.016052214 -0.067485191 2.004561901 -0.016176008 0.999868333 -0.001288278 0.556788564 0.067455620 0.002376815 0.997719467 -28.256097794\n0.997489214 0.016018227 -0.068983592 1.958318949 -0.016192468 0.999866962 -0.001967367 0.542041600 0.068942897 0.003079442 0.997615874 -27.642673492\n0.997370422 0.016327571 -0.070609197 1.909410238 -0.016535599 0.999860466 -0.002362644 0.533357620 0.070560768 0.003523996 0.997501254 -27.036094666\n0.997208655 0.015886636 -0.072955176 1.867708921 -0.016089499 0.999868155 -0.002193761 0.520298600 0.072910711 0.003361450 0.997332811 -26.435434341\n0.997130454 0.014515295 -0.074297994 1.809835196 -0.014719992 0.999889195 -0.002208211 0.502901495 0.074257709 0.003295541 0.997233629 -25.844539642\n0.997002244 0.012905450 -0.076288953 1.765826702 -0.013092015 0.999912381 -0.001945880 0.492907226 0.076257154 0.002938822 0.997083843 -25.253437042\n0.996880352 0.011996303 -0.078010321 1.710852146 -0.012126758 0.999925733 -0.001198751 0.483480871 0.077990152 0.002141023 0.996951818 -24.651975632\n0.996760070 0.012125961 -0.079513125 1.656499624 -0.012131050 0.999926329 0.000419074 0.464983195 0.079512350 0.000546861 0.996833742 -24.057563782\n0.996623158 0.012751476 -0.081115380 1.608805180 -0.012670225 0.999918580 0.001516329 0.452878445 0.081128113 -0.000483459 0.996703565 -23.485450745\n0.996430218 0.012909440 -0.083427466 1.561044931 -0.012748322 0.999915719 0.002463689 0.442722946 0.083452232 -0.001391334 0.996510804 -22.898172379\n0.996366382 0.013262551 -0.084131323 1.502597809 -0.013026035 0.999909520 0.003359600 0.431129277 0.084168270 -0.002251496 0.996448994 -22.324384689\n0.996267319 0.013269906 -0.085295826 1.455931306 -0.013048097 0.999909878 0.003157468 0.425481021 0.085330039 -0.002032734 0.996350646 -21.755840302\n0.996238530 0.013923479 -0.085527301 1.404593945 -0.013678397 0.999900520 0.003450918 0.413512170 0.085566834 -0.002268061 0.996329844 -21.212411880\n0.996309817 0.014687358 -0.084563725 1.350648522 -0.014450042 0.999889731 0.003417782 0.407278508 0.084604599 -0.002183220 0.996412218 -20.665245056\n0.996427834 0.015774736 -0.082962416 1.302993298 -0.015565455 0.999873817 0.003168844 0.395776689 0.083001934 -0.001866177 0.996547639 -20.138212204\n0.996532798 0.016161401 -0.081616469 1.257516146 -0.015957858 0.999867737 0.003145621 0.387262940 0.081656516 -0.001832290 0.996658862 -19.619516373\n0.996627152 0.015473773 -0.080590509 1.217119932 -0.015271493 0.999878526 0.003125775 0.375217885 0.080629081 -0.001884495 0.996742368 -19.106674194\n0.996759832 0.015445017 -0.078938261 1.175267696 -0.015285347 0.999879718 0.002626602 0.366941869 0.078969337 -0.001411493 0.996876061 -18.609689713\n0.996878386 0.015382201 -0.077439450 1.135609627 -0.015290014 0.999881506 0.001783264 0.357308537 0.077457704 -0.000593647 0.996995449 -18.123186111\n0.996955216 0.015370035 -0.076446474 1.097938895 -0.015270256 0.999881625 0.001889597 0.346817195 0.076466464 -0.000716486 0.997071922 -17.657087326\n0.997033894 0.015757462 -0.075333230 1.062654257 -0.015658403 0.999875605 0.001905433 0.337715685 0.075353883 -0.000720183 0.997156620 -17.181045532\n0.997115672 0.015585854 -0.074279018 1.026796222 -0.015490407 0.999878287 0.001860929 0.328921407 0.074298978 -0.000704950 0.997235775 -16.738513947\n0.997216105 0.015666516 -0.072901681 0.988301754 -0.015546720 0.999876678 0.002210460 0.322103411 0.072927319 -0.001070925 0.997336686 -16.296611786\n0.997298837 0.015193488 -0.071862049 0.955442131 -0.015076022 0.999884009 0.002176767 0.317944795 0.071886785 -0.001087494 0.997412205 -15.874183655\n0.997384310 0.014737580 -0.070762232 0.920920670 -0.014535463 0.999888659 0.003370375 0.304025501 0.070804022 -0.002332997 0.997487545 -15.458522797\n0.997431457 0.015935734 -0.069832295 0.893103540 -0.015658285 0.999867201 0.004518692 0.299244970 0.069895029 -0.003413632 0.997548521 -15.074090004\n0.997469008 0.016916446 -0.069060527 0.861108005 -0.016578926 0.999847651 0.005457605 0.289259046 0.069142327 -0.004298843 0.997597516 -14.702519417\n0.997544289 0.017313305 -0.067865126 0.828206420 -0.016977793 0.999840617 0.005517509 0.281773329 0.067949839 -0.004351759 0.997679234 -14.356180191\n0.997596979 0.016372351 -0.067321561 0.814849317 -0.016087428 0.999859214 0.004772255 0.278228164 0.067390211 -0.003677757 0.997719944 -14.046335220\n0.997630358 0.015266342 -0.067086875 0.793061912 -0.015012916 0.999878168 0.004280151 0.270339251 0.067144044 -0.003262840 0.997737944 -13.732260704\n0.997686565 0.014879482 -0.066333212 0.769647777 -0.014658834 0.999885261 0.003811857 0.263782263 0.066382319 -0.002830671 0.997790217 -13.449197769\n0.997715473 0.015579474 -0.065735161 0.753497839 -0.015401785 0.999876261 0.003209034 0.258247942 0.065777026 -0.002189264 0.997831941 -13.170693398\n0.997756422 0.015303162 -0.065176636 0.734939277 -0.015190522 0.999882162 0.002223459 0.253609866 0.065202981 -0.001228403 0.997871280 -12.901427269\n0.997794569 0.014542607 -0.064764693 0.714906156 -0.014564301 0.999893904 0.000137159 0.249766201 0.064759813 0.000806396 0.997900546 -12.640681267\n0.997824967 0.014188465 -0.064374007 0.698517144 -0.014292619 0.999897182 -0.001157699 0.242614910 0.064350963 0.002075254 0.997925162 -12.376270294\n0.997851014 0.014362533 -0.063930206 0.679686010 -0.014489986 0.999893844 -0.001530402 0.236744955 0.063901439 0.002453461 0.997953176 -12.116815567\n0.997838259 0.014551423 -0.064086542 0.667208612 -0.014651073 0.999892056 -0.001085217 0.233723745 0.064063832 0.002021807 0.997943759 -11.852908134\n0.997865736 0.013769880 -0.063831098 0.646550715 -0.013829091 0.999904275 -0.000485874 0.227259696 0.063818298 0.001367563 0.997960627 -11.604907036\n0.997870147 0.013400155 -0.063840359 0.631053150 -0.013453345 0.999909401 -0.000403351 0.224050045 0.063829176 0.001261359 0.997960031 -11.346982956\n0.997876287 0.012727273 -0.063882172 0.616010964 -0.012758777 0.999918580 -0.000085225 0.216433957 0.063875884 0.000900102 0.997957468 -11.095877647\n0.997850955 0.013480899 -0.064122990 0.597864389 -0.013500742 0.999908864 0.000123860 0.211982131 0.064118810 0.000742114 0.997941971 -10.846970558\n0.997862518 0.012659579 -0.064110003 0.578127265 -0.012669000 0.999919713 0.000259584 0.207230255 0.064108141 0.000553180 0.997942805 -10.597137451\n0.997795522 0.011732978 -0.065317564 0.562971354 -0.011741141 0.999931037 0.000258904 0.203321129 0.065316096 0.000508569 0.997864485 -10.351197243\n0.997607172 0.010523912 -0.068331525 0.546222448 -0.010546069 0.999944389 0.000036475 0.199090913 0.068328105 0.000684242 0.997662663 -10.099690437\n0.997281015 0.010432457 -0.072950266 0.523849368 -0.010447715 0.999945402 0.000172428 0.195772573 0.072948083 0.000590204 0.997335553 -9.857964516\n0.996808648 0.010347431 -0.079154618 0.499338984 -0.010374187 0.999946177 0.000073212 0.191994190 0.079151116 0.000748186 0.996862352 -9.614202499\n0.996189058 0.010784743 -0.086550705 0.469916612 -0.010820150 0.999941468 0.000060038 0.186675936 0.086546287 0.000876682 0.996247470 -9.374504089\n0.995468378 0.012326202 -0.094290644 0.441248000 -0.012410142 0.999922931 -0.000303865 0.186166719 0.094279632 0.001472648 0.995544672 -9.136838913\n0.994895220 0.014309857 -0.099893674 0.408080339 -0.014388658 0.999896467 -0.000068385 0.181663617 0.099882357 0.001505371 0.994998097 -8.899232864\n0.994424045 0.015817612 -0.104262523 0.369110346 -0.015914397 0.999873340 -0.000096394 0.173263162 0.104247801 0.001755132 0.994549811 -8.657256126\n0.993898273 0.014564043 -0.109334759 0.340079874 -0.014677268 0.999892235 -0.000230824 0.168371320 0.109319620 0.001834151 0.994004965 -8.421430588\n0.993378580 0.013757641 -0.114060208 0.305910200 -0.013860973 0.999903917 -0.000112868 0.159467772 0.114047691 0.001693106 0.993473828 -8.192287445\n0.992901385 0.014819820 -0.118013702 0.276503921 -0.014991786 0.999887466 -0.000569533 0.160336867 0.117991984 0.002334726 0.993011832 -7.965080261\n0.992670715 0.016932836 -0.119658306 0.232930511 -0.017163947 0.999852300 -0.000901014 0.162724838 0.119625375 0.002948219 0.992814720 -7.727717876\n0.992587209 0.019004127 -0.120039277 0.201843798 -0.019270016 0.999813735 -0.001054513 0.155824482 0.119996883 0.003359854 0.992768586 -7.499283314\n0.992636919 0.019300237 -0.119580135 0.176552206 -0.019601885 0.999806941 -0.001346749 0.148858845 0.119531058 0.003680829 0.992823660 -7.269095898\n0.992829025 0.018960774 -0.118029535 0.150251642 -0.019244961 0.999813974 -0.001268419 0.143811360 0.117983527 0.003530797 0.993009269 -7.041728973\n0.993048847 0.017948499 -0.116326384 0.123518519 -0.018204270 0.999833643 -0.001136603 0.143364564 0.116286628 0.003246339 0.993210375 -6.812633038\n0.993314564 0.018702699 -0.113913693 0.095040843 -0.018903580 0.999821067 -0.000683411 0.137550190 0.113880530 0.002832219 0.993490398 -6.584492683\n0.993554950 0.017716996 -0.111958526 0.084830560 -0.017922301 0.999839067 -0.000827503 0.134222373 0.111925840 0.002828724 0.993712544 -6.363852978\n0.993831515 0.017246990 -0.109551452 0.061735816 -0.017528387 0.999845088 -0.001606046 0.134239942 0.109506778 0.003516399 0.993979812 -6.137337208\n0.994157434 0.017684551 -0.106481329 0.035200994 -0.017959336 0.999837399 -0.001622162 0.123474628 0.106435329 0.003525018 0.994313359 -5.911403179\n0.994500518 0.017955517 -0.103180744 0.008176544 -0.018206144 0.999833167 -0.001487658 0.120772131 0.103136815 0.003358000 0.994661510 -5.691810131\n0.994871557 0.016986297 -0.099709906 0.000816274 -0.017227847 0.999850392 -0.001561910 0.113784447 0.099668458 0.003271687 0.995015323 -5.460168839\n0.995307326 0.017491983 -0.095169857 -0.027997561 -0.017677641 0.999843121 -0.001107985 0.102161750 0.095135547 0.002785164 0.995460451 -5.250918865\n0.995671511 0.017352808 -0.091307588 -0.041845340 -0.017576547 0.999844193 -0.001646780 0.096009724 0.091264784 0.003244524 0.995821357 -5.023537636\n0.996052682 0.017131122 -0.087095477 -0.064419210 -0.017546542 0.999837995 -0.004006328 0.097553521 0.087012738 0.005518738 0.996191919 -4.782821178\n0.996432185 0.016303727 -0.082807630 -0.074599348 -0.016827086 0.999842584 -0.005626154 0.092757709 0.082702875 0.006999492 0.996549666 -4.537537098\n0.996814370 0.015982321 -0.078138679 -0.092385598 -0.016504562 0.999845505 -0.006042217 0.089298837 0.078030042 0.007312613 0.996924162 -4.277962208\n0.997151256 0.015590230 -0.073799074 -0.102142133 -0.016056146 0.999854684 -0.005724209 0.083192557 0.073699109 0.006892831 0.997256696 -4.007884979\n0.997527480 0.014859195 -0.068688318 -0.121868774 -0.015272314 0.999868274 -0.005493159 0.077937044 0.068597652 0.006528607 0.997623026 -3.726345301\n0.997881055 0.012933337 -0.063766293 -0.134378955 -0.013272113 0.999899983 -0.004892038 0.075147435 0.063696645 0.005727985 0.997952878 -3.426114559\n0.998237491 0.011228456 -0.058274116 -0.150119275 -0.011450182 0.999928415 -0.003472358 0.068434648 0.058230959 0.004133487 0.998294592 -3.131332636\n0.998530507 0.010627072 -0.053140607 -0.172779083 -0.010765624 0.999939382 -0.002321700 0.062992737 0.053112712 0.002890380 0.998584330 -2.818296909\n0.998775065 0.009701788 -0.048521161 -0.181040436 -0.009791641 0.999950767 -0.001614475 0.059416097 0.048503112 0.002087599 0.998820841 -2.502061844\n0.998985350 0.010054545 -0.043899428 -0.201037928 -0.010101142 0.999948621 -0.000839785 0.053474322 0.043888729 0.001282367 0.999035597 -2.173001051\n0.999168813 0.009865865 -0.039551482 -0.213936821 -0.009876955 0.999951243 -0.000084990 0.051647313 0.039548714 0.000475568 0.999217510 -1.831687212\n0.999326050 0.009704303 -0.035402149 -0.224333167 -0.009678300 0.999952734 0.000905834 0.051139876 0.035409268 -0.000562591 0.999372721 -1.485970140\n0.999452889 0.007526615 -0.032206424 -0.225800663 -0.007492613 0.999971211 0.001176309 0.045593932 0.032214351 -0.000934355 0.999480546 -1.136915207\n0.999543905 0.005641985 -0.029667316 -0.234723732 -0.005657040 0.999983907 -0.000423556 0.033936419 0.029664449 0.000591192 0.999559760 -0.778714478\n0.999603689 0.004755687 -0.027745603 -0.247329935 -0.004848748 0.999982834 -0.003287759 0.033373024 0.027729491 0.003420988 0.999609590 -0.404026508\n0.999638259 0.006572685 -0.026078759 -0.311708897 -0.006700263 0.999966025 -0.004807675 0.005738284 0.026046274 0.004980670 0.999648333 0.047767699\n0.999683738 0.010417338 -0.022889454 -0.334554315 -0.010532690 0.999932408 -0.004924745 0.006378168 0.022836603 0.005164274 0.999725878 0.437729478\n0.999736667 0.015289545 -0.017110894 -0.359106451 -0.015353158 0.999875665 -0.003592538 0.003301955 0.017053839 0.003854298 0.999847114 0.852900088\n0.999883294 0.012397758 -0.008929127 -0.355011016 -0.012423834 0.999918699 -0.002870777 -0.001791319 0.008892810 0.002981376 0.999956012 1.243788123\n0.999992073 0.003693387 -0.001484942 -0.332750142 -0.003697495 0.999989331 -0.002773036 -0.010711700 0.001474684 0.002778505 0.999995053 1.628434896\n0.999987483 -0.004837556 0.001258780 -0.257790893 0.004844544 0.999972522 -0.005609332 -0.031452905 -0.001231610 0.005615360 0.999983490 1.931606293\n0.999965787 -0.007887987 -0.002495975 -0.259389430 0.007865342 0.999928951 -0.008956087 -0.042635858 0.002566444 0.008936148 0.999956787 2.315143108\n0.999896705 -0.004165364 -0.013755108 -0.287821472 0.004016637 0.999933362 -0.010822500 -0.059744377 0.013799272 0.010766133 0.999846816 2.697548151\n0.999526024 0.001101354 -0.030764939 -0.323344409 -0.001550316 0.999892592 -0.014573257 -0.063008815 0.030745585 0.014614046 0.999420404 3.067562103\n0.998792052 0.008369444 -0.048419103 -0.370067090 -0.009237746 0.999800026 -0.017737165 -0.069069259 0.048260968 0.018163022 0.998669624 3.442952633\n0.997679710 0.008353608 -0.067567699 -0.403717726 -0.009668420 0.999769747 -0.019155638 -0.079390608 0.067392118 0.019764464 0.997530758 3.792775869\n0.995861888 0.004637556 -0.090761259 -0.451065451 -0.006366916 0.999803483 -0.018773688 -0.081860416 0.090656362 0.019273870 0.995695710 4.159848690\n0.993369162 0.005676719 -0.114827976 -0.515404701 -0.007156108 0.999896586 -0.012475408 -0.096820861 0.114745274 0.013214407 0.993307054 4.523001194\n0.990068078 0.010895648 -0.140165716 -0.597886145 -0.011827341 0.999913156 -0.005815771 -0.108974271 0.140090182 0.007415797 0.990110993 4.877140522\n0.986016452 0.016475037 -0.165831640 -0.697504222 -0.016944526 0.999855399 -0.001416656 -0.116198637 0.165784329 0.004206784 0.986153066 5.226155758\n0.981356144 0.018742239 -0.191282153 -0.792017639 -0.018895047 0.999820948 0.001025248 -0.118632086 0.191267118 0.002608151 0.981534541 5.564661503\n0.976349831 0.019906806 -0.215278283 -0.887441278 -0.019386919 0.999801815 0.004526450 -0.121077731 0.215325728 -0.000245817 0.976542234 5.902276039\n0.971678674 0.020103281 -0.235449478 -0.955802858 -0.018748030 0.999792278 0.007993413 -0.134026170 0.235561267 -0.003352816 0.971853733 6.202085018\n0.968270540 0.024685135 -0.248682082 -1.064555645 -0.022483202 0.999678850 0.011691179 -0.140767813 0.248890817 -0.005729056 0.968514621 6.533255100\n0.966082931 0.031608786 -0.256290197 -1.176921129 -0.028553728 0.999469995 0.015633708 -0.140470475 0.256648540 -0.007785418 0.966473460 6.871419430\n0.965557277 0.036372781 -0.257635772 -1.268751621 -0.032673176 0.999292493 0.018627943 -0.146974504 0.258131027 -0.009568569 0.966062546 7.193084240\n0.966740847 0.037943214 -0.252927750 -1.356765866 -0.034323666 0.999235630 0.018709375 -0.146486342 0.253444314 -0.009405710 0.967304230 7.526801586\n0.968782127 0.035089456 -0.245417818 -1.430341482 -0.031516150 0.999332488 0.018473594 -0.145430163 0.245902240 -0.010162262 0.969241381 7.852486134\n0.971018493 0.029463392 -0.237181321 -1.496140361 -0.025245458 0.999464810 0.020801879 -0.146845743 0.237667277 -0.014211260 0.971242666 8.165049553\n0.973343968 0.027529242 -0.227691963 -1.550523162 -0.023014996 0.999482870 0.022457955 -0.144816115 0.228192464 -0.016618988 0.973474205 8.441040993\n0.975710690 0.028278105 -0.217230305 -1.604155183 -0.023698194 0.999439120 0.023659980 -0.140264481 0.217777535 -0.017937329 0.975833595 8.680131912\n0.977817476 0.029471293 -0.207375199 -1.641845942 -0.025143925 0.999408245 0.023472838 -0.145299777 0.207944259 -0.017737925 0.977979839 8.877810478\n0.979812264 0.028775383 -0.197838128 -1.666355848 -0.024816670 0.999439657 0.022460701 -0.150753126 0.198373586 -0.017097589 0.979977369 9.040152550\n0.981364727 0.025929887 -0.190396816 -1.678649187 -0.022352321 0.999531388 0.020913990 -0.151486740 0.190849885 -0.016268441 0.981484413 9.168102264\n0.982376277 0.024100734 -0.185353607 -1.689801455 -0.020787731 0.999587893 0.019796910 -0.150737137 0.185754344 -0.015594934 0.982472479 9.261184692\n0.983090758 0.024680031 -0.181448117 -1.705324531 -0.021619560 0.999589026 0.018825755 -0.149430528 0.181838170 -0.014584597 0.983220339 9.324304581\n0.983380675 0.025273604 -0.179787904 -1.708081007 -0.022476060 0.999592781 0.017580666 -0.151594728 0.180159017 -0.013247564 0.983548284 9.347694397\n0.983270168 0.025082106 -0.180418044 -1.704019547 -0.022269197 0.999597073 0.017600028 -0.152324691 0.180786788 -0.013287818 0.983432531 9.349352837\n0.983259678 0.025372900 -0.180434689 -1.707208514 -0.022991778 0.999618948 0.015276121 -0.151123956 0.180753529 -0.010871880 0.983468354 9.334965706\n0.983250022 0.025122343 -0.180522248 -1.699159980 -0.023685660 0.999668360 0.010110030 -0.159258395 0.180716366 -0.005664899 0.983518958 9.323295593\n0.983209193 0.024384804 -0.180845454 -1.699571848 -0.023491716 0.999698997 0.007078928 -0.161147803 0.180963635 -0.002711697 0.983486056 9.321848869\n0.983246803 0.024303753 -0.180651724 -1.698719501 -0.023202011 0.999697089 0.008209648 -0.161924750 0.180796534 -0.003880627 0.983512878 9.322107315\n0.983272433 0.023915907 -0.180563956 -1.698239803 -0.022665560 0.999702752 0.008985055 -0.159403950 0.180725172 -0.004742173 0.983522177 9.318782806\n0.983239770 0.024045166 -0.180724695 -1.698283911 -0.022724755 0.999697804 0.009373466 -0.161274970 0.180895463 -0.005109440 0.983489037 9.320587158\n0.983245850 0.025114637 -0.180546150 -1.696919918 -0.023743544 0.999670506 0.009751651 -0.159330472 0.180731565 -0.005301465 0.983518183 9.320811272\n0.983222425 0.025114361 -0.180673420 -1.698387384 -0.023767978 0.999671280 0.009613455 -0.157720104 0.180855468 -0.005157922 0.983496189 9.324270248\n0.983208537 0.025020214 -0.180762202 -1.697306156 -0.023649812 0.999672949 0.009732861 -0.160538644 0.180946589 -0.005294440 0.983478665 9.321711540\n0.983298659 0.024924807 -0.180284575 -1.702698946 -0.023433363 0.999671340 0.010398122 -0.159765705 0.180484489 -0.005999786 0.983559549 9.323637962\n0.983255744 0.024808643 -0.180534288 -1.700836420 -0.023241200 0.999671638 0.010792711 -0.156774402 0.180742756 -0.006416162 0.983509481 9.324117661\n0.983265162 0.024688259 -0.180499703 -1.701563597 -0.023132773 0.999674976 0.010717936 -0.155405134 0.180705637 -0.006363114 0.983516634 9.325293541\n0.983266294 0.024816437 -0.180475727 -1.701838970 -0.023243478 0.999671221 0.010825554 -0.157972544 0.180685043 -0.006449519 0.983519852 9.324275970\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_30/2011_09_30_drive_0028_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999998569 0.000494283 0.001604047 -0.000111242 -0.000493032 0.999999583 -0.000780309 -0.006036564 -0.001604432 0.000779517 0.999998391 0.450450987\n0.999991834 0.002195945 0.003399136 -0.004000626 -0.002189770 0.999995947 -0.001819202 -0.011518008 -0.003403118 0.001811743 0.999992549 0.919662416\n0.999979854 0.003320536 0.005412334 -0.011708400 -0.003306359 0.999991059 -0.002626158 -0.016055886 -0.005421006 0.002608210 0.999981880 1.405927539\n0.999971926 0.003094258 0.006821036 -0.006885611 -0.003077112 0.999992073 -0.002522805 -0.022662869 -0.006828788 0.002501745 0.999973536 1.896239996\n0.999961019 0.002353058 0.008511229 -0.003317111 -0.002334577 0.999994874 -0.002180680 -0.029890170 -0.008516317 0.002160725 0.999961376 2.397649050\n0.999944329 0.001962784 0.010369285 0.001795981 -0.001954089 0.999997735 -0.000848644 -0.040401973 -0.010370927 0.000828334 0.999945879 2.907022715\n0.999930680 0.001427681 0.011688349 0.008604644 -0.001431115 0.999998927 0.000285442 -0.044763424 -0.011687929 -0.000302150 0.999931633 3.418841839\n0.999918461 0.002016116 0.012610462 0.012585959 -0.002036803 0.999996603 0.001627846 -0.054211259 -0.012607138 -0.001653398 0.999919176 3.930354118\n0.999903142 0.003013133 0.013586612 0.012150493 -0.003034658 0.999994159 0.001563984 -0.061206017 -0.013581821 -0.001605063 0.999906480 4.446434975\n0.999891698 0.003422196 0.014311664 0.018973975 -0.003442484 0.999993086 0.001393180 -0.070122585 -0.014306798 -0.001442297 0.999896586 4.967076302\n0.999882400 0.003550903 0.014920774 0.026797635 -0.003567841 0.999993026 0.001108704 -0.077030942 -0.014916733 -0.001161809 0.999888062 5.487713337\n0.999869585 0.004388477 0.015543626 0.031910516 -0.004394934 0.999990284 0.000381308 -0.085367814 -0.015541801 -0.000449571 0.999879122 6.010972977\n0.999847829 0.005468485 0.016564010 0.038388647 -0.005467683 0.999985039 -0.000093707 -0.094222553 -0.016564274 0.000003126 0.999862790 6.542164803\n0.999830723 0.006092456 0.017361157 0.045115266 -0.006092494 0.999981463 -0.000050699 -0.103469498 -0.017361144 -0.000055082 0.999849260 7.083906174\n0.999812424 0.007068194 0.018033242 0.051423106 -0.007053911 0.999974728 -0.000855496 -0.109768279 -0.018038834 0.000728131 0.999837041 7.627869606\n0.999774635 0.008381372 0.019505179 0.053901128 -0.008356015 0.999964118 -0.001381157 -0.117087461 -0.019516056 0.001217860 0.999808788 8.187048912\n0.999689341 0.010806526 0.022460576 0.063703962 -0.010782953 0.999941170 -0.001170337 -0.131300226 -0.022471903 0.000927782 0.999747038 8.732200623\n0.999584794 0.011405959 0.026460579 0.077491812 -0.011372319 0.999934316 -0.001421466 -0.139934659 -0.026475055 0.001119958 0.999648869 9.293991089\n0.999478638 0.011161745 0.030296503 0.097345211 -0.011106868 0.999936342 -0.001978999 -0.145377502 -0.030316664 0.001641469 0.999539018 9.863801003\n0.999312043 0.011234463 0.035344005 0.110315628 -0.011157721 0.999934971 -0.002367775 -0.160229355 -0.035368308 0.001971788 0.999372423 10.443951607\n0.999072909 0.011536842 0.041474883 0.136349961 -0.011460833 0.999932170 -0.002069980 -0.169842020 -0.041495953 0.001592724 0.999137402 11.029824257\n0.998813510 0.011043286 0.047429517 0.161757559 -0.010974806 0.999938309 -0.001704006 -0.178935796 -0.047445409 0.001181454 0.998873115 11.629667282\n0.998510897 0.011278524 0.053373750 0.196914881 -0.011176564 0.999935091 -0.002208406 -0.189911798 -0.053395193 0.001608583 0.998572171 12.229989052\n0.998160779 0.009624193 0.059853755 0.234755054 -0.009452787 0.999950349 -0.003146251 -0.200113118 -0.059881065 0.002574679 0.998202205 12.841377258\n0.997784376 0.008915645 0.065930456 0.282158524 -0.008683420 0.999955058 -0.003808003 -0.204390004 -0.065961443 0.003227064 0.997816980 13.469503403\n0.997333109 0.011085405 0.072137572 0.324903578 -0.010706511 0.999926805 -0.005636944 -0.213889420 -0.072194785 0.004849568 0.997378767 14.121234894\n0.996799707 0.015233143 0.078475095 0.372030765 -0.014592626 0.999855399 -0.008729083 -0.223096862 -0.078596726 0.007555989 0.996877849 14.777881622\n0.996364772 0.012294530 0.084297791 0.431131303 -0.011558017 0.999890685 -0.009219531 -0.228642970 -0.084401928 0.008211700 0.996397972 15.438204765\n0.996026993 0.004359605 0.088945128 0.502126098 -0.003830123 0.999973893 -0.006122709 -0.249319583 -0.088969506 0.005757713 0.996017694 16.131885529\n0.995576084 -0.001229926 0.093950547 0.572225213 0.001536494 0.999993742 -0.003190810 -0.248690218 -0.093946032 0.003321049 0.995571733 16.839097977\n0.995169759 -0.000652995 0.098166995 0.644907176 0.000584640 0.999999583 0.000725081 -0.266663343 -0.098167427 -0.000664187 0.995169699 17.548828125\n0.994960785 -0.001262041 0.100256629 0.718327701 0.001159824 0.999998748 0.001077836 -0.283539653 -0.100257866 -0.000956125 0.994961023 18.277788162\n0.994938970 -0.005556058 0.100327298 0.798191845 0.005665719 0.999983609 -0.000808131 -0.284864813 -0.100321166 0.001372467 0.994954169 19.015190125\n0.995083094 -0.011726351 0.098346792 0.878441095 0.012049929 0.999923766 -0.002696821 -0.295879364 -0.098307677 0.003868632 0.995148540 19.767137527\n0.995496988 -0.013788124 0.093784824 0.942992508 0.014167443 0.999893904 -0.003379931 -0.300227553 -0.093728274 0.004693402 0.995586753 20.533525467\n0.996183515 -0.013386333 0.086250760 1.007031560 0.013700939 0.999901474 -0.003056609 -0.319715351 -0.086201347 0.004226660 0.996268749 21.317209244\n0.996948600 -0.013476113 0.076889038 1.067393064 0.013624478 0.999906182 -0.001405342 -0.325127631 -0.076862887 0.002448626 0.997038662 22.124622345\n0.997658134 -0.013639512 0.067024134 1.118549943 0.013630419 0.999906898 0.000592994 -0.331751049 -0.067025982 0.000321962 0.997751176 22.946754456\n0.998233855 -0.012836585 0.058002908 1.155281782 0.012646079 0.999913394 0.003650296 -0.341647536 -0.058044739 -0.002910340 0.998309731 23.781555176\n0.998670161 -0.011799205 0.050186407 1.188225508 0.011498876 0.999914229 0.006268802 -0.353866965 -0.050256070 -0.005683378 0.998720169 24.619855881\n0.999012768 -0.011031577 0.043032479 1.220746636 0.010736260 0.999917269 0.007087746 -0.357009053 -0.043107104 -0.006618741 0.999048531 25.460041046\n0.999244928 -0.009558284 0.037659872 1.242820382 0.009278514 0.999928117 0.007596640 -0.365091205 -0.037729777 -0.007241476 0.999261737 26.300018311\n0.999435604 -0.008080944 0.032607041 1.261443734 0.007835068 0.999939978 0.007661347 -0.372627050 -0.032666996 -0.007401544 0.999438882 27.140592575\n0.999582469 -0.008204574 0.027705882 1.278301597 0.007995738 0.999938846 0.007639993 -0.381450832 -0.027766870 -0.007415274 0.999586940 27.980525970\n0.999717414 -0.007710366 0.022487275 1.294403911 0.007548396 0.999945045 0.007278764 -0.394167483 -0.022542162 -0.007106964 0.999720633 28.834129333\n0.999812841 -0.006499456 0.018220615 1.301768541 0.006354089 0.999947608 0.008024715 -0.401701808 -0.018271817 -0.007907438 0.999801815 29.668657303\n0.999877155 -0.005624990 0.014631107 1.305921674 0.005496351 0.999945998 0.008817639 -0.413145155 -0.014679915 -0.008736138 0.999854088 30.494993210\n0.999925852 -0.003126625 0.011768952 1.309550762 0.003011243 0.999947369 0.009808910 -0.421445519 -0.011799001 -0.009772743 0.999882638 31.330602646\n0.999947071 -0.001418337 0.010190639 1.312804103 0.001320961 0.999953449 0.009555778 -0.428061396 -0.010203717 -0.009541810 0.999902427 32.155876160\n0.999955952 0.000117584 0.009383795 1.312645078 -0.000200359 0.999961078 0.008820628 -0.432957619 -0.009382392 -0.008822119 0.999917090 32.969417572\n0.999963284 0.001714749 0.008396783 1.318493724 -0.001781422 0.999966919 0.007939284 -0.449317217 -0.008382890 -0.007953951 0.999933243 33.801723480\n0.999959052 0.004321718 0.007951037 1.312894702 -0.004383001 0.999960721 0.007706350 -0.456828803 -0.007917420 -0.007740884 0.999938667 34.611347198\n0.999954045 0.006228768 0.007286696 1.313675761 -0.006291322 0.999943256 0.008593532 -0.470394939 -0.007232755 -0.008638981 0.999936521 35.400360107\n0.999947667 0.007837465 0.006573163 1.310767889 -0.007897997 0.999926150 0.009234201 -0.480984032 -0.006500305 -0.009285633 0.999935746 36.187366486\n0.999935091 0.009447885 0.006364759 1.308023214 -0.009509485 0.999907553 0.009718660 -0.492963225 -0.006272350 -0.009778555 0.999932528 36.981410980\n0.999917030 0.011592214 0.005622201 1.305880666 -0.011645053 0.999887466 0.009458373 -0.499504417 -0.005511925 -0.009523059 0.999939442 37.741073608\n0.999895215 0.013297402 0.005726307 1.303768277 -0.013353309 0.999862432 0.009838166 -0.505659699 -0.005594697 -0.009913599 0.999935210 38.475082397\n0.999833465 0.016999817 0.006636128 1.293225408 -0.017065752 0.999804258 0.010009177 -0.515584707 -0.006464676 -0.010120761 0.999927878 39.204952240\n0.999776006 0.019791966 0.007497264 1.305519581 -0.019865688 0.999753773 0.009889568 -0.521613121 -0.007299684 -0.010036291 0.999922991 39.930255890\n0.999715626 0.021529628 0.010256260 1.308892965 -0.021619335 0.999728262 0.008717462 -0.528654158 -0.010065789 -0.008936716 0.999909401 40.633098602\n0.999623895 0.023290459 0.014476965 1.305446863 -0.023403546 0.999696493 0.007691736 -0.537970304 -0.014293428 -0.008027655 0.999865592 41.332981110\n0.999541402 0.023136178 0.019538388 1.317420483 -0.023291230 0.999698699 0.007745894 -0.543433487 -0.019353291 -0.008197415 0.999779105 42.018177032\n0.999384165 0.024543971 0.025076535 1.325167418 -0.024758933 0.999659002 0.008298005 -0.557481408 -0.024864318 -0.008913763 0.999651074 42.690353394\n0.999203742 0.024754902 0.031290300 1.347021222 -0.025042702 0.999647319 0.008839495 -0.566509366 -0.031060442 -0.009616050 0.999471247 43.338924408\n0.998946846 0.024286980 0.038927037 1.371497035 -0.024668042 0.999652088 0.009338812 -0.575421512 -0.038686682 -0.010289231 0.999198437 43.974117279\n0.998546302 0.024590973 0.047963653 1.398197770 -0.025063081 0.999642909 0.009266487 -0.585268676 -0.047718655 -0.010455133 0.998806119 44.596988678\n0.998002708 0.025779424 0.057671800 1.440405130 -0.026337137 0.999613225 0.008931261 -0.590867996 -0.057419252 -0.010432332 0.998295665 45.211742401\n0.997220159 0.025421334 0.070040964 1.477168918 -0.026105011 0.999619901 0.008862963 -0.604838014 -0.069789030 -0.010666745 0.997504771 45.829502106\n0.996317029 0.024119491 0.082283720 1.535111547 -0.024949674 0.999647498 0.009075861 -0.612601280 -0.082035810 -0.011095387 0.996567607 46.423507690\n0.995104015 0.023638846 0.095964387 1.586856246 -0.024546498 0.999664307 0.008288578 -0.616588295 -0.095736243 -0.010603587 0.995350242 47.002944946\n0.993548989 0.023554619 0.110930793 1.652907968 -0.024640230 0.999660850 0.008425470 -0.626548707 -0.110694714 -0.011104478 0.993792415 47.574371338\n0.991563499 0.023570342 0.127460852 1.728586316 -0.024867682 0.999653816 0.008596404 -0.632582784 -0.127214104 -0.011693537 0.991806328 48.129142761\n0.989171326 0.026225448 0.144403487 1.822275519 -0.027660687 0.999585807 0.007940045 -0.643859506 -0.144135445 -0.011848363 0.989487052 48.672466278\n0.985987186 0.024423113 0.165023655 1.925490975 -0.025944557 0.999638379 0.007070014 -0.649314404 -0.164791316 -0.011252409 0.986264288 49.202030182\n0.981735766 0.028089970 0.188164309 2.031145096 -0.029781666 0.999537408 0.006168812 -0.655735314 -0.187903985 -0.011659989 0.982118189 49.726505280\n0.976536930 0.026824150 0.213672817 2.151505947 -0.028379934 0.999588311 0.004216479 -0.675775349 -0.213471755 -0.010181568 0.976896167 50.235576630\n0.970445037 0.025856234 0.239933163 2.288591862 -0.026865011 0.999638617 0.000934116 -0.680787683 -0.239822313 -0.007352315 0.970788956 50.716743469\n0.963088572 0.025121707 0.268009901 2.437519789 -0.025516436 0.999672353 -0.002010711 -0.685292482 -0.267972589 -0.004902163 0.963414073 51.192157745\n0.954498470 0.022223020 0.297386736 2.601091146 -0.022423133 0.999744833 -0.002738867 -0.702715814 -0.297371715 -0.004054097 0.954753160 51.650920868\n0.944284201 0.024416147 0.328224331 2.766242504 -0.024140552 0.999696493 -0.004914914 -0.715291977 -0.328244716 -0.003282440 0.944587052 52.096462250\n0.932698786 0.025583932 0.359747797 2.943952322 -0.025436677 0.999663174 -0.005144046 -0.720926225 -0.359758228 -0.004352942 0.933035433 52.515659332\n0.919724762 0.023844950 0.391838938 3.126159191 -0.024432534 0.999695420 -0.003487346 -0.740030110 -0.391802728 -0.006366219 0.920027256 52.903392792\n0.904705644 0.023369730 0.425395757 3.330525398 -0.024356592 0.999698460 -0.003119770 -0.749220490 -0.425340384 -0.007538716 0.905002058 53.295158386\n0.887764454 0.022761643 0.459734946 3.547775269 -0.023822792 0.999710083 -0.003493353 -0.762757182 -0.459681183 -0.007850895 0.888049304 53.665924072\n0.868464351 0.022364886 0.495246917 3.765348673 -0.023305260 0.999719262 -0.004278312 -0.780176699 -0.495203555 -0.007826296 0.868741751 54.020328522\n0.847150326 0.021228082 0.530929148 4.002349854 -0.021221982 0.999756098 -0.006111356 -0.793197036 -0.530929387 -0.006090131 0.847394228 54.360141754\n0.823802352 0.019845238 0.566529691 4.252604485 -0.018898116 0.999792993 -0.007542089 -0.810114563 -0.566562116 -0.004493152 0.824006796 54.681793213\n0.798164725 0.017467938 0.602185965 4.498240471 -0.015614098 0.999843597 -0.008307373 -0.814846158 -0.602236867 -0.002771937 0.798312664 54.967643738\n0.770229340 0.013407120 0.637626112 4.773470402 -0.012527996 0.999904156 -0.005891235 -0.830154657 -0.637643993 -0.003450574 0.770323515 55.262729645\n0.740278065 0.009056997 0.672239840 5.052114964 -0.010129861 0.999945998 -0.002317021 -0.838473082 -0.672224522 -0.005094455 0.740329862 55.536544800\n0.708523989 0.004649729 0.705671489 5.344416618 -0.008743196 0.999959409 0.002189722 -0.856472731 -0.705632627 -0.007721294 0.708535910 55.792003632\n0.673474908 0.002695669 0.739205122 5.639716625 -0.010268570 0.999930978 0.005709026 -0.860917568 -0.739138722 -0.011435466 0.673456192 56.031707764\n0.637814760 -0.000803371 0.770189404 5.946973801 -0.009169647 0.999920666 0.008636633 -0.867756784 -0.770135224 -0.012570936 0.637756765 56.222709656\n0.597730637 -0.004493515 0.801684439 6.253133774 -0.007852972 0.999903500 0.011459676 -0.884360731 -0.801658571 -0.013145404 0.597637653 56.430496216\n0.556162477 -0.006697852 0.831046641 6.586144447 -0.004643034 0.999926865 0.011166213 -0.887510478 -0.831060648 -0.010068807 0.556090713 56.606040955\n0.511468172 -0.005483422 0.859284759 6.933892250 -0.002865804 0.999963164 0.008086945 -0.885328829 -0.859297454 -0.006598757 0.511433601 56.783470154\n0.465185821 -0.003069422 0.885207653 7.294126511 -0.005851728 0.999961495 0.006542469 -0.895890713 -0.885193646 -0.008223459 0.465149939 56.939304352\n0.417712748 -0.000363267 0.908579111 7.676856995 -0.007534428 0.999964178 0.003863704 -0.889216185 -0.908547997 -0.008459541 0.417695045 57.075668335\n0.367317498 0.002429823 0.930092454 8.063472748 -0.013254003 0.999908745 0.002622134 -0.893162251 -0.930001199 -0.013290603 0.367316186 57.212188721\n0.317863822 0.002444356 0.948133230 8.479661942 -0.015883716 0.999870062 0.002747315 -0.899898171 -0.948003352 -0.015933152 0.317861319 57.319877625\n0.270420969 0.002596647 0.962738693 8.909832001 -0.014160238 0.999898911 0.001280556 -0.901120424 -0.962638080 -0.013978899 0.270430386 57.399322510\n0.225653172 0.001866021 0.974206030 9.357234955 -0.013128357 0.999913216 0.001125631 -0.903144240 -0.974119365 -0.013043726 0.225658059 57.471267700\n0.184398234 -0.000295248 0.982851624 9.830020905 -0.012799313 0.999914408 0.002701725 -0.905956864 -0.982768357 -0.013078018 0.184378684 57.533218384\n0.145852685 -0.002872868 0.989302218 10.323165894 -0.013466396 0.999897361 0.004888986 -0.911234856 -0.989214718 -0.014035407 0.145799041 57.582969666\n0.108871400 -0.004229485 0.994046986 10.793029785 -0.014136546 0.999883235 0.005802602 -0.911043525 -0.993955433 -0.014684128 0.108798862 57.631645203\n0.076376081 -0.005515949 0.997063935 11.321739197 -0.013360645 0.999889255 0.006555020 -0.915097117 -0.996989667 -0.013822063 0.076293945 57.653324127\n0.047230840 -0.006127025 0.998865306 11.871635437 -0.013033948 0.999892294 0.006749630 -0.917070627 -0.998799026 -0.013337948 0.047145903 57.659729004\n0.020881474 -0.004253106 0.999772966 12.440486908 -0.015957400 0.999862134 0.004586777 -0.917453766 -0.999654651 -0.016049556 0.020810723 57.660705566\n-0.001852155 -0.001967169 0.999996424 13.017707825 -0.019899927 0.999800086 0.001929926 -0.919251978 -0.999800324 -0.019896280 -0.001890898 57.658065796\n-0.021800876 -0.001318655 0.999761641 13.632469177 -0.020080108 0.999798000 0.000880839 -0.922389925 -0.999560833 -0.020056115 -0.021822929 57.640819550\n-0.038680911 -0.000422081 0.999251544 14.216091156 -0.015532160 0.999879360 -0.000178901 -0.926518738 -0.999130905 -0.015527454 -0.038682818 57.607353210\n-0.054342389 -0.000478327 0.998522341 14.861663818 -0.013368027 0.999910593 -0.000248533 -0.928864598 -0.998432994 -0.013361779 -0.054343939 57.560142517\n-0.069658041 -0.001686480 0.997569561 15.517940521 -0.014282078 0.999897778 0.000693131 -0.932903051 -0.997468710 -0.014199084 -0.069674969 57.514106750\n-0.084787369 -0.000684446 0.996398866 16.203582764 -0.013131660 0.999913692 -0.000430561 -0.941526294 -0.996312559 -0.013120877 -0.084789038 57.457118988\n-0.096793652 0.000975294 0.995304167 16.894958496 -0.011468983 0.999932051 -0.002095188 -0.948681951 -0.995238543 -0.011617925 -0.096775889 57.382606506\n-0.106476545 0.003582462 0.994308770 17.601348877 -0.004214956 0.999982893 -0.004054268 -0.957842350 -0.994306326 -0.004622652 -0.106459618 57.299697876\n-0.112397432 0.006383821 0.993642867 18.323474884 0.003139407 0.999976635 -0.006069395 -0.967498302 -0.993658423 0.002437265 -0.112414837 57.201736450\n-0.114464760 0.006412246 0.993406773 19.064563751 0.007966908 0.999952912 -0.005536520 -0.978371024 -0.993395507 0.007280644 -0.114510417 57.108177185\n-0.114154339 0.004713224 0.993451834 19.826404572 0.009013218 0.999952495 -0.003708386 -0.990952790 -0.993422151 0.008530870 -0.114191413 57.019626617\n-0.111421704 0.003960701 0.993765533 20.599231720 0.012193026 0.999922216 -0.002618150 -0.999731660 -0.993698597 0.011825289 -0.111461282 56.931888580\n-0.106696367 0.002776509 0.994287789 21.382926941 0.014354883 0.999896169 -0.001251759 -1.013391137 -0.994188070 0.014139326 -0.106725097 56.846588135\n-0.102500200 0.003808018 0.994725764 22.198753357 0.012660155 0.999916673 -0.002523342 -1.023899674 -0.994652450 0.012334738 -0.102539897 56.769916534\n-0.098573685 0.004723291 0.995118618 23.008216858 0.011801104 0.999923944 -0.003577117 -1.031960964 -0.995059848 0.011390889 -0.098621845 56.700050354\n-0.093949795 0.004102041 0.995568693 23.806968689 0.017240908 0.999848247 -0.002492690 -1.048927784 -0.995427847 0.016930318 -0.094006181 56.620998383\n-0.090623617 0.002191186 0.995882869 24.611061096 0.022557182 0.999745548 -0.000147023 -1.060625076 -0.995629787 0.022450985 -0.090649962 56.556758881\n-0.086941838 -0.001193089 0.996212661 25.438636780 0.025327999 0.999673367 0.003407667 -1.070267558 -0.995891333 0.025528343 -0.086883187 56.478164673\n-0.082189560 -0.004778637 0.996605337 26.252414703 0.028272109 0.999574900 0.007124462 -1.079591513 -0.996215701 0.028761689 -0.082019567 56.409530640\n-0.076767683 -0.007935140 0.997017503 27.060604095 0.029179271 0.999522150 0.010201799 -1.092447519 -0.996622026 0.029875411 -0.076499462 56.348545074\n-0.072717667 -0.009450945 0.997307897 27.865798950 0.026714601 0.999577880 0.011420324 -1.097913742 -0.996994853 0.027473139 -0.072434545 56.294952393\n-0.068788171 -0.011027063 0.997570395 28.669380188 0.020308184 0.999716222 0.012451148 -1.101395369 -0.997424603 0.021115331 -0.068544745 56.254898071\n-0.064637780 -0.014807187 0.997798979 29.484188080 0.014226263 0.999774635 0.015758088 -1.104924202 -0.997807443 0.015213517 -0.064412594 56.218929291\n-0.060193658 -0.016317870 0.998053372 30.300027847 0.011050627 0.999794185 0.017012808 -1.107817173 -0.998125613 0.012053179 -0.060001016 56.183822632\n-0.056170702 -0.012622965 0.998341501 31.102769852 0.012152671 0.999837339 0.013325636 -1.117644191 -0.998347342 0.012881023 -0.056008101 56.144115448\n-0.053075790 -0.004787979 0.998578966 31.924303055 0.012895935 0.999901831 0.005479757 -1.120716572 -0.998507142 0.013168452 -0.053008795 56.102775574\n-0.050331593 0.001231994 0.998731792 32.741268158 0.010731218 0.999942183 -0.000692681 -1.122305751 -0.998674870 0.010682746 -0.050341964 56.068443298\n-0.048257470 0.000343315 0.998834908 33.561264038 0.010717291 0.999942541 0.000174097 -1.134800196 -0.998777509 0.010713206 -0.048258424 56.030273438\n-0.047642589 -0.003600450 0.998858035 34.389053345 0.013447345 0.999900579 0.004245606 -1.152436137 -0.998773992 0.013634259 -0.047589421 55.996055603\n-0.046923757 -0.003502135 0.998892367 35.218196869 0.014086910 0.999892116 0.004167384 -1.157732010 -0.998799145 0.014266856 -0.046869278 55.960605621\n-0.046802521 -0.001469612 0.998903155 36.048168182 0.011965009 0.999926329 0.002031724 -1.170079231 -0.998832583 0.012046974 -0.046781540 55.925498962\n-0.047075272 -0.000133692 0.998891413 36.887393951 0.004923428 0.999987841 0.000365868 -1.176458478 -0.998879254 0.004935193 -0.047074080 55.905307770\n-0.048735142 -0.001187472 0.998811126 37.726821899 0.003091262 0.999994338 0.001339711 -1.186899424 -0.998807073 0.003152877 -0.048731208 55.882579803\n-0.049377918 -0.001959126 0.998778224 38.581909180 0.003243918 0.999992490 0.002121882 -1.194523692 -0.998774886 0.003344729 -0.049371123 55.838249207\n-0.051385283 0.001651551 0.998677492 39.424976349 0.004082090 0.999990642 -0.001443685 -1.211039662 -0.998670518 0.004002508 -0.051391602 55.803264618\n-0.052488446 0.005534899 0.998606324 40.296394348 0.004434255 0.999976099 -0.005309421 -1.221654892 -0.998611808 0.004149392 -0.052511692 55.757438660\n-0.053270698 0.008323282 0.998545408 41.168254852 0.005691817 0.999951541 -0.008031353 -1.234306574 -0.998563886 0.005255701 -0.053315520 55.714508057\n-0.055084944 0.009145943 0.998439789 42.052223206 0.007851989 0.999931097 -0.008726401 -1.258734465 -0.998450756 0.007359045 -0.055152893 55.678550720\n-0.056289434 0.010303770 0.998361409 42.945693970 0.007952816 0.999919653 -0.009871460 -1.279744983 -0.998382926 0.007384126 -0.056366920 55.633129120\n-0.057246208 0.009931273 0.998310745 43.857669830 0.006071425 0.999935508 -0.009599283 -1.289864779 -0.998341680 0.005511647 -0.057302833 55.580280304\n-0.058420300 0.005585804 0.998276472 44.773387909 0.005145349 0.999972761 -0.005294184 -1.308139086 -0.998278797 0.004827193 -0.058447480 55.529613495\n-0.060153842 0.004011860 0.998181045 45.700901031 0.004751487 0.999981761 -0.003732756 -1.327258587 -0.998177826 0.004518304 -0.060171843 55.481708527\n-0.061653137 0.006811042 0.998074532 46.625236511 0.004939711 0.999966562 -0.006518819 -1.347423792 -0.998085558 0.004528294 -0.061684728 55.438282013\n-0.061929703 0.010507910 0.998025179 47.574050903 0.006129452 0.999929726 -0.010147615 -1.364164591 -0.998061657 0.005488908 -0.061989784 55.372402191\n-0.061875343 0.011875299 0.998013258 48.514228821 0.009038051 0.999894857 -0.011337343 -1.386772633 -0.998042941 0.008318593 -0.061976194 55.315055847\n-0.061884046 0.008506650 0.998047113 49.477111816 0.013648747 0.999877393 -0.007675959 -1.407591581 -0.997990072 0.013147073 -0.061992526 55.251422882\n-0.062182546 0.002809785 0.998060822 50.457641602 0.015357020 0.999880373 -0.001858112 -1.421001077 -0.997946620 0.015211698 -0.062218308 55.195171356\n-0.062058091 -0.000519731 0.998072505 51.451053619 0.017191047 0.999850988 0.001589559 -1.443621993 -0.997924566 0.017256554 -0.062039971 55.145656586\n-0.060411811 0.001054809 0.998173118 52.447177887 0.014586373 0.999893606 -0.000173828 -1.456252098 -0.998067081 0.014549222 -0.060420752 55.077095032\n-0.059171796 0.003757772 0.998240769 53.440650940 0.014631967 0.999888778 -0.002896651 -1.469392657 -0.998140633 0.014434827 -0.059220195 55.021797180\n-0.059327126 0.005634037 0.998222828 54.457702637 0.008567100 0.999950111 -0.005134621 -1.488014698 -0.998201907 0.008247252 -0.059372425 54.977928162\n-0.060235262 0.005662966 0.998168230 55.457015991 0.005918112 0.999968350 -0.005316046 -1.499996424 -0.998166800 0.005587058 -0.060266852 54.937965393\n-0.060834289 0.000631769 0.998147726 56.496368408 0.006553007 0.999978483 -0.000233540 -1.517741680 -0.998126388 0.006526661 -0.060837150 54.872177124\n-0.061418653 -0.005253529 0.998098373 57.530380249 0.004377465 0.999975085 0.005532778 -1.529751897 -0.998102605 0.004708955 -0.061394215 54.817634583\n-0.062291265 -0.004554814 0.998047769 58.569374084 0.005899079 0.999970436 0.004931769 -1.538243413 -0.998040736 0.006194767 -0.062262654 54.762680054\n-0.062224627 -0.001099229 0.998061776 59.615871429 0.009234137 0.999955952 0.001677021 -1.548446417 -0.998019636 0.009320589 -0.062211752 54.686859131\n-0.063051820 0.001592934 0.998009026 60.660785675 0.011688438 0.999931335 -0.000857555 -1.562453270 -0.997941852 0.011611097 -0.063066125 54.618225098\n-0.065623999 -0.001324762 0.997843683 61.721965790 0.011638301 0.999930084 0.002092932 -1.573894620 -0.997776687 0.011750550 -0.065603971 54.554149628\n-0.068191409 -0.006732714 0.997649670 62.798641205 0.013146649 0.999884367 0.007646395 -1.587638140 -0.997585773 0.013637166 -0.068095088 54.480072021\n-0.071448684 -0.009201539 0.997402012 63.870933533 0.014002930 0.999849677 0.010227215 -1.592167616 -0.997346163 0.014697268 -0.071309090 54.412406921\n-0.075394630 -0.008327195 0.997119188 64.941093445 0.018463559 0.999782026 0.009745508 -1.597157240 -0.996982992 0.019145124 -0.075224400 54.331405640\n-0.078693390 -0.009153156 0.996856868 66.018333435 0.021416312 0.999711573 0.010870002 -1.600615501 -0.996668816 0.022204395 -0.078474641 54.241859436\n-0.082884550 -0.011184072 0.996496499 67.086906433 0.024443168 0.999613404 0.013252135 -1.606267691 -0.996259451 0.025455926 -0.082579136 54.162200928\n-0.085269332 -0.010869929 0.996298671 68.157508850 0.028592154 0.999502003 0.013351968 -1.615782976 -0.995947659 0.029624837 -0.084915996 54.059135437\n-0.087008119 -0.007389464 0.996180356 69.231506348 0.032459676 0.999420524 0.010248582 -1.622541189 -0.995678782 0.033227395 -0.086717844 53.953857422\n-0.089064240 -0.002707501 0.996022344 70.302742004 0.034637973 0.999383032 0.005813955 -1.632101774 -0.995423555 0.035018004 -0.088915467 53.862709045\n-0.090327859 0.000244396 0.995912135 71.375923157 0.037756097 0.999281943 0.003179198 -1.638653398 -0.995196223 0.037888922 -0.090272188 53.762260437\n-0.090276122 -0.000843382 0.995916426 72.453857422 0.037090119 0.999303043 0.004208333 -1.656881094 -0.995225847 0.037318569 -0.090181947 53.680122375\n-0.086696029 -0.003412846 0.996229112 73.539916992 0.037862632 0.999260366 0.006718189 -1.667832136 -0.995515227 0.038302291 -0.086502671 53.575332642\n-0.081474185 -0.006635298 0.996653438 74.611129761 0.041243177 0.999098837 0.010023115 -1.677527070 -0.995821834 0.041921776 -0.081127167 53.483230591\n-0.077782154 -0.009582905 0.996924460 75.685279846 0.041478608 0.999056876 0.012839647 -1.683066368 -0.996107280 0.042349726 -0.077311277 53.419052124\n-0.072919130 -0.012993107 0.997253299 76.767166138 0.042545993 0.998964369 0.016126359 -1.685519457 -0.996430039 0.043605048 -0.072290778 53.342002869\n-0.068075418 -0.013995231 0.997582078 77.846694946 0.043487564 0.998909652 0.016981466 -1.685810566 -0.996731997 0.044538431 -0.067392588 53.271148682\n-0.064172149 -0.010072225 0.997888029 78.903945923 0.043922443 0.998951554 0.012907525 -1.692003608 -0.996971786 0.044657987 -0.063662529 53.199066162\n-0.061804652 -0.005285366 0.998074293 79.979232788 0.042830635 0.999050796 0.007942773 -1.692051768 -0.997168839 0.043239053 -0.061519623 53.133110046\n-0.060498238 -0.005374325 0.998154044 81.072830200 0.043398261 0.999025762 0.008009387 -1.693492055 -0.997224629 0.043802693 -0.060206056 53.066558838\n-0.059271932 -0.007995554 0.998209834 82.154365540 0.044178437 0.998967171 0.010624859 -1.712110043 -0.997263789 0.044729106 -0.058857560 53.009552002\n-0.057506442 -0.004944570 0.998332977 83.230529785 0.044553015 0.998978734 0.007514127 -1.719322443 -0.997350574 0.044910852 -0.057227373 52.951858521\n-0.055286407 0.001184520 0.998469889 84.299652100 0.044311725 0.999016941 0.001268419 -1.726802349 -0.997486830 0.044314045 -0.055284500 52.900749207\n-0.053182364 0.003834913 0.998577476 85.386650085 0.043245137 0.999063313 -0.001533623 -1.748841763 -0.997648001 0.043102060 -0.053298354 52.843986511\n-0.050693870 0.003201384 0.998709142 86.467681885 0.043698084 0.999044299 -0.000984372 -1.766153812 -0.997757792 0.043591771 -0.050785303 52.792358398\n-0.047020078 -0.000038409 0.998894095 87.559585571 0.041801944 0.999123931 0.002006118 -1.782769322 -0.998019040 0.041850038 -0.046977282 52.748779297\n-0.042961001 -0.004485632 0.999066770 88.669097900 0.040994763 0.999139845 0.006248778 -1.797282696 -0.998235404 0.041224957 -0.042740226 52.705802917\n-0.038221359 -0.007148013 0.999243796 89.765487671 0.039320447 0.999189198 0.008651639 -1.810261607 -0.998495400 0.039621387 -0.037909269 52.668174744\n-0.034497976 -0.003332868 0.999399364 90.851898193 0.035080116 0.999374151 0.004543702 -1.825134516 -0.998789012 0.035215788 -0.034359455 52.635040283\n-0.032973647 0.006527301 0.999434888 91.945312500 0.032089014 0.999470055 -0.005468844 -1.836572051 -0.998940945 0.031890552 -0.033165574 52.609580994\n-0.032338142 0.014184314 0.999376476 93.035240173 0.025844684 0.999576807 -0.013350872 -1.859256506 -0.999142885 0.025396824 -0.032691002 52.590118408\n-0.031873226 0.013493707 0.999400973 94.126380920 0.025571326 0.999592543 -0.012680769 -1.890458345 -0.999164879 0.025151828 -0.032205343 52.563713074\n-0.031161427 0.007687435 0.999484837 95.235061646 0.024963189 0.999664485 -0.006910526 -1.914896846 -0.999202609 0.024734985 -0.031342864 52.527565002\n-0.032914519 0.001395063 0.999457181 96.332168579 0.026031239 0.999660969 -0.000538076 -1.937408566 -0.999119103 0.025999399 -0.032939672 52.501052856\n-0.034847140 -0.004875794 0.999380827 97.429809570 0.024513198 0.999683082 0.005732010 -1.952741861 -0.999092042 0.024697762 -0.034716606 52.463218689\n-0.037175298 -0.009078743 0.999267638 98.533943176 0.024199581 0.999657333 0.009982569 -1.956579566 -0.999015808 0.024552958 -0.036942840 52.422721863\n-0.039356828 -0.008357806 0.999190390 99.616516113 0.025008131 0.999643564 0.009346633 -1.968751788 -0.998912334 0.025355734 -0.039133787 52.385559082\n-0.041210175 -0.008227906 0.999116778 100.706863403 0.024552604 0.999655783 0.009245052 -1.979859233 -0.998848915 0.024911903 -0.040993929 52.340934753\n-0.043636918 -0.009529055 0.999001980 101.786041260 0.025032319 0.999630153 0.010628472 -1.990604162 -0.998733819 0.025471130 -0.043382287 52.308250427\n-0.044296622 -0.007850684 0.998987734 102.867095947 0.025745206 0.999628067 0.008997296 -2.002324820 -0.998686790 0.026117690 -0.044077992 52.256278992\n-0.044878364 0.000646236 0.998992383 103.926300049 0.026481710 0.999649167 0.000542990 -2.014528990 -0.998641551 0.026479391 -0.044879675 52.217987061\n-0.045936465 0.007889765 0.998913229 105.005836487 0.022925694 0.999713778 -0.006841818 -2.036539793 -0.998681307 0.022586489 -0.046104193 52.172157288\n-0.047263741 0.008057619 0.998849928 106.070922852 0.020589590 0.999762893 -0.007090723 -2.059312820 -0.998670220 0.020230776 -0.047418356 52.128196716\n-0.049918532 0.002114061 0.998751104 107.127059937 0.015683286 0.999876142 -0.001332577 -2.083822250 -0.998630166 0.015597178 -0.049945593 52.089408875\n-0.052745104 -0.005462967 0.998593152 108.192123413 0.009864775 0.999933422 0.005991350 -2.097925663 -0.998559415 0.010166910 -0.052687764 52.047164917\n-0.054900765 -0.013512497 0.998400509 109.251266479 0.008498746 0.999865890 0.013999665 -2.106444359 -0.998455822 0.009253742 -0.054778576 51.998939514\n-0.057242393 -0.020255255 0.998154879 110.298851013 0.010852389 0.999722481 0.020909430 -2.115630627 -0.998301387 0.012029266 -0.057006598 51.941268921\n-0.058907986 -0.020596843 0.998051107 111.348922729 0.010246798 0.999722004 0.021236125 -2.116870642 -0.998211026 0.011477802 -0.058680534 51.881042480\n-0.060095906 -0.013209367 0.998105168 112.367256165 0.013302010 0.999813020 0.014032883 -2.125697613 -0.998103976 0.014120123 -0.059908986 51.823898315\n-0.060481310 0.001398030 0.998168349 113.381027222 0.021674385 0.999765098 -0.000086966 -2.136897802 -0.997933984 0.021629427 -0.060497403 51.755058289\n-0.061506987 0.012665742 0.998026490 114.411544800 0.026397780 0.999590337 -0.011058738 -2.150837183 -0.997757673 0.025665492 -0.061816096 51.681015015\n-0.061730742 0.009189080 0.998050570 115.440338135 0.026126958 0.999629855 -0.007587635 -2.173103809 -0.997750878 0.025607636 -0.061948061 51.619415283\n-0.061901569 -0.001865878 0.998080552 116.464675903 0.028886551 0.999575973 0.003660233 -2.201496601 -0.997664213 0.029057678 -0.061821342 51.562271118\n-0.061776876 -0.011647986 0.998022020 117.502410889 0.029504877 0.999473572 0.013491259 -2.212358475 -0.997653782 0.030279964 -0.061400652 51.497711182\n-0.061558604 -0.016918173 0.997960091 118.526840210 0.027948385 0.999435067 0.018667158 -2.214925289 -0.997712135 0.029040497 -0.061050892 51.437301636\n-0.061822772 -0.022349074 0.997837067 119.536354065 0.025154209 0.999396801 0.023942484 -2.215501070 -0.997770309 0.026579985 -0.061223388 51.390502930\n-0.061639190 -0.025494749 0.997772813 120.586471558 0.021679869 0.999403656 0.026875731 -2.204698324 -0.997862995 0.023288183 -0.061049700 51.324234009\n-0.062014580 -0.023434209 0.997800171 121.590927124 0.019698445 0.999500871 0.024698434 -2.200199127 -0.997880936 0.021186771 -0.061522007 51.271095276\n-0.061493039 -0.016538929 0.997970581 122.585113525 0.016745266 0.999704897 0.017599482 -2.196654797 -0.997967124 0.017793525 -0.061197877 51.214469910\n-0.060958147 -0.011113638 0.998078465 123.570663452 0.017213915 0.999777615 0.012183906 -2.203402996 -0.997991860 0.017923545 -0.060753345 51.160827637\n-0.060957074 -0.005573693 0.998124838 124.563598633 0.017559543 0.999823689 0.006655568 -2.207355022 -0.997985959 0.017932320 -0.060848475 51.104354858\n-0.060628891 -0.001007434 0.998159885 125.540229797 0.019081889 0.999815583 0.002168153 -2.220473528 -0.997977972 0.019178228 -0.060598493 51.042770386\n-0.060535312 0.003131445 0.998161256 126.507934570 0.018662356 0.999823809 -0.002004853 -2.238247395 -0.997991681 0.018506674 -0.060582995 50.996475220\n-0.060764551 0.002544638 0.998148918 127.487144470 0.021344636 0.999771416 -0.001249372 -2.247649908 -0.997923911 0.021229206 -0.060804963 50.943435669\n-0.060226202 -0.004117876 0.998176277 128.438583374 0.020537198 0.999774694 0.005363607 -2.271368980 -0.997973442 0.020822773 -0.060127974 50.882232666\n-0.060170770 -0.013837435 0.998092294 129.385131836 0.018891210 0.999709010 0.014998721 -2.280496359 -0.998009384 0.019757653 -0.059891939 50.829971313\n-0.061482668 -0.021738298 0.997871459 130.331314087 0.013153428 0.999658346 0.022587659 -2.284791231 -0.998021543 0.014514180 -0.061175823 50.786300659\n-0.064968586 -0.024924250 0.997576118 131.240295410 0.007635831 0.999646366 0.025473272 -2.284766197 -0.997858226 0.009272279 -0.064755321 50.758224487\n-0.066491842 -0.022942584 0.997523248 132.160919189 0.003053909 0.999726236 0.023196818 -2.289306402 -0.997782409 0.004588744 -0.066403627 50.695755005\n-0.067856789 -0.015765665 0.997570574 133.042449951 0.000087171 0.999875069 0.015808016 -2.291801929 -0.997695148 0.001159640 -0.067847013 50.647567749\n-0.068623424 -0.008789939 0.997604012 133.899414062 0.001661348 0.999958813 0.008924969 -2.298166275 -0.997641325 0.002269828 -0.068606019 50.592468262\n-0.067946076 -0.002408839 0.997686207 134.743331909 0.005437707 0.999981344 0.002784708 -2.304976463 -0.997674346 0.005614334 -0.067931652 50.536544800\n-0.064207792 -0.000322476 0.997936487 135.563476562 0.010729927 0.999941945 0.001013493 -2.323761225 -0.997878850 0.010772860 -0.064200521 50.474761963\n-0.059450388 -0.000801094 0.998230994 136.367584229 0.015131462 0.999884069 0.001703585 -2.337847948 -0.998116612 0.015205973 -0.059431434 50.424407959\n-0.054399967 -0.005725291 0.998502791 137.164764404 0.018048886 0.999814570 0.006716143 -2.350275278 -0.998356044 0.018387221 -0.054286480 50.381195068\n-0.050056577 -0.009846892 0.998697877 137.929824829 0.019403538 0.999753058 0.010829837 -2.366380215 -0.998557925 0.019920375 -0.049853086 50.340270996\n-0.045734644 -0.009584268 0.998907685 138.668273926 0.020383630 0.999736845 0.010525481 -2.381250381 -0.998745680 0.020842742 -0.045527220 50.309066772\n-0.041507244 -0.005253148 0.999124527 139.374023438 0.021474281 0.999750495 0.006148555 -2.397488117 -0.998907566 0.021710688 -0.041384101 50.283493042\n-0.037271857 -0.001321961 0.999304414 140.042739868 0.021504778 0.999766469 0.002124651 -2.406598091 -0.999073863 0.021569008 -0.037234783 50.265838623\n-0.032842755 -0.000654817 0.999460459 140.706375122 0.023020595 0.999733984 0.001411460 -2.419541121 -0.999195576 0.023054527 -0.032818913 50.247879028\n-0.028259754 -0.001143383 0.999600053 141.326644897 0.020629790 0.999785721 0.001726822 -2.432602406 -0.999387801 0.020670336 -0.028230190 50.235778809\n-0.024931431 -0.002335455 0.999686599 141.922622681 0.015052412 0.999883056 0.002711308 -2.449716091 -0.999575973 0.015115288 -0.024893403 50.235839844\n-0.021271467 -0.002147095 0.999771595 142.487655640 0.010638977 0.999940574 0.002373815 -2.464350462 -0.999717295 0.010687040 -0.021247387 50.233093262\n-0.018372297 0.001139350 0.999830604 143.034820557 0.008593835 0.999962568 -0.000981585 -2.470800400 -0.999794304 0.008574345 -0.018381357 50.225387573\n-0.017461658 0.005076884 0.999834657 143.566177368 0.007421015 0.999960244 -0.004947917 -2.483693600 -0.999819994 0.007333389 -0.017498612 50.222244263\n-0.017856359 0.006257734 0.999821126 144.102569580 0.004553013 0.999970555 -0.006177356 -2.495686054 -0.999830306 0.004441894 -0.017884374 50.215194702\n-0.020210981 0.004050009 0.999787569 144.643524170 -0.001866408 0.999989927 -0.004088558 -2.511858702 -0.999794066 -0.001948644 -0.020203233 50.222518921\n-0.022751927 -0.000452945 0.999741077 145.168884277 -0.007770273 0.999969780 0.000276215 -2.521692514 -0.999710977 -0.007761977 -0.022754788 50.221801758\n-0.024994135 -0.005543391 0.999672294 145.693222046 -0.009138880 0.999944091 0.005316406 -2.527414560 -0.999645889 -0.009003007 -0.025043368 50.210418701\n-0.027090788 -0.008500988 0.999596894 146.228302002 -0.005318304 0.999950886 0.008359864 -2.539717197 -0.999618888 -0.005089685 -0.027134657 50.186859131\n-0.029518485 -0.006389586 0.999543786 146.739242554 -0.003127892 0.999975264 0.006299971 -2.552823067 -0.999559343 -0.002940499 -0.029537797 50.164276123\n-0.032673717 -0.003316223 0.999460697 147.244903564 -0.004235918 0.999985993 0.003179489 -2.561946154 -0.999457240 -0.004129748 -0.032687306 50.154205322\n-0.035338283 -0.001692540 0.999374092 147.751419067 -0.008072419 0.999966443 0.001408100 -2.567762136 -0.999342918 -0.008017605 -0.035350800 50.143920898\n-0.038089991 0.000228770 0.999274313 148.263565063 -0.008274271 0.999965608 -0.000544323 -2.568210602 -0.999240100 -0.008288999 -0.038086772 50.135223389\n-0.039787769 0.001887296 0.999206543 148.759094238 -0.006741837 0.999974966 -0.002157202 -2.570626259 -0.999185562 -0.006822316 -0.039774060 50.110137939\n-0.042430758 -0.001154330 0.999098837 149.252883911 -0.006254763 0.999980032 0.000889715 -2.584411860 -0.999079943 -0.006211375 -0.042437077 50.086547852\n-0.044993520 -0.006236508 0.998967946 149.761093140 -0.007395383 0.999955177 0.005909585 -2.590778351 -0.998960018 -0.007121858 -0.045037627 50.065521240\n-0.048061132 -0.009490518 0.998799384 150.258224487 -0.007833363 0.999927700 0.009124307 -2.594757080 -0.998813748 -0.007385434 -0.048132062 50.052612305\n-0.050624251 -0.010963615 0.998657703 150.746627808 -0.010315111 0.999892175 0.010454273 -2.604021072 -0.998664618 -0.009772026 -0.050731897 50.030776978\n-0.052510858 -0.012617017 0.998540759 151.238815308 -0.011423265 0.999862373 0.012032995 -2.611304998 -0.998555124 -0.010774733 -0.052647829 50.003540039\n-0.053427577 -0.014078845 0.998472512 151.725952148 -0.011935086 0.999838173 0.013459465 -2.616791964 -0.998500407 -0.011197748 -0.053586960 49.976913452\n-0.054772973 -0.014474632 0.998393893 152.209136963 -0.012545018 0.999825954 0.013807162 -2.620159864 -0.998420060 -0.011768611 -0.054945111 49.958969116\n-0.053923130 -0.012527841 0.998466671 152.692062378 -0.010048169 0.999877453 0.012002885 -2.619303226 -0.998494685 -0.009385528 -0.054042339 49.933609009\n-0.048800230 -0.009841222 0.998760104 153.169738770 -0.007725462 0.999925256 0.009475232 -2.621912479 -0.998778701 -0.007253490 -0.048872590 49.908584595\n-0.040460825 -0.008339871 0.999146342 153.622497559 -0.006853886 0.999943972 0.008068979 -2.629013538 -0.999157667 -0.006521559 -0.040515661 49.882919312\n-0.032352328 -0.008487538 0.999440551 154.086898804 -0.009336766 0.999922872 0.008189400 -2.638224840 -0.999432981 -0.009066597 -0.032428980 49.913055420\n-0.016062379 -0.009491956 0.999826074 154.542938232 -0.007227777 0.999929905 0.009376829 -2.639673233 -0.999845028 -0.007075907 -0.016129851 49.903152466\n0.006191850 -0.009163679 0.999938965 154.977676392 -0.001486429 0.999956846 0.009173049 -2.639573097 -0.999979794 -0.001543137 0.006177962 49.912094116\n0.036362469 -0.008241828 0.999304712 155.407623291 0.005960227 0.999949992 0.008030270 -2.638813496 -0.999320924 0.005664083 0.036409736 49.928436279\n0.072735190 -0.009542830 0.997305691 155.824188232 0.008197391 0.999926150 0.008970055 -2.649838924 -0.997317672 0.007522865 0.072808087 49.973464966\n0.113631308 -0.009574853 0.993476987 156.249221802 0.005528743 0.999944150 0.009004819 -2.651095867 -0.993507743 0.004469448 0.113677919 50.047485352\n0.155918896 -0.006636337 0.987747610 156.656097412 0.001100395 0.999978006 0.006544808 -2.658203840 -0.987769246 0.000066454 0.155922771 50.139846802\n0.198666155 -0.001691701 0.980065882 157.044418335 0.001145039 0.999998212 0.001493999 -2.654585361 -0.980066657 0.000825406 0.198667705 50.234390259\n0.238775074 0.001608327 0.971073627 157.391220093 0.003394137 0.999991119 -0.002490798 -2.669470310 -0.971069038 0.003890698 0.238767505 50.369636536\n0.281352818 0.003582500 0.959597766 157.768905640 0.005138138 0.999973059 -0.005239731 -2.677175283 -0.959590733 0.006404759 0.281326830 50.506004333\n0.323107243 0.005363114 0.946347237 158.143295288 0.002639852 0.999974966 -0.006568347 -2.680405617 -0.946358740 0.004620498 0.323085010 50.664176941\n0.363546968 0.009009672 0.931532323 158.491378784 -0.004421977 0.999958634 -0.007945729 -2.683858871 -0.931565404 -0.001230569 0.363571763 50.846786499\n0.403131425 0.014031545 0.915034592 158.835189819 -0.012358521 0.999874771 -0.009887801 -2.690690279 -0.915058732 -0.007322389 0.403254330 51.048538208\n0.441954613 0.019440595 0.896826804 159.142929077 -0.015957111 0.999777317 -0.013808628 -2.701362848 -0.896895528 -0.008207974 0.442166448 51.243164062\n0.480599880 0.022766102 0.876644433 159.509475708 -0.016090307 0.999723613 -0.017141283 -2.715246916 -0.876792371 -0.005867381 0.480833352 51.472389221\n0.518365741 0.021027973 0.854900420 159.848541260 -0.012812044 0.999776423 -0.016822947 -2.732051849 -0.855063021 -0.002232583 0.518519282 51.708305359\n0.554560244 0.019464590 0.831915975 160.190765381 -0.013436877 0.999805510 -0.014435651 -2.736425638 -0.832035124 -0.003172914 0.554713905 51.971694946\n0.587998033 0.019575261 0.808625460 160.525817871 -0.016940409 0.999785841 -0.011884539 -2.752509594 -0.808684945 -0.006710357 0.588203788 52.267234802\n0.619863808 0.023823237 0.784347713 160.848480225 -0.023766022 0.999650478 -0.011580597 -2.761003971 -0.784349442 -0.011462432 0.620213330 52.578762054\n0.649527550 0.027020741 0.759857833 161.162185669 -0.028286861 0.999535263 -0.011364086 -2.775950909 -0.759811759 -0.014112707 0.649989963 52.902168274\n0.677914500 0.027558357 0.734624028 161.489288330 -0.027586216 0.999546945 -0.012039865 -2.792212725 -0.734622955 -0.012103495 0.678367615 53.227222443\n0.703582764 0.026095156 0.710134089 161.811294556 -0.021688031 0.999648511 -0.015245938 -2.790015936 -0.710282385 -0.004674629 0.703901410 53.551105499\n0.726070404 0.027414314 0.687073708 162.127029419 -0.022183053 0.999618709 -0.016442783 -2.793103695 -0.687262475 -0.003302773 0.726401687 53.923683167\n0.745697498 0.031455342 0.665541708 162.440521240 -0.028769135 0.999473453 -0.015003879 -2.804960966 -0.665663242 -0.007958705 0.746209860 54.330066681\n0.762169838 0.034157977 0.646475375 162.754287720 -0.036187600 0.999293625 -0.010136118 -2.818392038 -0.646364927 -0.015668947 0.762867570 54.746841431\n0.775260329 0.032217879 0.630819678 163.077041626 -0.036912870 0.999302387 -0.005672493 -2.829830647 -0.630562365 -0.018887704 0.775908709 55.178668976\n0.785813212 0.027492883 0.617852569 163.411834717 -0.033057656 0.999450505 -0.002428788 -2.837634087 -0.617579818 -0.018516181 0.786290228 55.627578735\n0.795473158 0.018703593 0.605700135 163.758148193 -0.024991497 0.999685764 0.001952040 -2.845139980 -0.605473280 -0.016690148 0.795690656 56.062370300\n0.802810609 0.011876342 0.596115828 164.105621338 -0.019668512 0.999784946 0.006569701 -2.851302147 -0.595909655 -0.016998937 0.802871585 56.532127380\n0.809301257 0.008631309 0.587330401 164.452026367 -0.017913545 0.999789596 0.009990908 -2.856130600 -0.587120593 -0.018606823 0.809285641 57.024280548\n0.816057801 0.005690251 0.577942312 164.794677734 -0.015571294 0.999805033 0.012142970 -2.858662367 -0.577760518 -0.018908676 0.815987289 57.534000397\n0.823504031 0.001465130 0.567308545 165.158493042 -0.009817114 0.999883711 0.011668207 -2.856801033 -0.567225456 -0.015178148 0.823422670 58.056980133\n0.830006182 0.001857235 0.557751119 165.510238647 -0.007567919 0.999939919 0.007932385 -2.856929779 -0.557702899 -0.010804945 0.829970360 58.594863892\n0.835463226 0.006199428 0.549511433 165.857772827 -0.009536436 0.999949336 0.003217818 -2.863229275 -0.549463630 -0.007928748 0.835480034 59.154396057\n0.840029776 0.011165017 0.542425394 166.223037720 -0.012092005 0.999925196 -0.001855624 -2.866314173 -0.542405546 -0.005000230 0.840101957 59.723861694\n0.842113972 0.015683696 0.539071500 166.584228516 -0.015018271 0.999871373 -0.005629276 -2.869621277 -0.539090455 -0.003355430 0.842241228 60.309158325\n0.842139721 0.020070035 0.538885891 166.955093384 -0.019812241 0.999784052 -0.006274105 -2.878319740 -0.538895428 -0.005392862 0.842355430 60.904243469\n0.840385556 0.020583911 0.541598022 167.347808838 -0.022972660 0.999733329 -0.002349586 -2.894329071 -0.541501939 -0.010467389 0.840634346 61.525650024\n0.837866604 0.021695307 0.545443714 167.747375488 -0.025082244 0.999684632 -0.001233655 -2.902344704 -0.545298457 -0.012647314 0.838146567 62.149131775\n0.835016906 0.023491327 0.549722612 168.155883789 -0.027978394 0.999608517 -0.000217741 -2.914332390 -0.549512506 -0.015198538 0.835347235 62.779533386\n0.832116246 0.023270361 0.554112911 168.579162598 -0.029126326 0.999574184 0.001761441 -2.920835495 -0.553835988 -0.017604996 0.832439661 63.419776917\n0.828690112 0.021354826 0.559300244 169.027145386 -0.026817072 0.999639153 0.001566106 -2.923496723 -0.559064925 -0.016296610 0.828963757 64.090339661\n0.825200617 0.018488545 0.564537048 169.479888916 -0.025250558 0.999672472 0.004170297 -2.931045294 -0.564275086 -0.017696207 0.825397193 64.749893188\n0.821282268 0.019248109 0.570197344 169.935913086 -0.027005803 0.999621987 0.005153576 -2.939101219 -0.569882631 -0.019631175 0.821491599 65.413803101\n0.817862749 0.021476286 0.575012505 170.400604248 -0.028698254 0.999582052 0.003485008 -2.949181318 -0.574697316 -0.019352114 0.818137228 66.079383850\n0.814915597 0.022043353 0.579160333 170.883102417 -0.027237855 0.999628961 0.000278644 -2.959820032 -0.578939319 -0.016002156 0.815213621 66.750976562\n0.812062204 0.024374012 0.583061635 171.375000000 -0.027709667 0.999610901 -0.003194440 -2.968444347 -0.582912683 -0.013562359 0.812421679 67.439170837\n0.809036613 0.023479767 0.587289095 171.868118286 -0.027053816 0.999630332 -0.002696392 -2.977427244 -0.587135315 -0.013706933 0.809372723 68.131385803\n0.806587219 0.020552378 0.590757668 172.375122070 -0.028533980 0.999584079 0.004183298 -2.987446785 -0.590425968 -0.020230863 0.806838214 68.828140259\n0.804164469 0.016633764 0.594174027 172.898818970 -0.028333822 0.999544799 0.010365419 -3.003634930 -0.593731105 -0.025170725 0.804269731 69.550750732\n0.802139819 0.015323481 0.596939623 173.413757324 -0.024365956 0.999678016 0.007080040 -3.016525030 -0.596638918 -0.020224186 0.802254915 70.245918274\n0.800890148 0.020549230 0.598458588 173.925567627 -0.022823935 0.999732316 -0.003783493 -3.026748657 -0.598376155 -0.010629019 0.801144779 70.925559998\n0.799335659 0.023067424 0.600441873 174.440002441 -0.020693496 0.999726892 -0.010858795 -3.042375326 -0.600528419 -0.003745419 0.799594700 71.610473633\n0.798245907 0.019347254 0.602020919 174.961074829 -0.016639831 0.999810874 -0.010067621 -3.070935726 -0.602101862 -0.001981090 0.798416853 72.304031372\n0.797622919 0.013689973 0.603000998 175.487884521 -0.014038094 0.999892950 -0.004131671 -3.091248512 -0.602993011 -0.005169469 0.797729731 72.995910645\n0.797026575 0.009563559 0.603868544 176.011932373 -0.011394259 0.999934793 -0.000797206 -3.113508701 -0.603836775 -0.006245239 0.797083557 73.692863464\n0.797328413 0.005006029 0.603524983 176.528823853 -0.007318050 0.999972284 0.001373595 -3.133484840 -0.603501379 -0.005511832 0.797342896 74.367599487\n0.797753930 0.001144005 0.602982044 177.052825928 -0.002382894 0.999996364 0.001255364 -3.145387411 -0.602978468 -0.002438314 0.797753751 75.044479370\n0.798219502 -0.000838586 0.602366090 177.571670532 0.000365779 0.999999523 0.000907445 -3.169832706 -0.602366567 -0.000504007 0.798219442 75.753128052\n0.799094081 0.001334573 0.601204634 178.081954956 0.001269941 0.999991536 -0.003907763 -3.183897734 -0.601204753 0.003886165 0.799085617 76.425262451\n0.799329519 0.001201708 0.600891709 178.581817627 0.004170794 0.999962807 -0.007547953 -3.207004309 -0.600878417 0.008539497 0.799294829 77.098876953\n0.799432158 -0.001659944 0.600754082 179.085037231 0.006679753 0.999958932 -0.006125858 -3.220910549 -0.600719213 0.008910097 0.799410462 77.785667419\n0.799236178 -0.002970368 0.601009727 179.583602905 0.003624956 0.999993443 0.000121716 -3.241361380 -0.601006091 0.002081354 0.799241722 78.446327209\n0.798758984 -0.008665628 0.601588786 180.088531494 0.004014421 0.999950767 0.009073718 -3.258239746 -0.601637781 -0.004832683 0.798754454 79.118667603\n0.798568308 -0.013962184 0.601742268 180.589797974 0.006689529 0.999875069 0.014322400 -3.267694712 -0.601867080 -0.007412043 0.798561931 79.769729614\n0.797657073 -0.016231963 0.602892816 181.068496704 0.008697512 0.999843419 0.015412009 -3.275389671 -0.603048563 -0.007049831 0.797673345 80.409606934\n0.796746731 -0.012939009 0.604174852 181.542144775 0.007003282 0.999901295 0.012178410 -3.286234856 -0.604272842 -0.005471902 0.796758711 81.039932251\n0.795676887 -0.005358773 0.605697572 181.998321533 0.004147854 0.999985635 0.003398303 -3.296432734 -0.605707049 -0.000191606 0.795687675 81.645523071\n0.793858469 -0.000897811 0.608101904 182.437713623 0.004218729 0.999982953 -0.004031030 -3.310741186 -0.608087897 0.005765484 0.793848753 82.234176636\n0.791736841 -0.000981554 0.610861540 182.891632080 0.007161745 0.999944925 -0.007675583 -3.333825350 -0.610820293 0.010451877 0.791700244 82.820930481\n0.789197922 -0.004424531 0.614122987 183.328140259 0.009063287 0.999949038 -0.004442793 -3.355089903 -0.614072084 0.009072215 0.789197803 83.377883911\n0.786768913 -0.011732737 0.617136121 183.750915527 0.012825650 0.999914229 0.002658905 -3.372437000 -0.617114365 0.005823228 0.786851943 83.911491394\n0.784633577 -0.020296350 0.619627535 184.168090820 0.019676352 0.999775708 0.007832239 -3.385360956 -0.619647503 0.006046570 0.784856975 84.420715332\n0.782496989 -0.027405458 0.622051001 184.560531616 0.026242830 0.999594748 0.011027098 -3.399072170 -0.622101128 0.007695705 0.782899141 84.902976990\n0.779924929 -0.033548240 0.624973357 184.934417725 0.032002717 0.999393761 0.013709682 -3.410448790 -0.625054359 0.009308319 0.780525744 85.351989746\n0.777030885 -0.033595905 0.628565311 185.277343750 0.032463212 0.999384642 0.013284719 -3.425467253 -0.628624856 0.010082612 0.777643323 85.781204224\n0.774766684 -0.033044964 0.631383181 185.616790771 0.035137370 0.999340296 0.009186024 -3.425184727 -0.631270230 0.015068116 0.775416613 86.177291870\n0.772650540 -0.034076981 0.633916378 185.936798096 0.036809839 0.999283075 0.008851971 -3.438983202 -0.633763552 0.016494878 0.773350954 86.565765381\n0.769527733 -0.037288174 0.637523890 186.242660522 0.039725494 0.999155581 0.010488733 -3.444681883 -0.637376666 0.017254578 0.770359218 86.928894043\n0.767130494 -0.036536854 0.640449762 186.535034180 0.038220964 0.999206305 0.011222407 -3.448509932 -0.640351474 0.015869554 0.767918110 87.273208618\n0.765267134 -0.033521269 0.642839491 186.807067871 0.034342151 0.999347031 0.011229027 -3.452096462 -0.642796159 0.013483284 0.765918612 87.598884583\n0.763054132 -0.033228233 0.645479918 187.061203003 0.031641442 0.999400616 0.014042548 -3.465547800 -0.645559669 0.009708689 0.763648152 87.903526306\n0.761108041 -0.033974051 0.647734821 187.314743042 0.031035282 0.999391019 0.015951218 -3.464601994 -0.647882283 0.007962032 0.761698902 88.206130981\n0.759263158 -0.034213874 0.649883747 187.558700562 0.030529456 0.999390185 0.016946290 -3.478591681 -0.650067270 0.006973899 0.759844720 88.498931885\n0.757409930 -0.033315524 0.652089179 187.777023315 0.030528735 0.999412119 0.015600890 -3.479274988 -0.652225554 0.008091189 0.757981777 88.753120422\n0.755950153 -0.029271344 0.653974533 187.998413086 0.028624842 0.999522328 0.011649398 -3.478637218 -0.654003143 0.009913549 0.756426930 89.011459351\n0.754207492 -0.026106786 0.656117022 188.214370728 0.027852992 0.999581933 0.007756143 -3.485903263 -0.656045198 0.012425079 0.754619360 89.257659912\n0.752287507 -0.022108447 0.658463895 188.431533813 0.024548134 0.999683440 0.005519198 -3.488431454 -0.658377469 0.012012035 0.752592087 89.514022827\n0.750536680 -0.018589275 0.660567284 188.642501831 0.020865774 0.999772489 0.004427281 -3.490756035 -0.660499334 0.010460409 0.750753820 89.756622314\n0.749062061 -0.015807377 0.662311316 188.856964111 0.017436191 0.999839365 0.004143141 -3.496137619 -0.662270427 0.008444716 0.749217331 90.004959106\n0.747697055 -0.015341850 0.663862765 189.075683594 0.016605517 0.999852419 0.004404058 -3.499618769 -0.663832366 0.007730881 0.747841477 90.248947144\n0.745949745 -0.015127201 0.665830433 189.287384033 0.017117582 0.999847233 0.003538489 -3.502496719 -0.665782273 0.008757874 0.746094704 90.494369507\n0.745338917 -0.012151409 0.666574955 189.485000610 0.015521522 0.999879181 0.000871838 -3.515454292 -0.666504979 0.009696443 0.745437503 90.715347290\n0.745510578 -0.009124019 0.666431427 189.691497803 0.013661521 0.999905407 -0.001593040 -3.521612167 -0.666353822 0.010292094 0.745564699 90.953125000\n0.746808529 -0.007561422 0.664996147 189.897186279 0.012813524 0.999913335 -0.003020293 -3.524696112 -0.664915681 0.010776524 0.746840715 91.188888550\n0.748665333 -0.008367708 0.662895322 190.098159790 0.013753382 0.999901175 -0.002911169 -3.531002045 -0.662805438 0.011296543 0.748706460 91.423812866\n0.751352668 -0.008302469 0.659848690 190.305679321 0.012984360 0.999913275 -0.002203663 -3.538133144 -0.659773171 0.010223440 0.751395285 91.661682129\n0.754145682 -0.007234962 0.656667292 190.497894287 0.012686271 0.999913216 -0.003552732 -3.544382572 -0.656584620 0.011009937 0.754172027 91.903678894\n0.757852376 -0.004395788 0.652411342 190.701095581 0.012459543 0.999892473 -0.007736193 -3.551204205 -0.652307153 0.013991639 0.757825613 92.148666382\n0.762305498 -0.000422379 0.647217274 190.902984619 0.012139109 0.999833226 -0.013645190 -3.555942297 -0.647103548 0.018258443 0.762183487 92.391510010\n0.766699672 0.001284845 0.642004728 191.114715576 0.011542663 0.999808788 -0.015785486 -3.564568758 -0.641902208 0.019513169 0.766538203 92.667259216\n0.771847785 -0.000361515 0.635807216 191.321594238 0.010572467 0.999868870 -0.012266087 -3.572347641 -0.635719419 0.016189603 0.771750391 92.937438965\n0.778391719 -0.003278181 0.627770305 191.553070068 0.009829620 0.999927402 -0.006966486 -3.574487686 -0.627701879 0.011593399 0.778367460 93.233306885\n0.784946978 -0.006122325 0.619532704 191.781890869 0.010831636 0.999933958 -0.003842152 -3.577663660 -0.619468272 0.009726439 0.784961462 93.539680481\n0.791466594 -0.006065604 0.611182332 192.014984131 0.010418718 0.999939382 -0.003568217 -3.588021040 -0.611123621 0.009191860 0.791481793 93.856826782\n0.798288822 -0.006175234 0.602243185 192.257186890 0.010514352 0.999937952 -0.003683961 -3.592720032 -0.602183044 0.009273062 0.798304200 94.197021484\n0.804973722 -0.007382568 0.593264580 192.503067017 0.009313554 0.999956608 -0.000193706 -3.601844311 -0.593237400 0.005681329 0.805007517 94.547805786\n0.811223924 -0.008931055 0.584667444 192.750366211 0.008924903 0.999956012 0.002891500 -3.610654831 -0.584667563 0.002872446 0.811267912 94.917404175\n0.817256510 -0.008558555 0.576210499 193.015121460 0.007655694 0.999962687 0.003994321 -3.609665155 -0.576223254 0.001146906 0.817291558 95.312301636\n0.822782874 -0.009034218 0.568284094 193.287551880 0.008226808 0.999958217 0.003985620 -3.609902859 -0.568296313 0.001395864 0.822822809 95.701194763\n0.826818645 -0.007207045 0.562422395 193.560989380 0.005374923 0.999973476 0.004912264 -3.612576246 -0.562442899 -0.001038574 0.826835454 96.130889893\n0.829984307 -0.002199461 0.557782471 193.839843750 0.000833594 0.999996006 0.002702816 -3.622347355 -0.557786167 -0.001778331 0.829982817 96.565368652\n0.831694245 0.001743301 0.555231214 194.128814697 -0.001255993 0.999998391 -0.001258387 -3.634336710 -0.555232525 0.000349227 0.831695080 97.022178650\n0.832527757 0.007040336 0.553938687 194.428604126 -0.005439446 0.999974906 -0.004534202 -3.637408257 -0.553956687 0.000761730 0.832545161 97.502838135\n0.833175480 0.010517355 0.552908659 194.747650146 -0.007550593 0.999942303 -0.007642817 -3.642298222 -0.552957177 0.002193019 0.833206832 97.988357544\n0.833700895 0.014516944 0.552025497 195.079254150 -0.010596780 0.999890924 -0.010290858 -3.641498089 -0.552114666 0.002729806 0.833763719 98.499191284\n0.833943784 0.016418945 0.551605165 195.415649414 -0.014770842 0.999863267 -0.007430404 -3.652935266 -0.551651776 -0.001951132 0.834072292 99.029380798\n0.834111631 0.019866306 0.551237762 195.761840820 -0.018578336 0.999796033 -0.007920082 -3.671720743 -0.551282704 -0.003634847 0.834310591 99.572624207\n0.834327281 0.027422283 0.550586998 196.114212036 -0.023959253 0.999622047 -0.013480268 -3.684285641 -0.550748527 -0.001944696 0.834668994 100.127822876\n0.834566474 0.031474184 0.550007522 196.480453491 -0.027717097 0.999501169 -0.015139297 -3.691899300 -0.550209641 -0.002609860 0.835022509 100.702484131\n0.834882021 0.032846738 0.549447954 196.867935181 -0.031103749 0.999438167 -0.012485844 -3.702646732 -0.549549401 -0.006665685 0.835434616 101.303665161\n0.834391236 0.031257875 0.550285578 197.255935669 -0.034945779 0.999382079 -0.003780048 -3.711308002 -0.550063670 -0.016076116 0.834967971 101.913734436\n0.833557248 0.028714042 0.551686347 197.664215088 -0.037569635 0.999282718 0.004754504 -3.724711895 -0.551154137 -0.024689805 0.834038138 102.540893555\n0.832419038 0.026015872 0.553535640 198.089508057 -0.034561001 0.999390066 0.005002806 -3.733837605 -0.553067863 -0.023295173 0.832810521 103.193038940\n0.831648707 0.026219055 0.554682791 198.514266968 -0.032542627 0.999469161 0.001548448 -3.736349106 -0.554347754 -0.019338598 0.832060456 103.826507568\n0.830521882 0.025721852 0.556391776 198.954284668 -0.030618604 0.999531031 -0.000503904 -3.738442898 -0.556143820 -0.016617436 0.830919921 104.491477966\n0.829787493 0.023258846 0.557594657 199.410476685 -0.027482491 0.999621987 -0.000798837 -3.744698524 -0.557402432 -0.014661225 0.830112994 105.167007446\n0.829306543 0.023703735 0.558291018 199.867172241 -0.027858835 0.999611318 -0.001058601 -3.759567976 -0.558099091 -0.014675430 0.829644561 105.846481323\n0.828248680 0.024948345 0.559805095 200.330810547 -0.026417628 0.999636054 -0.005464226 -3.768486977 -0.559737682 -0.010262985 0.828606308 106.547149658\n0.827667952 0.022238327 0.560777247 200.812316895 -0.023019250 0.999718964 -0.005670308 -3.774012089 -0.560745776 -0.008215541 0.827947259 107.254882812\n0.826983094 0.017792216 0.561945140 201.302276611 -0.021274665 0.999773622 -0.000345938 -3.783186436 -0.561824083 -0.011669111 0.827174425 107.978195190\n0.826040268 0.018606808 0.563303947 201.803710938 -0.027141951 0.999608576 0.006782873 -3.801864624 -0.562957227 -0.020892093 0.826221943 108.726783752\n0.825520277 0.019413168 0.564038455 202.301177979 -0.029286122 0.999535263 0.008460669 -3.806908607 -0.563612103 -0.023502953 0.825705171 109.463150024\n0.824598670 0.018745586 0.565407574 202.804412842 -0.027329583 0.999603927 0.006716882 -3.803897858 -0.565057695 -0.020991081 0.824784338 110.215316772\n0.823589385 0.019047372 0.566866577 203.326995850 -0.026662897 0.999631226 0.005149242 -3.814675331 -0.566559434 -0.019355167 0.823793530 110.965682983\n0.822447181 0.017955018 0.568558097 203.862548828 -0.023205934 0.999728739 0.001997171 -3.818000555 -0.568367958 -0.014836488 0.822640717 111.728546143\n0.821660042 0.016811907 0.569729924 204.406417847 -0.020800572 0.999783516 0.000496257 -3.832635641 -0.569598258 -0.012258461 0.821831882 112.513885498\n0.821759164 0.013535683 0.569674194 204.958816528 -0.018744191 0.999818921 0.003282543 -3.836833477 -0.569526613 -0.013375541 0.821864069 113.314544678\n0.822438300 0.010609515 0.568755388 205.514877319 -0.017965516 0.999811769 0.007328301 -3.842083454 -0.568570554 -0.016245060 0.822474122 114.124443054\n0.822961569 0.011022630 0.567990124 206.080093384 -0.017209517 0.999836624 0.005531684 -3.851875305 -0.567836344 -0.014327198 0.823016763 114.930786133\n0.823124349 0.015388188 0.567652643 206.626434326 -0.017628795 0.999843419 -0.001541590 -3.861097813 -0.567587495 -0.008738110 0.823266745 115.757705688\n0.823451996 0.020295575 0.567022860 207.197357178 -0.021491608 0.999758542 -0.004573657 -3.871515274 -0.566978753 -0.008420045 0.823689342 116.612915039\n0.824390173 0.017538063 0.565750182 207.772888184 -0.020580631 0.999787688 -0.001003747 -3.886332989 -0.565647662 -0.010816016 0.824576139 117.455337524\n0.824786901 0.011623840 0.565324247 208.360610962 -0.017231958 0.999841034 0.004582682 -3.898556232 -0.565181077 -0.013521379 0.824856043 118.313659668\n0.824955225 0.008063406 0.565140545 208.930541992 -0.017292846 0.999790192 0.010977995 -3.913679123 -0.564933419 -0.018829243 0.824921608 119.158462524\n0.825307250 0.007260854 0.564637244 209.512969971 -0.018128449 0.999742627 0.013641600 -3.919898510 -0.564392865 -0.021494510 0.825226426 120.018646240\n0.826169193 0.008547837 0.563357294 210.092254639 -0.017513407 0.999791324 0.010513726 -3.927383900 -0.563149929 -0.018552423 0.826146483 120.866806030\n0.827071786 0.011094196 0.561986804 210.664291382 -0.017206257 0.999836385 0.005584526 -3.934039831 -0.561832905 -0.014288493 0.827127337 121.729568481\n0.829256892 0.010317451 0.558772385 211.239425659 -0.015988186 0.999858320 0.005265696 -3.941344261 -0.558638871 -0.013300371 0.829304338 122.586097717\n0.831534743 0.007156908 0.555426657 211.810470581 -0.014756647 0.999848723 0.009208850 -3.954746246 -0.555276692 -0.015853712 0.831514597 123.441497803\n0.833043218 0.006969113 0.553164065 212.372070312 -0.017127866 0.999766171 0.013198198 -3.962844133 -0.552942753 -0.020469189 0.832967758 124.303802490\n0.833544254 0.011111203 0.552340984 212.930694580 -0.023172913 0.999620974 0.014861575 -3.963941813 -0.551966488 -0.025187129 0.833485782 125.173446655\n0.833497822 0.017525980 0.552244723 213.488021851 -0.033037819 0.999289274 0.018150337 -3.961394310 -0.551534116 -0.033373229 0.833484411 126.055458069\n0.833022714 0.019833667 0.552883208 214.042373657 -0.037952144 0.999051630 0.021342915 -3.964742661 -0.551935554 -0.038762234 0.832985401 126.925636292\n0.832937479 0.025155980 0.552795053 214.596237183 -0.042356797 0.998933792 0.018363778 -3.969938040 -0.551743686 -0.038710505 0.833114862 127.779464722\n0.832931459 0.030855900 0.552515268 215.151306152 -0.042609949 0.999056101 0.008442109 -3.969076872 -0.551733255 -0.030574344 0.833460033 128.622375488\n0.833206475 0.033745624 0.551931322 215.704376221 -0.042487871 0.999092340 0.003055050 -3.973784924 -0.551327288 -0.025995875 0.833884001 129.463500977\n0.833106577 0.032491092 0.552157402 216.268539429 -0.039679144 0.999211907 0.001071198 -3.992599249 -0.551687479 -0.022801554 0.833739221 130.337707520\n0.833294988 0.032624431 0.551865160 216.824813843 -0.039060224 0.999236882 -0.000092126 -4.009298801 -0.551446974 -0.021479204 0.833933413 131.184814453\n0.833186030 0.036133204 0.551811099 217.371154785 -0.042943347 0.999077320 -0.000580034 -4.023502350 -0.551322877 -0.023213340 0.833968937 132.031951904\n0.833544433 0.035044368 0.551339805 217.925018311 -0.043383591 0.999056280 0.002087377 -4.049464703 -0.550746381 -0.025659019 0.834278166 132.877105713\n0.833345354 0.034527633 0.551673234 218.468429565 -0.044413239 0.999002814 0.004564956 -4.063546181 -0.550965488 -0.028305780 0.834047854 133.718597412\n0.833270788 0.033522382 0.551847875 219.021224976 -0.044540945 0.998985946 0.006571158 -4.076698303 -0.551068008 -0.030055381 0.833918929 134.553894043\n0.833509564 0.030736197 0.551649451 219.571853638 -0.043140285 0.999023676 0.009519917 -4.088764191 -0.550818264 -0.031733252 0.834021807 135.392120361\n0.833257318 0.029282907 0.552109480 220.111083984 -0.042748597 0.999019325 0.011531029 -4.094497204 -0.551230371 -0.033210214 0.833691955 136.240554810\n0.833433628 0.026355010 0.551990747 220.663543701 -0.039566938 0.999144435 0.012036356 -4.110781670 -0.551201284 -0.031872090 0.833763361 137.068588257\n0.833615422 0.026367662 0.551715612 221.208786011 -0.036946606 0.999284685 0.008066581 -4.116725922 -0.551108301 -0.027108448 0.833993316 137.892990112\n0.833638251 0.025875328 0.551704347 221.747253418 -0.033939164 0.999414146 0.004409641 -4.128623962 -0.551267087 -0.022400431 0.834028065 138.708190918\n0.833441794 0.025403293 0.552023053 222.285140991 -0.032330547 0.999473274 0.002818210 -4.149959087 -0.551660717 -0.020196022 0.833824098 139.523803711\n0.833121181 0.025903335 0.552483559 222.821166992 -0.034727339 0.999381602 0.005511056 -4.164410591 -0.551999152 -0.023777662 0.833505571 140.342361450\n0.831755102 0.021800315 0.554714561 223.359100342 -0.031417761 0.999475658 0.007829250 -4.175727844 -0.554252982 -0.023939906 0.832003891 141.165863037\n0.831036985 0.016750012 0.555964947 223.909698486 -0.027786668 0.999548614 0.011420320 -4.187704086 -0.555522740 -0.024939120 0.831127286 141.979736328\n0.829682827 0.014894381 0.558036387 224.448745728 -0.028198218 0.999486029 0.015247847 -4.188725948 -0.557522476 -0.028386507 0.829676390 142.792739868\n0.828596711 0.016814254 0.559593379 224.977706909 -0.030439237 0.999423444 0.015041807 -4.197673321 -0.559017837 -0.029497186 0.828630805 143.597946167\n0.827012837 0.016487556 0.561941266 225.532180786 -0.027162198 0.999574363 0.010646932 -4.202445984 -0.561526537 -0.024068708 0.827108622 144.413726807\n0.823950708 0.021569148 0.566250801 226.078735352 -0.028415762 0.999590814 0.003272164 -4.212926388 -0.565948546 -0.018786551 0.824226499 145.209091187\n0.820003927 0.027548628 0.571694493 226.611679077 -0.033269618 0.999446332 -0.000441071 -4.225965023 -0.571390152 -0.018658377 0.820466459 146.000747681\n0.816976547 0.031112207 0.575830996 227.153900146 -0.037873331 0.999282539 -0.000257470 -4.242485046 -0.575425863 -0.021598291 0.817568719 146.783813477\n0.814611077 0.029855490 0.579238713 227.714126587 -0.039744195 0.999200225 0.004392743 -4.253766060 -0.578644335 -0.026599752 0.815146148 147.578109741\n0.812608302 0.028042635 0.582135201 228.255813599 -0.039013971 0.999218643 0.006325601 -4.276804924 -0.581502914 -0.027851639 0.813067436 148.346832275\n0.810691178 0.029690461 0.584720671 228.809478760 -0.040770452 0.999151766 0.005792461 -4.288370609 -0.584052682 -0.028535224 0.811214030 149.125778198\n0.808993816 0.031507164 0.586972117 229.359939575 -0.043264575 0.999045610 0.006003147 -4.299896240 -0.586222827 -0.030251607 0.809584916 149.892181396\n0.807684839 0.029658239 0.588868082 229.916213989 -0.041433126 0.999120057 0.006508700 -4.306595802 -0.588156939 -0.029655624 0.808202982 150.667266846\n0.806207299 0.028799972 0.590931773 230.471603394 -0.038660951 0.999244213 0.004045366 -4.310214043 -0.590368688 -0.026107389 0.806711376 151.441406250\n0.805101335 0.028020263 0.592475057 231.034225464 -0.035917841 0.999353528 0.001544962 -4.320122242 -0.592048764 -0.022524277 0.805587292 152.207061768\n0.804704487 0.024879327 0.593154073 231.601928711 -0.032797150 0.999458730 0.002572945 -4.332038879 -0.592769027 -0.021524221 0.805084884 152.980697632\n0.805132985 0.018885314 0.592793643 232.170562744 -0.028800838 0.999558687 0.007273232 -4.341986656 -0.592394650 -0.022928869 0.805321634 153.750640869\n0.805178761 0.013682428 0.592874348 232.732116699 -0.024995493 0.999628365 0.010876667 -4.356927395 -0.592505217 -0.023576846 0.805221558 154.514678955\n0.804951549 0.013986808 0.593175650 233.293090820 -0.026089579 0.999589562 0.011834238 -4.360824585 -0.592766643 -0.025001690 0.804986119 155.296127319\n0.804198802 0.014999987 0.594171166 233.853012085 -0.027738703 0.999539435 0.012310182 -4.359429836 -0.593712807 -0.026381370 0.804244459 156.075592041\n0.803694189 0.015621499 0.594837546 234.416381836 -0.028141102 0.999534667 0.011772310 -4.368474960 -0.594376802 -0.026200719 0.803759754 156.844696045\n0.802795112 0.018591279 0.595965087 234.982604980 -0.029556287 0.999525845 0.008633357 -4.376385689 -0.595521986 -0.024545332 0.802963972 157.615493774\n0.801580966 0.020041151 0.597550273 235.547256470 -0.029876785 0.999532104 0.006554913 -4.378307343 -0.597139359 -0.023107173 0.801804662 158.382537842\n0.800817370 0.015769046 0.598701060 236.123504639 -0.026419180 0.999610364 0.009009570 -4.390145779 -0.598325670 -0.023032209 0.800921917 159.146804810\n0.799857199 0.011308758 0.600083768 236.690002441 -0.023146059 0.999659896 0.012012710 -4.401458740 -0.599743843 -0.023498027 0.799846947 159.907714844\n0.798852444 0.009026070 0.601459324 237.247863770 -0.020235918 0.999724746 0.011874334 -4.408340454 -0.601186574 -0.021656921 0.798815191 160.662048340\n0.798066020 0.007422399 0.602524340 237.816146851 -0.017630454 0.999783635 0.011036024 -4.416699409 -0.602312088 -0.019430254 0.798024178 161.425003052\n0.797545016 0.008126854 0.603204727 238.384689331 -0.015791694 0.999847829 0.007408713 -4.425683975 -0.603052735 -0.015434406 0.797551990 162.173873901\n0.796744466 0.012234180 0.604192495 238.936096191 -0.017989870 0.999832094 0.003477707 -4.438393116 -0.604048550 -0.013640189 0.796830773 162.922454834\n0.796419144 0.013595015 0.604592264 239.512878418 -0.018119441 0.999834895 0.001385894 -4.453332424 -0.604473531 -0.012058626 0.796533942 163.673538208\n0.795973241 0.010161540 0.605246544 240.080734253 -0.015429609 0.999874830 0.003504833 -4.465378761 -0.605135143 -0.012128470 0.796030402 164.414489746\n0.795471251 0.006186076 0.605959773 240.648895264 -0.013938072 0.999870121 0.008089750 -4.480112076 -0.605831027 -0.014881073 0.795454144 165.157257080\n0.794640541 0.001867328 0.607077301 241.195495605 -0.010004233 0.999899745 0.010019527 -4.490138054 -0.606997728 -0.014035265 0.794579625 165.893157959\n0.794593334 -0.001060451 0.607141078 241.749237061 -0.005595100 0.999943197 0.009069093 -4.496465206 -0.607116222 -0.010603256 0.794542313 166.613021851\n0.794450998 -0.003655561 0.607317269 242.282394409 -0.001996011 0.999960780 0.008630004 -4.512948990 -0.607325017 -0.008068327 0.794412553 167.310607910\n0.794589102 -0.003647608 0.607136607 242.818984985 -0.001268380 0.999969780 0.007667696 -4.519723415 -0.607146263 -0.006862748 0.794560492 168.019317627\n0.795242548 -0.004649501 0.606273592 243.337539673 -0.000685813 0.999963045 0.008568273 -4.527872562 -0.606291056 -0.007229646 0.795210004 168.706787109\n0.796427608 -0.008845294 0.604669213 243.843353271 0.001126897 0.999912977 0.013142779 -4.536172390 -0.604732871 -0.009785872 0.796368301 169.376205444\n0.798566520 -0.014062551 0.601742268 244.335037231 0.005039570 0.999848187 0.016678212 -4.547112465 -0.601885438 -0.010286139 0.798516154 170.023895264\n0.801525056 -0.015540517 0.597759247 244.813110352 0.005787432 0.999817014 0.018232930 -4.556954384 -0.597933233 -0.011154660 0.801468372 170.665435791\n0.804969966 -0.013756281 0.593156099 245.272811890 0.007213349 0.999884188 0.013399774 -4.558126926 -0.593271732 -0.006507774 0.804975986 171.297744751\n0.809170604 -0.009362426 0.587499142 245.708755493 0.006107791 0.999953032 0.007522976 -4.560750961 -0.587541997 -0.002499049 0.809189796 171.906463623\n0.813208520 -0.005972560 0.581941783 246.129852295 0.003014306 0.999977171 0.006050715 -4.569965363 -0.581964612 -0.003166342 0.813207984 172.505737305\n0.816317677 -0.004359269 0.577586830 246.531814575 0.000178670 0.999973357 0.007294663 -4.583081245 -0.577603221 -0.005851565 0.816296697 173.087127686\n0.818343520 -0.000551979 0.574729145 246.910919189 -0.003959273 0.999970376 0.006597905 -4.595105171 -0.574715793 -0.007674863 0.818317056 173.655563354\n0.818082094 0.003307330 0.575092018 247.296356201 -0.007637045 0.999957740 0.005113164 -4.611998081 -0.575050771 -0.008574991 0.818072796 174.212585449\n0.813987494 0.009843178 0.580799043 247.670486450 -0.013338346 0.999909520 0.001747523 -4.617210388 -0.580729246 -0.009169360 0.814045131 174.765518188\n0.806940436 0.014073475 0.590465188 248.060134888 -0.016974451 0.999855697 -0.000633523 -4.624810696 -0.590388894 -0.009511606 0.807062924 175.306030273\n0.797667265 0.012615519 0.602965891 248.449768066 -0.016974254 0.999854743 0.001535943 -4.629259109 -0.602858961 -0.011460066 0.797765493 175.812805176\n0.785648108 0.005681961 0.618647575 248.867950439 -0.012921734 0.999890387 0.007226406 -4.640482903 -0.618538678 -0.013671410 0.785635412 176.319793701\n0.770585537 0.000817653 0.637336075 249.267669678 -0.011820820 0.999845505 0.013009503 -4.663655758 -0.637226999 -0.017558770 0.770476103 176.800064087\n0.752484798 -0.001646025 0.658607602 249.679611206 -0.011252411 0.999818802 0.015355117 -4.670200825 -0.658513486 -0.018965416 0.752329946 177.245941162\n0.731919050 -0.003805225 0.681381047 250.108322144 -0.009812875 0.999821842 0.016124278 -4.684825420 -0.681320965 -0.018487973 0.731751323 177.670013428\n0.709615588 -0.004647763 0.704573750 250.524841309 -0.006515176 0.999892235 0.013157648 -4.684133530 -0.704558969 -0.013927294 0.709508777 178.066680908\n0.687093258 -0.002441557 0.726565123 250.939025879 -0.002662575 0.999979198 0.005878268 -4.694177628 -0.726564348 -0.005973453 0.687072515 178.423599243\n0.662873745 0.002090941 0.748728335 251.344085693 0.001794605 0.999988794 -0.004381448 -4.706344128 -0.748729110 0.004248018 0.662862539 178.759948730\n0.639124393 0.007366384 0.769068122 251.776519775 0.002619406 0.999927461 -0.011754455 -4.720935345 -0.769098997 0.009527061 0.639058709 179.084930420\n0.617056966 0.008166476 0.786876202 252.190200806 0.004009945 0.999900520 -0.013521859 -4.725883484 -0.786908329 0.011499088 0.616962790 179.390380859\n0.599596918 0.005108757 0.800285876 252.619216919 0.007810988 0.999894619 -0.012235207 -4.736078739 -0.800264060 0.013587215 0.599493861 179.690185547\n0.586361170 -0.000144805 0.810049772 253.050811768 0.013579449 0.999861240 -0.009650859 -4.744899273 -0.809935927 0.016658917 0.586281717 179.999206543\n0.579158962 -0.007488410 0.815180242 253.484466553 0.018842509 0.999813616 -0.004202498 -4.760386467 -0.814996839 0.017793955 0.579192162 180.288909912\n0.576512933 -0.011997338 0.816999972 253.898635864 0.019560084 0.999808311 0.000879312 -4.780878067 -0.816853881 0.015473653 0.576637030 180.584335327\n0.578599215 -0.010213329 0.815548062 254.325653076 0.015595079 0.999877334 0.001457639 -4.782939911 -0.815462887 0.011875148 0.578687549 180.894577026\n0.584250689 -0.007363424 0.811539829 254.733825684 0.010456259 0.999944150 0.001545132 -4.793092728 -0.811505914 0.007582927 0.584295034 181.205642700\n0.592765927 -0.008095864 0.805334151 255.155746460 0.006661747 0.999964535 0.005149068 -4.807984352 -0.805347264 0.002312739 0.592798889 181.517669678\n0.601026654 -0.008533282 0.799183488 255.571578979 0.003026049 0.999960124 0.008401332 -4.811086178 -0.799223304 -0.002631057 0.601028442 181.850982666\n0.610535145 -0.008952200 0.791938603 255.973251343 0.002670036 0.999953687 0.009245207 -4.812631607 -0.791984737 -0.003530019 0.610530794 182.168228149\n0.620425761 -0.010837935 0.784190297 256.374298096 0.004458747 0.999937117 0.010292057 -4.821532249 -0.784252524 -0.002888951 0.620435059 182.495239258\n0.629037976 -0.013112052 0.777264059 256.754486084 0.006550889 0.999911666 0.011566387 -4.826869965 -0.777347028 -0.002183927 0.629068255 182.827117920\n0.638678849 -0.012445427 0.769372821 257.146392822 0.005729246 0.999918401 0.011418736 -4.827942848 -0.769452095 -0.002884979 0.638698041 183.174957275\n0.650278687 -0.009306389 0.759638786 257.549591064 0.002220727 0.999943972 0.010349361 -4.824112892 -0.759692550 -0.005043019 0.650262952 183.542999268\n0.662829518 -0.008248187 0.748724937 257.936737061 0.001399439 0.999951243 0.009776882 -4.823777676 -0.748769045 -0.005432611 0.662808776 183.912826538\n0.677058935 -0.010268853 0.735857129 258.342437744 0.007189273 0.999947250 0.007339399 -4.840833187 -0.735893667 0.000321072 0.677097082 184.266296387\n0.691252232 -0.011394537 0.722523689 258.747344971 0.011943839 0.999919236 0.004342296 -4.840744972 -0.722514808 0.005628084 0.691332579 184.652374268\n0.704657018 -0.011612359 0.709453046 259.133728027 0.013712862 0.999902189 0.002746283 -4.833955288 -0.709415555 0.007793445 0.704747319 185.066619873\n0.718813658 -0.010810928 0.695118725 259.534027100 0.012172074 0.999921501 0.002964424 -4.845353127 -0.695096195 0.006330167 0.718888879 185.483764648\n0.732265234 -0.008515718 0.680966318 259.916412354 0.010816851 0.999941111 0.000872896 -4.846404552 -0.680933654 0.006726718 0.732314229 185.920898438\n0.746714294 -0.011489330 0.665045679 260.311126709 0.013220512 0.999909639 0.002430428 -4.859090805 -0.665013552 0.006977409 0.746798754 186.371200562\n0.759232700 -0.014092990 0.650666714 260.692169189 0.016038246 0.999867022 0.002942145 -4.865527153 -0.650621653 0.008201780 0.759357750 186.834411621\n0.772419810 -0.013310187 0.634972811 261.079772949 0.015900718 0.999872267 0.001616537 -4.869184494 -0.634913206 0.008847877 0.772532821 187.316009521\n0.784863591 -0.010428905 0.619580805 261.455963135 0.013531471 0.999908388 -0.000310546 -4.876202106 -0.619520843 0.008627577 0.784932792 187.820831299\n0.795463562 -0.007058919 0.605960369 261.821166992 0.008282817 0.999965370 0.000775621 -4.885795593 -0.605944872 0.004402080 0.795494437 188.339859009\n0.804716706 -0.007367966 0.593613327 262.192871094 0.007293567 0.999970198 0.002524357 -4.892905712 -0.593614280 0.002298166 0.804746449 188.882827759\n0.814688087 -0.008072535 0.579843283 262.575714111 0.007290692 0.999966681 0.003677934 -4.896149635 -0.579853654 0.001231089 0.814719796 189.429534912\n0.823500037 -0.009686156 0.567233562 262.948425293 0.008394402 0.999952793 0.004888479 -4.908713341 -0.567254186 0.000735924 0.823542476 189.996093750\n0.832400680 -0.007522407 0.554123223 263.312072754 0.005764542 0.999971330 0.004915482 -4.915728569 -0.554144323 -0.000897384 0.832420111 190.571960449\n0.842110276 -0.004252725 0.539288580 263.680480957 0.004101216 0.999990463 0.001481597 -4.913650513 -0.539289713 0.000964070 0.842119753 191.157531738\n0.851445556 -0.002055584 0.524439037 264.045471191 0.002508625 0.999996841 -0.000153269 -4.917414188 -0.524437070 0.001446121 0.851447999 191.772628784\n0.860404015 -0.002261147 0.509607553 264.409515381 0.002082458 0.999997437 0.000921074 -4.922595024 -0.509608269 0.000268740 0.860406518 192.407104492\n0.869133830 -0.001854360 0.494573563 264.762878418 0.000731189 0.999996722 0.002464452 -4.928488255 -0.494576514 -0.001780311 0.869132280 193.056793213\n0.877821922 -0.000769863 0.478986502 265.124084473 -0.000757229 0.999995232 0.002995016 -4.937479019 -0.478986531 -0.002991794 0.877817154 193.731292725\n0.886680484 0.004781592 0.462357908 265.463867188 -0.006551270 0.999976099 0.002222101 -4.940642834 -0.462336212 -0.004999325 0.886690617 194.417190552\n0.895151436 0.009878178 0.445652753 265.787567139 -0.012200866 0.999922812 0.002343097 -4.946310997 -0.445595205 -0.007534775 0.895202875 195.122970581\n0.903325140 0.012137803 0.428784817 266.107574463 -0.015723454 0.999864757 0.004821136 -4.946691513 -0.428668290 -0.011097030 0.903393805 195.853561401\n0.911179543 0.017341712 0.411644429 266.426300049 -0.022260314 0.999726593 0.007157079 -4.956823826 -0.411407769 -0.015684716 0.911316454 196.615768433\n0.918354392 0.024211664 0.395017833 266.726135254 -0.028478520 0.999582171 0.004941105 -4.962285042 -0.394733161 -0.015787207 0.918660164 197.372756958\n0.925158858 0.030447975 0.378357023 267.014617920 -0.033013143 0.999454856 0.000293435 -4.962303162 -0.378141850 -0.012762226 0.925659716 198.150939941\n0.931880474 0.032002855 0.361351013 267.305267334 -0.033452749 0.999437809 -0.002244069 -4.972272873 -0.361219674 -0.009996979 0.932427168 198.938369751\n0.938409388 0.032747798 0.343970090 267.605468750 -0.034376934 0.999408007 -0.001362831 -4.967889786 -0.343811065 -0.010545744 0.938979626 199.761108398\n0.944089890 0.032679539 0.328064501 267.880706787 -0.034908522 0.999390125 0.000905847 -4.977788925 -0.327834815 -0.012307446 0.944654882 200.587707520\n0.949001074 0.030959282 0.313749164 268.147827148 -0.033870000 0.999418914 0.003829095 -4.990568638 -0.313448310 -0.014260500 0.949498177 201.427185059\n0.953383625 0.026769511 0.300571233 268.420501709 -0.028576788 0.999590278 0.001617245 -4.997349739 -0.300404787 -0.010131216 0.953758001 202.279067993\n0.957423210 0.026470691 0.287472010 268.674987793 -0.027265368 0.999627471 -0.001239542 -5.011338711 -0.287397742 -0.006651263 0.957788229 203.143707275\n0.961071253 0.026019771 0.275072724 268.918334961 -0.026499389 0.999646902 -0.001973231 -5.011181831 -0.275026947 -0.005392843 0.961421371 204.041778564\n0.964544177 0.020385424 0.263133019 269.165740967 -0.021183744 0.999775589 0.000196887 -5.018915653 -0.263069957 -0.005764047 0.964759529 204.938934326\n0.967615068 0.016492626 0.251891077 269.401306152 -0.017002305 0.999855459 -0.000153059 -5.038615704 -0.251857191 -0.004134626 0.967755556 205.840774536\n0.969982862 0.014825942 0.242720932 269.638946533 -0.012971793 0.999873221 -0.009235485 -5.050641537 -0.242827088 0.005809737 0.970052183 206.759933472\n0.971903324 0.015421822 0.234874532 269.869659424 -0.012119557 0.999806464 -0.015496783 -5.060883999 -0.235068053 0.012214801 0.971902132 207.707366943\n0.972750545 0.014240861 0.231416374 270.092468262 -0.012344539 0.999877334 -0.009640443 -5.081315041 -0.231525272 0.006521018 0.972807050 208.676788330\n0.973088145 0.008759208 0.230266660 270.318908691 -0.009344287 0.999955297 0.001450486 -5.100345135 -0.230243653 -0.003563128 0.973126471 209.657867432\n0.973301709 0.000385454 0.229529113 270.555358887 -0.002116672 0.999971151 0.007296320 -5.107306004 -0.229519665 -0.007587359 0.973274469 210.640045166\n0.973671973 -0.006572930 0.227859005 270.795013428 0.004848066 0.999955237 0.008128756 -5.109224796 -0.227902234 -0.006810066 0.973660231 211.630783081\n0.973997116 -0.015518221 0.226028413 271.043273926 0.013713372 0.999860346 0.009553088 -5.115556240 -0.226145089 -0.006205068 0.974073887 212.632415771\n0.974612653 -0.022170572 0.222797424 271.290130615 0.021050511 0.999751031 0.007401158 -5.124922276 -0.222906038 -0.002523263 0.974836648 213.642089844\n0.975549459 -0.020881649 0.218785703 271.513763428 0.020659221 0.999781132 0.003304537 -5.132474899 -0.218806818 0.001296202 0.975767314 214.651123047\n0.976492882 -0.020050092 0.214615181 271.736541748 0.020678682 0.999785960 -0.000683947 -5.144406796 -0.214555532 0.005105828 0.976698458 215.677169800\n0.977431536 -0.013639098 0.210811719 271.951324463 0.014467518 0.999892473 -0.002387801 -5.156897068 -0.210756496 0.005383834 0.977523744 216.703125000\n0.977815390 -0.013711305 0.209019423 272.168121338 0.013320623 0.999905884 0.003276757 -5.174067497 -0.209044680 -0.000419795 0.977905989 217.748611450\n0.978341699 -0.012073760 0.206643984 272.378814697 0.009356136 0.999856472 0.014123466 -5.180864811 -0.206784844 -0.011884186 0.978314281 218.793441772\n0.978779495 -0.014844518 0.204377994 272.599822998 0.010179146 0.999663472 0.023859631 -5.188134193 -0.204663411 -0.021272924 0.978601217 219.835922241\n0.979195714 -0.021799650 0.201743588 272.818511963 0.017727673 0.999601483 0.021968979 -5.186441898 -0.202142105 -0.017935488 0.979191959 220.865875244\n0.979526758 -0.027645143 0.199406922 273.034912109 0.024723914 0.999547601 0.017125303 -5.182076454 -0.199790150 -0.011844573 0.979767144 221.885269165\n0.980009079 -0.031711034 0.196409404 273.250946045 0.029179461 0.999449790 0.015770379 -5.184067726 -0.196801439 -0.009723993 0.980395138 222.926696777\n0.980611801 -0.033104796 0.193143860 273.454254150 0.030687803 0.999408960 0.015493157 -5.192414284 -0.193542600 -0.009265613 0.981048107 223.952011108\n0.980956554 -0.036054526 0.190851480 273.655578613 0.034439024 0.999337435 0.011775909 -5.191616058 -0.191149592 -0.004978917 0.981548309 224.974411011\n0.981359422 -0.037661772 0.188454926 273.850067139 0.036116667 0.999279916 0.011627303 -5.197825909 -0.188757122 -0.004604200 0.982012987 226.015411377\n0.981643856 -0.041534901 0.186145559 274.045227051 0.039413739 0.999109149 0.015083052 -5.201562881 -0.186606213 -0.007469494 0.982406378 227.046585083\n0.982179105 -0.043097556 0.182939380 274.233795166 0.039805770 0.998973310 0.021629633 -5.206759453 -0.183683738 -0.013962132 0.982886255 228.080307007\n0.982447267 -0.049800247 0.179770276 274.432586670 0.046678130 0.998677313 0.021558501 -5.207369328 -0.180606112 -0.012788751 0.983472347 229.117630005\n0.983074129 -0.047664657 0.176899344 274.617950439 0.046333428 0.998858094 0.011650883 -5.208262444 -0.177252680 -0.003257328 0.984160006 230.127670288\n0.983716726 -0.041172352 0.174946383 274.791778564 0.041751493 0.999127984 0.000370432 -5.216763020 -0.174809083 0.006939873 0.984577894 231.134979248\n0.984371245 -0.034050498 0.172782421 274.949768066 0.034860015 0.999390841 -0.001652037 -5.232241631 -0.172620922 0.007649415 0.984958649 232.144271851\n0.984898031 -0.031080497 0.170322955 275.119842529 0.030519800 0.999516666 0.005909862 -5.250782967 -0.170424327 -0.000622389 0.985370576 233.173889160\n0.985354066 -0.030854346 0.167706236 275.284637451 0.028909223 0.999483585 0.014028056 -5.262364864 -0.168052465 -0.008974344 0.985737205 234.195297241\n0.985843480 -0.030297596 0.164908066 275.455413818 0.027547764 0.999441087 0.018937089 -5.264536858 -0.165389657 -0.014126158 0.986127138 235.211151123\n0.986163139 -0.033566367 0.162343830 275.623382568 0.030954001 0.999347806 0.018594984 -5.264266014 -0.162862107 -0.013312498 0.986559033 236.223785400\n0.986736655 -0.030507568 0.159436598 275.788879395 0.028995644 0.999509871 0.011801240 -5.267961979 -0.159718484 -0.007021750 0.987137616 237.211746216\n0.987038136 -0.025390420 0.158464700 275.939178467 0.025530700 0.999673367 0.001150756 -5.281387329 -0.158442155 0.002909875 0.987363994 238.198959351\n0.987316191 -0.021089079 0.157359615 276.091705322 0.022761032 0.999701917 -0.008830365 -5.299136162 -0.157126486 0.012300029 0.987501860 239.190185547\n0.987590969 -0.015703257 0.156261131 276.244415283 0.017242553 0.999815226 -0.008500088 -5.320883751 -0.156098768 0.011088951 0.987679183 240.177459717\n0.987757027 -0.010080859 0.155674219 276.371459961 0.010180826 0.999948144 0.000155156 -5.343339920 -0.155667722 0.001431635 0.987808466 241.179077148\n0.987990975 -0.011617436 0.154074073 276.531524658 0.010173408 0.999896646 0.010157451 -5.351754189 -0.154176161 -0.008468011 0.988007069 242.200241089\n0.988187790 -0.011672528 0.152802661 276.680938721 0.009733164 0.999862373 0.013433849 -5.353799820 -0.152938440 -0.011787911 0.988165438 243.199768066\n0.988417268 -0.008449858 0.151525065 276.829620361 0.007098192 0.999930084 0.009459103 -5.363756657 -0.151594400 -0.008273988 0.988408148 244.188827515\n0.988696098 -0.005134772 0.149845421 276.970458984 0.004872967 0.999985874 0.002114288 -5.375361919 -0.149854168 -0.001360196 0.988707185 245.189743042\n0.988981903 -0.004681077 0.147962615 277.117858887 0.004592556 0.999989033 0.000939912 -5.379963875 -0.147965387 -0.000250030 0.988992512 246.205230713\n0.989212334 -0.004290717 0.146426082 277.268341064 0.003531394 0.999978960 0.005445262 -5.396570683 -0.146446362 -0.004869432 0.989206612 247.182693481\n0.989305794 -0.004537304 0.145785779 277.399444580 0.003064619 0.999942005 0.010324705 -5.411050797 -0.145824164 -0.009767513 0.989262283 248.175994873\n0.989395976 -0.008558900 0.144990727 277.538879395 0.007210935 0.999925792 0.009819906 -5.423420906 -0.145064026 -0.008670256 0.989384294 249.168762207\n0.989736259 -0.009865962 0.142565146 277.682952881 0.008997351 0.999936819 0.006736110 -5.428684235 -0.142622590 -0.005384264 0.989762485 250.152191162\n0.989952624 -0.008939909 0.141116366 277.812805176 0.008255498 0.999951184 0.005434663 -5.438875675 -0.141158059 -0.004215073 0.989978075 251.136703491\n0.990194976 -0.007798539 0.139474347 277.940155029 0.006732622 0.999944448 0.008112589 -5.448331833 -0.139529854 -0.007094017 0.990192473 252.104507446\n0.990424693 -0.004676039 0.137975052 278.081604004 0.003381017 0.999948025 0.009618795 -5.456460476 -0.138012856 -0.009060196 0.990388989 253.099639893\n0.990496695 -0.000053312 0.137536436 278.205718994 -0.001128041 0.999963164 0.008511429 -5.461543083 -0.137531817 -0.008585689 0.990460157 254.083816528\n0.990649521 0.002991940 0.136398509 278.333007812 -0.003906949 0.999971628 0.006441144 -5.474394321 -0.136375368 -0.006913818 0.990633130 255.067459106\n0.990724385 0.001717360 0.135875687 278.458007812 -0.002535622 0.999979675 0.005849296 -5.485220909 -0.135862887 -0.006139570 0.990708649 256.038360596\n0.990794539 0.004453414 0.135301143 278.584899902 -0.005026593 0.999979794 0.003894988 -5.498156071 -0.135281056 -0.004539237 0.990796864 257.006011963\n0.990769446 0.008067773 0.135317311 278.703735352 -0.009123889 0.999932528 0.007186384 -5.505173206 -0.135250211 -0.008354669 0.990776241 257.986999512\n0.990747929 0.007231800 0.135522112 278.832916260 -0.009141758 0.999867380 0.013476298 -5.510016918 -0.135406673 -0.014590525 0.990682662 258.947631836\n0.990630031 0.007638662 0.136359185 278.957244873 -0.009963462 0.999816298 0.016374741 -5.527238369 -0.136209041 -0.017579919 0.990524113 259.929229736\n0.990644038 0.007566241 0.136261299 279.093902588 -0.009512587 0.999861717 0.013638452 -5.528179646 -0.136139274 -0.014807048 0.990579069 260.875488281\n0.990710616 0.008547871 0.135718033 279.217102051 -0.010048587 0.999895692 0.010376384 -5.529040337 -0.135615185 -0.011643769 0.990693152 261.834259033\n0.990512490 0.010802144 0.136997685 279.326721191 -0.012731601 0.999831617 0.013215440 -5.542252064 -0.136831865 -0.014834259 0.990483224 262.790557861\n0.990507483 0.016416918 0.136475086 279.454315186 -0.018711442 0.999704063 0.015546887 -5.543416500 -0.136179462 -0.017952953 0.990521491 263.751098633\n0.990327716 0.020105992 0.137283430 279.571166992 -0.022986921 0.999546885 0.019432088 -5.543387413 -0.136830524 -0.022399858 0.990341187 264.679809570\n0.990102768 0.026480729 0.137823567 279.684844971 -0.029307209 0.999398887 0.018518869 -5.552309036 -0.137250319 -0.022374807 0.990283668 265.621093750\n0.989749789 0.034702029 0.138531968 279.786987305 -0.036698729 0.999255717 0.011884318 -5.544937611 -0.138016447 -0.016846448 0.990286648 266.565155029\n0.989744067 0.037663408 0.137797445 279.907348633 -0.039043799 0.999210656 0.007327359 -5.553029537 -0.137412697 -0.012632346 0.990433335 267.503814697\n0.989938140 0.033448819 0.137490690 280.031799316 -0.035182212 0.999328911 0.010195902 -5.560211182 -0.137057379 -0.014930538 0.990450561 268.440368652\n0.989758849 0.036314309 0.138053209 280.144622803 -0.038505644 0.999170721 0.013234790 -5.568896770 -0.137458116 -0.018415079 0.990336359 269.388671875\n0.989680707 0.038852226 0.137922421 280.277832031 -0.041709706 0.998969615 0.017887592 -5.573252678 -0.137085348 -0.023455707 0.990281522 270.296661377\n0.989394605 0.042398371 0.138926744 280.394500732 -0.045696553 0.998742223 0.020635933 -5.573554993 -0.137877062 -0.026765555 0.990087628 271.211486816\n0.988758922 0.047983438 0.141610116 280.509979248 -0.051383298 0.998469651 0.020448301 -5.573112488 -0.140412226 -0.027494835 0.989711285 272.112884521\n0.988141894 0.051313031 0.144715309 280.624755859 -0.053971745 0.998437107 0.014503717 -5.577932358 -0.143744916 -0.022142269 0.989367008 272.992401123\n0.987692475 0.051495567 0.147688091 280.741241455 -0.053574450 0.998512447 0.010130263 -5.580287933 -0.146946743 -0.017917892 0.988982081 273.864471436\n0.987189054 0.056587216 0.149183318 280.863739014 -0.058736496 0.998223066 0.010037075 -5.586547852 -0.148350254 -0.018670995 0.988758624 274.700073242\n0.986431122 0.061113983 0.152376890 280.977569580 -0.064477839 0.997770429 0.017228456 -5.591936111 -0.150984257 -0.026819617 0.988172293 275.547515869\n0.985921860 0.064186588 0.154396102 281.100708008 -0.068326779 0.997427940 0.021654481 -5.598526001 -0.152609050 -0.031899016 0.987771690 276.378875732\n0.985239446 0.067069523 0.157495648 281.217285156 -0.070724584 0.997338593 0.017712405 -5.600447655 -0.155888528 -0.028589774 0.987360835 277.189941406\n0.984433353 0.071262345 0.160663038 281.335784912 -0.073902592 0.997210085 0.010510492 -5.600591660 -0.159465805 -0.022220295 0.986953378 277.997131348\n0.983357966 0.076924980 0.164589301 281.453216553 -0.078836843 0.996874452 0.005105406 -5.607619762 -0.163682133 -0.017996144 0.986348987 278.793884277\n0.982366264 0.076534569 0.170584142 281.583770752 -0.078474499 0.996905267 0.004648648 -5.622868538 -0.169700444 -0.017953178 0.985332131 279.576507568\n0.981482148 0.070158489 0.178242907 281.732421875 -0.072193116 0.997378409 0.004946599 -5.630897999 -0.177428588 -0.017722908 0.983974099 280.344024658\n0.979276538 0.068769492 0.190494537 281.880493164 -0.071667939 0.997393489 0.008359750 -5.638242722 -0.189423129 -0.021838857 0.981652677 281.126403809\n0.976915240 0.063879669 0.203852877 282.040954590 -0.067692436 0.997636735 0.011778445 -5.647492409 -0.202618703 -0.025305839 0.978930652 281.883941650\n0.974229395 0.061407384 0.217039630 282.204223633 -0.066089191 0.997710228 0.014371830 -5.658996582 -0.215660110 -0.028345432 0.976056993 282.632812500\n0.972089171 0.051192079 0.228958473 282.391845703 -0.055411492 0.998391092 0.012033617 -5.668141842 -0.227974072 -0.024384679 0.973361790 283.356475830\n0.969487309 0.045783613 0.240828291 282.578308105 -0.048625290 0.998799860 0.005866976 -5.677882195 -0.240270644 -0.017398305 0.970550001 284.066955566\n0.966678083 0.042277943 0.252479821 282.771484375 -0.044126030 0.999024570 0.001659385 -5.689172745 -0.252163410 -0.012745022 0.967600763 284.774627686\n0.963741422 0.041944671 0.263520509 282.966369629 -0.043951504 0.999032199 0.001722103 -5.696332932 -0.263193250 -0.013241785 0.964652240 285.476837158\n0.961102784 0.037353642 0.273653358 283.168518066 -0.040530801 0.999160469 0.005963684 -5.703814507 -0.273200870 -0.016823102 0.961809874 286.176818848\n0.958586395 0.030546373 0.283158988 283.374084473 -0.035731781 0.999274671 0.013164978 -5.713395119 -0.282551467 -0.022737544 0.958982646 286.856323242\n0.956178725 0.024105608 0.291789621 283.585876465 -0.030207975 0.999408662 0.016425768 -5.723914146 -0.291221112 -0.024520343 0.956341445 287.522888184\n0.953771651 0.021141412 0.299787819 283.789062500 -0.026842229 0.999528468 0.014910256 -5.733238697 -0.299331218 -0.022267951 0.953889370 288.168395996\n0.951872766 0.019107591 0.305897355 283.991119385 -0.024393890 0.999611676 0.013467612 -5.735502720 -0.305521250 -0.020281479 0.951969266 288.796203613\n0.950440586 0.016135961 0.310487181 284.195037842 -0.021306671 0.999684930 0.013268980 -5.734835625 -0.310175240 -0.019226827 0.950484931 289.406433105\n0.949626386 0.007322703 0.313298762 284.402496338 -0.013072561 0.999782383 0.016255857 -5.736486435 -0.313111544 -0.019532608 0.949515462 290.000915527\n0.949455738 -0.002197315 0.313893288 284.604797363 -0.005196213 0.999728441 0.022715664 -5.741728783 -0.313857973 -0.023198573 0.949186504 290.584777832\n0.949626088 -0.009042981 0.313254684 284.800079346 0.001059577 0.999670506 0.025646225 -5.746604919 -0.313383371 -0.024022406 0.949322820 291.141723633\n0.949896991 -0.009041822 0.312432230 284.971313477 0.001352569 0.999691069 0.024818910 -5.744486332 -0.312560111 -0.023152823 0.949615777 291.685913086\n0.950575650 -0.010724360 0.310307801 285.142913818 0.003037500 0.999676704 0.025244351 -5.747015953 -0.310478210 -0.023054106 0.950300872 292.207336426\n0.951474369 -0.012974254 0.307454437 285.306304932 0.005641699 0.999678373 0.024726100 -5.746095657 -0.307676345 -0.021791684 0.951241493 292.710632324\n0.952264011 -0.013285129 0.304986507 285.460906982 0.006673068 0.999719799 0.022712100 -5.741182804 -0.305202752 -0.019592719 0.952085793 293.198516846\n0.953058243 -0.013183282 0.302499890 285.609039307 0.007371761 0.999765813 0.020345386 -5.741813660 -0.302697271 -0.017160382 0.952932239 293.664550781\n0.953968227 -0.013693471 0.299594879 285.743408203 0.008322971 0.999781132 0.019194666 -5.748065472 -0.299792171 -0.015817584 0.953873396 294.115020752\n0.954883814 -0.015296572 0.296585411 285.883270264 0.010698177 0.999796212 0.017121337 -5.750229836 -0.296786875 -0.013175964 0.954852819 294.556610107\n0.955543280 -0.017264435 0.294345021 286.008605957 0.013411705 0.999795973 0.015102846 -5.756902218 -0.294545710 -0.010483754 0.955579877 294.972625732\n0.956441283 -0.016822582 0.291439712 286.130645752 0.013499123 0.999818921 0.013410731 -5.759366035 -0.291612536 -0.008892397 0.956495225 295.394531250\n0.957108021 -0.016755119 0.289246470 286.236480713 0.013492766 0.999820948 0.013269248 -5.761082172 -0.289416999 -0.008797369 0.957162678 295.769622803\n0.958076119 -0.018772922 0.285898179 286.351074219 0.015449264 0.999784350 0.013876634 -5.759480476 -0.286097020 -0.008877955 0.958159506 296.137634277\n0.958788037 -0.021114852 0.283336639 286.446624756 0.017863922 0.999741673 0.014052831 -5.765758514 -0.283560157 -0.008412182 0.958917558 296.487548828\n0.959967017 -0.024719650 0.279020220 286.543914795 0.021386625 0.999659002 0.014983737 -5.776332855 -0.279295474 -0.008416592 0.960168302 296.814971924\n0.961240470 -0.028126642 0.274273008 286.623229980 0.025273900 0.999583483 0.013930035 -5.783652782 -0.274550587 -0.006458166 0.961550951 297.118865967\n0.963127732 -0.029853158 0.267383248 286.704101562 0.028018504 0.999550402 0.010675082 -5.787384510 -0.267581701 -0.002789789 0.963531137 297.384124756\n0.965468109 -0.030998299 0.258670568 286.773254395 0.029874651 0.999519408 0.008274541 -5.786232948 -0.258802742 -0.000261113 0.965930164 297.640533447\n0.968153715 -0.032321747 0.248261318 286.820068359 0.031607494 0.999476790 0.006863432 -5.797515869 -0.248353273 0.001202060 0.968668759 297.871032715\n0.971431553 -0.033177488 0.234989464 286.866302490 0.033109602 0.999442756 0.004235458 -5.796697140 -0.234999031 0.003665950 0.971988678 298.087493896\n0.975034952 -0.032520026 0.219657153 286.900634766 0.032902293 0.999456704 0.001918778 -5.796231747 -0.219600230 0.005356348 0.975575268 298.288238525\n0.978453696 -0.030429924 0.204211563 286.919464111 0.030633384 0.999528348 0.002165517 -5.802706242 -0.204181150 0.004136833 0.978924394 298.473480225\n0.981374800 -0.028497433 0.189977467 286.928588867 0.028614920 0.999588251 0.002125197 -5.800477028 -0.189959809 0.003350575 0.981786132 298.646026611\n0.984139085 -0.026639335 0.175386906 286.935760498 0.026613677 0.999642670 0.002498784 -5.805119514 -0.175390810 0.002208539 0.984496415 298.784729004\n0.986977279 -0.026434951 0.158672661 286.954162598 0.026324200 0.999649525 0.002800097 -5.805913925 -0.158691078 0.001413299 0.987327278 298.938385010\n0.989437103 -0.025555976 0.142692372 286.955596924 0.025526935 0.999672055 0.002034434 -5.806964397 -0.142697558 0.001629554 0.989764988 299.085754395\n0.991711378 -0.026107954 0.125804842 286.957916260 0.026203187 0.999656260 0.000898052 -5.808888435 -0.125785053 0.002405880 0.992054582 299.229278564\n0.993946373 -0.025986696 0.106748566 286.957122803 0.026035525 0.999660552 0.000936393 -5.812076569 -0.106736667 0.001848531 0.994285583 299.374786377\n0.995877147 -0.022986075 0.087751321 286.947998047 0.022961097 0.999735534 0.001294146 -5.814180374 -0.087757863 0.000726056 0.996141553 299.516296387\n0.997434556 -0.018222125 0.069226250 286.932464600 0.018130755 0.999833703 0.001948011 -5.817378521 -0.069250241 -0.000687889 0.997599065 299.659210205\n0.998632729 -0.014300146 0.050281432 286.911956787 0.014124100 0.999892831 0.003854812 -5.829113007 -0.050331168 -0.003139362 0.998727679 299.779602051\n0.999434471 -0.013539231 0.030779677 286.896911621 0.013422650 0.999901950 0.003991080 -5.831569195 -0.030830694 -0.003575678 0.999518216 299.914489746\n0.999842763 -0.014513114 0.010189651 286.887207031 0.014485023 0.999891102 0.002825283 -5.834400654 -0.010229545 -0.002677242 0.999944091 300.054534912\n0.999845028 -0.013668082 -0.011095264 286.863464355 0.013680747 0.999905825 0.001066399 -5.836244583 0.011079644 -0.001218025 0.999937892 300.191192627\n0.999354541 -0.010981919 -0.034203008 286.839691162 0.011009393 0.999939203 0.000615032 -5.836588860 0.034194171 -0.000991189 0.999414742 300.337646484\n0.998311222 -0.005497487 -0.057831589 286.796661377 0.005552829 0.999984264 0.000796303 -5.839739323 0.057826303 -0.001116087 0.998326063 300.498962402\n0.996394694 -0.002332619 -0.084807023 286.750976562 0.002545161 0.999993861 0.002398144 -5.842328548 0.084800906 -0.002605345 0.996394515 300.673217773\n0.993595839 -0.003118526 -0.112949371 286.701141357 0.003700472 0.999980927 0.004942988 -5.846031666 0.112931803 -0.005329298 0.993588448 300.861663818\n0.989769518 -0.005642489 -0.142563850 286.651794434 0.006760065 0.999950111 0.007355995 -5.848465919 0.142515227 -0.008244480 0.989758253 301.067535400\n0.984658837 -0.005079962 -0.174416602 286.597961426 0.006763394 0.999936104 0.009058757 -5.852335930 0.174359441 -0.010099432 0.984630287 301.249450684\n0.978007853 -0.002185546 -0.208556488 286.522247314 0.004484473 0.999934256 0.010550850 -5.844324589 0.208519727 -0.011254081 0.977953434 301.469024658\n0.970046461 0.001137767 -0.242916852 286.422698975 0.002318847 0.999900103 0.013943220 -5.849733353 0.242908448 -0.014088858 0.969946921 301.704681396\n0.960254192 0.002430336 -0.279116422 286.325195312 0.002201250 0.999865055 0.016279111 -5.852073669 0.279118329 -0.016246490 0.960119247 301.930175781\n0.948451936 0.005017902 -0.316881299 286.217926025 0.000685255 0.999839842 0.017883763 -5.859941959 0.316920280 -0.017179035 0.948296607 302.161590576\n0.934378624 0.006575551 -0.356221020 286.071411133 0.000295569 0.999815047 0.019231061 -5.855488777 0.356281579 -0.018074380 0.934203804 302.428588867\n0.917474389 0.007534778 -0.397723466 285.914337158 0.000453387 0.999800146 0.019986860 -5.851325512 0.397794574 -0.018517755 0.917287588 302.696075439\n0.897795260 0.004533208 -0.440389752 285.741577148 0.003946556 0.999824047 0.018337416 -5.844635963 0.440395415 -0.018201267 0.897619426 302.977478027\n0.875510156 0.003060333 -0.483190000 285.547515869 0.006723347 0.999805987 0.018514659 -5.836732388 0.483152926 -0.019458428 0.875319719 303.258728027\n0.851299047 0.003365531 -0.524670005 285.333435059 0.008169271 0.999773204 0.019668097 -5.835460186 0.524617195 -0.021029603 0.851078510 303.528594971\n0.823889136 0.000190374 -0.566750944 285.098022461 0.012345100 0.999756634 0.018281965 -5.826563835 0.566616535 -0.022058910 0.823686302 303.825256348\n0.793848574 -0.001335560 -0.608114064 284.833374023 0.015428658 0.999719918 0.017945373 -5.818942070 0.607919753 -0.023628293 0.793646812 304.116333008\n0.761281967 -0.002073075 -0.648417711 284.535156250 0.018689420 0.999649584 0.018746510 -5.817872524 0.648151636 -0.026389930 0.761053920 304.406524658\n0.726259589 -0.002128246 -0.687417269 284.213989258 0.020683045 0.999610126 0.018756943 -5.815196037 0.687109292 -0.027840292 0.726020455 304.690246582\n0.688657880 -0.003200064 -0.725079417 283.868469238 0.023206322 0.999575257 0.017629120 -5.807324409 0.724715054 -0.028966859 0.688439608 304.976074219\n0.649665892 -0.004025945 -0.760209203 283.508789062 0.026227787 0.999509394 0.017120719 -5.800271988 0.759767294 -0.031061351 0.649452746 305.251708984\n0.611497879 -0.004191005 -0.791234970 283.096923828 0.029152432 0.999426365 0.017236408 -5.792089939 0.790708840 -0.033606451 0.611269295 305.541076660\n0.573936462 -0.004601486 -0.818886876 282.689697266 0.033276092 0.999289334 0.017707139 -5.792262554 0.818223476 -0.037412129 0.573681712 305.800170898\n0.535622597 -0.003779211 -0.844449043 282.227691650 0.037663344 0.999101818 0.019418014 -5.786169529 0.843617201 -0.042205501 0.535283804 306.074066162\n0.497288287 -0.001393798 -0.867584288 281.756408691 0.038751323 0.999036372 0.020606793 -5.787753105 0.866719544 -0.043867551 0.496863127 306.316864014\n0.461747468 0.000556415 -0.887011290 281.238159180 0.036345940 0.999148071 0.019547207 -5.778782845 0.886266530 -0.041265134 0.461333871 306.563018799\n0.431695402 0.005158218 -0.902004778 280.698608398 0.030120475 0.999343574 0.020130388 -5.774610043 0.901516497 -0.035859004 0.431256652 306.790100098\n0.407027245 0.007367081 -0.913386405 280.112060547 0.025691735 0.999479532 0.019510346 -5.761350632 0.913054705 -0.031407721 0.406626105 307.022918701\n0.387030065 0.006295969 -0.922045648 279.529327393 0.023078790 0.999597251 0.016512869 -5.753930569 0.921778262 -0.027670672 0.386728883 307.242156982\n0.369726896 0.004233031 -0.929130793 278.905090332 0.022711327 0.999649644 0.013591774 -5.744775772 0.928862810 -0.026127039 0.369501233 307.474090576\n0.353271663 0.002656987 -0.935516953 278.271179199 0.023242470 0.999662399 0.011616033 -5.749569416 0.935231984 -0.025847340 0.353090644 307.704864502\n0.337547064 -0.000841705 -0.941308260 277.597717285 0.023821736 0.999686956 0.007648415 -5.741225719 0.941007137 -0.025005296 0.337461472 307.932952881\n0.323006213 -0.001341291 -0.946395934 276.904266357 0.024539512 0.999674618 0.006958570 -5.737931252 0.946078658 -0.025471754 0.322934031 308.159667969\n0.309963644 -0.001273434 -0.950747609 276.179138184 0.025878442 0.999639869 0.007097995 -5.735750675 0.950396180 -0.026803985 0.309884965 308.390563965\n0.299807668 -0.000644381 -0.953999460 275.445068359 0.023955852 0.999689519 0.006853219 -5.739178181 0.953698874 -0.024908517 0.299730003 308.613922119\n0.292236805 0.000428519 -0.956346035 274.673553467 0.023599530 0.999692142 0.007659406 -5.734258175 0.956054926 -0.024807675 0.292136729 308.836425781\n0.285919547 0.001628723 -0.958252251 273.898498535 0.021782149 0.999729097 0.008198494 -5.740345001 0.958006024 -0.023216903 0.285806596 309.066223145\n0.281663120 0.002188661 -0.959510922 273.101531982 0.022162937 0.999715745 0.008786271 -5.735741138 0.959257424 -0.023740347 0.281534553 309.295654297\n0.278713167 0.003057018 -0.960369468 272.264984131 0.021335045 0.999728441 0.009374042 -5.735140324 0.960137367 -0.023102196 0.278572261 309.529205322\n0.276769042 0.003266897 -0.960930943 271.426300049 0.020020470 0.999757588 0.009165230 -5.733780861 0.960727930 -0.021774940 0.276636541 309.768524170\n0.275724828 0.003926697 -0.961228549 270.557525635 0.019326054 0.999766886 0.009627734 -5.732337952 0.961042285 -0.021231361 0.275584698 310.002319336\n0.274503887 0.003950536 -0.961577952 269.676361084 0.021470373 0.999717057 0.010236424 -5.732389450 0.961346328 -0.023455376 0.274341404 310.253021240\n0.273488462 0.004882396 -0.961862981 268.784210205 0.021971565 0.999694467 0.011321652 -5.732757092 0.961624384 -0.024229974 0.273297608 310.505920410\n0.272264183 0.004966169 -0.962209821 267.873382568 0.023056459 0.999665916 0.011683482 -5.726576328 0.961946368 -0.025366144 0.272058725 310.757873535\n0.269431889 0.004808125 -0.963007390 266.948516846 0.024443198 0.999631226 0.011829739 -5.721644878 0.962709129 -0.026726291 0.269214988 311.017181396\n0.266127586 0.006173531 -0.963918030 266.003875732 0.024237152 0.999620497 0.013093812 -5.717706203 0.963633060 -0.026847254 0.265876949 311.274841309\n0.263852656 0.007897453 -0.964530766 265.063842773 0.023940848 0.999604821 0.014733789 -5.718662739 0.964265943 -0.026979232 0.263559282 311.530181885\n0.262198746 0.009170773 -0.964970350 264.086395264 0.022429528 0.999626815 0.015594618 -5.715158463 0.964753211 -0.025732718 0.261895180 311.802062988\n0.261110067 0.007957752 -0.965276301 263.116027832 0.021875449 0.999660432 0.014158590 -5.711010456 0.965061188 -0.024812803 0.260847330 312.055084229\n0.259685099 0.006309389 -0.965672791 262.152862549 0.022329466 0.999672055 0.012536286 -5.706550121 0.965435207 -0.024818445 0.259459078 312.314392090\n0.258012354 0.006132011 -0.966122150 261.151672363 0.022937978 0.999659121 0.012470682 -5.706281662 0.965869308 -0.025378477 0.257783771 312.577209473\n0.256379068 0.009101260 -0.966533542 260.161315918 0.022095269 0.999639213 0.015273908 -5.703642845 0.966323793 -0.025271729 0.256085455 312.838592529\n0.255151033 0.013339337 -0.966809213 259.155303955 0.020707235 0.999600112 0.019256616 -5.699769974 0.966679454 -0.024933290 0.254772782 313.094268799\n0.255505264 0.015733300 -0.966679692 258.150970459 0.019067006 0.999591112 0.021308597 -5.698649406 0.966619670 -0.023876145 0.255100787 313.346252441\n0.256263494 0.016072720 -0.966473401 257.158996582 0.017899595 0.999611378 0.021369953 -5.690895557 0.966441274 -0.022775820 0.255876184 313.602478027\n0.257536054 0.016421292 -0.966129184 256.168365479 0.017507747 0.999612153 0.021657353 -5.687523365 0.966110110 -0.022492295 0.257148683 313.861175537\n0.258024454 0.017843084 -0.965973675 255.180023193 0.016873641 0.999593735 0.022971280 -5.681034088 0.965991080 -0.022226645 0.257618546 314.125183105\n0.259076297 0.020138092 -0.965646923 254.192535400 0.017376378 0.999523640 0.025506534 -5.676777363 0.965700567 -0.023387585 0.258602917 314.381347656\n0.259574771 0.019469196 -0.965526819 253.202728271 0.017230513 0.999544263 0.024787433 -5.667562485 0.965569317 -0.023070714 0.259121001 314.642852783\n0.260198951 0.018016921 -0.965386927 252.219726562 0.015915355 0.999610007 0.022945261 -5.664919853 0.965423882 -0.021334808 0.259810746 314.909423828\n0.261401772 0.016239973 -0.965093493 251.244354248 0.012959138 0.999709308 0.020332532 -5.659917831 0.965143144 -0.017821738 0.261115313 315.153747559\n0.261807382 0.018102504 -0.964950383 250.262329102 0.009512255 0.999727130 0.021335753 -5.655488014 0.965073287 -0.014764711 0.261563718 315.413757324\n0.263131559 0.020495748 -0.964542270 249.300170898 0.006093782 0.999719083 0.022905638 -5.649341106 0.964740753 -0.011904908 0.262932718 315.665435791\n0.263565660 0.024069253 -0.964341044 248.303955078 0.001503819 0.999677181 0.025362227 -5.646053791 0.964640200 -0.008134806 0.263444424 315.916473389\n0.264015794 0.026024625 -0.964167178 247.327911377 -0.003899353 0.999656558 0.025914796 -5.637072563 0.964510500 -0.003082288 0.264026642 316.170562744\n0.263779879 0.027866835 -0.964180350 246.357727051 -0.009578801 0.999608994 0.026270235 -5.638077736 0.964535415 0.002306130 0.263943672 316.426239014\n0.262890279 0.027037140 -0.964446843 245.372955322 -0.013765146 0.999610662 0.024270793 -5.621217728 0.964727521 0.006895197 0.263160050 316.692230225\n0.261097431 0.026351228 -0.964952707 244.410919189 -0.016497357 0.999603152 0.022833608 -5.614829063 0.965171456 0.009957372 0.261428595 316.947570801\n0.258682609 0.025950946 -0.965613723 243.456787109 -0.019819677 0.999571204 0.021553975 -5.603110790 0.965759039 0.013562515 0.259086013 317.192657471\n0.257387400 0.026307689 -0.965950131 242.501068115 -0.018531766 0.999579847 0.022285616 -5.607236385 0.966130614 0.012164724 0.257766783 317.436706543\n0.253224730 0.024876274 -0.967087686 241.560455322 -0.021681618 0.999564171 0.020034490 -5.606699944 0.967164576 0.015894791 0.253653765 317.675933838\n0.248038769 0.020733690 -0.968528211 240.623413086 -0.019521210 0.999674916 0.016401105 -5.605562210 0.968553364 0.014838733 0.248362899 317.920318604\n0.240910649 0.019638125 -0.970348597 239.712432861 -0.015497132 0.999745667 0.016385559 -5.607027054 0.970423579 0.011090165 0.241153717 318.136901855\n0.232318521 0.022832917 -0.972371757 238.799316406 -0.014973580 0.999689877 0.019896913 -5.605845451 0.972524524 0.009937463 0.232588351 318.345764160\n0.218853474 0.023979129 -0.975463033 237.901153564 -0.013661999 0.999675274 0.021509135 -5.608313560 0.975662112 0.008619427 0.219110012 318.547882080\n0.201915562 0.020543592 -0.979187429 237.019439697 -0.012670002 0.999751091 0.018362375 -5.605595589 0.979320943 0.008698656 0.202125609 318.722808838\n0.181657374 0.016600279 -0.983221829 236.144866943 -0.010762344 0.999831200 0.014892285 -5.608851910 0.983303010 0.007876477 0.181805372 318.878845215\n0.159647524 0.015228741 -0.987056732 235.274902344 -0.010335017 0.999852002 0.013754557 -5.607655525 0.987120092 0.008005365 0.159781277 319.007324219\n0.134551883 0.017544229 -0.990751326 234.392883301 -0.011740496 0.999801278 0.016110033 -5.615203857 0.990837097 0.009464274 0.134731114 319.119445801\n0.108360112 0.020051954 -0.993909538 233.514404297 -0.011076665 0.999758840 0.018962340 -5.616961002 0.994050086 0.008954440 0.108556092 319.199523926\n0.080475807 0.022112783 -0.996511221 232.644409180 -0.012211835 0.999700725 0.021197360 -5.619312286 0.996681750 0.010463356 0.080721796 319.256652832\n0.052294195 0.022334168 -0.998381972 231.775726318 -0.013450416 0.999674916 0.021658575 -5.616875648 0.998541176 0.012296034 0.052577615 319.289703369\n0.022951126 0.020012606 -0.999536216 230.905212402 -0.013620256 0.999713063 0.019703401 -5.619551659 0.999643743 0.013161724 0.023217142 319.295959473\n-0.008104444 0.014811927 -0.999857485 230.046386719 -0.011728739 0.999820113 0.014906442 -5.620128155 0.999898374 0.011847876 -0.007929325 319.279907227\n-0.041436672 0.010217379 -0.999088883 229.197784424 -0.007164527 0.999918938 0.010523013 -5.619557858 0.999115467 0.007594037 -0.041360140 319.235839844\n-0.076183796 0.010236498 -0.997041225 228.352386475 -0.006765930 0.999918997 0.010783027 -5.621846199 0.997070849 0.007567403 -0.076108336 319.160125732\n-0.110085249 0.014237097 -0.993820310 227.506439209 -0.008756282 0.999844730 0.015293332 -5.625630379 0.993883729 0.010385737 -0.109943509 319.044891357\n-0.143891215 0.021037765 -0.989369929 226.655914307 -0.009505084 0.999698520 0.022639783 -5.628672600 0.989547968 0.012661709 -0.143647909 318.914550781\n-0.176585317 0.023406213 -0.984007180 225.814453125 -0.011346429 0.999602377 0.025813347 -5.625759602 0.984220088 0.015723219 -0.176249504 318.746582031\n-0.208112478 0.020027049 -0.977899969 224.987274170 -0.015047457 0.999606490 0.023673926 -5.625398636 0.977989256 0.019641742 -0.207729220 318.545288086\n-0.238914251 0.012677624 -0.970957994 224.174926758 -0.015498776 0.999737620 0.016867027 -5.614996433 0.970917106 0.019078430 -0.238654971 318.337768555\n-0.268820882 0.010472680 -0.963133395 223.346282959 -0.013437709 0.999802768 0.014622015 -5.603303432 0.963096619 0.016873006 -0.268627167 318.097869873\n-0.296968341 0.011322618 -0.954820216 222.524414062 -0.012655434 0.999795198 0.015792044 -5.604277611 0.954803467 0.016773401 -0.296764255 317.830169678\n-0.323173761 0.015092722 -0.946219385 221.701416016 -0.011898818 0.999728978 0.020010177 -5.599001884 0.946264982 0.017725654 -0.322906613 317.537048340\n-0.347812057 0.017107423 -0.937408328 220.887481689 -0.011883520 0.999672771 0.022652943 -5.593519688 0.937489152 0.019018672 -0.347494841 317.217224121\n-0.370404363 0.016668376 -0.928721249 220.072998047 -0.011385588 0.999682367 0.022482907 -5.584157467 0.928801000 0.018901797 -0.370096922 316.889343262\n-0.390010715 0.015985237 -0.920671761 219.264282227 -0.011062979 0.999695778 0.022043748 -5.580411911 0.920744061 0.018782666 -0.389715314 316.532531738\n-0.408357620 0.012251731 -0.912739813 218.438781738 -0.012499118 0.999741137 0.019011628 -5.569034100 0.912736475 0.019171987 -0.408098817 316.150817871\n-0.423853397 0.014112274 -0.905621052 217.616882324 -0.011926459 0.999704957 0.021160265 -5.564560890 0.905652463 0.019769697 -0.423560023 315.752075195\n-0.437074900 0.015885033 -0.899284959 216.792541504 -0.010986167 0.999675155 0.022997884 -5.550857544 0.899358153 0.019931490 -0.436758399 315.340026855\n-0.449502587 0.017090378 -0.893115461 215.950469971 -0.007188515 0.999715388 0.022748200 -5.542017460 0.893250048 0.016645549 -0.449251771 314.922607422\n-0.460590124 0.014429132 -0.887495816 215.114562988 -0.003151487 0.999834955 0.017891120 -5.535556793 0.887607455 0.011037402 -0.460468650 314.491271973\n-0.470468760 0.009868254 -0.882361591 214.284545898 -0.004086908 0.999902368 0.013361930 -5.530263901 0.882407308 0.009892500 -0.470382571 314.029663086\n-0.480552077 0.007747180 -0.876931965 213.425399780 -0.003029192 0.999940336 0.010493861 -5.526187420 0.876960993 0.007699242 -0.480499983 313.569274902\n-0.488266349 0.007730028 -0.872660220 212.583923340 -0.002230627 0.999946475 0.010105598 -5.521002769 0.872691572 0.006880805 -0.488222957 313.092559814\n-0.494206071 0.012089536 -0.869260967 211.728393555 -0.001579005 0.999889195 0.014804014 -5.527010918 0.869343579 0.008688797 -0.494132161 312.598266602\n-0.500487447 0.017842438 -0.865559936 210.826110840 -0.001933218 0.999762058 0.021726681 -5.515393257 0.865741670 0.012547246 -0.500333905 312.078674316\n-0.504574299 0.020884402 -0.863115788 209.954071045 -0.001548987 0.999683857 0.025094409 -5.504853249 0.863367081 0.013998944 -0.504382372 311.557250977\n-0.508302808 0.022887582 -0.860874295 209.086578369 0.000604799 0.999656022 0.026220191 -5.494324207 0.861178279 0.012807138 -0.508141756 311.044860840\n-0.511791706 0.021705983 -0.858835340 208.210220337 0.002234092 0.999711037 0.023935115 -5.480957031 0.859106660 0.010331078 -0.511692286 310.520080566\n-0.515525699 0.022778524 -0.856571257 207.320877075 0.004274828 0.999702513 0.024011971 -5.466424465 0.856863439 0.008717095 -0.515469790 309.990844727\n-0.517994285 0.025004737 -0.855018616 206.431564331 0.008464816 0.999673545 0.024106903 -5.453390598 0.855342269 0.005249659 -0.518036842 309.452178955\n-0.519455910 0.028030403 -0.854037523 205.534042358 0.011875187 0.999602139 0.025585078 -5.439970970 0.854414880 0.003148463 -0.519582033 308.904418945\n-0.520733476 0.028324073 -0.853249431 204.610961914 0.013933679 0.999598324 0.024678558 -5.430774212 0.853605688 0.000962045 -0.520918965 308.335937500\n-0.521696806 0.028859589 -0.852642894 203.700958252 0.016789865 0.999581397 0.023560034 -5.414893627 0.852965891 -0.002024564 -0.521963000 307.778808594\n-0.522439957 0.030313579 -0.852137148 202.765029907 0.018144859 0.999536812 0.024432618 -5.410930157 0.852483094 -0.002697333 -0.522747993 307.201965332\n-0.522971630 0.030605840 -0.851800621 201.824432373 0.016244018 0.999531507 0.025940748 -5.394317627 0.852195501 -0.000270392 -0.523223877 306.616912842\n-0.523464441 0.030588189 -0.851498425 200.876022339 0.014668817 0.999530792 0.026888173 -5.377235889 0.851921380 0.001584525 -0.523667574 306.024597168\n-0.523689866 0.029393399 -0.851401865 199.914367676 0.013338586 0.999565005 0.026304068 -5.360065460 0.851804674 0.002418675 -0.523854017 305.426177979\n-0.524339080 0.026932327 -0.851083577 198.945571899 0.012866931 0.999636173 0.023706125 -5.346002579 0.851412416 0.001479212 -0.524494767 304.829406738\n-0.524835467 0.025177192 -0.850831330 197.979095459 0.014930013 0.999680996 0.020372266 -5.334181786 0.851072788 -0.002010837 -0.525043845 304.222961426\n-0.526230454 0.026388355 -0.849932671 196.984420776 0.017521340 0.999642670 0.020188266 -5.322371006 0.850161672 -0.004268278 -0.526504755 303.614257812\n-0.527535915 0.027269864 -0.849094987 195.987136841 0.016725974 0.999624312 0.021712610 -5.314716339 0.849368155 -0.002747761 -0.527793884 302.983581543\n-0.528751969 0.027854487 -0.848319471 194.981826782 0.016912028 0.999608696 0.022280904 -5.299791336 0.848608136 -0.002565734 -0.529016137 302.360534668\n-0.529361248 0.026541628 -0.847981393 194.001159668 0.014036884 0.999647737 0.022526082 -5.291672707 0.848280549 0.000021417 -0.529547334 301.741394043\n-0.530043125 0.024683084 -0.847611547 192.991516113 0.010139938 0.999689281 0.022770826 -5.284795761 0.847910225 0.003474789 -0.530128717 301.087341309\n-0.530719399 0.023029950 -0.847234607 191.988159180 0.007259144 0.999717593 0.022627590 -5.270203114 0.847516477 0.005858704 -0.530736685 300.449127197\n-0.530981064 0.022459630 -0.847085953 190.994720459 0.007671115 0.999735117 0.021698466 -5.268278599 0.847348928 0.005023382 -0.531012774 299.816802979\n-0.531646132 0.021255122 -0.846699893 189.995254517 0.009499515 0.999771833 0.019132981 -5.261318684 0.846913397 0.002128735 -0.531726718 299.189880371\n-0.532285929 0.022381430 -0.846268833 188.977005005 0.013268365 0.999748230 0.018095000 -5.254858494 0.846460760 -0.001596890 -0.532448769 298.547729492\n-0.533123851 0.025369423 -0.845656753 187.964920044 0.016140966 0.999673367 0.019814191 -5.254812717 0.845883191 -0.003086298 -0.533359170 297.911132812\n-0.533825874 0.028700816 -0.845107436 186.954757690 0.018921888 0.999579012 0.021994535 -5.251750946 0.845382929 -0.004249780 -0.534144163 297.271514893\n-0.534434676 0.033170361 -0.844558775 185.938873291 0.019062687 0.999448478 0.027190896 -5.246098995 0.844994903 -0.001567803 -0.534772277 296.631347656\n-0.534538865 0.036986858 -0.844334483 184.934097290 0.016892966 0.999309897 0.033080958 -5.232304573 0.844975352 0.003419737 -0.534794807 295.989044189\n-0.534476757 0.035091564 -0.844454288 183.940734863 0.012464750 0.999356329 0.033639304 -5.220467567 0.845091224 0.007453518 -0.534570098 295.350311279\n-0.533633828 0.028502282 -0.845235288 182.948013306 0.009019453 0.999566913 0.028012145 -5.204220295 0.845667601 0.007324666 -0.533659697 294.710571289\n-0.532962322 0.020933278 -0.845880270 181.963729858 0.003836533 0.999743462 0.022323707 -5.188899040 0.846130550 0.008652443 -0.532905817 294.079650879\n-0.531951547 0.019563820 -0.846548855 180.958587646 0.004315061 0.999782741 0.020393588 -5.189499855 0.846763909 0.007195489 -0.531920433 293.436889648\n-0.531318784 0.019813839 -0.846940458 179.959228516 0.002751374 0.999761522 0.021662988 -5.182982445 0.847167730 0.009179698 -0.531246543 292.803039551\n-0.530428410 0.022744292 -0.847424626 178.970489502 0.003501751 0.999690294 0.024639148 -5.181096077 0.847722590 0.010101833 -0.530343771 292.182983398\n-0.529430032 0.022375658 -0.848058581 177.977172852 0.002284163 0.999686062 0.024950320 -5.169611454 0.848350644 0.011272343 -0.529314995 291.550048828\n-0.528732300 0.020314083 -0.848545730 176.985168457 0.002679884 0.999748528 0.022264019 -5.153855324 0.848784626 0.009497698 -0.528653741 290.926879883\n-0.528479457 0.021036321 -0.848685503 176.004364014 0.007484729 0.999769568 0.020120468 -5.156910896 0.848913193 0.004281071 -0.528515100 290.313873291\n-0.529764891 0.023412332 -0.847821474 175.026214600 0.012345050 0.999725878 0.019893272 -5.149607658 0.848054826 0.000072357 -0.529908776 289.698608398\n-0.532195449 0.028715104 -0.846134603 173.985504150 0.018070713 0.999582231 0.022556651 -5.142129421 0.846428812 -0.003285710 -0.532492042 289.046997070\n-0.534421563 0.030042950 -0.844684124 172.994888306 0.021244414 0.999529839 0.022109278 -5.135425091 0.844951212 -0.006129147 -0.534808517 288.420104980\n-0.536351442 0.027668364 -0.843541145 172.020431519 0.020434532 0.999595225 0.019794026 -5.131563187 0.843747377 -0.006620815 -0.536699772 287.801452637\n-0.537618637 0.027840927 -0.842728376 171.056411743 0.021058835 0.999586344 0.019588504 -5.125926495 0.842925131 -0.007215734 -0.537982464 287.184204102\n-0.539005995 0.028513977 -0.841819406 170.081665039 0.016880674 0.999591768 0.023049550 -5.123358250 0.842132986 -0.001786636 -0.539267302 286.540771484\n-0.540164828 0.030683164 -0.840999722 169.116287231 0.017011371 0.999529004 0.025540758 -5.111293316 0.841387331 -0.000510339 -0.540432453 285.917907715\n-0.540827036 0.031812582 -0.840532124 168.152374268 0.018523017 0.999492645 0.025910605 -5.104722500 0.840929925 -0.001556035 -0.541141987 285.293395996\n-0.541162372 0.030876884 -0.840351284 167.189559937 0.018913480 0.999519765 0.024545450 -5.091302395 0.840705633 -0.002610898 -0.541486502 284.665527344\n-0.542226911 0.031500503 -0.839641511 166.212432861 0.021224653 0.999491632 0.023791006 -5.087542534 0.839964092 -0.004920977 -0.542619824 284.025329590\n-0.543101668 0.032829031 -0.839024842 165.253540039 0.027574610 0.999393761 0.021254804 -5.083463669 0.839213967 -0.011592263 -0.543677688 283.408752441\n-0.543919086 0.035014611 -0.838407040 164.282119751 0.035683122 0.999190450 0.018579923 -5.076502800 0.838378847 -0.019811006 -0.544728160 282.785461426\n-0.544533968 0.037109938 -0.837917387 163.318893433 0.037332591 0.999103010 0.019987391 -5.076185703 0.837907493 -0.020397812 -0.545430899 282.158447266\n-0.544638276 0.042200312 -0.837608635 162.352111816 0.039829805 0.998907804 0.024428336 -5.067086220 0.837724686 -0.020057181 -0.545724273 281.534301758\n-0.545057535 0.045597948 -0.837158024 161.390808105 0.036740310 0.998859763 0.030484550 -5.058672905 0.837593496 -0.014141616 -0.546111226 280.908569336\n-0.544440150 0.045845535 -0.837545931 160.438278198 0.032149885 0.998912096 0.033779606 -5.050109863 0.838183403 -0.008536030 -0.545321822 280.276672363\n-0.543290019 0.044065416 -0.838387847 159.471389771 0.030717954 0.998996258 0.032601174 -5.027637005 0.838982940 -0.008041670 -0.544098258 279.625549316\n-0.542564631 0.040572047 -0.839033663 158.514175415 0.031717695 0.999110103 0.027802272 -5.011171341 0.839415014 -0.011527683 -0.543368697 279.000427246\n-0.542263746 0.036058169 -0.839434385 157.555603027 0.032561187 0.999230027 0.021888142 -5.007719040 0.839577258 -0.015463832 -0.543020368 278.376281738\n-0.542531252 0.036325421 -0.839249849 156.604782104 0.035197098 0.999170244 0.020494198 -4.999807358 0.839297950 -0.018420417 -0.543359637 277.761047363\n-0.542574883 0.040119495 -0.839048803 155.643753052 0.037253637 0.999025285 0.023678599 -4.999421120 0.839180946 -0.018410208 -0.543540597 277.152221680\n-0.541958451 0.044713076 -0.839214981 154.685821533 0.039362583 0.998838246 0.027797699 -4.991294861 0.839482963 -0.017968468 -0.543088913 276.531738281\n-0.541566372 0.048895039 -0.839235127 153.732177734 0.040548593 0.998664439 0.032017246 -4.980285168 0.839679778 -0.016690344 -0.542825699 275.911682129\n-0.541762471 0.050965145 -0.838985145 152.767562866 0.044343740 0.998503029 0.032020926 -4.965475559 0.839361131 -0.019855998 -0.543211460 275.292846680\n-0.541165113 0.050104816 -0.839422524 151.811813354 0.049701337 0.998384058 0.027551355 -4.951302528 0.839446485 -0.026810588 -0.542780876 274.674194336\n-0.541134596 0.050640669 -0.839410067 150.848129272 0.057843793 0.998062432 0.022922391 -4.940132141 0.838944435 -0.036150556 -0.543015361 274.070495605\n-0.541305423 0.050671656 -0.839297771 149.891052246 0.059429441 0.997991741 0.021923577 -4.930670738 0.838723123 -0.038011648 -0.543229699 273.449218750\n-0.541850924 0.054263067 -0.838721216 148.921203613 0.062082890 0.997771621 0.024444927 -4.925861359 0.838178694 -0.038824730 -0.544012308 272.826080322\n-0.542442799 0.057385813 -0.838130653 147.955093384 0.060940605 0.997723758 0.028871881 -4.913384438 0.837879658 -0.035414841 -0.544705153 272.203460693\n-0.542513132 0.058240358 -0.838026226 147.008605957 0.056751180 0.997855663 0.032609034 -4.902182579 0.838128388 -0.029868146 -0.544655085 271.570800781\n-0.542969465 0.056484584 -0.837850571 146.053085327 0.052659575 0.998061836 0.033159327 -4.888447285 0.838099658 -0.026116351 -0.544891596 270.945495605\n-0.543633342 0.050173111 -0.837822080 145.110427856 0.048982687 0.998406887 0.028006630 -4.875958920 0.837892532 -0.025813438 -0.545224786 270.320373535\n-0.544106483 0.046635315 -0.837719142 144.165130615 0.048911929 0.998519063 0.023818195 -4.865040779 0.837589324 -0.028014824 -0.545581698 269.702453613\n-0.545348287 0.047718130 -0.836850345 143.207870483 0.046467558 0.998564005 0.026657829 -4.853341103 0.836920679 -0.024348589 -0.546782613 269.071533203\n-0.546398282 0.053998493 -0.835782945 142.252548218 0.047528498 0.998310387 0.033427067 -4.840480804 0.836175859 -0.021459019 -0.548041582 268.450714111\n-0.547831297 0.051629093 -0.834994376 141.301162720 0.049086351 0.998358071 0.029525099 -4.822817802 0.835147679 -0.024812054 -0.549466133 267.823303223\n-0.548901677 0.044729341 -0.834689379 140.345520020 0.053622041 0.998394728 0.018239494 -4.811639786 0.834165275 -0.034746058 -0.550418973 267.200622559\n-0.550001621 0.041439123 -0.834135115 139.381790161 0.052799575 0.998495579 0.014790096 -4.798260689 0.833493114 -0.035907395 -0.551362157 266.557983398\n-0.550925016 0.048240572 -0.833159387 138.404083252 0.054327607 0.998283446 0.021877367 -4.794820786 0.832784593 -0.033210769 -0.552600145 265.914245605\n-0.551318884 0.053815585 -0.832557082 137.465652466 0.054072853 0.998124182 0.028710635 -4.800281048 0.832540393 -0.029190019 -0.553194642 265.288879395\n-0.551056623 0.050429933 -0.832942903 136.507263184 0.052345052 0.998295426 0.025810776 -4.783463001 0.832824767 -0.029377241 -0.552757144 264.643920898\n-0.551112294 0.043263622 -0.833308756 135.556411743 0.047038078 0.998677731 0.020740392 -4.773506641 0.833104193 -0.027766960 -0.552418590 263.999816895\n-0.550295711 0.040096913 -0.834006548 134.598007202 0.046099197 0.998781800 0.017601632 -4.767234802 0.833696306 -0.028760929 -0.551473856 263.359680176\n-0.549836159 0.040531076 -0.834288776 133.635101318 0.046443038 0.998760283 0.017913200 -4.765829563 0.833980560 -0.028897580 -0.551036954 262.715332031\n-0.549046040 0.042743225 -0.834698558 132.673965454 0.048617776 0.998633683 0.019158332 -4.764288902 0.834376991 -0.030062383 -0.550373912 262.078399658\n-0.548750162 0.043828152 -0.834836841 131.706832886 0.051061533 0.998517454 0.018857762 -4.767768860 0.834425628 -0.032279845 -0.550174594 261.446472168\n-0.548658133 0.044391572 -0.834867418 130.731689453 0.053075075 0.998424530 0.018208353 -4.757142067 0.834360421 -0.034320496 -0.550149798 260.796356201\n-0.548101664 0.044962008 -0.835202515 129.764938354 0.052904021 0.998418272 0.019030256 -4.755916595 0.834737062 -0.033755057 -0.549613357 260.157043457\n-0.547225237 0.044880968 -0.835781276 128.812194824 0.049757350 0.998539627 0.021042529 -4.756403923 0.835505128 -0.030071255 -0.548659325 259.513519287\n-0.547431111 0.044894885 -0.835645735 127.838851929 0.045765024 0.998671710 0.023672784 -4.749488831 0.835598528 -0.025284126 -0.548758507 258.863983154\n-0.547639728 0.045516372 -0.835475624 126.871520996 0.041730307 0.998762429 0.027058695 -4.741810799 0.835673273 -0.020046238 -0.548861384 258.218292236\n-0.547327042 0.046140790 -0.835646093 125.905624390 0.038028114 0.998818934 0.030243050 -4.730965137 0.836054564 -0.015225209 -0.548435211 257.575073242\n-0.547076583 0.044117101 -0.835919440 124.946121216 0.035193287 0.998939455 0.029688148 -4.716300964 0.836342692 -0.013177067 -0.548048973 256.932464600\n-0.546985865 0.040382020 -0.836167395 123.987442017 0.034179538 0.999080300 0.025890941 -4.705723286 0.836443841 -0.014417834 -0.547863126 256.297882080\n-0.547081828 0.037409596 -0.836243033 123.034545898 0.035966039 0.999128819 0.021166872 -4.697339058 0.836306334 -0.018496340 -0.547950625 255.661926270\n-0.547849655 0.038447730 -0.835693002 122.061614990 0.038395137 0.999046266 0.020792691 -4.694348812 0.835695386 -0.020695278 -0.548803329 255.029205322\n-0.547340035 0.043225896 -0.835793197 121.100021362 0.039540645 0.998885691 0.025766596 -4.688081264 0.835975647 -0.018944714 -0.548439264 254.394592285\n-0.547744036 0.044852875 -0.835442901 120.134094238 0.038830452 0.998848736 0.028167209 -4.679406643 0.835744441 -0.017012209 -0.548855066 253.755401611\n-0.547235727 0.040960971 -0.835975707 119.196548462 0.038091820 0.998985708 0.024012927 -4.664498806 0.836111367 -0.018703103 -0.548241019 253.127502441\n-0.547714949 0.037520353 -0.835823238 118.234970093 0.037864309 0.999081969 0.020036608 -4.661683083 0.835807741 -0.020673521 -0.548632741 252.498413086\n-0.547035098 0.035490945 -0.836356878 117.292999268 0.037531860 0.999135971 0.017850071 -4.654572964 0.836267769 -0.021625414 -0.547894478 251.867950439\n-0.547171831 0.036626320 -0.836218596 116.341323853 0.041327063 0.999005854 0.016714420 -4.659024715 0.835999489 -0.025412802 -0.548141479 251.255294800\n-0.547044158 0.041177068 -0.836090624 115.387878418 0.046291981 0.998749137 0.018899644 -4.663034916 0.835822999 -0.028365348 -0.548266053 250.646057129\n-0.546699286 0.045050673 -0.836116433 114.442794800 0.043539807 0.998730183 0.025343718 -4.659106255 0.836196482 -0.022548955 -0.547966480 250.019500732\n-0.545643330 0.049177490 -0.836573362 113.487304688 0.045242816 0.998549461 0.029190168 -4.648827553 0.836795330 -0.021921514 -0.547076702 249.388458252\n-0.544362307 0.044365313 -0.837676585 112.547332764 0.040156361 0.998833776 0.026805073 -4.636743546 0.837888896 -0.019046374 -0.545508981 248.771148682\n-0.543020368 0.038410261 -0.838840723 111.609329224 0.034658030 0.999127269 0.023313995 -4.627490997 0.839004159 -0.016412593 -0.543877602 248.138946533\n-0.543640852 0.036739212 -0.838513613 110.647872925 0.030231353 0.999250352 0.024181690 -4.615555763 0.838773429 -0.012203247 -0.544343948 247.514892578\n-0.543553829 0.040494855 -0.838396966 109.724441528 0.031352770 0.999118030 0.027930953 -4.616630554 0.838788569 -0.011104091 -0.544344068 246.904922485\n-0.543949485 0.042523615 -0.838039875 108.780883789 0.032201596 0.999037266 0.029791707 -4.602517128 0.838499963 -0.010781039 -0.544795156 246.298614502\n-0.543347478 0.041736457 -0.838470101 107.851501465 0.032227170 0.999064207 0.028846420 -4.592313290 0.838889420 -0.011347894 -0.544184089 245.694763184\n-0.542406082 0.040705621 -0.839129865 106.926132202 0.034373224 0.999064386 0.026245398 -4.583372116 0.839413106 -0.014607933 -0.543297768 245.074325562\n-0.542121172 0.038819171 -0.839403272 106.003479004 0.034474887 0.999118805 0.023940107 -4.575200081 0.839592934 -0.015959896 -0.542981744 244.468811035\n-0.542642474 0.037338190 -0.839133620 105.081451416 0.035350144 0.999141574 0.021598058 -4.570196152 0.839219689 -0.017943470 -0.543496609 243.882751465\n-0.541889310 0.039083313 -0.839540899 104.156341553 0.036534984 0.999069333 0.022928044 -4.560450554 0.839655638 -0.018248154 -0.542812824 243.284179688\n-0.540708780 0.040240701 -0.840246916 103.236038208 0.033937197 0.999085486 0.026008738 -4.557650566 0.840525091 -0.014452472 -0.541579962 242.681182861\n-0.539545059 0.042099670 -0.840903699 102.319488525 0.032226600 0.999049842 0.029339831 -4.547351837 0.841339946 -0.011269309 -0.540389180 242.081451416\n-0.538538098 0.043726157 -0.841466010 101.395629883 0.035261083 0.998947263 0.029342473 -4.535067558 0.841863215 -0.013868964 -0.539512992 241.488281250\n-0.538372397 0.046497613 -0.841423392 100.447433472 0.041523598 0.998727500 0.028622082 -4.527752876 0.841683507 -0.019529590 -0.539618015 240.892730713\n-0.538365960 0.047700610 -0.841360331 99.523559570 0.044258814 0.998619258 0.028296225 -4.512441635 0.841548383 -0.022003887 -0.539733768 240.302368164\n-0.538702726 0.051956512 -0.840892494 98.596267700 0.049022608 0.998338580 0.030279245 -4.504169941 0.841068625 -0.024911230 -0.540354848 239.712356567\n-0.538537621 0.053152606 -0.840923488 97.666564941 0.049608469 0.998277247 0.031328674 -4.488347054 0.841139972 -0.024845257 -0.540246725 239.115585327\n-0.538669348 0.054414887 -0.840758324 96.740036011 0.048586261 0.998257756 0.033479486 -4.469659805 0.841115296 -0.022814933 -0.540374637 238.518600464\n-0.539398313 0.053901356 -0.840323865 95.825469971 0.047733013 0.998301744 0.033395115 -4.458029747 0.840696812 -0.022097919 -0.541055083 237.929016113\n-0.539946318 0.049112070 -0.840265453 94.894348145 0.047519539 0.998482704 0.027824011 -4.444467068 0.840357006 -0.024905555 -0.541460752 237.326416016\n-0.540209174 0.047612015 -0.840182841 93.979263306 0.048188720 0.998510122 0.025600489 -4.429801464 0.840149939 -0.026657719 -0.541698575 236.734100342\n-0.540775776 0.050914153 -0.839624643 93.061904907 0.046864040 0.998439789 0.030360932 -4.422015667 0.839860439 -0.022929749 -0.542318106 236.136840820\n-0.541080594 0.053998966 -0.839235306 92.146789551 0.048373196 0.998282552 0.033044875 -4.407533169 0.839578331 -0.022716550 -0.542763472 235.543487549\n-0.542076588 0.048797011 -0.838911414 91.239715576 0.045278125 0.998558462 0.028826017 -4.392333508 0.839108706 -0.022358427 -0.543504596 234.948455811\n-0.542963862 0.041418694 -0.838734031 90.345855713 0.040850490 0.998903215 0.022883205 -4.379701614 0.838761926 -0.021837942 -0.544060349 234.350952148\n-0.543770671 0.040749464 -0.838244021 89.413146973 0.039810855 0.998948514 0.022736391 -4.367581844 0.838289142 -0.021007832 -0.544821143 233.737579346\n-0.543891430 0.043835886 -0.838010073 88.489425659 0.036701925 0.998921692 0.028432554 -4.355759144 0.838352799 -0.015292365 -0.544913769 233.119659424\n-0.544442773 0.047608867 -0.837445915 87.574111938 0.036153488 0.998792052 0.033277206 -4.346152782 0.838018596 -0.012159056 -0.545506239 232.514923096\n-0.545687556 0.047962151 -0.836615026 86.661605835 0.041244105 0.998687983 0.030351866 -4.330280781 0.836973131 -0.017942801 -0.546949744 231.939575195\n-0.546814680 0.042540621 -0.836172283 85.745620728 0.046971854 0.998694122 0.020091757 -4.317734718 0.835935056 -0.028290093 -0.548098803 231.348907471\n-0.547542572 0.037403915 -0.835941672 84.835617065 0.051827703 0.998598337 0.010734747 -4.317910194 0.835171461 -0.037447199 -0.548713684 230.755691528\n-0.548234820 0.035364170 -0.835576534 83.936218262 0.050548445 0.998680115 0.009101595 -4.328573227 0.834795535 -0.037247285 -0.549298882 230.169265747\n-0.548805475 0.038582634 -0.835059524 83.017684937 0.047528680 0.998758614 0.014910014 -4.326667309 0.834598124 -0.031506579 -0.549957991 229.558853149\n-0.549506545 0.042665865 -0.834399521 82.114105225 0.039090108 0.998914480 0.025334738 -4.326992512 0.834574699 -0.018695166 -0.550577760 228.940429688\n-0.549788833 0.045033310 -0.834088981 81.216278076 0.033110838 0.998935819 0.032108590 -4.314224720 0.834647298 -0.009964446 -0.550694823 228.336425781\n-0.550212622 0.042779393 -0.833928108 80.319107056 0.026158033 0.999079704 0.033992793 -4.299398899 0.834614873 -0.003110654 -0.550825357 227.733215332\n-0.550179482 0.036247924 -0.834259450 79.426467896 0.024371792 0.999328852 0.027347295 -4.288987160 0.834690869 -0.005286479 -0.550693750 227.133361816\n-0.551113248 0.030344959 -0.833878756 78.530395508 0.022968315 0.999511540 0.021192532 -4.280395508 0.834114552 -0.007473306 -0.551541090 226.537414551\n-0.550824285 0.028637415 -0.834130049 77.644073486 0.024669962 0.999533117 0.018025054 -4.275362015 0.834256828 -0.010649322 -0.551273584 225.950500488\n-0.550269008 0.031541470 -0.834391534 76.726348877 0.026075473 0.999448001 0.020584503 -4.280298233 0.834580243 -0.010430139 -0.550787807 225.341522217\n-0.549907684 0.032486662 -0.834593713 75.821838379 0.025016377 0.999435604 0.022420056 -4.274130344 0.834851027 -0.008549550 -0.550410032 224.738479614\n-0.549860120 0.034218993 -0.834555686 74.919387817 0.025597144 0.999381483 0.024112213 -4.264111519 0.834864616 -0.008103900 -0.550395966 224.143005371\n-0.549686790 0.035596140 -0.834612429 74.008407593 0.025204627 0.999343574 0.026021820 -4.251840591 0.834990859 -0.006732248 -0.550223112 223.542602539\n-0.548382044 0.034539618 -0.835514247 73.106384277 0.022027547 0.999396563 0.026856827 -4.256559372 0.835937679 -0.003676528 -0.548811913 222.921997070\n-0.547482491 0.032593366 -0.836182177 72.209808350 0.021992343 0.999456465 0.024558321 -4.245797157 0.836528063 -0.004944354 -0.547901750 222.332519531\n-0.547130466 0.030578578 -0.836488783 71.321517944 0.018943517 0.999528885 0.024148084 -4.244585514 0.836833119 -0.002633888 -0.547451973 221.742584229\n-0.546780944 0.030748453 -0.836710989 70.429077148 0.020207074 0.999518991 0.023526432 -4.239747047 0.837031901 -0.004043677 -0.547139168 221.166137695\n-0.546296597 0.029728340 -0.837064385 69.549530029 0.019557247 0.999550223 0.022735309 -4.239326477 0.837363780 -0.003950457 -0.546632290 220.582519531\n-0.545883060 0.026898248 -0.837429702 68.640945435 0.015057848 0.999638081 0.022292851 -4.232821941 0.837726235 -0.000440602 -0.546090484 219.979797363\n-0.545388341 0.026844034 -0.837753594 67.752365112 0.016402235 0.999637425 0.021353193 -4.229411125 0.838023067 -0.002095250 -0.545630932 219.396118164\n-0.545303106 0.026359634 -0.837824643 66.876296997 0.017112317 0.999647200 0.020313250 -4.228816986 0.838064551 -0.003260245 -0.545561790 218.816055298\n-0.545145273 0.029989816 -0.837805212 66.000946045 0.021680325 0.999530017 0.021671863 -4.230665207 0.838061452 -0.006349578 -0.545539260 218.265121460\n-0.545393944 0.034183834 -0.837482750 65.118011475 0.025655238 0.999380708 0.024084628 -4.226374626 0.837787390 -0.008350211 -0.545933127 217.693374634\n-0.545067310 0.036293086 -0.837606430 64.246704102 0.030010451 0.999266922 0.023768641 -4.225791931 0.837855041 -0.012181437 -0.545756936 217.127288818\n-0.544963121 0.037332401 -0.837628543 63.373245239 0.032388300 0.999199927 0.023461601 -4.220059872 0.837834299 -0.014343658 -0.545736194 216.563079834\n-0.544262171 0.037181579 -0.838090956 62.520584106 0.031578630 0.999217331 0.023822512 -4.216929436 0.838320792 -0.013500072 -0.545010328 216.001037598\n-0.544017792 0.036401138 -0.838283956 61.661834717 0.031891569 0.999233663 0.022693586 -4.215888500 0.838467598 -0.014388477 -0.544761777 215.438369751\n-0.543691993 0.034968589 -0.838555992 60.803665161 0.032010432 0.999268651 0.020915955 -4.211556435 0.838674068 -0.015470701 -0.544413805 214.878829956\n-0.543668985 0.036350682 -0.838512301 59.952926636 0.033630095 0.999202788 0.021511987 -4.208768845 0.838625789 -0.016503848 -0.544458032 214.329284668\n-0.543246031 0.037929017 -0.838716328 59.099563599 0.033570234 0.999161422 0.023440959 -4.207724571 0.838902116 -0.015421694 -0.544063807 213.771011353\n-0.542934656 0.038253374 -0.838903189 58.264892578 0.032555148 0.999169827 0.024491856 -4.206354618 0.839143634 -0.014013140 -0.543729305 213.228485107\n-0.542557716 0.037118603 -0.839198053 57.437652588 0.031243328 0.999223709 0.023997292 -4.200614929 0.839437306 -0.013199425 -0.543296218 212.678924561\n-0.542024016 0.037380826 -0.839531302 56.606842041 0.031933356 0.999204874 0.023873394 -4.195598125 0.839756191 -0.013869100 -0.542786717 212.138961792\n-0.541268468 0.038048398 -0.839988589 55.781036377 0.032865096 0.999169648 0.024081239 -4.197322845 0.840207338 -0.014571891 -0.542069435 211.597106934\n-0.540740252 0.038433146 -0.840311468 54.974441528 0.033545297 0.999146342 0.024111362 -4.195415497 0.840520740 -0.015150512 -0.541567922 211.072280884\n-0.540558815 0.039867654 -0.840361178 54.169052124 0.035090201 0.999075770 0.024825627 -4.193853855 0.840574205 -0.016068729 -0.541458249 210.554367065\n-0.540297985 0.042986944 -0.840375066 53.382019043 0.037641875 0.998929262 0.026896428 -4.186782837 0.840631425 -0.017101206 -0.541337490 210.052658081\n-0.539878368 0.045011226 -0.840538859 52.613418579 0.037262458 0.998868346 0.029556157 -4.188603401 0.840918005 -0.015363812 -0.540944695 209.547119141\n-0.539324403 0.044822760 -0.840904593 51.875549316 0.035927571 0.998897910 0.030201713 -4.186258316 0.841331601 -0.013923142 -0.540340424 209.062072754\n-0.540456176 0.044988949 -0.840168536 51.120254517 0.037266638 0.998869419 0.029514436 -4.181249142 0.840546489 -0.015359001 -0.541521668 208.586456299\n-0.543653488 0.043483473 -0.838182807 50.399307251 0.038170449 0.998904705 0.027063735 -4.172593117 0.838441551 -0.017280523 -0.544717789 208.120635986\n-0.548026323 0.043480769 -0.835330248 49.685882568 0.039316967 0.998883247 0.026199797 -4.171872139 0.835536599 -0.018484475 -0.549123764 207.648345947\n-0.553554416 0.045717500 -0.831557393 48.984146118 0.042386986 0.998744607 0.026692821 -4.161341190 0.831733823 -0.020471282 -0.554797411 207.177200317\n-0.559507132 0.048075404 -0.827430308 48.299209595 0.042742860 0.998661578 0.029121649 -4.160093784 0.827722907 -0.019072970 -0.560813189 206.715148926\n-0.564653516 0.049121302 -0.823865116 47.630432129 0.040035944 0.998682320 0.032104950 -4.156641960 0.824356616 -0.014856047 -0.565876126 206.248291016\n-0.567880154 0.046590351 -0.821791649 46.980834961 0.037308514 0.998827636 0.030845976 -4.151437759 0.822265327 -0.013143009 -0.568952560 205.783721924\n-0.569282055 0.042143583 -0.821061373 46.333282471 0.033790044 0.999040842 0.027850650 -4.145016670 0.821447551 -0.011888824 -0.570160151 205.327667236\n-0.569388390 0.038539879 -0.821164727 45.709701538 0.031495124 0.999189794 0.025056722 -4.138939857 0.821465075 -0.011595679 -0.570140839 204.890075684\n-0.569504857 0.036608320 -0.821172476 45.085754395 0.027721675 0.999294877 0.025323404 -4.131956100 0.821520507 -0.008342477 -0.570118189 204.444808960\n-0.569041491 0.037341293 -0.821460485 44.488143921 0.021865558 0.999302328 0.030278789 -4.127193928 0.822018027 -0.000731807 -0.569460988 204.019439697\n-0.566744924 0.037890106 -0.823021591 43.900604248 0.017155865 0.999268055 0.034190327 -4.126995564 0.823714674 0.005257545 -0.566980243 203.600952148\n-0.562499762 0.036000613 -0.826013505 43.326095581 0.010806499 0.999286354 0.036193445 -4.118770599 0.826727033 0.011432484 -0.562487364 203.197067261\n-0.555753350 0.031630799 -0.830745518 42.771148682 0.005947422 0.999401629 0.034073707 -4.112926960 0.831326187 0.013995776 -0.555608869 202.820800781\n-0.546925664 0.022118852 -0.836888969 42.230758667 -0.001058876 0.999631822 0.027112121 -4.105908871 0.837180555 0.015714476 -0.546700835 202.453811646\n-0.535463095 0.017756917 -0.844371974 41.669403076 -0.003127606 0.999730408 0.023007452 -4.098388672 0.844552875 0.014960505 -0.535263181 202.102447510\n-0.519578338 0.017879494 -0.854235768 41.082763672 -0.001775771 0.999756277 0.022005385 -4.094004154 0.854421020 0.012950446 -0.519419909 201.751525879\n-0.498735785 0.017672006 -0.866574109 40.506011963 0.000637432 0.999799311 0.020022007 -4.097887039 0.866754055 0.009433306 -0.498646975 201.425857544\n-0.473936439 0.012575326 -0.880469203 39.926391602 -0.001532053 0.999884725 0.015105551 -4.099206448 0.880557656 0.008507997 -0.473862648 201.121368408\n-0.443826556 0.009060347 -0.896067142 39.351165771 -0.002923617 0.999928951 0.011558601 -4.105050564 0.896108210 0.007749767 -0.443768501 200.846908569\n-0.409304142 0.012084693 -0.912317932 38.744308472 -0.002633927 0.999892473 0.014426407 -4.099935532 0.912394166 0.008307769 -0.409228325 200.592651367\n-0.369433522 0.021351770 -0.929011881 38.139480591 0.003297137 0.999759793 0.021666644 -4.090941906 0.929251313 0.004941307 -0.369415283 200.374847412\n-0.323614597 0.031414691 -0.945667565 37.515380859 0.012837885 0.999502480 0.028809849 -4.092597961 0.946102083 -0.002817089 -0.323856831 200.195343018\n-0.275794029 0.034354568 -0.960602641 36.899063110 0.017340688 0.999376297 0.030762650 -4.107481003 0.961060345 -0.008173358 -0.276217699 200.043762207\n-0.228740096 0.029935980 -0.973027050 36.280090332 0.017273100 0.999494493 0.026689693 -4.100453377 0.973334193 -0.010702191 -0.229141593 199.933670044\n-0.179922938 0.024322452 -0.983379960 35.674346924 0.016188895 0.999632061 0.021762442 -4.086295605 0.983547509 -0.012004273 -0.180250525 199.828918457\n-0.132116914 0.022573564 -0.990976989 35.052749634 0.017980151 0.999630749 0.020373575 -4.081841946 0.991070986 -0.015126224 -0.132474065 199.778259277\n-0.082410336 0.019204181 -0.996413410 34.436706543 0.016978592 0.999696255 0.017863203 -4.080702782 0.996453822 -0.015445583 -0.082711458 199.739929199\n-0.033773780 0.011679941 -0.999361217 33.809494019 0.010787078 0.999877751 0.011321424 -4.081442833 0.999371231 -0.010397821 -0.033895612 199.743453979\n0.013011217 0.007793151 -0.999885142 33.156188965 -0.000002746 0.999969602 0.007793775 -4.079003811 0.999915481 -0.000098662 0.013010859 199.766784668\n0.059143364 0.007890548 -0.998218298 32.531982422 -0.002914192 0.999965847 0.007731698 -4.073737621 0.998245239 0.002451721 0.059164345 199.818832397\n0.101855218 0.007862113 -0.994768202 31.885848999 -0.001676630 0.999968708 0.007731544 -4.072519779 0.994797826 0.000880360 0.101865172 199.899566650\n0.140891671 0.003468012 -0.990019083 31.252243042 -0.002873682 0.999991059 0.003093984 -4.084342003 0.990020990 0.002409083 0.140900373 200.017730713\n0.177948952 -0.003594229 -0.984033167 30.611236572 0.001469353 0.999993205 -0.003386812 -4.090665340 0.984038651 -0.000843212 0.177953005 200.157592773\n0.210094392 -0.006660580 -0.977658570 29.972137451 0.005767401 0.999967813 -0.005573180 -4.101926804 0.977664232 -0.004467654 0.210126042 200.322769165\n0.241346598 -0.008274457 -0.970403850 29.316009521 0.014661174 0.999880612 -0.004879458 -4.107201099 0.970328391 -0.013049617 0.241439044 200.495239258\n0.271893024 -0.007875711 -0.962295353 28.663223267 0.016678831 0.999854863 -0.003470565 -4.115633011 0.962183058 -0.015106336 0.271984935 200.701705933\n0.302093208 -0.007437502 -0.953249395 28.004486084 0.016964449 0.999853134 -0.002424932 -4.126237869 0.953127444 -0.015438796 0.302174985 200.919692993\n0.333006978 -0.010335247 -0.942867696 27.360031128 0.019889772 0.999794424 -0.003934475 -4.136254311 0.942714512 -0.017443217 0.333144128 201.162231445\n0.363880634 -0.014045984 -0.931339681 26.709228516 0.021682097 0.999743104 -0.006606268 -4.140197754 0.931193233 -0.017789504 0.364091694 201.436859131\n0.395590603 -0.015861906 -0.918290019 26.066093445 0.022269160 0.999722540 -0.007675171 -4.149807930 0.918156981 -0.017413320 0.395834088 201.732681274\n0.429445446 -0.011554023 -0.903018951 25.408294678 0.013499239 0.999888539 -0.006373674 -4.165666580 0.902991951 -0.009452922 0.429553568 202.039215088\n0.463568091 -0.012687380 -0.885970473 24.764694214 0.015047479 0.999866009 -0.006445079 -4.175489902 0.885933518 -0.010343890 0.463696837 202.382583618\n0.496518433 -0.012116485 -0.867941618 24.130996704 0.010445688 0.999913573 -0.007983211 -4.193268776 0.867963314 -0.005102436 0.496602118 202.751342773\n0.531101406 -0.014512808 -0.847184002 23.511512756 0.011404350 0.999885142 -0.009979266 -4.209250450 0.847231567 -0.004361580 0.531205893 203.149826050\n0.564330995 -0.016134003 -0.825390935 22.910865784 0.010911413 0.999867439 -0.012084234 -4.222252846 0.825476527 -0.002186674 0.564432263 203.572875977\n0.596562743 -0.017510161 -0.802375436 22.317710876 0.009932604 0.999846458 -0.014434704 -4.235522270 0.802505016 0.000641530 0.596645117 204.034027100\n0.627933383 -0.011834318 -0.778177142 21.738998413 0.004268395 0.999921739 -0.011762262 -4.258163929 0.778255403 0.004064350 0.627934694 204.510910034\n0.658676088 -0.009849927 -0.752362132 21.166160583 0.005573412 0.999950767 -0.008211963 -4.278905869 0.752405941 0.001215799 0.658698559 205.007568359\n0.687209845 -0.007977178 -0.726415217 20.614501953 0.006285704 0.999967575 -0.005034755 -4.294733047 0.726431787 -0.001106097 0.687237680 205.545547485\n0.714028955 -0.007160303 -0.700079560 20.082141876 0.007438247 0.999968827 -0.002641066 -4.300694942 0.700076640 -0.003321566 0.714060009 206.110992432\n0.738212228 -0.001891924 -0.674565911 19.551441193 0.001766523 0.999998033 -0.000871451 -4.312374115 0.674566209 -0.000548320 0.738214135 206.698684692\n0.758649468 -0.000980217 -0.651498318 19.025104523 0.000817724 0.999999523 -0.000552343 -4.332129478 0.651498556 -0.000113711 0.758649886 207.317871094\n0.775638461 -0.002893630 -0.631170869 18.530429840 0.000969212 0.999993801 -0.003393461 -4.342784405 0.631176770 0.002020360 0.775636435 207.948822021\n0.790838420 -0.011853063 -0.611910284 18.049034119 0.008188353 0.999927878 -0.008786492 -4.357425690 0.611970305 0.001938159 0.790878415 208.588485718\n0.803095460 -0.016329771 -0.595626593 17.572002411 0.008830041 0.999840796 -0.015506033 -4.376948833 0.595785022 0.007193418 0.803111792 209.256408691\n0.814523816 -0.018114101 -0.579847336 17.098087311 0.007401688 0.999755561 -0.020834491 -4.392353535 0.580083013 0.012678341 0.814458728 209.923858643\n0.824053884 -0.021878928 -0.566088796 16.637771606 0.013124141 0.999723077 -0.019533809 -4.422623634 0.566359401 0.008667483 0.824112833 210.591735840\n0.830295742 -0.027432417 -0.556647539 16.166370392 0.021653870 0.999621570 -0.016963918 -4.444182873 0.556902289 0.002031495 0.830575585 211.325256348\n0.834725320 -0.029751997 -0.549862206 15.712022781 0.028935397 0.999529660 -0.010156902 -4.462512970 0.549905777 -0.007432258 0.835193634 212.039276123\n0.837603331 -0.031120827 -0.545391738 15.256511688 0.031974982 0.999457240 -0.007923814 -4.485503674 0.545342326 -0.010801877 0.838143826 212.752716064\n0.839492083 -0.030747587 -0.542501330 14.781110764 0.032333173 0.999455273 -0.006612695 -4.506515503 0.542409122 -0.011989485 0.840028942 213.485260010\n0.840939701 -0.035055932 -0.539992154 14.317987442 0.034544613 0.999341726 -0.011079636 -4.522592545 0.540025115 -0.009336512 0.841597140 214.206741333\n0.841318905 -0.035659995 -0.539361537 13.852838516 0.034880560 0.999323428 -0.011662297 -4.539253712 0.539412498 -0.009001520 0.841993570 214.939941406\n0.841336727 -0.038500030 -0.539138436 13.379997253 0.037748631 0.999209762 -0.012446334 -4.561000824 0.539191604 -0.009880179 0.842125177 215.681365967\n0.840617180 -0.041147683 -0.540064454 12.897247314 0.041355606 0.999075413 -0.011749351 -4.585572243 0.540048540 -0.012457984 0.841541648 216.445129395\n0.839755356 -0.036055140 -0.541766584 12.397159576 0.036846712 0.999276817 -0.009389360 -4.594414711 0.541713297 -0.012077549 0.840476573 217.196929932\n0.838587880 -0.029263945 -0.543979764 11.898513794 0.033748109 0.999428868 -0.001739911 -4.619888306 0.543720007 -0.016899219 0.839096546 217.951614380\n0.837410450 -0.026044950 -0.545953691 11.393453598 0.032822233 0.999457657 0.002664795 -4.638254166 0.545588195 -0.020150946 0.837811112 218.722473145\n0.836394668 -0.023750974 -0.547612846 10.896932602 0.028514350 0.999593377 0.000197102 -4.650687218 0.547385514 -0.015779680 0.836731791 219.479568481\n0.836492658 -0.023687217 -0.547465920 10.378292084 0.025547564 0.999664724 -0.004217479 -4.660611153 0.547382295 -0.010458531 0.836817324 220.237350464\n0.836117685 -0.025121549 -0.547974527 9.868030548 0.025845593 0.999645531 -0.006392060 -4.674118519 0.547940850 -0.008818212 0.836470604 221.005889893\n0.835843861 -0.027755992 -0.548265159 9.368284225 0.028748170 0.999563694 -0.006775740 -4.703075409 0.548214018 -0.010098156 0.836277127 221.776611328\n0.835130155 -0.035591032 -0.548899770 8.868879318 0.035991278 0.999301732 -0.010036035 -4.725005627 0.548873663 -0.011374206 0.835827947 222.554901123\n0.834479690 -0.038906667 -0.549663424 8.364776611 0.038537994 0.999182463 -0.012217816 -4.744532108 0.549689412 -0.010987405 0.835296869 223.331878662\n0.834521055 -0.035389490 -0.549838364 7.846788406 0.035169311 0.999321461 -0.010941304 -4.768043041 0.549852490 -0.010206688 0.835199416 224.109451294\n0.834802508 -0.036493946 -0.549338639 7.338850021 0.037116960 0.999261081 -0.009978634 -4.793437004 0.549296916 -0.012059591 0.835540235 224.893310547\n0.835498273 -0.036099441 -0.548305988 6.821594238 0.035058323 0.999308705 -0.012371403 -4.821189880 0.548373520 -0.008886402 0.836186290 225.663085938\n0.836223722 -0.041919127 -0.546783924 6.321653366 0.038249973 0.999104261 -0.018098636 -4.845090866 0.547052860 -0.005779957 0.837078154 226.445236206\n0.836668015 -0.042881597 -0.546029150 5.807786942 0.039023705 0.999063969 -0.018664887 -4.879131317 0.546318471 -0.005691766 0.837558210 227.224090576\n0.837172627 -0.041048907 -0.545396209 5.302610397 0.039242208 0.999117732 -0.014961943 -4.909129143 0.545529187 -0.008876817 0.838044882 228.002090454\n0.837335706 -0.039206725 -0.545281470 4.776958466 0.041910503 0.999093354 -0.007478739 -4.945200920 0.545080304 -0.016590802 0.838219702 228.817886353\n0.837956786 -0.036891565 -0.544488311 4.270196915 0.042480521 0.999094605 -0.002316531 -4.970325470 0.544080794 -0.021188991 0.838765264 229.602264404\n0.839250565 -0.033045806 -0.542739809 3.753074646 0.041197341 0.999146938 0.002869289 -4.986831665 0.542181969 -0.024767490 0.839895964 230.387344360\n0.840264142 -0.029592883 -0.541369021 3.246387482 0.038481012 0.999246299 0.005104901 -4.996523380 0.540809929 -0.025121892 0.840769589 231.168182373\n0.841237962 -0.030727755 -0.539791167 2.741415024 0.038978670 0.999232590 0.003864758 -5.014195442 0.539258122 -0.024291523 0.841790080 231.942337036\n0.841995835 -0.031631935 -0.538555920 2.241699219 0.037664328 0.999290407 0.000192579 -5.034400940 0.538167715 -0.020446496 0.842589736 232.718963623\n0.843088329 -0.030768724 -0.536894202 1.739562988 0.034489043 0.999400198 -0.003115999 -5.049665451 0.536668062 -0.015889905 0.843643844 233.488845825\n0.844207883 -0.030091636 -0.535170615 1.244421005 0.033277515 0.999439299 -0.003702784 -5.069859505 0.534981966 -0.014683226 0.844735920 234.249343872\n0.844231248 -0.030106047 -0.535132885 0.750778198 0.034368768 0.999407232 -0.002005131 -5.080690384 0.534876049 -0.016699065 0.844765544 235.046722412\n0.844317317 -0.028624736 -0.535078406 0.266595840 0.034472425 0.999405205 0.000930618 -5.106156349 0.534733534 -0.019231187 0.844801903 235.817123413\n0.844727039 -0.029020820 -0.534409940 -0.244283676 0.030307710 0.999520302 -0.006371805 -5.128573895 0.534338534 -0.010814304 0.845201433 236.570587158\n0.844542801 -0.031769782 -0.534544766 -0.738716125 0.025340796 0.999491274 -0.019366445 -5.152071953 0.534888089 0.002810002 0.844918251 237.318405151\n0.843935072 -0.033115327 -0.535422266 -1.211050034 0.022046883 0.999390662 -0.027060902 -5.188171387 0.535992146 0.011033251 0.844150901 238.080169678\n0.843132377 -0.031709764 -0.536770225 -1.692087173 0.021555334 0.999450386 -0.025184585 -5.229008675 0.537273824 0.009663678 0.843352556 238.848739624\n0.842210710 -0.025764268 -0.538532615 -2.183237076 0.018883470 0.999654353 -0.018293232 -5.262125015 0.538817763 0.005237393 0.842406094 239.609802246\n0.841350377 -0.019261669 -0.540146768 -2.681892395 0.017998284 0.999808967 -0.007618535 -5.285080433 0.540190339 -0.003311857 0.841536343 240.367675781\n0.840159714 -0.015216821 -0.542125523 -3.156888962 0.018937794 0.999819815 0.001285112 -5.303060055 0.542008281 -0.011346361 0.840296507 241.101074219\n0.838900685 -0.014783026 -0.544083774 -3.635766983 0.020494232 0.999780118 0.004434705 -5.311801434 0.543898582 -0.014870854 0.839019239 241.849868774\n0.837836504 -0.019025337 -0.545589626 -4.111627579 0.024276020 0.999702394 0.002418783 -5.333591938 0.545381188 -0.015271289 0.838048995 242.582214355\n0.836788476 -0.021754028 -0.547093987 -4.588380814 0.025246602 0.999680638 -0.001135114 -5.342986107 0.546943963 -0.012862411 0.837070465 243.309997559\n0.835732639 -0.025932470 -0.548523962 -5.043487549 0.029350732 0.999565959 -0.002537447 -5.366829872 0.548351645 -0.013978953 0.836131036 244.019180298\n0.835026681 -0.027778061 -0.549507797 -5.515839577 0.031940170 0.999487817 -0.001988943 -5.386467457 0.549281597 -0.015890554 0.835486233 244.741683960\n0.834821939 -0.025495233 -0.549929380 -5.994548798 0.031692155 0.999496102 0.001772815 -5.400596142 0.549607098 -0.018908432 0.835209310 245.459320068\n0.834738255 -0.024744917 -0.550090671 -6.462980270 0.034112930 0.999394774 0.006808743 -5.412646294 0.549589276 -0.024448721 0.835077167 246.180892944\n0.835026801 -0.023199426 -0.549719930 -6.943272591 0.033833101 0.999384999 0.009216305 -5.424887180 0.549168050 -0.026294593 0.835298181 246.896911621\n0.835355043 -0.021691695 -0.549282730 -7.425610542 0.031825274 0.999453545 0.008930854 -5.439411640 0.548788846 -0.024941504 0.835588872 247.624145508\n0.835857987 -0.023109647 -0.548459113 -7.895391464 0.031429809 0.999489248 0.005785327 -5.444433212 0.548045278 -0.022073675 0.836157382 248.347351074\n0.836332083 -0.021830874 -0.547788382 -8.367607117 0.029989362 0.999532521 0.005951927 -5.454236984 0.547402382 -0.021405611 0.836595774 249.065979004\n0.836838365 -0.018732110 -0.547129512 -8.844121933 0.028319780 0.999557555 0.009093380 -5.465238094 0.546717107 -0.023104275 0.836998582 249.789474487\n0.837173760 -0.016470851 -0.546688974 -9.326540947 0.027077701 0.999568880 0.011350128 -5.471630096 0.546266317 -0.024305109 0.837258816 250.508972168\n0.837266088 -0.018719234 -0.546475172 -9.800798416 0.030539202 0.999454737 0.012553928 -5.479156017 0.545942187 -0.027199892 0.837381184 251.235931396\n0.837028325 -0.022080872 -0.546713829 -10.264001846 0.034200463 0.999342978 0.011999683 -5.489510059 0.546089649 -0.028741943 0.837233543 251.955780029\n0.836519718 -0.022388501 -0.547479331 -10.730154037 0.034764141 0.999320447 0.012251796 -5.489941597 0.546832979 -0.029281516 0.836729527 252.673187256\n0.835966587 -0.023324644 -0.548284411 -11.205455780 0.037089609 0.999213278 0.014042675 -5.485629559 0.547525525 -0.032074861 0.836174011 253.400100708\n0.835487306 -0.022877764 -0.549033344 -11.672773361 0.039784949 0.999029219 0.018913729 -5.484816551 0.548067689 -0.037645441 0.835586429 254.124359131\n0.835246325 -0.025259649 -0.549295485 -12.138119698 0.043661907 0.998836875 0.020459257 -5.490728378 0.548139811 -0.041071806 0.835377693 254.833618164\n0.835017681 -0.026995441 -0.549560487 -12.608428955 0.044891305 0.998808384 0.019145772 -5.491480350 0.548388779 -0.040657543 0.835234523 255.551025391\n0.835084438 -0.029797288 -0.549314260 -13.073837280 0.044457115 0.998921454 0.013399059 -5.489749432 0.548322558 -0.035610273 0.835508406 256.253112793\n0.835129023 -0.034313366 -0.548982859 -13.537673950 0.045836441 0.998922348 0.007291582 -5.491286278 0.548141062 -0.031252831 0.835801840 256.955017090\n0.834827662 -0.037624810 -0.549224198 -14.001480103 0.048084740 0.998832345 0.004664019 -5.499561310 0.548407376 -0.030302953 0.835662067 257.672088623\n0.834676325 -0.037772547 -0.549443960 -14.465576172 0.048281748 0.998822808 0.004680277 -5.510764122 0.548620403 -0.030434633 0.835517466 258.389953613\n0.835279644 -0.034144305 -0.548764169 -14.944414139 0.046346981 0.998890162 0.008393913 -5.516574383 0.547868490 -0.032444824 0.835935056 259.095397949\n0.835225105 -0.029392576 -0.549122214 -15.413846970 0.044699579 0.998894930 0.014521570 -5.524439812 0.548088551 -0.036674310 0.835615933 259.809783936\n0.835625350 -0.026223386 -0.548673511 -15.893616676 0.043993633 0.998846054 0.019262945 -5.527395725 0.547535241 -0.040234745 0.835814774 260.528930664\n0.835593104 -0.027216673 -0.548674226 -16.358386993 0.045444008 0.998773336 0.019664522 -5.523165703 0.547465980 -0.041365493 0.835804939 261.247741699\n0.835690558 -0.029242227 -0.548421621 -16.815399170 0.046793118 0.998741508 0.018050244 -5.523782730 0.547203600 -0.040746771 0.836007178 261.954406738\n0.836051464 -0.032822978 -0.547668338 -17.286386490 0.050097261 0.998605907 0.016628074 -5.524271965 0.546359062 -0.041338608 0.836530268 262.666442871\n0.835858226 -0.034830023 -0.547839284 -17.748634338 0.052064359 0.998516262 0.015953725 -5.526048183 0.546470761 -0.041857954 0.836431503 263.377044678\n0.835646808 -0.036898930 -0.548026383 -18.210161209 0.053859398 0.998437345 0.014901047 -5.524139404 0.546620131 -0.041968379 0.836328328 264.097015381\n0.835192204 -0.038129836 -0.548634708 -18.683973312 0.054049931 0.998455048 0.012888637 -5.530389786 0.547295690 -0.040418159 0.835962772 264.815063477\n0.835134447 -0.039749756 -0.548607707 -19.154285431 0.054295633 0.998471677 0.010308180 -5.532013416 0.547359526 -0.038395718 0.836016357 265.526153564\n0.834870994 -0.038210250 -0.549117804 -19.629505157 0.052623220 0.998558998 0.010523084 -5.539979935 0.547924459 -0.037681766 0.835678697 266.249755859\n0.834919751 -0.034538768 -0.549286902 -20.103414536 0.049649216 0.998686373 0.012670456 -5.541157722 0.548127711 -0.037850477 0.835537791 266.970855713\n0.834923804 -0.031732064 -0.549450040 -20.582826614 0.047971766 0.998732746 0.015216884 -5.553033829 0.548270881 -0.039063025 0.835388005 267.674865723\n0.834729791 -0.030641243 -0.549806654 -21.057579041 0.045904852 0.998847306 0.014027159 -5.554429531 0.548743129 -0.036947679 0.835174203 268.390472412\n0.834722340 -0.030067855 -0.549849510 -21.530143738 0.043604959 0.998981893 0.011568243 -5.564908028 0.548941910 -0.033632435 0.835183620 269.098327637\n0.834649563 -0.029050235 -0.550014794 -21.999959946 0.041076235 0.999110222 0.009563155 -5.568766594 0.549247563 -0.030574419 0.835100174 269.810302734\n0.834697485 -0.027342604 -0.550029576 -22.470005035 0.038816955 0.999203682 0.009235106 -5.576233387 0.549339056 -0.029058993 0.835094094 270.524291992\n0.834895492 -0.025171103 -0.549832702 -22.941112518 0.036394633 0.999292195 0.009516403 -5.580284119 0.549203932 -0.027956160 0.835220635 271.237854004\n0.835433006 -0.023356171 -0.549095809 -23.410030365 0.033849441 0.999386489 0.008991325 -5.595726490 0.548548937 -0.026098235 0.835711062 271.938537598\n0.835815430 -0.024018135 -0.548484921 -23.888534546 0.032839753 0.999440908 0.006277773 -5.601656437 0.548027515 -0.023259168 0.836136878 272.645019531\n0.836348116 -0.024972120 -0.547629714 -24.351860046 0.032833919 0.999450386 0.004569133 -5.607281685 0.547214627 -0.021802213 0.836708367 273.357269287\n0.836866260 -0.026781948 -0.546751797 -24.808139801 0.035948809 0.999335170 0.006072596 -5.618894577 0.546225667 -0.024737027 0.837272704 274.069213867\n0.837280691 -0.025678555 -0.546170056 -25.266942978 0.037074313 0.999263942 0.009853986 -5.627387047 0.545515001 -0.028499428 0.837616384 274.776702881\n0.837891877 -0.024188768 -0.545300007 -25.727302551 0.037435204 0.999211907 0.013198144 -5.636040211 0.544551015 -0.031472035 0.838137031 275.475585938\n0.837790012 -0.024566138 -0.545439661 -26.177698135 0.038394030 0.999164999 0.013971317 -5.641119957 0.544641018 -0.032646656 0.838033676 276.175628662\n0.838194668 -0.024014872 -0.544842184 -26.642768860 0.037917972 0.999178648 0.014293122 -5.645342827 0.544051409 -0.032639727 0.838416815 276.876403809\n0.838747621 -0.023326708 -0.544020474 -27.097034454 0.036553048 0.999240398 0.013510150 -5.650747776 0.543292046 -0.031217212 0.838963211 277.558471680\n0.838488400 -0.022333924 -0.544461608 -27.545537949 0.034123950 0.999350786 0.011558414 -5.658216476 0.543849945 -0.028270777 0.838706136 278.266906738\n0.838421702 -0.022184590 -0.544570327 -27.986621857 0.032862552 0.999411047 0.009881466 -5.662937164 0.544030368 -0.026180806 0.838656962 278.953094482\n0.838730454 -0.020230668 -0.544170916 -28.432647705 0.030387696 0.999491334 0.009678412 -5.670225620 0.543698311 -0.024653679 0.838918567 279.627410889\n0.838978648 -0.017162232 -0.543893635 -28.873826981 0.027566867 0.999559641 0.010982550 -5.678837776 0.543465674 -0.024207568 0.839082301 280.295684814\n0.839071155 -0.013959584 -0.543842614 -29.301582336 0.024836702 0.999611318 0.012661017 -5.686199665 0.543454468 -0.024130750 0.839091718 280.955718994\n0.839149714 -0.011642032 -0.543775916 -29.724916458 0.022329630 0.999665380 0.013056418 -5.693170071 0.543441951 -0.023098605 0.839128852 281.603393555\n0.839485765 -0.010436907 -0.543281436 -30.135986328 0.020870479 0.999697089 0.013044297 -5.704453945 0.542980731 -0.022289045 0.839449286 282.221038818\n0.839624107 -0.009018238 -0.543093026 -30.562782288 0.018784285 0.999746144 0.012439471 -5.706915855 0.542842984 -0.020646093 0.839580417 282.873931885\n0.839529276 -0.008956334 -0.543240666 -30.949638367 0.018706612 0.999747813 0.012426673 -5.718239307 0.542992353 -0.020594750 0.839485049 283.478881836\n0.839804888 -0.008173612 -0.542826891 -31.341949463 0.018395791 0.999740899 0.013406453 -5.720974445 0.542576671 -0.021244533 0.839737654 284.076538086\n0.840402484 -0.006273470 -0.541926444 -31.732088089 0.017846383 0.999711037 0.016102716 -5.728013039 0.541668832 -0.023204191 0.840271652 284.658111572\n0.841265559 -0.004133698 -0.540606320 -32.097908020 0.017715551 0.999644518 0.019924393 -5.725877285 0.540331841 -0.026338844 0.841039717 285.223480225\n0.841844320 -0.002938043 -0.539712489 -32.451293945 0.018533492 0.999552786 0.023467287 -5.728240967 0.539402187 -0.029758560 0.841522276 285.778228760\n0.842447758 -0.002196341 -0.538773596 -32.791046143 0.019238142 0.999476612 0.026007103 -5.732963085 0.538434505 -0.032274630 0.842049122 286.304992676\n0.842960238 -0.002293182 -0.537971020 -33.111930847 0.019178689 0.999483347 0.025791122 -5.733752251 0.537633955 -0.032058470 0.842568696 286.811126709\n0.843364418 -0.002522221 -0.537336171 -33.403266907 0.017934488 0.999563992 0.023456808 -5.737022877 0.537042677 -0.029419485 0.843041897 287.288696289\n0.844197512 -0.003836606 -0.536018610 -33.692550659 0.017779741 0.999624550 0.020847131 -5.740055561 0.535737395 -0.027129367 0.843948781 287.723571777\n0.845146239 -0.006264564 -0.534498453 -33.977352142 0.019621382 0.999621034 0.019309217 -5.741342545 0.534174919 -0.026806710 0.844948888 288.164978027\n0.845798671 -0.010612381 -0.533396661 -34.219112396 0.023365395 0.999579668 0.017162651 -5.743085384 0.532990277 -0.026979171 0.845691144 288.577087402\n0.846725106 -0.012765470 -0.531877518 -34.455692291 0.025068685 0.999558985 0.015918037 -5.742594719 0.531439781 -0.026811671 0.846671700 288.956909180\n0.848042071 -0.010342866 -0.529828012 -34.684864044 0.021010030 0.999679625 0.014113707 -5.752848148 0.529512286 -0.023100719 0.847987711 289.307281494\n0.849577427 -0.006738104 -0.527420819 -34.900978088 0.016049528 0.999785662 0.013079986 -5.748639584 0.527219653 -0.019577317 0.849503517 289.656005859\n0.851404071 -0.005977696 -0.524476290 -35.082504272 0.015940970 0.999768019 0.014482822 -5.756781101 0.524268031 -0.020691395 0.851301849 289.942687988\n0.852843285 -0.009268275 -0.522084773 -35.243576050 0.020053793 0.999686182 0.015011689 -5.757449150 0.521781802 -0.023272397 0.852761507 290.230163574\n0.854101062 -0.013659609 -0.519927740 -35.388000488 0.025128230 0.999571443 0.015018038 -5.759168148 0.519499779 -0.025891785 0.854078233 290.486206055\n0.855193138 -0.015648501 -0.518073142 -35.515609741 0.028100587 0.999473870 0.016196869 -5.757327080 0.517547131 -0.028409611 0.855182946 290.724670410\n0.856630087 -0.015220647 -0.515706599 -35.634738922 0.028260980 0.999448299 0.017445883 -5.761556625 0.515156567 -0.029519040 0.856587648 290.916107178\n0.857513547 -0.015310556 -0.514233530 -35.738452911 0.027630249 0.999485016 0.016316790 -5.759825706 0.513718903 -0.028200269 0.857494950 291.110931396\n0.858798325 -0.015305160 -0.512085140 -35.835510254 0.026846455 0.999524772 0.015149445 -5.765451908 0.511609912 -0.026757989 0.858801126 291.263061523\n0.860134900 -0.013718903 -0.509882092 -35.927658081 0.024430955 0.999598980 0.014318049 -5.767639637 0.509481192 -0.024772359 0.860125124 291.412445068\n0.861131966 -0.011386773 -0.508253992 -36.022258759 0.021472480 0.999671638 0.013984357 -5.775215149 0.507927835 -0.022955852 0.861093700 291.547485352\n0.861841381 -0.011440943 -0.507048845 -36.100708008 0.020775089 0.999702811 0.012754764 -5.783213615 0.506752253 -0.021526570 0.861822963 291.684204102\n0.862773538 -0.012906866 -0.505425870 -36.177062988 0.021450970 0.999708414 0.011088129 -5.784179688 0.505135357 -0.020408420 0.862798810 291.813873291\n0.863497734 -0.014869732 -0.504133463 -36.246128082 0.022870634 0.999691486 0.009687112 -5.783890724 0.503833890 -0.019894650 0.863571465 291.947021484\n0.864163876 -0.015935285 -0.502958059 -36.315494537 0.023373976 0.999690771 0.008486968 -5.783801556 0.502667308 -0.019090263 0.864269137 292.067810059\n0.864897549 -0.016304918 -0.501683593 -36.378784180 0.023046678 0.999708176 0.007241330 -5.785696983 0.501419067 -0.017825147 0.865020871 292.178222656\n0.865463734 -0.016423371 -0.500702322 -36.442871094 0.022112852 0.999740720 0.005429891 -5.789735794 0.500483334 -0.015771329 0.865602493 292.297790527\n0.865995407 -0.017245719 -0.499754488 -36.508010864 0.021718336 0.999759197 0.003134364 -5.790236950 0.499580115 -0.013568181 0.866161466 292.402313232\n0.866255820 -0.019895349 -0.499204457 -36.566165924 0.023508834 0.999723196 0.000951156 -5.794900894 0.499047339 -0.012559658 0.866483688 292.511444092\n0.866006851 -0.021287316 -0.499578893 -36.627311707 0.024032179 0.999710739 -0.000939046 -5.797418594 0.499454379 -0.011192748 0.866267920 292.626159668\n0.865002394 -0.022156904 -0.501278341 -36.689853668 0.024390547 0.999700308 -0.002099396 -5.799218178 0.501174629 -0.010410471 0.865283549 292.730651855\n0.863474727 -0.022663889 -0.503882647 -36.758247375 0.024359427 0.999698102 -0.003221579 -5.799491405 0.503803492 -0.009492540 0.863766134 292.843200684\n0.861330271 -0.022957467 -0.507526398 -36.826683044 0.024020275 0.999701560 -0.004455379 -5.801087379 0.507477224 -0.008353371 0.861624658 292.954467773\n0.858519435 -0.023395406 -0.512247086 -36.899337769 0.023776826 0.999700427 -0.005808780 -5.801832676 0.512229502 -0.007192658 0.858818531 293.058441162\n0.855120361 -0.023644391 -0.517890036 -36.968902588 0.023587180 0.999699354 -0.006695255 -5.802234173 0.517892659 -0.006490317 0.855421007 293.159667969\n0.851291537 -0.024274910 -0.524131119 -37.038536072 0.023737008 0.999688208 -0.007746589 -5.803982735 0.524155796 -0.005846699 0.851602316 293.266632080\n0.847196758 -0.024885772 -0.530696094 -37.116821289 0.023917086 0.999676108 -0.008696564 -5.810237408 0.530740678 -0.005325004 0.847517550 293.366821289\n0.841656446 -0.026212236 -0.539376795 -37.198287964 0.024556346 0.999645770 -0.010261740 -5.807499409 0.539454699 -0.004608263 0.842002034 293.486816406\n0.834541559 -0.028421009 -0.550211489 -37.291725159 0.025785876 0.999589026 -0.012522357 -5.805480480 0.550341249 -0.003737258 0.834931493 293.611968994\n0.825490892 -0.030014951 -0.563616812 -37.393970490 0.026466547 0.999545038 -0.014466214 -5.812860489 0.563794613 -0.002975262 0.825909734 293.727416992\n0.814684093 -0.030565631 -0.579098940 -37.505580902 0.026109438 0.999530613 -0.016025480 -5.819149017 0.579316914 -0.002064243 0.815099776 293.846588135\n0.802044272 -0.029867191 -0.596517324 -37.639347076 0.025136620 0.999551952 -0.016249530 -5.820974350 0.596735418 -0.001961585 0.802435696 293.986389160\n0.787509441 -0.028674822 -0.615635216 -37.785701752 0.024236413 0.999585211 -0.015555521 -5.825561523 0.615825891 -0.002670669 0.787877738 294.139556885\n0.770582974 -0.026962478 -0.636769176 -37.948215485 0.022743227 0.999631703 -0.014804432 -5.831923962 0.636933804 -0.003074140 0.770912409 294.296661377\n0.751059294 -0.025244821 -0.659751952 -38.129108429 0.021633290 0.999673128 -0.013624340 -5.837721825 0.659880280 -0.004039919 0.751359940 294.454437256\n0.728637397 -0.023323441 -0.684502423 -38.325637817 0.021692527 0.999704480 -0.010972293 -5.846034050 0.684556067 -0.006853765 0.728928030 294.613922119\n0.702226222 -0.020728540 -0.711652100 -38.516448975 0.021315439 0.999740124 -0.008086665 -5.854149818 0.711634755 -0.009490507 0.702485561 294.777191162\n0.672615767 -0.016613320 -0.739805460 -38.753128052 0.020321101 0.999785602 -0.003975997 -5.857710361 0.739712894 -0.012359340 0.672809243 294.939392090\n0.640025854 -0.011849104 -0.768262029 -39.000308990 0.017715368 0.999842823 -0.000662467 -5.858696461 0.768149137 -0.013186049 0.640135169 295.100250244\n0.605634212 -0.007053819 -0.795711994 -39.272251129 0.015079830 0.999882877 0.002613847 -5.866719723 0.795600355 -0.013582235 0.605669618 295.252716064\n0.568075895 -0.002190163 -0.822973311 -39.547286987 0.014354982 0.999870718 0.007247915 -5.875874519 0.822851002 -0.015931131 0.568033874 295.404144287\n0.528257608 0.003765625 -0.849075794 -39.803749084 0.014089604 0.999813616 0.013200074 -5.881548405 0.848967195 -0.018936181 0.528106093 295.532592773\n0.486706138 0.009653592 -0.873512447 -40.120605469 0.013066263 0.999746621 0.018328963 -5.884241104 0.873468041 -0.020334363 0.486456692 295.656188965\n0.442281187 0.014811860 -0.896754146 -40.457626343 0.010311265 0.999713540 0.021598000 -5.888916492 0.896817148 -0.018799059 0.442001760 295.774627686\n0.394904017 0.018570902 -0.918534636 -40.799110413 0.008213489 0.999684334 0.023742793 -5.896299362 0.918685675 -0.016920500 0.394626856 295.875549316\n0.345792353 0.019716181 -0.938103855 -41.151290894 0.006293777 0.999707997 0.023330852 -5.884940147 0.938289940 -0.013971847 0.345567286 295.964385986\n0.293957949 0.021892769 -0.955567658 -41.537155151 0.006033794 0.999675214 0.024759462 -5.883189678 0.955799401 -0.013043940 0.293730378 296.046173096\n0.239920497 0.025098331 -0.970468104 -41.939498901 0.004163966 0.999629915 0.026881941 -5.874296665 0.970783651 -0.010490526 0.239727199 296.112579346\n0.186183155 0.026610406 -0.982154727 -42.352325439 0.006084220 0.999582767 0.028235964 -5.865632534 0.982496321 -0.011232709 0.185943544 296.148986816\n0.131650269 0.026876302 -0.990931988 -42.793182373 0.008340837 0.999566972 0.028218633 -5.863205433 0.991261303 -0.011980196 0.131369114 296.173461914\n0.077982664 0.027531030 -0.996574521 -43.242706299 0.012534206 0.999512553 0.028593006 -5.859214306 0.996875942 -0.014721029 0.077599525 296.167053223\n0.023540080 0.029369883 -0.999291539 -43.713150024 0.017169256 0.999409080 0.029777797 -5.854328632 0.999575555 -0.017858064 0.023021877 296.147155762\n-0.031753778 0.029845299 -0.999050140 -44.197021484 0.017994354 0.999409139 0.029284095 -5.835390091 0.999333858 -0.017047377 -0.032272100 296.093872070\n-0.089075804 0.029263332 -0.995594800 -44.703308105 0.018846273 0.999438882 0.027690142 -5.831545830 0.995846510 -0.016296729 -0.089577317 296.017974854\n-0.144680738 0.029551657 -0.989037156 -45.200744629 0.022564037 0.999392509 0.026560308 -5.822721481 0.989221215 -0.018473908 -0.145259619 295.888793945\n-0.203879833 0.029682552 -0.978545845 -45.705474854 0.026032588 0.999351203 0.024889763 -5.810665131 0.978649735 -0.020399559 -0.204520226 295.775238037\n-0.259927869 0.028596638 -0.965204537 -46.227996826 0.027716858 0.999370515 0.022144791 -5.799352646 0.965230227 -0.020996388 -0.260556817 295.605316162\n-0.312852144 0.034332532 -0.949181139 -46.760467529 0.027492611 0.999255061 0.027082121 -5.792212486 0.949403882 -0.017622771 -0.313562989 295.388824463\n-0.362485290 0.039614905 -0.931147218 -47.302825928 0.029342348 0.999086022 0.031082662 -5.784744263 0.931527555 -0.016055042 -0.363316298 295.148071289\n-0.407478213 0.041055985 -0.912291467 -47.844818115 0.032803670 0.999002218 0.030306362 -5.764133453 0.912625492 -0.017577322 -0.408418536 294.884979248\n-0.447675824 0.042454369 -0.893187821 -48.383666992 0.034016654 0.998957813 0.030432237 -5.760794640 0.893548965 -0.016759489 -0.448653460 294.583496094\n-0.483644366 0.039750218 -0.874361634 -48.933868408 0.032774083 0.999090075 0.027291972 -5.749075890 0.874650896 -0.015456797 -0.484507084 294.248565674\n-0.514281869 0.033357751 -0.856972218 -49.483734131 0.029197428 0.999345064 0.021377817 -5.731534004 0.857124031 -0.014027162 -0.514918923 293.894104004\n-0.538486838 0.030986384 -0.842064202 -50.043670654 0.025680080 0.999462903 0.020356361 -5.713189602 0.842242718 -0.010662644 -0.538993359 293.506256104\n-0.556098700 0.033911392 -0.830424309 -50.628540039 0.024905013 0.999398470 0.024133872 -5.705340385 0.830743194 -0.007260917 -0.556608677 293.097595215\n-0.566906214 0.039119970 -0.822852850 -51.236846924 0.025846297 0.999224722 0.029698154 -5.692916393 0.823376656 -0.004431627 -0.567477822 292.676116943\n-0.573309064 0.040659748 -0.818329990 -51.849334717 0.025274873 0.999170244 0.031937856 -5.677271843 0.818949521 -0.002372929 -0.573861003 292.240509033\n-0.576575637 0.039247748 -0.816100717 -52.478515625 0.026389752 0.999219000 0.029409867 -5.669998646 0.816617608 -0.004579682 -0.577161074 291.793121338\n-0.575992465 0.040090162 -0.816471398 -53.126007080 0.033721421 0.999111772 0.025268823 -5.651388168 0.816759229 -0.012977924 -0.576832771 291.344696045\n-0.572603703 0.045219287 -0.818584383 -53.812133789 0.045839168 0.998681664 0.023103300 -5.630939484 0.818549871 -0.024294190 -0.573921561 290.884277344\n-0.568109989 0.045852240 -0.821674585 -54.501770020 0.046333071 0.998645008 0.023692893 -5.616875648 0.821647644 -0.024610538 -0.569464684 290.413085938\n-0.563607097 0.044019576 -0.824869335 -55.196105957 0.044852536 0.998736799 0.022651784 -5.616223335 0.824824452 -0.024230774 -0.564869523 289.929016113\n-0.561341047 0.040592216 -0.826588631 -55.925842285 0.048328936 0.998699725 0.016223824 -5.601829529 0.826172411 -0.030841051 -0.562572956 289.452239990\n-0.559364796 0.030611517 -0.828356206 -56.659729004 0.046219464 0.998915017 0.005703784 -5.593191147 0.827632070 -0.035095684 -0.560172796 288.941955566\n-0.558980107 0.019791616 -0.828944802 -57.392089844 0.038689181 0.999248803 -0.002231434 -5.597360611 0.828277946 -0.033318523 -0.559325933 288.434295654\n-0.559925199 0.014082310 -0.828423679 -58.172149658 0.032819577 0.999447823 -0.005192958 -5.596531868 0.827893078 -0.030096177 -0.560078263 287.885101318\n-0.562806964 0.014210956 -0.826466322 -58.954986572 0.023641517 0.999719918 0.001090629 -5.602084637 0.826250374 -0.018925102 -0.562985301 287.326110840\n-0.566750526 0.018363804 -0.823685110 -59.766357422 0.018883865 0.999778450 0.009296394 -5.606256008 0.823673368 -0.010285621 -0.566971779 286.754211426\n-0.570432425 0.025204493 -0.820957720 -60.580688477 0.017042847 0.999677062 0.018849401 -5.600691319 0.821167707 -0.003239147 -0.570677876 286.176788330\n-0.572069407 0.032294407 -0.819569409 -61.416534424 0.015860828 0.999473274 0.028312318 -5.580513954 0.820052028 0.003197558 -0.572280288 285.592926025\n-0.572968364 0.040042166 -0.818598926 -62.259216309 0.017816007 0.999178290 0.036405202 -5.567618370 0.819384038 0.006274858 -0.573210955 284.998474121\n-0.573630691 0.040732034 -0.818100810 -63.105499268 0.018365365 0.999151349 0.036868967 -5.540494442 0.818908274 0.006124451 -0.573891878 284.388336182\n-0.575315475 0.038006902 -0.817048013 -63.940765381 0.017275684 0.999261618 0.034318507 -5.519129753 0.817749083 0.005628904 -0.575547218 283.799255371\n-0.577483535 0.033759654 -0.815704226 -64.782470703 0.016954269 0.999425113 0.029360443 -5.500546455 0.816226482 0.003125500 -0.577723980 283.189575195\n-0.581140280 0.029549364 -0.813266814 -65.627105713 0.016822528 0.999563217 0.024297329 -5.489456654 0.813629568 0.000438953 -0.581383467 282.585357666\n-0.585796714 0.025618533 -0.810053229 -66.469146729 0.016717387 0.999669552 0.019525979 -5.477038860 0.810285747 -0.002103721 -0.586031437 281.969421387\n-0.591614604 0.023528835 -0.805877745 -67.317230225 0.015685035 0.999720752 0.017673614 -5.470735073 0.806068540 -0.002184254 -0.591818452 281.353515625\n-0.596527457 0.025410099 -0.802190363 -68.169708252 0.015737554 0.999676883 0.019962851 -5.462283611 0.802438438 -0.000716125 -0.596734524 280.700195312\n-0.601635337 0.028338330 -0.798268139 -69.025939941 0.014300557 0.999592423 0.024707315 -5.449377060 0.798642933 0.003449116 -0.601795435 280.049987793\n-0.606590271 0.029237472 -0.794476807 -69.873901367 0.011467341 0.999541342 0.028028613 -5.435969353 0.794931948 0.007891348 -0.606647372 279.386291504\n-0.610200763 0.028847542 -0.791721344 -70.732879639 0.007881464 0.999508440 0.030344116 -5.420018196 0.792207539 0.012276081 -0.610128164 278.717742920\n-0.612341404 0.027592570 -0.790111899 -71.580718994 0.003762286 0.999481142 0.031988446 -5.400138378 0.790584624 0.016615219 -0.612127542 278.050109863\n-0.613282800 0.026089638 -0.789432406 -72.429412842 -0.000879461 0.999431193 0.033713028 -5.379871845 0.789862931 0.021369895 -0.612910986 277.368957520\n-0.614287376 0.024658328 -0.788697064 -73.276641846 -0.002528429 0.999444962 0.033216588 -5.357995510 0.789078414 0.022398693 -0.613884091 276.686889648\n-0.615595460 0.023821626 -0.787702441 -74.141876221 -0.003103700 0.999462008 0.032651208 -5.339652538 0.788056433 0.022544721 -0.615190268 276.003723145\n-0.616406202 0.022715921 -0.787100554 -74.988677979 -0.003865469 0.999484479 0.031872559 -5.319561005 0.787418783 0.022688957 -0.616000652 275.338500977\n-0.617216229 0.021132434 -0.786509991 -75.865631104 -0.005917671 0.999486268 0.031498726 -5.308928490 0.786771595 0.024095824 -0.616774082 274.650329590\n-0.617808819 0.016811116 -0.786148965 -76.726654053 -0.010293551 0.999512851 0.029463086 -5.289463520 0.786261261 0.026294809 -0.617334843 273.960937500\n-0.618155003 0.010211433 -0.785989881 -77.576568604 -0.015540778 0.999561429 0.025208421 -5.281615734 0.785902560 0.027797606 -0.617725253 273.279113770\n-0.617018223 0.008463790 -0.786903322 -78.467620850 -0.016925929 0.999568105 0.024022952 -5.252791405 0.786766827 0.028141670 -0.616608500 272.558990479\n-0.615603447 0.011547486 -0.787971675 -79.351226807 -0.018110357 0.999421239 0.028794946 -5.243286133 0.787848115 0.031996712 -0.615038037 271.859222412\n-0.614342213 0.014464199 -0.788907409 -80.232543945 -0.017346084 0.999342740 0.031830251 -5.228895187 0.788849294 0.033239111 -0.613687515 271.165100098\n-0.613110662 0.014638373 -0.789861560 -81.123107910 -0.015914505 0.999396563 0.030874893 -5.202221394 0.789836884 0.031499978 -0.612507701 270.474670410\n-0.611144304 0.014286834 -0.791390657 -82.009582520 -0.015789742 0.999418080 0.030235801 -5.185976505 0.791362047 0.030974280 -0.610563040 269.789062500\n-0.607804537 0.012444726 -0.793989301 -82.915588379 -0.019807974 0.999328494 0.030826293 -5.162292957 0.793839693 0.034463674 -0.607149959 269.077697754\n-0.603165507 0.010702342 -0.797544241 -83.809509277 -0.024247110 0.999201834 0.031745978 -5.142273903 0.797247410 0.038486220 -0.602424502 268.387573242\n-0.598226428 0.007944820 -0.801287711 -84.726196289 -0.028659467 0.999098957 0.031302754 -5.118370056 0.800814450 0.041690614 -0.597459674 267.688537598\n-0.593936801 0.006460174 -0.804485917 -85.650360107 -0.030012460 0.999093771 0.030180540 -5.094614506 0.803951859 0.042069931 -0.593204618 267.005737305\n-0.589044571 0.006246425 -0.808076620 -86.558013916 -0.029543389 0.999135196 0.029258853 -5.075987816 0.807560503 0.041108083 -0.588350654 266.333221436\n-0.584848285 0.007194815 -0.811110735 -87.483001709 -0.027666993 0.999201894 0.028812425 -5.059107304 0.810670674 0.039291896 -0.584182501 265.664855957\n-0.580502272 0.008176876 -0.814217627 -88.421875000 -0.026632356 0.999223888 0.029022552 -5.039120674 0.813823044 0.038532190 -0.579833984 264.990905762\n-0.576051474 0.009983056 -0.817352593 -89.354736328 -0.025993794 0.999195993 0.030523904 -5.021310806 0.817000151 0.038829431 -0.575328827 264.329467773\n-0.571227551 0.010966685 -0.820718467 -90.305786133 -0.026224775 0.999156356 0.031603705 -5.002897263 0.820372701 0.039576065 -0.570458055 263.652404785\n-0.567399740 0.010805896 -0.823371768 -91.264251709 -0.025399579 0.999208450 0.030616861 -4.983854771 0.823050797 0.038285289 -0.566676140 262.998535156\n-0.563365459 0.007313449 -0.826175392 -92.221954346 -0.025332613 0.999337792 0.026120514 -4.968720436 0.825819314 0.035644580 -0.562807202 262.337371826\n-0.559488654 0.003073214 -0.828832269 -93.193206787 -0.025096079 0.999471784 0.020646594 -4.958118916 0.828457952 0.032351978 -0.559116006 261.668457031\n-0.556552052 0.002670445 -0.830808401 -94.158813477 -0.024934985 0.999490678 0.019916387 -4.944758892 0.830438435 0.031800702 -0.556201935 261.016510010\n-0.553316832 0.004617626 -0.832958102 -95.139190674 -0.024424048 0.999464750 0.021765070 -4.930611610 0.832612753 0.032387186 -0.552907944 260.338806152\n-0.551477432 0.004778178 -0.834176183 -96.112854004 -0.024221662 0.999470234 0.021738030 -4.933588028 0.833838165 0.032193165 -0.551069498 259.686004639\n-0.550727487 0.003743114 -0.834676802 -97.094543457 -0.026008688 0.999427378 0.021642709 -4.923025608 0.834279895 0.033628080 -0.550314784 259.031311035\n-0.549578190 0.004583874 -0.835429668 -98.068115234 -0.027017087 0.999364436 0.023256252 -4.921740532 0.835005283 0.035352007 -0.549105048 258.372375488\n-0.548823953 0.003321613 -0.835931540 -99.047576904 -0.027827028 0.999365330 0.022240629 -4.905298233 0.835474849 0.035467677 -0.548383117 257.718078613\n-0.547944784 0.001270804 -0.836513758 -100.037048340 -0.028396508 0.999394238 0.020118913 -4.894892216 0.836032629 0.034778114 -0.547576785 257.062500000\n-0.547161579 0.001320575 -0.837026060 -101.007019043 -0.026857045 0.999456167 0.019133212 -4.891493320 0.836596131 0.032949001 -0.546828508 256.414855957\n-0.547028780 0.003081779 -0.837108195 -102.003265381 -0.023323562 0.999548912 0.018921148 -4.890718937 0.836788893 0.029874757 -0.546710134 255.765350342\n-0.546691656 0.004509616 -0.837321997 -102.995452881 -0.021332109 0.999585927 0.019311368 -4.882163525 0.837062359 0.028419204 -0.546369076 255.109680176\n-0.546878576 0.008018447 -0.837173581 -103.992645264 -0.020171028 0.999537647 0.022750171 -4.884482384 0.836968958 0.029328233 -0.546463966 254.457946777\n-0.546427727 0.009773581 -0.837449431 -104.980621338 -0.022458602 0.999401331 0.026317686 -4.874040127 0.837205291 0.033188649 -0.545881033 253.802688599\n-0.545694947 0.008613737 -0.837939918 -105.967498779 -0.024726436 0.999346256 0.026375629 -4.867043018 0.837619364 0.035112306 -0.545125127 253.144882202\n-0.545588851 0.006259822 -0.838029623 -106.968872070 -0.025339475 0.999391675 0.023962099 -4.849289894 0.837669790 0.034308687 -0.545098305 252.484558105\n-0.545491695 0.004423820 -0.838104486 -107.969329834 -0.025357541 0.999441147 0.021779714 -4.845388889 0.837732434 0.033132926 -0.545074701 251.830200195\n-0.545922279 0.004642502 -0.837823153 -108.969757080 -0.023092797 0.999521375 0.020585671 -4.827429295 0.837517679 0.030585852 -0.545553803 251.187255859\n-0.545674324 0.007015140 -0.837968171 -109.954895020 -0.021431655 0.999521077 0.022323618 -4.821666718 0.837723434 0.030140465 -0.545262575 250.544036865\n-0.545664430 0.009510045 -0.837950051 -110.938140869 -0.020997370 0.999466479 0.025016395 -4.814238548 0.837740898 0.031245297 -0.545173645 249.895675659\n-0.544916630 0.010850962 -0.838420331 -111.923919678 -0.021950873 0.999388933 0.027200826 -4.803879261 0.838203192 0.033226229 -0.544345379 249.245605469\n-0.545055866 0.010914309 -0.838328958 -112.918182373 -0.022277327 0.999373674 0.027495002 -4.792093754 0.838104010 0.033662029 -0.544471264 248.595321655\n-0.544666290 0.009033688 -0.838604331 -113.883697510 -0.022407835 0.999428213 0.025319826 -4.783358574 0.838353574 0.032582160 -0.544152498 247.955581665\n-0.544910073 0.008729617 -0.838449121 -114.869689941 -0.020739080 0.999499559 0.023884792 -4.771830559 0.838238001 0.030403726 -0.544456363 247.320281982\n-0.544527292 0.010681351 -0.838675141 -115.850677490 -0.019103291 0.999501586 0.025132842 -4.762973785 0.838525593 0.029706974 -0.544051766 246.674819946\n-0.544469118 0.013781114 -0.838667870 -116.844543457 -0.016747406 0.999487102 0.027296253 -4.741331100 0.838613868 0.028907470 -0.543959022 246.029129028\n-0.544483304 0.017419329 -0.838590741 -117.822906494 -0.014894320 0.999425888 0.030430859 -4.737974167 0.838639438 0.029059334 -0.543911338 245.392868042\n-0.543973088 0.018421831 -0.838900447 -118.808654785 -0.015417757 0.999370754 0.031943105 -4.714233875 0.838961005 0.030310154 -0.543346763 244.739837646\n-0.543647170 0.018706532 -0.839105487 -119.788574219 -0.018141385 0.999256134 0.034030441 -4.702333927 0.839117885 0.033723082 -0.542903304 244.088287354\n-0.543000221 0.016732775 -0.839565873 -120.751220703 -0.020428561 0.999242306 0.033127610 -4.686406136 0.839484036 0.035139423 -0.542247057 243.457489014\n-0.542694688 0.011617064 -0.839849710 -121.718383789 -0.023258924 0.999313056 0.028852280 -4.663385391 0.839607954 0.035191979 -0.542051673 242.816146851\n-0.542346001 0.009785039 -0.840098321 -122.688323975 -0.024332965 0.999329746 0.027348425 -4.650887012 0.839802861 0.035274390 -0.541744471 242.180267334\n-0.542443991 0.008595920 -0.840048254 -123.652740479 -0.024041904 0.999379218 0.025750864 -4.646767616 0.839748144 0.034164753 -0.541900635 241.553833008\n-0.542775154 0.009788494 -0.839821100 -124.629486084 -0.022305418 0.999411404 0.026064547 -4.632514954 0.839581907 0.032879744 -0.542237282 240.928955078\n-0.542683482 0.011404187 -0.839860022 -125.595275879 -0.022675162 0.999344468 0.028221546 -4.619950294 0.839631319 0.034359325 -0.542069197 240.292907715\n-0.542651653 0.013733422 -0.839845598 -126.580810547 -0.021625143 0.999306500 0.030313687 -4.604951859 0.839679480 0.034611553 -0.541978359 239.655426025\n-0.542682290 0.010908379 -0.839867234 -127.555206299 -0.025246795 0.999252021 0.029291783 -4.589726925 0.839558542 0.037100088 -0.542001009 239.007186890\n-0.543152571 0.009780842 -0.839577138 -128.545196533 -0.028996933 0.999117136 0.030398594 -4.568791866 0.839133263 0.040856235 -0.542389393 238.360794067\n-0.543088675 0.007595082 -0.839641035 -129.513183594 -0.032362908 0.999026775 0.029969499 -4.558536053 0.839051485 0.043449320 -0.542314291 237.718978882\n-0.543562412 0.003617738 -0.839361191 -130.509094238 -0.033540867 0.999098420 0.026026964 -4.538460732 0.838698566 0.042300172 -0.542950988 237.070632935\n-0.543905139 0.000280017 -0.839146674 -131.495239258 -0.033759419 0.999183059 0.022215078 -4.528198719 0.838467419 0.040412001 -0.543451309 236.417160034\n-0.544539094 0.001449299 -0.838734388 -132.493286133 -0.030613238 0.999297857 0.021602049 -4.521973610 0.838176787 0.037439529 -0.544112325 235.763427734\n-0.545298457 0.003338379 -0.838235319 -133.503143311 -0.025957299 0.999445260 0.020866456 -4.514314175 0.837839961 0.033136770 -0.544909358 235.112258911\n-0.545874596 0.005346878 -0.837849796 -134.516693115 -0.024964197 0.999431908 0.022642678 -4.498665333 0.837494850 0.033276312 -0.545431018 234.449798584\n-0.546212196 0.009139665 -0.837597072 -135.545623779 -0.024174513 0.999351978 0.026669336 -4.491117954 0.837298036 0.034815617 -0.545637369 233.759704590\n-0.547112107 0.009971091 -0.836999953 -136.581665039 -0.022471758 0.999393702 0.026594525 -4.470518112 0.836757660 0.033359047 -0.546556354 233.090759277\n-0.547029018 0.006311184 -0.837089956 -137.606872559 -0.022350602 0.999504983 0.022141572 -4.459285736 0.836815298 0.030821543 -0.546617150 232.393417358\n-0.548045754 0.003303684 -0.836442113 -138.636566162 -0.022338888 0.999577701 0.018584689 -4.449703217 0.836150289 0.028870439 -0.547740459 231.717285156\n-0.548226357 0.002485093 -0.836326361 -139.679046631 -0.022020942 0.999606013 0.017405374 -4.445792675 0.836040080 0.027958779 -0.547955632 231.015350342\n-0.548782945 0.002026787 -0.835962534 -140.729705811 -0.024046637 0.999544978 0.018209245 -4.432735920 0.835619092 0.030095007 -0.548484564 230.314712524\n-0.548798084 0.003625767 -0.835947096 -141.781463623 -0.028467486 0.999329567 0.023023272 -4.425832748 0.835470080 0.036432438 -0.548326969 229.605957031\n-0.548879743 0.003596808 -0.835893869 -142.834716797 -0.033989929 0.999067664 0.026618013 -4.415927887 0.835210264 0.043022051 -0.548245668 228.895736694\n-0.548460245 -0.000546471 -0.836176574 -143.887878418 -0.041064095 0.998810768 0.026281770 -4.399925232 0.835167825 0.048751336 -0.547830462 228.180404663\n-0.548297524 -0.004224833 -0.836272955 -144.939392090 -0.044659272 0.998708248 0.024235133 -4.383485794 0.835090339 0.050635394 -0.547778010 227.473251343\n-0.548614025 -0.006294492 -0.836052179 -145.999237061 -0.046889760 0.998629451 0.023250358 -4.376368523 0.834759951 0.051957753 -0.548157334 226.765869141\n-0.549275398 -0.006892830 -0.835613191 -147.045104980 -0.047128398 0.998629928 0.022741478 -4.368831158 0.834311545 0.051872436 -0.548847795 226.070068359\n-0.549529552 -0.006539829 -0.835448742 -148.105834961 -0.045086954 0.998744309 0.021838553 -4.362224579 0.834256887 0.049668767 -0.549134374 225.360153198\n-0.549926519 -0.006057910 -0.835191131 -149.147583008 -0.045091588 0.998730659 0.022446169 -4.353184700 0.833995044 0.050003838 -0.549501657 224.666564941\n-0.550390124 -0.001679636 -0.834905922 -150.221954346 -0.044651162 0.998626113 0.027426118 -4.341155052 0.833712757 0.052374583 -0.549708843 223.944686890\n-0.550992250 0.002480386 -0.834506810 -151.278259277 -0.043488931 0.998551428 0.031682011 -4.328945160 0.833376527 0.053748343 -0.550086260 223.243316650\n-0.550883889 0.001042229 -0.834581375 -152.319396973 -0.044260330 0.998555481 0.030462006 -4.314499855 0.833407581 0.053719871 -0.550042033 222.542327881\n-0.550248742 0.000212489 -0.835000813 -153.389038086 -0.043741781 0.998619556 0.029079080 -4.301202297 0.833854318 0.052525148 -0.549479842 221.822402954\n-0.549507856 0.000140553 -0.835488677 -154.434204102 -0.042900030 0.998676121 0.028383708 -4.286634445 0.834386587 0.051439553 -0.548774362 221.128662109\n-0.548400640 -0.000382165 -0.836215854 -155.485321045 -0.043077078 0.998685062 0.027794054 -4.272691727 0.835105658 0.051264003 -0.547695994 220.420608521\n-0.547903180 0.001431169 -0.836540818 -156.533203125 -0.042666432 0.998649240 0.029653424 -4.254910946 0.835453212 0.051939402 -0.547101974 219.722747803\n-0.546859860 0.003796357 -0.837215602 -157.586425781 -0.044308998 0.998457074 0.033469643 -4.236666203 0.836050928 0.055399384 -0.545847893 219.021575928\n-0.545709610 0.003845904 -0.837965608 -158.626800537 -0.045802731 0.998357654 0.034410216 -4.215806961 0.836721778 0.057159096 -0.544637322 218.333282471\n-0.544947863 0.000327114 -0.838470042 -159.674957275 -0.048118901 0.998339593 0.031663459 -4.197532177 0.837088227 0.057601180 -0.544027328 217.633514404\n-0.544681072 -0.001753530 -0.838641584 -160.711288452 -0.047347505 0.998467147 0.028663550 -4.180319309 0.837305784 0.055320073 -0.543929219 216.946487427\n-0.544818401 -0.001442834 -0.838552952 -161.753494263 -0.044048630 0.998667121 0.026900616 -4.167893410 0.837396443 0.051593054 -0.544155717 216.264831543\n-0.544922471 -0.001245613 -0.838485718 -162.796554565 -0.042839032 0.998734236 0.026356932 -4.155400276 0.837391555 0.050282393 -0.544286132 215.581558228\n-0.545324087 0.000670532 -0.838225007 -163.850357056 -0.040069669 0.998835623 0.026867136 -4.148838520 0.837267041 0.048238695 -0.544662237 214.893875122\n-0.545762300 0.000876271 -0.837939858 -164.886108398 -0.037813984 0.998954952 0.025673440 -4.141084194 0.837086678 0.045697432 -0.545158863 214.217834473\n-0.545573950 0.000942801 -0.838062108 -165.935577393 -0.037586894 0.998965561 0.025592683 -4.124879360 0.837219357 0.045462858 -0.544974208 213.529144287\n-0.546056271 0.004354075 -0.837737322 -166.969268799 -0.035307150 0.998978376 0.028206112 -4.108716011 0.837004304 0.044980235 -0.545344591 212.855178833\n-0.545910358 0.006678016 -0.837816954 -168.006515503 -0.032923739 0.999024928 0.029415630 -4.089298248 0.837196469 0.043642364 -0.545158148 212.163833618\n-0.546220779 0.006692326 -0.837614536 -169.033370972 -0.030451102 0.999148428 0.027840551 -4.070970535 0.837087631 0.040713374 -0.545551896 211.493469238\n-0.546670675 0.006206688 -0.837324917 -170.068603516 -0.031543776 0.999110103 0.028000142 -4.054851532 0.836753547 0.041719239 -0.545988441 210.806884766\n-0.546862960 0.009862716 -0.837164164 -171.098815918 -0.032238942 0.998940945 0.032828148 -4.039998055 0.836601317 0.044941779 -0.545965791 210.130737305\n-0.545915246 0.012804051 -0.837742567 -172.124572754 -0.037359055 0.998516738 0.039606366 -4.024382591 0.837007105 0.052918989 -0.544627190 209.434143066\n-0.544611692 0.010205527 -0.838626325 -173.143920898 -0.041980866 0.998340786 0.039411906 -3.995676517 0.837637067 0.056670438 -0.543279648 208.755157471\n-0.543293595 0.004941227 -0.839528441 -174.179214478 -0.046170142 0.998293519 0.035754275 -3.971980572 0.838272452 0.058186207 -0.542138338 208.058013916\n-0.542028069 -0.000641284 -0.840360343 -175.208602905 -0.047986988 0.998391628 0.030189477 -3.947052956 0.838989317 0.056689896 -0.541187167 207.380126953\n-0.540973067 -0.003161272 -0.841034234 -176.232284546 -0.050428350 0.998315692 0.028684234 -3.939095497 0.839526951 0.057929352 -0.540221214 206.705200195\n-0.539986253 -0.003135106 -0.841668129 -177.264328003 -0.045516688 0.998638511 0.025482189 -3.927723646 0.840442359 0.052069973 -0.539393663 206.035888672\n-0.540043592 -0.005352577 -0.841620028 -178.294876099 -0.042457197 0.998879850 0.020890851 -3.911279440 0.840565443 0.047014799 -0.539665937 205.372833252\n-0.540600657 -0.004636475 -0.841266751 -179.322891235 -0.036447309 0.999175012 0.017914396 -3.908900976 0.840489626 0.040346436 -0.540323615 204.711685181\n-0.541907668 -0.001511840 -0.840436876 -180.347045898 -0.034635730 0.999189019 0.020535450 -3.898948193 0.839724243 0.040237457 -0.541520596 204.054443359\n-0.540909052 0.004241163 -0.841070473 -181.391769409 -0.034164459 0.999051213 0.027009631 -3.895764828 0.840386987 0.043344468 -0.540250897 203.370376587\n-0.539961815 0.005962767 -0.841668487 -182.414321899 -0.035897739 0.998901904 0.030106422 -3.881148100 0.840923786 0.046470311 -0.539154768 202.708190918\n-0.538277149 0.002839433 -0.842763364 -183.424530029 -0.037003078 0.998950362 0.026999703 -3.868403912 0.841955364 0.045718152 -0.537607074 202.042602539\n-0.537179589 0.001653469 -0.843466461 -184.445816040 -0.039237201 0.998866498 0.026947144 -3.855869770 0.842554986 0.047570709 -0.536505818 201.375915527\n-0.536342502 0.003417621 -0.843993783 -185.468231201 -0.037452433 0.998910367 0.027845256 -3.842533112 0.843169332 0.046544202 -0.535630107 200.715423584\n-0.535975575 0.001852934 -0.844231546 -186.498184204 -0.037492346 0.998958766 0.025995219 -3.830686092 0.843400598 0.045585021 -0.535347939 200.060180664\n-0.534797788 0.000620139 -0.844979823 -187.490936279 -0.037882857 0.998976648 0.024709675 -3.821112394 0.844130397 0.045224931 -0.534227014 199.425094604\n-0.533093810 0.001521659 -0.846054852 -188.470718384 -0.038910244 0.998896182 0.026313649 -3.818584681 0.845160961 0.046947841 -0.532446146 198.795623779\n-0.532271624 0.003542476 -0.846566439 -189.417526245 -0.038432233 0.998859167 0.028343692 -3.815463066 0.845701039 0.047621973 -0.531528234 198.197509766\n-0.531665444 0.004470329 -0.846942604 -190.350646973 -0.039238237 0.998782337 0.029903445 -3.815896749 0.846045017 0.049131166 -0.530842662 197.601379395\n-0.531462669 0.005119848 -0.847066402 -191.257324219 -0.039903086 0.998720288 0.031072291 -3.807805061 0.846141458 0.050314318 -0.530578256 197.021560669\n-0.531462193 0.006216813 -0.847059131 -192.157531738 -0.039030969 0.998731256 0.031818807 -3.794751167 0.846182227 0.049972035 -0.530545354 196.441955566\n-0.531041861 0.005318368 -0.847329021 -193.010116577 -0.039228816 0.998753786 0.030854462 -3.787125587 0.846437156 0.049624719 -0.530171394 195.896697998\n-0.529716015 0.004756213 -0.848161936 -193.850708008 -0.040352020 0.998710632 0.030802121 -3.782128811 0.847214878 0.050541416 -0.528841019 195.360473633\n-0.528451681 0.004838187 -0.848949850 -194.656890869 -0.041604664 0.998634636 0.031589184 -3.774061441 0.847943604 0.052013617 -0.527528882 194.851654053\n-0.529169798 0.005070603 -0.848500848 -195.466079712 -0.038725335 0.998795867 0.030119916 -3.774799347 0.847631812 0.048797030 -0.528336167 194.348510742\n-0.531979084 0.003791726 -0.846749067 -196.261215210 -0.036826212 0.998940229 0.027609695 -3.771846771 0.845956385 0.045870338 -0.531275749 193.847961426\n-0.536464214 0.000856935 -0.843922734 -197.047805786 -0.036417242 0.999044478 0.024164131 -3.771275043 0.843137085 0.043696526 -0.535920382 193.349243164\n-0.540621161 -0.002770696 -0.841261864 -197.817306519 -0.038415782 0.999032736 0.021396857 -3.766198397 0.840388834 0.043885317 -0.540204644 192.847137451\n-0.543511987 -0.004885108 -0.839387178 -198.610122681 -0.040635880 0.998963714 0.020498339 -3.754578590 0.838417172 0.045250330 -0.543147326 192.317108154\n-0.545983434 -0.005362655 -0.837778866 -199.384429932 -0.042399742 0.998874962 0.021238226 -3.750193834 0.836722434 0.047117326 -0.545596600 191.802185059\n-0.547608018 -0.003246450 -0.836728811 -200.160186768 -0.041525293 0.998865724 0.023301238 -3.747471333 0.835704029 0.047505349 -0.547121763 191.290145874\n-0.549111128 -0.000403832 -0.835749388 -200.926406860 -0.038542014 0.998948157 0.024840508 -3.743412971 0.834860265 0.045851659 -0.548549056 190.786270142\n-0.550496817 0.001130643 -0.834836423 -201.690078735 -0.036696941 0.998999715 0.025551187 -3.744012594 0.834030271 0.044701792 -0.549904704 190.282379150\n-0.550861239 -0.000411866 -0.834596694 -202.462493896 -0.037459992 0.999004304 0.024231825 -3.734452963 0.833755672 0.044612359 -0.550328135 189.760009766\n-0.551671982 -0.002183866 -0.834058464 -203.217437744 -0.039016098 0.998969436 0.023190781 -3.729346752 0.833148241 0.045335405 -0.551188588 189.251983643\n-0.551281214 -0.004661312 -0.834306538 -203.969390869 -0.042820286 0.998824537 0.022713697 -3.727891445 0.833220005 0.048246879 -0.550832748 188.744079590\n-0.550826550 -0.007330541 -0.834587634 -204.743103027 -0.045314651 0.998749137 0.021135155 -3.726607561 0.833388746 0.049460847 -0.550469756 188.231109619\n-0.549600124 -0.009991030 -0.835368335 -205.500778198 -0.045982305 0.998774469 0.018307002 -3.713331699 0.834161639 0.048473686 -0.549386024 187.710784912\n-0.549454331 -0.011989271 -0.835437953 -206.277084351 -0.045657218 0.998833895 0.015693871 -3.709815025 0.834275544 0.046766829 -0.549360991 187.198577881\n-0.549031496 -0.012430234 -0.835709512 -207.046417236 -0.046049632 0.998820484 0.015396640 -3.709890842 0.834532380 0.046937346 -0.548956275 186.683929443\n-0.548512816 -0.008425009 -0.836099625 -207.826873779 -0.043884985 0.998861074 0.018725121 -3.712471247 0.834989607 0.046963189 -0.548257828 186.163146973\n-0.547886968 -0.007059177 -0.836522698 -208.610931396 -0.042482801 0.998908937 0.019394923 -3.704592705 0.835473061 0.046164047 -0.547589064 185.631835938\n-0.547142744 -0.007174855 -0.837008834 -209.396987915 -0.037437778 0.999172330 0.015907699 -3.704978466 0.836201906 0.040039524 -0.546958566 185.113830566\n-0.546926141 -0.009630156 -0.837125540 -210.186416626 -0.036415052 0.999261081 0.012296009 -3.698250294 0.836388588 0.037208974 -0.546872735 184.584899902\n-0.546545506 -0.011412423 -0.837351859 -210.983108521 -0.040423390 0.999101043 0.012767692 -3.693598032 0.836453438 0.040826719 -0.546515584 184.056091309\n-0.545269489 -0.008690101 -0.838215768 -211.780456543 -0.041704778 0.998989165 0.016772561 -3.692804337 0.837222755 0.044103168 -0.545080781 183.528823853\n-0.544010043 -0.007734805 -0.839043260 -212.593872070 -0.039161384 0.999101877 0.016180716 -3.688352108 0.838164568 0.041660562 -0.543824315 183.000457764\n-0.541931629 -0.006256065 -0.840399265 -213.411956787 -0.038073830 0.999128342 0.017114248 -3.679348230 0.839559674 0.041271973 -0.541697502 182.463531494\n-0.540085912 -0.002791394 -0.841605484 -214.239257812 -0.038771905 0.999015331 0.021567719 -3.668761253 0.840716541 0.044279061 -0.539662242 181.916809082\n-0.539315820 0.002414603 -0.842100143 -215.083007812 -0.035976581 0.999016821 0.025905432 -3.663098335 0.841334760 0.044267092 -0.538698673 181.378433228\n-0.538308620 0.003391564 -0.842741191 -215.933227539 -0.034878165 0.999045491 0.026299341 -3.647615433 0.842025995 0.043550421 -0.537676454 180.840698242\n-0.535904169 0.002734994 -0.844274580 -216.788833618 -0.038162343 0.998894215 0.027459461 -3.634605169 0.843416095 0.046935130 -0.535207272 180.280700684\n-0.532549858 0.002694943 -0.846394300 -217.646682739 -0.041131798 0.998731017 0.029060045 -3.622882843 0.845398605 0.050289646 -0.531763196 179.713531494\n-0.530949354 0.001962140 -0.847401500 -218.514129639 -0.042237818 0.998693049 0.028777044 -3.603214025 0.846350491 0.051071536 -0.530172586 179.184402466\n-0.528026342 -0.001602330 -0.849226534 -219.390563965 -0.045188285 0.998634517 0.026212631 -3.589255571 0.848024905 0.052216049 -0.527377725 178.624572754\n-0.525999308 -0.003991645 -0.850475609 -220.259872437 -0.044755749 0.998733342 0.022992903 -3.577805042 0.849306524 0.050157923 -0.525511742 178.090774536\n-0.524705410 -0.003982420 -0.851274729 -221.148498535 -0.044024345 0.998777866 0.022463083 -3.571604967 0.850144923 0.049263306 -0.524239540 177.540756226\n-0.523118496 -0.002725561 -0.852255523 -222.041290283 -0.044519465 0.998717010 0.024132313 -3.555405378 0.851096332 0.050566021 -0.522568703 176.979965210\n-0.521988869 -0.000940634 -0.852951944 -222.951431274 -0.046743602 0.998528183 0.027504930 -3.542445660 0.851670682 0.054227304 -0.521264553 176.416915894\n-0.520920277 -0.001045729 -0.853604734 -223.856735229 -0.046824254 0.998528600 0.027351666 -3.531769753 0.852320194 0.054217439 -0.520202756 175.853424072\n-0.519631863 -0.002660205 -0.854386270 -224.749481201 -0.044811741 0.998703659 0.024144636 -3.515446663 0.853214443 0.050832853 -0.519077420 175.298889160\n-0.519465446 -0.003464506 -0.854484618 -225.667266846 -0.041926663 0.998890638 0.021438401 -3.504636049 0.853462398 0.046962190 -0.519034386 174.736389160\n-0.519892335 -0.003478627 -0.854224741 -226.590637207 -0.040129457 0.998987138 0.020355171 -3.495430946 0.853288770 0.044862069 -0.519505382 174.173858643\n-0.519331932 -0.004692292 -0.854560077 -227.524658203 -0.040669419 0.998987615 0.019230220 -3.483440876 0.853604674 0.044741314 -0.518997073 173.591262817\n-0.519491076 -0.004666933 -0.854463100 -228.465179443 -0.040058527 0.999018610 0.018898059 -3.476623297 0.853536367 0.044045907 -0.519168258 173.024398804\n-0.519352794 -0.004555443 -0.854547918 -229.414657593 -0.041519172 0.998939335 0.019908167 -3.468321800 0.853550851 0.045819476 -0.518991113 172.434738159\n-0.519818187 -0.003427072 -0.854270279 -230.368453979 -0.042962886 0.998831391 0.022135638 -3.459167242 0.853196144 0.048208416 -0.519357920 171.848541260\n-0.520705223 -0.002312159 -0.853733480 -231.332809448 -0.043489598 0.998769879 0.023820018 -3.447999477 0.852628171 0.049531732 -0.520165324 171.256973267\n-0.520712733 -0.001583908 -0.853730559 -232.298751831 -0.045057092 0.998655617 0.025628718 -3.434322834 0.852542222 0.051811814 -0.520084023 170.644729614\n-0.521481633 -0.001590388 -0.853261054 -233.275253296 -0.047361992 0.998510540 0.027084783 -3.421863556 0.851947069 0.054536358 -0.520780206 170.038223267\n-0.522078037 -0.004121779 -0.852887809 -234.245162964 -0.049571387 0.998444498 0.025518904 -3.405802727 0.851455986 0.055601690 -0.521470308 169.427764893\n-0.523063183 -0.007320074 -0.852262557 -235.222824097 -0.048150834 0.998619854 0.020974703 -3.394253969 0.850932777 0.052008241 -0.522693753 168.815490723\n-0.524210930 -0.011015547 -0.851517379 -236.216491699 -0.045476619 0.998851657 0.015074782 -3.389852047 0.850373447 0.046626490 -0.524109960 168.194992065\n-0.525997996 -0.012332009 -0.850396514 -237.213867188 -0.040479064 0.999124706 0.010548828 -3.387918711 0.849522054 0.039971914 -0.526036739 167.570785522\n-0.528320551 -0.008837239 -0.848999023 -238.226028442 -0.034408767 0.999347210 0.011009894 -3.391658545 0.848347485 0.035029761 -0.528279781 166.948226929\n-0.530363560 -0.003806337 -0.847761929 -239.244247437 -0.029947106 0.999449909 0.014247640 -3.381283760 0.847241342 0.032944441 -0.530185819 166.306411743\n-0.532096863 -0.000060854 -0.846683621 -240.265579224 -0.027379086 0.999478281 0.017134503 -3.389639378 0.846240819 0.032298636 -0.531820893 165.658798218\n-0.534143806 0.000376355 -0.845393538 -241.283126831 -0.025473328 0.999538660 0.016539756 -3.382445335 0.845009744 0.030369595 -0.533887744 165.017227173\n-0.535629749 0.000743700 -0.844452798 -242.309295654 -0.025861971 0.999516070 0.017284306 -3.378660679 0.844057024 0.031097198 -0.535351396 164.349914551\n-0.537461996 0.002503017 -0.843284309 -243.324218750 -0.024630571 0.999522388 0.018664900 -3.375532627 0.842928231 0.030802246 -0.537143588 163.698837280\n-0.539424539 0.002425526 -0.842030585 -244.355285645 -0.023953494 0.999546945 0.018224427 -3.369175434 0.841693342 0.030000275 -0.539122105 163.033828735\n-0.541357636 0.001391552 -0.840791225 -245.391036987 -0.023869950 0.999570131 0.017023413 -3.364816427 0.840453446 0.029285399 -0.541091800 162.362899780\n-0.543002963 0.001113154 -0.839730203 -246.424591064 -0.023831207 0.999575913 0.016735250 -3.358493567 0.839392662 0.029099071 -0.542746186 161.684143066\n-0.545089126 0.002092460 -0.838375628 -247.473602295 -0.023846397 0.999553621 0.017999018 -3.356144190 0.838038981 0.029803304 -0.544795871 160.994766235\n-0.547033310 0.001763392 -0.837109029 -248.513336182 -0.024910890 0.999520600 0.018384263 -3.351856470 0.836740196 0.030909933 -0.546727180 160.307861328\n-0.548868656 0.001825456 -0.835906684 -249.558486938 -0.026429892 0.999459743 0.019536879 -3.346447468 0.835490763 0.032816101 -0.548523903 159.606933594\n-0.550866127 0.002734441 -0.834589124 -250.609756470 -0.027675513 0.999384820 0.021541452 -3.342502356 0.834134638 0.034964137 -0.550451517 158.907470703\n-0.551517844 0.002703575 -0.834158659 -251.659423828 -0.029266210 0.999316394 0.022588706 -3.334322453 0.833649516 0.036870740 -0.551061630 158.197097778\n-0.552533984 0.001106095 -0.833489716 -252.709426880 -0.032382369 0.999215603 0.022792824 -3.326772928 0.832861125 0.039584178 -0.552064776 157.493453979\n-0.552952528 0.000788320 -0.833212495 -253.760131836 -0.032685079 0.999209344 0.022636471 -3.316012383 0.832571566 0.039750505 -0.552489519 156.796585083\n-0.552354217 0.000338895 -0.833609641 -254.816650391 -0.032289561 0.999240756 0.021801466 -3.315806150 0.832984090 0.038959015 -0.551923990 156.078659058\n-0.552507162 0.001103264 -0.833507538 -255.873184204 -0.029122015 0.999363005 0.020626904 -3.308099270 0.832999349 0.035669930 -0.552123070 155.379623413\n-0.552643061 0.001472196 -0.833416879 -256.911437988 -0.028479537 0.999381065 0.020650290 -3.311671257 0.832931459 0.035147563 -0.552259088 154.686477661\n-0.552971721 0.001779492 -0.833198309 -257.963165283 -0.028534038 0.999370694 0.021071676 -3.303662062 0.832711458 0.035426546 -0.552572966 153.984375000\n-0.552217007 0.002246903 -0.833697557 -259.011230469 -0.027541529 0.999401391 0.020936197 -3.298400879 0.833245575 0.034522627 -0.551824570 153.267333984\n-0.552023172 0.003009598 -0.833823264 -260.065307617 -0.027161246 0.999397933 0.021589015 -3.294947147 0.833386242 0.034565318 -0.551609039 152.562683105\n-0.552061319 0.005057908 -0.833788395 -261.118591309 -0.024618981 0.999446750 0.022363339 -3.290503263 0.833440244 0.032872949 -0.551631331 151.862365723\n-0.552233815 0.009564154 -0.833634615 -262.171386719 -0.020030003 0.999493361 0.024735719 -3.283501387 0.833448827 0.030357599 -0.551762462 151.163787842\n-0.552335382 0.014235965 -0.833500743 -263.219116211 -0.016772939 0.999462008 0.028185448 -3.274029255 0.833453536 0.029548066 -0.551799417 150.467697144\n-0.552181959 0.017176613 -0.833546698 -264.270568848 -0.014897979 0.999424815 0.030463956 -3.263401031 0.833590567 0.029239807 -0.551608443 149.771957397\n-0.552130103 0.016085647 -0.833603024 -265.299072266 -0.014999483 0.999460459 0.029220901 -3.252712727 0.833623290 0.028637346 -0.551590919 149.084426880\n-0.552155852 0.013353630 -0.833634198 -266.345520020 -0.017286561 0.999473453 0.027459854 -3.235499382 0.833561897 0.029572783 -0.551634312 148.380737305\n-0.552566409 0.012736441 -0.833371580 -267.383392334 -0.023148127 0.999262989 0.030620111 -3.218550920 0.833147347 0.036210634 -0.551864266 147.682647705\n-0.552106619 0.014900850 -0.833640456 -268.426391602 -0.028452909 0.998921216 0.036699053 -3.198201895 0.833288014 0.043981280 -0.551087022 146.965270996\n-0.551870823 0.012252908 -0.833839655 -269.450988770 -0.032719634 0.998803973 0.036332246 -3.176857233 0.833287537 0.047333632 -0.550809860 146.275695801\n-0.551431656 0.006632347 -0.834193885 -270.486511230 -0.032182999 0.999054849 0.029217193 -3.151239395 0.833599210 0.042958140 -0.550697088 145.572769165\n-0.552304745 0.003691859 -0.833634436 -271.521484375 -0.029126415 0.999294221 0.023722516 -3.138088226 0.833133638 0.037382830 -0.551807404 144.894302368\n-0.552062035 0.005754356 -0.833783269 -272.560791016 -0.023684599 0.999464452 0.022579776 -3.128626823 0.833466709 0.032213256 -0.551630139 144.192916870\n-0.551589608 0.008739122 -0.834069848 -273.606323242 -0.020395884 0.999504805 0.023960765 -3.117183447 0.833866239 0.030228101 -0.551138282 143.509262085\n-0.550445676 0.010900504 -0.834799707 -274.645812988 -0.019766962 0.999464273 0.026084466 -3.109160662 0.834636807 0.030859539 -0.549935341 142.823699951\n-0.549154997 0.012301090 -0.835630178 -275.682006836 -0.020783475 0.999381423 0.028370000 -3.097156763 0.835462272 0.032946818 -0.548559546 142.119262695\n-0.548221827 0.012786419 -0.836235285 -276.716369629 -0.022237567 0.999306738 0.029858433 -3.082698584 0.836037338 0.034964882 -0.547557473 141.425369263\n-0.547399998 0.013441942 -0.836763322 -277.748901367 -0.022545455 0.999271214 0.030801455 -3.066425562 0.836567521 0.035725921 -0.546697974 140.737319946\n-0.547294974 0.013171908 -0.836836159 -278.818328857 -0.022046695 0.999302268 0.030147789 -3.057134628 0.836649418 0.034949202 -0.546622753 140.059371948\n-0.546854019 0.011510401 -0.837148964 -279.838134766 -0.022895180 0.999325931 0.028696161 -3.043052673 0.836915016 0.034859281 -0.546221852 139.376419067\n-0.546663046 0.010867661 -0.837282181 -280.875488281 -0.022369066 0.999369383 0.027576303 -3.032874346 0.837053895 0.033804167 -0.546075106 138.691711426\n-0.546946883 0.010719304 -0.837098956 -281.906005859 -0.022425855 0.999371588 0.027449939 -3.020939827 0.836867154 0.033786308 -0.546362758 138.014694214\n-0.546229482 0.009992585 -0.837576032 -282.943847656 -0.023645282 0.999346435 0.027342953 -3.008894682 0.837301850 0.034740247 -0.545636177 137.320358276\n-0.546181798 0.010198744 -0.837604821 -283.970031738 -0.024396658 0.999308050 0.028076122 -3.000918627 0.837311566 0.035769418 -0.545555115 136.641998291\n-0.546106935 0.010412974 -0.837650716 -284.997894287 -0.023790857 0.999326646 0.027933257 -2.987655163 0.837377548 0.035182975 -0.545491457 135.968292236\n-0.546692252 0.009275536 -0.837282360 -286.028930664 -0.023497827 0.999374866 0.026413810 -2.976554394 0.837003946 0.034114536 -0.546132565 135.296920776\n-0.546492934 0.006915635 -0.837435424 -287.060882568 -0.023856428 0.999431551 0.023821624 -2.962968111 0.837124109 0.032996558 -0.546017289 134.608551025\n-0.546197653 0.004081410 -0.837646544 -288.080535889 -0.024761274 0.999472439 0.021015793 -2.955802679 0.837290406 0.032219969 -0.545808434 133.917480469\n-0.546909809 0.001988229 -0.837189078 -289.110717773 -0.026347235 0.999460995 0.019585446 -2.946576118 0.836776793 0.032769091 -0.546562672 133.237976074\n-0.546213984 0.000572205 -0.837645590 -290.144622803 -0.029362641 0.999372125 0.019829547 -2.944056749 0.837130964 0.035426661 -0.545854330 132.534332275\n-0.546215177 -0.000340909 -0.837644935 -291.179382324 -0.032594297 0.999251187 0.020847550 -2.934016705 0.837010622 0.038689692 -0.545817375 131.842193604\n-0.546627045 -0.000979434 -0.837375641 -292.205169678 -0.036122788 0.999096036 0.022411857 -2.937493563 0.836596668 0.042499270 -0.546168208 131.160614014\n-0.546999454 -0.001859183 -0.837130964 -293.245422363 -0.037549365 0.999045551 0.022316786 -2.928431749 0.836290479 0.043641005 -0.546547174 130.471862793\n-0.547538877 -0.003522835 -0.836772740 -294.285522461 -0.037211519 0.999104381 0.020142956 -2.918669462 0.835952401 0.042166639 -0.547179699 129.783630371\n-0.547691345 -0.003799535 -0.836672008 -295.329589844 -0.034871995 0.999224424 0.018289721 -2.919768333 0.835953653 0.039193537 -0.547399044 129.089996338\n-0.549139619 -0.002547877 -0.835727096 -296.373382568 -0.031283770 0.999357164 0.017509200 -2.913165808 0.835145235 0.035759680 -0.548866272 128.411499023\n-0.549193501 0.000513944 -0.835695207 -297.424591064 -0.029856497 0.999349356 0.020235371 -2.918331623 0.835161865 0.036064062 -0.548820853 127.698333740\n-0.550085664 0.002319343 -0.835105181 -298.475097656 -0.028119067 0.999377668 0.021297667 -2.913303852 0.834634900 0.035197914 -0.549678087 127.009063721\n-0.550248861 0.001309802 -0.834999681 -299.517578125 -0.029201753 0.999356866 0.020811014 -2.910340548 0.834489942 0.035834692 -0.549856782 126.303222656\n-0.550156236 -0.000594944 -0.835061729 -300.561523438 -0.030560613 0.999344230 0.019421984 -2.902801514 0.834502518 0.036205117 -0.549813628 125.603179932\n-0.549761534 -0.001273940 -0.835320771 -301.618713379 -0.030893283 0.999345720 0.018808139 -2.897177935 0.834750295 0.036145788 -0.549441218 124.899383545\n-0.548829556 -0.000778676 -0.835934043 -302.659942627 -0.029211948 0.999406636 0.018248048 -2.890597582 0.835423827 0.034434326 -0.548526645 124.202667236\n-0.548588514 0.001441489 -0.836091578 -303.702941895 -0.026541056 0.999464512 0.019137653 -2.889952898 0.835671425 0.032689441 -0.548256397 123.516815186\n-0.548243999 0.004235918 -0.836307704 -304.750488281 -0.022711350 0.999542952 0.019951202 -2.887971401 0.836010039 0.029931802 -0.547897220 122.823699951\n-0.548010111 0.005666669 -0.836452484 -305.804260254 -0.020974852 0.999569535 0.020513613 -2.881710529 0.836208701 0.028786134 -0.547655463 122.132904053\n-0.547897220 0.006094731 -0.836523473 -306.857421875 -0.019907359 0.999595284 0.020321546 -2.875040531 0.836308777 0.027787091 -0.547554255 121.441589355\n-0.546680450 0.005566465 -0.837322772 -307.912353516 -0.020220226 0.999598563 0.019846864 -2.875732899 0.837097108 0.027780749 -0.546348453 120.735504150\n-0.545771360 0.005849463 -0.837913752 -308.966247559 -0.021729363 0.999540567 0.021131098 -2.872190475 0.837652385 0.029740080 -0.545393467 120.038970947\n-0.544638991 0.006295707 -0.838647187 -310.020507812 -0.023238111 0.999474585 0.022594454 -2.859451532 0.838348806 0.031794388 -0.544206500 119.347991943\n-0.542828202 0.006023775 -0.839822114 -311.064575195 -0.025806129 0.999382436 0.023848325 -2.860211611 0.839447141 0.034618102 -0.542337537 118.652801514\n-0.541237354 0.005205666 -0.840853870 -312.123046875 -0.028800596 0.999279320 0.024724714 -2.848355293 0.840376616 0.037599027 -0.540697455 117.958435059\n-0.539839864 0.005820348 -0.841747880 -313.182617188 -0.031923708 0.999115169 0.027382173 -2.835241556 0.841162443 0.041653693 -0.539176345 117.264465332\n-0.539432406 0.008395401 -0.841987193 -314.237792969 -0.032882128 0.998977542 0.031027194 -2.822288036 0.841386795 0.044423398 -0.538604736 116.585388184\n-0.539063931 0.008912310 -0.842217863 -315.293151855 -0.035399739 0.998820722 0.033227172 -2.803856850 0.841520786 0.047725853 -0.538112760 115.893585205\n-0.539130807 0.008710384 -0.842177033 -316.344940186 -0.039479084 0.998585999 0.035601132 -2.781497478 0.841296315 0.052442044 -0.538024545 115.206604004\n-0.538777828 0.007177811 -0.842417300 -317.393371582 -0.045692071 0.998242855 0.037728421 -2.753514290 0.841207862 0.058819026 -0.537503242 114.515106201\n-0.538701773 0.004969768 -0.842481911 -318.451110840 -0.049220782 0.998088896 0.037360556 -2.725152016 0.841057539 0.061593816 -0.537427664 113.822662354\n-0.538482666 -0.000498266 -0.842636585 -319.484863281 -0.050061714 0.998252332 0.031401396 -2.706212521 0.841148317 0.059092931 -0.537566543 113.139984131\n-0.538544655 -0.006809925 -0.842569470 -320.540161133 -0.051322166 0.998375833 0.024734356 -2.697174311 0.841032505 0.056563042 -0.538019538 112.465240479\n-0.538873553 -0.008929820 -0.842339635 -321.589385986 -0.053165343 0.998310864 0.023428379 -2.672141790 0.840707600 0.057408191 -0.538438082 111.781005859\n-0.539220452 -0.004971832 -0.842149913 -322.647277832 -0.051295310 0.998319805 0.026950076 -2.672355413 0.840600967 0.057730377 -0.538569570 111.104248047\n-0.539064765 -0.005719430 -0.842244983 -323.706726074 -0.053012051 0.998224676 0.027150830 -2.650824308 0.840594471 0.059285186 -0.538411021 110.419097900\n-0.538894296 -0.003580542 -0.842365980 -324.749969482 -0.052660827 0.998178244 0.029446339 -2.638085842 0.840725899 0.060228143 -0.538101077 109.743865967\n-0.539918065 0.000022237 -0.841717780 -325.801757812 -0.051474150 0.998127460 0.033044349 -2.622836351 0.840142369 0.061167937 -0.538905978 109.081024170\n-0.539415479 0.002053367 -0.842037320 -326.816772461 -0.051014978 0.998080373 0.035114467 -2.616343975 0.840493023 0.061897799 -0.538275242 108.412231445\n-0.539152384 0.001937818 -0.842206180 -327.839538574 -0.051991817 0.998013496 0.035579737 -2.596707821 0.840602100 0.062970720 -0.537980556 107.741546631\n-0.539687395 -0.000838592 -0.841865182 -328.871734619 -0.054047279 0.997971117 0.033653542 -2.575236797 0.840128899 0.063662909 -0.538637757 107.078704834\n-0.539352655 -0.003998934 -0.842070460 -329.870574951 -0.056530062 0.997904837 0.031468961 -2.557055473 0.840180397 0.064575166 -0.538448691 106.419403076\n-0.539509535 -0.004429817 -0.841967881 -330.864318848 -0.057090607 0.997877240 0.031331968 -2.539961100 0.840041757 0.064972349 -0.538617253 105.773895264\n-0.539686084 -0.002000149 -0.841864109 -331.846893311 -0.057110228 0.997780561 0.034240540 -2.527195692 0.839927137 0.066558182 -0.538602471 105.136199951\n-0.539788842 0.001064034 -0.841799915 -332.821777344 -0.055162724 0.997805119 0.036633313 -2.517001629 0.839991271 0.066210225 -0.538545489 104.496887207\n-0.539983988 0.004869980 -0.841661155 -333.778350830 -0.052478824 0.997842789 0.039442476 -2.503423214 0.840037644 0.065467700 -0.538563490 103.880187988\n-0.540507078 0.007601593 -0.841305435 -334.711669922 -0.052422944 0.997711897 0.042694561 -2.482720852 0.839704990 0.067180403 -0.538871765 103.270843506\n-0.541059256 0.008614672 -0.840940535 -335.651916504 -0.053160921 0.997597337 0.044423092 -2.451698780 0.839302719 0.068740688 -0.539301276 102.658966064\n-0.542182803 0.004523303 -0.840248585 -336.564971924 -0.053247672 0.997790635 0.039730240 -2.435619831 0.838571906 0.066282324 -0.540744066 102.073120117\n-0.542010188 -0.006076669 -0.840350091 -337.450042725 -0.053792588 0.998174012 0.027477302 -2.417642117 0.838648617 0.060097575 -0.541347384 101.472778320\n-0.542622447 -0.016128751 -0.839821935 -338.330993652 -0.055481229 0.998320460 0.016674597 -2.411847591 0.838142514 0.055642363 -0.542605877 100.895874023\n-0.542930126 -0.020504709 -0.839527667 -339.211364746 -0.056214642 0.998346925 0.011970778 -2.402995586 0.837894380 0.053693037 -0.543185353 100.310180664\n-0.543999195 -0.017930038 -0.838894188 -340.093353271 -0.056459434 0.998288035 0.015275516 -2.411470890 0.837184191 0.055673361 -0.544080138 99.740844727\n-0.544311285 -0.012011039 -0.838797331 -340.975738525 -0.056278888 0.998167634 0.022227302 -2.410989285 0.836993396 0.059305154 -0.543989778 99.149841309\n-0.544674397 -0.007940953 -0.838610113 -341.840789795 -0.057753529 0.997936428 0.028061071 -2.404731750 0.836656749 0.063716836 -0.544009089 98.574157715\n-0.544599533 -0.006168271 -0.838673651 -342.693572998 -0.058650736 0.997804940 0.030746680 -2.399730921 0.836643100 0.065933451 -0.543765903 98.006164551\n-0.543936133 -0.006050622 -0.839104891 -343.526977539 -0.062085468 0.997523367 0.033052951 -2.386922121 0.836826742 0.070074908 -0.542964697 97.456512451\n-0.542524338 -0.006705329 -0.840013564 -344.343627930 -0.065427169 0.997267842 0.034295648 -2.377015591 0.837488532 0.073565923 -0.541480780 96.914672852\n-0.540822864 -0.008630373 -0.841092467 -345.150512695 -0.068176314 0.997107148 0.033606168 -2.370577812 0.838369250 0.075517558 -0.539846659 96.383911133\n-0.537726998 -0.011814158 -0.843036413 -345.928680420 -0.069325536 0.997135520 0.030245300 -2.363888264 0.840264201 0.074707657 -0.537005663 95.869995117\n-0.534743547 -0.014577797 -0.844888806 -346.694213867 -0.070810623 0.997107506 0.027612967 -2.358725548 0.842042387 0.074592948 -0.534229040 95.382171631\n-0.529667974 -0.017153595 -0.848031640 -347.444885254 -0.070428342 0.997232497 0.023816930 -2.357058764 0.845276117 0.072340526 -0.529410243 94.898956299\n-0.522685170 -0.019645266 -0.852299511 -348.168731689 -0.071144067 0.997252405 0.020643748 -2.359155655 0.849552155 0.071426228 -0.522646666 94.449279785\n-0.511747479 -0.021296419 -0.858872116 -348.879089355 -0.069830909 0.997416079 0.016876075 -2.363795280 0.856293499 0.068612099 -0.511912346 94.024169922\n-0.496821880 -0.021630576 -0.867583156 -349.573181152 -0.068881676 0.997518361 0.014574989 -2.371528387 0.865114868 0.067001745 -0.497078896 93.631652832\n-0.477963805 -0.020286372 -0.878145397 -350.250701904 -0.066366240 0.997709692 0.013073850 -2.379119158 0.875868976 0.064528033 -0.478215456 93.269866943\n-0.456080914 -0.016396824 -0.889787495 -350.917114258 -0.061737660 0.998004377 0.013254010 -2.388152122 0.887794495 0.060978286 -0.456183076 92.948547363\n-0.430469871 -0.012535634 -0.902517915 -351.559936523 -0.057916608 0.998226583 0.013759230 -2.397759199 0.900744915 0.058193710 -0.430432439 92.646362305\n-0.402145982 -0.007260207 -0.915546775 -352.202972412 -0.053469330 0.998448133 0.015568336 -2.403372526 0.914012909 0.055214416 -0.401910186 92.382720947\n-0.370954871 -0.000783111 -0.928650618 -352.829650879 -0.049025767 0.998621643 0.018741507 -2.406477928 0.927355945 0.052480061 -0.370481968 92.157867432\n-0.337810755 0.006489519 -0.941191673 -353.454895020 -0.043882295 0.998780191 0.022636741 -2.418366432 0.940190554 0.048948586 -0.337113857 91.957611084\n-0.301490188 0.012089156 -0.953392684 -354.076232910 -0.039124854 0.998920560 0.025038863 -2.418150902 0.952666223 0.044850320 -0.300691843 91.785888672\n-0.261960864 0.014203571 -0.964974046 -354.666137695 -0.035404518 0.999077201 0.024316777 -2.423706055 0.964428961 0.040534478 -0.261216164 91.650085449\n-0.218359470 0.014360599 -0.975762844 -355.274291992 -0.033131078 0.999206185 0.022119805 -2.418459892 0.975305915 0.037158139 -0.217710376 91.536499023\n-0.171136141 0.015356692 -0.985127687 -355.874603271 -0.031828061 0.999270499 0.021106320 -2.419424057 0.984733164 0.034966759 -0.170522451 91.451416016\n-0.120991588 0.016645478 -0.992513955 -356.480865479 -0.029334515 0.999362767 0.020336339 -2.415138245 0.992219985 0.031575441 -0.120426178 91.405303955\n-0.070518136 0.018103898 -0.997346222 -357.074462891 -0.027108621 0.999431252 0.020058481 -2.423326492 0.997142076 0.028451165 -0.069987297 91.389251709\n-0.020141363 0.015613031 -0.999675274 -357.671081543 -0.019501269 0.999681711 0.016006039 -2.430024147 0.999607027 0.019817317 -0.019830465 91.411010742\n0.029945016 0.012896518 -0.999468386 -358.251708984 -0.020155678 0.999721229 0.012295898 -2.435875893 0.999348342 0.019776762 0.030196607 91.448730469\n0.080582559 0.012408555 -0.996670902 -358.838867188 -0.018497497 0.999768913 0.010951570 -2.432020664 0.996576488 0.017553404 0.080793500 91.521087646\n0.129903734 0.015886888 -0.991399348 -359.404083252 -0.018324884 0.999739349 0.013619412 -2.434524059 0.991357327 0.016398065 0.130160987 91.621520996\n0.177376747 0.020077862 -0.983938277 -359.976776123 -0.014017991 0.999741971 0.017873293 -2.427969456 0.984043300 0.010622527 0.177612424 91.764282227\n0.225261390 0.023383621 -0.974017739 -360.555145264 -0.010009587 0.999714732 0.021685619 -2.436213493 0.974246979 0.004864583 0.225431144 91.920684814\n0.271353185 0.024293838 -0.962173283 -361.122863770 -0.010221371 0.999697745 0.022358650 -2.441289902 0.962425649 0.003767637 0.271519482 92.110931396\n0.316837490 0.024996005 -0.948150516 -361.705413818 -0.012562066 0.999675572 0.022156570 -2.433543682 0.948396742 0.004890695 0.317048669 92.321029663\n0.361953855 0.025962718 -0.931834459 -362.305450439 -0.013176918 0.999654710 0.022733992 -2.430970192 0.932102919 0.004050048 0.362170994 92.561538696\n0.403709352 0.021948466 -0.914624095 -362.862854004 -0.006218107 0.999754906 0.021246742 -2.424787998 0.914866269 -0.002890281 0.403746903 92.847137451\n0.443915486 0.016472360 -0.895917296 -363.418701172 -0.001294014 0.999841750 0.017741952 -2.421231747 0.896067798 -0.006716599 0.443866551 93.141815186\n0.481675267 0.011730113 -0.876271367 -363.990234375 0.000642047 0.999905407 0.013738054 -2.419622183 0.876349628 -0.007179888 0.481622159 93.472366333\n0.516089737 0.009013608 -0.856487095 -364.595092773 -0.000784628 0.999949157 0.010050602 -2.415900469 0.856534183 -0.004514989 0.516070604 93.848434448\n0.548768401 0.005484135 -0.835956454 -365.148956299 0.000512824 0.999976099 0.006896802 -2.406986713 0.835974336 -0.004213445 0.548752427 94.233078003\n0.581315041 0.007466760 -0.813644409 -365.714080811 -0.001516046 0.999966085 0.008093472 -2.413775682 0.813677251 -0.003471335 0.581306577 94.643981934\n0.611086488 0.011627572 -0.791478455 -366.268646240 -0.006272463 0.999931872 0.009847093 -2.416711569 0.791539013 -0.001052907 0.611117721 95.089187622\n0.639546394 0.014991695 -0.768606424 -366.821746826 -0.011186809 0.999885440 0.010194418 -2.415731907 0.768671215 0.002078448 0.639640808 95.552947998\n0.665397525 0.014509100 -0.746348262 -367.353973389 -0.014349283 0.999874949 0.006644765 -2.421320677 0.746351361 0.006288151 0.665522456 96.039848328\n0.687759399 0.013273627 -0.725817442 -367.876708984 -0.016635250 0.999858439 0.002522257 -2.420358658 0.725748181 0.010339446 0.687882781 96.563667297\n0.707799077 0.015801823 -0.706237078 -368.430969238 -0.022869512 0.999738336 -0.000551278 -2.428415537 0.706043541 0.016541488 0.707975268 97.089996338\n0.723138213 0.018240729 -0.690462470 -368.962768555 -0.027215574 0.999627411 -0.002095247 -2.432300091 0.690167010 0.020306483 0.723365188 97.654548645\n0.736278653 0.022977684 -0.676288307 -369.505432129 -0.032325916 0.999476612 -0.001235013 -2.438557625 0.675905943 0.022770951 0.736636102 98.241523743\n0.748313487 0.029027246 -0.662709892 -370.063873291 -0.039096180 0.999235392 -0.000378969 -2.449625969 0.662192166 0.026193012 0.748876154 98.840011597\n0.759437561 0.033877883 -0.649697542 -370.610961914 -0.044305205 0.999018013 0.000304105 -2.459611893 0.649069846 0.028554030 0.760192811 99.472068787\n0.770913959 0.037284639 -0.635847032 -371.157684326 -0.047969609 0.998848736 0.000410906 -2.472548962 0.635130346 0.030184561 0.771814942 100.122283936\n0.781674922 0.039563078 -0.622429967 -371.697265625 -0.049855862 0.998756051 0.000872040 -2.478911877 0.621690214 0.030350132 0.782675028 100.799674988\n0.791484118 0.040981404 -0.609814286 -372.235351562 -0.050985392 0.998698950 0.000941201 -2.486483097 0.609059453 0.030346673 0.792543828 101.487930298\n0.798916876 0.040247492 -0.600093305 -372.771270752 -0.049892258 0.998754442 0.000562568 -2.489702702 0.599368513 0.029490562 0.799929857 102.201553345\n0.804135501 0.039320346 -0.593144178 -373.323547363 -0.048523080 0.998821974 0.000429733 -2.504309654 0.592462361 0.028435620 0.805096149 102.945808411\n0.808083773 0.037922118 -0.587845683 -373.867309570 -0.047542695 0.998868763 -0.000917352 -2.511207581 0.587145925 0.028689064 0.808972597 103.694015503\n0.811593175 0.038430244 -0.582957625 -374.423675537 -0.048611879 0.998816073 -0.001832596 -2.529819965 0.582197011 0.029825989 0.812500477 104.458900452\n0.814724445 0.038856670 -0.578544974 -374.984466553 -0.049549185 0.998768032 -0.002696648 -2.541238785 0.577727437 0.030863455 0.815646052 105.237136841\n0.817955732 0.038860962 -0.573967159 -375.546081543 -0.049331274 0.998778880 -0.002678360 -2.552186966 0.573162198 0.030505311 0.818873942 106.032318115\n0.820325553 0.038144588 -0.570623338 -376.114929199 -0.046989586 0.998895049 -0.000778646 -2.565780163 0.569963157 0.027452100 0.821211517 106.841171265\n0.821418166 0.037559953 -0.569088280 -376.683990479 -0.044710364 0.998999000 0.001399515 -2.575213432 0.568571210 0.024294557 0.822275281 107.673385620\n0.822418690 0.037923720 -0.567617238 -377.258026123 -0.043138303 0.999060094 0.004246396 -2.591473103 0.567244768 0.020993730 0.823281646 108.508964539\n0.822965264 0.037887763 -0.566826880 -377.828399658 -0.041271016 0.999124408 0.006862728 -2.599151611 0.566590607 0.017745733 0.823808372 109.348266602\n0.824411571 0.037976589 -0.564715266 -378.409149170 -0.040874045 0.999136031 0.007520146 -2.607042789 0.564512908 0.016882503 0.825251579 110.173889160\n0.825799823 0.037618093 -0.562707305 -379.002624512 -0.040687263 0.999146819 0.007084432 -2.617220402 0.562493682 0.017044699 0.826625824 111.020423889\n0.826495886 0.036493305 -0.561758637 -379.574768066 -0.039317243 0.999201775 0.007064661 -2.625218391 0.561568022 0.016247887 0.827270985 111.861953735\n0.827871084 0.035465684 -0.559796095 -380.148162842 -0.038420904 0.999240577 0.006486637 -2.638395786 0.559601009 0.016137769 0.828605056 112.695983887\n0.829386830 0.035214987 -0.557563841 -380.725677490 -0.038206656 0.999250114 0.006278178 -2.653638363 0.557366848 0.016095610 0.830110312 113.540618896\n0.831293702 0.034719456 -0.554747939 -381.294738770 -0.037393969 0.999279439 0.006505779 -2.667960644 0.554574072 0.015336013 0.831993043 114.390853882\n0.832837105 0.034653842 -0.552432358 -381.854797363 -0.036480434 0.999304771 0.007688704 -2.679289103 0.552314758 0.013749531 0.833522320 115.238708496\n0.834497273 0.034370240 -0.549939036 -382.434570312 -0.035259899 0.999338090 0.008952266 -2.687196255 0.549882710 0.011920154 0.835156798 116.091201782\n0.835591495 0.033377558 -0.548336387 -382.991333008 -0.033493914 0.999390960 0.009793258 -2.693878651 0.548329294 0.010182769 0.836200476 116.938110352\n0.836583018 0.033725973 -0.546801031 -383.554534912 -0.034077574 0.999374032 0.009502796 -2.702995539 0.546779215 0.010683773 0.837208629 117.782119751\n0.837427974 0.032634944 -0.545572519 -384.102661133 -0.033592500 0.999401808 0.008219115 -2.714828253 0.545514405 0.011444227 0.838023365 118.624412537\n0.838299274 0.032451537 -0.544243813 -384.658386230 -0.033710372 0.999402225 0.007667072 -2.724539757 0.544167280 0.011919359 0.838892102 119.465148926\n0.839167953 0.033454847 -0.542842507 -385.201812744 -0.034125753 0.999378502 0.008836481 -2.734882593 0.542800725 0.011109614 0.839788079 120.303604126\n0.840315104 0.034581292 -0.540994167 -385.755828857 -0.034565639 0.999350488 0.010190139 -2.747127056 0.540995181 0.010136882 0.840964615 121.138534546\n0.841184855 0.034535885 -0.539643705 -386.293273926 -0.034066111 0.999360621 0.010855135 -2.758774757 0.539673567 0.009252386 0.841823578 121.971023560\n0.842136264 0.034427699 -0.538164675 -386.829376221 -0.033977352 0.999364674 0.010762993 -2.770730019 0.538193285 0.009221502 0.842770994 122.793365479\n0.843113482 0.034611549 -0.536620617 -387.373168945 -0.033926222 0.999362111 0.011154646 -2.777124643 0.536664426 0.008800879 0.843749881 123.618743896\n0.843959689 0.034112956 -0.535320818 -387.891754150 -0.033110302 0.999385715 0.011485152 -2.790311575 0.535383821 0.008031627 0.844570756 124.430023193\n0.844714403 0.033741333 -0.534152687 -388.403839111 -0.032773174 0.999398887 0.011302156 -2.796609640 0.534212947 0.007958783 0.845312476 125.228385925\n0.845657885 0.033455636 -0.532675803 -388.911254883 -0.033110220 0.999399602 0.010204390 -2.804183245 0.532697380 0.009007590 0.846257865 126.017120361\n0.846461535 0.033977624 -0.531364739 -389.406372070 -0.034687258 0.999360800 0.008646564 -2.813561440 0.531318903 0.011112601 0.847099066 126.796127319\n0.847827792 0.033247087 -0.529228330 -389.905914307 -0.034945562 0.999366105 0.006798938 -2.822206259 0.529118896 0.012729852 0.848452210 127.571128845\n0.849228263 0.034336828 -0.526908278 -390.395629883 -0.036332041 0.999318182 0.006565130 -2.834935904 0.526774466 0.013568358 0.849896789 128.342163086\n0.850870013 0.035536192 -0.524173141 -390.876678467 -0.037245248 0.999279559 0.007287145 -2.843324661 0.524054468 0.013322542 0.851580560 129.106979370\n0.852606654 0.035800003 -0.521325529 -391.335479736 -0.036738291 0.999288440 0.008538269 -2.853783369 0.521260202 0.011872821 0.853315234 129.858169556\n0.854935169 0.036476526 -0.517450809 -391.804809570 -0.037345905 0.999264181 0.008737754 -2.871854305 0.517388761 0.011854455 0.855668366 130.620300293\n0.857928574 0.036829706 -0.512447238 -392.254699707 -0.037818428 0.999248445 0.008501395 -2.880039692 0.512375236 0.012086357 0.858676672 131.361999512\n0.861644506 0.038248476 -0.506068945 -392.692626953 -0.039166167 0.999193668 0.008833426 -2.889316082 0.505998731 0.012209506 0.862447798 132.095062256\n0.866681933 0.040139284 -0.497243673 -393.123168945 -0.040911715 0.999119043 0.009344476 -2.900268078 0.497180700 0.012244402 0.867560625 132.820373535\n0.872513771 0.042568170 -0.486731619 -393.522338867 -0.043330848 0.999013722 0.009696146 -2.915471792 0.486664325 0.012630472 0.873497725 133.527862549\n0.879073441 0.042596441 -0.474779338 -393.909606934 -0.043870069 0.999001920 0.008401616 -2.923256636 0.474663347 0.013442964 0.880064785 134.254241943\n0.886416912 0.042271897 -0.460953563 -394.265533447 -0.043815989 0.999012530 0.007356319 -2.934782505 0.460809350 0.013676368 0.887393773 134.962646484\n0.895028889 0.043106966 -0.443920106 -394.612243652 -0.044691876 0.998977005 0.006898418 -2.941600084 0.443763345 0.013665338 0.896039844 135.670349121\n0.904307723 0.043070368 -0.424702764 -394.950317383 -0.043392796 0.999018312 0.008918338 -2.955619574 0.424669951 0.010364119 0.905288935 136.380950928\n0.914063275 0.039469253 -0.403646499 -395.247283936 -0.037755016 0.999212444 0.012207943 -2.964084864 0.403810441 0.004080846 0.914833605 137.087631226\n0.924013376 0.032643776 -0.380964071 -395.519042969 -0.030030154 0.999466956 0.012804651 -2.976562977 0.381178975 -0.000391260 0.924501181 137.793518066\n0.934017003 0.025351729 -0.356327921 -395.753082275 -0.022660734 0.999674439 0.011725059 -2.983762503 0.356509149 -0.002876753 0.934287429 138.482025146\n0.944235444 0.017010942 -0.328831434 -395.978271484 -0.014927838 0.999849319 0.008858602 -2.993541002 0.328932583 -0.003455862 0.944347084 139.152938843\n0.953980923 0.006208148 -0.299803108 -396.165771484 -0.004412931 0.999968052 0.006664700 -3.002456427 0.299834907 -0.005034986 0.953977823 139.843307495\n0.963472486 -0.001859605 -0.267800838 -396.337829590 0.003682869 0.999973357 0.006306134 -3.014925003 0.267781973 -0.007062062 0.963453650 140.526275635\n0.972064555 -0.009541522 -0.234519646 -396.467041016 0.011682129 0.999901831 0.007740068 -3.031194687 0.234422758 -0.010263534 0.972080588 141.209106445\n0.979738116 -0.015264660 -0.199700445 -396.592498779 0.017464371 0.999804616 0.009258032 -3.041454315 0.199520111 -0.012558090 0.979813278 141.868148804\n0.986294568 -0.019957118 -0.163782731 -396.674224854 0.021750590 0.999721408 0.009164144 -3.046134472 0.163554221 -0.012600916 0.986453891 142.536010742\n0.992011428 -0.020527959 -0.124466464 -396.747222900 0.021844311 0.999718845 0.009220301 -3.052437782 0.124242194 -0.011865528 0.992181003 143.182037354\n0.996369660 -0.020098265 -0.082725510 -396.796173096 0.021032406 0.999724329 0.010436048 -3.063858271 0.082492955 -0.012138078 0.996517718 143.839691162\n0.999043226 -0.017296083 -0.040168371 -396.808746338 0.017645147 0.999809444 0.008351732 -3.070404768 0.040016264 -0.009052518 0.999158025 144.469451904\n0.999864399 -0.015149774 0.006454898 -396.792327881 0.015127921 0.999879718 0.003421007 -3.080358982 -0.006505949 -0.003322894 0.999973297 145.103454590\n0.998205781 -0.016180795 0.057648998 -396.743225098 0.016136702 0.999869049 0.001230312 -3.096125603 -0.057661355 -0.000297840 0.998336136 145.718032837\n0.993720114 -0.018830396 0.110298678 -396.647796631 0.018832473 0.999822140 0.001023046 -3.099346161 -0.110298328 0.001060576 0.993897974 146.351394653\n0.986676574 -0.021556718 0.161259621 -396.519927979 0.021831628 0.999761641 0.000067122 -3.112369061 -0.161222637 0.003454333 0.986912012 146.915710449\n0.976950943 -0.021478079 0.212380767 -396.359741211 0.021713937 0.999763489 0.001222091 -3.118946552 -0.212356791 0.003417700 0.977186203 147.516906738\n0.964659452 -0.021706192 0.262604147 -396.173034668 0.021844979 0.999758482 0.002391365 -3.132441998 -0.262592643 0.003429729 0.964900672 148.114624023\n0.949873447 -0.017332777 0.312153757 -395.974609375 0.017655918 0.999842525 0.001791292 -3.135187387 -0.312135667 0.003809861 0.950029910 148.704833984\n0.932276845 -0.015362374 0.361419261 -395.742523193 0.016565528 0.999862731 -0.000230736 -3.143785000 -0.361366123 0.006202210 0.932403386 149.276733398\n0.913118124 -0.011663711 0.407528192 -395.473236084 0.013363120 0.999909818 -0.001323709 -3.158699751 -0.407476008 0.006654550 0.913191676 149.828384399\n0.892153680 -0.009263259 0.451636970 -395.188934326 0.012707964 0.999908686 -0.004594494 -3.164196968 -0.451553196 0.009838381 0.892189980 150.376129150\n0.870438337 -0.006772896 0.492230922 -394.874237061 0.011637275 0.999909043 -0.006820478 -3.172939301 -0.492139935 0.011665032 0.870437980 150.907516479\n0.848700643 -0.004416971 0.528855085 -394.527435303 0.008884808 0.999943078 -0.005906766 -3.185450554 -0.528798878 0.009711852 0.848691583 151.428710938\n0.826260567 -0.002509481 0.563282490 -394.180419922 0.005369396 0.999979734 -0.003421179 -3.194405079 -0.563262463 0.005851272 0.826257288 151.942504883\n0.804181993 -0.002119587 0.594379425 -393.788330078 0.001093484 0.999997199 0.002086582 -3.198934317 -0.594382167 -0.001028047 0.804182053 152.456588745\n0.781890035 -0.005103569 0.623395562 -393.370971680 0.001614561 0.999979734 0.006161509 -3.212213516 -0.623414338 -0.003811112 0.781882405 152.962402344\n0.760383964 -0.006485363 0.649441421 -392.930175781 0.003791347 0.999977410 0.005546825 -3.218655348 -0.649462759 -0.001755460 0.760391414 153.441665649\n0.738354206 -0.005021315 0.674394488 -392.471069336 0.001949908 0.999984026 0.005310709 -3.228933096 -0.674410343 -0.002606177 0.738352180 153.941406250\n0.716338634 0.002213039 0.697749257 -392.000122070 -0.005242257 0.999983788 0.002210291 -3.231822729 -0.697733104 -0.005241098 0.716338694 154.418914795\n0.695056915 0.004238405 0.718942225 -391.505157471 -0.007794606 0.999968290 0.001640499 -3.232550621 -0.718912482 -0.006744112 0.695067883 154.899169922\n0.674855173 0.000500632 0.737950087 -390.975250244 -0.005885186 0.999971628 0.004703613 -3.240787506 -0.737926781 -0.007517231 0.674838960 155.360198975\n0.656074166 -0.002137882 0.754693389 -390.425872803 -0.003906425 0.999972999 0.006228661 -3.247795582 -0.754686356 -0.007034617 0.656048119 155.835357666\n0.639801025 -0.004015886 0.768530130 -389.863342285 -0.001246799 0.999979615 0.006263264 -3.252539873 -0.768539608 -0.004965446 0.639783025 156.285522461\n0.626036465 -0.005061405 0.779777408 -389.287658691 0.000178100 0.999979854 0.006347716 -3.261158705 -0.779793799 -0.003835024 0.626024723 156.741302490\n0.614616513 -0.004755105 0.788811743 -388.690734863 0.000944817 0.999985576 0.005291930 -3.259896278 -0.788825512 -0.002507225 0.614612103 157.206573486\n0.604601264 -0.005202606 0.796511292 -388.083343506 -0.000072433 0.999978304 0.006586582 -3.267010212 -0.796528280 -0.004039950 0.604587793 157.667572021\n0.595891893 -0.006646290 0.803037226 -387.465423584 -0.000714960 0.999960959 0.008806653 -3.272495747 -0.803064406 -0.005821954 0.595863879 158.124008179\n0.587811708 -0.008765274 0.808950365 -386.833099365 0.000083351 0.999941945 0.010774174 -3.274857044 -0.808997810 -0.006265760 0.587778330 158.579238892\n0.579742253 -0.010681792 0.814729929 -386.187805176 0.000691801 0.999920130 0.012617523 -3.280715227 -0.814799666 -0.006751280 0.579703331 159.043365479\n0.571566343 -0.010487947 0.820488811 -385.533813477 0.001219707 0.999928057 0.011931972 -3.276667595 -0.820554972 -0.005819159 0.571538091 159.497955322\n0.563709915 -0.009449298 0.825918853 -384.866882324 0.000218935 0.999936223 0.011290794 -3.271582365 -0.825972855 -0.006183910 0.563676000 159.952484131\n0.556683183 -0.009128441 0.830674827 -384.176147461 -0.000674856 0.999934316 0.011440728 -3.279077053 -0.830724657 -0.006929448 0.556640387 160.418502808\n0.549124241 -0.009539468 0.835686326 -383.479675293 0.000788144 0.999940336 0.010896565 -3.280412197 -0.835740387 -0.005324927 0.549098969 160.879669189\n0.542443991 -0.010463419 0.840026855 -382.773681641 0.002716181 0.999939024 0.010701333 -3.282270908 -0.840087593 -0.003523210 0.542439401 161.334747314\n0.536813498 -0.011078504 0.843628168 -382.054077148 0.003625378 0.999934852 0.010824235 -3.284245968 -0.843693137 -0.002752125 0.536818743 161.785705566\n0.530826569 -0.011606876 0.847401023 -381.303894043 0.003785755 0.999928713 0.011324590 -3.283452034 -0.847472072 -0.002803341 0.530832648 162.258407593\n0.525489807 -0.012014478 0.850715101 -380.558990479 0.004478015 0.999925494 0.011355660 -3.284930944 -0.850788176 -0.002157769 0.525504470 162.713165283\n0.519599795 -0.013459509 0.854303777 -379.807556152 0.005407196 0.999907672 0.012464757 -3.288922310 -0.854392707 -0.001857298 0.519624650 163.168243408\n0.513562620 -0.014297052 0.857932985 -379.030151367 0.006244426 0.999896944 0.012924873 -3.292751789 -0.858029425 -0.001280433 0.513599038 163.640975952\n0.508412004 -0.015519054 0.860974193 -378.260833740 0.008656849 0.999879181 0.012910879 -3.296764374 -0.861070514 0.000889276 0.508484840 164.100143433\n0.504783750 -0.016380867 0.863090456 -377.488891602 0.012284232 0.999855042 0.011792057 -3.299140453 -0.863158464 0.004649965 0.504911780 164.548110962\n0.501986384 -0.017564917 0.864697218 -376.710388184 0.015293622 0.999817729 0.011431198 -3.304993629 -0.864740372 0.007486044 0.502163470 165.001739502\n0.500440180 -0.018786428 0.865567267 -375.925109863 0.017321317 0.999781668 0.011684873 -3.308161020 -0.865597844 0.009145184 0.500656366 165.451843262\n0.499412239 -0.018115822 0.866175115 -375.141662598 0.019510863 0.999762952 0.009660360 -3.314954281 -0.866144776 0.012075321 0.499647319 165.904846191\n0.498083532 -0.014875202 0.867001474 -374.346008301 0.022067260 0.999746501 0.004475300 -3.322983980 -0.866848230 0.016903274 0.498285532 166.372802734\n0.497880638 -0.012087152 0.867161453 -373.554260254 0.024120184 0.999709070 0.000086100 -3.330494881 -0.866910160 0.020873223 0.498027325 166.828155518\n0.499020755 -0.012784632 0.866495728 -372.772399902 0.026449142 0.999650061 -0.000482993 -3.342145920 -0.866186321 0.023159092 0.499184251 167.280105591\n0.500224590 -0.014749736 0.865770102 -371.967773438 0.026939007 0.999635994 0.001465532 -3.359182835 -0.865476549 0.022589888 0.500439882 167.751632690\n0.501621604 -0.017078860 0.864918590 -371.178344727 0.028350433 0.999592602 0.003295929 -3.376510620 -0.864622533 0.022867505 0.501901507 168.221008301\n0.504500747 -0.018101156 0.863221586 -370.390716553 0.030524656 0.999529123 0.003119616 -3.385217190 -0.862871587 0.024775689 0.504815698 168.680297852\n0.507291079 -0.018647637 0.861572981 -369.603576660 0.031179644 0.999508440 0.003274609 -3.409143925 -0.861210525 0.025202360 0.507623196 169.141448975\n0.510800004 -0.019965734 0.859467745 -368.817810059 0.033678807 0.999427557 0.003201017 -3.423902988 -0.859039724 0.027310768 0.511179984 169.614761353\n0.515959680 -0.021420190 0.856345057 -368.041503906 0.034938425 0.999381661 0.003947154 -3.434962749 -0.855900049 0.027882773 0.516389012 170.077590942\n0.521156430 -0.021595148 0.853187978 -367.283294678 0.034322530 0.999401450 0.004330597 -3.449733257 -0.852770805 0.027026646 0.521585703 170.546890259\n0.526474953 -0.021172235 0.849927008 -366.521331787 0.034725312 0.999391139 0.003385392 -3.456057072 -0.849481225 0.027731655 0.526889622 171.024139404\n0.532549977 -0.021278381 0.846131027 -365.762237549 0.034073260 0.999412537 0.003687570 -3.466145992 -0.845712423 0.026866630 0.532962143 171.504898071\n0.537485242 -0.021848956 0.842990041 -365.012817383 0.033376276 0.999432147 0.004623176 -3.481430531 -0.842612386 0.025650976 0.537909269 171.997222900\n0.541967988 -0.021064756 0.840135098 -364.280029297 0.031352654 0.999496698 0.004834957 -3.502723217 -0.839814067 0.023720073 0.542355657 172.483978271\n0.546071410 -0.019366600 0.837514818 -363.532348633 0.030478859 0.999530137 0.003240379 -3.516585350 -0.837184072 0.023757016 0.546405077 172.975036621\n0.548756361 -0.017638337 0.835796297 -362.785308838 0.029241450 0.999570608 0.001895594 -3.525681734 -0.835470855 0.023399675 0.549036443 173.469421387\n0.549448967 -0.016378216 0.835366786 -362.059326172 0.027391015 0.999623537 0.001582640 -3.540408134 -0.835078239 0.022011962 0.549690723 173.972839355\n0.550745249 -0.016422085 0.834511817 -361.322265625 0.026848672 0.999637604 0.001952467 -3.556972027 -0.834241450 0.021330222 0.550986588 174.465911865\n0.552281559 -0.015804330 0.833507895 -360.579956055 0.026684575 0.999643087 0.001273282 -3.573761463 -0.833230555 0.021538591 0.552506208 174.961883545\n0.553251743 -0.015486551 0.832870185 -359.845397949 0.026440931 0.999649882 0.001023735 -3.588685274 -0.832594395 0.021455480 0.553467453 175.449615479\n0.553932548 -0.014303477 0.832438648 -359.106323242 0.024167735 0.999707341 0.001095568 -3.602305889 -0.832210720 0.019511284 0.554116130 175.946762085\n0.553930759 -0.014741094 0.832432270 -358.369384766 0.023956534 0.999711454 0.001761798 -3.618571758 -0.832218051 0.018966274 0.554124117 176.445831299\n0.553682804 -0.014496735 0.832601428 -357.629913330 0.022184215 0.999750376 0.002654447 -3.633107662 -0.832432091 0.017000888 0.553866208 176.947509766\n0.553255916 -0.013915780 0.832895041 -356.893310547 0.020734947 0.999780715 0.002930737 -3.645397425 -0.832753181 0.015648589 0.553423166 177.439437866\n0.551061749 -0.012554201 0.834370017 -356.153564453 0.018668868 0.999822021 0.002713746 -3.659862280 -0.834255576 0.014081300 0.551198065 177.941650391\n0.548417509 -0.011410156 0.836126804 -355.411560059 0.017784655 0.999839902 0.001979260 -3.669019699 -0.836015522 0.013784765 0.548532605 178.426025391\n0.545246184 -0.011386179 0.838198662 -354.671875000 0.017273666 0.999848068 0.002345565 -3.681092739 -0.838097990 0.013199854 0.545359969 178.913818359\n0.542154074 -0.011314102 0.840202928 -353.937683105 0.016710686 0.999856770 0.002681158 -3.694979668 -0.840112925 0.012586766 0.542265475 179.397323608\n0.539300323 -0.011302573 0.842037737 -353.197906494 0.017393958 0.999846101 0.002280498 -3.707477093 -0.841933966 0.013416493 0.539413929 179.873779297\n0.537039876 -0.010869481 0.843486905 -352.453674316 0.017938329 0.999838054 0.001463119 -3.721864700 -0.843366146 0.014344990 0.537147820 180.346282959\n0.534844041 -0.011332767 0.844874859 -351.708679199 0.018034600 0.999835372 0.001994618 -3.733818293 -0.844758391 0.014170170 0.534960389 180.827514648\n0.533056974 -0.011503667 0.846001089 -350.959869385 0.017067607 0.999850273 0.002841530 -3.749419689 -0.845907152 0.012924518 0.533173561 181.313095093\n0.531756520 -0.012490634 0.846805215 -350.210113525 0.017717760 0.999836445 0.003621914 -3.762290478 -0.846711993 0.013077513 0.531890869 181.781402588\n0.531301558 -0.012758797 0.847086728 -349.472900391 0.019465594 0.999806464 0.002850034 -3.775913954 -0.846959174 0.014974817 0.531447113 182.244812012\n0.531450391 -0.013532870 0.846981347 -348.728027344 0.021215554 0.999771357 0.002662115 -3.795503855 -0.846823692 0.016554395 0.531616032 182.721771240\n0.532469809 -0.013985794 0.846333444 -347.985595703 0.022658931 0.999740660 0.002265030 -3.805514812 -0.846145630 0.017970949 0.532648683 183.190338135\n0.534343421 -0.013716664 0.845156193 -347.241973877 0.023815203 0.999715686 0.001168147 -3.822394609 -0.844931960 0.019503374 0.534518182 183.662750244\n0.537075698 -0.014516430 0.843409121 -346.505004883 0.026169825 0.999657393 0.000540993 -3.844376326 -0.843128026 0.021781316 0.537271619 184.129425049\n0.540146649 -0.014964402 0.841437936 -345.768707275 0.026723314 0.999642670 0.000623392 -3.855221510 -0.841146588 0.022149283 0.540353537 184.606735229\n0.543190956 -0.015748998 0.839461505 -345.039978027 0.026176974 0.999655664 0.001816023 -3.871186972 -0.839201033 0.020988114 0.543416142 185.090286255\n0.546375036 -0.017336793 0.837361217 -344.294219971 0.026226852 0.999649584 0.003583900 -3.884700298 -0.837129951 0.020003192 0.546638250 185.578369141\n0.548949599 -0.018562758 0.835649312 -343.572814941 0.025883486 0.999651432 0.005202609 -3.893077374 -0.835454583 0.018773545 0.549238801 186.061126709\n0.551493764 -0.020798795 0.833919764 -342.839294434 0.025173977 0.999648750 0.008284008 -3.899725914 -0.833799124 0.016424494 0.551823616 186.546844482\n0.553111732 -0.023101112 0.832786739 -342.104888916 0.023927283 0.999643624 0.011837865 -3.917433739 -0.832763433 0.013378662 0.553467393 187.050292969\n0.554855645 -0.023259813 0.831621528 -341.383148193 0.023581415 0.999647141 0.012225905 -3.922563553 -0.831612468 0.012827196 0.555208325 187.539688110\n0.556051254 -0.021544069 0.830868781 -340.666046143 0.022257073 0.999691486 0.011026229 -3.928737402 -0.830850005 0.012361555 0.556359231 188.024444580\n0.556005478 -0.020306867 0.830930531 -339.959716797 0.021800304 0.999713898 0.009844345 -3.939772606 -0.830892682 0.012641027 0.556289136 188.503936768\n0.555576503 -0.018527845 0.831258953 -339.244689941 0.020317676 0.999755681 0.008704020 -3.944134712 -0.831217170 0.012053501 0.555817246 188.987457275\n0.555176377 -0.017787695 0.831542432 -338.544616699 0.020067602 0.999766707 0.007988151 -3.955735922 -0.831490517 0.012252228 0.555403829 189.466217041\n0.554782212 -0.017720247 0.831806898 -337.838073730 0.020411173 0.999762118 0.007684807 -3.964082718 -0.831745267 0.012714759 0.555011928 189.943862915\n0.555190444 -0.018475834 0.831518054 -337.126586914 0.021157116 0.999743462 0.008087457 -3.973851442 -0.831454158 0.013102445 0.555438876 190.414703369\n0.555756927 -0.019347290 0.831119716 -336.419128418 0.021196220 0.999733925 0.009098805 -3.979373932 -0.831074595 0.012559871 0.556019127 190.886962891\n0.555962920 -0.019016018 0.830989599 -335.707550049 0.020184804 0.999752343 0.009373531 -3.988783598 -0.830962002 0.011562025 0.556209087 191.390518188\n0.556928277 -0.018643778 0.830351353 -335.006713867 0.019452492 0.999766588 0.009400577 -3.997082472 -0.830332756 0.010916953 0.557160974 191.859817505\n0.557251096 -0.017830020 0.830152631 -334.310729980 0.018568382 0.999786973 0.009009152 -4.004566669 -0.830136418 0.010394230 0.557463467 192.333038330\n0.557282448 -0.017686663 0.830134630 -333.617340088 0.018917849 0.999784052 0.008601327 -4.013751030 -0.830107450 0.010910993 0.557496667 192.798248291\n0.557244122 -0.017055454 0.830173552 -332.926208496 0.018462302 0.999796331 0.008147662 -4.024171829 -0.830143452 0.010786678 0.557445526 193.269348145\n0.558582067 -0.017570060 0.829263151 -332.230590820 0.019825673 0.999772787 0.007828400 -4.030715942 -0.829212308 0.012067897 0.558803439 193.739883423\n0.561655998 -0.017080802 0.827194512 -331.528320312 0.020382158 0.999769092 0.006805046 -4.042889118 -0.827119768 0.013037913 0.561874509 194.217559814\n0.563969910 -0.016852010 0.825623393 -330.830932617 0.020557526 0.999768436 0.006364015 -4.054647446 -0.825539470 0.013383660 0.564185739 194.697326660\n0.565752983 -0.014840304 0.824441254 -330.137268066 0.018597130 0.999813378 0.005235247 -4.062464714 -0.824365079 0.012370383 0.565923333 195.190216064\n0.568355799 -0.012918668 0.822681487 -329.446136475 0.016116250 0.999859691 0.004566884 -4.079888344 -0.822625101 0.010662925 0.568484247 195.672683716\n0.570038378 -0.012105267 0.821528912 -328.741546631 0.015346007 0.999873877 0.004084978 -4.089065552 -0.821474731 0.010278595 0.570152283 196.168518066\n0.571499050 -0.010657050 0.820533574 -328.034729004 0.013484614 0.999902606 0.003594694 -4.096566677 -0.820491970 0.009010213 0.571587086 196.672546387\n0.572618544 -0.010825273 0.819750488 -327.332977295 0.012937358 0.999907613 0.004167246 -4.113523006 -0.819719851 0.008219163 0.572705686 197.184173584\n0.574497104 -0.009246893 0.818454385 -326.615142822 0.011835158 0.999925494 0.002989709 -4.123790741 -0.818421066 0.007968958 0.574563742 197.680618286\n0.575319290 -0.005844906 0.817908049 -325.898864746 0.009811651 0.999951839 0.000244271 -4.136952400 -0.817870080 0.007884494 0.575348973 198.193420410\n0.576116323 -0.002562509 0.817363799 -325.175903320 0.007722344 0.999967515 -0.002308084 -4.148831367 -0.817331374 0.007641688 0.576117396 198.715255737\n0.576719403 -0.001146194 0.816941559 -324.453491211 0.006682362 0.999972165 -0.003314419 -4.163052082 -0.816915035 0.007370588 0.576710999 199.235733032\n0.575753450 -0.001192486 0.817622542 -323.715026855 0.004743833 0.999987006 -0.001882053 -4.175927639 -0.817609668 0.004962263 0.575751662 199.766845703\n0.573598802 -0.001487521 0.819135129 -322.969909668 0.002326817 0.999997258 0.000186609 -4.189282417 -0.819133162 0.001798938 0.573600709 200.300750732\n0.571073830 -0.000756869 0.820898354 -322.228515625 0.001345681 0.999999106 -0.000014150 -4.202641487 -0.820897579 0.001112748 0.571074367 200.824768066\n0.568686545 0.000847015 0.822553873 -321.477050781 0.000788067 0.999998450 -0.001574580 -4.216117382 -0.822553933 0.001543670 0.568684995 201.351287842\n0.565620661 0.002463660 0.824661851 -320.723999023 0.001052616 0.999992549 -0.003709427 -4.231355667 -0.824664891 0.002966181 0.565613866 201.871520996\n0.561112285 0.003286451 0.827733219 -319.955505371 -0.000467197 0.999993205 -0.003653688 -4.249045849 -0.827739656 0.001663415 0.561110020 202.399566650\n0.555110812 0.003916360 0.831767142 -319.173583984 -0.002123424 0.999992311 -0.003291298 -4.263548374 -0.831773639 0.000060840 0.555114865 202.933288574\n0.549203396 0.003455142 0.835681558 -318.381072998 -0.002175320 0.999993980 -0.002704891 -4.279426098 -0.835685909 -0.000332339 0.549207687 203.460174561\n0.543699443 0.002761545 0.839275479 -317.586120605 -0.002172848 0.999995887 -0.001882764 -4.294984818 -0.839277208 -0.000799960 0.543703198 203.973922729\n0.538138986 0.001852892 0.842854142 -316.779846191 -0.000751956 0.999998212 -0.001718247 -4.308897972 -0.842855811 0.000290867 0.538139462 204.494766235\n0.533398747 0.000629894 0.845863760 -315.970581055 0.000762228 0.999998987 -0.001225334 -4.328189850 -0.845863640 0.001298333 0.533397675 204.999298096\n0.529322624 -0.000330026 0.848420560 -315.134643555 0.001448776 0.999998808 -0.000514891 -4.348048687 -0.848419368 0.001501715 0.529322505 205.529754639\n0.527063608 -0.002876129 0.849820971 -314.310363770 0.002618066 0.999994993 0.001760639 -4.361552715 -0.849821806 0.001296918 0.527068555 206.043197632\n0.525470495 -0.005013776 0.850796998 -313.493957520 0.003691199 0.999986649 0.003613191 -4.381020546 -0.850803733 0.001241836 0.525482059 206.555740356\n0.523980141 -0.005179650 0.851714790 -312.673339844 0.003844968 0.999985695 0.003715902 -4.398912907 -0.851721823 0.001327757 0.523992598 207.066696167\n0.522345245 -0.004429949 0.852722585 -311.859039307 0.003535363 0.999989152 0.003029380 -4.410701275 -0.852726758 0.001432302 0.522355258 207.574554443\n0.520571351 -0.004013373 0.853808820 -311.051330566 0.003274672 0.999991000 0.002703927 -4.425747871 -0.853811979 0.001388356 0.520579755 208.083862305\n0.519630790 -0.004824545 0.854377389 -310.243469238 0.004362586 0.999985993 0.002993458 -4.442773819 -0.854379892 0.002171801 0.519644499 208.573669434\n0.518316209 -0.005935743 0.855168521 -309.442260742 0.005184422 0.999979317 0.003798609 -4.457127094 -0.855173409 0.002464673 0.518336296 209.063461304\n0.516980886 -0.006662881 0.855970979 -308.642639160 0.005396043 0.999975204 0.004524761 -4.474594116 -0.855979919 0.002279642 0.517004013 209.551254272\n0.515139341 -0.006047457 0.857085109 -307.856689453 0.005385384 0.999978185 0.003818877 -4.489037037 -0.857089579 0.002648479 0.515160680 210.029510498\n0.512336493 -0.006152043 0.858762801 -307.069335938 0.004759707 0.999979317 0.004324062 -4.502611637 -0.858771682 0.001872084 0.512355208 210.507858276\n0.508960724 -0.006858090 0.860762477 -306.286193848 0.004783803 0.999975383 0.005138646 -4.517493248 -0.860776544 0.001502349 0.508980930 210.975082397\n0.505704641 -0.007211119 0.862676561 -305.511230469 0.005860645 0.999970734 0.004923227 -4.532186031 -0.862686813 0.002566142 0.505732119 211.435394287\n0.502762198 -0.007271507 0.864394188 -304.717407227 0.008179666 0.999959886 0.003654338 -4.547636509 -0.864386082 0.005233191 0.502801538 211.900085449\n0.499637485 -0.006416469 0.866210818 -303.947967529 0.010272522 0.999946117 0.001481841 -4.567334652 -0.866173625 0.008157787 0.499676466 212.343627930\n0.497433245 -0.006832088 0.867475331 -303.174896240 0.012192978 0.999925256 0.000883465 -4.582976341 -0.867416561 0.010137643 0.497479379 212.792510986\n0.496376514 -0.009593467 0.868054390 -302.382049561 0.014309770 0.999893486 0.002867805 -4.593885422 -0.867989421 0.010998147 0.496460974 213.252914429\n0.496751964 -0.013848705 0.867782116 -301.604431152 0.017092811 0.999834836 0.006171515 -4.608510971 -0.867724299 0.011767121 0.496906638 213.693374634\n0.497528851 -0.015063052 0.867316723 -300.828918457 0.018406391 0.999807417 0.006805405 -4.621313572 -0.867252171 0.012578283 0.497710288 214.146392822\n0.499468863 -0.013661805 0.866224170 -300.058959961 0.019701434 0.999796212 0.004408519 -4.629004955 -0.866107881 0.014863937 0.499636233 214.593292236\n0.502401650 -0.013085146 0.864535391 -299.275451660 0.021231661 0.999770701 0.002793783 -4.647089481 -0.864373684 0.016951920 0.502564251 215.053512573\n0.507072568 -0.014330134 0.861784279 -298.518035889 0.023414295 0.999721766 0.002846884 -4.659747124 -0.861585319 0.018734492 0.507266998 215.501312256\n0.512466609 -0.015262069 0.858571529 -297.756103516 0.024574026 0.999693215 0.003102849 -4.671983719 -0.858355463 0.019508451 0.512684464 215.958404541\n0.518585682 -0.017150059 0.854853690 -297.000061035 0.026483709 0.999641299 0.003988795 -4.689626217 -0.854615450 0.020571163 0.518853903 216.419097900\n0.524801970 -0.018777341 0.851017237 -296.252227783 0.026758911 0.999626458 0.005554759 -4.699736118 -0.850803673 0.019857142 0.525108457 216.889282227\n0.531206012 -0.021941412 0.846958578 -295.505920410 0.027397385 0.999586642 0.008711982 -4.707639694 -0.846799672 0.018576590 0.531587601 217.362014771\n0.537716448 -0.024634548 0.842765749 -294.757751465 0.028885398 0.999524534 0.010786724 -4.719052315 -0.842630744 0.018543428 0.538172364 217.847259521\n0.544581294 -0.023834245 0.838369370 -294.016967773 0.029460123 0.999522865 0.009279252 -4.726545334 -0.838190556 0.019645153 0.545023680 218.336257935\n0.551566124 -0.021347018 0.833857954 -293.293395996 0.028108643 0.999580383 0.006996735 -4.725875854 -0.833657384 0.019579452 0.551934719 218.824874878\n0.558535218 -0.020970896 0.829215705 -292.561187744 0.027966462 0.999588132 0.006442236 -4.747088432 -0.829009235 0.019592011 0.558891654 219.320632935\n0.565173864 -0.020574681 0.824715316 -291.828277588 0.026812911 0.999618948 0.006563337 -4.754174232 -0.824536085 0.018403588 0.565510154 219.841094971\n0.571666896 -0.020501332 0.820229709 -291.101715088 0.025409484 0.999650657 0.007276509 -4.761487007 -0.820092380 0.016681872 0.571988106 220.362823486\n0.578790903 -0.019579787 0.815240920 -290.374084473 0.023060145 0.999704897 0.007638240 -4.774493217 -0.815149844 0.014378630 0.579071641 220.878173828\n0.585047007 -0.018378491 0.810791135 -289.649047852 0.020494884 0.999758959 0.007873286 -4.785458088 -0.810740352 0.012010827 0.585282683 221.414108276\n0.589232624 -0.015371750 0.807817221 -288.936523438 0.016282775 0.999841869 0.007148866 -4.793396950 -0.807799399 0.008941159 0.589389741 221.960021973\n0.591833174 -0.013709085 0.805943906 -288.212158203 0.013932612 0.999879956 0.006776723 -4.802439213 -0.805940092 0.007218214 0.591953158 222.496124268\n0.593305886 -0.011545768 0.804894328 -287.486236572 0.010787140 0.999921381 0.006391879 -4.809091568 -0.804904819 0.004890167 0.593383789 223.043029785\n0.594880104 -0.010886094 0.803740740 -286.756591797 0.008965274 0.999935925 0.006907865 -4.819696426 -0.803764462 0.003096404 0.594939649 223.594024658\n0.596191645 -0.011150000 0.802764773 -286.018554688 0.008079651 0.999936223 0.007888074 -4.831782341 -0.802801549 0.001783254 0.596243739 224.153335571\n0.597574472 -0.011054446 0.801737249 -285.295318604 0.008306147 0.999936640 0.007596261 -4.839420795 -0.801770449 0.002120015 0.597628415 224.693695068\n0.598203480 -0.009632757 0.801286399 -284.568969727 0.005250835 0.999953389 0.008101024 -4.845741749 -0.801327050 -0.000638639 0.598226190 225.249176025\n0.597396970 -0.007768819 0.801908016 -283.838623047 0.001384440 0.999961555 0.008656180 -4.852956295 -0.801944494 -0.004060982 0.597384810 225.805847168\n0.595143437 -0.005834075 0.803598285 -283.095062256 -0.002081748 0.999959111 0.008801381 -4.865406036 -0.803616822 -0.006910973 0.595106959 226.367950439\n0.591295600 -0.004040897 0.806444824 -282.363250732 -0.004162009 0.999958813 0.008062186 -4.873473644 -0.806444228 -0.008123565 0.591254413 226.915832520\n0.586549997 -0.002647025 0.809908748 -281.623107910 -0.005724472 0.999956131 0.007413920 -4.881458759 -0.809892833 -0.008984935 0.586509109 227.459609985\n0.580518126 -0.001733368 0.814245462 -280.885650635 -0.006392882 0.999957204 0.006686531 -4.897902966 -0.814222217 -0.009087027 0.580482185 227.982650757\n0.574651182 -0.000905627 0.818397999 -280.145935059 -0.007108321 0.999956131 0.006097759 -4.909437180 -0.818367600 -0.009321520 0.574619532 228.499908447\n0.568157911 0.000500559 0.822919488 -279.402832031 -0.007558047 0.999960840 0.004609960 -4.917734623 -0.822884917 -0.008838849 0.568139374 229.030258179\n0.561621308 0.001497302 0.827392995 -278.650299072 -0.007834781 0.999963164 0.003508530 -4.934284210 -0.827357292 -0.008452908 0.561612368 229.534072876\n0.553976059 0.003197577 0.832526565 -277.902526855 -0.008694540 0.999960303 0.001944824 -4.945723534 -0.832487285 -0.008315820 0.553981900 230.036270142\n0.545130074 0.004096003 0.838341475 -277.150634766 -0.008949751 0.999959528 0.000933917 -4.968288898 -0.838303685 -0.008012054 0.545144677 230.530471802\n0.536140740 0.004615241 0.844116032 -276.391662598 -0.009543205 0.999954283 0.000594078 -4.979523659 -0.844074667 -0.008374081 0.536160290 231.018051147\n0.527110338 0.002308580 0.849793792 -275.614685059 -0.008197503 0.999963582 0.002368214 -4.995540619 -0.849757373 -0.008214496 0.527110100 231.492660522\n0.518283308 -0.000460209 0.855208874 -274.849365234 -0.005872901 0.999974370 0.004097272 -5.013957024 -0.855188847 -0.007146105 0.518267334 231.955566406\n0.509799242 -0.001868933 0.860291421 -274.086242676 -0.003544813 0.999984562 0.004273026 -5.028031826 -0.860286176 -0.005227958 0.509784698 232.399185181\n0.500611126 -0.001817276 0.865670443 -273.315795898 -0.001972093 0.999992788 0.003239703 -5.039166927 -0.865670085 -0.003329014 0.500603914 232.845001221\n0.492412567 -0.002710246 0.870357811 -272.545104980 0.000717927 0.999996066 0.002707760 -5.053485870 -0.870361745 -0.000708483 0.492412567 233.273574829\n0.484986305 -0.005297576 0.874505758 -271.787475586 0.005411552 0.999980688 0.003056520 -5.069132805 -0.874505043 0.003250063 0.485005617 233.697662354\n0.480423868 -0.007744358 0.877002299 -271.012817383 0.010045230 0.999944031 0.003327193 -5.078544140 -0.876978934 0.007211226 0.480474770 234.108612061\n0.477711916 -0.010774233 0.878450572 -270.248352051 0.014312506 0.999887526 0.004480351 -5.086583614 -0.878400028 0.010432510 0.477812350 234.508346558\n0.474807620 -0.013962494 0.879978955 -269.501434326 0.016869500 0.999834836 0.006762003 -5.097433567 -0.879928052 0.011634151 0.474964738 234.916290283\n0.472578406 -0.017603993 0.881112874 -268.731048584 0.021565875 0.999732077 0.008407218 -5.115117073 -0.881024778 0.015028898 0.472831428 235.320983887\n0.471741378 -0.019000020 0.881532311 -268.002349854 0.024657432 0.999661088 0.008350970 -5.123658657 -0.881392181 0.017796822 0.472050011 235.705261230\n0.471515536 -0.020269396 0.881624818 -267.296478271 0.028133154 0.999572694 0.007934797 -5.135135651 -0.881408930 0.021061504 0.471884310 236.084564209\n0.471691728 -0.021775151 0.881494582 -266.589813232 0.030429810 0.999501526 0.008407094 -5.149291992 -0.881238282 0.022858158 0.472119212 236.460113525\n0.472689092 -0.023064394 0.880927444 -265.879089355 0.032704096 0.999427915 0.008618567 -5.154696465 -0.880622208 0.024736032 0.473172963 236.833160400\n0.473226428 -0.023838900 0.880618215 -265.223571777 0.034154281 0.999378681 0.008700006 -5.165109634 -0.880278528 0.025959812 0.473746598 237.189376831\n0.473926187 -0.025076300 0.880207479 -264.592773438 0.036085423 0.999307811 0.009040047 -5.175916672 -0.879824877 0.027478345 0.474503040 237.532501221\n0.474799275 -0.026728364 0.879688144 -263.960754395 0.038263053 0.999220550 0.009708282 -5.187166214 -0.879261971 0.029050071 0.475451887 237.867706299\n0.475377381 -0.027556177 0.879350364 -263.367523193 0.040092427 0.999149501 0.009636325 -5.197786331 -0.878868043 0.030674396 0.476077914 238.186309814\n0.476044714 -0.029417917 0.878928840 -262.790649414 0.041713182 0.999070764 0.010846434 -5.205954552 -0.878431201 0.031499535 0.476829469 238.492660522\n0.476366043 -0.030689253 0.878711283 -262.238281250 0.043412570 0.998992682 0.011355339 -5.221401691 -0.878174663 0.032737814 0.477218509 238.802062988\n0.477071464 -0.030924287 0.878320336 -261.716461182 0.044076178 0.998965025 0.011231428 -5.226157188 -0.877758622 0.033354800 0.477940738 239.088760376\n0.478544533 -0.031071011 0.877513468 -261.197479248 0.045450706 0.998910546 0.010583281 -5.235072136 -0.876886249 0.034819029 0.479435384 239.367263794\n0.480365872 -0.030861950 0.876525104 -260.710906982 0.049030077 0.998762846 0.008295704 -5.245630264 -0.875696778 0.038991116 0.481284738 239.630676270\n0.483246326 -0.029600373 0.874983966 -260.245452881 0.050382115 0.998712242 0.005960428 -5.254669666 -0.874033630 0.041203182 0.484115303 239.890731812\n0.488062441 -0.029126484 0.872322679 -259.800231934 0.051074319 0.998683453 0.004769656 -5.269567013 -0.871313155 0.042225391 0.488907516 240.141632080\n0.493683398 -0.031639975 0.869066060 -259.381835938 0.053192921 0.998565376 0.006137759 -5.274164677 -0.868013501 0.043198045 0.494658172 240.390014648\n0.501497746 -0.034960210 0.864452362 -258.964263916 0.054076008 0.998496175 0.009009906 -5.276772022 -0.863467336 0.042227678 0.502634168 240.636978149\n0.511831105 -0.038519733 0.858222127 -258.584014893 0.058257136 0.998250902 0.010060967 -5.285014629 -0.857108593 0.044848043 0.513179898 240.866851807\n0.525510907 -0.039747361 0.849858046 -258.206787109 0.061752331 0.998055339 0.008493819 -5.302195072 -0.848542988 0.048017111 0.526943445 241.107910156\n0.542988896 -0.037830923 0.838887334 -257.854644775 0.061656214 0.998084426 0.005101777 -5.311364174 -0.837473333 0.048952404 0.544281244 241.348846436\n0.564404488 -0.033748392 0.824808359 -257.519683838 0.057780437 0.998328447 0.001309928 -5.331850052 -0.823473811 0.046918448 0.565411031 241.617370605\n0.590252638 -0.031365205 0.806608975 -257.220947266 0.057214767 0.998357236 -0.003046694 -5.329229355 -0.805188358 0.047948264 0.591077566 241.862442017\n0.618358254 -0.029321097 0.785349190 -256.911621094 0.054571502 0.998493671 -0.005688953 -5.334864616 -0.783999383 0.046375494 0.619026899 242.145904541\n0.647620797 -0.028121190 0.761443615 -256.628540039 0.050661299 0.998696625 -0.006205022 -5.340487480 -0.760276675 0.042594228 0.648201346 242.435455322\n0.677518189 -0.028611286 0.734949350 -256.343566895 0.047038548 0.998883069 -0.004476695 -5.353978157 -0.734000325 0.037603993 0.678107262 242.749130249\n0.706821322 -0.028353050 0.706823707 -256.086212158 0.042148709 0.999109209 -0.002070973 -5.367985725 -0.706135392 0.031255517 0.707386732 243.059402466\n0.735646009 -0.028597951 0.676762283 -255.836456299 0.038325422 0.999265134 0.000565918 -5.380360603 -0.676281154 0.025520884 0.736201406 243.378387451\n0.763933659 -0.025875039 0.644775808 -255.638183594 0.032156102 0.999480844 0.002010741 -5.400218010 -0.644493103 0.019197404 0.764369071 243.674011230\n0.791152775 -0.021806587 0.611229718 -255.420532227 0.027693924 0.999616444 -0.000183077 -5.406755447 -0.610991299 0.017072191 0.791453242 244.006439209\n0.816937566 -0.018295413 0.576435864 -255.230926514 0.024439124 0.999697089 -0.002906424 -5.411787510 -0.576208115 0.016461955 0.817137241 244.339340210\n0.841652036 -0.017987506 0.539720654 -255.054367065 0.023640549 0.999714255 -0.003547670 -5.424252033 -0.539502621 0.015745195 0.841836691 244.668090820\n0.864382863 -0.018501082 0.502493739 -254.881896973 0.023146974 0.999727547 -0.003008607 -5.432461739 -0.502301216 0.014231798 0.864575624 245.006500244\n0.885387838 -0.016352888 0.464565337 -254.744369507 0.019659491 0.999804139 -0.002274361 -5.444976330 -0.464437157 0.011146809 0.885535955 245.338195801\n0.904778361 -0.014411151 0.425638914 -254.626831055 0.017669236 0.999837041 -0.003707227 -5.457530499 -0.425516129 0.010874934 0.904885530 245.656021118\n0.922791243 -0.011104628 0.385140300 -254.504974365 0.014773468 0.999869287 -0.006568123 -5.465243816 -0.385017008 0.011750864 0.922834635 246.033203125\n0.939295769 -0.010873456 0.342936218 -254.388717651 0.015110907 0.999838889 -0.009686666 -5.469869614 -0.342775643 0.014280721 0.939308763 246.424133301\n0.954361677 -0.014434798 0.298304230 -254.290008545 0.018936852 0.999746144 -0.012207245 -5.480317593 -0.298052281 0.017299069 0.954392791 246.810058594\n0.968007803 -0.018611073 0.250228852 -254.183807373 0.023025602 0.999626398 -0.014725883 -5.485592365 -0.249861315 0.020016441 0.968074739 247.217025757\n0.979196489 -0.019578183 0.201967537 -254.110168457 0.023636751 0.999563873 -0.017702740 -5.493314266 -0.201532871 0.022108316 0.979232192 247.651321411\n0.988248467 -0.015550623 0.152063146 -254.068756104 0.018743446 0.999632478 -0.019585766 -5.503423691 -0.151702687 0.022205791 0.988176703 248.107482910\n0.994900107 -0.008709548 0.100488491 -254.058151245 0.010704031 0.999755919 -0.019325787 -5.508957386 -0.100295648 0.020302860 0.994750500 248.580245972\n0.998748302 -0.006488228 0.049595293 -254.071105957 0.007425846 0.999796748 -0.018744566 -5.509583473 -0.049463592 0.019089390 0.998593509 249.071838379\n0.999912083 -0.013258240 -0.000058159 -254.091049194 0.013255068 0.999751508 -0.017923605 -5.526081085 0.000295780 0.017921258 0.999839365 249.566909790\n0.998673737 -0.018777950 -0.047939222 -254.144561768 0.018056475 0.999717772 -0.015438752 -5.546802521 0.048215602 0.014552662 0.998730958 250.077636719\n0.995159447 -0.020205440 -0.096174031 -254.186538696 0.019355802 0.999765038 -0.009759220 -5.573987484 0.096348621 0.007850455 0.995316684 250.662368774\n0.990109563 -0.016397074 -0.139334917 -254.303115845 0.015399898 0.999847531 -0.008231879 -5.576186657 0.139448643 0.006004719 0.990211070 251.213607788\n0.983751297 -0.015578131 -0.178859517 -254.440185547 0.014513660 0.999868333 -0.007258481 -5.580251694 0.178949028 0.004544634 0.983847857 251.773345947\n0.976155460 -0.016606787 -0.216436446 -254.602539062 0.016053343 0.999861836 -0.004315045 -5.587594509 0.216478199 0.000737626 0.976287186 252.356964111\n0.966814995 -0.026133932 -0.254137278 -254.747390747 0.027157735 0.999631047 0.000520258 -5.598845482 0.254029900 -0.007404786 0.967168033 252.966339111\n0.956894279 -0.031181855 -0.288757712 -254.954528809 0.032759789 0.999463081 0.000632162 -5.605623245 0.288582951 -0.010064553 0.957401991 253.574783325\n0.945760846 -0.035635002 -0.322903425 -255.202667236 0.036517937 0.999327481 -0.003325464 -5.614250183 0.322804749 -0.008646673 0.946426094 254.198425293\n0.933117449 -0.039266285 -0.357421309 -255.422851562 0.038991202 0.999207675 -0.007978829 -5.625887871 0.357451409 -0.006491101 0.933909178 254.808990479\n0.920849919 -0.041063391 -0.387748957 -255.717773438 0.038487844 0.999155164 -0.014409244 -5.632131100 0.388013065 -0.001654869 0.921652377 255.440856934\n0.908366561 -0.039890409 -0.416267842 -256.035705566 0.036250278 0.999204040 -0.016648216 -5.642996788 0.416600615 0.000032860 0.909089625 256.090087891\n0.895918489 -0.038116049 -0.442580223 -256.361755371 0.035478421 0.999269009 -0.014240160 -5.652501106 0.442799479 -0.002944025 0.896615863 256.734985352\n0.884397507 -0.034793627 -0.465435773 -256.742095947 0.035086527 0.999351978 -0.008036858 -5.667295456 0.465413779 -0.009222747 0.885045171 257.419372559\n0.874076128 -0.030810226 -0.484810948 -257.146270752 0.033619352 0.999430478 -0.002901762 -5.683570862 0.484624267 -0.013762667 0.874614179 258.113372803\n0.864293694 -0.027884319 -0.502213955 -257.552154541 0.031659659 0.999498188 -0.001009692 -5.691464424 0.501990080 -0.015027252 0.864742815 258.793670654\n0.855353534 -0.028984070 -0.517233312 -257.989044189 0.032147121 0.999479115 -0.002845563 -5.699042320 0.517046332 -0.014193598 0.855839729 259.505371094\n0.847415090 -0.032767322 -0.529918909 -258.444976807 0.033933330 0.999395728 -0.007533052 -5.710605621 0.529845536 -0.011598290 0.848014891 260.212341309\n0.839983046 -0.033872772 -0.541554391 -258.912200928 0.033823103 0.999377310 -0.010046721 -5.723061085 0.541557550 -0.009877973 0.840605676 260.923370361\n0.834131122 -0.033681706 -0.550536931 -259.406524658 0.033766456 0.999379933 -0.009981474 -5.733208179 0.550531745 -0.010263819 0.834751129 261.663879395\n0.829774737 -0.027807895 -0.557405293 -259.929260254 0.031238750 0.999506295 -0.003360288 -5.748490334 0.557223558 -0.014624362 0.830233753 262.424011230\n0.827470481 -0.022186484 -0.561070740 -260.454467773 0.028555285 0.999588847 0.002586651 -5.761975288 0.560782671 -0.018161912 0.827763796 263.183410645\n0.826739728 -0.018399842 -0.562283635 -260.988250732 0.025378734 0.999667287 0.004602456 -5.771043777 0.562011898 -0.018075081 0.826931655 263.963165283\n0.827839732 -0.020764176 -0.560580313 -261.518249512 0.024853166 0.999691069 -0.000327023 -5.780908108 0.560413897 -0.013661472 0.828100026 264.747070312\n0.829969287 -0.024156291 -0.557285786 -262.057769775 0.025190784 0.999665737 -0.005815041 -5.796499252 0.557239950 -0.009212159 0.830300391 265.527923584\n0.831790328 -0.024634877 -0.554543018 -262.586090088 0.024375496 0.999672055 -0.007846994 -5.807395935 0.554554522 -0.006990208 0.832118034 266.342224121\n0.834003210 -0.024342151 -0.551222384 -263.117340088 0.025400029 0.999661028 -0.005714924 -5.829947948 0.551174641 -0.009234799 0.834338784 267.153106689\n0.836930633 -0.025041629 -0.546735823 -263.669189453 0.026069809 0.999642849 -0.005878641 -5.854534149 0.546687782 -0.009333284 0.837284505 267.970764160\n0.839848995 -0.026904942 -0.542152941 -264.208526611 0.026451871 0.999612808 -0.008630311 -5.869792461 0.542175233 -0.007092800 0.840235531 268.808013916\n0.843160391 -0.025005801 -0.537080288 -264.742919922 0.024727173 0.999664426 -0.007724048 -5.890676022 0.537093222 -0.006767865 0.843495786 269.649169922\n0.846671939 -0.023109520 -0.531613171 -265.274444580 0.026826564 0.999639809 -0.000729659 -5.907807827 0.531438589 -0.013643572 0.846986949 270.494689941\n0.849416733 -0.019520054 -0.527361572 -265.809570312 0.029061045 0.999529481 0.009811237 -5.918175697 0.526921928 -0.023659507 0.849584341 271.358367920\n0.851742566 -0.020641446 -0.523553848 -266.331420898 0.031889305 0.999413550 0.012476537 -5.927171707 0.522989213 -0.027322562 0.851901293 272.201568604\n0.852929175 -0.025743492 -0.521391511 -266.841827393 0.034381703 0.999384940 0.006899806 -5.936497688 0.520893216 -0.023811372 0.853289723 273.057983398\n0.854587793 -0.030355630 -0.518418968 -267.350036621 0.033729479 0.999426723 -0.002919313 -5.953231812 0.518210411 -0.014991190 0.855121791 273.896820068\n0.856593192 -0.029575603 -0.515144050 -267.863952637 0.031191990 0.999498188 -0.005516737 -5.971660614 0.515048742 -0.011342767 0.857085884 274.724609375\n0.858069658 -0.023937665 -0.512975097 -268.387084961 0.026866140 0.999637604 -0.001707625 -5.989335060 0.512830079 -0.012316400 0.858401775 275.565765381\n0.859053254 -0.019199824 -0.511526048 -268.899169922 0.023126423 0.999731660 0.001314020 -6.012603760 0.511363566 -0.012958581 0.859266758 276.416900635\n0.859518409 -0.014987660 -0.510885000 -269.400299072 0.017919533 0.999839127 0.000816075 -6.025331497 0.510790527 -0.009856252 0.859648705 277.253082275\n0.859391153 -0.016987732 -0.511036456 -269.904388428 0.017827621 0.999835789 -0.003256213 -6.041847706 0.511007845 -0.006312202 0.859552860 278.084991455\n0.858508110 -0.020571414 -0.512387216 -270.405944824 0.021066969 0.999766350 -0.004840957 -6.070403099 0.512367070 -0.006638444 0.858740866 278.914367676\n0.856851697 -0.023639813 -0.515020728 -270.900329590 0.024645945 0.999684334 -0.004882194 -6.087775230 0.514973581 -0.008509856 0.857163846 279.750915527\n0.855460942 -0.021491967 -0.517421186 -271.414855957 0.024894392 0.999689996 -0.000365512 -6.106719017 0.517268658 -0.012568204 0.855730832 280.569854736\n0.853346467 -0.022585895 -0.520854771 -271.917999268 0.027412945 0.999622941 0.001565430 -6.133106232 0.520623028 -0.015614017 0.853643894 281.397155762\n0.851641536 -0.024647338 -0.523544848 -272.420471191 0.029150467 0.999574959 0.000360787 -6.146999836 0.523313463 -0.015568838 0.851998031 282.203247070\n0.850065708 -0.027476110 -0.525959492 -272.913330078 0.031067200 0.999515295 -0.002003251 -6.160399437 0.525759578 -0.014637193 0.850507259 283.001098633\n0.848411679 -0.024956187 -0.528748393 -273.422332764 0.029924612 0.999551833 0.000838562 -6.178116798 0.528490484 -0.016534038 0.848778248 283.803100586\n0.846900761 -0.023251640 -0.531242371 -273.919189453 0.029907785 0.999544919 0.003930161 -6.195016861 0.530909240 -0.019216739 0.847210765 284.581695557\n0.845334530 -0.026273938 -0.533590972 -274.408233643 0.033044916 0.999448955 0.003138267 -6.214547157 0.533214450 -0.020285351 0.845736861 285.344482422\n0.843611777 -0.028523851 -0.536195457 -274.877410889 0.033000506 0.999454558 -0.001247075 -6.232679367 0.535938561 -0.016642675 0.844092965 286.090881348\n0.842327952 -0.030032108 -0.538128018 -275.345764160 0.032356001 0.999463260 -0.005131908 -6.249913216 0.537993312 -0.013088917 0.842847526 286.817993164\n0.841201961 -0.027834000 -0.540004194 -275.812774658 0.031178514 0.999509454 -0.002949831 -6.268528938 0.539821446 -0.014355124 0.841657162 287.529815674\n0.839567065 -0.027912118 -0.542538583 -276.258880615 0.032366194 0.999475181 -0.001334244 -6.287192822 0.542291105 -0.016439721 0.840029836 288.217407227\n0.837618470 -0.028952705 -0.545487881 -276.692260742 0.034257751 0.999412954 -0.000441405 -6.311883926 0.545180380 -0.018317459 0.838118613 288.884185791\n0.835241437 -0.028622068 -0.549137950 -277.114318848 0.033417858 0.999440670 -0.001263944 -6.325994492 0.548866987 -0.017295316 0.835730791 289.529083252\n0.832324266 -0.026299123 -0.553664744 -277.533081055 0.031785119 0.999494672 0.000306495 -6.339148998 0.553376913 -0.017853402 0.832739592 290.159973145\n0.829446673 -0.025002187 -0.558026075 -277.950866699 0.030764520 0.999526203 0.000944740 -6.361428261 0.557738066 -0.017951014 0.829822898 290.751281738\n0.825906157 -0.023212846 -0.563329637 -278.352325439 0.029853817 0.999550939 0.002581133 -6.374772072 0.563016772 -0.018949311 0.826228261 291.329315186\n0.822082818 -0.021647258 -0.568956316 -278.737518311 0.029304139 0.999561250 0.004310824 -6.391777992 0.568613350 -0.020216627 0.822356462 291.873779297\n0.817367792 -0.020608610 -0.575747490 -279.119445801 0.028121952 0.999595940 0.004143650 -6.411455154 0.575429440 -0.019578028 0.817617059 292.389892578\n0.810794234 -0.020387609 -0.584976137 -279.487182617 0.028389100 0.999586761 0.004510500 -6.422739983 0.584642470 -0.020264031 0.811037958 292.893188477\n0.802792788 -0.020651666 -0.595900357 -279.842895508 0.028748723 0.999578297 0.004088454 -6.436388016 0.595564663 -0.020413555 0.803047955 293.357147217\n0.792666495 -0.022630740 -0.609235287 -280.205017090 0.029681217 0.999558330 0.001488034 -6.442029953 0.608932555 -0.019262359 0.792988122 293.820709229\n0.781026244 -0.021768415 -0.624118805 -280.547790527 0.027564565 0.999619961 -0.000370915 -6.466691971 0.623889685 -0.016913865 0.781329393 294.213317871\n0.767336369 -0.021912849 -0.640870333 -280.906799316 0.024783200 0.999682665 -0.004507690 -6.479536533 0.640765727 -0.012423902 0.767635942 294.623168945\n0.751258969 -0.021422828 -0.659659803 -281.276336670 0.021962240 0.999731004 -0.007454955 -6.487413406 0.659642041 -0.008887005 0.751527369 295.005004883\n0.732393563 -0.022042735 -0.680524588 -281.656646729 0.022923125 0.999707520 -0.007711019 -6.497388840 0.680495501 -0.009952250 0.732684612 295.389312744\n0.711930037 -0.019766098 -0.701972187 -282.016754150 0.021071889 0.999754965 -0.006780246 -6.514657021 0.701934218 -0.009964818 0.712172091 295.722961426\n0.689167798 -0.016766064 -0.724407792 -282.412445068 0.018335428 0.999815643 -0.005696772 -6.527318001 0.724369764 -0.009356296 0.689348161 296.062683105\n0.662824273 -0.011495845 -0.748686790 -282.820220947 0.012818139 0.999909818 -0.004005193 -6.539813995 0.748665273 -0.006942032 0.662911832 296.386260986\n0.633103728 -0.007749232 -0.774028242 -283.238769531 0.008925078 0.999956489 -0.002711004 -6.546924591 0.774015546 -0.005191916 0.633145332 296.679016113\n0.599869251 -0.005095039 -0.800081849 -283.662628174 0.004479314 0.999985456 -0.003009646 -6.556847572 0.800085545 -0.001778424 0.599883318 296.954742432\n0.564129233 0.000012205 -0.825686574 -284.101196289 -0.001905733 0.999997377 -0.001287262 -6.562044144 0.825684369 0.002299720 0.564127803 297.214569092\n0.528600931 0.007991537 -0.848832905 -284.498840332 -0.009853031 0.999946058 0.003278365 -6.581303596 0.848813355 0.006630630 0.528651118 297.411987305\n0.491500199 0.012187514 -0.870792150 -284.943145752 -0.013339901 0.999890149 0.006464930 -6.590560436 0.870775282 0.008438767 0.491608799 297.631713867\n0.453252614 0.013366227 -0.891282022 -285.385986328 -0.013895866 0.999872029 0.007928107 -6.599866867 0.891273916 0.008791698 0.453380346 297.833587646\n0.414070010 0.013186790 -0.910149634 -285.849365234 -0.014736204 0.999861121 0.007782388 -6.608222008 0.910125911 0.010189694 0.414206862 298.011627197\n0.373370767 0.013527383 -0.927583635 -286.337890625 -0.015898010 0.999840140 0.008181870 -6.608893394 0.927546024 0.011691861 0.373526096 298.182067871\n0.330818594 0.016811887 -0.943544626 -286.827453613 -0.019428052 0.999750733 0.011001638 -6.609016895 0.943494380 0.014691687 0.331062734 298.327026367\n0.286658943 0.019485323 -0.957834601 -287.345581055 -0.019478889 0.999705017 0.014507491 -6.607428074 0.957834721 0.014498848 0.286953926 298.459442139\n0.240502059 0.021323381 -0.970414519 -287.873107910 -0.016687652 0.999701738 0.017831150 -6.608562946 0.970505297 0.011905506 0.240786135 298.572235107\n0.192280352 0.020945109 -0.981116533 -288.424377441 -0.013096229 0.999737918 0.018776029 -6.601906300 0.981252670 0.009238662 0.192504287 298.663360596\n0.142052710 0.017251482 -0.989708841 -288.992126465 -0.011006679 0.999813855 0.015847836 -6.606168747 0.989797950 0.008642177 0.142216146 298.729278564\n0.089887977 0.012262099 -0.995876431 -289.567321777 -0.009434790 0.999889851 0.011459931 -6.604249954 0.995907247 0.008365774 0.089993775 298.769409180\n0.038477361 0.007056733 -0.999234557 -290.141265869 -0.007039763 0.999952137 0.006790722 -6.597032547 0.999234676 0.006773085 0.038525224 298.750030518\n-0.015444398 0.001284761 -0.999879956 -290.735443115 -0.004770437 0.999987721 0.001358584 -6.596138954 0.999869406 0.004790847 -0.015438080 298.717102051\n-0.067963600 -0.000535256 -0.997687638 -291.344757080 -0.008326447 0.999965310 0.000030728 -6.592448711 0.997653067 0.008309281 -0.067965627 298.636077881\n-0.120486736 0.000715798 -0.992714703 -291.965911865 -0.012065231 0.999924839 0.002185365 -6.597165108 0.992641628 0.012240640 -0.120468974 298.530517578\n-0.172982454 0.003631867 -0.984918177 -292.629547119 -0.011580721 0.999916553 0.005721109 -6.603064537 0.984856784 0.012395715 -0.172925949 298.412078857\n-0.221111298 0.005345985 -0.975234210 -293.255371094 -0.013455252 0.999873102 0.008531707 -6.603848934 0.975156009 0.015008473 -0.221011281 298.236541748\n-0.266259432 0.007973952 -0.963868439 -293.898559570 -0.014573559 0.999818206 0.012297166 -6.610843182 0.963791251 0.017321229 -0.266094804 298.032379150\n-0.308386922 0.007344701 -0.951232672 -294.532348633 -0.016899578 0.999770105 0.013198266 -6.607271194 0.951110899 0.020145604 -0.308191895 297.793579102\n-0.347348928 0.003600779 -0.937729061 -295.149536133 -0.019361058 0.999751925 0.011010568 -6.606889248 0.937536061 0.021979935 -0.347193122 297.533935547\n-0.381810665 -0.000379434 -0.924240530 -295.782836914 -0.020944070 0.999746680 0.008241720 -6.603786945 0.924003243 0.022504134 -0.381721854 297.240966797\n-0.412322879 -0.000615695 -0.911037624 -296.431884766 -0.020780621 0.999745965 0.008729373 -6.604187012 0.910800815 0.022531247 -0.412230968 296.927551270\n-0.436887383 -0.000032257 -0.899516344 -297.082305908 -0.021044364 0.999726653 0.010185217 -6.604136944 0.899270117 0.023379540 -0.436768651 296.587585449\n-0.455507517 0.004063698 -0.890222728 -297.739196777 -0.020579349 0.999674261 0.015093327 -6.605847359 0.889994144 0.025195327 -0.455275536 296.216491699\n-0.471073508 0.006950262 -0.882066727 -298.409393311 -0.020076109 0.999625444 0.018598344 -6.600323677 0.881865621 0.026469652 -0.470757604 295.863311768\n-0.481674552 0.008736602 -0.876306772 -299.083374023 -0.018410875 0.999628723 0.020085897 -6.594268322 0.876156926 0.025808435 -0.481334925 295.483795166\n-0.489117503 0.008423280 -0.872177124 -299.765258789 -0.019492326 0.999598086 0.020585191 -6.586989880 0.871999979 0.027069341 -0.488756776 295.081268311\n-0.493824959 0.008101080 -0.869523764 -300.454528809 -0.018590508 0.999629676 0.019871263 -6.578581333 0.869362772 0.025977811 -0.493491530 294.672424316\n-0.497239828 0.007129999 -0.867583811 -301.145111084 -0.018755212 0.999644220 0.018964510 -6.571102142 0.867410362 0.025701631 -0.496929169 294.286560059\n-0.497850299 0.006991785 -0.867234826 -301.853149414 -0.019505009 0.999624312 0.019256297 -6.564363480 0.867043614 0.026502177 -0.497526884 293.864746094\n-0.497582316 0.007889931 -0.867381036 -302.578704834 -0.018868664 0.999623597 0.019917050 -6.554641247 0.867211699 0.026276691 -0.497246146 293.451721191\n-0.497256756 0.008288541 -0.867564023 -303.309539795 -0.018086493 0.999638021 0.019916885 -6.547679901 0.867415071 0.025594991 -0.496926785 293.034790039\n-0.496349812 0.009826773 -0.868067265 -304.042724609 -0.015177472 0.999684870 0.019995006 -6.554021358 0.867990196 0.023099577 -0.496044278 292.601623535\n-0.495615602 0.010659396 -0.868476748 -304.794342041 -0.012693924 0.999728978 0.019514410 -6.543845654 0.868449390 0.020696020 -0.495345950 292.168243408\n-0.495399475 0.012085848 -0.868581295 -305.556823730 -0.011485862 0.999724686 0.020461656 -6.537879944 0.868589461 0.020113096 -0.495124340 291.730102539\n-0.495087504 0.014272559 -0.868725896 -306.345947266 -0.008562248 0.999736369 0.021304600 -6.530732632 0.868800938 0.017985888 -0.494834781 291.286254883\n-0.494657278 0.015884433 -0.868943155 -307.131744385 -0.006282463 0.999741495 0.021851825 -6.520965576 0.869065583 0.016268263 -0.494429588 290.833923340\n-0.494352221 0.016385412 -0.869107366 -307.922485352 -0.004374618 0.999762774 0.021336980 -6.511568069 0.869250774 0.014349993 -0.494163156 290.381713867\n-0.494517684 0.017600657 -0.868989348 -308.740173340 -0.001149619 0.999780834 0.020903945 -6.502013683 0.869166791 0.011336376 -0.494389057 289.919952393\n-0.494172454 0.019743469 -0.869139731 -309.572723389 0.001885178 0.999764085 0.021638878 -6.501752853 0.869361877 0.009054853 -0.494093180 289.449890137\n-0.494193196 0.020970622 -0.869099259 -310.413909912 0.003696863 0.999750674 0.022020994 -6.490101814 0.869344354 0.007669683 -0.494147539 288.973358154\n-0.494777918 0.022011075 -0.868740618 -311.262268066 0.006730009 0.999746263 0.021497359 -6.481357574 0.868993402 0.004789787 -0.494800448 288.493591309\n-0.496393681 0.021403532 -0.867833853 -312.120758057 0.008746687 0.999768555 0.019654434 -6.466587067 0.868053675 0.002165664 -0.496466041 288.004882812\n-0.497768521 0.021266993 -0.867049098 -312.980285645 0.011702127 0.999773026 0.017804315 -6.461363792 0.867230952 -0.001283891 -0.497904420 287.505462646\n-0.500076890 0.021773832 -0.865707338 -313.858978271 0.013733434 0.999757528 0.017212262 -6.450215340 0.865872204 -0.003281681 -0.500254750 286.999664307\n-0.503261089 0.025507951 -0.863757789 -314.743011475 0.016896458 0.999663591 0.019676857 -6.440073013 0.863969147 -0.004691851 -0.503522873 286.483337402\n-0.507758737 0.029760951 -0.860985339 -315.634674072 0.018161794 0.999550819 0.023839870 -6.436104774 0.861308038 -0.003532139 -0.508071065 285.953521729\n-0.512964845 0.031446520 -0.857833505 -316.549255371 0.019840078 0.999496162 0.024775689 -6.423017502 0.858180404 -0.004310429 -0.513330221 285.396179199\n-0.518802643 0.029697711 -0.854378283 -317.450714111 0.018860145 0.999550819 0.023291418 -6.408866882 0.854686201 -0.004030051 -0.519129753 284.834533691\n-0.525384188 0.029968597 -0.850337327 -318.362640381 0.019076359 0.999543190 0.023440691 -6.394341469 0.850651383 -0.003905971 -0.525715828 284.271209717\n-0.531503797 0.032253265 -0.846441686 -319.290222168 0.017578941 0.999479592 0.027046409 -6.383650780 0.846873522 -0.000504283 -0.531794190 283.676635742\n-0.537805200 0.034281269 -0.842372000 -320.212310791 0.015956596 0.999407887 0.030484669 -6.366201401 0.842918277 0.002953421 -0.538033724 283.082489014\n-0.544012308 0.032874390 -0.838432908 -321.121246338 0.015557197 0.999455631 0.029093783 -6.353627205 0.838932931 0.002783713 -0.544227600 282.483001709\n-0.550095081 0.026672529 -0.834675968 -322.027587891 0.015336237 0.999643922 0.021836787 -6.341711044 0.834961176 -0.000788479 -0.550308347 281.880187988\n-0.556145787 0.022535555 -0.830779374 -322.926452637 0.015688658 0.999738872 0.016616318 -6.338177681 0.830936849 -0.003792719 -0.556354046 281.276916504\n-0.562502265 0.022739351 -0.826483071 -323.821868896 0.014763839 0.999738574 0.017457969 -6.339696884 0.826664031 -0.002381917 -0.562690973 280.668395996\n-0.568041444 0.024382310 -0.822638869 -324.722381592 0.014724062 0.999702156 0.019463187 -6.336422920 0.822868407 -0.001056690 -0.568231225 280.024780273\n-0.573685408 0.024979357 -0.818694770 -325.602508545 0.016182330 0.999685407 0.019162128 -6.334026337 0.818915904 -0.002255356 -0.573909163 279.415588379\n-0.579245567 0.024846135 -0.814774394 -326.487701416 0.015446153 0.999690473 0.019503962 -6.330032349 0.815006793 -0.001287548 -0.579450011 278.777954102\n-0.584573150 0.023706354 -0.810994804 -327.359832764 0.013902501 0.999718964 0.019201931 -6.328040123 0.811222136 -0.000049926 -0.584738493 278.140197754\n-0.589335680 0.022837503 -0.807565510 -328.232147217 0.011814428 0.999737084 0.019650215 -6.328486443 0.807801962 0.002039646 -0.589450479 277.498138428\n-0.593606353 0.023279060 -0.804418921 -329.094879150 0.010953733 0.999722660 0.020847844 -6.322837830 0.804681122 0.003564022 -0.593696713 276.857269287\n-0.596717238 0.024290921 -0.802083969 -329.936492920 0.009198016 0.999683142 0.023432225 -6.319355965 0.802398980 0.006604830 -0.596751571 276.214813232\n-0.598976016 0.024398910 -0.800395370 -330.782135010 0.008170779 0.999669909 0.024358910 -6.317350388 0.800725460 0.008050547 -0.598977566 275.581054688\n-0.599898338 0.020095564 -0.799824119 -331.607604980 0.004715471 0.999755979 0.021582071 -6.311388016 0.800062597 0.009175496 -0.599846721 274.949707031\n-0.599813581 0.017086199 -0.799957275 -332.413665771 0.001190896 0.999789953 0.020461461 -6.309986591 0.800138831 0.011320396 -0.599707961 274.325775146\n-0.600489974 0.018795522 -0.799411595 -333.228637695 0.000661483 0.999735057 0.023008587 -6.307274818 0.799632251 0.013287624 -0.600343347 273.712005615\n-0.600924253 0.022447186 -0.798990726 -334.012023926 -0.001217136 0.999578714 0.028998004 -6.310122013 0.799305022 0.018398086 -0.600643873 273.125732422\n-0.601561666 0.022575645 -0.798507214 -334.781524658 -0.002406025 0.999544859 0.030072039 -6.308695793 0.798822641 0.020011416 -0.601233602 272.541015625\n-0.602463722 0.019514345 -0.797907948 -335.526397705 -0.003916911 0.999616742 0.027404997 -6.303735733 0.798136890 0.019635845 -0.602156281 271.973815918\n-0.602121592 0.016961051 -0.798224211 -336.244537354 -0.006222066 0.999644279 0.025934389 -6.300004959 0.798380136 0.020582261 -0.601801872 271.416198730\n-0.600597739 0.015428649 -0.799402475 -336.960601807 -0.009738336 0.999598503 0.026608970 -6.294044971 0.799492061 0.023766138 -0.600206256 270.875762939\n-0.598333359 0.014666459 -0.801113129 -337.651275635 -0.013491855 0.999506295 0.028375322 -6.293324471 0.801133811 0.027786402 -0.597840071 270.352142334\n-0.594869137 0.012730164 -0.803722024 -338.328704834 -0.016086765 0.999485791 0.027737372 -6.290183067 0.803661823 0.029429384 -0.594358444 269.837799072\n-0.591419101 0.009883151 -0.806303918 -339.033294678 -0.016472952 0.999568164 0.024334868 -6.286126137 0.806196213 0.027674308 -0.591000795 269.320495605\n-0.587885737 0.009119365 -0.808892667 -339.719848633 -0.014881699 0.999645293 0.022085588 -6.281081200 0.808807135 0.025021497 -0.587541580 268.811065674\n-0.585252762 0.008696762 -0.810804248 -340.409515381 -0.015235984 0.999647975 0.021719920 -6.275693893 0.810707748 0.025065044 -0.584914327 268.314636230\n-0.582959294 0.008636587 -0.812455475 -341.100402832 -0.016503341 0.999611318 0.022467703 -6.274556160 0.812333763 0.026505988 -0.582590222 267.814697266\n-0.581049681 0.009160910 -0.813816607 -341.784606934 -0.016441630 0.999600470 0.022991242 -6.271329403 0.813702047 0.026739525 -0.580666900 267.323547363\n-0.578716397 0.007165870 -0.815497458 -342.462036133 -0.018156711 0.999600351 0.021668483 -6.267582417 0.815326810 0.027346656 -0.578355074 266.829833984\n-0.576006055 0.005012260 -0.817430079 -343.140960693 -0.018775173 0.999636292 0.019359516 -6.270027637 0.817229807 0.026498588 -0.575702429 266.341979980\n-0.572809577 0.001498292 -0.819687247 -343.817321777 -0.022373874 0.999597132 0.017462337 -6.268769264 0.819383204 0.028342171 -0.572545290 265.870147705\n-0.569296718 0.003331051 -0.822125614 -344.500762939 -0.022481322 0.999554753 0.019617572 -6.266936302 0.821824908 0.029650684 -0.568968296 265.395446777\n-0.565011621 0.008975937 -0.825034440 -345.183441162 -0.020679349 0.999472678 0.025035653 -6.265341759 0.824824035 0.031206600 -0.564528108 264.926940918\n-0.561383367 0.013996009 -0.827437520 -345.884277344 -0.020038536 0.999333918 0.030498961 -6.263556957 0.827313244 0.033702243 -0.560729027 264.454467773\n-0.558073759 0.015441763 -0.829647779 -346.572082520 -0.018934548 0.999329507 0.031336531 -6.258911610 0.829575360 0.033197097 -0.557407141 263.998046875\n-0.554857731 0.015020988 -0.831809640 -347.252655029 -0.017729271 0.999396443 0.029873595 -6.249560356 0.831756353 0.031322975 -0.554256558 263.532226562\n-0.551517367 0.014515559 -0.834037125 -347.941162109 -0.015963545 0.999481797 0.027951047 -6.235591412 0.834010661 0.028729677 -0.550999880 263.065917969\n-0.548790812 0.013250250 -0.835854709 -348.621673584 -0.016494911 0.999508083 0.026674479 -6.228802681 0.835796952 0.028426059 -0.548302293 262.620300293\n-0.546087146 0.012756329 -0.837631285 -349.316009521 -0.016675621 0.999520421 0.026093286 -6.221634388 0.837562442 0.028217230 -0.545612574 262.157440186\n-0.543861270 0.011991284 -0.839089811 -350.009063721 -0.016269408 0.999559283 0.024829643 -6.213019371 0.839017749 0.027155368 -0.543426514 261.694519043\n-0.543194294 0.012951910 -0.839507341 -350.702880859 -0.014885861 0.999575257 0.025053173 -6.212217331 0.839475274 0.026105523 -0.542770743 261.261474609\n-0.541450739 0.013852021 -0.840618491 -351.410705566 -0.013587164 0.999589503 0.025223233 -6.203927994 0.840622842 0.025078755 -0.541040301 260.794128418\n-0.541093469 0.014682711 -0.840834439 -352.120758057 -0.014300728 0.999542356 0.026656879 -6.197731018 0.840840995 0.026448404 -0.540635824 260.337158203\n-0.541122556 0.015736474 -0.840796649 -352.829559326 -0.013368543 0.999537587 0.027311262 -6.190251350 0.840837657 0.026018962 -0.540662050 259.877258301\n-0.542071462 0.016585853 -0.840168715 -353.559387207 -0.012202500 0.999544442 0.027605081 -6.177477837 0.840243816 0.025216086 -0.541622162 259.407073975\n-0.543316841 0.018224381 -0.839330077 -354.275177002 -0.011298644 0.999515057 0.029016342 -6.164962769 0.839451849 0.025248352 -0.542847395 258.934722900\n-0.544615865 0.019106004 -0.838468254 -354.981597900 -0.011892482 0.999464035 0.030499186 -6.159007549 0.838601589 0.026581801 -0.544096828 258.462310791\n-0.546380520 0.020048598 -0.837297082 -355.691802979 -0.011573215 0.999437273 0.031483088 -6.154574394 0.837457120 0.026891965 -0.545840979 257.998382568\n-0.548237681 0.019962812 -0.836084545 -356.395446777 -0.010951689 0.999458015 0.031044852 -6.144916058 0.836251140 0.026176486 -0.547721863 257.534057617\n-0.550353169 0.018236315 -0.834732771 -357.096771240 -0.011477249 0.999501765 0.029403144 -6.133875847 0.834853053 0.025762549 -0.549869657 257.071350098\n-0.552087784 0.016761906 -0.833617508 -357.791931152 -0.011515806 0.999549270 0.027725048 -6.126543999 0.833706498 0.024906438 -0.551645875 256.601928711\n-0.554000378 0.015039751 -0.832380533 -358.501159668 -0.011632852 0.999599338 0.025803499 -6.116305351 0.832435131 0.023978107 -0.553603530 256.123718262\n-0.555609465 0.013073765 -0.831340611 -359.201171875 -0.012494509 0.999632180 0.024070788 -6.109208107 0.831349552 0.023761149 -0.555241704 255.650650024\n-0.556242466 0.009292469 -0.830968022 -359.899993896 -0.015169973 0.999657333 0.021333514 -6.100507736 0.830881536 0.024472369 -0.555910945 255.165267944\n-0.556619406 0.008760734 -0.830721319 -360.609008789 -0.015445434 0.999662459 0.020891491 -6.094339848 0.830623925 0.024459463 -0.556296229 254.684783936\n-0.556954741 0.012132694 -0.830454290 -361.332977295 -0.014112330 0.999610722 0.024068633 -6.085770607 0.830422997 0.025124783 -0.556566715 254.200164795\n-0.557111263 0.015676510 -0.830289841 -362.054992676 -0.015251203 0.999460042 0.029103886 -6.077687263 0.830297709 0.028877024 -0.556571364 253.708114624\n-0.557329059 0.017443540 -0.830108583 -362.781921387 -0.014913920 0.999407649 0.031014219 -6.069796085 0.830157876 0.029665295 -0.556738853 253.216247559\n-0.557997584 0.014726815 -0.829711914 -363.517272949 -0.015367157 0.999487698 0.028074933 -6.051657677 0.829700291 0.028416058 -0.557485461 252.718658447\n-0.558351159 0.012900490 -0.829504728 -364.254455566 -0.014767156 0.999566138 0.025485268 -6.036276817 0.829473555 0.026479146 -0.557918429 252.220687866\n-0.558506489 0.010372819 -0.829435408 -364.996154785 -0.016425483 0.999587476 0.023560941 -6.027616501 0.829337597 0.026782814 -0.558105707 251.707183838\n-0.558684111 0.010575638 -0.829313338 -365.754058838 -0.016369328 0.999583304 0.023774505 -6.022276878 0.829219222 0.026857734 -0.558278203 251.192474365\n-0.559103608 0.010725724 -0.829028368 -366.514587402 -0.017723812 0.999533176 0.024884749 -6.012972832 0.828908324 0.028606698 -0.558652520 250.668151855\n-0.560081124 0.011730001 -0.828354836 -367.290496826 -0.018055467 0.999489427 0.026361335 -6.004001617 0.828241110 0.029720817 -0.559583426 250.150299072\n-0.559732199 0.011029583 -0.828600347 -368.059906006 -0.018771214 0.999486089 0.025984505 -5.993803024 0.828461111 0.030098194 -0.559237599 249.624176025\n-0.558609843 0.009131145 -0.829380453 -368.834381104 -0.019121082 0.999531865 0.023883000 -5.985605717 0.829210281 0.029199924 -0.558173656 249.089630127\n-0.557847977 0.007810935 -0.829906404 -369.617858887 -0.020051071 0.999536991 0.022885432 -5.974517822 0.829700947 0.029407104 -0.557433128 248.556304932\n-0.558558583 0.007311046 -0.829432905 -370.414154053 -0.019619431 0.999564946 0.022022836 -5.968969345 0.829233050 0.028574046 -0.558172107 248.028594971\n-0.558591366 0.006276225 -0.829419315 -371.204528809 -0.018339749 0.999633431 0.019915560 -5.959382534 0.829240322 0.026336001 -0.558271527 247.483642578\n-0.558496475 0.005122805 -0.829491436 -371.994964600 -0.017306549 0.999691308 0.017826427 -5.955216408 0.829326689 0.024311624 -0.558235407 246.938812256\n-0.557655215 0.004370754 -0.830061138 -372.781738281 -0.017452652 0.999703348 0.016989136 -5.954987049 0.829889119 0.023960849 -0.557413459 246.398681641\n-0.557324052 0.005111813 -0.830279589 -373.585784912 -0.016519802 0.999714851 0.017243871 -5.950942039 0.830130994 0.023326473 -0.557080626 245.861602783\n-0.556908965 0.007872669 -0.830536306 -374.390686035 -0.013557265 0.999735713 0.018567219 -5.953939438 0.830462992 0.021600049 -0.556655049 245.329284668\n-0.555904031 0.007998501 -0.831207991 -375.186676025 -0.013069772 0.999745965 0.018361241 -5.955424309 0.831143737 0.021070786 -0.555658340 244.790008545\n-0.555192471 0.008011326 -0.831683457 -375.982116699 -0.012963442 0.999748766 0.018284023 -5.956738949 0.831620991 0.020932630 -0.554949164 244.244995117\n-0.554959416 0.009183256 -0.831826925 -376.790100098 -0.010945851 0.999771893 0.018339951 -5.951647758 0.831805587 0.019282978 -0.554732323 243.713073730\n-0.554049611 0.010978409 -0.832411468 -377.580108643 -0.010560919 0.999739885 0.020214552 -5.953619957 0.832416832 0.019990889 -0.553789496 243.177459717\n-0.553035736 0.012089748 -0.833069921 -378.378967285 -0.010986957 0.999701917 0.021801682 -5.952472210 0.833085179 0.021210009 -0.552738070 242.641845703\n-0.551774859 0.013110634 -0.833890259 -379.167633057 -0.009627317 0.999709666 0.022087965 -5.950805664 0.833937764 0.020215705 -0.551488400 242.118438721\n-0.551015258 0.014215814 -0.834374368 -379.965881348 -0.008406962 0.999709606 0.022584645 -5.946209908 0.834453106 0.019459030 -0.550735712 241.596405029\n-0.550032854 0.013413464 -0.835035324 -380.759277344 -0.008668683 0.999725461 0.021768948 -5.947583199 0.835098028 0.019212293 -0.549765468 241.071624756\n-0.548839331 0.010881225 -0.835857213 -381.542144775 -0.010027029 0.999757648 0.019598821 -5.943668365 0.835867941 0.019137764 -0.548597217 240.529235840\n-0.548580766 0.008715009 -0.836052358 -382.314392090 -0.009436692 0.999817431 0.016614037 -5.940562725 0.836044550 0.017003706 -0.548398376 240.020965576\n-0.548417807 0.010909474 -0.836133540 -383.103454590 -0.009201786 0.999775589 0.019080026 -5.938626289 0.836154103 0.018157741 -0.548194408 239.497314453\n-0.547773838 0.012848890 -0.836527884 -383.879516602 -0.009183704 0.999729455 0.021369291 -5.934130669 0.836576104 0.019387962 -0.547507644 238.980895996\n-0.547385812 0.013233489 -0.836775780 -384.658874512 -0.010048502 0.999698937 0.022383429 -5.935958862 0.836820066 0.020660713 -0.547088027 238.465637207\n-0.546816945 0.012380444 -0.837160766 -385.430175781 -0.009119414 0.999743283 0.020741435 -5.929661274 0.837202668 0.018976180 -0.546563625 237.953460693\n-0.546772838 0.013762600 -0.837168097 -386.198547363 -0.008155411 0.999729931 0.021761511 -5.924538136 0.837241530 0.018726047 -0.546512961 237.447448730\n-0.546465874 0.015730232 -0.837333620 -386.972412109 -0.007408504 0.999693692 0.023615329 -5.925217628 0.837448597 0.019108361 -0.546181917 236.946807861\n-0.546243668 0.015052542 -0.837491214 -387.739593506 -0.008651111 0.999683797 0.023610273 -5.922215939 0.837581813 0.020142188 -0.545940757 236.441223145\n-0.546036363 0.013644959 -0.837650537 -388.505310059 -0.008417862 0.999727488 0.021772446 -5.917178154 0.837719381 0.018939769 -0.545772672 235.936248779\n-0.545725226 0.013034420 -0.837862849 -389.260742188 -0.009480981 0.999718964 0.021727622 -5.907527924 0.837910593 0.019801073 -0.545448303 235.437591553\n-0.545376539 0.014803324 -0.838060498 -390.004577637 -0.009281103 0.999676108 0.023697842 -5.910522461 0.838139892 0.020702373 -0.545062423 234.943267822\n-0.545124888 0.016976444 -0.838183045 -390.767883301 -0.009379229 0.999608874 0.026345862 -5.910589218 0.838302493 0.022223292 -0.544752359 234.447448730\n-0.544900656 0.017176509 -0.838324964 -391.501159668 -0.009728767 0.999593377 0.026804326 -5.906824589 0.838444471 0.022761555 -0.544511914 233.956176758\n-0.544769406 0.016395994 -0.838425577 -392.243591309 -0.009632911 0.999620497 0.025807284 -5.897547722 0.838530600 0.022135496 -0.544404745 233.474609375\n-0.544811964 0.013929537 -0.838442504 -392.972808838 -0.009808112 0.999687791 0.022981616 -5.892179966 0.838500857 0.020744199 -0.544505239 232.995086670\n-0.544647455 0.012419411 -0.838573217 -393.687500000 -0.008470734 0.999757886 0.020308265 -5.892395496 0.838622391 0.018164175 -0.544410348 232.526489258\n-0.544643760 0.011489439 -0.838588834 -394.409637451 -0.008759445 0.999773681 0.019386875 -5.889912605 0.838621795 0.017904511 -0.544419885 232.051879883\n-0.545156360 0.013309753 -0.838228822 -395.127319336 -0.008153389 0.999742508 0.021177031 -5.884228706 0.838294804 0.018379197 -0.544907451 231.582336426\n-0.545885682 0.017128812 -0.837684631 -395.846588135 -0.007712940 0.999645889 0.025466779 -5.883737564 0.837824225 0.020362960 -0.545560241 231.113250732\n-0.546563268 0.020095665 -0.837176740 -396.552001953 -0.006735286 0.999574184 0.028391100 -5.881942749 0.837390840 0.021156155 -0.546195149 230.645416260\n-0.547386169 0.020799873 -0.836621821 -397.261627197 -0.006627376 0.999552011 0.029186772 -5.874101639 0.836854100 0.021521037 -0.547003031 230.179138184\n-0.548553109 0.022394801 -0.835815847 -397.967590332 -0.005055723 0.999534130 0.030099574 -5.866787910 0.836100519 0.020736866 -0.548184276 229.717529297\n-0.549770832 0.022876637 -0.835002482 -398.674438477 -0.003977690 0.999541879 0.030003477 -5.854239464 0.835306287 0.019816410 -0.549427867 229.246673584\n-0.551860929 0.022151476 -0.833642066 -399.374694824 -0.004141741 0.999562025 0.029302074 -5.848535538 0.833926022 0.019623393 -0.551527381 228.775665283\n-0.554898500 0.020409973 -0.831667662 -400.068786621 -0.003026894 0.999642849 0.026551835 -5.837301254 0.831912577 0.017250944 -0.554638624 228.310058594\n-0.557737350 0.017276051 -0.829837859 -400.764099121 -0.003622784 0.999723196 0.023247711 -5.831973553 0.830009758 0.015972435 -0.557520390 227.825775146\n-0.560083032 0.015941188 -0.828283131 -401.457031250 -0.005021930 0.999731123 0.022636704 -5.830694675 0.828421295 0.016838014 -0.559852362 227.347259521\n-0.562312245 0.016435638 -0.826761901 -402.162078857 -0.007188538 0.999667525 0.024762122 -5.823826313 0.826893985 0.019867247 -0.562007189 226.861633301\n-0.563961506 0.018171636 -0.825601041 -402.867248535 -0.007646027 0.999600112 0.027224330 -5.816396713 0.825765610 0.021666044 -0.563597083 226.374847412\n-0.564770341 0.019221062 -0.825024307 -403.561218262 -0.006261503 0.999600112 0.027574569 -5.804078102 0.825224459 0.020739190 -0.564424157 225.878631592\n-0.566247582 0.017939651 -0.824040055 -404.273559570 -0.005278482 0.999663711 0.025390206 -5.806156635 0.824218392 0.018726820 -0.565962434 225.387084961\n-0.567838192 0.016538212 -0.822974026 -404.987976074 -0.004717062 0.999716341 0.023344660 -5.795698643 0.823126674 0.017138010 -0.567599177 224.896728516\n-0.568650961 0.016029704 -0.822422981 -405.701965332 -0.005074073 0.999722719 0.022993809 -5.783818245 0.822563529 0.017248480 -0.568411946 224.394592285\n-0.569153428 0.017851787 -0.822037637 -406.428283691 -0.004455052 0.999682665 0.024794156 -5.778872490 0.822219372 0.017773898 -0.568893313 223.890716553\n-0.569290519 0.017493842 -0.821950555 -407.149261475 -0.006645322 0.999643028 0.025878344 -5.771831512 0.822109818 0.020194415 -0.568971038 223.385437012\n-0.569646716 0.016902238 -0.821715772 -407.884155273 -0.007467070 0.999640822 0.025738532 -5.761287689 0.821855724 0.020797679 -0.569315910 222.869873047\n-0.569847941 0.016843727 -0.821577728 -408.603942871 -0.008836512 0.999606490 0.026622640 -5.753978252 0.821702898 0.022430731 -0.569474936 222.356994629\n-0.570690870 0.015259972 -0.821023345 -409.338592529 -0.010197777 0.999618530 0.025667880 -5.741876125 0.821101844 0.023021035 -0.570317507 221.849121094\n-0.570707083 0.012696796 -0.821055472 -410.072875977 -0.012242856 0.999637723 0.023968272 -5.736858368 0.821062326 0.023730930 -0.570344925 221.323059082\n-0.571490526 0.011467658 -0.820528746 -410.802429199 -0.013050373 0.999648869 0.023060491 -5.730630875 0.820505083 0.023887051 -0.571140170 220.815704346\n-0.571555495 0.011549726 -0.820482314 -411.532684326 -0.014336312 0.999607742 0.024058038 -5.721232414 0.820438385 0.025513189 -0.571165681 220.292114258\n-0.572089195 0.012331715 -0.820098698 -412.268127441 -0.015896963 0.999532402 0.026119331 -5.712940693 0.820037365 0.027979666 -0.571625710 219.772094727\n-0.572697639 0.014244648 -0.819643199 -413.001007080 -0.015437283 0.999484301 0.028156392 -5.703070641 0.819621623 0.028778154 -0.572182417 219.255889893\n-0.573308825 0.017581400 -0.819150865 -413.732574463 -0.013865707 0.999418378 0.031154830 -5.693917274 0.819222212 0.029219441 -0.572731614 218.739776611\n-0.573557854 0.020006645 -0.818920970 -414.458007812 -0.011673666 0.999400556 0.032591883 -5.677425385 0.819082141 0.028253132 -0.572980523 218.220214844\n-0.573895454 0.018827623 -0.818712056 -415.186279297 -0.012386742 0.999421775 0.031666119 -5.672049522 0.818834782 0.028314222 -0.573330402 217.710021973\n-0.574661851 0.015645280 -0.818241656 -415.913452148 -0.012992520 0.999516845 0.028236190 -5.661788940 0.818288088 0.026857274 -0.574180841 217.198303223\n-0.573886275 0.012647843 -0.818837464 -416.628540039 -0.015516504 0.999533296 0.026313707 -5.646287441 0.818788111 0.027806565 -0.573422194 216.675933838\n-0.572127700 0.012402060 -0.820070803 -417.352325439 -0.017364280 0.999478400 0.027229572 -5.640282631 0.819980741 0.029818730 -0.571613908 216.165222168\n-0.569023013 0.012632506 -0.822224617 -418.070678711 -0.019459724 0.999395132 0.028821681 -5.636289120 0.822091401 0.032400463 -0.568432927 215.657196045\n-0.565495014 0.010827319 -0.824680805 -418.785980225 -0.021446018 0.999382675 0.027826827 -5.634229183 0.824473023 0.033422045 -0.564913750 215.158142090\n-0.562032223 0.008376164 -0.827072978 -419.497344971 -0.021394541 0.999466896 0.024660606 -5.622855186 0.826838672 0.031554900 -0.561553478 214.672973633\n-0.558512449 0.007272152 -0.829464436 -420.194763184 -0.021912228 0.999483287 0.023517158 -5.614952087 0.829206824 0.031310033 -0.558064461 214.197723389\n-0.554522038 0.007405483 -0.832136393 -420.890258789 -0.021308670 0.999506176 0.023094714 -5.610589504 0.831896484 0.030538239 -0.554090381 213.724304199\n-0.551229835 0.007011263 -0.834324241 -421.579956055 -0.021133181 0.999526560 0.022362025 -5.611171722 0.834086001 0.029958533 -0.550820708 213.275665283\n-0.547280431 0.006965592 -0.836920381 -422.267608643 -0.020290611 0.999561012 0.021587703 -5.608695984 0.836703360 0.028796151 -0.546898842 212.816955566\n-0.543361902 0.007061157 -0.839469075 -422.940643311 -0.021553803 0.999517679 0.022358492 -5.605033875 0.839222074 0.030242499 -0.542947531 212.375396729\n-0.539410830 0.012961237 -0.841943145 -423.608093262 -0.016782980 0.999517441 0.026139418 -5.604836941 0.841875613 0.028230196 -0.538933039 211.951721191\n-0.534376144 0.014618181 -0.845120490 -424.260864258 -0.017133202 0.999457657 0.028121227 -5.605039120 0.845073283 0.029506931 -0.533835888 211.541564941\n-0.526413441 0.011372447 -0.850152671 -424.901550293 -0.020348117 0.999455631 0.025969191 -5.599818707 0.849985242 0.030969536 -0.525895476 211.134521484\n-0.517038226 0.006935210 -0.855934143 -425.523315430 -0.024511339 0.999437153 0.022904342 -5.601385117 0.855611205 0.032822516 -0.516577244 210.756744385\n-0.505037785 0.005374322 -0.863080561 -426.142761230 -0.021666767 0.999586523 0.018902799 -5.594745636 0.862825274 0.028246792 -0.504712582 210.405975342\n-0.489594698 0.004644296 -0.871938050 -426.747558594 -0.021988979 0.999602020 0.017671131 -5.590544224 0.871673107 0.027824711 -0.489297748 210.066650391\n-0.472934723 0.006960382 -0.881070197 -427.340270996 -0.020598218 0.999608159 0.018953389 -5.599762917 0.880856872 0.027112184 -0.472606063 209.762481689\n-0.456737518 0.007333656 -0.889571428 -427.918975830 -0.021064457 0.999596477 0.019055946 -5.598547459 0.889352262 0.027441898 -0.456398726 209.466979980\n-0.439980745 0.011200143 -0.897937357 -428.469787598 -0.017899668 0.999614179 0.021239044 -5.607315063 0.897828817 0.025417550 -0.439610481 209.210144043\n-0.422366858 0.016326282 -0.906277955 -429.025482178 -0.013135126 0.999622524 0.024129421 -5.609592915 0.906329811 0.022095542 -0.421993017 208.973785400\n-0.403803825 0.020363996 -0.914619148 -429.566070557 -0.007864763 0.999638021 0.025729232 -5.605960846 0.914811969 0.017582819 -0.403497458 208.757141113\n-0.384354591 0.022680711 -0.922906995 -430.090270996 -0.004860438 0.999634624 0.026590498 -5.609283447 0.923172832 0.014705910 -0.384103894 208.557769775\n-0.362509012 0.021956516 -0.931721747 -430.607696533 -0.003460636 0.999683857 0.024904527 -5.611693382 0.931973994 0.012252462 -0.362318516 208.375396729\n-0.338236928 0.019009849 -0.940868974 -431.104827881 -0.003536912 0.999763191 0.021471281 -5.611038208 0.941054344 0.010590150 -0.338089585 208.210510254\n-0.312142611 0.015830247 -0.949903548 -431.592834473 -0.002803747 0.999841452 0.017583795 -5.604040146 0.950031281 0.008151936 -0.312048674 208.069519043\n-0.281474233 0.012687850 -0.959485114 -432.039886475 -0.001022054 0.999908030 0.013522219 -5.610540867 0.959568441 0.004786799 -0.281435370 207.956024170\n-0.245235562 0.011152954 -0.969399571 -432.522644043 0.003761355 0.999937236 0.010552756 -5.613087654 0.969456375 -0.001058346 -0.245262146 207.854400635\n-0.206497550 0.011262816 -0.978382349 -433.014801025 0.008765747 0.999914885 0.009660593 -5.606480122 0.978407919 -0.006581363 -0.206578732 207.791809082\n-0.165998578 0.012664394 -0.986044765 -433.488647461 0.010532614 0.999883235 0.011068989 -5.616894722 0.986069858 -0.008548192 -0.166112661 207.737976074\n-0.124055505 0.010828190 -0.992216229 -433.961456299 0.009146170 0.999910474 0.009768626 -5.623448849 0.992233157 -0.007863126 -0.124143362 207.687530518\n-0.080892563 0.007105093 -0.996697605 -434.430664062 0.009997590 0.999930084 0.006316727 -5.633416653 0.996672809 -0.009453597 -0.080958009 207.677551270\n-0.037059546 0.004925160 -0.999301076 -434.912292480 0.012141669 0.999916255 0.004477914 -5.639789581 0.999239445 -0.011967232 -0.037116289 207.683502197\n0.005882084 0.003062713 -0.999978125 -435.394531250 0.018346250 0.999826670 0.003170168 -5.635896683 0.999814510 -0.018364495 0.005824864 207.722991943\n0.047601521 0.001225835 -0.998865783 -435.832763672 0.022304844 0.999748588 0.002289871 -5.643857002 0.998617470 -0.022388544 0.047562182 207.778228760\n0.089092433 0.001004046 -0.996022940 -436.303527832 0.017407540 0.999845207 0.002564973 -5.643248081 0.995871305 -0.017566828 0.089061141 207.841491699\n0.130890250 0.000800065 -0.991396666 -436.768859863 0.007642189 0.999969125 0.001815953 -5.648989677 0.991367519 -0.007814131 0.130880117 207.913696289\n0.171391666 -0.002964188 -0.985198617 -437.250610352 0.004010963 0.999989271 -0.002310916 -5.652754784 0.985194921 -0.003555523 0.171401680 208.007049561\n0.210604548 -0.007934325 -0.977539122 -437.715118408 0.011659247 0.999916315 -0.005604043 -5.672521591 0.977501750 -0.010217133 0.210679412 208.137847900\n0.249300182 -0.012735008 -0.968342543 -438.188720703 0.023051068 0.999708295 -0.007213002 -5.676151276 0.968151927 -0.020523127 0.249521017 208.314086914\n0.290207803 -0.014807729 -0.956849098 -438.680847168 0.027072562 0.999607146 -0.007258452 -5.672976971 0.956580639 -0.023797896 0.290494680 208.504272461\n0.334764242 -0.012126681 -0.942223907 -439.194000244 0.015992852 0.999846280 -0.007186171 -5.675286293 0.942166209 -0.012663173 0.334906757 208.679901123\n0.379684687 -0.007614453 -0.925084651 -439.723785400 0.004589416 0.999969304 -0.006347191 -5.674633026 0.925104558 -0.001835667 0.379707992 208.902404785\n0.424725711 -0.003495445 -0.905315280 -440.253143311 0.000790662 0.999993622 -0.003490064 -5.687852383 0.905321717 0.000766521 0.424725771 209.162994385\n0.469197512 -0.003452130 -0.883086503 -440.790618896 0.002275514 0.999993742 -0.002700123 -5.705088615 0.883090317 -0.000742584 0.469202459 209.462738037\n0.512249827 -0.005028044 -0.858821809 -441.312408447 0.002923322 0.999987304 -0.004110875 -5.707032204 0.858831525 -0.000404817 0.512258053 209.807617188\n0.555627584 -0.006716614 -0.831404269 -441.852935791 0.002549467 0.999976456 -0.006374639 -5.712824821 0.831427455 0.001422289 0.555631578 210.179794312\n0.596222162 -0.006820786 -0.802790582 -442.388031006 0.002397959 0.999974549 -0.006715198 -5.717673779 0.802815974 0.002078691 0.596223354 210.587356567\n0.632197618 -0.007186117 -0.774773896 -442.914672852 0.004212680 0.999974072 -0.005837425 -5.729402542 0.774795771 0.000426531 0.632211447 211.037734985\n0.664430618 -0.007490724 -0.747312427 -443.422058105 0.004500110 0.999971747 -0.006022248 -5.735987663 0.747336447 0.000638379 0.664445519 211.519927979\n0.692811668 -0.007051657 -0.721084118 -443.923187256 0.004220369 0.999974728 -0.005724101 -5.740049839 0.721106231 0.000922483 0.692823887 212.028839111\n0.717493594 -0.006054312 -0.696538806 -444.422302246 0.004044175 0.999981582 -0.004525996 -5.750002861 0.696553409 0.000430448 0.717504859 212.559844971\n0.738557935 -0.004479257 -0.674175143 -444.910644531 0.003603867 0.999989867 -0.002695957 -5.755009174 0.674180388 -0.000438517 0.738566577 213.121826172\n0.757569194 -0.003025353 -0.652747869 -445.398956299 0.003548605 0.999993563 -0.000516310 -5.765937805 0.652745247 -0.001925204 0.757575035 213.699890137\n0.774138749 -0.001407816 -0.633014441 -445.884368896 0.003634255 0.999990940 0.002220509 -5.772505283 0.633005559 -0.004019517 0.774136841 214.312911987\n0.788407445 0.000520488 -0.615153193 -446.373870850 0.002368197 0.999989688 0.003881288 -5.783183098 0.615148842 -0.004516840 0.788398027 214.947372437\n0.799644172 -0.000116642 -0.600474119 -446.842681885 0.003071091 0.999987721 0.003895488 -5.787049770 0.600466311 -0.004959115 0.799634695 215.602905273\n0.809386671 -0.000610695 -0.587275803 -447.324523926 0.002685545 0.999992847 0.002661362 -5.792353630 0.587269962 -0.003731227 0.809382498 216.279846191\n0.817522407 -0.003254926 -0.575887561 -447.817077637 0.004861940 0.999987423 0.001250001 -5.798702717 0.575876236 -0.003821834 0.817527950 216.986389160\n0.824378252 -0.005397700 -0.566013634 -448.327972412 0.006779387 0.999976933 0.000337808 -5.797441006 0.565998733 -0.004115706 0.824395835 217.716644287\n0.828992903 -0.006149211 -0.559225380 -448.818298340 0.008030293 0.999967337 0.000908481 -5.801560402 0.559201539 -0.005243867 0.829015195 218.460723877\n0.832041025 -0.007315636 -0.554665804 -449.313812256 0.009303609 0.999956429 0.000767429 -5.809950352 0.554636002 -0.005798927 0.832072854 219.211654663\n0.833774626 -0.010999924 -0.551995397 -449.833526611 0.012275708 0.999923706 -0.001383908 -5.820708752 0.551968455 -0.005622266 0.833846033 219.994430542\n0.834326088 -0.014761092 -0.551073611 -450.344421387 0.014918613 0.999879897 -0.004196048 -5.831037521 0.551069379 -0.004720381 0.834446073 220.773880005\n0.834553540 -0.017694581 -0.550642669 -450.861938477 0.016209306 0.999840021 -0.007562467 -5.838626862 0.550688386 -0.002614252 0.834706843 221.573181152\n0.834978521 -0.019215025 -0.549946964 -451.387268066 0.016878253 0.999814212 -0.009307220 -5.857151031 0.550023615 -0.001510814 0.835147738 222.373397827\n0.835360050 -0.021056637 -0.549299777 -451.912506104 0.017741112 0.999778271 -0.011344900 -5.874494553 0.549416840 -0.000268112 0.835548401 223.177566528\n0.835582495 -0.021441482 -0.548946440 -452.461853027 0.018806055 0.999768794 -0.010424541 -5.906381607 0.549043059 -0.001612951 0.835792542 224.002563477\n0.835343540 -0.021722358 -0.549299002 -452.996368408 0.019972464 0.999758542 -0.009163032 -5.924302578 0.549365401 -0.003316573 0.835575700 224.833221436\n0.835539103 -0.021463128 -0.549011648 -453.550506592 0.022363367 0.999737144 -0.005049109 -5.948314667 0.548975766 -0.008059020 0.835799456 225.663742065\n0.835483074 -0.022100342 -0.549071550 -454.108154297 0.024555579 0.999694347 -0.002873608 -5.967502594 0.548967242 -0.011081920 0.835770369 226.499389648\n0.835335076 -0.022090785 -0.549297094 -454.658081055 0.026340099 0.999653041 -0.000146207 -5.985460281 0.549109757 -0.014346408 0.835627139 227.337905884\n0.835040092 -0.023758600 -0.549675882 -455.208923340 0.028124724 0.999604285 -0.000480146 -5.997093201 0.549469769 -0.015058539 0.835377932 228.178451538\n0.834554434 -0.026049729 -0.550309300 -455.762664795 0.029518133 0.999561012 -0.002550938 -6.023287773 0.550134182 -0.014115206 0.834957004 229.022308350\n0.834532559 -0.027040128 -0.550294697 -456.311248779 0.028842501 0.999569535 -0.005376174 -6.040675163 0.550203204 -0.011385283 0.834953189 229.852752686\n0.834940851 -0.026292311 -0.549711347 -456.856567383 0.027892796 0.999596119 -0.005444414 -6.065084934 0.549632430 -0.010787222 0.835336983 230.671020508\n0.835393548 -0.023539925 -0.549148083 -457.429779053 0.025371695 0.999669015 -0.004255291 -6.094219208 0.549066484 -0.010377972 0.835714281 231.515182495\n0.835938513 -0.024048595 -0.548295975 -457.991607666 0.025147256 0.999668598 -0.005506267 -6.106364727 0.548246682 -0.009185238 0.836266220 232.359832764\n0.836127400 -0.024049243 -0.548007846 -458.533233643 0.024781143 0.999674559 -0.006060538 -6.127693176 0.547975242 -0.008512879 0.836451232 233.187255859\n0.836601615 -0.023516364 -0.547306776 -459.077301025 0.024907639 0.999677837 -0.004880292 -6.153461456 0.547245204 -0.009549258 0.836917877 234.004821777\n0.836734056 -0.021958586 -0.547169030 -459.612762451 0.024612878 0.999693990 -0.002480828 -6.177738190 0.547056079 -0.011391612 0.837018490 234.828399658\n0.837035894 -0.020043647 -0.546780765 -460.151580811 0.024447029 0.999700844 0.000777992 -6.201114655 0.546601593 -0.014018373 0.837275505 235.644912720\n0.837115645 -0.019727057 -0.546670198 -460.681884766 0.025255093 0.999677658 0.002598890 -6.217062473 0.546442688 -0.015981777 0.837344050 236.456787109\n0.837022066 -0.018978627 -0.546839833 -461.223388672 0.025188420 0.999675274 0.003859994 -6.233218193 0.546589017 -0.017004931 0.837228298 237.289550781\n0.836856127 -0.018116429 -0.547123075 -461.754272461 0.023743615 0.999712884 0.003214562 -6.245875835 0.546907723 -0.015680803 0.837046027 238.092239380\n0.836839199 -0.016814243 -0.547190428 -462.279418945 0.023163993 0.999720573 0.004705844 -6.267198563 0.546958447 -0.016613150 0.836994886 238.885711670\n0.836776257 -0.014811151 -0.547344625 -462.803924561 0.022023736 0.999735534 0.006616864 -6.279169559 0.547101855 -0.017591409 0.836881161 239.684753418\n0.836866319 -0.011612218 -0.547284126 -463.317260742 0.020718329 0.999730527 0.010468754 -6.291419506 0.547015071 -0.020099759 0.836881399 240.463623047\n0.837210238 -0.008173726 -0.546820104 -463.830505371 0.018233037 0.999749601 0.012971736 -6.297996044 0.546577156 -0.020830261 0.837149620 241.225036621\n0.837604761 -0.007583058 -0.546224058 -464.329833984 0.017050326 0.999779403 0.012266122 -6.306659698 0.546010554 -0.019587461 0.837549269 241.981567383\n0.839063406 -0.008905006 -0.543960750 -464.817932129 0.015558607 0.999849856 0.007631046 -6.323779583 0.543811142 -0.014866203 0.839075923 242.704528809\n0.840600967 -0.012589894 -0.541508615 -465.268707275 0.014376147 0.999896228 -0.000930706 -6.341292381 0.541464150 -0.007002454 0.840694666 243.406555176\n0.842600822 -0.014806913 -0.538334966 -465.734375000 0.013457982 0.999888718 -0.006437550 -6.348639488 0.538370371 -0.001820618 0.842706323 244.110382080\n0.844203591 -0.013946605 -0.535841167 -466.165069580 0.013378967 0.999898255 -0.004946641 -6.365704536 0.535855651 -0.002993028 0.844304323 244.793762207\n0.846999407 -0.008965482 -0.531518221 -466.598754883 0.011309108 0.999935389 0.001155003 -6.388447762 0.531473517 -0.006989283 0.847046077 245.470016479\n0.850544691 -0.005957694 -0.525869071 -467.027770996 0.010085146 0.999936700 0.004983274 -6.396992683 0.525806069 -0.009541963 0.850550890 246.144546509\n0.856055975 -0.005274871 -0.516856194 -467.423675537 0.009767020 0.999934494 0.005971855 -6.407543659 0.516790807 -0.010160387 0.856051445 246.787887573\n0.863477588 -0.004389485 -0.504368186 -467.795806885 0.009135379 0.999934196 0.006937389 -6.412187576 0.504304528 -0.010597873 0.863460898 247.418807983\n0.872529745 -0.003187678 -0.488550544 -468.134826660 0.009194336 0.999908745 0.009896509 -6.415795326 0.488474399 -0.013126897 0.872479498 248.037994385\n0.882851005 -0.001922325 -0.469649315 -468.466278076 0.009327766 0.999866128 0.013441860 -6.422485352 0.469560623 -0.016247937 0.882750750 248.660430908\n0.894885957 -0.002141707 -0.446289808 -468.778381348 0.010164686 0.999826908 0.015583814 -6.432677269 0.446179181 -0.018482130 0.894752800 249.288055420\n0.908394396 -0.002891035 -0.418104351 -469.055694580 0.009955243 0.999842167 0.014715726 -6.439376354 0.417995811 -0.017530015 0.908279777 249.916885376\n0.923179507 -0.004817871 -0.384338826 -469.307800293 0.010055720 0.999881923 0.011619778 -6.438933372 0.384237468 -0.014591945 0.923118949 250.550155640\n0.938488901 -0.005968410 -0.345257819 -469.536437988 0.009252153 0.999926269 0.007863901 -6.442372799 0.345185429 -0.010574562 0.938474953 251.192504883\n0.952972829 -0.005915009 -0.302998096 -469.712554932 0.007850218 0.999955833 0.005169326 -6.450679302 0.302954137 -0.007304829 0.952977121 251.826889038\n0.966803014 -0.007793597 -0.255404055 -469.868713379 0.009076294 0.999951422 0.003843985 -6.456342220 0.255361706 -0.006034499 0.966826797 252.481781006\n0.978673220 -0.008997575 -0.205226257 -469.997924805 0.009691448 0.999950230 0.002376076 -6.467472553 0.205194667 -0.004314341 0.978711665 253.151657104\n0.987718284 -0.013210990 -0.155685723 -470.063018799 0.013497572 0.999908626 0.000783733 -6.475454330 0.155661136 -0.002875487 0.987806320 253.786849976\n0.994338512 -0.014079248 -0.105321780 -470.110870361 0.014379798 0.999894440 0.002094788 -6.482672691 0.105281159 -0.003597435 0.994435966 254.452804565\n0.998349786 -0.014163385 -0.055651624 -470.121490479 0.014419972 0.999887168 0.004211719 -6.496819019 0.055585690 -0.005007263 0.998441339 255.103759766\n0.999879301 -0.014419883 -0.005785565 -470.101287842 0.014455033 0.999877036 0.006080327 -6.503164291 0.005697176 -0.006163223 0.999964774 255.741485596\n0.998871982 -0.014547698 0.045201536 -470.056823730 0.014284626 0.999879122 0.006137576 -6.514892578 -0.045285363 -0.005484966 0.998959005 256.398651123\n0.995301962 -0.012403172 0.096021995 -469.972534180 0.012472042 0.999922216 -0.000117070 -6.520664692 -0.096013077 0.001314110 0.995379210 257.045074463\n0.988844872 -0.011769886 0.148483321 -469.860351562 0.012782291 0.999901116 -0.005865844 -6.537960052 -0.148399591 0.007698367 0.988897502 257.662475586\n0.979704380 -0.008511728 0.200266957 -469.705352783 0.010829809 0.999886394 -0.010482261 -6.547616005 -0.200154990 0.012438370 0.979685307 258.305755615\n0.967640698 -0.009750541 0.252143621 -469.510833740 0.013273665 0.999836564 -0.012275507 -6.552022934 -0.251982689 0.015225150 0.967611969 258.960723877\n0.952441692 -0.010646810 0.304534793 -469.311279297 0.013878454 0.999867976 -0.008449001 -6.572690964 -0.304404616 0.012273652 0.952463746 259.611938477\n0.935387969 -0.011634892 0.353431761 -469.055023193 0.014113567 0.999890566 -0.004436619 -6.586143970 -0.353341460 0.009138144 0.935449779 260.257659912\n0.916752577 -0.010900181 0.399306834 -468.752746582 0.013303686 0.999906242 -0.003248204 -6.597632885 -0.399233997 0.008290051 0.916811585 260.874420166\n0.895916700 -0.011412785 0.444075495 -468.432373047 0.013730606 0.999903738 -0.002003698 -6.616637707 -0.444009870 0.007892572 0.895987153 261.499267578\n0.874976933 -0.009263651 0.484076053 -468.071807861 0.012534564 0.999915242 -0.003521327 -6.619394779 -0.484002382 0.009148762 0.875018895 262.110229492\n0.853397906 -0.011724398 0.521128118 -467.677246094 0.016695779 0.999848843 -0.004846249 -6.629985809 -0.520992517 0.012836419 0.853464723 262.710815430\n0.831793547 -0.012663300 0.554940701 -467.263732910 0.017841039 0.999833107 -0.003926320 -6.644367218 -0.554798365 0.013166605 0.831880689 263.295562744\n0.809709668 -0.011480363 0.586718380 -466.817718506 0.016866403 0.999850869 -0.003712581 -6.654349327 -0.586588264 0.012901941 0.809782505 263.884857178\n0.787100196 -0.010499392 0.616735876 -466.346557617 0.016140016 0.999863327 -0.003576656 -6.669729710 -0.616614044 0.012769313 0.787162066 264.474487305\n0.765095234 -0.010936805 0.643824279 -465.868408203 0.018567754 0.999814689 -0.005081078 -6.681459427 -0.643649399 0.015841879 0.765156507 265.024932861\n0.744286597 -0.011807700 0.667756021 -465.336791992 0.022711221 0.999712884 -0.007636545 -6.687296391 -0.667474091 0.020849330 0.744341075 265.586639404\n0.724270165 -0.014970486 0.689353824 -464.792877197 0.025770124 0.999653518 -0.005366235 -6.699937820 -0.689034641 0.021651335 0.724404991 266.147857666\n0.706812501 -0.017283466 0.707189798 -464.221435547 0.025976285 0.999661386 -0.001531063 -6.712439060 -0.706923902 0.019452335 0.707022130 266.704895020\n0.690491199 -0.020937163 0.723037720 -463.637725830 0.029274466 0.999570906 0.000988078 -6.725024223 -0.722748160 0.020484282 0.690807879 267.257659912\n0.676274061 -0.021473445 0.736337125 -463.023864746 0.030849518 0.999523699 0.000815503 -6.733666897 -0.736003876 0.022164138 0.676614404 267.806457520\n0.663158894 -0.019807033 0.748216510 -462.394165039 0.032396849 0.999472558 -0.002255597 -6.739436626 -0.747777164 0.025735676 0.663450837 268.358795166\n0.651099801 -0.018900204 0.758756757 -461.758789062 0.033330288 0.999437511 -0.003705761 -6.751024246 -0.758259952 0.027702402 0.651363552 268.907318115\n0.641020954 -0.019683795 0.767270982 -461.087097168 0.034005590 0.999417782 -0.002770808 -6.761807919 -0.766769767 0.027867645 0.641317129 269.465148926\n0.631752133 -0.020428132 0.774901330 -460.402770996 0.033425301 0.999440789 -0.000903082 -6.774055958 -0.774449527 0.026471831 0.632081687 270.025024414\n0.624477565 -0.021722194 0.780740619 -459.690490723 0.034072932 0.999419212 0.000553058 -6.775512695 -0.780299187 0.026256749 0.624855042 270.589416504\n0.618430734 -0.023200072 0.785496771 -458.974395752 0.033647731 0.999429166 0.003027433 -6.784324169 -0.785118639 0.024557929 0.618858337 271.154693604\n0.613545179 -0.025374059 0.789251864 -458.243560791 0.035018332 0.999374628 0.004907005 -6.792989731 -0.788882792 0.024627615 0.614050031 271.726745605\n0.610232711 -0.027166208 0.791756332 -457.507507324 0.037243634 0.999290645 0.005582087 -6.801500797 -0.791346312 0.026081510 0.610811591 272.291137695\n0.607552707 -0.027536355 0.793801963 -456.750488281 0.039301138 0.999216914 0.004582098 -6.809211254 -0.793306470 0.028413454 0.608159125 272.881042480\n0.604894638 -0.028297978 0.795802534 -455.988952637 0.040915538 0.999152780 0.004428754 -6.815310955 -0.795253694 0.029881762 0.605540037 273.450622559\n0.602159023 -0.029089695 0.797846019 -455.217102051 0.040240005 0.999171674 0.006059711 -6.820985794 -0.797361434 0.028456420 0.602830887 274.036956787\n0.598781347 -0.029429343 0.800371766 -454.434478760 0.039156582 0.999205351 0.007446199 -6.830662251 -0.799954832 0.026881173 0.599457860 274.625915527\n0.595551908 -0.028831774 0.802799225 -453.651672363 0.038246401 0.999240100 0.007513895 -6.836742401 -0.802405834 0.026229266 0.596202016 275.204620361\n0.591810465 -0.025958044 0.805659115 -452.853332520 0.035161067 0.999361336 0.006370910 -6.848553658 -0.805309951 0.024557462 0.592345178 275.805053711\n0.588048458 -0.022529099 0.808511913 -452.054809570 0.031971354 0.999478221 0.004596885 -6.859807491 -0.808193624 0.023146026 0.588461936 276.402130127\n0.584177494 -0.019582473 0.811389685 -451.257202148 0.029331073 0.999565244 0.003006456 -6.868653297 -0.811095834 0.022042625 0.584497869 276.990020752\n0.580586195 -0.017940952 0.814001143 -450.425598145 0.028248098 0.999599159 0.001883663 -6.874455452 -0.813708663 0.021900354 0.580860257 277.586364746\n0.576963425 -0.016844815 0.816596270 -449.588745117 0.025984012 0.999659777 0.002262146 -6.882451534 -0.816356540 0.019913271 0.577204823 278.184600830\n0.573146999 -0.016749222 0.819281340 -448.756042480 0.024585277 0.999692500 0.003238319 -6.895050049 -0.819083691 0.018286228 0.573382556 278.774414062\n0.569028616 -0.017221086 0.822137415 -447.910095215 0.023933725 0.999703944 0.004375196 -6.904691696 -0.821969390 0.017187199 0.569272339 279.369812012\n0.565304756 -0.017061237 0.824705720 -447.043762207 0.022466002 0.999733627 0.005282557 -6.921575546 -0.824576199 0.015541583 0.565537453 279.970642090\n0.561903298 -0.017894065 0.827009439 -446.183776855 0.021884508 0.999737620 0.006762188 -6.926713943 -0.826913416 0.014298998 0.562147498 280.552307129\n0.558004856 -0.020350486 0.829588115 -445.319702148 0.022472253 0.999703228 0.009408066 -6.935917377 -0.829533339 0.013392966 0.558296561 281.155517578\n0.554780066 -0.022832956 0.831683695 -444.449462891 0.022710981 0.999666452 0.012295228 -6.951992989 -0.831687033 0.012067205 0.555113554 281.738861084\n0.551640570 -0.022737017 0.833772004 -443.591552734 0.022517400 0.999670029 0.012363097 -6.957199097 -0.833777964 0.011954391 0.551970482 282.313568115\n0.549416602 -0.019548284 0.835319877 -442.717285156 0.021830602 0.999720812 0.009036935 -6.964185715 -0.835263312 0.013270493 0.549690008 282.884643555\n0.546990275 -0.014347909 0.837016046 -441.852050781 0.019709753 0.999796689 0.004257920 -6.973663330 -0.836906970 0.014168335 0.547161877 283.458221436\n0.544417739 -0.010161239 0.838752687 -440.993713379 0.017433815 0.999847710 0.000796913 -6.986730576 -0.838633060 0.014188805 0.544512033 284.031585693\n0.542178869 -0.008915827 0.840215802 -440.114929199 0.014837967 0.999889374 0.001035456 -7.005167007 -0.840132117 0.011905692 0.542251229 284.599243164\n0.539370060 -0.008550780 0.842025518 -439.247436523 0.010834812 0.999936163 0.003213988 -7.021586418 -0.841999233 0.007389658 0.539428234 285.178161621\n0.535858989 -0.010825022 0.844238162 -438.368835449 0.009164792 0.999933481 0.007004262 -7.031790257 -0.844257832 0.003983970 0.535922527 285.750061035\n0.532673776 -0.010672418 0.846253335 -437.493469238 0.006720009 0.999942303 0.008380741 -7.046717167 -0.846293926 0.001222630 0.532714784 286.308227539\n0.528876662 -0.006161972 0.848676324 -436.621948242 0.003157888 0.999980986 0.005292621 -7.060412884 -0.848692834 -0.000119119 0.528886080 286.864135742\n0.524034023 -0.002765456 0.851692855 -435.764282227 0.001294486 0.999996185 0.002450520 -7.063794136 -0.851696372 -0.000181651 0.524035573 287.407562256\n0.519279480 -0.002931745 0.854599476 -434.875061035 -0.001548597 0.999989271 0.004371484 -7.075364590 -0.854603112 -0.003593452 0.519269347 287.952117920\n0.513934493 -0.003385257 0.857822776 -433.988159180 -0.002451374 0.999982357 0.005414922 -7.086796761 -0.857825935 -0.004885759 0.513917089 288.488220215\n0.508211374 -0.003295740 0.861226022 -433.110961914 -0.001853919 0.999986172 0.004920750 -7.096081257 -0.861230314 -0.004097425 0.508198261 289.015380859\n0.503252149 -0.005024698 0.864125073 -432.213073730 -0.000723843 0.999980271 0.006236221 -7.104071617 -0.864139378 -0.003763882 0.503238618 289.527648926\n0.497552335 -0.008502888 0.867392242 -431.325744629 0.000264698 0.999953389 0.009650525 -7.119909763 -0.867433906 -0.004572044 0.497531354 290.052459717\n0.492188036 -0.011424140 0.870414019 -430.429718018 0.002109697 0.999926627 0.011931029 -7.125530243 -0.870486438 -0.004036001 0.492175996 290.567565918\n0.487590134 -0.011864314 0.872992039 -429.535522461 0.006411732 0.999929368 0.010008314 -7.132919788 -0.873049080 0.000717435 0.487631798 291.064453125\n0.483900666 -0.009619209 0.875070095 -428.621185303 0.011111570 0.999926507 0.004847161 -7.141410351 -0.875052452 0.007377857 0.483972013 291.573883057\n0.481070220 -0.009269134 0.876633108 -427.720886230 0.014620036 0.999889851 0.002549354 -7.152456284 -0.876560211 0.011589988 0.481152773 292.071533203\n0.480164289 -0.014439721 0.877059817 -426.811096191 0.015282563 0.999850452 0.008094567 -7.164202690 -0.877045512 0.009516996 0.480313122 292.565368652\n0.479686797 -0.021579528 0.877174377 -425.927337646 0.018444549 0.999724627 0.014507923 -7.180156708 -0.877245903 0.009219825 0.479952753 293.057922363\n0.480185390 -0.025917780 0.876784086 -425.029968262 0.021113845 0.999615312 0.017985329 -7.183555603 -0.876912892 0.009875990 0.480547905 293.556213379\n0.482179999 -0.022593431 0.875780821 -424.123779297 0.024638142 0.999621689 0.012223223 -7.184449196 -0.875725687 0.015683817 0.482554257 294.047607422\n0.484527707 -0.019590534 0.874556482 -423.246276855 0.027331047 0.999600172 0.007249445 -7.190210342 -0.874348819 0.020389987 0.484869421 294.545837402\n0.488938749 -0.020030024 0.872088134 -422.354614258 0.036494646 0.999330759 0.002491686 -7.199248314 -0.871554434 0.030608263 0.489342511 295.038421631\n0.494863987 -0.022061160 0.868690312 -421.456848145 0.041050453 0.999155104 0.001989351 -7.210360050 -0.868000269 0.034675676 0.495351493 295.539154053\n0.499309242 -0.023358427 0.866109014 -420.560150146 0.041637667 0.999128461 0.002941888 -7.221550941 -0.865422845 0.034593843 0.499846637 296.059326172\n0.503697753 -0.026431575 0.863475561 -419.681945801 0.041413415 0.999121428 0.006425785 -7.234886646 -0.862886786 0.032522816 0.504349828 296.579803467\n0.509067655 -0.026996389 0.860303104 -418.809204102 0.042365719 0.999082446 0.006282200 -7.247899532 -0.859683275 0.033249289 0.509744287 297.105072021\n0.515278220 -0.025450589 0.856644928 -417.924865723 0.044836078 0.998990655 0.002710397 -7.260113716 -0.855849326 0.037011992 0.515899241 297.634704590\n0.521571159 -0.023900589 0.852872968 -417.060913086 0.045943357 0.998944044 -0.000102455 -7.267791748 -0.851969898 0.039237287 0.522118449 298.171936035\n0.527849913 -0.027864555 0.848880529 -416.196136475 0.047924250 0.998846531 0.002986992 -7.290521622 -0.847984552 0.039105274 0.528576434 298.721435547\n0.533994794 -0.031031679 0.844918132 -415.335479736 0.048978020 0.998783410 0.005728272 -7.307497978 -0.844067991 0.038323548 0.534865022 299.270812988\n0.540290356 -0.029203827 0.840971768 -414.467834473 0.048596933 0.998812437 0.003463478 -7.317871094 -0.840074182 0.038997363 0.541068017 299.821502686\n0.546259165 -0.026381217 0.837200701 -413.605102539 0.047904667 0.998851895 0.000218059 -7.327797890 -0.836245239 0.039986700 0.546895862 300.393432617\n0.552704096 -0.027033746 0.832939029 -412.745574951 0.048460178 0.998825073 0.000261538 -7.339035511 -0.831967473 0.040219817 0.553364754 300.962402344\n0.558029771 -0.029578671 0.829293728 -411.883911133 0.049058571 0.998792470 0.002612839 -7.353590965 -0.828369617 0.039225914 0.558807015 301.555664062\n0.562854111 -0.031012870 0.825974226 -411.027954102 0.048371151 0.998819113 0.004540511 -7.375202179 -0.825139701 0.037397679 0.563689590 302.148101807\n0.566928625 -0.030685926 0.823195279 -410.168060303 0.046736695 0.998894513 0.005048166 -7.384228230 -0.822440088 0.035611466 0.567736089 302.744415283\n0.569471598 -0.029154126 0.821493864 -409.327758789 0.044974372 0.998978972 0.004276031 -7.398711681 -0.820779800 0.034511093 0.570201278 303.338409424\n0.571689487 -0.026244095 0.820050240 -408.478851318 0.042704381 0.999085307 0.002202843 -7.411548138 -0.819357991 0.033760395 0.572287321 303.939239502\n0.573428154 -0.025671635 0.818853498 -407.641540527 0.042982373 0.999075055 0.001221937 -7.435134888 -0.818127513 0.034495573 0.574001253 304.530609131\n0.574765921 -0.027251398 0.817864001 -406.796234131 0.042292614 0.999098897 0.003568429 -7.447095394 -0.817224264 0.032538593 0.575400472 305.138671875\n0.576217711 -0.030501565 0.816726983 -405.956542969 0.040514976 0.999140799 0.008729857 -7.461626053 -0.816291511 0.028059369 0.576958418 305.752807617\n0.578083634 -0.033077765 0.815306783 -405.081420898 0.040309299 0.999115765 0.011954234 -7.462331772 -0.814981282 0.025953896 0.578905821 306.354003906\n0.578975856 -0.033367231 0.814661682 -404.240020752 0.038828976 0.999156952 0.013328308 -7.467967987 -0.814419627 0.023915706 0.579783380 306.957611084\n0.579020977 -0.032712601 0.814656198 -403.392272949 0.037079167 0.999217451 0.013769475 -7.475109100 -0.814469099 0.022233952 0.579780817 307.570770264\n0.579340219 -0.030753559 0.814505517 -402.562347412 0.034699768 0.999312580 0.013050183 -7.489933014 -0.814346969 0.020702653 0.580009103 308.180511475\n0.580314040 -0.028728085 0.813885927 -401.726043701 0.033108801 0.999383628 0.011668559 -7.490178108 -0.813719511 0.020175356 0.580907524 308.774658203\n0.580616713 -0.027694361 0.813705921 -400.888275146 0.031271718 0.999442399 0.011702061 -7.494163036 -0.813576281 0.018651566 0.581159055 309.376861572\n0.579693675 -0.025897609 0.814422846 -400.074096680 0.028477460 0.999528110 0.011513902 -7.502405167 -0.814336717 0.016518157 0.580157638 309.982971191\n0.578622460 -0.024403334 0.815230429 -399.241271973 0.024846056 0.999615788 0.012287902 -7.509181976 -0.815217018 0.013145203 0.579006433 310.571350098\n0.576996505 -0.023951340 0.816395402 -398.379516602 0.023565114 0.999641955 0.012672507 -7.521018982 -0.816406667 0.011926456 0.577354312 311.170501709\n0.574364066 -0.024583228 0.818230867 -397.550750732 0.022253919 0.999648452 0.014412479 -7.527566910 -0.818297505 0.009930830 0.574709237 311.766815186\n0.572928548 -0.025039643 0.819222748 -396.715881348 0.022314116 0.999639273 0.014948578 -7.540217400 -0.819301546 0.009715765 0.573280573 312.349243164\n0.571853161 -0.025452223 0.819961190 -395.904235840 0.022419019 0.999630153 0.015393927 -7.549000263 -0.820049703 0.009579654 0.572212279 312.926757812\n0.571981311 -0.024006348 0.819915295 -395.066650391 0.022298284 0.999657333 0.013713512 -7.544552326 -0.819963515 0.010438831 0.572320640 313.501617432\n0.571453452 -0.023454264 0.820299327 -394.249694824 0.022406615 0.999664783 0.012973392 -7.552562714 -0.820328593 0.010966439 0.571787357 314.083374023\n0.571525812 -0.022355335 0.820279539 -393.437255859 0.021774730 0.999689996 0.012073427 -7.559044838 -0.820295155 0.010961089 0.571835399 314.655822754\n0.571476638 -0.022468697 0.820310712 -392.630676270 0.021176366 0.999695957 0.012629444 -7.569062710 -0.820345104 0.010153767 0.571778655 315.215362549\n0.571154237 -0.022233689 0.820541620 -391.829620361 0.020041162 0.999712825 0.013138529 -7.580964088 -0.820598125 0.008940481 0.571435809 315.782867432\n0.570394397 -0.020448649 0.821116447 -391.035339355 0.019888585 0.999740779 0.011081267 -7.593029022 -0.821130216 0.010010147 0.570653260 316.338623047\n0.568867207 -0.017752428 0.822237790 -390.242340088 0.020940382 0.999755561 0.007097450 -7.598654747 -0.822162747 0.013180465 0.569099903 316.903869629\n0.567540884 -0.015672691 0.823196113 -389.453552246 0.019752936 0.999790192 0.005416453 -7.607829094 -0.823108315 0.013186478 0.567731380 317.449096680\n0.565545201 -0.014344066 0.824592590 -388.675781250 0.017171500 0.999836802 0.005615457 -7.622541428 -0.824538529 0.010983695 0.565699220 317.997161865\n0.563654065 -0.014482941 0.825884044 -387.891540527 0.017532028 0.999830782 0.005567963 -7.637241364 -0.825824916 0.011341016 0.563812613 318.530456543\n0.561787128 -0.014322501 0.827157974 -387.110321045 0.016693246 0.999842823 0.005974915 -7.650493622 -0.827113509 0.010451318 0.561937869 319.061920166\n0.559177399 -0.014628249 0.828919053 -386.342285156 0.016477350 0.999842942 0.006529213 -7.664959431 -0.828884363 0.010007398 0.559330583 319.592803955\n0.557120979 -0.015525470 0.830286264 -385.580841064 0.016454227 0.999835312 0.007655090 -7.673431396 -0.830268383 0.009396905 0.557284713 320.113616943\n0.555207372 -0.016135974 0.831555426 -384.804321289 0.015318637 0.999840558 0.009173630 -7.692955971 -0.831570864 0.007645028 0.555366039 320.630889893\n0.553003430 -0.015542854 0.833034039 -384.047973633 0.015029278 0.999849379 0.008678241 -7.706007004 -0.833043456 0.007720800 0.553153753 321.135589600\n0.550683320 -0.014489338 0.834588528 -383.307952881 0.017234541 0.999833524 0.005986365 -7.716524124 -0.834536314 0.011087158 0.550841331 321.632354736\n0.548226953 -0.012742395 0.836232543 -382.546539307 0.016745141 0.999850750 0.004257613 -7.727337837 -0.836161971 0.011668694 0.548358440 322.130371094\n0.545203805 -0.012387899 0.838212013 -381.834594727 0.017443711 0.999841988 0.003430593 -7.743205070 -0.838122010 0.012751157 0.545333683 322.615051270\n0.543609023 -0.013457675 0.839230716 -381.095581055 0.017303562 0.999838650 0.004824813 -7.759101868 -0.839160204 0.011898867 0.543754220 323.095306396\n0.542106748 -0.015677301 0.840163410 -380.359741211 0.018672591 0.999803841 0.006607869 -7.763005733 -0.840102196 0.012105859 0.542293072 323.573303223\n0.540598631 -0.018595442 0.841075122 -379.631286621 0.019969210 0.999757648 0.009268622 -7.778995991 -0.841043651 0.011785000 0.540838957 324.044647217\n0.539516687 -0.018565388 0.841770232 -378.922515869 0.018454464 0.999777436 0.010222226 -7.791010857 -0.841772676 0.010019356 0.539739251 324.513427734\n0.538972795 -0.017417425 0.842143118 -378.220092773 0.018305203 0.999792278 0.008962610 -7.799118519 -0.842124283 0.010584996 0.539179683 324.968139648\n0.538622320 -0.016564781 0.842384577 -377.532287598 0.018275315 0.999801159 0.007974973 -7.806447029 -0.842349231 0.011099342 0.538818002 325.414611816\n0.537657738 -0.016993187 0.842991948 -376.853820801 0.018368833 0.999795675 0.008438480 -7.816844463 -0.842963099 0.010947765 0.537860036 325.852478027\n0.537359059 -0.016603766 0.843190193 -376.185455322 0.018337850 0.999799848 0.008001081 -7.826090336 -0.843154252 0.011162839 0.537555933 326.284545898\n0.537594795 -0.017454106 0.843022704 -375.521575928 0.018910408 0.999783874 0.008640570 -7.836735725 -0.842991292 0.011296776 0.537808657 326.712463379\n0.537710965 -0.020537920 0.842879057 -374.867309570 0.020745216 0.999722898 0.011125320 -7.848661423 -0.842873991 0.011503502 0.537988007 327.130920410\n0.538057089 -0.023453642 0.842582107 -374.219421387 0.021594537 0.999668300 0.014036339 -7.856410503 -0.842631817 0.010642815 0.538385093 327.546508789\n0.538761616 -0.026055535 0.842055261 -373.570678711 0.021699758 0.999619186 0.017047118 -7.862708569 -0.842178762 0.009088062 0.539121866 327.958221436\n0.539092362 -0.027371019 0.841801822 -372.936279297 0.022579215 0.999582231 0.018041423 -7.868147850 -0.841943979 0.009281231 0.539485216 328.368530273\n0.539733529 -0.027731936 0.841379046 -372.315246582 0.023075989 0.999569058 0.018142954 -7.871112347 -0.841519594 0.009623293 0.540140867 328.768371582\n0.540503800 -0.027727572 0.840884566 -371.701690674 0.024127675 0.999556541 0.017450882 -7.875393867 -0.840995610 0.010856320 0.540933132 329.163024902\n0.541166902 -0.025974087 0.840513945 -371.102722168 0.023708113 0.999596775 0.015625641 -7.866474628 -0.840580940 0.011470921 0.541564465 329.552886963\n0.541792810 -0.025210939 0.840133905 -370.513061523 0.023264214 0.999616921 0.014993915 -7.866360664 -0.840190053 0.011421461 0.542171776 329.936309814\n0.542030931 -0.026101282 0.839953125 -369.927490234 0.024290709 0.999586523 0.015386782 -7.872216702 -0.840007424 0.012062945 0.542440772 330.317993164\n0.542635322 -0.027043220 0.839532971 -369.344909668 0.025132518 0.999556839 0.015953446 -7.873468399 -0.839592338 0.012442675 0.543074489 330.694000244\n0.543269277 -0.028247220 0.839083135 -368.770935059 0.026419694 0.999514043 0.016542444 -7.881446362 -0.839142680 0.013181319 0.543751597 331.069458008\n0.543830514 -0.027718138 0.838737249 -368.210449219 0.026538959 0.999522507 0.015824037 -7.883814812 -0.838775396 0.013653618 0.544306397 331.434478760\n0.544574082 -0.028024288 0.838244438 -367.658386230 0.026474660 0.999517918 0.016216468 -7.890230179 -0.838294804 0.013361168 0.545053482 331.795684814\n0.545074344 -0.027875541 0.837924242 -367.112274170 0.026716247 0.999517024 0.015872244 -7.893356323 -0.837961972 0.013734636 0.545555830 332.153381348\n0.545952380 -0.027225032 0.837373793 -366.579101562 0.027292741 0.999519348 0.014702405 -7.895849228 -0.837371588 0.014827411 0.546433032 332.500061035\n0.546135187 -0.027065897 0.837259650 -366.054443359 0.026811343 0.999530613 0.014822851 -7.903795719 -0.837267816 0.014352775 0.546604514 332.854309082\n0.546277344 -0.027134234 0.837164760 -365.538208008 0.026145186 0.999540508 0.015336579 -7.910049915 -0.837196231 0.013509803 0.546735764 333.203704834\n0.546887279 -0.027285088 0.836761534 -365.032867432 0.026454870 0.999532878 0.015302463 -7.917373657 -0.836788177 0.013767694 0.547353625 333.538604736\n0.547592342 -0.026294801 0.836332083 -364.521759033 0.026337476 0.999552488 0.014181968 -7.912811756 -0.836330712 0.014260935 0.548039794 333.875732422\n0.547913194 -0.026789548 0.836106122 -364.035614014 0.026606094 0.999539495 0.014590709 -7.922693253 -0.836112022 0.014251076 0.548373640 334.198669434\n0.548739672 -0.027166598 0.835551798 -363.536682129 0.026843984 0.999529064 0.014868554 -7.924137115 -0.835562229 0.014270574 0.549210429 334.518280029\n0.548823237 -0.027422698 0.835488617 -363.053558350 0.026639871 0.999527872 0.015307416 -7.923502922 -0.835513890 0.013856241 0.549294651 334.837341309\n0.548863709 -0.027553165 0.835457683 -362.576843262 0.025882067 0.999537587 0.015960949 -7.923709393 -0.835511148 0.012862984 0.549323022 335.154418945\n0.548621655 -0.028044714 0.835600257 -362.108001709 0.025569865 0.999532580 0.016758518 -7.934031487 -0.835679650 0.012172097 0.549082339 335.475585938\n0.548777580 -0.028289009 0.835489631 -361.641296387 0.025781823 0.999524593 0.016908735 -7.935173512 -0.835570753 0.012261313 0.549245954 335.784759521\n0.549126625 -0.028872555 0.835240304 -361.172485352 0.026767345 0.999497950 0.016952485 -7.939414024 -0.835310459 0.013048107 0.549623728 336.085083008\n0.549265981 -0.028976647 0.835145056 -360.707794189 0.026864603 0.999494314 0.017010435 -7.942172527 -0.835215688 0.013092585 0.549766719 336.391479492\n0.548963666 -0.028742105 0.835351944 -360.245666504 0.026810987 0.999499857 0.016770741 -7.946726322 -0.835416138 0.013190079 0.549459696 336.699890137\n0.549283266 -0.027402403 0.835186839 -359.783752441 0.026386060 0.999532580 0.015441064 -7.949187279 -0.835219562 0.013555771 0.549749553 337.005493164\n0.549575806 -0.026314972 0.835029364 -359.330383301 0.026655912 0.999547243 0.013955931 -7.951845169 -0.835018516 0.014588623 0.550028443 337.307830811\n0.549384236 -0.025341373 0.835185528 -358.872192383 0.027910568 0.999538779 0.011968670 -7.953388691 -0.835103631 0.016735103 0.549838066 337.610839844\n0.548807979 -0.024464015 0.835590422 -358.420776367 0.027770046 0.999553561 0.011025340 -7.955135345 -0.835487068 0.017153587 0.549242377 337.917877197\n0.549639642 -0.024323799 0.835047722 -357.966796875 0.026841847 0.999574125 0.011448564 -7.957234383 -0.834970593 0.016121635 0.550058484 338.216735840\n0.549797058 -0.025762105 0.834900916 -357.511688232 0.026691647 0.999555707 0.013265847 -7.961876869 -0.834871709 0.014991355 0.550240457 338.518554688\n0.550020576 -0.026765209 0.834722161 -357.059265137 0.026741648 0.999538243 0.014429226 -7.963428497 -0.834722936 0.014385474 0.550482273 338.817718506\n0.550483108 -0.027796723 0.834383428 -356.601196289 0.027929885 0.999499261 0.014870709 -7.967129707 -0.834378958 0.015118159 0.550983846 339.118652344\n0.550905764 -0.027688788 0.834108055 -356.153930664 0.027763506 0.999504328 0.014842186 -7.968528748 -0.834105551 0.014981115 0.551401436 339.417816162\n0.551394999 -0.027149767 0.833802462 -355.710571289 0.027081292 0.999526083 0.014637054 -7.971247673 -0.833804667 0.014509647 0.551868916 339.716033936\n0.551817715 -0.026243404 0.833551764 -355.271972656 0.027083358 0.999541461 0.013540003 -7.977232933 -0.833524883 0.015103765 0.552275419 340.010009766\n0.552683294 -0.026151199 0.832980990 -354.816711426 0.027610719 0.999533415 0.013060338 -7.977838039 -0.832933843 0.015780972 0.553147495 340.315429688\n0.553641438 -0.027497321 0.832301080 -354.372375488 0.028409390 0.999496579 0.014123328 -7.980829239 -0.832270503 0.015825903 0.554143906 340.610046387\n0.554654241 -0.028023401 0.831608891 -353.931457520 0.029273190 0.999471188 0.014155794 -7.982755184 -0.831565797 0.016492276 0.555181265 340.911102295\n0.555680633 -0.024644423 0.831030548 -353.508392334 0.026596373 0.999575913 0.011858629 -7.988766193 -0.830970347 0.015512785 0.556100428 341.201354980\n0.556868076 -0.018721752 0.830390036 -353.086730957 0.022561170 0.999718010 0.007409621 -7.999093056 -0.830294549 0.014608386 0.557133436 341.494354248\n0.557824373 -0.014166292 0.829838157 -352.643096924 0.020514458 0.999784172 0.003277470 -8.007549286 -0.829705477 0.015195427 0.557994604 341.801574707\n0.558724463 -0.011417747 0.829274774 -352.216064453 0.021154618 0.999776125 -0.000487669 -8.012463570 -0.829083562 0.017815463 0.558840871 342.094512939\n0.560024142 -0.009710414 0.828419447 -351.794860840 0.022758374 0.999734282 -0.003666508 -8.015274048 -0.828163683 0.020906810 0.560096323 342.378479004\n0.560763001 -0.008298312 0.827934742 -351.374114990 0.021331022 0.999762654 -0.004427045 -8.028281212 -0.827701509 0.020143218 0.560806930 342.665252686\n0.561028600 -0.006990901 0.827766955 -350.951477051 0.017730424 0.999836445 -0.003572887 -8.041478157 -0.827606559 0.016681150 0.561060727 342.963256836\n0.561545312 -0.006596372 0.827419758 -350.523345947 0.015276924 0.999880433 -0.002396730 -8.054061890 -0.827305019 0.013986300 0.561578929 343.258178711\n0.561383843 -0.007632998 0.827520430 -350.112457275 0.014812014 0.999889970 -0.000825439 -8.064001083 -0.827423036 0.012720631 0.561435103 343.547546387\n0.561557889 -0.009053446 0.827387989 -349.687988281 0.015441266 0.999880672 0.000460728 -8.073631287 -0.827293396 0.012517191 0.561630666 343.835571289\n0.561887980 -0.007957194 0.827175140 -349.263916016 0.014452609 0.999895513 -0.000198731 -8.084101677 -0.827087104 0.012066502 0.561944246 344.125823975\n0.561206222 -0.005259274 0.827659309 -348.851745605 0.012760424 0.999915957 -0.002298528 -8.098112106 -0.827577651 0.011851232 0.561226130 344.415222168\n0.560865998 -0.002712426 0.827902198 -348.431549072 0.011381452 0.999925375 -0.004434394 -8.107385635 -0.827828407 0.011909829 0.560855031 344.699371338\n0.559887767 -0.001724122 0.828566611 -348.007019043 0.011785602 0.999913216 -0.005883223 -8.114978790 -0.828484595 0.013059102 0.559859514 344.986083984\n0.558624864 -0.000765915 0.829420149 -347.585327148 0.012548488 0.999892950 -0.007528229 -8.123651505 -0.829325557 0.014613423 0.558574617 345.268127441\n0.557007432 -0.000008899 0.830507457 -347.155059814 0.012670347 0.999883711 -0.008487076 -8.131488800 -0.830410838 0.015250183 0.556942821 345.562683105\n0.555594862 -0.000360552 0.831453085 -346.727661133 0.011590173 0.999906123 -0.007311203 -8.142900467 -0.831372380 0.013698752 0.555546880 345.855438232\n0.554357409 -0.001644352 0.832277179 -346.296234131 0.012042481 0.999909222 -0.006045626 -8.154255867 -0.832191646 0.013374118 0.554326892 346.142944336\n0.553076327 -0.001944078 0.833128333 -345.862731934 0.011897499 0.999913752 -0.005564947 -8.168347359 -0.833045602 0.012989983 0.553051710 346.434173584\n0.551820278 -0.002123707 0.833960354 -345.430664062 0.011089981 0.999927044 -0.004791744 -8.177742004 -0.833889306 0.011892785 0.551803589 346.726806641\n0.550578952 -0.003031300 0.834777594 -344.995025635 0.010577494 0.999938488 -0.003345362 -8.186918259 -0.834716082 0.010671740 0.550577164 347.023559570\n0.549621582 -0.005349630 0.835396647 -344.534942627 0.012568703 0.999919295 -0.001865979 -8.200952530 -0.835319221 0.011525434 0.549644470 347.321105957\n0.548385978 -0.007518175 0.836191535 -344.093261719 0.014540447 0.999894142 -0.000545807 -8.209907532 -0.836098909 0.012457911 0.548437238 347.613342285\n0.547414064 -0.010397532 0.836797357 -343.637207031 0.016286012 0.999865830 0.001769777 -8.219416618 -0.836703420 0.012659290 0.547509909 347.908172607\n0.546598434 -0.012953268 0.837294698 -343.176513672 0.016383251 0.999854386 0.004772899 -8.220713615 -0.837234616 0.011108750 0.546731055 348.202392578\n0.545379519 -0.015481263 0.838046253 -342.719024658 0.016465232 0.999834359 0.007754821 -8.232226372 -0.838027477 0.009569304 0.545544147 348.505371094\n0.544592142 -0.018033827 0.838507175 -342.258850098 0.017105365 0.999799669 0.010393192 -8.231819153 -0.838526607 0.008682919 0.544791520 348.794769287\n0.543570101 -0.020723194 0.839107931 -341.807617188 0.017406162 0.999758482 0.013415104 -8.241279602 -0.839183271 0.007313600 0.543799520 349.098754883\n0.543032050 -0.023889380 0.839372098 -341.349487305 0.019925870 0.999680340 0.015560867 -8.243105888 -0.839475513 0.008275170 0.543334484 349.383544922\n0.541775227 -0.025900451 0.840124309 -340.900268555 0.021853788 0.999621272 0.016724672 -8.246600151 -0.840239286 0.009298883 0.542136073 349.671997070\n0.540431619 -0.026101332 0.840983033 -340.441162109 0.022369277 0.999611139 0.016649703 -8.246789932 -0.841090560 0.009814154 0.540805340 349.971588135\n0.539318800 -0.025539713 0.841714323 -339.996612549 0.021187579 0.999635100 0.016755724 -8.248869896 -0.841835141 0.008797210 0.539663196 350.262878418\n0.537597179 -0.024615640 0.842842460 -339.544006348 0.019527525 0.999669135 0.016740441 -8.249390602 -0.842975676 0.007459011 0.537899971 350.554901123\n0.535315633 -0.023994189 0.844311297 -339.096801758 0.018554030 0.999689281 0.016646080 -8.247813225 -0.844448388 0.006754470 0.535594463 350.835815430\n0.531702697 -0.024447547 0.846578181 -338.640716553 0.019329373 0.999673188 0.016728614 -8.248529434 -0.846710503 0.007469175 0.532001495 351.122070312\n0.526805103 -0.025806112 0.849594295 -338.184265137 0.021390574 0.999624968 0.017099654 -8.248738289 -0.849716961 0.009165123 0.527159572 351.398468018\n0.520876825 -0.025654498 0.853246331 -337.727722168 0.021889614 0.999621034 0.016692700 -8.251066208 -0.853351176 0.009982388 0.521241009 351.669830322\n0.514088511 -0.024835780 0.857377470 -337.277435303 0.021508856 0.999639630 0.016059874 -8.252540588 -0.857467353 0.010185013 0.514437497 351.937438965\n0.506424129 -0.024124956 0.861947000 -336.822601318 0.020487240 0.999662995 0.015942503 -8.255473137 -0.862041116 0.009585245 0.506747723 352.203613281\n0.497724950 -0.023748752 0.867009699 -336.370910645 0.019839056 0.999675274 0.015993645 -8.255262375 -0.867107987 0.009240218 0.498034477 352.462463379\n0.487149000 -0.022387110 0.873031974 -335.922851562 0.021457929 0.999676406 0.013661193 -8.261078835 -0.873055279 0.012078419 0.487471759 352.703063965\n0.474685431 -0.020687599 0.879912376 -335.485626221 0.023924129 0.999657631 0.010596598 -8.265483856 -0.879830360 0.016021084 0.475017846 352.925262451\n0.460331738 -0.018939447 0.887544990 -335.045227051 0.024916025 0.999654174 0.008408880 -8.276875496 -0.887397349 0.018243216 0.460644424 353.143127441\n0.444360197 -0.014725795 0.895727217 -334.622009277 0.024896495 0.999681711 0.004083939 -8.285144806 -0.895502210 0.020485727 0.444585383 353.332122803\n0.426323831 -0.010537130 0.904509306 -334.197937012 0.026092276 0.999659300 -0.000652533 -8.289681435 -0.904194236 0.023878895 0.426453531 353.514068604\n0.407072783 -0.010102327 0.913339853 -333.775909424 0.028976601 0.999578357 -0.001858584 -8.299119949 -0.912935972 0.027222063 0.407193899 353.690032959\n0.387787580 -0.012627382 0.921662331 -333.368103027 0.030967196 0.999520183 0.000664699 -8.309544563 -0.921228528 0.028283535 0.387992501 353.836700439\n0.368329883 -0.015054119 0.929573357 -332.950714111 0.034265809 0.999409378 0.002607758 -8.308710098 -0.929063559 0.030892065 0.368628204 353.977508545\n0.349040627 -0.017472338 0.936944664 -332.587951660 0.037069410 0.999301016 0.004825681 -8.318104744 -0.936374128 0.033047628 0.349444330 354.097259521\n0.330794811 -0.020057753 0.943489611 -332.196228027 0.038091727 0.999243140 0.007887764 -8.322343826 -0.942933738 0.033329912 0.331308484 354.204589844\n0.312702417 -0.022583179 0.949582696 -331.838317871 0.038739074 0.999188721 0.011005945 -8.335996628 -0.949060917 0.033344366 0.313323557 354.313842773\n0.295011640 -0.023074294 0.955215037 -331.485076904 0.038741533 0.999175131 0.012171141 -8.340336800 -0.954707980 0.033415861 0.295662224 354.398803711\n0.275696158 -0.022844154 0.960973442 -331.164886475 0.038787011 0.999167740 0.012624397 -8.340626717 -0.960462034 0.033792783 0.276352763 354.490417480\n0.255480230 -0.023065425 0.966539145 -330.811248779 0.038149361 0.999177277 0.013760479 -8.342250824 -0.966061354 0.033357318 0.256150007 354.558074951\n0.233584285 -0.024460075 0.972028852 -330.523071289 0.037539516 0.999165058 0.016121963 -8.346491814 -0.971611619 0.032723654 0.234307468 354.633331299\n0.209913731 -0.025337057 0.977391601 -330.196777344 0.036963154 0.999155164 0.017962687 -8.343669891 -0.977020979 0.032356858 0.210672975 354.686767578\n0.183212042 -0.026296800 0.982721627 -329.877990723 0.037657809 0.999096215 0.019714298 -8.345807076 -0.982351840 0.033395242 0.184036732 354.735351562\n0.154667437 -0.027063278 0.987595916 -329.563079834 0.038226452 0.999040127 0.021390239 -8.348546028 -0.987226844 0.034443907 0.155553520 354.776855469\n0.125005722 -0.027376812 0.991778314 -329.234436035 0.037616577 0.999031305 0.022835754 -8.353134155 -0.991442740 0.034452703 0.125914454 354.800598145\n0.094018579 -0.025183309 0.995251954 -328.913970947 0.037647925 0.999054909 0.021723045 -8.358408928 -0.994858384 0.035426795 0.094877839 354.813293457\n0.062451005 -0.020750437 0.997832417 -328.601654053 0.036861438 0.999149680 0.018470794 -8.369771957 -0.997367203 0.035628013 0.063162804 354.816101074\n0.029744387 -0.014200258 0.999456823 -328.294891357 0.036121700 0.999261260 0.013122474 -8.362990379 -0.998904765 0.035711750 0.030235350 354.809417725\n-0.004604220 -0.007591597 0.999960661 -327.979553223 0.035297401 0.999346793 0.007749462 -8.368239403 -0.999366283 0.035331693 -0.004333258 354.784912109\n-0.041531324 0.000625091 0.999137104 -327.671234131 0.033428773 0.999440789 0.000764256 -8.360439301 -0.998577893 0.033431668 -0.041529059 354.748443604\n-0.081335783 0.007537702 0.996658385 -327.345275879 0.032289356 0.999466419 -0.004923858 -8.367146492 -0.996163666 0.031780966 -0.081535816 354.709838867\n-0.121757030 0.012899218 0.992476165 -327.040496826 0.031673376 0.999456823 -0.009104256 -8.365342140 -0.992054522 0.030326560 -0.122099519 354.645629883\n-0.164363742 0.015737897 0.986274362 -326.703765869 0.031262137 0.999453545 -0.010738330 -8.367113113 -0.985904396 0.029068051 -0.164765954 354.557067871\n-0.208283901 0.017242758 0.977916539 -326.367156982 0.033597205 0.999380648 -0.010465442 -8.369783401 -0.977491319 0.030675480 -0.208734155 354.448059082\n-0.254763126 0.017812449 0.966839612 -326.022888184 0.037680931 0.999253809 -0.008480681 -8.375983238 -0.966269255 0.034270849 -0.255244255 354.327941895\n-0.300802112 0.016864514 0.953537583 -325.682189941 0.040834140 0.999154449 -0.004789809 -8.377449036 -0.952812076 0.037496101 -0.301236391 354.173583984\n-0.347713113 0.013098123 0.937509537 -325.304962158 0.039620809 0.999214530 0.000734754 -8.383229256 -0.936763525 0.037400369 -0.347959042 354.014465332\n-0.393854737 0.008790679 0.919130623 -324.960632324 0.036412850 0.999318540 0.006045588 -8.379195213 -0.918451190 0.035849251 -0.393906474 353.827819824\n-0.440708995 0.005815704 0.897631109 -324.604370117 0.034180656 0.999362528 0.010306829 -8.380060196 -0.896998942 0.035223935 -0.440626860 353.622161865\n-0.485218048 0.005456119 0.874376237 -324.265319824 0.036525421 0.999234200 0.014033833 -8.374769211 -0.873630047 0.038746428 -0.485045671 353.382141113\n-0.527170181 0.002951008 0.849754691 -323.923767090 0.035307009 0.999206483 0.018433714 -8.368613243 -0.849026024 0.039719999 -0.526856065 353.124389648\n-0.567778468 -0.001426141 0.823180079 -323.547149658 0.027077835 0.999424994 0.020408090 -8.371332169 -0.822735846 0.033877213 -0.567413330 352.859313965\n-0.604162335 -0.002834983 0.796856225 -323.191497803 0.020739928 0.999598980 0.019280931 -8.363525391 -0.796591341 0.028175553 -0.603861213 352.560607910\n-0.637574553 0.000439345 0.770388722 -322.845703125 0.021080235 0.999635339 0.016875941 -8.364696503 -0.770100415 0.026999641 -0.637351274 352.234802246\n-0.667248249 0.006161352 0.744809926 -322.492095947 0.024566265 0.999603808 0.013738922 -8.356779099 -0.744430184 0.027464468 -0.667135239 351.871032715\n-0.695008636 0.009126480 0.718943417 -322.124969482 0.023774864 0.999664366 0.010293327 -8.345642090 -0.718608201 0.024246734 -0.694992304 351.501708984\n-0.720098495 0.009217474 0.693810582 -321.764862061 0.019407539 0.999788105 0.006860400 -8.334103584 -0.693600357 0.018405320 -0.720124841 351.104980469\n-0.742386460 0.006615208 0.669939280 -321.398742676 0.015713183 0.999848127 0.007539565 -8.331885338 -0.669787645 0.016124150 -0.742377639 350.677642822\n-0.762329698 0.004286496 0.647174537 -321.023864746 0.015533815 0.999811172 0.011675680 -8.331461906 -0.647002280 0.018953810 -0.762252450 350.221862793\n-0.781139493 0.005546677 0.624331951 -320.679229736 0.017957659 0.999746442 0.013585988 -8.334461212 -0.624098301 0.021824092 -0.781041145 349.766937256\n-0.799311876 0.006790495 0.600878179 -320.315979004 0.018716693 0.999732316 0.013599754 -8.324550629 -0.600625038 0.022116896 -0.799224973 349.263336182\n-0.814702749 0.005698637 0.579851151 -319.965209961 0.016720179 0.999766827 0.013666724 -8.322232246 -0.579638064 0.020829529 -0.814608097 348.725708008\n-0.828557253 0.006714085 0.559864104 -319.596527100 0.017148027 0.999763310 0.013388297 -8.316024780 -0.559641719 0.020693535 -0.828476310 348.171142578\n-0.839313507 0.009475267 0.543565392 -319.253784180 0.021073921 0.999663651 0.015114180 -8.316287994 -0.543239355 0.024140587 -0.839230895 347.617523193\n-0.847064257 0.013423750 0.531321228 -318.898498535 0.026604516 0.999498725 0.017162330 -8.309221268 -0.530824482 0.028673138 -0.846996665 347.021453857\n-0.852432013 0.015862212 0.522597432 -318.533386230 0.029497538 0.999406695 0.017780120 -8.304290771 -0.522005320 0.030571679 -0.852394223 346.409576416\n-0.855676889 0.017853344 0.517202854 -318.158996582 0.032002863 0.999317467 0.018451069 -8.297781944 -0.516520381 0.032340117 -0.855664253 345.797210693\n-0.856644273 0.016029000 0.515658617 -317.767761230 0.029918972 0.999378562 0.018638058 -8.286948204 -0.515039384 0.031394158 -0.856591463 345.130371094\n-0.857393861 0.017034844 0.514379144 -317.366882324 0.030620836 0.999369979 0.017943963 -8.273136139 -0.513749421 0.031135757 -0.857375383 344.475982666\n-0.857058287 0.017688982 0.514916062 -316.969421387 0.031524323 0.999338329 0.018140625 -8.271763802 -0.514254451 0.031779949 -0.857048869 343.809814453\n-0.856062174 0.021927992 0.516407311 -316.554840088 0.036372125 0.999178588 0.017867342 -8.260664940 -0.515591323 0.034078389 -0.856156588 343.104095459\n-0.855075717 0.021886310 0.518041551 -316.124816895 0.036721453 0.999156117 0.018399635 -8.248696327 -0.517201662 0.034756314 -0.855157852 342.402984619\n-0.853348255 0.018838672 0.521000803 -315.685272217 0.034807496 0.999175847 0.020882444 -8.239862442 -0.520178020 0.035954732 -0.853300691 341.687103271\n-0.852092862 0.015404371 0.523163974 -315.223052979 0.031649482 0.999254107 0.022125788 -8.230939865 -0.522432923 0.035411093 -0.851944923 340.954589844\n-0.849953413 0.014041454 0.526670873 -314.770294189 0.030660234 0.999268889 0.022838898 -8.215290070 -0.525965095 0.035559848 -0.849762559 340.221618652\n-0.848371148 0.017116621 0.529125452 -314.284606934 0.033416972 0.999215424 0.021255448 -8.200150490 -0.528346479 0.035714272 -0.848277569 339.459869385\n-0.846538186 0.015009537 0.532116473 -313.800994873 0.031844474 0.999240100 0.022475211 -8.189822197 -0.531374812 0.035971094 -0.846372843 338.684753418\n-0.844873071 0.016444635 0.534714520 -313.312164307 0.032247812 0.999275327 0.020221226 -8.180460930 -0.533994496 0.034327734 -0.844791174 337.921691895\n-0.842469573 0.017837668 0.538449109 -312.816528320 0.031438369 0.999376297 0.016081963 -8.176258087 -0.537826419 0.030476518 -0.842504859 337.155548096\n-0.840595007 0.020251919 0.541285694 -312.306701660 0.033628434 0.999324322 0.014834411 -8.168744087 -0.540619552 0.030672319 -0.840708017 336.380187988\n-0.838885784 0.023317415 0.543808043 -311.785980225 0.038902596 0.999095440 0.017172433 -8.168441772 -0.542915702 0.035561249 -0.839034081 335.552764893\n-0.837440014 0.022376463 0.546071231 -311.269348145 0.041232303 0.998900712 0.022300588 -8.164035797 -0.544971943 0.041191172 -0.837442040 334.757629395\n-0.836751819 0.023976523 0.547057390 -310.754150391 0.045662638 0.998616517 0.026075756 -8.155559540 -0.545675337 0.046799015 -0.836688995 333.963012695\n-0.836363912 0.021155421 0.547766268 -310.224975586 0.045744706 0.998463213 0.031283986 -8.146743774 -0.546262622 0.051222201 -0.836046338 333.147827148\n-0.836967468 0.022853075 0.546775639 -309.702453613 0.048926905 0.998251379 0.033171024 -8.132424355 -0.545061469 0.054515097 -0.836622000 332.349639893\n-0.837654114 0.019137958 0.545865834 -309.178466797 0.046475731 0.998258889 0.036320183 -8.111698151 -0.544220328 0.055793259 -0.837085128 331.554199219\n-0.838622570 0.018210329 0.544409037 -308.656158447 0.045707457 0.998268783 0.037017185 -8.101613045 -0.542792439 0.055926982 -0.838003039 330.758911133\n-0.838822246 0.016776826 0.544146895 -308.134033203 0.043550301 0.998389661 0.036352590 -8.087105751 -0.542660773 0.054191120 -0.838202000 329.956970215\n-0.839670777 0.017205695 0.542823076 -307.612670898 0.044396710 0.998327374 0.037031781 -8.065908432 -0.541278005 0.055194069 -0.839030266 329.152648926\n-0.839917302 0.016675143 0.542458177 -307.096740723 0.046311554 0.998084247 0.041025609 -8.043383598 -0.540734828 0.059580199 -0.839080453 328.348876953\n-0.840303540 0.015145636 0.541905046 -306.579956055 0.043777704 0.998240829 0.039984051 -8.029304504 -0.540346146 0.057322089 -0.839488268 327.569549561\n-0.839852214 0.016244274 0.542571902 -306.072082520 0.040473871 0.998643696 0.032751113 -8.012784958 -0.541303992 0.049466081 -0.839370608 326.779846191\n-0.840036988 0.018140437 0.542225838 -305.554931641 0.036745261 0.999048233 0.023503499 -8.008066177 -0.541283369 0.039668038 -0.839903951 326.004638672\n-0.840162635 0.015543930 0.542112052 -305.035888672 0.032151658 0.999258637 0.021176821 -7.999090195 -0.541380942 0.035221770 -0.840039492 325.212951660\n-0.839561939 0.012708347 0.543115258 -304.519165039 0.029098283 0.999343216 0.021597276 -7.997011185 -0.542484105 0.033935975 -0.839380264 324.447357178\n-0.838295460 0.007490803 0.545165002 -304.005249023 0.025560953 0.999346077 0.025573401 -7.987128735 -0.544616997 0.035372999 -0.837938786 323.668548584\n-0.837445617 0.004866492 0.546499252 -303.491638184 0.024619546 0.999281168 0.028828096 -7.985023499 -0.545966089 0.037596520 -0.836963415 322.906402588\n-0.836583138 0.003309105 0.547830045 -302.972839355 0.024183672 0.999230027 0.030894790 -7.968622208 -0.547306001 0.039094601 -0.836018920 322.119750977\n-0.834936142 0.003544052 0.550335467 -302.468414307 0.026375143 0.999087930 0.033580862 -7.956158161 -0.549714506 0.042553052 -0.834268093 321.352081299\n-0.833104491 0.004232013 0.553099751 -301.958618164 0.026794327 0.999105513 0.032714248 -7.953502178 -0.552466571 0.042074315 -0.832472682 320.598358154\n-0.830867171 0.006444882 0.556433380 -301.454223633 0.026623994 0.999248207 0.028181210 -7.945983887 -0.555833459 0.038229324 -0.830414176 319.859283447\n-0.828292847 0.009142403 0.560220718 -300.955749512 0.026529152 0.999385357 0.022914404 -7.936554432 -0.559666932 0.033842020 -0.828026295 319.123687744\n-0.826100588 0.012540157 0.563383400 -300.460998535 0.028786849 0.999386132 0.019965749 -7.934083939 -0.562787175 0.032711748 -0.825954556 318.405303955\n-0.824588180 0.012718756 0.565590501 -299.961181641 0.029782094 0.999336898 0.020947380 -7.934991360 -0.564949036 0.034117430 -0.824420214 317.694030762\n-0.822785854 0.007640223 0.568300486 -299.475402832 0.027025513 0.999304533 0.025692919 -7.929693222 -0.567708910 0.036498375 -0.822420120 316.996795654\n-0.821023703 0.003004142 0.570886493 -298.998748779 0.023912095 0.999289572 0.029130807 -7.930471897 -0.570393443 0.037568167 -0.820512295 316.325012207\n-0.819517612 0.005545512 0.573027670 -298.536132812 0.026444379 0.999253869 0.028149171 -7.926793098 -0.572444022 0.038222093 -0.819052815 315.672027588\n-0.817941427 0.008602936 0.575236976 -298.074890137 0.028591547 0.999260485 0.025710516 -7.917108059 -0.574590385 0.037476614 -0.817582488 315.016143799\n-0.816612005 0.007794999 0.577134430 -297.630096436 0.027462337 0.999301076 0.025360681 -7.913953304 -0.576533377 0.036559295 -0.816255331 314.407348633\n-0.815035582 0.005242153 0.579387605 -297.200836182 0.025492204 0.999315202 0.026818810 -7.908896923 -0.578850210 0.036628142 -0.814611077 313.821441650\n-0.813323975 0.007513082 0.581762910 -296.789001465 0.028047038 0.999260426 0.026305905 -7.908058643 -0.581134975 0.037711941 -0.812933207 313.241333008\n-0.811906457 0.005247246 0.583763838 -296.377227783 0.025665088 0.999313653 0.026712868 -7.908415794 -0.583223045 0.036670703 -0.811483860 312.663696289\n-0.810708284 -0.000051006 0.585450530 -295.964294434 0.019203488 0.999459565 0.026679289 -7.898599625 -0.585135520 0.032871809 -0.810269237 312.114685059\n-0.809476972 -0.002999273 0.587144017 -295.562774658 0.016155366 0.999494553 0.027378555 -7.894605637 -0.586929381 0.031647835 -0.809019446 311.576690674\n-0.808019042 -0.002881478 0.589149237 -295.162872314 0.015729604 0.999526083 0.026461774 -7.902332783 -0.588946283 0.030648703 -0.807590842 311.028778076\n-0.807737231 -0.002409626 0.589537740 -294.778503418 0.014690976 0.999598861 0.024214070 -7.892846107 -0.589359581 0.028219491 -0.807377815 310.505187988\n-0.809415340 -0.007571542 0.587187767 -294.403198242 0.008420298 0.999664426 0.024497308 -7.881520748 -0.587176204 0.024772793 -0.809080005 310.005371094\n-0.811998606 -0.012888523 0.583517313 -294.044464111 0.003663346 0.999623895 0.027177101 -7.882949829 -0.583648086 0.024205389 -0.811646104 309.539520264\n-0.814595222 -0.015194934 0.579830945 -293.711700439 0.002801263 0.999542058 0.030129250 -7.891822815 -0.580023229 0.026167400 -0.814179659 309.067535400\n-0.816667557 -0.013857978 0.576942265 -293.404174805 0.004731787 0.999517262 0.030705996 -7.895796299 -0.577089250 0.027806554 -0.816207767 308.624877930\n-0.818348169 -0.010921084 0.574619174 -293.119659424 0.007276079 0.999542415 0.029359363 -7.888735294 -0.574676931 0.028207153 -0.817894220 308.222198486\n-0.819998264 -0.008103967 0.572308779 -292.842864990 0.009084747 0.999589503 0.027170854 -7.882287979 -0.572294056 0.027479330 -0.819588065 307.827545166\n-0.821255326 -0.007478729 0.570512235 -292.568939209 0.007273163 0.999695599 0.023574565 -7.884937286 -0.570514858 0.023510158 -0.820950985 307.430206299\n-0.821828127 -0.007237015 0.569689572 -292.291748047 0.005744284 0.999763250 0.020987073 -7.888266087 -0.569706559 0.020520223 -0.821592093 307.031219482\n-0.821442485 -0.007213718 0.570246041 -292.021148682 0.005439737 0.999775410 0.020483315 -7.883598328 -0.570265710 0.019927852 -0.821218848 306.636840820\n-0.821428299 -0.007918623 0.570257306 -291.751556396 0.005356959 0.999752343 0.021599056 -7.883383751 -0.570287108 0.020796916 -0.821182489 306.254791260\n-0.821058273 -0.008689879 0.570778310 -291.473663330 0.004154669 0.999766648 0.021197503 -7.874785423 -0.570829332 0.019775780 -0.820830584 305.876770020\n-0.819594502 -0.006956403 0.572902143 -291.214660645 0.005137661 0.999796867 0.019489869 -7.876894951 -0.572921336 0.018917162 -0.819392323 305.490295410\n-0.817870021 -0.006215761 0.575369477 -290.938629150 0.004694566 0.999836266 0.017474491 -7.882399559 -0.575383902 0.016992971 -0.817706943 305.124053955\n-0.815718651 -0.004605140 0.578430653 -290.671447754 0.003478637 0.999911189 0.012866401 -7.891446590 -0.578438520 0.012507512 -0.815630078 304.756347656\n-0.813199162 -0.001819355 0.581982970 -290.408142090 0.003483480 0.999961972 0.007993445 -7.895508766 -0.581975400 0.008527586 -0.813161850 304.402343750\n-0.810617328 0.001701849 0.585573673 -290.150604248 0.004915962 0.999980330 0.003898995 -7.895230293 -0.585555553 0.006039252 -0.810609818 304.043182373\n-0.808337450 0.004866032 0.588699520 -289.888122559 0.008047449 0.999963760 0.002784440 -7.897085190 -0.588664591 0.006988296 -0.808347225 303.691345215\n-0.805679440 0.006692708 0.592314005 -289.625732422 0.011206744 0.999929428 0.003945217 -7.890010834 -0.592245817 0.009816492 -0.805697560 303.334259033\n-0.803305507 0.005769216 0.595539808 -289.345184326 0.012397344 0.999898374 0.007036005 -7.889575005 -0.595438719 0.013035170 -0.803295374 302.965362549\n-0.800780296 0.001763189 0.598955691 -289.062286377 0.011576101 0.999854445 0.012533450 -7.893411636 -0.598846436 0.016970109 -0.800684094 302.588073730\n-0.797710538 -0.003207737 0.603032172 -288.771514893 0.010873105 0.999746799 0.019701295 -7.899564743 -0.602942646 0.022272762 -0.797473669 302.210571289\n-0.794558167 -0.005962905 0.607158601 -288.468658447 0.012188435 0.999593675 0.025767406 -7.902776718 -0.607065558 0.027874021 -0.794162631 301.823120117\n-0.791106820 -0.004185420 0.611663938 -288.172943115 0.015795266 0.999503374 0.027268380 -7.900740623 -0.611474276 0.031233590 -0.790647864 301.431243896\n-0.788088202 -0.001973212 0.615559459 -287.861297607 0.017975083 0.999494672 0.026217068 -7.892421722 -0.615300119 0.031726088 -0.787654400 301.042480469\n-0.785033822 -0.002183668 0.619449556 -287.548217773 0.016789922 0.999551415 0.024801603 -7.880673409 -0.619225800 0.029870598 -0.784644961 300.652557373\n-0.782702684 -0.004638123 0.622378707 -287.208435059 0.014150780 0.999581158 0.025245134 -7.874751568 -0.622235060 0.028566573 -0.782309175 300.246551514\n-0.780951381 -0.007700874 0.624544621 -286.862426758 0.011663183 0.999569833 0.026909111 -7.863439083 -0.624483168 0.028298879 -0.780525565 299.828247070\n-0.779946923 -0.010624102 0.625755489 -286.506561279 0.009880635 0.999522269 0.029285235 -7.857944965 -0.625767708 0.029023791 -0.779469371 299.398284912\n-0.778977633 -0.011570317 0.626945198 -286.142486572 0.009590425 0.999492943 0.030361785 -7.845320225 -0.626978576 0.029663818 -0.778471708 298.952056885\n-0.778902650 -0.012400786 0.627022564 -285.780639648 0.008206367 0.999517381 0.029961862 -7.839795589 -0.627091527 0.028482944 -0.778424978 298.508087158\n-0.780061960 -0.013174345 0.625563860 -285.407348633 0.006156927 0.999568284 0.028728390 -7.833303928 -0.625672281 0.026261469 -0.779644132 298.053466797\n-0.781547308 -0.012708140 0.623716593 -285.018463135 0.004785080 0.999640942 0.026363486 -7.823991299 -0.623827696 0.023588846 -0.781205893 297.569946289\n-0.783298492 -0.012693502 0.621516287 -284.622070312 0.003399519 0.999689102 0.024701517 -7.807391167 -0.621636629 0.021461517 -0.783011913 297.068786621\n-0.785035372 -0.014684761 0.619276941 -284.221496582 0.001876878 0.999657989 0.026083894 -7.793484688 -0.619448185 0.021639086 -0.784739375 296.555847168\n-0.788014054 -0.014448689 0.615488052 -283.813140869 0.003661236 0.999596894 0.028153220 -7.781971931 -0.615646780 0.024438573 -0.787643552 296.041198730\n-0.790488362 -0.014849748 0.612297237 -283.407775879 0.003451949 0.999582112 0.028698919 -7.781607628 -0.612467527 0.024799777 -0.790106773 295.514343262\n-0.793912768 -0.018144269 0.607761323 -282.981445312 -0.001309971 0.999603391 0.028131230 -7.768005371 -0.608030677 0.021537585 -0.793621659 294.963653564\n-0.799240589 -0.019113738 0.600707054 -282.536285400 -0.005628608 0.999688387 0.024319954 -7.755754471 -0.600984752 0.016056351 -0.799099207 294.393890381\n-0.805338264 -0.019551428 0.592493236 -282.101440430 -0.008336348 0.999730647 0.021658616 -7.739644051 -0.592757106 0.012503280 -0.805284381 293.803253174\n-0.813068748 -0.019980494 0.581824899 -281.670410156 -0.009087921 0.999724686 0.021631751 -7.729901314 -0.582096934 0.012300521 -0.813026428 293.200592041\n-0.821930647 -0.021331685 0.569188356 -281.229888916 -0.010418301 0.999694347 0.022421485 -7.719589710 -0.569492638 0.012498925 -0.821901560 292.569488525\n-0.830353022 -0.020057078 0.556877196 -280.793823242 -0.009573625 0.999718010 0.021731792 -7.706659794 -0.557156026 0.012713718 -0.830310822 291.920532227\n-0.838648677 -0.020251567 0.544296622 -280.356018066 -0.010871422 0.999731839 0.020446271 -7.696564198 -0.544564724 0.011229955 -0.838643909 291.251251221\n-0.846858501 -0.017766215 0.531521440 -279.927734375 -0.009048889 0.999778509 0.019000459 -7.690711021 -0.531741261 0.011281022 -0.846831799 290.562561035\n-0.853870869 -0.017468875 0.520191789 -279.498077393 -0.008207059 0.999764264 0.020102179 -7.673267841 -0.520420313 0.012895418 -0.853812933 289.854858398\n-0.859434605 -0.016804229 0.510969579 -279.071166992 -0.006038947 0.999723613 0.022720542 -7.664021492 -0.511210144 0.016441099 -0.859298587 289.105682373\n-0.863829255 -0.018244993 0.503454864 -278.633483887 -0.006608053 0.999668360 0.024889452 -7.651194572 -0.503742039 0.018173372 -0.863663316 288.347259521\n-0.867004275 -0.016414007 0.498030305 -278.198547363 -0.005142497 0.999698818 0.023995521 -7.641139507 -0.498274177 0.018243099 -0.866827607 287.597534180\n-0.868840218 -0.016515946 0.494817317 -277.760498047 -0.005971252 0.999720275 0.022883726 -7.619178772 -0.495056868 0.016927620 -0.868695855 286.813964844\n-0.870275736 -0.014873410 0.492340595 -277.317687988 -0.003483863 0.999704838 0.024042504 -7.611891747 -0.492552906 0.019208355 -0.870070696 286.031982422\n-0.871572971 -0.016804416 0.489978075 -276.847778320 -0.003501048 0.999600232 0.028054891 -7.599508286 -0.490253657 0.022736443 -0.871283412 285.218597412\n-0.872219205 -0.015675036 0.488864154 -276.392883301 -0.000690888 0.999524832 0.030816296 -7.580109119 -0.489114881 0.026540810 -0.871815562 284.402160645\n-0.872024179 -0.011400779 0.489330858 -275.937103271 0.002327304 0.999620795 0.027437311 -7.566985130 -0.489458114 0.025064807 -0.871666908 283.575836182\n-0.872206688 -0.007422892 0.489081591 -275.453948975 0.003460543 0.999766171 0.021345038 -7.558970928 -0.489125669 0.020309769 -0.871977091 282.744934082\n-0.871599913 -0.002704541 0.490210831 -274.978240967 0.006106362 0.999847293 0.016373428 -7.540123463 -0.490180254 0.017264480 -0.871450305 281.899261475\n-0.870820284 -0.003851030 0.491586924 -274.496032715 0.006914331 0.999774456 0.020080479 -7.535627365 -0.491553366 0.020885477 -0.870597363 281.038391113\n-0.870038271 -0.003756490 0.492970496 -273.999328613 0.009231124 0.999671519 0.023909517 -7.515032768 -0.492898375 0.025352858 -0.869717836 280.157958984\n-0.869729400 -0.002521419 0.493522525 -273.491882324 0.012099359 0.999577463 0.026429435 -7.511519909 -0.493380636 0.028957764 -0.869331360 279.292144775\n-0.868790865 -0.002919539 0.495171040 -272.986541748 0.012755507 0.999518871 0.028273061 -7.495958805 -0.495015323 0.030879527 -0.868335605 278.402374268\n-0.867546082 -0.005504554 0.497326434 -272.476593018 0.011269440 0.999464452 0.030720999 -7.479912758 -0.497229218 0.032256473 -0.867019415 277.524230957\n-0.866465807 -0.001707728 0.499233902 -271.968109131 0.016824706 0.999326229 0.032619197 -7.458162785 -0.498953223 0.036662873 -0.865853310 276.640777588\n-0.864921570 0.001223901 0.501905620 -271.474853516 0.020209983 0.999270916 0.032390632 -7.461317539 -0.501500070 0.038158856 -0.864315748 275.778839111\n-0.862871408 0.005405005 0.505394995 -270.964172363 0.022502379 0.999362111 0.027730986 -7.445646286 -0.504922688 0.035300858 -0.862442613 274.906036377\n-0.860520244 0.014383673 0.509213269 -270.455810547 0.030712359 0.999247849 0.023675248 -7.437023163 -0.508489728 0.036012169 -0.860314727 274.040130615\n-0.857267499 0.018395564 0.514542818 -269.952026367 0.035167895 0.999119639 0.022872578 -7.428701401 -0.513669074 0.037703298 -0.857159734 273.168273926\n-0.853561163 0.019206213 0.520638645 -269.426605225 0.037702154 0.998977304 0.024958810 -7.416805267 -0.519626856 0.040933069 -0.853412271 272.299896240\n-0.849724412 0.016734624 0.526961684 -268.891418457 0.036167379 0.998991787 0.026595011 -7.408049583 -0.525985301 0.041657247 -0.849473000 271.440887451\n-0.846411228 0.017324632 0.532248020 -268.354309082 0.038240559 0.998867750 0.028299253 -7.409350395 -0.531155109 0.044306267 -0.846115351 270.602508545\n-0.842998624 0.014352380 0.537724495 -267.811676025 0.032506771 0.999176264 0.024292372 -7.399921417 -0.536932886 0.037958119 -0.842770696 269.770080566\n-0.840034723 0.013662108 0.542361200 -267.262878418 0.029237855 0.999370158 0.020110771 -7.397279263 -0.541744828 0.032751214 -0.839905024 268.943267822\n-0.836819053 0.013249745 0.547319293 -266.710327148 0.029748050 0.999330640 0.021290787 -7.390179634 -0.546670854 0.034098215 -0.836652994 268.104888916\n-0.834154725 0.006674110 0.551490366 -266.156860352 0.026051998 0.999287426 0.027311523 -7.381084442 -0.550915122 0.037149455 -0.833734274 267.275909424\n-0.832430720 0.003346056 0.554119051 -265.592437744 0.026845908 0.999051094 0.034296740 -7.370372295 -0.553478479 0.043425489 -0.831730604 266.435913086\n-0.830396414 0.000189338 0.557173371 -265.039245605 0.023241797 0.999141335 0.034299426 -7.358194828 -0.556688488 0.041431822 -0.829687715 265.625610352\n-0.829590082 -0.000298999 0.558372974 -264.488464355 0.021185178 0.999262989 0.032010492 -7.340802193 -0.557971001 0.038384814 -0.828972340 264.835723877\n-0.828765512 -0.003131391 0.559587419 -263.955078125 0.016398067 0.999419034 0.029878659 -7.325811863 -0.559355855 0.033938549 -0.828232646 264.055328369\n-0.828523040 -0.000954063 0.559954405 -263.425292969 0.019380815 0.999350548 0.030379070 -7.324892044 -0.559619725 0.036022127 -0.827966452 263.287780762\n-0.827548862 0.002561479 0.561388373 -262.916076660 0.022592330 0.999331474 0.028743891 -7.317231178 -0.560939431 0.036470037 -0.827053428 262.530853271\n-0.827224255 0.006748007 0.561831713 -262.419921875 0.026830895 0.999261558 0.027503144 -7.306286812 -0.561231256 0.037825707 -0.826794505 261.803833008\n-0.826534033 0.010144455 0.562795639 -261.936462402 0.032029707 0.999065220 0.029031258 -7.299958229 -0.561975002 0.042021494 -0.826086283 261.088287354\n-0.825540662 0.011094494 0.564233780 -261.459014893 0.034142949 0.998957157 0.030312724 -7.294327259 -0.563309073 0.044288985 -0.825058579 260.381652832\n-0.824890494 0.007462305 0.565243363 -261.000030518 0.030624399 0.999034405 0.031502672 -7.291465759 -0.564462483 0.043296494 -0.824322581 259.718231201\n-0.825140834 0.006900449 0.564884901 -260.542419434 0.028772021 0.999141037 0.029822795 -7.280205250 -0.564193904 0.040860888 -0.824630618 259.065612793\n-0.825812578 0.005944927 0.563913584 -260.109252930 0.027119339 0.999206185 0.029180501 -7.275186539 -0.563292444 0.039390583 -0.825318217 258.437988281\n-0.826711297 0.001945828 0.562623262 -259.701599121 0.022351837 0.999318182 0.029387355 -7.273348808 -0.562182486 0.036870517 -0.826191068 257.846466064\n-0.828135729 -0.001138850 0.560526669 -259.296936035 0.018490378 0.999398172 0.029348658 -7.269721031 -0.560222805 0.034669019 -0.827616215 257.276458740\n-0.828805566 -0.003591644 0.559525430 -258.908172607 0.015516369 0.999447286 0.029399402 -7.264768600 -0.559321761 0.033048186 -0.828291774 256.723632812\n-0.829120398 -0.005622182 0.559041858 -258.559295654 0.014312999 0.999408245 0.031278610 -7.264046669 -0.558886886 0.033935301 -0.828549266 256.188507080\n-0.829657078 -0.007087349 0.558228433 -258.211822510 0.013066854 0.999398947 0.032108892 -7.257656574 -0.558120489 0.033933658 -0.829065800 255.684234619\n-0.830350995 -0.008446526 0.557176769 -257.886199951 0.013341181 0.999297202 0.035030991 -7.251502037 -0.557081044 0.036521412 -0.829654694 255.206787109\n-0.830635071 -0.013669563 0.556649745 -257.582916260 0.008857725 0.999247730 0.037755907 -7.246551514 -0.556747139 0.036292024 -0.829889178 254.753448486\n-0.832082748 -0.018131705 0.554354906 -257.269165039 0.003887389 0.999250352 0.038518183 -7.240771294 -0.554637730 0.034205310 -0.831388474 254.336273193\n-0.832381964 -0.022071546 0.553762615 -256.994506836 -0.001196733 0.999275863 0.038029697 -7.230795383 -0.554201007 0.030992528 -0.831805706 253.935577393\n-0.832702875 -0.020703496 0.553332984 -256.744049072 -0.000501968 0.999328554 0.036635455 -7.233703136 -0.553719938 0.030228691 -0.832154155 253.549896240\n-0.832849383 -0.014247217 0.553316295 -256.496276855 0.004121148 0.999481320 0.031938557 -7.228014946 -0.553484321 0.028880306 -0.832358718 253.176239014\n-0.832260013 -0.007585109 0.554333985 -256.264556885 0.009175098 0.999580979 0.027452758 -7.230723381 -0.554309964 0.027933894 -0.831841707 252.808898926\n-0.831798315 -0.004479118 0.555060208 -256.020568848 0.009494379 0.999706328 0.022295257 -7.222198009 -0.554997087 0.023815105 -0.831511497 252.444366455\n-0.830967188 -0.008910411 0.556250453 -255.769805908 0.002723814 0.999794602 0.020084444 -7.223375320 -0.556315124 0.018204633 -0.830772281 252.099365234\n-0.829811931 -0.012081022 0.557912409 -255.528350830 -0.001369122 0.999806702 0.019613424 -7.223124981 -0.558041513 0.015511603 -0.829668045 251.753784180\n-0.828702450 -0.009221183 0.559613585 -255.286682129 0.002814679 0.999782979 0.020642301 -7.211543560 -0.559682488 0.018681457 -0.828496575 251.398223877\n-0.827302814 -0.004951780 0.561734676 -255.058074951 0.009802353 0.999681652 0.023248907 -7.213676453 -0.561670959 0.024740204 -0.826990843 251.043426514\n-0.826374888 0.000008697 0.563120782 -254.825439453 0.015596061 0.999616742 0.022871643 -7.210874557 -0.562904775 0.027683012 -0.826058388 250.682678223\n-0.825542450 0.001967830 0.564336538 -254.593505859 0.017301382 0.999612093 0.021823786 -7.218959808 -0.564074695 0.027780265 -0.825256348 250.346557617\n-0.824832201 0.001074863 0.565376997 -254.364913940 0.015555010 0.999662817 0.020792801 -7.216064453 -0.565163970 0.025945012 -0.824570775 250.010589600\n-0.823812127 0.000608476 0.566862583 -254.122726440 0.015285278 0.999659657 0.021140801 -7.212834835 -0.566656768 0.026080700 -0.823541164 249.677246094\n-0.820858598 0.002671307 0.571125329 -253.894805908 0.019503556 0.999536932 0.023356676 -7.202525139 -0.570798516 0.030311503 -0.820530534 249.337951660\n-0.817595840 0.005345093 0.575767696 -253.664001465 0.023938619 0.999407887 0.024715157 -7.193613052 -0.575294614 0.033990093 -0.817239761 249.007751465\n-0.814340949 0.004681621 0.580368161 -253.411285400 0.022983827 0.999443173 0.024187498 -7.184481144 -0.579931796 0.033035945 -0.813995123 248.662536621\n-0.810505509 0.001686080 0.585728765 -253.154571533 0.019454705 0.999521613 0.024043331 -7.188382149 -0.585408032 0.030882427 -0.810150623 248.327575684\n-0.806567430 0.002022461 0.591139257 -252.898925781 0.020464057 0.999490321 0.024502190 -7.195818901 -0.590788424 0.031859767 -0.806197643 247.990783691\n-0.802753448 0.005639166 0.596284866 -252.642333984 0.025713556 0.999352515 0.025166033 -7.199114323 -0.595756888 0.035534713 -0.802378654 247.634460449\n-0.799128771 0.009333865 0.601087749 -252.381317139 0.029125001 0.999306440 0.023203319 -7.185465813 -0.600454271 0.036049116 -0.798846364 247.281158447\n-0.795893908 0.010831851 0.605339408 -252.106750488 0.028640740 0.999394178 0.019773534 -7.179553986 -0.604758501 0.033075001 -0.795722008 246.928619385\n-0.793210149 0.009913548 0.608867228 -251.813720703 0.024186304 0.999591410 0.015233739 -7.165620327 -0.608467400 0.026809806 -0.793125749 246.583618164\n-0.789855123 0.006506918 0.613259315 -251.516921997 0.019844968 0.999691248 0.014952465 -7.164140224 -0.612972677 0.023980388 -0.789740443 246.222656250\n-0.785708547 0.004479597 0.618580818 -251.218017578 0.019811349 0.999643028 0.017924815 -7.170040607 -0.618279755 0.026338600 -0.785516858 245.841339111\n-0.782155275 0.006918966 0.623045206 -250.906463623 0.023149986 0.999570608 0.017961597 -7.161963463 -0.622653425 0.028472247 -0.781979561 245.456420898\n-0.778701067 0.009402080 0.627324820 -250.591796875 0.026465410 0.999489963 0.017871693 -7.161096096 -0.626836836 0.030519113 -0.778552771 245.056610107\n-0.776059389 0.010207602 0.630577505 -250.255035400 0.027676461 0.999456942 0.017882839 -7.152769089 -0.630052507 0.031330295 -0.775920510 244.647186279\n-0.774491429 0.007951669 0.632534802 -249.903747559 0.024811067 0.999533415 0.017814031 -7.155404091 -0.632098019 0.029490670 -0.774327397 244.236663818\n-0.773553848 0.006594026 0.633696198 -249.546752930 0.020370007 0.999687910 0.014463288 -7.155409336 -0.633403063 0.024096530 -0.773446798 243.814178467\n-0.773128152 0.006008326 0.634221435 -249.182495117 0.015655702 0.999831259 0.009612655 -7.153470993 -0.634056628 0.017360996 -0.773091674 243.386749268\n-0.773058772 0.006713865 0.634298980 -248.812957764 0.013727777 0.999886870 0.006147372 -7.154886246 -0.634185970 0.013459794 -0.773063421 242.938812256\n-0.773923635 0.005209900 0.633257866 -248.425720215 0.011979904 0.999907672 0.006414621 -7.152868748 -0.633166015 0.012550793 -0.773914576 242.472991943\n-0.775708675 0.000448433 0.631091118 -248.041503906 0.008533658 0.999915779 0.009778678 -7.142369270 -0.631033540 0.012970921 -0.775647163 242.007354736\n-0.777474999 -0.007047466 0.628874481 -247.639175415 0.004801825 0.999841571 0.017141175 -7.134487152 -0.628895640 0.016346578 -0.777318001 241.513275146\n-0.779787064 -0.016836280 0.625818729 -247.222381592 -0.000106836 0.999641895 0.026760051 -7.136229515 -0.626045167 0.020800276 -0.779509544 241.009094238\n-0.782807708 -0.023149565 0.621832907 -246.804199219 -0.005341099 0.999520898 0.030486356 -7.130252838 -0.622240722 0.020543683 -0.782556295 240.506439209\n-0.785841346 -0.026119966 0.617876291 -246.387649536 -0.011377388 0.999549210 0.027784476 -7.118867874 -0.618323445 0.014804373 -0.785784245 239.988372803\n-0.790125847 -0.026255310 0.612382114 -245.957000732 -0.014352035 0.999600708 0.024339236 -7.105974674 -0.612776637 0.010442130 -0.790187240 239.449401855\n-0.796006560 -0.023489824 0.604832113 -245.539855957 -0.015921326 0.999713480 0.017872091 -7.095042229 -0.605078638 0.004596571 -0.796152472 238.899169922\n-0.803752184 -0.018993147 0.594661236 -245.122161865 -0.014165897 0.999817908 0.012786809 -7.087713718 -0.594795823 0.001853515 -0.803874850 238.330657959\n-0.812150478 -0.018054325 0.583168685 -244.701904297 -0.015695482 0.999835432 0.009095587 -7.089077950 -0.583236933 -0.001766129 -0.812300205 237.750793457\n-0.821601748 -0.015703181 0.569845915 -244.291687012 -0.014127336 0.999874413 0.007184692 -7.087107182 -0.569887161 -0.002147449 -0.821720362 237.151214600\n-0.830885887 -0.015056603 0.556239307 -243.896636963 -0.013518948 0.999885023 0.006871448 -7.088169098 -0.556278825 -0.001810382 -0.830993891 236.533172607\n-0.841477752 -0.015937742 0.540056467 -243.472381592 -0.012662922 0.999872029 0.009777001 -7.094602585 -0.540143192 0.001388436 -0.841571927 235.897735596\n-0.852203846 -0.018164745 0.522894323 -243.079559326 -0.012943072 0.999823213 0.013638313 -7.092901707 -0.523049653 0.004854764 -0.852288365 235.247009277\n-0.862798810 -0.021459747 0.505092025 -242.692077637 -0.013798758 0.999726057 0.018904118 -7.088088512 -0.505359352 0.009340806 -0.862858653 234.584594727\n-0.873043537 -0.023076134 0.487095922 -242.320983887 -0.014355509 0.999662995 0.021628948 -7.092555046 -0.487430871 0.011890504 -0.873080611 233.916748047\n-0.882221699 -0.019946191 0.470411718 -241.952285767 -0.012742578 0.999747813 0.018493127 -7.095155239 -0.470661968 0.010320778 -0.882253408 233.215270996\n-0.889955878 -0.013080462 0.455859214 -241.601684570 -0.010074553 0.999908566 0.009023310 -7.088737488 -0.455935538 0.003437769 -0.890006304 232.513916016\n-0.895904422 -0.005755166 0.444210052 -241.253036499 -0.005153349 0.999983430 0.002562219 -7.084915161 -0.444217443 0.000006334 -0.895919323 231.812103271\n-0.899179697 0.000649327 0.437579364 -240.909271240 0.001872114 0.999995470 0.002363097 -7.092582226 -0.437575847 0.002944048 -0.899176836 231.059234619\n-0.900484681 0.005686063 0.434850603 -240.562271118 0.008957683 0.999944866 0.005474310 -7.099374771 -0.434795499 0.008824786 -0.900485992 230.317199707\n-0.900218487 0.009947684 0.435324788 -240.201461792 0.014573678 0.999867201 0.007289115 -7.100768566 -0.435194492 0.012906080 -0.900243998 229.556427002\n-0.898777604 0.012361110 0.438230813 -239.838607788 0.018444974 0.999783516 0.009628473 -7.099566460 -0.438016921 0.016737010 -0.898810983 228.799163818\n-0.896901488 0.010367892 0.442109138 -239.453384399 0.019170765 0.999696851 0.015447627 -7.099272728 -0.441814989 0.022330567 -0.896828413 228.045227051\n-0.894168139 0.011691666 0.447578639 -239.065536499 0.023008781 0.999538064 0.019856740 -7.099781036 -0.447139710 0.028053503 -0.894024014 227.265106201\n-0.890578628 0.012731512 0.454651624 -238.669647217 0.024954939 0.999470174 0.020894160 -7.093464851 -0.454144716 0.029953690 -0.890424490 226.495300293\n-0.886742353 0.018339334 0.461899966 -238.262924194 0.029353300 0.999430060 0.016670136 -7.089490891 -0.461331010 0.028340405 -0.886775374 225.728851318\n-0.882074118 0.023264810 0.470536321 -237.857238770 0.032726549 0.999393046 0.011936472 -7.085993767 -0.469973058 0.025927879 -0.882300138 224.949249268\n-0.877898693 0.023542857 0.478267699 -237.425979614 0.031344160 0.999473870 0.008335334 -7.085084915 -0.477819830 0.022308476 -0.878174782 224.162933350\n-0.873079062 0.022341168 0.487067193 -236.986785889 0.029271012 0.999549568 0.006620840 -7.085260391 -0.486699879 0.020037461 -0.873339772 223.365936279\n-0.869323492 0.022003742 0.493753552 -236.513305664 0.029640166 0.999531388 0.007642394 -7.089146614 -0.493354023 0.021278650 -0.869568348 222.578399658\n-0.865303397 0.020924048 0.500811636 -236.047180176 0.030851966 0.999457240 0.011548487 -7.087851524 -0.500298142 0.025443967 -0.865479231 221.767425537\n-0.861940503 0.016836105 0.506730437 -235.561279297 0.027564509 0.999526441 0.013677546 -7.093874454 -0.506260157 0.025757000 -0.861996412 220.964782715\n-0.858326554 0.015059928 0.512882829 -235.061538696 0.024903528 0.999613881 0.012324931 -7.100142479 -0.512499154 0.023351407 -0.858370066 220.176971436\n-0.854701400 0.013963529 0.518932104 -234.575012207 0.024622982 0.999603510 0.013657482 -7.097805500 -0.518535614 0.024450725 -0.854706407 219.371887207\n-0.851443052 0.013728429 0.524267495 -234.078155518 0.025287490 0.999569237 0.014893810 -7.098179340 -0.523837209 0.025938639 -0.851423383 218.567443848\n-0.849681616 0.012198492 0.527154982 -233.567703247 0.024819331 0.999549508 0.016874602 -7.094815254 -0.526711702 0.027421674 -0.849601626 217.756927490\n-0.848157048 0.009972668 0.529651642 -233.061096191 0.023987791 0.999520242 0.019593112 -7.099025726 -0.529202104 0.029323198 -0.847989321 216.961364746\n-0.846286416 0.012523965 0.532580853 -232.560333252 0.025579387 0.999525785 0.017141929 -7.108160973 -0.532113671 0.028130075 -0.846205473 216.151519775\n-0.844999909 0.011771653 0.534637451 -232.047424316 0.022218920 0.999667227 0.013106537 -7.102347374 -0.534305215 0.022954084 -0.844980240 215.354949951\n-0.844241738 0.013320190 0.535797656 -231.538970947 0.023683308 0.999641776 0.012465547 -7.101601601 -0.535439730 0.023213390 -0.844254732 214.551239014\n-0.844185829 0.011019211 0.535937905 -231.021240234 0.023728561 0.999576867 0.016824262 -7.104734421 -0.535525739 0.026919832 -0.844090104 213.754455566\n-0.844272137 0.011344137 0.535794675 -230.523483276 0.024978476 0.999522328 0.018197102 -7.105155945 -0.535332322 0.028746640 -0.844152212 212.953460693\n-0.844618201 0.014951876 0.535160184 -230.022903442 0.028987553 0.999420822 0.017826816 -7.101066113 -0.534583628 0.030569838 -0.844562411 212.162414551\n-0.844641328 0.018918483 0.534998834 -229.529586792 0.032068964 0.999368668 0.015290174 -7.107068062 -0.534371793 0.030071564 -0.844714761 211.380218506\n-0.844754100 0.022159267 0.534695923 -229.032897949 0.033742473 0.999359787 0.011892756 -7.110495567 -0.534090102 0.028088415 -0.844961047 210.601989746\n-0.844907880 0.024627734 0.534345329 -228.541931152 0.037159074 0.999228656 0.012701982 -7.106506348 -0.533620298 0.030587774 -0.845171213 209.818115234\n-0.845313430 0.020462561 0.533879101 -228.048736572 0.036361389 0.999152780 0.019276908 -7.107826233 -0.533032358 0.035707608 -0.845341206 209.052856445\n-0.846067309 0.012423706 0.532931447 -227.540313721 0.032564860 0.999065816 0.028408833 -7.097020149 -0.532080591 0.041390620 -0.845681429 208.243164062\n-0.847523689 0.004640782 0.530737400 -227.044677734 0.027396159 0.999011278 0.035012983 -7.084947109 -0.530050159 0.044214495 -0.846812963 207.470031738\n-0.849342585 0.002302251 0.527837217 -226.560485840 0.024692658 0.999068975 0.035375334 -7.076074600 -0.527264357 0.043079473 -0.848608732 206.706268311\n-0.850610852 0.008479482 0.525727391 -226.077056885 0.027639857 0.999208629 0.028604161 -7.060178757 -0.525068760 0.038862038 -0.850172043 205.920806885\n-0.850968122 0.013320142 0.525048733 -225.616912842 0.028216152 0.999394119 0.020377100 -7.050136566 -0.524459183 0.032155111 -0.850828409 205.159637451\n-0.851005912 0.015217829 0.524936080 -225.153808594 0.028313600 0.999455750 0.016926795 -7.041825771 -0.524392784 0.029267628 -0.850973606 204.395935059\n-0.850931406 0.017148454 0.524996877 -224.697311401 0.031426262 0.999338627 0.018294357 -7.042348862 -0.524335921 0.032065932 -0.850907564 203.657196045\n-0.850682259 0.018074777 0.525369763 -224.250762939 0.032513518 0.999304354 0.018266113 -7.038501740 -0.524674177 0.032620274 -0.850678205 202.924957275\n-0.850521803 0.018199818 0.525625467 -223.810562134 0.031707201 0.999357641 0.016703011 -7.036948204 -0.524983823 0.030872380 -0.850552440 202.206726074\n-0.850379109 0.020931248 0.525754213 -223.382202148 0.035760555 0.999197185 0.018060880 -7.040252686 -0.524954081 0.034159854 -0.850444913 201.507537842\n-0.849820256 0.021705290 0.526625454 -222.955841064 0.038372271 0.999048173 0.020745108 -7.040212631 -0.525673926 0.037837427 -0.849844217 200.827789307\n-0.849606156 0.017341023 0.527132809 -222.536041260 0.036555473 0.998991907 0.026054550 -7.038794994 -0.526149571 0.041405689 -0.849383593 200.166259766\n-0.849038363 0.015150059 0.528114378 -222.123931885 0.035386007 0.998974860 0.028231656 -7.038197041 -0.527145267 0.042657610 -0.848704100 199.515136719\n-0.848110318 0.017379722 0.529534519 -221.739410400 0.037248995 0.998944640 0.026872428 -7.039642334 -0.528508604 0.042515412 -0.847862720 198.894287109\n-0.847617984 0.021111352 0.530187190 -221.362579346 0.038069218 0.999052703 0.021080844 -7.040988445 -0.529239893 0.038052309 -0.847618699 198.291046143\n-0.847172737 0.023040477 0.530817807 -220.999679565 0.037689425 0.999148548 0.016782770 -7.036120892 -0.529979169 0.034224123 -0.847319841 197.710510254\n-0.846556067 0.023069274 0.531799793 -220.637390137 0.036353849 0.999233425 0.014524215 -7.034555912 -0.531057060 0.031628527 -0.846745729 197.143615723\n-0.845144629 0.021625252 0.534100175 -220.297210693 0.035980407 0.999216676 0.016476935 -7.038396835 -0.533325434 0.033142533 -0.845260620 196.617004395\n-0.842960596 0.020526299 0.537584126 -219.970489502 0.036891021 0.999125123 0.019697988 -7.045104980 -0.536709487 0.036436647 -0.842980266 196.101806641\n-0.840268254 0.019084059 0.541834831 -219.649078369 0.037254803 0.999050498 0.022586385 -7.050025463 -0.540889323 0.039164573 -0.840181351 195.606170654\n-0.837266803 0.018060524 0.546496689 -219.348312378 0.036556758 0.999067068 0.022990217 -7.051323891 -0.545571625 0.039227083 -0.837145925 195.149566650\n-0.834573627 0.015371069 0.550682187 -219.051086426 0.033540171 0.999174058 0.022941303 -7.048484325 -0.549874663 0.037616175 -0.834399819 194.721343994\n-0.831278086 0.013871808 0.555683970 -218.767532349 0.032518271 0.999190032 0.023702592 -7.051150322 -0.554905117 0.037773322 -0.831055880 194.306488037\n-0.827960014 0.013760179 0.560618401 -218.513381958 0.032524467 0.999194384 0.023509504 -7.054931164 -0.559843302 0.037698742 -0.827740550 193.938537598\n-0.824197650 0.014830910 0.566108227 -218.259399414 0.032820266 0.999227703 0.021605279 -7.055076599 -0.565350652 0.036386840 -0.824047923 193.580261230\n-0.820058107 0.014477532 0.572097182 -218.013793945 0.031682637 0.999295294 0.020126425 -7.053961754 -0.571402669 0.034630384 -0.819938898 193.241241455\n-0.815793514 0.012025199 0.578218579 -217.769882202 0.029414238 0.999352634 0.020716257 -7.054211617 -0.577595174 0.033908043 -0.815619111 192.924163818\n-0.810390115 0.010728341 0.585792899 -217.545516968 0.028050512 0.999396205 0.020502103 -7.059632301 -0.585219264 0.033046484 -0.810201764 192.610687256\n-0.804900885 0.010917700 0.593309224 -217.309326172 0.027753297 0.999429226 0.019260071 -7.057950020 -0.592760324 0.031968731 -0.804744482 192.321807861\n-0.798878908 0.012280965 0.601366937 -217.077148438 0.028086646 0.999462605 0.016900593 -7.056155205 -0.600836217 0.030391900 -0.798794508 192.038421631\n-0.792200089 0.011429128 0.610154510 -216.887420654 0.026376210 0.999531567 0.015523049 -7.065987587 -0.609691262 0.028390924 -0.792130470 191.800506592\n-0.785130739 0.010992869 0.619232357 -216.663879395 0.023716269 0.999642789 0.012324020 -7.063040257 -0.618875682 0.024361849 -0.785110950 191.538146973\n-0.777474284 0.011507845 0.628809512 -216.448608398 0.022189515 0.999711990 0.009139884 -7.071448803 -0.628523231 0.021059003 -0.777505755 191.304321289\n-0.768949509 0.011961440 0.639197648 -216.233749390 0.020520946 0.999771535 0.005977594 -7.073351383 -0.638980091 0.017713407 -0.769019365 191.064971924\n-0.759718299 0.011069559 0.650158286 -216.022857666 0.018826075 0.999810398 0.004975788 -7.078386307 -0.649979949 0.016020125 -0.759782672 190.845184326\n-0.749377370 0.010142878 0.662065685 -215.818862915 0.018084075 0.999823213 0.005151619 -7.079679489 -0.661896348 0.015833352 -0.749428272 190.631591797\n-0.737714171 0.009341179 0.675049007 -215.616622925 0.017464036 0.999833703 0.005249746 -7.077623367 -0.674887717 0.015661888 -0.737754583 190.427917480\n-0.724120378 0.009015601 0.689614654 -215.431488037 0.018270552 0.999814391 0.006113780 -7.084098816 -0.689431548 0.017026754 -0.724150777 190.251129150\n-0.708374023 0.008172799 0.705790341 -215.217544556 0.018847426 0.999795437 0.007339142 -7.086503983 -0.705585957 0.018501185 -0.708383083 190.066589355\n-0.690185547 0.004892989 0.723616123 -215.012573242 0.017114453 0.999807775 0.009563218 -7.088334560 -0.723430276 0.018984687 -0.690136671 189.895599365\n-0.670442104 -0.000522730 0.741961777 -214.796188354 0.013132873 0.999834716 0.012571367 -7.093845367 -0.741845727 0.018172462 -0.670324445 189.737762451\n-0.649736881 -0.006744259 0.760129571 -214.579742432 0.008174882 0.999840796 0.015858753 -7.097979546 -0.760115504 0.016517980 -0.649578333 189.589996338\n-0.629106283 -0.011451884 0.777235150 -214.351547241 0.005464559 0.999801576 0.019154308 -7.105704308 -0.777300298 0.016297339 -0.628918886 189.458648682\n-0.607402682 -0.013265103 0.794283450 -214.132446289 0.005730921 0.999761403 0.021079270 -7.100619316 -0.794373572 0.017355578 -0.607181668 189.317230225\n-0.583822012 -0.015440267 0.811735034 -213.910125732 0.004661950 0.999738932 0.022369349 -7.102072716 -0.811868489 0.016843984 -0.583597660 189.187164307\n-0.559579492 -0.015939299 0.828623593 -213.696624756 0.004675319 0.999738395 0.022388142 -7.100619793 -0.828763664 0.016402021 -0.559358597 189.080505371\n-0.533671498 -0.015586362 0.845548511 -213.466491699 0.004845148 0.999757409 0.021486999 -7.100256443 -0.845678270 0.015563803 -0.533466578 188.971099854\n-0.506747007 -0.014368124 0.861975372 -213.227294922 0.004849323 0.999797761 0.019516336 -7.090388298 -0.862081468 0.014069838 -0.506574869 188.861511230\n-0.478739619 -0.014524860 0.877836883 -212.983489990 0.002597501 0.999835312 0.017960053 -7.096918583 -0.877953172 0.010878368 -0.478623033 188.765594482\n-0.448569417 -0.014324636 0.893633425 -212.720764160 0.000989090 0.999862969 0.016523946 -7.096039772 -0.893747687 0.008296018 -0.448493719 188.671630859\n-0.416272759 -0.013750762 0.909135818 -212.441329956 -0.000546874 0.999889255 0.014873015 -7.092103958 -0.909239650 0.005694048 -0.416234255 188.581100464\n-0.382833123 -0.010735677 0.923755229 -212.149002075 0.001651760 0.999922931 0.012305423 -7.088128090 -0.923816144 0.006236745 -0.382785916 188.494018555\n-0.347923994 -0.008007807 0.937488616 -211.861160278 0.004501019 0.999937713 0.010211666 -7.091512203 -0.937511981 0.007772537 -0.347866297 188.417907715\n-0.311521769 -0.006666001 0.950215757 -211.530853271 0.006122107 0.999940574 0.009021925 -7.093265533 -0.950219393 0.008627847 -0.311462402 188.338973999\n-0.273617506 -0.005682188 0.961821973 -211.190261841 0.008967848 0.999924004 0.008458442 -7.092774391 -0.961796939 0.010939849 -0.273545742 188.268768311\n-0.233581424 -0.004756736 0.972325683 -210.855697632 0.010230767 0.999920666 0.007349466 -7.092130661 -0.972283483 0.011664335 -0.233514190 188.211853027\n-0.193540573 -0.003403149 0.981086314 -210.464645386 0.010891865 0.999924898 0.005617153 -7.080429077 -0.981031775 0.011773007 -0.193489075 188.168777466\n-0.153035402 -0.004524465 0.988210499 -210.076568604 0.007988553 0.999951184 0.005815335 -7.078577042 -0.988188565 0.008784321 -0.152991772 188.146270752\n-0.111758590 -0.007102178 0.993710160 -209.678634644 0.006746973 0.999945998 0.007905551 -7.083005905 -0.993712664 0.007588047 -0.111704588 188.139419556\n-0.069856048 -0.010051014 0.997506618 -209.253677368 0.008587792 0.999906123 0.010676601 -7.091535568 -0.997520268 0.009312202 -0.069763184 188.130187988\n-0.029828310 -0.010351951 0.999501526 -208.799606323 0.010831365 0.999884307 0.010679157 -7.085604668 -0.999496460 0.011144506 -0.029712677 188.148208618\n0.010678351 -0.012239830 0.999868214 -208.339477539 0.012790601 0.999844968 0.012102945 -7.085646629 -0.999861300 0.012659673 0.010833263 188.174438477\n0.049224138 -0.014622490 0.998680770 -207.853118896 0.013977481 0.999804974 0.013950013 -7.078107357 -0.998690009 0.013272362 0.049418926 188.218841553\n0.084633946 -0.017027050 0.996266603 -207.345916748 0.016593806 0.999739408 0.015676741 -7.071005344 -0.996273935 0.015205071 0.084894419 188.277770996\n0.116106331 -0.018308353 0.993068159 -206.827255249 0.018464668 0.999697089 0.016271736 -7.065685749 -0.993065298 0.016447417 0.116409242 188.354019165\n0.142312884 -0.019295176 0.989633679 -206.300369263 0.019925568 0.999663234 0.016625356 -7.061620712 -0.989621222 0.017353009 0.142649412 188.440536499\n0.163868070 -0.019619450 0.986287177 -205.726928711 0.020249110 0.999658465 0.016521120 -7.054996490 -0.986274481 0.017264152 0.164209366 188.552185059\n0.182168365 -0.020281680 0.983058274 -205.157348633 0.023232060 0.999596894 0.016317809 -7.047283649 -0.982992947 0.019865876 0.182566106 188.665313721\n0.198705792 -0.021487489 0.979823768 -204.556869507 0.028605295 0.999460816 0.016117048 -7.040654659 -0.979641795 0.024825592 0.199213326 188.791625977\n0.216104209 -0.023823271 0.976079643 -203.950210571 0.036292482 0.999207437 0.016352590 -7.028700829 -0.975695610 0.031890485 0.216797531 188.923522949\n0.236361325 -0.028085656 0.971259296 -203.329925537 0.042037621 0.998941839 0.018656056 -7.022253990 -0.970755517 0.036419857 0.237291873 189.073623657\n0.258152723 -0.034184322 0.965499163 -202.704864502 0.048206449 0.998584688 0.022466427 -7.016726494 -0.964900672 0.040743519 0.259435236 189.244384766\n0.282887876 -0.040341288 0.958304286 -202.074813843 0.053247910 0.998234808 0.026303638 -7.010406017 -0.957673848 0.043586712 0.284536600 189.431488037\n0.309453785 -0.046086781 0.949797034 -201.460418701 0.057850692 0.997887194 0.029571887 -7.000365734 -0.949153125 0.045795280 0.311466098 189.639053345\n0.336408615 -0.051526193 0.940305471 -200.853546143 0.061931103 0.997550964 0.032506287 -6.995680809 -0.939677536 0.047298752 0.338775814 189.859222412\n0.363032997 -0.054711070 0.930168688 -200.275726318 0.063682787 0.997397304 0.033810772 -6.986810207 -0.929597497 0.046961308 0.365572274 190.099761963\n0.388640046 -0.056798313 0.919637442 -199.708297729 0.064304546 0.997336507 0.034421947 -6.982110500 -0.919143081 0.045759115 0.391257286 190.356063843\n0.413340807 -0.056606751 0.908815205 -199.182281494 0.064155012 0.997395992 0.032945603 -6.980318069 -0.908313572 0.044687293 0.415896058 190.610443115\n0.437368572 -0.053870060 0.897667468 -198.656005859 0.062595233 0.997606754 0.029369388 -6.974580288 -0.897101283 0.043344442 0.439693868 190.882507324\n0.459546745 -0.050103836 0.886739194 -198.134017944 0.060408723 0.997858703 0.025076047 -6.964264870 -0.886096835 0.042043164 0.461589456 191.173980713\n0.478801131 -0.046714034 0.876679659 -197.617172241 0.059289712 0.998024106 0.020798646 -6.958146095 -0.875919044 0.042019673 0.480624735 191.470855713\n0.493957400 -0.043567009 0.868393958 -197.102996826 0.056636147 0.998235047 0.017865475 -6.957714081 -0.867639601 0.040357701 0.495553076 191.780822754\n0.505690932 -0.040579535 0.861759841 -196.592559814 0.052208681 0.998501837 0.016381923 -6.956862450 -0.861133516 0.036707152 0.507051945 192.094787598\n0.514474869 -0.038639329 0.856634438 -196.087280273 0.048339754 0.998702526 0.016015707 -6.954610348 -0.856141806 0.033169817 0.515675187 192.412918091\n0.521902621 -0.038164366 0.852150917 -195.578964233 0.046908114 0.998771012 0.016001854 -6.955048561 -0.851714373 0.031621378 0.523051441 192.732513428\n0.529340923 -0.040337887 0.847449780 -195.052551270 0.047798138 0.998700500 0.017681234 -6.957039833 -0.847061753 0.031147115 0.530581117 193.061126709\n0.536928415 -0.041521929 0.842605412 -194.584030151 0.047225572 0.998701215 0.019120753 -6.956047058 -0.842305005 0.029526044 0.538191974 193.375457764\n0.544062138 -0.042029388 0.837991655 -194.092346191 0.047521044 0.998685002 0.019236134 -6.955158234 -0.837698162 0.029356586 0.545343995 193.701950073\n0.551110029 -0.041140839 0.833417833 -193.607177734 0.047470789 0.998712063 0.017909653 -6.954415321 -0.833081245 0.029692810 0.552353144 194.034439087\n0.557638288 -0.038976751 0.829168558 -193.100494385 0.046218567 0.998805344 0.015867637 -6.956268311 -0.828796387 0.029474577 0.558773518 194.376815796\n0.561637402 -0.036989029 0.826556265 -192.604278564 0.045063421 0.998884916 0.014080688 -6.954822540 -0.826155365 0.029339213 0.562677979 194.727020264\n0.564411521 -0.034536388 0.824770868 -192.089538574 0.044043127 0.998961210 0.011690597 -6.955381870 -0.824317873 0.029727181 0.565346301 195.086898804\n0.567433834 -0.034181312 0.822709203 -191.546356201 0.044759899 0.998941183 0.010631749 -6.956691742 -0.822201550 0.030791568 0.568363011 195.461914062\n0.570086420 -0.035389710 0.820822179 -191.005798340 0.046642564 0.998854637 0.010670868 -6.955441475 -0.820259690 0.032201935 0.571084142 195.834915161\n0.572643876 -0.036654331 0.818984449 -190.449127197 0.047461405 0.998806655 0.011516831 -6.956183910 -0.818429291 0.032275103 0.573700190 196.223159790\n0.575575352 -0.036295939 0.816942871 -189.886352539 0.045201167 0.998899281 0.012533693 -6.957922935 -0.816498578 0.029712690 0.576582432 196.622817993\n0.578250766 -0.036601949 0.815037727 -189.325714111 0.045154020 0.998897731 0.012823034 -6.958535671 -0.814608693 0.029387292 0.579266071 197.027145386\n0.581171215 -0.037254382 0.812928200 -188.744171143 0.045522694 0.998875678 0.013231200 -6.957104683 -0.812507093 0.029317083 0.582213700 197.446044922\n0.584137857 -0.035967983 0.810857177 -188.151367188 0.044158377 0.998946369 0.012499743 -6.951180458 -0.810452402 0.028504560 0.585110664 197.883956909\n0.587233663 -0.035072856 0.808657229 -187.552490234 0.043737620 0.998976111 0.011565766 -6.947859764 -0.808234870 0.028576935 0.588166475 198.319091797\n0.589523256 -0.033385713 0.807061195 -186.951416016 0.042235181 0.999052763 0.010476858 -6.953497887 -0.806646526 0.027910022 0.590374887 198.767425537\n0.591667175 -0.030055068 0.805621922 -186.326446533 0.040302023 0.999158025 0.007676527 -6.954760551 -0.805174351 0.027926240 0.592380345 199.232223511\n0.592042863 -0.024487650 0.805534422 -185.704925537 0.037112832 0.999306262 0.003101387 -6.957352161 -0.805051565 0.028059507 0.592540979 199.697967529\n0.591698945 -0.021854438 0.805862725 -185.076553345 0.036029965 0.999350488 0.000646945 -6.964400291 -0.805353463 0.028652409 0.592102051 200.167572021\n0.591483593 -0.022781618 0.805995166 -184.425170898 0.036369074 0.999337196 0.001556844 -6.969270229 -0.805496454 0.028392447 0.591920137 200.650451660\n0.591103673 -0.025188439 0.806202233 -183.739562988 0.036917005 0.999309719 0.004154385 -6.967306137 -0.805750310 0.027306899 0.591625571 201.160308838\n0.591291547 -0.026676437 0.806016564 -183.068893433 0.036138009 0.999325275 0.006563556 -6.973899364 -0.805647790 0.025246859 0.591856658 201.661849976\n0.592768788 -0.025396626 0.804972112 -182.386840820 0.037190206 0.999299645 0.004141318 -6.977416992 -0.804513514 0.027482236 0.593298197 202.167007446\n0.595508635 -0.024326315 0.802980483 -181.681030273 0.037658680 0.999287903 0.002344916 -6.982141495 -0.802465737 0.028842770 0.596000671 202.688568115\n0.598522663 -0.026005404 0.800683737 -180.977172852 0.038657714 0.999246180 0.003557312 -6.985455513 -0.800172687 0.028823469 0.599076748 203.211700439\n0.601763129 -0.031206990 0.798064709 -180.262634277 0.040830001 0.999131799 0.008282415 -6.989734650 -0.797630250 0.027600929 0.602514863 203.750381470\n0.605792582 -0.032513455 0.794957995 -179.522918701 0.040399492 0.999132752 0.010077948 -7.001275063 -0.794596255 0.026010754 0.606580734 204.331695557\n0.610082209 -0.033929352 0.791611373 -178.788284302 0.042968228 0.999029279 0.009704591 -6.997789383 -0.791172206 0.028093539 0.610947847 204.900253296\n0.614582181 -0.031730242 0.788214445 -178.057022095 0.043819848 0.999021113 0.006049472 -6.995446205 -0.787634850 0.030821536 0.615371048 205.475616455\n0.618721485 -0.028750513 0.785084188 -177.283264160 0.043446817 0.999053001 0.002345996 -7.004609585 -0.784408152 0.032657888 0.619384646 206.072967529\n0.621592820 -0.024876319 0.782945454 -176.526885986 0.041361306 0.999143660 -0.001091874 -7.004458427 -0.782247841 0.033062346 0.622089446 206.673797607\n0.622955084 -0.019035440 0.782025993 -175.777435303 0.034789011 0.999388933 -0.003386316 -7.003540039 -0.781483710 0.029315431 0.623236656 207.279373169\n0.623218536 -0.017896114 0.781843007 -174.990417480 0.029506829 0.999564350 -0.000640646 -7.016654491 -0.781490922 0.023468969 0.623475075 207.941284180\n0.622743189 -0.015167934 0.782279313 -174.221511841 0.024760114 0.999693394 -0.000327134 -7.021522999 -0.782034457 0.019573044 0.622927785 208.574935913\n0.622038245 -0.012136773 0.782892823 -173.421936035 0.020751052 0.999784172 -0.000988379 -7.032805443 -0.782711864 0.016860658 0.622155845 209.227432251\n0.621256351 -0.009344178 0.783551753 -172.615142822 0.018039040 0.999834478 -0.002379216 -7.045784473 -0.783399820 0.015612623 0.621322036 209.875259399\n0.619604707 -0.008563064 0.784867287 -171.811538696 0.014242063 0.999898493 -0.000334139 -7.055012703 -0.784784794 0.011385163 0.619663835 210.528564453\n0.617356300 -0.011084952 0.786605597 -170.981231689 0.009738162 0.999931812 0.006448315 -7.070764542 -0.786623418 0.003679185 0.617422104 211.191162109\n0.613630593 -0.013450159 0.789478719 -170.165161133 0.007202045 0.999908626 0.011437339 -7.079806805 -0.789560437 -0.001332441 0.613671422 211.849365234\n0.609568655 -0.010875326 0.792658687 -169.344345093 0.004952856 0.999938607 0.009910385 -7.086444855 -0.792717814 -0.002115135 0.609585106 212.469253540\n0.603490829 -0.007789562 0.797331929 -168.513671875 0.003937397 0.999969184 0.006789066 -7.089931488 -0.797360301 -0.000957727 0.603502870 213.108535767\n0.595717311 -0.005893443 0.803172588 -167.670013428 0.002859487 0.999982297 0.005216679 -7.099785805 -0.803189099 -0.000811005 0.595723629 213.745666504\n0.585579395 -0.007158499 0.810583472 -166.810470581 0.004022129 0.999974370 0.005925411 -7.099941254 -0.810605109 -0.000209527 0.585593104 214.372192383\n0.574634194 -0.008987986 0.818360984 -165.947402954 0.001576501 0.999949992 0.009875380 -7.112669945 -0.818408847 -0.004384585 0.574619651 214.976455688\n0.562660456 -0.013580669 0.826576591 -165.061203003 0.003534742 0.999895453 0.014022161 -7.116545677 -0.826680601 -0.004967981 0.562649608 215.582443237\n0.551807642 -0.013259785 0.833866119 -164.155929565 0.003732397 0.999902844 0.013430135 -7.113668442 -0.833963215 -0.004298534 0.551803470 216.171493530\n0.540251493 -0.010366095 0.841439724 -163.264373779 0.002716395 0.999940395 0.010574662 -7.121427536 -0.841499150 -0.003427295 0.540247440 216.768112183\n0.530362844 -0.008803306 0.847725093 -162.359146118 0.004350838 0.999961197 0.007662203 -7.125773430 -0.847759604 -0.000375433 0.530380607 217.333786011\n0.521975279 -0.011215759 0.852886915 -161.436309814 0.008600304 0.999931931 0.007885982 -7.134690285 -0.852917254 0.003218798 0.522036195 217.895507812\n0.514810085 -0.014311641 0.857184887 -160.508117676 0.011727585 0.999884665 0.009650791 -7.142511845 -0.857224107 0.005084381 0.514918566 218.449859619\n0.509360909 -0.015674680 0.860410213 -159.555419922 0.015999749 0.999833763 0.008742838 -7.139524937 -0.860404253 0.009313087 0.509527087 219.016921997\n0.506810188 -0.016642319 0.861897051 -158.613723755 0.019608468 0.999777496 0.007774531 -7.142319202 -0.861834705 0.012960267 0.507023692 219.565155029\n0.506013274 -0.018240688 0.862332880 -157.674789429 0.021708248 0.999728978 0.008408683 -7.153240204 -0.862252533 0.014464828 0.506272078 220.119552612\n0.506875396 -0.021026395 0.861762941 -156.737976074 0.023466669 0.999668539 0.010588468 -7.158370495 -0.861699939 0.014855669 0.507200778 220.675277710\n0.509186327 -0.022538271 0.860361159 -155.765655518 0.025199994 0.999618888 0.011272228 -7.161681175 -0.860287309 0.015941430 0.509560227 221.248062134\n0.511990905 -0.022616021 0.858693123 -154.811233521 0.026990799 0.999583304 0.010233637 -7.168496132 -0.858566761 0.017937282 0.512387991 221.810363770\n0.514990807 -0.022772782 0.856893182 -153.837631226 0.029049439 0.999536514 0.009105024 -7.168402672 -0.856703341 0.020203263 0.515413642 222.389038086\n0.517573118 -0.025151690 0.855269253 -152.877853394 0.032134145 0.999434114 0.009945037 -7.170559883 -0.855035365 0.022336060 0.518088460 222.974884033\n0.521234274 -0.026156330 0.853012741 -151.907791138 0.034330975 0.999363780 0.009665985 -7.172276974 -0.852722883 0.024246514 0.521800637 223.557586670\n0.524111509 -0.024928644 0.851284802 -150.943115234 0.034835320 0.999362469 0.007817784 -7.177827835 -0.850936949 0.025557386 0.524645746 224.160308838\n0.527050257 -0.026304634 0.849426985 -149.978057861 0.035954736 0.999316096 0.008637225 -7.182735443 -0.849073231 0.025988666 0.527635574 224.750228882\n0.528684795 -0.031363402 0.848238587 -148.996459961 0.036816407 0.999224007 0.013999346 -7.185967445 -0.848019421 0.023827855 0.529429197 225.365631104\n0.530193627 -0.034675471 0.847167253 -147.993652344 0.036393486 0.999173224 0.018120635 -7.185296059 -0.847095191 0.021223921 0.531017244 225.988937378\n0.530576885 -0.034891754 0.846918464 -147.001892090 0.037664533 0.999136031 0.017566836 -7.180482864 -0.846799672 0.022578223 0.531432629 226.613220215\n0.530410051 -0.033044454 0.847096920 -146.013397217 0.038423534 0.999150217 0.014916997 -7.176331520 -0.846870005 0.024636336 0.531229019 227.239395142\n0.530069590 -0.031108797 0.847383380 -145.021636963 0.037126798 0.999219954 0.013458776 -7.175313950 -0.847141027 0.024326537 0.530811071 227.873474121\n0.530364513 -0.028985020 0.847274125 -144.026000977 0.035290558 0.999303877 0.012095239 -7.170285225 -0.847034931 0.023485888 0.531018257 228.501846313\n0.530888855 -0.026738262 0.847019553 -143.015167236 0.032006763 0.999421656 0.011488239 -7.170933723 -0.846836865 0.021011377 0.531437635 229.138336182\n0.530974030 -0.025053987 0.847017646 -142.013565063 0.028568255 0.999523878 0.011656257 -7.175486565 -0.846906424 0.018008644 0.531436980 229.783493042\n0.531095684 -0.026290920 0.846903861 -140.987625122 0.026838973 0.999538958 0.014198464 -7.180630207 -0.846886694 0.015189287 0.531556487 230.430801392\n0.531327128 -0.027086282 0.846733630 -139.963684082 0.025621872 0.999545276 0.015896818 -7.178159714 -0.846779227 0.013248491 0.531779528 231.078994751\n0.531127095 -0.026962632 0.846863031 -138.928955078 0.026147237 0.999539077 0.015424807 -7.173513889 -0.846888602 0.013950596 0.531587243 231.737075806\n0.531271458 -0.026086897 0.846799910 -137.892395020 0.029222470 0.999495327 0.012457094 -7.171800613 -0.846697509 0.018127484 0.531765699 232.396148682\n0.531709313 -0.023838531 0.846591413 -136.843841553 0.029913271 0.999508679 0.009357115 -7.176429749 -0.846398532 0.020349050 0.532161236 233.060714722\n0.531893730 -0.022326710 0.846516788 -135.791244507 0.031462677 0.999483168 0.006592153 -7.181729317 -0.846226513 0.023127357 0.532321334 233.730590820\n0.531534076 -0.025054064 0.846666396 -134.745391846 0.034360502 0.999377489 0.008001604 -7.192506790 -0.846339822 0.024838751 0.532064021 234.396621704\n0.532431185 -0.028642952 0.845988512 -133.687225342 0.036049359 0.999287844 0.011145250 -7.190446854 -0.845705330 0.024563266 0.533084571 235.046722412\n0.532752573 -0.031100083 0.845699430 -132.621963501 0.038020216 0.999195039 0.012793764 -7.195683479 -0.845416605 0.025337763 0.533506155 235.715270996\n0.533089399 -0.032116693 0.845449090 -131.553787231 0.041881237 0.999055922 0.011544075 -7.194097519 -0.845021665 0.029254433 0.533931196 236.390533447\n0.533806562 -0.030113842 0.845070302 -130.481323242 0.040871326 0.999116480 0.009785995 -7.196210384 -0.844618320 0.029315308 0.534565747 237.063140869\n0.534068167 -0.026547294 0.845024526 -129.408248901 0.039727665 0.999190807 0.006282101 -7.197185516 -0.844507515 0.030215781 0.534690678 237.751632690\n0.534627914 -0.022168720 0.844796836 -128.338073730 0.035581458 0.999359906 0.003707030 -7.205743790 -0.844338238 0.028077217 0.535074472 238.447463989\n0.534713566 -0.021830468 0.844751358 -127.260597229 0.031903986 0.999475062 0.005634218 -7.215073586 -0.844430923 0.023938242 0.535129368 239.133483887\n0.535051107 -0.022127181 0.844529927 -126.182441711 0.027981168 0.999572635 0.008461949 -7.228731155 -0.844356239 0.019103356 0.535441577 239.835800171\n0.535544276 -0.024366084 0.844155550 -125.117378235 0.030253673 0.999495625 0.009656528 -7.230878830 -0.843965054 0.020367308 0.536011338 240.517303467\n0.536598325 -0.027118351 0.843401968 -124.039100647 0.032594360 0.999403656 0.011396818 -7.235875130 -0.843208134 0.021374632 0.537162304 241.202636719\n0.537778437 -0.026334515 0.842674851 -122.954162598 0.034017161 0.999375880 0.009522513 -7.235689640 -0.842399657 0.023544403 0.538338602 241.898376465\n0.538781285 -0.026758105 0.842020631 -121.876220703 0.034470562 0.999358654 0.009701483 -7.234856606 -0.841740191 0.023797948 0.539358139 242.599594116\n0.539949059 -0.024760189 0.841333449 -120.816040039 0.029990939 0.999498487 0.010167421 -7.236872196 -0.841163218 0.019742491 0.540420890 243.283798218\n0.541062295 -0.022337956 0.840685785 -119.754615784 0.027513625 0.999582231 0.008852342 -7.248834610 -0.840532303 0.018340645 0.541450858 243.970855713\n0.541953504 -0.022291631 0.840112865 -118.675956726 0.026479213 0.999604762 0.009441967 -7.254454136 -0.839991271 0.017128415 0.542329550 244.681396484\n0.542919338 -0.024754366 0.839419961 -117.592910767 0.027685074 0.999549747 0.011570439 -7.261023521 -0.839328408 0.016957587 0.543360233 245.386581421\n0.543938637 -0.029294318 0.838613570 -116.527671814 0.030367650 0.999422967 0.015214727 -7.270977974 -0.838575363 0.017190844 0.544514358 246.086639404\n0.545569837 -0.033166613 0.837408781 -115.455223083 0.033445813 0.999282241 0.017787943 -7.270668030 -0.837397695 0.018303255 0.546287537 246.778564453\n0.546618938 -0.035856161 0.836613417 -114.377731323 0.035907369 0.999167562 0.019362183 -7.269335270 -0.836611271 0.019456850 0.547451377 247.479873657\n0.547991395 -0.034983393 0.835752130 -113.301536560 0.036177125 0.999181390 0.018103456 -7.268140316 -0.835701346 0.020314569 0.548808455 248.184951782\n0.549070835 -0.033214334 0.835115612 -112.235046387 0.035528831 0.999234378 0.016382236 -7.276444435 -0.835020304 0.020675670 0.549830496 248.891067505\n0.550166070 -0.032078374 0.834438860 -111.172134399 0.034258768 0.999287665 0.015828012 -7.270769119 -0.834352195 0.019878814 0.550873160 249.599075317\n0.551295996 -0.033746295 0.833626926 -110.114593506 0.034199528 0.999255896 0.017834265 -7.274554729 -0.833608508 0.018677689 0.552039862 250.311889648\n0.553172767 -0.036520064 0.832265735 -109.051940918 0.035434503 0.999165952 0.020291839 -7.272054672 -0.832312703 0.018266026 0.554005504 251.006103516\n0.553626180 -0.038361523 0.831881344 -108.000175476 0.036977123 0.999085605 0.021463327 -7.270238400 -0.831944048 0.018877912 0.554538429 251.722610474\n0.554974914 -0.037658639 0.831014276 -106.939315796 0.037682381 0.999087393 0.020109754 -7.263830185 -0.831013203 0.020154182 0.555887580 252.423889160\n0.556003153 -0.035139933 0.830437124 -105.891693115 0.036907226 0.999164224 0.017569099 -7.261610031 -0.830360472 0.020880651 0.556835413 253.131423950\n0.556986094 -0.032492679 0.829886079 -104.856689453 0.034637921 0.999273777 0.015877170 -7.265527725 -0.829799294 0.019902160 0.557707071 253.834808350\n0.556735992 -0.032104243 0.830068886 -103.817497253 0.033752698 0.999301970 0.016011313 -7.244015694 -0.830003500 0.019102991 0.557430923 254.557769775\n0.555728316 -0.034848869 0.830633283 -102.780036926 0.032842912 0.999261379 0.019950313 -7.247748375 -0.830715001 0.016193459 0.556462407 255.266601562\n0.555117249 -0.036862858 0.830954909 -101.743385315 0.034005828 0.999188006 0.021608520 -7.246492863 -0.831076741 0.016262043 0.555920005 255.968688965\n0.554398775 -0.038049314 0.831380963 -100.709251404 0.036874026 0.999096394 0.021135939 -7.242791653 -0.831433892 0.018938622 0.555300832 256.668334961\n0.554622054 -0.037614185 0.831251800 -99.668792725 0.038729556 0.999062061 0.019366739 -7.243981838 -0.831200600 0.021452790 0.555558622 257.356201172\n0.555026770 -0.034185544 0.831129730 -98.633529663 0.037590045 0.999165237 0.015994521 -7.240303516 -0.830982745 0.022364816 0.555848479 258.048339844\n0.555041075 -0.031485576 0.831226826 -97.616035461 0.035626549 0.999266267 0.014061475 -7.243002892 -0.831059635 0.021809047 0.555755496 258.740631104\n0.554892480 -0.031639263 0.831320286 -96.592002869 0.033766139 0.999309659 0.015494441 -7.238851070 -0.831236601 0.019472726 0.555577755 259.441101074\n0.555600345 -0.031769436 0.830842376 -95.560928345 0.032215115 0.999341965 0.016669592 -7.257864952 -0.830825210 0.017504049 0.556258202 260.132354736\n0.556482553 -0.031450856 0.830263793 -94.546348572 0.032786604 0.999336183 0.015880262 -7.259784698 -0.830212116 0.018384444 0.557144344 260.819213867\n0.556826353 -0.033529948 0.829951942 -93.517189026 0.035679873 0.999228179 0.016430557 -7.261522293 -0.829862297 0.020463608 0.557592988 261.513488770\n0.557730496 -0.033766445 0.829335034 -92.500259399 0.034747042 0.999246120 0.017316891 -7.266868591 -0.829294503 0.019158779 0.558483303 262.208648682\n0.558282495 -0.030337272 0.829096138 -91.502166748 0.036001518 0.999275744 0.012322190 -7.271246910 -0.828869462 0.022969453 0.558970392 262.893371582\n0.558490634 -0.026114341 0.829099715 -90.498962402 0.035739899 0.999333739 0.007401452 -7.276914120 -0.828740597 0.025498297 0.559051812 263.581970215\n0.559107900 -0.024921516 0.828720272 -89.491325378 0.034531072 0.999380767 0.006756788 -7.286964417 -0.828375459 0.024838822 0.559622288 264.263793945\n0.559533596 -0.027416434 0.828354120 -88.484367371 0.035636619 0.999324262 0.009003421 -7.296586514 -0.828041196 0.024482021 0.560132504 264.945251465\n0.559959412 -0.030648207 0.827952981 -87.494789124 0.036521986 0.999257267 0.012288881 -7.311819553 -0.827714682 0.023357211 0.560662866 265.621124268\n0.560670972 -0.033498820 0.827360868 -86.490043640 0.038820472 0.999146044 0.014147035 -7.319927692 -0.827128232 0.024186706 0.561492562 266.296997070\n0.561344266 -0.033688005 0.826896429 -85.502624512 0.039945468 0.999109507 0.013586763 -7.328827381 -0.826617777 0.025403917 0.562190056 266.967926025\n0.562000930 -0.031773139 0.826526165 -84.516448975 0.039702326 0.999146342 0.011413153 -7.331921101 -0.826183259 0.026400805 0.562782645 267.642852783\n0.562398136 -0.030412577 0.826307118 -83.538047791 0.039055299 0.999185026 0.010193746 -7.344197273 -0.825943708 0.026538726 0.563127637 268.321166992\n0.562739015 -0.029194098 0.826119006 -82.565193176 0.036575202 0.999276817 0.010398856 -7.355830193 -0.825825095 0.024363622 0.563399792 268.993469238\n0.562708497 -0.029467052 0.826130092 -81.596290588 0.034777135 0.999323547 0.011956627 -7.363259792 -0.825923562 0.022002338 0.563352704 269.670989990\n0.563243866 -0.031593926 0.825686514 -80.628486633 0.035911877 0.999260545 0.013738163 -7.372226715 -0.825510025 0.021914013 0.563961983 270.340118408\n0.563710153 -0.033118233 0.825308442 -79.669227600 0.037599407 0.999188900 0.014414254 -7.382157326 -0.825116456 0.022905648 0.564498186 270.993927002\n0.564417839 -0.033280153 0.824818134 -78.708709717 0.037989013 0.999175549 0.014319565 -7.385265350 -0.824614704 0.023251809 0.565216780 271.652740479\n0.564512014 -0.032778367 0.824773788 -77.766418457 0.037129980 0.999208152 0.014297364 -7.391659737 -0.824589312 0.022552801 0.565282106 272.314910889\n0.565038741 -0.032950699 0.824406207 -76.814666748 0.037658680 0.999190807 0.014125830 -7.396275043 -0.824204564 0.023064403 0.565822363 272.971343994\n0.564853668 -0.031280149 0.824598014 -75.886032104 0.036782976 0.999242485 0.012708562 -7.407984734 -0.824370921 0.023152690 0.565576315 273.625183105\n0.565132201 -0.031184465 0.824410796 -74.937599182 0.037550222 0.999222040 0.012056325 -7.409727097 -0.824145377 0.024143390 0.565863490 274.277008057\n0.565564036 -0.031731624 0.824093699 -74.030662537 0.037362065 0.999219358 0.012833753 -7.425587177 -0.823857665 0.023531536 0.566308081 274.910156250\n0.566039801 -0.033296198 0.823705316 -73.110641479 0.038405772 0.999164224 0.013996721 -7.434417725 -0.823482871 0.023712331 0.566845417 275.540466309\n0.566795170 -0.034374300 0.823141396 -72.204643250 0.038409319 0.999145329 0.015276481 -7.445692062 -0.822962999 0.022957660 0.567631006 276.158416748\n0.566627085 -0.035238337 0.823220491 -71.329978943 0.037885275 0.999142647 0.016692130 -7.453062057 -0.823102951 0.021729721 0.567476273 276.780822754\n0.567085862 -0.035967931 0.822872937 -70.469589233 0.037302569 0.999142528 0.017965503 -7.461837769 -0.822813511 0.020507291 0.567941308 277.378601074\n0.567765772 -0.036894806 0.822362959 -69.616378784 0.036986247 0.999129593 0.019289739 -7.470325470 -0.822358847 0.019464064 0.568636179 277.971069336\n0.567887902 -0.034217265 0.822394371 -68.792175293 0.034371592 0.999249876 0.017841060 -7.476964951 -0.822387934 0.018135283 0.568637967 278.550933838\n0.568178892 -0.034442253 0.822183967 -67.975204468 0.034150701 0.999249876 0.018259548 -7.481215954 -0.822196126 0.017703470 0.568928957 279.116516113\n0.568157196 -0.037664462 0.822057724 -67.174041748 0.034888372 0.999156356 0.021665886 -7.487915993 -0.822180212 0.016370621 0.568991899 279.680969238\n0.568456650 -0.041278038 0.821677029 -66.389106750 0.035632972 0.999038637 0.025536254 -7.481257439 -0.821941197 0.014762543 0.569380999 280.222564697\n0.568661571 -0.042213317 0.821487784 -65.592941284 0.038423494 0.998955369 0.024734702 -7.486243248 -0.821673751 0.017498754 0.569689512 280.782745361\n0.568558455 -0.035440855 0.821879029 -64.838012695 0.036316134 0.999178886 0.017963601 -7.490618229 -0.821840823 0.019634115 0.569378734 281.318756104\n0.567513227 -0.028007628 0.822887838 -64.072975159 0.036605325 0.999291360 0.008766412 -7.487708569 -0.822550237 0.025147017 0.568136334 281.842346191\n0.564987421 -0.029732682 0.824563682 -63.341407776 0.040195044 0.999155819 0.008486777 -7.488570213 -0.824119925 0.028348450 0.565705538 282.348785400\n0.562266529 -0.033985630 0.826257467 -62.607856750 0.039513398 0.999118030 0.014206943 -7.499660492 -0.826011598 0.024660151 0.563113511 282.851135254\n0.558700323 -0.036646500 0.828559637 -61.887168884 0.038426258 0.999094248 0.018278159 -7.506122589 -0.828478992 0.021626431 0.559602499 283.346221924\n0.555810869 -0.039644241 0.830362976 -61.175315857 0.043791026 0.998871684 0.018377481 -7.506211758 -0.830154598 0.026148042 0.556919813 283.818756104\n0.553307652 -0.043219093 0.831855059 -60.473251343 0.047055855 0.998680055 0.020587336 -7.502999306 -0.831646800 0.027752515 0.554611087 284.269409180\n0.549533010 -0.046061371 0.834201396 -59.785827637 0.048332497 0.998559535 0.023297396 -7.504304886 -0.834072888 0.027516343 0.550967693 284.716308594\n0.546097636 -0.048766553 0.836300910 -59.133430481 0.048294656 0.998476565 0.026687358 -7.510132790 -0.836328328 0.025814962 0.547620833 285.163269043\n0.543214500 -0.049405403 0.838139176 -58.485054016 0.048394810 0.998449922 0.027489539 -7.504868984 -0.838198125 0.025628861 0.544763446 285.580993652\n0.540134192 -0.050743565 0.840047777 -57.859687805 0.048136216 0.998409212 0.029358840 -7.501979828 -0.840201199 0.024579002 0.541717529 285.991485596\n0.537857771 -0.050833888 0.841501594 -57.237861633 0.051238514 0.998306215 0.027556397 -7.501108646 -0.841477036 0.028295867 0.539551437 286.378356934\n0.535325646 -0.050646629 0.843125999 -56.642555237 0.053843170 0.998216629 0.025776312 -7.496896744 -0.842927873 0.031597856 0.537097931 286.751312256\n0.532739937 -0.050106861 0.844794393 -56.062568665 0.058536183 0.998036563 0.022282250 -7.493556023 -0.844252169 0.037580390 0.534627020 287.104370117\n0.530332446 -0.050414559 0.846289456 -55.492645264 0.061291791 0.997898161 0.021037210 -7.493466854 -0.845571280 0.040713880 0.532307804 287.466217041\n0.528090835 -0.048779096 0.847785771 -54.956405640 0.061047897 0.997946441 0.019391796 -7.498589516 -0.846990705 0.041514903 0.529984236 287.806976318\n0.525866508 -0.048383046 0.849189937 -54.417495728 0.060949937 0.997957766 0.019115521 -7.504769325 -0.848380506 0.041705858 0.527741492 288.143341064\n0.524713159 -0.047099125 0.849975228 -53.917755127 0.061388936 0.997962177 0.017402347 -7.503211021 -0.849062800 0.043047827 0.526535273 288.451599121\n0.523178577 -0.044919536 0.851038516 -53.414962769 0.060198251 0.998063385 0.015672741 -7.508244514 -0.850094378 0.043031383 0.524869442 288.749969482\n0.521636724 -0.043016408 0.852082610 -52.935241699 0.057586536 0.998225689 0.015140353 -7.507299423 -0.851222038 0.041170720 0.523188353 289.039672852\n0.520277500 -0.043049030 0.852911532 -52.494125366 0.055503376 0.998321652 0.016531162 -7.517419815 -0.852191687 0.038738679 0.521793664 289.322052002\n0.520725727 -0.041753665 0.852702498 -52.050827026 0.053952213 0.998416245 0.015941350 -7.516394138 -0.852017641 0.037704106 0.522153735 289.582336426\n0.520883083 -0.041284423 0.852629125 -51.652175903 0.054110296 0.998417914 0.015286797 -7.524796009 -0.851911306 0.038173381 0.522292972 289.837371826\n0.522812188 -0.039886475 0.851514220 -51.247924805 0.052326951 0.998522639 0.014644943 -7.531632423 -0.850840390 0.036900587 0.524126887 290.097747803\n0.526878357 -0.039425910 0.849025846 -50.873184204 0.052689489 0.998517394 0.013670375 -7.534512997 -0.848306000 0.037532110 0.528174520 290.333801270\n0.532075047 -0.039219245 0.845788419 -50.524009705 0.051686421 0.998568177 0.013788360 -7.542238712 -0.845118165 0.036379330 0.533340335 290.567230225\n0.538746476 -0.038173754 0.841602623 -50.191955566 0.050327640 0.998647094 0.013080131 -7.545764923 -0.840963364 0.035309002 0.539938807 290.790588379\n0.546031594 -0.036245115 0.836980224 -49.882400513 0.046739094 0.998825610 0.012761983 -7.548923492 -0.836459875 0.032151248 0.547084332 291.009490967\n0.553969502 -0.034922518 0.831804216 -49.594886780 0.044356637 0.998938799 0.012398635 -7.556594849 -0.831354499 0.030027570 0.554930687 291.216583252\n0.563902617 -0.033875745 0.825146198 -49.314231873 0.042758808 0.999015808 0.011792582 -7.560314655 -0.824733615 0.028632402 0.564796090 291.429107666\n0.576073647 -0.034273639 0.816678941 -49.056930542 0.042070575 0.999039531 0.012250806 -7.563558102 -0.816314459 0.027300788 0.576962233 291.624389648\n0.591544747 -0.035200428 0.805503428 -48.815139771 0.043150801 0.998996913 0.011967038 -7.563677788 -0.805116653 0.027679078 0.592470288 291.811798096\n0.610545278 -0.036558375 0.791137159 -48.582206726 0.044838630 0.998927414 0.011556971 -7.571283817 -0.790711105 0.028417449 0.611529589 292.018280029\n0.633051872 -0.038394678 0.773156643 -48.372604370 0.045907047 0.998873472 0.012015526 -7.574873924 -0.772746980 0.027886888 0.634101272 292.220642090\n0.657543421 -0.038107272 0.752452374 -48.161033630 0.043057460 0.998988450 0.012966366 -7.577545166 -0.752185345 0.023872735 0.658519149 292.439422607\n0.681096971 -0.036007930 0.731307268 -47.995346069 0.038171712 0.999177992 0.013646378 -7.584014893 -0.731197536 0.018620742 0.681911588 292.658660889\n0.706229031 -0.033339385 0.707198024 -47.825080872 0.032983348 0.999355376 0.014174380 -7.592513084 -0.707214713 0.013315399 0.706873417 292.882446289\n0.732075334 -0.030461473 0.680542350 -47.656803131 0.028552031 0.999493957 0.014023847 -7.593880653 -0.680625141 0.009164351 0.732574582 293.122833252\n0.757289767 -0.028214199 0.652469337 -47.513622284 0.025645643 0.999580503 0.013458381 -7.595016479 -0.652575314 0.006541100 0.757695615 293.363037109\n0.781222463 -0.025231369 0.623742640 -47.376152039 0.021821097 0.999675930 0.013108071 -7.604390144 -0.623871207 0.003370425 0.781519890 293.586212158\n0.805011749 -0.023048026 0.592811048 -47.245109558 0.020314006 0.999729991 0.011283172 -7.604400635 -0.592911005 0.002959280 0.805262566 293.801422119\n0.828526974 -0.019754075 0.559600651 -47.110988617 0.017866824 0.999801278 0.008840242 -7.610309601 -0.559664071 0.002673906 0.828715265 294.057708740\n0.850974560 -0.018571476 0.524878502 -46.985145569 0.017450100 0.999822617 0.007084671 -7.603209019 -0.524917006 0.003130308 0.851147652 294.327392578\n0.872356534 -0.017279632 0.488564789 -46.869743347 0.016224219 0.999847949 0.006393630 -7.609605789 -0.488600999 0.002349056 0.872504175 294.616210938\n0.892980635 -0.018030971 0.449733734 -46.755352020 0.017364595 0.999833524 0.005607143 -7.614930630 -0.449759960 0.002802374 0.893145084 294.916412354\n0.912839293 -0.019473135 0.407854468 -46.650615692 0.018884793 0.999806702 0.005469085 -7.613983631 -0.407882124 0.002709852 0.913030565 295.209014893\n0.931189597 -0.019567875 0.364009649 -46.561336517 0.019144697 0.999805331 0.004771093 -7.622477531 -0.364032149 0.002526061 0.931382954 295.538787842\n0.948100209 -0.016770750 0.317529082 -46.474201202 0.016682258 0.999856353 0.002997801 -7.623513222 -0.317533761 0.002454886 0.948243797 295.896575928\n0.962992132 -0.012202461 0.269253254 -46.411560059 0.012339718 0.999923170 0.001182803 -7.624431610 -0.269246995 0.002183479 0.963068664 296.284027100\n0.975778759 -0.008656452 0.218588457 -46.339187622 0.008865187 0.999960721 0.000025851 -7.618289948 -0.218580082 0.001912603 0.975817144 296.677276611\n0.985242486 -0.008064674 0.170974210 -46.297920227 0.008190354 0.999966443 -0.000029721 -7.614864349 -0.170968235 0.001429622 0.985275507 297.111450195\n0.992094100 -0.007998009 0.125240862 -46.283012390 0.007874668 0.999967873 0.001479873 -7.619073391 -0.125248685 -0.000481943 0.992125273 297.542266846\n0.996826530 -0.006402151 0.079346493 -46.261619568 0.006185015 0.999976397 0.002982030 -7.632301331 -0.079363711 -0.002481808 0.996842623 297.997955322\n0.999306560 -0.004186847 0.036998086 -46.277240753 0.004206351 0.999991059 -0.000449327 -7.633668423 -0.036995873 0.000604642 0.999315262 298.488739014\n0.999982059 -0.005086699 -0.003162828 -46.307163239 0.005076223 0.999981642 -0.003311349 -7.641459942 0.003179613 0.003295234 0.999989510 298.978881836\n0.999147296 -0.005503491 -0.040919673 -46.347259521 0.005259718 0.999967813 -0.006062625 -7.644247532 0.040951721 0.005842229 0.999144018 299.528411865\n0.997097313 -0.008202990 -0.075694792 -46.401103973 0.007614811 0.999938548 -0.008055750 -7.643346786 0.075756222 0.007455965 0.997098505 300.129364014\n0.993763804 -0.011474187 -0.110913828 -46.481369019 0.010677805 0.999912798 -0.007771536 -7.641711235 0.110993326 0.006538755 0.993799627 300.728149414\n0.988849103 -0.015155361 -0.148147911 -46.589691162 0.014573012 0.999881208 -0.005015602 -7.652940750 0.148206323 0.002800712 0.988952518 301.335144043\n0.982422113 -0.022475367 -0.185314879 -46.708477020 0.022861093 0.999738634 -0.000055313 -7.655950069 0.185267702 -0.004182160 0.982679188 301.972351074\n0.975211561 -0.022097139 -0.220168322 -46.874099731 0.023920899 0.999698043 0.005620575 -7.663212776 0.219977647 -0.010747873 0.975445688 302.636474609\n0.967610657 -0.021255592 -0.251550913 -47.077583313 0.023697695 0.999696851 0.006682518 -7.657930374 0.251332611 -0.012427253 0.967821002 303.308288574\n0.959106982 -0.027188273 -0.281735092 -47.280200958 0.029262615 0.999566793 0.003157161 -7.677354813 0.281527191 -0.011272361 0.959487021 303.976470947\n0.950030386 -0.037423503 -0.309905976 -47.511283875 0.038353711 0.999259412 -0.003093182 -7.675587654 0.309792250 -0.008947426 0.950762153 304.685028076\n0.940974057 -0.039613899 -0.336152554 -47.783954620 0.039923318 0.999184787 -0.005993699 -7.673377991 0.336115956 -0.007780409 0.941788495 305.410339355\n0.931438088 -0.045690015 -0.361020178 -48.078678131 0.047859121 0.998849809 -0.002935170 -7.680439472 0.360739052 -0.014544177 0.932553411 306.169921875\n0.920134485 -0.049630135 -0.388444811 -48.390331268 0.054731842 0.998498917 0.002072419 -7.689019203 0.387758881 -0.023167206 0.921469629 306.924652100\n0.908119678 -0.053919535 -0.415224433 -48.752971649 0.060607526 0.998157382 0.002935059 -7.690288544 0.414301068 -0.027831111 0.909714282 307.703308105\n0.895546079 -0.056723159 -0.441338509 -49.142818451 0.065633528 0.997831583 0.004934289 -7.693366051 0.440101624 -0.033385489 0.897327125 308.508819580\n0.883557439 -0.056672994 -0.464881182 -49.566864014 0.068274200 0.997633338 0.008142523 -7.689445496 0.463319510 -0.038933773 0.885335684 309.307891846\n0.872819841 -0.048640009 -0.485612690 -50.032157898 0.060901769 0.998098671 0.009490578 -7.692698479 0.484227747 -0.037858237 0.874122560 310.116241455\n0.862499535 -0.042205509 -0.504294813 -50.527160645 0.053389404 0.998543739 0.007742077 -7.697306156 0.503233671 -0.033601534 0.863496840 310.927520752\n0.852756560 -0.041474339 -0.520659328 -51.046089172 0.050126921 0.998739600 0.002542921 -7.700238228 0.519897640 -0.028267542 0.853760719 311.749816895\n0.844332099 -0.042150054 -0.534159839 -51.581840515 0.047951188 0.998845100 -0.003022783 -7.703097820 0.533670366 -0.023061367 0.845378101 312.588897705\n0.837689102 -0.039982066 -0.544681907 -52.158065796 0.043305255 0.999039173 -0.006732938 -7.709931374 0.544427752 -0.017947480 0.838615716 313.441009521\n0.831858754 -0.035114922 -0.553875387 -52.748779297 0.038699456 0.999237239 -0.005227989 -7.716781616 0.553636491 -0.017085729 0.832583129 314.306488037\n0.826636195 -0.031979669 -0.561827302 -53.364311218 0.039038628 0.999237537 0.000561483 -7.734454155 0.561380982 -0.022397110 0.827254355 315.202606201\n0.822268367 -0.029870464 -0.568315566 -53.985649109 0.037679393 0.999287903 0.001994277 -7.741766453 0.567851245 -0.023053613 0.822808266 316.099761963\n0.819132566 -0.028511552 -0.572895229 -54.609642029 0.036874585 0.999315441 0.002990317 -7.751308441 0.572417796 -0.023574740 0.819623113 316.990142822\n0.817359090 -0.025369758 -0.575569749 -55.239532471 0.036226630 0.999316216 0.007397463 -7.764412880 0.574988484 -0.026897332 0.817719221 317.881835938\n0.816712260 -0.023663200 -0.576559782 -55.869750977 0.034530725 0.999372423 0.007897386 -7.782662868 0.576011062 -0.026358919 0.817016840 318.757568359\n0.816474617 -0.025527721 -0.576816738 -56.490516663 0.034777503 0.999382555 0.004998104 -7.787189960 0.576333046 -0.024141073 0.816858292 319.630676270\n0.817060232 -0.026914941 -0.575923741 -57.120960236 0.034633216 0.999397159 0.002428634 -7.808523655 0.575511217 -0.021930428 0.817499816 320.518371582\n0.817558408 -0.025709921 -0.575271487 -57.743331909 0.033465650 0.999435663 0.002893783 -7.821482658 0.574872494 -0.021617671 0.817957401 321.398284912\n0.818084240 -0.023565296 -0.574615419 -58.372467041 0.032649733 0.999451756 0.005495597 -7.838883877 0.574170887 -0.023256904 0.818405092 322.286651611\n0.817862749 -0.024623450 -0.574886322 -58.988349915 0.034732543 0.999374807 0.006607220 -7.847695351 0.574364245 -0.025371060 0.818206668 323.173339844\n0.818611681 -0.024596393 -0.573820531 -59.631584167 0.034260951 0.999394655 0.006038317 -7.857213974 0.573324680 -0.024602672 0.818958879 324.053100586\n0.819260776 -0.024213739 -0.572909653 -60.259025574 0.034242719 0.999390900 0.006728332 -7.869237900 0.572397828 -0.025130244 0.819590867 324.942230225\n0.819570899 -0.023520956 -0.572494805 -60.887863159 0.033308465 0.999423206 0.006622353 -7.887168884 0.572008789 -0.024496410 0.819881618 325.832641602\n0.820030153 -0.024585659 -0.571791947 -61.496971130 0.032207411 0.999476016 0.003214930 -7.901455879 0.571413338 -0.021052279 0.820392370 326.697937012\n0.820087671 -0.027378812 -0.571582556 -62.116119385 0.033974405 0.999422312 0.000873005 -7.915075302 0.571228445 -0.020135118 0.820544124 327.590850830\n0.820073187 -0.028616248 -0.571542740 -62.722236633 0.035571568 0.999366641 0.001002845 -7.930980682 0.571152031 -0.021153076 0.820571721 328.474578857\n0.820446610 -0.027972817 -0.571038485 -63.348068237 0.037462957 0.999286115 0.004874469 -7.951257229 0.570494473 -0.025392031 0.820908844 329.376220703\n0.821020842 -0.027307469 -0.570244730 -63.960659027 0.038879123 0.999210894 0.008127476 -7.967349529 0.569572747 -0.028843442 0.821434677 330.260986328\n0.821669817 -0.028236007 -0.569263995 -64.576461792 0.040558916 0.999136746 0.008984238 -7.975741386 0.568518937 -0.030470805 0.822105706 331.131774902\n0.822216272 -0.030461475 -0.568359494 -65.179489136 0.041827429 0.999100566 0.006962346 -7.979848862 0.567636251 -0.029497569 0.822750926 332.008178711\n0.822781682 -0.031212620 -0.567499816 -65.761131287 0.040620234 0.999166906 0.003938271 -7.998247147 0.566904128 -0.026292313 0.823364079 332.853118896\n0.823381901 -0.032158092 -0.566575766 -66.345809937 0.041536320 0.999130309 0.003653760 -8.006535530 0.565965533 -0.026541911 0.824001551 333.710571289\n0.823847055 -0.029927177 -0.566021562 -66.950729370 0.041737001 0.999097228 0.007923277 -8.019038200 0.565273464 -0.030151611 0.824352384 334.587554932\n0.824819803 -0.026709391 -0.564764440 -67.547683716 0.040868435 0.999087155 0.012437198 -8.033199310 0.563916743 -0.033339486 0.825158477 335.438873291\n0.825293422 -0.026601788 -0.564077139 -68.121772766 0.040817920 0.999087095 0.012603342 -8.042714119 0.563226938 -0.033425912 0.825625896 336.278839111\n0.825472653 -0.027357485 -0.563778758 -68.674400330 0.040536609 0.999118924 0.010870370 -8.047753334 0.562984645 -0.031826869 0.825854361 337.096801758\n0.826116085 -0.026876431 -0.562858641 -69.244934082 0.039994869 0.999139428 0.010992286 -8.059253693 0.562078834 -0.031592362 0.826480091 337.922302246\n0.826601267 -0.025329746 -0.562217772 -69.791107178 0.038558498 0.999188125 0.011673980 -8.069017410 0.561465621 -0.031327996 0.826906800 338.714874268\n0.826977015 -0.023689175 -0.561736524 -70.330444336 0.036246009 0.999279916 0.011219675 -8.085344315 0.561066210 -0.029639119 0.827240109 339.488433838\n0.826953053 -0.026559379 -0.561643302 -70.853309631 0.038164880 0.999231458 0.008940903 -8.101420403 0.560974181 -0.028828757 0.827331185 340.263153076\n0.827108860 -0.026143480 -0.561433434 -71.366653442 0.035264343 0.999363363 0.005415805 -8.112901688 0.560934365 -0.024278039 0.827504218 341.007812500\n0.827768445 -0.026874898 -0.560425937 -71.875793457 0.036573913 0.999312341 0.006099495 -8.124177933 0.559876621 -0.025545936 0.828182101 341.748382568\n0.827599645 -0.024576349 -0.560780585 -72.371429443 0.037266970 0.999242485 0.011206515 -8.134117126 0.560080409 -0.030173101 0.827888608 342.482482910\n0.827931941 -0.019649478 -0.560484290 -72.852722168 0.036361385 0.999164045 0.018683316 -8.147122383 0.559648633 -0.035848498 0.827954292 343.192779541\n0.828348696 -0.017886195 -0.559927285 -73.328521729 0.036414761 0.999095500 0.021956606 -8.151896477 0.559028089 -0.038577344 0.828250766 343.889312744\n0.828590930 -0.019956658 -0.559498727 -73.790565491 0.038488146 0.999030650 0.021364866 -8.155126572 0.558530033 -0.039236799 0.828555822 344.560333252\n0.828950286 -0.022490488 -0.558869898 -74.225326538 0.039613515 0.999042809 0.018552937 -8.163949966 0.557917714 -0.037518263 0.829047799 345.209259033\n0.829223394 -0.022862105 -0.558449566 -74.647308350 0.037984997 0.999158084 0.015498609 -8.168876648 0.557625055 -0.034064513 0.829393685 345.837036133\n0.830392182 -0.022589490 -0.556721270 -75.073135376 0.036538307 0.999234796 0.013954773 -8.176060677 0.555980086 -0.031929586 0.830582142 346.444335938\n0.831995606 -0.020566722 -0.554400861 -75.447746277 0.033849914 0.999332666 0.013726499 -8.190569878 0.553748608 -0.030186808 0.832136571 347.029052734\n0.836608529 -0.018803630 -0.547478378 -75.835319519 0.031497248 0.999408484 0.013805765 -8.185104370 0.546894968 -0.028794082 0.836705923 347.605926514\n0.843333721 -0.016409727 -0.537139654 -76.193191528 0.028863588 0.999474049 0.014783012 -8.191812515 0.536614597 -0.027970789 0.843363762 348.158599854\n0.851897478 -0.014488106 -0.523508191 -76.515098572 0.027139345 0.999495447 0.016502408 -8.200726509 0.523004949 -0.028266028 0.851860821 348.684539795\n0.862610459 -0.013359726 -0.505692422 -76.796607971 0.025961526 0.999503016 0.017879641 -8.205337524 0.505202234 -0.028551711 0.862528563 349.185180664\n0.874820888 -0.011528762 -0.484309256 -77.051849365 0.023561887 0.999546230 0.018766731 -8.200227737 0.483873129 -0.027828770 0.874695539 349.682434082\n0.888561010 -0.010013923 -0.458649188 -77.274353027 0.020878717 0.999608517 0.018624282 -8.209940910 0.458283156 -0.026124816 0.888422251 350.140380859\n0.903666258 -0.009076704 -0.428141177 -77.472305298 0.018399678 0.999675035 0.017642343 -8.212323189 0.427841932 -0.023820451 0.903539658 350.618682861\n0.919709921 -0.010048780 -0.392469913 -77.638626099 0.018494798 0.999671459 0.017744981 -8.215188026 0.392162651 -0.023578886 0.919593632 351.076080322\n0.935028434 -0.013878705 -0.354301006 -77.768859863 0.021544306 0.999611199 0.017700288 -8.208922386 0.353917599 -0.024183443 0.934963882 351.518737793\n0.948730171 -0.017412079 -0.315607101 -77.865188599 0.024452796 0.999532342 0.018361971 -8.217966080 0.315139771 -0.025138032 0.948712289 351.916992188\n0.961486638 -0.019192906 -0.274180710 -77.943901062 0.025034690 0.999527693 0.017822841 -8.215484619 0.273709148 -0.024000453 0.961513042 352.325134277\n0.973280847 -0.017941993 -0.228915945 -78.011070251 0.022455497 0.999601126 0.017127110 -8.218949318 0.228517339 -0.021809908 0.973295510 352.717376709\n0.983045101 -0.017614344 -0.182515770 -78.056503296 0.021134714 0.999625921 0.017360816 -8.217831612 0.182141691 -0.020923883 0.983049631 353.103637695\n0.990411818 -0.019127639 -0.136815995 -78.079505920 0.022002596 0.999567091 0.019531868 -8.226721764 0.136383161 -0.022354901 0.990403891 353.465881348\n0.995552063 -0.021492219 -0.091729082 -78.083709717 0.023453347 0.999517679 0.020355329 -8.224251747 0.091247357 -0.022416143 0.995575905 353.822509766\n0.998604834 -0.023837972 -0.047118232 -78.067298889 0.024789846 0.999498129 0.019721692 -8.222712517 0.046624459 -0.020862231 0.998694599 354.173706055\n0.999734402 -0.022905456 -0.002543853 -78.042190552 0.022949735 0.999555886 0.019008987 -8.223853111 0.002107314 -0.019062320 0.999816060 354.509399414\n0.998881996 -0.022719957 0.041455198 -78.000480652 0.022002438 0.999601543 0.017683273 -8.220872879 -0.041840442 -0.016751388 0.998983860 354.822875977\n0.996045351 -0.024370899 0.085438147 -77.951034546 0.023062268 0.999601603 0.016270559 -8.220180511 -0.085800633 -0.014235819 0.996210635 355.113739014\n0.991513848 -0.027903652 0.126971215 -77.889213562 0.026296675 0.999551654 0.014315248 -8.216387749 -0.127313748 -0.010854847 0.991803110 355.389434814\n0.985913634 -0.034900732 0.163573503 -77.805923462 0.033156365 0.999360561 0.013383009 -8.231084824 -0.163935989 -0.007770989 0.986440361 355.628753662\n0.979208469 -0.042661518 0.198319837 -77.719436646 0.041073337 0.999082685 0.012116903 -8.231788635 -0.198654830 -0.003719319 0.980062485 355.859436035\n0.972060561 -0.046697903 0.230038181 -77.642387390 0.045108423 0.998907983 0.012166644 -8.235632896 -0.230355144 -0.001450057 0.973105550 356.060546875\n0.965048850 -0.044962183 0.258184254 -77.564628601 0.043652263 0.998988330 0.010806729 -8.236055374 -0.258408934 0.000841305 0.966035247 356.257019043\n0.957395792 -0.039472021 0.286068588 -77.501304626 0.038744725 0.999215484 0.008204384 -8.236431122 -0.286168009 0.003228807 0.958173990 356.430664062\n0.948839962 -0.032590538 0.314070970 -77.442123413 0.032110747 0.999461830 0.006702436 -8.241049767 -0.314120382 0.003725513 0.949375868 356.587524414\n0.939664721 -0.027603319 0.340981394 -77.366668701 0.027043866 0.999613822 0.006394754 -8.240244865 -0.341026217 0.003212529 0.940048277 356.746215820\n0.929645479 -0.022462685 0.367769957 -77.286468506 0.020749504 0.999747634 0.008612271 -8.238991737 -0.367870599 -0.000375316 0.929876924 356.915405273\n0.919106662 -0.019075537 0.393546820 -77.198776245 0.016116455 0.999811530 0.010822605 -8.236198425 -0.393679112 -0.003604550 0.919240892 357.078460693\n0.907702804 -0.015189356 0.419338584 -77.110298157 0.010709039 0.999857664 0.013036171 -8.238323212 -0.419476926 -0.007342256 0.907736301 357.231323242\n0.895235419 -0.015255674 0.445332289 -77.011657715 0.010626867 0.999860466 0.012889246 -8.233525276 -0.445466787 -0.006806423 0.895272613 357.385223389\n0.882104874 -0.017833978 0.470715314 -76.902572632 0.013463462 0.999829352 0.012650424 -8.240434647 -0.470860600 -0.004821544 0.882194459 357.526306152\n0.868371665 -0.021088347 0.495465398 -76.786254883 0.017315350 0.999775589 0.012205604 -8.238037109 -0.495611578 -0.002019844 0.868541956 357.657623291\n0.853747010 -0.025732614 0.520051718 -76.670616150 0.020897917 0.999666691 0.015157150 -8.235353470 -0.520268440 -0.002072374 0.854000270 357.798706055\n0.839632750 -0.029728202 0.542340398 -76.547882080 0.022442885 0.999547184 0.020044534 -8.230276108 -0.542690694 -0.004658366 0.839919686 357.935058594\n0.826073289 -0.032631285 0.562617242 -76.425369263 0.023053097 0.999443293 0.024118656 -8.229789734 -0.563091040 -0.006953707 0.826365590 358.060974121\n0.811628759 -0.034540739 0.583151519 -76.301666260 0.024596423 0.999385774 0.024961535 -8.231334686 -0.583655536 -0.005916057 0.811979830 358.204193115\n0.797510982 -0.033600539 0.602367997 -76.188598633 0.024619723 0.999428749 0.023153361 -8.229688644 -0.602801859 -0.003634927 0.797882676 358.324066162\n0.783274174 -0.034023743 0.620744765 -76.059280396 0.025262624 0.999418497 0.022902166 -8.227243423 -0.621162951 -0.002257035 0.783678174 358.448059082\n0.769670963 -0.033503812 0.637561083 -75.930198669 0.022987459 0.999428868 0.024769234 -8.225023270 -0.638026834 -0.004408251 0.770001531 358.581054688\n0.755769968 -0.030679487 0.654118121 -75.805885315 0.017058529 0.999485314 0.027168443 -8.217521667 -0.654614925 -0.009374802 0.755904317 358.713684082\n0.741538882 -0.030273745 0.670226514 -75.669807434 0.013869555 0.999459684 0.029799737 -8.217493057 -0.670766532 -0.012801924 0.741558135 358.840820312\n0.728080153 -0.034646984 0.684615910 -75.528602600 0.017637303 0.999338090 0.031817373 -8.213590622 -0.685265124 -0.011090823 0.728209257 358.953369141\n0.715021670 -0.040586345 0.697923183 -75.377769470 0.023173478 0.999140739 0.034361854 -8.219776154 -0.698718131 -0.008396165 0.715347826 359.063507080\n0.702416003 -0.045264009 0.710325956 -75.228225708 0.027557518 0.998957038 0.036405768 -8.217262268 -0.711233020 -0.005997175 0.702930808 359.189147949\n0.691243887 -0.047992740 0.721026123 -75.084419250 0.028285304 0.998824418 0.039366510 -8.216703415 -0.722067833 -0.006817418 0.691788733 359.303405762\n0.680596352 -0.047687698 0.731104910 -74.946464539 0.025286147 0.998813868 0.041610271 -8.212269783 -0.732222080 -0.009832974 0.680994987 359.435119629\n0.671579838 -0.044868525 0.739572406 -74.803794861 0.020666063 0.998910725 0.041835990 -8.211052895 -0.740643919 -0.012812164 0.671775579 359.558502197\n0.662700653 -0.043110415 0.747642517 -74.657348633 0.019865116 0.999002337 0.039996095 -8.207235336 -0.748620868 -0.011653434 0.662895918 359.678436279\n0.654052734 -0.042667102 0.755244732 -74.500946045 0.024915887 0.999081373 0.034864996 -8.197811127 -0.756038547 -0.003985958 0.654515028 359.788757324\n0.644890606 -0.043661024 0.763026834 -74.340698242 0.032088954 0.999033332 0.030044755 -8.191163063 -0.763601005 0.005109148 0.645668268 359.888977051\n0.634402573 -0.044326551 0.771730900 -74.183120728 0.035138514 0.998976171 0.028493360 -8.188215256 -0.772203803 0.009041212 0.635310650 360.002624512\n0.625204563 -0.042022493 0.779328823 -74.024383545 0.030597772 0.999101460 0.029326349 -8.187448502 -0.779860914 0.005510755 0.625928640 360.120269775\n0.615927815 -0.039879523 0.786792636 -73.871940613 0.026021965 0.999202847 0.030274918 -8.187318802 -0.787372768 0.001826724 0.616474509 360.242645264\n0.607259333 -0.037833728 0.793602407 -73.710327148 0.023372330 0.999283910 0.029754914 -8.189308167 -0.794159889 0.000479383 0.607708752 360.356079102\n0.600083053 -0.037173580 0.799073577 -73.540130615 0.023498444 0.999307752 0.028841939 -8.184717178 -0.799592555 0.001469423 0.600541174 360.467681885\n0.594718575 -0.036140822 0.803121269 -73.369308472 0.026117610 0.999330282 0.025629994 -8.178649902 -0.803509653 0.005732969 0.595264196 360.582122803\n0.590449691 -0.033050511 0.806397438 -73.188812256 0.028813152 0.999387443 0.019863095 -8.173061371 -0.806559980 0.011506694 0.591040254 360.718231201\n0.589115143 -0.029069984 0.807526052 -72.995925903 0.028268566 0.999482393 0.015357397 -8.172843933 -0.807554543 0.013780327 0.589631975 360.861877441\n0.589213967 -0.024804216 0.807596266 -72.795516968 0.025032155 0.999609292 0.012438429 -8.168335915 -0.807589233 0.012886978 0.589604616 361.014892578\n0.589108229 -0.024114657 0.807694256 -72.573150635 0.023622269 0.999641359 0.012616081 -8.163695335 -0.807708800 0.011647332 0.589466572 361.184417725\n0.589052916 -0.025603198 0.807688773 -72.334350586 0.023273857 0.999620855 0.014713535 -8.160040855 -0.807759285 0.010130981 0.589425445 361.356414795\n0.589191377 -0.027342413 0.807530820 -72.089630127 0.024180576 0.999576330 0.016202282 -8.161942482 -0.807631671 0.009980313 0.589602947 361.534301758\n0.588644981 -0.027230559 0.807932913 -71.843307495 0.023380661 0.999587893 0.016655376 -8.160931587 -0.808053493 0.009085898 0.589039087 361.717773438\n0.588132501 -0.027126698 0.808309615 -71.582305908 0.021247091 0.999610603 0.018087169 -8.157089233 -0.808485508 0.006536572 0.588479877 361.915252686\n0.587868035 -0.026469683 0.808523715 -71.317153931 0.016966408 0.999648094 0.020390697 -8.154037476 -0.808778942 0.001730702 0.588110268 362.120758057\n0.587055683 -0.028343508 0.809050262 -71.048141479 0.017235242 0.999597967 0.022512900 -8.153478622 -0.809363127 0.000727850 0.587308168 362.316009521\n0.585754633 -0.029907744 0.809936464 -70.767517090 0.017581949 0.999552667 0.024194067 -8.153973579 -0.810297728 0.000068472 0.586018443 362.517944336\n0.583829880 -0.031278972 0.811273277 -70.485427856 0.018170306 0.999510705 0.025460348 -8.152430534 -0.811672688 -0.000123430 0.584112525 362.720031738\n0.582573175 -0.030526927 0.812204838 -70.205993652 0.016481655 0.999532640 0.025745835 -8.150758743 -0.812611163 -0.001612357 0.582804084 362.925628662\n0.581028342 -0.030363172 0.813316762 -69.912277222 0.015164957 0.999534249 0.026481392 -8.146814346 -0.813742042 -0.003052525 0.581218183 363.139678955\n0.579160571 -0.032794755 0.814553618 -69.604690552 0.015423859 0.999452472 0.029272363 -8.144324303 -0.815067589 -0.004389838 0.579349279 363.360717773\n0.577221274 -0.036345445 0.815778613 -69.296997070 0.018248415 0.999333620 0.031611338 -8.142675400 -0.816383958 -0.003360073 0.577499866 363.565216064\n0.574797034 -0.039298031 0.817351878 -68.987594604 0.022044044 0.999227285 0.032540224 -8.134784698 -0.817999065 -0.000686281 0.575219154 363.772247314\n0.571521759 -0.042392246 0.819491267 -68.668472290 0.024969311 0.999100685 0.034269575 -8.128164291 -0.820207000 0.000876322 0.572066247 363.985473633\n0.566296756 -0.042346839 0.823112845 -68.349182129 0.024130963 0.999102950 0.034799077 -8.122431755 -0.823848128 0.000155901 0.566810608 364.209045410\n0.560418129 -0.038477581 0.827315569 -68.029159546 0.018370973 0.999251962 0.034029789 -8.118577957 -0.828006089 -0.003872321 0.560705781 364.424621582\n0.554364979 -0.036269259 0.831483066 -67.708450317 0.014830304 0.999321878 0.033702750 -8.111978531 -0.832141578 -0.006352477 0.554526925 364.639465332\n0.547694683 -0.035811339 0.835911512 -67.374191284 0.014528684 0.999339998 0.033293497 -8.105953217 -0.836552083 -0.006089977 0.547853470 364.861999512\n0.541959107 -0.036301252 0.839620531 -67.039398193 0.018282795 0.999339521 0.031405553 -8.098990440 -0.840205967 -0.001669920 0.542264819 365.062683105\n0.535726011 -0.035935502 0.843626916 -66.700073242 0.022915058 0.999344766 0.028016845 -8.093568802 -0.844080925 0.004322405 0.536198437 365.263610840\n0.528370619 -0.035712592 0.848262429 -66.352569580 0.027702982 0.999308109 0.024815954 -8.087142944 -0.848561764 0.010387375 0.528994381 365.466522217\n0.521524429 -0.036322765 0.852462828 -65.991851807 0.029917896 0.999257565 0.024274237 -8.080220222 -0.852711678 0.012844287 0.522223949 365.676940918\n0.515052199 -0.036276981 0.856390834 -65.628875732 0.028229877 0.999279916 0.025351740 -8.076321602 -0.856693864 0.011118334 0.515705466 365.895568848\n0.510296345 -0.035686389 0.859257936 -65.253433228 0.027127184 0.999309421 0.025392659 -8.067546844 -0.859570682 0.010351468 0.510911942 366.117828369\n0.506487548 -0.035754088 0.861505687 -64.872039795 0.027078947 0.999306619 0.025553109 -8.061086655 -0.861821949 0.010386336 0.507104516 366.338378906\n0.502998710 -0.039279915 0.863394141 -64.472274780 0.030573629 0.999150157 0.027644431 -8.056970596 -0.863746226 0.012491978 0.503772199 366.566192627\n0.501742959 -0.042699341 0.863962293 -64.068054199 0.035415046 0.998957515 0.028804010 -8.056029320 -0.864291489 0.016145049 0.502732158 366.791198730\n0.502874136 -0.045660056 0.863152802 -63.634841919 0.043039780 0.998687744 0.027754700 -8.050069809 -0.863287449 0.023192788 0.504179478 367.029907227\n0.506489038 -0.046178065 0.861008942 -63.215362549 0.048095550 0.998523235 0.025261061 -8.042573929 -0.860903978 0.028616248 0.507962048 367.276000977\n0.516031146 -0.046378363 0.855313361 -62.783325195 0.050398987 0.998447120 0.023732699 -8.036102295 -0.855085909 0.030860111 0.517567277 367.540588379\n0.530547142 -0.047403365 0.846329033 -62.354217529 0.051896177 0.998378575 0.023387048 -8.031233788 -0.846065402 0.031513300 0.532146931 367.826904297\n0.547775984 -0.047381837 0.835282266 -61.931732178 0.050793938 0.998436689 0.023326324 -8.025296211 -0.835081697 0.029649673 0.549326360 368.124023438\n0.564960718 -0.047989655 0.823721051 -61.487686157 0.049167674 0.998491228 0.024449350 -8.016153336 -0.823651552 0.026687523 0.566467881 368.454345703\n0.580372334 -0.049708597 0.812832713 -61.063522339 0.046383437 0.998532712 0.027946703 -8.006053925 -0.813029230 0.021482479 0.581826448 368.778869629\n0.594128847 -0.049128421 0.802868247 -60.615188599 0.041356396 0.998678625 0.030506225 -7.998285770 -0.803306043 0.015079105 0.595375538 369.134338379\n0.605291367 -0.044219974 0.794774830 -60.171127319 0.034346405 0.998976767 0.029423608 -7.995653629 -0.795262694 0.009487798 0.606190801 369.498779297\n0.612592995 -0.036083411 0.789574444 -59.717193604 0.025970267 0.999336898 0.025520429 -7.991424084 -0.789971769 0.004871822 0.613123894 369.879333496\n0.615014434 -0.029942106 0.787947178 -59.249366760 0.023267386 0.999532759 0.019821556 -7.983650208 -0.788172483 0.006142927 0.615423739 370.266876221\n0.614392281 -0.024062626 0.788633645 -58.773857117 0.020398580 0.999685168 0.014610484 -7.973272324 -0.788736939 0.007110439 0.614689708 370.633605957\n0.610772252 -0.023296889 0.791463554 -58.270889282 0.020132644 0.999700844 0.013890038 -7.962136269 -0.791550338 0.007450604 0.611058593 371.024108887\n0.605066061 -0.024426423 0.795800507 -57.751403809 0.017321495 0.999696553 0.017514896 -7.956562042 -0.795986831 0.003186785 0.605305552 371.427490234\n0.597664237 -0.029619670 0.801199257 -57.213531494 0.016579665 0.999560237 0.024585111 -7.949644566 -0.801575124 -0.001410028 0.597892463 371.818756104\n0.589831948 -0.033795256 0.806818545 -56.661834717 0.015956078 0.999416590 0.030197786 -7.944778919 -0.807368338 -0.004937960 0.590027094 372.221588135\n0.581968427 -0.036195453 0.812405527 -56.106155396 0.017321909 0.999334037 0.032115176 -7.938842297 -0.813026905 -0.004617608 0.582207799 372.618041992\n0.574912190 -0.033442032 0.817531466 -55.548934937 0.015881967 0.999432266 0.029714219 -7.930479527 -0.818061054 -0.004099060 0.575116873 373.006591797\n0.567679167 -0.028478079 0.822757125 -54.965255737 0.015717940 0.999594271 0.023754004 -7.908771992 -0.823099792 -0.000552606 0.567896485 373.408355713\n0.560895324 -0.024665173 0.827519298 -54.386093140 0.015298760 0.999694228 0.019427499 -7.897583008 -0.827745438 0.001763224 0.561101139 373.807861328\n0.555911064 -0.023564132 0.830907762 -53.791229248 0.014307803 0.999721289 0.018779097 -7.891571999 -0.831118703 0.001448957 0.556093216 374.202941895\n0.552403331 -0.024110619 0.833228230 -53.190093994 0.011248175 0.999706209 0.021470714 -7.886308193 -0.833501101 -0.002488200 0.552512288 374.609069824\n0.549473286 -0.025266128 0.835129261 -52.580337524 0.009054071 0.999664009 0.024286862 -7.882861137 -0.835462332 -0.005783662 0.549517393 375.018890381\n0.547711015 -0.026561955 0.836245894 -51.970214844 0.009549162 0.999629259 0.025497200 -7.873283863 -0.836613178 -0.005979652 0.547761559 375.415771484\n0.545588732 -0.027548993 0.837600172 -51.370864868 0.009082570 0.999595225 0.026960950 -7.868309498 -0.838003874 -0.007102029 0.545618057 375.812316895\n0.543363810 -0.030072654 0.838958621 -50.759582520 0.009551603 0.999514937 0.029641598 -7.858615875 -0.839443088 -0.008092776 0.543387532 376.208740234\n0.542420745 -0.031800006 0.839504957 -50.143524170 0.008081683 0.999434590 0.032636326 -7.849595070 -0.840068161 -0.010918011 0.542371094 376.607910156\n0.540850878 -0.032299783 0.840498030 -49.543746948 0.009072095 0.999428272 0.032569576 -7.845259666 -0.841069520 -0.009990207 0.540834725 377.000488281\n0.540005624 -0.028687155 0.841172397 -48.939071655 0.008622516 0.999555111 0.028553225 -7.839608192 -0.841617227 -0.008165879 0.540012717 377.393646240\n0.540176809 -0.024047403 0.841207922 -48.334594727 0.009155735 0.999700427 0.022698887 -7.829231739 -0.841501772 -0.004559536 0.540235162 377.785491943\n0.540165544 -0.020774886 0.841302335 -47.729476929 0.009329200 0.999781668 0.018698435 -7.816867352 -0.841507077 -0.002251574 0.540241420 378.174804688\n0.540036917 -0.021717625 0.841361165 -47.117599487 0.009377101 0.999760211 0.019787505 -7.806749344 -0.841589153 -0.002796457 0.540111065 378.570404053\n0.540281653 -0.024150087 0.841137707 -46.508895874 0.009388811 0.999698877 0.022671929 -7.808054447 -0.841431916 -0.004351946 0.540345669 378.965820312\n0.541020751 -0.024432691 0.840654314 -45.900146484 0.008907792 0.999688327 0.023322044 -7.809262753 -0.840962112 -0.005129335 0.541069746 379.362915039\n0.542169094 -0.022334725 0.839972556 -45.299758911 0.007240218 0.999733746 0.021909473 -7.804112434 -0.840238214 -0.005797057 0.542186499 379.752624512\n0.542697191 -0.021166069 0.839661717 -44.703582764 0.003062728 0.999725640 0.023221411 -7.800204754 -0.839922845 -0.010030539 0.542613149 380.157043457\n0.543107212 -0.023154775 0.839344084 -44.104064941 0.001697597 0.999647915 0.026478589 -7.796473503 -0.839661658 -0.012955844 0.542955279 380.555206299\n0.544577301 -0.026662992 0.838286757 -43.498519897 0.001074639 0.999515891 0.031093013 -7.796303272 -0.838710010 -0.016031694 0.544342279 380.940399170\n0.545240164 -0.025963128 0.837877810 -42.904510498 -0.002153429 0.999473572 0.032371785 -7.786488056 -0.838277221 -0.019454708 0.544897199 381.340026855\n0.546166182 -0.021574020 0.837399006 -42.320800781 -0.008669768 0.999469161 0.031404030 -7.778495789 -0.837632000 -0.024411876 0.545689225 381.738647461\n0.548063993 -0.017833866 0.836246312 -41.731536865 -0.010590456 0.999544561 0.028257215 -7.772801876 -0.836369395 -0.024342991 0.547625482 382.137115479\n0.550080657 -0.013545590 0.835001707 -41.147186279 -0.010155959 0.999686003 0.022907658 -7.765551090 -0.835049808 -0.021081302 0.549770355 382.524841309\n0.552848697 -0.008885568 0.833234310 -40.565048218 -0.012567798 0.999740481 0.018999886 -7.761997223 -0.833186924 -0.020975983 0.552593589 382.916290283\n0.555329621 -0.004067783 0.831620395 -39.994110107 -0.018976305 0.999665678 0.017561531 -7.762130260 -0.831413805 -0.025533520 0.555066764 383.319824219\n0.557992697 -0.004823065 0.829831898 -39.421310425 -0.018355243 0.999666750 0.018152531 -7.758675098 -0.829642892 -0.025360746 0.557718158 383.720184326\n0.560323715 -0.005079059 0.828258216 -38.841018677 -0.016504986 0.999714196 0.017296232 -7.760327339 -0.828109324 -0.023361878 0.560079753 384.114807129\n0.561056376 -0.003220218 0.827771306 -38.273849487 -0.014331372 0.999804735 0.013603149 -7.761836052 -0.827653527 -0.019495232 0.560900688 384.505279541\n0.561147690 0.002236281 0.827712715 -37.706085205 -0.016701102 0.999823332 0.008621228 -7.763510704 -0.827547252 -0.018661497 0.561085939 384.902770996\n0.560772717 0.003206244 0.827963591 -37.134338379 -0.015909864 0.999849617 0.006903752 -7.768907547 -0.827816904 -0.017044224 0.560739398 385.294677734\n0.560860634 0.000369820 0.827910185 -36.553329468 -0.012004043 0.999898434 0.007685390 -7.777023315 -0.827823222 -0.014248702 0.560808063 385.675445557\n0.559740424 -0.003933507 0.828658700 -35.976562500 -0.008434528 0.999909878 0.010443745 -7.781438828 -0.828625143 -0.012835131 0.559656858 386.062286377\n0.558875620 -0.007758619 0.829215229 -35.400634766 -0.006356699 0.999886751 0.013639819 -7.786528587 -0.829227149 -0.012894034 0.558763027 386.451171875\n0.557933450 -0.010283874 0.829822063 -34.827362061 -0.005806033 0.999850392 0.016294720 -7.789318085 -0.829865515 -0.013909343 0.557790220 386.842956543\n0.556860030 -0.009946534 0.830546856 -34.259124756 -0.005401711 0.999863803 0.015595962 -7.791653156 -0.830588818 -0.013171142 0.556730449 387.235900879\n0.557086110 -0.009972122 0.830394864 -33.680114746 -0.001238434 0.999916792 0.012838720 -7.799456596 -0.830453813 -0.008180661 0.557027459 387.609588623\n0.556702375 -0.011309662 0.830635011 -33.105911255 0.004226696 0.999932945 0.010781982 -7.802862644 -0.830701292 -0.002491512 0.556712866 387.988708496\n0.556071639 -0.011783684 0.831050813 -32.537185669 0.005732725 0.999930084 0.010342392 -7.804473877 -0.831114590 -0.000986925 0.556100309 388.370208740\n0.555995226 -0.012267477 0.831094980 -31.957977295 0.005516868 0.999923527 0.011068756 -7.805473328 -0.831167161 -0.001569135 0.556020379 388.757507324\n0.556585670 -0.016164305 0.830632985 -31.388061523 0.006400538 0.999864459 0.015168753 -7.812428951 -0.830765605 -0.003126213 0.556613684 389.139343262\n0.557084978 -0.017538531 0.830270290 -30.819259644 0.009809676 0.999846160 0.014538650 -7.818718433 -0.830397606 0.000045418 0.557171345 389.520660400\n0.557903171 -0.016507551 0.829741895 -30.249481201 0.005459725 0.999853551 0.016220869 -7.819673061 -0.829888105 -0.004519511 0.557911515 389.910278320\n0.557559609 -0.013470324 0.830027640 -29.695465088 0.001752201 0.999885201 0.015049885 -7.810975075 -0.830135107 -0.006936833 0.557519197 390.301422119\n0.556536496 -0.012272799 0.830732584 -29.128234863 0.001150084 0.999901295 0.014001528 -7.811903477 -0.830822468 -0.006836950 0.556495667 390.691223145\n0.556038976 -0.012805481 0.831057608 -28.567825317 0.002942691 0.999905348 0.013438323 -7.819252968 -0.831151068 -0.005026686 0.556024015 391.063720703\n0.554367065 -0.010212433 0.832209647 -27.998535156 0.001490240 0.999935269 0.011277966 -7.819281101 -0.832270980 -0.005011941 0.554346442 391.447052002\n0.553948283 -0.009748128 0.832494020 -27.428512573 -0.002531154 0.999907136 0.013392711 -7.823934555 -0.832547247 -0.009526040 0.553872168 391.831939697\n0.554309249 -0.013262771 0.832205117 -26.853042603 0.002902789 0.999897778 0.014001803 -7.817057133 -0.832305729 -0.005345614 0.554291129 392.206665039\n0.553675175 -0.015995214 0.832579136 -26.282592773 0.008127861 0.999871671 0.013804055 -7.820449352 -0.832693100 -0.000875876 0.553734124 392.579833984\n0.553235769 -0.016849179 0.832854331 -25.702163696 0.010418429 0.999857187 0.013307160 -7.825834274 -0.832959592 0.001315035 0.553332329 392.956726074\n0.553035855 -0.015327602 0.833016455 -25.131484985 0.004975917 0.999873698 0.015094306 -7.829415321 -0.833142579 -0.004202673 0.553042293 393.344482422\n0.552542925 -0.014281775 0.833362103 -24.576599121 0.002420609 0.999876440 0.015530488 -7.829738617 -0.833480954 -0.006564018 0.552509189 393.729034424\n0.552842379 -0.015911877 0.833133996 -24.028549194 0.005617329 0.999866128 0.015368777 -7.833843231 -0.833266973 -0.003816523 0.552857757 394.107482910\n0.553192139 -0.018105686 0.832857013 -23.452850342 0.012123456 0.999832869 0.013683095 -7.838092804 -0.832965553 0.002527724 0.553319156 394.479949951\n0.553421974 -0.013541652 0.832791030 -22.898590088 0.013361011 0.999883533 0.007379760 -7.836945057 -0.832793951 0.007042807 0.553538382 394.851684570\n0.553878844 -0.008894038 0.832549810 -22.347824097 0.011866351 0.999925733 0.002787648 -7.843285561 -0.832512796 0.008335307 0.553943276 395.229095459\n0.554147243 -0.007966909 0.832380593 -21.786254883 0.009308626 0.999951005 0.003373659 -7.846308231 -0.832366705 0.005878815 0.554194212 395.613098145\n0.554468036 -0.010270037 0.832141697 -21.218292236 0.008225516 0.999942660 0.006860204 -7.851458549 -0.832164407 0.003041030 0.554520726 395.992858887\n0.554324925 -0.016227255 0.832142174 -20.647262573 0.009634872 0.999868035 0.013079812 -7.860144615 -0.832244575 0.000767117 0.554408133 396.378753662\n0.554181576 -0.020009322 0.832155287 -20.083740234 0.010447773 0.999799490 0.017082565 -7.868624687 -0.832330227 -0.000772674 0.554279566 396.755981445\n0.553561807 -0.018393051 0.832605064 -19.521087646 0.007546669 0.999825835 0.017069679 -7.871314049 -0.832773983 -0.003165728 0.553604126 397.141601562\n0.553520441 -0.013602201 0.832724571 -18.968444824 0.004096432 0.999898970 0.013609986 -7.871103287 -0.832825541 -0.004122206 0.553520262 397.514465332\n0.552397013 -0.011682361 0.833499253 -18.420593262 0.005939962 0.999931574 0.010078406 -7.872742176 -0.833559990 -0.000616328 0.552428603 397.889923096\n0.552390814 -0.011343624 0.833508134 -17.852386475 0.008329804 0.999932587 0.008088166 -7.873481750 -0.833543718 0.002475130 0.552448034 398.262207031\n0.551616192 -0.015380444 0.833956361 -17.283203125 0.010703752 0.999878168 0.011360557 -7.878170967 -0.834029496 0.002659792 0.551713586 398.639678955\n0.551446795 -0.017687839 0.834022582 -16.706634521 0.006652654 0.999836624 0.016805738 -7.877103806 -0.834183574 -0.003719007 0.551474333 399.018066406\n0.550275445 -0.019881571 0.834746540 -16.145812988 0.004681770 0.999774218 0.020725839 -7.878232002 -0.834970117 -0.007496828 0.550244272 399.410186768\n0.550175667 -0.019729532 0.834815860 -15.578109741 0.007732909 0.999798357 0.018532347 -7.882642746 -0.835013151 -0.003740492 0.550217271 399.780578613\n0.549712479 -0.016646581 0.835188150 -15.014999390 0.008041916 0.999860525 0.014635647 -7.881078720 -0.835315287 -0.001328886 0.549769640 400.148132324\n0.548925042 -0.012390797 0.835779786 -14.448089600 0.004629463 0.999919832 0.011783698 -7.875255585 -0.835858822 -0.002599155 0.548938394 400.523071289\n0.548049688 -0.015725363 0.836297989 -13.863876343 0.008458197 0.999876320 0.013258319 -7.874903202 -0.836403012 -0.000192644 0.548114896 400.904235840\n0.547801852 -0.021849990 0.836322784 -13.290603638 0.011420254 0.999761045 0.018639615 -7.879993916 -0.836530209 -0.000659797 0.547920465 401.273437500\n0.546874642 -0.021542732 0.836937368 -12.721557617 0.012015920 0.999767900 0.017882498 -7.884682655 -0.837128341 0.000277087 0.547006488 401.650054932\n0.546914339 -0.017879222 0.836997688 -12.145462036 0.010826184 0.999839365 0.014283619 -7.880016804 -0.837118626 0.001249573 0.547020078 402.021026611\n0.546954930 -0.018069344 0.836966991 -11.583450317 0.015357711 0.999815345 0.011548880 -7.887201309 -0.837021172 0.006537182 0.547131419 402.389587402\n0.546486616 -0.018607382 0.837261081 -11.022857666 0.020278435 0.999754012 0.008982755 -7.885185242 -0.837222278 0.012069387 0.546729565 402.758300781\n0.546334028 -0.018728351 0.837358057 -10.445144653 0.020347198 0.999751687 0.009084924 -7.899950981 -0.837320268 0.012074484 0.546579421 403.126434326\n0.546115577 -0.014318430 0.837587535 -9.882675171 0.018692670 0.999813259 0.004903841 -7.905267715 -0.837501347 0.012978681 0.546281219 403.505798340\n0.546776712 -0.011208118 0.837203503 -9.317932129 0.019206911 0.999815166 0.000841079 -7.914344311 -0.837058187 0.015620209 0.546890914 403.876464844\n0.547421455 -0.014378474 0.836733580 -8.741043091 0.019565286 0.999799013 0.004380277 -7.916673660 -0.836628318 0.013973073 0.547592759 404.249572754\n0.548057199 -0.018692655 0.836232007 -8.169235229 0.017040025 0.999792278 0.011180946 -7.919311523 -0.836267292 0.008121616 0.548261881 404.630249023\n0.548983991 -0.024219589 0.835481942 -7.597915649 0.015854085 0.999701977 0.018562621 -7.930690765 -0.835682571 0.003055218 0.549204350 405.011322021\n0.549849689 -0.025598885 0.834871292 -7.035018921 0.017700426 0.999662876 0.018994166 -7.934103012 -0.835076094 0.004333640 0.550117493 405.382080078\n0.550405145 -0.022497384 0.834594607 -6.468215942 0.019864717 0.999706805 0.013847616 -7.938323021 -0.834661424 0.008957185 0.550690651 405.756408691\n0.550734699 -0.019865610 0.834443986 -5.905136108 0.020506090 0.999737024 0.010266682 -7.935390472 -0.834428489 0.011456961 0.550997257 406.131774902\n0.551192760 -0.021288482 0.834106326 -5.338012695 0.020043593 0.999723792 0.012270283 -7.935336590 -0.834137142 0.009955196 0.551467180 406.516998291\n0.552128196 -0.026699252 0.833331585 -4.766250610 0.021237671 0.999613225 0.017955646 -7.938340187 -0.833488643 0.007784204 0.552481711 406.897583008\n0.551895380 -0.035080429 0.833175123 -4.189880371 0.028234171 0.999328017 0.023373893 -7.935158730 -0.833435237 0.010624067 0.552514970 407.276977539\n0.552875459 -0.035188064 0.832520604 -3.619857788 0.031698350 0.999272943 0.021185352 -7.946478844 -0.832660794 0.014676666 0.553588867 407.649902344\n0.552212596 -0.024748722 0.833335996 -3.066299438 0.028196063 0.999541879 0.011000562 -7.951860428 -0.833226442 0.017422143 0.552657366 408.028991699\n0.551491439 -0.015476561 0.834037066 -2.512161255 0.024306064 0.999701500 0.002478731 -7.950424194 -0.833826482 0.018905155 0.551702976 408.411041260\n0.552333236 -0.014873039 0.833490729 -1.956710815 0.028469551 0.999594152 -0.001029019 -7.949523926 -0.833137155 0.024297468 0.552532494 408.772247314\n0.552338362 -0.022280555 0.833322227 -1.385391235 0.033370435 0.999432445 0.004603426 -7.954409599 -0.832951844 0.025265679 0.552768409 409.146179199\n0.551720381 -0.025245581 0.833647013 -0.827484131 0.029502546 0.999506950 0.010743129 -7.966804028 -0.833507180 0.018667504 0.552193165 409.523742676\n0.551362514 -0.023626931 0.833931267 -0.278106689 0.024653424 0.999623775 0.012021459 -7.977597237 -0.833901525 0.013931076 0.551737547 409.906188965\n0.552181363 -0.019006146 0.833507359 0.285949707 0.027487660 0.999611616 0.004583750 -7.989156723 -0.833270788 0.020380104 0.552489340 410.273803711\n0.552582741 -0.017250320 0.833279550 0.838745117 0.032629691 0.999467075 -0.000947438 -7.996263981 -0.832819104 0.027713191 0.552851081 410.631805420\n0.552141249 -0.016681658 0.833583713 1.399887085 0.034283604 0.999408484 -0.002708311 -8.004570961 -0.833045423 0.030073624 0.552386522 411.004821777\n0.551759124 -0.019599253 0.833773196 1.953323364 0.031731922 0.999493301 0.002495816 -8.012336731 -0.833399594 0.025080135 0.552101493 411.380310059\n0.551539123 -0.022501964 0.833845437 2.504241943 0.027355457 0.999586344 0.008880604 -8.023239136 -0.833700359 0.017912222 0.551926494 411.754577637\n0.551566660 -0.023588071 0.833797276 3.046478271 0.023404762 0.999644160 0.012797344 -8.031453133 -0.833802462 0.012456238 0.551922441 412.122070312\n0.551305115 -0.023617394 0.833969414 3.586318970 0.024215931 0.999631047 0.012300589 -8.038717270 -0.833952248 0.013413967 0.551673651 412.481048584\n0.551111341 -0.022224072 0.834135771 4.122207642 0.024310509 0.999648571 0.010571978 -8.045248032 -0.834077537 0.014451928 0.551457882 412.834838867\n0.549567223 -0.022041438 0.835158706 4.656433105 0.025605928 0.999626637 0.009532358 -8.046634674 -0.835057020 0.016146341 0.549926400 413.196868896\n0.548452079 -0.025689103 0.835787296 5.183776855 0.028132576 0.999529004 0.012261055 -8.050575256 -0.835708618 0.016788250 0.548916459 413.545471191\n0.548178792 -0.026067464 0.835954845 5.707366943 0.025807673 0.999565423 0.014245884 -8.055858612 -0.835962892 0.013764757 0.548613310 413.893432617\n0.548293293 -0.025009209 0.835912168 6.215225220 0.023093494 0.999624372 0.014759694 -8.062177658 -0.835967302 0.011211487 0.548664868 414.227539062\n0.547819853 -0.023792248 0.836257994 6.711837769 0.022275968 0.999655962 0.013848413 -8.069916725 -0.836299717 0.011042019 0.548161387 414.561340332\n0.547585368 -0.025786482 0.836352408 7.195953369 0.029318716 0.999502540 0.011620885 -8.073415756 -0.836236060 0.018157352 0.548069000 414.872436523\n0.547599435 -0.028538447 0.836253881 7.674804688 0.037924312 0.999237657 0.009266754 -8.074707985 -0.835880816 0.026639882 0.548264265 415.163726807\n0.546795964 -0.029465269 0.836747289 8.127441406 0.038676675 0.999202609 0.009911620 -8.081420898 -0.836372137 0.026942963 0.547499657 415.459320068\n0.545978665 -0.028670732 0.837308407 8.564636230 0.031807747 0.999403119 0.013480416 -8.085382462 -0.837195098 0.019272869 0.546564758 415.769104004\n0.545602560 -0.029072676 0.837539732 8.975906372 0.030071838 0.999433637 0.015102494 -8.091592789 -0.837504447 0.016946390 0.546167850 416.041717529\n0.545747876 -0.030779744 0.837384045 9.378967285 0.032877199 0.999342203 0.015305802 -8.096940994 -0.837304294 0.019177731 0.546400785 416.297058105\n0.545445085 -0.033438541 0.837479293 9.763595581 0.037872776 0.999166548 0.015228015 -8.105360031 -0.837290525 0.023411613 0.546256900 416.539672852\n0.544551730 -0.034632102 0.838012040 10.134246826 0.040390640 0.999070764 0.015041701 -8.117528915 -0.837754250 0.025656853 0.545444489 416.783050537\n0.543890953 -0.033178240 0.838499844 10.482238770 0.039226554 0.999131024 0.014089976 -8.120816231 -0.838238657 0.025228046 0.544719756 417.009063721\n0.543028712 -0.031769555 0.839112997 10.811416626 0.036946602 0.999220252 0.013921503 -8.119919777 -0.838900983 0.023442592 0.543779135 417.231689453\n0.541883886 -0.033072725 0.839802444 11.139083862 0.036671240 0.999204218 0.015688041 -8.119265556 -0.839652956 0.022295495 0.542665482 417.448608398\n0.540948391 -0.037268661 0.840229690 11.456085205 0.041004475 0.998998404 0.017911801 -8.121171951 -0.840055645 0.024763813 0.541934729 417.649597168\n0.540448189 -0.041555259 0.840350568 11.756378174 0.046152838 0.998740017 0.019705681 -8.126085281 -0.840110600 0.028134657 0.541685104 417.824676514\n0.539570749 -0.042414952 0.840871274 12.045120239 0.047792379 0.998662889 0.019706782 -8.133395195 -0.840582788 0.029554032 0.540876389 418.006958008\n0.539239407 -0.042211462 0.841094017 12.293731689 0.046374068 0.998715997 0.020390747 -8.129743576 -0.840874791 0.028009454 0.540504575 418.171844482\n0.538914204 -0.042397536 0.841293037 12.516983032 0.044280414 0.998777568 0.021969000 -8.130578995 -0.841196001 0.025413396 0.540132761 418.323791504\n0.538406491 -0.042043123 0.841635823 12.736007690 0.041874260 0.998855591 0.023109324 -8.129689217 -0.841644228 0.022800665 0.539550900 418.473876953\n0.538461685 -0.040767822 0.841663301 12.939498901 0.038657863 0.998972476 0.023655726 -8.133028030 -0.841762841 0.019799197 0.539484382 418.605957031\n0.538949251 -0.039493129 0.841411889 13.126052856 0.037677769 0.999030769 0.022757515 -8.133682251 -0.841495156 0.019437376 0.539914966 418.732879639\n0.541128874 -0.037472129 0.840104461 13.292083740 0.038121417 0.999072790 0.020007972 -8.130306244 -0.840075195 0.021199077 0.542055607 418.842712402\n0.545092821 -0.036596995 0.837576628 13.440048218 0.039689384 0.999053121 0.017822780 -8.135501862 -0.837435782 0.023527827 0.546029150 418.943267822\n0.552055955 -0.035137922 0.833066404 13.575515747 0.040091172 0.999074697 0.015572395 -8.138786316 -0.832842708 0.024801772 0.552953839 419.041809082\n0.563584387 -0.035011243 0.825316191 13.708572388 0.042430058 0.999009490 0.013405344 -8.138872147 -0.824968100 0.027463173 0.564511657 419.139099121\n0.578152180 -0.034096934 0.815216243 13.826263428 0.041643154 0.999057412 0.012252839 -8.137155533 -0.814865589 0.026864169 0.579027116 419.247192383\n0.593672335 -0.036775690 0.803866148 13.942932129 0.042463794 0.998995066 0.014342126 -8.142724991 -0.803585768 0.025620680 0.594637394 419.354522705\n0.611020088 -0.040054910 0.790601075 14.061126709 0.043611847 0.998905540 0.016902782 -8.141170502 -0.790412843 0.024151634 0.612098217 419.471130371\n0.632803679 -0.043752965 0.773075223 14.165802002 0.044768266 0.998799503 0.019882822 -8.142660141 -0.773017049 0.022027308 0.634002686 419.589324951\n0.656038702 -0.043891039 0.753449976 14.262138367 0.041533306 0.998894334 0.022025419 -8.146282196 -0.753583610 0.016843738 0.657136261 419.710998535\n0.679388165 -0.041849766 0.732584715 14.331031799 0.037846874 0.999041975 0.021972824 -8.142727852 -0.732802391 0.012797964 0.680321217 419.829864502\n0.706215978 -0.038937233 0.706924975 14.406326294 0.032374408 0.999218106 0.022694722 -8.141973495 -0.707255900 0.006858898 0.706924438 419.961914062\n0.734000444 -0.035668559 0.678211749 14.477298737 0.026790330 0.999363303 0.023564521 -8.144289017 -0.678620398 0.000873145 0.734488726 420.099151611\n0.759453654 -0.030156843 0.649862051 14.535270691 0.020193810 0.999536455 0.022784224 -8.142107010 -0.650247872 -0.004180373 0.759710610 420.238555908\n0.783850491 -0.023760853 0.620494843 14.592922211 0.012734614 0.999672592 0.022193642 -8.143183708 -0.620819032 -0.009494736 0.783896446 420.378845215\n0.808680534 -0.020901171 0.587876618 14.649181366 0.010263941 0.999717772 0.021424603 -8.141270638 -0.588158488 -0.011291729 0.808666825 420.514465332\n0.833557487 -0.017562639 0.552153528 14.701490402 0.007149210 0.999753773 0.021006908 -8.143363953 -0.552386522 -0.013563005 0.833477795 420.659484863\n0.856946230 -0.014628421 0.515198231 14.751300812 0.004509982 0.999771714 0.020885689 -8.145702362 -0.515386164 -0.015574379 0.856816530 420.816223145\n0.878946841 -0.011197450 0.476788342 14.779863358 0.000258268 0.999735355 0.023002835 -8.152031898 -0.476919740 -0.020095130 0.878717124 420.976013184\n0.900348961 -0.005722342 0.435131073 14.803662300 -0.005943317 0.999658585 0.025443938 -8.155755043 -0.435128123 -0.025494544 0.900007546 421.142578125\n0.921287060 -0.003436139 0.388868123 14.844989777 -0.007041819 0.999649584 0.025516290 -8.151932716 -0.388819516 -0.026246166 0.920940042 421.332336426\n0.939771652 -0.003748443 0.341782451 14.869215012 -0.004927341 0.999687374 0.024512220 -8.153988838 -0.341767490 -0.024719967 0.939459383 421.527038574\n0.955767989 -0.002920513 0.294107169 14.883623123 -0.003904822 0.999736547 0.022617089 -8.151805878 -0.294095755 -0.022765124 0.955504835 421.734527588\n0.969174147 -0.000052721 0.246376634 14.889760017 -0.005224097 0.999770761 0.020764016 -8.148608208 -0.246321246 -0.021411043 0.968951702 421.938598633\n0.979516089 0.004358081 0.201318711 14.878017426 -0.008489245 0.999770641 0.019661710 -8.149165154 -0.201186851 -0.020968005 0.979328454 422.140869141\n0.987473845 0.008513574 0.157553092 14.874316216 -0.011810035 0.999730229 0.019998480 -8.153759003 -0.157340333 -0.021608682 0.987308025 422.378997803\n0.993013620 0.012301450 0.117356971 14.859343529 -0.014569763 0.999722898 0.018490016 -8.148786545 -0.117096998 -0.020070700 0.992917657 422.623687744\n0.997071505 0.012303126 0.075478621 14.846496582 -0.013570696 0.999774992 0.016303906 -8.144968033 -0.075261042 -0.017280458 0.997014105 422.866912842\n0.999289036 0.013647970 0.035145119 14.816584587 -0.014200632 0.999778628 0.015523808 -8.141471863 -0.034925472 -0.016011853 0.999261618 423.117095947\n0.999881864 0.015371601 -0.000094648 14.763513565 -0.015368585 0.999775469 0.014589136 -8.135330200 0.000318885 -0.014585957 0.999893546 423.387115479\n0.999117970 0.016691070 -0.038531933 14.731268883 -0.016148372 0.999766588 0.014352934 -8.133514404 0.038762506 -0.013718047 0.999154270 423.628051758\n0.996854424 0.018447943 -0.077077337 14.681579590 -0.017422220 0.999750793 0.013959070 -8.131628036 0.077315636 -0.012572302 0.996927381 423.909667969\n0.993356764 0.020144444 -0.113298312 14.615274429 -0.018899214 0.999748707 0.012054197 -8.127515793 0.113512665 -0.009832870 0.993487895 424.191162109\n0.988725960 0.019258535 -0.148492575 14.547734261 -0.017778318 0.999778211 0.011289311 -8.127758026 0.148677051 -0.008522087 0.988849103 424.493469238\n0.982674003 0.018117487 -0.184454739 14.467029572 -0.016396629 0.999806702 0.010850598 -8.132026672 0.184615657 -0.007638165 0.982781112 424.777069092\n0.975168943 0.013374363 -0.221058160 14.376220703 -0.011608518 0.999889493 0.009285427 -8.138234138 0.221157923 -0.006488702 0.975216448 425.088226318\n0.966245055 0.013067424 -0.257293165 14.261386871 -0.011737983 0.999908626 0.006702328 -8.143389702 0.257357240 -0.003455988 0.966310143 425.376678467\n0.955198526 0.017080896 -0.295472592 14.125947952 -0.016732723 0.999853134 0.003706993 -8.143795967 0.295492530 0.001403147 0.955344021 425.675384521\n0.942846060 0.017767154 -0.332754582 13.974285126 -0.018236129 0.999832213 0.001713907 -8.155793190 0.332729220 0.004452204 0.943011880 425.992645264\n0.929721594 0.016125543 -0.367910028 13.819289207 -0.019285021 0.999801934 -0.004912480 -8.135850906 0.367757946 0.011662390 0.929848433 426.306396484\n0.916134119 0.014151676 -0.400622040 13.638083458 -0.020081665 0.999742091 -0.010607187 -8.138973236 0.400368571 0.017762763 0.916182041 426.641723633\n0.902168751 0.016220894 -0.431078255 13.435220718 -0.026483783 0.999490440 -0.017816281 -8.136215210 0.430569619 0.027489875 0.902138650 426.982360840\n0.888349652 0.018187895 -0.458807230 13.218601227 -0.030953761 0.999314249 -0.020318640 -8.143664360 0.458123058 0.032251868 0.888303459 427.332885742\n0.877884090 0.017415095 -0.478556424 12.991270065 -0.030705087 0.999329150 -0.019960228 -8.155409813 0.477887779 0.032216884 0.877829909 427.707305908\n0.871204376 0.016855702 -0.490631074 12.757299423 -0.030368371 0.999346733 -0.019591846 -8.165374756 0.489980310 0.031968165 0.871147156 428.094665527\n0.866605759 0.016307382 -0.498726964 12.531566620 -0.030402282 0.999334574 -0.020151833 -8.182903290 0.498066485 0.032626133 0.866524875 428.485473633\n0.862593651 0.013794992 -0.505709291 12.267173767 -0.027626289 0.999421000 -0.019859750 -8.197853088 0.505142510 0.031101763 0.862475395 428.915313721\n0.858528018 0.013684943 -0.512584031 11.994861603 -0.028212558 0.999390244 -0.020571601 -8.214418411 0.511989951 0.032122601 0.858390570 429.357849121\n0.854765773 0.012435627 -0.518864930 11.704261780 -0.028855581 0.999305308 -0.023585664 -8.229099274 0.518211186 0.035132367 0.854530811 429.815002441\n0.850819528 0.014248515 -0.525264800 11.397243500 -0.031972677 0.999183893 -0.024684869 -8.244104385 0.524484396 0.037796490 0.850580692 430.288330078\n0.847621381 0.015470661 -0.530375957 11.086158752 -0.033693567 0.999126852 -0.024703680 -8.255281448 0.529530704 0.038809624 0.847402573 430.785675049\n0.845737278 0.016140688 -0.533355415 10.751483917 -0.034443423 0.999109209 -0.024381079 -8.275007248 0.532486737 0.038990572 0.845539808 431.295135498\n0.844906211 0.015418799 -0.534692228 10.408962250 -0.033813179 0.999124885 -0.024619136 -8.294866562 0.533844709 0.038880501 0.844688177 431.828002930\n0.844404519 0.016070349 -0.535465002 10.054817200 -0.034697261 0.999091804 -0.024731345 -8.317053795 0.534581304 0.039462425 0.844195247 432.374694824\n0.844097614 0.014138130 -0.536003113 9.700588226 -0.032952510 0.999130547 -0.025539588 -8.338380814 0.535176039 0.039220553 0.843829632 432.941955566\n0.843848169 0.013230097 -0.536418915 9.318363190 -0.032115854 0.999149084 -0.025879150 -8.356194496 0.535620034 0.039065626 0.843554974 433.532043457\n0.843782246 0.012631624 -0.536537051 8.919242859 -0.030268930 0.999251783 -0.024077022 -8.381144524 0.535831451 0.036556166 0.843533218 434.136840820\n0.843275845 0.015177380 -0.537266791 8.521026611 -0.031769667 0.999261022 -0.021636235 -8.404220581 0.536541343 0.035314098 0.843134820 434.750366211\n0.842836022 0.015075693 -0.537959278 8.117103577 -0.030636095 0.999330640 -0.019993339 -8.428844452 0.537297785 0.033332076 0.842733681 435.391510010\n0.841820657 0.014002187 -0.539575636 7.702999115 -0.030035961 0.999329686 -0.020927727 -8.452074051 0.538920939 0.033824068 0.841676950 436.036987305\n0.840703428 0.013584645 -0.541325450 7.262470245 -0.030474266 0.999287844 -0.022250660 -8.481906891 0.540637672 0.035202701 0.840518713 436.703399658\n0.839867175 0.015029032 -0.542583883 6.817031860 -0.032323182 0.999227405 -0.022355547 -8.498286247 0.541828752 0.036313727 0.839704096 437.374359131\n0.838436306 0.017702928 -0.544712067 6.345260620 -0.034593441 0.999185562 -0.020774070 -8.519250870 0.543900669 0.036261197 0.838365793 438.088165283\n0.837045491 0.019112645 -0.546799421 5.880722046 -0.034362216 0.999253154 -0.017674429 -8.543878555 0.546053231 0.033583540 0.837077081 438.793029785\n0.835237920 0.019428847 -0.549545407 5.404907227 -0.035069682 0.999223232 -0.017974451 -8.566253662 0.548769295 0.034285326 0.835270524 439.504882812\n0.833163738 0.020078696 -0.552661777 4.923839569 -0.035724200 0.999207497 -0.017553816 -8.590428352 0.551871359 0.034368601 0.833220720 440.213592529\n0.830646455 0.020840382 -0.556410074 4.426738739 -0.035716195 0.999235570 -0.015893098 -8.621435165 0.555653512 0.033074394 0.830755830 440.940795898\n0.828253567 0.020934878 -0.559962332 3.916614532 -0.035682831 0.999244153 -0.015421357 -8.649304390 0.559216261 0.032753833 0.828374565 441.670562744\n0.825802803 0.020892987 -0.563571870 3.405117035 -0.036670540 0.999188006 -0.016691066 -8.678421974 0.562765539 0.034450013 0.825898409 442.395660400\n0.822949231 0.021841832 -0.567694902 2.888694763 -0.038288955 0.999121010 -0.017064156 -8.701161385 0.566823184 0.035779379 0.823062181 443.129180908\n0.820597827 0.022884352 -0.571047723 2.335647583 -0.039028496 0.999109268 -0.016045468 -8.723478317 0.570171893 0.035454009 0.820760012 443.906677246\n0.818734586 0.025961922 -0.573584914 1.796432495 -0.041130401 0.999062717 -0.013489362 -8.752770424 0.572697103 0.034635983 0.819035053 444.653808594\n0.817670822 0.026303481 -0.575084865 1.253288269 -0.040267929 0.999122083 -0.011555721 -8.776908875 0.574276030 0.032606252 0.818012118 445.406799316\n0.816157162 0.025987579 -0.577245355 0.732677460 -0.039130747 0.999180555 -0.010343188 -8.800741196 0.576503515 0.031029709 0.816505313 446.151062012\n0.815189183 0.027596265 -0.578536987 0.176486969 -0.039252665 0.999200046 -0.007647148 -8.829653740 0.577863157 0.028942993 0.815620303 446.912048340\n0.813843846 0.028258506 -0.580396116 -0.358272552 -0.038461082 0.999246180 -0.005279341 -8.853639603 0.579809427 0.026619222 0.814317167 447.656494141\n0.813138008 0.028747870 -0.581360638 -0.904468536 -0.037433911 0.999294758 -0.002943683 -8.875957489 0.580866039 0.024156222 0.813640714 448.396972656\n0.812703669 0.027913459 -0.582008243 -1.429485321 -0.036631323 0.999323666 -0.003223036 -8.894060135 0.581524611 0.023939105 0.813176513 449.133026123\n0.813039899 0.026837839 -0.581589162 -1.955432892 -0.035550699 0.999361455 -0.003582316 -8.913497925 0.581121624 0.023588464 0.813474834 449.865234375\n0.813806653 0.025692828 -0.580567539 -2.491313934 -0.034887157 0.999380350 -0.004675585 -8.934806824 0.580087662 0.024059374 0.814198673 450.599182129\n0.814934850 0.024105020 -0.579051077 -3.030735016 -0.033938881 0.999404907 -0.006160598 -8.957685471 0.578558028 0.024672834 0.815267980 451.341918945\n0.816738665 0.021765037 -0.576597154 -3.553058624 -0.031709265 0.999471307 -0.007188126 -8.981225014 0.576135874 0.024154291 0.816996992 452.073699951\n0.818668008 0.020102624 -0.573915124 -4.065277100 -0.029934296 0.999522269 -0.007689691 -9.006598473 0.573486388 0.023475051 0.818878651 452.810211182\n0.820886135 0.018639034 -0.570787609 -4.590801239 -0.027957249 0.999580503 -0.007565870 -9.027895927 0.570407152 0.022168368 0.821062863 453.572021484\n0.822778702 0.017184623 -0.568102002 -5.096782684 -0.025724722 0.999644399 -0.007018533 -9.052291870 0.567779422 0.020388965 0.822928250 454.306396484\n0.824858189 0.015285671 -0.565132976 -5.607578278 -0.022695476 0.999723911 -0.006085469 -9.073772430 0.564883947 0.017845610 0.824977398 455.046295166\n0.826628566 0.015004667 -0.562547863 -6.123550415 -0.021824444 0.999747217 -0.005403688 -9.098046303 0.562324584 0.016744139 0.826747060 455.793212891\n0.828352809 0.013147517 -0.560052514 -6.623908997 -0.019475054 0.999796093 -0.005334106 -9.121560097 0.559868217 0.015325573 0.828439951 456.527282715\n0.829353929 0.010967174 -0.558615983 -7.119029999 -0.016868923 0.999843061 -0.005414910 -9.140871048 0.558468878 0.013914127 0.829408765 457.268280029\n0.830125153 0.011257915 -0.557463527 -7.625358582 -0.016093681 0.999863386 -0.003773149 -9.157394409 0.557344854 0.012103823 0.830192924 458.002044678\n0.830485940 0.014075908 -0.556861699 -8.120841980 -0.015987791 0.999871135 0.001430261 -9.172346115 0.556810081 0.007715176 0.830604017 458.733886719\n0.830963194 0.017828111 -0.556041658 -8.608268738 -0.016762620 0.999834955 0.007006756 -9.191549301 0.556074798 0.003498358 0.831124902 459.451049805\n0.831630230 0.019979829 -0.554970264 -9.088668823 -0.017908687 0.999797702 0.009157935 -9.206098557 0.555040956 0.002322773 0.831819773 460.146942139\n0.831736743 0.020043181 -0.554808378 -9.550525665 -0.018407494 0.999794245 0.008523427 -9.213430405 0.554865062 0.003123383 0.831934512 460.831665039\n0.831612587 0.018682998 -0.555041850 -9.999362946 -0.016688220 0.999823332 0.008650813 -9.218679428 0.555105388 0.002068537 0.831777453 461.507843018\n0.831373334 0.018097268 -0.555419564 -10.442092896 -0.016990138 0.999830127 0.007146033 -9.235736847 0.555454493 0.003495632 0.831539631 462.160705566\n0.831317127 0.016370505 -0.555557251 -10.872175217 -0.016978268 0.999847651 0.004056624 -9.247409821 0.555539012 0.006060059 0.831468403 462.790435791\n0.831243575 0.016279088 -0.555669963 -11.296554565 -0.019171815 0.999816000 0.000611236 -9.262243271 0.555577695 0.010145116 0.831402779 463.405212402\n0.831006587 0.013464469 -0.556099594 -11.701618195 -0.017772317 0.999839306 -0.002349592 -9.279706955 0.555978596 0.011835705 0.831112325 463.998962402\n0.830521047 0.012513978 -0.556846619 -12.091484070 -0.017613970 0.999837637 -0.003801453 -9.295350075 0.556708634 0.012965467 0.830606639 464.574157715\n0.830142677 0.012794144 -0.557404220 -12.480760574 -0.018060729 0.999829113 -0.003948708 -9.312701225 0.557258427 0.013345116 0.830231905 465.130981445\n0.829365432 0.013016608 -0.558554888 -12.830192566 -0.018665064 0.999816060 -0.004414868 -9.331889153 0.558394670 0.014087002 0.829455793 465.659851074\n0.828745365 0.013061950 -0.559473455 -13.178810120 -0.018659767 0.999816656 -0.004298043 -9.350991249 0.559314728 0.014001626 0.828837156 466.168609619\n0.828238487 0.013404592 -0.560215473 -13.520751953 -0.019031333 0.999809980 -0.004213447 -9.366411209 0.560052574 0.014151385 0.828336239 466.656555176\n0.828055263 0.011212170 -0.560534358 -13.852710724 -0.017765576 0.999822676 -0.006245286 -9.383212090 0.560364962 0.015129658 0.828107595 467.131561279\n0.828004658 0.011400269 -0.560605347 -14.157876968 -0.018631743 0.999800563 -0.007187185 -9.405196190 0.560411632 0.016396077 0.828051925 467.590454102\n0.827908874 0.011458837 -0.560745597 -14.456674576 -0.018521661 0.999804556 -0.006915165 -9.420777321 0.560556769 0.016111067 0.827959239 468.023193359\n0.828132153 0.012123744 -0.560401797 -14.751144409 -0.019172149 0.999793708 -0.006702030 -9.428602219 0.560204983 0.016294273 0.828193784 468.440124512\n0.827953041 0.010991649 -0.560689747 -15.020391464 -0.017323252 0.999832034 -0.005980199 -9.451342583 0.560529888 0.014664292 0.828004360 468.852600098\n0.827934563 0.011335765 -0.560710192 -15.282985687 -0.017291721 0.999836326 -0.005319154 -9.464497566 0.560558140 0.014099554 0.827995062 469.232635498\n0.827900648 0.012050243 -0.560745358 -15.532457352 -0.016901372 0.999851167 -0.003467187 -9.478491783 0.560620129 0.012347851 0.827981055 469.603027344\n0.828423142 0.012420105 -0.559965074 -15.767030716 -0.017005891 0.999850929 -0.002982007 -9.494867325 0.559844553 0.011993067 0.828510880 469.940277100\n0.829734802 0.014232742 -0.557976305 -15.988479614 -0.019555075 0.999802411 -0.003576494 -9.505693436 0.557815135 0.013878810 0.829849184 470.265045166\n0.832301676 0.014524474 -0.554132581 -16.198644638 -0.020029748 0.999791861 -0.003878750 -9.514734268 0.553960919 0.014327426 0.832419395 470.578918457\n0.835629702 0.014360384 -0.549105406 -16.386487961 -0.020125123 0.999787450 -0.004479684 -9.521549225 0.548924327 0.014794171 0.835741103 470.867401123\n0.838210046 0.012343697 -0.545207798 -16.558519363 -0.018647442 0.999807894 -0.006032832 -9.531751633 0.545028627 0.015223511 0.838279247 471.144805908\n0.840912700 0.010492907 -0.541069090 -16.721689224 -0.016873064 0.999834299 -0.006833889 -9.542181969 0.540907681 0.014876196 0.840950370 471.403656006\n0.843568861 0.010047254 -0.536927044 -16.877389908 -0.016429283 0.999839783 -0.007102617 -9.550230980 0.536769688 0.014812873 0.843598783 471.655487061\n0.846028686 0.010007054 -0.533043504 -17.017976761 -0.016335737 0.999840975 -0.007157091 -9.558879852 0.532887101 0.014762762 0.846057594 471.885833740\n0.848212957 0.008495749 -0.529587150 -17.150653839 -0.015442085 0.999843001 -0.008693114 -9.566615105 0.529430151 0.015551542 0.848210990 472.106689453\n0.850812793 0.005771925 -0.525437295 -17.284759521 -0.013658014 0.999844730 -0.011132412 -9.573850632 0.525291502 0.016648028 0.850759506 472.325073242\n0.852939487 0.004271909 -0.521992266 -17.410963058 -0.012656886 0.999841750 -0.012498891 -9.581496239 0.521856308 0.017267594 0.852858663 472.545288086\n0.855060041 0.004178086 -0.518512189 -17.538682938 -0.012750621 0.999834597 -0.012970094 -9.589745522 0.518372238 0.017701561 0.854971886 472.755920410\n0.856930792 0.003886546 -0.515416861 -17.665513992 -0.012542728 0.999832690 -0.013314184 -9.598080635 0.515278876 0.017874068 0.856836200 472.975646973\n0.858754158 0.002196027 -0.512383103 -17.785305023 -0.010927642 0.999841869 -0.014029498 -9.605495453 0.512271285 0.017647030 0.858642340 473.190032959\n0.860218763 0.001057367 -0.509924114 -17.911838531 -0.009414282 0.999860346 -0.013808180 -9.617141724 0.509838343 0.016678624 0.860108614 473.406463623\n0.860982180 0.000870646 -0.508634448 -18.038085938 -0.009655519 0.999846339 -0.014632745 -9.623025894 0.508543551 0.017509662 0.860858202 473.617614746\n0.861504912 0.000097186 -0.507749259 -18.161123276 -0.009025902 0.999844909 -0.015122990 -9.630067825 0.507669091 0.017611425 0.861372173 473.827301025\n0.861802697 -0.000987410 -0.507242739 -18.287969589 -0.008082820 0.999844432 -0.015678989 -9.639570236 0.507179320 0.017612146 0.861660600 474.036621094\n0.861740291 -0.000818719 -0.507349014 -18.411314011 -0.008071207 0.999850035 -0.015322551 -9.647431374 0.507285476 0.017298980 0.861604452 474.244873047\n0.861561477 -0.000901527 -0.507652521 -18.536071777 -0.007800703 0.999856830 -0.015014570 -9.653220177 0.507593334 0.016896022 0.861431122 474.456726074\n0.861285508 -0.003163062 -0.508111417 -18.666637421 -0.006896655 0.999815762 -0.017914314 -9.659197807 0.508074462 0.018933609 0.861104965 474.677337646\n0.861097932 -0.008564390 -0.508367002 -18.801286697 -0.002855392 0.999760866 -0.021679448 -9.666335106 0.508431137 0.020119715 0.860867620 474.915832520\n0.860973358 -0.012406789 -0.508498669 -18.944511414 0.001545473 0.999761701 -0.021776304 -9.674952507 0.508647680 0.017962947 0.860787392 475.172424316\n0.860374391 -0.011956345 -0.509522319 -19.105474472 0.001559057 0.999781847 -0.020828066 -9.685441017 0.509660184 0.017125560 0.860205293 475.439270020\n0.859948277 -0.008878385 -0.510304034 -19.285598755 -0.001618333 0.999796212 -0.020121846 -9.697746277 0.510378659 0.018129589 0.859758615 475.720336914\n0.859174967 -0.006113212 -0.511645496 -19.463699341 -0.004216988 0.999810100 -0.019027201 -9.709165573 0.511664629 0.018505298 0.858985960 476.010162354\n0.858195961 -0.004430851 -0.513303041 -19.659694672 -0.005913212 0.999811053 -0.018516758 -9.723600388 0.513288140 0.018926278 0.858007669 476.321044922\n0.856913269 -0.002921115 -0.515452385 -19.852985382 -0.007372550 0.999812186 -0.017922515 -9.733855247 0.515407920 0.019158240 0.856730819 476.637756348\n0.855788231 -0.000439457 -0.517326176 -20.060661316 -0.009526677 0.999816656 -0.016608855 -9.741192818 0.517238617 0.019142061 0.855627120 476.967224121\n0.854546726 -0.000804869 -0.519373894 -20.267993927 -0.008438958 0.999845266 -0.015434408 -9.749810219 0.519305944 0.017572397 0.854407728 477.303924561\n0.853304625 -0.005507946 -0.521383643 -20.478096008 -0.003728664 0.999854207 -0.016664945 -9.762416840 0.521399379 0.016164340 0.853159666 477.656677246\n0.852520347 -0.006714436 -0.522650957 -20.699729919 -0.002067612 0.999866366 -0.016217746 -9.778441429 0.522689998 0.014906596 0.852392495 478.017059326\n0.851615131 -0.003129906 -0.524158239 -20.946090698 -0.005144179 0.999884129 -0.014328506 -9.789914131 0.524142325 0.014898736 0.851500332 478.388916016\n0.850484610 0.002058917 -0.525995970 -21.195590973 -0.009773676 0.999881566 -0.011889233 -9.799361229 0.525909185 0.015252523 0.850403965 478.771362305\n0.849575460 0.006683883 -0.527424753 -21.457916260 -0.015075790 0.999818921 -0.011613693 -9.810776711 0.527251601 0.017818052 0.849522352 479.165771484\n0.848686695 0.007446691 -0.528843522 -21.728942871 -0.017383974 0.999753356 -0.013820146 -9.817965508 0.528610170 0.020922376 0.848606825 479.590362549\n0.847528934 0.005425911 -0.530721486 -22.000514984 -0.015088028 0.999789894 -0.013873134 -9.829134941 0.530534685 0.019765422 0.847432733 480.023651123\n0.846827507 0.003252236 -0.531857610 -22.282714844 -0.011667369 0.999854267 -0.012462897 -9.842135429 0.531739593 0.016759302 0.846742034 480.472076416\n0.846222401 0.003266090 -0.532819867 -22.579330444 -0.011269390 0.999867260 -0.011768994 -9.856654167 0.532710671 0.015963741 0.846146822 480.935974121\n0.845566988 0.004536368 -0.533850074 -22.888484955 -0.012616483 0.999854445 -0.011487073 -9.866451263 0.533720255 0.016448399 0.845501125 481.399963379\n0.844494104 0.004354319 -0.535547137 -23.208665848 -0.012712969 0.999848187 -0.011917477 -9.878057480 0.535413921 0.016872633 0.844421268 481.911376953\n0.843829989 0.004407733 -0.536592543 -23.538167953 -0.012007467 0.999870956 -0.010669355 -9.894415855 0.536476314 0.015446238 0.843774080 482.419128418\n0.843058646 0.005109430 -0.537797391 -23.879674911 -0.012848589 0.999860823 -0.010642289 -9.908124924 0.537668169 0.015882012 0.843006968 482.943267822\n0.842276335 0.003725100 -0.539033115 -24.229782104 -0.011631566 0.999868870 -0.011265320 -9.922395706 0.538920522 0.015758311 0.842209220 483.477722168\n0.841355503 0.003549695 -0.540470481 -24.589040756 -0.011301924 0.999875307 -0.011026847 -9.932449341 0.540363967 0.015385854 0.841290712 484.035461426\n0.840493441 0.003419184 -0.541810989 -24.969932556 -0.011096245 0.999879003 -0.010903342 -9.946464539 0.541708112 0.015176253 0.840429664 484.620300293\n0.839334548 0.003400318 -0.543604612 -25.346393585 -0.011107377 0.999878943 -0.010895602 -9.963660240 0.543501735 0.015183076 0.839270711 485.202789307\n0.838662565 0.003139265 -0.544642389 -25.751569748 -0.010521686 0.999890149 -0.010438454 -9.979442596 0.544549763 0.014484896 0.838603497 485.801605225\n0.837803602 0.005044740 -0.545948446 -26.160457611 -0.012006714 0.999885738 -0.009186042 -9.996728897 0.545839667 0.014251146 0.837768435 486.412658691\n0.837203205 0.003987333 -0.546877503 -26.568344116 -0.010697437 0.999901474 -0.009086108 -10.010352135 0.546787381 0.013457105 0.837163389 487.043640137\n0.836609066 0.003945721 -0.547786176 -26.993717194 -0.010628823 0.999902725 -0.009030590 -10.024763107 0.547697306 0.013377396 0.836569607 487.682983398\n0.836021602 0.004639642 -0.548676968 -27.424583435 -0.011458649 0.999893785 -0.009004440 -10.038949966 0.548576951 0.013815003 0.835985959 488.333679199\n0.836091995 0.004246233 -0.548572838 -27.873628616 -0.011892075 0.999875367 -0.010385430 -10.056869507 0.548460305 0.015206845 0.836038291 488.992279053\n0.835708737 0.004981090 -0.549150407 -28.319585800 -0.013224592 0.999851406 -0.011056274 -10.072202682 0.549013734 0.016502114 0.835650444 489.662750244\n0.835491657 0.004468512 -0.549484968 -28.779676437 -0.012626925 0.999859035 -0.011068197 -10.088587761 0.549358070 0.016185692 0.835430264 490.348602295\n0.835301161 0.004069799 -0.549777627 -29.238735199 -0.011955495 0.999870598 -0.010762841 -10.106607437 0.549662650 0.015563076 0.835241735 491.045227051\n0.835220397 0.004809049 -0.549894333 -29.726089478 -0.012278362 0.999875546 -0.009904973 -10.125236511 0.549778283 0.015024637 0.835175514 491.755950928\n0.835096598 0.005634147 -0.550074518 -30.205919266 -0.012399600 0.999886274 -0.008583123 -10.146191597 0.549963653 0.013988441 0.835071445 492.478912354\n0.834817052 0.007321839 -0.550478816 -30.690593719 -0.013217155 0.999889910 -0.006744808 -10.164454460 0.550368845 0.012906444 0.834821880 493.203521729\n0.834879398 0.007590369 -0.550380588 -31.178043365 -0.013089336 0.999895930 -0.006065690 -10.180906296 0.550277293 0.012268237 0.834891856 493.934661865\n0.835761249 0.007651331 -0.549039721 -31.675352097 -0.013190922 0.999894142 -0.006145168 -10.202775002 0.548934579 0.012378233 0.835773647 494.676330566\n0.837053597 0.005650655 -0.547091782 -32.169124603 -0.012512497 0.999882817 -0.008816871 -10.217512131 0.546977818 0.014225678 0.837026238 495.438415527\n0.838445246 0.005250860 -0.544960558 -32.669296265 -0.012135077 0.999885559 -0.009036139 -10.237802505 0.544850767 0.014189445 0.838413000 496.194976807\n0.839404941 0.003128833 -0.543497562 -33.164955139 -0.009476377 0.999915659 -0.008879432 -10.252834320 0.543423951 0.012603826 0.839363813 496.967346191\n0.840218008 0.000698207 -0.542248309 -33.675632477 -0.006209782 0.999945998 -0.008334561 -10.279136658 0.542213202 0.010370092 0.840176940 497.742126465\n0.840436935 -0.001836416 -0.541906238 -34.169040680 -0.004377946 0.999938607 -0.010178314 -10.304964066 0.541891634 0.010926668 0.840377331 498.505828857\n0.840676963 -0.003578161 -0.541525126 -34.670883179 -0.003181761 0.999928296 -0.011546534 -10.330293655 0.541527629 0.011429908 0.840605259 499.276123047\n0.840504885 -0.003496096 -0.541792750 -35.165981293 -0.002915904 0.999935508 -0.010975973 -10.354908943 0.541796207 0.010805174 0.840440452 500.043548584\n0.840713441 -0.002975431 -0.541472137 -35.665710449 -0.001981148 0.999961317 -0.008570882 -10.384198189 0.541476667 0.008278392 0.840674996 500.805389404\n0.840671599 -0.001386355 -0.541543484 -36.163658142 -0.002665489 0.999974012 -0.006697746 -10.412768364 0.541538715 0.007074083 0.840646088 501.573547363\n0.840967953 -0.001862776 -0.541081786 -36.663970947 -0.001669716 0.999980390 -0.006037752 -10.435667038 0.541082382 0.005981009 0.840948343 502.333862305\n0.840848565 -0.002195233 -0.541266024 -37.151538849 -0.001413214 0.999979436 -0.006251061 -10.458540916 0.541268647 0.006021121 0.840828180 503.088623047\n0.840505719 -0.003497550 -0.541791379 -37.637409210 -0.000240103 0.999976635 -0.006827861 -10.481483459 0.541802645 0.005868942 0.840485275 503.845855713\n0.839649081 -0.005261451 -0.543103874 -38.122631073 0.000902501 0.999965191 -0.008292125 -10.504592896 0.543128610 0.006472324 0.839624584 504.595886230\n0.838199198 -0.008127565 -0.545303643 -38.611537933 0.003495846 0.999948502 -0.009530344 -10.528672218 0.545352995 0.006082030 0.838184416 505.344055176\n0.835923016 -0.009893195 -0.548757553 -39.101169586 0.005572387 0.999938965 -0.009538831 -10.553913116 0.548818409 0.004915839 0.835927129 506.094543457\n0.833306670 -0.009931317 -0.552721798 -39.591148376 0.006531576 0.999945700 -0.008119767 -10.576251984 0.552772462 0.003156112 0.833326280 506.823089600\n0.830139637 -0.009791208 -0.557469547 -40.087814331 0.007630080 0.999951661 -0.006200703 -10.598120689 0.557503283 0.000893913 0.830174267 507.560394287\n0.827112854 -0.007799278 -0.561981797 -40.573257446 0.006519153 0.999969602 -0.004282996 -10.631135941 0.561998129 -0.000121124 0.827138543 508.254974365\n0.824246585 -0.006349900 -0.566195428 -41.053272247 0.006053944 0.999978781 -0.002401684 -10.649533272 0.566198707 -0.001448135 0.824267566 508.950561523\n0.822133780 -0.004074702 -0.569279730 -41.528095245 0.005410536 0.999985158 0.000656168 -10.670628548 0.569268584 -0.003619567 0.822143674 509.623657227\n0.820911288 -0.002248035 -0.571051359 -42.005176544 0.004267182 0.999988496 0.002197646 -10.691649437 0.571039855 -0.004240852 0.820911407 510.291961670\n0.820024550 -0.000679626 -0.572327971 -42.461570740 0.002521228 0.999993861 0.002424916 -10.713260651 0.572322845 -0.003431460 0.820021272 510.942352295\n0.819363713 0.000710351 -0.573273540 -42.905364990 0.001679018 0.999991953 0.003638877 -10.726543427 0.573271513 -0.003944100 0.819355965 511.572113037\n0.819120765 0.001415870 -0.573619425 -43.347946167 0.001972193 0.999984086 0.005284536 -10.740259171 0.573617756 -0.005459961 0.819104910 512.192871094\n0.819143832 0.003198837 -0.573579311 -43.771057129 0.001377235 0.999970615 0.007543677 -10.754867554 0.573586583 -0.006969309 0.819115341 512.790405273\n0.819716215 0.003651614 -0.572758317 -44.190792084 0.000737882 0.999972105 0.007431348 -10.768360138 0.572769463 -0.006514225 0.819690645 513.376464844\n0.820378423 0.004381475 -0.571804166 -44.594516754 -0.000562411 0.999976337 0.006855461 -10.777831078 0.571820676 -0.005302484 0.820361495 513.942687988\n0.821128786 0.003736395 -0.570730746 -44.974594116 0.000602372 0.999972343 0.007413157 -10.791514397 0.570742667 -0.006430949 0.821103811 514.491394043\n0.821931481 0.003862655 -0.569573343 -45.355541229 0.000672737 0.999969721 0.007752263 -10.800341606 0.569586039 -0.006755002 0.821904004 515.040161133\n0.823051810 0.003972291 -0.567952454 -45.713413239 0.000913981 0.999965012 0.008318313 -10.810426712 0.567965567 -0.007365501 0.823019385 515.568786621\n0.824827015 0.003238855 -0.565375924 -46.068675995 0.000441556 0.999979615 0.006372743 -10.822199821 0.565385044 -0.005506056 0.824808776 516.073486328\n0.827086329 0.001203719 -0.562073648 -46.426628113 0.000459815 0.999995947 0.002818173 -10.832592010 0.562074780 -0.002589322 0.827082396 516.583862305\n0.829368412 0.000634021 -0.558701813 -46.767539978 -0.000341763 0.999999762 0.000627477 -10.843176842 0.558702052 -0.000329466 0.829368412 517.083801270\n0.831941426 -0.000426037 -0.554863334 -47.105457306 0.000145528 0.999999821 -0.000549625 -10.850090027 0.554863453 0.000376507 0.831941366 517.586669922\n0.834895849 -0.000402849 -0.550407827 -47.423713684 0.000200336 0.999999881 -0.000428027 -10.860372543 0.550407946 0.000247091 0.834895849 518.078552246\n0.837710381 -0.002136574 -0.546110511 -47.751354218 0.002398269 0.999997079 -0.000233494 -10.876214027 0.546109438 -0.001114120 0.837713122 518.586303711\n0.840153217 -0.004044598 -0.542334080 -48.070220947 0.003903107 0.999991357 -0.001411225 -10.887611389 0.542335093 -0.000931142 0.840161741 519.085815430\n0.842404485 -0.005583917 -0.538816750 -48.384227753 0.005237625 0.999983907 -0.002174448 -10.899294853 0.538820267 -0.000990356 0.842420161 519.575500488\n0.844741225 -0.004815620 -0.535153329 -48.696681976 0.004440507 0.999988139 -0.001989120 -10.914492607 0.535156548 -0.000696060 0.844752610 520.065673828\n0.846989393 -0.006100985 -0.531574845 -49.006404877 0.005451093 0.999981225 -0.002791427 -10.924873352 0.531581879 -0.000533355 0.847006738 520.555786133\n0.848270655 -0.009505115 -0.529477596 -49.298278809 0.008966761 0.999953389 -0.003585480 -10.939325333 0.529487014 -0.001706241 0.848316312 521.035827637\n0.849378884 -0.011256200 -0.527663529 -49.594867706 0.011331726 0.999931037 -0.003090027 -10.952917099 0.527661860 -0.003354734 0.849447846 521.517517090\n0.849828243 -0.011736732 -0.526929021 -49.889110565 0.011785936 0.999925196 -0.003263880 -10.964792252 0.526927888 -0.003436614 0.849903047 521.986572266\n0.849556446 -0.012156787 -0.527357578 -50.173683167 0.011510513 0.999923587 -0.004507432 -10.968552589 0.527372062 -0.002240838 0.849631488 522.454284668\n0.848843098 -0.013461501 -0.528473437 -50.457817078 0.013343246 0.999902844 -0.004037802 -10.994445801 0.528476417 -0.003624090 0.848940253 522.904418945\n0.847659230 -0.014700529 -0.530337393 -50.731124878 0.015625652 0.999874175 -0.002740618 -11.007756233 0.530310929 -0.005963757 0.847782254 523.344848633\n0.846048236 -0.015970888 -0.532867074 -50.996570587 0.017408086 0.999845743 -0.002327678 -11.017396927 0.532822073 -0.007306869 0.846195757 523.770385742\n0.844189286 -0.016810754 -0.535781622 -51.269348145 0.017926807 0.999834418 -0.003125066 -11.036812782 0.535745442 -0.006966705 0.844350815 524.186401367\n0.842376828 -0.016705848 -0.538629889 -51.538185120 0.017181735 0.999843836 -0.004139654 -11.048141479 0.538614929 -0.005767447 0.842532337 524.583557129\n0.840218842 -0.015375011 -0.542029440 -51.804294586 0.015582217 0.999869764 -0.004207402 -11.060859680 0.542023540 -0.004910881 0.840348959 524.984741211\n0.838000417 -0.015964065 -0.545436025 -52.064136505 0.015870273 0.999862134 -0.004881542 -11.071803093 0.545438766 -0.004565484 0.838138223 525.373962402\n0.835880578 -0.018822549 -0.548588514 -52.318710327 0.018153319 0.999813139 -0.006644368 -11.085105896 0.548611104 -0.004404804 0.836066067 525.759155273\n0.833564878 -0.021759473 -0.551992834 -52.570755005 0.020886324 0.999750912 -0.007869569 -11.096559525 0.552026570 -0.004969304 0.833811760 526.139038086\n0.831046939 -0.022541286 -0.555745363 -52.832084656 0.021989733 0.999728799 -0.007666592 -11.110897064 0.555767417 -0.005849394 0.831317246 526.523193359\n0.828213811 -0.022010967 -0.559979796 -53.092235565 0.021694286 0.999738634 -0.007210452 -11.118222237 0.559992135 -0.006176565 0.828474879 526.899475098\n0.825670838 -0.021134214 -0.563756168 -53.352264404 0.020711768 0.999759972 -0.007145000 -11.128777504 0.563771844 -0.005776966 0.825910389 527.258911133\n0.822668672 -0.019915432 -0.568172097 -53.608100891 0.019297842 0.999788523 -0.007102584 -11.144367218 0.568193436 -0.005121423 0.822879076 527.630187988\n0.820362926 -0.018701605 -0.571537316 -53.864089966 0.017776608 0.999816060 -0.007199697 -11.157814026 0.571566820 -0.004253629 0.820544481 527.990173340\n0.818907857 -0.018163629 -0.573637545 -54.114917755 0.017223664 0.999826670 -0.007070470 -11.173849106 0.573666513 -0.004090074 0.819078803 528.350036621\n0.818204165 -0.019027753 -0.574612796 -54.366683960 0.017697854 0.999812126 -0.007907444 -11.183729172 0.574655294 -0.003699509 0.818387210 528.712829590\n0.818687022 -0.019920120 -0.573894382 -54.623954773 0.018702183 0.999792874 -0.008023708 -11.195507050 0.573935390 -0.004164170 0.818890035 529.064086914\n0.819558918 -0.020836387 -0.572615981 -54.878871918 0.020008625 0.999769807 -0.007742263 -11.206798553 0.572645485 -0.005112017 0.819787204 529.419616699\n0.820484400 -0.020470098 -0.571302295 -55.110244751 0.019817617 0.999776483 -0.007361211 -11.214185715 0.571325302 -0.005282091 0.820706725 529.760986328\n0.821253181 -0.020326290 -0.570201814 -55.359588623 0.019270506 0.999783218 -0.007884787 -11.225341797 0.570238471 -0.004512671 0.821466804 530.115905762\n0.821963429 -0.021126408 -0.569148421 -55.616542816 0.019496975 0.999769807 -0.008953284 -11.238832474 0.569206536 -0.003737400 0.822186112 530.479248047\n0.822893023 -0.021967882 -0.567771554 -55.869812012 0.020460052 0.999749899 -0.009028196 -11.252854347 0.567827880 -0.004187394 0.823136687 530.848022461\n0.823762178 -0.024907270 -0.566388130 -56.122188568 0.025779864 0.999646723 -0.006465521 -11.262048721 0.566349089 -0.009275358 0.824113250 531.234252930\n0.825061917 -0.026938418 -0.564399838 -56.379169464 0.029221235 0.999560535 -0.004991585 -11.271398544 0.564286232 -0.012374092 0.825486481 531.620178223\n0.826683223 -0.025780696 -0.562076747 -56.641101837 0.027007988 0.999616444 -0.006126845 -11.280820847 0.562019110 -0.010115599 0.827062428 532.004394531\n0.828331470 -0.023197278 -0.559757888 -56.909797668 0.022650531 0.999712169 -0.007911374 -11.292928696 0.559780240 -0.006125574 0.828618467 532.389831543\n0.829683304 -0.019218730 -0.557903469 -57.187503815 0.017894138 0.999809206 -0.007830379 -11.307458878 0.557947516 -0.003486465 0.829868913 532.781555176\n0.830411315 -0.022258310 -0.556706071 -57.457771301 0.021854008 0.999733984 -0.007372965 -11.318315506 0.556722105 -0.006043663 0.830676854 533.191467285\n0.829880416 -0.028124424 -0.557232022 -57.723621368 0.028447215 0.999562621 -0.008083413 -11.327699661 0.557215631 -0.009143432 0.830317497 533.616027832\n0.829842746 -0.031553064 -0.557104468 -58.006408691 0.033120081 0.999424934 -0.007270554 -11.335693359 0.557013512 -0.012417927 0.830410600 534.044433594\n0.829507113 -0.026117466 -0.557885170 -58.300556183 0.029123424 0.999569714 -0.003492013 -11.343160629 0.557736337 -0.013350876 0.829910815 534.469421387\n0.828600764 -0.021347316 -0.559432864 -58.604511261 0.024404036 0.999700189 -0.002001516 -11.351004601 0.559307873 -0.011993961 0.828873277 534.902954102\n0.828069627 -0.019047271 -0.560301661 -58.919982910 0.020628948 0.999781072 -0.003499717 -11.359189987 0.560245633 -0.008660423 0.828281283 535.341064453\n0.826850474 -0.019854242 -0.562071323 -59.234722137 0.021432046 0.999763131 -0.003786784 -11.369828224 0.562013328 -0.008915233 0.827080131 535.789611816\n0.824303091 -0.020468794 -0.565778613 -59.552558899 0.022657106 0.999738276 -0.003158680 -11.382585526 0.565695226 -0.010215195 0.824551165 536.253234863\n0.820620418 -0.022652948 -0.571024537 -59.877208710 0.024936633 0.999681711 -0.003821601 -11.393421173 0.570929348 -0.011103344 0.820924103 536.733459473\n0.815865517 -0.023075730 -0.577781081 -60.218040466 0.024069108 0.999692678 -0.005939069 -11.400159836 0.577740550 -0.009061193 0.816170216 537.203186035\n0.809812784 -0.021720676 -0.586286187 -60.575222015 0.021311460 0.999743998 -0.007601785 -11.416275024 0.586301208 -0.006338590 0.810068369 537.672912598\n0.802516222 -0.020713123 -0.596270740 -60.946750641 0.018398084 0.999781072 -0.009968339 -11.430179596 0.596346676 -0.002970483 0.802721560 538.147277832\n0.794057608 -0.021300957 -0.607469141 -61.332649231 0.016291613 0.999772549 -0.013761414 -11.440448761 0.607624114 0.001030705 0.794224083 538.622009277\n0.784024596 -0.022175243 -0.620333552 -61.726036072 0.015676813 0.999750316 -0.015924817 -11.460935593 0.620531797 0.002760597 0.784176469 539.100646973\n0.773628354 -0.019877452 -0.633327782 -62.135540009 0.012078981 0.999788821 -0.016624272 -11.470508575 0.633524477 0.005211054 0.773705065 539.575805664\n0.763990700 -0.014421417 -0.645066142 -62.568710327 0.005339177 0.999857247 -0.016029796 -11.487123489 0.645205200 0.008802492 0.763958633 540.055175781\n0.756371677 -0.008458233 -0.654087424 -63.013305664 -0.001792785 0.999885857 -0.015003008 -11.508021355 0.654139698 0.012520487 0.756270170 540.536987305\n0.751015067 -0.003809431 -0.660274088 -63.463165283 -0.007714209 0.999864459 -0.014543055 -11.532022476 0.660239995 0.016015546 0.750883937 541.022705078\n0.747613549 -0.001145688 -0.664133132 -63.921649933 -0.011719929 0.999820054 -0.014917884 -11.551086426 0.664030671 0.018936405 0.747465551 541.517028809\n0.745709300 0.001558802 -0.666269660 -64.386718750 -0.015202960 0.999776721 -0.014676541 -11.566803932 0.666098058 0.021073703 0.745566487 542.020263672\n0.745162845 0.005749908 -0.666857779 -64.859390259 -0.020399105 0.999691427 -0.014174720 -11.583592415 0.666570485 0.024165776 0.745050192 542.533508301\n0.747232020 0.009207623 -0.664499521 -65.330101013 -0.023466958 0.999646008 -0.012537103 -11.602208138 0.664148867 0.024961906 0.747183561 543.044982910\n0.751027882 0.012312905 -0.660155714 -65.800155640 -0.025499631 0.999621093 -0.010365274 -11.619161606 0.659777939 0.024618335 0.751057267 543.576660156\n0.756079197 0.014716768 -0.654314637 -66.285270691 -0.027044380 0.999595761 -0.008767760 -11.639244080 0.653921127 0.024324654 0.756171584 544.127319336\n0.762054086 0.015585911 -0.647325814 -66.756713867 -0.028181804 0.999561310 -0.009109766 -11.657546043 0.646899879 0.025184944 0.762158990 544.680541992\n0.769459128 0.016211580 -0.638490319 -67.231849670 -0.030106718 0.999487221 -0.010904821 -11.673370361 0.637986124 0.027613660 0.769552588 545.242736816\n0.777021468 0.015039613 -0.629294455 -67.699867249 -0.029369373 0.999491990 -0.012376815 -11.693557739 0.628788590 0.028099032 0.777068436 545.822631836\n0.784970641 0.014020445 -0.619374335 -68.167190552 -0.028693471 0.999493837 -0.013739969 -11.705160141 0.618868172 0.028557472 0.784975588 546.423034668\n0.792445362 0.014624867 -0.609767556 -68.631774902 -0.029044265 0.999483228 -0.013773584 -11.724174500 0.609251022 0.028625062 0.792460620 547.033203125\n0.800091147 0.015222938 -0.599685311 -69.095855713 -0.029299250 0.999476552 -0.013719033 -11.747356415 0.599162519 0.028546805 0.800118327 547.646057129\n0.806952596 0.015686410 -0.590407908 -69.558341980 -0.029383462 0.999475598 -0.013605641 -11.767302513 0.589884877 0.028327335 0.806990325 548.285644531\n0.812976599 0.014721550 -0.582110286 -70.032440186 -0.028161209 0.999504626 -0.014052574 -11.784797668 0.581615031 0.027817341 0.812988400 548.946655273\n0.818048656 0.014080168 -0.574976683 -70.494911194 -0.027051484 0.999535859 -0.014010654 -11.809000015 0.574512541 0.027015368 0.818049848 549.606201172\n0.822325349 0.012471205 -0.568880975 -70.944816589 -0.025637755 0.999556541 -0.015147109 -11.831697464 0.568439782 0.027040681 0.822280407 550.265441895\n0.825863898 0.012409310 -0.563732922 -71.433952332 -0.026401514 0.999512315 -0.016675983 -11.859991074 0.563251078 0.028655494 0.825788796 550.960815430\n0.828238010 0.010042491 -0.560286462 -71.902236938 -0.023937631 0.999560833 -0.017469596 -11.876935005 0.559864938 0.027880915 0.828114688 551.656372070\n0.829756021 0.009385725 -0.558047354 -72.366806030 -0.022940649 0.999587178 -0.017298337 -11.894748688 0.557654619 0.027155368 0.829628766 552.353332520\n0.830975831 0.009175279 -0.556232929 -72.855499268 -0.022397436 0.999605060 -0.016971441 -11.920206070 0.555857539 0.026561048 0.830853164 553.059692383\n0.830819905 0.009507868 -0.556460142 -73.331954956 -0.021898016 0.999638259 -0.015614561 -11.948070526 0.556110382 0.025158260 0.830727577 553.773925781\n0.830515027 0.010126495 -0.556904197 -73.818992615 -0.020599023 0.999709129 -0.012541203 -11.971589088 0.556615233 0.021887338 0.830482066 554.491088867\n0.830096960 0.013841084 -0.557447314 -74.311973572 -0.021242511 0.999751151 -0.006809082 -11.993083000 0.557214320 0.017493777 0.830184400 555.215515137\n0.829908252 0.018530685 -0.557592094 -74.806427002 -0.022082161 0.999756098 0.000358684 -12.015043259 0.557462752 0.012015164 0.830115020 555.937988281\n0.829499960 0.021966835 -0.558074713 -75.317558289 -0.023405822 0.999715626 0.004561147 -12.029808044 0.558016181 0.009278725 0.829778194 556.668273926\n0.828926265 0.022443037 -0.558907509 -75.812744141 -0.023449268 0.999710619 0.005365519 -12.043916702 0.558866203 0.008658351 0.829212666 557.390502930\n0.828643441 0.021843335 -0.559350491 -76.314208984 -0.024188602 0.999702275 0.003205690 -12.059224129 0.559253991 0.010873532 0.828925073 558.111755371\n0.827830911 0.021382745 -0.560570002 -76.801589966 -0.024982074 0.999687135 0.001240026 -12.071506500 0.560421169 0.012977669 0.828106105 558.828979492\n0.827226937 0.022744430 -0.561407387 -77.295104980 -0.026603092 0.999645233 0.001299530 -12.082592010 0.561237752 0.013860165 0.827538550 559.540527344\n0.826697230 0.023568952 -0.562153161 -77.806449890 -0.026736595 0.999639153 0.002592492 -12.098378181 0.562011421 0.012886855 0.827029109 560.262939453\n0.825799286 0.023709200 -0.563465536 -78.294570923 -0.026776087 0.999637485 0.002819928 -12.114324570 0.563328147 0.012758707 0.826134801 560.979370117\n0.825071275 0.024891682 -0.564480186 -78.785995483 -0.028369002 0.999594092 0.002613252 -12.129103661 0.564316094 0.013857618 0.825442553 561.684265137\n0.824706554 0.023187643 -0.565085411 -79.279922485 -0.027049264 0.999632895 0.001542112 -12.140979767 0.564913690 0.014013353 0.825031042 562.391662598\n0.824055135 0.022366621 -0.566067994 -79.766998291 -0.027581248 0.999619365 -0.000654273 -12.157211304 0.565837860 0.016152015 0.824358344 563.090820312\n0.824015021 0.025113326 -0.566011071 -80.263923645 -0.029862553 0.999553621 0.000874406 -12.173700333 0.565780401 0.016182011 0.824397206 563.784301758\n0.823915124 0.029151408 -0.565962970 -80.752616882 -0.032583851 0.999460816 0.004045071 -12.179506302 0.565775752 0.015108457 0.824420750 564.486511230\n0.824159443 0.030917950 -0.565513313 -81.242561340 -0.032519132 0.999444842 0.007249761 -12.192216873 0.565423548 0.012415040 0.824707329 565.188720703\n0.824562728 0.030862628 -0.564928174 -81.714591980 -0.033488248 0.999422729 0.005720466 -12.204647064 0.564778626 0.014201570 0.825120270 565.871459961\n0.825050235 0.032047395 -0.564149857 -82.195938110 -0.036439046 0.999329805 0.003477575 -12.211812019 0.563883245 0.017687909 0.825665116 566.557800293\n0.825617433 0.032411423 -0.563298643 -82.664710999 -0.037017155 0.999309361 0.003243446 -12.224164963 0.563014746 0.018173866 0.826246977 567.233581543\n0.826127172 0.033076111 -0.562512040 -83.125061035 -0.036959469 0.999306738 0.004479827 -12.238576889 0.562270224 0.017089240 0.826776922 567.905822754\n0.826950490 0.034772810 -0.561198533 -83.582206726 -0.038282558 0.999251783 0.005504313 -12.251756668 0.560970068 0.016932316 0.827662945 568.566345215\n0.827628732 0.035447937 -0.560155451 -84.021270752 -0.038791262 0.999229789 0.005919552 -12.266193390 0.559933901 0.016829943 0.828366399 569.208190918\n0.828362107 0.036389265 -0.559009910 -84.447624207 -0.039511934 0.999198020 0.006493429 -12.276900291 0.558797836 0.016708652 0.829135537 569.835327148\n0.829145551 0.036175124 -0.557861090 -84.867858887 -0.038959347 0.999217033 0.006890302 -12.291010857 0.557673573 0.016020838 0.829905748 570.446533203\n0.829798162 0.036731198 -0.556853533 -85.272903442 -0.039770938 0.999186754 0.006643535 -12.302799225 0.556644678 0.016633792 0.830584168 571.042175293\n0.830344558 0.036505383 -0.556053281 -85.663223267 -0.039657678 0.999192953 0.006377777 -12.312543869 0.555837333 0.016756032 0.831122160 571.619445801\n0.830511928 0.036709055 -0.555789828 -86.044357300 -0.040271807 0.999171853 0.005815932 -12.323641777 0.555543065 0.017552460 0.831302524 572.180236816\n0.830428004 0.035558015 -0.555990040 -86.420013428 -0.039590120 0.999204636 0.004771645 -12.333843231 0.555717468 0.018049205 0.831175268 572.729980469\n0.830398798 0.035489481 -0.556038141 -86.788253784 -0.040628284 0.999169528 0.003097505 -12.347520828 0.555686295 0.020018708 0.831151068 573.265014648\n0.830601454 0.036003288 -0.555702269 -87.143524170 -0.042058535 0.999113381 0.001866980 -12.360278130 0.555276811 0.021821305 0.831379294 573.778686523\n0.830355465 0.032984730 -0.556256950 -87.479080200 -0.040789291 0.999166429 -0.001640208 -12.375522614 0.555739164 0.024051284 0.831008732 574.285034180\n0.830486476 0.029691275 -0.556246996 -87.813186646 -0.039895263 0.999184430 -0.006229995 -12.390467644 0.555608332 0.027365543 0.830993712 574.778259277\n0.830756426 0.026826523 -0.555989325 -88.145141602 -0.038712863 0.999203920 -0.009632898 -12.406259537 0.555288315 0.029526530 0.831133604 575.266845703\n0.831365108 0.026025489 -0.555116892 -88.469413757 -0.040316224 0.999095261 -0.013538697 -12.420881271 0.554262280 0.033635814 0.831662178 575.743041992\n0.831899881 0.024902742 -0.554366767 -88.795791626 -0.040562835 0.999049008 -0.015991503 -12.435679436 0.553441346 0.035790015 0.832118869 576.216979980\n0.832395017 0.023780977 -0.553672314 -89.105728149 -0.039533395 0.999081612 -0.016522888 -12.455317497 0.552770913 0.035642114 0.832570672 576.685852051\n0.833572149 0.020417543 -0.552033126 -89.408233643 -0.034732148 0.999276638 -0.015486345 -12.474871635 0.551317632 0.032082282 0.833678365 577.149597168\n0.834540904 0.020540915 -0.550563037 -89.703018188 -0.033936951 0.999323666 -0.014157783 -12.495300293 0.549899817 0.030499678 0.834673584 577.599304199\n0.835832000 0.022184009 -0.548536897 -89.988380432 -0.035722073 0.999263406 -0.014019080 -12.516121864 0.547821879 0.031312469 0.836008787 578.034729004\n0.837724566 0.025580533 -0.545493484 -90.269775391 -0.039303318 0.999136031 -0.013505066 -12.534348488 0.544676781 0.032753229 0.838006258 578.451660156\n0.840651751 0.026297146 -0.540937245 -90.550727844 -0.039881445 0.999114454 -0.013407378 -12.549609184 0.540105641 0.032844294 0.840956092 578.883666992\n0.844514966 0.022335118 -0.535065949 -90.796028137 -0.035578322 0.999262512 -0.014442667 -12.566515923 0.534348786 0.031233797 0.844686806 579.287231445\n0.849503934 0.019572476 -0.527219117 -91.026496887 -0.032894511 0.999332309 -0.015903465 -12.581153870 0.526555836 0.030852672 0.849580526 579.674499512\n0.855768561 0.021048231 -0.516930521 -91.259231567 -0.034279343 0.999283254 -0.016060269 -12.597258568 0.516221941 0.031463910 0.855876684 580.051147461\n0.861767948 0.024668008 -0.506702542 -91.466506958 -0.037695769 0.999169528 -0.015467619 -12.613735199 0.505900204 0.032430042 0.861982167 580.418457031\n0.868141413 0.025356099 -0.495668828 -91.659515381 -0.038328115 0.999136806 -0.016018780 -12.633726120 0.494834810 0.032904617 0.868363857 580.763061523\n0.875458598 0.023032581 -0.482744038 -91.838684082 -0.035806671 0.999209642 -0.017261490 -12.651861191 0.481964916 0.032397177 0.875591397 581.111389160\n0.883579254 0.020648630 -0.467826217 -92.002418518 -0.033402756 0.999261677 -0.018982682 -12.667899132 0.467088848 0.032399386 0.883616626 581.451477051\n0.892727137 0.018882345 -0.450201839 -92.162475586 -0.031466477 0.999294877 -0.020484025 -12.682250023 0.449497610 0.032452911 0.892691851 581.780151367\n0.901720583 0.017617401 -0.431960285 -92.295913696 -0.029670713 0.999335289 -0.021180198 -12.695093155 0.431300014 0.031915188 0.901643932 582.103881836\n0.911049187 0.014590143 -0.412039429 -92.406257629 -0.026168589 0.999404907 -0.022472149 -12.712438583 0.411466360 0.031255722 0.910888851 582.402587891\n0.920572996 0.010669655 -0.390424728 -92.513305664 -0.021852620 0.999467969 -0.024211971 -12.727099419 0.389958680 0.030820692 0.920316398 582.701721191\n0.929719746 0.004703788 -0.368237734 -92.602874756 -0.015187517 0.999557495 -0.025577031 -12.743807793 0.367954493 0.029372089 0.929379761 583.007141113\n0.938498735 -0.000903878 -0.345281422 -92.680366516 -0.008861715 0.999604106 -0.026703522 -12.759523392 0.345168889 0.028121008 0.938119233 583.290527344\n0.946586490 -0.004426438 -0.322419554 -92.759101868 -0.004844811 0.999597669 -0.027947094 -12.773990631 0.322413564 0.028016405 0.946184218 583.573791504\n0.954223812 -0.009405439 -0.298945546 -92.825569153 0.000385675 0.999543309 -0.030216616 -12.788604736 0.299093217 0.028718118 0.953791678 583.854675293\n0.961540937 -0.010513008 -0.274460286 -92.870819092 0.001975460 0.999506056 -0.031364575 -12.804314613 0.274654448 0.029616138 0.961086810 584.111389160\n0.968525469 -0.009439405 -0.248735473 -92.924903870 0.001741374 0.999513209 -0.031150548 -12.812717438 0.248908430 0.029736958 0.968070388 584.390808105\n0.974972188 -0.006798066 -0.222222954 -92.981391907 0.000238785 0.999563873 -0.029530227 -12.817654610 0.222326770 0.028738085 0.974548578 584.665710449\n0.981021881 -0.006675048 -0.193782091 -93.019699097 0.001787145 0.999676108 -0.025387578 -12.825627327 0.193888783 0.024559453 0.980716050 584.930908203\n0.986271322 -0.009697610 -0.164847851 -93.039405823 0.006515792 0.999782085 -0.019831367 -12.841809273 0.165004238 0.018484995 0.986119628 585.198242188\n0.990522623 -0.013154796 -0.136718243 -93.043540955 0.011124814 0.999816418 -0.015601437 -12.848426819 0.136898369 0.013932611 0.990487099 585.468688965\n0.993946373 -0.018212527 -0.108346373 -93.058204651 0.017130975 0.999793768 -0.010904849 -12.861300468 0.108522639 0.008982755 0.994053364 585.738769531\n0.996537387 -0.023050124 -0.079886757 -93.050308228 0.022576926 0.999721825 -0.006821674 -12.873500824 0.080021776 0.004994456 0.996780574 586.002807617\n0.998351038 -0.026409330 -0.050967690 -93.037902832 0.026198579 0.999645233 -0.004798768 -12.875406265 0.051076341 0.003455574 0.998688757 586.270202637\n0.999368429 -0.028209485 -0.021610435 -93.031990051 0.028174903 0.999601185 -0.001903103 -12.885440826 0.021655502 0.001293029 0.999764681 586.541687012\n0.999584794 -0.028075501 0.006485537 -93.015762329 0.028068382 0.999605298 0.001186161 -12.897865295 -0.006516280 -0.001003630 0.999978244 586.828247070\n0.999023974 -0.027248370 0.034764759 -92.999816895 0.027136143 0.999624908 0.003696027 -12.899999619 -0.034852430 -0.002749038 0.999388695 587.141479492\n0.997813821 -0.029153908 0.059309721 -92.959182739 0.028783236 0.999560475 0.007094698 -12.914931297 -0.059490494 -0.005372062 0.998214424 587.429016113\n0.996616840 -0.033887677 0.074876480 -92.906867981 0.033323608 0.999406159 0.008770205 -12.914425850 -0.075129218 -0.006245379 0.997154236 587.740966797\n0.995834887 -0.041121557 0.081374772 -92.864036560 0.040557295 0.999140441 0.008575639 -12.909965515 -0.081657469 -0.005239580 0.996646702 588.048828125\n0.995802224 -0.043837558 0.080350444 -92.828254700 0.043182932 0.999018431 0.009867655 -12.912985802 -0.080704145 -0.006356466 0.996717811 588.341430664\n0.996062398 -0.043675359 0.077150643 -92.820838928 0.042819861 0.999001980 0.012709124 -12.917932510 -0.077628717 -0.009355500 0.996938467 588.638610840\n0.996850610 -0.042461194 0.066976592 -92.810974121 0.041667495 0.999044299 0.013203790 -12.918139458 -0.067473225 -0.010371461 0.997667193 588.908020020\n0.997849166 -0.042865545 0.049594797 -92.801406860 0.042320859 0.999032199 0.011981699 -12.918829918 -0.050060403 -0.009857033 0.998697579 589.155273438\n0.998621821 -0.041263334 0.032431770 -92.810325623 0.040968850 0.999113381 0.009693087 -12.916394234 -0.032802984 -0.008351035 0.999426961 589.386047363\n0.999030828 -0.042023834 0.013090149 -92.817962646 0.041914180 0.999084711 0.008541435 -12.930354118 -0.013437111 -0.007984495 0.999877810 589.607299805\n0.998937309 -0.044110138 -0.013363180 -92.840614319 0.044181213 0.999010682 0.005071035 -12.923527718 0.013126276 -0.005656047 0.999897838 589.826171875\n0.997745454 -0.048132487 -0.046768587 -92.849784851 0.048366640 0.998822093 0.003887302 -12.936758995 0.046526391 -0.006140577 0.998898208 590.051940918\n0.995646656 -0.049745087 -0.078823365 -92.928459167 0.050129797 0.998738468 0.002908170 -12.947153091 0.078579262 -0.006846909 0.996884346 590.228881836\n0.991667926 -0.049379282 -0.118980527 -92.982933044 0.049961731 0.998749316 0.001915651 -12.954210281 0.118737124 -0.007844163 0.992894769 590.433837891\n0.985248446 -0.047981750 -0.164265677 -93.049156189 0.048716955 0.998812497 0.000447654 -12.958873749 0.164049149 -0.008443573 0.986416042 590.629760742\n0.976542711 -0.044660036 -0.210641399 -93.126113892 0.045471776 0.998965144 -0.000990727 -12.966041565 0.210467666 -0.008610751 0.977562904 590.808654785\n0.965609312 -0.040619940 -0.256804794 -93.220344543 0.041624207 0.999132156 -0.001526318 -12.973723412 0.256643921 -0.009215469 0.966462076 590.983520508\n0.951903164 -0.036655881 -0.304198533 -93.318496704 0.037794016 0.999283254 -0.002147818 -12.978161812 0.304059237 -0.009452370 0.952606261 591.149780273\n0.935729146 -0.034673106 -0.351011008 -93.427314758 0.035812240 0.999353230 -0.003248112 -12.985136032 0.350896627 -0.009531135 0.936365724 591.313171387\n0.917451143 -0.033569675 -0.396429598 -93.534873962 0.034333356 0.999397039 -0.005171807 -12.987321854 0.396364182 -0.008865878 0.918050528 591.470886230\n0.898223341 -0.032143585 -0.438362390 -93.662460327 0.032526057 0.999448836 -0.006638804 -12.990936279 0.438334197 -0.008295072 0.898773789 591.596435547\n0.875643849 -0.030382384 -0.482000887 -93.779525757 0.030555939 0.999504983 -0.007492152 -12.991115570 0.481989890 -0.008167530 0.876138687 591.744995117\n0.851311088 -0.027147634 -0.523958385 -93.914176941 0.028390734 0.999580860 -0.005662489 -12.999611855 0.523892522 -0.010055023 0.851725042 591.885498047\n0.824910641 -0.024335276 -0.564739108 -94.055374146 0.026745282 0.999634266 -0.004008765 -12.992887497 0.564630091 -0.011797232 0.825259805 592.023254395\n0.797022998 -0.022033796 -0.603546917 -94.190887451 0.026917484 0.999637187 -0.000947645 -12.999164581 0.603348851 -0.015490668 0.797326922 592.123229980\n0.766083717 -0.019861190 -0.642433882 -94.344970703 0.026639078 0.999644756 0.000861769 -13.002862930 0.642188549 -0.017774032 0.766340613 592.229125977\n0.731282115 -0.017433165 -0.681852341 -94.498504639 0.027064195 0.999627709 0.003468327 -13.013805389 0.681538045 -0.020990109 0.731481671 592.340576172\n0.697769403 -0.012593153 -0.716211736 -94.692184448 0.025230046 0.999657154 0.007003404 -13.019250870 0.715877950 -0.022956816 0.697847962 592.432678223\n0.662982285 -0.006133602 -0.748610020 -94.885467529 0.022039264 0.999692917 0.011327560 -13.023825645 0.748310626 -0.024008784 0.662913918 592.533813477\n0.629861712 0.000508350 -0.776707113 -95.086639404 0.017466649 0.999737620 0.014818701 -13.023914337 0.776510894 -0.022900203 0.629687607 592.638977051\n0.601598144 0.005925227 -0.798776984 -95.276496887 0.013973402 0.999741435 0.017940013 -13.028993607 0.798676729 -0.021954309 0.601359785 592.736022949\n0.578405499 0.010157767 -0.815686226 -95.475769043 0.012133778 0.999704719 0.021053456 -13.035179138 0.815659225 -0.022074789 0.578111410 592.835205078\n0.558399439 0.012622391 -0.829476297 -95.679016113 0.013400997 0.999616504 0.024232958 -13.036849976 0.829464078 -0.024647478 0.558016121 592.942749023\n0.539673328 0.014999572 -0.841740906 -95.866935730 0.016004121 0.999477804 0.028071269 -13.047082901 0.841722429 -0.028620638 0.539151430 593.059143066\n0.524453819 0.017588492 -0.851257265 -96.116088867 0.010566998 0.999575138 0.027163263 -13.042968750 0.851373374 -0.023241112 0.524045110 593.167907715\n0.511149168 0.018560369 -0.859291553 -96.348327637 0.001241110 0.999749839 0.022332488 -13.046358109 0.859491110 -0.012481708 0.510998249 593.265380859\n0.502557099 0.017694293 -0.864362955 -96.578186035 -0.006165510 0.999838471 0.016882854 -13.044774055 0.864522040 -0.003155359 0.502584994 593.375793457\n0.497477293 0.017443972 -0.867301702 -96.827957153 -0.006836530 0.999845564 0.016188441 -13.043710709 0.867450178 -0.002124049 0.497519732 593.507751465\n0.492965341 0.012535921 -0.869958639 -97.085998535 -0.002349115 0.999911726 0.013077383 -13.043186188 0.870045781 -0.004403064 0.492951274 593.660034180\n0.493026197 0.006201709 -0.869992375 -97.355041504 -0.004171518 0.999979973 0.004764314 -13.045784950 0.870004475 0.001280257 0.493042171 593.811035156\n0.500095487 0.000554073 -0.865970135 -97.633560181 -0.014102429 0.999872386 -0.007504370 -13.052268028 0.865855455 0.015965182 0.500039518 593.958129883\n0.511474788 -0.005630586 -0.859279931 -97.932693481 -0.024289439 0.999484241 -0.021007264 -13.061836243 0.858954966 0.031616110 0.511074185 594.118530273\n0.527516723 -0.016542362 -0.849383652 -98.212730408 -0.026204905 0.999017775 -0.035731368 -13.063844681 0.849140465 0.041106910 0.526565075 594.308227539\n0.551238358 -0.024871815 -0.833977044 -98.509529114 -0.027086798 0.998495221 -0.047681980 -13.078269005 0.833908081 0.048873905 0.549735188 594.501831055\n0.574140429 -0.025726657 -0.818352580 -98.798980713 -0.035453167 0.997787595 -0.056240838 -13.077982903 0.817988932 0.061303329 0.571958065 594.703186035\n0.594865799 -0.026461227 -0.803389430 -99.100555420 -0.038574301 0.997366786 -0.061412431 -13.084267616 0.802899003 0.067522347 0.592278719 594.939086914\n0.615404069 -0.025414897 -0.787801981 -99.402404785 -0.032691378 0.997797012 -0.057726841 -13.097031593 0.787533641 0.061279666 0.613217473 595.201782227\n0.636617303 -0.017940223 -0.770971239 -99.715240479 -0.030706495 0.998346865 -0.048586573 -13.116428375 0.770568371 0.054604877 0.635013938 595.478393555\n0.654092193 -0.004945771 -0.756398678 -100.034118652 -0.033255637 0.998823702 -0.035288535 -13.147691727 0.755683482 0.048236474 0.653158307 595.760070801\n0.669081569 0.008414627 -0.743141353 -100.367263794 -0.037654273 0.999035478 -0.022589607 -13.178702354 0.742234468 0.043096736 0.668753088 596.049255371\n0.682674468 0.014160932 -0.730585396 -100.687698364 -0.037952665 0.999149859 -0.016097259 -13.203479767 0.729736388 0.038716849 0.682631552 596.365600586\n0.695187092 0.013320917 -0.718705475 -101.007171631 -0.034354042 0.999301493 -0.014708216 -13.221446991 0.718007505 0.034915395 0.695159137 596.699096680\n0.707363963 0.011720849 -0.706752300 -101.347579956 -0.033234566 0.999308228 -0.016690709 -13.229907990 0.706067741 0.035295013 0.707264185 597.040893555\n0.718506217 0.007302794 -0.695482194 -101.685188293 -0.029376043 0.999371231 -0.019854819 -13.242412567 0.694899917 0.034696326 0.718268991 597.408081055\n0.729532123 0.003433353 -0.683937907 -102.026924133 -0.026928620 0.999356210 -0.023707053 -13.252821922 0.683416188 0.035712563 0.729154944 597.789428711\n0.740250945 0.001373648 -0.672329247 -102.380805969 -0.023728687 0.999428272 -0.024083918 -13.263373375 0.671911836 0.033781633 0.739860356 598.198303223\n0.750450492 0.002988671 -0.660919964 -102.754409790 -0.021906326 0.999552846 -0.020353870 -13.277516365 0.660563588 0.029752899 0.750180364 598.629272461\n0.759416461 0.006282088 -0.650574565 -103.135993958 -0.020520967 0.999687135 -0.014300958 -13.287560463 0.650281191 0.024210799 0.759307742 599.087158203\n0.766397834 0.008296028 -0.642312706 -103.514274597 -0.018449636 0.999788344 -0.009100690 -13.306320190 0.642101228 0.018825183 0.766388655 599.552551270\n0.772008896 0.005608861 -0.635586977 -103.908348083 -0.014266314 0.999862075 -0.008504949 -13.323883057 0.635451615 0.015633378 0.771982431 600.042297363\n0.775400519 -0.001537896 -0.631467879 -104.303863525 -0.006435834 0.999925852 -0.010338025 -13.336585999 0.631437004 0.012080133 0.775333107 600.551025391\n0.777376890 -0.008122092 -0.628982663 -104.714065552 -0.001057454 0.999898374 -0.014218685 -13.345436096 0.629034221 0.011718397 0.777289271 601.073547363\n0.779816568 -0.009373122 -0.625937939 -105.148849487 -0.002655577 0.999829352 -0.018280385 -13.356769562 0.626002491 0.015917575 0.779658616 601.602722168\n0.782115817 -0.004342807 -0.623118043 -105.593154907 -0.008222116 0.999816716 -0.017288312 -13.370634079 0.623078883 0.018644812 0.781936765 602.147583008\n0.785562277 -0.003453318 -0.618773043 -106.044738770 -0.009609788 0.999795735 -0.017779863 -13.391890526 0.618708014 0.019913465 0.785368621 602.716430664\n0.790564418 0.002403548 -0.612374246 -106.505050659 -0.015139129 0.999763370 -0.015620315 -13.406847000 0.612191796 0.021619678 0.790413737 603.295898438\n0.796512604 0.005932685 -0.604592800 -106.978149414 -0.017066646 0.999774039 -0.012673741 -13.426856995 0.604381025 0.020413166 0.796433866 603.903015137\n0.802482247 0.005925667 -0.596646607 -107.445625305 -0.015751526 0.999812603 -0.011255849 -13.441188812 0.596468091 0.018430714 0.802425146 604.532897949\n0.808021367 0.010443776 -0.589060605 -107.918571472 -0.021252092 0.999708831 -0.011427362 -13.462862015 0.588769794 0.021752324 0.808008075 605.181213379\n0.813791990 0.013534986 -0.580998600 -108.398277283 -0.028756689 0.999441922 -0.016995793 -13.478733063 0.580444336 0.030538637 0.813727081 605.828796387\n0.819074512 0.013160793 -0.573536217 -108.883117676 -0.030940332 0.999295175 -0.021255711 -13.495616913 0.572852254 0.035155412 0.818904400 606.499328613\n0.823647618 0.009861848 -0.567016125 -109.354263306 -0.024347991 0.999541759 -0.017983327 -13.514341354 0.566578984 0.028617628 0.823510349 607.198669434\n0.828011751 0.012498336 -0.560571432 -109.832962036 -0.022619233 0.999682307 -0.011121914 -13.534748077 0.560254335 0.021888770 0.828031421 607.913940430\n0.831741214 0.015671616 -0.554942310 -110.314178467 -0.024050560 0.999680221 -0.007815652 -13.551236153 0.554642379 0.019847274 0.831852078 608.628662109\n0.834418237 0.014205378 -0.550948679 -110.802200317 -0.024192166 0.999648273 -0.010864906 -13.573268890 0.550600529 0.022394516 0.834468424 609.355346680\n0.836153746 0.013345775 -0.548332751 -111.295730591 -0.026302198 0.999529481 -0.015780903 -13.589966774 0.547864139 0.027617618 0.836111307 610.095214844\n0.837666154 0.011015702 -0.546071529 -111.774932861 -0.025166022 0.999513149 -0.018441513 -13.613864899 0.545602560 0.029190278 0.837535560 610.834228516\n0.838964641 0.006975005 -0.544141293 -112.279327393 -0.021445507 0.999564886 -0.020252192 -13.645914078 0.543763280 0.028660258 0.838749170 611.602050781\n0.839700580 0.004242849 -0.543033063 -112.773147583 -0.017960580 0.999639392 -0.019962307 -13.670779228 0.542752564 0.026515551 0.839474022 612.373107910\n0.840307534 0.000772507 -0.542109430 -113.276268005 -0.012519587 0.999759912 -0.017981576 -13.694667816 0.541965365 0.021897040 0.840115488 613.155761719\n0.840117693 0.002545249 -0.542398155 -113.783035278 -0.009426300 0.999906480 -0.009908204 -13.719659805 0.542322218 0.013436865 0.840063155 613.948974609\n0.840414405 0.000989817 -0.541943431 -114.293518066 -0.004789772 0.999972820 -0.005601328 -13.739642143 0.541923165 0.007303223 0.840396285 614.739807129\n0.840043306 0.000174544 -0.542519331 -114.810234070 -0.003977055 0.999975085 -0.005836398 -13.763319016 0.542504787 0.007060457 0.840023041 615.554870605\n0.839981198 0.002190148 -0.542611122 -115.335433960 -0.008672406 0.999918342 -0.009389210 -13.780381203 0.542546272 0.012592503 0.839931548 616.352661133\n0.839616835 0.004805619 -0.543157876 -115.883926392 -0.013650318 0.999831736 -0.012254682 -13.804666519 0.543007612 0.017703515 0.839541137 617.161071777\n0.839002073 0.006312018 -0.544091582 -116.424224854 -0.016634982 0.999762893 -0.014053266 -13.822861671 0.543873847 0.020841673 0.838908136 617.972656250\n0.838598847 0.004059987 -0.544734359 -116.962303162 -0.015111321 0.999760807 -0.015811967 -13.850304604 0.544539869 0.021491552 0.838459611 618.791748047\n0.838140011 0.005006512 -0.545432210 -117.503417969 -0.017138971 0.999705851 -0.017160371 -13.880102158 0.545185864 0.023730939 0.837979257 619.603759766\n0.837770104 0.003439927 -0.546012282 -118.045455933 -0.014422274 0.999770701 -0.015830070 -13.902964592 0.545832634 0.021136697 0.837627590 620.435852051\n0.836541712 0.004478772 -0.547884941 -118.591522217 -0.013392617 0.999834955 -0.012275296 -13.931238174 0.547739565 0.017606409 0.836463630 621.269287109\n0.835586786 0.005472401 -0.549331248 -119.135314941 -0.012199027 0.999888659 -0.008595096 -13.962120056 0.549223006 0.013883255 0.835560501 622.095703125\n0.835009754 0.003755175 -0.550222397 -119.680404663 -0.010535856 0.999902487 -0.009164901 -13.984274864 0.550134301 0.013449845 0.834967852 622.910949707\n0.835087001 0.001997777 -0.550114274 -120.227462769 -0.010195887 0.999877870 -0.011846483 -14.015595436 0.550023437 0.015501747 0.835005343 623.701538086\n0.834705949 0.002120421 -0.550691843 -120.769515991 -0.013067759 0.999787271 -0.015957683 -14.038825035 0.550540864 0.020516282 0.834556103 624.509643555\n0.833928168 0.002366369 -0.551867902 -121.309326172 -0.013997929 0.999759793 -0.016865389 -14.073803902 0.551695406 0.021789530 0.833760977 625.307678223\n0.832427680 0.001620889 -0.554131329 -121.852813721 -0.012288966 0.999803782 -0.015536220 -14.108470917 0.553997397 0.019742481 0.832284272 626.118713379\n0.831224442 0.001893447 -0.555933774 -122.394134521 -0.010645938 0.999865055 -0.012512234 -14.130754471 0.555835068 0.016318912 0.831132412 626.919982910\n0.830135107 0.001807762 -0.557559371 -122.936347961 -0.007772760 0.999935091 -0.008330585 -14.168342590 0.557508111 0.011249287 0.830095291 627.730651855\n0.828809261 -0.000156539 -0.559531212 -123.471977234 -0.003757028 0.999975860 -0.005844885 -14.191819191 0.559518576 0.006946469 0.828788698 628.531250000\n0.827813685 -0.004446437 -0.560985506 -124.016281128 -0.001037004 0.999954760 -0.009456006 -14.216850281 0.561002195 0.008409555 0.827771604 629.326232910\n0.826527417 -0.010462114 -0.562799215 -124.548995972 0.003873647 0.999909282 -0.012898897 -14.245357513 0.562883139 0.008481206 0.826492965 630.120849609\n0.824960530 -0.016589103 -0.564946830 -125.085449219 0.007335378 0.999799252 -0.018646667 -14.272483826 0.565142751 0.011238666 0.824916601 630.907531738\n0.823994696 -0.018390935 -0.566298962 -125.642684937 0.008885229 0.999769628 -0.019539708 -14.308327675 0.566527843 0.011068921 0.823968291 631.687072754\n0.822559714 -0.022204408 -0.568245113 -126.190055847 0.013239605 0.999714315 -0.019899333 -14.338588715 0.568524599 0.008845049 0.822618723 632.477966309\n0.821270347 -0.018665895 -0.570233881 -126.733718872 0.012536032 0.999813735 -0.014672836 -14.371267319 0.570401549 0.004901895 0.821351349 633.251464844\n0.820829868 -0.015155204 -0.570971727 -127.280059814 0.010959767 0.999881804 -0.010783911 -14.400335312 0.571067691 0.002594039 0.820898890 634.006713867\n0.819729626 -0.011639156 -0.572632432 -127.807968140 0.008663270 0.999931097 -0.007922737 -14.427736282 0.572685182 0.001533633 0.819773972 634.767578125\n0.819729924 -0.012378715 -0.572616458 -128.338928223 0.009343457 0.999922395 -0.008240494 -14.453501701 0.572674036 0.001404762 0.819781959 635.503906250\n0.819550276 -0.011102716 -0.572899818 -128.843002319 0.006938910 0.999931276 -0.009452208 -14.474886894 0.572965384 0.003771260 0.819570959 636.215148926\n0.819799662 -0.012116218 -0.572522223 -129.352416992 0.006201914 0.999905348 -0.012280299 -14.500370026 0.572616816 0.006516652 0.819797277 636.912292480\n0.819045901 -0.014583202 -0.573542655 -129.814865112 0.008063404 0.999870777 -0.013908329 -14.536924362 0.573671341 0.006766855 0.819057643 637.610229492\n0.818827868 -0.015597121 -0.573827207 -130.278732300 0.009936569 0.999866128 -0.012998153 -14.563695908 0.573953152 0.004941375 0.818873227 638.280212402\n0.819286406 -0.013416465 -0.573227525 -130.733520508 0.009465574 0.999906421 -0.009874254 -14.587945938 0.573306382 0.002663915 0.819336772 638.921630859\n0.819640219 -0.013368813 -0.572722673 -131.170196533 0.010153932 0.999909639 -0.008808861 -14.620473862 0.572788656 0.001404712 0.819701910 639.538269043\n0.820278645 -0.015580535 -0.571751833 -131.586578369 0.012394659 0.999878407 -0.009464886 -14.642364502 0.571829796 0.000677176 0.820372045 640.140136719\n0.821289778 -0.017730443 -0.570235670 -131.984146118 0.012155038 0.999833882 -0.013581559 -14.666666031 0.570381761 0.004223160 0.821368933 640.724304199\n0.823659718 -0.017864473 -0.566802979 -132.378479004 0.008933884 0.999788404 -0.018528866 -14.689414978 0.567014039 0.010197730 0.823645055 641.278869629\n0.826220214 -0.016241096 -0.563113213 -132.753128052 0.005573256 0.999771059 -0.020657733 -14.721453667 0.563319802 0.013929463 0.826121569 641.812316895\n0.828376293 -0.018623257 -0.559862375 -133.101196289 0.005814845 0.999679267 -0.024649635 -14.744054794 0.560141861 0.017163660 0.828218877 642.338317871\n0.831056297 -0.021834960 -0.555759490 -133.435195923 0.008339225 0.999605954 -0.026802940 -14.770033836 0.556125760 0.017640147 0.830910921 642.841369629\n0.833927274 -0.021178052 -0.551467896 -133.753753662 0.007751274 0.999614298 -0.026666801 -14.803542137 0.551819980 0.017963594 0.833769798 643.325805664\n0.838071525 -0.019524543 -0.545210898 -134.061737061 0.004413990 0.999569356 -0.029010603 -14.827459335 0.545542479 0.021906406 0.837796807 643.777954102\n0.843166411 -0.018902661 -0.537320256 -134.336883545 0.002424186 0.999505281 -0.031358052 -14.850895882 0.537647188 0.025137493 0.842795134 644.212463379\n0.850174606 -0.015854590 -0.526262105 -134.627380371 -0.000603188 0.999516487 -0.031086680 -14.883917809 0.526500523 0.026746541 0.849753976 644.641723633\n0.857877135 -0.016636113 -0.513585508 -134.880508423 0.000807482 0.999518216 -0.031027704 -14.902562141 0.513854206 0.026203249 0.857477248 645.048461914\n0.866256237 -0.018607451 -0.499253333 -135.096954346 0.002260319 0.999441922 -0.033327874 -14.923548698 0.499594867 0.027742008 0.865814865 645.428039551\n0.875430167 -0.018938161 -0.482973486 -135.297943115 0.002359580 0.999387681 -0.034910649 -14.957054138 0.483338892 0.029422222 0.874938786 645.802551270\n0.884466171 -0.019188797 -0.466209620 -135.460693359 0.002833610 0.999356508 -0.035756912 -14.972646713 0.466595739 0.030304724 0.883951366 646.155639648\n0.894881189 -0.019873584 -0.445861787 -135.632888794 0.005254189 0.999407947 -0.034001444 -14.992586136 0.446273565 0.028084610 0.894455791 646.518188477\n0.905807495 -0.022533992 -0.423089892 -135.780380249 0.009489907 0.999413192 -0.032912016 -15.008949280 0.423583269 0.025796866 0.905489802 646.877014160\n0.917460263 -0.023630921 -0.397125006 -135.916015625 0.010235437 0.999305964 -0.035817217 -15.020596504 0.397695750 0.028796125 0.917065382 647.225585938\n0.928812206 -0.021402903 -0.369932115 -136.032714844 0.008607131 0.999307275 -0.036205750 -15.052301407 0.370450765 0.030444290 0.928353071 647.576049805\n0.939874828 -0.018609641 -0.341011673 -136.149734497 0.007557895 0.999403119 -0.033708695 -15.073246956 0.341435432 0.029104624 0.939454496 647.920715332\n0.950530171 -0.016083645 -0.310215652 -136.261352539 0.007394196 0.999547184 -0.029166671 -15.082976341 0.310544312 0.025430005 0.950218678 648.271850586\n0.959922135 -0.012524225 -0.279986918 -136.314559937 0.006298806 0.999712765 -0.023123456 -15.104525566 0.280196100 0.020433133 0.959725320 648.607116699\n0.969422460 -0.010613127 -0.245168209 -136.382217407 0.006382470 0.999816835 -0.018044237 -15.121795654 0.245314807 0.015927710 0.969312608 648.947631836\n0.978099883 -0.012110884 -0.207783490 -136.436019897 0.009107544 0.999839842 -0.015404773 -15.130634308 0.207936779 0.013175010 0.978053510 649.284729004\n0.985125721 -0.014375635 -0.171232864 -136.432708740 0.012605456 0.999855340 -0.011420690 -15.131535530 0.171372280 0.009092346 0.985164404 649.638916016\n0.991706550 -0.014234387 -0.127732337 -136.458450317 0.013755097 0.999894679 -0.004633658 -15.140830994 0.127784833 0.002838258 0.991797864 649.974914551\n0.996203423 -0.005138278 -0.086904503 -136.458389282 0.005632472 0.999969304 0.005442377 -15.137953758 0.086873874 -0.005911202 0.996201754 650.288696289\n0.998988092 -0.003538456 -0.044835832 -136.457321167 0.004205661 0.999881685 0.014795501 -15.137767792 0.044778172 -0.014969093 0.998884797 650.634460449\n0.999980688 -0.005132522 -0.003510413 -136.436614990 0.005200087 0.999796033 0.019516477 -15.147868156 0.003409528 -0.019534355 0.999803364 650.972717285\n0.999237239 -0.014790911 0.036141157 -136.377563477 0.014112840 0.999720931 0.018945362 -15.153098106 -0.036411289 -0.018420856 0.999167085 651.288940430\n0.996446192 -0.029302765 0.078970380 -136.318634033 0.027964810 0.999446929 0.017995734 -15.152396202 -0.079454027 -0.015723389 0.996714532 651.620300293\n0.992260098 -0.034976631 0.119149350 -136.232864380 0.033311673 0.999317944 0.015937414 -15.161848068 -0.119625524 -0.011844995 0.992748439 651.944458008\n0.986464322 -0.030121563 0.161185727 -136.166473389 0.028943488 0.999534428 0.009652347 -15.150306702 -0.161401421 -0.004856420 0.986876905 652.284484863\n0.979351938 -0.018501589 0.201314509 -136.086135864 0.017528396 0.999824464 0.006615882 -15.165638924 -0.201401576 -0.002950556 0.979504287 652.648193359\n0.970470488 -0.008475517 0.241071030 -136.001815796 0.008172751 0.999964058 0.002255760 -15.164215088 -0.241081476 -0.000218935 0.970504880 653.023803711\n0.960323513 -0.002418453 0.278877884 -135.887237549 0.003141529 0.999992788 -0.002145918 -15.157318115 -0.278870672 0.002936879 0.960324168 653.396057129\n0.950625598 -0.007282687 0.310254663 -135.707794189 0.007741056 0.999970019 -0.000246175 -15.176643372 -0.310243577 0.002635719 0.950653434 653.750610352\n0.939635038 -0.018140292 0.341697186 -135.514480591 0.019041527 0.999818444 0.000716753 -15.190404892 -0.341648132 0.005832949 0.939809859 654.094238281\n0.927060843 -0.027007846 0.373936832 -135.305023193 0.028240979 0.999598742 0.002181925 -15.193531990 -0.373845726 0.008537564 0.927451611 654.484802246\n0.913688898 -0.034761008 0.404925078 -135.084732056 0.038066383 0.999275208 -0.000111177 -15.192537308 -0.404627711 0.015515613 0.914349854 654.897033691\n0.900231957 -0.031911183 0.434239686 -134.855194092 0.037278630 0.999297500 -0.003847300 -15.183264732 -0.433811843 0.019651322 0.900789142 655.319946289\n0.886283278 -0.022330217 0.462604940 -134.623382568 0.026509926 0.999645352 -0.002535657 -15.189114571 -0.462384254 0.014510932 0.886560917 655.781127930\n0.873065233 -0.012834007 0.487434566 -134.364837646 0.014886454 0.999889135 -0.000336991 -15.190658569 -0.487376213 0.007550387 0.873159468 656.216064453\n0.857932985 -0.009352727 0.513676465 -134.082519531 0.008725028 0.999955356 0.003634232 -15.198471069 -0.513687491 0.001363914 0.857976258 656.693725586\n0.840603769 -0.011646558 0.541525304 -133.782852173 0.009082536 0.999931335 0.007406752 -15.212101936 -0.541574419 -0.001307720 0.840651810 657.158630371\n0.823222339 -0.008967665 0.567648232 -133.442260742 0.005107597 0.999951780 0.008389958 -15.207815170 -0.567696095 -0.004007482 0.823228419 657.632385254\n0.804997563 -0.001662844 0.593275785 -133.086975098 -0.003967072 0.999958634 0.008185500 -15.213014603 -0.593264818 -0.008942875 0.804957688 658.104858398\n0.786379158 0.006076864 0.617714286 -132.715026855 -0.014033873 0.999869287 0.008029402 -15.216356277 -0.617584765 -0.014983078 0.786361635 658.597229004\n0.767955005 0.009490055 0.640433550 -132.294677734 -0.018501993 0.999801636 0.007370831 -15.210443497 -0.640236557 -0.017509762 0.767978251 659.091552734\n0.748339355 0.009282183 0.663251102 -131.858245850 -0.018279174 0.999810934 0.006631875 -15.218955994 -0.663064182 -0.017086575 0.748367548 659.568847656\n0.726962209 0.010840480 0.686591983 -131.388488770 -0.018771475 0.999815464 0.004089289 -15.213068008 -0.686420977 -0.015861101 0.727031469 660.048767090\n0.705104709 0.011619444 0.709008038 -130.896591187 -0.020581271 0.999779820 0.004083263 -15.218686104 -0.708804488 -0.017471414 0.705188632 660.534545898\n0.684170961 0.010949720 0.729239464 -130.374252319 -0.020648455 0.999777317 0.004360422 -15.226495743 -0.729029298 -0.018040942 0.684244692 661.006225586\n0.662674487 0.008620234 0.748857975 -129.832092285 -0.017984908 0.999828577 0.004405887 -15.221856117 -0.748691559 -0.016387811 0.662715912 661.492919922\n0.642448902 0.004525470 0.766315222 -129.259689331 -0.015114885 0.999862850 0.006767048 -15.220428467 -0.766179502 -0.015930248 0.642429173 661.962219238\n0.623314381 -0.000443129 0.781971276 -128.645416260 -0.012556795 0.999865234 0.010575710 -15.220740318 -0.781870544 -0.016411044 0.623224795 662.431762695\n0.605218768 -0.004552441 0.796046197 -128.027679443 -0.008222410 0.999894559 0.011969553 -15.225551605 -0.796016753 -0.013789616 0.605117440 662.891357422\n0.589998007 -0.007706444 0.807368040 -127.376815796 -0.000904420 0.999947488 0.010205565 -15.228837967 -0.807404280 -0.006751463 0.589960039 663.351440430\n0.577460051 -0.008551310 0.816374123 -126.707366943 0.004830674 0.999963403 0.007057396 -15.224971771 -0.816404641 -0.000131727 0.577480257 663.805603027\n0.566712379 -0.009033490 0.823866189 -126.019744873 0.007486074 0.999955058 0.005814820 -15.222640038 -0.823881745 0.002872193 0.566754520 664.269348145\n0.558593631 -0.012087244 0.829353392 -125.316619873 0.011285718 0.999912024 0.006971756 -15.222238541 -0.829364717 0.005465469 0.558680892 664.737976074\n0.552971065 -0.015760876 0.833051383 -124.594207764 0.016188594 0.999835551 0.008170518 -15.229192734 -0.833043218 0.008967870 0.553135276 665.206787109\n0.549514353 -0.018132735 0.835287571 -123.857666016 0.019321160 0.999772906 0.008992546 -15.224637032 -0.835260928 0.011197188 0.549739897 665.683044434\n0.547434330 -0.020242997 0.836603880 -123.111846924 0.021178726 0.999722302 0.010331551 -15.224714279 -0.836580694 0.012062356 0.547711015 666.168090820\n0.545633793 -0.021911230 0.837737203 -122.347869873 0.023887802 0.999658585 0.010587756 -15.228102684 -0.837683201 0.014234664 0.545970917 666.673156738\n0.543980598 -0.021228760 0.838829279 -121.581115723 0.026327915 0.999619544 0.008224328 -15.227094650 -0.838684738 0.017610747 0.544332504 667.177917480\n0.543052435 -0.021139868 0.839432657 -120.799560547 0.028664835 0.999567091 0.006628531 -15.229223251 -0.839209437 0.020462556 0.543423355 667.687438965\n0.542399526 -0.023632288 0.839788258 -119.968872070 0.031954173 0.999461293 0.007487162 -15.229831696 -0.839512765 0.022773705 0.542862415 668.216613770\n0.542429149 -0.025622983 0.839710772 -119.148620605 0.035393313 0.999344349 0.007630983 -15.231731415 -0.839355707 0.025580874 0.542980373 668.739807129\n0.542461395 -0.026501255 0.839662671 -118.346679688 0.038152624 0.999248147 0.006889675 -15.235702515 -0.839213967 0.028297946 0.543064713 669.271118164\n0.542859912 -0.028665215 0.839333892 -117.485351562 0.040014364 0.999165118 0.008243546 -15.229533195 -0.838869452 0.029110324 0.543553710 669.827453613\n0.543999493 -0.035787776 0.838321984 -116.645904541 0.043316007 0.998955667 0.014536799 -15.237655640 -0.837966740 0.028404752 0.544981539 670.365661621\n0.544934213 -0.040294196 0.837510049 -115.785858154 0.044256888 0.998834491 0.019259643 -15.229676247 -0.837310016 0.026570350 0.546082377 670.933044434\n0.546733618 -0.041871008 0.836259007 -114.907653809 0.045998670 0.998742580 0.019933226 -15.217848778 -0.836042106 0.027568636 0.547972202 671.500183105\n0.548314750 -0.041611139 0.835236192 -114.059173584 0.046927147 0.998718560 0.018949095 -15.211322784 -0.834954441 0.028805181 0.549564838 672.065673828\n0.549612820 -0.042294569 0.834348202 -113.165771484 0.050954983 0.998555362 0.017052777 -15.203790665 -0.833864093 0.033141773 0.550973952 672.656555176\n0.551637053 -0.041474614 0.833052516 -112.282531738 0.054450419 0.998423159 0.013651418 -15.197380066 -0.832305133 0.037829433 0.553025484 673.242248535\n0.554196417 -0.041652180 0.831343174 -111.376861572 0.056748413 0.998314142 0.012187734 -15.188598633 -0.830449283 0.040423002 0.555625796 673.845336914\n0.556864381 -0.045179304 0.829373837 -110.474914551 0.059883941 0.998104870 0.014163027 -15.186647415 -0.828441918 0.041779280 0.558514595 674.449645996\n0.559074283 -0.048042722 0.827724516 -109.588317871 0.060055852 0.998043954 0.017364554 -15.188076019 -0.826939702 0.040001623 0.560865998 675.053222656\n0.560236573 -0.048682950 0.826900840 -108.679351807 0.059241921 0.998069942 0.018623149 -15.184707642 -0.826211452 0.038553827 0.562039316 675.674438477\n0.560984015 -0.046773646 0.826504230 -107.774414062 0.058124993 0.998163939 0.017036302 -15.181535721 -0.825783551 0.038483460 0.562672734 676.298828125\n0.561538696 -0.044889543 0.826231956 -106.865264893 0.057069384 0.998250663 0.015448869 -15.177316666 -0.825480103 0.038477410 0.563118219 676.924438477\n0.562056124 -0.043443747 0.825957417 -105.957366943 0.054181889 0.998408556 0.015644083 -15.176114082 -0.825322509 0.035959076 0.563515544 677.554870605\n0.561662197 -0.041926384 0.826303720 -105.026184082 0.052863993 0.998493075 0.014730047 -15.179715157 -0.825676084 0.035408396 0.563032269 678.204101562\n0.561325073 -0.039358661 0.826659024 -104.084930420 0.052129667 0.998566449 0.012145940 -15.172619820 -0.825951993 0.036275640 0.562572122 678.850646973\n0.560791254 -0.038179856 0.827076435 -103.166351318 0.052013531 0.998587668 0.010829955 -15.177979469 -0.826321840 0.036945824 0.561985075 679.480285645\n0.560525954 -0.038594969 0.827237070 -102.220275879 0.051581550 0.998600960 0.011638953 -15.180340767 -0.826528907 0.036146231 0.561732531 680.129821777\n0.559917331 -0.040272612 0.827569187 -101.280151367 0.051342558 0.998584926 0.013857500 -15.179328918 -0.826956213 0.034730464 0.561192691 680.765930176\n0.559360623 -0.041009996 0.827909410 -100.328002930 0.048721552 0.998675287 0.016551029 -15.182243347 -0.827491403 0.031079032 0.560617685 681.413696289\n0.558497906 -0.040004488 0.828540742 -99.398712158 0.046631478 0.998771012 0.016790655 -15.185175896 -0.828194201 0.029258531 0.559677005 682.048767090\n0.558151186 -0.038817074 0.828830838 -98.443756104 0.043552622 0.998898685 0.017452747 -15.182243347 -0.828595459 0.026356485 0.559227049 682.705322266\n0.557100356 -0.039279476 0.829515696 -97.495605469 0.041936025 0.998937011 0.019137846 -15.172367096 -0.829385638 0.024124889 0.558155417 683.361572266\n0.556917548 -0.040938087 0.829558313 -96.541992188 0.042779934 0.998872638 0.020573648 -15.172242165 -0.829465389 0.024030624 0.558041036 684.001831055\n0.556742787 -0.040914766 0.829676807 -95.562835693 0.043908563 0.998839498 0.019792654 -15.176168442 -0.829523742 0.025410492 0.557893157 684.655334473\n0.555602789 -0.039121993 0.830527067 -94.611755371 0.046415836 0.998794079 0.015997127 -15.172216415 -0.830151379 0.029661551 0.556748629 685.314453125\n0.555327773 -0.038869422 0.830722809 -93.679748535 0.050281789 0.998648942 0.013113921 -15.170965195 -0.830110192 0.034487702 0.556531906 685.937377930\n0.555165172 -0.040035661 0.830776036 -92.717620850 0.052450046 0.998538017 0.013070541 -15.172014236 -0.830084741 0.036317933 0.556453407 686.581604004\n0.555223763 -0.043127038 0.830582201 -91.742950439 0.053737696 0.998428166 0.015919922 -15.178170204 -0.829963267 0.035794444 0.556668580 687.230712891\n0.554288268 -0.046529844 0.831023216 -90.769073486 0.054103129 0.998338819 0.019811500 -15.174365044 -0.830564499 0.033979665 0.555884957 687.893066406\n0.554224253 -0.049051464 0.830920815 -89.790679932 0.053702921 0.998289466 0.023111822 -15.170266151 -0.830633163 0.031813741 0.555910468 688.544860840\n0.553983331 -0.050416283 0.830999792 -88.815826416 0.055403989 0.998184502 0.023624394 -15.162854195 -0.830682158 0.032953180 0.555770874 689.197875977\n0.554546118 -0.049228940 0.830695570 -87.834564209 0.057346683 0.998136163 0.020869024 -15.159164429 -0.830174685 0.036064796 0.556335688 689.853454590\n0.555105925 -0.046207979 0.830495179 -86.854064941 0.057411831 0.998203039 0.017164811 -15.153715134 -0.829795957 0.038151957 0.556761324 690.518859863\n0.555671334 -0.043596987 0.830258191 -85.865417480 0.057653837 0.998240829 0.013831485 -15.151132584 -0.829400599 0.040181808 0.557207346 691.186889648\n0.556306481 -0.041441180 0.829943240 -84.887725830 0.055358313 0.998385191 0.012745540 -15.149085045 -0.829131246 0.038853828 0.557702303 691.856079102\n0.556706309 -0.041738097 0.829660177 -83.897125244 0.053157177 0.998479962 0.014562245 -15.155519485 -0.829006910 0.035995495 0.558078766 692.531616211\n0.557568371 -0.041467857 0.829094708 -82.909515381 0.049977690 0.998616695 0.016336512 -15.153831482 -0.828625262 0.032327510 0.558869600 693.206787109\n0.557534337 -0.038514920 0.829259992 -81.915588379 0.047361385 0.998771906 0.014545523 -15.154766083 -0.828801811 0.031165268 0.558673739 693.902526855\n0.558446765 -0.036397837 0.828741491 -80.940521240 0.045962185 0.998859942 0.012897760 -15.160858154 -0.828266084 0.030888055 0.559483051 694.556884766\n0.559036911 -0.036384296 0.828344107 -79.935363770 0.044912841 0.998898804 0.013564764 -15.155567169 -0.827925503 0.029620083 0.560055435 695.241088867\n0.559896827 -0.036738910 0.827747405 -78.933593750 0.042902324 0.998961806 0.015318549 -15.161353111 -0.827450871 0.026935477 0.560891747 695.925598145\n0.560241938 -0.037138734 0.827496052 -77.953582764 0.043312021 0.998941183 0.015509686 -15.160994530 -0.827195883 0.027151348 0.561257303 696.597900391\n0.560217619 -0.038771011 0.827437639 -76.971557617 0.043707032 0.998896122 0.017213091 -15.161163330 -0.827191591 0.026521761 0.561293781 697.281005859\n0.560161471 -0.042547692 0.827289999 -75.969329834 0.045179173 0.998762846 0.020775566 -15.159795761 -0.827150464 0.025738606 0.561390758 697.959533691\n0.560283065 -0.045068730 0.827074170 -74.980712891 0.046790585 0.998646259 0.022720752 -15.160194397 -0.826978564 0.025969232 0.561633348 698.638671875\n0.560187697 -0.045652807 0.827106774 -73.988006592 0.048545528 0.998573363 0.022237841 -15.153694153 -0.826942027 0.027694970 0.561604738 699.316955566\n0.560893178 -0.046136506 0.826601684 -72.992919922 0.049591593 0.998525441 0.022081843 -15.148432732 -0.826401591 0.028606934 0.562354088 699.985168457\n0.560554326 -0.045575798 0.826862574 -71.998443604 0.050297339 0.998514771 0.020939048 -15.144643784 -0.826588809 0.029851511 0.562014103 700.665649414\n0.560171306 -0.044286977 0.827192128 -71.012420654 0.050082233 0.998553813 0.019546004 -15.137077332 -0.826861501 0.030478517 0.561579168 701.346984863\n0.559961200 -0.045059890 0.827292621 -70.024169922 0.051586956 0.998478770 0.019466691 -15.134386063 -0.826911271 0.031776920 0.561433852 702.020874023\n0.559895873 -0.046918247 0.827233553 -69.025665283 0.053487420 0.998359680 0.020422164 -15.129941940 -0.826834798 0.032812297 0.561486959 702.700317383\n0.559554398 -0.047540639 0.827429056 -68.028228760 0.054202866 0.998315275 0.020704005 -15.127255440 -0.827019334 0.033264004 0.561188519 703.380981445\n0.559760332 -0.048270844 0.827247441 -67.040802002 0.055151701 0.998258591 0.020930916 -15.121764183 -0.826817214 0.033907805 0.561447740 704.048461914\n0.560031295 -0.047571935 0.827104568 -66.049194336 0.053188410 0.998354971 0.021407822 -15.113857269 -0.826762378 0.032003324 0.561640263 704.725280762\n0.559422314 -0.047303252 0.827531934 -65.071105957 0.052444659 0.998389840 0.021616537 -15.113176346 -0.827221990 0.031306855 0.561002374 705.399536133\n0.559614778 -0.045563370 0.827499449 -64.087768555 0.050360184 0.998511970 0.020922394 -15.111442566 -0.827221394 0.029964546 0.561076581 706.071533203\n0.559067369 -0.042963561 0.828008413 -63.107116699 0.048726112 0.998633027 0.018917263 -15.106903076 -0.827689290 0.029769603 0.560396552 706.735229492\n0.558892190 -0.041263286 0.828213096 -62.117645264 0.048129462 0.998691678 0.017278304 -15.107942581 -0.827842414 0.030204738 0.560146928 707.400573730\n0.557882190 -0.039961409 0.828957498 -61.143676758 0.047275323 0.998748422 0.016330548 -15.105209351 -0.828572571 0.030078709 0.559073150 708.073303223\n0.556771517 -0.042855106 0.829559505 -60.168762207 0.048679892 0.998635292 0.018917318 -15.110219002 -0.829238057 0.029850241 0.558097839 708.739929199\n0.555916131 -0.044640299 0.830038786 -59.187530518 0.049173620 0.998574257 0.020770404 -15.110528946 -0.829782605 0.029269412 0.557318687 709.407653809\n0.555522799 -0.044425800 0.830313683 -58.204284668 0.047113527 0.998649180 0.021911180 -15.110948563 -0.830165505 0.026946845 0.556865454 710.073608398\n0.554985642 -0.043044031 0.830745637 -57.258453369 0.048163082 0.998647809 0.019567968 -15.105246544 -0.830464542 0.029151322 0.556308329 710.698974609\n0.555534482 -0.041132469 0.830475509 -56.299591064 0.048204817 0.998689055 0.017217977 -15.108097076 -0.830094993 0.030467739 0.556788981 711.342712402\n0.555957794 -0.042248379 0.830136120 -55.343780518 0.049891032 0.998602927 0.017409250 -15.111761093 -0.829711914 0.031737540 0.557288885 711.990112305\n0.557129979 -0.045232464 0.829192579 -54.389129639 0.051288329 0.998483479 0.020006932 -15.111557961 -0.828840077 0.031381436 0.558604956 712.629699707\n0.557560086 -0.048333742 0.828728318 -53.447265625 0.052372158 0.998362899 0.022991842 -15.113315582 -0.828482926 0.030582959 0.559178650 713.268798828\n0.558086872 -0.048894275 0.828340828 -52.500549316 0.053791881 0.998294473 0.022684311 -15.105437279 -0.828037202 0.031898186 0.559765100 713.912841797\n0.558557272 -0.047912158 0.828081012 -51.567352295 0.053087007 0.998348475 0.021955458 -15.107666016 -0.827765405 0.031696968 0.560178280 714.549865723\n0.558931112 -0.046384469 0.827915847 -50.630126953 0.053946752 0.998353124 0.019513533 -15.102722168 -0.827457488 0.033756644 0.560512900 715.192749023\n0.559759498 -0.045337703 0.827413976 -49.684509277 0.054371018 0.998359978 0.017921688 -15.104960442 -0.826869488 0.034955505 0.561306477 715.841979980\n0.560191870 -0.045355123 0.827120364 -48.739929199 0.055740133 0.998300731 0.016990133 -15.095007896 -0.826485455 0.036586057 0.561768055 716.473510742\n0.560918331 -0.047011774 0.826535285 -47.806762695 0.057825327 0.998172760 0.017531713 -15.097488403 -0.825849235 0.037960805 0.562611938 717.105834961\n0.561600447 -0.047977760 0.826016426 -46.852081299 0.058178984 0.998136222 0.018419726 -15.095977783 -0.825360656 0.037712265 0.563345075 717.761169434\n0.561628997 -0.050994813 0.825816274 -45.905212402 0.058719441 0.998038769 0.021695212 -15.097049713 -0.825302958 0.036306802 0.563521862 718.422973633\n0.561927080 -0.053624291 0.825446725 -44.996459961 0.060675770 0.997880340 0.023520917 -15.104918480 -0.824958384 0.036867574 0.563989758 719.033447266\n0.561998129 -0.054012250 0.825373173 -44.066131592 0.060777657 0.997864783 0.023916446 -15.097455025 -0.824902594 0.036723245 0.564080834 719.675415039\n0.562387407 -0.053109314 0.825166583 -43.134765625 0.061095256 0.997876346 0.022586137 -15.093008041 -0.824613750 0.037711602 0.564437866 720.313659668\n0.562927485 -0.052037135 0.824866593 -42.205352783 0.062713496 0.997828126 0.020149883 -15.089701653 -0.824123681 0.040387336 0.564968348 720.947692871\n0.563150048 -0.051250521 0.824763834 -41.259277344 0.064037003 0.997780144 0.018277124 -15.082292557 -0.823869705 0.042522643 0.565181851 721.604370117\n0.563539386 -0.051935207 0.824455023 -40.317504883 0.065369107 0.997695804 0.018166510 -15.078289032 -0.823498785 0.043656342 0.565635800 722.246215820\n0.563841701 -0.053407677 0.824154258 -39.384338379 0.066870295 0.997582734 0.018897334 -15.076066971 -0.823171258 0.044456333 0.566050112 722.885009766\n0.564050496 -0.051684324 0.824121296 -38.448425293 0.065939799 0.997671247 0.017437467 -15.076805115 -0.823103309 0.044506773 0.566145003 723.530090332\n0.563263416 -0.048711821 0.824840307 -37.525848389 0.065006785 0.997779012 0.014533344 -15.078815460 -0.823716283 0.045434117 0.565178990 724.177551270\n0.562341392 -0.046875712 0.825575471 -36.593444824 0.062971786 0.997920334 0.013768074 -15.075536728 -0.824503899 0.044245601 0.564123750 724.825439453\n0.561451018 -0.047468595 0.826147437 -35.643707275 0.059745830 0.998073161 0.016743710 -15.082620621 -0.825350404 0.039958082 0.563205242 725.478088379\n0.559811354 -0.047309786 0.827268422 -34.712890625 0.057129487 0.998196721 0.018425385 -15.082325935 -0.826648295 0.036946680 0.561504722 726.130004883\n0.558640480 -0.046684038 0.828095078 -33.770721436 0.055428550 0.998284042 0.018885870 -15.077152252 -0.827555776 0.035349697 0.560269475 726.774230957\n0.557577014 -0.044700563 0.828920782 -32.809173584 0.052047126 0.998467028 0.018833831 -15.069054604 -0.828491926 0.032641634 0.559048831 727.427429199\n0.555691123 -0.042757526 0.830288649 -31.869903564 0.050323009 0.998575389 0.017743902 -15.077316284 -0.829864442 0.031922489 0.557051182 728.070983887\n0.554552436 -0.041117098 0.831132412 -30.918304443 0.048257776 0.998686671 0.017207399 -15.078400612 -0.830748379 0.030566186 0.555808425 728.714782715\n0.553115427 -0.040484514 0.832120419 -29.967254639 0.048409093 0.998692751 0.016410816 -15.078302383 -0.831696987 0.031205118 0.554352164 729.355590820\n0.552268744 -0.041057948 0.832654536 -29.007385254 0.048474599 0.998678148 0.017093128 -15.080885887 -0.832255721 0.030922590 0.553528965 729.998535156\n0.551811457 -0.042297892 0.832895577 -28.052032471 0.049845748 0.998600245 0.017689172 -15.077132225 -0.832477987 0.031755213 0.553147435 730.637207031\n0.552132607 -0.044274487 0.832580030 -27.091003418 0.051573846 0.998490393 0.018895539 -15.074878693 -0.832159758 0.032506507 0.553582489 731.275512695\n0.552125573 -0.046547372 0.832460642 -26.125488281 0.054119654 0.998335600 0.019927735 -15.073445320 -0.832002699 0.034049869 0.553725719 731.913696289\n0.552805364 -0.047131393 0.831976473 -25.167816162 0.055898983 0.998247743 0.019408664 -15.067419052 -0.831433415 0.035777424 0.554471374 732.542846680\n0.552362263 -0.047258064 0.832263649 -24.206542969 0.056340061 0.998225272 0.019289646 -15.068902969 -0.831698179 0.036234904 0.554044485 733.196166992\n0.552759349 -0.048780799 0.831911981 -23.251770020 0.056506470 0.998181701 0.020984935 -15.061562538 -0.831422925 0.035408787 0.554510713 733.831542969\n0.552660346 -0.050916694 0.831849813 -22.268829346 0.056952085 0.998106003 0.023255525 -15.057046890 -0.831458390 0.034523174 0.554513395 734.483276367\n0.552845836 -0.050483499 0.831752956 -21.317230225 0.056540459 0.998135328 0.023001065 -15.052277565 -0.831363142 0.034311641 0.554669380 735.120361328\n0.552561879 -0.047868386 0.832096100 -20.347869873 0.056183085 0.998217821 0.020115998 -15.041456223 -0.831576109 0.035634391 0.554266572 735.765502930\n0.553185225 -0.046019401 0.831786335 -19.385528564 0.056310490 0.998254955 0.017779768 -15.041549683 -0.831153035 0.037002783 0.554811239 736.398193359\n0.552807391 -0.045054331 0.832090199 -18.446075439 0.056057215 0.998286009 0.016810998 -15.047147751 -0.831421435 0.037351415 0.554385543 737.036376953\n0.553040266 -0.045137096 0.831931055 -17.497436523 0.055089965 0.998327255 0.017543063 -15.051204681 -0.831331313 0.036129020 0.554601789 737.677124023\n0.553272605 -0.046134230 0.831721783 -16.543243408 0.054508347 0.998330295 0.019116038 -15.046049118 -0.831214964 0.034759399 0.554863453 738.308105469\n0.553140104 -0.046046115 0.831814766 -15.592132568 0.052702691 0.998405457 0.020221716 -15.047379494 -0.831419528 0.032653436 0.554684877 738.969665527\n0.554170907 -0.044604644 0.831206977 -14.648681641 0.051213145 0.998498559 0.019437803 -15.047184944 -0.830825984 0.031796858 0.555623174 739.606384277\n0.554826021 -0.042637799 0.830873072 -13.705902100 0.049501136 0.998608410 0.018190440 -15.046813965 -0.830492437 0.031036630 0.556164622 740.246337891\n0.555833042 -0.041497380 0.830257595 -12.767456055 0.048043046 0.998687506 0.017752323 -15.042160034 -0.829904556 0.030020773 0.557097197 740.886779785\n0.556811094 -0.041237563 0.829614878 -11.838714600 0.046633407 0.998743594 0.018345565 -15.045906067 -0.829329073 0.028472755 0.558034539 741.515136719\n0.557667732 -0.041828174 0.829009712 -10.893127441 0.046929453 0.998720884 0.018822007 -15.049408913 -0.828736603 0.028408542 0.558917403 742.156799316\n0.558424115 -0.042125314 0.828485310 -9.951568604 0.047742840 0.998686492 0.018599275 -15.046344757 -0.828180611 0.029167958 0.559701800 742.798583984\n0.558996022 -0.043348875 0.828036427 -9.005798340 0.048746619 0.998623312 0.019371167 -15.047619820 -0.827736199 0.029535569 0.560339570 743.454467773\n0.560212731 -0.045199037 0.827114701 -8.062713623 0.049935147 0.998537004 0.020745136 -15.042456627 -0.826842308 0.029680409 0.561650157 744.091979980\n0.561394751 -0.047403779 0.826189399 -7.134765625 0.051475041 0.998425066 0.022308813 -15.034279823 -0.825945735 0.030004079 0.562950730 744.725280762\n0.562309504 -0.048274543 0.825516582 -6.214599609 0.052770622 0.998354554 0.022436483 -15.034588814 -0.825241327 0.030946774 0.563931704 745.363769531\n0.563255548 -0.047275811 0.824929237 -5.287933350 0.053193606 0.998365581 0.020895062 -15.027007103 -0.824568748 0.032111701 0.564849734 746.003173828\n0.563914418 -0.047758594 0.824451149 -4.364868164 0.054335702 0.998308897 0.020664832 -15.028893471 -0.824043810 0.033143934 0.565555751 746.642578125\n0.564914286 -0.048828062 0.823703647 -3.449493408 0.056479078 0.998194575 0.020437047 -15.029123306 -0.823214412 0.034976840 0.566652179 747.267944336\n0.565020680 -0.049044024 0.823617816 -2.513336182 0.059892539 0.998036265 0.018342474 -15.022398949 -0.822900057 0.038964681 0.566848516 747.918823242\n0.565708876 -0.048984971 0.823148847 -1.606842041 0.061772741 0.997946560 0.016933748 -15.018376350 -0.822288096 0.041268580 0.567573190 748.553222656\n0.566172004 -0.050859686 0.822716594 -0.673034668 0.062761925 0.997857153 0.018495621 -15.018259048 -0.821894348 0.041163579 0.568150759 749.195678711\n0.566567898 -0.050602373 0.822459817 0.238708496 0.061457157 0.997927666 0.019062156 -15.018899918 -0.821720004 0.039746042 0.568503678 749.838867188\n0.566268146 -0.050445031 0.822676003 1.148895264 0.059674360 0.998015106 0.020121180 -15.022611618 -0.822058082 0.037698671 0.568154454 750.482910156\n0.566475511 -0.047791969 0.822691560 2.080474854 0.057567138 0.998173058 0.018347437 -15.019609451 -0.822065413 0.036966626 0.568191826 751.126220703\n0.566010237 -0.045128364 0.823162138 2.991271973 0.055748742 0.998310149 0.016397431 -15.017985344 -0.822511137 0.036609136 0.567569613 751.762817383\n0.565268815 -0.044682682 0.823695719 3.922546387 0.054641902 0.998367012 0.016659489 -15.016020775 -0.823095024 0.035591211 0.566787302 752.406311035\n0.565143168 -0.046644378 0.823673248 4.845672607 0.054599229 0.998326182 0.019073006 -15.012084007 -0.823184192 0.034192938 0.566743970 753.040832520\n0.564243555 -0.047216617 0.824257195 5.739624023 0.055405337 0.998278201 0.019257601 -15.012424469 -0.823747277 0.034802265 0.565888047 753.661865234\n0.563406229 -0.045250989 0.824939847 6.652709961 0.054750368 0.998348951 0.017370453 -15.008081436 -0.824363887 0.035379134 0.564953566 754.295532227\n0.562450528 -0.042684637 0.825728416 7.562225342 0.053176023 0.998466492 0.015392830 -15.014366150 -0.825119257 0.035251249 0.563857794 754.914733887\n0.561709762 -0.041625015 0.826286674 8.475860596 0.051994141 0.998535395 0.014956591 -15.018661499 -0.825699031 0.034560796 0.563051343 755.544921875\n0.560755730 -0.042957727 0.826866210 9.395812988 0.051593006 0.998525381 0.016887022 -15.021873474 -0.826372325 0.033191010 0.562145174 756.173522949\n0.559839964 -0.046139468 0.827315211 10.315979004 0.052739076 0.998408139 0.019993082 -15.024660110 -0.826920748 0.032438908 0.561382115 756.800598145\n0.558637381 -0.046999585 0.828079283 11.227996826 0.053215459 0.998367131 0.020764552 -15.021216393 -0.827703118 0.032466765 0.560226321 757.427429199\n0.557255030 -0.047273621 0.828994632 12.147613525 0.054480921 0.998308301 0.020306380 -15.016784668 -0.828552127 0.033848554 0.558887839 758.046875000\n0.556465685 -0.047702942 0.829500079 13.069274902 0.055113982 0.998270929 0.020435706 -15.012211800 -0.829040647 0.034345284 0.558132648 758.662902832\n0.555139065 -0.049016286 0.830312014 13.989685059 0.055463817 0.998221695 0.021845993 -15.007395744 -0.829906225 0.033924710 0.556870461 759.279296875\n0.553980172 -0.050006274 0.831026673 14.906158447 0.055754106 0.998181939 0.022897813 -15.002495766 -0.830660880 0.033648215 0.555761039 759.893127441\n0.552935660 -0.049840901 0.831731975 15.809661865 0.057062700 0.998130858 0.021876926 -15.001029968 -0.831267774 0.035364341 0.554746211 760.505371094\n0.552346528 -0.048351202 0.832211196 16.721649170 0.058589712 0.998099387 0.019102698 -14.996217728 -0.831553102 0.038207706 0.554129601 761.109558105\n0.551859617 -0.047946364 0.832557619 17.631744385 0.060787827 0.998002827 0.017181100 -14.992228508 -0.831718624 0.041127808 0.553672075 761.713378906\n0.551517248 -0.048256211 0.832766533 18.561584473 0.062560596 0.997906506 0.016393483 -14.988208771 -0.831814229 0.043057080 0.553381562 762.324707031\n0.550652504 -0.048830740 0.833305061 19.448974609 0.061643898 0.997940481 0.017743565 -14.989388466 -0.832455277 0.041597631 0.552528620 762.945922852\n0.550961256 -0.049417257 0.833066463 20.373565674 0.060810830 0.997968793 0.018981043 -14.988235474 -0.832312346 0.040201638 0.552847266 763.549377441\n0.550238729 -0.049365878 0.833546877 21.277435303 0.059512734 0.998030722 0.019821865 -14.991098404 -0.832883894 0.038699899 0.552093029 764.168029785\n0.550061166 -0.048287429 0.833727121 22.190704346 0.056769766 0.998179734 0.020357603 -14.991276741 -0.833192527 0.036132574 0.551801205 764.778442383\n0.549448490 -0.046442598 0.834235847 23.100128174 0.054688320 0.998311937 0.019557761 -14.986828804 -0.833735943 0.034876976 0.551060796 765.394165039\n0.549093604 -0.045087833 0.834543824 24.003356934 0.053312454 0.998399675 0.018863181 -14.989189148 -0.834058821 0.034133926 0.550618589 765.998413086\n0.549017072 -0.043209944 0.834693432 24.907257080 0.052912947 0.998456359 0.016884200 -14.986549377 -0.834134519 0.034896377 0.550455987 766.601867676\n0.549283385 -0.042516626 0.834553897 25.818115234 0.052456461 0.998489499 0.016342796 -14.985448837 -0.833988070 0.034800913 0.550683916 767.201660156\n0.548795164 -0.044187833 0.834788203 26.730834961 0.053112265 0.998427510 0.017933404 -14.986286163 -0.834267914 0.034495723 0.550279081 767.809753418\n0.548497736 -0.045296047 0.834924281 27.639190674 0.052405272 0.998430789 0.019739268 -14.988017082 -0.834508181 0.032927483 0.550010800 768.419555664\n0.548615754 -0.046089586 0.834803283 28.542129517 0.050813239 0.998471677 0.021732310 -14.979562759 -0.834529102 0.030496368 0.550119281 769.020874023\n0.548737168 -0.047900490 0.834621549 29.442871094 0.050306007 0.998439968 0.024227729 -14.978961945 -0.834479988 0.028691819 0.550290823 769.616882324\n0.548275709 -0.047523294 0.834946215 30.341979980 0.050334390 0.998449326 0.023776950 -14.973837852 -0.834781468 0.028990185 0.549817622 770.216735840\n0.548091650 -0.045171712 0.835197628 31.235565186 0.052025728 0.998448253 0.019859668 -14.967226028 -0.834798694 0.032566842 0.549591303 770.805175781\n0.548165798 -0.043428224 0.835241497 32.133300781 0.052872293 0.998452902 0.017214490 -14.960941315 -0.834696829 0.034724735 0.549613833 771.400085449\n0.548443198 -0.046159718 0.834912777 33.035415649 0.056312192 0.998247325 0.018199233 -14.960618019 -0.834289551 0.037034519 0.550081372 771.981445312\n0.548777640 -0.047886211 0.834595799 33.922698975 0.057274327 0.998165846 0.019611303 -14.956859589 -0.834004104 0.037038662 0.550513744 772.561523438\n0.547755301 -0.049305227 0.835184515 34.791152954 0.058234818 0.998087704 0.020728962 -14.959028244 -0.834609389 0.037282415 0.549579144 773.155700684\n0.547902822 -0.051073421 0.834981441 35.673553467 0.059115387 0.998003066 0.022254318 -14.955301285 -0.834450603 0.037167046 0.549827933 773.736694336\n0.547490239 -0.051370256 0.835233927 36.557235718 0.060445201 0.997934401 0.021755571 -14.954318047 -0.834626257 0.038574912 0.549464345 774.318115234\n0.547179937 -0.050554294 0.835486948 37.426773071 0.061193593 0.997919321 0.020305764 -14.954654694 -0.834775090 0.040015534 0.549135089 774.892883301\n0.547199130 -0.051700853 0.835404158 38.313018799 0.063098483 0.997798383 0.020420764 -14.949169159 -0.834620655 0.041538514 0.549256623 775.475585938\n0.547602296 -0.053692717 0.835014284 39.187820435 0.064905979 0.997657895 0.021585617 -14.945617676 -0.834217548 0.042377081 0.549804807 776.054504395\n0.548449278 -0.054315142 0.834417999 40.061462402 0.065895252 0.997592211 0.021624848 -14.944043159 -0.833583415 0.043124042 0.550707817 776.621765137\n0.548620343 -0.052619759 0.834414065 40.933120728 0.065221898 0.997669697 0.020032108 -14.931005478 -0.833523750 0.043432049 0.550773859 777.214172363\n0.550044298 -0.050531622 0.833605289 41.791488647 0.063300833 0.997818947 0.018717663 -14.924513817 -0.832732975 0.042472363 0.552043319 777.782531738\n0.551736712 -0.049230907 0.832564116 42.653228760 0.063558616 0.997835279 0.016883640 -14.932636261 -0.831593037 0.043601289 0.553671420 778.365905762\n0.555782557 -0.048232310 0.829927385 43.499786377 0.064475499 0.997809350 0.014811287 -14.935780525 -0.828823686 0.045278125 0.557674825 778.932495117\n0.561533689 -0.050576918 0.825906754 44.360321045 0.067406714 0.997608840 0.015261826 -14.935171127 -0.824703753 0.047101632 0.563600183 779.519287109\n0.569853187 -0.052408721 0.820073605 45.188369751 0.067622855 0.997570157 0.016762244 -14.936730385 -0.818959415 0.045903701 0.572012544 780.101867676\n0.580178618 -0.055186700 0.812617540 46.012725830 0.070392609 0.997366250 0.017475709 -14.945093155 -0.811441720 0.047063239 0.582535267 780.687255859\n0.592670321 -0.054241728 0.803616643 46.819198608 0.069990896 0.997424006 0.015704600 -14.951252937 -0.802398384 0.046938196 0.594939947 781.287841797\n0.605686307 -0.054293234 0.793849111 47.605499268 0.070628911 0.997399747 0.014326524 -14.956117630 -0.792562723 0.047391314 0.607946038 781.896362305\n0.620826244 -0.055391829 0.781988859 48.384292603 0.071624294 0.997336447 0.013782868 -14.957053185 -0.780669451 0.047452629 0.623140037 782.521118164\n0.637350917 -0.057008658 0.768462002 49.144561768 0.072077833 0.997297883 0.014204657 -14.956930161 -0.767195284 0.046335720 0.639737785 783.152954102\n0.654162467 -0.058710359 0.754072070 49.873168945 0.072857648 0.997237861 0.014438211 -14.969185829 -0.752836823 0.045494974 0.656633019 783.806640625\n0.671335340 -0.060141888 0.738709569 50.589752197 0.072440587 0.997254491 0.015357642 -14.975067139 -0.737605095 0.043202423 0.673848867 784.470458984\n0.688293874 -0.060179222 0.722931504 51.276359558 0.071654432 0.997319698 0.014798939 -14.980520248 -0.721884429 0.041615233 0.690761209 785.147827148\n0.705552340 -0.058587134 0.706231892 51.938278198 0.070184842 0.997454047 0.012628843 -14.992703438 -0.705173731 0.040656459 0.707867980 785.834716797\n0.723967671 -0.056804243 0.687491179 52.608253479 0.069117419 0.997561932 0.009639363 -14.997936249 -0.686362624 0.040539023 0.726128817 786.537048340\n0.741088092 -0.056453757 0.669030249 53.244064331 0.068880238 0.997593820 0.007879451 -15.006987572 -0.667865217 0.040243592 0.743193448 787.266052246\n0.758054137 -0.056289144 0.649758041 53.868461609 0.067440920 0.997693181 0.007749696 -15.014713287 -0.648695350 0.037945591 0.760101616 788.005859375\n0.774456382 -0.056398772 0.630108356 54.475975037 0.066026248 0.997784555 0.008156333 -15.023946762 -0.629172385 0.035286967 0.776464403 788.758056641\n0.790002704 -0.056693718 0.610476553 55.061122894 0.065797284 0.997804701 0.007517449 -15.035902977 -0.609562576 0.034228887 0.791998684 789.520019531\n0.804648519 -0.055680644 0.591134906 55.614566803 0.064780325 0.997882605 0.005814842 -15.050227165 -0.590206981 0.033615001 0.806551754 790.301635742\n0.818798959 -0.053809274 0.571552992 56.165214539 0.063184291 0.997995973 0.003440102 -15.061064720 -0.570592701 0.033296421 0.820557952 791.099914551\n0.831138790 -0.052089643 0.553619862 56.693912506 0.061476581 0.998107195 0.001617489 -15.075414658 -0.552656233 0.032690298 0.832767963 791.914611816\n0.842239022 -0.049408637 0.536835313 57.201957703 0.058327869 0.998297393 0.000369768 -15.088151932 -0.535939574 0.031001030 0.843686938 792.730712891\n0.851622343 -0.048541669 0.521903336 57.694435120 0.056630515 0.998395085 0.000452103 -15.105333328 -0.521087706 0.029170634 0.853004515 793.573547363\n0.860127330 -0.047576174 0.507855713 58.174224854 0.053891070 0.998544216 0.002271770 -15.120491028 -0.507224500 0.025414875 0.861439168 794.414367676\n0.868033528 -0.048852991 0.494096309 58.658195496 0.053210091 0.998569548 0.005251944 -15.142894745 -0.493646085 0.021732045 0.869391322 795.261108398\n0.875290930 -0.047947153 0.481213987 59.116359711 0.051363826 0.998661518 0.006077726 -15.153348923 -0.480861276 0.019397208 0.876582086 796.124267578\n0.881590486 -0.046125762 0.469755888 59.575664520 0.049788129 0.998749077 0.004630751 -15.165246010 -0.469381839 0.019305840 0.882784188 796.992919922\n0.886595130 -0.041832499 0.460650802 60.014030457 0.045666907 0.998952746 0.002823468 -15.176051140 -0.460286498 0.018533222 0.887576997 797.858520508\n0.889506519 -0.038483415 0.455299020 60.442939758 0.041800503 0.999122083 0.002784568 -15.187484741 -0.455006480 0.016554834 0.890334249 798.735900879\n0.891026855 -0.036162067 0.452507973 60.897823334 0.038883183 0.999238372 0.003289591 -15.202533722 -0.452282280 0.014663834 0.891754270 799.630249023\n0.891289294 -0.034678698 0.452107042 61.338676453 0.037280858 0.999299824 0.003154975 -15.210927963 -0.451899916 0.014042941 0.891958117 800.505798340\n0.891148269 -0.034445535 0.452402771 61.782505035 0.037132639 0.999306023 0.002941943 -15.228881836 -0.452190161 0.014177202 0.891808867 801.387329102\n0.890145063 -0.034806304 0.454346001 62.218009949 0.036972515 0.999307811 0.004118685 -15.244358063 -0.454174876 0.013132086 0.890815794 802.259887695\n0.888557315 -0.032150332 0.457637697 62.661140442 0.034866966 0.999388814 0.002511555 -15.261320114 -0.457438737 0.013724778 0.889135242 803.113098145\n0.885465562 -0.029586449 0.463762224 63.099857330 0.032475360 0.999471009 0.001757333 -15.276373863 -0.463568866 0.013504788 0.885957956 803.966918945\n0.881166518 -0.026465338 0.472064793 63.548515320 0.028929589 0.999579370 0.002038744 -15.292182922 -0.471920192 0.011860167 0.881561518 804.817810059\n0.875234544 -0.025535384 0.483024299 64.005165100 0.026816892 0.999631286 0.004254236 -15.304782867 -0.482954830 0.009229755 0.875596642 805.656921387\n0.867837310 -0.024874207 0.496225476 64.482513428 0.025510781 0.999659419 0.005494539 -15.319408417 -0.496193171 0.007890732 0.868176281 806.493103027\n0.858760238 -0.022723049 0.511873603 64.961479187 0.022662431 0.999722958 0.006359305 -15.332397461 -0.511876285 0.006139182 0.859037280 807.314208984\n0.848791838 -0.023078671 0.528223217 65.467987061 0.022108899 0.999722302 0.008152629 -15.346658707 -0.528264701 0.004758550 0.849066377 808.115722656\n0.838266432 -0.021750972 0.544826865 65.981704712 0.020988205 0.999750674 0.007620476 -15.355804443 -0.544856787 0.005046948 0.838513970 808.914001465\n0.826928020 -0.019961577 0.561953425 66.509368896 0.021949651 0.999753892 0.003213582 -15.370367050 -0.561879277 0.009677280 0.827162623 809.681945801\n0.814315915 -0.015377770 0.580218196 67.049133301 0.021851957 0.999752522 -0.004171589 -15.386598587 -0.580010474 0.016075894 0.814450383 810.434753418\n0.800165474 -0.011698368 0.599665225 67.609687805 0.022257091 0.999700308 -0.010196515 -15.401710510 -0.599366248 0.021505702 0.800186038 811.198608398\n0.785006821 -0.012965189 0.619351506 68.190032959 0.023265820 0.999692678 -0.008561572 -15.418186188 -0.619050145 0.021130610 0.785067201 811.929077148\n0.768762767 -0.021080691 0.639186502 68.794189453 0.026970424 0.999636114 0.000530616 -15.441362381 -0.638965070 0.016831214 0.769051552 812.645690918\n0.752879977 -0.030154511 0.657466769 69.424194336 0.031084077 0.999464273 0.010245048 -15.456260681 -0.657423496 0.012723452 0.753413916 813.340942383\n0.734898746 -0.032446068 0.677400291 70.058357239 0.033288941 0.999376655 0.011753524 -15.460191727 -0.677359402 0.013912287 0.735520720 814.049682617\n0.717683315 -0.028988443 0.695766032 70.696647644 0.033352561 0.999417424 0.007236601 -15.466915131 -0.695570529 0.018011991 0.718232036 814.700195312\n0.699556112 -0.025962122 0.714105964 71.366447449 0.034262240 0.999409020 0.002770482 -15.472034454 -0.713755846 0.022528760 0.700032234 815.366760254\n0.681251347 -0.024459640 0.731640875 72.033027649 0.034691833 0.999397457 0.001108524 -15.481166840 -0.731227100 0.024626780 0.681689382 815.984436035\n0.662728548 -0.025392139 0.748429120 72.739875793 0.036693830 0.999325573 0.001412242 -15.488288879 -0.747960210 0.026526796 0.663213372 816.600341797\n0.644702196 -0.025991201 0.763991833 73.459548950 0.036880344 0.999315560 0.002875122 -15.504799843 -0.763543665 0.026322683 0.645219564 817.192382812\n0.625892580 -0.027261473 0.779432654 74.184020996 0.039293364 0.999221921 0.003395850 -15.518861771 -0.778918803 0.028501095 0.626476765 817.775390625\n0.608240128 -0.028198848 0.793252051 74.933700562 0.042865116 0.999077380 0.002648014 -15.532920837 -0.792594790 0.032392208 0.608887732 818.348266602\n0.591552973 -0.028313518 0.805768847 75.701980591 0.046713434 0.998907983 0.000805598 -15.540739059 -0.804911792 0.037163675 0.592229664 818.902038574\n0.575616300 -0.029642524 0.817182422 76.479721069 0.050026439 0.998747408 0.000990427 -15.557472229 -0.816188216 0.040310621 0.576378226 819.445739746\n0.561020970 -0.031398054 0.827205956 77.272171021 0.051517587 0.998667657 0.002966335 -15.564628601 -0.826197028 0.040951476 0.561891079 819.976013184\n0.546482921 -0.032308940 0.836846828 78.080520630 0.052821852 0.998595715 0.004059680 -15.576376915 -0.835802794 0.041985251 0.547422051 820.504760742\n0.533176839 -0.031205209 0.845428169 78.896743774 0.053054988 0.998585820 0.003398738 -15.585998535 -0.844338596 0.043042049 0.534078419 821.010925293\n0.520039797 -0.030831061 0.853585362 79.722335815 0.052711066 0.998601973 0.003955205 -15.592829704 -0.852514029 0.042936530 0.520937920 821.524169922\n0.508501112 -0.031959001 0.860468030 80.566711426 0.054474130 0.998503208 0.004893860 -15.601866722 -0.859336495 0.044384714 0.509480953 822.020385742\n0.498318791 -0.032408893 0.866388023 81.426116943 0.055722523 0.998432219 0.005298435 -15.608800888 -0.865201414 0.045637008 0.499343455 822.514343262\n0.490164936 -0.033195026 0.870997429 82.291870117 0.056279033 0.998394728 0.006378581 -15.612272263 -0.869810939 0.045892332 0.491246283 822.997192383\n0.483301699 -0.038207706 0.874619782 83.189086914 0.062083445 0.998027682 0.009292397 -15.626249313 -0.873249769 0.049808372 0.484720528 823.473022461\n0.476266325 -0.039824571 0.878398776 84.083312988 0.061989225 0.998008966 0.011636972 -15.622921944 -0.877113283 0.048908960 0.477786720 823.969970703\n0.470320344 -0.042327691 0.881480098 84.987640381 0.063390657 0.997889280 0.014094964 -15.623044014 -0.880216122 0.049248457 0.472010791 824.450683594\n0.465417981 -0.045729060 0.883908927 85.889770508 0.063799202 0.997799933 0.018028047 -15.620684624 -0.882788658 0.048002105 0.467311502 824.924804688\n0.460483849 -0.049092926 0.886309505 86.807586670 0.064338252 0.997689247 0.021835217 -15.620411873 -0.885333419 0.046968840 0.462578356 825.415161133\n0.458009243 -0.051596306 0.887448788 87.738006592 0.066921897 0.997482479 0.023455514 -15.609432220 -0.886424839 0.048646912 0.460309088 825.883056641\n0.454972506 -0.054103941 0.888860404 88.667602539 0.071992420 0.997120142 0.023843514 -15.597576141 -0.887590647 0.053143065 0.457557321 826.360778809\n0.452423096 -0.056071743 0.890038848 89.603729248 0.075570822 0.996842206 0.024386233 -15.589778900 -0.888595700 0.056228079 0.455231845 826.834228516\n0.450456381 -0.054177880 0.891153216 90.534149170 0.077723965 0.996747136 0.021309903 -15.584676743 -0.889408946 0.059664764 0.453202009 827.306518555\n0.449455857 -0.048036288 0.892010152 91.469085693 0.072655559 0.997210622 0.017092662 -15.577455521 -0.890343070 0.057127092 0.451692224 827.778747559\n0.446944118 -0.041861858 0.893581927 92.408599854 0.065807126 0.997736573 0.013826370 -15.576803207 -0.892138183 0.052624434 0.448687315 828.272766113\n0.444995821 -0.037984692 0.894726813 93.346099854 0.058425825 0.998202920 0.013319346 -15.579116821 -0.893624783 0.046348087 0.446415424 828.754150391\n0.442010880 -0.034278382 0.896354496 94.297943115 0.047791511 0.998750210 0.014627222 -15.581582069 -0.895735681 0.036372747 0.443096697 829.259643555\n0.439033449 -0.033906095 0.897830665 95.237060547 0.041473180 0.998987317 0.017446103 -15.585425377 -0.897512972 0.029576475 0.439995050 829.733520508\n0.435345829 -0.031574406 0.899709463 96.185882568 0.037256680 0.999160469 0.017037010 -15.585938454 -0.899492085 0.026103197 0.436156690 830.211120605\n0.431178212 -0.027162883 0.901857913 97.125640869 0.032970395 0.999353528 0.014336192 -15.588818550 -0.901664317 0.023553153 0.431795001 830.674560547\n0.426481783 -0.023613991 0.904187977 98.074371338 0.029533183 0.999489665 0.012172884 -15.594766617 -0.904013991 0.021512030 0.426961541 831.132568359\n0.422732294 -0.020755639 0.906016886 99.014617920 0.025982330 0.999604285 0.010776682 -15.597888947 -0.905882061 0.018984778 0.423104286 831.578613281\n0.418508768 -0.023318678 0.907913387 99.953613281 0.024881061 0.999589503 0.014204179 -15.602159500 -0.907871902 0.016645273 0.418917120 832.013427734\n0.412549198 -0.026524235 0.910549104 100.874450684 0.021622097 0.999579489 0.019321200 -15.602598190 -0.910678685 0.011717034 0.412949204 832.439819336\n0.403587580 -0.028411055 0.914499760 101.775695801 0.017385360 0.999575436 0.023381611 -15.608353615 -0.914775789 0.006462380 0.403910220 832.853820801\n0.393331289 -0.026973259 0.919001043 102.672424316 0.015322231 0.999623060 0.022781670 -15.606786728 -0.919269085 0.005120405 0.393596292 833.242858887\n0.379838407 -0.026429666 0.924675286 103.536010742 0.011598670 0.999649286 0.023808116 -15.607315063 -0.924980164 0.001681765 0.380011737 833.604797363\n0.362153172 -0.027351705 0.931717217 104.373687744 0.008191120 0.999624193 0.026161354 -15.607671738 -0.932082653 -0.001842611 0.362241089 833.927856445\n0.339652002 -0.028178779 0.940129042 105.198089600 0.008754757 0.999602497 0.026798459 -15.612274170 -0.940510452 -0.000871550 0.339763701 834.224731445\n0.312916696 -0.028421238 0.949355245 105.988677979 0.010910981 0.999593794 0.026328886 -15.610003471 -0.949717939 0.002119649 0.313099682 834.476562500\n0.280745864 -0.030020069 0.959312618 106.773345947 0.013152753 0.999537230 0.027429638 -15.599226952 -0.959692061 0.004916841 0.281010807 834.689697266\n0.244305789 -0.034237012 0.969093680 107.523254395 0.016125824 0.999381781 0.031241782 -15.600487709 -0.969564199 0.007994886 0.244706810 834.862915039\n0.204747319 -0.040884379 0.977960765 108.254760742 0.020650655 0.999085307 0.037444059 -15.594885826 -0.978597105 0.012528955 0.205404341 834.989440918\n0.162282169 -0.044192262 0.985754430 108.963317871 0.020301057 0.998934686 0.041441042 -15.588024139 -0.986535668 0.013286707 0.163006425 835.093261719\n0.118590891 -0.044943713 0.991925597 109.647094727 0.022887116 0.998833418 0.042520408 -15.577904701 -0.992679417 0.017659783 0.119481146 835.147644043\n0.073534191 -0.042158455 0.996401250 110.315490723 0.020348387 0.998961508 0.040765077 -15.562281609 -0.997085154 0.017277529 0.074315667 835.181518555\n0.026625037 -0.036306273 0.998985946 110.918212891 0.015121578 0.999240518 0.035912503 -15.558563232 -0.999531090 0.014150070 0.027153850 835.179443359\n-0.022220850 -0.031389922 0.999260247 111.553710938 0.006147268 0.999483764 0.031533647 -15.549214363 -0.999734223 0.006843423 -0.022016406 835.154479980\n-0.073082805 -0.028396770 0.996921659 112.182250977 0.003643380 0.999580264 0.028739594 -15.543042183 -0.997319341 0.005732532 -0.072948694 835.094177246\n-0.125567555 -0.026587572 0.991728783 112.811096191 0.005494696 0.999606848 0.027494486 -15.537319183 -0.992069900 0.008901662 -0.125372052 834.995605469\n-0.178010702 -0.024737172 0.983717680 113.432922363 0.005849873 0.999639690 0.026196135 -15.528787613 -0.984011233 0.010417814 -0.177801847 834.858337402\n-0.230753064 -0.023342848 0.972732425 114.021850586 0.009070261 0.999617159 0.026139669 -15.525356293 -0.972970188 0.014854744 -0.230453014 834.696594238\n-0.281274676 -0.024288507 0.959319890 114.627685547 0.013839771 0.999472976 0.029362975 -15.524049759 -0.959527493 0.021535827 -0.280790329 834.500671387\n-0.330314279 -0.028093990 0.943452895 115.206420898 0.015313762 0.999265850 0.035117514 -15.515116692 -0.943746805 0.026047628 -0.329641581 834.270751953\n-0.378242373 -0.030414205 0.925206900 115.769592285 0.018186411 0.999023080 0.040275712 -15.501690865 -0.925527990 0.032060172 -0.377319813 834.005859375\n-0.424546361 -0.031972986 0.904841483 116.321899414 0.018985709 0.998842180 0.044202529 -15.498806953 -0.905207098 0.035945080 -0.423447847 833.711303711\n-0.469590306 -0.030760469 0.882348537 116.857421875 0.018750720 0.998820007 0.044800129 -15.482789993 -0.882685423 0.037582371 -0.468459368 833.394592285\n-0.513636231 -0.029538106 0.857499599 117.386718750 0.014773509 0.998954594 0.043260008 -15.463735580 -0.857880950 0.034888178 -0.512662888 833.053771973\n-0.555617809 -0.027540626 0.830981851 117.899169922 0.012663324 0.999055028 0.041578010 -15.444486618 -0.831341624 0.033624463 -0.554744005 832.684570312\n-0.594785571 -0.025607649 0.803476453 118.419799805 0.012777708 0.999065101 0.041300155 -15.426560402 -0.803782880 0.034831323 -0.593902349 832.272521973\n-0.631746411 -0.024538781 0.774787009 118.899902344 0.012364455 0.999052703 0.041723389 -15.409038544 -0.775076866 0.035938408 -0.630844593 831.837585449\n-0.667154074 -0.025909483 0.744469106 119.380737305 0.007592856 0.999106526 0.041575853 -15.391407013 -0.744881153 0.033390146 -0.666361213 831.388854980\n-0.699140787 -0.027683159 0.714448035 119.844116211 0.001103240 0.999207199 0.039796501 -15.378601074 -0.714983284 0.028611561 -0.698555946 830.918334961\n-0.728616357 -0.026274655 0.684417903 120.299926758 -0.001443038 0.999320626 0.036827475 -15.362279892 -0.684920549 0.025845461 -0.728159189 830.434326172\n-0.754130483 -0.022989875 0.656322539 120.728332520 -0.000446485 0.999404788 0.034494456 -15.345815659 -0.656724870 0.025720272 -0.753691912 829.908935547\n-0.775710583 -0.017779782 0.630838454 121.137939453 0.005463185 0.999376416 0.034884598 -15.328713417 -0.631065309 0.030506736 -0.775129676 829.360595703\n-0.793479681 -0.017533140 0.608344436 121.541076660 0.006997374 0.999256015 0.037926495 -15.312571526 -0.608556807 0.034350708 -0.792766690 828.812866211\n-0.807726860 -0.018251048 0.589274645 121.930358887 0.007463258 0.999124050 0.041174922 -15.298597336 -0.589509964 0.037655991 -0.806883097 828.272338867\n-0.818105578 -0.018983483 0.574754953 122.313842773 0.008319705 0.998959661 0.044836733 -15.283427238 -0.575008154 0.041462962 -0.817096472 827.705322266\n-0.825616360 -0.016653061 0.563986182 122.685485840 0.012085922 0.998813033 0.047184896 -15.267144203 -0.564102530 0.045772914 -0.824435115 827.140136719\n-0.831432104 -0.016194278 0.555390656 123.058959961 0.012389108 0.998786330 0.047669735 -15.239419937 -0.555488527 0.046514932 -0.830222368 826.582458496\n-0.836070180 -0.017225152 0.548352063 123.426391602 0.011881133 0.998704076 0.049486991 -15.219264030 -0.548493862 0.047889639 -0.834782124 826.016601562\n-0.839362264 -0.019094206 0.543237209 123.789123535 0.009219830 0.998739004 0.049350273 -15.204519272 -0.543494523 0.046431307 -0.838127732 825.446777344\n-0.842299581 -0.018445073 0.538694084 124.157897949 0.008660522 0.998822153 0.047741573 -15.184335709 -0.538940191 0.044878077 -0.841147780 824.887451172\n-0.844602108 -0.018378641 0.535079420 124.516113281 0.007382080 0.998915911 0.045962594 -15.161143303 -0.535344064 0.042770095 -0.843550801 824.320190430\n-0.846586823 -0.014002740 0.532066345 124.872192383 0.010590978 0.999012768 0.043143302 -15.143466949 -0.532145202 0.042159654 -0.845602751 823.751403809\n-0.847467065 -0.010845032 0.530737638 125.228332520 0.012917695 0.999073923 0.041041575 -15.130899429 -0.530691206 0.041637279 -0.846542120 823.179199219\n-0.848632693 -0.008370047 0.528916597 125.569152832 0.015243934 0.999072611 0.040268701 -15.116560936 -0.528763115 0.042236101 -0.847718120 822.631103516\n-0.849754095 -0.009858110 0.527087331 125.920837402 0.013633458 0.999079823 0.040665224 -15.099090576 -0.527003169 0.041741461 -0.848837733 822.069946289\n-0.850688577 -0.010457261 0.525566459 126.273010254 0.014060067 0.998991787 0.042634863 -15.082757950 -0.525482476 0.043658476 -0.849683881 821.507446289\n-0.851334572 -0.011884441 0.524488509 126.615478516 0.014553205 0.998823643 0.046254795 -15.069630623 -0.524421215 0.047011297 -0.850160122 820.952270508\n-0.851852298 -0.011812108 0.523649335 126.959533691 0.015614542 0.998728633 0.047929738 -15.052976608 -0.523549795 0.049005587 -0.850584865 820.387207031\n-0.852024436 -0.012997125 0.523340881 127.307983398 0.014768704 0.998697102 0.048846725 -15.035005569 -0.523293912 0.049347665 -0.850722432 819.830322266\n-0.851753712 -0.011888728 0.523808122 127.650634766 0.016154088 0.998671353 0.048934400 -15.016427994 -0.523693919 0.050141685 -0.850430012 819.271057129\n-0.851150155 -0.011773334 0.524790406 127.992492676 0.016478373 0.998656452 0.049130246 -14.997428894 -0.524663746 0.050464906 -0.849812508 818.722656250\n-0.849977612 -0.012737520 0.526665151 128.337890625 0.016003016 0.998622060 0.049978957 -14.975559235 -0.526576042 0.050909214 -0.848602533 818.175415039\n-0.849090934 -0.013661566 0.528069913 128.679992676 0.014644288 0.998672545 0.049383167 -14.960470200 -0.528043568 0.049664009 -0.847763777 817.633178711\n-0.848337412 -0.012341625 0.529312313 129.019104004 0.015439172 0.998726487 0.048031256 -14.943944931 -0.529231071 0.048918851 -0.847066522 817.094055176\n-0.847301364 -0.009028647 0.531035781 129.353332520 0.019283002 0.998673320 0.047746658 -14.925220490 -0.530762374 0.050695769 -0.846003175 816.549743652\n-0.847100496 -0.005341637 0.531406224 129.696594238 0.021971980 0.998742461 0.045064196 -14.907846451 -0.530978680 0.049849942 -0.845917821 816.010253906\n-0.846961975 -0.005110440 0.531629026 130.031127930 0.021401163 0.998815596 0.043696560 -14.889957428 -0.531222641 0.048386797 -0.845849514 815.475708008\n-0.846516967 -0.007035551 0.532315373 130.372802734 0.020029493 0.998783767 0.045052804 -14.875082016 -0.531984925 0.048799969 -0.845346570 814.936767578\n-0.846281290 -0.006158550 0.532701015 130.712219238 0.021594709 0.998714745 0.045852799 -14.852119446 -0.532298803 0.050307881 -0.845060706 814.400390625\n-0.845971346 -0.005252866 0.533202589 131.051391602 0.023406986 0.998621762 0.046975140 -14.836065292 -0.532714486 0.052220281 -0.844682455 813.864624023\n-0.845590115 -0.004520209 0.533813775 131.387145996 0.024197105 0.998611867 0.046785545 -14.821939468 -0.533284187 0.052478138 -0.844306946 813.331909180\n-0.845376134 -0.004355613 0.534153938 131.723876953 0.023459114 0.998699248 0.045271076 -14.805891037 -0.533656299 0.050801858 -0.844174385 812.802673340\n-0.845386147 -0.002553700 0.534150004 132.061889648 0.024045402 0.998792946 0.042831164 -14.789651871 -0.533614635 0.049052712 -0.844304323 812.279479980\n-0.844364405 0.003346807 0.535758972 132.391906738 0.028300988 0.998863041 0.038363043 -14.775348663 -0.535021424 0.047554892 -0.843499064 811.751159668\n-0.843423843 0.009253990 0.537169158 132.718139648 0.033992134 0.998767495 0.036165871 -14.755310059 -0.536172450 0.048762679 -0.842698932 811.217651367\n-0.842072129 0.008065418 0.539304614 133.065856934 0.033972185 0.998695970 0.038108576 -14.739511490 -0.538293958 0.050411526 -0.841248035 810.682128906\n-0.840404510 0.006525553 0.541920304 133.417297363 0.033502717 0.998640656 0.039930508 -14.729488373 -0.540923059 0.051713586 -0.839480758 810.148193359\n-0.838959098 0.004144746 0.544178903 133.772338867 0.033370569 0.998480976 0.043842364 -14.709671021 -0.543170571 0.054941501 -0.837823033 809.614501953\n-0.836869001 0.004280008 0.547386467 134.130432129 0.035734307 0.998263657 0.046826802 -14.687166214 -0.546235561 0.058748379 -0.835568905 809.052368164\n-0.834552884 0.005092382 0.550904691 134.490905762 0.037335396 0.998181224 0.047331668 -14.670269012 -0.549661696 0.060069010 -0.833225250 808.516357422\n-0.832072616 0.002959498 0.554659188 134.854125977 0.034922816 0.998281240 0.047062960 -14.653709412 -0.553566575 0.058530051 -0.830745816 807.976684570\n-0.829780340 0.002624931 0.558083951 135.225158691 0.033394102 0.998430669 0.044955526 -14.634817123 -0.557090163 0.055939924 -0.828565836 807.429687500\n-0.827116609 0.001752082 0.562027633 135.596618652 0.031843204 0.998534918 0.043749679 -14.612091064 -0.561127543 0.054082844 -0.825960517 806.893798828\n-0.824561238 0.003699927 0.565760672 135.968200684 0.034173243 0.998478532 0.043275602 -14.592876434 -0.564739823 0.055017263 -0.823433161 806.352539062\n-0.822022557 0.003415619 0.569444656 136.348144531 0.033757165 0.998515725 0.042740941 -14.575748444 -0.568453491 0.054356858 -0.820917845 805.810058594\n-0.819458008 0.005652897 0.573111176 136.726623535 0.035170164 0.998562872 0.040438402 -14.562414169 -0.572058976 0.053293992 -0.818479180 805.275329590\n-0.816519022 0.007383340 0.577271521 137.107360840 0.036108289 0.998613656 0.038300868 -14.543977737 -0.576188445 0.052117664 -0.815653682 804.735961914\n-0.814117908 0.009017140 0.580629528 137.494567871 0.036930438 0.998659313 0.036272150 -14.525033951 -0.579524040 0.050972711 -0.813359499 804.200134277\n-0.811696887 0.007175849 0.584035039 137.891845703 0.035226114 0.998705745 0.036686778 -14.507076263 -0.583015919 0.050351821 -0.810899138 803.645141602\n-0.811274409 0.003603222 0.584654510 138.296569824 0.032633971 0.998701155 0.039128345 -14.495838165 -0.583754182 0.050823424 -0.810338259 803.096313477\n-0.812913656 0.003438905 0.582373977 138.689636230 0.031850878 0.998748481 0.038561840 -14.482564926 -0.581512511 0.049896572 -0.812005758 802.539611816\n-0.815390587 0.004774072 0.578891695 139.095092773 0.030979229 0.998893023 0.035397612 -14.464229584 -0.578081906 0.046796493 -0.814635873 801.974670410\n-0.818168759 0.004149382 0.574963331 139.497253418 0.029924519 0.998926044 0.035373352 -14.454252243 -0.574199080 0.046146870 -0.817414284 801.408813477\n-0.821902394 0.003130595 0.569619894 139.895446777 0.028506987 0.998957932 0.035642408 -14.438367844 -0.568914771 0.045532726 -0.821135163 800.821899414\n-0.826471567 0.002285322 0.562974393 140.300842285 0.027176440 0.998987913 0.035840955 -14.420143127 -0.562322736 0.044921156 -0.825697184 800.232666016\n-0.831498861 0.002117132 0.555522740 140.709289551 0.026127327 0.999035180 0.035299636 -14.406612396 -0.554912031 0.043865927 -0.830751896 799.617797852\n-0.836543679 0.003437895 0.547890127 141.109497070 0.024633560 0.999205112 0.031341832 -14.390516281 -0.547346890 0.039715279 -0.835963368 799.003295898\n-0.841085434 0.004210488 0.540886223 141.521606445 0.023628537 0.999301136 0.028963706 -14.371447563 -0.540386260 0.037141293 -0.840597153 798.362304688\n-0.845455766 0.003786318 0.534032345 141.930908203 0.022463838 0.999341965 0.028478336 -14.357278824 -0.533573091 0.036073584 -0.844984412 797.724487305\n-0.848943114 0.003916568 0.528469861 142.347839355 0.023355072 0.999273658 0.030112227 -14.341629028 -0.527968049 0.037906017 -0.848417997 797.062438965\n-0.852265120 0.002969023 0.523101807 142.761291504 0.022609433 0.999258518 0.031164885 -14.324018478 -0.522621393 0.038387775 -0.851700306 796.391296387\n-0.855254054 0.001975240 0.518205345 143.175964355 0.021978436 0.999231219 0.032464780 -14.310591698 -0.517742813 0.039154977 -0.854640007 795.702880859\n-0.858201146 0.000995247 0.513312817 143.589111328 0.021076793 0.999223113 0.033300653 -14.295799255 -0.512880921 0.039397642 -0.857555389 795.008911133\n-0.861656785 0.001227284 0.507490218 144.020629883 0.021422550 0.999193668 0.033956494 -14.273128510 -0.507039368 0.040130574 -0.860988259 794.286621094\n-0.864613175 -0.000154864 0.502438605 144.442565918 0.020751137 0.999135673 0.036017206 -14.258140564 -0.502009928 0.041567113 -0.863862634 793.556762695\n-0.868001223 -0.000398005 0.496562213 144.859313965 0.020713108 0.999100268 0.037007745 -14.240282059 -0.496130198 0.042408105 -0.867212057 792.821777344\n-0.871824384 -0.000963017 0.489818126 145.285339355 0.019825684 0.999109209 0.037251931 -14.221770287 -0.489417702 0.042188112 -0.871028662 792.081726074\n-0.876273513 0.000664866 0.481813490 145.709350586 0.021363948 0.999069154 0.037475940 -14.196399689 -0.481340051 0.043132614 -0.875472069 791.290283203\n-0.880182862 -0.001605809 0.474632382 146.120849609 0.019262869 0.999049544 0.039102118 -14.176036835 -0.474244028 0.043559786 -0.879315376 790.534301758\n-0.884417295 -0.002803377 0.466688335 146.529724121 0.018820092 0.998954296 0.041666482 -14.153099060 -0.466317147 0.045633677 -0.883439779 789.769165039\n-0.888398409 -0.002348678 0.459067404 146.923583984 0.020136181 0.998825133 0.044078212 -14.135738373 -0.458631605 0.048402872 -0.887307405 788.983154297\n-0.892773867 -0.004492852 0.450482666 147.323608398 0.018705003 0.998718321 0.047030516 -14.111530304 -0.450116575 0.050413892 -0.891545534 788.199829102\n-0.897385597 -0.007787887 0.441178560 147.710021973 0.015909957 0.998623013 0.049990036 -14.078979492 -0.440960377 0.051879466 -0.896026015 787.411987305\n-0.902559638 -0.012013081 0.430397540 148.089843750 0.011784131 0.998547018 0.052582800 -14.055141449 -0.430403858 0.052530967 -0.901106715 786.626831055\n-0.909270406 -0.013135434 0.415998995 148.451171875 0.008515025 0.998705566 0.050146498 -14.028673172 -0.416119218 0.049138956 -0.907981515 785.834716797\n-0.916851401 -0.014981892 0.398947835 148.801330566 0.001563357 0.999153197 0.041114580 -14.000425339 -0.399225980 0.038319651 -0.916051626 785.044860840\n-0.925586462 -0.012912353 0.378316313 149.149047852 -0.001636818 0.999545217 0.030110953 -13.975519180 -0.378533065 0.027251052 -0.925186753 784.238037109\n-0.934369087 -0.005824526 0.356259167 149.456420898 0.001881669 0.999771774 0.021280490 -13.959040642 -0.356301814 0.020554192 -0.934144855 783.429016113\n-0.942916632 -0.000778291 0.333028704 149.736877441 0.005251051 0.999838233 0.017204124 -13.958158493 -0.332988203 0.017970800 -0.942759991 782.601501465\n-0.951418757 0.000223761 0.307900757 150.006652832 0.005830884 0.999833524 0.017290922 -13.954473495 -0.307845622 0.018246235 -0.951261640 781.772644043\n-0.958853602 0.002021826 0.283894449 150.254760742 0.007976204 0.999771774 0.019819504 -13.949441910 -0.283789575 0.021268399 -0.958650827 780.927795410\n-0.965888858 0.000802784 0.258956224 150.481567383 0.007547636 0.999657631 0.025053145 -13.938709259 -0.258847445 0.026153060 -0.965564132 780.080993652\n-0.972113252 -0.001718439 0.234506205 150.689300537 0.005306320 0.999555945 0.029321266 -13.938909531 -0.234452456 0.029747954 -0.971672535 779.232116699\n-0.977794290 -0.002525896 0.209553480 150.872833252 0.003735318 0.999558449 0.029477693 -13.926780701 -0.209535420 0.029605858 -0.977353215 778.388793945\n-0.982758522 -0.003488854 0.184861556 151.033721924 0.001604451 0.999623418 0.027395243 -13.922414780 -0.184887514 0.027219506 -0.982382894 777.520690918\n-0.987113953 -0.005278620 0.159933448 151.166809082 -0.001158082 0.999665260 0.025846347 -13.908704758 -0.160016343 0.025328066 -0.986789703 776.666442871\n-0.990801215 -0.003552507 0.135278955 151.290771484 0.000121048 0.999631703 0.027137509 -13.902225494 -0.135325536 0.026904250 -0.990435839 775.812133789\n-0.993631124 -0.000098790 0.112683117 151.378753662 0.003448852 0.999504447 0.031287979 -13.896976471 -0.112630367 0.031477336 -0.993138433 774.936950684\n-0.995682240 0.001260482 0.092820369 151.453521729 0.004662330 0.999324918 0.036442090 -13.881301880 -0.092711769 0.036717493 -0.995015979 774.071044922\n-0.997188926 0.001009825 0.074922763 151.537353516 0.004314272 0.999024153 0.043956000 -13.854207993 -0.074805260 0.044155668 -0.996220231 773.186828613\n-0.998139381 0.003097165 0.060900796 151.579727173 0.006158163 0.998723269 0.050138798 -13.833990097 -0.060667757 0.050420526 -0.996884108 772.319213867\n-0.998775363 0.006221345 0.049082000 151.609405518 0.008673874 0.998715818 0.049914341 -13.813163757 -0.048708435 0.050278943 -0.997546792 771.461364746\n-0.999254704 0.005531086 0.038204011 151.646499634 0.007213306 0.999003887 0.044036034 -13.783172607 -0.037922386 0.044278789 -0.998299241 770.604370117\n-0.999598145 0.005566189 0.027795549 151.683792114 0.006746411 0.999071598 0.042549226 -13.762966156 -0.027532907 0.042719651 -0.998707652 769.737243652\n-0.999798894 0.004644851 0.019513732 151.701187134 0.005518143 0.998974442 0.044939909 -13.731660843 -0.019284980 0.045038547 -0.998799086 768.878967285\n-0.999937057 0.003660430 0.010612088 151.710189819 0.004175206 0.998794973 0.048899326 -13.711242676 -0.010420308 0.048940551 -0.998747349 768.017028809\n-0.999989629 0.004240233 0.001866744 151.699661255 0.004322330 0.998912513 0.046423435 -13.684036255 -0.001667868 0.046431005 -0.998920441 767.174560547\n-0.999958873 0.003355749 -0.008424208 151.701873779 0.002997702 0.999106348 0.042160932 -13.668733597 0.008558161 0.042133946 -0.999075294 766.324462891\n-0.999836922 0.000420449 -0.018055269 151.691543579 -0.000226115 0.999359190 0.035793323 -13.648942947 0.018058749 0.035791565 -0.999196172 765.481140137\n-0.999622703 -0.003846762 -0.027207820 151.669708252 -0.004576463 0.999630094 0.026808327 -13.633108139 0.027094631 0.026922720 -0.999270558 764.660278320\n-0.999261498 -0.010267151 -0.037028600 151.655181885 -0.010983608 0.999755383 0.019197509 -13.622754097 0.036822435 0.019590039 -0.999129891 763.817016602\n-0.998818636 -0.013566816 -0.046665210 151.625915527 -0.014357690 0.999758184 0.016654590 -13.612663269 0.046427976 0.017304918 -0.998771906 762.985046387\n-0.998364806 -0.013273234 -0.055602841 151.578338623 -0.014425500 0.999688387 0.020373287 -13.620822906 0.055315096 0.021142071 -0.998245120 762.153808594\n-0.997875094 -0.015337757 -0.063324966 151.529907227 -0.016902326 0.999563158 0.024245614 -13.620953560 0.062925428 0.025264433 -0.997698426 761.329345703\n-0.997444749 -0.017321620 -0.069312319 151.474761963 -0.019201886 0.999462962 0.026553748 -13.606477737 0.068815134 0.027816819 -0.997241735 760.491027832\n-0.997153521 -0.015060222 -0.073881805 151.415222168 -0.017278386 0.999416113 0.029476414 -13.595365524 0.073394746 0.030669061 -0.996831536 759.663146973\n-0.996994972 -0.008508935 -0.076998860 151.344299316 -0.011038377 0.999411285 0.032484632 -13.601587296 0.076677121 0.033236954 -0.996501923 758.802795410\n-0.996953964 -0.004008106 -0.077894278 151.282989502 -0.006495012 0.999476314 0.031699628 -13.585406303 0.077726431 0.032108977 -0.996457934 757.959899902\n-0.997142792 -0.003099148 -0.075480148 151.211029053 -0.005259188 0.999581814 0.028435407 -13.576428413 0.075360462 0.028751118 -0.996742010 757.130187988\n-0.997326732 -0.003977195 -0.072965235 151.159454346 -0.005892640 0.999643147 0.026055014 -13.562992096 0.072835572 0.026415316 -0.996994257 756.290771484\n-0.997590780 0.000084300 -0.069374360 151.095733643 -0.001821365 0.999622762 0.027405595 -13.549633026 0.069350496 0.027465923 -0.997214198 755.423522949\n-0.997961283 0.003939217 -0.063706174 151.038558960 0.001807553 0.999437630 0.033483963 -13.537978172 0.063802242 0.033300538 -0.997407198 754.565612793\n-0.998369694 0.008686591 -0.056415234 150.984954834 0.006389054 0.999147773 0.040778901 -13.525012970 0.056721382 0.040351976 -0.997574449 753.703613281\n-0.998749971 0.012099141 -0.048504934 150.945190430 0.009864360 0.998890400 0.046050794 -13.502473831 0.049008287 0.045514748 -0.997761011 752.845520020\n-0.999070287 0.012384019 -0.041296646 150.927444458 0.010366733 0.998759151 0.048709948 -13.480447769 0.041848630 0.048236545 -0.997958899 751.980346680\n-0.999322534 0.016584363 -0.032860003 150.891113281 0.015061914 0.998825610 0.046049282 -13.458078384 0.033585113 0.045523144 -0.998398781 751.130126953\n-0.999491334 0.020285761 -0.024606341 150.862777710 0.019259891 0.998963833 0.041235119 -13.437570572 0.025417332 0.040740229 -0.998846412 750.278381348\n-0.999586225 0.022728264 -0.017638512 150.860321045 0.022070695 0.999085486 0.036620006 -13.417858124 0.018454691 0.036215551 -0.999173760 749.438720703\n-0.999674559 0.023490153 -0.009958951 150.855880737 0.023109719 0.999057829 0.036733322 -13.406349182 0.010812439 0.036491215 -0.999275565 748.599548340\n-0.999670386 0.025603332 -0.001909891 150.852188110 0.025506437 0.998872995 0.040027458 -13.389175415 0.002932575 0.039965551 -0.999196768 747.748352051\n-0.999642253 0.026164953 0.005551514 150.853790283 0.026382904 0.998696029 0.043705024 -13.369878769 -0.004400735 0.043835849 -0.999029040 746.903564453\n-0.999576569 0.027139565 0.010501581 150.880538940 0.027594732 0.998562813 0.045944273 -13.346931458 -0.009239581 0.046214603 -0.998888969 746.057739258\n-0.999594092 0.024533354 0.014489040 150.904342651 0.025162738 0.998670757 0.044984397 -13.327096939 -0.013366163 0.045330714 -0.998882771 745.223937988\n-0.999623418 0.021249570 0.017370271 150.924789429 0.021987580 0.998813093 0.043462019 -13.313404083 -0.016426105 0.043827575 -0.998904228 744.389892578\n-0.999627829 0.018931795 0.019647434 150.944839478 0.019747581 0.998914301 0.042193159 -13.282672882 -0.018827312 0.042565443 -0.998916388 743.551086426\n-0.999556661 0.021417525 0.020688290 150.961944580 0.022266783 0.998880684 0.041731667 -13.260051727 -0.019771345 0.042173821 -0.998914719 742.719055176\n-0.999490142 0.023527566 0.021587778 150.980941772 0.024433978 0.998787761 0.042731289 -13.246345520 -0.020556245 0.043236975 -0.998853445 741.893859863\n-0.999544144 0.020267509 0.022375939 151.006530762 0.021101128 0.999067426 0.037669938 -13.225587845 -0.021591596 0.038124923 -0.999039769 741.080810547\n-0.999610186 0.015420150 0.023280216 151.026779175 0.016147122 0.999377429 0.031368945 -13.210265160 -0.022782009 0.031732623 -0.999236822 740.245361328\n-0.999634504 0.015530738 0.022135234 151.059112549 0.016142091 0.999485552 0.027713275 -13.197948456 -0.021693440 0.028060449 -0.999370933 739.431213379\n-0.999661446 0.014833532 0.021386834 151.080215454 0.015447453 0.999464929 0.028832015 -13.184890747 -0.020947708 0.029152621 -0.999355674 738.606811523\n-0.999733448 0.011518807 0.020011719 151.101516724 0.012172996 0.999385118 0.032882020 -13.174732208 -0.019620651 0.033116855 -0.999258995 737.775756836\n-0.999756694 0.008028436 0.020560820 151.123474121 0.008710684 0.999407113 0.033310257 -13.164762497 -0.020281199 0.033481240 -0.999233842 736.945129395\n-0.999724388 0.007615072 0.022206051 151.146484375 0.008306330 0.999478519 0.031205019 -13.151655197 -0.021956842 0.031380869 -0.999266267 736.110412598\n-0.999654293 0.008367056 0.024935994 151.170181274 0.009063469 0.999568284 0.027947130 -13.138066292 -0.024691394 0.028163468 -0.999298573 735.278381348\n-0.999523401 0.008873189 0.029576078 151.199966431 0.009669177 0.999591887 0.026879767 -13.128015518 -0.029325498 0.027152924 -0.999201298 734.455566406\n-0.999314427 0.007956882 0.036157794 151.226196289 0.008910247 0.999614835 0.026282614 -13.118364334 -0.035934739 0.026586769 -0.999000430 733.619934082\n-0.999129176 0.007053042 0.041125100 151.277664185 0.008146957 0.999615788 0.026493071 -13.110801697 -0.040922441 0.026805041 -0.998802662 732.789733887\n-0.998894334 0.006284887 0.046589661 151.321212769 0.007515798 0.999626040 0.026292356 -13.103143692 -0.046406996 0.026613442 -0.998568058 731.956542969\n-0.998656511 0.004431160 0.051631320 151.377441406 0.005801379 0.999634147 0.026418965 -13.097982407 -0.051495362 0.026683003 -0.998316884 731.129089355\n-0.998371363 0.004516927 0.056871548 151.429946899 0.006121490 0.999587178 0.028071288 -13.090802193 -0.056721274 0.028373707 -0.997986913 730.297912598\n-0.998071909 0.005099118 0.061861333 151.478012085 0.006955970 0.999530554 0.029838227 -13.080741882 -0.061680142 0.030210998 -0.997638822 729.458312988\n-0.997909665 0.004844329 0.064446501 151.535736084 0.006778266 0.999532163 0.029823702 -13.066931725 -0.064271875 0.030198187 -0.997475743 728.620056152\n-0.997829914 0.004817430 0.065668233 151.592666626 0.006708064 0.999568403 0.028600667 -13.059053421 -0.065502107 0.028979108 -0.997431517 727.778686523\n-0.997799873 0.003546278 0.066202953 151.655990601 0.005298367 0.999639809 0.026308639 -13.048538208 -0.066085815 0.026601525 -0.997459292 726.938720703\n-0.997806549 0.003159463 0.066127054 151.719177246 0.004860101 0.999661148 0.025572699 -13.041450500 -0.066023849 0.025837980 -0.997483850 726.103027344\n-0.997794867 0.003461188 0.066287920 151.771835327 0.005343750 0.999586761 0.028243551 -13.031995773 -0.066162772 0.028535487 -0.997400999 725.252502441\n-0.997835279 0.004291780 0.065625034 151.830123901 0.006557924 0.999388158 0.034355376 -13.016377449 -0.065437436 0.034711365 -0.997252941 724.397094727\n-0.997856379 0.003510218 0.065353535 151.888504028 0.006155632 0.999167800 0.040321276 -13.002035141 -0.065157607 0.040637121 -0.997047544 723.543518066\n-0.997879744 0.003775253 0.064977817 151.947372437 0.006556754 0.999068677 0.042647060 -12.986066818 -0.064756304 0.042982671 -0.996975183 722.697448730\n-0.997928143 0.003440285 0.064247392 152.012939453 0.006113895 0.999121308 0.041464176 -12.970439911 -0.064048290 0.041771065 -0.997072339 721.841125488\n-0.997968435 0.003296776 0.063628189 152.070480347 0.005741381 0.999250710 0.038275648 -12.946001053 -0.063454330 0.038563196 -0.997239590 720.985046387\n-0.997971654 0.003445728 0.063568145 152.124053955 0.005778741 0.999314964 0.036553714 -12.931846619 -0.063398644 0.036846910 -0.997307897 720.139282227\n-0.998052120 0.001649140 0.062365063 152.183868408 0.003854296 0.999370933 0.035255082 -12.917545319 -0.062267691 0.035426781 -0.997430682 719.285400391\n-0.998179793 0.000914126 0.060308207 152.242309570 0.003011971 0.999393106 0.034703672 -12.904890060 -0.060239881 0.034822136 -0.997576714 718.443725586\n-0.998285174 0.002571418 0.058486659 152.295974731 0.004593621 0.999395251 0.034467340 -12.886706352 -0.058362663 0.034676887 -0.997693300 717.582885742\n-0.998337507 0.003512150 0.057532061 152.334442139 0.005470412 0.999409735 0.033915710 -12.873018265 -0.057378985 0.034174051 -0.997767448 716.737976074\n-0.998497367 0.002872464 0.054725494 152.386413574 0.004678671 0.999447525 0.032905385 -12.866503716 -0.054600738 0.033111982 -0.997959137 715.891540527\n-0.998682737 0.001375179 0.051296216 152.432815552 0.003007060 0.999491334 0.031749312 -12.854481697 -0.051226463 0.031861734 -0.998178840 715.050354004\n-0.998958826 0.000291216 0.045618389 152.488037109 0.001715526 0.999512136 0.031186234 -12.841258049 -0.045587052 0.031232025 -0.998471975 714.214477539\n-0.999200225 0.000154965 0.039991904 152.521682739 0.001464173 0.999463797 0.032709613 -12.826951981 -0.039965391 0.032742001 -0.998664737 713.373840332\n-0.999429107 0.000471972 0.033782516 152.562362671 0.001610541 0.999431252 0.033683639 -12.817888260 -0.033747401 0.033718821 -0.998861551 712.542236328\n-0.999577403 -0.001740846 0.029019214 152.578582764 -0.000754760 0.999423027 0.033956829 -12.810776711 -0.029061584 0.033920575 -0.999001980 711.708190918\n-0.999714136 -0.001745892 0.023855012 152.599136353 -0.000974233 0.999477029 0.032321271 -12.794851303 -0.023898967 0.032288786 -0.999193072 710.884155273\n-0.999819636 -0.001503442 0.018949576 152.622558594 -0.000890508 0.999477386 0.032312594 -12.780375481 -0.018988254 0.032289878 -0.999298453 710.064208984\n-0.999906182 -0.001325388 0.013641142 152.635681152 -0.000869888 0.999443591 0.033343580 -12.768557549 -0.013677745 0.033328582 -0.999350905 709.240112305\n-0.999957085 -0.001278934 0.009178995 152.648834229 -0.000942572 0.999331176 0.036555957 -12.757223129 -0.009219609 0.036545735 -0.999289513 708.422546387\n-0.999982834 -0.000479818 0.005864723 152.661041260 -0.000254071 0.999261141 0.038432710 -12.741158485 -0.005878831 0.038430557 -0.999244213 707.609375000\n-0.999989271 0.001263842 0.004507391 152.663818359 0.001442767 0.999202013 0.039916169 -12.725340843 -0.004453346 0.039922234 -0.999193072 706.802795410\n-0.999996185 0.001737209 0.002274950 152.676132202 0.001825476 0.999222219 0.039390299 -12.710854530 -0.002204751 0.039394293 -0.999221563 705.995178223\n-0.999992013 0.003892448 0.001270729 152.673065186 0.003937417 0.999287128 0.037545912 -12.694400787 -0.001123678 0.037550598 -0.999294400 705.201354980\n-0.999988198 0.004774737 0.000840411 152.674407959 0.004801503 0.999361336 0.035410028 -12.674473763 -0.000670800 0.035413649 -0.999372482 704.382141113\n-0.999984503 0.005369651 0.001529587 152.672790527 0.005418146 0.999417484 0.033694036 -12.657399178 -0.001347771 0.033701800 -0.999431133 703.583618164\n-0.999983311 0.005482965 0.001840750 152.679275513 0.005541727 0.999419987 0.033600371 -12.649391174 -0.001655453 0.033610012 -0.999433637 702.781860352\n-0.999985695 0.004908764 0.002253705 152.686676025 0.004980352 0.999444842 0.032941598 -12.638265610 -0.002090751 0.032952342 -0.999455094 701.985534668\n-0.999986053 0.004524753 0.002757385 152.685653687 0.004611475 0.999467552 0.032301106 -12.625820160 -0.002609762 0.032313369 -0.999474525 701.188171387\n-0.999991894 0.003800059 0.001478268 152.695877075 0.003845838 0.999470592 0.032307312 -12.611949921 -0.001354716 0.032312728 -0.999477029 700.382202148\n-0.999994993 0.003050233 -0.000978642 152.700149536 0.003016500 0.999457598 0.032794233 -12.600475311 0.001078141 0.032791112 -0.999461770 699.574645996\n-0.999992251 0.003132800 -0.002423135 152.697937012 0.003052546 0.999468923 0.032443345 -12.590090752 0.002523487 0.032435693 -0.999470711 698.770629883\n-0.999983311 0.003948188 -0.004214067 152.696258545 0.003813077 0.999493241 0.031602386 -12.577967644 0.004336705 0.031585794 -0.999491572 697.957702637\n-0.999970555 0.005221654 -0.005644289 152.693740845 0.005045665 0.999514163 0.030756839 -12.556379318 0.005802148 0.030727450 -0.999511123 697.124023438\n-0.999966741 0.005574817 -0.005985911 152.692291260 0.005393293 0.999537587 0.029924663 -12.544738770 0.006149967 0.029891377 -0.999534369 696.309020996\n-0.999966502 0.005096917 -0.006443182 152.687042236 0.004909647 0.999574482 0.028753767 -12.534866333 0.006586996 0.028721163 -0.999565959 695.487915039\n-0.999963641 0.002897704 -0.008026394 152.695709229 0.002680268 0.999632657 0.026969580 -12.509721756 0.008101596 0.026947087 -0.999604106 694.639892578\n-0.999951243 0.003005613 -0.009418971 152.693954468 0.002759107 0.999656141 0.026075862 -12.497030258 0.009494106 0.026048601 -0.999615788 693.794799805\n-0.999938726 0.002784449 -0.010717381 152.688491821 0.002503282 0.999654651 0.026159337 -12.488592148 0.010786519 0.026130905 -0.999600291 692.947387695\n-0.999921679 0.002346761 -0.012306561 152.683654785 0.002026042 0.999659657 0.026008880 -12.483757019 0.012363410 0.025981905 -0.999586105 692.091491699\n-0.999905348 0.002795300 -0.013482916 152.672973633 0.002446674 0.999664009 0.025804412 -12.465381622 0.013550517 0.025768977 -0.999576211 691.221862793\n-0.999883533 0.003907711 -0.014752824 152.662780762 0.003512623 0.999637008 0.026712097 -12.458118439 0.014851851 0.026657164 -0.999534369 690.334716797\n-0.999871373 0.004414733 -0.015429320 152.642257690 0.003994573 0.999623179 0.027156807 -12.448394775 0.015543397 0.027091678 -0.999512196 689.452209473\n-0.999846339 0.003039144 -0.017265778 152.639709473 0.002586744 0.999654293 0.026164319 -12.432323456 0.017339326 0.026115637 -0.999508500 688.546020508\n-0.999828815 0.001729962 -0.018426193 152.631561279 0.001241576 0.999648452 0.026483538 -12.425243378 0.018465530 0.026456123 -0.999479413 687.647460938\n-0.999824762 0.001605142 -0.018652247 152.620193481 0.001082644 0.999607623 0.027989060 -12.413545609 0.018689856 0.027963962 -0.999434233 686.729675293\n-0.999838114 0.002339050 -0.017846609 152.605209351 0.001771830 0.999494791 0.031732928 -12.399266243 0.017911816 0.031696167 -0.999337196 685.830322266\n-0.999847770 0.002301196 -0.017316082 152.606369019 0.001715507 0.999428391 0.033762611 -12.382695198 0.017383879 0.033727758 -0.999280214 684.899597168\n-0.999885678 0.001768115 -0.015023723 152.594467163 0.001268190 0.999447227 0.033220273 -12.368938446 0.015074155 0.033197422 -0.999335289 683.975341797\n-0.999922872 0.001616550 -0.012338033 152.594619751 0.001242751 0.999541759 0.030244239 -12.352956772 0.012381271 0.030226562 -0.999466777 683.055603027\n-0.999962091 0.002603248 -0.008343605 152.580932617 0.002370590 0.999611437 0.027774129 -12.341009140 0.008412666 0.027753290 -0.999579668 682.114685059\n-0.999984860 0.002457871 -0.004934821 152.580642700 0.002316952 0.999595046 0.028361585 -12.318258286 0.005002532 0.028349720 -0.999585629 681.173095703\n-0.999994993 0.002636286 -0.001746510 152.589736938 0.002577351 0.999454379 0.032928124 -12.300352097 0.001832365 0.032923460 -0.999456286 680.234985352\n-0.999992728 0.003513082 0.001671699 152.595016479 0.003573833 0.999277294 0.037843488 -12.287752151 -0.001537544 0.037849173 -0.999282598 679.293823242\n-0.999971390 0.005278440 0.005460895 152.598327637 0.005487511 0.999223888 0.039006215 -12.266469002 -0.005250764 0.039035056 -0.999224305 678.342285156\n-0.999953628 0.003726485 0.008886524 152.611618042 0.004060804 0.999273121 0.037904467 -12.252329826 -0.008738815 0.037938792 -0.999241948 677.401367188\n-0.999921679 0.004945291 0.011513192 152.624679565 0.005340062 0.999389946 0.034514185 -12.227761269 -0.011335487 0.034572955 -0.999338031 676.458557129\n-0.999887228 0.005397508 0.014028789 152.640853882 0.005878263 0.999388874 0.034457002 -12.211154938 -0.013834234 0.034535576 -0.999307871 675.505249023\n-0.999863386 0.004246620 0.015978923 152.657943726 0.004808861 0.999364674 0.035314113 -12.192008972 -0.015818806 0.035386123 -0.999248624 674.531799316\n-0.999845624 0.003231171 0.017279422 152.676895142 0.003879493 0.999284625 0.037619010 -12.169375420 -0.017145507 0.037680231 -0.999142885 673.562805176\n-0.999846458 0.002627511 0.017333325 152.701751709 0.003286996 0.999267399 0.038129147 -12.152054787 -0.017220443 0.038180258 -0.999122620 672.600585938\n-0.999868512 0.000459573 0.016205346 152.724639893 0.001026975 0.999386013 0.035022333 -12.130512238 -0.016179301 0.035034373 -0.999255061 671.635253906\n-0.999905586 -0.001290760 0.013688058 152.743606567 -0.000902489 0.999598086 0.028334018 -12.113955498 -0.013719129 0.028318986 -0.999504924 670.673095703\n-0.999940395 -0.003335575 0.010393440 152.760269165 -0.003077923 0.999689996 0.024707975 -12.099130630 -0.010472632 0.024674514 -0.999640584 669.701843262\n-0.999956250 -0.006250729 0.006980001 152.776138306 -0.006069469 0.999651432 0.025694443 -12.082094193 -0.007138176 0.025650950 -0.999645591 668.721679688\n-0.999968171 -0.007496513 0.002739139 152.782501221 -0.007416206 0.999573708 0.028237838 -12.069921494 -0.002949656 0.028216626 -0.999597430 667.724548340\n-0.999950528 -0.009719822 -0.002227404 152.787506104 -0.009776873 0.999581635 0.027220612 -12.058479309 0.001961893 0.027241034 -0.999627233 666.731872559\n-0.999923348 -0.010309792 -0.006875220 152.779785156 -0.010485948 0.999604404 0.026098030 -12.043627739 0.006603435 0.026168117 -0.999635935 665.739807129\n-0.999872208 -0.011582064 -0.011021260 152.771438599 -0.011892284 0.999522746 0.028510960 -12.032280922 0.010685784 0.028638383 -0.999532700 664.730102539\n-0.999822974 -0.010673968 -0.015510525 152.757705688 -0.011163210 0.999431729 0.031806082 -12.016952515 0.015162213 0.031973593 -0.999373913 663.714477539\n-0.999750495 -0.010160698 -0.019905891 152.744857788 -0.010817237 0.999391615 0.033156969 -12.000329018 0.019556884 0.033364013 -0.999252200 662.699829102\n-0.999682903 -0.009657560 -0.023257596 152.727264404 -0.010432815 0.999386072 0.033446088 -11.982712746 0.022920310 0.033678122 -0.999169827 661.670104980\n-0.999650121 -0.007521054 -0.025367722 152.701080322 -0.008402536 0.999358177 0.034822498 -11.962825775 0.025089540 0.035023462 -0.999071717 660.640075684\n-0.999626875 -0.005178340 -0.026825340 152.673736572 -0.006177707 0.999284744 0.037306681 -11.943880081 0.026612967 0.037458472 -0.998943806 659.601745605\n-0.999596119 -0.003940905 -0.028143337 152.641159058 -0.005033166 0.999232531 0.038845897 -11.922051430 0.027968649 0.038971856 -0.998848796 658.561035156\n-0.999570012 -0.001196084 -0.029302087 152.609649658 -0.002277686 0.999316096 0.036906611 -11.896173477 0.029237906 0.036957476 -0.998889208 657.514221191\n-0.999561548 -0.000254891 -0.029618820 152.577636719 -0.001283508 0.999396443 0.034714676 -11.877681732 0.029592095 0.034737460 -0.998958468 656.465820312\n-0.999537110 -0.000924125 -0.030409161 152.562072754 -0.001884523 0.999499798 0.031569045 -11.853197098 0.030364776 0.031611737 -0.999038815 655.402587891\n-0.999530196 -0.000758906 -0.030641902 152.538848877 -0.001672351 0.999554634 0.029795732 -11.834087372 0.030605644 0.029832978 -0.999086261 654.334167480\n-0.999552369 -0.001375533 -0.029887171 152.503784180 -0.002236129 0.999583244 0.028780527 -11.818646431 0.029835127 0.028834473 -0.999138951 653.266540527\n-0.999582887 -0.002382537 -0.028780730 152.475616455 -0.003195995 0.999595761 0.028251128 -11.802101135 0.028701786 0.028331326 -0.999186516 652.195739746\n-0.999608278 -0.003241765 -0.027802724 152.449340820 -0.003982794 0.999637187 0.026639281 -11.789695740 0.027706278 0.026739577 -0.999258518 651.095153809\n-0.999649286 -0.003710390 -0.026227050 152.428222656 -0.004360745 0.999683321 0.024783570 -11.781072617 0.026126789 0.024889246 -0.999348879 650.005859375\n-0.999682784 -0.004515310 -0.024782300 152.404251099 -0.005128707 0.999680638 0.024743915 -11.763944626 0.024662659 0.024863165 -0.999386787 648.910522461\n-0.999719024 -0.004472160 -0.023280088 152.385955811 -0.005109710 0.999611497 0.027399017 -11.754774094 0.023148512 0.027510272 -0.999353409 647.803894043\n-0.999748707 -0.005162457 -0.021830255 152.370574951 -0.005783508 0.999577582 0.028482305 -11.742704391 0.021673996 0.028601395 -0.999356270 646.701904297\n-0.999783635 -0.006732034 -0.019688355 152.350280762 -0.007258689 0.999614418 0.026801636 -11.727915764 0.019500334 0.026938746 -0.999446988 645.609558105\n-0.999811530 -0.008737829 -0.017346106 152.335830688 -0.009193620 0.999609888 0.026372813 -11.711530685 0.017108899 0.026527312 -0.999501824 644.506958008\n-0.999812245 -0.010984789 -0.015973326 152.333206177 -0.011440341 0.999522209 0.028713565 -11.703762054 0.015650282 0.028890911 -0.999460101 643.401489258\n-0.999838948 -0.011251424 -0.013994595 152.317367554 -0.011707299 0.999389052 0.032931417 -11.684846878 0.013615520 0.033089943 -0.999359846 642.296020508\n-0.999855638 -0.011444104 -0.012564464 152.325286865 -0.011896198 0.999262214 0.036517210 -11.664813995 0.012137286 0.036661409 -0.999253988 641.187622070\n-0.999884248 -0.010990005 -0.010536109 152.315811157 -0.011393422 0.999173224 0.039026078 -11.651045799 0.010098501 0.039141599 -0.999182820 640.072204590\n-0.999923587 -0.008100719 -0.009357361 152.308700562 -0.008455663 0.999221385 0.038536817 -11.624703407 0.009037900 0.038612984 -0.999213576 638.971679688\n-0.999949932 -0.005998275 -0.008025046 152.293228149 -0.006286057 0.999320090 0.036329266 -11.604267120 0.007801678 0.036377888 -0.999307752 637.867980957\n-0.999969959 -0.003518691 -0.006907895 152.295455933 -0.003743783 0.999453366 0.032847013 -11.583523750 0.006788541 0.032871891 -0.999436498 636.771850586\n-0.999985576 -0.002032532 -0.004965729 152.290786743 -0.002182280 0.999537289 0.030339368 -11.565629959 0.004901765 0.030349769 -0.999527335 635.678649902\n-0.999990463 -0.002718647 -0.003405457 152.290252686 -0.002822894 0.999515712 0.030990485 -11.547352791 0.003319556 0.030999806 -0.999513865 634.558410645\n-0.999993682 -0.003004341 -0.001979185 152.292648315 -0.003064259 0.999514639 0.031000709 -11.532239914 0.001885088 0.031006573 -0.999517560 633.457763672\n-0.999983311 -0.005713446 -0.000942751 152.299636841 -0.005738756 0.999548972 0.029477460 -11.518209457 0.000773908 0.029482378 -0.999565125 632.361938477\n-0.999968410 -0.007944757 -0.000120196 152.315643311 -0.007944981 0.999568939 0.028263154 -11.503025055 -0.000104400 0.028263217 -0.999600530 631.234863281\n-0.999967575 -0.007956868 0.001421520 152.321334839 -0.007912057 0.999543726 0.029150998 -11.484998703 -0.001652822 0.029138798 -0.999574184 630.130676270\n-0.999967337 -0.007572082 0.002851448 152.328842163 -0.007481887 0.999509394 0.030414259 -11.470817566 -0.003080348 0.030391930 -0.999533415 629.029663086\n-0.999961972 -0.007420647 0.004597118 152.337585449 -0.007278567 0.999517739 0.030188410 -11.464087486 -0.004818918 0.030153798 -0.999533772 627.913574219\n-0.999958158 -0.006116604 0.006806980 152.343261719 -0.005910818 0.999536872 0.029851757 -11.447606087 -0.006986419 0.029810272 -0.999531269 626.807983398\n-0.999948740 -0.006035776 0.008143188 152.362213135 -0.005777433 0.999490678 0.031384021 -11.428894043 -0.008328468 0.031335361 -0.999474287 625.705444336\n-0.999932528 -0.006609166 0.009578002 152.386016846 -0.006279757 0.999401331 0.034023508 -11.411409378 -0.009797134 0.033961058 -0.999375343 624.585937500\n-0.999913454 -0.006440556 0.011476265 152.396652222 -0.006040870 0.999385476 0.034527849 -11.392298698 -0.011691591 0.034455534 -0.999337792 623.467651367\n-0.999897838 -0.005656426 0.013127045 152.422454834 -0.005206595 0.999406517 0.034052286 -11.371603966 -0.013311868 0.033980463 -0.999333858 622.350219727\n-0.999886632 -0.004262779 0.014444720 152.426315308 -0.003762474 0.999398053 0.034487754 -11.351667404 -0.014583039 0.034429498 -0.999300838 621.219604492\n-0.999867201 -0.004322101 0.015726371 152.449203491 -0.003754198 0.999346077 0.035963539 -11.333097458 -0.015871525 0.035899717 -0.999229550 620.106689453\n-0.999852777 -0.003838012 0.016727030 152.473541260 -0.003236435 0.999352157 0.035844211 -11.310203552 -0.016853765 0.035784792 -0.999217391 618.994262695\n-0.999824762 -0.003287659 0.018439390 152.489746094 -0.002648132 0.999397695 0.034600481 -11.288951874 -0.018542038 0.034545578 -0.999231339 617.889892578\n-0.999822259 -0.003522351 0.018525615 152.515243530 -0.002911130 0.999453843 0.032917380 -11.269798279 -0.018631443 0.032857597 -0.999286413 616.784606934\n-0.999814391 -0.004173061 0.018826367 152.541595459 -0.003567504 0.999478757 0.032085110 -11.253624916 -0.018950447 0.032011982 -0.999308109 615.679321289\n-0.999808431 -0.004632006 0.019033136 152.564453125 -0.004028476 0.999491632 0.031626370 -11.236666679 -0.019169955 0.031543624 -0.999318838 614.573364258\n-0.999806166 -0.005075679 0.019024527 152.598587036 -0.004443272 0.999440908 0.033137780 -11.221643448 -0.019182088 0.033046823 -0.999269724 613.488403320\n-0.999800086 -0.005092387 0.019351872 152.616012573 -0.004443055 0.999430537 0.033450048 -11.205473900 -0.019511191 0.033357371 -0.999253273 612.396972656\n-0.999798775 -0.005946056 0.019164333 152.650772095 -0.005304623 0.999429703 0.033348948 -11.199159622 -0.019351698 0.033240572 -0.999260187 611.352600098\n-0.999777436 -0.007192737 0.019840633 152.673583984 -0.006551308 0.999459743 0.032206766 -11.188982010 -0.020061569 0.032069609 -0.999284387 610.310974121\n-0.999755859 -0.008975202 0.020200739 152.701828003 -0.008341873 0.999477684 0.031220663 -11.175611496 -0.020470399 0.031044524 -0.999308586 609.293029785\n-0.999733448 -0.009937849 0.020843370 152.730072021 -0.009272922 0.999452531 0.031758770 -11.168622971 -0.021147572 0.031557024 -0.999278307 608.284362793\n-0.999694824 -0.011796473 0.021706022 152.753753662 -0.011053963 0.999360204 0.034015246 -11.158624649 -0.022093395 0.033764929 -0.999185681 607.307128906\n-0.999676108 -0.012777302 0.022013649 152.785705566 -0.011948779 0.999230206 0.037365884 -11.148740768 -0.022474140 0.037090741 -0.999059200 606.345336914\n-0.999669790 -0.012891498 0.022232687 152.808273315 -0.011961455 0.999068141 0.041469634 -11.137677193 -0.022746576 0.041189998 -0.998892426 605.416137695\n-0.999673605 -0.011951177 0.022593593 152.831665039 -0.010929129 0.998934805 0.044830795 -11.124017715 -0.023105307 0.044569220 -0.998739362 604.517517090\n-0.999675393 -0.012015939 0.022470171 152.853805542 -0.011005186 0.998945355 0.044577070 -11.104232788 -0.022982107 0.044315308 -0.998753309 603.618896484\n-0.999704957 -0.013652037 0.020099316 152.872924805 -0.012793415 0.999025404 0.042244852 -11.083330154 -0.020656455 0.041975237 -0.998905301 602.740173340\n-0.999790430 -0.012897445 0.015895339 152.896072388 -0.012249934 0.999117315 0.040181234 -11.065154076 -0.016399544 0.039978102 -0.999065876 601.872497559\n-0.999857306 -0.012999031 0.010794504 152.911224365 -0.012563334 0.999140799 0.039494351 -11.044509888 -0.011298617 0.039353095 -0.999161482 600.998291016\n-0.999904394 -0.012998010 0.004754271 152.922790527 -0.012798765 0.999126554 0.039778616 -11.033439636 -0.005267161 0.039713960 -0.999197364 600.110412598\n-0.999933243 -0.011562192 -0.000477450 152.923385620 -0.011572015 0.999173403 0.038969118 -11.011711121 0.000026487 0.038972031 -0.999240398 599.238525391\n-0.999940276 -0.009807337 -0.004849013 152.921493530 -0.009984568 0.999228358 0.037987206 -10.995691299 0.004472719 0.038033348 -0.999266624 598.369567871\n-0.999943495 -0.007839809 -0.007187288 152.913619995 -0.008101900 0.999275267 0.037192576 -10.981714249 0.006890496 0.037248701 -0.999282360 597.500427246\n-0.999955893 -0.005830873 -0.007379782 152.908920288 -0.006097036 0.999312401 0.036573347 -10.965306282 0.007161453 0.036616724 -0.999303818 596.630920410\n-0.999976754 -0.003668170 -0.005757934 152.910263062 -0.003867218 0.999381661 0.034947667 -10.948454857 0.005626180 0.034969117 -0.999372721 595.763610840\n-0.999993443 -0.003259196 -0.001661379 152.904724121 -0.003310135 0.999493837 0.031639855 -10.937134743 0.001557418 0.031645145 -0.999498010 594.918884277\n-0.999985695 -0.004534917 0.002908620 152.912887573 -0.004450705 0.999588609 0.028333306 -10.921972275 -0.003035913 0.028319951 -0.999594569 594.062133789\n-0.999967694 -0.003635175 0.007167135 152.927581787 -0.003448490 0.999658883 0.025889853 -10.912906647 -0.007258804 0.025864301 -0.999639153 593.204711914\n-0.999934196 -0.004094125 0.010728710 152.940368652 -0.003817097 0.999661982 0.025715670 -10.901985168 -0.010830368 0.025673022 -0.999611855 592.333374023\n-0.999890804 -0.005729577 0.013629181 152.962829590 -0.005367626 0.999635816 0.026446987 -10.894510269 -0.013775747 0.026370939 -0.999557376 591.473205566\n-0.999845266 -0.007986126 0.015671456 152.983581543 -0.007568434 0.999619246 0.026533740 -10.883674622 -0.015877392 0.026411025 -0.999525070 590.605041504\n-0.999826431 -0.007163228 0.017205659 153.000473022 -0.006685597 0.999595046 0.027659051 -10.875433922 -0.017396819 0.027539216 -0.999469399 589.738342285\n-0.999823928 -0.007916022 0.017016245 153.013061523 -0.007439363 0.999583185 0.027895102 -10.860425949 -0.017229971 0.027763600 -0.999466062 588.862304688\n-0.999839544 -0.009848665 0.014974445 153.032485962 -0.009424898 0.999560356 0.028111301 -10.850099564 -0.015244721 0.027965654 -0.999492884 587.981628418\n-0.999865770 -0.011355767 0.011822447 153.047653198 -0.011020206 0.999545157 0.028071834 -10.841632843 -0.012135847 0.027937775 -0.999536157 587.100708008\n-0.999894738 -0.011371836 0.009031265 153.063583374 -0.011130158 0.999590158 0.026374133 -10.829702377 -0.009327486 0.026270831 -0.999611497 586.205627441\n-0.999929547 -0.009556118 0.007047287 153.070449829 -0.009380002 0.999653041 0.024614116 -10.815796852 -0.007280057 0.024546279 -0.999672174 585.308715820\n-0.999952793 -0.007832883 0.005812730 153.078689575 -0.007690888 0.999680877 0.024061251 -10.803093910 -0.005999343 0.024015401 -0.999693990 584.407958984\n-0.999957561 -0.008067809 0.004454984 153.093902588 -0.007948402 0.999625146 0.026200002 -10.796699524 -0.004664691 0.026163479 -0.999646783 583.470520020\n-0.999967217 -0.007414610 0.003288931 153.093765259 -0.007323500 0.999611318 0.026899235 -10.790423393 -0.003487100 0.026874265 -0.999632835 582.563049316\n-0.999984622 -0.005256956 0.001848064 153.104476929 -0.005205384 0.999625027 0.026883364 -10.775424957 -0.001988695 0.026873328 -0.999637008 581.631347656\n-0.999985337 -0.005261788 0.001344282 153.105499268 -0.005224179 0.999632597 0.026595911 -10.768954277 -0.001483731 0.026588498 -0.999645352 580.700866699\n-0.999985814 -0.005005852 0.001735326 153.109863281 -0.004958534 0.999642432 0.026275938 -10.754928589 -0.001866239 0.026266964 -0.999653101 579.765563965\n-0.999983549 -0.005235706 0.002419298 153.121109009 -0.005170544 0.999643385 0.026198018 -10.748117447 -0.002555601 0.026185073 -0.999654055 578.821411133\n-0.999975443 -0.006050064 0.003534731 153.124725342 -0.005954473 0.999632239 0.026455265 -10.737709045 -0.003693488 0.026433568 -0.999643683 577.863769531\n-0.999973297 -0.006325188 0.003681266 153.138092041 -0.006222069 0.999605715 0.027379602 -10.727778435 -0.003852996 0.027355965 -0.999618411 576.910034180\n-0.999968171 -0.006756022 0.004275525 153.145660400 -0.006631737 0.999573350 0.028444467 -10.711649895 -0.004465873 0.028415205 -0.999586344 575.949584961\n-0.999959111 -0.008290422 0.003652813 153.154190063 -0.008174879 0.999498725 0.030585755 -10.696575165 -0.003904551 0.030554637 -0.999525547 574.971679688\n-0.999964118 -0.008021563 0.002850038 153.158691406 -0.007926013 0.999453604 0.032089002 -10.686768532 -0.003105884 0.032065250 -0.999481320 574.000305176\n-0.999962687 -0.008462818 0.001759705 153.168472290 -0.008403398 0.999471486 0.031403635 -10.668349266 -0.002024538 0.031387676 -0.999505281 573.020874023\n-0.999965906 -0.008280352 0.000113518 153.173797607 -0.008273013 0.999498427 0.030568214 -10.652832985 -0.000366577 0.030566229 -0.999532819 572.010314941\n-0.999950409 -0.009384404 -0.003349980 153.176651001 -0.009483752 0.999474764 0.030987246 -10.630947113 0.003057423 0.031017477 -0.999514222 571.011535645\n-0.999930024 -0.009185265 -0.007475462 153.174331665 -0.009414329 0.999468625 0.031206829 -10.614375114 0.007184846 0.031275019 -0.999485135 570.001525879\n-0.999899149 -0.009163421 -0.010864053 153.165649414 -0.009510122 0.999432862 0.032302581 -10.602363586 0.010561889 0.032402635 -0.999419212 568.980529785\n-0.999873996 -0.007772157 -0.013869329 153.154037476 -0.008218582 0.999440312 0.032426644 -10.583072662 0.013609542 0.032536533 -0.999378204 567.960632324\n-0.999849200 -0.006855131 -0.015973365 153.140808105 -0.007375685 0.999436021 0.032761194 -10.563860893 0.015739772 0.032874055 -0.999335766 566.936645508\n-0.999841571 -0.005158550 -0.017051367 153.122940063 -0.005705538 0.999465585 0.032187440 -10.541522980 0.016876215 0.032279618 -0.999336720 565.917785645\n-0.999813557 -0.005136824 -0.018619478 153.118301392 -0.005746906 0.999443412 0.032861769 -10.527145386 0.018440308 0.032962643 -0.999286532 564.870483398\n-0.999815583 -0.003952401 -0.018806428 153.096694946 -0.004574969 0.999439001 0.033177026 -10.505130768 0.018664749 0.033256941 -0.999272704 563.828735352\n-0.999806523 -0.002191265 -0.019553175 153.083419800 -0.002852906 0.999422014 0.033874582 -10.492330551 0.019467644 0.033923808 -0.999234915 562.780395508\n-0.999809384 -0.001314760 -0.019480810 153.069427490 -0.001990782 0.999394953 0.034723286 -10.476023674 0.019423371 0.034755450 -0.999207020 561.726806641\n-0.999834061 -0.000055182 -0.018218093 153.050628662 -0.000695002 0.999383032 0.035115566 -10.451548576 0.018204914 0.035122398 -0.999217272 560.647033691\n-0.999844909 0.000186044 -0.017618481 153.035751343 -0.000436733 0.999375343 0.035337511 -10.431282997 0.017614050 0.035339717 -0.999220252 559.584838867\n-0.999850035 -0.000747752 -0.017305074 153.019805908 -0.001348945 0.999394953 0.034755278 -10.407621384 0.017268615 0.034773406 -0.999246120 558.491455078\n-0.999862671 -0.000678784 -0.016572062 153.002380371 -0.001230058 0.999445379 0.033277787 -10.383656502 0.016540281 0.033293597 -0.999308944 557.415771484\n-0.999874592 0.000089154 -0.015835173 152.993179321 -0.000411818 0.999499559 0.031630557 -10.360014915 0.015830070 0.031633113 -0.999374151 556.340637207\n-0.999886751 0.000928310 -0.015020764 152.975173950 0.000466114 0.999527156 0.030744752 -10.346937180 0.015042203 0.030734269 -0.999414444 555.245910645\n-0.999903321 0.002395664 -0.013711208 152.955337524 0.001976536 0.999532819 0.030500632 -10.332291603 0.013777871 0.030470576 -0.999440908 554.149291992\n-0.999922037 0.002467143 -0.012254384 152.946792603 0.002107681 0.999569595 0.029260131 -10.310104370 0.012321299 0.029232016 -0.999496937 553.043884277\n-0.999936342 0.003459088 -0.010735539 152.924942017 0.003160225 0.999610424 0.027731840 -10.294826508 0.010827283 0.027696148 -0.999557734 551.933166504\n-0.999955416 0.002103328 -0.009219878 152.919448853 0.001863579 0.999661863 0.025935324 -10.280906677 0.009271312 0.025916981 -0.999621272 550.825195312\n-0.999971151 0.001099701 -0.007523972 152.910675049 0.000924748 0.999730051 0.023216814 -10.264051437 0.007547472 0.023209184 -0.999702215 549.711669922\n-0.999978423 -0.000908684 -0.006523653 152.918640137 -0.001050896 0.999761164 0.021829253 -10.262199402 0.006502259 0.021835634 -0.999740601 548.568908691\n-0.999985576 -0.001008417 -0.005286507 152.923614502 -0.001114426 0.999797583 0.020088157 -10.248426437 0.005265180 0.020093756 -0.999784350 547.457641602\n-0.999990463 -0.001958186 -0.003985269 152.925811768 -0.002034775 0.999811530 0.019305648 -10.242292404 0.003946714 0.019313568 -0.999806046 546.326904297\n-0.999994993 -0.001678601 -0.002800138 152.927963257 -0.001736791 0.999779880 0.020909788 -10.229897499 0.002764422 0.020914542 -0.999777794 545.187561035\n-0.999996185 -0.002467780 -0.001283528 152.927169800 -0.002501363 0.999636173 0.026856441 -10.222261429 0.001216786 0.026859548 -0.999638557 544.034179688\n-0.999995351 -0.003036253 -0.000807340 152.929733276 -0.003060637 0.999478519 0.032145187 -10.205900192 0.000709319 0.032147497 -0.999483228 542.884155273\n-0.999995351 -0.003071661 0.000005168 152.931488037 -0.003069798 0.999444425 0.033186994 -10.189700127 -0.000107104 0.033186823 -0.999449253 541.738647461\n-0.999991655 -0.004111093 0.000626972 152.936019897 -0.004088371 0.999455869 0.032729115 -10.168462753 -0.000761183 0.032726269 -0.999464393 540.588562012\n-0.999984860 -0.005416142 0.000918290 152.948959351 -0.005381368 0.999394238 0.034383908 -10.149246216 -0.001103962 0.034378447 -0.999408245 539.422729492\n-0.999979973 -0.006297422 0.000808440 152.968261719 -0.006263260 0.999297738 0.036942657 -10.121776581 -0.001040515 0.036936846 -0.999317169 538.259277344\n-0.999985933 -0.005075964 0.001603384 152.967864990 -0.005008330 0.999199390 0.039692272 -10.104058266 -0.001803577 0.039683681 -0.999210835 537.085266113\n-0.999990582 -0.004053627 0.001635057 152.973602295 -0.003982999 0.999146938 0.041104104 -10.079242706 -0.001800283 0.041097198 -0.999153733 535.920654297\n-0.999985576 -0.005269317 0.001121590 152.987106323 -0.005220228 0.999185681 0.040008876 -10.050804138 -0.001331496 0.040002439 -0.999198675 534.747680664\n-0.999989629 -0.004520517 0.000676260 152.990325928 -0.004492125 0.999292970 0.037327345 -10.031208038 -0.000844520 0.037323918 -0.999302864 533.585205078\n-0.999987602 -0.004982995 0.000011642 152.996887207 -0.004979862 0.999436378 0.033197638 -10.008012772 -0.000177059 0.033197168 -0.999448776 532.402160645\n-0.999980330 -0.006278465 -0.000640718 153.004745483 -0.006295033 0.999518573 0.030380612 -9.990436554 0.000449666 0.030384040 -0.999538422 531.239501953\n-0.999980092 -0.006239037 -0.000897916 152.997573853 -0.006263549 0.999514043 0.030536070 -9.974418640 0.000706964 0.030541088 -0.999533176 530.057250977\n-0.999982238 -0.005707838 -0.001808164 153.001022339 -0.005762734 0.999472201 0.031969685 -9.961896896 0.001624732 0.031979535 -0.999487400 528.914245605\n-0.999982595 -0.005368164 -0.002506935 153.002059937 -0.005444299 0.999491394 0.031420615 -9.946637154 0.002336989 0.031433713 -0.999503255 527.745971680\n-0.999982953 -0.005182906 -0.002761278 152.994369507 -0.005260830 0.999565482 0.029003181 -9.928659439 0.002609757 0.029017206 -0.999575615 526.599182129\n-0.999977231 -0.005546570 -0.003878969 153.000671387 -0.005650956 0.999607503 0.027438454 -9.923259735 0.003725257 0.027459744 -0.999616146 525.453063965\n-0.999976277 -0.005660751 -0.003951470 152.997116089 -0.005767352 0.999604940 0.027508853 -9.909213066 0.003794189 0.027530989 -0.999613881 524.305114746\n-0.999974132 -0.006279607 -0.003548337 152.994827271 -0.006379908 0.999559045 0.029000564 -9.901851654 0.003364660 0.029022446 -0.999573231 523.175781250\n-0.999972820 -0.006382858 -0.003688504 153.001373291 -0.006492489 0.999513149 0.030517044 -9.890980721 0.003491922 0.030540163 -0.999527454 522.019897461\n-0.999981642 -0.005353039 -0.002876167 152.996322632 -0.005440976 0.999489248 0.031490266 -9.880014420 0.002706129 0.031505331 -0.999500036 520.886169434\n-0.999985814 -0.004760107 -0.002437633 152.999954224 -0.004832922 0.999514103 0.030791925 -9.860681534 0.002289876 0.030803265 -0.999523044 519.744750977\n-0.999987125 -0.004815905 -0.001657388 152.999633789 -0.004863570 0.999535978 0.030069092 -9.852740288 0.001511809 0.030076763 -0.999546528 518.618347168\n-0.999987125 -0.004938265 -0.001281740 152.999450684 -0.004971412 0.999615133 0.027292805 -9.837469101 0.001146467 0.027298821 -0.999626756 517.509521484\n-0.999987245 -0.004998747 -0.000785469 153.001846313 -0.005018043 0.999626577 0.026861381 -9.825727463 0.000650902 0.026864979 -0.999638915 516.403198242\n-0.999984860 -0.005427612 -0.001079157 153.011077881 -0.005455598 0.999596238 0.027885666 -9.816683769 0.000927368 0.027891127 -0.999610662 515.290405273\n-0.999982357 -0.005672095 -0.001753260 153.029464722 -0.005720902 0.999556839 0.029213818 -9.807834625 0.001586779 0.029223332 -0.999571562 514.185546875\n-0.999981523 -0.005649845 -0.002371937 153.031860352 -0.005717569 0.999545813 0.029588679 -9.795903206 0.002203688 0.029601684 -0.999559641 513.087951660\n-0.999973655 -0.006483139 -0.003267230 153.031738281 -0.006574974 0.999559879 0.028928092 -9.787967682 0.003078248 0.028948812 -0.999576211 511.993591309\n-0.999969602 -0.006652170 -0.004092391 153.033294678 -0.006763958 0.999586821 0.027937114 -9.776688576 0.003904857 0.027963944 -0.999601483 510.902343750\n-0.999940991 -0.009655976 -0.004959288 153.033737183 -0.009792327 0.999552965 0.028247958 -9.763341904 0.004684309 0.028294856 -0.999588609 509.822143555\n-0.999932647 -0.009845314 -0.006145244 153.035125732 -0.010026149 0.999495864 0.030124458 -9.754915237 0.005845562 0.030184044 -0.999527216 508.742462158\n-0.999914765 -0.010732506 -0.007443109 153.025070190 -0.010959000 0.999456584 0.031087944 -9.735670090 0.007105412 0.031166861 -0.999489069 507.650939941\n-0.999903679 -0.010431238 -0.009162104 153.017990112 -0.010732690 0.999381304 0.033493526 -9.719363213 0.008807057 0.033588633 -0.999397039 506.583129883\n-0.999865294 -0.011446208 -0.011775298 153.019287109 -0.011858977 0.999295652 0.035602715 -9.710103989 0.011359488 0.035737555 -0.999296784 505.523590088\n-0.999836802 -0.012638507 -0.012909788 153.006179810 -0.013101667 0.999249756 0.036445476 -9.694723129 0.012439486 0.036608666 -0.999252319 504.460662842\n-0.999829292 -0.011592555 -0.014393356 152.992645264 -0.012104415 0.999278486 0.035999708 -9.677653313 0.013965642 0.036167786 -0.999248266 503.409362793\n-0.999793649 -0.012562455 -0.015964715 152.985504150 -0.013142998 0.999236405 0.036795180 -9.652083397 0.015490286 0.036997411 -0.999195337 502.347473145\n-0.999779224 -0.012292846 -0.017045885 152.969924927 -0.012964840 0.999119997 0.039889243 -9.632462502 0.016540533 0.040101428 -0.999058723 501.294494629\n-0.999782085 -0.010932118 -0.017801892 152.964279175 -0.011675021 0.999041915 0.042176872 -9.612088203 0.017323753 0.042375505 -0.998951793 500.248291016\n-0.999785781 -0.011522355 -0.017198149 152.952972412 -0.012221727 0.999079049 0.041130170 -9.587129593 0.016708395 0.041331545 -0.999005795 499.227966309\n-0.999817252 -0.011192395 -0.015506921 152.932342529 -0.011787779 0.999175489 0.038850751 -9.567625046 0.015059303 0.039026435 -0.999124885 498.194152832\n-0.999815583 -0.012182858 -0.014870496 152.933624268 -0.012711950 0.999270201 0.036019903 -9.541646957 0.014420819 0.036202278 -0.999240756 497.177062988\n-0.999810457 -0.013571421 -0.013972944 152.925125122 -0.014063142 0.999263048 0.035715796 -9.521601677 0.013477932 0.035905525 -0.999264479 496.144348145\n-0.999810100 -0.014792701 -0.012707232 152.914108276 -0.015249616 0.999211967 0.036646254 -9.503538132 0.012155120 0.036833063 -0.999247789 495.122314453\n-0.999824882 -0.014814455 -0.011454262 152.909729004 -0.015222464 0.999221563 0.036394399 -9.495155334 0.010906182 0.036562379 -0.999271989 494.102416992\n-0.999861598 -0.013362209 -0.009932994 152.888259888 -0.013702073 0.999294281 0.034973688 -9.478495598 0.009458658 0.035104945 -0.999338984 493.049316406\n-0.999899268 -0.011375328 -0.008507189 152.877304077 -0.011666023 0.999321342 0.034939621 -9.462166786 0.008103966 0.035035338 -0.999353409 492.040832520\n-0.999915242 -0.010849132 -0.007247719 152.875000000 -0.011110005 0.999254286 0.036979653 -9.437316895 0.006841117 0.037057027 -0.999290109 491.032135010\n-0.999924779 -0.010302997 -0.006669697 152.875564575 -0.010554370 0.999190450 0.038820278 -9.422479630 0.006264332 0.038887750 -0.999224067 490.018249512\n-0.999933243 -0.009855337 -0.006084205 152.878189087 -0.010087149 0.999175549 0.039324928 -9.406728745 0.005691628 0.039383661 -0.999208212 489.022125244\n-0.999940276 -0.009702328 -0.005076183 152.869903564 -0.009888940 0.999223888 0.038128924 -9.390268326 0.004702304 0.038176838 -0.999260187 488.029907227\n-0.999931455 -0.010673862 -0.004854850 152.869079590 -0.010843165 0.999282181 0.036297701 -9.372938156 0.004463928 0.036347851 -0.999329448 487.030456543\n-0.999924541 -0.011458997 -0.004472129 152.869323730 -0.011611762 0.999292374 0.035776064 -9.356843948 0.004059006 0.035825290 -0.999349952 486.046264648\n-0.999918342 -0.012113927 -0.004111743 152.873382568 -0.012254279 0.999275744 0.036024507 -9.337295532 0.003672367 0.036071945 -0.999342680 485.067199707\n-0.999899745 -0.013620961 -0.003899304 152.875671387 -0.013754439 0.999237537 0.036540452 -9.315971375 0.003398615 0.036590416 -0.999324679 484.086364746\n-0.999907851 -0.013038012 -0.003849594 152.878463745 -0.013172089 0.999223113 0.037143670 -9.303480148 0.003362323 0.037190944 -0.999302864 483.111785889\n-0.999919295 -0.012291987 -0.003283082 152.876358032 -0.012407416 0.999207556 0.037819505 -9.280037880 0.002815604 0.037857175 -0.999279380 482.139221191\n-0.999931455 -0.011457924 -0.002534759 152.870803833 -0.011547888 0.999176323 0.038901743 -9.262075424 0.002086938 0.038928334 -0.999240160 481.170471191\n-0.999945521 -0.010313914 -0.001712676 152.873199463 -0.010373174 0.999176383 0.039229881 -9.249245644 0.001306651 0.039245505 -0.999228954 480.207855225\n-0.999958515 -0.009068924 -0.000875789 152.877334595 -0.009095487 0.999248326 0.037683748 -9.230009079 0.000533380 0.037690148 -0.999289393 479.254241943\n-0.999964952 -0.008326255 0.000915256 152.876617432 -0.008287175 0.999295413 0.036606241 -9.212306976 -0.001219404 0.036597375 -0.999329448 478.305297852\n-0.999966741 -0.007891565 0.002173380 152.888977051 -0.007808621 0.999327004 0.035840183 -9.194505692 -0.002454752 0.035822012 -0.999355435 477.356872559\n-0.999970198 -0.006351828 0.004475289 152.900161743 -0.006189454 0.999353826 0.035406955 -9.179874420 -0.004697297 0.035378188 -0.999363303 476.412902832\n-0.999942660 -0.004328647 0.009791941 152.903518677 -0.003988606 0.999397278 0.034483530 -9.163862228 -0.009935307 0.034442499 -0.999357343 475.462829590\n-0.999841928 -0.002090387 0.017663714 152.918579102 -0.001502202 0.999446034 0.033246923 -9.149765015 -0.017723428 0.033215132 -0.999291301 474.528106689\n-0.999622583 0.001229967 0.027450796 152.953750610 0.002097424 0.999498606 0.031594031 -9.135694504 -0.027398173 0.031639680 -0.999123931 473.608612061\n-0.999184251 0.003449586 0.040238775 153.001129150 0.004627613 0.999562323 0.029219627 -9.123193741 -0.040120367 0.029381998 -0.998762846 472.682098389\n-0.998398185 0.004997930 0.056356490 153.052169800 0.006509055 0.999623299 0.026662081 -9.114657402 -0.056202006 0.026986200 -0.998054624 471.758239746\n-0.997109532 0.006586391 0.075695142 153.133422852 0.008466388 0.999662936 0.024542434 -9.105093956 -0.075507976 0.025112351 -0.996829152 470.845184326\n-0.995097637 0.009257248 0.098463930 153.220993042 0.011722406 0.999631405 0.024487162 -9.099038124 -0.098200954 0.025521351 -0.994839430 469.935211182\n-0.992305160 0.009787896 0.123430535 153.346191406 0.013123904 0.999569416 0.026243387 -9.087410927 -0.123120524 0.027661333 -0.992006421 469.030975342\n-0.988656163 0.009293268 0.149908677 153.495025635 0.013730382 0.999496877 0.028590968 -9.092200279 -0.149567544 0.030324942 -0.988286376 468.137603760\n-0.983979702 0.008855165 0.178060994 153.665832520 0.014131189 0.999497175 0.028384034 -9.083905220 -0.177720129 0.030445524 -0.983610153 467.256103516\n-0.978281379 0.008977405 0.207086653 153.853302002 0.015137910 0.999488175 0.028183017 -9.073892593 -0.206727654 0.030705780 -0.977916598 466.381164551\n-0.971743822 0.008801020 0.235874012 154.080657959 0.015577833 0.999517202 0.026882533 -9.066227913 -0.235523537 0.029797342 -0.971411705 465.509490967\n-0.964227200 0.008827820 0.264931321 154.325653076 0.016206315 0.999538898 0.025677659 -9.058887482 -0.264582485 0.029052649 -0.963925600 464.662048340\n-0.955870509 0.007942149 0.293681860 154.605255127 0.016208321 0.999537706 0.025723670 -9.053525925 -0.293341786 0.029348578 -0.955557227 463.815521240\n-0.946506262 0.007144268 0.322606981 154.885467529 0.016519981 0.999516666 0.026333738 -9.044757843 -0.322262913 0.030254502 -0.946166754 462.994293213\n-0.936186075 0.005922616 0.351455033 155.192871094 0.016707359 0.999477744 0.027661219 -9.039249420 -0.351107627 0.031767931 -0.935796142 462.181640625\n-0.925666928 0.003817208 0.378320217 155.541656494 0.016302695 0.999422789 0.029805075 -9.029678345 -0.377988070 0.033757214 -0.925194860 461.381866455\n-0.914438605 0.001873104 0.404721022 155.900146484 0.016495865 0.999330819 0.032646198 -9.021934509 -0.404389024 0.036529157 -0.913857579 460.604431152\n-0.903661132 -0.000546565 0.428247571 156.283935547 0.015519315 0.999300539 0.034023277 -9.008211136 -0.427966624 0.037391625 -0.903020620 459.829284668\n-0.893108010 -0.003378030 0.449829429 156.675598145 0.013816184 0.999294043 0.034935445 -9.000017166 -0.449629903 0.037416056 -0.892430902 459.061584473\n-0.883983374 -0.006194742 0.467477620 157.083221436 0.011734654 0.999303222 0.035431996 -8.985750198 -0.467371374 0.036806978 -0.883294702 458.329010010\n-0.875781775 -0.008274548 0.482636124 157.495300293 0.010270027 0.999307334 0.035768393 -8.971958160 -0.482597768 0.036281999 -0.875090122 457.591125488\n-0.868904948 -0.009191643 0.494893670 157.915649414 0.009753678 0.999315500 0.035685182 -8.958402634 -0.494882911 0.035834067 -0.868220448 456.885253906\n-0.862960339 -0.009269960 0.505186856 158.326660156 0.009400118 0.999364078 0.034395184 -8.949771881 -0.505184412 0.034430493 -0.862324476 456.186676025\n-0.858739257 -0.010968674 0.512296081 158.747863770 0.006976255 0.999427915 0.033092555 -8.934523582 -0.512365997 0.031991769 -0.858171463 455.505920410\n-0.855980754 -0.012614850 0.516854048 159.155212402 0.005157686 0.999444187 0.032935251 -8.928705215 -0.516982198 0.030857706 -0.855439901 454.835266113\n-0.854965329 -0.014019047 0.518495739 159.565673828 0.004004915 0.999426425 0.033626255 -8.916060448 -0.518669784 0.030825812 -0.854418755 454.169158936\n-0.855575085 -0.015653485 0.517442465 159.963134766 0.002373924 0.999413610 0.034159116 -8.902399063 -0.517673731 0.030454049 -0.855036139 453.513916016\n-0.858045340 -0.017602215 0.513272405 160.349853516 -0.000108298 0.999418676 0.034093123 -8.893108368 -0.513574123 0.029197855 -0.857548356 452.857482910\n-0.863056302 -0.020889707 0.504675686 160.729003906 -0.004308591 0.999412537 0.033999812 -8.884199142 -0.505089462 0.027169310 -0.862639308 452.213623047\n-0.870911717 -0.023292875 0.490887851 161.092102051 -0.008092297 0.999420404 0.033066008 -8.872786522 -0.491373539 0.024825154 -0.870595336 451.570922852\n-0.881058455 -0.025730601 0.472307056 161.426727295 -0.011528309 0.999390841 0.032940038 -8.866911888 -0.472866893 0.023577198 -0.880818367 450.929138184\n-0.893505335 -0.028404966 0.448153257 161.749725342 -0.016051132 0.999379873 0.031341020 -8.838643074 -0.448765606 0.020810001 -0.893407106 450.301635742\n-0.906422615 -0.029678650 0.421328425 162.034759521 -0.018829793 0.999375880 0.029887335 -8.826958656 -0.421952486 0.019157024 -0.906415820 449.657165527\n-0.919389009 -0.028836852 0.392291397 162.299652100 -0.019191908 0.999409914 0.028486505 -8.820725441 -0.392881364 0.018661357 -0.919399977 449.000122070\n-0.933376312 -0.031052526 0.357553691 162.580566406 -0.022807460 0.999368310 0.027254567 -8.824516296 -0.358174175 0.017283872 -0.933494925 448.358886719\n-0.946620226 -0.031721339 0.320786387 162.827911377 -0.024797233 0.999363422 0.025648169 -8.805966377 -0.321395785 0.016324461 -0.946804285 447.695739746\n-0.958693981 -0.034523088 0.282336742 163.023559570 -0.027687045 0.999219716 0.028167600 -8.811161041 -0.283088863 0.019187039 -0.958901763 447.063354492\n-0.969606400 -0.035422083 0.242092922 163.197814941 -0.029196875 0.999145508 0.029254649 -8.786985397 -0.242922306 0.021297134 -0.969812155 446.390594482\n-0.978758812 -0.037492834 0.201557904 163.310058594 -0.031564996 0.998971701 0.032545324 -8.805902481 -0.202570856 0.025491847 -0.978935719 445.737609863\n-0.987236738 -0.038354572 0.154573813 163.462219238 -0.034307670 0.998997271 0.028765082 -8.774604797 -0.155522078 0.023094870 -0.987562656 445.053039551\n-0.993477702 -0.038984567 0.107158206 163.541137695 -0.036328472 0.998985052 0.026628733 -8.783881187 -0.108087555 0.022562150 -0.993885636 444.393188477\n-0.997589469 -0.039812632 0.056838010 163.602371216 -0.038523972 0.998979151 0.023591375 -8.783539772 -0.057719223 0.021344876 -0.998104811 443.732910156\n-0.999261618 -0.036190148 0.012905049 163.528625488 -0.035911944 0.999130607 0.021174695 -8.796802521 -0.013660145 0.020695616 -0.999692559 443.092376709\n-0.998900890 -0.030476041 -0.035610948 163.480911255 -0.031202186 0.999312639 0.020016311 -8.791507721 0.034976453 0.021105452 -0.999165297 442.436492920\n-0.996005893 -0.028961794 -0.084462866 163.407165527 -0.030640284 0.999356568 0.018644128 -8.780912399 0.083868548 0.021157622 -0.996252418 441.798431396\n-0.990897894 -0.028858177 -0.131485522 163.296020508 -0.031121373 0.999400198 0.015189802 -8.768225670 0.130968302 0.019143553 -0.991201639 441.162231445\n-0.983442187 -0.029773496 -0.178759918 163.171325684 -0.032550223 0.999390423 0.012619805 -8.765310287 0.178275213 0.018229524 -0.983811855 440.521667480\n-0.972587705 -0.031318579 -0.230417803 163.054916382 -0.035340372 0.999286175 0.013347006 -8.795461655 0.229835331 0.021124186 -0.973000288 439.896911621\n-0.959699273 -0.030409815 -0.279379189 162.870849609 -0.034986079 0.999322712 0.011407048 -8.794266701 0.278843075 0.020721715 -0.960113168 439.276855469\n-0.944891930 -0.028703922 -0.326121837 162.623001099 -0.033533402 0.999395311 0.009195562 -8.790946960 0.325660676 0.019624785 -0.945283055 438.708343506\n-0.926746488 -0.027568212 -0.374674648 162.373519897 -0.032763384 0.999435008 0.007501740 -8.792689323 0.374256134 0.019227820 -0.927126050 438.146057129\n-0.906395555 -0.027155284 -0.421556741 162.087310791 -0.031867232 0.999483585 0.004134796 -8.794101715 0.421226740 0.017181603 -0.906792760 437.580780029\n-0.883489609 -0.027835110 -0.467623562 161.786239624 -0.032531843 0.999468744 0.001969991 -8.809839249 0.467320293 0.016953120 -0.883925796 437.034149170\n-0.859422207 -0.024893951 -0.510660589 161.449066162 -0.029243365 0.999572217 0.000487780 -8.815819740 0.510429978 0.015352642 -0.859782577 436.514251709\n-0.833724856 -0.020434359 -0.551801920 161.099105835 -0.025080716 0.999685049 0.000874392 -8.833436012 0.551610291 0.014568590 -0.833974719 436.014923096\n-0.807150841 -0.016795043 -0.590106308 160.732391357 -0.022011168 0.999756336 0.001652891 -8.845893860 0.589934766 0.014323061 -0.807323933 435.564514160\n-0.779619098 -0.013319848 -0.626112342 160.380706787 -0.019397067 0.999807715 0.002882927 -8.860592842 0.625953555 0.014392328 -0.779727459 435.152709961\n-0.751035571 -0.010717020 -0.660175145 160.008880615 -0.017451329 0.999841154 0.003622141 -8.874862671 0.660031438 0.014241288 -0.751103282 434.779449463\n-0.721331120 -0.008811450 -0.692534328 159.641784668 -0.014758490 0.999887586 0.002650120 -8.882854462 0.692433119 0.012132375 -0.721380115 434.446594238\n-0.691226363 -0.007711699 -0.722597301 159.282470703 -0.013453932 0.999907076 0.002198637 -8.894456863 0.722513199 0.011241531 -0.691265941 434.147888184\n-0.660396814 -0.006520745 -0.750888705 158.935852051 -0.013021667 0.999911368 0.002769117 -8.905869484 0.750804126 0.011606538 -0.660423160 433.887390137\n-0.627897263 -0.007080644 -0.778264046 158.598297119 -0.015811713 0.999868274 0.003659965 -8.917402267 0.778135598 0.014603770 -0.627926469 433.636474609\n-0.594182730 -0.007095117 -0.804298997 158.255554199 -0.017638206 0.999835551 0.004210331 -8.927385330 0.804136872 0.016688095 -0.594210148 433.426818848\n-0.559374690 -0.005488548 -0.828896761 157.920379639 -0.017265202 0.999838293 0.005030851 -8.937654495 0.828735113 0.017125202 -0.559378982 433.239624023\n-0.522800207 -0.005307179 -0.852438748 157.575256348 -0.016592715 0.999854505 0.003951331 -8.946089745 0.852293730 0.016210029 -0.522812247 433.076965332\n-0.483507037 -0.005878812 -0.875320673 157.226531982 -0.016009146 0.999869585 0.002127779 -8.953071594 0.875194013 0.015041933 -0.483538032 432.927673340\n-0.441929698 -0.007167073 -0.897021294 156.878601074 -0.019226963 0.999814034 0.001484046 -8.969389915 0.896843851 0.017902836 -0.441985250 432.796630859\n-0.396115780 -0.007141134 -0.918172777 156.555541992 -0.021859536 0.999759674 0.001654905 -8.980060577 0.917940319 0.020726364 -0.396176696 432.691040039\n-0.345621824 -0.005783966 -0.938356161 156.210296631 -0.024686942 0.999690950 0.002930833 -8.982117653 0.938049197 0.024178101 -0.345657825 432.595520020\n-0.292357206 -0.002988092 -0.956304669 155.894317627 -0.025329828 0.999668479 0.004620132 -8.994033813 0.955973804 0.025573758 -0.292335868 432.530578613\n-0.235137582 -0.001508583 -0.971960962 155.541534424 -0.025587993 0.999661803 0.004638690 -8.997140884 0.971625268 0.025961261 -0.235096693 432.478302002\n-0.176427603 -0.001184157 -0.984313011 155.201782227 -0.025140449 0.999678493 0.003303511 -8.993041992 0.983992636 0.025328901 -0.176400661 432.454895020\n-0.116431952 0.000649228 -0.993198574 154.880340576 -0.023263292 0.999723673 0.003380630 -9.010389328 0.992926300 0.023498679 -0.116384745 432.449035645\n-0.057247639 0.001993880 -0.998358071 154.561035156 -0.021661809 0.999760091 0.003238806 -9.026268005 0.998125017 0.021811655 -0.057190657 432.479309082\n0.002190650 0.001715303 -0.999996305 154.230926514 -0.023833873 0.999714553 0.001662604 -9.035269737 0.999713719 0.023830138 0.002230883 432.515747070\n0.062694550 0.001000334 -0.998032391 153.900695801 -0.028109806 0.999604523 -0.000763899 -9.043868065 0.997636914 0.028102385 0.062697887 432.562683105\n0.124777675 0.000776579 -0.992184579 153.577972412 -0.031295635 0.999505222 -0.003153452 -9.057598114 0.991691172 0.031444523 0.124740243 432.627960205\n0.185884655 -0.000347184 -0.982571602 153.240875244 -0.032903899 0.999436855 -0.006577967 -9.057544708 0.982020617 0.033553176 0.185768545 432.731109619\n0.246844172 -0.001073675 -0.969054639 152.902008057 -0.031184362 0.999472678 -0.009050874 -9.069467545 0.968553364 0.032453503 0.246680558 432.853820801\n0.305204928 -0.003022457 -0.952282012 152.567871094 -0.026363276 0.999584854 -0.011621987 -9.070936203 0.951921821 0.028652359 0.304998517 433.016479492\n0.361026824 -0.001565324 -0.932554245 152.243682861 -0.023109684 0.999676466 -0.010624624 -9.088082314 0.932269156 0.025386807 0.360873878 433.194946289\n0.414368749 0.000008287 -0.910109103 151.900390625 -0.020938868 0.999735415 -0.009524274 -9.093936920 0.909868181 0.023003215 0.414259255 433.391754150\n0.466991127 0.005706943 -0.884243608 151.544174194 -0.024651786 0.999674499 -0.006567285 -9.107561111 0.883918345 0.024865046 0.466979802 433.580963135\n0.511887610 0.008660788 -0.859008789 151.206771851 -0.023889136 0.999705970 -0.004156315 -9.113858223 0.858720183 0.022648545 0.511943996 433.825073242\n0.553778529 0.010094484 -0.832602859 150.868591309 -0.020848377 0.999781132 -0.001745261 -9.118724823 0.832403004 0.018324906 0.553867698 434.080932617\n0.590233147 0.016223511 -0.807069838 150.537567139 -0.024235655 0.999703467 0.002371558 -9.136801720 0.806868970 0.018160090 0.590451300 434.360626221\n0.623395562 0.021363035 -0.781614780 150.211853027 -0.028653748 0.999579430 0.004466946 -9.143367767 0.781381488 0.019611517 0.623745501 434.652343750\n0.655539095 0.030163202 -0.754558623 149.851715088 -0.037907366 0.999256670 0.007012074 -9.145615578 0.754209220 0.024006642 0.656195223 434.964172363\n0.683409929 0.033843841 -0.729249954 149.555297852 -0.039051089 0.999189377 0.009775120 -9.147143364 0.728989661 0.021797590 0.684177637 435.302246094\n0.708858013 0.032435320 -0.704605043 149.249038696 -0.033767462 0.999357283 0.012032466 -9.145434380 0.704542458 0.015263416 0.709497690 435.672241211\n0.733978271 0.028126767 -0.678590298 148.903686523 -0.027944557 0.999546647 0.011204579 -9.146131516 0.678597808 0.010738990 0.734431505 436.034881592\n0.754002869 0.029951669 -0.656187952 148.584243774 -0.031261176 0.999464214 0.009699361 -9.150218964 0.656126857 0.013199857 0.754535198 436.430023193\n0.770822048 0.036528260 -0.636002421 148.245452881 -0.039996367 0.999160111 0.008911128 -9.158999443 0.635793746 0.018568892 0.771635592 436.835876465\n0.783745646 0.038081676 -0.619913340 147.923004150 -0.045894969 0.998940706 0.003341356 -9.161224365 0.619383931 0.025832130 0.784663200 437.255950928\n0.795153081 0.037447549 -0.605251372 147.570938110 -0.048086762 0.998842239 -0.001374877 -9.161576271 0.604499161 0.030197816 0.796033204 437.702514648\n0.804623365 0.031987149 -0.592923343 147.233886719 -0.041979883 0.999113739 -0.003068175 -9.170590401 0.592299759 0.027359575 0.805253088 438.171630859\n0.811596215 0.032953598 -0.583288670 146.896697998 -0.041075435 0.999155819 -0.000704433 -9.174032211 0.582773030 0.024530550 0.812264681 438.653106689\n0.817291498 0.037623625 -0.574994862 146.544555664 -0.045023762 0.998984993 0.001370269 -9.180007935 0.574462771 0.024768518 0.818155885 439.147552490\n0.822160244 0.041951835 -0.567708194 146.180282593 -0.049120318 0.998789310 0.002670864 -9.186861992 0.567132890 0.025690125 0.823225558 439.659393311\n0.826125741 0.044157531 -0.561752975 145.823455811 -0.053009041 0.998593867 0.000539928 -9.198059082 0.560986936 0.029331934 0.827304840 440.174255371\n0.829259455 0.045461811 -0.557011664 145.462020874 -0.058553673 0.998268008 -0.005696684 -9.207961082 0.555787921 0.037339106 0.830485106 440.703796387\n0.832247496 0.043418441 -0.552701473 145.096542358 -0.061374024 0.998016417 -0.014014911 -9.219814301 0.550996661 0.045585386 0.833261490 441.243957520\n0.834144235 0.041968331 -0.549947262 144.705566406 -0.062133044 0.997903943 -0.018088210 -9.232894897 0.548035443 0.049258076 0.835003495 441.812408447\n0.835111082 0.039054636 -0.548693240 144.336425781 -0.060596276 0.997937262 -0.021196807 -9.241467476 0.546733558 0.050950453 0.835754991 442.377441406\n0.836169481 0.046429019 -0.546502471 143.924743652 -0.068480514 0.997451186 -0.020037666 -9.260507584 0.544179261 0.054179657 0.837217748 442.962829590\n0.836377025 0.051007051 -0.545776248 143.522888184 -0.074031517 0.997049928 -0.020267801 -9.283139229 0.543132365 0.057356164 0.837685823 443.552368164\n0.836425424 0.056134723 -0.545198500 143.110214233 -0.079594895 0.996636629 -0.019496165 -9.299528122 0.542270422 0.059702106 0.838080227 444.157501221\n0.837226570 0.057301901 -0.543845773 142.705001831 -0.079549879 0.996678174 -0.017449284 -9.323031425 0.541039288 0.057871867 0.839003801 444.775695801\n0.838288188 0.060274243 -0.541885555 142.285736084 -0.081246562 0.996583581 -0.014836555 -9.346071243 0.539139986 0.056463644 0.840321362 445.406158447\n0.839089990 0.063941285 -0.540221751 141.866317749 -0.084178366 0.996368289 -0.012817254 -9.364026070 0.537440300 0.056229811 0.841425061 446.049743652\n0.840519965 0.069311813 -0.537328601 141.420120239 -0.089085639 0.995964527 -0.010880026 -9.384856224 0.534406126 0.057013143 0.843302786 446.697570801\n0.841816783 0.068563432 -0.535391033 141.007415771 -0.087666035 0.996096909 -0.010278308 -9.403484344 0.532596648 0.055588063 0.844541788 447.352661133\n0.842324018 0.068140745 -0.534646690 140.575134277 -0.088796146 0.995965481 -0.012960520 -9.427840233 0.531606495 0.058391519 0.844976306 448.017700195\n0.843206882 0.067317031 -0.533357859 140.132659912 -0.089525439 0.995858490 -0.015843445 -9.445325851 0.530082405 0.061108392 0.845741332 448.691589355\n0.843420327 0.068059191 -0.532925963 139.686798096 -0.091342211 0.995667458 -0.017404960 -9.461057663 0.529432476 0.063358329 0.845982850 449.374786377\n0.844458461 0.071302593 -0.530853808 139.227783203 -0.091314755 0.995755553 -0.011512714 -9.481663704 0.527779758 0.058196798 0.847385168 450.091339111\n0.845570803 0.074603304 -0.528625011 138.771118164 -0.091129810 0.995825291 -0.005230252 -9.501194000 0.526027977 0.052596044 0.848839343 450.803558350\n0.846105158 0.079457328 -0.527060330 138.310684204 -0.094011270 0.995570779 -0.000831082 -9.517076492 0.524659872 0.050252791 0.849827468 451.520385742\n0.846873164 0.078469239 -0.525973797 137.848434448 -0.094136551 0.995554626 -0.003044465 -9.531041145 0.523396730 0.052091628 0.850495338 452.249847412\n0.847091079 0.076453760 -0.525919676 137.387359619 -0.092626952 0.995690942 -0.004447738 -9.546260834 0.523313403 0.052481972 0.850522637 452.983947754\n0.847446859 0.075002424 -0.525555372 136.914733887 -0.091581501 0.995782018 -0.005564376 -9.559875488 0.522921264 0.052846663 0.850741208 453.729553223\n0.846955180 0.078737348 -0.525801659 136.432708740 -0.095770441 0.995389819 -0.005209018 -9.572546005 0.522967517 0.054768059 0.850591242 454.481109619\n0.846664429 0.080478631 -0.526006281 135.949539185 -0.096063554 0.995372474 -0.002333395 -9.591521263 0.523384392 0.052505635 0.850477517 455.247680664\n0.846378207 0.075822212 -0.527157426 135.455871582 -0.092132851 0.995735586 -0.004705157 -9.600522995 0.524552643 0.052550856 0.849754632 456.028503418\n0.845106125 0.073954120 -0.529458582 134.962097168 -0.093050800 0.995616436 -0.009458461 -9.619925499 0.526438177 0.057259943 0.848283052 456.803222656\n0.844156504 0.070962645 -0.531379461 134.459899902 -0.089035816 0.995992720 -0.008434434 -9.628743172 0.528651595 0.054431785 0.847091913 457.594848633\n0.842081428 0.070751190 -0.534689724 133.938171387 -0.082538605 0.996586084 0.001880381 -9.639119148 0.532997370 0.042549107 0.845046401 458.411682129\n0.840553701 0.070589453 -0.537109554 133.421539307 -0.071681075 0.997248828 0.018885262 -9.651855469 0.536964953 0.022626508 0.843301058 459.234954834\n0.839271784 0.062782049 -0.540075243 132.905792236 -0.057662349 0.997986853 0.026406087 -9.649025917 0.540645778 0.008980117 0.841202378 460.058776855\n0.837724388 0.057835959 -0.543021977 132.391418457 -0.048683625 0.998326063 0.031224677 -9.640739441 0.543918908 0.000278602 0.839137793 460.881835938\n0.835748911 0.051260576 -0.546714008 131.869506836 -0.043309618 0.998685002 0.027431544 -9.636505127 0.547401249 0.000752088 0.836869955 461.694366455\n0.834694684 0.044699024 -0.548895955 131.332122803 -0.040301710 0.998986065 0.020065879 -9.629383087 0.549236357 0.005372562 0.835649788 462.501708984\n0.833382487 0.039583519 -0.551277399 130.790054321 -0.042188391 0.999077976 0.007959611 -9.626595497 0.551084161 0.016624104 0.834284067 463.298431396\n0.832549453 0.042603184 -0.552310109 130.227813721 -0.049617041 0.998765767 0.002248670 -9.629428864 0.551724195 0.025531860 0.833635747 464.110870361\n0.832314491 0.045270894 -0.552451968 129.661468506 -0.055601850 0.998451114 -0.001950307 -9.644189835 0.551508009 0.032340620 0.833542466 464.929504395\n0.833231091 0.048017416 -0.550835967 129.111389160 -0.056312632 0.998411477 0.001851194 -9.656779289 0.550049841 0.029476553 0.834611475 465.744018555\n0.834304214 0.047600679 -0.549245536 128.563934326 -0.051860593 0.998624086 0.007770066 -9.664856911 0.548859715 0.022001604 0.835624874 466.573272705\n0.835065365 0.048641525 -0.547996223 128.012756348 -0.049718432 0.998680174 0.012881815 -9.676671982 0.547899544 0.016488353 0.836381614 467.405212402\n0.835889816 0.044147234 -0.547119081 127.469589233 -0.046274148 0.998879671 0.009902205 -9.687160492 0.546943307 0.017040316 0.836996198 468.233734131\n0.836603820 0.042595800 -0.546149850 126.912757874 -0.044896144 0.998949885 0.009138117 -9.681427956 0.545965552 0.016875040 0.837637663 469.074401855\n0.836751342 0.039749414 -0.546138465 126.368171692 -0.041013092 0.999109745 0.009880770 -9.691958427 0.546045005 0.014131080 0.837636650 469.909423828\n0.836459696 0.036900047 -0.546784818 125.814895630 -0.037527524 0.999245286 0.010025766 -9.701482773 0.546742082 0.012133328 0.837213159 470.745788574\n0.835402966 0.034194797 -0.548573256 125.251800537 -0.034397438 0.999359071 0.009911457 -9.699371338 0.548560560 0.010589451 0.836043775 471.592651367\n0.834243059 0.033483561 -0.550379276 124.697456360 -0.029798310 0.999433637 0.015635697 -9.702320099 0.550591111 0.003356398 0.834768355 472.441345215\n0.833543777 0.030843453 -0.551591814 124.140716553 -0.024571534 0.999522030 0.018758915 -9.704779625 0.551906765 -0.002082922 0.833903253 473.284301758\n0.833532512 0.026013896 -0.551857650 123.585067749 -0.022078248 0.999661326 0.013775564 -9.706661224 0.552029133 0.000701668 0.833824575 474.123535156\n0.834675550 0.024741739 -0.550185978 123.012535095 -0.025525184 0.999654770 0.006230533 -9.707465172 0.550150156 0.008843124 0.835018933 474.966308594\n0.836062968 0.024232429 -0.548098087 122.452758789 -0.028106421 0.999604046 0.001321106 -9.714904785 0.547913074 0.014300547 0.836413026 475.807312012\n0.836942673 0.026831897 -0.546632409 121.888359070 -0.028946098 0.999569714 0.004745649 -9.727060318 0.546524525 0.011851040 0.837359250 476.654907227\n0.837915719 0.029541232 -0.544999659 121.329299927 -0.029375194 0.999527812 0.009015318 -9.736635208 0.545008659 0.008455392 0.838387847 477.506774902\n0.838800490 0.029939005 -0.543615162 120.766258240 -0.027699880 0.999540508 0.012307562 -9.745285034 0.543733835 0.004734484 0.839244366 478.365692139\n0.839377522 0.029613890 -0.542741597 120.210342407 -0.029665746 0.999522388 0.008657870 -9.752365112 0.542738736 0.008833610 0.839855134 479.208984375\n0.839600563 0.032919548 -0.542205930 119.635314941 -0.034297131 0.999383032 0.007567880 -9.757980347 0.542120516 0.012242108 0.840211630 480.061523438\n0.839622200 0.033873055 -0.542113602 119.093795776 -0.033111680 0.999389350 0.011161991 -9.768296242 0.542160630 0.008578437 0.840231061 480.909881592\n0.839508593 0.035189498 -0.542205691 118.541633606 -0.032821435 0.999362588 0.014041148 -9.771440506 0.542354226 0.006008304 0.840128422 481.752838135\n0.839514792 0.034786973 -0.542222142 117.990875244 -0.032493327 0.999376595 0.013807369 -9.781101227 0.542364419 0.006027108 0.840121746 482.592102051\n0.839809000 0.030177418 -0.542042613 117.433227539 -0.028759673 0.999524832 0.011088515 -9.789052963 0.542119682 0.006276734 0.840277851 483.445068359\n0.840803564 0.019574113 -0.540986359 116.895858765 -0.017465303 0.999806702 0.009030617 -9.792762756 0.541058540 0.001855515 0.840982914 484.298126221\n0.840876639 0.020910727 -0.540822744 116.350151062 -0.020894226 0.999762654 0.006168930 -9.807069778 0.540823400 0.006112763 0.841113985 485.132476807\n0.840984285 0.021279922 -0.540640891 115.795532227 -0.027745342 0.999607742 -0.003813662 -9.828196526 0.540347695 0.018207498 0.841244817 485.969299316\n0.840503335 0.023160743 -0.541311085 115.249496460 -0.033888087 0.999377012 -0.009858908 -9.843949318 0.540745556 0.026630441 0.840764582 486.798217773\n0.840358436 0.030765809 -0.541157246 114.693893433 -0.044711728 0.998919964 -0.012641983 -9.871167183 0.540183783 0.034819871 0.840826392 487.624145508\n0.840243876 0.043836836 -0.540433705 114.110145569 -0.058881227 0.998208940 -0.010577186 -9.896272659 0.539002061 0.040708814 0.841320157 488.449645996\n0.838932335 0.051887725 -0.541756570 113.546447754 -0.070161261 0.997449458 -0.013115061 -9.922619820 0.539694309 0.049012970 0.840433121 489.269866943\n0.837922990 0.051721621 -0.543332279 112.997375488 -0.070194319 0.997444630 -0.013303065 -9.954663277 0.541255772 0.049285781 0.839412332 490.097595215\n0.836755574 0.050682753 -0.545225978 112.441543579 -0.066134088 0.997772396 -0.008745394 -9.977805138 0.543568194 0.043375783 0.838243484 490.950164795\n0.836193442 0.052588042 -0.545907617 111.891540527 -0.061004221 0.998133838 0.002708473 -10.003367424 0.545031250 0.031037856 0.837841034 491.795501709\n0.835462391 0.048496217 -0.547403634 111.333053589 -0.052868932 0.998571157 0.007776560 -10.019403458 0.546998620 0.022443622 0.836832643 492.652832031\n0.835241139 0.040393289 -0.548398256 110.778182983 -0.047945783 0.998849809 0.000548030 -10.029654503 0.547789633 0.025835646 0.836217105 493.495239258\n0.835677028 0.031839523 -0.548297524 110.224319458 -0.046820309 0.998813987 -0.013359354 -10.045047760 0.547221839 0.036835562 0.836176634 494.326232910\n0.836019635 0.027090618 -0.548030436 109.665374756 -0.047455411 0.998607874 -0.023029292 -10.077122688 0.546643615 0.045259949 0.836141348 495.165893555\n0.836469293 0.028264428 -0.547284365 109.098793030 -0.049914874 0.998447359 -0.024725206 -10.113692284 0.545735776 0.047999505 0.836581409 496.011932373\n0.837588131 0.030259602 -0.545463622 108.526382446 -0.048712436 0.998624384 -0.019401815 -10.147965431 0.544126153 0.042821590 0.837909937 496.872131348\n0.838149071 0.034898292 -0.544323623 107.963073730 -0.049772494 0.998680949 -0.012611081 -10.179932594 0.543165505 0.037662309 0.838780522 497.736114502\n0.838922858 0.034298059 -0.543168545 107.389816284 -0.047994912 0.998786330 -0.011060286 -10.213514328 0.542129934 0.035348050 0.839550853 498.606536865\n0.838811040 0.030656265 -0.543558836 106.822723389 -0.044306889 0.998945475 -0.012033974 -10.240530014 0.542616725 0.034177631 0.839284837 499.473266602\n0.838025212 0.024736824 -0.545070469 106.258529663 -0.039822064 0.999080539 -0.015883850 -10.271267891 0.544176400 0.035016898 0.838239789 500.340820312\n0.837163091 0.024182897 -0.546418488 105.660644531 -0.038209599 0.999167144 -0.014320361 -10.298153877 0.545617104 0.032866910 0.837389827 501.234497070\n0.836401105 0.024995467 -0.547547698 105.082855225 -0.036467016 0.999283969 -0.010087678 -10.326123238 0.546903431 0.028404770 0.836713731 502.111633301\n0.835808158 0.025629282 -0.548423052 104.492401123 -0.034520190 0.999386549 -0.005905470 -10.354596138 0.547935307 0.023867508 0.836180151 502.994628906\n0.835438848 0.020873332 -0.549186945 103.908813477 -0.030695084 0.999490857 -0.008705889 -10.373414040 0.548725605 0.024130575 0.835654199 503.877410889\n0.835385382 0.016691802 -0.549411237 103.331161499 -0.024436450 0.999678373 -0.006784390 -10.395617485 0.549121261 0.019093240 0.835524559 504.762390137\n0.835493207 0.011404015 -0.549382448 102.755485535 -0.018251469 0.999808908 -0.007002669 -10.425008774 0.549197555 0.015877720 0.835541725 505.648986816\n0.836190820 0.002547397 -0.548432708 102.172378540 -0.012794823 0.999807656 -0.014864188 -10.452507019 0.548289359 0.019446397 0.836062551 506.534118652\n0.836634159 -0.002226663 -0.547757506 101.591041565 -0.012697859 0.999644160 -0.023458069 -10.486671448 0.547614813 0.026581170 0.836308241 507.409881592\n0.837516844 -0.004135199 -0.546395898 100.998626709 -0.011632841 0.999609768 -0.025396032 -10.520523071 0.546287715 0.027625741 0.837141931 508.299438477\n0.838195920 -0.001010032 -0.545368373 100.413040161 -0.011939605 0.999724627 -0.020201910 -10.562215805 0.545238554 0.023444641 0.837952971 509.184997559\n0.838753879 0.007727556 -0.544455886 99.814086914 -0.019072158 0.999702692 -0.015192392 -10.602420807 0.544176638 0.023126626 0.838651896 510.075866699\n0.839186490 0.012248403 -0.543705881 99.232803345 -0.022917230 0.999654770 -0.012851905 -10.633116722 0.543360770 0.023245376 0.839177489 510.947631836\n0.839100957 0.016675105 -0.543720007 98.638122559 -0.027367746 0.999558330 -0.011580520 -10.657981873 0.543286800 0.024597619 0.839186788 511.837280273\n0.839372635 0.022635035 -0.543084919 98.052192688 -0.031636670 0.999473214 -0.007239835 -10.692914963 0.542634964 0.023258319 0.839646578 512.712646484\n0.838855386 0.029046480 -0.543578804 97.473541260 -0.037189819 0.999300241 -0.003993396 -10.716866493 0.543082416 0.023565477 0.839348674 513.579833984\n0.838004291 0.029281586 -0.544877410 96.897232056 -0.038319267 0.999251842 -0.005234268 -10.739539146 0.544316471 0.025265642 0.838499367 514.445190430\n0.837259710 0.026264979 -0.546174228 96.326675415 -0.036283441 0.999312878 -0.007564859 -10.763171196 0.545600295 0.026150830 0.837637424 515.311462402\n0.836574614 0.025338991 -0.547266722 95.749374390 -0.038534027 0.999177337 -0.012641814 -10.788177490 0.546496153 0.031664208 0.836862803 516.169250488\n0.835913897 0.026473895 -0.548221767 95.186676025 -0.040946726 0.999060571 -0.014189354 -10.825765610 0.547331095 0.034308963 0.836212635 517.023437500\n0.836234152 0.030191923 -0.547540784 94.606826782 -0.045343488 0.998870909 -0.014172357 -10.854867935 0.546494663 0.036678813 0.836659014 517.873352051\n0.837013483 0.035995025 -0.545997143 94.032287598 -0.050498661 0.998657048 -0.011577674 -10.882362366 0.544847131 0.037262790 0.837707043 518.722473145\n0.837514400 0.040948801 -0.544878721 93.468750000 -0.053990141 0.998509824 -0.007946246 -10.914768219 0.543741345 0.036073174 0.838477254 519.559326172\n0.837719738 0.039116692 -0.544697702 92.913772583 -0.050981440 0.998677194 -0.006688503 -10.945553780 0.543715537 0.033372562 0.838605821 520.413024902\n0.837938726 0.038936876 -0.544373691 92.352806091 -0.052514594 0.998575807 -0.009410064 -10.968430519 0.543231964 0.036472615 0.838790059 521.252075195\n0.837958694 0.038704563 -0.544359505 91.799621582 -0.054756306 0.998411179 -0.013300870 -10.993884087 0.542979777 0.040952690 0.838746607 522.089843750\n0.837852359 0.037990589 -0.544573367 91.239166260 -0.055364102 0.998345375 -0.015533657 -11.026473045 0.543082178 0.043164723 0.838569343 522.927246094\n0.837743163 0.038183689 -0.544727802 90.687553406 -0.055253971 0.998359740 -0.014993872 -11.055811882 0.543261826 0.042659387 0.838478863 523.758911133\n0.837734938 0.042044789 -0.544456065 90.122451782 -0.055508252 0.998423696 -0.008306802 -11.081979752 0.543248594 0.037180703 0.838748217 524.603942871\n0.837351263 0.045771696 -0.544745684 89.569915771 -0.051037986 0.998681784 0.005460595 -11.103975296 0.544277489 0.023230281 0.838583589 525.452941895\n0.836223125 0.048673775 -0.546225011 89.013221741 -0.049170300 0.998696208 0.013717741 -11.121345520 0.546180546 0.015386952 0.837526202 526.297851562\n0.835236371 0.039442707 -0.548474729 88.476402283 -0.043075684 0.999052286 0.006248138 -11.134925842 0.548201382 0.018407250 0.836143792 527.119934082\n0.834404469 0.026574178 -0.550511539 87.939514160 -0.040023029 0.999121428 -0.012433102 -11.152472496 0.549697459 0.032407377 0.834734976 527.940917969\n0.834910393 0.022316419 -0.549933314 87.397583008 -0.045112964 0.998590350 -0.027967617 -11.182054520 0.548533976 0.048159573 0.834740162 528.735717773\n0.835053265 0.024251077 -0.549634397 86.847412109 -0.051437732 0.998093486 -0.034110680 -11.215952873 0.547759295 0.056756180 0.834708631 529.557678223\n0.835380316 0.034398519 -0.548595011 86.283821106 -0.057303522 0.998051703 -0.024678927 -11.256175041 0.546677291 0.052052714 0.835723937 530.380004883\n0.835535645 0.041793786 -0.547844410 85.739974976 -0.058171328 0.998227537 -0.012566550 -11.296311378 0.546348214 0.042368636 0.836485863 531.193908691\n0.836368918 0.043422002 -0.546444535 85.198219299 -0.055707306 0.998429537 -0.005925662 -11.321697235 0.545329034 0.035396993 0.837474346 532.014282227\n0.836788476 0.043629482 -0.545785248 84.664100647 -0.056736805 0.998363376 -0.007179806 -11.342622757 0.544578731 0.036974087 0.837894380 532.820922852\n0.837400436 0.044487055 -0.544776559 84.129585266 -0.057222892 0.998340666 -0.006434268 -11.370067596 0.543586373 0.036561746 0.838556588 533.621826172\n0.837654412 0.038170185 -0.544865251 83.600555420 -0.051324084 0.998641968 -0.008944407 -11.401829720 0.543783903 0.035457034 0.838475883 534.428588867\n0.837720394 0.035169221 -0.544965804 83.082168579 -0.049701635 0.998692632 -0.011950900 -11.427122116 0.543833017 0.037097201 0.838373125 535.226196289\n0.837957263 0.033051006 -0.544734180 82.565383911 -0.048967794 0.998691678 -0.014732234 -11.461244583 0.543534577 0.039019413 0.838479400 536.014648438\n0.838654160 0.028901674 -0.543896973 82.039382935 -0.044259150 0.998905003 -0.015164816 -11.484253883 0.542863071 0.036790453 0.839015007 536.811645508\n0.838462889 0.027945735 -0.544241786 81.529739380 -0.040854830 0.999097288 -0.011639591 -11.514541626 0.543425202 0.031994268 0.838847697 537.603515625\n0.838787258 0.027912196 -0.543743432 81.016937256 -0.038099933 0.999245942 -0.007478877 -11.543432236 0.543124676 0.026989769 0.839218199 538.390319824\n0.839503407 0.028363889 -0.542613566 80.503547668 -0.036241192 0.999335706 -0.003832484 -11.563261986 0.542144418 0.022882344 0.839973688 539.178100586\n0.840283036 0.026622629 -0.541493952 80.002761841 -0.035397682 0.999356508 -0.005796141 -11.591021538 0.540991187 0.024038030 0.840684652 539.952636719\n0.841831923 0.025632784 -0.539130747 79.483078003 -0.036963105 0.999264479 -0.010206779 -11.609962463 0.538472593 0.028520338 0.842160225 540.724670410\n0.842439651 0.021556713 -0.538359284 78.991195679 -0.037473552 0.999123871 -0.018633246 -11.642848015 0.537485957 0.035871621 0.842509389 541.482116699\n0.842104733 0.016375225 -0.539065361 78.492691040 -0.034659058 0.999115944 -0.023792684 -11.676915169 0.538199186 0.038719427 0.841927826 542.252075195\n0.840483129 0.014757992 -0.541636705 77.997917175 -0.032267138 0.999218166 -0.022844708 -11.710806847 0.540876091 0.036677659 0.840302229 543.026062012\n0.838519573 0.023309177 -0.544372678 77.490837097 -0.035864726 0.999279022 -0.012456361 -11.736059189 0.543689847 0.029968681 0.838750958 543.773986816\n0.836399734 0.023903187 -0.547598541 76.985801697 -0.031914406 0.999477506 -0.005117809 -11.763826370 0.547190070 0.021756815 0.836725593 544.540832520\n0.835111260 0.025953682 -0.549468517 76.488113403 -0.031902295 0.999490201 -0.001276717 -11.784471512 0.549155295 0.018595507 0.835513473 545.294006348\n0.835215807 0.027701532 -0.549224198 75.982391357 -0.034095116 0.999417543 -0.001440910 -11.802598953 0.548864424 0.019929335 0.835673809 546.047668457\n0.835091054 0.029915944 -0.549297750 75.484695435 -0.036646273 0.999327481 -0.001287372 -11.822414398 0.548889816 0.021204788 0.835625708 546.794128418\n0.835365891 0.026042072 -0.549077094 74.989112854 -0.034336913 0.999398589 -0.004839899 -11.843801498 0.548620820 0.022896698 0.835757732 547.537780762\n0.835402727 0.025585707 -0.549042463 74.471954346 -0.033550777 0.999427021 -0.004475728 -11.863808632 0.548613369 0.022159837 0.835782468 548.298767090\n0.835336804 0.027741149 -0.549038112 73.973716736 -0.035112351 0.999379098 -0.002926420 -11.883785248 0.548615992 0.021722564 0.835792184 549.045593262\n0.834984422 0.027813023 -0.549570262 73.481620789 -0.036616638 0.999316573 -0.005059058 -11.908396721 0.549053967 0.024347650 0.835432172 549.787536621\n0.834642172 0.027036335 -0.550128579 72.966781616 -0.039476652 0.999162257 -0.010788736 -11.926656723 0.549376011 0.030721966 0.835010290 550.528869629\n0.834103703 0.029123532 -0.550838351 72.470031738 -0.042965513 0.999001563 -0.012241781 -11.944278717 0.549931824 0.033877965 0.834522188 551.261596680\n0.833848357 0.032123733 -0.551058114 71.970535278 -0.042449005 0.999080658 -0.005991806 -11.970483780 0.550359011 0.028388126 0.834445357 552.007263184\n0.833878160 0.037519116 -0.550671875 71.469146729 -0.045031320 0.998985589 -0.000126349 -11.991119385 0.550108492 0.024902841 0.834721804 552.740356445\n0.833974957 0.039177679 -0.550409794 70.974861145 -0.047302667 0.998880446 -0.000573073 -12.010225296 0.549771130 0.026513776 0.834894478 553.473266602\n0.834074497 0.034391802 -0.550578833 70.478469849 -0.046837922 0.998865843 -0.008561032 -12.028091431 0.549659967 0.032928504 0.834739327 554.205383301\n0.834369838 0.029599607 -0.550409675 69.984123230 -0.045830019 0.998824954 -0.015759824 -12.044974327 0.549296439 0.038374804 0.834745944 554.940551758\n0.834772348 0.028996922 -0.549831212 69.482986450 -0.046896681 0.998727858 -0.018529356 -12.067024231 0.548594475 0.041253049 0.835070252 555.683471680\n0.835099995 0.030990887 -0.549224496 68.979309082 -0.047917381 0.998714924 -0.016504625 -12.095024109 0.548007250 0.040100411 0.835511863 556.435058594\n0.835112572 0.031640187 -0.549168408 68.483024597 -0.046108499 0.998857379 -0.012567640 -12.120094299 0.548143268 0.035816725 0.835617185 557.195739746\n0.835517883 0.034738719 -0.548363984 67.961776733 -0.047535770 0.998827577 -0.009152672 -12.136679649 0.547403097 0.033714123 0.836189687 557.959899902\n0.835179090 0.037085135 -0.548726380 67.445976257 -0.049295377 0.998755872 -0.007529203 -12.159346581 0.547764480 0.033337906 0.835968137 558.723083496\n0.834990978 0.031121874 -0.549382806 66.941009521 -0.045768242 0.998867810 -0.012977174 -12.189837456 0.548356950 0.035980105 0.835470021 559.481079102\n0.834813297 0.025602560 -0.549937546 66.445220947 -0.042482857 0.998935342 -0.017983774 -12.220383644 0.548891604 0.038376011 0.835012138 560.237609863\n0.834962189 0.023564719 -0.549802542 65.935554504 -0.041120406 0.998961329 -0.019632041 -12.244976044 0.548768878 0.039000116 0.835063934 560.999511719\n0.834649324 0.025739266 -0.550180018 65.420997620 -0.040329412 0.999082088 -0.014441227 -12.274398804 0.549303293 0.034241796 0.834921181 561.766662598\n0.834417224 0.026106030 -0.550514698 64.909210205 -0.038535751 0.999196410 -0.011025758 -12.303338051 0.549784422 0.030414578 0.834752679 562.535949707\n0.834524095 0.026405083 -0.550338387 64.398635864 -0.037569202 0.999253273 -0.009025429 -12.329282761 0.549689114 0.028207710 0.834892988 563.303405762\n0.834701419 0.025592335 -0.550107777 63.905242920 -0.037961822 0.999217391 -0.011115058 -12.353893280 0.549392819 0.030160848 0.835019708 564.054077148\n0.835670590 0.026373327 -0.548597455 63.397727966 -0.040036272 0.999114215 -0.012955165 -12.381954193 0.547769845 0.032790046 0.835986257 564.808044434\n0.836152911 0.027408712 -0.547811151 62.889945984 -0.042775776 0.998967409 -0.015309436 -12.411628723 0.546825886 0.036234073 0.836461902 565.563964844\n0.836204410 0.027830450 -0.547711372 62.394248962 -0.043602604 0.998923838 -0.015811590 -12.442581177 0.546681881 0.037103359 0.836517930 566.311767578\n0.836304784 0.025768923 -0.547658980 61.901237488 -0.041386262 0.999011993 -0.016192676 -12.473569870 0.546700597 0.036207568 0.836544991 567.062194824\n0.836653352 0.024385165 -0.547189713 61.406707764 -0.041069139 0.998989165 -0.018275416 -12.505639076 0.546190917 0.037762795 0.836809099 567.807434082\n0.836937428 0.023257218 -0.546804309 60.915679932 -0.041393001 0.998924971 -0.020868775 -12.542497635 0.545731127 0.040099729 0.837000370 568.551513672\n0.837802052 0.025798220 -0.545364380 60.416034698 -0.045380499 0.998717010 -0.022470763 -12.571578979 0.544084966 0.043574952 0.837897897 569.286499023\n0.838169575 0.031561285 -0.544495821 59.923381805 -0.048685461 0.998668492 -0.017056903 -12.602186203 0.543232501 0.040805608 0.838590086 570.026916504\n0.838683248 0.038219631 -0.543276787 59.431583405 -0.051409114 0.998636127 -0.009108539 -12.629835129 0.542187750 0.035568554 0.839504242 570.770019531\n0.838625431 0.044143483 -0.542916834 58.934364319 -0.055305626 0.998460472 -0.004245929 -12.657165527 0.541893601 0.033587098 0.839775741 571.511657715\n0.838336349 0.041685328 -0.543557227 58.456348419 -0.054352056 0.998495460 -0.007253502 -12.674629211 0.542437077 0.035624325 0.839340806 572.243225098\n0.838020563 0.042746574 -0.543961704 57.970249176 -0.056968205 0.998332560 -0.009311735 -12.692758560 0.542656660 0.038791947 0.839058399 572.982360840\n0.838415563 0.040409632 -0.543531418 57.489028931 -0.054876592 0.998438776 -0.010418617 -12.718612671 0.542261839 0.038562279 0.839324176 573.722229004\n0.838731408 0.034439139 -0.543455243 57.006488800 -0.050304711 0.998630762 -0.014352897 -12.748175621 0.542216837 0.039376583 0.839315414 574.464294434\n0.838953733 0.027760321 -0.543494284 56.533889771 -0.046242811 0.998722553 -0.020369530 -12.771701813 0.542234480 0.042221796 0.839165688 575.201843262\n0.839373648 0.024408529 -0.543006599 56.056213379 -0.042256359 0.998898149 -0.020418242 -12.800802231 0.541909873 0.040084012 0.839480162 575.946533203\n0.839655101 0.027347179 -0.542431056 55.571094513 -0.041359831 0.999051034 -0.013654761 -12.829387665 0.541542888 0.033900145 0.839989364 576.691589355\n0.839950502 0.028524354 -0.541912854 55.083389282 -0.038831942 0.999216914 -0.007593273 -12.857473373 0.541271865 0.027421499 0.840400398 577.440246582\n0.840005875 0.029380828 -0.541781247 54.602153778 -0.037328579 0.999296248 -0.003684282 -12.883320808 0.541291714 0.023318743 0.840511441 578.187438965\n0.840442359 0.031225892 -0.541000545 54.117359161 -0.038146414 0.999270916 -0.001583620 -12.898418427 0.540556669 0.021968171 0.841020763 578.926208496\n0.840931177 0.032285787 -0.540178061 53.634723663 -0.039819047 0.999204338 -0.002267729 -12.920829773 0.539675057 0.023416379 0.841547728 579.657836914\n0.841339886 0.031598344 -0.539581954 53.153911591 -0.040201664 0.999182880 -0.004171263 -12.943710327 0.539009273 0.025201542 0.841922760 580.389953613\n0.841777980 0.026792072 -0.539158642 52.685588837 -0.038033947 0.999229074 -0.009727602 -12.961122513 0.538482368 0.028694810 0.842148066 581.118347168\n0.842214584 0.024207992 -0.538598776 52.217075348 -0.038342699 0.999151349 -0.015048924 -12.984552383 0.537777364 0.033325750 0.842427969 581.840637207\n0.842473447 0.020786766 -0.538336694 51.752025604 -0.036377434 0.999169648 -0.018348219 -13.009625435 0.537508309 0.035041194 0.842530131 582.567443848\n0.842734873 0.024397098 -0.537775695 51.282192230 -0.039020818 0.999113142 -0.015822103 -13.036993980 0.536912739 0.034318287 0.842939436 583.292175293\n0.843230307 0.029837869 -0.536723733 50.804702759 -0.043036740 0.999000490 -0.012076673 -13.065884590 0.535826921 0.033282254 0.843671620 584.012573242\n0.843403637 0.030044932 -0.536439776 50.340297699 -0.043471530 0.998977780 -0.012396228 -13.095865250 0.535518944 0.033774879 0.843847573 584.731689453\n0.843063056 0.031633947 -0.536883593 49.876796722 -0.047682952 0.998733878 -0.016029254 -13.120533943 0.535696745 0.039113864 0.843504071 585.438415527\n0.843022287 0.028515929 -0.537122250 49.417282104 -0.045541070 0.998792052 -0.018451398 -13.145925522 0.535947263 0.040016059 0.843302608 586.149169922\n0.842934072 0.027902989 -0.537292898 48.960609436 -0.040932961 0.999085784 -0.012332763 -13.168172836 0.536457539 0.032388691 0.843305588 586.872802734\n0.843062341 0.030840365 -0.536930859 48.500308990 -0.038579278 0.999250472 -0.003180091 -13.189678192 0.536430359 0.023395419 0.843620300 587.590393066\n0.843219340 0.034455743 -0.536464274 48.047306061 -0.037651539 0.999278426 0.005000101 -13.215471268 0.536249459 0.015982522 0.843908191 588.301940918\n0.844070554 0.031614173 -0.535299361 47.598217010 -0.035247765 0.999372661 0.003442446 -13.225191116 0.535072386 0.015962439 0.844655395 589.006713867\n0.845019579 0.026613316 -0.534072697 47.140472412 -0.034474820 0.999394298 -0.004745987 -13.245117188 0.533622861 0.022422509 0.845425248 589.715576172\n0.845663309 0.020216055 -0.533333719 46.702220917 -0.034817696 0.999243379 -0.017331159 -13.269524574 0.532579839 0.033225778 0.845727384 590.409301758\n0.846694350 0.016965667 -0.531809092 46.252841949 -0.036529813 0.998986721 -0.026289718 -13.296182632 0.530824184 0.041686241 0.846456110 591.104125977\n0.847512484 0.016636569 -0.530514717 45.807411194 -0.037570700 0.998881876 -0.028696040 -13.322462082 0.529444158 0.044252060 0.847189844 591.810852051\n0.847731531 0.025723986 -0.529801488 45.354690552 -0.042861920 0.998879135 -0.020083463 -13.353586197 0.528690994 0.039733693 0.847883880 592.517272949\n0.847741723 0.032342449 -0.529422224 44.899394989 -0.045989942 0.998862147 -0.012621200 -13.383614540 0.528411627 0.035047617 0.848264575 593.219970703\n0.847501993 0.035193924 -0.529624104 44.442909241 -0.049251892 0.998708844 -0.012447685 -13.406019211 0.528502226 0.036634430 0.848141074 593.922546387\n0.847502887 0.033624280 -0.529724717 43.982162476 -0.050406773 0.998579621 -0.017260605 -13.438327789 0.528391898 0.041330125 0.847993970 594.630004883\n0.847857058 0.031691715 -0.529276907 43.527481079 -0.050208677 0.998525441 -0.020640990 -13.456521988 0.527842283 0.044074900 0.848198056 595.341125488\n0.847814679 0.031535413 -0.529354215 43.075248718 -0.046892412 0.998778105 -0.015602398 -13.485376358 0.528215349 0.038050637 0.848257482 596.063598633\n0.846991301 0.030226933 -0.530746758 42.636539459 -0.043659005 0.998964727 -0.012780410 -13.514208794 0.529810965 0.033996768 0.847434163 596.782836914\n0.846022129 0.029534293 -0.532329142 42.141326904 -0.043511264 0.998958588 -0.013728264 -13.536275864 0.531369328 0.034776729 0.846426129 597.534545898\n0.845084071 0.025014888 -0.534047961 41.674358368 -0.038580611 0.999153852 -0.014249915 -13.554200172 0.533239603 0.032646272 0.845334113 598.269592285\n0.844227552 0.025761727 -0.535365462 41.204704285 -0.036782615 0.999274075 -0.009918220 -13.584072113 0.534721315 0.028065376 0.844562292 599.007324219\n0.843950629 0.029174838 -0.535626948 40.718860626 -0.040182080 0.999152839 -0.008889713 -13.605128288 0.534913838 0.029025083 0.844407916 599.743896484\n0.843352318 0.026618283 -0.536701322 40.251750946 -0.039838005 0.999120951 -0.013047459 -13.633460045 0.535882294 0.032384716 0.843671441 600.472839355\n0.842206240 0.018136051 -0.538850307 39.769008636 -0.035673633 0.999118447 -0.022129511 -13.658720970 0.537973940 0.037860364 0.842110813 601.215515137\n0.840563297 0.010817105 -0.541605353 39.288291931 -0.030361487 0.999169767 -0.027164854 -13.688226700 0.540861845 0.039277721 0.840193868 601.964843750\n0.838163137 0.005574213 -0.545391083 38.801540375 -0.024465945 0.999325514 -0.027385855 -13.727068901 0.544870555 0.036297321 0.837734222 602.725646973\n0.835656703 0.005362395 -0.549225986 38.312641144 -0.020630911 0.999553144 -0.021631099 -13.760337830 0.548864543 0.029407203 0.835393906 603.486267090\n0.833977878 0.007990441 -0.551740050 37.797691345 -0.018839583 0.999724507 -0.013998540 -13.788320541 0.551476181 0.022069026 0.833898664 604.250610352\n0.831909060 0.013369068 -0.554750919 37.279842377 -0.019663878 0.999792099 -0.005393900 -13.809387207 0.554563522 0.015395788 0.831999004 605.017700195\n0.830479681 0.014955817 -0.556848109 36.768241882 -0.020522235 0.999782324 -0.003754593 -13.834165573 0.556670785 0.014545881 0.830605865 605.776306152\n0.830154419 0.009815451 -0.557447135 36.227687836 -0.020886272 0.999690711 -0.013501580 -13.854717255 0.557142198 0.022851389 0.830102682 606.552612305\n0.830247402 0.006619496 -0.557355821 35.706390381 -0.025556404 0.999329984 -0.026200639 -13.885660172 0.556808949 0.035997022 0.829860270 607.310424805\n0.830899477 0.001905048 -0.556419432 35.173019409 -0.024792327 0.999127746 -0.033601537 -13.920126915 0.555870056 0.041714430 0.830221951 608.083862305\n0.831180096 0.006234351 -0.555968344 34.640636444 -0.026640575 0.999235213 -0.028623097 -13.958347321 0.555364668 0.038602263 0.830710530 608.876464844\n0.832605839 0.012498828 -0.553724945 34.099914551 -0.027700260 0.999433935 -0.019091876 -13.992712021 0.553172886 0.031234331 0.832480788 609.671203613\n0.833644688 0.020352580 -0.551926017 33.564735413 -0.030105228 0.999509633 -0.008614312 -14.023875237 0.551480055 0.023797134 0.833848596 610.455749512\n0.834403872 0.020601882 -0.550768316 33.037425995 -0.028864628 0.999563217 -0.006340004 -14.048339844 0.550397158 0.021187846 0.834634066 611.236816406\n0.834448159 0.019014638 -0.550758362 32.512840271 -0.026758555 0.999623716 -0.006030129 -14.066239357 0.550436437 0.019769326 0.834643006 612.024902344\n0.833927691 0.020047965 -0.551509440 31.988525391 -0.031948701 0.999417722 -0.011979151 -14.097417831 0.550948203 0.027609758 0.834082603 612.800842285\n0.834195077 0.018876180 -0.551146269 31.464740753 -0.032303710 0.999370515 -0.014666342 -14.124441147 0.550522506 0.030038660 0.834279716 613.574462891\n0.833664298 0.019110693 -0.551940799 30.949272156 -0.032189358 0.999383509 -0.014016370 -14.156018257 0.551332653 0.029451568 0.833765507 614.351867676\n0.834864855 0.026234195 -0.549829483 30.414928436 -0.036652286 0.999296248 -0.007973332 -14.183992386 0.549233377 0.026809160 0.835238934 615.117492676\n0.834936202 0.035466261 -0.549202800 29.897289276 -0.044764284 0.998991311 -0.003541201 -14.211145401 0.548523247 0.027541345 0.835681617 615.892822266\n0.835925460 0.034516700 -0.547756553 29.368721008 -0.044080604 0.999018669 -0.004318111 -14.227378845 0.547069967 0.027755057 0.836626649 616.674377441\n0.836256981 0.028964827 -0.547572255 28.863502502 -0.041366089 0.999090672 -0.010325931 -14.255483627 0.546775222 0.031286050 0.836694717 617.438476562\n0.837245345 0.019492712 -0.546479940 28.370265961 -0.036022283 0.999159753 -0.019549040 -14.286439896 0.545639694 0.036052797 0.837244034 618.196533203\n0.837018728 0.016156003 -0.546935618 27.865264893 -0.036536902 0.998983383 -0.026406199 -14.312214851 0.545952976 0.042085819 0.836758077 618.960144043\n0.837110758 0.017548924 -0.546751916 27.362098694 -0.036028117 0.999083877 -0.023093976 -14.344885826 0.545845747 0.039030656 0.836976111 619.721496582\n0.836715758 0.017088601 -0.547370791 26.871215820 -0.031008098 0.999387860 -0.016198935 -14.386068344 0.546758890 0.030526830 0.836733460 620.480590820\n0.836874604 0.015932795 -0.547162712 26.375377655 -0.026197262 0.999596715 -0.010961008 -14.417728424 0.546767414 0.023507154 0.836954474 621.244140625\n0.837256014 0.014691141 -0.546613753 25.884063721 -0.024103522 0.999658942 -0.010052235 -14.448314667 0.546279609 0.021591609 0.837324500 621.987304688\n0.837664068 0.010721212 -0.546080530 25.367252350 -0.019428693 0.999759495 -0.010174479 -14.469882011 0.545840144 0.019132428 0.837670863 622.760498047\n0.837133765 0.005528810 -0.546970367 24.889053345 -0.013384780 0.999856532 -0.010378689 -14.495477676 0.546834528 0.016009428 0.837087691 623.512207031\n0.837442577 0.004233306 -0.546508968 24.396221161 -0.009108943 0.999939203 -0.006212465 -14.524801254 0.546449423 0.010180702 0.837430239 624.265502930\n0.837080240 0.003645868 -0.547067940 23.913692474 -0.006890244 0.999968767 -0.003878738 -14.548620224 0.547036707 0.007016247 0.837079227 625.014831543\n0.837592006 0.004055813 -0.546281278 23.418437958 -0.007711036 0.999960601 -0.004398922 -14.569605827 0.546241879 0.007896896 0.837590277 625.753784180\n0.837917447 0.008356020 -0.545732975 22.924270630 -0.015622563 0.999840319 -0.008677746 -14.589957237 0.545573354 0.015796984 0.837914228 626.489868164\n0.838455975 0.008883524 -0.544896960 22.440692902 -0.019497145 0.999715984 -0.013702588 -14.613557816 0.544620514 0.022112953 0.838391066 627.218139648\n0.838960946 0.010236644 -0.544095337 21.958934784 -0.022542436 0.999618590 -0.015952138 -14.640993118 0.543724537 0.025648454 0.838871717 627.942749023\n0.840006948 0.014686500 -0.542376876 21.470245361 -0.025424011 0.999601007 -0.012308241 -14.664758682 0.541979671 0.024128402 0.840045154 628.680358887\n0.840521753 0.019547533 -0.541425049 20.984474182 -0.028596576 0.999556541 -0.008306194 -14.689471245 0.541022539 0.022464439 0.840708017 629.412536621\n0.840659618 0.023992639 -0.541032195 20.513256073 -0.030683247 0.999523520 -0.003350927 -14.711195946 0.540694058 0.019417612 0.840995193 630.140197754\n0.841240883 0.019431587 -0.540311217 20.039196014 -0.025891591 0.999655247 -0.004360778 -14.731464386 0.540040195 0.017657980 0.841453969 630.866699219\n0.841643572 0.014860194 -0.539828956 19.571681976 -0.022946004 0.999702632 -0.008255544 -14.752256393 0.539545715 0.019335141 0.841734290 631.591308594\n0.841316342 0.018789681 -0.540216386 19.099185944 -0.028406000 0.999551594 -0.009472460 -14.769003868 0.539796114 0.023314722 0.841472864 632.307495117\n0.840544045 0.023227217 -0.541245103 18.614048004 -0.030921428 0.999508679 -0.005127101 -14.789111137 0.540860057 0.021045623 0.840849280 633.027893066\n0.839697599 0.028377375 -0.542312384 18.149627686 -0.032241940 0.999477267 0.002376970 -14.806412697 0.542096376 0.015489267 0.840173602 633.741394043\n0.839240313 0.030920386 -0.542880833 17.688892365 -0.033029735 0.999437153 0.005863343 -14.826742172 0.542756557 0.013010454 0.839789271 634.439880371\n0.839060724 0.029821921 -0.543219805 17.234394073 -0.034938097 0.999389052 0.000899298 -14.839030266 0.542914748 0.018224502 0.839590073 635.120666504\n0.838387609 0.035152048 -0.543939888 16.788333893 -0.044444360 0.999004066 -0.003942644 -14.853315353 0.543259561 0.027480522 0.839114904 635.778808594\n0.838806629 0.038961299 -0.543033600 16.343288422 -0.051669613 0.998630881 -0.008163142 -14.871372223 0.541972041 0.034905631 0.839671314 636.424438477\n0.839793026 0.041223165 -0.541339397 15.923255920 -0.055072226 0.998438120 -0.009403519 -14.894088745 0.540106237 0.037709773 0.840751588 637.054809570\n0.841221631 0.043268718 -0.538956404 15.512645721 -0.057288762 0.998314619 -0.009271160 -14.918645859 0.537646890 0.038675245 0.842282653 637.680908203\n0.843072653 0.047135361 -0.535730183 15.114742279 -0.060878254 0.998113275 -0.007986039 -14.932380676 0.534342945 0.039347127 0.844351470 638.283081055\n0.844929099 0.051574767 -0.532386065 14.735176086 -0.062459901 0.998044491 -0.002442353 -14.947303772 0.531219006 0.035316393 0.846498132 638.873840332\n0.846810281 0.057225373 -0.528807700 14.377162933 -0.065286964 0.997860610 0.003436541 -14.974247932 0.527873039 0.031614155 0.848734736 639.451843262\n0.850500166 0.053499728 -0.523246884 14.029785156 -0.062471550 0.998046637 0.000502929 -14.989057541 0.522251666 0.032260299 0.852181017 640.007873535\n0.855118155 0.044816978 -0.516492307 13.715759277 -0.056453448 0.998381853 -0.006834393 -15.017203331 0.515350223 0.035001986 0.856264532 640.544006348\n0.859617829 0.036949791 -0.509599805 13.413337708 -0.050617579 0.998633802 -0.012975795 -15.033849716 0.508424163 0.036948930 0.860313714 641.072753906\n0.864948630 0.031559911 -0.500867128 13.113491058 -0.045117728 0.998869419 -0.014974611 -15.052391052 0.499828249 0.035550252 0.865394652 641.592712402\n0.869508862 0.032594532 -0.492840648 12.829280853 -0.044859905 0.998907626 -0.013081633 -15.069543839 0.491875917 0.033483379 0.870021224 642.106201172\n0.873646259 0.029750289 -0.485651314 12.565269470 -0.039169606 0.999189734 -0.009253952 -15.090447426 0.484982491 0.027107447 0.874103665 642.598754883\n0.877589524 0.027409801 -0.478628635 12.316696167 -0.033990625 0.999409199 -0.005089981 -15.107839584 0.478206366 0.020735797 0.878002703 643.075378418\n0.881750584 0.022771312 -0.471165925 12.069904327 -0.028500134 0.999581158 -0.005026331 -15.122077942 0.470854133 0.017860264 0.882030249 643.564331055\n0.884801567 0.023416858 -0.465379238 11.830875397 -0.029894175 0.999531686 -0.006542026 -15.136939049 0.465008080 0.019700522 0.885087192 644.025817871\n0.888525128 0.021144576 -0.458340466 11.600738525 -0.028143454 0.999568224 -0.008445078 -15.155525208 0.457964003 0.020402946 0.888736606 644.481994629\n0.891377926 0.013498240 -0.453059852 11.380264282 -0.020496909 0.999734342 -0.010541296 -15.173134804 0.452797204 0.018682605 0.891417742 644.933471680\n0.892548680 0.001514080 -0.450948507 11.165950775 -0.010662816 0.999785662 -0.017747762 -15.187457085 0.450824976 0.020649124 0.892373502 645.391113281\n0.892772019 -0.008194513 -0.450434148 10.953041077 -0.003671313 0.999669015 -0.025463091 -15.204016685 0.450493723 0.024386421 0.892446458 645.830139160\n0.892303705 -0.007691558 -0.451370090 10.734348297 -0.006251727 0.999548435 -0.029391682 -15.222822189 0.451392323 0.029048149 0.891852677 646.249633789\n0.890668213 0.000269266 -0.454653770 10.508316040 -0.015263344 0.999453843 -0.029309023 -15.242692947 0.454397559 0.033044152 0.890185893 646.662658691\n0.887819052 0.001552557 -0.460190117 10.288421631 -0.017006237 0.999421954 -0.029437404 -15.260725021 0.459878385 0.033961188 0.887332261 647.067687988\n0.884510517 -0.006255135 -0.466478348 10.073005676 -0.006903616 0.999625146 -0.026494501 -15.281612396 0.466469198 0.026655052 0.884135723 647.477478027\n0.880190849 -0.012269851 -0.474461257 9.880771637 0.002173134 0.999759495 -0.021822914 -15.299599648 0.474614918 0.018177263 0.880005836 647.868225098\n0.875223756 -0.014011703 -0.483515322 9.670227051 0.005365910 0.999800086 -0.019260053 -15.323651314 0.483688563 0.014262358 0.875123978 648.234436035\n0.868752003 -0.011318542 -0.495117992 9.459949493 0.002556590 0.999827981 -0.018370477 -15.348633766 0.495240748 0.014693576 0.868631542 648.577514648\n0.861235559 -0.008286725 -0.508138418 9.246284485 -0.001480406 0.999821901 -0.018814219 -15.365000725 0.508203864 0.016955726 0.861069918 648.912231445\n0.852902591 -0.005082979 -0.522045374 9.027099609 -0.006228173 0.999782383 -0.019909954 -15.377923012 0.522032976 0.020232640 0.852685332 649.237426758\n0.844035745 -0.005483777 -0.536258936 8.798831940 -0.007967720 0.999709129 -0.022763673 -15.398738861 0.536227822 0.023486113 0.843746543 649.538452148\n0.833056450 -0.012729881 -0.553041458 8.606559753 -0.003227368 0.999606311 -0.027870335 -15.415655136 0.553178549 0.025002431 0.832687438 649.844604492\n0.822085440 -0.019051263 -0.569045305 8.386260986 0.001787358 0.999521494 -0.030881170 -15.429315567 0.569361329 0.024369873 0.821726084 650.123779297\n0.808344781 -0.019166321 -0.588397324 8.166801453 0.001544926 0.999535501 -0.030436214 -15.440587044 0.588707328 0.023693925 0.807998955 650.402282715\n0.791375399 -0.017384993 -0.611083269 7.936279297 0.000019407 0.999596298 -0.028412852 -15.456136703 0.611330509 0.022473376 0.791056275 650.669738770\n0.772391498 -0.018759167 -0.634869635 7.705261230 0.001427321 0.999612510 -0.027800111 -15.466972351 0.635145128 0.020566408 0.772118926 650.915771484\n0.750832975 -0.018399706 -0.660235763 7.472213745 0.001186657 0.999647856 -0.026509086 -15.484335899 0.660491049 0.019120421 0.750590444 651.155151367\n0.727419734 -0.013579899 -0.686058462 7.217399597 -0.004644898 0.999683797 -0.024712758 -15.498901367 0.686177135 0.021163220 0.727126598 651.377685547\n0.703019500 -0.007991146 -0.711125791 6.965866089 -0.013048083 0.999623597 -0.024132438 -15.505711555 0.711050987 0.026244402 0.702650607 651.578308105\n0.678926349 -0.006599115 -0.734176755 6.718078613 -0.013082990 0.999692082 -0.021084120 -15.530406952 0.734089851 0.023919793 0.678630948 651.764709473\n0.654045880 -0.008532185 -0.756406784 6.476440430 -0.009346629 0.999768913 -0.019359078 -15.551012993 0.756397188 0.019731577 0.653814971 651.951354980\n0.628068805 -0.010714298 -0.778084159 6.218566895 -0.004591650 0.999836743 -0.017474232 -15.560121536 0.778144360 0.014547710 0.627917051 652.141052246\n0.601867080 -0.008577139 -0.798550248 5.945434570 -0.006876229 0.999849617 -0.015921885 -15.563814163 0.798566699 0.015073873 0.601717591 652.319030762\n0.575952590 -0.005918212 -0.817461610 5.670471191 -0.009688564 0.999854147 -0.014064882 -15.569052696 0.817425668 0.016020734 0.575811267 652.466674805\n0.547159374 -0.002381735 -0.837025106 5.382354736 -0.012863905 0.999853909 -0.011254137 -15.579707146 0.836929679 0.016925218 0.547048807 652.634582520\n0.518777788 -0.000211506 -0.854909182 5.084716797 -0.013783304 0.999867916 -0.008611386 -15.591342926 0.854798079 0.016250867 0.518706322 652.776733398\n0.489088655 0.000752045 -0.872233808 4.778228760 -0.012342823 0.999905467 -0.006058883 -15.598653793 0.872146785 0.013729157 0.489051700 652.921386719\n0.458894253 0.001123059 -0.888490200 4.469696045 -0.010901759 0.999931037 -0.004366704 -15.601890564 0.888424039 0.011689961 0.458874881 653.041320801\n0.426147699 0.001517455 -0.904652417 4.139007568 -0.007257835 0.999972165 -0.001741551 -15.609444618 0.904624581 0.007307976 0.426146805 653.174560547\n0.392314494 0.003698692 -0.919823766 3.791442871 -0.007917818 0.999968469 0.000643928 -15.617676735 0.919797122 0.007030373 0.392331421 653.294921875\n0.358460724 0.004745403 -0.933532774 3.421234131 -0.010542748 0.999943912 0.001034752 -15.620250702 0.933485270 0.009471081 0.358490646 653.398559570\n0.323047340 0.003735134 -0.946375489 3.048889160 -0.011262803 0.999936581 0.000101945 -15.628875732 0.946315825 0.010625906 0.323068917 653.498046875\n0.284920871 0.001203131 -0.958550334 2.702728271 -0.008713184 0.999961138 -0.001334811 -15.636678696 0.958511472 0.008732340 0.284920275 653.591186523\n0.245866776 -0.001202640 -0.969303012 2.305450439 -0.004657688 0.999986231 -0.002422148 -15.644171715 0.969292521 0.005110236 0.245857775 653.665527344\n0.204168022 -0.002713948 -0.978932202 1.897064209 -0.000106305 0.999996066 -0.002794516 -15.648627281 0.978935957 0.000674617 0.204166949 653.742797852\n0.162417054 -0.001241756 -0.986721516 1.471557617 0.003182993 0.999994636 -0.000734531 -15.652543068 0.986717165 -0.003021427 0.162420154 653.786071777\n0.120544255 0.002586184 -0.992704630 1.027099609 0.004005706 0.999987185 0.003091570 -15.662579536 0.992699921 -0.004349154 0.120532393 653.806030273\n0.075477779 0.003295771 -0.997142017 0.548889160 0.005355685 0.999978781 0.003710541 -15.652223587 0.997133076 -0.005620443 0.075458527 653.827087402\n0.028937757 0.004007328 -0.999573171 0.089050293 0.008522798 0.999954641 0.004255594 -15.655623436 0.999544859 -0.008642307 0.028902292 653.818359375\n-0.018045425 0.006297394 -0.999817371 -0.387390137 0.011572903 0.999914467 0.006089130 -15.668600082 0.999770224 -0.011460909 -0.018116832 653.783386230\n-0.065932274 0.007977924 -0.997792244 -0.834289551 0.013332478 0.999885798 0.007113677 -15.676961899 0.997735083 -0.012834022 -0.066031098 653.719909668\n-0.117573261 0.008674167 -0.993026376 -1.371154785 0.019484332 0.999789536 0.006426321 -15.674130440 0.992873132 -0.018592892 -0.117717505 653.651000977\n-0.168342233 0.008275300 -0.985693932 -1.868774414 0.023009636 0.999725282 0.004463390 -15.671916962 0.985460043 -0.021929082 -0.168486357 653.535461426\n-0.218395829 0.008167078 -0.975826204 -2.382019043 0.022971088 0.999730945 0.003226080 -15.677999496 0.975589991 -0.021711227 -0.218524694 653.382507324\n-0.267886639 0.008995270 -0.963408530 -2.906127930 0.023559486 0.999718547 0.002783315 -15.678068161 0.963162422 -0.021951796 -0.268023133 653.217590332\n-0.314428329 0.010177840 -0.949226618 -3.448181152 0.022719383 0.999736786 0.003193697 -15.683239937 0.949009299 -0.020561654 -0.314576864 653.008300781\n-0.357977390 0.011374854 -0.933661222 -3.994812012 0.022935472 0.999731243 0.003386048 -15.689174652 0.933448792 -0.020201830 -0.358142018 652.765380859\n-0.398200035 0.011535686 -0.917226136 -4.550415039 0.023065662 0.999730647 0.002559710 -15.689695358 0.917008638 -0.020137152 -0.398358941 652.510009766\n-0.433239937 0.010949122 -0.901212275 -5.118530273 0.021773497 0.999761522 0.001679256 -15.692780495 0.901015759 -0.018895021 -0.433375001 652.209289551\n-0.463882565 0.008953369 -0.885851443 -5.687011719 0.018035943 0.999837101 0.000660779 -15.697263718 0.885713100 -0.015670642 -0.463968515 651.892333984\n-0.488840222 0.006564753 -0.872348845 -6.277465820 0.014036318 0.999901414 -0.000340929 -15.702472687 0.872260630 -0.012411225 -0.488884211 651.528076172\n-0.509202957 0.004444653 -0.860635161 -6.880310059 0.011585285 0.999931455 -0.001690509 -15.707987785 0.860568702 -0.010831514 -0.509219527 651.157043457\n-0.524878144 0.002391159 -0.851174057 -7.505554199 0.007864228 0.999966979 -0.002040336 -15.712453842 0.851141095 -0.007764754 -0.524879694 650.749206543\n-0.536039233 0.000985843 -0.844192684 -8.154602051 0.004915678 0.999985993 -0.001953542 -15.718192101 0.844178975 -0.005196954 -0.536036611 650.320312500\n-0.542512655 -0.000055558 -0.840047896 -8.811706543 0.002021663 0.999997020 -0.001371749 -15.729807854 0.840045452 -0.002442485 -0.542510867 649.890014648\n-0.545458913 -0.001239755 -0.838136733 -9.490417480 -0.000189104 0.999999046 -0.001356110 -15.733140945 0.838137627 -0.000581208 -0.545458674 649.440185547\n-0.545098186 -0.002342572 -0.838369131 -10.185058594 -0.002388605 0.999996364 -0.001241147 -15.743776321 0.838369012 0.001325985 -0.545101762 648.979553223\n-0.543524027 -0.003257110 -0.839387178 -10.907836914 -0.003984115 0.999991238 -0.001300495 -15.748251915 0.839384079 0.002637365 -0.543532252 648.506896973\n-0.542091250 -0.002632583 -0.840315700 -11.645202637 -0.003689729 0.999992907 -0.000752568 -15.756778717 0.840311706 0.002692576 -0.542097092 648.028686523\n-0.540454268 -0.004349662 -0.841362357 -12.401062012 -0.002560033 0.999990523 -0.003525283 -15.766558647 0.841369689 0.000248662 -0.540460229 647.528869629\n-0.539813399 -0.008524043 -0.841741621 -13.173278809 -0.001576558 0.999957204 -0.009115186 -15.784781456 0.841783285 -0.003593444 -0.539803743 647.036987305\n-0.538704395 -0.012506016 -0.842402101 -13.967712402 -0.001531404 0.999902725 -0.013864906 -15.793830872 0.842493534 -0.006179026 -0.538671136 646.524108887\n-0.537314296 -0.013280518 -0.843277693 -14.775756836 -0.002353674 0.999895751 -0.014247350 -15.811212540 0.843378961 -0.005670503 -0.537289500 645.993896484\n-0.536585569 -0.010572108 -0.843779922 -15.622558594 -0.001462408 0.999931693 -0.011598617 -15.827734947 0.843844891 -0.004989697 -0.536564350 645.463012695\n-0.535626173 -0.008158920 -0.844415903 -16.488098145 -0.000837472 0.999957979 -0.009130578 -15.843175888 0.844454944 -0.004183400 -0.535610557 644.916259766\n-0.534777999 -0.007656796 -0.844958007 -17.363952637 -0.000568271 0.999961972 -0.008701742 -15.861892700 0.844992518 -0.004173333 -0.534761906 644.352050781\n-0.535488844 -0.008293387 -0.844501674 -18.264343262 -0.000154739 0.999952734 -0.009721868 -15.878282547 0.844542384 -0.005075274 -0.535464764 643.781005859\n-0.536670089 -0.008341818 -0.843751132 -19.182128906 0.000588200 0.999947190 -0.010260192 -15.892023087 0.843792140 -0.006002631 -0.536636829 643.192260742\n-0.537539959 -0.006928178 -0.843210101 -20.106811523 0.001080060 0.999959767 -0.008904633 -15.906070709 0.843237877 -0.005697312 -0.537510872 642.596923828\n-0.539007425 -0.005918761 -0.842280328 -21.055053711 0.000897133 0.999970734 -0.007600972 -15.923416138 0.842300653 -0.004852618 -0.538986325 641.991088867\n-0.540637732 -0.004121035 -0.841245592 -22.006958008 0.001745730 0.999980330 -0.006020551 -15.939380646 0.841253877 -0.004723524 -0.540619969 641.377197266\n-0.542646050 -0.003806602 -0.839952886 -22.982055664 0.000718158 0.999987245 -0.004995827 -15.956912994 0.839961171 -0.003314184 -0.542636395 640.738647461\n-0.543875933 -0.004064124 -0.839155853 -23.958129883 0.000518184 0.999986470 -0.005178891 -15.969225883 0.839165568 -0.003251511 -0.543866396 640.101135254\n-0.544941902 -0.004686466 -0.838460684 -24.945861816 -0.000840736 0.999986947 -0.005042874 -15.983780861 0.838473380 -0.002043149 -0.544938684 639.455139160\n-0.545146346 -0.006281205 -0.838317573 -25.933593750 -0.002991664 0.999980152 -0.005547047 -16.003829956 0.838335752 -0.000515987 -0.545154333 638.800659180\n-0.545532823 -0.006984239 -0.838060558 -26.945434570 -0.002813892 0.999974906 -0.006501909 -16.023214340 0.838084936 -0.001188792 -0.545538783 638.137512207\n-0.546058893 -0.007391861 -0.837714195 -27.960998535 -0.004180404 0.999972641 -0.006098634 -16.042703629 0.837736428 0.000171771 -0.546074867 637.459289551\n-0.546507239 -0.005959073 -0.837433279 -28.991760254 -0.003561747 0.999982178 -0.004791363 -16.064321518 0.837446928 0.000364212 -0.546518683 636.779174805\n-0.547505021 -0.003986535 -0.836792946 -30.039062500 -0.002082777 0.999992073 -0.003401287 -16.081279755 0.836799860 -0.000119369 -0.547508955 636.091857910\n-0.549143076 -0.002193169 -0.835725725 -31.085144043 -0.000519040 0.999997258 -0.002283208 -16.095920563 0.835728407 -0.000820032 -0.549142718 635.401916504\n-0.550882697 0.001447692 -0.834581435 -32.133789062 0.000923034 0.999998927 0.001125363 -16.125265121 0.834582150 -0.000150404 -0.550883532 634.706909180\n-0.553016186 0.005837630 -0.833150327 -33.186889648 0.001294263 0.999980271 0.006147470 -16.147300720 0.833169758 0.002321334 -0.553012848 634.012207031\n-0.553534627 0.008034913 -0.832787395 -34.223937988 -0.000366125 0.999951005 0.009891098 -16.161476135 0.832826078 0.005779970 -0.553504467 633.297851562\n-0.554235816 0.008513529 -0.832316160 -35.254699707 -0.001411629 0.999936640 0.011168070 -16.173414230 0.832358479 0.007364666 -0.554188728 632.611694336\n-0.554058909 0.007740780 -0.832441688 -36.285705566 -0.002864691 0.999933124 0.011204953 -16.186239243 0.832472801 0.008592890 -0.553999662 631.918212891\n-0.553104162 0.005248917 -0.833095670 -37.317687988 -0.004758023 0.999943972 0.009459064 -16.192255020 0.833098590 0.009195735 -0.553048134 631.221374512\n-0.552565217 0.004215511 -0.833459258 -38.345275879 -0.004921826 0.999953270 0.008320676 -16.201417923 0.833455384 0.008699855 -0.552518725 630.529785156\n-0.552717447 0.005622661 -0.833349764 -39.389404297 -0.003963263 0.999948204 0.009375337 -16.211874008 0.833359301 0.008484696 -0.552666545 629.835998535\n-0.553210616 0.006809776 -0.833013773 -40.422058105 -0.002926168 0.999944508 0.010117703 -16.222991943 0.833036482 0.008034757 -0.553159952 629.144653320\n-0.553820729 0.006778133 -0.832608342 -41.449096680 -0.002806330 0.999945998 0.010007070 -16.235067368 0.832631230 0.007878697 -0.553771734 628.446777344\n-0.554597855 0.005594324 -0.832099795 -42.464965820 -0.003533361 0.999952555 0.009077822 -16.246723175 0.832111061 0.007974650 -0.554551840 627.762451172\n-0.555109859 0.006003498 -0.831755280 -43.503112793 -0.003131719 0.999951780 0.009307613 -16.263078690 0.831771076 0.007771572 -0.555064321 627.065612793\n-0.555788517 0.005700769 -0.831304371 -44.532287598 -0.003639465 0.999950230 0.009290530 -16.275835037 0.831315994 0.008189072 -0.555740118 626.377685547\n-0.555599928 0.005657298 -0.831430674 -45.539184570 -0.002835610 0.999958158 0.008698893 -16.283672333 0.831445098 0.007190716 -0.555560708 625.689331055\n-0.555793047 0.005980956 -0.831299245 -46.560607910 -0.002543832 0.999957204 0.008895166 -16.299022675 0.831316829 0.007058557 -0.555754066 625.007812500\n-0.555818558 0.006946005 -0.831274927 -47.575134277 -0.001164904 0.999957621 0.009134386 -16.307012558 0.831303120 0.006045414 -0.555786848 624.327880859\n-0.555641651 0.009103511 -0.831372201 -48.606933594 -0.001365281 0.999928713 0.011861678 -16.319972992 0.831420898 0.007725898 -0.555589676 623.640808105\n-0.554629326 0.006533871 -0.832072079 -49.611145020 -0.003756246 0.999939322 0.010355831 -16.329845428 0.832089305 0.008869112 -0.554571033 622.955200195\n-0.553999424 0.003873672 -0.832508326 -50.620666504 -0.003580583 0.999968827 0.007035596 -16.340875626 0.832509637 0.006878580 -0.553968310 622.276733398\n-0.553862453 0.001804478 -0.832606375 -51.621765137 -0.005669785 0.999966264 0.005938818 -16.354301453 0.832589030 0.008009986 -0.553833485 621.598083496\n-0.553379059 0.005172656 -0.832913756 -52.632446289 -0.005283861 0.999938786 0.009720475 -16.370458603 0.832913041 0.009780106 -0.553317904 620.924072266\n-0.553176761 0.006460889 -0.833038926 -53.646118164 -0.005422262 0.999920845 0.011355828 -16.381689072 0.833046317 0.010798735 -0.553097844 620.242553711\n-0.553305030 0.004128096 -0.832968593 -54.651123047 -0.004446229 0.999958813 0.007909117 -16.395214081 0.832966983 0.008079723 -0.553263903 619.578186035\n-0.552675128 -0.000383425 -0.833396614 -55.635375977 -0.003240742 0.999993324 0.001689058 -16.407251358 0.833390415 0.003634324 -0.552672744 618.911132812\n-0.552782059 -0.001107123 -0.833325386 -56.635559082 -0.003161604 0.999994695 0.000768680 -16.425737381 0.833320081 0.003059557 -0.552782655 618.239013672\n-0.552269220 -0.000413920 -0.833665729 -57.633789062 -0.003605030 0.999991715 0.001891682 -16.446136475 0.833658040 0.004050107 -0.552266121 617.574096680\n-0.552132964 0.000298662 -0.833756208 -58.624572754 -0.003717591 0.999989092 0.002820084 -16.466138840 0.833747923 0.004656625 -0.552125812 616.913330078\n-0.551676989 0.000060970 -0.834057868 -59.624877930 -0.003966917 0.999988496 0.002696967 -16.486335754 0.834048450 0.004796493 -0.551670432 616.244567871\n-0.551711679 -0.000270991 -0.834035218 -60.617431641 -0.005325558 0.999980688 0.003197929 -16.500011444 0.834018230 0.006206036 -0.551702380 615.571777344\n-0.551498532 0.000792606 -0.834175706 -61.599487305 -0.005319154 0.999975860 0.004466795 -16.525241852 0.834159136 0.006900538 -0.551481009 614.927673340\n-0.551148891 0.001628875 -0.834405541 -62.580627441 -0.004922148 0.999974370 0.005203308 -16.542917252 0.834392607 0.006974863 -0.551126719 614.269836426\n-0.551623344 0.001303963 -0.834092617 -63.558959961 -0.004826623 0.999977052 0.004755361 -16.559341431 0.834079623 0.006649017 -0.551604390 613.623413086\n-0.551219463 0.000575519 -0.834360123 -64.538940430 -0.005472390 0.999975741 0.004305087 -16.569145203 0.834342360 0.006938991 -0.551202893 612.959289551\n-0.551522851 0.000531465 -0.834159553 -65.512634277 -0.005343141 0.999977052 0.004169846 -16.584695816 0.834142625 0.006756797 -0.551507354 612.308532715\n-0.552048206 0.001472989 -0.833810925 -66.488525391 -0.003829459 0.999983430 0.004301948 -16.611991882 0.833803415 0.005567927 -0.552033424 611.662475586\n-0.552581668 0.000632658 -0.833458483 -67.447875977 -0.004600169 0.999982178 0.003808967 -16.627634048 0.833446026 0.005938815 -0.552568913 611.014709473\n-0.553328872 0.001183895 -0.832962155 -68.414916992 -0.003323904 0.999987900 0.003629328 -16.646270752 0.832956374 0.004776898 -0.553318262 610.362792969\n-0.555079818 0.001770721 -0.831795216 -69.387756348 -0.001906183 0.999992371 0.003400826 -16.665616989 0.831794918 0.003473284 -0.555072188 609.722717285\n-0.556720734 0.004613093 -0.830686927 -70.351867676 -0.001248036 0.999978781 0.006389655 -16.676378250 0.830698788 0.004593980 -0.556703091 609.063354492\n-0.559370041 0.009275426 -0.828866363 -71.315368652 -0.000859876 0.999930382 0.011770017 -16.697805405 0.828917801 0.007296515 -0.559323072 608.411376953\n-0.562503457 0.012731017 -0.826697052 -72.269165039 -0.000057091 0.999880850 0.015436870 -16.703134537 0.826795042 0.008730487 -0.562435746 607.757690430\n-0.567019224 0.013238002 -0.823598146 -73.224731445 0.000039164 0.999871254 0.016044341 -16.711151123 0.823704541 0.009065195 -0.566946745 607.105712891\n-0.572080016 0.010918630 -0.820125043 -74.166015625 -0.002596242 0.999882281 0.015122820 -16.710540771 0.820193648 0.010780707 -0.571984291 606.442321777\n-0.577445269 0.008678929 -0.816383362 -75.103393555 -0.003658678 0.999905944 0.013217809 -16.727016449 0.816421330 0.010619443 -0.577359319 605.764709473\n-0.583236337 0.005719692 -0.812282681 -76.035095215 -0.005907279 0.999918878 0.011282486 -16.733402252 0.812281370 0.011378733 -0.583155274 605.086547852\n-0.588832974 0.003661858 -0.808246553 -76.949951172 -0.007517668 0.999921679 0.010007123 -16.741188049 0.808219910 0.011968653 -0.588759422 604.407287598\n-0.595650315 0.003449993 -0.803236544 -77.854675293 -0.008609541 0.999905884 0.010679225 -16.746873856 0.803197801 0.013276581 -0.595564604 603.725952148\n-0.602838039 0.005975377 -0.797841191 -78.764404297 -0.007287055 0.999889016 0.012994600 -16.765529633 0.797830284 0.013647552 -0.602727532 603.035034180\n-0.609716773 0.006229089 -0.792594850 -79.661743164 -0.006728584 0.999892414 0.013034338 -16.774559021 0.792590797 0.013280297 -0.609609246 602.337646484\n-0.616123080 0.004538192 -0.787637055 -80.550170898 -0.007853545 0.999898314 0.011904570 -16.783067703 0.787610948 0.013520421 -0.616024733 601.640625000\n-0.621200204 0.002293740 -0.783648551 -81.419250488 -0.010788728 0.999875903 0.011478889 -16.787048340 0.783577621 0.015585260 -0.621098280 600.929016113\n-0.625121355 0.000936591 -0.780527055 -82.307006836 -0.015553237 0.999785781 0.013656223 -16.795383453 0.780372620 0.020676518 -0.624972939 600.208007812\n-0.627064824 -0.002860009 -0.778961897 -83.174072266 -0.018952144 0.999753237 0.011585830 -16.803968430 0.778736591 0.022028064 -0.626964331 599.486816406\n-0.628872752 -0.010396861 -0.777438819 -84.026489258 -0.019149503 0.999814391 0.002119354 -16.816963196 0.777272463 0.016220370 -0.628955126 598.771850586\n-0.631974339 -0.018986126 -0.774756968 -84.883544922 -0.020747343 0.999756038 -0.007576196 -16.841625214 0.774711847 0.011286188 -0.632214069 598.096679688\n-0.633439183 -0.022161793 -0.773475349 -85.726562500 -0.018363420 0.999738812 -0.013605993 -16.873620987 0.773574829 0.005585085 -0.633680701 597.390563965\n-0.635644436 -0.021371547 -0.771686316 -86.593139648 -0.018477067 0.999751568 -0.012468014 -16.899154663 0.771761060 0.006333277 -0.635881424 596.687500000\n-0.636414528 -0.015420335 -0.771193206 -87.435180664 -0.019099358 0.999808669 -0.004230169 -16.932531357 0.771110892 0.012037155 -0.636587262 595.984252930\n-0.637554765 -0.014163218 -0.770274699 -88.282043457 -0.020526415 0.999788344 -0.001393663 -16.953016281 0.770131409 0.014922441 -0.637710571 595.286621094\n-0.636890888 -0.018037040 -0.770742953 -89.102966309 -0.022543631 0.999734521 -0.004767370 -16.977020264 0.770624280 0.014339050 -0.637128472 594.587585449\n-0.635556698 -0.021837218 -0.771745443 -89.931152344 -0.025939843 0.999639511 -0.006923406 -17.001510620 0.771618426 0.015618737 -0.635894060 593.888793945\n-0.633039474 -0.019153990 -0.773882627 -90.759277344 -0.025807355 0.999660313 -0.003631571 -17.021869659 0.773689330 0.017672934 -0.633318782 593.200317383\n-0.629430294 -0.012033761 -0.776963949 -91.602233887 -0.025418444 0.999663830 0.005108885 -17.037361145 0.776641250 0.022964898 -0.629524589 592.513854980\n-0.623769760 -0.006237161 -0.781583428 -92.441528320 -0.030384447 0.999405801 0.016273940 -17.054557800 0.781017542 0.033899169 -0.623588681 591.817749023\n-0.618018985 -0.002794314 -0.786158264 -93.290039062 -0.029330313 0.999379456 0.019505117 -17.056993484 0.785615921 0.035112802 -0.617717385 591.154663086\n-0.610933304 -0.006876400 -0.791652203 -94.139099121 -0.033615693 0.999285758 0.017261948 -17.054031372 0.790968060 0.037157837 -0.610728145 590.474243164\n-0.603804588 -0.011757121 -0.797045708 -94.990722656 -0.039275724 0.999115586 0.015015620 -17.050285339 0.796164274 0.040371045 -0.603732228 589.800292969\n-0.597882867 -0.014709879 -0.801448464 -95.838439941 -0.045428026 0.998846471 0.015556496 -17.053573608 0.800295174 0.045709185 -0.597861409 589.159057617\n-0.591189146 -0.016681779 -0.806360424 -96.707031250 -0.047931056 0.998745680 0.014479212 -17.050502777 0.805107474 0.047209658 -0.591247201 588.504089355\n-0.584930420 -0.018650752 -0.810869277 -97.577453613 -0.052473422 0.998511374 0.014885636 -17.057819366 0.809384584 0.051256139 -0.585038304 587.869873047\n-0.578172565 -0.020864949 -0.815647602 -98.468200684 -0.057163067 0.998252392 0.014983963 -17.053730011 0.813909531 0.055288237 -0.578354955 587.213623047\n-0.571699619 -0.024097743 -0.820109069 -99.359619141 -0.062356401 0.997953713 0.014145317 -17.055622101 0.818089962 0.059225921 -0.572032452 586.569213867\n-0.565220356 -0.027230578 -0.824490607 -100.251037598 -0.065918900 0.997749925 0.012237114 -17.059906006 0.822302222 0.061266173 -0.565743566 585.941467285\n-0.558907390 -0.031693183 -0.828624368 -101.152526855 -0.067965470 0.997658074 0.007684343 -17.064830780 0.826440275 0.060612679 -0.559752464 585.316772461\n-0.553002715 -0.035001382 -0.832444072 -102.069885254 -0.067748770 0.997697711 0.003056600 -17.070247650 0.830420613 0.058087364 -0.554100871 584.696716309\n-0.547979116 -0.035187244 -0.835751891 -102.994750977 -0.066707365 0.997771084 0.001729476 -17.084720612 0.833828211 0.056698516 -0.549104929 584.083190918\n-0.544789076 -0.029909700 -0.838039398 -103.940246582 -0.062686034 0.998020113 0.005131252 -17.094459534 0.836226702 0.055328824 -0.545585394 583.467773438\n-0.542593241 -0.025461908 -0.839609683 -104.878173828 -0.059900347 0.998168707 0.008439918 -17.107833862 0.837857187 0.054872353 -0.543124676 582.846618652\n-0.542076349 -0.024753343 -0.839964747 -105.823608398 -0.059060138 0.998216510 0.008697863 -17.111568451 0.838251412 0.054323334 -0.542571425 582.227966309\n-0.541937470 -0.026726870 -0.839993656 -106.770080566 -0.059705086 0.998193145 0.006759393 -17.114807129 0.838295281 0.053815063 -0.542554021 581.600891113\n-0.541515708 -0.028294660 -0.840214372 -107.737487793 -0.060912229 0.998127162 0.005645297 -17.127403259 0.838481069 0.054236345 -0.542225003 580.973144531\n-0.541873932 -0.028802117 -0.839966416 -108.691528320 -0.061369497 0.998100698 0.005365816 -17.136901855 0.838216543 0.054455902 -0.542612314 580.350463867\n-0.541615486 -0.028401529 -0.840146482 -109.652099609 -0.059952572 0.998189151 0.004905262 -17.149600983 0.838485837 0.053025708 -0.542337418 579.719787598\n-0.541683793 -0.028322658 -0.840105057 -110.628845215 -0.059039719 0.998245895 0.004413598 -17.154016495 0.838506401 0.051990341 -0.542405844 579.074096680\n-0.542500854 -0.027187580 -0.839615226 -111.598449707 -0.057906110 0.998309076 0.005088647 -17.167457581 0.838057160 0.051379446 -0.543157816 578.442749023\n-0.543099403 -0.026307810 -0.839256346 -112.585083008 -0.058126990 0.998289168 0.006322170 -17.181106567 0.837654233 0.052217007 -0.543699384 577.791503906\n-0.543902874 -0.025404233 -0.838763535 -113.559753418 -0.056951802 0.998354495 0.006692967 -17.193412781 0.837213337 0.051409420 -0.544454694 577.149658203\n-0.545094967 -0.024475196 -0.838016987 -114.529541016 -0.056418691 0.998378754 0.007539260 -17.206800461 0.836473823 0.051389433 -0.545592070 576.514282227\n-0.545928955 -0.024281180 -0.837479591 -115.499023438 -0.056170724 0.998391747 0.007669553 -17.216167450 0.835946500 0.051228866 -0.546414852 575.861389160\n-0.546426654 -0.023008153 -0.837190926 -116.472717285 -0.055237614 0.998436093 0.008613489 -17.229623795 0.835683405 0.050951064 -0.546843052 575.200439453\n-0.547919750 -0.022953929 -0.836216033 -117.427917480 -0.055251483 0.998433709 0.008796046 -17.237316132 0.834704399 0.051021703 -0.548329711 574.580200195\n-0.548861861 -0.022675065 -0.835605562 -118.389465332 -0.055088289 0.998440087 0.009090610 -17.246623993 0.834096014 0.051021568 -0.549254894 573.934570312\n-0.549831510 -0.022779737 -0.834965050 -119.347839355 -0.056051087 0.998381078 0.009672012 -17.257299423 0.833392978 0.052118670 -0.550218225 573.296020508\n-0.549757123 -0.024000671 -0.834979892 -120.295715332 -0.058233332 0.998256385 0.009647368 -17.272876740 0.833292425 0.053927362 -0.550196171 572.651611328\n-0.549809098 -0.025899934 -0.834888756 -121.258728027 -0.058639929 0.998249888 0.007649108 -17.282136917 0.833229542 0.053163365 -0.550365686 572.008850098\n-0.550050735 -0.029567830 -0.834607661 -122.211364746 -0.059916653 0.998194873 0.004124981 -17.292663574 0.832979143 0.052275848 -0.550829411 571.376403809\n-0.549882054 -0.029867487 -0.834708333 -123.166381836 -0.059991222 0.998191655 0.003803255 -17.304576874 0.833085358 0.052166510 -0.550679445 570.718627930\n-0.549507260 -0.028023669 -0.835018754 -124.098815918 -0.059719909 0.998198330 0.005800283 -17.322710037 0.833351791 0.053054549 -0.550190806 570.100463867\n-0.549638510 -0.026250614 -0.834990084 -125.041198730 -0.058668438 0.998251319 0.007235683 -17.338779449 0.833339989 0.052964572 -0.550217509 569.476074219\n-0.549490094 -0.027339941 -0.835052788 -125.976623535 -0.058982953 0.998240173 0.006129819 -17.354700089 0.833415687 0.052622154 -0.550135732 568.854614258\n-0.549687743 -0.027040059 -0.834932566 -126.913269043 -0.059399806 0.998211265 0.006778572 -17.367874146 0.833255768 0.053320926 -0.550310612 568.228454590\n-0.549662828 -0.025738826 -0.834990144 -127.847229004 -0.058896963 0.998232007 0.008000268 -17.375392914 0.833307981 0.053575829 -0.550207019 567.601928711\n-0.549097300 -0.026518920 -0.835337579 -128.793090820 -0.059412632 0.998206317 0.007364640 -17.389823914 0.833643973 0.053673513 -0.549687982 566.958435059\n-0.548896313 -0.028029768 -0.835420489 -129.718566895 -0.059654359 0.998202801 0.005703305 -17.400424957 0.833759189 0.052966993 -0.549582005 566.338073730\n-0.549020886 -0.027956018 -0.835341036 -130.642944336 -0.059725244 0.998197734 0.005847637 -17.417562485 0.833672047 0.053101420 -0.549701095 565.722839355\n-0.549256563 -0.027551964 -0.835199535 -131.566528320 -0.060006723 0.998176575 0.006534194 -17.430858612 0.833496630 0.053706534 -0.549908400 565.102905273\n-0.548879504 -0.026582440 -0.835478783 -132.481994629 -0.059577975 0.998196363 0.007380949 -17.443035126 0.833775699 0.053827383 -0.549473166 564.493041992\n-0.548793793 -0.025954368 -0.835554898 -133.392761230 -0.059450567 0.998198867 0.008040729 -17.458797455 0.833841264 0.054086909 -0.549348235 563.881286621\n-0.548523068 -0.026528517 -0.835714638 -134.291992188 -0.059942275 0.998172462 0.007657728 -17.476501465 0.833984256 0.054295070 -0.549110770 563.274169922\n-0.548205018 -0.028125975 -0.835870862 -135.193115234 -0.060740363 0.998134017 0.006250584 -17.484298706 0.834135354 0.054197703 -0.548890471 562.668701172\n-0.547615647 -0.029221961 -0.836219788 -136.090087891 -0.062278539 0.998041332 0.005907501 -17.499055862 0.834409237 0.055313576 -0.548362970 562.067749023\n-0.546688437 -0.030718919 -0.836772501 -136.989440918 -0.062124122 0.998060644 0.003947542 -17.507509232 0.835028410 0.054141831 -0.547536612 561.464416504\n-0.545958042 -0.032407690 -0.837185681 -137.887634277 -0.062995680 0.998010814 0.002448393 -17.524921417 0.835441053 0.054075800 -0.546913505 560.873718262\n-0.544850945 -0.032121662 -0.837917686 -138.796264648 -0.061442677 0.998109162 0.001690097 -17.538812637 0.836279035 0.052404750 -0.545794368 560.272094727\n-0.544488192 -0.029550411 -0.838248193 -139.697143555 -0.060548089 0.998156667 0.004141686 -17.551544189 0.836580634 0.053009417 -0.545273662 559.680541992\n-0.544146657 -0.026594570 -0.838568628 -140.594421387 -0.061691985 0.998060048 0.008379160 -17.564544678 0.836719036 0.056292452 -0.544731736 559.077697754\n-0.544412732 -0.023780944 -0.838480651 -141.489379883 -0.061361521 0.998048961 0.011534472 -17.578077316 0.836570442 0.057729948 -0.544809818 558.488891602\n-0.544433832 -0.023954811 -0.838461876 -142.379821777 -0.062652610 0.997961164 0.012170167 -17.583086014 0.836460829 0.059157662 -0.544824719 557.899414062\n-0.543988585 -0.026675725 -0.838668466 -143.285461426 -0.063338108 0.997948408 0.009341250 -17.587768555 0.836698711 0.058201205 -0.544562221 557.295104980\n-0.544382811 -0.028255908 -0.838361144 -144.172729492 -0.064546816 0.997880340 0.008280618 -17.596603394 0.836350143 0.058621366 -0.545052648 556.706054688\n-0.544621468 -0.028214814 -0.838207364 -145.062622070 -0.064650267 0.997872472 0.008416922 -17.608953476 0.836186588 0.058774360 -0.545286775 556.113159180\n-0.544605851 -0.028255571 -0.838216066 -145.951782227 -0.064525947 0.997881651 0.008286033 -17.617198944 0.836206317 0.058599304 -0.545275331 555.527954102\n-0.545003653 -0.029329408 -0.837920725 -146.833190918 -0.064227603 0.997911811 0.006845645 -17.627275467 0.835970223 0.057548538 -0.545749307 554.944702148\n-0.544994831 -0.029972518 -0.837903619 -147.711364746 -0.065263301 0.997845232 0.006755220 -17.636196136 0.835895598 0.058365908 -0.545776606 554.359863281\n-0.545277238 -0.027949365 -0.837789774 -148.588745117 -0.063660830 0.997938395 0.008141722 -17.651901245 0.835835040 0.057773884 -0.545932412 553.781738281\n-0.545310140 -0.027539857 -0.837782145 -149.463439941 -0.063071810 0.997974932 0.008247489 -17.663650513 0.835858405 0.057337865 -0.545942903 553.204895020\n-0.545247912 -0.028195236 -0.837800622 -150.322448730 -0.062757231 0.998002470 0.007256298 -17.674137115 0.835922480 0.056534529 -0.545928240 552.637817383\n-0.544414759 -0.028422384 -0.838334560 -151.188781738 -0.063015059 0.997987390 0.007086841 -17.684890747 0.836445928 0.056685880 -0.545110106 552.064025879\n-0.543694019 -0.026719408 -0.838858128 -152.072875977 -0.061662011 0.998063624 0.008174919 -17.697029114 0.837015331 0.056170329 -0.544288754 551.480590820\n-0.542817116 -0.026502755 -0.839432836 -152.944641113 -0.062868282 0.997979939 0.009145169 -17.708177567 0.837494791 0.057737850 -0.543386817 550.909057617\n-0.541721106 -0.026015392 -0.840155661 -153.810485840 -0.062770449 0.997982085 0.009571059 -17.717868805 0.838211298 0.057921790 -0.542261004 550.341186523\n-0.540298462 -0.026434343 -0.841058195 -154.654296875 -0.062663339 0.997995138 0.008888270 -17.731922150 0.839137077 0.057505827 -0.540871620 549.783142090\n-0.539311528 -0.027721824 -0.841649950 -155.508911133 -0.062693067 0.998006165 0.007300591 -17.741985321 0.839769423 0.056702908 -0.539974213 549.227661133\n-0.538689494 -0.027528683 -0.842054605 -156.366271973 -0.062876530 0.997992396 0.007597493 -17.750946045 0.840154946 0.057038154 -0.539338827 548.663940430\n-0.538175583 -0.026423177 -0.842418790 -157.223815918 -0.062219005 0.998026788 0.008444366 -17.760934830 0.840533435 0.056958999 -0.538757682 548.108276367\n-0.538052678 -0.025339488 -0.842530251 -158.070556641 -0.062556341 0.997991979 0.009934359 -17.774234772 0.840586722 0.058050819 -0.538557410 547.558349609\n-0.538634539 -0.026534194 -0.842121601 -158.904174805 -0.063327916 0.997951627 0.009061351 -17.785181046 0.840156198 0.058210559 -0.539211631 547.018066406\n-0.538628697 -0.027391898 -0.842097938 -159.735351562 -0.062096540 0.998043776 0.007254097 -17.794376373 0.840251923 0.056198630 -0.539276004 546.468994141\n-0.539238214 -0.029761773 -0.841627419 -160.552490234 -0.061970998 0.998068213 0.004411501 -17.808994293 0.839870274 0.054535337 -0.540040851 545.941894531\n-0.539654851 -0.028697038 -0.841397107 -161.356079102 -0.060052760 0.998185158 0.004472096 -17.823545456 0.839741766 0.052941605 -0.540398836 545.415466309\n-0.540389299 -0.026968006 -0.840983152 -162.142395020 -0.059803266 0.998189569 0.006418496 -17.838157654 0.839287460 0.053762015 -0.541023731 544.904968262\n-0.541167736 -0.024494259 -0.840557814 -162.922180176 -0.058819477 0.998230040 0.008780241 -17.852439880 0.838855028 0.054192752 -0.541650653 544.394287109\n-0.541638017 -0.025782285 -0.840216339 -163.681091309 -0.058109846 0.998286843 0.006827276 -17.866498947 0.838600874 0.052522752 -0.542208314 543.900878906\n-0.541939139 -0.027754489 -0.839959264 -164.417785645 -0.057967994 0.998308659 0.004414001 -17.879333496 0.838416100 0.051082876 -0.542631507 543.412353516\n-0.542123199 -0.029122505 -0.839794219 -165.155578613 -0.058721039 0.998269022 0.003288832 -17.892211914 0.838244736 0.051096544 -0.542894840 542.931213379\n-0.542346597 -0.028752765 -0.839662731 -165.890625000 -0.059900559 0.998194158 0.004508979 -17.905117035 0.838016808 0.052741695 -0.543089509 542.445007324\n-0.542268157 -0.028523322 -0.839721501 -166.604736328 -0.059336621 0.998228312 0.004410458 -17.917657852 0.838107944 0.052217878 -0.542999864 541.976440430\n-0.541960716 -0.029697409 -0.839878976 -167.310241699 -0.060329009 0.998171926 0.003634848 -17.934518814 0.838235676 0.052639008 -0.542761683 541.504760742\n-0.541672111 -0.030894322 -0.840022147 -167.998718262 -0.060933173 0.998138487 0.002582047 -17.948837280 0.838378668 0.052583832 -0.542546272 541.055053711\n-0.541258574 -0.030703085 -0.840295494 -168.672668457 -0.061097421 0.998127639 0.002884584 -17.961528778 0.838633597 0.052901190 -0.542121053 540.611267090\n-0.540732503 -0.030461092 -0.840642989 -169.342651367 -0.061796222 0.998082340 0.003583617 -17.971864700 0.838921785 0.053886335 -0.541577935 540.175415039\n-0.539130688 -0.031097936 -0.841647744 -170.000366211 -0.063379705 0.997982562 0.003724541 -17.987327576 0.839833915 0.055351399 -0.540014029 539.745727539\n-0.536526322 -0.031957138 -0.843278170 -170.645690918 -0.064768471 0.997894526 0.003391693 -18.006076813 0.841394305 0.056437571 -0.537466526 539.328002930\n-0.532429814 -0.032776929 -0.845839381 -171.291870117 -0.065036409 0.997880340 0.002269780 -18.021045685 0.843972087 0.056218855 -0.533432961 538.924011230\n-0.526418209 -0.033492900 -0.849565804 -171.907958984 -0.067146786 0.997740507 0.002271832 -18.035663605 0.847570121 0.058241546 -0.527477741 538.520690918\n-0.519307733 -0.031955298 -0.853989720 -172.525207520 -0.067431509 0.997717142 0.003671420 -18.048580170 0.851922870 0.059492413 -0.520277023 538.137084961\n-0.511979222 -0.030749166 -0.858447492 -173.123291016 -0.066781849 0.997759223 0.004089527 -18.064594269 0.856398106 0.059422456 -0.512885571 537.786621094\n-0.503766775 -0.030603511 -0.863297522 -173.713012695 -0.065940484 0.997818708 0.003106533 -18.081174850 0.861319363 0.058491223 -0.504685879 537.436889648\n-0.494840145 -0.030951940 -0.868432879 -174.287841797 -0.065882869 0.997825384 0.001976945 -18.096580505 0.866483212 0.058193114 -0.495803356 537.117492676\n-0.485142112 -0.033205636 -0.873804808 -174.849975586 -0.065833382 0.997829676 -0.001367621 -18.110834122 0.871953785 0.056862026 -0.486275315 536.802734375\n-0.475310445 -0.035362121 -0.879107237 -175.413208008 -0.065706342 0.997828364 -0.004611968 -18.121086121 0.877361238 0.055570800 -0.476601839 536.490234375\n-0.465199351 -0.034796804 -0.884521902 -175.965942383 -0.064355224 0.997912407 -0.005411017 -18.137355804 0.882863641 0.054406401 -0.466467500 536.202575684\n-0.454666138 -0.033295851 -0.890039563 -176.502075195 -0.061841052 0.998069465 -0.005746428 -18.158294678 0.888512611 0.052428272 -0.455847502 535.933776855\n-0.444885612 -0.032127287 -0.895011008 -177.044189453 -0.058766190 0.998249829 -0.006622073 -18.175628662 0.893657327 0.049650319 -0.445994973 535.673706055\n-0.435411930 -0.031171454 -0.899691522 -177.580200195 -0.055360250 0.998435974 -0.007800663 -18.193765640 0.898527563 0.046410650 -0.436456680 535.425842285\n-0.426399469 -0.029748907 -0.904045701 -178.112060547 -0.052116148 0.998606682 -0.008279632 -18.209911346 0.903032362 0.043584950 -0.427355766 535.181701660\n-0.418318033 -0.028212961 -0.907862544 -178.641418457 -0.048626412 0.998779714 -0.008632626 -18.227575302 0.906998217 0.040534910 -0.419179440 534.944824219\n-0.411359549 -0.026258759 -0.911095023 -179.165466309 -0.044182003 0.998984337 -0.008843652 -18.245592117 0.910401881 0.036616076 -0.412101984 534.719421387\n-0.405120373 -0.023254637 -0.913967550 -179.687744141 -0.039456990 0.999189794 -0.007933502 -18.263240814 0.913411558 0.032848384 -0.405709624 534.498291016\n-0.399462461 -0.020916138 -0.916510880 -180.213928223 -0.035126105 0.999354780 -0.007496998 -18.276775360 0.916076303 0.029198689 -0.399939418 534.274963379\n-0.393993974 -0.019200603 -0.918912470 -180.725830078 -0.032166250 0.999457359 -0.007091943 -18.293739319 0.918550014 0.026763784 -0.394397855 534.065307617\n-0.388417006 -0.016746858 -0.921331584 -181.235229492 -0.028323339 0.999579430 -0.006228538 -18.309804916 0.921048403 0.023675917 -0.388727903 533.856750488\n-0.383044481 -0.014056140 -0.923623025 -181.744873047 -0.024481457 0.999687493 -0.005060791 -18.323343277 0.923405528 0.020673128 -0.383268833 533.656494141\n-0.377438784 -0.012433278 -0.925951004 -182.242187500 -0.020726722 0.999772787 -0.004975840 -18.337673187 0.925802529 0.017313855 -0.377610683 533.458740234\n-0.371346474 -0.011973777 -0.928417146 -182.731018066 -0.018125579 0.999819756 -0.005644821 -18.351448059 0.928317368 0.014731914 -0.371496558 533.269409180\n-0.364370584 -0.011150943 -0.931187272 -183.216918945 -0.015928248 0.999856651 -0.005740584 -18.362697601 0.931117773 0.012740481 -0.364495993 533.083068848\n-0.356996655 -0.009701299 -0.934055388 -183.703918457 -0.012568043 0.999905467 -0.005581718 -18.374542236 0.934021175 0.009746592 -0.357084751 532.907287598\n-0.349753141 -0.008877954 -0.936800063 -184.171325684 -0.009671566 0.999936044 -0.005865423 -18.388580322 0.936792195 0.007008873 -0.349816680 532.743286133\n-0.341672540 -0.008215698 -0.939783275 -184.632568359 -0.007983136 0.999951065 -0.005839303 -18.399974823 0.939785302 0.005507289 -0.341721416 532.577575684\n-0.332726955 -0.007305409 -0.942995012 -185.094970703 -0.006133573 0.999965608 -0.005582589 -18.409427643 0.943003356 0.003926450 -0.332760334 532.426391602\n-0.322928190 -0.005431022 -0.946408093 -185.529296875 -0.005343203 0.999978065 -0.003915260 -18.420063019 0.946408570 0.003792502 -0.322950125 532.282897949\n-0.312881351 -0.004260908 -0.949782670 -185.966125488 -0.002673822 0.999989927 -0.003605326 -18.433427811 0.949788511 0.001411511 -0.312889576 532.152343750\n-0.301415443 -0.004168260 -0.953483939 -186.388305664 0.000382990 0.999989808 -0.004492637 -18.454744339 0.953492999 -0.001719324 -0.301410794 532.030151367\n-0.288535476 -0.005348419 -0.957454205 -186.790100098 0.002521610 0.999976695 -0.006345857 -18.467094421 0.957465827 -0.004245332 -0.288515210 531.923645020\n-0.274051666 -0.007411872 -0.961686611 -187.193542480 0.002080569 0.999963403 -0.008299777 -18.481834412 0.961712897 -0.004275421 -0.274026275 531.812255859\n-0.258183599 -0.009373141 -0.966050565 -187.573547363 0.001272242 0.999948740 -0.010042056 -18.485839844 0.966095209 -0.003821743 -0.258158445 531.726135254\n-0.240562081 -0.012643224 -0.970551550 -187.936737061 0.000309685 0.999914110 -0.013102486 -18.496997833 0.970633864 -0.003452525 -0.240537524 531.635253906\n-0.220963717 -0.016618727 -0.975140572 -188.318176270 0.000601836 0.999852300 -0.017176250 -18.503183365 0.975282013 -0.004382200 -0.220921159 531.556396484\n-0.199661851 -0.018214423 -0.979695737 -188.700866699 0.001189678 0.999821961 -0.018831069 -18.515354156 0.979864299 -0.004925363 -0.199604630 531.494445801\n-0.175457716 -0.017983671 -0.984322727 -189.067504883 0.001592739 0.999826670 -0.018550839 -18.530414581 0.984485745 -0.004822655 -0.175398588 531.439086914\n-0.149394751 -0.014962354 -0.988664508 -189.426605225 0.001951143 0.999879122 -0.015426908 -18.546714783 0.988775849 -0.004233724 -0.149347544 531.398254395\n-0.123091698 -0.012621519 -0.992315054 -189.728973389 0.005087483 0.999897957 -0.013349044 -18.559543610 0.992382288 -0.006691542 -0.123014927 531.384399414\n-0.098418236 -0.012151915 -0.995070934 -189.964813232 0.010122584 0.999861479 -0.013211600 -18.572078705 0.995093644 -0.011372953 -0.098281622 531.383666992\n-0.075217128 -0.011936842 -0.997095883 -190.198883057 0.012104115 0.999843776 -0.012882827 -18.575141907 0.997093856 -0.013037968 -0.075060844 531.384033203\n-0.055123568 -0.012778321 -0.998397768 -190.380554199 0.010082559 0.999859989 -0.013353715 -18.581853867 0.998428643 -0.010802507 -0.054986954 531.388732910\n-0.038235545 -0.014803817 -0.999159157 -190.535186768 0.010107339 0.999833405 -0.015200593 -18.588451385 0.999217689 -0.010680042 -0.038079619 531.394042969\n-0.025218964 -0.015358806 -0.999564052 -190.652526855 0.012527013 0.999798596 -0.015678465 -18.591472626 0.999603570 -0.012916943 -0.025021434 531.409667969\n-0.016415358 -0.014522636 -0.999759734 -190.725585938 0.015535564 0.999770105 -0.014777871 -18.595340729 0.999744534 -0.015774418 -0.016185999 531.421997070\n-0.011607409 -0.015650146 -0.999810219 -190.757446289 0.016974343 0.999730349 -0.015845962 -18.591768265 0.999788582 -0.017155051 -0.011338711 531.427246094\n-0.010969520 -0.015970627 -0.999812424 -190.769592285 0.017052365 0.999724030 -0.016156308 -18.595699310 0.999794543 -0.017226391 -0.010694146 531.427001953\n-0.011895657 -0.018029828 -0.999766827 -190.747985840 0.013235473 0.999746978 -0.018186953 -18.592151642 0.999841809 -0.013448727 -0.011654019 531.423461914\n-0.011083007 -0.023626367 -0.999659538 -190.740905762 0.010473281 0.999663234 -0.023742570 -18.598625183 0.999883831 -0.010732849 -0.010831833 531.417968750\n-0.011497617 -0.027710633 -0.999550045 -190.737335205 0.011384874 0.999547541 -0.027841523 -18.605400085 0.999869287 -0.011699855 -0.011176944 531.422973633\n-0.012077212 -0.027934151 -0.999536812 -190.740142822 0.012509899 0.999527276 -0.028085038 -18.599069595 0.999848843 -0.012843293 -0.011722088 531.425903320\n-0.011688232 -0.026106643 -0.999590814 -190.740325928 0.013264975 0.999567091 -0.026261134 -18.598810196 0.999843657 -0.013566497 -0.011336923 531.428649902\n-0.011195660 -0.025360614 -0.999615729 -190.731964111 0.012739889 0.999593556 -0.025502739 -18.601551056 0.999856234 -0.013020514 -0.010867953 531.421386719\n-0.011187792 -0.025428006 -0.999614000 -190.739898682 0.012168354 0.999599159 -0.025563817 -18.595140457 0.999863327 -0.012449660 -0.010873914 531.420166016\n-0.010370135 -0.025220471 -0.999628186 -190.743225098 0.011601808 0.999611557 -0.025340410 -18.595697403 0.999879003 -0.011860277 -0.010073543 531.417358398\n-0.010275841 -0.025693668 -0.999617040 -190.743133545 0.011733820 0.999597907 -0.025813797 -18.594112396 0.999878347 -0.011994587 -0.009970307 531.417663574\n-0.010462523 -0.025471520 -0.999620855 -190.744323730 0.012152106 0.999598444 -0.025598140 -18.597537994 0.999871492 -0.012415318 -0.010148764 531.424621582\n-0.010215998 -0.024848096 -0.999639094 -190.739440918 0.011752320 0.999619186 -0.024967710 -18.598228455 0.999878764 -0.012003148 -0.009920120 531.422973633\n-0.010406256 -0.025022591 -0.999632776 -190.742126465 0.011958772 0.999612272 -0.025146568 -18.598262787 0.999874413 -0.012216062 -0.010102987 531.426513672\n-0.010178566 -0.025289634 -0.999628425 -190.738098145 0.011797367 0.999607503 -0.025409233 -18.597141266 0.999878705 -0.012051612 -0.009876251 531.422302246\n-0.009998322 -0.024805613 -0.999642372 -190.721313477 0.011925091 0.999618232 -0.024924288 -18.601270676 0.999879003 -0.012170023 -0.009698749 531.416625977\n-0.009515405 -0.025323264 -0.999634147 -190.735717773 0.011653164 0.999608576 -0.025433544 -18.596948624 0.999886990 -0.011890907 -0.009216547 531.414550781\n-0.007547140 -0.025854900 -0.999637246 -190.740417480 0.011967246 0.999591768 -0.025944073 -18.599748611 0.999899924 -0.012158706 -0.007234693 531.421936035\n-0.006571889 -0.026152134 -0.999636412 -190.751586914 0.012475783 0.999577999 -0.026232626 -18.601249695 0.999900639 -0.012643643 -0.006242871 531.424926758\n-0.004783034 -0.026437715 -0.999638975 -190.760925293 0.012236866 0.999574065 -0.026494546 -18.602367401 0.999913633 -0.012359174 -0.004457474 531.427185059\n-0.000923991 -0.026252789 -0.999655008 -190.783843994 0.011565603 0.999588192 -0.026261728 -18.605682373 0.999932766 -0.011585877 -0.000620008 531.422363281\n0.002983630 -0.026837261 -0.999635339 -190.808624268 0.010954566 0.999580681 -0.026803099 -18.594259262 0.999935508 -0.010870602 0.003276348 531.425231934\n0.006866395 -0.026703272 -0.999619842 -190.824432373 0.012137154 0.999571979 -0.026618622 -18.597818375 0.999902785 -0.011949765 0.007187605 531.427001953\n0.013164282 -0.026582774 -0.999560058 -190.843627930 0.011894990 0.999579966 -0.026426649 -18.605068207 0.999842703 -0.011541865 0.013474941 531.429382324\n0.021166682 -0.028212070 -0.999377847 -190.883850098 0.010758038 0.999550343 -0.027989086 -18.598966599 0.999718070 -0.010158908 0.021460652 531.436340332\n0.031352997 -0.030677151 -0.999037504 -190.940551758 0.010276089 0.999485970 -0.030368427 -18.599206924 0.999455571 -0.009314058 0.031652093 531.449096680\n0.044645071 -0.032429576 -0.998476565 -191.002838135 0.009811925 0.999439001 -0.032022119 -18.604784012 0.998954892 -0.008367339 0.044938207 531.454467773\n0.060360968 -0.033304401 -0.997620940 -191.080291748 0.010636345 0.999407947 -0.032720506 -18.605993271 0.998120010 -0.008635996 0.060679436 531.476013184\n0.078712106 -0.033199843 -0.996344507 -191.170867920 0.011374180 0.999410152 -0.032403428 -18.611221313 0.996832609 -0.008782055 0.079043269 531.498596191\n0.099291205 -0.032499336 -0.994527638 -191.284606934 0.011508206 0.999437153 -0.031510819 -18.615924835 0.994991958 -0.008316477 0.099609315 531.523010254\n0.121892154 -0.032343283 -0.992016315 -191.413009644 0.011463045 0.999448121 -0.031177090 -18.618362427 0.992477238 -0.007571282 0.122195601 531.554687500\n0.145472884 -0.032008324 -0.988844335 -191.549972534 0.012118218 0.999459207 -0.030569162 -18.629604340 0.989288032 -0.007536046 0.145782053 531.601074219\n0.171005011 -0.031525403 -0.984765708 -191.705490112 0.012496807 0.999476969 -0.029826280 -18.636819839 0.985190928 -0.007205983 0.171309531 531.649353027\n0.196542501 -0.031272475 -0.979996562 -191.882766724 0.014002384 0.999478817 -0.029085932 -18.639568329 0.980395377 -0.008005662 0.196877956 531.705871582\n0.220426202 -0.031182142 -0.974905074 -192.068832397 0.015921615 0.999470711 -0.028367987 -18.646566391 0.975273669 -0.009269015 0.220806003 531.782226562\n0.243410945 -0.031190265 -0.969421744 -192.274429321 0.017671742 0.999459505 -0.027719531 -18.656566620 0.969762385 -0.010384128 0.243830562 531.855407715\n0.264624000 -0.031350777 -0.963842034 -192.495193481 0.016140224 0.999475420 -0.028078502 -18.665771484 0.964216709 -0.008126375 0.264991224 531.919921875\n0.283555746 -0.032468326 -0.958406031 -192.747070312 0.011375689 0.999470234 -0.030493848 -18.670894623 0.958888352 -0.002255821 0.283774853 532.004150391\n0.303558886 -0.033119727 -0.952236831 -193.021087646 0.007532011 0.999447882 -0.032360677 -18.681953430 0.952782869 0.002651111 0.303640723 532.102294922\n0.327001035 -0.031545900 -0.944497406 -193.319305420 0.005991957 0.999491811 -0.031308182 -18.692344666 0.945005059 0.004578423 0.327023923 532.219238281\n0.352611005 -0.027805191 -0.935356796 -193.641387939 0.002338166 0.999581516 -0.028832946 -18.708515167 0.935767055 0.007979795 0.352528453 532.354187012\n0.380067766 -0.027007028 -0.924564242 -193.991912842 0.000939665 0.999584377 -0.028812131 -18.717971802 0.924958169 0.010081780 0.379935205 532.499084473\n0.409146488 -0.028427893 -0.912025809 -194.344573975 0.002396981 0.999544621 -0.030080546 -18.727920532 0.912465632 0.010121245 0.409028292 532.679809570\n0.438942194 -0.030640898 -0.897992730 -194.710922241 0.004494341 0.999480724 -0.031906977 -18.742582321 0.898504138 0.009969436 0.438851953 532.889770508\n0.469957352 -0.034346227 -0.882020712 -195.080795288 0.007112501 0.999357581 -0.035125699 -18.756217957 0.882660508 0.010234213 0.469899774 533.106933594\n0.501758099 -0.035914127 -0.864262164 -195.476409912 0.007653526 0.999282956 -0.037081521 -18.778230667 0.864974141 0.011991302 0.501673222 533.362182617\n0.533921242 -0.036294166 -0.844754994 -195.911193848 0.007988859 0.999250233 -0.037882626 -18.787258148 0.845496535 0.013477713 0.533810854 533.645019531\n0.565000236 -0.035328023 -0.824334145 -196.323043823 0.006502276 0.999242544 -0.038367309 -18.805862427 0.825065196 0.016317494 0.564801991 533.950683594\n0.593330324 -0.034292232 -0.804228365 -196.719390869 0.006778083 0.999269605 -0.037608158 -18.829849243 0.804930568 0.016862934 0.593129396 534.277587891\n0.619403183 -0.034469049 -0.784316003 -197.165695190 0.010184643 0.999304414 -0.035874158 -18.846443176 0.785007000 0.014232590 0.619323373 534.637207031\n0.642788887 -0.034491651 -0.765266538 -197.582122803 0.013891050 0.999346375 -0.033374120 -18.871322632 0.765917480 0.010822158 0.642847836 535.014526367\n0.663696766 -0.034154765 -0.747221529 -198.010437012 0.017192945 0.999389648 -0.030410014 -18.898113251 0.747804105 0.007336092 0.663878918 535.427551270\n0.682356656 -0.031772468 -0.730328679 -198.448669434 0.018223986 0.999483883 -0.026454959 -18.920705795 0.730792284 0.004742220 0.682583511 535.848999023\n0.698918223 -0.032427490 -0.714466035 -198.914428711 0.017932072 0.999452114 -0.027820313 -18.943853378 0.714976728 0.006632269 0.699116826 536.297912598\n0.714026451 -0.034790516 -0.699253857 -199.357513428 0.017184604 0.999334574 -0.032173015 -18.970666885 0.699907839 0.010955987 0.714149177 536.761413574\n0.728348196 -0.036049161 -0.684258282 -199.805816650 0.017568555 0.999269307 -0.033944484 -18.996925354 0.684981942 0.012701975 0.728449345 537.248901367\n0.742684722 -0.037227154 -0.668605626 -200.251312256 0.019198634 0.999226809 -0.034309968 -19.015264511 0.669365942 0.012645178 0.742825270 537.752380371\n0.755869389 -0.036071420 -0.653728008 -200.714157104 0.019785181 0.999283612 -0.032261986 -19.038686752 0.654423416 0.011451720 0.756041586 538.312072754\n0.769244730 -0.032865744 -0.638108432 -201.167648315 0.019427629 0.999417603 -0.028054791 -19.071100235 0.638658822 0.009184067 0.769435227 538.870605469\n0.781701446 -0.033745296 -0.622739196 -201.621932983 0.019292494 0.999365568 -0.029936962 -19.103229523 0.623354375 0.011387577 0.781856596 539.447265625\n0.792185485 -0.039991867 -0.608968616 -202.079223633 0.022279032 0.999080539 -0.036629099 -19.133495331 0.609873593 0.015449812 0.792348146 540.052001953\n0.800638199 -0.044135179 -0.597520351 -202.529724121 0.025178378 0.998880625 -0.040043835 -19.160005569 0.598618805 0.017016033 0.800853252 540.672424316\n0.806654811 -0.042283382 -0.589508414 -202.987655640 0.025029246 0.998986661 -0.037405025 -19.190717697 0.590492666 0.015417993 0.806895733 541.310668945\n0.811322272 -0.038473308 -0.583331764 -203.459732056 0.023995636 0.999182761 -0.032526385 -19.230121613 0.584106445 0.012391965 0.811582446 541.956298828\n0.814446032 -0.036693022 -0.579077959 -203.959808350 0.023725398 0.999269783 -0.029949632 -19.267387390 0.579754055 0.010653503 0.814721882 542.652832031\n0.816327810 -0.037151143 -0.576392889 -204.435211182 0.024349358 0.999255657 -0.029921310 -19.295667648 0.577075422 0.010390799 0.816624761 543.340393066\n0.818225980 -0.037091132 -0.573698938 -204.927902222 0.024665844 0.999262571 -0.029425794 -19.326927185 0.574367344 0.009926181 0.818537474 544.033325195\n0.820137441 -0.036372948 -0.571009278 -205.446166992 0.023628334 0.999279082 -0.029716233 -19.363288879 0.571678460 0.010879399 0.820405602 544.757202148\n0.821894586 -0.036034472 -0.568498731 -205.950286865 0.022895092 0.999280453 -0.030239629 -19.396062851 0.569179356 0.011837956 0.822128177 545.484924316\n0.823886573 -0.034920260 -0.565677941 -206.455825806 0.022342315 0.999325335 -0.029149393 -19.428825378 0.566314161 0.011377240 0.824110925 546.210266113\n0.825394571 -0.031789627 -0.563660562 -206.985488892 0.020785617 0.999447644 -0.025930025 -19.467636108 0.564173520 0.009686470 0.825599432 546.976745605\n0.827004910 -0.029519409 -0.561419189 -207.505004883 0.019719774 0.999529183 -0.023506787 -19.502815247 0.561848760 0.008369168 0.827197671 547.742431641\n0.828516185 -0.029927026 -0.559164882 -208.021514893 0.020729464 0.999525547 -0.022780638 -19.540988922 0.559581339 0.007282942 0.828743458 548.513916016\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_30/2011_09_30_drive_0033_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999931753 -0.002779706 0.011347017 0.014035365 0.002767332 0.999995530 0.001106104 -0.005562155 -0.011350041 -0.001074627 0.999935031 0.302165002\n0.999836087 -0.004778387 0.017464014 0.036979493 0.004755472 0.999987781 0.001353398 -0.011855700 -0.017470267 -0.001270127 0.999846578 0.600685418\n0.999789119 -0.007465417 0.019130580 0.048712626 0.007468839 0.999972105 -0.000107431 -0.012418455 -0.019129245 0.000250292 0.999817014 0.905416965\n0.999818265 -0.008856134 0.016881572 0.054904196 0.008883719 0.999959350 -0.001559770 -0.016548842 -0.016867071 0.001709457 0.999856293 1.231509686\n0.999890685 -0.011691663 0.009052283 0.070759393 0.011722699 0.999925554 -0.003383052 -0.014586139 -0.009012056 0.003488800 0.999953330 1.539303184\n0.999904394 -0.013369665 -0.003522786 0.067180432 0.013351759 0.999898076 -0.005058385 -0.020169178 0.003590056 0.005010866 0.999980986 1.866731405\n0.999729156 -0.012745329 -0.019472947 0.039589636 0.012645080 0.999906182 -0.005262645 -0.036048975 0.019538194 0.005014983 0.999796510 2.204205275\n0.999195337 -0.008257186 -0.039249349 0.012457641 0.008058492 0.999953926 -0.005217872 -0.040827833 0.039290626 0.004897383 0.999215841 2.546613932\n0.998214364 -0.004577248 -0.059557866 -0.024043178 0.004175347 0.999967694 -0.006870773 -0.039907373 0.059587393 0.006609829 0.998201191 2.907457590\n0.996804953 -0.004602392 -0.079741552 -0.067164809 0.004051608 0.999966800 -0.007067537 -0.049303200 0.079771437 0.006721875 0.996790528 3.279142857\n0.994865179 -0.006039731 -0.101028591 -0.117451958 0.005404404 0.999963880 -0.006561108 -0.053203713 0.101064563 0.005981419 0.994861901 3.656561375\n0.992677629 -0.007563409 -0.120556593 -0.177656218 0.006911870 0.999959171 -0.005821676 -0.059932146 0.120595701 0.004945775 0.992689371 4.034543991\n0.990371227 -0.006351589 -0.138291344 -0.254176378 0.005652840 0.999969184 -0.005444899 -0.061841115 0.138321668 0.004610733 0.990376651 4.433136463\n0.988061309 -0.005168462 -0.153974339 -0.335209548 0.004460807 0.999977827 -0.004941057 -0.067815281 0.153996468 0.004195218 0.988062501 4.844300270\n0.985869646 -0.004594622 -0.167451337 -0.410618693 0.003876539 0.999981821 -0.004614931 -0.079610012 0.167469501 0.003900588 0.985869527 5.257609367\n0.983676434 -0.006016599 -0.179845840 -0.496746033 0.005125096 0.999972165 -0.005421289 -0.085152969 0.179873452 0.004411067 0.983679891 5.696244717\n0.981750309 -0.009642683 -0.189929724 -0.582487166 0.008302530 0.999934733 -0.007850488 -0.092154011 0.189993024 0.006130321 0.981766284 6.142544270\n0.980237782 -0.008968852 -0.197619349 -0.684278667 0.007170074 0.999926090 -0.009815898 -0.096913777 0.197692782 0.008204969 0.980229676 6.609107971\n0.978830695 -0.008572031 -0.204492033 -0.792532325 0.006430887 0.999917328 -0.011132818 -0.108957745 0.204570562 0.009582079 0.978804946 7.067408562\n0.976975620 -0.009584940 -0.213135540 -0.897196412 0.006746260 0.999878645 -0.014041983 -0.117053047 0.213244274 0.012280808 0.976921737 7.554787636\n0.975257337 -0.013049314 -0.220687315 -1.013794303 0.009853711 0.999830127 -0.015574951 -0.128543839 0.220853075 0.013014995 0.975220263 8.055528641\n0.973383904 -0.019587317 -0.228342056 -1.125781178 0.016110903 0.999724329 -0.017078869 -0.139097184 0.228613645 0.012945499 0.973431170 8.558415413\n0.971269965 -0.020557651 -0.237090707 -1.257136941 0.016352491 0.999672413 -0.019689646 -0.152699009 0.237417802 0.015246938 0.971287966 9.082149506\n0.969288111 -0.016530817 -0.245371655 -1.410198927 0.011013668 0.999655128 -0.023840159 -0.166909069 0.245681122 0.020405542 0.969135880 9.605067253\n0.967013299 -0.013718824 -0.254356146 -1.565462351 0.007207314 0.999622464 -0.026514305 -0.185254455 0.254623860 0.023806462 0.966747105 10.159708977\n0.964711189 -0.016131537 -0.262815624 -1.720667601 0.008866508 0.999545693 -0.028805701 -0.199073315 0.263160914 0.025458926 0.964415967 10.720322609\n0.962216318 -0.019684909 -0.271573633 -1.874524236 0.011711702 0.999452353 -0.030949021 -0.219868869 0.272034138 0.026599064 0.961919904 11.293660164\n0.960030556 -0.018515263 -0.279282242 -2.054476976 0.009679815 0.999409080 -0.032982420 -0.249846265 0.279727876 0.028960729 0.959642410 11.864870071\n0.957540333 -0.018358260 -0.287714273 -2.236334801 0.008155284 0.999295950 -0.036620792 -0.272392750 0.288184017 0.032719493 0.957015872 12.455344200\n0.955353200 -0.019074401 -0.294849932 -2.433176756 0.007048455 0.999101281 -0.041795820 -0.302582711 0.295382202 0.037851535 0.954629064 13.050686836\n0.953531027 -0.020406520 -0.300603032 -2.627034426 0.005825975 0.998766005 -0.049321163 -0.334908128 0.301238537 0.045277953 0.952473223 13.669986725\n0.952189267 -0.021357032 -0.304761410 -2.832609892 0.004027966 0.998344481 -0.057376981 -0.372912675 0.305482268 0.053406175 0.950698912 14.287674904\n0.950918794 -0.021527536 -0.308690757 -3.047101974 0.001144615 0.997815013 -0.066059843 -0.414598256 0.309438378 0.062464219 0.948865712 14.924060822\n0.949697673 -0.020725019 -0.312481642 -3.274460554 -0.002909256 0.997180879 -0.074978828 -0.461444199 0.313154668 0.072116308 0.946960092 15.555525780\n0.948230743 -0.020372581 -0.316928089 -3.498116255 -0.006010035 0.996610463 -0.082045205 -0.511558652 0.317525327 0.079702534 0.944894254 16.213644028\n0.946742713 -0.018444661 -0.321462274 -3.735340595 -0.010602821 0.996030748 -0.088376135 -0.578288972 0.321816355 0.087077871 0.942789316 16.863426208\n0.945089400 -0.017394384 -0.326348662 -3.976782799 -0.014255776 0.995437860 -0.094340853 -0.643004596 0.326500833 0.093812890 0.940529823 17.536245346\n0.943467498 -0.015188048 -0.331116974 -4.233685493 -0.018952301 0.994843602 -0.099634312 -0.714756072 0.330922872 0.100277156 0.938314736 18.220344543\n0.941675901 -0.013082930 -0.336266696 -4.493320465 -0.022921026 0.994429946 -0.102877378 -0.784850597 0.335739613 0.104584731 0.936130822 18.924221039\n0.939781487 -0.011937520 -0.341567367 -4.754318237 -0.025186909 0.994253397 -0.104047157 -0.864533782 0.340846598 0.106384620 0.934080243 19.629791260\n0.937692463 -0.011735508 -0.347268105 -5.036942005 -0.025689742 0.994352639 -0.102970324 -0.949270844 0.346515387 0.105475724 0.932095468 20.339155197\n0.935358047 -0.012151833 -0.353493452 -5.315524578 -0.025406703 0.994519711 -0.101415172 -1.039055943 0.352788597 0.103840604 0.929923296 21.062349319\n0.932670593 -0.012450702 -0.360514224 -5.604317188 -0.025214698 0.994709492 -0.099585094 -1.118644953 0.359846860 0.101970352 0.927422404 21.792364120\n0.929481745 -0.011393293 -0.368692219 -5.899394035 -0.026158206 0.994970560 -0.096691951 -1.201030850 0.367939532 0.099517733 0.924508929 22.526178360\n0.926292896 -0.009279350 -0.376690000 -6.220771790 -0.027061878 0.995476842 -0.091068529 -1.277438045 0.375831246 0.094550073 0.921852052 23.262231827\n0.922670066 -0.005632611 -0.385549307 -6.544018745 -0.029746061 0.995873809 -0.085735269 -1.357229114 0.384441376 0.090573937 0.918695390 24.017164230\n0.919136047 -0.002085340 -0.393934697 -6.878775120 -0.032753635 0.996119082 -0.081694484 -1.433605194 0.392576247 0.087991141 0.915500641 24.762872696\n0.915367484 -0.001156939 -0.402617693 -7.224222660 -0.033979684 0.996206164 -0.080116831 -1.503572702 0.401182920 0.087017164 0.911855400 25.516427994\n0.911183298 -0.001702528 -0.411997706 -7.572166920 -0.034085188 0.996251941 -0.079500459 -1.572149992 0.410588861 0.086482510 0.907710075 26.277700424\n0.907232881 -0.001860699 -0.420624524 -7.937829971 -0.034239415 0.996345043 -0.078257509 -1.644509196 0.419232786 0.085399725 0.903853297 27.052465439\n0.903216898 -0.000900383 -0.429183424 -8.313171387 -0.035549589 0.996404529 -0.076904498 -1.710148096 0.427709550 0.084718734 0.899937391 27.828004837\n0.899577022 -0.001503614 -0.436759561 -8.706466675 -0.034311626 0.996660233 -0.074101515 -1.786932707 0.435412318 0.081645951 0.896521091 28.604354858\n0.895742238 -0.001016742 -0.444572598 -9.110498428 -0.033600468 0.996982396 -0.069979660 -1.855801940 0.443302184 0.077621587 0.893005073 29.400913239\n0.891907156 0.000516743 -0.452218294 -9.525270462 -0.033197071 0.997376084 -0.064334683 -1.919270992 0.450998455 0.072392888 0.889584005 30.208307266\n0.888077140 0.001032083 -0.459693313 -9.947765350 -0.032321360 0.997662842 -0.060201414 -1.988946557 0.458556801 0.068321414 0.886034906 31.005887985\n0.884359300 0.000365000 -0.466806710 -10.387537956 -0.031247677 0.997803032 -0.058418136 -2.052508593 0.465759844 0.066249251 0.882427812 31.826141357\n0.880984783 -0.000772342 -0.473143995 -10.820817947 -0.029906923 0.997908115 -0.057315048 -2.108641624 0.472198486 0.064643964 0.879118741 32.640686035\n0.877662301 -0.000313072 -0.479279429 -11.278343201 -0.029888360 0.998017669 -0.055383857 -2.166257381 0.478346705 0.062933199 0.875913143 33.473052979\n0.874716818 -0.001898311 -0.484630674 -11.744616508 -0.027846104 0.998143375 -0.054169580 -2.225706577 0.483833730 0.060878120 0.873039961 34.310493469\n0.872077048 -0.002800297 -0.489360601 -12.234532356 -0.027246803 0.998154640 -0.054267637 -2.285830498 0.488609493 0.060659073 0.870391428 35.164459229\n0.869951963 -0.003808266 -0.493121803 -12.715808868 -0.026583234 0.998154044 -0.054605927 -2.345699549 0.492419481 0.060613304 0.868244827 36.007919312\n0.868336260 -0.003815041 -0.495961308 -13.214167595 -0.027299542 0.998086870 -0.055473935 -2.400486946 0.495224118 0.061709542 0.866570830 36.877113342\n0.867940307 -0.003719809 -0.496654540 -13.721072197 -0.026797706 0.998164654 -0.054306947 -2.457874298 0.495945007 0.060444392 0.866247654 37.755420685\n0.867584884 -0.003398700 -0.497277528 -14.234164238 -0.026081229 0.998289406 -0.052326046 -2.520852089 0.496604741 0.058366895 0.866012156 38.648609161\n0.867443681 -0.004350622 -0.497516364 -14.763024330 -0.024959877 0.998322129 -0.052248761 -2.578595877 0.496908933 0.057740804 0.865879655 39.553272247\n0.866779804 -0.006717817 -0.498645872 -15.289399147 -0.022668744 0.998344898 -0.052854158 -2.641492128 0.498175621 0.057116587 0.865192890 40.458503723\n0.865598738 -0.008893343 -0.500659287 -15.826125145 -0.020644760 0.998358309 -0.053427193 -2.701063871 0.500312507 0.056582503 0.863994122 41.383415222\n0.863828778 -0.009485314 -0.503696263 -16.367065430 -0.019201852 0.998476326 -0.051733516 -2.759777546 0.503419459 0.054360799 0.862330437 42.310184479\n0.861760557 -0.008514559 -0.507243812 -16.918304443 -0.018331677 0.998683512 -0.047907662 -2.824322701 0.506983936 0.050583564 0.860469997 43.242752075\n0.858733356 -0.009140222 -0.512341201 -17.465084076 -0.015603890 0.998910785 -0.043974310 -2.883527756 0.512185037 0.045756724 0.857655406 44.163829803\n0.854759097 -0.009161123 -0.518944025 -18.024467468 -0.014697007 0.999016047 -0.041843645 -2.948146582 0.518816769 0.043393161 0.853783488 45.069839478\n0.849486649 -0.012248470 -0.527467906 -18.586877823 -0.012997844 0.998941243 -0.044129696 -3.006014347 0.527449965 0.044343535 0.848428071 45.967678070\n0.843426824 -0.016075423 -0.537003517 -19.169506073 -0.011091158 0.998818219 -0.047319997 -3.071368217 0.537129581 0.045866944 0.842251778 46.881240845\n0.837189198 -0.016140677 -0.546675205 -19.755729675 -0.011267705 0.998843253 -0.046746608 -3.127940655 0.546797335 0.045295533 0.836038888 47.772506714\n0.831089795 -0.013565619 -0.555972815 -20.353044510 -0.011487816 0.999070406 -0.041549545 -3.188230276 0.556019604 0.040918317 0.830161393 48.680500031\n0.826113939 -0.008607757 -0.563437343 -20.970226288 -0.014928370 0.999198079 -0.037153006 -3.250581980 0.563305318 0.039103821 0.825322986 49.557571411\n0.822010636 -0.009096450 -0.569399536 -21.583820343 -0.015865458 0.999118507 -0.038865518 -3.301437855 0.569251120 0.040981654 0.821141720 50.434528351\n0.818748355 -0.010656520 -0.574053645 -22.206914902 -0.016972629 0.998941541 -0.042751331 -3.363936901 0.573901594 0.044745781 0.817700922 51.300266266\n0.815987706 -0.012170092 -0.577941120 -22.839092255 -0.020615840 0.998529732 -0.050133955 -3.414337397 0.577701509 0.052823436 0.814537048 52.168823242\n0.812667310 -0.013237772 -0.582577586 -23.469139099 -0.020667465 0.998458207 -0.051517840 -3.476835966 0.582361341 0.053907268 0.811140776 53.032032013\n0.809345305 -0.011453823 -0.587221444 -24.106956482 -0.020341737 0.998663366 -0.047515303 -3.540915728 0.586980760 0.050401390 0.808030486 53.905738831\n0.806448817 -0.008797204 -0.591238439 -24.756256104 -0.020335443 0.998885214 -0.042600233 -3.597655296 0.590954125 0.046378002 0.805370927 54.767047882\n0.803412139 -0.006505311 -0.595387816 -25.403579712 -0.021450803 0.998974979 -0.039860539 -3.649230480 0.595036864 0.044795986 0.802449048 55.628948212\n0.800066829 -0.006428845 -0.599876463 -26.055740356 -0.022020765 0.998953998 -0.040075261 -3.712292910 0.599506617 0.045272626 0.799088359 56.499099731\n0.796507597 -0.007878939 -0.604577243 -26.714395523 -0.022102475 0.998867333 -0.042136565 -3.763209820 0.604224443 0.046924744 0.795431256 57.356964111\n0.792408109 -0.010742248 -0.609896779 -27.378911972 -0.020677136 0.998797297 -0.044456802 -3.825224161 0.609640777 0.047838848 0.791232944 58.217041016\n0.788285971 -0.011840248 -0.615195155 -28.050882339 -0.020138245 0.998782754 -0.045027226 -3.877454758 0.614979446 0.047883283 0.787087977 59.058406830\n0.783551693 -0.012194877 -0.621206939 -28.731510162 -0.019565495 0.998827279 -0.044286620 -3.935260057 0.621018469 0.046855077 0.782394230 59.913509369\n0.778882205 -0.011524796 -0.627064347 -29.430801392 -0.020164963 0.998854041 -0.043404993 -3.995340586 0.626845956 0.046452105 0.777757227 60.760108948\n0.773349524 -0.012843229 -0.633849800 -30.121295929 -0.019870330 0.998812556 -0.044481657 -4.054564953 0.633668423 0.046994671 0.772176027 61.602882385\n0.768066168 -0.014351551 -0.640209734 -30.836994171 -0.019370528 0.998770654 -0.045628421 -4.113554955 0.640077531 0.047446847 0.766843915 62.446804047\n0.762362123 -0.016226206 -0.646947205 -31.567106247 -0.017888516 0.998775244 -0.046130288 -4.180988312 0.646903336 0.046740912 0.761138201 63.303718567\n0.756604135 -0.017762266 -0.653631926 -32.292804718 -0.017290175 0.998737931 -0.047154475 -4.243978500 0.653644621 0.046978679 0.755342185 64.136703491\n0.750606239 -0.019354757 -0.660466313 -33.028091431 -0.016895607 0.998681843 -0.048467569 -4.304727077 0.660533786 0.047539037 0.749289811 64.969505310\n0.744230509 -0.020531621 -0.667607307 -33.776168823 -0.015975099 0.998694301 -0.048522502 -4.364928246 0.667731881 0.046777017 0.742930770 65.807075500\n0.738089085 -0.020274015 -0.674398601 -34.542503357 -0.015294152 0.998788834 -0.046764493 -4.435506821 0.674529910 0.044830717 0.736885071 66.625946045\n0.731518865 -0.020953665 -0.681499183 -35.311351776 -0.014259247 0.998838902 -0.046016559 -4.499748707 0.681672096 0.043379650 0.730370760 67.448654175\n0.725151122 -0.022854496 -0.688210428 -36.094299316 -0.012927731 0.998821020 -0.046791084 -4.563123226 0.688468397 0.042827606 0.724000692 68.265357971\n0.718503952 -0.024783289 -0.695081234 -36.882831573 -0.012764538 0.998726785 -0.048804529 -4.623012543 0.695405781 0.043938637 0.717272818 69.076446533\n0.712383032 -0.024137773 -0.701375604 -37.678768158 -0.014015504 0.998719692 -0.048606303 -4.695227623 0.701650858 0.044456441 0.711132646 69.882492065\n0.706791520 -0.024151044 -0.707009554 -38.488170624 -0.013801256 0.998756111 -0.047913942 -4.758888721 0.707287252 0.043622788 0.705579042 70.687255859\n0.701989770 -0.023214769 -0.711808562 -39.318553925 -0.015355294 0.998742878 -0.047716267 -4.824303627 0.712021470 0.044426363 0.700750828 71.489845276\n0.696599245 -0.024496768 -0.717042148 -40.145988464 -0.015022990 0.998699784 -0.048713904 -4.888772011 0.717303157 0.044706184 0.695325494 72.302566528\n0.691795349 -0.026249820 -0.721616328 -40.995105743 -0.015489342 0.998569667 -0.051173635 -4.962866306 0.721927464 0.046579044 0.690399289 73.094703674\n0.686630130 -0.029169645 -0.726421535 -41.835544586 -0.014381893 0.998454213 -0.053687282 -5.027553082 0.726864696 0.047310624 0.685149193 73.889076233\n0.681738555 -0.029440926 -0.731003284 -42.683410645 -0.015330580 0.998395681 -0.054507475 -5.101461411 0.731435299 0.048366550 0.680193484 74.661117554\n0.676684976 -0.028116345 -0.735735655 -43.538887024 -0.016069394 0.998468578 -0.052936412 -5.174571514 0.736097336 0.047644101 0.675196886 75.439353943\n0.671738505 -0.028172566 -0.740252495 -44.403045654 -0.015219691 0.998540819 -0.051813550 -5.248343945 0.740631998 0.046071570 0.670329511 76.215103149\n0.666326761 -0.029509114 -0.745075703 -45.277294159 -0.014430286 0.998519182 -0.052451991 -5.319506168 0.745520175 0.045701824 0.664914250 76.998413086\n0.661349177 -0.031026049 -0.749436259 -46.164489746 -0.012829145 0.998530090 -0.052659564 -5.390992641 0.749968469 0.044440985 0.659978986 77.780731201\n0.657078266 -0.031187098 -0.753176987 -47.067104340 -0.012634810 0.998547792 -0.052369989 -5.468177795 0.753716528 0.043927431 0.655730009 78.553077698\n0.653265238 -0.032176800 -0.756445110 -47.969348907 -0.011166004 0.998578429 -0.052119344 -5.541705132 0.757046819 0.042494226 0.651977301 79.323188782\n0.649251878 -0.034982089 -0.759768546 -48.876434326 -0.009023134 0.998517156 -0.053685430 -5.611526966 0.760519981 0.041710861 0.647973418 80.093933105\n0.644905686 -0.039722830 -0.763229191 -49.803192139 -0.005734683 0.998368740 -0.056806479 -5.685825348 0.764240682 0.041011702 0.643625855 80.873931885\n0.640175462 -0.043467816 -0.766997993 -50.728797913 -0.002380842 0.998280883 -0.058562405 -5.761434078 0.768225014 0.039316319 0.638971508 81.646347046\n0.633188486 -0.047605824 -0.772532284 -51.656066895 0.003169846 0.998257816 -0.058917642 -5.839385033 0.773991227 0.034857161 0.632236242 82.418350220\n0.624692082 -0.051260456 -0.779186904 -52.594116211 0.007791427 0.998202503 -0.059422303 -5.921677589 0.780832350 0.031049671 0.623968601 83.177963257\n0.615526438 -0.052284047 -0.786380112 -53.550521851 0.010802109 0.998263001 -0.057916332 -6.007606506 0.788042247 0.027154475 0.615022063 83.922790527\n0.606397629 -0.050546579 -0.793553352 -54.525531769 0.011184933 0.998421013 -0.055048909 -6.091251373 0.795082867 0.024505688 0.606005549 84.666625977\n0.598037779 -0.050462633 -0.799877703 -55.516025543 0.010625697 0.998427391 -0.055044297 -6.172598839 0.801397502 0.024419311 0.597633481 85.385879517\n0.588527560 -0.052193303 -0.806790709 -56.519237518 0.010041355 0.998308897 -0.057258252 -6.249565125 0.808414817 0.025596786 0.588056326 86.116790771\n0.578296542 -0.054291077 -0.814018250 -57.533672333 0.009876909 0.998176038 -0.059556749 -6.326778412 0.815766931 0.026401483 0.577777982 86.848663330\n0.568784833 -0.055485863 -0.820612729 -58.540904999 0.010177592 0.998120308 -0.060433764 -6.413872242 0.822423458 0.026021952 0.568280399 87.515953064\n0.558745086 -0.056258112 -0.827429175 -59.572364807 0.012945980 0.998166680 -0.059124663 -6.498234749 0.829238474 0.022323739 0.558449030 88.209869385\n0.548750401 -0.056556407 -0.834070981 -60.623153687 0.014168960 0.998194873 -0.058363255 -6.580239296 0.835866153 0.020208947 0.548561215 88.891868591\n0.538015723 -0.057198990 -0.840991914 -61.675827026 0.014839505 0.998183131 -0.058396738 -6.672870159 0.842804193 0.018938463 0.537887096 89.572982788\n0.527362943 -0.057947971 -0.847661793 -62.745689392 0.014406241 0.998137891 -0.059272170 -6.763159752 0.849518061 0.019046329 0.527215719 90.242187500\n0.517513514 -0.058798254 -0.853652537 -63.829368591 0.012624948 0.998052359 -0.061090618 -6.838966370 0.855581999 0.020837909 0.517247915 90.892395020\n0.506990910 -0.060003441 -0.859860361 -64.918754578 0.012512280 0.997981250 -0.062264409 -6.933490753 0.861860633 0.020808680 0.506718218 91.543678284\n0.496784747 -0.060366660 -0.865771770 -66.018005371 0.011966353 0.997959614 -0.062717207 -7.018236160 0.867791295 0.020796826 0.496493459 92.181373596\n0.488431215 -0.058221646 -0.870657980 -67.136421204 0.011336270 0.998110771 -0.060384985 -7.114359856 0.872528791 0.019623900 0.488168478 92.788726807\n0.481137156 -0.055996284 -0.874855161 -68.232101440 0.011386749 0.998272896 -0.057633523 -7.208288193 0.876571417 0.017767875 0.480943799 93.370391846\n0.473655164 -0.056651291 -0.878886580 -69.357147217 0.011467973 0.998241127 -0.058164269 -7.291586876 0.880635798 0.017470764 0.473471761 93.966018677\n0.465712965 -0.059365522 -0.882942319 -70.488197327 0.013316531 0.998104453 -0.060084682 -7.385460854 0.884835660 0.016224487 0.465620697 94.567001343\n0.458962739 -0.062829278 -0.886231184 -71.623054504 0.015788835 0.997915685 -0.062570393 -7.474061012 0.888315260 0.014724921 0.458998084 95.147064209\n0.452445686 -0.065631233 -0.889373660 -72.747718811 0.017411968 0.997748256 -0.064770840 -7.573038101 0.891622007 0.013819550 0.452569664 95.721801758\n0.446728230 -0.068908699 -0.892012060 -73.888107300 0.018806016 0.997532427 -0.067641996 -7.670330048 0.894472003 0.013442393 0.446921766 96.296043396\n0.441231370 -0.070152372 -0.894647241 -75.029762268 0.022987571 0.997496188 -0.066879869 -7.782002449 0.897098958 0.008943740 0.441739261 96.878997803\n0.436874986 -0.067657880 -0.896974206 -76.176223755 0.024903608 0.997694790 -0.063125737 -7.879055500 0.899177492 0.005240160 0.437552810 97.442481995\n0.432849467 -0.065778725 -0.899063110 -77.320251465 0.027777640 0.997833908 -0.059631743 -7.975817680 0.901038110 0.000837718 0.433739066 98.000602722\n0.430032849 -0.065051824 -0.900466621 -78.468986511 0.029302757 0.997880876 -0.058095243 -8.074718475 0.902337670 -0.001403289 0.431027770 98.529541016\n0.427268744 -0.064728737 -0.901804686 -79.601470947 0.031005008 0.997896254 -0.056935940 -8.168294907 0.903592944 -0.003633514 0.428376794 99.067504883\n0.424573362 -0.064228922 -0.903112531 -80.732620239 0.032745786 0.997917295 -0.055576872 -8.251511574 0.904801250 -0.005976668 0.425792277 99.600624084\n0.421934962 -0.063643530 -0.904389560 -81.870941162 0.034684900 0.997935951 -0.054044623 -8.333855629 0.905962408 -0.008565340 0.423271537 100.140144348\n0.419736147 -0.064732186 -0.905334949 -83.013916016 0.036762085 0.997847557 -0.054303087 -8.415885925 0.906901419 -0.010489032 0.421212375 100.659606934\n0.417417109 -0.065023758 -0.906385660 -84.124221802 0.038919393 0.997800589 -0.053658318 -8.501557350 0.907881200 -0.012878080 0.419029713 101.174217224\n0.414550483 -0.064118259 -0.907764673 -85.225280762 0.042421494 0.997791946 -0.051104464 -8.585927963 0.909036994 -0.017323354 0.416355133 101.690002441\n0.413213849 -0.063313574 -0.908430338 -86.319091797 0.043726187 0.997808874 -0.049653318 -8.667369843 0.909583569 -0.019204756 0.415076911 102.179893494\n0.410894275 -0.064567730 -0.909393728 -87.427047729 0.046262924 0.997680545 -0.049933042 -8.747405052 0.910508454 -0.021554006 0.412928343 102.680320740\n0.409612417 -0.065626830 -0.909896135 -88.514358521 0.047193374 0.997597933 -0.050707098 -8.826101303 0.911038220 -0.022170799 0.411725640 103.169967651\n0.409911513 -0.066737637 -0.909680605 -89.585845947 0.047151867 0.997536659 -0.051935967 -8.910490990 0.910905838 -0.021603974 0.412048578 103.644744873\n0.409317613 -0.068184920 -0.909840703 -90.623283386 0.047744825 0.997438073 -0.053270247 -8.986046791 0.911141932 -0.021635728 0.411524415 104.124526978\n0.411702991 -0.068039335 -0.908774734 -91.666183472 0.045560326 0.997498751 -0.054041810 -9.064840317 0.910178661 -0.019154891 0.413773060 104.593940735\n0.415858686 -0.067857884 -0.906894207 -92.699127197 0.043175191 0.997561038 -0.054843891 -9.148256302 0.908403933 -0.016348008 0.417774200 105.062042236\n0.421066940 -0.068591751 -0.904432416 -93.730148315 0.041579206 0.997547984 -0.056296010 -9.223296165 0.906076133 -0.013901184 0.422886431 105.531768799\n0.426851153 -0.068452060 -0.901727557 -94.750404358 0.041435149 0.997564256 -0.056113061 -9.309574127 0.903372228 -0.013411281 0.428647816 106.009880066\n0.433679640 -0.067689270 -0.898521066 -95.759292603 0.041041762 0.997623384 -0.055345856 -9.385836601 0.900131941 -0.012874515 0.435427070 106.495323181\n0.442082942 -0.065760046 -0.894560456 -96.763198853 0.038594846 0.997779906 -0.054274626 -9.469165802 0.896143496 -0.010531530 0.443639457 106.977783203\n0.451018751 -0.065605909 -0.890099883 -97.751419067 0.038511060 0.997796416 -0.054030035 -9.542992592 0.891683161 -0.009910140 0.452551425 107.475036621\n0.460716486 -0.065572456 -0.885121822 -98.748817444 0.038529046 0.997804582 -0.053865507 -9.616367340 0.886710703 -0.009286173 0.462231457 107.974716187\n0.470197320 -0.066198230 -0.880075157 -99.720703125 0.037500821 0.997780979 -0.055016376 -9.692144394 0.881764293 -0.007134981 0.471636474 108.493423462\n0.480600715 -0.068198644 -0.874283731 -100.674331665 0.036137000 0.997664750 -0.057958208 -9.765505791 0.876194775 -0.003739231 0.481942892 109.009147644\n0.492419899 -0.068652771 -0.867645919 -101.629875183 0.034589201 0.997640312 -0.059308015 -9.843582153 0.869670212 -0.000806735 0.493632555 109.541717529\n0.504159629 -0.066926725 -0.861013293 -102.580406189 0.032120716 0.997755945 -0.058747720 -9.929577827 0.863012969 0.001961864 0.505177975 110.100288391\n0.517239928 -0.064205393 -0.853428721 -103.521072388 0.030898212 0.997932851 -0.056350205 -10.008045197 0.855282545 0.002777161 0.518154621 110.661720276\n0.529496968 -0.062390894 -0.846014380 -104.430313110 0.029599713 0.998043299 -0.055076901 -10.075677872 0.847795308 0.004121268 0.530307651 111.220558167\n0.540936172 -0.062017072 -0.838774085 -105.323089600 0.030437946 0.998067975 -0.054165084 -10.157533646 0.840512693 0.003769293 0.541778743 111.803260803\n0.552393317 -0.062039111 -0.831271827 -106.214813232 0.030402420 0.998062611 -0.054284081 -10.232723236 0.833029032 0.004713486 0.553209186 112.399353027\n0.563743711 -0.063330717 -0.823518276 -107.104240417 0.030691946 0.997973680 -0.055736471 -10.306873322 0.825379372 0.006145712 0.564545095 112.999038696\n0.574743271 -0.064572543 -0.815782189 -107.968048096 0.032207731 0.997894466 -0.056296166 -10.382141113 0.817699730 0.006081353 0.575612903 113.608184814\n0.586503088 -0.064122118 -0.807404816 -108.817070007 0.032533560 0.997921824 -0.055619970 -10.458215714 0.809293330 0.006353533 0.587370396 114.199272156\n0.597419262 -0.061300844 -0.799582660 -109.654624939 0.031210378 0.998095989 -0.053200811 -10.533396721 0.801321507 0.006827916 0.598195016 114.813705444\n0.607385755 -0.058478676 -0.792251706 -110.469589233 0.031523786 0.998275638 -0.049518023 -10.605524063 0.793781340 0.005101772 0.608181894 115.432891846\n0.617667615 -0.055576522 -0.784473062 -111.278839111 0.028972598 0.998430789 -0.047922458 -10.683734894 0.785905421 0.006871927 0.618308544 116.087600708\n0.627326667 -0.054837514 -0.776823163 -112.059982300 0.027042888 0.998450041 -0.048644010 -10.753875732 0.778286636 0.009508147 0.627837300 116.724441528\n0.637272954 -0.054669276 -0.768696606 -112.842155457 0.025564563 0.998431265 -0.049814075 -10.821481705 0.770214081 0.012093770 0.637670875 117.352012634\n0.646709144 -0.053780582 -0.760838330 -113.609436035 0.025402827 0.998476386 -0.048985969 -10.889334679 0.762313604 0.012352235 0.647089958 117.990417480\n0.656031072 -0.051410623 -0.752980888 -114.337661743 0.024936130 0.998609066 -0.046455681 -10.961284637 0.754321873 0.011699941 0.656400561 118.618469238\n0.664741576 -0.049227636 -0.745449722 -115.057830811 0.024311675 0.998723567 -0.044273704 -11.024998665 0.746677697 0.011307446 0.665089905 119.251174927\n0.672891617 -0.048214737 -0.738168180 -115.770050049 0.024507787 0.998778880 -0.042896427 -11.090354919 0.739335001 0.010773779 0.673251569 119.904464722\n0.680567265 -0.048978318 -0.731046855 -116.487060547 0.024228493 0.998721957 -0.044356398 -11.123325348 0.732285023 0.012475351 0.680884063 120.567962646\n0.687953889 -0.047982130 -0.724166572 -117.174606323 0.023631845 0.998763978 -0.043726414 -11.178908348 0.725369573 0.012968370 0.688237488 121.223022461\n0.695481658 -0.044983882 -0.717134297 -117.868812561 0.022666374 0.998915195 -0.040677227 -11.237166405 0.718186200 0.012035434 0.695746899 121.880416870\n0.703326762 -0.042867187 -0.709573030 -118.575729370 0.022526531 0.999022841 -0.038025390 -11.284678459 0.710509717 0.010760058 0.703605175 122.520263672\n0.710581124 -0.041687313 -0.702379286 -119.219223022 0.021654325 0.999066114 -0.037388958 -11.329298019 0.703282058 0.011358339 0.710820198 123.171142578\n0.718499303 -0.040598098 -0.694341898 -119.859504700 0.020907316 0.999104559 -0.036782824 -11.382740021 0.695213437 0.011911609 0.718704700 123.820182800\n0.726124763 -0.036493797 -0.686593831 -120.440040588 0.017171701 0.999241471 -0.034951262 -11.444135666 0.687348545 0.013588993 0.726200581 124.467453003\n0.735188067 -0.034225833 -0.676998615 -121.045188904 0.016980097 0.999341011 -0.032082357 -11.485747337 0.677650511 0.012091067 0.735284686 125.121429443\n0.745016456 -0.030589851 -0.666344285 -121.693939209 0.015254139 0.999468029 -0.028827427 -11.529596329 0.666871607 0.011312400 0.745086789 125.800308228\n0.755376160 -0.028258065 -0.654681921 -122.268898010 0.013301777 0.999525130 -0.027794879 -11.568007469 0.655156493 0.012287158 0.755393326 126.449432373\n0.765116632 -0.027300598 -0.643312752 -122.822792053 0.011748363 0.999526322 -0.028444642 -11.620640755 0.643784583 0.014205599 0.765074968 127.103164673\n0.775054455 -0.028366834 -0.631257415 -123.371505737 0.011907861 0.999470115 -0.030292813 -11.662630081 0.631782234 0.015961654 0.774981558 127.774810791\n0.785115898 -0.027429333 -0.618741214 -123.889129639 0.011302474 0.999486983 -0.029966503 -11.690041542 0.619245768 0.016533872 0.785023153 128.440383911\n0.795230508 -0.026185557 -0.605741560 -124.404823303 0.011374539 0.999535441 -0.028276108 -11.729342461 0.606200576 0.015595996 0.795158923 129.115295410\n0.805426002 -0.023429789 -0.592233002 -124.916244507 0.010692661 0.999630153 -0.025005320 -11.775472641 0.592599869 0.013807389 0.805378675 129.807876587\n0.815064251 -0.022258347 -0.578942895 -125.407554626 0.011150068 0.999679327 -0.022736590 -11.805288315 0.579263330 0.012076530 0.815051019 130.506546021\n0.824131370 -0.020530270 -0.566026509 -125.883956909 0.011378720 0.999741316 -0.019694127 -11.837734222 0.566284418 0.009789889 0.824151754 131.204025269\n0.832317531 -0.019849576 -0.553943634 -126.357269287 0.012145937 0.999771774 -0.017575378 -11.865526199 0.554166079 0.007900131 0.832368672 131.916809082\n0.839317262 -0.020393848 -0.543259323 -126.810157776 0.013871838 0.999774158 -0.016099807 -11.892175674 0.543464959 0.005976842 0.839410603 132.635986328\n0.846196771 -0.019810738 -0.532502234 -127.260604858 0.013655784 0.999786675 -0.015494832 -11.920690536 0.532695591 0.005839942 0.846286774 133.342803955\n0.852845907 -0.019130301 -0.521812081 -127.702285767 0.013021398 0.999797046 -0.015371764 -11.945453644 0.522000253 0.006315024 0.852921963 134.070846558\n0.859610438 -0.016935205 -0.510669291 -128.142456055 0.011093513 0.999833584 -0.014483517 -11.968422890 0.510829628 0.006785066 0.859655261 134.805175781\n0.865802765 -0.016054649 -0.500127792 -128.571807861 0.010525592 0.999848366 -0.013874709 -11.996886253 0.500274718 0.006748619 0.865840435 135.549667358\n0.871747136 -0.016729420 -0.489670306 -128.994140625 0.011299422 0.999837518 -0.014043046 -12.016664505 0.489825696 0.006708995 0.871794581 136.305038452\n0.876761675 -0.018230660 -0.480579406 -129.399291992 0.012545762 0.999808192 -0.015039179 -12.040471077 0.480761409 0.007156542 0.876822233 137.053405762\n0.881204307 -0.018661557 -0.472367197 -129.809509277 0.012922875 0.999798059 -0.015390772 -12.063638687 0.472559035 0.007458073 0.881267488 137.819976807\n0.884669185 -0.017666927 -0.465884387 -130.213317871 0.012220578 0.999817133 -0.014708643 -12.086266518 0.466059059 0.007318906 0.884723306 138.597534180\n0.887828112 -0.015775351 -0.459904730 -130.621643066 0.011987664 0.999865949 -0.011155030 -12.109992981 0.460019052 0.004390567 0.887898207 139.383422852\n0.891113281 -0.011781635 -0.453627914 -131.034088135 0.009755238 0.999929249 -0.006806855 -12.126643181 0.453676015 0.001640431 0.891165197 140.185470581\n0.894536495 -0.008981030 -0.446904659 -131.451370239 0.007941721 0.999959648 -0.004198903 -12.145264626 0.446924329 0.000206880 0.894571722 140.993453979\n0.897877038 -0.006209489 -0.440202564 -131.864471436 0.005939774 0.999980390 -0.001990405 -12.156695366 0.440206259 -0.000827565 0.897896290 141.820510864\n0.901080847 -0.004544529 -0.433627278 -132.269058228 0.005196847 0.999986470 0.000318965 -12.166877747 0.433619946 -0.002540907 0.901092291 142.664245605\n0.904356718 -0.003246566 -0.426764995 -132.678680420 0.005022662 0.999982774 0.003036258 -12.171493530 0.426747769 -0.004889357 0.904357493 143.527618408\n0.907831132 -0.003258749 -0.419323355 -133.083160400 0.005910681 0.999969900 0.005025356 -12.178066254 0.419294357 -0.007040661 0.907823026 144.395523071\n0.911447346 -0.003346226 -0.411403120 -133.484359741 0.006443957 0.999960363 0.006142965 -12.183311462 0.411366284 -0.008250053 0.911432803 145.282714844\n0.915164351 -0.004087606 -0.403060168 -133.876159668 0.007267322 0.999953389 0.006359793 -12.190451622 0.403015375 -0.008749424 0.915151358 146.178924561\n0.918968976 -0.006334953 -0.394278944 -134.271697998 0.009432059 0.999938011 0.005917661 -12.199255943 0.394217014 -0.009157008 0.918971777 147.103973389\n0.923155367 -0.007964239 -0.384344578 -134.656234741 0.010482546 0.999935150 0.004457711 -12.196566582 0.384284139 -0.008144069 0.923178911 148.015014648\n0.927659988 -0.009344121 -0.373309076 -135.036254883 0.011118673 0.999934793 0.002600624 -12.203293800 0.373260438 -0.006563196 0.927703381 148.962188721\n0.932806671 -0.007288992 -0.360303491 -135.413864136 0.008534995 0.999961853 0.001867275 -12.210265160 0.360276133 -0.004816995 0.932833254 149.935119629\n0.939002872 -0.003424794 -0.343892276 -135.776733398 0.004749862 0.999984205 0.003010810 -12.216957092 0.343876511 -0.004460601 0.939004302 150.900573730\n0.945671260 0.000600145 -0.325123817 -136.125381470 0.001479686 0.999979973 0.006149748 -12.223601341 0.325120986 -0.006296721 0.945651472 151.897064209\n0.952199161 0.003050810 -0.305462688 -136.462875366 -0.000785531 0.999971271 0.007538531 -12.224615097 0.305476934 -0.006938232 0.952174187 152.929229736\n0.958644092 0.004540376 -0.284571409 -136.773391724 -0.002240734 0.999962151 0.008406108 -12.226864815 0.284598827 -0.007420817 0.958617985 153.966125488\n0.964722455 0.006202711 -0.263195962 -137.068084717 -0.003715225 0.999943614 0.009947724 -12.226021767 0.263242841 -0.008618960 0.964691103 155.024459839\n0.970349789 0.007073096 -0.241601378 -137.332077026 -0.004120804 0.999910593 0.012722787 -12.225002289 0.241669759 -0.011349962 0.970292151 156.086044312\n0.975547254 0.009659274 -0.219577461 -137.577590942 -0.006197305 0.999845505 0.016449858 -12.226416588 0.219702423 -0.014686825 0.975456357 157.168182373\n0.980241418 0.011479788 -0.197471350 -137.801925659 -0.007523903 0.999755919 0.020771347 -12.217974663 0.197661594 -0.018875180 0.980088592 158.279647827\n0.984517753 0.013446814 -0.174768403 -138.005676270 -0.009403674 0.999669135 0.023941867 -12.209533691 0.175032511 -0.021927727 0.984318435 159.391921997\n0.988163888 0.015239874 -0.152642801 -138.192703247 -0.011748797 0.999648988 0.023746856 -12.191103935 0.152951121 -0.021672416 0.987996101 160.535690308\n0.991292179 0.014444767 -0.130886018 -138.353393555 -0.011663411 0.999690115 0.021991979 -12.180547714 0.131163120 -0.020273900 0.991153479 161.706161499\n0.993815064 0.014318083 -0.110120863 -138.483078003 -0.012089516 0.999708951 0.020878622 -12.162305832 0.110387750 -0.019418182 0.993698895 162.866210938\n0.995873511 0.013261173 -0.089778170 -138.597335815 -0.011266501 0.999679089 0.022688234 -12.145261765 0.090050235 -0.021583125 0.995703340 164.067077637\n0.997438610 0.014179883 -0.070108384 -138.686813354 -0.012489417 0.999621987 0.024492035 -12.132116318 0.070429184 -0.023553688 0.997238636 165.274902344\n0.998691320 0.014586533 -0.049018808 -138.755355835 -0.013350192 0.999586821 0.025455236 -12.111339569 0.049369860 -0.024767514 0.998473406 166.477554321\n0.999453425 0.015898176 -0.028983820 -138.796417236 -0.015145587 0.999547124 0.026003001 -12.089715004 0.029384095 -0.025549812 0.999241590 167.715484619\n0.999831855 0.016432496 -0.008139975 -138.826416016 -0.016214319 0.999525726 0.026180835 -12.065372467 0.008566332 -0.026044449 0.999624074 168.978393555\n0.999739707 0.019008996 0.012614253 -138.825973511 -0.019332010 0.999475002 0.025999246 -12.046022415 -0.012113412 -0.026236339 0.999582350 170.227951050\n0.999273837 0.019886268 0.032501385 -138.785308838 -0.020700617 0.999475241 0.024914354 -12.029541016 -0.031988874 -0.025569061 0.999161124 171.489898682\n0.998417318 0.020723335 0.052282490 -138.732666016 -0.021927224 0.999505043 0.022559019 -12.011301041 -0.051789112 -0.023669725 0.998377502 172.772506714\n0.997203112 0.022513835 0.071267605 -138.656250000 -0.024001621 0.999510050 0.020088904 -11.997035027 -0.070780411 -0.021743255 0.997254908 174.056060791\n0.995666921 0.022455949 0.090239316 -138.549148560 -0.024199624 0.999540091 0.018275207 -11.982645035 -0.089787424 -0.020379776 0.995752394 175.363265991\n0.993754327 0.022783924 0.109239407 -138.410583496 -0.024580233 0.999583423 0.015125317 -11.975128174 -0.108849287 -0.017715979 0.993900359 176.657608032\n0.991518378 0.023988280 0.127733499 -138.255462646 -0.025473254 0.999625444 0.010004455 -11.975538254 -0.127445668 -0.013173389 0.991758049 177.964385986\n0.989001036 0.025947504 0.145614758 -138.073486328 -0.026709329 0.999637842 0.003278836 -11.977523804 -0.145476952 -0.007132045 0.989335954 179.284835815\n0.986217082 0.027747229 0.163113177 -137.868957520 -0.027821489 0.999611259 -0.001829482 -11.984052658 -0.163100526 -0.002733785 0.986605644 180.609054565\n0.983015358 0.029998641 0.181054935 -137.642791748 -0.029382883 0.999549747 -0.006082731 -11.998641968 -0.181155875 0.000659503 0.983454168 181.951339722\n0.979470670 0.032567862 0.198938444 -137.388229370 -0.031353947 0.999465525 -0.009250032 -12.015015602 -0.199133381 0.002822630 0.979968309 183.309341431\n0.975825489 0.031644844 0.216248140 -137.098434448 -0.030430764 0.999496877 -0.008942544 -12.045093536 -0.216422319 0.002145766 0.976297498 184.653244019\n0.971872449 0.031246802 0.233425796 -136.786621094 -0.029801959 0.999508619 -0.009715058 -12.071962357 -0.233614668 0.002485250 0.972326100 186.001571655\n0.967647612 0.030955641 0.250399470 -136.449478149 -0.028182767 0.999495387 -0.014652723 -12.104704857 -0.250726700 0.007121722 0.968031704 187.346252441\n0.963032484 0.032047298 0.267472327 -136.099411011 -0.027895425 0.999424338 -0.019309107 -12.138055801 -0.267937154 0.011134042 0.963372052 188.695922852\n0.958256960 0.034097724 0.283867836 -135.711624146 -0.029787125 0.999366224 -0.019489339 -12.172256470 -0.284352481 0.010220189 0.958665311 190.061340332\n0.952773035 0.036813639 0.301443696 -135.290863037 -0.032271963 0.999278307 -0.020034308 -12.218444824 -0.301963687 0.009359969 0.953273475 191.432739258\n0.946920574 0.040310282 0.318930328 -134.852523804 -0.034704290 0.999127328 -0.023243004 -12.256270409 -0.319588929 0.010941028 0.947493136 192.793762207\n0.940960705 0.040996663 0.336024195 -134.383956909 -0.033755988 0.999055445 -0.027363757 -12.303877831 -0.336828619 0.014405391 0.941455781 194.138793945\n0.934786797 0.041774061 0.352744281 -133.879089355 -0.033409674 0.998998284 -0.029770272 -12.357128143 -0.353634536 0.016043788 0.935246050 195.497863770\n0.927909911 0.042588290 0.370363921 -133.344146729 -0.031899955 0.998880208 -0.034939457 -12.422134399 -0.371437192 0.020606076 0.928229392 196.894699097\n0.920187235 0.045718271 0.388799787 -132.788772583 -0.032172199 0.998629332 -0.041283872 -12.486478806 -0.390154302 0.025480349 0.920396864 198.237915039\n0.910923004 0.048923772 0.409665465 -132.188751221 -0.033439029 0.998432457 -0.044882242 -12.560213089 -0.411219120 0.027185453 0.911131084 199.591705322\n0.899836063 0.051737513 0.433149248 -131.567825317 -0.035156123 0.998312950 -0.046209205 -12.641469955 -0.434809268 0.026352860 0.900136888 200.931823730\n0.887284398 0.056807507 0.457711011 -130.900955200 -0.038689930 0.998055518 -0.048869438 -12.730831146 -0.459597170 0.025652286 0.887756944 202.261459351\n0.873748183 0.061028227 0.482534677 -130.200469971 -0.040719781 0.997792363 -0.052461859 -12.817145348 -0.484671086 0.026189748 0.874304295 203.587097168\n0.859558642 0.064695120 0.506925464 -129.469802856 -0.042361841 0.997560680 -0.055481169 -12.915379524 -0.509278297 0.026215024 0.860202551 204.896408081\n0.845087469 0.066083364 0.530528188 -128.689285278 -0.041653138 0.997453392 -0.057894249 -13.010889053 -0.533002973 0.026827542 0.845687926 206.193664551\n0.829848766 0.068167023 0.553808928 -127.877593994 -0.041584399 0.997304976 -0.060444228 -13.114854813 -0.556436718 0.027129758 0.830446959 207.454254150\n0.814212918 0.070072204 0.576322138 -127.029388428 -0.039590396 0.997080147 -0.065297835 -13.227033615 -0.579214931 0.030349517 0.814609706 208.695770264\n0.798455000 0.072470143 0.597676933 -126.142196655 -0.037626650 0.996794939 -0.070597820 -13.346092224 -0.600877583 0.033880603 0.798622727 209.915313721\n0.782938123 0.074592911 0.617611408 -125.214904785 -0.036505695 0.996583462 -0.074086003 -13.469104767 -0.621027589 0.035458427 0.782986224 211.124511719\n0.767444372 0.076122023 0.636580408 -124.246536255 -0.034708060 0.996403098 -0.077306360 -13.602844238 -0.640175402 0.037233863 0.767325938 212.313430786\n0.752191722 0.076760039 0.654458165 -123.262451172 -0.032898847 0.996327996 -0.079045445 -13.740878105 -0.658122540 0.037926413 0.751955032 213.469451904\n0.737598896 0.077520110 0.670774519 -122.240936279 -0.031210095 0.996240437 -0.080814242 -13.877610207 -0.674517453 0.038673557 0.737245321 214.609756470\n0.723095179 0.078007407 0.686329544 -121.196090698 -0.028216664 0.996109188 -0.083488405 -14.016117096 -0.690171838 0.041004136 0.722482860 215.731460571\n0.708885908 0.079426922 0.700836778 -120.116767883 -0.025729667 0.995889902 -0.086840592 -14.165878296 -0.704853714 0.043527775 0.708015919 216.834747314\n0.694468856 0.082190983 0.714813054 -119.032485962 -0.023526603 0.995517015 -0.091610014 -14.314181328 -0.719138086 0.046803184 0.693289220 217.911453247\n0.680139184 0.083732352 0.728285372 -117.915122986 -0.021615045 0.995314181 -0.094247058 -14.471221924 -0.732764244 0.048359193 0.678762019 218.965377808\n0.665322065 0.084271505 0.741784990 -116.780593872 -0.020170230 0.995274961 -0.094978504 -14.632019043 -0.746284008 0.048229322 0.663878143 220.008102417\n0.649515867 0.085287809 0.755549610 -115.614776611 -0.020429954 0.995287895 -0.094787091 -14.801568031 -0.760073543 0.046129875 0.648197651 221.030166626\n0.632562697 0.086361483 0.769679308 -114.447677612 -0.022605518 0.995399177 -0.093109883 -14.975969315 -0.774179220 0.041498847 0.631604671 222.014678955\n0.615205646 0.087315083 0.783516467 -113.261589050 -0.024782626 0.995498538 -0.091479413 -15.139301300 -0.787977040 0.036861066 0.614600301 222.976013184\n0.597880006 0.089217506 0.796605170 -112.069198608 -0.027536435 0.995486140 -0.090824552 -15.308372498 -0.801112533 0.032366518 0.597638011 223.895233154\n0.580297470 0.092452683 0.809139907 -110.866912842 -0.028587488 0.995235622 -0.093213744 -15.476802826 -0.813902736 0.030960424 0.580175638 224.788177490\n0.562365949 0.096016422 0.821294963 -109.657196045 -0.031005070 0.994985521 -0.095092207 -15.646118164 -0.826306999 0.028012315 0.562523007 225.650772095\n0.543647289 0.096116930 0.833792090 -108.433555603 -0.030909669 0.995039999 -0.094551429 -15.816349030 -0.838744521 0.025630390 0.543921709 226.471282959\n0.523138285 0.095138028 0.846920967 -107.193374634 -0.031761706 0.995235682 -0.092179790 -15.984732628 -0.851655781 0.021323118 0.523667574 227.276657104\n0.501696587 0.093401425 0.859986484 -105.953727722 -0.031925596 0.995475709 -0.089491978 -16.150819778 -0.864454329 0.017442247 0.502408683 228.036636353\n0.480603695 0.092603497 0.872034788 -104.688201904 -0.032800462 0.995611250 -0.087649092 -16.308010101 -0.876324236 0.013521339 0.481531918 228.764984131\n0.459541917 0.091389455 0.883441687 -103.416656494 -0.032068685 0.995750666 -0.086326249 -16.469039917 -0.887576938 0.011339717 0.460519910 229.455093384\n0.438444495 0.091043808 0.894135058 -102.143569946 -0.031185338 0.995797992 -0.086103551 -16.622230530 -0.898217142 0.009867718 0.439441383 230.107162476\n0.417858660 0.090468369 0.903996468 -100.868789673 -0.028932288 0.995850086 -0.086287208 -16.769958496 -0.908051252 0.009901169 0.418742061 230.724136353\n0.396888852 0.090816475 0.913362801 -99.595733643 -0.026674790 0.995814025 -0.087423526 -16.921035767 -0.917479038 0.010333661 0.397649944 231.305175781\n0.376591325 0.090366907 0.921961427 -98.336486816 -0.023077866 0.995837092 -0.088181339 -17.067420959 -0.926092029 0.011931425 0.377109051 231.835021973\n0.356098473 0.088490233 0.930249095 -97.053298950 -0.021027567 0.996012807 -0.086696699 -17.218736649 -0.934211850 0.011311692 0.356539428 232.336624146\n0.335421979 0.088313468 0.937919438 -95.789886475 -0.020098338 0.996040523 -0.086598448 -17.365062714 -0.941853583 0.010196405 0.335868835 232.810562134\n0.315892458 0.093106948 0.944215596 -94.531204224 -0.020251319 0.995608389 -0.091399483 -17.508205414 -0.948578894 0.009750801 0.316390693 233.245315552\n0.296883225 0.102357432 0.949412048 -93.280197144 -0.021085232 0.994698822 -0.100646459 -17.657676697 -0.954680979 0.009861675 0.297467649 233.650772095\n0.277452648 0.110083513 0.954411685 -92.038162231 -0.023035476 0.993890464 -0.107940525 -17.813547134 -0.960463166 0.007963056 0.278293371 234.041687012\n0.257815301 0.114193909 0.959422231 -90.791900635 -0.025503693 0.993449390 -0.111390613 -17.976570129 -0.965857565 0.004249391 0.259038806 234.396484375\n0.238192916 0.115526117 0.964322567 -89.563125610 -0.027927203 0.993304431 -0.112099990 -18.140153885 -0.970816314 -0.000229404 0.239824355 234.716873169\n0.218129754 0.115827948 0.969021916 -88.339584351 -0.031845726 0.993247867 -0.111555137 -18.300508499 -0.975400090 -0.006525703 0.220345497 235.023010254\n0.198790967 0.116282657 0.973119080 -87.109741211 -0.033344597 0.993163705 -0.111866184 -18.460832596 -0.979474604 -0.010210265 0.201309383 235.299926758\n0.180251181 0.114598885 0.976922035 -85.901855469 -0.033419870 0.993329942 -0.110357359 -18.627666473 -0.983052731 -0.012756566 0.182878733 235.535430908\n0.161863387 0.114657789 0.980129540 -84.681182861 -0.033518434 0.993292689 -0.110662252 -18.786724091 -0.986243784 -0.014940244 0.164620876 235.751037598\n0.143422365 0.115209632 0.982932746 -83.464599609 -0.032118551 0.993219554 -0.111728847 -18.944828033 -0.989140272 -0.015545961 0.146150291 235.948669434\n0.124616802 0.118538700 0.985098600 -82.258712769 -0.036259081 0.992718697 -0.114868805 -19.099063873 -0.991542220 -0.021404179 0.128007531 236.121612549\n0.105367661 0.120562613 0.987097919 -81.075592041 -0.036294512 0.992428422 -0.117339417 -19.256912231 -0.993770778 -0.023462458 0.108945608 236.277206421\n0.088458002 0.117881507 0.989079952 -79.886016846 -0.036584675 0.992686987 -0.115039468 -19.412296295 -0.995407820 -0.026009006 0.092123806 236.397583008\n0.073208451 0.113579996 0.990828037 -78.713012695 -0.034488294 0.993187964 -0.111302316 -19.565769196 -0.996720195 -0.026023684 0.076626956 236.496017456\n0.059463680 0.109559625 0.992200017 -77.525131226 -0.033510957 0.993617654 -0.107707813 -19.720001221 -0.997667849 -0.026844861 0.062755644 236.581390381\n0.047094047 0.106104895 0.993239105 -76.366333008 -0.031347949 0.994009554 -0.104700856 -19.867141724 -0.998398423 -0.026205221 0.050138116 236.642517090\n0.036441624 0.106314160 0.993664622 -75.226394653 -0.031355917 0.993957102 -0.105195515 -20.008800507 -0.998843789 -0.027323764 0.039554954 236.696701050\n0.028021812 0.108503781 0.993701100 -74.113540649 -0.031228427 0.993701160 -0.107623175 -20.151100159 -0.999119461 -0.028015912 0.031233728 236.744583130\n0.021504939 0.110325180 0.993663013 -72.978302002 -0.032139394 0.993455291 -0.109606571 -20.298379898 -0.999252141 -0.029578634 0.024909973 236.774291992\n0.015581071 0.114292018 0.993325114 -71.883560181 -0.032724373 0.992971659 -0.113738053 -20.445123672 -0.999343038 -0.030733759 0.019211709 236.805389404\n0.010007322 0.123028465 0.992352724 -70.801422119 -0.032729078 0.991910934 -0.122643642 -20.587099075 -0.999414206 -0.031251453 0.013952971 236.836898804\n0.005333960 0.125857502 0.992033958 -69.712707520 -0.033910297 0.991500318 -0.125607461 -20.732757568 -0.999410629 -0.032970175 0.009556532 236.858383179\n0.001396477 0.117625669 0.993057132 -68.653137207 -0.032864191 0.992526948 -0.117516667 -20.877904892 -0.999458969 -0.032471891 0.005251706 236.883850098\n-0.001562953 0.107787386 0.994172752 -67.572509766 -0.031365652 0.993679523 -0.107783221 -21.019546509 -0.999506772 -0.031351332 0.001827776 236.903350830\n-0.001826644 0.104229316 0.994551599 -66.508880615 -0.030889612 0.994072795 -0.104235865 -21.152420044 -0.999521136 -0.030911719 0.001403809 236.890975952\n-0.001507163 0.106218748 0.994341791 -65.449111938 -0.031857830 0.993832946 -0.106212690 -21.282459259 -0.999491394 -0.031837627 0.001886070 236.893981934\n-0.000420451 0.109336019 0.994004846 -64.412216187 -0.031369068 0.993514240 -0.109295331 -21.412261963 -0.999507904 -0.031226953 0.003012002 236.893707275\n0.000771284 0.111716807 0.993739843 -63.381759644 -0.034104664 0.993164957 -0.111625701 -21.543699265 -0.999418020 -0.033805054 0.004576087 236.923095703\n0.002755284 0.112126321 0.993690133 -62.361495972 -0.036017753 0.993060291 -0.111955374 -21.680324554 -0.999347329 -0.035482019 0.006774724 236.940216064\n0.006089449 0.113705531 0.993495882 -61.343353271 -0.037101641 0.992855906 -0.113404877 -21.808038712 -0.999292970 -0.036169749 0.010264635 236.957962036\n0.009312987 0.114597879 0.993368387 -60.349044800 -0.039560705 0.992675900 -0.114147112 -21.936531067 -0.999173880 -0.038235296 0.013778329 236.992553711\n0.013727188 0.115954697 0.993159652 -59.343414307 -0.041444462 0.992465675 -0.115300842 -22.064540863 -0.999046504 -0.039578211 0.018429458 237.032928467\n0.020291269 0.114895061 0.993170381 -58.348739624 -0.042513251 0.992575586 -0.113957673 -22.191638947 -0.998889804 -0.039910555 0.025025189 237.064193726\n0.026934385 0.113583662 0.993163407 -57.353179932 -0.041552097 0.992792249 -0.112414338 -22.321220398 -0.998773396 -0.038240187 0.031459928 237.101150513\n0.034413040 0.113159023 0.992980778 -56.365676880 -0.040063363 0.992926776 -0.111764424 -22.442621231 -0.998604357 -0.035935991 0.038703144 237.144500732\n0.041167021 0.113954671 0.992632687 -55.387634277 -0.039431710 0.992886186 -0.112348445 -22.569944382 -0.998373866 -0.034516152 0.045367599 237.200042725\n0.048610985 0.113917686 0.992300332 -54.401824951 -0.039713264 0.992909551 -0.112042151 -22.692380905 -0.998028100 -0.033960987 0.052790344 237.252609253\n0.054740667 0.113552682 0.992022991 -53.415100098 -0.041079901 0.992927432 -0.111389399 -22.805534363 -0.997655392 -0.034654647 0.059018254 237.329376221\n0.061655223 0.110970117 0.991909504 -52.442703247 -0.042324707 0.993196845 -0.108483315 -22.934022903 -0.997199774 -0.035293695 0.065932572 237.392486572\n0.068181813 0.109900557 0.991601288 -51.470321655 -0.042452972 0.993333578 -0.107173510 -23.050497055 -0.996769309 -0.034789141 0.072392881 237.472167969\n0.075009704 0.110356137 0.991057575 -50.502807617 -0.042964626 0.993292153 -0.107353128 -23.169517517 -0.996256769 -0.034527894 0.079247952 237.556777954\n0.081853628 0.112123914 0.990317345 -49.555328369 -0.042356916 0.993145168 -0.108943127 -23.289043427 -0.995743990 -0.033029385 0.086041749 237.650665283\n0.088527083 0.113957509 0.989533603 -48.594741821 -0.042905144 0.992948234 -0.110512309 -23.403989792 -0.995149374 -0.032672741 0.092792213 237.740768433\n0.094597995 0.115807116 0.988756835 -47.636383057 -0.044715017 0.992702663 -0.111991219 -23.522623062 -0.994510889 -0.033618115 0.099085987 237.856399536\n0.101371646 0.116081692 0.988053143 -46.671554565 -0.046340805 0.992642164 -0.111866392 -23.647811890 -0.993768871 -0.034447081 0.106005073 237.961425781\n0.108317673 0.115421839 0.987393141 -45.720901489 -0.047015313 0.992720306 -0.110886954 -23.769231796 -0.993004024 -0.034411572 0.112955749 238.076965332\n0.114527166 0.112867169 0.986987591 -44.784881592 -0.048334405 0.992981315 -0.107943997 -23.890785217 -0.992243588 -0.035342935 0.119178712 238.204498291\n0.121407807 0.111668862 0.986301303 -43.829025269 -0.048386581 0.993136108 -0.106486604 -24.005413055 -0.991422713 -0.034795437 0.125977755 238.324798584\n0.128156066 0.110973671 0.985525727 -42.889450073 -0.048547484 0.993230581 -0.105528235 -24.119865417 -0.990565121 -0.034320712 0.132676005 238.459701538\n0.134796739 0.112183705 0.984502256 -41.939514160 -0.048698213 0.993119657 -0.106497966 -24.231531143 -0.989675939 -0.033587910 0.139332473 238.598876953\n0.142293930 0.112437382 0.983417690 -41.001495361 -0.046364609 0.993193924 -0.106846496 -24.344911575 -0.988738000 -0.030392174 0.146538556 238.741592407\n0.150764525 0.114079468 0.981965363 -40.063629150 -0.045348693 0.993071675 -0.108407207 -24.460514069 -0.987529039 -0.028186882 0.154893339 238.898101807\n0.160593450 0.115959540 0.980185211 -39.128372192 -0.045245592 0.992895663 -0.110050201 -24.578025818 -0.985983014 -0.026675720 0.164699197 239.052139282\n0.169556618 0.117725961 0.978463709 -38.183853149 -0.045498058 0.992716014 -0.111556470 -24.688999176 -0.984469652 -0.025603060 0.173677862 239.228027344\n0.177184463 0.116480440 0.977260411 -37.275085449 -0.047622446 0.992823124 -0.109701075 -24.805200577 -0.983024776 -0.027102206 0.181459904 239.403884888\n0.182290435 0.115130119 0.976481140 -36.346786499 -0.049537767 0.992935240 -0.107822359 -24.915992737 -0.981996119 -0.028717695 0.186705887 239.591781616\n0.186253250 0.115393378 0.975701928 -35.413558960 -0.051814206 0.992850661 -0.107530631 -25.034957886 -0.981134653 -0.030527290 0.190900683 239.774078369\n0.189092100 0.116966590 0.974968255 -34.466461182 -0.051843274 0.992684841 -0.109037206 -25.149452209 -0.980589926 -0.029927466 0.193772793 239.960556030\n0.191805422 0.118281111 0.974279404 -33.541885376 -0.051350124 0.992560804 -0.110391296 -25.259506226 -0.980088770 -0.028855717 0.196452260 240.154632568\n0.194315076 0.118405752 0.973766863 -32.587982178 -0.051469233 0.992551506 -0.110419214 -25.373708725 -0.979588032 -0.028662901 0.198961973 240.362579346\n0.197416782 0.117872559 0.973207355 -31.646392822 -0.049363822 0.992680848 -0.110217601 -25.490673065 -0.979075909 -0.026282443 0.201790512 240.564987183\n0.201123357 0.119000450 0.972310781 -30.690612793 -0.048856717 0.992576778 -0.111374736 -25.606243134 -0.978346765 -0.025103852 0.205444336 240.765060425\n0.204706013 0.119487762 0.971503079 -29.740661621 -0.048709497 0.992534995 -0.111810930 -25.724731445 -0.977610826 -0.024433050 0.208998024 240.974884033\n0.207979560 0.117656268 0.971031189 -28.775634766 -0.048686244 0.992753923 -0.109860510 -25.839733124 -0.976920784 -0.024427118 0.212200761 241.196044922\n0.211704075 0.113784432 0.970687747 -27.823806763 -0.045451917 0.993271291 -0.106518775 -25.954528809 -0.976276457 -0.021569150 0.215451300 241.411422729\n0.216009200 0.112282917 0.969913721 -26.865921021 -0.045167468 0.993451416 -0.104948550 -26.076156616 -0.975346029 -0.021138698 0.219666183 241.637115479\n0.221490085 0.113592990 0.968523979 -25.909393311 -0.044052009 0.993343890 -0.106429808 -26.190727234 -0.974167109 -0.019092282 0.225019813 241.863540649\n0.227510333 0.116037615 0.966837347 -24.959579468 -0.043612707 0.993092656 -0.108926035 -26.301158905 -0.972798586 -0.017384578 0.230999589 242.098068237\n0.234139979 0.114811338 0.965399861 -23.994476318 -0.043051194 0.993252754 -0.107682511 -26.422527313 -0.971249223 -0.016348837 0.237502933 242.337570190\n0.241179466 0.113685936 0.963798821 -23.042297363 -0.042032868 0.993406713 -0.106660135 -26.540685654 -0.969569921 -0.014786980 0.244367838 242.587234497\n0.249337196 0.112598754 0.961848438 -22.088623047 -0.041517228 0.993547261 -0.105547182 -26.652975082 -0.967526376 -0.013616444 0.252403080 242.849700928\n0.259612381 0.113346875 0.959038019 -21.112075806 -0.038664676 0.993511796 -0.106954709 -26.767498016 -0.964938581 -0.009314124 0.262310505 243.100921631\n0.269308269 0.113580398 0.956332862 -20.186965942 -0.037105251 0.993507385 -0.107546456 -26.881729126 -0.962338924 -0.006521826 0.271774173 243.394195557\n0.280191064 0.113305986 0.953233838 -19.243667603 -0.035639584 0.993552804 -0.107622683 -26.993392944 -0.959282398 -0.003817942 0.282422781 243.680526733\n0.291398585 0.109791636 0.950280368 -18.292404175 -0.036721583 0.993943453 -0.103575811 -27.119688034 -0.955896735 -0.004713942 0.293665469 243.977523804\n0.301767290 0.109508999 0.947071552 -17.352981567 -0.036607657 0.993979633 -0.103268579 -27.232030869 -0.952678621 -0.003506983 0.303959370 244.292556763\n0.312187850 0.111216187 0.943488061 -16.431152344 -0.039755303 0.993783414 -0.103990376 -27.345294952 -0.949188232 -0.005044125 0.314668536 244.610168457\n0.322745204 0.113863029 0.939612031 -15.504516602 -0.041165501 0.993486762 -0.106251776 -27.452453613 -0.945590258 -0.004387349 0.325330317 244.936645508\n0.333072186 0.114039913 0.935979605 -14.578155518 -0.043461077 0.993460894 -0.105577640 -27.577116013 -0.941899180 -0.005513708 0.335850477 245.277145386\n0.343071580 0.113522857 0.932424009 -13.651580811 -0.045968026 0.993509531 -0.104046792 -27.693202972 -0.938183844 -0.007166194 0.346063316 245.629653931\n0.351649225 0.112461679 0.929352045 -12.743377686 -0.047531381 0.993622124 -0.102254078 -27.808532715 -0.934924364 -0.008215813 0.354751885 245.983596802\n0.359374881 0.111469209 0.926511943 -11.831069946 -0.048368298 0.993730783 -0.100795284 -27.914642334 -0.931938946 -0.008590511 0.362513423 246.352661133\n0.367093146 0.110387087 0.923610985 -10.925949097 -0.048555095 0.993853807 -0.099483855 -28.026861191 -0.928916037 -0.008326178 0.370196760 246.723754883\n0.375033140 0.108604804 0.920627594 -10.025787354 -0.049639661 0.994041443 -0.097043760 -28.140438080 -0.925681412 -0.009305019 0.378189564 247.095657349\n0.382668674 0.109162666 0.917413890 -9.130752563 -0.051646389 0.993969858 -0.096729457 -28.248342514 -0.922441006 -0.010365778 0.385998964 247.485076904\n0.390559971 0.110264882 0.913950086 -8.227325439 -0.051444065 0.993863523 -0.097922482 -28.357997894 -0.919139087 -0.008772687 0.393835783 247.882461548\n0.398510516 0.112231717 0.910271108 -7.353698730 -0.052850924 0.993645668 -0.099373594 -28.454597473 -0.915639758 -0.008507250 0.401909769 248.268005371\n0.406499267 0.111856170 0.906778216 -6.464096069 -0.054150838 0.993682325 -0.098301031 -28.559539795 -0.912045062 -0.009143487 0.409988225 248.684265137\n0.414509952 0.110031597 0.903368413 -5.602615356 -0.053035442 0.993897319 -0.096722879 -28.665519714 -0.908498049 -0.007817951 0.417815924 249.098907471\n0.423713684 0.107940741 0.899341702 -4.744506836 -0.053311817 0.994124889 -0.094199605 -28.768608093 -0.904225945 -0.008031885 0.426978827 249.500427246\n0.431940734 0.104690261 0.895805418 -3.885803223 -0.053212531 0.994468093 -0.090562612 -28.868740082 -0.900330961 -0.008550385 0.435122132 249.929473877\n0.440206230 0.101695374 0.892119110 -3.034721375 -0.053506818 0.994770825 -0.086994611 -28.970901489 -0.896301031 -0.009438886 0.443345666 250.361358643\n0.448838353 0.102185510 0.887751281 -2.206207275 -0.056488447 0.994697988 -0.085935719 -29.063285828 -0.891825795 -0.011576447 0.452230871 250.796752930\n0.457187772 0.102014370 0.883500159 -1.362915039 -0.057098165 0.994717121 -0.085309386 -29.153587341 -0.887535453 -0.011443822 0.460597336 251.242904663\n0.465087414 0.100856610 0.879500806 -0.519073486 -0.058633316 0.994816959 -0.083074681 -29.249952316 -0.883320928 -0.012931064 0.468590379 251.701232910\n0.472819984 0.100129478 0.875451446 0.283500671 -0.059465971 0.994883597 -0.081672683 -29.340606689 -0.879150152 -0.013443097 0.476355195 252.164093018\n0.480896115 0.100653283 0.870981038 1.105339050 -0.060028262 0.994837463 -0.081823029 -29.425720215 -0.874720335 -0.012935090 0.484455526 252.633209229\n0.489282370 0.100347601 0.866333187 1.935203552 -0.060082816 0.994876742 -0.081303641 -29.520484924 -0.870053411 -0.012271293 0.492804825 253.108596802\n0.497503757 0.100734577 0.861593068 2.728424072 -0.060049705 0.994851172 -0.081640579 -29.605535507 -0.865380883 -0.011121911 0.500991285 253.593704224\n0.505934238 0.099799782 0.856779218 3.544311523 -0.060685936 0.994941175 -0.080057755 -29.688608170 -0.860434711 -0.011490485 0.509431243 254.078552246\n0.513045669 0.097876318 0.852762818 4.332679749 -0.060532670 0.995129764 -0.077798434 -29.774374008 -0.856224298 -0.011705855 0.516471744 254.573822021\n0.519084215 0.095119126 0.849413931 5.115150452 -0.060474060 0.995384991 -0.074509047 -29.862358093 -0.852581143 -0.012691039 0.522440851 255.069946289\n0.524075866 0.093561418 0.846516907 5.921440125 -0.061054721 0.995517433 -0.072230950 -29.940433502 -0.849480391 -0.013829336 0.527439058 255.577392578\n0.527630389 0.091539927 0.844527543 6.719375610 -0.062380582 0.995667934 -0.068949185 -30.019607544 -0.847180605 -0.016302422 0.531054974 256.093536377\n0.531226099 0.088472351 0.842598081 7.508766174 -0.062362019 0.995918095 -0.065253988 -30.096134186 -0.844931841 -0.017881490 0.534574986 256.600799561\n0.533513486 0.085502304 0.841458738 8.302734375 -0.062223561 0.996149004 -0.061768837 -30.168724060 -0.843499660 -0.019404046 0.536779165 257.118713379\n0.535282493 0.084497422 0.840436161 9.110855103 -0.062992074 0.996206522 -0.060038265 -30.237077713 -0.842321098 -0.020803379 0.538574576 257.640045166\n0.537031233 0.085405685 0.839227855 9.902091980 -0.062987246 0.996144176 -0.061068349 -30.306880951 -0.841207504 -0.020065032 0.540340066 258.160430908\n0.539065003 0.087110609 0.837747395 10.697250366 -0.063062906 0.996019781 -0.062989019 -30.377632141 -0.839900017 -0.018875599 0.542412877 258.678588867\n0.540522218 0.087095246 0.836809456 11.489517212 -0.061914403 0.996048152 -0.063676320 -30.451477051 -0.839048445 -0.017392095 0.543778598 259.203918457\n0.542130232 0.085416876 0.835941851 12.281982422 -0.060602192 0.996203959 -0.062490407 -30.517011642 -0.838106334 -0.016781967 0.545248747 259.730987549\n0.544147849 0.082182527 0.834954619 13.088836670 -0.058188837 0.996491253 -0.060159959 -30.590183258 -0.836969078 -0.015849119 0.547020674 260.253204346\n0.544863343 0.079063840 0.834789157 13.878929138 -0.057166938 0.996731043 -0.057088930 -30.656541824 -0.836573958 -0.016616676 0.547602057 260.784332275\n0.546257079 0.076338604 0.834131658 14.684967041 -0.056588531 0.996926486 -0.054178610 -30.722095490 -0.835703850 -0.017606838 0.548898041 261.312561035\n0.547719836 0.073336609 0.833441556 15.476638794 -0.056612190 0.997116506 -0.050534472 -30.783821106 -0.834744334 -0.019504212 0.550292253 261.843688965\n0.548212886 0.072437249 0.833195984 16.281440735 -0.055712361 0.997192204 -0.050038204 -30.844684601 -0.834481180 -0.018987732 0.550709248 262.380920410\n0.548633456 0.072350584 0.832926631 17.088417053 -0.057008743 0.997167230 -0.049066417 -30.902753830 -0.834117115 -0.020564614 0.551203966 262.934082031\n0.549040794 0.072938949 0.832606852 17.898468018 -0.058247074 0.997101903 -0.048939720 -30.959774017 -0.833763480 -0.021627009 0.551698089 263.484558105\n0.549614072 0.070914008 0.832403481 18.715126038 -0.058372177 0.997215390 -0.046413030 -31.024578094 -0.833376884 -0.023079952 0.552223027 264.027587891\n0.550642669 0.068454139 0.831929564 19.537704468 -0.057960741 0.997361839 -0.043703087 -31.078750610 -0.832726419 -0.024154462 0.553157628 264.575317383\n0.550777495 0.065984413 0.832039833 20.343582153 -0.058007602 0.997485876 -0.040706277 -31.136804581 -0.832633972 -0.025844531 0.553220391 265.131011963\n0.551562786 0.064196654 0.831659436 21.165817261 -0.057349935 0.997593224 -0.038970347 -31.194736481 -0.832159579 -0.026201012 0.553916931 265.688201904\n0.552525043 0.063468605 0.831076324 21.991172791 -0.057675119 0.997617900 -0.037843052 -31.243858337 -0.831498444 -0.027023183 0.554869413 266.250183105\n0.553364456 0.062046722 0.830625057 22.794784546 -0.057937175 0.997673571 -0.035927158 -31.289672852 -0.830921829 -0.028243255 0.555671930 266.806701660\n0.555289149 0.059412289 0.829532504 23.604248047 -0.057157457 0.997812867 -0.033203561 -31.341150284 -0.829690933 -0.028976392 0.557470500 267.344787598\n0.557457030 0.058205578 0.828162909 24.425178528 -0.056871090 0.997873306 -0.031851951 -31.382450104 -0.828255653 -0.029342430 0.559581697 267.903686523\n0.559880614 0.057401571 0.826582611 25.242691040 -0.056918785 0.997905314 -0.030745391 -31.432394028 -0.826615989 -0.029834323 0.561975121 268.467315674\n0.562377751 0.056492213 0.824948490 26.054939270 -0.057535615 0.997918844 -0.029114416 -31.473157883 -0.824876368 -0.031090612 0.564457655 269.027038574\n0.565399289 0.053759951 0.823063612 26.862007141 -0.056956913 0.998036385 -0.026062371 -31.510805130 -0.822848558 -0.032143503 0.567351043 269.595764160\n0.569711745 0.050035294 0.820320070 27.666584015 -0.054747514 0.998238385 -0.022865281 -31.549371719 -0.820019066 -0.031883862 0.571447432 270.173370361\n0.575607538 0.048001330 0.816316068 28.455730438 -0.053537838 0.998345971 -0.020954080 -31.590871811 -0.815971613 -0.031642471 0.577225327 270.738616943\n0.582114100 0.045513634 0.811832368 29.251670837 -0.050045658 0.998544693 -0.020096652 -31.628179550 -0.811565578 -0.028930135 0.583544731 271.307769775\n0.587552786 0.047471207 0.807792246 30.021907806 -0.052500606 0.998410702 -0.020486558 -31.659755707 -0.807480991 -0.030372640 0.589111328 271.891845703\n0.593326211 0.047761500 0.803543925 30.808280945 -0.053018216 0.998389304 -0.020194879 -31.691104889 -0.803214192 -0.030620312 0.594902813 272.487304688\n0.600198865 0.045562416 0.798552096 31.583724976 -0.053622711 0.998422205 -0.016662959 -31.718910217 -0.798051357 -0.032819439 0.601695061 273.077880859\n0.606818080 0.041902971 0.793735445 32.345592499 -0.052024052 0.998561978 -0.012943327 -31.750068665 -0.793136358 -0.033439089 0.608125448 273.672698975\n0.613949180 0.040524650 0.788304627 33.117382050 -0.051414382 0.998613536 -0.011293408 -31.778360367 -0.787669301 -0.033596613 0.615181565 274.275878906\n0.622579932 0.040364638 0.781514585 33.882934570 -0.049453221 0.998702109 -0.012186160 -31.799554825 -0.780992150 -0.031061547 0.623768091 274.888641357\n0.631212473 0.039712723 0.774592638 34.622104645 -0.048409674 0.998758376 -0.011756667 -31.823305130 -0.774097800 -0.030076824 0.632351160 275.509582520\n0.640491366 0.038844842 0.766982377 35.366127014 -0.047249030 0.998821139 -0.011129924 -31.851121902 -0.766510546 -0.029110549 0.641571701 276.136077881\n0.649551868 0.037249021 0.759404302 36.125865936 -0.046163496 0.998888612 -0.009510139 -31.868776321 -0.758914530 -0.028879428 0.650549531 276.789794922\n0.658276320 0.035176165 0.751954138 36.863342285 -0.045735903 0.998931170 -0.006691506 -31.887205124 -0.751385808 -0.029986439 0.659181476 277.452850342\n0.667689979 0.033995368 0.743662834 37.611907959 -0.046883401 0.998893976 -0.003569082 -31.911069870 -0.742961645 -0.032482404 0.668545365 278.124176025\n0.676506758 0.032955267 0.735698760 38.348133087 -0.046300691 0.998925209 -0.002170886 -31.929517746 -0.734979570 -0.032594737 0.677305460 278.811645508\n0.685444713 0.031498324 0.727443039 39.073135376 -0.046473388 0.998919368 0.000537019 -31.939836502 -0.726640046 -0.034174837 0.686167836 279.505310059\n0.693638504 0.027626771 0.719793379 39.797943115 -0.045794677 0.998934090 0.005790033 -31.952007294 -0.718866169 -0.036978893 0.694164276 280.227416992\n0.702477157 0.022604465 0.711347222 40.524330139 -0.043590765 0.998985529 0.011302473 -31.956161499 -0.710370123 -0.038947899 0.702749848 280.945007324\n0.711467624 0.018106429 0.702485681 41.238853455 -0.039752811 0.999104202 0.014509385 -31.961217880 -0.701593637 -0.038248733 0.711550057 281.661712646\n0.720328748 0.015087241 0.693468750 41.959682465 -0.035206906 0.999270022 0.014830257 -31.964437485 -0.692738771 -0.035097551 0.720334053 282.428802490\n0.730456829 0.012333739 0.682847559 42.667942047 -0.031695921 0.999371827 0.015854953 -31.959299088 -0.682223022 -0.033224840 0.730388939 283.179687500\n0.739636660 0.010024592 0.672931790 43.352104187 -0.031092785 0.999330401 0.019287964 -31.957290649 -0.672287822 -0.035189409 0.739453077 283.955078125\n0.748877108 0.007180822 0.662669957 44.047714233 -0.029133355 0.999331295 0.022094378 -31.946371078 -0.662068188 -0.035851773 0.748585582 284.744903564\n0.757847190 0.004877080 0.652413905 44.723659515 -0.027652146 0.999313593 0.024650564 -31.935052872 -0.651845872 -0.036722004 0.757461905 285.544372559\n0.767351389 0.004256499 0.641212702 45.393398285 -0.027489148 0.999277055 0.026263380 -31.923292160 -0.640637338 -0.037779633 0.766913593 286.339447021\n0.776475787 0.000121025 0.630147099 46.070373535 -0.023358401 0.999318242 0.028590612 -31.901264191 -0.629714012 -0.036919147 0.775949240 287.158447266\n0.785104275 0.000848397 0.619363070 46.722949982 -0.024514755 0.999257982 0.029706120 -31.885574341 -0.618878305 -0.038505934 0.784542501 288.000549316\n0.792890251 0.000868100 0.609363854 47.368583679 -0.024704337 0.999222636 0.030721225 -31.867921829 -0.608863533 -0.039412491 0.792295337 288.852600098\n0.799636543 0.002910950 0.600477278 47.993114471 -0.027122546 0.999142766 0.031274669 -31.846635818 -0.599871457 -0.041294839 0.799030006 289.696197510\n0.805212915 0.004860294 0.592965901 48.618751526 -0.030152310 0.999008417 0.032756619 -31.828706741 -0.592218757 -0.044255342 0.804561019 290.567779541\n0.810932875 0.007016819 0.585097075 49.233543396 -0.031628080 0.998991966 0.031855404 -31.810541153 -0.584283710 -0.044338092 0.810337365 291.444030762\n0.816424012 0.009925015 0.577367544 49.844879150 -0.034020748 0.998942256 0.030934952 -31.790681839 -0.576449811 -0.044898514 0.815898120 292.323577881\n0.821847916 0.010854124 0.569603562 50.461654663 -0.036392443 0.998776734 0.033476286 -31.767383575 -0.568543375 -0.048241679 0.821237564 293.219543457\n0.826689541 0.011690931 0.562536895 51.059646606 -0.040005140 0.998475134 0.038039695 -31.744884491 -0.561234355 -0.053951383 0.825896621 294.132995605\n0.831017792 0.014566691 0.556055069 51.648296356 -0.044100799 0.998235643 0.039757859 -31.716621399 -0.554494858 -0.057561960 0.830193996 295.038787842\n0.835243344 0.017817840 0.549591720 52.242721558 -0.047668215 0.998058498 0.040086694 -31.680238724 -0.547810435 -0.059680201 0.834471107 295.958831787\n0.838624656 0.020264020 0.544332683 52.828140259 -0.052355338 0.997679770 0.043520216 -31.655681610 -0.542187810 -0.064995848 0.837739766 296.896697998\n0.840901017 0.022682633 0.540713370 53.412269592 -0.055610046 0.997454166 0.044640396 -31.628553391 -0.538324237 -0.067607254 0.840021610 297.847320557\n0.842894316 0.026934318 0.537404597 53.996742249 -0.057794172 0.997500420 0.040653519 -31.600826263 -0.534966350 -0.065325476 0.842344105 298.779205322\n0.844076097 0.032772973 0.535220981 54.587539673 -0.060294338 0.997601330 0.034002122 -31.566097260 -0.532822847 -0.060971174 0.844027460 299.722534180\n0.844875932 0.037160132 0.533670187 55.175498962 -0.062899463 0.997565329 0.030117074 -31.541841507 -0.531251729 -0.059012756 0.845156252 300.674285889\n0.845165968 0.038438868 0.533119977 55.763469696 -0.064208619 0.997489333 0.029870545 -31.519090652 -0.530633271 -0.059476465 0.845512211 301.637084961\n0.845634818 0.037032194 0.532475650 56.354778290 -0.063209608 0.997518361 0.031009786 -31.498218536 -0.530005932 -0.059880532 0.845877111 302.592834473\n0.846209168 0.037020326 0.531563282 56.945949554 -0.063828431 0.997443080 0.032143939 -31.484146118 -0.529014111 -0.061129346 0.846408427 303.539062500\n0.846593559 0.035695925 0.531041563 57.543670654 -0.062124267 0.997555792 0.031984922 -31.468761444 -0.528601885 -0.060068801 0.846741855 304.509796143\n0.847212493 0.035837792 0.530044019 58.145458221 -0.061438061 0.997637153 0.030748364 -31.444431305 -0.527689636 -0.058615271 0.847412467 305.475830078\n0.847773552 0.035170343 0.529190898 58.730194092 -0.060020588 0.997750938 0.029842962 -31.435712814 -0.526951134 -0.057062425 0.847977817 306.454956055\n0.848911762 0.034267094 0.527422547 59.330722809 -0.058278948 0.997879922 0.028969642 -31.419055939 -0.525311708 -0.055330303 0.849109054 307.428894043\n0.850742280 0.032352064 0.524586439 59.932434082 -0.056497902 0.997949481 0.030079752 -31.406932831 -0.522537589 -0.055228148 0.850825667 308.395477295\n0.853143573 0.030683123 0.520773053 60.523494720 -0.054993182 0.997996330 0.031290870 -31.391691208 -0.518769443 -0.055334568 0.853121519 309.384552002\n0.856670558 0.030087328 0.514985740 61.111713409 -0.054234751 0.998018205 0.031910811 -31.376485825 -0.513005018 -0.055267174 0.856604576 310.369323730\n0.861244202 0.029708467 0.507322311 61.682289124 -0.052868322 0.998110771 0.031301990 -31.354743958 -0.505433917 -0.053779930 0.861187696 311.354614258\n0.866829276 0.027506597 0.497845799 62.258972168 -0.050447877 0.998191655 0.032686509 -31.338142395 -0.496046424 -0.053448889 0.866649389 312.361694336\n0.872965932 0.028089806 0.486971766 62.810031891 -0.051178671 0.998104751 0.034171734 -31.320590973 -0.485088944 -0.054753326 0.872748971 313.360900879\n0.878951132 0.028696870 0.476047665 63.332523346 -0.050603174 0.998164833 0.033260349 -31.293954849 -0.474219590 -0.053323746 0.878790259 314.364379883\n0.885115683 0.029005220 0.464466244 63.862892151 -0.050612185 0.998135448 0.034117661 -31.277706146 -0.462610632 -0.053705730 0.884933412 315.385986328\n0.891180754 0.029364109 0.452697098 64.373069763 -0.051730283 0.997971594 0.037103143 -31.256597519 -0.450689346 -0.056483757 0.890892088 316.400604248\n0.896772563 0.028536385 0.441570610 64.859169006 -0.051154573 0.997913301 0.039398413 -31.235536575 -0.439524919 -0.057919774 0.896361053 317.431518555\n0.902738631 0.027882319 0.429284900 65.341407776 -0.049950369 0.997941434 0.040223192 -31.214914322 -0.427279651 -0.057753969 0.902272999 318.457885742\n0.908525586 0.027903784 0.416896462 65.804733276 -0.049449496 0.997936010 0.040969264 -31.189971924 -0.414892793 -0.057836942 0.908030212 319.487915039\n0.914045811 0.028585162 0.404602468 66.250793457 -0.050027668 0.997842252 0.042520989 -31.165149689 -0.402513981 -0.059107449 0.913503587 320.524078369\n0.919252038 0.031899307 0.392374903 66.681762695 -0.052630696 0.997722447 0.042189810 -31.133943558 -0.390135407 -0.059434034 0.918837309 321.580566406\n0.924239218 0.035503812 0.380159646 67.099403381 -0.055279475 0.997619510 0.041225221 -31.104421616 -0.377791047 -0.059116989 0.924001694 322.625335693\n0.928550839 0.039979167 0.369046062 67.502975464 -0.059692711 0.997326493 0.042150397 -31.087278366 -0.366374284 -0.061168145 0.928454816 323.659149170\n0.931616187 0.044820622 0.360669404 67.898750305 -0.064511843 0.997001350 0.042737357 -31.062089920 -0.357672364 -0.063082263 0.931714058 324.719024658\n0.934275687 0.046537302 0.353501379 68.289657593 -0.066010095 0.996882379 0.043223064 -31.030736923 -0.350387812 -0.063716918 0.934434891 325.769470215\n0.936191857 0.046711545 0.348371685 68.663581848 -0.065654851 0.996925652 0.042763524 -30.998172760 -0.345303118 -0.062907152 0.936380506 326.821228027\n0.937803745 0.045096379 0.344224423 69.032325745 -0.063620493 0.997060061 0.042703927 -30.972700119 -0.341286629 -0.061947629 0.937915742 327.868896484\n0.939414322 0.044213720 0.339920342 69.403396606 -0.062296174 0.997153997 0.042462986 -30.941371918 -0.337075472 -0.061066076 0.939495087 328.923583984\n0.941372633 0.041768331 0.334773004 69.775711060 -0.059441242 0.997317433 0.042715739 -30.920667648 -0.332090795 -0.060110752 0.941330135 329.961761475\n0.943268001 0.041169446 0.329470068 70.138214111 -0.058038265 0.997450352 0.041524746 -30.894300461 -0.326920509 -0.058290835 0.943252444 331.020996094\n0.944964111 0.040974308 0.324598163 70.489738464 -0.056963794 0.997578382 0.039906751 -30.866739273 -0.322176933 -0.056200791 0.945009768 332.068939209\n0.946745336 0.042570770 0.319156736 70.837570190 -0.057708591 0.997605383 0.038120802 -30.840007782 -0.316769660 -0.054508775 0.946934938 333.126556396\n0.948662877 0.043496542 0.313283920 71.185028076 -0.058143862 0.997601449 0.037559256 -30.818889618 -0.310898781 -0.053846609 0.948916495 334.190399170\n0.951019943 0.043384109 0.306070119 71.523155212 -0.058219161 0.997521937 0.039503980 -30.791854858 -0.303597808 -0.055388216 0.951189041 335.252380371\n0.953241646 0.044005617 0.298988074 71.844848633 -0.059647642 0.997276068 0.043389250 -30.762439728 -0.296264291 -0.059194371 0.953269899 336.312744141\n0.954957247 0.044237226 0.293427646 72.157485962 -0.060246423 0.997134864 0.045743048 -30.738641739 -0.290563375 -0.061360620 0.954886258 337.372406006\n0.956764042 0.044291895 0.287473053 72.474777222 -0.059617974 0.997216582 0.044775419 -30.705070496 -0.284689695 -0.059978068 0.956741571 338.431915283\n0.957975507 0.043240134 0.283572346 72.770988464 -0.057232548 0.997508705 0.041241564 -30.681642532 -0.281082600 -0.055737972 0.958063602 339.491821289\n0.959310770 0.041159563 0.279336244 73.075973511 -0.054437377 0.997718096 0.039940111 -30.649915695 -0.277054906 -0.053521313 0.959362328 340.549591064\n0.959918559 0.039537124 0.277476549 73.374938965 -0.052738503 0.997795939 0.040272530 -30.635284424 -0.275272697 -0.053292044 0.959887981 341.591339111\n0.959755898 0.041326243 0.277778298 73.665817261 -0.054903563 0.997638166 0.041275300 -30.608367920 -0.275416493 -0.054865230 0.959758103 342.632293701\n0.957935393 0.045311429 0.283384234 73.954216003 -0.059871294 0.997282684 0.042925913 -30.587362289 -0.280669183 -0.058086831 0.958045244 343.667572021\n0.954751492 0.048951477 0.293348432 74.246269226 -0.064365648 0.996994376 0.043118879 -30.571321487 -0.290356010 -0.060049377 0.955032706 344.676452637\n0.950746894 0.052201774 0.305541009 74.546440125 -0.068461373 0.996737957 0.042737141 -30.541427612 -0.302313358 -0.061549962 0.951219320 345.680511475\n0.947138011 0.052317146 0.316532046 74.860786438 -0.069302365 0.996684253 0.042634640 -30.517297745 -0.313251972 -0.062317304 0.947623193 346.658111572\n0.944193900 0.049450122 0.325657189 75.191474915 -0.067448348 0.996743083 0.044203702 -30.513607025 -0.322410673 -0.063701905 0.944454014 347.606109619\n0.941778898 0.046717703 0.332971454 75.525009155 -0.065108873 0.996895015 0.044284612 -30.495954514 -0.329868734 -0.063385710 0.941896439 348.545135498\n0.939794600 0.045985144 0.338631779 75.845077515 -0.064257048 0.997009099 0.042939913 -30.470289230 -0.335644364 -0.062114175 0.939938664 349.467224121\n0.938880324 0.044654034 0.341335297 76.175697327 -0.062346902 0.997210622 0.041035321 -30.457571030 -0.338550776 -0.059808452 0.939045429 350.382202148\n0.939108491 0.043685604 0.340832472 76.505607605 -0.060540929 0.997404695 0.038970113 -30.437143326 -0.338245481 -0.057231478 0.939316034 351.285247803\n0.940229118 0.041896820 0.337955445 76.821678162 -0.058280796 0.997558534 0.038474802 -30.421962738 -0.335518390 -0.055871438 0.940375328 352.177612305\n0.942544580 0.040042900 0.331671894 77.126678467 -0.055933833 0.997691870 0.038500868 -30.407304764 -0.329364657 -0.054840468 0.942608833 353.097991943\n0.945933342 0.036855649 0.322260469 77.433181763 -0.051773258 0.997941732 0.037839781 -30.388772964 -0.320202559 -0.052478381 0.945894480 353.993133545\n0.949639142 0.034805302 0.311406553 77.712646484 -0.048923489 0.998093128 0.037638035 -30.365379333 -0.309502751 -0.050977647 0.949531138 354.888519287\n0.954262257 0.032566488 0.297191858 78.000419617 -0.045941819 0.998216093 0.038130745 -30.350292206 -0.295419931 -0.050040264 0.954056084 355.809478760\n0.959333658 0.029386448 0.280740738 78.254905701 -0.042055238 0.998345673 0.039207604 -30.330635071 -0.279124141 -0.049419791 0.958982468 356.710784912\n0.964926720 0.025504405 0.261277586 78.490264893 -0.037125316 0.998524189 0.039637696 -30.315267563 -0.259881079 -0.047947481 0.964449525 357.607910156\n0.970573425 0.021769904 0.239819229 78.714500427 -0.032068171 0.998719692 0.039123151 -30.298036575 -0.238660485 -0.045662455 0.970028937 358.489044189\n0.976050556 0.021882828 0.216440454 78.917625427 -0.030906521 0.998784602 0.038394373 -30.276014328 -0.215337217 -0.044164270 0.975540578 359.400512695\n0.981143475 0.022403490 0.191978171 79.084983826 -0.030236000 0.998821437 0.037966643 -30.256111145 -0.190901339 -0.043055374 0.980664551 360.308166504\n0.985898077 0.021249477 0.165992200 79.216232300 -0.027776077 0.998925567 0.037096530 -30.244022369 -0.165025577 -0.041184012 0.985429049 361.205352783\n0.990132391 0.021435609 0.138485849 79.332427979 -0.026488544 0.999045014 0.034747433 -30.228530884 -0.137608767 -0.038072847 0.989754677 362.109710693\n0.993737459 0.024490781 0.109022975 79.436157227 -0.028332036 0.999026120 0.033824760 -30.204418182 -0.108088404 -0.036701776 0.993463576 363.044219971\n0.996504545 0.025993761 0.079391226 79.496337891 -0.028756278 0.999013007 0.033853304 -30.183572769 -0.078432895 -0.036017966 0.996268511 363.969848633\n0.998505652 0.025291260 0.048444431 79.533073425 -0.027005609 0.999020040 0.035066482 -30.158523560 -0.047510080 -0.036322352 0.998210132 364.893188477\n0.999495387 0.026700724 0.017205209 79.538269043 -0.027277116 0.999043167 0.034185890 -30.141466141 -0.016275959 -0.034637947 0.999267399 365.811676025\n0.999548435 0.026631266 -0.013917410 79.518241882 -0.026153248 0.999097526 0.033468489 -30.127170563 0.014796158 -0.033089392 0.999342859 366.729492188\n0.998713911 0.027667265 -0.042485941 79.457481384 -0.026288027 0.999119878 0.032686044 -30.105123520 0.043352883 -0.031527136 0.998562276 367.648864746\n0.997227669 0.030217100 -0.067999326 79.382575989 -0.028217746 0.999146283 0.030173628 -30.098114014 0.068853036 -0.028171189 0.997228980 368.567169189\n0.995479286 0.032655988 -0.089188635 79.285278320 -0.030063450 0.999089897 0.030258624 -30.080488205 0.090095587 -0.027440516 0.995555043 369.497558594\n0.993652284 0.038320966 -0.105766840 79.164176941 -0.034861803 0.998801172 0.034363456 -30.057842255 0.106956884 -0.030458106 0.993797004 370.434600830\n0.992208540 0.045425989 -0.116011687 79.033409119 -0.040992957 0.998345673 0.040317301 -30.035844803 0.117651217 -0.035247508 0.992429256 371.373138428\n0.991329491 0.048610471 -0.122077316 78.904251099 -0.044112865 0.998254061 0.039280139 -30.005123138 0.123773597 -0.033554383 0.991743028 372.322418213\n0.990867376 0.051339608 -0.124684073 78.768470764 -0.047565870 0.998320878 0.033059027 -29.980747223 0.126171947 -0.026826406 0.991645575 373.269195557\n0.990690112 0.052970454 -0.125408292 78.647888184 -0.049772050 0.998353779 0.028503519 -29.969314575 0.126711681 -0.021996327 0.991695702 374.218200684\n0.990853250 0.055378314 -0.123057090 78.506469727 -0.052481566 0.998265922 0.026660416 -29.946907043 0.124320105 -0.019958332 0.992041409 375.194122314\n0.991205096 0.055418450 -0.120171890 78.382720947 -0.052579910 0.998260617 0.026666654 -29.930614471 0.121440694 -0.020113496 0.992394865 376.178588867\n0.991594732 0.055141952 -0.117044002 78.259796143 -0.052276399 0.998256266 0.027415307 -29.919090271 0.118351638 -0.021066235 0.992748260 377.177520752\n0.991978943 0.052624583 -0.114927933 78.151901245 -0.050020967 0.998424530 0.025424015 -29.905315399 0.116084792 -0.019471282 0.993048429 378.178070068\n0.992426991 0.050026923 -0.112187348 78.024963379 -0.048062008 0.998641014 0.020152953 -29.884790421 0.113043085 -0.014608384 0.993482709 379.197662354\n0.992755949 0.048426695 -0.109956801 77.896400452 -0.047005605 0.998774648 0.015481167 -29.881938934 0.110571772 -0.010200434 0.993815780 380.211547852\n0.993057668 0.046668220 -0.107974969 77.781105042 -0.045497768 0.998876154 0.013279616 -29.879087448 0.108473361 -0.008274805 0.994064927 381.253631592\n0.993116796 0.047189936 -0.107201390 77.670860291 -0.045920983 0.998843074 0.014276317 -29.864931107 0.107751064 -0.009255258 0.994134843 382.310333252\n0.993122995 0.049329568 -0.106175870 77.549461365 -0.047883481 0.998722732 0.016127702 -29.855545044 0.106835827 -0.010932721 0.994216561 383.367034912\n0.993154466 0.051099364 -0.105038173 77.413543701 -0.049456839 0.998610675 0.018184708 -29.859846115 0.105821475 -0.012865369 0.994301915 384.438720703\n0.993009329 0.053613890 -0.105156861 77.288803101 -0.051988687 0.998482943 0.018137662 -29.848293304 0.105969764 -0.012543901 0.994290233 385.522888184\n0.992916763 0.055768657 -0.104910456 77.152465820 -0.054192286 0.998371482 0.017819131 -29.839540482 0.105733357 -0.012007575 0.994322002 386.609680176\n0.992788494 0.056697570 -0.105623938 77.031387329 -0.055185307 0.998328209 0.017187813 -29.828422546 0.106421866 -0.011234974 0.994257569 387.695892334\n0.992643595 0.057429962 -0.106585428 76.902450562 -0.056124691 0.998307943 0.015208212 -29.820074081 0.107278489 -0.009114261 0.994187236 388.801635742\n0.992531896 0.056205362 -0.108265311 76.775802612 -0.055219162 0.998401105 0.012088032 -29.819473267 0.108771615 -0.006019439 0.994048536 389.917236328\n0.992340267 0.053038456 -0.111569270 76.647720337 -0.052222457 0.998583138 0.010225557 -29.816907883 0.111953542 -0.004320810 0.993704021 391.027038574\n0.992002189 0.049123377 -0.116269171 76.515403748 -0.048142020 0.998777330 0.011235323 -29.817920685 0.116678923 -0.005548032 0.993154168 392.154785156\n0.991411746 0.043629680 -0.123285167 76.379035950 -0.042454462 0.999024570 0.012144764 -29.819494247 0.123694785 -0.006806456 0.992296994 393.273345947\n0.990416825 0.040082537 -0.132166073 76.224990845 -0.038760964 0.999169588 0.012557983 -29.826494217 0.132559672 -0.007314754 0.991148055 394.398315430\n0.989141285 0.035660934 -0.142575637 76.070365906 -0.034409083 0.999344647 0.011236985 -29.827411652 0.142882913 -0.006209070 0.989720106 395.511169434\n0.987784266 0.033461064 -0.152192667 75.897384644 -0.032328788 0.999428153 0.009908899 -29.836652756 0.152437210 -0.004867651 0.988301158 396.624725342\n0.986427546 0.031787284 -0.161090866 75.703613281 -0.030782269 0.999487996 0.008731280 -29.838756561 0.161285937 -0.003654032 0.986900985 397.733978271\n0.984863162 0.031252079 -0.170493066 75.513069153 -0.030101757 0.999503314 0.009328505 -29.849853516 0.170699924 -0.004055161 0.985314727 398.841979980\n0.983185947 0.030359458 -0.180065721 75.299224854 -0.028917773 0.999525309 0.010626665 -29.861202240 0.180302858 -0.005240888 0.983597159 399.958740234\n0.981534302 0.028574126 -0.189140022 75.084121704 -0.027017962 0.999576569 0.010801364 -29.866640091 0.189368576 -0.005491731 0.981890738 401.062377930\n0.979846597 0.029115733 -0.197617993 74.856895447 -0.027739814 0.999567866 0.009727797 -29.877988815 0.197815821 -0.004049864 0.980230868 402.151977539\n0.978003442 0.029325893 -0.206517011 74.624328613 -0.028344231 0.999568462 0.007711150 -29.884513855 0.206654027 -0.001687965 0.978412628 403.242797852\n0.976246595 0.028621245 -0.214763686 74.378684998 -0.027865315 0.999590218 0.006547187 -29.893083572 0.214863077 -0.000407212 0.976644099 404.331176758\n0.974634588 0.028867356 -0.221932560 74.111442566 -0.028208949 0.999583185 0.006136581 -29.902990341 0.222017214 0.000279559 0.975042701 405.413635254\n0.973059177 0.028294392 -0.228812620 73.856399536 -0.027664334 0.999599516 0.005961323 -29.918275833 0.228889644 0.000529228 0.973452210 406.489471436\n0.971576512 0.026247010 -0.235266268 73.595970154 -0.025711961 0.999655128 0.005342122 -29.931997299 0.235325351 0.000858877 0.971916258 407.563781738\n0.970310450 0.022648327 -0.240800157 73.322601318 -0.022476729 0.999741375 0.003459570 -29.940549850 0.240816236 0.002055543 0.970568538 408.634155273\n0.968954563 0.018306689 -0.246560276 73.049552917 -0.019161262 0.999815822 -0.001066970 -29.960418701 0.246495336 0.005758251 0.969126880 409.708160400\n0.967613876 0.011698253 -0.252163738 72.774299622 -0.013627660 0.999889672 -0.005906284 -29.979362488 0.252066821 0.009151404 0.967666566 410.778686523\n0.966109395 0.008828383 -0.257981956 72.494178772 -0.010922955 0.999917984 -0.006686943 -29.995229721 0.257901758 0.009278243 0.966126621 411.840820312\n0.964756906 0.007787263 -0.263027608 72.199722290 -0.008928876 0.999955177 -0.003145227 -30.019412994 0.262991309 0.005382921 0.964783192 412.909454346\n0.963468790 0.006799344 -0.267734438 71.891799927 -0.008085360 0.999960482 -0.003701120 -30.032938004 0.267698675 0.005730643 0.963485658 413.992889404\n0.962600529 0.006687135 -0.270842284 71.584495544 -0.008067036 0.999959528 -0.003981909 -30.044017792 0.270804673 0.006017882 0.962615490 415.070831299\n0.961854041 0.008814322 -0.273421109 71.267105103 -0.010117439 0.999943197 -0.003356282 -30.062301636 0.273375988 0.005994574 0.961888552 416.129241943\n0.961167991 0.008544222 -0.275831580 70.948577881 -0.009128176 0.999957979 -0.000833291 -30.089433670 0.275812864 0.003318771 0.961205602 417.225555420\n0.960579336 0.007079899 -0.277915925 70.640281677 -0.006607882 0.999974668 0.002635062 -30.098031998 0.277927548 -0.000694750 0.960601807 418.307189941\n0.960201919 0.004136370 -0.279276133 70.332603455 -0.003044563 0.999985933 0.004343072 -30.106689453 0.279290169 -0.003319952 0.960201025 419.380157471\n0.960121930 -0.000108119 -0.279581547 70.018013000 0.001273842 0.999991238 0.003987836 -30.114778519 0.279578656 -0.004184951 0.960113645 420.445983887\n0.959771156 -0.004154630 -0.280752689 69.703826904 0.006014534 0.999965310 0.005763402 -30.130445480 0.280719012 -0.007220144 0.959762812 421.523620605\n0.959539235 -0.008053749 -0.281459749 69.386802673 0.009869413 0.999938607 0.005033877 -30.140630722 0.281401932 -0.007608044 0.959559858 422.595275879\n0.959185898 -0.010703976 -0.282573611 69.077209473 0.012707772 0.999905407 0.005259344 -30.154127121 0.282490611 -0.008635569 0.959231198 423.661193848\n0.958671808 -0.014028039 -0.284168214 68.760330200 0.015939392 0.999863207 0.004414730 -30.156341553 0.284067422 -0.008761746 0.958764255 424.745239258\n0.958341002 -0.014983342 -0.285233229 68.429023743 0.017269624 0.999835730 0.005501846 -30.164667130 0.285103917 -0.010198515 0.958442330 425.827209473\n0.957968712 -0.012843126 -0.286585182 68.106391907 0.015619435 0.999850571 0.007403461 -30.176210403 0.286447287 -0.011568583 0.958026171 426.895874023\n0.957692862 -0.010291154 -0.287608236 67.769332886 0.013775362 0.999854147 0.010093287 -30.187410355 0.287462413 -0.013628175 0.957694948 427.992889404\n0.957446337 -0.008854941 -0.288475454 67.436096191 0.012980105 0.999839008 0.012390097 -30.189146042 0.288319290 -0.015607295 0.957407117 429.072509766\n0.957337916 -0.005367334 -0.288921028 67.106246948 0.010158136 0.999834597 0.015084822 -30.196647644 0.288792282 -0.017376170 0.957234085 430.144805908\n0.957555771 -0.003573445 -0.288226008 66.763198853 0.008667319 0.999827981 0.016398974 -30.190652847 0.288117826 -0.018201079 0.957421958 431.211944580\n0.957861245 -0.002050871 -0.287224054 66.438255310 0.007360002 0.999821424 0.017405771 -30.184553146 0.287137061 -0.018786281 0.957705259 432.283996582\n0.958436608 -0.001430017 -0.285301954 66.109832764 0.007189303 0.999790967 0.019140331 -30.184299469 0.285214931 -0.020395916 0.958246529 433.360412598\n0.958829343 -0.001199913 -0.283980429 65.790283203 0.007646285 0.999737620 0.021592630 -30.180618286 0.283880025 -0.022875043 0.958586931 434.434722900\n0.959286153 0.000057854 -0.282435894 65.463172913 0.006876096 0.999698818 0.023559256 -30.170545578 0.282352179 -0.024542125 0.958996832 435.523132324\n0.959726870 0.002427556 -0.280924231 65.141990662 0.005035786 0.999653339 0.025842177 -30.156074524 0.280889571 -0.026216106 0.959381938 436.592559814\n0.960176885 0.004948602 -0.279348969 64.821289062 0.002956626 0.999607146 0.027870305 -30.154010773 0.279377162 -0.027586354 0.959785104 437.664215088\n0.960589767 0.004836658 -0.277927816 64.509170532 0.003021020 0.999607921 0.027837170 -30.144281387 0.277953476 -0.027579727 0.960198522 438.727355957\n0.961019158 0.004347300 -0.276447624 64.198173523 0.003299653 0.999624848 0.027190318 -30.130388260 0.276462108 -0.027042598 0.960644245 439.785339355\n0.961340487 0.003494518 -0.275340259 63.890144348 0.004538582 0.999582529 0.028532628 -30.117233276 0.275325030 -0.028679226 0.960923314 440.844787598\n0.961670935 0.002478741 -0.274195015 63.575443268 0.006466014 0.999476075 0.031713270 -30.101577759 0.274129957 -0.032270677 0.961151063 441.912292480\n0.961961031 0.001015354 -0.273184747 63.276237488 0.008900995 0.999345660 0.035057232 -30.087120056 0.273041576 -0.036155310 0.961322606 442.974060059\n0.962214947 -0.000241299 -0.272290885 62.978656769 0.010606220 0.999273896 0.036594465 -30.072677612 0.272084355 -0.038099717 0.961518884 444.015045166\n0.962569177 -0.000900429 -0.271034718 62.679119110 0.011340104 0.999252617 0.036954228 -30.060840607 0.270798862 -0.038644563 0.961859941 445.052703857\n0.962762117 -0.004451444 -0.270313263 62.394008636 0.015022073 0.999200523 0.037048865 -30.040885925 0.269932240 -0.039729908 0.962059319 446.089904785\n0.962967157 -0.005852806 -0.269555092 62.097370148 0.016570576 0.999159157 0.037502676 -30.023237228 0.269108921 -0.040580530 0.962254465 447.127136230\n0.962871313 -0.011793396 -0.269703090 61.803043365 0.022771232 0.999032974 0.037610896 -29.996999741 0.268998712 -0.042355925 0.962208748 448.167572021\n0.962852716 -0.013081049 -0.269710094 61.513565063 0.023726119 0.999061227 0.036246289 -29.977418900 0.268982768 -0.041299012 0.962259173 449.191802979\n0.962912738 -0.013819104 -0.269458801 61.226150513 0.024743160 0.999001980 0.037186366 -29.959449768 0.268675983 -0.042474486 0.962293684 450.206085205\n0.962707937 -0.015241619 -0.270113200 60.938888550 0.026561175 0.998913169 0.038300980 -29.931291580 0.269235849 -0.044047181 0.962066472 451.228942871\n0.962528110 -0.014661709 -0.270785362 60.655261993 0.026919417 0.998771250 0.041608606 -29.905956268 0.269842595 -0.047338836 0.961740077 452.244079590\n0.962468266 -0.014490542 -0.271007031 60.370674133 0.026853938 0.998758018 0.041967615 -29.890777588 0.270062327 -0.047670107 0.961662054 453.242797852\n0.962444782 -0.013626575 -0.271135241 60.082073212 0.026036678 0.998768747 0.042226408 -29.871604919 0.270226002 -0.047700047 0.961614609 454.232604980\n0.962227106 -0.014639343 -0.271854222 59.814292908 0.026883151 0.998782218 0.041368432 -29.849847794 0.270917565 -0.047114123 0.961448908 455.219940186\n0.962175786 -0.014642726 -0.272035569 59.524154663 0.027158458 0.998735785 0.042299602 -29.825040817 0.271072298 -0.048087720 0.961357057 456.204071045\n0.961997986 -0.015288886 -0.272628278 59.243732452 0.028219646 0.998651683 0.043572042 -29.800340652 0.271594524 -0.049609691 0.961132288 457.191162109\n0.961827755 -0.015821004 -0.273197949 58.961677551 0.029220566 0.998557389 0.045047812 -29.779504776 0.272091120 -0.051311236 0.960902452 458.166687012\n0.961813450 -0.016169038 -0.273227930 58.670043945 0.029425144 0.998576462 0.044488415 -29.745100021 0.272119641 -0.050829325 0.960920036 459.135223389\n0.961672068 -0.015240534 -0.273778200 58.392833710 0.028559256 0.998590887 0.044728108 -29.719121933 0.272710741 -0.050832674 0.960752249 460.097564697\n0.961628258 -0.012762239 -0.274058819 58.125988007 0.026196532 0.998624623 0.045415938 -29.693325043 0.273102283 -0.050852641 0.960639954 461.058380127\n0.961714029 -0.010910897 -0.273837775 57.851207733 0.024837235 0.998565197 0.047440771 -29.667850494 0.272927254 -0.052425828 0.960605145 462.003662109\n0.961905539 -0.009743501 -0.273208290 57.569782257 0.024029126 0.998510122 0.048991073 -29.638080597 0.272323906 -0.053689741 0.960706592 462.948150635\n0.961819947 -0.008588536 -0.273548275 57.309108734 0.023396876 0.998428762 0.050918043 -29.606405258 0.272681147 -0.055374164 0.960509598 463.888000488\n0.961812615 -0.007397770 -0.273608714 57.036304474 0.022976972 0.998288453 0.053779114 -29.580612183 0.272742569 -0.058012132 0.960336447 464.827117920\n0.961814106 -0.006859680 -0.273617536 56.760845184 0.023483044 0.998067856 0.057525177 -29.546396255 0.272694260 -0.061753899 0.960116804 465.755828857\n0.961214602 -0.006692970 -0.275720268 56.503574371 0.024672851 0.997783959 0.061793670 -29.510875702 0.274695665 -0.066199787 0.959249616 466.687622070\n0.960612059 -0.006011685 -0.277827829 56.232582092 0.024955142 0.997592807 0.064698346 -29.465906143 0.276770085 -0.069083244 0.958449721 467.615142822\n0.960189402 -0.008161096 -0.279230654 55.965644836 0.027879164 0.997382343 0.066717401 -29.429008484 0.277955264 -0.071846060 0.957903445 468.540222168\n0.959629238 -0.009358241 -0.281112283 55.696395874 0.029691018 0.997232616 0.068157919 -29.381185532 0.279696524 -0.073752843 0.957251489 469.452636719\n0.959118009 -0.010671766 -0.282805115 55.429054260 0.031670235 0.997059286 0.069783427 -29.341285706 0.281228751 -0.075887047 0.956635535 470.358154297\n0.958601415 -0.010813021 -0.284545898 55.153022766 0.032027222 0.997032166 0.070007727 -29.292600632 0.282944441 -0.076222718 0.956102788 471.273712158\n0.958186984 -0.011806956 -0.285899132 54.884239197 0.033272367 0.996968031 0.070339464 -29.246591568 0.284201801 -0.076910898 0.955674648 472.171630859\n0.958195388 -0.013107440 -0.285814226 54.614440918 0.034888811 0.996848166 0.071249679 -29.198059082 0.283979505 -0.078242831 0.955632627 473.064422607\n0.958385527 -0.011637755 -0.285239875 54.346309662 0.033286676 0.996908844 0.071167074 -29.146543503 0.283529907 -0.077700183 0.955810368 473.955291748\n0.958644569 -0.013383268 -0.284291208 54.086978912 0.035148349 0.996814251 0.071596101 -29.104318619 0.282427341 -0.078627579 0.956060946 474.830505371\n0.958828509 -0.017533796 -0.283443898 53.829505920 0.039249878 0.996695340 0.071118310 -29.058387756 0.281260222 -0.079315402 0.956348121 475.693389893\n0.958894968 -0.019337194 -0.283101588 53.574256897 0.041413419 0.996529758 0.072203867 -29.006853104 0.280722916 -0.080960132 0.956368208 476.564056396\n0.959019721 -0.019451054 -0.282670915 53.329608917 0.041758079 0.996449590 0.073105596 -28.964729309 0.280245334 -0.081913501 0.956427038 477.411071777\n0.959015965 -0.020121222 -0.282636821 53.080982208 0.042113546 0.996518612 0.071952380 -28.919246674 0.280205071 -0.080906324 0.956524611 478.243591309\n0.959184527 -0.021484395 -0.281963617 52.841812134 0.042810760 0.996649444 0.069693431 -28.872400284 0.279521555 -0.078919932 0.956890464 479.065490723\n0.959530413 -0.022066103 -0.280739129 52.603736877 0.042845968 0.996758282 0.068096809 -28.838464737 0.278326422 -0.077369504 0.957365334 479.859008789\n0.959888399 -0.020799482 -0.279609889 52.362625122 0.041285876 0.996859372 0.067578703 -28.798719406 0.277326137 -0.076411948 0.957732439 480.645050049\n0.959978878 -0.021216882 -0.279267639 52.138038635 0.041404933 0.996921003 0.066589542 -28.754806519 0.276994944 -0.075487614 0.957901597 481.460510254\n0.960250497 -0.022418959 -0.278237998 51.897804260 0.042339068 0.996934712 0.065792143 -28.715211868 0.275910139 -0.074957274 0.958256245 482.251983643\n0.960414708 -0.025053767 -0.277445257 51.680110931 0.044677295 0.996908426 0.064634092 -28.678134918 0.274968207 -0.074471034 0.958564818 483.026367188\n0.960925817 -0.025673980 -0.275612861 51.457084656 0.044987407 0.996936560 0.063981891 -28.639152527 0.273125857 -0.073880956 0.959137022 483.816864014\n0.961919069 -0.024782959 -0.272208601 51.233406067 0.043676730 0.997021139 0.063570164 -28.604585648 0.269822270 -0.073038533 0.960136116 484.591186523\n0.963300645 -0.026887853 -0.267074674 51.018894196 0.045021959 0.997059643 0.062008478 -28.563013077 0.264622122 -0.071757033 0.961678803 485.364288330\n0.965120018 -0.026235700 -0.260490090 50.818737030 0.043741923 0.997139752 0.061635930 -28.532476425 0.258127958 -0.070880406 0.963507116 486.147521973\n0.967874706 -0.023344770 -0.250346839 50.607757568 0.040355589 0.997195244 0.063032001 -28.495836258 0.248173207 -0.071109973 0.966102183 486.931793213\n0.970919132 -0.019646313 -0.238600299 50.410346985 0.036699995 0.997061431 0.067242771 -28.454128265 0.236578092 -0.074043922 0.968787014 487.719085693\n0.974240303 -0.016964518 -0.224873424 50.233913422 0.034513511 0.996635556 0.074339658 -28.420122147 0.222855717 -0.080185860 0.971548021 488.503326416\n0.977987528 -0.016375864 -0.208019659 50.059013367 0.033366416 0.996360838 0.078433298 -28.376596451 0.205978230 -0.083647661 0.974974871 489.286163330\n0.981725335 -0.016111288 -0.189620107 49.917720795 0.031741649 0.996314704 0.079683900 -28.328378677 0.187637478 -0.084246561 0.978618741 490.068939209\n0.985580206 -0.013967292 -0.168631434 49.786590576 0.028112644 0.996253073 0.081789672 -28.273986816 0.166857198 -0.085350960 0.982279956 490.855316162\n0.989303589 -0.012010301 -0.145376056 49.666908264 0.024465626 0.996148944 0.084194638 -28.219284058 0.143804997 -0.086850770 0.985787511 491.646148682\n0.992655754 -0.011847388 -0.120391823 49.574878693 0.022541249 0.995878100 0.087856032 -28.172645569 0.118854716 -0.089924581 0.988831162 492.437011719\n0.995425820 -0.013326000 -0.094603397 49.515895844 0.021701450 0.995878458 0.088063508 -28.115383148 0.093039952 -0.089713722 0.991612315 493.232269287\n0.997696102 -0.014740578 -0.066221304 49.450988770 0.020446656 0.996056497 0.086333252 -28.061439514 0.064687558 -0.087488346 0.994063020 494.033935547\n0.999071538 -0.016011175 -0.039995950 49.433319092 0.019333405 0.996268988 0.084108956 -28.003759384 0.038500041 -0.084804125 0.995653570 494.817382812\n0.999759912 -0.017486120 -0.013202474 49.427337646 0.018526902 0.996349752 0.083330005 -27.946737289 0.011697163 -0.083554596 0.996434569 495.621704102\n0.999715328 -0.019323682 0.013995132 49.442501068 0.018078115 0.996281981 0.084234066 -27.895063400 -0.015570811 -0.083957076 0.996347725 496.426788330\n0.998949468 -0.021836093 0.040287908 49.486618042 0.018333817 0.996183157 0.085340500 -27.839799881 -0.041997638 -0.084512219 0.995536983 497.221527100\n0.997458279 -0.026146017 0.066282079 49.548202515 0.020378515 0.996065617 0.086243987 -27.773948669 -0.068276234 -0.084674053 0.994066715 498.022430420\n0.995369315 -0.029513974 0.091481574 49.632911682 0.021470806 0.995916367 0.087690525 -27.718549728 -0.093696095 -0.085320272 0.991938233 498.830017090\n0.992710650 -0.031152375 0.116426148 49.741615295 0.020906206 0.995882213 0.088212855 -27.662984848 -0.118694775 -0.085135818 0.989274204 499.631561279\n0.989385068 -0.033691298 0.141357854 49.867797852 0.021262819 0.995846629 0.088528872 -27.603553772 -0.143753394 -0.084583476 0.985992193 500.425781250\n0.985425889 -0.034785282 0.166510701 50.005401611 0.020186622 0.995864749 0.088576980 -27.552946091 -0.168903306 -0.083924763 0.982053101 501.263854980\n0.980955780 -0.036394067 0.190790966 50.172912598 0.019806312 0.995911241 0.088139109 -27.496421814 -0.193218604 -0.082681708 0.977665722 502.066894531\n0.976162493 -0.038747035 0.213554338 50.362453461 0.020687757 0.996066451 0.086160794 -27.431756973 -0.216052786 -0.079688974 0.973124266 502.878723145\n0.971258819 -0.039888874 0.234659746 50.555240631 0.020290269 0.996144474 0.085349038 -27.382480621 -0.237159491 -0.078134693 0.968323469 503.662475586\n0.966274858 -0.042204678 0.254030824 50.783874512 0.021438325 0.996237755 0.083968483 -27.319498062 -0.256618947 -0.075690642 0.963544309 504.487487793\n0.961179495 -0.042398840 0.272646904 51.020503998 0.020192035 0.996282518 0.083745882 -27.259119034 -0.275184065 -0.074989527 0.958462477 505.292724609\n0.955987990 -0.042082697 0.290372163 51.273880005 0.018665574 0.996378899 0.082949571 -27.203083038 -0.292811453 -0.073878832 0.953311801 506.101318359\n0.950813591 -0.042209595 0.306874424 51.554653168 0.017404111 0.996387124 0.083125323 -27.156402588 -0.309274405 -0.073695809 0.948113024 506.903137207\n0.944438517 -0.044149302 0.325709552 51.805313110 0.018100709 0.996420264 0.082577422 -27.105258942 -0.328189313 -0.072093725 0.941856802 507.706054688\n0.938224614 -0.044237547 0.343187481 52.107971191 0.016911037 0.996471167 0.082214810 -27.048820496 -0.345613390 -0.071332306 0.935661852 508.503784180\n0.931696057 -0.045222342 0.360412866 52.431995392 0.016409406 0.996446967 0.082608283 -26.990375519 -0.362868041 -0.071051650 0.929127812 509.314239502\n0.924641430 -0.048761856 0.377704233 52.766902924 0.018031834 0.996262431 0.084475167 -26.935520172 -0.380411714 -0.071298540 0.922064781 510.102966309\n0.917505324 -0.049968056 0.394572169 53.112380981 0.017282605 0.996148407 0.085963279 -26.871349335 -0.397347838 -0.072052531 0.914835036 510.896789551\n0.910429001 -0.049655896 0.410674185 53.483016968 0.015856788 0.996228755 0.085304014 -26.812013626 -0.413361281 -0.071151279 0.907782972 511.689880371\n0.902500391 -0.049877755 0.427791089 53.850269318 0.015205266 0.996342242 0.084089078 -26.760515213 -0.430420488 -0.069385745 0.899957657 512.496582031\n0.895016730 -0.049191725 0.443311632 54.245761871 0.014731013 0.996617556 0.080847949 -26.702404022 -0.445789218 -0.065829836 0.892714083 513.270568848\n0.886838436 -0.047245238 0.459657997 54.653709412 0.012125088 0.996796072 0.079060689 -26.647571564 -0.461920530 -0.064540669 0.884569943 514.047302246\n0.877777457 -0.042329155 0.477194935 55.071651459 0.006563921 0.997058034 0.076369129 -26.586235046 -0.479023665 -0.063902825 0.875472844 514.827514648\n0.867441475 -0.041383795 0.495815158 55.494728088 0.003952507 0.997076511 0.076307163 -26.528038025 -0.497523516 -0.064232282 0.865069151 515.582580566\n0.856555343 -0.043477934 0.514220476 55.958457947 0.003306141 0.996886492 0.078780755 -26.477722168 -0.516044676 -0.065779984 0.854032159 516.330017090\n0.844579577 -0.045189206 0.533519685 56.433601379 0.001764260 0.996661603 0.081624515 -26.426551819 -0.535427153 -0.067997128 0.841839731 517.073425293\n0.830971897 -0.045600224 0.554442406 56.923912048 -0.000268879 0.996601880 0.082368709 -26.370012283 -0.556314409 -0.068595164 0.828135848 517.821472168\n0.815868735 -0.046837289 0.576337039 57.440757751 -0.001034703 0.996594250 0.082455136 -26.307147980 -0.578236163 -0.067868911 0.813041627 518.540832520\n0.799611092 -0.048392873 0.598565161 57.976810455 -0.001635768 0.996568501 0.082755886 -26.254722595 -0.600516021 -0.067151643 0.796788096 519.237670898\n0.782911599 -0.049675211 0.620146573 58.534080505 -0.002364400 0.996562362 0.082811981 -26.209642410 -0.622128487 -0.066300735 0.780102849 519.924926758\n0.765681267 -0.050975047 0.641197085 59.104400635 -0.003003811 0.996560574 0.082813352 -26.157066345 -0.643213153 -0.065334670 0.762894630 520.595092773\n0.747959614 -0.055487733 0.661420822 59.696468353 0.000317318 0.996529341 0.083241731 -26.093673706 -0.663744152 -0.062051572 0.745381355 521.265869141\n0.730410695 -0.058130432 0.680530012 60.298088074 0.000722644 0.996436834 0.084339380 -26.041040421 -0.683007836 -0.061110608 0.727850139 521.892761230\n0.713194489 -0.060424510 0.698356986 60.909694672 0.001685511 0.996422648 0.084492974 -25.983276367 -0.700964153 -0.059082840 0.710744977 522.505004883\n0.696935117 -0.060643755 0.714565456 61.542461395 0.001600734 0.996547103 0.083013743 -25.926586151 -0.717132390 -0.056711365 0.694625735 523.119140625\n0.681978703 -0.061902709 0.728747606 62.186386108 0.002256886 0.996585071 0.082541838 -25.872827530 -0.731368542 -0.054647077 0.679789543 523.707031250\n0.667409778 -0.064896777 0.741857588 62.838722229 0.003369200 0.996448517 0.084136993 -25.816965103 -0.744683087 -0.053654380 0.665258050 524.285278320\n0.653011322 -0.067361094 0.754346609 63.505779266 0.002047440 0.996190071 0.087184668 -25.759618759 -0.757345438 -0.055388100 0.650661290 524.855651855\n0.638430953 -0.067697816 0.766696095 64.182548523 0.001208026 0.996211290 0.086957641 -25.702301025 -0.769678175 -0.054590262 0.636093855 525.410400391\n0.623951912 -0.065237924 0.778734922 64.872200012 -0.001062434 0.996437550 0.084327057 -25.639945984 -0.781462073 -0.053443380 0.621659756 525.955322266\n0.608778775 -0.066381164 0.790557981 65.579254150 0.000261695 0.996510029 0.083472915 -25.577913284 -0.793339968 -0.050609652 0.606671512 526.483032227\n0.593462884 -0.070281379 0.801787019 66.311660767 -0.000054353 0.996176720 0.087361023 -25.510457993 -0.804861367 -0.051889107 0.591190100 527.000915527\n0.576560318 -0.073951393 0.813701034 67.054786682 -0.003444183 0.995666742 0.092929363 -25.444158554 -0.817047358 -0.056381926 0.573807240 527.548950195\n0.558813989 -0.075742431 0.825826883 67.816139221 -0.005647272 0.995449662 0.095121093 -25.371416092 -0.829273820 -0.057818674 0.555843472 528.059265137\n0.540074408 -0.076666340 0.838118196 68.573669434 -0.006539838 0.995429933 0.095270552 -25.308219910 -0.841591954 -0.056934353 0.537104845 528.514282227\n0.519443035 -0.076911479 0.851036727 69.346221924 -0.006527911 0.995554924 0.093956552 -25.240570068 -0.854480088 -0.054360572 0.516632020 529.006652832\n0.499005854 -0.077288151 0.863145232 70.146118164 -0.006049151 0.995680094 0.092652805 -25.164484024 -0.866577506 -0.051455587 0.496382654 529.452880859\n0.477362216 -0.079482190 0.875104606 70.971099854 -0.004643938 0.995658576 0.092964850 -25.093702316 -0.878694415 -0.048441838 0.474920630 529.901855469\n0.455067813 -0.082460798 0.886630476 71.799896240 -0.002181977 0.995596647 0.093715087 -25.041006088 -0.890454173 -0.044581331 0.452884078 530.317993164\n0.432811141 -0.084401675 0.897524893 72.635910034 -0.000192157 0.995598853 0.093717046 -24.965333939 -0.901484668 -0.040734254 0.430890024 530.699768066\n0.409382939 -0.086174913 0.908283949 73.490524292 -0.000812615 0.995494545 0.094815440 -24.902465820 -0.912362397 -0.039553918 0.407468498 531.081909180\n0.385699809 -0.087432288 0.918472290 74.358932495 -0.001091867 0.995455742 0.095219113 -24.839300156 -0.922623754 -0.037728846 0.383851588 531.441650391\n0.362103760 -0.086679198 0.928098917 75.236358643 -0.003080978 0.995550334 0.094180845 -24.772718430 -0.932132721 -0.036962692 0.360225439 531.774108887\n0.337608337 -0.084852748 0.937454402 76.132843018 -0.005019365 0.995752156 0.091937162 -24.698320389 -0.941273391 -0.035744186 0.335748374 532.091430664\n0.312778890 -0.083543271 0.946144879 77.037628174 -0.008554291 0.995836139 0.090758853 -24.629045486 -0.949787557 -0.036481060 0.310761869 532.391418457\n0.287101686 -0.082797475 0.954315007 77.964843750 -0.012007411 0.995868027 0.090015039 -24.564289093 -0.957824826 -0.037302319 0.284921169 532.683959961\n0.261771977 -0.083981328 0.961469054 78.901763916 -0.014466880 0.995753586 0.090914778 -24.495746613 -0.965021372 -0.037708405 0.259445429 532.926269531\n0.234594464 -0.084291518 0.968432009 79.834869385 -0.015576017 0.995779634 0.090445004 -24.424964905 -0.971968591 -0.036302220 0.232291460 533.157104492\n0.208461046 -0.084678151 0.974358141 80.808349609 -0.014941595 0.995852888 0.089742906 -24.351562500 -0.977916598 -0.033266369 0.206331313 533.365722656\n0.181695580 -0.085676514 0.979615510 81.781372070 -0.013108244 0.995897710 0.089531831 -24.282329559 -0.983267605 -0.029108588 0.179827154 533.537902832\n0.155541360 -0.086614355 0.984024942 82.758636475 -0.013160312 0.995878458 0.089737922 -24.212348938 -0.987741828 -0.026908042 0.153760374 533.686340332\n0.129967868 -0.087968297 0.987608135 83.758697510 -0.012244916 0.995838165 0.090312771 -24.145223618 -0.991442561 -0.023830935 0.128349841 533.816772461\n0.105065107 -0.086755820 0.990673959 84.757781982 -0.011799044 0.996008575 0.088474333 -24.074722290 -0.994395435 -0.020984573 0.103622139 533.909240723\n0.079536974 -0.086264223 0.993092299 85.747863770 -0.012305285 0.996087670 0.087509938 -24.006267548 -0.996755958 -0.019180560 0.078164279 533.990905762\n0.053901494 -0.085791409 0.994853973 86.787292480 -0.013070960 0.996156394 0.086611912 -23.930049896 -0.998460710 -0.017672207 0.052572966 534.056152344\n0.029236794 -0.088113956 0.995681345 87.808349609 -0.014766737 0.995960295 0.088572256 -23.858556747 -0.999463558 -0.017292539 0.027817547 534.080810547\n0.004704952 -0.090924039 0.995846748 88.835815430 -0.014716203 0.995743573 0.090984151 -23.784893036 -0.999880672 -0.015083163 0.003346860 534.081787109\n-0.018880129 -0.092451274 0.995538235 89.894439697 -0.017101929 0.995599866 0.092132665 -23.711620331 -0.999675512 -0.015286148 -0.020378232 534.058105469\n-0.043642998 -0.091436230 0.994854152 90.932556152 -0.019431859 0.995692253 0.090660810 -23.634082794 -0.998858273 -0.015375160 -0.045231819 534.015808105\n-0.068949461 -0.090641111 0.993494093 91.963867188 -0.022283487 0.995755374 0.089300938 -23.563407898 -0.997371435 -0.015981276 -0.070676565 533.949340820\n-0.094136238 -0.088953525 0.991577387 93.036376953 -0.023059288 0.995927870 0.087154657 -23.489503860 -0.995292246 -0.014660661 -0.095804095 533.850708008\n-0.118375182 -0.088312693 0.989033997 94.086791992 -0.023779945 0.996003628 0.086088859 -23.415781021 -0.992684186 -0.013328388 -0.120002151 533.714965820\n-0.142647624 -0.088221803 0.985834062 95.151123047 -0.022713795 0.996049166 0.085849330 -23.341793060 -0.989512980 -0.010145839 -0.144087911 533.557373047\n-0.166452050 -0.089814968 0.981950641 96.211608887 -0.022944096 0.995926201 0.087203965 -23.269981384 -0.985782564 -0.008014685 -0.167834759 533.386596680\n-0.188944340 -0.088263780 0.978013158 97.264160156 -0.019858968 0.996092141 0.086058788 -23.198513031 -0.981787086 -0.003162020 -0.189958811 533.178894043\n-0.209098220 -0.084696501 0.974220097 98.334106445 -0.019764729 0.996404707 0.082383066 -23.122627258 -0.977695048 -0.002029056 -0.210020423 532.950561523\n-0.230141044 -0.083998956 0.969525278 99.386718750 -0.020993277 0.996464491 0.081349671 -23.054819107 -0.972930789 -0.001631610 -0.231090784 532.710327148\n-0.249568820 -0.084484786 0.964664638 100.442504883 -0.022895563 0.996423185 0.081342869 -22.987323761 -0.968086421 -0.001785904 -0.250610471 532.436096191\n-0.270884633 -0.082513511 0.959068954 101.505310059 -0.025106259 0.996586084 0.078650162 -22.910610199 -0.962284446 -0.002773522 -0.272031426 532.150695801\n-0.291163445 -0.079420432 0.953371108 102.541625977 -0.026461486 0.996835411 0.074959777 -22.855089188 -0.956307411 -0.003402072 -0.292343616 531.840332031\n-0.311386108 -0.077211082 0.947141647 103.594909668 -0.030149762 0.996994615 0.071362957 -22.789640427 -0.949805140 -0.006334668 -0.312778115 531.506225586\n-0.331659675 -0.078034617 0.940166175 104.639465332 -0.032800198 0.996924400 0.071174771 -22.722679138 -0.942828715 -0.007231836 -0.333199143 531.142028809\n-0.351053834 -0.079670511 0.932959795 105.682739258 -0.034265764 0.996799350 0.072228611 -22.666929245 -0.935728192 -0.006612455 -0.352660179 530.753295898\n-0.369670272 -0.080682747 0.925653517 106.732482910 -0.035670634 0.996720731 0.072631709 -22.612827301 -0.928478181 -0.006168861 -0.371336102 530.343505859\n-0.386706948 -0.081870317 0.918561578 107.772583008 -0.037264518 0.996625245 0.073139995 -22.550048828 -0.921449661 -0.005946020 -0.388452768 529.916931152\n-0.400771618 -0.082544468 0.912452042 108.801696777 -0.035588946 0.996583998 0.074523874 -22.488777161 -0.915486634 -0.002606166 -0.402340174 529.468017578\n-0.411427736 -0.080749504 0.907858312 109.807067871 -0.033539869 0.996734381 0.073454827 -22.428527832 -0.910825074 -0.000228100 -0.412792444 528.998107910\n-0.419946671 -0.077340700 0.904247284 110.826782227 -0.029494584 0.996998966 0.071576044 -22.371864319 -0.907069385 0.003387727 -0.420967579 528.519104004\n-0.426792026 -0.074897528 0.901242971 111.875427246 -0.024598431 0.997157276 0.071219638 -22.311132431 -0.904015183 0.008226817 -0.427421212 528.026794434\n-0.430922866 -0.073955961 0.899353266 112.900878906 -0.019483214 0.997166157 0.072664030 -22.250820160 -0.902178586 0.013790295 -0.431142688 527.520141602\n-0.434429407 -0.073462814 0.897705138 113.952148438 -0.015003716 0.997120261 0.074337564 -22.184177399 -0.900581062 0.018825507 -0.434280515 527.025024414\n-0.437455058 -0.073721856 0.896213233 114.991333008 -0.011975297 0.997022986 0.076169066 -22.126838684 -0.899160504 0.022588124 -0.437035561 526.526245117\n-0.438331366 -0.075145237 0.895666897 116.038940430 -0.011777189 0.996893644 0.077874392 -22.057781219 -0.898736537 0.023586337 -0.437854767 526.015991211\n-0.438987613 -0.077321559 0.895160079 117.097290039 -0.012521742 0.996719956 0.079953365 -21.992462158 -0.898406029 0.023889562 -0.438515902 525.500732422\n-0.441543460 -0.081737496 0.893509150 118.158752441 -0.015282667 0.996382535 0.083596081 -21.916505814 -0.897109807 0.023256090 -0.441195369 524.999694824\n-0.443166614 -0.085104562 0.892390370 119.220336914 -0.016072907 0.996077657 0.087011002 -21.837373734 -0.896295130 0.024217064 -0.442796230 524.481018066\n-0.444358706 -0.085334286 0.891775370 120.279602051 -0.015898913 0.996047318 0.087389901 -21.756978989 -0.895707786 0.024654210 -0.443958998 523.963867188\n-0.445227265 -0.083303273 0.891534269 121.342651367 -0.016081009 0.996246338 0.085056603 -21.677579880 -0.895273209 0.023532748 -0.444895625 523.441162109\n-0.446272016 -0.080943704 0.891229272 122.412292480 -0.014340580 0.996419966 0.083316527 -21.593738556 -0.894782543 0.024401078 -0.445835114 522.913696289\n-0.447348833 -0.078762099 0.890884876 123.493286133 -0.012252604 0.996560931 0.081952289 -21.509473801 -0.894275784 0.025745591 -0.446775317 522.372802734\n-0.448430896 -0.078970820 0.890322089 124.548217773 -0.012055298 0.996533036 0.082319722 -21.444107056 -0.893736243 0.026181607 -0.447828293 521.843505859\n-0.449724078 -0.080578774 0.889525414 125.647888184 -0.012690794 0.996398091 0.083843790 -21.359819412 -0.893077493 0.026417779 -0.449126720 521.301208496\n-0.450698256 -0.082949474 0.888813972 126.740905762 -0.012915908 0.996175110 0.086419679 -21.276136398 -0.892582834 0.027469361 -0.450045705 520.754272461\n-0.451760292 -0.085335709 0.888048947 127.837341309 -0.013993060 0.995970070 0.088587821 -21.195358276 -0.892029881 0.027593924 -0.451133847 520.198913574\n-0.453062773 -0.086671092 0.887255609 128.950500488 -0.014436837 0.995845556 0.089906715 -21.104732513 -0.891361833 0.027924214 -0.452431917 519.643981934\n-0.454136372 -0.086747915 0.886698961 130.082092285 -0.013989307 0.995820105 0.090258665 -21.015470505 -0.890822411 0.028585434 -0.453451633 519.084350586\n-0.455002546 -0.086486727 0.886280358 131.202270508 -0.013584197 0.995830715 0.090203173 -20.926952362 -0.890386641 0.029003261 -0.454280376 518.513061523\n-0.455607653 -0.083997302 0.886208892 132.325805664 -0.011256726 0.996002197 0.088616632 -20.839149475 -0.890109599 0.030398594 -0.454731703 517.940063477\n-0.455978036 -0.081137039 0.886284888 133.447265625 -0.009065493 0.996207476 0.086536132 -20.750795364 -0.889944911 0.031423964 -0.454984307 517.362854004\n-0.455937982 -0.082357869 0.886192739 134.576110840 -0.009665300 0.996108830 0.087600157 -20.657661438 -0.889958978 0.031374931 -0.454959869 516.794372559\n-0.455761194 -0.083652638 0.886162698 135.719726562 -0.009185475 0.995962977 0.089293495 -20.567293167 -0.890054941 0.032556664 -0.454689622 516.214050293\n-0.455296993 -0.085513711 0.886223495 136.850402832 -0.012095298 0.995879114 0.089880668 -20.476381302 -0.890257478 0.030203259 -0.454455018 515.640014648\n-0.455267549 -0.081466280 0.886619866 137.996643066 -0.011955027 0.996274769 0.085403077 -20.386480331 -0.890274465 0.028281685 -0.454545498 515.059082031\n-0.454417944 -0.077724278 0.887391269 139.161804199 -0.012439074 0.996642709 0.080923490 -20.292339325 -0.890701711 0.025734764 -0.453859210 514.474670410\n-0.454131722 -0.074803650 0.887788773 140.320007324 -0.011001069 0.996863902 0.078366764 -20.208362579 -0.890866697 0.025822202 -0.453530431 513.886718750\n-0.454596281 -0.076825336 0.887378216 141.498474121 -0.010352087 0.996661723 0.080983341 -20.121107101 -0.890637457 0.027628506 -0.453873992 513.293090820\n-0.454746127 -0.080044180 0.887016952 142.679199219 -0.010088255 0.996352136 0.084738635 -20.035497665 -0.890564024 0.029586107 -0.453894734 512.690673828\n-0.454997301 -0.080245174 0.886869907 143.861022949 -0.010303427 0.996339262 0.084864073 -19.944429398 -0.890433252 0.029475117 -0.454158425 512.087524414\n-0.455191731 -0.080137827 0.886779964 145.057922363 -0.012015358 0.996403694 0.083876885 -19.855865479 -0.890312493 0.027525080 -0.454517603 511.482971191\n-0.455195069 -0.080676861 0.886729300 146.258911133 -0.013527352 0.996398270 0.083710678 -19.762687683 -0.890289068 0.026109580 -0.454646945 510.871459961\n-0.455264568 -0.081976324 0.886574328 147.473022461 -0.014578500 0.996305227 0.084636293 -19.667890549 -0.890236855 0.025606988 -0.454777598 510.257141113\n-0.455629468 -0.081695415 0.886412740 148.686279297 -0.014498997 0.996328771 0.084373012 -19.580945969 -0.890051425 0.025590740 -0.455141306 509.641540527\n-0.455597162 -0.080352046 0.886552393 149.914855957 -0.013603760 0.996429980 0.083319798 -19.487249374 -0.890082359 0.025899805 -0.455063701 509.012878418\n-0.456388950 -0.079975069 0.886178970 151.140686035 -0.012957635 0.996444225 0.083252899 -19.401054382 -0.889686048 0.026512919 -0.455802441 508.393432617\n-0.456862807 -0.079667352 0.885962665 152.368530273 -0.013277599 0.996481180 0.082758553 -19.308393478 -0.889438272 0.026045838 -0.456313014 507.777832031\n-0.457144022 -0.080819525 0.885713220 153.612731934 -0.013118302 0.996367097 0.084145717 -19.214570999 -0.889296114 0.026847649 -0.456543565 507.138854980\n-0.457934856 -0.082387194 0.885159850 154.859741211 -0.013767687 0.996234179 0.085602887 -19.124364853 -0.888879120 0.027013948 -0.457344651 506.516113281\n-0.457769752 -0.082372867 0.885246813 156.088195801 -0.016080337 0.996302903 0.084391437 -19.027318954 -0.888925493 0.024396773 -0.457401991 505.889495850\n-0.457677484 -0.082277723 0.885303319 157.340209961 -0.020883746 0.996429205 0.081809148 -18.934223175 -0.888873100 0.018953752 -0.457761407 505.255615234\n-0.458103061 -0.084518559 0.884871781 158.570068359 -0.025747143 0.996313393 0.081833467 -18.849555969 -0.888526082 0.014705242 -0.458590388 504.631530762\n-0.458185434 -0.087626815 0.884526908 159.837280273 -0.029647000 0.996081650 0.083320975 -18.757518768 -0.888362169 0.011952878 -0.458987951 503.992614746\n-0.458395243 -0.086122781 0.884565771 161.069702148 -0.028855896 0.996211290 0.082039215 -18.670465469 -0.888279855 0.012081446 -0.459143639 503.359497070\n-0.458192825 -0.084405109 0.884836316 162.329589844 -0.026505589 0.996335864 0.081315801 -18.576690674 -0.888457656 0.013805196 -0.458751082 502.716796875\n-0.458114147 -0.082311936 0.885074079 163.594726562 -0.021647453 0.996441126 0.081464358 -18.492231369 -0.888629735 0.018160373 -0.458265543 502.056030273\n-0.457840323 -0.081640057 0.885278046 164.856445312 -0.018224567 0.996427298 0.082464993 -18.400182724 -0.888847649 0.021621989 -0.457692504 501.403259277\n-0.458052874 -0.082248263 0.885111928 166.132202148 -0.016437951 0.996323764 0.084075756 -18.315322876 -0.888773143 0.023961706 -0.457720995 500.747436523\n-0.457739711 -0.084054120 0.885104120 167.397583008 -0.017565051 0.996181726 0.085518703 -18.226068497 -0.888912737 0.023598408 -0.457468390 500.099273682\n-0.457758546 -0.084641665 0.885038376 168.671813965 -0.017797418 0.996130884 0.086060971 -18.132352829 -0.888898373 0.023643749 -0.457493901 499.453155518\n-0.457588315 -0.085165828 0.885076284 169.943847656 -0.019621614 0.996127129 0.085707165 -18.036489487 -0.888947845 0.021851961 -0.457487226 498.811340332\n-0.458105803 -0.082302928 0.885079324 171.202087402 -0.017169653 0.996337831 0.083761998 -17.945966721 -0.888731897 0.023175346 -0.457841277 498.172119141\n-0.457919359 -0.080298476 0.885359883 172.440734863 -0.013569595 0.996427655 0.083353497 -17.862161636 -0.888890207 0.026155202 -0.457373023 497.526245117\n-0.456962943 -0.077613153 0.886093318 173.699523926 -0.010697427 0.996593416 0.081775174 -17.774282455 -0.889421582 0.027889293 -0.456236482 496.874389648\n-0.456361890 -0.075796150 0.886560142 174.966186523 -0.009335095 0.996718228 0.080408789 -17.689966202 -0.889745355 0.028419377 -0.455571771 496.240417480\n-0.455368042 -0.083023787 0.886423647 176.238647461 -0.015237839 0.996223390 0.085479900 -17.599298477 -0.890172839 0.025417641 -0.454913378 495.610809326\n-0.454535484 -0.088855535 0.886285722 177.514404297 -0.016898088 0.995693088 0.091158032 -17.504009247 -0.890568435 0.026458021 -0.454079270 494.969543457\n-0.452396750 -0.089338861 0.887330770 178.785095215 -0.021094661 0.995763302 0.089501247 -17.403135300 -0.891567349 0.021772124 -0.452364564 494.338928223\n-0.450410128 -0.086938933 0.888579011 180.041259766 -0.020757111 0.995998383 0.086927362 -17.303771973 -0.892580628 0.020708619 -0.450412273 493.705139160\n-0.448133945 -0.085321166 0.889885485 181.313476562 -0.020289468 0.996149361 0.085292123 -17.215881348 -0.893736124 0.020166993 -0.448139548 493.074066162\n-0.446612239 -0.082893714 0.890879750 182.569641113 -0.020122765 0.996377766 0.082622156 -17.121593475 -0.894501626 0.018973079 -0.446662545 492.449768066\n-0.445457101 -0.082287811 0.891513884 183.840820312 -0.020321837 0.996440053 0.081818551 -17.045484543 -0.895072818 0.018329445 -0.445543528 491.820495605\n-0.445091128 -0.084534042 0.891486347 185.098266602 -0.021755088 0.996261239 0.083607554 -16.955535889 -0.895220995 0.017818611 -0.445266008 491.209747314\n-0.444416642 -0.086544164 0.891629875 186.356445312 -0.022043567 0.996077538 0.085694931 -16.863689423 -0.895548880 0.018429555 -0.444581151 490.586090088\n-0.444219470 -0.086552918 0.891727448 187.611755371 -0.021857725 0.996073246 0.085792385 -16.775350571 -0.895651460 0.018619509 -0.444367051 489.966430664\n-0.444881439 -0.085913911 0.891459286 188.875488281 -0.023664974 0.996168196 0.084195226 -16.680824280 -0.895276964 0.016360518 -0.445209861 489.357727051\n-0.445833564 -0.083318867 0.891229928 190.130432129 -0.022244724 0.996382296 0.082021490 -16.589952469 -0.894839644 0.016742757 -0.446074128 488.724609375\n-0.447068691 -0.081243597 0.890802562 191.381103516 -0.021359872 0.996552467 0.080168366 -16.505001068 -0.894244671 0.016813327 -0.447262764 488.093933105\n-0.449721694 -0.078651235 0.889699101 192.611083984 -0.017542250 0.996700943 0.079243228 -16.421405792 -0.892996550 0.020030070 -0.449617743 487.487060547\n-0.452420592 -0.078853354 0.888311863 193.844116211 -0.016577009 0.996654749 0.080027968 -16.337675095 -0.891650736 0.021480743 -0.452214360 486.866821289\n-0.455016732 -0.080117196 0.886871457 195.081176758 -0.015792994 0.996513844 0.081919223 -16.258235931 -0.890342832 0.023268262 -0.454695821 486.234252930\n-0.458386898 -0.082764491 0.884890854 196.313171387 -0.016609468 0.996278346 0.084578708 -16.174528122 -0.888597727 0.024072196 -0.458055615 485.610107422\n-0.461167097 -0.082575358 0.883462548 197.533142090 -0.015697129 0.996263742 0.084924743 -16.085317612 -0.887174368 0.025296675 -0.460740328 484.978424072\n-0.463924766 -0.081668444 0.882102191 198.747131348 -0.014994167 0.996322751 0.084357537 -16.002042770 -0.885747850 0.025909156 -0.463443279 484.348449707\n-0.466098666 -0.077722088 0.881312311 199.956298828 -0.012568263 0.996615052 0.081243567 -15.915676117 -0.884643555 0.026790949 -0.465497732 483.706970215\n-0.468621254 -0.075798295 0.880141616 201.159973145 -0.011487801 0.996750772 0.079724215 -15.832330704 -0.883324802 0.027249552 -0.467969298 483.067077637\n-0.471533775 -0.075998038 0.878567278 202.367065430 -0.013081024 0.996772707 0.079202399 -15.744527817 -0.881751120 0.025854038 -0.471006155 482.420989990\n-0.474277139 -0.078140259 0.876901031 203.548889160 -0.014918815 0.996623576 0.080739751 -15.665527344 -0.880249262 0.025210688 -0.473841548 481.793853760\n-0.476350546 -0.080680318 0.875546217 204.735534668 -0.018423902 0.996478438 0.081800327 -15.581502914 -0.879062593 0.022834640 -0.476159453 481.152923584\n-0.479135036 -0.082968749 0.873811126 205.909667969 -0.020737525 0.996314585 0.083229549 -15.502918243 -0.877496243 0.021757517 -0.479089856 480.523376465\n-0.480990529 -0.083165742 0.872772515 207.069641113 -0.022067610 0.996323705 0.082777247 -15.412984848 -0.876448214 0.020555057 -0.481057644 479.886047363\n-0.483179569 -0.085606605 0.871326208 208.211669922 -0.023312382 0.996113360 0.084939294 -15.341939926 -0.875211060 0.020728225 -0.483297348 479.272918701\n-0.484956861 -0.086701512 0.870229840 209.345581055 -0.023561615 0.996007621 0.086102553 -15.257551193 -0.874220788 0.021251988 -0.485063553 478.652038574\n-0.486481547 -0.087626271 0.869285583 210.441284180 -0.025589256 0.995959997 0.086074777 -15.177503586 -0.873316109 0.019629417 -0.486758351 478.052001953\n-0.487647176 -0.088030405 0.868591428 211.536010742 -0.028246049 0.995973468 0.085082404 -15.100999832 -0.872583807 0.016955914 -0.488170147 477.437377930\n-0.488540411 -0.088082314 0.868084013 212.587158203 -0.031042036 0.996016324 0.083593443 -15.026987076 -0.871988952 0.013891679 -0.489328504 476.855834961\n-0.489194155 -0.090229705 0.867495298 213.635559082 -0.034791972 0.995861411 0.083961576 -14.950496674 -0.871480882 0.010891630 -0.490308881 476.292938232\n-0.488771915 -0.091175616 0.867634296 214.669433594 -0.036388662 0.995788991 0.084143668 -14.879489899 -0.871652544 0.009555005 -0.490031481 475.721252441\n-0.486706138 -0.091743700 0.868735135 215.678894043 -0.037664022 0.995748997 0.084056005 -14.808937073 -0.872753680 0.008190498 -0.488092542 475.155761719\n-0.484398127 -0.091875233 0.870009959 216.650512695 -0.038489822 0.995745420 0.083723113 -14.738796234 -0.874000549 0.007068789 -0.485873461 474.631591797\n-0.479142427 -0.091485038 0.872956574 217.632324219 -0.038948733 0.995789826 0.082979940 -14.668727875 -0.876872659 0.005758649 -0.480688334 474.091125488\n-0.472568154 -0.092052087 0.876473546 218.598205566 -0.039271042 0.995741665 0.083404519 -14.603027344 -0.880418777 0.004994285 -0.474170804 473.587615967\n-0.463490844 -0.091867305 0.881326675 219.553283691 -0.038185928 0.995757937 0.083713315 -14.539485931 -0.885278583 0.005146070 -0.465032816 473.090087891\n-0.450881124 -0.092013992 0.887828708 220.503295898 -0.038074501 0.995749652 0.083862841 -14.474033356 -0.891771674 0.004008534 -0.452468157 472.607696533\n-0.437477112 -0.090935640 0.894619703 221.460021973 -0.036768328 0.995850563 0.083245426 -14.409568787 -0.898477495 0.003524297 -0.439005375 472.146728516\n-0.422176719 -0.089183182 0.902116001 222.406799316 -0.036217969 0.996013701 0.081516452 -14.344078064 -0.905789793 0.001741537 -0.423723817 471.715209961\n-0.405791402 -0.090564318 0.909467757 223.365203857 -0.041333102 0.995878875 0.080726869 -14.281028748 -0.913030684 -0.004832860 -0.407862425 471.300872803\n-0.388883591 -0.089690670 0.916910708 224.313934326 -0.043700084 0.995925367 0.078885518 -14.221538544 -0.920249939 -0.009391796 -0.391218543 470.907043457\n-0.372079372 -0.086352184 0.924175501 225.269287109 -0.043438267 0.996192157 0.075592674 -14.156959534 -0.927183986 -0.012018112 -0.374413490 470.528533936\n-0.353303909 -0.086861193 0.931467533 226.224334717 -0.046565920 0.996078789 0.075223967 -14.099487305 -0.934349120 -0.016797727 -0.355963349 470.176391602\n-0.334148884 -0.085765846 0.938610196 227.187072754 -0.044748101 0.996171832 0.075095087 -14.042175293 -0.941457629 -0.016908096 -0.336707473 469.837707520\n-0.314461946 -0.086526424 0.945318520 228.170410156 -0.045114864 0.996074080 0.076164626 -13.976383209 -0.948197544 -0.018697046 -0.317130923 469.519775391\n-0.295780778 -0.087930560 0.951200247 229.120483398 -0.045467068 0.995921791 0.077926464 -13.916423798 -0.954173148 -0.020199127 -0.298572421 469.232360840\n-0.275610447 -0.092736050 0.956785858 230.102111816 -0.048289668 0.995414674 0.082569890 -13.854389191 -0.960055828 -0.023445748 -0.278824925 468.960754395\n-0.255730152 -0.095257267 0.962043762 231.100097656 -0.049318153 0.995123446 0.085422933 -13.783618927 -0.965489388 -0.025600998 -0.259181023 468.704498291\n-0.235326886 -0.097976424 0.966965258 232.092864990 -0.053257424 0.994711101 0.087826662 -13.711612701 -0.970456004 -0.030830108 -0.239300251 468.471923828\n-0.215551138 -0.098423965 0.971519709 233.082214355 -0.055650447 0.994528592 0.088407822 -13.641643524 -0.974905550 -0.035009105 -0.219849110 468.267150879\n-0.195415974 -0.098166756 0.975795150 234.092346191 -0.059187565 0.994344592 0.088179789 -13.562873840 -0.978932977 -0.040523209 -0.200121045 468.076782227\n-0.174555421 -0.098134145 0.979745030 235.095367432 -0.060683534 0.994201839 0.088770568 -13.484443665 -0.982775748 -0.043959010 -0.179498434 467.907165527\n-0.153072596 -0.098013751 0.983342350 236.101501465 -0.058378391 0.994228303 0.090011299 -13.421100616 -0.986489177 -0.043627679 -0.157910943 467.761383057\n-0.129595041 -0.095746890 0.986933529 237.105651855 -0.056881819 0.994405866 0.089002624 -13.345230103 -0.989934206 -0.044604283 -0.134316325 467.638885498\n-0.105006695 -0.091177084 0.990283012 238.120086670 -0.050461389 0.994993925 0.086260051 -13.281505585 -0.993190527 -0.040913172 -0.109081984 467.530822754\n-0.077876329 -0.086069807 0.993240774 239.132720947 -0.045786794 0.995523989 0.082677692 -13.210075378 -0.995911062 -0.039038684 -0.081468582 467.439086914\n-0.050495863 -0.082913376 0.995276749 240.163818359 -0.041162986 0.995873928 0.080874719 -13.131603241 -0.997875750 -0.036884736 -0.053700447 467.382324219\n-0.021865487 -0.082536578 0.996348262 241.198898315 -0.039042652 0.995896697 0.081642367 -13.067050934 -0.998998404 -0.037114933 -0.024998188 467.356475830\n0.005695641 -0.082638979 0.996563315 242.215103149 -0.038123865 0.995836973 0.082796648 -13.007900238 -0.999256790 -0.038464427 0.002521455 467.377593994\n0.034711540 -0.082073294 0.996021688 243.258148193 -0.037114229 0.995828867 0.083350852 -12.936367035 -0.998708069 -0.039859820 0.031520665 467.421264648\n0.064426959 -0.082579732 0.994499922 244.280426025 -0.038076840 0.995641053 0.085141256 -12.873680115 -0.997195899 -0.043352813 0.061001778 467.499267578\n0.094821930 -0.084356479 0.991913676 245.322723389 -0.040502228 0.995251298 0.088512130 -12.804759979 -0.994669974 -0.048567608 0.090955019 467.606384277\n0.124557316 -0.085228741 0.988545239 246.366836548 -0.042376962 0.994937897 0.091119438 -12.727611542 -0.991307080 -0.053241141 0.120315015 467.749084473\n0.154262066 -0.081165351 0.984690607 247.419494629 -0.048404302 0.994802535 0.089581899 -12.648220062 -0.986843646 -0.061482351 0.149531543 467.929321289\n0.182562351 -0.077768467 0.980113924 248.441833496 -0.050389852 0.994816720 0.088321030 -12.572242737 -0.981902242 -0.065511890 0.177697361 468.138824463\n0.211359262 -0.073882252 0.974612057 249.495315552 -0.052117810 0.994868517 0.086720362 -12.490676880 -0.976017892 -0.069123797 0.206424117 468.362884521\n0.239064813 -0.070836246 0.968416333 250.524078369 -0.054276139 0.994801342 0.086164907 -12.417352676 -0.969485462 -0.073160894 0.233977258 468.628692627\n0.267194152 -0.067406662 0.961282313 251.581344604 -0.055538099 0.994815230 0.085195191 -12.339462280 -0.962040961 -0.076151446 0.262065172 468.919433594\n0.295255125 -0.067897163 0.953002870 252.627426147 -0.055321168 0.994583189 0.087998942 -12.257850647 -0.953815520 -0.078703374 0.289899647 469.238586426\n0.322098255 -0.068930723 0.944193423 253.665725708 -0.054751031 0.994320154 0.091267750 -12.176443100 -0.945121706 -0.081092745 0.316494763 469.599548340\n0.348767519 -0.069688268 0.934614837 254.698944092 -0.052444935 0.994217873 0.093703233 -12.087852478 -0.935740829 -0.081696466 0.343096137 469.992889404\n0.376471758 -0.065099224 0.924138069 255.703613281 -0.053646520 0.994322300 0.091897540 -12.022703171 -0.924873531 -0.084173620 0.370841920 470.406890869\n0.402226627 -0.062601894 0.913397372 256.715698242 -0.048898481 0.994766653 0.089711837 -11.934419632 -0.914233387 -0.080748238 0.397060513 470.846008301\n0.427379787 -0.060745236 0.902029216 257.718322754 -0.049184274 0.994700313 0.090289406 -11.858997345 -0.902733386 -0.082953520 0.422127068 471.318084717\n0.450600088 -0.061132465 0.890630424 258.716827393 -0.050887745 0.994271517 0.093992196 -11.764631271 -0.891274452 -0.087675057 0.444907963 471.836456299\n0.473327935 -0.064261831 0.878539205 259.725799561 -0.049614016 0.993807495 0.099423684 -11.676216125 -0.879488051 -0.090647869 0.467208564 472.369323730\n0.494657576 -0.067283146 0.866479635 260.690795898 -0.046948243 0.993474245 0.103946336 -11.580427170 -0.867819011 -0.092097543 0.488270700 472.934814453\n0.515908718 -0.067916617 0.853947103 261.661743164 -0.045208231 0.993304551 0.106312461 -11.483181000 -0.855449915 -0.093452968 0.509384036 473.521942139\n0.536767840 -0.066442318 0.841109753 262.665344238 -0.045726884 0.993138552 0.107632972 -11.384611130 -0.842489958 -0.096235253 0.530046642 474.142272949\n0.555610180 -0.066330276 0.828792930 263.616424561 -0.043254796 0.993156910 0.108482085 -11.282049179 -0.830317080 -0.096123017 0.548938990 474.773956299\n0.571972966 -0.064226992 0.817754149 264.541839600 -0.044206027 0.993067563 0.108915865 -11.172803879 -0.819080472 -0.098446593 0.565168619 475.443481445\n0.587092400 -0.060531944 0.807253659 265.490417480 -0.048689596 0.992754638 0.109852292 -11.073091507 -0.808054388 -0.103798300 0.579891443 476.129425049\n0.600528359 -0.058268625 0.797477603 266.410125732 -0.049836677 0.992674768 0.110059693 -10.963676453 -0.798048913 -0.105837598 0.593225420 476.824829102\n0.612571478 -0.054857954 0.788509309 267.325347900 -0.053214826 0.992462873 0.110388517 -10.854604721 -0.788621902 -0.109581240 0.605035186 477.542816162\n0.623363137 -0.053764578 0.780081928 268.246368408 -0.053699125 0.992334485 0.111304343 -10.749848366 -0.780086398 -0.111272737 0.615697622 478.267822266\n0.633573651 -0.052824412 0.771876931 269.154785156 -0.053584147 0.992274761 0.111890689 -10.642027855 -0.771824539 -0.112251364 0.625848651 479.007659912\n0.642307281 -0.050846715 0.764758825 270.048889160 -0.052614834 0.992518008 0.110180072 -10.529318810 -0.764639258 -0.111007117 0.634826243 479.767578125\n0.651463389 -0.047875311 0.757168055 270.943695068 -0.051929031 0.992852628 0.107456982 -10.424249649 -0.756900847 -0.109323293 0.644320965 480.538085938\n0.659553766 -0.045712572 0.750266075 271.824432373 -0.050667252 0.993174970 0.105053894 -10.325469017 -0.749947786 -0.107302621 0.652736187 481.308288574\n0.665414214 -0.046072010 0.745051146 272.720520020 -0.049266513 0.993206859 0.105417833 -10.220631599 -0.744846761 -0.106852598 0.658624172 482.111694336\n0.669735432 -0.047249902 0.741095126 273.592498779 -0.048325378 0.993085206 0.106988162 -10.121961594 -0.741025746 -0.107467465 0.662820935 482.898254395\n0.672940850 -0.046182334 0.738253236 274.466857910 -0.050530374 0.992847502 0.108168811 -10.017352104 -0.737968385 -0.110095419 0.665794015 483.713012695\n0.675923109 -0.048091650 0.735401332 275.346496582 -0.048683777 0.992775202 0.109668948 -9.906716347 -0.735362351 -0.109929889 0.668698430 484.495697021\n0.678125381 -0.048240766 0.733361304 276.200714111 -0.049190521 0.992626786 0.110780902 -9.805152893 -0.733298182 -0.111197770 0.670752466 485.293365479\n0.680126190 -0.048952706 0.731458843 277.059051514 -0.048391283 0.992594004 0.111424379 -9.698259354 -0.731496155 -0.111178875 0.672720313 486.085327148\n0.682409406 -0.048434757 0.729363799 277.912200928 -0.049326241 0.992476642 0.112058029 -9.594675064 -0.729304075 -0.112446226 0.674886346 486.887207031\n0.684057355 -0.045667581 0.727997243 278.751098633 -0.050368741 0.992698669 0.109601051 -9.487753868 -0.727687061 -0.111641712 0.676762640 487.680297852\n0.685379863 -0.045878179 0.726739049 279.614410400 -0.047103338 0.993129909 0.107117787 -9.376138687 -0.726660669 -0.107648216 0.678510308 488.488677979\n0.686413288 -0.045205105 0.725805283 280.463073730 -0.045190666 0.993485510 0.104614966 -9.272514343 -0.725806177 -0.104608729 0.679898858 489.285034180\n0.686539233 -0.046156432 0.725626290 281.300140381 -0.043534767 0.993583083 0.104390614 -9.177598000 -0.725788295 -0.103258222 0.680124342 490.075195312\n0.685890675 -0.047554564 0.726149142 282.125793457 -0.042990606 0.993471682 0.105668336 -9.083907127 -0.726433635 -0.103694521 0.679368615 490.849182129\n0.683928967 -0.047646519 0.727991045 282.956970215 -0.044824604 0.993235350 0.107118152 -8.985789299 -0.728170216 -0.105893120 0.677166700 491.641876221\n0.680852890 -0.048496906 0.730812848 283.781463623 -0.046132911 0.992984533 0.108873852 -8.892491341 -0.730965912 -0.107841596 0.673839092 492.404174805\n0.676647902 -0.048606068 0.734700739 284.582641602 -0.048750013 0.992671907 0.110570841 -8.799852371 -0.734691203 -0.110634193 0.669319749 493.147399902\n0.671684027 -0.048871059 0.739224076 285.395507812 -0.049990211 0.992557645 0.111042075 -8.703738213 -0.739149213 -0.111539155 0.664242029 493.878570557\n0.666156411 -0.047078371 0.744324744 286.212432861 -0.052040957 0.992639005 0.109359860 -8.605752945 -0.743994236 -0.111586139 0.658802807 494.607330322\n0.658540726 -0.044160243 0.751248300 286.990264893 -0.054316122 0.992883921 0.105977453 -8.522463799 -0.750582337 -0.110595360 0.651455939 495.315185547\n0.649860263 -0.041985676 0.758893132 287.780029297 -0.056708857 0.993011534 0.103499539 -8.433794022 -0.757935166 -0.110296205 0.642937839 495.993103027\n0.640283585 -0.043145090 0.766925991 288.577392578 -0.054281473 0.993383884 0.101202957 -8.357136726 -0.766218305 -0.106428459 0.633705378 496.646026611\n0.629748464 -0.043235619 0.775595009 289.358398438 -0.053316582 0.993689477 0.098683998 -8.283715248 -0.774967253 -0.103498168 0.623469234 497.280975342\n0.618876100 -0.044114128 0.784248888 290.136383057 -0.050398424 0.994134367 0.095691256 -8.209237099 -0.783870161 -0.098745942 0.613022745 497.886871338\n0.607472420 -0.044313617 0.793103755 290.905487061 -0.049837649 0.994349420 0.093730748 -8.138889313 -0.792775810 -0.096465267 0.601831317 498.465270996\n0.595245659 -0.046980061 0.802169204 291.671936035 -0.045440570 0.994723856 0.091976210 -8.075690269 -0.802257895 -0.091199473 0.589970231 499.033813477\n0.582974076 -0.046526458 0.811157525 292.428771973 -0.041317035 0.995369732 0.086786836 -8.022179604 -0.811439574 -0.084109098 0.578352451 499.562255859\n0.569607377 -0.044172555 0.820729136 293.184051514 -0.035332561 0.996315718 0.078144550 -7.968777657 -0.821157217 -0.073510177 0.565948009 500.069885254\n0.556225538 -0.034160417 0.830329001 293.915496826 -0.034222070 0.997365713 0.063957326 -7.920432091 -0.830326438 -0.063990280 0.553591251 500.556121826\n0.541402221 -0.022451105 0.840463936 294.630737305 -0.038701911 0.997918248 0.051587787 -7.885765076 -0.839872539 -0.060457304 0.539406300 501.015350342\n0.524583220 -0.014391817 0.851237535 295.357604980 -0.040864628 0.998278975 0.042061053 -7.854825974 -0.850377917 -0.056850027 0.523092270 501.465087891\n0.505652070 -0.012567536 0.862645984 296.074218750 -0.040896982 0.998420656 0.038517922 -7.828990936 -0.861767650 -0.054756284 0.504339457 501.887237549\n0.483274221 -0.011784641 0.875389755 296.779205322 -0.046569247 0.998147726 0.039146598 -7.813120365 -0.874229610 -0.059684779 0.481830239 502.294433594\n0.458586097 -0.014495588 0.888531804 297.499359131 -0.047350220 0.998048007 0.040720493 -7.801164150 -0.887387633 -0.060746025 0.457004607 502.667816162\n0.432079732 -0.018621424 0.901643097 298.201110840 -0.047160737 0.997952282 0.043210540 -7.785946846 -0.900601447 -0.061192553 0.430316746 502.997863770\n0.402238846 -0.023789426 0.915225685 298.921966553 -0.043939505 0.998008788 0.045252483 -7.776029587 -0.914479792 -0.058416869 0.400392592 503.286132812\n0.367191911 -0.024373146 0.929825902 299.631042480 -0.039782878 0.998330355 0.041879248 -7.760291100 -0.929294109 -0.052368872 0.365609169 503.549682617\n0.329306006 -0.020098483 0.944009304 300.351989746 -0.035241820 0.998815179 0.033559002 -7.749221802 -0.943565369 -0.044319786 0.328207552 503.801116943\n0.290731847 -0.013651276 0.956707180 301.077972412 -0.030203966 0.999268949 0.023437215 -7.742670536 -0.956327736 -0.035710298 0.290107012 503.998657227\n0.251244485 -0.005514649 0.967907906 301.820343018 -0.029741867 0.999467611 0.013414698 -7.732061863 -0.967466593 -0.032157756 0.250946701 504.173706055\n0.209679425 -0.001397338 0.977769315 302.539581299 -0.029672457 0.999529302 0.007791602 -7.749745369 -0.977319956 -0.030646553 0.209539294 504.332580566\n0.168630779 -0.001499137 0.985678196 303.289459229 -0.026804458 0.999622047 0.006106080 -7.744788170 -0.985314846 -0.027450241 0.168526888 504.445922852\n0.128679395 -0.005412260 0.991671562 304.048217773 -0.025287323 0.999642015 0.008737049 -7.744894981 -0.991363883 -0.026200995 0.128496468 504.518920898\n0.086012185 -0.012864778 0.996211052 304.802185059 -0.026874090 0.999522805 0.015227837 -7.768041611 -0.995931625 -0.028082045 0.085625410 504.589813232\n0.042649031 -0.016623430 0.998951912 305.560028076 -0.027210515 0.999471366 0.017793799 -7.770262718 -0.998719633 -0.027940884 0.042174160 504.607604980\n-0.001839757 -0.017765312 0.999840677 306.323181152 -0.020277293 0.999637246 0.017724391 -7.769813538 -0.999792874 -0.020241451 -0.002199411 504.588348389\n-0.044801831 -0.017936006 0.998834908 307.059631348 -0.018319480 0.999685466 0.017129576 -7.776805878 -0.998827934 -0.017530700 -0.045116305 504.532897949\n-0.087731600 -0.015514011 0.996023476 307.794952393 -0.019441582 0.999714911 0.013859062 -7.779833794 -0.995954514 -0.018148392 -0.088008285 504.447387695\n-0.127685666 -0.011448720 0.991748631 308.530303955 -0.015200132 0.999838531 0.009585123 -7.781903744 -0.991698205 -0.013850828 -0.127839088 504.335113525\n-0.163463354 -0.007173136 0.986523330 309.248504639 -0.006792974 0.999958038 0.006145250 -7.786585808 -0.986526072 -0.005696903 -0.163505316 504.188476562\n-0.195346236 -0.004955278 0.980721772 309.981445312 -0.003391325 0.999984682 0.004377102 -7.789495468 -0.980728447 -0.002470895 -0.195360065 504.019409180\n-0.223841310 -0.005896132 0.974607825 310.689758301 -0.003221655 0.999980688 0.005309704 -7.796554565 -0.974620342 -0.001951319 -0.223855972 503.837127686\n-0.248734593 -0.008658825 0.968533158 311.425048828 -0.002628223 0.999962389 0.008264840 -7.802780628 -0.968568325 -0.000489771 -0.248747945 503.643188477\n-0.270964146 -0.008534377 0.962551713 312.162170410 -0.001490401 0.999963224 0.008446527 -7.805493355 -0.962588370 0.000854116 -0.270966887 503.458190918\n-0.288521647 -0.007725759 0.957442343 312.876861572 0.002223207 0.999959350 0.008738792 -7.813480377 -0.957470953 0.004649922 -0.288492680 503.221923828\n-0.305950403 -0.008033371 0.952013791 313.591491699 0.002565472 0.999953806 0.009262374 -7.820879459 -0.952044249 0.005276189 -0.305915713 502.993896484\n-0.323158503 -0.007417205 0.946315944 314.287902832 0.005665196 0.999936223 0.009772094 -7.823512077 -0.946328044 0.008518998 -0.323095918 502.737426758\n-0.339581370 -0.007881632 0.940543830 314.996551514 0.006811053 0.999918044 0.010838296 -7.821892738 -0.940552175 0.010086576 -0.339499831 502.464904785\n-0.356271386 -0.006984897 0.934356749 315.699401855 0.010609528 0.999877334 0.011520130 -7.830742836 -0.934322596 0.014017371 -0.356153488 502.174987793\n-0.375349045 -0.006311378 0.926862240 316.410766602 0.011346541 0.999870598 0.011403501 -7.828641415 -0.926814258 0.014796970 -0.375228882 501.892395020\n-0.397196174 -0.007519330 0.917703032 317.107147217 0.008514283 0.999893188 0.011877881 -7.830145359 -0.917694330 0.012531431 -0.397089720 501.596069336\n-0.420749068 -0.007443752 0.907146633 317.798828125 0.007313376 0.999906003 0.011596967 -7.836466789 -0.907147646 0.011513716 -0.420655131 501.270324707\n-0.444891691 -0.006236056 0.895562828 318.485046387 0.006592926 0.999925852 0.010237954 -7.839625835 -0.895560265 0.010459158 -0.444817543 500.915313721\n-0.472477078 -0.002808164 0.881338418 319.143432617 0.007667807 0.999943972 0.007296709 -7.852328300 -0.881309569 0.010205462 -0.472429156 500.561126709\n-0.501940370 -0.001698447 0.864900708 319.793945312 0.006444892 0.999962986 0.005703933 -7.846982002 -0.864878356 0.008437225 -0.501910806 500.172729492\n-0.532155752 -0.002249354 0.846643567 320.394104004 0.006410233 0.999957085 0.006685812 -7.847955704 -0.846622288 0.008985075 -0.532118559 499.764862061\n-0.566126823 -0.004925857 0.824303687 321.028320312 0.008420233 0.999895394 0.011758120 -7.865446091 -0.824275374 0.013597413 -0.566026092 499.330963135\n-0.599326611 -0.002602019 0.800500631 321.627014160 0.013365082 0.999822795 0.013256213 -7.865120888 -0.800393283 0.018643552 -0.599185705 498.858947754\n-0.631440878 0.000440377 0.775423884 322.196777344 0.016814923 0.999772489 0.013124890 -7.868622780 -0.775241673 0.021326287 -0.631304622 498.361968994\n-0.664574385 0.000779640 0.747221708 322.786560059 0.016117396 0.999781787 0.013291553 -7.881798744 -0.747048259 0.020876493 -0.664441943 497.850524902\n-0.695357203 0.002870502 0.718658864 323.317443848 0.017438963 0.999764979 0.012880211 -7.880345821 -0.718452990 0.021489007 -0.695243835 497.309234619\n-0.725329757 0.004803105 0.688385069 323.820251465 0.020273872 0.999690950 0.014386744 -7.889313698 -0.688103199 0.024391361 -0.725202918 496.764709473\n-0.754044533 0.005506814 0.656800389 324.292053223 0.021849617 0.999621749 0.016703481 -7.895370007 -0.656459928 0.026946003 -0.753879666 496.205139160\n-0.780908227 0.007883860 0.624596417 324.722961426 0.025281483 0.999499917 0.018992418 -7.890332222 -0.624134362 0.030622052 -0.780717134 495.620391846\n-0.805694222 0.009394187 0.592257559 325.144897461 0.027130950 0.999410093 0.021056039 -7.900811195 -0.591710389 0.033033233 -0.805473804 495.036254883\n-0.827258706 0.012010328 0.561692953 325.523437500 0.028780248 0.999364734 0.021018619 -7.897225380 -0.561083734 0.033553496 -0.827078819 494.432495117\n-0.846829176 0.015433470 0.531641066 325.900329590 0.030268369 0.999357343 0.019202027 -7.898893356 -0.531003058 0.032352746 -0.846752048 493.828063965\n-0.863615274 0.020138949 0.503749132 326.240295410 0.032990083 0.999317706 0.016606538 -7.895105362 -0.503071010 0.030960387 -0.863690376 493.215332031\n-0.878275394 0.024792230 0.477512032 326.565124512 0.036002569 0.999248862 0.014337991 -7.894028664 -0.476797879 0.029784365 -0.878508210 492.584014893\n-0.891535163 0.027536808 0.452114046 326.869750977 0.038076848 0.999173522 0.014228255 -7.890216827 -0.451348603 0.029900063 -0.891846895 491.942321777\n-0.904261947 0.027316537 0.426103503 327.161437988 0.038001399 0.999139905 0.016592626 -7.898765564 -0.425283790 0.031196609 -0.904522181 491.300384521\n-0.916012764 0.029444505 0.400067091 327.428588867 0.040201511 0.999019921 0.018520519 -7.895238876 -0.399129689 0.033048332 -0.916298747 490.642120361\n-0.926978230 0.032224316 0.373729110 327.691101074 0.043209810 0.998844206 0.021051267 -7.893825531 -0.372618794 0.035662822 -0.927299261 489.966552734\n-0.937398195 0.033335947 0.346660197 327.913024902 0.044063725 0.998761415 0.023107933 -7.883050919 -0.345460504 0.036936473 -0.937705994 489.304199219\n-0.947482705 0.036202006 0.317751825 328.131896973 0.046815574 0.998569608 0.025827440 -7.869468689 -0.316362321 0.039346781 -0.947822332 488.617370605\n-0.956652164 0.037544440 0.288802803 328.314147949 0.047198813 0.998533010 0.026535347 -7.868621826 -0.287382871 0.039016247 -0.957020760 487.928344727\n-0.965482473 0.040653072 0.257275552 328.501098633 0.048592187 0.998516381 0.024573462 -7.877866745 -0.255894870 0.036226831 -0.966025472 487.238433838\n-0.973479390 0.042598464 0.224774927 328.646728516 0.048715599 0.998576164 0.021736443 -7.869016647 -0.223528937 0.032110017 -0.974168420 486.536010742\n-0.980312347 0.045613438 0.192112938 328.764587402 0.050868116 0.998451769 0.022506673 -7.860124588 -0.190788895 0.031835988 -0.981114864 485.836120605\n-0.986134410 0.047924664 0.158877701 328.879119873 0.052931618 0.998221278 0.027431607 -7.846597672 -0.157280460 0.035460904 -0.986917019 485.113677979\n-0.990795016 0.050038166 0.125785097 328.946228027 0.054827541 0.997885585 0.034904592 -7.839483261 -0.123772569 0.041479774 -0.991443515 484.394165039\n-0.994574547 0.047569845 0.092513725 328.991180420 0.051227968 0.997979820 0.037575856 -7.829227448 -0.090539359 0.042111278 -0.995002270 483.671997070\n-0.997108340 0.049489632 0.057671204 329.044250488 0.051705651 0.997954786 0.037587427 -7.815835953 -0.055693064 0.040460661 -0.997627974 482.942932129\n-0.998488665 0.049242765 0.024418794 329.044647217 0.050097615 0.998105109 0.035727628 -7.798416138 -0.022613194 0.036896944 -0.999063492 482.216033936\n-0.998671293 0.050787367 -0.008745419 329.021148682 0.050450809 0.998107493 0.035159104 -7.783365250 0.010514506 0.034671172 -0.999343514 481.476348877\n-0.997771621 0.052546859 -0.041116670 328.990081787 0.051090389 0.998055518 0.035706706 -7.764095306 0.042912994 0.033526473 -0.998516083 480.722290039\n-0.995997787 0.054776199 -0.070624530 328.914367676 0.052351743 0.997989118 0.035735838 -7.745887756 0.072439991 0.031895503 -0.996862531 479.970825195\n-0.993372321 0.057797767 -0.099352464 328.827636719 0.054507814 0.997881472 0.035517637 -7.726408005 0.101194821 0.029866751 -0.994418263 479.207580566\n-0.990278244 0.058931153 -0.126000792 328.723266602 0.054855067 0.997860134 0.035581287 -7.710653305 0.127828017 0.028323593 -0.991391897 478.431640625\n-0.986929178 0.061216872 -0.149076983 328.588745117 0.056558248 0.997775257 0.035295255 -7.691759109 0.150905982 0.026402375 -0.988195777 477.660278320\n-0.983604074 0.061492678 -0.169533625 328.446166992 0.056372780 0.997801244 0.034854282 -7.677597046 0.171304137 0.024725733 -0.984907866 476.870971680\n-0.980448723 0.059899718 -0.187437385 328.289184570 0.054720752 0.997966468 0.032688409 -7.661836624 0.189014256 0.021792589 -0.981732726 476.084533691\n-0.977095366 0.058931716 -0.204479322 328.132507324 0.053786874 0.998082459 0.030632969 -7.645677567 0.205892473 0.018933028 -0.978391528 475.266662598\n-0.974003196 0.058861133 -0.218754396 327.941680908 0.053391900 0.998097420 0.030834913 -7.627117157 0.220153183 0.018353585 -0.975292802 474.471374512\n-0.970899582 0.056298897 -0.232775882 327.750946045 0.050266087 0.998230338 0.031772822 -7.613103867 0.234152719 0.019147484 -0.972011447 473.656982422\n-0.967779040 0.055138912 -0.245690331 327.546020508 0.048462424 0.998274982 0.033142891 -7.597593307 0.247093961 0.020168245 -0.968781829 472.828979492\n-0.965064406 0.055770848 -0.256008297 327.326995850 0.048389096 0.998213470 0.035048153 -7.580924988 0.257505596 0.021435717 -0.966038942 471.997070312\n-0.962961912 0.058260269 -0.263268948 327.096160889 0.050360858 0.998058021 0.036660440 -7.559181213 0.264893502 0.022044152 -0.964025855 471.173889160\n-0.961514592 0.060779687 -0.267947048 326.863220215 0.052720916 0.997917056 0.037175868 -7.542816162 0.269648463 0.021618724 -0.962716103 470.345214844\n-0.960628629 0.060938105 -0.271070719 326.632232666 0.053443722 0.997959018 0.034950908 -7.528995514 0.272647321 0.019087812 -0.961924791 469.506530762\n-0.960077524 0.060135525 -0.273193747 326.384033203 0.053640198 0.998073101 0.031189950 -7.512993813 0.274542958 0.015290604 -0.961453199 468.664245605\n-0.959410787 0.061271571 -0.275276482 326.131988525 0.055499479 0.998045683 0.028716734 -7.485811234 0.276498020 0.012273439 -0.960936308 467.772094727\n-0.958837986 0.063958973 -0.276657104 325.874786377 0.057563018 0.997854650 0.031187180 -7.468092918 0.278058261 0.013978233 -0.960462570 466.904052734\n-0.958299637 0.065439545 -0.278172165 325.625061035 0.057991378 0.997705877 0.034929108 -7.449859619 0.279819757 0.017340960 -0.959896088 466.020629883\n-0.957891941 0.066952780 -0.279214591 325.366821289 0.058810994 0.997566581 0.037445381 -7.435806274 0.281042218 0.019447736 -0.959498525 465.139099121\n-0.957433820 0.067065045 -0.280753553 325.102661133 0.058948189 0.997565210 0.037266698 -7.408447266 0.282569259 0.019130487 -0.959056020 464.229858398\n-0.956781507 0.068086229 -0.282726020 324.840087891 0.060365919 0.997529089 0.035939462 -7.386161804 0.284474432 0.017319186 -0.958527446 463.332214355\n-0.956530571 0.066348352 -0.283984512 324.567047119 0.058749340 0.997651875 0.035202682 -7.367614746 0.285653323 0.016988536 -0.958182454 462.425048828\n-0.956189871 0.065019473 -0.285436213 324.288574219 0.057682972 0.997754276 0.034044731 -7.348810196 0.287008792 0.016088411 -0.957792997 461.505371094\n-0.955530643 0.065272078 -0.287577271 324.026306152 0.058097973 0.997751355 0.033420246 -7.321775436 0.289112002 0.015226415 -0.957174182 460.573120117\n-0.954984307 0.066512056 -0.289104044 323.745086670 0.059062440 0.997660518 0.034426186 -7.303203583 0.290717453 0.015801277 -0.956678391 459.641601562\n-0.954476595 0.065881282 -0.290920109 323.465423584 0.058170550 0.997689962 0.035084125 -7.281652451 0.292559475 0.016563985 -0.956104040 458.700439453\n-0.953826427 0.068236656 -0.292504698 323.168060303 0.060730375 0.997551620 0.034677587 -7.273275375 0.294154823 0.015312478 -0.955635190 457.736877441\n-0.953283310 0.069197513 -0.294045895 322.873229980 0.061572406 0.997484446 0.035122111 -7.253404617 0.295736581 0.015376205 -0.955145955 456.782958984\n-0.952777505 0.069618471 -0.295581579 322.576782227 0.061683487 0.997442782 0.036097664 -7.231697083 0.297338784 0.016160537 -0.954635382 455.828002930\n-0.952264786 0.069760136 -0.297196060 322.283294678 0.061699905 0.997429788 0.036427788 -7.218048096 0.298973411 0.016351929 -0.954121470 454.854797363\n-0.951967120 0.068592563 -0.298418790 321.977203369 0.060247809 0.997494340 0.037084680 -7.197113037 0.300214797 0.017324314 -0.953714371 453.886779785\n-0.951339126 0.068520181 -0.300431579 321.690734863 0.059738223 0.997477829 0.038331732 -7.180496216 0.302300334 0.018519223 -0.953032970 452.935119629\n-0.950896740 0.066676192 -0.302241385 321.388885498 0.057012711 0.997543812 0.040693380 -7.160566330 0.304212302 0.021463599 -0.952362537 451.945129395\n-0.950416446 0.065958701 -0.303905338 321.078765869 0.057099655 0.997646689 0.037956037 -7.141307831 0.305693716 0.018721145 -0.951946020 450.976928711\n-0.949887276 0.066186227 -0.305506080 320.767822266 0.057530157 0.997648180 0.037260849 -7.118160248 0.307253718 0.017817790 -0.951461077 450.007690430\n-0.949540019 0.066138357 -0.306593359 320.453338623 0.057469822 0.997652948 0.037225969 -7.096313477 0.308335841 0.017727682 -0.951112390 449.011657715\n-0.949368954 0.068417259 -0.306623042 320.136810303 0.058601879 0.997434378 0.041115385 -7.077182770 0.308649391 0.021064980 -0.950942516 448.037597656\n-0.949602604 0.068222895 -0.305942357 319.824310303 0.058667149 0.997462511 0.040332150 -7.059530258 0.307917625 0.020350747 -0.951195478 447.059753418\n-0.950341940 0.067265540 -0.303851038 319.512603760 0.057803947 0.997524798 0.040037788 -7.037416458 0.305792123 0.020485803 -0.951877832 446.060791016\n-0.951506853 0.063264631 -0.301052332 319.209503174 0.054471020 0.997810066 0.037523523 -7.016757965 0.302766949 0.019305259 -0.952869177 445.082885742\n-0.952757239 0.058781903 -0.297990263 318.917144775 0.050215323 0.998077452 0.036329634 -6.998661041 0.299552888 0.019649649 -0.953877330 444.100341797\n-0.953951597 0.058274720 -0.294246018 318.610656738 0.050687689 0.998157501 0.033352204 -6.981458664 0.295647472 0.016901731 -0.955147743 443.091247559\n-0.955718756 0.053512737 -0.289376259 318.320281982 0.046721637 0.998447359 0.030330472 -6.964608192 0.290550053 0.015467260 -0.956735134 442.104187012\n-0.957545877 0.049458690 -0.284007043 318.036773682 0.043934435 0.998701394 0.025792429 -6.958806038 0.284913898 0.012219744 -0.958475351 441.125915527\n-0.959266543 0.045636795 -0.278792471 317.758605957 0.041244552 0.998915493 0.021603139 -6.948875427 0.279476017 0.009224497 -0.960108519 440.129699707\n-0.961288810 0.040445372 -0.272559047 317.492492676 0.036131956 0.999129951 0.020828309 -6.945779800 0.273164302 0.010173924 -0.961913824 439.141723633\n-0.963442922 0.034539595 -0.265678853 317.235229492 0.029878182 0.999320805 0.021568228 -6.944824696 0.266243368 0.012841750 -0.963820577 438.151550293\n-0.965806723 0.032674782 -0.257196218 316.968811035 0.027653201 0.999350190 0.023118168 -6.934262276 0.257784456 0.015215382 -0.966082692 437.138793945\n-0.968457103 0.031177251 -0.247222558 316.729400635 0.025527945 0.999335289 0.026024368 -6.927898407 0.247869611 0.018892396 -0.968609214 436.146362305\n-0.971573949 0.033148423 -0.234403893 316.496124268 0.026919363 0.999195576 0.029724782 -6.919702530 0.235200658 0.022569822 -0.971684813 435.157775879\n-0.974992990 0.034814816 -0.219491467 316.256591797 0.028956240 0.999134779 0.029853370 -6.896851540 0.220340908 0.022751179 -0.975157499 434.119750977\n-0.978339672 0.034981634 -0.204029366 316.048736572 0.029786061 0.999150455 0.028481357 -6.885790825 0.204852358 0.021787208 -0.978550553 433.118774414\n-0.981332660 0.033701856 -0.189343378 315.851013184 0.029698489 0.999272108 0.023941875 -6.882431030 0.190012440 0.017871726 -0.981619239 432.101257324\n-0.984079123 0.030823175 -0.175038859 315.690979004 0.027626112 0.999404550 0.020672813 -6.878243446 0.175571829 0.015508037 -0.984344602 431.112182617\n-0.986460447 0.028847862 -0.161443576 315.529907227 0.026229560 0.999487936 0.018326359 -6.872881889 0.161889583 0.013843630 -0.986711979 430.099182129\n-0.988522172 0.028847545 -0.148297906 315.387023926 0.026252087 0.999466538 0.019429749 -6.866705894 0.148779288 0.015313604 -0.988752127 429.089843750\n-0.990378857 0.030392915 -0.135003552 315.263549805 0.027708773 0.999380112 0.021717142 -6.869619370 0.135579914 0.017767414 -0.990607023 428.085205078\n-0.992161155 0.030710906 -0.121133700 315.156860352 0.028192248 0.999350369 0.022452079 -6.860580444 0.121744528 0.018861044 -0.992382407 427.091827393\n-0.993723989 0.031641565 -0.107293017 315.053100586 0.029441796 0.999323785 0.022025241 -6.865396500 0.107917383 0.018728105 -0.993983626 426.081726074\n-0.995248199 0.028178083 -0.093205787 314.960113525 0.026165465 0.999398828 0.022745514 -6.856325150 0.093790680 0.020198656 -0.995387077 425.071960449\n-0.996451855 0.024362769 -0.080563493 314.899383545 0.022404280 0.999433219 0.025125256 -6.853889465 0.081129953 0.023231136 -0.996432900 424.057464600\n-0.997398496 0.021069903 -0.068937995 314.861206055 0.019207165 0.999435246 0.027572749 -6.851663589 0.069480017 0.026176913 -0.997239947 423.044799805\n-0.998207092 0.021570709 -0.055836324 314.794586182 0.019991446 0.999388456 0.028689517 -6.852396011 0.056421027 0.027521824 -0.998027802 422.046691895\n-0.998868227 0.019326873 -0.043459713 314.767852783 0.018090706 0.999425530 0.028659623 -6.843128204 0.043988645 0.027840968 -0.998643994 421.035644531\n-0.999362707 0.018515393 -0.030524636 314.742950439 0.017674729 0.999463201 0.027584022 -6.836012840 0.031018980 0.027026923 -0.999153495 420.025268555\n-0.999669909 0.018474163 -0.017849354 314.730957031 0.017955540 0.999424160 0.028791554 -6.823488235 0.018370977 0.028461557 -0.999426007 419.007781982\n-0.999814391 0.018750681 -0.004453999 314.723205566 0.018604966 0.999353349 0.030768888 -6.812308311 0.005028056 0.030680308 -0.999516726 417.996520996\n-0.999835491 0.016252086 0.008051873 314.738708496 0.016514122 0.999298155 0.033622783 -6.797717094 -0.007499782 0.033750225 -0.999402165 416.974273682\n-0.999668241 0.016379641 0.019880120 314.777893066 0.017059570 0.999258101 0.034527909 -6.791649818 -0.019299816 0.034855600 -0.999206066 415.937713623\n-0.999287605 0.018721325 0.032775778 314.801086426 0.019856824 0.999201596 0.034668755 -6.776725769 -0.032100562 0.035294872 -0.998861551 414.930053711\n-0.998822570 0.019514414 0.044416774 314.853149414 0.020941371 0.999271929 0.031891290 -6.765427589 -0.043762095 0.032783885 -0.998504043 413.911956787\n-0.998191118 0.020235850 0.056612648 314.911010742 0.021941243 0.999319017 0.029666239 -6.755215645 -0.055973776 0.030854730 -0.997955322 412.899200439\n-0.997465968 0.020244153 0.068205461 314.995697021 0.022182235 0.999367952 0.027778812 -6.745851517 -0.067599989 0.029221367 -0.997284532 411.891510010\n-0.996618748 0.018869411 0.079970621 315.077026367 0.021104459 0.999407291 0.027195854 -6.732825279 -0.079410054 0.028791631 -0.996426344 410.892456055\n-0.995664954 0.018349785 0.091187499 315.170806885 0.020874128 0.999422669 0.026806753 -6.723758698 -0.090642951 0.028593995 -0.995473146 409.874206543\n-0.994754076 0.017354537 0.100812465 315.282928467 0.019946180 0.999494493 0.024756674 -6.717737198 -0.100331865 0.026637625 -0.994597435 408.869018555\n-0.993760586 0.016917046 0.110243596 315.401123047 0.019484941 0.999562383 0.022257287 -6.709643364 -0.109818824 0.024266504 -0.993655324 407.864868164\n-0.992695093 0.016033581 0.119580962 315.535919189 0.018685410 0.999602973 0.021087771 -6.706325531 -0.119195379 0.023168145 -0.992600560 406.849243164\n-0.991528988 0.015065968 0.129011124 315.673339844 0.017858155 0.999630094 0.020513570 -6.705435276 -0.128654331 0.022643695 -0.991431236 405.851959229\n-0.990487218 0.014681524 0.136819229 315.825042725 0.017810630 0.999606431 0.021674266 -6.708491802 -0.136447176 0.023904921 -0.990358829 404.857330322\n-0.989261031 0.013355314 0.145548731 315.973754883 0.017031625 0.999565899 0.024041476 -6.702511311 -0.145164460 0.026262226 -0.989059091 403.864013672\n-0.988050580 0.009963870 0.153810054 316.142578125 0.014194569 0.999549806 0.026432361 -6.698643208 -0.153477445 0.028299768 -0.987747192 402.867004395\n-0.986790657 0.009719519 0.161709234 316.319244385 0.014047490 0.999572456 0.025642119 -6.690165520 -0.161390871 0.027575012 -0.986505270 401.862548828\n-0.985360980 0.009183679 0.170234233 316.490570068 0.013653604 0.999591589 0.025105404 -6.683841705 -0.169934139 0.027062191 -0.985083938 400.876159668\n-0.984055161 0.007427379 0.177709624 316.676574707 0.012148951 0.999601126 0.025495635 -6.676683903 -0.177449375 0.027248090 -0.983752847 399.893096924\n-0.982753277 0.005686077 0.184834793 316.871093750 0.010779642 0.999588966 0.026564199 -6.673768997 -0.184607774 0.028098505 -0.982410669 398.917938232\n-0.981343627 0.004488172 0.192209184 317.068664551 0.009982739 0.999568462 0.027627517 -6.664228916 -0.192002237 0.029030863 -0.980965018 397.937744141\n-0.980008245 0.003330459 0.198929608 317.270324707 0.009374633 0.999522328 0.029449357 -6.661922932 -0.198736489 0.030725500 -0.979571342 396.973663330\n-0.978691816 0.001953136 0.205326393 317.487762451 0.008701532 0.999450982 0.031968873 -6.652041912 -0.205151215 0.033074323 -0.978171468 396.022521973\n-0.977186799 0.001008711 0.212379977 317.699615479 0.007993079 0.999454916 0.032030180 -6.638937473 -0.212231904 0.032997034 -0.976662278 395.064849854\n-0.975611567 0.000753174 0.219502896 317.911315918 0.007714282 0.999494016 0.030857677 -6.630987644 -0.219368592 0.031798415 -0.975123763 394.126373291\n-0.974179149 0.000987878 0.225775093 318.149627686 0.007250092 0.999611616 0.026909053 -6.613525391 -0.225660816 0.027851123 -0.973807931 393.180816650\n-0.972481966 0.000515906 0.232978135 318.376708984 0.006198271 0.999700904 0.023658678 -6.608024597 -0.232896239 0.024451695 -0.972194314 392.260681152\n-0.970926046 0.000888590 0.239379510 318.612396240 0.006174189 0.999753416 0.021331433 -6.605936050 -0.239301533 0.022189211 -0.970692039 391.340087891\n-0.969146609 0.002434252 0.246472642 318.842712402 0.007369678 0.999790370 0.019103771 -6.607940674 -0.246374473 0.020330781 -0.968961358 390.441955566\n-0.967228174 0.002956566 0.253891677 319.077972412 0.007509544 0.999827862 0.016965441 -6.607492924 -0.253797829 0.018316064 -0.967083931 389.560058594\n-0.965331197 0.006152415 0.260955930 319.325897217 0.009977275 0.999861300 0.013334868 -6.618171692 -0.260837674 0.015476190 -0.965258718 388.709838867\n-0.963179350 0.006763313 0.268775791 319.564422607 0.009102703 0.999930739 0.007458590 -6.624529362 -0.268706739 0.009630543 -0.963174224 387.879333496\n-0.961349726 0.008113789 0.275210768 319.815582275 0.007942268 0.999966979 -0.001737669 -6.647740364 -0.275215775 0.000515290 -0.961382389 387.062255859\n-0.959539294 0.009046058 0.281429768 320.051788330 0.005647522 0.999901056 -0.012884725 -6.668010712 -0.281518459 -0.010774018 -0.959495425 386.281097412\n-0.957941771 0.008202122 0.286845684 320.287231445 0.002171787 0.999770045 -0.021334784 -6.693197250 -0.286954731 -0.019814512 -0.957739234 385.517395020\n-0.956669092 0.007990133 0.291067600 320.528076172 -0.000150395 0.999609709 -0.027934723 -6.725739956 -0.291177213 -0.026768062 -0.956294537 384.774261475\n-0.955530405 0.010043155 0.294721574 320.751434326 -0.000022087 0.999417424 -0.034128517 -6.760940552 -0.294892639 -0.032617345 -0.954973578 384.071228027\n-0.954706788 0.012222791 0.297297150 320.969116211 -0.000243561 0.999123514 -0.041859154 -6.808669090 -0.297548205 -0.040035624 -0.953866959 383.377441406\n-0.954331279 0.014306122 0.298407465 321.184692383 -0.000405415 0.998789847 -0.049180098 -6.846341133 -0.298749924 -0.047055088 -0.953170538 382.704498291\n-0.954300404 0.016025122 0.298419118 321.407684326 0.000394351 0.998627901 -0.052365296 -6.903139114 -0.298848808 -0.049854539 -0.952997446 382.037475586\n-0.954489470 0.018988214 0.297639489 321.614776611 0.004189148 0.998726308 -0.050280742 -6.948561668 -0.298215121 -0.046745583 -0.953353405 381.367675781\n-0.955483913 0.022701930 0.294168502 321.812866211 0.009755757 0.998921156 -0.045402449 -6.995278358 -0.294881850 -0.040511470 -0.954674482 380.700561523\n-0.957457185 0.025365012 0.287459493 322.001342773 0.013219000 0.998938978 -0.044115707 -7.041444302 -0.288273484 -0.038438961 -0.956776619 380.042175293\n-0.960473657 0.026344908 0.277121007 322.188171387 0.014083254 0.998835504 -0.046144579 -7.085129261 -0.278013974 -0.040417891 -0.959726214 379.390136719\n-0.964697599 0.027069723 0.261965126 322.381530762 0.015417615 0.998802423 -0.046433542 -7.132902145 -0.262908340 -0.040755447 -0.963959694 378.722137451\n-0.969673276 0.028612290 0.242724299 322.528564453 0.018419676 0.998854697 -0.044158954 -7.169384956 -0.243709788 -0.038348857 -0.969089746 378.065734863\n-0.975508094 0.032056600 0.217615515 322.664916992 0.024765633 0.999039471 -0.036149703 -7.205434799 -0.218565330 -0.029874938 -0.975365043 377.409057617\n-0.981563568 0.032769058 0.188305736 322.776092529 0.028068976 0.999225616 -0.027573230 -7.234959126 -0.189063475 -0.021779330 -0.981723309 376.750610352\n-0.987255216 0.034708746 0.155314952 322.858215332 0.031931132 0.999283016 -0.020343766 -7.260537624 -0.155909702 -0.015125104 -0.987655640 376.087493896\n-0.992405415 0.035004199 0.117926337 322.925567627 0.033473291 0.999327958 -0.014938200 -7.291517258 -0.118369982 -0.010877365 -0.992910147 375.439575195\n-0.996375918 0.035892054 0.077113815 322.972747803 0.035234213 0.999330282 -0.009874953 -7.306063175 -0.077416599 -0.007122122 -0.996973276 374.778106689\n-0.998668551 0.037624434 0.035294920 322.974029541 0.037518948 0.999289274 -0.003646539 -7.326235294 -0.035407033 -0.002317455 -0.999370456 374.161773682\n-0.999161482 0.040257376 -0.007515208 322.950927734 0.040244263 0.999188066 0.001887583 -7.340892315 0.007585096 0.001583555 -0.999970317 373.516296387\n-0.997770548 0.042836849 -0.051177248 322.891082764 0.042637717 0.999078214 0.004976981 -7.345301151 0.051343273 0.002783804 -0.998677254 372.876068115\n-0.994471550 0.041022763 -0.096663974 322.816650391 0.040373534 0.999147117 0.008663537 -7.358831406 0.096936934 0.004712974 -0.995279670 372.241882324\n-0.989105582 0.037672605 -0.142306149 322.722839355 0.036342751 0.999268115 0.011933571 -7.362670898 0.142651573 0.006631764 -0.989750862 371.629486084\n-0.981573224 0.039635926 -0.186931506 322.577880859 0.037203670 0.999171436 0.016503196 -7.351987362 0.187430739 0.009244554 -0.982234478 370.998687744\n-0.971990347 0.042947255 -0.231063977 322.406188965 0.038352378 0.998967707 0.024342988 -7.350806236 0.231870919 0.014799293 -0.972634077 370.362701416\n-0.960398674 0.044303875 -0.275085032 322.201751709 0.037290435 0.998833537 0.030676015 -7.357821465 0.276123226 0.019203160 -0.960930467 369.744628906\n-0.946360946 0.040750157 -0.320531726 322.004760742 0.031816769 0.998946786 0.033060990 -7.343904495 0.321541399 0.021089343 -0.946660757 369.115539551\n-0.930541396 0.038967509 -0.364108294 321.754974365 0.028186670 0.998993993 0.034878235 -7.329067230 0.365101099 0.022192635 -0.930703640 368.502258301\n-0.913223386 0.039843027 -0.405506760 321.461547852 0.028197339 0.999001503 0.034654848 -7.313115120 0.406482607 0.020213405 -0.913434982 367.905334473\n-0.894236565 0.043116603 -0.445513219 321.141479492 0.029897245 0.998880446 0.036661368 -7.301211357 0.446595162 0.019464318 -0.894524455 367.323120117\n-0.874015927 0.047081456 -0.483611047 320.806762695 0.032267421 0.998721480 0.038913544 -7.291087151 0.484824836 0.018406171 -0.874417663 366.745971680\n-0.853550553 0.051317181 -0.518476844 320.427307129 0.034829456 0.998531520 0.041492935 -7.272098541 0.519844830 0.017358044 -0.854084492 366.172363281\n-0.832854986 0.054743424 -0.550777674 320.031250000 0.037376828 0.998387933 0.042713612 -7.254776955 0.552228093 0.014987914 -0.833558440 365.613464355\n-0.812937260 0.056235656 -0.579629958 319.617065430 0.038315989 0.998334885 0.043119799 -7.234303474 0.581089675 0.012844591 -0.813738346 365.052307129\n-0.793486118 0.058710478 -0.605749965 319.179870605 0.041725487 0.998241961 0.042094391 -7.219231129 0.607156396 0.008126100 -0.794540882 364.505310059\n-0.775879741 0.060327418 -0.627989888 318.715637207 0.045237452 0.998175204 0.039998274 -7.190965652 0.629256904 0.002625186 -0.777192950 363.965667725\n-0.759645700 0.063917473 -0.647188544 318.237518311 0.050827857 0.997949600 0.038899414 -7.167913914 0.648347855 -0.003345437 -0.761336803 363.430755615\n-0.745899320 0.066144764 -0.662766635 317.729461670 0.054423999 0.997781992 0.038329106 -7.150400162 0.663831890 -0.007480763 -0.747844815 362.891357422\n-0.733634353 0.067084022 -0.676225185 317.208770752 0.055621233 0.997704268 0.038632654 -7.130882263 0.677264392 -0.009270241 -0.735681415 362.323913574\n-0.722402930 0.067932285 -0.688127577 316.671447754 0.057199437 0.997622550 0.038437285 -7.104635715 0.689102769 -0.011593307 -0.724571228 361.774993896\n-0.712034702 0.067109302 -0.698930085 316.117797852 0.056788262 0.997665107 0.037939999 -7.081961155 0.699844241 -0.012676429 -0.714183211 361.220642090\n-0.701946616 0.067698918 -0.709004998 315.548797607 0.057353701 0.997612298 0.038473699 -7.062810421 0.709916711 -0.013657576 -0.704153299 360.662658691\n-0.692311645 0.066845514 -0.718495786 314.954956055 0.057910316 0.997635305 0.037015468 -7.035808563 0.719271064 -0.015982078 -0.694545627 360.068176270\n-0.685516834 0.068179421 -0.724857509 314.349121094 0.059624828 0.997518599 0.037436910 -7.013350010 0.725611269 -0.017555872 -0.687880993 359.501251221\n-0.681611538 0.069980398 -0.728360236 313.719116211 0.061947152 0.997361302 0.037854694 -6.992091179 0.729087412 -0.019317647 -0.684147954 358.916961670\n-0.681316495 0.072384089 -0.728401303 313.081024170 0.065171659 0.997145236 0.038131353 -6.967609882 0.729081988 -0.021491598 -0.684088945 358.319427490\n-0.684397101 0.074337825 -0.725310147 312.442260742 0.066354245 0.997011065 0.039573409 -6.940686226 0.726083994 -0.021043485 -0.687284112 357.711242676\n-0.687931538 0.073990799 -0.721994340 311.795593262 0.064310096 0.997091174 0.040907025 -6.917099953 0.722920954 -0.018290304 -0.690688729 357.086090088\n-0.690606356 0.071133666 -0.719724178 311.149841309 0.060620565 0.997342825 0.040403958 -6.892926693 0.720685780 -0.015726853 -0.693083525 356.445983887\n-0.692196608 0.067930259 -0.718505323 310.496093750 0.056824744 0.997599602 0.039572876 -6.865625858 0.719468832 -0.013436680 -0.694395065 355.797302246\n-0.693177819 0.066817574 -0.717662752 309.829925537 0.055862445 0.997679174 0.038931776 -6.838355064 0.718598485 -0.013103751 -0.695301652 355.148284912\n-0.694114447 0.066354752 -0.716800272 309.163299561 0.054833576 0.997723281 0.039261874 -6.813109398 0.717773557 -0.012052492 -0.696172595 354.484069824\n-0.695280194 0.065540187 -0.715744436 308.481231689 0.053983480 0.997782826 0.038926236 -6.783463478 0.716708720 -0.011573737 -0.697276711 353.812164307\n-0.696362495 0.065104283 -0.714731395 307.786529541 0.054760080 0.997793794 0.037535492 -6.754198074 0.715598226 -0.013000439 -0.698391318 353.125946045\n-0.697891355 0.064620711 -0.713282406 307.069549561 0.054521378 0.997824848 0.037054256 -6.737861633 0.714125335 -0.013029291 -0.699896574 352.426666260\n-0.699127913 0.063527405 -0.712168872 306.361755371 0.053073600 0.997908056 0.036914386 -6.715413094 0.713024139 -0.011989486 -0.701037049 351.722076416\n-0.700748682 0.063315034 -0.710593164 305.639068604 0.054008700 0.997903705 0.035654418 -6.690646172 0.711360991 -0.013393427 -0.702699304 351.013732910\n-0.701752186 0.061135724 -0.709793091 304.931640625 0.054171339 0.998005807 0.032402329 -6.668334484 0.710358560 -0.015712040 -0.703664541 350.287384033\n-0.703535080 0.058507930 -0.708248079 304.211883545 0.052672546 0.998157024 0.030135091 -6.650465012 0.708705962 -0.016104136 -0.705320239 349.565521240\n-0.705090284 0.055535264 -0.706939697 303.492248535 0.051724441 0.998300791 0.026834682 -6.633289814 0.707228720 -0.017645188 -0.706764698 348.825347900\n-0.706730604 0.053943671 -0.705423295 302.763977051 0.051534742 0.998365343 0.024714680 -6.621206284 0.705603361 -0.018887186 -0.708355308 348.080169678\n-0.708225608 0.051542986 -0.704102397 302.041137695 0.049487818 0.998502553 0.023316598 -6.608527660 0.704249799 -0.018331081 -0.709715724 347.333251953\n-0.710064411 0.052351538 -0.702187836 301.286590576 0.049617831 0.998473406 0.024266673 -6.599733829 0.702386320 -0.017610135 -0.711578012 346.568298340\n-0.712238550 0.053081393 -0.699927866 300.531982422 0.048481598 0.998475432 0.026388451 -6.585243225 0.700261474 -0.015138750 -0.713726163 345.792877197\n-0.714498043 0.055764921 -0.697411716 299.792663574 0.050307468 0.998333097 0.028286576 -6.577455044 0.697826624 -0.014874314 -0.716112494 345.032470703\n-0.718164086 0.055981036 -0.693618596 299.053314209 0.049958851 0.998334587 0.028847501 -6.562767982 0.694078326 -0.013935148 -0.719764829 344.266021729\n-0.721840382 0.057553113 -0.689662397 298.308502197 0.049523562 0.998276949 0.031473137 -6.546624184 0.690285444 -0.011435957 -0.723446846 343.467132568\n-0.726376414 0.058585934 -0.684795678 297.573516846 0.048529766 0.998245418 0.033925839 -6.532672882 0.685581744 -0.008590048 -0.727945089 342.688995361\n-0.730659127 0.057948481 -0.680278778 296.847473145 0.047997054 0.998286009 0.033485796 -6.511322975 0.681053221 -0.008184673 -0.732188106 341.907043457\n-0.735655069 0.056606054 -0.674987257 296.121490479 0.047465585 0.998360395 0.031993128 -6.501966000 0.675691545 -0.008502763 -0.737135649 341.091125488\n-0.741482854 0.057557259 -0.668498933 295.399322510 0.050186280 0.998280585 0.030285830 -6.478535652 0.669092715 -0.011093056 -0.743096471 340.281372070\n-0.749033332 0.058717757 -0.659925342 294.681274414 0.051983155 0.998202801 0.029814158 -6.467041016 0.660489917 -0.011973207 -0.750739455 339.471466064\n-0.757826447 0.059930481 -0.649698198 293.980224609 0.055056579 0.998094797 0.027848288 -6.458536625 0.650129378 -0.014665992 -0.759682298 338.667053223\n-0.767109513 0.060622174 -0.638645470 293.318756104 0.057631250 0.998011947 0.025510516 -6.451349258 0.638922274 -0.017236577 -0.769078255 337.850585938\n-0.777589083 0.060109902 -0.625892937 292.636596680 0.058361616 0.998022556 0.023342142 -6.438081264 0.626058400 -0.018377531 -0.779559612 337.009521484\n-0.787458301 0.059542324 -0.613485396 291.986999512 0.057555843 0.998077512 0.022991639 -6.431158066 0.613674939 -0.017204709 -0.789371490 336.157012939\n-0.797323465 0.057285737 -0.600827634 291.357269287 0.055954512 0.998214126 0.020920465 -6.416512489 0.600953102 -0.016938642 -0.799105048 335.294494629\n-0.806784749 0.055347204 -0.588247597 290.730560303 0.053958401 0.998344302 0.019928264 -6.427830219 0.588376641 -0.015663082 -0.808435440 334.417175293\n-0.814913154 0.054070227 -0.577055454 290.109832764 0.052620441 0.998429179 0.019242873 -6.420555592 0.577189505 -0.014683641 -0.816478252 333.526519775\n-0.822763324 0.055175684 -0.565699935 289.489685059 0.050755493 0.998433113 0.023562815 -6.414608955 0.566113651 -0.009325760 -0.824274659 332.627410889\n-0.830119014 0.055951927 -0.554772139 288.878417969 0.049949046 0.998414457 0.025955822 -6.410631180 0.555344820 -0.006163921 -0.831597567 331.718475342\n-0.837482929 0.053924222 -0.543796718 288.309448242 0.048569452 0.998526216 0.024216166 -6.392565250 0.544301093 -0.006131285 -0.838867784 330.818847656\n-0.844402909 0.054556467 -0.532923579 287.725891113 0.050566077 0.998476267 0.022095481 -6.377918243 0.533316970 -0.008290367 -0.845874906 329.893341064\n-0.851237535 0.052305348 -0.522167563 287.159545898 0.048796214 0.998598754 0.020481717 -6.366376877 0.522507191 -0.008044994 -0.852596998 328.955810547\n-0.857607961 0.052198268 -0.511648655 286.617431641 0.049286716 0.998598874 0.019264121 -6.374292850 0.511937320 -0.008696421 -0.858978987 328.022003174\n-0.864021540 0.051409610 -0.500823319 286.066467285 0.049608469 0.998625338 0.016924452 -6.377901554 0.501004934 -0.010221988 -0.865384102 327.060974121\n-0.870027423 0.051787741 -0.490276098 285.531768799 0.051341899 0.998577774 0.014369929 -6.374696732 0.490323007 -0.012669474 -0.871448874 326.106201172\n-0.875551820 0.052438285 -0.480270207 285.002502441 0.052312102 0.998537362 0.013658230 -6.378141880 0.480283946 -0.013165453 -0.877014399 325.132476807\n-0.879968882 0.055121221 -0.471822739 284.489135742 0.054392584 0.998404026 0.015195269 -6.383062363 0.471907288 -0.012292293 -0.881562710 324.153442383\n-0.883812428 0.057940904 -0.464239776 283.978576660 0.056330759 0.998261392 0.017349541 -6.384613514 0.464437902 -0.010817240 -0.885539651 323.174896240\n-0.886953235 0.059317093 -0.458034635 283.465637207 0.057836030 0.998176694 0.017271822 -6.385574341 0.458223999 -0.011171606 -0.888766766 322.186279297\n-0.889251828 0.058239147 -0.453695595 282.966186523 0.056790560 0.998244226 0.016830212 -6.377711296 0.453879207 -0.010799332 -0.890998006 321.197723389\n-0.890652299 0.056778241 -0.451126337 282.459777832 0.054605585 0.998348534 0.017843992 -6.371155739 0.451394469 -0.008741226 -0.892281771 320.165802002\n-0.891304493 0.056183502 -0.449910909 281.955261230 0.053813607 0.998387516 0.018067131 -6.372094154 0.450200498 -0.008108013 -0.892890692 319.155975342\n-0.892001987 0.054580376 -0.448724151 281.452880859 0.052548602 0.998473823 0.016989537 -6.373198986 0.448966622 -0.008425126 -0.893508792 318.140075684\n-0.892757535 0.053747304 -0.447320402 280.937194824 0.052513577 0.998504996 0.015168248 -6.365815163 0.447466910 -0.009948828 -0.894245386 317.114959717\n-0.893846273 0.053299479 -0.445194453 280.428588867 0.052220814 0.998527408 0.014698327 -6.365866661 0.445322275 -0.010110372 -0.895313382 316.092163086\n-0.894879103 0.055181745 -0.442884296 279.941284180 0.054264601 0.998417616 0.014753679 -6.371473789 0.442997605 -0.010830181 -0.896457434 315.056823730\n-0.896343350 0.057866260 -0.439567804 279.432006836 0.055950485 0.998283207 0.017326253 -6.369127274 0.439815760 -0.009063760 -0.898042202 314.016998291\n-0.897728801 0.062839828 -0.436044365 278.911224365 0.060381405 0.997984707 0.019509664 -6.372159958 0.436391592 -0.008814585 -0.899713993 312.967376709\n-0.898730516 0.065229334 -0.433623195 278.409667969 0.064437263 0.997784615 0.016542271 -6.367479324 0.433741599 -0.013074449 -0.900942683 311.923004150\n-0.899667144 0.063610777 -0.431917846 277.911499023 0.064600080 0.997834206 0.012396920 -6.373933315 0.431770980 -0.016748825 -0.901827931 310.863372803\n-0.899996519 0.064952850 -0.431031376 277.403961182 0.066517398 0.997719467 0.011459318 -6.377374649 0.430792689 -0.018357739 -0.902264476 309.802307129\n-0.900496125 0.065509968 -0.429901749 276.893707275 0.065921657 0.997727215 0.013954106 -6.375127792 0.429838806 -0.015774218 -0.902768016 308.734924316\n-0.900550604 0.066825263 -0.429584771 276.383056641 0.065308146 0.997697473 0.018292326 -6.366158485 0.429818034 -0.011582222 -0.902841210 307.636688232\n-0.900244951 0.071880244 -0.429409534 275.868988037 0.068869509 0.997370362 0.022570090 -6.358100891 0.429902673 -0.009254613 -0.902827978 306.553741455\n-0.899900556 0.076854236 -0.429269969 275.339447021 0.073682539 0.996992171 0.024031775 -6.352581978 0.429825723 -0.010003495 -0.902856588 305.464660645\n-0.899464369 0.081073180 -0.429407597 274.813018799 0.079532743 0.996598959 0.021565933 -6.337303162 0.429695576 -0.014754175 -0.902853251 304.369995117\n-0.898973227 0.082661249 -0.430132836 274.287658691 0.082303457 0.996417046 0.019474149 -6.331321716 0.430201441 -0.017894682 -0.902555466 303.275817871\n-0.898437738 0.083475836 -0.431093246 273.750030518 0.083381899 0.996333599 0.019152073 -6.319988251 0.431111425 -0.018738430 -0.902104139 302.162231445\n-0.897896290 0.082789160 -0.432352066 273.231201172 0.081769787 0.996430278 0.020984860 -6.315764904 0.432546020 -0.016511109 -0.901460767 301.062530518\n-0.896937728 0.078498915 -0.435133070 272.704010010 0.076682046 0.996818066 0.021763723 -6.309165478 0.435456902 -0.013846189 -0.900103211 299.945770264\n-0.895805717 0.072390161 -0.438511431 272.171020508 0.069720350 0.997319281 0.022212043 -6.297297955 0.438943833 -0.010675495 -0.898451328 298.821197510\n-0.894058347 0.068476461 -0.442685992 271.617553711 0.064456187 0.997628510 0.024140110 -6.289061546 0.443289191 -0.006951184 -0.896351814 297.686492920\n-0.891722679 0.062364299 -0.448264956 271.066528320 0.056928303 0.998049855 0.025606338 -6.275830269 0.448987693 -0.002685209 -0.893534064 296.556274414\n-0.888862252 0.058630347 -0.454407871 270.503356934 0.053387403 0.998276412 0.024372915 -6.271802902 0.455053627 -0.002595495 -0.890460253 295.429870605\n-0.885601759 0.054271776 -0.461263627 269.938507080 0.050205495 0.998516142 0.021092430 -6.251689434 0.461723894 -0.004478476 -0.887012362 294.306274414\n-0.882092118 0.052366767 -0.468157381 269.348693848 0.048396278 0.998617530 0.020515326 -6.241528034 0.468584478 -0.004560668 -0.883406997 293.184143066\n-0.877798676 0.054075163 -0.475968361 268.765930176 0.049560983 0.998527884 0.022041399 -6.229290962 0.476459563 -0.004241551 -0.879186392 292.061676025\n-0.873624921 0.060235430 -0.482857555 268.139678955 0.053825509 0.998181581 0.027135527 -6.228005409 0.483614028 -0.002283782 -0.875278592 290.932617188\n-0.869263530 0.064526819 -0.490119368 267.501403809 0.058742449 0.997902691 0.027195033 -6.210256577 0.490846217 -0.005151159 -0.871230841 289.815643311\n-0.864231229 0.069024503 -0.498337626 266.870880127 0.064669609 0.997567415 0.026020730 -6.195189476 0.498921454 -0.009739375 -0.866592765 288.699127197\n-0.859974027 0.071075805 -0.505364656 266.212860107 0.069863863 0.997327387 0.021380128 -6.173956871 0.505533576 -0.016920371 -0.862641335 287.585571289\n-0.856865883 0.070128508 -0.510747373 265.537536621 0.069040291 0.997390270 0.021120457 -6.176665783 0.510895610 -0.017164748 -0.859471321 286.477996826\n-0.852693915 0.073296286 -0.517243564 264.862243652 0.070459820 0.997197449 0.025152987 -6.162047386 0.517637610 -0.014997090 -0.855468631 285.361236572\n-0.848491907 0.076154329 -0.523700237 264.177764893 0.070929326 0.997028172 0.030065009 -6.144351006 0.524433434 -0.011635785 -0.851371884 284.233215332\n-0.844904065 0.081056520 -0.528740823 263.497863770 0.073407114 0.996670425 0.035489347 -6.119798183 0.529856980 -0.008828245 -0.848041058 283.137908936\n-0.841442823 0.086940579 -0.533306360 262.800170898 0.079846583 0.996141911 0.036412150 -6.094878674 0.534414530 -0.011943957 -0.845138311 282.023651123\n-0.840224385 0.086496197 -0.535296082 262.092102051 0.081823878 0.996115983 0.032523789 -6.068069458 0.536030173 -0.016472727 -0.844038367 280.929992676\n-0.838608742 0.087759890 -0.537618816 261.395996094 0.085610069 0.995905697 0.029030321 -6.053957462 0.537965357 -0.021680500 -0.842688322 279.831542969\n-0.838174939 0.082907714 -0.539063632 260.681915283 0.079431362 0.996396601 0.029739732 -6.037778854 0.539586842 -0.017891463 -0.841740131 278.712829590\n-0.836984396 0.081249557 -0.541161895 259.967895508 0.077284239 0.996554911 0.030090747 -6.020554543 0.541742384 -0.016637802 -0.840380192 277.585937500\n-0.836761594 0.076419160 -0.542208791 259.291961670 0.071115553 0.996993423 0.030767947 -5.999579906 0.542929888 -0.012814039 -0.839680433 276.494659424\n-0.835957646 0.077081583 -0.543354034 258.577758789 0.071542852 0.996944427 0.031359449 -5.975223064 0.544111013 -0.012657926 -0.838917851 275.382781982\n-0.835652113 0.077269010 -0.543796957 257.867797852 0.069752179 0.996968508 0.034472823 -5.956890106 0.544812143 -0.009123739 -0.838508606 274.271697998\n-0.835502744 0.078650951 -0.543828368 257.143005371 0.070570856 0.996865928 0.035750810 -5.938120365 0.544935763 -0.008508532 -0.838434696 273.148315430\n-0.835585356 0.077734120 -0.543833196 256.421417236 0.069660462 0.996940017 0.035468597 -5.912585258 0.544926226 -0.008246634 -0.838443398 272.027923584\n-0.835741282 0.076745160 -0.543734014 255.690185547 0.069138177 0.997011900 0.034454726 -5.886373520 0.544753551 -0.008797546 -0.838550091 270.895721436\n-0.835980058 0.074537188 -0.543674350 254.965148926 0.066583365 0.997190058 0.034331925 -5.860527039 0.544705629 -0.007498860 -0.838593960 269.769226074\n-0.835881829 0.072658099 -0.544079423 254.231872559 0.063704394 0.997343659 0.035317909 -5.840024948 0.545200348 -0.005138654 -0.838290095 268.629333496\n-0.834863424 0.074028820 -0.545456767 253.495697021 0.064637899 0.997244239 0.036411706 -5.810280800 0.546649158 -0.004858378 -0.837347865 267.494384766\n-0.833673596 0.074595824 -0.547196388 252.738708496 0.063632771 0.997211158 0.038996659 -5.785869598 0.548579335 -0.002309139 -0.836095333 266.335601807\n-0.832795262 0.076712981 -0.548240244 251.989990234 0.065877661 0.997047842 0.039442420 -5.760046482 0.549647450 -0.003269325 -0.835390449 265.202819824\n-0.832125187 0.075058855 -0.549485445 251.239013672 0.065416105 0.997166395 0.037147108 -5.721255779 0.550716639 -0.005034160 -0.834677219 264.054473877\n-0.831025839 0.074024916 -0.551286280 250.504791260 0.064400077 0.997244358 0.036828056 -5.698216915 0.552493334 -0.004897815 -0.833503008 262.910858154\n-0.830567122 0.072644562 -0.552160859 249.761886597 0.062146943 0.997353435 0.037733790 -5.672378540 0.553440690 -0.002974673 -0.832883716 261.768157959\n-0.830551982 0.072727360 -0.552172482 248.999298096 0.061568063 0.997350216 0.038754523 -5.640494347 0.553527892 -0.001808548 -0.832828879 260.615112305\n-0.831096888 0.073976837 -0.551185548 248.233444214 0.062511943 0.997258723 0.039588425 -5.610381603 0.552603245 -0.001553867 -0.833443046 259.468627930\n-0.831017017 0.075470202 -0.551103652 247.479995728 0.064442404 0.997144163 0.039379068 -5.591498375 0.552501738 -0.002789773 -0.833507180 258.325622559\n-0.831215858 0.075240418 -0.550834835 246.726089478 0.065325081 0.997154295 0.037628453 -5.559167385 0.552098513 -0.004705963 -0.833765626 257.176605225\n-0.831584215 0.074435256 -0.550387979 245.947769165 0.064704873 0.997214496 0.037101753 -5.526953220 0.551616549 -0.004759551 -0.834084153 255.996246338\n-0.831974506 0.074122325 -0.549840569 245.189804077 0.063892230 0.997242212 0.037758622 -5.501370907 0.551123023 -0.003716331 -0.834415913 254.835418701\n-0.831904769 0.073641270 -0.550010681 244.434936523 0.062960476 0.997280955 0.038297318 -5.470480442 0.551335454 -0.002769219 -0.834279299 253.667846680\n-0.832329392 0.073354825 -0.549406230 243.676727295 0.062435281 0.997303486 0.038569495 -5.439079285 0.550754011 -0.002199813 -0.834664941 252.507415771\n-0.832403421 0.073646873 -0.549255133 242.886291504 0.063173950 0.997279584 0.037979309 -5.409185410 0.550557971 -0.003084511 -0.834791541 251.312805176\n-0.832543850 0.074003793 -0.548993766 242.110061646 0.064349286 0.997247100 0.036842797 -5.379264832 0.550208926 -0.004654114 -0.835013986 250.137878418\n-0.832785249 0.072842009 -0.548783004 241.346206665 0.063903816 0.997327864 0.035404168 -5.349188805 0.549895465 -0.005585262 -0.835214853 248.961517334\n-0.832557797 0.073068500 -0.549098134 240.578521729 0.064022765 0.997311831 0.035639230 -5.325123787 0.550226212 -0.005483068 -0.834997773 247.776763916\n-0.832801580 0.074837640 -0.548489511 239.785095215 0.065752238 0.997178316 0.036222924 -5.295869827 0.549652636 -0.005897902 -0.835372448 246.580535889\n-0.832799911 0.076627910 -0.548245013 238.997955322 0.066978976 0.997045159 0.037613478 -5.272705555 0.549507260 -0.005396389 -0.835471511 245.387084961\n-0.832742691 0.078718670 -0.548035860 238.208557129 0.069139205 0.996877968 0.038132098 -5.248570919 0.549326599 -0.006136537 -0.835585475 244.192169189\n-0.832266688 0.080323897 -0.548525512 237.417022705 0.071160160 0.996741235 0.037988957 -5.219235897 0.549789369 -0.007416217 -0.835270405 242.979614258\n-0.831697345 0.081505872 -0.549214602 236.623672485 0.074075289 0.996612489 0.035726603 -5.185869694 0.550266087 -0.010969511 -0.834917545 241.778869629\n-0.831232667 0.082260467 -0.549805105 235.824554443 0.076328389 0.996513128 0.033697389 -5.159946442 0.550659955 -0.013955365 -0.834613085 240.562683105\n-0.830614209 0.082529254 -0.550698996 235.028106689 0.076516740 0.996490896 0.033927381 -5.133521080 0.551566541 -0.013957132 -0.834014416 239.359893799\n-0.829813242 0.081838794 -0.552007496 234.214431763 0.075034447 0.996568203 0.034951273 -5.107924461 0.552973509 -0.012416544 -0.833106279 238.135314941\n-0.828372836 0.078657284 -0.554627359 233.425384521 0.071039647 0.996849716 0.035270851 -5.076428890 0.555654407 -0.010183115 -0.831351042 236.925262451\n-0.827338934 0.078463718 -0.556195617 232.610015869 0.069184512 0.996890426 0.037721764 -5.062078953 0.557425916 -0.007271437 -0.830194831 235.711853027\n-0.825637341 0.080577545 -0.558417618 231.790863037 0.069968425 0.996731818 0.040374182 -5.031046867 0.559845865 -0.005737171 -0.828576922 234.495056152\n-0.824595571 0.078974545 -0.560183227 230.984405518 0.068473160 0.996860981 0.039744105 -5.000358105 0.561563611 -0.005584708 -0.827414870 233.279754639\n-0.823400855 0.078081928 -0.562062860 230.164611816 0.068861641 0.996916950 0.037612312 -4.970808029 0.563266814 -0.007734564 -0.826239109 232.073455811\n-0.822309613 0.076769918 -0.563838363 229.355895996 0.067832932 0.997016966 0.036821298 -4.943209648 0.564983189 -0.007968306 -0.825064182 230.861816406\n-0.821742415 0.076054804 -0.564761341 228.512145996 0.067584015 0.997066200 0.035935592 -4.912167549 0.565837502 -0.008639041 -0.824471712 229.631988525\n-0.820962191 0.077211864 -0.565738261 227.679595947 0.068495817 0.996977210 0.036670674 -4.877681732 0.566859603 -0.008645475 -0.823769212 228.418701172\n-0.820301533 0.080648720 -0.566216707 226.848388672 0.070290968 0.996718884 0.040133618 -4.850671291 0.567595601 -0.006878249 -0.823278904 227.206237793\n-0.819698811 0.082728282 -0.566789508 226.020935059 0.071987212 0.996548176 0.041346751 -4.814999104 0.568253636 -0.006909721 -0.822824717 226.005950928\n-0.819382071 0.085004404 -0.566910207 225.162109375 0.074969262 0.996341050 0.041038074 -4.780930042 0.568324327 -0.008874977 -0.822756767 224.768981934\n-0.818850398 0.086378843 -0.567470551 224.327987671 0.076483265 0.996216118 0.041277282 -4.740338802 0.568888783 -0.009602081 -0.822358489 223.553466797\n-0.818330526 0.089766860 -0.567694724 223.483749390 0.078936726 0.995921612 0.043693271 -4.710191250 0.569301665 -0.009056432 -0.822078943 222.341674805\n-0.818490267 0.091402292 -0.567203522 222.629425049 0.080319166 0.995772600 0.044561557 -4.670732975 0.568878770 -0.009084121 -0.822371483 221.119964600\n-0.818361521 0.092376068 -0.567231119 221.795761108 0.082080305 0.995665908 0.043728810 -4.631078720 0.568812191 -0.010772530 -0.822396874 219.909271240\n-0.818948627 0.091953576 -0.566452146 220.951354980 0.082862467 0.995682597 0.041833173 -4.588313580 0.567853272 -0.012678402 -0.823032379 218.706207275\n-0.819137573 0.090030447 -0.566487730 220.129913330 0.079955608 0.995885253 0.042658214 -4.564211369 0.567997336 -0.010350927 -0.822965503 217.474395752\n-0.820060611 0.089272372 -0.565271139 219.294158936 0.079278447 0.995955586 0.042277426 -4.525482655 0.566759169 -0.010143772 -0.823821306 216.257873535\n-0.821219325 0.087562911 -0.563854456 218.463226318 0.076769464 0.996126294 0.042881925 -4.491055489 0.565425158 -0.008071342 -0.824760318 215.046417236\n-0.821643114 0.088153355 -0.563144505 217.641540527 0.076676078 0.996082425 0.044051990 -4.468893528 0.564821661 -0.006984700 -0.825183511 213.810668945\n-0.823151708 0.087872602 -0.560981512 216.807495117 0.075431965 0.996119261 0.045348495 -4.429089069 0.562789381 -0.004987252 -0.826585650 212.586059570\n-0.824327111 0.086519867 -0.559463501 215.981292725 0.074236646 0.996239066 0.044684239 -4.393348694 0.561225474 -0.004698266 -0.827649832 211.361724854\n-0.825384974 0.082540810 -0.558503866 215.179504395 0.072177142 0.996564567 0.040614422 -4.366806507 0.559937537 -0.006788680 -0.828506947 210.140838623\n-0.827069998 0.077147000 -0.556779921 214.356658936 0.068202756 0.996991396 0.036830444 -4.331778049 0.557946205 -0.007512580 -0.829843283 208.909912109\n-0.828729033 0.074609019 -0.554654717 213.541732788 0.064826660 0.997200012 0.037277937 -4.306590557 0.555882931 -0.005063106 -0.831245303 207.672607422\n-0.829763770 0.073821664 -0.553211391 212.761077881 0.062345888 0.997270048 0.039564975 -4.280705452 0.554621935 -0.001660882 -0.832100987 206.446289062\n-0.831215024 0.073929049 -0.551013708 211.953399658 0.061171405 0.997263193 0.041523699 -4.252711296 0.552575529 0.000808838 -0.833462477 205.216217041\n-0.832795143 0.074727148 -0.548514426 211.140228271 0.061252791 0.997201800 0.042855792 -4.218626022 0.550182045 0.002092058 -0.835042119 203.985351562\n-0.834400177 0.076043472 -0.545888424 210.333374023 0.062998384 0.997103810 0.042604651 -4.179033756 0.547547221 0.001159233 -0.836774230 202.755859375\n-0.836112618 0.079213560 -0.542808890 209.532424927 0.066097751 0.996857464 0.043660834 -4.143996716 0.544561625 0.000626923 -0.838720918 201.515960693\n-0.838077426 0.080814503 -0.539532840 208.737762451 0.067698456 0.996729076 0.044137493 -4.109575272 0.541334987 0.000465094 -0.840807199 200.285614014\n-0.840055227 0.082022399 -0.536264479 207.944931030 0.069869623 0.996629536 0.042985525 -4.072625160 0.537982821 -0.001358385 -0.842954755 199.044158936\n-0.843108177 0.083304048 -0.531252563 207.151016235 0.071580946 0.996522069 0.042661164 -4.031040668 0.532958746 -0.002059588 -0.846138835 197.797668457\n-0.846598029 0.084013879 -0.525560200 206.383148193 0.072358578 0.996462882 0.042731714 -3.994055271 0.527291238 -0.001852203 -0.849682689 196.546386719\n-0.850313425 0.081396438 -0.519943893 205.627609253 0.072017871 0.996669650 0.038249500 -3.965317249 0.521325648 -0.004921190 -0.853343606 195.303894043\n-0.854483604 0.077684022 -0.513637125 204.866271973 0.068540730 0.996970832 0.036760923 -3.936244488 0.514936924 -0.003793457 -0.857219696 194.040435791\n-0.857992887 0.075863689 -0.508028686 204.128204346 0.066206351 0.997116566 0.037085254 -3.907951832 0.509377241 -0.001815841 -0.860541582 192.768005371\n-0.861601949 0.074130453 -0.502142310 203.408187866 0.063907377 0.997248530 0.037566572 -3.882412910 0.503545523 0.000276836 -0.863968849 191.505065918\n-0.865414500 0.072602369 -0.495769262 202.683685303 0.061765216 0.997357905 0.038239662 -3.852348804 0.497235686 0.002471856 -0.867612243 190.232788086\n-0.868548036 0.075121112 -0.489879191 201.961303711 0.063258342 0.997164667 0.040755406 -3.822985172 0.491551816 0.004409074 -0.870837450 188.943969727\n-0.871994257 0.072657019 -0.484094083 201.255828857 0.062316012 0.997353911 0.037442233 -3.795651436 0.485533565 0.002482600 -0.874214530 187.671630859\n-0.875022292 0.070807032 -0.478876501 200.569366455 0.061991714 0.997489989 0.034215894 -3.762752533 0.480097264 0.000253291 -0.877215385 186.394165039\n-0.877290249 0.072043143 -0.474523008 199.876312256 0.063922741 0.997400820 0.033248365 -3.738292694 0.475684971 -0.001164349 -0.879615188 185.115264893\n-0.879448175 0.073504038 -0.470285207 199.190368652 0.064613976 0.997294843 0.035043739 -3.713680744 0.471588850 0.000432155 -0.881818533 183.822174072\n-0.880898595 0.076269008 -0.467119783 198.512329102 0.067181833 0.997087181 0.036107395 -3.687386990 0.468513012 0.000424989 -0.883456588 182.539733887\n-0.882051945 0.078244567 -0.464609951 197.838073730 0.068750173 0.996933699 0.037372064 -3.659277439 0.466109455 0.001022085 -0.884726524 181.249114990\n-0.883085728 0.079654522 -0.462401211 197.158584595 0.071427234 0.996820807 0.035304669 -3.643682957 0.463743329 -0.001850989 -0.885967731 179.938262939\n-0.884357929 0.077783480 -0.460283905 196.485610962 0.070779040 0.996962845 0.032487016 -3.617064953 0.461412907 -0.003848309 -0.887177467 178.642944336\n-0.885598302 0.077194557 -0.457992524 195.809341431 0.070469171 0.997007489 0.031782601 -3.598622322 0.459075451 -0.004127741 -0.888387918 177.339752197\n-0.887161255 0.076923139 -0.455003053 195.165039062 0.069633849 0.997033656 0.032787718 -3.583462715 0.456175506 -0.002595621 -0.889886141 176.062530518\n-0.888715029 0.076090224 -0.452101827 194.502105713 0.068314843 0.997100353 0.033526007 -3.559313297 0.453341872 -0.001090197 -0.891336203 174.761596680\n-0.889850974 0.075508282 -0.449959844 193.860366821 0.067211986 0.997145116 0.034412093 -3.538148403 0.451273650 0.000378940 -0.892385602 173.457489014\n-0.890994072 0.075031444 -0.447772384 193.217941284 0.066584229 0.997180641 0.034601860 -3.514450073 0.449106187 0.001015470 -0.893477917 172.152893066\n-0.892092705 0.075342484 -0.445527136 192.563507080 0.067517392 0.997157693 0.033435848 -3.493764877 0.446779966 -0.000252959 -0.894644022 170.838684082\n-0.893261909 0.078263275 -0.442671627 191.899444580 0.070617966 0.996932089 0.033756047 -3.470286369 0.443955421 -0.001107580 -0.896048307 169.516937256\n-0.894684672 0.079898305 -0.439494878 191.247314453 0.072406061 0.996801794 0.033816520 -3.449147224 0.440791160 -0.001566969 -0.897608399 168.209014893\n-0.895439148 0.081395559 -0.437679678 190.609207153 0.074665539 0.996675730 0.032595843 -3.425808430 0.438877881 -0.003491991 -0.898540020 166.897003174\n-0.896293283 0.079342835 -0.436306596 189.976058960 0.073567443 0.996834457 0.030147806 -3.407743931 0.437317461 -0.005076683 -0.899293065 165.580291748\n-0.897509336 0.075242393 -0.434529752 189.330886841 0.068720721 0.997162640 0.030726159 -3.385893345 0.435608745 -0.002284188 -0.900133491 164.243865967\n-0.898436427 0.073688224 -0.432876617 188.709075928 0.064946383 0.997275829 0.034969080 -3.372950554 0.434274226 0.003303724 -0.900774717 162.922363281\n-0.899113894 0.071824290 -0.431782186 188.077072144 0.062248327 0.997400701 0.036289774 -3.344128609 0.433266342 0.005750917 -0.901247740 161.598846436\n-0.899546504 0.070235200 -0.431142241 187.448547363 0.060294755 0.997505784 0.036698107 -3.322327614 0.432644397 0.007016032 -0.901537657 160.264343262\n-0.899909139 0.071332537 -0.430203825 186.825744629 0.061670143 0.997433245 0.036382575 -3.295081139 0.431694865 0.006210281 -0.901998401 158.931793213\n-0.900107741 0.072369732 -0.429615021 186.196441650 0.062568717 0.997357666 0.036916617 -3.266223907 0.431151479 0.006348467 -0.902257442 157.599304199\n-0.900374174 0.073611647 -0.428845346 185.566787720 0.064270526 0.997274101 0.036244977 -3.242480278 0.430344403 0.005071919 -0.902650952 156.276641846\n-0.901035309 0.072549105 -0.427635401 184.933624268 0.064688221 0.997362852 0.032905173 -3.215411663 0.428894907 0.001985750 -0.903352261 154.945343018\n-0.901663661 0.070729375 -0.426614612 184.304412842 0.063338131 0.997494578 0.031509649 -3.193966866 0.427774429 0.001390132 -0.903884411 153.614868164\n-0.902317882 0.069601931 -0.425415397 183.679260254 0.062255822 0.997573495 0.031166028 -3.182411194 0.426552355 0.001637079 -0.904461622 152.282165527\n-0.902312756 0.070672035 -0.425249547 183.075958252 0.063215554 0.997498214 0.031640328 -3.164940834 0.426421762 0.001667087 -0.904522896 150.955200195\n-0.903248429 0.069199577 -0.423501819 182.448791504 0.061650962 0.997600079 0.031516675 -3.144212723 0.424666375 0.002358088 -0.905346870 149.623291016\n-0.903956652 0.070555575 -0.421763420 181.840103149 0.063430510 0.997507155 0.030920787 -3.125503063 0.422893643 0.001198379 -0.906178594 148.310424805\n-0.904737234 0.070099376 -0.420162946 181.225219727 0.062523715 0.997536898 0.031795271 -3.106802464 0.421356857 0.002496217 -0.906891584 146.975769043\n-0.905281067 0.072096996 -0.418650955 180.601867676 0.064748921 0.997396290 0.031752765 -3.086304188 0.419850171 0.001637978 -0.907592177 145.638046265\n-0.905932426 0.072781004 -0.417120159 179.987487793 0.065857537 0.997347772 0.030987440 -3.078697205 0.418269157 0.000602023 -0.908322811 144.305755615\n-0.906475782 0.073168144 -0.415870130 179.383300781 0.067241326 0.997318029 0.028901497 -3.061205864 0.416869462 -0.001765151 -0.908964634 142.975418091\n-0.906488419 0.075033218 -0.415510595 178.771545410 0.069695145 0.997174680 0.028021894 -3.043764591 0.416439205 -0.003557550 -0.909156799 141.643936157\n-0.906369328 0.075101405 -0.415757567 178.156600952 0.069625065 0.997170568 0.028340761 -3.030813217 0.416709632 -0.003259951 -0.909033775 140.310745239\n-0.905175090 0.074043110 -0.418540001 177.555755615 0.068674594 0.997248948 0.027899081 -3.015440464 0.419454306 -0.003489511 -0.907769799 138.973220825\n-0.903854609 0.072637208 -0.421628475 176.948974609 0.066644080 0.997356594 0.028955892 -3.008082867 0.422617197 -0.001927123 -0.906306148 137.657318115\n-0.902032614 0.070508607 -0.425870746 176.331481934 0.063379876 0.997510791 0.030906999 -2.993321896 0.426989853 0.000887485 -0.904255986 136.333450317\n-0.899648190 0.069475450 -0.431052834 175.711547852 0.061109640 0.997577310 0.033244096 -2.971681118 0.432318181 0.003566506 -0.901714206 135.003265381\n-0.897256851 0.068851277 -0.436107606 175.060562134 0.059072942 0.997605741 0.035960935 -2.955588818 0.437539399 0.006504033 -0.899175763 133.673355103\n-0.894119740 0.068563886 -0.442548305 174.416534424 0.057462368 0.997606516 0.038462568 -2.927777290 0.444126189 0.008960268 -0.895919561 132.364425659\n-0.890321493 0.067703657 -0.450271219 173.770980835 0.055768408 0.997652650 0.039738115 -2.899403572 0.451904684 0.010268785 -0.892007232 131.062286377\n-0.885991216 0.065989181 -0.458982527 173.116683960 0.054479182 0.997780442 0.038290430 -2.881757736 0.460490555 0.008919992 -0.887619734 129.760803223\n-0.881410480 0.062580585 -0.468187332 172.450073242 0.051549263 0.998008609 0.036352772 -2.850448608 0.469529957 0.007906999 -0.882881165 128.475875854\n-0.876398444 0.060387157 -0.477786005 171.775192261 0.048913874 0.998138309 0.036432002 -2.826913834 0.479096562 0.008558580 -0.877720594 127.191894531\n-0.871811032 0.059049260 -0.486270159 171.073135376 0.046480414 0.998200655 0.037881967 -2.812372684 0.487632066 0.010423879 -0.872986913 125.908004761\n-0.866412282 0.060246333 -0.495682091 170.364028931 0.047398314 0.998135090 0.038467225 -2.788649082 0.497075200 0.009833971 -0.867652059 124.649520874\n-0.861236453 0.060781356 -0.504556894 169.646896362 0.047318954 0.998099864 0.039466441 -2.757258892 0.505997002 0.010114829 -0.862476110 123.408157349\n-0.855503678 0.063194320 -0.513926268 168.909332275 0.049680974 0.997963309 0.040012293 -2.734004021 0.515408099 0.008698301 -0.856900930 122.154312134\n-0.849886894 0.064601220 -0.522990584 168.163131714 0.050560117 0.997875094 0.041097432 -2.709076405 0.524534225 0.008485700 -0.851347208 120.930328369\n-0.843790293 0.065904409 -0.532611072 167.402542114 0.052645192 0.997809291 0.040064003 -2.676311016 0.534084678 0.005766208 -0.845411420 119.714721680\n-0.837345004 0.067245752 -0.542523503 166.627349854 0.054143049 0.997727573 0.040102489 -2.643816948 0.543987393 0.004205737 -0.839083076 118.514450073\n-0.829719782 0.071235970 -0.553615928 165.845947266 0.058032572 0.997457087 0.041371725 -2.621577263 0.555155277 0.002199186 -0.831743836 117.313827515\n-0.823030353 0.074867830 -0.563041806 165.046661377 0.060272846 0.997189879 0.044492371 -2.593258858 0.564790606 0.002682433 -0.825230002 116.128234863\n-0.815694809 0.078317910 -0.573156714 164.227935791 0.063397348 0.996927738 0.045998633 -2.552773952 0.574998379 0.001184225 -0.818153858 114.949508667\n-0.809171319 0.081421420 -0.581904233 163.389617920 0.065911353 0.996679723 0.047804281 -2.523107052 0.583864450 0.000327757 -0.811851263 113.790771484\n-0.802662849 0.081517763 -0.590836048 162.573150635 0.068183057 0.996662796 0.044881679 -2.480193138 0.592522979 -0.004260155 -0.805542350 112.640533447\n-0.796978235 0.081256293 -0.598517656 161.714935303 0.069512479 0.996664762 0.042747881 -2.443723679 0.599994957 -0.007535317 -0.799968481 111.498779297\n-0.792381167 0.080984898 -0.604626954 160.868072510 0.069356270 0.996681809 0.042604093 -2.415091515 0.606070936 -0.008175993 -0.795368671 110.361740112\n-0.787956238 0.083737232 -0.610010862 159.997406006 0.073739283 0.996412456 0.041529596 -2.382507324 0.611299992 -0.012258261 -0.791304111 109.243255615\n-0.783386111 0.089344069 -0.615080297 159.113677979 0.080169335 0.995872676 0.042550161 -2.346294880 0.616343260 -0.015977373 -0.787315488 108.115829468\n-0.779814601 0.089773439 -0.619540274 158.232574463 0.079989798 0.995840907 0.043617602 -2.309153080 0.620879292 -0.015543268 -0.783752203 106.998733521\n-0.775281549 0.091651283 -0.624930799 157.338165283 0.083877616 0.995592475 0.041954339 -2.270832062 0.626021564 -0.019891277 -0.779551983 105.886917114\n-0.771641850 0.090191953 -0.629630506 156.454223633 0.082129054 0.995737076 0.041982193 -2.232263088 0.630732894 -0.019315746 -0.775759816 104.782577515\n-0.769079328 0.085712858 -0.633379996 155.552947998 0.076709025 0.996182561 0.041665867 -2.203424931 0.634533405 -0.016541602 -0.772718430 103.671524048\n-0.765320420 0.088145301 -0.637585461 154.656768799 0.079483554 0.995939136 0.042279784 -2.168308258 0.638723075 -0.018319979 -0.769218683 102.579879761\n-0.761939764 0.089280434 -0.641464591 153.740814209 0.078496240 0.995881438 0.045370124 -2.129099846 0.642873347 -0.015783252 -0.765809894 101.477584839\n-0.759524226 0.090062499 -0.644214034 152.822906494 0.077726886 0.995838642 0.047580864 -2.084829807 0.645818472 -0.013933933 -0.763363957 100.395477295\n-0.757703185 0.087973796 -0.646642566 151.908630371 0.075670190 0.996032119 0.046840698 -2.044344902 0.648197532 -0.013440221 -0.761353731 99.310134888\n-0.755171418 0.085449673 -0.649934411 150.990570068 0.074086554 0.996240616 0.044897456 -2.004018307 0.651327550 -0.014246129 -0.758663058 98.200836182\n-0.752398849 0.085754931 -0.653102040 150.041015625 0.071993351 0.996255517 0.047873262 -1.962183952 0.654761851 -0.010999215 -0.755755305 97.096908569\n-0.748743176 0.086993426 -0.657126963 149.098022461 0.071272969 0.996169150 0.050667558 -1.913947105 0.659017384 -0.008898406 -0.752075076 96.010192871\n-0.743851662 0.088502042 -0.662459135 148.141967773 0.073257573 0.996018112 0.050805956 -1.868567467 0.664317727 -0.010738055 -0.747373223 94.932861328\n-0.738275051 0.086661816 -0.668909252 147.181640625 0.072342038 0.996164858 0.049216129 -1.818280697 0.670609057 -0.012055217 -0.741712928 93.850158691\n-0.732228279 0.085896142 -0.675620973 146.205108643 0.072496809 0.996208906 0.048083603 -1.773690701 0.677189827 -0.013772187 -0.735679626 92.779190063\n-0.727137566 0.086630620 -0.681003690 145.199691772 0.074522771 0.996104360 0.047143389 -1.730993271 0.682434797 -0.016470557 -0.730760932 91.704818726\n-0.723708034 0.086616755 -0.684649110 144.208160400 0.074340597 0.996103942 0.047438044 -1.683666706 0.686090589 -0.016565932 -0.727327585 90.650299072\n-0.721322060 0.087461419 -0.687055469 143.201797485 0.074725486 0.996031761 0.048341390 -1.639768600 0.688557029 -0.016470850 -0.724995255 89.581771851\n-0.719269514 0.087970175 -0.689139307 142.198699951 0.073219277 0.996025085 0.050724316 -1.594006538 0.690862238 -0.013973832 -0.722851515 88.527801514\n-0.718172312 0.087737732 -0.690312088 141.198028564 0.072041370 0.996063411 0.051649455 -1.547814846 0.692126215 -0.012637820 -0.721665859 87.464324951\n-0.718249083 0.087758437 -0.690229535 140.190734863 0.071466744 0.996072114 0.052276537 -1.498739719 0.692106068 -0.011780885 -0.721699715 86.412582397\n-0.719260335 0.088016339 -0.689142942 139.187744141 0.070954897 0.996061981 0.053159788 -1.446866512 0.691107988 -0.010662342 -0.722673059 85.349227905\n-0.721132398 0.087777272 -0.687214077 138.193893433 0.069788918 0.996099293 0.053997487 -1.404459000 0.689273179 -0.009020588 -0.724445343 84.287124634\n-0.722603321 0.087080516 -0.685756147 137.195068359 0.068865515 0.996167064 0.053932142 -1.353835583 0.687824190 -0.008253409 -0.725830436 83.225448608\n-0.724124789 0.082444474 -0.684723377 136.213867188 0.066446722 0.996550441 0.049719870 -1.308104992 0.686460495 -0.009494224 -0.727105141 82.167953491\n-0.724981785 0.078324497 -0.684300423 135.214538574 0.066194475 0.996837556 0.043967567 -1.258903503 0.685580134 -0.013421222 -0.727873802 81.098236084\n-0.725387692 0.077583998 -0.683954239 134.243606567 0.067368403 0.996859372 0.041628692 -1.227062464 0.685035884 -0.015879968 -0.728336215 80.050018311\n-0.725981593 0.080405235 -0.682997763 133.244140625 0.069523692 0.996634543 0.043428730 -1.189219952 0.684191048 -0.015956061 -0.729128361 78.985305786\n-0.726441026 0.085284032 -0.681916654 132.236572266 0.074220426 0.996202230 0.045523729 -1.147481918 0.683209300 -0.017541839 -0.730012059 77.919265747\n-0.726596713 0.087495238 -0.681470275 131.214096069 0.075939640 0.996008277 0.046911046 -1.103825569 0.682854533 -0.017665202 -0.730340719 76.829864502\n-0.726058841 0.087508291 -0.682041883 130.219528198 0.075768948 0.996010840 0.047132749 -1.064377308 0.683445573 -0.017456444 -0.729792833 75.751983643\n-0.726072669 0.085608341 -0.682268322 129.215759277 0.075049974 0.996158242 0.045125559 -1.024157524 0.683510363 -0.018439785 -0.729708195 74.674377441\n-0.725604773 0.083649181 -0.683008432 128.207626343 0.073721059 0.996320903 0.043702353 -0.984119415 0.684151232 -0.018641470 -0.729101896 73.593063354\n-0.725225329 0.082541160 -0.683546245 127.199211121 0.071729206 0.996443331 0.044221967 -0.941697598 0.684765220 -0.016959345 -0.728566527 72.508758545\n-0.724494815 0.082918704 -0.684275031 126.198989868 0.071355537 0.996426523 0.045194849 -0.902537823 0.685577273 -0.016083386 -0.727822542 71.435302734\n-0.723875046 0.084311754 -0.684760451 125.180770874 0.071229756 0.996334195 0.047376070 -0.859759808 0.686244607 -0.014480972 -0.727226853 70.356124878\n-0.722703934 0.083979204 -0.686036825 124.162734985 0.069335997 0.996392727 0.048928671 -0.823054314 0.687671125 -0.012206105 -0.725919724 69.263916016\n-0.720943570 0.083715335 -0.687918901 123.165130615 0.069471598 0.996406734 0.048449650 -0.780634403 0.689503014 -0.012861367 -0.724168777 68.195571899\n-0.719291925 0.082549430 -0.689786136 122.111091614 0.069645353 0.996481478 0.046628423 -0.729382038 0.691208243 -0.014500953 -0.722510219 67.108139038\n-0.717166781 0.082074724 -0.692052066 121.087852478 0.069100656 0.996521890 0.046575386 -0.682890415 0.693467677 -0.014418940 -0.720343828 66.035705566\n-0.715472579 0.083815441 -0.693595111 120.045745850 0.069573224 0.996390462 0.048638135 -0.640105724 0.695168197 -0.013456398 -0.718721390 64.955917358\n-0.713897228 0.084501378 -0.695133507 119.011840820 0.069622718 0.996338844 0.049614288 -0.598473072 0.696780980 -0.012977590 -0.717166662 63.890090942\n-0.711970448 0.083228737 -0.697259724 117.998046875 0.067676872 0.996461749 0.049838424 -0.551944256 0.698940635 -0.011704879 -0.715083957 62.822616577\n-0.710232258 0.083339475 -0.699016929 116.964309692 0.065814652 0.996479452 0.051933482 -0.502034664 0.700884104 -0.009120724 -0.713216782 61.753952026\n-0.708896279 0.085013121 -0.700170696 115.907241821 0.066126689 0.996347666 0.054023497 -0.453090668 0.702206135 -0.008002918 -0.711928725 60.673980713\n-0.707764745 0.084834874 -0.701336145 114.847656250 0.067347318 0.996344447 0.052554980 -0.395515442 0.703230858 -0.010036551 -0.710890889 59.609451294\n-0.706561446 0.084003463 -0.702648401 113.799316406 0.068363667 0.996387780 0.050376419 -0.349363327 0.704342067 -0.012441597 -0.709751964 58.541885376\n-0.705742359 0.084791295 -0.703376532 112.740776062 0.069641449 0.996306777 0.050228059 -0.299242496 0.705037713 -0.013536091 -0.709040999 57.477935791\n-0.705200315 0.086203702 -0.703748226 111.679573059 0.069664039 0.996202826 0.052219350 -0.249892712 0.705577493 -0.012200845 -0.708527803 56.407852173\n-0.705001473 0.085940138 -0.703979671 110.622085571 0.068348572 0.996243596 0.053171247 -0.197653294 0.705904782 -0.010630195 -0.708227158 55.340805054\n-0.704964161 0.084108517 -0.704238057 109.564163208 0.065019205 0.996426225 0.053918876 -0.149036407 0.706256330 -0.007778120 -0.707913518 54.266952515\n-0.704666018 0.082088389 -0.704774797 108.505401611 0.062065903 0.996608913 0.054023352 -0.094961643 0.706819534 -0.005674067 -0.707371354 53.196319580\n-0.704033494 0.083870687 -0.705196798 107.449798584 0.062647097 0.996465206 0.055968150 -0.044454575 0.707398176 -0.004775082 -0.706799150 52.121887207\n-0.703578830 0.087949134 -0.705153763 106.390174866 0.066809826 0.996103108 0.057576694 0.009837151 0.707469642 -0.006601458 -0.706712842 51.061248779\n-0.704109550 0.085252382 -0.704955220 105.322090149 0.069183417 0.996279836 0.051382739 0.072329044 0.706713140 -0.012592134 -0.707388163 49.985946655\n-0.704808831 0.080005750 -0.704871476 104.260147095 0.069599658 0.996624947 0.043527488 0.116550922 0.705974936 -0.018380260 -0.707998395 48.920532227\n-0.704809666 0.078471772 -0.705043197 103.212242126 0.066694476 0.996790826 0.044271119 0.157031059 0.706254661 -0.015819777 -0.707781434 47.841796875\n-0.705473185 0.079813927 -0.704228401 102.142539978 0.064459443 0.996746242 0.048393164 0.195135117 0.705799460 -0.011254094 -0.708322525 46.771636963\n-0.705726266 0.081016205 -0.703837276 101.089355469 0.064579569 0.996660709 0.049969178 0.246143818 0.705535233 -0.010188947 -0.708601594 45.700729370\n-0.706084371 0.083422571 -0.703196645 100.030624390 0.068362847 0.996428490 0.049566064 0.292857647 0.704820096 -0.013074702 -0.709265590 44.638702393\n-0.706310630 0.083832689 -0.702920854 98.968032837 0.069619797 0.996375561 0.048875578 0.342577457 0.704470575 -0.014415877 -0.709586978 43.573150635\n-0.705806255 0.086738788 -0.703074515 97.918090820 0.073176138 0.996093392 0.049428262 0.381156445 0.704615295 -0.016561504 -0.709396243 42.509834290\n-0.705425858 0.088797905 -0.703199744 96.865020752 0.075585879 0.995888293 0.049932603 0.421231747 0.704742312 -0.017928228 -0.709237218 41.449707031\n-0.705706358 0.089018941 -0.702890038 95.796783447 0.077373341 0.995824993 0.048434947 0.470232964 0.704267085 -0.020204103 -0.709647775 40.368064880\n-0.706515312 0.088944152 -0.702086151 94.732856750 0.077837706 0.995818198 0.047827002 0.515514851 0.703404129 -0.020858269 -0.710484028 39.305435181\n-0.707157016 0.089374125 -0.701385319 93.672042847 0.077034488 0.995812595 0.049223166 0.559795856 0.702847600 -0.019222353 -0.711080790 38.209701538\n-0.707851648 0.088598318 -0.700782776 92.623718262 0.075077079 0.995919526 0.050077379 0.603462219 0.702360034 -0.017165374 -0.711614966 37.133445740\n-0.708447576 0.085624002 -0.700550139 91.586219788 0.071630962 0.996210992 0.049322363 0.645613194 0.702118933 -0.015238767 -0.711896539 36.062759399\n-0.709146380 0.084133163 -0.700023949 90.539093018 0.068567961 0.996378124 0.050289340 0.689379692 0.701719582 -0.012336718 -0.712346792 34.992012024\n-0.709509611 0.084652089 -0.699593127 89.491348267 0.067605235 0.996356249 0.051997494 0.735789776 0.701445639 -0.010403440 -0.712647200 33.909111023\n-0.709954977 0.084815957 -0.699121416 88.448860168 0.068292148 0.996334076 0.051522814 0.788658142 0.700928390 -0.011165627 -0.713144541 32.841690063\n-0.710632324 0.084415555 -0.698480904 87.404655457 0.068734467 0.996356785 0.050485380 0.823901176 0.700197935 -0.012133165 -0.713845611 31.768165588\n-0.711308718 0.083038040 -0.697957456 86.373367310 0.068407603 0.996461451 0.048835754 0.866507530 0.699542940 -0.013008296 -0.714472175 30.695640564\n-0.711878181 0.081599981 -0.697546601 85.335945129 0.067881301 0.996571362 0.047304362 0.907278538 0.699014962 -0.013675435 -0.714976430 29.626518250\n-0.712777734 0.079646967 -0.696853340 84.281234741 0.065972410 0.996740043 0.046442576 0.950271130 0.698280632 -0.012869862 -0.715708613 28.546463013\n-0.713183880 0.079905510 -0.696407914 83.252265930 0.065584153 0.996730089 0.047200315 0.992218018 0.697902262 -0.012010817 -0.716092348 27.476257324\n-0.713750362 0.080071397 -0.695808232 82.215461731 0.064805694 0.996731997 0.048223980 1.041236877 0.697395682 -0.010672454 -0.716606855 26.405273438\n-0.714094639 0.079562739 -0.695513129 81.185844421 0.063225374 0.996790111 0.049112588 1.075737000 0.697188139 -0.008903032 -0.716832876 25.327209473\n-0.714161038 0.082320318 -0.695124090 80.145645142 0.066073298 0.996554494 0.050134517 1.119810581 0.696856141 -0.010125025 -0.717139482 24.258094788\n-0.715086699 0.078351580 -0.694630921 79.127677917 0.061198615 0.996900141 0.049445517 1.163354397 0.696351826 -0.007152621 -0.717665076 23.187263489\n-0.715183020 0.075330891 -0.694865763 78.097671509 0.059308778 0.997129977 0.047056645 1.206145763 0.696416259 -0.007557529 -0.717598200 22.119941711\n-0.715803862 0.069967046 -0.694787502 77.088874817 0.053257447 0.997539699 0.045586646 1.247650623 0.696267664 -0.004371515 -0.717769027 21.045455933\n-0.716236234 0.070503153 -0.694287479 76.046737671 0.051002186 0.997511387 0.048680253 1.289077759 0.695991814 -0.000543621 -0.718049645 19.963844299\n-0.716542006 0.073195942 -0.693693340 75.013565063 0.052454438 0.997317553 0.051051099 1.338256359 0.695569277 0.000192954 -0.718459368 18.898208618\n-0.717365623 0.071858779 -0.692981362 73.980682373 0.052821871 0.997413456 0.048746377 1.380781174 0.694691777 -0.001635598 -0.719305873 17.823661804\n-0.717549324 0.071464129 -0.692831814 72.943962097 0.054634493 0.997432411 0.046299398 1.431154251 0.694361687 -0.004630415 -0.719611406 16.739631653\n-0.717874289 0.070991755 -0.692543983 71.900611877 0.052030757 0.997475982 0.048316132 1.468032360 0.694226027 -0.001348685 -0.719756126 15.652725220\n-0.718132615 0.069580726 -0.692419410 70.857307434 0.049650759 0.997576118 0.048751175 1.511196136 0.694133222 0.000630654 -0.719846725 14.562576294\n-0.718536258 0.068748362 -0.692083538 69.870079041 0.050465006 0.997633100 0.046706375 1.557796717 0.693656445 -0.001365778 -0.720304966 13.501007080\n-0.718894005 0.068254471 -0.691760957 68.839065552 0.051587902 0.997661948 0.044825707 1.599560499 0.693203092 -0.003461567 -0.720734239 12.425552368\n-0.719277024 0.068992257 -0.691289365 67.829811096 0.053660568 0.997601271 0.043729819 1.632033587 0.692648172 -0.005641132 -0.721253753 11.358856201\n-0.719450116 0.071020603 -0.690903842 66.792755127 0.055631954 0.997454643 0.044601619 1.670581102 0.692312896 -0.006347697 -0.721569896 10.280700684\n-0.720419407 0.070843183 -0.689911067 65.766456604 0.053838938 0.997480035 0.046206027 1.703055382 0.691445887 -0.003856363 -0.722418070 9.200065613\n-0.720737815 0.070801795 -0.689582646 64.751029968 0.054015104 0.997481883 0.045959372 1.744323492 0.691100180 -0.004123218 -0.722747326 8.130096436\n-0.721685290 0.068299882 -0.688843787 63.721134186 0.051213060 0.997661412 0.045264915 1.786965132 0.690324426 -0.002610776 -0.723495483 7.036529541\n-0.722218633 0.065538324 -0.688553333 62.714519501 0.049788866 0.997844219 0.042754304 1.820437431 0.689871013 -0.003404345 -0.723924756 5.966468811\n-0.722757936 0.061296027 -0.688377500 61.691452026 0.044856448 0.998119414 0.041779973 1.859556437 0.689643860 -0.000681358 -0.724148273 4.875495911\n-0.722885251 0.060000308 -0.688358307 60.665863037 0.044017613 0.998198032 0.040781837 1.893918276 0.689564824 -0.000819300 -0.724223733 3.788475037\n-0.723210216 0.057226330 -0.688252866 59.651206970 0.040966041 0.998360991 0.039964195 1.927487850 0.689411819 0.000707521 -0.724369287 2.695014954\n-0.723318219 0.057655383 -0.688103616 58.616863251 0.041218702 0.998336196 0.040321276 1.961343288 0.689283550 0.000802375 -0.724491239 1.601478577\n-0.723889589 0.056607716 -0.687589586 57.620788574 0.041879594 0.998395741 0.038105145 1.994907379 0.688643575 -0.001212055 -0.725098968 0.529335022\n-0.724310279 0.054900099 -0.687284827 56.596542358 0.041884612 0.998487353 0.035617836 2.024133205 0.688200653 -0.002988294 -0.725514174 -0.560806274\n-0.724402189 0.053211991 -0.687321067 55.554328918 0.041509334 0.998574317 0.033560276 2.041067362 0.688126981 -0.004219105 -0.725578189 -1.652370453\n-0.724774957 0.053016905 -0.686943054 54.526557922 0.041174512 0.998585939 0.033626791 2.067223072 0.687754452 -0.003912692 -0.725932956 -2.733455658\n-0.724741578 0.051866319 -0.687066257 53.527832031 0.041207280 0.998640597 0.031920064 2.080893517 0.687787890 -0.005178342 -0.725893617 -3.815422058\n-0.724932671 0.047006123 -0.687214196 52.512222290 0.038207576 0.998876929 0.028019525 2.103197575 0.687759459 -0.005944520 -0.725914598 -4.902027130\n-0.724905491 0.041019734 -0.687626064 51.498901367 0.033581208 0.999142945 0.024201201 2.116208076 0.688029468 -0.005547733 -0.725661755 -5.984619141\n-0.724730253 0.035574432 -0.688113868 50.505798340 0.028205192 0.999360919 0.021959366 2.123396635 0.688455284 -0.003493767 -0.725270391 -7.046844482\n-0.724756479 0.033178631 -0.688205779 49.521125793 0.024284342 0.999449372 0.022609700 2.127903938 0.688576996 -0.000326098 -0.725163102 -8.101711273\n-0.725102663 0.033561129 -0.687822878 48.532382965 0.022836979 0.999434233 0.024690945 2.131136417 0.688262403 0.002195668 -0.725458860 -9.153831482\n-0.725743055 0.033761941 -0.687136948 47.566497803 0.021536747 0.999420524 0.026358984 2.133419037 0.687628686 0.004331155 -0.726049542 -10.190864563\n-0.726936221 0.034622364 -0.685831904 46.605167389 0.021518584 0.999386191 0.027643044 2.139212370 0.686367989 0.005336594 -0.727235079 -11.232059479\n-0.728928208 0.030614680 -0.683905423 45.631633759 0.022435850 0.999531269 0.020830670 2.146857023 0.684222579 -0.000159937 -0.729273438 -12.264633179\n-0.730447650 0.030768177 -0.682275176 44.679847717 0.027765954 0.999496639 0.015347342 2.146647692 0.682403922 -0.007733589 -0.730934262 -13.284431458\n-0.732144356 0.034985021 -0.680250525 43.732276917 0.033970393 0.999312758 0.014832402 2.140007973 0.680301964 -0.012248919 -0.732829690 -14.305950165\n-0.734667182 0.042839300 -0.677074015 42.768684387 0.041806977 0.998966396 0.017842676 2.136852741 0.677138567 -0.015197990 -0.735698819 -15.327238083\n-0.736825347 0.047334734 -0.674424171 41.840759277 0.045452941 0.998757362 0.020439714 2.128623962 0.674553633 -0.015594061 -0.738061309 -16.351196289\n-0.739749789 0.046783529 -0.671253622 40.922512054 0.043314226 0.998821914 0.021879543 2.135432243 0.671486437 -0.012889444 -0.740904689 -17.369434357\n-0.741856813 0.046426874 -0.668949068 40.016544342 0.041510034 0.998866618 0.023289889 2.132897377 0.669272184 -0.010490336 -0.742943168 -18.386522293\n-0.744087338 0.043184333 -0.666685283 39.127128601 0.038044855 0.999028265 0.022249890 2.130434036 0.666998327 -0.008808086 -0.745007277 -19.398727417\n-0.746279120 0.042202704 -0.664294064 38.234394073 0.041110739 0.999005139 0.017282462 2.131614208 0.664362550 -0.014412080 -0.747271657 -20.415376663\n-0.748301029 0.041826718 -0.662039638 37.375415802 0.045081452 0.998909354 0.012154281 2.123754025 0.661825955 -0.020750646 -0.749370456 -21.383369446\n-0.749982357 0.042224661 -0.660108864 36.496265411 0.046967745 0.998840928 0.010529686 2.113172054 0.659788311 -0.023106745 -0.751096249 -22.384717941\n-0.751705408 0.039958801 -0.658287466 35.664592743 0.043160241 0.999003649 0.011355530 2.096873283 0.658085346 -0.019875832 -0.752681017 -23.341159821\n-0.753064752 0.033209030 -0.657107890 34.839416504 0.035364378 0.999324679 0.009975443 2.083401203 0.656995416 -0.015726058 -0.753730536 -24.322372437\n-0.754386306 0.025781974 -0.655924439 34.033882141 0.027602363 0.999590516 0.007544428 2.073259592 0.655850351 -0.012413651 -0.754789114 -25.268047333\n-0.755114079 0.021501917 -0.655240655 33.256183624 0.019906230 0.999753177 0.009866811 2.057802916 0.655291080 -0.005592803 -0.755355716 -26.195312500\n-0.756610990 0.017983658 -0.653617978 32.503093719 0.011613601 0.999833643 0.014065846 2.042407751 0.653762221 0.003051515 -0.756693959 -27.090141296\n-0.757310390 0.013914159 -0.652906954 31.750370026 0.006423824 0.999883354 0.013857575 2.029816866 0.653023601 0.006300326 -0.757311463 -28.013111115\n-0.757937670 0.003376413 -0.652318537 31.039089203 -0.002591421 0.999963105 0.008186834 2.015630960 0.652322114 0.007895540 -0.757900953 -28.866588593\n-0.757323742 -0.006310684 -0.653009117 30.340427399 -0.013014655 0.999900579 0.005430629 1.997160077 0.652909935 0.012611433 -0.757330656 -29.720397949\n-0.755160570 -0.013771143 -0.655395269 29.670883179 -0.025232505 0.999649048 0.008068844 1.979889750 0.655054152 0.022630537 -0.755243063 -30.536611557\n-0.750926495 -0.018711526 -0.660120904 28.996837616 -0.035558194 0.999294043 0.012123944 1.961002111 0.659428060 0.032576893 -0.751061678 -31.355520248\n-0.745130301 -0.025526064 -0.666430533 28.345405579 -0.045565192 0.998880804 0.012686244 1.947749615 0.665360868 0.039818935 -0.745459437 -32.122764587\n-0.737587452 -0.032698110 -0.674459577 27.708969116 -0.054293744 0.998464763 0.010969480 1.934029341 0.673065424 0.044709887 -0.738230348 -32.850841522\n-0.728392720 -0.040915955 -0.683937073 27.084400177 -0.063572712 0.997945130 0.008003691 1.924049377 0.682204187 0.049309567 -0.729497075 -33.539409637\n-0.716839194 -0.049581103 -0.695473731 26.474918365 -0.074334174 0.997218072 0.005524957 1.911040545 0.693265021 0.055657964 -0.718530536 -34.206726074\n-0.703864455 -0.053604141 -0.708308876 25.878044128 -0.079420462 0.996835113 0.003482587 1.890212178 0.705880463 0.058705486 -0.705893993 -34.821823120\n-0.688335657 -0.058133680 -0.723059058 25.285095215 -0.084690645 0.996407151 0.000512791 1.869150877 0.720431447 0.061589312 -0.690786004 -35.400409698\n-0.668194652 -0.064130820 -0.741217434 24.707080841 -0.093961440 0.995574832 -0.001433452 1.850918055 0.738029301 0.068688035 -0.671263576 -35.950138092\n-0.643875480 -0.067197219 -0.762173891 24.132881165 -0.101279438 0.994855702 -0.002151991 1.831299782 0.758397639 0.075806923 -0.647368908 -36.463615417\n-0.616817594 -0.065595746 -0.784368217 23.552856445 -0.101361439 0.994843543 -0.003488156 1.815979958 0.780552506 0.077353127 -0.620285869 -36.929962158\n-0.587831616 -0.062410936 -0.806572497 22.974582672 -0.098975018 0.995078027 -0.004863942 1.793108821 0.802906096 0.076971337 -0.591115475 -37.349800110\n-0.555796742 -0.063549899 -0.828885734 22.403415680 -0.101261355 0.994824648 -0.008373030 1.774709463 0.825128078 0.079280391 -0.559355378 -37.743412018\n-0.520844817 -0.063911594 -0.851255476 21.837493896 -0.101442270 0.994761407 -0.012617962 1.755149126 0.847602546 0.079781286 -0.524599671 -38.087551117\n-0.484692812 -0.062057968 -0.872480333 21.267551422 -0.099129319 0.994950712 -0.015699336 1.726965547 0.869049191 0.078879021 -0.488397241 -38.388671875\n-0.447660327 -0.056854844 -0.892394364 20.722427368 -0.092341959 0.995580375 -0.017106485 1.707227230 0.889422953 0.074747548 -0.450931907 -38.658714294\n-0.409097433 -0.049953427 -0.911122441 20.146293640 -0.086564519 0.996121824 -0.015745837 1.682690978 0.908375502 0.072429284 -0.411835074 -38.885627747\n-0.366003990 -0.042037796 -0.929663360 19.572639465 -0.080219023 0.996686041 -0.013486603 1.662570000 0.927149415 0.069640532 -0.368163347 -39.091777802\n-0.318551064 -0.033773072 -0.947304010 18.997131348 -0.078164570 0.996897519 -0.009256682 1.652028084 0.944677591 0.071096875 -0.320202589 -39.269592285\n-0.266924500 -0.021587703 -0.963475645 18.443336487 -0.076865204 0.997040927 -0.001044774 1.600213051 0.960647225 0.073778868 -0.267794013 -39.396152496\n-0.209630847 -0.011184811 -0.977716804 17.876953125 -0.074513473 0.997209549 0.004568513 1.590204358 0.974937379 0.073810771 -0.209879279 -39.496818542\n-0.149757743 -0.001900231 -0.988721013 17.305267334 -0.070122994 0.997500360 0.008704144 1.588327646 0.986233056 0.070635587 -0.149516702 -39.574645996\n-0.091747046 0.006556457 -0.995760798 16.741065979 -0.065608613 0.997765720 0.012614684 1.563205004 0.993618667 0.066487849 -0.091111898 -39.591114044\n-0.033015490 0.012233790 -0.999380052 16.203432083 -0.064199470 0.997834086 0.014335752 1.546932340 0.997390866 0.064632967 -0.032158494 -39.585136414\n0.026249945 0.015191485 -0.999540091 15.689352036 -0.066035904 0.997726858 0.013429686 1.543920994 0.997472048 0.065652996 0.027193427 -39.562583923\n0.083397508 0.018201152 -0.996350229 15.165145874 -0.068057723 0.997602761 0.012527392 1.535941362 0.994189680 0.066764563 0.084436297 -39.489891052\n0.140956104 0.019929491 -0.989815176 14.649723053 -0.067570463 0.997659624 0.010464961 1.527685523 0.987707198 0.065407179 0.141972899 -39.399238586\n0.199065268 0.021092549 -0.979759276 14.121558189 -0.066605635 0.997747719 0.007947024 1.518773794 0.977720201 0.063675500 0.200021803 -39.289703369\n0.255792558 0.021589592 -0.966490686 13.610632896 -0.066562869 0.997771323 0.004671733 1.515520096 0.964437544 0.063137390 0.256659508 -39.151405334\n0.311539114 0.020577002 -0.950010598 13.115515709 -0.068130709 0.997676134 -0.000732835 1.522563577 0.947787821 0.064953193 0.312217057 -38.987022400\n0.366265714 0.020189546 -0.930291295 12.600514412 -0.071057290 0.997452140 -0.006328927 1.508552909 0.927793324 0.068422042 0.366767108 -38.791034698\n0.419177592 0.019782411 -0.907688737 12.119997978 -0.071713299 0.997360349 -0.011381011 1.505534530 0.905067623 0.069864012 0.419489801 -38.558628082\n0.468771696 0.020926142 -0.883071542 11.679838181 -0.070610471 0.997407854 -0.013847459 1.504321575 0.880492687 0.068845384 0.469034135 -38.279102325\n0.517815053 0.025135657 -0.855123281 11.242448807 -0.070870541 0.997392833 -0.013597702 1.489481091 0.852552056 0.067644142 0.518246412 -37.981082916\n0.566993952 0.029974490 -0.823176384 10.779350281 -0.069495849 0.997515440 -0.011545161 1.463962674 0.820785105 0.063753381 0.567668319 -37.674407959\n0.611875415 0.034861233 -0.790185571 10.358808517 -0.069746017 0.997514665 -0.009999276 1.447996497 0.787873089 0.061230604 0.612786114 -37.322521210\n0.654523373 0.036969908 -0.755137384 9.945559502 -0.068428531 0.997601092 -0.010470751 1.445394635 0.752938807 0.058526289 0.655483007 -36.946174622\n0.694589496 0.038934693 -0.718351960 9.533826828 -0.069191962 0.997520745 -0.012837508 1.439329743 0.716071188 0.058620978 0.695561409 -36.540130615\n0.731828451 0.041844420 -0.680203021 9.143627167 -0.070901118 0.997371674 -0.014926448 1.400682807 0.677790642 0.059150755 0.732871771 -36.100502014\n0.766078591 0.041158032 -0.641427875 8.800120354 -0.069394611 0.997410595 -0.018880168 1.384448767 0.638989866 0.058975324 0.766951025 -35.649528503\n0.797038734 0.039676324 -0.602623463 8.482642174 -0.066179208 0.997568488 -0.021850374 1.362612486 0.600291193 0.057296738 0.797726512 -35.160884857\n0.826083839 0.037855871 -0.562274337 8.181493759 -0.062349319 0.997755408 -0.024427339 1.342447281 0.560087562 0.055236448 0.826589942 -34.677013397\n0.852270842 0.036198959 -0.521846771 7.892612457 -0.058865961 0.997902930 -0.026917282 1.324772000 0.519778073 0.053659827 0.852614462 -34.147018433\n0.876159608 0.033761952 -0.480837256 7.631655216 -0.053804643 0.998160124 -0.027954621 1.298490405 0.479008764 0.050363984 0.876364112 -33.597328186\n0.896941364 0.030997111 -0.441061646 7.390774727 -0.048579454 0.998409092 -0.028624414 1.273682237 0.439472675 0.047100950 0.897020221 -33.032348633\n0.915246427 0.030458551 -0.401741594 7.152459621 -0.046188850 0.998496294 -0.029525027 1.249934077 0.400238186 0.045578655 0.915277004 -32.478717804\n0.930319548 0.029507391 -0.365560949 6.943064690 -0.044005722 0.998538017 -0.031390488 1.225044489 0.364100248 0.045289956 0.930257916 -31.871799469\n0.942885101 0.027645748 -0.331968933 6.745072365 -0.041229568 0.998572946 -0.033944298 1.197600722 0.330556780 0.045692507 0.942679405 -31.259441376\n0.953047097 0.024827974 -0.301802546 6.557318211 -0.037676517 0.998611212 -0.036825411 1.162764788 0.300469100 0.046467222 0.952658951 -30.627170563\n0.961447299 0.020414244 -0.274230510 6.385373592 -0.032732140 0.998646617 -0.040417142 1.130242705 0.273034275 0.047835104 0.960814297 -29.969160080\n0.968240857 0.018821623 -0.249309912 6.223419189 -0.030792184 0.998547971 -0.044201847 1.097253561 0.248115957 0.050474830 0.967414498 -29.305561066\n0.973361731 0.017392669 -0.228614256 6.091280460 -0.028808735 0.998493731 -0.046693724 1.064929128 0.227457777 0.052035969 0.972396612 -28.644176483\n0.977496862 0.014296494 -0.210465044 5.963253975 -0.024829660 0.998563051 -0.047489896 1.030737281 0.209483683 0.051646996 0.976447225 -27.953315735\n0.980790675 0.011637321 -0.194715634 5.828511715 -0.021244101 0.998653769 -0.047322158 0.991474092 0.193902791 0.050549690 0.979717553 -27.251396179\n0.983118176 0.010109542 -0.182692170 5.695873737 -0.018704616 0.998794436 -0.045385048 0.944759190 0.182013109 0.048036054 0.982122064 -26.542114258\n0.984670579 0.007332010 -0.174270123 5.579016685 -0.015214099 0.998918474 -0.043936368 0.906362534 0.173759490 0.045914214 0.983717203 -25.819780350\n0.985694587 0.003912458 -0.168496013 5.460113525 -0.011077642 0.999072731 -0.041605391 0.869020164 0.168176994 0.042876747 0.984823883 -25.075153351\n0.986532092 0.000421256 -0.163567260 5.338371754 -0.006839200 0.999228418 -0.038676195 0.835098624 0.163424760 0.039273977 0.985773742 -24.319831848\n0.986996591 0.001020831 -0.160737991 5.207201004 -0.006965624 0.999312103 -0.036425233 0.797812819 0.160590246 0.037071221 0.986324728 -23.556585312\n0.987162173 0.002422100 -0.159702659 5.083174229 -0.008250131 0.999323487 -0.035840083 0.762858987 0.159507796 0.036697544 0.986514330 -22.785757065\n0.987292945 0.001713520 -0.158901602 4.959878445 -0.007665292 0.999291420 -0.036850370 0.729580522 0.158725858 0.037600137 0.986606479 -22.007860184\n0.987535119 -0.000973843 -0.157395959 4.828336239 -0.004799576 0.999329507 -0.036296610 0.696995378 0.157325774 0.036599610 0.986868322 -21.215456009\n0.987812102 -0.002698103 -0.155627608 4.699399948 -0.002841148 0.999370635 -0.035359569 0.663609207 0.155625060 0.035370771 0.987182736 -20.413057327\n0.988058925 -0.000933395 -0.154073820 4.567040920 -0.004181836 0.999450803 -0.032872453 0.624148667 0.154019892 0.033124231 0.987512350 -19.600345612\n0.988204598 -0.001990370 -0.153126404 4.443727016 -0.003065730 0.999458015 -0.032775931 0.595619798 0.153108642 0.032858770 0.987662911 -18.775686264\n0.988400698 -0.003527734 -0.151827574 4.317504883 -0.001384566 0.999479294 -0.032236598 0.564252853 0.151862249 0.032072891 0.987881184 -17.949520111\n0.988528311 -0.005820245 -0.150923491 4.196496487 0.001096179 0.999507368 -0.031365398 0.530781090 0.151031703 0.030840144 0.988047719 -17.105308533\n0.988778830 -0.008351609 -0.149153203 4.069757462 0.004068337 0.999571145 -0.028999329 0.493026048 0.149331421 0.028067116 0.988388777 -16.239513397\n0.988943338 -0.010738355 -0.147904381 3.945500851 0.006963944 0.999637306 -0.026013531 0.464178026 0.148130089 0.024695911 0.988659501 -15.374142647\n0.989026785 -0.012614029 -0.147196636 3.825414181 0.009162601 0.999667525 -0.024102299 0.436408013 0.147451714 0.022489116 0.988813519 -14.501939774\n0.989308238 -0.014512260 -0.145115852 3.702895164 0.011424079 0.999690652 -0.022091568 0.388262898 0.145391554 0.020197555 0.989167988 -13.668485641\n0.989216864 -0.018078102 -0.145338252 3.578832388 0.014941160 0.999631882 -0.022646474 0.361961603 0.145694152 0.020230751 0.989122808 -12.788853645\n0.989395976 -0.020821387 -0.143743187 3.459134579 0.017867632 0.999602497 -0.021809360 0.335812807 0.144140154 0.019009741 0.989374697 -11.944270134\n0.989547253 -0.021825766 -0.142547920 3.344663143 0.019503163 0.999653637 -0.017670594 0.302085102 0.142884210 0.014705752 0.989630163 -11.109480858\n0.989493549 -0.024412572 -0.142500982 3.232341528 0.022764372 0.999653876 -0.013185350 0.272664964 0.142773554 0.009802874 0.989706814 -10.263070107\n0.989448309 -0.024568792 -0.142787963 3.116692305 0.023439603 0.999679327 -0.009585109 0.246423051 0.142977670 0.006137077 0.989706874 -9.437269211\n0.989443243 -0.025608895 -0.142640457 3.000324965 0.024547115 0.999656379 -0.009198789 0.220133230 0.142827004 0.005600268 0.989731848 -8.637554169\n0.989261806 -0.025970969 -0.143828183 2.878291368 0.024882689 0.999646544 -0.009360444 0.191621214 0.144020453 0.005681098 0.989558399 -7.821894646\n0.988893926 -0.027320933 -0.146090448 2.762501955 0.025855418 0.999594629 -0.011921329 0.167231441 0.146356925 0.008011701 0.989199400 -7.025722504\n0.988615930 -0.024878861 -0.148390099 2.650245667 0.022922913 0.999626517 -0.014877101 0.139952242 0.148704812 0.011306206 0.988816977 -6.253305912\n0.988393068 -0.020766685 -0.150492325 2.512879133 0.018527923 0.999696076 -0.016263308 0.116881423 0.150784314 0.013286231 0.988477409 -5.468070030\n0.987956047 -0.018821141 -0.153585717 2.394519806 0.016931830 0.999764144 -0.013600213 0.096663229 0.153805465 0.010835927 0.988041759 -4.706078053\n0.987535238 -0.018083526 -0.156355813 2.267606974 0.017204823 0.999827683 -0.006971540 0.075834341 0.156454951 0.004194567 0.987676203 -3.945618153\n0.987093031 -0.017858645 -0.159149185 2.140275002 0.017815273 0.999839842 -0.001699369 0.055022631 0.159154043 -0.001157850 0.987253070 -3.192580223\n0.986592650 -0.015734307 -0.162442014 1.994785547 0.015637066 0.999875963 -0.001877238 0.042713467 0.162451401 -0.000688047 0.986716330 -2.418341398\n0.985878229 -0.012480692 -0.166998059 1.868774772 0.011839597 0.999918222 -0.004834015 0.030232094 0.167044744 0.002788560 0.985945404 -1.690918207\n0.985091209 -0.008699255 -0.171812668 1.735853791 0.008222695 0.999960124 -0.003485208 0.017809164 0.171836138 0.002020485 0.985123456 -0.972675085\n0.984260857 -0.008239455 -0.176529512 1.587122560 0.008726834 0.999959946 0.001984695 -0.000722488 0.176506087 -0.003494002 0.984293342 -0.248484865\n0.982937038 -0.009675068 -0.183687672 1.464678049 0.011064203 0.999917388 0.006539070 -0.004751615 0.183609232 -0.008459851 0.982962906 0.467271447\n0.981495857 -0.009295409 -0.191257745 1.322602153 0.011086305 0.999904156 0.008295842 -0.016469508 0.191162288 -0.010262676 0.981504798 1.175243497\n0.979682326 -0.010653800 -0.200272381 1.178058743 0.011497503 0.999929249 0.003050116 -0.024447899 0.200225726 -0.005290777 0.979735494 1.868745446\n0.977594018 -0.012281219 -0.210140824 1.011071444 0.011867773 0.999924362 -0.003228435 -0.028275572 0.210164577 0.000662195 0.977665782 2.557091475\n0.975574851 -0.014171617 -0.219209760 0.830042660 0.013022510 0.999892831 -0.006686131 -0.028767997 0.219281033 0.003668160 0.975654840 3.223312616\n0.972937882 -0.014369740 -0.230619654 0.655491590 0.013203527 0.999891043 -0.006599449 -0.039019141 0.230689362 0.003375861 0.973021567 3.923790693\n0.970309615 -0.014072435 -0.241456375 0.478536755 0.013808012 0.999900758 -0.002787219 -0.051458422 0.241471648 -0.000629567 0.970407665 4.618960857\n0.967649043 -0.014535344 -0.251881093 0.308354676 0.014962433 0.999888003 -0.000219681 -0.054370008 0.251856089 -0.003556179 0.967758179 5.365523815\n0.964594722 -0.014823320 -0.263319790 0.117684014 0.015619498 0.999877572 0.000930353 -0.068959579 0.263273746 -0.005010336 0.964708149 6.049537182\n0.961114645 -0.015104779 -0.275736272 -0.094386913 0.015641132 0.999877632 -0.000253902 -0.110534579 0.275706381 -0.004068797 0.961233318 6.744754791\n0.957841039 -0.016516792 -0.286823511 -0.294393867 0.015604175 0.999863327 -0.005467523 -0.117810473 0.286874622 0.000761374 0.957967818 7.457327843\n0.954887688 -0.017687146 -0.296440065 -0.518780351 0.015278820 0.999828756 -0.010439078 -0.128849804 0.296573937 0.005438893 0.954994380 8.158196449\n0.951874614 -0.020922959 -0.305772662 -0.742340147 0.017548319 0.999751031 -0.013781315 -0.141191661 0.305984885 0.007752289 0.952004790 8.847112656\n0.948734879 -0.018438606 -0.315534651 -0.971713424 0.013439995 0.999747455 -0.018010562 -0.160314754 0.315787047 0.012846464 0.948743105 9.542685509\n0.945947945 -0.016649082 -0.323890924 -1.225618005 0.010234997 0.999716520 -0.021496709 -0.177073494 0.324157000 0.017019745 0.945850194 10.257009506\n0.943332911 -0.017053097 -0.331409454 -1.479652882 0.009468569 0.999655306 -0.024486952 -0.204678029 0.331712812 0.019961374 0.943169236 10.963253975\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_09_30/2011_09_30_drive_0034_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999872804 0.001725442 0.015855560 0.011587000 -0.001710423 0.999998093 -0.000960806 -0.000053379 -0.015857186 0.000933564 0.999873817 0.135481343\n0.999293566 0.004728970 0.037283093 0.029335447 -0.004713699 0.999988794 -0.000497476 -0.002374128 -0.037285026 0.000321384 0.999304593 0.283212960\n0.997911692 0.006043811 0.064310022 0.061143346 -0.006104980 0.999981105 0.000754688 0.000534640 -0.064304247 -0.001145723 0.997929692 0.450518847\n0.995123625 0.005726644 0.098469190 0.106973775 -0.006055443 0.999977052 0.003040563 -0.001383784 -0.098449513 -0.003622011 0.995135427 0.636920273\n0.990643442 0.002860239 0.136445597 0.169473320 -0.003585536 0.999980748 0.005070178 -0.000641254 -0.136428460 -0.005511969 0.990634620 0.819343567\n0.984438419 -0.000210623 0.175729901 0.249193430 -0.000740399 0.999985456 0.005346255 0.001783208 -0.175728470 -0.005393169 0.984423876 1.017458081\n0.975613177 -0.000079275 0.219496936 0.334014773 -0.001375896 0.999978065 0.006476700 0.003907599 -0.219492644 -0.006620759 0.975591719 1.231489301\n0.963585079 0.000486241 0.267401516 0.429378390 -0.003113475 0.999950945 0.009401147 0.004754451 -0.267383814 -0.009891353 0.963539362 1.445097089\n0.949131370 -0.003616737 0.314859509 0.549936235 -0.001643839 0.999863505 0.016440548 0.003696233 -0.314875990 -0.016121818 0.948995888 1.666215897\n0.932133615 -0.012694424 0.361892015 0.691172183 0.004184607 0.999696195 0.024288893 -0.000183472 -0.362090409 -0.021126118 0.931903541 1.891486645\n0.910736561 -0.017649340 0.412610561 0.842451990 0.006438806 0.999571800 0.028544415 0.001940317 -0.412937641 -0.023339722 0.910460174 2.114363670\n0.885265231 -0.018668696 0.464711696 1.013765335 0.004121509 0.999469697 0.032299958 0.009443620 -0.465068251 -0.026678715 0.884872735 2.349704266\n0.856902659 -0.020651508 0.515064418 1.202314854 0.002100131 0.999328732 0.036574140 0.016765445 -0.515474021 -0.030258775 0.856370807 2.576309443\n0.824509740 -0.025268534 0.565283358 1.403283119 0.002663639 0.999164701 0.040778190 0.021592081 -0.565841556 -0.032116305 0.823888302 2.791970730\n0.788232744 -0.030509150 0.614620507 1.630172849 0.004465031 0.999027491 0.043864459 0.026114639 -0.615361035 -0.031831104 0.787602425 3.012185574\n0.750132322 -0.034354623 0.660394788 1.878381491 0.004942333 0.998912990 0.046350874 0.032960057 -0.661269307 -0.031505395 0.749486685 3.224873066\n0.709987879 -0.037287179 0.703226030 2.163238287 0.005800061 0.998872995 0.047107447 0.048113424 -0.704190016 -0.029366964 0.709403992 3.447964430\n0.667683125 -0.038670667 0.743440628 2.460549593 0.004606925 0.998845398 0.047818284 0.066528216 -0.744431436 -0.028502489 0.667090356 3.665864468\n0.625125110 -0.038867980 0.779556155 2.785610914 -0.000401451 0.998743176 0.050118376 0.076189339 -0.780524433 -0.031643208 0.624323845 3.881173611\n0.583508492 -0.039559614 0.811142981 3.140128374 -0.003080261 0.998697877 0.050922543 0.094350614 -0.812101245 -0.032212269 0.582626820 4.089917183\n0.543122292 -0.040429227 0.838679671 3.508595467 -0.005280967 0.998655915 0.051560920 0.113265410 -0.839636981 -0.032432925 0.542178750 4.298738003\n0.504277349 -0.042589847 0.862490833 3.919194698 -0.006820234 0.998555422 0.053296350 0.130807400 -0.863514841 -0.032758530 0.503258407 4.506106853\n0.467193663 -0.042019725 0.883155942 4.358437061 -0.009792422 0.998562872 0.052690916 0.154881537 -0.884100795 -0.033265099 0.466110766 4.711030960\n0.430749118 -0.041327957 0.901525021 4.825508118 -0.010471469 0.998654783 0.050783888 0.177521408 -0.902411044 -0.031315405 0.429736853 4.902075768\n0.397816896 -0.039972886 0.916593671 5.314677238 -0.009298984 0.998823464 0.047594864 0.197033778 -0.917417765 -0.027457431 0.396977127 5.076446533\n0.368115664 -0.037957247 0.929004967 5.859305382 -0.007321139 0.999017060 0.043718781 0.223211765 -0.929751217 -0.022894945 0.367475927 5.266627312\n0.342795372 -0.036095131 0.938716471 6.417302132 -0.006260213 0.999151587 0.040705033 0.246851891 -0.939389288 -0.019830065 0.342278600 5.451381683\n0.323032618 -0.035306029 0.945729136 7.003019810 -0.004897171 0.999228120 0.038975988 0.273815900 -0.946375251 -0.017221916 0.322610378 5.630551338\n0.308579803 -0.036151145 0.950511336 7.605841160 -0.003669880 0.999224842 0.039195303 0.290430844 -0.951191485 -0.015583143 0.308207929 5.814012051\n0.297222853 -0.037317362 0.954078674 8.235790253 -0.002708053 0.999198973 0.039925814 0.316155732 -0.954804361 -0.014450561 0.296883762 5.995224953\n0.287048995 -0.039334144 0.957108080 8.903624535 -0.003743539 0.999102890 0.042182740 0.341184914 -0.957908630 -0.015691485 0.286644220 6.171626568\n0.276169300 -0.041170519 0.960226774 9.584482193 -0.004975218 0.999007463 0.044264186 0.359919399 -0.961096108 -0.017001746 0.275690317 6.380093575\n0.266311049 -0.043220393 0.962917745 10.299336433 -0.005938021 0.998901665 0.046477791 0.384100914 -0.963868976 -0.018095380 0.265761912 6.571092606\n0.256552041 -0.044803753 0.965491414 11.024186134 -0.007012251 0.998812437 0.048213329 0.417632043 -0.966504991 -0.019139498 0.255933225 6.752376556\n0.245346129 -0.046148352 0.968336582 11.773237228 -0.007371788 0.998748600 0.049465492 0.447395325 -0.969407558 -0.019274542 0.244698882 6.960852623\n0.235285819 -0.047649350 0.970757604 12.545934677 -0.007568608 0.998677433 0.050854221 0.475836009 -0.971896827 -0.019312566 0.234614015 7.146003723\n0.225316226 -0.050141722 0.972994566 13.329412460 -0.008931779 0.998526514 0.053525802 0.512260973 -0.974244773 -0.020750809 0.224536419 7.313320160\n0.212983310 -0.053848129 0.975570917 14.139737129 -0.010686662 0.998292029 0.057435334 0.546282887 -0.976997435 -0.022658367 0.212044120 7.511949539\n0.201194286 -0.057835158 0.977842569 14.941112518 -0.011726366 0.998041749 0.061442599 0.579301715 -0.979481280 -0.023828447 0.200122118 7.671058655\n0.188466728 -0.059913091 0.980250418 15.752647400 -0.012052582 0.997921109 0.063310407 0.619118869 -0.982005656 -0.023746455 0.187352836 7.819365501\n0.173598051 -0.060377032 0.982964098 16.563171387 -0.012878082 0.997894406 0.063568465 0.655373335 -0.984732449 -0.023694055 0.172454953 7.974846840\n0.159433782 -0.059121978 0.985436857 17.382228851 -0.013730469 0.997975767 0.062095724 0.696961403 -0.987113297 -0.023430672 0.158299267 8.102773666\n0.142160475 -0.058044974 0.988140285 18.213327408 -0.014315722 0.998054206 0.060686890 0.738082826 -0.989740074 -0.022773221 0.141052902 8.230747223\n0.122143030 -0.056612525 0.990896642 19.021442413 -0.017064901 0.998104572 0.059127841 0.765663385 -0.992365837 -0.024131607 0.120945454 8.320987701\n0.096637964 -0.054744970 0.993812978 19.861019135 -0.021674195 0.998133719 0.057090577 0.808185101 -0.995083630 -0.027057216 0.095271051 8.401536942\n0.066177845 -0.054440372 0.996321619 20.707027435 -0.025563410 0.998090267 0.056234993 0.840147018 -0.997480333 -0.029190890 0.064659774 8.458938599\n0.033012986 -0.053663552 0.998013198 21.542301178 -0.028439082 0.998102725 0.054609094 0.878294587 -0.999050260 -0.030185392 0.031424224 8.478580475\n-0.001772523 -0.053832982 0.998548388 22.396276474 -0.030099738 0.998100400 0.053755399 0.896398902 -0.999545336 -0.029960763 -0.003389597 8.478134155\n-0.034855604 -0.052166574 0.998030066 23.252731323 -0.030978084 0.998213291 0.051094271 0.931065321 -0.998912275 -0.029136140 -0.036409378 8.426345825\n-0.068310976 -0.050097529 0.996405482 24.103549957 -0.033227701 0.998298585 0.047914710 0.959343910 -0.997110605 -0.029835166 -0.069859385 8.373731613\n-0.100514054 -0.047541033 0.993799150 24.965171814 -0.035002429 0.998408377 0.044221338 0.981242895 -0.994319737 -0.030340517 -0.102018118 8.279403687\n-0.133222103 -0.043489281 0.990131617 25.773719788 -0.033370558 0.998667181 0.039374180 0.989760637 -0.990524292 -0.027795730 -0.134495854 8.168527603\n-0.165148497 -0.037471168 0.985556722 26.612161636 -0.028030152 0.999052703 0.033287313 1.007251978 -0.985870361 -0.022127954 -0.166042447 8.015228271\n-0.195073128 -0.031327415 0.980288327 27.448036194 -0.021661554 0.999383569 0.027627097 1.018620968 -0.980549574 -0.015845269 -0.195631385 7.827962875\n-0.223882675 -0.025475971 0.974283099 28.254035950 -0.015437078 0.999625623 0.022591317 1.024019003 -0.974493861 -0.009982279 -0.224192142 7.626840591\n-0.251372099 -0.019582881 0.967692435 29.074104309 -0.007066334 0.999805808 0.018397167 1.023449779 -0.967864752 -0.002213503 -0.251461625 7.388164520\n-0.277492523 -0.009152420 0.960684240 29.871824265 -0.000789422 0.999956429 0.009298542 1.012154222 -0.960727513 0.001821890 -0.277487636 7.149101257\n-0.302725554 0.006561415 0.953055322 30.672031403 0.004246235 0.999975681 -0.005535683 0.997338474 -0.953068435 0.002371105 -0.302746058 6.875801086\n-0.327904105 0.023705080 0.944413602 31.462631226 0.005002706 0.999714673 -0.023356196 0.975206137 -0.944697797 -0.002933967 -0.327929139 6.605258942\n-0.352833033 0.038800724 0.934881508 32.241683960 0.005485649 0.999208450 -0.039400175 0.944118381 -0.935670257 -0.008773251 -0.352766514 6.299903870\n-0.377017140 0.049114212 0.924903333 33.011199951 0.009130280 0.998741627 -0.049313415 0.898322821 -0.926161468 -0.010147368 -0.376991153 5.969158173\n-0.400398731 0.053093497 0.914801776 33.771270752 0.012429568 0.998542845 -0.052513406 0.842783689 -0.916256905 -0.009655702 -0.400475264 5.629425049\n-0.423061252 0.052614301 0.904572368 34.529239655 0.016033441 0.998591065 -0.050584182 0.787642956 -0.905959368 -0.006896795 -0.423308849 5.266109467\n-0.443069220 0.048433267 0.895178139 35.266799927 0.019582838 0.998824179 -0.044348452 0.732477784 -0.896273494 -0.002119304 -0.443496704 4.888587952\n-0.460763693 0.047364548 0.886258125 35.996555328 0.027591035 0.998856723 -0.039037667 0.679821849 -0.887093902 0.006465637 -0.461543798 4.489181519\n-0.474819541 0.047549479 0.878797770 36.711612701 0.029539831 0.998837829 -0.038083997 0.628144145 -0.879587352 0.007876514 -0.475672245 4.106819153\n-0.485763073 0.051792081 0.872554779 37.418586731 0.033489134 0.998612881 -0.040630635 0.581262112 -0.873448789 0.009484241 -0.486823797 3.699722290\n-0.495418191 0.054235086 0.866959870 38.117858887 0.034379609 0.998491228 -0.042817410 0.532477260 -0.867974043 0.008593219 -0.496535301 3.290348053\n-0.505885601 0.053651735 0.860930622 38.810680389 0.028340923 0.998558819 -0.045575280 0.484325409 -0.862135053 0.001343693 -0.506677032 2.882091522\n-0.517477274 0.052017730 0.854114473 39.506240845 0.027709980 0.998645782 -0.044031572 0.431942344 -0.855248213 0.000882158 -0.518217802 2.478591919\n-0.526204705 0.053552873 0.848669946 40.190315247 0.029465145 0.998563945 -0.044742096 0.392187238 -0.849847317 0.001462683 -0.527027011 2.049983978\n-0.533190846 0.056660030 0.844095647 40.879867554 0.032706846 0.998389363 -0.046357058 0.341608644 -0.845362723 0.002890555 -0.534185171 1.603996277\n-0.536684632 0.059159983 0.841706514 41.577747345 0.033589158 0.998246253 -0.048745561 0.292529106 -0.843114197 0.002111225 -0.537730575 1.161052704\n-0.536463857 0.061503161 0.841679513 42.284313202 0.033628393 0.998106658 -0.051499784 0.242583036 -0.843253374 0.000676568 -0.537516356 0.711257935\n-0.532983541 0.061905712 0.843858123 42.996475220 0.035090663 0.998079121 -0.051056050 0.195482492 -0.845397830 0.002399510 -0.534132004 0.263214111\n-0.526854873 0.060384486 0.847807586 43.745994568 0.033017512 0.998174310 -0.050576106 0.139486909 -0.849313796 0.001346235 -0.527886748 -0.203205109\n-0.520204902 0.058988959 0.852002144 44.510353088 0.030462518 0.998258591 -0.050515715 0.087211967 -0.853498340 -0.000324382 -0.521095872 -0.656841278\n-0.512774229 0.058872592 0.856502533 45.284126282 0.029913034 0.998265445 -0.050708361 0.027990222 -0.858002186 -0.000381353 -0.513645887 -1.122653961\n-0.506067634 0.057623643 0.860566795 46.086257935 0.027231490 0.998335719 -0.050834835 -0.025914788 -0.862063885 -0.002291348 -0.506794572 -1.591659546\n-0.502265334 0.054724045 0.862980485 46.901725769 0.022156576 0.998482227 -0.050421208 -0.081924915 -0.864429891 -0.006204124 -0.502715468 -2.045387268\n-0.500868559 0.052389693 0.863936365 47.739078522 0.018606778 0.998587489 -0.049767721 -0.143037438 -0.865323365 -0.008852014 -0.501135945 -2.526237488\n-0.501276970 0.049917668 0.863846123 48.588130951 0.015194386 0.998688459 -0.048892520 -0.197035551 -0.865153730 -0.011383074 -0.501378059 -3.007476807\n-0.502388120 0.048678111 0.863270819 49.442665100 0.014303720 0.998745263 -0.047993060 -0.258805871 -0.864523828 -0.011763162 -0.502454042 -3.495388031\n-0.502821922 0.047714014 0.863072217 50.302230835 0.014076888 0.998794913 -0.047016174 -0.317380548 -0.864275455 -0.011491389 -0.502887607 -3.991477966\n-0.502888680 0.047493588 0.863045394 51.185127258 0.014488039 0.998812139 -0.046522815 -0.374975562 -0.864229739 -0.010891959 -0.502979398 -4.504264832\n-0.502946138 0.046729621 0.863053560 52.076103210 0.014646234 0.998854816 -0.045547392 -0.432831645 -0.864193618 -0.010267406 -0.503054619 -5.022567749\n-0.502902865 0.046382781 0.863097727 52.965560913 0.014066758 0.998866081 -0.045482662 -0.493133664 -0.864228666 -0.010732370 -0.502985120 -5.538169861\n-0.503130198 0.044606663 0.863058686 53.874252319 0.012212524 0.998934269 -0.044509880 -0.557140231 -0.864124358 -0.011854138 -0.503138781 -6.063827515\n-0.502692699 0.044049110 0.863342404 54.768749237 0.012056233 0.998961031 -0.043948691 -0.618954897 -0.864381313 -0.011684022 -0.502701521 -6.584724426\n-0.502528906 0.043322604 0.863474429 55.661247253 0.011209408 0.998986304 -0.043597858 -0.684204102 -0.864487886 -0.012230141 -0.502505064 -7.093025208\n-0.501195788 0.041908164 0.864318669 56.553787231 0.011157610 0.999056518 -0.041971188 -0.747094274 -0.865262151 -0.011392048 -0.501190543 -7.607048035\n-0.499291062 0.039751608 0.865522027 57.445400238 0.010817191 0.999155104 -0.039649021 -0.803365350 -0.866366863 -0.010433886 -0.499299288 -8.111968994\n-0.496582389 0.038491901 0.867135823 58.336326599 0.011356092 0.999218822 -0.037851743 -0.861414492 -0.867915452 -0.008949229 -0.496631622 -8.623748779\n-0.494420052 0.038190678 0.868383706 59.230575562 0.011433764 0.999233663 -0.037435442 -0.920060694 -0.869147897 -0.008579939 -0.494477868 -9.126258850\n-0.491888881 0.038230188 0.869818449 60.125568390 0.011291021 0.999231577 -0.037532993 -0.975799322 -0.870584965 -0.008640918 -0.491942525 -9.637489319\n-0.491465211 0.038870454 0.870029390 61.016460419 0.011539228 0.999206424 -0.038123403 -1.036214948 -0.870820820 -0.008696858 -0.491523743 -10.126922607\n-0.491987109 0.040185146 0.869674623 61.903015137 0.011102951 0.999142528 -0.039886389 -1.094467878 -0.870531797 -0.009967629 -0.492011309 -10.627403259\n-0.495052695 0.042149227 0.867840230 62.791229248 0.010013478 0.999033093 -0.042808894 -1.154315352 -0.868805468 -0.012502551 -0.494996071 -11.123657227\n-0.499922752 0.042632498 0.865020275 63.668357849 0.008568359 0.998982310 -0.044282891 -1.211757898 -0.866027832 -0.014726214 -0.499779344 -11.618293762\n-0.505344987 0.041449577 0.861921370 64.538673401 0.010578406 0.999068201 -0.041842807 -1.275521994 -0.862852633 -0.012027297 -0.505312562 -12.130905151\n-0.510693312 0.038874295 0.858883739 65.410148621 0.011498090 0.999196768 -0.038388286 -1.339613914 -0.859686196 -0.009729114 -0.510730028 -12.644966125\n-0.515964031 0.036500055 0.855832458 66.272598267 0.008308895 0.999258041 -0.037607700 -1.394253850 -0.856570184 -0.012293191 -0.515884399 -13.157920837\n-0.521257043 0.039517920 0.852484345 67.134643555 0.010200784 0.999144435 -0.040079191 -1.452568889 -0.853338838 -0.012195551 -0.521214247 -13.674316406\n-0.525771141 0.041420724 0.849616945 67.965866089 0.011480696 0.999068320 -0.041602176 -1.511003852 -0.850548565 -0.012119032 -0.525756836 -14.201774597\n-0.530620098 0.042128149 0.846562266 68.805877686 0.010664597 0.999016821 -0.043030366 -1.573296309 -0.847542763 -0.013804529 -0.530547738 -14.718963623\n-0.534371376 0.042410601 0.844185293 69.625350952 0.009014878 0.998969615 -0.044480294 -1.629553318 -0.845201850 -0.016158763 -0.534203053 -15.233207703\n-0.537723780 0.041872952 0.842080832 70.454231262 0.010240207 0.999016643 -0.043137640 -1.687874317 -0.843059063 -0.014573045 -0.537623763 -15.761413574\n-0.540185571 0.035222489 0.840808511 71.284339905 0.011034628 0.999334276 -0.034774020 -1.737274289 -0.841473579 -0.009506417 -0.540214658 -16.287651062\n-0.542172074 0.026231239 0.839858174 72.108108521 0.010258575 0.999644756 -0.024599407 -1.789042234 -0.840205073 -0.004721359 -0.542248607 -16.816291809\n-0.543903589 0.024867665 0.838779449 72.920547485 0.011559248 0.999687970 -0.022142645 -1.833573222 -0.839068353 -0.002347799 -0.544021368 -17.335960388\n-0.545193076 0.029751709 0.837782383 73.732986450 0.011582567 0.999541998 -0.027958747 -1.873371005 -0.838230491 -0.005539243 -0.545287967 -17.859245300\n-0.546735883 0.035973191 0.836532235 74.537696838 0.013383961 0.999324501 -0.034226302 -1.919216394 -0.837198377 -0.007516626 -0.546848059 -18.378326416\n-0.546304822 0.040220849 0.836620271 75.334022522 0.019558158 0.999186575 -0.035265006 -1.965842962 -0.837358117 -0.002902690 -0.546647072 -18.919860840\n-0.546314001 0.041497834 0.836551726 76.128265381 0.022669107 0.999138594 -0.034758922 -2.013708115 -0.837273538 -0.000025404 -0.546784163 -19.432899475\n-0.545922637 0.037939273 0.836976349 76.941757202 0.020948848 0.999280035 -0.031632330 -2.058487654 -0.837573826 0.000264890 -0.546324372 -19.966140747\n-0.545271993 0.033260327 0.837599158 77.748977661 0.019740375 0.999444902 -0.026836220 -2.099169016 -0.838026822 0.001901484 -0.545625925 -20.488449097\n-0.544671655 0.026786854 0.838221669 78.548934937 0.016170489 0.999639392 -0.021437757 -2.134604931 -0.838493645 0.001877916 -0.544908404 -20.997398376\n-0.543996572 0.020973647 0.838825285 79.355506897 0.007892041 0.999771237 -0.019879714 -2.176107645 -0.839050353 -0.004194452 -0.544037700 -21.504081726\n-0.542636633 0.015732648 0.839820266 80.160171509 0.000696183 0.999832630 -0.018280389 -2.211322308 -0.839967370 -0.009334939 -0.542556763 -22.007141113\n-0.540883899 0.016975323 0.840925992 80.953475952 0.004883522 0.999842823 -0.017042210 -2.247858524 -0.841083169 -0.005111175 -0.540881753 -22.506538391\n-0.537617922 0.020597644 0.842937231 81.757965088 0.008901575 0.999784529 -0.018752955 -2.280731916 -0.843141854 -0.002578453 -0.537685394 -23.030647278\n-0.532175779 0.023468282 0.846308589 82.548095703 0.010496442 0.999721825 -0.021122085 -2.313154459 -0.846568823 -0.002357433 -0.532274008 -23.524635315\n-0.523717523 0.026364593 0.851484001 83.350204468 0.015666330 0.999650002 -0.021316472 -2.342742443 -0.851747990 0.002175821 -0.523947358 -24.037010193\n-0.515761137 0.029536711 0.856223345 84.148620605 0.023182435 0.999520719 -0.020515634 -2.383826733 -0.856418908 0.009268177 -0.516198635 -24.521659851\n-0.506034374 0.028171236 0.862053216 84.961822510 0.020229312 0.999579191 -0.020790661 -2.419735193 -0.862276137 0.006917955 -0.506391287 -24.991004944\n-0.495084047 0.026574837 0.868438780 85.773857117 0.018062035 0.999630928 -0.020292515 -2.442405701 -0.868657529 0.005639271 -0.495381355 -25.447998047\n-0.483568192 0.023140252 0.875001013 86.588714600 0.018127412 0.999700844 -0.016419975 -2.477978706 -0.875119209 0.007921327 -0.483842969 -25.893951416\n-0.472166181 0.022699941 0.881217539 87.408218384 0.017937008 0.999708831 -0.016141403 -2.508455753 -0.881327331 0.008184982 -0.472435832 -26.327835083\n-0.460927367 0.021398446 0.887179852 88.234962463 0.017905319 0.999729991 -0.014810544 -2.540394306 -0.887257218 0.009058652 -0.461186171 -26.747291565\n-0.448500514 0.022492610 0.893499553 89.058410645 0.019342516 0.999693453 -0.015456738 -2.571310997 -0.893573284 0.010350175 -0.448798060 -27.164230347\n-0.436116576 0.025972299 0.899515510 89.882057190 0.018900238 0.999627292 -0.019699404 -2.612280130 -0.899691880 0.008409823 -0.436444879 -27.560722351\n-0.424799204 0.035436343 0.904593825 90.713798523 0.021408316 0.999347389 -0.029094808 -2.645480871 -0.905034482 0.007006378 -0.425280571 -27.951675415\n-0.412450194 0.040538859 0.910077810 91.545989990 0.020962400 0.999167204 -0.035007067 -2.679407835 -0.910739064 0.004638745 -0.412956595 -28.323570251\n-0.400624871 0.037197284 0.915486872 92.405929565 0.018499509 0.999300301 -0.032507181 -2.722111464 -0.916055441 0.003912871 -0.401032686 -28.701736450\n-0.388477683 0.032918368 0.920869946 93.237892151 0.017778030 0.999443412 -0.028227309 -2.771652460 -0.921286643 0.005405576 -0.388846636 -29.051879883\n-0.379059792 0.033865273 0.924752295 94.076377869 0.015003303 0.999423683 -0.030449893 -2.816297054 -0.925250590 0.002332011 -0.379349470 -29.382942200\n-0.372411489 0.037733387 0.927300274 94.919242859 0.010322688 0.999279737 -0.036516674 -2.866640568 -0.928010285 -0.004026997 -0.372532845 -29.706039429\n-0.366939306 0.042886455 0.929256022 95.758285522 0.004067359 0.999001145 -0.044499204 -2.912642241 -0.930236220 -0.012548879 -0.366747260 -30.029693604\n-0.364030480 0.044433743 0.930326700 96.593605042 0.000149967 0.998864174 -0.047648516 -2.964545488 -0.931387186 -0.017205987 -0.363623738 -30.337448120\n-0.360303283 0.044279132 0.931783855 97.415534973 -0.001159148 0.998850763 -0.047914430 -3.020731688 -0.932834685 -0.018343797 -0.359837890 -30.644798279\n-0.355215192 0.043990564 0.933748960 98.256072998 -0.002796986 0.998837590 -0.048121035 -3.074190617 -0.934780419 -0.019705005 -0.354679346 -30.957931519\n-0.350097895 0.039872658 0.935864151 99.100288391 -0.006441589 0.998967528 -0.044970926 -3.124826908 -0.936690986 -0.021772679 -0.349479556 -31.262443542\n-0.344782829 0.036348060 0.937978745 99.928863525 -0.006089074 0.999142349 -0.040956475 -3.177517414 -0.938663006 -0.019832499 -0.344265819 -31.556198120\n-0.338924170 0.033261120 0.940225720 100.785835266 -0.007746326 0.999242306 -0.038141206 -3.233092546 -0.940781951 -0.020210264 -0.338409662 -31.859146118\n-0.333490968 0.031697899 0.942220330 101.632835388 -0.016101545 0.999097288 -0.039310344 -3.280953884 -0.942615807 -0.028280845 -0.332679510 -32.138900757\n-0.327460408 0.031610273 0.944336116 102.485252380 -0.023154985 0.998871624 -0.041465051 -3.332029819 -0.944581270 -0.035444245 -0.326358914 -32.412857056\n-0.320123434 0.035861518 0.946696877 103.326362610 -0.021001387 0.998769104 -0.044935625 -3.386236668 -0.947143018 -0.034266893 -0.318976283 -32.698234558\n-0.312846899 0.039070126 0.948999822 104.178604126 -0.018958159 0.998697698 -0.047365915 -3.439939022 -0.949614525 -0.032809559 -0.311698794 -32.979148865\n-0.306618690 0.037436455 0.951096058 105.029685974 -0.020703156 0.998727560 -0.045985676 -3.489573479 -0.951607347 -0.033790752 -0.305453539 -33.244476318\n-0.299563885 0.032444756 0.953524590 105.882858276 -0.020790935 0.998962283 -0.040522605 -3.545311689 -0.953849852 -0.031963766 -0.298578382 -33.504852295\n-0.292934656 0.029596657 0.955674469 106.746612549 -0.021660861 0.999058843 -0.037579760 -3.597701550 -0.955887258 -0.031709135 -0.292017817 -33.760643005\n-0.286278009 0.033038460 0.957576990 107.602348328 -0.024190467 0.998837531 -0.041694041 -3.645193815 -0.957841337 -0.035100315 -0.285145998 -34.008430481\n-0.279845595 0.035866622 0.959374905 108.458938599 -0.023225155 0.998756528 -0.044113602 -3.695840359 -0.959764123 -0.034626622 -0.278664589 -34.253303528\n-0.273013830 0.036615469 0.961313188 109.312461853 -0.025415722 0.998652041 -0.045255765 -3.747216463 -0.961674452 -0.036787912 -0.271715283 -34.488166809\n-0.265926003 0.036073562 0.963318408 110.169097900 -0.025444146 0.998688757 -0.044421989 -3.800097227 -0.963657796 -0.036323767 -0.264659405 -34.716567993\n-0.257777214 0.036017545 0.965532839 111.034255981 -0.021189297 0.998853862 -0.042917635 -3.856338739 -0.965972006 -0.031522151 -0.256718636 -34.949485779\n-0.249966860 0.037083421 0.967544019 111.901504517 -0.018480297 0.998901546 -0.043059696 -3.909044981 -0.968078017 -0.028643999 -0.249006987 -35.175636292\n-0.243384838 0.037433978 0.969207227 112.763824463 -0.017654745 0.998918414 -0.043014940 -3.963374615 -0.969769180 -0.027580287 -0.242460608 -35.387580872\n-0.237105370 0.036174361 0.970810294 113.636901855 -0.023901470 0.998786807 -0.043054387 -4.014798641 -0.971189976 -0.033412218 -0.235953093 -35.577949524\n-0.231239319 0.034652002 0.972279549 114.481597900 -0.027745888 0.998724103 -0.042193346 -4.063515186 -0.972501159 -0.036733523 -0.229982853 -35.772132874\n-0.226722121 0.034536663 0.973347127 115.346702576 -0.025408851 0.998821199 -0.041359037 -4.114706993 -0.973628163 -0.034108631 -0.225577354 -35.964416504\n-0.222037792 0.035482086 0.974392414 116.220840454 -0.022810431 0.998875141 -0.041571498 -4.161959648 -0.974771380 -0.031456746 -0.220978737 -36.157341003\n-0.217371821 0.036411416 0.975409508 117.090942383 -0.022768192 0.998842955 -0.042360105 -4.214853287 -0.975823283 -0.031416208 -0.216291308 -36.349479675\n-0.211485505 0.035621427 0.976731956 117.964447021 -0.016737835 0.999057114 -0.040059764 -4.262271404 -0.977237940 -0.024820430 -0.210689902 -36.542068481\n-0.205276728 0.034404296 0.978099048 118.837150574 -0.010473463 0.999247491 -0.037346281 -4.305525303 -0.978647947 -0.017910408 -0.204761982 -36.739402771\n-0.200688601 0.032917239 0.979101896 119.714714050 -0.008184195 0.999344110 -0.035275310 -4.364617348 -0.979620934 -0.015092515 -0.200287580 -36.911788940\n-0.196593881 0.035052773 0.979858279 120.568702698 -0.010047577 0.999236226 -0.037761886 -4.410367012 -0.980433583 -0.017268958 -0.196091533 -37.080543518\n-0.192747951 0.037131399 0.980545521 121.440940857 -0.011426783 0.999131083 -0.040081386 -4.453397751 -0.981181800 -0.018930083 -0.192156076 -37.251243591\n-0.191897631 0.036307111 0.980743289 122.315101624 -0.014574054 0.999099851 -0.039838314 -4.502595425 -0.981306911 -0.021938277 -0.191195846 -37.401008606\n-0.190813303 0.034960385 0.981003642 123.199005127 -0.015101292 0.999142766 -0.038544144 -4.554023743 -0.981510222 -0.022169158 -0.190121770 -37.569869995\n-0.189442396 0.030585788 0.981415451 124.073585510 -0.013795304 0.999333143 -0.033807099 -4.598014355 -0.981795073 -0.019943416 -0.188894033 -37.740043640\n-0.189003587 0.025633894 0.981641829 124.955078125 -0.015480884 0.999457181 -0.029079774 -4.638125420 -0.981854439 -0.020692861 -0.188504219 -37.901824951\n-0.187981129 0.023019904 0.981902778 125.822013855 -0.015481465 0.999531627 -0.026397061 -4.687602997 -0.982050598 -0.020163447 -0.187536716 -38.067520142\n-0.187160611 0.027519723 0.981943846 126.687011719 -0.015517462 0.999399960 -0.030966608 -4.728968143 -0.982206821 -0.021033002 -0.186621308 -38.224807739\n-0.187116742 0.031451698 0.981833994 127.549797058 -0.015695596 0.999264002 -0.035001293 -4.770337105 -0.982212186 -0.021959800 -0.186485410 -38.389953613\n-0.186681509 0.030730465 0.981939614 128.404266357 -0.017821049 0.999240279 -0.034659952 -4.815700531 -0.982258677 -0.023969574 -0.185992122 -38.543045044\n-0.186461806 0.029715048 0.982012749 129.252059937 -0.022142485 0.999161482 -0.034438312 -4.848427296 -0.982212663 -0.028165631 -0.185647488 -38.692390442\n-0.185830951 0.030880740 0.982096553 130.106918335 -0.017272934 0.999248922 -0.034688435 -4.891713142 -0.982430100 -0.023409864 -0.185158014 -38.855773926\n-0.185154915 0.032918710 0.982158005 130.945312500 -0.019137420 0.999128461 -0.037095260 -4.939919472 -0.982523143 -0.025664331 -0.184363484 -39.010368347\n-0.185082316 0.034009952 0.982134402 131.789825439 -0.026145304 0.998876810 -0.039516773 -4.989394188 -0.982375264 -0.032992054 -0.183985233 -39.150451660\n-0.184588552 0.035582967 0.982171535 132.627624512 -0.031920489 0.998600125 -0.042177271 -5.037005901 -0.982297421 -0.039136838 -0.183194399 -39.294891357\n-0.184443235 0.039255701 0.982058942 133.462753296 -0.028815012 0.998556554 -0.045326985 -5.088343143 -0.982420683 -0.036658294 -0.183045864 -39.443191528\n-0.183809042 0.040042937 0.982145965 134.281494141 -0.026984870 0.998587787 -0.045763511 -5.145082951 -0.982591450 -0.034914833 -0.182468891 -39.595367432\n-0.182365179 0.041015036 0.982375145 135.103973389 -0.028171292 0.998501420 -0.046917956 -5.197259903 -0.982827306 -0.036230970 -0.180936456 -39.739318848\n-0.180244803 0.040646091 0.982781649 135.921997070 -0.020368889 0.998777330 -0.045043357 -5.241629601 -0.983410895 -0.028137000 -0.179196477 -39.899024963\n-0.176532984 0.037500989 0.983580053 136.729415894 -0.014412507 0.999068320 -0.040678266 -5.295994759 -0.984189212 -0.021356914 -0.175828099 -40.050582886\n-0.174500465 0.032743894 0.984112442 137.541107178 -0.010531983 0.999327660 -0.035117649 -5.344700336 -0.984600723 -0.016492706 -0.174038291 -40.197906494\n-0.170721650 0.032355871 0.984787941 138.351333618 -0.008193307 0.999379516 -0.034255669 -5.391533375 -0.985285282 -0.013916851 -0.170350552 -40.335388184\n-0.165683508 0.037186068 0.985477686 139.149566650 -0.007605121 0.999210954 -0.038982891 -5.439787865 -0.986149669 -0.013953496 -0.165269971 -40.469207764\n-0.159106135 0.040426299 0.986433446 139.941009521 -0.006212519 0.999100506 -0.041947469 -5.483754635 -0.987241983 -0.012802337 -0.158711910 -40.595191956\n-0.150912285 0.041256927 0.987685859 140.741851807 -0.006496376 0.999065757 -0.042724885 -5.524425507 -0.988525808 -0.012864088 -0.150503278 -40.713424683\n-0.141634464 0.036858320 0.989232719 141.536636353 -0.005074173 0.999266446 -0.037958674 -5.570664883 -0.989906132 -0.010395790 -0.141343594 -40.820037842\n-0.129070640 0.035009440 0.991017342 142.337127686 -0.001350374 0.999369442 -0.035480373 -5.619887352 -0.991634607 -0.005917714 -0.128942013 -40.929695129\n-0.115424156 0.037750218 0.992598832 143.123870850 0.002251800 0.999284983 -0.037742659 -5.660063267 -0.993313849 -0.002121274 -0.115426540 -41.019569397\n-0.101108313 0.038868807 0.994115889 143.921813965 0.001007389 0.999239981 -0.038966697 -5.701395988 -0.994874954 -0.002938392 -0.101070642 -41.100196838\n-0.087159157 0.038948711 0.995432854 144.705154419 0.001981840 0.999240220 -0.038924161 -5.743072033 -0.996192575 -0.001419799 -0.087170124 -41.164825439\n-0.073989630 0.040479992 0.996437192 145.478027344 0.002779767 0.999180317 -0.040385023 -5.789517403 -0.997255206 -0.000218211 -0.074041605 -41.213851929\n-0.060476303 0.046647605 0.997079134 146.247604370 0.000363298 0.998908401 -0.046711154 -5.842306137 -0.998169661 -0.002462679 -0.060427308 -41.249946594\n-0.047690392 0.056103732 0.997285306 147.021301270 -0.007672322 0.998371303 -0.056531720 -5.889653683 -0.998832703 -0.010347514 -0.047182322 -41.273475647\n-0.034444213 0.063955106 0.997358322 147.777587891 -0.012036130 0.997851431 -0.064402401 -5.940834045 -0.999334276 -0.014222614 -0.033600450 -41.281982422\n-0.021117687 0.064570941 0.997689843 148.542755127 -0.013223262 0.997806847 -0.064858414 -5.994440556 -0.999689758 -0.014562357 -0.020217538 -41.291648865\n-0.008864522 0.060488664 0.998129725 149.303573608 -0.017300658 0.998010039 -0.060635068 -6.053932667 -0.999811232 -0.017805783 -0.007800341 -41.290031433\n0.001043320 0.058274869 0.998300195 150.074813843 -0.021592155 0.998069167 -0.058238819 -6.115065575 -0.999766469 -0.021494677 0.002299547 -41.271064758\n0.010011733 0.064934365 0.997839451 150.825637817 -0.025659712 0.997577429 -0.064659856 -6.175408840 -0.999620736 -0.024956901 0.011653662 -41.251007080\n0.016923070 0.072693504 0.997210801 151.579788208 -0.029489290 0.996955991 -0.072174482 -6.234765530 -0.999421895 -0.028185625 0.019015193 -41.233489990\n0.019822896 0.075358242 0.996959567 152.329254150 -0.031997420 0.996692419 -0.074701838 -6.293368816 -0.999291420 -0.030419320 0.022168577 -41.207260132\n0.019866049 0.071158238 0.997267246 153.089370728 -0.034322280 0.996924639 -0.070450082 -6.354802132 -0.999213398 -0.032828912 0.022247255 -41.184143066\n0.018213451 0.066591039 0.997614205 153.840881348 -0.035504229 0.997193396 -0.065914750 -6.424747944 -0.999203682 -0.034218982 0.020526588 -41.163291931\n0.014886796 0.063939676 0.997842729 154.595046997 -0.034886811 0.997378886 -0.063389480 -6.482418537 -0.999280393 -0.033867881 0.017078400 -41.147186279\n0.011986613 0.064356364 0.997855067 155.343261719 -0.033128459 0.997404397 -0.063929349 -6.537038326 -0.999379277 -0.032291099 0.014087498 -41.134605408\n0.008560121 0.064153932 0.997903347 156.082992554 -0.031324424 0.997467339 -0.063857198 -6.599648476 -0.999472678 -0.030712120 0.010547996 -41.126495361\n0.004007816 0.063069515 0.998001039 156.845748901 -0.032072347 0.997503757 -0.062909290 -6.659459114 -0.999477506 -0.031756110 0.006020606 -41.126998901\n-0.001393676 0.063629858 0.997972727 157.586730957 -0.033400740 0.997413754 -0.063640863 -6.710115433 -0.999441206 -0.033421703 0.000735283 -41.126106262\n-0.006866932 0.061582215 0.998078465 158.328125000 -0.034040473 0.997509062 -0.061781291 -6.768693924 -0.999396920 -0.034399305 -0.004753590 -41.129264832\n-0.012743235 0.058826063 0.998186946 159.071685791 -0.030914444 0.997767568 -0.059196018 -6.831882954 -0.999440849 -0.031612746 -0.010896325 -41.138526917\n-0.018041372 0.058798432 0.998106897 159.806457520 -0.031758573 0.997731864 -0.059350397 -6.885880947 -0.999332786 -0.032769207 -0.016133070 -41.151206970\n-0.023237705 0.060188364 0.997916579 160.533004761 -0.033358373 0.997583568 -0.060945068 -6.939482212 -0.999173343 -0.034705091 -0.021173835 -41.161987305\n-0.027295589 0.062261779 0.997686565 161.263458252 -0.034284290 0.997412920 -0.063182682 -6.998657227 -0.999039352 -0.035929587 -0.025090456 -41.179794312\n-0.029616356 0.064790532 0.997459352 161.983886719 -0.034887105 0.997222066 -0.065810986 -7.053551674 -0.998952389 -0.036747549 -0.027273774 -41.202880859\n-0.031130314 0.066109903 0.997326732 162.702117920 -0.031636767 0.997245073 -0.067091994 -7.109780788 -0.999014616 -0.033640776 -0.028953075 -41.226524353\n-0.030923486 0.064464979 0.997440815 163.411331177 -0.027828721 0.997475564 -0.065329999 -7.167801380 -0.999134362 -0.029777728 -0.029051423 -41.239608765\n-0.026311874 0.060671635 0.997810960 164.136215210 -0.024999611 0.997804403 -0.061330467 -7.228066444 -0.999341190 -0.026558602 -0.024737358 -41.268630981\n-0.018207788 0.060304619 0.998013973 164.839477539 -0.023945920 0.997866809 -0.060732596 -7.287830830 -0.999547482 -0.025004165 -0.016724944 -41.281387329\n-0.006836176 0.061162278 0.998104453 165.538513184 -0.020924449 0.997900486 -0.061293095 -7.342148781 -0.999757707 -0.021303795 -0.005542040 -41.284339905\n0.006880403 0.061746377 0.998068273 166.230575562 -0.018414162 0.997930348 -0.061610907 -7.393399239 -0.999806881 -0.017954672 0.008003175 -41.268791199\n0.022481322 0.059219602 0.997991800 166.915435791 -0.020668283 0.998058259 -0.058757961 -7.443659306 -0.999533594 -0.019305818 0.023661673 -41.249198914\n0.038567126 0.054100014 0.997790575 167.601638794 -0.025625819 0.998258471 -0.053134885 -7.494806767 -0.998927534 -0.023519929 0.039886296 -41.207221985\n0.054100096 0.047351990 0.997412205 168.280410767 -0.027481072 0.998567224 -0.045916241 -7.542590141 -0.998157322 -0.024925876 0.055323899 -41.151092529\n0.070987225 0.040186163 0.996667504 168.957168579 -0.027446102 0.998888493 -0.038320877 -7.580886841 -0.997099638 -0.024634337 0.072011232 -41.089492798\n0.088893712 0.033188667 0.995488048 169.632904053 -0.026445530 0.999171019 -0.030949960 -7.616610527 -0.995689988 -0.023574954 0.089697659 -41.023635864\n0.105702877 0.027285395 0.994023442 170.295593262 -0.028070524 0.999306977 -0.024445450 -7.650889397 -0.994001567 -0.025318800 0.106395543 -40.935882568\n0.123651445 0.025320230 0.992002726 170.947494507 -0.029312016 0.999331415 -0.021853596 -7.681661606 -0.991892815 -0.026375365 0.124310970 -40.838020325\n0.141574681 0.023605006 0.989646137 171.582000732 -0.029189559 0.999380529 -0.019661453 -7.709918976 -0.989497125 -0.026103768 0.142176032 -40.740173340\n0.159253776 0.023257023 0.986963749 172.218566895 -0.030431233 0.999363065 -0.018638903 -7.729576111 -0.986768603 -0.027066207 0.159860075 -40.627540588\n0.175174177 0.021690074 0.984298587 172.849014282 -0.035430748 0.999248564 -0.015713954 -7.755316734 -0.983899772 -0.032121751 0.175811052 -40.493835449\n0.189068019 0.018751612 0.981785059 173.475326538 -0.038017251 0.999207854 -0.011763173 -7.775825500 -0.981227875 -0.035100721 0.189631164 -40.356346130\n0.201231003 0.014993744 0.979429066 174.099731445 -0.034615185 0.999367177 -0.008187022 -7.793652534 -0.978932023 -0.032255635 0.201622665 -40.222335815\n0.211853266 0.013983647 0.977201462 174.710952759 -0.032301035 0.999451518 -0.007299311 -7.808461189 -0.976767600 -0.030018235 0.212188721 -40.084358215\n0.222033441 0.017646328 0.974879384 175.310791016 -0.036474381 0.999286711 -0.009780910 -7.828015804 -0.974356651 -0.033386432 0.222518682 -39.936088562\n0.230561912 0.024990361 0.972736716 175.907867432 -0.041564751 0.999010682 -0.015813515 -7.849466324 -0.972169518 -0.036785565 0.231372535 -39.775672913\n0.239528656 0.034808751 0.970265150 176.492446899 -0.041569363 0.998808384 -0.025570557 -7.868135452 -0.969999015 -0.034208421 0.240690231 -39.621803284\n0.247759402 0.040203515 0.967987120 177.085800171 -0.035715166 0.998838484 -0.032343462 -7.890010834 -0.968163133 -0.026558422 0.248907506 -39.472030640\n0.254536510 0.038624998 0.966291606 177.686508179 -0.035818629 0.998892963 -0.030492960 -7.909829617 -0.966399670 -0.026849667 0.255638242 -39.312294006\n0.260264754 0.031021336 0.965038836 178.292800903 -0.037454572 0.999055862 -0.022013560 -7.926534653 -0.964810550 -0.030415758 0.261180937 -39.133003235\n0.264417291 0.020553496 0.964189351 178.903579712 -0.042493045 0.999050200 -0.009643414 -7.954357147 -0.963471830 -0.038421456 0.265039504 -38.957687378\n0.266400039 0.012331596 0.963783741 179.514602661 -0.042629492 0.999090433 -0.001000100 -7.975836754 -0.962919474 -0.040819183 0.266683400 -38.781578064\n0.267392337 0.011913181 0.963514149 180.111999512 -0.039570335 0.999215841 -0.001373129 -7.991979599 -0.962774992 -0.037759412 0.267654121 -38.614631653\n0.268798411 0.013491657 0.963102043 180.708770752 -0.035562709 0.999359131 -0.004074135 -8.008817673 -0.962539792 -0.033155393 0.269105971 -38.455299377\n0.270319223 0.013020234 0.962682784 181.317916870 -0.032256972 0.999469638 -0.004460086 -8.014345169 -0.962230325 -0.029847579 0.270595849 -38.281730652\n0.272087634 0.010716254 0.962212861 181.934646606 -0.034398753 0.999407232 -0.001403457 -8.022387505 -0.961657465 -0.032717053 0.272294939 -38.104171753\n0.274696946 0.007288867 0.961503208 182.538787842 -0.034964189 0.999385655 0.002413062 -8.032474518 -0.960894942 -0.034281041 0.274783075 -37.921760559\n0.277522504 0.002151556 0.960716665 183.157104492 -0.033968683 0.999394178 0.007574366 -8.042089462 -0.960118353 -0.034736339 0.277427495 -37.733184814\n0.281912148 -0.000518657 0.959440112 183.772018433 -0.033492308 0.999385059 0.010381291 -8.047518730 -0.958855510 -0.035060473 0.281721473 -37.548820496\n0.288044691 -0.002674039 0.957613230 184.387390137 -0.031270768 0.999436557 0.012196900 -8.048364639 -0.957106292 -0.033458553 0.287798762 -37.360679626\n0.296424627 -0.005627543 0.955039561 185.014465332 -0.029688835 0.999445081 0.015104000 -8.047832489 -0.954594612 -0.032831211 0.296093047 -37.167190552\n0.305986881 -0.007682206 0.952004790 185.636871338 -0.027146457 0.999490440 0.016790623 -8.051904678 -0.951648712 -0.030981267 0.305622399 -36.959365845\n0.316994548 -0.005689747 0.948410332 186.251098633 -0.029033612 0.999455154 0.015700109 -8.059978485 -0.947982907 -0.032512628 0.316656649 -36.747451782\n0.328371704 -0.001647439 0.944547176 186.872192383 -0.030294154 0.999465644 0.012274985 -8.056617737 -0.944062710 -0.032645013 0.328146338 -36.519508362\n0.339679241 0.001543698 0.940540016 187.486389160 -0.031352021 0.999461532 0.009682482 -8.056314468 -0.940018594 -0.032776769 0.339544713 -36.278900146\n0.351664782 0.001768621 0.936124384 188.089752197 -0.030138116 0.999501228 0.009433338 -8.055724144 -0.935640812 -0.031530395 0.351542711 -36.052703857\n0.362957001 -0.001526020 0.931804657 188.714126587 -0.029229419 0.999487877 0.013022322 -8.059028625 -0.931347311 -0.031962652 0.362726510 -35.802246094\n0.374229252 -0.003194096 0.927330852 189.336669922 -0.030295344 0.999418199 0.015668245 -8.063847542 -0.926841378 -0.033957317 0.373914719 -35.539108276\n0.385203600 -0.003261992 0.922825873 189.959075928 -0.032282986 0.999334037 0.017007912 -8.059540749 -0.922266781 -0.036343079 0.384841740 -35.272628784\n0.394381821 -0.004130022 0.918937445 190.584228516 -0.036532652 0.999128878 0.020169210 -8.053492546 -0.918220282 -0.041525591 0.393887401 -34.986587524\n0.401307583 -0.003233113 0.915937662 191.208801270 -0.039752521 0.998990059 0.020943385 -8.048707962 -0.915080309 -0.044815570 0.400773764 -34.696414948\n0.405918360 -0.006143447 0.913888693 191.848449707 -0.039601613 0.998919904 0.024304749 -8.042921066 -0.913050890 -0.046057209 0.405236661 -34.412075043\n0.408622265 -0.009793776 0.912651062 192.496017456 -0.036396302 0.998972178 0.027015861 -8.033111572 -0.911977649 -0.044256408 0.407845855 -34.128456116\n0.408503592 -0.009358451 0.912708759 193.144714355 -0.031883918 0.999190867 0.024515571 -8.024283409 -0.912199676 -0.039115429 0.407874703 -33.836811066\n0.407123208 -0.008533926 0.913333476 193.811859131 -0.030658366 0.999265194 0.023002982 -8.016613007 -0.912858665 -0.037366360 0.406562448 -33.534194946\n0.406573653 -0.007139137 0.913590193 194.478347778 -0.027556421 0.999418676 0.020073233 -8.009078026 -0.913202465 -0.033336524 0.406140625 -33.241058350\n0.405829549 -0.008730485 0.913907111 195.151794434 -0.024408516 0.999494195 0.020386940 -7.994649887 -0.913622856 -0.030580739 0.405411184 -32.941337585\n0.405797482 -0.015075509 0.913838685 195.837432861 -0.020832069 0.999451637 0.025738508 -7.994477272 -0.913725615 -0.029481772 0.405260921 -32.650840759\n0.404522002 -0.017964154 0.914351881 196.520355225 -0.020326894 0.999383450 0.028627666 -7.986232758 -0.914302349 -0.030166456 0.403907478 -32.346534729\n0.403124511 -0.020668361 0.914911687 197.209960938 -0.019285709 0.999331057 0.031073026 -7.978838444 -0.914941847 -0.030171018 0.402456224 -32.045631409\n0.401362002 -0.020414025 0.915691972 197.892166138 -0.020428184 0.999303401 0.031232007 -7.963865280 -0.915691674 -0.031241266 0.400665402 -31.737564087\n0.399064064 -0.020611567 0.916691422 198.580093384 -0.022148604 0.999238908 0.032109600 -7.950714111 -0.916655600 -0.033117224 0.398303807 -31.431678772\n0.397551775 -0.019690359 0.917368472 199.275192261 -0.022669608 0.999253809 0.031272072 -7.939653397 -0.917299688 -0.033228654 0.396808743 -31.128105164\n0.396722257 -0.016277339 0.917794466 199.969284058 -0.021515124 0.999403179 0.027024742 -7.935269356 -0.917686641 -0.030467778 0.396135271 -30.833938599\n0.396324575 -0.009924784 0.918056905 200.660430908 -0.022172026 0.999546468 0.020377394 -7.921561241 -0.917842805 -0.028431244 0.395924807 -30.537696838\n0.395227134 -0.007427290 0.918553352 201.346725464 -0.023927283 0.999544799 0.018377397 -7.916588783 -0.918271720 -0.029241733 0.394869506 -30.241081238\n0.393813252 -0.010299119 0.919132769 202.042007446 -0.025008678 0.999446988 0.021914322 -7.912829399 -0.918850243 -0.031616446 0.393337905 -29.944999695\n0.392772853 -0.013543121 0.919535875 202.731216431 -0.026800692 0.999298275 0.026165599 -7.913746834 -0.919245005 -0.034921333 0.392134309 -29.646484375\n0.390096605 -0.012745502 0.920685768 203.416473389 -0.030622443 0.999171495 0.026806818 -7.908952713 -0.920264661 -0.038650896 0.389383137 -29.347488403\n0.385176837 -0.012708544 0.922755301 204.111755371 -0.033153396 0.999069154 0.027598469 -7.902400017 -0.922247112 -0.041222762 0.384396911 -29.043930054\n0.378521502 -0.013727692 0.925490677 204.802368164 -0.033289421 0.999041200 0.028433880 -7.892801285 -0.924993634 -0.041571882 0.377701581 -28.762603760\n0.369984925 -0.014306481 0.928927600 205.500366211 -0.032361344 0.999076188 0.028276127 -7.887037277 -0.928474009 -0.040523089 0.369180143 -28.490097046\n0.359953046 -0.013235904 0.932876587 206.191314697 -0.029789414 0.999226451 0.025671626 -7.884826660 -0.932494760 -0.037030425 0.359280348 -28.228561401\n0.349112570 -0.010115133 0.937026262 206.879882812 -0.030951386 0.999271691 0.022318782 -7.880454063 -0.936569571 -0.036794029 0.348545194 -27.971076965\n0.337435305 -0.009644503 0.941299319 207.584625244 -0.034240056 0.999160051 0.022511655 -7.869117737 -0.940725863 -0.039826367 0.336821616 -27.709541321\n0.326644421 -0.017926630 0.944977283 208.289154053 -0.029321928 0.999146640 0.029089777 -7.863463402 -0.944692373 -0.037210569 0.325840056 -27.475463867\n0.318532765 -0.026507171 0.947541118 209.003738403 -0.024775030 0.999034643 0.036276251 -7.855717182 -0.947588027 -0.035030536 0.317568600 -27.250320435\n0.311099648 -0.031832576 0.949844122 209.713623047 -0.024705743 0.998830259 0.041566081 -7.842421532 -0.950056195 -0.036397800 0.309949338 -27.012954712\n0.307176352 -0.032527667 0.951096654 210.406799316 -0.029946711 0.998590350 0.043823875 -7.823590279 -0.951181412 -0.041943874 0.305769205 -26.784790039\n0.304921806 -0.034517355 0.951751709 211.116577148 -0.028814321 0.998551130 0.045446165 -7.803308487 -0.951941431 -0.041281607 0.303485453 -26.560295105\n0.303300679 -0.035354037 0.952238917 211.826599121 -0.027826700 0.998556674 0.045936868 -7.783341408 -0.952488601 -0.040430352 0.301879168 -26.335769653\n0.301668823 -0.033246707 0.952833056 212.542251587 -0.029274767 0.998597562 0.044112004 -7.762937546 -0.952963352 -0.041201182 0.300272465 -26.093086243\n0.300826550 -0.031430960 0.953160882 213.258377075 -0.032954976 0.998517275 0.043327518 -7.741073608 -0.953109384 -0.044445463 0.299344659 -25.856269836\n0.301862538 -0.031992957 0.952814519 213.974822998 -0.033556096 0.998460889 0.044156596 -7.720249176 -0.952760756 -0.045301959 0.300324380 -25.629791260\n0.303640366 -0.032908596 0.952218235 214.699005127 -0.035178401 0.998334706 0.045719959 -7.701091766 -0.952137113 -0.047379941 0.301977038 -25.396224976\n0.305058777 -0.034777876 0.951698422 215.426422119 -0.034085963 0.998293936 0.047406588 -7.682424545 -0.951723456 -0.046901353 0.303352892 -25.165443420\n0.306475103 -0.035833627 0.951204062 216.156158447 -0.030433834 0.998411417 0.047417719 -7.658542633 -0.951392114 -0.043481138 0.304897726 -24.930564880\n0.310069621 -0.037050262 0.949991643 216.883300781 -0.029646821 0.998377562 0.048613831 -7.634201050 -0.950251520 -0.043237906 0.308468163 -24.699897766\n0.314474642 -0.038742214 0.948475003 217.619201660 -0.031372681 0.998196781 0.051175069 -7.610277176 -0.948747396 -0.045849469 0.312692165 -24.451133728\n0.319888592 -0.043061275 0.946476161 218.359786987 -0.033032853 0.997852445 0.056563109 -7.585189819 -0.946879148 -0.049358703 0.317779183 -24.196144104\n0.324107349 -0.046342436 0.944884598 219.100631714 -0.033837046 0.997592449 0.060534067 -7.549684525 -0.945415020 -0.051591642 0.321758926 -23.924171448\n0.328364789 -0.046249636 0.943418086 219.819503784 -0.034784555 0.997530878 0.061009508 -7.519940376 -0.943910360 -0.052849755 0.325945258 -23.673957825\n0.332612753 -0.041895922 0.942132533 220.552627563 -0.039884601 0.997493923 0.058438770 -7.492552280 -0.942219794 -0.057014063 0.330108225 -23.402343750\n0.336946428 -0.035703644 0.940846622 221.284286499 -0.045083374 0.997522652 0.054000173 -7.454650879 -0.940443873 -0.060611706 0.334502101 -23.123703003\n0.341748655 -0.032432012 0.939231634 222.015472412 -0.048163883 0.997486591 0.051968481 -7.419771194 -0.938556433 -0.062997200 0.339327633 -22.848022461\n0.346196175 -0.032480013 0.937599838 222.755401611 -0.050207827 0.997326851 0.053087637 -7.391271114 -0.936817765 -0.065453582 0.343639970 -22.566711426\n0.349708557 -0.030244898 0.936370313 223.499435425 -0.052248042 0.997293651 0.051725946 -7.365881920 -0.935400605 -0.067012519 0.347181857 -22.274848938\n0.353847921 -0.027139323 0.934909165 224.229187012 -0.052923173 0.997396469 0.048983816 -7.337889194 -0.933804452 -0.066811174 0.351490319 -21.997322083\n0.357939303 -0.026973683 0.933355212 224.961029053 -0.053161364 0.997372627 0.049211022 -7.313179016 -0.932230353 -0.067232996 0.355564892 -21.700569153\n0.362832427 -0.028522015 0.931417882 225.698883057 -0.053187758 0.997268140 0.051257711 -7.291231632 -0.930335343 -0.068137988 0.360324204 -21.412361145\n0.366740823 -0.029211387 0.929864407 226.440460205 -0.048729293 0.997531712 0.050556079 -7.265169144 -0.929046035 -0.063852608 0.364412129 -21.114578247\n0.371213019 -0.028791377 0.928101242 227.163024902 -0.045771807 0.997736692 0.049258959 -7.237641335 -0.927418888 -0.060766440 0.369054973 -20.826690674\n0.375081480 -0.026657511 0.926608562 227.899963379 -0.047111165 0.997746527 0.047774188 -7.210952759 -0.925794005 -0.061572820 0.372980356 -20.518112183\n0.379224181 -0.026936751 0.924912691 228.633300781 -0.051774535 0.997392476 0.050275736 -7.184892654 -0.923855186 -0.066952698 0.376840651 -20.199707031\n0.384157956 -0.027094485 0.922869802 229.369079590 -0.054800455 0.997137845 0.052086413 -7.159803867 -0.921639681 -0.070583090 0.381573677 -19.892250061\n0.388138771 -0.024524661 0.921274602 230.099197388 -0.052284300 0.997449934 0.048580177 -7.139114380 -0.920116723 -0.067024045 0.385866702 -19.582283020\n0.392127156 -0.018357968 0.919727921 230.820693970 -0.050814044 0.997842133 0.041581780 -7.119812012 -0.918506622 -0.063040435 0.390348136 -19.268508911\n0.395120203 -0.011104769 0.918562412 231.544219971 -0.058339253 0.997605145 0.037155017 -7.088147640 -0.916775167 -0.068268940 0.393526077 -18.941520691\n0.398153961 -0.012289110 0.917236328 232.275390625 -0.064240873 0.997081757 0.041244563 -7.064768791 -0.915066481 -0.075345747 0.396202624 -18.607803345\n0.400276363 -0.022314113 0.916122794 233.020584106 -0.063551024 0.996620774 0.052041814 -7.039704323 -0.914188266 -0.079051651 0.397505641 -18.277008057\n0.402360141 -0.034222137 0.914841533 233.755050659 -0.060097691 0.996158183 0.063695811 -7.007607937 -0.913506687 -0.080608524 0.398757696 -17.957817078\n0.404033601 -0.042069700 0.913776278 234.486297607 -0.061391164 0.995442569 0.072974175 -6.973666191 -0.912681818 -0.085581802 0.399609566 -17.627716064\n0.405965149 -0.043974057 0.912830055 235.214675903 -0.062770575 0.995141089 0.075855382 -6.939287663 -0.911730409 -0.088093512 0.401232362 -17.295715332\n0.408821404 -0.039716691 0.911749780 235.932861328 -0.062349536 0.995502710 0.071322098 -6.898900032 -0.910482109 -0.086005181 0.404506505 -16.970924377\n0.412813187 -0.033328399 0.910205781 236.653839111 -0.061989918 0.995985031 0.064584129 -6.850928307 -0.908703804 -0.083084762 0.409089684 -16.637435913\n0.417282820 -0.029360019 0.908302307 237.381530762 -0.061088599 0.996311069 0.060269520 -6.816066265 -0.906721175 -0.080636352 0.413949966 -16.304397583\n0.421382487 -0.027820600 0.906456292 238.107818604 -0.059400987 0.996536195 0.058198925 -6.784514427 -0.904935658 -0.078368403 0.418270350 -15.966186523\n0.425567567 -0.025523672 0.904566705 238.826217651 -0.058484562 0.996736586 0.055639356 -6.745474339 -0.903034806 -0.076581486 0.422685981 -15.625480652\n0.429424882 -0.026714873 0.902707398 239.548843384 -0.057745624 0.996704698 0.056966696 -6.709510326 -0.901254535 -0.076590322 0.426467121 -15.279754639\n0.432919741 -0.032295488 0.900853813 240.279205322 -0.055129565 0.996538758 0.062219191 -6.679518223 -0.899745166 -0.076599590 0.429640889 -14.932754517\n0.435780704 -0.038061671 0.899247766 241.004272461 -0.053310134 0.996259868 0.068002231 -6.640445232 -0.898472786 -0.077573083 0.432121754 -14.579551697\n0.438030958 -0.043158706 0.897923291 241.728698730 -0.052499291 0.995913982 0.073479183 -6.598162651 -0.897425592 -0.079326488 0.433975339 -14.221359253\n0.440149307 -0.048398200 0.896619320 242.457275391 -0.050751824 0.995609164 0.078655541 -6.550994873 -0.896489143 -0.080125250 0.435760379 -13.866340637\n0.441996753 -0.056092247 0.895261228 243.193954468 -0.048111625 0.995123982 0.086102165 -6.504765511 -0.895725548 -0.081129350 0.437142849 -13.511596680\n0.442964852 -0.055489685 0.894820213 243.935638428 -0.049828243 0.995016277 0.086369656 -6.448476315 -0.895153344 -0.082846038 0.437992275 -13.123466492\n0.445056379 -0.044058789 0.894418061 244.654754639 -0.058566954 0.995218515 0.078166716 -6.401056290 -0.893585384 -0.087171942 0.440347970 -12.756217957\n0.445671022 -0.030662496 0.894671559 245.359924316 -0.060509477 0.996095657 0.064280689 -6.356864452 -0.893149436 -0.082784146 0.442075610 -12.393074036\n0.446512699 -0.023208197 0.894476295 246.078216553 -0.060288925 0.996611476 0.055953786 -6.314201832 -0.892743886 -0.078911088 0.443600476 -12.034835815\n0.446250081 -0.025105277 0.894556105 246.817321777 -0.060385730 0.996483445 0.058089290 -6.270187378 -0.892868638 -0.079940774 0.443164825 -11.661941528\n0.446705759 -0.030292647 0.894168019 247.555862427 -0.061353147 0.996036708 0.064394385 -6.237463474 -0.892574847 -0.083625361 0.443076789 -11.289207458\n0.447968841 -0.031963162 0.893477619 248.281066895 -0.059589155 0.996071100 0.065509945 -6.201221466 -0.892061114 -0.082587995 0.444304168 -10.923934937\n0.448839962 -0.032277312 0.893029034 249.007034302 -0.056285713 0.996341944 0.064300835 -6.160721302 -0.891837776 -0.079125561 0.445381343 -10.557655334\n0.450392425 -0.034267493 0.892172873 249.740203857 -0.051870592 0.996571124 0.064462967 -6.114317894 -0.891322672 -0.075311162 0.447070599 -10.199447632\n0.451629400 -0.038985051 0.891353488 250.462982178 -0.052025512 0.996194303 0.069930665 -6.082847595 -0.890687525 -0.077955864 0.447882414 -9.825584412\n0.452486694 -0.040504657 0.890850842 251.181945801 -0.054594859 0.995835900 0.073008232 -6.046569347 -0.890098453 -0.081671126 0.448391140 -9.451934814\n0.453617990 -0.039500650 0.890320420 251.924850464 -0.055263910 0.995847821 0.072339512 -5.995746136 -0.889481127 -0.082017094 0.449551523 -9.072196960\n0.454505384 -0.035879005 0.890021145 252.649795532 -0.054194082 0.996223569 0.067835487 -5.951766491 -0.889093876 -0.079065472 0.450844526 -8.698112488\n0.456465185 -0.035645433 0.889026999 253.376571655 -0.052960940 0.996336937 0.067140475 -5.920560837 -0.888163686 -0.077730998 0.452905357 -8.327026367\n0.458342910 -0.037461549 0.887985587 254.104187012 -0.050946839 0.996361077 0.068330333 -5.868512154 -0.887314022 -0.076558784 0.454766452 -7.955268860\n0.461684585 -0.040283576 0.886129022 254.837402344 -0.050711013 0.996135890 0.071705595 -5.828452110 -0.885593474 -0.078041866 0.457857788 -7.570114136\n0.465496302 -0.042480737 0.884029806 255.565536499 -0.049869567 0.996001601 0.074120797 -5.788039207 -0.883643806 -0.078589141 0.461516559 -7.188758850\n0.469557643 -0.042386349 0.881883860 256.288940430 -0.047596473 0.996179223 0.073222458 -5.740331650 -0.881618023 -0.076356724 0.465746164 -6.801185608\n0.473669708 -0.040659409 0.879763544 257.002624512 -0.048780177 0.996189058 0.072303697 -5.702025890 -0.879350662 -0.077163093 0.469881177 -6.405227661\n0.477399766 -0.035624575 0.877963841 257.709594727 -0.053229529 0.996170223 0.069364950 -5.661595345 -0.877072573 -0.079848416 0.473675132 -6.005134583\n0.482475698 -0.031732883 0.875334382 258.426177979 -0.052815747 0.996471167 0.065235898 -5.615839005 -0.874315560 -0.077706173 0.479097128 -5.599800110\n0.489969909 -0.031677760 0.871163607 259.147918701 -0.048038937 0.996839821 0.063266285 -5.576022625 -0.870414734 -0.072848350 0.486899734 -5.204399109\n0.499152422 -0.032778572 0.865894079 259.869262695 -0.043117616 0.997106791 0.062601209 -5.535625458 -0.865440845 -0.068582833 0.496294975 -4.797500610\n0.508916497 -0.035880726 0.860067844 260.582336426 -0.037257355 0.997276545 0.063650668 -5.499647617 -0.860009313 -0.064436726 0.506193638 -4.371589661\n0.521386266 -0.036172539 0.852553785 261.268188477 -0.034415655 0.997396827 0.063365184 -5.462607384 -0.852626503 -0.062378932 0.518784165 -3.956336975\n0.534841180 -0.037048820 0.844139993 261.972564697 -0.035344046 0.997182906 0.066159531 -5.423388004 -0.844213068 -0.065220170 0.532025039 -3.498558044\n0.547630668 -0.041503772 0.835690260 262.664733887 -0.033649109 0.996868610 0.071558930 -5.381445408 -0.836043358 -0.067308091 0.544519246 -3.035308838\n0.560272336 -0.043454710 0.827167869 263.344909668 -0.035205428 0.996471226 0.076194942 -5.338546753 -0.827560008 -0.071810715 0.556765437 -2.565460205\n0.570789397 -0.040648565 0.820089757 264.009033203 -0.039415851 0.996265948 0.076814689 -5.290705681 -0.820149958 -0.076169543 0.567055821 -2.086753845\n0.579301596 -0.034000650 0.814403951 264.673126221 -0.045688681 0.996204436 0.074089937 -5.236804008 -0.813831866 -0.080129460 0.575549304 -1.596115112\n0.584721863 -0.030250255 0.810669661 265.320739746 -0.049314786 0.996130943 0.072740667 -5.193793774 -0.809733510 -0.082511060 0.580967784 -1.107849121\n0.586557686 -0.025952820 0.809491575 265.978454590 -0.055307705 0.995869696 0.072004199 -5.147702217 -0.808016837 -0.087005734 0.582699656 -0.617355347\n0.583200634 -0.019353142 0.812097549 266.636169434 -0.063835114 0.995532751 0.069567211 -5.104132652 -0.809816062 -0.092411987 0.579359889 -0.126701355\n0.576423168 -0.012065928 0.817062318 267.310028076 -0.071372427 0.995326281 0.065050438 -5.066090107 -0.814028502 -0.095812298 0.572867990 0.361251831\n0.567120552 -0.006946497 0.823605478 267.983032227 -0.074662969 0.995413780 0.059807200 -5.028516769 -0.820243657 -0.095410720 0.564000964 0.827919006\n0.556297958 -0.008654213 0.830937862 268.668212891 -0.069818504 0.995923340 0.057114769 -4.993434906 -0.828044653 -0.089787669 0.553425908 1.276672363\n0.546662867 -0.012063445 0.837265909 269.368774414 -0.068311051 0.995920897 0.058950629 -4.959159851 -0.834561765 -0.089420632 0.543608904 1.723022461\n0.536526442 -0.011085296 0.843810678 270.077209473 -0.072685115 0.995590746 0.059295174 -4.925905228 -0.840747416 -0.093145907 0.533354998 2.199333191\n0.527349472 -0.013652833 0.849538803 270.775848389 -0.070706427 0.995697498 0.059892606 -4.893717289 -0.846701384 -0.091652185 0.524115205 2.627510071\n0.518963218 -0.014161632 0.854679286 271.484375000 -0.066799596 0.996133149 0.057066321 -4.862400055 -0.852182567 -0.086707547 0.516010404 3.047462463\n0.510152340 -0.014489324 0.859962046 272.187835693 -0.064839780 0.996364892 0.055252232 -4.833066940 -0.857636571 -0.083946802 0.507358372 3.461029053\n0.503157735 -0.012241889 0.864107907 272.901763916 -0.066464908 0.996389866 0.052817512 -4.801748753 -0.861634970 -0.084008396 0.500527620 3.876617432\n0.496426225 -0.012150685 0.867993891 273.623504639 -0.070230246 0.996062160 0.054109804 -4.764618397 -0.865233362 -0.087820947 0.493618011 4.297271729\n0.491460025 -0.015384592 0.870764375 274.343200684 -0.072919734 0.995606124 0.058746248 -4.730665207 -0.867842138 -0.092367329 0.488178790 4.703361511\n0.486055553 -0.019736364 0.873705089 275.073028564 -0.075350538 0.995075583 0.064396709 -4.691981792 -0.870673537 -0.097134523 0.482174873 5.119293213\n0.482026935 -0.023783619 0.875833631 275.798400879 -0.074823052 0.994862199 0.068195783 -4.656330109 -0.872955739 -0.098404743 0.477770805 5.518852234\n0.479139090 -0.019689480 0.877518177 276.535125732 -0.079075575 0.994714737 0.065495647 -4.613491535 -0.874169827 -0.100771777 0.475049734 5.930221558\n0.476543963 -0.009748619 0.879096627 277.256164551 -0.085271396 0.994711339 0.057254959 -4.576338768 -0.875005543 -0.102246299 0.473192453 6.333953857\n0.474923849 0.001709975 0.880025208 277.978790283 -0.086745650 0.995219052 0.044880275 -4.545606613 -0.875741124 -0.097653076 0.472801626 6.730728149\n0.473315537 0.008282743 0.880854011 278.710937500 -0.086328521 0.995578468 0.037026010 -4.513106823 -0.876652598 -0.093567811 0.471937776 7.128295898\n0.472008109 0.008218329 0.881555974 279.449005127 -0.088060036 0.995395064 0.037870064 -4.491114616 -0.877185225 -0.095504828 0.470558226 7.530532837\n0.470695853 0.004929564 0.882281721 280.199554443 -0.089511819 0.995091558 0.042194545 -4.476677895 -0.877743125 -0.098835446 0.468826771 7.949096680\n0.470895410 0.002099439 0.882186532 280.951934814 -0.087810509 0.995142579 0.044503421 -4.449994564 -0.877807975 -0.098421708 0.468792439 8.352172852\n0.471780658 -0.001282945 0.881715119 281.703369141 -0.084161550 0.995367467 0.046480779 -4.425876617 -0.877690196 -0.096135236 0.469487131 8.752670288\n0.473308980 -0.003882446 0.880887985 282.463317871 -0.083694033 0.995268464 0.049356122 -4.397546291 -0.876911640 -0.097085759 0.470744550 9.170730591\n0.476663470 -0.004761156 0.879072964 283.223266602 -0.082682975 0.995309532 0.050224241 -4.372810841 -0.875188828 -0.096624427 0.474034011 9.581375122\n0.480635822 -0.004518261 0.876908660 283.974548340 -0.083177783 0.995243251 0.050717928 -4.340973854 -0.872966588 -0.097316168 0.477973700 10.002700806\n0.484257281 -0.003965954 0.874916673 284.734497070 -0.083577015 0.995207131 0.050770234 -4.307816505 -0.870924711 -0.097708769 0.481604815 10.429351807\n0.487742782 -0.002275432 0.872984409 285.494049072 -0.087392002 0.994846046 0.051419616 -4.277473450 -0.868602097 -0.101371400 0.485030115 10.868316650\n0.491907716 0.000253494 0.870647311 286.250732422 -0.087630831 0.994936228 0.049220935 -4.244493961 -0.866226077 -0.100507706 0.489439011 11.302017212\n0.496239722 0.001963563 0.868183374 287.007873535 -0.083951153 0.995419800 0.045733806 -4.211017132 -0.864117146 -0.095579922 0.494131684 11.737167358\n0.501883686 0.004100731 0.864925444 287.776458740 -0.080908269 0.995826662 0.042226687 -4.190417290 -0.861142695 -0.091172501 0.500120938 12.178977966\n0.508189440 0.005738853 0.861226261 288.529937744 -0.079443023 0.996026874 0.040240370 -4.156910896 -0.857573569 -0.088868141 0.506626248 12.633644104\n0.515978277 0.005087904 0.856586635 289.293151855 -0.080238141 0.995872796 0.042417470 -4.126183510 -0.852835476 -0.090617403 0.514256954 13.099693298\n0.522891343 0.001303779 0.852398455 290.050720215 -0.082296364 0.995404482 0.048961006 -4.098393917 -0.848417461 -0.095750578 0.520595670 13.574249268\n0.529773951 -0.002370497 0.848135591 290.802551270 -0.085382156 0.994766951 0.056112893 -4.066565514 -0.843830287 -0.102142788 0.526799202 14.062713623\n0.536224961 -0.006145450 0.844052732 291.546112061 -0.088392541 0.994066417 0.063393272 -4.035792351 -0.839434087 -0.108601019 0.532500029 14.551055908\n0.543509841 -0.008054106 0.839364111 292.303070068 -0.089544937 0.993691623 0.067517601 -3.993949890 -0.834612906 -0.111857288 0.539359987 15.047851562\n0.551071525 -0.005178978 0.834441900 293.047424316 -0.088765010 0.993943155 0.064789981 -3.953925133 -0.829723418 -0.109773166 0.547274113 15.542793274\n0.558570266 0.000164825 0.829457223 293.789093018 -0.087130383 0.994479120 0.058477432 -3.915742874 -0.824868202 -0.104934677 0.555500805 16.045379639\n0.565785468 0.007790301 0.824515700 294.541412354 -0.086589903 0.994987667 0.050017316 -3.873013496 -0.819993317 -0.099693805 0.563624144 16.574348450\n0.572809339 0.010429428 0.819622338 295.285095215 -0.081404164 0.995699704 0.044220969 -3.843672276 -0.815636516 -0.092050850 0.571195066 17.095840454\n0.579878211 0.011673816 0.814619541 296.032989502 -0.075716041 0.996342003 0.039619699 -3.808027744 -0.811177135 -0.084654368 0.578640938 17.626327515\n0.586318612 0.005761857 0.810060024 296.772094727 -0.066618204 0.996930599 0.041126978 -3.776896000 -0.807336688 -0.078078255 0.584902823 18.162345886\n0.594316721 -0.001425991 0.804229856 297.540954590 -0.062226672 0.996919036 0.047752459 -3.758688450 -0.801820159 -0.078424633 0.592396915 18.715919495\n0.601869106 -0.009574216 0.798537374 298.290405273 -0.057602342 0.996803105 0.055367079 -3.723750114 -0.796514630 -0.079321355 0.599393547 19.275794983\n0.608743429 -0.014380580 0.793236911 299.027801514 -0.055227414 0.996642172 0.060450573 -3.689097404 -0.791442633 -0.080607310 0.605905175 19.849449158\n0.615310490 -0.015631491 0.788129866 299.764617920 -0.055414967 0.996472120 0.063027374 -3.642354965 -0.786334634 -0.082455590 0.612273574 20.424209595\n0.621998072 -0.012547501 0.782918215 300.502899170 -0.060652696 0.996095359 0.064150214 -3.606053352 -0.780666173 -0.087387413 0.618808389 21.022285461\n0.628035545 -0.011150559 0.778104782 301.235351562 -0.064763948 0.995679557 0.066541754 -3.553941727 -0.775485039 -0.092183724 0.624600053 21.623329163\n0.632712960 -0.014732485 0.774246335 301.964294434 -0.061848219 0.995663702 0.069487937 -3.510259628 -0.771912694 -0.091851674 0.629058123 22.222183228\n0.636609554 -0.013282631 0.771071970 302.686706543 -0.062281091 0.995700181 0.068572409 -3.458225727 -0.768667340 -0.091677055 0.633044958 22.827308655\n0.640832484 -0.010548774 0.767608345 303.412048340 -0.059934732 0.996166050 0.063725807 -3.407031059 -0.765337586 -0.086843967 0.637743354 23.433944702\n0.645773888 -0.007535115 0.763491511 304.115783691 -0.059338562 0.996431708 0.060023613 -3.356541157 -0.761219442 -0.084066167 0.643022418 24.036529541\n0.649699211 -0.008717609 0.760141373 304.833892822 -0.057827268 0.996470213 0.060853377 -3.315674305 -0.757988691 -0.083493292 0.646901846 24.654113770\n0.653664947 -0.009397994 0.756725729 305.556121826 -0.061840612 0.995915592 0.065786920 -3.268682003 -0.754253209 -0.089798987 0.650413930 25.288795471\n0.657600641 -0.013252554 0.753250241 306.278930664 -0.062014244 0.995499849 0.071654186 -3.222290039 -0.750810087 -0.093832076 0.653819442 25.931457520\n0.662209630 -0.011393675 0.749232054 307.005218506 -0.062003590 0.995622218 0.069942519 -3.163391590 -0.746748984 -0.092771687 0.658604145 26.564163208\n0.666153610 -0.006861991 0.745783031 307.706207275 -0.064486146 0.995682836 0.066762112 -3.124252319 -0.743021548 -0.092566498 0.662835240 27.208076477\n0.670135617 -0.003187340 0.742231846 308.410369873 -0.062867098 0.996153653 0.061038293 -3.073517323 -0.739571512 -0.087565891 0.667357683 27.853034973\n0.674558282 -0.006349138 0.738194406 309.116058350 -0.057461247 0.996477604 0.061078418 -3.034278870 -0.735982001 -0.083618514 0.671817422 28.492240906\n0.678484082 -0.010091203 0.734545767 309.822021484 -0.052937541 0.996634424 0.062589057 -2.995246410 -0.732705235 -0.081350729 0.675666451 29.150001526\n0.682757974 -0.013948718 0.730511487 310.538757324 -0.047006734 0.996907830 0.062969334 -2.952102184 -0.729130983 -0.077331774 0.679991126 29.810974121\n0.687964439 -0.016126003 0.725565195 311.225311279 -0.042482082 0.997144043 0.062442508 -2.907641888 -0.724499941 -0.073781744 0.685314536 30.445693970\n0.692609191 -0.021959770 0.720978677 311.921081543 -0.034770571 0.997358084 0.063780211 -2.864255190 -0.720474482 -0.069243602 0.690015852 31.099136353\n0.696475267 -0.022557430 0.717226207 312.598419189 -0.036257777 0.997122824 0.066569194 -2.820268869 -0.716664255 -0.072368823 0.693653464 31.759078979\n0.699565291 -0.022280458 0.714221299 313.268890381 -0.036688201 0.997075558 0.067039579 -2.776217461 -0.713626266 -0.073102057 0.696702003 32.428390503\n0.703428030 -0.020902010 0.710459113 313.939453125 -0.035820298 0.997254789 0.064805470 -2.725464344 -0.709863305 -0.071034841 0.700748324 33.104995728\n0.707467318 -0.018456105 0.706505120 314.607238770 -0.038870018 0.997129798 0.064971089 -2.679646015 -0.705676436 -0.073426791 0.704719365 33.776535034\n0.711029410 -0.022562403 0.702800155 315.278259277 -0.032341983 0.997377932 0.064740084 -2.630902052 -0.702418029 -0.068762057 0.708435297 34.451286316\n0.715586185 -0.022957111 0.698147178 315.938049316 -0.034312636 0.997098029 0.067957222 -2.586876869 -0.697681248 -0.072584517 0.712721825 35.126083374\n0.718725681 -0.022441354 0.694931507 316.588897705 -0.032031190 0.997349143 0.065335222 -2.543724775 -0.694555521 -0.069217585 0.716101646 35.808959961\n0.722845733 -0.025694983 0.690531552 317.247375488 -0.028047172 0.997393966 0.066473141 -2.492604017 -0.690439999 -0.067417286 0.720241308 36.486167908\n0.725855350 -0.023516517 0.687445343 317.890228271 -0.033070054 0.997066617 0.069026016 -2.444889545 -0.687052071 -0.072836757 0.722948372 37.177413940\n0.728495240 -0.022606760 0.684677780 318.524597168 -0.037658382 0.996622562 0.072974995 -2.398904324 -0.684015036 -0.078945793 0.725183427 37.873748779\n0.731005549 -0.022289636 0.682007432 319.176239014 -0.038506731 0.996526241 0.073842078 -2.344026089 -0.681284249 -0.080240846 0.727607906 38.571136475\n0.732797623 -0.027270483 0.679900050 319.818908691 -0.036662340 0.996162832 0.079470389 -2.283970356 -0.679458320 -0.083162434 0.728985906 39.263465881\n0.734619915 -0.025782393 0.677988887 320.456573486 -0.038509458 0.996082366 0.079604849 -2.232904434 -0.677385151 -0.084588289 0.730749071 39.966621399\n0.735877991 -0.022873264 0.676727653 321.084564209 -0.037772126 0.996486306 0.074754693 -2.177604198 -0.676059723 -0.080571778 0.732428432 40.660636902\n0.736404657 -0.018615933 0.676285207 321.720825195 -0.035831429 0.997145176 0.066464901 -2.122066975 -0.675591886 -0.073177323 0.733635366 41.352874756\n0.736172080 -0.019489756 0.676513731 322.362884521 -0.034970313 0.997154593 0.066781297 -2.074362278 -0.675890386 -0.072820425 0.733395815 42.046699524\n0.735211611 -0.020624118 0.677523911 323.000854492 -0.036236763 0.996911824 0.069668584 -2.029248714 -0.676868439 -0.075772420 0.732193828 42.749458313\n0.733870864 -0.023471128 0.678883433 323.642059326 -0.037020992 0.996535599 0.074472949 -1.976107121 -0.678279459 -0.079786465 0.730459511 43.445999146\n0.731671631 -0.024455866 0.681218445 324.306121826 -0.036823168 0.996478975 0.075324178 -1.920638561 -0.680661976 -0.080197185 0.728194833 44.140426636\n0.728573203 -0.023768576 0.684555352 324.959777832 -0.037947286 0.996462345 0.074985705 -1.867427826 -0.683915913 -0.080609597 0.725093842 44.831710815\n0.724057674 -0.017239666 0.689524055 325.616333008 -0.043088898 0.996604383 0.070164315 -1.814815044 -0.688392282 -0.080513835 0.720856190 45.535346985\n0.719142079 -0.013929131 0.694723427 326.282440186 -0.044338293 0.996841788 0.065883301 -1.758574009 -0.693446994 -0.078182302 0.716253281 46.218925476\n0.714160562 -0.012276357 0.699874282 326.959014893 -0.044315096 0.997047544 0.062708713 -1.705131054 -0.698577762 -0.075799085 0.711508036 46.905036926\n0.708128989 -0.012805414 0.705967009 327.636627197 -0.045345705 0.996946752 0.063568026 -1.660762310 -0.704625547 -0.077026933 0.705386281 47.590278625\n0.701874018 -0.013309293 0.712176859 328.323577881 -0.045231707 0.996974766 0.063209012 -1.618241787 -0.710863650 -0.076577730 0.699148655 48.292449951\n0.696578860 -0.014196093 0.717339754 329.031585693 -0.048264254 0.996612430 0.066590294 -1.564242840 -0.715855002 -0.081007265 0.693534017 48.966522217\n0.690515280 -0.018447058 0.723082542 329.747375488 -0.049853392 0.996083677 0.073019803 -1.507764339 -0.721597791 -0.086469404 0.686891317 49.644439697\n0.683850050 -0.020889562 0.729323566 330.457672119 -0.053818364 0.995422840 0.078974061 -1.453137875 -0.727635086 -0.093257412 0.679595709 50.324760437\n0.677007079 -0.016567802 0.735790074 331.160949707 -0.057158541 0.995543361 0.075008772 -1.397681236 -0.733753622 -0.092838153 0.673042893 50.977569580\n0.671778023 -0.011117994 0.740669072 331.898010254 -0.058235608 0.995999932 0.067769706 -1.346863270 -0.738459826 -0.088659510 0.668443441 51.635284424\n0.666165948 -0.008562109 0.745754421 332.628387451 -0.056904837 0.996435642 0.062272064 -1.297390461 -0.743629456 -0.083920561 0.663304329 52.286636353\n0.660268188 -0.010623849 0.750954807 333.367584229 -0.054713883 0.996562541 0.062205032 -1.246337891 -0.749034286 -0.082159653 0.657417238 52.947235107\n0.654940426 -0.012522954 0.755576730 334.119567871 -0.055778708 0.996334076 0.064862743 -1.207834244 -0.753619134 -0.084626324 0.651840925 53.614837646\n0.650486588 -0.013323345 0.759400845 334.874908447 -0.056512877 0.996225536 0.065886050 -1.162153244 -0.757412374 -0.085773923 0.647278428 54.252990723\n0.646356225 -0.014812263 0.762892127 335.636566162 -0.055390187 0.996262968 0.066272430 -1.102137566 -0.761022806 -0.085092328 0.643120289 54.891853333\n0.641809344 -0.015201154 0.766713560 336.394317627 -0.057737496 0.996007860 0.068078801 -1.058086395 -0.764687598 -0.087961733 0.638369560 55.536170959\n0.637415767 -0.013830522 0.770395994 337.160400391 -0.061853688 0.995693684 0.069052137 -1.006441116 -0.768033445 -0.091666751 0.633815408 56.186546326\n0.633908987 -0.012549139 0.773305833 337.943267822 -0.064595290 0.995515823 0.069106430 -0.955018044 -0.770705402 -0.093759105 0.630255818 56.834686279\n0.630350709 -0.011068840 0.776231647 338.723144531 -0.067095943 0.995379925 0.068680115 -0.900150299 -0.773405612 -0.095374547 0.626695752 57.472030640\n0.626303315 -0.009950596 0.779515982 339.507598877 -0.068887874 0.995300591 0.068053178 -0.853330612 -0.776529908 -0.096321128 0.622674584 58.115600586\n0.622918904 -0.008073200 0.782244802 340.291503906 -0.070965871 0.995240629 0.066783153 -0.791909218 -0.779060960 -0.097113170 0.619381309 58.749557495\n0.619668365 -0.009199706 0.784809887 341.087921143 -0.069432035 0.995368421 0.066489920 -0.741232872 -0.781786680 -0.095692649 0.616159558 59.381423950\n0.616723895 -0.009384338 0.787123621 341.886108398 -0.070380501 0.995266914 0.067010149 -0.687750816 -0.784026980 -0.096724920 0.613144398 60.009613037\n0.613956153 -0.010455444 0.789270937 342.690765381 -0.070035063 0.995247126 0.067662716 -0.643606186 -0.786227047 -0.096818574 0.610305846 60.621940613\n0.611111879 -0.010139115 0.791479290 343.481994629 -0.072904184 0.994946718 0.069035903 -0.597175598 -0.788179696 -0.099890813 0.607284546 61.249870300\n0.607584238 -0.010629647 0.794184148 344.286224365 -0.074255645 0.994770765 0.070123062 -0.543910027 -0.790776551 -0.101578318 0.603617668 61.875122070\n0.604684949 -0.008902896 0.796415031 345.096527100 -0.076263480 0.994695783 0.069023125 -0.487048149 -0.792805135 -0.102474630 0.600798607 62.503448486\n0.601258039 -0.006391965 0.799029350 345.890747070 -0.077045061 0.994845092 0.065933719 -0.439929008 -0.795331895 -0.101204440 0.597666144 63.109466553\n0.599879503 -0.007417076 0.800056040 346.702941895 -0.075943820 0.994914353 0.066165991 -0.395453453 -0.796478033 -0.100450926 0.596265435 63.713325500\n0.598998785 -0.013702175 0.800632715 347.522033691 -0.071957245 0.994887292 0.070861995 -0.341952324 -0.797510266 -0.100057572 0.594950318 64.322319031\n0.598170459 -0.022770533 0.801045418 348.338317871 -0.068312332 0.994508862 0.079281315 -0.288081169 -0.798452079 -0.102145016 0.593330324 64.932800293\n0.597579241 -0.027504638 0.801338017 349.157287598 -0.066378362 0.994283855 0.083627328 -0.223048210 -0.799057603 -0.103165463 0.592337668 65.536621094\n0.596931338 -0.027724212 0.801813185 349.964599609 -0.064328805 0.994531035 0.082279123 -0.162828445 -0.799709201 -0.100694671 0.591883302 66.136016846\n0.596574187 -0.022968173 0.802229285 350.774597168 -0.062820986 0.995186985 0.075209185 -0.101372719 -0.800095558 -0.095264688 0.592259943 66.731002808\n0.595555484 -0.018188890 0.803108275 351.584716797 -0.061478030 0.995779634 0.068142384 -0.047736168 -0.800958276 -0.089956082 0.591923833 67.341522217\n0.594596028 -0.017936558 0.803824604 352.397491455 -0.058745891 0.996109843 0.065682068 0.004767418 -0.801875710 -0.086275689 0.591229200 67.939071655\n0.593854904 -0.020969799 0.804298818 353.217529297 -0.056307048 0.996126056 0.067545518 0.053503036 -0.802599430 -0.085399933 0.590373635 68.538772583\n0.592275023 -0.026142623 0.805311680 354.036560059 -0.053332698 0.996009648 0.071557306 0.105474472 -0.803968847 -0.085331045 0.588517427 69.146148682\n0.592404187 -0.031686097 0.805017650 354.873687744 -0.049515158 0.995905221 0.075637281 0.159714222 -0.804117918 -0.084668413 0.588409543 69.745132446\n0.591606796 -0.035625689 0.805439174 355.690124512 -0.047406927 0.995757461 0.078864805 0.216667175 -0.804831684 -0.084840350 0.587407947 70.343704224\n0.591336429 -0.037368298 0.805558741 356.507019043 -0.045443900 0.995794296 0.079551958 0.277889252 -0.805143535 -0.083649695 0.587151289 70.942565918\n0.591192067 -0.035917178 0.805730700 357.317840576 -0.043378912 0.996145904 0.076233931 0.342851162 -0.805363476 -0.080020614 0.587355494 71.537094116\n0.591280699 -0.034520335 0.805726707 358.136138916 -0.043026716 0.996310234 0.074260704 0.395839214 -0.805317283 -0.078576691 0.587613702 72.136795044\n0.591429949 -0.035324205 0.805582345 358.949951172 -0.042475048 0.996288300 0.074870199 0.453307152 -0.805236995 -0.078497626 0.587734282 72.735061646\n0.591447234 -0.039088916 0.805395663 359.774841309 -0.040612761 0.996112525 0.078169353 0.510432720 -0.805320263 -0.078942396 0.587560534 73.334625244\n0.591014624 -0.039339680 0.805701017 360.592620850 -0.041175280 0.996036828 0.078836896 0.577243805 -0.805609286 -0.079768717 0.587052524 73.931762695\n0.590341091 -0.038284276 0.806245506 361.404632568 -0.040796127 0.996182561 0.077174701 0.635304451 -0.806122303 -0.078451090 0.586525619 74.530410767\n0.589747906 -0.037730020 0.806705594 362.218017578 -0.038734201 0.996436894 0.074920759 0.700347424 -0.806658030 -0.075431451 0.586185098 75.131759644\n0.589506388 -0.039031483 0.806820273 363.036437988 -0.037943006 0.996391296 0.075925566 0.756501675 -0.806872189 -0.075371787 0.585898042 75.729354858\n0.589621902 -0.041397039 0.806617856 363.860290527 -0.036872592 0.996264756 0.078083195 0.816254616 -0.806837380 -0.075781643 0.585893035 76.327697754\n0.589693189 -0.043985125 0.806428730 364.686676025 -0.033965912 0.996281683 0.079177551 0.877254486 -0.806912839 -0.074081555 0.586006582 76.925598145\n0.590279341 -0.047095951 0.805823982 365.504669189 -0.030309772 0.996299267 0.080430590 0.938346386 -0.806629777 -0.071900859 0.586667418 77.515838623\n0.590256453 -0.051400583 0.805577636 366.316223145 -0.024775455 0.996346831 0.081726059 1.000221491 -0.806835473 -0.068197884 0.586826682 78.106658936\n0.590701997 -0.057533439 0.804836035 367.144592285 -0.017324517 0.996320486 0.083936810 1.060240269 -0.806703806 -0.063525036 0.587531745 78.702407837\n0.591049433 -0.062554464 0.804206133 367.956451416 -0.009489607 0.996380270 0.084476933 1.123304367 -0.806579530 -0.057561643 0.588316321 79.284240723\n0.592065930 -0.066027723 0.803180158 368.760467529 -0.006492879 0.996214807 0.086682938 1.190729499 -0.805863440 -0.056536961 0.589396119 79.871795654\n0.592951298 -0.067443177 0.802408993 369.568969727 -0.005325342 0.996136129 0.087661341 1.256518841 -0.805220723 -0.056252003 0.590300977 80.462554932\n0.593746305 -0.070184365 0.801585615 370.357299805 -0.003821102 0.995931625 0.090031058 1.324449539 -0.804643214 -0.056518555 0.591062546 81.048767090\n0.595129132 -0.070854142 0.800500512 371.127532959 -0.003001032 0.995902777 0.090380758 1.387575388 -0.803624511 -0.056190554 0.592478156 81.605834961\n0.595989943 -0.072238795 0.799735844 371.924285889 -0.000756482 0.995894253 0.090521201 1.461513519 -0.802991509 -0.054554719 0.593488336 82.222671509\n0.597251773 -0.073489606 0.798679888 372.681671143 0.000411759 0.995821357 0.091321446 1.525951505 -0.802053690 -0.054213036 0.594786406 82.789001465\n0.598367631 -0.075925671 0.797616184 373.427032471 0.000685294 0.995548069 0.094252855 1.588763952 -0.801221430 -0.055851255 0.595755756 83.350540161\n0.598959565 -0.078906387 0.796882153 374.165435791 -0.000547324 0.995092809 0.098944381 1.659276485 -0.800779045 -0.059699841 0.595977187 83.916442871\n0.599832177 -0.081164852 0.795998514 374.884399414 -0.005179577 0.994426906 0.105300933 1.728435159 -0.800109088 -0.067285821 0.596068859 84.448959351\n0.599785566 -0.082051620 0.795942783 375.590240479 -0.012121048 0.993682683 0.111569963 1.801554203 -0.800069034 -0.076565713 0.595001936 84.993164062\n0.599645376 -0.080264121 0.796230555 376.283325195 -0.019322433 0.993215382 0.114673018 1.873854876 -0.800032556 -0.084148251 0.594026089 85.527069092\n0.599719465 -0.077742293 0.796425045 376.965942383 -0.024776958 0.992988288 0.115587056 1.959855080 -0.799826741 -0.089052796 0.593588173 86.051055908\n0.599071860 -0.073675767 0.797298491 377.630828857 -0.032160651 0.992740035 0.115900680 2.035607338 -0.800049186 -0.095074482 0.592353106 86.560028076\n0.598197579 -0.071265131 0.798173547 378.282043457 -0.035994139 0.992642939 0.115604505 2.106496334 -0.800539911 -0.097883910 0.591231465 87.059936523\n0.598100066 -0.069189854 0.798429191 378.922637939 -0.037472989 0.992762148 0.114101142 2.177499771 -0.800544977 -0.098163433 0.591178298 87.536956787\n0.596904516 -0.067611068 0.799458504 379.554870605 -0.037399989 0.993014932 0.111904539 2.251217365 -0.801440179 -0.096696064 0.590206385 88.016616821\n0.596445680 -0.068027906 0.799765468 380.189147949 -0.036243767 0.993102968 0.111502886 2.322784901 -0.801834762 -0.095491923 0.589866400 88.484237671\n0.596152782 -0.067351647 0.800041139 380.806213379 -0.037099622 0.993099809 0.111249238 2.388836384 -0.802013516 -0.096002765 0.589540482 88.941040039\n0.594565511 -0.066612244 0.801283121 381.416839600 -0.037912916 0.993131220 0.110692985 2.458151340 -0.803152800 -0.096193209 0.587956131 89.399429321\n0.591872215 -0.066867195 0.803253353 382.015472412 -0.038939774 0.993017316 0.111356713 2.522680759 -0.805090606 -0.097187452 0.585135579 89.832183838\n0.587227821 -0.065724485 0.806748927 382.608093262 -0.044204388 0.992606401 0.113042109 2.587370872 -0.808213770 -0.102043316 0.579980850 90.269760132\n0.581179261 -0.066851161 0.811025023 383.196685791 -0.044747431 0.992486894 0.113874644 2.652187347 -0.812544346 -0.102472872 0.573821425 90.693466187\n0.575656056 -0.064537220 0.815141082 383.778564453 -0.047861699 0.992511928 0.112380348 2.715557098 -0.816289961 -0.103706464 0.568256617 91.106689453\n0.569760799 -0.058977474 0.819691598 384.353790283 -0.050928231 0.992970526 0.106844835 2.771563053 -0.820231080 -0.102621444 0.562752128 91.505294800\n0.562844753 -0.052961532 0.824864209 384.924621582 -0.054779548 0.993360996 0.101158842 2.829218388 -0.824745476 -0.102122411 0.556206822 91.897323608\n0.555022597 -0.050008066 0.830330789 385.525817871 -0.056500010 0.993619740 0.097609051 2.891283989 -0.829914272 -0.101088926 0.548655987 92.280746460\n0.544832051 -0.050470866 0.837024987 386.129150391 -0.059561670 0.993336558 0.098665722 2.954493523 -0.836427212 -0.103610851 0.538195491 92.672424316\n0.534366190 -0.055703707 0.843415618 386.742431641 -0.063645400 0.992341757 0.105863668 3.008089066 -0.842853546 -0.110249490 0.526728630 93.067214966\n0.525154412 -0.060647015 0.848843217 387.356719971 -0.063969567 0.991822183 0.110438474 3.073926449 -0.848599255 -0.112297378 0.516980231 93.435607910\n0.515336633 -0.064814687 0.854533255 387.985107422 -0.064378425 0.991390467 0.114019215 3.139074802 -0.854566276 -0.113771789 0.506727219 93.804153442\n0.505710125 -0.067318566 0.860072970 388.620849609 -0.063931026 0.991285324 0.115179159 3.204220772 -0.860331416 -0.113232620 0.496999323 94.165924072\n0.496356964 -0.067913808 0.865457892 389.263183594 -0.061866231 0.991633236 0.113296457 3.271212101 -0.865911186 -0.109778106 0.488002479 94.527893066\n0.488812029 -0.065933473 0.869894087 389.913269043 -0.058083281 0.992467701 0.107862167 3.339609146 -0.870453477 -0.103250630 0.481300473 94.875534058\n0.482111394 -0.065150253 0.873684168 390.556030273 -0.052527778 0.993287742 0.103054620 3.400784969 -0.874533832 -0.095576502 0.475453138 95.214782715\n0.476572394 -0.067247868 0.876559436 391.220031738 -0.046292853 0.993767202 0.101408556 3.465449095 -0.877915502 -0.088906959 0.470488966 95.557556152\n0.471586764 -0.073498286 0.878751278 391.894897461 -0.041469339 0.993569493 0.105356351 3.536747932 -0.880843937 -0.086125895 0.465506256 95.904876709\n0.466908991 -0.088183083 0.879897535 392.587799072 -0.038538706 0.992041051 0.119872250 3.611012220 -0.883465171 -0.089879543 0.459794402 96.259246826\n0.462401271 -0.101443723 0.880848646 393.276794434 -0.040960237 0.989929199 0.135508150 3.698980093 -0.885724187 -0.098738909 0.453589320 96.625778198\n0.457933307 -0.113520645 0.881708622 393.974853516 -0.043557342 0.987756908 0.149796829 3.786621571 -0.887918830 -0.107001841 0.447382152 96.981521606\n0.452412188 -0.116811156 0.884125888 394.668945312 -0.043280777 0.987340629 0.152594998 3.882698059 -0.890758216 -0.107301503 0.441629291 97.332061768\n0.447488010 -0.114237130 0.886963606 395.377105713 -0.046600703 0.987481475 0.150694236 3.987961769 -0.893074930 -0.108766995 0.436562598 97.686874390\n0.441836059 -0.113885120 0.889837623 396.085571289 -0.046103075 0.987716019 0.149303809 4.093455315 -0.895910382 -0.106992051 0.431158066 98.028976440\n0.435899258 -0.119953513 0.891965866 396.804229736 -0.041730374 0.987318337 0.153170168 4.198646545 -0.899027526 -0.103988841 0.425365627 98.369384766\n0.429827929 -0.125911191 0.894088626 397.530059814 -0.040255975 0.986572027 0.158288136 4.308241844 -0.902013063 -0.104029082 0.418987513 98.706924438\n0.423541903 -0.131918773 0.896219730 398.258453369 -0.036036152 0.986103058 0.162179366 4.416003227 -0.905159533 -0.100986078 0.412902117 99.035766602\n0.418013096 -0.134446144 0.898437142 398.986938477 -0.033651728 0.986017406 0.163209081 4.530783653 -0.907817483 -0.098457493 0.407643855 99.363159180\n0.412312269 -0.133677542 0.901181996 399.709594727 -0.033408958 0.986292660 0.161587909 4.641174316 -0.910429895 -0.096732244 0.402194560 99.684280396\n0.406906903 -0.133890033 0.903604031 400.436584473 -0.031785727 0.986525476 0.160490379 4.749830246 -0.912916481 -0.094026357 0.397168279 99.991561890\n0.400546789 -0.133801281 0.906454384 401.150054932 -0.033583555 0.986472070 0.160452664 4.860135078 -0.915660679 -0.094710760 0.390634716 100.302627563\n0.392147541 -0.134367004 0.910036266 401.860961914 -0.035538942 0.986323297 0.160945058 4.967031479 -0.919215679 -0.095455937 0.382008970 100.610626221\n0.383128643 -0.134939015 0.913785517 402.568481445 -0.035384659 0.986401677 0.160498232 5.071059227 -0.923017025 -0.093825474 0.373143971 100.901000977\n0.373521149 -0.135695711 0.917643011 403.269348145 -0.034152932 0.986560285 0.159788549 5.173806190 -0.926992774 -0.091024593 0.363866687 101.164154053\n0.363312066 -0.136766717 0.921574354 403.966552734 -0.034137368 0.986548066 0.159867153 5.278315067 -0.931041896 -0.089541778 0.353755951 101.425415039\n0.353718340 -0.138289273 0.925072789 404.656311035 -0.035664834 0.986296952 0.161078811 5.381109238 -0.934671879 -0.089969113 0.343939245 101.682464600\n0.343174636 -0.138160944 0.929054797 405.338592529 -0.033831421 0.986662567 0.159224540 5.468745232 -0.938662231 -0.086073071 0.333923340 101.923675537\n0.333332956 -0.133585066 0.933297515 406.008270264 -0.033788096 0.987582803 0.153422698 5.562510490 -0.942203581 -0.082675196 0.324680328 102.147033691\n0.322036922 -0.123236619 0.938671947 406.677947998 -0.040368456 0.988802314 0.143667653 5.652998924 -0.945866108 -0.084159032 0.313455999 102.373352051\n0.308715522 -0.114317611 0.944259703 407.342803955 -0.049285967 0.989494860 0.135907575 5.740939140 -0.949876726 -0.088495538 0.299838185 102.593322754\n0.292617202 -0.107942171 0.950117826 408.013916016 -0.053616576 0.990193009 0.129007936 5.822930813 -0.954725444 -0.088692002 0.283959985 102.792449951\n0.274192393 -0.105774008 0.955840230 408.696990967 -0.052179608 0.990832210 0.124614514 5.898536682 -0.960258305 -0.084043726 0.266159415 102.966674805\n0.253385365 -0.102320492 0.961938918 409.389038086 -0.051203106 0.991577864 0.118960626 5.970502853 -0.966009378 -0.079397142 0.246012151 103.134185791\n0.232403398 -0.097652406 0.967704833 410.091217041 -0.047874551 0.992592454 0.111661375 6.037880898 -0.971440554 -0.072278917 0.226006746 103.287750244\n0.212043226 -0.092249200 0.972896636 410.793670654 -0.044194147 0.993611097 0.103845470 6.099769115 -0.976260543 -0.065016069 0.206611633 103.420837402\n0.191546500 -0.088822372 0.977456212 411.511352539 -0.037568655 0.994503260 0.097733572 6.159114361 -0.980764329 -0.055442240 0.187156677 103.536315918\n0.172566593 -0.088094786 0.981050611 412.245178223 -0.035262786 0.994801521 0.095532298 6.226292133 -0.984366536 -0.051080268 0.168563068 103.645690918\n0.154914618 -0.092803240 0.983559430 412.980682373 -0.034611925 0.994457066 0.099283010 6.289060116 -0.987321436 -0.049423281 0.150843859 103.744476318\n0.139109194 -0.101233818 0.985089064 413.730773926 -0.037018601 0.993534148 0.107329272 6.353344917 -0.989584982 -0.051397111 0.134462178 103.849212646\n0.125756443 -0.110820316 0.985852122 414.487976074 -0.035038862 0.992624998 0.116051279 6.418234825 -0.991442263 -0.049137343 0.120945990 103.938629150\n0.116187453 -0.116572000 0.986362875 415.245819092 -0.035207514 0.991981149 0.121383235 6.491334915 -0.992603242 -0.048830599 0.111151576 104.016723633\n0.108043611 -0.117902793 0.987129986 415.986297607 -0.039114665 0.991669476 0.122726180 6.570334435 -0.993376374 -0.051871039 0.102531791 104.109100342\n0.100833118 -0.120372206 0.987594664 416.743682861 -0.043609384 0.991165042 0.125259876 6.649072647 -0.993947089 -0.055698734 0.094692886 104.185607910\n0.092940271 -0.124952644 0.987800181 417.515655518 -0.044403505 0.990586936 0.129483029 6.733279228 -0.994681239 -0.055895984 0.086517096 104.258697510\n0.086613953 -0.126357362 0.988196313 418.279968262 -0.050966442 0.990063071 0.131063208 6.814819336 -0.994937479 -0.061716761 0.079313278 104.323333740\n0.081718028 -0.114625722 0.990042090 419.041137695 -0.065725252 0.990582168 0.120113246 6.884729385 -0.994486094 -0.074886195 0.073414624 104.394989014\n0.075015485 -0.095568433 0.992592275 419.787292480 -0.071875185 0.992289662 0.100971296 6.946780205 -0.994588733 -0.078917161 0.067568123 104.471008301\n0.070617795 -0.079979621 0.994291902 420.542358398 -0.070853569 0.993860483 0.084977172 7.020116329 -0.994983912 -0.076450028 0.064517379 104.520446777\n0.067191780 -0.079402506 0.994575560 421.311431885 -0.077394679 0.993409991 0.084538102 7.083991528 -0.994733810 -0.082655132 0.060603678 104.576934814\n0.066852927 -0.089943275 0.993700743 422.104064941 -0.085482061 0.991750538 0.095517740 7.145215988 -0.994094431 -0.091329232 0.058612883 104.645996094\n0.068525314 -0.095809482 0.993038237 422.900299072 -0.086942114 0.991017461 0.101614036 7.200919151 -0.993853867 -0.093299977 0.059579909 104.704681396\n0.071513236 -0.078922063 0.994312525 423.650451660 -0.092550352 0.992039084 0.085398071 7.247177124 -0.993136704 -0.098131061 0.063639641 104.772094727\n0.074580967 -0.053781170 0.995763719 424.393859863 -0.094936840 0.993626297 0.060776345 7.291718483 -0.992685676 -0.099067420 0.068999767 104.831695557\n0.080105126 -0.034201026 0.996199548 425.132995605 -0.097392052 0.994360805 0.041969270 7.335928440 -0.992017150 -0.100383870 0.076322496 104.898468018\n0.084521055 -0.035108358 0.995802999 425.910095215 -0.099370524 0.994099975 0.043482617 7.377361298 -0.991454363 -0.102628663 0.080533624 104.967468262\n0.087811828 -0.047525864 0.995002747 426.646362305 -0.105061851 0.992848277 0.056694973 7.394141197 -0.990581214 -0.109515317 0.082190633 105.046539307\n0.090239882 -0.054892253 0.994406164 427.391296387 -0.105758496 0.992305994 0.064373635 7.419302940 -0.990288794 -0.110975958 0.083740234 105.122741699\n0.092224717 -0.050897032 0.994436622 428.113677979 -0.101417631 0.993019044 0.060230024 7.445227623 -0.990559995 -0.106408104 0.086419046 105.189544678\n0.095516086 -0.040898357 0.994587362 428.830383301 -0.096939795 0.994024217 0.050184906 7.469713688 -0.990696371 -0.101208568 0.090980589 105.249328613\n0.098223805 -0.034695398 0.994559526 429.542663574 -0.093566023 0.994643033 0.043939017 7.487323761 -0.990756154 -0.097372822 0.094451368 105.317230225\n0.100632727 -0.033328444 0.994365335 430.240814209 -0.090695828 0.994970202 0.042527415 7.501232147 -0.990781188 -0.094464429 0.097103775 105.385162354\n0.100898564 -0.029767560 0.994451344 430.931945801 -0.086512499 0.995503604 0.038576756 7.512169361 -0.991128206 -0.089924805 0.097869635 105.452880859\n0.099711239 -0.023627583 0.994735897 431.604125977 -0.087453090 0.995641112 0.032415289 7.518826485 -0.991165876 -0.090224892 0.097210348 105.526336670\n0.099259436 -0.018424099 0.994891047 432.300842285 -0.089361221 0.995623589 0.027353169 7.538240433 -0.991041005 -0.091619737 0.097178638 105.599548340\n0.097250283 -0.014418208 0.995155632 432.963073730 -0.094964638 0.995198488 0.023699138 7.547135353 -0.990719080 -0.096809335 0.095414102 105.671752930\n0.090342760 -0.012257622 0.995835483 433.614257812 -0.099843554 0.994775057 0.021302454 7.545766830 -0.990893424 -0.101352260 0.088646889 105.741485596\n0.077514529 -0.010873829 0.996932030 434.264831543 -0.105082594 0.994281709 0.019015426 7.539121628 -0.991437972 -0.106234163 0.075928628 105.792419434\n0.060969412 -0.008942419 0.998099566 434.939270020 -0.106987126 0.994140506 0.015442311 7.547527313 -0.992389262 -0.107725315 0.059655428 105.835784912\n0.042828560 -0.007789171 0.999052107 435.578826904 -0.104376301 0.994462729 0.012227922 7.546352386 -0.993615270 -0.104801066 0.041778386 105.844451904\n0.024157345 -0.009092849 0.999666810 436.221069336 -0.100501172 0.994870722 0.011477875 7.539063454 -0.994643629 -0.100744955 0.023119569 105.853149414\n0.006280482 -0.008745058 0.999942064 436.809875488 -0.097161002 0.995225072 0.009314065 7.527736664 -0.995248854 -0.097213872 0.005400836 105.845275879\n-0.010409594 -0.007505084 0.999917746 437.401794434 -0.094140835 0.995537698 0.006492182 7.516252518 -0.995504558 -0.094065502 -0.011069655 105.813995361\n-0.028813720 -0.007466473 0.999556959 437.959777832 -0.093738638 0.995585561 0.004734651 7.506390572 -0.995179832 -0.093560681 -0.029386401 105.809783936\n-0.047186494 -0.008725777 0.998848021 438.501525879 -0.095953353 0.995377123 0.004162536 7.497489929 -0.994266808 -0.095646396 -0.047805667 105.780273438\n-0.066076040 -0.011068400 0.997753203 439.023925781 -0.098914847 0.995085776 0.004488192 7.488575935 -0.992899716 -0.098396040 -0.066846132 105.741333008\n-0.084592342 -0.010944744 0.996355534 439.519378662 -0.096442208 0.995334804 0.002745417 7.467067719 -0.991737366 -0.095858492 -0.085253239 105.680877686\n-0.101380110 -0.005478704 0.994832814 439.980773926 -0.092137501 0.995738626 -0.003905732 7.451128006 -0.990572035 -0.092057362 -0.101452947 105.624908447\n-0.117480993 0.004703735 0.993064106 440.414306641 -0.084695950 0.996297836 -0.014738703 7.431567192 -0.989456952 -0.085840017 -0.116647720 105.555358887\n-0.132487059 0.015589901 0.991062164 440.824096680 -0.079097308 0.996521235 -0.026249658 7.411317825 -0.988023698 -0.081868090 -0.130793095 105.486907959\n-0.144643426 0.024057234 0.989191473 441.200164795 -0.077315032 0.996373177 -0.035537187 7.393953323 -0.986458778 -0.081619576 -0.142258763 105.417205811\n-0.155432582 0.029898532 0.987394035 441.568572998 -0.080390736 0.995843709 -0.042809248 7.381645203 -0.984570086 -0.086031273 -0.152382970 105.359130859\n-0.165974498 0.033966683 0.985544920 441.903198242 -0.078859359 0.995748758 -0.047598977 7.368295670 -0.982971907 -0.085619658 -0.162590384 105.319244385\n-0.174128294 0.035859283 0.984069943 442.236633301 -0.074763343 0.995970905 -0.049522102 7.347093582 -0.981880784 -0.082195550 -0.170745730 105.246337891\n-0.180143476 0.036675740 0.982956409 442.550354004 -0.066052780 0.996597946 -0.049290027 7.323093414 -0.981420100 -0.073806278 -0.177108169 105.174072266\n-0.185047865 0.036038555 0.982068539 442.845214844 -0.058163639 0.997173905 -0.047552444 7.303993225 -0.981006861 -0.065920152 -0.182428718 105.097229004\n-0.189673185 0.033491325 0.981276095 443.132110596 -0.059609696 0.997181654 -0.045556284 7.282987595 -0.980036259 -0.067134358 -0.187142134 105.029693604\n-0.195431471 0.030637182 0.980238795 443.374877930 -0.065741867 0.996854424 -0.044263538 7.261171341 -0.978511512 -0.073093206 -0.192802548 105.010314941\n-0.199329495 0.027687889 0.979541421 443.619750977 -0.071993425 0.996485651 -0.042816974 7.244726181 -0.977284491 -0.079055220 -0.196635604 104.973022461\n-0.202581286 0.025939094 0.978921831 443.836975098 -0.074595176 0.996335864 -0.041837499 7.238550186 -0.976420164 -0.081498340 -0.199904084 104.931152344\n-0.205066562 0.027115600 0.978372395 444.037109375 -0.071934849 0.996495128 -0.042695392 7.217128754 -0.976101041 -0.079134464 -0.202397346 104.889617920\n-0.206853628 0.029522808 0.977926552 444.208984375 -0.067644253 0.996721148 -0.044398479 7.202722549 -0.976030827 -0.075335078 -0.204178333 104.847412109\n-0.207589865 0.031624760 0.977704763 444.360260010 -0.063047685 0.996966660 -0.045634314 7.187849045 -0.976182222 -0.071115233 -0.204966307 104.807006836\n-0.206655502 0.034473307 0.977806270 444.511779785 -0.061674751 0.996932626 -0.048182338 7.178588867 -0.976468027 -0.070263103 -0.203895450 104.769042969\n-0.205243826 0.036297783 0.978037596 444.658538818 -0.063449390 0.996716321 -0.050306033 7.167018890 -0.976652026 -0.072380893 -0.202266812 104.747894287\n-0.202636123 0.036617715 0.978569329 444.810729980 -0.060929418 0.996892989 -0.049920268 7.160600662 -0.977356851 -0.069739304 -0.199775457 104.718139648\n-0.197721243 0.034011103 0.979668200 444.963775635 -0.052716646 0.997582734 -0.045272566 7.154176712 -0.978839874 -0.060596161 -0.195450425 104.674224854\n-0.192629814 0.032551579 0.980731487 445.119812012 -0.047536194 0.997966647 -0.042460423 7.145818710 -0.980119467 -0.054799382 -0.190690637 104.642639160\n-0.188012362 0.034448721 0.981562436 445.258178711 -0.044777527 0.998044908 -0.043604050 7.134410858 -0.981145501 -0.052150030 -0.186102271 104.612548828\n-0.184372187 0.035691649 0.982208252 445.402801514 -0.048025817 0.997819543 -0.045273948 7.123340607 -0.981682479 -0.055518609 -0.182256103 104.597839355\n-0.180103779 0.036613006 0.982966125 445.543334961 -0.051418141 0.997590363 -0.046578798 7.113498688 -0.982302964 -0.058931295 -0.177787185 104.588104248\n-0.174577475 0.037786108 0.983918309 445.689392090 -0.053973697 0.997393787 -0.047880206 7.099523544 -0.983163178 -0.061464500 -0.172083020 104.571899414\n-0.168505073 0.038952623 0.984930873 445.861907959 -0.054665107 0.997311771 -0.048794549 7.101299286 -0.984183848 -0.062063482 -0.165922761 104.542938232\n-0.161661386 0.038667817 0.986088455 446.044433594 -0.054951195 0.997328997 -0.048117410 7.089202881 -0.985315144 -0.061965469 -0.159104824 104.504974365\n-0.155387998 0.035777867 0.987205565 446.243774414 -0.061320163 0.997067392 -0.045787178 7.085672379 -0.985948682 -0.067650370 -0.152738452 104.493682861\n-0.147404075 0.033019997 0.988524854 446.462585449 -0.069938451 0.996592879 -0.043718383 7.081867218 -0.986600399 -0.075580180 -0.144592524 104.493194580\n-0.138190746 0.030701583 0.989929676 446.688415527 -0.075835779 0.996257007 -0.041484229 7.076808929 -0.987497985 -0.080804825 -0.135345221 104.477844238\n-0.128737926 0.029208228 0.991248608 446.921447754 -0.072889194 0.996583819 -0.038831878 7.059478760 -0.988996506 -0.077250428 -0.126169086 104.452911377\n-0.116989017 0.027833633 0.992743075 447.167480469 -0.066194616 0.997165799 -0.035758283 7.035314560 -0.990924716 -0.069897577 -0.114814997 104.418426514\n-0.104987621 0.027035106 0.994106114 447.420532227 -0.062063545 0.997503698 -0.033682041 7.023097992 -0.992535114 -0.065233938 -0.103047609 104.393218994\n-0.089246750 0.026717249 0.995651305 447.678466797 -0.058321793 0.997784734 -0.032002255 7.004365921 -0.994300723 -0.060924254 -0.087490916 104.372131348\n-0.072779298 0.027919862 0.996957242 447.954406738 -0.056243245 0.997902453 -0.032052170 7.000513077 -0.995760977 -0.058404837 -0.071056366 104.357574463\n-0.054924011 0.027092779 0.998122931 448.234771729 -0.055537041 0.998001456 -0.030145535 6.993177414 -0.996944845 -0.057088505 -0.053309560 104.351715088\n-0.034055471 0.026397808 0.999071419 448.529205322 -0.055419061 0.998063147 -0.028260242 6.974281311 -0.997882366 -0.056330007 -0.032526612 104.358825684\n-0.011583090 0.027303312 0.999560237 448.814514160 -0.055974636 0.998041987 -0.027910478 6.970254898 -0.998365104 -0.056273296 -0.010032058 104.359680176\n0.009767652 0.028671758 0.999541283 449.111877441 -0.057189047 0.997968733 -0.028067784 6.946832657 -0.998315752 -0.056888644 0.011387527 104.391052246\n0.032957375 0.032541808 0.998926938 449.435485840 -0.065215074 0.997409880 -0.030340757 6.942329407 -0.997326910 -0.064145133 0.034994245 104.425109863\n0.055828869 0.036186673 0.997784436 449.759216309 -0.070043378 0.997022808 -0.032239925 6.939584732 -0.995980501 -0.068088263 0.058197260 104.473663330\n0.081154287 0.036242746 0.996042490 450.087432861 -0.072744362 0.996888816 -0.030346563 6.929225922 -0.994043469 -0.069993705 0.083538294 104.525695801\n0.106535375 0.035387535 0.993679106 450.445159912 -0.070402876 0.997126639 -0.027962193 6.920473099 -0.991813481 -0.066978887 0.108720660 104.581329346\n0.133095264 0.033285093 0.990544260 450.826568604 -0.066118382 0.997507632 -0.024635032 6.894697189 -0.988895416 -0.062214367 0.134964287 104.625518799\n0.158584118 0.032924261 0.986796439 451.188537598 -0.067207582 0.997485757 -0.022480246 6.884710312 -0.985055506 -0.062755190 0.160398126 104.710174561\n0.184553802 0.032866169 0.982272685 451.570098877 -0.068544604 0.997437537 -0.020495109 6.874441147 -0.980429232 -0.063547045 0.186333656 104.804992676\n0.210640430 0.033409186 0.976992667 451.976470947 -0.070169806 0.997354567 -0.018976804 6.867082596 -0.975042045 -0.064558089 0.212427497 104.906341553\n0.235600829 0.033635881 0.971267641 452.387084961 -0.069322594 0.997436762 -0.017726528 6.854797363 -0.969374359 -0.063154407 0.237328649 105.031738281\n0.259534895 0.033398405 0.965156138 452.824035645 -0.068403088 0.997527421 -0.016124688 6.845943451 -0.963308275 -0.061834738 0.261177719 105.161132812\n0.280877113 0.032763597 0.959184468 453.261627197 -0.067377046 0.997624457 -0.014346658 6.836547852 -0.957375884 -0.060597360 0.282417357 105.307128906\n0.300701797 0.032556634 0.953162372 453.694824219 -0.067012876 0.997668266 -0.012935709 6.830419540 -0.951361001 -0.059984360 0.302182376 105.460021973\n0.319282174 0.032276999 0.947109878 454.169433594 -0.066884845 0.997694969 -0.011453219 6.818206787 -0.945296466 -0.059690483 0.320705056 105.635467529\n0.336679101 0.032916520 0.941043973 454.657806396 -0.067165814 0.997682631 -0.010867621 6.812150955 -0.939220965 -0.059547078 0.338109791 105.827514648\n0.354007781 0.032256931 0.934686065 455.165344238 -0.064667471 0.997857332 -0.009944542 6.803758621 -0.933004081 -0.056923330 0.355335236 106.027740479\n0.371232748 0.030362992 0.928043306 455.677490234 -0.061330546 0.998084486 -0.008121301 6.789240837 -0.926512182 -0.053902507 0.372383833 106.244049072\n0.389114618 0.028701834 0.920742154 456.180389404 -0.056024812 0.998401582 -0.007446039 6.781833649 -0.919484138 -0.048687037 0.390100658 106.456176758\n0.406593382 0.027634511 0.913191199 456.719451904 -0.051794525 0.998632133 -0.007158848 6.775144577 -0.912139893 -0.044387564 0.407468498 106.704528809\n0.422462761 0.027941341 0.905949533 457.260375977 -0.051917464 0.998629630 -0.006589607 6.764191628 -0.904892206 -0.044250734 0.423334479 106.972900391\n0.436974227 0.029095726 0.899003386 457.817901611 -0.052805521 0.998582661 -0.006651624 6.754556656 -0.897922754 -0.044565745 0.437891245 107.256835938\n0.450181961 0.029753521 0.892440975 458.367767334 -0.054004047 0.998522401 -0.006048475 6.745151520 -0.891302288 -0.045472514 0.451123595 107.548019409\n0.461603105 0.029437931 0.886598051 458.947967529 -0.055090595 0.998471379 -0.004469822 6.746849060 -0.885374367 -0.046779923 0.462519228 107.863815308\n0.470952272 0.027740506 0.881722510 459.542175293 -0.055564974 0.998453557 -0.001734283 6.737145424 -0.880407095 -0.048176117 0.471765339 108.199676514\n0.478981435 0.025789190 0.877446115 460.143768311 -0.056467362 0.998403370 0.001480206 6.734119415 -0.876007020 -0.050256059 0.479672909 108.537948608\n0.485201836 0.024417860 0.874061167 460.764221191 -0.057104904 0.998360932 0.003809311 6.729255676 -0.872535527 -0.051761463 0.485800922 108.888687134\n0.490118742 0.024702219 0.871305645 461.399414062 -0.058135532 0.998299003 0.004399276 6.727930069 -0.869714856 -0.052809980 0.490721107 109.253509521\n0.493949473 0.024441121 0.869147003 462.060363770 -0.059014484 0.998242140 0.005467444 6.720617294 -0.867485523 -0.053992905 0.494523585 109.631011963\n0.496967375 0.024988564 0.867409408 462.712158203 -0.060571343 0.998146117 0.005948452 6.719015121 -0.865652740 -0.055496335 0.497559667 110.011978149\n0.498882949 0.026139211 0.866275072 463.363311768 -0.061281033 0.998107135 0.005174255 6.718320847 -0.864500105 -0.055667579 0.499540448 110.410247803\n0.502074718 0.025340727 0.864452958 464.073852539 -0.059512090 0.998213530 0.005302842 6.708118439 -0.862774253 -0.054107822 0.502685785 110.818328857\n0.504469275 0.025769254 0.863045037 464.766540527 -0.058043834 0.998305559 0.004119996 6.705052376 -0.861476421 -0.052172851 0.505110264 111.226852417\n0.507063627 0.026700245 0.861495078 465.477905273 -0.057204958 0.998358727 0.002727970 6.705829620 -0.860008299 -0.050665036 0.507758737 111.642227173\n0.509624481 0.027859576 0.859945774 466.211364746 -0.056902751 0.998378754 0.001377563 6.702476501 -0.858513236 -0.049635317 0.510383606 112.086791992\n0.512473464 0.028603610 0.858226538 466.947326660 -0.055663738 0.998449564 -0.000038537 6.695151329 -0.856897056 -0.047752347 0.513271093 112.514022827\n0.514396429 0.028094750 0.857092202 467.683349609 -0.053053226 0.998591304 -0.000892295 6.688453674 -0.855909824 -0.045012511 0.515162349 112.961837769\n0.516250312 0.027574608 0.855993807 468.435394287 -0.050736852 0.998710811 -0.001572605 6.677594185 -0.854933619 -0.042618569 0.516983807 113.415313721\n0.518170357 0.026595434 0.854863882 469.187316895 -0.048454843 0.998823941 -0.001703529 6.664735794 -0.853903770 -0.040539570 0.518849671 113.868026733\n0.519924283 0.029695740 0.853696108 469.954833984 -0.049972378 0.998741329 -0.004306576 6.652363777 -0.852749467 -0.040422119 0.520753860 114.336044312\n0.520361125 0.032067146 0.853344023 470.724060059 -0.049081568 0.998765826 -0.007602362 6.640494347 -0.852534652 -0.037927486 0.521292806 114.818801880\n0.520976484 0.034900207 0.852857351 471.505676270 -0.049388386 0.998722315 -0.010699832 6.631068230 -0.852141082 -0.036546882 0.522034526 115.291229248\n0.521098375 0.034533862 0.852797747 472.284301758 -0.051772468 0.998620093 -0.008803565 6.613183975 -0.851925015 -0.039563917 0.522167206 115.778701782\n0.521016121 0.032181337 0.852939963 473.102294922 -0.051315293 0.998662412 -0.006333617 6.598863602 -0.852002919 -0.040468942 0.521970630 116.288040161\n0.521819592 0.030272724 0.852518618 473.914886475 -0.051672835 0.998656690 -0.003833534 6.583207130 -0.851489544 -0.042051636 0.522682905 116.782058716\n0.522486210 0.029605150 0.852133632 474.729339600 -0.048688248 0.998802245 -0.004847535 6.572812080 -0.851256490 -0.038956121 0.523301840 117.284103394\n0.523519218 0.028976794 0.851521075 475.560729980 -0.046467662 0.998905063 -0.005423649 6.552726746 -0.850745857 -0.036728799 0.524292469 117.796218872\n0.523935318 0.028544301 0.851279616 476.403472900 -0.044112276 0.999006391 -0.006348043 6.538342476 -0.850615025 -0.034225915 0.524673939 118.308441162\n0.524520755 0.027360769 0.850957930 477.247985840 -0.042551987 0.999076843 -0.005894665 6.524579048 -0.850333631 -0.033118077 0.525200844 118.832412720\n0.525830626 0.025888436 0.850195348 478.115295410 -0.040482748 0.999165714 -0.005386727 6.502578735 -0.849625468 -0.031585731 0.526439905 119.360534668\n0.526904404 0.026051518 0.849525273 478.981262207 -0.040653188 0.999158561 -0.005425679 6.488809586 -0.848951817 -0.031677090 0.527520180 119.894073486\n0.527635217 0.026427019 0.849059939 479.876312256 -0.040479831 0.999162674 -0.005943406 6.467905998 -0.848506093 -0.031233851 0.528263152 120.447402954\n0.528053164 0.027680382 0.848760128 480.761566162 -0.041815139 0.999103785 -0.006568355 6.450386047 -0.848181248 -0.032022577 0.528737366 121.005218506\n0.529053152 0.027818339 0.848132670 481.647644043 -0.042437509 0.999079287 -0.006297394 6.433735847 -0.847526968 -0.032660976 0.529746592 121.555969238\n0.528504968 0.026515702 0.848516047 482.541046143 -0.041868676 0.999109864 -0.005143449 6.412200928 -0.847897112 -0.032807905 0.529144645 122.126464844\n0.527556777 0.029068928 0.849022210 483.437530518 -0.047384951 0.998865366 -0.004755696 6.401790619 -0.848197162 -0.037721980 0.528335690 122.694381714\n0.525611281 0.030910881 0.850163102 484.338806152 -0.048993036 0.998780966 -0.006024614 6.376837730 -0.849312961 -0.038485464 0.526484966 123.259582520\n0.521736860 0.034879781 0.852393150 485.252136230 -0.051520154 0.998628378 -0.009328995 6.362326622 -0.851549387 -0.039048143 0.522818327 123.823516846\n0.515064478 0.039681695 0.856232405 486.181396484 -0.057486836 0.998277903 -0.011683663 6.341566086 -0.855221510 -0.043204248 0.516458690 124.403915405\n0.506363451 0.044600014 0.861166060 487.108856201 -0.063240007 0.997893035 -0.014496176 6.317365646 -0.859998167 -0.047119807 0.508117080 124.961410522\n0.494094551 0.048473679 0.868055880 488.053680420 -0.068333603 0.997520924 -0.016807955 6.283601761 -0.866718650 -0.051012654 0.496182024 125.524353027\n0.480192602 0.050328888 0.875718057 488.982940674 -0.071778350 0.997258961 -0.017954985 6.255046844 -0.874221325 -0.054235745 0.482488930 126.064834595\n0.465997100 0.049319845 0.883410573 490.000030518 -0.072931826 0.997188568 -0.017200569 6.226377487 -0.881775260 -0.056413326 0.468284011 126.591430664\n0.450512290 0.046972524 0.891533673 490.979736328 -0.075796291 0.997021794 -0.014228818 6.191631317 -0.889546812 -0.061164688 0.452730894 127.100219727\n0.434382737 0.046999481 0.899501383 491.978088379 -0.077235848 0.996903121 -0.014790424 6.154727936 -0.897410870 -0.063049041 0.436667562 127.593780518\n0.417304218 0.049727812 0.907405257 492.983764648 -0.078001343 0.996776879 -0.018753737 6.122566223 -0.905413151 -0.062952816 0.419838011 128.068084717\n0.399350107 0.053755298 0.915221334 493.986633301 -0.080164194 0.996503413 -0.023550328 6.082557678 -0.913287103 -0.063963152 0.402262986 128.520599365\n0.380662978 0.055173140 0.923066437 495.005645752 -0.080361515 0.996415675 -0.026417086 6.042705536 -0.921215415 -0.064123012 0.383732319 128.944458008\n0.359744728 0.052867938 0.931551754 496.042907715 -0.081272662 0.996374249 -0.025161073 5.993713379 -0.929504395 -0.066658132 0.362737119 129.366577148\n0.338063717 0.050938830 0.939743757 497.096771240 -0.079341471 0.996521950 -0.025474163 5.946958542 -0.937772930 -0.065948755 0.340929508 129.746276855\n0.313927293 0.054556608 0.947878242 498.132873535 -0.081075542 0.996241510 -0.030488864 5.894292831 -0.945979059 -0.067278460 0.317170620 130.115478516\n0.288656533 0.061300050 0.955468357 499.193603516 -0.083302923 0.995771766 -0.038719151 5.841993332 -0.953801930 -0.068416759 0.292542517 130.451263428\n0.262430251 0.066017151 0.962690115 500.273437500 -0.083618909 0.995459855 -0.045469761 5.784748077 -0.961321175 -0.068566442 0.266759038 130.760406494\n0.233979344 0.071911588 0.969578564 501.356536865 -0.089656554 0.994607449 -0.052131943 5.716796875 -0.968098938 -0.074731253 0.239164948 131.037628174\n0.203068078 0.074286409 0.976342618 502.431121826 -0.085752383 0.994635999 -0.057842769 5.635005951 -0.975402474 -0.071977682 0.208349049 131.293060303\n0.173098624 0.076877497 0.981899559 503.530944824 -0.089834787 0.994025648 -0.061989971 5.550094604 -0.980798960 -0.077478357 0.178970754 131.503967285\n0.144622803 0.079709113 0.986271143 504.618804932 -0.085735269 0.994010925 -0.067762755 5.459701538 -0.985765576 -0.074758179 0.150590539 131.684570312\n0.116926312 0.084718026 0.989520788 505.723358154 -0.082326278 0.993752718 -0.075352289 5.362808228 -0.989722610 -0.072652869 0.123170376 131.826568604\n0.091276526 0.087790638 0.991948247 506.842559814 -0.076758184 0.993763208 -0.080888167 5.260051727 -0.992862880 -0.068756953 0.097445905 131.933227539\n0.067588270 0.088814944 0.993752360 507.955627441 -0.073182568 0.993788242 -0.083840765 5.151893616 -0.995025754 -0.067058690 0.073668122 132.017547607\n0.044815123 0.088807151 0.995040178 509.068939209 -0.070818283 0.993817449 -0.085508473 5.040779114 -0.996482074 -0.066634960 0.050827205 132.081298828\n0.022881806 0.090999559 0.995588064 510.189697266 -0.071927764 0.993417859 -0.089148067 4.929088593 -0.997147381 -0.069570549 0.029276550 132.117248535\n0.000988424 0.094253510 0.995547831 511.305419922 -0.070986882 0.993043303 -0.093945920 4.820804596 -0.997476816 -0.070577964 0.007672310 132.130493164\n-0.019792080 0.093987152 0.995376706 512.440490723 -0.068293042 0.993119299 -0.095131934 4.691085815 -0.997469008 -0.069860145 -0.013237238 132.117065430\n-0.037388206 0.091092624 0.995140314 513.590942383 -0.063067220 0.993636310 -0.093324438 4.570503235 -0.997308731 -0.066249967 -0.031405330 132.087402344\n-0.049511552 0.089283161 0.994774938 514.723266602 -0.057591099 0.994084060 -0.092087552 4.444118500 -0.997111797 -0.061849579 -0.044076800 132.027709961\n-0.058676481 0.092575654 0.993975341 515.876525879 -0.051029120 0.994110942 -0.095600642 4.320129395 -0.996972024 -0.056331180 -0.053606868 131.966186523\n-0.064336419 0.096129857 0.993287623 517.018493652 -0.046988133 0.993953705 -0.099237815 4.201416016 -0.996821642 -0.053057313 -0.059430480 131.884643555\n-0.069128394 0.096498065 0.992929757 518.148498535 -0.047970183 0.993837833 -0.099926032 4.076644897 -0.996453822 -0.054538745 -0.064073443 131.824096680\n-0.072740555 0.096140891 0.992706358 519.318847656 -0.049196560 0.993785501 -0.099850282 3.934986115 -0.996136904 -0.056100890 -0.067558646 131.749389648\n-0.075499773 0.098075688 0.992311060 520.459838867 -0.049111869 0.993577778 -0.101937555 3.807830811 -0.995935798 -0.056430493 -0.070198178 131.664489746\n-0.078892946 0.101425640 0.991710186 521.599243164 -0.047194798 0.993315279 -0.105344273 3.668968201 -0.995765448 -0.055114467 -0.073578835 131.582092285\n-0.082676172 0.104338132 0.991099477 522.788391113 -0.044963840 0.993100941 -0.108299643 3.534793854 -0.995561600 -0.053517427 -0.077414274 131.498718262\n-0.085665107 0.103940681 0.990887463 523.959594727 -0.044580616 0.993147373 -0.108031861 3.398414612 -0.995326161 -0.053428922 -0.080444336 131.408996582\n-0.088260531 0.100333415 0.991031528 525.146484375 -0.044479419 0.993524790 -0.104547150 3.260101318 -0.995103955 -0.053307887 -0.083226323 131.303405762\n-0.090762019 0.096099861 0.991225064 526.350830078 -0.045031019 0.993919075 -0.100484334 3.124004364 -0.994853973 -0.053756036 -0.085882664 131.217773438\n-0.092063069 0.097370714 0.990981102 527.550842285 -0.047785725 0.993628800 -0.102070205 2.990196228 -0.994606018 -0.056751627 -0.086823583 131.117431641\n-0.092438936 0.101539575 0.990527451 528.753906250 -0.047653805 0.993195772 -0.106260300 2.852195740 -0.994577348 -0.057025000 -0.086971283 131.015502930\n-0.092339873 0.104266666 0.990253448 529.983276367 -0.046581160 0.992961228 -0.108895406 2.697914124 -0.994637430 -0.056182530 -0.086833000 130.913024902\n-0.091653109 0.103996024 0.990345657 531.211242676 -0.044914708 0.993087769 -0.108440667 2.550899506 -0.994777560 -0.054420009 -0.086348534 130.802307129\n-0.091605663 0.103763238 0.990374506 532.447937012 -0.045778122 0.993065894 -0.108279511 2.401069641 -0.994742632 -0.055256501 -0.086220384 130.699890137\n-0.092325687 0.103991531 0.990283668 533.715820312 -0.048449084 0.992884278 -0.108781606 2.249221802 -0.994549453 -0.058021665 -0.086630464 130.601074219\n-0.092871785 0.105360575 0.990088046 534.975158691 -0.050339330 0.992617011 -0.110351607 2.105720520 -0.994404912 -0.060088899 -0.086882353 130.494201660\n-0.095664501 0.102762632 0.990095198 536.242431641 -0.050674681 0.992864370 -0.107946314 1.955093384 -0.994123101 -0.060499351 -0.089774370 130.399597168\n-0.098322511 0.102721520 0.989838898 537.515136719 -0.051159948 0.992821395 -0.108112842 1.802799225 -0.993838727 -0.061270028 -0.092361450 130.291198730\n-0.099979401 0.102991432 0.989645004 538.789306641 -0.049981099 0.992852867 -0.108374648 1.651561737 -0.993733525 -0.060298748 -0.094117165 130.171020508\n-0.102784991 0.104342118 0.989215910 540.071533203 -0.049297635 0.992726564 -0.109834723 1.501918793 -0.993481338 -0.060055356 -0.096893668 130.057800293\n-0.106362343 0.102896832 0.988989174 541.362060547 -0.050737310 0.992773771 -0.108747222 1.345699310 -0.993032277 -0.061745234 -0.100373030 129.937927246\n-0.109492183 0.103602119 0.988573849 542.659606934 -0.049696025 0.992738962 -0.109542847 1.198268890 -0.992744684 -0.061122268 -0.103548646 129.806518555\n-0.113710284 0.101547010 0.988310933 543.961608887 -0.052320026 0.992770493 -0.108024925 1.041065216 -0.992135525 -0.063991979 -0.107575297 129.682983398\n-0.116895556 0.100302115 0.988066196 545.269104004 -0.051917579 0.992909491 -0.106936000 0.876411438 -0.991786242 -0.063798346 -0.110859275 129.524414062\n-0.120925307 0.099756606 0.987636566 546.589843750 -0.053449787 0.992839992 -0.106826529 0.721946716 -0.991221666 -0.065706968 -0.114727497 129.386901855\n-0.123182893 0.100512274 0.987280726 547.919799805 -0.053583872 0.992732644 -0.107752979 0.564357758 -0.990936279 -0.066175655 -0.116901875 129.230041504\n-0.126598001 0.101125106 0.986786008 549.237792969 -0.053551931 0.992642522 -0.108595632 0.414535522 -0.990507543 -0.066592284 -0.120251179 129.089355469\n-0.129009247 0.100821994 0.986504912 550.576477051 -0.052902523 0.992701590 -0.108373590 0.254776001 -0.990231454 -0.066169761 -0.122733951 128.925781250\n-0.131751180 0.102470264 0.985972404 551.920043945 -0.051645819 0.992582440 -0.110058434 0.090934753 -0.989936590 -0.065421663 -0.125481725 128.757934570\n-0.134822369 0.102932617 0.985508978 553.259521484 -0.051695149 0.992504537 -0.110735424 -0.068935394 -0.989520431 -0.065875642 -0.128490686 128.592773438\n-0.137885690 0.102542974 0.985125601 554.606567383 -0.051458810 0.992541134 -0.110517435 -0.234050751 -0.989110470 -0.065932162 -0.131580472 128.419677734\n-0.141386867 0.101821043 0.984704137 555.960937500 -0.052084785 0.992553651 -0.110111199 -0.402622223 -0.988583326 -0.066856377 -0.135030746 128.240417480\n-0.144706011 0.101927646 0.984210849 557.323669434 -0.050695863 0.992609978 -0.110251173 -0.569446564 -0.988175154 -0.065849423 -0.138469338 128.046142578\n-0.149197936 0.101585440 0.983575404 558.715270996 -0.051339868 0.992571235 -0.110302262 -0.732475281 -0.987473726 -0.066953488 -0.142874241 127.857238770\n-0.152452707 0.102288663 0.983003139 560.089538574 -0.049802091 0.992570877 -0.111008003 -0.906692505 -0.987055182 -0.065879077 -0.146225929 127.661193848\n-0.154443383 0.103050038 0.982612908 561.490112305 -0.049273789 0.992504776 -0.111832097 -1.075092316 -0.986772299 -0.065688774 -0.148208141 127.439514160\n-0.157166719 0.103599139 0.982123137 562.898132324 -0.047926307 0.992510617 -0.112364396 -1.251758575 -0.986408472 -0.064729482 -0.151024461 127.243469238\n-0.158827186 0.104319669 0.981779754 564.309814453 -0.047376078 0.992451429 -0.113117851 -1.417655945 -0.986169159 -0.064479060 -0.152686000 127.025634766\n-0.160323024 0.104144692 0.981555104 565.727783203 -0.047088463 0.992479146 -0.112994976 -1.596080780 -0.985940754 -0.064335607 -0.154213309 126.808105469\n-0.161883712 0.103821680 0.981333256 567.155090332 -0.046780262 0.992524683 -0.112722717 -1.772022247 -0.985700548 -0.064154990 -0.155816793 126.588012695\n-0.162942886 0.105083324 0.981023490 568.585205078 -0.045378778 0.992461562 -0.113845699 -1.950195312 -0.985591352 -0.063067995 -0.156946063 126.367004395\n-0.163940549 0.105293937 0.980834663 570.037231445 -0.044454340 0.992488503 -0.113975257 -2.130916595 -0.985468030 -0.062287521 -0.158028364 126.130981445\n-0.164839625 0.103759304 0.980847716 571.470703125 -0.041968733 0.992812693 -0.112078227 -2.316295624 -0.985427260 -0.059639834 -0.159300208 125.913879395\n-0.165823221 0.104387887 0.980615139 572.932373047 -0.043503534 0.992639363 -0.113024391 -2.490264893 -0.985195577 -0.061402272 -0.160061479 125.676635742\n-0.166990161 0.103675328 0.980492592 574.391418457 -0.043964386 0.992684066 -0.112452112 -2.676433563 -0.984977901 -0.061885152 -0.161210418 125.439880371\n-0.167818069 0.101282790 0.980601251 575.858032227 -0.045214597 0.992870688 -0.110287987 -2.861068726 -0.984780550 -0.062845819 -0.162042260 125.199523926\n-0.169234753 0.099568702 0.980533421 577.347106934 -0.044186164 0.993116915 -0.108472802 -3.044231415 -0.984584868 -0.061683368 -0.163670301 124.955200195\n-0.169736385 0.099965900 0.980406404 578.822021484 -0.043224160 0.993129313 -0.108746529 -3.222900391 -0.984541297 -0.060835466 -0.164249301 124.713562012\n-0.169955134 0.102140643 0.980144143 580.296752930 -0.042625498 0.992921114 -0.110863313 -3.400650024 -0.984529495 -0.060620919 -0.164398313 124.470642090\n-0.170129657 0.102726571 0.980052769 581.784912109 -0.042210985 0.992878973 -0.111398496 -3.588161469 -0.984517336 -0.060321163 -0.164581895 124.222961426\n-0.169831991 0.102495328 0.980128467 583.284057617 -0.043407980 0.992833316 -0.111345440 -3.776176453 -0.984516561 -0.061455414 -0.164165735 123.968994141\n-0.170720577 0.102066934 0.980018795 584.753417969 -0.042451121 0.992934883 -0.110807151 -3.956237793 -0.984404624 -0.060519949 -0.165181518 123.746887207\n-0.170274615 0.102399506 0.980061710 586.235229492 -0.043383811 0.992842555 -0.111272328 -4.146427155 -0.984441221 -0.061465658 -0.164613485 123.509155273\n-0.169792652 0.105066165 0.979863226 587.731872559 -0.043143839 0.992554665 -0.113903061 -4.328231812 -0.984535098 -0.061614931 -0.163995504 123.255004883\n-0.168716788 0.106592827 0.979884028 589.224243164 -0.040892895 0.992522418 -0.115008593 -4.514717102 -0.984815955 -0.059474166 -0.163096309 123.009216309\n-0.167060018 0.106519282 0.980175912 590.713134766 -0.040130302 0.992588341 -0.114707962 -4.704254150 -0.985129833 -0.058497861 -0.161547184 122.766418457\n-0.164824486 0.104811013 0.980738223 592.235473633 -0.036526363 0.993007183 -0.112260871 -4.908706665 -0.985646307 -0.054326151 -0.159843564 122.527038574\n-0.163108826 0.102971196 0.981219947 593.730712891 -0.036828604 0.993210077 -0.110351510 -5.103427887 -0.985920548 -0.054136258 -0.158209085 122.290466309\n-0.162069917 0.103332326 0.981354117 595.218505859 -0.037447348 0.993141651 -0.110757910 -5.289535522 -0.986068547 -0.054699622 -0.157088876 122.056518555\n-0.161422610 0.103151850 0.981479704 596.716613770 -0.036453426 0.993220568 -0.110381238 -5.471321106 -0.986211836 -0.053596325 -0.156567931 121.825805664\n-0.160266638 0.104003571 0.981579363 598.204589844 -0.036689781 0.993118703 -0.111216724 -5.656021118 -0.986391723 -0.053838249 -0.155347943 121.589111328\n-0.159310579 0.104524136 0.981679678 599.702880859 -0.035755437 0.993116021 -0.111544333 -5.837211609 -0.986580908 -0.052870560 -0.154476523 121.352416992\n-0.158747792 0.103836723 0.981843710 601.212524414 -0.036374141 0.993164003 -0.110915020 -6.033336639 -0.986648917 -0.053321231 -0.153885603 121.122497559\n-0.158216238 0.104010984 0.981911063 602.713073730 -0.038454063 0.993033051 -0.111385234 -6.222942352 -0.986655414 -0.055381410 -0.153114319 120.892639160\n-0.157872200 0.102917627 0.982081711 604.204650879 -0.041011870 0.993012249 -0.110655867 -6.411945343 -0.986607552 -0.057746489 -0.152548194 120.670288086\n-0.158081293 0.102078609 0.982135594 605.684570312 -0.038244005 0.993262827 -0.109390751 -6.599338531 -0.986685276 -0.054853421 -0.153112411 120.470581055\n-0.156881213 0.100584790 0.982482076 607.170898438 -0.036822047 0.993512809 -0.107593790 -6.784202576 -0.986930847 -0.053056449 -0.152159810 120.241210938\n-0.155948400 0.101090536 0.982578635 608.665405273 -0.029367736 0.993834913 -0.106909662 -6.970359802 -0.987328529 -0.045528498 -0.152018189 120.002502441\n-0.154300213 0.103361554 0.982602715 610.141906738 -0.027238362 0.993689835 -0.108805135 -7.154327393 -0.987648606 -0.043553125 -0.150511146 119.776062012\n-0.154427648 0.106321335 0.982266843 611.629028320 -0.028023751 0.993321598 -0.111923695 -7.341426849 -0.987606704 -0.044810906 -0.150416851 119.557556152\n-0.154118180 0.106185496 0.982329965 613.105163574 -0.030238541 0.993235767 -0.112108506 -7.534301758 -0.987589598 -0.046982192 -0.149864793 119.343933105\n-0.153242946 0.104155712 0.982684255 614.591613770 -0.033344068 0.993318558 -0.110482641 -7.722187042 -0.987625897 -0.049697362 -0.148746133 119.127075195\n-0.152008414 0.103714205 0.982922554 616.097167969 -0.033863552 0.993348837 -0.110051326 -7.910766602 -0.987798870 -0.050013985 -0.147485256 118.904724121\n-0.150672793 0.103284515 0.983173549 617.581665039 -0.035780530 0.993305922 -0.109832369 -8.100730896 -0.987936080 -0.051727198 -0.145968556 118.686523438\n-0.150794625 0.103346974 0.983148158 619.073181152 -0.038179826 0.993169606 -0.110256404 -8.285362244 -0.987827480 -0.054162502 -0.145818830 118.487670898\n-0.149513483 0.102259681 0.983457565 620.558471680 -0.038607996 0.993275225 -0.109150045 -8.473171234 -0.988005698 -0.054288726 -0.144559979 118.269104004\n-0.149381757 0.100688010 0.983639836 622.027038574 -0.040202260 0.993360698 -0.107788444 -8.658157349 -0.987962127 -0.055646151 -0.144342065 118.060974121\n-0.150210738 0.102290362 0.983348012 623.536621094 -0.038076952 0.993296683 -0.109141663 -8.834949493 -0.987920463 -0.053837147 -0.145308852 117.835449219\n-0.149638653 0.103283174 0.983331621 625.018249512 -0.036765665 0.993260145 -0.109920837 -9.018066406 -0.988057077 -0.052601241 -0.144832850 117.619934082\n-0.149605870 0.103088789 0.983356893 626.479858398 -0.034465775 0.993401706 -0.109385371 -9.196495056 -0.988144815 -0.050256848 -0.145065665 117.409790039\n-0.148039699 0.101998776 0.983707726 627.956848145 -0.033395637 0.993584514 -0.108048663 -9.373615265 -0.988417566 -0.048847016 -0.143683672 117.190856934\n-0.146058202 0.103327997 0.983865023 629.415893555 -0.033070646 0.993464530 -0.109245621 -9.564178467 -0.988723099 -0.048493277 -0.141686559 116.977478027\n-0.144950747 0.106410883 0.983700216 630.884643555 -0.035317659 0.993010044 -0.112622112 -9.755653381 -0.988808393 -0.051066637 -0.140179276 116.775329590\n-0.144495845 0.105220981 0.983895123 632.321655273 -0.038551550 0.992976546 -0.111853912 -9.941257477 -0.988754153 -0.054093104 -0.139424562 116.585510254\n-0.142825127 0.102499641 0.984426200 633.781677246 -0.042640187 0.993062377 -0.109585293 -10.138256073 -0.988829076 -0.057627641 -0.137463689 116.385375977\n-0.142304063 0.101042189 0.984652281 635.222412109 -0.043051116 0.993202925 -0.108141474 -10.308654785 -0.988886356 -0.057779349 -0.136986852 116.196716309\n-0.141365886 0.098877072 0.985007286 636.671203613 -0.041749135 0.993518829 -0.105723225 -10.485858917 -0.989076853 -0.056068834 -0.136321664 115.986877441\n-0.141443491 0.097668648 0.985116541 638.099792480 -0.038657952 0.993817151 -0.104081795 -10.677204132 -0.989191294 -0.052804280 -0.136793256 115.803527832\n-0.141323447 0.098526455 0.985048354 639.522888184 -0.039238103 0.993695617 -0.105020806 -10.844535828 -0.989185572 -0.053493321 -0.136566401 115.597656250\n-0.142032027 0.099032938 0.984895587 640.934082031 -0.038433045 0.993680716 -0.105458729 -11.026237488 -0.989115655 -0.052831050 -0.137328267 115.411926270\n-0.142593384 0.098531142 0.984864891 642.335449219 -0.039433088 0.993677199 -0.105122082 -11.196098328 -0.988995552 -0.053825971 -0.137806416 115.213928223\n-0.143753052 0.097755462 0.984773636 643.727783203 -0.040434603 0.993697941 -0.104543827 -11.372745514 -0.988787293 -0.054847416 -0.138894439 115.031127930\n-0.144263506 0.097246394 0.984749496 645.097290039 -0.041622724 0.993682265 -0.104226165 -11.546363831 -0.988663733 -0.056023963 -0.139304519 114.845947266\n-0.145059586 0.096259467 0.984729350 646.450683594 -0.041480225 0.993789554 -0.103255540 -11.716342926 -0.988553047 -0.055824995 -0.140165925 114.660888672\n-0.145929217 0.092754893 0.984937131 647.776367188 -0.042228933 0.994103491 -0.099874794 -11.884563446 -0.988393307 -0.056167498 -0.141151786 114.480712891\n-0.147103906 0.089857548 0.985031009 649.105468750 -0.042779420 0.994355142 -0.097096786 -12.047763824 -0.988195539 -0.056422371 -0.142429471 114.305908203\n-0.147711873 0.090807691 0.984852910 650.378845215 -0.042621661 0.994266570 -0.098068230 -12.212223053 -0.988111675 -0.056461908 -0.142994642 114.128173828\n-0.147261024 0.096117303 0.984416485 651.624450684 -0.040034197 0.993872344 -0.103029370 -12.367889404 -0.988287210 -0.054582521 -0.142510653 113.936462402\n-0.148233771 0.096870773 0.984196663 652.867492676 -0.040150609 0.993781030 -0.103861384 -12.520881653 -0.988137126 -0.054911848 -0.143422484 113.771484375\n-0.146974444 0.094420381 0.984623551 654.054016113 -0.038779195 0.994118214 -0.101119436 -12.676826477 -0.988379955 -0.053044867 -0.142448425 113.594299316\n-0.145292640 0.092222407 0.985081375 655.211303711 -0.038413979 0.994369805 -0.098757781 -12.821186066 -0.988642812 -0.052189656 -0.140931964 113.431152344\n-0.144250274 0.091929868 0.985261798 656.355834961 -0.039697148 0.994336188 -0.098588541 -12.963592529 -0.988744676 -0.053333510 -0.139783978 113.273864746\n-0.142273068 0.090456851 0.985685587 657.456481934 -0.041112963 0.994416118 -0.097192273 -13.097099304 -0.988973320 -0.054352287 -0.137759686 113.126525879\n-0.140156507 0.087842353 0.986225069 658.522827148 -0.040112182 0.994735301 -0.094300859 -13.228385925 -0.989316523 -0.052776519 -0.135895133 112.994384766\n-0.138128757 0.084195949 0.986829042 659.535095215 -0.040286414 0.995077729 -0.090538710 -13.349624634 -0.989594638 -0.052261800 -0.134056926 112.863159180\n-0.137174487 0.082228385 0.987127960 660.534423828 -0.043140631 0.995106936 -0.088887997 -13.473430634 -0.989606977 -0.054778490 -0.132955909 112.738220215\n-0.136644721 0.083979830 0.987054050 661.471435547 -0.042292263 0.994997084 -0.090510450 -13.581062317 -0.989717007 -0.054112520 -0.132409334 112.617919922\n-0.135508657 0.086162008 0.987022519 662.375671387 -0.041479405 0.994844675 -0.092539556 -13.684894562 -0.989907503 -0.053481020 -0.131236196 112.494323730\n-0.134762406 0.087008588 0.987050533 663.229736328 -0.041595660 0.994762421 -0.093367472 -13.783493042 -0.990004599 -0.053639438 -0.130437493 112.379882812\n-0.135176659 0.086243756 0.987061083 664.049621582 -0.044304542 0.994682074 -0.092977077 -13.890899658 -0.989830673 -0.056299593 -0.130636811 112.281799316\n-0.138330579 0.085870668 0.986656547 664.819946289 -0.047434188 0.994516373 -0.093205057 -13.984054565 -0.989249647 -0.059694339 -0.133498788 112.182006836\n-0.147603512 0.085592568 0.985336185 665.550903320 -0.050986316 0.994265199 -0.094005972 -14.074054718 -0.987731636 -0.064114258 -0.142392993 112.085144043\n-0.164613605 0.085252777 0.982666969 666.251098633 -0.054496951 0.993949890 -0.095360823 -14.158767700 -0.984851480 -0.069250040 -0.158971667 111.979003906\n-0.188017607 0.084972315 0.978483021 666.908203125 -0.057230569 0.993609905 -0.097282931 -14.243431091 -0.980496824 -0.074290052 -0.181953192 111.852783203\n-0.216596484 0.086508133 0.972420990 667.533813477 -0.056299664 0.993301749 -0.100905873 -14.318191528 -0.974636614 -0.076602809 -0.210275292 111.713500977\n-0.248995900 0.088724382 0.964432120 668.135620117 -0.053212620 0.993037581 -0.105094358 -14.404582977 -0.967041731 -0.077488005 -0.242541075 111.544921875\n-0.286084533 0.091337815 0.953841269 668.705200195 -0.046699397 0.992934525 -0.109087810 -14.485019684 -0.957065761 -0.075752139 -0.279797792 111.359436035\n-0.329387188 0.090611279 0.939837277 669.276489258 -0.043584626 0.992864370 -0.110998929 -14.561420441 -0.943188667 -0.077524051 -0.323087454 111.146850586\n-0.376387596 0.088785827 0.922198176 669.820739746 -0.040287539 0.992887318 -0.112034544 -14.642421722 -0.925585985 -0.079321504 -0.370133519 110.913513184\n-0.424311280 0.086325184 0.901392460 670.309509277 -0.036041170 0.993046701 -0.112068407 -14.721813202 -0.904799104 -0.080039091 -0.418249607 110.661621094\n-0.473987460 0.083666608 0.876547754 670.809448242 -0.031896755 0.993190706 -0.112048157 -14.797821045 -0.879953802 -0.081068434 -0.468091249 110.368530273\n-0.525798440 0.083570823 0.846494019 671.272460938 -0.026834130 0.993036926 -0.114706375 -14.874641418 -0.850185990 -0.083027355 -0.519894719 110.054016113\n-0.578735590 0.085192367 0.811053455 671.692016602 -0.020586880 0.992685497 -0.118960828 -14.952198029 -0.815255523 -0.085543901 -0.572748542 109.745300293\n-0.631031156 0.085382447 0.771044672 672.097412109 -0.016769422 0.992190957 -0.123595595 -15.021961212 -0.775576472 -0.090922624 -0.624671698 109.389709473\n-0.680958629 0.088084251 0.727005541 672.467468262 -0.009960501 0.991534054 -0.129464254 -15.091773987 -0.732254505 -0.095401101 -0.674316287 109.013244629\n-0.726233006 0.093249008 0.681094944 672.781127930 0.002263495 0.991076469 -0.133275211 -15.165214539 -0.687444925 -0.095247202 -0.719963551 108.624450684\n-0.768547058 0.098470636 0.632170200 673.087585449 0.016373368 0.990788400 -0.134425610 -15.248165131 -0.639583886 -0.092961632 -0.763079762 108.203796387\n-0.809316754 0.097331755 0.579252183 673.362670898 0.022893462 0.990652740 -0.134473234 -15.308330536 -0.586926281 -0.095570333 -0.803980112 107.805969238\n-0.845950246 0.093840085 0.524940729 673.623413086 0.027235879 0.990713239 -0.133212060 -15.380699158 -0.532566369 -0.098393515 -0.840649843 107.348999023\n-0.878074765 0.092523210 0.469494075 673.839599609 0.034121964 0.990738273 -0.131428003 -15.450523376 -0.477305919 -0.099383518 -0.873099327 106.863433838\n-0.905200124 0.096876092 0.413797587 673.995666504 0.045638178 0.990200520 -0.131985068 -15.512813568 -0.422528774 -0.100587897 -0.900750995 106.349304199\n-0.929267764 0.101688214 0.355135560 674.134399414 0.057489045 0.989462137 -0.132889897 -15.595100403 -0.364906520 -0.103073873 -0.925321221 105.840728760\n-0.952142596 0.101128556 0.288439751 674.294677734 0.064118214 0.988767147 -0.135012314 -15.700298309 -0.298853338 -0.110056736 -0.947931528 105.389358521\n-0.969795465 0.098740339 0.223041758 674.395690918 0.068744168 0.987977326 -0.138473868 -15.777503967 -0.234033167 -0.118958473 -0.964923739 104.873756409\n-0.982492924 0.097676367 0.158642188 674.446716309 0.075559527 0.987275958 -0.139917701 -15.840759277 -0.170290262 -0.125481188 -0.977372050 104.327423096\n-0.991169930 0.093300425 0.094217867 674.470336914 0.080193229 0.987673521 -0.134424940 -15.926338196 -0.105598390 -0.125682339 -0.986434460 103.767883301\n-0.995418191 0.091547057 0.027601603 674.462707520 0.087231621 0.987675726 -0.129951343 -15.987564087 -0.039158095 -0.126948193 -0.991136193 103.241348267\n-0.995271802 0.088419750 -0.040200520 674.412719727 0.092918724 0.987289369 -0.128941163 -16.062595367 0.028288599 -0.132066891 -0.990837097 102.674987793\n-0.990479589 0.087254532 -0.106476255 674.304809570 0.100849427 0.986396849 -0.129810080 -16.130403519 0.093701325 -0.139312282 -0.985805511 102.100006104\n-0.981299162 0.081952639 -0.174172059 674.176086426 0.105434425 0.985872984 -0.130146086 -16.200208664 0.161045715 -0.146075964 -0.976077080 101.563934326\n-0.967635155 0.078048363 -0.239981711 673.994995117 0.111846015 0.985106945 -0.130593807 -16.270744324 0.226215020 -0.153208107 -0.961953521 100.991546631\n-0.950061560 0.073688716 -0.303237945 673.813659668 0.117210120 0.984836161 -0.127904505 -16.349338531 0.289214551 -0.157059699 -0.944292068 100.458770752\n-0.929321766 0.072848037 -0.362014711 673.551940918 0.125339180 0.984375775 -0.123670556 -16.419984818 0.347349375 -0.160304338 -0.923932552 99.883728027\n-0.906367540 0.069166996 -0.416789919 673.280761719 0.130024374 0.984293997 -0.119410791 -16.495941162 0.401984543 -0.162422910 -0.901125550 99.318603516\n-0.882596731 0.066976301 -0.465335876 672.960021973 0.135646254 0.983984053 -0.115652636 -16.571155548 0.450137079 -0.165195689 -0.877546191 98.759399414\n-0.858663201 0.064097337 -0.508516431 672.603393555 0.140485942 0.983585358 -0.113241009 -16.648855209 0.492910892 -0.168675303 -0.853573442 98.197204590\n-0.835758567 0.061875615 -0.545600295 672.206848145 0.146319136 0.982799470 -0.112676091 -16.714614868 0.529243827 -0.174001724 -0.830436707 97.642028809\n-0.815114975 0.059520364 -0.576233387 671.797668457 0.149618432 0.982589066 -0.110150091 -16.790916443 0.559644461 -0.176000118 -0.809828401 97.078552246\n-0.797167659 0.059551340 -0.600814044 671.349426270 0.153115079 0.982531786 -0.105768658 -16.860467911 0.584020257 -0.176309034 -0.792360783 96.521606445\n-0.781254172 0.059890892 -0.621333420 670.893066406 0.153044313 0.983383298 -0.097646110 -16.943975449 0.605160773 -0.171377957 -0.777438164 95.954711914\n-0.767820716 0.057020243 -0.638122618 670.404968262 0.148954496 0.984625101 -0.091246970 -17.021198273 0.623108625 -0.165112525 -0.764508963 95.369018555\n-0.754791856 0.053706214 -0.653762221 669.914672852 0.145378932 0.985553861 -0.086882442 -17.095958710 0.639651775 -0.160621405 -0.751695871 94.797912598\n-0.742120504 0.051416308 -0.668291748 669.393554688 0.142694235 0.986316323 -0.082574040 -17.159292221 0.654901445 -0.156641245 -0.739302278 94.229858398\n-0.728835106 0.049856406 -0.682871997 668.858276367 0.139572710 0.987222016 -0.076890148 -17.233264923 0.670312822 -0.151350513 -0.726480603 93.647094727\n-0.714941502 0.044269018 -0.697781742 668.312622070 0.131032825 0.988794625 -0.071523540 -17.296951294 0.686796546 -0.142567441 -0.712731004 93.083740234\n-0.700408578 0.039674796 -0.712638915 667.751464844 0.122572817 0.990306616 -0.065335780 -17.364835739 0.703138828 -0.133111879 -0.698482275 92.523437500\n-0.683983088 0.039369613 -0.728434920 667.161437988 0.119229242 0.991148591 -0.058384951 -17.419824600 0.719688654 -0.126785040 -0.682622910 91.947998047\n-0.666996717 0.037506767 -0.744116366 666.561523438 0.110857867 0.992610931 -0.049336612 -17.476041794 0.736767530 -0.115398481 -0.666226149 91.404602051\n-0.648434639 0.035193704 -0.760456562 665.948852539 0.102034576 0.993935406 -0.041004948 -17.524219513 0.754401565 -0.104181878 -0.648093104 90.869201660\n-0.629143834 0.031662457 -0.776643813 665.312011719 0.095142595 0.994793653 -0.036517072 -17.567115784 0.771444082 -0.096866399 -0.628880739 90.344360352\n-0.608281374 0.032035898 -0.793074787 664.660461426 0.094425857 0.995010018 -0.032230813 -17.601787567 0.788084805 -0.094492167 -0.608271003 89.848876953\n-0.586568832 0.033284124 -0.809215367 663.989196777 0.094638333 0.995127141 -0.027668711 -17.631956100 0.804351270 -0.092812389 -0.586860538 89.369079590\n-0.564651966 0.037404709 -0.824481189 663.305175781 0.095303617 0.995244920 -0.020117521 -17.662002563 0.819808245 -0.089935429 -0.565531850 88.903198242\n-0.543714643 0.042728495 -0.838181853 662.601379395 0.097744204 0.995130837 -0.012675655 -17.688890457 0.833559036 -0.088819347 -0.545243740 88.457214355\n-0.525155544 0.047275268 -0.849692345 661.890197754 0.100947432 0.994866848 -0.007038411 -17.707195282 0.844998062 -0.089470506 -0.527232170 88.026855469\n-0.509681463 0.051056445 -0.858846962 661.171997070 0.102510720 0.994730473 -0.001700432 -17.720684052 0.854234397 -0.088907696 -0.512229443 87.590576172\n-0.499732494 0.052988663 -0.864557505 660.436950684 0.101506040 0.994832277 0.002300556 -17.729618073 0.860211611 -0.086608142 -0.502528667 87.164794922\n-0.493384242 0.057055537 -0.867938221 659.689819336 0.099780545 0.994971573 0.008685516 -17.737005234 0.864069402 -0.082318045 -0.496596336 86.732299805\n-0.491090775 0.058956899 -0.869111001 658.927856445 0.094487123 0.995425701 0.014135662 -17.734788895 0.865968823 -0.075177900 -0.494415045 86.294738770\n-0.490732074 0.057762649 -0.869393766 658.167236328 0.085791610 0.996154785 0.017759331 -17.733987808 0.867076635 -0.065871619 -0.493800759 85.845275879\n-0.491253853 0.052332181 -0.869443059 657.405273438 0.077794850 0.996840298 0.016044546 -17.730152130 0.867535532 -0.059756242 -0.493772745 85.384582520\n-0.493551612 0.045617018 -0.868519545 656.623291016 0.075311333 0.997114122 0.009574168 -17.730293274 0.866449833 -0.060684010 -0.495562792 84.924011230\n-0.497463107 0.039296415 -0.866594911 655.842163086 0.075798586 0.997121692 0.001703591 -17.737277985 0.864167511 -0.064839184 -0.499009848 84.460266113\n-0.502827764 0.033444095 -0.863739431 655.054565430 0.074088410 0.997241437 -0.004517416 -17.745998383 0.861205697 -0.066264562 -0.503918529 83.988830566\n-0.507783055 0.032734696 -0.860863149 654.244079590 0.075841218 0.997096598 -0.006820143 -17.756101608 0.858140469 -0.068752050 -0.508791327 83.509887695\n-0.512687922 0.033907626 -0.857905447 653.440917969 0.074210569 0.997230411 -0.004934263 -17.775774002 0.855362117 -0.066195376 -0.513784289 83.012268066\n-0.516394496 0.031072067 -0.855786920 652.627075195 0.070397593 0.997499347 -0.006261566 -17.799579620 0.853452325 -0.063478775 -0.517290592 82.510131836\n-0.518160105 0.024472373 -0.854933560 651.822570801 0.066131547 0.997744381 -0.011520835 -17.821119308 0.852723181 -0.062507711 -0.518609762 82.002380371\n-0.517915130 0.020058686 -0.855196953 651.004150391 0.066096485 0.997674704 -0.016628118 -17.841644287 0.852874815 -0.065137461 -0.518036604 81.490295410\n-0.519020438 0.019055702 -0.854549587 650.153320312 0.064442076 0.997778535 -0.016890036 -17.870346069 0.852329373 -0.063835219 -0.519095421 80.973388672\n-0.519914508 0.018945262 -0.854008138 649.306518555 0.063408703 0.997851789 -0.016466524 -17.897853851 0.851861596 -0.062712736 -0.519998908 80.446716309\n-0.521589637 0.022593498 -0.852897406 648.446166992 0.066273570 0.997701883 -0.014100204 -17.924102783 0.850618720 -0.063879073 -0.521888375 79.918457031\n-0.522261381 0.026778469 -0.852365017 647.599426270 0.069592409 0.997511506 -0.011302193 -17.948282242 0.849941254 -0.065220825 -0.522825360 79.393981934\n-0.524515033 0.029717622 -0.850882649 646.745056152 0.068688795 0.997609973 -0.007500092 -17.975578308 0.848626137 -0.062380005 -0.525302649 78.858032227\n-0.527772903 0.030849013 -0.848825395 645.872436523 0.070232734 0.997503042 -0.007416055 -17.999164581 0.846477151 -0.063529313 -0.528621674 78.318603516\n-0.531026721 0.032220390 -0.846742511 645.029907227 0.073049359 0.997297347 -0.007862887 -18.024665833 0.844200671 -0.066029385 -0.531945229 77.783508301\n-0.534226418 0.034666020 -0.844630241 644.169555664 0.075301342 0.997138321 -0.006702528 -18.058078766 0.841980815 -0.067182466 -0.535308003 77.239074707\n-0.537333965 0.037850603 -0.842519879 643.328735352 0.078902334 0.996867001 -0.005536810 -18.080459595 0.839670718 -0.069451898 -0.538636923 76.697082520\n-0.541379929 0.037526608 -0.839940190 642.481750488 0.079850025 0.996782780 -0.006933019 -18.106306076 0.836977780 -0.070822641 -0.542634726 76.148803711\n-0.545361042 0.034938049 -0.837472796 641.651489258 0.078492068 0.996869206 -0.009526095 -18.131483078 0.834518075 -0.070930131 -0.546395898 75.605957031\n-0.547735333 0.034788314 -0.835928142 640.822021484 0.079196520 0.996804655 -0.010409476 -18.156799316 0.832894921 -0.071904235 -0.548740268 75.053710938\n-0.549433589 0.036989626 -0.834718466 639.986816406 0.078676365 0.996871173 -0.007611589 -18.182449341 0.831825197 -0.069854669 -0.550624728 74.498840332\n-0.550953031 0.038841929 -0.833632171 639.151733398 0.080288216 0.996749699 -0.006620822 -18.205816269 0.830665469 -0.070578590 -0.552280784 73.944213867\n-0.552693605 0.036519010 -0.832583964 638.330444336 0.079071186 0.996830404 -0.008766543 -18.231521606 0.829624891 -0.070678614 -0.553829432 73.394042969\n-0.553348780 0.034368597 -0.832240582 637.524291992 0.078977451 0.996811807 -0.011346517 -18.258567810 0.829197288 -0.072006807 -0.554298878 72.850158691\n-0.553634644 0.035800021 -0.831989944 636.716308594 0.078099936 0.996904254 -0.009074179 -18.280500412 0.829089463 -0.070002131 -0.554716706 72.301696777\n-0.552941799 0.038988717 -0.832307398 635.907836914 0.078370459 0.996909857 -0.005365863 -18.314279556 0.829526246 -0.068195313 -0.554288626 71.753295898\n-0.553586364 0.038093425 -0.831920087 635.115478516 0.076125391 0.997085690 -0.004999962 -18.336305618 0.829305172 -0.066098154 -0.554872990 71.219726562\n-0.554013729 0.036127463 -0.831723332 634.334838867 0.076754041 0.997019410 -0.007818713 -18.360343933 0.828961849 -0.068169795 -0.555135369 70.695861816\n-0.554098487 0.036833763 -0.831636012 633.564514160 0.079510368 0.996794939 -0.008827005 -18.385238647 0.828645408 -0.071014710 -0.555251241 70.168090820\n-0.555703640 0.037354946 -0.830540776 632.783813477 0.079313658 0.996815681 -0.008234267 -18.418037415 0.827588499 -0.070449039 -0.556896925 69.645996094\n-0.557781816 0.037954237 -0.829119563 632.013671875 0.080542140 0.996714473 -0.008557742 -18.445640564 0.826070666 -0.071552411 -0.559006214 69.131347656\n-0.560265422 0.036520306 -0.827507734 631.261474609 0.080373541 0.996710241 -0.010429330 -18.475353241 0.824404538 -0.072352916 -0.561357617 68.611999512\n-0.562172532 0.037042834 -0.826190054 630.523437500 0.079201102 0.996816218 -0.009198586 -18.494682312 0.823218882 -0.070606351 -0.563316584 68.099060059\n-0.564492941 0.040343855 -0.824451566 629.774169922 0.080418892 0.996741354 -0.006287206 -18.522544861 0.821511328 -0.069850557 -0.565897822 67.588867188\n-0.566686273 0.040709395 -0.822927415 629.051635742 0.079853557 0.996790409 -0.005678715 -18.556991577 0.820055008 -0.068931729 -0.568118215 67.081542969\n-0.568754911 0.036555763 -0.821694493 628.355102539 0.077235304 0.996971309 -0.009106670 -18.578590393 0.818872929 -0.068643287 -0.569855690 66.590209961\n-0.571294188 0.035039663 -0.819997072 627.662780762 0.075714298 0.997077942 -0.010143766 -18.603357315 0.817245603 -0.067880578 -0.572277904 66.108703613\n-0.572180390 0.035310771 -0.819367409 626.990478516 0.075911224 0.997063994 -0.010041662 -18.632011414 0.816607177 -0.067944825 -0.573180914 65.628295898\n-0.573454022 0.035648830 -0.818461657 626.324401855 0.075424388 0.997107089 -0.009416108 -18.655168533 0.815758228 -0.067131676 -0.574483871 65.158874512\n-0.574526310 0.033196136 -0.817812681 625.684265137 0.071973346 0.997355640 -0.010078382 -18.677127838 0.815315485 -0.064651012 -0.575396299 64.705078125\n-0.575521708 0.031509914 -0.817179263 625.076049805 0.069808349 0.997503042 -0.010701422 -18.699048996 0.814801633 -0.063204832 -0.576284289 64.263183594\n-0.576721430 0.035394218 -0.816173732 624.477294922 0.072689362 0.997321606 -0.008113586 -18.723649979 0.813700557 -0.064006433 -0.577749491 63.836181641\n-0.578392982 0.039495092 -0.814801753 623.891296387 0.075785495 0.997109175 -0.005464975 -18.740722656 0.812230468 -0.064911053 -0.579714060 63.423095703\n-0.580475807 0.040653028 -0.813262343 623.331665039 0.072989404 0.997330189 -0.002242909 -18.767972946 0.810999930 -0.060661480 -0.581893206 63.023681641\n-0.581907034 0.040019374 -0.812270224 622.806274414 0.071263604 0.997455716 -0.001909746 -18.784378052 0.810127139 -0.058996595 -0.583278418 62.630981445\n-0.583341837 0.040407855 -0.811221242 622.290527344 0.071684472 0.997425616 -0.001864725 -18.800979614 0.809057534 -0.059239730 -0.584736705 62.252807617\n-0.585006714 0.040156227 -0.810033679 621.809082031 0.070894957 0.997482240 -0.001751664 -18.818569183 0.807923913 -0.058452040 -0.586380720 61.901367188\n-0.586472988 0.039098062 -0.809024870 621.351379395 0.072246939 0.997378051 -0.004172081 -18.837667465 0.806740522 -0.060896371 -0.587759972 61.571960449\n-0.587323904 0.039785117 -0.808373809 620.923278809 0.074964322 0.997171640 -0.005388266 -18.853916168 0.805873096 -0.063763842 -0.588645220 61.262084961\n-0.587899566 0.041032553 -0.807892621 620.527954102 0.077416793 0.996982515 -0.005699470 -18.866565704 0.805220962 -0.065895170 -0.589302182 60.968383789\n-0.588616252 0.039378460 -0.807453215 620.152954102 0.077872261 0.996930063 -0.008148192 -18.879428864 0.804653525 -0.067674354 -0.589875698 60.692810059\n-0.588827968 0.036141168 -0.807449996 619.809875488 0.073202394 0.997278750 -0.008744561 -18.898406982 0.804936707 -0.064256318 -0.589871287 60.428649902\n-0.588687062 0.034679525 -0.807616889 619.480468750 0.069943495 0.997517645 -0.008149145 -18.906871796 0.805329502 -0.061284840 -0.589651346 60.175598145\n-0.589913487 0.037835117 -0.806579888 619.179870605 0.073124237 0.997300327 -0.006699867 -18.920709610 0.804148853 -0.062932871 -0.591087580 59.963195801\n-0.590860009 0.041567747 -0.805702686 618.891601562 0.079247832 0.996832490 -0.006687677 -18.934307098 0.802872658 -0.067801669 -0.592282534 59.765625000\n-0.590484738 0.040320851 -0.806041121 618.632812500 0.079005569 0.996841967 -0.008012070 -18.938714981 0.803172588 -0.068412736 -0.591805577 59.575561523\n-0.591106772 0.038709372 -0.805664003 618.396118164 0.078037404 0.996906519 -0.009357253 -18.946750641 0.802809536 -0.068403065 -0.592298865 59.392639160\n-0.592419982 0.038437337 -0.804711759 618.176635742 0.077124633 0.996979415 -0.009157245 -18.962629318 0.801929116 -0.067488037 -0.593595028 59.224731445\n-0.592391729 0.040396120 -0.804636776 617.973327637 0.078831062 0.996855974 -0.007990876 -18.975624084 0.801784158 -0.068164095 -0.593713760 59.083923340\n-0.592160344 0.040900819 -0.804781675 617.787719727 0.079042092 0.996843100 -0.007497537 -18.989059448 0.801934421 -0.068051368 -0.593523860 58.944152832\n-0.592940092 0.038427878 -0.804329395 617.615478516 0.079714812 0.996755421 -0.011143312 -18.989347458 0.801291466 -0.070724271 -0.594079494 58.809753418\n-0.593502998 0.036089342 -0.804022431 617.443603516 0.080307163 0.996664047 -0.014543847 -18.992565155 0.800815403 -0.073200569 -0.594421387 58.687377930\n-0.592632174 0.035427619 -0.804693758 617.269897461 0.081021130 0.996587217 -0.015793601 -18.995941162 0.801388025 -0.074556991 -0.593479991 58.559082031\n-0.593099713 0.035917163 -0.804327607 617.091552734 0.082060874 0.996498704 -0.016011970 -19.003501892 0.800936282 -0.075500518 -0.593970537 58.435791016\n-0.593346238 0.036503874 -0.804119468 616.927001953 0.082287006 0.996488392 -0.015481508 -19.010217667 0.800730586 -0.075354464 -0.594266415 58.311645508\n-0.593062878 0.036352552 -0.804335237 616.758300781 0.082218774 0.996492445 -0.015585355 -19.015537262 0.800947428 -0.075374544 -0.593971491 58.186279297\n-0.592875004 0.035325453 -0.804519475 616.588012695 0.081362382 0.996552885 -0.016201017 -19.022050858 0.801173925 -0.075062789 -0.593705416 58.057678223\n-0.593087912 0.033039007 -0.804459572 616.423217773 0.079725765 0.996657073 -0.017845301 -19.021669388 0.801180720 -0.074719980 -0.593739271 57.930847168\n-0.593286633 0.032738708 -0.804325402 616.263977051 0.078864343 0.996729970 -0.017601710 -19.031120300 0.801118970 -0.073875450 -0.593928456 57.811157227\n-0.593128324 0.033705421 -0.804402292 616.092895508 0.078923658 0.996745288 -0.016429745 -19.044231415 0.801230371 -0.073231310 -0.593858004 57.683044434\n-0.592843771 0.035687685 -0.804526567 615.929260254 0.080821276 0.996610463 -0.015347739 -19.058174133 0.801251829 -0.074121661 -0.593718648 57.559875488\n-0.593245268 0.036418956 -0.804197848 615.755126953 0.082072698 0.996507108 -0.015415948 -19.060161591 0.800827444 -0.075148106 -0.594162107 57.439331055\n-0.593010902 0.037098859 -0.804339409 615.603759766 0.082726568 0.996458948 -0.015031293 -19.072908401 0.800933540 -0.075453952 -0.593980074 57.328369141\n-0.593244076 0.036232430 -0.804207146 615.444519043 0.081526577 0.996554613 -0.015241778 -19.076345444 0.800884128 -0.074606337 -0.594154119 57.213684082\n-0.593292356 0.035609435 -0.804199338 615.292846680 0.080688633 0.996620417 -0.015397718 -19.085815430 0.800933182 -0.074025080 -0.594160438 57.097778320\n-0.593593001 0.036565177 -0.803934455 615.140563965 0.081619315 0.996551633 -0.014938474 -19.092512131 0.800615966 -0.074483946 -0.594530582 56.990844727\n-0.593564868 0.037719540 -0.803901792 615.000305176 0.082594939 0.996481597 -0.014228877 -19.093986511 0.800536692 -0.074843973 -0.594591975 56.890808105\n-0.593464851 0.038251601 -0.803950727 614.865539551 0.082774810 0.996474206 -0.013691369 -19.099601746 0.800592422 -0.074672207 -0.594538689 56.791137695\n-0.593444943 0.036963366 -0.804025471 614.750305176 0.081123121 0.996604919 -0.014059537 -19.102796555 0.800776064 -0.073568612 -0.594428658 56.699462891\n-0.593539000 0.035012733 -0.804043293 614.623596191 0.079867944 0.996684074 -0.015556511 -19.105340958 0.800832450 -0.073450677 -0.594367266 56.604003906\n-0.593571544 0.034392957 -0.804046273 614.512268066 0.080239713 0.996637285 -0.016604381 -19.113336563 0.800771415 -0.074372321 -0.594335198 56.518432617\n-0.593497515 0.035611767 -0.804047644 614.385314941 0.082449771 0.996454835 -0.016725643 -19.118841171 0.800601542 -0.076220170 -0.594329715 56.430236816\n-0.592966199 0.036865767 -0.804383159 614.273681641 0.085152008 0.996221006 -0.017113488 -19.120840073 0.800712466 -0.078642555 -0.593864560 56.347351074\n-0.592815638 0.037122689 -0.804482281 614.160583496 0.085133046 0.996228576 -0.016762970 -19.125606537 0.800825953 -0.078425370 -0.593740344 56.263366699\n-0.593002915 0.037804577 -0.804312766 614.037231445 0.082291335 0.996512294 -0.013833235 -19.127010345 0.800984621 -0.074391104 -0.594045639 56.163574219\n-0.593336463 0.037411083 -0.804084837 613.933776855 0.078473143 0.996849597 -0.011525838 -19.135314941 0.801120460 -0.069937758 -0.594403028 56.078063965\n-0.593127251 0.035131894 -0.804341853 613.823669434 0.075994164 0.997030020 -0.012490525 -19.135154724 0.801514208 -0.068533756 -0.594035387 55.992858887\n-0.592963338 0.034127839 -0.804505885 613.717895508 0.076703325 0.996952236 -0.014242826 -19.150577545 0.801567852 -0.070153750 -0.593773842 55.912170410\n-0.593114138 0.033279691 -0.804430544 613.606689453 0.077130623 0.996898532 -0.015626920 -19.152645111 0.801415563 -0.071314767 -0.593841434 55.834716797\n-0.593029737 0.032943718 -0.804506481 613.501464844 0.077406429 0.996867359 -0.016238261 -19.152824402 0.801451266 -0.071903735 -0.593722105 55.754028320\n-0.593408823 0.032801807 -0.804232657 613.383422852 0.077652603 0.996841609 -0.016638879 -19.157320023 0.801146805 -0.072324410 -0.594081759 55.671813965\n-0.593838811 0.031727824 -0.803958178 613.284790039 0.076983057 0.996878445 -0.017521743 -19.161487579 0.800892651 -0.072296254 -0.594427586 55.594604492\n-0.594148159 0.030783122 -0.803766370 613.156921387 0.077407837 0.996817648 -0.019043555 -19.171329498 0.800622225 -0.073532507 -0.594640255 55.501403809\n-0.594797254 0.028464399 -0.803371906 613.041076660 0.077644423 0.996734560 -0.022170583 -19.172409058 0.800117493 -0.075564340 -0.595065117 55.407470703\n-0.596132517 0.026246617 -0.802456915 612.889221191 0.078618951 0.996570587 -0.025809117 -19.179191589 0.799027562 -0.078473978 -0.596151590 55.302734375\n-0.597385049 0.024240535 -0.801588237 612.710327148 0.079423949 0.996417284 -0.029058538 -19.183929443 0.798012018 -0.081024438 -0.597169995 55.172302246\n-0.599695683 0.022502076 -0.799911797 612.530700684 0.078861445 0.996400595 -0.031093152 -19.196125031 0.796332896 -0.081728622 -0.599311590 55.027832031\n-0.603185892 0.020126689 -0.797346950 612.339416504 0.077597655 0.996420085 -0.033550207 -19.201210022 0.793817282 -0.082109250 -0.602588296 54.868957520\n-0.607531071 0.020941369 -0.794020057 612.111511230 0.079337187 0.996253133 -0.034428459 -19.216617584 0.790323973 -0.083911665 -0.606916070 54.692321777\n-0.612311721 0.021922549 -0.790312469 611.854919434 0.082385845 0.995942712 -0.036203671 -19.227661133 0.786312282 -0.087278493 -0.611633539 54.498901367\n-0.617040992 0.020138720 -0.786673188 611.598266602 0.082687154 0.995797813 -0.039364856 -19.238975525 0.782574654 -0.089337505 -0.616113305 54.276428223\n-0.624287009 0.018729944 -0.780970633 611.317138672 0.080461159 0.995937347 -0.040433019 -19.254657745 0.777040482 -0.088079602 -0.623257756 54.038452148\n-0.631852269 0.020330941 -0.774822235 611.015930176 0.083026722 0.995679498 -0.041580524 -19.276100159 0.770629227 -0.090603694 -0.630810261 53.792236328\n-0.639154911 0.023457531 -0.768720269 610.700134277 0.087086603 0.995313466 -0.042036407 -19.295032501 0.764131546 -0.093813010 -0.638202310 53.524414062\n-0.646642327 0.026176896 -0.762344003 610.370239258 0.088451140 0.995242417 -0.040852815 -19.313983917 0.757647634 -0.093847364 -0.645881295 53.234375000\n-0.654422522 0.029212827 -0.755564451 610.030395508 0.089290000 0.995247424 -0.038857572 -19.337451935 0.750838399 -0.092893623 -0.653920650 52.926574707\n-0.662059665 0.026022889 -0.748999238 609.680358887 0.087048151 0.995302916 -0.042363737 -19.357309341 0.744378746 -0.093246318 -0.661215186 52.595642090\n-0.669917464 0.025525695 -0.741996825 609.305908203 0.086388759 0.995300114 -0.043757059 -19.379760742 0.737392604 -0.093413793 -0.668974042 52.250976562\n-0.676538348 0.031480320 -0.735734463 608.919494629 0.089593463 0.995182753 -0.039803397 -19.404520035 0.730937183 -0.092845507 -0.676099658 51.887207031\n-0.683012247 0.036565017 -0.729491234 608.521179199 0.092785917 0.994998336 -0.037000824 -19.432186127 0.724489629 -0.092958517 -0.682988763 51.508789062\n-0.690056086 0.038220186 -0.722746193 608.108276367 0.092066884 0.995127678 -0.035278410 -19.454584122 0.717876375 -0.090885058 -0.690212727 51.117004395\n-0.695266366 0.037380956 -0.717779875 607.697021484 0.086523823 0.995737195 -0.031953342 -19.482282639 0.713525712 -0.084321126 -0.695536852 50.695739746\n-0.699078441 0.039173696 -0.713971436 607.267700195 0.084694438 0.996005595 -0.028279593 -19.507656097 0.710011721 -0.080239043 -0.699603796 50.260192871\n-0.702882290 0.036380582 -0.710375369 606.826782227 0.080231667 0.996372759 -0.028357951 -19.533145905 0.706767023 -0.076926894 -0.703251719 49.811279297\n-0.704292655 0.035093710 -0.709042311 606.374755859 0.077213034 0.996638954 -0.027367610 -19.557144165 0.705698729 -0.074022092 -0.704635143 49.348937988\n-0.705849886 0.033049393 -0.707590222 605.912597656 0.071647927 0.997119129 -0.024899285 -19.582036972 0.704728842 -0.068272524 -0.706184387 48.871826172\n-0.707626820 0.033930220 -0.705771327 605.433776855 0.073137283 0.996998429 -0.025398482 -19.600578308 0.702791154 -0.069590837 -0.707984328 48.385131836\n-0.709117651 0.034359608 -0.704252541 604.939758301 0.073639326 0.996958673 -0.025507662 -19.622718811 0.701234221 -0.069948614 -0.709491253 47.891723633\n-0.709573746 0.035101037 -0.703756392 604.429687500 0.075064138 0.996840596 -0.025965517 -19.653837204 0.700621545 -0.071251310 -0.709966779 47.360412598\n-0.711756229 0.024915053 -0.701984882 603.922912598 0.067284353 0.997193635 -0.032828223 -19.682994843 0.699196935 -0.070598274 -0.711435199 46.825561523\n-0.713017702 0.017375931 -0.700930536 603.408081055 0.062287383 0.997310042 -0.038638379 -19.714265823 0.698373735 -0.071208984 -0.712182045 46.285339355\n-0.714193225 0.015762294 -0.699771047 602.871582031 0.065444537 0.996870637 -0.044338897 -19.746702194 0.696882367 -0.077462733 -0.712989807 45.734497070\n-0.715230703 0.020071944 -0.698600352 602.318115234 0.070773996 0.996529102 -0.043826848 -19.778049469 0.695295870 -0.080789037 -0.714168787 45.175476074\n-0.715771794 0.020281984 -0.698039889 601.751892090 0.067896083 0.996863663 -0.040656310 -19.820728302 0.695025980 -0.076494806 -0.714903951 44.579650879\n-0.716747403 0.019348990 -0.697064340 601.184387207 0.064162508 0.997204483 -0.038294047 -19.867261887 0.694374740 -0.072172560 -0.715985179 43.978942871\n-0.718408346 0.020100825 -0.695331573 600.593200684 0.063372910 0.997316897 -0.036645424 -19.904716492 0.692729294 -0.070391543 -0.717754602 43.361816406\n-0.720013380 0.019574251 -0.693684101 600.013183594 0.062587216 0.997360110 -0.036819436 -19.933269501 0.691132128 -0.069926240 -0.719337821 42.740783691\n-0.721827984 0.023702029 -0.691666543 599.397216797 0.065658160 0.997250855 -0.034347512 -19.984458923 0.688950956 -0.070206545 -0.721399784 42.101684570\n-0.724797845 0.025807489 -0.688478410 598.779846191 0.067467816 0.997153878 -0.033648808 -20.022377014 0.685650468 -0.070838705 -0.724476099 41.453918457\n-0.728222847 0.026843864 -0.684814453 598.166198730 0.067914806 0.997140825 -0.033133060 -20.061172485 0.681967020 -0.070637293 -0.727963805 40.790954590\n-0.731840968 0.030149397 -0.680808425 597.549621582 0.070718803 0.996987104 -0.031868506 -20.101938248 0.677796364 -0.071468621 -0.731768131 40.121398926\n-0.735736489 0.034473523 -0.676390171 596.912048340 0.074542381 0.996757984 -0.030281013 -20.143251419 0.673153400 -0.072698571 -0.735921025 39.435791016\n-0.738831162 0.035944905 -0.672931671 596.287475586 0.076757543 0.996566415 -0.031042313 -20.183963776 0.669505298 -0.074587591 -0.739053369 38.749145508\n-0.741628885 0.034846924 -0.669904768 595.669555664 0.076918215 0.996480525 -0.033318892 -20.226938248 0.666386008 -0.076238126 -0.741699100 38.055664062\n-0.743245959 0.033629309 -0.668172538 595.056884766 0.077862337 0.996296942 -0.036466762 -20.276689529 0.664471924 -0.079129249 -0.743112087 37.369140625\n-0.744337082 0.028741948 -0.667185545 594.453002930 0.073469497 0.996533215 -0.039035253 -20.325613022 0.663750589 -0.078073159 -0.743868232 36.677307129\n-0.743599534 0.025774729 -0.668128550 593.849304199 0.071613260 0.996578872 -0.041257069 -20.372869492 0.664779365 -0.078525588 -0.742901325 35.990234375\n-0.743337512 0.022891829 -0.668524861 593.239196777 0.068051524 0.996816933 -0.041533660 -20.430175781 0.665446103 -0.076367654 -0.742529273 35.309448242\n-0.741696715 0.019961582 -0.670438290 592.636962891 0.064677827 0.997027576 -0.041866768 -20.484336853 0.667609751 -0.074414931 -0.740783095 34.620605469\n-0.740892053 0.021216182 -0.671289086 592.018676758 0.064998887 0.997074246 -0.040225666 -20.534404755 0.668471575 -0.073435917 -0.740103483 33.941528320\n-0.739292622 0.023479914 -0.672974765 591.389648438 0.067810096 0.996907651 -0.039710552 -20.584539413 0.669961333 -0.074992202 -0.738598704 33.252014160\n-0.737401485 0.024738990 -0.675001621 590.764282227 0.069039509 0.996855736 -0.038886763 -20.638227463 0.671917200 -0.075276934 -0.736790895 32.568664551\n-0.735990047 0.022292515 -0.676625311 590.138793945 0.067906588 0.996847987 -0.041021705 -20.686895370 0.673578084 -0.076138876 -0.735184073 31.891418457\n-0.734344959 0.021668462 -0.678430617 589.510986328 0.068878561 0.996709883 -0.042721324 -20.736843109 0.675272763 -0.078101508 -0.733421445 31.210632324\n-0.732347250 0.021909976 -0.680578828 588.874328613 0.068958379 0.996730149 -0.042115822 -20.796394348 0.677430689 -0.077775016 -0.731463432 30.516845703\n-0.730481744 0.021625808 -0.682589889 588.230529785 0.069056600 0.996714532 -0.042323835 -20.848953247 0.679432034 -0.078054123 -0.729575157 29.831237793\n-0.728659034 0.020872805 -0.684558809 587.591796875 0.068064526 0.996794105 -0.042056181 -20.899127960 0.681486368 -0.077238768 -0.727743626 29.137756348\n-0.726736069 0.021125318 -0.686592042 586.946228027 0.069343589 0.996677220 -0.042731866 -20.958570480 0.683407903 -0.078665532 -0.725786209 28.450134277\n-0.725088954 0.020796999 -0.688341439 586.286987305 0.070487507 0.996535480 -0.044141985 -21.012750626 0.685038626 -0.080526322 -0.724042773 27.763427734\n-0.723521352 0.019737711 -0.690020144 585.632141113 0.071302854 0.996381223 -0.046263639 -21.068302155 0.686609983 -0.082673118 -0.722310424 27.074401855\n-0.722608209 0.019356929 -0.690986872 584.978881836 0.070612878 0.996445775 -0.045930412 -21.121959686 0.687641919 -0.081982255 -0.721406698 26.382202148\n-0.721764445 0.018859716 -0.691882014 584.318908691 0.070181228 0.996470749 -0.046049979 -21.178508759 0.688571692 -0.081794351 -0.720540762 25.678649902\n-0.721847534 0.019531889 -0.691776514 583.656127930 0.069358222 0.996610641 -0.044234477 -21.233827591 0.688567877 -0.079910934 -0.720755577 24.985290527\n-0.721588850 0.018704919 -0.692069411 582.999023438 0.068904839 0.996611953 -0.044907939 -21.293472290 0.688884616 -0.080091991 -0.720432878 24.283691406\n-0.722155333 0.016944909 -0.691523671 582.318603516 0.067265920 0.996682286 -0.045823079 -21.355812073 0.688452899 -0.079607338 -0.720899224 23.580322266\n-0.723139286 0.014905120 -0.690541565 581.648376465 0.065909803 0.996693969 -0.047507811 -21.408603668 0.687550485 -0.079868212 -0.721731067 22.874633789\n-0.724070907 0.017006686 -0.689516187 580.983642578 0.067685150 0.996622741 -0.046495777 -21.470157623 0.686396718 -0.080336228 -0.722776651 22.170104980\n-0.724976897 0.017870011 -0.688541472 580.304870605 0.068800852 0.996542513 -0.046577867 -21.537626266 0.685328484 -0.081140108 -0.723699689 21.454040527\n-0.725971699 0.015280206 -0.687555075 579.638366699 0.066893734 0.996581435 -0.048483349 -21.602806091 0.684463799 -0.081190653 -0.724511981 20.746643066\n-0.727344275 0.013239249 -0.686145008 578.969604492 0.067548461 0.996340096 -0.052379888 -21.666370392 0.682940304 -0.084446251 -0.725576520 20.037170410\n-0.729133606 0.012778254 -0.684252083 578.305297852 0.067427985 0.996302366 -0.053245008 -21.725755692 0.681041598 -0.084960461 -0.727299213 19.332946777\n-0.730759740 0.013446154 -0.682502270 577.640747070 0.065893941 0.996526539 -0.050920252 -21.792301178 0.679446936 -0.082183234 -0.729107499 18.614379883\n-0.732149124 0.015693814 -0.680963457 576.978637695 0.064475141 0.996842444 -0.046347808 -21.857669830 0.678085864 -0.077838726 -0.730849147 17.879272461\n-0.734205127 0.017012646 -0.678714454 576.315124512 0.064653970 0.996894777 -0.044951841 -21.921709061 0.675842106 -0.076885462 -0.733025193 17.166015625\n-0.735577226 0.018318621 -0.677193522 575.667785645 0.066898942 0.996712387 -0.045704708 -21.977199554 0.674129903 -0.078922853 -0.734384418 16.459289551\n-0.737082005 0.016860105 -0.675593197 575.022949219 0.065979235 0.996708274 -0.047110435 -22.040992737 0.672575057 -0.079299361 -0.735768199 15.747436523\n-0.737949133 0.017623939 -0.674626350 574.374755859 0.067547500 0.996567786 -0.047853403 -22.105678558 0.671467543 -0.080882691 -0.736606836 15.026245117\n-0.739810705 0.018191751 -0.672569394 573.731140137 0.069105767 0.996402085 -0.049063906 -22.171089172 0.669256985 -0.082776412 -0.738406062 14.321166992\n-0.740615606 0.016583195 -0.671724796 573.102111816 0.068924360 0.996297061 -0.051397022 -22.234172821 0.668385088 -0.084363617 -0.739016175 13.607482910\n-0.742231250 0.014617913 -0.669984639 572.456665039 0.068353206 0.996199310 -0.053988587 -22.298871994 0.666648984 -0.085867599 -0.740409493 12.903869629\n-0.743883491 0.014052456 -0.668161750 571.832214355 0.066295832 0.996399224 -0.052853245 -22.363245010 0.665013134 -0.083612986 -0.742136598 12.201477051\n-0.745063782 0.016072502 -0.666799724 571.212036133 0.064439774 0.996767640 -0.047977205 -22.430574417 0.663873255 -0.078714497 -0.743691087 11.492553711\n-0.745413661 0.018320486 -0.666350543 570.585144043 0.063937359 0.996978462 -0.044112884 -22.493076324 0.663528979 -0.075487033 -0.744332671 10.778747559\n-0.745492101 0.015026858 -0.666344941 569.970092773 0.060455617 0.997149229 -0.045149535 -22.551818848 0.663766921 -0.073942922 -0.744275331 10.078247070\n-0.744468451 0.010639102 -0.667573094 569.363891602 0.058057949 0.997117102 -0.048854385 -22.612064362 0.665128767 -0.075128458 -0.742939949 9.383911133\n-0.743478775 0.009336668 -0.668694556 568.741882324 0.058318373 0.996998549 -0.050919842 -22.674167633 0.666212082 -0.076854989 -0.741791725 8.688415527\n-0.742066503 0.012467267 -0.670210421 568.113159180 0.064397953 0.996528387 -0.052764885 -22.738491058 0.667225838 -0.082315229 -0.740293145 8.013916016\n-0.740430593 0.017641528 -0.671901226 567.493225098 0.070141584 0.996225357 -0.051138531 -22.800935745 0.668462873 -0.084992751 -0.738873243 7.343811035\n-0.738798738 0.019651683 -0.673639715 566.890380859 0.073685169 0.995937526 -0.051758613 -22.873619080 0.669885933 -0.087876447 -0.737245440 6.682922363\n-0.737590194 0.019383101 -0.674970388 566.272644043 0.074037887 0.995882630 -0.052307960 -22.928966522 0.671177447 -0.088555224 -0.735988379 6.019470215\n-0.736289382 0.020303348 -0.676362276 565.677795410 0.075663842 0.995751560 -0.052476887 -22.988344193 0.672423363 -0.089814335 -0.734697580 5.375183105\n-0.734999895 0.018091783 -0.677825809 565.090576172 0.073695175 0.995853841 -0.053331070 -23.053934097 0.674050570 -0.089150824 -0.733285785 4.736145020\n-0.733195186 0.013162827 -0.679890990 564.527465820 0.070809491 0.995855272 -0.057081074 -23.124977112 0.676321685 -0.089994296 -0.731088281 4.118896484\n-0.731742978 0.005567791 -0.681557894 563.955932617 0.069526635 0.995360136 -0.066514768 -23.188518524 0.678025246 -0.096058138 -0.728734851 3.488159180\n-0.730333805 0.000117829 -0.683090627 563.395874023 0.067932472 0.995055199 -0.072459087 -23.257369995 0.679704368 -0.099323347 -0.726730347 2.886230469\n-0.729274631 -0.004625428 -0.684205472 562.865661621 0.063264027 0.995237708 -0.074159384 -23.329891205 0.681290090 -0.097368151 -0.725508928 2.306762695\n-0.728397131 0.001074518 -0.685154617 562.337158203 0.067727201 0.995214105 -0.070440903 -23.403007507 0.681799889 -0.097712532 -0.724983811 1.751770020\n-0.727972269 0.005690667 -0.685583293 561.819335938 0.071180031 0.995189130 -0.067320451 -23.471685410 0.681901932 -0.097807243 -0.724875093 1.210510254\n-0.727059722 0.007426176 -0.686534047 561.328063965 0.073922209 0.994975448 -0.067523234 -23.537868500 0.682583094 -0.099843539 -0.723955631 0.690673828\n-0.726722956 0.007161561 -0.686893523 560.853576660 0.075102113 0.994779825 -0.069085307 -23.603538513 0.682813048 -0.101793014 -0.723467112 0.191467285\n-0.726779819 0.007272621 -0.686832249 560.393188477 0.080972508 0.993878603 -0.075158201 -23.664894104 0.682081282 -0.110237978 -0.722919822 -0.277160645\n-0.726982832 0.005330916 -0.686635196 559.958312988 0.081144683 0.993629992 -0.078198478 -23.725017548 0.681844413 -0.112565726 -0.722784519 -0.738708496\n-0.726784945 0.005865879 -0.686840296 559.545349121 0.080717139 0.993764281 -0.076924279 -23.784370422 0.682106137 -0.111347169 -0.722726464 -1.180603027\n-0.726849079 0.004875893 -0.686780035 559.139709473 0.077952266 0.994098544 -0.075442508 -23.844352722 0.682359159 -0.108371362 -0.722939610 -1.610534668\n-0.727763414 0.006742531 -0.685795128 558.750061035 0.079487160 0.994042158 -0.074578382 -23.902177811 0.681206405 -0.108787321 -0.723963499 -2.010925293\n-0.727685452 0.004552343 -0.685896397 558.384521484 0.078498475 0.993960559 -0.076684073 -23.959184647 0.681404829 -0.109643668 -0.723647952 -2.401794434\n-0.727027655 -0.001567752 -0.686606467 558.032470703 0.075113356 0.993813872 -0.081804559 -24.008878708 0.682487249 -0.111047491 -0.722412467 -2.794799805\n-0.726938725 -0.006336752 -0.686673403 557.687866211 0.070327148 0.994012654 -0.083623931 -24.059221268 0.683091998 -0.109081239 -0.722140670 -3.176574707\n-0.726853251 -0.006025714 -0.686766505 557.345214844 0.069858328 0.994126439 -0.082658485 -24.105787277 0.683230817 -0.108056933 -0.722163200 -3.542663574\n-0.727072477 -0.004227565 -0.686547756 557.000366211 0.070436142 0.994245291 -0.080716036 -24.156013489 0.682938099 -0.107044183 -0.722590685 -3.903808594\n-0.726578355 -0.001982278 -0.687081099 556.669494629 0.071233533 0.994389772 -0.078197300 -24.205966949 0.683381379 -0.105759650 -0.722360849 -4.250915527\n-0.726418257 -0.004837950 -0.687235892 556.354309082 0.066625319 0.994769394 -0.077426828 -24.260860443 0.684015810 -0.102031566 -0.722296357 -4.592651367\n-0.726299882 -0.005605689 -0.687355101 556.030517578 0.065722816 0.994819045 -0.077559792 -24.300649643 0.684228778 -0.101506583 -0.722168565 -4.924377441\n-0.725908637 -0.005477739 -0.687769651 555.724731445 0.066495113 0.994725108 -0.078104950 -24.342390060 0.684569597 -0.102430351 -0.721715212 -5.248291016\n-0.724965930 -0.002279935 -0.688781261 555.427062988 0.070816606 0.994448423 -0.077828616 -24.387802124 0.685134888 -0.105200216 -0.720779777 -5.558471680\n-0.724825501 -0.000241700 -0.688932478 555.131469727 0.073546968 0.994258165 -0.077727541 -24.427221298 0.684995472 -0.107007802 -0.720645785 -5.866149902\n-0.724622965 0.001095119 -0.689145088 554.837036133 0.075644188 0.994082689 -0.077958703 -24.471107483 0.684981883 -0.108620450 -0.720417976 -6.172912598\n-0.724024415 0.001648757 -0.689772308 554.569580078 0.076449230 0.994028091 -0.077869460 -24.512756348 0.685524702 -0.109111950 -0.719826579 -6.459350586\n-0.724084854 0.002282713 -0.689707279 554.299804688 0.078422412 0.993781805 -0.079042166 -24.544794083 0.685238123 -0.111321732 -0.719761372 -6.739379883\n-0.725105166 0.002953603 -0.688631892 554.028564453 0.079893164 0.993598998 -0.079863057 -24.580442429 0.683988035 -0.112926096 -0.720699787 -7.011108398\n-0.725181580 0.003261806 -0.688550115 553.777954102 0.081100330 0.993432820 -0.080708832 -24.616664886 0.683765054 -0.114370182 -0.720683694 -7.274230957\n-0.725516796 0.000623464 -0.688204527 553.532653809 0.079440892 0.993390858 -0.082847975 -24.652942657 0.683604419 -0.114779152 -0.720771313 -7.536010742\n-0.725774884 -0.001678920 -0.687930465 553.303649902 0.079337180 0.993120372 -0.086125404 -24.688121796 0.683342338 -0.117086098 -0.720648527 -7.786987305\n-0.726799846 -0.001121533 -0.686848342 553.067993164 0.083311796 0.992471159 -0.089778312 -24.730287552 0.681777894 -0.122473441 -0.721234441 -8.022216797\n-0.728003383 0.000410814 -0.685573578 552.845825195 0.087034158 0.991964221 -0.091826230 -24.764739990 0.680026770 -0.126518115 -0.722188950 -8.248779297\n-0.729971528 0.001992638 -0.683474898 552.634277344 0.088774972 0.991801023 -0.091922753 -24.802982330 0.677687883 -0.127776429 -0.724163413 -8.475585938\n-0.732450008 0.000748534 -0.680820525 552.440429688 0.087405063 0.991827607 -0.092942871 -24.831579208 0.675186992 -0.127583161 -0.726529479 -8.694702148\n-0.734099865 -0.002006430 -0.679038644 552.247314453 0.085650809 0.991735160 -0.095526360 -24.853902817 0.673618197 -0.128286093 -0.727860808 -8.904113770\n-0.735745311 -0.004607914 -0.677243054 552.070617676 0.082560472 0.991908729 -0.096441142 -24.884729385 0.672207654 -0.126869589 -0.729411721 -9.105773926\n-0.737565637 -0.005735255 -0.675251007 551.908691406 0.080451399 0.992095470 -0.096302137 -24.915719986 0.670465767 -0.125354037 -0.731274128 -9.294494629\n-0.739784956 -0.005441481 -0.672821581 551.745483398 0.080514930 0.992066085 -0.096551642 -24.945474625 0.668008864 -0.125599623 -0.733477473 -9.466247559\n-0.741050482 -0.004836085 -0.671431780 551.603637695 0.081194252 0.991990626 -0.096757993 -24.970548630 0.666521966 -0.126218975 -0.734722495 -9.628234863\n-0.742889762 -0.003811484 -0.669403136 551.461242676 0.082236692 0.991889656 -0.096912242 -24.997453690 0.664343417 -0.127044588 -0.736551166 -9.777832031\n-0.743609428 -0.003948918 -0.668602824 551.335571289 0.083053514 0.991692185 -0.098227940 -25.020448685 0.663436055 -0.128573015 -0.737103581 -9.921997070\n-0.743615031 -0.005585545 -0.668584585 551.216308594 0.082527921 0.991551578 -0.100073136 -25.045131683 0.663495064 -0.129592791 -0.736871719 -10.059204102\n-0.743459225 -0.008424618 -0.668728471 551.104125977 0.080398172 0.991543114 -0.101874121 -25.068944931 0.663931370 -0.129503772 -0.736494541 -10.189636230\n-0.743131042 -0.009052902 -0.669084668 550.995605469 0.081192784 0.991300523 -0.103590816 -25.085960388 0.664201736 -0.131306395 -0.735931158 -10.307617188\n-0.742922664 -0.008303686 -0.669326007 550.892089844 0.082332201 0.991196990 -0.103681959 -25.105813980 0.664294899 -0.132134736 -0.735698938 -10.411437988\n-0.742514133 -0.009219328 -0.669767261 550.797546387 0.082529947 0.991027415 -0.105135404 -25.118129730 0.664727032 -0.133340359 -0.735090971 -10.518310547\n-0.742871284 -0.010012391 -0.669359565 550.710205078 0.082561024 0.990884483 -0.106450006 -25.134767532 0.664323807 -0.134341657 -0.735273004 -10.616027832\n-0.743455291 -0.011054061 -0.668694556 550.626831055 0.081957959 0.990821183 -0.107500002 -25.146490097 0.663745046 -0.134726256 -0.735725284 -10.709411621\n-0.743542552 -0.010294587 -0.668609858 550.552917480 0.082653806 0.990798891 -0.107172340 -25.164381027 0.663561165 -0.134950295 -0.735850215 -10.794616699\n-0.743994236 -0.011422637 -0.668088377 550.473510742 0.081931829 0.990749359 -0.108179972 -25.174173355 0.663143873 -0.135222986 -0.736176014 -10.876586914\n-0.744113207 -0.012784612 -0.667931199 550.412658691 0.080701202 0.990774810 -0.108869754 -25.189659119 0.663161218 -0.134914279 -0.736216903 -10.953002930\n-0.744678736 -0.014810425 -0.667258978 550.347412109 0.078651272 0.990840375 -0.109769508 -25.200944901 0.662772894 -0.134223759 -0.736692905 -11.027404785\n-0.744594216 -0.015311188 -0.667341709 550.291625977 0.078455649 0.990800261 -0.110270277 -25.211162567 0.662890673 -0.134463340 -0.736542940 -11.098144531\n-0.745076656 -0.014228638 -0.666827381 550.229919434 0.079693981 0.990710914 -0.110185310 -25.222829819 0.662200928 -0.135238603 -0.737021565 -11.159484863\n-0.745328665 -0.013924751 -0.666551709 550.172546387 0.080342241 0.990619898 -0.110532321 -25.232320786 0.661838531 -0.135935172 -0.737218618 -11.221130371\n-0.745787501 -0.014755013 -0.666020393 550.123046875 0.079520181 0.990634978 -0.110990591 -25.243036270 0.661420763 -0.135737464 -0.737629890 -11.275817871\n-0.745947719 -0.015696891 -0.665819585 550.080688477 0.078908317 0.990597606 -0.111758173 -25.252031326 0.661313534 -0.135904446 -0.737695456 -11.328674316\n-0.746112466 -0.015931603 -0.665629506 550.038574219 0.078940935 0.990545690 -0.112194233 -25.259742737 0.661123872 -0.136254907 -0.737800837 -11.376342773\n-0.746130109 -0.015400928 -0.665622234 549.998229980 0.079795189 0.990458071 -0.112363376 -25.267120361 0.661001384 -0.136951134 -0.737781644 -11.423706055\n-0.746379495 -0.015014861 -0.665351510 549.960021973 0.080372557 0.990394711 -0.112510540 -25.275226593 0.660649896 -0.137451530 -0.738003492 -11.465637207\n-0.746530414 -0.015605353 -0.665168464 549.923950195 0.080260314 0.990312517 -0.113311037 -25.280048370 0.660492897 -0.137976751 -0.738045931 -11.505737305\n-0.747022986 -0.015651003 -0.664614379 549.891235352 0.080455787 0.990246177 -0.113751158 -25.285568237 0.659912169 -0.138446763 -0.738477468 -11.537231445\n-0.747061491 -0.016258320 -0.664556384 549.860351562 0.080011256 0.990233958 -0.114170693 -25.290653229 0.659922540 -0.138464496 -0.738464832 -11.573059082\n-0.747241616 -0.015929531 -0.664361417 549.833190918 0.080703698 0.990138292 -0.114512376 -25.297342300 0.659633815 -0.139184847 -0.738587022 -11.603515625\n-0.747596622 -0.016148841 -0.663957000 549.801513672 0.080489710 0.990132689 -0.114711225 -25.300668716 0.659257948 -0.139199406 -0.738919973 -11.631286621\n-0.747618556 -0.016254602 -0.663929582 549.778625488 0.080444559 0.990123153 -0.114825279 -25.304395676 0.659238458 -0.139255017 -0.738926888 -11.656433105\n-0.747659564 -0.016632244 -0.663874030 549.761230469 0.080199689 0.990107954 -0.115126930 -25.307830811 0.659221828 -0.139318228 -0.738929868 -11.677734375\n-0.747767806 -0.017110681 -0.663740158 549.746093750 0.079762101 0.990113378 -0.115384065 -25.311351776 0.659152329 -0.139221758 -0.739010096 -11.696044922\n-0.747787833 -0.017178783 -0.663715780 549.735046387 0.079663627 0.990121603 -0.115381569 -25.314685822 0.659141421 -0.139154911 -0.739032388 -11.710815430\n-0.747926354 -0.017455792 -0.663552403 549.721252441 0.079556026 0.990091026 -0.115717866 -25.316158295 0.658997178 -0.139338017 -0.739126444 -11.723266602\n-0.747813702 -0.017646337 -0.663674355 549.716796875 0.079562224 0.990060627 -0.115973532 -25.318473816 0.659124315 -0.139529973 -0.738976955 -11.733154297\n-0.747964501 -0.018067505 -0.663493097 549.706665039 0.079440169 0.990007102 -0.116512716 -25.319484711 0.658967972 -0.139855355 -0.739054918 -11.742370605\n-0.747988105 -0.018795537 -0.663446009 549.696777344 0.079254121 0.989917457 -0.117397897 -25.321060181 0.658963323 -0.140393049 -0.738956809 -11.754028320\n-0.748172283 -0.019053584 -0.663231313 549.685058594 0.079336122 0.989847183 -0.117933534 -25.323577881 0.658744693 -0.140852749 -0.739064693 -11.763916016\n-0.748177648 -0.019486153 -0.663212717 549.674560547 0.079290308 0.989779711 -0.118529432 -25.324535370 0.658744156 -0.141267374 -0.738985896 -11.778320312\n-0.748273730 -0.019598426 -0.663100660 549.658081055 0.079200245 0.989775240 -0.118626781 -25.327995300 0.658645511 -0.141283020 -0.739070654 -11.795471191\n-0.748299360 -0.019453410 -0.663075984 549.643371582 0.079224117 0.989795029 -0.118445314 -25.331016541 0.658613503 -0.141164154 -0.739121795 -11.812988281\n-0.748404026 -0.019421168 -0.662959099 549.622436523 0.079281807 0.989784420 -0.118495382 -25.334808350 0.658487916 -0.141242981 -0.739218950 -11.833618164\n-0.748104930 -0.019313259 -0.663299561 549.607055664 0.079215273 0.989829361 -0.118164040 -25.339084625 0.658835530 -0.140942529 -0.738966346 -11.856872559\n-0.747949600 -0.020002194 -0.663454354 549.588012695 0.078627497 0.989838064 -0.118483409 -25.339481354 0.659082294 -0.140785351 -0.738776207 -11.883239746\n-0.748281002 -0.019435963 -0.663097203 549.556640625 0.078976847 0.989851773 -0.118135922 -25.347812653 0.658664048 -0.140768185 -0.739152312 -11.909057617\n-0.748253942 -0.019449331 -0.663127422 549.529174805 0.078976259 0.989850581 -0.118146569 -25.352313995 0.658694923 -0.140774935 -0.739123583 -11.940429688\n-0.748085618 -0.019317454 -0.663321257 549.500976562 0.078750886 0.989928484 -0.117643297 -25.358131409 0.658913195 -0.140244365 -0.739030004 -11.973510742\n-0.748141050 -0.019050874 -0.663266659 549.465454102 0.078907140 0.989940345 -0.117438272 -25.365451813 0.658831716 -0.140196815 -0.739111781 -12.012329102\n-0.748157024 -0.019640464 -0.663231254 549.429931641 0.077975586 0.990033150 -0.117278367 -25.373195648 0.658924341 -0.139458448 -0.739168763 -12.053833008\n-0.748141527 -0.019465419 -0.663253665 549.393493652 0.078115411 0.990035057 -0.117169097 -25.381309509 0.658925116 -0.139469400 -0.739165783 -12.097229004\n-0.748369217 -0.019488253 -0.662996292 549.349731445 0.078217186 0.990000904 -0.117389366 -25.389324188 0.658654630 -0.139708266 -0.739361882 -12.142578125\n-0.748276114 -0.019231502 -0.663108706 549.303222656 0.078548007 0.989979625 -0.117347866 -25.399013519 0.658720911 -0.139894456 -0.739267588 -12.199218750\n-0.748358965 -0.018948469 -0.663023651 549.253234863 0.078980431 0.989934683 -0.117436908 -25.409000397 0.658575356 -0.140250817 -0.739329934 -12.253479004\n-0.748337150 -0.018931918 -0.663048387 549.195007324 0.079270095 0.989876628 -0.117730498 -25.417282104 0.658564985 -0.140662014 -0.739260674 -12.315124512\n-0.748355865 -0.018551551 -0.663038015 549.137390137 0.079916090 0.989805281 -0.117893830 -25.427619934 0.658465683 -0.141213939 -0.739243984 -12.379089355\n-0.748360872 -0.018988747 -0.663020253 549.079895020 0.079471380 0.989822626 -0.118048817 -25.437652588 0.658514023 -0.141034216 -0.739235401 -12.448242188\n-0.748440623 -0.018561870 -0.662942350 549.014160156 0.079871237 0.989809811 -0.117885955 -25.451122284 0.658375025 -0.141180634 -0.739331365 -12.517944336\n-0.748408794 -0.018624306 -0.662976563 548.949340820 0.079446614 0.989890814 -0.117492177 -25.464126587 0.658462644 -0.140603378 -0.739363432 -12.590759277\n-0.748425245 -0.018911922 -0.662949681 548.885131836 0.078519426 0.990036547 -0.116885819 -25.476577759 0.658554971 -0.139534712 -0.739483476 -12.668212891\n-0.748559237 -0.019006006 -0.662795722 548.813598633 0.078272216 0.990067303 -0.116791040 -25.490444183 0.658432126 -0.139303476 -0.739636421 -12.749816895\n-0.748801470 -0.019166693 -0.662517190 548.740722656 0.078460455 0.989989936 -0.117319427 -25.504257202 0.658133984 -0.139830351 -0.739802122 -12.826599121\n-0.748582840 -0.018425092 -0.662785172 548.666625977 0.079703517 0.989864588 -0.117538884 -25.521823883 0.658233285 -0.140813902 -0.739527106 -12.908691406\n-0.748390198 -0.017862223 -0.663018346 548.587707520 0.080613695 0.989776611 -0.117659040 -25.537017822 0.658341765 -0.141503215 -0.739299178 -12.994262695\n-0.748697758 -0.017171541 -0.662689149 548.509643555 0.081679635 0.989657640 -0.117924519 -25.546871185 0.657860339 -0.142418027 -0.739551783 -13.080871582\n-0.748929024 -0.014955903 -0.662481666 548.423095703 0.084155358 0.989503622 -0.117475413 -25.564310074 0.657284915 -0.143732101 -0.739809275 -13.166076660\n-0.748355627 -0.012351164 -0.663182735 548.344970703 0.086464405 0.989478946 -0.115997195 -25.584587097 0.657638013 -0.144148856 -0.739414096 -13.251403809\n-0.748447299 -0.011679212 -0.663091421 548.271789551 0.086711667 0.989538491 -0.115302570 -25.601821899 0.657501161 -0.143795654 -0.739604712 -13.333557129\n-0.748420119 -0.012585830 -0.663105786 548.203613281 0.085625701 0.989618719 -0.115425266 -25.613447189 0.657674670 -0.143165454 -0.739572883 -13.415283203\n-0.748234630 -0.012913842 -0.663308501 548.135986328 0.085406855 0.989616275 -0.115608506 -25.627630234 0.657913864 -0.143153369 -0.739362240 -13.489868164\n-0.748475552 -0.012520802 -0.663044214 548.071838379 0.085549504 0.989644527 -0.115260556 -25.639009476 0.657621264 -0.142992809 -0.739653587 -13.560485840\n-0.749047995 -0.012281175 -0.662402332 548.007080078 0.085451193 0.989685893 -0.114977777 -25.651525497 0.656982303 -0.142726898 -0.740272880 -13.628479004\n-0.749294162 -0.011452959 -0.662138283 547.954101562 0.085730821 0.989759266 -0.114135191 -25.663038254 0.656664670 -0.142286494 -0.740638971 -13.690490723\n-0.749478579 -0.011335444 -0.661931634 547.900390625 0.085107766 0.989907146 -0.113316067 -25.674718857 0.656535327 -0.141263485 -0.740949512 -13.751342773\n-0.750175476 -0.010846624 -0.661150277 547.854797363 0.085187793 0.989947855 -0.112899259 -25.681303024 0.655728877 -0.141016141 -0.741710544 -13.798767090\n-0.750035048 -0.010810759 -0.661310136 547.822143555 0.085022293 0.989994705 -0.112613253 -25.690229416 0.655910969 -0.140689954 -0.741611600 -13.846069336\n-0.750379086 -0.010755178 -0.660920382 547.786560059 0.085038625 0.989988089 -0.112659097 -25.696304321 0.655514956 -0.140740782 -0.741951704 -13.880004883\n-0.750551820 -0.011310838 -0.660715163 547.766357422 0.084516019 0.989999056 -0.112955421 -25.702255249 0.655385017 -0.140619874 -0.742089629 -13.909973145\n-0.750529528 -0.011184715 -0.660742342 547.749816895 0.084951513 0.989927828 -0.113252439 -25.703338623 0.655353904 -0.141130358 -0.742019892 -13.928894043\n-0.750550032 -0.011188010 -0.660718918 547.738159180 0.085067570 0.989901483 -0.113395415 -25.704469681 0.655315340 -0.141314685 -0.742018938 -13.943420410\n-0.750907540 -0.010838499 -0.660318494 547.735656738 0.085287899 0.989900708 -0.113236822 -25.702577591 0.654877067 -0.141347557 -0.742399454 -13.941223145\n-0.750442266 -0.011436335 -0.660837054 547.742797852 0.085165836 0.989841580 -0.113843806 -25.702274323 0.655425966 -0.141713947 -0.741845012 -13.942749023\n-0.750584722 -0.012235266 -0.660660863 547.747802734 0.085076042 0.989717364 -0.114985220 -25.707609177 0.655274391 -0.142512560 -0.741825819 -13.933715820\n-0.750639081 -0.013214358 -0.660580635 547.743347168 0.084971204 0.989566743 -0.116350949 -25.707324982 0.655226111 -0.143467873 -0.741684675 -13.935791016\n-0.750430346 -0.013073931 -0.660820365 547.747375488 0.085045807 0.989583194 -0.116156660 -25.702007294 0.655455351 -0.143367469 -0.741501331 -13.939514160\n-0.750750184 -0.012634128 -0.660465479 547.744262695 0.084760942 0.989710093 -0.115279928 -25.706039429 0.655125856 -0.142528102 -0.741954207 -13.933532715\n-0.750779748 -0.012769409 -0.660429180 547.742797852 0.084733166 0.989691436 -0.115460865 -25.707227707 0.655095458 -0.142645940 -0.741958261 -13.933227539\n-0.750695229 -0.012472028 -0.660530865 547.744445801 0.084885255 0.989713430 -0.115159936 -25.706827164 0.655172586 -0.142519355 -0.741914511 -13.933898926\n-0.750743270 -0.012089725 -0.660483479 547.744262695 0.085200675 0.989709556 -0.114959955 -25.708337784 0.655076683 -0.142579049 -0.741987824 -13.932189941\n-0.750820279 -0.012309242 -0.660392225 547.741760254 0.085265011 0.989654362 -0.115386866 -25.706228256 0.654980361 -0.142943114 -0.742002964 -13.931945801\n-0.750719905 -0.012417533 -0.660503924 547.743103027 0.084981456 0.989701092 -0.115195245 -25.705337524 0.655131876 -0.142609954 -0.741932988 -13.934692383\n-0.750725865 -0.012536887 -0.660494924 547.743286133 0.084737271 0.989733160 -0.115099505 -25.708230972 0.655156672 -0.142376706 -0.741955996 -13.934936523\n-0.750750065 -0.012434539 -0.660469472 547.744323730 0.084885284 0.989717901 -0.115121618 -25.707033157 0.655109942 -0.142491683 -0.741975307 -13.932800293\n-0.750706434 -0.012209849 -0.660523355 547.742980957 0.085171476 0.989696443 -0.115094811 -25.707487106 0.655122876 -0.142660141 -0.741931558 -13.934936523\n-0.750529408 -0.012175979 -0.660725117 547.748291016 0.085193828 0.989704192 -0.115011655 -25.707452774 0.655322790 -0.142609313 -0.741764784 -13.935668945\n-0.750724792 -0.012229109 -0.660502255 547.744995117 0.085235626 0.989678383 -0.115202293 -25.705907822 0.655093670 -0.142783508 -0.741933823 -13.933288574\n-0.750657678 -0.012156659 -0.660579801 547.746826172 0.085328333 0.989673376 -0.115176819 -25.705865860 0.655158401 -0.142824501 -0.741868615 -13.933288574\n-0.750327826 -0.012197242 -0.660953522 547.749267578 0.085177086 0.989711761 -0.114958905 -25.708402634 0.655555606 -0.142554954 -0.741569281 -13.940673828\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_10_03/2011_10_03_drive_0027_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999991179 -0.002474811 -0.003388979 0.002002196 0.002467505 0.999994636 -0.002158234 -0.002793426 0.003394302 0.002149853 0.999991953 0.689957261\n0.999971628 -0.001485426 -0.007387968 -0.007597920 0.001458964 0.999992490 -0.003585880 -0.007637931 0.007393239 0.003575000 0.999966264 1.396304131\n0.999930263 -0.001641091 -0.011696925 -0.020570310 0.001584885 0.999987185 -0.004812826 -0.015643528 0.011704673 0.004793952 0.999920011 2.121416330\n0.999862611 -0.000744268 -0.016557738 -0.036993135 0.000657215 0.999985933 -0.005262321 -0.019548163 0.016561422 0.005250716 0.999849081 2.858959198\n0.999776542 -0.001676800 -0.021071358 -0.051425733 0.001552958 0.999981463 -0.005892269 -0.021616187 0.021080848 0.005858230 0.999760628 3.619250059\n0.999679923 0.000469763 -0.025294635 -0.083489940 -0.000647974 0.999975026 -0.007037652 -0.032725908 0.025290698 0.007051789 0.999655247 4.397214413\n0.999543190 0.003073688 -0.030066164 -0.113562971 -0.003315355 0.999962568 -0.007991303 -0.035010573 0.030040476 0.008087332 0.999515951 5.182183743\n0.999396443 0.003264609 -0.034583956 -0.143783078 -0.003473514 0.999976099 -0.005982177 -0.049884997 0.034563601 0.006098694 0.999383867 5.986996651\n0.999235034 0.002185567 -0.039045766 -0.175635889 -0.002315901 0.999991894 -0.003293075 -0.056991428 0.039038252 0.003380982 0.999231994 6.802350998\n0.999102473 0.001924389 -0.042315174 -0.216905102 -0.001940272 0.999998033 -0.000334269 -0.070014730 0.042314451 0.000416072 0.999104261 7.629297733\n0.998981476 0.003760083 -0.044965696 -0.262962461 -0.003824098 0.999991775 -0.001337709 -0.075727515 0.044960298 0.001508300 0.998987615 8.465506554\n0.998858392 0.003071619 -0.047670018 -0.294731826 -0.003142865 0.999994040 -0.001419687 -0.082819447 0.047665372 0.001567887 0.998862147 9.306407928\n0.998803079 0.000099816 -0.048912562 -0.337919027 -0.000196091 0.999998033 -0.001963508 -0.089709349 0.048912272 0.001970749 0.998801112 10.142353058\n0.998687863 0.000044464 -0.051211230 -0.385056227 -0.000101389 0.999999404 -0.001108989 -0.097842850 0.051211149 0.001112726 0.998687208 11.023241043\n0.998622954 -0.001712337 -0.052433543 -0.432532579 0.001624201 0.999997199 -0.001723462 -0.099693812 0.052436348 0.001635926 0.998622954 11.894293785\n0.998532832 0.000565629 -0.054146256 -0.487112075 -0.000757156 0.999993503 -0.003516780 -0.116307244 0.054143917 0.003552618 0.998526812 12.759156227\n0.998449802 0.000911893 -0.055651903 -0.539526880 -0.001263109 0.999979496 -0.006276094 -0.123613894 0.055645041 0.006336660 0.998430490 13.659024239\n0.998346806 0.004353824 -0.057311922 -0.596253693 -0.004807353 0.999958217 -0.007777849 -0.135849223 0.057275660 0.008040509 0.998326004 14.547683716\n0.998279631 0.005319296 -0.058391184 -0.656728804 -0.005761534 0.999955952 -0.007407960 -0.147276342 0.058349207 0.007731638 0.998266280 15.451170921\n0.998187721 0.004396363 -0.060016003 -0.708716929 -0.004759428 0.999971211 -0.005907859 -0.161453247 0.059988305 0.006182794 0.998179913 16.374929428\n0.998118162 0.005074697 -0.061109524 -0.766093373 -0.005339473 0.999977052 -0.004170292 -0.175031707 0.061086960 0.004488736 0.998122334 17.290126801\n0.998068631 0.004409353 -0.061964117 -0.826450288 -0.004671419 0.999980748 -0.004085071 -0.187688276 0.061944909 0.004366641 0.998070002 18.208541870\n0.997941673 0.004395796 -0.063977480 -0.889699101 -0.004737442 0.999975324 -0.005189388 -0.197699308 0.063953087 0.005481796 0.997937858 19.142757416\n0.997887433 0.003092216 -0.064893350 -0.950429738 -0.003465079 0.999978125 -0.005634024 -0.211523190 0.064874507 0.005846982 0.997876287 20.077459335\n0.997853220 0.002684334 -0.065435313 -1.009087920 -0.002943966 0.999988198 -0.003871668 -0.222035199 0.065424152 0.004055996 0.997849286 21.006072998\n0.997828841 0.004572428 -0.065701202 -1.074158907 -0.004627015 0.999989092 -0.000678692 -0.237679660 0.065697379 0.000981219 0.997839093 21.960140228\n0.997906208 0.005551585 -0.064438500 -1.142534614 -0.005365497 0.999980927 0.003060526 -0.245504901 0.064454265 -0.002708373 0.997916996 22.909084320\n0.998025656 0.004737343 -0.062628917 -1.209838748 -0.004410143 0.999975920 0.005361620 -0.245077193 0.062652811 -0.005074832 0.998022497 23.865913391\n0.998094499 0.004536845 -0.061537191 -1.266015649 -0.004140622 0.999969900 0.006564744 -0.254311264 0.061565123 -0.006297432 0.998083174 24.840408325\n0.998190045 0.004587360 -0.059963375 -1.326786041 -0.004368677 0.999983311 0.003777521 -0.259162188 0.059979707 -0.003508724 0.998193443 25.807706833\n0.998238266 0.005668413 -0.059060913 -1.385088086 -0.005721697 0.999983370 -0.000733109 -0.268819422 0.059055772 0.001069746 0.998254120 26.772268295\n0.998313725 0.004828995 -0.057848349 -1.444667339 -0.005061078 0.999979734 -0.003866085 -0.271638811 0.057828505 0.004152340 0.998317897 27.740766525\n0.998385012 0.002361922 -0.056761220 -1.502645969 -0.002527636 0.999992728 -0.002847880 -0.280135989 0.056754082 0.002986752 0.998383701 28.721778870\n0.998382390 0.000477326 -0.056853641 -1.559520960 -0.000346162 0.999997258 0.002316871 -0.295397580 0.056854591 -0.002293442 0.998379827 29.713571548\n0.998302877 -0.002736930 -0.058170706 -1.608685613 0.003061174 0.999980271 0.005485632 -0.303793579 0.058154546 -0.005654393 0.998291552 30.712614059\n0.998187006 -0.010084050 -0.059338517 -1.652807117 0.010374970 0.999935627 0.004596654 -0.310274094 0.059288345 -0.005203955 0.998227358 31.702508926\n0.998075128 -0.012329739 -0.060777940 -1.711730242 0.012412067 0.999922514 0.000977209 -0.317952156 0.060761180 -0.001729708 0.998150826 32.701374054\n0.997977138 -0.011738750 -0.062480804 -1.770700455 0.011570598 0.999928415 -0.003052423 -0.324875087 0.062512159 0.002323308 0.998041511 33.699096680\n0.997858167 -0.011085361 -0.064468816 -1.840968132 0.010865465 0.999933898 -0.003760518 -0.334367752 0.064506240 0.003051980 0.997912645 34.712982178\n0.997808576 -0.010723186 -0.065291688 -1.907503128 0.010582715 0.999940872 -0.002496910 -0.342676729 0.065314598 0.001800475 0.997863114 35.727737427\n0.997769594 -0.007420362 -0.066338755 -1.983511925 0.007456289 0.999972165 0.000293980 -0.360086650 0.066334732 -0.000787965 0.997797132 36.753009796\n0.997709513 -0.006453041 -0.067335568 -2.058681488 0.006574559 0.999977112 0.001583227 -0.376944959 0.067323819 -0.002022303 0.997729123 37.761268616\n0.997608721 -0.006318595 -0.068825036 -2.123003006 0.006641729 0.999967992 0.004467185 -0.387482792 0.068794601 -0.004913620 0.997618735 38.802574158\n0.997622728 -0.006182254 -0.068634726 -2.196315765 0.006711653 0.999949455 0.007485368 -0.395419389 0.068584979 -0.007928225 0.997613788 39.825908661\n0.997607708 -0.000149840 -0.069129467 -2.280857801 0.000810750 0.999954224 0.009532510 -0.396538913 0.069124877 -0.009565752 0.997562170 40.848930359\n0.997593284 -0.000349683 -0.069336273 -2.352913141 0.000962276 0.999960780 0.008801894 -0.400898397 0.069330476 -0.008847431 0.997554541 41.861824036\n0.997606099 -0.000106760 -0.069152415 -2.421680450 0.000620353 0.999972403 0.007405540 -0.409539223 0.069149710 -0.007430711 0.997578621 42.883380890\n0.997609556 0.001739185 -0.069080390 -2.503408432 -0.001398857 0.999986649 0.004974615 -0.409247935 0.069088116 -0.004866090 0.997598708 43.903369904\n0.997536540 0.001654955 -0.070129551 -2.577272415 -0.001299659 0.999986112 0.005111597 -0.420088470 0.070137039 -0.005007860 0.997524798 44.919979095\n0.997473001 -0.000539651 -0.071044698 -2.649784565 0.000988426 0.999979794 0.006281793 -0.424458802 0.071039878 -0.006336141 0.997453332 45.914520264\n0.997403622 -0.000135668 -0.072013676 -2.728258848 0.000670834 0.999972343 0.007407309 -0.435305089 0.072010674 -0.007436386 0.997376144 46.939651489\n0.997389317 0.002118876 -0.072180904 -2.801342726 -0.001796551 0.999988139 0.004530145 -0.452992082 0.072189644 -0.004388642 0.997381270 47.935188293\n0.997329772 0.002847222 -0.072974242 -2.885521889 -0.002858478 0.999995887 -0.000049807 -0.456598997 0.072973803 0.000258269 0.997333825 48.937713623\n0.997257233 0.003673991 -0.073922426 -2.951724052 -0.003783502 0.999991953 -0.001341454 -0.467738271 0.073916897 0.001617461 0.997263074 49.935585022\n0.997271180 0.002221196 -0.073792279 -3.026402473 -0.002048448 0.999994993 0.002416601 -0.481796205 0.073797278 -0.002258847 0.997270703 50.928989410\n0.997253895 0.000209874 -0.074057996 -3.096564770 0.000198231 0.999984860 0.005503222 -0.493451685 0.074058034 -0.005502790 0.997238755 51.917949677\n0.997228324 -0.001649373 -0.074384011 -3.170409918 0.002118793 0.999978364 0.006232297 -0.505232275 0.074372120 -0.006372627 0.997210205 52.902534485\n0.997218013 -0.005063571 -0.074367613 -3.239463329 0.005463411 0.999971688 0.005174087 -0.513879657 0.074339308 -0.005565993 0.997217476 53.874668121\n0.997146606 -0.008099094 -0.075053580 -3.301669836 0.008404846 0.999957621 0.003758821 -0.523231804 0.075019956 -0.004378909 0.997172415 54.836151123\n0.997051835 -0.009079838 -0.076191559 -3.382106304 0.009484638 0.999942780 0.004952739 -0.533022881 0.076142222 -0.005660786 0.997080922 55.838977814\n0.996962368 -0.012306713 -0.076906390 -3.458422661 0.013032444 0.999875069 0.008941782 -0.535904765 0.076786742 -0.009916898 0.996998191 56.813129425\n0.996867955 -0.012839204 -0.078034855 -3.520117283 0.013974942 0.999803960 0.014025592 -0.540125608 0.077839479 -0.015072196 0.996851981 57.775836945\n0.996834695 -0.011511205 -0.078664698 -3.604766369 0.012829481 0.999785244 0.016273359 -0.542751908 0.078460477 -0.017231075 0.996768296 58.755897522\n0.996751547 -0.010272054 -0.079880327 -3.686702967 0.011277537 0.999862611 0.012146410 -0.544388354 0.079744585 -0.013007806 0.996730447 59.706237793\n0.996677876 -0.008856598 -0.080961272 -3.766561985 0.009263583 0.999946296 0.004652664 -0.548726916 0.080915712 -0.005387199 0.996706367 60.646408081\n0.996616364 -0.007391208 -0.081860788 -3.850348949 0.007424748 0.999972403 0.000105314 -0.560455978 0.081857748 -0.000712753 0.996643782 61.585182190\n0.996539950 -0.002268214 -0.083083875 -3.935054541 0.002324022 0.999997139 0.000574998 -0.570835531 0.083082333 -0.000766097 0.996542394 62.520095825\n0.996469617 0.000571160 -0.083952196 -4.016880989 -0.000320173 0.999995410 0.003003067 -0.584911466 0.083953530 -0.002965586 0.996465266 63.432186127\n0.996368825 0.002975647 -0.085090019 -4.093727112 -0.002590399 0.999985874 0.004637587 -0.598106325 0.085102618 -0.004400330 0.996362448 64.321037292\n0.996283293 0.003751080 -0.086055480 -4.190762520 -0.003387225 0.999984682 0.004373766 -0.608217478 0.086070575 -0.004066020 0.996280730 65.223625183\n0.996137798 0.005249423 -0.087646402 -4.270133495 -0.004820295 0.999975324 0.005107055 -0.616237104 0.087671049 -0.004664849 0.996138573 66.085166931\n0.996003091 0.006076439 -0.089111507 -4.348481178 -0.005577943 0.999967396 0.005842032 -0.629604638 0.089144096 -0.005321623 0.996004522 66.943725586\n0.995856404 0.006106636 -0.090734072 -4.423923492 -0.005552210 0.999964356 0.006361614 -0.640047908 0.090769686 -0.005831480 0.995854855 67.777679443\n0.995756805 0.005360423 -0.091867790 -4.504785061 -0.004703937 0.999961853 0.007361033 -0.644809306 0.091903739 -0.006897658 0.995743990 68.622627258\n0.995592296 0.008278229 -0.093421124 -4.584061146 -0.007388047 0.999924004 0.009870551 -0.648826957 0.093495734 -0.009136844 0.995577753 69.440803528\n0.995511353 0.010123038 -0.094099142 -4.674681187 -0.008823900 0.999860048 0.014211901 -0.657331169 0.094229847 -0.013317787 0.995461404 70.249389648\n0.995300472 0.013424536 -0.095899992 -4.756208420 -0.011944741 0.999800861 0.015988078 -0.660625935 0.096095525 -0.014767440 0.995262563 71.039955139\n0.995139360 0.016165610 -0.097140916 -4.837514400 -0.015081784 0.999815643 0.011881243 -0.667335212 0.097315080 -0.010358434 0.995199740 71.799972534\n0.994968534 0.016165879 -0.098874912 -4.911383152 -0.015798688 0.999865115 0.004495588 -0.676953197 0.098934248 -0.002910875 0.995089710 72.544868469\n0.994877040 0.015038459 -0.099967651 -4.989507675 -0.015221216 0.999883592 -0.001065639 -0.683565259 0.099939987 0.002581809 0.994990110 73.261894226\n0.994827628 0.015943844 -0.100318536 -5.069678307 -0.016272359 0.999864578 -0.002457260 -0.687487960 0.100265771 0.004076969 0.994952321 73.974472046\n0.994707406 0.018498732 -0.101068877 -5.146343708 -0.018462311 0.999828696 0.001295803 -0.700699687 0.101075538 0.000577020 0.994878590 74.663436890\n0.994600296 0.018734328 -0.102075070 -5.226344585 -0.018497221 0.999823570 0.003268998 -0.710965514 0.102118306 -0.001363241 0.994771302 75.338180542\n0.994538784 0.015649844 -0.103187658 -5.289478302 -0.015695639 0.999876738 0.000368199 -0.729985416 0.103180707 0.001253408 0.994661808 75.977890015\n0.994649351 0.007973678 -0.103000283 -5.350795746 -0.008520397 0.999951839 -0.004869048 -0.741835237 0.102956496 0.005720598 0.994669437 76.616523743\n0.994750321 0.004002048 -0.102253616 -5.400990009 -0.004981264 0.999944150 -0.009322801 -0.763059437 0.102210596 0.009783211 0.994714677 77.230049133\n0.995058775 0.006051126 -0.099103265 -5.460437298 -0.007036020 0.999929249 -0.009591568 -0.770605505 0.099038213 0.010241467 0.995030940 77.808242798\n0.995445371 0.011368732 -0.094653666 -5.529625893 -0.012051706 0.999905288 -0.006646973 -0.782183290 0.094569132 0.007757437 0.995488048 78.389396667\n0.995885491 0.009700802 -0.090099774 -5.575922012 -0.010037968 0.999944210 -0.003289752 -0.794730961 0.090062827 0.004180634 0.995927334 78.959022522\n0.996414065 0.006059696 -0.084393509 -5.612605095 -0.006027060 0.999981642 0.000641481 -0.800996363 0.084395848 -0.000130536 0.996432304 79.510223389\n0.997073233 0.001657815 -0.076434143 -5.637289047 -0.001344061 0.999990463 0.004156152 -0.816019475 0.076440305 -0.004041256 0.997065961 80.057319641\n0.997818112 0.004989795 -0.065834358 -5.666184902 -0.004741054 0.999981046 0.003933983 -0.824075043 0.065852739 -0.003613276 0.997822821 80.578033447\n0.998665750 0.010362285 -0.050590351 -5.695117950 -0.010210376 0.999942541 0.003260250 -0.824719191 0.050621230 -0.002739353 0.998714149 81.094329834\n0.999351680 0.015472335 -0.032508027 -5.708631039 -0.015362446 0.999875426 0.003627411 -0.828163385 0.032560103 -0.003125657 0.999464869 81.594650269\n0.999849200 0.014030864 -0.010232774 -5.699993134 -0.013985319 0.999892056 0.004508978 -0.838233590 0.010294934 -0.004365189 0.999937475 82.084045410\n0.999822974 0.010143018 0.015846746 -5.668702126 -0.010230413 0.999932826 0.005443622 -0.843973756 -0.015790468 -0.005604777 0.999859631 82.559432983\n0.998936594 0.009211211 0.045175888 -5.626261234 -0.009545675 0.999928594 0.007193441 -0.857892513 -0.045106400 -0.007617026 0.998953164 83.006149292\n0.996891975 0.008887670 0.078277580 -5.567211628 -0.009593742 0.999916553 0.008648660 -0.863000214 -0.078194186 -0.009372754 0.996894062 83.465263367\n0.993215024 0.008849578 0.115955181 -5.492434025 -0.009996810 0.999906659 0.009315930 -0.868774533 -0.115861915 -0.010411903 0.993210733 83.916389465\n0.987537622 0.008933156 0.157129481 -5.389878273 -0.010390290 0.999910295 0.008454480 -0.863357961 -0.157039851 -0.009981737 0.987541795 84.350677490\n0.979241669 0.008611503 0.202513203 -5.280860901 -0.010596910 0.999905825 0.008721624 -0.871673346 -0.202419028 -0.010686591 0.979240716 84.771179199\n0.967774689 0.010691609 0.251590580 -5.159915924 -0.012907203 0.999891102 0.007157743 -0.884295106 -0.251486659 -0.010174413 0.967807293 85.147766113\n0.952323079 0.011655864 0.304868728 -5.005149841 -0.013802254 0.999892831 0.004886005 -0.897602916 -0.304779083 -0.008860931 0.952381849 85.536239624\n0.932703257 0.011949468 0.360446692 -4.824480057 -0.013708583 0.999903321 0.002324136 -0.900062919 -0.360384077 -0.007108943 0.932776928 85.907188416\n0.908438742 0.012926941 0.417818129 -4.627447128 -0.014401870 0.999896228 0.000377239 -0.902619481 -0.417769909 -0.006360060 0.908530593 86.258354187\n0.879520655 0.012696187 0.475691348 -4.407541275 -0.013517790 0.999907196 -0.001694026 -0.908905685 -0.475668699 -0.004940365 0.879610658 86.589820862\n0.846260905 0.011531608 0.532643914 -4.162507534 -0.011239031 0.999929667 -0.003791734 -0.916711092 -0.532650173 -0.002777605 0.846331000 86.898773193\n0.810072958 0.010942026 0.586226940 -3.886051178 -0.010008110 0.999938250 -0.004834392 -0.928796530 -0.586243629 -0.001950813 0.810132444 87.193939209\n0.770096302 0.009594920 0.637855470 -3.607509613 -0.009057113 0.999950528 -0.004106881 -0.935166538 -0.637863338 -0.002614436 0.770145118 87.470748901\n0.727090836 0.009493804 0.686475694 -3.316820145 -0.010492897 0.999941289 -0.002715255 -0.935269952 -0.686461151 -0.005228880 0.727147758 87.730445862\n0.682549894 0.008233299 0.730792642 -3.005302429 -0.009676398 0.999950707 -0.002228086 -0.944521904 -0.730774999 -0.005550659 0.682595909 87.951065063\n0.636308312 0.007062136 0.771402478 -2.677160263 -0.006543464 0.999971509 -0.003757149 -0.950633109 -0.771407068 -0.002656939 0.636336446 88.159423828\n0.589631855 0.004324912 0.807660580 -2.340385437 -0.000339146 0.999986887 -0.005107200 -0.955500603 -0.807672083 0.002737453 0.589625597 88.345245361\n0.543642640 0.006029988 0.839295089 -1.998851776 -0.001902529 0.999980450 -0.005952107 -0.965522528 -0.839314640 0.001639036 0.543643534 88.511901855\n0.496812165 0.009307618 0.867808163 -1.656364441 -0.005297140 0.999956369 -0.007692402 -0.966412961 -0.867841899 -0.000775222 0.496839821 88.665306091\n0.450445116 0.011615693 0.892728627 -1.305648804 -0.006866629 0.999930859 -0.009545846 -0.980195880 -0.892777741 -0.001830155 0.450493753 88.820846558\n0.408208430 0.009829831 0.912835836 -0.942409515 0.000377007 0.999940097 -0.010936403 -0.977948070 -0.912888646 0.004808478 0.408180296 88.934219360\n0.368266344 0.002424198 0.929717243 -0.573085785 0.015188555 0.999847472 -0.008623335 -0.982234657 -0.929596364 0.017296745 0.368173301 89.030471802\n0.333252430 -0.002087587 0.942835450 -0.197601318 0.019470572 0.999799550 -0.004668311 -0.993598640 -0.942636669 0.019913269 0.333226264 89.122772217\n0.299913824 0.002381691 0.953963399 0.170700073 0.016709020 0.999830365 -0.007749306 -0.998524547 -0.953819990 0.018263916 0.299823105 89.223403931\n0.269185781 0.010345290 0.963032782 0.548664093 0.007179807 0.999892950 -0.012748150 -1.003790021 -0.963061571 0.010346010 0.269082665 89.326293945\n0.240540087 0.014324637 0.970533550 0.925437927 0.000219798 0.999890268 -0.014812405 -1.031015277 -0.970639229 0.003776300 0.240510583 89.412788391\n0.215062141 0.016052652 0.976468623 1.321243286 0.001750215 0.999856949 -0.016822625 -1.044502139 -0.976598978 0.005326942 0.215003252 89.476531982\n0.190903425 0.017321361 0.981455982 1.731712341 0.008830828 0.999773562 -0.019362330 -1.055634618 -0.981569111 0.012363404 0.190707207 89.538955688\n0.171535671 0.023556221 0.984896362 2.146446228 0.015678547 0.999522209 -0.026636714 -1.056319952 -0.985053301 0.020010890 0.171084344 89.575111389\n0.152447104 0.030506575 0.987840652 2.582199097 0.019062197 0.999246776 -0.033800568 -1.050736308 -0.988127768 0.023983212 0.151750743 89.628440857\n0.134333014 0.031408645 0.990438342 3.029960632 0.016601317 0.999285936 -0.033940855 -1.063870430 -0.990797162 0.021001959 0.133715630 89.690406799\n0.118872046 0.026949333 0.992543817 3.490028381 0.014746195 0.999473453 -0.028903563 -1.086335421 -0.992800117 0.018072069 0.118412018 89.739639282\n0.104506373 0.023697933 0.994241774 3.970321655 0.014884831 0.999566793 -0.025389424 -1.108144283 -0.994412780 0.017452478 0.104108334 89.783828735\n0.091267467 0.021305295 0.995598495 4.458992004 0.017031400 0.999591470 -0.022952028 -1.125939250 -0.995680749 0.019051209 0.090867281 89.817314148\n0.079735816 0.020480625 0.996605575 4.961051941 0.020654507 0.999540329 -0.022193449 -1.140196323 -0.996601999 0.022354010 0.079276145 89.844314575\n0.069485545 0.021175677 0.997358263 5.487174988 0.024041047 0.999448776 -0.022894997 -1.153968573 -0.997293293 0.025568409 0.068938136 89.873069763\n0.062152624 0.021627411 0.997832358 6.034576416 0.026505690 0.999376833 -0.023311866 -1.167700052 -0.997714698 0.027897127 0.061540663 89.895805359\n0.056319118 0.021953668 0.998171449 6.588508606 0.028098378 0.999327362 -0.023564467 -1.182730436 -0.998017430 0.029374130 0.055664361 89.922599792\n0.050909996 0.023095284 0.998436272 7.158065796 0.029411383 0.999264300 -0.024614124 -1.197481275 -0.998270154 0.030618496 0.050193250 89.945472717\n0.045162559 0.023535116 0.998702407 7.772163391 0.030134259 0.999235392 -0.024910387 -1.216491818 -0.998525083 0.031220173 0.044418812 89.970466614\n0.040832937 0.023605783 0.998887181 8.378791809 0.032518033 0.999159873 -0.024941519 -1.234064937 -0.998636782 0.033500280 0.040031016 89.987686157\n0.037668169 0.023404405 0.999016225 9.012710571 0.033887666 0.999120772 -0.024684601 -1.254264593 -0.998715580 0.034784153 0.036841929 90.011795044\n0.034464478 0.022966571 0.999142110 9.654670715 0.034642775 0.999107659 -0.024160756 -1.272070765 -0.998805463 0.035445742 0.033638060 90.036003113\n0.032122493 0.022368925 0.999233723 10.319892883 0.036590666 0.999053001 -0.023541173 -1.290464282 -0.998814046 0.037318829 0.031273603 90.053138733\n0.031521499 0.021769488 0.999266028 10.999259949 0.041107122 0.998888671 -0.023057980 -1.311842442 -0.998657465 0.041803773 0.030591607 90.066886902\n0.032534420 0.021664914 0.999235809 11.714256287 0.044329721 0.998749912 -0.023097724 -1.329403281 -0.998487055 0.045047313 0.031533360 90.084259033\n0.034905374 0.021503830 0.999159276 12.430000305 0.046630327 0.998644590 -0.023121772 -1.350445151 -0.998302221 0.047398198 0.033855379 90.106781006\n0.038915932 0.021512484 0.999010921 13.174644470 0.048669569 0.998540819 -0.023398263 -1.371616721 -0.998056531 0.049531996 0.037812114 90.132003784\n0.043164611 0.021232056 0.998842418 13.941131592 0.048901755 0.998530865 -0.023338711 -1.386951804 -0.997870564 0.049852550 0.042062879 90.165824890\n0.047314644 0.019644232 0.998686850 14.711456299 0.050150529 0.998498976 -0.022016514 -1.405553937 -0.997620285 0.051126376 0.046258509 90.196670532\n0.051363885 0.017723206 0.998522758 15.492973328 0.050470915 0.998518825 -0.020319356 -1.430128217 -0.997403860 0.051440038 0.050393283 90.237030029\n0.055439591 0.015771698 0.998337626 16.297431946 0.047866691 0.998683572 -0.018435303 -1.448225617 -0.997314155 0.048809160 0.054611683 90.287445068\n0.059677064 0.014577646 0.998111308 17.127288818 0.046921890 0.998747110 -0.017392393 -1.473409176 -0.997114360 0.047871195 0.058918297 90.339347839\n0.063834250 0.015670773 0.997837543 17.945892334 0.044093866 0.998855948 -0.018507570 -1.491784573 -0.996985972 0.045179930 0.063070238 90.391838074\n0.066971362 0.019548837 0.997563422 18.775718689 0.042158987 0.998859704 -0.022404587 -1.520183802 -0.996863902 0.043556727 0.066070855 90.455642700\n0.068482995 0.024723521 0.997345984 19.615592957 0.036544722 0.998959780 -0.027272886 -1.547729731 -0.996982813 0.038315460 0.067508221 90.522247314\n0.068015575 0.027914871 0.997293651 20.447467804 0.032799300 0.999005616 -0.030199707 -1.580024123 -0.997144938 0.034764584 0.067032337 90.590408325\n0.068303168 0.027413024 0.997287989 21.279743195 0.030563204 0.999095738 -0.029555960 -1.612528086 -0.997196436 0.032499082 0.067403555 90.646949768\n0.067962527 0.025755839 0.997355461 22.118469238 0.027501522 0.999238491 -0.027678501 -1.644213676 -0.997308850 0.029309893 0.067202449 90.715057373\n0.067785978 0.024466421 0.997399867 22.960731506 0.028724063 0.999237001 -0.026463652 -1.680130720 -0.997286320 0.030443242 0.067031443 90.775665283\n0.068462670 0.023650641 0.997373462 23.794780731 0.026264926 0.999329746 -0.025499940 -1.713934541 -0.997308016 0.027941735 0.067795634 90.834922791\n0.068277061 0.023924587 0.997379661 24.631801605 0.024681153 0.999365926 -0.025661826 -1.745827436 -0.997361243 0.026368592 0.067643285 90.905952454\n0.068492532 0.024605971 0.997348130 25.476505280 0.021353647 0.999430597 -0.026123805 -1.781970739 -0.997423112 0.023086308 0.067928135 90.963943481\n0.067275286 0.026094148 0.997393250 26.303916931 0.018548427 0.999452472 -0.027399139 -1.812225223 -0.997562110 0.020343363 0.066754460 91.027175903\n0.064502537 0.025407152 0.997594237 27.124843597 0.015406514 0.999531329 -0.026452651 -1.848244309 -0.997798741 0.017075714 0.064080834 91.083694458\n0.060932636 0.024474513 0.997841775 27.954174042 0.013228561 0.999591708 -0.025325231 -1.876120687 -0.998054206 0.014743144 0.060584009 91.134567261\n0.056142151 0.022530384 0.998168647 28.778469086 0.011342087 0.999666452 -0.023202132 -1.901632547 -0.998358428 0.012623933 0.055867851 91.181808472\n0.050218999 0.019988175 0.998538196 29.602771759 0.009368750 0.999746323 -0.020483537 -1.937038183 -0.998694241 0.010383718 0.050018966 91.225830078\n0.042455852 0.020645509 0.998884976 30.434165955 0.009401314 0.999733984 -0.021062642 -1.960325718 -0.999054074 0.010285065 0.042250454 91.268432617\n0.034119010 0.021516912 0.999186218 31.245616913 0.009435005 0.999716699 -0.021850515 -1.987537146 -0.999373317 0.010172846 0.033906341 91.289192200\n0.024133861 0.021617185 0.999475062 32.062549591 0.009431106 0.999716759 -0.021850144 -2.017699718 -0.999664307 0.009953484 0.023923159 91.313827515\n0.013491094 0.020527700 0.999698222 32.867954254 0.011093615 0.999724627 -0.020677952 -2.046165705 -0.999847412 0.011369235 0.013259649 91.323760986\n0.002656877 0.019712154 0.999802291 33.676872253 0.009643031 0.999758720 -0.019736923 -2.077708960 -0.999950111 0.009693565 0.002466142 91.325157166\n-0.008363366 0.018975547 0.999785006 34.472408295 0.011204625 0.999758959 -0.018881325 -2.101164818 -0.999902248 0.011044306 -0.008573890 91.311279297\n-0.019245028 0.019441530 0.999625802 35.261592865 0.011277035 0.999751568 -0.019226870 -2.128121853 -0.999751210 0.010902792 -0.019459486 91.293640137\n-0.030297995 0.019831076 0.999344349 36.047241211 0.011521340 0.999743700 -0.019489702 -2.157569885 -0.999474645 0.010923288 -0.030518770 91.265670776\n-0.040573597 0.020830223 0.998959541 36.840633392 0.011007601 0.999731302 -0.020399237 -2.187186003 -0.999116063 0.010168480 -0.040791988 91.225120544\n-0.050992727 0.021988457 0.998456955 37.619338989 0.011473498 0.999704540 -0.021429962 -2.210116386 -0.998633146 0.010363020 -0.051229954 91.184371948\n-0.060046554 0.022589983 0.997939944 38.389781952 0.012233047 0.999685466 -0.021893427 -2.236113787 -0.998120666 0.010893219 -0.060304046 91.122909546\n-0.070223808 0.023099676 0.997263730 39.171733856 0.013257511 0.999665141 -0.022221753 -2.264165163 -0.997443140 0.011660742 -0.070506454 91.084495544\n-0.079432368 0.023614429 0.996560574 39.925106049 0.013642069 0.999651492 -0.022600312 -2.288845301 -0.996746957 0.011799952 -0.079726815 91.018081665\n-0.088183761 0.022658216 0.995846629 40.677108765 0.014706028 0.999661922 -0.021442788 -2.321216822 -0.995995760 0.012754042 -0.088487267 90.951904297\n-0.095162988 0.021627083 0.995226800 41.416343689 0.016229730 0.999664783 -0.020171650 -2.348178625 -0.995329440 0.014232668 -0.095481992 90.872383118\n-0.100503683 0.020268448 0.994730353 42.183620453 0.019979771 0.999632001 -0.018349648 -2.372670889 -0.994736195 0.018030275 -0.100871682 90.793136597\n-0.104267955 0.018535413 0.994376600 42.905143738 0.022984583 0.999604166 -0.016222751 -2.397490501 -0.994283736 0.021163816 -0.104652762 90.707351685\n-0.106710315 0.017543336 0.994135499 43.616142273 0.025149455 0.999572039 -0.014939743 -2.418069601 -0.993972123 0.023407741 -0.107105851 90.622085571\n-0.108317971 0.016728789 0.993975639 44.309944153 0.025181789 0.999583721 -0.014079005 -2.440132856 -0.993797421 0.023505075 -0.108694196 90.546226501\n-0.109117866 0.017453136 0.993875623 44.989032745 0.026319070 0.999546051 -0.014663137 -2.458696127 -0.993680418 0.024557870 -0.109527707 90.468841553\n-0.108180523 0.018313698 0.993962586 45.654781342 0.027098544 0.999513090 -0.015466627 -2.480778217 -0.993761897 0.025261752 -0.108624101 90.401458740\n-0.105452061 0.020143108 0.994220495 46.303417206 0.028149510 0.999454618 -0.017263478 -2.501462936 -0.994026005 0.026166348 -0.105961561 90.336807251\n-0.100368142 0.020419708 0.994740844 46.934020996 0.027738737 0.999458194 -0.017717738 -2.526938200 -0.994563639 0.025814557 -0.100880146 90.279716492\n-0.092062116 0.021195311 0.995527685 47.540481567 0.027337380 0.999450386 -0.018750783 -2.547626019 -0.995377958 0.025488881 -0.092590928 90.224746704\n-0.081010938 0.021105252 0.996489942 48.132453918 0.026263822 0.999473810 -0.019033307 -2.568869114 -0.996367335 0.024629729 -0.081522584 90.183883667\n-0.067438245 0.021453390 0.997492790 48.703502655 0.025089623 0.999489129 -0.019800074 -2.592185259 -0.997407973 0.023691438 -0.067942023 90.157913208\n-0.050664425 0.022723112 0.998457253 49.255874634 0.024404366 0.999470770 -0.021507837 -2.613739491 -0.998417556 0.023277035 -0.051192164 90.149246216\n-0.028964281 0.025374729 0.999258518 49.805622101 0.022772178 0.999435008 -0.024719153 -2.635748625 -0.999321222 0.022039322 -0.029525757 90.140609741\n-0.004378676 0.028353097 0.999588490 50.331573486 0.020591417 0.999388576 -0.028257230 -2.658132076 -0.999778509 0.020459216 -0.004959822 90.155349731\n0.023991942 0.030230530 0.999255061 50.852684021 0.019507166 0.999338210 -0.030701414 -2.677417517 -0.999521852 0.020229220 0.023386359 90.186462402\n0.056790054 0.029079882 0.997962713 51.387481689 0.016559778 0.999410748 -0.030064436 -2.709544182 -0.998248994 0.018233404 0.056275010 90.244407654\n0.095410526 0.026839992 0.995076239 51.903991699 0.015453934 0.999476016 -0.028440438 -2.730733395 -0.995318174 0.018091362 0.094945788 90.304176331\n0.138053596 0.023169208 0.990153909 52.410446167 0.013217320 0.999594212 -0.025232958 -2.751472950 -0.990336716 0.016570682 0.137691319 90.391754150\n0.182849944 0.018780448 0.982961476 52.912406921 0.010409611 0.999724507 -0.021037113 -2.774373531 -0.983085811 0.014078883 0.182604074 90.516448975\n0.231078029 0.015183768 0.972816765 53.402530670 0.005563415 0.999841273 -0.016927073 -2.797588825 -0.972919345 0.009323658 0.230956852 90.666671753\n0.283400357 0.013953519 0.958900154 53.877292633 0.002557763 0.999879599 -0.015305774 -2.809545755 -0.958998263 0.006790300 0.283330500 90.824470520\n0.337466002 0.013275816 0.941244125 54.334430695 0.001692235 0.999890387 -0.014709715 -2.829595566 -0.941336215 0.006556835 0.337406576 91.026657104\n0.396074116 0.013712668 0.918116212 54.779193878 0.003925283 0.999854088 -0.016626842 -2.843883753 -0.918210268 0.010189329 0.395962477 91.238388062\n0.455189109 0.016731996 0.890237629 55.191093445 0.004887309 0.999761403 -0.021289434 -2.863199949 -0.890381455 0.014041585 0.454998732 91.494216919\n0.512370348 0.020037636 0.858530819 55.540897369 0.005034650 0.999640465 -0.026335733 -2.886176348 -0.858749866 0.017816052 0.512085259 91.777122498\n0.571077704 0.024302136 0.820536196 55.913368225 0.000958590 0.999541283 -0.030270960 -2.897778034 -0.820895433 0.018073630 0.570792437 92.068939209\n0.627506256 0.026674822 0.778154433 56.265869141 -0.002610469 0.999479413 -0.032156665 -2.918641567 -0.778607130 0.018147161 0.627249241 92.392494202\n0.679894686 0.026444281 0.732832849 56.601356506 -0.003435768 0.999453485 -0.032877713 -2.944811344 -0.733301759 0.019835539 0.679613948 92.750305176\n0.726819396 0.027847379 0.686263859 56.841629028 -0.005970124 0.999396145 -0.034230802 -2.933125496 -0.686802626 0.020782532 0.726546764 93.105728149\n0.772143006 0.025055407 0.634954631 57.111648560 -0.007984634 0.999526024 -0.029731657 -2.937158108 -0.635398626 0.017887214 0.771977127 93.491752625\n0.813408434 0.019116744 0.581378818 57.362415314 -0.008520266 0.999744177 -0.020952601 -2.968129873 -0.581630588 0.012089521 0.813363194 93.902549744\n0.850358844 0.015598176 0.525972068 57.594413757 -0.009411598 0.999851525 -0.014435414 -2.978213072 -0.526119113 0.007325045 0.850379348 94.330139160\n0.880790293 0.011188248 0.473374337 57.766948700 -0.008920922 0.999935448 -0.007034738 -2.994253635 -0.473422498 0.001973194 0.880833268 94.762969971\n0.906203747 0.012065432 0.422669232 57.930889130 -0.012521181 0.999920189 -0.001698085 -3.003805876 -0.422655970 -0.003753506 0.906282425 95.211944580\n0.926216602 0.014087582 0.376728535 58.078010559 -0.015895333 0.999872208 0.001690179 -3.011432886 -0.376656592 -0.007553697 0.926322162 95.668197632\n0.941072345 0.020461211 0.337585747 58.188289642 -0.023204468 0.999722362 0.004092453 -3.015619993 -0.337408274 -0.011684792 0.941285908 96.121856689\n0.953028858 0.024161691 0.301914215 58.305072784 -0.026349349 0.999647737 0.003174778 -3.018253088 -0.301731139 -0.010980897 0.953329802 96.585922241\n0.962108076 0.025933353 0.271432370 58.413249969 -0.027906235 0.999604702 0.003410466 -3.020350218 -0.271236658 -0.010855894 0.962451458 97.062454224\n0.968069434 0.019896507 0.249891475 58.518566132 -0.021582322 0.999759018 0.004007633 -3.028584957 -0.249751523 -0.009272905 0.968265533 97.533477783\n0.972022951 0.017086774 0.234263599 58.627925873 -0.018700441 0.999814212 0.004668501 -3.035245657 -0.234140322 -0.008918722 0.972161889 98.022163391\n0.974892259 0.021051317 0.221679777 58.723873138 -0.022598395 0.999734759 0.004444550 -3.038570404 -0.221527413 -0.009342563 0.975109398 98.521446228\n0.976913750 0.026481817 0.211986303 58.821086884 -0.028162306 0.999591291 0.004911413 -3.036499977 -0.211769596 -0.010768050 0.977260292 99.034629822\n0.978013515 0.034349691 0.205693081 58.918472290 -0.035823788 0.999352157 0.003445470 -3.031437397 -0.205441475 -0.010738420 0.978610516 99.555038452\n0.978177428 0.041276686 0.203629911 58.999641418 -0.042178635 0.999110103 0.000089551 -3.046196461 -0.203445002 -0.008676428 0.979047954 100.093673706\n0.978361130 0.043310616 0.202320844 59.119403839 -0.043916244 0.999034107 -0.001496817 -3.068052292 -0.202190250 -0.007420743 0.979318142 100.643730164\n0.977983296 0.039690819 0.204873979 59.235252380 -0.039263472 0.999209940 -0.006152271 -3.050781012 -0.204956308 -0.002027246 0.978769004 101.213722229\n0.977262497 0.038348865 0.208536267 59.361156464 -0.036538593 0.999253690 -0.012527542 -3.056779861 -0.208861053 0.004623076 0.977934420 101.768783569\n0.976351142 0.038643781 0.212708905 59.490348816 -0.035797462 0.999210715 -0.017217841 -3.062708855 -0.213206381 0.009196222 0.976963878 102.338691711\n0.975240052 0.043354064 0.216857672 59.612476349 -0.040723346 0.999032795 -0.016587352 -3.075343370 -0.217367053 0.007345482 0.976062298 102.910514832\n0.973763347 0.046229169 0.222817868 59.742561340 -0.044436552 0.998926878 -0.013054943 -3.080272198 -0.223182276 0.002811167 0.974772692 103.550247192\n0.972802937 0.043107495 0.227587909 59.891414642 -0.042301703 0.999069393 -0.008419427 -3.092673063 -0.227739051 -0.001436911 0.973721147 104.160766602\n0.972044766 0.038737759 0.231578097 60.038623810 -0.039202247 0.999227941 -0.002597453 -3.102647305 -0.231499910 -0.006553540 0.972812831 104.779258728\n0.971278191 0.036242586 0.235170588 60.196834564 -0.037725285 0.999286532 0.001807273 -3.110007763 -0.234937295 -0.010627242 0.971952438 105.414878845\n0.970743895 0.032073248 0.237965509 60.360382080 -0.033652939 0.999430239 0.002577734 -3.116292715 -0.237747267 -0.010510557 0.971270204 106.063217163\n0.970750272 0.028453473 0.238399521 60.524131775 -0.029162811 0.999574542 -0.000551850 -3.125547647 -0.238313794 -0.006416691 0.971167028 106.719482422\n0.970854104 0.028027333 0.238026813 60.684692383 -0.026967216 0.999606609 -0.007709526 -3.131814957 -0.238149256 0.001065905 0.971228004 107.375984192\n0.971012473 0.030347552 0.237094447 60.844554901 -0.027794693 0.999514163 -0.014103305 -3.142026663 -0.237407267 0.007104519 0.971384227 108.045715332\n0.971610546 0.033311874 0.234229162 61.008403778 -0.030007401 0.999393702 -0.017658649 -3.148375034 -0.234675393 0.010128722 0.972021043 108.728179932\n0.972154438 0.032151263 0.232125044 61.174396515 -0.029788872 0.999462664 -0.013676264 -3.159838915 -0.232440010 0.006380698 0.972589791 109.450355530\n0.972606659 0.028284186 0.230729908 61.345474243 -0.027636871 0.999599814 -0.006037636 -3.174442530 -0.230808333 -0.000504407 0.972999096 110.165313721\n0.973181963 0.028225515 0.228298441 61.511672974 -0.028939657 0.999581158 -0.000219628 -3.188153028 -0.228209004 -0.006393141 0.973591149 110.898956299\n0.973457932 0.031737231 0.226654783 61.673667908 -0.032413080 0.999474287 -0.000740227 -3.197181225 -0.226559117 -0.006626000 0.973974884 111.636306763\n0.973722637 0.037446890 0.224637404 61.829147339 -0.037203286 0.999293566 -0.005318599 -3.204745770 -0.224677876 -0.003178409 0.974427938 112.380409241\n0.974601746 0.038137086 0.220673904 61.997249603 -0.036692735 0.999269903 -0.010642115 -3.212157965 -0.220918655 0.002274696 0.975289583 113.134567261\n0.975563526 0.036811072 0.216611907 62.164512634 -0.034700476 0.999306023 -0.013540371 -3.223796129 -0.216960028 0.005692957 0.976163864 113.891609192\n0.976496935 0.034725148 0.212715596 62.335266113 -0.032909900 0.999385417 -0.012069589 -3.234784126 -0.213003993 0.004785468 0.977039635 114.675407410\n0.977355957 0.030927852 0.209329292 62.506660461 -0.029513484 0.999515593 -0.009877694 -3.250133276 -0.209533378 0.003475987 0.977795303 115.468856812\n0.977729261 0.030000504 0.207714930 62.673816681 -0.029184008 0.999549568 -0.006994846 -3.266667366 -0.207831219 0.000777113 0.978164375 116.267318726\n0.978124082 0.026636424 0.206309974 62.854457855 -0.026208783 0.999644935 -0.004805999 -3.278003454 -0.206364736 -0.000706270 0.978474855 117.081138611\n0.978384435 0.021469744 0.205676809 63.032211304 -0.021201126 0.999769092 -0.003510040 -3.286897898 -0.205704659 -0.000926411 0.978613675 117.888076782\n0.978436410 0.022824341 0.205283344 63.198307037 -0.022920063 0.999735475 -0.001911888 -3.298344851 -0.205272689 -0.002834446 0.978700697 118.718902588\n0.978202581 0.028006047 0.205755502 63.365341187 -0.027799416 0.999605954 -0.003895633 -3.311520338 -0.205783516 -0.001909164 0.978595674 119.560729980\n0.977912545 0.033611089 0.206294328 63.530536652 -0.032838378 0.999434948 -0.007169549 -3.322812557 -0.206418738 0.000236822 0.978463709 120.403442383\n0.977351367 0.042716365 0.207267031 63.695823669 -0.041798748 0.999087214 -0.008806573 -3.333024979 -0.207454026 -0.000056385 0.978244781 121.246284485\n0.976447940 0.048729155 0.210178226 63.864223480 -0.048100982 0.998809636 -0.008102855 -3.348859787 -0.210322872 -0.002197762 0.977629483 122.085891724\n0.975653887 0.051092066 0.213281736 64.034790039 -0.050922375 0.998682797 -0.006292864 -3.363650322 -0.213322312 -0.004721154 0.976970494 122.949729919\n0.975110829 0.051273324 0.215707824 64.214576721 -0.050925210 0.998676717 -0.007175202 -3.379161119 -0.215790272 -0.003988349 0.976431608 123.804992676\n0.974738538 0.049976565 0.217685938 64.403808594 -0.048950579 0.998750091 -0.010106675 -3.389430523 -0.217918947 -0.000804487 0.975966513 124.655891418\n0.974742830 0.043191250 0.219113871 64.595184326 -0.042378064 0.999066234 -0.008412085 -3.411032200 -0.219272599 -0.001086001 0.975663006 125.512786865\n0.974935472 0.036692481 0.219441354 64.793365479 -0.035367981 0.999324679 -0.009962589 -3.432776213 -0.219658718 0.001951684 0.975574851 126.359024048\n0.974673212 0.036278822 0.220671520 64.987594604 -0.034987912 0.999340117 -0.009757044 -3.455073118 -0.220879868 0.001789094 0.975299358 127.200622559\n0.974276006 0.038646877 0.222019687 65.177749634 -0.038035035 0.999251664 -0.007032420 -3.467544556 -0.222125322 -0.001593008 0.975016832 128.051193237\n0.973946869 0.040659748 0.223101616 65.363861084 -0.041329347 0.999144197 -0.001669038 -3.476968288 -0.222978547 -0.007595089 0.974793792 128.906372070\n0.973553181 0.043788746 0.224224687 65.551589966 -0.045551326 0.998958349 0.002691514 -3.496313572 -0.223873273 -0.012834064 0.974533737 129.754592896\n0.973350823 0.043429829 0.225171179 65.742073059 -0.043815367 0.999034226 -0.003287119 -3.515975475 -0.225096479 -0.006666438 0.974313676 130.589126587\n0.973562241 0.039315164 0.225012988 65.936141968 -0.036182355 0.999182522 -0.018031185 -3.529709816 -0.225537941 0.009412983 0.974188924 131.413650513\n0.973793328 0.037118394 0.224385351 66.132080078 -0.031910103 0.999131501 -0.026794592 -3.551253319 -0.225185052 0.018932234 0.974132061 132.230865479\n0.974102139 0.034088589 0.223524094 66.329643250 -0.030824516 0.999361336 -0.018076759 -3.566542864 -0.223997548 0.010718588 0.974530756 133.077590942\n0.974512994 0.027321450 0.222661033 66.522346497 -0.028706288 0.999583423 0.002984719 -3.589920521 -0.222486734 -0.009300419 0.974891365 133.929763794\n0.974891901 0.023841098 0.221398592 66.721969604 -0.028520454 0.999431789 0.017962214 -3.606822968 -0.220844552 -0.023825604 0.975017965 134.769760132\n0.975017786 0.027915103 0.220365897 66.903175354 -0.031347208 0.999435425 0.012092344 -3.611345530 -0.219903931 -0.018698106 0.975342333 135.593246460\n0.975003779 0.036861330 0.219109178 67.062850952 -0.037028480 0.999308586 -0.003345078 -3.623930693 -0.219080985 -0.004851815 0.975694597 136.409927368\n0.975368142 0.036557708 0.217532739 67.245689392 -0.034903839 0.999325156 -0.011441712 -3.625281334 -0.217804238 0.003567154 0.975985944 137.225143433\n0.975831032 0.032998074 0.216020629 67.419586182 -0.031132476 0.999442816 -0.012034266 -3.647922754 -0.216297373 0.005018155 0.976314664 138.054840088\n0.976445794 0.032488294 0.213302881 67.593795776 -0.031010779 0.999466300 -0.010269949 -3.672997952 -0.213522702 0.003413361 0.976932168 138.865722656\n0.977217972 0.032657374 0.209710687 67.764587402 -0.030933134 0.999455333 -0.011497604 -3.691519499 -0.209971949 0.004748656 0.977695882 139.680313110\n0.978237629 0.033455450 0.204772800 67.928054810 -0.031445481 0.999420106 -0.013062760 -3.709432125 -0.205091074 0.006339303 0.978722334 140.493194580\n0.978602827 0.038493488 0.202125743 68.080879211 -0.036715150 0.999247074 -0.012541479 -3.736336708 -0.202456325 0.004852050 0.979279280 141.305984497\n0.978752315 0.044675078 0.200120136 68.228538513 -0.042943921 0.998993099 -0.012985379 -3.753425598 -0.200498745 0.004115527 0.979685307 142.112045288\n0.979107022 0.046270479 0.198011264 68.393424988 -0.044940043 0.998926759 -0.011210006 -3.772561550 -0.198317438 0.002077162 0.980135620 142.935928345\n0.979354143 0.044418912 0.197211668 68.548950195 -0.044057008 0.999009609 -0.006224312 -3.790766954 -0.197292835 -0.002592749 0.980341196 143.743728638\n0.979693532 0.043546785 0.195714712 68.703384399 -0.043132689 0.999049008 -0.006379466 -3.810533762 -0.195806399 -0.002191781 0.980640113 144.548233032\n0.980326355 0.041212995 0.193033069 68.860832214 -0.040147275 0.999149263 -0.009431035 -3.824958801 -0.193257526 0.001495741 0.981146932 145.343734741\n0.981499374 0.036527622 0.187948659 69.019096375 -0.034693066 0.999312937 -0.013042404 -3.841854095 -0.188295931 0.006280597 0.982092261 146.133621216\n0.982769370 0.034032594 0.181676060 69.165306091 -0.031998195 0.999388218 -0.014118154 -3.857787848 -0.182045385 0.008061582 0.983257055 146.935928345\n0.983983278 0.032448299 0.175282791 69.302673340 -0.031388000 0.999468386 -0.008818795 -3.871045589 -0.175475761 0.003175771 0.984478652 147.732955933\n0.984938502 0.030248916 0.170238420 69.424697876 -0.030565735 0.999532461 -0.000760128 -3.880716324 -0.170181826 -0.004454783 0.985402584 148.553085327\n0.985750616 0.026895786 0.166049227 69.579170227 -0.028751122 0.999548018 0.008779361 -3.894530296 -0.165738061 -0.013428362 0.986078382 149.390884399\n0.986288548 0.033676509 0.161557376 69.710205078 -0.036031935 0.999282479 0.011671033 -3.899240017 -0.161048412 -0.017332230 0.986794293 150.211318970\n0.986920953 0.036408681 0.157039449 69.821006775 -0.038011599 0.999251246 0.007214905 -3.911465645 -0.156659171 -0.013089861 0.987565994 151.020782471\n0.988023579 0.037121128 0.149771228 69.936309814 -0.037080090 0.999307573 -0.003067483 -3.912383795 -0.149781406 -0.002522786 0.988715947 151.808685303\n0.989064038 0.034060851 0.143499836 70.050819397 -0.033152927 0.999412298 -0.008714067 -3.917284727 -0.143712312 0.003861331 0.989611983 152.603958130\n0.990055561 0.033219386 0.136698246 70.160095215 -0.032552406 0.999444723 -0.007112354 -3.934285402 -0.136858612 0.002591770 0.990587175 153.421493530\n0.990778208 0.039836865 0.129505292 70.247863770 -0.039688621 0.999205172 -0.003726370 -3.948244810 -0.129550800 -0.001447879 0.991571724 154.251434326\n0.991587222 0.045267336 0.121266909 70.329566956 -0.044954520 0.998974919 -0.005315573 -3.959116697 -0.121383220 -0.000180641 0.992605686 155.069686890\n0.992691398 0.047845323 0.110790692 70.415512085 -0.046972621 0.998841226 -0.010475281 -3.979654551 -0.111163504 0.005194591 0.993788540 155.893707275\n0.993604481 0.046524651 0.102886319 70.493843079 -0.045389444 0.998880208 -0.013348704 -3.987596273 -0.103392147 0.008593380 0.994603574 156.703598022\n0.994410157 0.046605784 0.094743766 70.567825317 -0.045797385 0.998893559 -0.010690236 -3.998118639 -0.095137164 0.006291462 0.995444298 157.536941528\n0.995001256 0.048913453 0.087062761 70.629127502 -0.048762400 0.998802960 -0.003862154 -4.010118008 -0.087147452 -0.000402541 0.996195316 158.376770020\n0.995559812 0.052021176 0.078450494 70.688941956 -0.052378453 0.998624146 0.002501955 -4.028029442 -0.078212403 -0.006599961 0.996914864 159.218963623\n0.996111214 0.051288933 0.071637638 70.741050720 -0.051831156 0.998639405 0.005729447 -4.032472610 -0.071246311 -0.009420227 0.997414291 160.054580688\n0.996480644 0.052222684 0.065567955 70.790153503 -0.052838981 0.998573363 0.007699531 -4.035702705 -0.065072320 -0.011136977 0.997818410 160.885162354\n0.996868193 0.050619353 0.060757432 70.844215393 -0.051082309 0.998675883 0.006089855 -4.042214870 -0.060368717 -0.009174413 0.998133957 161.712036133\n0.996843815 0.055986296 0.056284953 70.878112793 -0.056138616 0.998422325 0.001127464 -4.057436466 -0.056133032 -0.004283664 0.998414099 162.537811279\n0.996696115 0.061912335 0.052570667 70.903182983 -0.061692752 0.998078406 -0.005790997 -4.062076092 -0.052828182 0.002528635 0.998600423 163.388580322\n0.996761262 0.063538745 0.049293276 70.940376282 -0.063200027 0.997965515 -0.008401512 -4.066708565 -0.049726810 0.005258966 0.998749018 164.220550537\n0.996822834 0.064685062 0.046477269 70.970466614 -0.064655334 0.997905374 -0.002144155 -4.078573704 -0.046518609 -0.000867661 0.998917043 165.053375244\n0.996769130 0.066596396 0.044901773 70.993347168 -0.067049690 0.997712016 0.008664227 -4.087491512 -0.044222035 -0.011646884 0.998953819 165.901626587\n0.996836960 0.067735769 0.041568339 71.017562866 -0.068446875 0.997527599 0.015927324 -4.093362808 -0.040386714 -0.018722167 0.999008715 166.751281738\n0.997289777 0.063945211 0.036388114 71.051277161 -0.064443752 0.997840583 0.012695541 -4.094311237 -0.035497718 -0.015006119 0.999257088 167.571105957\n0.998163640 0.052081790 0.030932931 71.077468872 -0.052203227 0.998631597 0.003130767 -4.102023125 -0.030727547 -0.004739816 0.999516547 168.396835327\n0.998476863 0.049840439 0.023661574 71.094688416 -0.049815293 0.998757064 -0.001651325 -4.099261284 -0.023714468 0.000470102 0.999718666 169.230117798\n0.998409629 0.053880606 0.016587486 71.107757568 -0.053885669 0.998547077 -0.000141870 -4.109930992 -0.016571032 -0.000752184 0.999862432 170.074798584\n0.998591542 0.052205462 0.009464243 71.107345581 -0.052264545 0.998614609 0.006106507 -4.116427898 -0.009132339 -0.006592550 0.999936581 170.912017822\n0.998918951 0.046454847 0.001693474 71.115943909 -0.046469588 0.998868942 0.010067784 -4.123460293 -0.001223861 -0.010135596 0.999947906 171.757369995\n0.999299228 0.037224986 -0.003918439 71.108924866 -0.037167594 0.999213457 0.013821170 -4.114146233 0.004429849 -0.013665846 0.999896824 172.613113403\n0.999370933 0.034005806 -0.010066162 71.106185913 -0.033861011 0.999325395 0.014221247 -4.126296520 0.010542976 -0.013871451 0.999848187 173.471298218\n0.999378622 0.030992178 -0.016789775 71.095558167 -0.030868653 0.999494791 0.007567081 -4.133691788 0.017015813 -0.007044102 0.999830425 174.311492920\n0.999475360 0.021727927 -0.024018759 71.075149536 -0.021803930 0.999758065 -0.002906902 -4.132185936 0.023949785 0.003429081 0.999707282 175.154449463\n0.999450862 0.011182454 -0.031192698 71.064308167 -0.011398069 0.999912322 -0.006743104 -4.138271332 0.031114558 0.007094937 0.999490619 175.995544434\n0.999189854 0.014864557 -0.037398688 71.032043457 -0.014843897 0.999889493 0.000830060 -4.144511223 0.037406892 -0.000274246 0.999300063 176.845184326\n0.998801112 0.025392359 -0.041851804 70.967819214 -0.024815109 0.999590397 0.014255103 -4.148236752 0.042196631 -0.013199455 0.999022126 177.711044312\n0.998467565 0.030414969 -0.046232291 70.915031433 -0.029432179 0.999329209 0.021791913 -4.149553776 0.046864081 -0.020397801 0.998692989 178.562973022\n0.998301148 0.030114295 -0.049879707 70.865303040 -0.029199446 0.999393582 0.018969510 -4.148414135 0.050420716 -0.017480824 0.998575091 179.406509399\n0.998132765 0.031582687 -0.052283287 70.815658569 -0.031201150 0.999480307 0.008097890 -4.144881248 0.052511871 -0.006451470 0.998599470 180.257522583\n0.997593224 0.042145677 -0.055059109 70.748367310 -0.042271037 0.999105573 -0.001113708 -4.144953728 0.054962922 0.003438433 0.998482466 181.096527100\n0.997532070 0.040386032 -0.057434604 70.699890137 -0.040712591 0.999160647 -0.004526571 -4.151379585 0.057203583 0.006853711 0.998338997 181.941955566\n0.997589648 0.034798168 -0.060033135 70.651649475 -0.034842599 0.999392748 0.000306824 -4.160714626 0.060007360 0.001785625 0.998196363 182.817489624\n0.997606099 0.035081465 -0.059593204 70.591156006 -0.034594394 0.999359190 0.009185752 -4.166155815 0.059877269 -0.007102171 0.998180509 183.695434570\n0.997559428 0.036678001 -0.059413351 70.534088135 -0.035853308 0.999246180 0.014888044 -4.170646667 0.059914626 -0.012721543 0.998122454 184.563064575\n0.997446060 0.037115350 -0.061022758 70.475692749 -0.036327340 0.999242246 0.013972910 -4.175174236 0.061495129 -0.011720430 0.998038590 185.423553467\n0.997442126 0.033166301 -0.063318096 70.418884277 -0.032928657 0.999446213 0.004793316 -4.176277637 0.063442007 -0.002696075 0.997981906 186.277206421\n0.997558475 0.022688296 -0.066047788 70.379356384 -0.023181457 0.999708772 -0.006709875 -4.182842731 0.065876313 0.008224577 0.997793913 187.130554199\n0.997596622 0.012228007 -0.068201169 70.338508606 -0.013000505 0.999856114 -0.010894417 -4.193917274 0.068058141 0.011754883 0.997612119 187.971252441\n0.997509062 0.014902719 -0.068945959 70.273048401 -0.015375054 0.999861777 -0.006325200 -4.203930855 0.068842165 0.007369492 0.997600317 188.843185425\n0.997309864 0.020447247 -0.070391633 70.206375122 -0.020189226 0.999786615 0.004375080 -4.215453148 0.070466071 -0.002942157 0.997509837 189.710113525\n0.997186542 0.022283850 -0.071571335 70.136016846 -0.021754203 0.999729931 0.008171340 -4.231254101 0.071734101 -0.006591372 0.997402012 190.566650391\n0.997159898 0.020625209 -0.072434358 70.069854736 -0.020367311 0.999783337 0.004297349 -4.236707687 0.072507292 -0.002809851 0.997363925 191.413146973\n0.997146249 0.021566609 -0.072348267 70.005241394 -0.021735553 0.999762535 -0.001548594 -4.247086525 0.072297692 0.003116704 0.997378230 192.246383667\n0.996980548 0.027485458 -0.072624438 69.929794312 -0.027688809 0.999614954 -0.001794567 -4.251479149 0.072547153 0.003800033 0.997357726 193.094696045\n0.996884525 0.030564319 -0.072712250 69.857627869 -0.030549144 0.999532402 0.001321071 -4.262031078 0.072718628 0.000904341 0.997352064 193.937911987\n0.996717393 0.034229968 -0.073367260 69.783912659 -0.033992175 0.999412000 0.004487679 -4.272427082 0.073477730 -0.001979036 0.997294903 194.778762817\n0.996609449 0.037464820 -0.073253162 69.714065552 -0.037037477 0.999288082 0.007183986 -4.278202534 0.073470160 -0.004446516 0.997287512 195.613525391\n0.996436119 0.040847745 -0.073800325 69.643692017 -0.040449724 0.999157906 0.006880420 -4.285252571 0.074019231 -0.003870697 0.997249305 196.436019897\n0.996480227 0.038654339 -0.074384511 69.578514099 -0.038505934 0.999252498 0.003428733 -4.298624039 0.074461438 -0.000552419 0.997223735 197.250915527\n0.996355534 0.040300038 -0.075177200 69.503684998 -0.040536106 0.999176741 -0.001616298 -4.345129967 0.075050175 0.004657798 0.997168899 198.053741455\n0.996187687 0.041625239 -0.076664738 69.437065125 -0.041862145 0.999122322 -0.001485027 -4.350032330 0.076535635 0.004688716 0.997055829 198.858322144\n0.996038735 0.042071287 -0.078338146 69.367317200 -0.041559733 0.999102771 0.008149778 -4.352490902 0.078610726 -0.004861782 0.996893525 199.668609619\n0.995958626 0.040325966 -0.080251403 69.319412231 -0.039087754 0.999092162 0.016941426 -4.334212780 0.080861725 -0.013736113 0.996630669 200.493270874\n0.996144176 0.034271825 -0.080760472 69.261688232 -0.032851677 0.999282479 0.018848661 -4.341447830 0.081348509 -0.016122866 0.996555328 201.273284912\n0.996133566 0.032444626 -0.081640728 69.203155518 -0.031576540 0.999430478 0.011902084 -4.340918541 0.081980385 -0.009278134 0.996590734 202.028747559\n0.996144593 0.034279760 -0.080752000 69.124450684 -0.033840146 0.999404073 0.006806722 -4.342919827 0.080937207 -0.004047821 0.996710956 202.774398804\n0.996189117 0.033450555 -0.080549903 69.049758911 -0.033488948 0.999438703 0.000874659 -4.352503777 0.080533952 0.001826206 0.996750176 203.535980225\n0.996303022 0.030986469 -0.080125377 68.994590759 -0.031315852 0.999505460 -0.002857200 -4.364895821 0.079997219 0.005355832 0.996780694 204.240783691\n0.996602356 0.027080592 -0.077783994 68.961380005 -0.027715983 0.999590635 -0.007100533 -4.384143829 0.077559866 0.009232268 0.996944964 204.914535522\n0.997032106 0.023782408 -0.073221274 68.902946472 -0.024496488 0.999660552 -0.008869687 -4.381267548 0.072985478 0.010637027 0.997276306 205.665344238\n0.997365952 0.025218062 -0.068008773 68.853111267 -0.025556583 0.999664903 -0.004112013 -4.389107704 0.067882292 0.005839253 0.997676253 206.350891113\n0.997631550 0.029554967 -0.062111273 68.819610596 -0.029287150 0.999557436 0.005218078 -4.404044628 0.062238008 -0.003386657 0.998055577 207.018997192\n0.997776389 0.036618967 -0.055689480 68.763557434 -0.036120489 0.999298096 0.009931754 -4.424587727 0.056014080 -0.007898140 0.998398721 207.694442749\n0.998030663 0.037805259 -0.050055016 68.743736267 -0.037446298 0.999265909 0.008090103 -4.428886890 0.050324116 -0.006199796 0.998713672 208.362838745\n0.998425961 0.036057185 -0.042958744 68.717735291 -0.036097292 0.999348283 -0.000158072 -4.437823296 0.042925045 0.001708517 0.999076843 209.019927979\n0.998685896 0.036432918 -0.036042772 68.697425842 -0.036784511 0.999281406 -0.009140155 -4.448786259 0.035683870 0.010453961 0.999308467 209.669403076\n0.998809218 0.038973376 -0.029346831 68.682289124 -0.039400898 0.999123514 -0.014133230 -4.461624622 0.028770288 0.015272692 0.999469340 210.324493408\n0.999042273 0.038135834 -0.021452630 68.655792236 -0.038423978 0.999174535 -0.013183613 -4.469025612 0.020932155 0.013995282 0.999682963 210.976943970\n0.999258041 0.035196360 -0.015639920 68.646568298 -0.035324883 0.999343693 -0.008018729 -4.489336014 0.015347425 0.008565258 0.999845505 211.654724121\n0.999569833 0.027859600 -0.009167071 68.653030396 -0.027879419 0.999609232 -0.002041251 -4.511038780 0.009106620 0.002295946 0.999955893 212.313018799\n0.999743581 0.022339504 -0.003709522 68.663322449 -0.022342082 0.999750197 -0.000654864 -4.524414062 0.003693966 0.000737575 0.999992907 212.964111328\n0.999721169 0.023612898 -0.000002787 68.656890869 -0.023612898 0.999721169 0.000098117 -4.530358315 0.000005103 -0.000098024 1.000000000 213.617187500\n0.999633014 0.027071342 0.001010262 68.653465271 -0.027072934 0.999632180 0.001596675 -4.536307812 -0.000966666 -0.001623440 0.999998212 214.287200928\n0.999606669 0.028014308 0.001315557 68.644966125 -0.028019296 0.999599636 0.003938688 -4.545195103 -0.001204691 -0.003974000 0.999991357 214.931427002\n0.999617517 0.027653813 0.000326428 68.645759583 -0.027655318 0.999597847 0.006272227 -4.544765472 -0.000152846 -0.006278856 0.999980271 215.590072632\n0.999569356 0.029341133 0.000463727 68.643600464 -0.029343998 0.999534011 0.008411076 -4.553405762 -0.000216721 -0.008421061 0.999964535 216.257934570\n0.999291003 0.037650116 0.000109570 68.630554199 -0.037650269 0.999284923 0.003482434 -4.558181286 0.000021622 -0.003484091 0.999993920 216.911148071\n0.999109387 0.042185780 -0.000886120 68.613449097 -0.042189669 0.999097288 -0.004960121 -4.567755222 0.000676073 0.004993089 0.999987304 217.572402954\n0.999175131 0.040514648 -0.002769818 68.601623535 -0.040548984 0.999083221 -0.013730106 -4.575772762 0.002211008 0.013831093 0.999901891 218.232681274\n0.999392271 0.034232467 -0.006576735 68.614685059 -0.034345258 0.999250054 -0.017879667 -4.588886261 0.005959738 0.018094681 0.999818504 218.889007568\n0.999293983 0.036184568 -0.010110023 68.598472595 -0.036305651 0.999267936 -0.012061180 -4.594443798 0.009666194 0.012419715 0.999876142 219.570205688\n0.998971522 0.043147102 -0.013937341 68.573921204 -0.043149956 0.999068618 0.000096018 -4.600322723 0.013928503 0.000505477 0.999902844 220.251724243\n0.999114156 0.038340148 -0.017347446 68.555656433 -0.038088668 0.999167681 0.014602018 -4.610625744 0.017892851 -0.013928341 0.999742866 220.945205688\n0.999251127 0.031807773 -0.022032408 68.560981750 -0.031275827 0.999220669 0.024081606 -4.613586426 0.022781219 -0.023374490 0.999467194 221.644409180\n0.999226093 0.030821273 -0.024438139 68.534744263 -0.030279333 0.999293923 0.022244414 -4.611736774 0.025106486 -0.021487229 0.999453843 222.344299316\n0.999035478 0.035038203 -0.026465608 68.497993469 -0.034619533 0.999270618 0.016115496 -4.607267857 0.027010962 -0.015183724 0.999519825 223.028106689\n0.998978376 0.033661999 -0.030151144 68.466575623 -0.033449713 0.999412119 0.007517855 -4.603604317 0.030386485 -0.006501627 0.999517083 223.720748901\n0.999144852 0.025534987 -0.032518990 68.451461792 -0.025475759 0.999672949 0.002234471 -4.593772411 0.032565411 -0.001404115 0.999468625 224.420425415\n0.999283195 0.017230969 -0.033707410 68.441917419 -0.016983865 0.999826849 0.007603520 -4.598323345 0.033832587 -0.007025587 0.999402821 225.127426147\n0.999296129 0.009839363 -0.036199316 68.441070557 -0.009410703 0.999883771 0.011993079 -4.603029728 0.036313113 -0.011643977 0.999272645 225.865219116\n0.999294937 0.006605773 -0.036958549 68.405403137 -0.006039478 0.999862969 0.015413161 -4.614158154 0.037055302 -0.015179085 0.999197900 226.573410034\n0.999248683 0.005224005 -0.038402215 68.381759644 -0.004781191 0.999921143 0.011613772 -4.608582497 0.038459856 -0.011421439 0.999194860 227.290695190\n0.999214530 -0.000573164 -0.039623141 68.365554810 0.000844722 0.999976277 0.006837118 -4.609361649 0.039618280 -0.006865218 0.999191284 227.995086670\n0.999127924 -0.009646475 -0.040624142 68.347488403 0.009890405 0.999934196 0.005807845 -4.611539364 0.040565446 -0.006204570 0.999157608 228.694351196\n0.999070406 -0.011204445 -0.041626446 68.320526123 0.011592590 0.999891460 0.009094823 -4.615783215 0.041520026 -0.009568928 0.999091864 229.403961182\n0.999033272 -0.012215921 -0.042228565 68.291397095 0.012798745 0.999826133 0.013558968 -4.617707253 0.042055588 -0.014086333 0.999015987 230.116394043\n0.999005497 -0.013049470 -0.042635094 68.262001038 0.013760330 0.999770463 0.016422395 -4.625720501 0.042411007 -0.016992737 0.998955727 230.801315308\n0.998977780 -0.014521479 -0.042807471 68.231658936 0.015135696 0.999786615 0.014059327 -4.627175331 0.042594172 -0.014692876 0.998984396 231.499450684\n0.998937309 -0.017257614 -0.042737056 68.201744080 0.017559988 0.999823272 0.006709942 -4.630410194 0.042613707 -0.007453273 0.999063849 232.187179565\n0.998890638 -0.018894507 -0.043132924 68.174217224 0.018790673 0.999819458 -0.002811497 -4.635349274 0.043178260 0.001997882 0.999065399 232.861389160\n0.998932779 -0.017551534 -0.042722411 68.141441345 0.017224561 0.999819577 -0.008009559 -4.640263081 0.042855281 0.007265136 0.999054849 233.562484741\n0.998999357 -0.014307735 -0.042374883 68.107917786 0.014016488 0.999876142 -0.007162274 -4.642235756 0.042472109 0.006561161 0.999076128 234.242279053\n0.998951018 -0.016467342 -0.042727828 68.080589294 0.016463509 0.999864399 -0.000441657 -4.658696175 0.042729303 -0.000262256 0.999086678 234.926269531\n0.998873591 -0.018306036 -0.043777443 68.062789917 0.018638048 0.999800444 0.007187976 -4.667209625 0.043637127 -0.007995806 0.999015450 235.592803955\n0.998875976 -0.018370919 -0.043696005 68.028587341 0.018915655 0.999748051 0.012085842 -4.679043770 0.043462969 -0.012898795 0.998971760 236.237976074\n0.998876512 -0.017060846 -0.044211227 67.995262146 0.017773313 0.999717653 0.015772384 -4.692286491 0.043929655 -0.016540444 0.998897672 236.866088867\n0.998716712 -0.019182326 -0.046872336 67.960731506 0.020050488 0.999634683 0.018122356 -4.688783646 0.046507586 -0.019038912 0.998736501 237.497940063\n0.998293400 -0.026341869 -0.052119147 67.945556641 0.027294438 0.999471605 0.017650073 -4.689295769 0.051626671 -0.019042514 0.998484910 238.090927124\n0.997749269 -0.030488346 -0.059722692 67.906211853 0.031465501 0.999384820 0.015489777 -4.691918373 0.059213694 -0.017334118 0.998094797 238.645019531\n0.996897638 -0.033728927 -0.071116202 67.873359680 0.034645662 0.999331236 0.011696479 -4.699470997 0.070674129 -0.014124060 0.997399449 239.204315186\n0.995801032 -0.034229167 -0.084903963 67.808998108 0.035015211 0.999356449 0.007785802 -4.703582764 0.084582821 -0.010726039 0.996358693 239.732101440\n0.993947864 -0.035051152 -0.104111023 67.750000000 0.035769962 0.999347329 0.005044612 -4.706450939 0.103866249 -0.008738128 0.994552910 240.234954834\n0.991259158 -0.038612951 -0.126152053 67.676643372 0.039614901 0.999200225 0.005442374 -4.709085941 0.125841007 -0.010392304 0.991995990 240.755645752\n0.987903833 -0.036158595 -0.150793210 67.578384399 0.037798285 0.999253213 0.008020795 -4.716771126 0.150390580 -0.013623498 0.988532782 241.266891479\n0.983222187 -0.035854653 -0.178853467 67.468078613 0.038323663 0.999211609 0.010367671 -4.726077080 0.178340733 -0.017048044 0.983821094 241.759384155\n0.976865351 -0.038009591 -0.210450247 67.337974548 0.040966846 0.999113321 0.009708727 -4.734465122 0.209894627 -0.018105602 0.977556348 242.238601685\n0.968552828 -0.036135938 -0.246169865 67.204002380 0.038728982 0.999233484 0.005698615 -4.730533600 0.245775253 -0.015053318 0.969209969 242.677474976\n0.957930803 -0.031966414 -0.285213441 67.028816223 0.033750746 0.999429405 0.001341832 -4.741708755 0.285007805 -0.010911549 0.958463073 243.113449097\n0.944257498 -0.028349422 -0.327984899 66.844276428 0.029064141 0.999573827 -0.002723620 -4.743038654 0.327922344 -0.006960799 0.944679022 243.555343628\n0.927749038 -0.023265535 -0.372478753 66.655738831 0.023530472 0.999715745 -0.003835249 -4.748456955 0.372462124 -0.005206452 0.928032815 243.943969727\n0.907870650 -0.012660193 -0.419059217 66.436454773 0.011513982 0.999919832 -0.005264108 -4.762378216 0.419092268 -0.000045911 0.907943666 244.333709717\n0.884744167 0.000243765 -0.466077000 66.173225403 -0.003119573 0.999980569 -0.005398815 -4.774463654 0.466066629 0.006230531 0.884727716 244.705337524\n0.857734859 0.012405680 -0.513942659 65.907028198 -0.016663305 0.999854386 -0.003675164 -4.779861450 0.513822258 0.011716300 0.857816696 245.045288086\n0.826712251 0.021559851 -0.562211752 65.616882324 -0.026587693 0.999646187 -0.000761543 -4.785200119 0.561996400 0.015577488 0.826992989 245.378799438\n0.791779637 0.027815104 -0.610173225 65.315956116 -0.033226326 0.999444842 0.002444771 -4.773122787 0.609902501 0.018338094 0.792264283 245.702987671\n0.753747761 0.035783600 -0.656188905 65.023284912 -0.037389614 0.999234080 0.011542193 -4.774243832 0.656099379 0.015834747 0.754508376 245.992706299\n0.714369476 0.047400691 -0.698161542 64.689842224 -0.041408516 0.998818278 0.025443533 -4.769378662 0.698542595 0.010733744 0.715488076 246.273406982\n0.672821641 0.058836009 -0.737461448 64.347305298 -0.046031814 0.998230457 0.037643589 -4.754309177 0.738371253 0.008619260 0.674339414 246.535964966\n0.630112410 0.067309521 -0.773581207 63.985343933 -0.050220545 0.997682750 0.045902047 -4.733509064 0.774878323 0.009926216 0.632032573 246.763992310\n0.585942507 0.070985407 -0.807237566 63.620605469 -0.049971126 0.997425199 0.051437680 -4.716925621 0.808810413 0.010199041 0.587981105 246.970596313\n0.540516496 0.074667081 -0.838013589 63.281829834 -0.049877707 0.997146010 0.056674808 -4.712934017 0.839853644 0.011164529 0.542698026 247.120407104\n0.491902590 0.072159626 -0.867654920 62.909248352 -0.042913172 0.997357726 0.058617618 -4.696316242 0.869592130 0.008399655 0.493699431 247.289047241\n0.440775096 0.066171020 -0.895175278 62.531631470 -0.035034150 0.997787416 0.056505617 -4.670646191 0.896933675 0.006455438 0.442118049 247.442947388\n0.388631165 0.058933295 -0.919506788 62.128906250 -0.026048096 0.998256266 0.052971255 -4.649497986 0.921025157 0.003365121 0.389488578 247.571365356\n0.335087419 0.053750455 -0.940652668 61.714019775 -0.022132153 0.998544991 0.049174413 -4.621594906 0.941927135 0.004340936 0.335789442 247.680786133\n0.282592595 0.051209573 -0.957872212 61.294769287 -0.019662127 0.998673439 0.047590140 -4.605154991 0.959038556 0.005385177 0.283224583 247.780502319\n0.233245134 0.052046433 -0.971024275 60.844650269 -0.020151990 0.998610914 0.048684455 -4.584368706 0.972209275 0.008212647 0.233969986 247.849273682\n0.186821222 0.053056911 -0.980960190 60.382110596 -0.018344048 0.998554826 0.050514974 -4.562264919 0.982222676 0.008557505 0.187524557 247.903930664\n0.143547237 0.052108761 -0.988270640 59.915344238 -0.015935145 0.998605072 0.050339069 -4.543548107 0.989515126 0.008522203 0.144177377 247.943267822\n0.103224099 0.051053371 -0.993346989 59.430374146 -0.014782534 0.998650312 0.049789801 -4.519943237 0.994548202 0.009544681 0.103839457 247.964981079\n0.067636311 0.049835943 -0.996464550 58.923248291 -0.013320892 0.998707771 0.049043957 -4.498711109 0.997621059 0.009956643 0.068212807 247.982192993\n0.039087176 0.047154546 -0.998122573 58.437133789 -0.014206221 0.998811185 0.046630755 -4.478685856 0.999134839 0.012356886 0.039710581 247.968643188\n0.014018536 0.044997633 -0.998888850 57.926132202 -0.014093375 0.998896539 0.044800196 -4.455538750 0.999802530 0.013449675 0.014637232 247.953521729\n-0.009025693 0.043770287 -0.999001026 57.384994507 -0.015044176 0.998922527 0.043902773 -4.432449341 0.999846280 0.015425392 -0.008357525 247.942565918\n-0.027184844 0.041882079 -0.998752713 56.847366333 -0.017978689 0.998939812 0.042379286 -4.413083076 0.999468744 0.019108335 -0.026403069 247.896453857\n-0.041925430 0.041241005 -0.998269260 56.274108887 -0.020363301 0.998904943 0.042122487 -4.391420364 0.998913288 0.022094060 -0.041039705 247.856903076\n-0.051780581 0.039475046 -0.997878075 55.699737549 -0.022351552 0.998922348 0.040676195 -4.377248287 0.998408437 0.024410356 -0.050842404 247.812835693\n-0.057941794 0.037452374 -0.997617364 55.096221924 -0.022829538 0.998984993 0.038829662 -4.351065636 0.998059094 0.025024993 -0.057027936 247.766571045\n-0.061356664 0.037033498 -0.997428715 54.473388672 -0.023039732 0.998992622 0.038508851 -4.329835415 0.997850060 0.025343260 -0.060441613 247.721054077\n-0.063650608 0.037384335 -0.997271776 53.858428955 -0.021988697 0.999002993 0.038852654 -4.304899216 0.997729957 0.024401700 -0.062765121 247.684143066\n-0.065095663 0.037473913 -0.997175097 53.210540771 -0.021891292 0.999000490 0.038971573 -4.277411461 0.997638881 0.024366332 -0.064210296 247.646270752\n-0.064829588 0.038510565 -0.997153103 52.539978027 -0.021503441 0.998969138 0.039978743 -4.261337757 0.997664750 0.024034023 -0.063934684 247.603607178\n-0.063802600 0.038211998 -0.997230709 51.858123779 -0.020969423 0.998994708 0.039621212 -4.229400635 0.997742236 0.023439290 -0.062937260 247.556518555\n-0.062854052 0.036387999 -0.997359216 51.137847900 -0.018953761 0.999111354 0.037646405 -4.207015514 0.997842789 0.021269938 -0.062108517 247.497924805\n-0.062372208 0.033658028 -0.997485280 50.397949219 -0.016595719 0.999258041 0.034755565 -4.182463646 0.997915030 0.018721765 -0.061767340 247.464660645\n-0.060920238 0.032259617 -0.997621238 49.642730713 -0.015783476 0.999321461 0.033278424 -4.152239323 0.998017907 0.017773258 -0.060369730 247.415039062\n-0.059848428 0.031685680 -0.997704566 48.869567871 -0.016737644 0.999323726 0.032741129 -4.128947735 0.998067260 0.018658724 -0.059277534 247.366668701\n-0.058441877 0.031468168 -0.997794747 48.078552246 -0.016659275 0.999333143 0.032492436 -4.103419781 0.998151839 0.018521454 -0.057878733 247.312362671\n-0.057152271 0.032416210 -0.997839034 47.251037598 -0.015087433 0.999330580 0.033328809 -4.082277298 0.998251438 0.016959647 -0.056624889 247.272674561\n-0.055354118 0.032533474 -0.997936726 46.416625977 -0.012726425 0.999364853 0.033285953 -4.051980019 0.998385787 0.014542677 -0.054904938 247.224960327\n-0.053505301 0.033090379 -0.998019218 45.567260742 -0.009355816 0.999390304 0.033637419 -4.033747196 0.998523831 0.011137058 -0.053163052 247.183441162\n-0.052398443 0.033343706 -0.998069465 44.701171875 -0.008647923 0.999389768 0.033841830 -4.006660461 0.998588860 0.010404484 -0.052078128 247.137725830\n-0.051564336 0.035538610 -0.998037159 43.795257568 -0.007581572 0.999323905 0.035976134 -3.977154493 0.998640895 0.009421775 -0.051259995 247.097381592\n-0.050798774 0.040087733 -0.997904122 42.901458740 -0.005835766 0.999165118 0.040435467 -3.947586536 0.998691976 0.007877600 -0.050522447 247.055358887\n-0.049851894 0.044679567 -0.997756839 42.006439209 -0.004134303 0.998981118 0.044940956 -3.922364235 0.998748183 0.006365417 -0.049616456 247.010696411\n-0.049456477 0.045594573 -0.997735083 41.112487793 -0.004358082 0.998938143 0.045865573 -3.890764952 0.998766840 0.006616557 -0.049205184 246.967742920\n-0.050166965 0.042660352 -0.997829318 40.201141357 -0.004955299 0.999064386 0.042962287 -3.868319750 0.998728514 0.007099829 -0.049908638 246.911834717\n-0.051556587 0.038006369 -0.997946739 39.316741943 -0.003680351 0.999261558 0.038246583 -3.839493275 0.998663425 0.005644650 -0.051378608 246.864181519\n-0.053426743 0.037867911 -0.997853518 38.423126221 -0.001091753 0.999277890 0.037980422 -3.818603754 0.998571217 0.003118576 -0.053346872 246.814071655\n-0.055984735 0.042746533 -0.997516215 37.520019531 0.000466926 0.999084115 0.042787515 -3.789033413 0.998431623 0.001929677 -0.055953383 246.756652832\n-0.058910728 0.049170185 -0.997051656 36.606872559 0.003908739 0.998789907 0.049024966 -3.765127182 0.998255670 -0.001009121 -0.059031725 246.706527710\n-0.061729789 0.053393845 -0.996663690 35.719665527 0.005814536 0.998570383 0.053135857 -3.733090878 0.998075962 -0.002515068 -0.061951995 246.650634766\n-0.064262986 0.052940380 -0.996527910 34.818634033 0.008086108 0.998586714 0.052528311 -3.692615509 0.997900367 -0.004682409 -0.064600229 246.585601807\n-0.067628503 0.050833400 -0.996414781 33.919982910 0.008319754 0.998695195 0.050385065 -3.652928352 0.997675896 -0.004882461 -0.067963123 246.537109375\n-0.070257783 0.048133705 -0.996366918 33.041290283 0.005897447 0.998837709 0.047837216 -3.627889156 0.997511446 -0.002515086 -0.070459962 246.461746216\n-0.072781444 0.046208501 -0.996277034 32.152313232 0.004508859 0.998931170 0.046002220 -3.592648029 0.997337878 -0.001143971 -0.072912097 246.397293091\n-0.074202061 0.045707628 -0.996195376 31.277099609 0.004280480 0.998954475 0.045515396 -3.563185692 0.997234225 -0.000886863 -0.074320197 246.321670532\n-0.075815678 0.044450797 -0.996130586 30.402984619 0.000016440 0.999005914 0.044577852 -3.539041996 0.997121871 0.003363322 -0.075740933 246.247528076\n-0.076607585 0.040960189 -0.996219695 29.528808594 -0.004033709 0.999134898 0.041390236 -3.515895605 0.997053206 0.007189267 -0.076376081 246.162048340\n-0.077314138 0.037520502 -0.996300459 28.660552979 -0.006464093 0.999251783 0.038133264 -3.487611532 0.996985793 0.009388420 -0.077013731 246.091796875\n-0.076378584 0.036698107 -0.996403277 27.795532227 -0.007574433 0.999272227 0.037384387 -3.466046333 0.997050107 0.010402558 -0.076045036 246.017227173\n-0.074649572 0.037041921 -0.996521592 26.929412842 -0.007618659 0.999259531 0.037714407 -3.446489811 0.997180700 0.010407526 -0.074312091 245.949874878\n-0.072919488 0.036988117 -0.996651828 26.081970215 -0.006260056 0.999275386 0.037543498 -3.427984476 0.997318327 0.008976742 -0.072635055 245.887374878\n-0.070770621 0.037898805 -0.996772408 25.213531494 -0.005938001 0.999244273 0.038414385 -3.405417919 0.997474968 0.008637443 -0.070492148 245.820144653\n-0.068657994 0.039304256 -0.996865869 24.365814209 -0.003708970 0.999206662 0.039652005 -3.386191368 0.997633517 0.006419770 -0.068457842 245.758972168\n-0.066839695 0.041290924 -0.996909022 23.507110596 0.001446142 0.999146283 0.041286632 -3.364050388 0.997762740 0.001317914 -0.066842318 245.708801270\n-0.065084577 0.041545339 -0.997014582 22.657440186 0.006871154 0.999127924 0.041184857 -3.341041565 0.997856140 -0.004170146 -0.065313220 245.665863037\n-0.063129902 0.039700624 -0.997215509 21.817718506 0.006313388 0.999204338 0.039380133 -3.318195343 0.997985542 -0.003809753 -0.063330293 245.612335205\n-0.061500072 0.039395005 -0.997329473 20.973144531 0.006622360 0.999214888 0.039061118 -3.299872875 0.998085260 -0.004202415 -0.061712742 245.557586670\n-0.060693860 0.039699335 -0.997366786 20.133392334 0.010140443 0.999181688 0.039154496 -3.272298336 0.998105049 -0.007737310 -0.061046720 245.510192871\n-0.060795188 0.043394025 -0.997206509 19.296997070 0.012512740 0.999009192 0.042709623 -3.247888565 0.998071790 -0.009881244 -0.061277986 245.457366943\n-0.061704159 0.047723647 -0.996952951 18.454864502 0.010692274 0.998830497 0.047151756 -3.226016045 0.998037279 -0.007750241 -0.062142253 245.411148071\n-0.062499642 0.049584463 -0.996812522 17.615600586 0.008308297 0.998756349 0.049160227 -3.196484089 0.998010397 -0.005209313 -0.062833905 245.338272095\n-0.065294862 0.047997437 -0.996711075 16.786437988 0.007859038 0.998836279 0.047584936 -3.170188904 0.997835100 -0.004726142 -0.065595984 245.286956787\n-0.068032980 0.045085888 -0.996663988 15.972473145 0.007055467 0.998975158 0.044708837 -3.145760536 0.997658253 -0.003990261 -0.068281293 245.226394653\n-0.071379423 0.041903812 -0.996568680 15.158935547 0.006215815 0.999116421 0.041565731 -3.120477200 0.997429907 -0.003227549 -0.071576834 245.158386230\n-0.076359987 0.040151097 -0.996271670 14.351379395 0.005189723 0.999191344 0.039870996 -3.097315311 0.997066915 -0.002125831 -0.076506615 245.100540161\n-0.081392407 0.039568648 -0.995896459 13.540496826 0.004036420 0.999216497 0.039370675 -3.076935768 0.996674061 -0.000815387 -0.081488371 245.033096313\n-0.086150289 0.039992750 -0.995479345 12.738708496 0.002004069 0.999198914 0.039968755 -3.054368019 0.996280313 0.001448305 -0.086161494 244.954956055\n-0.090496778 0.040758096 -0.995062351 11.925659180 -0.000662237 0.999159515 0.040986143 -3.026154041 0.995896518 0.004368081 -0.090393662 244.871902466\n-0.094896793 0.043742239 -0.994525790 11.127685547 -0.002955005 0.999017358 0.044221766 -3.004536152 0.995482862 0.007135326 -0.094674230 244.789093018\n-0.099132419 0.044921018 -0.994059861 10.330230713 -0.007065182 0.998923540 0.045845386 -2.983246326 0.995049238 0.011567974 -0.098708272 244.701492310\n-0.102348447 0.044249665 -0.993763924 9.532989502 -0.011077876 0.998897493 0.045619164 -2.960342169 0.994686902 0.015677841 -0.101745367 244.612823486\n-0.104564071 0.042823400 -0.993595898 8.757537842 -0.015148929 0.998888016 0.044645734 -2.935137272 0.994402945 0.019720241 -0.103798985 244.522552490\n-0.105928779 0.041872151 -0.993491769 7.983886719 -0.020235773 0.998815358 0.044254113 -2.911859035 0.994167864 0.024791854 -0.104956031 244.424560547\n-0.106728911 0.041685030 -0.993414044 7.208770752 -0.024563534 0.998705328 0.044546079 -2.889118910 0.993984759 0.029156107 -0.105566740 244.329284668\n-0.107423782 0.041977607 -0.993326843 6.463378906 -0.026753204 0.998624444 0.045094721 -2.865324020 0.993853450 0.031418912 -0.106152892 244.245697021\n-0.107581615 0.041734532 -0.993319929 5.731323242 -0.029884007 0.998531342 0.045190081 -2.845361948 0.993747056 0.034546003 -0.106176376 244.158218384\n-0.107069969 0.041771512 -0.993373632 4.999847412 -0.032556858 0.998433948 0.045493416 -2.824019432 0.993718326 0.037212104 -0.105542302 244.069595337\n-0.106484532 0.041443329 -0.993450284 4.297729492 -0.035259549 0.998345196 0.045426875 -2.798710823 0.993689001 0.039865866 -0.104847074 243.989379883\n-0.105236053 0.042291302 -0.993547618 3.606781006 -0.036290653 0.998266459 0.046336059 -2.778640985 0.993784845 0.040932719 -0.103518844 243.912506104\n-0.102649689 0.043594975 -0.993761957 2.918426514 -0.037219509 0.998171210 0.047632962 -2.758089542 0.994021177 0.041876830 -0.100839376 243.839981079\n-0.099820495 0.043969426 -0.994033456 2.232452393 -0.038495407 0.998104513 0.048015196 -2.742061138 0.994260490 0.043058623 -0.097938657 243.777893066\n-0.097237349 0.042762823 -0.994342208 1.585998535 -0.040300433 0.998087943 0.046864919 -2.721138954 0.994445026 0.044629432 -0.095328093 243.717941284\n-0.094098687 0.041702021 -0.994689107 0.956634521 -0.039621271 0.998173892 0.045596339 -2.704924107 0.994774163 0.043701403 -0.092274547 243.654846191\n-0.091362596 0.040976204 -0.994974434 0.339202881 -0.037709385 0.998294055 0.044575542 -2.686228752 0.995103598 0.041592397 -0.089661598 243.602874756\n-0.088451982 0.040438812 -0.995259225 -0.270446777 -0.035583131 0.998409510 0.043729201 -2.666347027 0.995444655 0.039282374 -0.086872339 243.556335449\n-0.085583448 0.041104887 -0.995482743 -0.862945557 -0.036313329 0.998356044 0.044345453 -2.648450613 0.995669007 0.039944530 -0.083950043 243.509735107\n-0.081915379 0.042164668 -0.995746970 -1.435852051 -0.036759898 0.998297036 0.045296710 -2.631529331 0.995961130 0.040314052 -0.080225945 243.466613770\n-0.077816725 0.042146102 -0.996076524 -2.003295898 -0.038001388 0.998254597 0.045207053 -2.616871595 0.996243298 0.041370146 -0.076079249 243.422195435\n-0.073153257 0.041743677 -0.996446729 -2.541992188 -0.037429336 0.998304844 0.044569362 -2.600514650 0.996618152 0.040556733 -0.071466804 243.383102417\n-0.068677545 0.042270254 -0.996743023 -3.063598633 -0.036625452 0.998321652 0.044860762 -2.586097956 0.996966362 0.039587084 -0.067014098 243.353286743\n-0.064443946 0.043073650 -0.996991336 -3.564117432 -0.035988197 0.998317838 0.045457181 -2.573637962 0.997272193 0.038809363 -0.062785387 243.325637817\n-0.060085177 0.043752559 -0.997234046 -4.051879883 -0.034219667 0.998361409 0.045863822 -2.557116985 0.997606635 0.036880746 -0.058489561 243.298782349\n-0.055909872 0.044971593 -0.997422576 -4.531311035 -0.034257241 0.998310506 0.046931896 -2.543871880 0.997848034 0.036792893 -0.054274797 243.279190063\n-0.050727963 0.046753485 -0.997617781 -4.982421875 -0.034710120 0.998217642 0.048546579 -2.532387733 0.998109341 0.037090082 -0.049014688 243.258163452\n-0.045632720 0.047742877 -0.997816741 -5.436187744 -0.035005827 0.998167396 0.049360562 -2.517621517 0.998344779 0.037181858 -0.043877840 243.234375000\n-0.040515065 0.048250888 -0.998013318 -5.859725952 -0.034313723 0.998176992 0.049651794 -2.503179550 0.998589635 0.036257192 -0.038785577 243.226654053\n-0.034244537 0.048979998 -0.998212516 -6.259292603 -0.033223856 0.998190522 0.050118692 -2.490905762 0.998861074 0.034880765 -0.032555223 243.212158203\n-0.028058887 0.048546903 -0.998426735 -6.632690430 -0.031838495 0.998269796 0.049434032 -2.483481169 0.999099135 0.033175465 -0.026464581 243.206665039\n-0.022072434 0.047286209 -0.998637497 -7.001449585 -0.029944517 0.998401403 0.047936883 -2.469427586 0.999307811 0.030961802 -0.020621181 243.207321167\n-0.015932679 0.046483770 -0.998792112 -7.348373413 -0.029013535 0.998476624 0.046931911 -2.457792759 0.999452174 0.029726228 -0.014559746 243.206069946\n-0.010464430 0.045559980 -0.998906851 -7.684448242 -0.028263463 0.998548865 0.045839738 -2.444861174 0.999545753 0.028712252 -0.009161592 243.206314087\n-0.005654454 0.045612812 -0.998943329 -7.987640381 -0.027973609 0.998561025 0.045753699 -2.438056707 0.999592781 0.028202752 -0.004370451 243.211395264\n-0.001039028 0.046000738 -0.998940885 -8.267440796 -0.028290330 0.998540223 0.046011716 -2.428205490 0.999599278 0.028308176 0.000263810 243.211502075\n0.003313005 0.046091046 -0.998931885 -8.525817871 -0.028127376 0.998546302 0.045979973 -2.424468040 0.999598980 0.027944991 0.004604578 243.213012695\n0.006946981 0.044294342 -0.998994529 -8.751678467 -0.026409011 0.998678148 0.044096671 -2.421895027 0.999627233 0.026076108 0.008107543 243.224624634\n0.010305464 0.039256793 -0.999176085 -8.948623657 -0.024735209 0.998933315 0.038992140 -2.417719364 0.999641001 0.024312994 0.011265457 243.233306885\n0.013212860 0.035663016 -0.999276519 -9.118286133 -0.023196407 0.999105752 0.035350207 -2.415815592 0.999643624 0.022712545 0.014028311 243.238189697\n0.015260458 0.035940707 -0.999237537 -9.274719238 -0.023132615 0.999098957 0.035582442 -2.413031101 0.999616027 0.022571966 0.016078115 243.243438721\n0.016744733 0.037555359 -0.999154210 -9.390914917 -0.023502497 0.999033034 0.037156925 -2.410217762 0.999583542 0.022860436 0.017611206 243.247863770\n0.017716289 0.036730520 -0.999168217 -9.479919434 -0.023580035 0.999062419 0.036308534 -2.408554554 0.999565005 0.022917166 0.018565774 243.247543335\n0.018375278 0.034419276 -0.999238551 -9.559783936 -0.023315027 0.999150276 0.033987489 -2.406154156 0.999559283 0.022672743 0.019162178 243.255157471\n0.018974602 0.032788023 -0.999282360 -9.622390747 -0.022667794 0.999219358 0.032355536 -2.406054974 0.999563098 0.022037584 0.019703031 243.255676270\n0.019145429 0.032102026 -0.999301314 -9.678298950 -0.022576926 0.999243438 0.031667620 -2.402774811 0.999561906 0.021954855 0.019855738 243.255294800\n0.018893301 0.032369580 -0.999297440 -9.721771240 -0.022604890 0.999234140 0.031940151 -2.403852463 0.999566019 0.021985551 0.019610524 243.265365601\n0.019318938 0.032232776 -0.999293745 -9.751174927 -0.022949392 0.999231160 0.031787086 -2.404367447 0.999550045 0.022319086 0.020043790 243.259704590\n0.019432962 0.032019112 -0.999298394 -9.763778687 -0.023010138 0.999236643 0.031569663 -2.402294636 0.999546409 0.022380497 0.020154893 243.257583618\n0.019351602 0.031930190 -0.999302864 -9.769287109 -0.022957465 0.999240577 0.031483624 -2.401556492 0.999549270 0.022332193 0.020069897 243.258468628\n0.019391656 0.031660236 -0.999310613 -9.768020630 -0.023062285 0.999246716 0.031210689 -2.400210857 0.999545991 0.022441158 0.020107210 243.257568359\n0.019251704 0.030581737 -0.999346912 -9.764541626 -0.023307052 0.999274194 0.030130520 -2.404582024 0.999543011 0.022711765 0.019950509 243.259140015\n0.019470274 0.028564384 -0.999402463 -9.763610840 -0.023599133 0.999326468 0.028102458 -2.405457973 0.999532044 0.023037862 0.020131230 243.255050659\n0.019552827 0.028161725 -0.999412179 -9.766311646 -0.023691848 0.999335587 0.027696051 -2.403743982 0.999528170 0.023136381 0.020206988 243.254028320\n0.019374669 0.028681573 -0.999400973 -9.763641357 -0.023086961 0.999334753 0.028232105 -2.404482126 0.999545813 0.022526138 0.020023942 243.256637573\n0.019461751 0.028427193 -0.999406517 -9.765335083 -0.023137935 0.999340832 0.027974753 -2.403921843 0.999542952 0.022579757 0.020106673 243.256011963\n0.019432306 0.028068274 -0.999417186 -9.766845703 -0.023406668 0.999344647 0.027611123 -2.404103756 0.999537230 0.022856472 0.020076573 243.255249023\n0.019461393 0.027792264 -0.999424279 -9.769195557 -0.023212291 0.999356687 0.027338380 -2.402639866 0.999541163 0.022666885 0.020093977 243.254943848\n0.019659400 0.027257234 -0.999435127 -9.778656006 -0.023211459 0.999371350 0.026798911 -2.403575659 0.999537289 0.022671495 0.020279706 243.252166748\n0.019393861 0.026988328 -0.999447644 -9.792098999 -0.023264898 0.999377131 0.026534978 -2.401707172 0.999541223 0.022737429 0.020009696 243.257431030\n0.019304693 0.027193913 -0.999443829 -9.812347412 -0.023101287 0.999375284 0.026745837 -2.402729511 0.999546826 0.022572115 0.019920826 243.262176514\n0.019420028 0.027309436 -0.999438465 -9.834259033 -0.023284163 0.999368131 0.026855083 -2.404276848 0.999540389 0.022749556 0.020043671 243.262008667\n0.019620299 0.026863368 -0.999446630 -9.860824585 -0.023172192 0.999382675 0.026406752 -2.400878906 0.999539018 0.022641258 0.020230711 243.260864258\n0.019602001 0.026100375 -0.999467194 -9.892959595 -0.023159890 0.999402821 0.025644472 -2.400328875 0.999539673 0.022644864 0.020194769 243.264144897\n0.020237684 0.023673216 -0.999515057 -9.940429688 -0.023020061 0.999465644 0.023205949 -2.398401260 0.999530315 0.022539256 0.020771801 243.260070801\n0.021057844 0.020782260 -0.999562383 -9.996154785 -0.022883670 0.999532044 0.020299537 -2.394742727 0.999516487 0.022446187 0.021523535 243.260177612\n0.022343159 0.018635286 -0.999576747 -10.079132080 -0.022585517 0.999580503 0.018130509 -2.391602755 0.999495268 0.022170862 0.022754669 243.265655518\n0.024490178 0.017351530 -0.999549627 -10.177764893 -0.022456683 0.999606609 0.016802302 -2.387659073 0.999447942 0.022035072 0.024870217 243.273590088\n0.028469026 0.016353579 -0.999460876 -10.306854248 -0.022115592 0.999631703 0.015726427 -2.389439344 0.999350011 0.021655953 0.028820217 243.275680542\n0.033829749 0.014839549 -0.999317586 -10.444717407 -0.021740980 0.999664068 0.014108700 -2.393979549 0.999191284 0.021248845 0.034141004 243.289855957\n0.041328073 0.013622402 -0.999052882 -10.601135254 -0.021637773 0.999684751 0.012735922 -2.392696381 0.998911440 0.021090925 0.041609824 243.304550171\n0.051087618 0.012787432 -0.998612463 -10.782302856 -0.022091528 0.999687850 0.011671029 -2.383543253 0.998449922 0.021464624 0.051354170 243.322143555\n0.062948287 0.012537871 -0.997938156 -10.974304199 -0.023199707 0.999669254 0.011096220 -2.382431030 0.997747242 0.022453381 0.063218355 243.339874268\n0.076732039 0.012373675 -0.996975064 -11.163497925 -0.024644233 0.999641061 0.010510022 -2.390480280 0.996747255 0.023763226 0.077009439 243.366607666\n0.093237162 0.013135398 -0.995557308 -11.394012451 -0.025130296 0.999625444 0.010835538 -2.383305550 0.995326757 0.024008373 0.093532324 243.400909424\n0.112560868 0.017913153 -0.993483365 -11.634811401 -0.024303557 0.999588013 0.015269652 -2.384303808 0.993347585 0.022426415 0.112949848 243.448822021\n0.135749161 0.022675520 -0.990483761 -11.889190674 -0.024846056 0.999501526 0.019476730 -2.387006760 0.990431726 0.021965664 0.136244893 243.491867065\n0.159709156 0.023061933 -0.986894786 -12.147781372 -0.026128400 0.999475598 0.019127563 -2.381289005 0.986818373 0.022731129 0.160227954 243.552307129\n0.186634302 0.022572247 -0.982170224 -12.401260376 -0.023987480 0.999542654 0.018413344 -2.385704994 0.982136667 0.020123223 0.187090397 243.620788574\n0.216774404 0.022237802 -0.975968540 -12.671997070 -0.021814292 0.999601245 0.017931065 -2.383293152 0.975978076 0.017403061 0.217173040 243.712097168\n0.250186801 0.022181280 -0.967943609 -12.941513062 -0.017957453 0.999671876 0.018266855 -2.380568981 0.968031168 0.012811671 0.250503004 243.809326172\n0.285992324 0.022945451 -0.957957208 -13.195526123 -0.013700880 0.999709010 0.019855194 -2.382928610 0.958133996 0.007446422 0.286223471 243.922729492\n0.326093674 0.026941039 -0.944953561 -13.477630615 -0.012128774 0.999630809 0.024314398 -2.387204409 0.945259690 0.003532355 0.326300025 244.054275513\n0.368750632 0.031918455 -0.928980231 -13.773483276 -0.014249154 0.999486923 0.028684888 -2.378279924 0.929419219 0.002659607 0.369016230 244.198272705\n0.413392305 0.036924195 -0.909804106 -14.059692383 -0.020180926 0.999303579 0.031386800 -2.375035286 0.910329401 0.005385625 0.413849592 244.358566284\n0.460669756 0.039835498 -0.886677265 -14.365348816 -0.025165766 0.999176919 0.031814959 -2.363842010 0.887214780 0.007657720 0.461293042 244.538757324\n0.507231534 0.040958658 -0.860835969 -14.626846313 -0.024599914 0.999151111 0.033044662 -2.362322807 0.861458659 0.004415196 0.507808566 244.750625610\n0.555150449 0.040964447 -0.830740631 -14.904853821 -0.022518838 0.999160588 0.034220934 -2.367124557 0.831445098 -0.000290457 0.555606961 244.988464355\n0.603443027 0.037293490 -0.796533525 -15.182380676 -0.019797456 0.999298513 0.031788610 -2.357627392 0.797160327 -0.003413278 0.603758037 245.253204346\n0.650564015 0.033868633 -0.758695841 -15.448715210 -0.020549644 0.999424338 0.026994057 -2.349447250 0.759173334 -0.001970434 0.650885522 245.540527344\n0.697333217 0.029660368 -0.716133118 -15.703433990 -0.021644356 0.999559164 0.020322986 -2.345406055 0.716420233 0.001328345 0.697667837 245.841201782\n0.742176294 0.028723206 -0.669588983 -15.915260315 -0.025525795 0.999567747 0.014585293 -2.334016085 0.669718504 0.006266933 0.742588639 246.143127441\n0.785139263 0.029365584 -0.618622661 -16.146476746 -0.028078407 0.999535918 0.011810909 -2.330012798 0.618682444 0.008096731 0.785599470 246.496520996\n0.824107766 0.028765054 -0.565702200 -16.368955612 -0.026626127 0.999572992 0.012038089 -2.319412231 0.565806925 0.005141773 0.824521780 246.890945435\n0.858361721 0.025229989 -0.512424290 -16.578882217 -0.022512913 0.999680281 0.011509410 -2.314452171 0.512550831 0.001656923 0.858655334 247.311614990\n0.888063669 0.021949166 -0.459196150 -16.770364761 -0.018594109 0.999757171 0.011827374 -2.320152521 0.459344238 -0.001965119 0.888256192 247.758422852\n0.913535357 0.018817410 -0.406323791 -16.927082062 -0.015850017 0.999817491 0.010667413 -2.319638968 0.406450361 -0.003304821 0.913666904 248.215560913\n0.934194207 0.015818376 -0.356414109 -17.059267044 -0.014049179 0.999872804 0.007552180 -2.316323280 0.356488228 -0.002047878 0.934297562 248.697875977\n0.951182604 0.014616922 -0.308282256 -17.206237793 -0.014682576 0.999889970 0.002106845 -2.300447941 0.308279127 0.002522384 0.951292574 249.210952759\n0.964740217 0.014455636 -0.262806714 -17.314466476 -0.015160634 0.999884844 -0.000654862 -2.300028324 0.262766987 0.004616088 0.964848280 249.734222412\n0.975277781 0.014487823 -0.220507011 -17.427684784 -0.015008163 0.999887109 -0.000684510 -2.305408001 0.220472202 0.003976991 0.975385129 250.293457031\n0.982744515 0.014490820 -0.184399754 -17.495975494 -0.014769059 0.999890924 -0.000135425 -2.310954809 0.184377685 0.002856499 0.982851326 250.847473145\n0.988211453 0.013983557 -0.152455077 -17.565723419 -0.014076444 0.999900818 0.000470082 -2.313223124 0.152446538 0.001681485 0.988310277 251.429458618\n0.992007256 0.011584102 -0.125648171 -17.628271103 -0.011610584 0.999932468 0.000521584 -2.316571236 0.125645727 0.000941434 0.992074728 252.036270142\n0.994436264 0.008115304 -0.105026796 -17.675291061 -0.008091898 0.999967039 0.000648969 -2.324043036 0.105028600 0.000204508 0.994469166 252.662704468\n0.996058583 0.006335194 -0.088471502 -17.718091965 -0.006245550 0.999979675 0.001290046 -2.329183102 0.088477880 -0.000732408 0.996077895 253.297073364\n0.997113049 0.005066905 -0.075762063 -17.765733719 -0.004962967 0.999986470 0.001560119 -2.334903717 0.075768948 -0.001179610 0.997124732 253.964157104\n0.997788906 0.005342733 -0.066247374 -17.809476852 -0.005313667 0.999985695 0.000614927 -2.334569454 0.066249706 -0.000261551 0.997803032 254.635192871\n0.998275101 0.005887172 -0.058413353 -17.844919205 -0.005926144 0.999982297 -0.000493971 -2.343218565 0.058409415 0.000839285 0.998292387 255.345840454\n0.998646259 0.004392997 -0.051830258 -17.879514694 -0.004477591 0.999988854 -0.001516121 -2.345358372 0.051823020 0.001746143 0.998654783 256.047363281\n0.998848200 0.004126540 -0.047803808 -17.911035538 -0.004235291 0.999988675 -0.002173871 -2.353113413 0.047794297 0.002373830 0.998854399 256.770050049\n0.998956501 0.003977809 -0.045498732 -17.936893463 -0.004085425 0.999989092 -0.002272529 -2.355026722 0.045489196 0.002456039 0.998961806 257.510528564\n0.999050796 0.003891150 -0.043386474 -17.969568253 -0.003943595 0.999991596 -0.001123274 -2.361135960 0.043381739 0.001293306 0.999057710 258.258453369\n0.999102533 0.004314779 -0.042136848 -18.005365372 -0.004277892 0.999990404 0.000965536 -2.366222143 0.042140607 -0.000784412 0.999111354 259.026123047\n0.999136686 0.003950550 -0.041355088 -18.038204193 -0.003814388 0.999987066 0.003370900 -2.367389917 0.041367870 -0.003210246 0.999138832 259.813293457\n0.999121904 0.003533224 -0.041748572 -18.073045731 -0.003369661 0.999986351 0.003987543 -2.370598316 0.041762091 -0.003843363 0.999120176 260.615447998\n0.999053955 0.002600494 -0.043410666 -18.110263824 -0.002485872 0.999993265 0.002694184 -2.378384590 0.043417383 -0.002583722 0.999053657 261.428527832\n0.998956442 0.001144146 -0.045658242 -18.141403198 -0.001190039 0.999998808 -0.000977981 -2.376909733 0.045657068 0.001031295 0.998956621 262.265991211\n0.998882711 0.002991665 -0.047163863 -18.187316895 -0.003314928 0.999971569 -0.006777322 -2.387993097 0.047142245 0.006926095 0.998864174 263.103149414\n0.998852670 0.004994829 -0.047627114 -18.227653503 -0.005509575 0.999927759 -0.010682702 -2.392819405 0.047570314 0.010932852 0.998808086 263.955902100\n0.998829007 0.006702972 -0.047913130 -18.283517838 -0.007189787 0.999924183 -0.009995260 -2.407617807 0.047842499 0.010328041 0.998801470 264.835998535\n0.998839319 0.007223859 -0.047622100 -18.326181412 -0.007398611 0.999966502 -0.003494304 -2.415243864 0.047595263 0.003842586 0.998859286 265.716461182\n0.998869002 0.006568227 -0.047091760 -18.373508453 -0.006281764 0.999960899 0.006228500 -2.422949791 0.047130831 -0.005925636 0.998871148 266.629455566\n0.998895943 0.004848580 -0.046726767 -18.422382355 -0.004329234 0.999927819 0.011209322 -2.426807165 0.046777744 -0.010994655 0.998844802 267.540954590\n0.998879552 0.000963566 -0.047315136 -18.460931778 -0.000539276 0.999959528 0.008979267 -2.428990841 0.047321875 -0.008943691 0.998839676 268.462982178\n0.998823881 -0.002121747 -0.048439313 -18.506450653 0.002207963 0.999996066 0.001726428 -2.426219940 0.048435457 -0.001831350 0.998824656 269.388580322\n0.998744249 -0.004235264 -0.049919665 -18.554389954 0.003962407 0.999976695 -0.005563609 -2.432188272 0.049942065 0.005358821 0.998737752 270.323486328\n0.998669028 -0.004612429 -0.051370047 -18.600843430 0.004098115 0.999940455 -0.010112769 -2.439328194 0.051413633 0.009888789 0.998628497 271.276214600\n0.998639464 -0.004551403 -0.051947303 -18.653852463 0.003991638 0.999932885 -0.010874296 -2.459404707 0.051993314 0.010652146 0.998590648 272.239379883\n0.998597920 -0.002070941 -0.052895244 -18.711961746 0.001588102 0.999956727 -0.009168629 -2.472467661 0.052911941 0.009071771 0.998557985 273.231628418\n0.998598576 -0.000662421 -0.052918997 -18.769981384 0.000540681 0.999997199 -0.002314781 -2.486797333 0.052920382 0.002282924 0.998596132 274.224639893\n0.998610735 0.000232041 -0.052692994 -18.824598312 0.000023602 0.999988258 0.004850880 -2.499221087 0.052693501 -0.004845385 0.998598993 275.227508545\n0.998631299 -0.000394491 -0.052300237 -18.881225586 0.000836924 0.999964058 0.008437863 -2.504442692 0.052295029 -0.008470085 0.998595774 276.254302979\n0.998670936 -0.001905626 -0.051504187 -18.937963486 0.002246669 0.999975920 0.006564569 -2.504244566 0.051490441 -0.006671558 0.998651206 277.272155762\n0.998618960 -0.003586218 -0.052414566 -18.978487015 0.003712028 0.999990463 0.002303137 -2.505182743 0.052405808 -0.002494520 0.998622775 278.294464111\n0.998604178 -0.004069381 -0.052660979 -19.045175552 0.003980883 0.999990463 -0.001785294 -2.505707741 0.052667741 0.001573165 0.998610854 279.345733643\n0.998574197 -0.005508929 -0.053095981 -19.101669312 0.005340968 0.999980271 -0.003304733 -2.512753010 0.053113140 0.003016437 0.998583972 280.383422852\n0.998558998 -0.004898196 -0.053441174 -19.160402298 0.004733623 0.999983668 -0.003205667 -2.522514582 0.053456005 0.002948077 0.998565853 281.427795410\n0.998430789 -0.007237591 -0.055530366 -19.213060379 0.007261144 0.999973595 0.000222392 -2.541882515 0.055527288 -0.000625257 0.998456955 282.506195068\n0.998338938 -0.006769047 -0.057214830 -19.277809143 0.006998028 0.999968290 0.003802701 -2.555048466 0.057187274 -0.004196776 0.998354673 283.572204590\n0.998197317 -0.008378169 -0.059429958 -19.335121155 0.008480181 0.999962986 0.001464513 -2.560866833 0.059415486 -0.001965850 0.998231411 284.636291504\n0.998074651 -0.010539285 -0.061122153 -19.410192490 0.010309642 0.999938548 -0.004071276 -2.575807571 0.061161306 0.003433290 0.998121977 285.706634521\n0.997998595 -0.009902734 -0.062455516 -19.479459763 0.009425889 0.999924183 -0.007924996 -2.594149590 0.062529258 0.007320437 0.998016298 286.778564453\n0.997884750 -0.009960962 -0.064239845 -19.542713165 0.009378663 0.999912202 -0.009359651 -2.608266592 0.064327434 0.008737369 0.997890592 287.843963623\n0.997805893 -0.007781522 -0.065747924 -19.625137329 0.007285020 0.999943137 -0.007787976 -2.626847744 0.065804787 0.007291913 0.997805893 288.928955078\n0.997743487 -0.006269084 -0.066847622 -19.699432373 0.006026085 0.999974489 -0.003836146 -2.648320913 0.066869967 0.003424661 0.997755826 290.001647949\n0.997631192 -0.004348374 -0.068652354 -19.775205612 0.004427020 0.999989688 0.000993463 -2.664493084 0.068647325 -0.001295035 0.997640133 291.079589844\n0.997534275 -0.002401622 -0.070139788 -19.851722717 0.002757264 0.999983847 0.004974095 -2.678907394 0.070126712 -0.005155224 0.997524798 292.147857666\n0.997461021 -0.000363817 -0.071213707 -19.923851013 0.000792763 0.999981701 0.005995199 -2.690964699 0.071210228 -0.006036432 0.997443080 293.215332031\n0.997515142 0.000575922 -0.070450008 -20.024280548 -0.000265938 0.999990225 0.004409351 -2.702012539 0.070451863 -0.004379659 0.997505546 294.294494629\n0.997527480 -0.000464807 -0.070276238 -20.093591690 0.000635368 0.999996901 0.002404671 -2.717629433 0.070274904 -0.002443377 0.997524679 295.357360840\n0.997515202 -0.000373161 -0.070450462 -20.168561935 0.000300757 0.999999404 -0.001038330 -2.726956844 0.070450805 0.001014561 0.997514725 296.398742676\n0.997490942 -0.001701831 -0.070773713 -20.256864548 0.001394016 0.999989331 -0.004398449 -2.750008345 0.070780441 0.004288753 0.997482717 297.478454590\n0.997482359 -0.001325126 -0.070903048 -20.333072662 0.000905531 0.999981880 -0.005949680 -2.765137911 0.070909649 0.005870496 0.997465491 298.529357910\n0.997523308 -0.000439959 -0.070335388 -20.409425735 0.000167928 0.999992490 -0.003873494 -2.790704727 0.070336565 0.003852090 0.997515857 299.574432373\n0.997568667 0.002159547 -0.069657043 -20.495786667 -0.002251676 0.999996662 -0.001244119 -2.803815365 0.069654129 0.001397939 0.997570217 300.643737793\n0.997616947 0.004125184 -0.068872288 -20.571866989 -0.004124736 0.999991477 0.000148719 -2.817505598 0.068872318 0.000135715 0.997625470 301.684173584\n0.997640491 0.005966968 -0.068395182 -20.651628494 -0.005910089 0.999981999 0.001033946 -2.830195665 0.068400122 -0.000627285 0.997657776 302.718017578\n0.997622132 0.007898742 -0.068466604 -20.722972870 -0.007572650 0.999958694 0.005021030 -2.839542627 0.068503439 -0.004490617 0.997640789 303.776611328\n0.997649789 0.009868493 -0.067804821 -20.791505814 -0.009226135 0.999909580 0.009780267 -2.845629454 0.067895204 -0.009131704 0.997650683 304.815948486\n0.997630477 0.012507360 -0.067653283 -20.864797592 -0.011872927 0.999881744 0.009771703 -2.857073545 0.067767501 -0.008945307 0.997661054 305.867126465\n0.997638166 0.015114911 -0.067004718 -20.940744400 -0.014819361 0.999878168 0.004905755 -2.865894556 0.067070708 -0.003901201 0.997740626 306.889862061\n0.997603476 0.016977139 -0.067075439 -21.018310547 -0.017001167 0.999855459 0.000212612 -2.869554043 0.067069352 0.000928258 0.997747898 307.934082031\n0.997617483 0.019452356 -0.066189170 -21.094608307 -0.019644389 0.999804497 -0.002251605 -2.880645037 0.066132426 0.003546486 0.997804523 308.973297119\n0.997539520 0.022686811 -0.066333875 -21.168302536 -0.022932922 0.999732673 -0.002951005 -2.902865887 0.066249192 0.004464974 0.997793138 310.016815186\n0.997524142 0.024534181 -0.065906435 -21.244697571 -0.024864541 0.999682009 -0.004196890 -2.914614201 0.065782510 0.005825232 0.997816980 311.060913086\n0.997496545 0.025357384 -0.066012643 -21.321361542 -0.025616119 0.999667108 -0.003075882 -2.931844711 0.065912671 0.004759169 0.997814059 312.103149414\n0.997499645 0.026026271 -0.065704413 -21.393407822 -0.026133213 0.999658167 -0.000768524 -2.944715261 0.065661952 0.002483669 0.997838855 313.145019531\n0.997494638 0.025194768 -0.066103719 -21.457471848 -0.025175557 0.999682426 0.001123735 -2.962095261 0.066111036 0.000543279 0.997812152 314.200897217\n0.997489512 0.024682442 -0.066373602 -21.532567978 -0.024621895 0.999695361 0.001730195 -2.971168280 0.066396080 -0.000091608 0.997793317 315.250793457\n0.997474015 0.025626404 -0.066248268 -21.601184845 -0.025580119 0.999671578 0.001546970 -2.982089996 0.066266149 0.000151576 0.997801960 316.300018311\n0.997536302 0.025071144 -0.065518767 -21.669324875 -0.025018902 0.999685645 0.001617848 -2.989211559 0.065538734 0.000025346 0.997850001 317.350921631\n0.997617662 0.025303042 -0.064177886 -21.754463196 -0.025232987 0.999679804 0.001902005 -3.003580093 0.064205460 -0.000278074 0.997936666 318.424041748\n0.997673631 0.024692073 -0.063542627 -21.819704056 -0.024659969 0.999695063 0.001289597 -3.011363268 0.063555092 0.000280362 0.997978270 319.490631104\n0.997696757 0.025394475 -0.062898740 -21.887161255 -0.025375383 0.999677360 0.001102463 -3.019034147 0.062906444 0.000496155 0.998019278 320.553802490\n0.997703433 0.026125098 -0.062493071 -21.961717606 -0.026015658 0.999658227 0.002564447 -3.025672674 0.062538713 -0.000932760 0.998042107 321.636535645\n0.997765124 0.024704246 -0.062084321 -22.023908615 -0.024669962 0.999694765 0.001318844 -3.036859274 0.062097952 0.000215721 0.998070061 322.710418701\n0.997736454 0.026602553 -0.061760206 -22.108129501 -0.026866658 0.999633074 -0.003449646 -3.047467947 0.061645776 0.005101128 0.998085082 323.805633545\n0.997748494 0.026210561 -0.061732851 -22.179065704 -0.026664825 0.999623001 -0.006546108 -3.060813665 0.061538000 0.008177465 0.998071253 324.882354736\n0.997767508 0.024457416 -0.062143590 -22.243925095 -0.024728734 0.999687731 -0.003600528 -3.080706358 0.062036127 0.005129222 0.998060703 325.999908447\n0.997755945 0.024913467 -0.062148284 -22.311346054 -0.024880365 0.999689579 0.001306592 -3.092873335 0.062161542 0.000242612 0.998066068 327.104248047\n0.997782946 0.025333339 -0.061542243 -22.386465073 -0.025152393 0.999676704 0.003713245 -3.095008135 0.061616417 -0.002157078 0.998097599 328.203674316\n0.997837424 0.024134003 -0.061139200 -22.454080582 -0.023817059 0.999698877 0.005907557 -3.102969170 0.061263364 -0.004438625 0.998111784 329.292388916\n0.997834146 0.025045922 -0.060824871 -22.513280869 -0.024638910 0.999668777 0.007432473 -3.108408928 0.060990877 -0.005917717 0.998120785 330.382843018\n0.997881830 0.023176329 -0.060783733 -22.596038818 -0.022748170 0.999711394 0.007726628 -3.115329266 0.060945265 -0.006327543 0.998121083 331.501892090\n0.997908592 0.020616947 -0.061265320 -22.656373978 -0.020298123 0.999777019 0.005821863 -3.121104479 0.061371688 -0.004566116 0.998104513 332.588409424\n0.997942924 0.018775910 -0.061297387 -22.739589691 -0.018614760 0.999821603 0.003199042 -3.138239145 0.061346520 -0.002051426 0.998114407 333.677001953\n0.997960806 0.016063463 -0.061775193 -22.803884506 -0.015983550 0.999870658 0.001787588 -3.146272421 0.061795916 -0.000796556 0.998088479 334.757232666\n0.997939229 0.014966956 -0.062396273 -22.866531372 -0.014813847 0.999886036 0.002915749 -3.156165361 0.062432799 -0.001985412 0.998047173 335.849853516\n0.997972310 0.012438432 -0.062421948 -22.934331894 -0.012086811 0.999908924 0.006007434 -3.167899609 0.062490985 -0.005240771 0.998031795 336.932373047\n0.997968435 0.009578221 -0.062986076 -22.999114990 -0.009007283 0.999915779 0.009342243 -3.168620110 0.063070260 -0.008755931 0.997970700 338.016021729\n0.997966707 0.006715490 -0.063382745 -23.064205170 -0.006033306 0.999921858 0.010948212 -3.181297541 0.063451312 -0.010543544 0.997929215 339.083312988\n0.997929275 0.003770195 -0.064209945 -23.127065659 -0.003263419 0.999962687 0.007995535 -3.189294577 0.064237691 -0.007769434 0.997904360 340.150299072\n0.997931778 0.000338872 -0.064280890 -23.195554733 -0.000107763 0.999993503 0.003598735 -3.192524672 0.064281695 -0.003584365 0.997925341 341.228057861\n0.997908235 -0.000584126 -0.064643882 -23.267677307 0.000735298 0.999997079 0.002314759 -3.201292753 0.064642340 -0.002357450 0.997905731 342.286071777\n0.997880697 -0.002033881 -0.065038532 -23.343109131 0.002259417 0.999991715 0.003394372 -3.215499640 0.065031089 -0.003534127 0.997877002 343.348632812\n0.997785211 -0.004144829 -0.066389330 -23.397869110 0.004530580 0.999973714 0.005660939 -3.228562832 0.066364124 -0.005949183 0.997777760 344.406097412\n0.997721016 -0.005816791 -0.067223310 -23.476760864 0.006411641 0.999942124 0.008636516 -3.242190361 0.067169182 -0.009047845 0.997700572 345.442993164\n0.997636259 -0.007945168 -0.068255171 -23.539449692 0.008726723 0.999899626 0.011159967 -3.247981787 0.068159655 -0.011729231 0.997605503 346.470581055\n0.997556388 -0.009807117 -0.069174565 -23.611646652 0.010710911 0.999861896 0.012706610 -3.255419016 0.069040395 -0.013416483 0.997523665 347.476562500\n0.997447908 -0.011722870 -0.070429340 -23.686485291 0.012559905 0.999855518 0.011453662 -3.266740799 0.070284896 -0.012309017 0.997451007 348.514251709\n0.997363448 -0.012981709 -0.071397968 -23.764345169 0.013728358 0.999855995 0.009976786 -3.270784616 0.071258172 -0.010930657 0.997398019 349.520202637\n0.997307122 -0.012597514 -0.072248258 -23.838905334 0.013232453 0.999877870 0.008316379 -3.276655436 0.072134666 -0.009250006 0.997352004 350.503295898\n0.997253418 -0.011083114 -0.073231325 -23.912136078 0.011654793 0.999904811 0.007383767 -3.279745102 0.073142521 -0.008216983 0.997287631 351.497619629\n0.997203350 -0.011323385 -0.073872894 -23.987228394 0.011912681 0.999900579 0.007541412 -3.285920620 0.073780157 -0.008400345 0.997239172 352.457031250\n0.997156441 -0.010448029 -0.074631833 -24.060920715 0.011093460 0.999904513 0.008238886 -3.293754578 0.074538626 -0.009043382 0.997177124 353.406036377\n0.997166812 -0.008234845 -0.074770197 -24.132881165 0.008989486 0.999911964 0.009761871 -3.309462070 0.074683227 -0.010406359 0.997152984 354.348693848\n0.997143388 -0.006064865 -0.075288147 -24.216703415 0.006742497 0.999938965 0.008749603 -3.320805073 0.075230487 -0.009232239 0.997123420 355.311828613\n0.997128010 -0.005333535 -0.075546928 -24.284009933 0.005818618 0.999963820 0.006202306 -3.323099852 0.075511120 -0.006624071 0.997122943 356.220977783\n0.997185767 -0.006280279 -0.074706487 -24.358568192 0.006692577 0.999963701 0.005269833 -3.334290028 0.074670680 -0.005754981 0.997191668 357.137298584\n0.997292042 -0.005761067 -0.073317371 -24.428701401 0.006214892 0.999962926 0.005963236 -3.339898825 0.073280297 -0.006402747 0.997290850 358.016204834\n0.997415602 -0.004860776 -0.071682990 -24.490430832 0.005334285 0.999965191 0.006415634 -3.353864908 0.071649313 -0.006781432 0.997406840 358.900360107\n0.997525096 -0.006762987 -0.069985256 -24.548395157 0.007337433 0.999941468 0.007954282 -3.364893436 0.069927365 -0.008448108 0.997516334 359.755004883\n0.997628927 -0.008463950 -0.068300270 -24.606344223 0.009049344 0.999924898 0.008266041 -3.372725487 0.068225183 -0.008864515 0.997630537 360.579284668\n0.997739851 -0.008753445 -0.066622145 -24.660842896 0.009402816 0.999911249 0.009439759 -3.385120153 0.066533603 -0.010044860 0.997733593 361.409790039\n0.997830033 -0.011357058 -0.064855807 -24.708580017 0.012103290 0.999864876 0.011124733 -3.389101505 0.064720698 -0.011885561 0.997832656 362.203002930\n0.997908175 -0.012185575 -0.063488074 -24.748802185 0.013040560 0.999829531 0.013069923 -3.396768808 0.063317992 -0.013870504 0.997897029 362.970855713\n0.998045444 -0.010229578 -0.061649512 -24.796163559 0.011146890 0.999831975 0.014553945 -3.401845455 0.061490275 -0.015212699 0.997991741 363.713317871\n0.998129129 -0.010553285 -0.060223948 -24.835033417 0.011452033 0.999827862 0.014597822 -3.404752493 0.060059529 -0.015260198 0.998078167 364.429351807\n0.998205483 -0.010631179 -0.058930229 -24.880245209 0.011310327 0.999873281 0.011203069 -3.414958477 0.058803659 -0.011849485 0.998199224 365.126556396\n0.998297513 -0.010820733 -0.057314791 -24.922044754 0.011177707 0.999920070 0.005911346 -3.423408031 0.057246242 -0.006541930 0.998338640 365.792572021\n0.998359561 -0.010515724 -0.056281950 -24.955570221 0.010714640 0.999937356 0.003233674 -3.426491976 0.056244422 -0.003831410 0.998409688 366.446594238\n0.998425424 -0.010407655 -0.055121597 -24.996658325 0.010646258 0.999935150 0.004036774 -3.432564259 0.055076011 -0.004617256 0.998471498 367.076232910\n0.998437941 -0.010419547 -0.054891892 -25.024738312 0.010821165 0.999916792 0.007024377 -3.436182976 0.054814134 -0.007607399 0.998467624 367.681549072\n0.998445749 -0.010557979 -0.054723304 -25.071628571 0.011134415 0.999885559 0.010239479 -3.445643663 0.054608937 -0.010832876 0.998449028 368.270996094\n0.998307705 -0.010371520 -0.057219822 -25.094572067 0.011050539 0.999872088 0.011563205 -3.457767725 0.057092573 -0.012175946 0.998294652 368.827056885\n0.998088956 -0.008759455 -0.061169565 -25.129028320 0.009323230 0.999916613 0.008937269 -3.464650869 0.061086178 -0.009490487 0.998087347 369.361297607\n0.997742355 -0.007898211 -0.066691987 -25.170970917 0.008296087 0.999949396 0.005691037 -3.473329544 0.066643663 -0.006231470 0.997757375 369.880401611\n0.997156501 -0.007235346 -0.075010747 -25.226156235 0.007482129 0.999967456 0.003009470 -3.474349260 0.074986532 -0.003562152 0.997178197 370.378112793\n0.996194005 -0.007436348 -0.086846061 -25.279397964 0.007654316 0.999968350 0.002177083 -3.484025955 0.086827122 -0.002833544 0.996219337 370.836456299\n0.994719326 -0.006995486 -0.102393970 -25.337867737 0.007145589 0.999973893 0.001099210 -3.486285448 0.102383606 -0.001825070 0.994743288 371.307006836\n0.992614388 -0.005359692 -0.121194072 -25.405298233 0.005438719 0.999985158 0.000321290 -3.491792679 0.121190555 -0.000978058 0.992628753 371.732513428\n0.989769101 -0.002209313 -0.142661467 -25.495655060 0.002347063 0.999996901 0.000797299 -3.494277477 0.142659262 -0.001123977 0.989771247 372.179809570\n0.985779822 0.000435525 -0.168041706 -25.593109131 0.000157743 0.999993801 0.003517116 -3.506266117 0.168042198 -0.003493610 0.985773623 372.614898682\n0.980315328 0.000403318 -0.197437912 -25.711797714 0.001035341 0.999973655 0.007183366 -3.508075476 0.197435603 -0.007246379 0.980289102 373.055908203\n0.972826183 -0.000337460 -0.231536299 -25.828083038 0.002445234 0.999958158 0.008816508 -3.511811733 0.231523633 -0.009143090 0.972786307 373.468139648\n0.962872624 0.000109638 -0.269956112 -25.982748032 0.002474671 0.999954343 0.009232709 -3.515778780 0.269944787 -0.009557975 0.962828338 373.869293213\n0.950221419 0.003452922 -0.311556369 -26.152391434 -0.000054082 0.999940395 0.010917209 -3.513960123 0.311575502 -0.010356916 0.950164974 374.263793945\n0.935229719 0.007684595 -0.353958130 -26.343307495 -0.002675634 0.999889255 0.014638488 -3.518370628 0.354031414 -0.012743287 0.935146689 374.635498047\n0.917549491 0.011480547 -0.397455812 -26.546001434 -0.004215083 0.999807775 0.019148780 -3.513252258 0.397599220 -0.015894644 0.917421520 375.009582520\n0.896812081 0.012189518 -0.442243814 -26.747798920 -0.002154173 0.999728799 0.023187043 -3.503542423 0.442406505 -0.019841749 0.896595120 375.357513428\n0.872708738 0.016135024 -0.487974524 -26.906351089 -0.002783834 0.999601960 0.028073443 -3.513141155 0.488233268 -0.023141500 0.872406304 375.637207031\n0.844559848 0.023366703 -0.534951091 -27.163602829 -0.007668288 0.999472737 0.031550650 -3.513069391 0.535406291 -0.022544252 0.844293714 375.963012695\n0.812758207 0.030581718 -0.581797898 -27.456575394 -0.011943142 0.999286115 0.035842340 -3.503989697 0.582478702 -0.022182662 0.812543213 376.286132812\n0.777092457 0.035049561 -0.628409743 -27.746416092 -0.011496021 0.999072075 0.041507255 -3.493373394 0.629281461 -0.025030766 0.776774287 376.597290039\n0.738445044 0.035991915 -0.673352420 -28.087532043 -0.006339177 0.998900890 0.046441093 -3.475183964 0.674283862 -0.030025698 0.737861633 376.907928467\n0.695004284 0.033971108 -0.718202651 -28.429435730 0.001325292 0.998821020 0.048526894 -3.455460072 0.719004393 -0.034678228 0.694139838 377.222106934\n0.648585379 0.034147695 -0.760375559 -28.806449890 0.009055377 0.998576224 0.052569106 -3.443752766 0.761088073 -0.040981043 0.647352695 377.506317139\n0.598847151 0.033736218 -0.800152481 -29.210731506 0.015842004 0.998417854 0.053951949 -3.414528847 0.800706625 -0.044984989 0.597365260 377.766204834\n0.543715954 0.030640274 -0.838709772 -29.603637695 0.024937779 0.998302281 0.052637186 -3.399179459 0.838898718 -0.049535241 0.542028785 378.008911133\n0.485777676 0.026582384 -0.873678148 -30.048233032 0.033249322 0.998252094 0.048859760 -3.377527237 0.873449862 -0.052784190 0.484044731 378.230743408\n0.425026298 0.024018450 -0.904862285 -30.541336060 0.033554915 0.998542726 0.042266294 -3.336537361 0.904558837 -0.048326865 0.423600972 378.425048828\n0.361400247 0.023894912 -0.932104528 -31.047546387 0.033871394 0.998675287 0.038734268 -3.335986137 0.931795359 -0.045570254 0.360112131 378.580932617\n0.295872808 0.019332618 -0.955031812 -31.565200806 0.038558576 0.998738587 0.032162987 -3.312379837 0.954448938 -0.046340816 0.294754148 378.706359863\n0.230467856 0.014951648 -0.972965121 -32.099960327 0.050474029 0.998352230 0.027297646 -3.281323433 0.971770108 -0.055400699 0.229333401 378.807098389\n0.166015148 0.020561557 -0.985908866 -32.646362305 0.053518746 0.998121262 0.029828165 -3.272775650 0.984669864 -0.057716530 0.164602816 378.873870850\n0.105298936 0.030038036 -0.993986845 -33.202301025 0.046482235 0.998302519 0.035092596 -3.257597923 0.993353665 -0.049897943 0.103724003 378.899353027\n0.051027119 0.038538955 -0.997953415 -33.771850586 0.035856955 0.998540223 0.040395044 -3.245172501 0.998053372 -0.037844814 0.049570739 378.879974365\n0.002883375 0.041990556 -0.999114037 -34.346832275 0.026697865 0.998758614 0.042052682 -3.231227875 0.999639571 -0.026795469 0.001758695 378.837463379\n-0.036661267 0.044150729 -0.998351991 -34.939605713 0.022071781 0.998815656 0.043360721 -3.211873055 0.999083996 -0.020445745 -0.037592411 378.777709961\n-0.065011382 0.049810350 -0.996640563 -35.530059814 0.019386319 0.998627961 0.048645098 -3.187101364 0.997696221 -0.016158713 -0.065887809 378.696899414\n-0.086629629 0.055611379 -0.994687378 -36.141448975 0.018853396 0.998353481 0.054174371 -3.161683083 0.996062338 -0.014060135 -0.087535381 378.624816895\n-0.103072524 0.057623874 -0.993003428 -36.764160156 0.016690573 0.998280168 0.056197628 -3.137774467 0.994533956 -0.010781367 -0.103857040 378.548126221\n-0.112608790 0.052616704 -0.992245436 -37.391510010 0.011769103 0.998597562 0.051617891 -3.121129036 0.993569791 -0.005865216 -0.113070130 378.460784912\n-0.117712021 0.040451933 -0.992223620 -37.990417480 0.007218682 0.999178410 0.039879091 -3.088318825 0.993021607 -0.002468304 -0.117907286 378.365905762\n-0.119876862 0.028739588 -0.992372811 -38.616912842 0.006982030 0.999580622 0.028104916 -3.063256741 0.992764294 -0.003559649 -0.120027304 378.277740479\n-0.119840264 0.023855191 -0.992506564 -39.271820068 0.009916901 0.999690175 0.022830434 -3.035347462 0.992743671 -0.007106584 -0.120039701 378.205108643\n-0.118383765 0.027788457 -0.992579103 -39.946319580 0.012899748 0.999567032 0.026445558 -3.022350788 0.992884219 -0.009673296 -0.118690968 378.131378174\n-0.117319107 0.033124208 -0.992541850 -40.628112793 0.016495490 0.999370694 0.031402338 -3.008977890 0.992957413 -0.012688374 -0.117791772 378.056457520\n-0.116586685 0.034889057 -0.992567599 -41.314880371 0.014832278 0.999332488 0.033384655 -2.991524696 0.993069828 -0.010829837 -0.117026329 377.973571777\n-0.115665913 0.034420900 -0.992691636 -42.021575928 0.012020105 0.999374688 0.033252083 -2.973983765 0.993215501 -0.008086128 -0.116007328 377.889282227\n-0.114358068 0.033579331 -0.992872059 -42.733459473 0.008303307 0.999426007 0.032844625 -2.956864357 0.993405044 -0.004488076 -0.114571333 377.802307129\n-0.111112475 0.031320091 -0.993314326 -43.456329346 0.003757040 0.999509394 0.031095168 -2.937312126 0.993800879 -0.000276867 -0.111175656 377.714447021\n-0.106493473 0.029900340 -0.993863940 -44.203948975 0.000494397 0.999549210 0.030018412 -2.919686317 0.994313478 0.002705395 -0.106460214 377.634460449\n-0.102082610 0.030091068 -0.994320869 -44.964996338 -0.001957589 0.999534369 0.030449824 -2.897770882 0.994774163 0.005054864 -0.101976275 377.552368164\n-0.098104119 0.033007000 -0.994628727 -45.745910645 -0.003961166 0.999428928 0.033557005 -2.875096321 0.995168388 0.007231969 -0.097917438 377.478973389\n-0.093650579 0.036546901 -0.994934201 -46.543853760 -0.006818736 0.999279022 0.037348334 -2.854212761 0.995581865 0.010281884 -0.093333840 377.393310547\n-0.090079069 0.038246959 -0.995199978 -47.350708008 -0.007846696 0.999204040 0.039111074 -2.830175400 0.995903730 0.011332120 -0.089707255 377.314819336\n-0.087142229 0.036459588 -0.995528519 -48.182708740 -0.009044380 0.999259889 0.037387930 -2.803905010 0.996154904 0.012262002 -0.086748004 377.242095947\n-0.084525585 0.034102160 -0.995837569 -49.024780273 -0.007349506 0.999365628 0.034846798 -2.772902966 0.996394217 0.010264360 -0.084221363 377.182922363\n-0.080403447 0.035208881 -0.996140480 -49.882446289 -0.004810996 0.999350607 0.035710670 -2.745518684 0.996750891 0.007663687 -0.080181837 377.108001709\n-0.077189803 0.039791588 -0.996222198 -50.778564453 -0.005009610 0.999175131 0.040297698 -2.720486641 0.997003973 0.008101248 -0.076926708 377.030883789\n-0.074233532 0.045743845 -0.996191323 -51.669189453 -0.003786840 0.998927295 0.046151668 -2.695907593 0.997233808 0.007198409 -0.073980689 376.970520020\n-0.071222425 0.050165083 -0.996198297 -52.565887451 -0.002771066 0.998720706 0.050490223 -2.653239250 0.997456729 0.006356558 -0.070992351 376.904357910\n-0.068646312 0.051656190 -0.996302962 -53.473510742 -0.001537077 0.998651922 0.051883891 -2.612629890 0.997640014 0.005093024 -0.068474412 376.842987061\n-0.066547990 0.050532274 -0.996502936 -54.385101318 -0.003889718 0.998696029 0.050903253 -2.575887680 0.997775733 0.007263617 -0.066264629 376.786682129\n-0.063920498 0.045956224 -0.996896386 -55.294097900 -0.005988686 0.998903453 0.046432741 -2.538081169 0.997937143 0.008938092 -0.063575149 376.710449219\n-0.062964201 0.042673312 -0.997103035 -56.219421387 -0.005087123 0.999058723 0.043078247 -2.506264687 0.998002768 0.007784772 -0.062687874 376.652404785\n-0.062627792 0.042329237 -0.997138917 -57.142181396 -0.004484367 0.999078155 0.042693209 -2.474244118 0.998026907 0.007145318 -0.062380195 376.593353271\n-0.062951565 0.042901620 -0.997094095 -58.080535889 -0.004340683 0.999054432 0.043260019 -2.438854218 0.998007178 0.007051353 -0.062705755 376.536590576\n-0.063518643 0.044835884 -0.996972978 -59.016143799 -0.003005398 0.998977184 0.045117497 -2.417122841 0.997976124 0.005862099 -0.063318849 376.474700928\n-0.064869881 0.045265216 -0.996866584 -59.946441650 -0.003484592 0.998954296 0.045586772 -2.388102531 0.997887671 0.006430880 -0.064644337 376.405578613\n-0.066382647 0.045866165 -0.996739566 -60.871673584 -0.005488976 0.998911023 0.046331655 -2.355301857 0.997779250 0.008546692 -0.066058517 376.343322754\n-0.067476153 0.046427324 -0.996640146 -61.790771484 -0.008300911 0.998856068 0.047092553 -2.325242996 0.997686446 0.011450643 -0.067013621 376.270111084\n-0.068463922 0.046739198 -0.996558130 -62.728851318 -0.009128251 0.998830795 0.047472905 -2.295190811 0.997611821 0.012347017 -0.067957282 376.196929932\n-0.069423437 0.047378108 -0.996461749 -63.653381348 -0.008590882 0.998806179 0.048088107 -2.265404701 0.997550428 0.011898918 -0.068933606 376.128662109\n-0.070719004 0.046212021 -0.996425211 -64.578002930 -0.011296699 0.998825133 0.047125082 -2.227959156 0.997432232 0.014588957 -0.070113897 376.058776855\n-0.071959615 0.044179898 -0.996428668 -65.490875244 -0.011083604 0.998921394 0.045090854 -2.199014664 0.997346044 0.014288737 -0.071392417 375.978393555\n-0.074979305 0.043006055 -0.996257246 -66.406585693 -0.009503549 0.998993397 0.043839414 -2.174277306 0.997139812 0.012755029 -0.074495077 375.907440186\n-0.078639150 0.045370582 -0.995870173 -67.325195312 -0.010253672 0.998874187 0.046317123 -2.139277935 0.996850431 0.013853660 -0.078085423 375.833496094\n-0.082917333 0.049492713 -0.995326757 -68.238342285 -0.011230526 0.998656154 0.050593853 -2.106469154 0.996493220 0.015373149 -0.082250118 375.753295898\n-0.086587906 0.051804148 -0.994896591 -69.153167725 -0.012818244 0.998506546 0.053107720 -2.071948051 0.996161938 0.017351301 -0.085794568 375.663757324\n-0.090053678 0.049959917 -0.994682968 -70.070465088 -0.017559571 0.998506129 0.051741697 -2.047027588 0.995782077 0.022125738 -0.089041829 375.569122314\n-0.092587709 0.048283793 -0.994533181 -70.977966309 -0.020593254 0.998517036 0.050394371 -2.008740902 0.995491564 0.025146574 -0.091456175 375.475585938\n-0.095233679 0.043527596 -0.994502962 -71.879333496 -0.019733856 0.998764694 0.045603838 -1.975217342 0.995259464 0.023968387 -0.094256997 375.385925293\n-0.096542835 0.041270189 -0.994472980 -72.782257080 -0.018037379 0.998903394 0.043205108 -1.947789669 0.995165527 0.022108819 -0.095692515 375.297668457\n-0.097779393 0.043315895 -0.994265020 -73.681243896 -0.018241463 0.998806536 0.045307677 -1.914183617 0.995040953 0.022567008 -0.096872568 375.204803467\n-0.098332047 0.045330893 -0.994120717 -74.582794189 -0.019847542 0.998673975 0.047501709 -1.884600163 0.994955778 0.024401788 -0.097301960 375.113372803\n-0.097581983 0.047167450 -0.994109273 -75.512725830 -0.018683530 0.998613417 0.049215142 -1.861241817 0.995052218 0.023375975 -0.096565485 375.020751953\n-0.096241117 0.042741612 -0.994439960 -76.417236328 -0.020248869 0.998786807 0.044888109 -1.825579643 0.995152056 0.024456365 -0.095258951 374.931243896\n-0.093089342 0.041008767 -0.994813085 -77.311431885 -0.022179516 0.998818099 0.043249305 -1.794271469 0.995410919 0.026090505 -0.092069745 374.844970703\n-0.090170622 0.041597627 -0.995057404 -78.209167480 -0.024858721 0.998722076 0.044003483 -1.769844532 0.995616198 0.028703662 -0.089021325 374.759552002\n-0.085725665 0.044166505 -0.995339334 -79.126556396 -0.025919171 0.998579979 0.046542648 -1.745526791 0.995981514 0.029788274 -0.084459186 374.675537109\n-0.081041813 0.045934819 -0.995651662 -80.024383545 -0.027031384 0.998468697 0.048265029 -1.716268063 0.996344090 0.030825330 -0.079676032 374.600524902\n-0.075781703 0.047572751 -0.995989084 -80.914733887 -0.027727610 0.998374403 0.049796399 -1.692130566 0.996738970 0.031390045 -0.074339509 374.528778076\n-0.070866585 0.048583448 -0.996301949 -81.797943115 -0.027550085 0.998336792 0.050642300 -1.661913872 0.997105300 0.031037051 -0.069410324 374.464874268\n-0.065597177 0.048436016 -0.996669948 -82.708496094 -0.027542183 0.998352766 0.050330520 -1.621192932 0.997466028 0.030752001 -0.064154983 374.402984619\n-0.060513020 0.047219194 -0.997049928 -83.599517822 -0.026303049 0.998458147 0.048882272 -1.589696884 0.997820795 0.029183466 -0.059177637 374.355834961\n-0.055281639 0.045804981 -0.997419655 -84.481384277 -0.026940348 0.998515069 0.047348447 -1.563415051 0.998107374 0.029488327 -0.053965569 374.302185059\n-0.050305128 0.043840878 -0.997771382 -85.360656738 -0.027217580 0.998604834 0.045249745 -1.531237125 0.998363137 0.029433204 -0.049041629 374.258911133\n-0.044968128 0.042812742 -0.998070717 -86.271057129 -0.028592905 0.998616755 0.044124421 -1.499882221 0.998579264 0.030521924 -0.043681741 374.202087402\n-0.040240407 0.043573320 -0.998239636 -87.153381348 -0.028482860 0.998592675 0.044736911 -1.471638680 0.998784125 0.030232938 -0.038942695 374.171997070\n-0.035284162 0.044924304 -0.998367131 -88.024688721 -0.028474811 0.998538375 0.045938365 -1.447592735 0.998971641 0.030049212 -0.033953428 374.137817383\n-0.030719280 0.046568811 -0.998442829 -88.907775879 -0.029801097 0.998427272 0.047484986 -1.414667130 0.999083877 0.031213380 -0.029283166 374.113342285\n-0.026259780 0.048870027 -0.998459876 -89.797332764 -0.028877238 0.998350441 0.049624149 -1.384222031 0.999237955 0.030135881 -0.024805188 374.081359863\n-0.023160458 0.050066259 -0.998477340 -90.662994385 -0.026320675 0.998368502 0.050671328 -1.353366375 0.999385238 0.027454169 -0.021804810 374.070617676\n-0.020218372 0.050529558 -0.998517931 -91.523895264 -0.024231950 0.998403907 0.051014446 -1.324930191 0.999501944 0.025227457 -0.018961668 374.061004639\n-0.017350197 0.049228132 -0.998636901 -92.343292236 -0.021813769 0.998530805 0.049601890 -1.301940918 0.999611557 0.022644632 -0.016250849 374.029571533\n-0.016223073 0.046800386 -0.998772562 -93.190795898 -0.019404404 0.998701096 0.047112230 -1.268048286 0.999680161 0.020144893 -0.015293956 374.027923584\n-0.015442252 0.046648566 -0.998791993 -93.995422363 -0.016468339 0.998763740 0.046901859 -1.239527702 0.999745131 0.017172715 -0.014654994 374.026397705\n-0.014796734 0.046437908 -0.998811722 -94.761322021 -0.014487727 0.998806119 0.046652280 -1.220921516 0.999785662 0.015160806 -0.014106393 374.009277344\n-0.014619827 0.044444904 -0.998904943 -95.543884277 -0.011756444 0.998934925 0.044618309 -1.201073647 0.999824107 0.012395878 -0.014081717 373.999084473\n-0.015458584 0.043938234 -0.998914719 -96.277618408 -0.009064730 0.998986781 0.044081688 -1.184629440 0.999839485 0.009736327 -0.015044570 373.987121582\n-0.017576456 0.043847684 -0.998883784 -96.983245850 -0.006904264 0.999008775 0.043974664 -1.165013313 0.999821901 0.007669466 -0.017256379 373.973022461\n-0.021358609 0.045675159 -0.998727977 -97.694366455 -0.005109082 0.998937845 0.045794018 -1.143147469 0.999758840 0.006080677 -0.021102548 373.960144043\n-0.025859475 0.047901697 -0.998517275 -98.363403320 -0.002111315 0.998846412 0.047972169 -1.126808167 0.999663413 0.003348714 -0.025728464 373.950622559\n-0.030647874 0.049079239 -0.998324692 -99.001251221 -0.001048854 0.998791635 0.049134400 -1.109247208 0.999529839 0.002552954 -0.030559301 373.920654297\n-0.036365867 0.048801392 -0.998146415 -99.612487793 0.001143987 0.998808324 0.048792083 -1.089468956 0.999338090 0.000632488 -0.036378384 373.895233154\n-0.042916894 0.046849884 -0.997979641 -100.224700928 0.002124262 0.998901963 0.046801832 -1.071864128 0.999076486 -0.000111387 -0.042969227 373.865447998\n-0.049807668 0.044472922 -0.997768223 -100.839447021 0.003211094 0.999010086 0.044367980 -1.052566528 0.998753726 -0.000994068 -0.049901128 373.823333740\n-0.057970405 0.044512015 -0.997325599 -101.444732666 0.002814483 0.999008834 0.044423550 -1.030370712 0.998314440 -0.000231709 -0.058038235 373.786987305\n-0.065046906 0.046225861 -0.996811032 -102.049835205 0.004242677 0.998930275 0.046047285 -1.019841194 0.997873247 -0.001233916 -0.065173507 373.739959717\n-0.072341919 0.045936987 -0.996321499 -102.644317627 0.003480840 0.998944342 0.045805179 -0.999105453 0.997373819 -0.000154402 -0.072425485 373.687805176\n-0.079380989 0.043549243 -0.995892763 -103.240722656 0.002995491 0.999051154 0.043448597 -0.983612061 0.996839941 0.000465803 -0.079436183 373.633880615\n-0.086694956 0.039604854 -0.995447338 -103.829223633 0.001409946 0.999213338 0.039631896 -0.963723183 0.996233881 0.002032359 -0.086682677 373.582305908\n-0.092352867 0.036574773 -0.995054543 -104.414672852 0.001986664 0.999329925 0.036547542 -0.948369026 0.995724499 0.001398426 -0.092363715 373.510681152\n-0.098705649 0.034132216 -0.994531333 -104.996185303 0.002464396 0.999416888 0.034055308 -0.934829712 0.995113790 0.000910526 -0.098732233 373.446685791\n-0.104309082 0.031739227 -0.994038522 -105.583862305 0.002081658 0.999495447 0.031695034 -0.919920444 0.994542897 0.001236827 -0.104322553 373.379455566\n-0.109847426 0.030519335 -0.993479908 -106.175720215 -0.000072139 0.999528229 0.030713117 -0.907771111 0.993948519 0.003445423 -0.109793425 373.307556152\n-0.114560843 0.029890470 -0.992966592 -106.778381348 -0.001774062 0.999539495 0.030293010 -0.894225597 0.993414760 0.005231973 -0.114455104 373.234008789\n-0.118931532 0.029057045 -0.992477179 -107.378234863 -0.000814303 0.999568522 0.029362241 -0.885829926 0.992902100 0.004300276 -0.118856549 373.149353027\n-0.123437047 0.028905727 -0.991931438 -107.994934082 0.000316167 0.999576747 0.029089177 -0.871238708 0.992352426 0.003277061 -0.123393893 373.075134277\n-0.127232909 0.027949305 -0.991479158 -108.612182617 -0.000848343 0.999599457 0.028287079 -0.859292507 0.991872668 0.004440158 -0.127158284 372.989807129\n-0.130311370 0.025802346 -0.991137326 -109.233123779 -0.005604925 0.999626160 0.026760252 -0.845880032 0.991457283 0.009042414 -0.130118012 372.893402100\n-0.132629633 0.024112068 -0.990872264 -109.867828369 -0.008938061 0.999634326 0.025521656 -0.832760811 0.991125286 0.012241407 -0.132365584 372.795715332\n-0.134307742 0.023557981 -0.990659773 -110.507019043 -0.009240866 0.999644101 0.025024455 -0.820456028 0.990896761 0.012515527 -0.134042263 372.710845947\n-0.134748220 0.022979785 -0.990613401 -111.158660889 -0.007262543 0.999681294 0.024178026 -0.806187630 0.990853310 0.010452318 -0.134538412 372.622924805\n-0.135393739 0.024632437 -0.990485728 -111.822509766 -0.008938455 0.999619842 0.026081430 -0.795729160 0.990751684 0.012384670 -0.135122061 372.534149170\n-0.134502053 0.029196749 -0.990483165 -112.488037109 -0.008288352 0.999497712 0.030587986 -0.790732384 0.990878761 0.012323618 -0.134192467 372.431396484\n-0.134712100 0.034425873 -0.990286648 -113.177246094 -0.011492711 0.999274790 0.036301728 -0.770374775 0.990818202 0.016271356 -0.134218812 372.335052490\n-0.133981824 0.046387825 -0.989897609 -113.888488770 -0.012882212 0.998737872 0.048545696 -0.742772102 0.990900218 0.019256309 -0.133215189 372.242736816\n-0.132451653 0.056658313 -0.989568889 -114.606811523 -0.016769500 0.998093903 0.059390984 -0.713022232 0.991047680 0.024461003 -0.131249070 372.147460938\n-0.128967285 0.058920790 -0.989897013 -115.328155518 -0.018563522 0.997914910 0.061816558 -0.683874130 0.991475224 0.026348276 -0.127604604 372.039031982\n-0.126016259 0.050332587 -0.990750611 -116.051330566 -0.023121471 0.998291731 0.053656578 -0.657809258 0.991758823 0.029669203 -0.124637246 371.945037842\n-0.121816516 0.034210242 -0.991963029 -116.776214600 -0.024943139 0.998984694 0.037515510 -0.626166344 0.992239296 0.029312674 -0.120839596 371.851867676\n-0.117666483 0.030216303 -0.992593348 -117.547790527 -0.027602889 0.999051273 0.033685062 -0.586966991 0.992669463 0.031362046 -0.116720796 371.745056152\n-0.113295197 0.040319379 -0.992742956 -118.339416504 -0.025977094 0.998714507 0.043526500 -0.547969341 0.993221700 0.030719921 -0.112102151 371.659301758\n-0.109186172 0.059182640 -0.992257953 -119.173156738 -0.026869804 0.997685492 0.062463064 -0.516371727 0.993658125 0.033481870 -0.107343197 371.561279297\n-0.105250716 0.063653596 -0.992406487 -120.002624512 -0.024510445 0.997480094 0.066578500 -0.483304977 0.994143665 0.031331748 -0.103425264 371.480377197\n-0.102192879 0.054099154 -0.993292570 -120.823364258 -0.024538776 0.998079181 0.056884475 -0.441798210 0.994462013 0.030187359 -0.100669026 371.400360107\n-0.098433852 0.036604203 -0.994470239 -121.654693604 -0.025603194 0.998899341 0.039301466 -0.405131340 0.994814217 0.029330207 -0.097388268 371.317626953\n-0.094273448 0.026696408 -0.995188355 -122.501312256 -0.028247209 0.999166191 0.029478954 -0.366120815 0.995145500 0.030890374 -0.093440771 371.224975586\n-0.090344071 0.030264890 -0.995450675 -123.380371094 -0.034038644 0.998860300 0.033457801 -0.338234901 0.995328784 0.036906503 -0.089210868 371.141326904\n-0.084979057 0.040283393 -0.995568037 -124.286041260 -0.040014099 0.998238385 0.043806940 -0.303397655 0.995578885 0.043559432 -0.083217382 371.053222656\n-0.078606963 0.043728169 -0.995946169 -125.195770264 -0.043662518 0.997927845 0.047261324 -0.272495747 0.995949030 0.047200587 -0.076534748 370.969360352\n-0.071851015 0.034192685 -0.996829093 -126.108337402 -0.046088830 0.998230875 0.037562836 -0.243473768 0.996349931 0.048641618 -0.070147991 370.905242920\n-0.063967824 0.020258673 -0.997746408 -127.025482178 -0.043667838 0.998779476 0.023079293 -0.218110561 0.996996224 0.045045756 -0.063005090 370.842956543\n-0.057174325 0.012906793 -0.998280823 -127.950958252 -0.035963777 0.999240816 0.014978953 -0.207394838 0.997716308 0.036758360 -0.056666732 370.796325684\n-0.050381303 0.017357914 -0.998579383 -128.935150146 -0.032303508 0.999297500 0.019000199 -0.176289976 0.998207688 0.033214863 -0.049785137 370.764221191\n-0.042504549 0.030123290 -0.998642206 -129.925079346 -0.029439334 0.999073565 0.031389311 -0.161839485 0.998662591 0.030733541 -0.041578412 370.710388184\n-0.036095619 0.040010042 -0.998547316 -130.918060303 -0.026645932 0.998804450 0.040983550 -0.137760639 0.998993218 0.028086537 -0.034986377 370.676818848\n-0.030705333 0.040944923 -0.998689592 -131.916397095 -0.025248863 0.998809993 0.041726157 -0.105137825 0.999209642 0.026496986 -0.029634953 370.645904541\n-0.026656151 0.037429031 -0.998943806 -132.910202026 -0.024205966 0.998981595 0.038076371 -0.078190804 0.999351680 0.025195366 -0.025723100 370.615295410\n-0.024682879 0.034003675 -0.999116898 -133.898880005 -0.023407491 0.999127686 0.034582321 -0.049878120 0.999421299 0.024240410 -0.023865461 370.585235596\n-0.024399877 0.034076363 -0.999121487 -134.898773193 -0.021425994 0.999171495 0.034601323 -0.017040253 0.999472797 0.022251431 -0.023649573 370.568908691\n-0.024317026 0.035357043 -0.999079108 -135.908172607 -0.019115902 0.999175191 0.035825718 0.007128716 0.999521732 0.019969461 -0.023621082 370.550170898\n-0.024247885 0.037050001 -0.999019146 -136.911193848 -0.019001838 0.999115407 0.037514780 0.024707317 0.999525368 0.019892855 -0.023522377 370.509704590\n-0.026291847 0.039602831 -0.998869479 -137.922088623 -0.020366009 0.998986363 0.040143531 0.060335636 0.999446809 0.021398434 -0.025458694 370.481262207\n-0.029215336 0.044206254 -0.998595178 -138.939788818 -0.020088905 0.998793840 0.044802777 0.089578629 0.999371231 0.021369606 -0.028291941 370.452148438\n-0.033329487 0.044171743 -0.998467922 -139.948257446 -0.020121014 0.998790741 0.044857677 0.115680695 0.999241948 0.021585265 -0.032400370 370.419372559\n-0.035253763 0.037322048 -0.998681426 -140.951599121 -0.017131684 0.999132991 0.037943684 0.140358448 0.999231696 0.018446745 -0.034583807 370.369018555\n-0.038892508 0.029447543 -0.998809576 -141.943740845 -0.013015625 0.999465942 0.029973708 0.167905807 0.999158800 0.014165875 -0.038488388 370.335693359\n-0.042278051 0.028197410 -0.998708010 -142.950408936 -0.007753592 0.999562323 0.028549762 0.189665794 0.999075890 0.008950599 -0.042040944 370.296356201\n-0.046135783 0.034300104 -0.998346150 -143.944686890 -0.004592539 0.999392450 0.034548286 0.208938122 0.998924613 0.006178859 -0.045950294 370.255310059\n-0.048500419 0.040352643 -0.998007894 -144.955413818 -0.004708787 0.999163210 0.040628199 0.226034164 0.998812258 0.006669879 -0.048269749 370.201904297\n-0.051109433 0.042071316 -0.997806609 -145.944534302 -0.006258416 0.999079168 0.042445544 0.250219345 0.998673558 0.008414050 -0.050799012 370.148071289\n-0.053177238 0.038787652 -0.997831643 -146.928970337 -0.010080418 0.999173582 0.039377034 0.276165962 0.998534381 0.012152513 -0.052742243 370.078369141\n-0.055047393 0.035053279 -0.997868299 -147.914703369 -0.014836320 0.999244511 0.035920069 0.303277016 0.998373508 0.016781999 -0.054485798 370.001342773\n-0.058123827 0.031811025 -0.997802436 -148.891891479 -0.016622525 0.999322772 0.032827791 0.331014156 0.998171031 0.018494073 -0.057555676 369.953674316\n-0.059845567 0.031140875 -0.997721910 -149.872894287 -0.015896069 0.999356806 0.032145385 0.352267742 0.998081207 0.017783606 -0.059311986 369.887908936\n-0.061936378 0.034386382 -0.997487545 -150.862640381 -0.013733830 0.999282360 0.035301022 0.363151073 0.997985601 0.015885746 -0.061419725 369.827392578\n-0.064260364 0.038502064 -0.997190297 -151.840026855 -0.009653283 0.999184728 0.039201144 0.399216652 0.997886598 0.012145235 -0.063836336 369.770202637\n-0.067700267 0.045782462 -0.996654928 -152.815460205 -0.007816683 0.998891592 0.046416178 0.427378654 0.997675300 0.010932909 -0.067267299 369.706420898\n-0.070345402 0.050270725 -0.996255159 -153.791549683 -0.006728075 0.998682737 0.050868288 0.454074860 0.997500002 0.010281233 -0.069914579 369.629852295\n-0.074505210 0.047872260 -0.996071100 -154.771499634 -0.008298415 0.998782694 0.048623305 0.490285873 0.997186303 0.011888492 -0.074017286 369.561218262\n-0.077781439 0.040502835 -0.996147394 -155.724884033 -0.010904997 0.999080062 0.041473564 0.520604134 0.996910870 0.014088854 -0.077268243 369.478149414\n-0.080578923 0.034533452 -0.996149838 -156.684219360 -0.012915971 0.999279559 0.035686724 0.554311275 0.996664584 0.015741838 -0.080074787 369.396911621\n-0.082566023 0.035855010 -0.995940387 -157.643112183 -0.009762588 0.999275565 0.036784422 0.579373360 0.996537805 0.012760098 -0.082156181 369.319763184\n-0.084054112 0.040883344 -0.995622218 -158.606796265 -0.009139504 0.999084294 0.041797101 0.602253914 0.996419311 0.012612708 -0.083603501 369.237152100\n-0.085359573 0.045875590 -0.995293617 -159.566696167 -0.007560912 0.998880863 0.046689384 0.629525185 0.996321619 0.011510706 -0.084917188 369.151184082\n-0.086735249 0.047976874 -0.995075583 -160.520187378 -0.005567571 0.998800755 0.048641779 0.662820816 0.996215940 0.009759103 -0.086364031 369.070892334\n-0.087477565 0.049978457 -0.994912088 -161.466262817 -0.004289033 0.998712480 0.050546482 0.692478180 0.996157408 0.008688884 -0.087150574 368.985748291\n-0.087466836 0.051317152 -0.994844913 -162.412567139 -0.005922652 0.998627782 0.052033011 0.725722313 0.996149957 0.010443272 -0.087042809 368.898620605\n-0.086986184 0.050259233 -0.994940877 -163.351943970 -0.008507171 0.998652697 0.051190499 0.762618065 0.996173203 0.012917000 -0.086441398 368.809143066\n-0.086647391 0.048016626 -0.995081246 -164.286193848 -0.011821630 0.998717904 0.049221486 0.796507835 0.996168911 0.016028397 -0.085968733 368.726013184\n-0.085330486 0.045821968 -0.995298505 -165.224365234 -0.015342752 0.998763025 0.047296859 0.827070236 0.996234596 0.019306479 -0.084521890 368.636779785\n-0.083630919 0.042909648 -0.995572507 -166.158920288 -0.014876478 0.998907387 0.044303045 0.857482910 0.996385753 0.018515714 -0.082901120 368.552459717\n-0.082231641 0.040072247 -0.995807409 -167.095687866 -0.013238511 0.999059260 0.041296314 0.883278847 0.996525466 0.016578864 -0.081623793 368.465057373\n-0.080848217 0.039982684 -0.995924175 -168.027328491 -0.012552138 0.999075055 0.041128151 0.907934189 0.996647418 0.015826117 -0.080271602 368.397857666\n-0.079622030 0.044648442 -0.995824754 -168.945159912 -0.011507277 0.998888671 0.045705892 0.936841011 0.996758759 0.015098427 -0.079019785 368.320556641\n-0.078866482 0.050455533 -0.995607615 -169.884643555 -0.009412380 0.998636127 0.051354613 0.975887299 0.996840894 0.013421183 -0.078283906 368.254028320\n-0.078089595 0.053721175 -0.995498121 -170.805679321 -0.007506761 0.998487115 0.054471333 1.011275291 0.996918321 0.011726599 -0.077568293 368.183715820\n-0.076741934 0.053578615 -0.995610356 -171.683425903 -0.008801396 0.998479784 0.054411449 1.033968925 0.997012138 0.012938403 -0.076153755 368.112396240\n-0.075356841 0.051344730 -0.995833993 -172.568649292 -0.007241376 0.998618960 0.052036297 1.069727898 0.997130454 0.011132491 -0.074880958 368.046203613\n-0.074424744 0.049293585 -0.996007800 -173.445571899 -0.008286639 0.998712480 0.050046656 1.096769333 0.997192383 0.011978257 -0.073920488 367.976440430\n-0.073521376 0.049724545 -0.996053338 -174.314071655 -0.009609995 0.998674572 0.050564740 1.131719589 0.997247398 0.013289656 -0.072946072 367.910125732\n-0.072887063 0.053822845 -0.995887041 -175.156005859 -0.011388199 0.998432755 0.054793917 1.158222198 0.997275352 0.015335114 -0.072159886 367.840698242\n-0.072419047 0.055873040 -0.995808125 -175.988830566 -0.009651184 0.998343647 0.056717180 1.190217018 0.997327685 0.013718128 -0.071759820 367.782989502\n-0.071789622 0.051935572 -0.996066809 -176.795120239 -0.005068999 0.998611569 0.052433595 1.215133667 0.997407019 0.008813241 -0.071426630 367.727539062\n-0.071188450 0.045252297 -0.996436059 -177.574798584 -0.001774567 0.998963058 0.045493845 1.240726471 0.997461498 0.005006869 -0.071034312 367.670288086\n-0.071224928 0.041900087 -0.996580005 -178.342544556 -0.000680374 0.999115050 0.042055301 1.266538620 0.997460186 0.003673426 -0.071133375 367.615661621\n-0.071456075 0.047383908 -0.996317685 -179.100296021 0.003028686 0.998876691 0.047288399 1.289604187 0.997439206 0.000361511 -0.071519375 367.562438965\n-0.072607994 0.054721083 -0.995858371 -179.840744019 0.009095182 0.998488545 0.054202482 1.315959930 0.997319162 -0.005121981 -0.072996020 367.523712158\n-0.074554801 0.058005139 -0.995528460 -180.552719116 0.008185009 0.998308837 0.057554163 1.334676743 0.997183323 -0.003857468 -0.074903488 367.468322754\n-0.076417446 0.054136030 -0.995605290 -181.234817505 0.008111203 0.998525679 0.053672258 1.354956627 0.997043014 -0.003974069 -0.076743841 367.414062500\n-0.079584002 0.045958813 -0.995768189 -181.894027710 0.005197631 0.998942137 0.045689903 1.373356819 0.996814668 -0.001539449 -0.079738736 367.356597900\n-0.081679106 0.039273717 -0.995884597 -182.541564941 0.004597282 0.999227524 0.039028492 1.393553734 0.996648073 -0.001390548 -0.081796646 367.294372559\n-0.084856391 0.038018804 -0.995667577 -183.168472290 -0.000022179 0.999271691 0.038158312 1.413399696 0.996393204 0.003260060 -0.084793806 367.235687256\n-0.088816166 0.040716507 -0.995215476 -183.785614014 -0.002530997 0.999151707 0.041103423 1.429800987 0.996044815 0.006169536 -0.088637829 367.169982910\n-0.093846321 0.045078237 -0.994565785 -184.389175415 -0.003700359 0.998951733 0.045626197 1.442984581 0.995579958 0.007962098 -0.093581200 367.106872559\n-0.100221157 0.046995502 -0.993854642 -184.983001709 -0.003094862 0.998864353 0.047544476 1.459813118 0.994960308 0.007840806 -0.099961877 367.043029785\n-0.108691335 0.048211969 -0.992905736 -185.565505981 -0.002105557 0.998809814 0.048729140 1.474596977 0.994073272 0.007387056 -0.108460546 366.972534180\n-0.120858788 0.047636472 -0.991526067 -186.122833252 0.000367739 0.998849988 0.047943514 1.494467735 0.992669702 0.005429771 -0.120737314 366.898376465\n-0.137242436 0.046963904 -0.989423573 -186.675659180 0.003256302 0.998891413 0.046961624 1.508585930 0.990532219 0.003223262 -0.137243152 366.813598633\n-0.158273816 0.045357298 -0.986353159 -187.219238281 0.005299264 0.998969018 0.045087103 1.528381348 0.987381220 0.001909154 -0.158350945 366.721496582\n-0.183921456 0.044453640 -0.981935263 -187.752258301 0.007215549 0.999010980 0.043875173 1.546493530 0.982914507 0.000984381 -0.184060335 366.605285645\n-0.214437485 0.043882925 -0.975751519 -188.278839111 0.008084313 0.999035776 0.043153439 1.561554909 0.976704359 0.001365428 -0.214585423 366.475769043\n-0.248597980 0.044769995 -0.967571735 -188.766357422 0.008547242 0.998993754 0.044027872 1.567646027 0.968569219 0.002675164 -0.248730421 366.312500000\n-0.287656069 0.045317277 -0.956661284 -189.257659912 0.010917979 0.998970151 0.044038571 1.580789566 0.957671821 0.002223146 -0.287854552 366.139739990\n-0.331155539 0.045800690 -0.942464054 -189.752777100 0.014094911 0.998949945 0.043593168 1.597722054 0.943471014 0.001152170 -0.331453323 365.933776855\n-0.378385425 0.046660867 -0.924471498 -190.223968506 0.017468829 0.998910785 0.043268070 1.604400635 0.925483465 0.000222573 -0.378788471 365.712097168\n-0.428062677 0.048298400 -0.902457774 -190.668182373 0.021179844 0.998832822 0.043410048 1.620173454 0.903501093 -0.000531703 -0.428586006 365.479339600\n-0.478528380 0.049224742 -0.876691222 -191.052368164 0.024255881 0.998787463 0.042840537 1.638889313 0.877737045 -0.000764505 -0.479142070 365.247406006\n-0.528693914 0.049829945 -0.847348690 -191.465606689 0.026237220 0.998757720 0.042363416 1.661664009 0.848406971 0.000165208 -0.529344440 364.956146240\n-0.578918576 0.050398368 -0.813826501 -191.853759766 0.026091333 0.998721838 0.043288343 1.673123360 0.814967990 0.003826603 -0.579493642 364.639282227\n-0.629618645 0.051174078 -0.775217295 -192.217254639 0.025927762 0.998656511 0.044865783 1.681057930 0.776471734 0.008148680 -0.630099535 364.297546387\n-0.679200172 0.051026188 -0.732177436 -192.566253662 0.025844641 0.998624444 0.045620531 1.698144913 0.733498156 0.012062603 -0.679584622 363.912963867\n-0.726450324 0.050459463 -0.685364187 -192.886566162 0.027467828 0.998635709 0.044409409 1.714733124 0.686670065 0.013435757 -0.726845264 363.496887207\n-0.771473646 0.049655430 -0.634320676 -193.180328369 0.029031657 0.998658895 0.042867396 1.736842155 0.635598540 0.014655690 -0.771880627 363.069641113\n-0.813728690 0.049170993 -0.579161584 -193.458465576 0.029378960 0.998621106 0.043505467 1.757148266 0.580502212 0.018386476 -0.814051270 362.610534668\n-0.852048516 0.045226861 -0.521505475 -193.696960449 0.026836339 0.998724580 0.042767178 1.784193039 0.522774577 0.022444414 -0.852175474 362.126403809\n-0.885786057 0.041852660 -0.462202728 -193.897277832 0.025488682 0.998809397 0.041594975 1.814851642 0.463393301 0.025063312 -0.885798216 361.622100830\n-0.915283680 0.041884735 -0.400626242 -194.066986084 0.026688643 0.998699546 0.043438461 1.817135572 0.401924670 0.029066343 -0.915211320 361.108276367\n-0.940252304 0.047168888 -0.337195396 -194.232330322 0.034014381 0.998415947 0.044816960 1.830299497 0.338775247 0.030669758 -0.940367341 360.568969727\n-0.960298896 0.049540967 -0.274539828 -194.385955811 0.038682014 0.998245418 0.044830509 1.855391264 0.276279092 0.032430924 -0.960530281 359.998657227\n-0.974635959 0.049864601 -0.218170315 -194.471588135 0.041308437 0.998194337 0.043607570 1.876162171 0.219950855 0.033489235 -0.974936008 359.422576904\n-0.985114813 0.046565834 -0.165471166 -194.544311523 0.040416185 0.998368263 0.040341020 1.902551889 0.167079672 0.033052817 -0.985389352 358.836029053\n-0.991894126 0.041390035 -0.120138176 -194.585357666 0.037007462 0.998573661 0.038485028 1.921103716 0.121559709 0.033727057 -0.992011070 358.232299805\n-0.995882511 0.036585234 -0.082946628 -194.607604980 0.033695638 0.998784542 0.035973463 1.942071199 0.084161907 0.033030394 -0.995904803 357.615081787\n-0.998019814 0.032788333 -0.053678758 -194.617324829 0.030788410 0.998815835 0.037669692 1.961362839 0.054850321 0.035942417 -0.997847438 356.999847412\n-0.998952508 0.032899242 -0.031808913 -194.622711182 0.031650629 0.998738170 0.038990937 1.982932568 0.033051550 0.037943318 -0.998733282 356.358489990\n-0.999337554 0.033318017 -0.014659602 -194.622924805 0.032756638 0.998778284 0.036998671 2.004653454 0.015874416 0.036493953 -0.999208093 355.710876465\n-0.999365568 0.035607595 0.000866783 -194.618011475 0.035617109 0.998854995 0.031939883 2.007404327 0.000271512 0.031950485 -0.999489427 355.040771484\n-0.999079227 0.040183228 0.015048389 -194.603286743 0.040537309 0.998889387 0.024014108 2.024296045 -0.014066712 0.024602011 -0.999598503 354.377655029\n-0.998613119 0.043897532 0.029073574 -194.575958252 0.044348381 0.998902798 0.015047886 2.043062687 -0.028381109 0.016316378 -0.999464273 353.700744629\n-0.998104930 0.042399924 0.044596571 -194.540817261 0.042980377 0.999002159 0.012137861 2.048667431 -0.044037428 0.014031637 -0.998931289 353.006042480\n-0.997537732 0.040017769 0.057593592 -194.480941772 0.040770642 0.999096990 0.011956609 2.051523924 -0.057063106 0.014275297 -0.998268604 352.294219971\n-0.996805072 0.039110262 0.069642618 -194.430923462 0.040114600 0.999109447 0.013081121 2.056093693 -0.069068991 0.015833013 -0.997486234 351.578979492\n-0.996157408 0.040096302 0.077865966 -194.363830566 0.041140120 0.999083161 0.011847101 2.063924789 -0.077319548 0.015004991 -0.996893644 350.853149414\n-0.995772839 0.037888002 0.083672754 -194.295898438 0.038966548 0.999176681 0.011294263 2.073652267 -0.083175950 0.014506957 -0.996429324 350.089813232\n-0.995510101 0.034089889 0.088303335 -194.222900391 0.035221104 0.999315858 0.011283783 2.076869965 -0.087858260 0.014343262 -0.996029735 349.340087891\n-0.995274425 0.031423576 0.091880463 -194.139770508 0.032527782 0.999415219 0.010544754 2.082214117 -0.091495380 0.013483587 -0.995714545 348.567657471\n-0.994842410 0.032036651 0.096241817 -194.063201904 0.033350844 0.999370754 0.012077299 2.079340458 -0.095794342 0.015224754 -0.995284796 347.782531738\n-0.994359732 0.032880414 0.100836344 -193.974395752 0.034338545 0.999328792 0.012758454 2.094246626 -0.100349158 0.016149065 -0.994821429 346.966278076\n-0.993875623 0.031138701 0.106028460 -193.883453369 0.033005822 0.999328673 0.015900247 2.105024099 -0.105462164 0.019302420 -0.994236112 346.159729004\n-0.993487000 0.027363397 0.110613555 -193.775085449 0.029424123 0.999421775 0.017040417 2.108774900 -0.110083304 0.020184133 -0.993717670 345.349609375\n-0.992979884 0.025708416 0.115456395 -193.664154053 0.027998341 0.999441266 0.018255692 2.116198063 -0.114922553 0.021360122 -0.993144751 344.498168945\n-0.992493510 0.024272539 0.119864367 -193.561553955 0.026488148 0.999505818 0.016925553 2.123160839 -0.119394302 0.019973485 -0.992645979 343.656829834\n-0.992347598 0.022061910 0.121490791 -193.440490723 0.023856636 0.999626398 0.013337656 2.129310608 -0.121151157 0.016133949 -0.992503285 342.799438477\n-0.992331982 0.020633092 0.121867947 -193.327514648 0.021977188 0.999711454 0.009695113 2.137550354 -0.121632740 0.012299083 -0.992499113 341.946838379\n-0.992364407 0.018612353 0.121928185 -193.217315674 0.019566873 0.999786556 0.006635789 2.142966270 -0.121778652 0.008970874 -0.992516756 341.064788818\n-0.992481947 0.018589620 0.120971352 -193.108261108 0.019717865 0.999772489 0.008136090 2.146466255 -0.120792583 0.010460218 -0.992622733 340.172393799\n-0.992792845 0.016304357 0.118728772 -192.993331909 0.017758047 0.999779642 0.011196100 2.145159483 -0.118520059 0.013223800 -0.992863536 339.266937256\n-0.993122339 0.013101853 0.116346255 -192.880004883 0.014678441 0.999811530 0.012704348 2.151321650 -0.116157874 0.014324753 -0.993127465 338.358886719\n-0.993416667 0.012164257 0.113909669 -192.767150879 0.013693107 0.999826252 0.012648762 2.157168388 -0.113736011 0.014125268 -0.993410587 337.442871094\n-0.993754506 0.009991297 0.111141779 -192.654907227 0.011594140 0.999837756 0.013784662 2.165100336 -0.110986024 0.014987161 -0.993709087 336.520446777\n-0.994066358 0.008263574 0.108462580 -192.548004150 0.009987411 0.999832153 0.015359770 2.168327808 -0.108317450 0.016351888 -0.993981957 335.592773438\n-0.994349718 0.007789442 0.105867438 -192.441955566 0.009810168 0.999779224 0.018579993 2.176396847 -0.105699338 0.019513588 -0.994206667 334.658691406\n-0.994599104 0.007342618 0.103532508 -192.332183838 0.009803502 0.999680877 0.023280395 2.189734936 -0.103328526 0.024169637 -0.994353652 333.701416016\n-0.994808674 0.006408056 0.101564646 -192.241058350 0.009558270 0.999487221 0.030560602 2.204356194 -0.101316728 0.031372722 -0.994359732 332.754241943\n-0.995029449 0.006107187 0.099394612 -192.145935059 0.009549128 0.999369740 0.034190230 2.219581604 -0.099123165 0.034969412 -0.994460702 331.794952393\n-0.995266318 0.004100308 0.097100429 -192.041107178 0.007291724 0.999444008 0.032535162 2.241349220 -0.096913032 0.033089172 -0.994742751 330.862548828\n-0.995504975 0.002069072 0.094688527 -191.943817139 0.004797665 0.999579489 0.028597945 2.261566162 -0.094589531 0.028923677 -0.995096326 329.926391602\n-0.995708585 0.003200882 0.092488624 -191.851837158 0.005739918 0.999613523 0.027199466 2.274212837 -0.092365824 0.027613617 -0.995342135 328.992462158\n-0.995881677 0.001629975 0.090648562 -191.755203247 0.004208991 0.999591529 0.028266830 2.289157867 -0.090565465 0.028531956 -0.995481849 328.046997070\n-0.996052146 0.004136364 0.088674828 -191.673049927 0.006630726 0.999590039 0.027853234 2.306368828 -0.088523261 0.028331248 -0.995671272 327.103759766\n-0.996138692 0.005997230 0.087588966 -191.594955444 0.008353003 0.999612451 0.026554074 2.313471794 -0.087395772 0.027183171 -0.995802760 326.156555176\n-0.996344805 0.004243226 0.085317887 -191.509155273 0.006421675 0.999659896 0.025275121 2.324348450 -0.085181624 0.025730615 -0.996033311 325.203704834\n-0.996475697 0.000555399 0.083883286 -191.429000854 0.002639268 0.999690592 0.024733638 2.340712547 -0.083843589 0.024867853 -0.996168852 324.263427734\n-0.996626854 -0.004222510 0.081957430 -191.336502075 -0.002336828 0.999730647 0.023090368 2.349827766 -0.082032852 0.022820963 -0.996368289 323.317535400\n-0.996764183 -0.007126180 0.080068789 -191.261047363 -0.005308209 0.999723792 0.022895070 2.365080833 -0.080209829 0.022395955 -0.996526599 322.373382568\n-0.996981382 -0.010535707 0.076922804 -191.158233643 -0.008706349 0.999672174 0.024078486 2.383514404 -0.077151269 0.023336085 -0.996746302 321.408630371\n-0.997140169 -0.015174635 0.074037716 -191.066467285 -0.013291741 0.999577224 0.025858348 2.401770592 -0.074398808 0.024800302 -0.996920347 320.451385498\n-0.997264266 -0.015920838 0.072183341 -190.993820190 -0.013918783 0.999506652 0.028154416 2.420081139 -0.072595976 0.027072689 -0.996993899 319.479858398\n-0.997497320 -0.009322736 0.070088856 -190.932968140 -0.007364498 0.999576688 0.028146045 2.429265022 -0.070321582 0.027559431 -0.997143626 318.498718262\n-0.997664928 -0.001706493 0.068279035 -190.876052856 -0.000020075 0.999695122 0.024691980 2.445652962 -0.068300352 0.024632949 -0.997360706 317.539764404\n-0.997739434 -0.002670755 0.067149960 -190.814498901 -0.001193378 0.999756575 0.022031656 2.465550900 -0.067192458 0.021901714 -0.997499824 316.562072754\n-0.997832298 -0.003855595 0.065695591 -190.735000610 -0.002122234 0.999648333 0.026434133 2.481911659 -0.065774411 0.026237408 -0.997489572 315.587310791\n-0.997850418 -0.002030620 0.065502144 -190.675140381 0.000239717 0.999400020 0.034634039 2.504077911 -0.065533169 0.034575291 -0.997251153 314.610015869\n-0.997843146 -0.000978801 0.065637760 -190.606826782 0.001435766 0.999324203 0.036728993 2.511527061 -0.065629356 0.036744013 -0.997167349 313.647796631\n-0.997805357 -0.007854788 0.065748006 -190.519302368 -0.005767833 0.999475300 0.031871580 2.536068916 -0.065963857 0.031422406 -0.997327209 312.673706055\n-0.997693419 -0.012000946 0.066812903 -190.441986084 -0.010409996 0.999655128 0.024109473 2.556077957 -0.067079194 0.023358339 -0.997474194 311.717651367\n-0.997633576 -0.008325306 0.068249926 -190.372756958 -0.006995016 0.999781311 0.019707307 2.569240570 -0.068399072 0.019183259 -0.997473598 310.775329590\n-0.997516632 -0.008129191 0.069959983 -190.312820435 -0.006846470 0.999804378 0.018555358 2.573781967 -0.070097134 0.018030301 -0.997377157 309.807678223\n-0.997458339 -0.008145823 0.070787422 -190.245300293 -0.006730394 0.999773085 0.020211047 2.582858086 -0.070935994 0.019683247 -0.997286797 308.844818115\n-0.997454166 -0.006891957 0.070978232 -190.169525146 -0.005366283 0.999750912 0.021663258 2.588459015 -0.071109854 0.021227216 -0.997242689 307.883331299\n-0.997542381 -0.007636478 0.069649473 -190.094696045 -0.006143085 0.999747157 0.021630598 2.598884106 -0.069797039 0.021149574 -0.997336984 306.933166504\n-0.997717500 -0.008996953 0.066925928 -190.021255493 -0.007641193 0.999760926 0.020486092 2.609693527 -0.067094237 0.019927936 -0.997547746 305.995666504\n-0.997892737 -0.009069343 0.064249821 -189.954452515 -0.007803229 0.999770939 0.019929724 2.613155365 -0.064415850 0.019386368 -0.997734904 305.037261963\n-0.998073101 -0.008205700 0.061504196 -189.896347046 -0.006785584 0.999706328 0.023263140 2.620284081 -0.061677027 0.022800973 -0.997835755 304.091339111\n-0.998232245 -0.008226222 0.058862608 -189.839187622 -0.006934852 0.999731481 0.022109468 2.626931190 -0.059028681 0.021662179 -0.998021245 303.142120361\n-0.998362899 -0.008859142 0.056506373 -189.785751343 -0.007822786 0.999797583 0.018535413 2.632509708 -0.056659143 0.018063031 -0.998230100 302.206909180\n-0.998493791 -0.005466453 0.054595429 -189.733398438 -0.004619240 0.999867141 0.015632169 2.641257763 -0.054673627 0.015356432 -0.998386383 301.279998779\n-0.998531580 -0.006176518 0.053818487 -189.676162720 -0.005179537 0.999812782 0.018644715 2.654160023 -0.053923570 0.018338582 -0.998376608 300.315979004\n-0.998565197 -0.006297946 0.053181618 -189.622711182 -0.005054096 0.999711275 0.023490909 2.661889076 -0.053314209 0.023188416 -0.998308659 299.381011963\n-0.998589516 -0.004395714 0.052911907 -189.568206787 -0.003132918 0.999708831 0.023925336 2.673254967 -0.053001672 0.023725821 -0.998312473 298.431488037\n-0.998592257 -0.003456902 0.052932195 -189.511444092 -0.002390803 0.999793291 0.020190923 2.685528755 -0.052991051 0.020035947 -0.998394132 297.497955322\n-0.998519063 -0.001281772 0.054387767 -189.456649780 -0.000386042 0.999864161 0.016476652 2.692324638 -0.054401498 0.016431255 -0.998383999 296.566406250\n-0.998335242 0.003932981 0.057544660 -189.402313232 0.004876410 0.999855876 0.016263494 2.702293396 -0.057472400 0.016517030 -0.998210430 295.634552002\n-0.998023868 0.008538470 0.062253840 -189.355545044 0.009681547 0.999789596 0.018083075 2.710492611 -0.062086340 0.018650053 -0.997896552 294.686340332\n-0.997707725 0.011633253 0.066666901 -189.293807983 0.012881884 0.999749005 0.018330231 2.715309143 -0.066436924 0.019147005 -0.997607112 293.739990234\n-0.997492552 0.006687845 0.070457458 -189.203567505 0.007824814 0.999843419 0.015873335 2.717147589 -0.070340261 0.016384847 -0.997388601 292.811645508\n-0.997249961 0.002312148 0.074077435 -189.123413086 0.003281017 0.999910653 0.012960117 2.729020834 -0.074040845 0.013167525 -0.997168422 291.867370605\n-0.997089744 0.001542374 0.076223068 -189.045135498 0.002877091 0.999844372 0.017403964 2.732963562 -0.076184362 0.017572612 -0.996939063 290.920104980\n-0.997078538 0.000825265 0.076380067 -188.962921143 0.002536970 0.999747753 0.022316050 2.742254734 -0.076342382 0.022444624 -0.996829152 289.968322754\n-0.997053981 -0.000732752 0.076699339 -188.886917114 0.001308544 0.999646366 0.026560627 2.750207424 -0.076691680 0.026582744 -0.996700406 289.024475098\n-0.996962786 0.001303165 0.077872448 -188.812988281 0.002865891 0.999796689 0.019959388 2.761877060 -0.077830605 0.020121934 -0.996763825 288.068389893\n-0.996830463 0.008251573 0.079127438 -188.747711182 0.009254145 0.999881387 0.012312017 2.775162458 -0.079016455 0.013005249 -0.996788621 287.107177734\n-0.996750832 0.011425192 0.079734586 -188.674697876 0.012154570 0.999888539 0.008668221 2.782822609 -0.079626665 0.009609194 -0.996778607 286.142669678\n-0.996836901 0.008788407 0.078987658 -188.583282471 0.009927914 0.999852061 0.014045284 2.787482262 -0.078852542 0.014785039 -0.996776700 285.171966553\n-0.996838689 0.007000162 0.079143472 -188.505355835 0.008714707 0.999734282 0.021339154 2.793873787 -0.078973070 0.021961404 -0.996634841 284.197875977\n-0.996860385 0.004957815 0.079024121 -188.422744751 0.006994277 0.999650002 0.025514197 2.803826809 -0.078869969 0.025986809 -0.996546149 283.230773926\n-0.997001529 0.007160064 0.077050582 -188.350082397 0.009149978 0.999632835 0.025504101 2.819623470 -0.076839678 0.026132636 -0.996700883 282.246887207\n-0.997228980 0.008906865 0.073858500 -188.265289307 0.010457914 0.999732256 0.020640209 2.836268902 -0.073654883 0.021355420 -0.997055173 281.275390625\n-0.997411370 0.010466686 0.071144976 -188.198272705 0.011889616 0.999737084 0.019606464 2.842559576 -0.070921049 0.020401590 -0.997273564 280.292877197\n-0.997629285 0.011385933 0.067872383 -188.122344971 0.012848133 0.999693871 0.021145921 2.852118492 -0.067610838 0.021967817 -0.997470140 279.305023193\n-0.997770786 0.014397725 0.065165021 -188.049072266 0.016182592 0.999505937 0.026945483 2.872812271 -0.064744867 0.027939949 -0.997510791 278.299743652\n-0.997905850 0.014704594 0.062989011 -187.990203857 0.016558548 0.999441862 0.029012773 2.889472008 -0.062527239 0.029995024 -0.997592330 277.308135986\n-0.998059988 0.012511859 0.060991205 -187.918426514 0.014251605 0.999501467 0.028173465 2.909560204 -0.060608294 0.028988026 -0.997740746 276.329193115\n-0.998016119 0.010397135 0.062098037 -187.854751587 0.012024720 0.999592364 0.025893979 2.929120541 -0.061803501 0.026589315 -0.997734308 275.351104736\n-0.997964382 0.013436560 0.062339935 -187.778442383 0.015052153 0.999561012 0.025519010 2.944194794 -0.061969679 0.026405416 -0.997728586 274.340087891\n-0.997811437 0.014883115 0.064427435 -187.712127686 0.016583262 0.999526083 0.025934696 2.955101490 -0.064010911 0.026946351 -0.997585416 273.350067139\n-0.997632623 0.013037770 0.067520179 -187.638656616 0.014826388 0.999550521 0.026057089 2.971601486 -0.067150109 0.026996484 -0.997377515 272.359985352\n-0.997388363 0.010759239 0.071419537 -187.560546875 0.012934909 0.999464095 0.030070981 2.990848064 -0.071057722 0.030916249 -0.996993065 271.366241455\n-0.997165799 0.010626287 0.074482791 -187.478454590 0.013089915 0.999380589 0.032666720 3.008284092 -0.074089527 0.033549108 -0.996687293 270.370544434\n-0.997092485 0.010582151 0.075460978 -187.396545410 0.012881564 0.999465406 0.030050222 3.023490906 -0.075102642 0.030934911 -0.996695757 269.381835938\n-0.997041225 0.010520396 0.076147512 -187.312255859 0.012308232 0.999658585 0.023047466 3.040049553 -0.075879045 0.023916513 -0.996830225 268.406372070\n-0.996937871 0.010924099 0.077432379 -187.225814819 0.012363903 0.999759018 0.018139394 3.049998283 -0.077215567 0.019041212 -0.996832728 267.425323486\n-0.996767759 0.009893050 0.079725727 -187.143096924 0.011376940 0.999769986 0.018179718 3.057400227 -0.079527535 0.019027993 -0.996651053 266.423187256\n-0.996647596 0.009206965 0.081294924 -187.056106567 0.011115254 0.999672472 0.023052393 3.066964626 -0.081056058 0.023878725 -0.996423483 265.411804199\n-0.996539712 0.003078597 0.083062895 -186.956527710 0.005542533 0.999550939 0.029449252 3.082407475 -0.082934931 0.029807722 -0.996109247 264.409332275\n-0.996405244 0.001077379 0.084710293 -186.856887817 0.003427309 0.999613166 0.027600262 3.094957352 -0.084647782 0.027791370 -0.996023417 263.396881104\n-0.996212363 0.002750712 0.086913571 -186.766281128 0.004633524 0.999758780 0.021468736 3.113577843 -0.086833552 0.021790128 -0.995984793 262.400665283\n-0.996032000 0.006278404 0.088774920 -186.673629761 0.006974197 0.999947309 0.007529708 3.113122940 -0.088722967 0.008118963 -0.996023417 261.402313232\n-0.995759845 0.010639514 0.091375120 -186.587692261 0.010472066 0.999942482 -0.002311799 3.111753702 -0.091394462 -0.001345110 -0.995813966 260.401062012\n-0.995528698 0.013996809 0.093416661 -186.491058350 0.013914254 0.999902010 -0.001535027 3.104852915 -0.093428992 -0.000228340 -0.995625973 259.374267578\n-0.995353818 0.015171778 0.095081955 -186.392150879 0.016136657 0.999825716 0.009387156 3.105835915 -0.094922967 0.010877846 -0.995425105 258.339324951\n-0.995381713 0.011879154 0.095258415 -186.286697388 0.013967180 0.999675930 0.021282852 3.105328560 -0.094974726 0.022515051 -0.995225072 257.318511963\n-0.995398760 0.010825044 0.095206767 -186.183853149 0.013568951 0.999509633 0.028220477 3.116747379 -0.094854593 0.029382480 -0.995057583 256.286468506\n-0.995512009 0.009392750 0.094167739 -186.080673218 0.012095169 0.999530017 0.028168350 3.128869534 -0.093858898 0.029180907 -0.995157719 255.284057617\n-0.995619297 0.010992712 0.092853568 -185.983428955 0.013125009 0.999663293 0.022384688 3.141573429 -0.092576236 0.023505326 -0.995428324 254.278625488\n-0.995752692 0.013842394 0.091021918 -185.888626099 0.015531926 0.999719501 0.017879725 3.150488615 -0.090748884 0.019217528 -0.995688438 253.268981934\n-0.995904922 0.016973712 0.088798746 -185.798202515 0.018357061 0.999722183 0.014785019 3.156110764 -0.088523120 0.016354557 -0.995939851 252.267303467\n-0.996025205 0.019631954 0.086880513 -185.710556030 0.020719858 0.999717593 0.011637739 3.161846876 -0.086627506 0.013391634 -0.996150732 251.267852783\n-0.996174932 0.021211350 0.084767669 -185.620010376 0.022263391 0.999686182 0.011484802 3.164192200 -0.084497459 0.013328088 -0.996334553 250.261138916\n-0.996282458 0.021854499 0.083327509 -185.539138794 0.023158832 0.999623418 0.014718645 3.164186478 -0.082974464 0.016593697 -0.996413469 249.262420654\n-0.996407032 0.022083847 0.081763335 -185.449234009 0.023678375 0.999546885 0.018583659 3.165082455 -0.081315890 0.020452913 -0.996478438 248.258544922\n-0.996565223 0.021709576 0.079914272 -185.360168457 0.023359455 0.999531627 0.019768856 3.170451403 -0.079447672 0.021567710 -0.996605635 247.268432617\n-0.996719360 0.020373121 0.078330405 -185.274963379 0.021839775 0.999601007 0.017912997 3.176098347 -0.077934206 0.019564947 -0.996766686 246.280578613\n-0.996847630 0.018979158 0.077037498 -185.192855835 0.020337380 0.999650598 0.016884495 3.183608055 -0.076690130 0.018398009 -0.996885419 245.305999756\n-0.996963739 0.019146809 0.075476103 -185.096557617 0.020547232 0.999630034 0.017821809 3.187317371 -0.075106949 0.019318523 -0.996988297 244.324340820\n-0.997039557 0.019690400 0.074328065 -185.020385742 0.021263575 0.999565065 0.020433558 3.191214800 -0.073893391 0.021953544 -0.997024655 243.359649658\n-0.997081637 0.020602848 0.073513165 -184.948211670 0.022298176 0.999502301 0.022315752 3.197668314 -0.073016807 0.023889832 -0.997044802 242.409606934\n-0.996975541 0.027000805 0.072877057 -184.881942749 0.028985044 0.999233603 0.026308220 3.206459522 -0.072110854 0.028340992 -0.996994019 241.460754395\n-0.996862888 0.030103227 0.073202454 -184.813507080 0.032274611 0.999067962 0.028662786 3.216449976 -0.072271384 0.030935440 -0.996905327 240.527648926\n-0.996937156 0.028290030 0.072911426 -184.742126465 0.030300986 0.999186158 0.026623672 3.226806879 -0.072098903 0.028751416 -0.996983051 239.595977783\n-0.996616483 0.037445765 0.073170982 -184.691543579 0.039252806 0.998954892 0.023415759 3.237079620 -0.072217695 0.026208691 -0.997044802 238.692169189\n-0.996389747 0.042566676 0.073453121 -184.633682251 0.044298258 0.998773694 0.022107435 3.250557423 -0.072422005 0.025281468 -0.997053504 237.779083252\n-0.996892214 0.030663336 0.072568059 -184.553054810 0.032107390 0.999307275 0.018816873 3.254767895 -0.071940802 0.021088362 -0.997186065 236.892608643\n-0.997296453 0.021084843 0.070393063 -184.470092773 0.022074273 0.999667764 0.013307502 3.256716728 -0.070089087 0.014825401 -0.997430563 236.030853271\n-0.997481108 0.022208000 0.067365117 -184.411071777 0.022818843 0.999705076 0.008311667 3.257030010 -0.067160666 0.009827926 -0.997693777 235.180267334\n-0.997842789 0.021676127 0.061969928 -184.344192505 0.022421502 0.999684095 0.011357919 3.254925966 -0.061704159 0.012722875 -0.998013496 234.350204468\n-0.998210192 0.014443951 0.058038574 -184.286972046 0.015510557 0.999718249 0.017969251 3.255978107 -0.057762671 0.018837292 -0.998152971 233.518615723\n-0.998480439 0.011557398 0.053880807 -184.226333618 0.012666566 0.999713898 0.020289743 3.263154984 -0.053630892 0.020941397 -0.998341203 232.687454224\n-0.998650908 0.011415198 0.050663449 -184.179656982 0.012529423 0.999685347 0.021729851 3.272382736 -0.050399460 0.022335311 -0.998479724 231.875778198\n-0.998772502 0.013182439 0.047748208 -184.146209717 0.014251696 0.999653697 0.022122873 3.270831585 -0.047440041 0.022776207 -0.998614550 231.103927612\n-0.998939037 0.014305394 0.043772351 -184.103302002 0.015323704 0.999617636 0.023017351 3.271733284 -0.043426342 0.023663685 -0.998776317 230.327209473\n-0.999094367 0.013277569 0.040425267 -184.074279785 0.014240210 0.999619603 0.023618760 3.275820255 -0.040096290 0.024173034 -0.998903394 229.574340820\n-0.999252439 0.013109635 0.036371667 -184.037246704 0.013981468 0.999618471 0.023820251 3.279639721 -0.036045514 0.024310973 -0.999054551 228.846267700\n-0.999346614 0.013556721 0.033512339 -184.012893677 0.014362723 0.999610484 0.023928318 3.285614729 -0.033174898 0.024394006 -0.999152064 228.140136719\n-0.999376893 0.015893638 0.031522792 -183.990158081 0.016668253 0.999561727 0.024464531 3.285926580 -0.031120148 0.024974709 -0.999203801 227.460968018\n-0.999348283 0.018329693 0.031104174 -183.974243164 0.019082749 0.999527693 0.024089105 3.294827700 -0.030647935 0.024666954 -0.999225974 226.788055420\n-0.999310851 0.020358054 0.031043595 -183.953033447 0.021064429 0.999522686 0.022599543 3.301329851 -0.030568695 0.023237878 -0.999262691 226.150634766\n-0.999238491 0.022049587 0.032194272 -183.933380127 0.022767682 0.999496222 0.022111399 3.303339481 -0.031690504 0.022827549 -0.999237061 225.528762817\n-0.999057293 0.024983836 0.035512380 -183.919830322 0.025747107 0.999443650 0.021200716 3.306424618 -0.034962948 0.022095062 -0.999144673 224.923980713\n-0.998800874 0.028383264 0.039890382 -183.888824463 0.029219238 0.999362111 0.020532245 3.301716566 -0.039282165 0.021673189 -0.998993158 224.355285645\n-0.998487353 0.029266985 0.046545520 -183.859664917 0.030228997 0.999340892 0.020100271 3.305906534 -0.045926567 0.021476889 -0.998713970 223.808273315\n-0.998059511 0.028863177 0.055174116 -183.822540283 0.030075625 0.999321222 0.021272242 3.300255775 -0.054522682 0.022890359 -0.998250246 223.284561157\n-0.997443438 0.028080177 0.065715127 -183.781402588 0.029524054 0.999341249 0.021104559 3.308387995 -0.065079212 0.022990778 -0.997615337 222.788940430\n-0.996416569 0.029271813 0.079356059 -183.731552124 0.030948127 0.999321342 0.019976752 3.313120127 -0.078717448 0.022361087 -0.996646285 222.309875488\n-0.994739294 0.032656670 0.097094662 -183.685821533 0.034581587 0.999235988 0.018208463 3.309878111 -0.096425854 0.021470360 -0.995108724 221.834350586\n-0.992372870 0.033297930 0.118692651 -183.624664307 0.035344955 0.999259830 0.015182734 3.309545517 -0.118099250 0.019262115 -0.992815256 221.373718262\n-0.989004016 0.033731304 0.143991530 -183.532379150 0.036074780 0.999255240 0.013694665 3.297811985 -0.143422350 0.018738540 -0.989484310 220.930664062\n-0.983921885 0.032575045 0.175603047 -183.432312012 0.035294827 0.999300182 0.012386518 3.301096439 -0.175076663 0.018385246 -0.984383106 220.491912842\n-0.976509929 0.032375414 0.213027686 -183.315307617 0.035789195 0.999285042 0.012187291 3.298498392 -0.212480813 0.019525096 -0.976970434 220.065124512\n-0.966604352 0.032052405 0.254261792 -183.171203613 0.036341131 0.999265134 0.012186798 3.296854496 -0.253684312 0.021019969 -0.967058897 219.643249512\n-0.954327464 0.029251628 0.297327638 -183.007965088 0.034359403 0.999337912 0.011966117 3.296872616 -0.296780765 0.021635592 -0.954700589 219.252075195\n-0.939751625 0.022826528 0.341095120 -182.804412842 0.028320884 0.999536872 0.011136598 3.294706106 -0.340682924 0.020125750 -0.939962864 218.865570068\n-0.922181845 0.017392999 0.386365741 -182.622375488 0.022656562 0.999702156 0.009073392 3.284693718 -0.386092842 0.017121034 -0.922301173 218.530334473\n-0.902592897 0.014264950 0.430259019 -182.399551392 0.019048924 0.999795318 0.006813086 3.285972834 -0.430073768 0.014345412 -0.902679920 218.170318604\n-0.880012989 0.014059684 0.474741548 -182.162536621 0.018301532 0.999823213 0.004314740 3.281943083 -0.474596947 0.012485526 -0.880114675 217.816772461\n-0.855044365 0.015207119 0.518332243 -181.895889282 0.019355278 0.999809325 0.002595631 3.284352064 -0.518193960 0.012251843 -0.855175614 217.467407227\n-0.826713204 0.014758394 0.562430561 -181.634185791 0.019724609 0.999801636 0.002757890 3.282073259 -0.562278330 0.013373705 -0.826840281 217.122161865\n-0.795205355 0.012966247 0.606201828 -181.336059570 0.019338528 0.999805033 0.003982795 3.290213823 -0.606032014 0.014890188 -0.795301080 216.782348633\n-0.760488510 0.011355315 0.649252057 -180.988784790 0.021020681 0.999753594 0.007136628 3.287305593 -0.649011016 0.019075043 -0.760539889 216.433685303\n-0.721847653 0.011224956 0.691961229 -180.621246338 0.024590904 0.999653041 0.009436686 3.287184238 -0.691615224 0.023827799 -0.721873283 216.097259521\n-0.680095196 0.012525784 0.733016908 -180.225769043 0.027344981 0.999591708 0.008289739 3.285455227 -0.732613742 0.025682144 -0.680159926 215.769912720\n-0.635430336 0.012970010 0.772049308 -179.816955566 0.026147122 0.999646902 0.004726696 3.286807060 -0.771715403 0.023190353 -0.635545135 215.486572266\n-0.587633133 0.012551291 0.809030354 -179.362899780 0.024161527 0.999705970 0.002040109 3.287355900 -0.808766901 0.020746242 -0.587763548 215.198776245\n-0.537629008 0.012672864 0.843086362 -178.874557495 0.021469612 0.999768615 -0.001337047 3.286277056 -0.842908204 0.017381901 -0.537776709 214.927047729\n-0.488015413 0.017301843 0.872663736 -178.362365723 0.022342235 0.999723554 -0.007326661 3.283898830 -0.872549295 0.015921734 -0.488267064 214.681198120\n-0.437618136 0.022224568 0.898886204 -177.837066650 0.024395768 0.999619961 -0.012838211 3.277193546 -0.898829937 0.016310785 -0.437994003 214.450805664\n-0.386779070 0.022093859 0.921907902 -177.284744263 0.023804802 0.999619007 -0.013969127 3.267347574 -0.921865284 0.016542871 -0.387157679 214.251312256\n-0.334749341 0.018402012 0.942127645 -176.711456299 0.021862486 0.999691844 -0.011758379 3.253737926 -0.942053735 0.016661143 -0.335048437 214.084075928\n-0.281921864 0.014562661 0.959326804 -176.099822998 0.016087914 0.999816000 -0.010449458 3.249189138 -0.959302485 0.012487636 -0.282104254 213.933990479\n-0.230204105 0.011442279 0.973075032 -175.485046387 0.008914604 0.999913692 -0.009648909 3.243594885 -0.973101497 0.006453359 -0.230286241 213.829254150\n-0.182279587 0.006500156 0.983225346 -174.848434448 0.003115361 0.999976933 -0.006033348 3.231649160 -0.983241916 0.001963346 -0.182295680 213.749084473\n-0.140604138 0.002091159 0.990063846 -174.190032959 0.002228835 0.999995887 -0.001795609 3.222731352 -0.990063548 0.001954219 -0.140608191 213.680358887\n-0.105051994 0.002364686 0.994463980 -173.520980835 0.001991101 0.999995649 -0.002167506 3.213599682 -0.994464815 0.001752377 -0.105056286 213.628738403\n-0.075517058 0.007413101 0.997117043 -172.843246460 -0.001003322 0.999971271 -0.007510309 3.204480648 -0.997144103 -0.001567586 -0.075507402 213.606384277\n-0.051891088 0.013589214 0.998560429 -172.166351318 -0.006008473 0.999885082 -0.013919476 3.187220573 -0.998634815 -0.006722117 -0.051803470 213.592224121\n-0.032794952 0.020042308 0.999261200 -171.422088623 -0.008866192 0.999753714 -0.020343170 3.182426929 -0.999422848 -0.009526793 -0.032609224 213.599685669\n-0.017407537 0.019971030 0.999648988 -170.685348511 -0.009284286 0.999754190 -0.020134803 3.169644356 -0.999805391 -0.009631523 -0.017217755 213.593887329\n-0.007601023 0.013275008 0.999883056 -169.951705933 -0.007680282 0.999881625 -0.013333374 3.155628204 -0.999941707 -0.007780730 -0.007498145 213.596817017\n-0.001297116 0.007585305 0.999970436 -169.205459595 -0.006577132 0.999949515 -0.007593677 3.136212826 -0.999977589 -0.006586786 -0.001247168 213.604309082\n0.003794312 0.006008870 0.999974728 -168.457015991 -0.004750615 0.999970794 -0.005990821 3.112534523 -0.999981523 -0.004727764 0.003822744 213.607925415\n0.008038640 0.009670370 0.999921083 -167.692047119 -0.002297684 0.999950767 -0.009652186 3.101738453 -0.999965191 -0.002219910 0.008060455 213.611007690\n0.012357950 0.018662110 0.999749660 -166.941696167 -0.000832207 0.999825656 -0.018653244 3.083492279 -0.999923468 -0.000601478 0.012371361 213.621566772\n0.015204906 0.026295941 0.999538720 -166.171630859 -0.000735832 0.999654174 -0.026287789 3.060609341 -0.999884248 -0.000335786 0.015218973 213.637954712\n0.017398775 0.027879236 0.999459982 -165.395523071 0.000578588 0.999610722 -0.027893517 3.042692661 -0.999848604 0.001063592 0.017375827 213.661682129\n0.019701421 0.022662396 0.999549210 -164.586761475 0.002636148 0.999738395 -0.022718649 3.025872231 -0.999802589 0.003082553 0.019636512 213.665069580\n0.021695375 0.013578310 0.999672592 -163.778564453 0.003487635 0.999900639 -0.013657100 2.998874426 -0.999758720 0.003782790 0.021645844 213.687454224\n0.023848891 0.009888142 0.999666810 -162.962905884 0.005566754 0.999934256 -0.010023596 2.973683834 -0.999700248 0.005803952 0.023792326 213.714401245\n0.026924014 0.010979121 0.999577165 -162.157119751 0.008916271 0.999897242 -0.011222798 2.952673435 -0.999597669 0.009214663 0.026823342 213.723754883\n0.029282093 0.013586040 0.999478877 -161.305297852 0.011625732 0.999835372 -0.013931490 2.942111254 -0.999503553 0.012027618 0.029119372 213.753845215\n0.031391919 0.014962701 0.999395251 -160.470687866 0.012812383 0.999799788 -0.015371209 2.921617031 -0.999425113 0.013287167 0.031193912 213.780151367\n0.032842934 0.015461195 0.999340951 -159.622543335 0.013266714 0.999785483 -0.015904080 2.905481815 -0.999372482 0.013780308 0.032630801 213.815795898\n0.034703970 0.016571801 0.999260306 -158.767959595 0.009942547 0.999807298 -0.016926175 2.878407955 -0.999348223 0.010522598 0.034532487 213.856658936\n0.035494149 0.017678740 0.999213636 -157.882995605 0.008977769 0.999797523 -0.018007983 2.856411219 -0.999329686 0.009609887 0.035328269 213.890838623\n0.037563145 0.017200423 0.999146283 -157.014923096 0.009585514 0.999799669 -0.017572042 2.835834980 -0.999248385 0.010237392 0.037390709 213.920501709\n0.037811875 0.012453244 0.999207437 -156.127792358 0.012839467 0.999833763 -0.012946923 2.817199945 -0.999202549 0.013318839 0.037645698 213.965911865\n0.039128721 0.008011512 0.999202073 -155.201141357 0.014299068 0.999861002 -0.008576745 2.796012640 -0.999131858 0.014623255 0.039008737 214.005432129\n0.040877163 0.007852073 0.999133408 -154.308563232 0.014517722 0.999858916 -0.008451734 2.776676655 -0.999058783 0.014850623 0.040757418 214.046295166\n0.044548869 0.010021207 0.998956978 -153.397537231 0.019518757 0.999750078 -0.010899610 2.756223440 -0.998816550 0.019983962 0.044342101 214.079650879\n0.048984826 0.011288187 0.998735964 -152.486343384 0.023230707 0.999652743 -0.012437948 2.744297028 -0.998529553 0.023810610 0.048705578 214.121917725\n0.052470863 0.008268404 0.998588264 -151.566192627 0.024242142 0.999660492 -0.009551087 2.724411964 -0.998328149 0.024709072 0.052252591 214.181762695\n0.057986498 0.004855389 0.998305559 -150.630920410 0.023627294 0.999701381 -0.006234566 2.699047565 -0.998037755 0.023948779 0.057854474 214.216979980\n0.062861264 0.004281397 0.998013258 -149.710739136 0.023607187 0.999704599 -0.005775589 2.682067394 -0.997743189 0.023923343 0.062741637 214.286743164\n0.068255663 0.003723711 0.997660935 -148.804397583 0.025290530 0.999665201 -0.005461462 2.663626194 -0.997347295 0.025604149 0.068138659 214.344451904\n0.073469520 -0.000967371 0.997297049 -147.892395020 0.024193147 0.999706984 -0.000812568 2.646466255 -0.997004032 0.024187451 0.073471427 214.425262451\n0.078712821 -0.003897388 0.996889710 -146.934020996 0.024237083 0.999704242 0.001994671 2.638639450 -0.996602654 0.024004692 0.078783989 214.492889404\n0.083609581 -0.002380818 0.996495783 -146.023834229 0.023605827 0.999721289 0.000407909 2.625282764 -0.996219039 0.023489002 0.083642483 214.578521729\n0.088607132 0.005033960 0.996054053 -145.124114990 0.018042283 0.999815047 -0.006657979 2.601812363 -0.995903313 0.018561034 0.088499904 214.673385620\n0.094621599 0.010433679 0.995458663 -144.222518921 0.014708225 0.999821305 -0.011877472 2.582185507 -0.995404720 0.015765294 0.094451249 214.751205444\n0.098068595 0.010480992 0.995124519 -143.253494263 0.016360365 0.999792457 -0.012142457 2.578160048 -0.995045245 0.017471395 0.097876787 214.871368408\n0.101456106 0.004863373 0.994828224 -142.351867676 0.012576954 0.999901891 -0.006170821 2.556698322 -0.994760633 0.013137977 0.101384997 214.970977783\n0.103897393 0.000811560 0.994587719 -141.445037842 0.007206233 0.999972820 -0.001568737 2.534832001 -0.994561970 0.007330218 0.103888690 215.072570801\n0.104743838 0.002393632 0.994496405 -140.544921875 0.004995526 0.999983191 -0.002932985 2.517303944 -0.994486690 0.005275244 0.104730129 215.180694580\n0.104350805 0.003763826 0.994533420 -139.651473999 0.003331765 0.999985933 -0.004134045 2.503606796 -0.994534969 0.003744942 0.104336798 215.285614014\n0.103552163 0.005087543 0.994611144 -138.760345459 -0.000070494 0.999986947 -0.005107703 2.489324093 -0.994624138 0.000458800 0.103551149 215.386962891\n0.102792203 0.004913439 0.994690716 -137.855041504 -0.005036340 0.999977529 -0.004419094 2.472014427 -0.994690061 -0.004555352 0.102814674 215.496109009\n0.101767957 0.007516120 0.994779885 -136.972366333 -0.011841399 0.999909759 -0.006343480 2.451576710 -0.994737804 -0.011134021 0.101847768 215.601226807\n0.099892735 0.008957909 0.994957983 -136.093780518 -0.014829795 0.999861777 -0.007513163 2.436900139 -0.994887769 -0.014004509 0.100011766 215.701156616\n0.098036289 0.013555204 0.995090485 -135.222045898 -0.016980523 0.999784470 -0.011946224 2.416172028 -0.995037973 -0.015725994 0.098245323 215.797164917\n0.095941007 0.015635183 0.995264292 -134.362960815 -0.020862965 0.999688566 -0.013693549 2.392807961 -0.995168388 -0.019450389 0.096237302 215.891235352\n0.094755471 0.015804576 0.995375097 -133.517349243 -0.020845929 0.999686241 -0.013888585 2.368732452 -0.995282292 -0.019433500 0.095055163 215.971649170\n0.092866540 0.014175894 0.995577753 -132.684997559 -0.019184891 0.999738514 -0.012445590 2.348341465 -0.995493829 -0.017944269 0.093114197 216.049346924\n0.090178668 0.012185700 0.995851040 -131.852386475 -0.021253945 0.999720991 -0.010308417 2.320227623 -0.995698810 -0.020236164 0.090412498 216.130798340\n0.087637186 0.011950729 0.996080875 -131.046630859 -0.023748277 0.999668896 -0.009904355 2.296805859 -0.995869458 -0.022787210 0.087891996 216.206542969\n0.084568083 0.011986624 0.996345758 -130.261291504 -0.028178401 0.999556482 -0.009633517 2.280232430 -0.996019304 -0.027260737 0.084868312 216.283737183\n0.080865979 0.011871450 0.996654451 -129.497497559 -0.029620130 0.999516070 -0.009502232 2.260860682 -0.996284902 -0.028752621 0.081178486 216.349487305\n0.075572848 0.011930360 0.997068942 -128.736190796 -0.028950576 0.999533117 -0.009765535 2.234007120 -0.996719956 -0.028127709 0.075882971 216.415283203\n0.069676042 0.014659826 0.997462034 -128.001739502 -0.029175898 0.999494195 -0.012651658 2.216313124 -0.997143030 -0.028220328 0.070068538 216.468475342\n0.062631130 0.017085178 0.997890651 -127.284408569 -0.028458629 0.999477446 -0.015326180 2.203179836 -0.997631073 -0.027438695 0.063084602 216.522415161\n0.057268500 0.017560340 0.998204410 -126.593612671 -0.026446629 0.999521136 -0.016066220 2.184831619 -0.998008490 -0.025479052 0.057705522 216.557189941\n0.051878214 0.016315967 0.998520136 -125.927780151 -0.024143526 0.999594748 -0.015079147 2.155167580 -0.998361528 -0.023325520 0.052251101 216.588378906\n0.045689762 0.016838165 0.998813868 -125.280517578 -0.021233788 0.999648392 -0.015880913 2.128661871 -0.998730123 -0.020483002 0.046031237 216.624298096\n0.039512515 0.018359413 0.999050438 -124.646179199 -0.017568648 0.999689400 -0.017676314 2.113652468 -0.999064624 -0.016853528 0.039822757 216.642639160\n0.033762515 0.020518508 0.999219239 -124.019866943 -0.018071016 0.999638319 -0.019916514 2.097566128 -0.999266505 -0.017384475 0.034121096 216.662353516\n0.027596354 0.022892071 0.999357045 -123.394546509 -0.016002994 0.999619722 -0.022456182 2.065698624 -0.999491096 -0.015372994 0.027952194 216.682479858\n0.022417665 0.024232043 0.999455035 -122.779251099 -0.015959756 0.999587476 -0.023877278 2.041599751 -0.999621391 -0.015415783 0.022795141 216.693145752\n0.017745793 0.024798689 0.999534965 -122.160491943 -0.016091105 0.999569952 -0.024513876 2.011351585 -0.999713063 -0.015648602 0.018137217 216.701400757\n0.012606740 0.025284853 0.999600887 -121.553222656 -0.018434083 0.999516189 -0.025050227 1.994398952 -0.999750733 -0.018110920 0.013066769 216.710006714\n0.008891523 0.021719858 0.999724686 -120.940155029 -0.017301377 0.999617755 -0.021563657 1.980036616 -0.999810934 -0.017104875 0.009263873 216.719497681\n0.007928371 0.013073198 0.999883115 -120.321289062 -0.014870696 0.999805510 -0.012954269 1.957247019 -0.999858022 -0.014766252 0.008121192 216.720031738\n0.007034302 0.008026960 0.999943197 -119.718643188 -0.013064358 0.999883175 -0.007934574 1.942713141 -0.999890029 -0.013007799 0.007138371 216.722259521\n0.007698476 0.004403408 0.999960780 -119.118576050 -0.013612555 0.999898136 -0.004298331 1.918976665 -0.999877810 -0.013578929 0.007757604 216.732757568\n0.009892285 -0.002518206 0.999948025 -118.517257690 -0.016916588 0.999853313 0.002685322 1.913828731 -0.999808133 -0.016942270 0.009848237 216.755966187\n0.012795627 -0.006530656 0.999896824 -117.901275635 -0.016978143 0.999833107 0.006747507 1.913218498 -0.999773979 -0.017062729 0.012682617 216.767654419\n0.017738163 -0.004364102 0.999833286 -117.313293457 -0.011837173 0.999919474 0.004574485 1.908247471 -0.999772727 -0.011916341 0.017685056 216.778869629\n0.026477218 -0.002051722 0.999647379 -116.716598511 -0.002982041 0.999993265 0.002131417 1.887575388 -0.999644995 -0.003037423 0.026470959 216.787841797\n0.038539827 0.003329754 0.999251485 -116.139114380 0.002024531 0.999992132 -0.003410305 1.877216816 -0.999255002 0.002154449 0.038532794 216.806945801\n0.054973364 0.011908243 0.998416841 -115.558868408 0.007451731 0.999896169 -0.012336184 1.875034571 -0.998460054 0.008118096 0.054878891 216.844543457\n0.074827433 0.013365082 0.997107029 -114.996170044 0.011561232 0.999831378 -0.014269209 1.860036373 -0.997129560 0.012595514 0.074660301 216.898025513\n0.098969102 0.011101402 0.995028615 -114.416091919 0.015320128 0.999802232 -0.012678456 1.840055227 -0.994972587 0.016498741 0.098779440 216.944854736\n0.122886598 0.011654848 0.992352366 -113.839584351 0.014557034 0.999802291 -0.013544998 1.818697453 -0.992314041 0.016110204 0.122692585 217.027938843\n0.149222553 0.014907483 0.988691270 -113.278488159 0.015304184 0.999731779 -0.017383803 1.792233467 -0.988685191 0.017725168 0.148954391 217.124145508\n0.178938627 0.015278513 0.983741760 -112.734893799 0.015110882 0.999718785 -0.018275267 1.786505461 -0.983744323 0.018135358 0.178657413 217.239578247\n0.212888539 0.013217310 0.976987064 -112.178176880 0.015645901 0.999734163 -0.016934339 1.777258635 -0.976951182 0.018890971 0.212625146 217.368972778\n0.249577582 0.010949885 0.968293011 -111.639724731 0.013551588 0.999798656 -0.014799091 1.763754129 -0.968260109 0.016815430 0.249378979 217.519149780\n0.288761258 0.006816838 0.957376957 -111.096710205 0.008141362 0.999921024 -0.009575342 1.746489763 -0.957366586 0.010559340 0.288682997 217.704406738\n0.329965472 0.002174173 0.943990529 -110.573059082 0.005897177 0.999973059 -0.004364429 1.728216171 -0.943974614 0.007006990 0.329943776 217.928009033\n0.373929799 0.001485530 0.927455842 -110.101364136 0.005306051 0.999978900 -0.003740976 1.709942460 -0.927441835 0.006319990 0.373914063 218.148590088\n0.419289291 0.001508561 0.907851458 -109.612625122 0.005065970 0.999979138 -0.004001356 1.701574564 -0.907838583 0.006276873 0.419272900 218.399856567\n0.465895414 0.001624382 0.884838402 -109.139541626 0.005448501 0.999974072 -0.004704557 1.693003178 -0.884823084 0.007012874 0.465874493 218.680877686\n0.513208449 0.002749368 0.858259678 -108.679206848 0.004791862 0.999970078 -0.006068689 1.678305626 -0.858250678 0.007227164 0.513179898 218.982513428\n0.559656143 0.006733422 0.828697622 -108.243309021 0.006389691 0.999902189 -0.012439755 1.664769411 -0.828700304 0.012257107 0.559558392 219.301467896\n0.603624940 0.010935956 0.797193408 -107.868293762 0.006263492 0.999810040 -0.018458102 1.653539181 -0.797243834 0.016134985 0.603441715 219.640060425\n0.647099733 0.013815733 0.762280226 -107.480232239 0.004806962 0.999741971 -0.022200173 1.641812801 -0.762390256 0.018029977 0.646866322 220.008483887\n0.688304484 0.013159904 0.725302517 -107.106262207 0.006849391 0.999672949 -0.024638087 1.632420063 -0.725389600 0.021926386 0.687989235 220.401580811\n0.726436198 0.006304645 0.687205017 -106.752578735 0.013119580 0.999648452 -0.023039654 1.614784241 -0.687108696 0.025752679 0.726098120 220.810638428\n0.761874557 -0.000328332 0.647724569 -106.451492310 0.016247433 0.999694884 -0.018604012 1.596174121 -0.647520840 0.024697784 0.761647463 221.204071045\n0.794124424 -0.004276707 0.607740223 -106.150543213 0.016766386 0.999748826 -0.014873072 1.580215931 -0.607523918 0.022000676 0.793996632 221.649063110\n0.824049711 -0.004242000 0.566501617 -105.877777100 0.014814000 0.999791384 -0.014062372 1.559565544 -0.566323817 0.019980248 0.823940635 222.105773926\n0.851799846 -0.006736186 0.523824155 -105.622863770 0.017794779 0.999712348 -0.016080476 1.545110464 -0.523565114 0.023018681 0.851674676 222.560684204\n0.876720548 -0.006652607 0.480954140 -105.395507812 0.017542958 0.999681354 -0.018150976 1.532495022 -0.480680138 0.024350690 0.876557827 223.033996582\n0.898724735 -0.005581732 0.438477665 -105.192993164 0.015191538 0.999715090 -0.018411132 1.514417410 -0.438249946 0.023207691 0.898553491 223.511962891\n0.917972326 -0.001766328 0.396640569 -105.024955750 0.009717126 0.999790132 -0.018036723 1.501211405 -0.396525472 0.020411419 0.917796791 224.007812500\n0.934995711 0.003093764 0.354645580 -104.864654541 0.002826289 0.999865174 -0.016173657 1.485730171 -0.354647815 0.016124630 0.934860945 224.496078491\n0.948541522 0.007157896 0.316571832 -104.735366821 -0.002750988 0.999893010 -0.014365475 1.475620747 -0.316640794 0.012755365 0.948459744 225.001358032\n0.959023476 0.011673411 0.283086151 -104.617156982 -0.008805877 0.999896228 -0.011399915 1.468116641 -0.283189863 0.008439965 0.959026754 225.519897461\n0.966614664 0.019515546 0.255490124 -104.505172729 -0.017953798 0.999803185 -0.008443768 1.449885130 -0.255604625 0.003574852 0.966774821 226.038940430\n0.971572876 0.031254668 0.234668449 -104.418518066 -0.030456426 0.999511421 -0.007025906 1.438938618 -0.234773383 -0.000320982 0.972050071 226.562194824\n0.974755466 0.040079962 0.219648197 -104.332504272 -0.039831750 0.999190927 -0.005560332 1.431397200 -0.219693348 -0.003329008 0.975563288 227.082168579\n0.976834238 0.041387420 0.209956959 -104.249786377 -0.041098606 0.999138594 -0.005740425 1.425736785 -0.210013688 -0.003021494 0.977693796 227.616806030\n0.978468418 0.042171475 0.202042297 -104.134086609 -0.041657824 0.999108851 -0.006795737 1.411503315 -0.202148840 -0.001767229 0.979353189 228.130813599\n0.979351580 0.040909201 0.197982162 -104.032775879 -0.040107202 0.999162853 -0.008060851 1.400449276 -0.198146194 -0.000046103 0.980172455 228.643875122\n0.979124129 0.045263071 0.198159635 -103.945915222 -0.044479880 0.998974919 -0.008404074 1.390402555 -0.198336899 -0.000585485 0.980133712 229.158905029\n0.978522122 0.048060473 0.200461105 -103.858688354 -0.047166098 0.998844326 -0.009238017 1.378318548 -0.200673416 -0.000415363 0.979658127 229.669982910\n0.977777600 0.044634305 0.204838395 -103.750114441 -0.043230921 0.999000907 -0.011323493 1.362809896 -0.205139160 0.002216506 0.978730321 230.170043945\n0.975910544 0.040055614 0.214462489 -103.606468201 -0.037833259 0.999179482 -0.014458794 1.360479832 -0.214865670 0.005996674 0.976625204 230.667251587\n0.972273767 0.036008049 0.231056631 -103.481674194 -0.033615801 0.999332786 -0.014283342 1.344258547 -0.231416777 0.006120167 0.972835481 231.148956299\n0.967034101 0.035619430 0.252143323 -103.352157593 -0.033531543 0.999358535 -0.012573935 1.333343387 -0.252429456 0.003704669 0.967608213 231.629089355\n0.959299326 0.037586492 0.279878557 -103.212516785 -0.036467310 0.999292433 -0.009206962 1.320159793 -0.280026585 -0.001374187 0.959991276 232.093093872\n0.948855817 0.035779797 0.313675702 -103.052848816 -0.036757201 0.999320328 -0.002799689 1.310896277 -0.313562691 -0.008873340 0.949526072 232.540634155\n0.936104774 0.028526507 0.350562543 -102.872169495 -0.032594748 0.999452353 0.005708577 1.299829721 -0.350207716 -0.016770322 0.936521947 232.969345093\n0.921007752 0.008251816 0.389456868 -102.663345337 -0.012021612 0.999901474 0.007243409 1.280025959 -0.389358759 -0.011353136 0.921016216 233.320800781\n0.901862741 -0.002128855 0.432017475 -102.435676575 0.001107424 0.999995947 0.002615871 1.267514229 -0.432021320 -0.001880730 0.901861429 233.675170898\n0.877950311 -0.000875348 0.478751004 -102.216346741 0.004278002 0.999972761 -0.006016801 1.246237159 -0.478732675 0.007330550 0.877930105 234.009445190\n0.850028813 0.011404962 0.526612699 -101.998138428 -0.003815085 0.999872625 -0.015496357 1.236999154 -0.526722372 0.011163278 0.849964082 234.331039429\n0.817258060 0.025257463 0.575718105 -101.768936157 -0.016532147 0.999655426 -0.020387981 1.231266141 -0.576034665 0.007144387 0.817394018 234.648788452\n0.780161142 0.029601969 0.624877810 -101.503234863 -0.023496343 0.999561548 -0.018016413 1.224436641 -0.625137210 -0.000626637 0.780514657 234.955947876\n0.742438972 0.021316934 0.669574499 -101.196914673 -0.016801747 0.999771714 -0.013199125 1.227293611 -0.669703007 -0.001450475 0.742627621 235.186706543\n0.700619102 0.008716806 0.713482261 -100.881210327 -0.004761916 0.999960244 -0.007540720 1.219901800 -0.713519633 0.001885630 0.700632691 235.428558350\n0.657546282 0.003623944 0.753405452 -100.556579590 0.000699109 0.999985039 -0.005420172 1.200936675 -0.753413856 0.004090727 0.657533944 235.630249023\n0.611751735 0.004048214 0.791039526 -100.230163574 0.003828099 0.999960065 -0.008077851 1.194775224 -0.791040599 0.007969816 0.611711800 235.824737549\n0.564408898 0.005531789 0.825476944 -99.897384644 0.006361940 0.999918699 -0.011050674 1.185261130 -0.825470924 0.011488734 0.564327836 236.003356934\n0.518115163 0.008205248 0.855271518 -99.584075928 0.007230531 0.999876261 -0.013972732 1.175958872 -0.855280280 0.013423552 0.517991722 236.145477295\n0.475062311 0.010053352 0.879894793 -99.242553711 0.005790409 0.999877393 -0.014550519 1.166109562 -0.879933178 0.012007354 0.474945843 236.292556763\n0.434494436 0.010858937 0.900609136 -98.890884399 0.002893991 0.999905348 -0.013452377 1.164444447 -0.900669932 0.008451339 0.434421897 236.439697266\n0.394108832 0.012098860 0.918984234 -98.547271729 -0.001592750 0.999920845 -0.012481376 1.160416603 -0.919062495 0.003455310 0.394096911 236.561630249\n0.353446841 0.010993398 0.935390055 -98.159820557 -0.001580978 0.999936521 -0.011154609 1.154653072 -0.935453296 0.002463731 0.353441775 236.679992676\n0.314372778 0.006860763 0.949274898 -97.770492554 0.001594427 0.999968648 -0.007755176 1.145678043 -0.949298382 0.003951566 0.314352036 236.777145386\n0.277949810 0.003235835 0.960590184 -97.349990845 0.005497342 0.999972582 -0.004959172 1.136025429 -0.960579932 0.006659094 0.277924418 236.869354248\n0.244365931 0.003003746 0.969678521 -96.937011719 0.007723256 0.999957442 -0.005043857 1.126851320 -0.969652414 0.008721622 0.244332314 236.943466187\n0.215321600 0.004820310 0.976531446 -96.509841919 0.010168939 0.999922514 -0.007177989 1.118118405 -0.976490378 0.011475864 0.215255916 237.015472412\n0.192517102 0.008348543 0.981258154 -96.059417725 0.011657577 0.999873757 -0.010794076 1.108760595 -0.981224477 0.013517138 0.192395508 237.084686279\n0.173809290 0.012509512 0.984699965 -95.603027344 0.010407910 0.999840140 -0.014538952 1.098956585 -0.984724402 0.012775674 0.173651338 237.155288696\n0.158039570 0.017030362 0.987286031 -95.124893188 0.009222406 0.999782205 -0.018722195 1.093746424 -0.987389803 0.012064002 0.157848120 237.228790283\n0.143017352 0.021290796 0.989491224 -94.632125854 0.008058915 0.999710381 -0.022675488 1.083178043 -0.989687443 0.011217216 0.142804384 237.292114258\n0.127580404 0.023712160 0.991544783 -94.131088257 0.008171226 0.999655128 -0.024957493 1.067888498 -0.991794646 0.011286224 0.127342641 237.350280762\n0.113067746 0.024644896 0.993281722 -93.602706909 0.010632063 0.999605060 -0.026012069 1.053235531 -0.993530512 0.013501761 0.112761080 237.397552490\n0.101998270 0.024014961 0.994494617 -93.048828125 0.014693055 0.999563158 -0.025644315 1.039442539 -0.994675994 0.017227842 0.101600885 237.441345215\n0.094421148 0.022332355 0.995281875 -92.488937378 0.017719042 0.999552310 -0.024109162 1.023443699 -0.995374680 0.019911857 0.093983173 237.483856201\n0.091499269 0.019880004 0.995606780 -91.906631470 0.020446643 0.999552429 -0.021837903 1.009309292 -0.995595336 0.022354970 0.091051817 237.527542114\n0.090988398 0.017000200 0.995706916 -91.303390503 0.020678172 0.999606431 -0.018956369 0.992144108 -0.995637298 0.022314208 0.090601027 237.580017090\n0.090307355 0.014021448 0.995815337 -90.674865723 0.019486737 0.999684572 -0.015843123 0.973660946 -0.995723426 0.020835942 0.090005636 237.638214111\n0.088425994 0.013418625 0.995992422 -90.042160034 0.019016182 0.999704301 -0.015156928 0.961894989 -0.995901287 0.020280240 0.088144660 237.692764282\n0.087081313 0.013389837 0.996111274 -89.393844604 0.018870059 0.999708116 -0.015087834 0.949709415 -0.996022522 0.020110548 0.086803257 237.749877930\n0.085627377 0.013903307 0.996230304 -88.732635498 0.017680256 0.999723971 -0.015471711 0.938389778 -0.996170461 0.018938409 0.085357904 237.808685303\n0.083481967 0.015579026 0.996387601 -88.067581177 0.017266911 0.999705076 -0.017077601 0.914023399 -0.996359825 0.018630207 0.083188355 237.858825684\n0.080967486 0.017984843 0.996554554 -87.351760864 0.017826838 0.999651134 -0.019489115 0.902688026 -0.996557415 0.019343400 0.080618620 237.917449951\n0.078051627 0.020353651 0.996741533 -86.645782471 0.016823137 0.999622345 -0.021729846 0.889035225 -0.996807396 0.018464370 0.077679753 237.977569580\n0.075707793 0.021499244 0.996898353 -85.917907715 0.016262667 0.999607921 -0.022792725 0.870507717 -0.996997535 0.017937815 0.075328469 238.030502319\n0.073692560 0.021466535 0.997050047 -85.177780151 0.014050824 0.999646723 -0.022560950 0.851870537 -0.997182131 0.015671950 0.073364913 238.084823608\n0.071576715 0.020683482 0.997220576 -84.415802002 0.013871313 0.999667645 -0.021729866 0.828368425 -0.997338593 0.015388113 0.071266055 238.143966675\n0.069465101 0.019038586 0.997402847 -83.645751953 0.014422541 0.999694228 -0.020086801 0.805723429 -0.997480273 0.015780415 0.069169283 238.192703247\n0.066634595 0.017989790 0.997615278 -82.857116699 0.015061754 0.999705374 -0.019033514 0.786165714 -0.997663796 0.016294127 0.066344023 238.256301880\n0.063872218 0.017115695 0.997811317 -82.057266235 0.015223534 0.999719858 -0.018122928 0.763839006 -0.997841954 0.016347766 0.063593745 238.302001953\n0.060976088 0.016755780 0.997998595 -81.255111694 0.015702279 0.999719262 -0.017744055 0.746217728 -0.998015761 0.016752817 0.060695827 238.351303101\n0.058517218 0.016231291 0.998154461 -80.448379517 0.016450346 0.999716341 -0.017221101 0.716485500 -0.998150885 0.017427716 0.058233619 238.400131226\n0.056900084 0.015877886 0.998253703 -79.643829346 0.019744715 0.999660075 -0.017025698 0.697558880 -0.998184681 0.020678997 0.056567192 238.438293457\n0.055317461 0.016116329 0.998338759 -78.807754517 0.020968579 0.999630451 -0.017299043 0.677712917 -0.998248637 0.021890685 0.054959118 238.488250732\n0.053222895 0.017361980 0.998431742 -77.984344482 0.020696826 0.999614894 -0.018485829 0.655319214 -0.998368144 0.021648237 0.052843034 238.535980225\n0.051624775 0.018845774 0.998488724 -77.148712158 0.020860028 0.999583423 -0.019944962 0.631966591 -0.998448730 0.021858158 0.051210165 238.582275391\n0.050417066 0.022425974 0.998476446 -76.302047729 0.019664215 0.999531746 -0.023442602 0.606335640 -0.998534679 0.020816162 0.049952447 238.626556396\n0.048440278 0.024378251 0.998528600 -75.451690674 0.017937604 0.999519646 -0.025272634 0.577475548 -0.998665035 0.019135427 0.047979712 238.669708252\n0.046682000 0.026382582 0.998561442 -74.584762573 0.016280713 0.999498308 -0.027168449 0.552814484 -0.998777211 0.017525570 0.046229064 238.716506958\n0.044950485 0.025742579 0.998657584 -73.717315674 0.017469987 0.999494791 -0.026550503 0.526271343 -0.998836517 0.018639995 0.044478059 238.762847900\n0.045319736 0.023746535 0.998690248 -72.814361572 0.018694941 0.999522209 -0.024614679 0.498862267 -0.998797596 0.019785985 0.044854105 238.794860840\n0.046208203 0.020160498 0.998728454 -71.931625366 0.020167237 0.999573708 -0.021110641 0.466563225 -0.998728275 0.021117078 0.045781910 238.836715698\n0.048778653 0.017962657 0.998648167 -71.039428711 0.023333229 0.999544919 -0.019118493 0.438883305 -0.998537064 0.024234260 0.048337281 238.876174927\n0.051697969 0.016753249 0.998522341 -70.152832031 0.026414491 0.999486506 -0.018137027 0.412141800 -0.998313427 0.027313104 0.051228881 238.923431396\n0.055023253 0.016538350 0.998348236 -69.240646362 0.026348846 0.999490559 -0.018009480 0.380590916 -0.998137534 0.027296264 0.054559469 238.975769043\n0.058470488 0.017554276 0.998134911 -68.352828979 0.027171835 0.999446988 -0.019169075 0.353112698 -0.997919381 0.028241983 0.057961166 239.026672363\n0.061413765 0.019581012 0.997920394 -67.461624146 0.026041333 0.999435782 -0.021213379 0.320044518 -0.997772753 0.027289970 0.060869217 239.091125488\n0.064248919 0.022391943 0.997682691 -66.565109253 0.025317984 0.999389827 -0.024060693 0.293034554 -0.997612715 0.026805187 0.063642800 239.153884888\n0.065745234 0.022304533 0.997587204 -65.677673340 0.024866698 0.999403059 -0.023983957 0.259285450 -0.997526586 0.026383530 0.065151334 239.220199585\n0.067511141 0.023318214 0.997446060 -64.787734985 0.022777749 0.999430239 -0.024906294 0.224251747 -0.997458518 0.024401028 0.066941559 239.282806396\n0.068465173 0.023143610 0.997385204 -63.908203125 0.021181336 0.999471843 -0.024646023 0.191297531 -0.997428775 0.022813346 0.067938805 239.348724365\n0.069945693 0.019288547 0.997364461 -63.016723633 0.019447502 0.999596655 -0.020695588 0.157255650 -0.997361362 0.020843815 0.069542348 239.420928955\n0.071769416 0.010743532 0.997363567 -62.138488770 0.017081345 0.999782085 -0.011998748 0.130680561 -0.997275174 0.017897453 0.071570277 239.491485596\n0.073356509 0.005970235 0.997288048 -61.233749390 0.022456899 0.999718666 -0.007636629 0.107670546 -0.997053027 0.022956191 0.073201776 239.550048828\n0.075810909 0.009196816 0.997079849 -60.337417603 0.022540094 0.999686122 -0.010934647 0.073228836 -0.996867478 0.023303239 0.075579822 239.619903564\n0.076857150 0.019327622 0.996854782 -59.474349976 0.019475348 0.999592245 -0.020882240 0.049717426 -0.996851921 0.021019043 0.076449394 239.687103271\n0.078075767 0.028364189 0.996543884 -58.612396240 0.019549925 0.999359429 -0.029975995 0.026399612 -0.996755779 0.021822756 0.077471197 239.759460449\n0.078894138 0.028043000 0.996488571 -57.749420166 0.023358168 0.999277830 -0.029970814 -0.009297848 -0.996609390 0.025640670 0.078182101 239.827285767\n0.078385890 0.021091705 0.996699929 -56.901290894 0.025430189 0.999408543 -0.023148991 -0.042799950 -0.996598661 0.027160821 0.077803135 239.890594482\n0.078491092 0.011980391 0.996842861 -56.037200928 0.023526233 0.999627054 -0.013866303 -0.076453209 -0.996637225 0.024540339 0.078180015 239.951797485\n0.077112913 0.009464796 0.996977568 -55.191238403 0.023281163 0.999665201 -0.011291035 -0.107356548 -0.996750653 0.024081480 0.076866746 240.028015137\n0.077163637 0.013632977 0.996925235 -54.355575562 0.025782069 0.999544859 -0.015664374 -0.130873203 -0.996685028 0.026911516 0.076777041 240.088745117\n0.077916443 0.017480005 0.996806622 -53.520828247 0.028152101 0.999409020 -0.019726176 -0.154672146 -0.996562302 0.029599193 0.077378273 240.148834229\n0.078530073 0.017316140 0.996761441 -52.684524536 0.030151397 0.999350488 -0.019736607 -0.182435513 -0.996455789 0.031603664 0.077956975 240.213378906\n0.079810739 0.014085064 0.996710598 -51.857101440 0.029258901 0.999436200 -0.016466465 -0.209188461 -0.996380568 0.030476855 0.079353631 240.281600952\n0.080925405 0.012033038 0.996647537 -51.031967163 0.028774094 0.999482155 -0.014403650 -0.239511967 -0.996304750 0.029843250 0.080537260 240.351074219\n0.082087457 0.013006130 0.996540368 -50.211013794 0.028445737 0.999476910 -0.015387606 -0.263347626 -0.996219218 0.029610453 0.081674516 240.421600342\n0.084049284 0.015801320 0.996336401 -49.393157959 0.028355336 0.999431431 -0.018242421 -0.284785271 -0.996058166 0.029784715 0.083553433 240.473846436\n0.084723175 0.017842134 0.996244848 -48.563781738 0.028706489 0.999380946 -0.020339578 -0.316822529 -0.995991051 0.030321926 0.084158540 240.558837891\n0.085773945 0.017602885 0.996159136 -47.735748291 0.029618045 0.999356985 -0.020209646 -0.343944550 -0.995874286 0.031237746 0.085197449 240.638046265\n0.086848915 0.015878722 0.996095061 -46.924240112 0.030456930 0.999363244 -0.018586349 -0.370159149 -0.995755970 0.031952199 0.086310029 240.707397461\n0.088186383 0.013626450 0.996010780 -46.116012573 0.030244492 0.999408782 -0.016350772 -0.396154404 -0.995644748 0.031565756 0.087722123 240.779296875\n0.089432359 0.012915730 0.995909154 -45.320327759 0.030549515 0.999409854 -0.015704470 -0.419818878 -0.995524287 0.031829029 0.088985026 240.854095459\n0.090525687 0.012299568 0.995818257 -44.541702271 0.030751176 0.999412417 -0.015139425 -0.445560932 -0.995419323 0.031993087 0.090094268 240.927825928\n0.092043757 0.012190009 0.995680392 -43.725799561 0.030513370 0.999420941 -0.015056555 -0.479384422 -0.995287359 0.031767424 0.091618478 241.005661011\n0.092502773 0.012486118 0.995634139 -42.960556030 0.028109003 0.999490082 -0.015146038 -0.500838757 -0.995315611 0.029387334 0.092104614 241.091995239\n0.093214035 0.012419499 0.995568752 -42.232696533 0.025078936 0.999575675 -0.014817601 -0.525392056 -0.995330334 0.026349010 0.092863023 241.167053223\n0.094025970 0.013019462 0.995484710 -41.506713867 0.021865716 0.999646306 -0.015139164 -0.550689936 -0.995329678 0.023190461 0.093708038 241.249786377\n0.095574915 0.014091831 0.995322526 -40.788558960 0.018715195 0.999697626 -0.015950883 -0.578022718 -0.995246291 0.020152159 0.095282316 241.311431885\n0.095490813 0.015459247 0.995310366 -40.085693359 0.015449820 0.999735951 -0.017010257 -0.603453159 -0.995310545 0.017001690 0.095226765 241.383575439\n0.094893754 0.016836703 0.995345116 -39.374633789 0.013154370 0.999748468 -0.018165296 -0.623471975 -0.995400608 0.014816911 0.094648421 241.464187622\n0.094472647 0.017327899 0.995376706 -38.674896240 0.011475769 0.999763131 -0.018493442 -0.647327185 -0.995461345 0.013169836 0.094251394 241.532623291\n0.093701243 0.017394798 0.995448411 -37.983581543 0.007926887 0.999802649 -0.018217040 -0.669476986 -0.995568812 0.009597767 0.093544900 241.602005005\n0.092519999 0.016045213 0.995581567 -37.289413452 0.007118532 0.999833941 -0.016775275 -0.688080072 -0.995685399 0.008639128 0.092390418 241.675735474\n0.091510534 0.013847855 0.995707929 -36.595214844 0.007895662 0.999861777 -0.014631278 -0.711448073 -0.995772898 0.009200690 0.091388524 241.737869263\n0.090050220 0.011946116 0.995865703 -35.916671753 0.009774266 0.999869287 -0.012877974 -0.730638504 -0.995889425 0.010893520 0.089921653 241.797561646\n0.087504208 0.012064982 0.996091247 -35.249908447 0.011239862 0.999851048 -0.013097921 -0.751749277 -0.996100903 0.012342052 0.087355614 241.861160278\n0.085613191 0.013119366 0.996242106 -34.577392578 0.011140997 0.999838173 -0.014124136 -0.777882099 -0.996266186 0.012308342 0.085453153 241.918411255\n0.083612025 0.015456735 0.996378660 -33.942962646 0.011077699 0.999803483 -0.016439464 -0.797906399 -0.996436954 0.012412121 0.083424330 241.972656250\n0.080955565 0.017868536 0.996557593 -33.319259644 0.010227621 0.999771774 -0.018757012 -0.814754963 -0.996665299 0.011710897 0.080754340 242.026885986\n0.077867329 0.018103290 0.996799290 -32.716796875 0.010822007 0.999760866 -0.019002460 -0.833768606 -0.996904969 0.012267038 0.077652752 242.072708130\n0.074010551 0.017393799 0.997105837 -32.134353638 0.009336071 0.999791980 -0.018133635 -0.855015278 -0.997213840 0.010651132 0.073832810 242.117294312\n0.069190443 0.016626781 0.997465014 -31.579559326 0.009387817 0.999805987 -0.017317005 -0.873472214 -0.997559428 0.010562192 0.069020927 242.151489258\n0.063833475 0.014554019 0.997854590 -31.024063110 0.007811720 0.999855757 -0.015082931 -0.894336224 -0.997930110 0.008757758 0.063710570 242.188858032\n0.057365477 0.013125425 0.998267114 -30.508087158 0.006746205 0.999885619 -0.013534380 -0.910151124 -0.998330593 0.007510921 0.057270348 242.218246460\n0.050193310 0.013648793 0.998646319 -30.004379272 0.006414972 0.999881566 -0.013988102 -0.926162243 -0.998718977 0.007108397 0.050099790 242.240417480\n0.042207062 0.014107011 0.999009371 -29.516189575 0.006246995 0.999877036 -0.014383195 -0.943488121 -0.999089420 0.006847880 0.042113781 242.262237549\n0.034269989 0.013680466 0.999319017 -29.047271729 0.007892813 0.999871433 -0.013958700 -0.959264398 -0.999381483 0.008365802 0.034157634 242.262313843\n0.025281787 0.012670456 0.999600053 -28.589813232 0.008794071 0.999878168 -0.012896398 -0.983069420 -0.999641657 0.009116597 0.025167227 242.272689819\n0.015792906 0.012711158 0.999794424 -28.149093628 0.009661976 0.999870539 -0.012864747 -0.993275046 -0.999828577 0.009863161 0.015668035 242.272796631\n0.006278515 0.013235849 0.999892712 -27.731094360 0.009591150 0.999865592 -0.013295716 -1.004601121 -0.999934316 0.009673598 0.006150723 242.271667480\n-0.002821326 0.012901494 0.999912858 -27.319396973 0.010387197 0.999863207 -0.012871548 -1.013624430 -0.999942124 0.010349979 -0.002954960 242.256500244\n-0.012790561 0.011749815 0.999849141 -26.932922363 0.010506131 0.999877334 -0.011615747 -1.025583506 -0.999863029 0.010355974 -0.012912512 242.240264893\n-0.023560882 0.010066186 0.999671698 -26.552246094 0.009728649 0.999904275 -0.009839238 -1.042821169 -0.999675035 0.009493634 -0.023656607 242.233566284\n-0.034660339 0.008439996 0.999363661 -26.207397461 0.010732873 0.999909818 -0.008072370 -1.051623702 -0.999341667 0.010446251 -0.034747839 242.214553833\n-0.046121478 0.009730881 0.998888433 -25.888076782 0.015141606 0.999844491 -0.009041065 -1.063630581 -0.998821080 0.014707789 -0.046261668 242.189468384\n-0.057829857 0.011623042 0.998258829 -25.573654175 0.021339474 0.999718130 -0.010403823 -1.073976040 -0.998098373 0.020700667 -0.058061600 242.151672363\n-0.069779277 0.011879735 0.997491837 -25.273132324 0.027133223 0.999581754 -0.010006532 -1.074577808 -0.997193515 0.026366917 -0.070072412 242.110443115\n-0.081803560 0.009553229 0.996602893 -24.986419678 0.028665824 0.999562919 -0.007228651 -1.081862450 -0.996236324 0.027977109 -0.082041621 242.074127197\n-0.094557524 0.007313634 0.995492578 -24.723571777 0.028315002 0.999588192 -0.004654205 -1.091378927 -0.995116651 0.027747281 -0.094725609 242.043441772\n-0.107539415 0.006151250 0.994181871 -24.485534668 0.025085706 0.999679267 -0.003471776 -1.098367214 -0.993884325 0.024566401 -0.107659221 242.011947632\n-0.121067047 0.005401595 0.992629588 -24.263397217 0.023671962 0.999716520 -0.002552986 -1.101291180 -0.992362022 0.023188408 -0.121160507 241.980987549\n-0.134157181 0.005147136 0.990946770 -24.079101562 0.022920016 0.999735117 -0.002089809 -1.105846405 -0.990695059 0.022432152 -0.134239674 241.936767578\n-0.147257328 0.007367529 0.989070952 -23.907714844 0.024382647 0.999695420 -0.003816476 -1.106637001 -0.988797784 0.023554161 -0.147392154 241.900634766\n-0.161164403 0.011007383 0.986866057 -23.744995117 0.025464851 0.999651253 -0.006991338 -1.119769812 -0.986598909 0.024003645 -0.161388516 241.861801147\n-0.173949003 0.014045811 0.984654546 -23.602172852 0.027378922 0.999580741 -0.009421974 -1.123511314 -0.984374046 0.025319837 -0.174260616 241.823059082\n-0.187194705 0.013968647 0.982223511 -23.439971924 0.031517658 0.999469519 -0.008207196 -1.134532928 -0.981817067 0.029421041 -0.187535644 241.772430420\n-0.201743007 0.013438723 0.979346335 -23.277709961 0.034546621 0.999381304 -0.006597125 -1.133378029 -0.978829086 0.032502182 -0.202082515 241.720916748\n-0.216175079 0.013586372 0.976260245 -23.113555908 0.035852745 0.999339283 -0.005968623 -1.135385513 -0.975696266 0.033711340 -0.216519356 241.669281006\n-0.230200410 0.014545595 0.973034739 -22.948394775 0.035377793 0.999352396 -0.006569345 -1.137885571 -0.972500145 0.032911554 -0.230565906 241.617950439\n-0.245551705 0.015753143 0.969255507 -22.787689209 0.034613289 0.999372840 -0.007473684 -1.137793064 -0.968765318 0.031713944 -0.245943069 241.569168091\n-0.261212349 0.016699694 0.965136707 -22.628204346 0.033548292 0.999403358 -0.008212819 -1.144427299 -0.964698017 0.030233402 -0.261616826 241.517333984\n-0.276802301 0.018021535 0.960758030 -22.473236084 0.032240432 0.999435365 -0.009458303 -1.145737648 -0.960386038 0.028357172 -0.277227044 241.458099365\n-0.294126749 0.021427482 0.955526173 -22.311523438 0.030153532 0.999459028 -0.013130910 -1.144209385 -0.955290616 0.024950335 -0.294613838 241.397430420\n-0.313808441 0.025601750 0.949141145 -22.141876221 0.029117672 0.999425709 -0.017331121 -1.148726463 -0.949039817 0.022198128 -0.314373612 241.330413818\n-0.335623264 0.029007936 0.941549659 -21.952758789 0.029683264 0.999355078 -0.020208003 -1.152240276 -0.941528618 0.021165991 -0.336267948 241.249572754\n-0.360402942 0.030348705 0.932303011 -21.750091553 0.029607588 0.999339163 -0.021085413 -1.156723976 -0.932326853 0.020004001 -0.361063361 241.144317627\n-0.389336348 0.031179607 0.920567751 -21.555084229 0.031157494 0.999300778 -0.020668833 -1.164968967 -0.920568526 0.020635456 -0.390035629 241.043457031\n-0.422043920 0.031680010 0.906021714 -21.322845459 0.031930514 0.999288619 -0.020067286 -1.172008991 -0.906012893 0.020460460 -0.422755241 240.903839111\n-0.457170367 0.031831682 0.888809443 -21.081085205 0.032482356 0.999290168 -0.019080719 -1.182094574 -0.888785899 0.020147486 -0.457879782 240.752456665\n-0.493350387 0.032246448 0.869232833 -20.826995850 0.032873079 0.999289870 -0.018413490 -1.182368279 -0.869209349 0.019490058 -0.494060040 240.588546753\n-0.530465961 0.032675523 0.847076476 -20.567626953 0.032845277 0.999298751 -0.017978676 -1.188972473 -0.847069860 0.018285388 -0.531167269 240.396087646\n-0.569736004 0.032193515 0.821197271 -20.289733887 0.030575765 0.999370992 -0.017965429 -1.202358246 -0.821259141 0.014873184 -0.570361972 240.178497314\n-0.609471321 0.030890431 0.792205989 -20.018951416 0.027085371 0.999468625 -0.018134497 -1.202890158 -0.792345226 0.010404737 -0.609984159 239.939056396\n-0.649439096 0.027942657 0.759900272 -19.742706299 0.023366284 0.999586046 -0.016786570 -1.214866638 -0.760054767 0.006854192 -0.649823189 239.675430298\n-0.688599467 0.027571397 0.724617600 -19.476806641 0.023091460 0.999603868 -0.016090846 -1.224775314 -0.724774182 0.005652329 -0.688963413 239.380447388\n-0.727246881 0.029138675 0.685757518 -19.227478027 0.024831308 0.999561369 -0.016138956 -1.230205894 -0.685926974 0.005291252 -0.727651477 239.057342529\n-0.764538765 0.032037050 0.643781185 -18.989013672 0.027753340 0.999473989 -0.016778518 -1.230907083 -0.643980086 0.005039250 -0.765025735 238.702590942\n-0.800881147 0.035037775 0.597797751 -18.757766724 0.030138450 0.999380052 -0.018198038 -1.234688759 -0.598064780 0.003442235 -0.801440597 238.323638916\n-0.835257411 0.036878329 0.548621058 -18.545730591 0.030922834 0.999319732 -0.020095324 -1.236145020 -0.548988938 0.000180147 -0.835829616 237.920166016\n-0.867882848 0.036155038 0.495451361 -18.307022095 0.030301787 0.999343753 -0.019846363 -1.250354886 -0.495843768 -0.002211256 -0.868408918 237.496536255\n-0.895716310 0.034785606 0.443263650 -18.125167847 0.029994987 0.999391258 -0.017816568 -1.258519888 -0.443613559 -0.002662902 -0.896214485 237.042007446\n-0.919313431 0.036975101 0.391784996 -17.966476440 0.033262067 0.999314368 -0.016262699 -1.265325785 -0.392117679 -0.001918940 -0.919912934 236.560668945\n-0.938553333 0.043203991 0.342420191 -17.829315186 0.040680978 0.999066234 -0.014550531 -1.270190239 -0.342729092 0.000273542 -0.939434409 236.049499512\n-0.954456091 0.045510124 0.294860840 -17.693145752 0.043930087 0.998962700 -0.011983930 -1.272276521 -0.295100361 0.001515129 -0.955465317 235.520889282\n-0.967299700 0.044152196 0.249764070 -17.577056885 0.043703917 0.999017537 -0.007343092 -1.274213910 -0.249842897 0.003812697 -0.968279004 234.957611084\n-0.976785064 0.042364798 0.209992379 -17.483634949 0.042704910 0.999083459 -0.002916598 -1.277012229 -0.209923476 0.006118815 -0.977699041 234.357467651\n-0.983682871 0.041472748 0.175065935 -17.374561310 0.042263739 0.999106169 0.000790783 -1.284729958 -0.174876660 0.008176821 -0.984556437 233.769210815\n-0.988200307 0.043024264 0.147000894 -17.303218842 0.043961883 0.999028265 0.003133885 -1.280176997 -0.146723211 0.009559341 -0.989131451 233.134155273\n-0.991272569 0.044547267 0.124073938 -17.240764618 0.045340717 0.998965204 0.003577217 -1.279242516 -0.123786189 0.009171598 -0.992266655 232.479675293\n-0.993387341 0.045323275 0.105487049 -17.181175232 0.045956679 0.998937011 0.003580402 -1.271527648 -0.105212636 0.008404560 -0.994414330 231.800949097\n-0.995179892 0.044513669 0.087382257 -17.109636307 0.045126569 0.998968542 0.005050196 -1.277498245 -0.087067321 0.008969115 -0.996162057 231.095672607\n-0.996590018 0.042225666 0.070891201 -17.064954758 0.042755403 0.999067724 0.005971202 -1.270059228 -0.070572972 0.008981821 -0.997466326 230.367431641\n-0.997461438 0.042500697 0.057139691 -17.031545639 0.043018416 0.999043345 0.007860712 -1.266727448 -0.056750946 0.010298814 -0.998335600 229.619476318\n-0.997857213 0.045633093 0.046892665 -17.010824203 0.046168201 0.998879611 0.010391757 -1.266244292 -0.046365920 0.012534438 -0.998846054 228.855834961\n-0.998049736 0.048780616 0.038950302 -16.973556519 0.049258221 0.998721063 0.011397193 -1.259622574 -0.038344525 0.013293588 -0.999176145 228.061233521\n-0.998166323 0.050651912 0.033145893 -16.956121445 0.051076021 0.998621762 0.012075672 -1.250962973 -0.032488555 0.013746487 -0.999377728 227.255920410\n-0.998257399 0.051054411 0.029587403 -16.934600830 0.051444642 0.998596609 0.012580959 -1.243083715 -0.028903566 0.014081150 -0.999482870 226.435302734\n-0.998278141 0.051883034 0.027370574 -16.911464691 0.052260041 0.998545706 0.013243048 -1.235696435 -0.026643680 0.014650631 -0.999537706 225.596786499\n-0.998193026 0.053988386 0.026384484 -16.896478653 0.054355297 0.998431861 0.013392457 -1.227915168 -0.025620073 0.014802392 -0.999562263 224.737442017\n-0.998182654 0.054424509 0.025877463 -16.873306274 0.054778874 0.998411417 0.013187677 -1.213644981 -0.025118621 0.014581246 -0.999578357 223.849548340\n-0.998085260 0.055951856 0.026371680 -16.846214294 0.056320846 0.998321950 0.013462521 -1.204394817 -0.025574176 0.014922017 -0.999561667 222.946609497\n-0.997998834 0.056956183 0.027469516 -16.819732666 0.057317127 0.998277307 0.012535700 -1.193364978 -0.026708210 0.014085085 -0.999544144 222.031402588\n-0.997907162 0.057690546 0.029209806 -16.802169800 0.058062471 0.998240232 0.012048404 -1.189021587 -0.028463325 0.013719182 -0.999500751 221.103866577\n-0.997724533 0.060521353 0.029717242 -16.762266159 0.060853045 0.998092711 0.010386257 -1.178803205 -0.029031973 0.012171007 -0.999504447 220.154724121\n-0.997642159 0.061237909 0.030982869 -16.733507156 0.061525330 0.998070121 0.008409100 -1.174020052 -0.030408120 0.010295505 -0.999484539 219.183883667\n-0.997442842 0.063342363 0.033101432 -16.710994720 0.063586742 0.997955918 0.006381943 -1.168095589 -0.032629523 0.008470435 -0.999431610 218.196456909\n-0.997191668 0.066020101 0.035359334 -16.668720245 0.066281572 0.997781217 0.006273136 -1.165230393 -0.034866728 0.008599191 -0.999355078 217.174301147\n-0.996969461 0.067051493 0.039449036 -16.638761520 0.067345910 0.997710526 0.006180792 -1.162593842 -0.038944289 0.008818791 -0.999202609 216.159255981\n-0.996902227 0.065621719 0.043361187 -16.592782974 0.065910861 0.997811615 0.005271155 -1.160959601 -0.042920392 0.008112798 -0.999045849 215.127227783\n-0.996812582 0.064169221 0.047402136 -16.540763855 0.064416997 0.997916162 0.003716555 -1.163367867 -0.047064871 0.006758212 -0.998868942 214.092727661\n-0.996773601 0.061571073 0.051497847 -16.483417511 0.061925400 0.998066664 0.005311877 -1.165001035 -0.051071227 0.008483761 -0.998659253 213.039810181\n-0.996724248 0.059724074 0.054537162 -16.413036346 0.060136545 0.998172402 0.005952167 -1.170342684 -0.054082002 0.009212344 -0.998494148 211.968292236\n-0.996619821 0.058654241 0.057521649 -16.344169617 0.059065193 0.998239160 0.005468817 -1.173810124 -0.057099592 0.008847859 -0.998329401 210.876586914\n-0.996452212 0.058652334 0.060359690 -16.277667999 0.059094451 0.998236895 0.005564370 -1.175844431 -0.059926905 0.009111550 -0.998161435 209.785003662\n-0.996244669 0.059519913 0.062885173 -16.208774567 0.060047116 0.998174191 0.006525535 -1.170032620 -0.062381960 0.010277100 -0.997999668 208.684371948\n-0.996001482 0.061289743 0.064995810 -16.133630753 0.061937183 0.998048067 0.007991647 -1.176934958 -0.064379133 0.011985350 -0.997853518 207.548736572\n-0.995739937 0.062347155 0.067934297 -16.065473557 0.063039094 0.997978270 0.008087671 -1.178236008 -0.067292705 0.012335734 -0.997657180 206.433441162\n-0.995644569 0.061919138 0.069698028 -15.977966309 0.062550642 0.998017848 0.006912701 -1.176661134 -0.069131851 0.011242250 -0.997544169 205.300094604\n-0.995585918 0.060428366 0.071814269 -15.891427994 0.061079822 0.998108983 0.006908232 -1.174045682 -0.071261011 0.011264140 -0.997394204 204.165817261\n-0.995546341 0.059101522 0.073446058 -15.807637215 0.059831619 0.998178184 0.007778519 -1.188651323 -0.072852530 0.012138274 -0.997268796 203.021179199\n-0.995565295 0.058528651 0.073648855 -15.704921722 0.059270624 0.998210490 0.007927664 -1.196327329 -0.073053062 0.012257719 -0.997252703 201.874542236\n-0.995491147 0.058156472 0.074935965 -15.627780914 0.058910232 0.998232126 0.007886038 -1.189732790 -0.074344859 0.012264975 -0.997157216 200.721649170\n-0.995376587 0.058112420 0.076473489 -15.551968575 0.058903493 0.998230577 0.008127893 -1.189710855 -0.075865850 0.012594872 -0.997038484 199.569778442\n-0.995408177 0.058564439 0.075716339 -15.439457893 0.059316374 0.998209417 0.007718639 -1.194477797 -0.075128727 0.012174414 -0.997099638 198.404525757\n-0.995305181 0.059156753 0.076605037 -15.359821320 0.059973098 0.998164654 0.008398262 -1.194742918 -0.075967632 0.012953074 -0.997026324 197.236862183\n-0.995332718 0.059052743 0.076327421 -15.264710426 0.059947245 0.998156548 0.009479742 -1.201323509 -0.075626910 0.014011115 -0.997037888 196.077514648\n-0.995428085 0.057917688 0.075952560 -15.175785065 0.058850128 0.998215795 0.010094567 -1.201272130 -0.075232387 0.014518232 -0.997060418 194.909301758\n-0.995563626 0.056684595 0.075099520 -15.083733559 0.057639893 0.998281002 0.010612939 -1.193021178 -0.074368834 0.014894585 -0.997119546 193.733947754\n-0.995687485 0.054698143 0.074931495 -15.004227638 0.055646222 0.998394072 0.010622301 -1.189808965 -0.074230142 0.014746145 -0.997132182 192.541625977\n-0.995921016 0.053230066 0.072855406 -14.900720596 0.054055031 0.998493731 0.009397383 -1.188738823 -0.072245449 0.013297251 -0.997298241 191.348388672\n-0.996053219 0.052429352 0.071620114 -14.818902969 0.053176586 0.998548388 0.008565459 -1.185986757 -0.071067065 0.012340166 -0.997395396 190.154937744\n-0.996178746 0.052168921 0.070044518 -14.734196663 0.052979127 0.998547912 0.009758310 -1.193484664 -0.069433734 0.013431920 -0.997496128 188.955337524\n-0.996285677 0.052546345 0.068220876 -14.640591621 0.053495146 0.998494148 0.012154917 -1.188879132 -0.067479454 0.015759254 -0.997596383 187.740417480\n-0.996360302 0.052466318 0.067184888 -14.563053131 0.053666607 0.998427749 0.016185733 -1.185621500 -0.066230044 0.019732403 -0.997609496 186.524124146\n-0.996393800 0.053222489 0.066083528 -14.484527588 0.054536965 0.998345017 0.018247886 -1.174508095 -0.065002963 0.021786073 -0.997647285 185.307937622\n-0.996464252 0.054660130 0.063806057 -14.397777557 0.055959184 0.998256981 0.018751716 -1.175347090 -0.062669866 0.022255952 -0.997786045 184.077407837\n-0.996512532 0.054820348 0.062908024 -14.335769653 0.056008648 0.998280704 0.017282756 -1.157023668 -0.061852418 0.020745875 -0.997869611 182.833190918\n-0.996569395 0.056095880 0.060851891 -14.255651474 0.057137754 0.998245716 0.015517327 -1.141086817 -0.059874684 0.018941032 -0.998026371 181.597961426\n-0.996596694 0.057540797 0.059030544 -14.173128128 0.058545522 0.998165429 0.015433065 -1.154024959 -0.058034219 0.018836511 -0.998137116 180.358047485\n-0.996499777 0.060166061 0.058036294 -14.113383293 0.061086260 0.998031318 0.014212348 -1.138768911 -0.057066940 0.017707821 -0.998213291 179.091781616\n-0.996436834 0.062788524 0.056315567 -14.039654732 0.063626312 0.997886419 0.013207262 -1.143028140 -0.055367276 0.016743353 -0.998325825 177.846755981\n-0.996426821 0.063952692 0.055171527 -13.968839645 0.064696811 0.997835100 0.011806661 -1.137755156 -0.054297019 0.015333895 -0.998407245 176.598754883\n-0.996445060 0.064180143 0.054570563 -13.898353577 0.064816587 0.997847378 0.009972152 -1.134281278 -0.053813081 0.013473780 -0.998460054 175.318878174\n-0.996555209 0.063041165 0.053886030 -13.835557938 0.063710734 0.997909963 0.010797815 -1.129586101 -0.053092699 0.014193736 -0.998488784 174.035873413\n-0.996730685 0.060812145 0.053197376 -13.763611794 0.061639458 0.997999609 0.014050360 -1.127295017 -0.052236527 0.017283481 -0.998485208 172.751220703\n-0.996941328 0.058535531 0.051786747 -13.677465439 0.059446692 0.998099506 0.016231446 -1.125714660 -0.050738208 0.019260349 -0.998526335 171.456405640\n-0.996943235 0.058498397 0.051793627 -13.614690781 0.059303649 0.998139739 0.014148096 -1.115908265 -0.050869636 0.017176395 -0.998557806 170.165176392\n-0.996955037 0.058752269 0.051272724 -13.538235664 0.059419848 0.998165786 0.011593121 -1.112793684 -0.050497558 0.014604437 -0.998617411 168.869567871\n-0.996881723 0.059851173 0.051427245 -13.474573135 0.060409140 0.998129785 0.009363265 -1.110737801 -0.050770663 0.012440742 -0.998632908 167.566665649\n-0.996761084 0.061004858 0.052398950 -13.411618233 0.061552677 0.998064101 0.008903896 -1.114921212 -0.051754329 0.012100354 -0.998586535 166.280670166\n-0.996697307 0.062125176 0.052295499 -13.340130806 0.062806033 0.997959733 0.011476675 -1.115598679 -0.051475812 0.014723245 -0.998565674 164.963165283\n-0.996611357 0.062657766 0.053292308 -13.276869774 0.063521333 0.997872710 0.014666391 -1.117966175 -0.052259974 0.018001888 -0.998471379 163.660797119\n-0.996532083 0.063587591 0.053671569 -13.206253052 0.064424247 0.997824371 0.014003295 -1.111843586 -0.052664362 0.017412482 -0.998460531 162.347564697\n-0.996433139 0.064034060 0.054960001 -13.146532059 0.064839706 0.997811019 0.013001298 -1.102496147 -0.054007169 0.016518515 -0.998403907 161.031295776\n-0.996407270 0.064287350 0.055135448 -13.068347931 0.065084457 0.997797847 0.012783839 -1.101955414 -0.054192193 0.016326370 -0.998397231 159.698684692\n-0.996341109 0.064995773 0.055498160 -12.988069534 0.065772735 0.997758985 0.012287878 -1.107838988 -0.054575127 0.015893182 -0.998383284 158.391250610\n-0.996276855 0.064887144 0.056763075 -12.919157028 0.065686204 0.997764230 0.012324474 -1.102728367 -0.055836465 0.016007138 -0.998311639 157.063415527\n-0.996265292 0.064818032 0.057045471 -12.834496498 0.065680929 0.997750938 0.013381752 -1.110065341 -0.056049790 0.017078575 -0.998281956 155.756072998\n-0.996252894 0.064249024 0.057899866 -12.760517120 0.065162763 0.997775972 0.014031945 -1.109575987 -0.056869555 0.017752280 -0.998223901 154.449081421\n-0.996249557 0.063614696 0.058651131 -12.674215317 0.064576939 0.997805059 0.014657591 -1.108536005 -0.057589959 0.018390130 -0.998170972 153.117874146\n-0.996215343 0.063122347 0.059754774 -12.599843979 0.064163253 0.997816503 0.015662288 -1.102930307 -0.058635656 0.019437073 -0.998090267 151.789382935\n-0.996179819 0.063105211 0.060363725 -12.514367104 0.064208210 0.997799933 0.016508879 -1.100901961 -0.059189126 0.020321658 -0.998040080 150.479721069\n-0.996135116 0.063049957 0.061152592 -12.425590515 0.064186424 0.997796535 0.016799258 -1.101308465 -0.059958652 0.020659497 -0.997987151 149.168395996\n-0.996064067 0.063062631 0.062290147 -12.349254608 0.064156704 0.997816026 0.015721122 -1.093684196 -0.061162688 0.019655569 -0.997934580 147.863891602\n-0.996003985 0.063838407 0.062458463 -12.256063461 0.064893007 0.997779429 0.015002403 -1.089911580 -0.061362043 0.018995568 -0.997934937 146.554962158\n-0.995933175 0.064418338 0.062987797 -12.170577049 0.065465815 0.997746408 0.014707735 -1.082413673 -0.061898399 0.018771468 -0.997905970 145.252761841\n-0.995769739 0.065817900 0.064112961 -12.094860077 0.066921361 0.997642219 0.015216291 -1.083532929 -0.062960289 0.019442450 -0.997826576 143.953323364\n-0.995876312 0.064023934 0.064276814 -11.990742683 0.065087281 0.997772992 0.014585831 -1.083149552 -0.063199826 0.018709285 -0.997825623 142.621597290\n-0.995905399 0.062652305 0.065173365 -11.907009125 0.063680232 0.997874737 0.013814295 -1.079644084 -0.064169362 0.017907983 -0.997778654 141.320755005\n-0.995910645 0.061870955 0.065833308 -11.816030502 0.063087650 0.997870505 0.016563915 -1.075855374 -0.064668290 0.020649448 -0.997693181 140.017227173\n-0.995914817 0.060354374 0.067164548 -11.736703873 0.061979413 0.997826517 0.022378193 -1.066889286 -0.065667942 0.026449593 -0.997491002 138.708328247\n-0.995870829 0.061045997 0.067190498 -11.626434326 0.062950715 0.997662008 0.026603661 -1.057644606 -0.065409355 0.030723501 -0.997385383 137.395721436\n-0.995739698 0.061764784 0.068464793 -11.542467117 0.063659616 0.997636914 0.025846552 -1.044622183 -0.066706598 0.030094881 -0.997318625 136.099273682\n-0.995624781 0.062989265 0.069020644 -11.452442169 0.064778909 0.997610927 0.024003092 -1.027700663 -0.067343816 0.028369155 -0.997326493 134.806182861\n-0.995569825 0.062755816 0.070019566 -11.361759186 0.064484529 0.997660339 0.022705797 -1.007093430 -0.068430826 0.027120382 -0.997287393 133.531539917\n-0.995483994 0.063286357 0.070755683 -11.273382187 0.065093882 0.997601509 0.023536628 -0.994266510 -0.069096431 0.028036101 -0.997215867 132.228271484\n-0.995330691 0.064638339 0.071687758 -11.186664581 0.066519134 0.997492492 0.024164014 -0.978016376 -0.069946080 0.028819785 -0.997134566 130.943084717\n-0.995214462 0.065714687 0.072317541 -11.089819908 0.067709282 0.997379661 0.025481462 -0.961227894 -0.070453532 0.030256089 -0.997056127 129.658142090\n-0.995087981 0.067816898 0.072118692 -10.993718147 0.069843993 0.997219980 0.025964793 -0.953592300 -0.070157342 0.030874308 -0.997058153 128.402877808\n-0.995108843 0.066917971 0.072669938 -10.904103279 0.068992645 0.997267187 0.026421884 -0.940496445 -0.070703246 0.031306334 -0.997006297 127.152168274\n-0.995075345 0.067856140 0.072254777 -10.812424660 0.069662370 0.997310579 0.022775631 -0.933444262 -0.070514984 0.027696908 -0.997126222 125.913230896\n-0.995176673 0.067102797 0.071557648 -10.716658592 0.068736933 0.997421682 0.020621261 -0.936851382 -0.069989406 0.025440453 -0.997223258 124.675086975\n-0.995302320 0.064678870 0.072043620 -10.635896683 0.066286422 0.997597218 0.020148372 -0.925012827 -0.070567340 0.024829233 -0.997198105 123.458854675\n-0.995452762 0.064006589 0.070547931 -10.529684067 0.065614037 0.997630239 0.020706011 -0.925183415 -0.069055431 0.025240788 -0.997293472 122.253318787\n-0.995527506 0.063885026 0.069600172 -10.447960854 0.065455280 0.997644544 0.020516729 -0.919267535 -0.068125524 0.024980662 -0.997364163 121.065078735\n-0.995655298 0.063322626 0.068270326 -10.355621338 0.064830966 0.997693658 0.020106988 -0.916823983 -0.066839650 0.024445659 -0.997464299 119.905189514\n-0.995719552 0.063642934 0.067024328 -10.279781342 0.065139696 0.997667909 0.020385964 -0.923028588 -0.065570600 0.024664646 -0.997543097 118.744407654\n-0.995824575 0.063012689 0.066050492 -10.205309868 0.064474672 0.997714102 0.020239485 -0.913814187 -0.064624161 0.024413561 -0.997610927 117.615852356\n-0.995886207 0.062808342 0.065315336 -10.136703491 0.064254425 0.997727513 0.020278269 -0.921522021 -0.063893259 0.024391646 -0.997658730 116.531539917\n-0.996049523 0.061974529 0.063595980 -10.063230515 0.063330375 0.997801542 0.019528160 -0.921526551 -0.062245917 0.023478573 -0.997784734 115.425079346\n-0.996073484 0.062702134 0.062501408 -9.996739388 0.063981727 0.997776151 0.018684261 -0.918799996 -0.061190870 0.022609841 -0.997870088 114.357742310\n-0.996117592 0.063259840 0.061226498 -9.929965973 0.064509392 0.997742832 0.018649867 -0.915658474 -0.059908513 0.022527138 -0.997949958 113.311813354\n-0.996103644 0.064429186 0.060219355 -9.869087219 0.065643869 0.997673213 0.018413140 -0.918075800 -0.058892895 0.022294426 -0.998015285 112.284156799\n-0.996108890 0.065299906 0.059188496 -9.815158844 0.066497408 0.997615218 0.018491330 -0.914378166 -0.057839863 0.022355257 -0.998075724 111.276000977\n-0.996138811 0.065701850 0.058234464 -9.767017365 0.066943236 0.997563720 0.019626722 -0.915721893 -0.056803077 0.023449339 -0.998110175 110.293136597\n-0.996204495 0.065785162 0.057000447 -9.699959755 0.067039169 0.997542322 0.020372281 -0.928132892 -0.055520166 0.024116220 -0.998166323 109.305496216\n-0.996263504 0.065679729 0.056081239 -9.652914047 0.066970378 0.997524321 0.021451278 -0.924727321 -0.054533485 0.025126906 -0.998195767 108.377090454\n-0.996421337 0.064231016 0.054946709 -9.600749016 0.065498300 0.997619271 0.021580825 -0.918787003 -0.053429741 0.025102509 -0.998256087 107.453376770\n-0.996546030 0.063110784 0.053975690 -9.555719376 0.064401180 0.997670174 0.022509886 -0.916122198 -0.052429322 0.025908234 -0.998288631 106.572937012\n-0.996587873 0.063525885 0.052697610 -9.508366585 0.064868301 0.997601211 0.024165422 -0.917070389 -0.051036067 0.027501371 -0.998318076 105.708862305\n-0.996601224 0.063634701 0.052315619 -9.471982956 0.065044768 0.997551203 0.025705650 -0.909783363 -0.050551735 0.029021136 -0.998299956 104.883590698\n-0.996549010 0.065048888 0.051563703 -9.427235603 0.066513792 0.997414172 0.027220231 -0.905099750 -0.049659718 0.030555990 -0.998298764 104.054023743\n-0.996317029 0.067480162 0.052909873 -9.395275116 0.069061965 0.997200668 0.028658807 -0.900231242 -0.050827861 0.032207306 -0.998188257 103.266914368\n-0.995884895 0.070807487 0.056567635 -9.353957176 0.072490230 0.996968448 0.028268619 -0.894246340 -0.054394517 0.032252885 -0.997998595 102.490783691\n-0.995125890 0.074718073 0.064361215 -9.312380791 0.076607376 0.996684730 0.027401399 -0.886406779 -0.062100463 0.032198373 -0.997550726 101.757797241\n-0.993914008 0.079174861 0.076591209 -9.259046555 0.081468597 0.996302009 0.027296873 -0.881986141 -0.074146755 0.033370525 -0.996688843 101.039314270\n-0.992321730 0.081153259 0.093337819 -9.192276955 0.084003448 0.996099114 0.027017366 -0.879267216 -0.090781167 0.034650613 -0.995267987 100.356491089\n-0.990036011 0.082662180 0.113998786 -9.107571602 0.086249635 0.995910466 0.026896063 -0.879554510 -0.111309290 0.036460426 -0.993116856 99.684921265\n-0.986724257 0.083442271 0.139330953 -9.009455681 0.087764889 0.995823383 0.025162831 -0.876698971 -0.136649370 0.037057135 -0.989926338 99.046722412\n-0.981848598 0.086004697 0.169045672 -8.892331123 0.091139428 0.995576203 0.022839321 -0.882992744 -0.166333556 0.037831482 -0.985343575 98.423133850\n-0.975573659 0.085580043 0.202317357 -8.752058029 0.091475420 0.995607436 0.019953193 -0.881770849 -0.199721068 0.037972871 -0.979116797 97.823966980\n-0.967491031 0.083216973 0.238822326 -8.589845657 0.089766406 0.995823503 0.016659964 -0.882864714 -0.236438483 0.037556585 -0.970920324 97.246330261\n-0.957626939 0.078530394 0.277098924 -8.408767700 0.085630052 0.996234238 0.013594304 -0.883002520 -0.274987847 0.036746264 -0.960745335 96.696578979\n-0.945796728 0.072609000 0.316538781 -8.207180023 0.080451868 0.996689141 0.011760007 -0.899508715 -0.314636886 0.036588706 -0.948506832 96.184066772\n-0.931189299 0.067681693 0.358197927 -7.981636047 0.076386817 0.997026205 0.010190336 -0.904050589 -0.356443018 0.036850732 -0.933590174 95.679115295\n-0.913719535 0.059926238 0.401902854 -7.729187012 0.069437563 0.997544587 0.009124973 -0.911195517 -0.400369167 0.036244817 -0.915637136 95.187416077\n-0.893243790 0.050539955 0.446722955 -7.460159302 0.060751498 0.998116255 0.008553714 -0.918270588 -0.445449144 0.034779638 -0.894631624 94.730163574\n-0.869166851 0.041288603 0.492792398 -7.157569885 0.052616183 0.998573005 0.009136815 -0.924201012 -0.491711944 0.033870269 -0.870099068 94.271324158\n-0.841616273 0.032874700 0.539074779 -6.837669373 0.044933099 0.998947322 0.009231240 -0.922277451 -0.538203835 0.031991459 -0.842207551 93.849273682\n-0.810854554 0.025903620 0.584674299 -6.490486145 0.039526284 0.999162853 0.010549685 -0.927551985 -0.583911538 0.031664260 -0.811199665 93.421394348\n-0.777699947 0.018894041 0.628351748 -6.142066956 0.034086015 0.999345183 0.012138139 -0.927498341 -0.627710998 0.030857835 -0.777834773 93.057495117\n-0.739852548 0.014195265 0.672619522 -5.761772156 0.031628072 0.999405861 0.013697602 -0.933432817 -0.672025442 0.031407863 -0.739861846 92.685737610\n-0.698318839 0.011633203 0.715692520 -5.367706299 0.030970858 0.999422610 0.013973939 -0.939357638 -0.715116680 0.031923871 -0.698275924 92.345466614\n-0.654427648 0.012147763 0.756027281 -4.954475403 0.032750979 0.999387980 0.012291635 -0.937533617 -0.755415261 0.032804612 -0.654425025 92.038124084\n-0.608879328 0.013797602 0.793142796 -4.508018494 0.033952236 0.999385774 0.008679007 -0.938814163 -0.792535901 0.032213442 -0.608973742 91.754150391\n-0.560002565 0.014214525 0.828368902 -4.059104919 0.032499000 0.999460161 0.004819921 -0.936309934 -0.827853143 0.029620333 -0.560162187 91.487586975\n-0.509366393 0.011648335 0.860471070 -3.582275391 0.031500809 0.999490619 0.005117018 -0.942269564 -0.859973133 0.029711969 -0.509473801 91.246421814\n-0.458352089 0.009407398 0.888721049 -3.091896057 0.028901322 0.999572933 0.004324865 -0.948743224 -0.888300836 0.027667522 -0.458428264 91.052688599\n-0.404319525 0.007021863 0.914590895 -2.600395203 0.024410188 0.999697149 0.003115904 -0.955668509 -0.914292037 0.023585157 -0.404368520 90.871520996\n-0.351578951 0.006937988 0.936132610 -2.108863831 0.024094159 0.999708354 0.001639761 -0.962676585 -0.935848176 0.023131832 -0.351643562 90.733474731\n-0.299734592 0.009333640 0.953977168 -1.611587524 0.025018897 0.999685109 -0.001920044 -0.973346055 -0.953694701 0.023291949 -0.299873710 90.608444214\n-0.251721382 0.012585217 0.967718065 -1.110633850 0.025072245 0.999664664 -0.006478934 -0.984095395 -0.967475057 0.022631977 -0.251952529 90.512054443\n-0.207006454 0.011754793 0.978269041 -0.614494324 0.016990734 0.999820232 -0.008418432 -0.990098596 -0.978192151 0.014878839 -0.207168937 90.447959900\n-0.166845560 0.010384277 0.985928357 -0.078018188 0.014458161 0.999862790 -0.008084333 -0.994894683 -0.985877037 0.012905877 -0.166972756 90.388595581\n-0.131528735 0.011280747 0.991248250 0.438003540 0.011779018 0.999882460 -0.009816051 -1.004059553 -0.991242468 0.010384839 -0.131646156 90.346733093\n-0.102551222 0.013995946 0.994629323 0.961364746 0.014498509 0.999815822 -0.012574062 -1.023649335 -0.994622111 0.013131157 -0.102735162 90.312034607\n-0.079118729 0.016551940 0.996727824 1.488792419 0.015203672 0.999765873 -0.015395547 -1.041366696 -0.996749282 0.013935845 -0.079351902 90.287727356\n-0.059634089 0.021871349 0.997980654 2.022941589 0.013237386 0.999689341 -0.021117799 -1.055342913 -0.998132527 0.011951314 -0.059905171 90.266952515\n-0.044720054 0.028409058 0.998595655 2.563888550 0.011580551 0.999543130 -0.027917407 -1.062681675 -0.998932600 0.010315823 -0.045028567 90.256340027\n-0.034130216 0.030213632 0.998960674 3.131057739 0.013856519 0.999461174 -0.029755354 -1.077806473 -0.999321401 0.012826560 -0.034530520 90.252861023\n-0.024969816 0.026840657 0.999327958 3.696380615 0.017018098 0.999506056 -0.026420223 -1.100228429 -0.999543488 0.016346956 -0.025414228 90.238403320\n-0.017799258 0.022790339 0.999581873 4.344894409 0.019569241 0.999556601 -0.022441301 -1.116281748 -0.999650121 0.019161619 -0.018237352 90.222961426\n-0.012897968 0.019647630 0.999723852 4.916923523 0.016647762 0.999672592 -0.019431842 -1.139628053 -0.999778271 0.016392531 -0.013220906 90.222930908\n-0.011478186 0.019405723 0.999745786 5.547462463 0.017014004 0.999670744 -0.019208927 -1.157952666 -0.999789357 0.016789196 -0.011804581 90.222068787\n-0.011011004 0.020111691 0.999737263 6.154067993 0.019372027 0.999614358 -0.019895863 -1.176241040 -0.999751866 0.019147865 -0.011396408 90.216552734\n-0.009987712 0.020491356 0.999740243 6.794380188 0.023494491 0.999518812 -0.020252105 -1.199338794 -0.999674201 0.023286115 -0.010464311 90.205429077\n-0.009728193 0.021601981 0.999719381 7.436691284 0.026381588 0.999424160 -0.021338886 -1.216134667 -0.999604702 0.026166594 -0.010292530 90.200180054\n-0.010542512 0.022155873 0.999699056 8.100883484 0.028893333 0.999343812 -0.021843307 -1.235209107 -0.999526978 0.028654354 -0.011175752 90.193618774\n-0.010540009 0.022195164 0.999698281 8.771499634 0.030348342 0.999300182 -0.021866364 -1.251953244 -0.999483943 0.030108711 -0.011206269 90.187004089\n-0.010523081 0.021481486 0.999713957 9.463790894 0.031945895 0.999266088 -0.021135600 -1.271062136 -0.999434292 0.031714343 -0.011201620 90.181060791\n-0.010319352 0.021400724 0.999717832 10.162681580 0.035094313 0.999162793 -0.021026595 -1.289026737 -0.999330819 0.034867428 -0.011061668 90.173126221\n-0.008893728 0.021331793 0.999732912 10.880561829 0.040456809 0.998961508 -0.020955428 -1.309318423 -0.999141693 0.040259633 -0.009747505 90.160522461\n-0.006146312 0.021521205 0.999749660 11.622505188 0.044508997 0.998783469 -0.021226782 -1.331245184 -0.998990238 0.044367384 -0.007096767 90.149871826\n-0.001776695 0.021491809 0.999767423 12.384223938 0.047543164 0.998640299 -0.021383094 -1.350630999 -0.998867571 0.047494117 -0.002796054 90.148468018\n0.004612088 0.021594506 0.999756157 13.152732849 0.051023308 0.998459458 -0.021801880 -1.368807435 -0.998686850 0.051111419 0.003503203 90.150863647\n0.013322175 0.021410571 0.999681950 13.966362000 0.053884510 0.998302579 -0.022099113 -1.386084914 -0.998458266 0.054161783 0.012145877 90.149971008\n0.023220837 0.019817574 0.999534070 14.776077271 0.056650512 0.998170912 -0.021106644 -1.405749917 -0.998124123 0.057114229 0.022055686 90.157585144\n0.033252597 0.018549768 0.999274969 15.596855164 0.057600800 0.998130322 -0.020445293 -1.428947806 -0.997785926 0.058238890 0.032121897 90.191909790\n0.043946505 0.016649196 0.998895168 16.448432922 0.054138854 0.998352230 -0.019021995 -1.453481436 -0.997565925 0.054914989 0.042972744 90.239151001\n0.054284275 0.016646642 0.998386741 17.300956726 0.052404892 0.998435557 -0.019496815 -1.473360181 -0.997149408 0.053378724 0.053326964 90.295028687\n0.065377355 0.018005256 0.997698188 18.167518616 0.049629901 0.998541117 -0.021272631 -1.501079440 -0.996625662 0.050906412 0.064388394 90.355506897\n0.075747252 0.022648185 0.996869802 19.039653778 0.045315318 0.998630881 -0.026131487 -1.532997608 -0.996096790 0.047152862 0.074617267 90.433570862\n0.084798992 0.027039202 0.996031106 19.937007904 0.041607618 0.998663723 -0.030653013 -1.558054924 -0.995528936 0.044041827 0.083560646 90.521202087\n0.091372311 0.028171152 0.995418310 20.823165894 0.034515098 0.998909593 -0.031438202 -1.592335224 -0.995218515 0.037229542 0.090300381 90.616424561\n0.094363630 0.026336387 0.995189428 21.713294983 0.029121034 0.999149203 -0.029202431 -1.632529020 -0.995111823 0.031736594 0.093516409 90.713760376\n0.094935358 0.024457682 0.995183051 22.614936829 0.024113085 0.999348342 -0.026860315 -1.668924570 -0.995191455 0.026546925 0.094283700 90.812400818\n0.092781961 0.023377120 0.995412111 23.503772736 0.019894373 0.999481261 -0.025327034 -1.704787254 -0.995487809 0.022152992 0.092268765 90.897911072\n0.088372171 0.022868656 0.995825112 24.394695282 0.016215600 0.999570906 -0.024393696 -1.737109542 -0.995955646 0.018303625 0.087963462 90.989456177\n0.082226098 0.023659229 0.996332884 25.279613495 0.013124214 0.999605775 -0.024820074 -1.772966743 -0.996527374 0.015116943 0.081883132 91.064727783\n0.073932111 0.024686974 0.996957660 26.155086517 0.009808538 0.999627173 -0.025480455 -1.809983134 -0.997215033 0.011662520 0.073662400 91.132629395\n0.063799679 0.025236420 0.997643650 27.025421143 0.007141788 0.999643087 -0.025743719 -1.842748284 -0.997937262 0.008767402 0.063596666 91.189437866\n0.052653849 0.023955872 0.998325408 27.904418945 0.005740259 0.999688447 -0.024291333 -1.871779680 -0.998596251 0.007009677 0.052499890 91.242492676\n0.041302979 0.021504229 0.998915255 28.770874023 0.005334410 0.999749362 -0.021742754 -1.905358076 -0.999132454 0.006226664 0.041177869 91.272491455\n0.029050410 0.019597376 0.999385953 29.648792267 0.004866493 0.999793172 -0.019746825 -1.937282205 -0.999566257 0.005437160 0.028949082 91.304870605\n0.017299354 0.020715300 0.999635816 30.509826660 0.006865469 0.999759316 -0.020836672 -1.964240909 -0.999826849 0.007223430 0.017152965 91.316932678\n0.005453587 0.022156138 0.999739707 31.366439819 0.008590676 0.999716580 -0.022202490 -1.992036462 -0.999948323 0.008709524 0.005261719 91.315208435\n-0.006671309 0.023094334 0.999711156 32.229057312 0.010430232 0.999680519 -0.023024028 -2.019994259 -0.999923468 0.010273624 -0.006909966 91.310386658\n-0.018837214 0.022062873 0.999579251 33.079689026 0.012180129 0.999687374 -0.021835729 -2.053442717 -0.999748528 0.011763683 -0.019100070 91.292137146\n-0.030237913 0.020955203 0.999323070 33.938503265 0.012849832 0.999705732 -0.020574413 -2.085668564 -0.999460161 0.012219008 -0.030498266 91.264503479\n-0.040022254 0.020917289 0.998979926 34.790287018 0.015443956 0.999674380 -0.020313097 -2.115514517 -0.999079525 0.014615224 -0.040332317 91.222686768\n-0.047269225 0.021812271 0.998644054 35.638587952 0.017808732 0.999621034 -0.020990664 -2.138969183 -0.998723507 0.016792372 -0.047639847 91.169921875\n-0.052855492 0.023324374 0.998329818 36.493568420 0.019238919 0.999565423 -0.022334661 -2.167634964 -0.998416901 0.018026276 -0.053281307 91.121078491\n-0.056451678 0.025572591 0.998077810 37.353813171 0.019242033 0.999514103 -0.024521055 -2.204423428 -0.998219907 0.017820792 -0.056916356 91.066879272\n-0.058626771 0.028346965 0.997877538 38.213050842 0.020449130 0.999421120 -0.027189404 -2.231917381 -0.998070598 0.018811699 -0.059172511 91.015151978\n-0.059579134 0.030411694 0.997760355 39.093143463 0.021319218 0.999346614 -0.029187018 -2.257395029 -0.997996032 0.019532533 -0.060188651 90.967803955\n-0.059052229 0.030843725 0.997778416 39.979183197 0.022102149 0.999317944 -0.029583234 -2.290580273 -0.998010337 0.020306094 -0.059693694 90.921295166\n-0.057188034 0.030383062 0.997901022 40.881805420 0.021856699 0.999335349 -0.029174164 -2.322285175 -0.998124182 0.020142410 -0.057814121 90.876045227\n-0.054568172 0.028101562 0.998114586 41.798614502 0.021999327 0.999395072 -0.026934884 -2.357173443 -0.998267710 0.020488063 -0.055153370 90.823959351\n-0.052030206 0.025802568 0.998312116 42.712581635 0.022109658 0.999450862 -0.024679683 -2.389473200 -0.998400748 0.020788250 -0.052572131 90.777641296\n-0.049791455 0.023830416 0.998475492 43.622333527 0.022436423 0.999489725 -0.022735782 -2.424589396 -0.998507798 0.021270173 -0.050300717 90.732696533\n-0.047579169 0.022549303 0.998612940 44.540485382 0.021047724 0.999545813 -0.021567544 -2.449384689 -0.998645663 0.019992363 -0.048032165 90.683502197\n-0.047280431 0.022548545 0.998627245 45.462318420 0.019393008 0.999577463 -0.021651834 -2.475569487 -0.998693526 0.018342678 -0.047697783 90.643341064\n-0.048975110 0.023044771 0.998534083 46.387619019 0.014600054 0.999643505 -0.022354284 -2.504929304 -0.998693287 0.013483847 -0.049294114 90.606170654\n-0.053318381 0.023136444 0.998309493 47.276760101 0.009861510 0.999695003 -0.022641864 -2.543694973 -0.998528898 0.008637612 -0.053530335 90.569808960\n-0.059960723 0.023392230 0.997926652 48.202316284 0.003603920 0.999723911 -0.023217820 -2.573123455 -0.998194277 0.002204292 -0.060028434 90.525871277\n-0.070257783 0.023784565 0.997245431 49.123706818 -0.001855086 0.999710858 -0.023974063 -2.608922482 -0.997527301 -0.003534336 -0.070193291 90.477142334\n-0.083734751 0.026671860 0.996131063 50.044898987 -0.004621451 0.999620557 -0.027153771 -2.642868996 -0.996477365 -0.006877284 -0.083579659 90.403945923\n-0.099829316 0.030566098 0.994535148 50.952907562 -0.008035988 0.999470651 -0.031524427 -2.679689169 -0.994972289 -0.011139129 -0.099530816 90.319381714\n-0.118423820 0.030644376 0.992490292 51.876796722 -0.010448144 0.999429882 -0.032105319 -2.731789589 -0.992908299 -0.014171709 -0.118036151 90.226829529\n-0.138323903 0.028114645 0.989987910 52.739326477 -0.007795912 0.999535143 -0.029475043 -2.761888027 -0.990356326 -0.011794963 -0.138040423 90.099990845\n-0.159372807 0.023299448 0.986943483 53.628044128 -0.004607989 0.999693036 -0.024344539 -2.799604893 -0.987207711 -0.008427681 -0.159216523 89.952987671\n-0.180671215 0.021825569 0.983301520 54.516590118 -0.003232486 0.999735177 -0.022784270 -2.836384773 -0.983538389 -0.007294967 -0.180552840 89.793937683\n-0.201628923 0.022618329 0.979200840 55.401092529 0.001438742 0.999739110 -0.022796484 -2.867935181 -0.979461014 -0.003187613 -0.201608896 89.610519409\n-0.221763968 0.025151823 0.974776089 56.245590210 0.007223252 0.999682248 -0.024151163 -2.899539471 -0.975073755 0.001685197 -0.221875191 89.402107239\n-0.241473436 0.024430443 0.970099926 57.095825195 0.011367518 0.999685645 -0.022345958 -2.929327011 -0.970340908 0.005631673 -0.241675258 89.179893494\n-0.260843515 0.024019981 0.965082407 57.959869385 0.015337159 0.999667346 -0.020735430 -2.962234497 -0.965259433 0.009392923 -0.261125088 88.951110840\n-0.276747704 0.025984861 0.960591257 58.801925659 0.020186558 0.999570966 -0.021223521 -2.994956255 -0.960730612 0.013517472 -0.277153492 88.689071655\n-0.291405201 0.027453508 0.956205904 59.640991211 0.021445818 0.999524355 -0.022161582 -3.021269083 -0.956359506 0.014048618 -0.291855335 88.427665710\n-0.304662466 0.025210334 0.952126801 60.491462708 0.024879666 0.999519169 -0.018504171 -3.046348095 -0.952135503 0.018051069 -0.305143237 88.162162781\n-0.314423561 0.016419612 0.949140787 61.341781616 0.027020223 0.999600112 -0.008341494 -3.063643456 -0.948898196 0.023023233 -0.314741492 87.872116089\n-0.322517872 0.005763819 0.946545839 62.191902161 0.025006212 0.999684334 0.002433005 -3.077984810 -0.946233034 0.024454214 -0.322560310 87.590057373\n-0.327044249 0.001940539 0.945007205 63.035926819 0.025699878 0.999646306 0.006841364 -3.095344543 -0.944659710 0.026523994 -0.326978445 87.297592163\n-0.328665853 0.010040518 0.944393098 63.891532898 0.028103139 0.999604642 -0.000847117 -3.102525949 -0.944028258 0.026261989 -0.328818083 87.000366211\n-0.329270363 0.022298871 0.943972409 64.736076355 0.030096190 0.999460995 -0.013111687 -3.110473156 -0.943755984 0.024092682 -0.329764009 86.710693359\n-0.328054070 0.030927420 0.944152594 65.578758240 0.030736312 0.999284208 -0.022053756 -3.140568018 -0.944158852 0.021784946 -0.328769803 86.406509399\n-0.328092933 0.032734599 0.944078326 66.440948486 0.031252902 0.999228477 -0.023785627 -3.159757376 -0.944128513 0.021701289 -0.328862786 86.123184204\n-0.328206420 0.029791031 0.944136322 67.288749695 0.032096792 0.999277115 -0.020373255 -3.180292130 -0.944060743 0.023617115 -0.328925252 85.817657471\n-0.330994248 0.024813345 0.943306386 68.155662537 0.031873610 0.999377787 -0.015104232 -3.203820944 -0.943094254 0.025067164 -0.331579208 85.515106201\n-0.335175872 0.020943232 0.941922784 69.026733398 0.032953739 0.999401748 -0.010494919 -3.222944736 -0.941579044 0.027522232 -0.335665584 85.203330994\n-0.341155410 0.017895894 0.939836562 69.913406372 0.032501493 0.999445498 -0.007233080 -3.248851776 -0.939444900 0.028078489 -0.341547847 84.883323669\n-0.349679232 0.019132579 0.936673999 70.795982361 0.032669589 0.999432445 -0.008218267 -3.264115095 -0.936299562 0.027726999 -0.350105882 84.555084229\n-0.360892773 0.022299908 0.932340622 71.675537109 0.031769145 0.999427855 -0.011607227 -3.279450417 -0.932065964 0.025430698 -0.361394763 84.222732544\n-0.374436021 0.024653153 0.926925182 72.547615051 0.034044854 0.999337971 -0.012826515 -3.295632601 -0.926627755 0.026754320 -0.375027418 83.864349365\n-0.388637543 0.026130833 0.921020210 73.425933838 0.033983640 0.999324143 -0.014012568 -3.316845179 -0.920763850 0.025853809 -0.389262915 83.494216919\n-0.402551651 0.031313565 0.914861739 74.294990540 0.034784231 0.999216199 -0.018895291 -3.342630148 -0.914736390 0.024216432 -0.403325438 83.110862732\n-0.414751530 0.041360334 0.908994377 75.160392761 0.038165912 0.998878062 -0.028036004 -3.366416931 -0.909134150 0.023064625 -0.415864706 82.713706970\n-0.424317718 0.045750160 0.904357135 76.029792786 0.040605064 0.998679578 -0.031470213 -3.397272587 -0.904602706 0.023368115 -0.425615072 82.287811279\n-0.432498813 0.042622235 0.900626481 76.921798706 0.039364737 0.998822212 -0.028365619 -3.434384346 -0.900774717 0.023184825 -0.433667302 81.866180420\n-0.437077165 0.037795387 0.898629844 77.810501099 0.040724874 0.998923600 -0.022205815 -3.466837883 -0.898501813 0.026890928 -0.438145876 81.428665161\n-0.439602256 0.036341842 0.897457123 78.705169678 0.041145045 0.998946965 -0.020297484 -3.498260498 -0.897249699 0.028003091 -0.440634727 80.991729736\n-0.440830708 0.036148220 0.896862030 79.617721558 0.042712986 0.998901606 -0.019266417 -3.530817509 -0.896573365 0.029814428 -0.441890478 80.547180176\n-0.441305161 0.037449244 0.896575511 80.517250061 0.044091005 0.998826921 -0.020018095 -3.557412148 -0.896273434 0.030696826 -0.442438602 80.099197388\n-0.442086577 0.035085957 0.896285951 81.416435242 0.042690527 0.998925328 -0.018047081 -3.591036081 -0.895955920 0.030284544 -0.443109274 79.656974792\n-0.443084717 0.034982990 0.895796835 82.321784973 0.041272569 0.998974800 -0.018597832 -3.620347261 -0.895529091 0.028731424 -0.444074392 79.217414856\n-0.444056153 0.032822695 0.895397604 83.217987061 0.038068246 0.999117553 -0.017745517 -3.649980307 -0.895189941 0.026206212 -0.444913745 78.779312134\n-0.446213007 0.031561684 0.894370317 84.106269836 0.034908507 0.999231160 -0.017845849 -3.685196638 -0.894245923 0.023258083 -0.446971774 78.338012695\n-0.450103402 0.029726703 0.892481506 84.990699768 0.031078409 0.999361753 -0.017612949 -3.711903572 -0.892435491 0.019809257 -0.450739980 77.890411377\n-0.457473755 0.027510317 0.888797462 85.871376038 0.026283065 0.999502957 -0.017408725 -3.742072344 -0.888834596 0.015396286 -0.457969427 77.452423096\n-0.466159105 0.022467645 0.884415627 86.770835876 0.020256734 0.999686480 -0.014719030 -3.772714138 -0.884469032 0.011053963 -0.466468096 76.995910645\n-0.476243138 0.020093618 0.879084229 87.635177612 0.019483028 0.999734581 -0.012296467 -3.800003290 -0.879097998 0.011271114 -0.476508260 76.530052185\n-0.487138987 0.018227451 0.873134375 88.484237671 0.019702572 0.999757111 -0.009878359 -3.821660519 -0.873102307 0.012390859 -0.487379789 76.050277710\n-0.499172926 0.017007085 0.866335452 89.347648621 0.017172886 0.999805152 -0.009732410 -3.855405331 -0.866332173 0.010019325 -0.499367714 75.574737549\n-0.511429191 0.015644476 0.859183133 90.186523438 0.016842484 0.999824703 -0.008179859 -3.872845650 -0.859160483 0.010287359 -0.511602998 75.079139709\n-0.523963809 0.015635910 0.851597011 91.007743835 0.016546687 0.999829650 -0.008176851 -3.897449017 -0.851579785 0.009806735 -0.524133205 74.570251465\n-0.537147522 0.015778353 0.843340814 91.857177734 0.015445783 0.999841392 -0.008868525 -3.929774284 -0.843346953 0.008262353 -0.537305951 74.046279907\n-0.549768329 0.017928861 0.835124791 92.656501770 0.014515541 0.999823749 -0.011909018 -3.949220181 -0.835191071 0.005575087 -0.549931645 73.517395020\n-0.562819242 0.017638342 0.826392114 93.439437866 0.013643364 0.999834359 -0.012048369 -3.980759621 -0.826467752 0.004493717 -0.562966585 72.985397339\n-0.575073361 0.017780153 0.817908645 94.240180969 0.014579603 0.999827743 -0.011483864 -3.994693041 -0.817971945 0.005320721 -0.575233459 72.434356689\n-0.587234259 0.016199825 0.809254944 95.005737305 0.015217739 0.999843955 -0.008972351 -4.019158363 -0.809274018 0.007046159 -0.587389112 71.877944946\n-0.598784447 0.016870216 0.800732553 95.756370544 0.017149471 0.999818981 -0.008240362 -4.043698311 -0.800726652 0.008797939 -0.598965406 71.310699463\n-0.608960390 0.018554794 0.792983592 96.500976562 0.019432208 0.999775290 -0.008470766 -4.063611984 -0.792962611 0.010251061 -0.609184146 70.743621826\n-0.617189765 0.020735126 0.786541343 97.227531433 0.023214925 0.999697387 -0.008137961 -4.087062359 -0.786472023 0.013236833 -0.617484331 70.168052673\n-0.623127460 0.022812879 0.781787515 97.947937012 0.027243735 0.999601007 -0.007454016 -4.108600616 -0.781645656 0.016654011 -0.623500347 69.587104797\n-0.627240062 0.024269668 0.778448105 98.661682129 0.030086072 0.999523342 -0.006920076 -4.125469208 -0.778244972 0.019079896 -0.627671242 69.010665894\n-0.629514098 0.026199525 0.776547313 99.370651245 0.033000257 0.999431074 -0.006967375 -4.144441605 -0.776288033 0.021240201 -0.630020499 68.426147461\n-0.630036116 0.027596138 0.776075542 100.061271667 0.034882016 0.999365389 -0.007217984 -4.162293434 -0.775782168 0.022523487 -0.630598903 67.860412598\n-0.629349589 0.029963981 0.776544511 100.747398376 0.038609628 0.999227941 -0.007265388 -4.181653500 -0.776162684 0.025409628 -0.630020618 67.301391602\n-0.626776576 0.030911025 0.778586030 101.423950195 0.040923011 0.999139667 -0.006723545 -4.200131893 -0.778124034 0.027647920 -0.627502322 66.750198364\n-0.623464108 0.031388793 0.781221688 102.086105347 0.042091291 0.999092281 -0.006551141 -4.220859528 -0.780718207 0.028798228 -0.624219418 66.227844238\n-0.618464351 0.032313257 0.785148382 102.739852905 0.044099890 0.999006748 -0.006377086 -4.238664150 -0.784574568 0.030680951 -0.619275093 65.709671021\n-0.613159776 0.032923374 0.789272606 103.369194031 0.045398492 0.998948455 -0.006401114 -4.256969929 -0.788653374 0.031906877 -0.614009619 65.221839905\n-0.607910275 0.032909539 0.793323457 103.999382019 0.045873020 0.998927474 -0.006286927 -4.274426460 -0.792679548 0.032570254 -0.608767986 64.740333557\n-0.602988601 0.031744521 0.797118068 104.599800110 0.044610787 0.998986185 -0.006037431 -4.293544292 -0.796501637 0.031919561 -0.603793502 64.289215088\n-0.598746181 0.031112999 0.800334454 105.196578979 0.044674613 0.998986900 -0.005413651 -4.315050602 -0.799692094 0.032513224 -0.599529624 63.854339600\n-0.595204115 0.030569313 0.802993178 105.771545410 0.044065446 0.999014199 -0.005368980 -4.324230194 -0.802365720 0.032188609 -0.595964432 63.422065735\n-0.592999578 0.031789355 0.804575264 106.336700439 0.043759048 0.999016047 -0.007219943 -4.347552776 -0.804013073 0.030926021 -0.593807101 63.013229370\n-0.592670202 0.034275480 0.804715753 106.905189514 0.043296076 0.999005377 -0.010663520 -4.366272926 -0.804280877 0.028521085 -0.593564749 62.597206116\n-0.594727397 0.039403670 0.802961290 107.464996338 0.045150310 0.998858750 -0.015575568 -4.390542030 -0.802658677 0.026990732 -0.595827818 62.192512512\n-0.596982837 0.045257576 0.800976455 107.998092651 0.048049495 0.998632252 -0.020613529 -4.409770012 -0.800813794 0.026180590 -0.598340869 61.782295227\n-0.600422382 0.046704091 0.798318148 108.538703918 0.050329857 0.998520911 -0.020563038 -4.425140858 -0.798097789 0.027832728 -0.601884961 61.364974976\n-0.604386568 0.042847916 0.795538187 109.079162598 0.050536186 0.998603642 -0.015391714 -4.435144901 -0.795086861 0.030900920 -0.605708003 60.947410583\n-0.608640671 0.034546237 0.792693675 109.629516602 0.049240414 0.998770595 -0.005719799 -4.454092503 -0.791916668 0.035551261 -0.609593511 60.529991150\n-0.613095760 0.028116580 0.789508343 110.165229797 0.047831986 0.998854160 0.001572139 -4.470294952 -0.788559437 0.038727619 -0.613738060 60.100227356\n-0.618161321 0.026766887 0.785595655 110.699302673 0.044944935 0.998988569 0.001328159 -4.487020016 -0.784765542 0.036129557 -0.618739128 59.683242798\n-0.622217774 0.029276215 0.782296896 111.223579407 0.042773366 0.999079108 -0.003368178 -4.502284050 -0.781675100 0.031365726 -0.622897029 59.275749207\n-0.625434875 0.033666573 0.779549897 111.755096436 0.041951701 0.999074578 -0.009489282 -4.504955769 -0.779147983 0.026768515 -0.626268506 58.858634949\n-0.627429724 0.033900622 0.777935028 112.292877197 0.039080601 0.999163747 -0.012021500 -4.513318062 -0.777692020 0.022859523 -0.628229976 58.422592163\n-0.629136324 0.033121616 0.776589274 112.831466675 0.037112340 0.999232292 -0.012551647 -4.528402328 -0.776408792 0.020924347 -0.629882574 57.990875244\n-0.630712867 0.033103272 0.775309920 113.371856689 0.035925761 0.999264061 -0.013439876 -4.545980453 -0.775184274 0.019376898 -0.631438017 57.560455322\n-0.631278276 0.033334818 0.774839818 113.916946411 0.035447452 0.999271929 -0.014110458 -4.564361095 -0.774746060 0.018558469 -0.632000327 57.115821838\n-0.630763769 0.033403970 0.775255859 114.470771790 0.036224492 0.999251366 -0.013582454 -4.573047638 -0.775129199 0.019515930 -0.631501675 56.664985657\n-0.629781723 0.029902030 0.776196659 115.032180786 0.037610043 0.999260604 -0.007979694 -4.586796284 -0.775861382 0.024167323 -0.630440712 56.209625244\n-0.626377940 0.022836754 0.779185057 115.613975525 0.036888812 0.999319315 0.000365927 -4.601660728 -0.778646350 0.028972419 -0.626793981 55.751861572\n-0.620654106 0.020784263 0.783809066 116.195526123 0.038344759 0.999257088 0.003865745 -4.607741356 -0.783146441 0.032454260 -0.620990038 55.287239075\n-0.614381194 0.020752883 0.788736343 116.789733887 0.038317759 0.999259293 0.003555310 -4.618403435 -0.788078308 0.032406926 -0.614721298 54.834030151\n-0.607106805 0.021397045 0.794332087 117.396217346 0.035271175 0.999377787 0.000037316 -4.623011589 -0.793837011 0.028039681 -0.607483745 54.379180908\n-0.600444913 0.018306527 0.799456716 118.021865845 0.031139933 0.999514937 0.000500544 -4.623508453 -0.799059749 0.025195574 -0.600723743 53.928718567\n-0.593899727 0.013763244 0.804421246 118.656677246 0.024334090 0.999703526 0.000861299 -4.626091003 -0.804170907 0.020086385 -0.594058633 53.477027893\n-0.588490844 0.010785790 0.808431983 119.304252625 0.018957051 0.999820173 0.000460396 -4.636750221 -0.808281660 0.015596424 -0.588589549 53.020332336\n-0.585262656 0.009424998 0.810788989 119.966552734 0.008314869 0.999949634 -0.005621859 -4.646770477 -0.810801148 0.003451340 -0.585311532 52.568290710\n-0.583272457 0.011450834 0.812195897 120.629852295 -0.000013149 0.999900520 -0.014106652 -4.656861305 -0.812276602 -0.008238701 -0.583214283 52.123039246\n-0.580905557 0.009338540 0.813917518 121.305908203 -0.009506963 0.999788165 -0.018256405 -4.666500568 -0.813915551 -0.018343130 -0.580693722 51.661895752\n-0.579430819 0.009119483 0.814970434 121.993652344 -0.008903794 0.999806881 -0.017518248 -4.686648369 -0.814972818 -0.017406940 -0.579237700 51.186210632\n-0.577189684 0.007330101 0.816577196 122.688095093 -0.007842042 0.999863863 -0.014518467 -4.700672150 -0.816572428 -0.014783542 -0.577053547 50.698783875\n-0.576058030 0.003767982 0.817400217 123.396751404 -0.010631110 0.999870241 -0.012101328 -4.720644951 -0.817339778 -0.015660936 -0.575943232 50.210296631\n-0.575323462 0.003146077 0.817920029 124.103408813 -0.010403310 0.999883592 -0.011163657 -4.738523483 -0.817859888 -0.014931788 -0.575223684 49.717567444\n-0.575586796 0.007077434 0.817710161 124.823394775 -0.006398969 0.999892950 -0.013158500 -4.753214836 -0.817715704 -0.012806360 -0.575479984 49.214485168\n-0.577342510 0.010134992 0.816439211 125.537078857 -0.004506692 0.999868155 -0.015598909 -4.772976875 -0.816489637 -0.012685352 -0.577220678 48.704071045\n-0.579073310 0.008018161 0.815236211 126.268753052 -0.006341795 0.999877095 -0.014338838 -4.792201996 -0.815250993 -0.013473297 -0.578951359 48.188652039\n-0.579823136 0.006327013 0.814717889 126.993988037 -0.004833408 0.999925554 -0.011205182 -4.812956333 -0.814728081 -0.010434887 -0.579749346 47.663414001\n-0.581330299 0.004893113 0.813652992 127.758666992 -0.002866374 0.999963403 -0.008061475 -4.829485416 -0.813662648 -0.007018613 -0.581294894 47.124679565\n-0.583408713 0.003168538 0.812172711 128.547332764 -0.006315819 0.999944448 -0.008437940 -4.838943005 -0.812154353 -0.010052302 -0.583356261 46.595573425\n-0.584355235 0.000785968 0.811497569 129.284713745 -0.010805851 0.999903321 -0.008749684 -4.860883713 -0.811425984 -0.013881845 -0.584290266 46.051597595\n-0.585375071 0.002004172 0.810760379 130.061538696 -0.010311580 0.999897659 -0.009916751 -4.868837833 -0.810697317 -0.014165236 -0.585294485 45.490386963\n-0.587222457 0.000489909 0.809425533 130.847122192 -0.009189760 0.999931335 -0.007272204 -4.881450176 -0.809373558 -0.011708828 -0.587177634 44.925987244\n-0.588563085 -0.008057979 0.808411121 131.626495361 -0.014180652 0.999899387 -0.000357542 -4.900163651 -0.808326900 -0.011674232 -0.588618159 44.365394592\n-0.589575529 -0.014638514 0.807580769 132.424621582 -0.014868376 0.999863029 0.007269219 -4.914128780 -0.807576597 -0.007721661 -0.589712501 43.782180786\n-0.589868426 -0.019093299 0.807273746 133.222091675 -0.017755480 0.999785423 0.010672721 -4.921254158 -0.807304263 -0.008038032 -0.590080857 43.211456299\n-0.590545774 -0.018467594 0.806792974 134.005706787 -0.021105997 0.999749601 0.007435507 -4.928276062 -0.806728244 -0.012637163 -0.590787649 42.650482178\n-0.590720296 -0.016420839 0.806709468 134.800201416 -0.025381787 0.999676287 0.001762705 -4.931909084 -0.806477249 -0.019434460 -0.590945840 42.089721680\n-0.589816570 -0.015629306 0.807386041 135.604095459 -0.030438658 0.999532461 -0.002887375 -4.942253590 -0.806963384 -0.026278768 -0.590016603 41.526321411\n-0.588225603 -0.017282235 0.808512211 136.400741577 -0.030760961 0.999526262 -0.001014625 -4.954745293 -0.808111608 -0.025467439 -0.588478565 40.960006714\n-0.585995436 -0.016023202 0.810155988 137.190002441 -0.027518405 0.999621272 -0.000133952 -4.964498043 -0.809846997 -0.022372695 -0.586214423 40.392379761\n-0.583677769 -0.010153641 0.811921954 137.990661621 -0.017405236 0.999848545 -0.000008554 -4.979788780 -0.811798871 -0.014136685 -0.583766103 39.811935425\n-0.579981685 -0.006509199 0.814603746 138.787353516 -0.014301729 0.999895334 -0.002192748 -4.990244865 -0.814504206 -0.012921994 -0.580014110 39.252349854\n-0.575374603 -0.001239460 0.817889273 139.567077637 -0.007315430 0.999966621 -0.003630923 -5.003362179 -0.817857504 -0.008072352 -0.575364470 38.689834595\n-0.572771788 0.004677583 0.819701552 140.343780518 0.003686542 0.999988317 -0.003130384 -5.027981758 -0.819706619 0.001228868 -0.572782278 38.134765625\n-0.571962714 0.002975087 0.820274353 141.139785767 -0.000323613 0.999992549 -0.003852564 -5.046127319 -0.820279658 -0.002468974 -0.571957469 37.587768555\n-0.572970152 -0.000278700 0.819576442 141.933929443 -0.002621903 0.999995470 -0.001492933 -5.054512978 -0.819572270 -0.003004255 -0.572968245 37.044113159\n-0.574364662 -0.006150061 0.818576515 142.731857300 -0.005867857 0.999976993 0.003395689 -5.066957951 -0.818578601 -0.002852926 -0.574387550 36.500091553\n-0.575560808 -0.010674355 0.817689419 143.527160645 -0.009604753 0.999934077 0.006292772 -5.073879242 -0.817702651 -0.004231832 -0.575625300 35.950607300\n-0.577456951 -0.013116681 0.816315830 144.310546875 -0.011874323 0.999900103 0.007666715 -5.079125404 -0.816334844 -0.005266000 -0.577554941 35.408218384\n-0.579768777 -0.012470947 0.814685822 145.090484619 -0.015302905 0.999873161 0.004415471 -5.088784218 -0.814637601 -0.009907107 -0.579886079 34.870620728\n-0.580826640 -0.018488919 0.813817382 145.877014160 -0.022656983 0.999721885 0.006542007 -5.091046333 -0.813712001 -0.014638875 -0.581084013 34.329833984\n-0.583224773 -0.011889780 0.812224030 146.651351929 -0.019012950 0.999818742 0.000983479 -5.104480267 -0.812088490 -0.014869184 -0.583345175 33.778213501\n-0.584356904 -0.008657090 0.811450660 147.419525146 -0.020309445 0.999785900 -0.003959238 -5.114827156 -0.811242640 -0.018793719 -0.584407687 33.233291626\n-0.587113619 -0.004366099 0.809493065 148.195877075 -0.023451598 0.999657452 -0.011617327 -5.126163960 -0.809165061 -0.025804592 -0.587014914 32.699539185\n-0.588390708 -0.003554663 0.808569193 148.959564209 -0.018949378 0.999776304 -0.009394084 -5.142196655 -0.808354974 -0.020849273 -0.588326454 32.142669678\n-0.588526249 -0.006756738 0.808449864 149.731826782 -0.017392538 0.999839485 -0.004304919 -5.162533760 -0.808291018 -0.016594553 -0.588549256 31.585632324\n-0.588623047 -0.012074756 0.808317423 150.491638184 -0.018341387 0.999830544 0.001579262 -5.178717136 -0.808199525 -0.013896073 -0.588744760 31.034530640\n-0.588439345 -0.006758465 0.808513284 151.261047363 -0.012523956 0.999921262 -0.000756516 -5.191406727 -0.808444500 -0.010570947 -0.588477731 30.485733032\n-0.587849140 -0.005137408 0.808954298 152.015045166 -0.015017375 0.999876797 -0.004562897 -5.201946259 -0.808831215 -0.014830665 -0.587853909 29.948089600\n-0.587632537 -0.000325833 0.809128046 152.768371582 -0.015895667 0.999811590 -0.011141670 -5.215000153 -0.808971941 -0.019408835 -0.587527037 29.413711548\n-0.586891174 -0.002931786 0.809660673 153.511459351 -0.019605864 0.999751687 -0.010591408 -5.236535072 -0.809428573 -0.022090098 -0.586802840 28.882431030\n-0.587728739 -0.008268077 0.809016109 154.258789062 -0.022387635 0.999731064 -0.006046852 -5.253371239 -0.808748543 -0.021665860 -0.587755799 28.366760254\n-0.587867141 -0.011560492 0.808874905 154.986755371 -0.018914554 0.999820948 0.000542948 -5.269124508 -0.808736384 -0.014980326 -0.587980628 27.832885742\n-0.588547468 -0.011003313 0.808387935 155.691833496 -0.016501555 0.999862552 0.001595588 -5.292500496 -0.808294415 -0.012400579 -0.588648200 27.318862915\n-0.591247082 -0.003619758 0.806482494 156.387741089 -0.015905937 0.999847770 -0.007173287 -5.307410717 -0.806333780 -0.017069044 -0.591214538 26.828659058\n-0.593501449 0.007880993 0.804794490 157.054794312 -0.013820994 0.999704778 -0.019982053 -5.328837395 -0.804714382 -0.022982435 -0.593217254 26.334915161\n-0.596934915 0.010826536 0.802216649 157.711013794 -0.008906348 0.999757886 -0.020119781 -5.348637104 -0.802240252 -0.019155020 -0.596693993 25.845016479\n-0.600496054 0.005089668 0.799611807 158.345733643 -0.006023746 0.999922574 -0.010888420 -5.370579243 -0.799605310 -0.011355110 -0.600418925 25.356933594\n-0.605579376 -0.003396819 0.795777857 158.989562988 -0.003192553 0.999993205 0.001839021 -5.387760162 -0.795778751 -0.001426890 -0.605586171 24.875289917\n-0.609521508 -0.010216067 0.792703867 159.606918335 -0.006602115 0.999947727 0.007810486 -5.412734032 -0.792742252 -0.000472863 -0.609557152 24.415267944\n-0.613476872 -0.006295303 0.789687514 160.186782837 -0.006217817 0.999975741 0.003141322 -5.421965599 -0.789688110 -0.002983003 -0.613501191 23.969375610\n-0.616262436 0.003785132 0.787531972 160.738220215 -0.002169485 0.999976516 -0.006503882 -5.440085888 -0.787538111 -0.005716635 -0.616239667 23.538452148\n-0.618535399 0.010813613 0.785682797 161.276382446 -0.000701637 0.999897301 -0.014314289 -5.458469391 -0.785756946 -0.009405156 -0.618464231 23.109786987\n-0.619723439 0.015518107 0.784666896 161.790802002 0.003992472 0.999853909 -0.016620569 -5.473329544 -0.784810185 -0.007167395 -0.619694829 22.703491211\n-0.616779447 0.017245725 0.786947250 162.288742065 0.010335815 0.999851227 -0.013810637 -5.488864422 -0.787068307 -0.000384375 -0.616865993 22.301620483\n-0.610757709 0.021183109 0.791534245 162.770492554 0.020108668 0.999734640 -0.011238892 -5.512323856 -0.791562319 0.009052461 -0.611021638 21.922546387\n-0.598551273 0.022453008 0.800769746 163.259307861 0.025155386 0.999641001 -0.009226321 -5.532324791 -0.800689399 0.014621246 -0.598901272 21.550857544\n-0.580010056 0.027942330 0.814130127 163.736099243 0.033258464 0.999390483 -0.010606486 -5.552215576 -0.813930273 0.020924848 -0.580585957 21.203460693\n-0.556094766 0.034512851 0.830402017 164.237655640 0.042374704 0.999015331 -0.013143658 -5.559735298 -0.830038011 0.027878920 -0.557009578 20.879028320\n-0.525254130 0.037957877 0.850098550 164.736511230 0.048446342 0.998718202 -0.014660171 -5.580268860 -0.849565387 0.033483848 -0.526419759 20.574218750\n-0.490643501 0.036337525 0.870602489 165.251937866 0.050922684 0.998618245 -0.012982315 -5.593177795 -0.869871259 0.037963726 -0.491815925 20.309265137\n-0.452871919 0.031454459 0.891020775 165.775421143 0.045217007 0.998901725 -0.012280754 -5.616100311 -0.890428424 0.034727681 -0.453796864 20.069549561\n-0.412978411 0.029151503 0.910274386 166.304183960 0.040334675 0.999092340 -0.013696642 -5.636154652 -0.909847438 0.031059198 -0.413779497 19.862487793\n-0.373925447 0.032774899 0.926879466 166.850204468 0.039516363 0.999030888 -0.019384354 -5.655917168 -0.926616549 0.029378602 -0.374858260 19.672714233\n-0.332739353 0.037369825 0.942278087 167.373046875 0.040761083 0.998850584 -0.025219785 -5.679695129 -0.942137480 0.030016659 -0.333880186 19.490890503\n-0.292028666 0.042653620 0.955457926 167.907531738 0.039101459 0.998702228 -0.032633059 -5.694774628 -0.955609858 0.027830010 -0.293317556 19.350387573\n-0.250129342 0.043346897 0.967241764 168.463989258 0.037330329 0.998686254 -0.035102442 -5.712120056 -0.967492640 0.027327303 -0.251418948 19.228973389\n-0.208528399 0.040728033 0.977167964 169.038665771 0.034294114 0.998822629 -0.034312204 -5.733464241 -0.977414906 0.026356041 -0.209679604 19.142181396\n-0.166686773 0.035912134 0.985355675 169.618484497 0.031989805 0.999007404 -0.030998155 -5.758055687 -0.985490799 0.026354356 -0.167670131 19.062988281\n-0.129708886 0.028557222 0.991140902 170.211563110 0.025529016 0.999350011 -0.025452811 -5.792710304 -0.991223514 0.022001395 -0.130353570 19.006164551\n-0.098104477 0.022341134 0.994925320 170.798370361 0.020561581 0.999580085 -0.020418182 -5.807133675 -0.994963706 0.018454121 -0.098522663 18.987518311\n-0.068521857 0.020052960 0.997448206 171.403152466 0.015909227 0.999692798 -0.019005174 -5.820304394 -0.997522891 0.014566359 -0.068819761 18.973999023\n-0.044479012 0.018015228 0.998847783 172.011352539 0.010187639 0.999793589 -0.017578626 -5.835620880 -0.998958290 0.009394022 -0.044653296 18.974182129\n-0.027165651 0.014448665 0.999526501 172.639526367 0.000966797 0.999895453 -0.014427722 -5.855925083 -0.999630511 0.000574401 -0.027176738 18.989654541\n-0.014203548 0.012877471 0.999816239 173.265106201 -0.011410079 0.999849856 -0.013039997 -5.873449802 -0.999834061 -0.011593195 -0.014054418 19.009262085\n-0.006328106 0.015095102 0.999866009 173.900909424 -0.018310726 0.999716640 -0.015208734 -5.891345501 -0.999812305 -0.018404515 -0.006049991 19.027465820\n-0.002283931 0.017637907 0.999841809 174.538391113 -0.023686497 0.999562979 -0.017687093 -5.904285908 -0.999716818 -0.023723148 -0.001865149 19.038238525\n-0.001114607 0.019360639 0.999811947 175.183975220 -0.025090683 0.999497235 -0.019382518 -5.920916557 -0.999684572 -0.025107570 -0.000628352 19.045043945\n-0.002566099 0.017927131 0.999836028 175.839797974 -0.026168955 0.999495685 -0.017988190 -5.933707237 -0.999654293 -0.026210822 -0.002095699 19.043640137\n-0.006058574 0.015993239 0.999853849 176.511856079 -0.025618259 0.999541461 -0.016143477 -5.956700325 -0.999653578 -0.025712321 -0.005646110 19.038726807\n-0.010823488 0.011530174 0.999874949 177.205459595 -0.026762089 0.999571979 -0.011816377 -5.968615532 -0.999583244 -0.026886636 -0.010510325 19.042694092\n-0.016600490 0.012873291 0.999779403 177.889266968 -0.026631270 0.999556661 -0.013312614 -5.991388798 -0.999507546 -0.026846388 -0.016250372 19.032577515\n-0.022156119 0.019882385 0.999556780 178.568130493 -0.027480790 0.999412358 -0.020488650 -6.012506485 -0.999376774 -0.027922560 -0.021596789 19.018692017\n-0.028888583 0.029327398 0.999152422 179.249023438 -0.027495189 0.999167979 -0.030122824 -6.045288563 -0.999204516 -0.028342083 -0.028058171 19.004455566\n-0.035596371 0.034733094 0.998762608 179.950042725 -0.026320722 0.999016583 -0.035680011 -6.063243389 -0.999019682 -0.027558224 -0.034647107 18.980331421\n-0.041172504 0.032177817 0.998633862 180.663681030 -0.025190309 0.999130130 -0.033232376 -6.080105305 -0.998834550 -0.026524149 -0.040326118 18.942993164\n-0.048660040 0.024942582 0.998503983 181.410934448 -0.027773406 0.999267817 -0.026315143 -6.106994152 -0.998429239 -0.029012350 -0.047931671 18.922836304\n-0.056129456 0.018820085 0.998246253 182.131866455 -0.032122713 0.999270678 -0.020645596 -6.139890671 -0.997906804 -0.033225197 -0.055484056 18.893783569\n-0.062216282 0.017451189 0.997910202 182.851852417 -0.035425361 0.999178469 -0.019682020 -6.162805557 -0.997433841 -0.036575869 -0.061546922 18.857894897\n-0.066886902 0.020940809 0.997540832 183.572555542 -0.038087163 0.998997450 -0.023525199 -6.184381962 -0.997033417 -0.039567024 -0.066022277 18.812500000\n-0.070156813 0.023669958 0.997255087 184.324066162 -0.035702534 0.999018371 -0.026223481 -6.212884903 -0.996896863 -0.037444293 -0.069242835 18.759384155\n-0.071963072 0.026103854 0.997065723 185.055633545 -0.026970828 0.999240994 -0.028107420 -6.238720894 -0.997042656 -0.028914381 -0.071204305 18.692474365\n-0.073159695 0.024712954 0.997014046 185.791687012 -0.024725305 0.999340713 -0.026584940 -6.264873028 -0.997013748 -0.026596421 -0.072500467 18.633209229\n-0.073453069 0.022429910 0.997046530 186.537979126 -0.029911594 0.999247730 -0.024683036 -6.289958954 -0.996850133 -0.031636290 -0.072726846 18.586517334\n-0.071906924 0.018843925 0.997233331 187.310440063 -0.035438031 0.999141991 -0.021435300 -6.313456535 -0.996781588 -0.036881331 -0.071177363 18.552062988\n-0.069337368 0.018821504 0.997415841 188.067153931 -0.032358088 0.999253452 -0.021105615 -6.334640503 -0.997068465 -0.033737872 -0.068676591 18.497665405\n-0.068102241 0.018947219 0.997498572 188.830734253 -0.026960542 0.999419570 -0.020824388 -6.358848572 -0.997314155 -0.028311282 -0.067551851 18.439270020\n-0.067942977 0.017781075 0.997530758 189.602706909 -0.030307999 0.999342918 -0.019877689 -6.381267548 -0.997228742 -0.031583712 -0.067359328 18.398696899\n-0.068137288 0.015033294 0.997562766 190.375717163 -0.033697408 0.999281287 -0.017360851 -6.399640083 -0.997106791 -0.034798197 -0.067581654 18.361221313\n-0.066582918 0.011720385 0.997712195 191.141479492 -0.036529455 0.999232054 -0.014176050 -6.424545765 -0.997112155 -0.037389755 -0.066103697 18.318634033\n-0.065013170 0.009125749 0.997842789 191.917266846 -0.037358448 0.999234915 -0.011572519 -6.446738243 -0.997184992 -0.038030218 -0.064622402 18.269973755\n-0.064273238 0.010845233 0.997873485 192.691406250 -0.035756867 0.999273837 -0.013163555 -6.466349602 -0.997291625 -0.036526889 -0.063838840 18.225204468\n-0.063171625 0.015963046 0.997875154 193.463989258 -0.030609807 0.999370694 -0.017924756 -6.488480091 -0.997533321 -0.031677093 -0.062643170 18.169219971\n-0.063531637 0.019764632 0.997784138 194.236236572 -0.031217130 0.999275267 -0.021781851 -6.510842323 -0.997491479 -0.032531790 -0.062868595 18.129547119\n-0.064559937 0.021262720 0.997687280 195.015304565 -0.036801487 0.999042153 -0.023673005 -6.526149750 -0.997235000 -0.038244702 -0.063715577 18.092468262\n-0.066263676 0.018354820 0.997633517 195.818405151 -0.036733363 0.999108136 -0.020821812 -6.545278072 -0.997125983 -0.038026150 -0.065530419 18.054412842\n-0.067291021 0.016273467 0.997600675 196.609558105 -0.033348542 0.999271631 -0.018550176 -6.570406437 -0.997175932 -0.034516789 -0.066699266 18.000671387\n-0.068610311 0.017784715 0.997485042 197.399520874 -0.035917092 0.999148905 -0.020284873 -6.594112396 -0.996996820 -0.037218511 -0.067913175 17.955444336\n-0.070810795 0.022721861 0.997231007 198.194030762 -0.039103884 0.998908758 -0.025536753 -6.623370647 -0.996723056 -0.040803879 -0.069844961 17.905670166\n-0.073453546 0.026923386 0.996935129 198.996734619 -0.039294630 0.998781145 -0.029868444 -6.653913498 -0.996524215 -0.041368142 -0.072306037 17.848953247\n-0.076949835 0.027987020 0.996642113 199.800903320 -0.040670052 0.998685896 -0.031184511 -6.680227280 -0.996205151 -0.042933129 -0.075710535 17.797821045\n-0.079376936 0.028741127 0.996430397 200.622619629 -0.038444873 0.998752356 -0.031870667 -6.713718891 -0.996103227 -0.040837426 -0.078172922 17.730102539\n-0.080688238 0.027069010 0.996371806 201.468002319 -0.037787464 0.998829484 -0.030195881 -6.745060921 -0.996022940 -0.040086810 -0.079570889 17.668853760\n-0.082212448 0.026928499 0.996250927 202.300079346 -0.033531029 0.998994231 -0.029769689 -6.773072243 -0.996050596 -0.035852760 -0.081226826 17.588088989\n-0.082562804 0.023544032 0.996307790 203.145111084 -0.029297125 0.999231458 -0.026040938 -6.799519539 -0.996155202 -0.031338964 -0.081809521 17.524749756\n-0.082953334 0.020460090 0.996343493 203.989288330 -0.029066520 0.999314189 -0.022941105 -6.829244614 -0.996129572 -0.030863274 -0.082301855 17.457916260\n-0.083922029 0.019072955 0.996289790 204.841262817 -0.024858950 0.999465585 -0.021227738 -6.859276772 -0.996162176 -0.026548194 -0.083403111 17.396774292\n-0.082379103 0.020011039 0.996400118 205.675216675 -0.022756819 0.999499917 -0.021954754 -6.888155460 -0.996341169 -0.024483511 -0.081882596 17.321777344\n-0.082227826 0.020485839 0.996403158 206.514236450 -0.019232608 0.999569893 -0.022138111 -6.912861824 -0.996428132 -0.020983793 -0.081798434 17.249114990\n-0.081094384 0.022033796 0.996463001 207.369216919 -0.013459203 0.999640226 -0.023199392 -6.942575932 -0.996615708 -0.015292933 -0.080768704 17.176086426\n-0.078842282 0.022794828 0.996626437 208.224029541 -0.009933378 0.999670923 -0.023650281 -6.971649170 -0.996837556 -0.011764508 -0.078589916 17.108901978\n-0.077070951 0.021662615 0.996790290 209.077774048 -0.014337122 0.999636471 -0.022833003 -6.998998642 -0.996922612 -0.016050862 -0.076732397 17.058898926\n-0.073197007 0.018803017 0.997140288 209.925018311 -0.019477179 0.999604642 -0.020279247 -7.025929451 -0.997127354 -0.020905860 -0.072801828 17.002243042\n-0.070501566 0.017411502 0.997359753 210.790618896 -0.016174378 0.999696255 -0.018595630 -7.056755066 -0.997380614 -0.017442694 -0.070198536 16.947280884\n-0.068692446 0.024283232 0.997342408 211.629104614 -0.014977110 0.999565959 -0.025368929 -7.091254234 -0.997525513 -0.016679958 -0.068298936 16.894393921\n-0.067301273 0.035377685 0.997105300 212.475738525 -0.017708899 0.999171376 -0.036646280 -7.114698887 -0.997575521 -0.020123977 -0.066619039 16.848266602\n-0.065833330 0.035728607 0.997190893 213.327575684 -0.020688709 0.999095023 -0.037162676 -7.142434597 -0.997616231 -0.023077130 -0.065034509 16.804550171\n-0.065094233 0.024508610 0.997578204 214.187561035 -0.023968752 0.999371529 -0.026116682 -7.177507401 -0.997591317 -0.025610743 -0.064465880 16.758804321\n-0.065656304 0.013071792 0.997756660 215.056457520 -0.022474403 0.999641180 -0.014575385 -7.220192909 -0.997589171 -0.023380950 -0.065338969 16.704193115\n-0.066838622 0.013037738 0.997678757 215.909454346 -0.023391305 0.999619305 -0.014630176 -7.246650696 -0.997489750 -0.024314862 -0.066508293 16.650665283\n-0.069007874 0.020624952 0.997402966 216.765075684 -0.026439767 0.999397278 -0.022495493 -7.267555714 -0.997265756 -0.027923465 -0.068420887 16.603012085\n-0.069812298 0.024955353 0.997248054 217.618942261 -0.034158181 0.999041021 -0.027391462 -7.295109749 -0.996975303 -0.035976436 -0.068892956 16.553512573\n-0.071335316 0.024849413 0.997142971 218.483840942 -0.036075082 0.998971283 -0.027475778 -7.323482513 -0.996800005 -0.037931997 -0.070365548 16.502655029\n-0.071969628 0.019392520 0.997218490 219.351165771 -0.032561079 0.999232352 -0.021781623 -7.359884262 -0.996875405 -0.034038115 -0.071282864 16.444107056\n-0.072143912 0.014050475 0.997295439 220.226150513 -0.031296294 0.999376535 -0.016343754 -7.384053230 -0.996903300 -0.032390747 -0.071659207 16.381927490\n-0.072553277 0.011660786 0.997296333 221.110794067 -0.028454816 0.999500394 -0.013756644 -7.415914536 -0.996958494 -0.029375974 -0.072185278 16.309036255\n-0.072387099 0.015059679 0.997262895 221.982574463 -0.024740105 0.999551237 -0.016890015 -7.448311806 -0.997069716 -0.025895011 -0.071982026 16.248260498\n-0.071156979 0.021166980 0.997240543 222.845657349 -0.022441193 0.999487758 -0.022815943 -7.467063904 -0.997212708 -0.024002779 -0.070645452 16.177841187\n-0.070315599 0.025057578 0.997210026 223.720321655 -0.018879326 0.999471962 -0.026445640 -7.491408825 -0.997346103 -0.020686192 -0.069805384 16.122131348\n-0.068922758 0.022249684 0.997373998 224.617462158 -0.016366120 0.999591529 -0.023430120 -7.525655746 -0.997487843 -0.017938007 -0.068530440 16.052078247\n-0.068513632 0.017751997 0.997492433 225.515197754 -0.013184938 0.999738216 -0.018697586 -7.551752090 -0.997563243 -0.014432908 -0.068261623 15.988861084\n-0.067850590 0.015654324 0.997572780 226.403808594 -0.012554808 0.999784350 -0.016542953 -7.583371639 -0.997616589 -0.013646781 -0.067639470 15.927139282\n-0.067654371 0.015873939 0.997582674 227.301681519 -0.020153128 0.999647677 -0.017273549 -7.603589058 -0.997505367 -0.021273036 -0.067310572 15.878280640\n-0.067812800 0.015980665 0.997570097 228.181533813 -0.023681689 0.999564230 -0.017622443 -7.633099556 -0.997416973 -0.024819171 -0.067404866 15.833724976\n-0.068013906 0.014770092 0.997575164 229.083435059 -0.024877004 0.999554396 -0.016495490 -7.657581329 -0.997374296 -0.025938598 -0.067616224 15.769607544\n-0.069448948 0.016850945 0.997443318 229.981002808 -0.028780939 0.999407291 -0.018888051 -7.682458878 -0.997170389 -0.030019103 -0.068922758 15.714904785\n-0.071794987 0.016797887 0.997277975 230.905868530 -0.031001486 0.999337494 -0.019064404 -7.710467339 -0.996937513 -0.032285828 -0.071226716 15.668304443\n-0.073378325 0.014638195 0.997196734 231.826324463 -0.028018035 0.999467373 -0.016733224 -7.727344513 -0.996910512 -0.029167349 -0.072929144 15.596298218\n-0.075537324 0.011007798 0.997082293 232.723266602 -0.022134038 0.999674201 -0.012713247 -7.765078545 -0.996897399 -0.023029778 -0.075268984 15.534149170\n-0.077015162 0.014140317 0.996929705 233.630142212 -0.024695490 0.999565601 -0.016085489 -7.795967102 -0.996724069 -0.025858490 -0.076632500 15.470962524\n-0.078294992 0.022347301 0.996679723 234.533691406 -0.017166678 0.999570251 -0.023760654 -7.814778328 -0.996782422 -0.018970016 -0.077877641 15.392517090\n-0.079019666 0.023836300 0.996588111 235.438232422 -0.014870231 0.999574661 -0.025086796 -7.845052719 -0.996762216 -0.016801843 -0.078631520 15.320922852\n-0.081362367 0.016841976 0.996542335 236.352005005 -0.020641299 0.999614298 -0.018579146 -7.872480392 -0.996470869 -0.022081571 -0.080983400 15.263473511\n-0.082283020 0.008319257 0.996574461 237.268218994 -0.026952870 0.999580801 -0.010569739 -7.898349285 -0.996244609 -0.027730247 -0.082024336 15.201522827\n-0.084046364 0.006239203 0.996442318 238.185028076 -0.030972218 0.999480903 -0.008870627 -7.928864002 -0.995980382 -0.031607572 -0.083809495 15.139358521\n-0.086252570 0.007190651 0.996247470 239.085220337 -0.033217117 0.999397218 -0.010089236 -7.948962688 -0.995719492 -0.033962686 -0.085961699 15.071899414\n-0.086884499 0.012995344 0.996133685 239.976272583 -0.038382761 0.999128819 -0.016382223 -7.977283478 -0.995478749 -0.039657719 -0.086309910 15.010162354\n-0.086182833 0.019353520 0.996091425 240.877655029 -0.035054605 0.999133289 -0.022445582 -7.997893333 -0.995662570 -0.036852010 -0.085429668 14.930053711\n-0.086569667 0.025328206 0.995923877 241.770812988 -0.029542305 0.999171853 -0.027978744 -8.030155182 -0.995807767 -0.031843994 -0.085749745 14.858795166\n-0.084853649 0.021622881 0.996158838 242.661407471 -0.027079815 0.999345183 -0.023998726 -8.062483788 -0.996025443 -0.029012173 -0.084212542 14.774475098\n-0.082988381 0.017658694 0.996394098 243.558181763 -0.025597688 0.999475300 -0.019845301 -8.092872620 -0.996221781 -0.027152313 -0.082492828 14.700469971\n-0.080378294 0.017366111 0.996613145 244.447937012 -0.028046250 0.999412954 -0.019676870 -8.128705978 -0.996369779 -0.029532855 -0.079844117 14.641113281\n-0.078696728 0.024406524 0.996599793 245.325057983 -0.027695632 0.999260843 -0.026658684 -8.160991669 -0.996513844 -0.029699411 -0.077962637 14.579589844\n-0.075669765 0.028467156 0.996726573 246.205078125 -0.026766328 0.999174178 -0.030569114 -8.181184769 -0.996773720 -0.028991863 -0.074845314 14.509918213\n-0.073760629 0.022631614 0.997019291 247.081756592 -0.027660349 0.999311447 -0.024729986 -8.211625099 -0.996892452 -0.029401995 -0.073083758 14.453430176\n-0.071951628 0.015282981 0.997291028 247.960540771 -0.024464218 0.999554753 -0.017082691 -8.249785423 -0.997108102 -0.025627073 -0.071545720 14.392669678\n-0.070166111 0.016575027 0.997397602 248.837631226 -0.024119312 0.999541461 -0.018307429 -8.289508820 -0.997243643 -0.025341105 -0.069734216 14.340209961\n-0.068812847 0.026064334 0.997289121 249.698471069 -0.026290033 0.999264121 -0.027929958 -8.314770699 -0.997283220 -0.028140698 -0.068076968 14.296295166\n-0.066727400 0.029512148 0.997334898 250.558685303 -0.025820849 0.999176621 -0.031294212 -8.348433495 -0.997437298 -0.027840205 -0.065910459 14.241943359\n-0.065077543 0.026758531 0.997521400 251.421081543 -0.023511574 0.999321759 -0.028340699 -8.374888420 -0.997603238 -0.025297636 -0.064404249 14.182037354\n-0.063553929 0.018216692 0.997812152 252.290557861 -0.025838440 0.999468207 -0.019892661 -8.419572830 -0.997643888 -0.027046164 -0.063049436 14.135528564\n-0.062647939 0.015263685 0.997919083 253.146163940 -0.027648427 0.999472737 -0.017023174 -8.447788239 -0.997652769 -0.028657353 -0.062192917 14.100677490\n-0.059457779 0.015309472 0.998113573 253.985290527 -0.024887284 0.999548852 -0.016814023 -8.475461960 -0.997920692 -0.025840055 -0.059049964 14.048400879\n-0.057447076 0.018418731 0.998178780 254.818511963 -0.019098345 0.999626577 -0.019544592 -8.500536919 -0.998166025 -0.020186337 -0.057073832 14.000671387\n-0.055083156 0.020144664 0.998278558 255.653503418 -0.019849032 0.999576807 -0.021266093 -8.536470413 -0.998284459 -0.020986265 -0.054659963 13.956085205\n-0.054006815 0.020136792 0.998337626 256.463958740 -0.020663995 0.999559999 -0.021279301 -8.562724113 -0.998326838 -0.021778867 -0.053567052 13.920715332\n-0.052450299 0.016690690 0.998484075 257.262634277 -0.021529157 0.999609053 -0.017840419 -8.586263657 -0.998391449 -0.022432253 -0.052070498 13.884246826\n-0.052479267 0.009567773 0.998576224 258.098388672 -0.021476038 0.999712050 -0.010707309 -8.618686676 -0.998391092 -0.022007370 -0.052258730 13.855407715\n-0.053017855 0.005899681 0.998576343 258.866668701 -0.022033695 0.999732196 -0.007076351 -8.640840530 -0.998350620 -0.022377495 -0.052873731 13.819244385\n-0.053255081 0.008877003 0.998541653 259.626342773 -0.022522077 0.999695420 -0.010088423 -8.670768738 -0.998327076 -0.023026487 -0.053038955 13.787017822\n-0.054251075 0.014524717 0.998421848 260.356658936 -0.023893068 0.999589026 -0.015839968 -8.691636086 -0.998241544 -0.024714690 -0.053881764 13.753784180\n-0.055270791 0.019748021 0.998276114 261.070861816 -0.023739986 0.999495745 -0.021086544 -8.715958595 -0.998189211 -0.024864532 -0.054774165 13.710174561\n-0.056580424 0.021235570 0.998172224 261.780029297 -0.023670917 0.999464214 -0.022604819 -8.740232468 -0.998117447 -0.024906639 -0.056047440 13.671081543\n-0.059105754 0.019508628 0.998061121 262.471466064 -0.021938678 0.999542177 -0.020836797 -8.776598930 -0.998010695 -0.023127712 -0.058650732 13.618530273\n-0.065143824 0.019451071 0.997686386 263.194396973 -0.020962313 0.999562681 -0.020856382 -8.794202805 -0.997655809 -0.022272473 -0.064707518 13.594818115\n-0.071631670 0.019610299 0.997238398 263.873229980 -0.021371759 0.999547005 -0.021190831 -8.821608543 -0.997202158 -0.022830674 -0.071180105 13.543975830\n-0.080016732 0.020708332 0.996578395 264.536010742 -0.021079171 0.999525428 -0.022462048 -8.853555679 -0.996570587 -0.022804387 -0.079542160 13.495666504\n-0.089946389 0.021101154 0.995723128 265.186004639 -0.020730879 0.999519229 -0.023054278 -8.874098778 -0.995730877 -0.022715861 -0.089465618 13.434997559\n-0.101641893 0.021316240 0.994592786 265.823913574 -0.019942375 0.999525845 -0.023459967 -8.900815964 -0.994621277 -0.022219051 -0.101168633 13.369201660\n-0.113108993 0.018604307 0.993408382 266.445495605 -0.016021075 0.999660552 -0.020545548 -8.922117233 -0.993453383 -0.018239358 -0.112772584 13.284393311\n-0.125161409 0.015836295 0.992010057 267.060668945 -0.010223327 0.999798954 -0.017250508 -8.942670822 -0.992083728 -0.012300740 -0.124974370 13.192108154\n-0.136225224 0.011948863 0.990606010 267.654937744 -0.005062568 0.999905825 -0.012757230 -8.961247444 -0.990665138 -0.006752863 -0.136151910 13.086853027\n-0.148397565 0.007150542 0.988902092 268.251586914 -0.002499730 0.999967933 -0.007605675 -8.978229523 -0.988924801 -0.003600650 -0.148375034 12.994781494\n-0.159685850 0.004767553 0.987156451 268.818756104 0.001166084 0.999988556 -0.004640897 -8.996277809 -0.987167299 0.000410021 -0.159689665 12.895782471\n-0.170793295 0.006069346 0.985288143 269.362731934 0.005881866 0.999969482 -0.005140200 -9.011381149 -0.985289276 0.004917421 -0.170823812 12.795013428\n-0.180548549 0.009165594 0.983523369 269.899749756 0.010132959 0.999920845 -0.007458265 -9.027749062 -0.983513892 0.008619422 -0.180627227 12.680358887\n-0.190365791 0.012787507 0.981630087 270.403106689 0.013402895 0.999855816 -0.010425734 -9.038808823 -0.981621861 0.011171982 -0.190509677 12.568603516\n-0.200031042 0.015802000 0.979662120 270.880767822 0.016204786 0.999786556 -0.012817851 -9.050596237 -0.979655504 0.013311245 -0.200244427 12.460601807\n-0.207567334 0.016566990 0.978080571 271.343994141 0.020778554 0.999705672 -0.012523681 -9.061073303 -0.978000164 0.017723592 -0.207850456 12.346771240\n-0.214327693 0.015178487 0.976644099 271.787506104 0.022818822 0.999684155 -0.010528907 -9.079630852 -0.976495445 0.020029230 -0.214606285 12.251220703\n-0.218867779 0.015235941 0.975635707 272.216644287 0.025407741 0.999628067 -0.009910814 -9.088503838 -0.975423813 0.022619540 -0.219173431 12.138519287\n-0.221712351 0.016133737 0.974978685 272.624908447 0.028036442 0.999555230 -0.010164875 -9.108746529 -0.974709034 0.025081255 -0.222066045 12.037445068\n-0.221960425 0.016431829 0.974917412 273.001831055 0.030179588 0.999494731 -0.009975063 -9.120091438 -0.974588752 0.027208535 -0.222344160 11.951354980\n-0.219065309 0.016161375 0.975576520 273.355834961 0.032367591 0.999432862 -0.009288457 -9.127307892 -0.975173354 0.029542278 -0.219464183 11.871246338\n-0.214104414 0.016432483 0.976672709 273.692199707 0.033144780 0.999404967 -0.009549019 -9.137718201 -0.976248443 0.030327111 -0.214521646 11.800201416\n-0.206108212 0.017498050 0.978372753 274.012939453 0.032129206 0.999422014 -0.011106038 -9.145168304 -0.978001595 0.029145295 -0.206551313 11.736999512\n-0.195597529 0.018833701 0.980503559 274.315979004 0.030839540 0.999439240 -0.013045345 -9.156235695 -0.980199397 0.027686641 -0.196068645 11.698944092\n-0.181295991 0.021746906 0.983188272 274.591888428 0.028274124 0.999457479 -0.016893130 -9.163101196 -0.983022213 0.024736131 -0.181812525 11.656250000\n-0.164306164 0.025301401 0.986084998 274.860565186 0.028302424 0.999380350 -0.020926660 -9.171913147 -0.986003399 0.024470216 -0.164920449 11.614410400\n-0.146416783 0.026010573 0.988881171 275.123016357 0.027708448 0.999369860 -0.022183867 -9.189159393 -0.988835037 0.024152271 -0.147045255 11.617675781\n-0.122588158 0.025293432 0.992135346 275.377746582 0.029149476 0.999335647 -0.021875296 -9.190583229 -0.992029548 0.026238574 -0.123243928 11.578186035\n-0.098063350 0.023162372 0.994910777 275.651306152 0.028188694 0.999392629 -0.020488307 -9.211831093 -0.994781077 0.026036084 -0.098656654 11.590484619\n-0.068729639 0.023490131 0.997358739 275.889648438 0.025289904 0.999442518 -0.021796441 -9.200592041 -0.997314692 0.023725044 -0.069285393 11.626464844\n-0.034915924 0.021786155 0.999152839 276.146026611 0.023222582 0.999510109 -0.020982424 -9.210689545 -0.999120474 0.022470288 -0.035404801 11.638122559\n-0.000076294 0.017877225 0.999840200 276.407073975 0.020582389 0.999628425 -0.017871866 -9.214388847 -0.999788165 0.020577736 -0.000444293 11.667724609\n0.036404312 0.013578589 0.999244928 276.664062500 0.019368052 0.999710262 -0.014290529 -9.219026566 -0.999149501 0.019873666 0.036130786 11.707794189\n0.076115787 0.011081951 0.997037530 276.912750244 0.013813917 0.999830544 -0.012167579 -9.221384048 -0.997003376 0.014699138 0.075949788 11.754821777\n0.117341340 0.009628830 0.993045032 277.147216797 0.008546527 0.999906182 -0.010705243 -9.237934113 -0.993054926 0.009743253 0.117247999 11.832260132\n0.162703037 0.010621530 0.986617982 277.383697510 -0.000142035 0.999942303 -0.010741552 -9.242965698 -0.986675143 0.001607551 0.162695169 11.922164917\n0.211977303 0.011150208 0.977210939 277.614685059 -0.002111753 0.999937773 -0.010951444 -9.253396988 -0.977272272 0.000257829 0.211987674 11.998397827\n0.261187732 0.013733812 0.965190351 277.857513428 -0.006192356 0.999902070 -0.012552031 -9.258390427 -0.965268195 -0.002698366 0.261247158 12.116348267\n0.309801280 0.014133347 0.950696290 278.069946289 -0.009247391 0.999886990 -0.011851205 -9.287855148 -0.950756371 -0.005119940 0.309897006 12.268615723\n0.364178419 0.014208994 0.931220949 278.319366455 -0.004535612 0.999898791 -0.013483144 -9.300806046 -0.931318283 0.000686615 0.364206016 12.405899048\n0.420137703 0.014362738 0.907346785 278.568725586 0.005024169 0.999822617 -0.018152969 -9.304064751 -0.907446563 0.012185412 0.419991016 12.550704956\n0.474785745 0.011901548 0.880020976 278.813232422 0.011166584 0.999746621 -0.019545296 -9.314252853 -0.880030632 0.019106656 0.474532545 12.717544556\n0.529685020 0.011722279 0.848113537 279.072387695 0.006992465 0.999810159 -0.018186081 -9.319630623 -0.848165691 0.015563299 0.529502511 12.921180725\n0.582779646 0.016563714 0.812461436 279.305877686 0.000361373 0.999786854 -0.020641945 -9.319389343 -0.812630177 0.012323307 0.582649469 13.155387878\n0.632581830 0.022507276 0.774166465 279.514770508 -0.008442996 0.999718666 -0.022165852 -9.336688042 -0.774447560 0.007485431 0.632593870 13.420372009\n0.681603789 0.026240097 0.731250823 279.734436035 -0.015663568 0.999651015 -0.021271216 -9.333292007 -0.731553853 0.003044545 0.681776941 13.715248108\n0.729170322 0.023810076 0.683917940 279.946350098 -0.012564643 0.999691904 -0.021407504 -9.339094162 -0.684216917 0.007016531 0.729244769 14.017425537\n0.773248136 0.022185015 0.633715391 280.163360596 -0.012777410 0.999729991 -0.019407636 -9.342730522 -0.633974850 0.006909679 0.773322821 14.341827393\n0.810896993 0.022563886 0.584753752 280.362487793 -0.018093232 0.999745369 -0.013486690 -9.349918365 -0.584909141 0.000356231 0.811098754 14.704055786\n0.843323052 0.026437646 0.536756277 280.542022705 -0.026137179 0.999624968 -0.008170645 -9.355967522 -0.536770999 -0.007138799 0.843697786 15.089038849\n0.872097015 0.031457223 0.488320768 280.704132080 -0.032017816 0.999461353 -0.007203538 -9.358008385 -0.488284320 -0.009352780 0.872634470 15.458841324\n0.896034956 0.034315549 0.442655444 280.862274170 -0.034942161 0.999366581 -0.006742072 -9.360392570 -0.442606419 -0.009426204 0.896666467 15.869813919\n0.915628493 0.040550698 0.399975091 281.012664795 -0.041338194 0.999122977 -0.006662182 -9.360284805 -0.399894476 -0.010434163 0.916501820 16.320735931\n0.930769086 0.049542222 0.362235367 281.147583008 -0.049957596 0.998717487 -0.008225862 -9.364693642 -0.362178326 -0.010440029 0.932050347 16.787845612\n0.942386389 0.057343442 0.329575002 281.281768799 -0.057249855 0.998309791 -0.009997834 -9.366492271 -0.329591274 -0.009446298 0.944076478 17.270530701\n0.951744258 0.057780884 0.301403850 281.419616699 -0.057823364 0.998288155 -0.008788596 -9.365278244 -0.301395714 -0.009063690 0.953456044 17.788715363\n0.959698975 0.052732978 0.276038259 281.560882568 -0.052692603 0.998582125 -0.007568415 -9.371150017 -0.276045978 -0.007281773 0.961116850 18.327180862\n0.966015637 0.051837556 0.253232330 281.689544678 -0.051598571 0.998639047 -0.007589797 -9.374435425 -0.253281146 -0.005734564 0.967375696 18.881027222\n0.971808136 0.052617785 0.229826689 281.807098389 -0.052314688 0.998603106 -0.007416219 -9.376310349 -0.229895860 -0.004816168 0.973203301 19.476016998\n0.977567375 0.051724963 0.204172939 281.917327881 -0.051906463 0.998641968 -0.004469993 -9.376895905 -0.204126865 -0.006228175 0.978924632 20.088504791\n0.982787371 0.050075430 0.177824259 282.024322510 -0.050628159 0.998716533 -0.001430885 -9.378496170 -0.177667692 -0.007596659 0.984061241 20.724344254\n0.986734450 0.049927089 0.154474571 282.110137939 -0.050033085 0.998742402 -0.003203974 -9.381112099 -0.154440269 -0.004567367 0.987991571 21.368152618\n0.989530981 0.053367678 0.134090751 282.173645020 -0.052707940 0.998574078 -0.008467695 -9.395503998 -0.134351447 0.001311400 0.990932882 22.041175842\n0.991486490 0.058610946 0.116272517 282.227935791 -0.057256591 0.998247445 -0.014957047 -9.398272514 -0.116945393 0.008172343 0.993104696 22.736419678\n0.992821276 0.063581511 0.101307921 282.281921387 -0.061755680 0.997869074 -0.021061255 -9.386924744 -0.102431148 0.014653723 0.994632185 23.444648743\n0.994181275 0.064265810 0.086449131 282.350311279 -0.063266747 0.997894883 -0.014250128 -9.395367622 -0.087182939 0.008697856 0.996154368 24.169725418\n0.995479226 0.059838470 0.073759228 282.400390625 -0.059840899 0.998205543 -0.002178980 -9.409335136 -0.073757261 -0.002244688 0.997273684 24.931119919\n0.996425629 0.055144612 0.063992292 282.444641113 -0.055582263 0.998441219 0.005077798 -9.418931961 -0.063612528 -0.008616485 0.997937500 25.710157394\n0.996898532 0.055868994 0.055425316 282.484497070 -0.056148749 0.998416245 0.003501855 -9.421010017 -0.055141892 -0.006603056 0.998456717 26.495532990\n0.996921718 0.060910843 0.049365971 282.511016846 -0.060960766 0.998140037 -0.000495134 -9.415589333 -0.049304310 -0.002515778 0.998780608 27.292131424\n0.996857107 0.064631924 0.045811240 282.532745361 -0.064518690 0.997908711 -0.003947506 -9.414301872 -0.045970570 0.000979418 0.998942316 28.112016678\n0.996834159 0.066718042 0.043247491 282.563323975 -0.066645406 0.997771859 -0.003120725 -9.421385765 -0.043359336 0.000228598 0.999059498 28.951145172\n0.996710718 0.068955161 0.042578489 282.589294434 -0.068922684 0.997619510 -0.002232057 -9.423625946 -0.042631045 -0.000709909 0.999090612 29.813741684\n0.996853650 0.066403419 0.043282628 282.628448486 -0.066289946 0.997792184 -0.004053305 -9.434666634 -0.043456219 0.001171349 0.999054670 30.682516098\n0.997017086 0.062538005 0.045232121 282.664031982 -0.062322598 0.998037040 -0.006158265 -9.439253807 -0.045528457 0.003320912 0.998957515 31.577190399\n0.996781468 0.064622097 0.047441375 282.703460693 -0.064336427 0.997899890 -0.007525648 -9.448252678 -0.047828063 0.004449218 0.998845696 32.481197357\n0.996653914 0.063989170 0.050856773 282.742401123 -0.063861705 0.997950196 -0.004129061 -9.450614929 -0.051016741 0.000867445 0.998697400 33.407787323\n0.996916175 0.057460867 0.053445488 282.804870605 -0.057680763 0.998331726 0.002579732 -9.458371162 -0.053208094 -0.005654553 0.998567462 34.330493927\n0.996778488 0.056398466 0.057024594 282.848327637 -0.056857634 0.998361409 0.006460681 -9.465547562 -0.056566779 -0.009682151 0.998351872 35.291080475\n0.996737361 0.054488756 0.059544522 282.904571533 -0.054883432 0.998480201 0.005011787 -9.465422630 -0.059180941 -0.008263443 0.998213053 36.226242065\n0.996770799 0.050728239 0.062246557 282.963928223 -0.050939932 0.998700082 0.001817607 -9.468522072 -0.062073436 -0.004982573 0.998059154 37.171619415\n0.996738613 0.048381656 0.064586036 283.028259277 -0.048207678 0.998828292 -0.004250326 -9.483321190 -0.064715996 0.001122921 0.997903109 38.120563507\n0.996524394 0.049085397 0.067303084 283.088165283 -0.048439294 0.998763323 -0.011199396 -9.493466377 -0.067769580 0.007900357 0.997669697 39.077384949\n0.996396780 0.049571298 0.068819709 283.155639648 -0.048929043 0.998741806 -0.010987975 -9.503326416 -0.069277808 0.007581101 0.997568607 40.044166565\n0.996468425 0.045446880 0.070605986 283.227264404 -0.045297142 0.998966634 -0.003721267 -9.519465446 -0.070702143 0.000509876 0.997497320 41.033260345\n0.996594369 0.040438667 0.071863413 283.296417236 -0.040866062 0.999154568 0.004486405 -9.532184601 -0.071621232 -0.007407900 0.997404397 42.034622192\n0.996561408 0.040247459 0.072426245 283.366546631 -0.040935080 0.999129534 0.008034311 -9.544363022 -0.072039835 -0.010971458 0.997341394 43.025127411\n0.996467412 0.042187691 0.072614625 283.428070068 -0.042672157 0.999075949 0.005132671 -9.539512634 -0.072330989 -0.008213162 0.997346878 44.024360657\n0.996557415 0.040461361 0.072361246 283.496398926 -0.040336091 0.999181092 -0.003192233 -9.547323227 -0.072431147 0.000262474 0.997373402 45.017612457\n0.996519327 0.042148914 0.071921393 283.561950684 -0.041546524 0.999087989 -0.009851853 -9.557437897 -0.072271042 0.006829479 0.997361660 46.017681122\n0.996327460 0.046414409 0.071953669 283.625610352 -0.046000052 0.998914003 -0.007405961 -9.575802803 -0.072219275 0.004068890 0.997380495 47.027744293\n0.996323526 0.046960365 0.071652718 283.688903809 -0.047020260 0.998893559 -0.000851522 -9.591660500 -0.071613431 -0.002520738 0.997429252 48.041721344\n0.996239662 0.048638176 0.071699418 283.750640869 -0.049017351 0.998791635 0.003537366 -9.601302147 -0.071440734 -0.007038580 0.997420013 49.060897827\n0.996076047 0.052489977 0.071255073 283.813659668 -0.052883841 0.998593986 0.003651024 -9.608548164 -0.070963249 -0.007404940 0.997451425 50.081939697\n0.995901406 0.056284957 0.070798434 283.874755859 -0.056744348 0.998378634 0.004492723 -9.614335060 -0.070430771 -0.008491721 0.997480512 51.093673706\n0.995647192 0.062431306 0.069202721 283.937103271 -0.063344151 0.997930288 0.011073741 -9.614617348 -0.068368144 -0.015409127 0.997541130 52.122901917\n0.995612442 0.062506236 0.069633536 283.993774414 -0.063827194 0.997817755 0.016907344 -9.617696762 -0.068424761 -0.021277675 0.997429371 53.144981384\n0.995598972 0.064670362 0.067826189 284.053649902 -0.065829180 0.997718334 0.014989159 -9.616388321 -0.066702075 -0.019388134 0.997584522 54.168891907\n0.995775163 0.064038165 0.065809943 284.119018555 -0.064851113 0.997841895 0.010289619 -9.606878281 -0.065008990 -0.014513995 0.997779131 55.182800293\n0.995859444 0.063246898 0.065298073 284.171844482 -0.064058848 0.997891784 0.010414557 -9.604674339 -0.064501718 -0.014554353 0.997811437 56.225036621\n0.995853364 0.063220561 0.065416090 284.231018066 -0.063769683 0.997944534 0.006338600 -9.606431961 -0.064880893 -0.010483880 0.997837961 57.253028870\n0.995669484 0.065998569 0.065470837 284.284606934 -0.065986820 0.997817755 -0.002344226 -9.610343933 -0.065482676 -0.001986138 0.997851729 58.265186310\n0.996032417 0.059514992 0.066162162 284.356689453 -0.059425566 0.998227239 -0.003320567 -9.619558334 -0.066242501 -0.000624332 0.997803330 59.294002533\n0.996085942 0.057259336 0.067336515 284.424499512 -0.057512809 0.998343110 0.001830182 -9.629032135 -0.067120150 -0.005695730 0.997728646 60.316471100\n0.995540977 0.063612886 0.069653183 284.481781006 -0.064239010 0.997911453 0.006784152 -9.640296936 -0.069076151 -0.011228352 0.997548223 61.357250214\n0.995451629 0.063059263 0.071411692 284.548858643 -0.063593008 0.997962236 0.005223206 -9.650049210 -0.070936799 -0.009740733 0.997433245 62.378910065\n0.994811833 0.070781700 0.073070839 284.614349365 -0.071025975 0.997474194 0.000746657 -9.656760216 -0.072833426 -0.005932711 0.997326493 63.390037537\n0.994477451 0.071340285 0.076975390 284.681335449 -0.071585335 0.997434378 0.000425466 -9.663140297 -0.076747552 -0.005933425 0.997032881 64.428970337\n0.993857920 0.076645389 0.079824448 284.746154785 -0.077305809 0.996993780 0.005211598 -9.669449806 -0.079185031 -0.011350481 0.996795297 65.459449768\n0.993604422 0.076213375 0.083317466 284.823272705 -0.077508673 0.996914327 0.012419438 -9.674008369 -0.082113847 -0.018797835 0.996445656 66.482566833\n0.993673146 0.073756061 0.084698014 284.906860352 -0.075270072 0.997053087 0.014818992 -9.673087120 -0.083355419 -0.021100460 0.996296465 67.510437012\n0.994072735 0.068256862 0.084619030 284.994079590 -0.069456056 0.997520924 0.011306206 -9.678043365 -0.083637528 -0.017116494 0.996349216 68.531463623\n0.994848013 0.058725905 0.082636155 285.089172363 -0.059193607 0.998241305 0.003219153 -9.679488182 -0.082301781 -0.008094100 0.996574581 69.543113708\n0.994964063 0.059873004 0.080384746 285.171020508 -0.060258124 0.998180032 0.002371522 -9.685735703 -0.080096453 -0.007203413 0.996761084 70.567649841\n0.995240629 0.058998518 0.077558391 285.249908447 -0.059962470 0.998148978 0.010157228 -9.692335129 -0.076815560 -0.014759477 0.996936083 71.591087341\n0.995411038 0.059979543 0.074561164 285.315246582 -0.061218888 0.998019814 0.014446957 -9.692346573 -0.073546998 -0.018945212 0.997111797 72.625541687\n0.995388210 0.062752016 0.072557122 285.379882812 -0.063825674 0.997881889 0.012572483 -9.692342758 -0.071614489 -0.017145509 0.997285008 73.647613525\n0.995240331 0.068328619 0.069482878 285.437347412 -0.068557195 0.997646749 0.000907499 -9.698017120 -0.069257364 -0.005666730 0.997582734 74.660514832\n0.995218694 0.071661845 0.066365533 285.494659424 -0.071297668 0.997424245 -0.007842800 -9.707035065 -0.066756621 0.003073593 0.997764528 75.678337097\n0.995458186 0.070270360 0.064227134 285.560455322 -0.069990188 0.997525811 -0.006604573 -9.721443176 -0.064532332 0.002079307 0.997913480 76.708908081\n0.995504200 0.070939384 0.062761500 285.619964600 -0.071159765 0.997464120 0.001280331 -9.738593102 -0.062511519 -0.005740668 0.998027742 77.731842041\n0.995459676 0.072107151 0.062134039 285.673675537 -0.072557576 0.997351587 0.005020737 -9.746117592 -0.061607450 -0.009506236 0.998055160 78.760070801\n0.995246470 0.076080292 0.060796943 285.727264404 -0.076462500 0.997064531 0.003981661 -9.750830650 -0.060315546 -0.008611420 0.998142242 79.769309998\n0.995186090 0.076346822 0.061447773 285.774169922 -0.076514959 0.997068346 0.000384385 -9.757615089 -0.061238281 -0.005084208 0.998110235 80.799385071\n0.994962752 0.078422748 0.062441561 285.831634521 -0.078455143 0.996915758 -0.001936584 -9.766808510 -0.062400851 -0.002972033 0.998046756 81.812103271\n0.994840264 0.078868479 0.063816592 285.888732910 -0.078874022 0.996881604 -0.002436339 -9.785358429 -0.063809738 -0.002609703 0.997958660 82.830665588\n0.995059431 0.074987069 0.065066800 285.956512451 -0.075206667 0.997167528 0.000928756 -9.796477318 -0.064812861 -0.005817624 0.997880459 83.842147827\n0.995008409 0.073921777 0.067035958 286.017517090 -0.074399397 0.997217655 0.004653115 -9.808862686 -0.066505477 -0.009617322 0.997739732 84.858596802\n0.995072007 0.071527779 0.068669520 286.084228516 -0.072025813 0.997391224 0.004801104 -9.826027870 -0.068146959 -0.009723421 0.997627914 85.877716064\n0.995263577 0.068812944 0.068667367 286.152130127 -0.068744697 0.997628629 -0.003359338 -9.840790749 -0.068735696 -0.001377090 0.997633934 86.883819580\n0.995408058 0.066057622 0.069276296 286.221069336 -0.065593958 0.997806251 -0.008949118 -9.848726273 -0.069715478 0.004363917 0.997557342 87.890136719\n0.995292306 0.065768428 0.071187861 286.288024902 -0.065803535 0.997830868 -0.001854532 -9.862772942 -0.071155414 -0.002838611 0.997461200 88.907623291\n0.995391726 0.061813131 0.073310375 286.364501953 -0.062816627 0.997959256 0.011460443 -9.874255180 -0.072452366 -0.016012739 0.997243345 89.931098938\n0.995455265 0.059694164 0.074198931 286.442016602 -0.061015941 0.998013735 0.015674664 -9.880350113 -0.073115863 -0.020130744 0.997120261 90.948783875\n0.995157719 0.063177243 0.075297438 286.501068115 -0.063713886 0.997956932 0.004743783 -9.885224342 -0.074843906 -0.009518304 0.997149825 91.973510742\n0.994958818 0.065374814 0.076046944 286.569976807 -0.064765543 0.997845769 -0.010453165 -9.892338753 -0.076566495 0.005475247 0.997049451 92.968536377\n0.994833291 0.064442761 0.078446656 286.637573242 -0.063313298 0.997852206 -0.016803501 -9.911955833 -0.079361029 0.011749966 0.996776700 93.971733093\n0.994627476 0.064034596 0.081337065 286.714874268 -0.063374154 0.997932732 -0.010678309 -9.931441307 -0.081852697 0.005466272 0.996629477 94.997383118\n0.994427383 0.062762879 0.084705651 286.803100586 -0.063070044 0.998008668 0.000952471 -9.950382233 -0.084477194 -0.006289551 0.996405542 96.021026611\n0.994264781 0.060032651 0.088507511 286.888946533 -0.061057914 0.998094380 0.008919984 -9.961391449 -0.087803364 -0.014272910 0.996035576 97.034706116\n0.994005322 0.058053046 0.092645831 286.972229004 -0.059248090 0.998191178 0.010198798 -9.970438957 -0.091886178 -0.015626747 0.995646894 98.066444397\n0.993745565 0.057263266 0.095867857 287.066467285 -0.057992000 0.998305380 0.004830287 -9.976909637 -0.095428795 -0.010359645 0.995382369 99.069625854\n0.993270516 0.058160335 0.100155026 287.158081055 -0.058200050 0.998301744 -0.002527784 -9.986255646 -0.100131951 -0.003318254 0.994968653 100.080482483\n0.992487967 0.061719581 0.105632812 287.245391846 -0.061649367 0.998090148 -0.003932960 -10.001230240 -0.105673805 -0.002608780 0.994397402 101.099151611\n0.992117941 0.056848031 0.111670665 287.360321045 -0.056774467 0.998379648 -0.003841215 -10.008671761 -0.111708082 -0.002529103 0.993737876 102.105102539\n0.991418779 0.055915210 0.118162058 287.481506348 -0.056257877 0.998416185 -0.000436130 -10.022831917 -0.117999293 -0.006215159 0.992994249 103.122009277\n0.990581512 0.056659233 0.124651290 287.595977783 -0.057096999 0.998368621 -0.000060703 -10.036382675 -0.124451376 -0.007057083 0.992200613 104.122238159\n0.990255892 0.048011556 0.130721822 287.727478027 -0.048925500 0.998795271 0.003787043 -10.043413162 -0.130382523 -0.010145771 0.991411865 105.117103577\n0.989935219 0.044795331 0.134244710 287.888763428 -0.046014659 0.998922765 0.005992455 -10.057497025 -0.133831665 -0.012109366 0.990930080 106.118331909\n0.989281237 0.038665418 0.140810728 288.024017334 -0.039729647 0.999199152 0.004753459 -10.065020561 -0.140514165 -0.010296867 0.990025103 107.105079651\n0.988717020 0.035790361 0.145456716 288.169342041 -0.036648344 0.999323010 0.003222331 -10.074188232 -0.145242915 -0.008516720 0.989359379 108.083274841\n0.988010645 0.042728767 0.148354888 288.307037354 -0.043738954 0.999036670 0.003551942 -10.084708214 -0.148060217 -0.009998245 0.988927782 109.071685791\n0.987172961 0.047354594 0.152469844 288.447570801 -0.047959846 0.998849213 0.000292293 -10.088564873 -0.152280554 -0.007600972 0.988308072 110.053215027\n0.986762226 0.048059817 0.154888928 288.595458984 -0.048335098 0.998829186 -0.001990469 -10.116799355 -0.154803246 -0.005522450 0.987929881 111.019020081\n0.986396849 0.050418224 0.156458437 288.741546631 -0.050482638 0.998718560 -0.003564534 -10.118829727 -0.156437665 -0.004382389 0.987678111 112.024681091\n0.986274302 0.049336918 0.157571658 288.886627197 -0.049811546 0.998758197 -0.000937999 -10.134268761 -0.157422274 -0.006923764 0.987507105 112.997268677\n0.986692309 0.045162242 0.156200901 289.044891357 -0.045831684 0.998948932 0.000685002 -10.146372795 -0.156005785 -0.007834836 0.987725079 113.972061157\n0.987266898 0.039143782 0.154181346 289.194396973 -0.039660327 0.999213159 0.000274643 -10.163763046 -0.154049277 -0.006386028 0.988042533 114.934020996\n0.987943828 0.033409584 0.151164860 289.351257324 -0.034078617 0.999417484 0.001836630 -10.172870636 -0.151015431 -0.006965976 0.988506854 115.892547607\n0.988540292 0.030235916 0.147898376 289.495025635 -0.031268109 0.999500155 0.004658479 -10.183939934 -0.147683591 -0.009229596 0.988991618 116.854019165\n0.989010513 0.031565279 0.144436195 289.624816895 -0.032802105 0.999442697 0.006189172 -10.192097664 -0.144160345 -0.010858968 0.989494741 117.814781189\n0.989707470 0.030963870 0.139715105 289.766113281 -0.031709798 0.999492288 0.003115461 -10.207347870 -0.139547691 -0.007513733 0.990186870 118.779197693\n0.990254283 0.030108809 0.135977447 289.898010254 -0.029946283 0.999546230 -0.003241076 -10.217623711 -0.136013329 -0.000862529 0.990706623 119.715179443\n0.990636945 0.027767962 0.133668900 290.022949219 -0.026965480 0.999605834 -0.007810461 -10.231054306 -0.133833095 0.004132885 0.990995288 120.650177002\n0.990991652 0.024665646 0.131632626 290.151123047 -0.024216877 0.999694169 -0.005009247 -10.243413925 -0.131715938 0.001776390 0.991285920 121.593078613\n0.991291285 0.018465512 0.130386472 290.273162842 -0.018949069 0.999817431 0.002468861 -10.257977486 -0.130317077 -0.004918062 0.991460145 122.536125183\n0.991544366 0.007641547 0.129543155 290.410614014 -0.009213396 0.999890983 0.011538837 -10.270221710 -0.129440859 -0.012634801 0.991506636 123.462059021\n0.991701066 -0.001836916 0.128551826 290.542297363 -0.000253923 0.999867976 0.016246285 -10.275828362 -0.128564700 -0.016144101 0.991569698 124.402862549\n0.991700947 -0.005618011 0.128443286 290.671844482 0.003641779 0.999871433 0.015615711 -10.276793480 -0.128514498 -0.015018353 0.991593897 125.301895142\n0.991552711 -0.004031432 0.129641756 290.780883789 0.002817469 0.999950469 0.009546024 -10.286960602 -0.129673824 -0.009100124 0.991514921 126.211357117\n0.991367340 -0.002612763 0.131087542 290.900054932 0.002288829 0.999993920 0.002621741 -10.286838531 -0.131093591 -0.002299072 0.991367340 127.075714111\n0.991082489 -0.002731920 0.133221701 291.023193359 0.002593277 0.999995887 0.001214194 -10.292401314 -0.133224472 -0.000857886 0.991085529 127.946182251\n0.990580618 -0.002336758 0.136910811 291.137298584 0.001404802 0.999975204 0.006903256 -10.301262856 -0.136923537 -0.006645899 0.990559340 128.806533813\n0.989949167 -0.002113447 0.141407982 291.254791260 0.000468844 0.999931872 0.011662502 -10.307331085 -0.141423002 -0.011478986 0.989882708 129.674240112\n0.989161313 -0.003322854 0.146795452 291.385223389 0.001488499 0.999919474 0.012604073 -10.310554504 -0.146825507 -0.012248956 0.989086568 130.505813599\n0.988177598 -0.003625206 0.153270736 291.511993408 0.001892288 0.999932647 0.011450625 -10.312919617 -0.153301924 -0.011025218 0.988117874 131.323318481\n0.987010181 -0.004874180 0.160583675 291.649322510 0.003385334 0.999948740 0.009543757 -10.322081566 -0.160621956 -0.008876157 0.986976087 132.143020630\n0.985656500 -0.007155647 0.168612286 291.796020508 0.006183617 0.999961078 0.006289259 -10.325609207 -0.168650731 -0.005156416 0.985662401 132.929550171\n0.984061539 -0.006206092 0.177720070 291.945556641 0.005519142 0.999975264 0.004359458 -10.326158524 -0.177742735 -0.003309112 0.984071434 133.706863403\n0.982328355 -0.003069812 0.187140554 292.091186523 0.002061763 0.999982297 0.005580990 -10.332224846 -0.187154382 -0.005096525 0.982317269 134.457489014\n0.980320990 0.000005616 0.197410241 292.229583740 -0.001723566 0.999962151 0.008530621 -10.337710381 -0.197402716 -0.008702997 0.980283856 135.186874390\n0.978482962 0.001988841 0.206318155 292.380401611 -0.003488598 0.999970078 0.006905607 -10.352869034 -0.206298247 -0.007476780 0.978460610 135.897338867\n0.976513445 0.005890754 0.215375826 292.532928467 -0.005875668 0.999982476 -0.000710299 -10.360826492 -0.215376243 -0.000571860 0.976530969 136.572509766\n0.974470258 0.011862508 0.224202991 292.682250977 -0.010233268 0.999912143 -0.008427407 -10.372740746 -0.224283263 0.005917928 0.974506021 137.225692749\n0.972575366 0.016324285 0.232014403 292.827453613 -0.014191751 0.999840319 -0.010857657 -10.376877785 -0.232154608 0.007267199 0.972651780 137.852935791\n0.970915020 0.017791700 0.238762423 292.975097656 -0.016925219 0.999840617 -0.005678925 -10.389371872 -0.238825411 0.001472647 0.971061409 138.477905273\n0.969561160 0.015203635 0.244376704 293.131317139 -0.016999545 0.999841750 0.005241371 -10.400084496 -0.244258344 -0.009236122 0.969666183 139.077957153\n0.968592167 0.009774289 0.248462617 293.285247803 -0.013133096 0.999843359 0.011864382 -10.416653633 -0.248307735 -0.014754830 0.968568802 139.658218384\n0.968109727 0.002794971 0.250511050 293.442321777 -0.005808873 0.999919355 0.011292438 -10.421373367 -0.250459284 -0.012387506 0.968047857 140.211791992\n0.968011916 -0.000678548 0.250903398 293.590637207 -0.001784697 0.999952435 0.009589842 -10.429613113 -0.250897974 -0.009730867 0.967964649 140.755844116\n0.968316317 0.002821457 0.249710828 293.727294922 -0.004233377 0.999977946 0.005117331 -10.442201614 -0.249690875 -0.006012315 0.968306959 141.307388306\n0.969332516 0.007896801 0.245625868 293.861389160 -0.007468067 0.999968529 -0.002676886 -10.447327614 -0.245639279 0.000760442 0.969361007 141.844924927\n0.970844209 0.002865303 0.239694193 293.991943359 -0.001487608 0.999981344 -0.005928445 -10.448719025 -0.239706710 0.005399026 0.970830321 142.386138916\n0.973122835 -0.007246857 0.230172664 294.132080078 0.008369935 0.999957383 -0.003903273 -10.458699226 -0.230134562 0.005724895 0.973141968 142.920471191\n0.976055682 -0.012420005 0.217165902 294.252502441 0.012580863 0.999920666 0.000641888 -10.457975388 -0.217156649 0.002105616 0.976134479 143.468078613\n0.979533911 -0.010550883 0.201002419 294.346496582 0.009663292 0.999938726 0.005396522 -10.461522102 -0.201047048 -0.003343731 0.979575872 144.014038086\n0.983600318 -0.006563645 0.180242404 294.426177979 0.004965307 0.999944270 0.009317464 -10.462735176 -0.180293515 -0.008269702 0.983578086 144.559753418\n0.988224566 -0.008060179 0.152798191 294.510040283 0.006452942 0.999918520 0.011011692 -10.479976654 -0.152874500 -0.009896026 0.988196075 145.098342896\n0.992443025 -0.010697081 0.122239158 294.562622070 0.009856344 0.999923468 0.007480433 -10.480748177 -0.122309819 -0.006219073 0.992472470 145.633407593\n0.996091485 -0.010519581 0.087698959 294.594665527 0.010357828 0.999943733 0.002299278 -10.481615067 -0.087718211 -0.001381921 0.996144354 146.163192749\n0.998785257 -0.009318052 0.048386019 294.605255127 0.009477226 0.999950409 -0.003061298 -10.480504036 -0.048355091 0.003516144 0.998824000 146.696365356\n0.999954402 -0.008399209 0.004543941 294.590759277 0.008426353 0.999946594 -0.005987993 -10.484895706 -0.004493404 0.006026008 0.999971747 147.239410400\n0.999119699 -0.009650207 -0.040825263 294.533721924 0.009410501 0.999937356 -0.006059606 -10.492604256 0.040881179 0.005670085 0.999147952 147.752365112\n0.995899141 -0.009444776 -0.089975983 294.459716797 0.009238689 0.999953687 -0.002706674 -10.500306129 0.089997374 0.001864314 0.995940268 148.292526245\n0.989884794 -0.008036173 -0.141645715 294.356140137 0.008393401 0.999962926 0.001924699 -10.510530472 0.141625002 -0.003094119 0.989915550 148.832611084\n0.980702400 -0.006502846 -0.195398316 294.221160889 0.007403569 0.999965072 0.003879663 -10.510667801 0.195366248 -0.005251440 0.980716288 149.363342285\n0.967965245 -0.004583317 -0.251042277 294.060302734 0.006170099 0.999965668 0.005534057 -10.515874863 0.251008302 -0.006905730 0.967960298 149.896408081\n0.951833189 -0.001462368 -0.306612790 293.868896484 0.004096196 0.999960005 0.007946786 -10.523047447 0.306588918 -0.008819961 0.951801181 150.375717163\n0.931716502 0.001935374 -0.363181233 293.635833740 0.002046810 0.999941945 0.010579592 -10.517596245 0.363180637 -0.010600544 0.931658447 150.883026123\n0.907970488 0.002875195 -0.419024259 293.374572754 0.002914157 0.999908924 0.013175616 -10.508738518 0.419023991 -0.013184173 0.907879472 151.384857178\n0.880556047 0.003884620 -0.473926157 293.084808350 0.004792023 0.999842346 0.017098980 -10.508659363 0.473917842 -0.017327676 0.880398571 151.882186890\n0.849529028 0.009440483 -0.527457356 292.754302979 0.003422094 0.999720216 0.023404753 -10.509959221 0.527530730 -0.021688025 0.849259079 152.359313965\n0.815912962 0.015920846 -0.577955484 292.377380371 -0.000771657 0.999649882 0.026447829 -10.492326736 0.578174233 -0.021133143 0.815639615 152.807952881\n0.778256893 0.021611085 -0.627574027 291.975524902 -0.004923952 0.999586880 0.028315477 -10.474431038 0.627926767 -0.018946571 0.778041840 153.244644165\n0.738081098 0.027201541 -0.674163520 291.544372559 -0.007219447 0.999448180 0.032422397 -10.464975357 0.674673438 -0.019063273 0.737870216 153.669204712\n0.697721839 0.030212438 -0.715731442 291.078887939 -0.004050257 0.999260664 0.038232427 -10.447708130 0.716357350 -0.023776703 0.697328329 154.070388794\n0.656445384 0.033880748 -0.753612399 290.578277588 -0.004920147 0.999161959 0.040634349 -10.435700417 0.754357576 -0.022966348 0.656061888 154.455017090\n0.613850355 0.032576121 -0.788749993 290.064208984 -0.003579901 0.999252796 0.038484007 -10.411449432 0.789414287 -0.020799777 0.613508344 154.825469971\n0.574030876 0.030576285 -0.818262637 289.519317627 -0.004778638 0.999410629 0.033992976 -10.395217896 0.818819761 -0.015602837 0.573838651 155.162200928\n0.535858750 0.025336441 -0.843927503 288.952087402 -0.006250177 0.999641299 0.026042691 -10.376045227 0.844284594 -0.008680510 0.535824895 155.491180420\n0.502247214 0.022395497 -0.864434123 288.365905762 -0.012257382 0.999748528 0.018779488 -10.353889465 0.864637256 0.001163752 0.502395391 155.795928955\n0.475839794 0.025728095 -0.879155576 287.755432129 -0.017903967 0.999648273 0.019563803 -10.337242126 0.879349709 0.006431137 0.476133108 156.098922729\n0.456391096 0.033553336 -0.889146447 287.116210938 -0.023601374 0.999393642 0.025599306 -10.325483322 0.889466286 0.009301780 0.456906259 156.398361206\n0.442894280 0.040176611 -0.895673215 286.470214844 -0.025805537 0.999152839 0.032057952 -10.310011864 0.896202385 0.008915043 0.443555832 156.702239990\n0.433956027 0.045619510 -0.899778306 285.801239014 -0.029183781 0.998904884 0.036570199 -10.293076515 0.900461257 0.010389074 0.434812129 157.015060425\n0.429514408 0.048798591 -0.901740611 285.131652832 -0.032845873 0.998722434 0.038401805 -10.269790649 0.902462482 0.013124323 0.430568516 157.323501587\n0.428763330 0.048858386 -0.902094781 284.440734863 -0.036792282 0.998652458 0.036600776 -10.244802475 0.902667403 0.017497050 0.429983199 157.638687134\n0.429370582 0.048899159 -0.901803672 283.756744385 -0.039411493 0.998596430 0.035382856 -10.223340034 0.902268112 0.020349070 0.430695117 157.957397461\n0.430495918 0.048482988 -0.901289523 283.055175781 -0.039941169 0.998601437 0.034640003 -10.198968887 0.901708424 0.021086169 0.431830287 158.288116455\n0.432523966 0.048357967 -0.900324762 282.322998047 -0.041269347 0.998575866 0.033809043 -10.178153992 0.900677502 0.022532590 0.433903694 158.631866455\n0.434965193 0.049010128 -0.899112582 281.605163574 -0.045284837 0.998444736 0.032517150 -10.157389641 0.899307907 0.026572334 0.436508119 158.971237183\n0.438247681 0.048540983 -0.897542655 280.867126465 -0.049059611 0.998344064 0.030037947 -10.138200760 0.897514462 0.030869026 0.439903378 159.315155029\n0.440829337 0.046545789 -0.896383286 280.123626709 -0.054233022 0.998211205 0.025162250 -10.115657806 0.895951033 0.037521318 0.442565084 159.676086426\n0.444299579 0.045515105 -0.894721448 279.366210938 -0.056233987 0.998156071 0.022852296 -10.095615387 0.894111753 0.040160481 0.446039796 160.047149658\n0.447921872 0.045766398 -0.892900527 278.599700928 -0.055905994 0.998168409 0.023116857 -10.082425117 0.892323077 0.039563946 0.449660063 160.425872803\n0.451614141 0.048081879 -0.890916884 277.809600830 -0.057077199 0.998058438 0.024931230 -10.063752174 0.890385866 0.039591745 0.453481674 160.825607300\n0.455029070 0.050353959 -0.889051735 277.013305664 -0.058167592 0.997948349 0.026750641 -10.045168877 0.888574719 0.039541680 0.457024455 161.234924316\n0.457176208 0.050220989 -0.887957156 276.219604492 -0.057708703 0.997975528 0.026731325 -10.025001526 0.887501955 0.039021924 0.459148824 161.643890381\n0.458903611 0.048301723 -0.887172163 275.400665283 -0.054905180 0.998154461 0.025943546 -10.012939453 0.886788011 0.036804754 0.460708737 162.064117432\n0.459828496 0.045810156 -0.886825383 274.577697754 -0.053038232 0.998302400 0.024067756 -9.994419098 0.886422455 0.035968609 0.461477578 162.491424561\n0.460320771 0.044550538 -0.886634171 273.741210938 -0.051838666 0.998384714 0.023252163 -9.977460861 0.886237919 0.035258472 0.461886704 162.934020996\n0.460891306 0.047801159 -0.886168301 272.891845703 -0.052619006 0.998263478 0.026480868 -9.956407547 0.885895312 0.034424491 0.462606251 163.367675781\n0.462034702 0.053085331 -0.885271728 272.042785645 -0.052966114 0.998076856 0.032205995 -9.934350967 0.885278881 0.032009106 0.463957846 163.810897827\n0.464063168 0.056422979 -0.884003341 271.186370850 -0.052930251 0.997952342 0.035909891 -9.914972305 0.884219348 0.030126056 0.466099381 164.259475708\n0.467094600 0.052497074 -0.882647514 270.325286865 -0.052198123 0.998132110 0.031742629 -9.897275925 0.882665217 0.031245733 0.468962371 164.712005615\n0.470249653 0.045694508 -0.881349683 269.467041016 -0.052175038 0.998351395 0.023922261 -9.879098892 0.880989790 0.034735017 0.471858501 165.167510986\n0.473975539 0.041972179 -0.879537225 268.612304688 -0.053881902 0.998373926 0.018606635 -9.866744995 0.878888011 0.038572039 0.475466371 165.622589111\n0.478319108 0.043285590 -0.877118766 267.731903076 -0.055275146 0.998288035 0.019122068 -9.843841553 0.876444876 0.039336409 0.479892910 166.086181641\n0.484257340 0.047989454 -0.873608589 266.866821289 -0.054823458 0.998196840 0.024443738 -9.835042953 0.873206317 0.036057178 0.486015081 166.561172485\n0.492035151 0.052889500 -0.868967414 266.010131836 -0.055415370 0.998031437 0.029367128 -9.820692062 0.868809938 0.033704482 0.493997395 167.035644531\n0.500685334 0.054209769 -0.863930345 265.148529053 -0.056352235 0.997961283 0.029961344 -9.806819916 0.863793254 0.033683192 0.502719402 167.533996582\n0.509643376 0.051423717 -0.858847678 264.314147949 -0.055292901 0.998106360 0.026950859 -9.798933029 0.858607292 0.033752847 0.511521697 168.025878906\n0.518774033 0.048120044 -0.853556097 263.484466553 -0.052759919 0.998313606 0.024214480 -9.785221100 0.853281856 0.032471702 0.520438015 168.530364990\n0.527863920 0.046313457 -0.848065376 262.663085938 -0.049911261 0.998478055 0.023461182 -9.768515587 0.847861230 0.029943693 0.529372096 169.047546387\n0.536505759 0.046820186 -0.842596948 261.840301514 -0.048521437 0.998519421 0.024589259 -9.761725426 0.842500687 0.027691726 0.537983179 169.575683594\n0.545135498 0.046913415 -0.837034285 261.008087158 -0.045088802 0.998628616 0.026605330 -9.750892639 0.837134600 0.023237366 0.546503186 170.117355347\n0.552831054 0.044895966 -0.832083106 260.206726074 -0.038789082 0.998851597 0.028122909 -9.732609749 0.832390130 0.016728517 0.553937674 170.667678833\n0.559294581 0.046216063 -0.827679694 259.401245117 -0.036666837 0.998846710 0.030996529 -9.721443176 0.828157663 0.013012202 0.560344219 171.216674805\n0.564206243 0.043266587 -0.824499547 258.590911865 -0.031767402 0.999024093 0.030686496 -9.707453728 0.825022578 0.008878691 0.565030098 171.766540527\n0.566763759 0.036010824 -0.823093057 257.805725098 -0.021930551 0.999349713 0.028621268 -9.690164566 0.823588490 0.001829386 0.567184925 172.330352783\n0.567463994 0.031666234 -0.822789192 257.004272461 -0.015929528 0.999495387 0.027480705 -9.669023514 0.823244214 -0.002487673 0.567682087 172.886444092\n0.565964401 0.030876027 -0.823851347 256.182312012 -0.011929655 0.999500513 0.029263590 -9.652426720 0.824343383 -0.006733887 0.566050053 173.458755493\n0.562117338 0.033448417 -0.826380908 255.367828369 -0.010068337 0.999384582 0.033602238 -9.634250641 0.826996267 -0.010568121 0.562108159 174.018798828\n0.557487726 0.031474795 -0.829588354 254.543762207 -0.005857261 0.999405324 0.033981584 -9.605469704 0.830164552 -0.014085201 0.557340503 174.573516846\n0.552097082 0.028450638 -0.833294332 253.707412720 0.001500259 0.999382138 0.035115261 -9.583092690 0.833778560 -0.020637190 0.551713228 175.132644653\n0.545897901 0.029961808 -0.837315857 252.857421875 -0.001792295 0.999399841 0.034593180 -9.557454109 0.837849855 -0.017383628 0.545624018 175.676177979\n0.539172888 0.030442158 -0.841644824 252.008346558 -0.003176077 0.999412894 0.034113955 -9.532487869 0.842189193 -0.015720194 0.538953066 176.206710815\n0.531666458 0.024650158 -0.846595049 251.158004761 0.000453676 0.999567926 0.029389156 -9.517894745 0.846953750 -0.016009308 0.531425595 176.740280151\n0.524837375 0.018829899 -0.850994289 250.307876587 0.003837663 0.999692798 0.024486963 -9.498979568 0.851193905 -0.016117504 0.524603844 177.268585205\n0.518748164 0.015187023 -0.854792297 249.445816040 0.008408731 0.999703228 0.022864657 -9.477305412 0.854885876 -0.019048717 0.518466473 177.793945312\n0.511606753 0.020009400 -0.858986676 248.577011108 0.010682289 0.999503434 0.029644923 -9.466972351 0.859153330 -0.024342487 0.511138916 178.311248779\n0.504140079 0.022036571 -0.863340795 247.716766357 0.018283758 0.999177992 0.036180429 -9.447868347 0.863428414 -0.034025118 0.503322780 178.828735352\n0.497479737 0.021253251 -0.867215216 246.853439331 0.024499621 0.998956800 0.038536165 -9.425838470 0.867129564 -0.040417407 0.496440113 179.329330444\n0.491215825 0.020535722 -0.870795846 245.964981079 0.026696656 0.998897433 0.038616292 -9.400766373 0.870628715 -0.042216271 0.490126014 179.828186035\n0.484737754 0.018615356 -0.874461412 245.084167480 0.028786363 0.998892367 0.037221279 -9.371872902 0.874185741 -0.043215122 0.483664930 180.309539795\n0.477568269 0.014151252 -0.878480792 244.205459595 0.033857681 0.998831153 0.034496002 -9.353331566 0.877942145 -0.046217516 0.476530910 180.798828125\n0.471338928 0.009938863 -0.881896138 243.327682495 0.037244927 0.998820186 0.031162538 -9.330712318 0.881165385 -0.047534276 0.470412672 181.267745972\n0.465601683 0.009116064 -0.884947479 242.420333862 0.038433831 0.998795271 0.030510219 -9.310058594 0.884159446 -0.048217531 0.464690387 181.751373291\n0.460891247 0.009683498 -0.887403846 241.533203125 0.040999647 0.998640478 0.032191336 -9.286890030 0.886509061 -0.051219948 0.459867597 182.218460083\n0.456776321 0.013966612 -0.889472008 240.619781494 0.041925397 0.998427689 0.037207678 -9.265954018 0.888593137 -0.054287050 0.455472589 182.682220459\n0.452889144 0.017918713 -0.891386807 239.718719482 0.037727028 0.998517334 0.039240330 -9.240546227 0.890768349 -0.051400892 0.451541662 183.130554199\n0.450656652 0.019872745 -0.892476201 238.816482544 0.038341332 0.998398721 0.041591812 -9.215521812 0.891873658 -0.052962348 0.449173093 183.589202881\n0.449023724 0.021197159 -0.893268406 237.920928955 0.035550918 0.998503149 0.041564930 -9.184393883 0.892812371 -0.050420154 0.447598040 184.038391113\n0.449373841 0.021115979 -0.893094301 237.027313232 0.031155581 0.998741984 0.039290283 -9.163647652 0.892800450 -0.045480896 0.448150635 184.470748901\n0.449419796 0.015401492 -0.893187881 236.133728027 0.031384677 0.998961926 0.033017017 -9.145078659 0.892769158 -0.042870916 0.448469877 184.911437988\n0.449031949 0.012077460 -0.893434107 235.257736206 0.030795766 0.999105394 0.028983604 -9.119293213 0.892984867 -0.040528551 0.448258340 185.355590820\n0.449946523 0.010470108 -0.892994106 234.364028931 0.034560353 0.998978078 0.029126417 -9.103853226 0.892386496 -0.043967519 0.449124873 185.796905518\n0.451944947 0.010127317 -0.891988337 233.484069824 0.031123627 0.999147713 0.027113415 -9.094306946 0.891502738 -0.040015683 0.451244533 186.247711182\n0.454847693 0.008900722 -0.890524805 232.612762451 0.025285194 0.999417841 0.022903860 -9.081127167 0.890210271 -0.032934859 0.454357862 186.683761597\n0.457748652 0.007764898 -0.889047801 231.744384766 0.021297321 0.999579191 0.019695738 -9.067311287 0.888826609 -0.027950034 0.457390666 187.118637085\n0.460635602 0.011839395 -0.887510419 230.873718262 0.019603575 0.999531388 0.023508402 -9.057724953 0.887372851 -0.028227180 0.460187674 187.562973022\n0.462845385 0.017069481 -0.886274695 230.016326904 0.016908403 0.999462664 0.028079655 -9.042670250 0.886277795 -0.027982028 0.462308049 188.009811401\n0.464728296 0.019937405 -0.885228872 229.159118652 0.017691465 0.999337852 0.031795088 -9.030733109 0.885276616 -0.030437073 0.464067817 188.450088501\n0.464860380 0.021334691 -0.885126948 228.299484253 0.019828552 0.999208033 0.034498218 -9.015037537 0.885161996 -0.033587642 0.464069188 188.913284302\n0.463990271 0.021715026 -0.885574043 227.459594727 0.022505496 0.999087870 0.036290076 -8.993152618 0.885554314 -0.036768526 0.463078320 189.358825684\n0.463144779 0.021683140 -0.886017382 226.625106812 0.022136616 0.999105811 0.036022108 -8.975110054 0.886006176 -0.036296878 0.462250650 189.787261963\n0.462671101 0.019105539 -0.886324227 225.794235229 0.021764398 0.999221623 0.032900408 -8.959240913 0.886262894 -0.034512378 0.461895108 190.211883545\n0.461651444 0.016707247 -0.886904120 224.932922363 0.019082433 0.999404192 0.028759284 -8.945281982 0.886856198 -0.030201050 0.461057544 190.661300659\n0.460799336 0.017456179 -0.887332737 224.110900879 0.015922921 0.999482989 0.027931385 -8.925621033 0.887361526 -0.026999693 0.460283160 191.079101562\n0.459647715 0.020910246 -0.887855172 223.282897949 0.014806821 0.999403417 0.031202940 -8.906673431 0.887977898 -0.027488671 0.459063888 191.500030518\n0.458056211 0.023702348 -0.888607204 222.479064941 0.019162243 0.999148846 0.036528580 -8.895898819 0.888716698 -0.033759847 0.457212150 191.919815063\n0.456927657 0.024774587 -0.889158785 221.656250000 0.023901133 0.998909175 0.040115047 -8.877531052 0.889182687 -0.039581574 0.455837071 192.348876953\n0.455243826 0.027239196 -0.889950097 220.871734619 0.020847768 0.998931766 0.041239303 -8.860460281 0.890122712 -0.037327413 0.454189658 192.749298096\n0.453962624 0.021946754 -0.890750408 220.091201782 0.019485865 0.999212980 0.034549896 -8.841677666 0.890807629 -0.033041403 0.453177691 193.140289307\n0.452433050 0.011386997 -0.891725719 219.311874390 0.022643687 0.999449432 0.024251269 -8.830552101 0.891510904 -0.031164031 0.451926112 193.532257080\n0.451058388 0.007519047 -0.892462790 218.556503296 0.026682526 0.999403894 0.021905612 -8.819179535 0.892095506 -0.033693872 0.450588882 193.915313721\n0.449640155 0.014070180 -0.893098950 217.805252075 0.024065243 0.999322116 0.027859559 -8.800463676 0.892885566 -0.034019422 0.448996723 194.287414551\n0.447645426 0.023631103 -0.893898845 217.058471680 0.024274927 0.998961210 0.038564894 -8.796475410 0.893881619 -0.038962729 0.446606755 194.662811279\n0.445439041 0.025833881 -0.894939482 216.335601807 0.024550466 0.998855293 0.041053109 -8.782150269 0.894975603 -0.040257838 0.444294930 195.021148682\n0.443531334 0.021619732 -0.895998061 215.642959595 0.024305375 0.999051213 0.036137816 -8.766992569 0.895929277 -0.037805822 0.442585051 195.360687256\n0.442154884 0.018143427 -0.896755159 214.962661743 0.021638483 0.999288619 0.030887004 -8.753414154 0.896677673 -0.033061262 0.441447794 195.692840576\n0.441447198 0.018298334 -0.897100687 214.295043945 0.017718567 0.999419332 0.029104341 -8.737421036 0.897112310 -0.028743370 0.440866649 196.012573242\n0.440171003 0.020812167 -0.897672772 213.630172729 0.017260721 0.999350488 0.031633265 -8.728605270 0.897748053 -0.029418526 0.439525902 196.333526611\n0.438906789 0.023085967 -0.898235977 212.984466553 0.015889760 0.999314129 0.033448067 -8.716965675 0.898392081 -0.028953338 0.438238919 196.647583008\n0.437747896 0.027726144 -0.898670197 212.355163574 0.011316837 0.999275327 0.036342558 -8.700531960 0.899026573 -0.026078982 0.437116921 196.947204590\n0.436618149 0.032434501 -0.899062037 211.740646362 0.009339876 0.999132633 0.040580433 -8.680131912 0.899598420 -0.026115283 0.435936511 197.240966797\n0.435642302 0.033765346 -0.899486363 211.153564453 0.011985956 0.998989940 0.043305643 -8.666735649 0.900040090 -0.029646974 0.434797585 197.530654907\n0.434651494 0.030970683 -0.900066018 210.589706421 0.015547393 0.999001563 0.041882988 -8.664794922 0.900464475 -0.032198183 0.433736026 197.811599731\n0.435345411 0.026445499 -0.899874985 210.050689697 0.015118172 0.999212742 0.036678769 -8.648379326 0.900136590 -0.029572399 0.434602857 198.074279785\n0.436633587 0.023893448 -0.899322093 209.522750854 0.013109240 0.999372125 0.032916326 -8.631574631 0.899543941 -0.026161803 0.436046243 198.324157715\n0.437910914 0.024554541 -0.898683012 209.019485474 0.011916591 0.999380589 0.033112608 -8.616089821 0.898939371 -0.025209611 0.437347054 198.565185547\n0.441082656 0.025514791 -0.897103846 208.533309937 0.013542208 0.999292791 0.035079535 -8.607955933 0.897364378 -0.027621740 0.440425158 198.809310913\n0.445261359 0.027825814 -0.894968212 208.072143555 0.013446700 0.999196470 0.037756372 -8.606121063 0.895299733 -0.028845821 0.444529414 199.042892456\n0.450069368 0.028248373 -0.892546713 207.625839233 0.012912066 0.999189198 0.038134471 -8.603738785 0.892900288 -0.028687779 0.449339747 199.262603760\n0.454761505 0.025738599 -0.890241325 207.235702515 0.014912940 0.999222100 0.036507417 -8.591602325 0.890488505 -0.029878285 0.454023898 199.478698730\n0.461431682 0.024321934 -0.886842310 206.846664429 0.015737487 0.999242425 0.035592899 -8.592204094 0.887036145 -0.030380361 0.460699379 199.677078247\n0.468422174 0.025578683 -0.883134544 206.487976074 0.015821451 0.999177694 0.037331544 -8.572803497 0.883363187 -0.031459391 0.467632294 199.890243530\n0.475550473 0.030563226 -0.879157364 206.141143799 0.014310686 0.998995245 0.042470179 -8.563002586 0.879572034 -0.032778058 0.474635243 200.068664551\n0.483890116 0.035292402 -0.874416888 205.826522827 0.012969377 0.998787522 0.047489215 -8.551113129 0.875032723 -0.034320209 0.482845724 200.247283936\n0.492571890 0.037492514 -0.869463742 205.548004150 0.011492093 0.998704255 0.049576089 -8.545446396 0.870195866 -0.034411747 0.491502762 200.411865234\n0.501328886 0.038117353 -0.864416838 205.292633057 0.009385201 0.998730838 0.049483128 -8.541072845 0.865205944 -0.032920048 0.500334859 200.571578979\n0.510809362 0.037701238 -0.858866930 205.060836792 0.008233588 0.998777568 0.048739735 -8.534996033 0.859654605 -0.031968273 0.509874523 200.720367432\n0.519730449 0.036580868 -0.853546858 204.856567383 0.008450877 0.998813868 0.047952451 -8.531787872 0.854288578 -0.032135569 0.518804848 200.853424072\n0.528092504 0.033450089 -0.848527789 204.659393311 0.009856503 0.998915136 0.045512885 -8.530035019 0.849129677 -0.032398533 0.527189851 200.992675781\n0.536230385 0.030313142 -0.843527198 204.464859009 0.009499568 0.999074876 0.041941810 -8.527443886 0.844018221 -0.030503619 0.535446346 201.128295898\n0.544406474 0.028821519 -0.838326275 204.273986816 0.006677633 0.999228954 0.038689766 -8.520212173 0.838795006 -0.026660996 0.543794274 201.258560181\n0.552876711 0.027759023 -0.832800567 204.072174072 0.004012499 0.999344647 0.035974097 -8.514694214 0.833253443 -0.023230853 0.552402973 201.390686035\n0.560793161 0.026359377 -0.827536285 203.877044678 0.002323363 0.999439061 0.033409435 -8.508302689 0.827952743 -0.020658450 0.560417354 201.531326294\n0.568404257 0.022742609 -0.822435141 203.684906006 0.003512873 0.999541700 0.030067928 -8.500387192 0.822741985 -0.019979849 0.568063855 201.678268433\n0.575752616 0.020358229 -0.817370534 203.492034912 0.004801484 0.999588549 0.028278878 -8.499693871 0.817609906 -0.020206230 0.575417936 201.829437256\n0.583178103 0.019764571 -0.812103927 203.302795410 0.003343127 0.999637127 0.026729388 -8.492486954 0.812337518 -0.018302960 0.582900405 201.974700928\n0.590614498 0.021775262 -0.806660056 203.102951050 -0.001828311 0.999669373 0.025646787 -8.485592842 0.806951821 -0.013672540 0.590459049 202.114929199\n0.597105801 0.025879862 -0.801744938 202.906982422 -0.007631378 0.999617457 0.026583545 -8.488368034 0.802126229 -0.009754770 0.597074866 202.261795044\n0.603043079 0.028411500 -0.797202587 202.716888428 -0.011351950 0.999570012 0.027036503 -8.478347778 0.797627926 -0.007254372 0.603106260 202.413833618\n0.609617472 0.023335585 -0.792352200 202.516937256 -0.009716367 0.999711454 0.021966983 -8.474946976 0.792636216 -0.005692673 0.609668374 202.575607300\n0.616024137 0.014001447 -0.787602842 202.306900024 -0.006401472 0.999898016 0.012768564 -8.474511147 0.787701249 -0.002823927 0.616050959 202.752578735\n0.621947944 0.006666692 -0.783030212 202.068664551 -0.003813045 0.999977708 0.005485136 -8.470142365 0.783049285 -0.000425740 0.621959448 202.945892334\n0.627059996 0.004911064 -0.778955519 201.812744141 -0.004903669 0.999985218 0.002357126 -8.472563744 0.778955519 0.002341681 0.627074838 203.154434204\n0.630796850 0.007951705 -0.775907278 201.520446777 -0.007826739 0.999961853 0.003884896 -8.470406532 0.775908530 0.003622243 0.630835056 203.390411377\n0.632401824 0.010162248 -0.774573922 201.208007812 -0.009062446 0.999942601 0.005719994 -8.467607498 0.774587572 0.003402199 0.632457554 203.648040771\n0.631899178 0.012467654 -0.774950325 200.870849609 -0.013603550 0.999894977 0.004994220 -8.461158752 0.774931252 0.007386232 0.632002473 203.915588379\n0.629766822 0.013556037 -0.776665986 200.518478394 -0.018064955 0.999832869 0.002803087 -8.454487801 0.776574194 0.012265144 0.629906476 204.179428101\n0.626205444 0.015007360 -0.779513717 200.146469116 -0.018666632 0.999816716 0.004253243 -8.444812775 0.779434681 0.011887490 0.626370788 204.468338013\n0.622457623 0.014742123 -0.782514691 199.741424561 -0.014036908 0.999872029 0.007671238 -8.445795059 0.782527626 0.006209064 0.622584939 204.784271240\n0.617268920 0.016898938 -0.786570787 199.326599121 -0.011789581 0.999855697 0.012229233 -8.446306229 0.786663949 0.001724613 0.617379069 205.108078003\n0.610818207 0.021240467 -0.791485965 198.885345459 -0.011007338 0.999771297 0.018335294 -8.436294556 0.791694403 -0.002487380 0.610912323 205.436431885\n0.602909267 0.029045191 -0.797280908 198.431915283 -0.013120951 0.999562919 0.026492236 -8.424606323 0.797701895 -0.005511332 0.603026867 205.765808105\n0.594405055 0.034766350 -0.803414047 197.953430176 -0.015146670 0.999371827 0.032039840 -8.410039902 0.804023206 -0.006875598 0.594558239 206.095611572\n0.584856153 0.036691558 -0.810306787 197.461517334 -0.013075924 0.999273062 0.035810329 -8.397285461 0.811031640 -0.010348384 0.584910750 206.455902100\n0.575792432 0.035556663 -0.816822410 196.965652466 -0.006051201 0.999211848 0.039230566 -8.382872581 0.817573547 -0.017645909 0.575553775 206.808135986\n0.566684246 0.030989267 -0.823352218 196.446899414 -0.001427580 0.999327898 0.036630079 -8.362174988 0.823933959 -0.019582288 0.566347599 207.160247803\n0.557060301 0.024796790 -0.830101848 195.916107178 0.002204636 0.999506474 0.031336721 -8.341996193 0.830469191 -0.019286517 0.556730747 207.511993408\n0.546191692 0.021594638 -0.837381840 195.357101440 0.003655380 0.999596655 0.028162142 -8.317771912 0.837652266 -0.018442877 0.545892417 207.878143311\n0.535460114 0.016506486 -0.844399214 194.790039062 0.008684797 0.999648511 0.025048634 -8.301622391 0.844515920 -0.020745981 0.535128593 208.235443115\n0.524912834 0.011275251 -0.851081312 194.208999634 0.014147264 0.999658525 0.021969091 -8.284152031 0.851038396 -0.023572329 0.524574101 208.595642090\n0.515203834 0.008123506 -0.857029200 193.606887817 0.022392651 0.999486148 0.022935173 -8.272287369 0.856775105 -0.031007444 0.514757156 208.964141846\n0.505934596 0.005986218 -0.862551093 192.996170044 0.027633805 0.999350131 0.023144398 -8.260597229 0.862129152 -0.035545118 0.505440354 209.325790405\n0.497362375 0.006510566 -0.867518544 192.364013672 0.029554404 0.999264240 0.024443313 -8.247014999 0.867039382 -0.037796177 0.496803999 209.691101074\n0.490095675 0.009431218 -0.871617615 191.700424194 0.030485960 0.999144256 0.027952837 -8.230699539 0.871135354 -0.040271666 0.489388704 210.059555054\n0.484547555 0.012400579 -0.874676943 191.042800903 0.036947038 0.998717129 0.034626801 -8.209545135 0.873984277 -0.049095057 0.483467817 210.425964355\n0.479997993 0.015638888 -0.877130210 190.371398926 0.042475544 0.998254120 0.041042667 -8.192049980 0.876240730 -0.056956980 0.478495717 210.809570312\n0.477069855 0.017544363 -0.878690243 189.687698364 0.042903069 0.998143852 0.043222923 -8.171027184 0.877817571 -0.058318861 0.475431621 211.182968140\n0.475239098 0.015180043 -0.879725695 189.000259399 0.042983174 0.998256803 0.040445402 -8.144873619 0.878806114 -0.057034638 0.473758161 211.552307129\n0.473654807 0.010253666 -0.880650878 188.307083130 0.044416957 0.998381615 0.035513934 -8.114910126 0.879589796 -0.055937178 0.472432792 211.930648804\n0.472490728 0.011049054 -0.881266415 187.590682983 0.042853404 0.998450696 0.035494115 -8.090874672 0.880293190 -0.054535907 0.471285224 212.313049316\n0.472160220 0.014378028 -0.881395578 186.872421265 0.040254630 0.998472214 0.037852138 -8.067049980 0.880593240 -0.053352524 0.470860124 212.689453125\n0.471602201 0.017682301 -0.881634116 186.146545410 0.036554351 0.998547494 0.039580744 -8.046369553 0.881053448 -0.050893929 0.470270813 213.065933228\n0.470516443 0.017632188 -0.882215142 185.410980225 0.031498149 0.998827517 0.036761913 -8.022167206 0.881828964 -0.045085225 0.469409406 213.456375122\n0.470314741 0.014810551 -0.882374465 184.676605225 0.029018290 0.999058962 0.032236136 -7.999408245 0.882021546 -0.040766127 0.469442368 213.838638306\n0.469802737 0.010512206 -0.882708788 183.926712036 0.027344465 0.999275982 0.026453909 -7.977138042 0.882347822 -0.036565319 0.469175160 214.232849121\n0.469646811 0.009515354 -0.882803202 183.174804688 0.026980011 0.999320209 0.025124473 -7.960181236 0.882442117 -0.035617668 0.469070852 214.632385254\n0.469896078 0.011165702 -0.882651210 182.403549194 0.027668245 0.999242365 0.027370321 -7.943654537 0.882288158 -0.037282616 0.469231129 215.042419434\n0.469766200 0.014914269 -0.882664919 181.631134033 0.029917588 0.999013960 0.032802753 -7.923988342 0.882283807 -0.041816831 0.468856812 215.463424683\n0.470301688 0.019554498 -0.882289052 180.857421875 0.031395793 0.998750865 0.038871121 -7.904119968 0.881947100 -0.045981318 0.469100296 215.874603271\n0.470443547 0.023180055 -0.882125616 180.060867310 0.031266924 0.998589337 0.042915292 -7.878826141 0.881875992 -0.047770575 0.469055176 216.298843384\n0.470963299 0.024499688 -0.881812513 179.274108887 0.027084008 0.998741448 0.042213537 -7.853907108 0.881736934 -0.043764044 0.469707012 216.713882446\n0.471789122 0.024255615 -0.881377757 178.486175537 0.022411864 0.998968661 0.039488491 -7.824591637 0.881426573 -0.038383558 0.470758975 217.134078979\n0.472491086 0.020926313 -0.881086946 177.699188232 0.022556422 0.999103487 0.035825364 -7.800591946 0.881046772 -0.036801334 0.471595466 217.544555664\n0.472564578 0.020649165 -0.881054163 176.915756226 0.022852335 0.999102175 0.035672989 -7.777794838 0.880999804 -0.036991935 0.471668422 217.970077515\n0.472150445 0.021282827 -0.881260991 176.137557983 0.022804575 0.999079049 0.036346119 -7.759345531 0.881222904 -0.037257619 0.471230268 218.382980347\n0.471881211 0.022612356 -0.881372154 175.346984863 0.024339776 0.998955905 0.038660441 -7.740978718 0.881326139 -0.039695539 0.470838189 218.809280396\n0.471432924 0.022065029 -0.881625891 174.567108154 0.024853736 0.998957455 0.038291637 -7.715001583 0.881551683 -0.039963633 0.470393062 219.227005005\n0.471348882 0.024761017 -0.881599307 173.789016724 0.022059202 0.998962104 0.039851334 -7.697259426 0.881671071 -0.038231261 0.470313489 219.635818481\n0.471129000 0.025656195 -0.881691217 173.003158569 0.023781968 0.998844028 0.041773036 -7.671327591 0.881743729 -0.040648840 0.469974220 220.062377930\n0.471608341 0.024020502 -0.881480992 172.232208252 0.028202550 0.998706639 0.042303804 -7.648883343 0.881357074 -0.044810839 0.470320940 220.474594116\n0.470726788 0.020114103 -0.882049799 171.472244263 0.028698770 0.998861969 0.038093649 -7.634728909 0.881812215 -0.043245442 0.469613850 220.883056641\n0.469611406 0.011802795 -0.882794321 170.701522827 0.029021285 0.999163926 0.028796805 -7.611515999 0.882396102 -0.039143138 0.468876243 221.297576904\n0.467699647 0.006811278 -0.883861303 169.944351196 0.031896431 0.999188960 0.024578186 -7.589634418 0.883311868 -0.039687224 0.467103064 221.707733154\n0.465964198 0.008630278 -0.884761512 169.188507080 0.036329933 0.998922527 0.028877193 -7.577225208 0.884057462 -0.045599062 0.465148628 222.119873047\n0.466292083 0.014782217 -0.884507298 168.411941528 0.034318294 0.998805463 0.034784235 -7.564667225 0.883964896 -0.046574395 0.465227783 222.513504028\n0.465714335 0.016925383 -0.884773314 167.669692993 0.030381113 0.998921871 0.035100583 -7.551678181 0.884413540 -0.043227244 0.464698017 222.895172119\n0.465308011 0.013527316 -0.885045528 166.945953369 0.031866174 0.998979032 0.032022186 -7.535511494 0.884575129 -0.043103192 0.464401841 223.267776489\n0.464161396 0.010533498 -0.885688007 166.239791870 0.036527332 0.998851001 0.031022180 -7.519626141 0.884997129 -0.046751119 0.463243306 223.641891479\n0.462966204 0.012721954 -0.886284709 165.542282104 0.036414757 0.998779833 0.033358626 -7.511399746 0.885627687 -0.047717758 0.461938083 224.009933472\n0.461516738 0.015254519 -0.887000442 164.867095947 0.036669713 0.998669565 0.036254682 -7.500830650 0.886373401 -0.049258191 0.460343361 224.360519409\n0.459005594 0.013221709 -0.888335049 164.201858521 0.039528202 0.998595178 0.035287142 -7.484668732 0.887553632 -0.051311281 0.457838118 224.708663940\n0.455332100 0.013028939 -0.890226424 163.570083618 0.040096119 0.998578310 0.035123054 -7.472735882 0.889418423 -0.051687274 0.454162359 225.032546997\n0.451608241 0.015724828 -0.892077744 162.934539795 0.037066303 0.998650849 0.036367971 -7.460107803 0.891446054 -0.049490098 0.450416088 225.339324951\n0.445526183 0.016513878 -0.895116627 162.330459595 0.036007363 0.998690367 0.036346640 -7.446357250 0.894544542 -0.048424169 0.444348097 225.636718750\n0.438153863 0.020750074 -0.898660421 161.737899780 0.033022150 0.998687148 0.039160084 -7.438553333 0.898293197 -0.046833843 0.436893463 225.922225952\n0.430119514 0.022749245 -0.902485371 161.151809692 0.031176671 0.998711824 0.040033493 -7.427351475 0.902233541 -0.045355674 0.428856194 226.189804077\n0.420519412 0.021052601 -0.907039285 160.599060059 0.029082293 0.998904228 0.036667880 -7.416837215 0.906817377 -0.041798338 0.419446409 226.437744141\n0.408860087 0.014618063 -0.912479997 160.054901123 0.031665217 0.999042392 0.030193219 -7.411639690 0.912047565 -0.041238677 0.408005714 226.676330566\n0.393609285 0.006780558 -0.919252813 159.513168335 0.036814224 0.999054372 0.023132443 -7.405491829 0.918540359 -0.042946722 0.392987430 226.912078857\n0.373237908 0.002688200 -0.927731872 158.959762573 0.039758056 0.999030769 0.018889956 -7.393827438 0.926883459 -0.043935262 0.372769237 227.133331299\n0.347990990 0.004146532 -0.937488735 158.404876709 0.038717456 0.999073505 0.018790646 -7.380538940 0.936698079 -0.042836152 0.347508073 227.320159912\n0.318785846 0.010695822 -0.947766423 157.827575684 0.035302367 0.999108553 0.023149358 -7.373698235 0.947169125 -0.040838089 0.318124056 227.502044678\n0.287038326 0.016722297 -0.957773149 157.266448975 0.032281242 0.999110878 0.027118511 -7.372240067 0.957375050 -0.038702156 0.286243260 227.653228760\n0.253843427 0.021692639 -0.967002094 156.696487427 0.029437082 0.999112129 0.030140359 -7.365074635 0.966797352 -0.036116652 0.252979517 227.777374268\n0.219343543 0.026222851 -0.975295186 156.158813477 0.025231246 0.999151945 0.032538787 -7.354893208 0.975321352 -0.031745084 0.218495846 227.862213135\n0.183561146 0.029011922 -0.982580185 155.599563599 0.022971274 0.999164820 0.033792999 -7.339336395 0.982739925 -0.028774202 0.182741404 227.942810059\n0.148539722 0.030855116 -0.988424957 155.037612915 0.020373628 0.999205470 0.034253377 -7.325369358 0.988696516 -0.025225788 0.147793055 228.003601074\n0.113911927 0.032575961 -0.992956638 154.489105225 0.019350622 0.999199927 0.035000686 -7.319385529 0.993302405 -0.023201322 0.113190413 228.036499023\n0.078715086 0.034231585 -0.996309459 153.923049927 0.016550884 0.999227643 0.035639487 -7.307947636 0.996759951 -0.019295171 0.078087687 228.055725098\n0.044321477 0.032945249 -0.998474002 153.351928711 0.011267861 0.999376059 0.033475187 -7.289932251 0.998953879 -0.012734337 0.043922603 228.046966553\n0.012408972 0.032426253 -0.999397159 152.767959595 0.004319653 0.999462962 0.032482024 -7.267292023 0.999913752 -0.004720119 0.012262225 228.019104004\n-0.014608860 0.034643963 -0.999292970 152.191589355 -0.000352500 0.999399364 0.034652807 -7.254590988 0.999893248 0.000858488 -0.014587879 227.986480713\n-0.037076354 0.039503608 -0.998531520 151.584686279 0.000029548 0.999218404 0.039529692 -7.237843037 0.999312639 0.001436106 -0.037048578 227.951797485\n-0.055196643 0.046768054 -0.997379601 150.974456787 -0.001626039 0.998896897 0.046929188 -7.220786095 0.998474181 0.004212114 -0.055059671 227.904754639\n-0.068555713 0.052971393 -0.996240020 150.357879639 -0.004032668 0.998566508 0.053372603 -7.194892406 0.997639120 0.007676501 -0.068243742 227.840301514\n-0.080098033 0.054048385 -0.995320618 149.725036621 -0.009583093 0.998440981 0.054989025 -7.168385506 0.996740937 0.013942761 -0.079455256 227.766433716\n-0.089335084 0.054939106 -0.994485378 149.086898804 -0.013884932 0.998311818 0.056397785 -7.140489101 0.995904982 0.018846650 -0.088421464 227.692565918\n-0.094185114 0.055665575 -0.993997276 148.428543091 -0.012771890 0.998285830 0.057115931 -7.110768318 0.995472789 0.018074689 -0.093312740 227.628341675\n-0.096591949 0.054877806 -0.993810117 147.735168457 -0.009382603 0.998384297 0.056042325 -7.065897465 0.995279908 0.014737760 -0.095920920 227.560791016\n-0.098408222 0.055123761 -0.993618309 147.041931152 -0.003895148 0.998435676 0.055776794 -7.034776688 0.995138586 0.009359175 -0.098039508 227.492996216\n-0.099879742 0.052699070 -0.993603110 146.334472656 -0.001867760 0.998584747 0.053151049 -6.998754025 0.994997919 0.007164517 -0.099639893 227.425918579\n-0.099785328 0.048354287 -0.993833482 145.605285645 0.001989271 0.998826146 0.048397478 -6.970784664 0.995007157 0.002852348 -0.099764466 227.348709106\n-0.100176454 0.044382360 -0.993979275 144.858032227 0.007457096 0.999010026 0.043855440 -6.947270393 0.994941711 -0.003018918 -0.100408196 227.284194946\n-0.099786043 0.041874211 -0.994127452 144.096817017 0.009856000 0.999106646 0.041094646 -6.906688213 0.994960129 -0.005697447 -0.100109577 227.212738037\n-0.099425435 0.044619966 -0.994044125 143.323348999 0.009943671 0.998988748 0.043847341 -6.877408028 0.994995356 -0.005524904 -0.099768639 227.137359619\n-0.097899199 0.049689967 -0.993955076 142.502090454 0.010543620 0.998748481 0.048891108 -6.834945679 0.995140553 -0.005693485 -0.098300576 227.054779053\n-0.096255541 0.052619595 -0.993964851 141.691833496 0.011224781 0.998595536 0.051777732 -6.800267220 0.995293438 -0.006173143 -0.096711040 226.980117798\n-0.093348742 0.048314013 -0.994460642 140.881134033 0.009248187 0.998820901 0.047657736 -6.768585682 0.995590627 -0.004748174 -0.093685508 226.894622803\n-0.089359999 0.039425265 -0.995218813 140.032821655 0.007084866 0.999216139 0.038947474 -6.730494499 0.995974243 -0.003570644 -0.089569330 226.807952881\n-0.085263848 0.033438556 -0.995797157 139.181716919 0.010301514 0.999412835 0.032677915 -6.690391064 0.996305227 -0.007471975 -0.085558295 226.735809326\n-0.080464482 0.034544967 -0.996158719 138.314987183 0.016375389 0.999310195 0.033331536 -6.663396358 0.996622980 -0.013630481 -0.080974698 226.665893555\n-0.075912595 0.037322607 -0.996415734 137.412628174 0.021344084 0.999131083 0.035798203 -6.636499405 0.996886015 -0.018550050 -0.076643229 226.605163574\n-0.071401358 0.040321946 -0.996632278 136.510375977 0.022031154 0.999002576 0.038839471 -6.607093334 0.997204304 -0.019183770 -0.072218537 226.539779663\n-0.066667318 0.042438164 -0.996872425 135.589355469 0.024157263 0.998870850 0.040907692 -6.570841312 0.997482836 -0.021354506 -0.067617178 226.475891113\n-0.063539147 0.047016289 -0.996871233 134.630508423 0.026384925 0.998619616 0.045417015 -6.546111107 0.997630537 -0.023416620 -0.064691901 226.423461914\n-0.060480952 0.048276570 -0.997001231 133.675506592 0.025119860 0.998587012 0.046829514 -6.505536079 0.997853220 -0.022212237 -0.061608195 226.363708496\n-0.057797432 0.044788722 -0.997323334 132.717575073 0.031976882 0.998563588 0.042991295 -6.469673634 0.997816265 -0.029406507 -0.059146643 226.315536499\n-0.055949807 0.040095530 -0.997628093 131.750640869 0.040737174 0.998452961 0.037844021 -6.434012413 0.997602105 -0.038523186 -0.057496667 226.267547607\n-0.055584669 0.031763636 -0.997948706 130.771972656 0.039820716 0.998769164 0.029571783 -6.402091980 0.997659683 -0.038095295 -0.056781173 226.208618164\n-0.055485487 0.026328286 -0.998112381 129.775390625 0.043563638 0.998764157 0.023923760 -6.381647110 0.997508764 -0.042153981 -0.056563973 226.156463623\n-0.055658698 0.025184337 -0.998132288 128.745437622 0.046325665 0.998670399 0.022614673 -6.358793259 0.997374713 -0.044980440 -0.056751370 226.108551025\n-0.055164337 0.032495659 -0.997948408 127.736404419 0.039896090 0.998743832 0.030316200 -6.339027405 0.997680008 -0.038141865 -0.056391478 226.039230347\n-0.055390954 0.044508837 -0.997472346 126.681106567 0.037035190 0.998410046 0.042494081 -6.310057640 0.997777760 -0.034587789 -0.056951284 225.974792480\n-0.056760192 0.054181967 -0.996916711 125.638046265 0.034866165 0.998024821 0.052257072 -6.275218964 0.997779012 -0.031792548 -0.058537245 225.902404785\n-0.058984041 0.053665437 -0.996815443 124.610427856 0.035521962 0.998034358 0.051629141 -6.232126236 0.997626781 -0.032363545 -0.060774446 225.836059570\n-0.062160254 0.044186749 -0.997087538 123.589553833 0.039736576 0.998336971 0.041764863 -6.201506615 0.997274816 -0.037024733 -0.063812733 225.778869629\n-0.064735413 0.034890421 -0.997292459 122.571517944 0.040818229 0.998644769 0.032288186 -6.168612480 0.997067451 -0.038617522 -0.066071868 225.709014893\n-0.067559004 0.031749312 -0.997209966 121.547775269 0.042487081 0.998678446 0.028917653 -6.150205612 0.996810198 -0.040414896 -0.068818569 225.642547607\n-0.070480585 0.033520654 -0.996949852 120.520187378 0.042957664 0.998610020 0.030539531 -6.126708031 0.996587813 -0.040674191 -0.071822643 225.567947388\n-0.073060870 0.037840206 -0.996609449 119.488128662 0.040649306 0.998562574 0.034934390 -6.107059479 0.996498823 -0.037959144 -0.074494004 225.488830566\n-0.074179292 0.045088321 -0.996225119 118.467102051 0.041109145 0.998266459 0.042119712 -6.079199791 0.996397257 -0.037829556 -0.075904250 225.405746460\n-0.075523376 0.052884124 -0.995740771 117.422409058 0.039648630 0.997962177 0.049994908 -6.040754318 0.996355593 -0.035703972 -0.077466249 225.325408936\n-0.077142358 0.053006642 -0.995610058 116.395889282 0.037260748 0.998041391 0.050249036 -6.003918648 0.996323645 -0.033220850 -0.078966260 225.245208740\n-0.078163147 0.046473097 -0.995856822 115.390960693 0.035321902 0.998414814 0.043820117 -5.977807999 0.996314704 -0.031750441 -0.079680800 225.163970947\n-0.078884840 0.039223686 -0.996111810 114.380355835 0.037135176 0.998647749 0.036382709 -5.939216614 0.996191859 -0.034120746 -0.080234766 225.077758789\n-0.079212546 0.038276356 -0.996122718 113.373184204 0.037078943 0.998684227 0.035426237 -5.912883759 0.996168017 -0.034128971 -0.080527544 224.991088867\n-0.078452229 0.042830840 -0.995997608 112.361846924 0.039380871 0.998430014 0.039833523 -5.889982224 0.996139944 -0.036098223 -0.080015779 224.911499023\n-0.078699589 0.050062284 -0.995640755 111.338989258 0.039525941 0.998109639 0.047062140 -5.862412453 0.996114671 -0.035649866 -0.080529571 224.833831787\n-0.078817368 0.051757779 -0.995544732 110.339279175 0.040478352 0.997993827 0.048680447 -5.832704544 0.996067166 -0.036461148 -0.080754399 224.760742188\n-0.077671885 0.048805572 -0.995783806 109.342147827 0.040500849 0.998131037 0.045761529 -5.800422668 0.996156096 -0.036775708 -0.079503417 224.682266235\n-0.076097369 0.043325018 -0.996158719 108.357284546 0.040746685 0.998356164 0.040307920 -5.768181801 0.996267498 -0.037522838 -0.077737689 224.603027344\n-0.074651480 0.039741393 -0.996417642 107.379699707 0.042897832 0.998408616 0.036606915 -5.747820854 0.996286690 -0.040011395 -0.076237440 224.523559570\n-0.074124455 0.032072708 -0.996733129 106.399444580 0.046154156 0.998522043 0.028697904 -5.728961945 0.996180356 -0.043876156 -0.075495124 224.459747314\n-0.073375463 0.030933479 -0.996824563 105.421234131 0.046957999 0.998517454 0.027529474 -5.709447861 0.996198297 -0.044788897 -0.074719310 224.390319824\n-0.072202325 0.036460955 -0.996723354 104.435775757 0.050772544 0.998170316 0.032835938 -5.690036774 0.996096909 -0.048235353 -0.073921442 224.321990967\n-0.071017623 0.043857768 -0.996510386 103.457214355 0.054538257 0.997709215 0.040023785 -5.667798042 0.995982945 -0.051505547 -0.073246837 224.257141113\n-0.069459915 0.044149291 -0.996607304 102.492370605 0.053249363 0.997760057 0.040489074 -5.645523071 0.996162534 -0.050256338 -0.071655273 224.182678223\n-0.068259597 0.042669259 -0.996754766 101.519790649 0.053035602 0.997827530 0.039083205 -5.613140106 0.996256948 -0.050195679 -0.070374370 224.104309082\n-0.068783879 0.041618012 -0.996763170 100.560195923 0.058984689 0.997551262 0.037580553 -5.590655327 0.995886385 -0.056208827 -0.071070313 224.052124023\n-0.069388628 0.039807819 -0.996795297 99.607192993 0.061389253 0.997480214 0.035561770 -5.565375328 0.995699167 -0.058724932 -0.071657538 223.989501953\n-0.069689393 0.038545273 -0.996823847 98.651046753 0.061895266 0.997494996 0.034244042 -5.545364380 0.995646775 -0.059312232 -0.071900606 223.917938232\n-0.070713758 0.042476583 -0.996591926 97.689483643 0.065786116 0.997116327 0.037831053 -5.524019241 0.995325029 -0.062886737 -0.073304176 223.851837158\n-0.072617173 0.048361730 -0.996186733 96.736648560 0.068609379 0.996699810 0.043385353 -5.496012688 0.994997263 -0.065197237 -0.075695634 223.787902832\n-0.075003147 0.049417775 -0.995958090 95.787002563 0.067712158 0.996718407 0.044356264 -5.472274780 0.994881749 -0.064111605 -0.078103304 223.722137451\n-0.077491641 0.048651192 -0.995805383 94.859786987 0.067924574 0.996745586 0.043411382 -5.447638512 0.994676590 -0.064275630 -0.080544114 223.636718750\n-0.080711365 0.049744900 -0.995495558 93.936462402 0.067803338 0.996714354 0.044308562 -5.415903091 0.994428813 -0.063921712 -0.083819032 223.561553955\n-0.083811283 0.053800289 -0.995028317 92.992126465 0.064608127 0.996733844 0.048450567 -5.387484550 0.994385004 -0.060226209 -0.087013483 223.477462769\n-0.087058425 0.054506138 -0.994711161 92.072235107 0.061627507 0.996884286 0.049231518 -5.360912323 0.994295359 -0.057015553 -0.090146184 223.392654419\n-0.090240359 0.052022208 -0.994560421 91.171661377 0.059632894 0.997125268 0.046745639 -5.326867104 0.994133115 -0.055090170 -0.093083143 223.307556152\n-0.093066454 0.050574780 -0.994374752 90.276123047 0.060506091 0.997150540 0.045053035 -5.300827980 0.993819892 -0.055972803 -0.095861316 223.225250244\n-0.094830990 0.048902471 -0.994291544 89.412796021 0.060347501 0.997238219 0.043291725 -5.269543648 0.993662596 -0.055897608 -0.097520232 223.134185791\n-0.095901966 0.048821598 -0.994192898 88.560317993 0.058155708 0.997365117 0.043367565 -5.248236656 0.993690610 -0.053658955 -0.098488450 223.048858643\n-0.096692443 0.047204986 -0.994194329 87.730606079 0.056251563 0.997537315 0.041892860 -5.223268509 0.993723512 -0.051874265 -0.099109650 222.964569092\n-0.096916914 0.048482113 -0.994111180 86.922317505 0.055995889 0.997496486 0.043188132 -5.203062057 0.993716240 -0.051480472 -0.099389195 222.882324219\n-0.096980691 0.050672762 -0.993995488 86.127471924 0.052891612 0.997554302 0.045693733 -5.179773331 0.993879914 -0.048142612 -0.099423766 222.808334351\n-0.095633984 0.052150521 -0.994049609 85.360565186 0.050235379 0.997606993 0.047504198 -5.165253639 0.994148195 -0.045393448 -0.098024845 222.734878540\n-0.092734098 0.052695516 -0.994295478 84.614791870 0.049056385 0.997627616 0.048296813 -5.141220093 0.994481683 -0.044297785 -0.095099092 222.659225464\n-0.088192940 0.054024324 -0.994637311 83.892013550 0.049937636 0.997512341 0.049752593 -5.116819382 0.994850874 -0.045282010 -0.090671301 222.598831177\n-0.081881523 0.055358846 -0.995103419 83.185379028 0.049085844 0.997468472 0.051451411 -5.093926430 0.995432556 -0.044632569 -0.084391594 222.540817261\n-0.073073268 0.055462658 -0.995783269 82.496856689 0.046823345 0.997542262 0.052124612 -5.066617012 0.996226907 -0.042816985 -0.075490713 222.477767944\n-0.062704206 0.054814290 -0.996525764 81.825637817 0.045234185 0.997620642 0.052028254 -5.046379089 0.997006536 -0.041814644 -0.065034509 222.444396973\n-0.049201131 0.052068472 -0.997430921 81.182205200 0.044777006 0.997751176 0.049876451 -5.021793365 0.997784793 -0.042207997 -0.051421881 222.422393799\n-0.032016754 0.049223419 -0.998274624 80.559524536 0.045480493 0.997823715 0.047742538 -4.998708725 0.998452127 -0.043873455 -0.034185886 222.406494141\n-0.011677027 0.048228037 -0.998768091 79.950851440 0.048248965 0.997699916 0.047612358 -4.980801582 0.998767078 -0.047633559 -0.013977170 222.413757324\n0.010834575 0.047817547 -0.998797357 79.355651855 0.047370907 0.997709930 0.048279352 -4.957382202 0.998818636 -0.047837023 0.008544624 222.427978516\n0.038567424 0.048167326 -0.998094499 78.733215332 0.045432158 0.997720122 0.049904808 -4.933115959 0.998222709 -0.047270283 0.036291122 222.427886963\n0.066642880 0.050617151 -0.996492147 78.149322510 0.042518228 0.997661173 0.053520042 -4.929533005 0.996870577 -0.045935813 0.064334810 222.479583740\n0.097752452 0.050891202 -0.993908882 77.551742554 0.039412182 0.997710288 0.054962110 -4.903708458 0.994430184 -0.044544801 0.095522881 222.550079346\n0.131523490 0.049213238 -0.990090728 76.971191406 0.038722776 0.997749627 0.054737858 -4.883054733 0.990556538 -0.045538381 0.129321873 222.652023315\n0.168499768 0.045173161 -0.984666109 76.394836426 0.033906147 0.998092532 0.051591273 -4.850086212 0.985118449 -0.042079348 0.166646659 222.767929077\n0.208918512 0.041654851 -0.977045536 75.821487427 0.025854897 0.998507917 0.048098341 -4.828882694 0.977591276 -0.035310045 0.207529783 222.883483887\n0.251957297 0.038594026 -0.966968596 75.252288818 0.019612927 0.998795569 0.044974748 -4.802109241 0.967539728 -0.030296803 0.250896871 223.019927979\n0.296272278 0.036668632 -0.954399407 74.710372925 0.012346383 0.999032199 0.042216118 -4.778199196 0.955023766 -0.024290845 0.295532823 223.203353882\n0.343330204 0.036921233 -0.938488781 74.175491333 0.002540413 0.999186873 0.040238533 -4.767221451 0.939211369 -0.016199253 0.342957199 223.420944214\n0.393814743 0.037431732 -0.918427348 73.695648193 -0.008850600 0.999278605 0.036931861 -4.756024361 0.919147193 -0.006415677 0.393861890 223.641265869\n0.446217656 0.037996795 -0.894117475 73.190460205 -0.008851809 0.999236763 0.038046412 -4.738974571 0.894880712 -0.009062423 0.446213424 223.914779663\n0.498415351 0.040009156 -0.866014719 72.702064514 -0.011578219 0.999152601 0.039496437 -4.718591213 0.866861105 -0.009658724 0.498456240 224.226028442\n0.551617980 0.044036251 -0.832933664 72.223854065 -0.014705095 0.998963594 0.043075483 -4.700153351 0.833967268 -0.011512840 0.551693797 224.564651489\n0.603119731 0.045452960 -0.796354592 71.766342163 -0.015146964 0.998847723 0.045538947 -4.687444687 0.797506869 -0.015403083 0.603113174 224.931610107\n0.650551438 0.043096915 -0.758238375 71.346534729 -0.014138917 0.998902857 0.044644982 -4.667148113 0.759330571 -0.018323185 0.650447011 225.331695557\n0.692570448 0.037135914 -0.720393717 70.994331360 -0.012053504 0.999130309 0.039916668 -4.657386780 0.721249521 -0.018961834 0.692415714 225.745574951\n0.732561767 0.034727599 -0.679814160 70.620246887 -0.017738603 0.999332547 0.031934902 -4.644945145 0.680469453 -0.011335338 0.732688785 226.190460205\n0.769477129 0.034052465 -0.637765944 70.262893677 -0.027563449 0.999417841 0.020106429 -4.633209705 0.638079286 0.002107592 0.769967735 226.648437500\n0.803590059 0.026849478 -0.594577312 69.935546875 -0.026014134 0.999611735 0.009980796 -4.616026402 0.594614446 0.007446945 0.803976536 227.140716553\n0.835231781 0.017481046 -0.549620152 69.637947083 -0.017126007 0.999836683 0.005774908 -4.608740330 0.549631298 0.004589412 0.835394740 227.672042847\n0.865384638 0.013367673 -0.500929832 69.331794739 -0.012548259 0.999908745 0.005005456 -4.611968994 0.500951052 0.001954153 0.865473390 228.217254639\n0.891176999 0.013552084 -0.453453302 69.075225830 -0.011577078 0.999907553 0.007131066 -4.617048264 0.453508019 -0.001105378 0.891251504 228.788543701\n0.913371861 0.014081088 -0.406882763 68.844032288 -0.012648083 0.999900699 0.006211339 -4.619537830 0.406929821 -0.000526975 0.913459301 229.377014160\n0.932545960 0.011653969 -0.360863179 68.632011414 -0.009983899 0.999929070 0.006491928 -4.617006302 0.360913247 -0.002451200 0.932596147 229.990661621\n0.948689580 0.009874767 -0.316054642 68.443412781 -0.008235285 0.999944806 0.006522583 -4.618722916 0.316101611 -0.003585106 0.948718548 230.633834839\n0.962547660 0.014085192 -0.270746320 68.247520447 -0.013425068 0.999900699 0.004290086 -4.617785454 0.270779848 -0.000494625 0.962641180 231.301406860\n0.973461807 0.012795408 -0.228491470 68.110839844 -0.013052411 0.999914765 0.000386418 -4.623959541 0.228476942 0.002606201 0.973545849 231.955383301\n0.981499076 0.002880508 -0.191445366 68.006088257 -0.004654496 0.999950290 -0.008817236 -4.633121490 0.191410452 0.009545190 0.981463671 232.632843018\n0.987009108 -0.003067492 -0.160635144 67.915481567 0.000304888 0.999851704 -0.017219828 -4.643842220 0.160664141 0.016947152 0.986863613 233.327865601\n0.991049051 -0.004974596 -0.133405328 67.821556091 0.002309623 0.999794841 -0.020123832 -4.654131413 0.133478060 0.019635590 0.990857244 234.036041260\n0.993752718 -0.004780052 -0.111502089 67.758499146 0.003086630 0.999877334 -0.015355034 -4.664742947 0.111561805 0.014914941 0.993645549 234.782913208\n0.995648861 -0.004093583 -0.093094245 67.702316284 0.003615978 0.999979436 -0.005298441 -4.671378136 0.093114018 0.004938760 0.995643198 235.523864746\n0.996986151 -0.001382753 -0.077567413 67.648208618 0.001749482 0.999987602 0.004660110 -4.682259083 0.077560008 -0.004781767 0.996976197 236.286514282\n0.997863412 -0.004620748 -0.065170579 67.605293274 0.005176176 0.999951661 0.008356416 -4.685535431 0.065128818 -0.008675896 0.997839153 237.040405273\n0.998248935 -0.013674028 -0.057550717 67.588035583 0.014154837 0.999868155 0.007955179 -4.691800117 0.057434350 -0.008755869 0.998310864 237.814193726\n0.998428881 -0.019577805 -0.052502137 67.558380127 0.019855872 0.999791443 0.004779892 -4.701105595 0.052397605 -0.005814857 0.998609364 238.586700439\n0.998543501 -0.022576913 -0.049002137 67.527206421 0.022629736 0.999743760 0.000523354 -4.696493149 0.048977766 -0.001631497 0.998798549 239.360961914\n0.998550296 -0.024351455 -0.048003264 67.488197327 0.024254117 0.999702394 -0.002609262 -4.702261448 0.048052516 0.001441202 0.998843789 240.158401489\n0.998540938 -0.025262624 -0.047726434 67.444297791 0.025212651 0.999680758 -0.001648866 -4.706100464 0.047752850 0.000443150 0.998859107 240.963104248\n0.998567939 -0.026045563 -0.046730451 67.406547546 0.026164088 0.999655783 0.001926430 -4.714334965 0.046664193 -0.003146330 0.998905659 241.772842407\n0.998394489 -0.031421650 -0.047128774 67.374183655 0.031629033 0.999492943 0.003660909 -4.719306469 0.046989847 -0.005145669 0.998882115 242.590881348\n0.998264849 -0.033675306 -0.048303429 67.346702576 0.033615548 0.999432743 -0.002049150 -4.729419708 0.048345033 0.000421849 0.998830616 243.406112671\n0.998146296 -0.036891699 -0.048404314 67.300834656 0.036463633 0.999287903 -0.009697227 -4.742562294 0.048727594 0.007914254 0.998780727 244.204925537\n0.997690141 -0.046742860 -0.049290027 67.271591187 0.046001874 0.998812199 -0.016062548 -4.751192570 0.049982291 0.013758012 0.998655319 245.031372070\n0.997102976 -0.056464482 -0.050964817 67.243492126 0.055572253 0.998278439 -0.018758345 -4.772290707 0.051936258 0.015871773 0.998524249 245.869918823\n0.996484399 -0.065303139 -0.052481927 67.208328247 0.064400375 0.997748673 -0.018714037 -4.799096107 0.053585857 0.015268389 0.998446524 246.719131470\n0.996009171 -0.070405871 -0.054851942 67.171943665 0.069736391 0.997466803 -0.014027468 -4.811989784 0.055700608 0.010146311 0.998395979 247.594757080\n0.995876551 -0.069605961 -0.058180142 67.114212036 0.069324158 0.997570693 -0.006850419 -4.822328568 0.058515634 0.002788882 0.998282611 248.496383667\n0.995922387 -0.066604540 -0.060848113 67.058990479 0.066836238 0.997762382 0.001778135 -4.838322163 0.060593527 -0.005837743 0.998145461 249.385604858\n0.996258795 -0.059292402 -0.062871374 66.995903015 0.059771206 0.998195469 0.005760720 -4.843431473 0.062416352 -0.009497065 0.998005033 250.258636475\n0.996557176 -0.052896168 -0.063841812 66.926239014 0.053623714 0.998513758 0.009735735 -4.846285343 0.063231945 -0.013125652 0.997912526 251.162460327\n0.996877789 -0.045265641 -0.064696759 66.843399048 0.046051987 0.998881578 0.010714427 -4.848855495 0.064139403 -0.013660389 0.997847438 252.072448730\n0.996841908 -0.045563128 -0.065040454 66.777206421 0.045970753 0.998931348 0.004783731 -4.840667725 0.064752981 -0.007758582 0.997871161 253.023742676\n0.996914327 -0.043457642 -0.065370314 66.714683533 0.043264519 0.999054134 -0.004367673 -4.852554321 0.065498285 0.001525981 0.997851491 253.930541992\n0.997008026 -0.042048950 -0.064860806 66.652381897 0.041475285 0.999087811 -0.010166417 -4.858098507 0.065229125 0.007445879 0.997842550 254.850051880\n0.997046232 -0.041350380 -0.064722270 66.583824158 0.040758360 0.999114454 -0.010441439 -4.866141319 0.065096714 0.007772624 0.997848690 255.821517944\n0.997277915 -0.037179083 -0.063674688 66.517204285 0.036946956 0.999305606 -0.004819489 -4.878094673 0.063809656 0.002453784 0.997959077 256.772430420\n0.997478247 -0.033633932 -0.062497202 66.457862854 0.033696909 0.999432087 -0.000046355 -4.890876293 0.062463269 -0.002059724 0.998045146 257.749786377\n0.997652471 -0.030306667 -0.061409369 66.390602112 0.030685630 0.999515355 0.005237217 -4.899143219 0.061220888 -0.007109307 0.998098910 258.725189209\n0.997843981 -0.026670445 -0.059967518 66.324005127 0.027286511 0.999582708 0.009477868 -4.897536755 0.059689716 -0.011093738 0.998155355 259.718719482\n0.997952580 -0.024923997 -0.058901653 66.267677307 0.025579447 0.999618709 0.010400061 -4.897545815 0.058619983 -0.011885440 0.998209596 260.707366943\n0.998065591 -0.024460416 -0.057155255 66.184783936 0.024685778 0.999689996 0.003240169 -4.901270866 0.057058282 -0.004644823 0.998360038 261.732391357\n0.997957051 -0.027169442 -0.057823479 66.143775940 0.026798485 0.999615073 -0.007181293 -4.913523674 0.057996333 0.005617041 0.998300970 262.737487793\n0.997850001 -0.028922038 -0.058812447 66.085296631 0.028400023 0.999549627 -0.009692673 -4.919641495 0.059066292 0.008001558 0.998221993 263.773406982\n0.997806311 -0.026948707 -0.060467761 66.016899109 0.027007753 0.999635220 0.000159273 -4.935326576 0.060441412 -0.001792022 0.998170137 264.825286865\n0.997707665 -0.027597617 -0.061788704 65.955474854 0.028301859 0.999543726 0.010551369 -4.946385860 0.061469320 -0.012275917 0.998033464 265.876617432\n0.997677803 -0.027238045 -0.062426455 65.862800598 0.028003238 0.999542654 0.011415405 -4.937234879 0.062086970 -0.013137039 0.997984290 266.946563721\n0.997635007 -0.027513692 -0.062987112 65.784439087 0.027927846 0.999593675 0.005704112 -4.931174278 0.062804580 -0.007449717 0.997998059 268.010986328\n0.997464836 -0.030083755 -0.064489238 65.737686157 0.030200716 0.999543488 0.000839379 -4.944718361 0.064434551 -0.002784872 0.997918069 269.069946289\n0.997457206 -0.028865611 -0.065160550 65.644935608 0.028869877 0.999582767 -0.000876305 -4.943709850 0.065158665 -0.001007100 0.997874379 270.134429932\n0.997409821 -0.028355245 -0.066103064 65.582023621 0.028477179 0.999594033 0.000902913 -4.958946228 0.066050626 -0.002783003 0.997812390 271.219268799\n0.997324824 -0.028211718 -0.067433678 65.514678955 0.028505955 0.999587834 0.003404919 -4.965948582 0.067309819 -0.005318072 0.997717977 272.279815674\n0.997377813 -0.024874246 -0.067961298 65.434356689 0.025319135 0.999663234 0.005692585 -4.970890522 0.067796811 -0.007398380 0.997671723 273.363891602\n0.997371495 -0.024012191 -0.068363301 65.358070374 0.024689674 0.999653935 0.009082303 -4.982819080 0.068121552 -0.010746298 0.997619152 274.447418213\n0.997368455 -0.023733437 -0.068504468 65.261611938 0.024585444 0.999630213 0.011620934 -4.998713970 0.068203323 -0.013274566 0.997583151 275.554473877\n0.997341037 -0.024201844 -0.068739727 65.190689087 0.025004614 0.999628544 0.010841964 -4.999800205 0.068451799 -0.012531945 0.997575700 276.629058838\n0.997252285 -0.028004462 -0.068582751 65.121482849 0.028484374 0.999576032 0.006029493 -5.002600670 0.068384826 -0.007966463 0.997627199 277.703186035\n0.997210860 -0.029116511 -0.068721876 65.036277771 0.029289080 0.999569833 0.001504647 -5.006512165 0.068648502 -0.003513251 0.997634709 278.734191895\n0.997165263 -0.028779520 -0.069521092 64.955848694 0.028956966 0.999579489 0.001545774 -5.017731667 0.069447368 -0.003554512 0.997579277 279.807250977\n0.996998966 -0.031485006 -0.070723362 64.883476257 0.031569432 0.999501586 0.000076011 -5.032360077 0.070685722 -0.002308480 0.997495949 280.877288818\n0.996915460 -0.031540062 -0.071866669 64.801666260 0.031327114 0.999500811 -0.004088619 -5.053098679 0.071959749 0.001824632 0.997405887 281.946105957\n0.996821463 -0.030567221 -0.073570646 64.715499878 0.030225415 0.999526560 -0.005755099 -5.066883564 0.073711731 0.003513102 0.997273386 283.113800049\n0.996747911 -0.029306987 -0.075064905 64.639015198 0.029509768 0.999563217 0.001593441 -5.078125000 0.074985415 -0.003803407 0.997177362 284.194152832\n0.996754110 -0.027947510 -0.075499393 64.552459717 0.028873544 0.999520302 0.011201687 -5.095995426 0.075150117 -0.013345263 0.997082949 285.262969971\n0.996798933 -0.026564732 -0.075406671 64.470809937 0.027496258 0.999557555 0.011341991 -5.105836391 0.075072013 -0.013379086 0.997088373 286.350311279\n0.996911526 -0.025216786 -0.074374288 64.390792847 0.025623959 0.999661386 0.004525376 -5.106011868 0.074234992 -0.006417163 0.997220159 287.407775879\n0.997120202 -0.021936137 -0.072595209 64.291786194 0.022081176 0.999755442 0.001195846 -5.119693279 0.072551221 -0.002795390 0.997360766 288.467376709\n0.997218966 -0.020574588 -0.071631111 64.220756531 0.020617697 0.999787450 -0.000137584 -5.129767418 0.071618713 -0.001339667 0.997431159 289.515808105\n0.997342467 -0.018087041 -0.070575565 64.142517090 0.018315321 0.999828935 0.002588716 -5.140114307 0.070516668 -0.003874451 0.997503102 290.571014404\n0.997423232 -0.016862987 -0.069731571 64.060104370 0.017187569 0.999844074 0.004057336 -5.146718502 0.069652274 -0.005245398 0.997557521 291.633270264\n0.997472882 -0.013556091 -0.069742896 63.988159180 0.014090781 0.999874949 0.007180322 -5.158484459 0.069636837 -0.008144909 0.997539163 292.671569824\n0.997526944 -0.013226110 -0.069029830 63.909355164 0.013576831 0.999897182 0.004614007 -5.166640282 0.068961702 -0.005539802 0.997603953 293.711608887\n0.997542202 -0.012223131 -0.068993576 63.832374573 0.012324674 0.999923527 0.001046271 -5.175656319 0.068975508 -0.001894023 0.997616529 294.756317139\n0.997560501 -0.010095463 -0.069073647 63.756427765 0.010010227 0.999948621 -0.001580019 -5.186662674 0.069086052 0.000884721 0.997610331 295.792297363\n0.997584224 -0.008262115 -0.068973988 63.678482056 0.008385952 0.999963701 0.001506052 -5.202802181 0.068959035 -0.002080827 0.997617304 296.839569092\n0.997628927 -0.007211990 -0.068443783 63.610343933 0.007556924 0.999960005 0.004782091 -5.213797092 0.068406560 -0.005287976 0.997643530 297.879150391\n0.997688174 -0.005119411 -0.067764781 63.521244049 0.005761675 0.999940276 0.009285802 -5.223521709 0.067713201 -0.009654774 0.997658134 298.938385010\n0.997667074 -0.003458436 -0.068179123 63.443805695 0.004090615 0.999949932 0.009134899 -5.229602814 0.068144120 -0.009392483 0.997631252 299.981536865\n0.997615814 -0.007686132 -0.068582803 63.374767303 0.008298008 0.999928236 0.008641286 -5.233381748 0.068511464 -0.009189784 0.997608006 301.009216309\n0.997450709 -0.013568563 -0.070057042 63.304344177 0.014046907 0.999881268 0.006339766 -5.243655205 0.069962703 -0.007307689 0.997522831 302.055114746\n0.997320890 -0.013833056 -0.071831174 63.231414795 0.014250938 0.999884367 0.005308301 -5.249202251 0.071749434 -0.006317741 0.997402668 303.077514648\n0.997220874 -0.010678078 -0.073732682 63.145980835 0.010852460 0.999939203 0.001964812 -5.259434223 0.073707215 -0.002759533 0.997276127 304.094818115\n0.996944785 -0.014630077 -0.076727062 63.078506470 0.014971368 0.999880433 0.003874770 -5.259117603 0.076661199 -0.005011641 0.997044623 305.119384766\n0.996749401 -0.010283325 -0.079905771 62.989879608 0.011374888 0.999847949 0.013217458 -5.266703606 0.079757698 -0.014083412 0.996714771 306.144348145\n0.996561110 -0.005897986 -0.082650580 62.898601532 0.007568522 0.999773085 0.019913319 -5.265103340 0.082514375 -0.020470383 0.996379614 307.165710449\n0.996322870 -0.005610534 -0.085494243 62.807712555 0.007363237 0.999768853 0.020199303 -5.263989449 0.085361153 -0.020754542 0.996133864 308.173248291\n0.996006191 -0.007579498 -0.088962063 62.717548370 0.008988119 0.999840319 0.015444041 -5.260556698 0.088830799 -0.016181963 0.995915294 309.197479248\n0.995640755 -0.013234019 -0.092327520 62.632144928 0.013935818 0.999878645 0.006960599 -5.266060352 0.092224203 -0.008216916 0.995704353 310.193969727\n0.995242000 -0.016402166 -0.096043684 62.543643951 0.016424743 0.999864936 -0.000555563 -5.263050079 0.096039824 -0.001024573 0.995376945 311.203033447\n0.994878054 -0.019180184 -0.099246226 62.443035126 0.019353313 0.999812424 0.000781891 -5.272651672 0.099212609 -0.002698629 0.995062590 312.204162598\n0.994417369 -0.019531114 -0.103694864 62.334007263 0.020026773 0.999792457 0.003740897 -5.291599751 0.103600278 -0.005796686 0.994602144 313.214050293\n0.993893802 -0.018578934 -0.108765505 62.219593048 0.018617833 0.999826431 -0.000657938 -5.304192066 0.108758852 -0.001371057 0.994067192 314.212280273\n0.993333459 -0.019933619 -0.113539964 62.107803345 0.019416064 0.999795437 -0.005662462 -5.318745136 0.113629609 0.003420214 0.993517280 315.200805664\n0.992861211 -0.016404787 -0.118141882 61.982482910 0.015914898 0.999860406 -0.005088897 -5.329553604 0.118208870 0.003172353 0.992983699 316.222717285\n0.992260873 -0.015083602 -0.123251118 61.857135773 0.015554988 0.999874890 0.002863181 -5.344425201 0.123192519 -0.004758192 0.992371380 317.222198486\n0.991623998 -0.011884926 -0.128610432 61.719657898 0.012718956 0.999903083 0.005665538 -5.357743263 0.128530636 -0.007253874 0.991679013 318.231018066\n0.990912676 -0.010958372 -0.134059802 61.590408325 0.012109567 0.999896467 0.007774784 -5.365485668 0.133960724 -0.009327538 0.990942717 319.222961426\n0.990402997 -0.007851207 -0.137986273 61.448463440 0.008761117 0.999943674 0.005988074 -5.363055706 0.137931496 -0.007139520 0.990416050 320.215606689\n0.990031302 0.001961655 -0.140833825 61.296840668 -0.000949979 0.999973238 0.007250343 -5.367062569 0.140844285 -0.007044277 0.990006685 321.207641602\n0.989906847 0.013827060 -0.141043514 61.120025635 -0.013027098 0.999893427 0.006593519 -5.374979019 0.141119644 -0.004689582 0.989981413 322.207580566\n0.989637494 0.022250673 -0.141853914 60.957641602 -0.021226609 0.999736607 0.008728441 -5.386442184 0.142010763 -0.005626915 0.989849091 323.204467773\n0.989642441 0.027148833 -0.140963763 60.807491302 -0.026860651 0.999631405 0.003947017 -5.391372681 0.141018957 -0.000119758 0.990006864 324.187774658\n0.989831328 0.029688094 -0.139113441 60.656612396 -0.029806457 0.999554932 0.001232915 -5.396740913 0.139088124 0.002926100 0.990275681 325.177886963\n0.990172803 0.030115033 -0.136568233 60.513221741 -0.030546512 0.999532759 -0.001064402 -5.404587746 0.136472374 0.005225625 0.990630090 326.176879883\n0.990689278 0.031973254 -0.132334784 60.372714996 -0.031831183 0.999488175 0.003189471 -5.413807392 0.132369027 0.001052597 0.991199970 327.178741455\n0.991379023 0.030688081 -0.127380833 60.248908997 -0.030213136 0.999527454 0.005659483 -5.421105385 0.127494320 -0.001762118 0.991837740 328.175262451\n0.992174089 0.031637214 -0.120787501 60.116893768 -0.030617194 0.999478221 0.010291792 -5.426570892 0.121050082 -0.006513075 0.992625058 329.160766602\n0.992851555 0.034210611 -0.114348009 59.995647430 -0.032747373 0.999356270 0.014650992 -5.425053120 0.114775620 -0.010801664 0.993332744 330.173645020\n0.993236721 0.041613262 -0.108393691 59.873718262 -0.040004548 0.999055326 0.016974837 -5.420918941 0.108997673 -0.012523791 0.993963122 331.175842285\n0.993659437 0.046587784 -0.102325752 59.759872437 -0.045635741 0.998890460 0.011626692 -5.422876835 0.102753885 -0.006883260 0.994682968 332.177307129\n0.994093597 0.049272247 -0.096696511 59.650917053 -0.049161632 0.998784602 0.003527495 -5.424260616 0.096752793 0.001247099 0.995307684 333.184692383\n0.994611561 0.049249936 -0.091226324 59.554866791 -0.049537256 0.998771906 -0.000886572 -5.432546139 0.091070622 0.005400896 0.995829821 334.176879883\n0.995296836 0.044816449 -0.085881673 59.458541870 -0.044880226 0.998991668 0.001188974 -5.438601971 0.085848361 0.002671007 0.996304631 335.200225830\n0.995852351 0.039156333 -0.082126953 59.384010315 -0.038770501 0.999228358 0.006288146 -5.452587128 0.082309797 -0.003077962 0.996602058 336.233581543\n0.996404648 0.031931635 -0.078473762 59.310657501 -0.031539418 0.999483049 0.006232754 -5.463182449 0.078632221 -0.003735329 0.996896684 337.253479004\n0.996645808 0.030059043 -0.076115556 59.238372803 -0.029977979 0.999548137 0.002207603 -5.465794086 0.076147519 0.000081592 0.997096539 338.266082764\n0.996857405 0.031736445 -0.072581507 59.158977509 -0.031644136 0.999496281 0.002421627 -5.472661972 0.072621800 -0.000117238 0.997359574 339.303894043\n0.997089446 0.032861572 -0.068794824 59.088176727 -0.032613065 0.999456823 0.004732620 -5.480281830 0.068912983 -0.002475235 0.997619629 340.327972412\n0.997223496 0.035597477 -0.065406948 59.017688751 -0.035526026 0.999366224 0.002255515 -5.482664108 0.065445788 0.000074396 0.997856140 341.347900391\n0.997199178 0.041695327 -0.062091447 58.922389984 -0.041815672 0.999125123 -0.000639404 -5.503543377 0.062010467 0.003234008 0.998070240 342.388885498\n0.997298002 0.040723935 -0.061141230 58.857345581 -0.040601935 0.999170184 0.003236950 -5.506191730 0.061222315 -0.000745752 0.998123884 343.422271729\n0.997452259 0.038800299 -0.059862293 58.796504974 -0.038155090 0.999201179 0.011884304 -5.519512653 0.060275588 -0.009569975 0.998135924 344.444458008\n0.997490108 0.040326077 -0.058199991 58.722522736 -0.039565496 0.999116600 0.014162566 -5.521447659 0.058719698 -0.011824308 0.998204470 345.478057861\n0.997388959 0.042734187 -0.058215395 58.657970428 -0.042335965 0.999070942 0.008057322 -5.528520107 0.058505632 -0.005571680 0.998271525 346.532470703\n0.997372270 0.042908981 -0.058372892 58.599544525 -0.042979486 0.999075949 0.000047671 -5.529333591 0.058320999 0.002461290 0.998294830 347.545501709\n0.997459769 0.041298263 -0.058038685 58.530368805 -0.041454386 0.999139309 -0.001488050 -5.534565926 0.057927277 0.003890228 0.998313248 348.569458008\n0.997598529 0.038767606 -0.057395238 58.475048065 -0.038573261 0.999245703 0.004490519 -5.549221992 0.057526030 -0.002265814 0.998341441 349.593719482\n0.997797489 0.034556635 -0.056622010 58.415203094 -0.034152947 0.999383926 0.008082004 -5.563612461 0.056866411 -0.006130395 0.998362958 350.619750977\n0.997903645 0.030742906 -0.056948952 58.364044189 -0.030440357 0.999517500 0.006172702 -5.569245338 0.057111245 -0.004426216 0.998358011 351.623291016\n0.997942209 0.029721282 -0.056815084 58.304912567 -0.029395062 0.999546289 0.006569067 -5.574323654 0.056984548 -0.004885467 0.998363078 352.621948242\n0.997961044 0.029680047 -0.056505300 58.250370026 -0.029133767 0.999520719 0.010467301 -5.575406075 0.056788888 -0.008799747 0.998347402 353.619720459\n0.998061001 0.028207595 -0.055484876 58.182312012 -0.027495276 0.999529958 0.013559978 -5.582604885 0.055841289 -0.012008113 0.998367429 354.646911621\n0.998147190 0.026438795 -0.054800831 58.130027771 -0.025924712 0.999613166 0.010070805 -5.591112137 0.055045892 -0.008631451 0.998446524 355.615142822\n0.998254120 0.023031231 -0.054389760 58.085559845 -0.022681311 0.999717951 0.007042180 -5.598142624 0.054536611 -0.005796255 0.998494923 356.553070068\n0.998431623 0.017485488 -0.053183869 58.030605316 -0.017215971 0.999836564 0.005521588 -5.598826885 0.053271722 -0.004597316 0.998569489 357.508392334\n0.998534620 0.015791358 -0.051761352 57.984020233 -0.015506966 0.999862432 0.005891329 -5.617205143 0.051847260 -0.005080034 0.998642087 358.455810547\n0.998667359 0.014870157 -0.049419999 57.944324493 -0.014660561 0.999881923 0.004600907 -5.623809814 0.049482580 -0.003870251 0.998767495 359.369812012\n0.998724401 0.021696817 -0.045593634 57.882141113 -0.021490386 0.999756515 0.005013005 -5.636893749 0.045691300 -0.004026786 0.998947501 360.284301758\n0.998852253 0.025289919 -0.040677372 57.836017609 -0.025026059 0.999662399 0.006982923 -5.647206306 0.040840238 -0.005956914 0.999147952 361.174316406\n0.998941362 0.029345613 -0.035425749 57.787723541 -0.029143747 0.999556005 0.006201377 -5.650928020 0.035592005 -0.005162373 0.999353051 362.055755615\n0.999053717 0.031630956 -0.029851284 57.763839722 -0.031597976 0.999499440 0.001575954 -5.666865826 0.029886190 -0.000631223 0.999553084 362.917663574\n0.999192894 0.031697109 -0.024675308 57.746025085 -0.031743627 0.999494910 -0.001495762 -5.672942638 0.024615433 0.002277839 0.999694407 363.766967773\n0.999337971 0.031195104 -0.018721951 57.723712921 -0.031178381 0.999513149 0.001184510 -5.685454845 0.018749787 -0.000600006 0.999824047 364.604705811\n0.999520719 0.028111951 -0.012963624 57.708511353 -0.027999578 0.999569476 0.008769836 -5.699230194 0.013204580 -0.008402657 0.999877512 365.421325684\n0.999694467 0.023398306 -0.007970926 57.705242157 -0.023263834 0.999592125 0.016564777 -5.705231667 0.008355263 -0.016374283 0.999831021 366.239471436\n0.999794602 0.019870123 -0.003993873 57.706943512 -0.019794278 0.999638259 0.018208772 -5.713427067 0.004354239 -0.018125977 0.999826252 367.014343262\n0.999786079 0.020564495 -0.002225511 57.701744080 -0.020530805 0.999687970 0.014228822 -5.718283653 0.002517425 -0.014180086 0.999896288 367.770721436\n0.999804556 0.019738752 -0.001087537 57.697479248 -0.019727925 0.999763072 0.009200901 -5.721245289 0.001268893 -0.009177648 0.999957085 368.496765137\n0.999867678 0.016225735 -0.001155977 57.705287933 -0.016218688 0.999851286 0.005864185 -5.721773148 0.001250956 -0.005844661 0.999982119 369.205566406\n0.999939799 0.010928284 -0.000985480 57.714126587 -0.010925971 0.999937594 0.002322711 -5.733255863 0.001010802 -0.002311804 0.999996841 369.898773193\n0.999944806 0.010476995 -0.000797789 57.702857971 -0.010479358 0.999940515 -0.003017060 -5.751161575 0.000766132 0.003025253 0.999995112 370.594879150\n0.999927402 0.011908479 -0.001830347 57.693885803 -0.011923186 0.999894917 -0.008246251 -5.758588314 0.001731954 0.008267476 0.999964297 371.284362793\n0.999917388 0.012265916 -0.003844477 57.687629700 -0.012303265 0.999875844 -0.009846727 -5.763610363 0.003723221 0.009893213 0.999944150 371.966033936\n0.999949396 0.007597526 -0.006595557 57.680503845 -0.007634942 0.999954820 -0.005666343 -5.773176670 0.006552209 0.005716412 0.999962211 372.652130127\n0.999931633 0.002325773 -0.011459724 57.690471649 -0.002300030 0.999994814 0.002259064 -5.784122467 0.011464919 -0.002232552 0.999931812 373.355773926\n0.999847174 -0.001230448 -0.017439451 57.678173065 0.001358160 0.999972343 0.007313224 -5.798301220 0.017429970 -0.007335791 0.999821186 374.037109375\n0.999650538 -0.003174204 -0.026243059 57.660202026 0.003331864 0.999976635 0.005966159 -5.806371212 0.026223509 -0.006051512 0.999637783 374.705261230\n0.999282479 -0.002783623 -0.037772857 57.633102417 0.002919634 0.999989450 0.003546059 -5.811660290 0.037762586 -0.003653798 0.999280035 375.381500244\n0.998718321 -0.002556911 -0.050549015 57.586399078 0.002628070 0.999995649 0.001341298 -5.818444252 0.050545365 -0.001472425 0.998720706 376.043609619\n0.997876585 -0.005904239 -0.064865299 57.536155701 0.005883719 0.999982536 -0.000507363 -5.822008133 0.064867161 0.000124636 0.997893929 376.705535889\n0.996742964 -0.006419559 -0.080388442 57.478553772 0.006476843 0.999978900 0.000451860 -5.826114655 0.080383852 -0.000971052 0.996763527 377.374664307\n0.995451868 -0.001282898 -0.095256902 57.398784637 0.001437575 0.999997735 0.001555183 -5.829071522 0.095254689 -0.001685049 0.995451510 378.059326172\n0.993969381 0.006993814 -0.109434977 57.297782898 -0.006680780 0.999972463 0.003226859 -5.838914394 0.109454535 -0.002476288 0.993988693 378.744232178\n0.992310345 0.011044278 -0.123280883 57.193782806 -0.010729190 0.999937236 0.003219465 -5.843709946 0.123308703 -0.001872005 0.992366612 379.441558838\n0.990735114 0.012305939 -0.135249853 57.085556030 -0.012291659 0.999924004 0.000940669 -5.845479488 0.135251164 0.000730491 0.990811050 380.144653320\n0.989379883 0.017776363 -0.144261554 56.965068817 -0.018081382 0.999836206 -0.000803442 -5.848229885 0.144223630 0.003403357 0.989539266 380.861328125\n0.988294959 0.025706844 -0.150373533 56.839344025 -0.026538769 0.999641538 -0.003527887 -5.858748913 0.150228947 0.007477321 0.988622963 381.599670410\n0.987654865 0.031946454 -0.153353468 56.702930450 -0.033280127 0.999427199 -0.006136974 -5.864414215 0.153069586 0.011164835 0.988152325 382.341461182\n0.987627864 0.029138159 -0.154085115 56.587234497 -0.030362559 0.999523282 -0.005598471 -5.870639801 0.153848529 0.010207624 0.988041699 383.099914551\n0.987799346 0.032303058 -0.152345017 56.462451935 -0.032890417 0.999458075 -0.001336328 -5.867563725 0.152219281 0.006330715 0.988326490 383.878479004\n0.988221824 0.040130045 -0.147672787 56.326797485 -0.039643627 0.999194443 0.006236902 -5.871636391 0.147804126 -0.000309157 0.989016593 384.694213867\n0.988945007 0.042986952 -0.141914889 56.206401825 -0.041794609 0.999061465 0.011373278 -5.877979279 0.142270610 -0.005316270 0.989813507 385.496459961\n0.990163386 0.036431208 -0.135089606 56.109886169 -0.035819661 0.999334037 0.006955625 -5.878894329 0.135253057 -0.002048342 0.990808964 386.307342529\n0.991489291 0.033289932 -0.125860006 56.008266449 -0.033696286 0.999431491 -0.001100430 -5.882453918 0.125751823 0.005332080 0.992047429 387.127014160\n0.992653608 0.035669975 -0.115613692 55.887573242 -0.036542673 0.999317288 -0.005436997 -5.882468224 0.115340821 0.009621887 0.993279397 387.999633789\n0.993716717 0.037524413 -0.105446711 55.795551300 -0.038049776 0.999271393 -0.002974245 -5.887036324 0.105258279 0.006967781 0.994420528 388.865142822\n0.994865358 0.038061861 -0.093777761 55.707740784 -0.038019489 0.999274492 0.002239036 -5.894018650 0.093794949 0.001337844 0.995590627 389.755767822\n0.995950758 0.038627177 -0.081178710 55.632316589 -0.038450375 0.999253511 0.003740653 -5.895198345 0.081262603 -0.000604155 0.996692538 390.647613525\n0.996746182 0.040204857 -0.069861688 55.574981689 -0.040429085 0.999180794 -0.001798054 -5.905264378 0.069732159 0.004616647 0.997555077 391.558776855\n0.997539163 0.037199367 -0.059429552 55.513370514 -0.037866458 0.999231398 -0.010138052 -5.918341637 0.059006743 0.012363490 0.998181045 392.516967773\n0.998129129 0.033279695 -0.051290408 55.475543976 -0.034174349 0.999276936 -0.016665550 -5.928867340 0.050698698 0.018387187 0.998544693 393.447601318\n0.998517334 0.031477984 -0.044410169 55.434890747 -0.032238316 0.999343872 -0.016509529 -5.944736004 0.043861341 0.017916759 0.998876929 394.394714355\n0.998847961 0.029186837 -0.038091104 55.391292572 -0.029614283 0.999504089 -0.010706005 -5.966472149 0.037759736 0.011821711 0.999216914 395.368927002\n0.999134839 0.025593717 -0.032779481 55.361217499 -0.025772311 0.999655128 -0.005037372 -5.982530594 0.032639254 0.005877817 0.999449909 396.346069336\n0.999350488 0.023491906 -0.027326504 55.331909180 -0.023540037 0.999721885 -0.001440898 -5.996484756 0.027285052 0.002083229 0.999625504 397.365386963\n0.999466121 0.022428280 -0.023758078 55.309043884 -0.022492571 0.999743998 -0.002442283 -6.004646301 0.023697220 0.002975359 0.999714732 398.372528076\n0.999520242 0.020910241 -0.022847477 55.284164429 -0.021018863 0.999768853 -0.004524439 -6.009852409 0.022747589 0.005002497 0.999728739 399.385467529\n0.999586701 0.016671540 -0.023420783 55.252632141 -0.016738648 0.999856353 -0.002672158 -6.022033691 0.023372870 0.003063086 0.999722123 400.442230225\n0.999564826 0.015346093 -0.025192618 55.224445343 -0.015323798 0.999881983 0.001077802 -6.032468796 0.025206186 -0.000691287 0.999682009 401.492187500\n0.999474585 0.016991258 -0.027600862 55.186729431 -0.016953830 0.999854982 0.001589517 -6.039605141 0.027623868 -0.001120742 0.999617755 402.565246582\n0.999344885 0.019562839 -0.030449158 55.146194458 -0.019577857 0.999808311 -0.000195141 -6.046296120 0.030439503 0.000791143 0.999536276 403.634185791\n0.999285638 0.016267506 -0.034112070 55.111045837 -0.016242743 0.999867558 0.001002991 -6.051824570 0.034123868 -0.000448201 0.999417484 404.706726074\n0.999180973 0.012757231 -0.038401466 55.072513580 -0.012577811 0.999908864 0.004910204 -6.057038307 0.038460609 -0.004423176 0.999250352 405.816894531\n0.999064863 0.009450911 -0.042191606 55.029918671 -0.009216306 0.999940991 0.005751515 -6.068697929 0.042243473 -0.005357286 0.999092996 406.905151367\n0.998892128 0.006007173 -0.046673477 54.981952667 -0.006004858 0.999981940 0.000189816 -6.079032898 0.046673775 0.000090662 0.998910189 407.982818604\n0.998725533 0.002490880 -0.050409883 54.921195984 -0.002796398 0.999978125 -0.005991054 -6.091808796 0.050393861 0.006124384 0.998710632 409.051147461\n0.998557031 0.002898375 -0.053623728 54.858722687 -0.003137883 0.999985456 -0.004382802 -6.109172821 0.053610247 0.004544743 0.998551607 410.127502441\n0.998421550 0.005132094 -0.055929087 54.796649933 -0.004973938 0.999983251 0.002966641 -6.127286911 0.055943374 -0.002683770 0.998430312 411.204467773\n0.998303771 0.009134861 -0.057498612 54.717098236 -0.008554609 0.999910057 0.010329633 -6.139561176 0.057587799 -0.009820233 0.998292148 412.295776367\n0.998170674 0.011320182 -0.059390113 54.645298004 -0.010757537 0.999894261 0.009784909 -6.144363880 0.059494600 -0.009128117 0.998186886 413.407775879\n0.998056054 0.011616908 -0.061230250 54.574359894 -0.011231278 0.999914885 0.006638454 -6.143824577 0.061302159 -0.005937855 0.998101592 414.477935791\n0.997944415 0.013347168 -0.062679775 54.496135712 -0.012978516 0.999896049 0.006285004 -6.150447369 0.062757149 -0.005458594 0.998013914 415.551422119\n0.997817755 0.014020312 -0.064522274 54.426738739 -0.013597685 0.999883175 0.006984605 -6.155262470 0.064612664 -0.006092009 0.997891843 416.629669189\n0.997681379 0.015987650 -0.066153616 54.349983215 -0.015788320 0.999869108 0.003534865 -6.166250229 0.066201471 -0.002482214 0.997803211 417.695922852\n0.997636139 0.017297491 -0.066504844 54.270195007 -0.017423864 0.999847293 -0.001320617 -6.177468777 0.066471845 0.002476267 0.997785211 418.764373779\n0.997648060 0.016564392 -0.066512823 54.198051453 -0.016732981 0.999858022 -0.001978372 -6.185729980 0.066470608 0.003086677 0.997783601 419.834136963\n0.997692525 0.017001394 -0.065731145 54.122875214 -0.016919415 0.999855220 0.001803673 -6.198810101 0.065752290 -0.000687378 0.997835755 420.902343750\n0.997742176 0.015427514 -0.065365016 54.052398682 -0.014913728 0.999853969 0.008340949 -6.197194576 0.065484151 -0.007347281 0.997826576 421.969055176\n0.997718453 0.015890922 -0.065615363 53.982704163 -0.014942395 0.999777019 0.014921442 -6.215699196 0.065837853 -0.013906946 0.997733414 423.036437988\n0.997762918 0.014634218 -0.065230124 53.915775299 -0.013675748 0.999792218 0.015116062 -6.215927124 0.065437786 -0.014190176 0.997755766 424.090057373\n0.997823358 0.014711905 -0.064281009 53.835029602 -0.014117355 0.999853373 0.009693699 -6.213874817 0.064414196 -0.008765122 0.997884750 425.144531250\n0.997800112 0.017957043 -0.063816272 53.755809784 -0.017717842 0.999833703 0.004312249 -6.220411301 0.063883096 -0.003172076 0.997952342 426.196441650\n0.997751296 0.022437952 -0.063157611 53.673038483 -0.022453416 0.999747753 0.000464989 -6.229805470 0.063152120 0.000954160 0.998003483 427.240814209\n0.997798920 0.020456521 -0.063078471 53.609226227 -0.020643249 0.999784231 -0.002309897 -6.249053478 0.063017607 0.003606957 0.998005927 428.277618408\n0.997899890 0.018812479 -0.061983451 53.534347534 -0.019153800 0.999804437 -0.004917001 -6.265700340 0.061878830 0.006093894 0.998065054 429.314819336\n0.998027980 0.013808950 -0.061232436 53.484554291 -0.013991755 0.999898851 -0.002557631 -6.278514862 0.061190922 0.003409337 0.998120248 430.345581055\n0.998048723 0.011778401 -0.061319079 53.424167633 -0.011493670 0.999921501 0.004994103 -6.293913841 0.061373089 -0.004279577 0.998105705 431.370056152\n0.998097956 0.008182598 -0.061102103 53.366279602 -0.007636080 0.999928772 0.009172502 -6.304336071 0.061172806 -0.008688475 0.998089373 432.374694824\n0.998120606 0.008844916 -0.060638703 53.310157776 -0.008443100 0.999940693 0.006879418 -6.312298775 0.060695954 -0.006354510 0.998136044 433.366516113\n0.998150408 0.010178640 -0.059934128 53.244628906 -0.010009302 0.999945045 0.003124954 -6.330103874 0.059962641 -0.002519276 0.998197436 434.339843750\n0.997984946 0.015478477 -0.061534438 53.175781250 -0.015498868 0.999879897 0.000145932 -6.339066505 0.061529305 0.000808076 0.998104930 435.297027588\n0.997775674 0.017270656 -0.064385183 53.108562469 -0.017253624 0.999850810 0.000820570 -6.356089115 0.064389750 0.000292133 0.997924805 436.235168457\n0.997496128 0.016340602 -0.068807080 53.037414551 -0.016191898 0.999865234 0.002718368 -6.370960236 0.068842225 -0.001597444 0.997626305 437.181488037\n0.997121036 0.017582232 -0.073760115 52.961318970 -0.017366061 0.999842823 0.003571081 -6.385914803 0.073811308 -0.002279878 0.997269630 438.094238281\n0.996686995 0.015925316 -0.079758376 52.891891479 -0.015617513 0.999867976 0.004481560 -6.391170502 0.079819217 -0.003221085 0.996804178 438.985473633\n0.996160567 0.012797609 -0.086604796 52.808540344 -0.012173779 0.999896049 0.007727517 -6.400413990 0.086694688 -0.006643540 0.996212780 439.885772705\n0.995506883 0.014052469 -0.093640849 52.726127625 -0.012985561 0.999843776 0.011993256 -6.405410767 0.093794756 -0.010723391 0.995533824 440.759918213\n0.994773686 0.016264593 -0.100800969 52.637187958 -0.014859163 0.999781847 0.014677851 -6.411977768 0.101017714 -0.013103321 0.994798362 441.611938477\n0.994077563 0.018510818 -0.107084520 52.519996643 -0.017064391 0.999750555 0.014407989 -6.424458981 0.107324511 -0.012495326 0.994145513 442.470184326\n0.993350387 0.017964903 -0.113719955 52.419197083 -0.016754825 0.999792457 0.011587781 -6.421628475 0.113904528 -0.009605370 0.993445277 443.291687012\n0.992593169 0.019239897 -0.119952768 52.318138123 -0.018355627 0.999795616 0.008472470 -6.434668064 0.120091259 -0.006207907 0.992743433 444.086883545\n0.991689801 0.019773738 -0.127123207 52.203521729 -0.019229846 0.999799967 0.005504418 -6.440702915 0.127206609 -0.003014115 0.991871655 444.882690430\n0.990568042 0.020316223 -0.135507181 52.095146179 -0.020069143 0.999793530 0.003189320 -6.450902939 0.135544002 -0.000439725 0.990771234 445.655090332\n0.989197493 0.022398269 -0.144867495 51.976482391 -0.022263523 0.999748886 0.002551442 -6.461790562 0.144888267 0.000701381 0.989447773 446.410766602\n0.987746477 0.021597231 -0.154565454 51.859237671 -0.021145899 0.999765992 0.004563692 -6.471533775 0.154627860 -0.001239345 0.987972021 447.135009766\n0.986336052 0.023285123 -0.163092151 51.722507477 -0.022464631 0.999724030 0.006873551 -6.480980396 0.163207188 -0.003115826 0.986586928 447.862854004\n0.984865308 0.026727119 -0.171248257 51.591827393 -0.025525106 0.999631703 0.009217512 -6.489649773 0.171431541 -0.004706878 0.985184789 448.564758301\n0.983492196 0.031475760 -0.178191960 51.447532654 -0.029891856 0.999486208 0.011567197 -6.497148514 0.178464487 -0.006049759 0.983927727 449.233734131\n0.982216895 0.040058766 -0.183426380 51.315670013 -0.038082965 0.999172509 0.014283026 -6.498532772 0.183846757 -0.007043609 0.982929707 449.875091553\n0.981876612 0.049952742 -0.182819605 51.183078766 -0.047688596 0.998721600 0.016762771 -6.502181053 0.183423221 -0.007740562 0.983003557 450.495208740\n0.982604802 0.057434093 -0.176604509 51.066135406 -0.054934841 0.998308897 0.019012704 -6.501832008 0.177397832 -0.008980235 0.984098256 451.092834473\n0.984316647 0.061595235 -0.165308222 50.966766357 -0.059099179 0.998052120 0.019980572 -6.503356934 0.166216925 -0.009897630 0.986039519 451.666839600\n0.986811578 0.064118527 -0.148633033 50.880477905 -0.062157031 0.997907460 0.017809488 -6.508212090 0.149463922 -0.008336022 0.988732040 452.226928711\n0.989645004 0.068215579 -0.126290977 50.820423126 -0.066995516 0.997656643 0.013888136 -6.512416840 0.126942411 -0.005283395 0.991896033 452.766418457\n0.992646873 0.073020376 -0.096541293 50.772220612 -0.072236031 0.997320116 0.011599380 -6.514299393 0.097129568 -0.004540328 0.995261371 453.301208496\n0.995378375 0.075588033 -0.059230838 50.759906769 -0.075052217 0.997116446 0.011222420 -6.519024372 0.059908323 -0.006725148 0.998181224 453.824981689\n0.997042596 0.075410612 -0.014810502 50.787727356 -0.075270526 0.997115016 0.009799597 -6.526822090 0.015506767 -0.008655821 0.999842286 454.316497803\n0.996699035 0.072417207 0.036698956 50.844905853 -0.072709180 0.997330785 0.006682841 -6.536905766 -0.036117047 -0.009329132 0.999303997 454.808593750\n0.992982805 0.073393188 0.092728421 50.925003052 -0.073894724 0.997264087 0.001982185 -6.549864769 -0.092329249 -0.008820416 0.995689452 455.288726807\n0.985187054 0.076063246 0.153690934 51.027793884 -0.076447964 0.997067750 -0.003413758 -6.556962490 -0.153499931 -0.008386170 0.988113046 455.752899170\n0.973401129 0.070688426 0.217929870 51.166034698 -0.070660144 0.997468889 -0.007933056 -6.567734241 -0.217939049 -0.007676906 0.975932181 456.183898926\n0.956892908 0.059377816 0.284306616 51.315258026 -0.058471389 0.998220742 -0.011682135 -6.583275795 -0.284494400 -0.005445250 0.958662212 456.558990479\n0.934759140 0.051975824 0.351459652 51.522933960 -0.049621899 0.998644531 -0.015708346 -6.597396374 -0.351799726 -0.002756575 0.936071217 456.951080322\n0.906446517 0.047437634 0.419647872 51.745754242 -0.042813320 0.998874068 -0.020436749 -6.617426395 -0.420144856 0.000558301 0.907456875 457.331695557\n0.873173118 0.047025558 0.485136360 51.999015808 -0.040931646 0.998893619 -0.023154555 -6.629797935 -0.485688478 0.000360505 0.874131918 457.692474365\n0.836188436 0.040166754 0.546969473 52.270217896 -0.034337740 0.999192119 -0.020881396 -6.657083511 -0.547366321 -0.001320912 0.836892128 458.029113770\n0.796698987 0.033093002 0.603469610 52.576473236 -0.028037159 0.999448538 -0.017793069 -6.673362255 -0.603725672 -0.002743852 0.797187448 458.333892822\n0.751903713 0.025324512 0.658786356 52.896038055 -0.020650290 0.999676347 -0.014859576 -6.684477806 -0.658949435 -0.002431160 0.752183318 458.630798340\n0.704483509 0.017939564 0.709493577 53.237060547 -0.014466165 0.999835789 -0.010916861 -6.702929020 -0.709572911 -0.002572902 0.704627335 458.900390625\n0.655495048 0.013930350 0.755071044 53.594348907 -0.008245077 0.999902248 -0.011289510 -6.710945129 -0.755154550 0.001174600 0.655545831 459.132293701\n0.603282094 0.011582937 0.797443807 53.959800720 -0.001682366 0.999910772 -0.013251046 -6.725350380 -0.797526121 0.006652528 0.603247762 459.338714600\n0.548758507 0.009703214 0.835924625 54.314201355 0.002409326 0.999910116 -0.013188366 -6.740736961 -0.835977495 0.009251243 0.548685789 459.512573242\n0.492705703 0.007156262 0.870166659 54.696701050 0.001240427 0.999959409 -0.008926034 -6.751501083 -0.870195210 0.005477286 0.492676795 459.689819336\n0.434917092 0.006578605 0.900446534 55.087356567 -0.003658276 0.999977946 -0.005538823 -6.755668163 -0.900463164 -0.000885153 0.434931576 459.845214844\n0.377612531 0.009707437 0.925912857 55.497406006 -0.007234104 0.999945462 -0.007533343 -6.761212349 -0.925935507 -0.003853465 0.377662182 459.972290039\n0.322219968 0.011097069 0.946599901 55.913864136 0.000624360 0.999928594 -0.011934778 -6.767245293 -0.946664691 0.004436644 0.322190046 460.061157227\n0.270529509 0.009661024 0.962663293 56.352828979 0.012344537 0.999832630 -0.013503134 -6.784234047 -0.962632656 0.015536629 0.270365000 460.128173828\n0.223639548 0.011603594 0.974602878 56.810394287 0.014704717 0.999775171 -0.015277549 -6.801338673 -0.974561036 0.017747924 0.223418653 460.196655273\n0.181680918 0.016670678 0.983216286 57.282257080 0.010354544 0.999768436 -0.018864663 -6.810797215 -0.983303070 0.013608106 0.181466222 460.266540527\n0.143900752 0.022649720 0.989332974 57.765350342 0.004759471 0.999710619 -0.023579584 -6.816813946 -0.989580750 0.008101825 0.143751323 460.324768066\n0.111494303 0.025343137 0.993441880 58.258117676 0.004728977 0.999649942 -0.026032243 -6.823189735 -0.993753850 0.007600411 0.111335456 460.357940674\n0.085391819 0.023374610 0.996073306 58.781829834 0.010235257 0.999651432 -0.024336031 -6.841458321 -0.996294975 0.012273164 0.085122764 460.381195068\n0.065667808 0.022955608 0.997577488 59.326904297 0.014990984 0.999599814 -0.023988962 -6.862818718 -0.997729003 0.016529972 0.065297425 460.396606445\n0.051767349 0.024151072 0.998367190 59.879577637 0.019390140 0.999494791 -0.025183769 -6.872770309 -0.998471022 0.020662175 0.051272869 460.414184570\n0.045403659 0.024676031 0.998663962 60.465820312 0.021094853 0.999448299 -0.025654476 -6.884819984 -0.998746037 0.022231476 0.044858038 460.430084229\n0.045083821 0.023065291 0.998716950 61.049438477 0.020442829 0.999502778 -0.024006266 -6.900263786 -0.998774052 0.021498892 0.044589937 460.455749512\n0.047490239 0.021042490 0.998650134 61.658355713 0.019389058 0.999570310 -0.021983918 -6.915302753 -0.998683572 0.020406906 0.047061861 460.489624023\n0.049788177 0.019072991 0.998577714 62.277587891 0.017846573 0.999641001 -0.019983117 -6.936810970 -0.998600364 0.018816112 0.049429893 460.530487061\n0.052660048 0.018963924 0.998432517 62.916137695 0.019945437 0.999600232 -0.020038085 -6.953823566 -0.998413444 0.020969382 0.052260756 460.561798096\n0.054972768 0.019601263 0.998295486 63.567932129 0.019992854 0.999585271 -0.020727528 -6.969417572 -0.998287678 0.021098226 0.054558098 460.601013184\n0.057268739 0.019307712 0.998172164 64.235290527 0.020902736 0.999570608 -0.020534033 -6.984329224 -0.998140037 0.022040486 0.056840539 460.644012451\n0.060426831 0.018332057 0.998004377 64.936248779 0.021233674 0.999581456 -0.019646680 -7.000229359 -0.997946858 0.022378484 0.060012281 460.686279297\n0.063290417 0.019728065 0.997800231 65.632537842 0.021689128 0.999541283 -0.021138232 -7.021344662 -0.997759521 0.022979263 0.062833488 460.731628418\n0.066276670 0.023493847 0.997524738 66.344268799 0.020169610 0.999486923 -0.024880156 -7.045845032 -0.997597456 0.021768659 0.065768778 460.781066895\n0.068658471 0.029778551 0.997195780 67.074981689 0.019931808 0.999313951 -0.031214146 -7.066850185 -0.997441232 0.022019032 0.068017840 460.838378906\n0.071072340 0.034153391 0.996886432 67.817199707 0.018538568 0.999195814 -0.035554212 -7.083385468 -0.997299016 0.021007769 0.070381999 460.899902344\n0.073137939 0.032055210 0.996806741 68.581695557 0.016095620 0.999315202 -0.033316858 -7.109364510 -0.997192144 0.018480951 0.072571874 460.962036133\n0.074664295 0.027139196 0.996839404 69.358306885 0.012956022 0.999518812 -0.028182564 -7.136305809 -0.997124612 0.015019305 0.074276745 461.028045654\n0.076138616 0.021112526 0.996873856 70.156494141 0.011921013 0.999685049 -0.022082565 -7.167305470 -0.997026145 0.013565084 0.075862944 461.101989746\n0.078337669 0.020482903 0.996716440 70.990600586 0.011691022 0.999701262 -0.021463107 -7.196574211 -0.996858358 0.013334005 0.078074813 461.169128418\n0.079867005 0.020350788 0.996597767 71.811218262 0.011165609 0.999710560 -0.021309160 -7.218431950 -0.996742964 0.012829519 0.079616666 461.237976074\n0.081804335 0.018610315 0.996474683 72.649841309 0.011139697 0.999746144 -0.019585913 -7.238924503 -0.996586204 0.012702639 0.081576228 461.307708740\n0.082520962 0.015636917 0.996466637 73.502136230 0.013496323 0.999767661 -0.016806398 -7.251623154 -0.996497929 0.014835517 0.082290769 461.382263184\n0.083329976 0.013412127 0.996431768 74.378631592 0.015009912 0.999779105 -0.014712437 -7.285004616 -0.996408939 0.016182341 0.083110273 461.453460693\n0.083577335 0.016920213 0.996357620 75.246002197 0.015481510 0.999713123 -0.018275829 -7.308765411 -0.996380985 0.016952565 0.083291411 461.526672363\n0.083521008 0.026667370 0.996149242 76.123565674 0.012007156 0.999542356 -0.027764935 -7.331271172 -0.996433794 0.014279876 0.083162546 461.612182617\n0.082615972 0.036035027 0.995929837 77.011291504 0.011215044 0.999249160 -0.037085462 -7.360125065 -0.996518433 0.014233250 0.082149804 461.691162109\n0.081172109 0.039467279 0.995918334 77.918853760 0.008539874 0.999151468 -0.040291443 -7.394530773 -0.996663511 0.011775558 0.080766201 461.769592285\n0.078335941 0.034942798 0.996314406 78.833709717 0.005216219 0.999357522 -0.035459653 -7.434736729 -0.996913314 0.007974761 0.078103364 461.850708008\n0.075633109 0.027108496 0.996767223 79.766937256 0.001757636 0.999625206 -0.027319591 -7.473622322 -0.997134209 0.003818222 0.075557172 461.928009033\n0.072932482 0.021279642 0.997109950 80.704071045 0.003062040 0.999762833 -0.021560229 -7.503082275 -0.997332275 0.004625634 0.072850049 461.993041992\n0.069916487 0.019398786 0.997364223 81.641815186 0.005902320 0.999785364 -0.019859638 -7.538282394 -0.997535408 0.007275278 0.069786966 462.065948486\n0.067989349 0.019754555 0.997490585 82.586730957 0.007570490 0.999764979 -0.020315608 -7.564284325 -0.997657418 0.008932738 0.067823827 462.127716064\n0.066613138 0.022356573 0.997528434 83.528808594 0.012287182 0.999654770 -0.023224745 -7.591421127 -0.997703254 0.013803887 0.066315472 462.186767578\n0.066328287 0.022141112 0.997552276 84.480407715 0.013325076 0.999644935 -0.023073561 -7.623477459 -0.997708976 0.014822890 0.066009700 462.253448486\n0.066673219 0.022076489 0.997530580 85.446441650 0.009684810 0.999693751 -0.022771679 -7.650856972 -0.997727871 0.011179157 0.066438973 462.323669434\n0.067195415 0.021862382 0.997500360 86.405487061 0.006933352 0.999725521 -0.022378210 -7.682690620 -0.997715831 0.008419734 0.067025363 462.395965576\n0.067372739 0.021479778 0.997496784 87.377777100 0.005611677 0.999744236 -0.021907201 -7.712460518 -0.997712255 0.007073580 0.067234993 462.469421387\n0.068046212 0.020333635 0.997474909 88.366546631 0.003185882 0.999782741 -0.020598015 -7.741020203 -0.997677088 0.004579455 0.067966640 462.543823242\n0.068119764 0.021348860 0.997448742 89.344604492 0.000223781 0.999770701 -0.021413842 -7.775735855 -0.997677147 0.001681918 0.068099380 462.623291016\n0.068750143 0.024864690 0.997324169 90.327148438 -0.001002097 0.999690592 -0.024854613 -7.804779053 -0.997633576 0.000709346 0.068753779 462.693481445\n0.069748282 0.028515175 0.997156918 91.324462891 -0.000759718 0.999592602 -0.028531684 -7.841434956 -0.997564316 0.001232478 0.069741547 462.764831543\n0.070066333 0.028109306 0.997146368 92.305877686 -0.001324561 0.999604642 -0.028085537 -7.878353596 -0.997541606 0.000647071 0.070075810 462.837280273\n0.070630968 0.027273478 0.997129679 93.286193848 0.000212359 0.999625683 -0.027356794 -7.921627998 -0.997502565 0.002143988 0.070598722 462.903503418\n0.071677387 0.024168717 0.997135043 94.283630371 0.000757784 0.999704778 -0.024285475 -7.952199936 -0.997427642 0.002496332 0.071637869 462.967803955\n0.070240259 0.020050535 0.997328579 95.256652832 0.003453755 0.999787092 -0.020343205 -7.985995293 -0.997524142 0.004873442 0.070156097 463.060913086\n0.069923460 0.014475155 0.997447431 96.248931885 0.004719845 0.999878705 -0.014841313 -8.016616821 -0.997541308 0.005745555 0.069846630 463.131042480\n0.068979383 0.012516567 0.997539580 97.224822998 0.004469193 0.999907374 -0.012855318 -8.048995018 -0.997608066 0.005344948 0.068917036 463.199035645\n0.067454278 0.013518097 0.997630835 98.210723877 0.003086303 0.999900579 -0.013757532 -8.075686455 -0.997717619 0.004006995 0.067405879 463.276580811\n0.065724373 0.017435981 0.997685432 99.206909180 0.003812430 0.999835610 -0.017724710 -8.098975182 -0.997830510 0.004968551 0.065647125 463.340423584\n0.063641965 0.020349525 0.997765481 100.185943604 0.005358419 0.999770701 -0.020732209 -8.128032684 -0.997958601 0.006665886 0.063518286 463.407562256\n0.062414765 0.021073632 0.997827828 101.179718018 0.007018578 0.999743044 -0.021553099 -8.158555984 -0.998025656 0.008348564 0.062250793 463.464935303\n0.061621130 0.018829485 0.997922063 102.160034180 0.011456544 0.999742806 -0.019571278 -8.191011429 -0.998033941 0.012638742 0.061389565 463.520874023\n0.061883688 0.016350338 0.997949541 103.144195557 0.014069229 0.999752164 -0.017252320 -8.221586227 -0.997984290 0.015108019 0.061638355 463.575134277\n0.062416434 0.017483516 0.997897029 104.138854980 0.014108998 0.999731183 -0.018398141 -8.250356674 -0.997950435 0.015227675 0.062152982 463.643280029\n0.062850833 0.022535928 0.997768402 105.110412598 0.012025411 0.999655366 -0.023336044 -8.284296989 -0.997950435 0.013465265 0.062558174 463.711334229\n0.064141929 0.029264249 0.997511744 106.077880859 0.008765686 0.999514878 -0.029886670 -8.318766594 -0.997902453 0.010660867 0.063854277 463.773010254\n0.064436436 0.037182841 0.997228861 107.031768799 0.002861081 0.999294579 -0.037444737 -8.362331390 -0.997917712 0.005265959 0.064284623 463.848937988\n0.064935148 0.038894210 0.997131348 107.981536865 0.001982407 0.999233127 -0.039105292 -8.408133507 -0.997887671 0.004516032 0.064808190 463.913818359\n0.065272808 0.032452222 0.997339666 108.943786621 0.004416186 0.999451876 -0.032809980 -8.450167656 -0.997857749 0.006546039 0.065093696 463.976440430\n0.065130353 0.021988211 0.997634530 109.918182373 0.002094234 0.999751985 -0.022171604 -8.494907379 -0.997874618 0.003533326 0.065068185 464.051513672\n0.064749122 0.013515330 0.997810125 110.876403809 0.005487241 0.999888361 -0.013899554 -8.532608032 -0.997886539 0.006375208 0.064667761 464.128295898\n0.066438794 0.015158688 0.997675359 111.829986572 0.009235942 0.999832392 -0.015806517 -8.559672356 -0.997747779 0.010264637 0.066287637 464.179260254\n0.066579998 0.017136618 0.997633934 112.766174316 0.013006482 0.999752641 -0.018041039 -8.591445923 -0.997696340 0.014176880 0.066340625 464.240783691\n0.067730427 0.022676883 0.997446001 113.701110840 0.012095521 0.999649525 -0.023548316 -8.625909805 -0.997630417 0.013659568 0.067432404 464.300170898\n0.068773746 0.027475750 0.997253954 114.628417969 0.009073681 0.999562085 -0.028165095 -8.661023140 -0.997591138 0.010985785 0.068494320 464.368469238\n0.069533169 0.031710539 0.997075498 115.543182373 0.007889286 0.999445915 -0.032336101 -8.698346138 -0.997548401 0.010114645 0.069244444 464.445526123\n0.070437133 0.035370681 0.996888936 116.468353271 0.006047972 0.999337614 -0.035884894 -8.741583824 -0.997497916 0.008556785 0.070176542 464.513458252\n0.071560204 0.036283996 0.996776104 117.381530762 0.002403232 0.999328971 -0.036549456 -8.780072212 -0.997433424 0.005010970 0.071425021 464.589172363\n0.074189603 0.033665471 0.996675849 118.302551270 -0.000110129 0.999430299 -0.033750314 -8.821664810 -0.997244239 0.002394162 0.074151039 464.666320801\n0.078251123 0.026639698 0.996577740 119.213226318 0.000408605 0.999641955 -0.026753694 -8.866765976 -0.996933639 0.002500714 0.078212202 464.750488281\n0.084716916 0.020015599 0.996204078 120.144744873 0.002427415 0.999791086 -0.020294098 -8.909398079 -0.996402144 0.004137455 0.084650636 464.830871582\n0.092554688 0.017392719 0.995555699 121.053802490 0.002182643 0.999841511 -0.017670510 -8.937423706 -0.995705187 0.003808431 0.092502058 464.916503906\n0.101302981 0.013868128 0.994759023 121.961761475 0.007020381 0.999867976 -0.014654287 -8.962223053 -0.994830906 0.008468111 0.101192296 465.004791260\n0.111865401 0.012188603 0.993648708 122.866149902 0.008513364 0.999876320 -0.013223434 -8.992608070 -0.993687034 0.009938538 0.111747801 465.102416992\n0.121560156 0.014536317 0.992477596 123.763183594 0.004518727 0.999874294 -0.015198112 -9.021186829 -0.992573738 0.006332220 0.121479154 465.233337402\n0.132617056 0.018983578 0.990985572 124.646362305 0.002252140 0.999808192 -0.019453976 -9.048393250 -0.991164863 0.004811768 0.132548869 465.356018066\n0.142753422 0.023223268 0.989485800 125.523666382 0.000414007 0.999723196 -0.023523271 -9.077340126 -0.989758193 0.003767684 0.142704308 465.496643066\n0.152626216 0.022449374 0.988029122 126.406936646 -0.002461297 0.999747515 -0.022335427 -9.104975700 -0.988281071 0.000977141 0.152642906 465.638793945\n0.161767304 0.017210273 0.986678958 127.293991089 -0.005793026 0.999847233 -0.016490189 -9.130912781 -0.986812055 -0.003048281 0.161842287 465.801025391\n0.171446741 0.013495889 0.985100925 128.168197632 -0.005801352 0.999902666 -0.012689006 -9.162600517 -0.985176325 -0.003539428 0.171508312 465.959106445\n0.180718243 0.015497811 0.983412802 129.044662476 -0.007388418 0.999869049 -0.014399406 -9.182539940 -0.983507156 -0.004663629 0.180809081 466.123413086\n0.188305855 0.023144633 0.981837749 129.903121948 -0.008044638 0.999725103 -0.022023413 -9.203967094 -0.982077599 -0.003751389 0.188440263 466.295654297\n0.195587516 0.025806284 0.980346560 130.771484375 -0.008431166 0.999661028 -0.024632618 -9.239045143 -0.980649948 -0.003447635 0.195738792 466.471435547\n0.202889025 0.023630451 0.978916645 131.637023926 -0.007939624 0.999715626 -0.022486970 -9.266585350 -0.979169607 -0.003209868 0.203018904 466.656921387\n0.210529447 0.015769755 0.977460384 132.508438110 -0.007845361 0.999864936 -0.014441452 -9.298765182 -0.977556109 -0.004628177 0.210624695 466.845153809\n0.218175173 0.007328526 0.975882173 133.365493774 -0.005080904 0.999966800 -0.006373470 -9.327600479 -0.975896478 -0.003567830 0.218205154 467.045196533\n0.227600038 0.009309052 0.973710179 134.215927124 -0.007041442 0.999943912 -0.007913954 -9.351854324 -0.973729253 -0.005055109 0.227652788 467.253967285\n0.237416029 0.017414777 0.971251965 135.058456421 -0.007590236 0.999842048 -0.016072022 -9.375470161 -0.971378446 -0.003556276 0.237510681 467.460144043\n0.247493386 0.022615278 0.968625665 135.893112183 -0.006019248 0.999744177 -0.021803852 -9.394775391 -0.968870938 -0.000434088 0.247566164 467.671875000\n0.256799936 0.017941216 0.966298103 136.726303101 -0.002906639 0.999837518 -0.017791484 -9.416122437 -0.966460288 0.001760173 0.256810367 467.902099609\n0.266746283 0.009290210 0.963722050 137.569580078 0.000149360 0.999953151 -0.009680816 -9.448356628 -0.963766813 0.002726264 0.266732395 468.145660400\n0.278739452 0.003579012 0.960360169 138.400711060 0.004713993 0.999975920 -0.005094862 -9.467948914 -0.960355282 0.005947269 0.278715849 468.389526367\n0.291058183 0.005997855 0.956686676 139.215438843 0.008581988 0.999923766 -0.008879875 -9.485988617 -0.956666946 0.010794833 0.290984511 468.638336182\n0.301875174 0.011613930 0.953276813 140.032730103 0.012949362 0.999783576 -0.016281221 -9.515221596 -0.953259587 0.017259223 0.301659465 468.890197754\n0.311879456 0.018128065 0.949948668 140.844314575 0.017437672 0.999540329 -0.024799429 -9.538349152 -0.949961603 0.024299327 0.311420023 469.151916504\n0.320786536 0.020906646 0.946920753 141.650314331 0.016668163 0.999476910 -0.027713653 -9.565540314 -0.947004855 0.024673596 0.320270240 469.429443359\n0.328758180 0.021053620 0.944179416 142.454086304 0.011642002 0.999585152 -0.026342757 -9.598638535 -0.944342375 0.019652536 0.328376710 469.716217041\n0.336109102 0.015101110 0.941702068 143.260589600 0.012285586 0.999716103 -0.020416353 -9.629193306 -0.941743016 0.018431483 0.335828125 470.007751465\n0.343194604 0.008232785 0.939228296 144.057937622 0.014140604 0.999802947 -0.013930739 -9.652243614 -0.939157963 0.018062210 0.343010545 470.297607422\n0.349685788 0.001726885 0.936865449 144.855819702 0.014613241 0.999866605 -0.007297416 -9.677922249 -0.936753035 0.016242443 0.349613905 470.599121094\n0.356416166 0.003247699 0.934321761 145.635833740 0.009174783 0.999933600 -0.006975676 -9.700220108 -0.934282303 0.011058442 0.356362700 470.907409668\n0.363328695 0.009531634 0.931612253 146.412597656 0.008932821 0.999866068 -0.013713760 -9.725135803 -0.931618154 0.013304528 0.363194883 471.222808838\n0.371019065 0.014076398 0.928518534 147.182586670 0.012809488 0.999712408 -0.020274138 -9.744220734 -0.928536892 0.019415939 0.370732069 471.526763916\n0.377870798 0.016323492 0.925714433 147.956329346 0.010176215 0.999710977 -0.021782169 -9.767057419 -0.925802410 0.017651115 0.377595484 471.854187012\n0.384135008 0.013191040 0.923182726 148.734222412 0.006807507 0.999830306 -0.017118825 -9.792037964 -0.923251867 0.012860512 0.383979976 472.194671631\n0.391920865 0.008659915 0.919958234 149.497711182 0.008244450 0.999882460 -0.012924577 -9.822233200 -0.919962049 0.012649962 0.391803443 472.517517090\n0.399304330 0.010594411 0.916757226 150.267456055 0.011931857 0.999788523 -0.016751014 -9.850712776 -0.916740775 0.017627368 0.399093449 472.845336914\n0.405726135 0.016932365 0.913837850 151.018371582 0.011165036 0.999661982 -0.023479644 -9.879166603 -0.913926482 0.019729337 0.405399919 473.186645508\n0.413198233 0.022687638 0.910358548 151.769317627 0.011240846 0.999486387 -0.030010909 -9.903773308 -0.910571814 0.022633655 0.412730992 473.531555176\n0.421088398 0.023054330 0.906726599 152.525955200 0.009287247 0.999514937 -0.029726602 -9.936199188 -0.906972110 0.020938521 0.420670033 473.894409180\n0.429505289 0.020788647 0.902825058 153.275863647 0.006938707 0.999629498 -0.026318673 -9.974869728 -0.903037727 0.017568449 0.429201901 474.271972656\n0.438563168 0.021222914 0.898449779 154.010070801 0.005407004 0.999640703 -0.026252555 -9.996590614 -0.898684144 0.016371325 0.438290834 474.625000000\n0.447122574 0.022757882 0.894183218 154.737915039 0.002125461 0.999646425 -0.026504837 -10.030210495 -0.894470274 0.013751463 0.446916103 475.003082275\n0.455609202 0.023706375 0.889864266 155.469131470 0.000904191 0.999632478 -0.027093597 -10.062028885 -0.890179574 0.013148700 0.455420315 475.384368896\n0.463619828 0.022956530 0.885736823 156.186553955 0.000063815 0.999663413 -0.025942685 -10.088210106 -0.886034310 0.012084068 0.463462293 475.776916504\n0.471905768 0.022512684 0.881361544 156.897537231 -0.002113294 0.999699950 -0.024403894 -10.119805336 -0.881646454 0.009653762 0.471811712 476.159454346\n0.480017126 0.022779996 0.876963317 157.581970215 -0.003762975 0.999707043 -0.023908675 -10.154773712 -0.877251089 0.008176584 0.479962230 476.542663574\n0.488399208 0.026755976 0.872210085 158.274444580 -0.004903228 0.999598205 -0.027918153 -10.189249039 -0.872606635 0.009358561 0.488334179 476.942016602\n0.496843696 0.031743813 0.867259383 158.953704834 -0.004845294 0.999416709 -0.033805281 -10.221096039 -0.867826581 0.012593818 0.496707678 477.336303711\n0.505158186 0.034603581 0.862332761 159.643020630 -0.004539839 0.999288559 -0.037439868 -10.257315636 -0.863014877 0.014998204 0.504955888 477.743194580\n0.512428224 0.031199580 0.858163178 160.315155029 -0.005641696 0.999440491 -0.032967113 -10.289579391 -0.858711600 0.012051787 0.512317538 478.162231445\n0.520666480 0.022105116 0.853473961 160.991027832 -0.005313018 0.999729276 -0.022651918 -10.328775406 -0.853743672 0.007259573 0.520642996 478.574401855\n0.528649211 0.012161747 0.848753214 161.661041260 -0.003226883 0.999918938 -0.012317916 -10.358367920 -0.848834217 0.003773029 0.528645635 478.997741699\n0.536506891 0.007319107 0.843864202 162.320648193 -0.000629449 0.999965608 -0.008272838 -10.377861023 -0.843895733 0.003907265 0.536493063 479.416534424\n0.544677138 0.007773369 0.838609815 162.957946777 0.000402744 0.999954522 -0.009530511 -10.395960808 -0.838645756 0.005528796 0.544649184 479.830810547\n0.552591920 0.012464130 0.833358765 163.581054688 -0.000683433 0.999894619 -0.014501747 -10.415612221 -0.833451688 0.007444003 0.552542210 480.244995117\n0.559961915 0.015523892 0.828372896 164.180664062 -0.001494092 0.999841750 -0.017727282 -10.435838699 -0.828517020 0.008688938 0.559896469 480.656799316\n0.566948652 0.017956598 0.823557436 164.764770508 -0.002946130 0.999800205 -0.019771185 -10.456441879 -0.823747873 0.008782942 0.566888332 481.065185547\n0.573496938 0.018569233 0.818997264 165.339050293 -0.005187882 0.999805331 -0.019035943 -10.479555130 -0.819191277 0.006668196 0.573481679 481.473022461\n0.578047872 0.017767644 0.815809429 165.888198853 -0.006693695 0.999832511 -0.017032646 -10.510824203 -0.815975428 0.004384906 0.578069985 481.880981445\n0.582156181 0.019156840 0.812851369 166.428741455 -0.009277138 0.999813855 -0.016918875 -10.530352592 -0.813024104 0.002308496 0.582225561 482.273559570\n0.584531665 0.018836584 0.811152220 166.951049805 -0.009540950 0.999820948 -0.016342461 -10.552173615 -0.811314821 0.001813523 0.584606707 482.650177002\n0.585431814 0.020162040 0.810470879 167.449539185 -0.011082122 0.999796331 -0.016866870 -10.578639030 -0.810645878 0.000892666 0.585536003 483.029479980\n0.585294902 0.024081701 0.810462773 167.936203003 -0.013087277 0.999709189 -0.020253591 -10.598972321 -0.810714841 0.001247574 0.585439920 483.376220703\n0.582575560 0.028578112 0.812274039 168.401641846 -0.016356740 0.999591470 -0.023437167 -10.625923157 -0.812611997 0.000367769 0.582805037 483.722961426\n0.577632427 0.030649230 0.815721393 168.854019165 -0.017324997 0.999530077 -0.025287246 -10.645218849 -0.816113114 0.000474365 0.577892065 484.067321777\n0.571424127 0.031229980 0.820060492 169.285430908 -0.018878799 0.999511421 -0.024909044 -10.666830063 -0.820437729 -0.001248129 0.571734488 484.357025146\n0.562004685 0.027411379 0.826679766 169.718276978 -0.019373862 0.999612749 -0.019974560 -10.686193466 -0.826907158 -0.004790184 0.562318087 484.645568848\n0.550683022 0.020867331 0.834453702 170.130493164 -0.019271065 0.999738872 -0.012283048 -10.698867798 -0.834492087 -0.009316742 0.550941288 484.922729492\n0.538631201 0.014317349 0.842420042 170.526290894 -0.016627198 0.999841511 -0.006361614 -10.713268280 -0.842377603 -0.010580520 0.538783908 485.169036865\n0.526193440 0.009028861 0.850317061 170.907104492 -0.012690260 0.999915659 -0.002764342 -10.727811813 -0.850270271 -0.009336164 0.526263654 485.392089844\n0.512842298 0.005820973 0.858463168 171.266830444 -0.007481454 0.999969363 -0.002311093 -10.745823860 -0.858450294 -0.005237326 0.512870073 485.581909180\n0.498281717 0.006368097 0.866991818 171.620239258 -0.004853026 0.999977827 -0.004555732 -10.761762619 -0.867001593 -0.001937496 0.498301566 485.764526367\n0.480441868 0.009942235 0.876970232 171.966140747 -0.000184953 0.999936879 -0.011234987 -10.778468132 -0.877026558 0.005235560 0.480413377 485.949707031\n0.461695671 0.017097410 0.886873662 172.309402466 -0.000606009 0.999820054 -0.018959343 -10.789171219 -0.887038231 0.008215993 0.461622953 486.111877441\n0.439421177 0.022786304 0.897992134 172.642120361 -0.003126442 0.999710977 -0.023837507 -10.805809021 -0.898275793 0.007667187 0.439365387 486.264160156\n0.412791908 0.025752472 0.910461247 172.999450684 -0.007192433 0.999661207 -0.025014540 -10.814080238 -0.910796940 0.003777369 0.412837327 486.417297363\n0.382529020 0.024516158 0.923618197 173.362716675 -0.006098001 0.999693096 -0.024009893 -10.821614265 -0.923923433 0.003552257 0.382561147 486.550537109\n0.350548863 0.023034107 0.936261177 173.727767944 -0.004330889 0.999726713 -0.022973957 -10.826773643 -0.936534464 0.003998654 0.350552797 486.648437500\n0.314448893 0.020465376 0.949053824 174.086135864 0.000031529 0.999767363 -0.021569408 -10.839857101 -0.949274480 0.006812400 0.314375043 486.746002197\n0.277883768 0.016676471 0.960470021 174.457351685 0.005747373 0.999802530 -0.019022230 -10.856283188 -0.960597575 0.010806150 0.277733028 486.819030762\n0.240160763 0.015160933 0.970614791 174.819671631 0.010061670 0.999785423 -0.018106153 -10.867924690 -0.970681012 0.014114394 0.239956677 486.875000000\n0.201792002 0.016754724 0.979285061 175.132186890 0.010849998 0.999754071 -0.019340688 -10.889704704 -0.979368269 0.014528038 0.201560616 486.887207031\n0.159186542 0.021207111 0.987020731 175.492431641 0.005830696 0.999731600 -0.022420591 -10.903491974 -0.987231314 0.009324075 0.159020185 486.927612305\n0.113839209 0.026105080 0.993156195 175.861862183 0.001607303 0.999648571 -0.026459968 -10.913566589 -0.993497908 0.004608484 0.113757253 486.949096680\n0.067027867 0.029063419 0.997327864 176.239807129 0.003204495 0.999564230 -0.029343959 -10.918670654 -0.997746110 0.005162799 0.066905499 486.942443848\n0.018184066 0.031492233 0.999338567 176.619781494 0.004240957 0.999492407 -0.031574249 -10.932912827 -0.999825656 0.004812301 0.018041253 486.908386230\n-0.032317758 0.033982646 0.998899817 177.016113281 0.008962007 0.999391496 -0.033709425 -10.940837860 -0.999437511 0.007862733 -0.032602668 486.859985352\n-0.084499598 0.032115001 0.995905876 177.395843506 0.010029058 0.999457240 -0.031378590 -10.958393097 -0.996373057 0.007336522 -0.084775805 486.800598145\n-0.137682676 0.026912818 0.990110874 177.808044434 0.008107888 0.999627888 -0.026044047 -10.973501205 -0.990443349 0.004441895 -0.137849689 486.723327637\n-0.190428853 0.021306721 0.981469929 178.222259521 0.004060204 0.999772966 -0.020916291 -10.984285355 -0.981692731 0.000001907 -0.190472126 486.618835449\n-0.244354248 0.016320426 0.969548762 178.637847900 0.001228801 0.999862790 -0.016521009 -11.004224777 -0.969685316 -0.002845596 -0.244340777 486.492706299\n-0.298735619 0.012489851 0.954254270 179.049133301 0.000417414 0.999915957 -0.012956826 -11.022209167 -0.954335928 -0.003472345 -0.298715711 486.334503174\n-0.352402091 0.010730599 0.935787380 179.453674316 0.000264162 0.999935389 -0.011366702 -11.029475212 -0.935848832 -0.003758447 -0.352382064 486.130249023\n-0.407528043 0.009361039 0.913144648 179.873474121 -0.000990886 0.999942362 -0.010693062 -11.037048340 -0.913192093 -0.005262546 -0.407495260 485.909454346\n-0.461422563 0.008188107 0.887142658 180.305847168 -0.003358603 0.999934137 -0.010976028 -11.044834137 -0.887174070 -0.008044148 -0.461364627 485.649078369\n-0.513689637 0.007548151 0.857942939 180.737365723 -0.004864665 0.999919593 -0.011709954 -11.050156593 -0.857962370 -0.010188886 -0.513611674 485.358154297\n-0.562474608 0.006705457 0.826787531 181.207702637 -0.005554609 0.999913931 -0.011888430 -11.047872543 -0.826796055 -0.011279420 -0.562389016 485.020141602\n-0.605086446 0.006959862 0.796129704 181.646972656 -0.003856529 0.999924421 -0.011672557 -11.050256729 -0.796150804 -0.010133200 -0.605013967 484.651611328\n-0.640600324 0.007724197 0.767835855 182.084533691 -0.000398061 0.999945939 -0.010391254 -11.057823181 -0.767874599 -0.006962284 -0.640562654 484.245758057\n-0.669296384 0.007791884 0.742954791 182.538818359 0.001211695 0.999955118 -0.009395662 -11.065527916 -0.742994666 -0.005388246 -0.669275761 483.802947998\n-0.692469120 0.008826337 0.721393526 183.013854980 0.003038824 0.999951959 -0.009317552 -11.057875633 -0.721441090 -0.004259929 -0.692462683 483.343505859\n-0.710873246 0.008824206 0.703265071 183.486694336 0.003757681 0.999954641 -0.008748583 -11.062417984 -0.703310430 -0.003576486 -0.710874200 482.854248047\n-0.725223780 0.009328319 0.688450158 183.956726074 0.004740735 0.999952137 -0.008555129 -11.071332932 -0.688497007 -0.002940623 -0.725233316 482.333465576\n-0.737191319 0.010685411 0.675599754 184.444641113 0.006338154 0.999940336 -0.008899266 -11.078978539 -0.675654531 -0.002278405 -0.737215042 481.791656494\n-0.747313380 0.011398348 0.664374292 184.941894531 0.007178752 0.999933004 -0.009080438 -11.086308479 -0.664433300 -0.002016552 -0.747345090 481.228027344\n-0.755628943 0.011960862 0.654890716 185.441345215 0.007482430 0.999925673 -0.009629137 -11.092785835 -0.654957235 -0.002375880 -0.755662322 480.634490967\n-0.763255954 0.012252869 0.645980358 185.961364746 0.008325122 0.999923646 -0.009129901 -11.098404884 -0.646042943 -0.001590585 -0.763299704 480.022613525\n-0.769137263 0.011966843 0.638971746 186.486206055 0.009399654 0.999928355 -0.007412476 -11.103606224 -0.639014661 0.000304903 -0.769194603 479.392974854\n-0.773020506 0.011165097 0.634283185 187.019714355 0.010945417 0.999931037 -0.004261975 -11.109125137 -0.634287000 0.003647899 -0.773089409 478.744140625\n-0.775075316 0.010809334 0.631776392 187.581115723 0.012167029 0.999923587 -0.002181380 -11.116661072 -0.631751716 0.005996108 -0.775147676 478.059448242\n-0.776780844 0.013431788 0.629627705 188.154785156 0.013568309 0.999897420 -0.004591297 -11.123761177 -0.629624784 0.004976553 -0.776883364 477.360076904\n-0.777887821 0.015544314 0.628211141 188.722839355 0.012801206 0.999878526 -0.008889568 -11.133377075 -0.628273010 0.001126774 -0.777992368 476.657501221\n-0.779266477 0.016114503 0.626485765 189.312744141 0.011158997 0.999867678 -0.011838323 -11.138735771 -0.626593590 -0.002234254 -0.779343247 475.939697266\n-0.780392408 0.014595123 0.625119984 189.910400391 0.011229167 0.999893427 -0.009326872 -11.145717621 -0.625189483 -0.000259044 -0.780473232 475.202453613\n-0.781922698 0.012015644 0.623259902 190.538085938 0.012012301 0.999918997 -0.004206886 -11.164264679 -0.623259962 0.004197326 -0.782003641 474.410644531\n-0.783407927 0.010910378 0.621412456 191.156005859 0.012630713 0.999918878 -0.001632562 -11.170160294 -0.621379852 0.006569919 -0.783482194 473.635253906\n-0.784421086 0.011351063 0.620125115 191.781372070 0.013354550 0.999909818 -0.001410120 -11.178249359 -0.620085180 0.007175363 -0.784501910 472.855895996\n-0.784750223 0.012776769 0.619680464 192.412963867 0.014845570 0.999888122 -0.001815897 -11.183249474 -0.619634330 0.007774483 -0.784852147 472.064300537\n-0.784940958 0.015629707 0.619373977 193.036560059 0.017765520 0.999838471 -0.002716140 -11.199014664 -0.619316399 0.008871490 -0.785091758 471.280090332\n-0.784385920 0.018099058 0.620009065 193.680297852 0.019653026 0.999797523 -0.004322258 -11.211088181 -0.619961739 0.008794735 -0.784582734 470.451354980\n-0.783603311 0.019569995 0.620953619 194.317626953 0.020359116 0.999775827 -0.005817088 -11.225395203 -0.620928288 0.008083777 -0.783826113 469.656707764\n-0.782621741 0.020302756 0.622166395 194.957031250 0.021148274 0.999758184 -0.006022097 -11.244990349 -0.622138202 0.008444722 -0.782861829 468.867828369\n-0.781043887 0.020504434 0.624139965 195.592712402 0.021778647 0.999747217 -0.005590378 -11.262495995 -0.624096811 0.009226594 -0.781292915 468.076538086\n-0.779819489 0.021177271 0.625646412 196.245117188 0.023462428 0.999714136 -0.004594869 -11.274144173 -0.625564873 0.011096016 -0.780093431 467.247833252\n-0.778676987 0.020454794 0.627091646 196.890136719 0.023868877 0.999710679 -0.002970431 -11.292448044 -0.626971006 0.012654968 -0.778939843 466.458892822\n-0.777211308 0.020919528 0.628892303 197.527465820 0.024835933 0.999688268 -0.002560450 -11.312379837 -0.628749847 0.013629115 -0.777488470 465.669586182\n-0.776344776 0.021108679 0.629954994 198.178649902 0.024873473 0.999686539 -0.002844129 -11.325886726 -0.629817545 0.013461143 -0.776626468 464.888641357\n-0.775338173 0.021586372 0.631177306 198.837341309 0.025914257 0.999661386 -0.002355519 -11.342515945 -0.631014407 0.014530167 -0.775635004 464.067474365\n-0.774005055 0.021589769 0.632811189 199.483947754 0.026071487 0.999657631 -0.002216955 -11.354198456 -0.632642448 0.014782396 -0.774302840 463.279174805\n-0.773181438 0.023097921 0.633764267 200.129882812 0.026223488 0.999646246 -0.004440512 -11.372327805 -0.633642614 0.013186188 -0.773513675 462.503326416\n-0.771914244 0.025761368 0.635204673 200.786193848 0.027418444 0.999597967 -0.007220234 -11.387121201 -0.635135293 0.011842920 -0.772310257 461.708740234\n-0.771108508 0.025486421 0.636193812 201.431457520 0.026406050 0.999618948 -0.008039667 -11.404061317 -0.636156321 0.010599909 -0.771487713 460.931488037\n-0.770766020 0.023791647 0.636674166 202.099853516 0.025680872 0.999650538 -0.006265990 -11.415824890 -0.636600733 0.011520735 -0.771107674 460.142761230\n-0.770569324 0.020427788 0.637028694 202.749633789 0.024077406 0.999705791 -0.002933098 -11.438375473 -0.636901200 0.013077844 -0.770834446 459.366271973\n-0.770589232 0.020020803 0.637017787 203.404602051 0.024264185 0.999703467 -0.002067683 -11.460817337 -0.636870265 0.013863381 -0.770846486 458.586853027\n-0.770434022 0.019985812 0.637206614 204.052856445 0.023711083 0.999715269 -0.002687193 -11.475028038 -0.637078822 0.013038554 -0.770688534 457.793579102\n-0.770622969 0.019169020 0.637003243 204.705993652 0.021584099 0.999759138 -0.003973613 -11.491523743 -0.636925936 0.010686981 -0.770851135 457.024353027\n-0.770837903 0.018576324 0.636760890 205.342163086 0.020664517 0.999777853 -0.004151027 -11.514001846 -0.636696517 0.009958586 -0.771050572 456.277648926\n-0.771137834 0.018792998 0.636390924 205.988830566 0.020916056 0.999772489 -0.004179135 -11.530755043 -0.636324704 0.010088099 -0.771355510 455.499664307\n-0.771710277 0.018567499 0.635703087 206.626220703 0.020706631 0.999777317 -0.004064545 -11.544420242 -0.635636985 0.010026618 -0.771922946 454.734313965\n-0.772375822 0.019015672 0.634881556 207.265869141 0.021398598 0.999763370 -0.003911628 -11.561970711 -0.634805679 0.010564327 -0.772600055 453.976715088\n-0.772777200 0.020564789 0.634344399 207.899902344 0.023885867 0.999709189 -0.003311071 -11.586844444 -0.634228051 0.012593145 -0.773043633 453.195800781\n-0.772886157 0.021726884 0.634172559 208.528808594 0.023959197 0.999700189 -0.005050106 -11.600847244 -0.634092152 0.011291108 -0.773175001 452.430816650\n-0.773029208 0.022474855 0.633972585 209.161987305 0.024076369 0.999691606 -0.006082590 -11.617878914 -0.633913815 0.010561738 -0.773331881 451.669067383\n-0.772933960 0.020990897 0.634139180 209.783264160 0.024021093 0.999704182 -0.003812993 -11.638123512 -0.634031653 0.012285525 -0.773209572 450.915191650\n-0.772311568 0.017457861 0.635004401 210.414428711 0.023076374 0.999733508 0.000580995 -11.648478508 -0.634825051 0.015102305 -0.772508621 450.146179199\n-0.771923423 0.014222777 0.635556459 211.058959961 0.021571709 0.999759972 0.003827109 -11.664911270 -0.635349452 0.016664274 -0.772044897 449.388854980\n-0.771002769 0.014058783 0.636676610 211.687744141 0.021423787 0.999763012 0.003867502 -11.673284531 -0.636471391 0.016621878 -0.771121264 448.632781982\n-0.769066334 0.014872722 0.638996243 212.312438965 0.022324000 0.999744296 0.003598946 -11.684457779 -0.638779342 0.017032778 -0.769201636 447.881652832\n-0.767029405 0.015211910 0.641431510 212.953063965 0.020618740 0.999786973 0.000945560 -11.697159767 -0.641280472 0.013950782 -0.767179728 447.122741699\n-0.765124440 0.017202158 0.643652797 213.588439941 0.020615742 0.999785006 -0.002213701 -11.704738617 -0.643552542 0.011575622 -0.765314579 446.366485596\n-0.763903499 0.017205514 0.645101368 214.238342285 0.020798940 0.999781609 -0.002035925 -11.716429710 -0.644995511 0.011862173 -0.764094472 445.615264893\n-0.762511611 0.016926840 0.646753311 214.898132324 0.021211650 0.999774337 -0.001157930 -11.733356476 -0.646626949 0.012835769 -0.762698650 444.838348389\n-0.761294484 0.019839698 0.648103178 215.559265137 0.022165118 0.999743879 -0.004567856 -11.739916801 -0.648027837 0.010887799 -0.761539221 444.066711426\n-0.760358691 0.024709126 0.649033427 216.226196289 0.025392419 0.999643028 -0.008309224 -11.748224258 -0.649007082 0.010162539 -0.760714650 443.293334961\n-0.759227633 0.024522560 0.650363147 216.887207031 0.026166691 0.999632061 -0.007145339 -11.763825417 -0.650299072 0.011592913 -0.759589911 442.507690430\n-0.759377956 0.022027083 0.650276899 217.576110840 0.024065822 0.999693811 -0.005759520 -11.783926964 -0.650204659 0.011275796 -0.759675503 441.716827393\n-0.759789586 0.020563180 0.649843991 218.263671875 0.020358605 0.999762058 -0.007832701 -11.795860291 -0.649850428 0.007278712 -0.760027528 440.929229736\n-0.760663629 0.018176192 0.648891926 218.960327148 0.016308343 0.999827504 -0.008888842 -11.812326431 -0.648941517 0.003820934 -0.760828733 440.132415771\n-0.761331081 0.014235923 0.648207188 219.661560059 0.012622297 0.999894857 -0.007134573 -11.830801010 -0.648240626 0.002750092 -0.761430740 439.322662354\n-0.762086272 0.011749993 0.647369087 220.348754883 0.011687265 0.999922037 -0.004390657 -11.847350121 -0.647370219 0.004219914 -0.762164235 438.515686035\n-0.762036085 0.011447620 0.647433341 221.040222168 0.013437908 0.999907970 -0.001863350 -11.860890388 -0.647395074 0.007280210 -0.762119770 437.694854736\n-0.762567759 0.012231271 0.646792710 221.739868164 0.016068894 0.999870896 0.000036995 -11.877260208 -0.646708786 0.010421455 -0.762665868 436.883850098\n-0.762605071 0.014760799 0.646696091 222.441406250 0.019460408 0.999810636 0.000127726 -11.884346008 -0.646571755 0.012682374 -0.762747884 436.072082520\n-0.762768030 0.017327210 0.646440268 223.125915527 0.022531597 0.999746084 -0.000211055 -11.902068138 -0.646279812 0.014404344 -0.762964725 435.251770020\n-0.762396932 0.017682772 0.646868289 223.821289062 0.022240847 0.999752045 -0.001116204 -11.918825150 -0.646727622 0.013535907 -0.762601137 434.438934326\n-0.761254191 0.018756388 0.648182392 224.506958008 0.023314377 0.999727011 -0.001547559 -11.931430817 -0.648034453 0.013933884 -0.761483669 433.632049561\n-0.760307789 0.018815856 0.649290681 225.198120117 0.023480445 0.999723196 -0.001475897 -11.953973770 -0.649138689 0.014123498 -0.760539055 432.832092285\n-0.759276748 0.017758304 0.650525689 225.911743164 0.020908238 0.999777198 -0.002888758 -11.969058990 -0.650432050 0.011407980 -0.759478807 432.002532959\n-0.758256197 0.018297942 0.651700199 226.602416992 0.020710034 0.999777615 -0.003974782 -11.984483719 -0.651628017 0.010482830 -0.758466482 431.207397461\n-0.757150054 0.018646123 0.652975202 227.295837402 0.020812651 0.999773622 -0.004416104 -12.003857613 -0.652909696 0.010246492 -0.757366657 430.417236328\n-0.756389022 0.019460214 0.653832614 227.997802734 0.020270662 0.999774635 -0.006306389 -12.025609016 -0.653807998 0.008483537 -0.756613016 429.628723145\n-0.755086899 0.021134933 0.655284226 228.690185547 0.019924996 0.999758363 -0.009285632 -12.041559219 -0.655322134 0.006045078 -0.755325556 428.826477051\n-0.754191041 0.020947769 0.656321108 229.371093750 0.018776760 0.999770284 -0.010332897 -12.065390587 -0.656386793 0.004530605 -0.754411221 428.046325684\n-0.753708720 0.019803492 0.656910717 230.064086914 0.017511105 0.999796152 -0.010048840 -12.087722778 -0.656975806 0.003929336 -0.753901839 427.272705078\n-0.753383279 0.017588597 0.657346308 230.765991211 0.016132403 0.999835730 -0.008263262 -12.113876343 -0.657383680 0.004379171 -0.753543258 426.476867676\n-0.753136873 0.014885513 0.657695591 231.447265625 0.014509093 0.999876618 -0.006015467 -12.137197495 -0.657703996 0.005012096 -0.753260016 425.705902100\n-0.753461957 0.012431409 0.657374263 232.129211426 0.012224626 0.999913275 -0.004897580 -12.157522202 -0.657378137 0.004346013 -0.753548622 424.944183350\n-0.753715158 0.012412032 0.657083929 232.784423828 0.013408616 0.999903977 -0.003507256 -12.175004005 -0.657064319 0.006167113 -0.753809214 424.188842773\n-0.754232287 0.012010548 0.656497955 233.434448242 0.014751166 0.999890268 -0.001345664 -12.193983078 -0.656442046 0.008669166 -0.754326701 423.442504883\n-0.755483270 0.009841373 0.655094266 234.088562012 0.013485204 0.999908924 0.000530257 -12.210600853 -0.655029416 0.009234679 -0.755547166 422.710693359\n-0.756676197 0.009947653 0.653714061 234.710998535 0.014668205 0.999890864 0.001763026 -12.225372314 -0.653625190 0.010922852 -0.756739497 421.990905762\n-0.758518577 0.009944368 0.651575625 235.343566895 0.014645750 0.999891162 0.001789181 -12.241114616 -0.651486874 0.010899941 -0.758581638 421.279052734\n-0.760915399 0.010167168 0.648771763 235.928344727 0.014630713 0.999891877 0.001489989 -12.256343842 -0.648686469 0.010625747 -0.760981798 420.596252441\n-0.764526844 0.009849166 0.644516826 236.509765625 0.013920335 0.999902368 0.001232341 -12.273179054 -0.644441724 0.009914047 -0.764589310 419.928436279\n-0.768591762 0.010288588 0.639656901 237.063537598 0.013632710 0.999907017 0.000297592 -12.294035912 -0.639594376 0.008948983 -0.768660665 419.267303467\n-0.773663044 0.011535266 0.633492470 237.597473145 0.014526317 0.999894381 -0.000466581 -12.307887077 -0.633430958 0.008841336 -0.773748875 418.623657227\n-0.780000210 0.012725094 0.625650048 238.099609375 0.016442435 0.999864817 0.000162592 -12.318887711 -0.625563443 0.010414031 -0.780103922 418.002319336\n-0.787461638 0.013126552 0.616224051 238.567199707 0.017287958 0.999850214 0.000793570 -12.341705322 -0.616121352 0.011278162 -0.787570596 417.393890381\n-0.796688437 0.013032506 0.604250014 239.006042480 0.016401930 0.999865472 0.000060357 -12.356061935 -0.604167938 0.009958951 -0.796795011 416.802093506\n-0.808300972 0.012766174 0.588631451 239.431030273 0.015192770 0.999884248 -0.000822872 -12.372119904 -0.588573813 0.008277813 -0.808401465 416.219543457\n-0.821994185 0.014516494 0.569311380 239.815185547 0.015625710 0.999873579 -0.002934109 -12.383050919 -0.569281995 0.006484072 -0.822117090 415.648864746\n-0.838113308 0.015411383 0.545278311 240.164306641 0.015577914 0.999869347 -0.004315797 -12.401256561 -0.545273542 0.004877171 -0.838243961 415.087768555\n-0.856476188 0.016179254 0.515933275 240.491088867 0.016136395 0.999859393 -0.004567540 -12.417570114 -0.515934587 0.004413313 -0.856616855 414.527496338\n-0.876281023 0.016053408 0.481533319 240.770812988 0.015656140 0.999865711 -0.004843025 -12.432209969 -0.481546402 0.003295103 -0.876414657 413.972015381\n-0.897744536 0.018673273 0.440120906 241.013977051 0.018002002 0.999821723 -0.005700133 -12.442084312 -0.440148890 0.002805794 -0.897920609 413.413391113\n-0.919815183 0.020241495 0.391829759 241.224426270 0.019855686 0.999790192 -0.005037112 -12.458860397 -0.391849488 0.003146837 -0.920024037 412.843811035\n-0.940836310 0.020412331 0.338246733 241.400421143 0.021372026 0.999771178 -0.000887191 -12.466978073 -0.338187456 0.006394315 -0.941057324 412.273498535\n-0.959940314 0.019647038 0.279515713 241.528930664 0.021963129 0.999745488 0.005156243 -12.480252266 -0.279343277 0.011088723 -0.960127592 411.680206299\n-0.976672173 0.019413535 0.213856250 241.619018555 0.022323094 0.999688089 0.011198491 -12.495709419 -0.213572145 0.015711188 -0.976800919 411.113983154\n-0.989519954 0.020623578 0.142916977 241.672332764 0.022927826 0.999632061 0.014494784 -12.493646622 -0.142565459 0.017619651 -0.989628673 410.522766113\n-0.997327447 0.022668658 0.069456726 241.674896240 0.023887342 0.999574065 0.016765820 -12.506072998 -0.069047086 0.018380148 -0.997444153 409.962463379\n-0.999708414 0.023648249 -0.004886363 241.636413574 0.023561025 0.999574482 0.017196851 -12.493376732 0.005290959 0.017076710 -0.999840140 409.424316406\n-0.996536851 0.025225913 -0.079237528 241.557937622 0.023832755 0.999545157 0.018478980 -12.481577873 0.079667635 0.016526530 -0.996684790 408.860107422\n-0.987892389 0.028025260 -0.152589366 241.436157227 0.025078459 0.999460638 0.021202857 -12.484951973 0.153101265 0.017119432 -0.988062382 408.316925049\n-0.974120975 0.031607311 -0.223806590 241.268295288 0.027075764 0.999362051 0.023288321 -12.478424072 0.224399894 0.016625907 -0.974355340 407.809112549\n-0.955029607 0.034108102 -0.294542313 241.069778442 0.027670737 0.999278963 0.025996730 -12.467420578 0.295216620 0.016677443 -0.955284834 407.281219482\n-0.931240797 0.036884893 -0.362533003 240.831878662 0.028212095 0.999175668 0.029189723 -12.456930161 0.363310814 0.016954845 -0.931513667 406.771484375\n-0.904562473 0.041096054 -0.424356222 240.548889160 0.029815145 0.999004185 0.033192575 -12.441169739 0.425297707 0.017372509 -0.904886961 406.297363281\n-0.875479579 0.042813517 -0.481354982 240.240188599 0.028011009 0.998888910 0.037899021 -12.424436569 0.482442766 0.019696577 -0.875706077 405.822479248\n-0.844723344 0.046237983 -0.533202112 239.896240234 0.027606823 0.998699248 0.042868752 -12.407746315 0.534490705 0.021492222 -0.844900966 405.347900391\n-0.812794209 0.046664260 -0.580679238 239.544036865 0.024688661 0.998650253 0.045695595 -12.391693115 0.582027853 0.022804916 -0.812849283 404.904357910\n-0.780582428 0.047805067 -0.623222351 239.154281616 0.022682356 0.998580694 0.048187900 -12.369281769 0.624641478 0.023478469 -0.780558825 404.454742432\n-0.749801636 0.047024898 -0.659989774 238.744079590 0.018422171 0.998568296 0.050219875 -12.346240997 0.661406398 0.025496494 -0.749594450 404.026672363\n-0.720567346 0.048243418 -0.691704988 238.309524536 0.016585911 0.998490393 0.052362401 -12.317776680 0.693186939 0.026258070 -0.720279694 403.605438232\n-0.693217874 0.047405053 -0.719167411 237.872970581 0.011399048 0.998430908 0.054825407 -12.291803360 0.720637918 0.029808128 -0.692670584 403.180084229\n-0.667093992 0.046249099 -0.743536711 237.399948120 0.005949201 0.998369992 0.056762546 -12.258413315 0.744949937 0.033442497 -0.666281700 402.775085449\n-0.639271021 0.045882549 -0.767611563 236.905731201 0.000550913 0.998245418 0.059209462 -12.237743378 0.768981397 0.037428003 -0.638174653 402.385009766\n-0.609956384 0.042935334 -0.791270971 236.382354736 -0.006671553 0.998217463 0.059307318 -12.205468178 0.792406917 0.041453887 -0.608582735 401.990356445\n-0.580889106 0.040865846 -0.812956333 235.833770752 -0.011620030 0.998220861 0.058481723 -12.169872284 0.813899875 0.043417968 -0.579380751 401.615936279\n-0.550446153 0.039030313 -0.833957851 235.275939941 -0.015279250 0.998268366 0.056805190 -12.132596970 0.834730864 0.044010449 -0.548896670 401.236450195\n-0.521513462 0.037668653 -0.852411330 234.688995361 -0.018388672 0.998296797 0.055365801 -12.101318359 0.853045046 0.044548713 -0.519932508 400.890594482\n-0.494008541 0.038099222 -0.868621886 234.073516846 -0.018114841 0.998371601 0.054092661 -12.069751740 0.869268298 0.042457186 -0.492513895 400.563690186\n-0.466825247 0.038174301 -0.883525252 233.439422607 -0.017638942 0.998467207 0.052460410 -12.036064148 0.884173632 0.040074296 -0.465436459 400.247833252\n-0.440285921 0.038348045 -0.897038400 232.767456055 -0.016302187 0.998581350 0.050690435 -11.994791031 0.897709668 0.036941968 -0.439036131 399.931945801\n-0.414214015 0.038585156 -0.909361482 232.083343506 -0.015616186 0.998652697 0.049487051 -11.962589264 0.910045743 0.034698974 -0.413053393 399.637329102\n-0.388891339 0.039022088 -0.920456886 231.377777100 -0.012550370 0.998785496 0.047645278 -11.931697845 0.921198189 0.030080907 -0.387929320 399.357727051\n-0.365385771 0.040219743 -0.929987073 230.638763428 -0.007938508 0.998895168 0.046318848 -11.898580551 0.930822551 0.024306949 -0.364662886 399.091979980\n-0.342167974 0.042392474 -0.938682079 229.890808105 -0.000624151 0.998971283 0.045342758 -11.862291336 0.939638615 0.016100718 -0.341789484 398.837951660\n-0.321012974 0.046970677 -0.945909321 229.112457275 0.004623021 0.998835206 0.048029885 -11.826088905 0.947063506 0.011045258 -0.320856214 398.595306396\n-0.301227570 0.051990610 -0.952133954 228.316162109 0.009224896 0.998624682 0.051610716 -11.790729523 0.953507721 0.006763231 -0.301292896 398.363586426\n-0.283709526 0.054113567 -0.957382202 227.482727051 0.010674389 0.998522758 0.053275697 -11.748888016 0.958850861 0.004895353 -0.283868074 398.129486084\n-0.267245293 0.052305494 -0.962207913 226.644256592 0.008421517 0.998614430 0.051945537 -11.717201233 0.963591754 0.005778948 -0.267315507 397.892639160\n-0.250662446 0.048215318 -0.966873229 225.791748047 0.007282204 0.998824596 0.047920734 -11.672174454 0.968047261 0.004970956 -0.250718951 397.676300049\n-0.233560205 0.046047390 -0.971251488 224.914916992 0.004079115 0.998915613 0.046378039 -11.632284164 0.972333908 0.006870209 -0.233494759 397.462890625\n-0.216109633 0.046627000 -0.975255251 224.020294189 0.001148129 0.998870492 0.047501635 -11.590011597 0.976368546 0.009145835 -0.215919018 397.263549805\n-0.200197935 0.049057063 -0.978526592 223.075286865 0.003424126 0.998774588 0.049371626 -11.547776222 0.979749560 0.006533497 -0.200120568 397.079254150\n-0.186702013 0.049062356 -0.981190801 222.143890381 0.007083082 0.998793483 0.048594765 -11.505210876 0.982391119 0.002122879 -0.186824203 396.914733887\n-0.175116539 0.046022870 -0.983471513 221.189147949 0.011494279 0.998934329 0.044699810 -11.467845917 0.984480679 -0.003476624 -0.175458908 396.752838135\n-0.165634871 0.039711192 -0.985387444 220.207092285 0.013133073 0.999189138 0.038059853 -11.423646927 0.986099899 -0.006637131 -0.166022062 396.597991943\n-0.156492710 0.034866430 -0.987063706 219.225769043 0.015442782 0.999340951 0.032851756 -11.384946823 0.987558603 -0.010101955 -0.156927943 396.444152832\n-0.149358273 0.033856578 -0.988203287 218.215850830 0.016974561 0.999354124 0.031673059 -11.358615875 0.988637388 -0.012043683 -0.149836540 396.295806885\n-0.145396709 0.035639860 -0.988731265 217.179534912 0.014573709 0.999319673 0.033878408 -11.330230713 0.989266038 -0.009483674 -0.145817161 396.141265869\n-0.142126441 0.038341966 -0.989105701 216.138702393 0.015049784 0.999217689 0.036571421 -11.297839165 0.989734173 -0.009688062 -0.142592311 395.994537354\n-0.137412310 0.039298728 -0.989734113 215.086395264 0.017247191 0.999156058 0.037278283 -11.273847580 0.990363836 -0.011947638 -0.137974143 395.841918945\n-0.133787036 0.039465189 -0.990224123 214.030090332 0.015106753 0.999171853 0.037780765 -11.242479324 0.990895092 -0.009904501 -0.134272337 395.690246582\n-0.131931543 0.038794335 -0.990499377 212.929077148 0.013772207 0.999209166 0.037301049 -11.201259613 0.991163135 -0.008720179 -0.132361412 395.554595947\n-0.129614472 0.039129011 -0.990792215 211.846130371 0.014632705 0.999187768 0.037546344 -11.169073105 0.991456568 -0.009631422 -0.130081773 395.418273926\n-0.126004577 0.038526021 -0.991281390 210.754760742 0.014869543 0.999206722 0.036943931 -11.143520355 0.991918325 -0.010084800 -0.126477480 395.275482178\n-0.122536182 0.036634121 -0.991787732 209.657623291 0.010003077 0.999313354 0.035676211 -11.105546951 0.992413700 -0.005549303 -0.122818470 395.116760254\n-0.119802475 0.037065331 -0.992105722 208.557800293 0.008077468 0.999306142 0.036358945 -11.075457573 0.992765009 -0.003657815 -0.120018721 394.978576660\n-0.117406964 0.038156245 -0.992350817 207.450592041 0.005792939 0.999270916 0.037736960 -11.048273087 0.993067205 -0.001318052 -0.117542386 394.838348389\n-0.115090370 0.037869103 -0.992633104 206.337005615 0.005366568 0.999282181 0.037500549 -11.021458626 0.993340731 -0.001011090 -0.115211010 394.715057373\n-0.112335443 0.037748758 -0.992953122 205.225463867 0.002956470 0.999286413 0.037655056 -10.984609604 0.993665993 0.001294361 -0.112366915 394.586303711\n-0.108577609 0.038766727 -0.993331969 204.103210449 0.000673279 0.999241948 0.038923789 -10.957214355 0.994087934 0.003557455 -0.108521461 394.452575684\n-0.106325984 0.038214020 -0.993596733 202.975738525 -0.000915141 0.999257028 0.038529649 -10.922800064 0.994330883 0.005005985 -0.106212020 394.331695557\n-0.104196668 0.038104329 -0.993826568 201.850982666 -0.001574164 0.999258220 0.038477629 -10.886517525 0.994555533 0.005573682 -0.104059339 394.208618164\n-0.101379871 0.038847011 -0.994089127 200.718963623 -0.002612623 0.999223471 0.039314095 -10.852050781 0.994844437 0.006582835 -0.101199627 394.080139160\n-0.099062562 0.041559316 -0.994213045 199.561920166 -0.004604373 0.999097645 0.042222276 -10.816932678 0.995070636 0.008760371 -0.098781824 393.947448730\n-0.097027063 0.042239811 -0.994385183 198.433807373 -0.006120701 0.999054790 0.043035399 -10.791073799 0.995263100 0.010261922 -0.096676707 393.845703125\n-0.094163060 0.040653322 -0.994726539 197.297760010 -0.008102513 0.999101520 0.041599128 -10.758907318 0.995523930 0.011976879 -0.093749046 393.731994629\n-0.091214418 0.039937526 -0.995030224 196.158447266 -0.009193503 0.999119103 0.040944412 -10.722143173 0.995788932 0.012882529 -0.090766907 393.619873047\n-0.088676691 0.041268125 -0.995205343 195.021240234 -0.011197619 0.999036908 0.042424764 -10.693712234 0.995997667 0.014906010 -0.088129163 393.516998291\n-0.086226702 0.040732063 -0.995442569 193.880096436 -0.012092638 0.999047518 0.041927051 -10.668099403 0.996202171 0.015652755 -0.085651994 393.412109375\n-0.084668040 0.040649582 -0.995579898 192.743133545 -0.011631141 0.999059081 0.041780800 -10.632472992 0.996341527 0.015117218 -0.084115505 393.320739746\n-0.082303762 0.042706937 -0.995691955 191.614593506 -0.012149933 0.998964190 0.043851599 -10.600744247 0.996533334 0.015706731 -0.081699610 393.217529297\n-0.081203103 0.044338759 -0.995711029 190.489410400 -0.014073981 0.998859406 0.045626733 -10.565311432 0.996598363 0.017718639 -0.080486417 393.126770020\n-0.078793406 0.044888832 -0.995879948 189.365753174 -0.015033635 0.998818576 0.046210743 -10.528299332 0.996777773 0.018612787 -0.078025460 393.024261475\n-0.077333927 0.045792513 -0.995953143 188.243530273 -0.015988380 0.998759270 0.047163006 -10.488858223 0.996877134 0.019570973 -0.076505899 392.928955078\n-0.075677395 0.047546804 -0.995998263 187.129760742 -0.014882506 0.998697400 0.048806451 -10.453654289 0.997021437 0.018516487 -0.074871182 392.845977783\n-0.074344158 0.049645659 -0.995996177 186.007873535 -0.013920582 0.998611033 0.050815072 -10.414157867 0.997135580 0.017642649 -0.073549867 392.762878418\n-0.073003054 0.051005244 -0.996026635 184.887878418 -0.013024301 0.998557508 0.052089456 -10.367137909 0.997246683 0.016775241 -0.072233438 392.683837891\n-0.071551323 0.051966362 -0.996082246 183.750000000 -0.012496837 0.998516798 0.052991055 -10.328236580 0.997358620 0.016239459 -0.070795774 392.603271484\n-0.070837975 0.050914321 -0.996187747 182.645385742 -0.012615434 0.998570859 0.051933195 -10.283546448 0.997408211 0.016246172 -0.070094466 392.533935547\n-0.069297194 0.048655689 -0.996408939 181.539398193 -0.012922193 0.998682320 0.049665403 -10.245346069 0.997512519 0.016317453 -0.068577170 392.445800781\n-0.068169594 0.047181167 -0.996557534 180.430572510 -0.013502840 0.998746037 0.048208445 -10.203454971 0.997582376 0.016742708 -0.067447066 392.360656738\n-0.068145633 0.047505237 -0.996543765 179.329650879 -0.012413943 0.998748004 0.048459202 -10.162636757 0.997598171 0.015673317 -0.067470551 392.283721924\n-0.068065047 0.049937744 -0.996430397 178.229003906 -0.011537371 0.998640358 0.050836608 -10.126438141 0.997614264 0.014956372 -0.067396283 392.209350586\n-0.067603230 0.051196095 -0.996397913 177.149719238 -0.009101602 0.998609424 0.051927246 -10.086230278 0.997670770 0.012579270 -0.067043304 392.126403809\n-0.067952394 0.052118242 -0.996326387 176.055206299 -0.008161452 0.998572171 0.052792359 -10.046740532 0.997655213 0.011718836 -0.067430019 392.054687500\n-0.067979932 0.052493066 -0.996304810 174.979309082 -0.009814895 0.998531401 0.053280070 -10.009124756 0.997638404 0.013400600 -0.067364812 391.977478027\n-0.068085551 0.051299743 -0.996359825 173.905548096 -0.010666213 0.998582661 0.052143063 -9.962386131 0.997622550 0.014177566 -0.067441821 391.892791748\n-0.067707658 0.051060289 -0.996397734 172.833068848 -0.011902221 0.998577178 0.051980756 -9.919289589 0.997634172 0.015378841 -0.067003608 391.818176270\n-0.067589045 0.050817929 -0.996418297 171.764923096 -0.012862705 0.998574615 0.051800407 -9.874801636 0.997630417 0.016317768 -0.066839099 391.744445801\n-0.067716837 0.050967373 -0.996401966 170.712860107 -0.012967137 0.998565018 0.051959287 -9.844880104 0.997620404 0.016438996 -0.066958785 391.668914795\n-0.067190170 0.050711155 -0.996450782 169.641693115 -0.010779445 0.998612344 0.051548019 -9.804320335 0.997682095 0.014204696 -0.066550255 391.591796875\n-0.067109942 0.050568547 -0.996463418 168.586608887 -0.010414225 0.998624921 0.051379621 -9.764176369 0.997691333 0.013825468 -0.066491008 391.522705078\n-0.066291332 0.050360791 -0.996528745 167.532073975 -0.009934899 0.998642683 0.051128518 -9.727176666 0.997750998 0.013289782 -0.065701008 391.449584961\n-0.064893723 0.050029751 -0.996637404 166.483886719 -0.010508217 0.998652816 0.050815143 -9.689298630 0.997837007 0.013770455 -0.064280629 391.373321533\n-0.063372016 0.048738353 -0.996799171 165.434692383 -0.010530330 0.998718500 0.049501669 -9.652287483 0.997934461 0.013633641 -0.062777638 391.308166504\n-0.061543822 0.045654651 -0.997059703 164.402648926 -0.011322170 0.998857081 0.046435814 -9.617265701 0.998040140 0.014146711 -0.060956597 391.245300293\n-0.059238434 0.042517710 -0.997338057 163.369598389 -0.010835390 0.999006271 0.043232419 -9.584847450 0.998185158 0.013367565 -0.058718920 391.183685303\n-0.056806922 0.041254133 -0.997532487 162.354736328 -0.008556777 0.999089122 0.041805796 -9.554634094 0.998348534 0.010910521 -0.056402206 391.134216309\n-0.053486347 0.042526722 -0.997662663 161.334228516 -0.009486623 0.999026000 0.043093432 -9.529847145 0.998523593 0.011769355 -0.053030849 391.061645508\n-0.050546646 0.044209085 -0.997742891 160.329528809 -0.007845009 0.998971403 0.044660963 -9.500911713 0.998691022 0.010084759 -0.050147891 391.011291504\n-0.047629118 0.046307780 -0.997791171 159.339111328 -0.005724307 0.998895705 0.046632290 -9.466699600 0.998848796 0.007932713 -0.047311425 390.957733154\n-0.044508934 0.046394587 -0.997931302 158.361328125 -0.005408092 0.998895228 0.046680618 -9.435676575 0.998994529 0.007474603 -0.044208884 390.914489746\n-0.040788889 0.046683900 -0.998076618 157.417846680 -0.005608746 0.998881459 0.046950765 -9.414747238 0.999152064 0.007513028 -0.040481448 390.866577148\n-0.036947250 0.046354160 -0.998241603 156.491119385 -0.005237658 0.998900890 0.046578635 -9.389725685 0.999303520 0.006949395 -0.036663771 390.833770752\n-0.033144236 0.046029050 -0.998390079 155.586456299 -0.004147093 0.998924017 0.046191338 -9.366287231 0.999441922 0.005671395 -0.032917738 390.805847168\n-0.030364752 0.046666760 -0.998448968 154.687622070 -0.002953670 0.998900950 0.046777714 -9.336643219 0.999534607 0.004369479 -0.030193567 390.781494141\n-0.029138684 0.045779731 -0.998526514 153.809051514 -0.000150951 0.998950481 0.045803573 -9.316746712 0.999575436 0.001485382 -0.029101253 390.752563477\n-0.030179262 0.044721015 -0.998543561 152.962005615 0.003858669 0.998996377 0.044624675 -9.295919418 0.999537110 -0.002506311 -0.030321479 390.729949951\n-0.032862306 0.043578070 -0.998509407 152.130828857 0.006262764 0.999038339 0.043395039 -9.266887665 0.999440312 -0.004827367 -0.033103704 390.706848145\n-0.036429048 0.045307394 -0.998308778 151.322174072 0.008266889 0.998951197 0.045034889 -9.242440224 0.999302208 -0.006612333 -0.036765456 390.672882080\n-0.042185783 0.048835959 -0.997915685 150.506561279 0.011468570 0.998762548 0.048392590 -9.228157043 0.999044120 -0.009403189 -0.042693615 390.642883301\n-0.050392985 0.049765375 -0.997489035 149.729187012 0.014603515 0.998687744 0.049087420 -9.200141907 0.998622894 -0.012093186 -0.051053643 390.603942871\n-0.061159611 0.049805090 -0.996884704 148.968658447 0.016721835 0.998665273 0.048868157 -9.180056572 0.997987986 -0.013680992 -0.061910748 390.559509277\n-0.073410511 0.048785165 -0.996107996 148.223266602 0.018859915 0.998692155 0.047521804 -9.155280113 0.997123599 -0.015297918 -0.074234605 390.498840332\n-0.087205410 0.049686071 -0.994950593 147.490539551 0.020297186 0.998636723 0.048091151 -9.136482239 0.995983660 -0.016000895 -0.088094950 390.425628662\n-0.102043867 0.051537547 -0.993443966 146.832519531 0.021451551 0.998538852 0.049598414 -9.118718147 0.994548559 -0.016249705 -0.103000283 390.329559326\n-0.120280027 0.053980116 -0.991271377 146.172882080 0.023346281 0.998398244 0.051535398 -9.096140862 0.992465496 -0.016943824 -0.121347547 390.242065430\n-0.143513560 0.057430584 -0.987980485 145.541534424 0.027122186 0.998168051 0.054083016 -9.079321861 0.989276588 -0.019034540 -0.144808292 390.144775391\n-0.173555493 0.059518006 -0.983024001 144.929382324 0.031594720 0.997994840 0.054846298 -9.060604095 0.984317243 -0.021539498 -0.175087929 390.019531250\n-0.210463762 0.061298914 -0.975678027 144.367156982 0.036635533 0.997825682 0.054787733 -9.036458015 0.976915002 -0.024213653 -0.212251902 389.873687744\n-0.253687859 0.062726229 -0.965250254 143.818054199 0.038512781 0.997758925 0.054716833 -9.033402443 0.966519237 -0.023293477 -0.255535126 389.697601318\n-0.301998615 0.063295871 -0.951204956 143.309356689 0.040813152 0.997736990 0.053434465 -9.009687424 0.952434540 -0.022684539 -0.303898454 389.486694336\n-0.356621981 0.063734390 -0.932072341 142.846466064 0.041233063 0.997771919 0.052450623 -8.997725487 0.933338523 -0.019727159 -0.358455300 389.282409668\n-0.413922071 0.064231873 -0.908043504 142.442535400 0.043210860 0.997769475 0.050881576 -8.984927177 0.909286261 -0.018176336 -0.415774226 389.058776855\n-0.473596454 0.065315634 -0.878316998 142.016235352 0.046245795 0.997714877 0.049258467 -8.969388008 0.879527271 -0.017289842 -0.475534797 388.789276123\n-0.533675313 0.068841130 -0.842882931 141.622924805 0.052896142 0.997447014 0.047973469 -8.951204300 0.844033599 -0.018982995 -0.535954356 388.500976562\n-0.594103932 0.071947075 -0.801164269 141.246002197 0.056214076 0.997270405 0.047872432 -8.935429573 0.802421689 -0.016595511 -0.596526742 388.184753418\n-0.651389360 0.072807632 -0.755242407 140.904937744 0.057428028 0.997261107 0.046607841 -8.923943520 0.756567299 -0.013012233 -0.653786540 387.822265625\n-0.706730604 0.069376014 -0.704073489 140.584167480 0.055250816 0.997553289 0.042834807 -8.911029816 0.705322504 -0.008627972 -0.708834529 387.444488525\n-0.756229043 0.070361175 -0.650512993 140.308685303 0.057278942 0.997503400 0.041305117 -8.904573441 0.651795208 -0.006024568 -0.758371353 387.044067383\n-0.799873233 0.073568448 -0.595642924 140.078140259 0.059485923 0.997289836 0.043294180 -8.902647018 0.597213686 -0.000802513 -0.802081704 386.613830566\n-0.841180801 0.073848948 -0.535687745 139.861968994 0.059033062 0.997251093 0.044780705 -8.874382019 0.537522197 0.006045376 -0.843227983 386.194946289\n-0.877796054 0.071674377 -0.473642498 139.670684814 0.055649549 0.997306287 0.047783647 -8.855399132 0.475791514 0.015586299 -0.879420161 385.743835449\n-0.908135772 0.067701615 -0.413166314 139.518859863 0.052088797 0.997442007 0.048950639 -8.848801613 0.415423483 0.022932481 -0.909339309 385.271575928\n-0.932874441 0.065328188 -0.354228169 139.369354248 0.051412124 0.997495890 0.048566293 -8.838044167 0.356513917 0.027094629 -0.933897138 384.784576416\n-0.951710224 0.062151689 -0.300641268 139.268615723 0.050861519 0.997680366 0.045243636 -8.826798439 0.302755862 0.027767753 -0.952663779 384.284271240\n-0.966154218 0.060338810 -0.250809073 139.179748535 0.051820554 0.997837424 0.040435843 -8.813634872 0.252706528 0.026070198 -0.967191696 383.780334473\n-0.977317810 0.053370129 -0.204943433 139.089019775 0.047600720 0.998321772 0.032982465 -8.787658691 0.206359759 0.022478893 -0.978218079 383.231750488\n-0.984938264 0.046867117 -0.166433945 139.033172607 0.042959519 0.998711824 0.027003361 -8.771183014 0.167485118 0.019446718 -0.985682845 382.698181152\n-0.990307212 0.036877114 -0.133909881 138.989013672 0.033839080 0.999117255 0.024893414 -8.754001617 0.134709671 0.020120740 -0.990680933 382.143829346\n-0.993639588 0.032700635 -0.107757419 138.961868286 0.030038908 0.999204457 0.026232835 -8.743881226 0.108529523 0.022829060 -0.993831396 381.583404541\n-0.995958447 0.033135820 -0.083480552 138.925140381 0.030826023 0.999109566 0.028807646 -8.734437943 0.084360786 0.026117841 -0.996093035 381.009063721\n-0.997305274 0.037234329 -0.063212283 138.898117065 0.035320498 0.998891115 0.031128798 -8.724611282 0.064301245 0.028812226 -0.997514606 380.427246094\n-0.998254061 0.038130853 -0.045108147 138.874877930 0.036736321 0.998833120 0.031350702 -8.711072922 0.046250939 0.029638859 -0.998489976 379.824340820\n-0.998908877 0.034923580 -0.031012950 138.874176025 0.034032349 0.999005258 0.028814772 -8.697799683 0.031988416 0.027727881 -0.999103785 379.212463379\n-0.999420404 0.028713053 -0.018287074 138.883682251 0.028232785 0.999263167 0.026000675 -8.686113358 0.019020157 0.025469311 -0.999494672 378.601470947\n-0.999439836 0.032195117 -0.009162784 138.883453369 0.031974357 0.999217093 0.023298306 -8.675313950 0.009905702 0.022992278 -0.999686837 377.961547852\n-0.999317646 0.036912829 -0.001270150 138.880142212 0.036875017 0.999067187 0.022471953 -8.662395477 0.002098469 0.022409782 -0.999746680 377.310333252\n-0.999256968 0.038258728 0.004658214 138.881057739 0.038351346 0.999027550 0.021752408 -8.648298264 -0.003821465 0.021914894 -0.999752522 376.632934570\n-0.999231935 0.038487952 0.007369867 138.891128540 0.038637046 0.999026537 0.021286532 -8.639450073 -0.006543417 0.021554932 -0.999746203 375.933319092\n-0.999195457 0.038941272 0.009600377 138.897842407 0.039125122 0.999038696 0.019770080 -8.631173134 -0.008821276 0.020129791 -0.999758601 375.227874756\n-0.999057412 0.041211098 0.013636274 138.913284302 0.041445725 0.998989344 0.017395452 -8.617801666 -0.012905606 0.017944220 -0.999755740 374.507781982\n-0.998692632 0.047440819 0.019042151 138.915176392 0.047746897 0.998732030 0.015954016 -8.608679771 -0.018261135 0.016842360 -0.999691486 373.756958008\n-0.998349428 0.051914494 0.024568351 138.939529419 0.052271474 0.998533130 0.014117469 -8.598449707 -0.023799412 0.015378389 -0.999598622 372.996734619\n-0.998178840 0.051871371 0.030806202 138.967254639 0.052344073 0.998520315 0.014740964 -8.589970589 -0.029995983 0.016326636 -0.999417067 372.219329834\n-0.998021245 0.051131431 0.036597006 139.001861572 0.051696319 0.998555243 0.014658604 -8.582150459 -0.035794616 0.016521527 -0.999222755 371.424743652\n-0.997729421 0.051790770 0.043054499 139.038665771 0.052396979 0.998540759 0.013072094 -8.564901352 -0.042314660 0.015298339 -0.998987198 370.609405518\n-0.997495532 0.052157938 0.047772713 139.081558228 0.052758977 0.998542130 0.011407021 -8.564753532 -0.047108103 0.013898892 -0.998793125 369.756347656\n-0.997416973 0.050631899 0.050953701 139.132522583 0.051153462 0.998650372 0.008983764 -8.556726456 -0.050430071 0.011567014 -0.998660922 368.900299072\n-0.997128963 0.053108148 0.053977270 139.183410645 0.053619526 0.998528838 0.008069307 -8.550535202 -0.053469315 0.010940375 -0.998509765 368.036834717\n-0.996682405 0.058296312 0.056795113 139.232452393 0.058957499 0.998210073 0.010034978 -8.546717644 -0.056108452 0.013350185 -0.998335481 367.140808105\n-0.996426225 0.059485152 0.059968330 139.277755737 0.060348973 0.998096585 0.012696307 -8.534992218 -0.059098944 0.016269961 -0.998119593 366.216522217\n-0.996068239 0.062431764 0.062854514 139.332977295 0.063533895 0.997856319 0.015689377 -8.526193619 -0.061740264 0.019621078 -0.997899532 365.291381836\n-0.995808959 0.063364051 0.065951705 139.399276733 0.064602233 0.997769475 0.016811764 -8.515207291 -0.064739332 0.021001933 -0.997681141 364.346649170\n-0.995944381 0.058638681 0.068238713 139.473587036 0.059986014 0.998039365 0.017863952 -8.504082680 -0.067057401 0.021884870 -0.997509241 363.385620117\n-0.996199846 0.051294133 0.070392892 139.555389404 0.052896164 0.998377383 0.021085072 -8.487299919 -0.069197133 0.024728455 -0.997296691 362.408416748\n-0.996453285 0.044524305 0.071406186 139.645172119 0.046418868 0.998606801 0.025095200 -8.467785835 -0.070189357 0.028320784 -0.997131705 361.410247803\n-0.996642113 0.040044427 0.071420453 139.728515625 0.041980490 0.998784840 0.025815558 -8.457050323 -0.070299901 0.028727140 -0.997112155 360.392730713\n-0.996607065 0.041592129 0.071026474 139.800811768 0.043120600 0.998867214 0.020123104 -8.438704491 -0.070109054 0.023117529 -0.997271657 359.383087158\n-0.996576309 0.042668518 0.070816308 139.876251221 0.043921646 0.998903096 0.016233003 -8.430952072 -0.070045993 0.019287797 -0.997357249 358.372833252\n-0.996416330 0.046568234 0.070613228 139.946792603 0.047813285 0.998727441 0.016044522 -8.419771194 -0.069776200 0.019363271 -0.997374892 357.337493896\n-0.996302962 0.048622612 0.070830174 140.016555786 0.050043602 0.998577058 0.018426418 -8.410964966 -0.069833450 0.021902885 -0.997318506 356.292663574\n-0.996474504 0.046409436 0.069891974 140.096466064 0.047688529 0.998721898 0.016744155 -8.401025772 -0.069025561 0.020018168 -0.997414112 355.251037598\n-0.996695876 0.042313747 0.069334172 140.186492920 0.043605238 0.998900414 0.017220015 -8.390083313 -0.068529293 0.020186448 -0.997444987 354.193267822\n-0.996723771 0.041256703 0.069570616 140.261749268 0.042628765 0.998922408 0.018353313 -8.379255295 -0.068738446 0.021258887 -0.997408390 353.130859375\n-0.996700644 0.041157346 0.069959193 140.338226318 0.042503234 0.998936713 0.017859103 -8.371823311 -0.069149770 0.020773670 -0.997390151 352.068542480\n-0.996522307 0.044627834 0.070367813 140.425659180 0.045758795 0.998846650 0.014542159 -8.369859695 -0.069637671 0.017711531 -0.997415066 350.994567871\n-0.996246219 0.047895037 0.072113380 140.494476318 0.048899949 0.998728752 0.012233822 -8.357050896 -0.071435764 0.015714234 -0.997321725 349.917266846\n-0.995991945 0.049901161 0.074229881 140.574768066 0.050912183 0.998633564 0.011789677 -8.363546371 -0.073540136 0.015521628 -0.997171521 348.846557617\n-0.995859027 0.049463976 0.076277442 140.654922485 0.050416086 0.998672009 0.010606338 -8.356460571 -0.075651512 0.014408027 -0.997030258 347.765106201\n-0.995902538 0.046159353 0.077769704 140.742065430 0.047427978 0.998768747 0.014544356 -8.351384163 -0.077002600 0.018173216 -0.996865630 346.689727783\n-0.995999932 0.044153791 0.077684700 140.838027954 0.045680594 0.998794138 0.017986979 -8.354390144 -0.076796830 0.021463711 -0.996815920 345.621429443\n-0.996089816 0.042963594 0.077197276 140.923629761 0.044315055 0.998891413 0.015878903 -8.354875565 -0.076429479 0.019237814 -0.996889472 344.544189453\n-0.996116400 0.043382067 0.076615974 141.011505127 0.044456016 0.998934805 0.012367015 -8.349955559 -0.075997859 0.015725028 -0.996983886 343.479278564\n-0.995972991 0.046931554 0.076390132 141.088012695 0.047977220 0.998777390 0.011910377 -8.348096848 -0.075737767 0.015527399 -0.997007012 342.408905029\n-0.995815396 0.051565889 0.075450875 141.170196533 0.053084414 0.998423100 0.018259507 -8.342292786 -0.074390329 0.022188362 -0.996982455 341.341888428\n-0.995751262 0.053205155 0.075157531 141.247192383 0.055157773 0.998185635 0.024146648 -8.339652061 -0.073736444 0.028189579 -0.996879220 340.259582520\n-0.995897651 0.051132031 0.074659772 141.326538086 0.053132512 0.998273015 0.025057614 -8.330135345 -0.073249593 0.028921671 -0.996894598 339.186584473\n-0.996040940 0.049918573 0.073557563 141.408584595 0.051571120 0.998453975 0.020739477 -8.314203262 -0.072408557 0.024450812 -0.997075319 338.111175537\n-0.996381402 0.045415569 0.071845122 141.504501343 0.046761710 0.998758554 0.017166140 -8.311101913 -0.070976317 0.020463621 -0.997268081 337.045928955\n-0.996609330 0.042376649 0.070527561 141.580581665 0.043638904 0.998911858 0.016453119 -8.306766510 -0.069753587 0.019475078 -0.997374177 335.991027832\n-0.996647596 0.041345112 0.070600942 141.651962280 0.042968906 0.998842061 0.021637237 -8.295973778 -0.069624595 0.024598340 -0.997270107 334.921813965\n-0.996845126 0.038653892 0.069325313 141.741470337 0.040510658 0.998851597 0.025580013 -8.288921356 -0.068256937 0.028307723 -0.997266293 333.856658936\n-0.996890187 0.038030278 0.069020450 141.820053101 0.039722685 0.998938680 0.023315318 -8.274776459 -0.068060517 0.025984488 -0.997342825 332.785675049\n-0.996799350 0.040837530 0.068731435 141.892379761 0.042262491 0.998918056 0.019406905 -8.261015892 -0.067864545 0.022249544 -0.997446656 331.711669922\n-0.996743798 0.043321781 0.068011001 141.969985962 0.044627391 0.998845160 0.017795846 -8.242757797 -0.067161515 0.020773049 -0.997526050 330.614624023\n-0.996769309 0.043283913 0.067658521 142.044723511 0.044871885 0.998747647 0.022128895 -8.229944229 -0.066615961 0.025093365 -0.997463226 329.523071289\n-0.996659160 0.045912188 0.067549638 142.122451782 0.047811594 0.998497427 0.026775142 -8.212878227 -0.066218838 0.029915342 -0.997356772 328.416961670\n-0.996486902 0.049294345 0.067705363 142.190292358 0.051194616 0.998333752 0.026623467 -8.189364433 -0.066280164 0.029996084 -0.997350097 327.318664551\n-0.996355534 0.052949101 0.066878662 142.264404297 0.054683909 0.998206019 0.024379710 -8.168045044 -0.065467805 0.027948035 -0.997463584 326.206390381\n-0.996210098 0.055640776 0.066857859 142.339691162 0.057458807 0.998020053 0.025582979 -8.155976295 -0.065302029 0.029327588 -0.997434735 325.114685059\n-0.996123552 0.057860352 0.066258058 142.420791626 0.059740975 0.997855127 0.026761092 -8.127534866 -0.064567544 0.030615672 -0.997443676 323.942504883\n-0.995901465 0.060750831 0.067009568 142.483612061 0.062634110 0.997688115 0.026369397 -8.106795311 -0.065252692 0.030458394 -0.997404099 322.816955566\n-0.995772719 0.062307674 0.067486256 142.558578491 0.063994251 0.997682333 0.023122717 -8.091541290 -0.065889120 0.027343705 -0.997452140 321.687316895\n-0.995633602 0.064622879 0.067362651 142.633621216 0.066018596 0.997643113 0.018701229 -8.078069687 -0.065995358 0.023066759 -0.997553229 320.544494629\n-0.995659590 0.063737936 0.067820981 142.708404541 0.065011717 0.997744083 0.016740805 -8.065274239 -0.066600956 0.021077299 -0.997557163 319.404296875\n-0.995879054 0.060096070 0.067923389 142.800765991 0.061482117 0.997936726 0.018501328 -8.051177025 -0.066671386 0.022601156 -0.997519135 318.257415771\n-0.995782495 0.061466005 0.068113402 142.884292603 0.063112363 0.997757554 0.022286417 -8.043363571 -0.066590801 0.026491219 -0.997428775 317.103759766\n-0.995856881 0.059991248 0.068339430 142.973617554 0.061867721 0.997753978 0.025678921 -8.018610954 -0.066645429 0.029800534 -0.997331619 315.918914795\n-0.995839834 0.060415510 0.068216950 143.048828125 0.062536508 0.997609735 0.029394891 -7.996558189 -0.066277988 0.033538643 -0.997237682 314.753540039\n-0.995894909 0.061161727 0.066731088 143.138992310 0.063369788 0.997493267 0.031487953 -7.978157997 -0.064637952 0.035587419 -0.997274160 313.585327148\n-0.995979428 0.061376538 0.065252908 143.225112915 0.063335910 0.997588277 0.028393362 -7.954361916 -0.063352853 0.032412056 -0.997464657 312.399719238\n-0.995976090 0.061908480 0.064801849 143.293746948 0.063537411 0.997705460 0.023383645 -7.927804947 -0.063205518 0.027406888 -0.997624278 311.219177246\n-0.995987415 0.062400978 0.064151086 143.382888794 0.064026430 0.997669101 0.023600340 -7.911540031 -0.062528878 0.027613007 -0.997661233 310.046173096\n-0.995998263 0.062272131 0.064106904 143.457244873 0.064010635 0.997625172 0.025429986 -7.901753426 -0.062371083 0.029431745 -0.997619033 308.851043701\n-0.996005535 0.061926063 0.064329274 143.540130615 0.063420400 0.997756302 0.021451319 -7.881973267 -0.062856548 0.025445418 -0.997698188 307.667266846\n-0.995957255 0.062167324 0.064841978 143.625778198 0.063402839 0.997840285 0.017171793 -7.865427971 -0.063634411 0.021213535 -0.997747898 306.482971191\n-0.995803595 0.063323490 0.066073000 143.698547363 0.064527951 0.997783482 0.016255051 -7.864097595 -0.064897217 0.020450391 -0.997682571 305.286376953\n-0.995750785 0.063263349 0.066920497 143.780700684 0.064608298 0.997746050 0.018125987 -7.856768608 -0.065622956 0.022372583 -0.997593760 304.097625732\n-0.995733976 0.062130079 0.068217941 143.869445801 0.063781932 0.997714520 0.022307305 -7.848222733 -0.066676080 0.026563214 -0.997421026 302.912933350\n-0.995562911 0.062073555 0.070722654 143.940979004 0.064063489 0.997601211 0.026223157 -7.836307526 -0.068925239 0.030637536 -0.997151494 301.701568604\n-0.995676398 0.058739722 0.071959548 144.029617310 0.060662448 0.997849464 0.024830200 -7.824978828 -0.070346273 0.029088087 -0.997098446 300.513336182\n-0.995666027 0.058579814 0.072234914 144.121414185 0.059849214 0.998086572 0.015533937 -7.813494205 -0.071186721 0.019789813 -0.997266889 299.335571289\n-0.995846748 0.054947682 0.072595701 144.221160889 0.055583894 0.998431087 0.006771303 -7.812540054 -0.072109737 0.010778331 -0.997338533 298.168487549\n-0.995773435 0.054855518 0.073662192 144.315063477 0.055505939 0.998435140 0.006810320 -7.815247059 -0.073173337 0.010870225 -0.997260094 297.001007080\n-0.995610595 0.054975186 0.075745322 144.401016235 0.056054208 0.998353302 0.012192238 -7.822809696 -0.074950323 0.016384564 -0.997052670 295.816925049\n-0.995454550 0.056471966 0.076690309 144.487503052 0.058045954 0.998143375 0.018450588 -7.819200993 -0.075505979 0.022818282 -0.996884346 294.644989014\n-0.995522141 0.054613594 0.077156611 144.579742432 0.056638349 0.998098969 0.024300627 -7.805262566 -0.075682789 0.028561834 -0.996722937 293.450164795\n-0.995489836 0.054795422 0.077445604 144.664550781 0.057035759 0.998006523 0.027016621 -7.792081833 -0.075810835 0.031311937 -0.996630669 292.273834229\n-0.995567083 0.054494381 0.076659136 144.766693115 0.056592606 0.998072445 0.025468472 -7.771115303 -0.075123481 0.029693913 -0.996732116 291.106079102\n-0.995705962 0.053903859 0.075260669 144.860183716 0.055987682 0.998096585 0.025856921 -7.753343582 -0.073723629 0.029959558 -0.996828675 289.928863525\n-0.995754600 0.054020297 0.074530967 144.949081421 0.056104559 0.998082161 0.026159238 -7.738625526 -0.072974898 0.030229706 -0.996875644 288.765991211\n-0.995734692 0.055525199 0.073685005 145.036315918 0.057193264 0.998148024 0.020722607 -7.725870609 -0.072397918 0.024848504 -0.997066259 287.616516113\n-0.995870590 0.054303616 0.072753005 145.124465942 0.055253826 0.998410523 0.011110939 -7.718338966 -0.072034001 0.015084939 -0.997288108 286.449615479\n-0.995978236 0.053259023 0.072049044 145.213516235 0.054019302 0.998502493 0.008643812 -7.717866421 -0.071480788 0.012501085 -0.997363687 285.294982910\n-0.996154785 0.050231006 0.071785100 145.295944214 0.051352154 0.998584449 0.013857665 -7.719091892 -0.070987403 0.017490694 -0.997324109 284.128204346\n-0.996585011 0.042325769 0.070902377 145.397293091 0.044007849 0.998781562 0.022331525 -7.712953568 -0.069870792 0.025375519 -0.997233391 282.967895508\n-0.996757269 0.039660614 0.070013955 145.482940674 0.041971210 0.998611212 0.031844791 -7.698288918 -0.068653733 0.034680095 -0.997037649 281.805297852\n-0.996792674 0.040381409 0.069093458 145.564666748 0.043090008 0.998341739 0.038170774 -7.678139687 -0.067437492 0.041025583 -0.996879816 280.658966064\n-0.996932268 0.038701911 0.068032093 145.643600464 0.041359607 0.998417616 0.038100414 -7.651054382 -0.066449881 0.040797308 -0.996955395 279.501098633\n-0.996599793 0.046447705 0.068056881 145.708496094 0.048460994 0.998425901 0.028235484 -7.629230499 -0.066638283 0.031437576 -0.997281909 278.379547119\n-0.996198535 0.055652410 0.067020021 145.777191162 0.056586593 0.998324096 0.012120712 -7.620283604 -0.066233158 0.015867068 -0.997678161 277.260742188\n-0.996071815 0.058013909 0.066904128 145.849685669 0.058512069 0.998271525 0.005508890 -7.621135712 -0.066468894 0.009401945 -0.997744560 276.143920898\n-0.996078610 0.057611514 0.067142159 145.928176880 0.058570262 0.998206317 0.012397805 -7.617736816 -0.066307470 0.016281724 -0.997666240 275.009765625\n-0.996051311 0.056866430 0.068177387 146.006195068 0.058690563 0.997961700 0.025056461 -7.614160538 -0.066613555 0.028958889 -0.997358561 273.878906250\n-0.996186018 0.054709435 0.067975163 146.091583252 0.057109155 0.997793078 0.033874717 -7.595816612 -0.065971881 0.037627514 -0.997111917 272.746063232\n-0.996307611 0.051853221 0.068426974 146.173355103 0.054723602 0.997669220 0.040761512 -7.567249298 -0.066153869 0.044355575 -0.996823072 271.630737305\n-0.996351719 0.049613263 0.069443122 146.251876831 0.052830171 0.997576416 0.045280162 -7.538156509 -0.067028329 0.048783649 -0.996558070 270.510589600\n-0.996522307 0.046875641 0.068889678 146.346099854 0.049898922 0.997835100 0.042839970 -7.514077187 -0.066732384 0.046128508 -0.996703982 269.406616211\n-0.996650577 0.044278193 0.068757363 146.429046631 0.046822827 0.998259723 0.035848528 -7.495119095 -0.067050405 0.038947858 -0.996989369 268.305145264\n-0.996671677 0.044823758 0.068091802 146.503158569 0.046765417 0.998535693 0.027193338 -7.461110115 -0.066773184 0.030287169 -0.997308493 267.199035645\n-0.996737599 0.045160618 0.066893734 146.577865601 0.046662439 0.998688698 0.021060396 -7.446611404 -0.065854914 0.024113111 -0.997537851 266.111145020\n-0.996895671 0.045587949 0.064196035 146.654312134 0.046655566 0.998794913 0.015230087 -7.441117287 -0.063424364 0.018177906 -0.997821331 265.025573730\n-0.996902704 0.047749460 0.062495138 146.716537476 0.048749059 0.998704791 0.014568197 -7.440285206 -0.061718572 0.017569648 -0.997939229 263.938476562\n-0.997028232 0.047541331 0.060620319 146.791137695 0.048816841 0.998612761 0.019735659 -7.436982155 -0.059597965 0.022636300 -0.997965932 262.854980469\n-0.997092009 0.046450127 0.060416363 146.846755981 0.048321020 0.998384774 0.029882669 -7.425138474 -0.058930721 0.032715149 -0.997725964 261.767883301\n-0.997217178 0.043012530 0.060894944 146.919235229 0.045480654 0.998174369 0.039741836 -7.412010193 -0.059074376 0.042400777 -0.997352839 260.694152832\n-0.997376323 0.037769075 0.061760534 146.993530273 0.040466715 0.998254001 0.043027602 -7.384408951 -0.060027588 0.045413949 -0.997163296 259.636322021\n-0.997487426 0.032371528 0.063016556 147.063354492 0.034907207 0.998607218 0.039561920 -7.362230301 -0.061648104 0.041662246 -0.997228146 258.585540771\n-0.997549176 0.029699946 0.063354477 147.131698608 0.031770982 0.998984814 0.031936467 -7.340415001 -0.062341649 0.033871025 -0.997480035 257.579772949\n-0.997336507 0.033286061 0.064902209 147.196502686 0.034808602 0.999141335 0.022470767 -7.326380730 -0.064098515 0.024670066 -0.997638702 256.583068848\n-0.997075438 0.036332291 0.067235410 147.257949829 0.037559401 0.999148488 0.017077396 -7.315563679 -0.066557698 0.019552773 -0.997591019 255.594573975\n-0.996806502 0.040529855 0.068804502 147.327178955 0.041752599 0.998992920 0.016426587 -7.320317745 -0.068069443 0.019246897 -0.997494817 254.603393555\n-0.996517539 0.043848719 0.070923783 147.390548706 0.045545895 0.998709023 0.022491276 -7.320050716 -0.069846004 0.025643237 -0.997228146 253.641021729\n-0.996213317 0.046462059 0.073487446 147.448486328 0.048549578 0.998459041 0.026878998 -7.313059807 -0.072125345 0.030344997 -0.996933937 252.680145264\n-0.995954514 0.049428869 0.075046673 147.508041382 0.051431332 0.998363853 0.024987809 -7.306313038 -0.073688768 0.028746463 -0.996867180 251.750595093\n-0.995851874 0.050177626 0.075904936 147.580017090 0.051677994 0.998502791 0.017931875 -7.296942711 -0.074891515 0.021780103 -0.996953964 250.858718872\n-0.995726109 0.051448863 0.076698281 147.647338867 0.052643429 0.998520315 0.013633963 -7.286062241 -0.075883336 0.017613351 -0.996961236 249.971145630\n-0.995807290 0.047326177 0.078282416 147.718856812 0.048501544 0.998736143 0.013180848 -7.292613029 -0.077559680 0.016922403 -0.996844172 249.098587036\n-0.995885611 0.044756960 0.078795649 147.796966553 0.045991514 0.998844802 0.013922393 -7.296675682 -0.078081496 0.017489042 -0.996793628 248.231262207\n-0.995725513 0.045056906 0.080627292 147.857025146 0.046266090 0.998842061 0.013191459 -7.292717934 -0.079939559 0.016865380 -0.996657133 247.396926880\n-0.995818615 0.040737912 0.081769824 147.938781738 0.042129122 0.998994112 0.015360366 -7.298293591 -0.081061825 0.018741023 -0.996533155 246.572982788\n-0.996028543 0.032473832 0.082901604 148.025390625 0.034274556 0.999204397 0.020390887 -7.298868656 -0.082173482 0.023151319 -0.996349216 245.769958496\n-0.995893121 0.029429825 0.085619681 148.098297119 0.031977333 0.999081135 0.028535765 -7.295983791 -0.084701210 0.031156462 -0.995919108 244.989334106\n-0.995645881 0.029572459 0.088402666 148.167694092 0.032497343 0.998964787 0.031831570 -7.293224335 -0.087369815 0.034565821 -0.995576262 244.228942871\n-0.995471239 0.029769124 0.090280935 148.234573364 0.032516059 0.999047220 0.029109595 -7.286977768 -0.089328349 0.031913348 -0.995490789 243.476928711\n-0.995269895 0.028541530 0.092863210 148.304138184 0.030929828 0.999224126 0.024381414 -7.278226852 -0.092095278 0.027138326 -0.995380521 242.778152466\n-0.994966388 0.031319175 0.095188804 148.373504639 0.033424634 0.999228835 0.020604992 -7.272798538 -0.094470061 0.023682928 -0.995245934 242.091964722\n-0.994702101 0.029540641 0.098464072 148.435836792 0.031955466 0.999223709 0.023038434 -7.268858910 -0.097707063 0.026062844 -0.994874001 241.428131104\n-0.994683027 0.027408376 0.099271238 148.504547119 0.030421525 0.999117315 0.028966978 -7.265590191 -0.098389678 0.031832941 -0.994638920 240.787124634\n-0.994856238 0.020450328 0.099212192 148.577163696 0.023815785 0.999176264 0.032856837 -7.259506702 -0.098458536 0.035050645 -0.994523883 240.165893555\n-0.995017767 0.018155660 0.098030679 148.636749268 0.021577142 0.999190390 0.033955477 -7.251359940 -0.097334832 0.035901524 -0.994603992 239.573425293\n-0.995368838 0.014972554 0.094958790 148.699295044 0.018356388 0.999223530 0.034861919 -7.245156288 -0.094363086 0.036443558 -0.994870782 238.997634888\n-0.996013284 0.013236964 0.088218167 148.753402710 0.016318265 0.999278367 0.034299020 -7.238490105 -0.087700494 0.035601843 -0.995510578 238.437820435\n-0.996738791 0.011206753 0.079914108 148.801422119 0.013663112 0.999448776 0.030257225 -7.217608452 -0.079530969 0.031250425 -0.996342540 237.901550293\n-0.997560501 0.008813969 0.069247864 148.838165283 0.010769193 0.999552369 0.027912758 -7.222109795 -0.068970844 0.028590411 -0.997208953 237.387145996\n-0.998526692 0.005480651 0.053991713 148.861206055 0.006982979 0.999592543 0.027675940 -7.216804504 -0.053818032 0.028012177 -0.998158097 236.883331299\n-0.999416471 0.004635135 0.033842582 148.878311157 0.005601698 0.999577463 0.028521840 -7.205381870 -0.033696081 0.028694771 -0.999020219 236.388977051\n-0.999907613 0.009467514 0.009789956 148.865966797 0.009755354 0.999508739 0.029784298 -7.191412449 -0.009503163 0.029877039 -0.999508858 235.918609619\n-0.999710917 0.015934391 -0.018009417 148.833618164 0.015392369 0.999436021 0.029844729 -7.183565140 0.018474817 0.029558891 -0.999392271 235.454360962\n-0.998575449 0.018278934 -0.050130676 148.785995483 0.016867958 0.999453545 0.028426085 -7.184305191 0.050622880 0.027539987 -0.998338103 235.014114380\n-0.995919347 0.018323071 -0.088367298 148.740447998 0.015840881 0.999462247 0.028709460 -7.185918331 0.088845827 0.027192492 -0.995674133 234.598510742\n-0.991625309 0.020217568 -0.127558097 148.663635254 0.016605470 0.999432206 0.029317548 -7.177989006 0.128078401 0.026953852 -0.991397977 234.161560059\n-0.985624909 0.027108606 -0.166759819 148.553588867 0.022522848 0.999316037 0.029329514 -7.168066025 0.167440847 0.025151992 -0.985561252 233.738830566\n-0.977662206 0.034270193 -0.207370579 148.428833008 0.029085668 0.999184668 0.027999645 -7.154856682 0.208161056 0.021342678 -0.977861881 233.331115723\n-0.967541695 0.041033089 -0.249358281 148.285629272 0.035298847 0.999000371 0.027426267 -7.142283440 0.250234395 0.017733993 -0.968022943 232.933898926\n-0.955276489 0.044419248 -0.292359114 148.137161255 0.037472140 0.998867393 0.029322440 -7.144233704 0.293330461 0.017055715 -0.955859065 232.539367676\n-0.941695690 0.045365825 -0.333393753 147.970062256 0.036725149 0.998807251 0.032177575 -7.141174316 0.334455878 0.018057546 -0.942238569 232.173980713\n-0.925419331 0.050958458 -0.375502706 147.777465820 0.040189732 0.998526633 0.036460523 -7.130566597 0.376807421 0.018649921 -0.926103830 231.792205811\n-0.905771971 0.053658511 -0.420354664 147.567672729 0.040546026 0.998373687 0.040075190 -7.109904766 0.421821415 0.019255271 -0.906474471 231.417877197\n-0.881877184 0.056032479 -0.468138218 147.349182129 0.041547142 0.998285890 0.041220661 -7.092790604 0.469645470 0.016901750 -0.882693529 231.075805664\n-0.854830146 0.057950631 -0.515662134 147.092849731 0.041153133 0.998185515 0.043956198 -7.075220108 0.517273784 0.016353963 -0.855663896 230.712738037\n-0.825256705 0.059766766 -0.561586618 146.808486938 0.039938118 0.998071074 0.047530130 -7.056083679 0.563344061 0.016795842 -0.826051712 230.358947754\n-0.792230487 0.059447814 -0.607319474 146.503555298 0.035774995 0.998056293 0.051027879 -7.043628216 0.609172463 0.018698990 -0.792817354 230.009429932\n-0.756440043 0.059191734 -0.651379645 146.177093506 0.032254480 0.998060763 0.053238366 -7.028970242 0.653267741 0.019261708 -0.756882310 229.685104370\n-0.717343330 0.055191576 -0.694530785 145.828094482 0.026141120 0.998287618 0.052330185 -7.008746624 0.696229696 0.019382881 -0.717557788 229.366180420\n-0.675546169 0.051338468 -0.735528171 145.458786011 0.024063023 0.998576701 0.047598060 -6.974882603 0.736924887 0.014455657 -0.675819993 229.060714722\n-0.632865429 0.046807621 -0.772845685 145.064926147 0.020918746 0.998840272 0.043365173 -6.953134537 0.773979187 0.011277352 -0.633110642 228.773544312\n-0.589237452 0.043600790 -0.806782663 144.637023926 0.018318655 0.999007106 0.040610027 -6.936789989 0.807752252 0.009149772 -0.589451194 228.500000000\n-0.544758320 0.041893195 -0.837546349 144.190322876 0.015862336 0.999087453 0.039656118 -6.920796394 0.838443398 0.008317552 -0.544925809 228.248016357\n-0.499801517 0.041419607 -0.865149021 143.718688965 0.011330232 0.999083102 0.041286256 -6.903222084 0.866065860 0.010832595 -0.499812603 228.006729126\n-0.454660416 0.041965473 -0.889675736 143.208984375 0.008355226 0.999046385 0.042854566 -6.867792606 0.890625715 0.012050830 -0.454577446 227.755874634\n-0.410869122 0.043737628 -0.910644770 142.694976807 0.008314975 0.998986840 0.044229049 -6.838702202 0.911656618 0.010600357 -0.410816550 227.561126709\n-0.367397785 0.046288241 -0.928911388 142.163238525 0.009200154 0.998892784 0.046136666 -6.815436363 0.930018485 0.008404376 -0.367416859 227.383209229\n-0.325607896 0.048178762 -0.944276810 141.622421265 0.007375430 0.998799980 0.048417430 -6.801811695 0.945476353 0.008800642 -0.325572491 227.224731445\n-0.287160516 0.044884656 -0.956830502 141.050430298 0.002735195 0.998935878 0.046038937 -6.777424335 0.957878768 0.010603437 -0.286977649 227.061676025\n-0.252573729 0.040321890 -0.966737330 140.469985962 0.001486909 0.999146283 0.041285172 -6.753955364 0.967576742 0.008990089 -0.252418041 226.932830811\n-0.221733332 0.037828438 -0.974373519 139.886718750 0.004443802 0.999276042 0.037783988 -6.742425919 0.975097418 0.004048037 -0.221740842 226.813735962\n-0.195413232 0.036421280 -0.980044544 139.245605469 0.010426112 0.999330878 0.035059132 -6.711132526 0.980665624 -0.003367036 -0.195662260 226.726486206\n-0.171619892 0.037485737 -0.984449863 138.610610962 0.014428265 0.999264300 0.035534550 -6.697147369 0.985057652 -0.008105470 -0.172034502 226.630615234\n-0.149998546 0.039212294 -0.987908244 137.971527100 0.018121600 0.999154389 0.036907189 -6.679553986 0.988520086 -0.012366449 -0.150582314 226.530792236\n-0.131637692 0.036888361 -0.990611374 137.305099487 0.015123000 0.999265850 0.035201013 -6.643139839 0.991182625 -0.010347238 -0.132098913 226.458435059\n-0.116373062 0.037034500 -0.992514908 136.627227783 0.016537679 0.999238253 0.035346325 -6.616162300 0.993067920 -0.012300535 -0.116896868 226.382202148\n-0.104656935 0.039054487 -0.993741453 135.889694214 0.019179896 0.999122024 0.037246007 -6.592556477 0.994323611 -0.015161809 -0.105314136 226.314193726\n-0.095110059 0.042404037 -0.994563162 135.152435303 0.023623485 0.998907089 0.040330131 -6.569312572 0.995186388 -0.019659249 -0.096007943 226.249420166\n-0.087318540 0.044431653 -0.995189130 134.393905640 0.024137491 0.998805881 0.042475294 -6.540257454 0.995888054 -0.020312490 -0.088286757 226.191513062\n-0.079647183 0.043160744 -0.995888352 133.616516113 0.021574697 0.998902798 0.041565936 -6.506076813 0.996589661 -0.018175384 -0.080490947 226.124023438\n-0.072291851 0.039286271 -0.996609449 132.821990967 0.024092481 0.999001145 0.037632935 -6.478230000 0.997092485 -0.021290239 -0.073166251 226.076644897\n-0.064989328 0.034952469 -0.997273684 131.995910645 0.028630598 0.999040246 0.033148624 -6.451484203 0.997475207 -0.026398240 -0.065927625 226.027984619\n-0.058215737 0.027582899 -0.997922897 131.163787842 0.029373053 0.999232769 0.025905568 -6.425707817 0.997871816 -0.027803930 -0.058981299 225.977630615\n-0.053958774 0.023139415 -0.998275042 130.304275513 0.033656824 0.999205530 0.021341763 -6.406358242 0.997975767 -0.032447193 -0.054694772 225.935501099\n-0.052145600 0.021413675 -0.998409986 129.414062500 0.037472434 0.999107957 0.019471515 -6.385849953 0.997936308 -0.036397498 -0.052901506 225.896118164\n-0.050065994 0.025148481 -0.998429358 128.501480103 0.037342172 0.999031067 0.023291130 -6.365534306 0.998047650 -0.036117427 -0.050956488 225.850158691\n-0.049985886 0.031600345 -0.998249948 127.552780151 0.034779456 0.998948216 0.029880920 -6.343936443 0.998144209 -0.033224966 -0.051032424 225.810180664\n-0.050501108 0.041137740 -0.997876465 126.592193604 0.032516241 0.998689353 0.039525658 -6.310586452 0.998194575 -0.030451102 -0.051772594 225.755691528\n-0.051473975 0.046907097 -0.997572303 125.626098633 0.029310033 0.998537004 0.045440096 -6.274950504 0.998244286 -0.026899900 -0.052773476 225.707901001\n-0.050300717 0.045574192 -0.997693896 124.650222778 0.029086692 0.998601437 0.044149194 -6.245274544 0.998310626 -0.026798880 -0.051555991 225.643386841\n-0.050497890 0.036401764 -0.998060524 123.673553467 0.031987756 0.998881757 0.034813263 -6.208086491 0.998211801 -0.030167717 -0.051605821 225.595550537\n-0.051102519 0.030903349 -0.998215139 122.695678711 0.033447757 0.999013364 0.029215736 -6.178163528 0.998133123 -0.031895056 -0.052085757 225.548126221\n-0.050875783 0.030094992 -0.998251498 121.705413818 0.036840577 0.998922110 0.028237637 -6.158170223 0.998025298 -0.035339549 -0.051929593 225.499893188\n-0.051519156 0.033853136 -0.998098016 120.692611694 0.038279250 0.998757780 0.031899638 -6.135719299 0.997938097 -0.036563002 -0.052751064 225.452850342\n-0.052788138 0.035957810 -0.997958183 119.700210571 0.037646990 0.998712718 0.033993613 -6.116924286 0.997895837 -0.035775661 -0.054073930 225.395263672\n-0.055005074 0.041824527 -0.997609675 118.695205688 0.039853558 0.998418093 0.039661016 -6.088740349 0.997690380 -0.037576742 -0.056584835 225.336776733\n-0.058869839 0.048223924 -0.997100234 117.674438477 0.040888067 0.998110771 0.045858730 -6.056436539 0.997428000 -0.038069807 -0.060730457 225.280303955\n-0.062263846 0.051656522 -0.996722102 116.659561157 0.038715310 0.998033106 0.049305983 -6.022780418 0.997308612 -0.035518426 -0.064141273 225.209701538\n-0.065222859 0.045223136 -0.996845484 115.653045654 0.037558969 0.998375893 0.042835109 -5.985189438 0.997163653 -0.034646656 -0.066815495 225.133697510\n-0.069011569 0.038954429 -0.996855080 114.649795532 0.037993580 0.998615086 0.036392938 -5.947261810 0.996892154 -0.035362560 -0.070396066 225.062820435\n-0.071776390 0.036119223 -0.996766627 113.643508911 0.037983522 0.998718202 0.033454783 -5.917947769 0.996697307 -0.035459448 -0.073056340 224.981781006\n-0.074661493 0.041482348 -0.996345937 112.623474121 0.041494351 0.998398304 0.038458418 -5.900455475 0.996345401 -0.038471367 -0.076263189 224.914276123\n-0.077906013 0.048095442 -0.995799959 111.610549927 0.041587479 0.998123050 0.044954065 -5.870038986 0.996092975 -0.037910622 -0.079759955 224.842864990\n-0.079602122 0.052472021 -0.995444715 110.618637085 0.041912552 0.997906685 0.049250200 -5.846649170 0.995945215 -0.037801210 -0.081634641 224.755508423\n-0.081134200 0.050001677 -0.995448351 109.621414185 0.041852329 0.998030841 0.046720233 -5.814473152 0.995824277 -0.037871227 -0.083067060 224.683517456\n-0.081342101 0.044199970 -0.995705724 108.634109497 0.041253675 0.998309374 0.040945418 -5.776446342 0.995832145 -0.037745934 -0.083027959 224.596313477\n-0.081463099 0.039553497 -0.995891392 107.648162842 0.041950475 0.998462796 0.036224127 -5.756041527 0.995793343 -0.038827185 -0.082997203 224.512847900\n-0.081823349 0.033223514 -0.996093094 106.663543701 0.044042777 0.998588383 0.029688889 -5.734182358 0.995673358 -0.041441459 -0.083171129 224.430480957\n-0.081246972 0.028929885 -0.996274233 105.676467896 0.043716680 0.998720109 0.025435789 -5.708937645 0.995734930 -0.041487217 -0.082407713 224.351501465\n-0.080086112 0.034185585 -0.996201634 104.685424805 0.046029482 0.998472452 0.030563137 -5.686485291 0.995724678 -0.043406963 -0.081537366 224.274444580\n-0.079069972 0.043077491 -0.995937884 103.709060669 0.050199956 0.997970402 0.039179906 -5.680297852 0.995604277 -0.046898086 -0.081071973 224.205551147\n-0.077533484 0.044868913 -0.995979726 102.731170654 0.051038090 0.997855544 0.040980298 -5.653866768 0.995682657 -0.047655560 -0.079657197 224.124908447\n-0.076228857 0.042798106 -0.996171534 101.749984741 0.048281450 0.998064876 0.039184868 -5.624222755 0.995920837 -0.045109581 -0.078147769 224.042175293\n-0.075217485 0.041612383 -0.996298552 100.784255981 0.053062346 0.997880340 0.037672408 -5.595256805 0.995754421 -0.050032314 -0.077266097 223.968780518\n-0.074667692 0.040261798 -0.996395469 99.834350586 0.054847598 0.997837961 0.036209933 -5.579765320 0.995699108 -0.051946182 -0.076714516 223.902069092\n-0.073526502 0.038551398 -0.996548057 98.869827271 0.054730691 0.997902691 0.034565721 -5.558702469 0.995790541 -0.052000262 -0.075482249 223.827636719\n-0.074111223 0.040368471 -0.996432722 97.901794434 0.058638234 0.997627974 0.036055595 -5.532913208 0.995524645 -0.055756927 -0.076302528 223.761749268\n-0.075681210 0.046835940 -0.996031702 96.949401855 0.063196331 0.997113347 0.042084996 -5.515451431 0.995127618 -0.059760507 -0.078422666 223.696960449\n-0.076197982 0.048992518 -0.995888472 96.004013062 0.061177429 0.997140050 0.044373263 -5.486327171 0.995214283 -0.057544746 -0.078977346 223.615051270\n-0.077561378 0.047834732 -0.995839536 95.061203003 0.060582064 0.997228682 0.043183014 -5.458867073 0.995145380 -0.056980681 -0.080244303 223.543609619\n-0.078988194 0.048362818 -0.995701849 94.127334595 0.060506720 0.997213542 0.043636303 -5.427514076 0.995037675 -0.056799896 -0.081694365 223.470062256\n-0.080093145 0.051959246 -0.995432436 93.169677734 0.058324590 0.997173786 0.047357328 -5.394747734 0.995079756 -0.054265190 -0.082897186 223.392333984\n-0.080909371 0.053989105 -0.995258272 92.242218018 0.055349611 0.997234464 0.049596678 -5.373780251 0.995183587 -0.051074326 -0.083673954 223.309814453\n-0.081702471 0.051717144 -0.995314002 91.308288574 0.054070909 0.997412026 0.047387633 -5.328710556 0.995188892 -0.049945850 -0.084287405 223.225814819\n-0.082294345 0.050029259 -0.995351613 90.412139893 0.054993477 0.997445464 0.045587718 -5.296349525 0.995089710 -0.050986230 -0.084835410 223.153076172\n-0.082805514 0.049731527 -0.995324135 89.538009644 0.055562619 0.997430921 0.045214292 -5.272001266 0.995015621 -0.051558822 -0.085355997 223.080596924\n-0.082648039 0.048766218 -0.995384932 88.693038940 0.054317214 0.997537792 0.044361673 -5.250647545 0.995097458 -0.050400134 -0.085093379 223.008346558\n-0.082899094 0.047976688 -0.995402575 87.858367920 0.053982846 0.997590125 0.043586347 -5.231361389 0.995094955 -0.050121401 -0.085289240 222.935516357\n-0.083510518 0.048683897 -0.995317042 87.052261353 0.054799430 0.997518897 0.044193737 -5.210678101 0.994999051 -0.050852165 -0.085971117 222.870208740\n-0.083547354 0.051005032 -0.995197654 86.257629395 0.052873019 0.997509360 0.046684794 -5.184889793 0.995100141 -0.048718709 -0.086036086 222.805618286\n-0.082509875 0.052834075 -0.995188892 85.501144409 0.050555009 0.997529924 0.048766918 -5.168567657 0.995307267 -0.046288032 -0.084977031 222.736007690\n-0.080117226 0.053777821 -0.995333850 84.766204834 0.049669102 0.997518539 0.049897872 -5.144693375 0.995547354 -0.045439664 -0.082589507 222.681350708\n-0.076684833 0.055965345 -0.995483518 84.068359375 0.051431198 0.997316241 0.052106503 -5.125419617 0.995728076 -0.047203131 -0.079357386 222.630706787\n-0.073158979 0.057636473 -0.995653570 83.394027710 0.053487550 0.997118652 0.053791121 -5.102184296 0.995885074 -0.049319770 -0.076030970 222.580215454\n-0.069568157 0.059116881 -0.995824158 82.736129761 0.052771587 0.997062922 0.055503819 -5.076164246 0.996180594 -0.048689920 -0.072483540 222.527954102\n-0.065437794 0.059443809 -0.996084571 82.122055054 0.052755736 0.997034073 0.056034692 -5.053011894 0.996461153 -0.048882391 -0.068379641 222.495880127\n-0.060233951 0.058008838 -0.996497452 81.538757324 0.052574452 0.997108638 0.054866534 -5.032975197 0.996798933 -0.049085479 -0.063109636 222.471679688\n-0.053346395 0.054896370 -0.997066021 80.993408203 0.053117178 0.997230172 0.052063461 -5.008955956 0.997162402 -0.050183937 -0.056114554 222.435516357\n-0.046584129 0.052192889 -0.997550070 80.474472046 0.054535262 0.997277558 0.049631927 -5.001111984 0.997424722 -0.052089594 -0.049303651 222.415588379\n-0.038642049 0.049958445 -0.998003483 79.970703125 0.057016693 0.997232497 0.047712199 -4.983258247 0.997625113 -0.055059157 -0.041383624 222.405090332\n-0.028459787 0.049450342 -0.998371065 79.487838745 0.055618543 0.997306645 0.047812149 -4.962948799 0.998046398 -0.054167219 -0.031133533 222.392791748\n-0.015370727 0.049430419 -0.998659372 79.009368896 0.051160138 0.997507930 0.048586007 -4.944915771 0.998572230 -0.050344747 -0.017861366 222.393371582\n0.002302229 0.048160244 -0.998836994 78.537490845 0.046465505 0.997755587 0.048215203 -4.919211388 0.998917282 -0.046522468 0.000059247 222.383483887\n0.022516966 0.048409846 -0.998573840 78.068084717 0.043370824 0.997839332 0.049352221 -4.911281586 0.998805404 -0.044420231 0.020368695 222.400939941\n0.046017766 0.048596945 -0.997757912 77.611007690 0.042414378 0.997820199 0.050556187 -4.905431747 0.998039842 -0.044645764 0.043856263 222.440063477\n0.074088633 0.048051741 -0.996093452 77.141616821 0.042723138 0.997768521 0.051310271 -4.896145821 0.996336222 -0.046357747 0.071870387 222.481216431\n0.105557382 0.044876970 -0.993400216 76.675430298 0.041473903 0.997913241 0.049487822 -4.862112045 0.993548095 -0.046423990 0.103475869 222.533996582\n0.139294803 0.042839587 -0.989323914 76.231246948 0.037387490 0.998123944 0.048484728 -4.853307724 0.989544928 -0.043742009 0.137431860 222.610961914\n0.174960077 0.039074555 -0.983799875 75.794982910 0.032576412 0.998435318 0.045449272 -4.825399399 0.984036505 -0.040000480 0.173413396 222.713241577\n0.213672638 0.037685011 -0.976178288 75.352890015 0.027183127 0.998639405 0.044502154 -4.810237408 0.976527154 -0.036044471 0.212357521 222.829818726\n0.253959954 0.037717052 -0.966479123 74.945114136 0.020937933 0.998790860 0.044479851 -4.797189713 0.966988146 -0.031532180 0.252863169 222.962692261\n0.296576142 0.036819823 -0.954299212 74.522720337 0.016467467 0.998910785 0.043658823 -4.785410881 0.954867303 -0.028663056 0.295646787 223.105606079\n0.339761913 0.034324311 -0.939884961 74.109741211 0.010959723 0.999121487 0.040449474 -4.777595520 0.940447628 -0.024044069 0.339087248 223.265426636\n0.383379996 0.031887062 -0.923040152 73.705062866 0.001135953 0.999386787 0.034996327 -4.760780811 0.923590064 -0.014465423 0.383108675 223.443862915\n0.427321851 0.029822864 -0.903607547 73.305496216 -0.002105924 0.999485910 0.031991351 -4.748405457 0.904097140 -0.011767674 0.427164972 223.655242920\n0.470679641 0.030422041 -0.881779611 72.899856567 -0.001002292 0.999423146 0.033945829 -4.738665581 0.882303655 -0.015093812 0.470438600 223.902389526\n0.513642430 0.029669816 -0.857491255 72.506919861 0.002073201 0.999356091 0.035820302 -4.719012737 0.858001888 -0.020176578 0.513250113 224.176605225\n0.556752145 0.032876123 -0.830027878 72.110023499 -0.000988407 0.999242008 0.038915452 -4.702747822 0.830678105 -0.020845857 0.556362629 224.464279175\n0.598060846 0.035618868 -0.800658822 71.733589172 -0.004142263 0.999135971 0.041354403 -4.686210155 0.801440001 -0.021415912 0.597691655 224.781982422\n0.638071358 0.036810618 -0.769096792 71.393196106 -0.007284572 0.999100447 0.041775536 -4.677210808 0.769942760 -0.021053230 0.637765527 225.104385376\n0.677848101 0.035353340 -0.734351456 71.049629211 -0.009076596 0.999169469 0.039724063 -4.663853168 0.735145926 -0.020261472 0.677606046 225.459396362\n0.716520727 0.035888277 -0.696642041 70.717811584 -0.014975642 0.999236941 0.036073815 -4.651255131 0.697405040 -0.015414976 0.716511369 225.834823608\n0.752438188 0.032562025 -0.657857537 70.408142090 -0.018689971 0.999430597 0.028091855 -4.638468742 0.658397675 -0.008842047 0.752618313 226.230407715\n0.786101758 0.030316003 -0.617353201 70.104980469 -0.023618504 0.999540269 0.019009408 -4.625669003 0.617645681 -0.000362370 0.786456406 226.637893677\n0.817089200 0.021796266 -0.576099157 69.846725464 -0.017244752 0.999761939 0.013366758 -4.616551399 0.576253355 -0.000987148 0.817270517 227.065750122\n0.845272779 0.013347264 -0.534168363 69.602127075 -0.008742620 0.999899626 0.011150091 -4.623983383 0.534263551 -0.004754838 0.845304608 227.517120361\n0.868967175 0.006540168 -0.494826585 69.381797791 -0.002000565 0.999950945 0.009703241 -4.619509697 0.494865745 -0.007441865 0.868937612 227.983734131\n0.889828801 0.006103904 -0.456253797 69.164588928 -0.001482331 0.999943912 0.010486579 -4.617747307 0.456292212 -0.008654941 0.889787912 228.463989258\n0.908327162 0.010071678 -0.418139130 68.960914612 -0.005669872 0.999914706 0.011768139 -4.623608589 0.418221980 -0.008318525 0.908306777 228.936874390\n0.924506485 0.010972859 -0.381008416 68.791091919 -0.007029466 0.999906361 0.011740017 -4.620268822 0.381101549 -0.008175436 0.924497068 229.423248291\n0.938719749 0.007281202 -0.344604492 68.625663757 -0.003322731 0.999921560 0.012076215 -4.619173527 0.344665378 -0.010191153 0.938670278 229.935745239\n0.950884163 0.001605290 -0.309542865 68.495254517 0.002138952 0.999928594 0.011756275 -4.616028786 0.309539616 -0.011840953 0.950812817 230.435394287\n0.961211145 0.002708240 -0.275800228 68.362930298 -0.000031798 0.999952853 0.009708287 -4.617319107 0.275813520 -0.009322944 0.961165965 230.953964233\n0.969754159 0.006530411 -0.243996471 68.251335144 -0.005113644 0.999966204 0.006439491 -4.621468544 0.244030282 -0.004997012 0.969754755 231.457550049\n0.976947784 0.005155213 -0.213416189 68.148826599 -0.004776896 0.999985993 0.002288312 -4.627038002 0.213424996 -0.001216094 0.976958692 231.980285645\n0.982880890 -0.002765455 -0.184221312 68.084442139 0.001982715 0.999988198 -0.004432980 -4.629504681 0.184231400 0.003991833 0.982874811 232.497894287\n0.987580836 -0.006514942 -0.156976521 68.028968811 0.004976247 0.999935687 -0.010193093 -4.636604786 0.157032818 0.009285349 0.987549722 233.023010254\n0.991289020 -0.008447403 -0.131433487 67.971435547 0.006885169 0.999900222 -0.012336032 -4.641385555 0.131524578 0.011323631 0.991248250 233.561614990\n0.993897915 -0.007033917 -0.110079110 67.920097351 0.005869075 0.999923348 -0.010902314 -4.644388676 0.110147357 0.010189725 0.993863046 234.100204468\n0.995510995 -0.010290926 -0.094084539 67.882598877 0.009767254 0.999934137 -0.006024789 -4.650353432 0.094140343 0.005078796 0.995545983 234.642288208\n0.996456861 -0.012847866 -0.083118156 67.854408264 0.012933151 0.999916255 0.000487707 -4.663833618 0.083104931 -0.001560958 0.996539593 235.198242188\n0.997187614 -0.013024276 -0.073805377 67.819580078 0.013462547 0.999894559 0.005443813 -4.670704842 0.073726691 -0.006422111 0.997257829 235.744018555\n0.997707367 -0.008879751 -0.067090943 67.776214600 0.009446928 0.999922216 0.008141328 -4.682145119 0.067013435 -0.008756465 0.997713625 236.305130005\n0.997998953 -0.009043629 -0.062580481 67.738815308 0.009602307 0.999916613 0.008632354 -4.683146477 0.062497199 -0.009215998 0.998002589 236.847702026\n0.997874081 -0.017397918 -0.062806182 67.716049194 0.018037986 0.999790847 0.009638539 -4.690558910 0.062625356 -0.010750945 0.997979224 237.399551392\n0.997306705 -0.026499458 -0.068389826 67.687522888 0.027138192 0.999596179 0.008427332 -4.689922810 0.068138890 -0.010260611 0.997623086 237.950424194\n0.996507168 -0.030185295 -0.077861041 67.639648438 0.030803608 0.999502659 0.006752189 -4.695044518 0.077618502 -0.009127005 0.996941328 238.505889893\n0.995456398 -0.028962996 -0.090706870 67.595642090 0.029617557 0.999544024 0.005878243 -4.701833725 0.090495259 -0.008538051 0.995860279 239.049697876\n0.993851244 -0.030472571 -0.106447801 67.533737183 0.031197008 0.999499977 0.005146645 -4.700661659 0.106237747 -0.008435852 0.994304955 239.594024658\n0.991520345 -0.033333912 -0.125603601 67.442779541 0.034047280 0.999413967 0.003536464 -4.714511871 0.125412107 -0.007782937 0.992074192 240.137512207\n0.988069654 -0.037395701 -0.149398535 67.354209900 0.038352884 0.999258041 0.003529942 -4.709239483 0.149155676 -0.009217693 0.988770783 240.670471191\n0.983768165 -0.034447875 -0.176106542 67.237747192 0.036191810 0.999322414 0.006699454 -4.711947918 0.175756425 -0.012964323 0.984348297 241.201461792\n0.977878630 -0.029965973 -0.207015440 67.100746155 0.032749794 0.999413252 0.010032758 -4.718274117 0.206593335 -0.016590532 0.978286207 241.723678589\n0.969639182 -0.027555011 -0.242982745 66.947792053 0.030693116 0.999487102 0.009137971 -4.727606297 0.242606312 -0.016318431 0.969987571 242.226181030\n0.958995342 -0.024231095 -0.282384038 66.777336121 0.027086623 0.999613762 0.006212141 -4.739806652 0.282124460 -0.013606245 0.959281325 242.708419800\n0.945461690 -0.020347310 -0.325097203 66.576286316 0.022827478 0.999732137 0.003816230 -4.746750355 0.324932486 -0.011029248 0.945672929 243.185455322\n0.928509176 -0.013721257 -0.371055871 66.388061523 0.015605377 0.999876082 0.002075643 -4.756102085 0.370981395 -0.007717721 0.928608239 243.612396240\n0.908051133 -0.003276178 -0.418846548 66.134323120 0.003455022 0.999993980 -0.000331438 -4.761761665 0.418845087 -0.001146162 0.908056974 244.043746948\n0.883082926 0.009116589 -0.469128400 65.858779907 -0.010772834 0.999941587 -0.000846780 -4.758505344 0.469093293 0.005801618 0.883129597 244.457595825\n0.853673816 0.023344414 -0.520284653 65.555229187 -0.025648523 0.999667168 0.002769967 -4.759891033 0.520176172 0.010979883 0.853988409 244.855209351\n0.820472658 0.033489443 -0.570704043 65.236206055 -0.036454879 0.999315858 0.006231429 -4.762181282 0.570522308 0.015692227 0.821132183 245.223052979\n0.782683909 0.040024158 -0.621131182 64.902816772 -0.042401757 0.999040663 0.010945491 -4.755270481 0.620973408 0.017770194 0.783630192 245.580444336\n0.741042435 0.045353003 -0.669924796 64.544799805 -0.041730631 0.998898327 0.021463407 -4.745618820 0.670160234 0.012051090 0.742118657 245.927001953\n0.695662796 0.052820977 -0.716423929 64.169982910 -0.041974220 0.998578012 0.032865964 -4.733684540 0.717141151 0.007207706 0.696890712 246.238220215\n0.648041368 0.060274489 -0.759216309 63.766845703 -0.041137926 0.998178363 0.044131842 -4.723499298 0.760493279 0.002633322 0.649340451 246.533645630\n0.598056674 0.068848245 -0.798491180 63.340812683 -0.046910957 0.997602403 0.050880663 -4.705235958 0.800079703 0.007028460 0.599852562 246.782501221\n0.545849085 0.070498094 -0.834912419 62.945014954 -0.047392245 0.997456551 0.053238843 -4.685999870 0.836542130 0.010508004 0.547801852 246.964050293\n0.488666952 0.064344384 -0.870094538 62.512496948 -0.041256219 0.997865379 0.050622642 -4.669052601 0.871494472 0.011159190 0.490278423 247.168731689\n0.429484308 0.054692414 -0.901416659 62.066650391 -0.027103895 0.998495400 0.047668774 -4.648655891 0.902667522 0.003958908 0.430320501 247.355590820\n0.368721426 0.048334554 -0.928282499 61.600677490 -0.016884824 0.998830676 0.045301124 -4.616518974 0.929386675 -0.001029610 0.369106352 247.511657715\n0.308990955 0.048959251 -0.949804008 61.102828979 -0.013575635 0.998799443 0.047068369 -4.587379456 0.950968146 -0.001649512 0.309284627 247.638107300\n0.252988636 0.052722383 -0.966031730 60.604049683 -0.015186632 0.998607397 0.050523102 -4.568823338 0.967350185 0.001888989 0.253436983 247.729797363\n0.201210022 0.055558681 -0.977971196 60.102462769 -0.017080959 0.998437405 0.053207092 -4.548073769 0.979399145 0.005998890 0.201844573 247.787200928\n0.153070033 0.054886635 -0.986690044 59.586990356 -0.017303625 0.998452187 0.052856538 -4.522221088 0.988063931 0.008982554 0.153782904 247.834213257\n0.108965695 0.053483497 -0.992605686 59.070037842 -0.014326611 0.998532295 0.052230097 -4.503489494 0.993942261 0.008529384 0.109571993 247.860015869\n0.070002198 0.050369434 -0.996274412 58.554824829 -0.012796841 0.998687565 0.049592283 -4.480715752 0.997464776 0.009277594 0.070554912 247.871749878\n0.037475824 0.046925370 -0.998195231 58.031326294 -0.013382083 0.998830855 0.046452843 -4.456830025 0.999207973 0.011617068 0.038060009 247.864013672\n0.011200607 0.044811949 -0.998932779 57.490402222 -0.017443936 0.998852074 0.044612739 -4.439412117 0.999785185 0.016925626 0.011969447 247.847671509\n-0.008027911 0.042715214 -0.999055088 56.938690186 -0.022380762 0.998829305 0.042885397 -4.422326565 0.999717355 0.022703888 -0.007062554 247.813095093\n-0.022668958 0.040925413 -0.998905063 56.369888306 -0.024867216 0.998829544 0.041486654 -4.401337624 0.999433756 0.025780445 -0.021624684 247.786346436\n-0.035140395 0.039047111 -0.998619378 55.761016846 -0.023129359 0.998937011 0.039873432 -4.372391224 0.999114752 0.024498587 -0.034199953 247.750244141\n-0.044444323 0.037282769 -0.998316109 55.151962280 -0.021256031 0.999041855 0.038256180 -4.350168228 0.998785853 0.022920499 -0.043609262 247.714080811\n-0.049969196 0.036185149 -0.998095155 54.524688721 -0.021733677 0.999067426 0.037308484 -4.324069500 0.998514354 0.023556547 -0.049136043 247.674133301\n-0.053462863 0.036306560 -0.997909606 53.876373291 -0.023817236 0.999008179 0.037622534 -4.304963589 0.998285770 0.025778860 -0.052545190 247.646026611\n-0.054045796 0.036767505 -0.997861326 53.205474854 -0.024548899 0.998970866 0.038137998 -4.282786846 0.998236656 0.026557596 -0.053087592 247.597167969\n-0.053218961 0.037476752 -0.997879386 52.512145996 -0.023412129 0.998973966 0.038766477 -4.255722523 0.998308420 0.025425589 -0.052286863 247.564971924\n-0.052055240 0.037849460 -0.997926712 51.805633545 -0.022056289 0.998994172 0.039040480 -4.233040810 0.998400629 0.024042819 -0.051168084 247.528244019\n-0.051067352 0.036263686 -0.998036563 51.080749512 -0.019197406 0.999120235 0.037285354 -4.207831860 0.998510659 0.021063780 -0.050326347 247.492553711\n-0.049769878 0.034042373 -0.998180509 50.318725586 -0.016151698 0.999260843 0.034884553 -4.182302475 0.998630226 0.017858503 -0.049183249 247.456451416\n-0.049085617 0.033033419 -0.998248160 49.551818848 -0.014884016 0.999317765 0.033800688 -4.153530121 0.998683691 0.016517069 -0.048560500 247.416320801\n-0.048402429 0.032470401 -0.998299956 48.754547119 -0.015428069 0.999327898 0.033251863 -4.128270149 0.998708725 0.017011311 -0.047868848 247.378021240\n-0.048322558 0.032818846 -0.998292625 47.934570312 -0.014938797 0.999324501 0.033575889 -4.107295036 0.998720229 0.016535757 -0.047799706 247.342132568\n-0.048159242 0.033946425 -0.998262584 47.099731445 -0.013630557 0.999306917 0.034639515 -4.080720425 0.998746634 0.015275087 -0.047663093 247.303466797\n-0.047277331 0.033863287 -0.998307645 46.261322021 -0.009834685 0.999360979 0.034364764 -4.054074287 0.998833418 0.011442716 -0.046914101 247.257431030\n-0.047232747 0.033283003 -0.998329282 45.395996094 -0.007626317 0.999403596 0.033679634 -4.029404640 0.998854816 0.009204360 -0.046950817 247.218490601\n-0.048097014 0.033076245 -0.998294890 44.519195557 -0.005537871 0.999427378 0.033380575 -4.001041889 0.998827338 0.007133931 -0.047886252 247.180160522\n-0.050306439 0.034606528 -0.998134196 43.611511230 -0.004149348 0.999383628 0.034858979 -3.972457409 0.998725295 0.005895231 -0.050131798 247.137771606\n-0.053220510 0.037167735 -0.997890890 42.694396973 -0.001888932 0.999301553 0.037321020 -3.944254875 0.998581052 0.003871190 -0.053113103 247.092773438\n-0.056783438 0.039253738 -0.997614682 41.755249023 -0.000516867 0.999225497 0.039346546 -3.915675640 0.998386502 0.002749864 -0.056719184 247.044250488\n-0.059746146 0.037128266 -0.997523010 40.798919678 -0.000977851 0.999305367 0.037253179 -3.892784357 0.998213232 0.003201154 -0.059668303 246.973205566\n-0.062927127 0.032175794 -0.997499466 39.835906982 -0.002289162 0.999472857 0.032383863 -3.859326363 0.998015642 0.004321253 -0.062820315 246.904785156\n-0.065390587 0.028821588 -0.997443557 38.850219727 -0.001473667 0.999578893 0.028979903 -3.829020739 0.997858763 0.003364908 -0.065320611 246.834136963\n-0.067478657 0.031274661 -0.997230589 37.823333740 -0.000536247 0.999507308 0.031382356 -3.795849562 0.997720718 0.002652397 -0.067428708 246.759887695\n-0.068899989 0.037935544 -0.996902108 36.797454834 0.001040035 0.999278963 0.037954111 -3.768300533 0.997623086 0.001578221 -0.068889737 246.686187744\n-0.070126057 0.043405626 -0.996593475 35.764862061 0.003843248 0.999057233 0.043242503 -3.738463879 0.997530818 -0.000797734 -0.070226789 246.614685059\n-0.071169496 0.043806680 -0.996501923 34.726379395 0.006000153 0.999035835 0.043489549 -3.690403461 0.997446299 -0.002884036 -0.071363807 246.538818359\n-0.072386622 0.042082965 -0.996488512 33.664520264 0.005977034 0.999109805 0.041759487 -3.648166656 0.997358859 -0.002933220 -0.072573662 246.462921143\n-0.073158979 0.039545212 -0.996536136 32.573699951 0.004344279 0.999216735 0.039332666 -3.606191158 0.997310996 -0.001451699 -0.073273420 246.376037598\n-0.073426962 0.038538702 -0.996555746 31.486663818 0.004180370 0.999256194 0.038335126 -3.569784164 0.997291863 -0.001351139 -0.073533416 246.295227051\n-0.072834969 0.038640667 -0.996595263 30.390472412 -0.000155539 0.999248743 0.038754921 -3.539866924 0.997344077 0.002977719 -0.072774172 246.200180054\n-0.072082520 0.036580551 -0.996727645 29.293426514 -0.004902868 0.999302149 0.037029609 -3.505111694 0.997386634 0.007556011 -0.071852922 246.108871460\n-0.071717501 0.035591595 -0.996789694 28.207366943 -0.006169980 0.999328196 0.036126155 -3.477977514 0.997405827 0.008741051 -0.071449757 246.023635864\n-0.071412683 0.035216056 -0.996824980 27.116149902 -0.008079352 0.999323308 0.035883125 -3.449688435 0.997414112 0.010616211 -0.071079850 245.939178467\n-0.069916606 0.035727594 -0.996913016 26.019897461 -0.007267293 0.999313653 0.036323313 -3.422498226 0.997526526 0.009784455 -0.069608927 245.851806641\n-0.069444418 0.035948694 -0.996938050 24.926818848 -0.005502241 0.999321520 0.036417920 -3.398766994 0.997570813 0.008014411 -0.069199562 245.773910522\n-0.069203854 0.037600223 -0.996893704 23.824493408 -0.002083677 0.999281824 0.037834946 -3.371368885 0.997600377 0.004695528 -0.069075823 245.702728271\n-0.068974853 0.039595827 -0.996832430 22.724609375 0.006455035 0.999208808 0.039243575 -3.344599247 0.997597694 -0.003727772 -0.069175959 245.639129639\n-0.069602847 0.039218221 -0.996803641 21.641906738 0.008091140 0.999216259 0.038748175 -3.313428879 0.997542024 -0.005368295 -0.069865584 245.567749023\n-0.070836902 0.039706223 -0.996697307 20.543243408 0.011918514 0.999169767 0.038957652 -3.284685135 0.997416675 -0.009119512 -0.071251273 245.488784790\n-0.073508978 0.041898560 -0.996414185 19.461761475 0.014851083 0.999052286 0.040913880 -3.249202251 0.997184098 -0.011790293 -0.074061632 245.407272339\n-0.076335549 0.046599422 -0.995992839 18.359466553 0.012081954 0.998877168 0.045808390 -3.226590157 0.997009158 -0.008536741 -0.076812744 245.315353394\n-0.079140544 0.048771422 -0.995669782 17.275726318 0.010120421 0.998790324 0.048119865 -3.182660580 0.996812224 -0.006268369 -0.079538465 245.222473145\n-0.082407236 0.047795918 -0.995452046 16.198699951 0.006220177 0.998854518 0.047444358 -3.154121876 0.996579409 -0.002282129 -0.082610250 245.125213623\n-0.084559560 0.043369163 -0.995474279 15.126068115 0.002846166 0.999058783 0.043283567 -3.116326809 0.996414483 0.000826749 -0.084603429 245.034362793\n-0.086333871 0.040005606 -0.995462954 14.078308105 0.000418213 0.999194801 0.040119320 -3.085754395 0.996266425 0.003047330 -0.086281061 244.939926147\n-0.087175608 0.038519073 -0.995447993 13.021636963 -0.002029635 0.999243259 0.038843676 -3.052780867 0.996190906 0.005406616 -0.087031364 244.832321167\n-0.088818312 0.040219512 -0.995235443 11.970153809 -0.004978934 0.999154031 0.040822204 -3.024381638 0.996035337 0.008580972 -0.088542938 244.739913940\n-0.089881539 0.044438969 -0.994960666 10.936950684 -0.007537750 0.998945057 0.045297872 -2.995789766 0.995924056 0.011571203 -0.089451790 244.642883301\n-0.090870023 0.046399944 -0.994781256 9.903045654 -0.012506094 0.998782039 0.047728945 -2.971338272 0.995784223 0.016777951 -0.090178967 244.535537720\n-0.091933608 0.045751452 -0.994713604 8.901306152 -0.016845444 0.998729527 0.047493055 -2.939256907 0.995622754 0.021122595 -0.091046095 244.435745239\n-0.093177438 0.043607336 -0.994694293 7.892547607 -0.023277249 0.998671949 0.045962203 -2.908921480 0.995377541 0.027436372 -0.092038631 244.327529907\n-0.093324900 0.043462932 -0.994686782 6.912933350 -0.025931405 0.998601735 0.046066973 -2.875260353 0.995298147 0.030092809 -0.092067361 244.224533081\n-0.093814373 0.043004487 -0.994660437 5.953094482 -0.029356048 0.998512745 0.045939848 -2.849572659 0.995156825 0.033509120 -0.092412472 244.125442505\n-0.093443513 0.042753942 -0.994706273 5.018646240 -0.033196256 0.998388290 0.046030685 -2.824730873 0.995071054 0.037321791 -0.091873527 244.026123047\n-0.093294859 0.042472262 -0.994732261 4.086975098 -0.035597034 0.998308659 0.045963574 -2.791917801 0.995002031 0.039697681 -0.091625214 243.933151245\n-0.093149543 0.044356424 -0.994663656 3.183746338 -0.035951119 0.998205841 0.047881182 -2.763643980 0.995002925 0.040219378 -0.091387749 243.846862793\n-0.093260407 0.046230063 -0.994568050 2.295257568 -0.036280859 0.998100221 0.049796298 -2.739889622 0.994980693 0.040727794 -0.091405988 243.767120361\n-0.093046665 0.045951486 -0.994600892 1.441070557 -0.037505642 0.998063684 0.049620189 -2.718960047 0.994955182 0.041920125 -0.091143012 243.680541992\n-0.093228698 0.045013554 -0.994626701 0.613647461 -0.037150174 0.998124540 0.048654031 -2.693946362 0.994951427 0.041486505 -0.091381669 243.603744507\n-0.093712211 0.043852396 -0.994633079 -0.192474365 -0.034858983 0.998272419 0.047297191 -2.666131496 0.994988859 0.039104227 -0.092021585 243.535751343\n-0.094408751 0.043860618 -0.994566858 -0.966156006 -0.034845933 0.998271227 0.047331717 -2.643656969 0.994923532 0.039125141 -0.092717171 243.463775635\n-0.094447851 0.044529188 -0.994533598 -1.713836670 -0.035446528 0.998215258 0.048060283 -2.618153572 0.994898736 0.039791942 -0.092700839 243.393753052\n-0.094048142 0.044337343 -0.994579911 -2.445617676 -0.037027024 0.998160899 0.047998283 -2.601632118 0.994878888 0.041340481 -0.092233539 243.319076538\n-0.092950344 0.044662241 -0.994668603 -3.139404297 -0.037622623 0.998122454 0.048333101 -2.583591938 0.994959772 0.041914612 -0.091095448 243.254913330\n-0.090656519 0.046686638 -0.994787335 -3.807373047 -0.037506621 0.998031795 0.050256945 -2.563767195 0.995175719 0.041867226 -0.088726997 243.191940308\n-0.087427139 0.049053300 -0.994962513 -4.443572998 -0.036904305 0.997941792 0.052442960 -2.546504498 0.995487154 0.041303337 -0.085436940 243.139892578\n-0.083119512 0.050701059 -0.995249033 -5.045410156 -0.038362436 0.997801840 0.054034997 -2.529509544 0.995800972 0.042671535 -0.080991745 243.087493896\n-0.077424526 0.052470915 -0.995616555 -5.629669189 -0.038525768 0.997710824 0.055577263 -2.509225130 0.996253669 0.042659931 -0.075225830 243.036071777\n-0.070981503 0.053492051 -0.996042430 -6.178588867 -0.038501445 0.997669935 0.056323208 -2.493895292 0.996734440 0.042346969 -0.068756580 242.998092651\n-0.064353347 0.053181443 -0.996509314 -6.679550171 -0.037558075 0.997742414 0.055672713 -2.475958347 0.997220397 0.041009679 -0.062210679 242.983505249\n-0.056233287 0.051653069 -0.997080624 -7.146301270 -0.036166355 0.997900069 0.053735226 -2.460881710 0.997762382 0.039082482 -0.054247141 242.960083008\n-0.047631741 0.049850766 -0.997620285 -7.577529907 -0.034933161 0.998059750 0.051540621 -2.448599339 0.998253942 0.037304990 -0.045797825 242.951568604\n-0.038292408 0.048100889 -0.998108327 -7.975631714 -0.034856260 0.998168647 0.049441054 -2.435067177 0.998658597 0.036683530 -0.036545634 242.937866211\n-0.029202461 0.047357220 -0.998451114 -8.354812622 -0.035143033 0.998210847 0.048373677 -2.423043251 0.998955607 0.036501221 -0.027485967 242.940490723\n-0.019801497 0.046739276 -0.998710871 -8.695907593 -0.034890231 0.998265982 0.047410227 -2.414239645 0.999194980 0.035784043 -0.018136382 242.937362671\n-0.010406852 0.041734200 -0.999074697 -9.016784668 -0.032909162 0.998573124 0.042056046 -2.412393093 0.999404311 0.033316374 -0.009018540 242.945892334\n-0.000845790 0.036054339 -0.999349535 -9.306671143 -0.030846428 0.998873353 0.036063265 -2.409129620 0.999523818 0.030856859 0.000267327 242.962768555\n0.009964585 0.033786409 -0.999379575 -9.574005127 -0.029244844 0.999011338 0.033482369 -2.406893730 0.999522805 0.028893052 0.010942817 242.975189209\n0.020472288 0.033955194 -0.999213696 -9.827651978 -0.028806714 0.999028206 0.033358686 -2.403625488 0.999375403 0.028101133 0.021430492 242.990142822\n0.031820297 0.032647517 -0.998960316 -10.069229126 -0.028709121 0.999083877 0.031737071 -2.399863243 0.999081254 0.027669387 0.032728434 243.003936768\n0.043881059 0.029187948 -0.998610377 -10.300750732 -0.027912324 0.999218702 0.027979203 -2.396363258 0.998646855 0.026645776 0.044661462 243.027832031\n0.058126330 0.025381064 -0.997986615 -10.536819458 -0.028404465 0.999314070 0.023760447 -2.385845423 0.997905135 0.026966164 0.058807373 243.052658081\n0.074968040 0.022888336 -0.996923327 -10.765594482 -0.028644091 0.999373436 0.020790569 -2.391871691 0.996774554 0.026997328 0.075576723 243.079452515\n0.093086362 0.020945888 -0.995437741 -10.996109009 -0.028952906 0.999412835 0.018322060 -2.385808468 0.995237052 0.027115280 0.093638122 243.121002197\n0.112710178 0.020714639 -0.993412077 -11.215255737 -0.029880546 0.999401152 0.017449347 -2.389508963 0.993178606 0.027716970 0.113261700 243.154800415\n0.132335424 0.022040421 -0.990960121 -11.433227539 -0.028219284 0.999431252 0.018460354 -2.385776758 0.990803421 0.025521217 0.132882118 243.205368042\n0.153502047 0.025989357 -0.987806499 -11.653808594 -0.026573814 0.999401093 0.022164926 -2.386323452 0.987790942 0.022847425 0.154100716 243.260177612\n0.175830543 0.029272992 -0.983985186 -11.871063232 -0.025927747 0.999348760 0.025096962 -2.388445854 0.984079003 0.021099703 0.176474988 243.314468384\n0.198816538 0.028848415 -0.979612112 -12.079818726 -0.028143432 0.999322474 0.023717033 -2.390288830 0.979632616 0.022854304 0.199493706 243.372207642\n0.225376904 0.022762362 -0.974005759 -12.296920776 -0.027937321 0.999466896 0.016892919 -2.385091543 0.973871052 0.023403836 0.225892663 243.443267822\n0.254559278 0.016847601 -0.966910481 -12.524963379 -0.025712002 0.999612689 0.010648191 -2.384202003 0.966715336 0.022150606 0.254893899 243.530288696\n0.286026239 0.014825939 -0.958107173 -12.772705078 -0.021899696 0.999720275 0.008932095 -2.388320446 0.957971573 0.018427441 0.286270916 243.629760742\n0.319549978 0.015946582 -0.947435319 -13.034362793 -0.016307328 0.999802828 0.011327878 -2.387197018 0.947429180 0.011830313 0.319747031 243.760330200\n0.356953561 0.019864673 -0.933910966 -13.318405151 -0.014973271 0.999767065 0.015542471 -2.384301901 0.934002221 0.008435761 0.357167840 243.895690918\n0.396293461 0.025979152 -0.917756379 -13.596130371 -0.016411241 0.999640346 0.021210577 -2.379606009 0.917977273 0.006655904 0.396577299 244.050598145\n0.438240826 0.031686984 -0.898298979 -13.904449463 -0.020650212 0.999469578 0.025181387 -2.378368616 0.898620427 0.007514545 0.438662767 244.218475342\n0.481556416 0.035249226 -0.875706017 -14.213432312 -0.024878053 0.999337971 0.026545104 -2.363313913 0.876061976 0.009002893 0.482114553 244.421646118\n0.525894463 0.038407415 -0.849682331 -14.525054932 -0.026438963 0.999235392 0.028803647 -2.359117031 0.850138903 0.007317037 0.526507795 244.648864746\n0.570432842 0.039428435 -0.820397317 -14.821159363 -0.024766402 0.999218643 0.030802218 -2.361439943 0.820970774 0.002747694 0.570963621 244.912353516\n0.615921497 0.037923221 -0.786894262 -15.105216980 -0.022959912 0.999280512 0.030187581 -2.365619183 0.787472904 -0.000526160 0.616349101 245.199935913\n0.661904693 0.035723913 -0.748736322 -15.389488220 -0.023866022 0.999361634 0.026583565 -2.357649088 0.749208033 0.000273567 0.662334800 245.504119873\n0.708073437 0.031000672 -0.705457985 -15.654499054 -0.024062624 0.999514937 0.019770885 -2.348388910 0.705728710 0.002975930 0.708475947 245.813354492\n0.752964199 0.029170716 -0.657414675 -15.932306290 -0.027149627 0.999543488 0.013256020 -2.332880735 0.657501221 0.007867253 0.753412426 246.171356201\n0.795016229 0.029823631 -0.605854571 -16.197158813 -0.030195190 0.999498129 0.009578200 -2.322894096 0.605836153 0.010679068 0.795517802 246.565856934\n0.833742857 0.030175745 -0.551327765 -16.466329575 -0.029996295 0.999506354 0.009344084 -2.316338301 0.551337540 0.008747224 0.834236443 247.016891479\n0.867764652 0.027100954 -0.496235847 -16.676399231 -0.026033951 0.999619961 0.009066880 -2.309540510 0.496292979 0.005051062 0.868140399 247.480346680\n0.897471726 0.023544868 -0.440443188 -16.870018005 -0.021824600 0.999721587 0.008971309 -2.311444283 0.440531760 0.001561000 0.897735655 247.978118896\n0.922534943 0.021473495 -0.385315627 -17.044162750 -0.020138282 0.999769092 0.007501038 -2.314856529 0.385387719 0.000839625 0.922754347 248.500305176\n0.943562329 0.020424932 -0.330564678 -17.203836441 -0.020846048 0.999780118 0.002271557 -2.305684566 0.330538392 0.004747611 0.943780601 249.042694092\n0.960589588 0.020226486 -0.277233690 -17.339830399 -0.021665543 0.999763012 -0.002128182 -2.298622131 0.277124941 0.008050727 0.960800171 249.621994019\n0.973906636 0.021834757 -0.225896239 -17.455129623 -0.023083020 0.999729395 -0.002885653 -2.301457405 0.225772098 0.008024723 0.974147081 250.219070435\n0.983642876 0.023115568 -0.178640485 -17.555282593 -0.024033392 0.999706745 -0.002975164 -2.306419134 0.178519309 0.007219835 0.983909905 250.856475830\n0.990136743 0.020151714 -0.138647586 -17.615348816 -0.020767480 0.999779820 -0.002995858 -2.313403368 0.138556689 0.005845670 0.990337253 251.507598877\n0.994208276 0.016061533 -0.106263392 -17.664991379 -0.016520275 0.999857605 -0.003438136 -2.312262774 0.106193036 0.005173724 0.994332075 252.197341919\n0.996642768 0.010792031 -0.081158593 -17.698873520 -0.011113583 0.999932051 -0.003511327 -2.320150375 0.081115186 0.004401501 0.996695042 252.909286499\n0.997973979 0.006446952 -0.063296333 -17.729185104 -0.006673480 0.999972045 -0.003368091 -2.326062202 0.063272849 0.003783674 0.997989118 253.642654419\n0.998650312 0.004801788 -0.051715270 -17.766361237 -0.004987127 0.999981582 -0.003455383 -2.333325148 0.051697727 0.003708630 0.998655915 254.414855957\n0.998982608 0.001970839 -0.045053557 -17.798412323 -0.002149350 0.999990046 -0.003914093 -2.342159986 0.045045391 0.004006946 0.998976886 255.193023682\n0.999124408 0.000792974 -0.041829932 -17.829891205 -0.001015609 0.999985456 -0.005301413 -2.343248606 0.041825119 0.005339255 0.999110699 255.996047974\n0.999196529 0.001039612 -0.040065452 -17.861087799 -0.001287523 0.999980211 -0.006162330 -2.350138426 0.040058251 0.006208964 0.999178052 256.819732666\n0.999232531 0.001682390 -0.039133947 -17.897562027 -0.001900650 0.999982834 -0.005540719 -2.358504295 0.039123956 0.005610847 0.999218583 257.667907715\n0.999231100 0.002090640 -0.039150894 -17.928688049 -0.002231135 0.999991238 -0.003545199 -2.364512205 0.039143138 0.003629824 0.999227047 258.525329590\n0.999211848 0.001694266 -0.039658710 -17.966529846 -0.001714446 0.999998391 -0.000474824 -2.369840145 0.039657842 0.000542443 0.999213159 259.422485352\n0.999156356 0.002063391 -0.041016228 -18.008523941 -0.002004826 0.999996901 0.001468943 -2.372879982 0.041019134 -0.001385474 0.999157429 260.328857422\n0.999071121 0.001288290 -0.043072157 -18.048501968 -0.001254644 0.999998868 0.000808182 -2.378171206 0.043073151 -0.000753391 0.999071658 261.261810303\n0.998951912 -0.000190048 -0.045772068 -18.098495483 0.000065759 0.999996305 -0.002716892 -2.383677006 0.045772415 0.002711034 0.998948216 262.197753906\n0.998819470 -0.000239619 -0.048575256 -18.148216248 -0.000227048 0.999953866 -0.009601364 -2.390281439 0.048575316 0.009601058 0.998773396 263.177703857\n0.998681128 0.002078393 -0.051299449 -18.203199387 -0.002849188 0.999884069 -0.014956873 -2.398107767 0.051262416 0.015083308 0.998571336 264.166595459\n0.998568356 0.004161929 -0.053327836 -18.263343811 -0.004958467 0.999877989 -0.014813032 -2.402569532 0.053259682 0.015056250 0.998467207 265.183074951\n0.998529255 0.005981196 -0.053884208 -18.331630707 -0.006295023 0.999964178 -0.005656265 -2.421962261 0.053848445 0.005987149 0.998531163 266.234069824\n0.998504341 0.004557176 -0.054481763 -18.390018463 -0.004374916 0.999984443 0.003464136 -2.424065590 0.054496702 -0.003220601 0.998508751 267.314514160\n0.998480916 0.001847184 -0.055067848 -18.450160980 -0.001542979 0.999983311 0.005566198 -2.431381464 0.055077210 -0.005472774 0.998467088 268.399749756\n0.998412549 -0.002558610 -0.056265634 -18.507266998 0.002516136 0.999996483 -0.000825722 -2.433957338 0.056267548 0.000682839 0.998415470 269.490142822\n0.998328328 -0.004460166 -0.057624929 -18.565967560 0.003922661 0.999947786 -0.009437392 -2.433426857 0.057664014 0.009195573 0.998293698 270.612091064\n0.998279452 -0.005570420 -0.058370885 -18.633275986 0.004726523 0.999882460 -0.014585609 -2.445698738 0.058445271 0.014284622 0.998188436 271.743835449\n0.998278499 -0.003702797 -0.058534995 -18.713224411 0.002912683 0.999903560 -0.013577715 -2.463886261 0.058579627 0.013383848 0.998193026 272.888580322\n0.998240471 -0.001507864 -0.059276555 -18.780427933 0.001136980 0.999979556 -0.006290083 -2.481875658 0.059284829 0.006211619 0.998221755 274.065612793\n0.998214483 -0.000332249 -0.059730232 -18.856304169 0.000534202 0.999994218 0.003365133 -2.494889736 0.059728768 -0.003391033 0.998208880 275.245422363\n0.998171389 -0.000150598 -0.060447257 -18.931699753 0.000634308 0.999967933 0.007983077 -2.498713970 0.060444117 -0.008006821 0.998139441 276.433990479\n0.998120368 -0.002441845 -0.061234988 -18.999368668 0.002795892 0.999979854 0.005696754 -2.494048834 0.061219845 -0.005857253 0.998107135 277.625061035\n0.998075426 -0.003289397 -0.061924793 -19.081110001 0.003270323 0.999994576 -0.000409374 -2.492402554 0.061925802 0.000206072 0.998080730 278.830688477\n0.998014688 -0.005028090 -0.062780499 -19.165666580 0.004774949 0.999979854 -0.004181554 -2.509918928 0.062800258 0.003873478 0.998018622 280.044769287\n0.997955561 -0.004621104 -0.063743927 -19.241870880 0.004244987 0.999972761 -0.006034618 -2.522203207 0.063770078 0.005751688 0.997948050 281.264221191\n0.997913361 -0.005340297 -0.064345889 -19.322029114 0.005154113 0.999982059 -0.003059137 -2.539260864 0.064361066 0.002721108 0.997922957 282.498870850\n0.997885406 -0.003836944 -0.064884625 -19.412275314 0.003942255 0.999991119 0.001495108 -2.552318811 0.064878307 -0.001747738 0.997891665 283.742919922\n0.997821331 -0.005198441 -0.065768756 -19.496599197 0.005190487 0.999986470 -0.000291815 -2.567119837 0.065769389 -0.000050193 0.997834861 285.003753662\n0.997746587 -0.006874788 -0.066741578 -19.580484390 0.006549915 0.999965608 -0.005085226 -2.584069252 0.066774242 0.004636615 0.997757316 286.251861572\n0.997678399 -0.007054192 -0.067735575 -19.662797928 0.006498989 0.999943495 -0.008413480 -2.606927872 0.067791097 0.007953734 0.997667849 287.505767822\n0.997644424 -0.006349662 -0.068302907 -19.758880615 0.005754472 0.999943793 -0.008907204 -2.622404099 0.068355627 0.008493175 0.997624874 288.754608154\n0.997616112 -0.004113710 -0.068884879 -19.842861176 0.003673629 0.999972045 -0.006514110 -2.649500370 0.068909749 0.006245524 0.997603357 290.006256104\n0.997653484 -0.001690021 -0.068444282 -19.934650421 0.001536535 0.999996185 -0.002295067 -2.670618534 0.068447903 0.002184515 0.997652292 291.272888184\n0.997705877 0.002116724 -0.067664690 -20.030584335 -0.001995030 0.999996245 0.001866021 -2.685372591 0.067668393 -0.001726747 0.997706354 292.526794434\n0.997795939 0.003665535 -0.066255629 -20.127611160 -0.003489102 0.999990046 0.002778432 -2.696784735 0.066265151 -0.002541136 0.997798800 293.814605713\n0.997893512 0.002298249 -0.064832821 -20.205417633 -0.002188106 0.999996066 0.001769829 -2.710175037 0.064836629 -0.001624240 0.997894585 295.071533203\n0.997940302 0.002347250 -0.064106740 -20.289712906 -0.002477682 0.999994993 -0.001955177 -2.731730223 0.064101830 0.002109986 0.997941136 296.344787598\n0.998012304 0.000802326 -0.063014030 -20.381324768 -0.001281058 0.999970615 -0.007557197 -2.743778944 0.063006118 0.007622901 0.997984052 297.640228271\n0.998089075 0.000835377 -0.061785858 -20.463037491 -0.001433443 0.999952555 -0.009635972 -2.767336130 0.061774876 0.009706125 0.998042941 298.911407471\n0.998177052 0.001685592 -0.060330663 -20.548212051 -0.002161780 0.999967039 -0.007828561 -2.789099216 0.060315475 0.007944711 0.998147726 300.186920166\n0.998213351 0.004243549 -0.059599165 -20.631061554 -0.004476109 0.999982893 -0.003769102 -2.818211555 0.059582148 0.004029141 0.998215258 301.473663330\n0.998212814 0.005635080 -0.059493475 -20.705011368 -0.005708954 0.999983132 -0.001071802 -2.833834171 0.059486434 0.001409532 0.998228133 302.762390137\n0.998249829 0.008953748 -0.058456179 -20.791246414 -0.008765784 0.999955535 0.003471121 -2.842106819 0.058484659 -0.002952631 0.998283923 304.039031982\n0.998232186 0.010442379 -0.058510039 -20.856595993 -0.009970144 0.999915361 0.008357137 -2.852855444 0.058592353 -0.007759010 0.998251855 305.331085205\n0.998220205 0.013806756 -0.058015373 -20.946556091 -0.013445513 0.999887764 0.006612435 -2.861865044 0.058100156 -0.005820619 0.998293817 306.631072998\n0.998209178 0.016702291 -0.057440527 -21.036819458 -0.016652517 0.999860406 0.001345110 -2.865897655 0.057454977 -0.000386172 0.998347998 307.906372070\n0.998114407 0.019244740 -0.058286119 -21.109443665 -0.019451506 0.999806345 -0.002982088 -2.884618282 0.058217440 0.004110218 0.998295486 309.200714111\n0.997998059 0.023017036 -0.058907263 -21.189790726 -0.023392370 0.999710143 -0.005689885 -2.903938532 0.058759224 0.007056475 0.998247266 310.509857178\n0.997951925 0.024342623 -0.059155870 -21.274734497 -0.024729662 0.999677241 -0.005819336 -2.923229218 0.058995120 0.007270321 0.998231769 311.800415039\n0.997874081 0.025550902 -0.059953671 -21.354265213 -0.025751261 0.999665082 -0.002571520 -2.944489479 0.059867885 0.004109935 0.998197854 313.118865967\n0.997891486 0.024443287 -0.060126148 -21.440315247 -0.024432918 0.999701083 0.000907740 -2.967197180 0.060130361 0.000563231 0.998190403 314.411743164\n0.997849226 0.024539251 -0.060784422 -21.520219803 -0.024414375 0.999698043 0.002796349 -2.983448744 0.060834687 -0.001306322 0.998147011 315.714385986\n0.997825027 0.024146929 -0.061336555 -21.610664368 -0.023999402 0.999707043 0.003140893 -2.990083933 0.061394431 -0.001662021 0.998112202 317.000366211\n0.997794986 0.023431774 -0.062097941 -21.696952820 -0.023259915 0.999723375 0.003489093 -2.995682955 0.062162519 -0.002037007 0.998063982 318.310638428\n0.997777343 0.022823639 -0.062605239 -21.777053833 -0.022657285 0.999737620 0.003365937 -3.014636993 0.062665634 -0.001939992 0.998032689 319.618896484\n0.997678697 0.024228480 -0.063641131 -21.859590530 -0.023999838 0.999702454 0.004354807 -3.025709391 0.063727707 -0.002817321 0.997963369 320.916564941\n0.997654200 0.023299772 -0.064367987 -21.945520401 -0.023015000 0.999721766 0.005162178 -3.039429665 0.064470358 -0.003668639 0.997912884 322.219329834\n0.997604132 0.024841065 -0.064567208 -22.041248322 -0.024757160 0.999691308 0.002099372 -3.047630310 0.064599425 -0.000495842 0.997911155 323.526184082\n0.997582257 0.025847901 -0.064509600 -22.136476517 -0.026051687 0.999657929 -0.002319697 -3.060191154 0.064427570 0.003994673 0.997914374 324.811981201\n0.997606158 0.024190880 -0.064782277 -22.214818954 -0.024324050 0.999703348 -0.001267632 -3.076588154 0.064732395 0.002840364 0.997898638 326.119018555\n0.997612774 0.026058372 -0.063951090 -22.309480667 -0.025947943 0.999660015 0.002556850 -3.088668823 0.063995972 -0.000891348 0.997949779 327.412750244\n0.997675359 0.024794612 -0.063475043 -22.386363983 -0.024495188 0.999684870 0.005491179 -3.098168373 0.063591197 -0.003923581 0.997968316 328.697753906\n0.997698963 0.024869135 -0.063074157 -22.465637207 -0.024439491 0.999672592 0.007574222 -3.110640526 0.063241869 -0.006015293 0.997980118 329.988830566\n0.997765839 0.024325520 -0.062221974 -22.563449860 -0.023853786 0.999680877 0.008313204 -3.119040489 0.062404342 -0.006810402 0.998027742 331.294311523\n0.997841775 0.020730006 -0.062306542 -22.637845993 -0.020370049 0.999771953 0.006406904 -3.126296759 0.062425151 -0.005123889 0.998036504 332.572784424\n0.997869849 0.018918388 -0.062432714 -22.724987030 -0.018724890 0.999817908 0.003682963 -3.137541056 0.062491018 -0.002506072 0.998042405 333.851593018\n0.997913241 0.015369579 -0.062713005 -22.803232193 -0.015242293 0.999880672 0.002507615 -3.147837639 0.062744059 -0.001546492 0.998028457 335.122802734\n0.997904599 0.012833522 -0.063417017 -22.882837296 -0.012620906 0.999913335 0.003752136 -3.160662413 0.063459672 -0.002943893 0.997980058 336.413024902\n0.997916162 0.010369889 -0.063685380 -22.962249756 -0.009928673 0.999924481 0.007240650 -3.174449921 0.063755654 -0.006593250 0.997943759 337.681762695\n0.997864783 0.006977775 -0.064939819 -23.040624619 -0.006280824 0.999920547 0.010930246 -3.180193901 0.065010928 -0.010499031 0.997829318 338.948699951\n0.997815013 0.003255220 -0.065989651 -23.117580414 -0.002642014 0.999952555 0.009377602 -3.190082312 0.066017047 -0.009182766 0.997776270 340.214538574\n0.997744143 -0.001078889 -0.067122571 -23.196081161 0.001436651 0.999985039 0.005281931 -3.193840981 0.067115866 -0.005366448 0.997730732 341.469299316\n0.997691572 -0.002505906 -0.067862168 -23.284620285 0.002751087 0.999990046 0.003519709 -3.200098038 0.067852668 -0.003698279 0.997688472 342.717193604\n0.997642875 -0.003596898 -0.068525828 -23.373403549 0.003965816 0.999978364 0.005248358 -3.221725225 0.068505473 -0.005507748 0.997635543 343.955383301\n0.997568727 -0.005440734 -0.069477171 -23.446792603 0.006034963 0.999946952 0.008345830 -3.236636639 0.069428079 -0.008744831 0.997548640 345.196014404\n0.997539580 -0.007250898 -0.069729246 -23.540477753 0.008133167 0.999890327 0.012377217 -3.245587587 0.069631852 -0.012913885 0.997489154 346.391448975\n0.997485578 -0.009224677 -0.070266977 -23.627157211 0.010297287 0.999835670 0.014917861 -3.256251097 0.070117824 -0.015603910 0.997416675 347.578063965\n0.997391343 -0.012089752 -0.071164533 -23.707597733 0.013144852 0.999810219 0.014376584 -3.264834881 0.070977226 -0.015274527 0.997361004 348.757293701\n0.997334719 -0.013451461 -0.071711749 -23.793291092 0.014389222 0.999817371 0.012576277 -3.270890236 0.071529485 -0.013574634 0.997346103 349.895355225\n0.997322738 -0.011935445 -0.072145209 -23.881921768 0.012677694 0.999871254 0.009839096 -3.274455786 0.072018489 -0.010727390 0.997345626 351.034118652\n0.997331381 -0.010884737 -0.072191380 -23.964239120 0.011450175 0.999906898 0.007423278 -3.282468319 0.072103851 -0.008230072 0.997363150 352.145965576\n0.997393787 -0.009361877 -0.071540534 -24.048835754 0.009886071 0.999926805 0.006976655 -3.292300224 0.071469985 -0.007665727 0.997413278 353.241333008\n0.997512519 -0.006933683 -0.070147879 -24.133941650 0.007531907 0.999937475 0.008267134 -3.306524992 0.070086166 -0.008774918 0.997502327 354.344573975\n0.997668028 -0.004161131 -0.068126112 -24.218746185 0.004755469 0.999952018 0.008564225 -3.319442987 0.068087205 -0.008868225 0.997639954 355.425445557\n0.997802556 -0.004165164 -0.066126399 -24.287904739 0.004599994 0.999968767 0.006424845 -3.328271866 0.066097572 -0.006714907 0.997790575 356.494293213\n0.997967899 -0.005572790 -0.063474603 -24.358757019 0.005974709 0.999963284 0.006143917 -3.333246946 0.063438028 -0.006510674 0.997964561 357.537628174\n0.998119771 -0.004982951 -0.061090983 -24.418291092 0.005410010 0.999962032 0.006827147 -3.350829840 0.061054647 -0.007144813 0.998108864 358.564605713\n0.998263419 -0.007056391 -0.058483537 -24.476051331 0.007523009 0.999941587 0.007762295 -3.361895323 0.058425348 -0.008188787 0.998258173 359.574920654\n0.998378634 -0.008227432 -0.056324288 -24.531995773 0.008721924 0.999925494 0.008539179 -3.371989012 0.056249838 -0.009016590 0.998376012 360.565826416\n0.998491168 -0.009708717 -0.054047637 -24.582048416 0.010241750 0.999901533 0.009594043 -3.383568048 0.053949166 -0.010133109 0.998492241 361.530517578\n0.998573661 -0.012989407 -0.051786739 -24.630382538 0.013622460 0.999836504 0.011890041 -3.392424345 0.051623829 -0.012578544 0.998587370 362.483337402\n0.998676538 -0.012051258 -0.049999725 -24.666713715 0.012775831 0.999817610 0.014197333 -3.398073673 0.049819507 -0.014817331 0.998648345 363.393218994\n0.998796403 -0.011548555 -0.047668964 -24.711330414 0.012292690 0.999806643 0.015346914 -3.406167030 0.047482513 -0.015914423 0.998745263 364.297515869\n0.998905540 -0.010987602 -0.045463867 -24.756994247 0.011584795 0.999849796 0.012892986 -3.416665077 0.045315377 -0.013405564 0.998882771 365.167938232\n0.999000549 -0.010185093 -0.043522421 -24.793922424 0.010523972 0.999916017 0.007564304 -3.423197269 0.043441724 -0.008014772 0.999023795 366.003845215\n0.999097347 -0.009156329 -0.041480422 -24.832378387 0.009337459 0.999947667 0.004174995 -3.429636955 0.041440025 -0.004558548 0.999130607 366.811798096\n0.999160290 -0.009169545 -0.039932903 -24.865303040 0.009380200 0.999943018 0.005091056 -3.431900978 0.039883949 -0.005461359 0.999189377 367.604522705\n0.999228120 -0.008290069 -0.038397916 -24.897436142 0.008662124 0.999917030 0.009533250 -3.447450399 0.038315702 -0.009858499 0.999217033 368.363006592\n0.999270976 -0.007984548 -0.037333764 -24.932298660 0.008391214 0.999907017 0.010748724 -3.455953360 0.037244469 -0.011054163 0.999245048 369.097290039\n0.999213696 -0.006468473 -0.039117269 -24.959877014 0.006788401 0.999944568 0.008051405 -3.467737675 0.039063018 -0.008310618 0.999202192 369.796905518\n0.999025166 -0.005361463 -0.043817554 -24.986183167 0.005551917 0.999975681 0.004225994 -3.474553108 0.043793827 -0.004465146 0.999030590 370.465667725\n0.998769045 -0.004279247 -0.049417831 -25.028682709 0.004414487 0.999986827 0.002627834 -3.480877399 0.049405936 -0.002842754 0.998774707 371.112915039\n0.998411834 0.000134560 -0.056336150 -25.063480377 0.000019949 0.999996245 0.002742053 -3.492303610 0.056336306 -0.002738822 0.998408079 371.730560303\n0.998001873 0.003948146 -0.063061230 -25.135334015 -0.003759747 0.999988079 0.003105944 -3.503593445 0.063072741 -0.002862643 0.998004854 372.314208984\n0.997168958 0.007041619 -0.074862756 -25.185010910 -0.006763622 0.999969244 0.003966305 -3.513504505 0.074888378 -0.003448733 0.997185946 372.885223389\n0.995823026 0.005437521 -0.091142409 -25.241470337 -0.004955950 0.999972522 0.005509211 -3.518058062 0.091169856 -0.005034503 0.995822608 373.430969238\n0.993723631 0.005287943 -0.111737773 -25.314222336 -0.004675881 0.999972582 0.005739017 -3.534042120 0.111765057 -0.005180525 0.993721128 373.959167480\n0.990247130 0.003382440 -0.139280871 -25.411077499 -0.002582430 0.999979138 0.005924180 -3.538520098 0.139297992 -0.005506719 0.990235209 374.472045898\n0.984329760 0.002998420 -0.176311955 -25.522518158 -0.001699558 0.999970317 0.007517389 -3.541303635 0.176329255 -0.007099938 0.984305620 374.966217041\n0.975250661 0.004127805 -0.221063539 -25.658546448 -0.001681103 0.999935269 0.011254867 -3.541759491 0.221095681 -0.010604685 0.975194454 375.459289551\n0.962560534 0.004436716 -0.271030456 -25.842926025 -0.000382030 0.999887228 0.015011189 -3.538045645 0.271066517 -0.014345636 0.962453723 375.925659180\n0.944802046 0.005668425 -0.327592731 -26.047428131 0.000899326 0.999801695 0.019893562 -3.542031288 0.327640533 -0.019090092 0.944609582 376.367645264\n0.921534956 0.007644854 -0.388220191 -26.285066605 0.002524527 0.999667048 0.025678083 -3.536858559 0.388287246 -0.024643324 0.921208858 376.799713135\n0.893125057 0.012751296 -0.449627668 -26.540864944 0.001935682 0.999479890 0.032189906 -3.530777693 0.449804276 -0.029619947 0.892635882 377.188201904\n0.859005868 0.020335939 -0.511561751 -26.759860992 0.000344223 0.999187648 0.040298380 -3.527126074 0.511965692 -0.034792636 0.858301044 377.537658691\n0.820556045 0.026898077 -0.570932806 -27.065330505 -0.000111091 0.998899519 0.046901003 -3.521462202 0.571566045 -0.038421474 0.819656014 377.908447266\n0.777688622 0.030826543 -0.627893448 -27.398614883 0.000968787 0.998737037 0.050233092 -3.515044689 0.628648937 -0.039674003 0.776676595 378.247894287\n0.728798389 0.031612948 -0.683998227 -27.751499176 0.007091126 0.998531640 0.053705592 -3.500873566 0.684691668 -0.043990865 0.727504015 378.564361572\n0.673176289 0.034805853 -0.738662481 -28.124885559 0.010004782 0.998371601 0.056161176 -3.479339123 0.739414394 -0.045196529 0.671731830 378.860076904\n0.612830400 0.040188067 -0.789191902 -28.514419556 0.009674759 0.998249531 0.058346651 -3.464104652 0.790155292 -0.043391842 0.611368775 379.109100342\n0.547652602 0.046845995 -0.835393429 -28.969116211 0.008764903 0.998055398 0.061713472 -3.431118965 0.836659968 -0.041119691 0.546177089 379.349365234\n0.478774548 0.046636708 -0.876698315 -29.418182373 0.020034768 0.997747660 0.064017236 -3.403935432 0.877709270 -0.048214275 0.476761818 379.550903320\n0.405934691 0.040735338 -0.912993789 -29.927658081 0.033682685 0.997660518 0.059488915 -3.369484901 0.913281202 -0.054900702 0.403612971 379.738189697\n0.328319669 0.036436789 -0.943863630 -30.436203003 0.040514186 0.997792900 0.052611388 -3.359464645 0.943697393 -0.055513225 0.326118827 379.889526367\n0.249275446 0.029868865 -0.967971861 -30.971725464 0.043895856 0.998148501 0.042104241 -3.334462166 0.967437267 -0.052985508 0.247502804 379.994262695\n0.172865391 0.026306286 -0.984594107 -31.507598877 0.044502445 0.998413742 0.034488823 -3.313694954 0.983939588 -0.049778767 0.171420515 380.033508301\n0.100866973 0.023247587 -0.994628251 -32.044219971 0.047998488 0.998449147 0.028204504 -3.279143333 0.993741393 -0.050585557 0.099594712 380.041168213\n0.035281003 0.026793858 -0.999018192 -32.615112305 0.045804393 0.998546660 0.028398827 -3.262643814 0.998327196 -0.046761360 0.034002423 380.027130127\n-0.021372914 0.035809048 -0.999130070 -33.190185547 0.042845435 0.998473048 0.034868971 -3.254348755 0.998853087 -0.042062912 -0.022874594 379.976196289\n-0.068569899 0.043284837 -0.996706903 -33.751922607 0.039338809 0.998398662 0.040651940 -3.246492386 0.996870458 -0.036421765 -0.070162892 379.895935059\n-0.107499480 0.043860488 -0.993237197 -34.338653564 0.037526175 0.998493493 0.040031090 -3.228108406 0.993496656 -0.032969072 -0.108983517 379.819396973\n-0.137032390 0.039572921 -0.989775777 -34.927307129 0.032156441 0.998852789 0.035483841 -3.206780434 0.990044475 -0.026965234 -0.138147712 379.701019287\n-0.158317924 0.040351156 -0.986563385 -35.510833740 0.027693940 0.998952985 0.036413740 -3.184494019 0.986999810 -0.021556882 -0.159269571 379.578186035\n-0.172281027 0.045681939 -0.983988166 -36.121795654 0.024470402 0.998814285 0.042085867 -3.157623291 0.984744012 -0.016827991 -0.173194647 379.445983887\n-0.179655790 0.050190922 -0.982448459 -36.739837646 0.023037594 0.998638332 0.046805255 -3.137399673 0.983459890 -0.014224415 -0.180567503 379.317382812\n-0.182129622 0.050792195 -0.981961966 -37.387573242 0.021636397 0.998630166 0.047641356 -3.114514351 0.983036578 -0.012569219 -0.182979107 379.190429688\n-0.183557391 0.045577046 -0.981952012 -38.033843994 0.020496869 0.998884857 0.042531487 -3.097625732 0.982795477 -0.012319981 -0.184286833 379.062316895\n-0.183719635 0.034488324 -0.982373595 -38.691040039 0.021714060 0.999282837 0.031021088 -3.069805145 0.982738972 -0.015632141 -0.184336662 378.938873291\n-0.183007479 0.027277905 -0.982733071 -39.380920410 0.026265442 0.999393821 0.022849137 -3.040264130 0.982760668 -0.021630358 -0.183612943 378.812683105\n-0.182407022 0.026367091 -0.982869446 -40.086669922 0.029549755 0.999335825 0.021324797 -3.012203217 0.982778907 -0.025153760 -0.183065057 378.688873291\n-0.180258393 0.030416904 -0.983148992 -40.824493408 0.032468520 0.999161065 0.024959259 -3.001581192 0.983083367 -0.027422279 -0.181094766 378.553253174\n-0.178159952 0.031395338 -0.983500779 -41.574127197 0.030412860 0.999189079 0.026386898 -2.984722137 0.983531654 -0.025209982 -0.178970337 378.418395996\n-0.174064994 0.031761043 -0.984221995 -42.351043701 0.026339160 0.999272287 0.027588503 -2.963371277 0.984382033 -0.021121390 -0.174774885 378.278503418\n-0.168007731 0.031175556 -0.985292673 -43.144927979 0.021429805 0.999379098 0.027967151 -2.943299294 0.985552788 -0.016415931 -0.168571472 378.137237549\n-0.160566211 0.028837936 -0.986603856 -43.950866699 0.013533869 0.999543428 0.027013570 -2.923955441 0.986932456 -0.009015103 -0.160883188 377.999420166\n-0.151128054 0.027995054 -0.988117695 -44.786621094 0.009623571 0.999593198 0.026848294 -2.903640747 0.988467395 -0.005451693 -0.151335955 377.866180420\n-0.140932083 0.030134335 -0.989560485 -45.639709473 0.005622916 0.999544919 0.029637571 -2.878914833 0.990003228 -0.001387332 -0.141037464 377.738433838\n-0.131395578 0.033882793 -0.990750790 -46.514465332 -0.000395114 0.999413848 0.034231462 -2.855455399 0.991329908 0.004889320 -0.131305099 377.622283936\n-0.121046305 0.036660165 -0.991969824 -47.404693604 -0.004387114 0.999288261 0.037465978 -2.832788944 0.992637336 0.008886997 -0.120799303 377.505981445\n-0.111631036 0.035331950 -0.993121505 -48.317901611 -0.007091032 0.999314010 0.036349323 -2.803179741 0.993724465 0.011099969 -0.111303926 377.405578613\n-0.101895571 0.033912919 -0.994216979 -49.251831055 -0.004306184 0.999394357 0.034530856 -2.770019054 0.994785845 0.007799819 -0.101687789 377.301116943\n-0.095133424 0.035880823 -0.994817853 -50.201812744 -0.002068361 0.999340892 0.036241762 -2.739443779 0.995462537 0.005505436 -0.094996452 377.212738037\n-0.090214968 0.039691377 -0.995131195 -51.170654297 0.000097762 0.999205887 0.039845042 -2.706849098 0.995922446 0.003497326 -0.090147257 377.133666992\n-0.086849093 0.044819783 -0.995212853 -52.147003174 0.001599150 0.998992443 0.044850450 -2.670774460 0.996220291 0.002303722 -0.086833358 377.042785645\n-0.085237741 0.047910407 -0.995208204 -53.146270752 0.003590867 0.998851538 0.047778253 -2.631330490 0.996354342 0.000498844 -0.085311890 376.961273193\n-0.083702326 0.047753721 -0.995345950 -54.162536621 0.003091695 0.998858750 0.047662266 -2.585633278 0.996486068 0.000912135 -0.083754420 376.875122070\n-0.082576513 0.044550374 -0.995588481 -55.185363770 -0.001461138 0.998993814 0.044823948 -2.548787117 0.996583700 0.005156097 -0.082428336 376.780120850\n-0.081624508 0.040711090 -0.995831430 -56.226623535 -0.003747582 0.999145806 0.041153762 -2.506560802 0.996656179 0.007091112 -0.081402183 376.688720703\n-0.080525756 0.039177597 -0.995982409 -57.266265869 -0.004820596 0.999200284 0.039693922 -2.473084450 0.996740997 0.007997604 -0.080272436 376.599731445\n-0.079243660 0.038654529 -0.996105671 -58.308685303 -0.006491040 0.999206722 0.039291255 -2.436524391 0.996834278 0.009579341 -0.078929901 376.514190674\n-0.077266335 0.039645314 -0.996222019 -59.375640869 -0.006246623 0.999170244 0.040247127 -2.402934551 0.996990979 0.009332767 -0.076954603 376.428100586\n-0.075143933 0.039729372 -0.996381044 -60.455780029 -0.008210188 0.999147475 0.040458869 -2.368101597 0.997138977 0.011220710 -0.074753642 376.338317871\n-0.073144555 0.041487630 -0.996458054 -61.540832520 -0.011075437 0.999038994 0.042408071 -2.334614754 0.997259855 0.014138124 -0.072614789 376.246185303\n-0.071312785 0.042724803 -0.996538520 -62.618804932 -0.012527166 0.998965025 0.043725286 -2.299878597 0.997375309 0.015601980 -0.070703745 376.168548584\n-0.069576621 0.044031866 -0.996604621 -63.708740234 -0.011641067 0.998921573 0.044946946 -2.259382248 0.997508943 0.014728787 -0.068989038 376.090728760\n-0.068734527 0.043747932 -0.996675491 -64.795379639 -0.012985444 0.998914182 0.044741727 -2.222534180 0.997550666 0.016017566 -0.068091750 376.002136230\n-0.068694234 0.041421067 -0.996777534 -65.890869141 -0.012845024 0.999018192 0.042399410 -2.187338829 0.997555077 0.015716225 -0.068094730 375.924102783\n-0.069319606 0.040802501 -0.996759832 -66.984832764 -0.013007453 0.999041319 0.041800499 -2.147463799 0.997509778 0.015862893 -0.068722367 375.845886230\n-0.069791675 0.044645369 -0.996562183 -68.081481934 -0.013626021 0.998862147 0.045702673 -2.113108635 0.997468710 0.016768835 -0.069103956 375.766998291\n-0.070218086 0.048652854 -0.996344447 -69.198089600 -0.014964705 0.998646080 0.049819894 -2.080398083 0.997419417 0.018408259 -0.069394946 375.680084229\n-0.071053147 0.048566841 -0.996289432 -70.307495117 -0.018497759 0.998578012 0.049997620 -2.036075115 0.997300982 0.021981612 -0.070053697 375.588989258\n-0.072142601 0.046797588 -0.996295869 -71.410156250 -0.018332656 0.998667717 0.048236478 -1.992606163 0.997225821 0.021744655 -0.071188569 375.507873535\n-0.073935032 0.042981945 -0.996336520 -72.510681152 -0.014995058 0.998909891 0.044205699 -1.955803394 0.997150481 0.018208461 -0.073209882 375.426818848\n-0.076192141 0.040979937 -0.996250689 -73.614013672 -0.014701158 0.999000311 0.042217366 -1.919353008 0.996984780 0.017862668 -0.075513601 375.346313477\n-0.077776670 0.044468485 -0.995978594 -74.717987061 -0.014235581 0.998853385 0.045708504 -1.883672237 0.996869206 0.017733390 -0.077054501 375.258453369\n-0.079185486 0.046337727 -0.995782375 -75.820587158 -0.012430385 0.998795509 0.047466416 -1.854635715 0.996782422 0.016136607 -0.078514099 375.166168213\n-0.080052137 0.043887600 -0.995824039 -76.915069580 -0.012275539 0.998911083 0.045010455 -1.812407494 0.996715128 0.015827464 -0.079426289 375.072967529\n-0.081029773 0.043146707 -0.995777428 -77.994964600 -0.015314650 0.998890758 0.044527814 -1.780898094 0.996594071 0.018858055 -0.080279112 374.976654053\n-0.080641866 0.043763958 -0.995782137 -79.102569580 -0.017633813 0.998816609 0.045325376 -1.748486519 0.996587396 0.021214545 -0.079774618 374.884216309\n-0.079589248 0.046134632 -0.995759606 -80.197692871 -0.019537339 0.998664379 0.047830801 -1.713186741 0.996636271 0.023261314 -0.078581691 374.787597656\n-0.077885151 0.048295844 -0.995791852 -81.287261963 -0.020398298 0.998539686 0.050024550 -1.676725864 0.996753633 0.024208630 -0.076786280 374.703948975\n-0.075466871 0.049542978 -0.995916784 -82.373718262 -0.019878106 0.998491704 0.051177364 -1.637086868 0.996950150 0.023659136 -0.074368238 374.622802734\n-0.072341561 0.048960637 -0.996177614 -83.443969727 -0.019711649 0.998529136 0.050507657 -1.603383541 0.997185230 0.023290098 -0.071270108 374.536895752\n-0.068781018 0.046602502 -0.996542752 -84.530670166 -0.020051071 0.998641968 0.048084591 -1.560348034 0.997430325 0.023289051 -0.067753196 374.461791992\n-0.064683199 0.044353928 -0.996919692 -85.601715088 -0.022715038 0.998687446 0.045906402 -1.523620129 0.997647285 0.025614440 -0.063590765 374.375122070\n-0.060960531 0.043389130 -0.997196734 -86.668518066 -0.023751535 0.998708785 0.044906899 -1.493047714 0.997857571 0.026422501 -0.059851289 374.305969238\n-0.057150960 0.044808846 -0.997359574 -87.733398438 -0.025502998 0.998600781 0.046325993 -1.457653046 0.998039842 0.028083231 -0.055928230 374.241607666\n-0.053157687 0.047679886 -0.997447312 -88.780944824 -0.026800223 0.998431504 0.049155220 -1.427638054 0.998226523 0.029344777 -0.051796436 374.174377441\n-0.049353838 0.051983412 -0.997427762 -89.826324463 -0.026921706 0.998212576 0.053356435 -1.390390396 0.998418570 0.029485798 -0.047866106 374.117248535\n-0.045786619 0.053868223 -0.997497916 -90.862396240 -0.026165660 0.998137712 0.055103824 -1.354133606 0.998608649 0.028623201 -0.044291854 374.073974609\n-0.041968107 0.053040873 -0.997710109 -91.874694824 -0.025301019 0.998213232 0.054131892 -1.314982414 0.998798609 0.027514888 -0.040551066 374.025360107\n-0.039344311 0.048948552 -0.998026192 -92.865600586 -0.022992793 0.998490632 0.049877759 -1.280292511 0.998961270 0.024909811 -0.038159490 373.998321533\n-0.036506891 0.046751559 -0.998239338 -93.845489502 -0.020336067 0.998663485 0.047515143 -1.243104935 0.999126554 0.022034885 -0.035507321 373.963134766\n-0.034432650 0.045717426 -0.998360932 -94.811981201 -0.017153885 0.998778999 0.046328194 -1.214269638 0.999259889 0.018720962 -0.033606410 373.929992676\n-0.033170462 0.043944802 -0.998483121 -95.750823975 -0.014180499 0.998911619 0.044434749 -1.191431046 0.999349058 0.015632911 -0.032511234 373.905151367\n-0.032354355 0.042319279 -0.998580098 -96.675598145 -0.011579433 0.999020278 0.042713109 -1.164317131 0.999409378 0.012944945 -0.031832576 373.885681152\n-0.031391501 0.042773224 -0.998591542 -97.571289062 -0.010075851 0.999019623 0.043108303 -1.139619827 0.999456406 0.011414891 -0.030929685 373.848236084\n-0.031334996 0.043496687 -0.998562038 -98.473510742 -0.007181997 0.999017060 0.043741878 -1.120635033 0.999483168 0.008542321 -0.030991793 373.820892334\n-0.033522487 0.042067520 -0.998552263 -99.351440430 -0.004412995 0.999097824 0.042238656 -1.098607063 0.999428272 0.005822548 -0.033306599 373.791046143\n-0.037535191 0.041759595 -0.998422384 -100.238128662 0.000773028 0.999127388 0.041760020 -1.072127342 0.999295056 0.000795659 -0.037534714 373.764007568\n-0.044489026 0.043372959 -0.998067975 -101.128509521 0.004674810 0.999055207 0.043207485 -1.047763824 0.998999000 -0.002743520 -0.044649720 373.722259521\n-0.053702116 0.046189319 -0.997488260 -102.015472412 0.008562849 0.998914182 0.045794353 -1.022928238 0.998520374 -0.006082094 -0.054039359 373.667327881\n-0.065750957 0.046753526 -0.996740162 -102.899261475 0.008389779 0.998892307 0.046301033 -0.992865562 0.997800827 -0.005318095 -0.066070437 373.610900879\n-0.078624845 0.043165643 -0.995969474 -103.768524170 0.008094512 0.999056816 0.042660452 -0.965944290 0.996871591 -0.004707720 -0.078900099 373.533172607\n-0.091963649 0.037304252 -0.995063424 -104.629394531 0.008054665 0.999293208 0.036718417 -0.941678047 0.995729864 -0.004638146 -0.092199087 373.441925049\n-0.104996443 0.031940795 -0.993959665 -105.497558594 0.006718756 0.999484062 0.031408593 -0.920110703 0.994450033 -0.003380386 -0.105156898 373.345245361\n-0.115877151 0.028658642 -0.992850125 -106.366516113 0.002577714 0.999588966 0.028552312 -0.906527996 0.993260324 0.000749273 -0.115903378 373.224761963\n-0.124311447 0.027360203 -0.991866112 -107.246765137 -0.000507112 0.999617875 0.027637592 -0.887176037 0.992243290 0.003938651 -0.124250054 373.100769043\n-0.129802108 0.027378097 -0.991161942 -108.140930176 -0.002016593 0.999609351 0.027875526 -0.868468285 0.991537929 0.005617069 -0.129696131 372.975311279\n-0.133004189 0.026270477 -0.990767360 -109.030700684 -0.006016732 0.999608815 0.027312621 -0.852400303 0.991097331 0.009593871 -0.132794023 372.844726562\n-0.133732796 0.024767963 -0.990707874 -109.934661865 -0.009951153 0.999603689 0.026333639 -0.835669041 0.990967453 0.013380359 -0.133433342 372.712432861\n-0.132997990 0.023409493 -0.990840018 -110.841888428 -0.012180871 0.999606907 0.025251629 -0.818083763 0.991041660 0.015427703 -0.132660508 372.584838867\n-0.131114841 0.023670217 -0.991084695 -111.758544922 -0.011363694 0.999613345 0.025377259 -0.799724340 0.991302192 0.014589711 -0.130795121 372.460449219\n-0.128827929 0.027943095 -0.991273403 -112.688659668 -0.010309175 0.999511182 0.029515114 -0.784959793 0.991613567 0.014021571 -0.128476858 372.338012695\n-0.127041459 0.037105672 -0.991203308 -113.645996094 -0.011850798 0.999171913 0.038922887 -0.760934830 0.991826773 0.016691359 -0.126496553 372.213531494\n-0.123969316 0.051526796 -0.990947425 -114.616241455 -0.016552862 0.998404503 0.053985342 -0.718815804 0.992148101 0.023095533 -0.122918606 372.083435059\n-0.119058251 0.056499451 -0.991278529 -115.603057861 -0.019503023 0.998053968 0.059228055 -0.680038452 0.992695808 0.026384510 -0.117724657 371.963775635\n-0.113597631 0.047845040 -0.992374122 -116.592468262 -0.028158240 0.998283505 0.051353235 -0.633979321 0.993127763 0.033777114 -0.112055421 371.839294434\n-0.106316447 0.036074314 -0.993677855 -117.586395264 -0.030515475 0.998752594 0.039523486 -0.579122305 0.993864059 0.034524541 -0.105082989 371.724304199\n-0.100433826 0.037495144 -0.994236946 -118.613586426 -0.032130808 0.998646200 0.040907152 -0.532567501 0.994424760 0.036054097 -0.099093080 371.611267090\n-0.094663501 0.048543595 -0.994325042 -119.669006348 -0.028539980 0.998267531 0.051453184 -0.491784573 0.995100141 0.033248756 -0.093114138 371.515136719\n-0.089580059 0.051936090 -0.994624555 -120.753051758 -0.025669891 0.998187363 0.054434069 -0.447082520 0.995648742 0.030408114 -0.088084459 371.420501709\n-0.085130215 0.042032126 -0.995482922 -121.822845459 -0.024284078 0.998725474 0.044245727 -0.400184631 0.996073902 0.027941028 -0.084000945 371.332427979\n-0.081784964 0.032509189 -0.996119678 -122.905975342 -0.027461132 0.999014914 0.034858335 -0.353824377 0.996271610 0.030205462 -0.080811620 371.238281250\n-0.078187823 0.033333629 -0.996381223 -124.023834229 -0.034336444 0.998757839 0.036107581 -0.309513807 0.996347189 0.037035357 -0.076946139 371.151550293\n-0.073101759 0.039444301 -0.996544182 -125.159271240 -0.040151935 0.998291075 0.042458799 -0.276445389 0.996515930 0.043116983 -0.071393013 371.042907715\n-0.067209482 0.034768917 -0.997132897 -126.297576904 -0.044221535 0.998306751 0.037790500 -0.242948055 0.996758401 0.046634629 -0.065558195 370.951446533\n-0.061481833 0.021995107 -0.997865856 -127.445922852 -0.040795900 0.998866320 0.024530727 -0.204750925 0.997274160 0.042217027 -0.060514808 370.880523682\n-0.056798220 0.015585494 -0.998264134 -128.601654053 -0.033650178 0.999280155 0.017515950 -0.181135446 0.997818530 0.034586634 -0.056232929 370.826599121\n-0.051286101 0.022028979 -0.998440981 -129.782806396 -0.027763467 0.999338865 0.023474891 -0.155927658 0.998297989 0.028924119 -0.050640583 370.767822266\n-0.045444489 0.034901172 -0.998357236 -130.985168457 -0.025170980 0.999032199 0.036070537 -0.145042896 0.998649895 0.026768828 -0.044522047 370.714599609\n-0.039276361 0.040850256 -0.998393178 -132.199493408 -0.024664408 0.998819947 0.041838005 -0.105731964 0.998924077 0.026268011 -0.038222432 370.669311523\n-0.033788443 0.040376052 -0.998613298 -133.403198242 -0.025963372 0.998810947 0.041262526 -0.068871021 0.999091923 0.027321551 -0.032699943 370.608917236\n-0.029968858 0.038494438 -0.998809516 -134.574432373 -0.026025893 0.998889327 0.039278414 -0.033007145 0.999212146 0.027172025 -0.028933764 370.567047119\n-0.027174950 0.037206098 -0.998938084 -135.772262573 -0.022826452 0.999023438 0.037830248 0.000818253 0.999370039 0.023830248 -0.026299238 370.541381836\n-0.024721384 0.037403475 -0.998994529 -136.954528809 -0.020765543 0.999064982 0.037919987 0.022769451 0.999478817 0.021682095 -0.023921609 370.503936768\n-0.023938179 0.040744662 -0.998882890 -138.167419434 -0.021347160 0.998920441 0.041257780 0.057836056 0.999485612 0.022310944 -0.023042560 370.469512939\n-0.024081230 0.045225356 -0.998686492 -139.363006592 -0.021860808 0.998713553 0.045753706 0.089846611 0.999470890 0.022933902 -0.023061514 370.432434082\n-0.025013685 0.042705216 -0.998774648 -140.558105469 -0.019796841 0.998870075 0.043205101 0.128499031 0.999491155 0.020853294 -0.024140000 370.402526855\n-0.027905226 0.034645256 -0.999010026 -141.739669800 -0.012797868 0.999304891 0.035012964 0.159648418 0.999528646 0.013762247 -0.027442455 370.372161865\n-0.033175588 0.029325088 -0.999019325 -142.925567627 -0.004804649 0.999553204 0.029500315 0.191489697 0.999438047 0.005778623 -0.033019900 370.336395264\n-0.040491343 0.032905847 -0.998637915 -144.096633911 0.001581636 0.999458432 0.032868754 0.205110550 0.999178648 -0.000248581 -0.040521502 370.303588867\n-0.047353387 0.039578807 -0.998093903 -145.279891968 0.003528854 0.999215066 0.039455850 0.230064392 0.998872101 -0.001653765 -0.047455907 370.249023438\n-0.054024339 0.040500499 -0.997718096 -146.454666138 -0.000063220 0.999176979 0.040563148 0.261467934 0.998539746 0.002254471 -0.053977370 370.179382324\n-0.058905005 0.037343945 -0.997565031 -147.618774414 -0.006474367 0.999264717 0.037789881 0.297199249 0.998242795 0.008684606 -0.058619857 370.086730957\n-0.063572526 0.033490133 -0.997415125 -148.783584595 -0.012317063 0.999334335 0.034339629 0.325662613 0.997901201 0.014468282 -0.063117623 370.008697510\n-0.066604137 0.031155333 -0.997293055 -149.943664551 -0.014735839 0.999372661 0.032204434 0.355794430 0.997670770 0.016840896 -0.066103220 369.925842285\n-0.068717718 0.033393987 -0.997077227 -151.108444214 -0.013828379 0.999311745 0.034421869 0.377700329 0.997540414 0.016153349 -0.068208694 369.845764160\n-0.070478678 0.040252563 -0.996700823 -152.281723022 -0.010021108 0.999106467 0.041058328 0.408048630 0.997462988 0.012881778 -0.070012331 369.763916016\n-0.072741151 0.047401581 -0.996223867 -153.444488525 -0.007124641 0.998819768 0.048045322 0.440026283 0.997325480 0.010592607 -0.072317600 369.687194824\n-0.074072838 0.049588569 -0.996019244 -154.604476929 -0.008235164 0.998698473 0.050334401 0.479284286 0.997218907 0.011930790 -0.073568106 369.599182129\n-0.073830962 0.043725774 -0.996311724 -155.752731323 -0.012176631 0.998924315 0.044742778 0.524502754 0.997196436 0.015435120 -0.073219061 369.500732422\n-0.074199438 0.035869457 -0.996598303 -156.882293701 -0.013776487 0.999220669 0.036989540 0.557826519 0.997148454 0.016474219 -0.073647499 369.408203125\n-0.074446559 0.035190962 -0.996603906 -158.025085449 -0.010480261 0.999294341 0.036068846 0.588483810 0.997169912 0.013129869 -0.074025154 369.325134277\n-0.076784730 0.039844867 -0.996251285 -159.185913086 -0.007723593 0.999147415 0.040555988 0.614657402 0.997017860 0.010808716 -0.076411605 369.244934082\n-0.079433918 0.045499440 -0.995801330 -160.340972900 -0.003391382 0.998939693 0.045913368 0.654280663 0.996834457 0.007024219 -0.079195380 369.152740479\n-0.082488656 0.049533568 -0.995360315 -161.471359253 -0.000443567 0.998762131 0.049739622 0.690207481 0.996591926 0.004544461 -0.082364678 369.060913086\n-0.085035801 0.051903903 -0.995025158 -162.609558105 -0.001421686 0.998634934 0.052213702 0.733740807 0.996376932 0.005854644 -0.084845901 368.963165283\n-0.087608576 0.050597254 -0.994869173 -163.740417480 -0.003763177 0.998685300 0.051122721 0.775635719 0.996147871 0.008222654 -0.087303042 368.856567383\n-0.090637088 0.048367269 -0.994708896 -164.864242554 -0.009163111 0.998737156 0.049398080 0.810205460 0.995841980 0.013591916 -0.090079427 368.746520996\n-0.092773795 0.043756623 -0.994725287 -165.988418579 -0.011753767 0.998916149 0.045037199 0.852222443 0.995617867 0.015870040 -0.092158914 368.628723145\n-0.094323039 0.040143792 -0.994731963 -167.110443115 -0.010383450 0.999092638 0.041304357 0.886456490 0.995487511 0.014224703 -0.093820572 368.518188477\n-0.095332623 0.039704923 -0.994653344 -168.221725464 -0.009667217 0.999120176 0.040809784 0.916193962 0.995398581 0.013506031 -0.094864964 368.404968262\n-0.096692204 0.045289479 -0.994283438 -169.334213257 -0.007529305 0.998902321 0.046232082 0.948353767 0.995285869 0.011956545 -0.096245050 368.286743164\n-0.098014593 0.052395117 -0.993804872 -170.469299316 -0.005631937 0.998567879 0.053201690 0.979497910 0.995169163 0.010811584 -0.097579122 368.178955078\n-0.098856568 0.053987063 -0.993636310 -171.582305908 -0.006527056 0.998470545 0.054899108 1.025136948 0.995080471 0.011912649 -0.098353028 368.065521240\n-0.098484516 0.052364241 -0.993759990 -172.683929443 -0.007091807 0.998552322 0.053319585 1.059756279 0.995113373 0.012298700 -0.097970486 367.953796387\n-0.098620534 0.048180327 -0.993958056 -173.777175903 -0.008987262 0.998743355 0.049304001 1.107829094 0.995084524 0.013795345 -0.098063588 367.843902588\n-0.098473787 0.048562590 -0.993954062 -174.885025024 -0.011052430 0.998693585 0.049889151 1.145962715 0.995078325 0.015898379 -0.097808480 367.727203369\n-0.098977327 0.050975196 -0.993783295 -175.974441528 -0.010935050 0.998571038 0.052309874 1.184612274 0.995029747 0.016044553 -0.098278403 367.619567871\n-0.099010348 0.049011111 -0.993878841 -177.055084229 -0.006351002 0.998734891 0.049883272 1.222718239 0.995066285 0.011251079 -0.098573804 367.513763428\n-0.099401355 0.041062247 -0.994199812 -178.132736206 -0.005919975 0.999106109 0.041856769 1.257587433 0.995029807 0.010046253 -0.099069357 367.407379150\n-0.098984957 0.037809718 -0.994370401 -179.212707520 -0.001745762 0.999269724 0.038169798 1.289119720 0.995087445 0.005514169 -0.098846674 367.301269531\n-0.100218892 0.043096609 -0.994031668 -180.293411255 -0.000487171 0.999059260 0.043363698 1.320537567 0.994965315 0.004830124 -0.100103617 367.200378418\n-0.100137234 0.046118204 -0.993904352 -181.375518799 -0.001983565 0.998913944 0.046550505 1.353932381 0.994971752 0.006632908 -0.099936962 367.091278076\n-0.098595738 0.042069245 -0.994238079 -182.454238892 -0.005043474 0.999072075 0.042773936 1.385219574 0.995114923 0.009231730 -0.098291993 366.970397949\n-0.096461415 0.034825344 -0.994727373 -183.527191162 -0.012705924 0.999263227 0.036216274 1.417221069 0.995255709 0.016132401 -0.095947862 366.850158691\n-0.093901753 0.033462092 -0.995018959 -184.614776611 -0.019021148 0.999192297 0.035397500 1.454506397 0.995399714 0.022250291 -0.093189359 366.746307373\n-0.090299606 0.036675971 -0.995239079 -185.699310303 -0.022631509 0.998988032 0.038867518 1.482581615 0.995657444 0.026033483 -0.089378238 366.632995605\n-0.086373448 0.038970761 -0.995500326 -186.793060303 -0.022952002 0.998891592 0.041094922 1.514367580 0.995998442 0.026398232 -0.085383296 366.543701172\n-0.081714153 0.038370859 -0.995916963 -187.880874634 -0.020339277 0.998986304 0.040157940 1.550303459 0.996448278 0.023537701 -0.080850840 366.454406738\n-0.077065587 0.037438270 -0.996322870 -188.964111328 -0.017266896 0.999094784 0.038878024 1.578040123 0.996876478 0.020199563 -0.076349378 366.373016357\n-0.072853327 0.035556413 -0.996708691 -190.052261353 -0.012190992 0.999257863 0.036538441 1.605908871 0.997268200 0.014812811 -0.072365761 366.303588867\n-0.068838716 0.033608403 -0.997061551 -191.133499146 -0.007288280 0.999388754 0.034190040 1.635242939 0.997601211 0.009620458 -0.068551660 366.236145020\n-0.064457893 0.032226812 -0.997399926 -192.227920532 -0.002950891 0.999467909 0.032484334 1.660457611 0.997916043 0.005037090 -0.064328432 366.155700684\n-0.060922623 0.038070500 -0.997416317 -193.335983276 0.002656539 0.999275029 0.037979186 1.687587738 0.998139083 -0.000335891 -0.060979605 366.090148926\n-0.058481336 0.044184700 -0.997310221 -194.440353394 0.008723393 0.999004483 0.043748233 1.720059395 0.998250365 -0.006141475 -0.058808565 366.031433105\n-0.057354450 0.045668788 -0.997308791 -195.542343140 0.009881117 0.998930216 0.045174781 1.758499146 0.998304963 -0.007263551 -0.057744265 365.972656250\n-0.055511355 0.044196319 -0.997479558 -196.639129639 0.012275311 0.998974562 0.043579426 1.797460556 0.998382688 -0.009825223 -0.055997014 365.909912109\n-0.054432869 0.044349845 -0.997532010 -197.742401123 0.009487861 0.998991013 0.043896981 1.830989838 0.998472333 -0.007075005 -0.054798841 365.841857910\n-0.052325964 0.046634343 -0.997540653 -198.864944458 0.004672184 0.998909533 0.046453264 1.873589516 0.998619199 -0.002229983 -0.052486777 365.780883789\n-0.049231887 0.046104375 -0.997722805 -199.983703613 -0.002520674 0.998925149 0.046284318 1.913991928 0.998784304 0.004793590 -0.049062729 365.714599609\n-0.044647932 0.043461956 -0.998057127 -201.129379272 -0.008979977 0.998995364 0.043904539 1.954858780 0.998962641 0.010922765 -0.044212818 365.646514893\n-0.040225744 0.041684024 -0.998320878 -202.262756348 -0.013867228 0.999009907 0.042271554 1.998959541 0.999094546 0.015544341 -0.039607882 365.589416504\n-0.036036849 0.043319378 -0.998411238 -203.400009155 -0.017410010 0.998881221 0.043968175 2.025164604 0.999198914 0.018966820 -0.035242319 365.543640137\n-0.030831695 0.044174656 -0.998548031 -204.542160034 -0.017438760 0.998847067 0.044726338 2.064793587 0.999372482 0.018792424 -0.030025840 365.492950439\n-0.027094960 0.045958810 -0.998575985 -205.678771973 -0.017889395 0.998760283 0.046452701 2.107412338 0.999472916 0.019122547 -0.026239157 365.464843750\n-0.023230553 0.047696792 -0.998591721 -206.843185425 -0.016888527 0.998699963 0.048094846 2.153054237 0.999587476 0.017982012 -0.022394776 365.427520752\n-0.021023035 0.049317669 -0.998562038 -207.993804932 -0.015394306 0.998648226 0.049646035 2.199836731 0.999660611 0.016415872 -0.020235419 365.407653809\n-0.019819021 0.049655151 -0.998569846 -209.145004272 -0.014473768 0.998647034 0.049946260 2.238647461 0.999698937 0.015442948 -0.019073486 365.390930176\n-0.017583013 0.048784595 -0.998654664 -210.289810181 -0.014531561 0.998690963 0.049042229 2.277783394 0.999739945 0.015374315 -0.016851068 365.357849121\n-0.015783906 0.050417241 -0.998603642 -211.445510864 -0.014284439 0.998614609 0.050643578 2.319580078 0.999773562 0.015063836 -0.015041828 365.330230713\n-0.014795542 0.052783486 -0.998496532 -212.588317871 -0.014535337 0.998488784 0.052998461 2.360593796 0.999785066 0.015297612 -0.014006019 365.315032959\n-0.012956977 0.052726515 -0.998525083 -213.738159180 -0.014646482 0.998491585 0.052914809 2.404260635 0.999808967 0.015310486 -0.012165189 365.294158936\n-0.011932135 0.050693154 -0.998643100 -214.871154785 -0.013673191 0.998612463 0.050854977 2.446056366 0.999835432 0.014261443 -0.011222482 365.283691406\n-0.010498166 0.050552845 -0.998666167 -216.004592896 -0.011667081 0.998647094 0.050674524 2.489958763 0.999876797 0.012183512 -0.009894133 365.270874023\n-0.008497953 0.050235208 -0.998701394 -217.187377930 -0.011585949 0.998665333 0.050331984 2.536724091 0.999896884 0.011998615 -0.007904530 365.258056641\n-0.006503820 0.048036821 -0.998824477 -218.337127686 -0.010501178 0.998787165 0.048103411 2.581463814 0.999923766 0.010801685 -0.005991459 365.260803223\n-0.003350616 0.045638125 -0.998952508 -219.476028442 -0.008896674 0.998917103 0.045666352 2.621726036 0.999954879 0.009040358 -0.002941012 365.238525391\n-0.000028014 0.046134252 -0.998935282 -220.615188599 -0.009329864 0.998891771 0.046132505 2.656640053 0.999956489 0.009321220 0.000402451 365.241516113\n0.003517747 0.049247488 -0.998780429 -221.745819092 -0.009036999 0.998747349 0.049214032 2.695948601 0.999953032 0.008852854 0.003958404 365.247497559\n0.008194566 0.052802935 -0.998571455 -222.875442505 -0.009305050 0.998565674 0.052726276 2.733157158 0.999923229 0.008859682 0.008674145 365.244720459\n0.013520539 0.054566056 -0.998418689 -223.990097046 -0.010811398 0.998459518 0.054421879 2.774616241 0.999850214 0.010058484 0.014089644 365.261779785\n0.019607306 0.055232938 -0.998280942 -225.115432739 -0.014090272 0.998389006 0.054962169 2.817046165 0.999708474 0.012988391 0.020353973 365.271514893\n0.026773989 0.053377368 -0.998215556 -226.194213867 -0.015392934 0.998476982 0.052978490 2.861568451 0.999523103 0.013947013 0.027554870 365.292114258\n0.033455908 0.051952943 -0.998088956 -227.262481689 -0.016402263 0.998542070 0.051426724 2.895930290 0.999305606 0.014650390 0.034259260 365.326660156\n0.039610326 0.051150288 -0.997905195 -228.321334839 -0.015717795 0.998597264 0.050561868 2.935540199 0.999091625 0.013682096 0.040358722 365.375366211\n0.044982970 0.051739465 -0.997646987 -229.351470947 -0.013930343 0.998593271 0.051160432 2.968144417 0.998890579 0.011596217 0.045640469 365.414886475\n0.048346162 0.050816160 -0.997537136 -230.358245850 -0.011391098 0.998668075 0.050321698 3.000731468 0.998765647 0.008930184 0.048860610 365.470336914\n0.051246941 0.050019566 -0.997432590 -231.377044678 -0.009837200 0.998721778 0.049578793 3.032036781 0.998637557 0.007271182 0.051673532 365.524230957\n0.053894460 0.051793624 -0.997202516 -232.373596191 -0.009768765 0.998633444 0.051339988 3.065200806 0.998498917 0.006974493 0.054326773 365.576416016\n0.056171775 0.057258718 -0.996777892 -233.355224609 -0.005520577 0.998356700 0.057038307 3.097497940 0.998405874 0.002298846 0.056395590 365.636840820\n0.058040321 0.059209157 -0.996556938 -234.322113037 -0.002723768 0.998245358 0.059150841 3.131891251 0.998310566 -0.000718748 0.058099747 365.695373535\n0.060003579 0.051160894 -0.996886373 -235.264190674 -0.001594573 0.998689353 0.051157452 3.162647247 0.998197019 -0.001480028 0.060006499 365.756713867\n0.062510729 0.040707964 -0.997213781 -236.177764893 -0.001050860 0.999169946 0.040721945 3.195409775 0.998043776 -0.001497628 0.062501609 365.816162109\n0.065233111 0.042413354 -0.996968329 -237.090057373 -0.005353804 0.999096811 0.042153597 3.229214668 0.997855723 0.002587761 0.065401256 365.868896484\n0.070373774 0.054862037 -0.996010900 -237.984008789 -0.008568263 0.998482883 0.054392800 3.253240585 0.997483909 0.004706255 0.070737064 365.925964355\n0.076104939 0.063540623 -0.995073318 -238.844146729 -0.013382969 0.997942686 0.062700301 3.278545380 0.997010112 0.008545226 0.076798737 365.988555908\n0.084556162 0.060731150 -0.994566381 -239.691329956 -0.016742177 0.998086572 0.059522722 3.311841011 0.996278167 0.011618188 0.085411131 366.046020508\n0.093544900 0.058629874 -0.993887365 -240.507751465 -0.019428587 0.998181999 0.057054598 3.350145340 0.995425582 0.013972658 0.094513893 366.119995117\n0.104059041 0.058953289 -0.992822468 -241.302932739 -0.017886568 0.998191178 0.057397369 3.380187988 0.994410396 0.011785464 0.104925275 366.203369141\n0.116113186 0.057446945 -0.991573274 -242.069625854 -0.016108852 0.998303592 0.055950522 3.398859024 0.993105352 0.009476514 0.116841614 366.299377441\n0.131276131 0.048078656 -0.990179360 -242.799865723 -0.015257480 0.998802960 0.046474572 3.422256470 0.991228521 0.009006636 0.131852567 366.402618408\n0.148209333 0.040241227 -0.988137007 -243.492401123 -0.014000540 0.999157012 0.038590092 3.442187309 0.988856971 0.008115039 0.148647785 366.512725830\n0.164450645 0.037069015 -0.985688627 -244.179168701 -0.009096892 0.999308109 0.036063500 3.466926575 0.986343443 0.003036035 0.164674044 366.639892578\n0.179464281 0.042264320 -0.982856274 -244.859436035 -0.002857498 0.999094903 0.042440847 3.484758377 0.983760417 -0.004808111 0.179422617 366.792907715\n0.195001602 0.046541009 -0.979698062 -245.474472046 0.003128295 0.998838902 0.048072968 3.496577263 0.980797946 -0.012439090 0.194629610 366.913269043\n0.207843661 0.047356281 -0.977015078 -246.097854614 0.009825516 0.998675883 0.050496407 3.510868073 0.978112757 -0.020095035 0.207103133 367.068939209\n0.217575908 0.046143617 -0.974952102 -246.694442749 0.016184859 0.998573959 0.050873529 3.528715134 0.975909233 -0.026848320 0.216518819 367.221069336\n0.224453330 0.044267606 -0.973478913 -247.275207520 0.021142149 0.998511314 0.050280634 3.541460991 0.974255502 -0.031867094 0.223183274 367.366333008\n0.228141248 0.040848527 -0.972770870 -247.823455811 0.024788799 0.998551905 0.047744777 3.563020706 0.973312497 -0.035006374 0.226798296 367.497253418\n0.229735672 0.039053105 -0.972469270 -248.372848511 0.027929535 0.998518527 0.046697278 3.583899021 0.972852290 -0.037888646 0.228304625 367.636779785\n0.229585409 0.039796904 -0.972474635 -248.890518188 0.030353473 0.998384893 0.048023209 3.598694801 0.972815156 -0.040543415 0.228006661 367.753173828\n0.226263762 0.040936612 -0.973205566 -249.401199341 0.032503352 0.998242795 0.049546592 3.616076469 0.973523736 -0.042843044 0.224535644 367.877014160\n0.220647395 0.042259581 -0.974437833 -249.902587891 0.033167042 0.998158038 0.050798494 3.631610870 0.974789679 -0.043527778 0.218839347 367.992004395\n0.213632345 0.043605614 -0.975940526 -250.388473511 0.032067534 0.998151958 0.051617593 3.643782616 0.976387739 -0.042323194 0.211839199 368.090118408\n0.205747128 0.044548955 -0.977590740 -250.851028442 0.031235909 0.998155355 0.052060105 3.656761169 0.978106618 -0.041247152 0.203976035 368.172546387\n0.195663691 0.043283824 -0.979715407 -251.293991089 0.031466927 0.998233974 0.050386388 3.671085358 0.980166137 -0.040687423 0.193956137 368.256225586\n0.184714079 0.041843526 -0.981901288 -251.715377808 0.032808408 0.998273849 0.048713129 3.690558434 0.982244670 -0.041212618 0.183022380 368.321868896\n0.169487655 0.040713973 -0.984691083 -252.145736694 0.035781398 0.998233378 0.047432702 3.701505661 0.984882653 -0.043272883 0.167731404 368.393371582\n0.149838507 0.039243028 -0.987931430 -252.561050415 0.037096828 0.998285294 0.045280747 3.713335037 0.988014340 -0.043433927 0.148125768 368.447052002\n0.127939165 0.040127620 -0.990969956 -252.975357056 0.036285006 0.998322845 0.045109946 3.725553513 0.991118133 -0.041728679 0.126268566 368.486267090\n0.106635928 0.041630816 -0.993426323 -253.390869141 0.033672120 0.998398781 0.045453615 3.739357948 0.993727922 -0.038297758 0.105063379 368.505432129\n0.085711896 0.043380786 -0.995375156 -253.799438477 0.031282764 0.998441875 0.046208210 3.750903130 0.995828748 -0.035098679 0.084221244 368.518249512\n0.064576387 0.044394534 -0.996924818 -254.206436157 0.030238418 0.998464167 0.046421796 3.763925552 0.997454524 -0.033143181 0.063134789 368.532684326\n0.044918656 0.045276687 -0.997964144 -254.615676880 0.028804807 0.998498380 0.046597440 3.775370598 0.998575330 -0.030839261 0.043547034 368.530639648\n0.025868833 0.045576315 -0.998625875 -255.015472412 0.028055588 0.998533547 0.046298869 3.788762093 0.999271572 -0.029214732 0.024552226 368.522247314\n0.007876098 0.045860134 -0.998916924 -255.411224365 0.026044793 0.998599529 0.046050921 3.798330307 0.999629855 -0.026379287 0.006670654 368.506958008\n-0.007551312 0.045331445 -0.998943627 -255.808883667 0.022665797 0.998723030 0.045150109 3.813831329 0.999714732 -0.022300916 -0.008569121 368.489471436\n-0.018836141 0.043808002 -0.998862386 -256.207000732 0.018896785 0.998876750 0.043452285 3.824628830 0.999643981 -0.018056814 -0.019642830 368.466217041\n-0.026211143 0.042743351 -0.998742163 -256.618286133 0.013683968 0.999007165 0.042395566 3.838999748 0.999562740 -0.012555520 -0.026769996 368.438415527\n-0.030802608 0.042725995 -0.998611927 -257.040466309 0.009497388 0.999053359 0.042451937 3.854906082 0.999480426 -0.008176579 -0.031179190 368.418884277\n-0.032870889 0.043497831 -0.998512626 -257.467834473 0.006777974 0.999039233 0.043297645 3.869617462 0.999436617 -0.005344665 -0.033134103 368.400085449\n-0.031878114 0.044236623 -0.998512328 -257.899139404 0.004582177 0.999016047 0.044112649 3.882331848 0.999481261 -0.003169128 -0.032049537 368.384216309\n-0.028854609 0.044781331 -0.998580158 -258.331665039 0.001395652 0.998996794 0.044759691 3.895218849 0.999582767 -0.000102152 -0.028888106 368.368957520\n-0.025639892 0.044919737 -0.998661637 -258.763305664 -0.000596772 0.998989046 0.044949792 3.906549454 0.999671161 0.001748478 -0.025587201 368.359924316\n-0.021785975 0.044831462 -0.998757005 -259.206207275 -0.004576673 0.998979151 0.044941265 3.919610977 0.999752164 0.005550070 -0.021558523 368.359985352\n-0.014036536 0.044252593 -0.998921812 -259.638122559 -0.008669696 0.998977244 0.044376872 3.930863380 0.999863923 0.009283247 -0.013638496 368.353179932\n-0.003290415 0.043008279 -0.999069452 -260.087127686 -0.012355005 0.998996675 0.043045845 3.955799103 0.999918401 0.012485140 -0.002755761 368.337158203\n0.007415831 0.043000355 -0.999047697 -260.519714355 -0.015231964 0.998963952 0.042883690 3.976748466 0.999856651 0.014899433 0.008063138 368.347747803\n0.018227577 0.044120412 -0.998860061 -260.952331543 -0.016286340 0.998906434 0.043825265 3.992958069 0.999701321 0.015468939 0.018926203 368.364562988\n0.029775262 0.045492660 -0.998520911 -261.401153564 -0.017237596 0.998838544 0.044993121 4.009931564 0.999408066 0.015872413 0.030524850 368.367492676\n0.040457904 0.048670940 -0.997995198 -261.821838379 -0.020776456 0.998637974 0.047860026 4.008744240 0.998965263 0.018798485 0.041414022 368.379302979\n0.052482784 0.053040534 -0.997212410 -262.248443604 -0.023665858 0.998374104 0.051856805 4.022378922 0.998341501 0.020878287 0.053652704 368.397247314\n0.063870370 0.054988004 -0.996442258 -262.679962158 -0.025812615 0.998237789 0.053432547 4.036766052 0.997624457 0.022308012 0.065177202 368.430236816\n0.075073421 0.053496622 -0.995742142 -263.099090576 -0.023483533 0.998377800 0.051867701 4.043962479 0.996901631 0.019489646 0.076207936 368.473754883\n0.086065114 0.051154502 -0.994975448 -263.495239258 -0.020858135 0.998554587 0.049534295 4.060832024 0.996071219 0.016490150 0.087007701 368.517211914\n0.096257210 0.051009115 -0.994048774 -263.883575439 -0.020975154 0.998568177 0.049209934 4.058017731 0.995135605 0.016113503 0.097189307 368.564453125\n0.105585575 0.049365707 -0.993184209 -264.254913330 -0.023778263 0.998606801 0.047107365 4.075044632 0.994125962 0.018642332 0.106612325 368.601623535\n0.113704562 0.047627747 -0.992372453 -264.607727051 -0.026793992 0.998633981 0.044858247 4.084010124 0.993153334 0.021489022 0.114825368 368.639648438\n0.119854987 0.042887148 -0.991864741 -264.941009521 -0.026472932 0.998849332 0.039990216 4.110852242 0.992438495 0.021464532 0.120852411 368.688354492\n0.125790417 0.039360706 -0.991275787 -265.261566162 -0.021703914 0.999082625 0.036916520 4.115953445 0.991819501 0.016870813 0.126529336 368.720214844\n0.128544390 0.038600411 -0.990952313 -265.599212646 -0.014996400 0.999203622 0.036976520 4.116010189 0.991590440 0.010107587 0.129020870 368.775115967\n0.127719402 0.038965829 -0.991044700 -265.927062988 -0.011031880 0.999221921 0.037865628 4.122540474 0.991749108 0.006096907 0.128049910 368.824157715\n0.122907758 0.039651558 -0.991625667 -266.248596191 -0.010006329 0.999200225 0.038714197 4.126373291 0.992367625 0.005164254 0.123206258 368.865844727\n0.112827301 0.039538413 -0.992827654 -266.573974609 -0.010099861 0.999201953 0.038644493 4.136192799 0.993563294 0.005667268 0.113136590 368.899780273\n0.098668754 0.040457215 -0.994297683 -266.890716553 -0.011640999 0.999151766 0.039499540 4.140730381 0.995052338 0.007677243 0.099056005 368.908142090\n0.079005063 0.041035183 -0.996029437 -267.209411621 -0.012171441 0.999117613 0.040196978 4.139004707 0.996800065 0.008947342 0.079434812 368.930267334\n0.056130826 0.038842518 -0.997667670 -267.516845703 -0.012218129 0.999194860 0.038214561 4.160882950 0.998348713 0.010044614 0.056560218 368.933837891\n0.030711472 0.037089631 -0.998840034 -267.831298828 -0.009212619 0.999279320 0.036822688 4.158325195 0.999485970 0.008071046 0.031031013 368.910430908\n-0.000564694 0.032417990 -0.999474347 -268.149841309 -0.008594533 0.999437332 0.032421649 4.182263851 0.999962986 0.008608322 -0.000285745 368.912322998\n-0.033172727 0.034716945 -0.998846531 -268.468627930 -0.007456926 0.999360085 0.034982450 4.156714439 0.999421835 0.008608786 -0.032892585 368.880218506\n-0.068786144 0.033856455 -0.997056842 -268.809265137 -0.009930347 0.999351203 0.034619454 4.189035416 0.997582078 0.012282458 -0.068405390 368.825042725\n-0.107994914 0.036138259 -0.993494511 -269.166442871 -0.011336428 0.999229372 0.037579160 4.205689907 0.994086921 0.015321032 -0.107501984 368.754089355\n-0.150554538 0.037642438 -0.987884939 -269.533325195 -0.009393435 0.999175251 0.039504215 4.225895882 0.988557220 0.015227166 -0.150076747 368.678955078\n-0.195462227 0.036991451 -0.980013430 -269.906311035 -0.006467122 0.999218047 0.039006207 4.238871574 0.980690002 0.013962101 -0.195070148 368.587158203\n-0.242077351 0.039053421 -0.969470859 -270.278564453 -0.002718932 0.999158382 0.040928256 4.237873077 0.970253289 0.012543720 -0.241767406 368.469238281\n-0.288552284 0.039676972 -0.956641734 -270.643432617 -0.001261641 0.999124408 0.041819502 4.258076668 0.957463384 0.013274049 -0.288249612 368.310241699\n-0.337512374 0.040504910 -0.940449238 -271.032226562 -0.000649361 0.999063551 0.043262459 4.263544083 0.941320896 0.015212305 -0.337170005 368.139251709\n-0.387164950 0.037176527 -0.921260834 -271.427185059 0.002192261 0.999221087 0.039401229 4.290334702 0.922008038 0.013235124 -0.386944890 367.945892334\n-0.437659740 0.034967981 -0.898460567 -271.823333740 0.006347997 0.999338746 0.035801902 4.306788445 0.899118364 0.009965625 -0.437592387 367.723876953\n-0.487513781 0.033618446 -0.872468114 -272.202026367 0.011685312 0.999420166 0.031980779 4.325908661 0.873037398 0.005396002 -0.487623930 367.479553223\n-0.537364960 0.034766670 -0.842633188 -272.577453613 0.015976623 0.999390244 0.031045778 4.347842216 0.843198717 0.003220474 -0.537592769 367.191955566\n-0.588804245 0.041931372 -0.807187557 -272.981658936 0.023862073 0.999119937 0.034495562 4.334692001 0.807923615 0.001049961 -0.589286685 366.892974854\n-0.637844205 0.044368330 -0.768886566 -273.366729736 0.026756432 0.999013186 0.035451416 4.351853371 0.769700706 0.002039816 -0.638401866 366.538818359\n-0.685236216 0.047810197 -0.726750374 -273.744354248 0.030285781 0.998850465 0.037154902 4.356017113 0.727691352 0.003449674 -0.685896516 366.142333984\n-0.729718328 0.049797762 -0.681932211 -274.100921631 0.034100365 0.998753726 0.036443572 4.380727768 0.682897151 0.003339404 -0.730507016 365.715942383\n-0.770588398 0.052240871 -0.635188818 -274.429870605 0.038323656 0.998629630 0.035639055 4.405251503 0.636180222 0.003120280 -0.771534443 365.263610840\n-0.809591413 0.056097999 -0.584307134 -274.794433594 0.043842457 0.998421311 0.035109892 4.419231415 0.585354269 0.002807208 -0.810772896 364.756469727\n-0.843584776 0.058642775 -0.533784926 -275.107055664 0.047348760 0.998270512 0.034843013 4.433332443 0.534905016 0.004118978 -0.844902515 364.224853516\n-0.871999264 0.059749644 -0.485847175 -275.385101318 0.049050685 0.998192608 0.034721814 4.452785492 0.487043649 0.006446257 -0.873353958 363.660339355\n-0.895886898 0.057985935 -0.440482199 -275.638977051 0.047731873 0.998269975 0.034333427 4.480796814 0.441711009 0.009733825 -0.897104740 363.065185547\n-0.915026188 0.057756279 -0.399238825 -275.878234863 0.047918726 0.998252213 0.034586951 4.495694160 0.400538653 0.012516948 -0.916194558 362.456939697\n-0.930519819 0.057981927 -0.361623645 -276.096527100 0.048730891 0.998210490 0.034657937 4.519218445 0.362986028 0.014627647 -0.931680202 361.802856445\n-0.944142818 0.059187911 -0.324178398 -276.308502197 0.050223865 0.998090506 0.035956774 4.533636093 0.325687587 0.017666832 -0.945312738 361.122772217\n-0.955634356 0.060286444 -0.288320363 -276.518005371 0.052504752 0.998019159 0.034654800 4.557847977 0.289838463 0.017979126 -0.956906796 360.430236816\n-0.964432001 0.061990127 -0.256960332 -276.696166992 0.055658713 0.997941792 0.031847380 4.577575684 0.258405685 0.016412545 -0.965897322 359.702789307\n-0.971345544 0.065483712 -0.228472739 -276.871337891 0.061425034 0.997802615 0.024838358 4.597562790 0.229597211 0.010092680 -0.973233461 358.948638916\n-0.977012753 0.067284629 -0.202285752 -277.022644043 0.065047339 0.997725248 0.017695362 4.619962692 0.203016236 0.004130440 -0.979166985 358.176147461\n-0.981895208 0.068428569 -0.176634505 -277.154327393 0.067007564 0.997654200 0.014004403 4.643715858 0.177178442 0.001915009 -0.984177113 357.378845215\n-0.985544682 0.077342719 -0.150731876 -277.285156250 0.075809509 0.996995509 0.015900435 4.636938095 0.151508778 0.004243678 -0.988446951 356.550903320\n-0.988480687 0.082237571 -0.127053976 -277.383483887 0.080517873 0.996579230 0.018621126 4.645156860 0.128150716 0.008176508 -0.991720915 355.703430176\n-0.991039991 0.082060277 -0.105385177 -277.468139648 0.080303773 0.996553183 0.020811075 4.661332130 0.106729694 0.012161778 -0.994213820 354.826507568\n-0.992895007 0.081321679 -0.086870216 -277.556854248 0.080004491 0.996622026 0.018543908 4.678812981 0.088084787 0.011462145 -0.996047020 353.898651123\n-0.994407415 0.075265713 -0.074089631 -277.619445801 0.074277468 0.997109115 0.016008738 4.688928604 0.075080357 0.010416016 -0.997123241 352.972137451\n-0.995437622 0.067351341 -0.067585886 -277.668121338 0.066707522 0.997703493 0.011740545 4.702353477 0.068221413 0.007178493 -0.997644424 352.014404297\n-0.995883584 0.064174548 -0.064012967 -277.714691162 0.063633144 0.997918487 0.010463008 4.711492538 0.064551182 0.006346591 -0.997894287 351.063018799\n-0.995798588 0.066298947 -0.063162811 -277.769897461 0.065707773 0.997773886 0.011393463 4.725541115 0.063777581 0.007195307 -0.997938156 350.076110840\n-0.995789170 0.067664772 -0.061850075 -277.836151123 0.066991627 0.997670174 0.012895666 4.731071472 0.062578559 0.008697927 -0.998002172 349.068084717\n-0.995633841 0.069970690 -0.061788943 -277.885681152 0.069246672 0.997504354 0.013784872 4.738710403 0.062599272 0.009446004 -0.997994304 348.036132812\n-0.995805264 0.068773903 -0.060351606 -277.956817627 0.068039618 0.997582376 0.014140962 4.746844292 0.061178230 0.009975342 -0.998077154 346.988922119\n-0.995908380 0.068524137 -0.058915742 -278.020904541 0.067704797 0.997580349 0.015794734 4.761075974 0.059855506 0.011741228 -0.998138070 345.922760010\n-0.996046424 0.067526519 -0.057723805 -278.076141357 0.066629097 0.997627199 0.017334715 4.768857002 0.058757391 0.013420092 -0.998182178 344.842437744\n-0.996240377 0.065821990 -0.056329064 -278.136413574 0.064941019 0.997738600 0.017331839 4.789308548 0.057342499 0.013608607 -0.998261929 343.752899170\n-0.996414304 0.064398810 -0.054881815 -278.189758301 0.063394785 0.997791231 0.019844871 4.807971954 0.056038577 0.016294487 -0.998296022 342.640075684\n-0.996569037 0.063573934 -0.052998472 -278.245574951 0.062538035 0.997821987 0.020981889 4.817990303 0.054216944 0.017595477 -0.998374343 341.525207520\n-0.996742845 0.062882572 -0.050495826 -278.301483154 0.061981905 0.997892380 0.019210044 4.835141659 0.051597379 0.016017642 -0.998539686 340.404876709\n-0.996764302 0.064236335 -0.048322923 -278.354980469 0.063478582 0.997837424 0.017057260 4.843502045 0.049314115 0.013934595 -0.998686314 339.267211914\n-0.996825576 0.065202251 -0.045692764 -278.406097412 0.064492166 0.997775972 0.016847491 4.846458435 0.046689641 0.013847182 -0.998813629 338.119873047\n-0.996912122 0.065637790 -0.043104090 -278.446685791 0.064924084 0.997732222 0.017755652 4.862253189 0.044171780 0.014902330 -0.998912811 336.965942383\n-0.997007728 0.066695228 -0.039080959 -278.507904053 0.065921158 0.997608602 0.020773157 4.869928360 0.040372971 0.018134736 -0.999020100 335.778717041\n-0.996984720 0.068914860 -0.035666499 -278.552185059 0.068031520 0.997359395 0.025415650 4.889939785 0.037323836 0.022912571 -0.999040484 334.584411621\n-0.997023702 0.070230991 -0.031803876 -278.589202881 0.069207162 0.997081697 0.032224525 4.909412861 0.033974223 0.029927557 -0.998974562 333.377105713\n-0.996888518 0.073601343 -0.028219104 -278.627441406 0.072582789 0.996728122 0.035563875 4.934114456 0.030744324 0.033404995 -0.998968959 332.171783447\n-0.997044206 0.072726145 -0.024770746 -278.658660889 0.072012901 0.996994615 0.028562710 4.960891247 0.026773557 0.026694473 -0.999284983 330.965332031\n-0.997335076 0.069209740 -0.023085965 -278.683654785 0.068878189 0.997514367 0.014861096 4.977228165 0.024057114 0.013231371 -0.999623060 329.778686523\n-0.997562170 0.066225491 -0.022004694 -278.701324463 0.066157006 0.997801900 0.003826740 4.976371765 0.022209752 0.002361646 -0.999750733 328.584045410\n-0.997852087 0.062716775 -0.018927997 -278.719726562 0.062649228 0.998027027 0.004141395 4.968963623 0.019150387 0.002946674 -0.999812484 327.384521484\n-0.998020053 0.060991161 -0.015374528 -278.729797363 0.060764946 0.998042762 0.014775277 4.965100765 0.016245598 0.013811789 -0.999772787 326.169677734\n-0.998138309 0.060069259 -0.010561288 -278.740753174 0.059793185 0.997903705 0.024757303 4.971093655 0.012026303 0.024079721 -0.999637604 324.966979980\n-0.998244524 0.058964059 -0.005564624 -278.740570068 0.058791563 0.997897744 0.027269160 4.985379219 0.007160827 0.026894139 -0.999612570 323.769989014\n-0.998250961 0.059121970 -0.000212284 -278.740142822 0.059096549 0.997914732 0.025957521 5.002593517 0.001746501 0.025899570 -0.999663234 322.579345703\n-0.998246551 0.058970965 0.005136960 -278.727264404 0.059079491 0.997953832 0.024448805 5.016314983 -0.003684679 0.024709422 -0.999687910 321.389892578\n-0.998222709 0.058641396 0.010638212 -278.711853027 0.058889553 0.997957766 0.024744535 5.031670570 -0.009165432 0.025327029 -0.999637485 320.195404053\n-0.998064995 0.059962001 0.016454047 -278.692749023 0.060359586 0.997867703 0.024835620 5.046599388 -0.014929768 0.025780722 -0.999556184 319.012237549\n-0.997899771 0.060942400 0.021965135 -278.666076660 0.061503146 0.997772694 0.025827218 5.059349537 -0.020342238 0.027123895 -0.999425173 317.825500488\n-0.997624993 0.062925696 0.028018089 -278.634368896 0.063694015 0.997592449 0.027429748 5.072148323 -0.026224598 0.029149182 -0.999231219 316.642608643\n-0.997390747 0.063883603 0.033628654 -278.597686768 0.064838767 0.997499406 0.028122576 5.082726002 -0.031747989 0.030229634 -0.999038815 315.467651367\n-0.997028828 0.065842703 0.039985150 -278.561950684 0.066966921 0.997377276 0.027458053 5.095282078 -0.038072370 0.030054145 -0.998823285 314.285522461\n-0.996668816 0.067854241 0.045247242 -278.506652832 0.069096655 0.997258425 0.026482655 5.115756989 -0.043326233 0.029520867 -0.998624802 313.115539551\n-0.996439219 0.067668855 0.050300028 -278.444519043 0.069031700 0.997279048 0.025867950 5.132486343 -0.048412710 0.029248133 -0.998399138 311.952087402\n-0.996023774 0.069355249 0.055915654 -278.387023926 0.070927083 0.997125924 0.026631970 5.140810490 -0.053907882 0.030492008 -0.998080254 310.763763428\n-0.995614052 0.070753723 0.061212916 -278.324981689 0.072372943 0.997072995 0.024649588 5.152487755 -0.059289698 0.028971629 -0.997820497 309.604461670\n-0.995116115 0.074194752 0.065109827 -278.256896973 0.075759940 0.996885419 0.021905448 5.162920952 -0.063281775 0.026731178 -0.997637749 308.438537598\n-0.994701743 0.075641587 0.069621347 -278.182006836 0.077331483 0.996764839 0.021902414 5.173680782 -0.067739375 0.027170287 -0.997333169 307.278442383\n-0.994156599 0.078111514 0.074506335 -278.088256836 0.080051556 0.996515691 0.023413306 5.180059433 -0.072417885 0.029240841 -0.996945620 306.127960205\n-0.993495822 0.081120208 0.079910129 -278.004699707 0.083101109 0.996303141 0.021778002 5.189291000 -0.077848077 0.028276972 -0.996564150 304.981414795\n-0.992943287 0.083035253 0.084667481 -277.910156250 0.085091271 0.996152580 0.020964783 5.199072838 -0.082600914 0.028021306 -0.996188641 303.826171875\n-0.992484808 0.083975658 0.089005046 -277.805847168 0.086345986 0.995996952 0.023117522 5.209024906 -0.086707450 0.030629018 -0.995762825 302.680328369\n-0.991861105 0.086301886 0.093612835 -277.709045410 0.088931657 0.995741606 0.024285929 5.217545509 -0.091118269 0.032413416 -0.995312452 301.515930176\n-0.991469741 0.086676434 0.097341530 -277.599578857 0.089334980 0.995729387 0.023285361 5.228586674 -0.094907530 0.031782728 -0.994978786 300.367645264\n-0.991193891 0.086430855 0.100322552 -277.468933105 0.088990025 0.995804489 0.021312570 5.233243942 -0.098059580 0.030052593 -0.994726777 299.222839355\n-0.991101861 0.084611706 0.102753624 -277.342895508 0.087012596 0.996024013 0.019104384 5.247344017 -0.100728624 0.027875245 -0.994523525 298.069763184\n-0.990666151 0.084682032 0.106814690 -277.228942871 0.087146029 0.996021748 0.018606868 5.252737045 -0.104814090 0.027741671 -0.994104743 296.920013428\n-0.990278602 0.085175075 0.109971561 -277.104492188 0.087743945 0.995967031 0.018726368 5.260005951 -0.107933030 0.028193656 -0.993758440 295.777221680\n-0.989865303 0.085901342 0.113081910 -276.971496582 0.088477544 0.995916367 0.017954301 5.270600319 -0.111077823 0.027777553 -0.993423462 294.596923828\n-0.989311695 0.087566637 0.116597004 -276.844055176 0.090041839 0.995807469 0.016123140 5.278904915 -0.114696324 0.026449414 -0.993048668 293.445556641\n-0.988844037 0.088008650 0.120174907 -276.703979492 0.090567626 0.995761931 0.015989896 5.273872375 -0.118258350 0.026695468 -0.992624044 292.277130127\n-0.988584042 0.086798124 0.123158343 -276.552246094 0.089399748 0.995871305 0.015747050 5.283384323 -0.121283054 0.026577605 -0.992262244 291.139007568\n-0.988289595 0.084914982 0.126782134 -276.398590088 0.087662756 0.996017754 0.016243087 5.285986900 -0.124897987 0.027166938 -0.991797805 289.971160889\n-0.988231301 0.081954561 0.129161730 -276.243469238 0.084685363 0.996282697 0.015784893 5.287127495 -0.127387956 0.026537232 -0.991497993 288.838531494\n-0.987748623 0.082422614 0.132512257 -276.088409424 0.085263595 0.996231556 0.015900197 5.287458897 -0.130702361 0.027003864 -0.991054058 287.674560547\n-0.987376690 0.082198188 0.135391608 -275.921661377 0.085020602 0.996263444 0.015187884 5.292766571 -0.133637294 0.026507238 -0.990675807 286.531860352\n-0.986827850 0.083152875 0.138768807 -275.759460449 0.086017922 0.996184111 0.014767594 5.297318935 -0.137011319 0.026509674 -0.990214825 285.371643066\n-0.986178517 0.083799019 0.142933667 -275.595428467 0.086850286 0.996104896 0.015232650 5.304800510 -0.141100451 0.027435938 -0.989615202 284.201446533\n-0.985790610 0.083185010 0.145935044 -275.413330078 0.086486302 0.996117830 0.016413603 5.304547787 -0.144003138 0.028801758 -0.989158034 283.036834717\n-0.985237956 0.082913958 0.149771899 -275.237609863 0.086508699 0.996095002 0.017636588 5.303594589 -0.147724718 0.030332806 -0.988563418 281.855285645\n-0.985006571 0.080522202 0.152573124 -275.045257568 0.084162198 0.996297657 0.017540589 5.309010506 -0.150595844 0.030118480 -0.988136649 280.699005127\n-0.984620094 0.078509867 0.156076595 -274.858581543 0.082080811 0.996488154 0.016557544 5.315106869 -0.154228538 0.029113777 -0.987606406 279.527709961\n-0.984196663 0.076791830 0.159561709 -274.664672852 0.080176868 0.996669650 0.014876503 5.318950176 -0.157887906 0.027434561 -0.987075925 278.344360352\n-0.983864784 0.073800743 0.162984565 -274.466735840 0.076942459 0.996950269 0.013039841 5.327174664 -0.161525145 0.025369870 -0.986542583 277.162658691\n-0.983653307 0.070868917 0.165540859 -274.252014160 0.074009977 0.997174382 0.012875957 5.325916767 -0.164160594 0.024917154 -0.986118913 275.992767334\n-0.983135700 0.068239957 0.169669330 -274.043884277 0.071679190 0.997326374 0.014220950 5.330542564 -0.168245256 0.026142882 -0.985398531 274.806427002\n-0.982599258 0.066798925 0.173311397 -273.832275391 0.070531785 0.997389674 0.015462982 5.332920074 -0.171826094 0.027417874 -0.984745860 273.618499756\n-0.981957555 0.065974422 0.177219555 -273.612670898 0.069773264 0.997445822 0.015283153 5.332648277 -0.175758600 0.027372593 -0.984052777 272.427978516\n-0.981266975 0.065504804 0.181174427 -273.387939453 0.069141343 0.997511089 0.013822869 5.339743614 -0.179818034 0.026090570 -0.983353853 271.242309570\n-0.980331421 0.066659376 0.185760558 -273.165496826 0.070319235 0.997437537 0.013176069 5.337014198 -0.184406251 0.025979456 -0.982506752 270.056762695\n-0.979582429 0.066950977 0.189567745 -272.921508789 0.070825711 0.997394204 0.013731760 5.341723442 -0.188154399 0.026877658 -0.981771708 268.879119873\n-0.978502154 0.065569475 0.195535898 -272.689300537 0.070414811 0.997356713 0.017924480 5.330598354 -0.193843752 0.031307764 -0.980532765 267.648345947\n-0.977533817 0.064193338 0.200765833 -272.442901611 0.069594070 0.997375846 0.019951932 5.340504646 -0.198958203 0.033475798 -0.979436040 266.438659668\n-0.976515174 0.062079176 0.206311971 -272.187805176 0.067690894 0.997500896 0.020246737 5.353031158 -0.204539478 0.033736683 -0.978276849 265.242614746\n-0.975574493 0.060777340 0.211093798 -271.921264648 0.066329814 0.997610748 0.019316271 5.359667301 -0.209415466 0.032846276 -0.977274895 264.040557861\n-0.974260330 0.061341658 0.216920033 -271.651733398 0.066525429 0.997645497 0.016669033 5.369408607 -0.215386793 0.030670675 -0.976047158 262.828613281\n-0.972918391 0.060997780 0.222956091 -271.384155273 0.065730929 0.997741103 0.013862954 5.381174564 -0.221606851 0.028142629 -0.974730015 261.621612549\n-0.971649766 0.062750086 0.227946028 -271.099151611 0.067469403 0.997637153 0.012962737 5.381713390 -0.226594001 0.027974620 -0.973587513 260.403808594\n-0.970226526 0.063089922 0.233838171 -270.816467285 0.068216637 0.997573793 0.013893055 5.386333942 -0.232394323 0.029431062 -0.972176313 259.196289062\n-0.969298959 0.060567964 0.238308504 -270.500549316 0.066161394 0.997687995 0.015535506 5.400631428 -0.236816585 0.030825375 -0.971065164 257.956146240\n-0.968252420 0.058321722 0.243076488 -270.189880371 0.064623229 0.997746944 0.018024219 5.407979965 -0.241477624 0.033160377 -0.969839811 256.737884521\n-0.967146039 0.056017447 0.247973204 -269.872070312 0.062896162 0.997821689 0.019898709 5.419055939 -0.246318370 0.034841519 -0.968562603 255.506469727\n-0.965914965 0.056741998 0.252564698 -269.551361084 0.063756377 0.997771621 0.019668918 5.427464485 -0.250885844 0.035101108 -0.967380166 254.292846680\n-0.964381814 0.059325419 0.257776111 -269.230895996 0.065986745 0.997671187 0.017259713 5.436292648 -0.256151885 0.033654757 -0.966050625 253.081329346\n-0.962597013 0.064333066 0.263189256 -268.898071289 0.070986316 0.997351527 0.015838500 5.437917233 -0.261473298 0.033928923 -0.964614391 251.838806152\n-0.960728288 0.066846177 0.269318968 -268.565612793 0.073755547 0.997154236 0.015606364 5.438408852 -0.267509341 0.034857247 -0.962924600 250.620422363\n-0.958935380 0.069510579 0.274975359 -268.220031738 0.076788843 0.996922493 0.015779091 5.443663597 -0.273032337 0.036246166 -0.961321950 249.413574219\n-0.957313657 0.069862440 0.280481279 -267.861694336 0.077696174 0.996833920 0.016893666 5.444531918 -0.278413028 0.037964858 -0.959710836 248.175384521\n-0.955920339 0.069249630 0.285343975 -267.501159668 0.077937290 0.996773541 0.019189578 5.450819969 -0.283094466 0.040582638 -0.958233237 246.952667236\n-0.954554558 0.069286153 0.289871186 -267.135772705 0.078427255 0.996718705 0.020023622 5.458383560 -0.287532687 0.041847434 -0.956856370 245.741424561\n-0.953180552 0.071255632 0.293886691 -266.775299072 0.080076046 0.996624887 0.018074293 5.457802296 -0.291606873 0.040761348 -0.955669284 244.531097412\n-0.952028275 0.074186035 0.296881616 -266.394836426 0.081646256 0.996579289 0.012790559 5.468728542 -0.294917166 0.036416244 -0.954828620 243.331726074\n-0.950889468 0.074959114 0.300317466 -266.023101807 0.081074417 0.996676445 0.007934307 5.474367142 -0.298724622 0.031892709 -0.953806400 242.130279541\n-0.949778318 0.076365925 0.303462654 -265.631408691 0.082615264 0.996551096 0.007788860 5.459130764 -0.301821232 0.032468334 -0.952811599 240.910247803\n-0.948696017 0.074785009 0.307219148 -265.249816895 0.082230806 0.996548772 0.011344040 5.459521294 -0.305310488 0.036024917 -0.951571465 239.710205078\n-0.947667003 0.074754938 0.310385466 -264.850097656 0.083494276 0.996396184 0.014946690 5.458576202 -0.308149546 0.040079895 -0.950493336 238.504180908\n-0.946556211 0.074495681 0.313818693 -264.455627441 0.083532520 0.996385634 0.015428607 5.461571693 -0.311535060 0.040818106 -0.949357867 237.318145752\n-0.945339680 0.074146017 0.317546099 -264.053619385 0.082842916 0.996464908 0.013953177 5.469367981 -0.315388978 0.039496936 -0.948140383 236.103118896\n-0.944041729 0.073932074 0.321434081 -263.652832031 0.082639672 0.996487916 0.013510883 5.470499039 -0.319306284 0.039318036 -0.946835876 234.910888672\n-0.942705035 0.075792797 0.324904442 -263.237152100 0.084271379 0.996369600 0.012081739 5.465325356 -0.322809190 0.038769659 -0.945669770 233.721740723\n-0.940841198 0.077855103 0.329783022 -262.824401855 0.085764103 0.996270418 0.009477901 5.460699081 -0.327815145 0.037200738 -0.944009423 232.533081055\n-0.938964248 0.079953857 0.334594667 -262.394836426 0.087167747 0.996171951 0.006573962 5.453874588 -0.332788199 0.035338577 -0.942339301 231.337493896\n-0.937152505 0.080663078 0.339468628 -261.970245361 0.088081829 0.996092200 0.006475504 5.447344780 -0.337619722 0.035969552 -0.940595150 230.151031494\n-0.935290337 0.080216952 0.344669819 -261.541076660 0.088925339 0.995992959 0.009503264 5.442810059 -0.342526376 0.039538190 -0.938675880 228.953582764\n-0.933470011 0.079429612 0.349749148 -261.100921631 0.089869365 0.995859385 0.013694519 5.440416336 -0.347213238 0.044215161 -0.936743259 227.764831543\n-0.931562543 0.081057109 0.354430616 -260.660705566 0.092745267 0.995559931 0.016084405 5.441157341 -0.351553172 0.047855388 -0.934944034 226.582641602\n-0.929939985 0.082360178 0.358369440 -260.201934814 0.094270572 0.995420337 0.015857859 5.444668293 -0.355422169 0.048530545 -0.933445334 225.408508301\n-0.928483963 0.084798969 0.361561656 -259.750640869 0.096190952 0.995270133 0.013590695 5.446300030 -0.358699024 0.047397699 -0.932249188 224.230468750\n-0.926743388 0.087291330 0.365413934 -259.290496826 0.097731188 0.995161235 0.010133076 5.437481403 -0.362761259 0.045103095 -0.930790186 223.044067383\n-0.925581217 0.086533040 0.368526280 -258.831848145 0.095595598 0.995399892 0.006367240 5.438490868 -0.366280049 0.041122887 -0.929595590 221.881225586\n-0.924804449 0.083956681 0.371063262 -258.361053467 0.092879929 0.995657980 0.006208218 5.420745850 -0.368930876 0.040205717 -0.928586841 220.721313477\n-0.924003601 0.080141649 0.373891413 -257.893798828 0.089710519 0.995933890 0.008229815 5.417685032 -0.371711582 0.041146372 -0.927435994 219.551879883\n-0.923275590 0.078106709 0.376114011 -257.414001465 0.088508867 0.996020794 0.010428123 5.407657146 -0.373802871 0.042917453 -0.926514745 218.398773193\n-0.922496796 0.077608094 0.378123105 -256.939819336 0.088105634 0.996055663 0.010512906 5.402719021 -0.375815749 0.043012891 -0.925695896 217.238647461\n-0.921717763 0.077635482 0.380012363 -256.464660645 0.087570280 0.996118605 0.008896857 5.401129246 -0.377846688 0.041478176 -0.924938798 216.112762451\n-0.920830488 0.077019200 0.382281929 -255.988052368 0.086323857 0.996240973 0.007219675 5.394670486 -0.380288869 0.039648149 -0.924017549 214.950927734\n-0.919760108 0.077284202 0.384796709 -255.510116577 0.086917460 0.996185958 0.007676213 5.377626896 -0.382735819 0.040505826 -0.922969460 213.798339844\n-0.918900609 0.076347709 0.387030870 -255.029525757 0.087239549 0.996130705 0.010624894 5.374153137 -0.384722143 0.043527618 -0.922005534 212.643188477\n-0.918096900 0.075405911 0.389117271 -254.538864136 0.087652326 0.996055722 0.013787174 5.368265152 -0.386542857 0.046764992 -0.921085119 211.511260986\n-0.916950464 0.075920515 0.391712129 -254.055664062 0.087793134 0.996060789 0.012459361 5.367563725 -0.389223188 0.045814246 -0.920003653 210.371551514\n-0.915394425 0.077063046 0.395113677 -253.558105469 0.087589957 0.996119082 0.008644008 5.372200012 -0.392914146 0.042520661 -0.918591857 209.214019775\n-0.914431334 0.076832920 0.397381961 -253.058898926 0.086390942 0.996242166 0.006176370 5.373563766 -0.395414114 0.039978065 -0.917632699 208.090057373\n-0.912742972 0.077102438 0.401192784 -252.562728882 0.086739793 0.996213615 0.005884043 5.360222340 -0.399220049 0.040169999 -0.915974855 206.944458008\n-0.911492348 0.076884836 0.404067814 -252.056564331 0.086874202 0.996198654 0.006416231 5.356154442 -0.402038485 0.040951408 -0.914706707 205.818054199\n-0.909583569 0.076485582 0.408420652 -251.558685303 0.087956570 0.996080458 0.009348377 5.347250462 -0.406104803 0.044426411 -0.912745833 204.684661865\n-0.908206582 0.074105397 0.411909610 -251.049118042 0.086419284 0.996194541 0.011320831 5.338891983 -0.409503162 0.045878582 -0.911154509 203.564422607\n-0.906574965 0.071447708 0.415953010 -250.534545898 0.083659150 0.996431708 0.011180438 5.331455231 -0.413669944 0.044934180 -0.909317374 202.445770264\n-0.905374408 0.068468466 0.419057906 -250.008499146 0.079609603 0.996784270 0.009135243 5.330470085 -0.417084843 0.041631848 -0.907913685 201.335266113\n-0.903762579 0.065218635 0.423036218 -249.488433838 0.075365745 0.997129381 0.007283849 5.322375774 -0.421346784 0.038465314 -0.906083465 200.220977783\n-0.902200341 0.062711112 0.426733822 -248.962615967 0.071546085 0.997426271 0.004684865 5.320632935 -0.425341755 0.034757823 -0.904365063 199.098632812\n-0.900655508 0.062231686 0.430054635 -248.422073364 0.070997909 0.997466981 0.004349690 5.308903217 -0.428694606 0.034450550 -0.902792454 198.014984131\n-0.898474455 0.061724342 0.434664905 -247.886245728 0.071756981 0.997399688 0.006690172 5.301604271 -0.433121681 0.037201192 -0.900567293 196.905120850\n-0.895982504 0.059667360 0.440063119 -247.342605591 0.071571521 0.997380316 0.010488872 5.293001652 -0.438284427 0.040893827 -0.897905827 195.788238525\n-0.893686414 0.058741931 0.444830626 -246.791717529 0.071957536 0.997324705 0.012864859 5.290819168 -0.442884892 0.043506064 -0.895522475 194.693084717\n-0.891413331 0.057729110 0.449499249 -246.235382080 0.070971385 0.997398138 0.012649478 5.283690929 -0.447599471 0.043177497 -0.893191218 193.603454590\n-0.889147401 0.057532717 0.453990281 -245.675231934 0.070053004 0.997484922 0.010791913 5.286181927 -0.452227563 0.041398980 -0.890941501 192.509124756\n-0.886699677 0.057030555 0.458815306 -245.119049072 0.069538742 0.997525036 0.010397574 5.277122974 -0.457086802 0.041124962 -0.888471007 191.432769775\n-0.884622455 0.056771308 0.462839246 -244.553100586 0.069137111 0.997559190 0.009782009 5.274704933 -0.461154222 0.040652752 -0.886388302 190.353820801\n-0.882713675 0.056546468 0.466496438 -243.983489990 0.068533048 0.997610450 0.008754012 5.267237663 -0.464886695 0.039697710 -0.884479761 189.288421631\n-0.880898356 0.055747833 0.470011204 -243.408325195 0.067262277 0.997705400 0.007725995 5.260654449 -0.468502015 0.038419835 -0.882626772 188.226867676\n-0.879063368 0.054826796 0.473542213 -242.835525513 0.066189811 0.997779965 0.007348733 5.257576942 -0.472088039 0.037803661 -0.880740762 187.165863037\n-0.877308488 0.052640155 0.477031350 -242.250610352 0.065040745 0.997837305 0.009505635 5.245522499 -0.475499302 0.039365847 -0.878834844 186.093170166\n-0.875484347 0.052190043 0.480420351 -241.665298462 0.065713435 0.997773886 0.011359242 5.248286724 -0.478758037 0.041514907 -0.876964927 185.036376953\n-0.873058677 0.054764535 0.484530210 -241.096328735 0.069962889 0.997460604 0.013324740 5.234200001 -0.482570082 0.045532413 -0.874673009 183.985931396\n-0.871065021 0.057137854 0.487833261 -240.506225586 0.072530694 0.997285306 0.012701472 5.234957695 -0.485783190 0.046446688 -0.872844577 182.939422607\n-0.868951082 0.058611315 0.491414905 -239.917587280 0.074531049 0.997135758 0.012861649 5.227640629 -0.489253521 0.047801811 -0.870830655 181.890167236\n-0.866660595 0.060050279 0.495271295 -239.327545166 0.077027008 0.996931970 0.013912019 5.228366852 -0.492916346 0.050206263 -0.868627191 180.849914551\n-0.864796638 0.060264688 0.498492718 -238.720794678 0.078171529 0.996825516 0.015103715 5.225631237 -0.496000051 0.052029580 -0.866762280 179.806427002\n-0.862901330 0.062583283 0.501482427 -238.118484497 0.079718187 0.996735513 0.012781993 5.220962524 -0.499045402 0.051006868 -0.865073442 178.774108887\n-0.860776782 0.064260013 0.504910231 -237.511230469 0.079568647 0.996790648 0.008787797 5.217822552 -0.502725065 0.047739349 -0.863127351 177.733062744\n-0.858741999 0.063843191 0.508415699 -236.902130127 0.078591302 0.996878207 0.007564202 5.217068672 -0.506345630 0.046452750 -0.861078739 176.695922852\n-0.856671929 0.061696272 0.512158871 -236.272079468 0.078165419 0.996883452 0.010657102 5.206007004 -0.509905219 0.049162753 -0.858824611 175.642242432\n-0.854688406 0.059295341 0.515744328 -235.646148682 0.075538248 0.997087121 0.010545973 5.199511528 -0.513616681 0.047971934 -0.856677890 174.598602295\n-0.852578759 0.060681302 0.519063830 -234.998275757 0.076211080 0.997054458 0.008618173 5.197857857 -0.517011940 0.046906088 -0.854691982 173.537597656\n-0.850688457 0.058662638 0.522386849 -234.357055664 0.072994590 0.997308671 0.006874012 5.196411133 -0.520577669 0.043979056 -0.852681041 172.505249023\n-0.848800063 0.059019137 0.525409877 -233.700576782 0.072582848 0.997348726 0.005225739 5.189217091 -0.523708463 0.042571347 -0.850833416 171.463287354\n-0.846339941 0.063097410 0.528892696 -233.057586670 0.075449847 0.997148037 0.001774955 5.184444427 -0.527272284 0.041407086 -0.848686934 170.424926758\n-0.843900442 0.065601721 0.532474220 -232.395263672 0.077651545 0.996980548 0.000237620 5.169963360 -0.530850828 0.041547973 -0.846446395 169.373046875\n-0.841176510 0.068088062 0.536457002 -231.727783203 0.081861697 0.996641934 0.001865421 5.153752804 -0.534528553 0.045484431 -0.843925595 168.319946289\n-0.838024259 0.070500091 0.541059315 -231.067764282 0.084948018 0.996383846 0.001743517 5.144857883 -0.538979828 0.047423024 -0.840982676 167.279235840\n-0.835179210 0.072158791 0.545223892 -230.397613525 0.086370148 0.996263027 0.000450104 5.133152008 -0.543153882 0.047466982 -0.838290572 166.236267090\n-0.832815647 0.073053710 0.548708677 -229.706268311 0.085994817 0.996293306 -0.002123334 5.119554520 -0.546829939 0.045417756 -0.836010933 165.182128906\n-0.830424190 0.073004924 0.552327871 -229.008758545 0.086182095 0.996277153 -0.002110064 5.105756760 -0.550425708 0.045848526 -0.833624363 164.140930176\n-0.828092217 0.069699086 0.556242406 -228.304458618 0.084281646 0.996441782 0.000614626 5.091935635 -0.554220319 0.047389988 -0.831019998 163.097778320\n-0.825207949 0.068681903 0.560637951 -227.602020264 0.085273214 0.996351600 0.003454622 5.076103687 -0.558355272 0.050658178 -0.828054070 162.048797607\n-0.822751403 0.066348128 0.564516068 -226.886810303 0.082192950 0.996612906 0.002658834 5.067652702 -0.562427580 0.048586797 -0.825417995 161.000762939\n-0.820645452 0.064305656 0.567808151 -226.173187256 0.078592502 0.996906579 0.000686555 5.056170940 -0.566007555 0.045188878 -0.823160768 159.986450195\n-0.818593740 0.061424535 0.571079552 -225.443344116 0.074086808 0.997251213 -0.001065905 5.048687458 -0.569575250 0.041436911 -0.820894361 158.960327148\n-0.816609859 0.057655163 0.574303210 -224.723022461 0.070984073 0.997477114 0.000795030 5.025502205 -0.572808504 0.041415613 -0.818642259 157.950164795\n-0.814375639 0.057427064 0.577489555 -224.007476807 0.071709186 0.997423708 0.001937893 5.010680199 -0.575890481 0.042989481 -0.816395640 156.944458008\n-0.811946273 0.056126900 0.581027806 -223.287399292 0.070300363 0.997524083 0.001879726 4.996366978 -0.579483688 0.042372696 -0.813881755 155.937133789\n-0.809597135 0.056338318 0.584276080 -222.561218262 0.071125321 0.997464538 0.002374520 4.980518341 -0.582660913 0.043479230 -0.811551571 154.929595947\n-0.807444453 0.053454395 0.587517023 -221.836502075 0.068831742 0.997620940 0.003830661 4.975799084 -0.585914552 0.043532867 -0.809202909 153.944396973\n-0.805638909 0.050101031 0.590284586 -221.085693359 0.065844864 0.997816443 0.005176399 4.957638741 -0.588736296 0.043037511 -0.807178736 152.939544678\n-0.804043531 0.047591392 0.592663050 -220.345138550 0.061947186 0.998071849 0.003895295 4.953145981 -0.591334879 0.039845791 -0.805441380 151.956970215\n-0.801831007 0.046085052 0.595770955 -219.603134155 0.061165795 0.998114526 0.005113502 4.932578564 -0.594411969 0.040540967 -0.803138018 150.964843750\n-0.799532533 0.046156600 0.598846912 -218.867736816 0.061798997 0.998072982 0.005581795 4.920905590 -0.597435355 0.041470964 -0.800844193 149.979400635\n-0.797161579 0.049695302 0.601717710 -218.125839233 0.062545732 0.998041987 0.000433831 4.912467003 -0.600517988 0.037980702 -0.798709035 148.996795654\n-0.795060754 0.051748842 0.604318202 -217.384719849 0.061881691 0.998075247 -0.004053392 4.895839214 -0.603364825 0.034173537 -0.796732783 148.049865723\n-0.793193340 0.050744660 0.606852293 -216.643951416 0.060149185 0.998177648 -0.004848402 4.876942635 -0.605992436 0.032655951 -0.794800162 147.085540771\n-0.791295290 0.047025371 0.609623253 -215.896331787 0.058172282 0.998305440 -0.001499676 4.853508472 -0.608660698 0.034276485 -0.792689919 146.118682861\n-0.789159656 0.046177946 0.612449825 -215.157363892 0.059887826 0.998203278 0.001903944 4.830031872 -0.611261547 0.038180806 -0.790507197 145.164031982\n-0.786498427 0.047367066 0.615773201 -214.398986816 0.061412729 0.998111069 0.001662008 4.810472488 -0.614531338 0.039123479 -0.787921667 144.212371826\n-0.782851219 0.048958205 0.620279849 -213.653228760 0.062748186 0.998029292 0.000420409 4.794139862 -0.619036913 0.039250549 -0.784380555 143.263275146\n-0.779744744 0.048874408 0.624187410 -212.886581421 0.062349357 0.998054326 -0.000260739 4.775828362 -0.622985721 0.038714372 -0.781274915 142.318023682\n-0.776923299 0.045701325 0.627934694 -212.115310669 0.060668439 0.998155057 0.002416977 4.762442589 -0.626665711 0.039973620 -0.778262496 141.371063232\n-0.774253964 0.043648191 0.631368160 -211.345031738 0.060734041 0.998138964 0.005474794 4.749221802 -0.629954219 0.042584419 -0.775463939 140.428466797\n-0.771255732 0.043276265 0.635052741 -210.572570801 0.061764151 0.998066247 0.006996855 4.742693424 -0.633521914 0.044619855 -0.772437215 139.493194580\n-0.767532110 0.048419483 0.639179468 -209.799163818 0.067683853 0.997690558 0.005697703 4.733389854 -0.637427449 0.047635294 -0.769036651 138.543975830\n-0.763735771 0.050688956 0.643535912 -209.023742676 0.070108220 0.997528613 0.004631387 4.726485252 -0.641710758 0.048654314 -0.765401959 137.607269287\n-0.760605693 0.049666349 0.647311628 -208.229492188 0.070512749 0.997490883 0.006319473 4.718607903 -0.645373583 0.050450347 -0.762199283 136.683746338\n-0.757365704 0.046143215 0.651358843 -207.435211182 0.068067044 0.997644782 0.008470137 4.711358070 -0.649433911 0.050751057 -0.758722782 135.760559082\n-0.754232526 0.044121217 0.655123293 -206.617782593 0.065888539 0.997789443 0.008657295 4.705873489 -0.653293133 0.049694732 -0.755472302 134.816955566\n-0.750871420 0.047485158 0.658739507 -205.813079834 0.068394892 0.997640014 0.006045877 4.704857826 -0.656897783 0.049594086 -0.752347112 133.882812500\n-0.747823834 0.051415019 0.661903203 -205.001907349 0.071073607 0.997467101 0.002818776 4.691869736 -0.660081744 0.049151797 -0.749583960 132.968078613\n-0.744946003 0.054720353 0.664876699 -204.182388306 0.073558718 0.997290850 0.000338667 4.681566238 -0.663056910 0.049159769 -0.746953011 132.035156250\n-0.741809130 0.055705063 0.668293417 -203.360076904 0.075192191 0.997169018 0.000345503 4.667346954 -0.666382253 0.050506745 -0.743897676 131.105621338\n-0.739473462 0.055147633 0.670923293 -202.533111572 0.075048566 0.997179568 0.000751679 4.655163765 -0.668989599 0.050907675 -0.741526604 130.196990967\n-0.737193346 0.053471655 0.673562706 -201.687423706 0.073328957 0.997307241 0.001083718 4.645344734 -0.671691000 0.050190564 -0.739129186 129.276550293\n-0.734549761 0.053021096 0.676480234 -200.842910767 0.074194126 0.997240901 0.002401351 4.637501717 -0.674486458 0.051954772 -0.736456990 128.347686768\n-0.731773496 0.053402416 0.679452479 -199.987152100 0.075722314 0.997123837 0.003183090 4.622949600 -0.677328289 0.053779017 -0.733712554 127.436340332\n-0.728795290 0.056523263 0.682394564 -199.146423340 0.078286067 0.996930420 0.001032777 4.612565041 -0.680241525 0.054174673 -0.730983138 126.526824951\n-0.725414395 0.060432132 0.685654283 -198.292816162 0.079044618 0.996862113 -0.004233029 4.600905895 -0.683758557 0.051126577 -0.727914929 125.618316650\n-0.722158909 0.059879098 0.689130604 -197.424209595 0.077272065 0.996994019 -0.005654064 4.577573299 -0.687397599 0.049167413 -0.724615097 124.697509766\n-0.719197750 0.058854893 0.692308426 -196.554122925 0.075617060 0.997117579 -0.006213470 4.558563709 -0.690678596 0.047881614 -0.721575141 123.791198730\n-0.716682076 0.055059988 0.695223212 -195.670486450 0.070674732 0.997480512 -0.006141851 4.535431862 -0.693809748 0.044732958 -0.718767643 122.893005371\n-0.713985920 0.054735385 0.698017359 -194.780029297 0.068914980 0.997592568 -0.007735183 4.515345573 -0.696760297 0.042581040 -0.716039062 121.984832764\n-0.711071134 0.053153150 0.701108217 -193.883300781 0.067439571 0.997697115 -0.007240556 4.496715069 -0.699878454 0.042133886 -0.713018298 121.085632324\n-0.707792759 0.052228387 0.704486966 -192.986587524 0.068108737 0.997662544 -0.005535155 4.470692635 -0.703129351 0.044063974 -0.709695578 120.178161621\n-0.704703331 0.050393414 0.707710385 -192.085845947 0.067908429 0.997685671 -0.003421596 4.451547146 -0.706244946 0.045648288 -0.706494570 119.274291992\n-0.701930046 0.049822535 0.710501492 -191.165161133 0.066396318 0.997783780 -0.004372355 4.425680161 -0.709144711 0.044105589 -0.703682423 118.375701904\n-0.698633194 0.050465241 0.713698208 -190.243530273 0.067300394 0.997721851 -0.004668631 4.405793190 -0.712307870 0.044770509 -0.700437903 117.465377808\n-0.695268750 0.048832837 0.717089117 -189.315734863 0.066030763 0.997809827 -0.003928052 4.389652252 -0.715710402 0.044618886 -0.696970463 116.561828613\n-0.691742539 0.047512121 0.720579803 -188.374572754 0.066463806 0.997786880 -0.001986102 4.368076324 -0.719079435 0.046518601 -0.693369389 115.652847290\n-0.688152432 0.048799582 0.723923504 -187.444183350 0.065390907 0.997846663 -0.005104967 4.349709034 -0.722613811 0.043825015 -0.689861655 114.757247925\n-0.684805036 0.051687460 0.726891220 -186.494689941 0.067028038 0.997720599 -0.007798302 4.333209991 -0.725637436 0.043381773 -0.686708689 113.860076904\n-0.681241155 0.052743793 0.730156898 -185.548095703 0.067852728 0.997656882 -0.008759975 4.304661751 -0.728908122 0.043575473 -0.683223724 112.964767456\n-0.677981615 0.051774364 0.733253360 -184.597229004 0.069317169 0.997574508 -0.006345729 4.280138016 -0.731803358 0.046524759 -0.679926038 112.080001831\n-0.675022006 0.048131477 0.736226201 -183.630310059 0.067541517 0.997711003 -0.003299676 4.263067245 -0.734699845 0.047498479 -0.676727772 111.192321777\n-0.672411442 0.044598449 0.738832891 -182.651885986 0.064417325 0.997921765 -0.001611764 4.238796234 -0.737369299 0.046509866 -0.673886895 110.307983398\n-0.669886231 0.042740796 0.741232693 -181.669647217 0.059592653 0.998215914 -0.003702284 4.221989632 -0.740068495 0.041691910 -0.671238065 109.430221558\n-0.667921185 0.041438621 0.743077636 -180.691101074 0.055235092 0.998455167 -0.006031564 4.201666832 -0.742179632 0.037015349 -0.669178247 108.567260742\n-0.665440679 0.040389828 0.745357335 -179.704345703 0.052587792 0.998590589 -0.007162813 4.177184105 -0.744596183 0.034430269 -0.666626811 107.688720703\n-0.663837433 0.039135832 0.746852398 -178.715209961 0.051235776 0.998663485 -0.006790241 4.155133724 -0.746119976 0.033757947 -0.664955378 106.825851440\n-0.661466956 0.039385125 0.748939514 -177.724975586 0.052156761 0.998618066 -0.006450090 4.131606579 -0.748158574 0.034795739 -0.662607074 105.931793213\n-0.659824729 0.040100664 0.750349045 -176.734420776 0.054536358 0.998497128 -0.005405453 4.107560635 -0.749438167 0.037354648 -0.661020041 105.067596436\n-0.658519626 0.039323363 0.751535654 -175.730072021 0.054469440 0.998505235 -0.004517941 4.088444233 -0.750589907 0.037960570 -0.659677267 104.180038452\n-0.657510519 0.038250685 0.752474070 -174.734008789 0.053725496 0.998548448 -0.003814212 4.068146706 -0.751527727 0.037919156 -0.658611178 103.317718506\n-0.656073928 0.035461441 0.753863037 -173.707794189 0.050211638 0.998733222 -0.003281728 4.049281597 -0.753024459 0.035699643 -0.657023430 102.433197021\n-0.654933453 0.035175607 0.754867733 -172.699722290 0.049308084 0.998776555 -0.003761020 4.028533936 -0.754076481 0.034757860 -0.655866623 101.554290771\n-0.654693604 0.033801533 0.755138218 -171.658355713 0.043389142 0.999033034 -0.007101028 4.008006573 -0.754648089 0.028115803 -0.655527115 100.687179565\n-0.653844833 0.031708799 0.755963922 -170.646820068 0.041449115 0.999122262 -0.006058061 3.980753183 -0.755492449 0.027373003 -0.654585242 99.818252563\n-0.652844906 0.028098885 0.756970406 -169.627532959 0.040450003 0.999179125 -0.002203844 3.962848186 -0.756410956 0.029180683 -0.653445601 98.936599731\n-0.653280973 0.023042575 0.756765068 -168.594406128 0.037055369 0.999311984 0.001560378 3.937897682 -0.756208479 0.029061573 -0.653685331 98.069091797\n-0.653890610 0.018867062 0.756353855 -167.579666138 0.033408072 0.999433994 0.003951642 3.926516056 -0.755851209 0.027852267 -0.654150724 97.209045410\n-0.654773355 0.016711596 0.755640507 -166.557022095 0.030243561 0.999534130 0.004100982 3.913115740 -0.755219936 0.025538472 -0.654973745 96.326263428\n-0.656220913 0.022125971 0.754244387 -165.552520752 0.036223263 0.999341309 0.002199640 3.900569916 -0.753698885 0.028764639 -0.656590104 95.449462891\n-0.656774998 0.029740306 0.753500044 -164.544860840 0.043769885 0.999040842 -0.001280450 3.889628410 -0.752815425 0.032139644 -0.657446742 94.556335449\n-0.656997323 0.037362669 0.752966583 -163.549087524 0.055578832 0.998453736 -0.001048865 3.872630119 -0.751841545 0.041159902 -0.658057928 93.660873413\n-0.656752944 0.041809134 0.752946317 -162.557983398 0.063728116 0.997967303 0.000171937 3.857563496 -0.751408577 0.048096765 -0.658082366 92.762283325\n-0.658364058 0.044828840 0.751363516 -161.550415039 0.067961536 0.997687936 0.000024277 3.837384224 -0.749625206 0.051079798 -0.659888625 91.884307861\n-0.659458637 0.047492187 0.750239551 -160.557830811 0.070520692 0.997509658 -0.001157571 3.818389893 -0.748426139 0.052144028 -0.661165595 90.993301392\n-0.661123753 0.044411674 0.748961508 -159.566696167 0.066633053 0.997777462 -0.000347526 3.800604105 -0.747312367 0.049675830 -0.662613630 90.137207031\n-0.662580371 0.041358735 0.747848272 -158.566452026 0.064347267 0.997925878 0.001821591 3.788053274 -0.746221840 0.049328938 -0.663867474 89.260620117\n-0.663561106 0.040678583 0.747015417 -157.568572998 0.061117880 0.998130560 -0.000063038 3.767780781 -0.745621502 0.045614168 -0.664806843 88.381729126\n-0.664733529 0.040043194 0.746006727 -156.580352783 0.058127712 0.998307526 -0.001790851 3.746592045 -0.744815826 0.042173225 -0.665936112 87.512756348\n-0.665190339 0.039969277 0.745603502 -155.591781616 0.056255098 0.998410881 -0.003333438 3.725977421 -0.744551837 0.039726622 -0.666381717 86.636718750\n-0.665641785 0.042391390 0.745066762 -154.601364136 0.057555310 0.998327792 -0.005381126 3.708489656 -0.744048953 0.039300639 -0.666968584 85.766769409\n-0.665295362 0.046017252 0.745160997 -153.622100830 0.059112422 0.998211920 -0.008867566 3.681906700 -0.744236648 0.038148720 -0.666825891 84.876480103\n-0.665857077 0.049003247 0.744468570 -152.643005371 0.061527509 0.998048425 -0.010664120 3.651120186 -0.743538260 0.038704515 -0.667572618 84.007705688\n-0.665150523 0.051177233 0.744953692 -151.664443970 0.064782679 0.997841954 -0.010707470 3.627329826 -0.743894041 0.041138012 -0.667030573 83.118133545\n-0.664475679 0.051790595 0.745513141 -150.673858643 0.069305591 0.997567058 -0.007528652 3.591253757 -0.744089246 0.046665620 -0.666448474 82.228332520\n-0.663395166 0.052615192 0.746417403 -149.690048218 0.073461384 0.997285485 -0.005008535 3.566834927 -0.744654775 0.051510211 -0.665459514 81.335647583\n-0.662511468 0.054552704 0.747062743 -148.705917358 0.076204821 0.997078478 -0.005229503 3.538667440 -0.745165467 0.053465173 -0.664733052 80.457092285\n-0.661530018 0.055730686 0.747845054 -147.722625732 0.076246873 0.997065425 -0.006856423 3.518522739 -0.746032536 0.052485112 -0.663838029 79.575500488\n-0.660667062 0.054589208 0.748691559 -146.715087891 0.074451692 0.997199953 -0.007010335 3.503638268 -0.746977925 0.051109854 -0.662881494 78.688400269\n-0.660746813 0.051453222 0.748843551 -145.724884033 0.072141960 0.997382462 -0.004875500 3.477869511 -0.747134268 0.050801568 -0.662729263 77.823684692\n-0.660452127 0.047359556 0.749373019 -144.700729370 0.069581024 0.997574806 -0.001721115 3.455255508 -0.747637153 0.051005427 -0.662145734 76.929061890\n-0.660460830 0.046053510 0.749447048 -143.703063965 0.068203777 0.997670710 -0.001201316 3.432404757 -0.747756660 0.050321691 -0.662063479 76.053039551\n-0.660144687 0.045955382 0.749731421 -142.694030762 0.066606253 0.997776151 -0.002512130 3.412190914 -0.748179615 0.048278432 -0.661737561 75.170074463\n-0.659891367 0.048071820 0.749821842 -141.696609497 0.067273438 0.997723222 -0.004760092 3.393044949 -0.748343468 0.047301941 -0.661622882 74.283691406\n-0.660095096 0.049484715 0.749550283 -140.680252075 0.067667268 0.997688234 -0.006275068 3.374654770 -0.748127997 0.046577878 -0.661917567 73.395797729\n-0.660244823 0.050241977 0.749368072 -139.680145264 0.068247475 0.997645557 -0.006757219 3.348634481 -0.747943223 0.046681061 -0.662119150 72.515731812\n-0.660022020 0.049221348 0.749632120 -138.678558350 0.068925038 0.997610211 -0.004817939 3.322738409 -0.748077810 0.048488475 -0.661837220 71.630340576\n-0.660183311 0.047759499 0.749584615 -137.681762695 0.068154007 0.997668505 -0.003540644 3.298291683 -0.748006046 0.048749715 -0.661899090 70.746627808\n-0.660284996 0.047888983 0.749486983 -136.672286987 0.067003079 0.997741580 -0.004722855 3.276639938 -0.748020530 0.047099501 -0.662002444 69.854309082\n-0.660298228 0.048912410 0.749408960 -135.671493530 0.065860510 0.997803628 -0.007095464 3.252892017 -0.748110056 0.044671334 -0.662069321 68.960250854\n-0.660507441 0.050303739 0.749132454 -134.674407959 0.063890055 0.997899830 -0.010676663 3.222977161 -0.748096228 0.040810097 -0.662334204 68.093475342\n-0.660392404 0.052101176 0.749111354 -133.671661377 0.065239832 0.997798860 -0.011884240 3.195713520 -0.748081625 0.041023638 -0.662337780 67.201156616\n-0.660591960 0.050558835 0.749040782 -132.690429688 0.064482383 0.997863770 -0.010485794 3.155751467 -0.747970819 0.041373104 -0.662440896 66.335189819\n-0.660305023 0.049667560 0.749353528 -131.704467773 0.065635927 0.997809112 -0.008299185 3.122061491 -0.748124003 0.043704521 -0.662118316 65.465362549\n-0.660928011 0.046822339 0.748987198 -130.694595337 0.063830540 0.997942328 -0.006059649 3.098382235 -0.747729778 0.043803267 -0.662556767 64.583007812\n-0.661191583 0.043828875 0.748935819 -129.704254150 0.062699012 0.998027802 -0.003052835 3.066293001 -0.747592568 0.044939023 -0.662635684 63.713973999\n-0.661373615 0.039701872 0.749005318 -128.710220337 0.060211517 0.998185635 0.000256957 3.043154716 -0.747636139 0.045268688 -0.662564158 62.836761475\n-0.661919475 0.036252804 0.748697877 -127.713577271 0.056430556 0.998405337 0.001545998 3.025955200 -0.747447908 0.043272760 -0.662909746 61.969589233\n-0.661963820 0.034937773 0.748721182 -126.733169556 0.052535560 0.998619020 -0.000150776 3.002043486 -0.747692525 0.039234679 -0.662885189 61.100906372\n-0.662152886 0.034354880 0.748580933 -125.742721558 0.048635185 0.998812616 -0.002818884 2.986824036 -0.747788906 0.034540839 -0.663037539 60.237014771\n-0.662461877 0.034217641 0.748313963 -124.747787476 0.046179660 0.998921633 -0.004795429 2.966204643 -0.747671068 0.031380095 -0.663327575 59.366836548\n-0.662280202 0.033326875 0.748515010 -123.765884399 0.043837171 0.999022484 -0.005693696 2.942567348 -0.747973025 0.029041955 -0.663093686 58.510848999\n-0.662022948 0.032965131 0.748758316 -122.767837524 0.043096073 0.999053597 -0.005880868 2.916086435 -0.748243570 0.028375274 -0.662817001 57.627792358\n-0.662410378 0.031990863 0.748458087 -121.788055420 0.042705089 0.999075651 -0.004907436 2.894362688 -0.747923255 0.028712228 -0.663164258 56.763916016\n-0.662001014 0.029580085 0.748919129 -120.778137207 0.042343505 0.999101043 -0.002032333 2.872264862 -0.748305976 0.030366452 -0.662658453 55.877639771\n-0.661940336 0.028941466 0.748997509 -119.789215088 0.042777814 0.999084294 -0.000799200 2.854641914 -0.748334765 0.031511452 -0.662572265 55.011306763\n-0.661789417 0.030881267 0.749053657 -118.804557800 0.043417569 0.999053001 -0.002828557 2.841698408 -0.748431623 0.030650178 -0.662503481 54.142654419\n-0.661348581 0.033911675 0.749312043 -117.820198059 0.045837171 0.998937607 -0.004752775 2.816733599 -0.748677135 0.031203100 -0.662200451 53.267837524\n-0.660776019 0.036571965 0.749691725 -116.826957703 0.048205689 0.998817980 -0.006236662 2.790395737 -0.749033630 0.032018367 -0.661757946 52.386260986\n-0.660374761 0.039975327 0.749871612 -115.847770691 0.052583594 0.998592496 -0.006926775 2.758764982 -0.749093115 0.034856673 -0.661547422 51.517700195\n-0.659637690 0.041905064 0.750414729 -114.839324951 0.053313863 0.998538196 -0.008896384 2.735355139 -0.749690592 0.034139115 -0.660907507 50.629592896\n-0.659244537 0.041010454 0.750809789 -113.853988647 0.054849520 0.998474240 -0.006377986 2.712834597 -0.749925852 0.036976904 -0.660488009 49.755172729\n-0.659310460 0.035499360 0.751032352 -112.846679688 0.053165723 0.998585582 -0.000527851 2.692129612 -0.749988854 0.039581161 -0.660265207 48.880630493\n-0.659618616 0.033237338 0.750865221 -111.849533081 0.053567439 0.998560131 0.002856173 2.680372715 -0.749689162 0.042105909 -0.660449266 48.013076782\n-0.658685565 0.033868961 0.751655638 -110.863464355 0.054420903 0.998514414 0.002697536 2.662338018 -0.750447690 0.042682607 -0.659550309 47.139663696\n-0.657792449 0.038850963 0.752196550 -109.884704590 0.057729155 0.998331726 -0.001079964 2.648436785 -0.750983596 0.042713281 -0.658937931 46.269699097\n-0.657651663 0.040593546 0.752227664 -108.888214111 0.058546159 0.998281062 -0.002686409 2.629638195 -0.751043737 0.042273317 -0.658897758 45.397262573\n-0.657142401 0.040743925 0.752664745 -107.892959595 0.060311183 0.998178661 -0.001377362 2.611417532 -0.751349986 0.044488974 -0.658402801 44.522323608\n-0.656685829 0.040027063 0.753101289 -106.898040771 0.063168809 0.998000801 0.002038264 2.596566439 -0.751514077 0.048911009 -0.657901406 43.652740479\n-0.655942798 0.039946370 0.753752768 -105.902244568 0.066753119 0.997755885 0.005213253 2.584428072 -0.751853049 0.053734943 -0.657137394 42.776412964\n-0.655199289 0.042393710 0.754265666 -104.904724121 0.069276355 0.997589052 0.004107723 2.575757504 -0.752273023 0.054944150 -0.656556487 41.903976440\n-0.654196978 0.048184246 0.754787982 -103.915359497 0.070809014 0.997487247 -0.002305462 2.570304155 -0.753002465 0.051937561 -0.655964971 41.031204224\n-0.654474020 0.051539868 0.754325867 -102.916473389 0.069080360 0.997577190 -0.008224164 2.543698311 -0.752922177 0.046726599 -0.656448841 40.170608521\n-0.654492021 0.050105609 0.754406869 -101.908401489 0.065168053 0.997826815 -0.009735797 2.521848917 -0.753255188 0.042791221 -0.656334996 39.300323486\n-0.655004382 0.046959594 0.754164517 -100.908699036 0.064701125 0.997887015 -0.005941477 2.493550777 -0.752849936 0.044903599 -0.656658649 38.433074951\n-0.654976726 0.044883821 0.754315019 -99.905181885 0.065242648 0.997865736 -0.002725145 2.477145672 -0.752827406 0.047428597 -0.656507134 37.552078247\n-0.655499101 0.048468240 0.753639221 -98.892196655 0.068292707 0.997653961 -0.004761876 2.460576296 -0.752101958 0.048346650 -0.657271266 36.681495667\n-0.654595017 0.053734135 0.754067719 -97.905212402 0.072394513 0.997342169 -0.008225036 2.440412521 -0.752505481 0.049206290 -0.656745315 35.807571411\n-0.654557228 0.056001224 0.753935337 -96.903327942 0.074390702 0.997184098 -0.009484300 2.411633968 -0.752343476 0.049877763 -0.656880021 34.928344727\n-0.654937744 0.054810073 0.753692389 -95.884597778 0.072271228 0.997337580 -0.009726759 2.386864662 -0.752218902 0.048099857 -0.657155275 34.048980713\n-0.655583501 0.053149402 0.753250003 -94.877861023 0.070385553 0.997478127 -0.009122819 2.358825684 -0.751835287 0.047037147 -0.657671213 33.182312012\n-0.655920267 0.049090393 0.753232241 -93.849746704 0.069224074 0.997589886 -0.004735073 2.336433172 -0.751649320 0.049035974 -0.657737613 32.281623840\n-0.656034470 0.045522027 0.753357172 -92.831352234 0.069096290 0.997609973 -0.000111101 2.315122604 -0.751561701 0.051981285 -0.657611966 31.390518188\n-0.655993581 0.045459412 0.753396392 -91.813369751 0.068544276 0.997647941 -0.000514856 2.294487000 -0.751647770 0.051303264 -0.657566667 30.509078979\n-0.655526280 0.048454996 0.753616393 -90.805099487 0.068576418 0.997635722 -0.004494064 2.281511545 -0.752052426 0.048734333 -0.657299280 29.627593994\n-0.655716181 0.048632063 0.753439665 -89.795730591 0.066577949 0.997760296 -0.006459589 2.256530046 -0.752066314 0.045926809 -0.657485485 28.748703003\n-0.655494452 0.047543570 0.753702044 -88.781944275 0.065767966 0.997818410 -0.005744069 2.235805511 -0.752330840 0.045804244 -0.657191277 27.862205505\n-0.655023575 0.046483606 0.754177213 -87.750335693 0.065417953 0.997846961 -0.004684865 2.210848808 -0.752771199 0.046268035 -0.656654239 26.974533081\n-0.654682755 0.045754623 0.754517794 -86.733779907 0.066050217 0.997811198 -0.003197462 2.187089920 -0.753012598 0.047742736 -0.656271935 26.091819763\n-0.654170394 0.044464733 0.755039096 -85.719177246 0.065617785 0.997843027 -0.001911972 2.161948442 -0.753495455 0.048293233 -0.655676961 25.214042664\n-0.654391289 0.044465132 0.754847705 -84.700843811 0.065440468 0.997854352 -0.002048172 2.143514633 -0.753319144 0.048057280 -0.655897021 24.340301514\n-0.653921127 0.044571407 0.755248845 -83.682182312 0.064607732 0.997906387 -0.002952319 2.125117779 -0.753799200 0.046864327 -0.655431747 23.457092285\n-0.653705835 0.043391317 0.755504072 -82.669044495 0.062106855 0.998063087 -0.003583931 2.103277445 -0.754196227 0.044579141 -0.655134559 22.581687927\n-0.653539538 0.041300297 0.755764782 -81.675559998 0.060180865 0.998184323 -0.002507044 2.074627161 -0.754496157 0.043844126 -0.654838324 21.727539062\n-0.653580427 0.038824331 0.755860686 -80.666870117 0.058369901 0.998294711 -0.000805306 2.053761482 -0.754602969 0.043593179 -0.654732108 20.855033875\n-0.653610349 0.036765169 0.755937815 -79.629463196 0.056956146 0.998376429 0.000690055 2.036551476 -0.754685163 0.043506332 -0.654643178 19.974838257\n-0.653311133 0.035308909 0.756266117 -78.629425049 0.056471009 0.998401880 0.002169391 2.023052216 -0.754980922 0.044124387 -0.654260993 19.103836060\n-0.653132915 0.033088762 0.756520092 -77.616775513 0.054330427 0.998517752 0.003232264 2.003517389 -0.755291820 0.043213159 -0.653962612 18.238288879\n-0.652822971 0.032018326 0.756833732 -76.617660522 0.052541189 0.998614013 0.003073519 1.991012454 -0.755686343 0.041771404 -0.653600454 17.368835449\n-0.653319955 0.030661231 0.756460726 -75.615142822 0.051596660 0.998659670 0.004083487 1.972503066 -0.755321562 0.041698668 -0.654026270 16.516197205\n-0.653169990 0.030150007 0.756611168 -74.626411438 0.052131478 0.998626649 0.005210213 1.958331227 -0.755414963 0.042846404 -0.653844714 15.648147583\n-0.654375076 0.031560887 0.755511224 -73.627098083 0.053913105 0.998533189 0.004983115 1.946589589 -0.754245758 0.043992780 -0.655116796 14.792831421\n-0.654936433 0.034361843 0.754902303 -72.618812561 0.056562562 0.998392463 0.003627327 1.932210803 -0.753564119 0.045074876 -0.655827284 13.914733887\n-0.655680776 0.038002998 0.754081428 -71.641944885 0.061034240 0.998131812 0.002767564 1.918120503 -0.752567530 0.047839422 -0.656775355 13.053398132\n-0.656493545 0.040835951 0.753225625 -70.658653259 0.063403092 0.997987330 0.001154973 1.904096007 -0.751662493 0.048515063 -0.657761335 12.192657471\n-0.657273769 0.043637179 0.752387643 -69.679367065 0.066695273 0.997773290 0.000394787 1.891336679 -0.750695109 0.050440181 -0.658720613 11.327232361\n-0.657939911 0.044673868 0.751744151 -68.694953918 0.070568085 0.997503877 0.002483834 1.882164717 -0.749756753 0.054683361 -0.659450173 10.464988708\n-0.659440756 0.042149730 0.750573993 -67.715736389 0.070239149 0.997513950 0.005693796 1.865509748 -0.748467982 0.056474395 -0.660761952 9.611404419\n-0.660409927 0.042807594 0.749684215 -66.746849060 0.072205409 0.997367561 0.006656483 1.851679087 -0.747425735 0.058527261 -0.661762357 8.761695862\n-0.661655188 0.045276511 0.748440206 -65.786224365 0.071946844 0.997403145 0.003266873 1.847459197 -0.746348679 0.056009453 -0.663194418 7.910835266\n-0.662215948 0.050756454 0.747592151 -64.818656921 0.073781535 0.997271657 -0.002352451 1.825897932 -0.745671868 0.053600661 -0.664154172 7.056396484\n-0.662865281 0.053746264 0.746807396 -63.869174957 0.074470751 0.997207105 -0.005666914 1.807378531 -0.745026231 0.051858898 -0.665016532 6.222785950\n-0.662937880 0.055066552 0.746646583 -62.906917572 0.077461049 0.996984065 -0.004752735 1.786620259 -0.744656444 0.054685261 -0.665204048 5.344741821\n-0.662853241 0.053751741 0.746817708 -61.955936432 0.079025060 0.996871352 -0.001608917 1.766939878 -0.744567633 0.057950832 -0.665027142 4.487556458\n-0.662925005 0.053125959 0.746798575 -60.994285583 0.079051353 0.996870279 -0.000742603 1.744732857 -0.744500756 0.058543146 -0.665049911 3.624519348\n-0.662719369 0.052475218 0.747026980 -60.051860809 0.078208514 0.996936798 -0.000648136 1.730891705 -0.744772732 0.057994343 -0.664793372 2.773880005\n-0.663456202 0.051009547 0.746474266 -59.101013184 0.078257941 0.996932089 0.001430275 1.712341785 -0.744111180 0.059366461 -0.665412784 1.947502136\n-0.663724065 0.048580207 0.746398628 -58.173522949 0.076806955 0.997040153 0.003405929 1.695311546 -0.744023979 0.059589192 -0.665490866 1.124786377\n-0.664140701 0.048303597 0.746045411 -57.234210968 0.075792596 0.997119367 0.002912021 1.682762384 -0.743755639 0.058478709 -0.665888667 0.297561646\n-0.664122820 0.047245204 0.746129334 -56.318935394 0.073855489 0.997265577 0.002590826 1.662552714 -0.743966699 0.056826368 -0.665796161 -0.515266418\n-0.663322449 0.046018172 0.746917665 -55.415279388 0.071686737 0.997424722 0.002211413 1.645508051 -0.744892418 0.055010963 -0.664913058 -1.322044373\n-0.661853552 0.043656018 0.748360991 -54.513141632 0.069724180 0.997560263 0.003471164 1.629214764 -0.746383667 0.054476257 -0.663282633 -2.137588501\n-0.660921454 0.041068655 0.749330878 -53.624404907 0.068930611 0.997602701 0.006122136 1.614679813 -0.747283041 0.055698078 -0.662167907 -2.922466278\n-0.660035610 0.038052220 0.750270009 -52.755508423 0.066904299 0.997725248 0.008255107 1.590497017 -0.748249233 0.055644952 -0.661080122 -3.678531647\n-0.658443689 0.037040632 0.751718223 -51.885902405 0.062544420 0.998026431 0.005606404 1.577474952 -0.750027001 0.050707269 -0.659460902 -4.439754486\n-0.656987667 0.038890783 0.752897799 -51.033168793 0.060545277 0.998164654 0.001272534 1.565851450 -0.751466453 0.046420440 -0.658136606 -5.191879272\n-0.655468702 0.040312182 0.754145682 -50.166614532 0.059760507 0.998211741 -0.001417433 1.551331401 -0.752854168 0.044139042 -0.656705737 -5.944171906\n-0.654002190 0.041121546 0.755374253 -49.324432373 0.060532857 0.998164356 -0.001929427 1.535401106 -0.754067004 0.044463113 -0.655290842 -6.681671143\n-0.653096676 0.041478645 0.756138027 -48.472442627 0.062489960 0.998045266 -0.000774457 1.506366730 -0.754692137 0.046745237 -0.654412031 -7.403106689\n-0.651617408 0.044293400 0.757253528 -47.652374268 0.066346191 0.997795880 -0.001272279 1.492874026 -0.755640745 0.049411848 -0.653119922 -8.118755341\n-0.649870515 0.047295958 0.758572221 -46.846023560 0.071602993 0.997432828 -0.000846174 1.473081946 -0.756664872 0.053766131 -0.651588678 -8.824008942\n-0.648465633 0.048417985 0.759702563 -46.049598694 0.073719688 0.997278810 -0.000633864 1.456162810 -0.757665992 0.055594001 -0.650270343 -9.501777649\n-0.647067308 0.047973651 0.760922313 -45.259372711 0.073506795 0.997294664 -0.000368023 1.435026050 -0.758881390 0.055694818 -0.648843050 -10.177146912\n-0.644773483 0.048877709 0.762809396 -44.498031616 0.072513208 0.997364044 -0.002614384 1.426804900 -0.760926425 0.053628068 -0.646618128 -10.825622559\n-0.641884804 0.047552366 0.765325487 -43.746311188 0.071689658 0.997425258 -0.001846859 1.407341838 -0.763442814 0.053680442 -0.643641114 -11.465797424\n-0.638660908 0.044055652 0.768226206 -43.007568359 0.069035254 0.997614205 0.000181676 1.390274286 -0.766385376 0.053150717 -0.640178561 -12.084823608\n-0.634859204 0.040339332 0.771574318 -42.284568787 0.066113956 0.997809589 0.002231891 1.374974966 -0.769794166 0.052428756 -0.636135578 -12.677162170\n-0.630359292 0.038087960 0.775368810 -41.562217712 0.064141601 0.997935891 0.003124838 1.353361487 -0.773649335 0.051703166 -0.631501198 -13.266143799\n-0.625487685 0.038017146 0.779307485 -40.868522644 0.062674373 0.998032749 0.001616410 1.338546038 -0.777712941 0.049853649 -0.626639843 -13.814392090\n-0.619163275 0.038804445 0.784303188 -40.177917480 0.061230060 0.998123109 -0.001045804 1.329714060 -0.782871723 0.047375403 -0.620377183 -14.346096039\n-0.610738993 0.039414622 0.790850580 -39.508747101 0.060056888 0.998189270 -0.003368753 1.309342265 -0.789551318 0.045438591 -0.612000227 -14.846618652\n-0.600185037 0.039228559 0.798898697 -38.853759766 0.057930470 0.998305500 -0.005498928 1.295350552 -0.797760665 0.042980198 -0.601440549 -15.317253113\n-0.585893750 0.037858382 0.809503138 -38.156421661 0.057504475 0.998332381 -0.005069450 1.272096872 -0.808345139 0.043579891 -0.587093830 -15.836338043\n-0.570640564 0.036376569 0.820394099 -37.497604370 0.057090465 0.998358607 -0.004557250 1.253944516 -0.819213271 0.044236124 -0.571780562 -16.280529022\n-0.552760839 0.034814212 0.832612753 -36.830223083 0.054949556 0.998475254 -0.005269176 1.234761119 -0.831526697 0.042839102 -0.553830981 -16.708904266\n-0.531880617 0.032918803 0.846179247 -36.161720276 0.051775053 0.998638868 -0.006305813 1.211416841 -0.845235050 0.040457040 -0.532860994 -17.116165161\n-0.508700252 0.031335279 0.860373318 -35.502151489 0.049976490 0.998727083 -0.006825340 1.191135764 -0.859492004 0.039526388 -0.509618640 -17.482810974\n-0.481915951 0.029270044 0.875728548 -34.823936462 0.047984131 0.998823702 -0.006978531 1.174269557 -0.874902666 0.038658004 -0.482753634 -17.847644806\n-0.452093959 0.027042594 0.891560555 -34.134273529 0.045184527 0.998951316 -0.007387716 1.160961747 -0.890825391 0.036944795 -0.452841759 -18.187808990\n-0.418991804 0.025770204 0.907624424 -33.444770813 0.041264370 0.999104798 -0.009318514 1.144733071 -0.907052100 0.033548165 -0.419680119 -18.493007660\n-0.381516933 0.024044126 0.924049079 -32.749183655 0.034629814 0.999331653 -0.011705217 1.127661467 -0.923712969 0.027533909 -0.382094622 -18.760135651\n-0.341149807 0.022003334 0.939751387 -32.057323456 0.031798411 0.999423981 -0.011857006 1.112810731 -0.939470947 0.025837587 -0.341652870 -18.988101959\n-0.299278855 0.019060887 0.953975320 -31.345279694 0.026524588 0.999580264 -0.011650868 1.091667652 -0.953796983 0.021816945 -0.299658775 -19.178340912\n-0.254505396 0.016293984 0.966934025 -30.635038376 0.019478843 0.999741554 -0.011719830 1.069003105 -0.966875076 0.015851995 -0.254756927 -19.360120773\n-0.209012270 0.014471218 0.977805972 -29.934873581 0.015534692 0.999813437 -0.011476283 1.046113491 -0.977789640 0.012791230 -0.209198117 -19.480453491\n-0.160491586 0.014353625 0.986932993 -29.234258652 0.015224591 0.999811292 -0.012065158 1.027127504 -0.986919940 0.013089295 -0.160679817 -19.572278976\n-0.109687924 0.012885759 0.993882596 -28.540571213 0.014001444 0.999836802 -0.011417716 1.014506340 -0.993867517 0.012663406 -0.109850407 -19.631460190\n-0.057753921 0.009104143 0.998289466 -27.841091156 0.011928544 0.999893308 -0.008428672 0.998359680 -0.998259723 0.011421351 -0.057856321 -19.645185471\n-0.004835486 0.006671796 0.999966204 -27.141578674 0.009951067 0.999928534 -0.006623427 0.981514156 -0.999938965 0.009918703 -0.004901528 -19.619514465\n0.048408270 0.008404962 0.998792470 -26.443241119 0.009201308 0.999918401 -0.008860399 0.960921466 -0.998785436 0.009619113 0.048327029 -19.562519073\n0.102047443 0.010614019 0.994722903 -25.788749695 0.006702604 0.999913037 -0.011357011 0.945486605 -0.994756997 0.007826188 0.101967394 -19.473834991\n0.155004144 0.013487375 0.987821817 -25.125778198 0.005116223 0.999882460 -0.014454860 0.930156112 -0.987900674 0.007294481 0.154916883 -19.342988968\n0.207391322 0.015573445 0.978134096 -24.472583771 0.003309772 0.999856353 -0.016621061 0.913663149 -0.978252470 0.006684465 0.207310021 -19.177999496\n0.259393632 0.015220938 0.965651810 -23.819835663 0.001746302 0.999866784 -0.016229341 0.897690892 -0.965770185 0.005896108 0.259332538 -18.982492447\n0.309804976 0.014890159 0.950683594 -23.181419373 -0.003711079 0.999888659 -0.014451486 0.885532975 -0.950792968 0.000949082 0.309825718 -18.744367599\n0.357457280 0.013738284 0.933828473 -22.575592041 -0.008318118 0.999898970 -0.011526233 0.867518425 -0.933892488 -0.003647558 0.357535422 -18.472509384\n0.401868284 0.012746760 0.915608823 -21.980464935 -0.012090273 0.999889791 -0.008613568 0.852674484 -0.915617764 -0.007608440 0.401978135 -18.171472549\n0.443339646 0.013612766 0.896250367 -21.392616272 -0.014852509 0.999858975 -0.007839484 0.833627701 -0.896230698 -0.009836011 0.443479300 -17.863000870\n0.478843868 0.018545840 0.877704203 -20.820266724 -0.020712934 0.999737203 -0.009824159 0.818006277 -0.877655745 -0.013475591 0.479102135 -17.524087906\n0.507405937 0.025806623 0.861320674 -20.272951126 -0.027325692 0.999530613 -0.013850000 0.807374775 -0.861273825 -0.016508611 0.507872939 -17.170375824\n0.528839231 0.033867765 0.848046005 -19.724315643 -0.035609998 0.999209046 -0.017698346 0.788342595 -0.847974658 -0.020839335 0.529626966 -16.792980194\n0.544614792 0.038673636 0.837794185 -19.183376312 -0.039260793 0.999016762 -0.020594081 0.776481628 -0.837766886 -0.021676624 0.545597672 -16.425266266\n0.555163622 0.039592125 0.830798328 -18.653842926 -0.039513759 0.998994052 -0.021203332 0.758472264 -0.830802083 -0.021056645 0.556169569 -16.054851532\n0.561877131 0.038297933 0.826333761 -18.098253250 -0.037953231 0.999069273 -0.020496843 0.736501932 -0.826349616 -0.019845324 0.562807739 -15.679502487\n0.565463305 0.037038527 0.823941410 -17.565666199 -0.036796279 0.999129355 -0.019660782 0.719445586 -0.823952258 -0.019200522 0.566333890 -15.311948776\n0.566469073 0.035156421 0.823332787 -17.030632019 -0.034535117 0.999224663 -0.018906193 0.699998021 -0.823359072 -0.017724117 0.567244053 -14.932580948\n0.566920877 0.033596545 0.823086917 -16.510684967 -0.033055730 0.999291003 -0.018020870 0.677854180 -0.823108792 -0.016991330 0.567629457 -14.573166847\n0.566572666 0.031930663 0.823392928 -15.988711357 -0.030374600 0.999379098 -0.017854679 0.660107911 -0.823451817 -0.014894254 0.567190766 -14.207481384\n0.564670980 0.030075068 0.824768066 -15.470656395 -0.027871257 0.999460697 -0.017363379 0.645255685 -0.824845493 -0.013182720 0.565204680 -13.855707169\n0.560874581 0.029027659 0.827391744 -14.947027206 -0.026307765 0.999505341 -0.017232399 0.625873566 -0.827482700 -0.012101614 0.561360836 -13.504771233\n0.555537283 0.027696207 0.831030250 -14.436305046 -0.024922818 0.999550700 -0.016651871 0.608101130 -0.831118047 -0.011460882 0.555977941 -13.166070938\n0.549112201 0.025450470 0.835361063 -13.933027267 -0.021843698 0.999631822 -0.016096584 0.589285851 -0.835463166 -0.009408544 0.549465954 -12.838167191\n0.543321371 0.023426481 0.839197874 -13.428916931 -0.017628603 0.999708533 -0.016493913 0.568996310 -0.839339674 -0.005832389 0.543576002 -12.511621475\n0.537808895 0.022476498 0.842767119 -12.940488815 -0.014339970 0.999743819 -0.017512048 0.553695619 -0.842944860 -0.002667119 0.537993431 -12.208580971\n0.532039344 0.021802781 0.846438885 -12.447031975 -0.011909733 0.999762237 -0.018266115 0.534459472 -0.846635878 -0.000362569 0.532172501 -11.903814316\n0.526227713 0.022385005 0.850049078 -11.974553108 -0.011041231 0.999749064 -0.019492036 0.520425916 -0.850272059 0.000871662 0.526342750 -11.612118721\n0.520875096 0.022082185 0.853347301 -11.511112213 -0.009695699 0.999753892 -0.019952608 0.501642704 -0.853577912 0.002119020 0.520961046 -11.337242126\n0.515436053 0.021243868 0.856664717 -11.058996201 -0.007643450 0.999766886 -0.020193672 0.479788780 -0.856893957 0.003860672 0.515478253 -11.069175720\n0.509842396 0.018900370 0.860060155 -10.623604774 -0.004048345 0.999800265 -0.019571396 0.462207437 -0.860258281 0.006496509 0.509817123 -10.820376396\n0.504565477 0.016718527 0.863211513 -10.192700386 -0.001385317 0.999826908 -0.018554721 0.447698534 -0.863372326 0.008166250 0.504501343 -10.576081276\n0.499692559 0.015130918 0.866070688 -9.776899338 -0.000170539 0.999849141 -0.017369736 0.431133717 -0.866202831 0.008531830 0.499619782 -10.343391418\n0.494415700 0.014725263 0.869100928 -9.382729530 -0.001998870 0.999873102 -0.015803831 0.414898038 -0.869223356 0.006076444 0.494382381 -10.107685089\n0.489610314 0.014037623 0.871828377 -8.988687515 -0.002272014 0.999887526 -0.014823609 0.400043011 -0.871938407 0.005276987 0.489587128 -9.892662048\n0.485217452 0.013507997 0.874289215 -8.620459557 -0.001576969 0.999892533 -0.014573407 0.385303408 -0.874392152 0.005692545 0.485186636 -9.694206238\n0.481171131 0.012682406 0.876534998 -8.267119408 0.000713650 0.999889374 -0.014858954 0.374766886 -0.876626432 0.007775241 0.481108844 -9.505044937\n0.477504253 0.012201496 0.878544748 -7.940152645 0.002134870 0.999884486 -0.015047040 0.367121696 -0.878626883 0.009060604 0.477423072 -9.335475922\n0.473529220 0.011344211 0.880705118 -7.632506371 0.003877462 0.999880493 -0.014964088 0.352414101 -0.880769670 0.010500834 0.473428667 -9.167839050\n0.470461071 0.012332000 0.882334650 -7.346302986 0.003784428 0.999864936 -0.015992528 0.342601895 -0.882412732 0.010862994 0.470350862 -9.017522812\n0.468056619 0.014173828 0.883584738 -7.060678482 0.003531989 0.999833345 -0.017909586 0.331412971 -0.883691370 0.011503512 0.467928588 -8.872919083\n0.466342211 0.016605623 0.884448588 -6.820840836 0.002692852 0.999792516 -0.020191077 0.324402362 -0.884600341 0.011797641 0.466200769 -8.744725227\n0.465824783 0.019302577 0.884666502 -6.586531639 0.003105555 0.999720216 -0.023448186 0.314360678 -0.884871602 0.013670128 0.465634525 -8.623798370\n0.466295004 0.021567274 0.884366453 -6.351481438 0.005636084 0.999610066 -0.027349461 0.303843319 -0.884611428 0.017737281 0.465991616 -8.500391960\n0.469211519 0.022123616 0.882808745 -6.117301464 0.008040922 0.999537647 -0.029322641 0.295894831 -0.883049309 0.020857118 0.468816638 -8.384212494\n0.473685443 0.021156190 0.880440056 -5.892309189 0.009046950 0.999541759 -0.028885452 0.282183290 -0.880647719 0.021647915 0.473276973 -8.257446289\n0.481216490 0.020252768 0.876367867 -5.667838097 0.008595968 0.999575973 -0.027820172 0.270601392 -0.876559675 0.020920755 0.480838358 -8.128904343\n0.490443945 0.023410745 0.871158242 -5.458739281 0.005722259 0.999531031 -0.030082038 0.261353523 -0.871453941 0.019738549 0.490079999 -7.988656044\n0.501986384 0.026915623 0.864456654 -5.242547989 0.004470927 0.999421537 -0.033714127 0.239406914 -0.864863992 0.020788956 0.501575649 -7.863842964\n0.514493406 0.030555457 0.856949806 -5.048841476 0.004120570 0.999265313 -0.038103767 0.238266647 -0.857484460 0.023135260 0.513989449 -7.726074219\n0.529510796 0.031760652 0.847708464 -4.853450298 0.004132996 0.999190450 -0.040017776 0.228473842 -0.848293185 0.024693420 0.528950810 -7.590394974\n0.545561552 0.031444732 0.837480664 -4.660854340 0.003456175 0.999202967 -0.039768353 0.214558899 -0.838063657 0.024590565 0.545018017 -7.446171761\n0.562630653 0.032186400 0.826081574 -4.474624157 0.001358391 0.999204457 -0.039856918 0.205771849 -0.826707304 0.023546865 0.562139332 -7.302777290\n0.580859780 0.033543915 0.813312232 -4.288388252 0.000392084 0.999138892 -0.041488096 0.199967086 -0.814003587 0.024417652 0.580346406 -7.146612644\n0.601071954 0.036415502 0.798364937 -4.099378109 0.000100046 0.998957932 -0.045640398 0.196951598 -0.799194992 0.027513035 0.600441933 -6.987865448\n0.621549249 0.036955848 0.782502949 -3.905454636 0.001931600 0.998811305 -0.048705898 0.185272425 -0.783372760 0.031784602 0.620739102 -6.803886890\n0.642567873 0.036097083 0.765378058 -3.702147961 0.002048907 0.998805165 -0.048826221 0.167672172 -0.766226113 0.032942351 0.641726136 -6.623824596\n0.664029241 0.036742542 0.746803403 -3.490331650 -0.002359221 0.998889863 -0.047047410 0.160115227 -0.747703016 0.029478984 0.663378716 -6.405343533\n0.685525239 0.035009220 0.727206647 -3.284315586 -0.007389555 0.999126315 -0.041133989 0.137893975 -0.728011370 0.022824652 0.685185015 -6.169195175\n0.706766605 0.032212678 0.706713080 -3.069859028 -0.010329916 0.999326229 -0.035219576 0.129804522 -0.707371414 0.017591733 0.706623137 -5.910980701\n0.728469610 0.026678586 0.684558451 -2.831464529 -0.007639652 0.999495685 -0.030822612 0.119072303 -0.685035527 0.017223550 0.728306055 -5.646379471\n0.749582767 0.024239818 0.661466658 -2.616038799 -0.007338055 0.999572158 -0.028314305 0.101821989 -0.661869943 0.016370038 0.749439955 -5.376776695\n0.770654738 0.023921391 0.636803806 -2.404438257 -0.008703236 0.999597073 -0.027017057 0.091736026 -0.637193561 0.015278571 0.770552397 -5.078835964\n0.791983962 0.024517020 0.610049427 -2.191408873 -0.012012153 0.999625742 -0.024579011 0.083724380 -0.610423684 0.012138175 0.791982055 -4.765069962\n0.811714470 0.022793166 0.583609521 -1.984446287 -0.012463096 0.999686658 -0.021708949 0.069363058 -0.583921492 0.010347887 0.811744213 -4.428920269\n0.831129074 0.020617090 0.555697262 -1.788515210 -0.010453169 0.999715149 -0.021456439 0.056613807 -0.555981338 0.012024271 0.831107795 -4.092150211\n0.850766003 0.016777508 0.525276780 -1.577704906 -0.005535678 0.999720931 -0.022965528 0.047187567 -0.525515497 0.016630527 0.850621462 -3.725430012\n0.869199514 0.013665769 0.494272679 -1.396255255 -0.002920798 0.999742448 -0.022504773 0.037008334 -0.494452924 0.018117467 0.869015574 -3.340727568\n0.887423038 0.011123599 0.460821688 -1.190504670 -0.002260181 0.999801755 -0.019781314 0.032307990 -0.460950375 0.016512854 0.887272239 -2.917926073\n0.904029787 0.012980604 0.427272290 -1.014395595 -0.006378801 0.999837220 -0.016878849 0.029166117 -0.427421808 0.012533497 0.903965414 -2.467831612\n0.919751763 0.013463294 0.392269552 -0.841520369 -0.008263027 0.999854207 -0.014942273 0.027824584 -0.392413527 0.010501849 0.919728935 -1.987278461\n0.934226632 0.008115245 0.356587648 -0.668962300 -0.004631220 0.999932826 -0.010623169 0.017009947 -0.356649905 0.008273012 0.934201479 -1.485030770\n0.947402418 0.000375161 0.320044577 -0.506906271 0.001901703 0.999975085 -0.006801645 0.007358954 -0.320039153 0.007052525 0.947378099 -0.970237851\n0.959319651 -0.008729137 0.282187134 -0.358323365 0.010516058 0.999933124 -0.004818462 0.000468931 -0.282126188 0.007589941 0.959347248 -0.425250053\n0.969920993 -0.014681164 0.242976829 -0.225432053 0.016117441 0.999862432 -0.003924243 -0.010028319 -0.242885783 0.007722370 0.970024168 0.149595931\n0.979007006 -0.016688686 0.203142107 -0.111149222 0.018116714 0.999822497 -0.005172076 -0.013670201 -0.203019738 0.008743766 0.979135633 0.748135328\n0.986115813 -0.015250466 0.165357426 -0.027775710 0.016486118 0.999845445 -0.006102605 -0.014466374 -0.165238813 0.008743976 0.986214817 1.371214628\n0.991275907 -0.015551501 0.130882367 0.039338462 0.016689705 0.999831796 -0.007603904 -0.018845979 -0.130742103 0.009721955 0.991368771 2.019662857\n0.994905233 -0.016238334 0.099498354 0.092972502 0.017247362 0.999808073 -0.009289327 -0.015884144 -0.099328414 0.010958084 0.994994342 2.691620111\n0.997209013 -0.019377185 0.072102338 0.131941453 0.020081170 0.999757349 -0.009051581 -0.024680210 -0.071909450 0.010474217 0.997356176 3.339841127\n0.998698950 -0.020422064 0.046726674 0.146076664 0.020849088 0.999745071 -0.008669654 -0.037999395 -0.046537708 0.009632583 0.998870075 4.069536686\n0.999532461 -0.019801704 0.023295943 0.148578182 0.020039340 0.999749064 -0.010011883 -0.045935553 -0.023091845 0.010474037 0.999678493 4.801166534\n0.999829173 -0.018311147 0.002519606 0.139381364 0.018334126 0.999787509 -0.009421073 -0.048055585 -0.002346560 0.009465658 0.999952435 5.554224014\n0.999737620 -0.016859865 -0.015505207 0.113807730 0.016755961 0.999836445 -0.006806960 -0.058515500 0.015617435 0.006545370 0.999856591 6.318077087\n0.999435663 -0.015985489 -0.029542550 0.078064047 0.015856594 0.999863744 -0.004592150 -0.057931125 0.029611932 0.004121115 0.999552965 7.115463734\n0.999169469 -0.010764573 -0.039299332 0.052649185 0.010645648 0.999938130 -0.003234171 -0.076442569 0.039331712 0.002813118 0.999222279 7.933430195\n0.999051690 -0.005881605 -0.043140456 -0.005618552 0.005654039 0.999969482 -0.005395132 -0.084478900 0.043170873 0.005146098 0.999054432 8.743089676\n0.998981714 -0.005576870 -0.044770300 -0.043220043 0.005275899 0.999962687 -0.006837923 -0.085668154 0.044806764 0.006594757 0.998973906 9.583487511\n0.998912394 -0.008617186 -0.045823924 -0.073582970 0.008310212 0.999941766 -0.006885286 -0.096463829 0.045880586 0.006496991 0.998925805 10.438210487\n0.998906910 -0.009638589 -0.045739185 -0.118959814 0.009428140 0.999943972 -0.004814581 -0.108965904 0.045783028 0.004378084 0.998941839 11.330575943\n0.998888195 -0.007623005 -0.046521444 -0.167005494 0.007362985 0.999956310 -0.005758062 -0.112690791 0.046563305 0.005409123 0.998900712 12.237122536\n0.998882532 -0.006184642 -0.046855375 -0.212967843 0.005781143 0.999945104 -0.008742215 -0.123973399 0.046906870 0.008461569 0.998863399 13.148235321\n0.998878241 -0.003032089 -0.047255740 -0.261317134 0.002530736 0.999939919 -0.010665565 -0.132152110 0.047285240 0.010534008 0.998825908 14.075931549\n0.998856485 0.000096846 -0.047809146 -0.320712566 -0.000620734 0.999939919 -0.010943172 -0.148834780 0.047805216 0.010960335 0.998796523 15.020901680\n0.998798549 0.001160859 -0.048991408 -0.368904561 -0.001604361 0.999958098 -0.009014308 -0.161195070 0.048978887 0.009082077 0.998758495 15.979214668\n0.998727798 -0.000541332 -0.050423309 -0.413969159 0.000181469 0.999974489 -0.007141147 -0.169464424 0.050425891 0.007122912 0.998702407 16.949192047\n0.998603225 -0.000944656 -0.052827101 -0.471814305 0.000666454 0.999985814 -0.005283654 -0.190637365 0.052831344 0.005241068 0.998589694 17.920209885\n0.998405993 -0.001765411 -0.056412406 -0.521102667 0.001381141 0.999975562 -0.006850048 -0.199786901 0.056423124 0.006761215 0.998384058 18.917671204\n0.998152018 -0.005087886 -0.060553383 -0.582464755 0.004609820 0.999957144 -0.008032027 -0.210122302 0.060591653 0.007738044 0.998132646 19.920022964\n0.997872949 -0.006490911 -0.064865254 -0.643787563 0.006006055 0.999952555 -0.007667040 -0.224761665 0.064911947 0.007261148 0.997864604 20.931943893\n0.997597218 -0.006781258 -0.068947904 -0.712334692 0.006450479 0.999966621 -0.005019030 -0.237456948 0.068979636 0.004562223 0.997607648 21.952365875\n0.997312009 -0.007234442 -0.072914027 -0.788331509 0.007150153 0.999973416 -0.001416957 -0.247565359 0.072922334 0.000891802 0.997337222 22.997770309\n0.997074366 -0.006866473 -0.076128662 -0.880867779 0.007083517 0.999971569 0.002581350 -0.251061171 0.076108776 -0.003113056 0.997094691 24.056392670\n0.996841311 -0.005422175 -0.079234049 -0.972595572 0.005768941 0.999974728 0.004148223 -0.252252996 0.079209551 -0.004592217 0.996847391 25.127456665\n0.996628761 -0.005453285 -0.081861727 -1.058763981 0.005567872 0.999983788 0.001171545 -0.263981789 0.081854016 -0.001623391 0.996643007 26.205785751\n0.996511459 -0.003594539 -0.083378330 -1.159520626 0.003233473 0.999984801 -0.004465086 -0.263665438 0.083393112 0.004179908 0.996507943 27.270795822\n0.996369600 -0.004364338 -0.085021183 -1.246249318 0.003825700 0.999971569 -0.006497235 -0.275270015 0.085047126 0.006148382 0.996357977 28.346904755\n0.996255517 -0.004545918 -0.086338267 -1.345760703 0.004419821 0.999988854 -0.001651604 -0.287553161 0.086344816 0.001263820 0.996264517 29.440654755\n0.996094942 -0.005676420 -0.088105552 -1.437883973 0.006111115 0.999970436 0.004664844 -0.300404459 0.088076465 -0.005185051 0.996100247 30.539928436\n0.995886028 -0.011407095 -0.089893937 -1.524597287 0.011952774 0.999913275 0.005534247 -0.309886098 0.089823008 -0.006585962 0.995935977 31.645402908\n0.995774448 -0.014212622 -0.090726390 -1.624131918 0.014530126 0.999890387 0.002840015 -0.318071157 0.090676084 -0.004146280 0.995871782 32.743492126\n0.995715678 -0.012838786 -0.091572210 -1.724806309 0.012691367 0.999917030 -0.002192011 -0.327602327 0.091592759 0.001020443 0.995796025 33.845569611\n0.995718062 -0.011495288 -0.091724671 -1.831538439 0.011222652 0.999930918 -0.003487582 -0.340747893 0.091758430 0.002443254 0.995778322 34.952674866\n0.995882928 -0.007303124 -0.090354353 -1.939838529 0.007140743 0.999972284 -0.002120302 -0.352597594 0.090367325 0.001466375 0.995907426 36.061317444\n0.996007621 -0.003423629 -0.089202389 -2.051383972 0.003417757 0.999994159 -0.000218568 -0.370077789 0.089202613 -0.000087177 0.996013522 37.196422577\n0.996100366 -0.002486297 -0.088192411 -2.153527021 0.002655742 0.999994874 0.001804020 -0.380072802 0.088187471 -0.002031201 0.996101797 38.313926697\n0.996186793 -0.002727929 -0.087203071 -2.248661518 0.003128717 0.999985158 0.004459692 -0.390424430 0.087189607 -0.004715520 0.996180594 39.465847015\n0.996293962 0.004806086 -0.085878961 -2.357945919 -0.004150210 0.999960840 0.007814116 -0.400285810 0.085913159 -0.007428741 0.996274948 40.598987579\n0.996462524 0.006507937 -0.083785705 -2.456759691 -0.005871816 0.999952078 0.007836426 -0.397011369 0.083832689 -0.007316730 0.996452987 41.740787506\n0.996663153 0.008982999 -0.081128642 -2.572736263 -0.008585005 0.999949336 0.005253213 -0.404826790 0.081171721 -0.004539194 0.996689796 42.890846252\n0.996810555 0.010895512 -0.079057209 -2.658146858 -0.010783462 0.999940157 0.001844136 -0.404882133 0.079072572 -0.000985744 0.996868372 44.027362823\n0.996927798 0.010337764 -0.077641040 -2.746717930 -0.010211409 0.999945819 0.002024284 -0.417088926 0.077657759 -0.001225241 0.996979296 45.185916901\n0.997097492 0.009437769 -0.075547867 -2.831275940 -0.009166525 0.999950230 0.003936315 -0.426528096 0.075581253 -0.003232379 0.997134387 46.325839996\n0.997262955 0.009966389 -0.073261693 -2.925976515 -0.009730424 0.999946237 0.003577078 -0.440479428 0.073293410 -0.002854419 0.997306347 47.474117279\n0.997347176 0.012133670 -0.071773447 -3.017358541 -0.012253720 0.999924183 -0.001232541 -0.448055804 0.071753047 0.002108763 0.997420192 48.645198822\n0.997380555 0.010967080 -0.071496822 -3.099822998 -0.011344874 0.999923766 -0.004880110 -0.460149020 0.071437851 0.005678449 0.997428894 49.807460785\n0.997367084 0.008776898 -0.071985483 -3.178780079 -0.009051936 0.999952912 -0.003495395 -0.473942816 0.071951419 0.004137800 0.997399569 50.976284027\n0.997386456 0.006161668 -0.071987793 -3.263011932 -0.006206762 0.999980628 -0.000402722 -0.491399765 0.071983919 0.000848481 0.997405410 52.145687103\n0.997408867 0.002238078 -0.071906731 -3.339921713 -0.002160329 0.999997020 0.001159001 -0.503594160 0.071909107 -0.001000655 0.997410715 53.310443878\n0.997452676 -0.002326504 -0.071293741 -3.418053865 0.002337001 0.999997258 0.000063831 -0.516461670 0.071293399 -0.000230282 0.997455359 54.483226776\n0.997448206 -0.003245095 -0.071319759 -3.504050255 0.003243327 0.999994755 -0.000140585 -0.524418950 0.071319841 -0.000091087 0.997453511 55.680480957\n0.997464955 -0.008390877 -0.070663258 -3.578724861 0.008664373 0.999956131 0.003564789 -0.537904441 0.070630245 -0.004168005 0.997493863 56.858715057\n0.997498512 -0.008877749 -0.070127346 -3.659127235 0.009590167 0.999905705 0.009828778 -0.539080977 0.070033476 -0.010476725 0.997489631 58.063949585\n0.997544408 -0.009238100 -0.069424726 -3.738178492 0.010026651 0.999889016 0.011018480 -0.544667780 0.069315232 -0.011687521 0.997526348 59.260108948\n0.997558773 -0.006667222 -0.069512814 -3.826654196 0.006995108 0.999965549 0.004474556 -0.545834363 0.069480583 -0.004949882 0.997571051 60.462268829\n0.997591555 -0.004630022 -0.069207564 -3.917818546 0.004401451 0.999984324 -0.003454828 -0.558377922 0.069222480 0.003141894 0.997596323 61.663284302\n0.997622371 -0.000043439 -0.068916954 -4.011330128 -0.000427847 0.999976635 -0.006823683 -0.571391582 0.068915643 0.006836945 0.997599065 62.861293793\n0.997632146 0.002219334 -0.068739779 -4.097558022 -0.002571329 0.999984026 -0.005032620 -0.592226148 0.068727508 0.005197456 0.997621953 64.067199707\n0.997629285 0.004213418 -0.068688363 -4.202428818 -0.004457137 0.999984324 -0.003395307 -0.611195922 0.068672977 0.003693411 0.997632384 65.301445007\n0.997602284 0.004195074 -0.069079973 -4.288565159 -0.004198513 0.999991179 0.000095412 -0.625161946 0.069079764 0.000194850 0.997611105 66.501327515\n0.997554481 0.003497975 -0.069805793 -4.368293285 -0.003365445 0.999992311 0.002016068 -0.641362548 0.069812305 -0.001776210 0.997558534 67.725036621\n0.997563779 0.002499764 -0.069715850 -4.453869343 -0.002263198 0.999991417 0.003472061 -0.648803473 0.069723934 -0.003305822 0.997560859 68.942153931\n0.997556150 0.004898890 -0.069697253 -4.551387787 -0.004421663 0.999965727 0.006999776 -0.659638405 0.069729157 -0.006674492 0.997543633 70.174522400\n0.997545660 0.006927316 -0.069675677 -4.640950203 -0.006229826 0.999928355 0.010222839 -0.669588089 0.069741495 -0.009763681 0.997517288 71.382835388\n0.997497976 0.007945446 -0.070247315 -4.725407124 -0.007610437 0.999958336 0.005035349 -0.678532004 0.070284396 -0.004488138 0.997516870 72.594253540\n0.997494817 0.007518058 -0.070339188 -4.815467358 -0.007858649 0.999958694 -0.004566648 -0.689170599 0.070301950 0.005107978 0.997512698 73.795555115\n0.997509718 0.007658697 -0.070112221 -4.909924984 -0.008276655 0.999929368 -0.008527585 -0.706829071 0.070041955 0.009086643 0.997502685 74.997528076\n0.997530043 0.003836068 -0.070136324 -5.000031948 -0.004493115 0.999947488 -0.009212772 -0.721551657 0.070097297 0.009505147 0.997494876 76.208251953\n0.997520089 -0.003362854 -0.070302144 -5.069406033 0.002539633 0.999927223 -0.011795863 -0.764367163 0.070336692 0.011588068 0.997456014 77.409217834\n0.997518778 -0.002716412 -0.070348866 -5.147860050 0.001830399 0.999918222 -0.012655969 -0.790291429 0.070377499 0.012495800 0.997442186 78.603767395\n0.997540057 -0.008403352 -0.069593325 -5.233484268 0.007930677 0.999943614 -0.007065469 -0.816810787 0.069648772 0.006496167 0.997550428 79.805397034\n0.997548759 -0.009352135 -0.069346644 -5.311785698 0.009361514 0.999956191 -0.000189745 -0.838094950 0.069345377 -0.000459909 0.997592628 81.006103516\n0.997630358 -0.006832799 -0.068461463 -5.399452686 0.007120233 0.999966800 0.003955331 -0.848641515 0.068432160 -0.004433420 0.997645915 82.199455261\n0.997701049 -0.004633572 -0.067610309 -5.492110729 0.005173558 0.999956071 0.007813832 -0.869525790 0.067571133 -0.008145655 0.997681201 83.366699219\n0.997721434 -0.000033761 -0.067468055 -5.570876122 0.000680440 0.999954045 0.009562012 -0.871705711 0.067464635 -0.009586132 0.997675598 84.540061951\n0.997785389 0.003238929 -0.066436678 -5.658257484 -0.002720586 0.999965191 0.007891056 -0.874645472 0.066459924 -0.007692834 0.997759461 85.710922241\n0.997832656 0.007199609 -0.065407678 -5.750607014 -0.007102622 0.999973297 0.001715213 -0.885415077 0.065418281 -0.001246929 0.997857153 86.861778259\n0.997821271 0.010389240 -0.065151639 -5.831235886 -0.010635069 0.999937594 -0.003427484 -0.899103045 0.065111965 0.004112908 0.997869492 88.007293701\n0.997888327 0.006848847 -0.064591274 -5.900745869 -0.007055730 0.999970675 -0.002975389 -0.918097496 0.064569004 0.003424844 0.997907341 89.157386780\n0.997948229 0.006497722 -0.063695267 -5.973652840 -0.006370391 0.999977291 0.002201945 -0.934716702 0.063708127 -0.001791664 0.997966945 90.311279297\n0.998048067 0.002250517 -0.062409878 -6.049059391 -0.001746023 0.999965370 0.008136924 -0.949346066 0.062426031 -0.008012072 0.998017430 91.478355408\n0.998087406 -0.002761689 -0.061756898 -6.115605354 0.003484278 0.999926686 0.011595909 -0.954373717 0.061720345 -0.011788909 0.998023868 92.622344971\n0.998112619 -0.007821404 -0.060910437 -6.180691242 0.008459502 0.999911964 0.010225176 -0.954862237 0.060825098 -0.010721149 0.998090863 93.769989014\n0.998178065 -0.010687561 -0.059383083 -6.253791332 0.011146866 0.999910414 0.007408726 -0.956703663 0.059298582 -0.008057162 0.998207748 94.916717529\n0.998154581 -0.013043473 -0.059306595 -6.316421986 0.013247509 0.999907613 0.003048498 -0.967341304 0.059261352 -0.003828537 0.998235166 96.056144714\n0.998174489 -0.014887945 -0.058532704 -6.379220486 0.014840698 0.999889076 -0.001241850 -0.975636661 0.058544699 0.000370916 0.998284698 97.199523926\n0.998174250 -0.015821315 -0.058290973 -6.447061539 0.015651681 0.999871850 -0.003365591 -0.989235401 0.058336750 0.002447095 0.998293936 98.333457947\n0.998149097 -0.017018052 -0.058384273 -6.515970230 0.016860126 0.999852777 -0.003196536 -1.008786440 0.058430072 0.002206253 0.998289049 99.479644775\n0.998156428 -0.015438082 -0.058697145 -6.584308624 0.015390159 0.999880731 -0.001268452 -1.029349327 0.058709726 0.000362756 0.998275042 100.622787476\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_10_03/2011_10_03_drive_0034_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999996424 -0.002371176 -0.001219096 -0.005438461 0.002374849 0.999992609 0.003020010 -0.016213970 0.001211926 -0.003022895 0.999994695 1.577625751\n0.999992013 -0.003038104 -0.002604563 -0.013074938 0.003048417 0.999987483 0.003964940 -0.036584094 0.002592484 -0.003972848 0.999988735 3.146624804\n0.999991596 -0.001902785 -0.003623563 -0.039212469 0.001915976 0.999991536 0.003640240 -0.048132896 0.003616605 -0.003647152 0.999986827 4.700297832\n0.999987721 -0.001033785 -0.004847139 -0.059248526 0.001051033 0.999993145 0.003557208 -0.065287143 0.004843428 -0.003562259 0.999981940 6.253660202\n0.999979019 -0.001028161 -0.006391366 -0.068643600 0.001052650 0.999992132 0.003829444 -0.081693225 0.006387379 -0.003836092 0.999972224 7.808997154\n0.999968290 -0.001427624 -0.007837449 -0.091488108 0.001460657 0.999990046 0.004210733 -0.092808783 0.007831360 -0.004222048 0.999960423 9.338535309\n0.999948978 -0.003432855 -0.009499037 -0.109747067 0.003466190 0.999987900 0.003495110 -0.113517925 0.009486924 -0.003527857 0.999948800 10.907798767\n0.999927700 -0.004799342 -0.011024073 -0.124810390 0.004842138 0.999980807 0.003858668 -0.125200704 0.011005342 -0.003911769 0.999931812 12.428056717\n0.999918401 -0.004527396 -0.011947495 -0.158199504 0.004570919 0.999983013 0.003618087 -0.141495273 0.011930912 -0.003672402 0.999922097 13.983369827\n0.999908388 -0.003867862 -0.012972517 -0.184225067 0.003913804 0.999986172 0.003518030 -0.155895934 0.012958730 -0.003568479 0.999909639 15.509986877\n0.999904990 -0.002304709 -0.013589205 -0.210605964 0.002360489 0.999988854 0.004090063 -0.170713648 0.013579627 -0.004121752 0.999899268 17.028404236\n0.999897957 -0.000843326 -0.014260716 -0.240251079 0.000913590 0.999987483 0.004921325 -0.186992228 0.014256387 -0.004933852 0.999886215 18.523775101\n0.999889076 -0.000841222 -0.014872273 -0.266048461 0.000930263 0.999981701 0.005981111 -0.202561617 0.014866970 -0.005994283 0.999871492 20.024652481\n0.999883652 -0.000614580 -0.015241292 -0.296640754 0.000703896 0.999982595 0.005855472 -0.214240044 0.015237428 -0.005865519 0.999866724 21.535371780\n0.999874592 0.000352873 -0.015832918 -0.321866602 -0.000261488 0.999983311 0.005773519 -0.224594355 0.015834691 -0.005768655 0.999857962 23.020202637\n0.999866068 0.000711891 -0.016349012 -0.337927192 -0.000608403 0.999979734 0.006333995 -0.233303532 0.016353190 -0.006323200 0.999846280 24.495485306\n0.999875844 0.002283469 -0.015589895 -0.384096414 -0.002163505 0.999967933 0.007707535 -0.251905590 0.015606996 -0.007672850 0.999848783 26.007730484\n0.999875069 0.002256967 -0.015645852 -0.409996271 -0.002157264 0.999977291 0.006386444 -0.264083773 0.015659912 -0.006351893 0.999857187 27.477676392\n0.999874234 0.003041578 -0.015565420 -0.443030804 -0.002973028 0.999985814 0.004425262 -0.275886565 0.015578658 -0.004378428 0.999869049 28.943542480\n0.999879241 0.000887224 -0.015514960 -0.462390900 -0.000820246 0.999990344 0.004322774 -0.290750802 0.015518645 -0.004309526 0.999870300 30.421602249\n0.999883950 0.000405677 -0.015227951 -0.494187862 -0.000301542 0.999976575 0.006840087 -0.305374533 0.015230369 -0.006834702 0.999860644 31.837245941\n0.999890149 -0.001282066 -0.014766239 -0.522674918 0.001398886 0.999967813 0.007903682 -0.315305203 0.014755630 -0.007923470 0.999859750 33.304767609\n0.999886930 -0.002273473 -0.014862819 -0.547609210 0.002387799 0.999967694 0.007678894 -0.331908286 0.014844880 -0.007713516 0.999860048 34.718318939\n0.999894559 -0.002294777 -0.014338234 -0.575218558 0.002375542 0.999981403 0.005618297 -0.341271102 0.014325075 -0.005651765 0.999881446 36.140640259\n0.999901950 -0.001861047 -0.013881001 -0.601445377 0.001934144 0.999984324 0.005254451 -0.361752123 0.013871005 -0.005280783 0.999889851 37.529895782\n0.999914050 -0.000444442 -0.013102385 -0.624851048 0.000497172 0.999991775 0.004021478 -0.373064458 0.013100490 -0.004027646 0.999906063 38.908271790\n0.999931157 -0.000167301 -0.011732046 -0.650872886 0.000228871 0.999986231 0.005246924 -0.390912473 0.011731006 -0.005249248 0.999917388 40.279357910\n0.999947250 -0.000078538 -0.010272505 -0.669637203 0.000155257 0.999972105 0.007467791 -0.407953739 0.010271631 -0.007468991 0.999919355 41.609394073\n0.999963224 -0.000715238 -0.008546515 -0.687741578 0.000787309 0.999964118 0.008432354 -0.423651814 0.008540178 -0.008438773 0.999927938 42.944011688\n0.999979913 0.000037572 -0.006341537 -0.698905051 0.000020032 0.999958754 0.009083316 -0.436359733 0.006341617 -0.009083261 0.999938667 44.253147125\n0.999994874 -0.000483118 -0.003160537 -0.706319332 0.000509995 0.999963641 0.008508721 -0.447850704 0.003156312 -0.008510290 0.999958813 45.549995422\n0.999999046 -0.001330061 0.000442798 -0.706446886 0.001327026 0.999976099 0.006786020 -0.459951162 -0.000451813 -0.006785425 0.999976873 46.822242737\n0.999992013 -0.000834025 0.003912305 -0.705892622 0.000813681 0.999986172 0.005198632 -0.474228203 -0.003916587 -0.005195407 0.999978840 48.088058472\n0.999967933 -0.001346606 0.007893214 -0.700921357 0.001301474 0.999982774 0.005720170 -0.488282919 -0.007900781 -0.005709713 0.999952495 49.326763153\n0.999912918 -0.000961495 0.013159639 -0.691245377 0.000885373 0.999982834 0.005789123 -0.503429234 -0.013164980 -0.005776967 0.999896646 50.550148010\n0.999799311 0.000784475 0.020017926 -0.683331668 -0.000881865 0.999987841 0.004856759 -0.515020430 -0.020013873 -0.004873437 0.999787807 51.779460907\n0.999630511 0.002082597 0.027102694 -0.647593439 -0.002213957 0.999985933 0.004817662 -0.526081800 -0.027092280 -0.004875886 0.999621034 52.975944519\n0.999358892 0.003041649 0.035672802 -0.612945020 -0.003243111 0.999979138 0.005591000 -0.537056863 -0.035655051 -0.005703107 0.999347866 54.171028137\n0.998932242 0.005547414 0.045864623 -0.567839086 -0.005852042 0.999961674 0.006510288 -0.552254438 -0.045826752 -0.006771739 0.998926461 55.343284607\n0.998253226 0.007574342 0.058592603 -0.506632328 -0.007970505 0.999946892 0.006530579 -0.564540386 -0.058540028 -0.006986185 0.998260617 56.507442474\n0.997236550 0.009908278 0.073628232 -0.438189417 -0.010446239 0.999921441 0.006924946 -0.576228261 -0.073553830 -0.007674947 0.997261703 57.640571594\n0.995901346 0.011777489 0.089676365 -0.347120285 -0.012561373 0.999887645 0.008181894 -0.585086405 -0.089569926 -0.009274817 0.995937347 58.766693115\n0.994134963 0.012619903 0.107407764 -0.235607535 -0.013665476 0.999866068 0.009004136 -0.591678739 -0.107279748 -0.010419103 0.994174302 59.888427734\n0.991869748 0.011792661 0.126709476 -0.103150882 -0.012926408 0.999883413 0.008129050 -0.601431251 -0.126598850 -0.009700858 0.991906583 60.987361908\n0.989083827 0.011103070 0.146935090 0.052759938 -0.012291835 0.999898612 0.007184871 -0.608330786 -0.146840423 -0.008912541 0.989120066 62.077365875\n0.985775471 0.008417826 0.167856634 0.224143282 -0.009753258 0.999926984 0.007132938 -0.620801866 -0.167784333 -0.008668624 0.985785604 63.153347015\n0.981875300 0.003254326 0.189500079 0.430919617 -0.005051697 0.999946713 0.009002551 -0.628059685 -0.189460680 -0.009796679 0.981839418 64.205741882\n0.977122664 -0.001804622 0.212668732 0.663126111 -0.000452549 0.999944091 0.010564398 -0.636845052 -0.212675899 -0.010418956 0.977067232 65.261001587\n0.971683741 -0.007152969 0.236176834 0.920870662 0.004928263 0.999937773 0.010008651 -0.643671393 -0.236233726 -0.008561303 0.971658528 66.277793884\n0.965175271 -0.013166214 0.261272669 1.192253113 0.011388857 0.999900579 0.008315689 -0.655661166 -0.261356175 -0.005050500 0.965229213 67.273017883\n0.957765520 -0.016714202 0.287064105 1.492878437 0.014789329 0.999851286 0.008872602 -0.659852982 -0.287169725 -0.004252388 0.957870305 68.255554199\n0.948990226 -0.019345194 0.314711452 1.808392286 0.016570473 0.999796689 0.011490032 -0.672037244 -0.314869732 -0.005689011 0.949117839 69.224578857\n0.939416528 -0.023567742 0.341966569 2.160824776 0.019785769 0.999698460 0.014543980 -0.677795172 -0.342206210 -0.006896784 0.939599574 70.168243408\n0.928469598 -0.026799764 0.370440245 2.532620907 0.023232086 0.999630809 0.014090219 -0.679582715 -0.370681077 -0.004476241 0.928749442 71.083053589\n0.916319609 -0.025791010 0.399616361 2.921943188 0.023707528 0.999667346 0.010156637 -0.680392742 -0.399745375 0.000167189 0.916626215 71.984817505\n0.903363228 -0.027306089 0.428006113 3.353106022 0.027983984 0.999597251 0.004708786 -0.683261991 -0.427962333 0.007723572 0.903763592 72.861999512\n0.889230669 -0.029158080 0.456528872 3.805150270 0.031546466 0.999499440 0.002390643 -0.689608932 -0.456370056 0.012276039 0.889705420 73.716682434\n0.873650193 -0.029793328 0.485641509 4.276351452 0.030957041 0.999504864 0.005627507 -0.699964046 -0.485568732 0.010117552 0.874139965 74.558372498\n0.855905056 -0.028723679 0.516334593 4.764719963 0.026762640 0.999578595 0.011243280 -0.705747008 -0.516439915 0.004195296 0.856313109 75.384300232\n0.836337864 -0.028834458 0.547455490 5.294376850 0.024657298 0.999583721 0.014979525 -0.712299943 -0.547659516 0.000970828 0.836700678 76.194030762\n0.815358281 -0.022749383 0.578509629 5.837734222 0.020754151 0.999733984 0.010062516 -0.713802755 -0.578584611 0.003801921 0.815613508 76.967903137\n0.793436110 -0.015863193 0.608446777 6.409355640 0.017793424 0.999837577 0.002864129 -0.716928482 -0.608393431 0.008553849 0.793589473 77.719650269\n0.771078944 -0.013493004 0.636596620 7.009335995 0.016780140 0.999858856 0.000867563 -0.723426819 -0.636518419 0.010013220 0.771196485 78.438575745\n0.747830808 -0.015634546 0.663705230 7.630374432 0.017378774 0.999841094 0.003971159 -0.732218504 -0.663661897 0.008564627 0.747983694 79.133857727\n0.723403931 -0.015848635 0.690243065 8.281404495 0.017699432 0.999833643 0.004407373 -0.740338266 -0.690198123 0.009028600 0.723564148 79.807998657\n0.697902262 -0.014022483 0.716055810 8.939491272 0.018255157 0.999831736 0.001787301 -0.754220724 -0.715960383 0.011824350 0.698040843 80.458053589\n0.671804190 -0.011411265 0.740640938 9.615226746 0.017840622 0.999840558 -0.000777653 -0.759738386 -0.740513980 0.013735923 0.671900690 81.065315247\n0.645267546 -0.008979239 0.763903916 10.321399689 0.016076785 0.999869108 -0.001827147 -0.766308308 -0.763787508 0.013460116 0.645327449 81.651870728\n0.617158890 -0.007724968 0.786800623 11.050874710 0.016243916 0.999863803 -0.002924708 -0.782354355 -0.786670804 0.014585732 0.617200315 82.236656189\n0.588669181 -0.001459768 0.808372736 11.791733742 0.014962981 0.999846697 -0.009090736 -0.798290849 -0.808235586 0.017447101 0.588600814 82.769332886\n0.558474422 0.008319124 0.829480052 12.553319931 0.013151051 0.999735236 -0.018881040 -0.813013673 -0.829417527 0.021453112 0.558217168 83.290367126\n0.527676761 0.016743692 0.849280179 13.330820084 0.011882741 0.999562383 -0.027089542 -0.834058225 -0.849362135 0.024386300 0.527246892 83.778030396\n0.496308327 0.021658877 0.867876112 14.153608322 0.009623101 0.999490082 -0.030446578 -0.859520316 -0.868093014 0.023462549 0.495846808 84.240394592\n0.463788509 0.021585127 0.885682940 14.990612030 0.007494092 0.999571800 -0.028285017 -0.885720611 -0.885914207 0.019755656 0.463428140 84.683090210\n0.430559278 0.020120820 0.902338028 15.832101822 0.002753423 0.999717534 -0.023606064 -0.920120478 -0.902558148 0.012648327 0.430382252 85.093826294\n0.396486104 0.021452045 0.917790115 16.710832596 -0.001075165 0.999737144 -0.022902971 -0.949369609 -0.918040156 0.008093935 0.396404922 85.485305786\n0.361841142 0.024170605 0.931926429 17.599739075 -0.008097961 0.999707580 -0.022784378 -0.978873253 -0.932204604 0.000697623 0.361931086 85.827072144\n0.326163888 0.026220301 0.944949567 18.506244659 -0.012902035 0.999645591 -0.023284663 -1.008282900 -0.945225239 -0.004597155 0.326386571 86.142120361\n0.289635837 0.025841461 0.956788003 19.444053650 -0.015856555 0.999627829 -0.022198457 -1.032770514 -0.957005560 -0.008741895 0.289937794 86.455429077\n0.253132463 0.025368463 0.967098951 20.375434875 -0.016597740 0.999622881 -0.021877255 -1.061476231 -0.967289209 -0.010513813 0.253458083 86.702323914\n0.217449486 0.024598598 0.975761592 21.322174072 -0.015470714 0.999643683 -0.021752993 -1.089920521 -0.975948989 -0.010365550 0.217752516 86.905471802\n0.182701826 0.023449622 0.982888758 22.299518585 -0.013692253 0.999679267 -0.021305058 -1.116922379 -0.983073115 -0.009565488 0.182964265 87.071578979\n0.148094356 0.022822667 0.988709807 23.286388397 -0.005379751 0.999737501 -0.022271411 -1.144792318 -0.988958538 -0.002020743 0.148178279 87.223556519\n0.114883542 0.026299899 0.993030787 24.261505127 -0.003005154 0.999654114 -0.026127649 -1.174744129 -0.993374467 0.000017426 0.114922822 87.316879272\n0.082301676 0.031040553 0.996124029 25.246959686 -0.002283688 0.999518096 -0.030957635 -1.208075047 -0.996604919 0.000273032 0.082332850 87.398345947\n0.052830219 0.035073843 0.997987390 26.253181458 0.004943701 0.999361575 -0.035383839 -1.244608164 -0.998591304 0.006803088 0.052623093 87.458786011\n0.027338982 0.033075597 0.999078870 27.238513947 0.006729344 0.999423683 -0.033271160 -1.284552574 -0.999603570 0.007632746 0.027100623 87.479148865\n0.005484581 0.030508339 0.999519527 28.248939514 0.008100781 0.999500334 -0.030552208 -1.316327929 -0.999952197 0.008264457 0.005234659 87.466964722\n-0.013645887 0.027840063 0.999519289 29.294311523 0.008256037 0.999581397 -0.027729079 -1.360294580 -0.999872863 0.007873683 -0.013870001 87.466262817\n-0.029882669 0.030867785 0.999076724 30.294219971 0.009878863 0.999483347 -0.030584870 -1.399241924 -0.999504626 0.008955784 -0.030172110 87.428451538\n-0.044684529 0.035512615 0.998369873 31.297084808 0.012653885 0.999307930 -0.034979630 -1.434505224 -0.998921156 0.011070214 -0.045102954 87.381935120\n-0.056360006 0.040639970 0.997583151 32.321887970 0.017006014 0.999065340 -0.039739575 -1.476681232 -0.998265803 0.014725192 -0.056998491 87.319076538\n-0.065626264 0.044193845 0.996865153 33.319393158 0.022194175 0.998836279 -0.042820130 -1.524250269 -0.997597456 0.019314472 -0.066530824 87.250717163\n-0.070908904 0.049393076 0.996259093 34.343238831 0.025800338 0.998529911 -0.047669310 -1.576111794 -0.997149050 0.022323638 -0.072079062 87.168121338\n-0.074632525 0.054192338 0.995737612 35.347667694 0.027769348 0.998247981 -0.052247602 -1.630960941 -0.996824503 0.023751618 -0.076006651 87.091567993\n-0.077285767 0.058205321 0.995308518 36.372417450 0.030018760 0.997977674 -0.056030460 -1.691131353 -0.996556997 0.025547573 -0.078876734 87.007606506\n-0.079738617 0.060841303 0.994957447 37.385902405 0.030395743 0.997819841 -0.058580350 -1.756298065 -0.996352434 0.025571357 -0.081414104 86.918991089\n-0.082007289 0.064682543 0.994530559 38.431114197 0.031492472 0.997561574 -0.062282860 -1.823421478 -0.996134102 0.026212575 -0.083844423 86.822387695\n-0.084204316 0.069008857 0.994056046 39.455623627 0.032630328 0.997254968 -0.066466883 -1.884628296 -0.995914102 0.026839573 -0.086225033 86.731033325\n-0.085988641 0.069786422 0.993848979 40.493911743 0.035638016 0.997120798 -0.066932738 -1.968568325 -0.995658517 0.029663352 -0.088228106 86.635314941\n-0.088405848 0.068519667 0.993725061 41.523586273 0.035712980 0.997207880 -0.065582640 -2.042036772 -0.995444179 0.029690996 -0.090605974 86.545379639\n-0.090367198 0.068412185 0.993556023 42.576560974 0.034863859 0.997243643 -0.065495118 -2.115431309 -0.995298088 0.028720591 -0.092503190 86.448623657\n-0.092224479 0.069757558 0.993291974 43.620239258 0.034713037 0.997161925 -0.066806346 -2.187605619 -0.995133221 0.028319011 -0.094384193 86.343330383\n-0.094866872 0.071967036 0.992885232 44.660308838 0.033807203 0.997041047 -0.069038093 -2.264120102 -0.994915783 0.027017243 -0.097019196 86.250244141\n-0.097625732 0.073793679 0.992483735 45.703880310 0.032068238 0.996962667 -0.070972323 -2.345701694 -0.994706571 0.024898490 -0.099695563 86.145980835\n-0.100090861 0.077742860 0.991936624 46.756797791 0.029367896 0.996739268 -0.075155929 -2.422043324 -0.994544983 0.021608669 -0.102047682 86.048675537\n-0.101877093 0.082118988 0.991401970 47.810817719 0.025865251 0.996468782 -0.079880767 -2.503785849 -0.994460821 0.017504845 -0.103641391 85.935028076\n-0.104505301 0.084270366 0.990947723 48.865665436 0.024063798 0.996326149 -0.082189992 -2.598712921 -0.994233310 0.015256678 -0.106149197 85.823143005\n-0.107261181 0.082446225 0.990806580 49.927364349 0.022137387 0.996506810 -0.080524035 -2.692473173 -0.993984401 0.013296772 -0.108711600 85.712036133\n-0.110026956 0.078467660 0.990826368 50.998779297 0.019881887 0.996853113 -0.076737151 -2.783175468 -0.993729711 0.011256348 -0.111240745 85.590278625\n-0.112685442 0.076951787 0.990646601 52.053283691 0.019570109 0.996975124 -0.075217307 -2.867491722 -0.993438065 0.010911179 -0.113850474 85.477172852\n-0.114599586 0.077527985 0.990381956 53.111888885 0.018773813 0.996941030 -0.075869069 -2.949725389 -0.993234396 0.009898687 -0.115704536 85.363136292\n-0.115825653 0.080275171 0.990020454 54.211437225 0.020068038 0.996714473 -0.078470141 -3.043173552 -0.993066907 0.010778917 -0.117056012 85.234405518\n-0.116106033 0.083203651 0.989745855 55.284675598 0.020501727 0.996473551 -0.081364200 -3.129999638 -0.993025362 0.010844646 -0.117402315 85.096908569\n-0.116699696 0.083719850 0.989632487 56.363246918 0.019434305 0.996442497 -0.082004227 -3.223722696 -0.992977202 0.009662949 -0.117911577 84.980102539\n-0.116613388 0.082485296 0.989746332 57.446403503 0.016106319 0.996571243 -0.081156433 -3.313900709 -0.993046939 0.006477257 -0.117542148 84.859802246\n-0.116275787 0.081704251 0.989850700 58.555961609 0.012460464 0.996652305 -0.080801964 -3.415901899 -0.993138850 0.002938695 -0.116904616 84.721466064\n-0.116309881 0.083197832 0.989722371 59.645427704 0.008447432 0.996532261 -0.082777567 -3.506151915 -0.993177176 -0.001267221 -0.116609335 84.599884033\n-0.116886616 0.083263285 0.989648759 60.740650177 0.004332675 0.996512651 -0.083329044 -3.601364136 -0.993135810 -0.005452218 -0.116839647 84.480476379\n-0.117204905 0.082825758 0.989647925 61.838951111 0.000858666 0.996524155 -0.083299555 -3.696179867 -0.993107438 -0.008913334 -0.116868615 84.356964111\n-0.117436767 0.077665173 0.990038872 62.953483582 0.001400188 0.996949136 -0.078041181 -3.791878462 -0.993079484 -0.007778658 -0.117187262 84.221786499\n-0.117426515 0.068878226 0.990690112 64.096237183 0.005102430 0.997620523 -0.068755277 -3.885493279 -0.993068516 -0.003018765 -0.117498517 84.089462280\n-0.116952062 0.063341238 0.991115689 65.213500977 0.010834628 0.997986019 -0.062501825 -3.971673965 -0.993078589 0.003428660 -0.117402792 83.945373535\n-0.116200686 0.065638229 0.991054535 66.336563110 0.018881408 0.997779608 -0.063869804 -4.050551414 -0.993046284 0.011290794 -0.117182016 83.802108765\n-0.114699841 0.071450680 0.990827262 67.463302612 0.023947472 0.997319043 -0.069146611 -4.125826359 -0.993111491 0.015796702 -0.116103411 83.658546448\n-0.113926530 0.077241845 0.990481973 68.585464478 0.027706215 0.996832311 -0.074550271 -4.209308624 -0.993102849 0.018949257 -0.115705729 83.520401001\n-0.112839937 0.081712991 0.990247488 69.712799072 0.028308190 0.996472538 -0.079000913 -4.298915863 -0.993209839 0.019117659 -0.114755034 83.379707336\n-0.112933874 0.078831881 0.990470469 70.846931458 0.025669593 0.996746421 -0.076404542 -4.391464233 -0.993270993 0.016796319 -0.114590049 83.254966736\n-0.112500310 0.074438043 0.990859687 71.998962402 0.024740580 0.997090697 -0.072097160 -4.483046055 -0.993343771 0.016403502 -0.114014626 83.123947144\n-0.112028956 0.072194152 0.991079032 73.168205261 0.022432167 0.997286975 -0.070110701 -4.574366093 -0.993451774 0.014377629 -0.113344431 82.982933044\n-0.111827493 0.072924919 0.991048276 74.316085815 0.020917043 0.997255445 -0.071021445 -4.660664082 -0.993507564 0.012787651 -0.113045931 82.854324341\n-0.111118078 0.077677026 0.990767062 75.465278625 0.021954577 0.996889293 -0.075694747 -4.755242825 -0.993564844 0.013340828 -0.112477779 82.714805603\n-0.110649586 0.080813006 0.990568519 76.625679016 0.020536097 0.996661782 -0.079016164 -4.839010239 -0.993647337 0.011599311 -0.111939788 82.590606689\n-0.110288143 0.079632297 0.990704536 77.786048889 0.020958615 0.996749818 -0.077785052 -4.933357716 -0.993678749 0.012185032 -0.111598730 82.460670471\n-0.109718084 0.073071130 0.991273165 78.964637756 0.022161663 0.997226059 -0.071056999 -5.019239426 -0.993715644 0.014172021 -0.111033082 82.329032898\n-0.110097170 0.071430609 0.991350830 80.130844116 0.021253582 0.997355342 -0.069502890 -5.108379841 -0.993693650 0.013417691 -0.111324191 82.202384949\n-0.109660745 0.074377365 0.991182387 81.303833008 0.019068683 0.997170329 -0.072716996 -5.200351715 -0.993786156 0.010926340 -0.110768795 82.075210571\n-0.109361053 0.077568516 0.990970910 82.472412109 0.018570639 0.996935904 -0.075986020 -5.289787292 -0.993828595 0.010093052 -0.110466480 81.947937012\n-0.109697580 0.076935560 0.990983069 83.666213989 0.018017620 0.996990025 -0.075407445 -5.385152340 -0.993801713 0.009583144 -0.110753536 81.818077087\n-0.108984470 0.073838539 0.991297245 84.871528625 0.017193651 0.997228205 -0.072390027 -5.470685482 -0.993894696 0.009154629 -0.109951973 81.686721802\n-0.107944608 0.072712876 0.991494417 86.068870544 0.018478330 0.997296095 -0.071126617 -5.562930107 -0.993985355 0.010643439 -0.108996272 81.549079895\n-0.106776834 0.073055983 0.991595447 87.267845154 0.019350871 0.997260809 -0.071389638 -5.658440113 -0.994094670 0.011565469 -0.107898116 81.421020508\n-0.105307460 0.073428497 0.991725147 88.475357056 0.022228826 0.997194827 -0.071473092 -5.747426510 -0.994191349 0.014518244 -0.106644273 81.278198242\n-0.104581118 0.073029131 0.991831481 89.682151794 0.021401549 0.997234583 -0.071170337 -5.835781097 -0.994286120 0.013783662 -0.105854750 81.153587341\n-0.103276372 0.073769994 0.991913319 90.888084412 0.022555789 0.997163117 -0.071811967 -5.929871559 -0.994396985 0.014956919 -0.104647279 81.030349731\n-0.101973653 0.071339533 0.992225826 92.099761963 0.022764016 0.997331440 -0.069367096 -6.028719425 -0.994526625 0.015513427 -0.103325486 80.904655457\n-0.101027846 0.071047537 0.992343605 93.330574036 0.021050535 0.997376204 -0.069264762 -6.111224174 -0.994660974 0.013891704 -0.102258325 80.779708862\n-0.099444985 0.070129231 0.992568791 94.552452087 0.021370839 0.997433722 -0.068331838 -6.206773758 -0.994813681 0.014416778 -0.100688457 80.650833130\n-0.097770333 0.071144089 0.992662907 95.780303955 0.019540222 0.997386515 -0.069558062 -6.296631336 -0.995017231 0.012596146 -0.098904967 80.529838562\n-0.095727324 0.073772311 0.992670059 97.037437439 0.019901404 0.997192383 -0.072189219 -6.389801025 -0.995208561 0.012845044 -0.096926808 80.402252197\n-0.094780207 0.072356254 0.992865264 98.282073975 0.017722327 0.997319639 -0.070989087 -6.482919216 -0.995340526 0.010867522 -0.095808506 80.287216187\n-0.094317794 0.071183428 0.992993951 99.523025513 0.014427847 0.997433424 -0.070131265 -6.580017090 -0.995437562 0.007712140 -0.095102668 80.175857544\n-0.094383001 0.072453044 0.992895961 100.770408630 0.011665137 0.997360170 -0.071669936 -6.672595978 -0.995467603 0.004817841 -0.094979048 80.061294556\n-0.094846368 0.071655348 0.992909789 102.023391724 0.008896866 0.997427285 -0.071131505 -6.767595291 -0.995452225 0.002087228 -0.095239878 79.947494507\n-0.095369816 0.068995208 0.993047953 103.288398743 0.006488992 0.997617006 -0.068689473 -6.866233826 -0.995420754 -0.000107030 -0.095590353 79.826011658\n-0.097363591 0.067667156 0.992945910 104.557449341 0.004231505 0.997705102 -0.067576565 -6.959790707 -0.995239973 -0.002377834 -0.097426414 79.717857361\n-0.097874403 0.066829085 0.992952347 105.828071594 0.002389811 0.997755706 -0.066916801 -7.050738811 -0.995195866 -0.004176476 -0.097814441 79.588630676\n-0.099932909 0.067233287 0.992720187 107.095603943 0.002700859 0.997729063 -0.067300640 -7.140802860 -0.994990647 -0.004044344 -0.099887609 79.471969604\n-0.101900697 0.065788761 0.992616832 108.353446960 0.002253304 0.997823536 -0.065902531 -7.235834599 -0.994792044 -0.004478849 -0.101827145 79.338104248\n-0.105049610 0.061104223 0.992588043 109.610961914 -0.000555382 0.998106778 -0.061502740 -7.323041439 -0.994466901 -0.007012106 -0.104816794 79.212944031\n-0.109223723 0.061078448 0.992138863 110.884338379 -0.000848900 0.998104334 -0.061539143 -7.409505844 -0.994016767 -0.007563761 -0.108964801 79.081756592\n-0.115297437 0.067223601 0.991053820 112.132713318 -0.006273187 0.997638226 -0.068400040 -7.492474556 -0.993311286 -0.014103405 -0.114603400 78.951660156\n-0.121516228 0.070230074 0.990101933 113.387283325 -0.004886569 0.997439325 -0.071350276 -7.589134693 -0.992577612 -0.013508402 -0.120861888 78.801719666\n-0.130631924 0.066163935 0.989220917 114.641105652 -0.003000899 0.997739732 -0.067130007 -7.686589241 -0.991426587 -0.011737865 -0.130138159 78.638168335\n-0.141357541 0.063703790 0.987906814 115.886398315 -0.000626189 0.997921467 -0.064439163 -7.785457134 -0.989958405 -0.009727574 -0.141023755 78.467391968\n-0.154671311 0.065107822 0.985818386 117.110176086 -0.000217313 0.997823894 -0.065934822 -7.871705532 -0.987966001 -0.010412455 -0.154320598 78.285064697\n-0.168287516 0.064997956 0.983592689 118.327415466 0.001400087 0.997838438 -0.065699801 -7.968999386 -0.985736966 -0.009679338 -0.168014765 78.077217102\n-0.182781696 0.062323257 0.981176257 119.550308228 0.002227842 0.998012424 -0.062977664 -8.066276550 -0.983151078 -0.009325253 -0.182557225 77.855102539\n-0.198341966 0.065136224 0.977966130 120.752639771 0.006124465 0.997852206 -0.065218613 -8.155937195 -0.980113745 -0.006946068 -0.198314905 77.618614197\n-0.213133216 0.068592265 0.974612594 121.936866760 0.007095900 0.997614920 -0.068659395 -8.248856544 -0.976997554 -0.007717832 -0.213111639 77.360565186\n-0.227939963 0.072359510 0.970982730 123.152168274 0.006118162 0.997321486 -0.072886072 -8.341297150 -0.973655999 -0.010673020 -0.227772117 77.066184998\n-0.243680954 0.070447624 0.967293501 124.334800720 0.002621150 0.997402608 -0.071980141 -8.433675766 -0.969851911 -0.015004769 -0.243232727 76.764610291\n-0.259942055 0.064848140 0.963444352 125.533302307 -0.002546976 0.997692943 -0.067840561 -8.531285286 -0.965620935 -0.020088481 -0.259177089 76.468292236\n-0.275786996 0.060586214 0.959307492 126.719436646 -0.006566134 0.997869551 -0.064909317 -8.626324654 -0.961196363 -0.024200082 -0.274801612 76.148010254\n-0.290946484 0.062127076 0.954720140 127.903244019 -0.008617441 0.997678757 -0.067548677 -8.713669777 -0.956700623 -0.027880285 -0.289735794 75.802993774\n-0.305447221 0.064313591 0.950034678 129.060928345 -0.008637176 0.997488320 -0.070302971 -8.800786972 -0.952169895 -0.029679457 -0.304124475 75.441513062\n-0.319339991 0.066779315 0.945284426 130.213302612 -0.006993982 0.997320712 -0.072818145 -8.892973900 -0.947614491 -0.029865045 -0.318017364 75.059219360\n-0.333876729 0.066646479 0.940257788 131.359420776 -0.005083208 0.997355580 -0.072498634 -8.987494469 -0.942603111 -0.028985128 -0.332654953 74.665390015\n-0.347603202 0.064505205 0.935420275 132.500457764 -0.005086414 0.997486413 -0.070675306 -9.092823982 -0.937627971 -0.029324895 -0.346401334 74.250396729\n-0.362081409 0.063230447 0.929999590 133.628143311 -0.005377799 0.997538388 -0.069916174 -9.188766479 -0.932131112 -0.030316690 -0.360850096 73.815826416\n-0.376934171 0.064329855 0.924003601 134.737197876 -0.006896067 0.997362673 -0.072250336 -9.287912369 -0.926214576 -0.033605598 -0.375496387 73.376510620\n-0.391791821 0.066870861 0.917620599 135.846145630 -0.005813065 0.997155368 -0.075148873 -9.376483917 -0.920035601 -0.034776896 -0.390288591 72.910949707\n-0.406613946 0.068379074 0.911037683 136.937652588 -0.004661605 0.997026861 -0.076913670 -9.477193832 -0.913588345 -0.035521057 -0.405086279 72.435104370\n-0.421090126 0.071125969 0.904225707 138.024490356 -0.001566035 0.996862113 -0.079141989 -9.583707809 -0.907017410 -0.034741964 -0.419657469 71.937500000\n-0.435665369 0.074400790 0.897028506 139.108917236 -0.001511690 0.996516109 -0.083386615 -9.687824249 -0.900107384 -0.037684690 -0.434035182 71.411575317\n-0.450924873 0.076738998 0.889256954 140.194793701 -0.000597213 0.996271014 -0.086276680 -9.792236328 -0.892561734 -0.039435372 -0.449197650 70.871017456\n-0.466134906 0.074069612 0.881607831 141.273712158 -0.001648935 0.996414721 -0.084587149 -9.900590897 -0.884712338 -0.040882718 -0.464341521 70.305816650\n-0.482313514 0.069668695 0.873223960 142.366806030 -0.004613027 0.996616602 -0.082061321 -10.009057999 -0.875986576 -0.043607488 -0.480360270 69.727828979\n-0.497941852 0.069882751 0.864390194 143.434005737 -0.004765687 0.996512294 -0.083309665 -10.114300728 -0.867197335 -0.045602784 -0.495872140 69.111938477\n-0.514368773 0.069079429 0.854782462 144.498199463 -0.006177034 0.996426046 -0.084243454 -10.220444679 -0.857546985 -0.048612215 -0.512103796 68.497589111\n-0.530406594 0.068161994 0.844998956 145.544891357 -0.006720404 0.996392965 -0.084592633 -10.325566292 -0.847716987 -0.050547205 -0.528035283 67.855346680\n-0.545966625 0.067603722 0.835074902 146.585006714 -0.007657329 0.996294856 -0.085661642 -10.439332962 -0.837771833 -0.053162850 -0.543426156 67.192642212\n-0.561382890 0.066764519 0.824858606 147.619903564 -0.008118691 0.996248007 -0.086162299 -10.550591469 -0.827516377 -0.055066813 -0.558734536 66.500076294\n-0.577105761 0.064346544 0.814130545 148.668899536 -0.008380944 0.996371984 -0.084691323 -10.660673141 -0.816626430 -0.055699032 -0.574472666 65.785491943\n-0.592299461 0.060835205 0.803418040 149.682434082 -0.007940500 0.996656299 -0.081321239 -10.772699356 -0.805678844 -0.054546062 -0.589836001 65.051635742\n-0.607026339 0.059190758 0.792474508 150.692504883 -0.007115380 0.996777415 -0.079900667 -10.881604195 -0.794650078 -0.054140553 -0.604648948 64.293853760\n-0.621833920 0.057426654 0.781040788 151.694335938 -0.008012011 0.996789217 -0.079668574 -10.988791466 -0.783108175 -0.055798329 -0.619377255 63.512008667\n-0.636851311 0.058561623 0.768759489 152.668853760 -0.009325113 0.996453106 -0.083631642 -11.095791817 -0.770930350 -0.060429681 -0.634046316 62.720802307\n-0.652258873 0.057842959 0.755786061 153.641418457 -0.012036929 0.996167958 -0.086628355 -11.197204590 -0.757900715 -0.065601461 -0.649063230 61.901557922\n-0.668166876 0.054598503 0.742005587 154.599105835 -0.013714520 0.996230483 -0.085654721 -11.311489105 -0.743885219 -0.067407891 -0.664899468 61.066131592\n-0.684608459 0.046978913 0.727395654 155.556533813 -0.017327879 0.996589959 -0.080673464 -11.422984123 -0.728705168 -0.067833953 -0.681459904 60.199348450\n-0.701723456 0.044664860 0.711047888 156.477722168 -0.017885447 0.996613979 -0.080253750 -11.532548904 -0.712224782 -0.069033355 -0.698548555 59.321289062\n-0.719151616 0.041832775 0.693593025 157.386871338 -0.019769624 0.996550202 -0.080603197 -11.641339302 -0.694572091 -0.071677983 -0.715843678 58.405326843\n-0.737037063 0.037667412 0.674801826 158.292785645 -0.023288369 0.996437311 -0.081057288 -11.752929688 -0.675450921 -0.075457267 -0.733533978 57.469161987\n-0.753815174 0.036052525 0.656096697 159.147583008 -0.022579014 0.996482790 -0.080698654 -11.860473633 -0.656698465 -0.075645894 -0.750349879 56.516189575\n-0.769761443 0.037978012 0.637200832 159.997955322 -0.020397162 0.996255398 -0.084018640 -11.980876923 -0.638005614 -0.077671401 -0.766104341 55.503738403\n-0.785063982 0.037473179 0.618280292 160.812225342 -0.017084563 0.996478617 -0.082088493 -12.093088150 -0.619179189 -0.075007759 -0.781659245 54.499221802\n-0.799902201 0.038884006 0.598869324 161.607894897 -0.012641693 0.996585608 -0.081592686 -12.213579178 -0.599997222 -0.072836898 -0.796679497 53.469894409\n-0.814444304 0.039622791 0.578887343 162.371475220 -0.011307833 0.996392429 -0.084108688 -12.328935623 -0.580131531 -0.075047798 -0.811058044 52.423362732\n-0.828489184 0.041360982 0.558475375 163.111038208 -0.009960558 0.996022642 -0.088542290 -12.447364807 -0.559916317 -0.078919061 -0.824782014 51.361343384\n-0.841530681 0.041769728 0.538592517 163.810394287 -0.007208739 0.996049166 -0.088510484 -12.566166878 -0.540161669 -0.078366846 -0.837904811 50.294372559\n-0.853525162 0.039724439 0.519535184 164.504425049 -0.005996971 0.996274590 -0.086028852 -12.692174911 -0.521017134 -0.076543428 -0.850107312 49.193618774\n-0.864136815 0.041429222 0.501548588 165.159057617 -0.003061288 0.996154606 -0.087559372 -12.817673683 -0.503247440 -0.077198669 -0.860687017 48.084503174\n-0.873777390 0.044283297 0.484305948 165.788681030 -0.000212578 0.995810807 -0.091437109 -12.935165405 -0.486326247 -0.079998620 -0.870107532 46.970031738\n-0.882958770 0.042080704 0.467560738 166.406036377 -0.001696273 0.995681882 -0.092815183 -13.063953400 -0.469447494 -0.082745083 -0.879074693 45.843177795\n-0.891258597 0.039546821 0.451767921 167.002197266 -0.002628502 0.995723248 -0.092349105 -13.187313080 -0.453487933 -0.083494402 -0.887342930 44.696434021\n-0.898688912 0.037493549 0.436981231 167.574371338 -0.003467186 0.995700777 -0.092562959 -13.316057205 -0.438573062 -0.084700391 -0.894695282 43.556388855\n-0.905409813 0.035644498 0.423040062 168.131561279 -0.003753955 0.995757937 -0.091934942 -13.443250656 -0.424522460 -0.084826849 -0.901435256 42.391296387\n-0.911629796 0.033187322 0.409670174 168.674575806 -0.004860248 0.995794654 -0.091484576 -13.566398621 -0.410983503 -0.085391164 -0.907634735 41.210494995\n-0.917497873 0.028487576 0.396719366 169.202529907 -0.007157599 0.996087670 -0.088080406 -13.685906410 -0.397676468 -0.083653137 -0.913704395 40.027694702\n-0.922873497 0.025059879 0.384287179 169.719406128 -0.008004259 0.996416748 -0.084200062 -13.813205719 -0.385020226 -0.080781929 -0.919366002 38.866661072\n-0.927026868 0.024900302 0.374167383 170.220184326 -0.005903521 0.996700227 -0.080955371 -13.938459396 -0.374948531 -0.077256709 -0.923820853 37.633148193\n-0.930389047 0.029274948 0.365403056 170.701736450 -0.001032432 0.996592820 -0.082472667 -14.056572914 -0.366572440 -0.077108905 -0.927188754 36.433467865\n-0.932387710 0.034166072 0.359841675 171.157119751 0.003863118 0.996407807 -0.084596708 -14.164446831 -0.361439377 -0.077486813 -0.929170370 35.211494446\n-0.934569240 0.037524275 0.353796959 171.633575439 0.007231040 0.996220410 -0.086559646 -14.290464401 -0.355707854 -0.078337662 -0.931308270 34.017158508\n-0.936505079 0.034483481 0.348955095 172.091781616 0.004753781 0.996309936 -0.085696705 -14.405962944 -0.350622535 -0.078596525 -0.933213234 32.801403046\n-0.938442588 0.027384209 0.344348699 172.552963257 -0.000905176 0.996654451 -0.081725448 -14.526911736 -0.345434636 -0.077006325 -0.935278177 31.597396851\n-0.940423965 0.020440958 0.339389235 173.015258789 -0.007085034 0.996796310 -0.079667844 -14.645496368 -0.339930415 -0.077326126 -0.937266231 30.399833679\n-0.942127109 0.014027333 0.334962487 173.461807251 -0.014124836 0.996576369 -0.081461951 -14.752668381 -0.334958375 -0.081478804 -0.938703418 29.189327240\n-0.943668962 0.012229417 0.330665350 173.907943726 -0.016393121 0.996361732 -0.083633207 -14.871454239 -0.330485106 -0.084342681 -0.940035224 27.993396759\n-0.944193125 0.011332123 0.329197615 174.337066650 -0.018202940 0.996085763 -0.086497769 -14.980706215 -0.328889251 -0.087662950 -0.940291047 26.776435852\n-0.944486976 0.011477533 0.328348964 174.767868042 -0.018563587 0.995928824 -0.088210642 -15.103966713 -0.328024656 -0.089409113 -0.940428734 25.558135986\n-0.944182992 0.014517063 0.329101503 175.188796997 -0.016107883 0.995798945 -0.090138949 -15.225585938 -0.329027474 -0.090408795 -0.939982653 24.332542419\n-0.943985343 0.015553312 0.329621077 175.628448486 -0.015394053 0.995725513 -0.091069996 -15.358593941 -0.329628557 -0.091042936 -0.939710855 23.148048401\n-0.943521976 0.016658319 0.330891401 176.057846069 -0.014967817 0.995572150 -0.092800908 -15.485782623 -0.330972195 -0.092512406 -0.939094901 21.934425354\n-0.943188548 0.018040156 0.331768364 176.506057739 -0.013451220 0.995633066 -0.092378952 -15.616611481 -0.331986070 -0.091593437 -0.938827038 20.716720581\n-0.942176819 0.016710142 0.334699661 176.951736450 -0.015390280 0.995544672 -0.093026854 -15.741092682 -0.334762961 -0.092798851 -0.937721968 19.505775452\n-0.941021323 0.015719749 0.337982178 177.394042969 -0.016757304 0.995528936 -0.092958875 -15.870309830 -0.337932318 -0.093139939 -0.936550498 18.302375793\n-0.939024210 0.013993824 0.343566656 177.841812134 -0.018410284 0.995692194 -0.090873905 -16.001199722 -0.343358308 -0.091657944 -0.934721470 17.076766968\n-0.937401414 0.011508076 0.348060966 178.314849854 -0.020197019 0.995975077 -0.087325133 -16.131809235 -0.347665012 -0.088888489 -0.933396101 15.882461548\n-0.935288310 0.008809636 0.353777528 178.797607422 -0.022818590 0.996108472 -0.085130654 -16.249198914 -0.353150755 -0.087694399 -0.931447625 14.699256897\n-0.931493044 0.012657717 0.363539040 179.246932983 -0.019357029 0.996253550 -0.084285952 -16.373466492 -0.363243937 -0.085548811 -0.927758336 13.449920654\n-0.928365827 0.012724836 0.371450633 179.731964111 -0.020076474 0.996237695 -0.084305339 -16.491708755 -0.371125877 -0.085723586 -0.924617529 12.266792297\n-0.924236536 0.015974667 0.381486326 180.215103149 -0.018371096 0.996106744 -0.086219892 -16.617660522 -0.381378442 -0.086695895 -0.920344710 11.081207275\n-0.920434237 0.017254492 0.390516698 180.727539062 -0.017674729 0.996166527 -0.085673094 -16.730834961 -0.390497893 -0.085758716 -0.916600823 9.921783447\n-0.915016651 0.018692181 0.402982920 181.237808228 -0.017842496 0.996073306 -0.086715728 -16.857385635 -0.403021455 -0.086536556 -0.911090136 8.748924255\n-0.909305453 0.020612277 0.415618777 181.770858765 -0.017351352 0.996025801 -0.087358989 -16.982231140 -0.415767670 -0.086647548 -0.905333996 7.593688965\n-0.902839661 0.023158100 0.429353297 182.317703247 -0.015959838 0.996055543 -0.087284595 -17.105350494 -0.429681093 -0.085656404 -0.898908854 6.420974731\n-0.896597028 0.022342740 0.442283392 182.893081665 -0.016941298 0.996264875 -0.084671512 -17.225757599 -0.442523211 -0.083409086 -0.892869592 5.265228271\n-0.889518619 0.024933249 0.456217885 183.469024658 -0.015531465 0.996282756 -0.084731646 -17.350984573 -0.456634641 -0.082456119 -0.885824800 4.112564087\n-0.882875323 0.027351826 0.468810409 184.084243774 -0.013725501 0.996372938 -0.083979636 -17.464813232 -0.469406992 -0.080578193 -0.879297614 2.978591919\n-0.874897480 0.028935643 0.483443171 184.690124512 -0.011828860 0.996639132 -0.081059031 -17.588462830 -0.484163851 -0.076636918 -0.871614814 1.850082397\n-0.866997600 0.030671198 0.497367531 185.320220947 -0.009551878 0.996897697 -0.078126334 -17.706192017 -0.498220772 -0.072486140 -0.864014983 0.744033813\n-0.858627200 0.033801854 0.511484742 185.960937500 -0.005931881 0.997101426 -0.075852014 -17.823234558 -0.512566149 -0.068162672 -0.855937958 -0.345947266\n-0.849179387 0.037287783 0.526786387 186.614715576 -0.002327261 0.997230291 -0.074338987 -17.929557800 -0.528099298 -0.064353108 -0.846740603 -1.416702271\n-0.839201927 0.039761927 0.542364657 187.298507690 0.000009432 0.997324526 -0.073101431 -18.037002563 -0.543820202 -0.061341733 -0.836956978 -2.456558228\n-0.827750206 0.043194480 0.559431851 187.985687256 0.003257223 0.997385561 -0.072189994 -18.135749817 -0.561087489 -0.057933081 -0.825726867 -3.491806030\n-0.816274405 0.044583559 0.575941563 188.697219849 0.004653740 0.997492433 -0.070620082 -18.246112823 -0.577645898 -0.054965071 -0.814435124 -4.516983032\n-0.804276466 0.046943303 0.592398286 189.440551758 0.006084501 0.997473240 -0.070781887 -18.350013733 -0.594224155 -0.053323757 -0.802529812 -5.514953613\n-0.791818023 0.049300347 0.608764112 190.194808960 0.007661749 0.997460186 -0.070813015 -18.445938110 -0.610709071 -0.051406819 -0.790184617 -6.497665405\n-0.776854396 0.049990293 0.627692640 190.961364746 0.008551504 0.997589290 -0.068865716 -18.540523529 -0.629622042 -0.048130926 -0.775409102 -7.493499756\n-0.761659980 0.051615879 0.645917892 191.752807617 0.010550866 0.997678101 -0.067283876 -18.636360168 -0.647891045 -0.044432439 -0.760436058 -8.434173584\n-0.744305491 0.054310631 0.665627360 192.560562134 0.011539828 0.997584879 -0.068492249 -18.724573135 -0.667739689 -0.043297928 -0.743134737 -9.364929199\n-0.726915002 0.057169974 0.684344113 193.387313843 0.012152820 0.997443557 -0.070417449 -18.821613312 -0.686620414 -0.042870764 -0.725751400 -10.258621216\n-0.708687901 0.058086209 0.703126907 194.235610962 0.011853085 0.997444630 -0.070453346 -18.921560287 -0.705422521 -0.041595209 -0.707565427 -11.116058350\n-0.689702034 0.058419846 0.721732974 195.103302002 0.011214366 0.997482300 -0.070023403 -19.017797470 -0.724006593 -0.040201500 -0.688620806 -11.941284180\n-0.670513153 0.057842996 0.739639521 196.002670288 0.009554897 0.997546613 -0.069350548 -19.116291046 -0.741836309 -0.039433263 -0.669420838 -12.739196777\n-0.648488402 0.057945989 0.759015918 196.911758423 0.005828336 0.997447252 -0.071169071 -19.201711655 -0.761202335 -0.041728511 -0.647170663 -13.556427002\n-0.628273129 0.057833318 0.775840223 197.841812134 0.003508449 0.997433662 -0.071510382 -19.294748306 -0.777984858 -0.042206056 -0.626863599 -14.295410156\n-0.607384086 0.057803791 0.792302430 198.796325684 0.002054017 0.997460186 -0.071196802 -19.389745712 -0.794405520 -0.041616410 -0.605960131 -15.019027710\n-0.583230734 0.057560902 0.810264647 199.747833252 0.001757134 0.997573256 -0.069602445 -19.483600616 -0.812304735 -0.039170533 -0.581916451 -15.734680176\n-0.559607148 0.057962410 0.826728761 200.728912354 0.001352806 0.997613847 -0.069027558 -19.578334808 -0.828757048 -0.037509903 -0.558350205 -16.394317627\n-0.534257174 0.061586272 0.843075633 201.727249146 0.002707983 0.997462094 -0.071148083 -19.663230896 -0.845317721 -0.035728335 -0.533068061 -17.029235840\n-0.505978584 0.061845183 0.860326052 202.745513916 0.002342859 0.997521043 -0.070329651 -19.762672424 -0.862542868 -0.033569675 -0.504869103 -17.661529541\n-0.479509711 0.060878605 0.875422537 203.782501221 0.000529135 0.997610569 -0.069085978 -19.851169586 -0.877536654 -0.032664165 -0.478396058 -18.219940186\n-0.450634360 0.058684744 0.890777886 204.839752197 -0.000163981 0.997831464 -0.065820441 -19.948379517 -0.892708838 -0.029807005 -0.449647427 -18.769561768\n-0.421350002 0.059558928 0.904940426 205.904754639 0.000174216 0.997846484 -0.065592460 -20.039222717 -0.906898260 -0.027479718 -0.420452952 -19.263336182\n-0.389348626 0.062172748 0.918989778 207.001159668 0.000259518 0.997726679 -0.067389615 -20.128044128 -0.921090424 -0.025999555 -0.388479590 -19.749206543\n-0.357332706 0.063984856 0.931782901 208.103607178 0.001220190 0.997681677 -0.068042144 -20.211822510 -0.933976412 -0.023176722 -0.356582403 -20.183792114\n-0.325538754 0.064923875 0.943297207 209.220825195 0.002395909 0.997693300 -0.067840926 -20.293914795 -0.945525765 -0.019824795 -0.324943423 -20.578933716\n-0.292302608 0.064192884 0.954169035 210.344665527 0.003347005 0.997807145 -0.066103362 -20.393566132 -0.956320107 -0.016128570 -0.291876435 -20.931900024\n-0.258697748 0.062872157 0.963910103 211.476272583 0.004589151 0.997948289 -0.063860685 -20.479784012 -0.965947509 -0.012097078 -0.258455515 -21.242599487\n-0.223778367 0.061147895 0.972720027 212.638839722 0.004545349 0.998084605 -0.061696708 -20.564378738 -0.974629462 -0.009385034 -0.223627687 -21.526504517\n-0.189948082 0.060518119 0.979927242 213.790237427 0.004921314 0.998144567 -0.060689244 -20.641120911 -0.981781900 -0.006705274 -0.189893484 -21.746932983\n-0.155067921 0.059989318 0.986080885 214.948303223 0.005122581 0.998189986 -0.059920438 -20.721940994 -0.987890661 -0.004240453 -0.155094504 -21.933609009\n-0.117889404 0.058922566 0.991277039 216.136520386 0.005886665 0.998261988 -0.058637679 -20.812467575 -0.993009269 -0.001077448 -0.118031383 -22.108337402\n-0.082584977 0.059105199 0.994829834 217.300262451 0.006699843 0.998250127 -0.058752224 -20.889341354 -0.996561527 0.001813155 -0.082836390 -22.210311890\n-0.046840191 0.059035141 0.997156441 218.493865967 0.005431357 0.998252392 -0.058844894 -20.977302551 -0.998887658 0.002659612 -0.047078967 -22.279785156\n-0.013182163 0.058667701 0.998190641 219.658248901 0.004653309 0.998270035 -0.058610924 -21.052104950 -0.999902368 0.003872278 -0.013432264 -22.291381836\n0.020928204 0.057659075 0.998116970 220.853622437 0.003122167 0.998326957 -0.057736669 -21.133220673 -0.999776125 0.004324616 0.020713210 -22.281799316\n0.053610384 0.057784475 0.996888638 222.021820068 0.002012413 0.998315990 -0.057975437 -21.212354660 -0.998559892 0.005114241 0.053403854 -22.217636108\n0.085370839 0.057079211 0.994713008 223.188201904 0.003304091 0.998335958 -0.057570685 -21.294425964 -0.996343851 0.008201485 0.085040152 -22.111587524\n0.118226409 0.055603106 0.991428673 224.379806519 0.003643002 0.998399973 -0.056428511 -21.364515305 -0.992980003 0.010283118 0.117834687 -21.987854004\n0.148559570 0.054123737 0.987421274 225.549362183 0.005028470 0.998446882 -0.055484634 -21.443330765 -0.988890767 0.013207995 0.148056686 -21.810729980\n0.178602338 0.054503303 0.982410729 226.714752197 0.005714951 0.998390257 -0.056428820 -21.513669968 -0.983904839 0.015692756 0.178003371 -21.607330322\n0.209933400 0.053277433 0.976262987 227.900451660 0.008805729 0.998370707 -0.056377474 -21.598386765 -0.977675974 0.020432221 0.209122241 -21.379119873\n0.239316940 0.052661497 0.969512403 229.055969238 0.011123667 0.998313844 -0.056971718 -21.669624329 -0.970877826 0.024418831 0.238327622 -21.096191406\n0.269132018 0.050177794 0.961795330 230.220306396 0.014389356 0.998320878 -0.056109838 -21.750984192 -0.962995887 0.028940571 0.267958105 -20.779510498\n0.300008535 0.049824588 0.952634454 231.383972168 0.014845781 0.998270273 -0.056886736 -21.819637299 -0.953821003 0.031209109 0.298749924 -20.438888550\n0.328817904 0.048812725 0.943131089 232.502044678 0.017887695 0.998162270 -0.057897381 -21.899484634 -0.944224000 0.035908137 0.327340424 -20.052429199\n0.357679248 0.048392586 0.932589829 233.636581421 0.018088497 0.998109996 -0.058730010 -21.976928711 -0.933669329 0.037875656 0.356127918 -19.632339478\n0.385181606 0.046352614 0.921676040 234.740783691 0.018924985 0.998130977 -0.058106694 -22.053943634 -0.922646821 0.039824340 0.383584499 -19.174003601\n0.414118350 0.044945959 0.909112692 235.860443115 0.019323049 0.998120904 -0.058148492 -22.137018204 -0.910017908 0.041647188 0.412471712 -18.694366455\n0.441986978 0.046396866 0.895820856 236.950027466 0.020194842 0.997893691 -0.061647374 -22.213550568 -0.896794200 0.045338295 0.440119028 -18.168304443\n0.470036864 0.047210503 0.881383359 238.019897461 0.021588402 0.997654855 -0.064951472 -22.295146942 -0.882382810 0.049557246 0.467915356 -17.613258362\n0.496777833 0.045502916 0.866684079 239.065048218 0.022548638 0.997610748 -0.065301612 -22.380567551 -0.867584825 0.051982943 0.494564891 -17.023063660\n0.523200989 0.042838886 0.851131976 240.103088379 0.023118474 0.997654736 -0.064424828 -22.466848373 -0.851895750 0.053384010 0.520983577 -16.400825500\n0.548184574 0.040309511 0.835385442 241.129180908 0.022964783 0.997735798 -0.063212954 -22.555854797 -0.836042047 0.053836815 0.546017647 -15.740875244\n0.571008623 0.040275611 0.819955528 242.132202148 0.021597741 0.997713149 -0.064047381 -22.642187119 -0.820659935 0.054280795 0.568832874 -15.051261902\n0.591267407 0.040919494 0.805436850 243.103591919 0.019570198 0.997689903 -0.065053128 -22.723628998 -0.806238115 0.054226354 0.589100718 -14.330112457\n0.611006260 0.038941588 0.790667415 244.108581543 0.019161228 0.997769177 -0.063948959 -22.816326141 -0.791393876 0.054223377 0.608897090 -13.579505920\n0.628536820 0.036162291 0.776938796 245.059524536 0.019043608 0.997903585 -0.061853129 -22.904586792 -0.777546763 0.053672686 0.626530468 -12.805938721\n0.645823836 0.032900747 0.762777269 246.020751953 0.020503774 0.997963369 -0.060405008 -22.987716675 -0.763211131 0.054650806 0.643833876 -12.009979248\n0.661585927 0.030447843 0.749251008 246.940887451 0.021203289 0.998016238 -0.059279524 -23.069263458 -0.749569595 0.055105086 0.659627914 -11.198986053\n0.676881075 0.028084921 0.735556424 247.874572754 0.022492202 0.998016119 -0.058804125 -23.160022736 -0.735748649 0.056347683 0.674906552 -10.356452942\n0.691548169 0.027959114 0.721789062 248.769653320 0.022038190 0.997968733 -0.059772022 -23.237615585 -0.721994102 0.057242159 0.689527273 -9.501823425\n0.706868827 0.025657248 0.706879199 249.686798096 0.023344979 0.997951329 -0.059566788 -23.327505112 -0.706959367 0.058607984 0.704821706 -8.606163025\n0.721045673 0.023675667 0.692482948 250.555786133 0.022493927 0.998089433 -0.057545941 -23.408315659 -0.692522347 0.057069913 0.719135523 -7.695171356\n0.734734654 0.020963421 0.678030610 251.400543213 0.022809954 0.998193681 -0.055579823 -23.490814209 -0.677971005 0.056302268 0.732929349 -6.774635315\n0.748800457 0.019110397 0.662519932 252.260162354 0.023617610 0.998180091 -0.055485871 -23.563686371 -0.662374556 0.057194985 0.746986389 -5.817874908\n0.762032270 0.018656299 0.647270262 253.080322266 0.024496663 0.998038769 -0.057606485 -23.639587402 -0.647075534 0.059753962 0.760080755 -4.861309052\n0.774423599 0.017644091 0.632421434 253.894821167 0.024521125 0.998022854 -0.057871137 -23.728500366 -0.632192135 0.060324457 0.772459805 -3.863834381\n0.785738766 0.017071657 0.618322849 254.681015015 0.023840722 0.998040497 -0.057851307 -23.805635452 -0.618098855 0.060197279 0.783792138 -2.866756439\n0.796878457 0.013858769 0.603980780 255.478713989 0.024761505 0.998147547 -0.055572983 -23.890361786 -0.603632092 0.059240382 0.795059085 -1.843631744\n0.807541251 0.010601160 0.589715779 256.267944336 0.026815213 0.998144686 -0.054663427 -23.979366302 -0.589201212 0.059956327 0.805758774 -0.785850525\n0.817266881 0.009814709 0.576175809 257.014373779 0.026939508 0.998111069 -0.055213939 -24.060232162 -0.575629354 0.060646415 0.815458655 0.261159897\n0.826121807 0.006682712 0.563451946 257.752929688 0.030909838 0.997886717 -0.057154626 -24.141656876 -0.562643170 0.064632893 0.824169457 1.321578979\n0.834623039 0.004712859 0.550801396 258.488739014 0.031584006 0.997908711 -0.056397356 -24.227355957 -0.549915314 0.064467043 0.832728744 2.430400848\n0.842069864 0.001923260 0.539365053 259.181365967 0.033551008 0.997870326 -0.055938836 -24.304538727 -0.538323998 0.065200649 0.840211987 3.512819290\n0.848792255 0.000332241 0.528726459 259.878021240 0.034573600 0.997824669 -0.056129821 -24.391349792 -0.527594924 0.065922529 0.846934378 4.632867813\n0.854272604 -0.001674040 0.519822598 260.573577881 0.035635930 0.997830868 -0.055350408 -24.474229813 -0.518602371 0.065808699 0.852479219 5.750301361\n0.858188152 -0.002124999 0.513330817 261.250885010 0.034699410 0.997944355 -0.053879470 -24.552116394 -0.512161136 0.064051002 0.856497765 6.890939713\n0.861014605 -0.003199978 0.508570254 261.920410156 0.034791388 0.998008251 -0.052622601 -24.627431870 -0.507388949 0.063002691 0.859410942 8.022493362\n0.863700390 -0.003726227 0.503991902 262.602142334 0.034892771 0.998015463 -0.052417643 -24.708272934 -0.502796352 0.062858813 0.862116337 9.192714691\n0.866003513 -0.005221894 0.500010669 263.259307861 0.035863049 0.998018980 -0.051690843 -24.784795761 -0.498750210 0.062696360 0.864475191 10.331258774\n0.868217349 -0.007525293 0.496126950 263.928436279 0.037049100 0.998076975 -0.049696654 -24.861680984 -0.494798899 0.061528556 0.866826534 11.494218826\n0.870308518 -0.009266425 0.492419749 264.589721680 0.038364008 0.998060584 -0.049023356 -24.938625336 -0.491010487 0.061556641 0.868976116 12.663564682\n0.872585475 -0.011017391 0.488337219 265.252410889 0.040129650 0.997982919 -0.049190156 -25.015317917 -0.486810267 0.062519416 0.871267557 13.832687378\n0.874814510 -0.011767277 0.484315097 265.922393799 0.040508304 0.997980833 -0.048922155 -25.089015961 -0.482761502 0.062416594 0.873524785 15.013902664\n0.876907110 -0.012524126 0.480496705 266.583709717 0.040913112 0.997977376 -0.048654243 -25.170532227 -0.478915513 0.062323868 0.875645876 16.235115051\n0.879081905 -0.012606592 0.476503998 267.242919922 0.040414184 0.998021960 -0.048154321 -25.250114441 -0.474954396 0.061589114 0.877852559 17.423057556\n0.880980730 -0.012314225 0.472991914 267.891845703 0.039697498 0.998060346 -0.047955133 -25.329364777 -0.471483916 0.061024144 0.879760742 18.639869690\n0.882268727 -0.011543063 0.470604569 268.532714844 0.038666356 0.998098254 -0.048008479 -25.401029587 -0.469155431 0.060552943 0.881037176 19.843643188\n0.883167982 -0.010106755 0.468948007 269.178558350 0.036639046 0.998199582 -0.047489006 -25.481210709 -0.467623740 0.059122577 0.881948173 21.051349640\n0.883589983 -0.009366597 0.468167663 269.810913086 0.035887931 0.998213828 -0.047761418 -25.556720734 -0.466884106 0.059003077 0.882347941 22.259977341\n0.884126067 -0.007719901 0.467184752 270.430633545 0.034405153 0.998224854 -0.048615240 -25.636737823 -0.465980113 0.059055559 0.882822156 23.446531296\n0.884888291 -0.006108287 0.465763271 271.071502686 0.033370756 0.998176038 -0.050309349 -25.711025238 -0.464606404 0.060061026 0.883478105 24.653398514\n0.885247648 -0.004798700 0.465095192 271.698730469 0.032493856 0.998141706 -0.051549289 -25.790960312 -0.463983536 0.060746625 0.883758545 25.849512100\n0.885142207 -0.002979229 0.465311050 272.315490723 0.030668328 0.998178780 -0.051948112 -25.872035980 -0.464308858 0.060251776 0.883621573 27.043523788\n0.885402083 -0.002190269 0.464820772 272.943634033 0.029341040 0.998258054 -0.051185675 -25.955513000 -0.463898957 0.058958225 0.883924007 28.244705200\n0.885557353 -0.004068290 0.464512259 273.565948486 0.030669410 0.998291910 -0.049725663 -26.034214020 -0.463516533 0.058281243 0.884169519 29.432277679\n0.885603786 -0.007227117 0.464385271 274.195770264 0.033435911 0.998276591 -0.048227862 -26.108173370 -0.463236392 0.058237921 0.884319186 30.631278992\n0.885792732 -0.009505032 0.463983744 274.829681396 0.035456654 0.998254061 -0.047240473 -26.187847137 -0.462724626 0.058296580 0.884583235 31.820188522\n0.885832071 -0.010070007 0.463896722 275.456695557 0.037029691 0.998109996 -0.049043484 -26.260463715 -0.462526083 0.060622245 0.884530723 33.011753082\n0.885844469 -0.010170036 0.463870823 276.080993652 0.038188059 0.997965872 -0.051047254 -26.336570740 -0.462408096 0.062934257 0.884430885 34.206809998\n0.885961652 -0.011055143 0.463626713 276.710510254 0.038980473 0.997953296 -0.050693125 -26.415561676 -0.462117374 0.062984556 0.884579241 35.398017883\n0.885938466 -0.010557379 0.463682652 277.349121094 0.037929740 0.998041391 -0.049746778 -26.487892151 -0.462249279 0.061659943 0.884603679 36.628135681\n0.886057436 -0.011689452 0.463428110 277.991638184 0.038120653 0.998133600 -0.047708493 -26.563741684 -0.462005496 0.059938647 0.884849310 37.842498779\n0.886008024 -0.011945563 0.463516057 278.630279541 0.037788562 0.998202920 -0.046507288 -26.644775391 -0.462127537 0.058721434 0.884867191 39.067516327\n0.886260629 -0.012045219 0.463030189 279.271209717 0.038022473 0.998179913 -0.046810184 -26.716966629 -0.461623609 0.059091579 0.885105550 40.279712677\n0.886449933 -0.011264903 0.462687373 279.924285889 0.037397541 0.998178184 -0.047346588 -26.788688660 -0.461311102 0.059273753 0.885256290 41.519828796\n0.886655152 -0.011076706 0.462298602 280.560974121 0.037223920 0.998178542 -0.047476348 -26.862270355 -0.460930645 0.059303712 0.885452449 42.733367920\n0.886839628 -0.009685024 0.461975873 281.198486328 0.036112368 0.998175144 -0.048397623 -26.943574905 -0.460664093 0.059603970 0.885571003 43.962486267\n0.886788130 -0.007957063 0.462107599 281.842590332 0.034147762 0.998247027 -0.048340939 -27.023883820 -0.460912883 0.058648113 0.885505319 45.216148376\n0.886822760 -0.009391349 0.462014228 282.479187012 0.033380389 0.998483539 -0.043776538 -27.096649170 -0.460902482 0.054244250 0.885791421 46.441390991\n0.886760414 -0.012083738 0.462071329 283.116424561 0.033593908 0.998699427 -0.038352795 -27.165325165 -0.461006910 0.049532522 0.886013091 47.677917480\n0.886791229 -0.011825308 0.462018907 283.770507812 0.032114808 0.998832941 -0.036075629 -27.237642288 -0.461053103 0.046829201 0.886136055 48.974525452\n0.887160182 -0.011940855 0.461307108 284.413818359 0.032414064 0.998808444 -0.036482949 -27.304496765 -0.460321784 0.047319058 0.886490166 50.196769714\n0.887205839 -0.011101313 0.461240262 285.037780762 0.031712554 0.998813450 -0.036959957 -27.363409042 -0.460282683 0.047418196 0.886505127 51.425350189\n0.887601137 -0.012061165 0.460455030 285.671173096 0.031487405 0.998907447 -0.034531649 -27.424989700 -0.459535480 0.045148861 0.887011170 52.647262573\n0.888434052 -0.013340322 0.458810329 286.315002441 0.032085370 0.998937428 -0.033084676 -27.476186752 -0.457881451 0.044114653 0.887918055 53.875965118\n0.889227569 -0.014137848 0.457246661 286.936126709 0.032564424 0.998942971 -0.032442614 -27.536632538 -0.456304669 0.043738842 0.888747990 55.083980560\n0.890221655 -0.014382175 0.455300510 287.573211670 0.033360574 0.998875916 -0.033675116 -27.595762253 -0.454304397 0.045167405 0.889700770 56.315254211\n0.891742826 -0.014236249 0.452318549 288.200531006 0.032678604 0.998921454 -0.032985646 -27.654899597 -0.451361120 0.044195853 0.891246259 57.528915405\n0.893029749 -0.014273964 0.449771166 288.801635742 0.032126274 0.998968720 -0.032084040 -27.717674255 -0.448849350 0.043101475 0.892567396 58.740661621\n0.894279599 -0.015201066 0.447250396 289.408416748 0.031682819 0.999065638 -0.029393902 -27.773487091 -0.446385682 0.040456519 0.893925667 59.974266052\n0.895590246 -0.017217552 0.444546580 290.003875732 0.032347184 0.999126136 -0.026470374 -27.830589294 -0.443702340 0.038086440 0.895364523 61.174133301\n0.896900475 -0.019088963 0.441820234 290.589782715 0.033166632 0.999157786 -0.024159793 -27.882833481 -0.440986961 0.036322620 0.896778226 62.367221832\n0.898369968 -0.020019330 0.438783079 291.167083740 0.034067012 0.999127388 -0.024164384 -27.932456970 -0.437916458 0.036656585 0.898268044 63.548912048\n0.899931431 -0.020716805 0.435539007 291.762390137 0.035074566 0.999073207 -0.024950918 -27.979068756 -0.434618443 0.037730455 0.899824023 64.747322083\n0.901286602 -0.020121161 0.432755798 292.323150635 0.034890059 0.999047339 -0.026213294 -28.033176422 -0.431816071 0.038724568 0.901130021 65.915565491\n0.902308047 -0.019971386 0.430629015 292.880187988 0.034459725 0.999071181 -0.025870189 -28.085584641 -0.429712385 0.038182236 0.902158201 67.086753845\n0.903105438 -0.019695930 0.428966939 293.433044434 0.033539534 0.999131262 -0.024735976 -28.136663437 -0.428107083 0.036726546 0.902981460 68.244445801\n0.903666377 -0.017664649 0.427872717 293.978546143 0.032475568 0.999098480 -0.027340738 -28.183492661 -0.427004009 0.038602315 0.903425395 69.406730652\n0.903796136 -0.016654236 0.427639097 294.521423340 0.033634797 0.998915911 -0.032183263 -28.237680435 -0.426639497 0.043470662 0.903376460 70.547668457\n0.903828561 -0.011943768 0.427728027 295.058807373 0.030577922 0.998857558 -0.036722116 -28.291687012 -0.426800787 0.046269532 0.903161228 71.691795349\n0.903190136 -0.009011287 0.429146141 295.591247559 0.028027307 0.998884141 -0.038012125 -28.347354889 -0.428324729 0.046359986 0.902434886 72.820243835\n0.901410460 -0.005943045 0.432924807 296.125000000 0.024620097 0.998991489 -0.037548698 -28.412633896 -0.432265013 0.044505440 0.900647640 73.957641602\n0.898685038 -0.000180245 0.438594639 296.662719727 0.019073678 0.999069929 -0.038671598 -28.468942642 -0.438179731 0.043119196 0.897852600 75.076370239\n0.895073056 0.003138502 0.445908546 297.202362061 0.015867457 0.999117792 -0.038883008 -28.534727097 -0.445637196 0.041878566 0.894233584 76.199417114\n0.890781581 0.004515382 0.454409242 297.756317139 0.014728716 0.999138415 -0.038801059 -28.594444275 -0.454192936 0.041256133 0.889947593 77.289489746\n0.886050642 0.005455102 0.463556379 298.322296143 0.014052318 0.999155223 -0.038617872 -28.649654388 -0.463375449 0.040731434 0.885225475 78.386932373\n0.880294681 0.005745010 0.474392563 298.893768311 0.013707474 0.999201238 -0.037536509 -28.705205917 -0.474229276 0.039545916 0.879512787 79.462768555\n0.874238551 0.003980499 0.485480249 299.497070312 0.015734129 0.999208808 -0.036526162 -28.765319824 -0.485241532 0.039571188 0.873484254 80.538612366\n0.867283106 0.004644910 0.497793555 300.106964111 0.014900129 0.999266267 -0.035283972 -28.818826675 -0.497592181 0.038018383 0.866577566 81.596786499\n0.859121084 0.005396225 0.511743903 300.708770752 0.014898119 0.999256909 -0.035548061 -28.873405457 -0.511555433 0.038164113 0.858402312 82.647781372\n0.850018740 0.008003326 0.526691675 301.340606689 0.012349015 0.999306977 -0.035114810 -28.924007416 -0.526607692 0.036352370 0.849330842 83.692520142\n0.840186536 0.012466430 0.542154193 301.993743896 0.009537793 0.999241412 -0.037757706 -28.976072311 -0.542213619 0.036894470 0.839430273 84.709335327\n0.828833997 0.015006697 0.559293330 302.663909912 0.008676490 0.999175251 -0.039667360 -29.032382965 -0.559427381 0.037730359 0.828020215 85.717651367\n0.816428840 0.017832063 0.577170670 303.360137939 0.006714384 0.999162316 -0.040367510 -29.088672638 -0.577407002 0.036832545 0.815625191 86.714752197\n0.802577257 0.018880080 0.596249402 304.079772949 0.005714611 0.999209881 -0.039331831 -29.145294189 -0.596520841 0.034974165 0.801835179 87.709548950\n0.787965298 0.020894276 0.615365028 304.798278809 0.002903012 0.999286890 -0.037647329 -29.207515717 -0.615712821 0.031451199 0.787342727 88.654708862\n0.771946728 0.023229573 0.635262728 305.543334961 0.000322505 0.999317646 -0.036933824 -29.267665863 -0.635687172 0.028715823 0.771412492 89.590171814\n0.755199254 0.026422746 0.654962599 306.307403564 -0.002012583 0.999275982 -0.037992582 -29.325649261 -0.655492246 0.027373804 0.754705667 90.490882874\n0.737112105 0.029163789 0.675140917 307.100036621 -0.003414399 0.999216318 -0.039434940 -29.380470276 -0.675761878 0.026762770 0.736634016 91.370674133\n0.717491210 0.032426368 0.695812404 307.911071777 -0.005849552 0.999161124 -0.040531278 -29.438882828 -0.696543038 0.025010645 0.717079043 92.235595703\n0.696247578 0.035397440 0.716928482 308.752075195 -0.008214277 0.999110878 -0.041352522 -29.495168686 -0.717754841 0.022902546 0.695919275 93.063369751\n0.673084974 0.036491647 0.738664269 309.598297119 -0.009349065 0.999121964 -0.040839788 -29.560785294 -0.739506006 0.020582827 0.672835171 93.861061096\n0.648261368 0.037352219 0.760501206 310.475341797 -0.010687245 0.999144018 -0.039963279 -29.623275757 -0.761342883 0.017778991 0.648105621 94.625175476\n0.621436298 0.037702363 0.782557070 311.361480713 -0.011704188 0.999176741 -0.038844347 -29.689674377 -0.783377349 0.014980094 0.621365964 95.367103577\n0.594429493 0.038898669 0.803206444 312.278472900 -0.012645537 0.999158025 -0.039029866 -29.744953156 -0.804048359 0.013043529 0.594420910 96.055480957\n0.566008568 0.040800862 0.823389113 313.206390381 -0.013723561 0.999102473 -0.040074117 -29.811271667 -0.824285150 0.011382463 0.566060424 96.722259521\n0.536950171 0.043245275 0.842504859 314.148620605 -0.014593553 0.999011934 -0.041977841 -29.872037888 -0.843487799 0.010244872 0.537050724 97.339462280\n0.508046031 0.043899659 0.860210478 315.120758057 -0.014399257 0.998993635 -0.042477969 -29.929496765 -0.861209571 0.009194373 0.508166909 97.919403076\n0.477517962 0.043588370 0.877540112 316.091857910 -0.015242693 0.999029338 -0.041328479 -29.990186691 -0.878489792 0.006359020 0.477718890 98.473632812\n0.446712732 0.043079004 0.893639743 317.085418701 -0.014381982 0.999056816 -0.040971499 -30.044158936 -0.894561887 0.005450181 0.446910977 98.984054565\n0.415330648 0.044992264 0.908557177 318.082733154 -0.015922075 0.998982668 -0.042191692 -30.109231949 -0.909531176 0.003057388 0.415624499 99.453155518\n0.382937908 0.047877271 0.922532558 319.097991943 -0.015632462 0.998848915 -0.045348961 -30.166942596 -0.923641801 0.002944385 0.383245528 99.897033691\n0.350096226 0.050937016 0.935327828 320.129425049 -0.015135193 0.998697639 -0.048722927 -30.222663879 -0.936591506 0.002901348 0.350411177 100.292098999\n0.317194223 0.051378541 0.946967840 321.163574219 -0.014685281 0.998677790 -0.049265157 -30.287723541 -0.948246896 0.001720139 0.317529321 100.649719238\n0.284125507 0.049969960 0.957484126 322.218322754 -0.016117346 0.998748779 -0.047340825 -30.348930359 -0.958651721 -0.001981358 0.284575403 100.960220337\n0.249972820 0.048145510 0.967055202 323.268524170 -0.015567618 0.998833716 -0.045703579 -30.408031464 -0.968127787 -0.003630088 0.250430763 101.239242554\n0.215122223 0.048039604 0.975404859 324.347839355 -0.017645225 0.998817503 -0.045301110 -30.469024658 -0.976427674 -0.007465964 0.215715528 101.500030518\n0.180159867 0.049563326 0.982387900 325.413635254 -0.016915495 0.998738170 -0.047286097 -30.534473419 -0.983491957 -0.008098515 0.180770934 101.705352783\n0.145342886 0.054970495 0.987853110 326.476898193 -0.019044198 0.998425782 -0.052756853 -30.590484619 -0.989198089 -0.011145033 0.146160960 101.864837646\n0.109770238 0.059362423 0.992182851 327.584197998 -0.019788181 0.998147666 -0.057530038 -30.662664413 -0.993760109 -0.013318399 0.110741615 102.022186279\n0.074662447 0.060670864 0.995361626 328.658020020 -0.020872664 0.998023868 -0.059267476 -30.730449677 -0.996990502 -0.016350783 0.075781286 102.112365723\n0.039275765 0.057819147 0.997554243 329.734436035 -0.021709876 0.998138189 -0.056998234 -30.802982330 -0.998992562 -0.019418130 0.040457904 102.163238525\n0.003127098 0.053113062 0.998583615 330.832885742 -0.022735823 0.998334110 -0.053028595 -30.876573563 -0.999736607 -0.022537794 0.004329443 102.199096680\n-0.032845140 0.050534088 0.998182118 331.907897949 -0.024517607 0.998379648 -0.051350839 -30.947731018 -0.999159694 -0.026159657 -0.031552911 102.180633545\n-0.069257259 0.053262904 0.996176004 332.992065430 -0.023106342 0.998220146 -0.054978628 -31.014209747 -0.997331262 -0.026825648 -0.067903280 102.123504639\n-0.106132746 0.056220725 0.992761433 334.051879883 -0.022314817 0.998014212 -0.058903798 -31.081722260 -0.994101644 -0.028404906 -0.104667425 102.025085449\n-0.142535090 0.055487480 0.988233268 335.119689941 -0.024152165 0.997935116 -0.059515748 -31.154693604 -0.989495099 -0.032351051 -0.140900612 101.885192871\n-0.179175615 0.052284479 0.982427001 336.175170898 -0.025564829 0.998002172 -0.057775918 -31.230997086 -0.983485103 -0.035467599 -0.177481055 101.706054688\n-0.215016484 0.050062716 0.975326419 337.221008301 -0.026467362 0.998019695 -0.057062432 -31.300769806 -0.976251721 -0.038083687 -0.213265657 101.478881836\n-0.250913739 0.047132913 0.966861308 338.252105713 -0.027956702 0.998044431 -0.055908184 -31.371479034 -0.967605650 -0.041058380 -0.249105334 101.224884033\n-0.286317945 0.044564176 0.957097769 339.276763916 -0.027000893 0.998145759 -0.054552820 -31.438552856 -0.957754195 -0.041461941 -0.284583807 100.939086914\n-0.320398927 0.041710213 0.946364045 340.280853271 -0.026281947 0.998254180 -0.052895185 -31.505298615 -0.946918130 -0.041819844 -0.318743348 100.594177246\n-0.354419470 0.038946629 0.934275270 341.279388428 -0.025437405 0.998360932 -0.051267866 -31.573669434 -0.934740663 -0.041935857 -0.352847815 100.219757080\n-0.389104962 0.037583090 0.920426428 342.269561768 -0.026578587 0.998293400 -0.051998515 -31.634777069 -0.920809925 -0.044696514 -0.387441993 99.826751709\n-0.422049403 0.037206523 0.905809283 343.230346680 -0.026764506 0.998210549 -0.053472508 -31.695632935 -0.906177938 -0.046811562 -0.420298338 99.380187988\n-0.454890132 0.037319358 0.889765322 344.179626465 -0.024728695 0.998206973 -0.054510199 -31.760019302 -0.890204251 -0.046798885 -0.453151703 98.906097412\n-0.486404777 0.035249576 0.873022377 345.115753174 -0.025053237 0.998212337 -0.054262731 -31.827707291 -0.873374462 -0.048265684 -0.484652162 98.384429932\n-0.520835161 0.034178618 0.852972806 346.136535645 -0.025285495 0.998142064 -0.055435169 -31.892295837 -0.853282750 -0.050440427 -0.519003272 97.850982666\n-0.553358078 0.034384217 0.832233727 347.043090820 -0.025520509 0.997978628 -0.058200832 -31.958946228 -0.832552671 -0.053444911 -0.551362038 97.265716553\n-0.584529281 0.033379693 0.810685754 347.927124023 -0.027546693 0.997760952 -0.060944457 -32.023773193 -0.810904920 -0.057955530 -0.582301021 96.635833740\n-0.615635633 0.032108318 0.787376702 348.824462891 -0.027968800 0.997649789 -0.062551312 -32.092670441 -0.787534654 -0.060530785 -0.613290668 95.965270996\n-0.645997047 0.030372921 0.762735307 349.676635742 -0.028208140 0.997575760 -0.063615330 -32.164043427 -0.762818456 -0.062610663 -0.643574238 95.269805908\n-0.675271511 0.027792851 0.737045646 350.502136230 -0.029518265 0.997470856 -0.064657331 -32.245880127 -0.736978590 -0.065417543 -0.672743320 94.552459717\n-0.703845859 0.026638918 0.709853113 351.358215332 -0.029132301 0.997373402 -0.066314563 -32.333080292 -0.709755123 -0.067354888 -0.701221108 93.753143311\n-0.730945945 0.024716523 0.681987941 352.130249023 -0.029988993 0.997215211 -0.068282761 -32.411506653 -0.681776464 -0.070363127 -0.728169203 92.949157715\n-0.756730676 0.023239765 0.653313577 352.874328613 -0.030314151 0.997045398 -0.070579812 -32.496318817 -0.653023601 -0.073214561 -0.753790379 92.108489990\n-0.781117797 0.021915095 0.623999238 353.593017578 -0.028686302 0.997068942 -0.070926756 -32.580604553 -0.623724639 -0.073302373 -0.778199673 91.246398926\n-0.804191113 0.019713130 0.594044268 354.260894775 -0.027215565 0.997180283 -0.069934279 -32.667720795 -0.593747854 -0.072407752 -0.801387072 90.354171753\n-0.826237321 0.019469539 0.562985539 354.894866943 -0.024037261 0.997273803 -0.069765449 -32.757923126 -0.562809050 -0.071175456 -0.823516846 89.423583984\n-0.847335458 0.019025372 0.530717194 355.493377686 -0.021865996 0.997260690 -0.070661150 -32.839870453 -0.530607760 -0.071478359 -0.844598293 88.485580444\n-0.866786361 0.015022043 0.498453915 356.071746826 -0.021990689 0.997422397 -0.068300292 -32.943199158 -0.498195142 -0.070163086 -0.864221811 87.514511108\n-0.884959698 0.014777619 0.465433031 356.623992920 -0.017622389 0.997717619 -0.065184444 -33.027709961 -0.465333998 -0.065887645 -0.882679462 86.509475708\n-0.900813103 0.009804044 0.434096813 357.105743408 -0.018936908 0.997906744 -0.061834443 -33.111225128 -0.433794349 -0.063921712 -0.898741841 85.520950317\n-0.915624976 0.007113700 0.401971072 357.556640625 -0.019343326 0.997905970 -0.061720945 -33.199573517 -0.401568383 -0.064288683 -0.913570046 84.524124146\n-0.928980350 0.011775390 0.369941831 357.972747803 -0.013503157 0.997750223 -0.065667257 -33.281536102 -0.369882792 -0.065998971 -0.926731348 83.503524780\n-0.940273166 0.008961083 0.340303659 358.350830078 -0.016407501 0.997298777 -0.071596086 -33.360305786 -0.340025991 -0.072903395 -0.937586188 82.484024048\n-0.949544549 0.008964605 0.313503593 358.700469971 -0.015151287 0.997113168 -0.074402809 -33.450027466 -0.313265532 -0.075398773 -0.946667552 81.470932007\n-0.957074761 0.011874449 0.289598078 359.027252197 -0.009948715 0.997225761 -0.073768348 -33.548446655 -0.289670616 -0.073482946 -0.954301476 80.390975952\n-0.963595390 0.014216397 0.266986996 359.321166992 -0.005164837 0.997409284 -0.071750231 -33.636966705 -0.267315328 -0.070517130 -0.961025596 79.350677490\n-0.968545198 0.015941886 0.248327076 359.588500977 -0.001571693 0.997533917 -0.070168860 -33.723712921 -0.248833299 -0.068351991 -0.966131568 78.301063538\n-0.972056866 0.017560139 0.234088108 359.841705322 0.001244592 0.997569680 -0.069664575 -33.814826965 -0.234742522 -0.067426585 -0.969716430 77.215332031\n-0.974774122 0.019085212 0.222377464 360.080322266 0.003479124 0.997515619 -0.070359826 -33.896232605 -0.223167822 -0.067811236 -0.972418785 76.161689758\n-0.976920605 0.019137941 0.212744951 360.312957764 0.004056233 0.997460783 -0.071102656 -33.986183167 -0.213565499 -0.068598695 -0.974517584 75.103881836\n-0.978617907 0.019884532 0.204723373 360.547821045 0.005190026 0.997386396 -0.072065592 -34.067771912 -0.205621302 -0.069462150 -0.976163387 73.975715637\n-0.980359077 0.019234197 0.196281284 360.770263672 0.005309497 0.997446239 -0.071223624 -34.154029846 -0.197149962 -0.068782561 -0.977957606 72.908943176\n-0.981905460 0.019639332 0.188350350 360.978698730 0.006326840 0.997454703 -0.071021818 -34.239002228 -0.189265773 -0.068545051 -0.979530454 71.859550476\n-0.983478189 0.019232906 0.180002972 361.179840088 0.006397745 0.997411788 -0.071615964 -34.324821472 -0.180914462 -0.069281116 -0.981055737 70.793510437\n-0.984866023 0.020019524 0.172157347 361.367279053 0.007754350 0.997401595 -0.071623489 -34.416236877 -0.173143879 -0.069204569 -0.982462168 69.717903137\n-0.986280799 0.019528789 0.163917661 361.552978516 0.007895531 0.997421980 -0.071323827 -34.504604340 -0.164887935 -0.069051102 -0.983892322 68.647956848\n-0.987534523 0.019291481 0.156216145 361.725738525 0.008259259 0.997444630 -0.070965022 -34.591670990 -0.157185972 -0.068790182 -0.985170364 67.542114258\n-0.988762259 0.019321930 0.148244783 361.890045166 0.009011879 0.997512817 -0.069906488 -34.677310944 -0.149226800 -0.067784905 -0.986477256 66.475753784\n-0.989787340 0.018806858 0.141307101 362.046844482 0.009129654 0.997587144 -0.068822205 -34.777248383 -0.142260477 -0.066829249 -0.987570882 65.416137695\n-0.990472794 0.020848379 0.136122033 362.185943604 0.011534438 0.997559845 -0.068857037 -34.864177704 -0.137225434 -0.066630922 -0.988296390 64.352012634\n-0.990961552 0.022101119 0.132314563 362.341461182 0.013087582 0.997557819 -0.068608150 -34.955318451 -0.133507743 -0.066256344 -0.988830686 63.291355133\n-0.991152048 0.025252065 0.130309418 362.471008301 0.016646108 0.997633278 -0.066714138 -35.044342041 -0.131685674 -0.063954696 -0.989226580 62.251880646\n-0.991134286 0.027206345 0.130048379 362.608947754 0.018873060 0.997714162 -0.064886741 -35.126308441 -0.131516442 -0.061857067 -0.989382267 61.194717407\n-0.990939379 0.029371750 0.131060228 362.746063232 0.021034461 0.997692704 -0.064551301 -35.209270477 -0.132653818 -0.061209638 -0.989270806 60.163669586\n-0.990361452 0.034293946 0.134194240 362.876220703 0.025732178 0.997551858 -0.065023907 -35.289695740 -0.136095643 -0.060944058 -0.988819361 59.137138367\n-0.989544272 0.036810894 0.139453337 363.015228271 0.027676802 0.997376978 -0.066881999 -35.370620728 -0.141549528 -0.062323075 -0.987967491 58.124279022\n-0.988410473 0.037613343 0.147072718 363.162628174 0.027722258 0.997249782 -0.068734258 -35.454071045 -0.149253562 -0.063860461 -0.986734748 57.132438660\n-0.986704707 0.038529277 0.157891303 363.317749023 0.027776061 0.997177362 -0.069755323 -35.533210754 -0.160133258 -0.064442299 -0.984989762 56.144618988\n-0.984675765 0.038092017 0.170184791 363.484558105 0.026999025 0.997385740 -0.067028046 -35.614131927 -0.172293112 -0.061406061 -0.983130097 55.195209503\n-0.982192039 0.036840074 0.184232861 363.666992188 0.025531422 0.997662663 -0.063382879 -35.697486877 -0.186137274 -0.057550430 -0.980836987 54.255889893\n-0.978961349 0.035391506 0.200953603 363.860778809 0.023000685 0.997706294 -0.063664190 -35.773956299 -0.202745840 -0.057702705 -0.977530003 53.345630646\n-0.974692225 0.036448322 0.220559701 364.069305420 0.022591351 0.997627795 -0.065026581 -35.843978882 -0.222406596 -0.058398165 -0.973203421 52.482818604\n-0.968845725 0.040544577 0.244324356 364.280792236 0.025482787 0.997592509 -0.064496577 -35.919116974 -0.246351138 -0.056261156 -0.967546463 51.636108398\n-0.961788535 0.040530704 0.270777404 364.515441895 0.023951933 0.997646093 -0.064254291 -35.987689972 -0.272744298 -0.055313386 -0.960495353 50.831489563\n-0.952934265 0.042209253 0.300224751 364.769592285 0.023847379 0.997628510 -0.064565532 -36.053886414 -0.302238017 -0.054367129 -0.951680899 50.036636353\n-0.941351652 0.045298722 0.334372848 365.042175293 0.024705084 0.997540832 -0.065588929 -36.124244690 -0.336521685 -0.053481530 -0.940155864 49.261993408\n-0.927064538 0.046636131 0.371989995 365.349822998 0.023394231 0.997495234 -0.066752762 -36.190322876 -0.374171346 -0.053181697 -0.925833464 48.549468994\n-0.908811927 0.047527060 0.414490700 365.682617188 0.022325518 0.997606814 -0.065438457 -36.253822327 -0.416608840 -0.050217513 -0.907698035 47.831863403\n-0.886587739 0.044593006 0.460406363 366.057800293 0.017442439 0.997857332 -0.063059963 -36.316902161 -0.462231874 -0.047877569 -0.885465860 47.131561279\n-0.861375093 0.039415430 0.506438017 366.469543457 0.010382387 0.998142838 -0.060025319 -36.378890991 -0.507863402 -0.046446279 -0.860184550 46.503265381\n-0.831674814 0.033340514 0.554261088 366.917419434 0.002479728 0.998408735 -0.056336507 -36.433162689 -0.555257440 -0.045479238 -0.830434084 45.886291504\n-0.798085928 0.026201844 0.601973712 367.390258789 -0.005843632 0.998670518 -0.051216073 -36.480361938 -0.602515340 -0.044392541 -0.796871781 45.313232422\n-0.759824514 0.018382197 0.649868190 367.872375488 -0.014296868 0.998885989 -0.044970393 -36.531547546 -0.649970949 -0.043460689 -0.758715272 44.781890869\n-0.717532516 0.011497211 0.696430147 368.399169922 -0.021190103 0.999040604 -0.038325116 -36.565338135 -0.696202636 -0.042256944 -0.716600537 44.277160645\n-0.672308683 0.005372309 0.740251780 368.959228516 -0.026601644 0.999152482 -0.031411298 -36.595863342 -0.739793122 -0.040809989 -0.671595931 43.813171387\n-0.624067903 -0.000845721 0.781369805 369.530609131 -0.033499531 0.999108911 -0.025674161 -36.617832184 -0.780651867 -0.042197939 -0.623540163 43.397247314\n-0.572419763 -0.001185972 0.819959939 370.122711182 -0.034213960 0.999162555 -0.022439834 -36.659088135 -0.819246650 -0.040899079 -0.571980953 43.003631592\n-0.517226696 -0.000426872 0.855848610 370.757507324 -0.036394719 0.999106288 -0.021496588 -36.678733826 -0.855074525 -0.042266969 -0.516780019 42.638916016\n-0.460094810 0.000425053 0.887869835 371.408355713 -0.038843472 0.999032795 -0.020606982 -36.703838348 -0.887019873 -0.043969106 -0.459633350 42.339141846\n-0.399750710 -0.001092297 0.916623473 372.122741699 -0.040454436 0.999045908 -0.016452152 -36.710060120 -0.915731013 -0.043658234 -0.399413466 42.033966064\n-0.339579105 -0.005991083 0.940558434 372.840454102 -0.039777715 0.999176562 -0.007996877 -36.732074738 -0.939736009 -0.040128838 -0.339537859 41.803558350\n-0.280031323 -0.015779577 0.959861219 373.615783691 -0.041723948 0.999120116 0.004252365 -36.732917786 -0.959083736 -0.038858403 -0.280443311 41.597534180\n-0.221425176 -0.023231968 0.974900723 374.424102783 -0.038980164 0.999128044 0.014955912 -36.729267120 -0.974398077 -0.034690171 -0.222137690 41.418670654\n-0.166464806 -0.027112810 0.985674679 375.276092529 -0.034958590 0.999155760 0.021579688 -36.715488434 -0.985427618 -0.030865537 -0.167272091 41.278411865\n-0.116746664 -0.024958253 0.992848039 376.074707031 -0.031636182 0.999270320 0.021399673 -36.709915161 -0.992657721 -0.028911581 -0.117451072 41.236450195\n-0.066731691 -0.016190410 0.997639596 376.925811768 -0.029311009 0.999468625 0.014259488 -36.692420959 -0.997340322 -0.028290262 -0.067170739 41.182098389\n-0.021275520 -0.005515213 0.999758482 377.810363770 -0.027348954 0.999613762 0.004932413 -36.679481506 -0.999399602 -0.027237410 -0.021418095 41.162658691\n0.019823730 0.003131706 0.999798596 378.704437256 -0.024633393 0.999693036 -0.002642951 -36.671443939 -0.999500036 -0.024576038 0.019894779 41.174896240\n0.056042373 0.005600231 0.998412728 379.604797363 -0.021935152 0.999749839 -0.004376477 -36.679756165 -0.998187482 -0.021655066 0.056151211 41.238677979\n0.092371404 0.006265646 0.995705009 380.530792236 -0.020418350 0.999781847 -0.004397092 -36.683238983 -0.995515347 -0.019924484 0.092479169 41.323944092\n0.126602888 0.007205442 0.991927445 381.459991455 -0.018147437 0.999823093 -0.004946579 -36.697044373 -0.991787612 -0.017374687 0.126711249 41.454101562\n0.161152482 0.010298586 0.986875772 382.417327881 -0.017968701 0.999810398 -0.007499356 -36.700618744 -0.986765921 -0.016524337 0.161306977 41.595764160\n0.192574501 0.012671679 0.981200635 383.360534668 -0.019795626 0.999763310 -0.009026235 -36.714633942 -0.981082737 -0.017685257 0.192779720 41.785797119\n0.221805274 0.014518091 0.974982977 384.292022705 -0.020190183 0.999743164 -0.010293589 -36.727149963 -0.974882007 -0.017401909 0.222041428 42.011718750\n0.252584457 0.015657140 0.967448294 385.257385254 -0.021752736 0.999708235 -0.010499960 -36.746250153 -0.967330396 -0.018392516 0.252851307 42.259887695\n0.282386124 0.016782034 0.959154010 386.190826416 -0.023313060 0.999671698 -0.010627325 -36.766963959 -0.959017515 -0.019359808 0.282684684 42.544860840\n0.312058210 0.017884709 0.949894726 387.115936279 -0.023462418 0.999662936 -0.011113906 -36.784923553 -0.949773312 -0.018818639 0.312372625 42.853881836\n0.340906262 0.019079592 0.939903677 388.037841797 -0.023661707 0.999651432 -0.011710263 -36.794528961 -0.939799488 -0.018247625 0.341238856 43.191085815\n0.368271053 0.020383826 0.929495037 388.939697266 -0.025104916 0.999613106 -0.011974810 -36.810474396 -0.929379463 -0.018924916 0.368640304 43.562637329\n0.395826757 0.021855686 0.918065071 389.843444824 -0.027198730 0.999557197 -0.012068885 -36.831089020 -0.917922318 -0.020193016 0.396245956 43.966979980\n0.426023126 0.019528681 0.904501557 390.760925293 -0.023342934 0.999671459 -0.010588855 -36.853324890 -0.904411197 -0.016602620 0.426339030 44.369262695\n0.456841767 0.018292179 0.889359891 391.638031006 -0.021059100 0.999730766 -0.009744735 -36.873573303 -0.889298677 -0.014277317 0.457103968 44.819961548\n0.487655044 0.018674619 0.872836709 392.497161865 -0.018758187 0.999764502 -0.010910055 -36.894683838 -0.872834921 -0.011052489 0.487890542 45.302413940\n0.519821465 0.019570839 0.854050756 393.333557129 -0.015983012 0.999785364 -0.013182268 -36.925266266 -0.854125440 -0.006797876 0.520022690 45.806427002\n0.552538157 0.020871436 0.833226264 394.154693604 -0.014975270 0.999773622 -0.015112706 -36.939720154 -0.833353102 -0.004127442 0.552725613 46.353546143\n0.584603488 0.021342088 0.811038435 394.962951660 -0.015509868 0.999765277 -0.015128696 -36.966892242 -0.811170936 -0.003734809 0.584797263 46.941543579\n0.615014732 0.019700697 0.788269520 395.729949951 -0.013316399 0.999804795 -0.014597888 -36.994384766 -0.788403213 -0.001518996 0.615157008 47.558624268\n0.645391226 0.021489196 0.763549805 396.476959229 -0.015630264 0.999766409 -0.014925734 -37.012538910 -0.763692260 -0.002301547 0.645576358 48.188079834\n0.674752474 0.021394685 0.737733960 397.213897705 -0.014771924 0.999770999 -0.015483079 -37.038658142 -0.737896264 -0.000450503 0.674914002 48.861648560\n0.702140927 0.021882929 0.711701691 397.919311523 -0.013919829 0.999758482 -0.017007073 -37.063606262 -0.711901963 0.002034596 0.702275932 49.567527771\n0.727087319 0.024146074 0.686120272 398.593780518 -0.015934659 0.999705613 -0.018295741 -37.091728210 -0.686360061 0.002369510 0.727258086 50.294158936\n0.749339700 0.025763080 0.661684513 399.246002197 -0.016830198 0.999661028 -0.019862659 -37.117191315 -0.661971927 0.003747599 0.749519289 51.050895691\n0.768925250 0.027052229 0.638766170 399.879547119 -0.017707881 0.999622226 -0.021018608 -37.144485474 -0.639093459 0.004850546 0.769113839 51.825416565\n0.786230803 0.029779878 0.617214918 400.507080078 -0.019583892 0.999537170 -0.023279792 -37.187286377 -0.617622554 0.006215818 0.786450088 52.614940643\n0.800977170 0.032300033 0.597822905 401.097167969 -0.020457568 0.999437094 -0.026589490 -37.222076416 -0.598345220 0.009067573 0.801187098 53.407421112\n0.813632369 0.034322564 0.580365658 401.655273438 -0.020984372 0.999339104 -0.029681832 -37.256702423 -0.581000865 0.011971492 0.813814878 54.212741852\n0.825436354 0.033307061 0.563511729 402.222930908 -0.019787598 0.999351501 -0.030082887 -37.298625946 -0.564148247 0.013680968 0.825560212 55.053409576\n0.837291420 0.028330160 0.546022475 402.762573242 -0.015526924 0.999485970 -0.028048366 -37.333545685 -0.546536386 0.015006608 0.837300897 55.876449585\n0.848492563 0.024877869 0.528622270 403.283142090 -0.013381803 0.999583662 -0.025562961 -37.376850128 -0.529038131 0.014616062 0.848472178 56.712402344\n0.859409869 0.020695154 0.510868251 403.782592773 -0.008969598 0.999636948 -0.025405923 -37.413082123 -0.511208594 0.017251819 0.859283507 57.547473907\n0.870091200 0.019449888 0.492506921 404.282379150 -0.007236683 0.999617517 -0.026691759 -37.437458038 -0.492837697 0.019660147 0.869899154 58.407875061\n0.880184114 0.018532529 0.474270523 404.740295410 -0.006243005 0.999603033 -0.027474150 -37.473022461 -0.474591404 0.021221437 0.879950404 59.259201050\n0.889866531 0.016208468 0.455932975 405.182617188 -0.003826323 0.999598682 -0.028067825 -37.506660461 -0.456204921 0.023232071 0.889571428 60.123680115\n0.899385989 0.014627160 0.436910629 405.606536865 -0.002359041 0.999587893 -0.028608702 -37.540760040 -0.437149048 0.024699576 0.899049878 60.996078491\n0.908517897 0.011529696 0.417686850 406.021270752 0.000104522 0.999612927 -0.027820349 -37.577278137 -0.417845935 0.025318943 0.908165038 61.900192261\n0.917164743 0.008577920 0.398415983 406.405303955 0.002139238 0.999647915 -0.026447073 -37.610534668 -0.398502588 0.025108630 0.916823447 62.791641235\n0.925637364 0.005620340 0.378369987 406.786315918 0.004075801 0.999683619 -0.024820348 -37.649524689 -0.378389776 0.024516802 0.925321639 63.701931000\n0.933740020 0.001661755 0.357947975 407.132080078 0.007701129 0.999664485 -0.024729993 -37.681446075 -0.357868999 0.025847988 0.933413982 64.615600586\n0.942203939 -0.000307545 0.335039735 407.465057373 0.009402740 0.999629974 -0.025524933 -37.718902588 -0.334907889 0.027199984 0.941858172 65.535614014\n0.950649738 -0.003332829 0.310248226 407.766784668 0.011994584 0.999589562 -0.026015254 -37.749076843 -0.310034215 0.028452693 0.950299561 66.457420349\n0.958807051 -0.005403683 0.284006774 408.049682617 0.013198464 0.999586701 -0.025539290 -37.782257080 -0.283751398 0.028235704 0.958482087 67.394020081\n0.966233790 -0.006824266 0.257576644 408.305450439 0.013671222 0.999598920 -0.024800649 -37.818180084 -0.257304072 0.027484613 0.965939522 68.375930786\n0.973280191 -0.009298963 0.229432255 408.532012939 0.015267465 0.999589264 -0.024252817 -37.848312378 -0.229112491 0.027107636 0.973022401 69.331779480\n0.979569256 -0.010040090 0.200856358 408.726318359 0.015251975 0.999585509 -0.024417631 -37.882369995 -0.200527951 0.026982216 0.979316354 70.291061401\n0.984832644 -0.012711228 0.173040748 408.889007568 0.017133085 0.999563098 -0.024084195 -37.919528961 -0.172659010 0.026683625 0.984620154 71.261734009\n0.989445508 -0.016715227 0.143938005 409.033233643 0.020309800 0.999516547 -0.023539970 -37.952072144 -0.143474951 0.026214870 0.989306688 72.231918335\n0.993134916 -0.020941181 0.115084812 409.141479492 0.023884397 0.999420464 -0.024255006 -37.977554321 -0.114510186 0.026837224 0.993059516 73.219551086\n0.995981634 -0.024755973 0.086068012 409.239349365 0.027104488 0.999288499 -0.026225930 -38.014667511 -0.085357524 0.028453374 0.995944023 74.227134705\n0.997903824 -0.027116332 0.058758948 409.296875000 0.028822372 0.999181449 -0.028384082 -38.044044495 -0.057941180 0.030018156 0.997868598 75.229011536\n0.999031067 -0.028581420 0.033467416 409.334442139 0.029570065 0.999129415 -0.029427893 -38.087028503 -0.032597192 0.030389013 0.999006450 76.251762390\n0.999499261 -0.029192975 0.012206906 409.353759766 0.029551685 0.999103367 -0.030317921 -38.116378784 -0.011310890 0.030663474 0.999465764 77.288124084\n0.999570966 -0.028573986 -0.006434392 409.342864990 0.028381338 0.999197364 -0.028268350 -38.149356842 0.007236967 0.028073605 0.999579668 78.327629089\n0.999408007 -0.026703687 -0.021693293 409.309326172 0.026063839 0.999231935 -0.029261062 -38.191741943 0.022458009 0.028678328 0.999336362 79.378501892\n0.999055266 -0.027522178 -0.033632018 409.269775391 0.026440626 0.999131918 -0.032190830 -38.230365753 0.034488786 0.031271167 0.998915732 80.431610107\n0.998771131 -0.023633560 -0.043562312 409.216613770 0.022078991 0.999114037 -0.035828270 -38.264446259 0.044370469 0.034822430 0.998408079 81.489219666\n0.998428822 -0.023013353 -0.051090844 409.160858154 0.021229658 0.999155343 -0.035184648 -38.307006836 0.051857404 0.034044724 0.998074055 82.565750122\n0.998129249 -0.023470951 -0.056454070 409.091308594 0.021558175 0.999180555 -0.034255680 -38.344223022 0.057211824 0.032974552 0.997817338 83.663116455\n0.997823656 -0.024120718 -0.061368734 409.024963379 0.022063738 0.999179006 -0.033978116 -38.392719269 0.062137924 0.032550145 0.997536659 84.771598816\n0.997524977 -0.025627490 -0.065476075 408.950714111 0.023302613 0.999079049 -0.036027662 -38.437854767 0.066339076 0.034412730 0.997203529 85.875343323\n0.997246504 -0.027896652 -0.068711154 408.864501953 0.025271704 0.998928130 -0.038780216 -38.475410461 0.069719344 0.036936987 0.996882558 86.986389160\n0.996913254 -0.029888554 -0.072599411 408.792755127 0.027089663 0.998862684 -0.039236099 -38.525619507 0.073689558 0.037148293 0.996589124 88.112617493\n0.996705174 -0.029434424 -0.075580612 408.705383301 0.026598407 0.998913765 -0.038259570 -38.573215485 0.076624662 0.036123186 0.996405423 89.245239258\n0.996493280 -0.029873503 -0.078157976 408.609313965 0.027040679 0.998947263 -0.037055723 -38.621608734 0.079182684 0.034812335 0.996252060 90.383979797\n0.996218920 -0.030266676 -0.081435665 408.521179199 0.027380552 0.998964787 -0.036327068 -38.671684265 0.082450867 0.033959959 0.996016383 91.527755737\n0.995990634 -0.030742930 -0.084009394 408.418029785 0.027735040 0.998939931 -0.036739960 -38.721881866 0.085049830 0.034262650 0.995787442 92.685409546\n0.995707452 -0.031841546 -0.086906724 408.320159912 0.028618846 0.998864770 -0.038079925 -38.768348694 0.088020585 0.035429295 0.995488405 93.841506958\n0.995410621 -0.032960597 -0.089840405 408.208892822 0.029591614 0.998817384 -0.038577393 -38.822200775 0.091005683 0.035741821 0.995208740 95.027915955\n0.995141566 -0.033867523 -0.092446111 408.100982666 0.030361442 0.998775005 -0.039072506 -38.876472473 0.093656160 0.036075875 0.994950771 96.207397461\n0.994948208 -0.034588747 -0.094242394 407.975494385 0.030949613 0.998727977 -0.039806768 -38.933582306 0.095499381 0.036688909 0.994753122 97.412055969\n0.994669616 -0.036259212 -0.096527822 407.866424561 0.032592792 0.998696029 -0.039293051 -38.988578796 0.097826682 0.035937496 0.994554400 98.612716675\n0.994524300 -0.037081543 -0.097705759 407.742767334 0.033430971 0.998689950 -0.038739279 -39.038223267 0.099014275 0.035260756 0.994461060 99.826980591\n0.994383633 -0.038178284 -0.098709710 407.615509033 0.034554202 0.998673737 -0.038167622 -39.086814880 0.100035965 0.034542426 0.994384050 101.047683716\n0.994153738 -0.039712496 -0.100405701 407.494049072 0.036176909 0.998667896 -0.036792591 -39.147304535 0.101733074 0.032945123 0.994266033 102.276580811\n0.993970990 -0.039953630 -0.102104791 407.368835449 0.036296587 0.998639941 -0.037427578 -39.201980591 0.103461295 0.033495869 0.994069278 103.511405945\n0.993664384 -0.040974375 -0.104652606 407.242919922 0.037219245 0.998600006 -0.037586965 -39.255569458 0.106046192 0.033453740 0.993798316 104.762306213\n0.993445396 -0.040879272 -0.106747836 407.113342285 0.036961790 0.998577714 -0.038423356 -39.307865143 0.108166732 0.034225915 0.993543446 106.012420654\n0.993460000 -0.037761062 -0.107755713 406.953674316 0.033721954 0.998667538 -0.039063655 -39.364257812 0.109087214 0.035174448 0.993409634 107.282554626\n0.993313313 -0.036614127 -0.109489985 406.809631348 0.032440700 0.998686492 -0.039658945 -39.421844482 0.110798247 0.035841826 0.993196428 108.545455933\n0.993083060 -0.036557574 -0.111577816 406.663757324 0.032303702 0.998689413 -0.039697912 -39.486045837 0.112882845 0.035818946 0.992962480 109.823318481\n0.992687345 -0.038576748 -0.114384063 406.520477295 0.034212142 0.998618662 -0.039878804 -39.544300079 0.115764454 0.035673860 0.992635846 111.093162537\n0.992139161 -0.041115191 -0.118192486 406.376678467 0.036602411 0.998524904 -0.040102854 -39.605937958 0.119666979 0.035461482 0.992180586 112.366233826\n0.991445124 -0.046035621 -0.122136451 406.236663818 0.041374553 0.998325408 -0.040429629 -39.668132782 0.123793125 0.035030417 0.991689563 113.620582581\n0.990932941 -0.047153819 -0.125811279 406.068725586 0.042059075 0.998195827 -0.042850073 -39.741565704 0.127604842 0.037170041 0.991128325 114.878654480\n0.990403116 -0.048578404 -0.129390299 405.903778076 0.042724602 0.997950375 -0.047640812 -39.797744751 0.131439418 0.041655459 0.990448654 116.138099670\n0.989823163 -0.049535893 -0.133402824 405.743041992 0.043181770 0.997809649 -0.050111983 -39.867637634 0.135592967 0.043841433 0.989794135 117.389099121\n0.989382744 -0.048897009 -0.136860892 405.569274902 0.042590827 0.997908175 -0.048634030 -39.948268890 0.138952658 0.042288650 0.989395678 118.649742126\n0.989011049 -0.046776831 -0.140246540 405.370758057 0.040703055 0.998117864 -0.045869350 -40.023139954 0.142128199 0.039656829 0.989053547 119.909622192\n0.988571227 -0.045923412 -0.143589526 405.189605713 0.039843276 0.998194933 -0.044937827 -40.093963623 0.145394027 0.038703166 0.988616526 121.157020569\n0.988194406 -0.042904843 -0.147074908 404.997528076 0.037173510 0.998446763 -0.041499570 -40.158065796 0.148626998 0.035542350 0.988254428 122.400154114\n0.987665236 -0.041352585 -0.151021183 404.801391602 0.035710808 0.998566091 -0.039881580 -40.222000122 0.152453840 0.033996560 0.987725675 123.676010132\n0.987048745 -0.042192061 -0.154772624 404.613525391 0.036438845 0.998542070 -0.039823778 -40.285873413 0.156227216 0.033668276 0.987147152 124.921783447\n0.986698747 -0.040237971 -0.157500833 404.402862549 0.034120347 0.998561740 -0.041355923 -40.352062225 0.158938378 0.035431854 0.986652493 126.151947021\n0.986186981 -0.038394451 -0.161124498 404.203491211 0.031748187 0.998543441 -0.043623917 -40.414363861 0.162564725 0.037905931 0.985969484 127.385185242\n0.985901475 -0.035399806 -0.163539276 403.985504150 0.028265115 0.998552978 -0.045750245 -40.480434418 0.164922178 0.040482782 0.985475421 128.618301392\n0.985457957 -0.034116015 -0.166459441 403.777130127 0.026524920 0.998513460 -0.047615860 -40.553649902 0.167836457 0.042508103 0.984897971 129.864471436\n0.985243678 -0.029055132 -0.168673426 403.558807373 0.021231769 0.998621583 -0.048001733 -40.620464325 0.169835612 0.043712165 0.984502494 131.095260620\n0.985090256 -0.026375165 -0.170004368 403.333343506 0.018429726 0.998670220 -0.048146687 -40.694339752 0.171048179 0.044295698 0.984266460 132.333068848\n0.984861255 -0.027353961 -0.171172738 403.116333008 0.018776244 0.998494864 -0.051531542 -40.765853882 0.172324687 0.047537439 0.983892500 133.577453613\n0.984859228 -0.027848046 -0.171104655 402.898437500 0.018510239 0.998263180 -0.055928927 -40.837448120 0.172364980 0.051914934 0.983664155 134.784301758\n0.984569848 -0.033162326 -0.171820939 402.674346924 0.023645235 0.998085916 -0.057143588 -40.920333862 0.173387080 0.052199107 0.983469486 136.032333374\n0.984319568 -0.038615637 -0.172115639 402.461761475 0.029316077 0.997986257 -0.056249894 -41.000892639 0.173941165 0.050322115 0.983469427 137.266098022\n0.984180987 -0.041825213 -0.172158062 402.250427246 0.032632004 0.997903585 -0.055888940 -41.086334229 0.174134716 0.049386971 0.983482599 138.500946045\n0.984274328 -0.040308401 -0.171986297 402.033203125 0.030950431 0.997908533 -0.056750935 -41.161083221 0.173914135 0.050535437 0.983463287 139.741424561\n0.984635651 -0.036673862 -0.170726866 401.811828613 0.027100449 0.997944534 -0.058071777 -41.244979858 0.172505662 0.052552767 0.983605623 140.963211060\n0.985017180 -0.030779891 -0.169687048 401.591522217 0.020939326 0.998009861 -0.059480302 -41.324913025 0.171180144 0.055035990 0.983701348 142.184844971\n0.985377848 -0.026605334 -0.168293357 401.377716064 0.016873304 0.998115599 -0.058995910 -41.408527374 0.169545829 0.055293597 0.983969927 143.407531738\n0.985877931 -0.024839109 -0.165613055 401.147033691 0.015318972 0.998168945 -0.058515862 -41.491149902 0.166763291 0.055152476 0.984453261 144.631698608\n0.986073673 -0.025792137 -0.164297000 400.948883057 0.016174447 0.998090684 -0.059609715 -41.573528290 0.165520772 0.056122154 0.984608114 145.843307495\n0.986314118 -0.028492726 -0.162396640 400.742919922 0.018949784 0.998017728 -0.060012374 -41.664749146 0.163784638 0.056113668 0.984898925 147.073104858\n0.986569405 -0.028928520 -0.160760716 400.540618896 0.019565422 0.998035133 -0.059523452 -41.749656677 0.162166774 0.055578664 0.985196888 148.300048828\n0.986776710 -0.029085387 -0.159454599 400.347564697 0.019957831 0.998085082 -0.058548130 -41.831039429 0.160852149 0.054591563 0.985467553 149.521972656\n0.987084031 -0.027563110 -0.157814547 400.149475098 0.018857097 0.998230159 -0.056400295 -41.916893005 0.159089804 0.052695908 0.985856771 150.743850708\n0.987470627 -0.025116723 -0.155791134 399.947265625 0.016407855 0.998242915 -0.056937240 -41.995471954 0.156947479 0.053667653 0.986147702 151.960952759\n0.987676501 -0.024468744 -0.154584795 399.759948730 0.015553149 0.998159051 -0.058622967 -42.079917908 0.155734643 0.055496246 0.986238778 153.189025879\n0.987956643 -0.023295321 -0.152967215 399.563415527 0.013967413 0.997992456 -0.061773732 -42.165351868 0.154099166 0.058893215 0.986298680 154.409057617\n0.988144517 -0.023189504 -0.151765332 399.370971680 0.013526586 0.997832775 -0.064395629 -42.250469208 0.152929723 0.061579317 0.986316621 155.617080688\n0.988139033 -0.024521666 -0.151591420 399.193939209 0.014890930 0.997816741 -0.064342834 -42.335048676 0.152838245 0.061322328 0.986346841 156.859512329\n0.988119364 -0.024677834 -0.151694387 399.015472412 0.015374759 0.997945428 -0.062197652 -42.422637939 0.152917624 0.059126437 0.986468554 158.096618652\n0.988293767 -0.025161706 -0.150473833 398.820831299 0.016189247 0.998033345 -0.060558636 -42.516025543 0.151701659 0.057413660 0.986757457 159.308502197\n0.988329530 -0.025367754 -0.150203884 398.638092041 0.016469192 0.998050869 -0.060193647 -42.594329834 0.151438102 0.057017419 0.986820936 160.538436890\n0.988408744 -0.026081864 -0.149558902 398.440460205 0.017178858 0.998019457 -0.060514443 -42.681766510 0.150841027 0.057243753 0.986899257 161.784637451\n0.988461196 -0.028332828 -0.148800865 398.257629395 0.019195812 0.997861266 -0.062485628 -42.762420654 0.150253013 0.058908265 0.986891031 163.019760132\n0.988393664 -0.030269822 -0.148868114 398.075500488 0.020813173 0.997689188 -0.064676486 -42.850753784 0.150481865 0.060827412 0.986739695 164.253173828\n0.988375783 -0.030217763 -0.148997232 397.885955811 0.020637233 0.997643590 -0.065432198 -42.936164856 0.150623336 0.061596710 0.986670375 165.488586426\n0.988342822 -0.031716764 -0.148904458 397.701629639 0.021886036 0.997499406 -0.067201123 -43.030895233 0.150663510 0.063158825 0.986565471 166.728683472\n0.988386989 -0.030597845 -0.148845389 397.517150879 0.020833496 0.997554004 -0.066723235 -43.127090454 0.150522903 0.062847406 0.986606836 167.960968018\n0.988469779 -0.030799173 -0.148252904 397.319671631 0.021243379 0.997618973 -0.065613560 -43.214076996 0.149920747 0.061707627 0.986770451 169.191726685\n0.988427699 -0.031247191 -0.148439631 397.140655518 0.021921763 0.997705936 -0.064049155 -43.306575775 0.150100455 0.060053896 0.986845195 170.431900024\n0.988465667 -0.032790706 -0.147852689 396.951538086 0.023532551 0.997676373 -0.063937932 -43.398632050 0.149605706 0.059721101 0.986940503 171.668060303\n0.988444567 -0.034047689 -0.147709578 396.768005371 0.024898646 0.997680545 -0.063352615 -43.490577698 0.149523973 0.058942780 0.986999691 172.899765015\n0.988467634 -0.035722543 -0.147158563 396.584564209 0.026707202 0.997669339 -0.062789954 -43.575309753 0.149058610 0.058135647 0.987117887 174.144027710\n0.988475263 -0.035215955 -0.147229433 396.405395508 0.026085289 0.997641265 -0.063494265 -43.661190033 0.149118170 0.058921985 0.987062275 175.379623413\n0.988584936 -0.035667237 -0.146382108 396.215423584 0.026277574 0.997500896 -0.065585129 -43.756832123 0.148355529 0.060989898 0.987051606 176.620086670\n0.988539457 -0.037609257 -0.146203086 396.042907715 0.027674410 0.997204781 -0.069402687 -43.848114014 0.148404598 0.064561211 0.986817062 177.856704712\n0.988550901 -0.038543511 -0.145881861 395.863006592 0.028456667 0.997097969 -0.070610508 -43.943313599 0.148180097 0.065650776 0.986778915 179.098068237\n0.988604426 -0.040267598 -0.145051062 395.670074463 0.030678282 0.997230470 -0.067751266 -44.040309906 0.147377521 0.062529281 0.987101793 180.340881348\n0.988502383 -0.042498030 -0.145110339 395.496887207 0.033380438 0.997346342 -0.064699836 -44.134063721 0.147474870 0.059112094 0.987297773 181.570480347\n0.988413990 -0.044211179 -0.145200431 395.320098877 0.035454780 0.997424364 -0.062350404 -44.221698761 0.147583038 0.056479961 0.987435699 182.815429688\n0.988586068 -0.042672556 -0.144487485 395.135589600 0.033811305 0.997425497 -0.063239455 -44.309856415 0.146814078 0.057632331 0.987483740 184.057327271\n0.988602996 -0.044454675 -0.143832922 394.964477539 0.035544127 0.997320592 -0.063939013 -44.397781372 0.146289930 0.058097880 0.987534225 185.301956177\n0.989135981 -0.039807688 -0.141510978 394.769256592 0.030709717 0.997353256 -0.065904714 -44.493198395 0.143759936 0.060842965 0.987740457 186.537811279\n0.989594996 -0.040214524 -0.138146698 394.594512939 0.031027365 0.997201025 -0.068025060 -44.583904266 0.140495628 0.063030936 0.988072932 187.772827148\n0.990247369 -0.036833871 -0.134362936 394.415893555 0.027742717 0.997236550 -0.068917289 -44.683254242 0.136530131 0.064517565 0.988532782 189.033096313\n0.990933478 -0.035485335 -0.129582331 394.248260498 0.026531098 0.997181118 -0.070185110 -44.773475647 0.131707594 0.066110820 0.989081621 190.276535034\n0.991614401 -0.034260672 -0.124607541 394.087646484 0.025622403 0.997198343 -0.070277765 -44.871150970 0.126666203 0.066495702 0.989714086 191.538772583\n0.992251992 -0.033240538 -0.119712465 393.938995361 0.025216481 0.997371376 -0.067929938 -44.969764709 0.121655814 0.064384885 0.990481913 192.795089722\n0.992910147 -0.035232581 -0.113526002 393.782165527 0.028159799 0.997596323 -0.063313663 -45.064620972 0.115483820 0.059667908 0.991515636 194.053268433\n0.993494213 -0.034938551 -0.108390495 393.636352539 0.028338837 0.997683525 -0.061842591 -45.149955750 0.110300101 0.058368597 0.992182970 195.310226440\n0.993972957 -0.038756322 -0.102546416 393.511566162 0.032627124 0.997617364 -0.060787130 -45.237651825 0.104657970 0.057074968 0.992869139 196.569396973\n0.994529307 -0.038728520 -0.097013317 393.381378174 0.032881957 0.997586429 -0.061156310 -45.325920105 0.099147663 0.057631753 0.993402421 197.845809937\n0.995043457 -0.039491951 -0.091262691 393.267181396 0.033840954 0.997461081 -0.062659398 -45.410800934 0.093505524 0.059260406 0.993853569 199.106307983\n0.995591521 -0.038129982 -0.085695185 393.161926270 0.032766875 0.997466505 -0.063141897 -45.497413635 0.087885678 0.060055573 0.994318604 200.372558594\n0.996180475 -0.034749959 -0.080105677 393.047515869 0.029531630 0.997419953 -0.065431923 -45.592838287 0.082172759 0.062816352 0.994636476 201.646484375\n0.996555209 -0.036938306 -0.074251063 392.938323975 0.032010496 0.997273147 -0.066495381 -45.681270599 0.076504819 0.063889503 0.995020151 202.923431396\n0.997056663 -0.033080861 -0.069164068 392.852661133 0.028404636 0.997312546 -0.067534029 -45.776054382 0.071212277 0.065370671 0.995316803 204.198776245\n0.997399509 -0.033010576 -0.064066641 392.771453857 0.028731937 0.997366428 -0.066593505 -45.866058350 0.066096202 0.064579576 0.995721221 205.465332031\n0.997776210 -0.031451173 -0.058766086 392.684509277 0.027623663 0.997512877 -0.064845532 -45.944004059 0.060659394 0.063077994 0.996163428 206.747451782\n0.998167098 -0.028855274 -0.053196169 392.603851318 0.025677513 0.997899055 -0.059481777 -46.027503967 0.054800771 0.058006804 0.996810973 208.036209106\n0.998459160 -0.028156778 -0.047817882 392.539642334 0.025360605 0.997988105 -0.058108028 -46.122306824 0.049357813 0.056805804 0.997164428 209.297622681\n0.998595417 -0.030720171 -0.043168351 392.481018066 0.027920993 0.997558296 -0.064014181 -46.198554993 0.045029476 0.062718965 0.997014880 210.589950562\n0.998784542 -0.031229563 -0.038133174 392.428558350 0.028462889 0.997066081 -0.071057387 -46.293102264 0.040240385 0.069885641 0.996743023 211.868011475\n0.998814821 -0.035650086 -0.033137333 392.393554688 0.033126686 0.996722102 -0.073808119 -46.395259857 0.035659976 0.072622910 0.996721745 213.150711060\n0.998943269 -0.037054740 -0.027189905 392.353302002 0.035052966 0.996879339 -0.070731364 -46.501899719 0.029725986 0.069703534 0.997124732 214.436340332\n0.998999476 -0.039559651 -0.020857839 392.321258545 0.038059928 0.996961474 -0.067964964 -46.600650787 0.023483133 0.067103118 0.997469664 215.716079712\n0.999086916 -0.040222760 -0.014402100 392.284515381 0.039171074 0.996979058 -0.067069612 -46.695465088 0.017056316 0.066444233 0.997644365 217.003051758\n0.999082446 -0.041635767 -0.010036475 392.295989990 0.040874574 0.996926785 -0.066830292 -46.787494659 0.012788161 0.066358738 0.997713864 218.299407959\n0.999185026 -0.040131424 -0.004334911 392.287780762 0.039752487 0.996971011 -0.066847220 -46.884963989 0.007004454 0.066620417 0.997753799 219.576095581\n0.999205828 -0.039836593 0.000903526 392.286529541 0.039808065 0.996976793 -0.066727787 -46.981929779 0.001757413 0.066710755 0.997770786 220.856613159\n0.999265671 -0.037941914 0.005346073 392.290863037 0.038210921 0.997120082 -0.065509513 -47.083290100 -0.002845120 0.065665685 0.997837603 222.138504028\n0.999433935 -0.032130901 0.009970552 392.295562744 0.032713521 0.997339010 -0.065151997 -47.176364899 -0.007850628 0.065441288 0.997825563 223.423034668\n0.999446571 -0.029549399 0.015277600 392.309082031 0.030511413 0.997277677 -0.067128949 -47.274520874 -0.013252390 0.067557938 0.997627318 224.715179443\n0.999463379 -0.024795497 0.021404350 392.322174072 0.026202172 0.997330666 -0.068154484 -47.363056183 -0.019657290 0.068678752 0.997445166 225.972137451\n0.999322593 -0.024365254 0.027580114 392.355560303 0.026092185 0.997602820 -0.064091936 -47.458953857 -0.025952384 0.064768150 0.997562826 227.255630493\n0.999134660 -0.025022317 0.033223592 392.391174316 0.027057718 0.997690737 -0.062298276 -47.551860809 -0.031588022 0.063143320 0.997504473 228.548156738\n0.998927832 -0.025541639 0.038611602 392.444274902 0.027927516 0.997649729 -0.062570930 -47.644500732 -0.036922690 0.063582167 0.997293353 229.848358154\n0.998690665 -0.024513273 0.044899866 392.501312256 0.027325289 0.997631490 -0.063124865 -47.729209900 -0.043246124 0.064269118 0.996995091 231.138916016\n0.998420596 -0.021936592 0.051721130 392.558105469 0.025107432 0.997792721 -0.061475981 -47.814495087 -0.050258391 0.062677473 0.996767581 232.419357300\n0.998096943 -0.018644832 0.058778480 392.623840332 0.022166971 0.997961164 -0.059851300 -47.899265289 -0.057542719 0.061040338 0.996475220 233.714111328\n0.997694492 -0.018368188 0.065332614 392.708618164 0.022197839 0.998047411 -0.058383364 -47.989246368 -0.064132653 0.059699003 0.996154130 234.990524292\n0.997272909 -0.017061081 0.071803205 392.799072266 0.021298468 0.998050332 -0.058668252 -48.068256378 -0.070662268 0.060037557 0.995691895 236.287643433\n0.996775866 -0.016443782 0.078533605 392.897644043 0.021014856 0.998110533 -0.057738222 -48.157611847 -0.077435784 0.059202436 0.995238066 237.583969116\n0.996262848 -0.016292749 0.084822468 393.003967285 0.021256786 0.998093009 -0.057952434 -48.241561890 -0.083716512 0.059538908 0.994709313 238.880599976\n0.995813072 -0.015381655 0.090109572 393.122833252 0.020650115 0.998112857 -0.057829894 -48.327930450 -0.089050002 0.059448536 0.994251490 240.191024780\n0.995332658 -0.015689168 0.095219217 393.240539551 0.021230558 0.998121738 -0.057464957 -48.411224365 -0.094138794 0.059218306 0.993796289 241.480133057\n0.994830072 -0.017133519 0.100097641 393.374755859 0.022743816 0.998217404 -0.055178680 -48.492786407 -0.098973803 0.057170011 0.993446410 242.777145386\n0.994395554 -0.017054794 0.104339071 393.521026611 0.022764819 0.998293161 -0.053781863 -48.575592041 -0.103243746 0.055855706 0.993086517 244.078247070\n0.993782580 -0.017048245 0.110025294 393.656463623 0.022990372 0.998331606 -0.052966271 -48.660232544 -0.108938746 0.055166479 0.992516518 245.389389038\n0.993255496 -0.015881760 0.114853211 393.809906006 0.022122452 0.998335183 -0.053267356 -48.734832764 -0.113816023 0.055448931 0.991953313 246.694229126\n0.992592216 -0.010540850 0.121035703 393.946136475 0.016811933 0.998561800 -0.050908156 -48.817451477 -0.120325021 0.052565884 0.991341889 247.999252319\n0.991978943 -0.008616128 0.126109019 394.105468750 0.014783067 0.998735666 -0.048047774 -48.890476227 -0.125535592 0.049526658 0.990852118 249.311874390\n0.991157472 -0.007622729 0.132471889 394.265228271 0.014031224 0.998772204 -0.047510322 -48.967189789 -0.131947085 0.048948951 0.990047455 250.613601685\n0.990437388 -0.008327739 0.137711421 394.459411621 0.015865151 0.998429656 -0.053726677 -49.045032501 -0.137047738 0.055397723 0.989014149 251.925369263\n0.989601195 -0.011212202 0.143400714 394.651000977 0.019264160 0.998306811 -0.054885481 -49.126266479 -0.142542526 0.057077233 0.988141596 253.218872070\n0.988630295 -0.014815762 0.149634853 394.856811523 0.022861892 0.998375177 -0.052195538 -49.204532623 -0.148618400 0.055023026 0.987362683 254.532501221\n0.987602472 -0.015622934 0.156196207 395.064117432 0.023415942 0.998564303 -0.048177473 -49.277721405 -0.155219272 0.051237676 0.986550391 255.845809937\n0.986398578 -0.015616158 0.163627744 395.276733398 0.023669839 0.998596191 -0.047385968 -49.353031158 -0.162658051 0.050614491 0.985383451 257.151672363\n0.985096812 -0.012757905 0.171526819 395.501464844 0.021409707 0.998584688 -0.048685018 -49.425937653 -0.170662940 0.051631797 0.983975768 258.461547852\n0.983490109 -0.010494525 0.180657446 395.731994629 0.019727878 0.998584747 -0.049389064 -49.500720978 -0.179883465 0.052137643 0.982305229 259.770050049\n0.981692016 -0.010433678 0.190189227 395.971771240 0.019627621 0.998724461 -0.046521615 -49.581489563 -0.189461246 0.049402859 0.980644584 261.087554932\n0.979903340 -0.010372033 0.199203148 396.232879639 0.019598076 0.998821616 -0.044398937 -49.649734497 -0.198507905 0.047410667 0.978951931 262.416839600\n0.977978885 -0.010729502 0.208427921 396.504913330 0.019502100 0.999006152 -0.040080063 -49.725482941 -0.207790732 0.043262236 0.977216125 263.735595703\n0.976044416 -0.012748975 0.217197388 396.793121338 0.021578912 0.999032080 -0.038330767 -49.782867432 -0.216498494 0.042099416 0.975374818 265.055816650\n0.974039614 -0.014486364 0.225913763 397.093078613 0.023399990 0.999047637 -0.036827989 -49.836387634 -0.225165114 0.041158300 0.973450899 266.379058838\n0.972087622 -0.014763884 0.234153196 397.406921387 0.023941522 0.999050438 -0.036400922 -49.896160126 -0.233393446 0.040990867 0.971518040 267.692779541\n0.970316827 -0.015144641 0.241362542 397.732574463 0.024315407 0.999089301 -0.035062611 -49.949886322 -0.240611717 0.039890673 0.969801366 269.009185791\n0.968564987 -0.014626370 0.248330250 398.067810059 0.023568273 0.999175012 -0.033073306 -50.006492615 -0.247641638 0.037886359 0.968110681 270.321777344\n0.967074633 -0.014332998 0.254088938 398.421508789 0.022735171 0.999286413 -0.030162031 -50.062385559 -0.253475308 0.034945689 0.966710448 271.638122559\n0.965189993 -0.011353377 0.261303276 398.746887207 0.019423306 0.999410152 -0.028321499 -50.119869232 -0.260827601 0.032411002 0.964841187 272.951690674\n0.963484526 -0.011241198 0.267527968 399.107421875 0.018711163 0.999502540 -0.025389165 -50.174785614 -0.267109483 0.029467827 0.963215530 274.251556396\n0.961811125 -0.010657810 0.273506433 399.467102051 0.017782619 0.999563694 -0.023583950 -50.221492767 -0.273135751 0.027546966 0.961580992 275.526550293\n0.960167468 -0.012875956 0.279128313 399.843231201 0.019687708 0.999572515 -0.021613883 -50.269363403 -0.278730690 0.026248345 0.960010529 276.800476074\n0.958671212 -0.012798496 0.284228325 400.221679688 0.020200014 0.999528468 -0.023124760 -50.313613892 -0.283798337 0.027910456 0.958477736 278.065216064\n0.957056522 -0.013783913 0.289573550 400.600677490 0.021438582 0.999499142 -0.023278801 -50.354118347 -0.289107651 0.028487174 0.956872642 279.322692871\n0.955012560 -0.013614699 0.296252668 400.974548340 0.020946143 0.999547541 -0.021587282 -50.400524139 -0.295824707 0.026821477 0.954865634 280.600128174\n0.953448951 -0.012826944 0.301281452 401.365600586 0.019646924 0.999614477 -0.019617336 -50.442588806 -0.300913692 0.024623383 0.953333437 281.856231689\n0.951786280 -0.010487961 0.306582659 401.754058838 0.016862752 0.999693036 -0.018151695 -50.479476929 -0.306298196 0.022446362 0.951670945 283.101470947\n0.950358391 -0.008585732 0.311038941 402.161682129 0.014527800 0.999753475 -0.016792111 -50.521034241 -0.310818076 0.020477235 0.950248837 284.346527100\n0.948924482 -0.007136849 0.315422654 402.565002441 0.014052526 0.999708056 -0.019656233 -50.560718536 -0.315190285 0.023084765 0.948747694 285.578369141\n0.947524667 -0.010196188 0.319520086 402.979644775 0.018434532 0.999570787 -0.022769662 -50.601505280 -0.319150776 0.027465018 0.947305918 286.806152344\n0.946481645 -0.012030442 0.322533399 403.396911621 0.021249177 0.999459684 -0.025076514 -50.638542175 -0.322057456 0.030588031 0.946225882 288.013519287\n0.945400834 -0.015979102 0.325518012 403.822875977 0.024834070 0.999425471 -0.023065481 -50.683547974 -0.324962437 0.029890062 0.945254445 289.238311768\n0.944442391 -0.017189268 0.328227133 404.254516602 0.025805760 0.999426782 -0.021913610 -50.720092773 -0.327662289 0.029166294 0.944344640 290.468078613\n0.943187952 -0.018897023 0.331721932 404.689392090 0.026740707 0.999459982 -0.019096397 -50.757225037 -0.331181914 0.026881969 0.943183899 291.710388184\n0.942078292 -0.021333497 0.334713876 405.121673584 0.027964652 0.999496281 -0.015004278 -50.788440704 -0.334225178 0.023495361 0.942200363 292.932403564\n0.941012919 -0.022010090 0.337653995 405.551147461 0.027638635 0.999547482 -0.011870680 -50.817920685 -0.337239921 0.020502757 0.941195428 294.160095215\n0.940313101 -0.024369158 0.339436978 405.993743896 0.030369004 0.999462128 -0.012374377 -50.852825165 -0.338952869 0.021944152 0.940547407 295.392761230\n0.940158248 -0.023150420 0.339950740 406.433990479 0.029944146 0.999442697 -0.014751309 -50.883045197 -0.339419782 0.024048099 0.940327525 296.591400146\n0.939852297 -0.022441693 0.340843111 406.868377686 0.029444387 0.999448001 -0.015385581 -50.915542603 -0.340309709 0.024496090 0.939994276 297.795593262\n0.939151525 -0.023281883 0.342713237 407.297668457 0.029990450 0.999448061 -0.014287582 -50.946060181 -0.342191428 0.023696329 0.939331412 298.988311768\n0.938780367 -0.024012579 0.343678325 407.733459473 0.029963467 0.999478817 -0.012014294 -50.980339050 -0.343210697 0.021576576 0.939010620 300.179901123\n0.938119471 -0.025705740 0.345356464 408.155517578 0.031196307 0.999459684 -0.010348765 -51.012939453 -0.344903857 0.020482223 0.938414514 301.376800537\n0.937850535 -0.026941195 0.345992118 408.607604980 0.031976692 0.999449432 -0.008852786 -51.046806335 -0.345563114 0.019366274 0.938195646 302.556365967\n0.937365294 -0.028895779 0.347147495 409.043823242 0.033969156 0.999386430 -0.008536597 -51.069213867 -0.346687824 0.019794216 0.937771678 303.724822998\n0.936618328 -0.028473888 0.349192351 409.462554932 0.033636402 0.999396026 -0.008728093 -51.093379974 -0.348732919 0.019920466 0.937010407 304.906951904\n0.936080515 -0.027195990 0.350733072 409.885131836 0.032461807 0.999431193 -0.009141844 -51.121589661 -0.350284934 0.019942932 0.936430871 306.064117432\n0.935834646 -0.024098102 0.351614624 410.307769775 0.029541343 0.999512315 -0.010123195 -51.154743195 -0.351199180 0.019860804 0.936090112 307.202209473\n0.935505390 -0.019673210 0.352764189 410.740844727 0.025268141 0.999617279 -0.011261922 -51.178371429 -0.352407604 0.019449284 0.935644507 308.350677490\n0.935407162 -0.016470395 0.353188574 411.167358398 0.021836806 0.999698639 -0.011214613 -51.209095001 -0.352897435 0.018202739 0.935484946 309.489318848\n0.935140729 -0.014851314 0.353965104 411.584320068 0.019590436 0.999759972 -0.009809060 -51.236522675 -0.353734463 0.016107181 0.935207188 310.616241455\n0.934584260 -0.013413263 0.355488986 411.992980957 0.017743837 0.999802709 -0.008924311 -51.269935608 -0.355299145 0.014648259 0.934637904 311.744232178\n0.934475422 -0.011894631 0.355828851 412.425109863 0.016633457 0.999809027 -0.010261106 -51.292205811 -0.355638832 0.015507415 0.934494793 312.866882324\n0.934381902 -0.010154923 0.356128305 412.844085693 0.014833651 0.999835789 -0.010409280 -51.317474365 -0.355964124 0.015008925 0.934379101 313.978912354\n0.933903992 -0.009992695 0.357384145 413.254760742 0.014090899 0.999861419 -0.008865074 -51.341129303 -0.357246041 0.013314992 0.933915377 315.091918945\n0.933882058 -0.010476058 0.357427716 413.683013916 0.013974583 0.999876380 -0.007206628 -51.369270325 -0.357308030 0.011725044 0.933912992 316.197113037\n0.933885872 -0.009750869 0.357438296 414.099121094 0.013430879 0.999879241 -0.007814543 -51.392349243 -0.357318938 0.012098601 0.933904052 317.311065674\n0.934336066 -0.011357333 0.356212288 414.524353027 0.016178351 0.999813378 -0.010557756 -51.411712646 -0.356025904 0.015627420 0.934345424 318.411346436\n0.934932351 -0.012714710 0.354598165 414.951965332 0.017762108 0.999781907 -0.010982661 -51.434040070 -0.354381204 0.016566455 0.934954286 319.532287598\n0.935275316 -0.013345884 0.353669316 415.370544434 0.017333085 0.999816895 -0.008108609 -51.458740234 -0.353496343 0.013713961 0.935335398 320.653045654\n0.935672998 -0.014409509 0.352574021 415.790100098 0.017384978 0.999834955 -0.005274132 -51.479080200 -0.352439851 0.011064354 0.935769081 321.766601562\n0.935739100 -0.014276590 0.352403909 416.222076416 0.017547924 0.999827504 -0.006090033 -51.498027802 -0.352256149 0.011882639 0.935828209 322.924621582\n0.935521185 -0.013518128 0.353011817 416.645568848 0.017264621 0.999823093 -0.007466275 -51.512775421 -0.352848440 0.013079473 0.935589075 324.055419922\n0.934542537 -0.012242959 0.355640709 417.067230225 0.015768114 0.999851048 -0.007015052 -51.534343719 -0.355501860 0.012163647 0.934596419 325.193695068\n0.933225691 -0.010580745 0.359134912 417.504455566 0.013701949 0.999887228 -0.006146602 -51.549629211 -0.359029382 0.010657015 0.933265388 326.349700928\n0.931296468 -0.008393998 0.364165336 417.947753906 0.010460618 0.999938428 -0.003702867 -51.569957733 -0.364111841 0.007257861 0.931326985 327.492034912\n0.929151475 -0.006295176 0.369645625 418.403717041 0.007526780 0.999969900 -0.001889737 -51.580123901 -0.369622588 0.004538093 0.929170907 328.623352051\n0.926100552 -0.005150936 0.377241641 418.864166260 0.005954777 0.999981821 -0.000964580 -51.594764709 -0.377229810 0.003139688 0.926114380 329.784088135\n0.922714591 -0.004025038 0.385462821 419.331848145 0.005272299 0.999983728 -0.002178819 -51.603729248 -0.385447800 0.004042703 0.922720790 330.937164307\n0.919325054 -0.005996807 0.393453300 419.822662354 0.007064137 0.999974251 -0.001264663 -51.612636566 -0.393435597 0.003942044 0.919343710 332.091766357\n0.915769815 -0.009000567 0.401602566 420.329772949 0.008959278 0.999957919 0.001980944 -51.625308990 -0.401603490 0.001783980 0.915811896 333.243011475\n0.912099183 -0.014167525 0.409724712 420.852050781 0.013147160 0.999899507 0.005307434 -51.630306244 -0.409758717 0.000545810 0.912193775 334.406158447\n0.908803403 -0.012762057 0.417029411 421.381408691 0.012679455 0.999915183 0.002968239 -51.633296967 -0.417031914 0.002590159 0.908888161 335.560821533\n0.905146658 -0.008423537 0.425015956 421.911804199 0.010922529 0.999934435 -0.003443414 -51.644786835 -0.424959093 0.007759043 0.905179322 336.704956055\n0.901546836 -0.003474603 0.432667613 422.456634521 0.008177578 0.999925971 -0.009009512 -51.656055450 -0.432604283 0.011660670 0.901508510 337.862823486\n0.897816300 0.000002134 0.440370172 423.021423340 0.003310989 0.999971688 -0.006755213 -51.675071716 -0.440357715 0.007523001 0.897790909 339.037689209\n0.894349933 -0.005825285 0.447330236 423.598968506 0.006871468 0.999976158 -0.000716139 -51.693862915 -0.447315365 0.003714293 0.894368589 340.202423096\n0.891020775 -0.009838006 0.453855962 424.179870605 0.008898137 0.999951541 0.004206410 -51.699062347 -0.453875363 0.000290474 0.891065121 341.368286133\n0.888240695 -0.014115834 0.459161431 424.790924072 0.014099053 0.999894619 0.003464997 -51.705589294 -0.459161967 0.003395990 0.888346076 342.551086426\n0.885751605 -0.013505581 0.463963062 425.403167725 0.013542158 0.999903023 0.003253024 -51.714866638 -0.463961989 0.003401689 0.885848582 343.709991455\n0.882731378 -0.014727843 0.469647080 426.026214600 0.013835228 0.999889970 0.005351747 -51.710361481 -0.469674200 0.001773520 0.882838011 344.902435303\n0.880083799 -0.017360140 0.474500924 426.657104492 0.013562978 0.999842763 0.011424325 -51.712043762 -0.474624634 -0.003618719 0.880180895 346.072387695\n0.877420783 -0.018403748 0.479368448 427.288879395 0.014624606 0.999825597 0.011616544 -51.708061218 -0.479498625 -0.003182022 0.877536893 347.252044678\n0.874652863 -0.023148213 0.484196842 427.933197021 0.019831154 0.999731660 0.011971629 -51.701007843 -0.484344035 -0.000868839 0.874877214 348.427551270\n0.872063279 -0.025430782 0.488731951 428.582458496 0.021532843 0.999675691 0.013595453 -51.700378418 -0.488919199 -0.001332308 0.872328043 349.589752197\n0.870030046 -0.027539056 0.492229015 429.252563477 0.023559278 0.999620378 0.014284657 -51.693164825 -0.492435545 -0.000831523 0.870348573 350.747802734\n0.867545247 -0.031106450 0.496384531 429.901885986 0.026431387 0.999515414 0.016440785 -51.697040558 -0.496655405 -0.001142995 0.867947102 351.899749756\n0.865350366 -0.035998508 0.499872893 430.562713623 0.029945500 0.999348819 0.020128556 -51.701873779 -0.500271976 -0.002449309 0.865864873 353.065002441\n0.863855422 -0.040727437 0.502090752 431.228820801 0.034425676 0.999169052 0.021818340 -51.689495087 -0.502562165 -0.001563080 0.864539683 354.212615967\n0.862960100 -0.045125633 0.503252983 431.895202637 0.040567804 0.998976350 0.020011891 -51.678672791 -0.503640831 0.003146403 0.863907397 355.331756592\n0.862180948 -0.045452725 0.504557312 432.566497803 0.041145932 0.998959303 0.019680986 -51.668983459 -0.504926741 0.003791907 0.863153875 356.490997314\n0.861233354 -0.046253104 0.506100595 433.231536865 0.041410085 0.998925209 0.020825198 -51.655178070 -0.506519854 0.003022314 0.862223029 357.625183105\n0.860413432 -0.044788312 0.507624626 433.902801514 0.038962550 0.998996198 0.022101868 -51.640583038 -0.508104980 0.000761607 0.861294806 358.762542725\n0.859668136 -0.043809779 0.508970976 434.571899414 0.038721122 0.999037862 0.020591179 -51.625099182 -0.509383380 0.002006347 0.860537350 359.887878418\n0.858585596 -0.044242706 0.510757685 435.237487793 0.038864035 0.999019444 0.021206187 -51.608482361 -0.511195064 0.001642776 0.859463155 361.044006348\n0.857766986 -0.047024835 0.511883259 435.911621094 0.040517323 0.998893678 0.023869483 -51.595512390 -0.512439370 0.000265683 0.858723342 362.172546387\n0.857341826 -0.049712334 0.512341380 436.591796875 0.041010585 0.998758316 0.028282933 -51.568893433 -0.513111234 -0.003236722 0.858316004 363.327606201\n0.857419014 -0.048854809 0.512294650 437.272613525 0.038548913 0.998784065 0.030730043 -51.548652649 -0.513173044 -0.006600124 0.858259797 364.473602295\n0.857831597 -0.043270998 0.512106001 437.942687988 0.032824844 0.999027789 0.029428950 -51.523014069 -0.512881517 -0.008435284 0.858417988 365.625488281\n0.857939482 -0.042902082 0.511956334 438.610137939 0.036020320 0.999077976 0.023359951 -51.502143860 -0.512486517 -0.001600591 0.858693779 366.753662109\n0.859012604 -0.040167708 0.510376215 439.293792725 0.034868218 0.999192715 0.019952031 -51.481704712 -0.510765612 0.000656862 0.859719753 367.897949219\n0.859655976 -0.049203031 0.508498490 439.980194092 0.040395405 0.998781443 0.028351948 -51.468738556 -0.509273827 -0.003831922 0.860596001 369.058380127\n0.859745085 -0.058777291 0.507329881 440.654266357 0.047531847 0.998252690 0.035104018 -51.444610596 -0.508506775 -0.006066177 0.861036599 370.206634521\n0.860245228 -0.060456205 0.506283700 441.337402344 0.050455052 0.998165607 0.033462632 -51.409027100 -0.507377982 -0.003241497 0.861717463 371.349578857\n0.860735834 -0.057456672 0.505798936 442.011962891 0.049814820 0.998347878 0.028636571 -51.384174347 -0.506608665 0.000547760 0.862175941 372.496154785\n0.861183167 -0.054562934 0.505357742 442.676727295 0.047078893 0.998510361 0.027580665 -51.361705780 -0.506109834 0.000039675 0.862469077 373.650054932\n0.861476839 -0.054384444 0.504876196 443.344268799 0.045672212 0.998517036 0.029627539 -51.346031189 -0.505738795 -0.002464626 0.862683177 374.806884766\n0.861759305 -0.055964973 0.504221082 444.018096924 0.045578811 0.998418212 0.032919064 -51.316032410 -0.505265832 -0.005386515 0.862946987 375.959594727\n0.861951232 -0.059262507 0.503515661 444.701843262 0.046837498 0.998205602 0.037306745 -51.281761169 -0.504823029 -0.008573185 0.863180280 377.123413086\n0.862327039 -0.062558912 0.502472401 445.385620117 0.049615499 0.998002529 0.039104972 -51.248058319 -0.503915071 -0.008790863 0.863708496 378.275695801\n0.862459481 -0.063212909 0.502163112 446.044982910 0.050471943 0.997966051 0.038940202 -51.211448669 -0.503603220 -0.008239199 0.863895774 379.423675537\n0.862862825 -0.061959803 0.501626134 446.709259033 0.049305316 0.998042822 0.038464528 -51.176765442 -0.503027618 -0.008456777 0.864228964 380.571105957\n0.862923443 -0.063741647 0.501298428 447.380187988 0.049351815 0.997900784 0.041933101 -51.142009735 -0.502919018 -0.011445071 0.864257812 381.717102051\n0.863229632 -0.063466519 0.500805914 448.047790527 0.049022030 0.997915685 0.041966282 -51.095928192 -0.502425492 -0.011676019 0.864541650 382.868164062\n0.863523901 -0.063557282 0.500286818 448.709045410 0.049167376 0.997910857 0.041910555 -51.055953979 -0.501905382 -0.011592973 0.864844799 384.012115479\n0.863745153 -0.062668517 0.500016928 449.370880127 0.049455717 0.997988999 0.039649360 -51.017669678 -0.501496196 -0.009518249 0.865107536 385.148529053\n0.863547742 -0.062067762 0.500432730 450.033782959 0.047792166 0.998002708 0.041310199 -50.977363586 -0.501997232 -0.011756569 0.864789367 386.293182373\n0.862910867 -0.060230035 0.501754165 450.692962646 0.045800310 0.998107016 0.041044876 -50.943344116 -0.503276467 -0.012437575 0.864035964 387.446472168\n0.862181902 -0.059797015 0.503057301 451.359588623 0.045486782 0.998136044 0.040686566 -50.901199341 -0.504552543 -0.012196764 0.863294840 388.588867188\n0.861083984 -0.060376607 0.504865348 452.019775391 0.045578223 0.998093188 0.041624572 -50.860740662 -0.506415844 -0.012831388 0.862193942 389.733886719\n0.860291839 -0.061997432 0.506018043 452.691345215 0.046326611 0.997978270 0.043511659 -50.821311951 -0.507692575 -0.013990626 0.861424685 390.877288818\n0.859404325 -0.063984029 0.507277310 453.370574951 0.047539204 0.997840643 0.045321301 -50.781085968 -0.509081781 -0.014833758 0.860590339 392.024261475\n0.858445942 -0.063678868 0.508935750 454.039642334 0.048001949 0.997882545 0.043889530 -50.734657288 -0.510652900 -0.013246888 0.859684944 393.159057617\n0.857321024 -0.063685760 0.510827482 454.707336426 0.047699783 0.997876525 0.044352535 -50.695312500 -0.512567401 -0.013658002 0.858538389 394.297119141\n0.856357038 -0.064032882 0.512398720 455.379180908 0.048569717 0.997870922 0.043527693 -50.653053284 -0.514095008 -0.012388186 0.857643783 395.417297363\n0.855421484 -0.064799011 0.513862967 456.064453125 0.049509224 0.997829795 0.043410666 -50.610073090 -0.515560806 -0.011693460 0.856773198 396.565856934\n0.854506969 -0.064630665 0.515403509 456.748779297 0.049888980 0.997853696 0.042416222 -50.568874359 -0.517038643 -0.010532007 0.855897248 397.697814941\n0.852859974 -0.063043959 0.518319786 457.421966553 0.048199378 0.997951210 0.042073410 -50.535400391 -0.519910336 -0.010900035 0.854151309 398.826538086\n0.850978434 -0.060946960 0.521652341 458.115661621 0.045620155 0.998067617 0.042187907 -50.490512848 -0.523215532 -0.012103143 0.852114439 399.954162598\n0.848790169 -0.057457458 0.525598645 458.795196533 0.040578775 0.998224914 0.043593347 -50.446880341 -0.527170420 -0.015673457 0.849615037 401.074798584\n0.846863747 -0.054650109 0.528994560 459.481506348 0.038640916 0.998399973 0.041284129 -50.412677765 -0.530404389 -0.014521198 0.847620428 402.185150146\n0.844998419 -0.051331531 0.532299519 460.191192627 0.036843523 0.998605430 0.037811849 -50.381210327 -0.533498108 -0.012339160 0.845711231 403.338165283\n0.843010902 -0.053087838 0.535270333 460.891845703 0.037990790 0.998508930 0.039198942 -50.344947815 -0.536553204 -0.012709796 0.843770802 404.446014404\n0.841467023 -0.057845894 0.537203014 461.589294434 0.039870083 0.998189569 0.045032900 -50.303100586 -0.538835466 -0.016475372 0.842249930 405.534057617\n0.839825451 -0.059775405 0.539555550 462.293853760 0.038927693 0.997991681 0.049972411 -50.257938385 -0.541459024 -0.020964451 0.840465724 406.631530762\n0.838108420 -0.055617630 0.542660952 462.970031738 0.032599326 0.998117447 0.051949855 -50.218959808 -0.544528723 -0.025849231 0.838343799 407.724609375\n0.836348116 -0.053339642 0.545597553 463.650573730 0.030121299 0.998222947 0.051416952 -50.171249390 -0.547370553 -0.026568364 0.836468518 408.787719727\n0.835019588 -0.046937611 0.548214495 464.327392578 0.026420696 0.998625875 0.045258403 -50.134803772 -0.549585521 -0.023307446 0.835112274 409.833282471\n0.833479226 -0.048151754 0.550448775 464.996856689 0.032652188 0.998746932 0.037926324 -50.098266602 -0.551585257 -0.013637447 0.834007084 410.852050781\n0.832822621 -0.050762367 0.551207483 465.683349609 0.035902068 0.998643100 0.037723426 -50.070724487 -0.552374423 -0.011627435 0.833514988 411.869873047\n0.831501603 -0.056953896 0.552595139 466.355987549 0.040314622 0.998294294 0.042228166 -50.041336060 -0.554057598 -0.012835126 0.832379401 412.875488281\n0.830748260 -0.057073303 0.553714693 467.022644043 0.038455084 0.998237669 0.045196969 -49.998577118 -0.555318415 -0.016254162 0.831478953 413.871520996\n0.829617500 -0.053933993 0.555721164 467.689605713 0.033686776 0.998345375 0.046601813 -49.977485657 -0.557315111 -0.019941228 0.830061615 414.879180908\n0.828899622 -0.051566500 0.557015479 468.351257324 0.030697197 0.998434782 0.046750750 -49.938182831 -0.558554411 -0.021652866 0.829185188 415.865722656\n0.828015864 -0.047285620 0.558707297 468.997192383 0.026626429 0.998629510 0.045057070 -49.905960083 -0.560072124 -0.022431593 0.828140140 416.846130371\n0.827542961 -0.043319754 0.559728563 469.643707275 0.023661720 0.998823881 0.042320009 -49.873344421 -0.560903490 -0.021777486 0.827594697 417.820617676\n0.826903105 -0.043016132 0.560696781 470.295532227 0.024650684 0.998884320 0.040279198 -49.837757111 -0.561803937 -0.019485438 0.827040970 418.787536621\n0.826314867 -0.043226261 0.561547220 470.950622559 0.024026176 0.998848200 0.041533969 -49.801425934 -0.562695742 -0.020828303 0.826401651 419.745361328\n0.825586081 -0.043442480 0.562601447 471.594299316 0.022644797 0.998779595 0.043892939 -49.771488190 -0.563821614 -0.023497405 0.825562239 420.707946777\n0.825216115 -0.040359322 0.563373327 472.239776611 0.021478487 0.998964667 0.040103324 -49.735408783 -0.564408600 -0.020993501 0.825228572 421.658874512\n0.824403107 -0.041924227 0.564448297 472.875671387 0.024192126 0.998951674 0.038863104 -49.711715698 -0.565485835 -0.018383661 0.824553132 422.585205078\n0.823932350 -0.044685286 0.564923644 473.530944824 0.026902998 0.998846591 0.039770853 -49.663509369 -0.566049218 -0.017570354 0.824184179 423.551452637\n0.824141443 -0.044605285 0.564624906 474.174194336 0.026748119 0.998846948 0.039866500 -49.633655548 -0.565752149 -0.017752981 0.824384212 424.481689453\n0.824854970 -0.045307752 0.563525975 474.820190430 0.029833836 0.998883069 0.036641713 -49.597064972 -0.564556658 -0.013411962 0.825285375 425.410461426\n0.824694991 -0.046610951 0.563653767 475.435699463 0.030839935 0.998821616 0.037474219 -49.579330444 -0.564736307 -0.013521755 0.825160623 426.335388184\n0.825459003 -0.048554745 0.562369883 476.069122314 0.031881709 0.998713493 0.039431766 -49.553543091 -0.563561022 -0.014619995 0.825945079 427.244934082\n0.825667262 -0.051768266 0.561777294 476.686798096 0.034599558 0.998553097 0.041165143 -49.529220581 -0.563095510 -0.014551468 0.826263726 428.143920898\n0.825094223 -0.054263771 0.562383235 477.296478271 0.037196018 0.998434782 0.041766211 -49.504867554 -0.563769400 -0.013542644 0.825821221 429.054748535\n0.824663937 -0.054845881 0.562957644 477.908477783 0.038722366 0.998426974 0.040547755 -49.474044800 -0.564296007 -0.011639222 0.825490475 429.935943604\n0.822891891 -0.054539528 0.565574348 478.500823975 0.039150756 0.998459399 0.039320491 -49.454860687 -0.566847563 -0.010213854 0.823759377 430.813079834\n0.820999146 -0.055233482 0.568251431 479.114776611 0.040754084 0.998439968 0.038166642 -49.424774170 -0.569473028 -0.008176214 0.821969390 431.693054199\n0.818640947 -0.056313649 0.571538031 479.713073730 0.041374158 0.998378038 0.039108038 -49.404159546 -0.572813332 -0.008368540 0.819643140 432.541015625\n0.816813231 -0.056724906 0.574106634 480.314636230 0.041284293 0.998350263 0.039905071 -49.381393433 -0.575423121 -0.008893406 0.817807555 433.397369385\n0.814373851 -0.057061352 0.577528536 480.913787842 0.041955739 0.998339295 0.039476715 -49.352691650 -0.578822017 -0.007918173 0.815415502 434.245117188\n0.811821461 -0.056706231 0.581145704 481.495208740 0.041492667 0.998359501 0.039454076 -49.323150635 -0.582429647 -0.007916383 0.812842607 435.069213867\n0.809446752 -0.056817885 0.584438026 482.083587646 0.040573776 0.998340666 0.040861987 -49.307636261 -0.585789919 -0.009362749 0.810408890 435.879272461\n0.806693316 -0.057565589 0.588159919 482.656250000 0.040825013 0.998295188 0.041713458 -49.279064178 -0.589558482 -0.009638330 0.807668209 436.671447754\n0.804072082 -0.058392096 0.591657400 483.227600098 0.041088048 0.998243570 0.042679738 -49.252914429 -0.593110383 -0.010007537 0.805058956 437.441009521\n0.802037001 -0.056786887 0.594568729 483.790161133 0.039056160 0.998325765 0.042665090 -49.231697083 -0.595996082 -0.010997412 0.802912056 438.196502686\n0.799936175 -0.056606736 0.597409189 484.346557617 0.037746295 0.998315930 0.044051513 -49.201362610 -0.598896742 -0.012688416 0.800725698 438.945404053\n0.798232794 -0.056743883 0.599670410 484.887237549 0.037483621 0.998302817 0.044569362 -49.179130554 -0.601181686 -0.013098910 0.799005032 439.663391113\n0.796990216 -0.057571463 0.601242185 485.421783447 0.040118378 0.998294473 0.042411059 -49.159122467 -0.602658391 -0.009680338 0.797940612 440.355529785\n0.795975626 -0.052812967 0.603020430 485.942352295 0.039713450 0.998596668 0.035036817 -49.134738922 -0.604024529 -0.003940437 0.796956003 441.050872803\n0.795532584 -0.049428031 0.603891313 486.450134277 0.039672449 0.998777568 0.029486895 -49.107666016 -0.604610562 0.000500062 0.796521068 441.726348877\n0.796154678 -0.052962881 0.602770865 486.970336914 0.043591514 0.998593926 0.030165398 -49.097663879 -0.603520989 0.002259368 0.797343969 442.392333984\n0.796846092 -0.056516837 0.601533175 487.472106934 0.046152949 0.998400152 0.032665893 -49.085510254 -0.602416992 0.001732838 0.798179686 443.049316406\n0.797215581 -0.060897760 0.600615382 487.953948975 0.049414109 0.998143196 0.035615116 -49.073127747 -0.601669014 0.001285950 0.798744500 443.694976807\n0.798202634 -0.064033441 0.598976016 488.452819824 0.052055664 0.997946799 0.037315339 -49.053836823 -0.600135565 0.001394889 0.799897075 444.343994141\n0.799327433 -0.065834954 0.597278357 488.919403076 0.052931022 0.997830451 0.039149102 -49.036754608 -0.598559916 0.000321600 0.801077962 444.964447021\n0.800137520 -0.068834275 0.595853865 489.378936768 0.055881470 0.997627497 0.040208016 -49.022384644 -0.597207904 0.001125246 0.802085698 445.569519043\n0.801029921 -0.071068324 0.594390750 489.823547363 0.059119660 0.997465551 0.039589431 -48.991024017 -0.595697820 0.003427857 0.803201318 446.191253662\n0.801861405 -0.069725998 0.593427777 490.244750977 0.057827380 0.997561693 0.039072052 -48.973476410 -0.594705164 0.002986002 0.803938329 446.761169434\n0.802611470 -0.063796669 0.593080759 490.651367188 0.051967792 0.997962296 0.037021477 -48.959392548 -0.594234049 0.001107236 0.804291368 447.341522217\n0.803387463 -0.058080539 0.592617333 491.041839600 0.046725608 0.998311877 0.034497350 -48.944366455 -0.593620539 -0.000024336 0.804745078 447.883300781\n0.803743005 -0.054253142 0.592497885 491.424926758 0.044250295 0.998526752 0.031404920 -48.934066772 -0.593328834 0.000976718 0.804959655 448.436523438\n0.804491758 -0.050766751 0.591790318 491.792022705 0.041428197 0.998710155 0.029356053 -48.928413391 -0.592517257 0.000900101 0.805557251 448.950408936\n0.805090785 -0.042619217 0.591618478 492.153167725 0.034534175 0.999091327 0.024977827 -48.918079376 -0.592145383 0.000321634 0.805831075 449.474243164\n0.805868804 -0.033149347 0.591165483 492.509185791 0.026178839 0.999449968 0.020357087 -48.911815643 -0.591515183 -0.000929117 0.806293368 449.978149414\n0.806852341 -0.028706443 0.590055287 492.851226807 0.023318212 0.999587834 0.016744630 -48.908000946 -0.590292811 0.000248589 0.807189167 450.470733643\n0.808840632 -0.030504672 0.587236166 493.200683594 0.026227316 0.999531150 0.015797140 -48.899051666 -0.587442756 0.002624258 0.809261501 450.949615479\n0.812287331 -0.033538610 0.582292378 493.537231445 0.029818954 0.999427795 0.015967680 -48.898696899 -0.582494736 0.004393004 0.812822640 451.434570312\n0.818928957 -0.036803681 0.572713614 493.877044678 0.032496382 0.999314189 0.017750952 -48.895877838 -0.572974145 0.004074348 0.819563329 451.913085938\n0.828235030 -0.037984550 0.559092104 494.196655273 0.032506913 0.999276638 0.019735049 -48.898296356 -0.559437275 0.001829095 0.828870714 452.406494141\n0.839297175 -0.040096521 0.542192340 494.499725342 0.036132097 0.999185622 0.017960971 -48.894836426 -0.542470932 0.004515953 0.840062439 452.891296387\n0.852391601 -0.041280132 0.521272063 494.787628174 0.039059132 0.999120474 0.015251444 -48.892562866 -0.521443188 0.007360232 0.853254259 453.375061035\n0.867891729 -0.043551635 0.494840592 495.062194824 0.042269330 0.999011099 0.013789016 -48.890338898 -0.494951755 0.008949206 0.868874371 453.858337402\n0.884658933 -0.046761811 0.463887870 495.313812256 0.046201251 0.998852909 0.012580239 -48.889186859 -0.463944048 0.010302977 0.885804594 454.361480713\n0.902099490 -0.050317254 0.428584546 495.533233643 0.049460817 0.998689592 0.013142657 -48.889888763 -0.428684235 0.009342153 0.903406084 454.870758057\n0.919840217 -0.052282460 0.388793707 495.727355957 0.050311424 0.998617053 0.015256641 -48.894638062 -0.389053673 0.005527092 0.921198487 455.387512207\n0.936747909 -0.050741881 0.346307158 495.899932861 0.047934469 0.998711348 0.016672995 -48.897026062 -0.346706897 0.000981656 0.937973022 455.906768799\n0.952011585 -0.045829877 0.302611232 496.032806396 0.042901296 0.998946011 0.016321406 -48.885124207 -0.303040296 -0.002555753 0.952974319 456.413879395\n0.965611398 -0.041412391 0.256670356 496.148834229 0.038565308 0.999126077 0.016118340 -48.879753113 -0.257113546 -0.005665482 0.966364622 456.944763184\n0.976898849 -0.039863043 0.209951341 496.229644775 0.037436590 0.999178469 0.015520426 -48.879978180 -0.210397556 -0.007302024 0.977588654 457.477996826\n0.986002982 -0.040803213 0.161657587 496.311340332 0.038840927 0.999128520 0.015281573 -48.872581482 -0.162140250 -0.008788747 0.986728609 458.026092529\n0.992565095 -0.044292990 0.113369599 496.362945557 0.042726230 0.998955250 0.016213793 -48.871292114 -0.113969311 -0.011249390 0.993420601 458.592895508\n0.996918142 -0.042793084 0.065749079 496.354888916 0.041622415 0.998951316 0.019073505 -48.856094360 -0.066496350 -0.016278088 0.997653902 459.164001465\n0.999193728 -0.036619339 0.016460890 496.335144043 0.036218029 0.999054492 0.024050288 -48.846561432 -0.017326031 -0.023434715 0.999575198 459.742797852\n0.998886585 -0.032976110 -0.033736840 496.288024902 0.033936936 0.999022782 0.028315114 -48.834995270 0.032770149 -0.029428512 0.999029577 460.335845947\n0.995846093 -0.034311522 -0.084340326 496.227783203 0.036822241 0.998918355 0.028395377 -48.825660706 0.083274812 -0.031383026 0.996032357 460.936340332\n0.990291476 -0.039508227 -0.133273691 496.149749756 0.043609791 0.998656273 0.027997026 -48.831970215 0.131988481 -0.033537254 0.990683734 461.530090332\n0.982908130 -0.040751405 -0.179529861 496.022003174 0.045863502 0.998649299 0.024415148 -48.810745239 0.178292423 -0.032231715 0.983449519 462.143524170\n0.974330127 -0.038289551 -0.221843973 495.838409424 0.044493079 0.998744190 0.023031866 -48.793956757 0.220683485 -0.032311160 0.974810123 462.743530273\n0.963886678 -0.034382392 -0.264083833 495.651367188 0.041885570 0.998861492 0.022832509 -48.783798218 0.262998134 -0.033069253 0.964229465 463.351806641\n0.952261090 -0.032555874 -0.303543955 495.435058594 0.041268654 0.998898506 0.022331266 -48.782043457 0.302482575 -0.033792045 0.952555716 463.956390381\n0.939396381 -0.035408527 -0.340999573 495.195892334 0.044581354 0.998823166 0.019098867 -48.776840210 0.339922011 -0.033143628 0.939869404 464.555450439\n0.925581694 -0.040457495 -0.376379728 494.936309814 0.049372118 0.998681426 0.014064994 -48.770404816 0.375314415 -0.031600967 0.926358700 465.166168213\n0.911626101 -0.042815834 -0.408784419 494.647918701 0.050912380 0.998663127 0.008939829 -48.761985779 0.407855153 -0.028961968 0.912587166 465.760009766\n0.898978353 -0.038695168 -0.436280459 494.328033447 0.046359479 0.998900771 0.006930254 -48.759918213 0.435532719 -0.026455883 0.899784029 466.355743408\n0.887693286 -0.032625936 -0.459277838 493.996887207 0.041117813 0.999118149 0.008497783 -48.760749817 0.458595574 -0.026427925 0.888252020 466.975524902\n0.878839672 -0.026597321 -0.476375312 493.646545410 0.036758877 0.999251842 0.012023581 -48.763095856 0.475699127 -0.028077822 0.879159808 467.578979492\n0.872006774 -0.022880062 -0.488958806 493.285522461 0.035602454 0.999225914 0.016736031 -48.758647919 0.488197386 -0.032002065 0.872146308 468.186553955\n0.866706908 -0.023304967 -0.498273045 492.926696777 0.038619950 0.999044716 0.020449581 -48.755344391 0.497320473 -0.036967073 0.866778970 468.825378418\n0.863650799 -0.021974819 -0.503611326 492.554779053 0.037887257 0.999053299 0.021380272 -48.754974365 0.502664685 -0.037545539 0.863665760 469.440093994\n0.861331999 -0.021349378 -0.507593811 492.177276611 0.036574874 0.999129951 0.020040253 -48.745151520 0.506724298 -0.035826489 0.861363411 470.065765381\n0.860113740 -0.022480976 -0.509606719 491.792572021 0.037146799 0.999136329 0.018620070 -48.733871460 0.508747995 -0.034945633 0.860205948 470.693420410\n0.858513236 -0.024847683 -0.512189090 491.411590576 0.040241491 0.999009550 0.018986700 -48.722236633 0.511210024 -0.036911584 0.858662844 471.364624023\n0.858008087 -0.024872748 -0.513033628 491.020019531 0.041707721 0.998902261 0.021324363 -48.711624146 0.511940062 -0.039693937 0.858103573 472.016113281\n0.857667744 -0.023551317 -0.513664663 490.623840332 0.041921154 0.998827815 0.024200048 -48.707344055 0.512492597 -0.042289015 0.857649684 472.672851562\n0.857056975 -0.022894032 -0.514712751 490.206848145 0.041712031 0.998816133 0.025028827 -48.699169159 0.513530433 -0.042920843 0.856997252 473.361877441\n0.857076883 -0.023588751 -0.514648199 489.798736572 0.042588212 0.998776197 0.025146291 -48.685077667 0.513425231 -0.043470249 0.857032657 474.041107178\n0.857163787 -0.023810089 -0.514493287 489.382629395 0.042905014 0.998759806 0.025259940 -48.673866272 0.513253748 -0.043726247 0.857122302 474.727691650\n0.857485831 -0.023448054 -0.513972938 488.958435059 0.041770685 0.998836040 0.024119964 -48.660316467 0.512809157 -0.042151529 0.857467234 475.433044434\n0.857563794 -0.023609785 -0.513835490 488.538208008 0.041441847 0.998869956 0.023268005 -48.645774841 0.512705445 -0.041248091 0.857573152 476.139404297\n0.857698798 -0.025042141 -0.513542235 488.108306885 0.042794980 0.998824418 0.022768339 -48.638202667 0.512368381 -0.041505408 0.857762218 476.847198486\n0.857796073 -0.026216658 -0.513321221 487.681091309 0.043851025 0.998789907 0.022267353 -48.624053955 0.512116253 -0.041610509 0.857907653 477.575439453\n0.858024418 -0.025568131 -0.512972116 487.239379883 0.043657098 0.998776197 0.023241064 -48.613956451 0.511750102 -0.042336274 0.858090639 478.311157227\n0.858275175 -0.024273107 -0.512615442 486.781860352 0.043021463 0.998767853 0.024737962 -48.599590302 0.511383295 -0.043285441 0.858261943 479.063446045\n0.857803643 -0.022369351 -0.513490498 486.346984863 0.043134816 0.998661160 0.028553210 -48.582313538 0.512164295 -0.046642367 0.857620120 479.813018799\n0.857920647 -0.022434255 -0.513292193 485.889709473 0.044958625 0.998492002 0.031503521 -48.562088013 0.511811376 -0.050104432 0.857635498 480.571899414\n0.857906342 -0.022882419 -0.513296366 485.419921875 0.046022493 0.998414457 0.032411784 -48.544105530 0.511740863 -0.051429451 0.857599139 481.350769043\n0.858008742 -0.024462720 -0.513052225 484.951812744 0.046494439 0.998463511 0.030148013 -48.525634766 0.511526406 -0.049721330 0.857827783 482.117156982\n0.857672155 -0.025073303 -0.513585210 484.489349365 0.046588197 0.998491526 0.029054413 -48.510055542 0.512081981 -0.048846174 0.857546508 482.883300781\n0.857710838 -0.024762671 -0.513535738 484.004455566 0.046495169 0.998482525 0.029509762 -48.483692169 0.512025714 -0.049187772 0.857560635 483.676208496\n0.857790828 -0.024273923 -0.513425410 483.524291992 0.047836293 0.998319089 0.032722220 -48.468795776 0.511768043 -0.052629188 0.857510149 484.488281250\n0.857742608 -0.024474777 -0.513496459 483.044830322 0.048618510 0.998251021 0.033632547 -48.450366974 0.511775255 -0.053813502 0.857432365 485.295593262\n0.858354568 -0.022585873 -0.512559593 482.557434082 0.046465814 0.998347163 0.033821631 -48.427463531 0.510948539 -0.052847449 0.857985258 486.073944092\n0.858119071 -0.019736951 -0.513071299 482.085998535 0.045152687 0.998290360 0.037116036 -48.407226562 0.511461556 -0.055016521 0.857543170 486.887145996\n0.858096004 -0.017958650 -0.513175130 481.599761963 0.045052424 0.998167276 0.040402524 -48.384231567 0.511509061 -0.057789028 0.857332468 487.706420898\n0.858651102 -0.017250538 -0.512270153 481.108581543 0.043659158 0.998262763 0.039563924 -48.359046936 0.510697722 -0.056336891 0.857912600 488.514099121\n0.858672976 -0.019494645 -0.512152970 480.626373291 0.043593973 0.998433053 0.035084974 -48.335380554 0.510666490 -0.052453302 0.858177364 489.331237793\n0.858775616 -0.019891435 -0.511965632 480.139709473 0.042199422 0.998597026 0.031987119 -48.317588806 0.510611117 -0.049074411 0.858410180 490.144500732\n0.858972132 -0.021415023 -0.511574328 479.653167725 0.043655667 0.998549879 0.031500865 -48.300834656 0.510157883 -0.049391482 0.858661413 490.963928223\n0.858895898 -0.021149935 -0.511713386 479.159454346 0.044401843 0.998459935 0.033259235 -48.278137207 0.510221899 -0.051287234 0.858512223 491.796508789\n0.858933568 -0.019970147 -0.511697471 478.667633057 0.044913713 0.998326421 0.036430065 -48.255985260 0.510113597 -0.054273240 0.858393013 492.627166748\n0.859085500 -0.018627224 -0.511493027 478.173828125 0.045192834 0.998194993 0.039552659 -48.233509064 0.509833038 -0.057094935 0.858376622 493.451263428\n0.859279633 -0.017881593 -0.511193514 477.677703857 0.046502925 0.997981071 0.043258630 -48.206062317 0.509387910 -0.060943250 0.858376324 494.274505615\n0.859228134 -0.016551711 -0.511324823 477.162811279 0.047614340 0.997725546 0.047714319 -48.181423187 0.509372056 -0.065343879 0.858061910 495.142883301\n0.859170258 -0.015949156 -0.511441171 476.661987305 0.047280040 0.997712612 0.048312359 -48.153617859 0.509500802 -0.065689504 0.857959092 495.983856201\n0.858884633 -0.016270183 -0.511910617 476.162811279 0.041821677 0.998385489 0.038436547 -48.125625610 0.510458767 -0.054421522 0.858178377 496.815338135\n0.858958364 -0.022039574 -0.511570990 475.665344238 0.039284825 0.998965085 0.022924030 -48.107551575 0.510536313 -0.039787762 0.858935177 497.632232666\n0.859317541 -0.022710539 -0.510937989 475.148803711 0.034963991 0.999284983 0.014387010 -48.087471008 0.510245919 -0.030227441 0.859497190 498.477478027\n0.859689891 -0.016904948 -0.510536492 474.637268066 0.031172529 0.999325693 0.019401468 -48.076923370 0.509864271 -0.032593958 0.859637141 499.320739746\n0.859582722 -0.009818881 -0.510902345 474.126159668 0.030010333 0.999059677 0.031291146 -48.070266724 0.510114670 -0.042229678 0.859069109 500.161773682\n0.859245896 -0.007213418 -0.511511922 473.619995117 0.030618316 0.998833179 0.037347447 -48.052505493 0.510645628 -0.047752276 0.858464181 500.995361328\n0.858630478 -0.007795983 -0.512535810 473.112548828 0.031954579 0.998753667 0.038340557 -48.031860352 0.511598110 -0.049298238 0.857809424 501.847564697\n0.858472943 -0.009522569 -0.512770474 472.608215332 0.032387625 0.998838544 0.035673648 -48.009151459 0.511835158 -0.047232278 0.857784271 502.683044434\n0.858132422 -0.007579949 -0.513372481 472.101165771 0.029029867 0.999007761 0.033774782 -47.985755920 0.512607038 -0.043886371 0.857501030 503.521545410\n0.857998729 -0.007943569 -0.513590395 471.586761475 0.028552815 0.999071956 0.032247651 -47.969821930 0.512857616 -0.042332895 0.857429266 504.371063232\n0.857484758 -0.005444729 -0.514480650 471.074462891 0.025665468 0.999151766 0.032202646 -47.946079254 0.513868868 -0.040817663 0.856897116 505.197906494\n0.857123435 -0.004290088 -0.515093207 470.562103271 0.024466142 0.999175787 0.032390159 -47.929138184 0.514529705 -0.040364709 0.856521964 506.044677734\n0.856786907 -0.002681703 -0.515663624 470.050354004 0.022937691 0.999194920 0.032915197 -47.905815125 0.515160203 -0.040029444 0.856158614 506.884948730\n0.856513739 -0.001022759 -0.516123235 469.531982422 0.021863205 0.999172330 0.034302317 -47.886497498 0.515660942 -0.040664513 0.855827212 507.737030029\n0.856272638 0.000917026 -0.516523361 469.008056641 0.021326443 0.999082923 0.037127919 -47.862270355 0.516083717 -0.042807229 0.855467796 508.576202393\n0.856267989 0.003212994 -0.516521871 468.498626709 0.020526662 0.998979092 0.040242326 -47.843074799 0.516123831 -0.045060683 0.855327845 509.394042969\n0.855937004 0.004914633 -0.517056763 468.000427246 0.020016346 0.998890400 0.042629581 -47.823436737 0.516692579 -0.046837822 0.854888916 510.208648682\n0.855788112 0.005115709 -0.517301202 467.507476807 0.019542657 0.998917699 0.042208582 -47.803344727 0.516957223 -0.046231043 0.854761958 511.014282227\n0.855460942 0.003861003 -0.517852962 467.025421143 0.019696787 0.999006093 0.039986249 -47.779525757 0.517492652 -0.044406712 0.854534626 511.802001953\n0.855583787 0.002224554 -0.517659664 466.545501709 0.020124439 0.999091923 0.037554942 -47.756641388 0.517273128 -0.042549010 0.854762018 512.586059570\n0.855314434 0.001758753 -0.518106282 466.068389893 0.020292375 0.999113262 0.036891181 -47.741317749 0.517711759 -0.042067166 0.854520261 513.375854492\n0.855234146 -0.000474517 -0.518241644 465.587066650 0.021853069 0.999143124 0.035148427 -47.718463898 0.517780900 -0.041385304 0.854511678 514.161254883\n0.854815483 -0.000229072 -0.518932045 465.114288330 0.021816794 0.999131620 0.035496864 -47.701854706 0.518473327 -0.041664705 0.854078174 514.929504395\n0.854768991 -0.000499639 -0.519008458 464.653533936 0.023186663 0.999037862 0.037224982 -47.685371399 0.518490553 -0.043852832 0.853958130 515.689758301\n0.854911923 0.000925098 -0.518772423 464.190032959 0.021759341 0.999054432 0.037639908 -47.666839600 0.518316686 -0.043466952 0.854083419 516.432983398\n0.854860187 0.001840101 -0.518855214 463.741241455 0.021478862 0.999011040 0.038931295 -47.652305603 0.518413723 -0.044425230 0.853975177 517.169738770\n0.854749739 0.002630364 -0.519033670 463.296508789 0.021409642 0.998957396 0.040320136 -47.634193420 0.518598616 -0.045575950 0.853802264 517.896057129\n0.854877830 0.004358986 -0.518811047 462.867919922 0.020041894 0.998940885 0.041417286 -47.618518829 0.518442094 -0.045804676 0.853885055 518.594360352\n0.855079472 0.004317558 -0.518478990 462.445281982 0.019857679 0.998959005 0.041068122 -47.605381012 0.518116593 -0.045412298 0.854103625 519.283508301\n0.854879379 0.003686100 -0.518813670 462.034851074 0.019787593 0.999015570 0.039703038 -47.592029572 0.518449306 -0.044207383 0.853964925 519.964050293\n0.855157912 0.003551724 -0.518355429 461.638580322 0.019786444 0.999024153 0.039487951 -47.572376251 0.517989814 -0.044024844 0.854253113 520.608642578\n0.855707526 0.004847015 -0.517437160 461.252868652 0.018856248 0.998999894 0.040541355 -47.557044983 0.517116189 -0.044448461 0.854760349 521.236877441\n0.856038034 0.005768737 -0.516880631 460.874176025 0.018228311 0.998978913 0.041338321 -47.542518616 0.516591311 -0.044809036 0.855058789 521.857910156\n0.856525421 0.004849213 -0.516081989 460.515533447 0.019835528 0.998907745 0.042306364 -47.529518127 0.515723467 -0.046473235 0.855493724 522.460449219\n0.856845021 0.004136967 -0.515557528 460.164459229 0.020357970 0.998916447 0.041850053 -47.517604828 0.515172064 -0.046354715 0.855832338 523.044921875\n0.857294798 0.002409022 -0.514820158 459.806304932 0.020672824 0.999021471 0.039099809 -47.502059937 0.514410615 -0.044162851 0.856406093 523.635620117\n0.857660055 0.000122966 -0.514217019 459.461242676 0.022094687 0.999067605 0.037090532 -47.487396240 0.513742149 -0.043172531 0.856857717 524.223083496\n0.858011067 -0.001574591 -0.513628840 459.119781494 0.024018433 0.999024391 0.037059888 -47.475067139 0.513069391 -0.044134356 0.857211769 524.788269043\n0.858268678 -0.002148768 -0.513196170 458.768218994 0.024849780 0.998992264 0.037375934 -47.460811615 0.512598693 -0.044831406 0.857457161 525.383483887\n0.858662665 -0.001677763 -0.512538433 458.431152344 0.024898672 0.998950541 0.038443089 -47.444587708 0.511936069 -0.045771170 0.857803345 525.959899902\n0.859069049 -0.000775924 -0.511859119 458.086822510 0.024755701 0.998891592 0.040034048 -47.428703308 0.511260748 -0.047063444 0.858136058 526.522216797\n0.859517932 -0.001086361 -0.511104405 457.752685547 0.025488917 0.998844564 0.040741339 -47.414379120 0.510469615 -0.048045408 0.858552516 527.080932617\n0.860058427 -0.003115194 -0.510186017 457.428863525 0.027448265 0.998815656 0.040172812 -47.400943756 0.509456635 -0.048554689 0.859125376 527.630432129\n0.860340416 -0.002222184 -0.509715080 457.106079102 0.026458696 0.998837054 0.040304646 -47.384685516 0.509032726 -0.048162110 0.859398663 528.176696777\n0.860725284 0.000063780 -0.509069681 456.795928955 0.024826501 0.998804867 0.042101312 -47.367561340 0.508463979 -0.048876084 0.859695017 528.702270508\n0.861243546 0.000175445 -0.508192420 456.486328125 0.025097881 0.998764992 0.042878672 -47.349090576 0.507572293 -0.049683534 0.860175490 529.219848633\n0.861301243 -0.000400043 -0.508094549 456.184997559 0.025358606 0.998787284 0.042200498 -47.339698792 0.507461488 -0.049231909 0.860266864 529.725463867\n0.861358404 -0.003136154 -0.507988036 455.904785156 0.027716314 0.998781621 0.040830392 -47.329574585 0.507241070 -0.049249157 0.860395908 530.209472656\n0.861411154 -0.005058844 -0.507883132 455.629516602 0.028230486 0.998881459 0.037931707 -47.313789368 0.507123172 -0.047012582 0.860590458 530.680725098\n0.861210883 -0.005989522 -0.508212507 455.352355957 0.027951829 0.998975396 0.035593450 -47.304847717 0.507478595 -0.044858936 0.860495925 531.135131836\n0.860192597 -0.006000547 -0.509934008 455.095581055 0.028021850 0.998976231 0.035513978 -47.289516449 0.509198844 -0.044838153 0.859480143 531.559082031\n0.858626783 -0.006702376 -0.512557507 454.841186523 0.029649658 0.998889804 0.036606740 -47.280418396 0.511743128 -0.046628680 0.857872248 531.985839844\n0.855473757 -0.008304730 -0.517779589 454.581085205 0.032484822 0.998762786 0.037652049 -47.273307800 0.516826272 -0.049030319 0.854685128 532.417175293\n0.850024104 -0.011829583 -0.526610970 454.322326660 0.037304953 0.998589396 0.037783507 -47.270679474 0.525421202 -0.051762089 0.849266291 532.830749512\n0.842328608 -0.015723176 -0.538734913 454.061157227 0.042179089 0.998431802 0.036808707 -47.257904053 0.537311316 -0.053728372 0.841670871 533.242797852\n0.832149804 -0.018625729 -0.554238081 453.780548096 0.046032876 0.998306572 0.035566054 -47.247116089 0.552637041 -0.055109456 0.831598043 533.657165527\n0.819273651 -0.020671377 -0.573029995 453.482360840 0.048625298 0.998254836 0.033509806 -47.244060516 0.571337283 -0.055317454 0.818849027 534.026123047\n0.802600980 -0.022920193 -0.596075833 453.177062988 0.051383909 0.998203754 0.030804392 -47.236122131 0.594299078 -0.055352338 0.802337050 534.409729004\n0.782487869 -0.024676034 -0.622176707 452.859405518 0.054264788 0.998115182 0.028660690 -47.227439880 0.620296776 -0.056188930 0.782352030 534.782775879\n0.758668661 -0.025507657 -0.650977135 452.526306152 0.057304878 0.997972906 0.027680639 -47.221393585 0.648951471 -0.058304597 0.758592486 535.139892578\n0.730948806 -0.025748177 -0.681946337 452.182220459 0.060363416 0.997810483 0.027026713 -47.220851898 0.679757357 -0.060919754 0.730902672 535.478637695\n0.699706554 -0.024566900 -0.714007854 451.837402344 0.061396424 0.997779012 0.025836056 -47.219596863 0.711787343 -0.061915182 0.699660897 535.760070801\n0.663814783 -0.022747254 -0.747551084 451.459930420 0.061908640 0.997778296 0.024612581 -47.213783264 0.745330334 -0.062618062 0.663748264 536.057373047\n0.624599099 -0.020912083 -0.780665517 451.066406250 0.062084481 0.997807145 0.022944128 -47.216037750 0.778473854 -0.062798098 0.624527812 536.325012207\n0.581537962 -0.019201303 -0.813292623 450.666290283 0.061515506 0.997897089 0.020426454 -47.213829041 0.811190128 -0.061908867 0.581496239 536.563049316\n0.535443902 -0.016892487 -0.844401896 450.263977051 0.060774948 0.997978687 0.018573191 -47.223060608 0.842381358 -0.061263379 0.535388231 536.774658203\n0.484507978 -0.017169397 -0.874618411 449.864440918 0.061064813 0.998032272 0.014235672 -47.209644318 0.872653008 -0.060305700 0.484603047 536.974975586\n0.431343317 -0.016740097 -0.902032614 449.406646729 0.061062533 0.998076856 0.010677014 -47.208724976 0.900119066 -0.059685849 0.431535959 537.149353027\n0.374652743 -0.015121357 -0.927041888 448.923126221 0.061631866 0.998061657 0.008627987 -47.202854156 0.925114512 -0.060367819 0.374858499 537.314514160\n0.314926863 -0.011120558 -0.949050784 448.427917480 0.063549876 0.997934461 0.009394628 -47.213157654 0.946985960 -0.063270688 0.314983070 537.454101562\n0.253319621 -0.007136295 -0.967356384 447.899658203 0.063539095 0.997936249 0.009276970 -47.206893921 0.965293825 -0.063814983 0.253250241 537.561828613\n0.191182554 -0.003259500 -0.981549084 447.377471924 0.064921841 0.997846723 0.009331618 -47.219322205 0.979405105 -0.065508015 0.190982521 537.615295410\n0.126187265 -0.000596781 -0.992006183 446.826660156 0.066323921 0.997767389 0.007836423 -47.222160339 0.989786744 -0.066782594 0.125945091 537.658081055\n0.060643792 0.000526481 -0.998159468 446.256103516 0.068865389 0.997614861 0.004710167 -47.225326538 0.995781183 -0.069024272 0.060462892 537.674743652\n-0.002991080 0.002065926 -0.999993503 445.665954590 0.071444862 0.997442842 0.001846971 -47.224243164 0.997440159 -0.071438864 -0.003131032 537.644226074\n-0.065422297 0.001301175 -0.997856855 445.069519043 0.070739582 0.997489214 -0.003337182 -47.214248657 0.995347083 -0.070806302 -0.065350056 537.573425293\n-0.127012730 0.003009160 -0.991896510 444.469177246 0.071353145 0.997432411 -0.006110837 -47.231788635 0.989331365 -0.071551092 -0.126901269 537.477600098\n-0.184812307 0.003831853 -0.982766390 443.861572266 0.070023000 0.997502208 -0.009278744 -47.227233887 0.980276048 -0.070531078 -0.184619069 537.334594727\n-0.239480019 0.007685111 -0.970871031 443.249877930 0.071154147 0.997418582 -0.009655979 -47.244056702 0.968290627 -0.071393900 -0.239408612 537.163513184\n-0.287928939 0.006753923 -0.957628071 442.640808105 0.069480911 0.997487068 -0.013855693 -47.256649017 0.955128074 -0.070526317 -0.287674665 536.951416016\n-0.331531167 0.004319841 -0.943434417 442.022125244 0.066328250 0.997621834 -0.018740369 -47.286739349 0.941109836 -0.068789363 -0.331029296 536.714233398\n-0.369517684 0.000268139 -0.929223657 441.407653809 0.061322913 0.997827053 -0.024097903 -47.304828644 0.927198052 -0.065887302 -0.368731141 536.445312500\n-0.402288914 -0.002641357 -0.915509224 440.783508301 0.057949271 0.997917116 -0.028342910 -47.314689636 0.913677156 -0.064455114 -0.401297927 536.145080566\n-0.431607962 -0.000980937 -0.902060986 440.152618408 0.058200870 0.997885525 -0.028932430 -47.333946228 0.900181949 -0.064988188 -0.430638194 535.825683594\n-0.457501888 0.002173659 -0.889205992 439.518432617 0.055870079 0.998091459 -0.026305668 -47.363475800 0.887451708 -0.061714903 -0.456750154 535.472534180\n-0.480919123 0.003572304 -0.876757801 438.885406494 0.051019948 0.998411179 -0.023917483 -47.385890961 0.875279367 -0.056234509 -0.480337381 535.103759766\n-0.501659274 0.005240973 -0.865049541 438.246520996 0.048626512 0.998571396 -0.022149540 -47.407615662 0.863697648 -0.053175859 -0.501197457 534.712768555\n-0.519719362 0.007549774 -0.854303956 437.597137451 0.047780994 0.998652697 -0.020242322 -47.434608459 0.853000104 -0.051339809 -0.519379854 534.299682617\n-0.534950972 0.009454661 -0.844830275 436.950653076 0.046653699 0.998742282 -0.018364245 -47.457092285 0.843594134 -0.049238425 -0.534719229 533.871215820\n-0.548533440 0.007399434 -0.836095929 436.250183105 0.040704653 0.999011517 -0.017863672 -47.471935272 0.835137248 -0.043831814 -0.548292398 533.429443359\n-0.556266069 0.007948954 -0.830966353 435.593750000 0.038244788 0.999139607 -0.016044168 -47.495254517 0.830123842 -0.040704954 -0.556091428 532.971679688\n-0.562877297 0.009210297 -0.826489449 434.940490723 0.037335493 0.999200583 -0.014292209 -47.517486572 0.825697064 -0.038902141 -0.562771201 532.521606445\n-0.569719315 0.011230888 -0.821762919 434.286865234 0.038149789 0.999190152 -0.012793069 -47.535507202 0.820953727 -0.038638532 -0.569686413 532.057006836\n-0.579647541 0.013462117 -0.814756393 433.622558594 0.039506130 0.999152005 -0.011597234 -47.549919128 0.813909352 -0.038910173 -0.579687834 531.593078613\n-0.590150118 0.014761228 -0.807158589 432.973541260 0.039687131 0.999154389 -0.010744626 -47.566375732 0.806317449 -0.038374748 -0.590236902 531.120971680\n-0.599729896 0.015758527 -0.800047576 432.333679199 0.039589081 0.999166071 -0.009996109 -47.588951111 0.799222827 -0.037668105 -0.599853635 530.637390137\n-0.609562635 0.014475639 -0.792605937 431.692779541 0.037264254 0.999251246 -0.010408822 -47.605117798 0.791861773 -0.035880692 -0.609645724 530.136596680\n-0.618803859 0.012903527 -0.785439670 431.066833496 0.035135243 0.999319077 -0.011263855 -47.618789673 0.784759521 -0.034566727 -0.618835807 529.635803223\n-0.627526760 0.012551953 -0.778494179 430.439697266 0.033999048 0.999358058 -0.011292837 -47.640136719 0.777852714 -0.033554610 -0.627550721 529.115905762\n-0.637021303 0.013712958 -0.770724237 429.828216553 0.033877891 0.999373734 -0.010219694 -47.664375305 0.770101428 -0.032620676 -0.637086868 528.609558105\n-0.645826578 0.014137177 -0.763353407 429.202545166 0.033446498 0.999392569 -0.009788448 -47.683586121 0.762751341 -0.031853132 -0.645907164 528.074157715\n-0.655032396 0.012753459 -0.755493343 428.601501465 0.030930007 0.999472082 -0.009945060 -47.699947357 0.754967630 -0.029881747 -0.655081034 527.532653809\n-0.664722443 0.014880352 -0.746942163 428.026000977 0.033132873 0.999405086 -0.009575932 -47.720706940 0.746355295 -0.031113677 -0.664820075 527.014160156\n-0.673969030 0.014407513 -0.738619030 427.444396973 0.032889199 0.999403656 -0.010516086 -47.733070374 0.738027096 -0.031380106 -0.674041033 526.471008301\n-0.683950782 0.008951881 -0.729473591 426.861328125 0.027512383 0.999529898 -0.013529534 -47.757545471 0.729009569 -0.029323084 -0.683875561 525.920288086\n-0.692187428 0.003456234 -0.721709609 426.308532715 0.022592317 0.999602258 -0.016881106 -47.778121948 0.721364200 -0.027989982 -0.691990137 525.349243164\n-0.702163339 0.001837853 -0.712013841 425.731140137 0.021860547 0.999580860 -0.018977987 -47.800186157 0.711680591 -0.028890653 -0.701909184 524.787841797\n-0.710753679 0.003313090 -0.703433096 425.201629639 0.022696678 0.999576271 -0.018224994 -47.819667816 0.703074634 -0.028919077 -0.710527658 524.232177734\n-0.719309449 0.002290004 -0.694686234 424.654937744 0.018178448 0.999714196 -0.015527265 -47.842124939 0.694452167 -0.023797223 -0.719145417 523.654479980\n-0.728135347 0.002760579 -0.685428023 424.115051270 0.015995761 0.999787986 -0.012965742 -47.864349365 0.685246885 -0.020404756 -0.728025079 523.070068359\n-0.737135410 0.005168745 -0.675725281 423.579986572 0.016715018 0.999804258 -0.010586401 -47.885021210 0.675538301 -0.019098371 -0.737077475 522.486450195\n-0.745830655 0.005842900 -0.666110337 423.059448242 0.016825194 0.999807775 -0.010068851 -47.903465271 0.665923417 -0.018717088 -0.745785594 521.901000977\n-0.753701448 0.002224139 -0.657213509 422.563568115 0.013018852 0.999848604 -0.011546512 -47.921127319 0.657088339 -0.017258786 -0.753616333 521.301757812\n-0.762195230 -0.003000762 -0.647340298 422.076965332 0.009026302 0.999842763 -0.015262597 -47.939773560 0.647284329 -0.017476168 -0.762048244 520.710876465\n-0.770572782 -0.003075834 -0.637344837 421.589782715 0.008748340 0.999843121 -0.015402311 -47.961875916 0.637292206 -0.017444307 -0.770424962 520.112121582\n-0.778361797 -0.001629220 -0.627814114 421.130523682 0.007256106 0.999906480 -0.011590921 -47.975612640 0.627774298 -0.013577414 -0.778277159 519.504150391\n-0.786702037 0.001991294 -0.617329955 420.633911133 0.005186731 0.999980807 -0.003384180 -48.000923157 0.617311358 -0.005864264 -0.786697268 518.882385254\n-0.794998884 0.004714890 -0.606592417 420.173645020 0.003921745 0.999988854 0.002632829 -48.009857178 0.606598079 -0.000285804 -0.795008540 518.272277832\n-0.803047657 0.006969769 -0.595874369 419.728759766 0.004799495 0.999974787 0.005228237 -48.019290924 0.595895767 0.001338627 -0.803060889 517.657958984\n-0.810871482 0.009169043 -0.585152566 419.281433105 0.007788147 0.999957800 0.004876454 -48.032070160 0.585172534 -0.000603077 -0.810908675 517.037292480\n-0.818371296 0.008241669 -0.574630857 418.853424072 0.008032057 0.999963522 0.002903019 -48.031833649 0.574633837 -0.002239719 -0.818407536 516.416870117\n-0.826021194 0.008016848 -0.563582122 418.428314209 0.008279963 0.999963522 0.002088660 -48.039817810 0.563578308 -0.002941161 -0.826057434 515.786010742\n-0.833008170 0.007896961 -0.553204298 418.006225586 0.008016759 0.999965429 0.002202915 -48.044315338 0.553202569 -0.002599859 -0.833042741 515.145385742\n-0.839338660 0.007747204 -0.543554127 417.598754883 0.007382931 0.999968708 0.002851940 -48.052864075 0.543559194 -0.001619280 -0.839369535 514.494628906\n-0.845484257 0.008009379 -0.533940732 417.202270508 0.007357365 0.999967337 0.003349778 -48.064788818 0.533950150 -0.001096213 -0.845515490 513.848022461\n-0.851591825 0.007283115 -0.524155438 416.791381836 0.006543066 0.999973238 0.003264110 -48.067615509 0.524165213 -0.000649895 -0.851616740 513.169982910\n-0.857476473 0.006097659 -0.514487028 416.403747559 0.005366104 0.999981344 0.002908211 -48.083614349 0.514495194 -0.000267068 -0.857493162 512.491271973\n-0.863016367 0.005682615 -0.505143881 416.013519287 0.004752305 0.999983788 0.003130209 -48.090839386 0.505153477 0.000300824 -0.863029480 511.816162109\n-0.868259549 0.005466904 -0.496080518 415.631835938 0.004284407 0.999984622 0.003521290 -48.098548889 0.496092141 0.000931982 -0.868269682 511.136962891\n-0.873052955 0.005035781 -0.487599641 415.246337891 0.003618435 0.999986053 0.003848703 -48.104667664 0.487612247 0.001595773 -0.873059034 510.444030762\n-0.877628684 0.003796179 -0.479325861 414.871063232 0.002787975 0.999992132 0.002815082 -48.111217499 0.479332805 0.001134248 -0.877632380 509.741394043\n-0.881763339 0.001737385 -0.471689224 414.506164551 0.000863355 0.999997497 0.002069383 -48.113620758 0.471691638 0.001417471 -0.881762624 509.040710449\n-0.886069179 0.001345573 -0.463551641 414.131408691 0.000674756 0.999998450 0.001612961 -48.116508484 0.463553101 0.001116410 -0.886068821 508.328002930\n-0.889723182 0.000546570 -0.456500292 413.776275635 -0.000411451 0.999997914 0.001999225 -48.120918274 0.456500441 0.001966584 -0.889721155 507.599914551\n-0.893383503 0.001085446 -0.449293613 413.416076660 0.000073694 0.999997437 0.002269353 -48.129364014 0.449294895 0.001994292 -0.893381238 506.874694824\n-0.897276640 -0.000341609 -0.441468984 413.059570312 -0.001680864 0.999995112 0.002642524 -48.138622284 0.441465914 0.003113125 -0.897272825 506.145568848\n-0.900682092 -0.001635831 -0.434475690 412.714813232 -0.003083739 0.999991775 0.002627653 -48.143642426 0.434467822 0.003706489 -0.900679827 505.408142090\n-0.903928876 -0.002420053 -0.427676529 412.373718262 -0.004206207 0.999985933 0.003231630 -48.144706726 0.427662700 0.004720059 -0.903926253 504.666625977\n-0.907251477 -0.002108302 -0.420583367 412.021911621 -0.004631400 0.999976873 0.004977828 -48.154960632 0.420563132 0.006464032 -0.907240272 503.920959473\n-0.909618974 -0.001856586 -0.415439814 411.694732666 -0.004824148 0.999969780 0.006093797 -48.155494690 0.415415943 0.007547175 -0.909600496 503.164001465\n-0.912210584 -0.002643679 -0.409713179 411.357391357 -0.006336719 0.999950588 0.007656268 -48.157859802 0.409672707 0.009580365 -0.912182212 502.390136719\n-0.914656162 -0.001594443 -0.404230237 411.025970459 -0.006278622 0.999927640 0.010262596 -48.163848877 0.404184610 0.011924754 -0.914600015 501.629638672\n-0.916867733 -0.003153169 -0.399178505 410.697631836 -0.007844898 0.999918044 0.010120343 -48.163261414 0.399113864 0.012410531 -0.916817307 500.864379883\n-0.918791294 -0.006710845 -0.394686550 410.381256104 -0.011044276 0.999901116 0.008708692 -48.171783447 0.394589067 0.012360497 -0.918774605 500.103332520\n-0.920284986 -0.007505005 -0.391176730 410.070037842 -0.010794915 0.999922454 0.006211963 -48.175121307 0.391099751 0.009939495 -0.920294642 499.342651367\n-0.921613097 -0.005019363 -0.388078004 409.747039795 -0.007489001 0.999960184 0.004851592 -48.176620483 0.388038188 0.007377606 -0.921614051 498.578430176\n-0.922969103 -0.005183685 -0.384839237 409.419738770 -0.007202126 0.999966800 0.003803737 -48.185493469 0.384806752 0.006282392 -0.922975779 497.798400879\n-0.924308538 -0.004398109 -0.381621212 409.100189209 -0.006820488 0.999964237 0.004995220 -48.187721252 0.381585598 0.007219966 -0.924305439 497.030090332\n-0.925912142 0.000415857 -0.377739102 408.789184570 -0.003424259 0.999949038 0.009494382 -48.197525024 0.377723783 0.010084438 -0.925863624 496.264099121\n-0.927457809 0.003453272 -0.373911709 408.473968506 -0.000828856 0.999935925 0.011290846 -48.198925018 0.373926729 0.010781704 -0.927395463 495.488769531\n-0.928923726 0.003048669 -0.370258391 408.175506592 -0.000778836 0.999947786 0.010187452 -48.203437805 0.370270133 0.009751736 -0.928872943 494.717651367\n-0.930704832 0.002280039 -0.365764469 407.870361328 -0.000522365 0.999971271 0.007562630 -48.203414917 0.365771204 0.007229638 -0.930676818 493.938476562\n-0.932178140 0.003169706 -0.361987084 407.573059082 -0.000475019 0.999950111 0.009979225 -48.208202362 0.362000644 0.009474362 -0.932130098 493.153625488\n-0.934107065 0.004410004 -0.356966168 407.266326904 -0.000618175 0.999902189 0.013970553 -48.206485748 0.356992871 0.013270657 -0.934013009 492.371093750\n-0.935622692 0.006633742 -0.352939308 406.977813721 0.001523613 0.999889970 0.014754621 -48.202987671 0.352998376 0.013267016 -0.935529828 491.575195312\n-0.937511921 0.007990589 -0.347861737 406.685424805 0.002193014 0.999852121 0.017056869 -48.197990417 0.347946584 0.015228150 -0.937390804 490.797790527\n-0.938940644 0.007879513 -0.343988806 406.402282715 0.000811946 0.999785721 0.020685136 -48.183921814 0.344078094 0.019142814 -0.938745856 489.996215820\n-0.940434694 0.008371086 -0.339871407 406.130706787 -0.000069204 0.999692082 0.024814060 -48.181694031 0.339974493 0.023359524 -0.940144420 489.217163086\n-0.941707730 0.006342000 -0.336372912 405.859985352 -0.001977142 0.999700725 0.024383627 -48.178840637 0.336426884 0.023627304 -0.941413403 488.432006836\n-0.943004251 0.004805091 -0.332745910 405.572875977 -0.002405738 0.999771178 0.021255296 -48.175964355 0.332771897 0.020844333 -0.942776918 487.636047363\n-0.944251418 0.002392443 -0.329216927 405.313049316 -0.004095149 0.999810874 0.019011296 -48.167449951 0.329200149 0.019299634 -0.944063067 486.861511230\n-0.945152044 0.000794295 -0.326630384 405.055450439 -0.005739800 0.999802232 0.019040240 -48.159381866 0.326580912 0.019870711 -0.944960475 486.073120117\n-0.946353316 0.001266184 -0.323131174 404.786254883 -0.005447798 0.999787688 0.019872604 -48.153263092 0.323087722 0.020566860 -0.946145535 485.289123535\n-0.947272182 0.002637937 -0.320419729 404.523956299 -0.004301572 0.999771297 0.020947812 -48.144630432 0.320401728 0.021221584 -0.947044253 484.491088867\n-0.948240638 0.001071838 -0.317551374 404.266235352 -0.006128391 0.999746323 0.021674462 -48.134979248 0.317494035 0.022498682 -0.947993517 483.708068848\n-0.949073315 0.000252080 -0.315055221 404.008422852 -0.007403859 0.999705672 0.023103284 -48.131969452 0.314968318 0.024259334 -0.948792100 482.920471191\n-0.949679136 0.001191876 -0.313222826 403.761047363 -0.006872019 0.999672771 0.024639644 -48.133026123 0.313149691 0.025552224 -0.949360251 482.142761230\n-0.950217366 0.001452510 -0.311584353 403.502716064 -0.006289694 0.999695957 0.023841517 -48.121765137 0.311524272 0.024614396 -0.949919343 481.361694336\n-0.950472116 0.000801808 -0.310809016 403.257415771 -0.007222622 0.999669671 0.024666091 -48.115280151 0.310726106 0.025689287 -0.950152278 480.591247559\n-0.950875640 0.000023932 -0.309573233 403.015899658 -0.008285291 0.999639809 0.025526129 -48.105464935 0.309462339 0.026837077 -0.950532913 479.830505371\n-0.951352715 0.001195400 -0.308101237 402.768005371 -0.007919494 0.999567211 0.028331969 -48.099151611 0.308001757 0.029393703 -0.950931549 479.081481934\n-0.951512456 0.002324586 -0.307601810 402.533935547 -0.007301500 0.999519050 0.030139405 -48.089759827 0.307523936 0.030923970 -0.951037884 478.342407227\n-0.951721907 0.002098697 -0.306955010 402.297912598 -0.007879207 0.999480128 0.031263277 -48.081176758 0.306861043 0.032172501 -0.951210618 477.610961914\n-0.951750755 0.000175502 -0.306872159 402.076202393 -0.010108873 0.999439180 0.031923819 -48.071769714 0.306705654 0.033485647 -0.951215267 476.890747070\n-0.951720119 -0.001347282 -0.306964040 401.853027344 -0.012048765 0.999383688 0.032969993 -48.060104370 0.306730449 0.035076741 -0.951149821 476.190856934\n-0.951457262 -0.000791283 -0.307780445 401.636169434 -0.012061496 0.999324381 0.034717117 -48.050991058 0.307545036 0.036744136 -0.950824022 475.508422852\n-0.950995088 0.000180307 -0.309205949 401.415924072 -0.011586276 0.999276757 0.036217503 -48.033103943 0.308988839 0.038025215 -0.950305223 474.836486816\n-0.950531602 -0.000113611 -0.310628086 401.201080322 -0.012254097 0.999235213 0.037132446 -48.022758484 0.310386300 0.039102029 -0.949806094 474.179321289\n-0.950015187 0.000804235 -0.312203109 400.985778809 -0.011441085 0.999235332 0.037388556 -48.007179260 0.311994433 0.039091632 -0.949279547 473.545043945\n-0.949289322 -0.000159247 -0.314403921 400.788787842 -0.012464976 0.999232709 0.037129764 -47.996269226 0.314156771 0.039165925 -0.948562980 472.920898438\n-0.948728323 -0.000068934 -0.316092968 400.585510254 -0.012149381 0.999269009 0.036247492 -47.979686737 0.315859377 0.038229354 -0.948035717 472.315185547\n-0.948029876 -0.000861345 -0.318179846 400.385345459 -0.012681451 0.999304056 0.035079688 -47.964477539 0.317928195 0.037291579 -0.947381139 471.706176758\n-0.947469711 0.001226587 -0.319843233 400.174255371 -0.010793839 0.999300420 0.035806801 -47.948616028 0.319663405 0.037378196 -0.946793675 471.104919434\n-0.946942925 0.003220366 -0.321385831 399.970367432 -0.009105953 0.999279559 0.036843143 -47.941974640 0.321272939 0.037814878 -0.946231365 470.507690430\n-0.946413636 0.001098607 -0.322955161 399.763610840 -0.010937791 0.999311507 0.035452366 -47.930473328 0.322771758 0.037085019 -0.945749998 469.899353027\n-0.945820570 -0.004824925 -0.324654490 399.571441650 -0.016561141 0.999304950 0.033396412 -47.918430328 0.324267715 0.036963653 -0.945243120 469.300354004\n-0.945270658 -0.007505029 -0.326200783 399.369323730 -0.018481907 0.999361932 0.030564504 -47.900310516 0.325763255 0.034920543 -0.944806218 468.691650391\n-0.945132732 -0.005942945 -0.326633066 399.158599854 -0.015969660 0.999479651 0.028024083 -47.886146545 0.326296568 0.031702690 -0.944735885 468.099975586\n-0.944703937 -0.002463843 -0.327915251 398.939819336 -0.012433674 0.999521852 0.028310593 -47.873004913 0.327688724 0.030822322 -0.944282770 467.495178223\n-0.944200754 -0.003755902 -0.329349190 398.740661621 -0.014353851 0.999454200 0.029752811 -47.865081787 0.329057693 0.032820053 -0.943739414 466.888549805\n-0.943914890 -0.005849572 -0.330137432 398.538879395 -0.017183755 0.999358416 0.031423822 -47.847663879 0.329741836 0.035334408 -0.943409920 466.287048340\n-0.943872809 -0.004100740 -0.330284625 398.323944092 -0.016887959 0.999214292 0.035855629 -47.840621948 0.329878062 0.039420977 -0.943200350 465.694641113\n-0.943752527 0.000383223 -0.330652326 398.111816406 -0.013182533 0.999160647 0.038783792 -47.825630188 0.330389678 0.040961135 -0.942955375 465.089050293\n-0.943780899 0.004314687 -0.330544084 397.893920898 -0.009973756 0.999087930 0.041518793 -47.810207367 0.330421746 0.042481400 -0.942877173 464.485473633\n-0.943534255 0.003139453 -0.331259966 397.679840088 -0.010982886 0.999108970 0.040751632 -47.794242859 0.331092745 0.042088751 -0.942659020 463.877563477\n-0.943459630 -0.002726297 -0.331476063 397.469635010 -0.016026873 0.999171913 0.037398383 -47.778350830 0.331099600 0.040596388 -0.942722082 463.266174316\n-0.943113685 -0.008334314 -0.332366288 397.268615723 -0.020850493 0.999200583 0.034109145 -47.754646301 0.331816316 0.039098799 -0.942533612 462.639404297\n-0.942822456 -0.013046669 -0.333040595 397.054412842 -0.025711512 0.999102950 0.033648815 -47.732177734 0.332302839 0.040287826 -0.942312121 462.007873535\n-0.942447066 -0.017547818 -0.333895564 396.842041016 -0.031954098 0.998777986 0.037702400 -47.717735291 0.332825959 0.046201836 -0.941856146 461.372436523\n-0.941927671 -0.017225828 -0.335374117 396.611938477 -0.032694098 0.998643279 0.040530898 -47.700233459 0.334220946 0.049141921 -0.941212893 460.717529297\n-0.941397429 -0.018042125 -0.336817116 396.373596191 -0.031906974 0.998853981 0.035674229 -47.680503845 0.335787475 0.044330433 -0.940894246 460.064147949\n-0.940629125 -0.021514300 -0.338753611 396.145996094 -0.033117078 0.999044836 0.028507855 -47.667545319 0.337816715 0.038033847 -0.940443158 459.412597656\n-0.939402699 -0.026770994 -0.341769397 395.913665771 -0.036124811 0.999125957 0.021032142 -47.652774811 0.340907604 0.032104000 -0.939548612 458.751525879\n-0.938560486 -0.024391394 -0.344252646 395.670593262 -0.033391185 0.999237418 0.020237589 -47.636882782 0.343496501 0.030489197 -0.938659310 458.077697754\n-0.937994599 -0.013815016 -0.346374273 395.405426025 -0.025116192 0.999287844 0.028159354 -47.619640350 0.345738590 0.035112929 -0.937673688 457.400756836\n-0.936974406 -0.003036639 -0.349385411 395.132415771 -0.017840076 0.999073684 0.039159808 -47.608802795 0.348942876 0.042924788 -0.936160684 456.714111328\n-0.935973883 0.001512049 -0.352066725 394.869171143 -0.015476616 0.998847425 0.045434609 -47.591720581 0.351729631 0.047974400 -0.934871674 456.023925781\n-0.934875846 0.002469569 -0.354966670 394.605194092 -0.014395381 0.998889446 0.044862580 -47.567386627 0.354683250 0.047050815 -0.933802009 455.325683594\n-0.933839083 0.000858740 -0.357692897 394.340026855 -0.014813590 0.999046326 0.041072741 -47.543395996 0.357387066 0.043654040 -0.932935715 454.627624512\n-0.932741761 0.001094931 -0.360543758 394.065856934 -0.013140406 0.999227762 0.037029319 -47.517829895 0.360305905 0.039276481 -0.932007074 453.919311523\n-0.931774616 0.003190497 -0.363023490 393.782867432 -0.010119627 0.999344528 0.034757029 -47.495704651 0.362896442 0.036059376 -0.931131601 453.210632324\n-0.930919647 0.005500809 -0.365182877 393.492523193 -0.007285089 0.999407947 0.033625301 -47.472141266 0.365151614 0.033962842 -0.930328369 452.487182617\n-0.930097818 0.008030485 -0.367223829 393.200744629 -0.004663427 0.999422252 0.033666905 -47.449707031 0.367282003 0.033026043 -0.929522991 451.760681152\n-0.929424882 0.010395696 -0.368865669 392.913848877 -0.002492046 0.999403477 0.034445241 -47.437149048 0.369003713 0.032933481 -0.928844571 451.030456543\n-0.928712726 0.013100222 -0.370569319 392.623962402 0.000343068 0.999405622 0.034470815 -47.423599243 0.370800644 0.031886343 -0.928165317 450.291625977\n-0.928301334 0.017158603 -0.371432632 392.317626953 0.003978917 0.999335885 0.036220767 -47.399452209 0.371807456 0.032145888 -0.927753091 449.554504395\n-0.927844882 0.019215152 -0.372471631 392.013336182 0.004968779 0.999220192 0.039170541 -47.374336243 0.372933835 0.034493446 -0.927216768 448.805541992\n-0.927705646 0.021272665 -0.372705877 391.709350586 0.005699956 0.999065876 0.042835150 -47.350215912 0.373268962 0.037614007 -0.926960349 448.060729980\n-0.927701831 0.022073217 -0.372668833 391.403350830 0.005697594 0.998971403 0.044985902 -47.330413818 0.373278469 0.039610188 -0.926873326 447.302795410\n-0.927693248 0.020390751 -0.372785866 391.103027344 0.003635097 0.998953402 0.045594957 -47.306106567 0.373325408 0.040943023 -0.926796436 446.540649414\n-0.927478790 0.017869575 -0.373448312 390.798370361 0.000936161 0.998965025 0.045475665 -47.276847839 0.373874426 0.041828107 -0.926535606 445.774658203\n-0.927272677 0.015432361 -0.374068946 390.497283936 -0.001451282 0.998994410 0.044811461 -47.246791840 0.374384344 0.042095315 -0.926317811 445.010192871\n-0.926884890 0.014665861 -0.375059456 390.186187744 -0.001930027 0.999036908 0.043834787 -47.219348907 0.375341117 0.041353669 -0.925963998 444.226074219\n-0.926467776 0.013112639 -0.376146674 389.867431641 -0.002918280 0.999112606 0.042017382 -47.188499451 0.376363844 0.040025432 -0.925607324 443.448852539\n-0.925812244 0.013284328 -0.377750903 389.550262451 -0.002160045 0.999179959 0.040432025 -47.166320801 0.377978235 0.038248409 -0.925024390 442.675415039\n-0.924940467 0.014003634 -0.379854023 389.227478027 -0.000901326 0.999237537 0.039032437 -47.140953064 0.380111009 0.036445051 -0.924222589 441.880920410\n-0.923971891 0.015152669 -0.382159829 388.899200439 0.000117111 0.999226034 0.039336246 -47.111404419 0.382460088 0.036300834 -0.923258543 441.088439941\n-0.922939301 0.017029155 -0.384568661 388.563964844 0.000729974 0.999096632 0.042489290 -47.089035034 0.384944797 0.038934313 -0.922117949 440.278503418\n-0.921765208 0.015909614 -0.387421995 388.241027832 -0.002922088 0.998844504 0.047970198 -47.057956696 0.387737513 0.045349337 -0.920653582 439.481689453\n-0.920298815 0.020079080 -0.390701056 387.888854980 -0.000505335 0.998620152 0.052511856 -47.028091431 0.391216338 0.048524022 -0.919018865 438.670593262\n-0.918724895 0.020036608 -0.394389570 387.547698975 -0.001339340 0.998548150 0.053850316 -46.995040894 0.394895941 0.050001845 -0.917364120 437.849060059\n-0.916967630 0.017787905 -0.398565173 387.190002441 -0.003622669 0.998593152 0.052901637 -46.951557159 0.398945481 0.049952950 -0.915613174 437.022888184\n-0.915285349 0.019746426 -0.402322114 386.821777344 -0.002216921 0.998535633 0.054052778 -46.909015656 0.402800292 0.050365627 -0.913901329 436.191162109\n-0.913816452 0.023633188 -0.405439705 386.443176270 0.000169977 0.998327613 0.057809673 -46.873123169 0.406127870 0.052758507 -0.912292123 435.347473145\n-0.912004709 0.026627937 -0.409314305 386.056579590 0.002565977 0.998241484 0.059223257 -46.828941345 0.410171509 0.052961603 -0.910469294 434.506958008\n-0.910150766 0.027546210 -0.413361192 385.674591064 0.004058317 0.998331904 0.057592701 -46.795490265 0.414258122 0.050740469 -0.908744454 433.669555664\n-0.908477187 0.026123514 -0.417117357 385.296051025 0.004209619 0.998565912 0.053370375 -46.751991272 0.417913377 0.046729859 -0.907284379 432.826049805\n-0.907067776 0.026101876 -0.420174658 384.901550293 0.004949764 0.998668313 0.051353276 -46.711959839 0.420955509 0.044501133 -0.905989051 431.982177734\n-0.905745387 0.029208809 -0.422815114 384.497070312 0.007299590 0.998549461 0.053344537 -46.674381256 0.423759937 0.045230176 -0.904644847 431.135620117\n-0.904631734 0.029725451 -0.425156385 384.095520020 0.007018876 0.998468578 0.054874942 -46.631687164 0.426136464 0.046657488 -0.903455019 430.286499023\n-0.903417945 0.029264895 -0.427761465 383.693634033 0.006250548 0.998460829 0.055107810 -46.591926575 0.428715795 0.047111630 -0.902210355 429.437988281\n-0.902601242 0.023231916 -0.429850638 383.298980713 0.001492937 0.998705626 0.050841663 -46.556121826 0.430475414 0.045247998 -0.901467562 428.582946777\n-0.901455760 0.019230505 -0.432444006 382.892913818 -0.000717180 0.998944998 0.045917448 -46.516929626 0.432870775 0.041702684 -0.900490880 427.729370117\n-0.900176764 0.021798648 -0.434979200 382.474121094 0.001400020 0.998886287 0.047161125 -46.479122162 0.435522825 0.041844361 -0.899204731 426.867431641\n-0.899081826 0.024426589 -0.437098980 382.048980713 0.000794787 0.998531580 0.054166552 -46.438056946 0.437780231 0.048352752 -0.897781014 425.996582031\n-0.898451805 0.025726158 -0.438318104 381.618286133 -0.000521907 0.998218715 0.059658140 -46.398754120 0.439072102 0.053828716 -0.896837950 425.127746582\n-0.897548079 0.027669853 -0.440048128 381.202209473 0.002535944 0.998336375 0.057602093 -46.361923218 0.440909922 0.050584696 -0.896125078 424.270690918\n-0.896894217 0.027601613 -0.441383272 380.763793945 0.004473520 0.998565614 0.053354423 -46.315235138 0.442222834 0.045878727 -0.895731211 423.406982422\n-0.895807981 0.025971258 -0.443682104 380.336395264 0.003764549 0.998698771 0.050858829 -46.277374268 0.444425642 0.043889474 -0.894740105 422.543884277\n-0.894874215 0.023980660 -0.445673704 379.903289795 0.001226255 0.998683810 0.051274627 -46.242744446 0.446316749 0.045337833 -0.893725872 421.670715332\n-0.893979192 0.023785397 -0.447476536 379.469787598 -0.000663081 0.998519003 0.054400504 -46.205833435 0.448107749 0.048929639 -0.892639399 420.797363281\n-0.893050790 0.024104271 -0.449309826 379.026550293 -0.000656619 0.998493195 0.054871593 -46.161849976 0.449955463 0.049298141 -0.891689420 419.924499512\n-0.891940713 0.023471136 -0.451542765 378.590759277 -0.000468055 0.998603284 0.052831829 -46.124671936 0.452152103 0.047334209 -0.890684009 419.042236328\n-0.891066313 0.021721972 -0.453353226 378.151397705 -0.001004456 0.998757243 0.049828731 -46.080619812 0.453872234 0.044856071 -0.889937162 418.174621582\n-0.889970660 0.022792665 -0.455448031 377.712554932 -0.000077032 0.998742580 0.050132092 -46.051376343 0.456018001 0.044651169 -0.888849854 417.301574707\n-0.889041662 0.024267104 -0.457182825 377.253326416 0.000397441 0.998634756 0.052234314 -46.019054413 0.457826257 0.046256773 -0.887837529 416.414489746\n-0.888189197 0.025938831 -0.458745331 376.788024902 0.001257513 0.998538733 0.054025657 -45.984954834 0.459476352 0.047408126 -0.886923909 415.537963867\n-0.886727452 0.025654647 -0.461580426 376.349334717 0.000400094 0.998501241 0.054728106 -45.945343018 0.462292641 0.048344232 -0.885408640 414.661682129\n-0.885522723 0.024671016 -0.463940620 375.870544434 -0.000095934 0.998579383 0.053284664 -45.900642395 0.464596123 0.047229286 -0.884262323 413.767150879\n-0.883943915 0.025199924 -0.466913849 375.398132324 0.001068344 0.998652935 0.051876005 -45.861862183 0.467592180 0.045356642 -0.882780194 412.887512207\n-0.882157087 0.025305588 -0.470274925 374.930480957 0.002106234 0.998757362 0.049792394 -45.819030762 0.470950574 0.042934202 -0.881114244 412.009704590\n-0.880288839 0.025304429 -0.473762810 374.454040527 0.002330479 0.998795211 0.049017034 -45.789035797 0.474432379 0.042045057 -0.879287243 411.113952637\n-0.878569841 0.025198534 -0.476949066 373.968536377 0.002302256 0.998819113 0.048529472 -45.746459961 0.477608711 0.041538466 -0.877590418 410.232666016\n-0.876389146 0.028648900 -0.480751276 373.486389160 0.005122514 0.998727143 0.050177973 -45.713592529 0.481576890 0.041512761 -0.875420332 409.346557617\n-0.874575138 0.031538293 -0.483863235 372.996643066 0.006601975 0.998564541 0.053153645 -45.676681519 0.484845042 0.043292407 -0.873527884 408.461425781\n-0.872416735 0.033213723 -0.487633139 372.497039795 0.007658042 0.998494804 0.054308716 -45.635208130 0.488702953 0.043645512 -0.871357918 407.572692871\n-0.870418429 0.035120439 -0.491058588 371.996154785 0.009375156 0.998453796 0.054791484 -45.593482971 0.492223620 0.043087762 -0.869401813 406.686645508\n-0.868609905 0.036122967 -0.494178414 371.493194580 0.009939224 0.998408616 0.055510670 -45.550125122 0.495397210 0.043305360 -0.867586613 405.806396484\n-0.866569996 0.038472470 -0.497570604 370.979919434 0.011343916 0.998284996 0.057431437 -45.506866455 0.498926789 0.044123955 -0.865520239 404.918029785\n-0.864620090 0.038484041 -0.500950933 370.459838867 0.010845484 0.998259425 0.057969440 -45.465034485 0.502309859 0.044688467 -0.863532543 404.024291992\n-0.862513304 0.037994962 -0.504605830 369.953796387 0.010679774 0.998321891 0.056915224 -45.424274445 0.505921543 0.043701068 -0.861471772 403.128845215\n-0.860884786 0.038885400 -0.507311761 369.423309326 0.011937181 0.998344421 0.056266163 -45.375076294 0.508659840 0.042382810 -0.859923720 402.242004395\n-0.859418631 0.039009884 -0.509782553 368.894744873 0.011355904 0.998295426 0.057247777 -45.328544617 0.511146784 0.043410752 -0.858396649 401.358459473\n-0.857361078 0.034866624 -0.513533056 368.385192871 0.008129248 0.998495817 0.054221388 -45.289756775 0.514651179 0.042312670 -0.856354952 400.465087891\n-0.855321646 0.033160664 -0.517035604 367.854980469 0.009304107 0.998771787 0.048665769 -45.246414185 0.518014371 0.036814317 -0.854579568 399.584472656\n-0.853483200 0.032942791 -0.520078719 367.316650391 0.011749734 0.998962700 0.043994155 -45.204002380 0.520988524 0.031437468 -0.852984905 398.704406738\n-0.852223992 0.032279972 -0.522180140 366.769897461 0.009724950 0.998899698 0.045878071 -45.174621582 0.523086548 0.034020219 -0.851600289 397.800048828\n-0.851394415 0.033117499 -0.523479581 366.224426270 0.011753359 0.998958766 0.044082470 -45.143013000 0.524394393 0.031378925 -0.850897193 396.930908203\n-0.850046635 0.036546007 -0.525438130 365.677459717 0.015310821 0.998882830 0.044706061 -45.104301453 0.526484966 0.029957347 -0.849656582 396.036437988\n-0.849081159 0.041127052 -0.526659548 365.121551514 0.019165481 0.998706758 0.047090810 -45.067001343 0.527915120 0.029890222 -0.848771334 395.151489258\n-0.848331094 0.041648939 -0.527825654 364.580627441 0.017396383 0.998555660 0.050832875 -45.035812378 0.529180408 0.033940852 -0.847830415 394.265869141\n-0.847761750 0.041131396 -0.528780043 364.043273926 0.014557971 0.998417318 0.054322414 -44.999126434 0.530177474 0.038354501 -0.847018838 393.380554199\n-0.846927524 0.041194662 -0.530110896 363.493041992 0.013138432 0.998311162 0.056587789 -44.955501556 0.531546712 0.040960912 -0.846038342 392.491088867\n-0.845840573 0.041388106 -0.531828105 362.913391113 0.010355359 0.998071611 0.061202705 -44.898094177 0.533335626 0.046260446 -0.844637990 391.579711914\n-0.844625711 0.040102307 -0.533853114 362.355895996 0.007919994 0.998017371 0.062439211 -44.851127625 0.535298645 0.048509650 -0.843268752 390.684265137\n-0.843368769 0.039119996 -0.535909832 361.798217773 0.006142206 0.997982979 0.063184053 -44.800502777 0.537300646 0.049995773 -0.841907978 389.797119141\n-0.842128038 0.037174467 -0.537994921 361.232177734 0.004462501 0.998067439 0.061979450 -44.750835419 0.539259255 0.049793825 -0.840666413 388.905883789\n-0.840548396 0.037093442 -0.540465355 360.661560059 0.003841850 0.998036146 0.062522672 -44.698402405 0.541723192 0.050476935 -0.839040160 388.024047852\n-0.838494301 0.036502145 -0.543686807 360.100036621 0.002902265 0.998038828 0.062530540 -44.651130676 0.544903040 0.050853565 -0.836955786 387.147094727\n-0.836509347 0.035088915 -0.546828091 359.527709961 0.001749393 0.998113513 0.061370909 -44.602928162 0.547949910 0.050380722 -0.834992647 386.270996094\n-0.834406972 0.033662602 -0.550119877 358.964111328 0.001887966 0.998301744 0.058223858 -44.553424835 0.551145613 0.047543786 -0.833053470 385.419494629\n-0.832139373 0.031318791 -0.553681672 358.407165527 0.001136077 0.998498201 0.054772239 -44.517086029 0.554565549 0.044949103 -0.830925345 384.579589844\n-0.829939604 0.029709814 -0.557061911 357.847778320 0.001216484 0.998674810 0.051450007 -44.479190826 0.557852328 0.042022727 -0.828875899 383.757873535\n-0.827371240 0.028493902 -0.560932398 357.297210693 -0.000246495 0.998693764 0.051094618 -44.441940308 0.561655641 0.042412478 -0.826283455 382.934265137\n-0.825062752 0.028208988 -0.564336479 356.749572754 -0.002689284 0.998545647 0.053845163 -44.408958435 0.565034688 0.045943301 -0.823786974 382.127746582\n-0.822977066 0.028019127 -0.567382991 356.214355469 -0.004179224 0.998457253 0.055368777 -44.378952026 0.568059027 0.047938462 -0.821590304 381.345275879\n-0.821226001 0.027111288 -0.569958985 355.667846680 -0.004187621 0.998557329 0.053532206 -44.341987610 0.570588052 0.046348803 -0.819927812 380.563049316\n-0.819334745 0.027210480 -0.572669446 355.130889893 -0.002902380 0.998663425 0.051604170 -44.306724548 0.573308170 0.043943193 -0.818160653 379.784790039\n-0.817872524 0.025768954 -0.574822366 354.583801270 -0.004264032 0.998697817 0.050838023 -44.266174316 0.575383842 0.044030078 -0.816697598 378.997253418\n-0.816831946 0.024766587 -0.576344311 354.023498535 -0.005370686 0.998708189 0.050528035 -44.224578857 0.576851189 0.044368260 -0.815643787 378.208984375\n-0.815895319 0.024613583 -0.577675521 353.490539551 -0.005640844 0.998707116 0.050519880 -44.202369690 0.578172147 0.044477511 -0.814701676 377.437805176\n-0.815199971 0.022802163 -0.578731120 352.934356689 -0.007555983 0.998721004 0.049993228 -44.166790009 0.579130888 0.045127343 -0.813984990 376.659118652\n-0.814550281 0.022469766 -0.579657614 352.392089844 -0.008418226 0.998686433 0.050542451 -44.140392303 0.580031872 0.046049058 -0.813291073 375.886352539\n-0.814227104 0.023680892 -0.580063343 351.853942871 -0.007215990 0.998677731 0.050899673 -44.105949402 0.580501676 0.045629624 -0.812979579 375.113952637\n-0.814849854 0.024498885 -0.579154253 351.306579590 -0.006964025 0.998620689 0.052040935 -44.070953369 0.579630375 0.046438791 -0.813555360 374.349731445\n-0.815587878 0.025009532 -0.578093052 350.779296875 -0.005990501 0.998647034 0.051655140 -44.037132263 0.578602731 0.045592356 -0.814334512 373.604492188\n-0.816663623 0.025369043 -0.576556504 350.236633301 -0.004392552 0.998731196 0.050166976 -44.005191803 0.577097654 0.043502089 -0.815515995 372.858276367\n-0.817255974 0.026611473 -0.575660467 349.734924316 -0.002769854 0.998740256 0.050101817 -43.974464417 0.576268554 0.042540491 -0.816152692 372.118347168\n-0.817862630 0.027789364 -0.574742377 349.227966309 -0.003054230 0.998609424 0.052629948 -43.938369751 0.575405717 0.044799455 -0.816640377 371.389282227\n-0.818633676 0.028883437 -0.573589861 348.729492188 -0.004015580 0.998422265 0.056007203 -43.911041260 0.574302554 0.048152659 -0.817226171 370.675720215\n-0.819002986 0.031732243 -0.572911441 348.228576660 -0.002231554 0.998285890 0.058482863 -43.882041931 0.573785186 0.049176112 -0.817528248 369.964904785\n-0.819332004 0.032137200 -0.572418571 347.747375488 -0.001230799 0.998326838 0.057810608 -43.848503113 0.573318660 0.048070591 -0.817921519 369.278320312\n-0.819113135 0.032290388 -0.572722673 347.274963379 -0.001698476 0.998273492 0.058712337 -43.816383362 0.573629677 0.049064796 -0.817644119 368.583251953\n-0.819078922 0.031664930 -0.572806180 346.809997559 -0.002319497 0.998284578 0.058502275 -43.775524139 0.573676050 0.049246605 -0.817600489 367.913940430\n-0.818234324 0.031336613 -0.574030519 346.348144531 -0.003459937 0.998226762 0.059425563 -43.744857788 0.574874818 0.050610133 -0.816674948 367.248840332\n-0.816406012 0.028478885 -0.576775849 345.897918701 -0.007374461 0.998187661 0.059724811 -43.710533142 0.577431440 0.053013097 -0.814716458 366.605712891\n-0.813332915 0.026331373 -0.581202745 345.458312988 -0.010604799 0.998138368 0.060060944 -43.681102753 0.581702292 0.055013064 -0.811539531 365.972412109\n-0.809763789 0.024735810 -0.586234570 345.020690918 -0.012571500 0.998150229 0.059481312 -43.648288727 0.586621523 0.055535655 -0.807955027 365.365783691\n-0.805660725 0.024533633 -0.591869235 344.589569092 -0.013974983 0.998076737 0.060394328 -43.617401123 0.592212617 0.056928691 -0.803768396 364.783325195\n-0.800689816 0.024011130 -0.598597884 344.158813477 -0.014864504 0.998092592 0.059918672 -43.599102020 0.598894775 0.056874126 -0.798805714 364.196655273\n-0.795298457 0.022031330 -0.605817616 343.741546631 -0.016969997 0.998138666 0.058576263 -43.568199158 0.605980515 0.056866333 -0.793444276 363.640930176\n-0.790067196 0.020866310 -0.612665236 343.320190430 -0.017848115 0.998213828 0.057013597 -43.541412354 0.612760603 0.055979487 -0.788283587 363.122558594\n-0.783719301 0.020031553 -0.620791912 342.902923584 -0.018886637 0.998249054 0.056054696 -43.518119812 0.620827854 0.055655822 -0.781968832 362.591308594\n-0.776882648 0.019096537 -0.629356086 342.482055664 -0.020935755 0.998203874 0.056131754 -43.488925934 0.629297554 0.056783821 -0.775087476 362.085937500\n-0.768554330 0.020975983 -0.639440835 342.057464600 -0.021414209 0.998058975 0.058478042 -43.462539673 0.639426351 0.058636658 -0.766613364 361.594177246\n-0.757936597 0.025120808 -0.651844323 341.638488770 -0.021550324 0.997748554 0.063509077 -43.436431885 0.651972175 0.062183309 -0.755688787 361.100463867\n-0.745827675 0.030163743 -0.665455937 341.207122803 -0.021188699 0.997394562 0.068957642 -43.403327942 0.665802181 0.065530643 -0.743245363 360.635253906\n-0.732198000 0.034336925 -0.680225968 340.772155762 -0.021178942 0.997097552 0.073129296 -43.372447968 0.680762708 0.067951575 -0.729345679 360.197204590\n-0.716320872 0.037061851 -0.696786046 340.350860596 -0.021296801 0.996961951 0.074921988 -43.350814819 0.697445929 0.068507500 -0.713355303 359.765777588\n-0.699098468 0.037259791 -0.714054048 339.915802002 -0.022832159 0.996968806 0.074376412 -43.314891815 0.714660883 0.068299823 -0.696128607 359.361846924\n-0.679075003 0.037874538 -0.733091414 339.472259521 -0.022542948 0.997121096 0.072397321 -43.285652161 0.733722925 0.065689236 -0.676266193 358.973999023\n-0.655851126 0.038099054 -0.753928423 339.026794434 -0.023403410 0.997219324 0.070752427 -43.252288818 0.754527569 0.064047545 -0.653135777 358.610626221\n-0.629511356 0.039175823 -0.776003301 338.571136475 -0.025110729 0.997180641 0.070712157 -43.217346191 0.776585698 0.064000092 -0.626752853 358.263427734\n-0.599880695 0.042571828 -0.798956037 338.094482422 -0.027505847 0.996895790 0.073771149 -43.186832428 0.799616516 0.066229850 -0.596847534 357.932708740\n-0.566283464 0.045787226 -0.822937787 337.637603760 -0.030588809 0.996600389 0.076498501 -43.162864685 0.823642790 0.068492524 -0.562957764 357.635498047\n-0.529083848 0.048613738 -0.847176075 337.152404785 -0.033623137 0.996372581 0.078173667 -43.131149292 0.847903311 0.069845125 -0.525530100 357.362396240\n-0.487755179 0.050597772 -0.871513247 336.655426025 -0.037277263 0.996201158 0.078699604 -43.105865479 0.872184515 0.070873737 -0.484016180 357.106201172\n-0.442909837 0.050851412 -0.895122945 336.184844971 -0.041807577 0.996132791 0.077276245 -43.084499359 0.895590901 0.071649328 -0.439071059 356.892456055\n-0.395139456 0.052822728 -0.917101204 335.676513672 -0.042470645 0.996227324 0.075678967 -43.052528381 0.917638898 0.068853624 -0.391405344 356.713684082\n-0.344008446 0.057300761 -0.937216580 335.136291504 -0.039500970 0.996369421 0.075416282 -43.020969391 0.938135386 0.062964797 -0.340496063 356.553527832\n-0.290151238 0.059859335 -0.955106914 334.602691650 -0.037744045 0.996549428 0.073922895 -42.992214203 0.956236243 0.057498414 -0.286890745 356.425598145\n-0.232537389 0.060551886 -0.970700800 334.046539307 -0.042555630 0.996470749 0.072353870 -42.960868835 0.971656144 0.058133751 -0.229139924 356.326477051\n-0.171810508 0.062286474 -0.983159125 333.475677490 -0.045743380 0.996418297 0.071120307 -42.931148529 0.984067619 0.057192221 -0.168345928 356.257507324\n-0.109275699 0.064418398 -0.991921902 332.919494629 -0.045397777 0.996533155 0.069719143 -42.904205322 0.992974281 0.052649658 -0.105972409 356.223205566\n-0.046000838 0.062921010 -0.996957958 332.344177246 -0.039080616 0.997136891 0.064735539 -42.875579834 0.998176754 0.041939605 -0.043410182 356.243835449\n0.018028855 0.058416676 -0.998129487 331.773773193 -0.036842965 0.997652531 0.057723284 -42.854690552 0.999158442 0.035733365 0.020138800 356.297302246\n0.082794249 0.051697757 -0.995224893 331.210205078 -0.041013017 0.997984231 0.048429161 -42.834403992 0.995722413 0.036807515 0.084747672 356.370941162\n0.147596478 0.045040350 -0.988021672 330.644287109 -0.048208337 0.998102784 0.038298268 -42.816905975 0.987872183 0.041978184 0.149487793 356.475341797\n0.209901810 0.039115261 -0.976939797 330.091369629 -0.048116691 0.998401940 0.029636391 -42.806655884 0.976537883 0.040786371 0.211448491 356.633544922\n0.270851910 0.034185875 -0.962013781 329.562011719 -0.045493763 0.998707116 0.022681179 -42.797698975 0.961545408 0.037622388 0.272056937 356.811828613\n0.327656627 0.028230997 -0.944375098 329.016082764 -0.038915955 0.999108493 0.016365062 -42.789100647 0.943995178 0.031389132 0.328463137 357.042053223\n0.378267169 0.023123756 -0.925407708 328.468627930 -0.030128604 0.999465883 0.012659009 -42.785915375 0.925206125 0.023092750 0.378761828 357.304870605\n0.422558248 0.020601097 -0.906101584 327.948486328 -0.027100813 0.999581814 0.010088064 -42.794334412 0.905930519 0.020293295 0.422939837 357.590606689\n0.462822497 0.017440820 -0.886279404 327.408264160 -0.027907098 0.999597549 0.005097453 -42.794082642 0.886011600 0.022374269 0.463122964 357.891021729\n0.497289240 0.012294146 -0.867497683 326.889709473 -0.026897378 0.999637425 -0.001251977 -42.801498413 0.867167771 0.023956008 0.497439623 358.215423584\n0.526750565 0.004269856 -0.850009203 326.361022949 -0.021664165 0.999729991 -0.008403330 -42.806003571 0.849743783 0.022841198 0.526700854 358.563049316\n0.551372886 -0.004275887 -0.834247947 325.834777832 -0.014398978 0.999789119 -0.014640963 -42.810344696 0.834134638 0.020084949 0.551195085 358.934936523\n0.570456266 -0.009294707 -0.821275413 325.308532715 -0.008295452 0.999819756 -0.017077373 -42.832668304 0.821286142 0.016554745 0.570276380 359.308288574\n0.583418071 -0.012001866 -0.812083304 324.772094727 -0.007092598 0.999777377 -0.019871291 -42.843780518 0.812141061 0.017353050 0.583203077 359.711029053\n0.593969643 -0.016225647 -0.804323912 324.227325439 -0.004826811 0.999706686 -0.023731573 -42.865348816 0.804473042 0.017978154 0.593717098 360.122192383\n0.601626992 -0.022965776 -0.798446953 323.683349609 -0.000741909 0.999570131 -0.029309720 -42.888664246 0.798776865 0.018225895 0.601351321 360.539764404\n0.607096434 -0.028043963 -0.794133186 323.119812012 0.002341715 0.999435842 -0.033503823 -42.915065765 0.794624746 0.018480420 0.606819630 360.980224609\n0.610472798 -0.032058995 -0.791388154 322.557861328 0.006102414 0.999341190 -0.035775770 -42.935432434 0.792013764 0.017010760 0.610266328 361.420104980\n0.611975193 -0.034579255 -0.790120661 321.987060547 0.010211767 0.999305904 -0.035824787 -42.963512421 0.790811002 0.013855354 0.611903548 361.845703125\n0.609919310 -0.038552739 -0.791525245 321.406799316 0.016042402 0.999211907 -0.036306851 -42.995468140 0.792301178 0.009446288 0.610057116 362.307495117\n0.604878843 -0.037550986 -0.795431674 320.804779053 0.017041221 0.999269187 -0.034214966 -43.023727417 0.796135187 0.007140783 0.605076671 362.758575439\n0.595983267 -0.034822162 -0.802241504 320.171875000 0.021609129 0.999392986 -0.027326368 -43.045768738 0.802706122 -0.001049682 0.596373916 363.227050781\n0.583961248 -0.030246193 -0.811217904 319.524200439 0.026356021 0.999485254 -0.018293148 -43.065269470 0.811353624 -0.010697988 0.584457755 363.688354492\n0.568863153 -0.025232442 -0.822045028 318.871185303 0.028287774 0.999538124 -0.011105128 -43.099079132 0.821945548 -0.016936526 0.569314241 364.148620605\n0.552772343 -0.024246924 -0.832979560 318.208618164 0.024806473 0.999612391 -0.012635597 -43.112499237 0.832963049 -0.013678675 0.553159595 364.575042725\n0.534833908 -0.029320624 -0.844448328 317.536132812 0.023656147 0.999525607 -0.019722467 -43.122539520 0.844626009 -0.009428149 0.535273790 364.980499268\n0.515962005 -0.033091169 -0.855972171 316.847229004 0.024902912 0.999410689 -0.023625432 -43.140041351 0.856249511 -0.009126371 0.516481996 365.396667480\n0.496499121 -0.034734529 -0.867341995 316.137969971 0.025923252 0.999346733 -0.025181491 -43.167098999 0.867650092 -0.009981733 0.497075200 365.798248291\n0.476263940 -0.033473630 -0.878665090 315.417114258 0.023538364 0.999402404 -0.025314711 -43.201622009 0.878987312 -0.008625851 0.476767242 366.174865723\n0.454497457 -0.033721626 -0.890109479 314.678710938 0.023179691 0.999392509 -0.026026044 -43.235824585 0.890446365 -0.008803692 0.455003023 366.533447266\n0.431312621 -0.032733962 -0.901608527 313.935363770 0.022023529 0.999425769 -0.025749691 -43.261520386 0.901933670 -0.008750431 0.431785882 366.879272461\n0.407579064 -0.031075303 -0.912640989 313.181488037 0.021203291 0.999473393 -0.024562692 -43.292106628 0.912923694 -0.009339754 0.408023298 367.208740234\n0.383956790 -0.028885681 -0.922899187 312.421905518 0.019369787 0.999542594 -0.023226056 -43.321315765 0.923147976 -0.008958555 0.384340644 367.517791748\n0.359426856 -0.026851540 -0.932787001 311.647064209 0.017622219 0.999602973 -0.021984637 -43.345367432 0.933007002 -0.008535901 0.359757364 367.811096191\n0.335100949 -0.024700522 -0.941858470 310.862274170 0.016630568 0.999655604 -0.020299332 -43.374145508 0.942035496 -0.008861311 0.335396349 368.077941895\n0.310805857 -0.022911353 -0.950197279 310.079040527 0.015442498 0.999699175 -0.019053772 -43.400001526 0.950348020 -0.008751392 0.311066151 368.315979004\n0.285770655 -0.021661291 -0.958053231 309.274688721 0.013743466 0.999734342 -0.018504251 -43.424888611 0.958199501 -0.007879000 0.285992444 368.547149658\n0.260376215 -0.019685583 -0.965306640 308.456176758 0.013916165 0.999764800 -0.016634626 -43.453483582 0.965407073 -0.009102102 0.260588884 368.755859375\n0.235129952 -0.017501002 -0.971806467 307.612396240 0.011861861 0.999815106 -0.015135409 -43.474983215 0.971891642 -0.007968642 0.235294104 368.950378418\n0.209995747 -0.015712434 -0.977576017 306.799316406 0.010838857 0.999846816 -0.013742066 -43.490879059 0.977642238 -0.007710031 0.210133910 369.121704102\n0.184640169 -0.014830607 -0.982694328 305.958587646 0.010083649 0.999862075 -0.013195065 -43.511283875 0.982754469 -0.007472805 0.184764266 369.276000977\n0.160443783 -0.014727660 -0.986935198 305.102233887 0.010078559 0.999861002 -0.013282099 -43.525642395 0.986993670 -0.007815852 0.160569906 369.404449463\n0.136812985 -0.013230993 -0.990508497 304.263732910 0.010498052 0.999873996 -0.011906063 -43.554161072 0.990541279 -0.008769507 0.136934638 369.498687744\n0.112960756 -0.011980459 -0.993527234 303.406127930 0.009778990 0.999892294 -0.010945374 -43.569183350 0.993551373 -0.008479295 0.113065720 369.589660645\n0.089827299 -0.012538168 -0.995878577 302.532714844 0.011597794 0.999866128 -0.011542262 -43.587368011 0.995889962 -0.010513182 0.089960694 369.660003662\n0.066510379 -0.012236402 -0.997710824 301.648284912 0.012092616 0.999861240 -0.011456647 -43.605911255 0.997712553 -0.011302945 0.066649139 369.711730957\n0.044036567 -0.011323328 -0.998965859 300.761901855 0.013392436 0.999852598 -0.010743012 -43.624393463 0.998940289 -0.012905498 0.044181705 369.744445801\n0.022576988 -0.010488532 -0.999690056 299.860565186 0.012646028 0.999867976 -0.010204801 -43.644580841 0.999665082 -0.012411715 0.022706628 369.759704590\n0.002758801 -0.011848886 -0.999925971 298.962829590 0.011444638 0.999864697 -0.011816585 -43.666599274 0.999930680 -0.011411191 0.002894044 369.755493164\n-0.014730573 -0.016480856 -0.999755740 298.064605713 0.010148852 0.999810159 -0.016631288 -43.684726715 0.999840081 -0.010391361 -0.014560580 369.735290527\n-0.030835986 -0.019765278 -0.999329031 297.145629883 0.008145619 0.999766290 -0.020025274 -43.707122803 0.999491274 -0.008757652 -0.030667782 369.689666748\n-0.046051264 -0.020918647 -0.998720050 296.227203369 0.007598665 0.999744475 -0.021290479 -43.743095398 0.998910189 -0.008569391 -0.045880556 369.643859863\n-0.059339166 -0.020677652 -0.998023808 295.307098389 0.005499041 0.999763489 -0.021040652 -43.769931793 0.998222828 -0.006736705 -0.059211373 369.581512451\n-0.070416093 -0.020414066 -0.997308969 294.380554199 0.003151535 0.999781013 -0.020687187 -43.794425964 0.997512877 -0.004599760 -0.070336342 369.505157471\n-0.079311252 -0.018665895 -0.996675313 293.470611572 -0.000605935 0.999825418 -0.018676676 -43.821842194 0.996849895 -0.000877347 -0.079308748 369.403259277\n-0.088768363 -0.018083122 -0.995888174 292.526855469 -0.001815907 0.999836445 -0.017992955 -43.849617004 0.996050656 0.000211235 -0.088786721 369.328643799\n-0.095044255 -0.018525228 -0.995300710 291.592926025 -0.005889772 0.999819815 -0.018046908 -43.873611450 0.995455682 0.004146839 -0.095136285 369.226806641\n-0.099932671 -0.019141018 -0.994810164 290.654144287 -0.007741490 0.999799669 -0.018459359 -43.904594421 0.994964182 0.005856623 -0.100060821 369.123748779\n-0.105161309 -0.021234043 -0.994228601 289.718750000 -0.009489893 0.999747932 -0.020348163 -43.929317474 0.994410038 0.007295286 -0.105336308 369.015747070\n-0.110422134 -0.022768943 -0.993624032 288.760192871 -0.007692226 0.999727190 -0.022053957 -43.961334229 0.993855119 0.005207937 -0.110567212 368.905059814\n-0.115221024 -0.026174122 -0.992994964 287.822418213 -0.004433680 0.999656379 -0.025835253 -43.997501373 0.993330002 0.001425858 -0.115297437 368.795257568\n-0.120054603 -0.030559923 -0.992296875 286.873016357 -0.001374823 0.999530256 -0.030616356 -44.030715942 0.992766440 -0.002311399 -0.120040178 368.687591553\n-0.125655413 -0.031577516 -0.991571248 285.906738281 -0.000776852 0.999496102 -0.031731445 -44.070980072 0.992073655 -0.003216925 -0.125616670 368.569732666\n-0.130236149 -0.026354535 -0.991132617 284.962310791 0.000961963 0.999642849 -0.026707226 -44.109184265 0.991482496 -0.004431682 -0.130164385 368.448883057\n-0.132915139 -0.020035675 -0.990925014 284.021820068 0.000823102 0.999793053 -0.020325385 -44.152378082 0.991127193 -0.003517182 -0.132871151 368.311370850\n-0.135473967 -0.019827586 -0.990582526 283.065032959 -0.002722664 0.999803424 -0.019639794 -44.184749603 0.990777194 0.000036343 -0.135501266 368.181976318\n-0.135542393 -0.023020083 -0.990504086 282.140228271 -0.005802267 0.999731362 -0.022440540 -44.217826843 0.990754545 0.002705523 -0.135639548 368.049041748\n-0.134842992 -0.025771188 -0.990531862 281.209991455 -0.007046455 0.999661386 -0.025049470 -44.256072998 0.990841985 0.003601993 -0.134978890 367.914703369\n-0.133621693 -0.029406816 -0.990596116 280.260986328 -0.005837996 0.999565661 -0.028885601 -44.293342590 0.991015315 0.001923356 -0.133735299 367.782562256\n-0.132327080 -0.031393263 -0.990708947 279.337493896 -0.003781741 0.999507010 -0.031166937 -44.329170227 0.991199017 -0.000377625 -0.132380605 367.661865234\n-0.129863143 -0.032616798 -0.990995347 278.417358398 -0.001352645 0.999463677 -0.032718264 -44.374759674 0.991531014 -0.002908433 -0.129837632 367.538909912\n-0.127387285 -0.033187196 -0.991297901 277.503997803 0.000358053 0.999438465 -0.033505749 -44.418857574 0.991853178 -0.004623137 -0.127303839 367.425384521\n-0.123650074 -0.034303986 -0.991732955 276.552337646 0.003068460 0.999384284 -0.034951229 -44.460121155 0.992321312 -0.007364809 -0.123468757 367.306396484\n-0.118901849 -0.035918396 -0.992256224 275.645355225 0.003083230 0.999327302 -0.036543828 -44.507778168 0.992901325 -0.007404478 -0.118711114 367.202056885\n-0.112558365 -0.037498444 -0.992937446 274.735046387 0.004856536 0.999254942 -0.038287565 -44.555282593 0.993633389 -0.009131817 -0.112292409 367.095062256\n-0.105966449 -0.039023746 -0.993603826 273.818542480 0.006295128 0.999183297 -0.039914254 -44.600807190 0.994349897 -0.010484428 -0.105634212 367.005401611\n-0.097173452 -0.039568257 -0.994480669 272.850677490 0.006282603 0.999165118 -0.040368535 -44.652938843 0.995247722 -0.010170672 -0.096843719 366.883544922\n-0.088691950 -0.041549444 -0.995192230 271.933044434 0.007600961 0.999072254 -0.042388842 -44.695987701 0.996030152 -0.011323960 -0.088293791 366.807128906\n-0.079645514 -0.042659774 -0.995910108 271.032135010 0.009339849 0.999008060 -0.043539405 -44.749080658 0.996779561 -0.012769362 -0.079168081 366.742279053\n-0.069412827 -0.044311844 -0.996603370 270.107055664 0.009260360 0.998941302 -0.045060772 -44.794197083 0.997545063 -0.012356699 -0.068928957 366.667816162\n-0.058560014 -0.045335032 -0.997254074 269.197082520 0.010002898 0.998891473 -0.045996856 -44.849166870 0.998233914 -0.012668999 -0.058041573 366.620819092\n-0.046468735 -0.045845732 -0.997867227 268.292755127 0.010025391 0.998874545 -0.046358876 -44.898361206 0.998869479 -0.012158242 -0.045956731 366.581756592\n-0.032118917 -0.045447931 -0.998450279 267.374603271 0.010801410 0.998891532 -0.045815486 -44.946674347 0.999425769 -0.012256208 -0.031592369 366.544189453\n-0.017114878 -0.043753520 -0.998895824 266.466125488 0.010374135 0.998980522 -0.043934982 -44.998752594 0.999799788 -0.011114618 -0.016643524 366.529357910\n-0.001746655 -0.043829493 -0.999037623 265.559082031 0.011628763 0.998970568 -0.043846887 -45.051792145 0.999930978 -0.011694147 -0.001235127 366.529113770\n0.013504207 -0.045178998 -0.998887658 264.632751465 0.012995337 0.998902261 -0.045003973 -45.097927094 0.999824405 -0.012373137 0.014076471 366.545043945\n0.028351903 -0.045232549 -0.998574138 263.719238281 0.013889152 0.998897076 -0.044852834 -45.147602081 0.999501586 -0.012597681 0.028948903 366.579864502\n0.043338418 -0.044628218 -0.998063266 262.819519043 0.016593480 0.998896122 -0.043944929 -45.197101593 0.998922706 -0.014656832 0.044031143 366.621154785\n0.058272183 -0.045161877 -0.997278690 261.911895752 0.020153783 0.998825848 -0.044054329 -45.252510071 0.998097301 -0.017531795 0.059113979 366.671356201\n0.073181868 -0.047795352 -0.996172845 261.007751465 0.022471990 0.998676419 -0.046264615 -45.304786682 0.997065544 -0.019000245 0.074159026 366.745727539\n0.088240325 -0.052989047 -0.994688988 260.115966797 0.022916246 0.998427749 -0.051155295 -45.357269287 0.995835781 -0.018280564 0.089315951 366.823669434\n0.103135884 -0.057512067 -0.993003309 259.200439453 0.025389211 0.998153925 -0.055173393 -45.415157318 0.994343281 -0.019521203 0.104405701 366.918212891\n0.117639422 -0.059532277 -0.991270483 258.302032471 0.027862823 0.998006344 -0.056630187 -45.468704224 0.992665529 -0.020957643 0.119063616 367.038085938\n0.132911146 -0.057943132 -0.989432871 257.393188477 0.026714096 0.998136401 -0.054864310 -45.527061462 0.990767956 -0.019139722 0.134211361 367.165710449\n0.149151087 -0.055364665 -0.987263203 256.475616455 0.025604986 0.998312712 -0.052116029 -45.588439941 0.988482833 -0.017505700 0.150317073 367.288513184\n0.164915144 -0.056200091 -0.984705389 255.573303223 0.026504209 0.998267293 -0.052535277 -45.641937256 0.985951662 -0.017434971 0.166118920 367.446533203\n0.181417286 -0.057289205 -0.981736183 254.675964355 0.027768390 0.998202026 -0.053118687 -45.701766968 0.983014166 -0.017624574 0.182681918 367.610168457\n0.197528601 -0.057684768 -0.978598535 253.786315918 0.028484587 0.998183429 -0.053089660 -45.755657196 0.979883313 -0.017388241 0.198812902 367.798492432\n0.214899361 -0.058629528 -0.974874794 252.872619629 0.028074017 0.998154819 -0.053841021 -45.808094025 0.976232648 -0.015798250 0.216148794 367.979431152\n0.232365608 -0.060520470 -0.970743716 251.978668213 0.026666570 0.998083472 -0.055841807 -45.868843079 0.972262800 -0.012910699 0.233534157 368.196350098\n0.250529349 -0.064983465 -0.965925574 251.102447510 0.025261261 0.997843683 -0.060578842 -45.934528351 0.967779398 -0.009223717 0.251630723 368.424194336\n0.269081175 -0.068942778 -0.960646808 250.199737549 0.025256034 0.997596741 -0.064520255 -45.987529755 0.962786317 -0.006900938 0.270175755 368.664978027\n0.288138926 -0.067169607 -0.955229998 249.308898926 0.022995310 0.997734547 -0.063222051 -46.052276611 0.957312584 -0.003749068 0.289030731 368.938110352\n0.308010578 -0.062702492 -0.949314415 248.422088623 0.021468909 0.998029768 -0.058954444 -46.117881775 0.951140642 -0.002222151 0.308749855 369.217712402\n0.327262700 -0.060592916 -0.942988694 247.513732910 0.020576959 0.998162270 -0.056996964 -46.181236267 0.944709361 -0.000750858 0.327908099 369.524566650\n0.346731782 -0.062392656 -0.935886800 246.610412598 0.022573035 0.998051226 -0.058173995 -46.252559662 0.937692583 -0.000955033 0.347464502 369.838073730\n0.366330802 -0.063493952 -0.928315878 245.726287842 0.022888865 0.997982144 -0.059226543 -46.310291290 0.930203199 0.000448413 0.367044866 370.184234619\n0.385431945 -0.063186228 -0.920570433 244.857788086 0.021676118 0.997997403 -0.059425142 -46.374019623 0.922481716 0.002949959 0.386029661 370.548126221\n0.403720558 -0.062066913 -0.912774622 243.994384766 0.020639326 0.998060107 -0.058737379 -46.443634033 0.914649546 0.004874434 0.404218376 370.932006836\n0.422534525 -0.062827379 -0.904166639 243.124496460 0.020840185 0.998004258 -0.059608810 -46.512901306 0.906107247 0.006343781 0.423000574 371.324432373\n0.441740394 -0.063040845 -0.894925356 242.264144897 0.020627169 0.997978091 -0.060118455 -46.577255249 0.896905839 0.008096980 0.442147613 371.744628906\n0.460403681 -0.060805678 -0.885624707 241.411056519 0.020292250 0.998111486 -0.057979662 -46.646503448 0.887477696 0.008722736 0.460768104 372.185180664\n0.478677690 -0.058397483 -0.876046538 240.565048218 0.020161333 0.998253584 -0.055527557 -46.710514069 0.877759278 0.008917542 0.479019105 372.648040771\n0.496878743 -0.057001207 -0.865945935 239.703582764 0.020181807 0.998329639 -0.054135118 -46.774696350 0.867585242 0.009422240 0.497199178 373.130615234\n0.514719725 -0.056280036 -0.855509341 238.872863770 0.021025397 0.998371661 -0.053028300 -46.833442688 0.857100725 0.009307296 0.515064895 373.642639160\n0.532325804 -0.055849336 -0.844695389 238.065338135 0.021889884 0.998395860 -0.052216694 -46.898998260 0.846256614 0.009306019 0.532694399 374.148071289\n0.549626172 -0.056183763 -0.833519399 237.245651245 0.022551099 0.998370171 -0.052425325 -46.964797974 0.835106373 0.010017557 0.549997389 374.687683105\n0.566977739 -0.058119938 -0.821680188 236.433151245 0.023936806 0.998248994 -0.054092258 -47.018714905 0.823385239 0.011000706 0.567376137 375.219726562\n0.583466947 -0.062100522 -0.809759140 235.654678345 0.028985167 0.998029292 -0.055653900 -47.080455780 0.811619461 0.009001210 0.584117115 375.791564941\n0.599038959 -0.063910127 -0.798165262 234.893218994 0.034767151 0.997945547 -0.053813349 -47.147247314 0.799964726 0.004486360 0.600030303 376.371673584\n0.614454687 -0.063805446 -0.786367834 234.128753662 0.037775517 0.997960508 -0.051456802 -47.211971283 0.788047254 0.001912426 0.615611792 376.978485107\n0.629218221 -0.065107442 -0.774496913 233.375961304 0.042602632 0.997876287 -0.049274340 -47.268302917 0.776060224 -0.001991296 0.630655646 377.584320068\n0.643894553 -0.068395697 -0.762051105 232.650161743 0.046555351 0.997653306 -0.050204586 -47.327346802 0.763696551 -0.003151093 0.645567715 378.198883057\n0.657617331 -0.070181563 -0.750076115 231.935974121 0.047189619 0.997533500 -0.051962394 -47.384456635 0.751872838 -0.001224424 0.659307122 378.843750000\n0.671575785 -0.070091121 -0.737613201 231.232254028 0.047596019 0.997540414 -0.051455691 -47.436786652 0.739405572 -0.000551055 0.673260033 379.495544434\n0.685842514 -0.068141378 -0.724552810 230.512130737 0.047726076 0.997674942 -0.048651215 -47.494064331 0.726183355 -0.001212989 0.687500000 380.151855469\n0.699496269 -0.068116657 -0.711382568 229.830764771 0.049654339 0.997673810 -0.046705086 -47.548877716 0.712909162 -0.002653199 0.701251388 380.831481934\n0.712890029 -0.069260433 -0.697847307 229.155822754 0.051377285 0.997595012 -0.046525236 -47.602966309 0.699391305 -0.002686123 0.714733899 381.524139404\n0.726190090 -0.070350729 -0.683885098 228.488265991 0.052859914 0.997519433 -0.046484239 -47.658824921 0.685458899 -0.002393711 0.728107452 382.219024658\n0.738920569 -0.069763154 -0.670171261 227.844329834 0.052695621 0.997562408 -0.045742378 -47.714126587 0.671728790 -0.001515104 0.740795612 382.937835693\n0.751600802 -0.067872994 -0.656117022 227.212005615 0.052151229 0.997692764 -0.043467078 -47.766304016 0.657553494 -0.001547411 0.753406346 383.671203613\n0.763688028 -0.065746106 -0.642229021 226.592742920 0.051131345 0.997835577 -0.041348822 -47.826454163 0.643557489 -0.001260427 0.765396774 384.434448242\n0.777765989 -0.060404122 -0.625644863 225.941925049 0.044527464 0.998165846 -0.041015897 -47.866691589 0.626974821 0.004042393 0.779029071 385.166931152\n0.791070879 -0.057985511 -0.608970165 225.353027344 0.041518778 0.998291135 -0.041122098 -47.911392212 0.610313952 0.007246802 0.792126536 385.924804688\n0.803413808 -0.055344172 -0.592843413 224.776657104 0.040192537 0.998440683 -0.038739797 -47.964309692 0.594062984 0.007296212 0.804385483 386.721252441\n0.815802515 -0.053987361 -0.575805247 224.190750122 0.040623821 0.998523414 -0.036065370 -48.012977600 0.576902092 0.006030812 0.816791058 387.522125244\n0.827584267 -0.053242724 -0.558810771 223.649719238 0.041516148 0.998570740 -0.033658117 -48.055564880 0.559804142 0.004655260 0.828611910 388.330047607\n0.838888228 -0.053523678 -0.541665733 223.115737915 0.043156274 0.998561025 -0.031833965 -48.098472595 0.542590141 0.003328867 0.839990973 389.152618408\n0.849490762 -0.054354761 -0.524796188 222.606964111 0.044639826 0.998517036 -0.031160736 -48.136241913 0.525711656 0.003043947 0.850657344 389.993560791\n0.860338032 -0.053990446 -0.506856501 222.105667114 0.044686034 0.998534977 -0.030514063 -48.176544189 0.507761359 0.003603003 0.861490250 390.828857422\n0.870801032 -0.053956106 -0.488665819 221.623107910 0.045022771 0.998534739 -0.030022910 -48.214042664 0.489569694 0.004142893 0.871954322 391.692810059\n0.880945802 -0.054109491 -0.470113486 221.155029297 0.045577116 0.998524487 -0.029521985 -48.255481720 0.471017241 0.004580856 0.882112145 392.564788818\n0.890900970 -0.054185513 -0.450953931 220.707611084 0.046132479 0.998518884 -0.028840622 -48.292282104 0.451848775 0.004890515 0.892081141 393.460876465\n0.900549710 -0.054691233 -0.431299329 220.281387329 0.047188770 0.998491108 -0.028084612 -48.324275970 0.432184547 0.004939104 0.901771665 394.350891113\n0.909939766 -0.053108685 -0.411325991 219.855484009 0.046625681 0.998579562 -0.025786560 -48.367103577 0.412111193 0.004285863 0.911123455 395.254516602\n0.918547988 -0.053217359 -0.391711086 219.464355469 0.047584102 0.998576880 -0.024082405 -48.398395538 0.392435223 0.003481626 0.919773042 396.187561035\n0.927027822 -0.053139873 -0.371208251 219.084716797 0.048244175 0.998582780 -0.022469517 -48.432247162 0.371876210 0.002921232 0.928277731 397.125549316\n0.935174346 -0.052223351 -0.350316554 218.708724976 0.047701605 0.998629570 -0.021530427 -48.458030701 0.350960851 0.003424043 0.936383903 398.085754395\n0.942635715 -0.050602943 -0.329965621 218.374816895 0.046451740 0.998710990 -0.020458642 -48.486404419 0.330575556 0.003957572 0.943771243 399.055511475\n0.949716389 -0.049080458 -0.309240848 218.053939819 0.045349199 0.998785734 -0.019247096 -48.515632629 0.309810013 0.004255458 0.950788975 400.033508301\n0.956408739 -0.047631729 -0.288120627 217.735946655 0.043850187 0.998846471 -0.019568468 -48.542140961 0.288720340 0.006081311 0.957394183 401.043884277\n0.962655246 -0.045719311 -0.266841948 217.456680298 0.041919477 0.998922348 -0.019922033 -48.573497772 0.267465204 0.007992178 0.963534355 402.042266846\n0.968315661 -0.044379216 -0.245754570 217.190917969 0.040477715 0.998961687 -0.020906748 -48.607292175 0.246427223 0.010296748 0.969106615 403.050079346\n0.973558664 -0.041877620 -0.224565879 216.939361572 0.037678435 0.999026239 -0.022953959 -48.630874634 0.225308463 0.013885735 0.974188507 404.087799072\n0.978342891 -0.038027495 -0.203467801 216.709106445 0.034177370 0.999164641 -0.022404235 -48.661003113 0.204149812 0.014965029 0.978825271 405.128601074\n0.982332945 -0.034656342 -0.183904812 216.517700195 0.031519771 0.999303937 -0.019952234 -48.687938690 0.184468284 0.013803098 0.982741535 406.194824219\n0.985916913 -0.031126902 -0.164313719 216.339706421 0.028803647 0.999448836 -0.016503453 -48.718574524 0.164736852 0.011538199 0.986270070 407.262878418\n0.989196420 -0.028026933 -0.143892035 216.155380249 0.026187776 0.999549568 -0.014659964 -48.749267578 0.144238085 0.010733372 0.989484787 408.340637207\n0.991906404 -0.024344234 -0.124615639 216.011947632 0.022950402 0.999657094 -0.012608660 -48.770191193 0.124879852 0.009646632 0.992124975 409.436492920\n0.994136631 -0.020884842 -0.106094994 215.891052246 0.019813325 0.999741614 -0.011143710 -48.792102814 0.106300309 0.008976276 0.994293571 410.544067383\n0.995972276 -0.021145690 -0.087132372 215.768371582 0.020413127 0.999748468 -0.009290027 -48.812419891 0.087306902 0.007473966 0.996153414 411.689453125\n0.997476161 -0.019001454 -0.068412602 215.679748535 0.018384198 0.999784529 -0.009640939 -48.833148956 0.068581052 0.008358896 0.997610509 412.807922363\n0.998573482 -0.017855117 -0.050321460 215.614425659 0.017357506 0.999796212 -0.010308425 -48.857879639 0.050495263 0.009420265 0.998679876 413.928588867\n0.999256730 -0.019362176 -0.033333734 215.570861816 0.019079003 0.999779344 -0.008792285 -48.879711151 0.033496615 0.008149775 0.999405622 415.084014893\n0.999669433 -0.019880559 -0.016303023 215.550842285 0.019782910 0.999785483 -0.006129228 -48.898433685 0.016421380 0.005804680 0.999848306 416.217987061\n0.999797583 -0.020110074 0.000582800 215.537033081 0.020112734 0.999785304 -0.004985572 -48.923591614 -0.000482414 0.004996285 0.999987423 417.370178223\n0.999629736 -0.022163145 0.015785227 215.556640625 0.022249579 0.999738276 -0.005321208 -48.938316345 -0.015663160 0.005670452 0.999861240 418.522918701\n0.999197721 -0.025610400 0.030790230 215.593765259 0.025766321 0.999657035 -0.004677807 -48.955356598 -0.030659869 0.005467405 0.999514937 419.670166016\n0.998477459 -0.032772023 0.044371247 215.649383545 0.033032723 0.999440968 -0.005154758 -48.966629028 -0.044177510 0.006612612 0.999001801 420.821502686\n0.997751057 -0.036981657 0.055903565 215.717758179 0.037382632 0.999282122 -0.006143630 -48.981346130 -0.055636235 0.008219636 0.998417258 421.970458984\n0.996947289 -0.042501271 0.065495923 215.797836304 0.042806346 0.999078095 -0.003260990 -49.000148773 -0.065296941 0.006054676 0.997847497 423.132843018\n0.996284485 -0.045812011 0.072927572 215.893997192 0.045779862 0.998949289 0.002113169 -49.019741058 -0.072947755 0.001233296 0.997335017 424.278930664\n0.995464444 -0.048249114 0.081991076 215.956085205 0.048094645 0.998835325 0.003859088 -49.026733398 -0.082081780 0.000101747 0.996625602 425.454040527\n0.994751394 -0.048115198 0.090302728 216.057540894 0.048053741 0.998840690 0.002855817 -49.033321381 -0.090335451 0.001498556 0.995910287 426.614440918\n0.994055629 -0.046445545 0.098469205 216.167938232 0.046509556 0.998916507 0.001646552 -49.038909912 -0.098438993 0.002942994 0.995138764 427.759765625\n0.993237317 -0.046574533 0.106350370 216.280181885 0.046700772 0.998908043 0.001304441 -49.045627594 -0.106294997 0.003671024 0.994327843 428.923675537\n0.992413402 -0.046921965 0.113639563 216.410400391 0.046972647 0.998893678 0.002233105 -49.058578491 -0.113618620 0.003121787 0.993519545 430.077117920\n0.991440773 -0.051540438 0.119953260 216.555465698 0.051300254 0.998670280 0.005091497 -49.068317413 -0.120056175 0.001105714 0.992766500 431.233184814\n0.990650058 -0.054353338 0.125132710 216.689453125 0.053858936 0.998521626 0.007333194 -49.082611084 -0.125346303 -0.000525115 0.992112935 432.413848877\n0.989947915 -0.058793135 0.128633067 216.843627930 0.058405124 0.998269856 0.006789723 -49.083648682 -0.128809705 0.000791357 0.991668999 433.566864014\n0.989457130 -0.061216194 0.131252304 217.000579834 0.060877942 0.998123467 0.006591924 -49.082965851 -0.131409541 0.001467944 0.991327107 434.728393555\n0.989215255 -0.060658243 0.133318409 217.142852783 0.060199447 0.998158395 0.007473272 -49.086181641 -0.133526206 0.000633019 0.991045058 435.910461426\n0.988964498 -0.060572937 0.135203898 217.308685303 0.059911802 0.998163462 0.008957209 -49.087078094 -0.135498166 -0.000758053 0.990777314 437.095245361\n0.988768756 -0.058918834 0.137349755 217.465469360 0.058423243 0.998262644 0.007640321 -49.088771820 -0.137561291 0.000469907 0.990493119 438.275665283\n0.988597512 -0.057643112 0.139112130 217.621231079 0.057305794 0.998335958 0.006432411 -49.099128723 -0.139251426 0.001612866 0.990255773 439.449432373\n0.988357544 -0.057352666 0.140925765 217.784698486 0.057023205 0.998352468 0.006378249 -49.101940155 -0.141059399 0.001732048 0.989999592 440.637420654\n0.988137126 -0.057113595 0.142558813 217.956909180 0.056530684 0.998367667 0.008139106 -49.111557007 -0.142790973 0.000016395 0.989752889 441.832489014\n0.987978041 -0.056780510 0.143789247 218.122207642 0.056107365 0.998386502 0.008735361 -49.114048004 -0.144053236 -0.000562710 0.989569783 443.022064209\n0.987860858 -0.057484016 0.144313976 218.298828125 0.056743056 0.998345971 0.009248529 -49.117786407 -0.144606918 -0.000947445 0.989488721 444.217559814\n0.987730384 -0.057595134 0.145160183 218.469329834 0.057022799 0.998340011 0.008103971 -49.119102478 -0.145385966 0.000272900 0.989374995 445.420532227\n0.987662673 -0.058673579 0.145188823 218.641006470 0.058164015 0.998276889 0.007755782 -49.122077942 -0.145393714 0.000784668 0.989373565 446.632843018\n0.987586737 -0.060041353 0.145146400 218.821411133 0.059457380 0.998195827 0.008361966 -49.122287750 -0.145386606 0.000371857 0.989374876 447.847625732\n0.987717628 -0.059216663 0.144593462 218.998611450 0.058614388 0.998245120 0.008425553 -49.125488281 -0.144838661 0.000153189 0.989455283 449.056274414\n0.987691581 -0.059696991 0.144573838 219.171646118 0.059277292 0.998215497 0.007212781 -49.123725891 -0.144746423 0.001445942 0.989467740 450.288085938\n0.987728596 -0.057983316 0.145017698 219.347045898 0.057690587 0.998315096 0.006226685 -49.123706818 -0.145134404 0.002215880 0.989409447 451.508483887\n0.987762094 -0.056930799 0.145206675 219.521881104 0.056549482 0.998376966 0.006755642 -49.129592896 -0.145355597 0.001538395 0.989378273 452.751831055\n0.987717807 -0.056790870 0.145562246 219.699554443 0.056009188 0.998385370 0.009466084 -49.133312225 -0.145864800 -0.001196997 0.989303827 453.990020752\n0.987578571 -0.058336746 0.145895302 219.883255005 0.057284873 0.998292744 0.011404316 -49.131752014 -0.146311507 -0.002905065 0.989234328 455.235870361\n0.987444520 -0.059085753 0.146499768 220.066604614 0.058052294 0.998249292 0.011323510 -49.130332947 -0.146912366 -0.002676690 0.989145875 456.486083984\n0.987331271 -0.059260905 0.147190690 220.250915527 0.058561467 0.998242438 0.009084696 -49.125175476 -0.147470370 -0.000349902 0.989066422 457.726348877\n0.987405062 -0.056171045 0.147905603 220.431274414 0.055364192 0.998420358 0.009569840 -49.119472504 -0.148209527 -0.001260633 0.988955200 458.986877441\n0.987197101 -0.056749903 0.149068221 220.617416382 0.055411268 0.998377383 0.013121367 -49.127891541 -0.149570987 -0.004693316 0.988739848 460.235534668\n0.987347960 -0.049877193 0.150520116 220.798446655 0.048287421 0.998732507 0.014200699 -49.127166748 -0.151037633 -0.006752802 0.988504946 461.484436035\n0.986937284 -0.050353624 0.153033689 220.984375000 0.048894953 0.998715580 0.013282673 -49.116798401 -0.153505966 -0.005626590 0.988131702 462.726379395\n0.986717582 -0.050251193 0.154477268 221.180770874 0.049026832 0.998728633 0.011727727 -49.115367889 -0.154870197 -0.003998424 0.987926722 463.979461670\n0.986213803 -0.051408894 0.157287985 221.365280151 0.050675653 0.998677492 0.008671246 -49.116493225 -0.157525763 -0.000581032 0.987514734 465.225616455\n0.985663414 -0.056325130 0.159044564 221.572036743 0.055824399 0.998411536 0.007617963 -49.123092651 -0.159221008 0.001369819 0.987242043 466.477142334\n0.985237002 -0.058977593 0.160716251 221.776962280 0.058331084 0.998259008 0.008741938 -49.123443604 -0.160952032 0.000761873 0.986961961 467.721405029\n0.984757602 -0.062769614 0.162211224 221.986770630 0.061773863 0.998027563 0.011180032 -49.126281738 -0.162593037 -0.000989207 0.986692727 468.985717773\n0.984460354 -0.063421689 0.163754359 222.193984985 0.062104993 0.997982979 0.013153015 -49.126281738 -0.164258242 -0.002778660 0.986413479 470.236145020\n0.984064996 -0.064045705 0.165874273 222.407440186 0.062817469 0.997944891 0.012645810 -49.123950958 -0.166343302 -0.002024497 0.986065805 471.483032227\n0.983872473 -0.063963577 0.167043790 222.619659424 0.062821008 0.997951210 0.012120606 -49.127136230 -0.167476833 -0.001431273 0.985874951 472.774291992\n0.983588398 -0.064810976 0.168384686 222.835250854 0.063611381 0.997896254 0.012514292 -49.123237610 -0.168841511 -0.001597730 0.985641897 474.035095215\n0.983205378 -0.066726208 0.169866949 223.045486450 0.065153047 0.997765183 0.014824918 -49.124420166 -0.170476541 -0.003508590 0.985355496 475.282348633\n0.983067870 -0.066073887 0.170914575 223.257431030 0.064275429 0.997803271 0.016040945 -49.123970032 -0.171599001 -0.004783731 0.985155284 476.545379639\n0.983051777 -0.066235639 0.170944452 223.474853516 0.064058065 0.997779667 0.018229201 -49.118385315 -0.171772316 -0.006969878 0.985112011 477.816375732\n0.982874751 -0.069116980 0.170821771 223.695709229 0.066812426 0.997580588 0.019210158 -49.111885071 -0.171736240 -0.007468163 0.985114634 479.064239502\n0.983072996 -0.067183197 0.170452148 223.904418945 0.065210134 0.997724116 0.017154222 -49.105010986 -0.171216697 -0.005748645 0.985216618 480.304412842\n0.983368337 -0.066141725 0.169150874 224.127746582 0.064606033 0.997804463 0.014572665 -49.097900391 -0.169743359 -0.003402130 0.985482454 481.566986084\n0.983444333 -0.065553956 0.168937564 224.339385986 0.064432718 0.997848511 0.012116460 -49.094463348 -0.169368371 -0.001030759 0.985552251 482.816986084\n0.983874142 -0.061234146 0.168053687 224.545730591 0.060202114 0.998122990 0.011233943 -49.091785431 -0.168426156 -0.000935599 0.985713840 484.062072754\n0.984057248 -0.058560278 0.167934492 224.750350952 0.057863433 0.998283565 0.009044183 -49.099048615 -0.168175861 0.000817271 0.985756695 485.308868408\n0.984165311 -0.057727519 0.167589262 224.955017090 0.057116956 0.998331606 0.008465225 -49.097675323 -0.167798325 0.001241007 0.985820532 486.551116943\n0.984229267 -0.057265997 0.167371944 225.164382935 0.056611355 0.998358548 0.008683921 -49.104675293 -0.167594492 0.000928183 0.985855579 487.798370361\n0.984332621 -0.058208633 0.166436419 225.382812500 0.057196449 0.998303711 0.010872422 -49.110057831 -0.166786969 -0.001182506 0.985992253 489.038452148\n0.984201133 -0.059128735 0.166889116 225.584365845 0.057881959 0.998247325 0.012329208 -49.118061066 -0.167325616 -0.002474551 0.985898554 490.275756836\n0.984112322 -0.060369119 0.166968688 225.795394897 0.059079491 0.998172700 0.012684727 -49.119682312 -0.167429358 -0.002618772 0.985880613 491.509796143\n0.983937383 -0.061958715 0.167416781 226.014739990 0.060618270 0.998074949 0.013110153 -49.121822357 -0.167906776 -0.002751055 0.985799015 492.740478516\n0.983771443 -0.062925600 0.168030128 226.218536377 0.061685845 0.998016179 0.012592955 -49.111728668 -0.168489203 -0.002023511 0.985701442 493.987152100\n0.983648539 -0.062121142 0.169046059 226.431396484 0.060937818 0.998067200 0.012184130 -49.111068726 -0.169476226 -0.001683604 0.985532820 495.224548340\n0.983562052 -0.060260322 0.170218512 226.636978149 0.059091888 0.998181283 0.011926933 -49.116222382 -0.170627654 -0.001672347 0.985334158 496.457977295\n0.983562350 -0.057771295 0.171077803 226.847869873 0.056429498 0.998325825 0.012699760 -49.117282867 -0.171525076 -0.002837172 0.985175669 497.705749512\n0.983308315 -0.059189878 0.172050491 227.066665649 0.057368122 0.998232067 0.015545925 -49.113796234 -0.172666475 -0.005416225 0.984965444 498.943756104\n0.983114898 -0.058501840 0.173385948 227.273712158 0.057141423 0.998283625 0.012831761 -49.114852905 -0.173839033 -0.002707575 0.984770358 500.170196533\n0.982952178 -0.058435000 0.174328342 227.492416382 0.058190208 0.998284221 0.006519584 -49.109249115 -0.174410209 0.003735762 0.984665990 501.393615723\n0.982731223 -0.060253337 0.174953803 227.708251953 0.059933208 0.998176992 0.007117633 -49.118099213 -0.175063729 0.003490822 0.984550893 502.626098633\n0.982555270 -0.059672326 0.176137477 227.924209595 0.058392551 0.998216152 0.012444644 -49.122070312 -0.176565871 -0.001942434 0.984286904 503.861145020\n0.982402325 -0.058475483 0.177387416 228.136337280 0.056485239 0.998271108 0.016253434 -49.122161865 -0.178031161 -0.005947641 0.984006882 505.097198486\n0.982441723 -0.054138251 0.178542286 228.352569580 0.052168231 0.998514652 0.015713876 -49.113525391 -0.179127812 -0.006123733 0.983806729 506.326568604\n0.982314587 -0.052112985 0.179839581 228.574691772 0.050813381 0.998638093 0.011828816 -49.109981537 -0.180211082 -0.002481364 0.983624816 507.553985596\n0.982137561 -0.052025072 0.180829227 228.798889160 0.051257290 0.998645663 0.008919490 -49.110111237 -0.181048349 0.000508648 0.983474076 508.771026611\n0.982020736 -0.052431777 0.181345597 229.014099121 0.051610406 0.998624444 0.009248457 -49.120826721 -0.181581050 0.000277144 0.983375967 509.973297119\n0.981832027 -0.055255134 0.181528926 229.243560791 0.054177821 0.998471916 0.010891824 -49.123466492 -0.181853354 -0.000859100 0.983325303 511.188568115\n0.981760204 -0.056318354 0.181590587 229.465164185 0.055118483 0.998411834 0.011651373 -49.136074066 -0.181958377 -0.001429857 0.983305216 512.427062988\n0.981660843 -0.059958283 0.180961445 229.684158325 0.058646552 0.998199344 0.012595476 -49.124679565 -0.181390807 -0.001751721 0.983409524 513.648010254\n0.981640816 -0.060982469 0.180727631 229.908569336 0.059582435 0.998136520 0.013170532 -49.123111725 -0.181194022 -0.002160539 0.983444989 514.863403320\n0.981502712 -0.062042955 0.181116357 230.125991821 0.060638092 0.998071373 0.013288940 -49.122451782 -0.181591541 -0.002060581 0.983371913 516.074584961\n0.981732905 -0.060101956 0.180522218 230.344543457 0.058550928 0.998187482 0.013913244 -49.126529694 -0.181031227 -0.003089346 0.983472466 517.279296875\n0.981797457 -0.059801921 0.180270463 230.569274902 0.058038913 0.998200953 0.015043380 -49.123535156 -0.180845767 -0.004306851 0.983502030 518.484313965\n0.981961370 -0.055849560 0.180645183 230.768798828 0.053992108 0.998425841 0.015187115 -49.123802185 -0.181209013 -0.005159748 0.983431101 519.703796387\n0.982063770 -0.054682434 0.180445492 230.981155396 0.053002719 0.998494506 0.014120956 -49.123573303 -0.180946007 -0.004303578 0.983483613 520.901367188\n0.982329845 -0.052338716 0.179690748 231.198028564 0.050519332 0.998615026 0.014689590 -49.119594574 -0.180210710 -0.005352167 0.983613491 522.106201172\n0.982327878 -0.052349120 0.179698259 231.400451660 0.050267912 0.998605669 0.016119003 -49.114006042 -0.180291519 -0.006801091 0.983589709 523.302551270\n0.982429504 -0.055529427 0.178181812 231.627975464 0.053318840 0.998429835 0.017174779 -49.116344452 -0.178855747 -0.007372561 0.983847678 524.485168457\n0.982764363 -0.055413421 0.176362023 231.847900391 0.053589519 0.998449028 0.015091714 -49.113655090 -0.176924780 -0.005380442 0.984209657 525.672668457\n0.982996106 -0.055589911 0.175009608 232.051162720 0.054226376 0.998449564 0.012567339 -49.117008209 -0.175436884 -0.002863508 0.984486520 526.858825684\n0.983393073 -0.054405551 0.173141882 232.258392334 0.053097349 0.998515010 0.012181891 -49.118515015 -0.173547536 -0.002786213 0.984821558 528.048706055\n0.983788133 -0.051782392 0.171696007 232.458190918 0.050203670 0.998647392 0.013527256 -49.116252899 -0.172164246 -0.004688185 0.985057116 529.237121582\n0.984278023 -0.049805064 0.169458583 232.658355713 0.047652543 0.998723567 0.016748294 -49.118019104 -0.170076430 -0.008409847 0.985395014 530.427124023\n0.984684646 -0.048434321 0.167482302 232.851318359 0.046305839 0.998789489 0.016593054 -49.114521027 -0.168083236 -0.008583518 0.985735416 531.612976074\n0.985133052 -0.046504892 0.165379032 233.043975830 0.044610612 0.998889506 0.015152239 -49.111225128 -0.165900037 -0.007549312 0.986113667 532.780395508\n0.985563099 -0.044476207 0.163362280 233.229721069 0.042661674 0.998982906 0.014600674 -49.108867645 -0.163845509 -0.007420578 0.986458123 533.964538574\n0.985923767 -0.043868646 0.161337614 233.425582886 0.042229354 0.999015689 0.013577367 -49.105216980 -0.161774427 -0.006573066 0.986805856 535.135192871\n0.986138403 -0.042541008 0.160378546 233.600128174 0.041246157 0.999084055 0.011395674 -49.107975006 -0.160716414 -0.004622713 0.986989796 536.303039551\n0.986214995 -0.043180384 0.159735665 233.779464722 0.042428136 0.999066532 0.008118495 -49.113445282 -0.159937114 -0.001229296 0.987126470 537.472045898\n0.986313224 -0.044850852 0.158664972 233.962234497 0.044442255 0.998993158 0.006124293 -49.113529205 -0.158779904 0.001010958 0.987313509 538.628601074\n0.986595452 -0.046742458 0.156347394 234.151351929 0.046018593 0.998906553 0.008248354 -49.121032715 -0.156561986 -0.000942902 0.987667680 539.783142090\n0.986724675 -0.048235957 0.155073240 234.336685181 0.047109593 0.998829901 0.010932357 -49.129447937 -0.155419111 -0.003481790 0.987842500 540.945373535\n0.986779630 -0.047452077 0.154965445 234.499969482 0.046243954 0.998865187 0.011393744 -49.129821777 -0.155330241 -0.004076899 0.987854183 542.091613770\n0.986898303 -0.046260994 0.154569402 234.673553467 0.045000229 0.998919070 0.011647435 -49.135002136 -0.154941157 -0.004539175 0.987913251 543.250610352\n0.986850262 -0.045692913 0.155044258 234.852996826 0.044352569 0.998942733 0.012095002 -49.138465881 -0.155432984 -0.005059344 0.987833500 544.404907227\n0.986782551 -0.043974865 0.155969068 235.030700684 0.042542331 0.999016285 0.012512591 -49.141899109 -0.156365886 -0.005711919 0.987682700 545.546081543\n0.986381114 -0.044242058 0.158414006 235.195373535 0.042855918 0.999007285 0.012157215 -49.146968842 -0.158794597 -0.005202670 0.987297952 546.703125000\n0.985921800 -0.044375159 0.161211148 235.374725342 0.043192673 0.999008000 0.010833868 -49.148227692 -0.161531985 -0.003718207 0.986860454 547.848754883\n0.985528409 -0.045030352 0.163419768 235.562179565 0.044143979 0.998984158 0.009053146 -49.152450562 -0.163661420 -0.001708134 0.986515105 548.983398438\n0.985118091 -0.046574958 0.165448248 235.754882812 0.045771692 0.998914361 0.008666571 -49.153053284 -0.165672272 -0.000964750 0.986180365 550.130187988\n0.984759033 -0.047491152 0.167314723 235.944351196 0.046364963 0.998867989 0.010633101 -49.159778595 -0.167630300 -0.002713502 0.985846221 551.250183105\n0.984415412 -0.047958165 0.169193223 236.143051147 0.046449751 0.998837769 0.012864452 -49.157421112 -0.169613540 -0.004804981 0.985498965 552.381713867\n0.983970344 -0.048904940 0.171495423 236.340255737 0.047123149 0.998784602 0.014447742 -49.166343689 -0.171993554 -0.006134746 0.985078990 553.502746582\n0.983439803 -0.049166441 0.174438447 236.531188965 0.047631081 0.998780668 0.012979873 -49.170997620 -0.174863935 -0.004456233 0.984582543 554.615112305\n0.982806861 -0.050725497 0.177532077 236.730590820 0.049535312 0.998710334 0.011132820 -49.169231415 -0.177867845 -0.002147303 0.984052062 555.729919434\n0.982273161 -0.052805956 0.179863736 236.934539795 0.051353175 0.998599470 0.012727155 -49.173938751 -0.180283904 -0.003264969 0.983609200 556.845214844\n0.981841147 -0.053363442 0.182044879 237.140396118 0.051428080 0.998558879 0.015338730 -49.173450470 -0.182601064 -0.005697979 0.983170569 557.950073242\n0.981321812 -0.054417688 0.184516117 237.352890015 0.052418582 0.998501778 0.015698684 -49.170356750 -0.185093954 -0.005733388 0.982704103 559.061157227\n0.980810046 -0.054435641 0.187212303 237.564147949 0.052285258 0.998497367 0.016408851 -49.165233612 -0.187824219 -0.006305525 0.982182443 560.158447266\n0.980002224 -0.055741578 0.191019699 237.771286011 0.052936330 0.998402357 0.019761331 -49.163837433 -0.191816047 -0.009254268 0.981387258 561.262390137\n0.979408383 -0.052072771 0.195058137 237.973464966 0.049348805 0.998604596 0.018801967 -49.156448364 -0.195765033 -0.008788919 0.980611444 562.361267090\n0.978701532 -0.049964841 0.199115217 238.190643311 0.048524659 0.998748600 0.012109353 -49.157680511 -0.199471071 -0.002189446 0.979901254 563.440734863\n0.977791488 -0.049769588 0.203584790 238.415237427 0.049369626 0.998755693 0.007046006 -49.156642914 -0.203682154 0.003161380 0.979031980 564.524841309\n0.976848781 -0.048614912 0.208333939 238.644165039 0.047362819 0.998817205 0.010997228 -49.162567139 -0.208622158 -0.000875348 0.977995932 565.613830566\n0.976013660 -0.048161726 0.212315306 238.888031006 0.045751318 0.998820603 0.016254198 -49.160320282 -0.212847739 -0.006150616 0.977066040 566.704467773\n0.975038409 -0.047305770 0.216938525 239.117858887 0.044883803 0.998862803 0.016080787 -49.154289246 -0.217452541 -0.005942359 0.976052821 567.786621094\n0.974145055 -0.044381276 0.221521243 239.331344604 0.042711418 0.999011397 0.012325156 -49.149982452 -0.221849263 -0.002545004 0.975077629 568.841979980\n0.972930908 -0.042084597 0.227231994 239.577285767 0.040938828 0.999114037 0.009755055 -49.144565582 -0.227441221 -0.000188384 0.973791778 569.899353027\n0.971354961 -0.041273061 0.234021589 239.823348999 0.038752206 0.999130785 0.015361991 -49.141174316 -0.234452203 -0.005853095 0.972110033 570.971252441\n0.969759464 -0.040728807 0.240640298 240.069854736 0.036442060 0.999088287 0.022239167 -49.129814148 -0.241326675 -0.012797214 0.970359564 572.025024414\n0.968052983 -0.038580503 0.247759998 240.325881958 0.034292400 0.999178350 0.021601329 -49.120391846 -0.248389825 -0.012414944 0.968580604 573.085388184\n0.966321826 -0.037473351 0.254593670 240.589355469 0.034575414 0.999276400 0.015849805 -49.114212036 -0.255003393 -0.006513332 0.966918230 574.107849121\n0.964503407 -0.038086444 0.261309475 240.863693237 0.035894524 0.999268949 0.013157626 -49.111785889 -0.261619568 -0.003310996 0.965165377 575.140502930\n0.962768197 -0.036868591 0.267802447 241.143798828 0.034723483 0.999315739 0.012743331 -49.115036011 -0.268089026 -0.002969840 0.963389575 576.170410156\n0.961055458 -0.037438326 0.273808002 241.428512573 0.035091616 0.999293387 0.013465208 -49.115905762 -0.274118632 -0.003332446 0.961690128 577.193786621\n0.959283948 -0.039917644 0.279608488 241.737731934 0.036962301 0.999191165 0.015836490 -49.120948792 -0.280014485 -0.004856717 0.959983468 578.225341797\n0.957320571 -0.041337062 0.286056936 242.039276123 0.037294403 0.999112725 0.019568427 -49.120468140 -0.286612034 -0.008064935 0.958012819 579.245544434\n0.955463588 -0.042831622 0.291984260 242.348663330 0.038339816 0.999042153 0.021091197 -49.111621857 -0.292607963 -0.008957248 0.956190526 580.251953125\n0.953751206 -0.044465482 0.297290206 242.660644531 0.039826069 0.998972118 0.021647587 -49.100414276 -0.297947168 -0.008806512 0.954541743 581.265747070\n0.951825380 -0.046300627 0.303124994 242.976531982 0.041784253 0.998898029 0.021371696 -49.092384338 -0.303780496 -0.007676272 0.952711105 582.270629883\n0.950297475 -0.048845068 0.307488114 243.306198120 0.044375300 0.998783231 0.021515949 -49.081871033 -0.308164895 -0.006801675 0.951308668 583.261657715\n0.948603809 -0.052373245 0.312102348 243.630752563 0.047832180 0.998608828 0.022193348 -49.075183868 -0.312830478 -0.006124159 0.949789226 584.254455566\n0.947300971 -0.054638043 0.315651059 243.963119507 0.050527420 0.998497665 0.021198370 -49.066173553 -0.316335082 -0.004132205 0.948638499 585.237304688\n0.945979893 -0.057131402 0.319152087 244.295547485 0.053846881 0.998366237 0.019113151 -49.062992096 -0.319722623 -0.000895315 0.947510779 586.221008301\n0.945208371 -0.060034066 0.320900440 244.627136230 0.057291687 0.998195350 0.017990462 -49.053810120 -0.321401387 0.001380191 0.946942031 587.191894531\n0.944554985 -0.063044392 0.322244167 244.970046997 0.060022220 0.998010099 0.019316586 -49.043609619 -0.322820753 0.001096230 0.946459472 588.183654785\n0.944185853 -0.065207779 0.322894782 245.307510376 0.061554693 0.997871637 0.021523796 -49.036834717 -0.323611051 -0.000446774 0.946190119 589.170654297\n0.944197893 -0.066890255 0.322515219 245.648437500 0.062911279 0.997759640 0.022757690 -49.024299622 -0.323314935 -0.001197919 0.946290672 590.191345215\n0.944267392 -0.068450816 0.321983904 245.987075806 0.064157493 0.997652590 0.023940049 -49.007488251 -0.322866797 -0.001948128 0.946442425 591.194946289\n0.944602907 -0.071661599 0.320296735 246.327972412 0.066991754 0.997425318 0.025590282 -48.992301941 -0.321305901 -0.002715414 0.946971536 592.181823730\n0.945338249 -0.073584773 0.317680389 246.663894653 0.067808732 0.997270465 0.029217187 -48.979579926 -0.318963200 -0.006078623 0.947747588 593.195983887\n0.946370304 -0.071966797 0.314966738 246.996673584 0.067182906 0.997400939 0.026034012 -48.965820312 -0.316021740 -0.003477436 0.948745608 594.187988281\n0.947453141 -0.070439741 0.312042862 247.327178955 0.068691447 0.997499764 0.016605712 -48.957359314 -0.312432379 0.005701542 0.949922919 595.189758301\n0.948567152 -0.067009315 0.309402734 247.638305664 0.067224577 0.997687995 0.009978469 -48.946430206 -0.309356034 0.011334218 0.950878739 596.190856934\n0.949746132 -0.067152917 0.305733204 247.961608887 0.065196298 0.997734070 0.016618488 -48.943645477 -0.306156427 0.004149328 0.951972187 597.199218750\n0.950833857 -0.070293717 0.301618636 248.282165527 0.065470792 0.997513533 0.026082909 -48.936653137 -0.302702129 -0.005053301 0.953071833 598.202697754\n0.951592088 -0.073280089 0.298500508 248.581832886 0.067413226 0.997276485 0.029918279 -48.928901672 -0.299879938 -0.008347116 0.953940451 599.203796387\n0.952557325 -0.071507208 0.295839936 248.888900757 0.068108425 0.997439921 0.021792065 -48.917358398 -0.296640843 -0.000609001 0.954988897 600.186889648\n0.953307271 -0.071275130 0.293470711 249.189086914 0.071156621 0.997403443 0.011094588 -48.904064178 -0.293499440 0.010305830 0.955903709 601.198181152\n0.954370320 -0.070848532 0.290099531 249.495574951 0.071515881 0.997404814 0.008314472 -48.894367218 -0.289935738 0.012811640 0.956960380 602.191894531\n0.954989970 -0.071285129 0.287945509 249.800598145 0.070385911 0.997428656 0.013488628 -48.891540527 -0.288166612 0.007385802 0.957551777 603.205444336\n0.955289245 -0.072022691 0.286766857 250.098785400 0.069157124 0.997402787 0.020122901 -48.896114349 -0.287471354 0.000608781 0.957789063 604.209350586\n0.955366373 -0.073270015 0.286193222 250.394653320 0.069770359 0.997311056 0.022421010 -48.889297485 -0.287066460 -0.001452476 0.957909584 605.222229004\n0.955600560 -0.074516676 0.285087377 250.700729370 0.071039461 0.997218966 0.022533758 -48.876487732 -0.285973698 -0.001280819 0.958236635 606.216247559\n0.955623806 -0.073866464 0.285178810 250.992950439 0.070369631 0.997267127 0.022504132 -48.869701385 -0.286061734 -0.001437560 0.958210111 607.208801270\n0.954887688 -0.074249730 0.287535191 251.283035278 0.070532054 0.997237742 0.023282163 -48.857189178 -0.288469642 -0.001951404 0.957487047 608.190185547\n0.953887641 -0.073796421 0.290950894 251.584625244 0.069606803 0.997267723 0.024738617 -48.843719482 -0.291981548 -0.003345701 0.956418097 609.174560547\n0.952206135 -0.072594307 0.296704471 251.884826660 0.067817532 0.997349083 0.026375029 -48.833984375 -0.297832608 -0.004992701 0.954605043 610.160705566\n0.949839890 -0.072798416 0.304145634 252.187347412 0.068059057 0.997337997 0.026169762 -48.819915771 -0.305241108 -0.004157220 0.952266037 611.145812988\n0.947018862 -0.071286663 0.313166827 252.508468628 0.066569865 0.997449636 0.025743265 -48.806079865 -0.314203262 -0.003531891 0.949349165 612.116882324\n0.943421483 -0.069192342 0.324296713 252.838699341 0.064121656 0.997595191 0.026309848 -48.794261932 -0.325337291 -0.004026836 0.945589483 613.090270996\n0.939074039 -0.067641571 0.336993366 253.166687012 0.061731566 0.997693360 0.028235076 -48.781879425 -0.338125885 -0.005711701 0.941083550 614.043212891\n0.934451461 -0.065204248 0.350069821 253.524185181 0.058181446 0.997838378 0.030552668 -48.763282776 -0.351305276 -0.008182418 0.936225235 615.004455566\n0.928829193 -0.064694263 0.364816487 253.884689331 0.056728292 0.997859776 0.032522950 -48.744701385 -0.366139740 -0.009512853 0.930511236 615.968322754\n0.923047066 -0.066841856 0.378835380 254.282577515 0.058415350 0.997723162 0.033707377 -48.713829041 -0.380225897 -0.008983697 0.924850047 616.916564941\n0.916884661 -0.064664237 0.393879473 254.687576294 0.055896588 0.997867525 0.033704761 -48.689876556 -0.395218998 -0.008886864 0.918543935 617.881469727\n0.910088658 -0.062598690 0.409658462 255.098220825 0.053654287 0.998004019 0.033304781 -48.673473358 -0.410925627 -0.008330373 0.911630809 618.822631836\n0.903108001 -0.061747301 0.424950808 255.532592773 0.052752782 0.998065054 0.032912906 -48.644279480 -0.426160842 -0.007306572 0.904617906 619.745239258\n0.895195603 -0.061770808 0.441371948 255.981277466 0.052435145 0.998067915 0.033331871 -48.616081238 -0.442578107 -0.006695143 0.896704972 620.665954590\n0.887476444 -0.061871316 0.456680983 256.461151123 0.052077260 0.998063564 0.034015357 -48.598411560 -0.457901239 -0.006405139 0.888980031 621.559204102\n0.878802001 -0.061366383 0.473224282 256.941650391 0.051571473 0.998101890 0.033660129 -48.579956055 -0.474391639 -0.005175718 0.880298674 622.479736328\n0.869834661 -0.061387017 0.489509284 257.444976807 0.051456984 0.998105407 0.033731021 -48.555946350 -0.490652502 -0.004151738 0.871345460 623.371398926\n0.860546529 -0.062193427 0.505560756 257.966857910 0.051414572 0.998054624 0.035263434 -48.537506104 -0.506770372 -0.004352640 0.862070084 624.252502441\n0.850814819 -0.062176690 0.521774173 258.503875732 0.049620688 0.998044252 0.038018510 -48.510231018 -0.523117602 -0.006455919 0.852236092 625.128967285\n0.841140866 -0.062211044 0.537226021 259.067749023 0.047546253 0.998021960 0.041127738 -48.472778320 -0.538721979 -0.009051138 0.842435002 626.001647949\n0.830965638 -0.064272702 0.552598596 259.644958496 0.047240905 0.997868299 0.045023870 -48.439861298 -0.554314435 -0.011308033 0.832230568 626.864929199\n0.820969224 -0.063483909 0.567432225 260.241638184 0.045436185 0.997911811 0.045907922 -48.408126831 -0.569161773 -0.011907034 0.822139382 627.740600586\n0.810863495 -0.063183017 0.581814647 260.851165771 0.045681749 0.997955084 0.044708651 -48.367675781 -0.583449721 -0.009674307 0.812091649 628.596923828\n0.801268935 -0.063250303 0.594951689 261.479675293 0.046185073 0.997968018 0.043894526 -48.335456848 -0.596519113 -0.007693436 0.802561998 629.435729980\n0.791450143 -0.065165773 0.607749999 262.123199463 0.047143877 0.997846723 0.045600045 -48.295299530 -0.609412909 -0.007438472 0.792818129 630.271118164\n0.781216979 -0.067617171 0.620586812 262.774414062 0.047832843 0.997677684 0.048490092 -48.257514954 -0.622424364 -0.008196854 0.782637060 631.100036621\n0.770496309 -0.070124358 0.633575559 263.450439453 0.049105834 0.997506618 0.050686374 -48.224243164 -0.635550201 -0.007941406 0.772018671 631.918212891\n0.759286284 -0.071477883 0.646819413 264.130767822 0.049777735 0.997416735 0.051788323 -48.180725098 -0.648850203 -0.007124965 0.760882854 632.723632812\n0.747677207 -0.073065571 0.660030544 264.821624756 0.050047271 0.997301698 0.053708453 -48.142112732 -0.662173808 -0.007123867 0.749316454 633.504272461\n0.735948861 -0.074827537 0.672889352 265.547943115 0.050730858 0.997174382 0.055404037 -48.099128723 -0.675133765 -0.006638283 0.737665415 634.300048828\n0.723547220 -0.076209433 0.686055064 266.274902344 0.051460534 0.997076273 0.056485988 -48.048881531 -0.688354015 -0.005565520 0.725353599 635.062988281\n0.710490048 -0.078264549 0.699341536 267.003601074 0.051744189 0.996916175 0.058997586 -48.006553650 -0.701802313 -0.005730344 0.712348700 635.809082031\n0.697185516 -0.080196008 0.712391078 267.752441406 0.052612223 0.996767282 0.060719855 -47.962257385 -0.714957654 -0.004852535 0.699151039 636.536071777\n0.682903469 -0.079890564 0.726126969 268.505371094 0.051908948 0.996796131 0.060851354 -47.919181824 -0.728662014 -0.003863115 0.684862614 637.246093750\n0.668324590 -0.077391557 0.739832938 269.268859863 0.050634161 0.996999383 0.058552790 -47.871570587 -0.742144465 -0.001671450 0.670237899 637.929687500\n0.652765036 -0.075824685 0.753756225 270.055084229 0.049225677 0.997121036 0.057675928 -47.825569153 -0.755959451 -0.000544663 0.654618263 638.623901367\n0.636670351 -0.074254952 0.767552733 270.847625732 0.047359489 0.997239292 0.057191614 -47.783912659 -0.769680500 -0.000061302 0.638429284 639.284179688\n0.620037317 -0.074658215 0.781012058 271.653656006 0.047148544 0.997208774 0.057894066 -47.729808807 -0.783154368 0.000927097 0.621826708 639.927734375\n0.603385687 -0.075666100 0.793851614 272.499511719 0.046477240 0.997132838 0.059715755 -47.692337036 -0.796093941 0.000864398 0.605172455 640.587097168\n0.586901426 -0.076822981 0.806005597 273.344940186 0.047558751 0.997040570 0.060400739 -47.641448975 -0.808260441 0.002883338 0.588818073 641.196044922\n0.570240736 -0.082363471 0.817338288 274.204101562 0.053373888 0.996573448 0.063187160 -47.586711884 -0.819741905 0.007592615 0.572682858 641.791809082\n0.555459559 -0.084624611 0.827226281 275.091857910 0.053910285 0.996380091 0.065729648 -47.535270691 -0.829794168 0.008085847 0.558010995 642.391357422\n0.541332722 -0.085570633 0.836442769 275.972442627 0.052545905 0.996306181 0.067918256 -47.476860046 -0.839164913 0.007185269 0.543829560 642.961181641\n0.527651131 -0.085852824 0.845111609 276.869354248 0.052866548 0.996269941 0.068201043 -47.411628723 -0.847814560 0.008691771 0.530221701 643.531494141\n0.514400125 -0.085069627 0.853320420 277.782684326 0.047939450 0.996364057 0.070431054 -47.356838226 -0.856209278 0.004677966 0.516608000 644.102416992\n0.501225829 -0.083688028 0.861260116 278.701416016 0.042478725 0.996491909 0.072107136 -47.291145325 -0.864273250 0.000443276 0.503022432 644.644287109\n0.487895906 -0.083638288 0.868885696 279.630645752 0.039377585 0.996494532 0.073810562 -47.230094910 -0.872013211 -0.001797250 0.489479065 645.176757812\n0.475617290 -0.080704227 0.875942469 280.610351562 0.037717942 0.996737719 0.071353592 -47.154235840 -0.878843367 -0.000898260 0.477109671 645.713623047\n0.464311659 -0.076478109 0.882363796 281.574981689 0.038386520 0.997066379 0.066220351 -47.087127686 -0.884839714 0.003123996 0.465885222 646.217407227\n0.454283237 -0.074957818 0.887698233 282.551483154 0.040039040 0.997164845 0.063711107 -47.026664734 -0.889957130 0.006599687 0.455996513 646.714172363\n0.446096718 -0.078068301 0.891573310 283.564941406 0.041270398 0.996922970 0.066643417 -46.962265015 -0.894032657 0.007066176 0.447946012 647.225097656\n0.439595759 -0.082630664 0.894386828 284.577087402 0.041646127 0.996563494 0.071601287 -46.897613525 -0.897229731 0.005772122 0.441526353 647.719238281\n0.432874799 -0.083310254 0.897596121 285.587799072 0.041629151 0.996505499 0.072414428 -46.823047638 -0.900492370 0.006019778 0.434830248 648.213256836\n0.426061988 -0.081572570 0.901009023 286.610046387 0.041844808 0.996637762 0.070443057 -46.748901367 -0.903725803 0.007689435 0.428042829 648.695800781\n0.419328153 -0.082521610 0.904076397 287.644134521 0.043556225 0.996541977 0.070759401 -46.679229736 -0.906789303 0.009706743 0.421472430 649.181884766\n0.413825452 -0.084091447 0.906464100 288.756164551 0.043529794 0.996413410 0.072563395 -46.603477478 -0.909314990 0.009429612 0.416001678 649.698364258\n0.408853412 -0.086107515 0.908528745 289.819732666 0.043501683 0.996245921 0.074844576 -46.525566101 -0.911562741 0.008922061 0.411064327 650.179260254\n0.404259086 -0.088170134 0.910384953 290.903839111 0.042948835 0.996074796 0.077397585 -46.452014923 -0.913635671 0.007811286 0.406459093 650.675170898\n0.401155353 -0.089003004 0.911675930 291.987213135 0.042116705 0.996007979 0.078703806 -46.370346069 -0.915041387 0.006824319 0.403302491 651.155639648\n0.398951173 -0.089966096 0.912548125 293.076110840 0.040310115 0.995934010 0.080564007 -46.300113678 -0.916085780 0.004643816 0.400955558 651.631103516\n0.395891964 -0.090394028 0.913837314 294.171264648 0.041023832 0.995890737 0.080738194 -46.208328247 -0.917380393 0.005525491 0.397973478 652.128479004\n0.393957376 -0.087391831 0.914964676 295.266357422 0.039657742 0.996158659 0.078071512 -46.124088287 -0.918272793 0.005528576 0.395909846 652.597167969\n0.391713142 -0.083836883 0.916259885 296.368377686 0.037808515 0.996465623 0.075011991 -46.045066833 -0.919310212 0.005259242 0.393498421 653.074707031\n0.389309824 -0.083934814 0.917274714 297.459320068 0.039046895 0.996448219 0.074607275 -45.965404510 -0.920278966 0.006771373 0.391204476 653.538940430\n0.386764169 -0.084876180 0.918264389 298.586364746 0.037203975 0.996380866 0.076426610 -45.900993347 -0.921427906 0.004604011 0.388522148 654.028137207\n0.383898258 -0.085620493 0.919397235 299.691894531 0.037490606 0.996315956 0.077129327 -45.826198578 -0.922613978 0.004858951 0.385693908 654.493164062\n0.382100940 -0.084833369 0.920218527 300.794067383 0.037981715 0.996377826 0.076083273 -45.749443054 -0.923339725 0.005879987 0.383939028 654.956359863\n0.380401611 -0.084182471 0.920982122 301.903106689 0.039396740 0.996419609 0.074805453 -45.672367096 -0.923981965 0.007827573 0.382356107 655.403442383\n0.378190577 -0.085520945 0.921769023 303.011840820 0.042539392 0.996277213 0.074980371 -45.602500916 -0.924749851 0.010854620 0.380420685 655.875915527\n0.376836121 -0.087109543 0.922174871 304.126373291 0.044549048 0.996120512 0.075890072 -45.528354645 -0.925208092 0.012483897 0.379254818 656.334106445\n0.376089036 -0.088839710 0.922314823 305.242156982 0.046781547 0.995944083 0.076855928 -45.447681427 -0.925401866 0.014242643 0.378719687 656.782226562\n0.376608968 -0.091840863 0.921808541 306.352447510 0.047877293 0.995673299 0.079639614 -45.387741089 -0.925134301 0.014140696 0.379376590 657.235229492\n0.377792180 -0.093019009 0.921205938 307.456115723 0.048761826 0.995558798 0.080529280 -45.310180664 -0.924605429 0.014496359 0.380650163 657.687927246\n0.380011201 -0.092232518 0.920372069 308.549926758 0.047996361 0.995642006 0.079958335 -45.229396820 -0.923735857 0.013789441 0.382781923 658.144226074\n0.384353757 -0.090058997 0.918782771 309.684844971 0.047564309 0.995840371 0.077714637 -45.148296356 -0.921959877 0.013831346 0.387038589 658.633911133\n0.389811695 -0.089777932 0.916507959 310.775604248 0.050299671 0.995826542 0.076154113 -45.069499969 -0.919519901 0.016414274 0.392700672 659.092895508\n0.395850182 -0.091583863 0.913736939 311.861267090 0.052963994 0.995635092 0.076847404 -44.997264862 -0.916786551 0.017975088 0.398972988 659.564208984\n0.402706385 -0.093680948 0.910522640 312.964080811 0.053713936 0.995453179 0.078662574 -44.917827606 -0.913751781 0.017229835 0.405907333 660.056274414\n0.410368204 -0.094783522 0.906980813 314.047119141 0.055755399 0.995330870 0.078789681 -44.838035583 -0.910214007 0.018236279 0.413736880 660.539184570\n0.417237282 -0.094186433 0.903903782 315.105407715 0.055207945 0.995404959 0.078237124 -44.764602661 -0.907119155 0.017259212 0.420519948 661.038513184\n0.424103439 -0.093331240 0.900791645 316.187561035 0.054969616 0.995494246 0.077263042 -44.687934875 -0.903943956 0.016748644 0.427322924 661.553466797\n0.430842817 -0.091848828 0.897740662 317.241790771 0.052462310 0.995673776 0.076690808 -44.615211487 -0.900900781 0.014055857 0.433797479 662.065795898\n0.437527120 -0.088737100 0.894816101 318.291931152 0.050837588 0.995968223 0.073910728 -44.537662506 -0.897767067 0.013152336 0.440274298 662.583251953\n0.443380296 -0.086689204 0.892131746 319.355010986 0.049067359 0.996167064 0.072412446 -44.473899841 -0.894989610 0.011668288 0.445934474 663.131103516\n0.448834956 -0.084334269 0.889626324 320.389678955 0.046328038 0.996394038 0.071082115 -44.404174805 -0.892413020 0.009310497 0.451123536 663.655395508\n0.453622937 -0.083801471 0.887244940 321.418945312 0.044289384 0.996458769 0.071472973 -44.340545654 -0.890092552 0.006873752 0.455728054 664.186035156\n0.457112312 -0.084796704 0.885357559 322.453704834 0.043404970 0.996385455 0.073020510 -44.274692535 -0.888349295 0.005050336 0.459140658 664.748107910\n0.461473882 -0.085945867 0.882980824 323.461395264 0.043795127 0.996289730 0.074086174 -44.205791473 -0.886072099 0.004481418 0.463525712 665.272521973\n0.466107130 -0.088606805 0.880280137 324.461364746 0.045795817 0.996054709 0.076011568 -44.140617371 -0.883542359 0.004883604 0.468326032 665.791198730\n0.469545841 -0.091850609 0.878117442 325.439270020 0.048426010 0.995756030 0.078261249 -44.084480286 -0.881579101 0.005776471 0.472001076 666.320678711\n0.473677933 -0.090844370 0.876000345 326.399963379 0.047501292 0.995853245 0.077588268 -44.015903473 -0.879416227 0.004859290 0.476028919 666.836914062\n0.477333724 -0.088198163 0.874284625 327.344879150 0.048298579 0.996079385 0.074115261 -43.958652496 -0.877393723 0.006848987 0.479722142 667.346191406\n0.480230808 -0.081833966 0.873316467 328.258178711 0.044325616 0.996630430 0.069014728 -43.898132324 -0.876021504 0.005567289 0.482239962 667.889038086\n0.483451128 -0.080592304 0.871653557 329.165557861 0.041694812 0.996742725 0.069032460 -43.843341827 -0.874377847 0.002969612 0.485236645 668.396301270\n0.486491621 -0.081788704 0.869848549 330.064331055 0.040776718 0.996649206 0.070905574 -43.788825989 -0.872733176 0.000974602 0.488196611 668.900634766\n0.489251971 -0.081945390 0.868284285 330.972076416 0.039382979 0.996636331 0.071867660 -43.730098724 -0.871252894 -0.000965782 0.490833580 669.408691406\n0.491418779 -0.078228354 0.867403030 331.838897705 0.036227703 0.996931911 0.069385715 -43.680038452 -0.870169699 -0.002673430 0.492745101 669.910888672\n0.493875980 -0.076399133 0.866169691 332.704101562 0.035182528 0.997072637 0.067884721 -43.629577637 -0.868820429 -0.003052602 0.495118141 670.395996094\n0.495121360 -0.076482788 0.865450978 333.529418945 0.034551792 0.997063100 0.068346851 -43.575023651 -0.868136644 -0.003937110 0.496309876 670.878234863\n0.496231079 -0.077765584 0.864700675 334.364379883 0.032792013 0.996948481 0.070840538 -43.523590088 -0.867570996 -0.006798003 0.497266889 671.372070312\n0.498067737 -0.078223027 0.863602817 335.174133301 0.030958176 0.996892095 0.072441474 -43.471160889 -0.866585374 -0.009345200 0.498941422 671.840393066\n0.499605358 -0.077583298 0.862771928 335.970886230 0.030431455 0.996938407 0.072026052 -43.422958374 -0.865718484 -0.009729200 0.500436783 672.302246094\n0.500559628 -0.075559355 0.862398386 336.729522705 0.029231427 0.997090876 0.070393778 -43.382125854 -0.865208447 -0.010027152 0.501312137 672.744995117\n0.501300931 -0.071604252 0.862305164 337.487945557 0.027923089 0.997389734 0.066588342 -43.332839966 -0.864822328 -0.009302579 0.501991868 673.204956055\n0.501826048 -0.069152154 0.862199903 338.235717773 0.027337547 0.997569084 0.064098090 -43.291313171 -0.864536464 -0.008595662 0.502496600 673.643798828\n0.502172410 -0.067356497 0.862140417 338.972991943 0.026560120 0.997693002 0.062476311 -43.248508453 -0.864359617 -0.008475331 0.502802849 674.080871582\n0.501400113 -0.065904096 0.862701833 339.700469971 0.025304591 0.997785270 0.061516508 -43.218399048 -0.864845395 -0.009014066 0.501957357 674.519348145\n0.499785066 -0.063513748 0.863817692 340.412170410 0.023512952 0.997935176 0.059770923 -43.180282593 -0.865830362 -0.009561718 0.500246525 674.940063477\n0.497316122 -0.061758202 0.865368485 341.109497070 0.023587983 0.998056889 0.057671983 -43.150131226 -0.867248714 -0.008268913 0.497806549 675.344055176\n0.495510876 -0.057630379 0.866687894 341.804016113 0.021213012 0.998301804 0.054253951 -43.113483429 -0.868342757 -0.008498368 0.495891929 675.731689453\n0.492790043 -0.054918572 0.868413508 342.474304199 0.019539747 0.998453081 0.052054267 -43.083354950 -0.869928896 -0.008683251 0.493100882 676.109008789\n0.488834918 -0.055110857 0.870633841 343.136444092 0.020538241 0.998452961 0.051670164 -43.059326172 -0.872134566 -0.007376894 0.489210546 676.493286133\n0.485505104 -0.056768145 0.872388840 343.771820068 0.022770289 0.998372078 0.052293934 -43.039375305 -0.873937309 -0.005524427 0.486007392 676.843078613\n0.482139707 -0.053486504 0.874460161 344.392608643 0.021675291 0.998557389 0.049126111 -43.008728027 -0.875826180 -0.004731470 0.482603490 677.190551758\n0.479077637 -0.045208666 0.876607537 344.979125977 0.016120899 0.998957515 0.042708252 -42.989456177 -0.877624512 -0.006328867 0.479306996 677.517700195\n0.475254595 -0.035258979 0.879141510 345.554199219 0.011699666 0.999361634 0.033755828 -42.965446472 -0.879770458 -0.005756944 0.475363672 677.840332031\n0.471296549 -0.027808227 0.881536424 346.085083008 0.009136306 0.999603152 0.026648115 -42.969532013 -0.881927609 -0.004505181 0.471363544 678.135559082\n0.467140794 -0.022708159 0.883891344 346.616149902 0.006409680 0.999730825 0.022296660 -42.956802368 -0.884159744 -0.004750221 0.467160583 678.412597656\n0.462777555 -0.021584924 0.886211693 347.110229492 0.001309373 0.999719083 0.023665806 -42.950515747 -0.886473536 -0.009791624 0.462675810 678.677978516\n0.459287107 -0.020774383 0.888045013 347.593750000 -0.005098479 0.999648392 0.026022045 -42.944755554 -0.888273299 -0.016479269 0.459019661 678.934448242\n0.454852879 -0.017391689 0.890396714 348.033813477 -0.012359353 0.999589741 0.025838189 -42.950695038 -0.890480816 -0.022757301 0.454451323 679.191528320\n0.451724529 -0.013414666 0.892056584 348.463562012 -0.017921649 0.999548733 0.024106389 -42.954059601 -0.891977429 -0.026876574 0.451280296 679.417663574\n0.449612677 -0.008082964 0.893187106 348.874786377 -0.024076793 0.999486029 0.021164706 -42.947601318 -0.892899096 -0.031020999 0.449186981 679.628784180\n0.447530925 -0.002685589 0.894264460 349.263153076 -0.027002379 0.999498963 0.016514853 -42.941093445 -0.893860757 -0.031538174 0.447234154 679.835998535\n0.446241617 0.003483449 0.894905746 349.633392334 -0.030667430 0.999464631 0.011401759 -42.915615082 -0.894386888 -0.032532398 0.446109533 680.023620605\n0.445662916 0.004436118 0.895189881 349.973205566 -0.033848058 0.999356151 0.011898663 -42.927040100 -0.894560754 -0.035603233 0.445526183 680.194335938\n0.444454849 0.004549345 0.895789802 350.294006348 -0.037897170 0.999187350 0.013728595 -42.909965515 -0.894999385 -0.040049635 0.444266021 680.376281738\n0.444719672 0.003213177 0.895664096 350.585815430 -0.040939018 0.999021351 0.016743278 -42.911289215 -0.894733727 -0.044113670 0.444415987 680.529418945\n0.446271062 0.002182910 0.894895256 350.863952637 -0.041966937 0.998947859 0.018491579 -42.909755707 -0.893913329 -0.045808267 0.445893168 680.661499023\n0.447832823 0.000955726 0.894116819 351.126525879 -0.042215154 0.998906791 0.020076407 -42.908061981 -0.893120229 -0.046736151 0.447383583 680.808227539\n0.452265680 0.000330816 0.891883314 351.379211426 -0.041927394 0.998902261 0.020890482 -42.901512146 -0.890897334 -0.046842385 0.451783061 680.929626465\n0.458298504 -0.000316813 0.888798356 351.626281738 -0.041970767 0.998876631 0.021997791 -42.891571045 -0.887806892 -0.047385100 0.457770348 681.079101562\n0.469996214 -0.002519872 0.882664919 351.878234863 -0.042238139 0.998786151 0.025342101 -42.893730164 -0.881657362 -0.049192812 0.469319284 681.194946289\n0.483516335 -0.004320215 0.875324667 352.108398438 -0.042519860 0.998691440 0.028416444 -42.894817352 -0.874302030 -0.050958499 0.482699931 681.337402344\n0.500977457 -0.004760800 0.865447342 352.340667725 -0.042269699 0.998656869 0.029962059 -42.883876801 -0.864427567 -0.051592514 0.500103354 681.475952148\n0.520565271 -0.004171454 0.853811741 352.563171387 -0.041871909 0.998660147 0.030408261 -42.865806580 -0.852794588 -0.051580209 0.519693136 681.633605957\n0.543147922 -0.004962474 0.839622378 352.771209717 -0.040765762 0.998647392 0.032273561 -42.865058899 -0.838646829 -0.051757164 0.542210937 681.785034180\n0.568584681 -0.004955641 0.822609842 352.992370605 -0.039378334 0.998671532 0.033234440 -42.850635529 -0.821681738 -0.051289599 0.567634225 681.943847656\n0.594906569 -0.004044655 0.803784728 353.196533203 -0.036666337 0.998809814 0.032163955 -42.816310883 -0.802958190 -0.048606388 0.594050288 682.115112305\n0.621856391 0.002024539 0.783128738 353.397216797 -0.035609785 0.999035418 0.025693845 -42.739524841 -0.782321274 -0.043864928 0.621328652 682.319641113\n0.648748040 -0.007436190 0.760966897 353.557006836 -0.031817794 0.998812795 0.036886092 -42.856670380 -0.760337770 -0.048142072 0.647741318 682.553894043\n0.681520224 -0.006394126 0.731771410 353.772888184 -0.029550824 0.998905778 0.036249865 -42.846839905 -0.731202483 -0.046329461 0.680585504 682.780029297\n0.715972722 -0.004768466 0.698112071 353.988403320 -0.027847631 0.998985767 0.035383686 -42.814174652 -0.697572708 -0.044774517 0.715113759 683.029785156\n0.751088977 -0.007240000 0.660161376 354.203796387 -0.024930736 0.998915613 0.039319709 -42.818801880 -0.659730196 -0.045990907 0.750093997 683.313110352\n0.785865247 -0.006225660 0.618366480 354.414184570 -0.021825951 0.999047101 0.037796333 -42.783157349 -0.618012547 -0.043199260 0.784980476 683.614379883\n0.820451975 -0.008856991 0.571646810 354.634033203 -0.016008127 0.999132037 0.038455922 -42.776142120 -0.571491241 -0.040702235 0.819598079 683.941162109\n0.852494597 -0.007264012 0.522685587 354.812713623 -0.012857885 0.999309540 0.034858961 -42.724132538 -0.522577882 -0.036437705 0.851812601 684.297851562\n0.882174611 -0.008204724 0.470850915 354.973236084 -0.011197365 0.999200046 0.038390480 -42.716865540 -0.470789254 -0.039139397 0.881377101 684.702392578\n0.907009780 -0.006973983 0.421051770 355.043487549 -0.011101143 0.999119401 0.040462218 -42.700290680 -0.420963168 -0.041373786 0.906133652 685.108337402\n0.932295918 -0.006157106 0.361644030 355.178161621 -0.009513613 0.999091744 0.041535363 -42.668430328 -0.361571312 -0.042163789 0.931390584 685.551147461\n0.954247117 -0.006755144 0.298942804 355.295501709 -0.006651059 0.999017954 0.043805253 -42.637630463 -0.298945159 -0.043789323 0.953265071 686.024963379\n0.971953213 -0.009449437 0.234984428 355.383544922 -0.001850269 0.998854220 0.047820132 -42.617477417 -0.235167071 -0.046913713 0.970822096 686.519714355\n0.985182464 -0.010608565 0.171180964 355.432586670 0.001790040 0.998666823 0.051588144 -42.595592499 -0.171500027 -0.050517313 0.983888090 687.031555176\n0.994241357 -0.008694340 0.106810905 355.444763184 0.002914242 0.998528421 0.054152586 -42.566150665 -0.107124545 -0.053529467 0.992803574 687.552551270\n0.999038875 -0.005587197 0.043475706 355.423797607 0.003087727 0.998349488 0.057347346 -42.548522949 -0.043724362 -0.057157986 0.997407198 688.108215332\n0.999832571 -0.002270750 -0.018157076 355.367187500 0.003352291 0.998207211 0.059759106 -42.515647888 0.017988825 -0.059809968 0.998047650 688.649719238\n0.997115016 0.000540247 -0.075903460 355.283050537 0.004333119 0.997938871 0.064025424 -42.481262207 0.075781606 -0.064169616 0.995057464 689.238098145\n0.991606712 0.000283128 -0.129290655 355.173858643 0.008550921 0.997664571 0.067766838 -42.442054749 0.129007891 -0.068303607 0.989288449 689.846557617\n0.984022021 -0.001948393 -0.178035975 355.038665771 0.015085809 0.997256696 0.072466932 -42.410587311 0.177406371 -0.073994875 0.981351972 690.468261719\n0.974649429 -0.002218208 -0.223726645 354.891662598 0.019632448 0.996941686 0.075642884 -42.368591309 0.222874627 -0.078117594 0.971712172 691.080566406\n0.965154350 -0.002878286 -0.261665434 354.695709229 0.023423735 0.996875703 0.075433068 -42.324851990 0.260630816 -0.078933738 0.962206364 691.710388184\n0.955694973 -0.006934782 -0.294277042 354.482360840 0.029943990 0.996826708 0.073755488 -42.283523560 0.292831749 -0.079299577 0.952869952 692.353332520\n0.946513355 -0.012015827 -0.322440863 354.245269775 0.037266947 0.996689796 0.072253898 -42.241992950 0.320505321 -0.080405660 0.943827987 693.010559082\n0.937653899 -0.017430242 -0.347133070 353.993591309 0.044839621 0.996461987 0.071083620 -42.196388245 0.344665915 -0.082217149 0.935118020 693.671936035\n0.928624928 -0.022753997 -0.370321423 353.748596191 0.052467950 0.996140659 0.070362836 -42.147521973 0.367291182 -0.084770694 0.926234901 694.303344727\n0.920027971 -0.025375327 -0.391030222 353.453674316 0.057215232 0.995905519 0.069989979 -42.106044769 0.387653142 -0.086765617 0.917712808 694.981445312\n0.911260188 -0.028147416 -0.410868168 353.132202148 0.061277870 0.995823026 0.067686528 -42.061576843 0.407246798 -0.086857162 0.909178674 695.680419922\n0.901919782 -0.028979203 -0.430930346 352.787750244 0.062989213 0.995904326 0.064861313 -42.013980865 0.427285761 -0.085643664 0.900051117 696.367675781\n0.892140150 -0.029909460 -0.450767547 352.411987305 0.066058673 0.995717704 0.064672388 -41.971347809 0.446902931 -0.087473944 0.890295506 697.088317871\n0.882375896 -0.028597219 -0.469675362 352.034667969 0.067102954 0.995597243 0.065446734 -41.927936554 0.465735912 -0.089265220 0.880410016 697.804870605\n0.874437451 -0.024057943 -0.484541446 351.625549316 0.063701324 0.995816112 0.065516658 -41.883392334 0.480937988 -0.088156149 0.872311413 698.516540527\n0.868362546 -0.019926462 -0.495529503 351.192657471 0.059355788 0.996186018 0.063955598 -41.837306976 0.492365152 -0.084949180 0.866233349 699.238952637\n0.863782883 -0.015967432 -0.503611147 350.742004395 0.055207115 0.996479332 0.063095808 -41.790927887 0.500830591 -0.082303993 0.861623347 699.976867676\n0.860341012 -0.013590655 -0.509537697 350.295837402 0.054427851 0.996378660 0.065324076 -41.740119934 0.506804645 -0.083934017 0.857965112 700.720214844\n0.857974529 -0.012195121 -0.513547480 349.838134766 0.055459812 0.996073723 0.069002129 -41.688766479 0.510689676 -0.087683313 0.855282247 701.484863281\n0.856651366 -0.011684677 -0.515763521 349.365112305 0.055356562 0.996053398 0.069378160 -41.643035889 0.512917280 -0.087983787 0.853917301 702.256591797\n0.855375767 -0.014021741 -0.517818153 348.888244629 0.054693494 0.996490657 0.063363858 -41.589469910 0.515112519 -0.082521193 0.853140891 703.039428711\n0.854370296 -0.016805265 -0.519392848 348.405517578 0.053480040 0.997013569 0.055712514 -41.536781311 0.516905427 -0.075376272 0.852717519 703.832458496\n0.853746653 -0.017485268 -0.520394981 347.911376953 0.052074052 0.997292519 0.051922329 -41.484039307 0.518078148 -0.071427591 0.852345645 704.638122559\n0.853416860 -0.015074192 -0.521011055 347.397064209 0.050869234 0.997218728 0.054471787 -41.439300537 0.518740833 -0.072990566 0.851810038 705.469421387\n0.853312850 -0.010110506 -0.521301270 346.868896484 0.048439451 0.997025192 0.059953004 -41.391815186 0.519144356 -0.076410212 0.851264119 706.316711426\n0.852838874 -0.005188775 -0.522148371 346.341796875 0.046109125 0.996792853 0.065405779 -41.338783264 0.520134389 -0.079856396 0.850342989 707.170593262\n0.852467239 -0.003769397 -0.522767067 345.804016113 0.046865955 0.996498704 0.069238283 -41.282779694 0.520675719 -0.083523341 0.849659145 708.032714844\n0.851873279 -0.005004429 -0.523724020 345.255462646 0.048908811 0.996344984 0.070033029 -41.227127075 0.521459341 -0.085273981 0.849004447 708.915405273\n0.851597011 -0.008499454 -0.524128079 344.701812744 0.050443571 0.996556997 0.065799572 -41.162078857 0.521764278 -0.082473613 0.849093735 709.805419922\n0.851211965 -0.010583636 -0.524715304 344.146331787 0.050124768 0.996865690 0.061207175 -41.101257324 0.522422910 -0.078401513 0.849074483 710.702941895\n0.850722194 -0.009333465 -0.525532722 343.573425293 0.048679132 0.996944189 0.061095107 -41.041336060 0.523356557 -0.077557437 0.848576903 711.630676270\n0.850909412 -0.004685770 -0.525291562 342.994018555 0.046930294 0.996639848 0.067131117 -40.985240936 0.523211956 -0.081774585 0.848270118 712.533508301\n0.850691140 -0.001820413 -0.525662661 342.414337158 0.046655294 0.996309042 0.072052963 -40.921600342 0.523591280 -0.085819766 0.847636223 713.473815918\n0.850466192 -0.000110489 -0.526029706 341.830108643 0.044805795 0.996380985 0.072231144 -40.855194092 0.524118066 -0.084999323 0.847393274 714.415893555\n0.850460351 -0.000070498 -0.526039183 341.234619141 0.044829633 0.996371746 0.072343625 -40.785072327 0.524125516 -0.085107528 0.847377837 715.360778809\n0.850036860 0.000198366 -0.526723206 340.636474609 0.044814281 0.996346712 0.072697446 -40.714481354 0.524813354 -0.085400231 0.846922517 716.320495605\n0.849946022 -0.001814931 -0.526866674 340.033874512 0.045022581 0.996586502 0.069197826 -40.650291443 0.524942577 -0.082535312 0.847126424 717.290649414\n0.849736333 -0.005360930 -0.527180612 339.429382324 0.045733880 0.996928394 0.063578360 -40.585037231 0.525220513 -0.078134857 0.847371459 718.265747070\n0.849632859 -0.007149183 -0.527326167 338.808074951 0.047011364 0.996954083 0.062229037 -40.514831543 0.525275111 -0.077662162 0.847381115 719.259582520\n0.849061370 -0.007113372 -0.528246403 338.191467285 0.049376216 0.996600986 0.065943174 -40.455974579 0.525981784 -0.082072608 0.846526563 720.262817383\n0.848958373 -0.007906923 -0.528400600 337.573455811 0.052040637 0.996278882 0.068703249 -40.397975922 0.525891125 -0.085824504 0.846210778 721.235900879\n0.848496675 -0.011127544 -0.529083729 336.950256348 0.054088909 0.996366560 0.065787606 -40.329124451 0.526429296 -0.084438130 0.846015632 722.249267578\n0.848473966 -0.012509616 -0.529089272 336.312988281 0.052842785 0.996727288 0.061175037 -40.269737244 0.526592374 -0.079863973 0.846358180 723.262817383\n0.848336816 -0.009646447 -0.529369116 335.664123535 0.047865286 0.997137129 0.058535818 -40.210708618 0.527288973 -0.074996494 0.846369863 724.276000977\n0.848276436 -0.004945904 -0.529530585 335.010101318 0.043450519 0.997234702 0.060290799 -40.149494171 0.527768135 -0.074151643 0.846145630 725.290649414\n0.848347425 -0.000249550 -0.529439867 334.353790283 0.040855922 0.997048855 0.064995497 -40.087219238 0.527861178 -0.076769516 0.845854044 726.333862305\n0.848850191 0.001504954 -0.528631330 333.688507080 0.039617345 0.997002661 0.066453949 -40.020401001 0.527146816 -0.077352412 0.846246302 727.378540039\n0.848969936 -0.001203143 -0.528439701 333.022796631 0.042018894 0.996984780 0.065235943 -39.949851990 0.526767910 -0.077587813 0.846460700 728.440856934\n0.848448157 -0.005837815 -0.529246271 332.367645264 0.046797927 0.996850252 0.064027265 -39.879905701 0.527205527 -0.079091445 0.846048951 729.503662109\n0.848715186 -0.007243922 -0.528800607 331.691589355 0.049940914 0.996535659 0.066502929 -39.812789917 0.526486933 -0.082850829 0.846136689 730.583496094\n0.849225402 -0.003091822 -0.528021395 331.021148682 0.046954297 0.996463537 0.069682576 -39.749698639 0.525938630 -0.083969086 0.846367359 731.651245117\n0.849788070 -0.000141959 -0.527124465 330.345062256 0.045443904 0.996296585 0.072992735 -39.673652649 0.525161982 -0.085982949 0.846647441 732.739135742\n0.850618601 0.000664803 -0.525782824 329.664306641 0.043538138 0.996475816 0.071696557 -39.602943420 0.523977518 -0.083878033 0.847591937 733.817260742\n0.851007640 -0.000196850 -0.525153279 328.985870361 0.043065518 0.996657968 0.069413818 -39.521976471 0.523384511 -0.081687689 0.848172009 734.913085938\n0.850887060 -0.000699254 -0.525348246 328.307434082 0.044764236 0.996458769 0.071176663 -39.446220398 0.523438096 -0.084080115 0.847905159 736.012573242\n0.851044357 -0.001077579 -0.525092721 327.625793457 0.046945710 0.996149480 0.074043028 -39.369361877 0.522991061 -0.087664753 0.847817957 737.118530273\n0.851198792 0.001314589 -0.524841845 326.930358887 0.045302894 0.996080577 0.075968035 -39.282112122 0.522884607 -0.088440754 0.847802997 738.238586426\n0.851781607 0.002043254 -0.523893058 326.238555908 0.047068633 0.995649874 0.080410622 -39.198348999 0.521778345 -0.093151219 0.847980082 739.346679688\n0.852219820 0.002096203 -0.523179650 325.546020508 0.048667155 0.995338500 0.083263069 -39.112522125 0.520915449 -0.096420109 0.848145247 740.461730957\n0.852316797 0.001445535 -0.523023963 324.835479736 0.049903747 0.995209157 0.084073424 -39.018733978 0.520639777 -0.097758047 0.848161340 741.610839844\n0.852292180 0.002857320 -0.523058176 324.132690430 0.049101226 0.995132387 0.085443676 -38.918327332 0.520756245 -0.098505773 0.848003268 742.760375977\n0.852687359 0.003884810 -0.522407055 323.427276611 0.048151594 0.995131314 0.085994534 -38.820964813 0.520197749 -0.098481186 0.848348856 743.897521973\n0.853662491 0.007335853 -0.520774901 322.709686279 0.044286035 0.995257139 0.086613983 -38.728820801 0.518940330 -0.097002164 0.849288821 745.031433105\n0.854252458 0.011375217 -0.519733965 321.992706299 0.039839156 0.995388031 0.087266669 -38.627922058 0.518329680 -0.095253527 0.849859476 746.178161621\n0.854699492 0.012962391 -0.518961191 321.286254883 0.038597714 0.995334327 0.088429272 -38.525527954 0.517686188 -0.095611170 0.850211442 747.328796387\n0.854979098 0.013214590 -0.518494129 320.550079346 0.037796225 0.995430112 0.087694705 -38.428928375 0.517283499 -0.094574258 0.850572467 748.526611328\n0.855152011 0.011942725 -0.518239737 319.832641602 0.037646495 0.995663881 0.085065685 -38.325134277 0.517008483 -0.092254005 0.850994349 749.703308105\n0.855477750 0.010271329 -0.517737746 319.107482910 0.039542623 0.995588362 0.085089132 -38.225429535 0.516327679 -0.093264565 0.851297498 750.876220703\n0.855658114 0.010344641 -0.517438114 318.384552002 0.041764572 0.995159268 0.088958964 -38.126262665 0.515853584 -0.097729042 0.851084054 752.070190430\n0.855741501 0.010138229 -0.517304361 317.661407471 0.043227639 0.994911611 0.091007024 -38.019802094 0.515594721 -0.100240335 0.850948870 753.267211914\n0.855854869 0.009377758 -0.517131031 316.938049316 0.043786906 0.994932473 0.090509906 -37.916805267 0.515359223 -0.100106910 0.851107240 754.448791504\n0.855681062 0.011026694 -0.517386079 316.213806152 0.042220932 0.994952559 0.091032006 -37.812522888 0.515778363 -0.099738881 0.850896478 755.636047363\n0.855475068 0.013501518 -0.517668009 315.497161865 0.039478421 0.995050430 0.091192611 -37.710311890 0.516336977 -0.098449714 0.850707829 756.815185547\n0.855239511 0.014961673 -0.518016875 314.776306152 0.037422922 0.995190501 0.090528488 -37.604728699 0.516879976 -0.096809246 0.850566387 757.995605469\n0.855542898 0.018222634 -0.517411172 314.055389404 0.033695035 0.995301843 0.090768367 -37.512817383 0.516634345 -0.095090419 0.850909412 759.158630371\n0.855438709 0.020318551 -0.517505288 313.346313477 0.031232325 0.995387614 0.090708598 -37.416633606 0.516961455 -0.093758538 0.850858510 760.309265137\n0.855094314 0.019645363 -0.518100142 312.641418457 0.030953299 0.995565176 0.088836551 -37.313911438 0.517547667 -0.092000537 0.850694001 761.454956055\n0.855021358 0.020575484 -0.518184483 311.941131592 0.030853758 0.995424330 0.090434894 -37.221843719 0.517674208 -0.093311697 0.850474179 762.590820312\n0.854287267 0.024110435 -0.519241750 311.243957520 0.027752208 0.995383382 0.091879129 -37.121925354 0.519059837 -0.092901275 0.849674225 763.727111816\n0.854044974 0.023783021 -0.519655228 310.542968750 0.027453538 0.995501578 0.090680495 -37.029449463 0.519474208 -0.091711596 0.849550188 764.857849121\n0.853708744 0.020333635 -0.520353734 309.834564209 0.028064808 0.995988727 0.084963836 -36.927413940 0.519994080 -0.087137990 0.849713564 766.009887695\n0.853336334 0.015536564 -0.521129370 309.135803223 0.029360591 0.996537566 0.077787273 -36.834789276 0.520533502 -0.081679367 0.849925518 767.150390625\n0.852743447 0.011676184 -0.522199452 308.431427002 0.032892399 0.996565461 0.075995602 -36.745361328 0.521293283 -0.081981145 0.849430621 768.304565430\n0.852398574 0.013317656 -0.522722960 307.727111816 0.033722501 0.996194363 0.080371417 -36.661674500 0.521804035 -0.086136006 0.848705530 769.437133789\n0.852344036 0.020893637 -0.522563934 307.016906738 0.030574616 0.995501876 0.089672752 -36.566032410 0.522086978 -0.092409231 0.847871304 770.582031250\n0.852394402 0.031555954 -0.521946311 306.296813965 0.023137113 0.994923651 0.097936727 -36.462837219 0.522387266 -0.095557049 0.847337246 771.725830078\n0.852598071 0.038867049 -0.521119893 305.576507568 0.014941168 0.995009363 0.098656558 -36.365352631 0.522353649 -0.091900527 0.847762346 772.855590820\n0.852846146 0.039369326 -0.520675957 304.868591309 0.010566682 0.995648205 0.092590697 -36.257644653 0.522055328 -0.084467441 0.848718762 773.981689453\n0.852855086 0.038572460 -0.520721078 304.164459229 0.008729122 0.996075034 0.088081218 -36.159149170 0.522074759 -0.079665951 0.849170923 775.110839844\n0.852848649 0.037421182 -0.520815611 303.458831787 0.009696195 0.996121705 0.087450229 -36.059238434 0.522068202 -0.079631731 0.849178195 776.245300293\n0.852595568 0.038008060 -0.521187305 302.761230469 0.009403726 0.996074080 0.088022903 -35.960624695 0.522486746 -0.079949036 0.848890901 777.383911133\n0.852161765 0.037003178 -0.521968544 302.063049316 0.011826091 0.995879948 0.089906700 -35.870037079 0.523144841 -0.082787901 0.848213196 778.524169922\n0.851521015 0.035962693 -0.523085713 301.362640381 0.012943069 0.995899200 0.089538895 -35.773632050 0.524160683 -0.083014585 0.847563624 779.637084961\n0.850661278 0.034727830 -0.524565935 300.665008545 0.014263105 0.995923877 0.089062862 -35.677501678 0.525520682 -0.083244264 0.846698523 780.761840820\n0.849685431 0.033906169 -0.526198685 299.956207275 0.015790883 0.995846629 0.089666940 -35.577865601 0.527053416 -0.084497832 0.845620930 781.902832031\n0.848681092 0.033995807 -0.527811229 299.244781494 0.015147896 0.995960474 0.088505536 -35.476409912 0.528687954 -0.083108209 0.844737887 783.030273438\n0.847128749 0.034870051 -0.530242383 298.523651123 0.014203514 0.996002257 0.088191479 -35.379898071 0.531197906 -0.082240842 0.843246877 784.168945312\n0.845009327 0.035938267 -0.533542633 297.809295654 0.014236502 0.995873630 0.089627236 -35.282375336 0.534562111 -0.083331630 0.841010809 785.304870605\n0.843099773 0.037468586 -0.536450267 297.082824707 0.014929425 0.995554328 0.092998393 -35.174644470 0.537549853 -0.086415820 0.838792264 786.436767578\n0.840975285 0.039466206 -0.539632201 296.354187012 0.015281959 0.995205879 0.096600518 -35.077102661 0.540857613 -0.089485288 0.836340487 787.539672852\n0.838270366 0.038414739 -0.543899953 295.623474121 0.016097873 0.995336652 0.095109358 -34.970909119 0.545017123 -0.088482991 0.833742857 788.661987305\n0.834739506 0.035994843 -0.549467325 294.879577637 0.017106736 0.995684385 0.091214105 -34.865436554 0.550379276 -0.085539609 0.830521286 789.787536621\n0.830734432 0.035952631 -0.555506766 294.127044678 0.016138662 0.995937228 0.088592105 -34.756340027 0.556434989 -0.082561649 0.826779127 790.894165039\n0.826574743 0.037830904 -0.561554193 293.363555908 0.014540998 0.995970011 0.088500224 -34.653575897 0.562639177 -0.081317611 0.822693527 792.004333496\n0.822125018 0.040479057 -0.567866147 292.583038330 0.013251244 0.995838165 0.090170503 -34.556495667 0.569152832 -0.081656359 0.818167090 793.114685059\n0.816917479 0.042427510 -0.575191915 291.788146973 0.011979945 0.995827198 0.090469100 -34.450801849 0.576630116 -0.080796555 0.813000381 794.238159180\n0.811342001 0.045838296 -0.582771838 290.989196777 0.009899232 0.995700598 0.092099316 -34.344482422 0.584487975 -0.080493040 0.807399988 795.331665039\n0.805419564 0.048265167 -0.590736628 290.172912598 0.009304669 0.995526433 0.094023988 -34.240638733 0.592632055 -0.081225373 0.801367402 796.433715820\n0.798807025 0.050808590 -0.599437952 289.340057373 0.008121851 0.995425463 0.095195778 -34.129348755 0.601532578 -0.080911607 0.794740200 797.537170410\n0.792224050 0.048767541 -0.608278513 288.503570557 0.009805151 0.995655596 0.092594996 -34.023658752 0.610151529 -0.079320244 0.788304090 798.611145020\n0.785007000 0.047357291 -0.617674112 287.649017334 0.010213731 0.995948792 0.089340463 -33.910850525 0.619402707 -0.076441653 0.781343102 799.691467285\n0.776553512 0.049067006 -0.628137767 286.769531250 0.011534437 0.995688677 0.092038043 -33.811798096 0.629945695 -0.078717686 0.772639632 800.794616699\n0.768655479 0.053947415 -0.637384057 285.885528564 0.010715004 0.995211542 0.097155303 -33.701530457 0.639573216 -0.081508525 0.764396787 801.854125977\n0.760687530 0.057918221 -0.646529257 284.979370117 0.009895928 0.994860947 0.100766197 -33.585975647 0.649042845 -0.083049603 0.756205142 802.917602539\n0.752931774 0.058488384 -0.655494332 284.057952881 0.010693364 0.994823992 0.101048954 -33.469303131 0.658011675 -0.083092406 0.748409152 803.974914551\n0.745476127 0.059458766 -0.663875043 283.138763428 0.009440812 0.994971335 0.099714056 -33.352313995 0.666465521 -0.080601968 0.741165996 804.998962402\n0.738668382 0.060193442 -0.671376050 282.206665039 0.008279235 0.995119572 0.098328330 -33.235336304 0.674018145 -0.078190506 0.734565020 806.017456055\n0.732609153 0.062230982 -0.677798748 281.272094727 0.005864681 0.995197535 0.097711369 -33.119010925 0.680624306 -0.075559318 0.728725910 806.996093750\n0.727061391 0.065298587 -0.683460236 280.319305420 0.002380061 0.995221257 0.097616486 -33.002082825 0.686568379 -0.072599851 0.723431468 807.999755859\n0.722873449 0.066640571 -0.687759459 279.351501465 0.001227122 0.995213091 0.097721137 -32.892250061 0.690979421 -0.071483985 0.719331384 808.991210938\n0.719040632 0.066982388 -0.691732645 278.370483398 -0.001011771 0.995444238 0.095339917 -32.778274536 0.694967389 -0.067853399 0.715832591 809.998657227\n0.715413153 0.064421996 -0.695725441 277.400756836 0.000179632 0.995723307 0.092385583 -32.669410706 0.698701680 -0.066218831 0.712341964 810.990417480\n0.711606860 0.062603228 -0.699783206 276.413391113 0.000602363 0.995967507 0.089712687 -32.563270569 0.702577651 -0.064261682 0.708699584 811.987060547\n0.707785249 0.062482677 -0.703658998 275.425842285 0.001740963 0.995923400 0.090186000 -32.453117371 0.706425488 -0.065057360 0.704791129 812.959777832\n0.702794671 0.065485425 -0.708372355 274.435485840 0.001258564 0.995638132 0.093290351 -32.349697113 0.711391747 -0.066455491 0.699646711 813.946166992\n0.698159218 0.065391712 -0.712949932 273.425964355 0.001204455 0.995711386 0.092506036 -32.243770599 0.715941489 -0.065442659 0.695086360 814.923522949\n0.692369223 0.061704066 -0.718900204 272.436035156 0.001236339 0.996233821 0.086698651 -32.135574341 0.721542358 -0.060916282 0.689685345 815.863281250\n0.685956955 0.058955681 -0.725249827 271.427124023 0.003265904 0.996452749 0.084090784 -32.035469055 0.727634788 -0.060051259 0.683331132 816.820922852\n0.679523945 0.059700109 -0.731220365 270.394287109 0.005649052 0.996228337 0.086586230 -31.937162399 0.733631611 -0.062968120 0.676623702 817.780212402\n0.672325492 0.061237805 -0.737718403 269.336151123 0.007623183 0.995946765 0.089620724 -31.836067200 0.740216434 -0.065878056 0.669133544 818.741638184\n0.664686382 0.065144204 -0.744277060 268.290039062 0.006945699 0.995609522 0.093345508 -31.723857880 0.747090280 -0.067215018 0.661315680 819.677917480\n0.657468319 0.067382105 -0.750463188 267.224884033 0.007126288 0.995392680 0.095616899 -31.625183105 0.753448486 -0.068213105 0.653959036 820.590637207\n0.649789095 0.068299681 -0.757039845 266.165863037 0.004442414 0.995596647 0.093635201 -31.517150879 0.760101557 -0.064206220 0.646624446 821.486450195\n0.642374337 0.066985093 -0.763458073 265.095733643 0.002460785 0.995987594 0.089457527 -31.407642365 0.766387105 -0.059343923 0.639632046 822.366516113\n0.634444833 0.066857003 -0.770071387 264.020507812 0.002274558 0.996086597 0.088353425 -31.303974152 0.772964835 -0.057806943 0.631809890 823.251892090\n0.626203179 0.068528295 -0.776642442 262.924621582 0.003064926 0.995905697 0.090346575 -31.197898865 0.779653907 -0.058955669 0.623429298 824.135925293\n0.617807865 0.070095189 -0.783198655 261.843078613 0.003311862 0.995778084 0.091733247 -31.092910767 0.786322117 -0.059267368 0.614967346 824.976867676\n0.609221220 0.070839062 -0.789829969 260.747314453 0.004951252 0.995642841 0.093117282 -30.985935211 0.792984843 -0.060639672 0.606216013 825.814880371\n0.600032985 0.073028758 -0.796634972 259.635131836 0.006580386 0.995340168 0.096200779 -30.881408691 0.799948215 -0.062965803 0.596756339 826.662597656\n0.591942370 0.073033527 -0.802664578 258.534942627 0.007807713 0.995319724 0.096320972 -30.777599335 0.805942476 -0.063283443 0.588601708 827.462646484\n0.583447576 0.070656978 -0.809071422 257.426055908 0.009122068 0.995575368 0.093522765 -30.673934937 0.812099576 -0.061946034 0.580221474 828.259704590\n0.574615479 0.070932090 -0.815343916 256.297088623 0.007838670 0.995714486 0.092148021 -30.562591553 0.818385959 -0.059340894 0.571596980 829.061645508\n0.565761209 0.073416434 -0.821294367 255.180541992 0.005287864 0.995684862 0.092648037 -30.453861237 0.824552298 -0.056759562 0.562931657 829.827453613\n0.557827890 0.075054325 -0.826556146 254.044830322 0.003693703 0.995668292 0.092903152 -30.354770660 0.829948485 -0.054877024 0.555134296 830.578002930\n0.549020410 0.079378046 -0.832031131 252.907958984 0.000054459 0.995476604 0.095007129 -30.245815277 0.835808992 -0.052206159 0.546532631 831.322021484\n0.540782213 0.081191264 -0.837235153 251.779663086 -0.001269747 0.995408475 0.095710047 -30.141689301 0.841161728 -0.050695218 0.538402319 832.042968750\n0.532827497 0.084088646 -0.842035592 250.635559082 -0.001507988 0.995143414 0.098424293 -30.034889221 0.846222520 -0.051173389 0.530366540 832.762878418\n0.525903821 0.087680221 -0.846012712 249.491546631 -0.002924653 0.994852841 0.101287894 -29.930568695 0.850539088 -0.050793398 0.523453355 833.465454102\n0.520899892 0.089043349 -0.848960876 248.370758057 -0.005999724 0.994901896 0.100669108 -29.818454742 0.853596687 -0.047344994 0.518778503 834.138977051\n0.516212821 0.087337896 -0.851995647 247.254333496 -0.007377211 0.995203435 0.097548351 -29.712795258 0.856428683 -0.044070359 0.514381051 834.808715820\n0.511509299 0.086885177 -0.854873836 246.130950928 -0.009344539 0.995378435 0.095574126 -29.608478546 0.859226942 -0.040898655 0.509957254 835.473449707\n0.507000446 0.089845732 -0.857250452 245.009704590 -0.010672593 0.995130718 0.097984485 -29.506175995 0.861879766 -0.040529098 0.505490661 836.122619629\n0.502854824 0.094646297 -0.859173536 243.892486572 -0.010235481 0.994569421 0.103570879 -29.401477814 0.864310324 -0.043287076 0.501092792 836.770507812\n0.498662829 0.096261136 -0.861434400 242.779205322 -0.009562662 0.994364858 0.105579890 -29.288116455 0.866743326 -0.044411164 0.496773303 837.412353516\n0.495319545 0.096529610 -0.863331079 241.663024902 -0.009688397 0.994359195 0.105621420 -29.177368164 0.868656814 -0.043952063 0.493460774 838.036193848\n0.490771115 0.096752733 -0.865899920 240.567230225 -0.008548025 0.994302154 0.106255166 -29.067779541 0.871246636 -0.044745237 0.488801777 838.657775879\n0.486590326 0.097090401 -0.868218541 239.465270996 -0.007565171 0.994236410 0.106942751 -28.956901550 0.873597622 -0.045469098 0.484520316 839.268493652\n0.481923461 0.095909275 -0.870948553 238.371215820 -0.008589631 0.994460702 0.104757585 -28.847904205 0.876171291 -0.043004014 0.480077744 839.856933594\n0.477129579 0.095472246 -0.873631835 237.286071777 -0.007978549 0.994511306 0.104324766 -28.746910095 0.878796816 -0.042806119 0.475272477 840.447753906\n0.472858012 0.093102992 -0.876206100 236.206146240 -0.006151496 0.994726658 0.102376871 -28.631862640 0.881117165 -0.043019745 0.470937192 841.023864746\n0.468777001 0.094709054 -0.878224611 235.136383057 -0.004235031 0.994464874 0.104984030 -28.528610229 0.883306503 -0.045494795 0.466583371 841.596069336\n0.464750767 0.098054789 -0.879995406 234.062316895 -0.001923882 0.993958771 0.109737262 -28.421459198 0.885439396 -0.049307469 0.462131798 842.165039062\n0.460674167 0.100178771 -0.881897748 233.012359619 -0.000055163 0.993613124 0.112840228 -28.315456390 0.887569368 -0.051933941 0.457737446 842.712585449\n0.457257032 0.098287478 -0.883886755 231.961059570 0.001282208 0.993800223 0.111173101 -28.206184387 0.889333785 -0.051968016 0.454296112 843.247436523\n0.453190565 0.094784550 -0.886360109 230.933410645 0.000921717 0.994280457 0.106796488 -28.096923828 0.891413212 -0.049216129 0.450511158 843.772705078\n0.449835956 0.092997082 -0.888256192 229.899566650 -0.000981740 0.994614899 0.103635252 -27.997589111 0.893110633 -0.045746833 0.447504878 844.281555176\n0.446347415 0.092975982 -0.890016615 228.890991211 -0.000606217 0.994618952 0.103599302 -27.901973724 0.894859612 -0.045701746 0.444001973 844.784301758\n0.443829179 0.094614834 -0.891102552 227.886596680 0.000225093 0.994398594 0.105694644 -27.806972504 0.896111369 -0.047110949 0.441321850 845.275878906\n0.441593587 0.097088076 -0.891946733 226.896728516 0.001407273 0.994051814 0.108898908 -27.710918427 0.897214055 -0.049344275 0.438830316 845.760070801\n0.440226614 0.099266171 -0.892382681 225.922973633 0.002244357 0.993745208 0.111648649 -27.615810394 0.897883952 -0.051153544 0.437250316 846.234924316\n0.438852906 0.100517847 -0.892919064 224.962432861 0.002343480 0.993591905 0.113002606 -27.519126892 0.898555934 -0.051684067 0.435805142 846.705017090\n0.438084304 0.098023504 -0.893573523 224.005004883 0.002680885 0.993890047 0.110342398 -27.424163818 0.898929954 -0.050734848 0.435144842 847.168518066\n0.437260270 0.095971629 -0.894199669 223.080596924 0.001980820 0.994184554 0.107671320 -27.330467224 0.899332941 -0.048851650 0.434527338 847.617492676\n0.436886609 0.095842823 -0.894396007 222.169433594 0.000692590 0.994271278 0.106883697 -27.245986938 0.899516344 -0.047315508 0.434317410 848.049743652\n0.436692595 0.099317178 -0.894111753 221.273834229 -0.001165662 0.993948877 0.109837696 -27.155426025 0.899610102 -0.046923075 0.434165895 848.480224609\n0.436695039 0.101012424 -0.893920541 220.388366699 -0.001467578 0.993754745 0.111576684 -27.075321198 0.899608433 -0.047413092 0.434116066 848.909240723\n0.436702371 0.099880680 -0.894044220 219.529144287 -0.002529519 0.993949771 0.109806374 -26.995513916 0.899602532 -0.045691207 0.434312880 849.324401855\n0.437074780 0.096679814 -0.894213974 218.686798096 -0.003090173 0.994361639 0.105997063 -26.910591125 0.899419844 -0.043565359 0.434909105 849.728027344\n0.437401056 0.095640101 -0.894166231 217.867584229 -0.003385763 0.994496465 0.104715221 -26.834751129 0.899260163 -0.042775117 0.435317636 850.124389648\n0.438685417 0.098065898 -0.893273950 217.065368652 -0.004528406 0.994256437 0.106928140 -26.757789612 0.898629367 -0.042862721 0.436609924 850.507446289\n0.440498173 0.101522930 -0.891994715 216.276336670 -0.003582986 0.993776143 0.111337855 -26.683784485 0.897746444 -0.045848127 0.438120365 850.901489258\n0.442973256 0.099514745 -0.890994668 215.500305176 0.000346503 0.993801415 0.111169450 -26.614677429 0.896534801 -0.049553834 0.440192997 851.283020020\n0.444902420 0.093263738 -0.890709758 214.761383057 0.003952125 0.994348705 0.106089555 -26.546062469 0.895570397 -0.050719697 0.442019582 851.656127930\n0.446321368 0.089711033 -0.890364647 214.039916992 0.003728522 0.994767189 0.102099426 -26.472866058 0.894864976 -0.048888903 0.443651378 852.012634277\n0.447556257 0.087803602 -0.889934838 213.338653564 0.006820363 0.994803965 0.101580337 -26.404773712 0.894229770 -0.051532596 0.444631875 852.368286133\n0.447222590 0.089133002 -0.889970362 212.643676758 0.009692864 0.994480729 0.104470804 -26.341976166 0.894370139 -0.055348072 0.443890333 852.725463867\n0.445013642 0.089662112 -0.891023874 211.976654053 0.012004748 0.994288445 0.106049091 -26.282958984 0.895443320 -0.057889812 0.441395521 853.061950684\n0.440496802 0.087591231 -0.893470943 211.332763672 0.011958513 0.994568169 0.103398032 -26.224632263 0.897674561 -0.056231089 0.437056601 853.359252930\n0.432915032 0.084118396 -0.897501409 210.688018799 0.013451613 0.994922817 0.099737704 -26.168178558 0.901334465 -0.055250797 0.429585516 853.660095215\n0.422781706 0.080721736 -0.902629256 210.062316895 0.016092116 0.995199263 0.096537597 -26.111549377 0.906088591 -0.055339541 0.419453084 853.946228027\n0.408991635 0.079056524 -0.909107268 209.449890137 0.017830351 0.995357692 0.094578497 -26.057113647 0.912364006 -0.054891523 0.405683398 854.214721680\n0.392152905 0.079871468 -0.916426122 208.845214844 0.020809082 0.995198309 0.095641434 -26.014255524 0.919664741 -0.056576055 0.388607860 854.460571289\n0.371292949 0.082619116 -0.924832821 208.250732422 0.021155369 0.995022118 0.097382680 -25.965400696 0.928274810 -0.055722687 0.367696881 854.683776855\n0.347028136 0.086004049 -0.933902919 207.640686035 0.020292077 0.994864762 0.099158384 -25.916519165 0.937635124 -0.053361576 0.343500853 854.881042480\n0.320910573 0.088436060 -0.942971706 207.046936035 0.018010132 0.994881213 0.099433556 -25.867019653 0.946938336 -0.048892334 0.317675173 855.064392090\n0.293160796 0.088234507 -0.951982915 206.472839355 0.018233949 0.995035112 0.097839899 -25.824199677 0.955889285 -0.046041232 0.290096462 855.216064453\n0.261598647 0.087273866 -0.961222947 205.910156250 0.020780491 0.995163321 0.096010931 -25.783161163 0.964953065 -0.045091018 0.258519828 855.345825195\n0.226031303 0.085927196 -0.970322907 205.353271484 0.023835434 0.995315790 0.093692794 -25.741374969 0.973828495 -0.044305574 0.222924411 855.446350098\n0.185654581 0.082514293 -0.979144394 204.799011230 0.025758190 0.995716810 0.088794865 -25.695583344 0.982277393 -0.041706163 0.182733953 855.514709473\n0.140350342 0.079935461 -0.986869931 204.234741211 0.028863048 0.995981693 0.084778354 -25.650329590 0.989681184 -0.040382750 0.137479186 855.567749023\n0.090530753 0.081436545 -0.992558599 203.651855469 0.034479428 0.995797217 0.084847130 -25.611896515 0.995296717 -0.041904133 0.087342381 855.593750000\n0.036493301 0.085346170 -0.995682836 203.078186035 0.041116919 0.995374560 0.086826749 -25.568725586 0.998487711 -0.044108011 0.032815337 855.590148926\n-0.021822691 0.089594819 -0.995739222 202.527282715 0.047030669 0.994965732 0.088494502 -25.534542084 0.998655021 -0.044899091 -0.025926590 855.555541992\n-0.083179951 0.092769295 -0.992207110 201.947204590 0.049343850 0.994819641 0.088876911 -25.492996216 0.995312154 -0.041566554 -0.087326646 855.475952148\n-0.145080566 0.094124414 -0.984932780 201.376342773 0.052978735 0.994775712 0.087261304 -25.454132080 0.988000631 -0.039520584 -0.149309158 855.350830078\n-0.208644271 0.093920879 -0.973471463 200.797607422 0.060051419 0.994730115 0.083101109 -25.413314819 0.976146340 -0.041119780 -0.213184834 855.199340820\n-0.270131826 0.095403619 -0.958085001 200.256713867 0.064253964 0.994646728 0.080927946 -25.379467010 0.960676968 -0.039699536 -0.274815798 855.001831055\n-0.331480265 0.095795453 -0.938586295 199.698303223 0.067803115 0.994678319 0.077574410 -25.340457916 0.941022694 -0.037924699 -0.336211443 854.773681641\n-0.391639113 0.095194757 -0.915181339 199.147460938 0.070109561 0.994829535 0.073477142 -25.302505493 0.917444050 -0.035386443 -0.396288157 854.503784180\n-0.448508263 0.094975486 -0.888718307 198.623718262 0.076006576 0.994789124 0.067952938 -25.270023346 0.890541196 -0.037070990 -0.453389883 854.201843262\n-0.505159378 0.093146309 -0.857984900 198.109680176 0.079606637 0.994949281 0.061145402 -25.242492676 0.859346926 -0.037413124 -0.510022998 853.882873535\n-0.558487773 0.090500049 -0.824561179 197.638305664 0.079887815 0.995278299 0.055127945 -25.232215881 0.825656891 -0.035084113 -0.563080549 853.515136719\n-0.608147383 0.089088365 -0.788809121 197.164978027 0.084523454 0.995300829 0.047244631 -25.199337006 0.789311349 -0.037941173 -0.612819672 853.112792969\n-0.654152870 0.087042756 -0.751337469 196.689147949 0.085717805 0.995487928 0.040697407 -25.183815002 0.751489758 -0.037780669 -0.658662319 852.674804688\n-0.694508672 0.082034945 -0.714792490 196.247131348 0.084375650 0.995909810 0.032316808 -25.168025970 0.714519978 -0.037866779 -0.698589802 852.201110840\n-0.729464889 0.075217895 -0.679870069 195.836242676 0.081753664 0.996398091 0.022519803 -25.164394379 0.679115176 -0.039154466 -0.732986689 851.714904785\n-0.761590958 0.069489591 -0.644321740 195.413940430 0.080458723 0.996680975 0.012388714 -25.163566589 0.643044114 -0.042406172 -0.764654160 851.211975098\n-0.788710952 0.060927570 -0.611737490 195.046630859 0.074735746 0.997198999 0.002962067 -25.163284302 0.610204458 -0.043382447 -0.791055202 850.678283691\n-0.812377930 0.052830465 -0.580733597 194.690307617 0.067061208 0.997744203 -0.003043979 -25.165439606 0.579262733 -0.041417554 -0.814088225 850.111022949\n-0.834130406 0.048332416 -0.549445987 194.351135254 0.061487101 0.998092473 -0.005547454 -25.177936554 0.548129737 -0.038411137 -0.835511088 849.533142090\n-0.854261398 0.042131756 -0.518133879 194.025848389 0.054817583 0.998454094 -0.009190510 -25.182861328 0.516945720 -0.036253940 -0.855250359 848.932861328\n-0.874119282 0.037559677 -0.484257013 193.704681396 0.051551875 0.998548388 -0.015606041 -25.206958771 0.482967883 -0.038605895 -0.874786735 848.360534668\n-0.891752243 0.030150816 -0.451518774 193.406860352 0.045809932 0.998666942 -0.023787450 -25.225589752 0.450199634 -0.041896548 -0.891944647 847.722900391\n-0.906955957 0.022745378 -0.420611262 193.126403809 0.039534017 0.998729825 -0.031238155 -25.241970062 0.419366479 -0.044960078 -0.906703115 847.055603027\n-0.919362783 0.014961466 -0.393126488 192.868072510 0.030983031 0.998926401 -0.034439906 -25.265857697 0.392189145 -0.043843016 -0.918839216 846.368713379\n-0.929409862 0.007510961 -0.368973404 192.625732422 0.020742912 0.999275565 -0.031907838 -25.287107468 0.368466437 -0.037309032 -0.928892374 845.655029297\n-0.937635303 0.003522091 -0.347602934 192.375152588 0.014170474 0.999504745 -0.028096398 -25.318895340 0.347331822 -0.031269871 -0.937220931 844.931274414\n-0.944665909 0.002735761 -0.328022659 192.128097534 0.012314521 0.999556124 -0.027127886 -25.348516464 0.327802837 -0.029666232 -0.944280267 844.183715820\n-0.950519562 -0.002651911 -0.310653716 191.898910522 0.007879544 0.999436080 -0.032641090 -25.373065948 0.310565084 -0.033473805 -0.949962616 843.418395996\n-0.955460072 -0.011061504 -0.294913560 191.672256470 0.002727034 0.998923779 -0.046302289 -25.409637451 0.295108318 -0.045044221 -0.954401612 842.638854980\n-0.959698677 -0.017413963 -0.280491054 191.446060181 0.000217587 0.998032033 -0.062706135 -25.456993103 0.281031013 -0.060240027 -0.957806230 841.854919434\n-0.963415861 -0.020502381 -0.267225921 191.234527588 -0.000406273 0.997180283 -0.075041980 -25.501903534 0.268010944 -0.072188064 -0.960707664 841.055419922\n-0.966492057 -0.021679934 -0.255780101 191.021163940 -0.002682889 0.997225821 -0.074387334 -25.559944153 0.256683230 -0.071208529 -0.963868976 840.231140137\n-0.968798876 -0.019704523 -0.247063756 190.814666748 -0.003629779 0.997855783 -0.065350518 -25.625885010 0.247821689 -0.062414721 -0.966793060 839.358154297\n-0.970799088 -0.018371694 -0.239189520 190.600601196 -0.004590462 0.998303354 -0.058046468 -25.685707092 0.239850104 -0.055253468 -0.969236374 838.502258301\n-0.971844792 -0.018840240 -0.234867871 190.398010254 -0.005765139 0.998401046 -0.056232881 -25.743198395 0.235551760 -0.053295579 -0.970399380 837.630249023\n-0.972379088 -0.020599408 -0.232497185 190.199569702 -0.007387255 0.998314977 -0.057555482 -25.803222656 0.233291030 -0.054248221 -0.970892668 836.745056152\n-0.972607732 -0.024220187 -0.231188565 189.995849609 -0.010417230 0.998099267 -0.060739499 -25.854598999 0.232220262 -0.056667347 -0.971011400 835.853698730\n-0.972864509 -0.025962098 -0.229915321 189.783630371 -0.011426047 0.997863233 -0.064330772 -25.912082672 0.231094196 -0.059958089 -0.971082330 834.958374023\n-0.972899914 -0.026978407 -0.229648054 189.580718994 -0.012084513 0.997745335 -0.066016503 -25.968711853 0.230911285 -0.061452258 -0.971032381 834.037475586\n-0.972999930 -0.028041152 -0.229095742 189.370056152 -0.013396903 0.997780383 -0.065229170 -26.032119751 0.230416328 -0.060398806 -0.971215844 833.114746094\n-0.972946644 -0.029728955 -0.229109213 189.151992798 -0.015692500 0.997899890 -0.062845819 -26.099857330 0.230496392 -0.057550330 -0.971369863 832.174743652\n-0.972828269 -0.029928681 -0.229585648 188.934143066 -0.016251303 0.997991025 -0.061235666 -26.171638489 0.230957121 -0.055840716 -0.971360207 831.214294434\n-0.972831964 -0.030445799 -0.229501605 188.710113525 -0.016881369 0.998004913 -0.060837578 -26.232597351 0.230895981 -0.055310439 -0.971405029 830.257934570\n-0.972898364 -0.030408770 -0.229224741 188.489303589 -0.016977504 0.998033464 -0.060340699 -26.288379669 0.230608851 -0.054813709 -0.971501350 829.306335449\n-0.972868443 -0.030089416 -0.229393855 188.267135620 -0.017091595 0.998144627 -0.058439720 -26.349143982 0.230726659 -0.052933458 -0.971577644 828.328918457\n-0.972863197 -0.029202107 -0.229531750 188.041488647 -0.016587805 0.998253703 -0.056695640 -26.414077759 0.230786547 -0.051349662 -0.971648574 827.347167969\n-0.972845078 -0.031004740 -0.229372829 187.813705444 -0.018497253 0.998232365 -0.056480020 -26.479560852 0.230718523 -0.050703526 -0.971698999 826.360961914\n-0.972853184 -0.032807525 -0.229085892 187.582290649 -0.020086592 0.998135209 -0.057642322 -26.541946411 0.230549797 -0.051475961 -0.971697927 825.356445312\n-0.972733498 -0.034127172 -0.229401439 187.352233887 -0.021377360 0.998097181 -0.057836425 -26.601150513 0.230938718 -0.051355425 -0.971612096 824.342529297\n-0.972689748 -0.036197007 -0.229269207 187.120422363 -0.023313861 0.998006046 -0.058654539 -26.670116425 0.230935171 -0.051707521 -0.971594214 823.331665039\n-0.972671390 -0.038842008 -0.228915364 186.878143311 -0.025872001 0.997899473 -0.059390821 -26.740516663 0.230741382 -0.051845238 -0.971633196 822.300354004\n-0.972452164 -0.041303966 -0.229414329 186.656814575 -0.028199110 0.997793257 -0.060111921 -26.796665192 0.231390938 -0.051986683 -0.971470952 821.261474609\n-0.972305179 -0.043009102 -0.229724377 186.415039062 -0.030399829 0.997844875 -0.058150154 -26.862506866 0.231730282 -0.049556103 -0.971517205 820.211181641\n-0.972276688 -0.044602245 -0.229541704 186.168197632 -0.032215245 0.997829437 -0.057433192 -26.930809021 0.231605113 -0.048446190 -0.971603155 819.157287598\n-0.972179770 -0.046767097 -0.229520231 185.921310425 -0.034107704 0.997685850 -0.058818601 -26.999225616 0.231739864 -0.049353838 -0.971525073 818.082275391\n-0.972109914 -0.048169568 -0.229526863 185.677566528 -0.035129085 0.997545719 -0.060568202 -27.063133240 0.231881082 -0.050815862 -0.971416235 817.016113281\n-0.971835256 -0.051047906 -0.230066463 185.443511963 -0.038074970 0.997442842 -0.060481563 -27.134449005 0.232565612 -0.050018333 -0.971293807 815.936523438\n-0.971825600 -0.054496933 -0.229314432 185.175796509 -0.041640114 0.997296870 -0.060539968 -27.201694489 0.231993809 -0.049285613 -0.971467853 814.827636719\n-0.971596837 -0.055802472 -0.229969159 184.937728882 -0.043399580 0.997334957 -0.058646418 -27.270507812 0.232628897 -0.047000103 -0.971429348 813.733215332\n-0.971652389 -0.055872004 -0.229717463 184.681579590 -0.044277746 0.997486174 -0.055324387 -27.328979492 0.232231081 -0.043584701 -0.971683741 812.642089844\n-0.971519947 -0.055578858 -0.230348572 184.426055908 -0.045144543 0.997711957 -0.050327532 -27.393489838 0.232618675 -0.038495213 -0.971806169 811.536193848\n-0.971604824 -0.053547803 -0.230471104 184.174606323 -0.043588858 0.997891366 -0.048091728 -27.463665009 0.232560322 -0.036680181 -0.971890211 810.428894043\n-0.971774936 -0.052096426 -0.230086103 183.910263062 -0.041983269 0.997933805 -0.048636161 -27.521194458 0.232144475 -0.037603632 -0.971954226 809.284179688\n-0.972035527 -0.051677082 -0.229077220 183.648178101 -0.041283797 0.997898817 -0.049935907 -27.578189850 0.231176436 -0.039082296 -0.972126603 808.172241211\n-0.972029209 -0.052378878 -0.228944600 183.391921997 -0.042381242 0.997929811 -0.048372559 -27.640811920 0.231004342 -0.037316583 -0.972236872 807.045898438\n-0.972005844 -0.051304065 -0.229287252 183.126998901 -0.042192131 0.998119295 -0.044470772 -27.716779709 0.231137574 -0.033551730 -0.972342491 805.912353516\n-0.972029090 -0.051347900 -0.229179710 182.867324829 -0.042806026 0.998196363 -0.042091832 -27.775924683 0.230927676 -0.031104201 -0.972473860 804.778137207\n-0.972042680 -0.051922038 -0.228991389 182.624816895 -0.043171830 0.998139262 -0.043060847 -27.833345413 0.230801105 -0.031971008 -0.972475529 803.660827637\n-0.972207308 -0.051861260 -0.228305727 182.364654541 -0.042799409 0.998093545 -0.044468857 -27.897375107 0.230176687 -0.033461593 -0.972573519 802.535705566\n-0.972338557 -0.052045688 -0.227705196 182.101470947 -0.042907476 0.998069465 -0.044902939 -27.953697205 0.229602605 -0.033890594 -0.972694516 801.395751953\n-0.972431898 -0.050933901 -0.227557093 181.838699341 -0.042161468 0.998174250 -0.043249618 -28.012765884 0.229344517 -0.032463159 -0.972803950 800.247619629\n-0.972598791 -0.050548747 -0.226927996 181.570175171 -0.042318806 0.998262942 -0.040989742 -28.066446304 0.228605807 -0.030263253 -0.973048568 799.095458984\n-0.972546697 -0.050573025 -0.227145642 181.312500000 -0.042576853 0.998293400 -0.039968792 -28.123413086 0.228779331 -0.029200373 -0.973040223 797.942932129\n-0.972380996 -0.050609142 -0.227846831 181.040878296 -0.042783968 0.998316765 -0.039156310 -28.174816132 0.229444981 -0.028326655 -0.972909570 796.786071777\n-0.971994877 -0.050301775 -0.229555339 180.775878906 -0.042601287 0.998354614 -0.038381938 -28.231412888 0.231108323 -0.027527694 -0.972538471 795.623535156\n-0.971482873 -0.050416019 -0.231687352 180.499221802 -0.042449553 0.998327494 -0.039245468 -28.283454895 0.233278453 -0.028291279 -0.971998215 794.460571289\n-0.970932961 -0.049979202 -0.234075725 180.234161377 -0.041403025 0.998283863 -0.041413430 -28.340646744 0.235743836 -0.030518217 -0.971336007 793.311706543\n-0.970380068 -0.048499666 -0.236664787 179.949645996 -0.039789334 0.998348176 -0.041445866 -28.396057129 0.238283962 -0.030801510 -0.970706940 792.146667480\n-0.969601274 -0.047243614 -0.240087077 179.655746460 -0.039074589 0.998487532 -0.038675141 -28.450918198 0.241551101 -0.028118158 -0.969980836 790.977233887\n-0.968614697 -0.045882624 -0.244296089 179.369995117 -0.038412455 0.998639762 -0.035257824 -28.505989075 0.245581508 -0.024767231 -0.969059587 789.817993164\n-0.967504382 -0.045901660 -0.248654068 179.066070557 -0.038277116 0.998639405 -0.035414431 -28.555246353 0.249941334 -0.024745850 -0.967944980 788.639343262\n-0.966138482 -0.045534361 -0.253974587 178.774810791 -0.037712131 0.998654783 -0.035586126 -28.609710693 0.255253315 -0.024803204 -0.966556072 787.475158691\n-0.964874983 -0.047108363 -0.258451998 178.466171265 -0.039176952 0.998592377 -0.035755955 -28.656419754 0.259772599 -0.024374658 -0.965362310 786.302001953\n-0.963464737 -0.047987059 -0.263501495 178.164978027 -0.040339552 0.998595059 -0.034359984 -28.712957382 0.264780104 -0.022475099 -0.964046955 785.135681152\n-0.962149620 -0.047236916 -0.268397242 177.841827393 -0.040025484 0.998677075 -0.032280244 -28.762090683 0.269567013 -0.020315690 -0.962767482 783.955261230\n-0.960677028 -0.046858173 -0.273685783 177.517791748 -0.040274430 0.998749256 -0.029628295 -28.808212280 0.274731815 -0.017440684 -0.961362720 782.778747559\n-0.959191680 -0.047504533 -0.278737664 177.174133301 -0.041275848 0.998750448 -0.028176032 -28.850265503 0.279727846 -0.015521082 -0.959953904 781.576477051\n-0.957987428 -0.044744965 -0.283299118 176.827178955 -0.038647067 0.998885930 -0.027079934 -28.893932343 0.284195185 -0.014993551 -0.958649397 780.388305664\n-0.957158566 -0.041962583 -0.286508650 176.460647583 -0.036022831 0.999013364 -0.025973490 -28.939987183 0.287315905 -0.014539888 -0.957725763 779.191894531\n-0.956581831 -0.039670736 -0.288751930 176.112884521 -0.033470064 0.999091446 -0.026381968 -28.980192184 0.289536178 -0.015571964 -0.957040548 777.993286133\n-0.956429362 -0.038004152 -0.289480656 175.749328613 -0.031457424 0.999133945 -0.027236508 -29.025024414 0.290265054 -0.016943475 -0.956796527 776.795532227\n-0.956657767 -0.033929262 -0.289231896 175.381927490 -0.027158480 0.999255776 -0.027392022 -29.069305420 0.289946020 -0.018349689 -0.956867218 775.599670410\n-0.956765056 -0.029340774 -0.289379150 175.014373779 -0.022880964 0.999408305 -0.025681579 -29.112783432 0.289961457 -0.017949956 -0.956870198 774.384094238\n-0.957139254 -0.024895579 -0.288556933 174.647705078 -0.019049097 0.999552786 -0.023051994 -29.154949188 0.289001793 -0.016567213 -0.957185388 773.165832520\n-0.958032489 -0.018403616 -0.286068380 174.266204834 -0.012878564 0.999692678 -0.021183314 -29.195690155 0.286370307 -0.016610151 -0.957975030 771.927612305\n-0.959278584 -0.012475180 -0.282186091 173.903091431 -0.006948704 0.999764144 -0.020576824 -29.232149124 0.282376230 -0.017778076 -0.959138989 770.702453613\n-0.960999846 -0.007197457 -0.276455134 173.528167725 -0.001625560 0.999791026 -0.020378675 -29.272010803 0.276544034 -0.019134510 -0.960810661 769.460327148\n-0.962732792 -0.004666994 -0.270414621 173.175140381 0.001043718 0.999779522 -0.020970711 -29.304103851 0.270452857 -0.020471426 -0.962515712 768.223693848\n-0.964396119 -0.001834522 -0.264455885 172.840301514 0.003138230 0.999826133 -0.018380003 -29.340797424 0.264443636 -0.018555524 -0.964222670 766.969665527\n-0.966287374 0.002598123 -0.257453412 172.494476318 0.006615258 0.999869525 -0.014738415 -29.373413086 0.257381529 -0.015944663 -0.966178536 765.721069336\n-0.967929244 0.004944679 -0.251174867 172.159912109 0.008635305 0.999870300 -0.013593421 -29.398258209 0.251075059 -0.015326439 -0.967846513 764.455749512\n-0.969280243 0.008321455 -0.245818228 171.843063354 0.011600064 0.999862015 -0.011892557 -29.428905487 0.245685339 -0.014378728 -0.969243050 763.180236816\n-0.970941305 0.011780183 -0.239028201 171.520019531 0.014600349 0.999843061 -0.010031225 -29.451053619 0.238872528 -0.013229625 -0.970960975 761.927368164\n-0.972199202 0.009978252 -0.233942643 171.236312866 0.012415692 0.999882877 -0.008948534 -29.480861664 0.233825952 -0.011604317 -0.972209215 760.656677246\n-0.973584414 0.007791413 -0.228194609 170.918594360 0.011030744 0.999855638 -0.012923492 -29.503910065 0.228060976 -0.015099267 -0.973529816 759.340332031\n-0.974805236 0.008933310 -0.222879693 170.611343384 0.012337378 0.999827504 -0.013885380 -29.527820587 0.222717196 -0.016285289 -0.974747300 758.049438477\n-0.976091146 0.007951464 -0.217216417 170.343597412 0.010613491 0.999882162 -0.011091272 -29.557136536 0.217102632 -0.013131517 -0.976060510 756.777038574\n-0.977537870 0.010821529 -0.210483611 170.055206299 0.013000039 0.999875247 -0.008969096 -29.578741074 0.210360289 -0.011503924 -0.977556586 755.490234375\n-0.978596210 0.014466766 -0.205280960 169.783843994 0.016390683 0.999836206 -0.007674667 -29.600404739 0.205136314 -0.010875095 -0.978672981 754.184692383\n-0.979652286 0.015894832 -0.200072825 169.517044067 0.017850155 0.999808908 -0.007972829 -29.615928650 0.199907869 -0.011381930 -0.979748726 752.882446289\n-0.980530620 0.017137481 -0.195617586 169.262619019 0.018647706 0.999808848 -0.005881077 -29.650697708 0.195479393 -0.009414394 -0.980662704 751.596374512\n-0.981209040 0.017824344 -0.192123160 169.004058838 0.019363858 0.999793649 -0.006138384 -29.672023773 0.191974103 -0.009743283 -0.981351733 750.286865234\n-0.981826663 0.018283240 -0.188897461 168.753021240 0.019849967 0.999782443 -0.006405387 -29.691854477 0.188739255 -0.010038587 -0.981976032 748.990417480\n-0.982339382 0.019353425 -0.186105892 168.503570557 0.020684747 0.999772429 -0.005214307 -29.711420059 0.185962632 -0.008971770 -0.982516170 747.686035156\n-0.982795358 0.019242402 -0.183692217 168.273849487 0.020489965 0.999778092 -0.004895750 -29.734050751 0.183557257 -0.008575369 -0.982971549 746.380432129\n-0.983285904 0.019288538 -0.181044430 168.027801514 0.021106435 0.999744236 -0.008119839 -29.756296158 0.180841520 -0.011805325 -0.983441472 745.060546875\n-0.983767390 0.016582951 -0.178681150 167.793212891 0.018996481 0.999749839 -0.011804891 -29.777050018 0.178440705 -0.015007579 -0.983836293 743.760986328\n-0.984183431 0.014447543 -0.176562876 167.569396973 0.017257044 0.999747574 -0.014386935 -29.806953430 0.176310450 -0.017206335 -0.984184265 742.456970215\n-0.984642386 0.013706267 -0.174045518 167.332305908 0.016268460 0.999779165 -0.013303265 -29.840789795 0.173824742 -0.015930409 -0.984647870 741.141784668\n-0.985017061 0.015145605 -0.171790287 167.102233887 0.017524777 0.999770284 -0.012341088 -29.870147705 0.171563908 -0.015166769 -0.985056281 739.823181152\n-0.985508919 0.015149461 -0.168947369 166.875183105 0.017524840 0.999767303 -0.012577565 -29.900959015 0.168717518 -0.015356075 -0.985545158 738.513916016\n-0.985858560 0.016326129 -0.166782022 166.655212402 0.019192420 0.999694288 -0.015588462 -29.929979324 0.166476533 -0.018568970 -0.985870481 737.190979004\n-0.986261964 0.014763524 -0.164529011 166.437072754 0.017712513 0.999707460 -0.016471077 -29.958393097 0.164237708 -0.019159015 -0.986235023 735.878662109\n-0.986539721 0.012172605 -0.163067788 166.222412109 0.015022713 0.999754965 -0.016256317 -29.997701645 0.162829950 -0.018487226 -0.986480951 734.542602539\n-0.986664176 0.010067754 -0.162458420 166.010803223 0.012712876 0.999802887 -0.015250472 -30.024194717 0.162272856 -0.017112406 -0.986597657 733.212280273\n-0.986735463 0.010439996 -0.162000239 165.809448242 0.012983572 0.999808371 -0.014650323 -30.059944153 0.161816239 -0.016559336 -0.986681938 731.891052246\n-0.986882806 0.010628627 -0.161088258 165.596893311 0.012986186 0.999823332 -0.013589413 -30.092664719 0.160915360 -0.015503080 -0.986846566 730.573791504\n-0.987111449 0.011626917 -0.159611955 165.373107910 0.014120935 0.999795139 -0.014500177 -30.124101639 0.159410655 -0.016567159 -0.987073421 729.245117188\n-0.987390995 0.011404178 -0.157889530 165.167633057 0.013773854 0.999808192 -0.013922310 -30.151304245 0.157700479 -0.015921511 -0.987358689 727.917236328\n-0.987784266 0.011200137 -0.155425280 164.959289551 0.013370202 0.999827087 -0.012923731 -30.183216095 0.155253649 -0.014843924 -0.987763166 726.588867188\n-0.988201141 0.010757871 -0.152784497 164.771820068 0.012684649 0.999851763 -0.011641927 -30.216733932 0.152636603 -0.013442582 -0.988191128 725.272460938\n-0.988640785 0.010170235 -0.149954200 164.565536499 0.012180802 0.999847710 -0.012495481 -30.247667313 0.149804279 -0.014180102 -0.988614202 723.914428711\n-0.989032984 0.008896859 -0.147426426 164.366302490 0.011091124 0.999839544 -0.014068420 -30.273723602 0.147277594 -0.015549256 -0.988972902 722.575866699\n-0.989430070 0.007867122 -0.144796923 164.163879395 0.010246182 0.999824345 -0.015691910 -30.302917480 0.144648030 -0.017009664 -0.989336967 721.219116211\n-0.989756227 0.006535429 -0.142617330 163.988296509 0.009000203 0.999820948 -0.016644180 -30.338962555 0.142483011 -0.017757267 -0.989637852 719.885681152\n-0.990081549 0.005140503 -0.140401229 163.796630859 0.007474590 0.999842405 -0.016102128 -30.370212555 0.140296325 -0.016991857 -0.989964008 718.533325195\n-0.990368962 0.005345220 -0.138350412 163.615417480 0.007317724 0.999878645 -0.013752578 -30.405220032 0.138260111 -0.014632536 -0.990287900 717.186035156\n-0.990694165 0.006660139 -0.135945320 163.423110962 0.007906499 0.999931514 -0.008630225 -30.430582047 0.135878533 -0.009624763 -0.990679026 715.837524414\n-0.990927696 0.007786328 -0.134169966 163.251037598 0.009029707 0.999921739 -0.008661170 -30.459638596 0.134092018 -0.009794109 -0.990920424 714.489074707\n-0.991179228 0.008400030 -0.132263988 163.066589355 0.010848629 0.999782681 -0.017803259 -30.491024017 0.132085696 -0.019081097 -0.991054893 713.133850098\n-0.991372585 0.011060811 -0.130606785 162.891143799 0.014229580 0.999625981 -0.023353620 -30.531847000 0.130299628 -0.025010617 -0.991159201 711.807495117\n-0.991564631 0.012733662 -0.128985509 162.718399048 0.015334290 0.999698281 -0.019189153 -30.575515747 0.128702238 -0.021005187 -0.991460800 710.469238281\n-0.991816640 0.015129922 -0.126772523 162.537490845 0.017095918 0.999749660 -0.014434339 -30.615486145 0.126522392 -0.016483508 -0.991826892 709.110351562\n-0.991986275 0.017140659 -0.125180036 162.373596191 0.018874688 0.999741435 -0.012679331 -30.650901794 0.124930345 -0.014940452 -0.992053390 707.790100098\n-0.992212296 0.017458331 -0.123329237 162.196685791 0.019241199 0.999726653 -0.013279849 -30.680570602 0.123063684 -0.015549432 -0.992277026 706.443115234\n-0.992507815 0.015638445 -0.121177197 162.028091431 0.017199874 0.999781847 -0.011850191 -30.713848114 0.120965436 -0.013845637 -0.992560267 705.113281250\n-0.992673755 0.012727767 -0.120153837 161.872253418 0.014172679 0.999837101 -0.011178607 -30.742279053 0.119991980 -0.012799611 -0.992692471 703.782714844\n-0.992798567 0.012434794 -0.119148791 161.715896606 0.013764359 0.999851763 -0.010342413 -30.773115158 0.119002528 -0.011907940 -0.992822528 702.463012695\n-0.993036151 0.009081894 -0.117460415 161.567108154 0.010215207 0.999906898 -0.009050037 -30.800151825 0.117367290 -0.010186895 -0.993036509 701.160034180\n-0.993248582 0.006514310 -0.115825295 161.422073364 0.007048891 0.999966323 -0.004206408 -30.822435379 0.115793996 -0.004994447 -0.993261099 699.858703613\n-0.993414283 0.005275226 -0.114458583 161.280181885 0.005858277 0.999971509 -0.004758211 -30.854473114 0.114430226 -0.005397404 -0.993416786 698.568725586\n-0.993401051 0.002695187 -0.114661500 161.134460449 0.003534850 0.999968410 -0.007120271 -30.875514984 0.114638686 -0.007478595 -0.993379235 697.251220703\n-0.993500352 0.002633190 -0.113799550 160.989959717 0.003895322 0.999933362 -0.010869898 -30.902736664 0.113763347 -0.011242531 -0.993444443 695.966491699\n-0.993568659 0.003595032 -0.113174409 160.844787598 0.004807369 0.999933958 -0.010441029 -30.931144714 0.113129400 -0.010917950 -0.993520260 694.680969238\n-0.993560076 0.005040840 -0.113195978 160.699340820 0.006399675 0.999911726 -0.011644103 -30.963386536 0.113127291 -0.012293531 -0.993504643 693.403564453\n-0.993602395 0.006914092 -0.112725236 160.548873901 0.008094850 0.999917030 -0.010020318 -30.991636276 0.112646602 -0.010868703 -0.993575931 692.131774902\n-0.993634701 0.007335014 -0.112412944 160.404800415 0.008370020 0.999926805 -0.008737996 -31.022062302 0.112340622 -0.009623272 -0.993623257 690.860107422\n-0.993603706 0.010437906 -0.112442493 160.256042480 0.011131166 0.999922693 -0.005539418 -31.048358917 0.112375982 -0.006755600 -0.993643045 689.596313477\n-0.993575931 0.011021897 -0.112628981 160.108352661 0.011699261 0.999917209 -0.005354924 -31.072349548 0.112560637 -0.006638200 -0.993622661 688.334777832\n-0.993549585 0.012305832 -0.112730101 159.964721680 0.013122600 0.999892712 -0.006506154 -31.094539642 0.112637945 -0.007943497 -0.993604422 687.092041016\n-0.993479133 0.011416170 -0.113440275 159.831619263 0.012334916 0.999896526 -0.007400317 -31.119817734 0.113344051 -0.008751337 -0.993517160 685.835083008\n-0.993440866 0.008778054 -0.114008866 159.692474365 0.009481192 0.999939203 -0.005626604 -31.137523651 0.113952547 -0.006670639 -0.993463755 684.589843750\n-0.993405104 0.007242848 -0.114429466 159.552978516 0.007614281 0.999967039 -0.002809196 -31.168430328 0.114405349 -0.003661967 -0.993427515 683.335144043\n-0.993350625 0.006077557 -0.114970028 159.407440186 0.006205888 0.999980450 -0.000758308 -31.188304901 0.114963174 -0.001466756 -0.993368983 682.082397461\n-0.993319511 0.005016665 -0.115287684 159.273010254 0.004952777 0.999987364 0.000840606 -31.206281662 0.115290448 0.000263996 -0.993331909 680.838439941\n-0.993299484 0.003301743 -0.115525000 159.128143311 0.003155871 0.999993980 0.001445566 -31.224521637 0.115529075 0.001071298 -0.993303895 679.594665527\n-0.993285418 0.000895795 -0.115687124 158.990798950 0.000836950 0.999999523 0.000557225 -31.232385635 0.115687571 0.000456659 -0.993285656 678.353637695\n-0.993246078 -0.001201434 -0.116020165 158.847808838 -0.001235114 0.999999225 0.000218406 -31.242036819 0.116019815 0.000360229 -0.993246794 677.117370605\n-0.993180752 -0.001906362 -0.116569862 158.707183838 -0.001952957 0.999998033 0.000285506 -31.255716324 0.116569087 0.000511215 -0.993182540 675.880615234\n-0.993145108 -0.001137387 -0.116882399 158.563339233 -0.001056769 0.999999166 -0.000751700 -31.268863678 0.116883151 -0.000623029 -0.993145466 674.643676758\n-0.993172407 0.000072064 -0.116655499 158.415100098 0.000137947 0.999999821 -0.000556689 -31.283145905 0.116655439 -0.000568981 -0.993172288 673.408264160\n-0.993159175 0.001923794 -0.116753779 158.277420044 0.002060107 0.999997318 -0.001046860 -31.293407440 0.116751455 -0.001280224 -0.993160486 672.179077148\n-0.993186593 0.002660054 -0.116505489 158.128906250 0.002799666 0.999995530 -0.001034700 -31.318948746 0.116502218 -0.001353827 -0.993189573 670.942077637\n-0.993156910 0.000393863 -0.116787501 157.985153198 0.000460000 0.999999762 -0.000539349 -31.330001831 0.116787255 -0.000589380 -0.993156910 669.699340820\n-0.993032336 -0.002947363 -0.117803946 157.859710693 -0.003069398 0.999994934 0.000854506 -31.340705872 0.117800832 0.001210139 -0.993036389 668.471313477\n-0.993097663 -0.000088783 -0.117291056 157.704498291 -0.000026362 0.999999881 -0.000533742 -31.367023468 0.117291085 -0.000526966 -0.993097544 667.210937500\n-0.993117452 0.002422530 -0.117099307 157.552886963 0.002964247 0.999985695 -0.004452202 -31.379531860 0.117086843 -0.004768670 -0.993110538 665.976013184\n-0.993111253 0.008382801 -0.116876394 157.404022217 0.009056605 0.999945283 -0.005235219 -31.398246765 0.116826117 -0.006257657 -0.993132830 664.735046387\n-0.993155479 0.012541094 -0.116126038 157.250244141 0.013379163 0.999889731 -0.006440212 -31.417758942 0.116032466 -0.007949800 -0.993213773 663.499389648\n-0.993120074 0.014096582 -0.116249688 157.103515625 0.015098035 0.999856055 -0.007738582 -31.433902740 0.116123870 -0.009440483 -0.993189931 662.265258789\n-0.993070126 0.015670957 -0.116474837 156.956069946 0.016259087 0.999859393 -0.004100942 -31.457141876 0.116394192 -0.005966297 -0.993185282 661.005859375\n-0.993103743 0.015396324 -0.116224855 156.817337036 0.015411972 0.999880910 0.000764083 -31.473329544 0.116222784 -0.001032440 -0.993222833 659.761535645\n-0.993147850 0.017755009 -0.115510017 156.667953491 0.017585915 0.999842286 0.002482889 -31.482643127 0.115535878 0.000434526 -0.993303418 658.508239746\n-0.993313789 0.018448168 -0.113963380 156.524719238 0.018084185 0.999827504 0.004226960 -31.492967606 0.114021711 0.002137762 -0.993476033 657.263244629\n-0.993480921 0.017848076 -0.112592541 156.386108398 0.017584814 0.999839842 0.003330935 -31.497772217 0.112633958 0.001329302 -0.993635654 656.018859863\n-0.993694901 0.016437855 -0.110906251 156.246551514 0.016179215 0.999863863 0.003231687 -31.510908127 0.110944279 0.001416934 -0.993825555 654.754455566\n-0.993848562 0.014609823 -0.109782748 156.110687256 0.014383970 0.999892473 0.002848977 -31.519273758 0.109812573 0.001252340 -0.993951797 653.504455566\n-0.994009376 0.014169862 -0.108372852 155.971282959 0.013882275 0.999897838 0.003407708 -31.531211853 0.108410068 0.001882832 -0.994104624 652.232116699\n-0.994065881 0.015952740 -0.107605062 155.837722778 0.015628248 0.999870420 0.003858252 -31.536640167 0.107652672 0.002153677 -0.994186401 650.982238770\n-0.994120598 0.016700421 -0.106982701 155.708068848 0.016221635 0.999854147 0.005344064 -31.546659470 0.107056350 0.003577210 -0.994246483 649.721984863\n-0.994142532 0.017978169 -0.106571093 155.570495605 0.017344698 0.999825954 0.006868079 -31.546207428 0.106676020 0.004979406 -0.994281292 648.456604004\n-0.994127750 0.018308163 -0.106654763 155.442169189 0.017627601 0.999817848 0.007320290 -31.556350708 0.106769353 0.005397234 -0.994269371 647.194030762\n-0.994051814 0.018110668 -0.107392348 155.310348511 0.017607657 0.999829113 0.005630304 -31.567871094 0.107475966 0.003705886 -0.994200826 645.933959961\n-0.993892074 0.019329432 -0.108651489 155.169403076 0.018873621 0.999808252 0.005222057 -31.564422607 0.108731590 0.003139514 -0.994066238 644.661254883\n-0.993795156 0.018154517 -0.109734856 155.025329590 0.017439637 0.999819994 0.007470960 -31.571491241 0.109850734 0.005510868 -0.993932962 643.395690918\n-0.993713856 0.018658420 -0.110383660 154.886276245 0.017751096 0.999800146 0.009196825 -31.577198029 0.110533193 0.007179582 -0.993846416 642.105285645\n-0.993578315 0.015844906 -0.112032004 154.748901367 0.014965951 0.999850333 0.008682261 -31.573917389 0.112152800 0.006949841 -0.993666768 640.827209473\n-0.993477941 0.011681808 -0.113425232 154.612396240 0.011049319 0.999919713 0.006203343 -31.580089569 0.113488592 0.004909612 -0.993527293 639.555969238\n-0.993314505 0.008530051 -0.115124427 154.474624634 0.008136081 0.999959350 0.003891586 -31.586708069 0.115152940 0.002928907 -0.993343472 638.288757324\n-0.993204832 0.007262601 -0.116154142 154.331405640 0.006969446 0.999971449 0.002929786 -31.596408844 0.116172105 0.002100347 -0.993227005 637.020751953\n-0.993114710 0.008113556 -0.116864830 154.179000854 0.007578153 0.999958634 0.005025001 -31.607280731 0.116900772 0.004104782 -0.993135095 635.736999512\n-0.992965937 0.010558938 -0.117931463 154.029602051 0.009759997 0.999925375 0.007350109 -31.610897064 0.118000269 0.006147395 -0.992994785 634.455810547\n-0.992947817 0.011881667 -0.117955163 153.875305176 0.010903883 0.999900639 0.008931354 -31.615978241 0.118049569 0.007582199 -0.992978692 633.174804688\n-0.992856264 0.012745086 -0.118634857 153.726501465 0.011587285 0.999878347 0.010444050 -31.620922089 0.118753530 0.008994783 -0.992883086 631.887573242\n-0.992887616 0.014006164 -0.118227877 153.568939209 0.012662180 0.999846458 0.012111281 -31.619926453 0.118379362 0.010528120 -0.992912531 630.593872070\n-0.992877603 0.015354371 -0.118146069 153.407104492 0.013681892 0.999794543 0.014954143 -31.617076874 0.118351415 0.013231170 -0.992883682 629.294677734\n-0.992852092 0.016804932 -0.118164077 153.258590698 0.015148451 0.999774218 0.014902750 -31.611679077 0.118387833 0.013006222 -0.992882490 628.002624512\n-0.992864609 0.018123539 -0.117863350 153.097869873 0.016649256 0.999770522 0.013481076 -31.604188919 0.118080623 0.011422544 -0.992938399 626.707702637\n-0.992853761 0.020800838 -0.117513157 152.946014404 0.019560529 0.999740243 0.011698239 -31.601810455 0.117725968 0.009316019 -0.993002653 625.422668457\n-0.992887378 0.023332391 -0.116749518 152.789520264 0.022137575 0.999688566 0.011520444 -31.603340149 0.116981953 0.008853951 -0.993094683 624.110412598\n-0.992817879 0.026296219 -0.116710924 152.635787964 0.025071347 0.999614239 0.011950877 -31.604522705 0.116980165 0.008938942 -0.993094206 622.821594238\n-0.992814541 0.028861485 -0.116130240 152.478393555 0.027550098 0.999537408 0.012882052 -31.600135803 0.116448313 0.009590089 -0.993150473 621.507873535\n-0.992816210 0.030983279 -0.115568586 152.320770264 0.029671246 0.999474466 0.013056320 -31.594182968 0.115912378 0.009533462 -0.993213773 620.206604004\n-0.992795587 0.033277702 -0.115107201 152.166793823 0.032122027 0.999413311 0.011880876 -31.595216751 0.115435041 0.008097805 -0.993282080 618.892944336\n-0.992762566 0.035017118 -0.114875175 152.014755249 0.034052528 0.999366462 0.010349158 -31.594413757 0.115164794 0.006362466 -0.993326068 617.605468750\n-0.992712617 0.036147743 -0.114957020 151.861328125 0.035274155 0.999331295 0.009625126 -31.593313217 0.115228079 0.005499972 -0.993323922 616.298706055\n-0.992763162 0.035220463 -0.114808187 151.702209473 0.034166452 0.999354124 0.011136157 -31.597333908 0.115126252 0.007132977 -0.993325353 614.983520508\n-0.992688417 0.035284139 -0.115434371 151.563201904 0.034061410 0.999340951 0.012548489 -31.601938248 0.115801059 0.008524881 -0.993236065 613.697448730\n-0.992620707 0.034357328 -0.116293140 151.413269043 0.033065338 0.999368370 0.013021373 -31.602485657 0.116667062 0.009080010 -0.993129730 612.390197754\n-0.992650390 0.034062672 -0.116125755 151.249588013 0.032739040 0.999375582 0.013287224 -31.596462250 0.116505846 0.009387720 -0.993145823 611.073303223\n-0.992706180 0.032165784 -0.116189189 151.115539551 0.030629182 0.999418437 0.014986787 -31.592693329 0.116603680 0.011318695 -0.993114114 609.772094727\n-0.992716789 0.030518485 -0.116542712 150.962539673 0.028916134 0.999462962 0.015415534 -31.590324402 0.116950579 0.011933293 -0.993066192 608.470153809\n-0.992733598 0.026896484 -0.117288940 150.820632935 0.025668453 0.999598861 0.011968381 -31.584804535 0.117563799 0.008870787 -0.993025780 607.163635254\n-0.992678642 0.026684374 -0.117802516 150.675872803 0.025512278 0.999608994 0.011446707 -31.588603973 0.118061900 0.008357489 -0.992971182 605.844909668\n-0.992617488 0.027078049 -0.118226826 150.517562866 0.025987113 0.999604344 0.010759640 -31.587207794 0.118471406 0.007607831 -0.992928505 604.527770996\n-0.992619157 0.029217185 -0.117701977 150.349395752 0.028575389 0.999566138 0.007136977 -31.588871002 0.117859438 0.003720920 -0.993023396 603.216247559\n-0.992634535 0.030002195 -0.117374316 150.190551758 0.029606856 0.999548554 0.005110695 -31.590587616 0.117474660 0.001597968 -0.993074775 601.901672363\n-0.992683530 0.032645129 -0.116248056 150.031951904 0.031876348 0.999455929 0.008466715 -31.596395493 0.116461210 0.004699205 -0.993184090 600.579711914\n-0.992847681 0.033235103 -0.114669405 149.863510132 0.032106154 0.999416232 0.011678676 -31.592798233 0.114990607 0.007913553 -0.993335128 599.257385254\n-0.992883325 0.032026205 -0.114704132 149.723159790 0.030862268 0.999452710 0.011909288 -31.582992554 0.115022764 0.008284505 -0.993328333 597.938659668\n-0.992924333 0.031109925 -0.114602365 149.581802368 0.029861882 0.999474704 0.012591347 -31.584857941 0.114933878 0.009080011 -0.993331790 596.601562500\n-0.993059635 0.031290766 -0.113373771 149.416091919 0.030017050 0.999465823 0.012924787 -31.582983017 0.113717631 0.009431938 -0.993468404 595.275024414\n-0.993072152 0.029587675 -0.113721162 149.289428711 0.028300192 0.999515951 0.012919548 -31.583423615 0.114048377 0.009611712 -0.993428826 593.941284180\n-0.993119836 0.029840544 -0.113240212 149.124816895 0.028620750 0.999513626 0.012382609 -31.576148987 0.113554634 0.009056390 -0.993490815 592.604858398\n-0.993173838 0.027292138 -0.113406472 148.969177246 0.026477573 0.999611676 0.008683002 -31.574720383 0.113599412 0.005621001 -0.993510842 591.262695312\n-0.993102193 0.027619362 -0.113953151 148.840637207 0.027075469 0.999613404 0.006318186 -31.578083038 0.114083603 0.003189269 -0.993466139 589.917907715\n-0.993154764 0.027125735 -0.113613106 148.681182861 0.026571449 0.999626517 0.006390479 -31.582666397 0.113744013 0.003327870 -0.993504643 588.577514648\n-0.993110180 0.026498677 -0.114149779 148.540283203 0.025732996 0.999635398 0.008176254 -31.585149765 0.114324816 0.005182505 -0.993430018 587.233642578\n-0.993081450 0.026417740 -0.114420176 148.393310547 0.025504213 0.999630153 0.009440788 -31.592073441 0.114627257 0.006457272 -0.993387938 585.898010254\n-0.993111014 0.026724692 -0.114090413 148.246093750 0.025781505 0.999620199 0.009734830 -31.595945358 0.114307240 0.006726343 -0.993422866 584.570617676\n-0.993131161 0.026177319 -0.114041314 148.091873169 0.025159420 0.999629796 0.010356113 -31.600008011 0.114270195 0.007415764 -0.993422151 583.231384277\n-0.993184209 0.024773667 -0.113892138 147.936798096 0.023789363 0.999667048 0.009993665 -31.596038818 0.114101797 0.007216129 -0.993442774 581.872192383\n-0.993216634 0.023363771 -0.113908105 147.782470703 0.022256283 0.999691963 0.010984859 -31.592407227 0.114129663 0.008375173 -0.993430734 580.517944336\n-0.993255973 0.022833174 -0.113672227 147.632980347 0.021561543 0.999690592 0.012403892 -31.593780518 0.113920279 0.009869291 -0.993440986 579.174987793\n-0.993348122 0.021786295 -0.113071002 147.484558105 0.020491894 0.999710679 0.012597471 -31.590564728 0.113312736 0.010196633 -0.993507147 577.838073730\n-0.993343830 0.022017019 -0.113065645 147.336715698 0.020668266 0.999700725 0.013087441 -31.594974518 0.113319956 0.010663454 -0.993501544 576.498474121\n-0.993405223 0.020857468 -0.112745322 147.188369751 0.019581828 0.999731243 0.012410064 -31.594291687 0.112973869 0.010120460 -0.993546724 575.163330078\n-0.993472934 0.018583899 -0.112543561 147.043273926 0.017313937 0.999775052 0.012251156 -31.591657639 0.112745918 0.010222620 -0.993571281 573.818298340\n-0.993486285 0.015711484 -0.112864748 146.904708862 0.014394482 0.999818563 0.012474360 -31.591854095 0.113040261 0.010768475 -0.993532300 572.486816406\n-0.993508339 0.013881402 -0.112908699 146.759750366 0.012544809 0.999842703 0.012539734 -31.592622757 0.113065004 0.011041912 -0.993526220 571.129455566\n-0.993525028 0.011695571 -0.113010295 146.615631104 0.010414507 0.999874711 0.011919559 -31.592723846 0.113135546 0.010665433 -0.993522286 569.798583984\n-0.993480206 0.011315913 -0.113442548 146.459167480 0.010083505 0.999883831 0.011431661 -31.593166351 0.113558732 0.010213231 -0.993478894 568.449951172\n-0.993453622 0.013000016 -0.113495782 146.302993774 0.011533712 0.999841452 0.013566580 -31.593498230 0.113654159 0.012168737 -0.993445992 567.105712891\n-0.993348598 0.016155412 -0.114008352 146.148254395 0.014426142 0.999768317 0.015976751 -31.595483780 0.114240050 0.014225781 -0.993351460 565.757141113\n-0.993280530 0.020281427 -0.113941729 145.981811523 0.018451203 0.999683619 0.017094648 -31.587425232 0.114252381 0.014877417 -0.993340373 564.408386230\n-0.993172646 0.023668021 -0.114229091 145.822082520 0.021949559 0.999626517 0.016278567 -31.583889008 0.114571713 0.013660146 -0.993321300 563.073547363\n-0.993043065 0.026908169 -0.114636377 145.659957886 0.025444390 0.999575198 0.014213334 -31.579854965 0.114970133 0.011197600 -0.993305922 561.709411621\n-0.993064284 0.026667062 -0.114508815 145.495223999 0.025303729 0.999590755 0.013343250 -31.573074341 0.114817776 0.010353206 -0.993332624 560.367614746\n-0.993026853 0.026661111 -0.114834093 145.329895020 0.025286695 0.999590278 0.013409103 -31.571758270 0.115144551 0.010411824 -0.993294239 559.013977051\n-0.992922664 0.023076646 -0.116500363 145.201156616 0.021850016 0.999691665 0.011795297 -31.567960739 0.116736636 0.009166282 -0.993120790 557.676879883\n-0.992913842 0.020095656 -0.117126763 145.049697876 0.018954339 0.999761462 0.010850127 -31.572776794 0.117316864 0.008553178 -0.993057966 556.347717285\n-0.992950678 0.015646154 -0.117492042 144.896011353 0.014610051 0.999846458 0.009674646 -31.564308167 0.117625371 0.007889880 -0.993026733 555.005859375\n-0.992880225 0.012985693 -0.118408777 144.743865967 0.011822054 0.999874711 0.010524430 -31.560813904 0.118530609 0.009049662 -0.992909431 553.664794922\n-0.992854357 0.012487879 -0.118679322 144.583786011 0.011107743 0.999862850 0.012283517 -31.568855286 0.118816435 0.010877481 -0.992856860 552.319091797\n-0.992831707 0.012063363 -0.118910342 144.422500610 0.010627299 0.999862850 0.012703591 -31.568580627 0.119047277 0.011348831 -0.992823720 550.980407715\n-0.992834210 0.013301620 -0.118757956 144.262664795 0.011974016 0.999857664 0.011885648 -31.566495895 0.118899152 0.010378468 -0.992852092 549.635009766\n-0.992905259 0.014547696 -0.118015230 144.102035522 0.013368461 0.999852538 0.010777724 -31.559551239 0.118154623 0.009123576 -0.992953300 548.296264648\n-0.992968917 0.015001402 -0.117420174 143.954849243 0.013726243 0.999837816 0.011660979 -31.563625336 0.117576063 0.009967254 -0.993013740 546.930725098\n-0.993113518 0.014966785 -0.116198033 143.789794922 0.013645857 0.999832988 0.012155151 -31.564321518 0.116360553 0.010485820 -0.993151903 545.584167480\n-0.993211746 0.014901591 -0.115362853 143.624435425 0.013543348 0.999829531 0.012548573 -31.556140900 0.115530185 0.010900989 -0.993244171 544.226257324\n-0.993245482 0.015287053 -0.115021110 143.491943359 0.013966834 0.999827087 0.012275282 -31.557714462 0.115188874 0.010585887 -0.993287206 542.891845703\n-0.993286729 0.016093861 -0.114554942 143.333190918 0.015037197 0.999836087 0.010082309 -31.552272797 0.114698432 0.008292037 -0.993366003 541.540405273\n-0.993365169 0.019224605 -0.113385960 143.187301636 0.018081980 0.999774933 0.011097255 -31.558546066 0.113573782 0.008973381 -0.993489146 540.195861816\n-0.993430257 0.022177022 -0.112270854 143.033172607 0.021084208 0.999718130 0.010911852 -31.558948517 0.112481207 0.008473020 -0.993617892 538.845947266\n-0.993498087 0.026394060 -0.110746562 142.882583618 0.025172850 0.999606073 0.012411063 -31.559940338 0.111030512 0.009542561 -0.993771076 537.508850098\n-0.993528128 0.027062358 -0.110317677 142.737472534 0.026048249 0.999604225 0.010623749 -31.560367584 0.110561520 0.007681409 -0.993839741 536.170593262\n-0.993604183 0.026285784 -0.109817192 142.597335815 0.025563138 0.999641359 0.007983425 -31.560186386 0.109987654 0.005125092 -0.993919730 534.834716797\n-0.993771195 0.025254393 -0.108543038 142.447174072 0.024663275 0.999672771 0.006785183 -31.564170837 0.108678877 0.004065892 -0.994068861 533.494934082\n-0.993762493 0.024166239 -0.108868800 142.315521240 0.023473026 0.999695241 0.007644670 -31.567180634 0.109020360 0.005041505 -0.994026899 532.142822266\n-0.993873358 0.025569286 -0.107529394 142.162078857 0.024802864 0.999656558 0.008459153 -31.572650909 0.107708760 0.005740287 -0.994166255 530.797241211\n-0.993933201 0.024394099 -0.107245699 142.030578613 0.023638953 0.999686062 0.008307095 -31.569665909 0.107414678 0.005721522 -0.994197845 529.452026367\n-0.994057894 0.023206260 -0.106350847 141.890228271 0.022432208 0.999712467 0.008468898 -31.574310303 0.106516801 0.006032890 -0.994292736 528.107543945\n-0.994154692 0.021700243 -0.105762310 141.744613647 0.020748192 0.999733806 0.010093901 -31.587207794 0.105953194 0.007840522 -0.994340301 526.748962402\n-0.994225383 0.019940889 -0.105445780 141.610534668 0.018907232 0.999762952 0.010793400 -31.587171555 0.105636016 0.008737382 -0.994366765 525.405639648\n-0.994306207 0.015857192 -0.105373807 141.481979370 0.014903245 0.999840558 0.009834263 -31.582509995 0.105512954 0.008207858 -0.994384050 524.070556641\n-0.994371176 0.012489919 -0.105216131 141.342437744 0.011861814 0.999907911 0.006593332 -31.585796356 0.105288789 0.005308163 -0.994427800 522.725402832\n-0.994243741 0.011447787 -0.106527478 141.206924438 0.010857183 0.999922335 0.006122453 -31.595237732 0.106589288 0.004930623 -0.994290829 521.378906250\n-0.994198442 0.010438561 -0.107052945 141.067535400 0.009508669 0.999912560 0.009193060 -31.593544006 0.107139543 0.008121795 -0.994210720 520.034118652\n-0.994019032 0.016010493 -0.108028650 140.911926270 0.014871676 0.999825120 0.011339276 -31.594005585 0.108191304 0.009664887 -0.994083285 518.683837891\n-0.993919492 0.015439691 -0.109021440 140.778656006 0.014527988 0.999852598 0.009152004 -31.598196030 0.109146670 0.007512493 -0.993997335 517.359313965\n-0.993748188 0.018945202 -0.110026024 140.628509521 0.018389162 0.999812484 0.006066346 -31.603458405 0.110120319 0.004005133 -0.993910193 516.033081055\n-0.993627191 0.018563271 -0.111177824 140.483825684 0.017804567 0.999810934 0.007813257 -31.608123779 0.111301847 0.005783991 -0.993769884 514.703735352\n-0.993478894 0.018779255 -0.112459905 140.331665039 0.017804135 0.999794722 0.009668954 -31.609214783 0.112618402 0.007603649 -0.993609309 513.353149414\n-0.993388295 0.018044546 -0.113376476 140.181610107 0.017117392 0.999811649 0.009145909 -31.604770660 0.113520160 0.007144729 -0.993510127 512.004760742\n-0.993244052 0.018995805 -0.114478774 140.035232544 0.018136950 0.999799073 0.008539309 -31.604108810 0.114617981 0.006405322 -0.993389010 510.666076660\n-0.993173242 0.018173492 -0.115224473 139.875900269 0.017193036 0.999807060 0.009497321 -31.604984283 0.115374841 0.007451427 -0.993294120 509.327026367\n-0.993066072 0.015346881 -0.116552308 139.732727051 0.014065145 0.999831319 0.011811658 -31.605960846 0.116713919 0.010090430 -0.993114352 507.981933594\n-0.992981791 0.012389501 -0.117619283 139.580032349 0.010860038 0.999848068 0.013635537 -31.606344223 0.117770344 0.012262486 -0.992965460 506.641235352\n-0.992867112 0.009508279 -0.118847720 139.425735474 0.008088349 0.999890089 0.012424131 -31.607877731 0.118952788 0.011374227 -0.992834926 505.306945801\n-0.992740393 0.003879497 -0.120217577 139.277557373 0.002942647 0.999963939 0.007969503 -31.612777710 0.120244160 0.007557887 -0.992715955 503.975463867\n-0.992660999 0.000350879 -0.120929904 139.125198364 -0.000104071 0.999992967 0.003755763 -31.617961884 0.120930366 0.003740784 -0.992653966 502.636169434\n-0.992578626 -0.003066853 -0.121567212 138.964752197 -0.003561483 0.999986231 0.003851702 -31.624883652 0.121553726 0.004256076 -0.992575884 501.285888672\n-0.992504478 -0.004679702 -0.122121990 138.805648804 -0.005164352 0.999979973 0.003652350 -31.645439148 0.122102454 0.004255653 -0.992508769 499.944946289\n-0.992390156 -0.002542090 -0.123108163 138.651779175 -0.002790310 0.999994397 0.001843906 -31.650485992 0.123102792 0.002173384 -0.992391706 498.601989746\n-0.992362380 -0.000846854 -0.123355098 138.489227295 -0.000872043 0.999999583 0.000150209 -31.659358978 0.123354927 0.000256633 -0.992362738 497.264465332\n-0.992435336 0.004535915 -0.122684278 138.311553955 0.004674877 0.999988735 -0.000844846 -31.675436020 0.122679062 -0.001411989 -0.992445350 495.920471191\n-0.992462993 0.010245641 -0.122117311 138.150451660 0.010047178 0.999947011 0.002240864 -31.687088013 0.122133799 0.000997040 -0.992513299 494.588623047\n-0.992582560 0.013125926 -0.120863482 137.973312378 0.012706313 0.999910295 0.004241860 -31.694625854 0.120908312 0.002674667 -0.992660284 493.243896484\n-0.992412925 0.014896476 -0.122043878 137.845169067 0.014433661 0.999884903 0.004675447 -31.726737976 0.122099482 0.002878434 -0.992513657 491.938781738\n-0.992434144 0.012592699 -0.122130781 137.657775879 0.012893388 0.999915481 -0.001672008 -31.733457565 0.122099407 -0.003234037 -0.992512703 490.544372559\n-0.992363214 0.007820442 -0.123102941 137.501190186 0.008447791 0.999953866 -0.004574988 -31.750299454 0.123061486 -0.005579997 -0.992383480 489.194183350\n-0.992419481 0.005493927 -0.122774452 137.349975586 0.006232208 0.999964714 -0.005630086 -31.774045944 0.122739188 -0.006352562 -0.992418766 487.868591309\n-0.992379308 0.004216542 -0.123148970 137.197708130 0.005020026 0.999968112 -0.006214925 -31.785564423 0.123118833 -0.006785774 -0.992368817 486.532379150\n-0.992520332 0.005114788 -0.121974207 137.025466919 0.005925253 0.999962687 -0.006282772 -31.811346054 0.121937521 -0.006958505 -0.992513537 485.188659668\n-0.992617249 0.004847211 -0.121192485 136.865753174 0.005635933 0.999965131 -0.006166079 -31.830039978 0.121158369 -0.006803589 -0.992609978 483.835449219\n-0.992786407 0.004042743 -0.119829275 136.708709717 0.004796710 0.999970496 -0.006004246 -31.850044250 0.119801462 -0.006535720 -0.992776513 482.497802734\n-0.992934704 0.003047990 -0.118623510 136.552871704 0.003717269 0.999978423 -0.005421185 -31.879970551 0.118604429 -0.005823838 -0.992924571 481.147552490\n-0.993037820 0.001399098 -0.117787898 136.396820068 0.002217444 0.999974310 -0.006816856 -31.901493073 0.117775336 -0.007030583 -0.993015409 479.802307129\n-0.993191957 -0.000422367 -0.116490781 136.228851318 0.000536026 0.999966264 -0.008195753 -31.922578812 0.116490312 -0.008202395 -0.993158221 478.453216553\n-0.993230224 -0.002398733 -0.116137877 136.087478638 -0.001299778 0.999953687 -0.009537314 -31.952297211 0.116155379 -0.009321795 -0.993187308 477.121154785\n-0.993298411 -0.005147382 -0.115464047 135.945037842 -0.004050103 0.999944389 -0.009735812 -31.975366592 0.115507744 -0.009202924 -0.993264079 475.787414551\n-0.993322372 -0.006379201 -0.115196437 135.795043945 -0.005354610 0.999943316 -0.009201552 -32.008121490 0.115248606 -0.008523273 -0.993300200 474.426452637\n-0.993290663 -0.008334899 -0.115344539 135.650787354 -0.007417926 0.999937415 -0.008376833 -32.033130646 0.115407139 -0.007465012 -0.993290305 473.085968018\n-0.993332028 -0.010314088 -0.114826195 135.499542236 -0.009318465 0.999914229 -0.009204112 -32.062278748 0.114911281 -0.008072736 -0.993342996 471.740173340\n-0.993327141 -0.012690535 -0.114632323 135.351104736 -0.011539537 0.999876201 -0.010698820 -32.086814880 0.114753909 -0.009304622 -0.993350625 470.405578613\n-0.993350863 -0.013549346 -0.114326902 135.207885742 -0.012421898 0.999867022 -0.010568311 -32.117004395 0.114454888 -0.009077884 -0.993387103 469.062194824\n-0.993440151 -0.015140680 -0.113347344 135.050888062 -0.013792650 0.999824643 -0.012667724 -32.148914337 0.113519266 -0.011021265 -0.993474841 467.728729248\n-0.993365169 -0.017547986 -0.113656327 134.923233032 -0.015913302 0.999756694 -0.015274094 -32.178169250 0.113896705 -0.013364106 -0.993402719 466.391021729\n-0.993367076 -0.019712415 -0.113284625 134.781036377 -0.017943248 0.999700963 -0.016615584 -32.210376740 0.113578275 -0.014472679 -0.993423700 465.067047119\n-0.993372202 -0.021829464 -0.112851672 134.636383057 -0.020210754 0.999676108 -0.015468060 -32.251861572 0.113152772 -0.013084722 -0.993491530 463.727813721\n-0.993388891 -0.023414504 -0.112386391 134.490478516 -0.021738373 0.999633789 -0.016116509 -32.287754059 0.112722598 -0.013566860 -0.993534088 462.409423828\n-0.993413448 -0.025133263 -0.111796662 134.348876953 -0.023421589 0.999587893 -0.016597906 -32.332447052 0.112167746 -0.013870124 -0.993592620 461.089843750\n-0.993452072 -0.026058339 -0.111237824 134.203552246 -0.024266042 0.999553442 -0.017436095 -32.366428375 0.111642510 -0.014622624 -0.993640780 459.780334473\n-0.993503451 -0.025624391 -0.110880166 134.080062866 -0.023777753 0.999556184 -0.017944966 -32.406936646 0.111290783 -0.015191902 -0.993671894 458.499114990\n-0.993557096 -0.025659967 -0.110389866 133.940658569 -0.023849513 0.999559045 -0.017690020 -32.444850922 0.110795110 -0.014943300 -0.993731022 457.199798584\n-0.993676305 -0.024881177 -0.109492294 133.802017212 -0.023220450 0.999595582 -0.016416725 -32.481124878 0.109856479 -0.013770447 -0.993852139 455.907165527\n-0.993760228 -0.023599152 -0.109012730 133.672058105 -0.021875259 0.999616444 -0.016982784 -32.524402618 0.109371699 -0.014492134 -0.993895292 454.598632812\n-0.993888378 -0.023222679 -0.107921384 133.530838013 -0.021173516 0.999573827 -0.020094967 -32.562469482 0.108342052 -0.017687073 -0.993956447 453.303070068\n-0.994046211 -0.023297505 -0.106438734 133.401000977 -0.020986659 0.999520242 -0.022779457 -32.607933044 0.106918365 -0.020410042 -0.994058251 452.011535645\n-0.994238257 -0.021798378 -0.104952842 133.261077881 -0.019632211 0.999573290 -0.021628598 -32.649124146 0.105379529 -0.019443525 -0.994241953 450.717956543\n-0.994445205 -0.020292589 -0.103281960 133.126434326 -0.018400541 0.999645591 -0.019239256 -32.687194824 0.103635773 -0.017231939 -0.994466066 449.422180176\n-0.994675279 -0.018925989 -0.101308569 132.992767334 -0.017002473 0.999659061 -0.019816689 -32.729732513 0.101649076 -0.017988671 -0.994657874 448.134582520\n-0.994855046 -0.018487066 -0.099609368 132.875274658 -0.016394585 0.999628246 -0.021784712 -32.766422272 0.099975072 -0.020039573 -0.994788289 446.847229004\n-0.995057106 -0.018467307 -0.097572155 132.749191284 -0.016391702 0.999622881 -0.022031520 -32.805541992 0.097942226 -0.020323247 -0.994984508 445.550903320\n-0.995249152 -0.018776899 -0.095536776 132.620315552 -0.016766978 0.999621809 -0.021797707 -32.847698212 0.095909938 -0.020092281 -0.995187521 444.245666504\n-0.995388627 -0.020370541 -0.093735553 132.507247925 -0.018518375 0.999616563 -0.020587165 -32.891590118 0.094118983 -0.018756401 -0.995384216 442.945617676\n-0.995557427 -0.022538723 -0.091420539 132.388519287 -0.020986618 0.999619424 -0.017903693 -32.928737640 0.091789275 -0.015905544 -0.995651603 441.648345947\n-0.995665789 -0.024643684 -0.089680828 132.284469604 -0.023422373 0.999618351 -0.014645592 -32.965133667 0.090007529 -0.012481575 -0.995863080 440.338531494\n-0.995820522 -0.027014734 -0.087246738 132.163726807 -0.025815709 0.999556541 -0.014842359 -32.996025085 0.087609008 -0.012527987 -0.996076345 439.031188965\n-0.995936871 -0.028519267 -0.085421279 132.074600220 -0.027118081 0.999478698 -0.017519148 -33.026966095 0.085876383 -0.015131501 -0.996191144 437.749237061\n-0.996133327 -0.029161166 -0.082875207 131.979339600 -0.027580563 0.999416411 -0.020153599 -33.059055328 0.083414540 -0.017789925 -0.996356249 436.430450439\n-0.996377110 -0.028234970 -0.080224819 131.875656128 -0.026729081 0.999446929 -0.019783381 -33.094985962 0.080739036 -0.017567366 -0.996580720 435.124511719\n-0.996646047 -0.026156604 -0.077544264 131.776733398 -0.024691306 0.999499142 -0.019795366 -33.138923645 0.078023203 -0.017814297 -0.996792674 433.824829102\n-0.996875882 -0.026288427 -0.074482389 131.680236816 -0.024792839 0.999473393 -0.020933867 -33.181205750 0.074993491 -0.019021835 -0.997002721 432.515045166\n-0.997046232 -0.027351027 -0.071770407 131.600006104 -0.025722342 0.999392390 -0.023520092 -33.217151642 0.072370104 -0.021604514 -0.997143865 431.219787598\n-0.997313738 -0.029015630 -0.067259528 131.507141113 -0.027419064 0.999322772 -0.024540400 -33.264007568 0.067926027 -0.022630280 -0.997433901 429.904785156\n-0.997463584 -0.032858890 -0.063140303 131.432556152 -0.031149661 0.999126196 -0.027866898 -33.304725647 0.064000800 -0.025829418 -0.997615457 428.601165771\n-0.997691154 -0.034698959 -0.058382656 131.363494873 -0.033260617 0.999123096 -0.025430754 -33.351993561 0.059213884 -0.023430191 -0.997970343 427.300231934\n-0.997824907 -0.037756205 -0.054038864 131.297393799 -0.036871731 0.999170721 -0.017272133 -33.389900208 0.054646179 -0.015242056 -0.998389602 425.991729736\n-0.997913480 -0.040309824 -0.050435808 131.255035400 -0.039517425 0.999080777 -0.016611230 -33.427124023 0.051059041 -0.014583477 -0.998589039 424.675689697\n-0.998139143 -0.039683610 -0.046301853 131.199096680 -0.038826391 0.999060154 -0.019268779 -33.460449219 0.047022991 -0.017435184 -0.998741865 423.385070801\n-0.998324513 -0.039804690 -0.042002015 131.157714844 -0.038749330 0.998919725 -0.025648566 -33.498088837 0.042977575 -0.023978038 -0.998788476 422.097381592\n-0.998559356 -0.038792096 -0.037075136 131.090133667 -0.037712075 0.998856068 -0.029399125 -33.543167114 0.038173180 -0.027958589 -0.998880029 420.780426025\n-0.998717427 -0.037949607 -0.033520378 131.054275513 -0.037004843 0.998912334 -0.028369373 -33.592491150 0.034560528 -0.027092567 -0.999035478 419.486816406\n-0.998820066 -0.038419947 -0.029705772 131.018493652 -0.037740879 0.999020696 -0.023092331 -33.641933441 0.030563887 -0.021943962 -0.999292016 418.170715332\n-0.998914599 -0.038517065 -0.026205102 130.987731934 -0.038013294 0.999087751 -0.019458154 -33.682136536 0.026930667 -0.018440885 -0.999467492 416.861297607\n-0.999023795 -0.037743602 -0.022954579 130.963027954 -0.037302647 0.999116778 -0.019344103 -33.722957611 0.023664422 -0.018468954 -0.999549389 415.576416016\n-0.999116421 -0.037189972 -0.019574974 130.953765869 -0.036770057 0.999094784 -0.021391448 -33.751300812 0.020352801 -0.020652775 -0.999579430 414.241394043\n-0.999195695 -0.036898978 -0.015702693 130.931350708 -0.036545619 0.999084830 -0.022224495 -33.793151855 0.016508382 -0.021632755 -0.999629736 412.937103271\n-0.999235988 -0.037273042 -0.011770526 130.915176392 -0.037005745 0.999069214 -0.022164227 -33.835563660 0.012585698 -0.021711713 -0.999685168 411.636688232\n-0.999233723 -0.038239673 -0.008383070 130.910308838 -0.038033076 0.998998821 -0.023555690 -33.875564575 0.009275438 -0.023218801 -0.999687672 410.338867188\n-0.999150872 -0.040911227 -0.004876345 130.917266846 -0.040782280 0.998876870 -0.024121199 -33.925468445 0.005857696 -0.023901850 -0.999697089 409.048339844\n-0.999039888 -0.043796312 -0.001182501 130.923019409 -0.043753128 0.998729646 -0.024996130 -33.967605591 0.002275737 -0.024920391 -0.999686956 407.763854980\n-0.998928905 -0.046240978 0.001715967 130.937301636 -0.046268694 0.998647392 -0.023719091 -34.013565063 -0.000616852 -0.023773078 -0.999717236 406.479827881\n-0.998649240 -0.051777411 0.004360395 130.968338013 -0.051863912 0.998392522 -0.022858607 -34.067047119 -0.003169826 -0.023053875 -0.999729276 405.183074951\n-0.998420119 -0.055739257 0.007109253 130.992034912 -0.055895712 0.998144984 -0.024129383 -34.105293274 -0.005751111 -0.024488635 -0.999683619 403.920043945\n-0.998338103 -0.056687001 0.010381470 131.009841919 -0.056952383 0.998002052 -0.027354933 -34.151412964 -0.008810060 -0.027900718 -0.999571919 402.667327881\n-0.998378158 -0.055484399 0.012744570 131.044097900 -0.055851109 0.997973502 -0.030488925 -34.204635620 -0.011027083 -0.031151278 -0.999453783 401.386871338\n-0.998497367 -0.052227259 0.016603863 131.056762695 -0.052717671 0.998140037 -0.030615205 -34.256038666 -0.014974032 -0.031444512 -0.999393463 400.136688232\n-0.998638988 -0.048247766 0.019812871 131.087677002 -0.048822943 0.998367190 -0.029652780 -34.308547974 -0.018349839 -0.030579740 -0.999363899 398.896179199\n-0.998673081 -0.045832064 0.023488449 131.110321045 -0.046517190 0.998481691 -0.029503232 -34.359260559 -0.022100592 -0.030556696 -0.999288797 397.663208008\n-0.998572469 -0.046681002 0.025960891 131.156158447 -0.047447935 0.998430431 -0.029755030 -34.414459229 -0.024531148 -0.030944344 -0.999220014 396.437652588\n-0.998419523 -0.048349150 0.028654911 131.199234009 -0.049193844 0.998352170 -0.029544979 -34.462173462 -0.027179219 -0.030907925 -0.999152780 395.223846436\n-0.998304248 -0.049247596 0.031045835 131.253112793 -0.050099004 0.998371899 -0.027269943 -34.514343262 -0.029652311 -0.028779058 -0.999146104 394.019897461\n-0.998234153 -0.048762403 0.033929456 131.290451050 -0.049636818 0.998443663 -0.025424710 -34.560672760 -0.032636881 -0.027063960 -0.999100924 392.788360596\n-0.998209119 -0.047440846 0.036441531 131.337493896 -0.048375692 0.998510897 -0.025214573 -34.602340698 -0.035191067 -0.026932301 -0.999017715 391.602935791\n-0.998151660 -0.046772640 0.038802333 131.390716553 -0.047808010 0.998512924 -0.026198341 -34.650215149 -0.037519265 -0.028004980 -0.998903394 390.407104492\n-0.998100638 -0.045701738 0.041313097 131.441390991 -0.046881210 0.998506665 -0.028045977 -34.696304321 -0.039969653 -0.029929509 -0.998752594 389.227233887\n-0.998015046 -0.045416631 0.043627720 131.495407104 -0.046679728 0.998506606 -0.028382508 -34.744331360 -0.042273529 -0.030362697 -0.998644710 388.051940918\n-0.997869492 -0.045996618 0.046270154 131.548706055 -0.047321077 0.998488665 -0.027947925 -34.792625427 -0.044914715 -0.030077934 -0.998538017 386.882812500\n-0.997728586 -0.047155000 0.048104897 131.623703003 -0.048549347 0.998421490 -0.028240429 -34.839424133 -0.046697285 -0.030511746 -0.998443007 385.712524414\n-0.997599125 -0.046689164 0.051146120 131.680633545 -0.048154894 0.998452663 -0.027809758 -34.880523682 -0.049768567 -0.030205928 -0.998303890 384.561157227\n-0.997537255 -0.045901630 0.053032454 131.757522583 -0.047296677 0.998558998 -0.025356375 -34.922164917 -0.051792137 -0.027802188 -0.998270869 383.400543213\n-0.997507691 -0.043702271 0.055397905 131.825592041 -0.045140032 0.998668492 -0.024972789 -34.964302063 -0.054232772 -0.027411208 -0.998152256 382.258514404\n-0.997398734 -0.042099115 0.058513451 131.886764526 -0.043771479 0.998660266 -0.027598772 -35.017261505 -0.057273179 -0.030088194 -0.997905254 381.120025635\n-0.997393489 -0.038539045 0.060998779 131.959396362 -0.040457599 0.998714566 -0.030535737 -35.055084229 -0.059743550 -0.032924011 -0.997670650 379.996795654\n-0.997267246 -0.037345126 0.063745849 132.032302856 -0.039262630 0.998805165 -0.029097233 -35.097808838 -0.062583044 -0.031520545 -0.997542024 378.867980957\n-0.997133732 -0.035854004 0.066624716 132.110015869 -0.037587248 0.998981953 -0.024945782 -35.146675110 -0.065662481 -0.027378520 -0.997466326 377.767303467\n-0.996913075 -0.034889355 0.070339948 132.188415527 -0.036582150 0.999067724 -0.022922773 -35.189430237 -0.069474615 -0.025425192 -0.997259974 376.661010742\n-0.996603251 -0.035533737 0.074291237 132.275970459 -0.037476089 0.998986840 -0.024916217 -35.219890594 -0.073330604 -0.027615730 -0.996925235 375.566253662\n-0.996280432 -0.035853833 0.078360699 132.356521606 -0.038137928 0.998884380 -0.027848471 -35.263401031 -0.077274799 -0.030733392 -0.996536374 374.478454590\n-0.995957255 -0.037546530 0.081604943 132.458633423 -0.040087551 0.998753905 -0.029725470 -35.305999756 -0.080387168 -0.032876641 -0.996221304 373.399780273\n-0.995592356 -0.038062017 0.085717320 132.561203003 -0.040719915 0.998735726 -0.029475164 -35.350082397 -0.084487066 -0.032835644 -0.995883584 372.335937500\n-0.995107174 -0.037283223 0.091499619 132.649795532 -0.040052127 0.998787820 -0.028613456 -35.396682739 -0.090321906 -0.032138202 -0.995394230 371.267822266\n-0.994619370 -0.035144627 0.097456619 132.751754761 -0.037961811 0.998908818 -0.027204553 -35.435478210 -0.096394181 -0.030757794 -0.994868159 370.219207764\n-0.994020700 -0.032266803 0.104317434 132.873825073 -0.034920491 0.999108732 -0.023712618 -35.477897644 -0.103459328 -0.027213642 -0.994261503 369.166931152\n-0.993091822 -0.030630719 0.113272555 132.985610962 -0.033208419 0.999229074 -0.020939771 -35.513923645 -0.112543829 -0.024556715 -0.993343472 368.134094238\n-0.991929412 -0.029901888 0.123216458 133.119491577 -0.032741588 0.999241412 -0.021085922 -35.546688080 -0.122492477 -0.024950042 -0.992155910 367.108520508\n-0.990565419 -0.028219052 0.134103790 133.260864258 -0.031391613 0.999273717 -0.021601867 -35.586845398 -0.133396804 -0.025607798 -0.990731835 366.114227295\n-0.988829136 -0.027143663 0.146561131 133.407348633 -0.030829487 0.999261498 -0.022935664 -35.619033813 -0.145830333 -0.027197858 -0.988935709 365.115112305\n-0.986733437 -0.027741110 0.159963310 133.572769165 -0.031919990 0.999211431 -0.023613397 -35.652706146 -0.159182101 -0.028406147 -0.986840844 364.123992920\n-0.984257579 -0.026542524 0.174736291 133.752273560 -0.031275641 0.999213219 -0.024388993 -35.693229675 -0.173951462 -0.029470036 -0.984313369 363.148651123\n-0.981231213 -0.025695244 0.191116527 133.940185547 -0.030941913 0.999220431 -0.024518823 -35.728729248 -0.190337524 -0.029972138 -0.981261253 362.185058594\n-0.978137136 -0.025063111 0.206445619 134.159973145 -0.030750202 0.999229610 -0.024384668 -35.760498047 -0.205675423 -0.030199790 -0.978154302 361.222503662\n-0.974644184 -0.025781574 0.222271025 134.381530762 -0.031967878 0.999193966 -0.024278959 -35.791770935 -0.221465915 -0.030768873 -0.974682808 360.277435303\n-0.971098900 -0.025856538 0.237273082 134.616455078 -0.032528892 0.999176621 -0.024248520 -35.827800751 -0.236450732 -0.031265941 -0.971140385 359.329498291\n-0.967340827 -0.027933991 0.251935244 134.872375488 -0.035421424 0.999053895 -0.025232792 -35.858989716 -0.250992030 -0.033332616 -0.967415094 358.389038086\n-0.963780165 -0.028899798 0.265127361 135.142059326 -0.036957063 0.998992682 -0.025451148 -35.893501282 -0.264124781 -0.034327641 -0.963877439 357.449127197\n-0.960285068 -0.031816445 0.277201802 135.420989990 -0.040520355 0.998847485 -0.025726037 -35.924758911 -0.276063830 -0.035936635 -0.960467458 356.523132324\n-0.956951141 -0.034618627 0.288177490 135.704223633 -0.043959979 0.998694777 -0.026005186 -35.955833435 -0.286901087 -0.037553966 -0.957224011 355.588134766\n-0.953734040 -0.038211457 0.298214823 136.004821777 -0.047961749 0.998525083 -0.025443519 -35.988655090 -0.296802729 -0.038569242 -0.954159975 354.659881592\n-0.950687051 -0.040053353 0.307555765 136.310882568 -0.049954250 0.998453796 -0.024383945 -36.021652222 -0.306103557 -0.038545210 -0.951217890 353.734954834\n-0.947908044 -0.042445865 0.315703899 136.643310547 -0.052528258 0.998343110 -0.023491684 -36.054321289 -0.314183682 -0.038851328 -0.948567033 352.806396484\n-0.944762468 -0.044423997 0.324731499 136.966033936 -0.054787576 0.998236895 -0.022836009 -36.076362610 -0.323144495 -0.039365854 -0.945530653 351.891143799\n-0.941315055 -0.046389189 0.334326535 137.301025391 -0.056494351 0.998191178 -0.020559832 -36.113388062 -0.332768053 -0.038240839 -0.942233086 350.970825195\n-0.937587261 -0.046524335 0.344623953 137.639678955 -0.056443524 0.998228788 -0.018799622 -36.148651123 -0.343138903 -0.037078075 -0.938552618 350.074218750\n-0.933150768 -0.047206867 0.356373131 137.979797363 -0.057172235 0.998211384 -0.017475685 -36.175956726 -0.354910761 -0.036682088 -0.934180617 349.185516357\n-0.929095626 -0.047609631 0.366763085 138.341094971 -0.057549853 0.998211026 -0.016208947 -36.202552795 -0.365335286 -0.036166817 -0.930173397 348.302429199\n-0.925115347 -0.049522337 0.376442760 138.710052490 -0.059202362 0.998145282 -0.014181508 -36.223625183 -0.375042260 -0.035405830 -0.926331401 347.432739258\n-0.920673132 -0.049575157 0.387173504 139.074645996 -0.058585927 0.998216152 -0.011498116 -36.249748230 -0.385912806 -0.033268925 -0.921935081 346.571411133\n-0.916114450 -0.049694695 0.397825390 139.451538086 -0.058067679 0.998271883 -0.009018575 -36.269515991 -0.396689743 -0.031362843 -0.917416930 345.722747803\n-0.911325336 -0.049327798 0.408721566 139.844696045 -0.057198457 0.998337924 -0.007047776 -36.291378021 -0.407694608 -0.029801056 -0.912632108 344.870178223\n-0.905595303 -0.048237402 0.421390712 140.238677979 -0.055094425 0.998472691 -0.004104339 -36.309955597 -0.420549154 -0.026933150 -0.906869888 344.030944824\n-0.899647117 -0.047439557 0.434033543 140.648864746 -0.053800102 0.998548925 -0.002373944 -36.328155518 -0.433291107 -0.025486758 -0.900893927 343.207885742\n-0.893166423 -0.044868696 0.447482735 141.072692871 -0.052360963 0.998618603 -0.004380795 -36.333602905 -0.446668029 -0.027343404 -0.894281983 342.393524170\n-0.886243224 -0.041281238 0.461377770 141.503234863 -0.049648263 0.998748720 -0.006005572 -36.347061157 -0.460552543 -0.028228996 -0.887183785 341.593444824\n-0.878118873 -0.037396438 0.476979136 141.929992676 -0.045975246 0.998922586 -0.006322243 -36.360404968 -0.476228774 -0.027480911 -0.878892064 340.793273926\n-0.869501591 -0.035098620 0.492681593 142.376647949 -0.042899281 0.999069095 -0.004536483 -36.369976044 -0.492063731 -0.025080163 -0.870197892 340.003387451\n-0.859385490 -0.030410308 0.510423481 142.828887939 -0.037020069 0.999310613 -0.002792111 -36.381828308 -0.509986699 -0.021295410 -0.859918833 339.215301514\n-0.848768830 -0.027291209 0.528059661 143.306915283 -0.033188347 0.999447703 -0.001691276 -36.392440796 -0.527721822 -0.018960929 -0.849205732 338.455230713\n-0.837558627 -0.022711966 0.545875132 143.817047119 -0.028091930 0.999604225 -0.001512550 -36.399795532 -0.545624673 -0.016601535 -0.837865233 337.667022705\n-0.825699925 -0.018718522 0.563799083 144.330078125 -0.023617752 0.999720097 -0.001397472 -36.405403137 -0.563615143 -0.014469558 -0.825910926 336.912902832\n-0.813548446 -0.015917001 0.581279695 144.859283447 -0.019308923 0.999813497 0.000353175 -36.413208008 -0.581176877 -0.010936558 -0.813704014 336.169738770\n-0.800795317 -0.016716558 0.598704815 145.421722412 -0.017227463 0.999839723 0.004874199 -36.428905487 -0.598690331 -0.006410931 -0.800954938 335.428375244\n-0.787037730 -0.014382529 0.616737306 146.000427246 -0.013037196 0.999892712 0.006680674 -36.432579041 -0.616767228 -0.002782583 -0.787140727 334.665710449\n-0.773148775 -0.012552589 0.634100437 146.585998535 -0.010312356 0.999920785 0.007220635 -36.435604095 -0.634140849 -0.000956444 -0.773216963 333.945434570\n-0.759385824 -0.010662337 0.650553644 147.203216553 -0.008634758 0.999942839 0.006309421 -36.431026459 -0.650583744 -0.000826089 -0.759434462 333.245483398\n-0.744518876 -0.008841402 0.667542875 147.839172363 -0.005449614 0.999959469 0.007166136 -36.437496185 -0.667579234 0.001697472 -0.744536996 332.529541016\n-0.728345752 -0.006762251 0.685176849 148.486022949 -0.001129804 0.999961793 0.008667991 -36.438480377 -0.685209274 0.005539176 -0.728325605 331.833770752\n-0.711389661 -0.005457701 0.702776790 149.158966064 0.002487597 0.999944031 0.010283558 -36.437114716 -0.702793598 0.009063840 -0.711336255 331.155792236\n-0.694013476 -0.003601512 0.719952941 149.817687988 0.007756303 0.999892056 0.012478735 -36.435073853 -0.719920158 0.014244584 -0.693910599 330.526123047\n-0.676404953 -0.004088014 0.736518681 150.532165527 0.010368395 0.999832630 0.015071665 -36.428768158 -0.736457050 0.017831063 -0.676249385 329.869842529\n-0.659678340 -0.004195942 0.751536608 151.265075684 0.011281594 0.999816477 0.015484800 -36.425064087 -0.751463592 0.018693514 -0.659509897 329.235839844\n-0.641092181 -0.001582841 0.767462254 152.012329102 0.013159549 0.999828160 0.013054781 -36.424232483 -0.767351091 0.018468775 -0.640961170 328.591156006\n-0.623231530 -0.001559018 0.782035828 152.777893066 0.013068000 0.999837637 0.012407557 -36.412639618 -0.781928182 0.017952425 -0.623109937 327.982055664\n-0.604855061 -0.003634194 0.796327472 153.566162109 0.013255690 0.999805093 0.014631237 -36.411849976 -0.796225429 0.019405644 -0.604689002 327.391479492\n-0.585923314 -0.007429166 0.810332537 154.334045410 0.013251572 0.999736428 0.018747378 -36.415714264 -0.810258269 0.021722704 -0.585670471 326.860992432\n-0.564952374 -0.009112447 0.825073302 155.148803711 0.013454274 0.999704361 0.020253688 -36.406501770 -0.825013936 0.022543129 -0.564662695 326.298889160\n-0.543749571 -0.011612513 0.839167356 155.984558105 0.012609441 0.999678373 0.022004139 -36.403114319 -0.839152932 0.022546168 -0.543428183 325.768615723\n-0.521085739 -0.011597648 0.853425503 156.832702637 0.011517046 0.999721110 0.020617830 -36.392261505 -0.853426576 0.020572597 -0.520806789 325.270416260\n-0.496462941 -0.013531910 0.867952526 157.688934326 0.014573942 0.999607623 0.023920691 -36.373157501 -0.867935658 0.024525223 -0.496070981 324.781860352\n-0.469640851 -0.020415632 0.882621527 158.576965332 0.015317866 0.999393702 0.031267252 -36.352706909 -0.882724762 0.028204255 -0.469043374 324.315093994\n-0.442351699 -0.026357993 0.896454394 159.473632812 0.018144900 0.999100387 0.038329571 -36.334117889 -0.896658242 0.033221222 -0.441475511 323.876831055\n-0.413815141 -0.025477262 0.910004377 160.378204346 0.022541685 0.999015093 0.038219884 -36.309307098 -0.910081804 0.036329001 -0.412833333 323.470581055\n-0.385945201 -0.024812942 0.922188044 161.307647705 0.025183434 0.998982310 0.037418742 -36.277786255 -0.922178030 0.037665438 -0.384927511 323.084136963\n-0.359471560 -0.026639249 0.932775795 162.235382080 0.025905559 0.998922288 0.038511775 -36.251678467 -0.932796419 0.038007960 -0.358394027 322.728149414\n-0.334146380 -0.029802511 0.942050099 163.186798096 0.026971875 0.998788297 0.041164428 -36.224342346 -0.942135394 0.039163791 -0.332937717 322.399078369\n-0.308969855 -0.033810291 0.950470686 164.160247803 0.026871977 0.998658597 0.044259723 -36.192272186 -0.950692177 0.039215948 -0.307646871 322.093292236\n-0.284413695 -0.036250081 0.958016157 165.150329590 0.027415164 0.998568714 0.045923494 -36.154037476 -0.958309650 0.039325438 -0.283012867 321.803955078\n-0.261389613 -0.038255129 0.964474976 166.159515381 0.027494900 0.998513758 0.047056846 -36.123992920 -0.964841664 0.038818315 -0.259949327 321.534271240\n-0.241048932 -0.038776062 0.969738007 167.174652100 0.027457150 0.998529077 0.046752363 -36.084659576 -0.970124483 0.037895851 -0.239629745 321.287536621\n-0.222793460 -0.039368331 0.974070489 168.206298828 0.027200390 0.998544216 0.046578854 -36.047576904 -0.974486172 0.036872558 -0.221398234 321.058013916\n-0.206414580 -0.039996527 0.977646887 169.247070312 0.026896544 0.998554707 0.046530668 -36.007232666 -0.978094935 0.035899926 -0.205040574 320.844024658\n-0.192432523 -0.041218996 0.980444193 170.305511475 0.027645729 0.998493135 0.047403846 -35.967319489 -0.980920792 0.036227133 -0.191002965 320.643554688\n-0.180178761 -0.042430725 0.982718468 171.370040894 0.027733438 0.998452842 0.048194937 -35.924743652 -0.983243048 0.035937853 -0.178723216 320.450256348\n-0.169688821 -0.043624479 0.984531701 172.459655762 0.027008567 0.998438656 0.048895750 -35.887554169 -0.985127509 0.034887847 -0.168245673 320.273773193\n-0.159259319 -0.045388028 0.986193001 173.539230347 0.027848534 0.998338521 0.050444242 -35.845573425 -0.986844063 0.035497736 -0.157730699 320.099456787\n-0.151823640 -0.046033602 0.987335026 174.645034790 0.028404111 0.998299122 0.050912529 -35.799751282 -0.987999380 0.035774104 -0.150257945 319.933593750\n-0.144554734 -0.046884902 0.988385499 175.758316040 0.029331056 0.998234868 0.051641881 -35.752998352 -0.989062071 0.036455460 -0.142924309 319.774597168\n-0.138462663 -0.047760490 0.989215493 176.871963501 0.030792139 0.998145998 0.052501708 -35.703773499 -0.989889026 0.037729576 -0.136735320 319.612854004\n-0.133812547 -0.049024928 0.989793301 177.994491577 0.031814732 0.998048306 0.053734913 -35.655620575 -0.990495861 0.038680412 -0.131991744 319.464355469\n-0.129297018 -0.050028827 0.990343213 179.123855591 0.031996015 0.997995913 0.054592751 -35.603698730 -0.991089702 0.038745709 -0.127437234 319.317626953\n-0.125537038 -0.051333621 0.990759969 180.265457153 0.033108197 0.997887373 0.055897973 -35.552505493 -0.991536379 0.039819539 -0.123572230 319.171142578\n-0.122886777 -0.054233260 0.990937769 181.426437378 0.032044698 0.997768223 0.058580969 -35.498695374 -0.991903245 0.038953129 -0.120874643 319.027465820\n-0.121833205 -0.058335893 0.990834892 182.583786011 0.030157760 0.997592866 0.062441979 -35.436450958 -0.992092431 0.037488859 -0.119780660 318.889648438\n-0.121419787 -0.063289002 0.990581751 183.754425049 0.028630046 0.997326672 0.067229249 -35.373191833 -0.992188513 0.036523338 -0.119283199 318.750244141\n-0.121085644 -0.067175664 0.990366459 184.937942505 0.027911507 0.997082591 0.071043774 -35.300888062 -0.992249608 0.036245003 -0.118857503 318.603881836\n-0.121376276 -0.071279243 0.990044057 186.117370605 0.028403381 0.996760488 0.075244963 -35.228660583 -0.992200196 0.037253540 -0.118958592 318.461273193\n-0.121793985 -0.072722338 0.989887774 187.306976318 0.026943840 0.996702552 0.076538108 -35.148010254 -0.992189646 0.035993256 -0.119433045 318.320129395\n-0.122418284 -0.070807278 0.989949644 188.499038696 0.026795644 0.996852398 0.074614592 -35.067573547 -0.992116928 0.035660520 -0.120135665 318.165740967\n-0.124295473 -0.069607817 0.989800751 189.690994263 0.026180374 0.996958971 0.073398858 -34.999839783 -0.991899848 0.035036493 -0.122095108 318.030395508\n-0.126318693 -0.071612991 0.989401579 190.886383057 0.026332879 0.996797264 0.075510263 -34.919212341 -0.991640329 0.035592131 -0.124028325 317.875000000\n-0.128903866 -0.076344840 0.988713980 192.097839355 0.027484052 0.996374011 0.080519564 -34.841468811 -0.991276205 0.037553146 -0.126338124 317.719146729\n-0.132134199 -0.082347319 0.987805307 193.296554565 0.028703069 0.995807469 0.086853892 -34.756111145 -0.990816116 0.039829422 -0.129216552 317.559326172\n-0.136158228 -0.087974459 0.986773252 194.489883423 0.030019233 0.995225608 0.092870176 -34.662254333 -0.990232170 0.042267218 -0.132867217 317.396575928\n-0.140726686 -0.093149535 0.985656738 195.670028687 0.032073148 0.994612634 0.098575138 -34.572891235 -0.989528894 0.045485262 -0.136981010 317.216918945\n-0.145611882 -0.095742270 0.984698355 196.858306885 0.033815004 0.994243264 0.101670705 -34.469844818 -0.988763869 0.048102025 -0.141536117 317.038665771\n-0.151055694 -0.096799381 0.983774424 198.054824829 0.034240503 0.994084418 0.103071377 -34.366699219 -0.987932086 0.049254451 -0.146847725 316.867370605\n-0.156526089 -0.097093500 0.982889891 199.245895386 0.037190478 0.993871152 0.104100890 -34.261672974 -0.986973464 0.052848645 -0.151955843 316.676177979\n-0.161944985 -0.098466188 0.981874883 200.439254761 0.037833311 0.993658066 0.105887868 -34.154514313 -0.986074269 0.054295577 -0.157192588 316.478515625\n-0.168465376 -0.101867214 0.980429888 201.647781372 0.036477596 0.993320048 0.109474391 -34.039306641 -0.985032558 0.054206353 -0.163624167 316.284759521\n-0.175501943 -0.106937215 0.978654087 202.847152710 0.035392873 0.992755055 0.114825040 -33.925064087 -0.983842790 0.054789383 -0.170445681 316.080627441\n-0.182441950 -0.110789813 0.976954758 204.048751831 0.034114588 0.992319643 0.118902996 -33.801429749 -0.982624590 0.055021305 -0.177261233 315.865051270\n-0.190317392 -0.111620285 0.975356579 205.240631104 0.033955351 0.992172420 0.120170280 -33.675903320 -0.981135309 0.055989057 -0.185037613 315.637756348\n-0.198667049 -0.114192396 0.973391891 206.448043823 0.033254530 0.991831660 0.123142816 -33.539745331 -0.979502857 0.056834079 -0.193246841 315.400268555\n-0.207758546 -0.116270319 0.971245408 207.665344238 0.031551071 0.991597414 0.125455782 -33.408802032 -0.977671206 0.056708336 -0.202344298 315.165954590\n-0.216840982 -0.118822441 0.968948662 208.855392456 0.031276513 0.991209507 0.128551677 -33.275192261 -0.975705981 0.058180578 -0.211218476 314.906524658\n-0.226405025 -0.118989594 0.966737986 210.052383423 0.031289473 0.991109490 0.129317164 -33.138633728 -0.973530591 0.059526764 -0.220669031 314.644836426\n-0.235324502 -0.119087301 0.964593470 211.261856079 0.031483158 0.991010189 0.130029365 -32.994167328 -0.971406817 0.060967542 -0.229459643 314.355255127\n-0.244407177 -0.115337901 0.962788939 212.436981201 0.028888406 0.991594017 0.126122057 -32.859390259 -0.969242394 0.058638550 -0.239020824 314.066070557\n-0.255131364 -0.108966485 0.960746825 213.614089966 0.031034281 0.992194712 0.120774575 -32.724845886 -0.966408312 0.060629450 -0.249758244 313.771820068\n-0.264787912 -0.105237551 0.958547115 214.768783569 0.031165861 0.992573917 0.117582537 -32.602375031 -0.963802993 0.061008371 -0.259541750 313.454376221\n-0.276684880 -0.104438350 0.955268741 215.912597656 0.033428483 0.992428958 0.118183300 -32.474636078 -0.960379243 0.064632699 -0.271098852 313.134582520\n-0.288053274 -0.106541976 0.951669216 217.039260864 0.031968623 0.992167771 0.120752238 -32.347114563 -0.957080722 0.065206625 -0.282391191 312.802612305\n-0.300148010 -0.106999323 0.947872519 218.174194336 0.030621370 0.992095947 0.121687815 -32.225482941 -0.953400970 0.065549508 -0.294499159 312.446990967\n-0.314885020 -0.104469500 0.943363011 219.283386230 0.030061020 0.992327631 0.119925991 -32.096305847 -0.948653758 0.066121340 -0.309328675 312.084320068\n-0.329698086 -0.104596213 0.938274443 220.370666504 0.027703365 0.992343903 0.120358348 -31.982526779 -0.943679929 0.065675274 -0.324276209 311.709838867\n-0.344784141 -0.103790484 0.932926357 221.456390381 0.026715769 0.992380679 0.120278351 -31.863338470 -0.938301861 0.066393904 -0.339384317 311.317565918\n-0.359159112 -0.102488019 0.927631915 222.531188965 0.026194591 0.992453396 0.119791701 -31.743379593 -0.932908714 0.067323223 -0.353764057 310.904541016\n-0.374275923 -0.101180635 0.921781182 223.585662842 0.024678817 0.992590666 0.118973635 -31.623750687 -0.926989198 0.067277394 -0.369005680 310.486022949\n-0.389681935 -0.101798773 0.915306032 224.633666992 0.021149417 0.992620766 0.119401731 -31.505451202 -0.920706689 0.065886877 -0.384653449 310.062377930\n-0.403937459 -0.102283835 0.909050584 225.678558350 0.017959826 0.992651165 0.119670816 -31.385667801 -0.914610505 0.064665891 -0.399132013 309.601257324\n-0.419272900 -0.102800846 0.902021229 226.701232910 0.015072016 0.992643237 0.120134473 -31.277790070 -0.907735169 0.063964397 -0.414638996 309.138580322\n-0.433922052 -0.101224087 0.895246029 227.713592529 0.013224024 0.992845774 0.118669182 -31.152395248 -0.900853455 0.063331917 -0.429479122 308.658081055\n-0.449085236 -0.099432014 0.887939095 228.710296631 0.012335389 0.993003845 0.117435999 -31.037776947 -0.893403828 0.063691847 -0.444716930 308.171691895\n-0.463452935 -0.097633712 0.880726635 229.691192627 0.012421739 0.993098080 0.116627283 -30.928117752 -0.886034667 0.064991392 -0.459041476 307.668609619\n-0.477210879 -0.094621636 0.873679936 230.649658203 0.014461992 0.993206143 0.115465872 -30.818126678 -0.878669858 0.067736723 -0.472600460 307.134399414\n-0.491547346 -0.091568716 0.866023362 231.595642090 0.016156849 0.993326426 0.114199556 -30.712551117 -0.870701015 0.070126690 -0.486787558 306.603546143\n-0.504871368 -0.087709479 0.858726978 232.535827637 0.018207334 0.993520856 0.112181827 -30.604063034 -0.863002598 0.072272509 -0.500003219 306.048217773\n-0.518014908 -0.084562004 0.851181388 233.451110840 0.020541102 0.993584573 0.111210257 -30.498680115 -0.855124831 0.075092778 -0.512954712 305.491333008\n-0.530597210 -0.083370708 0.843514085 234.350616455 0.020481119 0.993599474 0.111088030 -30.399677277 -0.847376645 0.076219104 -0.525493622 304.927490234\n-0.542987108 -0.080512717 0.835872650 235.241027832 0.019926906 0.993877411 0.108676642 -30.306392670 -0.839504778 0.075666353 -0.538058281 304.360046387\n-0.554854631 -0.077438720 0.828335464 236.113616943 0.018562786 0.994258285 0.105384521 -30.211631775 -0.831740201 0.073849298 -0.550231338 303.774658203\n-0.566675663 -0.074377127 0.820577204 236.964752197 0.016749809 0.994671643 0.101724163 -30.120235443 -0.823770821 0.071389109 -0.562410355 303.188995361\n-0.578114390 -0.069725260 0.812971294 237.797637939 0.017704546 0.995035827 0.097930133 -30.038978577 -0.815763712 0.071008101 -0.574010134 302.582275391\n-0.589897513 -0.064328820 0.804911733 238.614318848 0.019695293 0.995378792 0.093985148 -29.956874847 -0.807237983 0.071294568 -0.585904479 301.994171143\n-0.601645827 -0.065316632 0.796088099 239.416015625 0.018786859 0.995218217 0.095852889 -29.872642517 -0.798542142 0.072625481 -0.597541809 301.383972168\n-0.613450527 -0.067646854 0.786830664 240.199798584 0.017740453 0.994892776 0.099366046 -29.792829514 -0.789533913 0.074914880 -0.609117389 300.775146484\n-0.624444008 -0.069048740 0.778011441 240.956939697 0.015091003 0.994832277 0.100403920 -29.723316193 -0.780923665 0.074437603 -0.620175123 300.168792725\n-0.636107683 -0.063903548 0.768949628 241.685272217 0.013450330 0.995494783 0.093857273 -29.645565033 -0.771483183 0.070045948 -0.632382393 299.562591553\n-0.648214698 -0.062529936 0.758886099 242.395477295 0.009719489 0.995861888 0.090358093 -29.572341919 -0.761395812 0.065947413 -0.644924641 298.972381592\n-0.659290433 -0.064208068 0.749142110 243.083648682 0.005158145 0.995937407 0.089900084 -29.509803772 -0.751870990 0.063134424 -0.656280756 298.380554199\n-0.669853330 -0.066410832 0.739517391 243.744781494 0.004233718 0.995634139 0.093245752 -29.444282532 -0.742481291 0.065591894 -0.666647673 297.780822754\n-0.680449843 -0.065311991 0.729878604 244.378509521 0.004291818 0.995647967 0.093095109 -29.386161804 -0.732782364 0.066479042 -0.677208185 297.187072754\n-0.691385388 -0.064396366 0.719610810 244.998535156 0.003256796 0.995731950 0.092234887 -29.330177307 -0.722479045 0.066113465 -0.688224792 296.601745605\n-0.702180624 -0.063385449 0.709172070 245.589630127 0.001561397 0.995889962 0.090558164 -29.264011383 -0.711997390 0.064695470 -0.699195623 296.015258789\n-0.713409901 -0.063000418 0.697909355 246.156433105 0.000282702 0.995924413 0.090191282 -29.207603455 -0.700747073 0.064540647 -0.710484505 295.439025879\n-0.725023627 -0.061963540 0.685930908 246.688476562 0.001484562 0.995801687 0.091524869 -29.145801544 -0.688722372 0.067376003 -0.721887708 294.859558105\n-0.737702608 -0.059636392 0.672487080 247.215576172 0.005373960 0.995540679 0.094180018 -29.097139359 -0.675104797 0.073090732 -0.734092474 294.279785156\n-0.750431418 -0.056181882 0.658556521 247.694976807 0.010308491 0.995264709 0.096653305 -29.039749146 -0.660868227 0.079320379 -0.746298790 293.708160400\n-0.763262749 -0.052390635 0.643960714 248.138488770 0.014695635 0.995041251 0.098371647 -28.989549637 -0.645921171 0.084546812 -0.758708000 293.153594971\n-0.776232958 -0.046727825 0.628712535 248.571685791 0.017232243 0.995304227 0.095249645 -28.930606842 -0.630211055 0.084770016 -0.771782756 292.608886719\n-0.790016651 -0.039656479 0.611801445 248.980346680 0.020457568 0.995644987 0.090953678 -28.888532639 -0.612743914 0.084370896 -0.785764813 292.065490723\n-0.804495692 -0.030937014 0.593152106 249.342132568 0.024634246 0.996045411 0.085362285 -28.854913712 -0.593447268 0.083285451 -0.800552130 291.550292969\n-0.819569468 -0.022383364 0.572542608 249.684692383 0.028776968 0.996367693 0.080145620 -28.804571152 -0.572256863 0.082160942 -0.815948367 291.013763428\n-0.835593104 -0.018004665 0.549053669 250.007904053 0.030444581 0.996409059 0.079007380 -28.760850906 -0.548504531 0.082733728 -0.832044363 290.487487793\n-0.852151155 -0.013360295 0.523125112 250.303009033 0.033734497 0.996192098 0.080394365 -28.728187561 -0.522207201 0.086155511 -0.848455548 289.975250244\n-0.868400455 -0.006377179 0.495822698 250.590057373 0.038705941 0.995994627 0.080601171 -28.684852600 -0.494350761 0.089185372 -0.864675403 289.422454834\n-0.884670615 0.000767895 0.466216087 250.813446045 0.042423993 0.995982468 0.078861393 -28.647754669 -0.464282483 0.089545093 -0.881149054 288.899963379\n-0.902317286 0.006396719 0.431025147 251.052886963 0.043253258 0.996187270 0.075763173 -28.623523712 -0.428897142 0.087005652 -0.899153709 288.396514893\n-0.918989420 0.012560487 0.394082963 251.245025635 0.043946955 0.996527553 0.070720911 -28.586841583 -0.391826272 0.082310483 -0.916350245 287.880096436\n-0.935035586 0.019585505 0.354012847 251.416717529 0.045854755 0.996767521 0.065968312 -28.548913956 -0.351576477 0.077915885 -0.932911277 287.342193604\n-0.949788451 0.027209176 0.311707973 251.554962158 0.049447238 0.996745825 0.063661434 -28.522525787 -0.308961451 0.075877987 -0.948042989 286.809204102\n-0.962823987 0.032276776 0.268194854 251.672576904 0.050329473 0.996885777 0.060710195 -28.495880127 -0.265400082 0.071951330 -0.961449981 286.260681152\n-0.974553585 0.032127861 0.221840575 251.771820068 0.046016332 0.997271597 0.057722412 -28.476226807 -0.219380811 0.066461869 -0.973373055 285.745758057\n-0.984636664 0.031474750 0.171757489 251.849060059 0.041560512 0.997596443 0.055443827 -28.447006226 -0.169599593 0.061730336 -0.983578086 285.187438965\n-0.992434740 0.030942749 0.118811704 251.889709473 0.037413824 0.997913182 0.052626092 -28.410409927 -0.116935372 0.056673151 -0.991521358 284.630310059\n-0.997484684 0.032449499 0.063018151 251.898864746 0.035762921 0.997996986 0.052182820 -28.395069122 -0.061198618 0.054305274 -0.996647239 284.075500488\n-0.999538779 0.030039459 0.004437021 251.888137817 0.030237257 0.998047233 0.054657333 -28.377801895 -0.002786480 0.054766290 -0.998495340 283.521087646\n-0.998089194 0.028709622 -0.054716762 251.838973999 0.025574805 0.998037696 0.057155285 -28.337911606 0.056250297 0.055646699 -0.996864796 282.937042236\n-0.992929578 0.029240940 -0.115048259 251.754302979 0.022366881 0.997911930 0.060593236 -28.313613892 0.116579831 0.057591539 -0.991510272 282.365783691\n-0.983918667 0.029752022 -0.176122442 251.625869751 0.018567244 0.997724414 0.064816639 -28.281295776 0.177650094 0.060504183 -0.982232094 281.769989014\n-0.970676661 0.029213980 -0.238607541 251.460266113 0.013059604 0.997530818 0.069005340 -28.238294601 0.240034297 0.063865751 -0.968661427 281.159057617\n-0.953171730 0.029512813 -0.300986588 251.246002197 0.006817221 0.997070968 0.076177441 -28.199655533 0.302353203 0.070558287 -0.950581074 280.575408936\n-0.931671619 0.024266167 -0.362490624 250.993957520 -0.005678735 0.996672213 0.081315570 -28.153478622 0.363257557 0.077817880 -0.928433418 279.994354248\n-0.906108737 0.021550048 -0.422495693 250.720031738 -0.016029153 0.996235669 0.085191593 -28.110057831 0.422741145 0.083965093 -0.902352452 279.441864014\n-0.877364755 0.020618992 -0.479381025 250.386840820 -0.024441134 0.995858848 0.087565824 -28.058753967 0.479201347 0.088543773 -0.873227477 278.877441406\n-0.846288085 0.022210019 -0.532262623 250.006576538 -0.030590806 0.995455861 0.090176769 -28.013509750 0.531846821 0.092597850 -0.841763020 278.331542969\n-0.813582301 0.022025593 -0.581032336 249.586822510 -0.036010105 0.995455384 0.088158049 -27.956567764 0.580333471 0.092646874 -0.809091806 277.788146973\n-0.780983686 0.017292950 -0.624311924 249.132156372 -0.044554617 0.995527089 0.083310969 -27.899997711 0.622960150 0.092880495 -0.776719928 277.253295898\n-0.749765754 0.015154934 -0.661529720 248.643966675 -0.050343983 0.995533526 0.079865560 -27.848094940 0.659785390 0.093184501 -0.745653987 276.719696045\n-0.720662355 0.018251073 -0.693045974 248.116531372 -0.050380591 0.995631754 0.078607693 -27.794860840 0.691453278 0.091565669 -0.716594815 276.197692871\n-0.694025278 0.022303997 -0.719605267 247.550094604 -0.049744807 0.995645642 0.078836314 -27.738523483 0.718230247 0.090511002 -0.689893842 275.688507080\n-0.670073986 0.024912218 -0.741876483 246.958572388 -0.049629129 0.995696783 0.078261271 -27.683803558 0.740633667 0.089259505 -0.665954113 275.172332764\n-0.650689960 0.027575456 -0.758842647 246.345794678 -0.048755731 0.995761096 0.077991702 -27.634138107 0.757776618 0.087746345 -0.646587253 274.661315918\n-0.636537433 0.031882506 -0.770586729 245.700439453 -0.041500136 0.996281743 0.075501360 -27.575286865 0.770128608 0.080038883 -0.632847548 274.157348633\n-0.627730727 0.037496921 -0.777527153 245.034881592 -0.033131488 0.996647060 0.074812621 -27.519420624 0.777725399 0.072722793 -0.624383688 273.654785156\n-0.623254061 0.040513605 -0.780969441 244.360092163 -0.028312981 0.996833384 0.074306995 -27.457717896 0.781506836 0.068423703 -0.620133400 273.128265381\n-0.620888114 0.043471187 -0.782693148 243.646972656 -0.025208082 0.996837556 0.075361736 -27.397392273 0.783493996 0.066521384 -0.617828727 272.567687988\n-0.621325135 0.045216907 -0.782247126 242.933044434 -0.022505514 0.996891797 0.075499937 -27.336456299 0.783229589 0.064514875 -0.618376255 272.021484375\n-0.623056173 0.047631152 -0.780725539 242.218719482 -0.019541254 0.996884704 0.076413617 -27.272623062 0.781933010 0.062866330 -0.620184302 271.450683594\n-0.626400590 0.049775396 -0.777910411 241.492919922 -0.016910052 0.996856570 0.077401452 -27.207185745 0.779317856 0.061638825 -0.623589873 270.870513916\n-0.631048560 0.052684169 -0.773952186 240.755554199 -0.014619551 0.996706307 0.079767570 -27.139314651 0.775605500 0.061652049 -0.628199816 270.270935059\n-0.635656953 0.054419931 -0.770051122 240.015991211 -0.011708752 0.996717751 0.080103852 -27.067510605 0.771882892 0.059934907 -0.632933378 269.647338867\n-0.641527772 0.055120457 -0.765117049 239.273986816 -0.009939640 0.996734023 0.080140673 -26.991420746 0.767035544 0.059017446 -0.638884664 269.026702881\n-0.647257566 0.058038425 -0.760058761 238.480316162 -0.006464727 0.996643424 0.081609428 -26.917657852 0.762244046 0.057735890 -0.644709706 268.357238770\n-0.653272867 0.062287286 -0.754556358 237.698333740 -0.003114307 0.996380687 0.084945746 -26.842035294 0.757116437 0.057842650 -0.650714517 267.695281982\n-0.659045815 0.063584946 -0.749410272 236.923309326 -0.001959094 0.996271312 0.086253144 -26.767671585 0.752100408 0.058312930 -0.656463861 267.011718750\n-0.664905548 0.064600386 -0.744128525 236.144073486 0.001337444 0.996354222 0.085301928 -26.691949844 0.746926188 0.055722501 -0.662567854 266.320404053\n-0.671394706 0.065353282 -0.738212883 235.328338623 0.005319764 0.996503532 0.083381265 -26.602407455 0.741080940 0.052054614 -0.669394851 265.591247559\n-0.678280950 0.063793719 -0.732028544 234.538055420 0.003931486 0.996525049 0.083200850 -26.518388748 0.734792471 0.053555571 -0.676174760 264.859161377\n-0.684706450 0.062785089 -0.726109684 233.759475708 0.002501705 0.996479094 0.083804280 -26.448188782 0.728814781 0.055564810 -0.682452679 264.111663818\n-0.691097617 0.061583590 -0.720133126 232.961990356 0.002168121 0.996535540 0.083139986 -26.361133575 0.722758353 0.055896506 -0.688836932 263.343597412\n-0.698092222 0.059079967 -0.713566542 232.170867920 -0.000575619 0.996543348 0.083072267 -26.280500412 0.716007888 0.058402829 -0.695645094 262.577270508\n-0.704797626 0.056678373 -0.707141042 231.376556396 -0.003073157 0.996549964 0.082937896 -26.196517944 0.709402204 0.060627561 -0.702191830 261.792572021\n-0.710916281 0.058483418 -0.700841069 230.579208374 -0.000922509 0.996457934 0.084087685 -26.120195389 0.703276396 0.060425818 -0.708344102 260.988128662\n-0.716095567 0.061990350 -0.695244372 229.771469116 0.002613866 0.996279657 0.086139426 -26.030284882 0.697997630 0.059866767 -0.713593483 260.148101807\n-0.722234964 0.062929533 -0.688779175 228.992431641 0.003931801 0.996209741 0.086894803 -25.941558838 0.691636801 0.060050316 -0.719745040 259.337493896\n-0.728523850 0.061211202 -0.682280481 228.199844360 0.005796510 0.996514857 0.083213560 -25.861124039 0.684996247 0.056668200 -0.726339698 258.515167236\n-0.733157039 0.061699621 -0.677254736 227.443832397 0.009442935 0.996703446 0.080579832 -25.787919998 0.679993808 0.052682400 -0.731322765 257.678039551\n-0.738327861 0.061790034 -0.671605587 226.663284302 0.009552299 0.996652544 0.081194185 -25.706283569 0.674374402 0.053532548 -0.736446619 256.828521729\n-0.743168831 0.064017266 -0.666034698 225.891052246 0.009913781 0.996356785 0.084704943 -25.627666473 0.669030726 0.056347139 -0.741096020 255.964233398\n-0.747427464 0.064866446 -0.661169410 225.110183716 0.010216774 0.996226430 0.086188771 -25.543781281 0.664265156 0.057664819 -0.745269656 255.082031250\n-0.751672268 0.066167399 -0.656209528 224.331329346 0.012719258 0.996224105 0.085882403 -25.458574295 0.659414351 0.056208912 -0.749675632 254.209228516\n-0.755282283 0.064682439 -0.652200460 223.588027954 0.010210025 0.996158540 0.086970992 -25.371696472 0.655320525 0.059028644 -0.753041267 253.335632324\n-0.758652806 0.062636495 -0.648477077 222.826141357 0.007622236 0.996152818 0.087301292 -25.285531998 0.651450515 0.061288528 -0.756211519 252.425659180\n-0.762182713 0.059043366 -0.644663751 222.083786011 0.003676812 0.996210814 0.086893730 -25.199501038 0.647351444 0.063858591 -0.759511709 251.540802002\n-0.765802145 0.055995852 -0.640633702 221.326812744 0.000061514 0.996208131 0.087002009 -25.115137100 0.643076301 0.066586912 -0.762901783 250.636871338\n-0.769263268 0.053379126 -0.636698425 220.602233887 -0.003145211 0.996175647 0.087316819 -25.034294128 0.638924360 0.069172166 -0.766153455 249.759521484\n-0.772250772 0.052812047 -0.633119047 219.886947632 -0.004588430 0.996049345 0.088682890 -24.956760406 0.635301352 0.071390450 -0.768957496 248.873382568\n-0.775999665 0.053232271 -0.628482997 219.186721802 -0.005359600 0.995839655 0.090964839 -24.876583099 0.630710602 0.073957101 -0.772485971 248.009643555\n-0.779516220 0.057832401 -0.623706698 218.502746582 -0.001201034 0.995588839 0.093815774 -24.801366806 0.626381040 0.073880002 -0.776008248 247.155395508\n-0.783611655 0.060227454 -0.618324757 217.810150146 0.000452961 0.995344818 0.096376762 -24.718357086 0.621250868 0.075241864 -0.779991031 246.289154053\n-0.788327694 0.062492941 -0.612073779 217.143402100 0.003423449 0.995258331 0.097206943 -24.632219315 0.615246296 0.074535511 -0.784803629 245.451354980\n-0.793268085 0.063782319 -0.605522513 216.495056152 0.005077196 0.995156407 0.098172747 -24.549438477 0.608851314 0.074802957 -0.789749622 244.614868164\n-0.797417402 0.065368935 -0.599877000 215.863388062 0.006758905 0.995020270 0.099443294 -24.469676971 0.603390276 0.075243302 -0.793888211 243.769714355\n-0.802103758 0.064076029 -0.593737364 215.247680664 0.004693190 0.994872689 0.101026259 -24.383186340 0.597166479 0.078247003 -0.798291802 242.953308105\n-0.805809975 0.060789008 -0.589045942 214.664489746 0.001159142 0.994877160 0.101084724 -24.305072784 0.592173219 0.080772281 -0.801752329 242.133422852\n-0.809059024 0.057049688 -0.584952056 214.101440430 -0.002075901 0.994994104 0.099911824 -24.226600647 0.587723851 0.082048863 -0.804890513 241.330627441\n-0.811531305 0.053433124 -0.581860960 213.539047241 -0.004184814 0.995252907 0.097232141 -24.149984360 0.584294260 0.081341885 -0.807455301 240.547393799\n-0.812999487 0.049217578 -0.580180943 212.997009277 -0.008483663 0.995314062 0.096321963 -24.074028015 0.582203031 0.083231740 -0.808772326 239.778778076\n-0.813003778 0.045795046 -0.580455005 212.468276978 -0.013070250 0.995215654 0.096824236 -24.008178711 0.582112014 0.086305149 -0.808515549 239.006500244\n-0.812044501 0.044634376 -0.581886530 211.947875977 -0.015227527 0.995110989 0.097581901 -23.939846039 0.583397210 0.088101514 -0.807394743 238.276489258\n-0.809301853 0.041397821 -0.585932910 211.435302734 -0.018256627 0.995258689 0.095534265 -23.870716095 0.587109745 0.088013187 -0.804708838 237.559722900\n-0.804449439 0.037013579 -0.592867136 210.935119629 -0.023535276 0.995287180 0.094071805 -23.809526443 0.593554974 0.089629292 -0.799787164 236.875976562\n-0.797208190 0.035377804 -0.602667332 210.432571411 -0.027029701 0.995188713 0.094174489 -23.744470596 0.603099406 0.091366574 -0.792416334 236.221801758\n-0.787090540 0.035036433 -0.615842104 209.936645508 -0.030447653 0.994961798 0.095519572 -23.687492371 0.616086006 0.093933463 -0.782058239 235.581115723\n-0.775271416 0.034925610 -0.630661905 209.446823120 -0.033318166 0.994818687 0.096050315 -23.631898880 0.630748868 0.095477559 -0.770090818 234.984741211\n-0.760889292 0.036183033 -0.647872150 208.950149536 -0.033868752 0.994868517 0.095339388 -23.582859039 0.647997200 0.094485343 -0.755759239 234.416534424\n-0.743443251 0.035838243 -0.667838216 208.448715210 -0.036257766 0.994934976 0.093753710 -23.525772095 0.667815566 0.093914881 -0.738378286 233.877563477\n-0.722071290 0.034712933 -0.690947056 207.947647095 -0.038895659 0.995123625 0.090642400 -23.477079391 0.690724254 0.092325129 -0.717200041 233.358673096\n-0.698072672 0.029499240 -0.715419173 207.456390381 -0.044499535 0.995432258 0.084465727 -23.438142776 0.714643002 0.090799019 -0.693571329 232.887969971\n-0.670596123 0.026263027 -0.741357803 206.931732178 -0.047595493 0.995790780 0.078329019 -23.397140503 0.740294397 0.087812416 -0.666523457 232.438018799\n-0.639158726 0.022262612 -0.768752515 206.404296875 -0.052533381 0.995982409 0.072520539 -23.353044510 0.767278492 0.086737305 -0.635421276 232.017303467\n-0.603141189 0.023371220 -0.797292113 205.879089355 -0.056370568 0.995822370 0.071834393 -23.319747925 0.795640171 0.088270076 -0.599304080 231.636779785\n-0.562704682 0.019583914 -0.826426029 205.340179443 -0.067863226 0.995250583 0.069791913 -23.285161972 0.823867798 0.095356166 -0.558703184 231.270492554\n-0.518979073 0.020429643 -0.854542911 204.766174316 -0.075323172 0.994732380 0.069526255 -23.259597778 0.851461947 0.100449547 -0.514706373 230.933395386\n-0.472733855 0.020327466 -0.880970955 204.183731079 -0.082013160 0.994379759 0.066952959 -23.222976685 0.877380729 0.103902116 -0.468409896 230.614990234\n-0.425863266 0.024491865 -0.904455960 203.593414307 -0.086624004 0.993937969 0.067701891 -23.193874359 0.900631309 0.107179344 -0.421160102 230.352859497\n-0.376732230 0.026869563 -0.925932407 202.968902588 -0.092185557 0.993529558 0.066338517 -23.161624908 0.921723723 0.110349454 -0.371817708 230.110198975\n-0.324761987 0.029772639 -0.945327163 202.345397949 -0.098329425 0.993025243 0.065055400 -23.142072678 0.940670609 0.114080980 -0.319569349 229.902526855\n-0.271826863 0.030083183 -0.961875916 201.679656982 -0.104497984 0.992678463 0.060577750 -23.107961655 0.956655860 0.116980746 -0.266692996 229.728729248\n-0.216129661 0.032976795 -0.975807607 201.016265869 -0.106248617 0.992699862 0.057080459 -23.077169418 0.970566392 0.116014995 -0.211048245 229.592864990\n-0.159831524 0.037843034 -0.986418784 200.343978882 -0.109519415 0.992416143 0.055818763 -23.060577393 0.981050253 0.116953582 -0.154474854 229.495391846\n-0.104338646 0.041840572 -0.993661344 199.650314331 -0.106397584 0.992911160 0.052981183 -23.034004211 0.988834202 0.111251146 -0.099147320 229.454177856\n-0.047270417 0.045422278 -0.997848928 198.975097656 -0.106420755 0.993050873 0.050245270 -23.015951157 0.993197024 0.108566940 -0.042108059 229.438171387\n0.009641886 0.048684452 -0.998767734 198.292465210 -0.105955333 0.993240893 0.047392175 -23.000701904 0.994324207 0.105367810 0.014735043 229.470870972\n0.067216218 0.048885003 -0.996540248 197.614532471 -0.107298076 0.993360758 0.041491818 -22.989116669 0.991952300 0.104137912 0.072015226 229.532653809\n0.124008775 0.046502482 -0.991190970 196.937728882 -0.105573811 0.993849754 0.033418786 -22.984256744 0.986648977 0.100499578 0.128155529 229.645492554\n0.181209981 0.040134486 -0.982625246 196.274246216 -0.102821283 0.994464099 0.021656329 -22.971321106 0.978054643 0.097110428 0.184333503 229.790832520\n0.236856759 0.033463851 -0.970968127 195.601074219 -0.095265098 0.995390415 0.011066698 -22.968814850 0.966862679 0.089878149 0.238952935 229.982376099\n0.289068639 0.030051555 -0.956836641 194.931442261 -0.086946867 0.996200323 0.005020446 -22.974285126 0.953351796 0.081742689 0.290583134 230.214050293\n0.335382760 0.026128834 -0.941719592 194.285049438 -0.074989684 0.997183859 0.000961014 -22.978393555 0.939092696 0.070296943 0.336397648 230.487274170\n0.376634121 0.021669539 -0.926108599 193.624511719 -0.060561016 0.998163700 -0.001273712 -22.988059998 0.924380362 0.056565806 0.377254844 230.792022705\n0.412000477 0.016298104 -0.911037803 192.963226318 -0.045545138 0.998958588 -0.002726000 -23.005199432 0.910044611 0.042616457 0.412313700 231.126373291\n0.442166924 0.008288354 -0.896894515 192.319488525 -0.029643081 0.999546111 -0.005376999 -23.020380020 0.896442831 0.028964246 0.442211926 231.484558105\n0.465941966 -0.001057914 -0.884814680 191.663909912 -0.015236210 0.999841452 -0.009218808 -23.035625458 0.884684145 0.017776651 0.465851963 231.871627808\n0.484359860 -0.012487246 -0.874779761 191.015502930 -0.002185920 0.999877751 -0.015483316 -23.045215607 0.874866128 0.009411695 0.484273374 232.249862671\n0.496025443 -0.023527047 -0.867989242 190.359359741 0.010309081 0.999721944 -0.021206416 -23.060110092 0.868246853 0.001570754 0.496130049 232.656631470\n0.502676666 -0.032244973 -0.863872945 189.686676025 0.019545086 0.999472558 -0.025933336 -23.085605621 0.864253581 -0.003848388 0.503041744 233.072875977\n0.506208897 -0.038242090 -0.861562610 188.998779297 0.024646759 0.999249816 -0.029872460 -23.111532211 0.862058640 -0.006113021 0.506771684 233.486068726\n0.506386518 -0.042730369 -0.861247301 188.309112549 0.026507387 0.999070823 -0.033982903 -23.137865067 0.861899137 -0.005620928 0.507048666 233.899566650\n0.504890025 -0.046623740 -0.861923635 187.557205200 0.027640816 0.998901367 -0.037842039 -23.180385590 0.862740993 -0.004718202 0.505624056 234.334976196\n0.500210285 -0.050072458 -0.864455044 186.824890137 0.028608590 0.998737276 -0.041296445 -23.218563080 0.865431309 -0.004073931 0.501011133 234.762298584\n0.493330538 -0.053110879 -0.868219078 186.069442749 0.029779041 0.998580337 -0.044164628 -23.253784180 0.869332135 -0.004066966 0.494211733 235.183654785\n0.484507263 -0.053168982 -0.873170018 185.297882080 0.030150488 0.998573124 -0.044075023 -23.300848007 0.874267519 -0.004971825 0.485419035 235.608871460\n0.474501073 -0.052527465 -0.878686309 184.474792480 0.030116966 0.998602331 -0.043432470 -23.345096588 0.879739583 -0.005854606 0.475419879 236.064727783\n0.463857889 -0.052239072 -0.884368062 183.666564941 0.030210741 0.998612106 -0.043141626 -23.393169403 0.885394335 -0.006705833 0.464792311 236.488296509\n0.452519298 -0.052723989 -0.890194654 182.840988159 0.029156951 0.998591721 -0.044322506 -23.431907654 0.891277850 -0.005898570 0.453419268 236.893966675\n0.439389825 -0.053280078 -0.896714985 181.998229980 0.030417001 0.998549521 -0.044426464 -23.477138519 0.897781372 -0.007754848 0.440373123 237.308258057\n0.425525367 -0.052006770 -0.903450906 181.134887695 0.030205296 0.998607218 -0.043257710 -23.521389008 0.904442310 -0.008881747 0.426503599 237.722473145\n0.412136972 -0.048154987 -0.909848511 180.253112793 0.028022250 0.998799860 -0.040169537 -23.568475723 0.910690904 -0.008940646 0.412991762 238.112182617\n0.398590565 -0.046855353 -0.915931344 179.336166382 0.031334657 0.998806775 -0.037458863 -23.609994888 0.916593552 -0.013769642 0.399583161 238.511947632\n0.384096622 -0.048403852 -0.922023237 178.414810181 0.034893416 0.998672426 -0.037891831 -23.651517868 0.922633290 -0.017618412 0.385275662 238.905517578\n0.369775295 -0.050831664 -0.927729666 177.478454590 0.034428939 0.998566210 -0.040990185 -23.702802658 0.928483069 -0.016783591 0.370995224 239.269607544\n0.354663074 -0.054883495 -0.933381975 176.534179688 0.034096103 0.998370886 -0.045749173 -23.750444412 0.934372306 -0.015599142 0.355956614 239.631927490\n0.339996755 -0.056453545 -0.938730657 175.549545288 0.032940384 0.998298943 -0.048105270 -23.799634933 0.939849555 -0.014566510 0.341278017 239.981735229\n0.326397598 -0.047782939 -0.944024086 174.559463501 0.025763283 0.998800159 -0.041647807 -23.849519730 0.944881439 -0.010727409 0.327237010 240.312896729\n0.313374281 -0.035963647 -0.948948443 173.538940430 0.017680841 0.999330401 -0.032034241 -23.902126312 0.949465096 -0.006739499 0.313800335 240.640472412\n0.300725102 -0.031920616 -0.953176558 172.518005371 0.012498332 0.999485791 -0.029528255 -23.945074081 0.953629017 -0.003033227 0.300969422 240.957275391\n0.289007246 -0.037357152 -0.956597686 171.490310669 0.013000866 0.999299347 -0.035096917 -23.990966797 0.957238615 -0.002293337 0.289290428 241.256622314\n0.277371526 -0.041947909 -0.959846675 170.441925049 0.016886551 0.999104917 -0.038783818 -24.042596817 0.960614443 -0.005450965 0.277831614 241.548828125\n0.264389455 -0.041006159 -0.963543952 169.399948120 0.023686016 0.999070406 -0.036018811 -24.086034775 0.964125216 -0.013299515 0.265114963 241.853271484\n0.251947999 -0.039631002 -0.966928959 168.345397949 0.028120257 0.999038994 -0.033619922 -24.139595032 0.967332125 -0.018719818 0.252820313 242.138977051\n0.241421044 -0.042796038 -0.969476342 167.271026611 0.029074257 0.998897612 -0.036854662 -24.182184219 0.969984829 -0.019289313 0.242399156 242.393981934\n0.230981171 -0.044524789 -0.971938968 166.209381104 0.028797880 0.998827577 -0.038912751 -24.225212097 0.972531974 -0.019001666 0.231992543 242.651031494\n0.222745180 -0.039241645 -0.974086642 165.125274658 0.022716332 0.999127150 -0.035055853 -24.280843735 0.974612057 -0.014319150 0.223442197 242.888183594\n0.216022611 -0.032346681 -0.975852489 164.037200928 0.018145198 0.999411464 -0.029110827 -24.336297989 0.976219833 -0.011418435 0.216482401 243.117797852\n0.210354149 -0.030044492 -0.977163553 162.952514648 0.017381426 0.999484599 -0.026989087 -24.374610901 0.977470815 -0.011307222 0.210767984 243.344268799\n0.205800772 -0.030373124 -0.978122473 161.861495972 0.018927949 0.999454796 -0.027053034 -24.420888901 0.978410840 -0.012946318 0.206263483 243.576599121\n0.201454937 -0.031534586 -0.978990078 160.751541138 0.020952241 0.999391675 -0.027880233 -24.464405060 0.979273677 -0.014895424 0.201993108 243.817657471\n0.197122812 -0.033858612 -0.979793966 159.664276123 0.024426254 0.999262810 -0.029617125 -24.506767273 0.980074465 -0.018094482 0.197804570 244.040618896\n0.192407906 -0.038696606 -0.980551779 158.585418701 0.028002592 0.999031782 -0.033931118 -24.557485580 0.980915427 -0.020929378 0.193305194 244.255767822\n0.188002110 -0.042757943 -0.981237471 157.476531982 0.030851156 0.998816013 -0.037612952 -24.601367950 0.981683969 -0.023200996 0.189098656 244.476013184\n0.183907390 -0.041185793 -0.982080281 156.380340576 0.030688580 0.998875320 -0.036143292 -24.653100967 0.982464373 -0.023491636 0.184964478 244.686584473\n0.179868460 -0.036272962 -0.983021736 155.274978638 0.030378979 0.999048054 -0.031305730 -24.705171585 0.983221531 -0.024232276 0.180799186 244.887023926\n0.176228404 -0.031985294 -0.983829498 154.162200928 0.029671118 0.999190390 -0.027169855 -24.751272202 0.983902037 -0.024403220 0.177034795 245.084106445\n0.172942340 -0.029374691 -0.984493852 153.048767090 0.027842086 0.999301493 -0.024925597 -24.790149689 0.984538436 -0.023099668 0.173639417 245.275680542\n0.169678748 -0.027220707 -0.985123456 151.938568115 0.024952998 0.999416649 -0.023317723 -24.832607269 0.985183537 -0.020625262 0.170258999 245.459411621\n0.166289926 -0.024587212 -0.985770345 150.812408447 0.020919500 0.999552071 -0.021402040 -24.871561050 0.985854983 -0.017062878 0.166729748 245.646347046\n0.163096428 -0.020951729 -0.986387670 149.695449829 0.018052828 0.999670506 -0.018248884 -24.908174515 0.986444950 -0.014830759 0.163420916 245.829223633\n0.160250843 -0.017955951 -0.986913145 148.586624146 0.017027726 0.999736011 -0.015424361 -24.946458817 0.986929595 -0.014333115 0.160514295 246.006500244\n0.157774806 -0.018689936 -0.987298250 147.454711914 0.016743926 0.999727786 -0.016249476 -24.983373642 0.987333179 -0.013967490 0.158044815 246.175842285\n0.154584169 -0.022692466 -0.987719059 146.342666626 0.014834967 0.999676764 -0.020645428 -25.019165039 0.987868309 -0.011461322 0.154870868 246.349121094\n0.151662648 -0.027050860 -0.988062084 145.234985352 0.015990986 0.999561787 -0.024911158 -25.053609848 0.988302946 -0.012021995 0.152028739 246.521545410\n0.149836719 -0.026522743 -0.988354921 144.095016479 0.014727896 0.999589086 -0.024591433 -25.095420837 0.988601029 -0.010871691 0.150165737 246.685180664\n0.148878753 -0.023155980 -0.988584399 142.981018066 0.011663308 0.999697387 -0.021659816 -25.137908936 0.988786817 -0.008305475 0.149103761 246.846008301\n0.147509694 -0.022201372 -0.988811553 141.873947144 0.012006263 0.999714553 -0.020655096 -25.180423737 0.988987863 -0.008825099 0.147734106 247.011062622\n0.146902800 -0.023066290 -0.988882005 140.755447388 0.013041087 0.999686360 -0.021380996 -25.218250275 0.989064991 -0.009755167 0.147157550 247.166976929\n0.146309137 -0.024248637 -0.988941610 139.653137207 0.014909436 0.999640048 -0.022305181 -25.250576019 0.989126503 -0.011481112 0.146618009 247.330200195\n0.145882964 -0.024434211 -0.989000082 138.551803589 0.015583045 0.999627650 -0.022398191 -25.294498444 0.989179134 -0.012144117 0.146209419 247.491439819\n0.146141171 -0.024738310 -0.988954365 137.450775146 0.017336933 0.999597788 -0.022442611 -25.345294952 0.989111781 -0.013865643 0.146511316 247.651916504\n0.147441745 -0.024291508 -0.988772392 136.351943970 0.017281901 0.999608994 -0.021980725 -25.383251190 0.988919735 -0.013846989 0.147803903 247.817260742\n0.149471462 -0.023228770 -0.988493145 135.257247925 0.017919805 0.999623477 -0.020780643 -25.420988083 0.988603652 -0.014607491 0.149831414 247.981781006\n0.152157187 -0.022319570 -0.988104284 134.170471191 0.016186094 0.999667168 -0.020088276 -25.457851410 0.988223791 -0.012936971 0.152467847 248.147583008\n0.155567765 -0.020913064 -0.987603784 133.080337524 0.014658571 0.999714673 -0.018860495 -25.496175766 0.987716436 -0.011542778 0.155829966 248.310852051\n0.158932090 -0.018648660 -0.987113416 132.005126953 0.012177050 0.999782562 -0.016927417 -25.529020309 0.987214446 -0.009329818 0.159124613 248.482986450\n0.163557112 -0.016294552 -0.986399412 130.922164917 0.009769213 0.999841332 -0.014896747 -25.563415527 0.986485600 -0.007199874 0.163690329 248.644744873\n0.168239415 -0.014533455 -0.985639036 129.851028442 0.008118175 0.999877810 -0.013357713 -25.594501495 0.985712767 -0.005754295 0.168336809 248.822082520\n0.172699630 -0.012319593 -0.984897554 128.785980225 0.007209691 0.999910772 -0.011243183 -25.621377945 0.984948218 -0.005159112 0.172773063 249.006225586\n0.177336693 -0.008550530 -0.984113216 127.717620850 0.006353756 0.999951363 -0.007543198 -25.657548904 0.984129846 -0.004915128 0.177382350 249.188003540\n0.181518972 -0.009145295 -0.983344972 126.657958984 0.009576878 0.999925792 -0.007531672 -25.678409576 0.983340859 -0.008050232 0.181593060 249.393920898\n0.186657131 -0.011053349 -0.982362926 125.609725952 0.012119861 0.999886513 -0.008947647 -25.710819244 0.982350349 -0.010235961 0.186769903 249.589416504\n0.192659318 -0.015441082 -0.981144190 124.569076538 0.014101192 0.999816477 -0.012966008 -25.729692459 0.981164396 -0.011337281 0.192841709 249.797348022\n0.199751496 -0.015718795 -0.979720473 123.514831543 0.016598685 0.999782145 -0.012656425 -25.756805420 0.979705930 -0.013733934 0.199968874 249.999969482\n0.207029998 -0.016011367 -0.978203654 122.476425171 0.019713484 0.999731362 -0.012191513 -25.783214569 0.978136063 -0.016759789 0.207289994 250.224029541\n0.215997756 -0.014373978 -0.976288080 121.448883057 0.022665283 0.999696016 -0.009704060 -25.808866501 0.976130784 -0.020031789 0.216257870 250.460876465\n0.225874960 -0.014149154 -0.974053562 120.419326782 0.025519067 0.999637306 -0.008603124 -25.837831497 0.973821998 -0.022913707 0.226154089 250.696563721\n0.235445023 -0.015024610 -0.971771657 119.405883789 0.028837273 0.999548256 -0.008467243 -25.860300064 0.971459866 -0.026029669 0.235771954 250.947662354\n0.245151043 -0.016179742 -0.969350040 118.390945435 0.030016031 0.999508083 -0.009091989 -25.880146027 0.969020247 -0.026867125 0.245516121 251.218338013\n0.257052243 -0.016347142 -0.966259241 117.377227783 0.031269811 0.999474049 -0.008590416 -25.909370422 0.965891480 -0.028006556 0.257428229 251.477508545\n0.270022333 -0.014999508 -0.962737262 116.369659424 0.031167770 0.999490857 -0.006830394 -25.931652069 0.962349534 -0.028162014 0.270352364 251.760894775\n0.283349931 -0.014231025 -0.958911061 115.369659424 0.028643256 0.999569416 -0.006370592 -25.957859039 0.958588779 -0.025661226 0.283635557 252.061248779\n0.298528850 -0.014780765 -0.954286098 114.354736328 0.027451156 0.999599338 -0.006895083 -25.977340698 0.954005718 -0.024137877 0.298815012 252.361251831\n0.313914657 -0.015917892 -0.949317813 113.362823486 0.026531722 0.999616027 -0.007987929 -25.996080399 0.949080527 -0.022679506 0.314216435 252.688491821\n0.329843760 -0.018238952 -0.943859279 112.379150391 0.021348156 0.999701798 -0.011857654 -26.027709961 0.943794072 -0.016238483 0.330134749 253.022140503\n0.346288860 -0.023944607 -0.937822342 111.390960693 0.019935824 0.999636292 -0.018161589 -26.046463013 0.937916100 -0.012407102 0.346640289 253.382186890\n0.364005148 -0.024224618 -0.931081891 110.413513184 0.017902991 0.999659002 -0.019009689 -26.069801331 0.931224883 -0.009749525 0.364314675 253.764022827\n0.382957280 -0.017102510 -0.923607767 109.429443359 0.015821517 0.999803364 -0.011953322 -26.098388672 0.923630595 -0.010035262 0.383152604 254.164031982\n0.401308596 -0.010591149 -0.915881753 108.450607300 0.016923223 0.999848187 -0.004146940 -26.121459961 0.915786624 -0.013835467 0.401426911 254.597122192\n0.419503391 -0.009430235 -0.907704830 107.501281738 0.020839676 0.999782562 -0.000755608 -26.141912460 0.907514572 -0.018599294 0.419608653 255.034805298\n0.437169671 -0.012125710 -0.899297357 106.550689697 0.025378222 0.999677241 -0.001142234 -26.154516220 0.899020970 -0.022323215 0.437336326 255.513168335\n0.455056548 -0.015918907 -0.890320361 105.609863281 0.029587941 0.999558389 -0.002749222 -26.172569275 0.889970958 -0.025091691 0.455326617 255.991790771\n0.472771347 -0.017069964 -0.881019771 104.677825928 0.031974051 0.999486268 -0.002207417 -26.183500290 0.880604863 -0.027126165 0.473074257 256.505462646\n0.490931511 -0.014945782 -0.871069968 103.734298706 0.033405170 0.999440491 0.001678663 -26.202539444 0.870557487 -0.029922348 0.491156101 257.028442383\n0.508551180 -0.012895099 -0.860935211 102.820983887 0.035054240 0.999368966 0.005737848 -26.216201782 0.860317886 -0.033097420 0.508682251 257.573089600\n0.525450468 -0.008786094 -0.850778878 101.900787354 0.034306396 0.999352276 0.010867583 -26.217567444 0.850132287 -0.034897532 0.525411487 258.140502930\n0.542592883 -0.007909353 -0.839958668 101.003028870 0.034809384 0.999308407 0.013076175 -26.218814850 0.839274347 -0.036333483 0.542492986 258.714599609\n0.558937550 -0.011347421 -0.829132140 100.118003845 0.036284924 0.999283314 0.010784434 -26.222167969 0.828415513 -0.036112823 0.558948755 259.310668945\n0.575893998 -0.020706596 -0.817262173 99.251541138 0.034533881 0.999403059 -0.000986684 -26.226819992 0.816794693 -0.027655005 0.576265335 259.913635254\n0.592257559 -0.023580536 -0.805403590 98.383010864 0.035340618 0.999369979 -0.003271566 -26.236190796 0.804973304 -0.026525849 0.592717767 260.539581299\n0.608364701 -0.018816158 -0.793434501 97.527458191 0.037479129 0.999284685 0.005039204 -26.246122360 0.792772174 -0.032802910 0.608634710 261.198669434\n0.623437762 -0.012543188 -0.781772375 96.685119629 0.035556585 0.999291718 0.012322015 -26.250770569 0.781064093 -0.035479166 0.623442173 261.868530273\n0.638341188 -0.013064009 -0.769642711 95.856796265 0.035333958 0.999299347 0.012343735 -26.251426697 0.768942177 -0.035074037 0.638355494 262.547363281\n0.652277350 -0.019305462 -0.757734537 95.036598206 0.034176383 0.999408007 0.003957122 -26.249231339 0.757209599 -0.028477766 0.652550936 263.247222900\n0.665516198 -0.019934181 -0.746117234 94.225914001 0.030552728 0.999532998 0.000547454 -26.255010605 0.745757878 -0.023160253 0.665814459 263.975524902\n0.678971112 -0.015159168 -0.734008491 93.417648315 0.027240539 0.999618530 0.004553291 -26.265014648 0.733659446 -0.023086339 0.679125071 264.699127197\n0.691840649 -0.009857482 -0.721982956 92.621215820 0.024844345 0.999639690 0.010158683 -26.266712189 0.721622705 -0.024965383 0.691836238 265.465393066\n0.704650760 -0.006604870 -0.709523618 91.835479736 0.022919528 0.999646723 0.013456534 -26.267164230 0.709184110 -0.025744103 0.704553246 266.232299805\n0.717596769 -0.005171915 -0.696439624 91.044494629 0.020709904 0.999688685 0.013915142 -26.269239426 0.696150899 -0.024408657 0.717480481 267.007141113\n0.729666471 -0.006576021 -0.683771610 90.293144226 0.021816961 0.999668539 0.013667233 -26.269069672 0.683455050 -0.024890339 0.729568124 267.809936523\n0.741767406 -0.007381262 -0.670616567 89.539916992 0.021774633 0.999677300 0.013081743 -26.267856598 0.670303583 -0.024306040 0.741688848 268.627716064\n0.753477335 -0.009642408 -0.657403231 88.806854248 0.024367521 0.999615014 0.013266865 -26.262081146 0.657022238 -0.026015569 0.753422201 269.467590332\n0.765033126 -0.011747117 -0.643883765 88.078720093 0.026404565 0.999565005 0.013136472 -26.261014938 0.643449366 -0.027051307 0.765010536 270.318542480\n0.776388407 -0.014338640 -0.630091548 87.376007080 0.028888498 0.999500036 0.012850868 -26.256027222 0.629592299 -0.028179664 0.776414514 271.190216064\n0.787509918 -0.015283750 -0.616112411 86.669380188 0.030559083 0.999431133 0.014267730 -26.257608414 0.615543842 -0.030063810 0.787528992 272.078216553\n0.797983289 -0.018457307 -0.602396965 85.995880127 0.033146728 0.999362171 0.013288581 -26.253318787 0.601767421 -0.030571552 0.798086047 272.979339600\n0.808885694 -0.023672933 -0.587489188 85.321762085 0.035721593 0.999321997 0.008915576 -26.253898621 0.586879849 -0.028197730 0.809182882 273.894348145\n0.819165170 -0.027939901 -0.572876871 84.669265747 0.037912492 0.999266028 0.005476218 -26.250019073 0.572303355 -0.026205111 0.819623232 274.834716797\n0.829648197 -0.029283958 -0.557518005 84.019248962 0.039422791 0.999203503 0.006181712 -26.254941940 0.556892872 -0.027107565 0.830141842 275.789703369\n0.839664936 -0.029262815 -0.542315900 83.392234802 0.041754838 0.999070168 0.010739992 -26.259696960 0.541497350 -0.031662308 0.840106010 276.762115479\n0.849071860 -0.029206935 -0.527469397 82.777359009 0.042876430 0.998986423 0.013702862 -26.261455536 0.526534498 -0.034250718 0.849463582 277.750610352\n0.857866704 -0.030745858 -0.512951732 82.181434631 0.043581732 0.998965144 0.013009558 -26.262786865 0.512020886 -0.033515789 0.858318925 278.745208740\n0.866479814 -0.035178386 -0.497971117 81.603851318 0.043935336 0.999017119 0.005874386 -26.259553909 0.497274995 -0.026968565 0.867173731 279.745117188\n0.874784708 -0.033834960 -0.483328998 81.025833130 0.040087186 0.999192774 0.002606936 -26.268774033 0.482850641 -0.021655807 0.875434875 280.770477295\n0.882577479 -0.025682749 -0.469465047 80.466827393 0.033276111 0.999415100 0.007883477 -26.277976990 0.468988001 -0.022579748 0.882915854 281.801849365\n0.890330195 -0.015549952 -0.455049872 79.916122437 0.025290342 0.999562681 0.015324919 -26.269533157 0.454612583 -0.025152605 0.890334070 282.850036621\n0.898002148 0.000603933 -0.439990580 79.346107483 0.010908598 0.999661088 0.023636127 -26.264001846 0.439855754 -0.026024973 0.897691250 283.915222168\n0.905088186 0.000821297 -0.425223112 78.824722290 0.009317854 0.999719739 0.021763979 -26.252191544 0.425121814 -0.023660487 0.904826880 284.986206055\n0.911213696 -0.013613857 -0.411708891 78.339202881 0.016282354 0.999863029 0.002974701 -26.253871918 0.411612004 -0.009414177 0.911310554 286.059478760\n0.916085005 -0.032078110 -0.399698913 77.869865417 0.027099723 0.999468803 -0.018102171 -26.267791748 0.400067300 0.005751399 0.916467726 287.153747559\n0.920462132 -0.046283420 -0.388081700 77.429107666 0.042454980 0.998928249 -0.018438421 -26.290874481 0.388519138 0.000495870 0.921440542 288.263122559\n0.925287664 -0.048714001 -0.376124561 76.973434448 0.050787896 0.998699725 -0.004406112 -26.318914413 0.375850141 -0.015025655 0.926558614 289.390533447\n0.929990530 -0.044609062 -0.364866674 76.532661438 0.051635791 0.998620629 0.009519272 -26.326633453 0.363938719 -0.027693009 0.931011140 290.530090332\n0.934873164 -0.039723892 -0.352752268 76.097343445 0.048532642 0.998690903 0.016158579 -26.328613281 0.351648599 -0.032226220 0.935577214 291.660583496\n0.939462423 -0.034606904 -0.340899915 75.668411255 0.042797957 0.998946905 0.016534494 -26.330102921 0.339968711 -0.030123355 0.939954162 292.798553467\n0.943683922 -0.034853224 -0.329007447 75.271049500 0.042110719 0.999000967 0.014956511 -26.329391479 0.328157485 -0.027968960 0.944208860 293.930908203\n0.947734237 -0.035372999 -0.317093909 74.881484985 0.042552732 0.998970151 0.015743325 -26.323902130 0.316210449 -0.028413700 0.948263466 295.082183838\n0.951850712 -0.034641776 -0.304598361 74.498107910 0.042697858 0.998891294 0.019824848 -26.321617126 0.303573906 -0.031875994 0.952274561 296.235351562\n0.955725431 -0.035200514 -0.292147011 74.147377014 0.044184558 0.998730004 0.024208691 -26.312675476 0.290923834 -0.036045246 0.956066966 297.401641846\n0.959650755 -0.036184363 -0.278856784 73.800895691 0.045404214 0.998612523 0.026673302 -26.292217255 0.277504742 -0.038258329 0.959962189 298.571960449\n0.963326097 -0.037873119 -0.265647173 73.474479675 0.046373129 0.998591065 0.025796190 -26.278137207 0.264295906 -0.037169036 0.963725150 299.750549316\n0.967055798 -0.038960233 -0.251565516 73.150512695 0.046388369 0.998643160 0.023662899 -26.266006470 0.250302285 -0.034553058 0.967550933 300.913635254\n0.970236003 -0.039795276 -0.238868982 72.870712280 0.047076903 0.998582006 0.024854060 -26.247842789 0.237541199 -0.035359517 0.970733702 302.092590332\n0.973542571 -0.038950954 -0.225161538 72.589736938 0.046356779 0.998540938 0.027696464 -26.237670898 0.223754197 -0.037401449 0.973927736 303.282043457\n0.976734698 -0.038731657 -0.210924670 72.312995911 0.045813218 0.998535097 0.028789612 -26.230401993 0.209500611 -0.037782952 0.977078259 304.472747803\n0.979554713 -0.037352204 -0.197680116 72.070297241 0.043725025 0.998651981 0.027970437 -26.210611343 0.196368888 -0.036042139 0.979867458 305.670257568\n0.982178330 -0.038708031 -0.183922157 71.842514038 0.044399519 0.998650908 0.026926801 -26.189981461 0.182631746 -0.034612976 0.982571900 306.877105713\n0.984560192 -0.038636252 -0.170729369 71.620300293 0.043827750 0.998681128 0.026742697 -26.174289703 0.169470966 -0.033812478 0.984954953 308.085845947\n0.986759186 -0.037716735 -0.157745898 71.422920227 0.042470705 0.998736203 0.026874153 -26.159055710 0.156532928 -0.033217896 0.987114012 309.295013428\n0.988851249 -0.037149150 -0.144198164 71.235008240 0.041391484 0.998790681 0.026531504 -26.137876511 0.143038169 -0.032204289 0.989193082 310.521453857\n0.990656972 -0.036739632 -0.131335273 71.059661865 0.040542807 0.998828948 0.026401181 -26.117479324 0.130211502 -0.031479213 0.990986407 311.733612061\n0.992128193 -0.038161583 -0.119269967 70.907798767 0.041589465 0.998786390 0.026383955 -26.101144791 0.118118368 -0.031136641 0.992511213 312.959808350\n0.993250489 -0.040689968 -0.108617716 70.775810242 0.043778393 0.998697639 0.026201390 -26.087574005 0.107410118 -0.030779652 0.993738234 314.190856934\n0.994079351 -0.044054162 -0.099324927 70.656654358 0.046813678 0.998574913 0.025624290 -26.072387695 0.098054528 -0.030122343 0.994725049 315.417144775\n0.994745374 -0.047292657 -0.090802178 70.543922424 0.049793933 0.998434424 0.025480311 -26.060270309 0.089454994 -0.029867819 0.995542943 316.650329590\n0.995330751 -0.049453240 -0.082892023 70.435897827 0.051726129 0.998335719 0.025499079 -26.041774750 0.081493050 -0.029667700 0.996232271 317.889526367\n0.995802522 -0.051953182 -0.075353898 70.341987610 0.054029927 0.998206317 0.025786899 -26.026493073 0.073879026 -0.029750025 0.996823370 319.120941162\n0.996262133 -0.052902412 -0.068287097 70.257087708 0.054747403 0.998176217 0.025434293 -26.016214371 0.066817023 -0.029077765 0.997341454 320.352722168\n0.996670127 -0.053764254 -0.061303087 70.182456970 0.055383187 0.998151600 0.025021428 -26.001707077 0.059844516 -0.028333271 0.997805536 321.591491699\n0.997009575 -0.055100262 -0.054184005 70.107513428 0.056531806 0.998081446 0.025251014 -25.987602234 0.052688714 -0.028238621 0.998211622 322.839080811\n0.997386694 -0.054381710 -0.047564991 70.045089722 0.055608381 0.998143196 0.024857072 -25.973449707 0.046124902 -0.027437124 0.998558819 324.073120117\n0.997637510 -0.054644294 -0.041634191 69.990081787 0.055702925 0.998141706 0.024705140 -25.959821701 0.040206827 -0.026965922 0.998827457 325.299255371\n0.997915089 -0.053289808 -0.036410004 69.938438416 0.054264437 0.998179495 0.026325257 -25.950717926 0.034940854 -0.028246138 0.998990119 326.522674561\n0.998038411 -0.053912058 -0.031825352 69.891159058 0.054772571 0.998138726 0.026815550 -25.934850693 0.030320436 -0.028506106 0.999133646 327.771606445\n0.998187661 -0.053588271 -0.027380003 69.856124878 0.054312389 0.998174250 0.026425194 -25.914573669 0.025913935 -0.027864376 0.999275744 329.003448486\n0.998339653 -0.052995294 -0.022571824 69.813026428 0.053570781 0.998233199 0.025703300 -25.903444290 0.021169789 -0.026869813 0.999414742 330.229522705\n0.998485863 -0.051747385 -0.018660717 69.789558411 0.052213043 0.998313010 0.025395475 -25.886875153 0.017315088 -0.026331354 0.999503314 331.452026367\n0.998603940 -0.050813235 -0.014430140 69.754699707 0.051162124 0.998378992 0.024935991 -25.878242493 0.013139671 -0.025639454 0.999584913 332.681335449\n0.998719215 -0.049309857 -0.011335000 69.740325928 0.049573652 0.998474658 0.024306608 -25.867391586 0.010119156 -0.024837395 0.999640286 333.893646240\n0.998820484 -0.047792681 -0.008571150 69.724021912 0.047979586 0.998580754 0.023117384 -25.855350494 0.007454144 -0.023501357 0.999696016 335.116821289\n0.998853564 -0.047475331 -0.006137863 69.704689026 0.047594264 0.998646975 0.020952467 -25.846963882 0.005134834 -0.021220572 0.999761641 336.330047607\n0.998799503 -0.048720084 -0.005094106 69.707000732 0.048812203 0.998610258 0.019871419 -25.836959839 0.004118890 -0.020096218 0.999789596 337.569213867\n0.998729467 -0.050257437 -0.003686147 69.693382263 0.050320320 0.998540521 0.019614328 -25.825258255 0.002695001 -0.019774897 0.999800801 338.760070801\n0.998402953 -0.056400605 -0.003235840 69.695121765 0.056457851 0.998167753 0.021762365 -25.811214447 0.002002501 -0.021910300 0.999757946 339.983795166\n0.997695804 -0.067726806 -0.004015582 69.706634521 0.067799091 0.997456431 0.021998748 -25.809898376 0.002515463 -0.022220312 0.999749959 341.213165283\n0.996825695 -0.079346269 -0.006532982 69.718833923 0.079461195 0.996641934 0.019768925 -25.798963547 0.004942453 -0.020225292 0.999783218 342.441741943\n0.995739937 -0.091730095 -0.009357498 69.737747192 0.091893211 0.995591044 0.018816425 -25.789022446 0.007590209 -0.019596156 0.999779165 343.664123535\n0.995054245 -0.098616339 -0.011910439 69.731964111 0.098841146 0.994901240 0.020047847 -25.781000137 0.009872665 -0.021125937 0.999728084 344.889312744\n0.994689345 -0.102015853 -0.013632222 69.719879150 0.102284752 0.994538784 0.020747360 -25.771806717 0.011441214 -0.022031546 0.999691784 346.107696533\n0.994979501 -0.098874308 -0.015479258 69.708633423 0.099208660 0.994810641 0.022570442 -25.763942719 0.013167294 -0.023992805 0.999625385 347.335632324\n0.995427728 -0.094176508 -0.015952356 69.680885315 0.094523519 0.995265841 0.022608986 -25.752258301 0.013747600 -0.024013484 0.999617100 348.553894043\n0.995849669 -0.089622177 -0.015853500 69.646003723 0.089945532 0.995724916 0.021017235 -25.750480652 0.013902115 -0.022355957 0.999653399 349.770996094\n0.996270955 -0.084797308 -0.015925180 69.627540588 0.085070714 0.996223748 0.017355127 -25.739591599 0.014393375 -0.018645175 0.999722540 350.981750488\n0.996525109 -0.081804939 -0.015673477 69.596405029 0.082069173 0.996481121 0.017030068 -25.737993240 0.014225181 -0.018257199 0.999732137 352.189422607\n0.996673763 -0.079943016 -0.015828485 69.578384399 0.080225967 0.996611834 0.018129634 -25.730579376 0.014325517 -0.019339185 0.999710321 353.394287109\n0.996887147 -0.077134363 -0.016317816 69.548568726 0.077441648 0.996813536 0.019120749 -25.730443954 0.014790953 -0.020324908 0.999684036 354.599609375\n0.996953547 -0.076114200 -0.017036516 69.527130127 0.076426774 0.996903241 0.018516131 -25.721216202 0.015574418 -0.019761769 0.999683380 355.822448730\n0.997199953 -0.072582096 -0.018003300 69.495468140 0.072913930 0.997166336 0.018515766 -25.721561432 0.016608370 -0.019776613 0.999666452 357.006713867\n0.997458994 -0.068525434 -0.019489190 69.464927673 0.068900846 0.997437000 0.019291086 -25.719310760 0.018117309 -0.020584889 0.999623954 358.220214844\n0.997844696 -0.062268078 -0.020703057 69.426261902 0.062661521 0.997855246 0.018931178 -25.708457947 0.019479847 -0.020187661 0.999606431 359.429016113\n0.998017430 -0.058762047 -0.022544151 69.388298035 0.059167575 0.998090029 0.017763363 -25.707977295 0.021457279 -0.019062029 0.999588013 360.633056641\n0.998058021 -0.057334490 -0.024350150 69.351837158 0.057718601 0.998214483 0.015375436 -25.704404831 0.023425128 -0.016751034 0.999585271 361.831176758\n0.998085737 -0.055445790 -0.027397459 69.315078735 0.055855326 0.998334825 0.014415333 -25.705144882 0.026552567 -0.015918031 0.999520659 363.043457031\n0.997788429 -0.057920877 -0.032610681 69.281982422 0.058449380 0.998170137 0.015492524 -25.700729370 0.031653669 -0.017364334 0.999348044 364.254302979\n0.997587383 -0.058136936 -0.037941143 69.236503601 0.058805797 0.998128772 0.016756788 -25.701347351 0.036895957 -0.018947519 0.999139488 365.453033447\n0.997312188 -0.058508378 -0.044104315 69.183235168 0.059223846 0.998130620 0.015092852 -25.700630188 0.043138813 -0.017664311 0.998912930 366.649200439\n0.997041881 -0.058320861 -0.050061937 69.118583679 0.059114113 0.998145759 0.014512550 -25.696464539 0.049122725 -0.017428987 0.998640656 367.837097168\n0.996655226 -0.059367895 -0.056158509 69.048004150 0.060364153 0.998044789 0.016211826 -25.695827484 0.055086244 -0.019547563 0.998290241 369.050140381\n0.996186256 -0.060855199 -0.062526897 68.976013184 0.062121905 0.997896791 0.018516559 -25.693647385 0.061268561 -0.022330232 0.997871518 370.256805420\n0.995646358 -0.063108101 -0.068598486 68.895133972 0.064683601 0.997685015 0.020991450 -25.692716599 0.067114957 -0.025337256 0.997423470 371.458618164\n0.995218217 -0.062512353 -0.075052917 68.797859192 0.064435616 0.997645557 0.023481069 -25.690404892 0.073408358 -0.028204868 0.996903062 372.658905029\n0.994775951 -0.061914451 -0.081162959 68.706039429 0.063871711 0.997721255 0.021742379 -25.684286118 0.079631843 -0.026812812 0.996463656 373.859558105\n0.994269252 -0.062896878 -0.086444385 68.603500366 0.064638339 0.997755408 0.017493427 -25.674074173 0.085150070 -0.022980796 0.996103108 375.063537598\n0.993856370 -0.062364221 -0.091434382 68.483253479 0.064105496 0.997811139 0.016229603 -25.661329269 0.090222098 -0.021991340 0.995678842 376.272369385\n0.993288517 -0.063984022 -0.096353188 68.361854553 0.065823086 0.997702599 0.016027469 -25.651111603 0.095106326 -0.022262167 0.995218158 377.474548340\n0.992496014 -0.068809062 -0.101079300 68.246170044 0.071151122 0.997270048 0.019746730 -25.643121719 0.099444605 -0.026790455 0.994682372 378.678710938\n0.992256641 -0.065764703 -0.105365045 68.115249634 0.068053424 0.997514367 0.018272024 -25.645729065 0.103901491 -0.025300989 0.994265735 379.885711670\n0.991948545 -0.063199207 -0.109744765 67.981361389 0.065149717 0.997773409 0.014275664 -25.636394501 0.108598195 -0.021310566 0.993857265 381.083679199\n0.991661489 -0.060159996 -0.113965973 67.835426331 0.062081609 0.997981310 0.013384609 -25.637960434 0.112930693 -0.020348193 0.993394494 382.286834717\n0.991759360 -0.048148714 -0.118722707 67.677299500 0.050287440 0.998620868 0.015083285 -25.636104584 0.117832735 -0.020929249 0.992812872 383.470855713\n0.991092563 -0.050419889 -0.123261221 67.527366638 0.053022824 0.998432398 0.017926797 -25.635004044 0.122164130 -0.024302773 0.992212355 384.658447266\n0.989973724 -0.054820824 -0.130179644 67.381950378 0.058420669 0.998003662 0.023994101 -25.622797012 0.128604382 -0.031358711 0.991200030 385.861328125\n0.988752604 -0.059138685 -0.137371257 67.218864441 0.063642986 0.997562051 0.028627964 -25.609914780 0.135343328 -0.037048690 0.990105867 387.059967041\n0.987214088 -0.066094145 -0.145051464 67.055450439 0.070147701 0.997271299 0.023005642 -25.597837448 0.143135130 -0.032886520 0.989156604 388.247314453\n0.986206293 -0.067318529 -0.151212946 66.882118225 0.070471488 0.997392058 0.015583728 -25.588787079 0.149769515 -0.026024973 0.988378346 389.422912598\n0.985761344 -0.062762335 -0.155998439 66.685256958 0.064915270 0.997852504 0.008739877 -25.589696884 0.155114904 -0.018742112 0.987718642 390.602722168\n0.985328197 -0.056728031 -0.160966709 66.483039856 0.058912534 0.998224139 0.008827257 -25.591911316 0.160180107 -0.018180702 0.986920357 391.782012939\n0.984535813 -0.055198822 -0.166259885 66.282661438 0.057871297 0.998260438 0.011268874 -25.597494125 0.165348649 -0.020716285 0.986017585 392.982116699\n0.983578205 -0.056193545 -0.171511710 66.074424744 0.059744556 0.998091638 0.015609036 -25.593128204 0.170307279 -0.025599597 0.985058427 394.180389404\n0.982443988 -0.057640117 -0.177430227 65.872024536 0.061890472 0.997911274 0.018509803 -25.588146210 0.175992712 -0.029166084 0.983959317 395.367736816\n0.981634498 -0.055049427 -0.182656035 65.642227173 0.059754904 0.998005509 0.020354345 -25.594110489 0.181171238 -0.030895121 0.982966185 396.558624268\n0.980688334 -0.054108053 -0.187943280 65.412773132 0.058736872 0.998089910 0.019143336 -25.587816238 0.186548486 -0.029812846 0.981993318 397.749786377\n0.980017424 -0.052055229 -0.191979438 65.162734985 0.056192648 0.998289049 0.016166361 -25.583765030 0.190809429 -0.026631149 0.981265783 398.930908203\n0.978948116 -0.050770346 -0.197694197 64.922454834 0.054850262 0.998378694 0.015213025 -25.572818756 0.196601301 -0.025736341 0.980145693 400.128936768\n0.977781355 -0.050144076 -0.203541741 64.674911499 0.054951049 0.998326242 0.018030519 -25.565229416 0.202296928 -0.028814737 0.978900254 401.310211182\n0.976549983 -0.049274631 -0.209576145 64.426078796 0.054960422 0.998259425 0.021389537 -25.560628891 0.208157405 -0.032406345 0.977558374 402.498565674\n0.975725293 -0.047627848 -0.213756263 64.159393311 0.053274464 0.998364687 0.020730529 -25.551879883 0.212419361 -0.031615052 0.976667047 403.668426514\n0.974918067 -0.046737067 -0.217601612 63.896522522 0.051680531 0.998517632 0.017079378 -25.542549133 0.216480792 -0.027896760 0.975888252 404.839294434\n0.974466503 -0.045592822 -0.219855145 63.621364594 0.049877752 0.998657525 0.013975487 -25.538108826 0.218922824 -0.024584522 0.975432396 406.012420654\n0.973995864 -0.048347436 -0.221347138 63.350627899 0.052379269 0.998550534 0.012377991 -25.547489166 0.220427871 -0.023650113 0.975116491 407.169494629\n0.973296046 -0.052801784 -0.223398283 63.085575104 0.056612208 0.998339117 0.010682062 -25.547611237 0.222463205 -0.023043878 0.974668741 408.341033936\n0.972374201 -0.062329866 -0.224951968 62.822052002 0.066411428 0.997735858 0.010615694 -25.551244736 0.223780975 -0.025261810 0.974312007 409.516326904\n0.971611381 -0.066881478 -0.226932138 62.557632446 0.071105830 0.997413695 0.010482133 -25.559452057 0.225644156 -0.026320755 0.973854184 410.701416016\n0.971304536 -0.069268681 -0.227528706 62.289192200 0.073061325 0.997293115 0.008278606 -25.561809540 0.226339370 -0.024664596 0.973736167 411.866027832\n0.971472621 -0.067369908 -0.227381304 62.012363434 0.070943549 0.997451603 0.007570930 -25.565437317 0.226291791 -0.023486188 0.973776400 413.049713135\n0.971907735 -0.063864224 -0.226531953 61.728706360 0.068031892 0.997626543 0.010630215 -25.569854736 0.225315392 -0.025742983 0.973945737 414.225250244\n0.972345829 -0.059823040 -0.225753799 61.451221466 0.064795554 0.997790635 0.014674479 -25.570663452 0.224377155 -0.028896509 0.974073887 415.404052734\n0.972420871 -0.058890682 -0.225675792 61.178531647 0.064038858 0.997826219 0.015553545 -25.569282532 0.224269256 -0.029576611 0.974078298 416.575866699\n0.972484469 -0.060254861 -0.225040779 60.903686523 0.065604500 0.997711539 0.016363209 -25.567035675 0.223539814 -0.030676655 0.974211931 417.745727539\n0.972752690 -0.060041420 -0.223935768 60.628425598 0.066246495 0.997596920 0.020292973 -25.561458588 0.222179219 -0.034575004 0.974392593 418.923797607\n0.972982585 -0.059518229 -0.223075032 60.355236053 0.065580010 0.997649670 0.019858195 -25.556848526 0.221368805 -0.033950940 0.974599004 420.092651367\n0.973176539 -0.060878571 -0.221858650 60.087364197 0.065402567 0.997773051 0.013095042 -25.553489685 0.220567361 -0.027253911 0.974990904 421.258300781\n0.973294258 -0.063718490 -0.220540896 59.820423126 0.066867769 0.997738421 0.006836064 -25.549251556 0.219606534 -0.021400576 0.975353777 422.419708252\n0.973278999 -0.065786250 -0.220000416 59.547401428 0.069723144 0.997514546 0.010169663 -25.558513641 0.218784600 -0.025237041 0.975446761 423.628601074\n0.973408997 -0.067141905 -0.219013512 59.289726257 0.072744861 0.997195125 0.017610440 -25.560657501 0.217216805 -0.033074267 0.975562871 424.810089111\n0.973779798 -0.066008411 -0.217705876 59.029129028 0.072491243 0.997128189 0.021917930 -25.551914215 0.215633899 -0.037125006 0.975768268 425.987640381\n0.974458814 -0.064818688 -0.215008244 58.765987396 0.070670269 0.997306526 0.019632580 -25.545257568 0.213156566 -0.034325831 0.976414859 427.159271240\n0.975737751 -0.062429570 -0.209853157 58.504955292 0.065963127 0.997773230 0.009874374 -25.543783188 0.208769396 -0.023477368 0.977683067 428.324951172\n0.977210402 -0.057525966 -0.204329625 58.232017517 0.058094762 0.998305857 -0.003218834 -25.548488617 0.204168633 -0.008725003 0.978896856 429.511138916\n0.978392184 -0.055298023 -0.199225754 57.979038239 0.056167409 0.998420537 -0.001289642 -25.562732697 0.198982403 -0.009928220 0.979952753 430.703369141\n0.979198217 -0.056575522 -0.194859117 57.738418579 0.059600446 0.998175263 0.009690915 -25.574506760 0.193955287 -0.021103015 0.980783343 431.909667969\n0.979884982 -0.059092797 -0.190613285 57.506912231 0.063663021 0.997810245 0.017937072 -25.571483612 0.189135939 -0.029711286 0.981501341 433.123565674\n0.980543375 -0.063976139 -0.185584798 57.284931183 0.068495847 0.997488320 0.018038664 -25.561271667 0.183964610 -0.030399479 0.982462645 434.320861816\n0.981315494 -0.064487487 -0.181276634 57.064605713 0.068334498 0.997548938 0.015050320 -25.556245804 0.179861754 -0.027156560 0.983316958 435.539947510\n0.982496381 -0.063216671 -0.175226927 56.850780487 0.066269562 0.997734070 0.011620236 -25.557109833 0.174095288 -0.023029050 0.984459519 436.744689941\n0.984129965 -0.057607707 -0.167837918 56.624324799 0.060277298 0.998122692 0.010850558 -25.551261902 0.166897759 -0.020795176 0.985754907 437.962615967\n0.985547304 -0.057101283 -0.159486473 56.415241241 0.060065374 0.998098731 0.013822809 -25.560489655 0.158393949 -0.023202647 0.987103343 439.162414551\n0.986784041 -0.056864534 -0.151735410 56.228027344 0.060456540 0.997986913 0.019161593 -25.554937363 0.150340334 -0.028081752 0.988235414 440.378143311\n0.987961650 -0.056878176 -0.143863276 56.048187256 0.060296681 0.997989774 0.019511359 -25.548828125 0.142464310 -0.027950952 0.989405215 441.576782227\n0.989038348 -0.055799719 -0.136709809 55.874916077 0.058786884 0.998109937 0.017908221 -25.542247772 0.135452151 -0.025748661 0.990449250 442.804046631\n0.990330458 -0.050517239 -0.129203916 55.718776703 0.053293474 0.998414516 0.018118683 -25.533060074 0.128083766 -0.024829209 0.991452515 444.011199951\n0.991702080 -0.045466106 -0.120248869 55.544990540 0.048170704 0.998645246 0.019679829 -25.531764984 0.119191200 -0.025309000 0.992548704 445.232971191\n0.992924869 -0.039428797 -0.112006813 55.393203735 0.041894235 0.998926997 0.019742912 -25.531158447 0.111108191 -0.024295667 0.993511319 446.437164307\n0.993851602 -0.037262175 -0.104261786 55.254268646 0.039440546 0.999042988 0.018909469 -25.523399353 0.103457391 -0.022905348 0.994370103 447.651367188\n0.994564474 -0.035596792 -0.097848870 55.137023926 0.037704960 0.999093115 0.019780535 -25.516607285 0.097056009 -0.023362404 0.995004714 448.855194092\n0.995314837 -0.035774443 -0.089824893 55.006072998 0.037689410 0.999095023 0.019713467 -25.511035919 0.089038365 -0.023006553 0.995762467 450.067626953\n0.995935261 -0.033196986 -0.083730929 54.898139954 0.034794960 0.999237776 0.017697711 -25.501018524 0.083079599 -0.020539189 0.996331215 451.266479492\n0.996422887 -0.033266086 -0.077683754 54.784721375 0.034674220 0.999256670 0.016848179 -25.492740631 0.077065535 -0.019481534 0.996835709 452.476806641\n0.996745110 -0.032328974 -0.073851742 54.689098358 0.033826414 0.999244869 0.019116040 -25.494455338 0.073177971 -0.021551959 0.997085989 453.686523438\n0.997015655 -0.032778662 -0.069895327 54.605964661 0.034295488 0.999199152 0.020612678 -25.488239288 0.069163695 -0.022948256 0.997341335 454.892700195\n0.997295916 -0.030980360 -0.066641465 54.518611908 0.032487001 0.999237776 0.021644309 -25.479543686 0.065920122 -0.023750762 0.997542202 456.112152100\n0.997527480 -0.030488016 -0.063319616 54.430961609 0.031917889 0.999255002 0.021694185 -25.467813492 0.062611029 -0.023661574 0.997757494 457.290222168\n0.997730851 -0.029492462 -0.060525931 54.351516724 0.030831495 0.999297380 0.021309750 -25.459417343 0.059854928 -0.023127500 0.997939110 458.488342285\n0.997892916 -0.027355734 -0.058833703 54.279251099 0.028509429 0.999415576 0.018860098 -25.450614929 0.058283385 -0.020497672 0.998089612 459.678375244\n0.998099446 -0.024738196 -0.056440640 54.202991486 0.025755662 0.999517322 0.017371444 -25.444084167 0.055983659 -0.018792095 0.998254836 460.883636475\n0.998244405 -0.024303393 -0.054014001 54.134536743 0.025216145 0.999549448 0.016281560 -25.436365128 0.053593967 -0.017615000 0.998407423 462.082519531\n0.998365045 -0.024870114 -0.051465906 54.070472717 0.025666298 0.999559999 0.014867410 -25.435144424 0.051073510 -0.016164042 0.998564065 463.284881592\n0.998378158 -0.028558755 -0.049248852 54.006153107 0.029243488 0.999484658 0.013239353 -25.433189392 0.048845373 -0.014658089 0.998698771 464.484100342\n0.998417854 -0.029544249 -0.047842413 53.953704834 0.030231664 0.999448895 0.013708878 -25.431526184 0.047411028 -0.015133545 0.998760819 465.688171387\n0.998519480 -0.030165685 -0.045265190 53.887626648 0.030855117 0.999417067 0.014610182 -25.429433823 0.044798080 -0.015985213 0.998868167 466.902740479\n0.998725414 -0.026978990 -0.042658392 53.831809998 0.027652476 0.999500871 0.015277331 -25.427713394 0.042224932 -0.016437467 0.998972893 468.111236572\n0.998944223 -0.024989666 -0.038547657 53.773345947 0.025515933 0.999586999 0.013221245 -25.426790237 0.038201340 -0.014190866 0.999169290 469.306793213\n0.999157727 -0.022283737 -0.034456950 53.721130371 0.022685174 0.999678731 0.011303633 -25.426059723 0.034193996 -0.012075774 0.999342263 470.504058838\n0.999204099 -0.025943391 -0.030299934 53.679485321 0.026240453 0.999611020 0.009447794 -25.434131622 0.030043039 -0.010235359 0.999496222 471.720184326\n0.999198258 -0.029652586 -0.026900278 53.651706696 0.029945249 0.999495924 0.010542698 -25.434820175 0.026574101 -0.011339781 0.999582529 472.922454834\n0.999169528 -0.032810606 -0.024160948 53.616916656 0.033057965 0.999404311 0.009910694 -25.441493988 0.023821380 -0.010701175 0.999658942 474.154205322\n0.999125063 -0.036149655 -0.021032432 53.593551636 0.036392454 0.999273956 0.011278019 -25.441806793 0.020609464 -0.012033573 0.999715209 475.359222412\n0.999359012 -0.031209273 -0.017537685 53.560085297 0.031433240 0.999425888 0.012643317 -25.444164276 0.017133027 -0.013186478 0.999766290 476.567291260\n0.999467134 -0.029701998 -0.013535412 53.539402008 0.029772529 0.999544024 0.005039455 -25.453796387 0.013379558 -0.005439753 0.999895692 477.755584717\n0.999486625 -0.030536694 -0.009692560 53.517871857 0.030533547 0.999533653 -0.000472691 -25.459726334 0.009702474 0.000176500 0.999952912 478.986114502\n0.999515891 -0.030394034 -0.006644437 53.503643036 0.030391864 0.999537945 -0.000427269 -25.473241806 0.006654354 0.000225126 0.999977827 480.210205078\n0.999404371 -0.034251396 -0.004216489 53.499660492 0.034270696 0.999402046 0.004593186 -25.482652664 0.004056645 -0.004734952 0.999980569 481.429840088\n0.999282181 -0.037853360 -0.001501055 53.492149353 0.037864778 0.999246776 0.008494102 -25.488927841 0.001178394 -0.008544843 0.999962807 482.657958984\n0.999167442 -0.040790159 0.000731170 53.494091034 0.040783215 0.999137461 0.007813838 -25.494209290 -0.001049267 -0.007777514 0.999969184 483.867675781\n0.999302208 -0.037278946 0.002319596 53.489650726 0.037263971 0.999286234 0.006194606 -25.494846344 -0.002548869 -0.006103846 0.999978125 485.083709717\n0.999323368 -0.036653720 0.003050267 53.493282318 0.036637321 0.999314725 0.005268993 -25.499727249 -0.003241305 -0.005153674 0.999981463 486.300567627\n0.999079287 -0.042700622 0.004155253 53.495006561 0.042691845 0.999085903 0.002178612 -25.515686035 -0.004244483 -0.001999211 0.999988973 487.521972656\n0.999001503 -0.044484366 0.004143933 53.497451782 0.044494368 0.999006867 -0.002353359 -25.523410797 -0.004035130 0.002535391 0.999988616 488.751190186\n0.998491883 -0.054805402 0.003216592 53.504646301 0.054823190 0.998479605 -0.005731015 -25.544607162 -0.002897611 0.005898716 0.999978423 489.967285156\n0.998326540 -0.057824954 0.000606197 53.515510559 0.057827856 0.998299241 -0.007387294 -25.566463470 -0.000177996 0.007409987 0.999972522 491.183593750\n0.997982025 -0.063492090 -0.000793100 53.531585693 0.063487820 0.997972131 -0.004574017 -25.589756012 0.001081905 0.004514435 0.999989212 492.417297363\n0.998067379 -0.062112805 -0.001888164 53.532424927 0.062105469 0.998062670 -0.003722603 -25.606046677 0.002115727 0.003598143 0.999991298 493.637939453\n0.997910559 -0.064589500 -0.001632519 53.524452209 0.064584233 0.997907460 -0.003093220 -25.627986908 0.001828893 0.002981322 0.999993861 494.881286621\n0.998052537 -0.062336992 -0.002290941 53.517601013 0.062341843 0.998052597 0.002109278 -25.642084122 0.002154994 -0.002247992 0.999995172 496.118408203\n0.998261809 -0.058891445 -0.002274188 53.507099152 0.058907304 0.998233855 0.007684383 -25.655235291 0.001817627 -0.007804992 0.999967873 497.356933594\n0.998512983 -0.054465421 -0.002314080 53.494163513 0.054479431 0.998493731 0.006497352 -25.665246964 0.001956714 -0.006613760 0.999976218 498.597381592\n0.998626292 -0.052397598 0.000032007 53.479801178 0.052397318 0.998622596 0.002715908 -25.675216675 -0.000174270 -0.002710500 0.999996305 499.830444336\n0.998882174 -0.047212627 0.002327114 53.476722717 0.047210060 0.998884320 0.001146118 -25.683753967 -0.002378629 -0.001034974 0.999996662 501.064910889\n0.999229670 -0.039045148 0.003939170 53.466274261 0.039052010 0.999235749 -0.001680841 -25.696977615 -0.003870531 0.001833378 0.999990821 502.307861328\n0.999247611 -0.038148273 0.006998492 53.451850891 0.038163692 0.999269307 -0.002082997 -25.713376999 -0.006913915 0.002348518 0.999973357 503.567443848\n0.999388456 -0.033248488 0.010825924 53.456283569 0.033279531 0.999442458 -0.002700125 -25.724569321 -0.010730112 0.003058756 0.999937773 504.824066162\n0.999583662 -0.024190627 0.015726337 53.450878143 0.024203699 0.999706864 -0.000641395 -25.736963272 -0.015706211 0.001021763 0.999876142 506.077056885\n0.999495268 -0.024271702 0.020495428 53.461463928 0.024300328 0.999704063 -0.001148728 -25.750165939 -0.020461479 0.001646194 0.999789298 507.347045898\n0.999420822 -0.022662211 0.025385497 53.490665436 0.022661515 0.999743164 0.000315178 -25.760162354 -0.025386119 0.000260278 0.999677658 508.610687256\n0.999174714 -0.027448384 0.029940905 53.534721375 0.027446918 0.999623179 0.000459980 -25.775169373 -0.029942248 0.000362185 0.999551594 509.877929688\n0.998832464 -0.033010576 0.035269815 53.565361023 0.033081289 0.999451637 -0.001423099 -25.790288925 -0.035203498 0.002588208 0.999376833 511.144958496\n0.998300433 -0.043264162 0.039044939 53.630107880 0.043402247 0.999054015 -0.002695415 -25.803379059 -0.038891390 0.004385472 0.999233842 512.446044922\n0.997936010 -0.048431195 0.042167831 53.694171906 0.048367556 0.998826385 0.002528675 -25.818019867 -0.042240810 -0.000483901 0.999107361 513.733459473\n0.997629941 -0.052203432 0.044825658 53.762134552 0.051768787 0.998600662 0.010803841 -25.826265335 -0.045326930 -0.008457665 0.998936415 515.021728516\n0.997288048 -0.055804431 0.047983352 53.813667297 0.055268854 0.998394310 0.012417993 -25.824449539 -0.048599284 -0.009732331 0.998770952 516.307189941\n0.997316658 -0.054352310 0.049043790 53.882354736 0.054021534 0.998507380 0.008045964 -25.823041916 -0.049407899 -0.005374953 0.998764217 517.585144043\n0.997280836 -0.054579202 0.049518544 53.942890167 0.054482762 0.998509288 0.003296316 -25.826766968 -0.049624637 -0.000589446 0.998767793 518.874694824\n0.997122169 -0.056896370 0.050101727 53.997558594 0.056678042 0.998375833 0.005768865 -25.840637207 -0.050348580 -0.002912596 0.998727441 520.150573730\n0.996799767 -0.062165421 0.050256230 54.065044403 0.061777599 0.998047233 0.009235201 -25.848051071 -0.050732199 -0.006100938 0.998693645 521.430725098\n0.996462941 -0.067913167 0.049491812 54.126911163 0.067764677 0.997690380 0.004674024 -25.859313965 -0.049694933 -0.001303696 0.998763621 522.705139160\n0.996259272 -0.072606683 0.046858732 54.198291779 0.072901271 0.997328520 -0.004606394 -25.870410919 -0.046399094 0.008005223 0.998890877 523.968200684\n0.995966733 -0.078088842 0.044185791 54.266963959 0.078395896 0.996908426 -0.005256864 -25.885921478 -0.043638688 0.008699646 0.999009490 525.247985840\n0.996186256 -0.076407887 0.042128731 54.314460754 0.076421969 0.997074723 0.001278564 -25.902921677 -0.042103186 0.001945873 0.999111354 526.521911621\n0.996476650 -0.073980212 0.039512500 54.360790253 0.073709033 0.997245431 0.008278402 -25.916662216 -0.040016100 -0.005336807 0.999184787 527.824279785\n0.996686220 -0.072245114 0.037379503 54.411239624 0.071850747 0.997345686 0.011790002 -25.921779633 -0.038132057 -0.009065188 0.999231577 529.104553223\n0.996658266 -0.073445871 0.035748944 54.443305969 0.072976261 0.997231603 0.014270136 -25.922800064 -0.036698058 -0.011613624 0.999258935 530.398864746\n0.996232450 -0.080065951 0.033322494 54.495098114 0.079680771 0.996739089 0.012733166 -25.925800323 -0.034233328 -0.010030031 0.999363542 531.668518066\n0.995400488 -0.090607457 0.031116175 54.556808472 0.090372622 0.995868504 0.008875201 -25.926733017 -0.031791776 -0.006022329 0.999476373 532.940551758\n0.994549096 -0.100020267 0.029461768 54.601696014 0.099933408 0.994984329 0.004409670 -25.937578201 -0.029755054 -0.001441419 0.999556184 534.210510254\n0.994332314 -0.102880128 0.026812451 54.639373779 0.102839917 0.994693756 0.002878035 -25.941904068 -0.026966272 -0.000104333 0.999636352 535.463073730\n0.993651748 -0.109709330 0.024902372 54.688804626 0.109626912 0.993961930 0.004655052 -25.954265594 -0.025262712 -0.001895530 0.999679029 536.731750488\n0.993737280 -0.109314159 0.023166085 54.716228485 0.109099798 0.993977129 0.010327002 -25.961305618 -0.024155445 -0.007734912 0.999678314 538.000793457\n0.994085550 -0.106553771 0.020982200 54.740402222 0.106221683 0.994207978 0.016355395 -25.966241837 -0.022603400 -0.014029897 0.999646068 539.278076172\n0.994404852 -0.103927746 0.018921319 54.763587952 0.103641726 0.994493604 0.015519403 -25.964729309 -0.020430028 -0.013471531 0.999700546 540.545471191\n0.995041430 -0.097775728 0.018232124 54.786338806 0.097641557 0.995188594 0.008111794 -25.961322784 -0.018937539 -0.006291359 0.999800861 541.801147461\n0.995736122 -0.090506814 0.017834846 54.796905518 0.090490878 0.995895863 0.001700287 -25.967529297 -0.017915536 -0.000079147 0.999839485 543.054138184\n0.995768964 -0.090332314 0.016857944 54.808631897 0.090411171 0.995896578 -0.003974378 -25.993875504 -0.016429754 0.005481708 0.999849975 544.308959961\n0.995870829 -0.089373648 0.015926899 54.822639465 0.089429386 0.995989144 -0.002820988 -26.014297485 -0.015610897 0.004233672 0.999869168 545.574707031\n0.995248079 -0.096317850 0.014286181 54.849929810 0.096276924 0.995348334 0.003526866 -26.028696060 -0.014559426 -0.002134677 0.999891698 546.831298828\n0.994779289 -0.101265527 0.012627875 54.880798340 0.101119369 0.994805217 0.011722337 -26.033775330 -0.013749345 -0.010384215 0.999851525 548.085144043\n0.995760620 -0.091188610 0.012058098 54.881805420 0.091046914 0.995776474 0.011820466 -26.038694382 -0.013085062 -0.010672502 0.999857426 549.351196289\n0.996410608 -0.083533287 0.013714070 54.883438110 0.083507240 0.996504128 0.002462257 -26.041896820 -0.013871809 -0.001308195 0.999902904 550.602294922\n0.997118413 -0.074115865 0.016176244 54.887905121 0.074155979 0.997244835 -0.001893185 -26.056262970 -0.015991362 0.003087295 0.999867380 551.845153809\n0.997768641 -0.064388163 0.017661436 54.890243530 0.064458266 0.997914493 -0.003428650 -26.084148407 -0.017403839 0.004559425 0.999838173 553.112304688\n0.997746944 -0.064606421 0.018085355 54.913677216 0.064629756 0.997909069 -0.000708035 -26.100448608 -0.018001797 0.001875292 0.999836206 554.356140137\n0.997643948 -0.065809146 0.019382240 54.936408997 0.065892048 0.997820020 -0.003669428 -26.118297577 -0.019098505 0.004937918 0.999805391 555.611877441\n0.997638524 -0.065367810 0.021081625 54.951225281 0.065405980 0.997858107 -0.001125670 -26.136425018 -0.020962888 0.002501877 0.999777138 556.861633301\n0.997686684 -0.064167589 0.022445707 54.979602814 0.064125858 0.997938514 0.002574609 -26.153167725 -0.022564640 -0.001129303 0.999744773 558.104187012\n0.997769654 -0.061885353 0.025017994 54.994533539 0.061702967 0.998062491 0.007998426 -26.158550262 -0.025464507 -0.006436903 0.999655008 559.368896484\n0.997647941 -0.062930353 0.027173324 55.027946472 0.062665910 0.997979581 0.010477089 -26.167531967 -0.027777748 -0.008749606 0.999575853 560.609680176\n0.997215152 -0.068634272 0.029177418 55.063472748 0.068368860 0.997609973 0.010000118 -26.170158386 -0.029794034 -0.007977443 0.999524236 561.847351074\n0.996816516 -0.073475584 0.030953560 55.110038757 0.073398389 0.997296095 0.003624209 -26.177967072 -0.031136155 -0.001340730 0.999514282 563.074584961\n0.996153474 -0.081434064 0.032353658 55.164928436 0.081592835 0.996659160 -0.003615623 -26.192279816 -0.031951137 0.006241542 0.999469936 564.302856445\n0.995797217 -0.085218661 0.033551469 55.210681915 0.085360080 0.996346235 -0.002802829 -26.210321426 -0.033190027 0.005655006 0.999433041 565.553833008\n0.995352745 -0.089743368 0.034914050 55.263370514 0.089713216 0.995964646 0.002432284 -26.223985672 -0.034991443 0.000711272 0.999387383 566.790649414\n0.995324969 -0.089727692 0.035737403 55.309135437 0.089544415 0.995960295 0.006699617 -26.235395432 -0.036194175 -0.003468211 0.999338746 568.019226074\n0.995103002 -0.092147164 0.035762090 55.352756500 0.091881700 0.995729268 0.009000356 -26.245290756 -0.036438715 -0.005670400 0.999319792 569.280822754\n0.994938850 -0.094494537 0.034168612 55.410060883 0.094116375 0.995482564 0.012515200 -26.243860245 -0.035196874 -0.009236033 0.999337733 570.521362305\n0.994777083 -0.096564807 0.033072125 55.451705933 0.096093714 0.995250762 0.015553082 -26.244340897 -0.034416940 -0.012293826 0.999331951 571.758850098\n0.994994938 -0.094683215 0.031939451 55.487255096 0.094169460 0.995407104 0.017226512 -26.244791031 -0.033423819 -0.014132572 0.999341369 572.997985840\n0.995271802 -0.091941521 0.031317241 55.524021149 0.091506481 0.995690644 0.015055334 -26.242074966 -0.032566495 -0.012118420 0.999396086 574.227111816\n0.995380878 -0.090567768 0.031849246 55.559284210 0.090285718 0.995863795 0.010188015 -26.243213654 -0.032640219 -0.007265423 0.999440730 575.462219238\n0.995780587 -0.085815839 0.032506809 55.584400177 0.085663162 0.996305704 0.006063300 -26.252460480 -0.032907046 -0.003253080 0.999453127 576.686767578\n0.995582879 -0.088050686 0.032585908 55.637783051 0.088093929 0.996112168 0.000109055 -26.262975693 -0.032468822 0.002762048 0.999468923 577.905944824\n0.995638192 -0.087050699 0.033567186 55.677227020 0.087417595 0.996125281 -0.009619288 -26.275226593 -0.032599758 0.012511693 0.999390185 579.137207031\n0.995571971 -0.087947495 0.033192411 55.707584381 0.088255733 0.996066213 -0.007935658 -26.302125931 -0.032363921 0.010829940 0.999417484 580.407409668\n0.995762050 -0.086554959 0.031084053 55.752262115 0.086688228 0.996231079 -0.002963126 -26.322916031 -0.030710427 0.005645190 0.999512374 581.649841309\n0.995553970 -0.089190975 0.030286789 55.788352966 0.089110620 0.996013701 0.003995487 -26.339275360 -0.030522417 -0.001278848 0.999533236 582.878173828\n0.995884359 -0.085942432 0.028780149 55.827651978 0.085733064 0.996282458 0.008433497 -26.349716187 -0.029397951 -0.005931377 0.999550164 584.130187988\n0.995438814 -0.091599151 0.026667254 55.868041992 0.091420911 0.995781541 0.007830715 -26.352581024 -0.027272047 -0.005357053 0.999613702 585.378479004\n0.995329201 -0.093442567 0.024253350 55.904312134 0.093354061 0.995621622 0.004758797 -26.358833313 -0.024591833 -0.002472421 0.999694526 586.615966797\n0.994866192 -0.098857924 0.021640942 55.937973022 0.098735638 0.995091498 0.006650801 -26.368986130 -0.022192201 -0.004479925 0.999743700 587.838928223\n0.994880021 -0.099437729 0.018051811 55.969421387 0.099306732 0.995024562 0.008015930 -26.379285812 -0.018759081 -0.006182222 0.999804914 589.098144531\n0.994974613 -0.098818347 0.016138032 55.988121033 0.098726645 0.995094121 0.006385603 -26.385158539 -0.016689876 -0.004760258 0.999849379 590.325805664\n0.995455205 -0.094150253 0.014304284 55.995773315 0.094070919 0.995546699 0.006122488 -26.401624680 -0.014817016 -0.004749045 0.999878943 591.580871582\n0.996054709 -0.087668531 0.013758523 56.014465332 0.087629311 0.996147275 0.003429308 -26.406866074 -0.014006157 -0.002210128 0.999899447 592.815856934\n0.996778488 -0.078995593 0.013868643 56.020042419 0.078936800 0.996868372 0.004737252 -26.415975571 -0.014199434 -0.003627245 0.999892592 594.044555664\n0.997261047 -0.072616383 0.014045352 56.028060913 0.072557822 0.997353435 0.004635841 -26.423244476 -0.014344818 -0.003604044 0.999890625 595.285888672\n0.997575641 -0.067956880 0.014989475 56.023193359 0.067869820 0.997674644 0.006242927 -26.435485840 -0.015378869 -0.005210459 0.999868155 596.500610352\n0.997849345 -0.063729681 0.015337396 56.039794922 0.063730463 0.997967064 0.000438326 -26.449989319 -0.015334151 0.000540076 0.999882281 597.711547852\n0.997812688 -0.064037226 0.016403293 56.062362671 0.064104557 0.997936666 -0.003611705 -26.466012955 -0.016138162 0.004655331 0.999858916 598.953186035\n0.997795105 -0.064107284 0.017182047 56.080749512 0.064147308 0.997938812 -0.001787912 -26.485799789 -0.017032014 0.002886152 0.999850750 600.164672852\n0.997850418 -0.063114211 0.017637676 56.106220245 0.063022986 0.997995913 0.005681518 -26.496706009 -0.017960913 -0.004557726 0.999828279 601.384460449\n0.997803092 -0.063732848 0.018086284 56.120254517 0.063562222 0.997929215 0.009857759 -26.506752014 -0.018677095 -0.008686499 0.999787807 602.617248535\n0.997721434 -0.065025955 0.017988913 56.143978119 0.064800382 0.997815490 0.012850991 -26.507564545 -0.018785264 -0.011656021 0.999755621 603.838439941\n0.997847378 -0.062596433 0.019553384 56.158500671 0.062428527 0.998008072 0.009083412 -26.513633728 -0.020083025 -0.007843169 0.999767542 605.076232910\n0.997651100 -0.065293305 0.020713255 56.194629669 0.065360822 0.997858286 -0.002598953 -26.527303696 -0.020499200 0.003946684 0.999782085 606.285400391\n0.997693002 -0.064201817 0.022064166 56.207721710 0.064461142 0.997856796 -0.011249265 -26.549407959 -0.021294655 0.012645594 0.999693274 607.487243652\n0.997757792 -0.063003622 0.022582976 56.235019684 0.063207716 0.997964680 -0.008440009 -26.572246552 -0.022005262 0.009848502 0.999709368 608.704345703\n0.998011172 -0.058810435 0.022694588 56.258735657 0.058762357 0.998268127 0.002780208 -26.585569382 -0.022818789 -0.001441091 0.999738574 609.930175781\n0.998368084 -0.052020147 0.023559725 56.275012970 0.051760763 0.998593450 0.011489210 -26.598718643 -0.024124257 -0.010250991 0.999656439 611.139404297\n0.998709738 -0.043152709 0.026771817 56.274963379 0.042885076 0.999024928 0.010491994 -26.604055405 -0.027198471 -0.009330345 0.999586523 612.336303711\n0.998808205 -0.039031509 0.029304283 56.307365417 0.038918044 0.999232590 0.004432567 -26.608818054 -0.029454803 -0.003286819 0.999560714 613.545471191\n0.998601377 -0.041501958 0.032754347 56.346847534 0.041510545 0.999137998 0.000418091 -26.617965698 -0.032743465 0.000942144 0.999463320 614.734985352\n0.998270452 -0.046760321 0.035630733 56.403221130 0.046829790 0.998902261 -0.001117156 -26.637826920 -0.035539381 0.002783804 0.999364376 615.948974609\n0.997991204 -0.050184697 0.038665492 56.457733154 0.050159983 0.998739898 0.001609606 -26.648721695 -0.038697548 0.000333088 0.999250889 617.136596680\n0.997914195 -0.049218751 0.041769866 56.514717102 0.049124349 0.998787284 0.003284117 -26.660533905 -0.041880850 -0.001225350 0.999121845 618.336669922\n0.997612178 -0.051827695 0.045648430 56.556030273 0.051615711 0.998650134 0.005811142 -26.677625656 -0.045887984 -0.003441090 0.998940647 619.562683105\n0.997526169 -0.049442146 0.049969573 56.602870941 0.049152192 0.998766661 0.007015607 -26.690151215 -0.050254811 -0.004542138 0.998726130 620.762329102\n0.997301757 -0.049379524 0.054321438 56.666122437 0.049156018 0.998776257 0.005443785 -26.693685532 -0.054523773 -0.002758871 0.998508632 621.942504883\n0.996981323 -0.051234294 0.058337558 56.729541779 0.051054899 0.998685420 0.004562451 -26.699281693 -0.058494624 -0.001570261 0.998286486 623.119506836\n0.996200860 -0.060494583 0.062643975 56.809616089 0.060202520 0.998164773 0.006541067 -26.711584091 -0.062924705 -0.002744892 0.998014510 624.312133789\n0.996146917 -0.057877976 0.065890141 56.897106171 0.057347067 0.998305023 0.009922123 -26.715639114 -0.066352732 -0.006105286 0.997777522 625.493225098\n0.996500790 -0.044505615 0.070749171 56.968894958 0.043702785 0.998961866 0.012856048 -26.710180283 -0.071247891 -0.009719126 0.997411311 626.688659668\n0.996310413 -0.037695054 0.077101260 57.031074524 0.036588177 0.999206781 0.015719235 -26.714351654 -0.077632643 -0.012840243 0.996899366 627.841674805\n0.996195614 -0.025216481 0.083417445 57.104167938 0.024108695 0.999607623 0.014260926 -26.714633942 -0.083744325 -0.012195586 0.996412635 629.029418945\n0.995745182 -0.022541730 0.089349978 57.201427460 0.021836860 0.999722302 0.008858674 -26.713600159 -0.089524858 -0.006869860 0.995960891 630.193847656\n0.995201707 -0.027851446 0.093797177 57.300571442 0.027066601 0.999587238 0.009629543 -26.717130661 -0.094026662 -0.007044566 0.995544732 631.346923828\n0.994610608 -0.036070101 0.097204141 57.407173157 0.035244055 0.999326646 0.010202252 -26.722398758 -0.097506687 -0.006721401 0.995212197 632.506591797\n0.994097352 -0.045339640 0.098563254 57.543170929 0.044169802 0.998925686 0.014019884 -26.731117249 -0.099093020 -0.009583612 0.995032012 633.664306641\n0.993991137 -0.044293471 0.100098372 57.658798218 0.043634973 0.999009132 0.008759420 -26.727821350 -0.100387178 -0.004338997 0.994938970 634.829650879\n0.993908048 -0.038994752 0.103083640 57.769165039 0.038879968 0.999239028 0.003123356 -26.734127045 -0.103126988 0.000903561 0.994667768 635.974853516\n0.993780494 -0.035785090 0.105450220 57.876502991 0.035911221 0.999354720 0.000702963 -26.744230270 -0.105407335 0.003088255 0.994424343 637.119567871\n0.993811727 -0.032697242 0.106155977 58.002037048 0.032388560 0.999464631 0.004630962 -26.753974915 -0.106250562 -0.001164066 0.994338691 638.270202637\n0.993493378 -0.033672761 0.108798020 58.117961884 0.032929983 0.999420524 0.008617135 -26.760284424 -0.109025136 -0.004978349 0.994026542 639.412231445\n0.993272662 -0.034497134 0.110541187 58.246837616 0.033256337 0.999361634 0.013049444 -26.756277084 -0.110920787 -0.009285462 0.993785858 640.546875000\n0.992880344 -0.041393042 0.111692809 58.378101349 0.039565455 0.999045134 0.018530793 -26.766662598 -0.112353206 -0.013979685 0.993569970 641.686340332\n0.992374301 -0.052617073 0.111466162 58.522026062 0.051380407 0.998581886 0.013940177 -26.766649246 -0.112041578 -0.008106696 0.993670464 642.795898438\n0.992454052 -0.055852246 0.109157972 58.657676697 0.055652983 0.998438299 0.004873591 -26.763629913 -0.109259695 0.001238151 0.994012475 643.909484863\n0.992287099 -0.064414747 0.105910704 58.791378021 0.064826801 0.997896433 -0.000448989 -26.780042648 -0.105658986 0.007311377 0.994375527 645.020751953\n0.992612243 -0.064477339 0.102779359 58.892704010 0.064343154 0.997917116 0.004623872 -26.794719696 -0.102863416 0.002023436 0.994693458 646.176147461\n0.993004501 -0.063856430 0.099319972 58.995372772 0.062462427 0.997901082 0.017085524 -26.800491333 -0.100202523 -0.010762235 0.994908869 647.306945801\n0.993765831 -0.057813827 0.095325783 59.084678650 0.055599324 0.998121619 0.025727810 -26.796344757 -0.096634150 -0.020267369 0.995113611 648.435546875\n0.993895352 -0.059680149 0.092791498 59.177703857 0.057871800 0.998080254 0.022060888 -26.789608002 -0.093929954 -0.016556205 0.995441139 649.547912598\n0.994722009 -0.050593153 0.089266405 59.271247864 0.049811177 0.998698413 0.010967509 -26.794780731 -0.089705095 -0.006463158 0.995947421 650.643554688\n0.995020449 -0.047418065 0.087668784 59.359062195 0.047537345 0.998869181 0.000727897 -26.796676636 -0.087604165 0.003443269 0.996149421 651.735290527\n0.995459020 -0.041619129 0.085610755 59.439018250 0.041972369 0.999116063 -0.002329559 -26.809135437 -0.085438125 0.005912267 0.996325910 652.831481934\n0.995610476 -0.041777715 0.083752245 59.523109436 0.041725844 0.999126315 0.002370431 -26.830455780 -0.083778106 0.001134608 0.996483803 653.938415527\n0.995839238 -0.042075187 0.080832615 59.612796783 0.041482810 0.999098718 0.008994598 -26.839162827 -0.081138216 -0.005604010 0.996687114 655.038269043\n0.995675862 -0.050061252 0.078252472 59.711227417 0.049352743 0.998721242 0.010963213 -26.847866058 -0.078701235 -0.007053833 0.996873319 656.131958008\n0.995544732 -0.055362288 0.076326005 59.797733307 0.054918312 0.998459578 0.007905161 -26.848423004 -0.076646075 -0.003678247 0.997051597 657.239990234\n0.996020675 -0.050663587 0.073321275 59.870830536 0.050296940 0.998710871 0.006839530 -26.852621078 -0.073573269 -0.003124478 0.997284949 658.329650879\n0.996190846 -0.052686255 0.069483116 59.949253082 0.052233126 0.998600245 0.008323544 -26.856117249 -0.069824390 -0.004662519 0.997548401 659.420166016\n0.996321857 -0.054575086 0.066062912 60.022739410 0.053995207 0.998485625 0.010532871 -26.862186432 -0.066537701 -0.006927050 0.997759879 660.509826660\n0.996786118 -0.050021172 0.062572502 60.078502655 0.049453795 0.998720348 0.010584611 -26.869636536 -0.063021883 -0.007456145 0.997984290 661.598327637\n0.997070074 -0.049340244 0.058453843 60.135562897 0.049021564 0.998774052 0.006874181 -26.873182297 -0.058721356 -0.003988542 0.998266459 662.680664062\n0.997162819 -0.051450502 0.054946918 60.199275970 0.051468167 0.998674035 0.001094509 -26.880037308 -0.054930374 0.001736613 0.998488665 663.771789551\n0.997240245 -0.051043317 0.053912051 60.250102997 0.051102288 0.998693407 0.000285002 -26.890220642 -0.053856157 0.002470813 0.998545647 664.858703613\n0.997382760 -0.049362455 0.052829508 60.303546906 0.049254227 0.998780668 0.003349368 -26.901477814 -0.052930422 -0.000738525 0.998597920 665.953247070\n0.997556090 -0.046529461 0.052123960 60.352756500 0.046284851 0.998910904 0.005890790 -26.908437729 -0.052341290 -0.003463844 0.998623252 667.042907715\n0.997523963 -0.047843926 0.051545464 60.402606964 0.047454197 0.998835027 0.008759065 -26.919469833 -0.051904481 -0.006291328 0.998632252 668.138183594\n0.997569919 -0.047410600 0.051053435 60.456466675 0.046878558 0.998833597 0.011569438 -26.918371201 -0.051542398 -0.009148012 0.998628914 669.224975586\n0.997547328 -0.045457006 0.053225700 60.502773285 0.044792663 0.998903573 0.013609246 -26.919416428 -0.053785980 -0.011191747 0.998489738 670.319274902\n0.997488678 -0.043758105 0.055691455 60.563411713 0.043036055 0.998974025 0.014099667 -26.921009064 -0.056251291 -0.011667518 0.998348475 671.413208008\n0.997297406 -0.043624438 0.059116706 60.620922089 0.043295138 0.999038935 0.006840438 -26.923263550 -0.059358299 -0.004262485 0.998227656 672.494384766\n0.997002900 -0.043363150 0.064069100 60.689941406 0.043374039 0.999058127 0.001221582 -26.920593262 -0.064061724 0.001561015 0.997944713 673.580749512\n0.996854007 -0.038840987 0.069089867 60.755290985 0.038661204 0.999244630 0.003937915 -26.925045013 -0.069190629 -0.001254429 0.997602642 674.668762207\n0.996430933 -0.040756762 0.073921159 60.837818146 0.039831840 0.999109089 0.013944248 -26.927017212 -0.074423626 -0.010950064 0.997166574 675.792480469\n0.996226847 -0.035226937 0.079316720 60.914760590 0.033819675 0.999247015 0.019016722 -26.924243927 -0.079926893 -0.016262503 0.996668041 676.899536133\n0.995685220 -0.034091406 0.086306185 60.999748230 0.033147141 0.999374151 0.012350822 -26.921960831 -0.086673222 -0.009436728 0.996192098 677.989685059\n0.995025158 -0.037516564 0.092290267 61.104949951 0.037440632 0.999295592 0.002554667 -26.922676086 -0.092321098 0.000913448 0.995728850 679.083557129\n0.994572699 -0.036373418 0.097478911 61.200950623 0.036437560 0.999335289 0.001122676 -26.926664352 -0.097454958 0.002435311 0.995236933 680.172485352\n0.993882179 -0.041652989 0.102289841 61.315742493 0.040832128 0.999114931 0.010106555 -26.935457230 -0.102620274 -0.005868014 0.994703293 681.275329590\n0.993090689 -0.049278069 0.106501408 61.444820404 0.047670696 0.998708248 0.017587496 -26.932498932 -0.107230514 -0.012388982 0.994157016 682.400329590\n0.992377162 -0.054295935 0.110632263 61.570751190 0.052960448 0.998484313 0.014976652 -26.924049377 -0.111277744 -0.009003355 0.993748546 683.505920410\n0.992005706 -0.055875588 0.113148764 61.703063965 0.055150431 0.998432577 0.009531386 -26.921705246 -0.113503985 -0.003214986 0.993532360 684.618957520\n0.991708696 -0.056088552 0.115619615 61.832775116 0.055606551 0.998425364 0.007392631 -26.919212341 -0.115852199 -0.000902129 0.993266046 685.730895996\n0.991574168 -0.053893410 0.117797136 61.962535858 0.052747224 0.998525500 0.012828471 -26.918479919 -0.118314818 -0.006506909 0.992954791 686.858215332\n0.991166472 -0.055210989 0.120584905 62.107925415 0.053598609 0.998424947 0.016576579 -26.918407440 -0.121310189 -0.009966966 0.992564619 687.991882324\n0.990928769 -0.052101217 0.123877548 62.239898682 0.050700668 0.998609602 0.014433809 -26.906734467 -0.124457322 -0.008022203 0.992192507 689.117980957\n0.990556657 -0.051085562 0.127231345 62.366752625 0.050104231 0.998684466 0.010903591 -26.902351379 -0.127620980 -0.004425796 0.991813123 690.264343262\n0.990100682 -0.054952905 0.129154310 62.518360138 0.054094549 0.998484254 0.010147268 -26.896240234 -0.129516169 -0.003060274 0.991572559 691.401428223\n0.989667654 -0.057504427 0.131343737 62.670257568 0.056565091 0.998339713 0.010874582 -26.903312683 -0.131751001 -0.003332753 0.991277218 692.535766602\n0.989022911 -0.062590592 0.133851111 62.840652466 0.062051266 0.998039246 0.008201263 -26.902582169 -0.134101987 0.000194394 0.990967512 693.699279785\n0.988693237 -0.061974034 0.136546314 63.001178741 0.062286317 0.998056352 0.001988437 -26.902980804 -0.136404142 0.006539012 0.990631700 694.852111816\n0.988230765 -0.064332657 0.138784811 63.163299561 0.064521074 0.997911394 0.003145722 -26.905948639 -0.138697326 0.005845846 0.990317583 696.014770508\n0.987466931 -0.073571928 0.139628962 63.334026337 0.072502576 0.997286916 0.012736799 -26.911317825 -0.140187204 -0.002453708 0.990121961 697.179260254\n0.986962974 -0.078154579 0.140698090 63.513385773 0.076254912 0.996910155 0.018851131 -26.905115128 -0.141736656 -0.007876447 0.989873052 698.352294922\n0.986423969 -0.082137890 0.142200917 63.687191010 0.080449171 0.996603429 0.017594233 -26.898284912 -0.143163070 -0.005915429 0.989681423 699.517395020\n0.986493528 -0.080489457 0.142660335 63.851917267 0.079648517 0.996755481 0.011604893 -26.889745712 -0.143131539 -0.000085469 0.989703655 700.685363770\n0.986712933 -0.078589804 0.142201200 64.023162842 0.078001320 0.996905923 0.009716668 -26.878654480 -0.142524838 0.001504318 0.989790082 701.860046387\n0.986943483 -0.076867633 0.141541228 64.187141418 0.076043122 0.997041225 0.011232989 -26.882387161 -0.141985908 -0.000323090 0.989868641 703.043090820\n0.987404585 -0.073097378 0.140317485 64.336509705 0.071628578 0.997310996 0.015496536 -26.883249283 -0.141072929 -0.005250609 0.989985287 704.229858398\n0.987714231 -0.071488246 0.138960332 64.498413086 0.069599710 0.997405112 0.018408973 -26.872888565 -0.139915779 -0.008511206 0.990126848 705.420532227\n0.988064229 -0.069486544 0.137479946 64.659812927 0.067054793 0.997501254 0.022246700 -26.861604691 -0.138682261 -0.012762479 0.990254700 706.615600586\n0.988218248 -0.068747491 0.136742324 64.820755005 0.066159524 0.997534931 0.023386894 -26.842834473 -0.138013035 -0.014064549 0.990330517 707.840881348\n0.988579392 -0.065003119 0.135961100 64.977668762 0.062575966 0.997796476 0.022054642 -26.826700211 -0.137095124 -0.013294869 0.990468681 709.046813965\n0.988383055 -0.068986766 0.135424554 65.147529602 0.067231417 0.997583926 0.017498275 -26.818344116 -0.136304513 -0.008190214 0.990633130 710.268859863\n0.988509476 -0.069426060 0.134272143 65.315902710 0.068594083 0.997586012 0.010818008 -26.810977936 -0.134699062 -0.001483429 0.990885437 711.494873047\n0.988528192 -0.071106836 0.133250937 65.483993530 0.070615657 0.997468114 0.008414465 -26.810918808 -0.133511886 0.001091667 0.991046607 712.722717285\n0.988739610 -0.069751941 0.132395595 65.647361755 0.069105722 0.997564316 0.009475281 -26.811401367 -0.132734045 -0.000219292 0.991151690 713.963562012\n0.988967121 -0.065083623 0.133071885 65.807922363 0.064879283 0.997875810 0.005875705 -26.814836502 -0.133171633 0.002822729 0.991088986 715.206970215\n0.989024222 -0.061228652 0.134469911 65.967536926 0.061420452 0.998108268 0.002725585 -26.818635941 -0.134382412 0.005563533 0.990913928 716.452331543\n0.988890529 -0.061501216 0.135325938 66.135444641 0.061454449 0.998099625 0.004526966 -26.827217102 -0.135347188 0.003839708 0.990790784 717.693847656\n0.988561988 -0.064654715 0.136253238 66.305168152 0.064271562 0.997906387 0.007213962 -26.828990936 -0.136434391 0.001625761 0.990647793 718.943664551\n0.988268733 -0.068250380 0.136626676 66.483673096 0.067619301 0.997668207 0.009260289 -26.835597992 -0.136940107 0.000086945 0.990579307 720.198852539\n0.988054991 -0.069877096 0.137348279 66.661788940 0.068730280 0.997549534 0.013080403 -26.833971024 -0.137925744 -0.003484172 0.990436435 721.436889648\n0.987655282 -0.072633736 0.138785481 66.838836670 0.070531748 0.997308791 0.020010853 -26.828071594 -0.139865443 -0.009975042 0.990120292 722.692260742\n0.987420976 -0.070797563 0.141377106 67.012290955 0.068310410 0.997413158 0.022374861 -26.824905396 -0.142595470 -0.012435880 0.989702940 723.940856934\n0.987033188 -0.070354402 0.144276485 67.193382263 0.068445474 0.997489572 0.018158402 -26.809846878 -0.145191818 -0.008047874 0.989370823 725.181457520\n0.986471534 -0.070370242 0.148060575 67.378868103 0.069389753 0.997520030 0.011783727 -26.802005768 -0.148522601 -0.001350424 0.988908112 726.458312988\n0.985843420 -0.072748400 0.151064187 67.579620361 0.071866974 0.997350276 0.011293561 -26.793857574 -0.151485503 -0.000277159 0.988459468 727.710632324\n0.985225379 -0.073505752 0.154686153 67.773101807 0.072287939 0.997292578 0.013490703 -26.797916412 -0.155258998 -0.002109441 0.987871528 728.967285156\n0.984606743 -0.074885838 0.157929435 67.982086182 0.073820494 0.997191846 0.012609344 -26.795394897 -0.158430204 -0.000756817 0.987369895 730.238281250\n0.983879089 -0.077770628 0.161039397 68.191345215 0.076617055 0.996970952 0.013370271 -26.791725159 -0.161591426 -0.000816367 0.986857414 731.500671387\n0.983133078 -0.079521045 0.164699078 68.407165527 0.077564858 0.996819615 0.018285275 -26.788019180 -0.165629342 -0.005202000 0.986174345 732.758300781\n0.982884705 -0.074660741 0.168414414 68.617042542 0.072309837 0.997180521 0.020057684 -26.786891937 -0.169437096 -0.007536373 0.985512197 734.007995605\n0.982479811 -0.070965350 0.172329023 68.828681946 0.068906114 0.997462392 0.017909925 -26.775581360 -0.173162699 -0.005721618 0.984876633 735.264648438\n0.981732309 -0.069719248 0.177033648 69.043846130 0.067866415 0.997557878 0.016507203 -26.767137527 -0.177752167 -0.004191017 0.984066367 736.512329102\n0.980934381 -0.069513857 0.181481615 69.268890381 0.067229986 0.997561991 0.018713610 -26.767688751 -0.182340026 -0.006155819 0.983216286 737.760864258\n0.980050623 -0.072793432 0.184937596 69.496688843 0.069617786 0.997294188 0.023616148 -26.756385803 -0.186156288 -0.010270074 0.982466459 739.011047363\n0.979198933 -0.076853119 0.187784597 69.738952637 0.072899610 0.996949494 0.027880125 -26.736776352 -0.189354450 -0.013610763 0.981814444 740.265869141\n0.978318810 -0.081132531 0.190551192 69.986793518 0.076931193 0.996604145 0.029355800 -26.720268250 -0.192285821 -0.014060001 0.981238246 741.514770508\n0.977884829 -0.079422794 0.193476796 70.232681274 0.075321473 0.996752679 0.028474504 -26.703315735 -0.195110038 -0.013271828 0.980691552 742.752258301\n0.977465212 -0.077964425 0.196171656 70.483283997 0.073884942 0.996872485 0.028039897 -26.689517975 -0.197744235 -0.012913892 0.980168581 743.999755859\n0.976764858 -0.079764523 0.198917270 70.740264893 0.075339027 0.996714652 0.029730728 -26.669504166 -0.200635210 -0.014053699 0.979565203 745.237487793\n0.976225078 -0.079920903 0.201487571 70.993919373 0.075004101 0.996671796 0.031932607 -26.645648956 -0.203369051 -0.016061023 0.978970408 746.470214844\n0.975484073 -0.081211857 0.204537287 71.239410400 0.076399982 0.996585011 0.031327076 -26.625930786 -0.206382930 -0.014932419 0.978357375 747.718994141\n0.974745631 -0.084381543 0.206762463 71.506660461 0.079801559 0.996346891 0.030407190 -26.600406647 -0.208572939 -0.013139307 0.977918565 748.948852539\n0.974174738 -0.085702017 0.208898976 71.777359009 0.080967754 0.996230602 0.031126207 -26.577541351 -0.210779130 -0.013408284 0.977441728 750.186767578\n0.974054575 -0.081915960 0.210967854 72.038475037 0.076314278 0.996484280 0.034572527 -26.551567078 -0.213058174 -0.017575670 0.976881444 751.419921875\n0.973489821 -0.082699940 0.213256389 72.313217163 0.076343335 0.996361554 0.037886664 -26.524080276 -0.215613678 -0.020601576 0.976261377 752.677917480\n0.973444223 -0.078432359 0.215069160 72.591125488 0.071214080 0.996613085 0.041120660 -26.490497589 -0.217565924 -0.024712719 0.975732744 753.918212891\n0.973336458 -0.073673382 0.217228919 72.846321106 0.065626197 0.996872008 0.044039086 -26.460632324 -0.219793946 -0.028608939 0.975126743 755.147888184\n0.973303974 -0.070535101 0.218412921 73.118316650 0.061830718 0.997005522 0.046443224 -26.424982071 -0.221034765 -0.031698745 0.974750638 756.393615723\n0.972809911 -0.071078725 0.220428541 73.405319214 0.062768191 0.997036099 0.044488508 -26.378038406 -0.222937390 -0.029442962 0.974388003 757.639465332\n0.972827435 -0.060874496 0.223385587 73.667449951 0.054707922 0.997933626 0.033696637 -26.346977234 -0.224975258 -0.020560052 0.974147558 758.869445801\n0.972175896 -0.060887825 0.226200595 73.948143005 0.057850871 0.998124123 0.020037010 -26.336429596 -0.226996273 -0.006393597 0.973874629 760.080566406\n0.972006261 -0.057050128 0.227923602 74.240043640 0.055554789 0.998371303 0.012976326 -26.318973541 -0.228292689 0.000049177 0.973592520 761.299804688\n0.971200943 -0.060595859 0.230427697 74.524414062 0.056840774 0.998120427 0.022905892 -26.308261871 -0.231382594 -0.009148533 0.972819805 762.529968262\n0.970877171 -0.063787192 0.230930179 74.824264526 0.056242254 0.997650623 0.039115772 -26.289264679 -0.232882723 -0.024988575 0.972183704 763.769958496\n0.969965398 -0.070686497 0.232745618 75.108947754 0.060907904 0.996942639 0.048945371 -26.258150101 -0.235493809 -0.033299271 0.971305192 765.014282227\n0.969294071 -0.070833057 0.235481739 75.421348572 0.063926660 0.997274220 0.036844678 -26.228233337 -0.237449691 -0.020659765 0.971180141 766.229248047\n0.968668461 -0.068046674 0.238853574 75.719520569 0.065825194 0.997681618 0.017274726 -26.201028824 -0.239475310 -0.001010901 0.970901906 767.429016113\n0.968227506 -0.067205049 0.240871355 76.014770508 0.064490564 0.997734666 0.019144114 -26.175168991 -0.241612285 -0.003001929 0.970368207 768.657653809\n0.967759490 -0.065663546 0.243166298 76.315452576 0.060829431 0.997773588 0.027343806 -26.177282333 -0.244420394 -0.011670560 0.969599128 769.889404297\n0.967244506 -0.064294487 0.245569289 76.627593994 0.057726379 0.997758090 0.033859361 -26.154861450 -0.247195721 -0.018574456 0.968787551 771.118103027\n0.966538608 -0.063885689 0.248438612 76.929336548 0.057716470 0.997818589 0.032044668 -26.128765106 -0.249943867 -0.016633408 0.968117476 772.344299316\n0.965797365 -0.063573398 0.251383960 77.230438232 0.058761455 0.997917354 0.026610039 -26.109912872 -0.252552092 -0.010928218 0.967521608 773.554748535\n0.965405524 -0.061286956 0.253448337 77.545059204 0.058540214 0.998115957 0.018372351 -26.106010437 -0.254096806 -0.002899851 0.967174470 774.768066406\n0.964940965 -0.059125926 0.255720764 77.863143921 0.057161544 0.998250544 0.015114041 -26.099296570 -0.256167024 0.000033236 0.966632545 775.979492188\n0.964064837 -0.062360782 0.258244425 78.181655884 0.059500344 0.998049617 0.018885078 -26.088308334 -0.258918434 -0.002840810 0.965894997 777.189697266\n0.963312984 -0.065961674 0.260148257 78.513168335 0.060519330 0.997749031 0.028884066 -26.080049515 -0.261467934 -0.012080398 0.965136588 778.408386230\n0.962400377 -0.071822882 0.261967510 78.843696594 0.063943975 0.997210979 0.038488973 -26.059465408 -0.264001280 -0.020290559 0.964308858 779.625610352\n0.961689532 -0.074663423 0.263777494 79.179428101 0.067406453 0.997058868 0.036469165 -26.025375366 -0.265724599 -0.017291710 0.963893890 780.827087402\n0.960880041 -0.074391410 0.266787320 79.520195007 0.068299614 0.997149765 0.032054167 -26.006557465 -0.268411487 -0.012578739 0.963222206 782.043945312\n0.960546613 -0.068439059 0.269566864 79.854965210 0.064438514 0.997640848 0.023672812 -25.991519928 -0.270551056 -0.005368355 0.962690651 783.233825684\n0.959884644 -0.064422823 0.272893995 80.182182312 0.061789349 0.997922480 0.018242750 -25.983345032 -0.273502320 -0.000648997 0.961871147 784.434875488\n0.959365368 -0.063663900 0.274890900 80.519805908 0.060402460 0.997967184 0.020322435 -25.973915100 -0.275625914 -0.002892553 0.961260617 785.639831543\n0.958863139 -0.062723339 0.276852310 80.854904175 0.057592686 0.997984827 0.026633101 -25.963699341 -0.277964920 -0.009592829 0.960543334 786.831237793\n0.958346367 -0.063307956 0.278503686 81.201576233 0.057573743 0.997927785 0.028729165 -25.945878983 -0.279745370 -0.011497990 0.960005403 788.020202637\n0.957422495 -0.068547994 0.280434191 81.554710388 0.062530652 0.997581184 0.030359847 -25.924745560 -0.281836987 -0.011531468 0.959393024 789.203613281\n0.956967413 -0.069033101 0.281864941 81.907356262 0.062811300 0.997541964 0.031061130 -25.903537750 -0.283316344 -0.012020186 0.958951175 790.390747070\n0.956329703 -0.071544997 0.283398598 82.258750916 0.065158136 0.997364581 0.031911854 -25.883991241 -0.284934849 -0.012052529 0.958471119 791.603942871\n0.955641985 -0.071665511 0.285678923 82.616806030 0.067187436 0.997415483 0.025459185 -25.866292953 -0.286765128 -0.005135830 0.957987130 792.777893066\n0.955095530 -0.067638956 0.288474441 82.967018127 0.064554870 0.997709632 0.020202739 -25.854528427 -0.289180219 -0.000673117 0.957274437 793.958007812\n0.954890072 -0.062522739 0.290303022 83.317253113 0.059095200 0.998040438 0.020567479 -25.854034424 -0.291020095 -0.002484167 0.956713736 795.141967773\n0.954153955 -0.061231412 0.292986184 83.672027588 0.056504387 0.998099744 0.024578534 -25.840789795 -0.293934435 -0.006896703 0.955800712 796.317443848\n0.953131378 -0.064549290 0.295590907 84.036384583 0.058175433 0.997845948 0.030316954 -25.823534012 -0.296911120 -0.011699912 0.954833448 797.487365723\n0.952326298 -0.063510284 0.298397481 84.399742126 0.056906071 0.997905016 0.030778021 -25.804145813 -0.299727052 -0.012330091 0.953945339 798.709960938\n0.951316297 -0.067957222 0.300631136 84.769996643 0.061669800 0.997634590 0.030366082 -25.780681610 -0.301983595 -0.010347888 0.953256965 799.866638184\n0.950563073 -0.069576949 0.302636623 85.139511108 0.063935041 0.997546375 0.028522462 -25.763301849 -0.303878576 -0.007763315 0.952679157 801.012878418\n0.949552357 -0.070813075 0.305509180 85.522911072 0.065937683 0.997478068 0.026261751 -25.743846893 -0.306598395 -0.004792340 0.951826930 802.214050293\n0.948828697 -0.070483826 0.307824850 85.892959595 0.065233402 0.997495770 0.027327215 -25.727245331 -0.308980137 -0.005848382 0.951050520 803.367553711\n0.948040426 -0.072996236 0.309662640 86.284172058 0.066495560 0.997289002 0.031511266 -25.703821182 -0.311123341 -0.009282763 0.950324178 804.559082031\n0.947370410 -0.073050350 0.311693698 86.667793274 0.066723697 0.997291982 0.030929329 -25.685955048 -0.313109010 -0.008504178 0.949679136 805.710510254\n0.946435630 -0.071735494 0.314823121 87.045700073 0.067332380 0.997420967 0.024854340 -25.667972565 -0.315794140 -0.002325242 0.948824883 806.859375000\n0.945317030 -0.075091287 0.317390859 87.426475525 0.071535803 0.997176051 0.022858955 -25.647678375 -0.318211079 0.001095849 0.948019266 808.010620117\n0.944941223 -0.073668249 0.318840295 87.817306519 0.069971599 0.997282684 0.023049239 -25.631996155 -0.319671899 0.000529586 0.947528183 809.163696289\n0.944182515 -0.075458422 0.320663989 88.208953857 0.071052127 0.997148156 0.025438013 -25.620145798 -0.321669042 -0.001234273 0.946851373 810.304992676\n0.943728149 -0.071121432 0.322984368 88.601669312 0.066718102 0.997466087 0.024699215 -25.612838745 -0.323922604 -0.001760440 0.946081936 811.478881836\n0.942885518 -0.070267618 0.325621605 88.990188599 0.065199807 0.997521222 0.026464725 -25.595281601 -0.326674074 -0.003722741 0.945129752 812.617675781\n0.942345023 -0.068367019 0.327584833 89.372573853 0.062673979 0.997643530 0.027917642 -25.578744888 -0.328721553 -0.005777004 0.944409251 813.758728027\n0.941699088 -0.068890028 0.329328090 89.765670776 0.062375478 0.997592092 0.030319955 -25.558361053 -0.330623835 -0.008010276 0.943728626 814.893493652\n0.941102207 -0.069553465 0.330891103 90.168891907 0.063198745 0.997551799 0.029939463 -25.537372589 -0.332163423 -0.007264193 0.943193913 816.044006348\n0.940543115 -0.067764945 0.332846195 90.568115234 0.061297458 0.997671425 0.029906455 -25.515096664 -0.334097743 -0.007725690 0.942506790 817.173767090\n0.939634919 -0.065436900 0.335863501 90.953361511 0.060537767 0.997851551 0.025048619 -25.499614716 -0.336781025 -0.003204131 0.941577554 818.307983398\n0.939221799 -0.063166052 0.337449998 91.359558105 0.058328599 0.997997582 0.024466071 -25.481964111 -0.338319719 -0.003296084 0.941025436 819.424926758\n0.938454211 -0.065141253 0.339205354 91.766143799 0.060638797 0.997874379 0.023867693 -25.468919754 -0.340039104 -0.001829735 0.940409541 820.559204102\n0.937909305 -0.069460936 0.339854836 92.178482056 0.062805437 0.997557819 0.030558622 -25.450435638 -0.341147482 -0.007316484 0.939981282 821.679199219\n0.937505603 -0.071950927 0.340450078 92.582916260 0.062629193 0.997301459 0.038306784 -25.421121597 -0.342287570 -0.014590715 0.939481974 822.806884766\n0.937577248 -0.072498210 0.340136647 92.991699219 0.061292995 0.997167587 0.043588214 -25.398202896 -0.342333317 -0.020019326 0.939365268 823.944763184\n0.937410712 -0.070266753 0.341062754 93.390914917 0.060295884 0.997388303 0.039761703 -25.367136002 -0.342965931 -0.016708370 0.939199269 825.052673340\n0.937505960 -0.063409239 0.342143059 93.782943726 0.055493724 0.997917354 0.032885332 -25.335809708 -0.343515724 -0.011843405 0.939072251 826.148559570\n0.937340856 -0.060550615 0.343111783 94.178047180 0.052204151 0.998073757 0.033519372 -25.311641693 -0.344480455 -0.013507218 0.938696325 827.258178711\n0.937600911 -0.057359207 0.342949659 94.578147888 0.046172336 0.998103857 0.040703416 -25.285535812 -0.344634116 -0.022328772 0.938471496 828.356933594\n0.936821222 -0.057229489 0.345095366 94.966537476 0.043327637 0.997913420 0.047870319 -25.253833771 -0.347114891 -0.029893767 0.937346041 829.442199707\n0.935954571 -0.057668719 0.347366273 95.365516663 0.041779343 0.997716606 0.053066391 -25.213436127 -0.349633366 -0.035154998 0.936226785 830.534057617\n0.934675455 -0.061525956 0.350137532 95.762428284 0.043766823 0.997332394 0.058417194 -25.170131683 -0.352797687 -0.039276712 0.934874952 831.595214844\n0.933715761 -0.065530933 0.351966739 96.160057068 0.045701046 0.996879339 0.064365871 -25.121204376 -0.355086327 -0.044014182 0.933796763 832.658752441\n0.932550848 -0.072320081 0.353721261 96.565315247 0.050929725 0.996286273 0.069424585 -25.068553925 -0.357428432 -0.046727031 0.932770848 833.698791504\n0.931661904 -0.073803425 0.355751514 96.969993591 0.051442530 0.996082604 0.071924537 -25.007453918 -0.359666169 -0.048708592 0.931808829 834.736877441\n0.930306435 -0.074926212 0.359048873 97.370491028 0.051667821 0.995922148 0.073955894 -24.940637589 -0.363125950 -0.050250374 0.930384040 835.765380859\n0.929062188 -0.067347437 0.363741338 97.759330750 0.043552894 0.996363163 0.073236533 -24.880298615 -0.367350787 -0.052199308 0.928616524 836.804077148\n0.927359760 -0.055752192 0.369994015 98.153152466 0.031577498 0.996970594 0.071081147 -24.815834045 -0.372836083 -0.054234311 0.926310897 837.825866699\n0.924458742 -0.050595000 0.377910346 98.549919128 0.027222415 0.997385681 0.066938445 -24.760051727 -0.380309135 -0.051594198 0.923419178 838.850036621\n0.921420217 -0.043434996 0.386132419 98.964370728 0.018435190 0.997500360 0.068214603 -24.698802948 -0.388130128 -0.055735890 0.919917703 839.868957520\n0.917308927 -0.045256779 0.395595998 99.383522034 0.018007649 0.997218370 0.072327107 -24.628110886 -0.397768915 -0.059222545 0.915572286 840.895812988\n0.913215578 -0.050380819 0.404350191 99.827644348 0.019268291 0.996556163 0.080650911 -24.554527283 -0.407020926 -0.065860532 0.911041379 841.909851074\n0.908772707 -0.057024874 0.413376659 100.284957886 0.021784822 0.995751202 0.089470774 -24.482007980 -0.416722357 -0.072303265 0.906153798 842.911621094\n0.904502213 -0.067805409 0.421044111 100.772789001 0.029057799 0.994783938 0.097778097 -24.400043488 -0.425477833 -0.076205887 0.901754558 843.909912109\n0.899699509 -0.077012964 0.429662496 101.250480652 0.035889439 0.994031668 0.103019498 -24.306573868 -0.435031950 -0.077266246 0.897093713 844.901367188\n0.894254208 -0.085957140 0.439227521 101.738037109 0.043549061 0.993438482 0.105752036 -24.205759048 -0.445435643 -0.075441256 0.892129898 845.888854980\n0.889374256 -0.089037307 0.448425859 102.229667664 0.043110766 0.992814720 0.111625910 -24.109186172 -0.455142677 -0.079945236 0.886822343 846.867370605\n0.883477151 -0.101538703 0.457338035 102.747222900 0.050924234 0.991258979 0.121705949 -24.001899719 -0.465698302 -0.084234841 0.880925417 847.826538086\n0.877136767 -0.115195610 0.466219962 103.268226624 0.058631431 0.989229739 0.134115100 -23.875398636 -0.476648122 -0.090302154 0.874443889 848.798461914\n0.871955216 -0.115945049 0.475658327 103.804695129 0.056293957 0.988852859 0.137844294 -23.747802734 -0.486338466 -0.093417361 0.868762374 849.774963379\n0.866132438 -0.113591261 0.486735731 104.336425781 0.058298852 0.990145266 0.127332598 -23.627445221 -0.496402949 -0.081910767 0.864219189 850.711975098\n0.860548139 -0.104380943 0.498559445 104.879127502 0.054336056 0.992004871 0.113903388 -23.499980927 -0.506462753 -0.070929602 0.859339595 851.649414062\n0.854746521 -0.101418011 0.509041071 105.426391602 0.048471816 0.992035747 0.116256192 -23.390729904 -0.516777396 -0.074695431 0.852855027 852.602111816\n0.849358261 -0.102753729 0.517718315 105.994812012 0.041469362 0.990826547 0.128619716 -23.270763397 -0.526185215 -0.087774776 0.845827818 853.547790527\n0.843390107 -0.106792532 0.526581824 106.574737549 0.041178823 0.990013421 0.134824678 -23.150369644 -0.535721362 -0.092025787 0.839365125 854.464111328\n0.836918712 -0.110020682 0.536155343 107.162673950 0.045015126 0.990105927 0.132905751 -23.022804260 -0.545472980 -0.087096199 0.833590746 855.418762207\n0.831516087 -0.110493392 0.544400811 107.762420654 0.046701230 0.990453601 0.129694447 -22.897594452 -0.553534150 -0.082418837 0.828738272 856.318237305\n0.825784504 -0.113602601 0.552425921 108.366180420 0.051094998 0.990544736 0.127320230 -22.765682220 -0.561666489 -0.076912880 0.823781013 857.219299316\n0.820326030 -0.115070581 0.560199916 108.956954956 0.051036440 0.990369856 0.128696755 -22.636486053 -0.569614351 -0.076982684 0.818298936 858.118103027\n0.814729929 -0.123706862 0.566490829 109.599472046 0.056918453 0.989320755 0.134181529 -22.522129059 -0.577040315 -0.077077933 0.813070416 859.011596680\n0.810199142 -0.125518560 0.572557807 110.220352173 0.055326547 0.988818228 0.138482988 -22.393268585 -0.583537757 -0.080521151 0.808084130 859.884521484\n0.805911958 -0.124773055 0.578737974 110.824714661 0.051780179 0.988648534 0.141042143 -22.260112762 -0.589766741 -0.083700411 0.803224444 860.742309570\n0.801539779 -0.125322938 0.584660709 111.443992615 0.054759383 0.989065289 0.136935383 -22.147663116 -0.595428705 -0.077743508 0.799637794 861.573791504\n0.797136664 -0.121538810 0.591440141 112.052978516 0.055285435 0.990108728 0.128950641 -22.013053894 -0.601262569 -0.070093267 0.795971274 862.414184570\n0.794070184 -0.119887851 0.595885396 112.667648315 0.055202596 0.990528107 0.125724763 -21.893146515 -0.605314136 -0.066939868 0.793166995 863.217346191\n0.790861785 -0.122219391 0.599666655 113.269920349 0.056106199 0.990208924 0.127821818 -21.787883759 -0.609417558 -0.067444384 0.789975643 864.010498047\n0.787613451 -0.125819936 0.603186846 113.890823364 0.057969939 0.989718735 0.130752921 -21.675323486 -0.613436639 -0.068016045 0.786809564 864.815063477\n0.783490479 -0.130092949 0.607633531 114.495201111 0.061600864 0.989283741 0.132374451 -21.556972504 -0.618342996 -0.066283375 0.783108234 865.577331543\n0.779410481 -0.132815689 0.612273932 115.090194702 0.061482541 0.988768935 0.136219934 -21.449089050 -0.623489618 -0.068527088 0.778822720 866.332946777\n0.775090694 -0.138672918 0.616444886 115.679573059 0.064458288 0.987882853 0.141183063 -21.340869904 -0.628553569 -0.069694698 0.774637401 867.067199707\n0.771563888 -0.142895609 0.619895220 116.310592651 0.070407793 0.987640440 0.140032351 -21.228767395 -0.632243574 -0.064398453 0.772088647 867.820373535\n0.767636418 -0.140550226 0.625283897 116.900680542 0.072349750 0.988423944 0.133355275 -21.119323730 -0.636788666 -0.057129242 0.768918991 868.534790039\n0.764276922 -0.138190642 0.629908085 117.488830566 0.072937980 0.989026487 0.128478110 -21.006500244 -0.640750289 -0.052248627 0.765969455 869.238342285\n0.761098981 -0.140368506 0.633265376 118.084564209 0.074402504 0.988752186 0.129743382 -20.894859314 -0.644354403 -0.051631030 0.762982070 869.939086914\n0.757487178 -0.141907170 0.637240529 118.670471191 0.072544023 0.988341331 0.133860841 -20.795520782 -0.648806989 -0.055169888 0.758950472 870.659179688\n0.754773378 -0.142361179 0.640351892 119.245628357 0.070153698 0.988086581 0.136979431 -20.691299438 -0.652223706 -0.058465388 0.755768597 871.348083496\n0.752712905 -0.146551266 0.641830206 119.821876526 0.072877370 0.987465382 0.140003651 -20.589496613 -0.654302835 -0.058607671 0.753958225 872.018432617\n0.751623273 -0.149363562 0.642458558 120.397079468 0.076537654 0.987193525 0.139967427 -20.485466003 -0.655137002 -0.056030516 0.753429651 872.666381836\n0.751212776 -0.145528913 0.643817306 120.946929932 0.075431347 0.987929404 0.135298178 -20.386695862 -0.655735850 -0.053073715 0.753122628 873.318969727\n0.751548529 -0.138638660 0.644945085 121.489654541 0.073094890 0.989147663 0.127452344 -20.286437988 -0.655615747 -0.048644442 0.753526211 873.954589844\n0.751963913 -0.133703813 0.645502627 122.024414062 0.076155245 0.990278184 0.116402283 -20.200450897 -0.654790580 -0.038371921 0.754835725 874.581054688\n0.752549827 -0.127722561 0.646030784 122.555923462 0.079172619 0.991443574 0.103785113 -20.120582581 -0.653758764 -0.026955526 0.756222785 875.193542480\n0.753473282 -0.123564266 0.645762980 123.080429077 0.079714060 0.992104113 0.096825302 -20.057018280 -0.652628243 -0.021478893 0.757373750 875.812866211\n0.755010486 -0.119695954 0.644695342 123.593994141 0.075787529 0.992538095 0.095521733 -19.986614227 -0.651318252 -0.023260050 0.758448124 876.421752930\n0.755639136 -0.120625094 0.643785000 124.102287292 0.074090116 0.992328525 0.098968342 -19.926132202 -0.650784314 -0.027086258 0.758779407 877.029785156\n0.756072879 -0.118414000 0.643686175 124.602523804 0.071744159 0.992564976 0.098323956 -19.867855072 -0.650543272 -0.028159356 0.758946955 877.625976562\n0.755769670 -0.111343406 0.645302176 125.079620361 0.066122770 0.993377745 0.093959831 -19.808807373 -0.651490629 -0.028342830 0.758127093 878.203613281\n0.755187511 -0.107279621 0.646670699 125.557586670 0.062327363 0.993799031 0.092080168 -19.752941132 -0.652539074 -0.029232513 0.757191062 878.766662598\n0.754344463 -0.103369705 0.648289382 126.033775330 0.058393676 0.994176209 0.090574928 -19.699050903 -0.653876603 -0.030468702 0.755987525 879.320617676\n0.751035452 -0.100445457 0.652576745 126.480041504 0.055195842 0.994452298 0.089543767 -19.644870758 -0.657950699 -0.031231025 0.752413094 879.867736816\n0.747181892 -0.095752828 0.657685876 126.926841736 0.049651250 0.994843960 0.088432208 -19.594007492 -0.662762463 -0.033420015 0.748083591 880.381408691\n0.741731942 -0.091027960 0.664490581 127.353164673 0.044334657 0.995234549 0.086848110 -19.549068451 -0.669229567 -0.034958061 0.742232919 880.864746094\n0.734766901 -0.086938381 0.672725320 127.776084900 0.039804984 0.995569766 0.085184611 -19.504581451 -0.677150786 -0.035813019 0.734972298 881.342041016\n0.726989746 -0.083531909 0.681548595 128.195251465 0.035326276 0.995808363 0.084366612 -19.465730667 -0.685739100 -0.037257086 0.726893306 881.778930664\n0.716395497 -0.084447727 0.692564845 128.585556030 0.035346139 0.995766103 0.084856130 -19.426265717 -0.696798503 -0.036311068 0.716347277 882.198181152\n0.705919802 -0.082876988 0.703426421 128.979507446 0.033773843 0.995939732 0.083447061 -19.389043808 -0.707486153 -0.035149518 0.705852628 882.579589844\n0.693922043 -0.079969704 0.715595603 129.350723267 0.033788130 0.996335208 0.078578323 -19.363599777 -0.719256997 -0.030348603 0.694080949 882.929687500\n0.681583524 -0.076892905 0.727689087 129.712112427 0.032396320 0.996659398 0.074970536 -19.337743759 -0.731022835 -0.027524238 0.681797683 883.256286621\n0.668718576 -0.074911341 0.739732265 130.062728882 0.030954069 0.996853888 0.072967082 -19.310384750 -0.742870986 -0.025896722 0.668933511 883.545532227\n0.654921651 -0.073431775 0.752120614 130.396804810 0.031731784 0.997062147 0.069715157 -19.284595490 -0.755030274 -0.021791846 0.655327678 883.822631836\n0.640644789 -0.068650797 0.764762342 130.706817627 0.032442790 0.997525811 0.062367931 -19.261419296 -0.767151773 -0.015144670 0.641286910 884.066955566\n0.624501109 -0.061467424 0.778601348 131.025878906 0.030606085 0.998058558 0.054244127 -19.238641739 -0.780423999 -0.010045581 0.625169992 884.312194824\n0.604779184 -0.054101892 0.794553399 131.319992065 0.022516957 0.998452604 0.050846659 -19.242555618 -0.796074808 -0.012860074 0.605061531 884.568298340\n0.583123922 -0.046622515 0.811044276 131.645706177 0.014742883 0.998794734 0.046815440 -19.229803085 -0.812249422 -0.015342074 0.583108485 884.797607422\n0.557865739 -0.042384449 0.828848302 131.988296509 0.013178825 0.999021590 0.042216372 -19.211393356 -0.829826653 -0.012627824 0.557878435 885.004455566\n0.529638767 -0.039826773 0.847287834 132.331985474 0.015335103 0.999183416 0.037380669 -19.200191498 -0.848084688 -0.006805011 0.529817104 885.191406250\n0.500029325 -0.036282279 0.865248144 132.685134888 0.017346451 0.999341130 0.031880610 -19.185058594 -0.865834773 -0.000932259 0.500329256 885.353698730\n0.466499329 -0.030975606 0.883979142 133.031784058 0.017323757 0.999514878 0.025881903 -19.170330048 -0.884351969 0.003239945 0.466809630 885.529479980\n0.432673156 -0.024816273 0.901209235 133.386962891 0.012934296 0.999689043 0.021318283 -19.163475037 -0.901458025 0.002432660 0.432859600 885.678039551\n0.396960199 -0.017571712 0.917667687 133.755615234 0.007559942 0.999845386 0.015875030 -19.155916214 -0.917804778 0.000635759 0.397031665 885.854003906\n0.361420870 -0.010782077 0.932340503 134.129577637 0.003544340 0.999941826 0.010189894 -19.157526016 -0.932396114 -0.000378309 0.361438036 885.987426758\n0.325026333 -0.005046045 0.945691466 134.496246338 0.002043038 0.999987185 0.004633582 -19.152488708 -0.945702732 0.000426047 0.325032473 886.094360352\n0.286360979 -0.001197234 0.958121061 134.899230957 0.002615363 0.999996483 0.000467887 -19.153009415 -0.958118200 0.002371850 0.286363065 886.198974609\n0.248469293 0.003084753 0.968634963 135.317779541 0.003607484 0.999985039 -0.004109966 -19.150056839 -0.968633175 0.004515535 0.248454452 886.266357422\n0.209305048 0.007681444 0.977820277 135.749084473 0.007050095 0.999931276 -0.009364233 -19.155017853 -0.977825046 0.008853707 0.209236503 886.318298340\n0.168391883 0.014644148 0.985611320 136.188903809 0.006076257 0.999855220 -0.015893912 -19.162761688 -0.985701382 0.008665235 0.168278575 886.373291016\n0.125445604 0.023489922 0.991822302 136.639587402 0.001519370 0.999713957 -0.023868991 -19.166934967 -0.992099285 0.004501203 0.125374019 886.413024902\n0.078709066 0.031820141 0.996389627 137.113525391 -0.005188364 0.999489963 -0.031509303 -19.181602478 -0.996884108 -0.002689565 0.078833997 886.471496582\n0.033362150 0.038642775 0.998695970 137.594482422 -0.010326661 0.999212265 -0.038317781 -19.196254730 -0.999389946 -0.009034832 0.033734918 886.469360352\n-0.013104320 0.043280073 0.998977065 138.091979980 -0.009813625 0.999009132 -0.043410193 -19.211660385 -0.999866009 -0.010372444 -0.012666583 886.441162109\n-0.059170842 0.045581002 0.997206807 138.594787598 -0.004454563 0.998934984 -0.045924317 -19.233339310 -0.998238087 -0.007159493 -0.058904767 886.374511719\n-0.103978515 0.047423724 0.993448317 139.126953125 -0.000226716 0.998861372 -0.047705855 -19.257564545 -0.994579613 -0.005185611 -0.103849411 886.300476074\n-0.145687580 0.048893861 0.988121688 139.651000977 -0.001552658 0.998765528 -0.049649455 -19.277940750 -0.989329398 -0.008767520 -0.145431757 886.215759277\n-0.184461832 0.049173415 0.981608927 140.189819336 -0.001808333 0.998728931 -0.050370861 -19.306198120 -0.982838154 -0.011066568 -0.184138417 886.096496582\n-0.221809745 0.049889270 0.973812938 140.741821289 -0.002828747 0.998653173 -0.051806174 -19.337867737 -0.975085914 -0.014245784 -0.221369863 885.953674316\n-0.257007957 0.050284613 0.965100169 141.292968750 -0.002084771 0.998614252 -0.052585974 -19.365814209 -0.966407061 -0.015527027 -0.256546974 885.779052734\n-0.289972067 0.048970692 0.955781519 141.867492676 -0.003614153 0.998626828 -0.052262418 -19.405595779 -0.957028389 -0.018608972 -0.289396882 885.598022461\n-0.320574045 0.050549719 0.945873618 142.465576172 -0.002031430 0.998536050 -0.054052610 -19.424049377 -0.947221279 -0.019249339 -0.320001960 885.394470215\n-0.347522378 0.050655939 0.936302543 143.044189453 0.001559189 0.998569548 -0.053446006 -19.452711105 -0.937670529 -0.017113801 -0.347104192 885.158447266\n-0.370845675 0.050707668 0.927309155 143.631347656 0.007740987 0.998642325 -0.051512606 -19.485187531 -0.928662300 -0.011924936 -0.370734692 884.899658203\n-0.391587734 0.050462678 0.918756068 144.237915039 0.009906732 0.998668373 -0.050629467 -19.519525528 -0.920087516 -0.010724005 -0.391566157 884.637451172\n-0.408123970 0.050510962 0.911528170 144.849487305 0.010368520 0.998660266 -0.050696895 -19.559894562 -0.912867665 -0.011239415 -0.408100963 884.352905273\n-0.422113061 0.050382335 0.905142069 145.499877930 0.010175458 0.998654842 -0.050842155 -19.605159760 -0.906486094 -0.012250905 -0.422057986 884.052001953\n-0.432873845 0.053211659 0.899882734 146.126586914 0.014316455 0.998536170 -0.052158523 -19.639347076 -0.901340902 -0.009694928 -0.433001995 883.737426758\n-0.439849973 0.054131638 0.896438420 146.763549805 0.016819151 0.998503208 -0.052042298 -19.673044205 -0.897913814 -0.007813464 -0.440101981 883.407409668\n-0.444734931 0.051484715 0.894181311 147.416381836 0.017154690 0.998653054 -0.048967786 -19.712808609 -0.895497978 -0.006438283 -0.445019007 883.077636719\n-0.447415709 0.049559396 0.892952085 148.105102539 0.018297691 0.998761654 -0.046263803 -19.746021271 -0.894139111 -0.004360188 -0.447768569 882.736328125\n-0.449320674 0.049260564 0.892011285 148.791503906 0.019960893 0.998782933 -0.045102302 -19.788188934 -0.893147409 -0.002460061 -0.449757099 882.391357422\n-0.450739503 0.049987350 0.891254902 149.488891602 0.019964417 0.998745620 -0.045919407 -19.821237564 -0.892432332 -0.002904302 -0.451172113 882.036010742\n-0.450938582 0.050864208 0.891104579 150.192749023 0.017790617 0.998688757 -0.048002273 -19.860654831 -0.892377734 -0.005792772 -0.451252222 881.681213379\n-0.450061321 0.052297436 0.891465127 150.906494141 0.018043192 0.998612404 -0.049473982 -19.898744583 -0.892815530 -0.006181447 -0.450380445 881.313964844\n-0.449803352 0.051837638 0.891622245 151.648925781 0.017785108 0.998636127 -0.049087100 -19.936058044 -0.892950714 -0.006221935 -0.450111747 880.953735352\n-0.449335217 0.048726939 0.892033458 152.392333984 0.017128041 0.998797774 -0.045931157 -19.971979141 -0.893199086 -0.005359699 -0.449629545 880.575195312\n-0.449204087 0.046959110 0.892194271 153.154785156 0.016327264 0.998882473 -0.044353969 -20.018398285 -0.893280029 -0.005356891 -0.449468851 880.200683594\n-0.447952151 0.046182901 0.892863929 153.918579102 0.015632011 0.998916864 -0.043825813 -20.061243057 -0.893920839 -0.005674609 -0.448188901 879.827026367\n-0.446814299 0.048450906 0.893313766 154.727661133 0.014398949 0.998792529 -0.046969775 -20.108753204 -0.894510806 -0.008123990 -0.446972489 879.431396484\n-0.444984794 0.051672809 0.894046128 155.518188477 0.014726318 0.998621166 -0.050387304 -20.149837494 -0.895417035 -0.009255577 -0.445132136 879.040039062\n-0.443174243 0.053198129 0.894855738 156.322753906 0.016132871 0.998549223 -0.051372841 -20.196287155 -0.896290421 -0.008330523 -0.443389535 878.647399902\n-0.440915346 0.054235414 0.895908713 157.142578125 0.016672185 0.998495340 -0.052240584 -20.250490189 -0.897394001 -0.008096917 -0.441156149 878.250610352\n-0.438402295 0.053641818 0.897176564 157.993530273 0.017093025 0.998534441 -0.051349510 -20.299415588 -0.898616195 -0.007176282 -0.438676715 877.826843262\n-0.436095119 0.052901950 0.898344398 158.836303711 0.018564422 0.998587012 -0.049793098 -20.342039108 -0.899709165 -0.005037281 -0.436460972 877.414428711\n-0.434630156 0.051473062 0.899137020 159.684936523 0.020271147 0.998671591 -0.047372360 -20.394804001 -0.900380969 -0.002362912 -0.435096264 876.999023438\n-0.434073567 0.054020312 0.899256468 160.546264648 0.019657355 0.998530805 -0.050495289 -20.455493927 -0.900663078 -0.004241667 -0.434497714 876.588256836\n-0.433755279 0.058467723 0.899131775 161.462402344 0.019782677 0.998269856 -0.055370890 -20.500494003 -0.900813580 -0.006230182 -0.434161425 876.160583496\n-0.434403181 0.059278432 0.898765862 162.337402344 0.019104229 0.998213947 -0.056603868 -20.552453995 -0.900515974 -0.007418667 -0.434759736 875.739868164\n-0.436177611 0.053855982 0.898247659 163.223144531 0.018612068 0.998533845 -0.050831035 -20.608829498 -0.899668217 -0.005453106 -0.436540484 875.315185547\n-0.437705636 0.047886264 0.897842407 164.088134766 0.016298620 0.998839200 -0.045327205 -20.673812866 -0.898970723 -0.005206381 -0.437978029 874.886352539\n-0.440129638 0.047432341 0.896680653 164.985839844 0.014214905 0.998846769 -0.045859408 -20.720838547 -0.897821784 -0.007437851 -0.440296292 874.462890625\n-0.442443609 0.048191216 0.895500541 165.851806641 0.012234688 0.998786569 -0.047704693 -20.770038605 -0.896712840 -0.010150467 -0.442496419 874.033691406\n-0.445190549 0.046548694 0.894225359 166.734497070 0.008746954 0.998826325 -0.047639005 -20.827274323 -0.895393372 -0.013386676 -0.445075154 873.612670898\n-0.448127508 0.044198137 0.892876506 167.599975586 0.006513105 0.998911977 -0.046178110 -20.878263474 -0.893946052 -0.014878280 -0.447927833 873.185546875\n-0.450678706 0.044167373 0.891592979 168.509033203 0.005463822 0.998893023 -0.046720933 -20.937419891 -0.892669559 -0.016184622 -0.450421214 872.733520508\n-0.453211546 0.046759874 0.890175819 169.380004883 0.005882398 0.998758376 -0.049468707 -20.989757538 -0.891383708 -0.017183417 -0.452923894 872.295288086\n-0.455392838 0.051545847 0.888797283 170.232421875 0.008938487 0.998536944 -0.053330395 -21.044424057 -0.890245855 -0.016341770 -0.455187321 871.854370117\n-0.456752539 0.051874179 0.888080180 171.084960938 0.010923629 0.998550177 -0.052708730 -21.106119156 -0.889526844 -0.014373786 -0.456656933 871.407592773\n-0.458729386 0.050358545 0.887147903 171.964721680 0.012534943 0.998660147 -0.050206877 -21.169221878 -0.888487637 -0.011911020 -0.458745956 870.961669922\n-0.460132360 0.050857566 0.886392832 172.797973633 0.014050514 0.998650134 -0.050004724 -21.226478577 -0.887739420 -0.010554506 -0.460225821 870.521850586\n-0.462250113 0.054899260 0.885048747 173.623535156 0.015676273 0.998431623 -0.053744849 -21.288894653 -0.886611223 -0.010969287 -0.462385774 870.102233887\n-0.463560224 0.058955606 0.884101868 174.459716797 0.014524784 0.998155534 -0.058945414 -21.343877792 -0.885946333 -0.014483365 -0.463561535 869.673217773\n-0.464826584 0.059793640 0.883380473 175.274536133 0.013564134 0.998080850 -0.060420081 -21.402368546 -0.885297894 -0.016102567 -0.464745641 869.254028320\n-0.465345502 0.059235789 0.883144796 176.060668945 0.016052989 0.998158813 -0.058491588 -21.469003677 -0.884983540 -0.013041682 -0.465439558 868.832153320\n-0.464964867 0.060057808 0.883289754 176.864379883 0.018689375 0.998139977 -0.058028746 -21.540107727 -0.885131896 -0.010473195 -0.465222478 868.399841309\n-0.464873672 0.063399494 0.883104324 177.637817383 0.020886999 0.997940600 -0.060648695 -21.599254608 -0.885130763 -0.009748578 -0.465240479 867.995117188\n-0.463237405 0.064114898 0.883912146 178.401245117 0.020809527 0.997891545 -0.061476670 -21.664331436 -0.885990024 -0.010084493 -0.463594913 867.595092773\n-0.460893750 0.063500106 0.885180712 179.156494141 0.022519775 0.997952461 -0.059864465 -21.732162476 -0.887169659 -0.007657084 -0.461380124 867.204650879\n-0.455964208 0.063884504 0.887702405 179.911132812 0.025340941 0.997947991 -0.058802202 -21.790018082 -0.889637411 -0.004316479 -0.456647515 866.816101074\n-0.448847532 0.064951710 0.891244948 180.639892578 0.028700355 0.997888267 -0.058269586 -21.848217010 -0.893147588 -0.000575109 -0.449763894 866.441345215\n-0.440894246 0.067610674 0.895009160 181.369995117 0.031110812 0.997710824 -0.060043331 -21.902059555 -0.897019923 0.001371704 -0.441988468 866.084594727\n-0.431833267 0.071042992 0.899151266 182.079956055 0.034004252 0.997466803 -0.062479872 -21.965414047 -0.901312292 0.003594083 -0.433155060 865.738952637\n-0.422560215 0.073637947 0.903338552 182.777343750 0.035113335 0.997275710 -0.064870305 -22.024154663 -0.905654550 0.004307629 -0.423994660 865.415039062\n-0.411678314 0.076882817 0.908080399 183.470703125 0.036988616 0.997023582 -0.067644417 -22.084548950 -0.910578251 0.005740901 -0.413296700 865.095764160\n-0.398918509 0.078255378 0.913641214 184.158935547 0.039921142 0.996889353 -0.067955203 -22.142414093 -0.916117013 0.009365012 -0.400801659 864.794799805\n-0.383001685 0.077984795 0.920449972 184.834289551 0.043068659 0.996854007 -0.066537119 -22.206514359 -0.922743082 0.014158716 -0.385155439 864.512695312\n-0.364195466 0.077366382 0.928103507 185.507263184 0.045154177 0.996838450 -0.065377235 -22.264173508 -0.930227220 0.018097650 -0.366537571 864.252685547\n-0.341101527 0.075833283 0.936962903 186.162109375 0.045136869 0.996912301 -0.064253233 -22.329017639 -0.938942373 0.020374704 -0.343471169 864.011718750\n-0.314871907 0.074794285 0.946182609 186.814208984 0.042418815 0.997003078 -0.064695373 -22.384996414 -0.948185802 0.019765191 -0.317100883 863.813903809\n-0.284974337 0.076653711 0.955465198 187.459716797 0.039267927 0.996894121 -0.068265460 -22.437503815 -0.957730412 0.018065227 -0.287099361 863.638061523\n-0.250501752 0.079654567 0.964833796 188.090087891 0.037110366 0.996667027 -0.072647616 -22.494539261 -0.967404723 0.017606981 -0.252622843 863.483398438\n-0.210888982 0.081771620 0.974083900 188.712280273 0.033769533 0.996509612 -0.076343104 -22.553567886 -0.976926625 0.016794441 -0.212914348 863.373291016\n-0.166440845 0.081938103 0.982641101 189.326782227 0.029144956 0.996514857 -0.078158364 -22.601890564 -0.985620618 0.015630286 -0.168248892 863.286621094\n-0.117594719 0.077237383 0.990053535 189.959045410 0.023051916 0.996914446 -0.075034618 -22.653402328 -0.992794156 0.013998961 -0.119012356 863.236022949\n-0.064336181 0.068429932 0.995579422 190.582214355 0.019635702 0.997539818 -0.067295790 -22.708135605 -0.997735143 0.015219351 -0.065521598 863.213256836\n-0.009093285 0.060245112 0.998142302 191.193420410 0.013700405 0.998097301 -0.060117587 -22.761175156 -0.999864936 0.013128291 -0.009901404 863.229248047\n0.046918213 0.057067487 0.997267365 191.801452637 0.006892335 0.998324454 -0.057452250 -22.805767059 -0.998875022 0.009569063 0.046446264 863.279907227\n0.104534984 0.056607854 0.992908955 192.421630859 0.002708922 0.998358846 -0.057203770 -22.853128433 -0.994517624 0.008669512 0.104210079 863.362731934\n0.164644539 0.058397960 0.984622717 193.024230957 0.004312788 0.998193622 -0.059924014 -22.888389587 -0.986343563 0.014112626 0.164095223 863.473266602\n0.225512803 0.059484400 0.972422659 193.631591797 0.005113372 0.998048246 -0.062237795 -22.916118622 -0.974226892 0.019007785 0.224768519 863.619140625\n0.284587204 0.058513641 0.956862688 194.233551025 -0.000013618 0.998135746 -0.061033495 -22.954694748 -0.958650112 0.017356319 0.284057438 863.817993164\n0.341745019 0.058733605 0.937955618 194.813934326 -0.007849320 0.998188794 -0.059645422 -22.994380951 -0.939759910 0.013021211 0.341587067 864.076721191\n0.399829149 0.057197943 0.914803267 195.392517090 -0.010059476 0.998264730 -0.058019709 -23.030185699 -0.916534483 0.013995529 0.399710715 864.357910156\n0.456686437 0.053014170 0.888046801 195.964202881 -0.010873773 0.998480916 -0.054014876 -23.067602158 -0.889561296 0.015011446 0.456569135 864.678710938\n0.511293054 0.049582034 0.857975066 196.505249023 -0.013542156 0.998675227 -0.049642868 -23.089246750 -0.859299779 0.013763224 0.511287093 865.035888672\n0.562381983 0.046490263 0.825569689 197.034896851 -0.018020183 0.998870134 -0.043973897 -23.120992661 -0.826681256 0.009853219 0.562584341 865.443176270\n0.610197783 0.042902097 0.791086674 197.548095703 -0.019251835 0.999040782 -0.039330103 -23.148839951 -0.792015195 0.008769277 0.610438466 865.884399414\n0.654724717 0.041964341 0.754701674 198.059463501 -0.022789314 0.999099672 -0.035783459 -23.174514771 -0.755523860 0.006229181 0.655091584 866.347045898\n0.693753242 0.040682260 0.719062865 198.542251587 -0.024582442 0.999159157 -0.032812022 -23.198410034 -0.719793141 0.005087126 0.694169998 866.854064941\n0.728582025 0.041328132 0.683710635 199.006637573 -0.026924934 0.999134600 -0.031702515 -23.222013474 -0.684429169 0.004689022 0.729064345 867.397888184\n0.759790719 0.043245126 0.648727894 199.467407227 -0.029547283 0.999051273 -0.031992376 -23.243434906 -0.649495959 0.005139363 0.760347664 867.960510254\n0.785853088 0.046680689 0.616648912 199.899505615 -0.034312595 0.998902261 -0.031889763 -23.267795563 -0.617460608 0.003901846 0.786592126 868.561523438\n0.808181286 0.047611907 0.587006032 200.336120605 -0.035663247 0.998854101 -0.031916160 -23.290935516 -0.587852955 0.004859504 0.808953226 869.193847656\n0.827343345 0.044879276 0.559900820 200.759735107 -0.034584347 0.998981833 -0.028970227 -23.315048218 -0.560630858 0.004604524 0.828053057 869.845214844\n0.843791962 0.034225658 0.535578012 201.176483154 -0.025430540 0.999393225 -0.023800092 -23.341087341 -0.536067605 0.006462289 0.844150305 870.515441895\n0.859223068 0.024503980 0.511013985 201.592681885 -0.015246424 0.999635100 -0.022298725 -23.367061615 -0.511373937 0.011368445 0.859283149 871.210632324\n0.873609185 0.014686173 0.486406595 201.992813110 -0.003895110 0.999723494 -0.023189057 -23.389259338 -0.486612678 0.018363565 0.873424828 871.921875000\n0.887063384 0.006948165 0.461595416 202.392013550 0.006800225 0.999581575 -0.028114425 -23.414669037 -0.461597621 0.028078228 0.886644959 872.679687500\n0.899299026 -0.000741656 0.437333643 202.768920898 0.016515041 0.999342859 -0.032265507 -23.443132401 -0.437022328 0.036238924 0.898720324 873.431518555\n0.909278512 -0.009731632 0.416074425 203.139205933 0.026897000 0.999010682 -0.035414007 -23.477348328 -0.415318161 0.043392349 0.908640742 874.213439941\n0.917317331 -0.012769622 0.397952110 203.485305786 0.030056627 0.998854518 -0.037231799 -23.510484695 -0.397020847 0.046114475 0.916650414 875.017456055\n0.923267484 -0.012514782 0.383953869 203.802459717 0.029464956 0.998831928 -0.038295940 -23.556182861 -0.383026123 0.046670575 0.922557771 875.844970703\n0.928074479 -0.010766837 0.372238934 204.151885986 0.028561193 0.998695672 -0.042322602 -23.597621918 -0.371297747 0.049910117 0.927171469 876.700866699\n0.930816591 -0.008162241 0.365395457 204.474395752 0.026474180 0.998630106 -0.045133427 -23.631576538 -0.364526510 0.051684488 0.929757595 877.546813965\n0.932079554 -0.006885486 0.362188250 204.798355103 0.024626775 0.998710692 -0.044389915 -23.680368423 -0.361415625 0.050294459 0.931047380 878.413574219\n0.932673573 -0.007220119 0.360649198 205.131484985 0.023491576 0.998893023 -0.040753856 -23.717098236 -0.359955698 0.046482265 0.931810737 879.294006348\n0.932922721 -0.010081774 0.359935403 205.461898804 0.025242403 0.998979807 -0.037444841 -23.759889603 -0.359190702 0.044018779 0.932225525 880.181091309\n0.933426678 -0.009955559 0.358630002 205.829711914 0.024734296 0.999022245 -0.036644530 -23.796562195 -0.357914537 0.043075442 0.932760239 881.118774414\n0.933670819 -0.011785179 0.357938439 206.175003052 0.026832866 0.998951197 -0.037102040 -23.837985992 -0.357125759 0.044245604 0.933007777 882.025085449\n0.934434175 -0.013984841 0.355861187 206.531158447 0.028983394 0.998900414 -0.036850363 -23.878736496 -0.354954541 0.044748303 0.933812022 882.941833496\n0.934686959 -0.016246879 0.355100393 206.866851807 0.031619139 0.998795152 -0.037529364 -23.915147781 -0.354062825 0.046306178 0.934074521 883.883483887\n0.935664177 -0.019100510 0.352374405 207.241104126 0.034067526 0.998759270 -0.036322031 -23.953491211 -0.351243436 0.045989748 0.935153961 884.837280273\n0.936861157 -0.021726267 0.349026084 207.600097656 0.035879299 0.998772979 -0.034135882 -23.991239548 -0.347856164 0.044503391 0.936491072 885.784912109\n0.937749207 -0.024422243 0.346453458 207.944183350 0.037705939 0.998787463 -0.031652413 -24.039323807 -0.345260352 0.042745378 0.937533021 886.746398926\n0.939003646 -0.027601143 0.342797726 208.296035767 0.041098446 0.998637080 -0.032170773 -24.076246262 -0.341442555 0.044296928 0.938858211 887.710510254\n0.940488398 -0.028273776 0.338647574 208.662246704 0.041376315 0.998645902 -0.031532642 -24.121303558 -0.337297469 0.043668073 0.940384746 888.673583984\n0.941740632 -0.030667398 0.334938884 209.005599976 0.043090992 0.998628914 -0.029722393 -24.158611298 -0.333568156 0.042423636 0.941770971 889.643798828\n0.942911148 -0.034855381 0.331215471 209.347274780 0.045886800 0.998620033 -0.025541965 -24.194549561 -0.329868138 0.039282221 0.943209350 890.619140625\n0.944151759 -0.037137944 0.327411443 209.684921265 0.046959970 0.998651326 -0.022141807 -24.228916168 -0.326147586 0.036280457 0.944622397 891.590637207\n0.945342779 -0.039217886 0.323711365 210.017730713 0.047935192 0.998669803 -0.018996766 -24.272232056 -0.322535723 0.033475619 0.945965171 892.568786621\n0.946747005 -0.040242821 0.319453686 210.353363037 0.048655678 0.998646200 -0.018394765 -24.294027328 -0.318280935 0.032958422 0.947423339 893.545715332\n0.947878540 -0.039644044 0.316155970 210.674987793 0.046891838 0.998782098 -0.015346878 -24.321212769 -0.315162510 0.029372109 0.948583126 894.531677246\n0.948981464 -0.036565185 0.313204676 210.997924805 0.043366414 0.998950005 -0.014773511 -24.337322235 -0.312335610 0.027602350 0.949570715 895.510986328\n0.949622273 -0.033255097 0.311627388 211.307250977 0.039751697 0.999104142 -0.014516667 -24.377435684 -0.310865462 0.026173068 0.950093508 896.507324219\n0.950077355 -0.029558185 0.310611218 211.621704102 0.037134759 0.999138892 -0.018505972 -24.404005051 -0.309796751 0.029116577 0.950356901 897.484008789\n0.950401723 -0.027811348 0.309779108 211.933074951 0.035645898 0.999171138 -0.019657964 -24.434865952 -0.308975637 0.029725317 0.950605333 898.457153320\n0.950485289 -0.028797200 0.309432507 212.245376587 0.036951445 0.999106288 -0.020522542 -24.471607208 -0.308564961 0.030940350 0.950699925 899.437133789\n0.950682342 -0.030231431 0.308689386 212.560852051 0.038460042 0.999047697 -0.020605320 -24.494197845 -0.307772487 0.031461321 0.950939655 900.434020996\n0.950592875 -0.030494777 0.308938891 212.879013062 0.038944177 0.999016047 -0.021218717 -24.530300140 -0.307987869 0.032201733 0.950845182 901.396118164\n0.950253606 -0.033622038 0.309657365 213.203430176 0.041854508 0.998923957 -0.019978656 -24.561046600 -0.308652431 0.031945344 0.950638294 902.344848633\n0.949040711 -0.037179586 0.312952697 213.506469727 0.045279391 0.998800218 -0.018651403 -24.585962296 -0.311883777 0.031871248 0.949585557 903.326171875\n0.947700441 -0.041689597 0.316426754 213.831893921 0.048786495 0.998703480 -0.014535544 -24.611389160 -0.315410525 0.029212693 0.948505580 904.276306152\n0.945922554 -0.046127930 0.321096152 214.152648926 0.052474190 0.998560190 -0.011133748 -24.639678955 -0.320120245 0.027380921 0.946981192 905.221374512\n0.943756104 -0.045829408 0.327450991 214.466049194 0.050912160 0.998678863 -0.006962265 -24.672821045 -0.326699317 0.023241917 0.944842517 906.178955078\n0.941397369 -0.043933805 0.334426105 214.794845581 0.048379876 0.998816609 -0.004972308 -24.690584183 -0.333811909 0.020860413 0.942408860 907.117309570\n0.938220501 -0.041390315 0.343553692 215.124069214 0.045164142 0.998975098 -0.002986524 -24.712993622 -0.343077987 0.018318325 0.939128280 908.028686523\n0.934256494 -0.037416302 0.354633361 215.464691162 0.041695561 0.999120533 -0.004429804 -24.728967667 -0.354155719 0.018925209 0.934994936 908.941833496\n0.929414630 -0.031098319 0.367724538 215.807662964 0.034757752 0.999390244 -0.003331315 -24.750679016 -0.367396712 0.015877448 0.929928780 909.856933594\n0.923532903 -0.026792487 0.382582217 216.160827637 0.031180309 0.999499857 -0.005271949 -24.764478683 -0.382249624 0.016797850 0.923906446 910.741699219\n0.916952133 -0.025462633 0.398183942 216.543670654 0.029413546 0.999560058 -0.003815783 -24.782823563 -0.397911578 0.015210890 0.917297661 911.611389160\n0.908995509 -0.023640495 0.416135043 216.928619385 0.028692920 0.999570906 -0.005890842 -24.796113968 -0.415817231 0.017294876 0.909283757 912.472900391\n0.900213897 -0.024601799 0.434752405 217.350112915 0.030299447 0.999521792 -0.006178115 -24.815280914 -0.434392512 0.018734384 0.900528789 913.338439941\n0.890462220 -0.024105731 0.454418302 217.775131226 0.032005560 0.999440610 -0.009699200 -24.834949493 -0.453930318 0.023180682 0.890735626 914.165527344\n0.880025744 -0.026356000 0.474194169 218.225982666 0.035962235 0.999290407 -0.011198778 -24.856758118 -0.473562539 0.026908295 0.880349100 914.979614258\n0.868614078 -0.026636794 0.494772792 218.684707642 0.038279034 0.999177098 -0.013409857 -24.886636734 -0.494008452 0.030587414 0.868918896 915.781066895\n0.855903983 -0.030085800 0.516258836 219.165100098 0.043143157 0.998980224 -0.013309767 -24.909576416 -0.515331924 0.033664916 0.856329203 916.563903809\n0.842246354 -0.031870920 0.538149893 219.671310425 0.045608334 0.998884618 -0.012223510 -24.934680939 -0.537160099 0.034839328 0.842760503 917.336303711\n0.827134609 -0.032425106 0.561067700 220.161041260 0.045987904 0.998891234 -0.010068358 -24.953006744 -0.560119152 0.034130212 0.827708721 918.081359863\n0.811293244 -0.033845421 0.583658934 220.699890137 0.047798153 0.998820662 -0.008520070 -24.969406128 -0.582682252 0.034810092 0.811954260 918.815002441\n0.794787526 -0.032755289 0.606003225 221.251892090 0.049000304 0.998745859 -0.010281494 -24.985385895 -0.604906380 0.037865948 0.795395732 919.527221680\n0.777669668 -0.030376870 0.627938807 221.810485840 0.049317237 0.998701572 -0.012764128 -25.009382248 -0.626735747 0.040894482 0.778158069 920.225097656\n0.760294199 -0.026301514 0.649046242 222.367431641 0.048172724 0.998711526 -0.015958522 -25.031129837 -0.647790253 0.043399494 0.760581613 920.868103027\n0.741103411 -0.023615459 0.670975506 222.952575684 0.047652598 0.998710990 -0.017482730 -25.055017471 -0.669697702 0.044930235 0.741273403 921.516845703\n0.721912742 -0.021858064 0.691638827 223.570343018 0.046857674 0.998750985 -0.017344873 -25.080650330 -0.690395832 0.044930071 0.722035289 922.138610840\n0.701607108 -0.021607524 0.712236345 224.206512451 0.046844762 0.998776495 -0.015845204 -25.104621887 -0.711022556 0.044481646 0.701760888 922.762756348\n0.680550098 -0.020961847 0.732401669 224.849700928 0.046927992 0.998785377 -0.015019714 -25.131256104 -0.731197178 0.044591807 0.680707157 923.372375488\n0.658691525 -0.017163286 0.752217293 225.504974365 0.045081787 0.998843908 -0.016686067 -25.156263351 -0.751061320 0.044902273 0.658703804 923.946716309\n0.635673642 -0.012629895 0.771854579 226.178039551 0.043882772 0.998840511 -0.019796312 -25.178379059 -0.770709634 0.046455111 0.635490894 924.504272461\n0.611303926 -0.009858745 0.791334569 226.861236572 0.043276634 0.998842657 -0.020987131 -25.203163147 -0.790211797 0.047075808 0.611023068 925.035156250\n0.585143507 -0.006850387 0.810900867 227.565231323 0.039131004 0.999037981 -0.019797068 -25.226333618 -0.809985161 0.043315489 0.584848642 925.544616699\n0.557609618 -0.005435676 0.830085576 228.278457642 0.036320187 0.999180675 -0.017855106 -25.258583069 -0.829308450 0.040105037 0.557350159 926.018310547\n0.529481411 -0.002769413 0.848317087 229.017913818 0.033384848 0.999288023 -0.017575050 -25.279932022 -0.847664416 0.037626594 0.529196858 926.483642578\n0.500405192 -0.000016361 0.865791440 229.766006470 0.031340808 0.999344945 -0.018095300 -25.298768997 -0.865224004 0.036189582 0.500077903 926.919799805\n0.471526921 0.001241105 0.881850839 230.549758911 0.031439736 0.999339640 -0.018217331 -25.322570801 -0.881291091 0.036315117 0.471176505 927.329040527\n0.441307843 0.001277447 0.897354960 231.342803955 0.030472331 0.999400914 -0.016408630 -25.344493866 -0.896838307 0.034585752 0.441004515 927.728393555\n0.410966456 0.002194871 0.911647797 232.140823364 0.026978571 0.999529839 -0.014568264 -25.375850677 -0.911251187 0.030582022 0.410714030 928.095825195\n0.380235910 0.004079604 0.924880624 232.963485718 0.024492554 0.999595165 -0.014478524 -25.394142151 -0.924565256 0.028157944 0.379982054 928.441162109\n0.349806786 0.006308817 0.936800718 233.789581299 0.020184282 0.999694467 -0.014269299 -25.417558670 -0.936604500 0.023900146 0.349572539 928.746887207\n0.317385018 0.010608537 0.948237419 234.656494141 0.011796184 0.999815881 -0.015133886 -25.436056137 -0.948223352 0.015988851 0.317201436 929.067504883\n0.285493672 0.013843304 0.958280683 235.522827148 0.005476516 0.999855757 -0.016075477 -25.449783325 -0.958365023 0.009837487 0.285376668 929.325439453\n0.253158808 0.015638161 0.967298388 236.392852783 0.003641999 0.999846876 -0.017117543 -25.476829529 -0.967417955 0.007856358 0.253063083 929.564208984\n0.222041130 0.020280147 0.974826396 237.329681396 0.004188609 0.999754608 -0.021752810 -25.497714996 -0.975028336 0.008913185 0.221901715 929.795227051\n0.193502843 0.024947876 0.980782568 238.241821289 0.007701893 0.999607205 -0.026946258 -25.523870468 -0.981069565 0.012768062 0.193234742 929.963256836\n0.167050064 0.026313547 0.985597312 239.170471191 0.017314211 0.999411345 -0.029616967 -25.552495956 -0.985796511 0.022012357 0.166496098 930.111999512\n0.140869558 0.024927134 0.989714265 240.158874512 0.022260888 0.999350488 -0.028338302 -25.584295273 -0.989777863 0.026023922 0.140223145 930.279296875\n0.117846727 0.020485634 0.992820442 241.127685547 0.025532154 0.999394178 -0.023651915 -25.611703873 -0.992703497 0.028136147 0.117252290 930.374755859\n0.095427275 0.015366293 0.995317876 242.099548340 0.025809119 0.999506533 -0.017905442 -25.640529633 -0.995101810 0.027396942 0.094983637 930.469848633\n0.073870957 0.011487265 0.997201681 243.103393555 0.024022950 0.999623001 -0.013294737 -25.658597946 -0.996978462 0.024937822 0.073567152 930.550781250\n0.053429008 0.013299515 0.998483181 244.099304199 0.020504428 0.999685884 -0.014412735 -25.678892136 -0.998361170 0.021243384 0.053139567 930.605224609\n0.035335362 0.019347280 0.999188364 245.093505859 0.019712366 0.999604583 -0.020052455 -25.699508667 -0.999181211 0.020404927 0.034940064 930.645324707\n0.019522071 0.024454463 0.999510467 246.101318359 0.018949911 0.999512196 -0.024824636 -25.724258423 -0.999629974 0.019425262 0.019049168 930.668395996\n0.004780293 0.024324246 0.999692678 247.158142090 0.020547654 0.999490678 -0.024417585 -25.748397827 -0.999777436 0.020658063 0.004278064 930.676147461\n-0.009068131 0.021723220 0.999722898 248.200744629 0.021390932 0.999539435 -0.021525202 -25.783702850 -0.999730051 0.021189809 -0.009528637 930.661560059\n-0.021151662 0.023487849 0.999500394 249.268676758 0.023249110 0.999465227 -0.022995019 -25.808088303 -0.999505937 0.022751110 -0.021686435 930.653869629\n-0.030414224 0.025455797 0.999213338 250.355041504 0.025143454 0.999378800 -0.024694700 -25.835361481 -0.999221206 0.024372606 -0.031035423 930.623291016\n-0.038445354 0.025535805 0.998934567 251.430114746 0.026418509 0.999349952 -0.024529684 -25.860961914 -0.998911560 0.025447311 -0.039094925 930.584594727\n-0.045495749 0.022117198 0.998719752 252.519531250 0.026176866 0.999437988 -0.020940645 -25.898841858 -0.998621583 0.025190642 -0.046049118 930.540893555\n-0.051601648 0.020698683 0.998453379 253.629333496 0.026908992 0.999450982 -0.019328672 -25.917196274 -0.998305261 0.025869982 -0.052130342 930.479980469\n-0.058798790 0.021596750 0.998036385 254.725219727 0.023971936 0.999508202 -0.020216314 -25.942752838 -0.997982204 0.022736171 -0.059287548 930.424987793\n-0.065631032 0.022480743 0.997590780 255.825805664 0.021715490 0.999541581 -0.021096054 -25.974088669 -0.997607768 0.020278616 -0.066089153 930.356811523\n-0.072475433 0.020787802 0.997153580 256.934082031 0.020896643 0.999594927 -0.019319883 -25.999149323 -0.997151315 0.019436948 -0.072880507 930.270507812\n-0.080239177 0.016501561 0.996639073 258.050048828 0.017476261 0.999732554 -0.015145771 -26.026374817 -0.996622443 0.016202241 -0.080506086 930.186401367\n-0.087814569 0.014385929 0.996033013 259.176940918 0.016471401 0.999779999 -0.012987859 -26.054002762 -0.996000707 0.015265535 -0.088032246 930.093505859\n-0.095158219 0.015340030 0.995344043 260.295410156 0.014381954 0.999798059 -0.014033713 -26.071229935 -0.995358348 0.012979568 -0.095359683 929.993469238\n-0.102505565 0.016989196 0.994587362 261.432617188 0.011114969 0.999811292 -0.015932884 -26.094451904 -0.994670391 0.009421600 -0.102674961 929.888549805\n-0.109686852 0.018458363 0.993794799 262.562500000 0.009216833 0.999803483 -0.017552689 -26.117177963 -0.993923426 0.007234341 -0.109835505 929.766845703\n-0.116906762 0.018620061 0.992968321 263.714599609 0.005834803 0.999819875 -0.018061582 -26.151546478 -0.993125796 0.003682253 -0.116994381 929.647460938\n-0.123337984 0.017950056 0.992202520 264.865966797 0.003621730 0.999837875 -0.017637985 -26.172683716 -0.992358267 0.001418059 -0.123383045 929.509338379\n-0.129074931 0.016606187 0.991495907 266.040161133 0.001000598 0.999861419 -0.016616041 -26.199373245 -0.991634429 -0.001152625 -0.129073739 929.363769531\n-0.135271311 0.018293420 0.990639687 267.202392578 -0.002185293 0.999821603 -0.018761376 -26.225755692 -0.990806162 -0.004702715 -0.135207176 929.213867188\n-0.141529560 0.020870594 0.989714146 268.373535156 -0.004693782 0.999752343 -0.021753490 -26.259040833 -0.989923000 -0.007724260 -0.141396523 929.057312012\n-0.147746325 0.022364719 0.988772571 269.562744141 -0.005957157 0.999706030 -0.023502164 -26.288093567 -0.989007533 -0.009362626 -0.147569656 928.887329102\n-0.153815508 0.021507327 0.987865448 270.746398926 -0.008583408 0.999696255 -0.023101380 -26.318088531 -0.988062263 -0.012032604 -0.153584242 928.712951660\n-0.160367370 0.019670555 0.986861408 271.942687988 -0.009950124 0.999718368 -0.021543745 -26.356676102 -0.987007260 -0.013274307 -0.160126567 928.525329590\n-0.166401625 0.020321043 0.985848725 273.135742188 -0.006614153 0.999742150 -0.021723833 -26.390331268 -0.986035943 -0.010135435 -0.166224360 928.319946289\n-0.173420429 0.020751156 0.984629273 274.339843750 -0.006455209 0.999732554 -0.022206400 -26.436267853 -0.984826803 -0.010207030 -0.173240066 928.128112793\n-0.179492235 0.020850936 0.983538508 275.528625488 -0.003652859 0.999754310 -0.021861345 -26.472976685 -0.983752728 -0.007516667 -0.179371953 927.904479980\n-0.186601996 0.018207325 0.982266963 276.718322754 -0.000994070 0.999824226 -0.018721612 -26.512586594 -0.982435167 -0.004469931 -0.186551094 927.695312500\n-0.193017364 0.016219245 0.981061280 277.897033691 -0.001772298 0.999855995 -0.016878655 -26.544656754 -0.981193721 -0.004996606 -0.192960858 927.451110840\n-0.200773239 0.013065971 0.979550600 279.082519531 -0.002592106 0.999900460 -0.013868704 -26.576141357 -0.979634285 -0.005323564 -0.200719476 927.215576172\n-0.209343433 0.010059872 0.977790534 280.256164551 -0.002957636 0.999935985 -0.010920939 -26.606185913 -0.977837861 -0.005178175 -0.209300280 926.978027344\n-0.216788530 0.009799954 0.976169467 281.435852051 0.000614306 0.999950767 -0.009902275 -26.632144928 -0.976218462 -0.001547032 -0.216783881 926.708984375\n-0.223581553 0.011799541 0.974613845 282.601135254 -0.000644535 0.999924719 -0.012253837 -26.656158447 -0.974685073 -0.003367904 -0.223557115 926.441955566\n-0.231191874 0.016524579 0.972767830 283.769042969 0.005620883 0.999861777 -0.015648946 -26.682285309 -0.972891927 0.001849905 -0.231252789 926.164611816\n-0.238388896 0.015663723 0.971043587 284.928771973 0.005915372 0.999874771 -0.014676587 -26.707942963 -0.971151888 0.002245350 -0.238451719 925.881347656\n-0.246355057 0.012809388 0.969094992 286.104003906 0.004208267 0.999917388 -0.012147006 -26.737155914 -0.969170511 0.001085735 -0.246388555 925.597595215\n-0.253710628 0.011652531 0.967210174 287.261718750 0.004020175 0.999931514 -0.010992207 -26.761735916 -0.967271984 0.001099517 -0.253740072 925.298950195\n-0.260789752 0.012754392 0.965311527 288.414978027 0.003143518 0.999918640 -0.012362392 -26.793121338 -0.965390682 -0.000189509 -0.260808587 924.995239258\n-0.267661333 0.016013099 0.963380098 289.557128906 0.003080816 0.999871016 -0.015763683 -26.823520660 -0.963508248 -0.001251330 -0.267676115 924.690734863\n-0.273599505 0.021291701 0.961607993 290.700744629 0.002609111 0.999767721 -0.021394273 -26.847042084 -0.961840153 -0.003344519 -0.273591518 924.362365723\n-0.279338598 0.027222242 0.959806859 291.827270508 0.005148776 0.999626160 -0.026853129 -26.885772705 -0.960179031 -0.002559280 -0.279374361 924.039794922\n-0.283048630 0.031035801 0.958603263 292.985412598 0.009725844 0.999517798 -0.029488683 -26.935314178 -0.959056199 0.000976496 -0.283213973 923.704284668\n-0.285404921 0.032633353 0.957851410 294.117797852 0.013977972 0.999455571 -0.029885855 -26.980119705 -0.958305240 0.004859253 -0.285705686 923.362976074\n-0.287530541 0.031997137 0.957236946 295.274475098 0.016390651 0.999459803 -0.028485157 -27.033246994 -0.957631290 0.007499384 -0.287899733 923.018127441\n-0.289326429 0.031898383 0.956698954 296.403930664 0.018802522 0.999441147 -0.027637215 -27.078275681 -0.957045913 0.009992179 -0.289764524 922.672973633\n-0.291460037 0.029843722 0.956117392 297.562377930 0.017531063 0.999512017 -0.025854100 -27.125442505 -0.956422389 0.009226318 -0.291841030 922.330566406\n-0.293319225 0.027464442 0.955619931 298.701049805 0.014149390 0.999602497 -0.024385465 -27.166305542 -0.955909789 0.006368713 -0.293591261 921.990112305\n-0.295010686 0.023462985 0.955205858 299.849914551 0.011433505 0.999713600 -0.021025058 -27.201801300 -0.955425560 0.004718734 -0.295194387 921.648132324\n-0.295900345 0.021395897 0.954979241 301.026916504 0.008917393 0.999767423 -0.019636305 -27.234357834 -0.955177248 0.002705536 -0.296022296 921.292968750\n-0.297362566 0.025825657 0.954415500 302.180664062 0.007992721 0.999666393 -0.024559861 -27.269683838 -0.954731405 0.000325197 -0.297469854 920.941955566\n-0.298756242 0.032645971 0.953770995 303.327453613 0.009292598 0.999466836 -0.031299282 -27.299278259 -0.954284310 -0.000487842 -0.298900247 920.594787598\n-0.299180627 0.033149231 0.953620553 304.476257324 0.009798419 0.999450386 -0.031668272 -27.348922729 -0.954146206 -0.000130559 -0.299341083 920.228027344\n-0.299691558 0.030559273 0.953546822 305.632324219 0.011106362 0.999530911 -0.028542345 -27.396345139 -0.953971684 0.002036539 -0.299890399 919.859741211\n-0.300524235 0.027876614 0.953366876 306.797851562 0.012635848 0.999601424 -0.025245400 -27.429220200 -0.953690648 0.004459746 -0.300756693 919.503967285\n-0.301028013 0.026344860 0.953251302 307.934570312 0.013267168 0.999637246 -0.023437172 -27.478439331 -0.953522980 0.005591699 -0.301268339 919.133422852\n-0.301569104 0.027795551 0.953039289 309.091308594 0.013056708 0.999601603 -0.025022039 -27.513763428 -0.953355134 0.004897686 -0.301811814 918.764892578\n-0.302389741 0.030817674 0.952686131 310.260009766 0.013486570 0.999515474 -0.028051784 -27.555589676 -0.953088999 0.004365897 -0.302658916 918.403991699\n-0.302653074 0.033399843 0.952515364 311.431823730 0.014779434 0.999430120 -0.030348871 -27.596321106 -0.952986181 0.004892458 -0.302974224 918.028198242\n-0.303117752 0.034716651 0.952320516 312.595153809 0.015525463 0.999383450 -0.031490661 -27.644481659 -0.952826619 0.005239837 -0.303469896 917.659362793\n-0.303803205 0.035400055 0.952077031 313.775146484 0.015737977 0.999359608 -0.032136206 -27.689184189 -0.952604949 0.005220685 -0.304165840 917.286621094\n-0.304117322 0.036019776 0.951953411 314.960815430 0.016005589 0.999337077 -0.032699414 -27.733102798 -0.952500165 0.005292115 -0.304492235 916.903625488\n-0.304880977 0.038714565 0.951603234 316.175659180 0.017145794 0.999234617 -0.035159092 -27.781343460 -0.952236056 0.005596656 -0.305311441 916.518615723\n-0.305768728 0.040833429 0.951229692 317.396911621 0.018219465 0.999147892 -0.037033841 -27.831954956 -0.951931357 0.006007105 -0.306252241 916.134094238\n-0.306515694 0.042693786 0.950907707 318.605224609 0.020784102 0.999055624 -0.038155980 -27.883100510 -0.951638758 0.008068356 -0.307113647 915.739868164\n-0.307493448 0.042470798 0.950602055 319.864196777 0.022905305 0.999044359 -0.037225869 -27.939989090 -0.951274633 0.010327122 -0.308172345 915.344177246\n-0.308312535 0.042200271 0.950348735 321.093994141 0.023469735 0.999048889 -0.036748748 -27.992908478 -0.950995684 0.010974334 -0.309009671 914.937683105\n-0.311010003 0.038843747 0.949612737 322.331298828 0.021009650 0.999201298 -0.033991244 -28.048814774 -0.950174570 0.009379419 -0.311577678 914.545898438\n-0.313107729 0.037173409 0.948989868 323.584777832 0.016567660 0.999295413 -0.033677656 -28.100442886 -0.949573159 0.005177808 -0.313503027 914.140075684\n-0.315359354 0.038572732 0.948188245 324.838623047 0.019867711 0.999222934 -0.034041025 -28.149827957 -0.948764503 0.008103178 -0.315880656 913.724365234\n-0.317586780 0.039928067 0.947388232 326.073669434 0.020173009 0.999171436 -0.035348028 -28.194925308 -0.948014677 0.007885609 -0.318129063 913.309997559\n-0.318751097 0.038680442 0.947049022 327.331542969 0.022806065 0.999190688 -0.033134174 -28.244333267 -0.947564244 0.011036913 -0.319375277 912.877502441\n-0.320866346 0.035532683 0.946457744 328.607604980 0.024568945 0.999271989 -0.029186161 -28.293577194 -0.946805775 0.013888612 -0.321505666 912.453002930\n-0.323541999 0.030862985 0.945710599 329.875976562 0.022007855 0.999442995 -0.025087314 -28.345878601 -0.945958078 0.012696262 -0.324041009 912.021545410\n-0.325883985 0.028643815 0.944975734 331.123168945 0.019389106 0.999533176 -0.023611022 -28.390197754 -0.945210874 0.010627781 -0.326287150 911.598510742\n-0.328042507 0.023940174 0.944359601 332.370666504 0.014607678 0.999687850 -0.020268509 -28.439235687 -0.944550097 0.007145968 -0.328289866 911.175231934\n-0.330063820 0.023601344 0.943663418 333.615051270 0.014551299 0.999695837 -0.019913143 -28.476474762 -0.943846345 0.007158918 -0.330306888 910.747314453\n-0.331606507 0.022467319 0.943150222 334.840881348 0.013085514 0.999729753 -0.019214336 -28.522415161 -0.943327069 0.005970006 -0.331810951 910.313781738\n-0.333952665 0.021937363 0.942334712 336.067626953 0.012512212 0.999744236 -0.018839663 -28.565149307 -0.942506969 0.005499137 -0.334141731 909.887817383\n-0.335325718 0.019311070 0.941904485 337.291870117 0.011504546 0.999799311 -0.016402330 -28.604379654 -0.942032158 0.005336060 -0.335480571 909.458862305\n-0.336787939 0.017528387 0.941417396 338.506896973 0.011696381 0.999827445 -0.014431603 -28.642190933 -0.941507936 0.006150789 -0.336934805 909.020141602\n-0.338389397 0.017772153 0.940838516 339.711425781 0.010944456 0.999828339 -0.014950088 -28.677581787 -0.940942705 0.005238016 -0.338525772 908.589355469\n-0.340290546 0.018293655 0.940142334 340.894348145 0.009335772 0.999827206 -0.016075881 -28.710636139 -0.940273941 0.003306484 -0.340402484 908.165710449\n-0.342196584 0.017782176 0.939460278 342.079650879 0.009512860 0.999835253 -0.015459921 -28.746459961 -0.939580381 0.003646623 -0.342309356 907.735900879\n-0.343922257 0.014514231 0.938885987 343.262268066 0.008914662 0.999885917 -0.012191710 -28.778526306 -0.938955903 0.004176849 -0.344012499 907.312500000\n-0.345281005 0.009955298 0.938446462 344.440185547 0.008453732 0.999936163 -0.007497229 -28.804733276 -0.938461185 0.005344724 -0.345343113 906.879699707\n-0.346589565 0.004189445 0.938007593 345.607116699 0.005787792 0.999980569 -0.002327674 -28.832443237 -0.937999070 0.004622245 -0.346607089 906.449218750\n-0.348016143 0.001547551 0.937487304 346.772094727 0.000277759 0.999998748 -0.001547632 -28.851474762 -0.937488556 -0.000278206 -0.348016143 906.033569336\n-0.349317193 -0.000317647 0.937004507 347.933166504 -0.005353815 0.999984324 -0.001656915 -28.863981247 -0.936989307 -0.005595338 -0.349313378 905.622802734\n-0.350368381 0.001687699 0.936610758 349.068115234 -0.006962982 0.999966025 -0.004406579 -28.884120941 -0.936586380 -0.008065526 -0.350344658 905.202453613\n-0.350603104 0.002272081 0.936521411 350.231994629 -0.008938485 0.999943376 -0.005772226 -28.896160126 -0.936481476 -0.010394843 -0.350562930 904.774658203\n-0.350520849 0.003209545 0.936549485 351.354003906 -0.006564019 0.999961138 -0.005883561 -28.921098709 -0.936532021 -0.008209839 -0.350486159 904.351135254\n-0.350309968 0.002058636 0.936631739 352.471069336 -0.003698557 0.999986768 -0.003581183 -28.942419052 -0.936626732 -0.004718709 -0.350297689 903.938659668\n-0.349795580 0.002314560 0.936823130 353.560302734 -0.002400942 0.999991477 -0.003367102 -28.966133118 -0.936822891 -0.003427056 -0.349786997 903.523681641\n-0.350003123 0.001165007 0.936747849 354.652526855 -0.002680825 0.999993861 -0.002245319 -28.985557556 -0.936744690 -0.003297126 -0.349997878 903.132690430\n-0.349843860 0.001383363 0.936807036 355.705078125 -0.002442537 0.999994159 -0.002388818 -29.006462097 -0.936804891 -0.003123899 -0.349838495 902.739013672\n-0.349642634 0.000675706 0.936882913 356.734985352 -0.002901482 0.999994159 -0.001804050 -29.026397705 -0.936878681 -0.003349122 -0.349638700 902.361633301\n-0.349534869 -0.000467157 0.936923325 357.738098145 -0.003381961 0.999993980 -0.000763092 -29.050380707 -0.936917365 -0.003435365 -0.349534392 901.986877441\n-0.348992229 -0.000323937 0.937125802 358.713378906 -0.001958963 0.999998033 -0.000383861 -29.070810318 -0.937123835 -0.001969758 -0.348992109 901.612976074\n-0.348929405 -0.000025387 0.937148929 359.692138672 -0.001289070 0.999999046 -0.000452871 -29.090219498 -0.937148094 -0.001366070 -0.348929167 901.269775391\n-0.348796844 -0.000097060 0.937198460 360.610534668 -0.000370758 0.999999940 -0.000034421 -29.105253220 -0.937198400 -0.000359480 -0.348796844 900.932373047\n-0.348417163 -0.002420861 0.937336504 361.517944336 -0.001584047 0.999996781 0.001993888 -29.121704102 -0.937338293 -0.000790080 -0.348419905 900.588745117\n-0.347901464 -0.004393653 0.937520921 362.395446777 -0.001212800 0.999990284 0.004236360 -29.142688751 -0.937530398 0.000336810 -0.347903371 900.268249512\n-0.347065449 -0.004707074 0.937829256 363.236206055 -0.002197101 0.999988735 0.004205972 -29.158636093 -0.937838495 -0.000600758 -0.347071886 899.949890137\n-0.347290635 -0.002221233 0.937755108 364.059204102 -0.002826807 0.999995112 0.001321773 -29.173240662 -0.937753499 -0.002191813 -0.347295284 899.655639648\n-0.347157121 0.001269248 0.937806308 364.876464844 -0.003609849 0.999989867 -0.002689702 -29.187929153 -0.937800229 -0.004319088 -0.347149134 899.366333008\n-0.346520662 0.004277160 0.938032687 365.652221680 -0.002835897 0.999980271 -0.005607239 -29.203512192 -0.938038170 -0.004603188 -0.346501708 899.076171875\n-0.346268535 0.004913695 0.938122749 366.425537109 -0.001675889 0.999981463 -0.005856283 -29.222745895 -0.938134074 -0.003600035 -0.346253872 898.799987793\n-0.345661998 0.004953255 0.938346148 367.171997070 0.000026790 0.999986112 -0.005268766 -29.238679886 -0.938359201 -0.001796074 -0.345657349 898.529296875\n-0.345048666 0.004040077 0.938576221 367.900817871 0.000981480 0.999991715 -0.003943618 -29.251007080 -0.938584447 -0.000439546 -0.345049739 898.261962891\n-0.344399452 0.004301058 0.938813388 368.608886719 0.001404552 0.999990761 -0.004066081 -29.273231506 -0.938822210 -0.000081744 -0.344402313 898.000915527\n-0.344410658 0.004460733 0.938808501 369.313110352 -0.000094698 0.999988556 -0.004786170 -29.296894073 -0.938819051 -0.001737312 -0.344406366 897.756896973\n-0.344296932 0.004470394 0.938850462 370.015380859 -0.001602919 0.999984384 -0.005349312 -29.310009003 -0.938859761 -0.003346651 -0.344284415 897.507141113\n-0.343813539 0.003815503 0.939030409 370.709594727 -0.002096242 0.999986112 -0.004830692 -29.328479767 -0.939035833 -0.003629290 -0.343800783 897.255249023\n-0.343609691 0.003608418 0.939105630 371.394531250 -0.002953826 0.999983490 -0.004923111 -29.345659256 -0.939107895 -0.004465583 -0.343593359 897.007141113\n-0.343428969 0.004941243 0.939165771 372.071411133 -0.003954554 0.999969661 -0.006707231 -29.356090546 -0.939170420 -0.006017438 -0.343399048 896.762390137\n-0.343139768 0.006526670 0.939261675 372.748535156 -0.003406407 0.999960661 -0.008192910 -29.363973618 -0.939278185 -0.006010820 -0.343104005 896.521362305\n-0.342699766 0.005883133 0.939426541 373.406494141 -0.004078260 0.999961674 -0.007749968 -29.387853622 -0.939436078 -0.006487138 -0.342662573 896.281372070\n-0.342305541 0.006887909 0.939563632 374.074768066 -0.004669446 0.999948323 -0.009031778 -29.400648117 -0.939577281 -0.007478867 -0.342255712 896.042297363\n-0.342445612 0.008961769 0.939494908 374.746459961 -0.005077273 0.999922276 -0.011388844 -29.410999298 -0.939523935 -0.008670131 -0.342373490 895.801025391\n-0.342246532 0.009558394 0.939561784 375.417846680 -0.006672613 0.999898314 -0.012602790 -29.425407410 -0.939586699 -0.010582590 -0.342147946 895.558227539\n-0.342731714 0.008254508 0.939397037 376.098754883 -0.008811930 0.999889135 -0.012001018 -29.440498352 -0.939391971 -0.012391032 -0.342620969 895.318420410\n-0.343392015 0.008389593 0.939154923 376.789001465 -0.009945728 0.999871552 -0.012568531 -29.453266144 -0.939139724 -0.013656507 -0.343264461 895.067932129\n-0.344523787 0.011050936 0.938712478 377.493591309 -0.009953914 0.999831498 -0.015423715 -29.466249466 -0.938724697 -0.014657702 -0.344355702 894.816894531\n-0.345128417 0.014097797 0.938449740 378.205261230 -0.009165592 0.999788880 -0.018390037 -29.484626770 -0.938510895 -0.014948367 -0.344926357 894.562988281\n-0.345622540 0.017058980 0.938218653 378.926879883 -0.008406711 0.999738336 -0.021274429 -29.499143600 -0.938336074 -0.015240253 -0.345388770 894.294616699\n-0.346284866 0.016137404 0.937990606 379.667175293 -0.007256124 0.999776065 -0.019879172 -29.513843536 -0.938101351 -0.013690030 -0.346090198 894.033081055\n-0.346827865 0.016233141 0.937788486 380.412475586 -0.002350263 0.999832034 -0.018176330 -29.523525238 -0.937926054 -0.008508104 -0.346731424 893.750610352\n-0.346979618 0.014723772 0.937757254 381.176513672 -0.000892439 0.999871135 -0.016029239 -29.547536850 -0.937872410 -0.006398708 -0.346921802 893.461486816\n-0.346786737 0.011758690 0.937870324 381.948486328 -0.002425771 0.999906838 -0.013433434 -29.566295624 -0.937940896 -0.006933596 -0.346725941 893.176940918\n-0.347040296 0.009110901 0.937805891 382.732849121 -0.003444040 0.999933660 -0.010988966 -29.575634003 -0.937843859 -0.007043457 -0.346985936 892.900878906\n-0.346134543 0.008084739 0.938150227 383.535095215 -0.002567309 0.999950945 -0.009564541 -29.585285187 -0.938181520 -0.005719138 -0.346096754 892.605285645\n-0.345963240 0.007721599 0.938216388 384.361389160 -0.003853638 0.999945998 -0.009650651 -29.597715378 -0.938240230 -0.006954316 -0.345914721 892.314697266\n-0.344821572 0.008928683 0.938625872 385.180480957 -0.005754916 0.999915838 -0.011625879 -29.606456757 -0.938650668 -0.009410567 -0.344741225 892.011596680\n-0.343606353 0.010505876 0.939055145 386.042846680 -0.004960843 0.999903142 -0.013001830 -29.621908188 -0.939100802 -0.009126014 -0.343520999 891.709655762\n-0.341596007 0.011408258 0.939777792 386.898315430 -0.003988069 0.999899745 -0.013587706 -29.636192322 -0.939838529 -0.008389402 -0.341516256 891.397583008\n-0.339927435 0.012193472 0.940372765 387.765808105 -0.002647425 0.999899566 -0.013922332 -29.651731491 -0.940448105 -0.007222147 -0.339861035 891.085815430\n-0.338611364 0.011850927 0.940851867 388.648498535 -0.002596864 0.999905109 -0.013529368 -29.664823532 -0.940922916 -0.007024459 -0.338548422 890.780883789\n-0.336893439 0.012142020 0.941464543 389.559387207 -0.001337710 0.999909639 -0.013374470 -29.684671402 -0.941541910 -0.005765177 -0.336846709 890.462158203\n-0.335530639 0.013451818 0.941933393 390.459411621 -0.001648593 0.999888122 -0.014866728 -29.705425262 -0.942028046 -0.006541105 -0.335470915 890.139404297\n-0.335449219 0.016085321 0.941921175 391.384033203 -0.002629133 0.999834359 -0.018010637 -29.724716187 -0.942054808 -0.008518086 -0.335351348 889.824279785\n-0.334429502 0.016759971 0.942271829 392.308044434 -0.000361087 0.999839485 -0.017912073 -29.739423752 -0.942420781 -0.006330566 -0.334369779 889.496276855\n-0.333571672 0.012571326 0.942641079 393.250610352 -0.000523546 0.999908447 -0.013520328 -29.758804321 -0.942724764 -0.005003511 -0.333534479 889.161743164\n-0.333373308 0.009248642 0.942749739 394.207397461 0.000138187 0.999952376 -0.009760952 -29.778671265 -0.942795098 -0.003123763 -0.333358765 888.834777832\n-0.332448602 0.010305893 0.943065166 395.174865723 -0.000534186 0.999938071 -0.011115717 -29.796339035 -0.943121314 -0.004199177 -0.332422495 888.488525391\n-0.332448244 0.010236677 0.943066001 396.160888672 -0.000865327 0.999937356 -0.011159041 -29.808944702 -0.943121195 -0.004525864 -0.332418561 888.143920898\n-0.332429767 0.008353138 0.943091154 397.145690918 -0.000538230 0.999958932 -0.009046549 -29.824560165 -0.943127990 -0.003514941 -0.332411647 887.804016113\n-0.332463861 0.005533709 0.943099916 398.142089844 0.000201823 0.999983191 -0.005796330 -29.834999084 -0.943116128 -0.001736731 -0.332459450 887.447692871\n-0.333015084 0.007696010 0.942890048 399.146179199 0.001468223 0.999969721 -0.007643347 -29.849153519 -0.942920327 -0.001160977 -0.333016276 887.090881348\n-0.334442973 0.012128724 0.942338049 400.158996582 -0.000083758 0.999916792 -0.012899540 -29.868431091 -0.942416131 -0.004393088 -0.334414124 886.736328125\n-0.336136460 0.015285968 0.941689312 401.188537598 -0.002003323 0.999854386 -0.016945221 -29.880651474 -0.941811264 -0.007582413 -0.336056948 886.373962402\n-0.337800980 0.013205610 0.941125035 402.226074219 -0.006619259 0.999843538 -0.016405402 -29.904392242 -0.941194415 -0.011771307 -0.337660670 886.006347656\n-0.340171814 0.010199319 0.940308094 403.282104492 -0.010070404 0.999844313 -0.014488229 -29.926445007 -0.940309465 -0.014397767 -0.340016127 885.638244629\n-0.342689753 0.006078638 0.939428926 404.327331543 -0.013571784 0.999842703 -0.011420336 -29.948369980 -0.939350545 -0.016663359 -0.342553377 885.259094238\n-0.345632792 0.002764968 0.938365996 405.395507812 -0.017864725 0.999795020 -0.009526171 -29.967187881 -0.938199997 -0.020056203 -0.345512509 884.874206543\n-0.348924637 0.002460708 0.937147617 406.469177246 -0.022271410 0.999692380 -0.010917163 -29.985504150 -0.936886191 -0.024680864 -0.348762512 884.481689453\n-0.352477670 0.004473169 0.935809433 407.534057617 -0.022668486 0.999654353 -0.013316558 -29.999841690 -0.935545564 -0.025907176 -0.352254391 884.085266113\n-0.356235147 0.003698941 0.934389114 408.623413086 -0.025430001 0.999583364 -0.013652193 -30.019123077 -0.934050322 -0.028624903 -0.355992675 883.676025391\n-0.360546231 0.003923535 0.932733119 409.714965820 -0.027420832 0.999514341 -0.014803921 -30.043098450 -0.932338238 -0.030913815 -0.360263467 883.263427734\n-0.365237236 0.005252218 0.930899680 410.823791504 -0.029534841 0.999415278 -0.017226743 -30.061050415 -0.930445850 -0.033785820 -0.364868522 882.857055664\n-0.369549036 0.005657174 0.929194093 411.936157227 -0.027510799 0.999476492 -0.017026369 -30.083713531 -0.928803980 -0.031854946 -0.369199991 882.419982910\n-0.373524547 0.002521141 0.927616835 413.075317383 -0.026100939 0.999571800 -0.013226802 -30.107879639 -0.927253008 -0.029152205 -0.373298764 881.967773438\n-0.377903342 -0.002054569 0.925842881 414.199157715 -0.023075493 0.999707818 -0.007200288 -30.131364822 -0.925557554 -0.024085293 -0.377840281 881.501953125\n-0.383058429 -0.005582401 0.923707247 415.344970703 -0.020037025 0.999796689 -0.002267046 -30.148521423 -0.923506796 -0.019376757 -0.383092403 881.037475586\n-0.387725234 -0.006578569 0.921751559 416.473449707 -0.015973542 0.999872327 0.000417015 -30.164859772 -0.921636641 -0.014561948 -0.387780905 880.555358887\n-0.392828822 -0.004161674 0.919602215 417.612121582 -0.015893647 0.999871135 -0.002264397 -30.175853729 -0.919474304 -0.015505353 -0.392844439 880.081420898\n-0.397431970 0.001127524 0.917631090 418.729553223 -0.013346436 0.999886394 -0.007009020 -30.192586899 -0.917534709 -0.015032711 -0.397371769 879.588012695\n-0.402657390 0.003747203 0.915343106 419.849426270 -0.014376647 0.999842405 -0.010417379 -30.211681366 -0.915237844 -0.017354200 -0.402540088 879.103271484\n-0.408169985 -0.001007453 0.912905395 420.984924316 -0.014410551 0.999881923 -0.005339676 -30.230030060 -0.912792206 -0.015334965 -0.408136249 878.622741699\n-0.413543940 -0.007080489 0.910456896 422.092163086 -0.015484107 0.999879837 0.000742796 -30.250282288 -0.910352707 -0.013790431 -0.413603783 878.130310059\n-0.419323921 -0.004092534 0.907827497 423.190368652 -0.012234272 0.999924481 -0.001143277 -30.264408112 -0.907754242 -0.011586011 -0.419342399 877.641540527\n-0.423367500 0.000688971 0.905957818 424.288879395 -0.010784162 0.999925017 -0.005800030 -30.282857895 -0.905893922 -0.012225539 -0.423328280 877.129028320\n-0.428182483 0.003100715 0.903687060 425.362365723 -0.005885622 0.999963343 -0.006219766 -30.309057236 -0.903673232 -0.007981955 -0.428148508 876.617126465\n-0.432500839 0.002986280 0.901628494 426.449462891 -0.003204965 0.999983132 -0.004849424 -30.324312210 -0.901627779 -0.004987068 -0.432483912 876.098388672\n-0.437187791 0.002892622 0.899365664 427.517639160 -0.001679712 0.999990463 -0.004032780 -30.343290329 -0.899368763 -0.003273757 -0.437178731 875.578674316\n-0.440706968 0.003896782 0.897642791 428.568847656 -0.000069325 0.999990404 -0.004375122 -30.365646362 -0.897651255 -0.001990375 -0.440702438 875.066467285\n-0.442817569 0.004842562 0.896598876 429.621826172 0.001983401 0.999988258 -0.004421399 -30.383134842 -0.896609783 -0.000179557 -0.442821980 874.542846680\n-0.443824768 0.005261380 0.896098137 430.661804199 0.005434015 0.999980152 -0.003179925 -30.402656555 -0.896097124 0.003458082 -0.443844557 874.030578613\n-0.443727612 0.006101435 0.896140993 431.698059082 0.008114392 0.999963164 -0.002790443 -30.417644501 -0.896125019 0.006033442 -0.443760872 873.515808105\n-0.442678809 0.007135316 0.896651804 432.712585449 0.011648933 0.999929726 -0.002206071 -30.447628021 -0.896604538 0.009468457 -0.442730784 873.007385254\n-0.440957069 0.010256473 0.897469759 433.745117188 0.016224880 0.999862373 -0.003454812 -30.471454620 -0.897381663 0.013037914 -0.441062808 872.482543945\n-0.439697385 0.009887314 0.898091674 434.740722656 0.016037527 0.999866426 -0.003155956 -30.483793259 -0.898002863 0.013015503 -0.439797163 872.010131836\n-0.437283635 0.010245480 0.899265409 435.751708984 0.020566145 0.999787509 -0.001390098 -30.505260468 -0.899088562 0.017886555 -0.437401414 871.509887695\n-0.434258819 0.011425691 0.900715888 436.754394531 0.022558345 0.999743879 -0.001805907 -30.521270752 -0.900505841 0.019534426 -0.434405327 871.023376465\n-0.430695295 0.012905805 0.902405381 437.753845215 0.025915030 0.999662280 -0.001928148 -30.536903381 -0.902125478 0.022555416 -0.430884242 870.544677734\n-0.426144481 0.014492339 0.904539287 438.724853516 0.031095395 0.999515474 -0.001364444 -30.550941467 -0.904120803 0.027545551 -0.426388621 870.072448730\n-0.421653032 0.016107420 0.906614363 439.712280273 0.036409292 0.999336600 -0.000821355 -30.570447922 -0.906026125 0.032662861 -0.421959758 869.613708496\n-0.417514563 0.013768064 0.908565760 440.680786133 0.035880964 0.999355137 0.001344586 -30.587842941 -0.907961369 0.033161603 -0.417739272 869.168884277\n-0.413446188 0.012740807 0.910439551 441.629882812 0.035743013 0.999358475 0.002246361 -30.608051300 -0.909826875 0.033470597 -0.413636327 868.738220215\n-0.410069942 0.013699383 0.911951363 442.565734863 0.033813685 0.999428153 0.000191265 -30.625766754 -0.911427200 0.030914864 -0.410298705 868.327941895\n-0.405901194 0.015385701 0.913787484 443.459350586 0.030187966 0.999538362 -0.003420127 -30.643712997 -0.913418293 0.026197152 -0.406178236 867.932617188\n-0.402812600 0.016051844 0.915141702 444.352172852 0.027229626 0.999613822 -0.005548001 -30.662761688 -0.914877355 0.022684162 -0.403094172 867.546691895\n-0.399584889 0.017828144 0.916522861 445.224792480 0.027113356 0.999603271 -0.007623361 -30.690835953 -0.916295171 0.021803830 -0.399909735 867.168701172\n-0.396970391 0.020352393 0.917605817 446.086669922 0.028372768 0.999548435 -0.009895378 -30.717227936 -0.917392850 0.022106845 -0.397368550 866.797973633\n-0.393925548 0.024797956 0.918807983 446.919982910 0.028323615 0.999488771 -0.014832140 -30.743368149 -0.918706059 0.020181203 -0.394426584 866.447143555\n-0.391586423 0.027770286 0.919722199 447.756347656 0.027731644 0.999446571 -0.018370312 -30.768934250 -0.919723392 0.018311841 -0.392139792 866.089660645\n-0.389768004 0.030934827 0.920393527 448.589172363 0.027700832 0.999377251 -0.021858770 -30.800952911 -0.920496523 0.016975816 -0.390382171 865.742919922\n-0.387889981 0.033522602 0.921096087 449.403869629 0.028845241 0.999290407 -0.024221191 -30.826309204 -0.921254456 0.017174082 -0.388581753 865.401245117\n-0.386768818 0.035869747 0.921478868 450.223571777 0.027476169 0.999247849 -0.027364537 -30.867555618 -0.921767354 0.014734957 -0.387463450 865.059997559\n-0.385786414 0.038176242 0.921797991 451.027038574 0.027842415 0.999170184 -0.029728139 -30.902025223 -0.922168016 0.014196373 -0.386529207 864.723449707\n-0.384698153 0.040300969 0.922162235 451.832641602 0.029352095 0.999075294 -0.031417470 -30.942138672 -0.922575653 0.014981152 -0.385525346 864.393310547\n-0.383291960 0.041832667 0.922679543 452.611267090 0.029994000 0.999010682 -0.032833531 -30.979480743 -0.923140228 0.015090023 -0.384167552 864.064270020\n-0.382769823 0.040269647 0.922965825 453.406860352 0.027280729 0.999106526 -0.032277938 -31.025663376 -0.923440993 0.012824161 -0.383526444 863.752685547\n-0.381586671 0.040165745 0.923460066 454.196411133 0.025597654 0.999131441 -0.032879751 -31.069995880 -0.923978627 0.011091937 -0.382283330 863.427490234\n-0.380746961 0.043276384 0.923666239 454.971679688 0.026748618 0.999001682 -0.035779957 -31.110107422 -0.924292564 0.011083690 -0.381524444 863.102233887\n-0.380961418 0.047308560 0.923380017 455.745971680 0.023176039 0.998864949 -0.041614171 -31.147697449 -0.924300611 0.005546902 -0.381625414 862.790283203\n-0.381507754 0.048316419 0.923102081 456.525451660 0.016726129 0.998830318 -0.045367420 -31.183422089 -0.924214303 -0.001868099 -0.381869674 862.486022949\n-0.381663442 0.046609651 0.923125446 457.328430176 0.012856165 0.998898864 -0.045120191 -31.226709366 -0.924211979 -0.005352873 -0.381842375 862.165893555\n-0.381943226 0.046025872 0.923039198 458.130920410 0.012072589 0.998922408 -0.044814173 -31.278041840 -0.924107134 -0.005972986 -0.382087231 861.838500977\n-0.382924795 0.047863059 0.922538817 458.918273926 0.009285109 0.998805821 -0.047965903 -31.315265656 -0.923732936 -0.009801456 -0.382911921 861.507446289\n-0.384208441 0.047826402 0.922006786 459.755065918 0.005357911 0.998756051 -0.049574852 -31.355501175 -0.923230827 -0.014107047 -0.383986831 861.185791016\n-0.384849310 0.049044527 0.921675503 460.584472656 0.010520246 0.998755455 -0.048753362 -31.406476974 -0.922919512 -0.009066446 -0.384886265 860.827880859\n-0.386006713 0.051252067 0.921071112 461.425231934 0.011621527 0.998646379 -0.050698262 -31.457212448 -0.922422767 -0.008865614 -0.386079788 860.479003906\n-0.387365818 0.055790253 0.920236707 462.270507812 0.002837046 0.998234689 -0.059324741 -31.511062622 -0.921921968 -0.020369612 -0.386840343 860.141113281\n-0.387755036 0.062094394 0.919668496 463.094177246 -0.001715444 0.997678041 -0.068084732 -31.562591553 -0.921760798 -0.027977839 -0.386748195 859.802673340\n-0.387461185 0.061879877 0.919807017 463.945739746 -0.003661165 0.997633517 -0.068657883 -31.616819382 -0.921878934 -0.029969817 -0.386317730 859.436157227\n-0.388816953 0.055392515 0.919648230 464.804382324 -0.009050550 0.997913122 -0.063933060 -31.687610626 -0.921270490 -0.033181585 -0.387504220 859.086242676\n-0.389450669 0.050361373 0.919669271 465.695739746 -0.012963523 0.998105407 -0.060146194 -31.745460510 -0.920955896 -0.035346139 -0.388059855 858.718444824\n-0.388962984 0.049807683 0.919906139 466.586669922 -0.011866527 0.998183668 -0.059063483 -31.808502197 -0.921177089 -0.033889588 -0.387665510 858.345031738\n-0.387246728 0.050954357 0.920567036 467.480529785 -0.011011721 0.998144805 -0.059880573 -31.877138138 -0.921910405 -0.033325579 -0.385967255 857.974304199\n-0.385965586 0.058974128 0.920626223 468.373352051 -0.007512547 0.997720480 -0.067062266 -31.940704346 -0.922482610 -0.032799974 -0.384642720 857.599853516\n-0.384802580 0.066900849 0.920571387 469.276611328 -0.004493399 0.997222126 -0.074349567 -32.010864258 -0.922988176 -0.032746382 -0.383432984 857.217590332\n-0.385215402 0.073033936 0.919932306 470.184326172 -0.005682410 0.996656775 -0.081504613 -32.092166901 -0.922809362 -0.036624249 -0.383512497 856.854736328\n-0.384723663 0.076118581 0.919888079 471.102966309 -0.008059382 0.996278882 -0.085810415 -32.183128357 -0.922996819 -0.040427007 -0.382678628 856.482238770\n-0.383789182 0.080227293 0.919929028 472.022277832 -0.005087879 0.996019900 -0.088985831 -32.274147034 -0.923406720 -0.038832288 -0.381853461 856.100524902\n-0.382495880 0.083793186 0.920149803 472.956604004 -0.001059051 0.995838821 -0.091126025 -32.369178772 -0.923956633 -0.035829816 -0.380815506 855.713500977\n-0.381072879 0.088360734 0.920313060 473.886108398 0.004639912 0.995592773 -0.093667224 -32.462516785 -0.924533546 -0.031423852 -0.379803419 855.321655273\n-0.380212545 0.091351576 0.920376956 474.823364258 0.007366222 0.995377898 -0.095752753 -32.564941406 -0.924870074 -0.029626677 -0.379128098 854.942443848\n-0.379479408 0.094878338 0.920322597 475.771057129 0.010242270 0.995097816 -0.098363876 -32.671920776 -0.925143600 -0.027900860 -0.378590941 854.549255371\n-0.378998637 0.097248234 0.920273244 476.710632324 0.011862956 0.994891763 -0.100247860 -32.773925781 -0.925321162 -0.027076645 -0.378216267 854.160644531\n-0.378817201 0.098981403 0.920163333 477.660888672 0.012951676 0.994733751 -0.101670906 -32.886398315 -0.925381064 -0.026597010 -0.378104210 853.771911621\n-0.378874779 0.100881450 0.919933259 478.605407715 0.015325214 0.994588494 -0.102756582 -32.998046875 -0.925321281 -0.024833685 -0.378370523 853.380004883\n-0.379003525 0.104338668 0.919494271 479.572021484 0.016734403 0.994233608 -0.105921939 -33.105354309 -0.925243914 -0.024757607 -0.378564119 852.990478516\n-0.379368424 0.106080033 0.919144392 480.523193359 0.017392060 0.994047940 -0.107546359 -33.220413208 -0.925082088 -0.024813892 -0.378955364 852.600158691\n-0.379782796 0.106387682 0.918937802 481.501647949 0.019113041 0.994055331 -0.107185096 -33.331146240 -0.924878180 -0.023143364 -0.379558563 852.198059082\n-0.380662322 0.103028856 0.918956816 482.467895508 0.015875129 0.994355381 -0.104906194 -33.444305420 -0.924578011 -0.025345260 -0.380149245 851.805908203\n-0.380985260 0.102171682 0.918918669 483.448608398 0.015108003 0.994430721 -0.104303844 -33.563232422 -0.924457848 -0.025855189 -0.380407095 851.404968262\n-0.381106734 0.102041304 0.918882608 484.419555664 0.013523006 0.994399369 -0.104818724 -33.674949646 -0.924432158 -0.027521066 -0.380352259 851.000854492\n-0.381763577 0.102953523 0.918508112 485.402587891 0.013092862 0.994279444 -0.106004715 -33.793090820 -0.924167275 -0.028442834 -0.380927682 850.602172852\n-0.382457614 0.103233315 0.918188155 486.390869141 0.011060091 0.994179189 -0.107170209 -33.908638000 -0.923907042 -0.030832797 -0.381373167 850.202209473\n-0.381935716 0.103124537 0.918417275 487.372924805 0.012072915 0.994226933 -0.106616147 -34.023197174 -0.924109936 -0.029632546 -0.380975842 849.790893555\n-0.381153464 0.103692956 0.918678284 488.359008789 0.014894400 0.994249940 -0.106043279 -34.142589569 -0.924391806 -0.026735604 -0.380506277 849.381347656\n-0.380100369 0.105092123 0.918955684 489.344604492 0.017530052 0.994164348 -0.106442213 -34.256992340 -0.924779177 -0.024349378 -0.379724503 848.971252441\n-0.378694654 0.105184220 0.919525266 490.345336914 0.019258261 0.994201422 -0.105795138 -34.379203796 -0.925321341 -0.022355590 -0.378524423 848.555786133\n-0.377621651 0.104230940 0.920074940 491.339233398 0.018518100 0.994295716 -0.105038770 -34.501750946 -0.925774872 -0.022626866 -0.377397656 848.153564453\n-0.376105309 0.106119923 0.920480192 492.342529297 0.020158667 0.994121909 -0.106373154 -34.617504120 -0.926357865 -0.021451825 -0.376033664 847.736145020\n-0.374629021 0.108700730 0.920780659 493.345764160 0.021525137 0.993855774 -0.108569719 -34.734596252 -0.926924765 -0.020853451 -0.374667048 847.324890137\n-0.373575926 0.110179998 0.921032965 494.353332520 0.023533352 0.993726790 -0.109330870 -34.855529785 -0.927301228 -0.019168369 -0.373825312 846.915527344\n-0.372553825 0.108699851 0.921622574 495.373840332 0.025394922 0.993938565 -0.106963530 -34.977348328 -0.927663207 -0.016445134 -0.373056054 846.501037598\n-0.371489286 0.107564189 0.922185421 496.384399414 0.027287152 0.994102001 -0.104960345 -35.102397919 -0.928036273 -0.013827821 -0.372233391 846.092041016\n-0.371362209 0.108541757 0.922121942 497.406860352 0.024831727 0.993949294 -0.106996089 -35.220958710 -0.928156018 -0.016836427 -0.371810555 845.688598633\n-0.370875835 0.111569785 0.921956241 498.443908691 0.025995143 0.993615448 -0.109784491 -35.347808838 -0.928318560 -0.016750034 -0.371408224 845.266357422\n-0.370418072 0.110630699 0.922253489 499.467956543 0.027179021 0.993747652 -0.108290628 -35.472003937 -0.928467572 -0.015046856 -0.371109009 844.847045898\n-0.370460868 0.109762587 0.922339976 500.506225586 0.029293275 0.993879974 -0.106510438 -35.595863342 -0.928386092 -0.012439581 -0.371408939 844.436767578\n-0.369348884 0.107514210 0.923050582 501.539245605 0.029382354 0.994139254 -0.104037389 -35.715270996 -0.928826332 -0.011304686 -0.370343208 844.025024414\n-0.368795753 0.104552448 0.923611879 502.580871582 0.030791698 0.994482696 -0.100279972 -35.829456329 -0.929000497 -0.008543230 -0.369980335 843.610534668\n-0.368275881 0.099922217 0.924331307 503.615539551 0.029431051 0.994962394 -0.095831543 -35.944896698 -0.929250538 -0.008088414 -0.369361520 843.196960449\n-0.368847013 0.100383759 0.924053550 504.647583008 0.026151972 0.994878232 -0.097638860 -36.059318542 -0.929122150 -0.011847979 -0.369583130 842.795166016\n-0.368674755 0.104017377 0.923720360 505.709045410 0.021859597 0.994414866 -0.103253484 -36.169876099 -0.929301381 -0.017874798 -0.368889451 842.393005371\n-0.368009329 0.105987586 0.923761845 506.748107910 0.022458890 0.994205594 -0.105122745 -36.282398224 -0.929550946 -0.017939473 -0.368257284 841.982055664\n-0.367580891 0.104029700 0.924154997 507.780456543 0.024582982 0.994463563 -0.102166332 -36.410583496 -0.929666758 -0.014835895 -0.368103147 841.571777344\n-0.367074251 0.103016973 0.924469769 508.805725098 0.023807984 0.994563401 -0.101374470 -36.533466339 -0.929887116 -0.015202180 -0.367531180 841.165893555\n-0.366134882 0.104833961 0.924637794 509.820007324 0.025492132 0.994391024 -0.102648184 -36.655673981 -0.930212557 -0.014012099 -0.366753697 840.761657715\n-0.365080357 0.102786474 0.925284386 510.831909180 0.025343472 0.994615376 -0.100488670 -36.773666382 -0.930630982 -0.013236525 -0.365719557 840.364013672\n-0.364478707 0.098371737 0.926001310 511.834716797 0.024068488 0.995067537 -0.096235372 -36.895038605 -0.930900693 -0.012788285 -0.365048528 839.977661133\n-0.362996578 0.096977860 0.926730156 512.824218750 0.023675095 0.995208085 -0.094870307 -37.012092590 -0.931489646 -0.012497165 -0.363553047 839.589355469\n-0.361176968 0.098098271 0.927323163 513.799682617 0.024389416 0.995104730 -0.095769390 -37.124740601 -0.932178438 -0.011972818 -0.361801505 839.209655762\n-0.359017134 0.098180719 0.928152621 514.757141113 0.025076536 0.995107412 -0.095563442 -37.234592438 -0.932994008 -0.011034060 -0.359722614 838.837036133\n-0.356561780 0.097051345 0.929217339 515.710021973 0.026528951 0.995240629 -0.093767345 -37.346145630 -0.933895111 -0.008782688 -0.357439399 838.470825195\n-0.354225874 0.095385030 0.930282772 516.636657715 0.027274836 0.995415151 -0.091677792 -37.454856873 -0.934762180 -0.007101330 -0.355203390 838.115905762\n-0.352117181 0.095442452 0.931077063 517.545410156 0.027837543 0.995414972 -0.091509916 -37.563919067 -0.935541987 -0.006303304 -0.353159547 837.770996094\n-0.349944949 0.095981143 0.931840241 518.470886230 0.028294349 0.995366275 -0.091898732 -37.668869019 -0.936342895 -0.005793678 -0.351039171 837.421569824\n-0.348187327 0.095868126 0.932509959 519.364318848 0.027762253 0.995375156 -0.091964997 -37.769371033 -0.937013805 -0.006132467 -0.349238515 837.088378906\n-0.346924543 0.094506279 0.933119476 520.238037109 0.026001487 0.995497048 -0.091156781 -37.866695404 -0.937532604 -0.007362027 -0.347819686 836.768432617\n-0.345875144 0.092160262 0.933743477 521.095581055 0.026196664 0.995725036 -0.088574119 -37.961612701 -0.937914789 -0.006174621 -0.346810818 836.443481445\n-0.345641375 0.087059811 0.934319437 521.940002441 0.023147272 0.996174872 -0.084260419 -38.055290222 -0.938081264 -0.007496933 -0.346334457 836.130981445\n-0.347183585 0.082289115 0.934180081 522.772155762 0.017099701 0.996532619 -0.081426553 -38.138309479 -0.937641501 -0.012295751 -0.347386956 835.840393066\n-0.349439502 0.078704737 0.933647633 523.599975586 0.011780740 0.996756017 -0.079615451 -38.220027924 -0.936884999 -0.016821716 -0.349233150 835.537109375\n-0.353416920 0.075773880 0.932391942 524.418823242 0.007525046 0.996912062 -0.078165002 -38.301589966 -0.935435593 -0.020608541 -0.352895737 835.238769531\n-0.358368874 0.073601894 0.930674255 525.229919434 0.003322536 0.996981680 -0.077566393 -38.378913879 -0.933574200 -0.024705173 -0.357531786 834.926818848\n-0.365594506 0.071688697 0.928009391 526.038574219 -0.000537464 0.997013092 -0.077230968 -38.458156586 -0.930774093 -0.028733987 -0.364463925 834.616149902\n-0.374640226 0.070294723 0.924501657 526.836975098 -0.003439389 0.997009575 -0.077201635 -38.532135010 -0.927163899 -0.032102559 -0.373278141 834.294799805\n-0.385415196 0.068260998 0.920214951 527.627258301 -0.005534930 0.997071028 -0.076280341 -38.608783722 -0.922726691 -0.034492932 -0.383908510 833.960693359\n-0.398612976 0.064482428 0.914849758 528.425354004 -0.006328046 0.997308075 -0.073051661 -38.678638458 -0.917097628 -0.034908541 -0.397131920 833.629943848\n-0.412170172 0.058899082 0.909201324 529.212219238 -0.008160317 0.997629583 -0.068326913 -38.741333008 -0.911070526 -0.035581674 -0.410712481 833.272583008\n-0.426505566 0.053533897 0.902899444 529.980957031 -0.008677178 0.997958779 -0.063268945 -38.807079315 -0.904443502 -0.034819167 -0.425170541 832.907836914\n-0.441778064 0.049574591 0.895753562 530.727539062 -0.008733283 0.998187065 -0.059550852 -38.878829956 -0.897081852 -0.034131132 -0.440544248 832.547485352\n-0.457069397 0.047203686 0.888177752 531.473449707 -0.009059953 0.998291790 -0.057718270 -38.934032440 -0.889385104 -0.034428090 -0.455860972 832.154907227\n-0.473492026 0.039457463 0.879913926 532.214111328 -0.013298098 0.998561978 -0.051933791 -38.981597900 -0.880697787 -0.036291417 -0.472286463 831.761108398\n-0.490702629 0.029172100 0.870838583 532.952148438 -0.016464224 0.998950541 -0.042741016 -39.028301239 -0.871171534 -0.035310812 -0.489707351 831.339355469\n-0.510975361 0.018816277 0.859389424 533.689697266 -0.020233000 0.999220133 -0.033907991 -39.082122803 -0.859357238 -0.034714174 -0.510196209 830.932861328\n-0.533002257 0.012605266 0.846020222 534.402832031 -0.027817933 0.999087393 -0.032411493 -39.119438171 -0.845656753 -0.040809922 -0.532165170 830.488281250\n-0.557542682 0.010795182 0.830078244 535.110595703 -0.036028035 0.998658657 -0.037186697 -39.154251099 -0.829366267 -0.050639249 -0.556405902 830.032348633\n-0.583957911 0.010932914 0.811710358 535.804687500 -0.039729025 0.998326242 -0.042028159 -39.188640594 -0.810811222 -0.056791134 -0.582546115 829.546447754\n-0.610984564 0.008504345 0.791596949 536.466552734 -0.042566556 0.998142779 -0.043577809 -39.225166321 -0.790497363 -0.060320918 -0.609487891 829.031799316\n-0.638659716 0.000684708 0.769489229 537.114746094 -0.048968878 0.997936487 -0.041531108 -39.269050598 -0.767929792 -0.064205259 -0.637308359 828.490417480\n-0.667173147 -0.002422126 0.744898677 537.755859375 -0.049978692 0.997886896 -0.041518986 -39.315452576 -0.743224084 -0.064929418 -0.665884495 827.943237305\n-0.693550348 -0.002354634 0.720404446 538.349121094 -0.048477702 0.997880518 -0.043409061 -39.366123199 -0.718775392 -0.065029912 -0.692194581 827.356689453\n-0.719210863 -0.003768521 0.694781780 538.934692383 -0.050331958 0.997640550 -0.046690427 -39.413276672 -0.692966521 -0.068549983 -0.717703581 826.746459961\n-0.745035529 -0.008127900 0.666975319 539.511718750 -0.053560983 0.997425854 -0.047674704 -39.451194763 -0.664870977 -0.071243197 -0.743553042 826.134765625\n-0.768968821 -0.012378693 0.639166474 540.054199219 -0.054021053 0.997494698 -0.045673270 -39.496093750 -0.636999786 -0.069649763 -0.767710924 825.480590820\n-0.792115092 -0.017306058 0.610126376 540.579833984 -0.056313965 0.997406602 -0.044820160 -39.546424866 -0.607768416 -0.069861360 -0.791035414 824.802978516\n-0.814910769 -0.019385332 0.579262018 541.079589844 -0.057683390 0.997191012 -0.047777932 -39.588634491 -0.576708674 -0.072348557 -0.813739896 824.097656250\n-0.836965084 -0.022573547 0.546790600 541.586303711 -0.060196221 0.996883512 -0.050986491 -39.630912781 -0.543935597 -0.075588636 -0.835715532 823.356567383\n-0.857737184 -0.025564611 0.513452530 542.042602539 -0.060124449 0.996897161 -0.050804477 -39.681427002 -0.510560572 -0.074447937 -0.856612802 822.593750000\n-0.877083898 -0.030714508 0.479354173 542.482910156 -0.060785223 0.997027814 -0.047335610 -39.733009338 -0.476475567 -0.070654951 -0.876344085 821.802917480\n-0.895020723 -0.032631934 0.444829494 542.891479492 -0.058361679 0.997313619 -0.044265583 -39.777793884 -0.442190021 -0.065579601 -0.894520879 820.982421875\n-0.911119819 -0.031687897 0.410921633 543.274047852 -0.054149207 0.997600794 -0.043133624 -39.826435089 -0.408568949 -0.061550982 -0.910649657 820.126586914\n-0.925442696 -0.028383663 0.377823532 543.623046875 -0.048980162 0.997784853 -0.045014489 -39.871570587 -0.375708938 -0.060164180 -0.924782991 819.255615234\n-0.937740564 -0.024077186 0.346501380 543.935668945 -0.042608596 0.998034060 -0.045962162 -39.922748566 -0.344713539 -0.057864510 -0.936922908 818.356201172\n-0.947928548 -0.019428043 0.317890465 544.225646973 -0.036177307 0.998245656 -0.046870038 -39.970970154 -0.316422164 -0.055929862 -0.946968436 817.435913086\n-0.955833673 -0.015523473 0.293498099 544.505432129 -0.030979173 0.998362720 -0.048085082 -40.024608612 -0.292271107 -0.055053663 -0.954749584 816.518859863\n-0.961339474 -0.010058664 0.275182098 544.782104492 -0.025128711 0.998367429 -0.051293232 -40.075336456 -0.274216920 -0.056225181 -0.960022807 815.560302734\n-0.965015292 -0.005783606 0.262129903 545.034118652 -0.020858340 0.998281538 -0.054762729 -40.132427216 -0.261362702 -0.058314465 -0.963477492 814.609863281\n-0.967578650 -0.002857422 0.252554834 545.285156250 -0.017806353 0.998219669 -0.056925103 -40.193614960 -0.251942515 -0.059576578 -0.965906978 813.631103516\n-0.969563842 -0.001262981 0.244835168 545.543090820 -0.016059430 0.998161316 -0.058447428 -40.244049072 -0.244311169 -0.060600430 -0.967801452 812.652282715\n-0.970966816 0.002277993 0.239203364 545.781188965 -0.012383378 0.998135269 -0.059771713 -40.307205200 -0.238893464 -0.060998496 -0.969128013 811.655700684\n-0.972020745 0.004288668 0.234855667 546.030761719 -0.010597768 0.998014510 -0.062086660 -40.373718262 -0.234655634 -0.062838472 -0.970045328 810.653320312\n-0.972435474 0.008118783 0.233030707 546.262268066 -0.006784392 0.997985363 -0.063080996 -40.441989899 -0.233073369 -0.062923178 -0.970421314 809.638793945\n-0.972806811 0.013428668 0.231229484 546.504272461 -0.001130941 0.998030603 -0.062718689 -40.514213562 -0.231616318 -0.061274663 -0.970875740 808.609497070\n-0.973041654 0.016012443 0.230073035 546.746459961 0.001632503 0.998040080 -0.062556513 -40.581108093 -0.230623797 -0.060494497 -0.971160650 807.570678711\n-0.973276734 0.019590037 0.228798836 546.992553711 0.005535210 0.998066425 -0.061909709 -40.648956299 -0.229569241 -0.058988821 -0.971503258 806.534179688\n-0.973225832 0.025870504 0.228390768 547.234008789 0.012665482 0.998171985 -0.059095383 -40.716445923 -0.229502097 -0.054620467 -0.971774459 805.456726074\n-0.973244548 0.027960008 0.228064239 547.479553223 0.015538780 0.998305440 -0.056078915 -40.785476685 -0.229245722 -0.051034655 -0.972029686 804.397216797\n-0.973120570 0.029948324 0.228340790 547.729492188 0.017753299 0.998313308 -0.055275757 -40.852394104 -0.229611054 -0.049736176 -0.972010851 803.288452148\n-0.972900271 0.029797060 0.229298294 547.982116699 0.017468652 0.998299778 -0.055609427 -40.916984558 -0.230565429 -0.050096884 -0.971766591 802.197998047\n-0.972887278 0.025891008 0.229827210 548.254638672 0.013779605 0.998437881 -0.054147493 -40.981395721 -0.230870113 -0.049512465 -0.971724272 801.115234375\n-0.972595215 0.023659552 0.231298208 548.535034180 0.011921416 0.998575091 -0.052015651 -41.043502808 -0.232199296 -0.047832768 -0.971491456 799.965820312\n-0.972248554 0.021973982 0.232916936 548.802307129 0.009834570 0.998537958 -0.053152900 -41.110355377 -0.233744383 -0.049387183 -0.971043229 798.849975586\n-0.971967101 0.022590870 0.234029710 549.082092285 0.009418146 0.998315334 -0.057252076 -41.175056458 -0.234928817 -0.053442996 -0.970542312 797.720947266\n-0.971696854 0.023748569 0.235034943 549.356811523 0.009910419 0.998156130 -0.059884116 -41.241943359 -0.236023724 -0.055859908 -0.970140576 796.601867676\n-0.971353889 0.024532409 0.236368626 549.636230469 0.010651680 0.998152077 -0.059824053 -41.318012238 -0.237399474 -0.055592593 -0.969820261 795.449829102\n-0.970886827 0.024881039 0.238243237 549.919006348 0.011299971 0.998240888 -0.058202196 -41.402236938 -0.239272267 -0.053815600 -0.969460011 794.294494629\n-0.970411181 0.024826836 0.240178853 550.206237793 0.011111442 0.998237729 -0.058291640 -41.473457336 -0.241202787 -0.053898122 -0.968976974 793.122192383\n-0.970048070 0.020703146 0.242029607 550.503417969 0.007113222 0.998355150 -0.056889426 -41.552051544 -0.242809296 -0.053463865 -0.968599677 791.966430664\n-0.969717145 0.019086801 0.243483707 550.805175781 0.005448835 0.998384178 -0.056562845 -41.628105164 -0.244169891 -0.053523261 -0.968254209 790.783813477\n-0.969577789 0.015193707 0.244311497 551.120483398 0.000878156 0.998281300 -0.058597952 -41.700561523 -0.244781911 -0.056600727 -0.967924714 789.590820312\n-0.969524860 0.014779326 0.244546548 551.429809570 -0.000526261 0.998050809 -0.062404238 -41.786151886 -0.244992167 -0.060631156 -0.967627406 788.419555664\n-0.969218493 0.018541317 0.245503664 551.729675293 0.002519016 0.997854829 -0.065416820 -41.865341187 -0.246189937 -0.062784754 -0.967186093 787.219116211\n-0.968950391 0.021101749 0.246353582 552.040771484 0.005186452 0.997866929 -0.065074444 -41.952499390 -0.247201279 -0.061776202 -0.966992974 785.999450684\n-0.968677998 0.022191996 0.247326508 552.352722168 0.007268876 0.998105884 -0.061088327 -42.036071777 -0.248213708 -0.057377134 -0.967004538 784.779907227\n-0.968618155 0.020920172 0.247671604 552.672058105 0.006966220 0.998345137 -0.057083435 -42.124885559 -0.248455927 -0.053566717 -0.967160940 783.542114258\n-0.968614578 0.019060833 0.247836426 552.986633301 0.005509392 0.998456895 -0.055258002 -42.202255249 -0.248507261 -0.052158270 -0.967224956 782.296997070\n-0.968594432 0.017940868 0.247998342 553.315368652 0.004516066 0.998498321 -0.054595899 -42.280380249 -0.248605430 -0.051761303 -0.967221022 781.044494629\n-0.968383670 0.017740672 0.248834163 553.636718750 0.004592836 0.998566985 -0.053319138 -42.358299255 -0.249423489 -0.050490525 -0.967077494 779.796264648\n-0.968332410 0.019766286 0.248880967 553.959655762 0.007243226 0.998665571 -0.051133119 -42.431304932 -0.249559566 -0.047711149 -0.967183471 778.586181641\n-0.968281865 0.019787474 0.249077320 554.286865234 0.007834405 0.998773456 -0.048889626 -42.500286102 -0.249739230 -0.045387547 -0.967249155 777.342407227\n-0.968159795 0.020718526 0.249474302 554.602416992 0.009108422 0.998824775 -0.047603179 -42.581359863 -0.250167400 -0.043815162 -0.967210650 776.116577148\n-0.968208671 0.021967337 0.249178007 554.924316406 0.010098952 0.998757064 -0.048809055 -42.652168274 -0.249940500 -0.044740904 -0.967227101 774.868286133\n-0.968490839 0.022500735 0.248032019 555.255187988 0.010717331 0.998753190 -0.048756007 -42.730319977 -0.248819813 -0.044561487 -0.967524409 773.647277832\n-0.968557358 0.022066388 0.247810379 555.567626953 0.009896704 0.998687744 -0.050247729 -42.807006836 -0.248593971 -0.046215296 -0.967504740 772.406738281\n-0.968605280 0.021916173 0.247635975 555.881835938 0.009083745 0.998561442 -0.052844033 -42.879676819 -0.248437881 -0.048935547 -0.967410922 771.179626465\n-0.968670487 0.023107320 0.247272462 556.197143555 0.009927594 0.998469055 -0.054415185 -42.961250305 -0.248151287 -0.050255563 -0.967416883 769.955688477\n-0.968552828 0.023932571 0.247655481 556.515502930 0.010959594 0.998500764 -0.053629939 -43.041179657 -0.248567685 -0.049229208 -0.967363000 768.721801758\n-0.968411922 0.023858275 0.248212174 556.837463379 0.010768714 0.998485029 -0.053960212 -43.120170593 -0.249123529 -0.049582779 -0.967201710 767.482788086\n-0.968201995 0.024568060 0.248960242 557.159240723 0.011167652 0.998418629 -0.055095803 -43.200302124 -0.249920130 -0.050563570 -0.966945291 766.247558594\n-0.967973590 0.022970490 0.249999151 557.482971191 0.009537332 0.998451114 -0.054812293 -43.280097961 -0.250871003 -0.050672527 -0.966693401 765.008178711\n-0.967876196 0.020939862 0.250553966 557.809204102 0.007963207 0.998578966 -0.052694071 -43.364849091 -0.251301318 -0.049006123 -0.966667533 763.770629883\n-0.967747569 0.018229997 0.251261353 558.140991211 0.005470986 0.998663902 -0.051385164 -43.438072205 -0.251862407 -0.048353225 -0.966554284 762.516723633\n-0.967670202 0.014595611 0.251796544 558.472473145 0.002003284 0.998737454 -0.050193962 -43.515960693 -0.252211243 -0.048066776 -0.966477752 761.275268555\n-0.967478871 0.007512186 0.252840906 558.809570312 -0.004880328 0.998818517 -0.048350267 -43.591339111 -0.252905399 -0.048011802 -0.966299057 760.026611328\n-0.967368722 -0.000961777 0.253372401 559.151123047 -0.012959869 0.998871624 -0.045688782 -43.662712097 -0.253042579 -0.047481555 -0.966289639 758.774902344\n-0.967563033 -0.004280432 0.252593607 559.495849609 -0.016395520 0.998812497 -0.045877449 -43.732761383 -0.252097279 -0.048530728 -0.966484308 757.528076172\n-0.967750669 -0.003581341 0.251885653 559.830871582 -0.016870098 0.998575628 -0.050617434 -43.801193237 -0.251345605 -0.053234376 -0.966432691 756.297363281\n-0.967590690 0.003788257 0.252496183 560.151855469 -0.011135667 0.998274744 -0.057650331 -43.879661560 -0.252278954 -0.058593627 -0.965879202 755.045471191\n-0.967263579 0.012442532 0.253468871 560.472045898 -0.003587996 0.998026967 -0.062684305 -43.966419220 -0.253748715 -0.061541688 -0.965310574 753.775878906\n-0.967238426 0.017675504 0.253254533 560.795471191 0.002117105 0.998100221 -0.061575133 -44.054206848 -0.253861755 -0.059021655 -0.965438247 752.526855469\n-0.967517018 0.016979288 0.252235293 561.129882812 0.003054419 0.998454273 -0.055495176 -44.146389008 -0.252787679 -0.052922089 -0.966073394 751.275146484\n-0.967635036 0.013275350 0.252004832 561.459838867 0.000714979 0.998755574 -0.049868058 -44.224205017 -0.252353251 -0.048073899 -0.966440439 750.024414062\n-0.967690706 0.008037859 0.252012551 561.792541504 -0.003011116 0.999052107 -0.043426681 -44.295524597 -0.252122730 -0.042782430 -0.966749191 748.759399414\n-0.968055725 0.004096317 0.250701606 562.127685547 -0.006332789 0.999148130 -0.040778834 -44.364875793 -0.250655085 -0.041063827 -0.967205048 747.488403320\n-0.968385220 -0.002630422 0.249446154 562.467651367 -0.013100360 0.999100864 -0.040321875 -44.430747986 -0.249115795 -0.042314935 -0.967548966 746.236450195\n-0.968643308 -0.005045134 0.248405054 562.801025391 -0.016655369 0.998863399 -0.044659760 -44.498779297 -0.247897401 -0.047396649 -0.967626333 744.985717773\n-0.968765855 -0.005387148 0.247919306 563.122375488 -0.017356526 0.998785138 -0.046119053 -44.569438934 -0.247369677 -0.048981573 -0.967682362 743.739135742\n-0.968888283 -0.003724500 0.247471035 563.443176270 -0.016284829 0.998679340 -0.048727307 -44.657649994 -0.246962726 -0.051241335 -0.967669368 742.494262695\n-0.969077826 -0.000227414 0.246755302 563.766845703 -0.013415869 0.998569012 -0.051767614 -44.729385376 -0.246390432 -0.053477284 -0.967694163 741.250488281\n-0.969119430 0.002626303 0.246577993 564.093383789 -0.010594723 0.998576462 -0.052276015 -44.809741974 -0.246364281 -0.053274125 -0.967712045 739.989501953\n-0.969190955 0.001404021 0.246306285 564.415344238 -0.011155954 0.998707354 -0.049590521 -44.885921478 -0.246057510 -0.050810471 -0.967922449 738.730590820\n-0.969277859 0.000180945 0.245968670 564.744445801 -0.012292894 0.998714447 -0.049176749 -44.965442657 -0.245661363 -0.050689597 -0.968029499 737.488891602\n-0.969405651 -0.001889388 0.245458409 565.069091797 -0.014584356 0.998647153 -0.049912013 -45.034553528 -0.245032042 -0.051964819 -0.968121648 736.239257812\n-0.969550490 -0.003437908 0.244868040 565.386657715 -0.016219061 0.998607516 -0.050198782 -45.112575531 -0.244354486 -0.052641775 -0.968256235 734.976806641\n-0.969676733 -0.005669815 0.244325489 565.699951172 -0.018062640 0.998659253 -0.048511956 -45.192939758 -0.243722856 -0.051454078 -0.968479037 733.780517578\n-0.969944596 -0.006840858 0.243230671 566.019714355 -0.018486945 0.998787284 -0.045630541 -45.266742706 -0.242623553 -0.048755679 -0.968894839 732.543579102\n-0.970280409 -0.007408079 0.241869867 566.339599609 -0.018737178 0.998830378 -0.044573154 -45.333114624 -0.241256759 -0.047780421 -0.969284415 731.273071289\n-0.970876932 -0.008649572 0.239422187 566.650329590 -0.019860161 0.998814166 -0.044450596 -45.401046753 -0.238753781 -0.047911026 -0.969897389 730.034301758\n-0.971659780 -0.011620112 0.236097723 566.969726562 -0.022260580 0.998850465 -0.042452581 -45.466514587 -0.235333011 -0.046505138 -0.970801592 728.779296875\n-0.972769856 -0.014036587 0.231348455 567.277404785 -0.023576001 0.998979628 -0.038520925 -45.529296875 -0.230571702 -0.042926259 -0.972108245 727.521606445\n-0.974036336 -0.015597652 0.225854546 567.573486328 -0.024434252 0.999039173 -0.036382616 -45.586627960 -0.225070059 -0.040956572 -0.973481536 726.284362793\n-0.975336194 -0.010746050 0.220462486 567.856262207 -0.020667369 0.998872221 -0.042745154 -45.646354675 -0.219754502 -0.046247277 -0.974458337 725.033569336\n-0.976516128 -0.003971333 0.215407953 568.134155273 -0.015372957 0.998565972 -0.051280849 -45.716468811 -0.214895383 -0.053388029 -0.975176811 723.776550293\n-0.977651954 0.003716234 0.210197479 568.399963379 -0.008447773 0.998341739 -0.056941941 -45.791866302 -0.210060537 -0.057445094 -0.975999355 722.525390625\n-0.978617668 0.007069914 0.205567375 568.658142090 -0.004569486 0.998415172 -0.056091044 -45.872627258 -0.205638155 -0.055831011 -0.977034450 721.251037598\n-0.979600310 0.011009279 0.200654373 568.916076660 -0.000117922 0.998466551 -0.055358436 -45.958812714 -0.200956121 -0.054252800 -0.978096843 719.982727051\n-0.980424404 0.011996970 0.196530685 569.172119141 0.001509166 0.998570561 -0.053427778 -46.035789490 -0.196890727 -0.052085295 -0.979040980 718.698608398\n-0.981034756 0.015023311 0.193250388 569.425598145 0.004713834 0.998546124 -0.053697366 -46.117660522 -0.193776146 -0.051768016 -0.979679346 717.422485352\n-0.981481552 0.017893991 0.190718815 569.667175293 0.007316585 0.998402774 -0.056021307 -46.196598053 -0.191416636 -0.053588469 -0.980044842 716.154968262\n-0.982028961 0.020565977 0.187606946 569.906555176 0.009870036 0.998281181 -0.057769544 -46.275863647 -0.188472569 -0.054879673 -0.980543971 714.886718750\n-0.982603192 0.020522837 0.184580281 570.153625488 0.010058263 0.998297572 -0.057452600 -46.363815308 -0.185445130 -0.054596547 -0.981136799 713.590942383\n-0.983175516 0.019861592 0.181580544 570.389099121 0.009555161 0.998302102 -0.057459176 -46.444786072 -0.182413474 -0.054757424 -0.981696010 712.320190430\n-0.983719468 0.021070417 0.178471744 570.628540039 0.010697912 0.998207569 -0.058882751 -46.534004211 -0.179392532 -0.056014828 -0.982181668 711.023559570\n-0.984230280 0.021728726 0.175553948 570.861145020 0.011591268 0.998216212 -0.058566023 -46.620483398 -0.176513359 -0.055607546 -0.982726455 709.719970703\n-0.984782457 0.021040173 0.172513649 571.094299316 0.011333580 0.998306513 -0.057058860 -46.702095032 -0.173422009 -0.054235365 -0.983353138 708.427246094\n-0.985305667 0.019560546 0.169676200 571.317138672 0.010423572 0.998455286 -0.054574098 -46.785198212 -0.170481607 -0.052003536 -0.983987570 707.129394531\n-0.985805511 0.016162824 0.167110994 571.547180176 0.007350747 0.998555958 -0.053216588 -46.866687775 -0.167729795 -0.051232819 -0.984500766 705.833984375\n-0.986380219 0.013528228 0.163924620 571.775756836 0.005182013 0.998673141 -0.051236007 -46.945636749 -0.164400250 -0.049688715 -0.985141516 704.538330078\n-0.986867189 0.013132464 0.160999760 571.984069824 0.005255578 0.998772502 -0.049253404 -47.019737244 -0.161448956 -0.047760420 -0.985724807 703.228271484\n-0.987268925 0.014140818 0.158429980 572.194030762 0.006518420 0.998800516 -0.048528835 -47.095092773 -0.158926189 -0.046878301 -0.986176968 701.924926758\n-0.987716436 0.016065471 0.155429393 572.406921387 0.008517982 0.998757362 -0.049103700 -47.172180176 -0.156025127 -0.047176585 -0.986625910 700.621582031\n-0.988173127 0.018233383 0.152256697 572.615112305 0.010706642 0.998686373 -0.050108932 -47.244960785 -0.152970344 -0.047886126 -0.987070203 699.314636230\n-0.988453984 0.018755792 0.150355950 572.804321289 0.011244593 0.998653054 -0.050651580 -47.316696167 -0.151103437 -0.048376068 -0.987333536 697.991088867\n-0.988897920 0.017866468 0.147519544 573.007263184 0.010659092 0.998717070 -0.049503908 -47.394302368 -0.148214743 -0.047381878 -0.987819672 696.673706055\n-0.989321828 0.017666224 0.144672781 573.206542969 0.010936152 0.998826385 -0.047183145 -47.466167450 -0.145336539 -0.045097154 -0.988353968 695.344848633\n-0.989683867 0.017222503 0.142230719 573.392944336 0.010817119 0.998897254 -0.045686230 -47.539272308 -0.142860696 -0.043676391 -0.988778830 694.018554688\n-0.990228295 0.014328665 0.138717949 573.593750000 0.008192566 0.998966634 -0.044704728 -47.605415344 -0.139215156 -0.043131426 -0.989322424 692.698913574\n-0.990680933 0.014240529 0.135458559 573.770141602 0.008255135 0.998968780 -0.044645697 -47.678600311 -0.135954648 -0.043111399 -0.989776850 691.361877441\n-0.991291523 0.012382106 0.131102860 573.965698242 0.006344010 0.998903990 -0.046374068 -47.750251770 -0.131533369 -0.045138501 -0.990283728 690.064147949\n-0.991800785 0.010728595 0.127344564 574.136901855 0.004742280 0.998873293 -0.047219228 -47.826774597 -0.127707690 -0.046228152 -0.990734220 688.749206543\n-0.992368221 0.008588662 0.123012029 574.316528320 0.003042239 0.998973072 -0.045205522 -47.900184631 -0.123273954 -0.044486281 -0.991375208 687.441101074\n-0.992924929 0.007408839 0.118512616 574.481872559 0.002440925 0.999114215 -0.042009208 -47.972404480 -0.118718885 -0.041422706 -0.992063522 686.133239746\n-0.993375659 0.004058262 0.114840217 574.630126953 -0.000499255 0.999214351 -0.039629165 -48.040275574 -0.114910819 -0.039423984 -0.992593169 684.813781738\n-0.993865609 0.002889866 0.110557199 574.783325195 -0.001231024 0.999307573 -0.037187416 -48.104301453 -0.110588111 -0.037095394 -0.993173838 683.509582520\n-0.994282722 0.000910679 0.106776215 574.929504395 -0.002764892 0.999408782 -0.034270033 -48.164833069 -0.106744297 -0.034369327 -0.993692398 682.214355469\n-0.994712472 -0.000529139 0.102697752 575.067382812 -0.003838464 0.999479592 -0.032028992 -48.225070953 -0.102627352 -0.032253835 -0.994196773 680.917175293\n-0.995041370 -0.001667929 0.099448197 575.202392578 -0.004686279 0.999535143 -0.030125100 -48.287467957 -0.099351726 -0.030441761 -0.994586587 679.611022949\n-0.995424271 -0.000956463 0.095551781 575.329101562 -0.003845929 0.999540687 -0.030060209 -48.339916229 -0.095479146 -0.030290138 -0.994970679 678.329711914\n-0.995750904 0.000204992 0.092087351 575.456115723 -0.002768830 0.999478757 -0.032164574 -48.392211914 -0.092045940 -0.032282881 -0.995231271 677.028686523\n-0.996070504 0.003078714 0.088510327 575.570556641 -0.000094948 0.999357879 -0.035829861 -48.446228027 -0.088563800 -0.035697471 -0.995430589 675.742919922\n-0.996315598 0.007037162 0.085473150 575.676635742 0.003810704 0.999276042 -0.037852872 -48.508422852 -0.085677646 -0.037387695 -0.995621204 674.458862305\n-0.996579528 0.010627727 0.081952922 575.796264648 0.007738978 0.999340177 -0.035486326 -48.569679260 -0.082275987 -0.034730718 -0.996004224 673.172363281\n-0.996748447 0.014070061 0.079338625 575.886901855 0.011600279 0.999436259 -0.031505063 -48.627567291 -0.079737179 -0.030482274 -0.996349692 671.867919922\n-0.996969700 0.015462269 0.076238304 575.989440918 0.013211493 0.999464393 -0.029939404 -48.684131622 -0.076660402 -0.028841456 -0.996640086 670.575927734\n-0.997188807 0.013600997 0.073683605 576.091491699 0.011401272 0.999479055 -0.030192463 -48.738300323 -0.074055865 -0.029267503 -0.996824503 669.284423828\n-0.997451901 0.009779088 0.070670672 576.186096191 0.007705057 0.999533296 -0.029561091 -48.790206909 -0.070926763 -0.028941240 -0.997061729 667.992980957\n-0.997728229 0.005167727 0.067171425 576.285766602 0.003199675 0.999563396 -0.029373577 -48.839321136 -0.067293890 -0.029091915 -0.997309208 666.704711914\n-0.997922778 0.001538784 0.064405099 576.379699707 -0.000173733 0.999646783 -0.026575729 -48.882926941 -0.064423241 -0.026531711 -0.997570038 665.391967773\n-0.998046756 -0.002926314 0.062404610 576.459777832 -0.004442323 0.999698043 -0.024168335 -48.927192688 -0.062315039 -0.024398346 -0.997758389 664.103332520\n-0.998196840 -0.007967223 0.059496745 576.555480957 -0.009381200 0.999679267 -0.023524238 -48.971851349 -0.059290238 -0.024039967 -0.997951388 662.805236816\n-0.998285294 -0.014188223 0.056794800 576.650634766 -0.015527273 0.999610126 -0.023205517 -49.011859894 -0.056443412 -0.024047589 -0.998116374 661.519592285\n-0.998384595 -0.015250217 0.054732535 576.726257324 -0.016733326 0.999502301 -0.026742175 -49.057876587 -0.054297470 -0.027614832 -0.998142958 660.215576172\n-0.998562694 -0.010475592 0.052564133 576.799865723 -0.012275717 0.999345064 -0.034041122 -49.108657837 -0.052173104 -0.034637451 -0.998037219 658.921875000\n-0.998632789 -0.000322280 0.052278258 576.851013184 -0.002423841 0.999191105 -0.040141109 -49.174682617 -0.052223030 -0.040212933 -0.997825742 657.619873047\n-0.998609900 0.006862892 0.052263636 576.911254883 0.004803562 0.999210894 -0.039426908 -49.222846985 -0.052492980 -0.039121039 -0.997854948 656.311096191\n-0.998528719 0.013731655 0.052459616 576.964233398 0.011908494 0.999319553 -0.034909505 -49.282905579 -0.052903283 -0.034233425 -0.998012781 654.999206543\n-0.998571873 0.013438586 0.051708363 577.039062500 0.011900663 0.999480963 -0.029936066 -49.336544037 -0.052083824 -0.029277949 -0.998213530 653.671752930\n-0.998579860 0.011595421 0.052002627 577.104003906 0.010161524 0.999563158 -0.027753690 -49.385738373 -0.052301724 -0.027185844 -0.998261452 652.352172852\n-0.998592257 0.009735307 0.052144870 577.189270020 0.008434150 0.999648988 -0.025114922 -49.429298401 -0.052371070 -0.024639765 -0.998323798 651.017089844\n-0.998557210 0.009942692 0.052772276 577.259399414 0.008702338 0.999681652 -0.023681859 -49.473720551 -0.052990939 -0.023188444 -0.998325825 649.697021484\n-0.998485088 0.010335244 0.054047171 577.335998535 0.009126121 0.999703586 -0.022570780 -49.517555237 -0.054264426 -0.022043342 -0.998283386 648.391418457\n-0.998350382 0.012880283 0.055955220 577.397949219 0.011645001 0.999682486 -0.022346517 -49.561290741 -0.056225281 -0.021658050 -0.998183370 647.060302734\n-0.998240113 0.014108431 0.057597324 577.474914551 0.012988556 0.999720156 -0.019771453 -49.605449677 -0.057860151 -0.018988553 -0.998144031 645.743591309\n-0.998167992 0.013279961 0.059029538 577.562011719 0.012319095 0.999786139 -0.016611950 -49.645668030 -0.059237521 -0.015854327 -0.998118162 644.416625977\n-0.998068810 0.012612718 0.060823966 577.635925293 0.011692352 0.999812067 -0.015463902 -49.681083679 -0.061007578 -0.014722863 -0.998028755 643.088317871\n-0.997952104 0.012831475 0.062668286 577.717468262 0.011933274 0.999820948 -0.014685964 -49.713432312 -0.062845513 -0.013908049 -0.997926593 641.761779785\n-0.997923732 0.010731044 0.063507438 577.807312012 0.009918678 0.999865115 -0.013093164 -49.746036530 -0.063639373 -0.012436070 -0.997895598 640.450012207\n-0.997841597 0.010106179 0.064886630 577.893737793 0.009280608 0.999872267 -0.013012117 -49.775604248 -0.065009847 -0.012381842 -0.997807980 639.138366699\n-0.997773647 0.009848389 0.065962002 577.986022949 0.008999773 0.999873042 -0.013150035 -49.812046051 -0.066083133 -0.012527115 -0.997735620 637.814453125\n-0.997712970 0.009490802 0.066926941 578.077148438 0.008635591 0.999877453 -0.013056032 -49.839675903 -0.067042649 -0.012448216 -0.997672677 636.502075195\n-0.997643948 0.009499229 0.067944534 578.166137695 0.008617910 0.999875069 -0.013252554 -49.880401611 -0.068061933 -0.012635789 -0.997601151 635.175415039\n-0.997566581 0.010655147 0.068904422 578.254699707 0.009665738 0.999845564 -0.014676656 -49.913707733 -0.069050163 -0.013974926 -0.997515559 633.856689453\n-0.997483253 0.013000432 0.069703467 578.339965820 0.011801584 0.999775767 -0.017583596 -49.945888519 -0.069916427 -0.016716728 -0.997413039 632.544982910\n-0.997515917 0.011510478 0.069496296 578.447570801 0.010355072 0.999802470 -0.016962875 -49.982326508 -0.069677822 -0.016201098 -0.997438073 631.231811523\n-0.997443438 0.012888234 0.070290491 578.534729004 0.011911599 0.999826849 -0.014295798 -50.010105133 -0.070462562 -0.013421975 -0.997424245 629.893493652\n-0.997469425 0.009372378 0.070476234 578.631652832 0.008546352 0.999891341 -0.012013051 -50.044532776 -0.070581168 -0.011380336 -0.997441053 628.568359375\n-0.997466564 0.008112882 0.070671812 578.732666016 0.007135867 0.999875605 -0.014066201 -50.076118469 -0.070777141 -0.013526261 -0.997400403 627.250061035\n-0.997499228 0.004753176 0.070518859 578.838378906 0.003615427 0.999861360 -0.016252847 -50.103248596 -0.070586339 -0.015957246 -0.997378230 625.929443359\n-0.997491121 0.002963401 0.070729069 578.938964844 0.001686174 0.999834538 -0.018110899 -50.135242462 -0.070771039 -0.017946200 -0.997331142 624.597167969\n-0.997496486 0.001931427 0.070688769 579.039794922 0.000717779 0.999852002 -0.017190276 -50.174102783 -0.070711508 -0.017096503 -0.997350216 623.261474609\n-0.997495294 0.001839128 0.070711240 579.138366699 0.000867838 0.999904871 -0.013764280 -50.214157104 -0.070729829 -0.013668436 -0.997402072 621.936950684\n-0.997485638 0.003905215 0.070761681 579.233947754 0.003166225 0.999939322 -0.010552518 -50.240036011 -0.070798591 -0.010301938 -0.997437477 620.634216309\n-0.997473240 0.005790117 0.070810400 579.335571289 0.005147425 0.999943912 -0.009255345 -50.264442444 -0.070860013 -0.008867466 -0.997447133 619.318054199\n-0.997431159 0.008388246 0.071139112 579.428405762 0.007735687 0.999925494 -0.009443554 -50.293392181 -0.071213029 -0.008868986 -0.997421741 618.018493652\n-0.997396827 0.009391687 0.071495853 579.522705078 0.008620746 0.999901414 -0.011083979 -50.320098877 -0.071592897 -0.010438778 -0.997379541 616.712646484\n-0.997363091 0.008329486 0.072097339 579.611877441 0.007538524 0.999908447 -0.011235930 -50.353210449 -0.072184332 -0.010662792 -0.997334480 615.399658203\n-0.997408867 0.005982515 0.071692131 579.713745117 0.005185639 0.999922752 -0.011296242 -50.375026703 -0.071754172 -0.010895203 -0.997362852 614.103271484\n-0.997404814 0.004367832 0.071864635 579.807495117 0.003699119 0.999948621 -0.009435638 -50.401138306 -0.071902156 -0.009145315 -0.997369647 612.798461914\n-0.997416854 0.005516608 0.071618937 579.913757324 0.004990001 0.999959171 -0.007529743 -50.428752899 -0.071657553 -0.007152914 -0.997403741 611.505310059\n-0.997414351 0.005942360 0.071617857 580.011169434 0.005503249 0.999964833 -0.006327058 -50.454086304 -0.071652934 -0.005916568 -0.997412086 610.206115723\n-0.997395873 0.005647235 0.071899526 580.108764648 0.005018233 0.999947548 -0.008925985 -50.480377197 -0.071946166 -0.008541931 -0.997371912 608.912719727\n-0.997377634 0.007343918 0.072002769 580.201354980 0.006434049 0.999896586 -0.012860391 -50.507347107 -0.072089769 -0.012363395 -0.997321725 607.619018555\n-0.997329235 0.006836355 0.072717026 580.299438477 0.005754256 0.999869704 -0.015080063 -50.537868500 -0.072810642 -0.014621355 -0.997238636 606.317993164\n-0.997164130 0.009641172 0.074639760 580.386108398 0.008626940 0.999866188 -0.013898870 -50.567375183 -0.074763767 -0.013215540 -0.997113824 605.008056641\n-0.996917605 0.012092543 0.077519193 580.490783691 0.011333085 0.999883473 -0.010229511 -50.603397369 -0.077633865 -0.009319447 -0.996938467 603.706176758\n-0.996501327 0.016548445 0.081921168 580.593139648 0.015872778 0.999834478 -0.008892229 -50.629089355 -0.082054757 -0.007560803 -0.996599078 602.406005859\n-0.995886564 0.019368446 0.088514872 580.692993164 0.018535757 0.999775946 -0.010219714 -50.655174255 -0.088692985 -0.008536985 -0.996022463 601.121887207\n-0.995135188 0.022187043 0.095988348 580.819335938 0.021285579 0.999719262 -0.010405314 -50.688369751 -0.096192271 -0.008311526 -0.995328188 599.828002930\n-0.994228482 0.020351028 0.105337165 580.944702148 0.019565897 0.999772608 -0.008481646 -50.720680237 -0.105485827 -0.006371677 -0.994400620 598.533935547\n-0.993242145 0.020059071 0.114315547 581.097961426 0.019234050 0.999780416 -0.008315585 -50.743648529 -0.114457250 -0.006060637 -0.993409872 597.249938965\n-0.992180705 0.018395469 0.123446360 581.261596680 0.017511047 0.999812663 -0.008245670 -50.776939392 -0.123574920 -0.006019520 -0.992316961 595.987182617\n-0.990945697 0.016722675 0.133218765 581.428588867 0.015791606 0.999842942 -0.008042609 -50.802764893 -0.133332342 -0.005866050 -0.991054177 594.720581055\n-0.989612222 0.015212738 0.142955542 581.619628906 0.014370973 0.999872804 -0.006919023 -50.830768585 -0.143042624 -0.004792739 -0.989704967 593.452331543\n-0.988023043 0.015436860 0.153531417 581.816345215 0.014418095 0.999866068 -0.007746810 -50.857746124 -0.153630435 -0.005440397 -0.988113284 592.203247070\n-0.986277103 0.016515862 0.164270520 582.023925781 0.015119463 0.999838173 -0.009747396 -50.879592896 -0.164404914 -0.007129951 -0.986367226 590.947082520\n-0.984357357 0.015789503 0.175475344 582.243896484 0.014362008 0.999852657 -0.009402069 -50.909496307 -0.175597936 -0.006734817 -0.984439135 589.697692871\n-0.982452989 0.015167667 0.185893044 582.481262207 0.014150534 0.999876797 -0.006797267 -50.928222656 -0.185973227 -0.004047509 -0.982546568 588.442565918\n-0.980504870 0.013178586 0.196052477 582.734619141 0.012908799 0.999913156 -0.002653892 -50.954940796 -0.196070433 -0.000071352 -0.980589867 587.195434570\n-0.978834152 0.009589769 0.204430059 583.002685547 0.009834489 0.999951601 0.000181135 -50.972866058 -0.204418421 0.002187766 -0.978881121 585.965576172\n-0.977252245 0.006877175 0.211969167 583.270385742 0.007443865 0.999970555 0.001875560 -50.985832214 -0.211950019 0.003410765 -0.977274656 584.710571289\n-0.975805402 0.005308949 0.218576431 583.551086426 0.006092120 0.999977231 0.002909262 -50.993167877 -0.218556002 0.004170468 -0.975815535 583.477050781\n-0.974532008 0.000226937 0.224248379 583.848266602 0.001184918 0.999990761 0.004137400 -51.005603790 -0.224245355 0.004297744 -0.974523187 582.237365723\n-0.973462224 -0.002758953 0.228831947 584.140991211 -0.002004982 0.999991775 0.003527289 -51.013004303 -0.228839785 0.002974879 -0.973459721 581.004211426\n-0.972848415 -0.007298472 0.231328398 584.452575684 -0.006572078 0.999970734 0.003910560 -51.023040771 -0.231350169 0.002284073 -0.972867966 579.761108398\n-0.972372413 -0.008696673 0.233273730 584.751586914 -0.008358968 0.999962091 0.002436256 -51.030319214 -0.233286068 0.000419020 -0.972408175 578.530883789\n-0.971928120 -0.009567242 0.235083371 585.055236816 -0.009538140 0.999953687 0.001260882 -51.043815613 -0.235084549 -0.001016772 -0.971974373 577.303894043\n-0.971602082 -0.006529792 0.236532271 585.354553223 -0.006614160 0.999978006 0.000436806 -51.058929443 -0.236529931 -0.001140061 -0.971623898 576.084960938\n-0.971002817 -0.005856787 0.238996223 585.649658203 -0.006377511 0.999978662 -0.001405542 -51.066650391 -0.238982901 -0.002888987 -0.971019387 574.855041504\n-0.970543742 -0.004771019 0.240878582 585.950500488 -0.005775124 0.999977350 -0.003462734 -51.088386536 -0.240856588 -0.004751838 -0.970549226 573.639770508\n-0.970157623 -0.006129278 0.242397666 586.266601562 -0.007646066 0.999956608 -0.005317200 -51.108108521 -0.242354557 -0.007011910 -0.970162392 572.422302246\n-0.969765544 -0.006363625 0.243955985 586.583862305 -0.008141475 0.999947131 -0.006279953 -51.122871399 -0.243903130 -0.008076243 -0.969766140 571.205749512\n-0.969278932 -0.008069433 0.245831460 586.892883301 -0.009968085 0.999929309 -0.006480020 -51.147026062 -0.245761797 -0.008731416 -0.969290853 569.994995117\n-0.968997359 -0.008502059 0.246925518 587.210021973 -0.010545531 0.999920189 -0.006954362 -51.172863007 -0.246846691 -0.009342718 -0.969009638 568.783874512\n-0.968619108 -0.008523739 0.248404145 587.523376465 -0.010828807 0.999910057 -0.007914589 -51.194976807 -0.248314336 -0.010356142 -0.968624234 567.567932129\n-0.968338728 -0.009362065 0.249465570 587.836059570 -0.011259138 0.999917507 -0.006178660 -51.218578339 -0.249387145 -0.008791801 -0.968364239 566.362670898\n-0.968486071 -0.010513232 0.248845890 588.148864746 -0.011567916 0.999929249 -0.002776325 -51.236587524 -0.248799086 -0.005567460 -0.968539119 565.157104492\n-0.968687296 -0.012483012 0.247970477 588.461486816 -0.012904067 0.999916732 -0.000072712 -51.254867554 -0.247948930 -0.003270263 -0.968767762 563.957031250\n-0.969059229 -0.013205080 0.246475548 588.766784668 -0.013622538 0.999907196 0.000011403 -51.270591736 -0.246452823 -0.003346572 -0.969149232 562.764099121\n-0.969464064 -0.014895238 0.244781971 589.069091797 -0.015494272 0.999879837 -0.000521635 -51.278213501 -0.244744778 -0.004298423 -0.969578266 561.570068359\n-0.970201135 -0.018033229 0.241629750 589.379089355 -0.018574312 0.999827504 0.000038501 -51.296703339 -0.241588756 -0.004450752 -0.970368624 560.372619629\n-0.971323967 -0.021660162 0.236771241 589.677185059 -0.022522932 0.999745905 -0.000939331 -51.320556641 -0.236690730 -0.006245178 -0.971565008 559.185241699\n-0.972677231 -0.020400481 0.231263414 589.977111816 -0.022428000 0.999729574 -0.006141223 -51.343193054 -0.231075600 -0.011160204 -0.972871780 557.986145020\n-0.973892808 -0.019208280 0.226194739 590.247863770 -0.022236323 0.999693930 -0.010846372 -51.364028931 -0.225917161 -0.015592941 -0.974021792 556.806579590\n-0.975172877 -0.015307633 0.220914856 590.513854980 -0.018120369 0.999778450 -0.010711153 -51.390583038 -0.220701948 -0.014448286 -0.975234151 555.628417969\n-0.976457477 -0.013132074 0.215310067 590.785705566 -0.015104673 0.999857664 -0.007518767 -51.412033081 -0.215180680 -0.010593944 -0.976516843 554.468139648\n-0.977659822 -0.010688850 0.209922597 591.036621094 -0.011685516 0.999925554 -0.003507971 -51.435791016 -0.209869474 -0.005882655 -0.977711916 553.294616699\n-0.978770614 -0.010962139 0.204665020 591.289611816 -0.011646039 0.999929905 -0.002137303 -51.459346771 -0.204627246 -0.004475466 -0.978829741 552.125488281\n-0.979467034 -0.010292588 0.201341733 591.513305664 -0.010722978 0.999941945 -0.001047043 -51.479019165 -0.201319277 -0.003184527 -0.979520559 550.958129883\n-0.980213165 -0.007080866 0.197818115 591.747741699 -0.007457283 0.999971509 -0.001157949 -51.496170044 -0.197804272 -0.002610222 -0.980238080 549.809692383\n-0.980565548 -0.005698743 0.196109861 591.972412109 -0.005845018 0.999982893 -0.000167134 -51.506740570 -0.196105555 -0.001310151 -0.980582118 548.691650391\n-0.980796099 -0.003676619 0.195001364 592.199035645 -0.002932216 0.999987245 0.004105954 -51.526977539 -0.195013985 0.003455318 -0.980794311 547.608886719\n-0.980672121 -0.000877596 0.195657715 592.414611816 0.000915188 0.999958456 0.009072267 -51.542648315 -0.195657551 0.009075982 -0.980630517 546.526916504\n-0.980536103 0.001791282 0.196331963 592.629699707 0.004291387 0.999915004 0.012309404 -51.553916931 -0.196293235 0.012912348 -0.980460405 545.479980469\n-0.980083704 0.003316933 0.198557928 592.833251953 0.006117116 0.999890268 0.013490852 -51.557632446 -0.198491395 0.014436765 -0.979996443 544.423706055\n-0.979511261 0.006249842 0.201292753 593.031921387 0.008389330 0.999917030 0.009777394 -51.560070038 -0.201214939 0.011265778 -0.979482412 543.406372070\n-0.978830099 0.008559711 0.204496369 593.241027832 0.010190824 0.999924123 0.006924437 -51.567588806 -0.204421580 0.008861832 -0.978843093 542.414733887\n-0.977963567 0.011279915 0.208472103 593.453430176 0.013503511 0.999866068 0.009246002 -51.572776794 -0.208339885 0.011857356 -0.977984905 541.433898926\n-0.976804614 0.012398546 0.213773832 593.664611816 0.015649823 0.999786079 0.013523288 -51.581485748 -0.213560432 0.016555130 -0.976789713 540.452575684\n-0.975677967 0.014139911 0.218752623 593.873168945 0.017509928 0.999755919 0.013474538 -51.582538605 -0.218508691 0.016977152 -0.975687385 539.517272949\n-0.974605918 0.015545596 0.223387286 594.087585449 0.018267415 0.999781907 0.010122884 -51.588569641 -0.223181203 0.013946529 -0.974677324 538.607482910\n-0.973440170 0.017371375 0.228281900 594.289550781 0.019776203 0.999770403 0.008251043 -51.598823547 -0.228086159 0.012546446 -0.973560095 537.722167969\n-0.972657084 0.016523041 0.231658280 594.507568359 0.019012835 0.999782920 0.008519053 -51.608047485 -0.231467232 0.012690595 -0.972760201 536.843688965\n-0.971658349 0.015830705 0.235859707 594.711853027 0.018604977 0.999781370 0.009541409 -51.609817505 -0.235657096 0.013659151 -0.971740365 535.990783691\n-0.971071243 0.014929652 0.238323212 594.920471191 0.017904673 0.999786377 0.010323159 -51.613342285 -0.238118187 0.014291622 -0.971131086 535.145874023\n-0.970797658 0.014137926 0.239483088 595.128662109 0.017148038 0.999797940 0.010490119 -51.621242523 -0.239286393 0.014290447 -0.970844030 534.314270020\n-0.970778942 0.014648371 0.239528611 595.327941895 0.017323744 0.999808788 0.009067609 -51.622581482 -0.239349991 0.012952174 -0.970847130 533.501281738\n-0.971228004 0.014202499 0.237727731 595.520080566 0.016695537 0.999824703 0.008476770 -51.633239746 -0.237565666 0.012201868 -0.971294880 532.705444336\n-0.972328424 0.012008421 0.233309880 595.704040527 0.014108535 0.999873579 0.007334561 -51.636634827 -0.233192310 0.010423262 -0.972374916 531.934570312\n-0.974045992 0.008256359 0.226199433 595.890991211 0.010178909 0.999921322 0.007334308 -51.650840759 -0.226121083 0.009446417 -0.974053383 531.173767090\n-0.976448059 0.004871755 0.215698704 596.055236816 0.006975930 0.999935210 0.008994919 -51.655830383 -0.215640903 0.010287768 -0.976418734 530.443481445\n-0.979358077 0.002975842 0.202110857 596.203125000 0.005317682 0.999924839 0.011044911 -51.664764404 -0.202062801 0.011891684 -0.979300380 529.715393066\n-0.982778668 -0.000563948 0.184786335 596.330627441 0.001596573 0.999932110 0.011542993 -51.664859772 -0.184780300 0.011639230 -0.982711077 529.013793945\n-0.986486316 -0.003800708 0.163799331 596.449584961 -0.002095436 0.999941826 0.010582268 -51.670631409 -0.163830027 0.010096032 -0.986436963 528.306030273\n-0.990235806 -0.006479292 0.139252365 596.540588379 -0.005213358 0.999941707 0.009453774 -51.677875519 -0.139305502 0.008635492 -0.990211844 527.621948242\n-0.993700266 -0.008161664 0.111774512 596.610534668 -0.007277354 0.999938905 0.008317270 -51.669036865 -0.111835569 0.007451450 -0.993698955 526.921752930\n-0.996604681 -0.008249752 0.081923477 596.654602051 -0.007504970 0.999927700 0.009394970 -51.681716919 -0.081995063 0.008748235 -0.996594548 526.232299805\n-0.998738050 -0.008341419 0.049528968 596.674804688 -0.007869301 0.999921799 0.009719501 -51.682792664 -0.049606167 0.009317475 -0.998725653 525.551757812\n-0.999844074 -0.008642672 0.015413402 596.674987793 -0.008506035 0.999924123 0.008908414 -51.688182831 -0.015489224 0.008775917 -0.999841690 524.873901367\n-0.999736190 -0.008074161 -0.021506796 596.667419434 -0.008262452 0.999928176 0.008680502 -51.708526611 0.021435164 0.008855909 -0.999731064 524.200073242\n-0.998273969 -0.005636756 -0.058459442 596.605346680 -0.006242053 0.999928713 0.010176700 -51.706268311 0.058397911 0.010524040 -0.998237967 523.526062012\n-0.995458007 -0.001974039 -0.095182277 596.521728516 -0.003484430 0.999870598 0.015704807 -51.703536987 0.095138960 0.015965130 -0.995336056 522.857299805\n-0.991126299 -0.001251508 -0.132918537 596.441894531 -0.004435002 0.999710262 0.023657357 -51.718456268 0.132850423 0.024036920 -0.990844727 522.205261230\n-0.985191345 -0.000439327 -0.171459511 596.320373535 -0.005299974 0.999596894 0.027891936 -51.711589813 0.171378151 0.028387615 -0.984796524 521.559814453\n-0.977580786 0.001834127 -0.210553646 596.161437988 -0.004011272 0.999618351 0.027331607 -51.716804504 0.210523427 0.027563436 -0.977200389 520.934692383\n-0.967853069 0.001805324 -0.251510113 595.988403320 -0.003766221 0.999758124 0.021669252 -51.713794708 0.251488388 0.021919893 -0.967612147 520.320068359\n-0.955632210 -0.002225782 -0.294554621 595.782226562 -0.006832720 0.999869883 0.014612145 -51.702323914 0.294483751 0.015976444 -0.955523133 519.704956055\n-0.941163421 -0.002242422 -0.337944448 595.542114258 -0.006827099 0.999900103 0.012378419 -51.688575745 0.337882936 0.013957296 -0.941084743 519.085876465\n-0.924640298 0.001558354 -0.380839258 595.260864258 -0.004689131 0.999869227 0.015476109 -51.677608490 0.380813569 0.016095633 -0.924512148 518.465087891\n-0.905451179 0.006703889 -0.424397826 594.960021973 -0.002235818 0.999786079 0.020562969 -51.692054749 0.424444884 0.019567639 -0.905242443 517.818481445\n-0.883917928 0.009732816 -0.467541099 594.615234375 -0.001785268 0.999705851 0.024186077 -51.680816650 0.467638999 0.022213189 -0.883640528 517.201599121\n-0.859663844 0.012665659 -0.510703027 594.242065430 -0.001530161 0.999624312 0.027366832 -51.671859741 0.510857761 0.024307735 -0.859321475 516.595214844\n-0.832901120 0.013946940 -0.553246260 593.833862305 -0.004014324 0.999503851 0.031240260 -51.656349182 0.553407431 0.028240955 -0.832431912 516.002807617\n-0.803787589 0.014713928 -0.594734848 593.378112793 -0.008355965 0.999316275 0.036016535 -51.634159088 0.594858170 0.033919219 -0.803115010 515.417663574\n-0.771623731 0.015838858 -0.635882258 592.924987793 -0.013610620 0.999049902 0.041400880 -51.619483948 0.635933876 0.040600643 -0.770675063 514.860656738\n-0.737509012 0.017428093 -0.675112426 592.408264160 -0.017890433 0.998811901 0.045328364 -51.593711853 0.675100327 0.045508131 -0.736320972 514.318725586\n-0.701566458 0.017705373 -0.712384522 591.854125977 -0.022052040 0.998673081 0.046537861 -51.567085266 0.712263167 0.048358917 -0.700245023 513.797241211\n-0.664272785 0.016576035 -0.747306764 591.288635254 -0.026898740 0.998576462 0.046059452 -51.547573090 0.747006416 0.050697640 -0.662881255 513.296630859\n-0.627669692 0.014861627 -0.778338075 590.682495117 -0.030937895 0.998551667 0.044015422 -51.518409729 0.777864933 0.051707283 -0.626300812 512.818176270\n-0.592461705 0.014534192 -0.805467784 590.034301758 -0.032463398 0.998594403 0.041897487 -51.494026184 0.804944515 0.050970864 -0.591157079 512.362426758\n-0.559165716 0.015337371 -0.828914285 589.360656738 -0.033787787 0.998576641 0.041269056 -51.466415405 0.828367412 0.051083408 -0.557851553 511.928466797\n-0.528339863 0.015874790 -0.848884463 588.658020020 -0.035119690 0.998560846 0.040532108 -51.439285278 0.848306239 0.051227290 -0.527022004 511.507080078\n-0.500781536 0.019604968 -0.865351737 587.914245605 -0.033418138 0.998560190 0.041962042 -51.420616150 0.864928424 0.049932256 -0.499405384 511.081298828\n-0.476245642 0.024288870 -0.878976762 587.158752441 -0.031026106 0.998531818 0.044403058 -51.391517639 0.878764749 0.048417989 -0.474792838 510.689636230\n-0.455836535 0.028621001 -0.889603496 586.398498535 -0.027977763 0.998528183 0.046461333 -51.369140625 0.889623940 0.046067875 -0.454364896 510.322692871\n-0.439170003 0.030307189 -0.897892714 585.588073730 -0.024439912 0.998657942 0.045662239 -51.334671021 0.898071587 0.041997902 -0.437839866 509.924072266\n-0.427563071 0.030665597 -0.903465509 584.796752930 -0.018044142 0.998935819 0.042445417 -51.304946899 0.903805673 0.034450341 -0.426554680 509.561706543\n-0.420146823 0.030480592 -0.906944156 583.970336914 -0.011011425 0.999190927 0.038681924 -51.272354126 0.907389402 0.026238834 -0.419471264 509.187255859\n-0.416138172 0.031545930 -0.908754170 583.148315430 -0.006850624 0.999260902 0.037824776 -51.244037628 0.909275770 0.021965861 -0.415614605 508.819335938\n-0.414437413 0.034372069 -0.909428656 582.310058594 -0.003451842 0.999219954 0.039338801 -51.214809418 0.910071433 0.019442670 -0.413995504 508.437194824\n-0.414012313 0.036631621 -0.909534037 581.455627441 -0.002606995 0.999138117 0.041427128 -51.186161041 0.910267711 0.019522486 -0.413560033 508.050720215\n-0.413671374 0.037939738 -0.909635603 580.598571777 -0.002302297 0.999084532 0.042717554 -51.158889771 0.910423577 0.019765275 -0.413205385 507.649414062\n-0.414989233 0.037824340 -0.909039915 579.719848633 -0.001517939 0.999105275 0.042264841 -51.123203278 0.909825206 0.018919315 -0.414560556 507.248962402\n-0.417340040 0.037730128 -0.907967031 578.828613281 -0.001498588 0.999107778 0.042206258 -51.093048096 0.908749402 0.018975019 -0.416911125 506.838073730\n-0.420282483 0.036859706 -0.906644583 577.937744141 -0.003072660 0.999111056 0.042043298 -51.058551788 0.907388330 0.020455861 -0.419795513 506.421813965\n-0.423888087 0.036543585 -0.904977083 577.012939453 -0.004123197 0.999097466 0.042275522 -51.025440216 0.905705214 0.021651488 -0.423354864 505.984436035\n-0.428078413 0.036069538 -0.903021693 576.089721680 -0.005323946 0.999085248 0.042430446 -50.989379883 0.903726101 0.022971189 -0.427494764 505.545898438\n-0.433394194 0.034892175 -0.900528848 575.179443359 -0.009050407 0.999031305 0.043064442 -50.955474854 0.901159108 0.026814025 -0.432658672 505.100341797\n-0.438001037 0.032585401 -0.898383737 574.235717773 -0.012757024 0.999016941 0.042455081 -50.921421051 0.898883939 0.030056071 -0.437154770 504.610229492\n-0.443152189 0.029456099 -0.895962417 573.299926758 -0.015353321 0.999064028 0.040439632 -50.891311646 0.896315038 0.031676907 -0.442285180 504.137390137\n-0.447970986 0.028784707 -0.893584847 572.365844727 -0.017445296 0.999009848 0.040926382 -50.852630615 0.893878102 0.033922672 -0.447025180 503.654724121\n-0.453257918 0.032124102 -0.890800416 571.417846680 -0.018002657 0.998816669 0.045179520 -50.826045990 0.891197622 0.036514748 -0.452143192 503.168884277\n-0.459051847 0.035033934 -0.887718737 570.471313477 -0.017688297 0.998663664 0.048559260 -50.791725159 0.888233662 0.037993435 -0.457818747 502.683959961\n-0.463989258 0.036578517 -0.885085404 569.530151367 -0.016350551 0.998623252 0.049842242 -50.752250671 0.885690033 0.037597891 -0.462752461 502.185119629\n-0.468835235 0.037796501 -0.882476568 568.567199707 -0.014546628 0.998618186 0.050499067 -50.716957092 0.883165836 0.036512800 -0.467637539 501.670104980\n-0.473306179 0.038191676 -0.880069852 567.618347168 -0.014379108 0.998591661 0.051068231 -50.677230835 0.880780756 0.036825523 -0.472090483 501.158508301\n-0.477316976 0.035718277 -0.878005028 566.678405762 -0.016751649 0.998622119 0.049731959 -50.634986877 0.878571570 0.038445938 -0.476060987 500.632751465\n-0.479869604 0.035193712 -0.876633704 565.721008301 -0.016587622 0.998652577 0.049172401 -50.600349426 0.877183080 0.038137607 -0.478639245 500.112182617\n-0.481428504 0.032781616 -0.875872314 564.772216797 -0.018484032 0.998698354 0.047538538 -50.559478760 0.876290619 0.039076049 -0.480195999 499.582092285\n-0.481747627 0.031171931 -0.875755787 563.815185547 -0.018794959 0.998769701 0.045889515 -50.520896912 0.876108766 0.038566943 -0.480569005 499.045532227\n-0.483261704 0.030712120 -0.874937296 562.851379395 -0.020325247 0.998721540 0.046283625 -50.486190796 0.875240147 0.040150411 -0.482019663 498.499023438\n-0.484257340 0.032427315 -0.874324501 561.871887207 -0.021981444 0.998546600 0.049209256 -50.453544617 0.874649465 0.043048855 -0.482840657 497.954345703\n-0.484748840 0.035758648 -0.873922169 560.900207520 -0.017955355 0.998546541 0.050817467 -50.412368774 0.874469161 0.040325291 -0.483402252 497.417724609\n-0.484846115 0.030731319 -0.874059677 559.927429199 -0.016919052 0.998865902 0.044504520 -50.375995636 0.874436080 0.036366094 -0.483776331 496.873779297\n-0.484905601 0.025963534 -0.874181151 558.968994141 -0.013546385 0.999216318 0.037191268 -50.337562561 0.874461710 0.029876243 -0.484173894 496.320373535\n-0.486969471 0.026576698 -0.873014629 557.972656250 -0.006476704 0.999399602 0.034036886 -50.307731628 0.873395026 0.022229178 -0.486504912 495.787902832\n-0.486858130 0.031650428 -0.872907698 556.985717773 -0.002357950 0.999292016 0.037548084 -50.286041260 0.873478115 0.020338856 -0.486438870 495.235229492\n-0.487127781 0.037420016 -0.872528851 555.992431641 0.001661050 0.999119520 0.041921742 -50.256134033 0.873329341 0.018971924 -0.486761093 494.690124512\n-0.487323284 0.041278224 -0.872245610 554.994628906 0.005232957 0.999002218 0.044353217 -50.228088379 0.873206079 0.017049924 -0.487053037 494.138000488\n-0.487223148 0.042838275 -0.872226238 553.993347168 0.009186562 0.998992264 0.043932639 -50.181301117 0.873229265 0.013392234 -0.487125635 493.571838379\n-0.488027096 0.043338742 -0.871751964 553.009460449 0.013011977 0.999016762 0.042381249 -50.149581909 0.872731626 0.009339977 -0.488111258 493.024719238\n-0.487691402 0.043866422 -0.871913493 552.004699707 0.018039670 0.999029934 0.040171511 -50.118782043 0.872829854 0.003862265 -0.488009691 492.457458496\n-0.488852143 0.043752193 -0.871268809 550.994628906 0.016542975 0.999026895 0.040885828 -50.083206177 0.872209787 0.005573745 -0.489100218 491.899169922\n-0.489640236 0.046859141 -0.870664597 549.988708496 0.015168651 0.998861492 0.045228224 -50.041526794 0.871792734 0.008938747 -0.489793539 491.338378906\n-0.489487529 0.046504341 -0.870769322 548.985595703 0.009729322 0.998806059 0.047873110 -50.010128021 0.871955931 0.014961301 -0.489355564 490.753723145\n-0.489724994 0.043594416 -0.870786607 547.989868164 0.005854615 0.998891115 0.046715152 -49.968391418 0.871857524 0.017779451 -0.489437222 490.179199219\n-0.490713954 0.040752783 -0.870367289 546.985961914 0.003089632 0.998980701 0.045032855 -49.927856445 0.871315360 0.019409131 -0.490339637 489.609313965\n-0.491038203 0.040123746 -0.870213687 545.973937988 0.001785876 0.998982966 0.045053311 -49.903179169 0.871136367 0.020568796 -0.490610480 489.022583008\n-0.492166400 0.039219767 -0.869617343 544.955871582 0.000252647 0.998990953 0.044911537 -49.862319946 0.870501280 0.021884238 -0.491679668 488.450317383\n-0.492453337 0.038121510 -0.869503677 543.950195312 -0.001573344 0.998999655 0.044690069 -49.830509186 0.870337546 0.023375798 -0.491900802 487.870178223\n-0.492965937 0.035551462 -0.869321942 542.931579590 -0.004352393 0.999051571 0.043324944 -49.794998169 0.870037675 0.025141353 -0.492343664 487.283447266\n-0.493253350 0.036392346 -0.869124353 541.916809082 -0.004488049 0.999004722 0.044377856 -49.759063721 0.869874358 0.025790187 -0.492599010 486.703002930\n-0.493874907 0.039628107 -0.868629694 540.890014648 -0.002760741 0.998884439 0.047140185 -49.726310730 0.869528830 0.025679406 -0.493214488 486.124267578\n-0.494018912 0.041439917 -0.868462980 539.869750977 -0.001909455 0.998809397 0.048745759 -49.684822083 0.869448960 0.025739620 -0.493351579 485.524719238\n-0.495264769 0.042458471 -0.867704153 538.849548340 -0.000277306 0.998797178 0.049031395 -49.647949219 0.868742228 0.024524134 -0.494657278 484.954711914\n-0.495727658 0.042458631 -0.867439866 537.833374023 0.000059409 0.998805881 0.048854668 -49.607261658 0.868478358 0.024167063 -0.495138168 484.377258301\n-0.495464206 0.041649114 -0.867629230 536.821411133 -0.002449027 0.998778880 0.049343262 -49.570640564 0.868624866 0.026572669 -0.494757175 483.778442383\n-0.496347547 0.038451776 -0.867272079 535.820739746 -0.005652254 0.998854280 0.047520503 -49.531799316 0.868105650 0.028488724 -0.495561600 483.202697754\n-0.496399522 0.037439257 -0.867286503 534.830444336 -0.006417496 0.998883963 0.046793211 -49.497016907 0.868070483 0.028793935 -0.495605350 482.622619629\n-0.496834040 0.037870552 -0.867018878 533.816955566 -0.005449914 0.998891592 0.046753630 -49.455558777 0.867828488 0.027953975 -0.496077061 482.036987305\n-0.497434974 0.039381623 -0.866607070 532.832214355 -0.004617731 0.998834670 0.048041094 -49.429908752 0.867489159 0.027899068 -0.496673465 481.470397949\n-0.498196721 0.039066542 -0.866183639 531.839843750 -0.002763663 0.998907864 0.046642218 -49.395233154 0.867059767 0.025630834 -0.497544646 480.898193359\n-0.499588847 0.038316824 -0.865415037 530.850524902 -0.003295071 0.998929977 0.046130475 -49.355079651 0.866256595 0.025897862 -0.498927951 480.335510254\n-0.500106335 0.037129980 -0.865167916 529.884033203 -0.003096819 0.998997271 0.044663575 -49.324089050 0.865958750 0.025015796 -0.499489903 479.774536133\n-0.500832200 0.036996301 -0.864753485 528.924438477 -0.001406464 0.999049962 0.043556411 -49.300930023 0.865543425 0.023030693 -0.500304341 479.222229004\n-0.501861691 0.036606323 -0.864172876 527.980224609 -0.000335775 0.999095678 0.042516645 -49.273635864 0.864947796 0.021627646 -0.501395583 478.671020508\n-0.503377795 0.037766326 -0.863240778 527.039428711 0.000988485 0.999068856 0.043132320 -49.241199493 0.864065945 0.020858549 -0.502946377 478.124816895\n-0.505592823 0.041619111 -0.861767769 526.116027832 0.004529746 0.998950124 0.045586772 -49.216789246 0.862760305 0.019144759 -0.505250573 477.591918945\n-0.507348061 0.042652041 -0.860684991 525.177368164 0.004410447 0.998889804 0.046901077 -49.171726227 0.861729920 0.019999167 -0.506972909 477.033447266\n-0.509601355 0.043390408 -0.859315872 524.266601562 0.003600316 0.998826385 0.048299771 -49.138614655 0.860403121 0.021519819 -0.509159446 476.498962402\n-0.512441039 0.044208765 -0.857583702 523.355834961 0.003000364 0.998759985 0.049693614 -49.109237671 0.858717203 0.022891982 -0.511938214 475.955932617\n-0.515002489 0.044119492 -0.856052697 522.478332520 0.001517276 0.998719871 0.050559528 -49.075222015 0.857187510 0.024739407 -0.514410257 475.414611816\n-0.518247604 0.043905303 -0.854103148 521.612365723 0.000179156 0.998686910 0.051228959 -49.045127869 0.855230868 0.026396258 -0.517574906 474.890014648\n-0.521413803 0.043920241 -0.852172971 520.747314453 -0.000606330 0.998655200 0.051840797 -49.013549805 0.853303850 0.027547203 -0.520686030 474.365417480\n-0.524889708 0.043697137 -0.850048006 519.906494141 -0.003118534 0.998575926 0.053257931 -48.979667664 0.851164699 0.030605434 -0.524005890 473.848999023\n-0.528215051 0.043134399 -0.848014474 519.100158691 -0.004972641 0.998534620 0.053888015 -48.946933746 0.849096179 0.032681324 -0.527226448 473.336181641\n-0.531460166 0.041577328 -0.846062422 518.304626465 -0.006372831 0.998570204 0.053075027 -48.911670685 0.847059429 0.033599067 -0.530435324 472.822265625\n-0.535384774 0.039030001 -0.843706310 517.529846191 -0.007411281 0.998676181 0.050901864 -48.879356384 0.844576061 0.033505011 -0.534386754 472.326782227\n-0.539035201 0.037309062 -0.841456771 516.770202637 -0.006377327 0.998809099 0.048371151 -48.852722168 0.842259347 0.031439982 -0.538155317 471.843933105\n-0.542636156 0.034904111 -0.839242458 516.033081055 -0.006676563 0.998925447 0.045862257 -48.827045441 0.839941442 0.030489771 -0.541820049 471.362976074\n-0.545654058 0.033856675 -0.837326586 515.312866211 -0.004505374 0.999050558 0.043331850 -48.805183411 0.837998688 0.027416660 -0.544983387 470.896850586\n-0.547902226 0.032157067 -0.835924149 514.605041504 -0.004421639 0.999135613 0.041333772 -48.783767700 0.836530805 0.026343018 -0.547286510 470.436340332\n-0.549043775 0.030265164 -0.835245490 513.901428223 -0.004194651 0.999231815 0.038964547 -48.757652283 0.835783124 0.024896802 -0.548495054 469.970397949\n-0.549300194 0.030530719 -0.835067213 513.228759766 -0.005186959 0.999188483 0.039943062 -48.738765717 0.835609078 0.026272187 -0.548696041 469.522644043\n-0.548206329 0.031950373 -0.835732877 512.555847168 -0.007091076 0.999056518 0.042845752 -48.721412659 0.836313367 0.029414546 -0.547462583 469.084289551\n-0.544191957 0.029694732 -0.838435173 511.882446289 -0.011710938 0.999007165 0.042982750 -48.699386597 0.838879108 0.033209726 -0.543303847 468.631469727\n-0.537350178 0.025452288 -0.842975199 511.237792969 -0.014553795 0.999115765 0.039443947 -48.688636780 0.843233764 0.033463694 -0.536504626 468.217346191\n-0.527657509 0.017974982 -0.849267304 510.605773926 -0.019764636 0.999245644 0.033429265 -48.672161102 0.849227548 0.034424648 -0.526904106 467.821228027\n-0.514540792 0.012102235 -0.857380629 509.975097656 -0.025530508 0.999240875 0.029426292 -48.658012390 0.857085884 0.037030384 -0.513841271 467.440979004\n-0.498049974 0.012871545 -0.867052853 509.352478027 -0.026265863 0.999207079 0.029920958 -48.651184082 0.866750538 0.037676021 -0.497316957 467.085693359\n-0.478697419 0.014887559 -0.877853811 508.728820801 -0.024590313 0.999236643 0.030355299 -48.641845703 0.877635598 0.036117699 -0.477965951 466.757690430\n-0.454898238 0.013615570 -0.890439630 508.120574951 -0.023488689 0.999351799 0.027280575 -48.635871887 0.890233934 0.033325132 -0.454283595 466.458435059\n-0.428317428 0.010772065 -0.903564155 507.536437988 -0.023867253 0.999445260 0.023228951 -48.635353088 0.903313100 0.031514958 -0.427822709 466.192291260\n-0.398820758 0.008209549 -0.916992247 506.930023193 -0.023107825 0.999552429 0.018998802 -48.626937866 0.916737795 0.028766811 -0.398452520 465.945312500\n-0.365562201 0.006131392 -0.930766940 506.317382812 -0.020625278 0.999679387 0.014686003 -48.625404358 0.930558562 0.024565969 -0.365318537 465.722991943\n-0.328652620 0.007136667 -0.944423974 505.692291260 -0.013845935 0.999827564 0.012373616 -48.631397247 0.944349408 0.017143054 -0.328497171 465.521820068\n-0.288554192 0.008559661 -0.957425296 505.090881348 -0.008040333 0.999903142 0.011362666 -48.633342743 0.957429767 0.010976763 -0.288457394 465.365234375\n-0.245017052 0.008912472 -0.969477952 504.448852539 -0.004250548 0.999938250 0.010266742 -48.626766205 0.969509542 0.006636338 -0.244964123 465.233489990\n-0.198566675 0.011174930 -0.980023742 503.813720703 -0.003775131 0.999918878 0.012166684 -48.637115479 0.980080187 0.006115614 -0.198508382 465.117462158\n-0.150526762 0.013627402 -0.988511980 503.160980225 -0.001203803 0.999901712 0.013967727 -48.632087708 0.988605142 0.003292490 -0.150495529 465.030059814\n-0.104128957 0.016956558 -0.994419277 502.522216797 0.002557019 0.999855936 0.016781507 -48.641647339 0.994560540 -0.000795307 -0.104157329 464.999053955\n-0.055278897 0.016927781 -0.998327434 501.865966797 0.002410704 0.999855638 0.016820209 -48.638740540 0.998468041 -0.001476870 -0.055311680 464.976867676\n-0.003857732 0.013374837 -0.999903142 501.217926025 -0.002014608 0.999908447 0.013382681 -48.639671326 0.999990582 0.002066039 -0.003830433 464.976501465\n0.049368441 0.006586542 -0.998759031 500.583923340 -0.003791385 0.999972284 0.006407137 -48.643592834 0.998773575 0.003470368 0.049392045 465.010528564\n0.101726055 0.000458451 -0.994812369 499.992279053 -0.002825000 0.999996006 0.000171966 -48.657146454 0.994808495 0.002792851 0.101726949 465.112152100\n0.157523870 -0.004796083 -0.987503588 499.355773926 -0.000380745 0.999987841 -0.004917452 -48.656764984 0.987515211 0.001150603 0.157520175 465.219085693\n0.211998761 -0.007616710 -0.977240324 498.720550537 -0.002012160 0.999964118 -0.008230332 -48.662841797 0.977267981 0.003711184 0.211975813 465.376708984\n0.265885830 -0.005774721 -0.963987231 498.108184814 -0.003192888 0.999971271 -0.006870940 -48.684837341 0.963999212 0.004904788 0.265859783 465.571960449\n0.318581402 -0.006816128 -0.947871029 497.483428955 0.000675909 0.999975502 -0.006963637 -48.684986115 0.947895288 0.001577811 0.318578243 465.809936523\n0.371811628 -0.008885000 -0.928265750 496.859802246 0.005284638 0.999958277 -0.007454481 -48.693550110 0.928293228 -0.002133885 0.371843040 466.080200195\n0.423895419 -0.010396958 -0.905651510 496.270904541 0.005540097 0.999945164 -0.008886384 -48.706329346 0.905694246 -0.001250500 0.423929751 466.393005371\n0.476412952 -0.011933303 -0.879140675 495.674133301 0.005491917 0.999928772 -0.010596749 -48.709289551 0.879204512 0.000220261 0.476444602 466.733703613\n0.526493251 -0.012734465 -0.850084007 495.095764160 0.007128362 0.999918818 -0.010564130 -48.716522217 0.850149512 -0.000497763 0.526541233 467.122161865\n0.574990749 -0.010789452 -0.818088830 494.534942627 0.008617675 0.999937415 -0.007130881 -48.730606079 0.818114579 -0.002949833 0.575047731 467.542724609\n0.621633768 -0.006992627 -0.783276796 493.982574463 0.009001324 0.999957919 -0.001783284 -48.735610962 0.783256292 -0.005941979 0.621670544 467.990600586\n0.664501548 -0.001164427 -0.747286022 493.443572998 0.008751302 0.999942362 0.006223714 -48.741786957 0.747235715 -0.010675392 0.664473414 468.504272461\n0.704108953 0.002368469 -0.710088074 492.919372559 0.008365350 0.999897361 0.011630029 -48.746765137 0.710042775 -0.014128942 0.704016924 469.042480469\n0.739293754 0.002566074 -0.673378170 492.412292480 0.008159458 0.999885201 0.012768480 -48.745586395 0.673333585 -0.014934058 0.739187956 469.608642578\n0.769983053 -0.000076408 -0.638064325 491.916076660 0.009532400 0.999889791 0.011383473 -48.737674713 0.637993097 -0.014847366 0.769898891 470.219146729\n0.795412719 -0.003749764 -0.606056571 491.445892334 0.012686019 0.999864757 0.010463322 -48.728580475 0.605935395 -0.016011104 0.795352697 470.867706299\n0.816958845 -0.007497814 -0.576647222 490.982269287 0.017654492 0.999772012 0.012012351 -48.717430115 0.576425672 -0.019994009 0.816904902 471.556823730\n0.834137857 -0.009161749 -0.551479936 490.520141602 0.021257730 0.999653161 0.015546001 -48.710639954 0.551146209 -0.024690719 0.834043324 472.295928955\n0.847186983 -0.011181625 -0.531177163 490.067352295 0.024952471 0.999512672 0.018756893 -48.705486298 0.530708551 -0.029144779 0.847053170 473.067443848\n0.857054532 -0.014604225 -0.515018702 489.591796875 0.029668305 0.999338448 0.021033786 -48.706760406 0.514370799 -0.033306833 0.856920838 473.843444824\n0.863582253 -0.018339112 -0.503874421 489.136444092 0.033759471 0.999198854 0.021492777 -48.691448212 0.503076553 -0.035571314 0.863509536 474.650604248\n0.867313147 -0.021571536 -0.497295320 488.682647705 0.036613863 0.999118865 0.020517301 -48.674816132 0.496414512 -0.036002826 0.867338717 475.474853516\n0.869226873 -0.024654930 -0.493798345 488.214996338 0.039394937 0.999034107 0.019465484 -48.655399323 0.492841452 -0.036373075 0.869358540 476.296630859\n0.869573772 -0.027132582 -0.493057102 487.741149902 0.042040337 0.998931944 0.019173386 -48.644226074 0.492010266 -0.037400957 0.869785666 477.160644531\n0.869279146 -0.027842475 -0.493536770 487.254547119 0.042845432 0.998898864 0.019112708 -48.630176544 0.492461175 -0.037760075 0.869514942 478.020355225\n0.868751764 -0.026845789 -0.494519740 486.751251221 0.042543970 0.998883963 0.020513486 -48.611839294 0.493417144 -0.038859956 0.868924320 478.906311035\n0.867951632 -0.025372656 -0.496000201 486.236206055 0.043021783 0.998781204 0.024191717 -48.603805542 0.494781852 -0.042336050 0.867985368 479.808166504\n0.867475748 -0.025135344 -0.496844083 485.705047607 0.044711817 0.998620093 0.027545379 -48.565822601 0.495466143 -0.046109751 0.867402554 480.729034424\n0.867046058 -0.025443489 -0.497577876 485.174377441 0.045470562 0.998568356 0.028172491 -48.552192688 0.496148705 -0.047051992 0.866961718 481.650939941\n0.866346359 -0.027750870 -0.498672158 484.626983643 0.047334559 0.998523057 0.026667295 -48.531303406 0.497195601 -0.046707541 0.866380334 482.592834473\n0.865564942 -0.027901260 -0.500018895 484.075195312 0.047188099 0.998548448 0.025966225 -48.508892059 0.498568594 -0.046070397 0.865625143 483.548889160\n0.864747286 -0.029262369 -0.501353979 483.515930176 0.049877916 0.998369455 0.027759105 -48.479961395 0.499724209 -0.049011104 0.864796877 484.511169434\n0.863952518 -0.031351071 -0.502596438 482.932342529 0.052481193 0.998230815 0.027946182 -48.460262299 0.500831127 -0.050521035 0.864069343 485.515380859\n0.863121867 -0.028011382 -0.504218280 482.342132568 0.049521130 0.998342991 0.029308354 -48.429649353 0.502561808 -0.050266139 0.863078773 486.514953613\n0.862528682 -0.024274155 -0.505425632 481.738983154 0.047715310 0.998299658 0.033482559 -48.392738342 0.503753424 -0.052996207 0.862220287 487.524658203\n0.861522853 -0.022288954 -0.507229388 481.136505127 0.046746302 0.998274684 0.035531290 -48.365543365 0.505562305 -0.054322112 0.861078382 488.568145752\n0.860727668 -0.023846479 -0.508506894 480.532958984 0.046571635 0.998401940 0.032009643 -48.341922760 0.506931007 -0.051233582 0.860462725 489.576110840\n0.860466897 -0.024793196 -0.508902788 479.915863037 0.045342844 0.998578548 0.028017258 -48.313209534 0.507484794 -0.047183022 0.860367954 490.612548828\n0.859944463 -0.025368400 -0.509756744 479.294006348 0.045849647 0.998565555 0.027652686 -48.289386749 0.508324027 -0.047151942 0.859874070 491.658203125\n0.859430194 -0.023801798 -0.510698795 478.660797119 0.046539802 0.998410523 0.031787317 -48.261840820 0.509130478 -0.051086802 0.859171867 492.707702637\n0.858967543 -0.022441030 -0.511538029 478.025726318 0.048299745 0.998135567 0.037316341 -48.233661652 0.509746850 -0.056760684 0.858449996 493.771148682\n0.858377337 -0.021321544 -0.512575686 477.374298096 0.050287198 0.997821331 0.042706475 -48.196208954 0.510548353 -0.062434260 0.857579350 494.878295898\n0.857689977 -0.020990103 -0.513738573 476.725891113 0.052134842 0.997567058 0.046281323 -48.164413452 0.511517227 -0.066478707 0.856697559 495.958343506\n0.857103288 -0.019939460 -0.514758587 476.063232422 0.045742825 0.998249233 0.037496757 -48.124313354 0.513109684 -0.055685103 0.856514812 497.052062988\n0.856945395 -0.024282003 -0.514835000 475.409759521 0.040684305 0.998959601 0.020603662 -48.095218658 0.513799071 -0.038601913 0.857041717 498.126922607\n0.857062340 -0.022239614 -0.514732480 474.741790771 0.033905443 0.999336839 0.013277213 -48.076045990 0.514095843 -0.028831631 0.857248068 499.208068848\n0.856651247 -0.015043238 -0.515676618 474.078125000 0.031291492 0.999249518 0.022832040 -48.070903778 0.514946163 -0.035695385 0.856479049 500.288818359\n0.856208742 -0.008417056 -0.516561449 473.394592285 0.030358499 0.998959184 0.034042254 -48.053623199 0.515737295 -0.044829305 0.855573177 501.391845703\n0.855522990 -0.007324519 -0.517713010 472.735290527 0.032196861 0.998717427 0.039075758 -48.024768829 0.516762793 -0.050098944 0.854661524 502.476562500\n0.854678273 -0.007507575 -0.519103825 472.072021484 0.031680856 0.998786151 0.037715919 -47.994934082 0.518190563 -0.048680626 0.853878677 503.578277588\n0.854650021 -0.007865213 -0.519145012 471.397003174 0.030086603 0.998955309 0.034396019 -47.969623566 0.518332183 -0.045015864 0.853993773 504.657226562\n0.854136944 -0.006505367 -0.520007491 470.729034424 0.026263708 0.999185383 0.030639434 -47.932331085 0.519384563 -0.039827596 0.853612006 505.739807129\n0.853601456 -0.004584307 -0.520906448 470.059234619 0.023942679 0.999249756 0.030440478 -47.909362793 0.520376086 -0.038455933 0.853070855 506.826232910\n0.853151441 -0.002237618 -0.521658599 469.379547119 0.022329126 0.999230921 0.032232247 -47.886821747 0.521185279 -0.039147168 0.852545261 507.918212891\n0.852776885 -0.000671359 -0.522274971 468.690826416 0.021686861 0.999182224 0.034126174 -47.855449677 0.521824956 -0.040428516 0.852094054 509.013153076\n0.852206528 0.001837269 -0.523202300 468.003967285 0.020373601 0.999118865 0.036693584 -47.827472687 0.522808671 -0.041930027 0.851418197 510.123840332\n0.851759315 0.001926451 -0.523929715 467.320404053 0.020445859 0.999109328 0.036912750 -47.796092987 0.523534179 -0.042152975 0.850961328 511.220428467\n0.851200342 -0.000142906 -0.524840891 466.633911133 0.021982640 0.999132156 0.035379965 -47.765117645 0.524380326 -0.041652828 0.850464821 512.329284668\n0.850773692 -0.000413906 -0.525532007 465.943847656 0.021130575 0.999217987 0.033420905 -47.729824066 0.525107205 -0.039538421 0.850117147 513.414855957\n0.850257754 -0.004002455 -0.526351333 465.250488281 0.024261544 0.999206305 0.031593516 -47.710578918 0.525807142 -0.039632730 0.849680007 514.528930664\n0.849700511 -0.004242378 -0.527248561 464.552032471 0.024050741 0.999238670 0.030719439 -47.688140869 0.526716828 -0.038783040 0.849155664 515.656188965\n0.849784255 -0.002717354 -0.527123630 463.853637695 0.022570519 0.999257207 0.031235058 -47.663616180 0.526647210 -0.038440514 0.849214375 516.767272949\n0.850171626 -0.001156734 -0.526504397 463.152099609 0.021927578 0.999207735 0.033212237 -47.639118195 0.526048839 -0.039781068 0.849523425 517.877502441\n0.850642920 0.001311635 -0.525742292 462.446990967 0.019929344 0.999197721 0.034738198 -47.612979889 0.525366068 -0.040027499 0.849934280 519.011535645\n0.851260602 0.000932132 -0.524742365 461.748931885 0.019669745 0.999238968 0.033684157 -47.587486267 0.524374425 -0.038995542 0.850594401 520.156616211\n0.852003038 0.002060068 -0.523532808 461.055206299 0.017601037 0.999314249 0.032576364 -47.557781219 0.523240924 -0.036969882 0.851382494 521.271972656\n0.853080213 0.001538598 -0.521777511 460.356506348 0.018868314 0.999250650 0.033795308 -47.532417297 0.521438539 -0.038675170 0.852411926 522.414306641\n0.854046583 0.001421890 -0.520194590 459.665069580 0.019534234 0.999203265 0.034802176 -47.505344391 0.519829631 -0.039884284 0.853338420 523.540222168\n0.854963660 -0.001006093 -0.518686891 458.970031738 0.022558449 0.999124050 0.035245623 -47.478683472 0.518197060 -0.041834500 0.854237437 524.686462402\n0.855528235 -0.002361651 -0.517750800 458.284667969 0.024365198 0.999065340 0.035703808 -47.453220367 0.517182529 -0.043160714 0.854786158 525.821105957\n0.855910420 -0.003810606 -0.517110109 457.586944580 0.026497720 0.998982430 0.036496960 -47.420696259 0.516444802 -0.044940367 0.855140448 526.982055664\n0.856318831 -0.003967307 -0.516432285 456.892486572 0.027141331 0.998934329 0.037330270 -47.391334534 0.515733838 -0.045983274 0.855513990 528.130920410\n0.856777728 -0.003610350 -0.515673220 456.188415527 0.026837820 0.998932540 0.037596583 -47.355705261 0.514986992 -0.046051461 0.855960071 529.283020020\n0.857019782 -0.004077445 -0.515267313 455.497863770 0.026299652 0.999011517 0.035837531 -47.321559906 0.514611900 -0.044264823 0.856279910 530.434448242\n0.857228637 -0.007947044 -0.514874697 454.807067871 0.027160443 0.999186873 0.029797794 -47.301204681 0.514219224 -0.039527748 0.856747448 531.584594727\n0.857252657 -0.010359313 -0.514791787 454.116790771 0.029342033 0.999155760 0.028755253 -47.272624969 0.514059305 -0.039755557 0.856832862 532.734069824\n0.856696010 -0.012306375 -0.515674829 453.412750244 0.033790179 0.998906970 0.032297455 -47.250892639 0.514713764 -0.045093846 0.856175423 533.896057129\n0.855782866 -0.015998375 -0.517087698 452.722106934 0.037900802 0.998774588 0.031824555 -47.224430084 0.515944958 -0.046832949 0.855340600 535.040161133\n0.854538560 -0.020920312 -0.518966496 452.029846191 0.042310864 0.998671472 0.029411810 -47.196922302 0.517661750 -0.047091447 0.854288459 536.198120117\n0.853573740 -0.023098594 -0.520459652 451.325805664 0.044215128 0.998624086 0.028194420 -47.174125671 0.519092321 -0.047078211 0.853420615 537.351074219\n0.853067994 -0.022113239 -0.521331072 450.617431641 0.043853823 0.998605251 0.029401466 -47.156406403 0.519953787 -0.047943808 0.852847874 538.497375488\n0.853333235 -0.020591559 -0.520959079 449.896911621 0.043309648 0.998565853 0.031471830 -47.141006470 0.519563913 -0.049418513 0.853001237 539.652587891\n0.853832364 -0.019059505 -0.520199060 449.198089600 0.041394651 0.998650789 0.031353965 -47.118221283 0.518899620 -0.048304487 0.853469372 540.797180176\n0.854789138 -0.020198954 -0.518582225 448.490264893 0.041368786 0.998714566 0.029288702 -47.092395782 0.517324030 -0.046488781 0.854525983 541.950378418\n0.855372965 -0.018246828 -0.517691135 447.784851074 0.039846160 0.998736084 0.030635187 -47.069236755 0.516477823 -0.046832517 0.855018914 543.113220215\n0.856198072 -0.015145923 -0.516425669 447.083496094 0.039201092 0.998593211 0.035705592 -47.042896271 0.515158355 -0.050815508 0.855587304 544.271301270\n0.857261837 -0.012979399 -0.514717042 446.371246338 0.036435924 0.998705268 0.035500146 -47.017635345 0.513589859 -0.049187113 0.856624842 545.441467285\n0.858167112 -0.012653360 -0.513214469 445.673889160 0.032811075 0.999004185 0.030234192 -46.984611511 0.512320817 -0.042785108 0.857727706 546.602783203\n0.858689308 -0.013476812 -0.512319326 444.974761963 0.032669149 0.999060512 0.028475400 -46.957756042 0.511454225 -0.041188557 0.858322859 547.781799316\n0.858899474 -0.012874006 -0.511982381 444.269104004 0.034031775 0.998909175 0.031973582 -46.923973083 0.511012256 -0.044885762 0.858400702 548.957092285\n0.859116137 -0.011113292 -0.511659980 443.564331055 0.036073826 0.998592496 0.038881212 -46.911460876 0.510507703 -0.051861010 0.858307838 550.151550293\n0.859465063 -0.011360499 -0.511068225 442.861206055 0.038203698 0.998384655 0.042054262 -46.875587463 0.509764910 -0.055668864 0.858510733 551.322265625\n0.859331131 -0.013316181 -0.511246264 442.169586182 0.038782720 0.998479187 0.039181259 -46.834400177 0.509947002 -0.053497195 0.858540654 552.501037598\n0.859097123 -0.014831863 -0.511597693 441.474731445 0.038036555 0.998665988 0.034920055 -46.802761078 0.510397315 -0.049459130 0.858515263 553.680541992\n0.859569371 -0.014705624 -0.510807395 440.753540039 0.036955811 0.998757422 0.033434775 -46.767471313 0.509680986 -0.047616810 0.859044790 554.840881348\n0.859457552 -0.013314503 -0.511033654 440.053100586 0.036320373 0.998724878 0.035062838 -46.740497589 0.509915233 -0.048695955 0.858845234 556.016967773\n0.858914077 -0.013052797 -0.511953413 439.354705811 0.037926804 0.998551190 0.038171407 -46.709922791 0.510713458 -0.052202713 0.858164728 557.198181152\n0.859009385 -0.013793911 -0.511774004 438.634429932 0.039917376 0.998398364 0.040091097 -46.675178528 0.510401368 -0.054867305 0.858184159 558.399902344\n0.858632505 -0.017890312 -0.512279451 437.937072754 0.044394210 0.998230994 0.039548047 -46.636215210 0.510665655 -0.056699477 0.857907772 559.587890625\n0.858356595 -0.021153441 -0.512617290 437.225250244 0.047198392 0.998168468 0.037841797 -46.600006104 0.510877967 -0.056676466 0.857782900 560.766052246\n0.857355356 -0.024512412 -0.514140904 436.527435303 0.051181611 0.997974932 0.037767962 -46.568439484 0.512174010 -0.058695126 0.856873751 561.966552734\n0.856576383 -0.025202967 -0.515404463 435.817199707 0.052460447 0.997884810 0.038390670 -46.535850525 0.513346672 -0.059922889 0.856086731 563.154235840\n0.855603278 -0.028261703 -0.516860068 435.107604980 0.056118801 0.997687519 0.038345173 -46.488388062 0.514581084 -0.061813820 0.855210721 564.346984863\n0.855116546 -0.029628808 -0.517588496 434.397033691 0.058053315 0.997558951 0.038806636 -46.462684631 0.515175223 -0.063231923 0.854749203 565.519470215\n0.854420185 -0.032394033 -0.518571854 433.683441162 0.059524491 0.997586191 0.035758004 -46.431770325 0.516161799 -0.061420083 0.854286075 566.702514648\n0.853581786 -0.034531027 -0.519813240 432.967285156 0.060917839 0.997571528 0.033764414 -46.403873444 0.517384946 -0.060486585 0.853612423 567.896789551\n0.853189468 -0.034953374 -0.520428717 432.241271973 0.060307693 0.997671187 0.031862028 -46.376834869 0.518103004 -0.058570202 0.853310466 569.096374512\n0.852519572 -0.033546664 -0.521617711 431.524353027 0.059747458 0.997651637 0.033488117 -46.353374481 0.519269347 -0.059714608 0.852521896 570.290344238\n0.852712512 -0.031850535 -0.521408558 430.784332275 0.058774564 0.997651279 0.035177935 -46.328433990 0.519063473 -0.060642228 0.852581739 571.478942871\n0.852585495 -0.030362640 -0.521705031 430.060913086 0.057767037 0.997668445 0.036341395 -46.297626495 0.519385219 -0.061121497 0.852351546 572.659545898\n0.852232993 -0.029137803 -0.522350430 429.329162598 0.058557391 0.997486472 0.039896544 -46.256809235 0.519874990 -0.064588629 0.851797104 573.856567383\n0.852120042 -0.027948778 -0.522599638 428.605346680 0.059289303 0.997299671 0.043337759 -46.219787598 0.519977212 -0.067913540 0.851476073 575.043518066\n0.851659298 -0.031926334 -0.523122489 427.878356934 0.062392738 0.997220814 0.040716577 -46.176250458 0.520368695 -0.067315690 0.851284385 576.237426758\n0.851284266 -0.035875592 -0.523476899 427.129394531 0.063177243 0.997409821 0.034383792 -46.143955231 0.520887494 -0.062342204 0.851345778 577.451538086\n0.851397038 -0.036901940 -0.523222148 426.396911621 0.062664635 0.997533798 0.031614784 -46.112705231 0.520765126 -0.059704255 0.851609707 578.636474609\n0.851352930 -0.034725789 -0.523442686 425.653869629 0.064071380 0.997219563 0.038052153 -46.085731506 0.520665944 -0.065933511 0.851210773 579.849304199\n0.851484358 -0.032423057 -0.523376703 424.913024902 0.063456088 0.997122824 0.041465532 -46.047714233 0.520526409 -0.068518691 0.851091921 581.055419922\n0.850747764 -0.037866179 -0.524208367 424.193145752 0.065967396 0.997206807 0.035026547 -46.017040253 0.521417856 -0.064379416 0.850869417 582.230163574\n0.850669026 -0.040540576 -0.524136066 423.461059570 0.063174099 0.997680187 0.025363121 -45.984161377 0.521891952 -0.054687444 0.851256788 583.416259766\n0.851144612 -0.039939843 -0.523409665 422.723480225 0.061815821 0.997789681 0.024383659 -45.972648621 0.521278858 -0.053109013 0.851732254 584.606567383\n0.851394773 -0.031616516 -0.523571670 421.949005127 0.056229275 0.997931063 0.031174736 -45.944248199 0.521502793 -0.055982064 0.851411104 585.832824707\n0.851461828 -0.027996713 -0.523668766 421.210632324 0.055691984 0.997754395 0.037210077 -45.909866333 0.521451056 -0.060847111 0.851108968 587.035461426\n0.851119995 -0.029172966 -0.524160028 420.472076416 0.057887159 0.997581482 0.038473953 -45.874721527 0.521769941 -0.063088082 0.850750268 588.231201172\n0.850910664 -0.035083354 -0.524137616 419.731964111 0.063724235 0.997292519 0.036698882 -45.841396332 0.521431029 -0.064627737 0.850842476 589.455139160\n0.850374877 -0.039839506 -0.524666905 419.007629395 0.067810357 0.997112155 0.034192681 -45.811935425 0.521789551 -0.064654447 0.850620627 590.653747559\n0.850538492 -0.042093888 -0.524225533 418.259277344 0.069392830 0.997058988 0.032526441 -45.781856537 0.521314621 -0.064042479 0.850958109 591.859497070\n0.850268483 -0.040184002 -0.524813116 417.512756348 0.066916138 0.997243524 0.032056075 -45.757534027 0.522078395 -0.062374733 0.850613654 593.074279785\n0.850478888 -0.035162006 -0.524832606 416.767486572 0.061408389 0.997577667 0.032676533 -45.739830017 0.522412300 -0.060019828 0.850578070 594.285034180\n0.851298809 -0.030788502 -0.523777127 416.006652832 0.056241963 0.997879803 0.032753430 -45.718875885 0.521658182 -0.057341207 0.851225436 595.492675781\n0.851887465 -0.028799621 -0.522932410 415.239501953 0.054879189 0.997898757 0.034443822 -45.690296173 0.520841599 -0.058040366 0.851677954 596.705749512\n0.851984262 -0.027907228 -0.522823095 414.491760254 0.056142755 0.997690380 0.038234677 -45.658927917 0.520548522 -0.061928071 0.851583362 597.918273926\n0.851396263 -0.030991025 -0.523606777 413.763458252 0.060339976 0.997412562 0.039079700 -45.621871948 0.521040857 -0.064866729 0.851063311 599.133056641\n0.851718903 -0.033822741 -0.522906184 413.031921387 0.062267054 0.997376800 0.036909129 -45.585765839 0.520286143 -0.063996032 0.851590753 600.287597656\n0.851696968 -0.036905918 -0.522733390 412.298950195 0.065422900 0.997201145 0.036190275 -45.555339813 0.519934714 -0.065021880 0.851727724 601.494079590\n0.851739824 -0.036415525 -0.522698045 411.560150146 0.065618992 0.997141480 0.037457343 -45.515254974 0.519839823 -0.066202827 0.851694643 602.700988770\n0.851783037 -0.036436897 -0.522626102 410.795989990 0.064027488 0.997340500 0.034819420 -45.481109619 0.519967437 -0.063121021 0.851850688 603.936828613\n0.852627456 -0.037055008 -0.521203697 410.049560547 0.062888354 0.997508705 0.031959951 -45.450847626 0.518720984 -0.060027577 0.852833629 605.134399414\n0.852390766 -0.036723554 -0.521614194 409.299774170 0.062221538 0.997566819 0.031446360 -45.418518066 0.519190192 -0.059260223 0.852601767 606.368286133\n0.852279484 -0.035508972 -0.521880090 408.559173584 0.063679419 0.997315943 0.036136657 -45.392814636 0.519196153 -0.064031549 0.852253079 607.582641602\n0.851987123 -0.037858464 -0.522192180 407.805664062 0.067806266 0.996961117 0.038351107 -45.358119965 0.519153416 -0.068082549 0.851965070 608.821960449\n0.852082968 -0.041132513 -0.521788001 407.056243896 0.070608392 0.996827841 0.036724068 -45.328666687 0.518622279 -0.068134561 0.852284372 610.033935547\n0.851686001 -0.041193597 -0.522430956 406.307281494 0.067369677 0.997240245 0.031196265 -45.294803619 0.519704103 -0.061765425 0.852110744 611.262145996\n0.851851165 -0.039916996 -0.522260785 405.557647705 0.064181812 0.997532785 0.028443344 -45.271896362 0.519836843 -0.057749134 0.852311373 612.483032227\n0.852062166 -0.034870129 -0.522277832 404.785247803 0.060284112 0.997676551 0.031739242 -45.240764618 0.519957542 -0.058528859 0.852184534 613.708984375\n0.852008283 -0.031832308 -0.522559643 404.031158447 0.061662462 0.997303784 0.039785791 -45.212577820 0.519884229 -0.066120133 0.851673961 614.937438965\n0.851798117 -0.033674750 -0.522786736 403.279632568 0.067488521 0.996670008 0.045762412 -45.172035217 0.519504786 -0.074262440 0.851234317 616.161071777\n0.850769579 -0.038469233 -0.524129033 402.539245605 0.072526000 0.996369064 0.044594672 -45.122634888 0.520510435 -0.075952776 0.850470483 617.392944336\n0.849966228 -0.043217000 -0.525061607 401.799865723 0.075391687 0.996349990 0.040035550 -45.082244873 0.521414936 -0.073614150 0.850122035 618.624572754\n0.850510597 -0.043307766 -0.524171889 401.031433105 0.071778081 0.996837378 0.034105640 -45.049812317 0.521037042 -0.066631258 0.850929320 619.819824219\n0.850834548 -0.040130381 -0.523899019 400.277343750 0.066140965 0.997327983 0.031020993 -45.019321442 0.521254241 -0.061044920 0.851215363 621.032409668\n0.851462603 -0.036432751 -0.523148239 399.507873535 0.063300535 0.997429967 0.033563949 -44.992546082 0.520580947 -0.061694015 0.851580501 622.263122559\n0.851705432 -0.031957794 -0.523045540 398.745849609 0.061372995 0.997352719 0.038999517 -44.960792542 0.520414531 -0.065316968 0.851412058 623.500366211\n0.851608515 -0.029795479 -0.523330867 397.984466553 0.059100039 0.997474909 0.039382070 -44.923610687 0.520836055 -0.064466976 0.851219058 624.721435547\n0.851601720 -0.029264556 -0.523371875 397.231628418 0.056607243 0.997735679 0.036319371 -44.889492035 0.521123946 -0.060556274 0.851330042 625.955444336\n0.852514565 -0.026614936 -0.522025466 396.467254639 0.051019371 0.998171031 0.032428488 -44.856361389 0.520207644 -0.054279167 0.852313221 627.166076660\n0.852811992 -0.023131818 -0.521705508 395.715576172 0.048239060 0.998236597 0.034593895 -44.828018188 0.519985318 -0.054668672 0.852424026 628.386535645\n0.852732122 -0.023570986 -0.521816432 394.965606689 0.050426427 0.998030126 0.037322860 -44.798732758 0.519908786 -0.058139738 0.852240980 629.601196289\n0.852434576 -0.024939742 -0.522238791 394.233337402 0.052517131 0.997894228 0.038067244 -44.766944885 0.520189643 -0.059876315 0.851949275 630.809875488\n0.852198303 -0.026977981 -0.522522986 393.506408691 0.055045500 0.997750521 0.038261268 -44.736522675 0.520315349 -0.061368726 0.851766288 632.000793457\n0.852259278 -0.025544683 -0.522495627 392.783386230 0.053743482 0.997797549 0.038880631 -44.705177307 0.520351648 -0.061217111 0.851755023 633.182434082\n0.852616370 -0.020681042 -0.522127986 392.044708252 0.050696407 0.997776568 0.043264348 -44.674453735 0.520072341 -0.063357905 0.851769090 634.364257812\n0.852723539 -0.016406072 -0.522104800 391.326293945 0.048723835 0.997647226 0.048228797 -44.637477875 0.520085156 -0.066564776 0.851516604 635.538269043\n0.853030562 -0.014624246 -0.521656036 390.603576660 0.046328649 0.997782588 0.047786150 -44.595470428 0.519800484 -0.064930663 0.851816535 636.707519531\n0.852987528 -0.020695442 -0.521520793 389.901458740 0.048005354 0.998088956 0.038909435 -44.561168671 0.519718945 -0.058225054 0.852350950 637.851806641\n0.852769077 -0.024252983 -0.521724701 389.200378418 0.047113430 0.998420894 0.030595047 -44.528217316 0.520158827 -0.050670750 0.852565110 639.006774902\n0.852696836 -0.026086519 -0.521754384 388.505737305 0.048421614 0.998399556 0.029217172 -44.502571106 0.520157158 -0.050177578 0.852595329 640.153137207\n0.852839887 -0.023690920 -0.521634817 387.798095703 0.047242202 0.998374104 0.031895176 -44.484260559 0.520031035 -0.051844653 0.852572501 641.295593262\n0.852910042 -0.023559654 -0.521526098 387.101196289 0.048458334 0.998241067 0.034154356 -44.457408905 0.519804120 -0.054402873 0.852551460 642.437805176\n0.852770567 -0.018834719 -0.521946013 386.395080566 0.046771158 0.998088360 0.040399488 -44.424919128 0.520187318 -0.058863513 0.852021277 643.593933105\n0.853002429 -0.014543528 -0.521704197 385.694824219 0.046288472 0.997780561 0.047867987 -44.385765076 0.519850135 -0.064980403 0.851782441 644.742553711\n0.853186488 -0.008347107 -0.521539211 384.992340088 0.043650910 0.997507215 0.055443704 -44.342498779 0.519776344 -0.070069477 0.851423979 645.870300293\n0.853468180 -0.005645337 -0.521114349 384.294677734 0.040018853 0.997698724 0.054733615 -44.290443420 0.519606113 -0.067567803 0.851730049 646.990234375\n0.853214443 -0.007778483 -0.521502256 383.594116211 0.038114015 0.998145282 0.047469348 -44.241569519 0.520165801 -0.060378078 0.851928413 648.137695312\n0.853165150 -0.010468094 -0.521535933 382.905029297 0.034786720 0.998714745 0.036860704 -44.197986603 0.520479798 -0.049590789 0.852432728 649.262573242\n0.853371382 -0.009352373 -0.521219552 382.207397461 0.031861685 0.998905540 0.034242220 -44.164844513 0.520328879 -0.045828264 0.852735400 650.386535645\n0.853383422 -0.003719025 -0.521270514 381.499389648 0.029143779 0.998750925 0.040586296 -44.136760712 0.520468473 -0.049827464 0.852425814 651.519958496\n0.853450179 0.000486754 -0.521174192 380.806579590 0.029124450 0.998392403 0.048625279 -44.096282959 0.520359993 -0.056678165 0.852064013 652.648376465\n0.853239536 0.003932389 -0.521504462 380.103393555 0.026752310 0.998325050 0.051297605 -44.048202515 0.520832717 -0.057720594 0.851705134 653.800354004\n0.853261769 0.005027878 -0.521458566 379.413909912 0.023417071 0.998575389 0.047945529 -43.997413635 0.520956755 -0.053121120 0.851928532 654.917236328\n0.853164434 0.003674927 -0.521629035 378.719085693 0.022946458 0.998742819 0.044566937 -43.952686310 0.521137059 -0.049992468 0.852007568 656.037963867\n0.853245318 0.005255976 -0.521483302 378.025909424 0.021645268 0.998730659 0.045481857 -43.909084320 0.521060407 -0.050094828 0.852048457 657.162048340\n0.852821827 0.003723511 -0.522188723 377.336578369 0.025658138 0.998467982 0.049023718 -43.870624542 0.521571279 -0.055206887 0.851419806 658.285339355\n0.852124155 -0.000498544 -0.523339450 376.649902344 0.032205977 0.998154163 0.051488318 -43.827636719 0.522347808 -0.060729098 0.850567341 659.414916992\n0.851495624 -0.004981534 -0.524338126 375.972717285 0.038219985 0.997884691 0.052586600 -43.780944824 0.522966981 -0.064817451 0.849884868 660.530334473\n0.850705206 -0.007375699 -0.525591314 375.293395996 0.040847138 0.997805536 0.052111521 -43.733161926 0.524053574 -0.065800443 0.849139690 661.646423340\n0.850418508 -0.009291101 -0.526024759 374.609191895 0.043094486 0.997714341 0.052047897 -43.680713654 0.524338841 -0.066931263 0.848875105 662.747314453\n0.850120485 -0.009720734 -0.526498497 373.930664062 0.044465415 0.997583866 0.053378530 -43.631851196 0.524707556 -0.068789154 0.848498702 663.839111328\n0.849657893 -0.009923461 -0.527240992 373.239318848 0.044830557 0.997562647 0.053469598 -43.583984375 0.525425315 -0.069067374 0.848031819 664.945617676\n0.848557711 -0.013601243 -0.528927982 372.554901123 0.048159882 0.997505307 0.051612183 -43.540454865 0.526906490 -0.069269024 0.847095847 666.064819336\n0.848150492 -0.016250061 -0.529506028 371.871276855 0.048348032 0.997732460 0.046823259 -43.487331390 0.527544498 -0.065313749 0.847012937 667.160400391\n0.847534597 -0.016746316 -0.530475914 371.187316895 0.046019021 0.998056531 0.042016882 -43.450061798 0.528741360 -0.060022742 0.846658111 668.254089355\n0.847313046 -0.012681048 -0.530942380 370.482421875 0.040198393 0.998378456 0.040305957 -43.412059784 0.529570282 -0.055494793 0.846448839 669.341674805\n0.847399056 -0.008044996 -0.530895591 369.786804199 0.037271492 0.998319924 0.044363428 -43.368423462 0.529646754 -0.057380795 0.846275210 670.436950684\n0.847379088 -0.004182571 -0.530971944 369.075073242 0.035502292 0.998177648 0.048795335 -43.332580566 0.529800236 -0.060198866 0.845983386 671.555541992\n0.847078979 -0.007240200 -0.531417727 368.383605957 0.038165871 0.998154283 0.047237180 -43.283451080 0.530094922 -0.060295641 0.845791876 672.659118652\n0.846138060 -0.012345836 -0.532820821 367.693420410 0.042952783 0.998059332 0.045084782 -43.244274139 0.531230152 -0.061034087 0.845026255 673.786437988\n0.845912397 -0.015595502 -0.533093750 366.987060547 0.046775870 0.997889876 0.045030907 -43.198024750 0.531266570 -0.063028127 0.844856977 674.910888672\n0.845858574 -0.014657662 -0.533205807 366.288543701 0.046908103 0.997793615 0.046984300 -43.159446716 0.531340659 -0.064753741 0.844679832 676.023498535\n0.845871449 -0.014527537 -0.533188939 365.577606201 0.046943136 0.997777700 0.047286443 -43.117889404 0.531317055 -0.065027811 0.844673634 677.145568848\n0.845689714 -0.011992551 -0.533540130 364.859649658 0.045152888 0.997770607 0.049142547 -43.076194763 0.531761348 -0.065650225 0.844345868 678.274353027\n0.845958292 -0.009945652 -0.533156335 364.146087646 0.046434015 0.997402191 0.055070952 -43.024673462 0.531223536 -0.071344316 0.844222426 679.398803711\n0.845401764 -0.008500320 -0.534063280 363.429931641 0.049542580 0.996810913 0.062558457 -42.965614319 0.531828344 -0.079345904 0.843126833 680.554626465\n0.845228434 -0.012184341 -0.534266293 362.704040527 0.055487610 0.996337354 0.065061167 -42.895469666 0.531516731 -0.084636711 0.842808723 681.693908691\n0.844913721 -0.019788701 -0.534536541 362.001129150 0.063902624 0.995892882 0.064139262 -42.824478149 0.531071901 -0.088350423 0.842708051 682.825378418\n0.844054401 -0.025766702 -0.535638154 361.288604736 0.070649095 0.995481789 0.063440964 -42.755290985 0.531583369 -0.091389976 0.842061162 683.979064941\n0.843451262 -0.028570065 -0.536445439 360.581787109 0.072924383 0.995430589 0.061644010 -42.686317444 0.532233000 -0.091113672 0.841680646 685.121337891\n0.844108939 -0.030454952 -0.535306036 359.834197998 0.072794914 0.995650709 0.058143094 -42.626659393 0.531207085 -0.088046663 0.842654645 686.270568848\n0.844950199 -0.031564113 -0.533912778 359.106048584 0.071904473 0.995898485 0.054917298 -42.563091278 0.529989541 -0.084793098 0.843754232 687.412292480\n0.845801413 -0.029778142 -0.532666206 358.373352051 0.070123211 0.995983899 0.055666678 -42.511520386 0.528869271 -0.084435217 0.844492733 688.555114746\n0.845428586 -0.031603169 -0.533152699 357.656005859 0.074930593 0.995393157 0.059815671 -42.448013306 0.528806210 -0.090519324 0.843901813 689.747985840\n0.845983922 -0.029353779 -0.532399833 356.929504395 0.077835068 0.994586468 0.068843648 -42.380825043 0.527496815 -0.099679992 0.843688965 690.908752441\n0.846195579 -0.028029675 -0.532134771 356.202087402 0.080147535 0.993950307 0.075094484 -42.300060272 0.526810646 -0.106193908 0.843322873 692.104248047\n0.847029030 -0.028428636 -0.530785859 355.464996338 0.081120118 0.993785322 0.076224968 -42.219367981 0.525320232 -0.107622169 0.844071150 693.257568359\n0.847620428 -0.029575258 -0.529778183 354.725158691 0.080532826 0.994049013 0.073355250 -42.133850098 0.524455965 -0.104841940 0.844958067 694.429199219\n0.848378599 -0.026222970 -0.528740108 354.040008545 0.074382290 0.994769037 0.070012741 -42.048675537 0.524138391 -0.098726206 0.845891297 695.557922363\n0.848740041 -0.022459161 -0.528333187 353.384979248 0.066365339 0.995722413 0.064284883 -41.958431244 0.524629414 -0.089624159 0.846599996 696.666748047\n0.849987268 -0.020012006 -0.526422977 352.587921143 0.062364232 0.996073842 0.062830418 -41.910133362 0.523098767 -0.086235017 0.847898126 697.856018066\n0.851053536 -0.015202208 -0.524858773 351.846130371 0.058361154 0.996125996 0.065779887 -41.847549438 0.521825492 -0.086613573 0.848643780 699.031616211\n0.851404011 -0.012072192 -0.524371505 351.118835449 0.055428348 0.996208012 0.067062207 -41.771728516 0.521573484 -0.086162075 0.848844647 700.200073242\n0.851503730 -0.011061354 -0.524231911 350.392303467 0.056396674 0.995909810 0.070590653 -41.692882538 0.521306872 -0.089673139 0.848644733 701.384643555\n0.851518035 -0.012324925 -0.524180412 349.671936035 0.061288930 0.995209992 0.076162219 -41.622291565 0.520730913 -0.096979961 0.848194659 702.552368164\n0.851456165 -0.014501920 -0.524225295 348.948028564 0.061515670 0.995478511 0.072376437 -41.549354553 0.520805418 -0.093873426 0.848498464 703.698303223\n0.850799799 -0.018567832 -0.525161862 348.233062744 0.059516184 0.996349931 0.061193131 -41.469768524 0.522108793 -0.083318733 0.848799407 704.864868164\n0.850676298 -0.019741155 -0.525319099 347.512145996 0.058269694 0.996677756 0.056904610 -41.404762268 0.522450507 -0.079017587 0.849000454 706.030029297\n0.850980878 -0.010481233 -0.525092125 346.773376465 0.051264711 0.996684194 0.063186653 -41.334594727 0.522688746 -0.080689326 0.848696470 707.201171875\n0.850939512 -0.002938456 -0.525255501 346.030670166 0.049106061 0.996049821 0.073981985 -41.262401581 0.522963226 -0.088747419 0.847722471 708.389587402\n0.850505769 -0.001971980 -0.525962055 345.323730469 0.051408827 0.995516479 0.079398066 -41.178642273 0.523447335 -0.094567604 0.846793890 709.532653809\n0.850057065 -0.005561281 -0.526661277 344.610260010 0.053494733 0.995684803 0.075829178 -41.093772888 0.523966908 -0.092632733 0.846686363 710.679870605\n0.849945426 -0.007744139 -0.526813805 343.892211914 0.051818743 0.996272862 0.068957634 -41.017730713 0.524316311 -0.085909061 0.847178876 711.806579590\n0.849734545 -0.006120017 -0.527175248 343.177001953 0.049513780 0.996439397 0.068241715 -40.951004028 0.524880528 -0.084089786 0.847011983 712.954040527\n0.849625289 -0.001336865 -0.527385175 342.457122803 0.046283845 0.996327400 0.072038375 -40.875053406 0.525352001 -0.085615031 0.846566796 714.104980469\n0.849577487 0.001941001 -0.527460277 341.734466553 0.044518501 0.996161282 0.075371489 -40.795578003 0.525581777 -0.087515660 0.846229792 715.235717773\n0.848936677 0.001699680 -0.528491855 341.013763428 0.046550300 0.995867670 0.077978335 -40.712677002 0.526440501 -0.090800121 0.845349431 716.399047852\n0.848573744 -0.000127268 -0.529077113 340.292419434 0.047590863 0.995964527 0.076090239 -40.628089905 0.526932359 -0.089747414 0.845155418 717.562011719\n0.848482251 -0.005630792 -0.529193938 339.579101562 0.050127350 0.996302843 0.069770634 -40.548786163 0.526844561 -0.085726231 0.845627487 718.698974609\n0.847890139 -0.009683970 -0.530083537 338.864868164 0.053718839 0.996256769 0.067725085 -40.476913452 0.527443469 -0.085898906 0.845236540 719.842529297\n0.847438216 -0.009847614 -0.530802727 338.146911621 0.055213396 0.996040940 0.069670551 -40.408523560 0.528015137 -0.088348903 0.844626844 720.988891602\n0.847270429 -0.012978707 -0.531003177 337.420410156 0.059103336 0.995796919 0.069966353 -40.331481934 0.527863264 -0.090664476 0.844476342 722.146179199\n0.847088635 -0.014660396 -0.531249464 336.747009277 0.059750125 0.995908856 0.067789696 -40.258296967 0.528082192 -0.089166097 0.844499052 723.219238281\n0.846855760 -0.011981389 -0.531687677 336.028137207 0.054530729 0.996433139 0.064400598 -40.191799164 0.529019654 -0.083531335 0.844488442 724.355834961\n0.846615374 -0.010082046 -0.532109737 335.306274414 0.051334910 0.996705532 0.062791727 -40.118427277 0.529723704 -0.080476247 0.844343781 725.498718262\n0.847137511 -0.003723679 -0.531360686 334.572570801 0.046071250 0.996724546 0.066465594 -40.059360504 0.529372692 -0.080785953 0.844534278 726.639221191\n0.847563148 -0.000620452 -0.530694246 333.850128174 0.043571591 0.996704519 0.068422206 -39.989906311 0.528902888 -0.081115328 0.844797015 727.752868652\n0.847388387 -0.004505277 -0.530954540 333.143371582 0.047690362 0.996568263 0.067656353 -39.912567139 0.528827608 -0.082652614 0.844695210 728.881286621\n0.847001970 -0.005905717 -0.531556964 332.436401367 0.049874496 0.996410429 0.068401471 -39.846939087 0.529244959 -0.084447317 0.844256163 730.013305664\n0.847159564 -0.005813004 -0.531306803 331.721679688 0.050333578 0.996321440 0.069355324 -39.777263641 0.528949201 -0.085497595 0.844335794 731.156127930\n0.847511351 -0.001331544 -0.530775547 331.009765625 0.047723964 0.996137619 0.073703840 -39.702819824 0.528627396 -0.087795556 0.844301522 732.279479980\n0.847951710 0.000354352 -0.530073404 330.297058105 0.047454070 0.995933712 0.076577470 -39.630352020 0.527945101 -0.090088136 0.844486892 733.407958984\n0.848202288 -0.000801476 -0.529671848 329.580078125 0.046707071 0.996216476 0.073288023 -39.552532196 0.527609110 -0.086902484 0.845030546 734.537231445\n0.848163843 -0.001987919 -0.529730320 328.875640869 0.047057539 0.996322334 0.071606047 -39.468498230 0.527639806 -0.085661463 0.845138073 735.659362793\n0.848519266 -0.001592417 -0.529162109 328.169311523 0.047729187 0.996149719 0.073536724 -39.389743805 0.527007580 -0.087653808 0.845328212 736.797729492\n0.849201798 0.001638195 -0.528065920 327.463684082 0.045532156 0.996043861 0.076311894 -39.309005737 0.526101768 -0.088848181 0.845767617 737.923950195\n0.849825621 0.003636561 -0.527051389 326.746398926 0.045614481 0.995716810 0.080419756 -39.225898743 0.525086343 -0.092383951 0.846019804 739.067199707\n0.850573182 0.005233524 -0.525830626 326.025482178 0.046700489 0.995247602 0.085447356 -39.137432098 0.523778856 -0.097235776 0.846286535 740.213012695\n0.851235449 0.002125278 -0.524779737 325.324218750 0.050828837 0.994956255 0.086477943 -39.041736603 0.522316694 -0.100287028 0.846834004 741.359069824\n0.851925850 0.002367846 -0.523657143 324.605651855 0.050302021 0.994995534 0.086334348 -38.941257477 0.521240890 -0.099891469 0.847543299 742.514465332\n0.852876961 0.001702031 -0.522109210 323.898468018 0.051015534 0.994937956 0.086578429 -38.844436646 0.519613624 -0.100476429 0.848472834 743.661804199\n0.853470325 0.003874798 -0.521127045 323.180664062 0.048088126 0.995120525 0.086154968 -38.741893768 0.518918097 -0.098590732 0.849119544 744.818725586\n0.854073167 0.007637788 -0.520096779 322.456298828 0.043672659 0.995308638 0.086333178 -38.645446777 0.518316209 -0.096448861 0.849732876 745.982910156\n0.854940772 0.010005455 -0.518629074 321.733886719 0.041064352 0.995370686 0.086895883 -38.546379089 0.517097652 -0.095587999 0.850572169 747.150329590\n0.855328918 0.011461005 -0.517958641 321.013610840 0.039925724 0.995324016 0.087954976 -38.443672180 0.516544759 -0.095910311 0.850871801 748.326843262\n0.856157720 0.010713723 -0.516603529 320.283050537 0.039812088 0.995445251 0.086624183 -38.349304199 0.515178561 -0.094731025 0.851831615 749.498901367\n0.856201530 0.008324094 -0.516574919 319.557159424 0.041762445 0.995483041 0.085260756 -38.241928101 0.514951289 -0.094573826 0.851986527 750.711242676\n0.856560111 0.007530541 -0.515992343 318.829315186 0.044162787 0.995155632 0.087834902 -38.140815735 0.514154136 -0.098023534 0.852077961 751.898376465\n0.856847227 0.007242823 -0.515519559 318.127563477 0.045698956 0.994898677 0.089934327 -38.047252655 0.513541102 -0.100618683 0.852145195 753.065734863\n0.856906533 0.006410888 -0.515432000 317.397705078 0.046252321 0.994933009 0.089269437 -37.940952301 0.513392568 -0.100335486 0.852268040 754.280090332\n0.856754184 0.005632290 -0.515694320 316.653930664 0.046516526 0.995020688 0.088148102 -37.826679230 0.513622999 -0.099509560 0.852226079 755.501464844\n0.856805384 0.007565657 -0.515584469 315.904785156 0.044236545 0.995127559 0.088115364 -37.726905823 0.513738930 -0.098305389 0.852295935 756.722351074\n0.856574059 0.009817974 -0.515930712 315.163421631 0.041370764 0.995294034 0.087625921 -37.626815796 0.514363050 -0.096402533 0.852136850 757.962097168\n0.856684327 0.012093666 -0.515699267 314.417327881 0.038668275 0.995406747 0.087579399 -37.522029877 0.514389694 -0.094969094 0.852281749 759.180053711\n0.856788874 0.014641093 -0.515459478 313.664215088 0.035775084 0.995500684 0.087740995 -37.418914795 0.514424920 -0.093616113 0.852410197 760.406555176\n0.856878698 0.016302325 -0.515260279 312.923370361 0.033593766 0.995609641 0.087366603 -37.320674896 0.514422357 -0.092172109 0.852569044 761.612365723\n0.856570184 0.013232253 -0.515860915 312.182373047 0.038916886 0.995167792 0.090147085 -37.210289001 0.514560997 -0.097293004 0.851916075 762.847839355\n0.855295539 0.017858917 -0.517832518 311.441680908 0.035752498 0.994989634 0.093366839 -37.105255127 0.516905427 -0.098370053 0.850371718 764.054504395\n0.854467154 0.014376874 -0.519306481 310.705139160 0.038645092 0.995088398 0.091135450 -37.003990173 0.518066108 -0.097940892 0.849714756 765.260375977\n0.853660107 0.013850626 -0.520646334 309.954040527 0.035730414 0.995733798 0.085073426 -36.902832031 0.519603491 -0.091226697 0.849523365 766.468200684\n0.852783740 0.011284539 -0.522142291 309.210754395 0.035007898 0.996282816 0.078707971 -36.804656982 0.521089613 -0.085399978 0.849218726 767.664794922\n0.851463974 0.009025181 -0.524335444 308.461425781 0.037624203 0.996223927 0.078245245 -36.717926025 0.523061693 -0.086350709 0.847909212 768.878234863\n0.850174785 0.012278502 -0.526357412 307.723846436 0.037828550 0.995719731 0.084328294 -36.629081726 0.525139868 -0.091605127 0.846071303 770.067565918\n0.848900259 0.019185653 -0.528204739 306.976715088 0.035160698 0.995077550 0.092651844 -36.526298523 0.527382314 -0.097224221 0.844047010 771.273193359\n0.848115861 0.029176904 -0.529006839 306.210174561 0.026799491 0.994841754 0.097835183 -36.410491943 0.529132605 -0.097152680 0.842959106 772.464355469\n0.847508848 0.033686135 -0.529711306 305.454467773 0.019549327 0.995325863 0.094574004 -36.303512573 0.530421197 -0.090507805 0.842888951 773.624755859\n0.846557140 0.034071203 -0.531206369 304.685333252 0.015680976 0.995920002 0.088867605 -36.196628571 0.532066882 -0.083561338 0.842568874 774.815673828\n0.845355570 0.032843269 -0.533193529 303.934631348 0.015824191 0.996130705 0.086447529 -36.099006653 0.533969641 -0.081516258 0.841564894 775.992675781\n0.844180226 0.032906342 -0.535048544 303.179626465 0.016205532 0.996091366 0.086829729 -35.998756409 0.535814464 -0.081970684 0.840347350 777.171813965\n0.843331337 0.034584608 -0.536279917 302.410095215 0.015449424 0.995954216 0.088524051 -35.894226074 0.537171781 -0.082940325 0.839385092 778.354858398\n0.842221379 0.034364495 -0.538035631 301.656219482 0.017196823 0.995746315 0.090517901 -35.792152405 0.538857579 -0.085488610 0.838047862 779.536193848\n0.840916574 0.034992911 -0.540032268 300.889129639 0.016879076 0.995725691 0.090804279 -35.688724518 0.540901482 -0.085474066 0.836731613 780.715820312\n0.839857757 0.035145104 -0.541667581 300.127227783 0.017017504 0.995706379 0.090990283 -35.583267212 0.542539716 -0.085636728 0.835653663 781.878479004\n0.838804424 0.035522852 -0.543272734 299.348480225 0.016131850 0.995809317 0.090020075 -35.476379395 0.544193804 -0.084273234 0.834716201 783.045532227\n0.837292135 0.035475448 -0.545603693 298.613372803 0.015713271 0.995919347 0.088869050 -35.370399475 0.546529949 -0.082982577 0.833317995 784.184692383\n0.835448503 0.036480621 -0.548356652 297.839294434 0.016191892 0.995727301 0.090912081 -35.273902893 0.549330235 -0.084831297 0.831288159 785.352905273\n0.832873881 0.037886068 -0.552164614 297.075439453 0.018080095 0.995259464 0.095560104 -35.171249390 0.553167403 -0.089572705 0.828240633 786.508422852\n0.829882443 0.039673768 -0.556526005 296.306213379 0.018845879 0.994906187 0.099027805 -35.062427521 0.557619989 -0.092669651 0.824907482 787.647521973\n0.826940715 0.038463026 -0.560972095 295.532135010 0.019969096 0.995019436 0.097660340 -34.957653046 0.561934471 -0.091961421 0.822054029 788.772521973\n0.823741257 0.037761860 -0.565707028 294.752105713 0.018187622 0.995506048 0.092935130 -34.844158173 0.566674173 -0.086843364 0.819352567 789.904663086\n0.820539534 0.038004842 -0.570324957 293.971984863 0.017212948 0.995691657 0.091114745 -34.749893188 0.571330607 -0.084580220 0.816350162 791.013183594\n0.816955626 0.039623894 -0.575337648 293.178771973 0.014719673 0.995879114 0.089488193 -34.639480591 0.576512575 -0.081576668 0.813005805 792.141357422\n0.813460112 0.042679451 -0.580052733 292.380493164 0.011897733 0.995874286 0.089960270 -34.538955688 0.581499040 -0.080080397 0.809596181 793.232666016\n0.809158444 0.044782095 -0.585881591 291.577514648 0.010642407 0.995811045 0.090813406 -34.437210083 0.587494195 -0.079717629 0.805292308 794.326110840\n0.804659009 0.048559986 -0.591748118 290.758209229 0.008424226 0.995615780 0.093157411 -34.334411621 0.593677461 -0.079944976 0.800722122 795.419067383\n0.799929976 0.051336311 -0.597893536 289.924926758 0.007519170 0.995398462 0.095526874 -34.224494934 0.600046277 -0.080910467 0.795863032 796.526977539\n0.795356393 0.053547215 -0.603772283 289.094970703 0.005839758 0.995367110 0.095969670 -34.119293213 0.606113970 -0.079855971 0.791358888 797.604248047\n0.790856838 0.051848810 -0.609800994 288.254089355 0.006262002 0.995667040 0.092778645 -34.006286621 0.611969233 -0.077193208 0.787105441 798.679870605\n0.786028266 0.051612455 -0.616032243 287.404602051 0.005498448 0.995885551 0.090453111 -33.900062561 0.618166149 -0.074485920 0.782510400 799.755615234\n0.781004965 0.053778715 -0.622205079 286.530151367 0.005579247 0.995644927 0.093059242 -33.797416687 0.624499917 -0.076151170 0.777303576 800.850708008\n0.776084781 0.058091216 -0.627947330 285.652648926 0.004569142 0.995204151 0.097713083 -33.683948517 0.630612016 -0.078702822 0.772097409 801.925720215\n0.770960093 0.061842229 -0.633873880 284.771484375 0.003202972 0.994885445 0.100959048 -33.572250366 0.636875451 -0.079865687 0.766818881 802.994140625\n0.765804887 0.061146125 -0.640159428 283.867797852 0.004221156 0.994969785 0.100086220 -33.446464539 0.643059194 -0.079348728 0.761694610 804.064208984\n0.760536373 0.060955524 -0.646427810 282.981964111 0.003710067 0.995159328 0.098204486 -33.327926636 0.649284780 -0.077086374 0.756628752 805.092041016\n0.754857659 0.060762063 -0.653068125 282.075714111 0.003190250 0.995347679 0.096295573 -33.208770752 0.655880928 -0.074772902 0.751151919 806.129760742\n0.748622000 0.061094183 -0.660176218 281.147735596 0.003753911 0.995338738 0.096367717 -33.092613220 0.662986457 -0.074621238 0.744903088 807.182006836\n0.742198348 0.062191889 -0.667288482 280.219726562 0.003606869 0.995299757 0.096774638 -32.986225128 0.670170665 -0.074232802 0.738485575 808.190673828\n0.735409141 0.062558629 -0.674729466 279.271850586 0.003877991 0.995324492 0.096509859 -32.870746613 0.677612245 -0.073590830 0.731728077 809.217590332\n0.728765011 0.060681026 -0.682069898 278.298645020 0.005438540 0.995521545 0.094378442 -32.761428833 0.684742272 -0.072489172 0.725171328 810.244384766\n0.722051501 0.058043309 -0.689400256 277.324493408 0.006762743 0.995834649 0.090926275 -32.651992798 0.691806316 -0.070315689 0.718651354 811.256469727\n0.714823961 0.056345213 -0.697030842 276.343444824 0.007872310 0.996037185 0.088588975 -32.542541504 0.699260175 -0.068812765 0.711547613 812.271545410\n0.708214521 0.057700582 -0.703635454 275.339477539 0.008230336 0.995912075 0.089952201 -32.435867310 0.705949366 -0.069496617 0.704844475 813.272766113\n0.701337397 0.061746411 -0.710150123 274.315246582 0.005847112 0.995709479 0.092349887 -32.329383850 0.712805510 -0.068920761 0.697967291 814.273498535\n0.694623411 0.061374534 -0.716750681 273.295532227 0.005588034 0.995863497 0.090690173 -32.221450806 0.719351888 -0.067000747 0.691407084 815.257629395\n0.687931418 0.058768608 -0.723392487 272.261962891 0.005377927 0.996276140 0.086052053 -32.114425659 0.725755811 -0.063088261 0.685053587 816.230773926\n0.681124389 0.058396857 -0.729835212 271.221374512 0.006757746 0.996270299 0.086022049 -32.008300781 0.732136548 -0.063523754 0.678189397 817.197326660\n0.674646020 0.060170807 -0.735684872 270.168121338 0.008742236 0.995950758 0.089474559 -31.909391403 0.738089621 -0.066795185 0.671388209 818.154113770\n0.667135715 0.063759804 -0.742202580 269.120971680 0.008133458 0.995647550 0.092843138 -31.805225372 0.744891822 -0.067975655 0.663713455 819.104248047\n0.660366893 0.067232490 -0.747927368 268.070220947 0.008012686 0.995296478 0.096543565 -31.699974060 0.750900388 -0.069747083 0.656722188 820.014282227\n0.653248072 0.069067851 -0.753987134 267.016510010 0.005925129 0.995333791 0.096309520 -31.592288971 0.757120788 -0.067381479 0.649790645 820.917480469\n0.646656752 0.069084033 -0.759646297 265.958862305 0.003312130 0.995626509 0.093364127 -31.487674713 0.762773991 -0.062890597 0.643599808 821.797790527\n0.639741540 0.067622870 -0.765609503 264.904968262 0.002202667 0.995956600 0.089808941 -31.385231018 0.768586993 -0.059140895 0.637005806 822.663024902\n0.632414162 0.069212802 -0.771532238 263.848602295 0.001103770 0.995918810 0.090246871 -31.283550262 0.774629712 -0.057924997 0.629756749 823.519653320\n0.625181317 0.070375606 -0.777300239 262.782745361 0.002625080 0.995731175 0.092263363 -31.182376862 0.780475140 -0.059721805 0.622327805 824.369079590\n0.617225051 0.070011444 -0.783665597 261.716033936 0.004330120 0.995715678 0.092366137 -31.080566406 0.786774814 -0.060404059 0.614277482 825.209533691\n0.609041989 0.070233166 -0.790022254 260.647644043 0.005222282 0.995694935 0.092543468 -30.973049164 0.793120801 -0.060488578 0.606053233 826.025207520\n0.600690901 0.070723899 -0.796347082 259.562164307 0.007758529 0.995516956 0.094264574 -30.873733521 0.799443722 -0.062802352 0.597449243 826.845336914\n0.592245102 0.069321811 -0.802770436 258.473785400 0.010661161 0.995530903 0.093832605 -30.769889832 0.805687428 -0.064130366 0.588859200 827.652221680\n0.583920538 0.067962013 -0.808961093 257.363067627 0.010299976 0.995789170 0.091092400 -30.660263062 0.811745524 -0.061523002 0.580761731 828.445800781\n0.574590087 0.068159632 -0.815598249 256.233032227 0.011328998 0.995768368 0.091197766 -30.557102203 0.818362951 -0.061641254 0.571386456 829.259887695\n0.566083193 0.070131898 -0.821359515 255.105163574 0.008680360 0.995812118 0.091010094 -30.453247070 0.824302495 -0.058648981 0.563103735 830.029663086\n0.557741642 0.074715845 -0.826644957 253.996643066 0.002188501 0.995804369 0.091481835 -30.350303650 0.830011785 -0.052832346 0.555238068 830.749206543\n0.550211072 0.078580812 -0.831319988 252.861572266 -0.000940497 0.995619893 0.093488857 -30.253860474 0.835025132 -0.050656755 0.547874987 831.488098145\n0.542788684 0.082583256 -0.835799277 251.717163086 -0.003590689 0.995373070 0.096018471 -30.140846252 0.839861631 -0.049116641 0.540573776 832.221923828\n0.535349548 0.084290430 -0.840414286 250.569274902 -0.002419661 0.995156944 0.098269224 -30.034866333 0.844627261 -0.050574876 0.532960773 832.949157715\n0.528163373 0.085838318 -0.844793022 249.423461914 -0.000989512 0.994939029 0.100475818 -29.925964355 0.849142194 -0.052231710 0.525575280 833.659545898\n0.521170855 0.083923742 -0.849316061 248.262908936 0.000080305 0.995148599 0.098383218 -29.808788300 0.853452384 -0.051342666 0.518635631 834.365417480\n0.513802469 0.082650006 -0.853918076 247.102935791 -0.001145687 0.995413780 0.095655903 -29.695468903 0.857907832 -0.048169918 0.511540771 835.062744141\n0.506474495 0.082989402 -0.858251929 245.923461914 -0.003112009 0.995526910 0.094426863 -29.587341309 0.862249374 -0.045153916 0.504467249 835.759338379\n0.499357581 0.087823093 -0.861933410 244.765411377 -0.006304102 0.995191157 0.097748592 -29.475811005 0.866373122 -0.043377787 0.497509897 836.414306641\n0.492657661 0.093152411 -0.865223169 243.600830078 -0.005902601 0.994589090 0.103719391 -29.370506287 0.870203257 -0.045991100 0.490541816 837.071350098\n0.486191690 0.094613776 -0.868715107 242.427093506 -0.005852966 0.994451582 0.105032317 -29.250301361 0.873832643 -0.045981288 0.484047890 837.721069336\n0.479796350 0.094259799 -0.872301877 241.249267578 -0.005453963 0.994513512 0.104465954 -29.133487701 0.877362967 -0.045364879 0.477678001 838.361938477\n0.474287748 0.094144911 -0.875321686 240.066772461 -0.004969714 0.994536161 0.104274191 -29.013545990 0.880355954 -0.045105882 0.472164154 838.994506836\n0.469388068 0.093727984 -0.878003478 238.895050049 -0.005219223 0.994627476 0.103387520 -28.899368286 0.882976651 -0.043946378 0.467355430 839.615966797\n0.465656102 0.094041944 -0.879954875 237.719604492 -0.007663119 0.994728923 0.102252826 -28.781642914 0.884932637 -0.040871460 0.463922203 840.225341797\n0.462429047 0.092687152 -0.881798506 236.532440186 -0.007365705 0.994888425 0.100711517 -28.665721893 0.886625767 -0.040076874 0.460748017 840.840515137\n0.459811628 0.093159832 -0.883116364 235.356567383 -0.005730222 0.994772494 0.101954877 -28.554241180 0.887998044 -0.041819587 0.457941771 841.445007324\n0.457646489 0.096207909 -0.883913934 234.174804688 -0.003223609 0.994301736 0.106553838 -28.440841675 0.889128447 -0.045914605 0.455348849 842.056579590\n0.454558074 0.098325796 -0.885273397 232.985748291 -0.000666073 0.993925631 0.110051610 -28.315784454 0.890716851 -0.049435198 0.451862454 842.670104980\n0.452232122 0.097846612 -0.886516869 231.815521240 -0.000810979 0.994008780 0.109297007 -28.191452026 0.891899884 -0.048708666 0.449602067 843.267639160\n0.449874818 0.094154529 -0.888114631 230.655181885 -0.000887827 0.994473875 0.104980610 -28.073368073 0.893091202 -0.046439644 0.447472334 843.850585938\n0.447637677 0.091708630 -0.889499903 229.489227295 -0.002091389 0.994831681 0.101515986 -27.960124969 0.894212604 -0.043582086 0.445515931 844.430175781\n0.446114480 0.091219716 -0.890315115 228.329803467 -0.002564056 0.994918346 0.100652359 -27.843505859 0.894972324 -0.042619660 0.444081366 844.997558594\n0.444407582 0.092772298 -0.891007960 227.179138184 -0.000719670 0.994659781 0.103205644 -27.741359711 0.895824432 -0.045224141 0.442101121 845.571228027\n0.442981958 0.094430901 -0.891543567 226.030487061 0.001113205 0.994378686 0.105876178 -27.631813049 0.896529913 -0.047893718 0.440386713 846.141479492\n0.441570938 0.095326588 -0.892148018 224.869812012 0.002654606 0.994196713 0.107544474 -27.514137268 0.897222459 -0.049856823 0.438755333 846.711364746\n0.440638781 0.093841113 -0.892766178 223.704925537 0.002581621 0.994384408 0.105796695 -27.396598816 0.897680879 -0.048922911 0.437922060 847.277099609\n0.439794660 0.090542056 -0.893522739 222.553283691 0.001687760 0.994820058 0.101637401 -27.282085419 0.898096859 -0.046207648 0.437363744 847.835510254\n0.439250231 0.091460548 -0.893696964 221.387695312 -0.000187061 0.994813383 0.101716824 -27.167922974 0.898364782 -0.044511963 0.436989129 848.399353027\n0.439188838 0.093707420 -0.893494368 220.218811035 -0.002157172 0.994652450 0.103256293 -27.060108185 0.898392260 -0.043421596 0.437042415 848.970031738\n0.439289451 0.093856916 -0.893429101 219.067047119 -0.004832965 0.994759798 0.102125622 -26.951492310 0.898332536 -0.040544797 0.437441111 849.520263672\n0.439846635 0.090043515 -0.893547475 217.890869141 -0.004415947 0.995165765 0.098109938 -26.837028503 0.898062050 -0.039207466 0.438117921 850.097839355\n0.440230250 0.091663055 -0.893193841 216.715515137 -0.004731999 0.994998455 0.099778377 -26.726192474 0.897872448 -0.039698865 0.438462138 850.672668457\n0.440757275 0.092866272 -0.892809570 215.547607422 0.000000314 0.994633853 0.103457756 -26.616012573 0.897626340 -0.045600042 0.438392103 851.249389648\n0.440624535 0.089293174 -0.893239498 214.392303467 0.004777371 0.994793236 0.101801679 -26.506332397 0.897678792 -0.049123660 0.437903762 851.818115234\n0.439883530 0.084571578 -0.894063830 213.236480713 0.007693101 0.995164573 0.097919978 -26.397357941 0.898021877 -0.049951509 0.437105894 852.385742188\n0.439329803 0.082884081 -0.894494057 212.079772949 0.010624396 0.995185435 0.097432338 -26.290729523 0.898263037 -0.052308392 0.436334014 852.952392578\n0.438769162 0.082851619 -0.894772232 210.908843994 0.008898654 0.995290995 0.096522808 -26.185859680 0.898555815 -0.050313503 0.435965717 853.518493652\n0.438104212 0.080694117 -0.895295024 209.762451172 0.006202954 0.995667696 0.092776187 -26.090854645 0.898902774 -0.046199117 0.435705662 854.064208984\n0.437509894 0.079592161 -0.895684302 208.604949951 0.003363739 0.995923162 0.090142652 -25.992893219 0.899207413 -0.042451154 0.435458541 854.613830566\n0.436321080 0.081075691 -0.896130919 207.445190430 -0.000825352 0.995967925 0.089706384 -25.893726349 0.899790645 -0.038401164 0.434628725 855.170104980\n0.435901165 0.082807623 -0.896176934 206.291625977 -0.005657646 0.995990634 0.089278623 -25.805706024 0.899976730 -0.033846404 0.434621930 855.700805664\n0.435559273 0.080449268 -0.896557987 205.134246826 -0.011269905 0.996407568 0.083933845 -25.710250854 0.900089562 -0.026454050 0.434901237 856.229248047\n0.433866560 0.076570682 -0.897717595 204.019317627 -0.017392699 0.996908247 0.076625258 -25.632801056 0.900809348 -0.017631419 0.433856964 856.767639160\n0.432283819 0.074141927 -0.898684382 202.872253418 -0.021238156 0.997174799 0.072051488 -25.549533844 0.901487470 -0.012060293 0.432637155 857.306945801\n0.430691302 0.075820491 -0.899308741 201.712493896 -0.023695890 0.997071266 0.072714537 -25.477510452 0.902188182 -0.010007596 0.431226552 857.847778320\n0.428893030 0.076053999 -0.900148153 200.558410645 -0.026502060 0.997080088 0.071616419 -25.408885956 0.902966559 -0.006860013 0.429656327 858.379821777\n0.427375376 0.075315915 -0.900931656 199.425689697 -0.024351165 0.997121334 0.071805686 -25.337438583 0.903746307 -0.008749257 0.427979171 858.913330078\n0.424519122 0.078335851 -0.902023911 198.277954102 -0.023318538 0.996865690 0.075597957 -25.269725800 0.905118763 -0.011058912 0.425015211 859.456481934\n0.422315896 0.085060999 -0.902448893 197.117431641 -0.026787082 0.996323645 0.081373774 -25.183294296 0.906052887 -0.010191471 0.423041821 859.976684570\n0.419006050 0.090963192 -0.903415561 195.966949463 -0.028617388 0.995797873 0.086992189 -25.099899292 0.907532394 -0.010596863 0.419848502 860.504882812\n0.417206407 0.094089828 -0.903928101 194.809936523 -0.029620260 0.995505631 0.089950956 -25.013252258 0.908329010 -0.010753538 0.418118298 861.028991699\n0.415210068 0.094851010 -0.904767394 193.653930664 -0.029997095 0.995436370 0.090590194 -24.901287079 0.909230947 -0.010473583 0.416160464 861.559204102\n0.413591921 0.100581370 -0.904889524 192.496032715 -0.026487820 0.994787693 0.098467223 -24.804405212 0.910076976 -0.016756697 0.414100349 862.082214355\n0.412550807 0.104946308 -0.904869139 191.331329346 -0.017669633 0.994076490 0.107236549 -24.701465607 0.910763264 -0.028251825 0.411961436 862.623352051\n0.412145615 0.105649963 -0.904971957 190.180023193 -0.009814763 0.993711472 0.111539900 -24.588401794 0.911065221 -0.037088614 0.410590768 863.145385742\n0.412333488 0.108991511 -0.904489875 188.997650146 -0.005097796 0.993078411 0.117342517 -24.460403442 0.911018729 -0.043773346 0.410035074 863.676635742\n0.412239790 0.111124374 -0.904273033 187.824188232 0.001234896 0.992464662 0.122525036 -24.325553894 0.911074579 -0.051626377 0.408996224 864.223449707\n0.412957251 0.107759744 -0.904352903 186.633666992 0.005016165 0.992691398 0.120576419 -24.189556122 0.910736620 -0.054329295 0.409398556 864.770263672\n0.414338946 0.099174604 -0.904703140 185.453369141 0.008805436 0.993561864 0.112948157 -24.055713654 0.910080135 -0.054765128 0.410798073 865.294433594\n0.415537238 0.093060270 -0.904803097 184.276245117 0.012504768 0.994073868 0.107984811 -23.923908234 0.909490228 -0.056186065 0.411911011 865.835205078\n0.416462779 0.095304526 -0.904143810 183.086273193 0.012016028 0.993826509 0.110292651 -23.800647736 0.909073472 -0.056797013 0.412746549 866.385131836\n0.419028282 0.094040893 -0.903090060 181.865875244 0.014434536 0.993806303 0.110184923 -23.681129456 0.907858431 -0.059206281 0.415075481 866.926818848\n0.420741856 0.089825757 -0.902722418 180.680511475 0.012300043 0.994429469 0.104683943 -23.555252075 0.907097101 -0.055148449 0.417293251 867.471923828\n0.422678053 0.085531794 -0.902234852 179.481781006 0.012700778 0.994879723 0.100264587 -23.444862366 0.906190991 -0.053838722 0.419427514 868.031311035\n0.424433589 0.087800421 -0.901192129 178.271728516 0.013118475 0.994586766 0.103077978 -23.329074860 0.905364037 -0.055572022 0.420984209 868.588745117\n0.426799178 0.091401167 -0.899715722 177.085418701 0.014698938 0.994046926 0.107956931 -23.213817596 0.904227018 -0.059300799 0.422914922 869.146362305\n0.429210126 0.086990260 -0.899005830 175.900360107 0.018307490 0.994308710 0.104952544 -23.085765839 0.903019130 -0.061505236 0.425174773 869.715637207\n0.431693554 0.081460208 -0.898334503 174.718078613 0.014670771 0.995148003 0.097289190 -22.970001221 0.901901007 -0.055178378 0.428403914 870.262634277\n0.433774650 0.077475660 -0.897684216 173.544342041 0.012565120 0.995679259 0.092004888 -22.862575531 0.900933743 -0.051188901 0.430926979 870.823852539\n0.436876357 0.072971344 -0.896556914 172.367340088 0.013589842 0.996054947 0.087691657 -22.768039703 0.899418950 -0.050494481 0.434161186 871.383544922\n0.438490748 0.071837090 -0.895860136 171.193115234 0.014811306 0.996087372 0.087123692 -22.681976318 0.898613691 -0.051471796 0.435711086 871.953369141\n0.440238416 0.072158337 -0.894976735 170.014251709 0.019078115 0.995788693 0.089670904 -22.591648102 0.897678196 -0.056551043 0.437007785 872.523559570\n0.440774679 0.070978887 -0.894807041 168.840606689 0.022715162 0.995667398 0.090168759 -22.489559174 0.897330284 -0.060069796 0.437252700 873.107360840\n0.442060828 0.064066648 -0.894694269 167.671783447 0.026626199 0.996069252 0.084481627 -22.391643524 0.896589875 -0.061168332 0.438617349 873.679565430\n0.442257404 0.058445197 -0.894981921 166.480987549 0.025715608 0.996638000 0.077791095 -22.305644989 0.896519482 -0.057418685 0.439267576 874.260620117\n0.441942751 0.055569272 -0.895320535 165.310882568 0.025016731 0.996927738 0.074224286 -22.223556519 0.896694481 -0.055200882 0.439194858 874.843688965\n0.442657769 0.058134340 -0.894804180 164.137603760 0.024842935 0.996718049 0.077045307 -22.140388489 0.896346450 -0.056334265 0.439760745 875.411193848\n0.443835080 0.063067585 -0.893886447 162.958129883 0.025391294 0.996234655 0.082896069 -22.060726166 0.895748734 -0.059489124 0.440562546 875.981079102\n0.444029689 0.066655047 -0.893529356 161.771057129 0.022551773 0.996081889 0.085512072 -21.967514038 0.895728230 -0.058120575 0.440786779 876.567565918\n0.444525898 0.066317834 -0.893307805 160.602874756 0.019580355 0.996298015 0.083707221 -21.876373291 0.895552039 -0.054701310 0.441581726 877.141967773\n0.446140468 0.064406499 -0.892642498 159.429656982 0.016869364 0.996624708 0.080340371 -21.788230896 0.894804001 -0.050901406 0.443548143 877.716308594\n0.447302997 0.065087616 -0.892011106 158.258239746 0.012736232 0.996783793 0.079119250 -21.704586029 0.894291878 -0.046751142 0.445035458 878.293762207\n0.449841380 0.067616649 -0.890545189 157.086456299 0.011007290 0.996634424 0.081231840 -21.620090485 0.893040657 -0.046343938 0.447583139 878.871520996\n0.452054739 0.068354458 -0.889367342 155.904418945 0.010302659 0.996592879 0.081832260 -21.532928467 0.891930759 -0.046155512 0.449810266 879.466735840\n0.455667853 0.065883197 -0.887708485 154.728546143 0.013824911 0.996613145 0.081062242 -21.448329926 0.890042603 -0.049209952 0.453213751 880.079711914\n0.459213614 0.062569596 -0.886119723 153.570434570 0.016898921 0.996720552 0.079136752 -21.371379852 0.888165236 -0.051315144 0.456650257 880.670837402\n0.463946939 0.059648477 -0.883852482 152.384063721 0.019651711 0.996791959 0.077585876 -21.284530640 0.885644972 -0.053364944 0.461286426 881.280639648\n0.469793439 0.060109917 -0.880727589 151.222747803 0.021100473 0.996629417 0.079275571 -21.203445435 0.882524252 -0.055826917 0.466941595 881.890502930\n0.476217270 0.060725220 -0.877228379 150.047851562 0.019636631 0.996629417 0.079650693 -21.121936798 0.879108369 -0.055156842 0.473419726 882.525146484\n0.484752059 0.058573373 -0.872688174 148.891510010 0.018274248 0.996859074 0.077058323 -21.038505554 0.874460697 -0.053301901 0.482159138 883.157409668\n0.492679298 0.058224458 -0.868260920 147.731719971 0.015072969 0.997038484 0.075413004 -20.951129913 0.870080411 -0.050241698 0.490342617 883.816345215\n0.502689242 0.062242340 -0.862223506 146.582580566 0.012763594 0.996761441 0.079395756 -20.865676880 0.864372969 -0.050916463 0.500266850 884.467041016\n0.512405276 0.063841939 -0.856367350 145.428009033 0.012639299 0.996563971 0.081856251 -20.778888702 0.858650744 -0.052767459 0.509837747 885.140991211\n0.522410750 0.061488271 -0.850474119 144.297302246 0.011886320 0.996774614 0.079366893 -20.690483093 0.852611125 -0.051571123 0.519994915 885.835021973\n0.533042669 0.060300235 -0.843936861 143.159912109 0.010572764 0.996904492 0.077907868 -20.604999542 0.846022308 -0.050450969 0.530755162 886.525817871\n0.543698370 0.062227037 -0.836970687 142.036987305 0.010210027 0.996683419 0.080733813 -20.522216797 0.839218676 -0.052440338 0.541259766 887.237915039\n0.553605914 0.061461423 -0.830507636 140.912628174 0.009356480 0.996750891 0.080001101 -20.427104950 0.832726181 -0.052059710 0.551232159 887.971801758\n0.564214349 0.054776601 -0.823809266 139.801452637 0.007762574 0.997400701 0.071635485 -20.346532822 0.825591862 -0.046812646 0.562322557 888.709716797\n0.574228764 0.047838088 -0.817296088 138.705139160 0.003903920 0.998120010 0.061164983 -20.275474548 0.818685651 -0.038313348 0.572962463 889.468017578\n0.584381461 0.046642892 -0.810137510 137.613494873 0.003354969 0.998199344 0.059890434 -20.212429047 0.811472178 -0.037716843 0.583172679 890.247070312\n0.595267296 0.045761399 -0.802223742 136.528778076 0.007435824 0.998020530 0.062447824 -20.149042130 0.803493440 -0.043138340 0.593748689 891.046875000\n0.605143428 0.042407919 -0.794986188 135.463500977 0.009450521 0.998127222 0.060438056 -20.081159592 0.796060383 -0.044086725 0.603609324 891.851379395\n0.614910245 0.040143877 -0.787574649 134.399932861 0.015045652 0.997924447 0.062612839 -20.021512985 0.788453519 -0.050350856 0.613030016 892.678955078\n0.623837709 0.050653234 -0.779910803 133.340087891 0.009518202 0.997331142 0.072387598 -19.952268600 0.781495988 -0.052581467 0.621690691 893.513854980\n0.633106589 0.057299785 -0.771941006 132.288452148 0.005520879 0.996896803 0.078525797 -19.878244400 0.774044991 -0.053976990 0.630825520 894.353393555\n0.641136110 0.055120535 -0.765445113 131.252044678 0.000746579 0.997371972 0.072447173 -19.790788651 0.767426848 -0.047019962 0.639410019 895.194946289\n0.647160292 0.050426587 -0.760684371 130.233917236 -0.000728678 0.997850418 0.065528654 -19.716001511 0.762353659 -0.041853253 0.645805955 896.044372559\n0.651989937 0.046687447 -0.756788909 129.214965820 0.004324737 0.997857273 0.065285176 -19.646957397 0.758215308 -0.045838196 0.650390983 896.928649902\n0.655408740 0.050899222 -0.753557324 128.192596436 0.005088376 0.997406363 0.071795702 -19.578758240 0.755257189 -0.050889909 0.653449893 897.792236328\n0.657238960 0.055108890 -0.751664758 127.180633545 0.005543707 0.996942699 0.077938929 -19.496292114 0.753661811 -0.055391509 0.654924154 898.674011230\n0.659467220 0.062443431 -0.749135435 126.146209717 0.001696858 0.996417880 0.084549174 -19.405591965 0.751731455 -0.057028588 0.656998992 899.559387207\n0.661363721 0.065698497 -0.747182548 125.111999512 0.000632477 0.996107399 0.088145882 -19.312053680 0.750065088 -0.058769066 0.658747792 900.466918945\n0.662799954 0.064695530 -0.745996475 124.104888916 0.001589719 0.996136785 0.087801039 -19.214920044 0.748794854 -0.059380453 0.660136580 901.345703125\n0.663306952 0.062367793 -0.745744050 123.082427979 0.004584534 0.996163726 0.087388545 -19.117660522 0.748333454 -0.061384317 0.660476387 902.265319824\n0.662370682 0.056366969 -0.747052789 122.086151123 0.011479681 0.996284842 0.085350543 -19.015258789 0.749088287 -0.065109625 0.659262836 903.156372070\n0.661246657 0.050277781 -0.748481810 121.086059570 0.017181780 0.996474683 0.082115471 -18.925647736 0.749971747 -0.067158833 0.658051729 904.033691406\n0.658863246 0.047637183 -0.750752926 120.060882568 0.018555993 0.996660113 0.079525426 -18.830072403 0.752033889 -0.066327348 0.655778766 904.942871094\n0.657275438 0.047784060 -0.752134085 119.041198730 0.018677020 0.996648729 0.079639882 -18.743888855 0.753418982 -0.066392958 0.654180288 905.816955566\n0.654753923 0.048954822 -0.754255116 118.016845703 0.016625511 0.996726096 0.079124637 -18.651031494 0.755659282 -0.064347036 0.651796341 906.715515137\n0.653605342 0.050239701 -0.755166173 116.974853516 0.015672943 0.996681869 0.079872370 -18.571435928 0.756673217 -0.064040691 0.650649190 907.577636719\n0.651863098 0.049905404 -0.756692767 115.953613281 0.017651444 0.996563375 0.080931425 -18.476758957 0.758131206 -0.066112928 0.648741961 908.455200195\n0.649800301 0.047889728 -0.758594871 114.928833008 0.019589800 0.996626616 0.079696871 -18.390647888 0.759852529 -0.066647775 0.646670103 909.331481934\n0.648018718 0.045315199 -0.760275185 113.903656006 0.023165956 0.996593833 0.079146110 -18.301084518 0.761272073 -0.068900660 0.644761682 910.199462891\n0.646818876 0.042142179 -0.761478424 112.877685547 0.027515087 0.996532559 0.078522682 -18.218097687 0.762147129 -0.071742095 0.643416524 911.061767578\n0.645003557 0.037958346 -0.763236225 111.801879883 0.030311098 0.996708810 0.075185351 -18.125913620 0.763578176 -0.071629353 0.641730189 911.994750977\n0.644133806 0.035535663 -0.764086962 110.768798828 0.032599069 0.996737361 0.073836997 -18.045358658 0.764217913 -0.072469428 0.640873790 912.867553711\n0.643816710 0.038287688 -0.764221251 109.734771729 0.030924650 0.996629357 0.075983815 -17.960706711 0.764554620 -0.072552919 0.640462637 913.721862793\n0.643753707 0.042654365 -0.764043093 108.688659668 0.027235977 0.996535540 0.078581773 -17.877937317 0.764747977 -0.071396776 0.640361726 914.590637207\n0.644279242 0.048345424 -0.763260722 107.647644043 0.024427511 0.996189952 0.083718918 -17.789751053 0.764400125 -0.072582923 0.640643537 915.455078125\n0.645720661 0.050790504 -0.761882663 106.616638184 0.022484131 0.996087909 0.085459717 -17.704719543 0.763242602 -0.072313376 0.642052531 916.323242188\n0.648359776 0.043498270 -0.760090470 105.591308594 0.024261823 0.996678948 0.077733122 -17.616685867 0.760947466 -0.068840206 0.645151138 917.190307617\n0.650734961 0.034283977 -0.758530617 104.581909180 0.027764568 0.997237682 0.068891950 -17.529384613 0.758797228 -0.065890677 0.647985578 918.034606934\n0.652568579 0.030323075 -0.757122755 103.568237305 0.034457549 0.996977687 0.069628529 -17.458992004 0.756945848 -0.071525984 0.649551451 918.920166016\n0.654801250 0.029228615 -0.755235791 102.552459717 0.044637050 0.996012211 0.077248007 -17.379106522 0.754481912 -0.084293589 0.650885344 919.818176270\n0.657786012 0.031399019 -0.752550125 101.547027588 0.045080580 0.995698333 0.080947876 -17.302755356 0.751854599 -0.087171778 0.653540969 920.674194336\n0.661059141 0.027485939 -0.749830306 100.544158936 0.044493716 0.996134341 0.075740702 -17.217496872 0.749013543 -0.083431818 0.657280743 921.548828125\n0.664168835 0.026540449 -0.747111380 99.539581299 0.037667695 0.996912181 0.068900302 -17.135896683 0.746633112 -0.073903397 0.661118269 922.424011230\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_10_03/2011_10_03_drive_0042_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999042153 -0.000309960 0.043756396 0.042800132 0.000422890 0.999996603 -0.002571642 -0.019896179 -0.043755449 0.002587683 0.999038935 1.013216019\n0.996047735 -0.004629630 0.088699117 0.136430472 0.005314236 0.999957860 -0.007483704 -0.039665941 -0.088660739 0.007925494 0.996030331 2.016638756\n0.990948200 -0.004000245 0.134185314 0.269687027 0.005576888 0.999919713 -0.011375926 -0.063918404 -0.134129047 0.012021290 0.990890980 3.013458729\n0.983589590 -0.001669227 0.180412561 0.443374485 0.004217471 0.999896705 -0.013741869 -0.091025099 -0.180370986 0.014277244 0.983494997 4.007609844\n0.974094391 -0.003895340 0.226108149 0.670590460 0.007202796 0.999878764 -0.013804609 -0.119239621 -0.226026967 0.015075604 0.974004388 4.986606121\n0.962466776 -0.004551686 0.271361321 0.942358017 0.008967543 0.999846756 -0.015035208 -0.151107475 -0.271251291 0.016904334 0.962360084 5.966478825\n0.948935628 -0.007177099 0.315388203 1.258923054 0.013415698 0.999754846 -0.017614149 -0.183226794 -0.315184474 0.020945845 0.948799253 6.926291466\n0.933767498 -0.008869212 0.357770354 1.619118214 0.016881449 0.999671638 -0.019277869 -0.215605706 -0.357481897 0.024040729 0.933610618 7.866267204\n0.916354656 -0.008511968 0.400277078 2.018429279 0.018088313 0.999633312 -0.020152198 -0.245826140 -0.399958730 0.025706897 0.916172564 8.799716949\n0.896789014 -0.009054807 0.442365736 2.455401421 0.019303763 0.999639273 -0.018672021 -0.279237539 -0.442037106 0.025284188 0.896640360 9.697325706\n0.874745846 -0.008588148 0.484505892 2.931773186 0.019570844 0.999653280 -0.017614532 -0.322180033 -0.484186620 0.024890427 0.874610662 10.568959236\n0.850894034 -0.008899835 0.525261939 3.448284388 0.020726101 0.999646723 -0.016637463 -0.354503423 -0.524928331 0.025043352 0.850777924 11.405039787\n0.825179040 -0.009493746 0.564791501 3.989673138 0.022602687 0.999612927 -0.016220488 -0.396223933 -0.564418912 0.026150612 0.825074196 12.212187767\n0.797680140 -0.010662432 0.602986455 4.614590645 0.025619606 0.999540210 -0.016217152 -0.423041761 -0.602536321 0.028384376 0.797586560 13.052679062\n0.768914640 -0.009507881 0.639280736 5.241760254 0.026317075 0.999512672 -0.016788144 -0.453521073 -0.638809621 0.029732648 0.768790126 13.802673340\n0.738361835 -0.012584867 0.674287379 5.906201363 0.031250954 0.999390304 -0.015568023 -0.484670460 -0.673680365 0.032566957 0.738304973 14.521446228\n0.706299067 -0.011871016 0.707814097 6.644168377 0.031733736 0.999385238 -0.014904751 -0.520282269 -0.707202017 0.032988794 0.706241548 15.262863159\n0.672193646 -0.010917098 0.740294933 7.360606194 0.033280015 0.999326169 -0.015481498 -0.551615000 -0.739627123 0.035043586 0.672104001 15.908964157\n0.636581957 -0.011642185 0.771121204 8.137260437 0.037445489 0.999173343 -0.015827036 -0.579334021 -0.770299435 0.038950216 0.636491656 16.550390244\n0.599813581 -0.009696322 0.800081074 8.909602165 0.037327748 0.999176979 -0.015875081 -0.607742190 -0.799268663 0.039387312 0.599681854 17.130357742\n0.561943889 -0.008903295 0.827127457 9.711650848 0.040683791 0.999029338 -0.016886583 -0.642207563 -0.826174259 0.043139990 0.561760664 17.673166275\n0.523195863 -0.006997844 0.852183819 10.571933746 0.045162808 0.998788774 -0.019525867 -0.665201545 -0.851015031 0.048702866 0.522878170 18.205219269\n0.484005928 -0.006380165 0.875041485 11.426173210 0.046899255 0.998725355 -0.018659100 -0.692200065 -0.873807073 0.050069910 0.483688176 18.678970337\n0.445754170 -0.007790236 0.895121515 12.293101311 0.051851984 0.998507857 -0.017131332 -0.718750179 -0.893652380 0.054050189 0.445492983 19.106555939\n0.408801794 -0.008386665 0.912584662 13.183975220 0.056005161 0.998303652 -0.015913673 -0.747197032 -0.910903156 0.057614990 0.408578038 19.496465683\n0.373731494 -0.006118237 0.927516758 14.076854706 0.058125008 0.998167336 -0.016836479 -0.767471075 -0.925713897 0.060204241 0.373402178 19.838542938\n0.339999735 -0.006655816 0.940402091 14.992912292 0.058340859 0.998198152 -0.014028107 -0.788618803 -0.938614249 0.059633408 0.339775383 20.175140381\n0.306799054 -0.008289851 0.951738298 15.944470406 0.061112516 0.998070180 -0.011006612 -0.810086608 -0.949810386 0.061539933 0.306713641 20.471302032\n0.273724377 -0.008094328 0.961774111 16.921390533 0.061707020 0.998052239 -0.009162392 -0.828980684 -0.959826648 0.061856184 0.273690701 20.751401901\n0.241759062 -0.005022740 0.970323324 17.905422211 0.059359062 0.998190343 -0.009622508 -0.842174470 -0.968519032 0.059923809 0.241619706 20.984657288\n0.210990369 -0.003307387 0.977482617 18.898633957 0.059606124 0.998176873 -0.009488625 -0.855777204 -0.975669205 0.060265951 0.210802794 21.201213837\n0.180450082 -0.003181373 0.983579099 19.902465820 0.061234303 0.998091340 -0.008005903 -0.877324998 -0.981676280 0.061673440 0.180300474 21.386346817\n0.150158286 -0.003292568 0.988656580 20.954593658 0.063036285 0.997991681 -0.006250369 -0.887336195 -0.986650407 0.063259780 0.150064230 21.530925751\n0.119810522 -0.004048992 0.992788553 21.994888306 0.061686944 0.998089850 -0.003373816 -0.906250656 -0.990878522 0.061646309 0.119831443 21.658765793\n0.090477645 -0.004231072 0.995889544 23.065492630 0.062587485 0.998038411 -0.001445941 -0.913536489 -0.993929923 0.062461045 0.090564966 21.754154205\n0.063402712 -0.003843877 0.997980654 24.146650314 0.065543123 0.997849703 -0.000320648 -0.918466449 -0.995833457 0.065431103 0.063518345 21.815681458\n0.038377285 -0.003280729 0.999258101 25.241817474 0.069536611 0.997579217 0.000604601 -0.923289895 -0.996841073 0.069461808 0.038512468 21.846725464\n0.015673101 -0.002816881 0.999873221 26.351959229 0.073804863 0.997271359 0.001652650 -0.926904321 -0.997149587 0.073769607 0.015838265 21.859266281\n-0.004329324 -0.002883161 0.999986470 27.475799561 0.079789579 0.996806502 0.003219438 -0.929874420 -0.996802330 0.079802439 -0.004085541 21.845283508\n-0.021996260 -0.003404249 0.999752283 28.616262436 0.083848715 0.996464729 0.005237869 -0.930189013 -0.996235728 0.083943151 -0.021633148 21.816862106\n-0.037373424 -0.003330906 0.999295950 29.777030945 0.087028630 0.996184111 0.006575372 -0.928884983 -0.995504618 0.087213092 -0.036940932 21.768423080\n-0.051709056 -0.004012794 0.998654127 30.929372787 0.089271501 0.995970011 0.008624369 -0.931129277 -0.994664133 0.089597315 -0.051142454 21.709753036\n-0.064771295 -0.005044008 0.997887433 32.091403961 0.089476369 0.995929956 0.010841882 -0.928835869 -0.993880630 0.089989580 -0.064056277 21.627151489\n-0.076942563 -0.004665720 0.997024655 33.265483856 0.089190744 0.995947659 0.011543724 -0.922665894 -0.993038237 0.089813575 -0.076214671 21.540130615\n-0.087557912 -0.001738382 0.996158123 34.452812195 0.089442194 0.995945752 0.009599566 -0.915090740 -0.992136121 0.089939065 -0.087047458 21.426605225\n-0.097776651 0.001619847 0.995207071 35.658309937 0.089873798 0.995927095 0.007208856 -0.913870692 -0.991141975 0.090147898 -0.097523928 21.312049866\n-0.107040524 0.004144897 0.994246066 36.876735687 0.090880401 0.995845914 0.005632608 -0.908519149 -0.990092456 0.090960398 -0.106972575 21.182353973\n-0.114274859 0.005272693 0.993435204 38.113597870 0.090537958 0.995879769 0.005128915 -0.903946042 -0.989314973 0.090529703 -0.114281416 21.042335510\n-0.120497346 0.005891667 0.992696166 39.379379272 0.090302996 0.995901525 0.005050644 -0.904165745 -0.988597870 0.090252027 -0.120535493 20.901775360\n-0.125674129 0.007688703 0.992041767 40.654747009 0.091357701 0.995810688 0.003855494 -0.897672892 -0.987856150 0.091115184 -0.125850081 20.741256714\n-0.130239725 0.009263377 0.991439402 41.962909698 0.090277500 0.995913386 0.002554049 -0.893384516 -0.987364113 0.089837290 -0.130543828 20.575580597\n-0.134317517 0.010316719 0.990884840 43.292823792 0.090837404 0.995863855 0.001944712 -0.888559937 -0.986766279 0.090270601 -0.134699106 20.398529053\n-0.137241125 0.009338467 0.990493596 44.660926819 0.090274349 0.995912075 0.003118715 -0.887873352 -0.986415386 0.089844182 -0.137523174 20.205062866\n-0.139588714 0.006956446 0.990185320 46.033927917 0.090734065 0.995858312 0.005794678 -0.888683796 -0.986043930 0.090652391 -0.139641762 20.013484955\n-0.141603827 0.005837512 0.989906251 47.422218323 0.090938225 0.995830953 0.007136047 -0.890284359 -0.985737681 0.091030806 -0.141544342 19.815628052\n-0.143776178 0.006801335 0.989587069 48.840797424 0.093508817 0.995595634 0.006743157 -0.883264601 -0.985182703 0.093504608 -0.143778920 19.611042023\n-0.144837499 0.006253091 0.989435673 50.258880615 0.093091935 0.995630503 0.007334921 -0.877236843 -0.985066473 0.093170859 -0.144786716 19.412128448\n-0.144984007 0.007548516 0.989405394 51.714557648 0.095654055 0.995393932 0.006422590 -0.868905783 -0.984799623 0.095571801 -0.145038247 19.187099457\n-0.145450711 0.007825562 0.989334643 53.179985046 0.094855942 0.995472491 0.006071483 -0.862432241 -0.984807909 0.094727360 -0.145534515 18.982650757\n-0.144956350 0.009734695 0.989390314 54.681407928 0.094734684 0.995494187 0.004084891 -0.850739002 -0.984892488 0.094321698 -0.145225406 18.774181366\n-0.143862963 0.008963613 0.989557087 56.194683075 0.095056340 0.995460331 0.004802311 -0.858614802 -0.985021710 0.094754547 -0.144061923 18.551181793\n-0.142716169 0.007782400 0.989733160 57.723014832 0.093746133 0.995579898 0.005689495 -0.855230212 -0.985314131 0.093595631 -0.142814994 18.345352173\n-0.141005278 0.008668827 0.989971042 59.275955200 0.094885089 0.995476663 0.004797783 -0.851453781 -0.985451519 0.094609983 -0.141190052 18.116462708\n-0.140262723 0.009372212 0.990070045 60.858909607 0.094498999 0.995517075 0.003963846 -0.842694402 -0.985594451 0.094116606 -0.140519619 17.901687622\n-0.138822079 0.010187181 0.990264893 62.461738586 0.095897652 0.995386064 0.003203726 -0.839177370 -0.985663235 0.095408827 -0.139158487 17.666328430\n-0.137032509 0.010121325 0.990514874 64.079956055 0.095505714 0.995424211 0.003041219 -0.834829450 -0.985951722 0.095016569 -0.137372136 17.434310913\n-0.135992765 0.008711538 0.990671515 65.715393066 0.097514220 0.995223343 0.004634541 -0.825224996 -0.985899031 0.097234823 -0.136192679 17.212112427\n-0.134279609 0.006696301 0.990921021 67.369979858 0.099166572 0.995048225 0.006713845 -0.822565317 -0.985969186 0.099167757 -0.134278774 16.975776672\n-0.134961605 0.007800997 0.990820169 69.082557678 0.100247100 0.994945526 0.005821379 -0.818032026 -0.985766709 0.100112505 -0.135061502 16.774841309\n-0.133738875 0.009920522 0.990966976 70.767562866 0.102325350 0.994743526 0.003851283 -0.813054562 -0.985719800 0.101916112 -0.134050965 16.541122437\n-0.133066416 0.009470877 0.991061866 72.466468811 0.101504482 0.994826555 0.004121803 -0.816046000 -0.985895634 0.101145700 -0.133339405 16.303993225\n-0.132507086 0.009527238 0.991136372 74.154495239 0.101767823 0.994799972 0.004043083 -0.812184095 -0.985943913 0.101401523 -0.132787585 16.082862854\n-0.132486820 0.008945312 0.991144419 75.899345398 0.102170393 0.994755924 0.004679264 -0.803137779 -0.985904932 0.101885550 -0.132706046 15.852653503\n-0.132467151 0.008990424 0.991146684 77.646934509 0.102644235 0.994707048 0.004695721 -0.799526453 -0.985858381 0.102357514 -0.132688880 15.624580383\n-0.132121921 0.009072452 0.991192102 79.410835266 0.104104817 0.994554877 0.004773506 -0.792791128 -0.985751629 0.103818543 -0.132346988 15.383186340\n-0.132434130 0.009661900 0.991144776 81.182167053 0.104194038 0.994548023 0.004227056 -0.799969196 -0.985700190 0.103831172 -0.132718801 15.150909424\n-0.132763028 0.010595924 0.991091192 82.966209412 0.103590377 0.994614780 0.003243005 -0.799728870 -0.985719562 0.103098057 -0.133145690 14.901451111\n-0.133938909 0.010782190 0.990931034 84.758895874 0.102651462 0.994712710 0.003051509 -0.815937519 -0.985658765 0.102129221 -0.134337544 14.665344238\n-0.135270238 0.011411165 0.990743041 86.552978516 0.101938903 0.994787633 0.002460380 -0.820167780 -0.985550880 0.101328075 -0.135728359 14.429847717\n-0.136484742 0.010354030 0.990588129 88.387954712 0.100988120 0.994881392 0.003515394 -0.830337286 -0.985481322 0.100517422 -0.136831760 14.177856445\n-0.137527227 0.009834914 0.990449131 90.232490540 0.101031244 0.994874597 0.004149682 -0.839471102 -0.985331893 0.100637004 -0.137816072 13.922622681\n-0.137556434 0.008993385 0.990453184 92.107330322 0.098362394 0.995139897 0.004624858 -0.832792997 -0.985597908 0.098059520 -0.137772560 13.657127380\n-0.139408469 0.009760082 0.990186930 93.982940674 0.098114356 0.995167077 0.004004355 -0.837273598 -0.985362351 0.097709790 -0.139692307 13.405845642\n-0.141956449 0.010459324 0.989817619 95.895523071 0.097364783 0.995242774 0.003447094 -0.842969656 -0.985072792 0.096862718 -0.142299533 13.125320435\n-0.145892262 0.011502391 0.989233613 97.827728271 0.097515926 0.995230019 0.002809552 -0.839658022 -0.984482646 0.096875921 -0.146318078 12.844604492\n-0.150488853 0.010371719 0.988557279 99.762542725 0.095474750 0.995423436 0.004090438 -0.849291086 -0.983990669 0.094997831 -0.150790334 12.559753418\n-0.155065060 0.009610658 0.987857521 101.679420471 0.094125889 0.995547295 0.005089564 -0.856781483 -0.983409941 0.093772180 -0.155279160 12.269905090\n-0.159854174 0.010241357 0.987087667 103.635482788 0.092484355 0.995703280 0.004646642 -0.862660885 -0.982798815 0.092032939 -0.160114527 11.967575073\n-0.164413691 0.012170325 0.986316442 105.572029114 0.093179367 0.995644033 0.003247072 -0.867459536 -0.981980562 0.092438199 -0.164831519 11.643333435\n-0.168700576 0.013910085 0.985569179 107.517532349 0.092946455 0.995669365 0.001857080 -0.878060579 -0.981275201 0.091918454 -0.169262886 11.313468933\n-0.173327208 0.014290879 0.984760642 109.466819763 0.091414399 0.995811582 0.001638548 -0.885528803 -0.980612636 0.090305306 -0.173907638 10.973419189\n-0.178303361 0.014134990 0.983874023 111.441246033 0.089834429 0.995954752 0.001971771 -0.890286207 -0.979866147 0.088737331 -0.178851962 10.622749329\n-0.183897138 0.013341344 0.982855022 113.431304932 0.088001825 0.996115983 0.002944230 -0.901718855 -0.978998303 0.087034464 -0.184356928 10.265228271\n-0.189141035 0.012292014 0.981872976 115.417175293 0.087513827 0.996153653 0.004387252 -0.920907021 -0.978042424 0.086757272 -0.189489245 9.893707275\n-0.194812179 0.012502899 0.980760932 117.412445068 0.087312818 0.996170104 0.004643930 -0.915380239 -0.976946712 0.086537689 -0.195157766 9.497222900\n-0.199729085 0.013921291 0.979752421 119.402465820 0.088058233 0.996108115 0.003797563 -0.923378944 -0.975886405 0.087033741 -0.200177670 9.090698242\n-0.205907464 0.015338359 0.978451371 121.420501709 0.087502830 0.996160328 0.002798312 -0.918692827 -0.974651575 0.086193450 -0.206459045 8.693252563\n-0.211782575 0.015044899 0.977201045 123.427085876 0.087884761 0.996123731 0.003710465 -0.929322243 -0.973357379 0.086666889 -0.212283850 8.266738892\n-0.217133045 0.015293336 0.976022363 125.442810059 0.087609932 0.996147275 0.003881657 -0.932314157 -0.972202718 0.086352080 -0.217636347 7.826065063\n-0.222404599 0.015910799 0.974824607 127.462738037 0.086783066 0.996220946 0.003539389 -0.939961672 -0.971084416 0.085385442 -0.222944975 7.378051758\n-0.227838397 0.016350161 0.973561764 129.495803833 0.085783973 0.996308148 0.003343471 -0.947488785 -0.969912827 0.084277757 -0.228399873 6.918502808\n-0.231907248 0.015846174 0.972608864 131.536163330 0.086898677 0.996207058 0.004489326 -0.946971893 -0.968848646 0.085559532 -0.232404590 6.431640625\n-0.236015081 0.015977880 0.971618116 133.595367432 0.089287743 0.995991707 0.005310121 -0.947854996 -0.967638731 0.088006854 -0.236495733 5.937377930\n-0.239271760 0.016592355 0.970811069 135.638687134 0.090378821 0.995893598 0.005254224 -0.953797340 -0.966737330 0.088997930 -0.239788771 5.433380127\n-0.242782831 0.017124839 0.969929576 137.701522827 0.090595439 0.995874763 0.005093992 -0.959194183 -0.965841174 0.089107923 -0.243332744 4.932723999\n-0.246122837 0.017065657 0.969088316 139.775115967 0.089978598 0.995929539 0.005313867 -0.965811253 -0.965052962 0.088505082 -0.246656537 4.412277222\n-0.250101686 0.017267767 0.968065679 141.847244263 0.088455439 0.996067166 0.005085386 -0.971936226 -0.964170575 0.086902529 -0.250645399 3.883773804\n-0.253905654 0.018183814 0.967058003 143.885360718 0.087658778 0.996141374 0.004284554 -0.978631496 -0.963248551 0.085859001 -0.254519939 3.352600098\n-0.259460330 0.017825687 0.965589404 146.009399414 0.086496189 0.996240377 0.004850558 -0.979574203 -0.961872697 0.084778316 -0.260026813 2.819931030\n-0.263747573 0.017535930 0.964432538 147.987960815 0.087187752 0.996175408 0.005730495 -0.994093895 -0.960643470 0.085598096 -0.264267683 2.333160400\n-0.268071651 0.018542372 0.963220596 150.092269897 0.086703517 0.996221840 0.004952587 -0.993031025 -0.959489584 0.084842257 -0.268666506 1.762573242\n-0.272915959 0.018160168 0.961866498 152.192291260 0.085153162 0.996353507 0.005349706 -1.000362873 -0.958261907 0.083365999 -0.273467064 1.181884766\n-0.277007937 0.017755592 0.960703611 154.296127319 0.085892804 0.996284127 0.006353029 -1.007191181 -0.957020938 0.084277362 -0.277503729 0.588439941\n-0.281289458 0.018035669 0.959453464 156.391403198 0.086692058 0.996212721 0.006689431 -1.010849953 -0.955699086 0.085058659 -0.281787753 -0.020843506\n-0.284948945 0.018823650 0.958357930 158.482315063 0.087953098 0.996102870 0.006586099 -1.013121128 -0.954499125 0.086167254 -0.285493970 -0.643722534\n-0.288660765 0.020050367 0.957221448 160.575180054 0.088107407 0.996094644 0.005705152 -1.013535500 -0.953368723 0.085985154 -0.289300084 -1.261306763\n-0.291488528 0.021969844 0.956321955 162.661666870 0.088499606 0.996067822 0.004091901 -1.013417721 -0.952471614 0.085826859 -0.292286634 -1.914779663\n-0.294894457 0.022629643 0.955261886 164.772796631 0.088857517 0.996036947 0.003835203 -1.024914265 -0.951389313 0.086013176 -0.295736551 -2.551742554\n-0.297996879 0.023490719 0.954277754 166.888977051 0.088604867 0.996061862 0.003149775 -1.029999733 -0.950445712 0.085492276 -0.298904657 -3.206329346\n-0.301918626 0.023165293 0.953052402 169.034606934 0.088801809 0.996041596 0.003921411 -1.044415474 -0.949188948 0.085816711 -0.302780628 -3.870376587\n-0.305629849 0.023314135 0.951864958 171.165069580 0.088369966 0.996079803 0.003977199 -1.048102379 -0.948040724 0.085331820 -0.306491971 -4.549530029\n-0.309440255 0.024286712 0.950608790 173.280395508 0.090639986 0.995875418 0.004061725 -1.058115959 -0.946589291 0.087420024 -0.310365319 -5.231018066\n-0.312495232 0.024534557 0.949602485 175.414886475 0.093081482 0.995646417 0.004907070 -1.066315174 -0.945347905 0.089923844 -0.313418508 -5.934951782\n-0.314814568 0.024063744 0.948848307 177.545013428 0.093396135 0.995612502 0.005737777 -1.067053795 -0.944547176 0.090425089 -0.315680861 -6.636337280\n-0.317572713 0.023859985 0.947933912 179.711013794 0.093321025 0.995616734 0.006203792 -1.069243908 -0.943630874 0.090432301 -0.318407297 -7.364151001\n-0.320214033 0.024290025 0.947033823 181.836486816 0.092340499 0.995711267 0.005683917 -1.072416306 -0.942834198 0.089269646 -0.321083665 -8.077545166\n-0.323536396 0.026025180 0.945857942 184.030670166 0.091215320 0.995823920 0.003800743 -1.078187466 -0.941809118 0.087506399 -0.324559212 -8.815429688\n-0.326790214 0.028103653 0.944678962 186.234252930 0.090756409 0.995871544 0.001768514 -1.084137917 -0.940729201 0.086313598 -0.327991605 -9.566726685\n-0.330000043 0.028757205 0.943542838 188.434082031 0.089431576 0.995992541 0.000922547 -1.093849659 -0.939735055 0.084686965 -0.331249475 -10.328857422\n-0.333521962 0.029404158 0.942283869 190.653198242 0.087606475 0.996155143 -0.000076873 -1.108480453 -0.938663185 0.082524516 -0.334815621 -11.101547241\n-0.337350488 0.029681388 0.940911055 192.865768433 0.088267840 0.996096730 0.000224958 -1.128087044 -0.937231779 0.083128080 -0.338653564 -11.889770508\n-0.340838194 0.028350059 0.939694464 195.078094482 0.087683290 0.996146858 0.001750556 -1.145411968 -0.936024070 0.082992151 -0.342010736 -12.679718018\n-0.344513416 0.028215496 0.938357353 197.279403687 0.087949015 0.996122241 0.002337622 -1.155785084 -0.934652686 0.083332948 -0.345658898 -13.488021851\n-0.348028660 0.027585259 0.937077999 199.473876953 0.087348782 0.996172905 0.003116278 -1.167809486 -0.933405757 0.082937174 -0.349106312 -14.303894043\n-0.351771832 0.027955383 0.935668290 201.687194824 0.086860485 0.996216297 0.002891469 -1.181030750 -0.932047188 0.082289740 -0.352869034 -15.121322632\n-0.355702877 0.028232407 0.934172750 203.910217285 0.085697591 0.996317983 0.002520313 -1.198142529 -0.930661976 0.080952831 -0.356812596 -15.956192017\n-0.359095573 0.029281335 0.932841420 206.138809204 0.086360738 0.996261954 0.001972328 -1.218550682 -0.929296732 0.081269123 -0.360282063 -16.808059692\n-0.361773968 0.029496960 0.931799293 208.323165894 0.086859673 0.996218145 0.002187322 -1.239241600 -0.928210855 0.081727087 -0.362967849 -17.657363892\n-0.364480615 0.029476382 0.930744350 210.544540405 0.088335611 0.996086121 0.003046594 -1.256190300 -0.927011728 0.083328292 -0.365657926 -18.528778076\n-0.367092252 0.028846296 0.929737091 212.768707275 0.089611851 0.995966673 0.004480700 -1.266466141 -0.925857902 0.084960297 -0.368196607 -19.411926270\n-0.369873643 0.029237822 0.928621948 214.974853516 0.090405233 0.995894194 0.004652835 -1.284416676 -0.924673200 0.085673243 -0.370998263 -20.285278320\n-0.372460008 0.030397231 0.927550197 217.193389893 0.090879746 0.995854378 0.003857329 -1.296737194 -0.923587680 0.085732229 -0.373678446 -21.184478760\n-0.374924541 0.030539097 0.926552117 219.392684937 0.089972466 0.995937824 0.003580854 -1.306757450 -0.922678947 0.084706731 -0.376149297 -22.076965332\n-0.377739310 0.031359408 0.925380766 221.602600098 0.089253724 0.996005297 0.002680521 -1.323227406 -0.921600103 0.083606221 -0.379029393 -22.965728760\n-0.380261898 0.032704964 0.924300492 223.797958374 0.089481950 0.995987177 0.001571837 -1.337028503 -0.920540035 0.083305918 -0.381662488 -23.869628906\n-0.382957458 0.032857094 0.923181474 226.013488770 0.087077700 0.996201277 0.000665931 -1.355938911 -0.919652700 0.080643542 -0.384363890 -24.761291504\n-0.385756373 0.033681199 0.921985865 228.229461670 0.087736472 0.996143699 0.000318418 -1.380500793 -0.918419659 0.081014611 -0.387223840 -25.681274414\n-0.388417125 0.033021610 0.920891762 230.469345093 0.088871382 0.996041536 0.001768143 -1.402889729 -0.917188108 0.082527705 -0.389814258 -26.620330811\n-0.390788913 0.032461554 0.919907808 232.700088501 0.089979112 0.995938897 0.003079778 -1.408439636 -0.916072011 0.083976023 -0.392122746 -27.585174561\n-0.394006610 0.032158222 0.918544829 234.932312012 0.088652350 0.996057630 0.003155175 -1.418382645 -0.914822161 0.082674317 -0.395304203 -28.542541504\n-0.396941185 0.032698907 0.917261541 237.162719727 0.087400384 0.996170580 0.002310261 -1.431181431 -0.913673401 0.081086040 -0.398279071 -29.501220703\n-0.400485992 0.031502612 0.915761173 239.388549805 0.085638992 0.996321142 0.003178229 -1.455574036 -0.912292123 0.079697698 -0.401710510 -30.466735840\n-0.403887153 0.030940074 0.914285481 241.598907471 0.084650926 0.996403873 0.003675670 -1.469663143 -0.910883844 0.078879669 -0.405053854 -31.437377930\n-0.407583356 0.031447854 0.912626386 243.819091797 0.084292538 0.996435583 0.003309645 -1.483836651 -0.909269333 0.078276552 -0.408781290 -32.416320801\n-0.411332130 0.030960415 0.910959601 246.016723633 0.083626539 0.996489584 0.003893201 -1.497658253 -0.907641232 0.077781789 -0.412477255 -33.402343750\n-0.415106297 0.030470317 0.909262538 248.210815430 0.082548879 0.996577799 0.004289758 -1.514556408 -0.906020105 0.076839305 -0.416200995 -34.391357422\n-0.418849826 0.030496951 0.907543302 250.396118164 0.082028404 0.996620417 0.004367488 -1.525995255 -0.904343009 0.076273650 -0.419935822 -35.387634277\n-0.422809720 0.031296406 0.905677915 252.576660156 0.082244612 0.996604323 0.003956917 -1.543064117 -0.902478695 0.076160155 -0.423948050 -36.396667480\n-0.426249623 0.031950213 0.904041231 254.734283447 0.083042003 0.996538281 0.003934566 -1.559683800 -0.900785983 0.076750495 -0.427427292 -37.405334473\n-0.429583669 0.031789895 0.902467310 256.904602051 0.083041959 0.996536255 0.004425299 -1.578962326 -0.899200678 0.076843686 -0.430735588 -38.446899414\n-0.433213472 0.032089598 0.900720119 259.048950195 0.081681535 0.996651292 0.003778517 -1.593885422 -0.897582650 0.075209096 -0.434383988 -39.466003418\n-0.436917543 0.031689521 0.898943245 261.209289551 0.081506595 0.996662736 0.004480697 -1.608772278 -0.895801246 0.075227492 -0.438042283 -40.500000000\n-0.440456629 0.032149937 0.897198021 263.321289062 0.081847243 0.996634901 0.004467707 -1.627007484 -0.894035220 0.075401023 -0.441605806 -41.524993896\n-0.443909168 0.033716869 0.895437241 265.501037598 0.083803341 0.996474206 0.004023820 -1.632580280 -0.892144382 0.076826841 -0.445169568 -42.607208252\n-0.446740508 0.036170390 0.893932045 267.654907227 0.086194769 0.996274471 0.002764270 -1.638773918 -0.890501678 0.078287177 -0.448193908 -43.701141357\n-0.449498534 0.036892056 0.892518878 269.826049805 0.087358467 0.996172965 0.002819702 -1.649933338 -0.888999164 0.079236537 -0.451001048 -44.795379639\n-0.451612711 0.038676325 0.891375542 271.996093750 0.089069240 0.996023595 0.001909706 -1.664435387 -0.887757182 0.080256581 -0.453261852 -45.903320312\n-0.454503536 0.040886603 0.889806151 274.200317383 0.089481585 0.995988488 -0.000059449 -1.657727242 -0.886239111 0.079594240 -0.456338882 -47.040252686\n-0.456831574 0.042001843 0.888561130 276.391204834 0.091798723 0.995777547 0.000126108 -1.679762840 -0.884803951 0.081626385 -0.458758354 -48.171020508\n-0.460445046 0.042703547 0.886660576 278.562133789 0.091579773 0.995797634 -0.000402236 -1.690851212 -0.882951677 0.081014961 -0.462420821 -49.279541016\n-0.463524461 0.042555176 0.885061741 280.750061035 0.090705164 0.995877743 -0.000379299 -1.700912476 -0.881429434 0.080103859 -0.465473652 -50.426513672\n-0.467091680 0.043868262 0.883119941 282.948547363 0.091564626 0.995798588 -0.001035958 -1.716872692 -0.879455090 0.080378659 -0.469146013 -51.570922852\n-0.470373631 0.044223588 0.881358564 285.148071289 0.090525530 0.995892763 -0.001657812 -1.722536564 -0.877811909 0.079005659 -0.472445011 -52.745422363\n-0.473300815 0.044666544 0.879767716 287.376586914 0.089415327 0.995991409 -0.002463321 -1.736336708 -0.876351118 0.077498823 -0.475397348 -53.933898926\n-0.475876570 0.045293398 0.878345191 289.585113525 0.091143660 0.995835781 -0.001971512 -1.757287025 -0.874776840 0.079117395 -0.478023052 -55.129180908\n-0.477679849 0.044834379 0.877389193 291.791503906 0.092678018 0.995696068 -0.000422826 -1.780861378 -0.873631895 0.081112720 -0.479779124 -56.329071045\n-0.479938865 0.044838216 0.876155376 294.011993408 0.092811704 0.995683670 -0.000114977 -1.787204266 -0.872378767 0.081262290 -0.482028842 -57.523437500\n-0.482036710 0.044290818 0.875030935 296.256591797 0.092581131 0.995704949 0.000602157 -1.801650524 -0.871245980 0.081301615 -0.484066844 -58.749847412\n-0.484209180 0.043543734 0.873868167 298.491516113 0.091646649 0.995790899 0.001162287 -1.808461189 -0.870139360 0.080649868 -0.486161709 -59.955780029\n-0.486577988 0.044030260 0.872526884 300.722473145 0.093548737 0.995612860 0.001927350 -1.817398548 -0.868614078 0.082561590 -0.488562346 -61.187835693\n-0.488766909 0.043379784 0.871335268 302.973937988 0.093309432 0.995633304 0.002772985 -1.827774048 -0.867410123 0.082659140 -0.490680337 -62.438385010\n-0.490812898 0.044089194 0.870148778 305.199554443 0.092731968 0.995689392 0.001855885 -1.834652901 -0.866316080 0.081601501 -0.492785573 -63.681549072\n-0.493597984 0.045945566 0.868475854 307.400543213 0.091863766 0.995771468 -0.000469246 -1.844951153 -0.864825070 0.079549842 -0.495731473 -64.905364990\n-0.497235060 0.044782192 0.866459370 309.633605957 0.089853674 0.995954990 0.000089274 -1.869965553 -0.862950563 0.077898949 -0.499247551 -66.148223877\n-0.501840711 0.043114573 0.863885045 311.895324707 0.087921023 0.996126533 0.001359861 -1.877902985 -0.860480189 0.076636076 -0.503687620 -67.446624756\n-0.507461429 0.040707115 0.860712409 314.134460449 0.085315756 0.996348917 0.003178726 -1.885162354 -0.857440472 0.075045414 -0.509081602 -68.734771729\n-0.511825800 0.040720191 0.858123779 316.368255615 0.085150935 0.996361911 0.003508107 -1.882513523 -0.854858994 0.074865572 -0.513431072 -70.046356201\n-0.516590118 0.040724672 0.855263710 318.659973145 0.085224099 0.996353626 0.004033558 -1.889358997 -0.851980865 0.074972779 -0.518177271 -71.432800293\n-0.520315766 0.042627893 0.852909446 320.909484863 0.088771693 0.996042371 0.004373407 -1.889174938 -0.849347532 0.077989765 -0.522040725 -72.807495117\n-0.524609327 0.044164326 0.850196779 323.220581055 0.089755215 0.995957196 0.003646980 -1.881479740 -0.846598506 0.078222834 -0.526452422 -74.193206787\n-0.528509259 0.043541443 0.847810388 325.512878418 0.090092197 0.995920837 0.005013755 -1.892863274 -0.844133675 0.079030909 -0.530276060 -75.586456299\n-0.532456517 0.041868050 0.845421314 327.784301758 0.089961439 0.995918214 0.007337641 -1.898827076 -0.841663301 0.079962283 -0.534049630 -76.983978271\n-0.536762953 0.039704934 0.842798293 330.086456299 0.088106856 0.996068656 0.009188037 -1.909412861 -0.839120150 0.079188101 -0.538151026 -78.405975342\n-0.541134953 0.039597291 0.840003014 332.377227783 0.087574728 0.996113062 0.009459922 -1.917378902 -0.836363375 0.078682132 -0.542499304 -79.835021973\n-0.544813991 0.039223503 0.837639093 334.638641357 0.087163702 0.996143341 0.010047015 -1.911719799 -0.834014535 0.078485481 -0.546131730 -81.294372559\n-0.548712254 0.039898224 0.835058987 336.918518066 0.088435493 0.996026337 0.010521331 -1.900108814 -0.831320941 0.079622023 -0.550060272 -82.775848389\n-0.552854538 0.038862683 0.832370996 339.171142578 0.087936096 0.996055007 0.011901555 -1.886535168 -0.828624785 0.079775281 -0.554090977 -84.230651855\n-0.556393504 0.038253773 0.830037951 341.427673340 0.086728819 0.996156931 0.012226658 -1.874103069 -0.826380312 0.078791045 -0.557572961 -85.721954346\n-0.559890866 0.037331842 0.827724993 343.683502197 0.086183704 0.996189594 0.013366603 -1.857636452 -0.824072003 0.078820243 -0.560974956 -87.216644287\n-0.562703133 0.036867246 0.825836539 345.937591553 0.086673886 0.996129930 0.014587753 -1.846438408 -0.822102726 0.079787038 -0.563720822 -88.737091064\n-0.565582991 0.035798300 0.823914051 348.215515137 0.084424607 0.996321976 0.014664751 -1.843419075 -0.820358634 0.077852748 -0.566524982 -90.289215088\n-0.568577647 0.035254575 0.821873903 350.486511230 0.081038363 0.996622086 0.013312393 -1.826923847 -0.818628371 0.074172445 -0.569513917 -91.818847656\n-0.572029591 0.034308314 0.819515109 352.740661621 0.077511191 0.996914744 0.012368570 -1.816664696 -0.816562355 0.070596784 -0.572924018 -93.367401123\n-0.575069904 0.031565361 0.817495167 354.997589111 0.074600220 0.997115552 0.013976865 -1.800906181 -0.814696014 0.069022991 -0.575765967 -94.930145264\n-0.578195333 0.030500643 0.815328300 357.216827393 0.074896485 0.997065902 0.015814042 -1.788112640 -0.812453687 0.070208818 -0.578783154 -96.482879639\n-0.581555963 0.030381275 0.812938869 359.432495117 0.074015409 0.997133791 0.015683724 -1.777779579 -0.810132325 0.069290966 -0.582137704 -98.046997070\n-0.584768772 0.029526768 0.810662508 361.627441406 0.072233975 0.997262836 0.015782431 -1.759724617 -0.807977557 0.067786448 -0.585301042 -99.601593018\n-0.588901520 0.025137801 0.807814062 363.843322754 0.068246394 0.997493029 0.018711748 -1.733973503 -0.805318534 0.066149764 -0.589140654 -101.159881592\n-0.591747880 0.022976821 0.805795550 365.978179932 0.067307808 0.997511566 0.020984989 -1.730877876 -0.803308249 0.066654161 -0.591821909 -102.716339111\n-0.595096231 0.022367638 0.803343356 368.164245605 0.065760486 0.997615755 0.020936875 -1.695203781 -0.800959647 0.065287694 -0.595148325 -104.307434082\n-0.597616076 0.022657542 0.801462471 370.329895020 0.065750733 0.997618735 0.020824555 -1.669828415 -0.799082160 0.065141827 -0.597682714 -105.911834717\n-0.600318432 0.021949641 0.799459934 372.515045166 0.065139778 0.997644007 0.021522870 -1.644490242 -0.797104001 0.064997211 -0.600333929 -107.532867432\n-0.603662014 0.020874655 0.796966970 374.683532715 0.064645693 0.997646987 0.022834847 -1.622524261 -0.794615030 0.065305017 -0.603591084 -109.152130127\n-0.606683016 0.019122275 0.794713974 376.852325439 0.061081015 0.997876525 0.022618379 -1.595004082 -0.792593837 0.062264111 -0.606562734 -110.776519775\n-0.609304905 0.015565449 0.792783201 378.976257324 0.051106118 0.998499453 0.019673876 -1.574115753 -0.791287303 0.052503459 -0.609186172 -112.402862549\n-0.612376571 0.018282952 0.790354848 381.129211426 0.043831974 0.998979986 0.010852555 -1.561601162 -0.789350271 0.041288663 -0.612553358 -114.042510986\n-0.615291476 0.028257554 0.787793159 383.292144775 0.053643741 0.998541653 0.006080515 -1.573891640 -0.786472440 0.046001460 -0.615909934 -115.711486816\n-0.616437316 0.029032702 0.786868632 385.449523926 0.061052818 0.998073876 0.011003684 -1.579306126 -0.785033584 0.054823626 -0.617022514 -117.382202148\n-0.618460536 0.020247951 0.785555124 387.593261719 0.060188234 0.997951925 0.021663100 -1.556201935 -0.783507586 0.060678944 -0.618412614 -119.077301025\n-0.621872544 0.009781300 0.783057690 389.760742188 0.054096229 0.998070002 0.030493962 -1.508792877 -0.781248093 0.061323810 -0.621201396 -120.755920410\n-0.625611901 0.003289714 0.780127764 391.925537109 0.047931019 0.998264015 0.034227990 -1.457592964 -0.778660893 0.058805741 -0.624683499 -122.444091797\n-0.628622890 0.003056637 0.777704477 394.071716309 0.046847120 0.998325229 0.033943027 -1.396861076 -0.776298285 0.057770573 -0.627713203 -124.151458740\n-0.630984187 0.008138101 0.775752902 396.167175293 0.052323800 0.998114526 0.032088488 -1.351558685 -0.774029076 0.060837671 -0.630220294 -125.848236084\n-0.633325219 0.014784097 0.773744643 398.267883301 0.057008721 0.997992277 0.027593913 -1.305168152 -0.771783233 0.061586112 -0.632896543 -127.556121826\n-0.636018157 0.017533749 0.771475196 400.347900391 0.057998627 0.998000264 0.025132995 -1.272191048 -0.769491792 0.060729530 -0.635763168 -129.250915527\n-0.638830185 0.017755190 0.769142866 402.452575684 0.058045704 0.997996509 0.025173126 -1.232494354 -0.767154932 0.060726792 -0.638580918 -130.967224121\n-0.641637444 0.017474135 0.766809046 404.501922607 0.059367832 0.997872651 0.026937163 -1.193741798 -0.764707088 0.062807679 -0.641309857 -132.678710938\n-0.643582225 0.016945004 0.765189588 406.549011230 0.060167521 0.997781098 0.028509717 -1.144027710 -0.763008595 0.064387895 -0.643173695 -134.408813477\n-0.645896316 0.017066075 0.763234437 408.622009277 0.060456686 0.997753739 0.028852222 -1.108980179 -0.761027634 0.064778164 -0.645477295 -136.147705078\n-0.647628188 0.016930964 0.761768341 410.696441650 0.060185108 0.997766137 0.028991012 -1.058143616 -0.759575784 0.064622506 -0.647200584 -137.896484375\n-0.648979783 0.017886752 0.760595381 412.794067383 0.061545514 0.997681379 0.029051598 -1.012520790 -0.758312225 0.065665133 -0.648575902 -139.665527344\n-0.650153756 0.017432928 0.759602964 414.858062744 0.063017271 0.997529507 0.031043913 -0.961577415 -0.757185161 0.068051405 -0.649646163 -141.437744141\n-0.651699424 0.016808085 0.758291245 416.858978271 0.064819649 0.997331142 0.033601459 -0.914422035 -0.755702674 0.071050219 -0.651049614 -143.173095703\n-0.652734399 0.016479712 0.757407606 418.901916504 0.066426679 0.997157812 0.035550348 -0.852977753 -0.754669011 0.073517010 -0.651973844 -144.934692383\n-0.654406786 0.016819062 0.755955875 420.944763184 0.065578006 0.997248054 0.034581255 -0.793477058 -0.753293872 0.072204269 -0.653708816 -146.686401367\n-0.656670690 0.016872251 0.753988981 422.996887207 0.061691832 0.997601032 0.031405542 -0.736461639 -0.751650274 0.067138046 -0.656136155 -148.443115234\n-0.658213735 0.016699806 0.752645731 425.040893555 0.058783233 0.997841656 0.029267652 -0.677774429 -0.750532508 0.063507326 -0.657774806 -150.218933105\n-0.660098433 0.015430594 0.751020551 427.102539062 0.058029719 0.997848749 0.030502401 -0.632163048 -0.748934269 0.063716099 -0.659573913 -151.990112305\n-0.661380053 0.014273385 0.749915242 429.123352051 0.056022793 0.997966170 0.030414103 -0.579218864 -0.747955918 0.062127620 -0.660834551 -153.755859375\n-0.662694693 0.013021042 0.748776674 431.144958496 0.052459229 0.998199880 0.029069876 -0.523209572 -0.747050285 0.058544692 -0.662184834 -155.519042969\n-0.663723111 0.012782848 0.747869074 433.154724121 0.052430972 0.998189628 0.029470328 -0.472375870 -0.746138453 0.058771644 -0.663191795 -157.304443359\n-0.663648486 0.011604972 0.747954667 435.161132812 0.052755706 0.998116076 0.031322934 -0.421434402 -0.746182084 0.060246289 -0.663010478 -159.086853027\n-0.663757086 0.010549447 0.747873962 437.181884766 0.055233173 0.997861803 0.034945086 -0.362334251 -0.745906174 0.064502493 -0.662920475 -160.888000488\n-0.663051486 0.009001335 0.748519719 439.211425781 0.059717916 0.997376800 0.040905170 -0.308399200 -0.746188045 0.071822271 -0.661849737 -162.691162109\n-0.661385179 0.008445472 0.749998868 441.244354248 0.063743554 0.996951878 0.044985816 -0.217353821 -0.747332871 0.077560544 -0.659907579 -164.523498535\n-0.659423828 0.005976318 0.751747727 443.247314453 0.057899974 0.997401953 0.042859893 -0.128040314 -0.749538481 0.071789004 -0.658056617 -166.291625977\n-0.658832550 0.005447347 0.752269804 445.268157959 0.050748508 0.998017728 0.037218329 -0.045755386 -0.750575840 0.062697217 -0.657803059 -168.039916992\n-0.657518744 0.002778493 0.753433108 447.318359375 0.045711197 0.998298168 0.036210518 0.006994247 -0.752050281 0.058249425 -0.656526804 -169.794189453\n-0.655230999 0.002772974 0.755423486 449.359313965 0.043677304 0.998459458 0.034219246 0.081630707 -0.754164875 0.055416372 -0.654342771 -171.555725098\n-0.652394176 0.003301556 0.757872880 451.391998291 0.045649681 0.998346031 0.034947138 0.147823334 -0.756503999 0.057395954 -0.651465893 -173.323791504\n-0.649217248 0.003470920 0.760595083 453.408660889 0.046315894 0.998314261 0.034977887 0.221885681 -0.759191573 0.057935890 -0.648283601 -175.079040527\n-0.647005916 0.004443219 0.762471974 455.438659668 0.044201031 0.998519957 0.031688627 0.283271790 -0.761202693 0.054204781 -0.646244764 -176.797912598\n-0.645457625 -0.000343305 0.763796270 457.488769531 0.037592568 0.998773694 0.032217085 0.338411331 -0.762870669 0.049507819 -0.644653082 -178.521423340\n-0.644944072 -0.006881277 0.764198840 459.539459229 0.028509837 0.999046743 0.033056799 0.393093109 -0.763697863 0.043106969 -0.644133091 -180.226440430\n-0.644361138 -0.010275503 0.764652252 461.590087891 0.021622254 0.999265134 0.031649016 0.447450638 -0.764415562 0.036926903 -0.643665433 -181.938964844\n-0.643710375 -0.010469375 0.765197575 463.638427734 0.020032531 0.999333262 0.030524852 0.504743576 -0.765006959 0.034978010 -0.643071532 -183.650695801\n-0.642456889 -0.010467823 0.766250372 465.712951660 0.022533130 0.999216318 0.032543126 0.547621727 -0.765990555 0.038173575 -0.641717553 -185.379211426\n-0.640373230 -0.011403273 0.767979264 467.780517578 0.024490571 0.999078214 0.035255987 0.611738205 -0.767673314 0.041385237 -0.639503598 -187.134155273\n-0.639248252 -0.013303403 0.768885434 469.859527588 0.022997787 0.999072433 0.036406409 0.685043335 -0.768656552 0.040955391 -0.638349295 -188.845947266\n-0.638022780 -0.013894368 0.769892156 471.903686523 0.020828985 0.999159932 0.035293333 0.744546890 -0.769735754 0.038554020 -0.637197375 -190.535217285\n-0.636904478 -0.012887035 0.770834923 473.921508789 0.019446418 0.999273598 0.032773793 0.808531761 -0.770697355 0.035863757 -0.636191249 -192.217590332\n-0.635806441 -0.011396883 0.771764636 476.016387939 0.020546649 0.999286711 0.031683814 0.861894608 -0.771575272 0.036001939 -0.635118723 -193.928100586\n-0.634602904 -0.010965257 0.772760630 478.124237061 0.022257859 0.999225259 0.032457225 0.918571472 -0.772517860 0.037797444 -0.633867264 -195.648376465\n-0.633519769 -0.010825635 0.773650885 480.190490723 0.024247209 0.999133229 0.033836111 0.975759506 -0.773346603 0.040194713 -0.632708073 -197.351745605\n-0.632579684 -0.010424191 0.774425030 482.234405518 0.025066458 0.999110043 0.033923808 1.039833069 -0.774089396 0.040871609 -0.631755471 -199.040100098\n-0.631497502 -0.011541620 0.775292099 484.350769043 0.023890188 0.999124885 0.034333013 1.101055145 -0.775009871 0.040203080 -0.630669117 -200.749023438\n-0.630857229 -0.012549299 0.775797546 486.410675049 0.023729367 0.999089420 0.035457335 1.163274765 -0.775536060 0.040777698 -0.629984975 -202.421936035\n-0.630502343 -0.013465262 0.776070535 488.481384277 0.023259655 0.999072731 0.036231302 1.230127335 -0.775838733 0.040895052 -0.629604459 -204.085876465\n-0.630047798 -0.012657052 0.776453376 490.534851074 0.022981320 0.999125302 0.034934886 1.289203644 -0.776216388 0.039854564 -0.629205823 -205.744262695\n-0.629611373 -0.011301539 0.776828051 492.573974609 0.023440974 0.999162614 0.033534806 1.352209091 -0.776556551 0.039323498 -0.628819227 -207.393554688\n-0.629121423 -0.011446138 0.777222931 494.652984619 0.024173230 0.999119818 0.034280971 1.413599014 -0.776931226 0.040354878 -0.628291011 -209.087951660\n-0.628697157 -0.012988393 0.777541816 496.722717285 0.023475632 0.999087811 0.035670891 1.477817535 -0.777295828 0.040679470 -0.627818823 -210.759643555\n-0.628744960 -0.014163115 0.777482569 498.761718750 0.022225175 0.999098361 0.036173556 1.546014786 -0.777293921 0.040023629 -0.627863288 -212.415771484\n-0.628894925 -0.014841102 0.777348697 500.850769043 0.021431211 0.999107003 0.036413297 1.613449097 -0.777194917 0.039559662 -0.628015280 -214.096618652\n-0.629113436 -0.014716573 0.777174056 502.950592041 0.021292554 0.999119341 0.036155410 1.675054550 -0.777021706 0.039293878 -0.628246069 -215.783508301\n-0.629734039 -0.013907965 0.776686370 505.017639160 0.022006569 0.999118984 0.035733853 1.741521835 -0.776499093 0.039595027 -0.628873110 -217.454956055\n-0.630303502 -0.015089964 0.776202142 507.078857422 0.022089282 0.999057710 0.037359722 1.807924271 -0.776034474 0.040693715 -0.629376292 -219.117126465\n-0.630973339 -0.016976323 0.775618851 509.123840332 0.021174578 0.999011278 0.039091535 1.871696472 -0.775515556 0.041089118 -0.629989982 -220.759582520\n-0.631204486 -0.017628537 0.775416255 511.157104492 0.020332361 0.999022007 0.039263010 1.935953140 -0.775350034 0.040549025 -0.630228758 -222.408081055\n-0.631154060 -0.018327141 0.775441170 513.265380859 0.019052390 0.999052882 0.039119378 2.006092072 -0.775423706 0.039464355 -0.630207181 -224.104003906\n-0.631519437 -0.017276373 0.775167525 515.354492188 0.019674756 0.999072731 0.038295392 2.080200195 -0.775110364 0.039435517 -0.630593896 -225.783813477\n-0.631377339 -0.016627839 0.775297582 517.417663574 0.020790560 0.999047756 0.038357776 2.157125473 -0.775197148 0.040337097 -0.630430341 -227.463500977\n-0.631741881 -0.017792990 0.774974823 519.479248047 0.019959792 0.999031723 0.039207980 2.211458206 -0.774922013 0.040237650 -0.630774975 -229.133544922\n-0.631918311 -0.016989015 0.774848998 521.554687500 0.020139595 0.999062181 0.038329612 2.278396606 -0.774773479 0.039826322 -0.630983591 -230.819274902\n-0.631961107 -0.016977275 0.774814188 523.617492676 0.019427404 0.999098837 0.037737228 2.350452423 -0.774756670 0.038901083 -0.631061792 -232.489807129\n-0.631876945 -0.017780125 0.774864852 525.650146484 0.019057181 0.999078214 0.038465455 2.416238785 -0.774834514 0.039072171 -0.630955577 -234.169433594\n-0.631857514 -0.018506950 0.774863601 527.691345215 0.019463006 0.999020815 0.039731734 2.487472534 -0.774840176 0.040185966 -0.630878568 -235.833496094\n-0.631797314 -0.019709699 0.774883270 529.768554688 0.019219985 0.998970985 0.041080449 2.563962936 -0.774895549 0.040847752 -0.630768299 -237.498718262\n-0.631794333 -0.018891569 0.774905980 531.837402344 0.019716004 0.998987854 0.040429302 2.640865326 -0.774885416 0.040821046 -0.630782366 -239.175170898\n-0.631643653 -0.018052278 0.775048614 533.876953125 0.020494686 0.998990655 0.039970905 2.713840485 -0.774987876 0.041131750 -0.630636215 -240.836364746\n-0.630841494 -0.017920235 0.775704741 535.920593262 0.021467902 0.998947442 0.040536318 2.788778305 -0.775614679 0.042224746 -0.629792690 -242.552978516\n-0.630657315 -0.018936049 0.775830507 537.944396973 0.020736108 0.998934150 0.041237410 2.864278793 -0.775784433 0.042094376 -0.629592419 -244.222167969\n-0.630294204 -0.019332523 0.776115537 539.951293945 0.020065723 0.998950303 0.041178837 2.941341400 -0.776096940 0.041528106 -0.629244685 -245.893371582\n-0.630743384 -0.019138630 0.775755405 542.020019531 0.019547280 0.998986721 0.040539261 3.023818970 -0.775745273 0.040733781 -0.629730105 -247.555297852\n-0.630611181 -0.020346474 0.775832176 544.113830566 0.019383479 0.998931587 0.041952595 3.099596024 -0.775856853 0.041494101 -0.629542947 -249.224975586\n-0.631052136 -0.022188799 0.775423288 546.182189941 0.018612664 0.998870015 0.043730035 3.181983948 -0.775517344 0.042028613 -0.629925966 -250.885375977\n-0.631337762 -0.023291454 0.775158405 548.255065918 0.017541092 0.998864293 0.044299789 3.268150330 -0.775309861 0.041565239 -0.630212188 -252.558898926\n-0.632061005 -0.022083724 0.774603844 550.318847656 0.016796412 0.998968601 0.042185824 3.354028702 -0.774736524 0.039674584 -0.631038189 -254.214660645\n-0.632535338 -0.019630484 0.774282932 552.408325195 0.017474128 0.999062657 0.039604500 3.433595657 -0.774334610 0.038581155 -0.631599426 -255.891784668\n-0.632390618 -0.019408161 0.774406433 554.470764160 0.017020032 0.999096692 0.038938131 3.506147385 -0.774462581 0.037804533 -0.631489038 -257.563964844\n-0.632371068 -0.020979108 0.774381697 556.524780273 0.017969588 0.998966992 0.041737668 3.580884933 -0.774457395 0.040309004 -0.631340861 -259.226074219\n-0.631994843 -0.022078581 0.774658144 558.555053711 0.018269941 0.998891830 0.043374773 3.663444519 -0.774757326 0.041565586 -0.630891085 -260.890319824\n-0.631778002 -0.020956805 0.774866104 560.600097656 0.019321430 0.998898149 0.042769413 3.750356674 -0.774908602 0.041992296 -0.630676866 -262.540161133\n-0.631535649 -0.020249221 0.775082350 562.683593750 0.019781845 0.998912692 0.042215057 3.830957413 -0.775094450 0.041992873 -0.630448341 -264.240539551\n-0.631882787 -0.019108268 0.774828613 564.774780273 0.020773966 0.998919368 0.041576069 3.918664932 -0.774785757 0.042367455 -0.630802989 -265.929687500\n-0.631609440 -0.019122908 0.775050759 566.860351562 0.021685245 0.998868883 0.042317078 3.998929977 -0.774983287 0.043535039 -0.630480289 -267.630371094\n-0.631391525 -0.019767608 0.775212467 568.952331543 0.022408299 0.998792470 0.043719821 4.086133957 -0.775140643 0.044975504 -0.630186200 -269.352905273\n-0.631333947 -0.020844765 0.775230885 571.016479492 0.021483757 0.998784959 0.044351771 4.167169571 -0.775213480 0.044655651 -0.630119085 -271.000793457\n-0.631413102 -0.020024115 0.775188148 573.072448730 0.022432586 0.998776495 0.044071678 4.253679276 -0.775122166 0.045216907 -0.630191326 -272.684753418\n-0.631095171 -0.019915463 0.775449753 575.125549316 0.023252921 0.998735428 0.044574242 4.332242966 -0.775356829 0.046162058 -0.629833937 -274.344482422\n-0.630650043 -0.020738941 0.775790215 577.191040039 0.023310170 0.998685658 0.045646675 4.417575836 -0.775717199 0.046870880 -0.629337788 -276.009399414\n-0.630422115 -0.022329535 0.775931299 579.243957520 0.021983314 0.998671710 0.046600312 4.505233765 -0.775941193 0.046435408 -0.629093766 -277.653747559\n-0.630289674 -0.023886269 0.775992811 581.314392090 0.020079119 0.998690724 0.047050249 4.599241257 -0.776100636 0.045236524 -0.628984809 -279.320129395\n-0.630344868 -0.022834279 0.775979340 583.406555176 0.020346696 0.998737991 0.045917328 4.699232101 -0.776048541 0.044732366 -0.629084826 -281.021179199\n-0.629884958 -0.021081036 0.776402533 585.466308594 0.022013977 0.998745382 0.044977777 4.787490845 -0.776376605 0.045422524 -0.628630638 -282.700927734\n-0.629567027 -0.020185290 0.776684046 587.509521484 0.022950409 0.998743057 0.044559609 4.868906021 -0.776607215 0.045878474 -0.628312469 -284.358032227\n-0.629253626 -0.020936295 0.776917934 589.590087891 0.023017835 0.998696566 0.045555729 4.952630997 -0.776859045 0.046549078 -0.627951622 -286.016235352\n-0.628465295 -0.021765761 0.777533114 591.623168945 0.023160877 0.998641551 0.046675827 5.041490555 -0.777492821 0.047342483 -0.627107501 -287.665588379\n-0.628180504 -0.020947808 0.777785599 593.672790527 0.023347527 0.998679876 0.045753758 5.123935699 -0.777717233 0.046900991 -0.626862049 -289.300781250\n-0.627171397 -0.020942722 0.778599620 595.765380859 0.023261726 0.998688877 0.045600273 5.214126587 -0.778533757 0.046710759 -0.625862002 -290.998474121\n-0.626973391 -0.021133525 0.778753936 597.807739258 0.022856778 0.998702645 0.045504361 5.298105240 -0.778705239 0.046329834 -0.625676990 -292.633605957\n-0.626278877 -0.022068048 0.779286802 599.906921387 0.022032272 0.998699009 0.045987796 5.389698029 -0.779287815 0.045970637 -0.624977827 -294.288879395\n-0.625897765 -0.022825353 0.779571116 601.990661621 0.021000396 0.998715937 0.046102460 5.474391937 -0.779622376 0.045226727 -0.624614716 -295.971679688\n-0.625688195 -0.023422793 0.779721558 604.047729492 0.020063551 0.998735249 0.046101965 5.571649551 -0.779815257 0.044489436 -0.624426961 -297.619323730\n-0.625679493 -0.024340842 0.779700398 606.100341797 0.018599829 0.998763442 0.046105236 5.660976410 -0.779858470 0.043349393 -0.624453068 -299.261474609\n-0.626026511 -0.023800144 0.779438555 608.169921875 0.018006228 0.998826444 0.044961326 5.751153946 -0.779593885 0.042181730 -0.624863267 -300.916809082\n-0.626352429 -0.023828106 0.779175937 610.249206543 0.018381774 0.998803318 0.045321036 5.841262817 -0.779323459 0.042709570 -0.625164866 -302.543518066\n-0.626121163 -0.024879066 0.779328763 612.314758301 0.018916145 0.998712003 0.047080029 5.934305191 -0.779496253 0.044219699 -0.624844074 -304.220642090\n-0.626317859 -0.025913350 0.779137015 614.390930176 0.017626857 0.998721123 0.047386054 6.034671783 -0.779368520 0.043412466 -0.625060201 -305.864990234\n-0.626855135 -0.025365867 0.778722823 616.466064453 0.017111324 0.998780608 0.046308208 6.124391556 -0.778947949 0.042353515 -0.625656724 -307.511108398\n-0.627415180 -0.023277324 0.778337121 618.504943848 0.017752623 0.998865724 0.044182897 6.215303421 -0.778482735 0.041538537 -0.626290202 -309.161010742\n-0.626700759 -0.021688942 0.778958082 620.565124512 0.018825337 0.998899460 0.042958576 6.300531387 -0.779032528 0.041586321 -0.625602841 -310.836303711\n-0.626273274 -0.021354208 0.779311121 622.625244141 0.019438539 0.998886287 0.042992156 6.383489609 -0.779361248 0.042073507 -0.625160694 -312.519592285\n-0.625753999 -0.022224179 0.779704034 624.704345703 0.019654255 0.998827398 0.044243515 6.467515945 -0.779773057 0.043010049 -0.624583483 -314.212890625\n-0.625092864 -0.022652859 0.780221760 626.759399414 0.020286333 0.998769641 0.045251019 6.553230286 -0.780286849 0.044113919 -0.623864174 -315.901916504\n-0.624908090 -0.022971019 0.780360401 628.813293457 0.020634260 0.998731852 0.045922890 6.642532349 -0.780425668 0.044799738 -0.623641610 -317.544616699\n-0.625016332 -0.022966968 0.780273855 630.910278320 0.020024586 0.998766422 0.045438316 6.726484299 -0.780354917 0.044024345 -0.623785377 -319.199157715\n-0.624819517 -0.022311185 0.780450404 632.982482910 0.020190962 0.998795569 0.044717796 6.817258835 -0.780508101 0.043698594 -0.623616576 -320.862854004\n-0.624609947 -0.022601478 0.780609846 635.056762695 0.020347403 0.998770773 0.045199130 6.906469345 -0.780671835 0.044115204 -0.623382330 -322.492980957\n-0.624018908 -0.023258381 0.781063020 637.127075195 0.019942140 0.998757362 0.045673337 6.992128372 -0.781154692 0.044077095 -0.622779608 -324.146423340\n-0.623620629 -0.023766575 0.781365752 639.219238281 0.019724779 0.998741090 0.046121087 7.083206177 -0.781478226 0.044174332 -0.622366786 -325.829711914\n-0.623415112 -0.023994451 0.781522751 641.324768066 0.019503705 0.998740792 0.046221483 7.175756454 -0.781647742 0.044057760 -0.622162104 -327.524658203\n-0.623330832 -0.023135422 0.781615973 643.442504883 0.019067030 0.998815358 0.044770174 7.266574860 -0.781725764 0.042809725 -0.622151256 -329.214904785\n-0.622321367 -0.023248542 0.782416642 645.539916992 0.019382760 0.998794675 0.045094676 7.358711243 -0.782521963 0.043228768 -0.621120572 -330.923400879\n-0.621664643 -0.023834223 0.782920897 647.619567871 0.019414129 0.998760998 0.045820426 7.447183609 -0.783042967 0.043684665 -0.620431662 -332.600769043\n-0.621189713 -0.024279766 0.783283889 649.691589355 0.019507036 0.998731136 0.046428286 7.528421402 -0.783417284 0.044120327 -0.619927883 -334.232421875\n-0.620896816 -0.022774322 0.783561409 651.768371582 0.020326523 0.998773992 0.045136314 7.623865128 -0.783628762 0.043952074 -0.619672775 -335.894165039\n-0.620407939 -0.021528102 0.783983707 653.871948242 0.020331848 0.998845756 0.043517862 7.710609436 -0.784015656 0.042938668 -0.619254112 -337.562805176\n-0.619719386 -0.021642426 0.784525096 655.923034668 0.020716984 0.998820245 0.043919068 7.797515869 -0.784550071 0.043470491 -0.618539929 -339.188171387\n-0.619069338 -0.021826861 0.785032988 657.977111816 0.022420147 0.998715043 0.045448337 7.876430511 -0.785016239 0.045736227 -0.617784500 -340.809936523\n-0.618739367 -0.022197247 0.785282850 660.033813477 0.022197435 0.998707652 0.045719814 7.973789215 -0.785282850 0.045719903 -0.617447019 -342.460449219\n-0.618555069 -0.022630956 0.785415471 662.088378906 0.022040322 0.998692095 0.046134192 8.059034348 -0.785432279 0.045847345 -0.617247224 -344.077941895\n-0.618450046 -0.022757405 0.785494745 664.163208008 0.022328453 0.998668075 0.046513524 8.150989532 -0.785507083 0.046305161 -0.617118120 -345.710571289\n-0.618197441 -0.022477917 0.785701573 666.258666992 0.022063373 0.998700917 0.045931228 8.241281509 -0.785713315 0.045729786 -0.616898417 -347.342407227\n-0.618074059 -0.021711281 0.785820007 668.368041992 0.021922031 0.998753786 0.044836808 8.329832077 -0.785814166 0.044939239 -0.616827846 -348.994140625\n-0.617293954 -0.020919578 0.786454558 670.462707520 0.022577433 0.998763621 0.044288162 8.417703629 -0.786408663 0.045094933 -0.616058469 -350.648437500\n-0.617200375 -0.020884758 0.786528766 672.541625977 0.022389520 0.998776615 0.044089969 8.506938934 -0.786487341 0.044822346 -0.615977764 -352.275695801\n-0.617063522 -0.020881739 0.786636174 674.636047363 0.022344364 0.998779833 0.044040877 8.596820831 -0.786596000 0.044752907 -0.615844011 -353.942260742\n-0.617205381 -0.021341672 0.786512673 676.719177246 0.021457495 0.998803675 0.043940581 8.679025650 -0.786509514 0.043996952 -0.616009116 -355.564208984\n-0.617506623 -0.022313669 0.786249101 678.797424316 0.020511791 0.998800755 0.044455476 8.757497787 -0.786298156 0.043578930 -0.616308331 -357.183166504\n-0.617895722 -0.022347556 0.785942554 680.910705566 0.019554829 0.998849988 0.043775085 8.843484879 -0.786017001 0.042417403 -0.616748095 -358.844726562\n-0.618416905 -0.021916915 0.785544634 682.997192383 0.019557778 0.998872161 0.043265592 8.930566788 -0.785606861 0.042119678 -0.617290735 -360.483398438\n-0.619171262 -0.022160456 0.784943163 685.075805664 0.019884532 0.998838723 0.043884262 9.015886307 -0.785004139 0.042780101 -0.618011594 -362.104492188\n-0.619624496 -0.022724133 0.784569323 687.166015625 0.020237954 0.998785913 0.044911873 9.095691681 -0.784637392 0.043706577 -0.618412375 -363.742553711\n-0.620362997 -0.022206336 0.784000576 689.267761230 0.021534815 0.998739958 0.045328740 9.186729431 -0.784019291 0.045003574 -0.619103193 -365.394470215\n-0.620772004 -0.022497561 0.783668220 691.342468262 0.021292353 0.998735666 0.045538165 9.279390335 -0.783701897 0.044954963 -0.619508147 -367.028442383\n-0.621137142 -0.022169637 0.783388436 693.382690430 0.020765577 0.998783290 0.044729959 9.361331940 -0.783426940 0.044050943 -0.619921088 -368.627929688\n-0.621790767 -0.021270895 0.782894552 695.446533203 0.020980138 0.998820007 0.043800339 9.452007294 -0.782902420 0.043659881 -0.620610714 -370.225891113\n-0.621210456 -0.020281350 0.783381343 697.519287109 0.022356816 0.998799443 0.043587063 9.534225464 -0.783324838 0.044590648 -0.620011330 -371.864624023\n-0.620964766 -0.019371001 0.783599257 699.602416992 0.023584243 0.998780251 0.043379772 9.617794037 -0.783483744 0.045417901 -0.619750500 -373.496215820\n-0.620895505 -0.018511076 0.783674896 701.687011719 0.025629545 0.998707294 0.043896284 9.705699921 -0.783474386 0.047340233 -0.619618535 -375.146606445\n-0.620648146 -0.018551288 0.783869684 703.795410156 0.026003178 0.998683155 0.044223785 9.785291672 -0.783657849 0.047830515 -0.619348526 -376.826599121\n-0.619831920 -0.018082570 0.784526229 705.900451660 0.025874987 0.998719931 0.043462623 9.873428345 -0.784307897 0.047239129 -0.618570685 -378.499206543\n-0.618559599 -0.017823970 0.785535693 707.996154785 0.025178136 0.998779655 0.042488709 9.962860107 -0.785334349 0.046060123 -0.617355943 -380.167846680\n-0.618720770 -0.017265327 0.785421193 710.114196777 0.025013011 0.998818696 0.041660450 10.047523499 -0.785212636 0.045421936 -0.617558002 -381.854125977\n-0.618694544 -0.018356334 0.785417259 712.210876465 0.024445405 0.998793125 0.042599544 10.125816345 -0.785251319 0.045555942 -0.617499113 -383.489013672\n-0.618063331 -0.018588532 0.785908699 714.305786133 0.025990825 0.998690665 0.044061314 10.216218948 -0.785698712 0.047659088 -0.616770983 -385.149780273\n-0.617935896 -0.018710855 0.786005974 716.394531250 0.027111733 0.998615146 0.045086496 10.302791595 -0.785761058 0.049170539 -0.616572857 -386.787780762\n-0.617662072 -0.018040249 0.786236882 718.497131348 0.027965494 0.998600781 0.044882443 10.393978119 -0.785946429 0.049709674 -0.616293311 -388.427124023\n-0.616835713 -0.016842730 0.786911726 720.618652344 0.028435268 0.998641551 0.043664031 10.483575821 -0.786578178 0.049309574 -0.615518808 -390.096374512\n-0.616262078 -0.016228011 0.787374020 722.720397949 0.028394712 0.998679757 0.042807065 10.567892075 -0.787029147 0.048737623 -0.614987612 -391.748779297\n-0.615708113 -0.014906681 0.787833393 724.819458008 0.029049505 0.998711944 0.041599523 10.650171280 -0.787438750 0.048499327 -0.614482045 -393.405578613\n-0.615117431 -0.014351910 0.788305044 726.923950195 0.029538730 0.998712897 0.041231781 10.727352142 -0.787882149 0.048647910 -0.613901854 -395.059143066\n-0.614349842 -0.013132711 0.788924634 729.024597168 0.030426862 0.998723447 0.040319040 10.805437088 -0.788447022 0.048774488 -0.613166094 -396.714599609\n-0.613676786 -0.013053045 0.789449453 731.128784180 0.030574292 0.998720527 0.040280066 10.878965378 -0.788965225 0.048855796 -0.612492442 -398.357299805\n-0.613088250 -0.014361981 0.789883912 733.206665039 0.029434752 0.998725235 0.041005738 10.953903198 -0.789465904 0.048390172 -0.611883998 -399.964904785\n-0.612220764 -0.015385301 0.790537238 735.306518555 0.027741013 0.998777151 0.040921677 11.031150818 -0.790200174 0.046983402 -0.611045361 -401.593139648\n-0.611861587 -0.015072653 0.790821433 737.402587891 0.027513564 0.998807788 0.040324118 11.106718063 -0.790486336 0.046431083 -0.610717416 -403.217041016\n-0.611031890 -0.013035816 0.791498661 739.504272461 0.029193785 0.998813152 0.038987655 11.189323425 -0.791067481 0.046929542 -0.609926105 -404.852600098\n-0.610375404 -0.011825848 0.792023957 741.611572266 0.030136134 0.998817980 0.038138017 11.261730194 -0.791538775 0.047147050 -0.609297514 -406.482971191\n-0.610105634 -0.011864542 0.792231202 743.730102539 0.030513411 0.998794258 0.038456753 11.330888748 -0.791732311 0.047636360 -0.609007955 -408.107727051\n-0.610252619 -0.014017867 0.792082965 745.808349609 0.029437881 0.998751640 0.040355507 11.400602341 -0.791659832 0.047944296 -0.609078169 -409.727294922\n-0.610841990 -0.015475355 0.791601360 747.936523438 0.028260455 0.998745739 0.041332189 11.483585358 -0.791248083 0.047618445 -0.609638453 -411.356018066\n-0.611099124 -0.015051922 0.791411161 750.031005859 0.026572935 0.998865545 0.039516177 11.563524246 -0.791108072 0.045178410 -0.610005856 -412.955139160\n-0.611178160 -0.013784601 0.791373134 752.139221191 0.026505549 0.998931050 0.037870221 11.633634567 -0.791049302 0.044121228 -0.610159516 -414.574829102\n-0.610853910 -0.013919006 0.791621029 754.266601562 0.028153447 0.998831272 0.039286952 11.704994202 -0.791242719 0.046285447 -0.609748125 -416.211181641\n-0.609927654 -0.013370942 0.792344213 756.370178223 0.031164976 0.998679399 0.040842939 11.786926270 -0.791843951 0.049604628 -0.608705521 -417.859436035\n-0.609785438 -0.013156436 0.792457342 758.514038086 0.032736134 0.998590887 0.041768700 11.872625351 -0.791890204 0.051411934 -0.608495474 -419.517578125\n-0.609821439 -0.011077799 0.792461514 760.649169922 0.034010231 0.998615444 0.040131446 11.955366135 -0.791808844 0.051424813 -0.608600378 -421.163208008\n-0.610137463 -0.009275617 0.792241216 762.751770020 0.034277096 0.998686194 0.038090888 12.030403137 -0.791553736 0.050396409 -0.609017968 -422.755859375\n-0.609424233 -0.007346884 0.792810261 764.842163086 0.034569442 0.998759866 0.035828531 12.099061966 -0.792090297 0.049241781 -0.608414412 -424.364929199\n-0.609153032 -0.006737975 0.793024182 766.947082520 0.035285607 0.998743355 0.035590135 12.161907196 -0.792267382 0.049662173 -0.608149767 -425.954345703\n-0.608425617 -0.008123455 0.793569565 769.053649902 0.035272218 0.998682678 0.037266135 12.226827621 -0.792826951 0.050664619 -0.607337594 -427.573791504\n-0.607877374 -0.008725521 0.793983042 771.158752441 0.035250377 0.998657227 0.037962660 12.304323196 -0.793248117 0.051064841 -0.606753469 -429.199279785\n-0.607559562 -0.008855867 0.794224858 773.279418945 0.034337677 0.998710155 0.037403293 12.371065140 -0.793531656 0.049996562 -0.606471777 -430.827270508\n-0.607098699 -0.009235999 0.794572771 775.419372559 0.033645205 0.998736978 0.037316021 12.442518234 -0.793913841 0.049388070 -0.606021166 -432.445434570\n-0.606197476 -0.008772959 0.795265794 777.544555664 0.034294132 0.998720765 0.037158336 12.516464233 -0.794574440 0.049798239 -0.605121136 -434.102294922\n-0.605894804 -0.008582545 0.795498550 779.681640625 0.033917315 0.998753905 0.036608707 12.586536407 -0.794821501 0.049162198 -0.604848742 -435.720153809\n-0.604871750 -0.008865716 0.796273708 781.795776367 0.032902088 0.998805881 0.036114052 12.649805069 -0.795643091 0.048043430 -0.603857756 -437.324951172\n-0.604642868 -0.007787153 0.796458602 783.904907227 0.033781283 0.998801708 0.035411049 12.713075638 -0.795780003 0.048316430 -0.603655338 -438.924438477\n-0.603783369 -0.007775585 0.797110736 786.025268555 0.034467943 0.998762548 0.035850894 12.780277252 -0.796403110 0.049120929 -0.602768183 -440.546325684\n-0.604053736 -0.009129785 0.796891272 788.162780762 0.033918660 0.998733759 0.037153021 12.850564957 -0.796221435 0.049471907 -0.602979183 -442.174011230\n-0.604199171 -0.010644857 0.796762228 790.267150879 0.032255586 0.998764455 0.037803635 12.916421890 -0.796180189 0.048540957 -0.603109360 -443.774353027\n-0.604612112 -0.011017787 0.796444058 792.412841797 0.030593913 0.998845279 0.037042793 12.983346939 -0.795932531 0.046762850 -0.603576779 -445.393859863\n-0.604485273 -0.010133252 0.796551943 794.543701172 0.030336978 0.998900950 0.035729457 13.053117752 -0.796038508 0.045762908 -0.603513479 -447.024475098\n-0.604935765 -0.009198485 0.796221137 796.658508301 0.031065298 0.998899400 0.035142086 13.125831604 -0.795668066 0.045993552 -0.603984237 -448.636352539\n-0.605580926 -0.008924862 0.795733750 798.755859375 0.031728029 0.998871267 0.035349358 13.186203003 -0.795151055 0.046653960 -0.604614258 -450.222900391\n-0.605951309 -0.008695869 0.795454264 800.839111328 0.032632083 0.998826861 0.035777189 13.238430023 -0.794832230 0.047636561 -0.604956746 -451.817382812\n-0.606158853 -0.008334975 0.795299888 802.937133789 0.033544209 0.998787403 0.036034193 13.305973053 -0.794635892 0.048520152 -0.605144262 -453.423278809\n-0.606104970 -0.008937866 0.795334518 805.045898438 0.033749621 0.998747289 0.036943551 13.367231369 -0.794668436 0.049233902 -0.605044007 -455.039794922\n-0.606142759 -0.009607028 0.795297921 807.185791016 0.032458391 0.998795271 0.036803655 13.438869476 -0.794693351 0.048122354 -0.605100632 -456.659423828\n-0.606425285 -0.008869906 0.795090973 809.303344727 0.031839624 0.998864889 0.035427634 13.497846603 -0.794502735 0.046799611 -0.605454445 -458.274719238\n-0.606220245 -0.007178861 0.795264363 811.423950195 0.031094603 0.998980701 0.032720845 13.560792923 -0.794688702 0.044564467 -0.605379105 -459.895874023\n-0.605707645 -0.006419231 0.795661509 813.530273438 0.031287953 0.999001920 0.031878099 13.610101700 -0.795072019 0.044203423 -0.604902267 -461.520629883\n-0.605490208 -0.005951494 0.795830369 815.668212891 0.032359347 0.998960972 0.032090481 13.672065735 -0.795194507 0.045183029 -0.604668498 -463.146728516\n-0.604871631 -0.006590126 0.796295762 817.779418945 0.032350458 0.998936892 0.032840807 13.724006653 -0.795665681 0.045625005 -0.604015470 -464.758422852\n-0.604846954 -0.006833868 0.796312511 819.895874023 0.032639701 0.998910129 0.033364337 13.778663635 -0.795672655 0.046171714 -0.603964686 -466.336425781\n-0.603953123 -0.006386435 0.796994328 821.996276855 0.033982210 0.998852253 0.033755276 13.840436935 -0.796295166 0.047470231 -0.603042841 -467.935913086\n-0.603038669 -0.005524580 0.797692716 824.113098145 0.035452887 0.998802364 0.033719033 13.902559280 -0.796923637 0.048614398 -0.602120638 -469.536376953\n-0.601887703 -0.005526527 0.798561692 826.222412109 0.035905272 0.998777509 0.033974472 13.965019226 -0.797773242 0.049121391 -0.600953460 -471.128662109\n-0.600761175 -0.005422448 0.799410105 828.323059082 0.036288746 0.998761237 0.034045860 14.033031464 -0.798604429 0.049463026 -0.599820256 -472.712036133\n-0.599664092 -0.005653135 0.800231874 830.450317383 0.036187254 0.998760581 0.034173001 14.093252182 -0.799433231 0.049450513 -0.598716259 -474.300537109\n-0.598422289 -0.005717734 0.801160395 832.541687012 0.037109841 0.998703420 0.034846552 14.151256561 -0.800320923 0.050583892 -0.597434282 -475.879760742\n-0.596965075 -0.007016229 0.802236557 834.656433105 0.036399908 0.998695135 0.035820544 14.212020874 -0.801441073 0.050584950 -0.595930815 -477.466674805\n-0.596616745 -0.007452636 0.802491665 836.825012207 0.036116108 0.998694420 0.036125459 14.287382126 -0.801713228 0.050535932 -0.595568657 -479.071289062\n-0.595587015 -0.007635872 0.803254664 838.951171875 0.035026275 0.998756945 0.035465185 14.349483490 -0.802526951 0.049257617 -0.594579220 -480.642700195\n-0.594928622 -0.007476796 0.803743958 841.106140137 0.035182051 0.998756170 0.035332523 14.415456772 -0.803008378 0.049297683 -0.593925595 -482.230590820\n-0.594338655 -0.006875280 0.804185569 843.263305664 0.036030143 0.998731732 0.035166837 14.481910706 -0.803407431 0.049875930 -0.593337178 -483.823364258\n-0.593829513 -0.007468195 0.804556310 845.421630859 0.036290228 0.998690665 0.036055431 14.549188614 -0.803772092 0.050608307 -0.592780948 -485.431762695\n-0.593697429 -0.007640322 0.804652154 847.569091797 0.036056090 0.998698056 0.036086131 14.620927811 -0.803880215 0.050436851 -0.592648983 -487.020019531\n-0.594485879 -0.010267643 0.804040551 849.724060059 0.035192944 0.998628080 0.038773250 14.677635193 -0.803335547 0.051346701 -0.593308926 -488.587280273\n-0.595354319 -0.011673636 0.803378522 851.895019531 0.033168964 0.998684943 0.039091870 14.757951736 -0.802778363 0.049920745 -0.594184160 -490.159057617\n-0.595464945 -0.011676861 0.803296626 854.053833008 0.032044500 0.998753428 0.038271889 14.832796097 -0.802742124 0.048530802 -0.594348550 -491.738281250\n-0.595338821 -0.010679113 0.803403795 856.213256836 0.031398334 0.998838663 0.036543716 14.914110184 -0.802861035 0.046981435 -0.594312191 -493.349487305\n-0.595084906 -0.011162935 0.803585172 858.362670898 0.031425372 0.998815596 0.037146632 14.984199524 -0.803048074 0.047358368 -0.594029307 -494.936767578\n-0.594513893 -0.013221575 0.803976834 860.475585938 0.029731771 0.998819590 0.038411453 15.044403076 -0.803535640 0.046739787 -0.593419075 -496.468872070\n-0.594155312 -0.011867176 0.804262817 862.636413574 0.030065030 0.998864770 0.036949366 15.121768951 -0.803788245 0.046133846 -0.593124032 -498.056762695\n-0.594121695 -0.010270218 0.804309607 864.786865234 0.030940389 0.998886704 0.035609595 15.185607910 -0.803779900 0.046042085 -0.593142390 -499.632812500\n-0.593518019 -0.010261262 0.804755509 866.898559570 0.032025859 0.998825610 0.036355305 15.255022049 -0.804183483 0.047350507 -0.592492342 -501.191162109\n-0.593482018 -0.011225356 0.804768920 869.059326172 0.033380721 0.998699069 0.038547229 15.323381424 -0.804154694 0.049740855 -0.592335343 -502.778442383\n-0.593630672 -0.012808192 0.804635763 871.195312500 0.033674952 0.998602152 0.040739886 15.388858795 -0.804032803 0.051280513 -0.592369437 -504.323242188\n-0.593456388 -0.013865454 0.804746866 873.332092285 0.033093709 0.998585701 0.041609999 15.464796066 -0.804185688 0.051325772 -0.592158198 -505.868286133\n-0.592963934 -0.014506917 0.805098593 875.447387695 0.033057667 0.998556197 0.042340122 15.533922195 -0.804550409 0.051720835 -0.591628194 -507.409912109\n-0.592283010 -0.014158587 0.805605650 877.571655273 0.032566357 0.998607874 0.041493475 15.612957001 -0.805071592 0.050811522 -0.590997458 -508.958862305\n-0.591144919 -0.012170800 0.806473792 879.690856934 0.034996934 0.998557389 0.040722340 15.688873291 -0.805806041 0.052296899 -0.589866161 -510.520385742\n-0.589892387 -0.011026795 0.807406843 881.766601562 0.037054051 0.998483777 0.040708069 15.755525589 -0.806631505 0.053931061 -0.588589311 -512.010009766\n-0.588413954 -0.010790055 0.808487952 883.873168945 0.038122676 0.998428702 0.041070510 15.814689636 -0.807660758 0.054988179 -0.587077975 -513.512207031\n-0.586891413 -0.011679245 0.809581399 886.002502441 0.038667317 0.998350739 0.042433657 15.889118195 -0.808741808 0.056208290 -0.585471869 -515.051757812\n-0.585634589 -0.012433796 0.810480058 888.133483887 0.039307676 0.998270333 0.043717574 15.948940277 -0.809621751 0.057460602 -0.584132910 -516.605590820\n-0.584888816 -0.013742288 0.810997188 890.274536133 0.038877338 0.998232305 0.044953194 16.023109436 -0.810181320 0.057822023 -0.583320618 -518.120117188\n-0.583306789 -0.014430826 0.812123775 892.395507812 0.038016148 0.998261392 0.045043394 16.107093811 -0.811361849 0.057147935 -0.581744075 -519.649780273\n-0.582495332 -0.014845203 0.812698364 894.581909180 0.036537714 0.998344362 0.044424444 16.195865631 -0.812012315 0.055571176 -0.580988526 -521.211059570\n-0.581419706 -0.015154512 0.813462675 896.737426758 0.036122601 0.998359799 0.044417582 16.286651611 -0.812801540 0.055209644 -0.579918623 -522.751220703\n-0.580207109 -0.015268168 0.814325929 898.847900391 0.036313910 0.998345077 0.044592083 16.366374969 -0.813659132 0.055444002 -0.578692436 -524.258056641\n-0.579102635 -0.014907807 0.815118253 900.981323242 0.036704328 0.998342216 0.044335492 16.452579498 -0.814427912 0.055593170 -0.577595472 -525.773925781\n-0.578340411 -0.014276791 0.815670550 903.099914551 0.037462894 0.998327255 0.044036426 16.527042389 -0.814934850 0.056025431 -0.576838136 -527.260498047\n-0.576857686 -0.014854746 0.816709578 905.148986816 0.038269032 0.998245299 0.045186762 16.601985931 -0.815947711 0.057321016 -0.575276971 -528.713012695\n-0.576145649 -0.015610851 0.817197978 907.262329102 0.038312603 0.998202801 0.046079941 16.683578491 -0.816448629 0.057857737 -0.574512005 -530.189331055\n-0.575155139 -0.016043311 0.817887008 909.401367188 0.038377471 0.998177648 0.046567645 16.774936676 -0.817143679 0.058172058 -0.573491335 -531.688110352\n-0.574419737 -0.016374107 0.818397164 911.563964844 0.038120605 0.998180032 0.046727356 16.862720490 -0.817672789 0.058038909 -0.572750211 -533.207275391\n-0.573472857 -0.015883271 0.819070518 913.718139648 0.037586085 0.998249054 0.045673795 16.957328796 -0.818361819 0.056978337 -0.571871758 -534.729858398\n-0.573318005 -0.016797634 0.819160700 915.881347656 0.036399506 0.998280525 0.045946106 17.041130066 -0.818523943 0.056158774 -0.571720839 -536.228271484\n-0.573247194 -0.016704829 0.819212139 918.025878906 0.036017038 0.998312116 0.045559995 17.127300262 -0.818590462 0.055622734 -0.571678042 -537.716674805\n-0.573098898 -0.015424617 0.819341242 920.163452148 0.036850024 0.998326421 0.044569355 17.219772339 -0.818657458 0.055735383 -0.571571469 -539.201538086\n-0.572412252 -0.013364393 0.819857121 922.291564941 0.038127258 0.998351872 0.042893909 17.303825378 -0.819079101 0.055811904 -0.570959330 -540.693481445\n-0.572393179 -0.013432696 0.819869459 924.448486328 0.039420068 0.998258948 0.043876603 17.384273529 -0.819031417 0.057433970 -0.570867181 -542.194824219\n-0.571958542 -0.015572053 0.820134878 926.570129395 0.040085647 0.998094618 0.046906564 17.470569611 -0.819302678 0.059704240 -0.570244551 -543.669067383\n-0.572672248 -0.016671767 0.819615006 928.738037109 0.038634118 0.998133481 0.047297001 17.561790466 -0.818873703 0.058750771 -0.570959210 -545.174926758\n-0.572079659 -0.012118048 0.820108593 930.844787598 0.035758369 0.998571634 0.039698854 17.651988983 -0.819418311 0.052036650 -0.570829153 -546.654907227\n-0.571678638 -0.009350686 0.820424497 932.968322754 0.034257304 0.998791039 0.035254374 17.719814301 -0.819762290 0.048259698 -0.570667148 -548.135864258\n-0.571371436 -0.013490388 0.820580661 935.108398438 0.033852424 0.998626530 0.039988957 17.786886215 -0.819993079 0.050627194 -0.570129991 -549.614013672\n-0.570879698 -0.017653646 0.820843995 937.280517578 0.034659229 0.998359442 0.045576185 17.876338959 -0.820301890 0.054468334 -0.569331169 -551.146118164\n-0.571031928 -0.019507192 0.820696294 939.416625977 0.034816369 0.998242676 0.047952171 17.972888947 -0.820189476 0.055955876 -0.569349289 -552.605957031\n-0.571044087 -0.017934179 0.820723474 941.515014648 0.037462872 0.998150468 0.047877219 18.064823151 -0.820064187 0.058086660 -0.569316030 -554.054077148\n-0.569932580 -0.016890226 0.821517825 943.649414062 0.038247336 0.998159707 0.047056247 18.159595490 -0.820800841 0.058239754 -0.568237782 -555.540527344\n-0.569165945 -0.018894214 0.822005570 945.790039062 0.037677463 0.998086393 0.049029823 18.248249054 -0.821358979 0.058877189 -0.567364931 -557.024780273\n-0.569326878 -0.020754119 0.821849227 947.931335449 0.036277432 0.998073280 0.050335083 18.342357635 -0.821310461 0.058471698 -0.567476988 -558.475463867\n-0.568179250 -0.019955076 0.822662830 950.077087402 0.037009805 0.998074710 0.049771130 18.456329346 -0.822072148 0.058725514 -0.566346765 -559.979736328\n-0.567304492 -0.018614776 0.823297799 952.227111816 0.037062410 0.998154342 0.048106641 18.558818817 -0.822673798 0.057804510 -0.565567613 -561.466064453\n-0.566814303 -0.018101243 0.823646605 954.383178711 0.037500866 0.998155415 0.047743633 18.652706146 -0.822991550 0.057949238 -0.565089941 -562.929199219\n-0.565389514 -0.017807378 0.824631870 956.519897461 0.038856857 0.998081863 0.048194207 18.751270294 -0.823908329 0.059291095 -0.563613057 -564.410400391\n-0.564496040 -0.017795850 0.825243950 958.701110840 0.039111521 0.998067975 0.048276354 18.850868225 -0.824508667 0.059528355 -0.562709451 -565.887451172\n-0.563556790 -0.016590606 0.825910926 960.861816406 0.039799865 0.998091936 0.047206577 18.949947357 -0.825118244 0.059474718 -0.561821103 -567.368896484\n-0.562804461 -0.016833534 0.826418817 963.006408691 0.039372873 0.998111784 0.047144346 19.035385132 -0.825651944 0.059071518 -0.561079025 -568.826782227\n-0.561835647 -0.018710492 0.827037334 965.182739258 0.038573623 0.998064220 0.048784148 19.134410858 -0.826349139 0.059310500 -0.560026288 -570.301025391\n-0.561337590 -0.018967606 0.827369809 967.350830078 0.039053511 0.998016477 0.049375966 19.230960846 -0.826665223 0.060028262 -0.559483409 -571.757812500\n-0.560153604 -0.020157270 0.828143537 969.543823242 0.039183721 0.997940183 0.050793909 19.345317841 -0.827461600 0.060902134 -0.558209896 -573.249755859\n-0.559393048 -0.024083162 0.828552544 971.718750000 0.038755231 0.997724771 0.055165812 19.449874878 -0.827995956 0.062970124 -0.557186961 -574.706176758\n-0.558880329 -0.027466871 0.828793287 973.886596680 0.037200488 0.997614682 0.058147155 19.577312469 -0.828413486 0.063328817 -0.556525469 -576.175781250\n-0.558095574 -0.027548840 0.829319298 976.047607422 0.036179848 0.997690320 0.057489343 19.697731018 -0.828987658 0.062089190 -0.555809736 -577.634399414\n-0.557615399 -0.024938690 0.829724789 978.207641602 0.037626743 0.997761846 0.055276316 19.808559418 -0.829246283 0.062042762 -0.555428982 -579.101074219\n-0.556683421 -0.022697970 0.830414653 980.352905273 0.040437650 0.997701228 0.054378569 19.919437408 -0.829739988 0.063851662 -0.554485917 -580.550048828\n-0.556086302 -0.020853857 0.830863059 982.551147461 0.042374779 0.997673631 0.053401552 20.032184601 -0.830043793 0.064903498 -0.553908944 -582.033203125\n-0.555878758 -0.022151016 0.830968261 984.707824707 0.040925253 0.997703373 0.053972721 20.140377045 -0.830255449 0.064009868 -0.553695560 -583.470947266\n-0.556114912 -0.023912746 0.830761433 986.898620605 0.037646953 0.997835159 0.053922839 20.245750427 -0.830252409 0.061262928 -0.554010868 -584.927001953\n-0.556401253 -0.023780340 0.830573380 989.091552734 0.035620656 0.997988820 0.052435935 20.362239838 -0.830149889 0.058760986 -0.554435134 -586.390136719\n-0.557006240 -0.022705093 0.830197871 991.252075195 0.036847282 0.997966290 0.052015416 20.467060089 -0.829690456 0.059563451 -0.555036902 -587.819335938\n-0.556917191 -0.021722628 0.830283880 993.422424316 0.040168349 0.997783720 0.053048033 20.572479248 -0.829596102 0.062894493 -0.554810405 -589.263061523\n-0.556817770 -0.020307146 0.830386460 995.569885254 0.042270239 0.997713029 0.052743539 20.682018280 -0.829558492 0.064469174 -0.554685950 -590.707153320\n-0.556773067 -0.019315477 0.830440223 997.735717773 0.043159157 0.997706592 0.052142262 20.783855438 -0.829542875 0.064872496 -0.554662585 -592.135742188\n-0.556799293 -0.018957078 0.830430746 999.919799805 0.043497603 0.997702420 0.051940463 20.890094757 -0.829507411 0.065042160 -0.554695368 -593.585327148\n-0.556181431 -0.019371182 0.830835342 1002.121093750 0.043605920 0.997670949 0.052451868 20.997287750 -0.829916358 0.065402083 -0.554041386 -595.086059570\n-0.555477262 -0.019133555 0.831311703 1004.336120605 0.043971773 0.997660577 0.052343912 21.101921082 -0.830368400 0.065630093 -0.553336382 -596.590942383\n-0.555721164 -0.018281806 0.831167877 1006.532653809 0.042909078 0.997794986 0.050635949 21.199337006 -0.830260873 0.063804105 -0.553711414 -598.032470703\n-0.554177403 -0.018421795 0.832194746 1008.687866211 0.042824604 0.997800171 0.050605580 21.294452667 -0.831296265 0.063682877 -0.552169442 -599.480346680\n-0.553706646 -0.018832503 0.832498968 1010.861694336 0.042941175 0.997768283 0.051131941 21.393402100 -0.831604064 0.064060569 -0.551662326 -600.920410156\n-0.553102493 -0.020302603 0.832865715 1013.024169922 0.043604720 0.997627318 0.053276669 21.495288849 -0.831971228 0.065784343 -0.550904870 -602.353393555\n-0.552661538 -0.022188477 0.833110511 1015.166442871 0.042937979 0.997559845 0.055052124 21.597278595 -0.832299113 0.066197261 -0.550360203 -603.757202148\n-0.552246809 -0.023789883 0.833341181 1017.291381836 0.040886972 0.997617006 0.055574942 21.699298859 -0.832677424 0.064763881 -0.549958110 -605.174682617\n-0.552450061 -0.022740182 0.833235800 1019.454589844 0.039532736 0.997788131 0.053441949 21.809112549 -0.832608044 0.062464096 -0.550329089 -606.575805664\n-0.551969528 -0.021029962 0.833599031 1021.611816406 0.039551210 0.997896492 0.051363766 21.913307190 -0.832925797 0.061321087 -0.549976707 -607.989624023\n-0.551313281 -0.020615572 0.834043503 1023.799438477 0.040672984 0.997841835 0.051549636 22.011417389 -0.833306253 0.062343039 -0.549285054 -609.452270508\n-0.550866008 -0.020856641 0.834333062 1025.982421875 0.041263230 0.997784495 0.052186530 22.111167908 -0.833573043 0.063175060 -0.548784971 -610.888549805\n-0.550285816 -0.019258577 0.834754229 1028.155029297 0.042184480 0.997816026 0.050829381 22.221519470 -0.833910048 0.063184358 -0.548271656 -612.322387695\n-0.550231218 -0.018962020 0.834796965 1030.333129883 0.043469809 0.997736037 0.051314916 22.313354492 -0.833880007 0.064523533 -0.548161268 -613.741821289\n-0.550039291 -0.018003253 0.834944904 1032.527221680 0.045986205 0.997597873 0.051804889 22.416824341 -0.833871901 0.066890664 -0.547890186 -615.176635742\n-0.549328327 -0.016781049 0.835438251 1034.669799805 0.047606058 0.997545958 0.051339786 22.509418488 -0.834249556 0.067974314 -0.547181368 -616.578002930\n-0.549010158 -0.016283123 0.835657120 1036.826538086 0.048338197 0.997518182 0.051194288 22.604110718 -0.834416807 0.068500340 -0.546860456 -617.974609375\n-0.548511147 -0.017032528 0.835969865 1038.946166992 0.048154250 0.997489631 0.051919229 22.697013855 -0.834755599 0.068733767 -0.546314001 -619.355712891\n-0.548004150 -0.018502312 0.836270988 1041.091186523 0.044541147 0.997691512 0.051261295 22.799488068 -0.835288942 0.065339871 -0.545915008 -620.752685547\n-0.547532082 -0.021515062 0.836508095 1043.255126953 0.039398227 0.997897923 0.051453929 22.901180267 -0.835856736 0.061129611 -0.545533538 -622.143798828\n-0.546894312 -0.022120422 0.836909354 1045.378662109 0.036370203 0.998079419 0.050147116 22.996963501 -0.836411297 0.057863735 -0.545039415 -623.515502930\n-0.546036959 -0.020998381 0.837497950 1047.519409180 0.034643915 0.998264730 0.047616594 23.096221924 -0.837044537 0.055014625 -0.544361949 -624.907836914\n-0.545508027 -0.019554624 0.837877631 1049.672241211 0.036380149 0.998233020 0.046982676 23.185989380 -0.837315798 0.056111529 -0.543832779 -626.295532227\n-0.544523478 -0.020009110 0.838506997 1051.834960938 0.038317796 0.998078167 0.048700366 23.274539948 -0.837869942 0.058648225 -0.542710304 -627.699462891\n-0.543106675 -0.019849777 0.839429140 1054.001831055 0.039990366 0.997974575 0.049472436 23.372638702 -0.838710964 0.060437880 -0.541212797 -629.109375000\n-0.541854024 -0.019996939 0.840234756 1056.172485352 0.041070201 0.997892618 0.050234593 23.465526581 -0.839468598 0.061728425 -0.539890885 -630.509399414\n-0.541014552 -0.018281963 0.840814471 1058.343750000 0.040667646 0.998025477 0.047867458 23.558452606 -0.840029359 0.060090940 -0.539202809 -631.899536133\n-0.540296912 -0.017120730 0.841300309 1060.493774414 0.039932124 0.998144925 0.045957632 23.644012451 -0.840526521 0.058425672 -0.538610935 -633.271728516\n-0.538427353 -0.015655173 0.842526615 1062.635498047 0.041408960 0.998127997 0.045009352 23.733028412 -0.841654003 0.059122413 -0.536771059 -634.677124023\n-0.537577033 -0.016525334 0.843052745 1064.806396484 0.044017863 0.997894764 0.047628731 23.813285828 -0.842064977 0.062713489 -0.535717845 -636.067138672\n-0.536757469 -0.019026224 0.843522310 1066.968627930 0.044810444 0.997691929 0.051017798 23.899524689 -0.842546046 0.065182775 -0.534666061 -637.437011719\n-0.535679817 -0.021394374 0.844150066 1069.104980469 0.043149542 0.997679472 0.052667253 24.000202179 -0.843317986 0.064637475 -0.533513546 -638.789062500\n-0.535219669 -0.024016082 0.844371676 1071.270019531 0.038198207 0.997885108 0.052594990 24.106815338 -0.843849003 0.060403340 -0.533170342 -640.142822266\n-0.534943461 -0.024636623 0.844528556 1073.435058594 0.034910187 0.998076618 0.051228832 24.208511353 -0.844166338 0.056887183 -0.533054471 -641.491333008\n-0.534720302 -0.024367996 0.844677806 1075.585571289 0.034218621 0.998139858 0.050457176 24.301322937 -0.844336092 0.055884179 -0.532891870 -642.827026367\n-0.534120202 -0.022723066 0.845103145 1077.759765625 0.034737688 0.998204589 0.048794482 24.397403717 -0.844694614 0.055419046 -0.532371998 -644.189453125\n-0.533568382 -0.021219281 0.845490932 1079.934936523 0.035502128 0.998242140 0.047457390 24.491691589 -0.845011652 0.055338480 -0.531877041 -645.559692383\n-0.533044219 -0.019484719 0.845863223 1082.054077148 0.038186781 0.998161972 0.047057431 24.575965881 -0.845225394 0.057384472 -0.531320453 -646.926147461\n-0.532661200 -0.016944960 0.846159041 1084.203735352 0.041637290 0.998064160 0.046197847 24.675556183 -0.845303833 0.059839562 -0.530924439 -648.311035156\n-0.532087326 -0.017078657 0.846517265 1086.345336914 0.043640576 0.997914433 0.047563866 24.757659912 -0.845564127 0.062250629 -0.530232310 -649.657592773\n-0.531594515 -0.018986207 0.846786261 1088.531372070 0.043242861 0.997836590 0.049519934 24.855609894 -0.845894516 0.062941976 -0.529623508 -651.039062500\n-0.531087995 -0.018961633 0.847104728 1090.662963867 0.042752381 0.997876525 0.049139902 24.950084686 -0.846237659 0.062313341 -0.529149532 -652.362060547\n-0.530038595 -0.015330743 0.847834885 1092.804199219 0.044758540 0.997936964 0.046026502 25.045066833 -0.846791387 0.062343676 -0.528258920 -653.702636719\n-0.528878093 -0.010937442 0.848627508 1094.959594727 0.048386250 0.997901976 0.043016423 25.129051208 -0.847317517 0.063812338 -0.527239323 -655.039916992\n-0.527293563 -0.009397624 0.849631190 1097.122314453 0.050061509 0.997858167 0.042106040 25.207569122 -0.848207116 0.064736061 -0.525693655 -656.383789062\n-0.526723385 -0.009446437 0.849984288 1099.272705078 0.051858276 0.997718573 0.043224152 25.284542084 -0.848453462 0.066845886 -0.525031805 -657.701538086\n-0.525744796 -0.009109105 0.850593626 1101.438476562 0.051208623 0.997790158 0.042337071 25.363601685 -0.849099636 0.065816216 -0.524116516 -659.037597656\n-0.524913192 -0.014054514 0.851039648 1103.601196289 0.048766948 0.997724593 0.046555940 25.452217102 -0.849757493 0.065940440 -0.523033381 -660.369873047\n-0.524279237 -0.017728208 0.851361930 1105.792358398 0.048730228 0.997520268 0.050780389 25.552898407 -0.850151002 0.068110161 -0.522115231 -661.713378906\n-0.523718834 -0.018603977 0.851687968 1107.933349609 0.049399935 0.997415960 0.052164152 25.646347046 -0.850457609 0.069392681 -0.521446466 -663.028930664\n-0.522520900 -0.015864249 0.852479041 1110.044677734 0.050500546 0.997495770 0.049516883 25.752948761 -0.851129770 0.068924248 -0.520411253 -664.329956055\n-0.522162080 -0.013922883 0.852732658 1112.246337891 0.049545497 0.997682869 0.046628218 25.843563080 -0.851405919 0.066596553 -0.520262361 -665.628784180\n-0.521522880 -0.013209616 0.853134990 1114.436645508 0.049945880 0.997692943 0.045979898 25.937061310 -0.851774156 0.066590153 -0.519659996 -666.958129883\n-0.520353317 -0.014103143 0.853834867 1116.610473633 0.049774993 0.997662783 0.046813220 26.024009705 -0.852499425 0.066859022 -0.518435121 -668.280761719\n-0.519603372 -0.014612801 0.854282618 1118.776977539 0.049898282 0.997628212 0.047414590 26.118919373 -0.852949262 0.067264020 -0.517641902 -669.597778320\n-0.519515514 -0.015653159 0.854317844 1120.982666016 0.050023776 0.997560143 0.048697442 26.212135315 -0.852995634 0.068035267 -0.517464995 -670.916503906\n-0.518854260 -0.016873840 0.854696274 1123.174804688 0.049846996 0.997506857 0.049953528 26.305561066 -0.853408277 0.068522632 -0.516719460 -672.241699219\n-0.518228054 -0.016328895 0.855086565 1125.351074219 0.049769267 0.997547567 0.049212191 26.406833649 -0.853793085 0.068060175 -0.516144514 -673.553466797\n-0.517453074 -0.014650120 0.855586171 1127.515747070 0.050292928 0.997604370 0.047498729 26.507648468 -0.854232371 0.067608297 -0.515476584 -674.874389648\n-0.517187238 -0.014191460 0.855754673 1129.689331055 0.049980771 0.997655392 0.046751250 26.590354919 -0.854411721 0.066950426 -0.515265346 -676.161987305\n-0.516181469 -0.015499584 0.856339037 1131.856933594 0.048928339 0.997669756 0.047550514 26.681186676 -0.855080605 0.066443935 -0.514220238 -677.472045898\n-0.515991569 -0.014725890 0.856467187 1134.022827148 0.049806513 0.997644842 0.047159944 26.777538300 -0.855144560 0.066991769 -0.514042854 -678.747070312\n-0.515022874 -0.013108247 0.857076287 1136.202758789 0.050131314 0.997711003 0.045383371 26.863834381 -0.855709314 0.066339828 -0.513186812 -680.066406250\n-0.514256597 -0.012161972 0.857550025 1138.444824219 0.049626976 0.997802079 0.043911427 26.946220398 -0.856199265 0.065139361 -0.512522697 -681.379150391\n-0.514308333 -0.012150783 0.857519269 1140.674682617 0.048895448 0.997857690 0.043465015 27.034645081 -0.856210351 0.064283207 -0.512612343 -682.686279297\n-0.514137745 -0.011376997 0.857632101 1142.889648438 0.048781451 0.997905672 0.042481575 27.115802765 -0.856319189 0.063677929 -0.512506008 -683.973388672\n-0.513648152 -0.011068091 0.857929528 1145.082519531 0.048679750 0.997930169 0.042019121 27.182010651 -0.856618881 0.063346840 -0.512046218 -685.260986328\n-0.513455033 -0.010793733 0.858048677 1147.270385742 0.049063932 0.997915864 0.041912958 27.261814117 -0.856712818 0.063619658 -0.511855364 -686.546875000\n-0.513106942 -0.011341437 0.858249784 1149.484863281 0.048781555 0.997911215 0.042351190 27.334819794 -0.856937408 0.063597448 -0.511481881 -687.843872070\n-0.513075948 -0.011525525 0.858265817 1151.676635742 0.048750870 0.997904480 0.042544242 27.412670135 -0.856957614 0.063669629 -0.511438847 -689.135498047\n-0.513112426 -0.012687925 0.858227670 1153.899291992 0.047646452 0.997927904 0.043239832 27.494571686 -0.856997967 0.063078396 -0.511444688 -690.449829102\n-0.511972189 -0.013185433 0.858900905 1156.103027344 0.046599373 0.997983515 0.043097436 27.577465057 -0.857737184 0.062088929 -0.510325313 -691.791992188\n-0.512042642 -0.013187771 0.858858764 1158.322631836 0.045445967 0.998065770 0.042419706 27.663631439 -0.857756972 0.060752366 -0.510452867 -693.117309570\n-0.511601686 -0.013981070 0.859109044 1160.558837891 0.045767840 0.998004675 0.043496318 27.739082336 -0.858002961 0.061572351 -0.509940982 -694.472900391\n-0.511575341 -0.013841321 0.859127104 1162.764892578 0.046342339 0.997970462 0.043673191 27.820446014 -0.857987940 0.062156077 -0.509895563 -695.789794922\n-0.511419415 -0.012733232 0.859236896 1164.999511719 0.046465792 0.998017669 0.042446382 27.904045105 -0.858074069 0.061633028 -0.509814024 -697.118041992\n-0.511513948 -0.013255043 0.859172702 1167.228759766 0.047400370 0.997923255 0.043615755 27.987377167 -0.857966602 0.063035168 -0.509823442 -698.441162109\n-0.511626959 -0.012373540 0.859118819 1169.483276367 0.048527181 0.997884095 0.043271277 28.073177338 -0.857836425 0.063829355 -0.509943962 -699.782470703\n-0.511927962 -0.010069288 0.858969331 1171.703613281 0.049049120 0.997957349 0.040930837 28.153621674 -0.857626915 0.063085333 -0.510388374 -701.098388672\n-0.512191415 -0.010070682 0.858812332 1173.940307617 0.049434230 0.997927904 0.041184317 28.234836578 -0.857447565 0.063548975 -0.510632157 -702.415649414\n-0.512200475 -0.012316479 0.858777702 1176.152709961 0.049462214 0.997814655 0.043811258 28.314361572 -0.857440531 0.064917184 -0.510471940 -703.729492188\n-0.512287736 -0.011271686 0.858740091 1178.361572266 0.049727682 0.997846901 0.042762991 28.413799286 -0.857373178 0.064610101 -0.510624170 -705.048095703\n-0.512330055 -0.009514749 0.858735919 1180.609008789 0.050519381 0.997873068 0.041196726 28.496490479 -0.857301414 0.064489126 -0.510759592 -706.374511719\n-0.511008024 -0.006686789 0.859549999 1182.807739258 0.052198693 0.997882843 0.038795393 28.579730988 -0.857989609 0.064692140 -0.509577036 -707.675903320\n-0.511589170 -0.007341801 0.859198868 1185.049560547 0.052104637 0.997858107 0.039551079 28.653640747 -0.857648969 0.065002143 -0.510110855 -708.982299805\n-0.509356499 -0.009284071 0.860505521 1187.260498047 0.052800123 0.997720718 0.042018313 28.732563019 -0.858934283 0.066837095 -0.507705331 -710.313964844\n-0.509197235 -0.012596598 0.860557735 1189.531494141 0.051856276 0.997627199 0.045286652 28.813114166 -0.859086275 0.067685150 -0.507335782 -711.633911133\n-0.508520842 -0.013224570 0.860948145 1191.818603516 0.052634351 0.997534752 0.046411198 28.919086456 -0.859439433 0.068916507 -0.506571174 -712.994140625\n-0.507504940 -0.013906062 0.861536860 1194.062622070 0.051377378 0.997602344 0.046367127 29.010681152 -0.860115945 0.067795038 -0.505573630 -714.323608398\n-0.506973863 -0.013880644 0.861849666 1196.304077148 0.050017241 0.997711837 0.045490898 29.104804993 -0.860509038 0.066170037 -0.505119562 -715.639160156\n-0.506816864 -0.012850145 0.861957967 1198.544189453 0.049657848 0.997793376 0.044073179 29.191482544 -0.860622346 0.065140009 -0.505060434 -716.950439453\n-0.506284952 -0.012731438 0.862272382 1200.821777344 0.050583467 0.997730970 0.044431664 29.272506714 -0.860881567 0.066111803 -0.504492283 -718.270141602\n-0.505131602 -0.011321414 0.862968028 1203.109008789 0.051989995 0.997698843 0.043520905 29.357757568 -0.861474931 0.066849492 -0.503380656 -719.633178711\n-0.504434109 -0.010133090 0.863390684 1205.373657227 0.052401591 0.997728765 0.042325247 29.439929962 -0.861858606 0.066593342 -0.502757430 -720.935058594\n-0.503142357 -0.008628522 0.864160538 1207.690795898 0.052773304 0.997777224 0.040688995 29.533164978 -0.862590790 0.066076964 -0.501568556 -722.292480469\n-0.502203107 -0.008910055 0.864703715 1209.985229492 0.053203657 0.997734189 0.041180473 29.606189728 -0.863111436 0.066686362 -0.500591159 -723.629028320\n-0.500769615 -0.009318242 0.865530610 1212.287475586 0.053695321 0.997681797 0.041807443 29.688346863 -0.863913715 0.067410827 -0.499108434 -724.971557617\n-0.499726534 -0.009160770 0.866134882 1214.617187500 0.054386143 0.997639239 0.041930348 29.770202637 -0.864474237 0.068059437 -0.498048544 -726.323120117\n-0.498687267 -0.009619275 0.866728842 1216.933837891 0.054290168 0.997628450 0.042308819 29.857269287 -0.865080357 0.068153709 -0.496982336 -727.659667969\n-0.497975349 -0.010617387 0.867126405 1219.255493164 0.054132227 0.997594416 0.043302059 29.946155548 -0.865500212 0.068502828 -0.496202707 -728.996582031\n-0.497018456 -0.010213260 0.867680132 1221.571044922 0.054092173 0.997621357 0.042727459 30.027164459 -0.866052628 0.068171024 -0.495283842 -730.310546875\n-0.495849133 -0.009758451 0.868353903 1223.897460938 0.055294793 0.997552991 0.042784914 30.108547211 -0.866646588 0.069230311 -0.494096160 -731.649169922\n-0.494777203 -0.009181900 0.868971586 1226.188354492 0.055796277 0.997545302 0.042309877 30.190727234 -0.867227018 0.069419332 -0.493050337 -732.934814453\n-0.493007660 -0.007763826 0.869990349 1228.476196289 0.055679325 0.997628748 0.040455334 30.268989563 -0.868241489 0.068385266 -0.491406322 -734.236938477\n-0.491332531 -0.006294910 0.870949328 1230.767578125 0.055970792 0.997678757 0.038785920 30.350986481 -0.869171798 0.067804508 -0.489839792 -735.538696289\n-0.489838839 -0.004582047 0.871801078 1233.062866211 0.056085054 0.997749209 0.036756508 30.418571472 -0.870007277 0.066899769 -0.488479257 -736.821777344\n-0.488254905 -0.004210006 0.872691095 1235.377807617 0.056350280 0.997749507 0.036340263 30.486526489 -0.870880127 0.066919684 -0.486918926 -738.115356445\n-0.486706018 -0.004611896 0.873553634 1237.687500000 0.056975935 0.997689247 0.037011776 30.555843353 -0.871705770 0.067785390 -0.485318661 -739.417114258\n-0.486106277 -0.006347644 0.873876810 1240.037353516 0.054617107 0.997798085 0.037629310 30.626373291 -0.872191429 0.066020459 -0.484689236 -740.708496094\n-0.486150026 -0.005087241 0.873860598 1242.417724609 0.054371726 0.997869492 0.036057491 30.685874939 -0.872182310 0.065042660 -0.484837770 -741.986816406\n-0.485698938 -0.004527288 0.874114454 1244.764648438 0.053362910 0.997967958 0.034819692 30.751399994 -0.872495830 0.063557178 -0.484470367 -743.286743164\n-0.484857082 -0.003173365 0.874587715 1247.099731445 0.053324260 0.998025775 0.033183344 30.817623138 -0.872966349 0.062725917 -0.483730674 -744.607543945\n-0.484135747 -0.002150554 0.874990284 1249.440063477 0.054185476 0.998004019 0.032433938 30.880153656 -0.873313546 0.063114189 -0.483052850 -745.915161133\n-0.483430266 -0.002180473 0.875380099 1251.796752930 0.054774553 0.997961998 0.032735165 30.945014954 -0.873667419 0.063773729 -0.482325673 -747.222167969\n-0.482871532 -0.002427948 0.875688076 1254.099121094 0.055025060 0.997935891 0.033108782 30.994636536 -0.873960912 0.064172067 -0.481741309 -748.475341797\n-0.482451439 -0.003486081 0.875915766 1256.438110352 0.054060612 0.997967184 0.033748243 31.051700592 -0.874252796 0.063634433 -0.481282234 -749.744873047\n-0.481700778 -0.004031901 0.876326501 1258.805541992 0.054502260 0.997915745 0.034550227 31.114898682 -0.874639273 0.064404644 -0.480476975 -751.058471680\n-0.481184602 -0.005087720 0.876604497 1261.164428711 0.053534251 0.997946203 0.035177924 31.184494019 -0.874983132 0.063855439 -0.479923964 -752.356933594\n-0.480766654 -0.006096006 0.876827419 1263.515502930 0.053702895 0.997893929 0.036383130 31.249588013 -0.875202537 0.064579964 -0.479426742 -753.642089844\n-0.479882479 -0.006983250 0.877305090 1265.883178711 0.054561816 0.997795105 0.037787434 31.324256897 -0.875634611 0.066000879 -0.478443384 -754.941162109\n-0.479398727 -0.006723583 0.877571344 1268.283203125 0.054426216 0.997817993 0.037376761 31.398307800 -0.875907838 0.065681264 -0.477986813 -756.241088867\n-0.478899002 -0.004304100 0.877859414 1270.691772461 0.053380016 0.997994840 0.034013536 31.473274231 -0.876245558 0.063149199 -0.477708936 -757.552368164\n-0.478071928 0.000175568 0.878320694 1273.114868164 0.052763358 0.998199701 0.028519684 31.532138824 -0.876734436 0.059977610 -0.477220535 -758.871582031\n-0.477289915 0.005757358 0.878727078 1275.516967773 0.053237155 0.998331189 0.022375323 31.573558807 -0.877131820 0.057460442 -0.476799846 -760.164672852\n-0.476798773 0.006938850 0.878985107 1277.935302734 0.053786635 0.998325348 0.021295205 31.605857849 -0.877365351 0.057431176 -0.476373434 -761.455444336\n-0.476029634 0.005143654 0.879414141 1280.312133789 0.054854382 0.998209357 0.023854369 31.635375977 -0.877716780 0.059595108 -0.475459456 -762.741210938\n-0.475120783 0.003848430 0.879912138 1282.691284180 0.054743983 0.998182535 0.025194073 31.680706024 -0.878215969 0.060140122 -0.474467993 -764.035034180\n-0.474685311 0.001382868 0.880154490 1285.105224609 0.054238811 0.998144150 0.027683850 31.727550507 -0.878482819 0.060879651 -0.473879457 -765.341430664\n-0.473812699 -0.000378112 0.880625665 1287.500610352 0.053631544 0.998131275 0.029284531 31.783435822 -0.878991067 0.061104693 -0.472906947 -766.633422852\n-0.473976493 -0.000963774 0.880537033 1289.946655273 0.053154118 0.998144448 0.029704357 31.828018188 -0.878931701 0.060883336 -0.473045707 -767.909423828\n-0.473977447 -0.000946215 0.880536497 1292.378417969 0.053052802 0.998152018 0.029630002 31.881347656 -0.878937304 0.060758878 -0.473051429 -769.198608398\n-0.473558903 -0.000049375 0.880762160 1294.766113281 0.053276807 0.998167217 0.028701266 31.922508240 -0.879149377 0.060515936 -0.472688317 -770.476806641\n-0.472858071 0.000735238 0.881138384 1297.165893555 0.052753258 0.998229504 0.027476804 31.966960907 -0.879558086 0.059475545 -0.472059608 -771.744628906\n-0.472042441 0.002725234 0.881571651 1299.612304688 0.053659461 0.998229921 0.025646389 32.012691498 -0.879941285 0.059410840 -0.471353054 -773.067504883\n-0.470540524 0.004162746 0.882368565 1302.018066406 0.054253913 0.998233318 0.024222612 32.053688049 -0.880708873 0.059269667 -0.469935179 -774.360961914\n-0.469875097 0.003544868 0.882725775 1304.431884766 0.054812931 0.998179376 0.025168424 32.089054108 -0.881029487 0.060210805 -0.469213963 -775.646850586\n-0.468979239 0.003111325 0.883203864 1306.858642578 0.054519057 0.998188794 0.025433101 32.133159637 -0.881525099 0.060079031 -0.468299508 -776.942871094\n-0.468849421 0.003222834 0.883272469 1309.291137695 0.054286517 0.998208046 0.025173586 32.169387817 -0.881608546 0.059752394 -0.468184233 -778.217163086\n-0.468772292 0.002898293 0.883314371 1311.728515625 0.054302558 0.998197794 0.025542961 32.188243866 -0.881648421 0.059940059 -0.468084931 -779.481933594\n-0.467461109 0.004534820 0.884002030 1314.144409180 0.055112351 0.998191118 0.024022868 32.230010986 -0.882294059 0.059949182 -0.466865540 -780.765014648\n-0.467160583 0.005670641 0.884154499 1316.577392578 0.055231832 0.998213649 0.022780653 32.255680084 -0.882445931 0.059475686 -0.466639280 -782.044555664\n-0.467100739 0.006911697 0.884177268 1319.019409180 0.055241648 0.998244107 0.021380153 32.286277771 -0.882476926 0.058830086 -0.466662288 -783.330688477\n-0.466872215 0.007107408 0.884296417 1321.413452148 0.054632112 0.998289466 0.020819895 32.306838989 -0.882635832 0.058031201 -0.466462016 -784.573242188\n-0.466368318 0.006861046 0.884563982 1323.821411133 0.054767225 0.998275518 0.021131864 32.324073792 -0.882893562 0.058300350 -0.465939879 -785.841064453\n-0.467095375 0.005253921 0.884191394 1326.227050781 0.054840069 0.998229325 0.023039045 32.344322205 -0.882504702 0.059250545 -0.466556430 -787.074584961\n-0.466191053 0.006318720 0.884661496 1328.605468750 0.056122579 0.998171568 0.022445507 32.373420715 -0.882902145 0.060113378 -0.465693235 -788.323120117\n-0.466540694 0.007299703 0.884469628 1330.996826172 0.055910919 0.998209536 0.021253511 32.403533936 -0.882730842 0.059367135 -0.466113448 -789.549438477\n-0.466026545 0.007202595 0.884741485 1333.384399414 0.055450797 0.998238862 0.021081446 32.430343628 -0.883031487 0.058884129 -0.465605259 -790.806274414\n-0.465742826 0.006395605 0.884897053 1335.789550781 0.053430285 0.998352706 0.020906046 32.460845947 -0.883305669 0.057017140 -0.465317369 -792.053710938\n-0.465274572 0.007470148 0.885135114 1338.191040039 0.053253055 0.998389304 0.019566692 32.479408264 -0.883563340 0.056240022 -0.464923024 -793.301147461\n-0.465745687 0.009580530 0.884866953 1340.590820312 0.051504243 0.998539805 0.016297737 32.495071411 -0.883418739 0.053164992 -0.465559125 -794.530883789\n-0.466426373 0.011003300 0.884491503 1343.018188477 0.051620476 0.998557091 0.014799163 32.510456085 -0.883052468 0.052560598 -0.466321349 -795.771972656\n-0.466189265 0.010732563 0.884620130 1345.423461914 0.052468125 0.998501718 0.015536141 32.524616241 -0.883127987 0.053657133 -0.466053843 -797.030883789\n-0.466628075 0.009433457 0.884403408 1347.830566406 0.053306095 0.998425305 0.017475639 32.526348114 -0.882845879 0.055298712 -0.466396093 -798.279418945\n-0.466463447 0.008137898 0.884503007 1350.246948242 0.052358128 0.998458385 0.018425941 32.544418335 -0.882989466 0.054905951 -0.466170430 -799.523803711\n-0.465283155 0.009868150 0.885107160 1352.654052734 0.051856093 0.998524368 0.016127052 32.571502686 -0.883641899 0.053401832 -0.465108275 -800.793457031\n-0.464053631 0.010617631 0.885743499 1355.075073242 0.050941788 0.998593152 0.014718738 32.582794189 -0.884341121 0.051951643 -0.463941693 -802.085571289\n-0.463210106 0.011853606 0.886169255 1357.486328125 0.051365487 0.998588800 0.013491932 32.590438843 -0.884758711 0.051768113 -0.463165283 -803.348999023\n-0.462855101 0.012636228 0.886344016 1359.936523438 0.051414542 0.998597741 0.012612445 32.591232300 -0.884941757 0.051408701 -0.462855697 -804.627929688\n-0.462229967 0.011945551 0.886679649 1362.317138672 0.051866058 0.998561621 0.013585147 32.581909180 -0.885242045 0.052268039 -0.462184668 -805.859619141\n-0.461450696 0.012270659 0.887081206 1364.730712891 0.052964553 0.998501837 0.013739717 32.590187073 -0.885583639 0.053324055 -0.461409330 -807.114501953\n-0.460166216 0.011505712 0.887758255 1367.086303711 0.051648300 0.998569548 0.013829829 32.597248077 -0.886329234 0.052215226 -0.460102201 -808.340698242\n-0.459489584 0.011359163 0.888110638 1369.512695312 0.052174613 0.998536706 0.014222490 32.587738037 -0.886649489 0.052871913 -0.459409833 -809.586059570\n-0.458841085 0.011378091 0.888445675 1371.916625977 0.052077617 0.998543382 0.014107590 32.597347260 -0.886991024 0.052741271 -0.458765388 -810.834106445\n-0.458305836 0.012045522 0.888712883 1374.279541016 0.051736590 0.998574257 0.013145793 32.591552734 -0.887287438 0.052003767 -0.458275557 -812.045532227\n-0.457561016 0.012027216 0.889096916 1376.693115234 0.050952125 0.998620152 0.012712994 32.592857361 -0.887717187 0.051118344 -0.457542539 -813.296386719\n-0.457001686 0.011855462 0.889386892 1379.068847656 0.051450737 0.998589277 0.013126268 32.592140198 -0.887976587 0.051758334 -0.456966877 -814.509155273\n-0.456524253 0.012270509 0.889626324 1381.481445312 0.051589400 0.998587608 0.012700431 32.593971252 -0.888213992 0.051693343 -0.456512570 -815.754272461\n-0.455692768 0.013203961 0.890039206 1383.878295898 0.051650193 0.998597503 0.011630021 32.591781616 -0.888637424 0.051270410 -0.455735564 -816.975097656\n-0.455137372 0.015093023 0.890293479 1386.312255859 0.053022191 0.998541474 0.010177951 32.588088989 -0.888841331 0.051837668 -0.455273867 -818.225952148\n-0.454348683 0.015956340 0.890681088 1388.719970703 0.053190235 0.998541594 0.009244431 32.588027954 -0.889234602 0.051575728 -0.454534888 -819.452514648\n-0.453888655 0.016860461 0.890898883 1391.142089844 0.053300068 0.998544395 0.008257253 32.572063446 -0.889462829 0.051232845 -0.454126596 -820.670166016\n-0.453263164 0.018047988 0.891193986 1393.583007812 0.052818924 0.998582006 0.006641063 32.561981201 -0.889810443 0.050082058 -0.453573704 -821.905151367\n-0.452565074 0.019338347 0.891521692 1396.011840820 0.052112736 0.998629689 0.004792430 32.545806885 -0.890207350 0.048628520 -0.452952623 -823.151000977\n-0.451734900 0.019088170 0.891948044 1398.430419922 0.051356826 0.998669624 0.004638042 32.533035278 -0.890672863 0.047902785 -0.452114224 -824.384033203\n-0.450673699 0.018537784 0.892496228 1400.864624023 0.050751757 0.998699367 0.004883839 32.504245758 -0.891244888 0.047496770 -0.451028347 -825.613159180\n-0.449726701 0.017834937 0.892988145 1403.263671875 0.050619729 0.998702586 0.005546819 32.488605499 -0.891730666 0.047697373 -0.450046062 -826.829345703\n-0.449433327 0.017876524 0.893135011 1405.676635742 0.050383609 0.998715520 0.005363699 32.476734161 -0.891891956 0.047409989 -0.449756742 -828.027099609\n-0.448832512 0.017662248 0.893441260 1408.101562500 0.050486196 0.998708963 0.005619178 32.459918976 -0.892188549 0.047628518 -0.449144840 -829.244995117\n-0.448407531 0.017415676 0.893659532 1410.541015625 0.050663855 0.998697996 0.005958705 32.443096161 -0.892392218 0.047948163 -0.448706031 -830.458374023\n-0.447846889 0.018278157 0.893923461 1412.958984375 0.051754564 0.998644650 0.005509121 32.414112091 -0.892611206 0.048731863 -0.448185921 -831.657348633\n-0.447317243 0.018697381 0.894179940 1415.340820312 0.052159429 0.998625159 0.005211630 32.406082153 -0.892853141 0.048971165 -0.447677493 -832.835449219\n-0.446284413 0.018963462 0.894690275 1417.719116211 0.052912742 0.998585463 0.005228059 32.379501343 -0.893325567 0.049673717 -0.446656585 -834.006958008\n-0.445821524 0.020183900 0.894894361 1420.132812500 0.053184174 0.998576820 0.003973063 32.352939606 -0.893540561 0.049365491 -0.446260452 -835.193969727\n-0.444499493 0.021330573 0.895525098 1422.524536133 0.053752109 0.998550117 0.002895667 32.334564209 -0.894164920 0.049423486 -0.445001602 -836.380004883\n-0.443481088 0.022175681 0.896009386 1424.936645508 0.053682264 0.998556316 0.001856457 32.302959442 -0.894674659 0.048923112 -0.444031358 -837.570068359\n-0.442495465 0.023599343 0.896460414 1427.358642578 0.054359619 0.998521268 0.000545955 32.273605347 -0.895121872 0.048972823 -0.443123937 -838.766357422\n-0.441376209 0.023786362 0.897006810 1429.758544922 0.054564696 0.998510182 0.000370827 32.244815826 -0.895661592 0.049108580 -0.442016602 -839.939086914\n-0.440451145 0.023583455 0.897466719 1432.156372070 0.054102629 0.998535335 0.000312716 32.213638306 -0.896144867 0.048693050 -0.441082001 -841.118774414\n-0.439655304 0.023357971 0.897862852 1434.550903320 0.053900901 0.998546183 0.000416322 32.183956146 -0.896547794 0.048578653 -0.440275073 -842.292724609\n-0.439259291 0.023984436 0.898040235 1436.958862305 0.053337399 0.998576403 -0.000580544 32.159706116 -0.896775723 0.047644116 -0.439913273 -843.462768555\n-0.438644886 0.025402622 0.898301423 1439.386962891 0.053165335 0.998583138 -0.002277555 32.127754211 -0.897086501 0.046759460 -0.439373970 -844.657836914\n-0.437937260 0.026559385 0.898613155 1441.805664062 0.053194560 0.998577714 -0.003589677 32.092304230 -0.897430420 0.046229277 -0.438727260 -845.836914062\n-0.437758803 0.026938967 0.898689032 1444.233398438 0.052981399 0.998586953 -0.004125836 32.053733826 -0.897530317 0.045807678 -0.438567519 -847.007690430\n-0.437558174 0.026749779 0.898792088 1446.669433594 0.052993607 0.998587132 -0.003921036 32.009906769 -0.897627115 0.045914553 -0.438357592 -848.178100586\n-0.437224746 0.025701946 0.898984969 1449.083618164 0.052976172 0.998591900 -0.002784541 31.968820572 -0.897790670 0.046407312 -0.437970757 -849.330444336\n-0.436824799 0.025993166 0.899170935 1451.492797852 0.052014150 0.998639882 -0.003599693 31.931842804 -0.898041546 0.045197178 -0.437582731 -850.497802734\n-0.436601400 0.026577467 0.899262488 1453.925292969 0.052801542 0.998597503 -0.003877589 31.886625290 -0.898104310 0.045789480 -0.437392354 -851.671752930\n-0.435826778 0.026108243 0.899651825 1456.327270508 0.052599683 0.998609543 -0.003498677 31.844848633 -0.898492277 0.045796584 -0.436594009 -852.843994141\n-0.435571432 0.026880858 0.899752796 1458.709960938 0.052974217 0.998587072 -0.004188736 31.808294296 -0.898594081 0.045839205 -0.436380029 -853.978515625\n-0.435291886 0.026527442 0.899898529 1461.103027344 0.052272938 0.998624206 -0.004152644 31.761566162 -0.898770571 0.045232724 -0.436079741 -855.127685547\n-0.434795618 0.025891995 0.900157094 1463.496582031 0.051973436 0.998641908 -0.003620504 31.719593048 -0.899028361 0.045210075 -0.435550809 -856.284790039\n-0.434963465 0.025755156 0.900079846 1465.895996094 0.052708495 0.998605132 -0.003103016 31.680576324 -0.898904264 0.046092149 -0.435714364 -857.439453125\n-0.435001373 0.024659846 0.900092006 1468.258544922 0.052503590 0.998618782 -0.001984964 31.643054962 -0.898897707 0.046394601 -0.435695291 -858.557495117\n-0.434176564 0.024166152 0.900503695 1470.650146484 0.052431554 0.998623371 -0.001519527 31.598981857 -0.899300754 0.046555065 -0.434845924 -859.706787109\n-0.434436202 0.024199346 0.900377691 1473.023315430 0.052965585 0.998595536 -0.001283020 31.552848816 -0.899144173 0.047131635 -0.435107827 -860.848022461\n-0.433669925 0.024146151 0.900748432 1475.334106445 0.052436117 0.998623133 -0.001524231 31.532480240 -0.899545014 0.046570733 -0.434338927 -861.991821289\n-0.433394074 0.024345480 0.900875628 1477.709838867 0.052410334 0.998624086 -0.001773446 31.495128632 -0.899679244 0.046446592 -0.434073687 -863.118652344\n-0.432525396 0.024751890 0.901282012 1480.091918945 0.052060816 0.998640954 -0.002441670 31.459587097 -0.900117576 0.045865394 -0.433226228 -864.254394531\n-0.432136297 0.025110560 0.901458621 1482.496215820 0.051956866 0.998645067 -0.002910940 31.417587280 -0.900310338 0.045579046 -0.432855368 -865.413085938\n-0.431692004 0.024925100 0.901676834 1484.891357422 0.051840283 0.998651505 -0.002786434 31.372825623 -0.900530398 0.045540296 -0.432402015 -866.556274414\n-0.431812525 0.024461368 0.901631594 1487.255371094 0.051419660 0.998674095 -0.002468059 31.336328506 -0.900496483 0.045295849 -0.432497740 -867.670898438\n-0.431685925 0.024124173 0.901701272 1489.623779297 0.051648449 0.998663366 -0.001991813 31.290233612 -0.900544107 0.045711637 -0.432354808 -868.796386719\n-0.431729913 0.024053751 0.901682317 1491.971191406 0.051368248 0.998677671 -0.002045886 31.260034561 -0.900539219 0.045434561 -0.432394624 -869.923583984\n-0.431835413 0.022670897 0.901667535 1494.334838867 0.050892454 0.998703897 -0.000736805 31.218700409 -0.900515556 0.045569897 -0.432429433 -871.052856445\n-0.432363868 0.021440122 0.901444316 1496.686035156 0.050797250 0.998708785 0.000610640 31.176891327 -0.900267303 0.046054911 -0.432894707 -872.151000977\n-0.433141351 0.020967912 0.901082098 1499.025634766 0.050724667 0.998712003 0.001143121 31.144672394 -0.899897516 0.046202220 -0.433647037 -873.265258789\n-0.433359981 0.021005372 0.900976300 1501.369628906 0.050512150 0.998722911 0.001011558 31.116874695 -0.899804473 0.045948610 -0.433867574 -874.385742188\n-0.433639288 0.021393305 0.900832593 1503.714111328 0.050246846 0.998736739 0.000469257 31.081214905 -0.899684548 0.045467485 -0.434166431 -875.497924805\n-0.433254600 0.020749373 0.901032805 1506.038696289 0.049038265 0.998796761 0.000578937 31.051624298 -0.899936616 0.044435911 -0.433750749 -876.626953125\n-0.432806134 0.019789698 0.901269972 1508.367919922 0.049183838 0.998788297 0.001688000 31.024787903 -0.900144517 0.045058485 -0.433255076 -877.750854492\n-0.433762789 0.020994740 0.900782645 1510.695312500 0.050421800 0.998727500 0.001002543 30.993539810 -0.899615347 0.045853943 -0.434269428 -878.827758789\n-0.433600545 0.022433490 0.900825858 1513.013305664 0.049971364 0.998750329 -0.000819072 30.964668274 -0.899718523 0.044660348 -0.434179783 -879.919677734\n-0.432445884 0.022414997 0.901381314 1515.333984375 0.050732024 0.998712182 -0.000496215 30.935718536 -0.900231600 0.045514312 -0.433026075 -881.046875000\n-0.432727933 0.020746890 0.901286006 1517.651855469 0.051333603 0.998680174 0.001657596 30.896347046 -0.900062084 0.046983536 -0.433221817 -882.140380859\n-0.432297468 0.019134210 0.901528120 1519.957519531 0.051208094 0.998682380 0.003358883 30.857603073 -0.900276005 0.047617570 -0.432707667 -883.248168945\n-0.431511164 0.019758156 0.901891351 1522.241821289 0.051476840 0.998670399 0.002750816 30.829122543 -0.900637865 0.047613516 -0.431954503 -884.343872070\n-0.431648612 0.021299556 0.901790261 1524.566894531 0.051726237 0.998660624 0.001171591 30.801649094 -0.900557458 0.047151934 -0.432172179 -885.419799805\n-0.431217194 0.022049392 0.901978791 1526.873168945 0.051865838 0.998654008 0.000383295 30.766609192 -0.900756240 0.046947166 -0.431780457 -886.523193359\n-0.430975437 0.021191426 0.902114987 1529.176513672 0.051353894 0.998679936 0.001073934 30.738372803 -0.900901377 0.046789948 -0.431494832 -887.616577148\n-0.430487275 0.019564236 0.902384639 1531.455444336 0.051158510 0.998686731 0.002753310 30.714086533 -0.901145697 0.047349915 -0.430922866 -888.710815430\n-0.430280924 0.018790785 0.902499318 1533.720581055 0.051665854 0.998657048 0.003839657 30.693004608 -0.901215136 0.048280533 -0.430673957 -889.781250000\n-0.429809690 0.017557587 0.902748883 1535.978027344 0.050715785 0.998701990 0.004722612 30.669759750 -0.901494145 0.047813438 -0.430142164 -890.852050781\n-0.429318070 0.018205706 0.902969837 1538.256225586 0.050842378 0.998698533 0.004037278 30.648572922 -0.901721179 0.047642410 -0.429684997 -891.928710938\n-0.428892612 0.020454269 0.903124094 1540.544433594 0.050731283 0.998711228 0.001473058 30.619356155 -0.901930094 0.046448421 -0.429377556 -893.029907227\n-0.428368688 0.022708211 0.903318644 1542.792968750 0.051530201 0.998671234 -0.000668768 30.582809448 -0.902133524 0.046261713 -0.428969622 -894.116333008\n-0.427505970 0.021778937 0.903750181 1545.081665039 0.050867397 0.998705387 -0.000005125 30.552824020 -0.902580321 0.045969229 -0.428060293 -895.218627930\n-0.427247405 0.018913379 0.903936923 1547.369384766 0.050319858 0.998728991 0.002887024 30.526678085 -0.902733386 0.046719451 -0.427656054 -896.291503906\n-0.426769853 0.015511136 0.904227257 1549.631713867 0.050197821 0.998717725 0.006559930 30.502113342 -0.902966082 0.048189819 -0.427001238 -897.363891602\n-0.425850749 0.015378694 0.904662728 1551.877563477 0.050630327 0.998693943 0.006855985 30.483221054 -0.903375745 0.048722997 -0.426073194 -898.432495117\n-0.425432801 0.016422048 0.904841185 1554.126464844 0.049572006 0.998757124 0.005180924 30.461494446 -0.903631508 0.047058921 -0.425718188 -899.495361328\n-0.424880385 0.018075755 0.905069053 1556.358764648 0.050086331 0.998738527 0.003566295 30.438543320 -0.903862894 0.046846837 -0.425249696 -900.536865234\n-0.423476100 0.018997231 0.905708075 1558.522216797 0.050967637 0.998696148 0.002882954 30.409046173 -0.904472411 0.047382664 -0.423892140 -901.546142578\n-0.423119545 0.018508909 0.905884981 1560.742553711 0.051499408 0.998666346 0.003649659 30.388422012 -0.904609323 0.048196774 -0.423508406 -902.607177734\n-0.422702432 0.016867504 0.906111836 1562.978393555 0.050163828 0.998729408 0.004809878 30.359462738 -0.904879391 0.047487173 -0.423011422 -903.628295898\n-0.422941804 0.015274029 0.906028092 1565.193359375 0.048950177 0.998783112 0.006012654 30.335958481 -0.904833734 0.046893235 -0.423174739 -904.655029297\n-0.423320532 0.014226371 0.905868530 1567.380493164 0.048378095 0.998805106 0.006921595 30.309818268 -0.904687643 0.046754237 -0.423502922 -905.694091797\n-0.423489571 0.012915588 0.905808926 1569.564453125 0.048184488 0.998804092 0.008285950 30.294330597 -0.904618621 0.047154952 -0.423605442 -906.724487305\n-0.424374104 0.012188802 0.905405164 1571.776367188 0.048039518 0.998804271 0.009070514 30.278594971 -0.904211938 0.047344510 -0.424452186 -907.760986328\n-0.424925685 0.013325580 0.905130327 1574.002685547 0.048622441 0.998784184 0.008122075 30.266988754 -0.903921604 0.047460917 -0.425056934 -908.815795898\n-0.425256848 0.013876731 0.904966354 1576.229980469 0.047816433 0.998830497 0.007153595 30.253627777 -0.903808773 0.046314377 -0.425423026 -909.865722656\n-0.426153183 0.013604219 0.904548645 1578.438476562 0.047187891 0.998860002 0.007208637 30.240610123 -0.903419435 0.045755729 -0.426309347 -910.892700195\n-0.426507711 0.013493087 0.904383302 1580.614135742 0.046611555 0.998888016 0.007078975 30.225418091 -0.903282106 0.045173947 -0.426662445 -911.915039062\n-0.427084565 0.012506144 0.904125214 1582.796875000 0.046560925 0.998881996 0.008177287 30.207323074 -0.903012097 0.045589294 -0.427189350 -912.942382812\n-0.427645087 0.012948024 0.903853953 1584.977294922 0.047675241 0.998828828 0.008248258 30.195241928 -0.902688622 0.046618786 -0.427761555 -913.975341797\n-0.428394318 0.013573434 0.903490186 1587.144531250 0.047255326 0.998855412 0.007400198 30.183147430 -0.902355611 0.045864917 -0.428545356 -915.004516602\n-0.429132819 0.013889975 0.903134644 1589.332885742 0.047478456 0.998846352 0.007197835 30.172760010 -0.901992738 0.045968264 -0.429297209 -916.046508789\n-0.429719567 0.014251095 0.902849972 1591.537597656 0.048500594 0.998796344 0.007318723 30.164781570 -0.901658952 0.046933755 -0.429893494 -917.110351562\n-0.430900097 0.014527933 0.902282715 1593.731689453 0.048819654 0.998781443 0.007232944 30.153356552 -0.901078105 0.047165807 -0.431084275 -918.172119141\n-0.432869792 0.013271329 0.901358724 1595.933471680 0.047631931 0.998831570 0.008168338 30.130153656 -0.900197148 0.046469282 -0.432996154 -919.224243164\n-0.435518026 0.012072313 0.900099099 1598.122680664 0.047052160 0.998848498 0.009369690 30.121566772 -0.898949564 0.046432275 -0.435584545 -920.277587891\n-0.438305140 0.010661479 0.898763061 1600.251342773 0.045396373 0.998916090 0.010289187 30.115501404 -0.897679150 0.045310386 -0.438314080 -921.307128906\n-0.440343618 0.009914320 0.897774577 1602.384033203 0.045435105 0.998903871 0.011254059 30.103286743 -0.896678925 0.045746133 -0.440311432 -922.357421875\n-0.443084240 0.009764215 0.896426857 1604.523559570 0.045753561 0.998883843 0.011734769 30.100513458 -0.895311713 0.046214212 -0.443036437 -923.402465820\n-0.445297122 0.009273947 0.895334840 1606.680541992 0.044580288 0.998935819 0.011825068 30.096181870 -0.894272387 0.045179952 -0.445236683 -924.458618164\n-0.448119164 0.009193279 0.893926561 1608.831665039 0.044092573 0.998957396 0.011829874 30.093193054 -0.892885804 0.044716716 -0.448057413 -925.520141602\n-0.450904727 0.009346750 0.892523229 1610.951171875 0.043361813 0.998993874 0.011444741 30.086982727 -0.891518295 0.043861911 -0.450856328 -926.580810547\n-0.453796625 0.008948992 0.891060352 1613.088378906 0.042410988 0.999033332 0.011565571 30.086048126 -0.890095472 0.043039169 -0.453737497 -927.655883789\n-0.457833290 0.008585474 0.888996601 1615.207519531 0.042567398 0.999018192 0.012274209 30.067573547 -0.888018370 0.043461815 -0.457749248 -928.724365234\n-0.460575461 0.007613501 0.887587905 1617.307006836 0.043901335 0.998934805 0.014212098 30.061271667 -0.886534214 0.045512035 -0.460419059 -929.784301758\n-0.463290572 0.006778602 0.886180639 1619.412841797 0.043739278 0.998926938 0.015225637 30.060234070 -0.885126531 0.045814790 -0.463089943 -930.861816406\n-0.465638757 0.006930722 0.884947836 1621.537353516 0.044088293 0.998909295 0.015374976 30.066459656 -0.883876085 0.046175022 -0.465436459 -931.958740234\n-0.467836142 0.007143061 0.883786440 1623.620727539 0.043590181 0.998936892 0.015000903 30.069040298 -0.882739663 0.045542374 -0.467650175 -933.043823242\n-0.469845295 0.006424439 0.882725358 1625.681396484 0.042997856 0.998953104 0.015615988 30.070701599 -0.881700933 0.045292396 -0.469629765 -934.128784180\n-0.472043157 0.006496156 0.881551743 1627.778686523 0.043650281 0.998918533 0.016012309 30.080667496 -0.880494356 0.046038475 -0.471816182 -935.255493164\n-0.473086834 0.007419311 0.880984724 1629.825439453 0.044506483 0.998889029 0.015487621 30.085584641 -0.879891098 0.046536513 -0.472891450 -936.351684570\n-0.474145889 0.007715617 0.880412579 1631.864379883 0.045928549 0.998816907 0.015981531 30.086370468 -0.879247665 0.048013646 -0.473939300 -937.430786133\n-0.475274563 0.009280005 0.879788637 1633.898193359 0.047141891 0.998776615 0.014931642 30.091878891 -0.878573716 0.048571527 -0.475130558 -938.522460938\n-0.476334929 0.010631475 0.879199803 1635.959350586 0.046868693 0.998812318 0.013314771 30.092987061 -0.878014028 0.047549229 -0.476267576 -939.629150391\n-0.477095485 0.011067342 0.878782034 1637.998901367 0.045738518 0.998878300 0.012251847 30.090190887 -0.877660692 0.046039481 -0.477066517 -940.734863281\n-0.478252530 0.010906632 0.878154695 1640.024047852 0.045291848 0.998898566 0.012260164 30.083621979 -0.877053738 0.045636702 -0.478219748 -941.819213867\n-0.479199290 0.011574730 0.877629817 1642.035400391 0.045708936 0.998885274 0.011783852 30.075664520 -0.876515090 0.045762338 -0.479194164 -942.908935547\n-0.479798317 0.013208310 0.877279460 1644.025024414 0.046640836 0.998856843 0.010469845 30.074851990 -0.876138330 0.045940459 -0.479865909 -943.983764648\n-0.480241060 0.011978856 0.877054811 1646.020385742 0.046052802 0.998871982 0.011574077 30.073394775 -0.875926793 0.045949176 -0.480250955 -945.062133789\n-0.480505824 0.010991154 0.876922667 1648.039428711 0.045708466 0.998876274 0.012526054 30.069473267 -0.875799596 0.046101630 -0.480468273 -946.160766602\n-0.481198549 0.011458786 0.876536906 1650.067504883 0.045267109 0.998905301 0.011792109 30.068162918 -0.875442266 0.045352634 -0.481190562 -947.258422852\n-0.481036305 0.010421354 0.876638710 1652.074462891 0.044494327 0.998930931 0.012540144 30.065280914 -0.875570834 0.045037717 -0.480985761 -948.353393555\n-0.480543137 0.009229046 0.876922727 1654.077026367 0.043813847 0.998948574 0.013496164 30.067054749 -0.875876129 0.044906840 -0.480442286 -949.440795898\n-0.479528546 0.007875658 0.877491057 1656.075439453 0.045034092 0.998862922 0.015645089 30.073074341 -0.876370072 0.047019277 -0.479337931 -950.539916992\n-0.478582859 0.005048743 0.878027797 1658.063232422 0.046043865 0.998751938 0.019354017 30.081581116 -0.876834214 0.049690299 -0.478218079 -951.619995117\n-0.477370620 0.003080683 0.878696680 1660.066772461 0.046831716 0.998661816 0.021941045 30.097682953 -0.877453208 0.051624883 -0.476876140 -952.710815430\n-0.476123452 0.002522063 0.879374862 1662.078491211 0.046169635 0.998688400 0.022133555 30.112354279 -0.878165603 0.051138718 -0.475615382 -953.808593750\n-0.474636316 0.006600474 0.880157530 1664.043334961 0.045775317 0.998803794 0.017194694 30.124595642 -0.878991127 0.048450705 -0.474370599 -954.863281250\n-0.472600460 0.012161044 0.881192982 1666.026367188 0.046327207 0.998865068 0.011061157 30.129451752 -0.880058348 0.046050716 -0.472627521 -955.931640625\n-0.469521165 0.015192289 0.882790506 1668.002929688 0.048525739 0.998784721 0.008620432 30.125644684 -0.881586730 0.046885539 -0.469687819 -957.006835938\n-0.466822147 0.013146454 0.884253561 1669.992309570 0.050968982 0.998627424 0.012061061 30.123493195 -0.882881284 0.050699871 -0.466851473 -958.066162109\n-0.464442372 0.010949690 0.885535717 1671.976928711 0.050449848 0.998626888 0.014111670 30.121646881 -0.884165287 0.051229198 -0.464357018 -959.102783203\n-0.462110043 0.008495135 0.886781931 1673.956054688 0.049584087 0.998637378 0.016272031 30.127883911 -0.885435343 0.051489741 -0.461901546 -960.141357422\n-0.460375667 0.005956821 0.887704253 1675.931396484 0.048785090 0.998636127 0.018599406 30.140655518 -0.886382759 0.051869445 -0.460038424 -961.160278320\n-0.458895326 0.007173703 0.888461411 1677.902954102 0.048955511 0.998652458 0.017222377 30.148052216 -0.887140632 0.051398348 -0.458628058 -962.166503906\n-0.457358479 0.008014778 0.889246285 1679.880371094 0.050721876 0.998566628 0.017087266 30.162414551 -0.887834728 0.052919246 -0.457109332 -963.190673828\n-0.456004858 0.006621390 0.889952660 1681.844848633 0.050896928 0.998529732 0.018649969 30.178882599 -0.888520718 0.053800333 -0.455671430 -964.181396484\n-0.454987884 0.005407772 0.890481293 1683.834228516 0.049134135 0.998610675 0.019040460 30.198020935 -0.889141202 0.052416205 -0.454621434 -965.209838867\n-0.454791188 0.004595566 0.890586197 1685.797241211 0.047154609 0.998708248 0.018926717 30.213935852 -0.889348805 0.050602950 -0.454420447 -966.203979492\n-0.454776287 0.004425192 0.890594780 1687.794311523 0.044848580 0.998832703 0.017938619 30.226257324 -0.889475822 0.048099965 -0.454443932 -967.213867188\n-0.454666495 0.003596726 0.890654504 1689.769775391 0.042906947 0.998919249 0.017869456 30.242259979 -0.889627635 0.046339910 -0.454329371 -968.223144531\n-0.455143213 0.002966423 0.890413582 1691.743896484 0.042276863 0.998938680 0.018282227 30.252853394 -0.889414310 0.045964912 -0.454785585 -969.219360352\n-0.455484748 0.002307026 0.890240788 1693.709594727 0.042187162 0.998929143 0.018996039 30.274425507 -0.889243662 0.046209134 -0.455094337 -970.213256836\n-0.455600619 0.002339748 0.890181303 1695.667846680 0.042381562 0.998919547 0.019065604 30.284481049 -0.889174938 0.046413571 -0.455207586 -971.224731445\n-0.455740094 0.002585113 0.890109181 1697.622192383 0.041985109 0.998945177 0.018595373 30.293510437 -0.889122188 0.045845989 -0.455367923 -972.221801758\n-0.456244469 0.002592514 0.889850795 1699.568969727 0.041952405 0.998946488 0.018599488 30.304813385 -0.888865113 0.045817293 -0.455872536 -973.210693359\n-0.456430554 0.003109282 0.889753640 1701.497924805 0.041313130 0.998989403 0.017702011 30.312713623 -0.888799429 0.044838242 -0.456097722 -974.196411133\n-0.456234574 0.003096979 0.889854133 1703.432617188 0.042321835 0.998937845 0.018222082 30.317779541 -0.888852537 0.045973804 -0.455881000 -975.178833008\n-0.456119895 0.002413199 0.889915109 1705.386230469 0.042875975 0.998894632 0.019267065 30.328678131 -0.888884902 0.046944067 -0.455719233 -976.182495117\n-0.455868840 0.001438244 0.890045881 1707.310791016 0.044173308 0.998802900 0.021010952 30.337463379 -0.888950229 0.048894506 -0.455386758 -977.172851562\n-0.455795050 0.001337690 0.890083969 1709.238281250 0.043778345 0.998822272 0.020916937 30.350414276 -0.889007688 0.048500229 -0.455316782 -978.147949219\n-0.455536246 0.000706536 0.890216947 1711.175292969 0.044061389 0.998791933 0.021754108 30.362258911 -0.889126122 0.049133979 -0.455016971 -979.145385742\n-0.454756498 -0.000271025 0.890615702 1713.098876953 0.042191826 0.998870611 0.021847500 30.380855560 -0.889615834 0.047511999 -0.454231501 -980.134765625\n-0.454376101 -0.000781593 0.890809774 1715.030639648 0.042539664 0.998839736 0.022574620 30.406696320 -0.889793813 0.048152111 -0.453815699 -981.116699219\n-0.453079820 -0.000900398 0.891469479 1716.954101562 0.043520402 0.998784781 0.023127567 30.435089111 -0.890407026 0.049275745 -0.452489972 -982.113037109\n-0.451536655 0.000767988 0.892252505 1718.881835938 0.044499122 0.998774588 0.021659711 30.447772980 -0.891142488 0.049484596 -0.451017499 -983.102294922\n-0.449912071 0.004093982 0.893063426 1720.788818359 0.045728259 0.998783350 0.018458594 30.469028473 -0.891901374 0.049142983 -0.449551821 -984.085327148\n-0.448716283 0.004396924 0.893663406 1722.727661133 0.045658521 0.998794734 0.018011363 30.472522736 -0.892507136 0.048885342 -0.448376179 -985.067993164\n-0.447576404 0.001210416 0.894244850 1724.645019531 0.045170978 0.998753071 0.021256547 30.483444214 -0.893104076 0.049907845 -0.447072983 -986.014770508\n-0.446150899 -0.001424097 0.894956827 1726.565063477 0.042855028 0.998817623 0.022953302 30.502178192 -0.893931329 0.048594028 -0.445562363 -986.969482422\n-0.445011973 -0.003041979 0.895519435 1728.476440430 0.041770473 0.998835325 0.024149999 30.518943787 -0.894549906 0.048153311 -0.444366574 -987.915283203\n-0.443715811 -0.005183466 0.896152556 1730.368286133 0.041096967 0.998813510 0.026125789 30.546096802 -0.895224690 0.048421577 -0.442976356 -988.838623047\n-0.442900538 -0.005329084 0.896555126 1732.268798828 0.041092046 0.998810828 0.026236460 30.561729431 -0.895628810 0.048461415 -0.442154884 -989.771972656\n-0.441694260 -0.004592645 0.897153974 1734.167602539 0.039977558 0.998892903 0.024795536 30.590019226 -0.896274626 0.046818066 -0.441021562 -990.709228516\n-0.440684915 -0.005210222 0.897646904 1736.072753906 0.039838213 0.998884380 0.025355743 30.616661072 -0.896777630 0.046934534 -0.439985752 -991.646972656\n-0.439429879 -0.005864081 0.898257971 1737.965820312 0.040316999 0.998842239 0.026243886 30.644706726 -0.897371888 0.047747403 -0.438684702 -992.572509766\n-0.439399958 -0.003932484 0.898282945 1739.852294922 0.040271457 0.998898745 0.024071960 30.672466278 -0.897388399 0.046752382 -0.438757658 -993.489501953\n-0.439554811 -0.003356671 0.898209572 1741.729492188 0.041531432 0.998847544 0.024056906 30.698978424 -0.897255123 0.047878254 -0.438908815 -994.400268555\n-0.439645290 -0.002806735 0.898167133 1743.584716797 0.043439563 0.998758435 0.024384379 30.721660614 -0.897120416 0.049736463 -0.438977599 -995.311401367\n-0.440045238 -0.001215010 0.897975028 1745.435546875 0.046189897 0.998644650 0.023986189 30.740505219 -0.896787107 0.052032370 -0.439392686 -996.206054688\n-0.440957189 -0.001916095 0.897526145 1747.273803711 0.048413448 0.998491049 0.025917305 30.764579773 -0.896221519 0.054880753 -0.440199018 -997.099365234\n-0.441998959 -0.003391206 0.897009194 1749.113159180 0.049010117 0.998407841 0.027924156 30.781097412 -0.895675719 0.056304969 -0.441128969 -997.997924805\n-0.442887068 -0.004507090 0.896566153 1750.912597656 0.047639463 0.998456419 0.028552309 30.801448822 -0.895310938 0.055357374 -0.441988707 -998.869506836\n-0.444136500 -0.005041054 0.895945132 1752.724975586 0.044709072 0.998613656 0.027781826 30.831638336 -0.894843102 0.052395787 -0.443295479 -999.744506836\n-0.446001291 -0.005196582 0.895017266 1754.539550781 0.041561749 0.998784184 0.026509942 30.862766266 -0.894066870 0.049021948 -0.445243001 -1000.619140625\n-0.447154164 -0.005173799 0.894441903 1756.296630859 0.039929695 0.998870909 0.025739726 30.888763428 -0.893565178 0.047224421 -0.446442723 -1001.497436523\n-0.448593616 -0.006610958 0.893711329 1758.078125000 0.038840085 0.998883724 0.026884513 30.912631989 -0.892891407 0.046772048 -0.447836161 -1002.379150391\n-0.449629307 -0.008315385 0.893176615 1759.838745117 0.038272835 0.998858929 0.028565999 30.928501129 -0.892394960 0.047028508 -0.448797941 -1003.258911133\n-0.451188087 -0.009619227 0.892377138 1761.627807617 0.037052240 0.998877764 0.029500932 30.961734772 -0.891659498 0.046375036 -0.450325251 -1004.149414062\n-0.452973247 -0.011353708 0.891451776 1763.420043945 0.035182063 0.998912334 0.030599402 31.004169464 -0.890829623 0.045223825 -0.452081084 -1005.048950195\n-0.455143332 -0.013864712 0.890310407 1765.158813477 0.033616558 0.998898387 0.032741148 31.025157928 -0.889783561 0.044831078 -0.454175830 -1005.917480469\n-0.457564354 -0.014749732 0.889054179 1766.953735352 0.033160169 0.998883843 0.033638198 31.057796478 -0.888557971 0.044872824 -0.456564546 -1006.796630859\n-0.459100366 -0.014223556 0.888270736 1768.702758789 0.034994811 0.998806238 0.034080498 31.096454620 -0.887695074 0.046731226 -0.458054662 -1007.679931641\n-0.461062789 -0.014699889 0.887245774 1770.443359375 0.037212186 0.998662949 0.035883393 31.126922607 -0.886586905 0.049560849 -0.459899306 -1008.541748047\n-0.462516904 -0.014106054 0.886498213 1772.186767578 0.040312942 0.998504758 0.036920976 31.170005798 -0.885693491 0.052813929 -0.461256742 -1009.449707031\n-0.463669062 -0.012755750 0.885916889 1773.882934570 0.043668807 0.998352110 0.037229903 31.199790955 -0.884931922 0.055949278 -0.462347984 -1010.315795898\n-0.465003848 -0.010015184 0.885252118 1775.576416016 0.046866924 0.998255372 0.035911813 31.241203308 -0.884067357 0.058188170 -0.463723183 -1011.202514648\n-0.466578722 -0.008690584 0.884437144 1777.236938477 0.049583998 0.998122215 0.035965361 31.272064209 -0.883088946 0.060634591 -0.465271711 -1012.076171875\n-0.467908978 -0.007198217 0.883747339 1778.883544922 0.052841015 0.997950017 0.036105618 31.309509277 -0.882195592 0.063592248 -0.466569424 -1012.961547852\n-0.469405055 -0.004713523 0.882970452 1780.513183594 0.056316849 0.997789919 0.035265639 31.343414307 -0.881185293 0.066279978 -0.468102217 -1013.827148438\n-0.470544219 -0.002989510 0.882371366 1782.156250000 0.058879633 0.997659087 0.034778986 31.382133484 -0.880409777 0.068318754 -0.469266653 -1014.720947266\n-0.472747445 -0.001912513 0.881195903 1783.781982422 0.060830377 0.997541308 0.034799546 31.415039062 -0.879095852 0.070054874 -0.471468687 -1015.577392578\n-0.474648356 -0.001186523 0.880174994 1785.386596680 0.063150108 0.997376025 0.035399202 31.453254700 -0.877907455 0.072385304 -0.473327994 -1016.441772461\n-0.476512551 0.000035961 0.879167616 1787.007690430 0.066517197 0.997135222 0.036011819 31.488426208 -0.876647711 0.075639851 -0.475149870 -1017.322143555\n-0.478392959 0.001513361 0.878144681 1788.536254883 0.069329582 0.996942163 0.036051057 31.525344849 -0.875404954 0.078127965 -0.477035046 -1018.157226562\n-0.480341792 0.002538938 0.877077758 1790.063232422 0.071712106 0.996761382 0.036388569 31.561523438 -0.874144852 0.080376044 -0.478968263 -1019.005004883\n-0.483195543 0.003882497 0.875503838 1791.541137695 0.073591642 0.996631384 0.036195997 31.592185974 -0.872414052 0.081919514 -0.481853485 -1019.819335938\n-0.487220287 0.004104152 0.873269737 1793.032104492 0.074169561 0.996570230 0.036697511 31.626869202 -0.870123982 0.082649782 -0.485853553 -1020.656860352\n-0.492458582 0.003631572 0.870328367 1794.535644531 0.075286664 0.996420681 0.038441803 31.659942627 -0.867073536 0.084455110 -0.490969300 -1021.496337891\n-0.498080850 0.004171043 0.867120743 1795.990844727 0.076583855 0.996292353 0.039197959 31.689300537 -0.863742292 0.085931189 -0.496553540 -1022.344970703\n-0.504659414 0.004417016 0.863307178 1797.435546875 0.076495729 0.996282458 0.039619386 31.725463867 -0.859922826 0.086033612 -0.503121257 -1023.181884766\n-0.512534022 0.004822040 0.858653545 1798.861328125 0.075720355 0.996342361 0.039602522 31.761222839 -0.855321944 0.085315175 -0.511024475 -1024.035888672\n-0.522822261 0.004452621 0.852430105 1800.299804688 0.073444329 0.996503234 0.039840546 31.791328430 -0.849271894 0.083435684 -0.521321058 -1024.891845703\n-0.534067631 0.005632300 0.845423222 1801.659179688 0.073287748 0.996522009 0.039658122 31.829856873 -0.842259467 0.083139271 -0.532622933 -1025.743408203\n-0.546764374 0.007236447 0.837255299 1803.016113281 0.074084513 0.996458709 0.039767973 31.864952087 -0.834002554 0.083771355 -0.545364261 -1026.616210938\n-0.559825778 0.008480372 0.828566968 1804.333496094 0.075964995 0.996261835 0.041129433 31.897392273 -0.825120866 0.085967399 -0.558377266 -1027.494628906\n-0.573201656 0.010518654 0.819346905 1805.621826172 0.078300640 0.996045053 0.041990761 31.941833496 -0.815664768 0.088224553 -0.571758270 -1028.385253906\n-0.586581588 0.011974434 0.809801877 1806.884277344 0.080395535 0.995812953 0.043509692 31.982299805 -0.805890203 0.090626419 -0.585088253 -1029.307128906\n-0.600681305 0.014162844 0.799363077 1808.137939453 0.082848705 0.995562851 0.044617608 32.027931213 -0.795184255 0.093027160 -0.599189281 -1030.244140625\n-0.615224838 0.013976586 0.788227916 1809.369750977 0.082379319 0.995508790 0.046646375 32.068359375 -0.784035861 0.093631677 -0.613613009 -1031.189697266\n-0.630286455 0.016395930 0.776189625 1810.561645508 0.082933865 0.995478153 0.046316378 32.109237671 -0.771920383 0.093564980 -0.628796101 -1032.143066406\n-0.645616531 0.017861122 0.763452888 1811.755371094 0.082752965 0.995475709 0.046690982 32.160575867 -0.759164870 0.093322456 -0.644173622 -1033.135742188\n-0.661531091 0.018518852 0.749689043 1812.926025391 0.084603846 0.995155752 0.050072677 32.209457397 -0.745130062 0.096551202 -0.659893274 -1034.145751953\n-0.677811384 0.018856103 0.734994054 1814.057006836 0.085046537 0.994971454 0.052904125 32.267662048 -0.730300605 0.098367713 -0.676006675 -1035.171875000\n-0.694197059 0.020120727 0.719503760 1815.168212891 0.085364014 0.994855940 0.054540668 32.328544617 -0.714705229 0.099281698 -0.692343593 -1036.221679688\n-0.710556149 0.020367345 0.703345716 1816.255859375 0.083876155 0.994905591 0.055925749 32.390861511 -0.698623478 0.098732315 -0.708644629 -1037.292724609\n-0.726979136 0.021166053 0.686333239 1817.308349609 0.082404815 0.994990408 0.056600142 32.453956604 -0.681696951 0.097704284 -0.725081444 -1038.383300781\n-0.743583322 0.022596475 0.668261230 1818.355468750 0.081362225 0.995059907 0.056886073 32.519416809 -0.663674474 0.096670762 -0.741748452 -1039.513671875\n-0.760509014 0.022440262 0.648939550 1819.364379883 0.079869978 0.995046198 0.059193093 32.580665588 -0.644396544 0.096847668 -0.758533955 -1040.663330078\n-0.777003646 0.023361275 0.629062712 1820.342651367 0.080247656 0.994833946 0.062175237 32.653251648 -0.624360442 0.098791175 -0.774864316 -1041.840332031\n-0.792886019 0.022419596 0.608957350 1821.274536133 0.079767302 0.994542778 0.067244656 32.725021362 -0.604126573 0.101892240 -0.790347457 -1043.035400391\n-0.808602691 0.021431249 0.587964654 1822.192993164 0.078028873 0.994415164 0.071063451 32.807281494 -0.583157957 0.103340305 -0.805758953 -1044.268554688\n-0.823781133 0.024088709 0.566396296 1823.077270508 0.078566454 0.994306803 0.071981378 32.894500732 -0.561437726 0.103796639 -0.820983768 -1045.528564453\n-0.838423610 0.026543839 0.544372499 1823.922119141 0.077156343 0.994534671 0.070339568 32.983871460 -0.539530277 0.100976147 -0.835889459 -1046.773437500\n-0.852398634 0.029421488 0.522064388 1824.724487305 0.077340350 0.994528174 0.070229456 33.070434570 -0.517141521 0.100240126 -0.850010037 -1048.043945312\n-0.866019964 0.030569047 0.499073893 1825.492553711 0.076116316 0.994556248 0.071163051 33.155426025 -0.494181663 0.099616297 -0.863632321 -1049.346435547\n-0.879324198 0.032679603 0.475101233 1826.223388672 0.076055877 0.994474411 0.072360881 33.242034912 -0.470111281 0.099762909 -0.876950979 -1050.659667969\n-0.892122388 0.033411570 0.450556934 1826.910400391 0.075295605 0.994309962 0.075354375 33.332180023 -0.445475519 0.101150267 -0.889561892 -1051.985107422\n-0.904601216 0.034076098 0.424894482 1827.574462891 0.073626444 0.994308233 0.077008374 33.419376373 -0.419851929 0.100945346 -0.901961446 -1053.342529297\n-0.916538835 0.035737164 0.398345828 1828.201416016 0.072374046 0.994376540 0.077313296 33.517879486 -0.393342763 0.099690534 -0.913971186 -1054.711669922\n-0.927608371 0.037871040 0.371629983 1828.799804688 0.071509846 0.994451523 0.077152558 33.610305786 -0.366646171 0.098142542 -0.925169706 -1056.117675781\n-0.937576771 0.039619781 0.345514715 1829.327392578 0.071019992 0.994365811 0.078694567 33.704536438 -0.340450168 0.098320633 -0.935108066 -1057.512207031\n-0.947103500 0.039990619 0.318426758 1829.826171875 0.069394194 0.994251788 0.081534430 33.796150208 -0.313335747 0.099318519 -0.944434404 -1058.917236328\n-0.955924511 0.039496996 0.290944010 1830.282104492 0.066692092 0.994218469 0.084153518 33.896324158 -0.285938084 0.099848077 -0.953031898 -1060.332641602\n-0.963979363 0.038691740 0.263148665 1830.703369141 0.063205525 0.994345486 0.085335232 34.003395081 -0.258358926 0.098893829 -0.960974097 -1061.774047852\n-0.970960617 0.039108347 0.236022085 1831.080444336 0.060715575 0.994530737 0.084983431 34.107856750 -0.231407672 0.096845768 -0.968024611 -1063.243164062\n-0.977151275 0.039589044 0.208826184 1831.416870117 0.058661606 0.994571567 0.085942842 34.211017609 -0.204290196 0.096229218 -0.974169254 -1064.693725586\n-0.982363105 0.042228453 0.182153538 1831.707031250 0.059000812 0.994401336 0.087663293 34.326309204 -0.177431837 0.096864372 -0.979354620 -1066.170532227\n-0.986935139 0.042534992 0.155402213 1831.954833984 0.056835480 0.994429410 0.088768877 34.427597046 -0.150760740 0.096441485 -0.983854771 -1067.617309570\n-0.990670562 0.045048799 0.128617570 1832.165161133 0.056855481 0.994349003 0.089652002 34.541679382 -0.123852037 0.096128210 -0.987633586 -1069.099975586\n-0.993796945 0.045421910 0.101511337 1832.345092773 0.054771673 0.994315863 0.091302052 34.653919220 -0.096787214 0.096295640 -0.990635872 -1070.589233398\n-0.996135712 0.046592772 0.074451514 1832.465576172 0.053335011 0.994394243 0.091298535 34.766002655 -0.069780305 0.094916597 -0.993036628 -1072.073974609\n-0.997711420 0.048118174 0.047501981 1832.547973633 0.052305661 0.994453132 0.091252871 34.879341125 -0.042847574 0.093528666 -0.994694114 -1073.564086914\n-0.998589873 0.048668467 0.021206385 1832.602050781 0.050417148 0.994508564 0.091710284 34.997619629 -0.016626533 0.092650130 -0.995559931 -1075.056762695\n-0.998696566 0.050837036 -0.004598630 1832.611694336 0.050202955 0.994527698 0.091620512 35.114856720 0.009231179 0.091270216 -0.995783567 -1076.565063477\n-0.998225927 0.051483199 -0.029911054 1832.604980469 0.048527896 0.994548202 0.092297800 35.232650757 0.034499772 0.090682529 -0.995282173 -1078.123046875\n-0.997104883 0.052448921 -0.055054031 1832.538940430 0.047088392 0.994408846 0.094518133 35.347637177 0.059703588 0.091652088 -0.993999720 -1079.626586914\n-0.995325804 0.053333860 -0.080510862 1832.439208984 0.045616198 0.994447887 0.094829023 35.467517853 0.085121453 0.090713173 -0.992232561 -1081.131835938\n-0.992860198 0.054272078 -0.106221400 1832.301757812 0.044270389 0.994554102 0.094352014 35.591159821 0.110763609 0.088975899 -0.989855886 -1082.636230469\n-0.989752889 0.054240104 -0.132088929 1832.120605469 0.042118002 0.994784415 0.092898056 35.710884094 0.136438802 0.086382791 -0.986875176 -1084.122680664\n-0.985847592 0.054514330 -0.158532634 1831.904052734 0.040525001 0.995101035 0.090175688 35.828292847 0.162671849 0.082474962 -0.983227134 -1085.616821289\n-0.981272459 0.054873195 -0.184643790 1831.642089844 0.038847644 0.995245218 0.089318819 35.949481964 0.188667059 0.080473118 -0.978738308 -1087.106323242\n-0.975892305 0.054633878 -0.211304665 1831.336181641 0.036295749 0.995306134 0.089712642 36.058986664 0.215214178 0.079880409 -0.973294616 -1088.582641602\n-0.969706655 0.054618001 -0.238088652 1830.994873047 0.033647619 0.995257437 0.091271281 36.171741486 0.241944566 0.080495238 -0.966945529 -1090.066894531\n-0.962661743 0.056129485 -0.264824718 1830.616455078 0.032211840 0.995068729 0.093811452 36.289920807 0.268784404 0.081778198 -0.959722638 -1091.535156250\n-0.954860926 0.057153720 -0.291503549 1830.190185547 0.030775210 0.995068967 0.094289944 36.415077209 0.295455158 0.081062689 -0.951911449 -1093.001708984\n-0.946099043 0.056946881 -0.318832070 1829.717773438 0.028825024 0.995319486 0.092239842 36.537803650 0.322592556 0.078077674 -0.943312287 -1094.473266602\n-0.936808109 0.057503171 -0.345085174 1829.213867188 0.027362905 0.995420873 0.091589168 36.659122467 0.348771632 0.076358944 -0.934091806 -1095.914794922\n-0.926886320 0.058156133 -0.370809793 1828.661132812 0.025675768 0.995433509 0.091939457 36.777019501 0.374463350 0.075696580 -0.924146891 -1097.331298828\n-0.916041851 0.059215575 -0.396687746 1828.068603516 0.024328180 0.995423555 0.092412628 36.900199890 0.400344610 0.075003125 -0.913290262 -1098.737182617\n-0.904380560 0.060027752 -0.422483921 1827.435058594 0.022610050 0.995406508 0.093030587 37.024772644 0.426127672 0.074582666 -0.901583552 -1100.139038086\n-0.891581178 0.060085580 -0.448857248 1826.774658203 0.020593829 0.995513022 0.092356555 37.146705627 0.452392519 0.073099665 -0.888818026 -1101.512451172\n-0.877928495 0.060579393 -0.474943757 1826.062500000 0.019381855 0.995646894 0.091168262 37.268783569 0.478399187 0.070833929 -0.875280976 -1102.874877930\n-0.863373160 0.059707142 -0.501021266 1825.311767578 0.015985735 0.995712280 0.091112882 37.383392334 0.504313111 0.070655212 -0.860625625 -1104.210693359\n-0.847831130 0.059582748 -0.526908517 1824.526123047 0.013586992 0.995781898 0.090740517 37.500221252 0.530092537 0.069773525 -0.845064521 -1105.534057617\n-0.831649184 0.059505269 -0.552103937 1823.705322266 0.011089453 0.995823383 0.090624616 37.615295410 0.555190623 0.069245353 -0.828835607 -1106.810058594\n-0.814694643 0.060263801 -0.576750278 1822.834106445 0.009722258 0.995865047 0.090323225 37.734458923 0.579808712 0.067978531 -0.811911821 -1108.097167969\n-0.797239304 0.060437292 -0.600630462 1821.922485352 0.006906764 0.995823741 0.091035247 37.854598999 0.603623986 0.068428457 -0.794327140 -1109.354248047\n-0.779209018 0.061450012 -0.623744547 1820.976684570 0.005609215 0.995826006 0.091099419 37.970123291 0.626739144 0.067486770 -0.776301265 -1110.564819336\n-0.760199547 0.061416861 -0.646780252 1820.000976562 0.003791211 0.995924175 0.090114780 38.084510803 0.649678648 0.066053130 -0.757333994 -1111.736694336\n-0.740496516 0.061463259 -0.669243872 1818.999023438 0.002142927 0.996020079 0.089103267 38.200965881 0.672056913 0.064546511 -0.737681031 -1112.879882812\n-0.720239878 0.060761228 -0.691058993 1817.966308594 0.000184648 0.996173620 0.087395929 38.309501648 0.693724990 0.062818430 -0.717495203 -1113.985839844\n-0.699165106 0.061343737 -0.712324023 1816.899291992 -0.001547897 0.996180177 0.087308101 38.422187805 0.714958847 0.062145364 -0.696399450 -1115.063476562\n-0.677637100 0.062413793 -0.732743144 1815.790161133 -0.003216679 0.996130884 0.087823473 38.535499573 0.735389471 0.061869439 -0.674814463 -1116.114501953\n-0.654915810 0.062140521 -0.753142834 1814.659423828 -0.005426577 0.996201038 0.086913668 38.645965576 0.755682588 0.061008107 -0.652090549 -1117.140625000\n-0.631904006 0.062011801 -0.772562027 1813.487426758 -0.006264960 0.996352792 0.085099302 38.753288269 0.775021434 0.058614649 -0.629210711 -1118.127563477\n-0.608116031 0.059862111 -0.791587889 1812.292602539 -0.008513728 0.996603668 0.081906423 38.865867615 0.793802500 0.056547973 -0.605540991 -1119.091796875\n-0.584377289 0.059124127 -0.809325397 1811.070922852 -0.009695818 0.996762276 0.079817981 38.970085144 0.811424196 0.054490879 -0.581912041 -1119.998657227\n-0.560426235 0.058937114 -0.826104641 1809.813720703 -0.011117895 0.996839464 0.078660257 39.069442749 0.828129709 0.053267814 -0.557999730 -1120.884887695\n-0.536661148 0.059532687 -0.841695130 1808.529907227 -0.013358057 0.996783614 0.079019062 39.163490295 0.843692124 0.053649869 -0.534139752 -1121.732421875\n-0.512717724 0.060233623 -0.856441915 1807.219604492 -0.014818719 0.996766508 0.078974046 39.267272949 0.858429551 0.053182747 -0.510167241 -1122.537841797\n-0.488200545 0.059749436 -0.870683730 1805.886596680 -0.016461328 0.996845782 0.077637151 39.367271423 0.872576177 0.052235112 -0.485677123 -1123.314086914\n-0.464095354 0.058397498 -0.883858263 1804.525146484 -0.018825589 0.996948779 0.075754434 39.466926575 0.885585308 0.051796421 -0.461579919 -1124.057983398\n-0.439987779 0.058608625 -0.896089196 1803.145507812 -0.019367352 0.997016490 0.074719317 39.563796997 0.897794962 0.050230462 -0.437540054 -1124.757812500\n-0.416506171 0.058837112 -0.907227039 1801.734497070 -0.020401012 0.997047424 0.074028373 39.658958435 0.908903956 0.049341623 -0.414076090 -1125.430053711\n-0.393581390 0.058807477 -0.917406917 1800.294921875 -0.020091368 0.997163177 0.072539501 39.756774902 0.919070244 0.046982154 -0.391283393 -1126.064819336\n-0.370524168 0.058499955 -0.926978886 1798.836914062 -0.019682350 0.997295976 0.070804805 39.852226257 0.928614438 0.044480000 -0.368370891 -1126.674804688\n-0.347744465 0.057780426 -0.935807228 1797.369140625 -0.020559765 0.997389376 0.069222726 39.949211121 0.937363923 0.043311797 -0.345648646 -1127.240844727\n-0.325405002 0.059433624 -0.943705082 1795.879394531 -0.021834781 0.997284293 0.070336983 40.042160034 0.945322633 0.043493599 -0.323223591 -1127.772583008\n-0.303263783 0.059123233 -0.951070845 1794.370361328 -0.025180677 0.997227609 0.070021816 40.136276245 0.952574015 0.045183681 -0.300934315 -1128.279785156\n-0.281108618 0.057669252 -0.957941592 1792.848876953 -0.025342727 0.997398615 0.067481451 40.226097107 0.959341228 0.043246474 -0.278915882 -1128.757934570\n-0.260811210 0.057675794 -0.963665485 1791.308105469 -0.025906336 0.997436166 0.066708401 40.317459106 0.965042233 0.042363334 -0.258648396 -1129.182495117\n-0.241534472 0.057801228 -0.968669415 1789.753784180 -0.025837373 0.997487485 0.065963291 40.406311035 0.970048368 0.040960263 -0.239434123 -1129.582275391\n-0.222943187 0.058408532 -0.973079979 1788.174926758 -0.025039170 0.997530937 0.065612935 40.495254517 0.974509776 0.038993079 -0.220930219 -1129.962768555\n-0.206135750 0.058512285 -0.976772547 1786.590454102 -0.024852524 0.997575521 0.065003276 40.582557678 0.978207886 0.037674751 -0.204181910 -1130.315917969\n-0.190583110 0.057115994 -0.980008125 1784.984863281 -0.024024051 0.997735620 0.062821150 40.674575806 0.981377125 0.035516407 -0.188779354 -1130.639038086\n-0.175952673 0.055984836 -0.982805550 1783.381835938 -0.023342140 0.997863472 0.061021578 40.753273010 0.984122038 0.033677679 -0.174269915 -1130.937255859\n-0.162146926 0.054772686 -0.985245287 1781.779418945 -0.022509923 0.997993171 0.059185952 40.835098267 0.986509860 0.031774625 -0.160588622 -1131.215332031\n-0.149449706 0.054543350 -0.987263799 1780.152221680 -0.022125687 0.998042881 0.058488198 40.916297913 0.988521755 0.030584937 -0.147950411 -1131.471435547\n-0.137574434 0.054294370 -0.989002228 1778.522827148 -0.021006174 0.998111963 0.057716530 40.992637634 0.990268648 0.028715473 -0.136174202 -1131.689208984\n-0.125912309 0.054518603 -0.990542173 1776.874755859 -0.020830072 0.998123348 0.057583671 41.071189880 0.991822660 0.027883563 -0.124540448 -1131.916381836\n-0.114881396 0.053390637 -0.991943419 1775.222412109 -0.023349239 0.998133600 0.056428000 41.152946472 0.993104756 0.029643649 -0.113420367 -1132.123657227\n-0.104898691 0.053553030 -0.993039966 1773.558349609 -0.023315558 0.998142123 0.056291092 41.233299255 0.994209588 0.029058140 -0.103455186 -1132.307128906\n-0.096572876 0.055056285 -0.993802130 1771.866943359 -0.023312120 0.998069942 0.057558082 41.316169739 0.995052934 0.028726183 -0.095103025 -1132.480712891\n-0.089914680 0.056040518 -0.994371653 1770.178955078 -0.023100846 0.998029709 0.058335543 41.396492004 0.995681643 0.028216036 -0.088442922 -1132.653320312\n-0.084763050 0.055787746 -0.994838178 1768.476928711 -0.021658197 0.998092294 0.057815570 41.479736328 0.996165752 0.026447024 -0.083393097 -1132.799438477\n-0.079217434 0.056340903 -0.995263934 1766.787841797 -0.022005402 0.998059452 0.058250662 41.560684204 0.996614456 0.026515651 -0.077823877 -1132.944458008\n-0.073415399 0.056848876 -0.995679855 1765.079101562 -0.022457382 0.998026609 0.058638740 41.642616272 0.997048616 0.026665349 -0.071993828 -1133.081298828\n-0.068490505 0.056586046 -0.996045828 1763.373413086 -0.023929203 0.998009741 0.058343053 41.722236633 0.997364879 0.027830521 -0.067000151 -1133.207397461\n-0.064124823 0.057091143 -0.996307611 1761.672607422 -0.024381543 0.997974575 0.058755927 41.799743652 0.997644126 0.028059216 -0.062602997 -1133.320556641\n-0.060808063 0.057665091 -0.996482432 1759.963378906 -0.024511792 0.997942448 0.059245359 41.878540039 0.997848511 0.028028164 -0.059269547 -1133.428955078\n-0.057896376 0.057511386 -0.996664762 1758.283813477 -0.025260486 0.997935236 0.059052084 41.957183838 0.998003066 0.028595129 -0.056324005 -1133.530029297\n-0.055793524 0.056936402 -0.996817589 1756.561279297 -0.025378454 0.997969329 0.058422659 42.034179688 0.998119712 0.028557297 -0.054235339 -1133.629272461\n-0.053557634 0.056420732 -0.996969521 1754.869873047 -0.025610592 0.997996449 0.057854660 42.111412048 0.998236299 0.028631540 -0.052005410 -1133.732910156\n-0.052046895 0.055955339 -0.997075796 1753.154907227 -0.024439810 0.998058617 0.057286244 42.193305969 0.998345554 0.027349915 -0.050578356 -1133.816406250\n-0.050365329 0.056131415 -0.997152388 1751.444335938 -0.025130423 0.998032033 0.057450250 42.267372131 0.998414814 0.027952345 -0.048855543 -1133.912353516\n-0.049420476 0.055672333 -0.997225285 1749.735107422 -0.024972029 0.998064280 0.056956738 42.345207214 0.998465836 0.027717568 -0.047934651 -1133.998413086\n-0.048326850 0.055802941 -0.997271538 1748.023925781 -0.024842283 0.998062134 0.057051018 42.421051025 0.998522580 0.027531603 -0.046846986 -1134.077758789\n-0.047144294 0.057112973 -0.997254014 1746.350585938 -0.024467658 0.997998476 0.058312297 42.487884521 0.998588443 0.027149558 -0.045652509 -1134.162353516\n-0.046371937 0.058151297 -0.997230351 1744.655029297 -0.025116568 0.997920632 0.059359495 42.560333252 0.998608589 0.027799603 -0.044814944 -1134.243652344\n-0.044781446 0.058668498 -0.997272611 1742.898803711 -0.025421450 0.997883856 0.059845977 42.647499084 0.998673320 0.028032100 -0.043195248 -1134.339843750\n-0.043573618 0.058675226 -0.997325838 1741.169311523 -0.025427548 0.997885346 0.059819084 42.731872559 0.998726726 0.027966071 -0.041989446 -1134.413452148\n-0.042005181 0.058098018 -0.997426808 1739.434448242 -0.026239591 0.997899413 0.059230585 42.807144165 0.998772800 0.028660055 -0.040392399 -1134.494506836\n-0.040638328 0.057520151 -0.997516870 1737.725708008 -0.026650677 0.997924030 0.058629360 42.883697510 0.998818398 0.028967099 -0.039021015 -1134.573730469\n-0.039273858 0.058840554 -0.997494578 1735.987792969 -0.026662996 0.997847557 0.059911165 42.965072632 0.998872757 0.028949130 -0.037620425 -1134.654296875\n-0.037819147 0.059280440 -0.997524738 1734.250366211 -0.027420854 0.997801363 0.060336493 43.051254272 0.998908341 0.029634858 -0.036110520 -1134.729614258\n-0.036546350 0.059401039 -0.997565091 1732.550903320 -0.027557861 0.997792304 0.060424171 43.123428345 0.998952031 0.029699035 -0.034828663 -1134.797729492\n-0.035074234 0.057262622 -0.997742832 1730.852172852 -0.029646322 0.997858167 0.058311414 43.199707031 0.998944879 0.031624634 -0.033301473 -1134.866821289\n-0.033462763 0.055091463 -0.997920394 1729.161254883 -0.029323753 0.997995615 0.056078915 43.275680542 0.999009669 0.031139331 -0.031780243 -1134.922607422\n-0.031808972 0.053207897 -0.998076737 1727.473144531 -0.029671716 0.998091638 0.054154336 43.341659546 0.999053478 0.031337239 -0.030169487 -1134.985473633\n-0.029928327 0.052598152 -0.998167157 1725.807617188 -0.029367253 0.998137176 0.053477097 43.408172607 0.999120474 0.030913908 -0.028327942 -1135.041015625\n-0.026930690 0.052161206 -0.998275518 1724.144531250 -0.028579703 0.998189270 0.052927703 43.471313477 0.999228716 0.029955791 -0.025391102 -1135.096679688\n-0.022786498 0.053312652 -0.998317838 1722.487548828 -0.028968183 0.998122633 0.053963423 43.534118652 0.999320567 0.030149093 -0.021199346 -1135.143310547\n-0.017970800 0.053686779 -0.998396099 1720.840942383 -0.029642053 0.998089850 0.054203857 43.597702026 0.999399066 0.030568590 -0.016345024 -1135.178466797\n-0.011329412 0.053616825 -0.998497307 1719.197998047 -0.031277899 0.998053789 0.053947896 43.656188965 0.999446511 0.031842090 -0.009630322 -1135.208007812\n-0.002889633 0.053289238 -0.998574972 1717.575561523 -0.032971393 0.998031080 0.053355623 43.721092224 0.999452114 0.033078577 -0.001126885 -1135.233764648\n0.006716013 0.052523777 -0.998597145 1715.942382812 -0.033742953 0.998062849 0.052268740 43.784759521 0.999408007 0.033344578 0.008475304 -1135.241088867\n0.018069923 0.052359577 -0.998464763 1714.322753906 -0.033950176 0.998084128 0.051725194 43.837066650 0.999260128 0.032963388 0.019812942 -1135.236816406\n0.029622972 0.053266890 -0.998140812 1712.721923828 -0.035084616 0.998019159 0.052219149 43.896865845 0.998945236 0.033472504 0.031433105 -1135.197265625\n0.044401765 0.053605936 -0.997574627 1711.143310547 -0.037286848 0.997952461 0.051966615 43.949798584 0.998317778 0.034888998 0.046309650 -1135.161376953\n0.060358107 0.053306811 -0.996752441 1709.566406250 -0.038528819 0.997953236 0.051037930 44.004051208 0.997433007 0.035323136 0.062288404 -1135.087524414\n0.077479064 0.052507415 -0.995610356 1708.000488281 -0.039752141 0.997980773 0.049538895 44.055023193 0.996201158 0.035739414 0.079409897 -1134.989135742\n0.095733941 0.050267942 -0.994136989 1706.457031250 -0.040873218 0.998080254 0.046531301 44.101165771 0.994567573 0.036178943 0.097604811 -1134.856811523\n0.115473926 0.048728228 -0.992114663 1704.911132812 -0.041014634 0.998178124 0.044252273 44.144493103 0.992463470 0.035581227 0.117262125 -1134.699707031\n0.136459768 0.046832416 -0.989538014 1703.385742188 -0.041156098 0.998287559 0.041570980 44.181503296 0.989790320 0.035052758 0.138153493 -1134.523559570\n0.158496737 0.045561466 -0.986307740 1701.885986328 -0.040973984 0.998377740 0.039534628 44.224037170 0.986508965 0.034146845 0.160106480 -1134.307861328\n0.180720925 0.045977604 -0.982459188 1700.432495117 -0.040794745 0.998397529 0.039219406 44.256561279 0.982688010 0.032991406 0.182306945 -1134.045776367\n0.205808997 0.045113765 -0.977551877 1698.959594727 -0.040344346 0.998478651 0.037585627 44.286216736 0.977760315 0.031703223 0.207315981 -1133.765747070\n0.232128739 0.043660320 -0.971704781 1697.529907227 -0.041967366 0.998511374 0.034839280 44.311904907 0.971779406 0.032692686 0.233615458 -1133.446777344\n0.259102523 0.042307917 -0.964922726 1696.108764648 -0.042088211 0.998585761 0.032482307 44.337638855 0.964932382 0.032195624 0.260516763 -1133.082519531\n0.286875963 0.039633997 -0.957147539 1694.708129883 -0.040342610 0.998757243 0.029265517 44.357982635 0.957117915 0.030218253 0.288118362 -1132.680786133\n0.315002501 0.036592174 -0.948385179 1693.326171875 -0.037248626 0.998963237 0.026171671 44.372188568 0.948359609 0.027081905 0.316038907 -1132.244750977\n0.343404412 0.035097912 -0.938531637 1691.942749023 -0.037021924 0.999030650 0.023814222 44.385032654 0.938457727 0.026568336 0.344370902 -1131.765991211\n0.371713340 0.032645479 -0.927773476 1690.573852539 -0.033537999 0.999201357 0.021721771 44.387588501 0.927741647 0.023041384 0.372511387 -1131.229980469\n0.400986135 0.032180645 -0.915518820 1689.222900391 -0.032531809 0.999252677 0.020875366 44.397094727 0.915506423 0.021412743 0.401733339 -1130.664428711\n0.430674314 0.032231670 -0.901931763 1687.899902344 -0.031798471 0.999283493 0.020526821 44.407451630 0.901947141 0.019839672 0.431390703 -1130.054321289\n0.461771965 0.030331323 -0.886479974 1686.597656250 -0.030047476 0.999376476 0.018542245 44.417179108 0.886489630 0.018074196 0.462395370 -1129.405029297\n0.492459238 0.029366780 -0.869839907 1685.323730469 -0.030980393 0.999388695 0.016200965 44.420402527 0.869783938 0.018969668 0.493067980 -1128.716064453\n0.523010850 0.026384648 -0.851917565 1684.100708008 -0.030839862 0.999452055 0.012020656 44.414470673 0.851767957 0.019986084 0.523537993 -1127.978515625\n0.553174376 0.023853488 -0.832723975 1682.837036133 -0.030324293 0.999504089 0.008486650 44.404762268 0.832513452 0.020557167 0.553623378 -1127.190673828\n0.582152009 0.022358593 -0.812772572 1681.648681641 -0.028387943 0.999571323 0.007164254 44.395217896 0.812584341 0.018902253 0.582537115 -1126.366455078\n0.610696912 0.020951079 -0.791587293 1680.497436523 -0.027598456 0.999605775 0.005164972 44.380950928 0.791383386 0.018692352 0.611034393 -1125.520141602\n0.638439655 0.018482849 -0.769449890 1679.379760742 -0.026240893 0.999653161 0.002239538 44.367565155 0.769224405 0.018761244 0.638703227 -1124.616455078\n0.665552795 0.018747166 -0.746115267 1678.296508789 -0.025728099 0.999666631 0.002167906 44.347396851 0.745907187 0.017753273 0.665813267 -1123.681152344\n0.691855192 0.018637205 -0.721795738 1677.246704102 -0.025912590 0.999663711 0.000974204 44.324043274 0.721571147 0.018029587 0.692105532 -1122.706542969\n0.717843652 0.016534081 -0.696008027 1676.218383789 -0.024827719 0.999689996 -0.001858404 44.303665161 0.695761561 0.018614335 0.718031645 -1121.697021484\n0.742099106 0.013586314 -0.670152485 1675.253295898 -0.023928991 0.999694228 -0.006230705 44.273624420 0.669862926 0.020659871 0.742197275 -1120.651611328\n0.765510857 0.010213250 -0.643341959 1674.316162109 -0.021339562 0.999726951 -0.009520918 44.243377686 0.643069088 0.021017002 0.765519738 -1119.571044922\n0.787994683 0.008029238 -0.615629673 1673.401123047 -0.019958539 0.999722540 -0.012507863 44.204528809 0.615358472 0.022143198 0.787936330 -1118.465820312\n0.809424758 0.003718225 -0.587211847 1672.549072266 -0.015840482 0.999754310 -0.015504398 44.166873932 0.587009966 0.021851363 0.809284747 -1117.318969727\n0.829567313 0.002108152 -0.558402717 1671.744873047 -0.014416234 0.999740422 -0.017642522 44.121646881 0.558220565 0.022685723 0.829382360 -1116.160888672\n0.848776460 -0.000622491 -0.528751493 1670.970703125 -0.012029506 0.999717712 -0.020487275 44.074829102 0.528614998 0.023749737 0.848529398 -1114.977050781\n0.866361320 -0.003452093 -0.499405801 1670.247192383 -0.010077470 0.999651670 -0.024392229 44.024291992 0.499316037 0.026165230 0.866024733 -1113.768554688\n0.882429540 -0.007918580 -0.470377952 1669.569091797 -0.006799313 0.999539196 -0.029582266 43.968051910 0.470395476 0.029302513 0.881969094 -1112.524169922\n0.896995962 -0.010459039 -0.441915035 1668.927368164 -0.003701838 0.999507248 -0.031169839 43.908195496 0.442023277 0.029595116 0.896515250 -1111.252685547\n0.909879863 -0.012804207 -0.414674193 1668.327392578 0.000393069 0.999549806 -0.030001380 43.841194153 0.414871633 0.027134657 0.909475267 -1109.965087891\n0.921754420 -0.015472668 -0.387465268 1667.760009766 0.003745907 0.999512315 -0.031002304 43.786357880 0.387755990 0.027125102 0.921362877 -1108.650878906\n0.932864845 -0.018377768 -0.359757513 1667.232910156 0.007206584 0.999450028 -0.032368727 43.724258423 0.360154510 0.027603023 0.932484210 -1107.335937500\n0.943307817 -0.022158680 -0.331178784 1666.745605469 0.010864858 0.999295771 -0.035914652 43.658710480 0.331741393 0.030280361 0.942884266 -1106.019409180\n0.952838898 -0.025955113 -0.302364528 1666.304565430 0.014553371 0.999097645 -0.039901085 43.583309174 0.303127348 0.033618886 0.952356875 -1104.650390625\n0.961928368 -0.023598885 -0.272281051 1665.881713867 0.013367273 0.999135196 -0.039371528 43.506137848 0.272974700 0.034232933 0.961411953 -1103.260009766\n0.970196128 -0.023214879 -0.241206542 1665.513305664 0.015001778 0.999245226 -0.035831075 43.436222076 0.241856307 0.031144643 0.969812095 -1101.861816406\n0.977842212 -0.018960625 -0.208482847 1665.191162109 0.012267584 0.999368429 -0.033349928 43.365345001 0.208983511 0.030053388 0.977457285 -1100.453613281\n0.984458745 -0.019861162 -0.174489409 1664.910278320 0.012844391 0.999066234 -0.041250896 43.292366028 0.175145760 0.038368594 0.983794570 -1099.062500000\n0.990034044 -0.018723020 -0.139578030 1664.663452148 0.011394332 0.998523057 -0.053121477 43.214721680 0.140366465 0.051001672 0.988785148 -1097.666137695\n0.994111419 -0.018406818 -0.106787972 1664.484497070 0.012400140 0.998317540 -0.056642402 43.119766235 0.107650913 0.054984674 0.992667079 -1096.229614258\n0.996988654 -0.020168252 -0.074879140 1664.356567383 0.016278613 0.998504102 -0.052197322 43.027561188 0.075819857 0.050821207 0.995825589 -1094.792114258\n0.998854935 -0.023122841 -0.041881990 1664.271728516 0.021197045 0.998723149 -0.045856047 42.942710876 0.042888835 0.044915766 0.998069704 -1093.338256836\n0.999623477 -0.026025075 -0.008695057 1664.243041992 0.025619175 0.998706520 -0.043919530 42.863800049 0.009826818 0.043680232 0.998997211 -1091.891723633\n0.999325931 -0.026544455 0.025358934 1664.256103516 0.027707880 0.998525262 -0.046685480 42.782302856 -0.024082296 0.047356654 0.998587728 -1090.444458008\n0.997938514 -0.026204869 0.058583207 1664.323974609 0.029237621 0.998243630 -0.051525094 42.696918488 -0.057130106 0.053131707 0.996951938 -1088.995605469\n0.995442808 -0.025993219 0.091749571 1664.432983398 0.031168966 0.997975588 -0.055437036 42.607677460 -0.090122841 0.058044136 0.994237781 -1087.560668945\n0.991812289 -0.025210323 0.125191346 1664.586914062 0.032722306 0.997761846 -0.058314610 42.512252808 -0.123441018 0.061933696 0.990417361 -1086.120361328\n0.987111151 -0.022672620 0.158421993 1664.791625977 0.032367416 0.997739851 -0.058886137 42.413570404 -0.156728834 0.063254878 0.985613942 -1084.676025391\n0.981331587 -0.020387344 0.191239849 1665.050292969 0.032051105 0.997796357 -0.058096386 42.314632416 -0.189633995 0.063141271 0.979822516 -1083.210327148\n0.974514306 -0.016879998 0.223689437 1665.355102539 0.030464133 0.997885406 -0.057416350 42.214267731 -0.222247228 0.062767558 0.972967863 -1081.780517578\n0.966663480 -0.014692682 0.255628198 1665.712768555 0.030643603 0.997815311 -0.058528248 42.114688873 -0.254209816 0.064410493 0.965001881 -1080.322998047\n0.958264410 -0.012612277 0.285605162 1666.109252930 0.030692091 0.997790992 -0.058916029 42.013271332 -0.284231186 0.065222949 0.956534684 -1078.911376953\n0.949361265 -0.011636112 0.313971013 1666.566040039 0.031531978 0.997797251 -0.058364492 41.920829773 -0.312600255 0.065309115 0.947636962 -1077.490356445\n0.940092623 -0.011689492 0.340718716 1667.040649414 0.033171695 0.997806191 -0.057292473 41.817443848 -0.339301527 0.065162450 0.938417971 -1076.094116211\n0.930760264 -0.012619642 0.365412205 1667.583374023 0.035184063 0.997857571 -0.055157773 41.726318359 -0.363933265 0.064195350 0.929210186 -1074.666992188\n0.921204090 -0.012614875 0.388875097 1668.136962891 0.036274165 0.997905672 -0.053558212 41.628108978 -0.387385041 0.063444167 0.919732392 -1073.287719727\n0.911782920 -0.013142862 0.410462171 1668.748291016 0.038591977 0.997806966 -0.053777099 41.535316467 -0.408855230 0.064873584 0.910290539 -1071.882202148\n0.902775407 -0.012227115 0.429938376 1669.378295898 0.039573018 0.997717202 -0.054720271 41.437614441 -0.428287864 0.066414073 0.901198447 -1070.529052734\n0.894362569 -0.014340513 0.447112888 1670.048461914 0.043879036 0.997478485 -0.055778787 41.342365265 -0.445185602 0.069505341 0.892736673 -1069.161743164\n0.886563659 -0.015590612 0.462343872 1670.760620117 0.046546392 0.997366309 -0.055622645 41.239482880 -0.460258991 0.070833452 0.884954393 -1067.775390625\n0.879270911 -0.018407309 0.475966156 1671.510620117 0.049593169 0.997359931 -0.053043935 41.142044067 -0.473733187 0.070244662 0.877862513 -1066.395751953\n0.871880651 -0.018870881 0.489354759 1672.268920898 0.049646594 0.997515142 -0.049988098 41.047122955 -0.487195432 0.067878447 0.870651007 -1065.031250000\n0.864232600 -0.019118663 0.502729058 1673.033691406 0.050951052 0.997465968 -0.049655665 40.959495544 -0.500505745 0.068528622 0.863016725 -1063.688232422\n0.857301891 -0.017917145 0.514502108 1673.853759766 0.051538024 0.997360587 -0.051144198 40.869178772 -0.512227774 0.070362441 0.855962515 -1062.290039062\n0.851608038 -0.019355457 0.523821652 1674.700927734 0.054684740 0.997145653 -0.052059237 40.779491425 -0.521318793 0.072979115 0.850235701 -1060.917602539\n0.847516418 -0.020994963 0.530353785 1675.545166016 0.056063525 0.997168601 -0.050116051 40.681526184 -0.527800024 0.072207682 0.846293807 -1059.566650391\n0.844381273 -0.021114606 0.535326481 1676.405517578 0.055998068 0.997228086 -0.048993737 40.592380524 -0.532808065 0.071346641 0.843223095 -1058.200073242\n0.842129290 -0.020686094 0.538878798 1677.279541016 0.055455830 0.997288346 -0.048380043 40.507167816 -0.536416709 0.070626222 0.840992868 -1056.828979492\n0.840273201 -0.019562652 0.541810155 1678.150146484 0.054566272 0.997325957 -0.048615251 40.416114807 -0.539410293 0.070414655 0.839093745 -1055.466186523\n0.839081883 -0.020028902 0.543636322 1679.071411133 0.054213766 0.997425973 -0.046929237 40.323638916 -0.541297078 0.068850040 0.838007867 -1054.067504883\n0.838226080 -0.022074824 0.544875860 1679.949096680 0.054799158 0.997532368 -0.043888405 40.232524872 -0.542562485 0.066647150 0.837367356 -1052.708496094\n0.837121248 -0.022384675 0.546559215 1680.848632812 0.054616041 0.997589946 -0.042794123 40.156311035 -0.544284046 0.065674767 0.836326361 -1051.326538086\n0.836195707 -0.022403331 0.547973394 1681.790771484 0.054890312 0.997567058 -0.042976938 40.074645996 -0.545677423 0.066015556 0.835391045 -1049.890136719\n0.835129440 -0.022379380 0.549598038 1682.715209961 0.055057265 0.997555077 -0.043041065 39.979755402 -0.547291040 0.066204220 0.834319830 -1048.469970703\n0.834221482 -0.021427955 0.551013112 1683.659545898 0.054890972 0.997508585 -0.044312302 39.895526886 -0.548690796 0.067211919 0.833319247 -1047.051147461\n0.833465278 -0.019038143 0.552243769 1684.601562500 0.053291231 0.997517109 -0.046040393 39.804241180 -0.549996078 0.067802817 0.832410395 -1045.623291016\n0.832309246 -0.019243324 0.553977489 1685.558959961 0.053600889 0.997507811 -0.045881189 39.719097137 -0.551713943 0.067881025 0.831266403 -1044.185058594\n0.831216633 -0.022097968 0.555509269 1686.511352539 0.054964542 0.997580826 -0.042560823 39.619777679 -0.553224921 0.065910578 0.830420375 -1042.748535156\n0.830603123 -0.026020950 0.556256592 1687.468627930 0.058798943 0.997421741 -0.041140594 39.536643982 -0.553751886 0.066878803 0.829991639 -1041.319824219\n0.830048859 -0.028391493 0.556967556 1688.443725586 0.062492888 0.997148454 -0.042303402 39.452289581 -0.554178238 0.069920398 0.829456210 -1039.881347656\n0.829977393 -0.026528649 0.557165861 1689.416748047 0.061983742 0.997068524 -0.044859573 39.359397888 -0.554342508 0.071767658 0.829188645 -1038.415527344\n0.830133796 -0.025169844 0.556995928 1690.410400391 0.061675292 0.996995330 -0.046866648 39.262794495 -0.554142714 0.073258474 0.829191864 -1036.942260742\n0.830396891 -0.025128029 0.556605458 1691.410400391 0.060344219 0.997162282 -0.045010205 39.165145874 -0.553894937 0.070964254 0.829556763 -1035.437377930\n0.831095755 -0.026828494 0.555481851 1692.411865234 0.060141101 0.997313738 -0.041813403 39.078216553 -0.552867889 0.068158232 0.830476701 -1033.951416016\n0.832472563 -0.026219871 0.553445518 1693.440185547 0.059400901 0.997346103 -0.042098697 38.997108459 -0.550872922 0.067921169 0.831820726 -1032.436401367\n0.833879828 -0.026863247 0.551292002 1694.448852539 0.060345676 0.997264504 -0.042683881 38.898937225 -0.548637271 0.068861313 0.833219826 -1030.935180664\n0.835114837 -0.026980698 0.549413621 1695.428466797 0.060852785 0.997197270 -0.043526385 38.808967590 -0.546699345 0.069782875 0.834416091 -1029.433349609\n0.837021708 -0.027315969 0.546487391 1696.435913086 0.061477337 0.997124016 -0.044320259 38.717002869 -0.543704987 0.070693612 0.836293757 -1027.899169922\n0.838908553 -0.027692087 0.543567479 1697.461181641 0.061874490 0.997082591 -0.044696830 38.621795654 -0.540743887 0.071129516 0.838174582 -1026.356811523\n0.840529799 -0.027470795 0.541068375 1698.439208984 0.061474793 0.997099340 -0.044874709 38.521457672 -0.538266182 0.070980594 0.839780450 -1024.816772461\n0.842652321 -0.028781205 0.537688315 1699.438354492 0.062149402 0.997095346 -0.044026870 38.432010651 -0.534859359 0.070516348 0.841993451 -1023.316589355\n0.844290614 -0.030831348 0.534997940 1700.427490234 0.064293072 0.996960223 -0.044008411 38.332637787 -0.532014787 0.071552545 0.843706429 -1021.764404297\n0.845973015 -0.033269498 0.532186866 1701.424560547 0.066978157 0.996776879 -0.044156380 38.243793488 -0.529002488 0.072999999 0.845474660 -1020.204956055\n0.847702980 -0.034521338 0.529346704 1702.405883789 0.069034144 0.996573389 -0.045560688 38.152473450 -0.525960028 0.075164929 0.847181380 -1018.646728516\n0.849329591 -0.036477394 0.526601076 1703.429809570 0.069750413 0.996617258 -0.043461930 38.062675476 -0.523234308 0.073644146 0.849000812 -1017.052612305\n0.850381732 -0.035767209 0.524949133 1704.428344727 0.067849249 0.996811390 -0.041993786 37.965316772 -0.521773279 0.071328156 0.850097001 -1015.446838379\n0.851051033 -0.033119611 0.524037421 1705.431640625 0.065199889 0.996950567 -0.042878266 37.878829956 -0.521019280 0.070658773 0.850615203 -1013.837524414\n0.851706803 -0.031022986 0.523099542 1706.428710938 0.063402764 0.997013032 -0.044102971 37.785018921 -0.520168900 0.070728756 0.851129711 -1012.227233887\n0.852282405 -0.028270390 0.522317469 1707.430419922 0.060425349 0.997174680 -0.044626012 37.692447662 -0.519580126 0.069595180 0.851582646 -1010.600097656\n0.852588177 -0.028456200 0.521808088 1708.432617188 0.060204305 0.997216463 -0.043986455 37.594642639 -0.519103885 0.068917423 0.851928115 -1008.961975098\n0.853144884 -0.028997075 0.520867527 1709.454345703 0.061405767 0.997094810 -0.045069393 37.491855621 -0.518047452 0.070434988 0.852446914 -1007.314025879\n0.853191793 -0.031191567 0.520663917 1710.480468750 0.064987354 0.996789098 -0.046777323 37.386577606 -0.517533064 0.073746592 0.852479339 -1005.678039551\n0.853904486 -0.031697016 0.519463658 1711.472167969 0.064979404 0.996826291 -0.045989323 37.277023315 -0.516357303 0.073024929 0.853254080 -1004.054443359\n0.853968918 -0.031862464 0.519347548 1712.458129883 0.063691109 0.997018516 -0.043559957 37.170345306 -0.516411185 0.070276670 0.853452206 -1002.420288086\n0.854421198 -0.032173268 0.518583894 1713.468994141 0.062288888 0.997225523 -0.040758960 37.067771912 -0.515833795 0.067127332 0.854054689 -1000.779663086\n0.854421258 -0.031114927 0.518648446 1714.482666016 0.062616341 0.997096360 -0.043336004 36.977989197 -0.515794098 0.069503069 0.853888631 -999.098571777\n0.854613304 -0.030446922 0.518371522 1715.489257812 0.064223401 0.996812344 -0.047333430 36.878269196 -0.515278041 0.073743366 0.853844523 -997.445922852\n0.854904711 -0.031694751 0.517815948 1716.508666992 0.066769376 0.996552825 -0.049237497 36.765766144 -0.514470398 0.076667614 0.854073942 -995.776977539\n0.855552912 -0.032205310 0.516712725 1717.531738281 0.066058069 0.996696174 -0.047255002 36.652633667 -0.513483763 0.074562199 0.854853749 -994.101257324\n0.855564654 -0.029767806 0.516839385 1718.532836914 0.062723607 0.996951222 -0.046411041 36.539756775 -0.513882101 0.072125681 0.854823411 -992.443969727\n0.854570150 -0.027123587 0.518627107 1719.532226562 0.059934370 0.997113585 -0.046609264 36.427677155 -0.515865922 0.070914477 0.853729129 -990.771911621\n0.853049338 -0.025106585 0.521225989 1720.560791016 0.057655267 0.997261226 -0.046323422 36.324687958 -0.518635452 0.069567584 0.852160573 -989.074768066\n0.851945639 -0.025635054 0.523002446 1721.595703125 0.058321316 0.997231781 -0.046123110 36.213897705 -0.520372272 0.069796570 0.851082325 -987.410339355\n0.850813627 -0.025802996 0.524833739 1722.621704102 0.059545696 0.997094393 -0.047508888 36.095691681 -0.522082865 0.071672797 0.849877954 -985.735046387\n0.849387884 -0.027589060 0.527047575 1723.665161133 0.062626608 0.996845841 -0.048747487 35.984046936 -0.524040282 0.074412726 0.848436534 -984.040283203\n0.848051190 -0.029633911 0.529085040 1724.709716797 0.063857630 0.996874154 -0.046520423 35.873321533 -0.526052594 0.073237814 0.847292662 -982.359619141\n0.846587002 -0.032613732 0.531250179 1725.754394531 0.064636551 0.997033238 -0.041794781 35.770042419 -0.528311014 0.069721095 0.846183419 -980.670043945\n0.845497191 -0.033534709 0.532925844 1726.784790039 0.064452864 0.997138321 -0.039510142 35.665504456 -0.530075788 0.067754313 0.845239043 -979.006225586\n0.844652295 -0.034881543 0.534177721 1727.841064453 0.065797120 0.997073293 -0.038931306 35.567607880 -0.531256318 0.068030775 0.844475269 -977.334960938\n0.844149828 -0.034456283 0.534998894 1728.891235352 0.066070206 0.997011423 -0.040037189 35.467094421 -0.532020450 0.069144875 0.843903542 -975.665039062\n0.843894064 -0.034336045 0.535409927 1729.953002930 0.067031123 0.996878207 -0.041721888 35.365058899 -0.532305956 0.071097985 0.843561172 -974.004028320\n0.843445063 -0.034072232 0.536133885 1731.016967773 0.067294635 0.996826828 -0.042517759 35.256824493 -0.532983959 0.071940325 0.843061507 -972.325866699\n0.843033075 -0.034418110 0.536759377 1732.071655273 0.066781595 0.996926427 -0.040962067 35.157058716 -0.533699751 0.070378020 0.842740476 -970.659790039\n0.842464149 -0.035391204 0.537588656 1733.139892578 0.066865884 0.996993542 -0.039151333 35.052078247 -0.534586847 0.068929940 0.842297792 -968.977478027\n0.841901183 -0.035220709 0.538481176 1734.210449219 0.067119673 0.996953547 -0.039731607 34.947345734 -0.535441339 0.069592766 0.841700315 -967.294372559\n0.841281056 -0.034253094 0.539511740 1735.284790039 0.067017443 0.996900380 -0.041210573 34.847946167 -0.536427855 0.070826374 0.840968966 -965.607299805\n0.840187669 -0.031976923 0.541352153 1736.370117188 0.065051027 0.996994734 -0.042069193 34.739543915 -0.538380027 0.070561528 0.839742899 -963.895385742\n0.839355886 -0.029729720 0.542768717 1737.466552734 0.063033417 0.997090578 -0.042862181 34.637187958 -0.539915264 0.070189193 0.838787794 -962.215942383\n0.837795854 -0.027430002 0.545294166 1738.535522461 0.060619645 0.997235477 -0.042972613 34.529182434 -0.542607963 0.069057815 0.837142527 -960.539855957\n0.836336374 -0.029629869 0.547415376 1739.644531250 0.061295249 0.997331262 -0.039663941 34.429809570 -0.544779241 0.066726357 0.835920572 -958.842407227\n0.835231066 -0.032625291 0.548930466 1740.744628906 0.063884504 0.997236073 -0.037934132 34.340541840 -0.546175659 0.066751920 0.835006773 -957.174072266\n0.834499478 -0.035102300 0.549889505 1741.876220703 0.067633174 0.996947765 -0.038998179 34.241321564 -0.546842217 0.069734737 0.834326446 -955.490234375\n0.833456278 -0.033588018 0.551563621 1742.959350586 0.067591429 0.996852458 -0.041431677 34.144157410 -0.548435926 0.071812466 0.833103240 -953.804260254\n0.833210886 -0.030707916 0.552101970 1744.098144531 0.064396136 0.997051597 -0.041728139 34.034336090 -0.549192786 0.070321575 0.832731724 -952.092651367\n0.832495868 -0.028192906 0.553313434 1745.169799805 0.060959391 0.997301877 -0.040901959 33.931404114 -0.550667405 0.067780368 0.831968307 -950.419677734\n0.831945181 -0.026287993 0.554234803 1746.241333008 0.058310866 0.997488081 -0.040216681 33.827163696 -0.551785409 0.065775983 0.831388235 -948.746826172\n0.831813216 -0.026506267 0.554422379 1747.321899414 0.058814973 0.997444808 -0.040554885 33.718776703 -0.551930785 0.066342428 0.831246734 -947.083496094\n0.832353950 -0.028733402 0.553499222 1748.428222656 0.061471794 0.997279882 -0.040670425 33.614765167 -0.550825000 0.067876771 0.831856132 -945.421081543\n0.832550168 -0.031488609 0.553053916 1749.569213867 0.065207601 0.997012734 -0.041395694 33.512584686 -0.550098300 0.070527308 0.832116425 -943.707214355\n0.832394838 -0.033996619 0.553139329 1750.722167969 0.068577670 0.996763945 -0.041937161 33.404132843 -0.549923599 0.072841279 0.832032561 -941.973632812\n0.832832515 -0.033768367 0.552494109 1751.858520508 0.069682784 0.996592700 -0.044128574 33.297904968 -0.549121439 0.075251035 0.832347870 -940.272705078\n0.832843482 -0.031201258 0.552628458 1752.991699219 0.067771174 0.996646106 -0.045864765 33.186096191 -0.549343944 0.075650454 0.832164764 -938.541870117\n0.832839131 -0.029083520 0.552750468 1754.136962891 0.064527750 0.996911049 -0.044771656 33.069114685 -0.549740970 0.072955333 0.832143247 -936.803894043\n0.832828641 -0.027002128 0.552871883 1755.285888672 0.062245879 0.997042716 -0.045069892 32.961009979 -0.550019860 0.071949497 0.832046509 -935.066040039\n0.832735956 -0.026866226 0.553018153 1756.431274414 0.061441038 0.997137070 -0.044076048 32.845237732 -0.550250769 0.070681714 0.832002521 -933.329284668\n0.832851350 -0.028956823 0.552738726 1757.587646484 0.062798269 0.997125804 -0.042385362 32.735130310 -0.549922705 0.070011742 0.832275987 -931.579223633\n0.833055139 -0.032895472 0.552210987 1758.762573242 0.065780573 0.997038424 -0.039841283 32.629440308 -0.549264967 0.069514737 0.832751870 -929.837341309\n"
  },
  {
    "path": "datasets/kitti_raw/orb-slam_poses/2011_10_03/2011_10_03_drive_0047_sync.txt",
    "content": "1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000 0.000000000 0.000000000 0.000000000 1.000000000 0.000000000\n0.999999821 -0.000023494 0.000640568 -0.019809920 0.000023261 0.999999940 0.000364602 -0.001669912 -0.000640576 -0.000364587 0.999999702 0.305070370\n0.999998987 0.000593912 0.001275176 -0.046308164 -0.000594800 0.999999583 0.000695634 -0.001574858 -0.001274763 -0.000696392 0.999998927 0.606736839\n0.999998808 0.000290602 0.001514949 -0.055350017 -0.000291074 0.999999881 0.000311558 -0.005390465 -0.001514859 -0.000311999 0.999998808 0.919476867\n0.999997556 0.000683465 0.002101290 -0.079248212 -0.000683972 0.999999762 0.000240613 -0.013058055 -0.002101125 -0.000242049 0.999997735 1.198200226\n0.999996722 0.000350255 0.002528508 -0.096453674 -0.000352000 0.999999702 0.000689509 -0.016676031 -0.002528266 -0.000690397 0.999996543 1.577228308\n0.999995410 0.000111348 0.003025822 -0.110564813 -0.000112550 0.999999940 0.000397043 -0.020690611 -0.003025778 -0.000397382 0.999995351 1.889073968\n0.999996185 -0.000300936 0.002735633 -0.105796054 0.000300187 0.999999940 0.000274231 -0.020750646 -0.002735715 -0.000273409 0.999996245 2.253717899\n0.999997675 -0.000217644 0.002143315 -0.106527910 0.000216522 0.999999821 0.000523731 -0.025625743 -0.002143429 -0.000523266 0.999997556 2.584101439\n0.999998391 0.000706744 0.001654327 -0.101223141 -0.000707610 0.999999642 0.000523049 -0.035900429 -0.001653957 -0.000524218 0.999998510 2.916545630\n0.999997616 0.001010868 0.001947258 -0.114619762 -0.001011841 0.999999344 0.000498788 -0.039816555 -0.001946752 -0.000500757 0.999997973 3.149590969\n0.999998212 0.000718619 0.001745995 -0.138870940 -0.000719465 0.999999642 0.000483743 -0.040849391 -0.001745647 -0.000484998 0.999998331 3.551663160\n0.999999166 0.000138661 0.001276507 -0.129394621 -0.000139646 0.999999702 0.000771053 -0.037349470 -0.001276400 -0.000771231 0.999998868 3.864320755\n0.999999404 0.000555943 0.000915556 -0.118934967 -0.000556324 0.999999762 0.000416014 -0.042841103 -0.000915324 -0.000416523 0.999999523 4.187500954\n0.999999702 0.000613940 0.000451119 -0.124240696 -0.000613902 0.999999821 -0.000085234 -0.046651486 -0.000451172 0.000084957 0.999999881 4.495737553\n0.999999642 0.000843615 0.000153306 -0.137722716 -0.000843617 0.999999642 0.000009632 -0.057700384 -0.000153298 -0.000009761 1.000000000 4.820300579\n0.999999523 0.001001645 -0.000050108 -0.140453100 -0.001001631 0.999999464 0.000296303 -0.060175441 0.000050405 -0.000296253 0.999999940 5.123661995\n0.999998510 0.001672632 -0.000443355 -0.147641718 -0.001672551 0.999998569 0.000183768 -0.068335496 0.000443662 -0.000183026 0.999999881 5.446849346\n0.999999046 0.001264111 -0.000566261 -0.152042776 -0.001263916 0.999999166 0.000344396 -0.070321850 0.000566696 -0.000343680 0.999999762 5.728255749\n0.999998510 0.001641041 -0.000513510 -0.155883715 -0.001641123 0.999998629 -0.000160231 -0.075338103 0.000513246 0.000161074 0.999999881 6.051386356\n0.999999046 0.001299402 -0.000498342 -0.160028353 -0.001299468 0.999999166 -0.000131187 -0.077906244 0.000498171 0.000131835 0.999999881 6.334937572\n0.999998689 0.001263988 -0.000987513 -0.163836449 -0.001264121 0.999999166 -0.000134035 -0.085359924 0.000987343 0.000135284 0.999999523 6.649637222\n0.999998927 0.001087169 -0.000989988 -0.164034694 -0.001087472 0.999999344 -0.000305562 -0.086242847 0.000989656 0.000306638 0.999999464 6.934881687\n0.999998033 0.001785318 -0.000830671 -0.169447735 -0.001785647 0.999998331 -0.000395844 -0.092776641 0.000829963 0.000397327 0.999999583 7.215840340\n0.999998629 0.001404781 -0.000844525 -0.163832977 -0.001404643 0.999998987 0.000163910 -0.098924294 0.000844755 -0.000162723 0.999999642 7.486253738\n0.999997973 0.001883132 -0.000673065 -0.178146124 -0.001882725 0.999998033 0.000604915 -0.105043605 0.000674203 -0.000603647 0.999999583 7.799580574\n0.999996603 0.002561094 -0.000536352 -0.182587057 -0.002560929 0.999996662 0.000309657 -0.103292488 0.000537143 -0.000308283 0.999999821 8.071704865\n0.999996603 0.002490370 -0.000790020 -0.180207372 -0.002490344 0.999996901 0.000033940 -0.108830325 0.000790102 -0.000031972 0.999999702 8.351506233\n0.999996483 0.002539821 -0.000756444 -0.183856457 -0.002539405 0.999996603 0.000550722 -0.113685340 0.000757840 -0.000548799 0.999999583 8.623795509\n0.999995351 0.002983807 -0.000580442 -0.186286300 -0.002983195 0.999994993 0.001052801 -0.125548273 0.000583581 -0.001051064 0.999999285 8.889740944\n0.999996364 0.002665119 -0.000359333 -0.190649465 -0.002664910 0.999996305 0.000582500 -0.129631609 0.000360884 -0.000581540 0.999999762 9.147983551\n0.999997616 0.002187007 0.000008205 -0.191262782 -0.002187011 0.999997497 0.000517349 -0.126040071 -0.000007073 -0.000517366 0.999999881 9.415248871\n0.999996722 0.002550152 0.000172291 -0.192099363 -0.002550302 0.999996364 0.000876501 -0.133160800 -0.000170055 -0.000876937 0.999999583 9.651968956\n0.999996483 0.002651583 0.000224637 -0.198177293 -0.002651729 0.999996245 0.000652766 -0.133733481 -0.000222905 -0.000653359 0.999999762 9.926185608\n0.999995291 0.003067476 0.000106914 -0.200055987 -0.003067442 0.999995232 -0.000315935 -0.136593729 -0.000107883 0.000315606 0.999999940 10.178888321\n0.999997020 0.002439392 0.000253851 -0.204570845 -0.002439145 0.999996543 -0.000966610 -0.137663990 -0.000256208 0.000965988 0.999999523 10.438302040\n0.999997497 0.002218061 0.000209891 -0.210561872 -0.002217752 0.999996483 -0.001462168 -0.139695480 -0.000213133 0.001461699 0.999998927 10.698095322\n0.999996066 0.002803668 0.000188632 -0.213190317 -0.002803316 0.999994397 -0.001839870 -0.149211973 -0.000193789 0.001839334 0.999998271 10.952897072\n0.999996066 0.002788090 0.000239901 -0.229092300 -0.002787604 0.999994099 -0.002002431 -0.153554738 -0.000245482 0.002001755 0.999997973 11.214008331\n0.999996662 0.002558758 -0.000297880 -0.231839612 -0.002559354 0.999994695 -0.002016619 -0.164136782 0.000292719 0.002017375 0.999997914 11.472112656\n0.999996364 0.002618918 -0.000640685 -0.251899302 -0.002620378 0.999993920 -0.002288712 -0.166423187 0.000634687 0.002290383 0.999997199 11.736038208\n0.999995232 0.002846749 -0.001205709 -0.281822443 -0.002850309 0.999991536 -0.002961809 -0.160032377 0.001197267 0.002965232 0.999994874 12.050325394\n0.999992847 0.003371265 -0.001724777 -0.298971564 -0.003376782 0.999989152 -0.003205975 -0.163170114 0.001713950 0.003211776 0.999993384 12.328983307\n0.999991834 0.003505477 -0.002016827 -0.315620542 -0.003512169 0.999988317 -0.003323839 -0.174618527 0.002005151 0.003330896 0.999992430 12.616313934\n0.999991357 0.003700368 -0.001898659 -0.381932437 -0.003708177 0.999984622 -0.004125677 -0.161006331 0.001883363 0.004132682 0.999989688 12.924084663\n0.999993384 0.002919060 -0.002158203 -0.477231562 -0.002928687 0.999985695 -0.004471350 -0.158274487 0.002145120 0.004477641 0.999987662 13.329542160\n0.999993086 0.003203267 -0.001874718 -0.523296297 -0.003212704 0.999982059 -0.005052968 -0.152823061 0.001858498 0.005058957 0.999985456 13.628705025\n0.999992490 0.003431277 -0.001805396 -0.581808984 -0.003440905 0.999979734 -0.005356967 -0.145444915 0.001786978 0.005363139 0.999984026 13.973466873\n0.999993682 0.003303777 -0.001322543 -0.627403200 -0.003311009 0.999979377 -0.005503650 -0.140468866 0.001304333 0.005507994 0.999983966 14.265289307\n0.999994814 0.003188086 -0.000403305 -0.671733022 -0.003190394 0.999977767 -0.005857079 -0.136536911 0.000384623 0.005858336 0.999982774 14.549674034\n0.999993563 0.003491939 0.000828948 -0.688235760 -0.003486992 0.999976516 -0.005895977 -0.138848454 -0.000849517 0.005893048 0.999982297 14.783160210\n0.999981999 0.005344989 0.002732199 -0.737438142 -0.005327653 0.999965906 -0.006313359 -0.137032136 -0.002765851 0.006298690 0.999976337 15.068698883\n0.999984980 0.004824470 0.002601329 -0.730515838 -0.004808272 0.999969244 -0.006197577 -0.141065657 -0.002631149 0.006184976 0.999977410 15.310835838\n0.999982357 0.005157485 0.002939125 -0.710339129 -0.005138576 0.999966264 -0.006405315 -0.154104277 -0.002972061 0.006390099 0.999975145 15.534706116\n0.999977887 0.005816237 0.003225581 -0.703952491 -0.005792872 0.999957263 -0.007206413 -0.159579992 -0.003267358 0.007187568 0.999968827 15.815459251\n0.999975622 0.005995503 0.003571479 -0.758525729 -0.005968998 0.999954879 -0.007386261 -0.145311520 -0.003615602 0.007364763 0.999966323 16.218667984\n0.999983191 0.004917176 0.003065194 -0.719007075 -0.004895572 0.999963403 -0.007016209 -0.155505791 -0.003099582 0.007001085 0.999970675 16.472860336\n0.999977589 0.005407454 0.003947401 -0.730739594 -0.005379915 0.999961376 -0.006954240 -0.167743877 -0.003984854 0.006932848 0.999968052 16.823261261\n0.999974728 0.005797492 0.004109426 -0.730967283 -0.005767142 0.999956310 -0.007359210 -0.171917230 -0.004151911 0.007335324 0.999964476 17.178298950\n0.999973774 0.005923615 0.004162352 -0.745394230 -0.005893324 0.999956310 -0.007252411 -0.173776463 -0.004205131 0.007227691 0.999965012 17.573932648\n0.999976993 0.005614870 0.003803743 -0.729976475 -0.005590541 0.999964058 -0.006376862 -0.179986253 -0.003839411 0.006355450 0.999972463 17.940603256\n0.999977767 0.005177566 0.004202534 -0.800411284 -0.005149788 0.999965012 -0.006593849 -0.171389237 -0.004236527 0.006572060 0.999969423 18.454643250\n0.999979377 0.005331676 0.003588227 -0.788700819 -0.005308917 0.999965906 -0.006322348 -0.181996569 -0.003621813 0.006303167 0.999973595 18.861957550\n0.999982119 0.005039554 0.003215022 -0.818558216 -0.005023956 0.999975681 -0.004841367 -0.175717831 -0.003239342 0.004825129 0.999983132 19.343959808\n0.999983072 0.004835913 0.003241556 -0.839926183 -0.004827108 0.999984682 -0.002718651 -0.177262187 -0.003254654 0.002702957 0.999991059 19.812774658\n0.999979496 0.005215777 0.003708363 -0.875749648 -0.005214528 0.999986351 -0.000346373 -0.202546969 -0.003710119 0.000327029 0.999993086 20.223716736\n0.999987721 0.004321190 0.002427251 -0.827025354 -0.004326312 0.999988437 0.002109230 -0.209432289 -0.002418108 -0.002119705 0.999994814 20.554454803\n0.999991059 0.003763368 0.001916720 -0.803538859 -0.003770056 0.999986768 0.003497934 -0.210018814 -0.001903531 -0.003505129 0.999992073 20.874128342\n0.999986231 0.003914827 0.003497723 -0.780266523 -0.003925485 0.999987662 0.003045541 -0.203366831 -0.003485757 -0.003059229 0.999989271 21.164337158\n0.999987423 0.003783957 0.003292311 -0.750265300 -0.003793844 0.999988317 0.003002075 -0.202660739 -0.003280913 -0.003014528 0.999990046 21.482114792\n0.999988079 0.003194157 0.003688681 -0.740329981 -0.003207067 0.999988735 0.003499396 -0.211455703 -0.003677462 -0.003511184 0.999987066 21.812526703\n0.999988019 0.004110865 0.002657804 -0.711387515 -0.004118824 0.999987006 0.002996305 -0.222908467 -0.002645452 -0.003007216 0.999991953 22.144577026\n0.999984205 0.005222168 0.002080245 -0.713059127 -0.005229843 0.999979496 0.003700995 -0.234705687 -0.002060876 -0.003711816 0.999991000 22.543731689\n0.999984503 0.005443288 0.001165749 -0.708913326 -0.005447740 0.999977767 0.003850099 -0.241185322 -0.001144765 -0.003856390 0.999991894 22.902643204\n0.999988973 0.004608522 0.000885316 -0.695881009 -0.004611977 0.999981582 0.003940976 -0.249879435 -0.000867138 -0.003945015 0.999991834 23.236009598\n0.999968231 0.007891000 0.001107768 -0.672380269 -0.007895038 0.999962032 0.003688258 -0.265762746 -0.001078622 -0.003696887 0.999992609 23.557796478\n0.999978065 0.006624242 -0.000021232 -0.617595613 -0.006624091 0.999969006 0.004252802 -0.275649250 0.000049403 -0.004252568 0.999990940 23.820152283\n0.999993920 0.002730339 -0.002170051 -0.533413112 -0.002721198 0.999987483 0.004204360 -0.275355816 0.002181503 -0.004198429 0.999988794 24.061649323\n0.999961555 0.008237088 -0.003005115 -0.533333659 -0.008224449 0.999957383 0.004194139 -0.300999731 0.003039535 -0.004169262 0.999986708 24.404853821\n0.999938726 0.010322743 -0.003999980 -0.558375776 -0.010305222 0.999937296 0.004376475 -0.308338255 0.004044906 -0.004334987 0.999982417 24.876874924\n0.999945045 0.009757069 -0.003839883 -0.580542743 -0.009739584 0.999942243 0.004545928 -0.308086932 0.003884016 -0.004508279 0.999982297 25.304039001\n0.999937177 0.010177718 -0.004697950 -0.576032877 -0.010158288 0.999939799 0.004141509 -0.325069636 0.004739818 -0.004093526 0.999980390 25.651252747\n0.999957561 0.007703073 -0.005051941 -0.556159198 -0.007688190 0.999966085 0.002958852 -0.314650834 0.005074562 -0.002919886 0.999982834 26.041276932\n0.999953568 0.007652377 -0.005860759 -0.534930944 -0.007633653 0.999965727 0.003210563 -0.326620072 0.005885127 -0.003165675 0.999977648 26.394374847\n0.999947608 0.008575345 -0.005587864 -0.550538242 -0.008561074 0.999960065 0.002572994 -0.330656707 0.005609705 -0.002525021 0.999981105 26.776617050\n0.999947071 0.008090124 -0.006354972 -0.538291752 -0.008076450 0.999965012 0.002174625 -0.339416891 0.006372343 -0.002123184 0.999977469 27.170156479\n0.999944687 0.008418133 -0.006306697 -0.551814735 -0.008403126 0.999961793 0.002402219 -0.343416542 0.006326678 -0.002349090 0.999977231 27.590713501\n0.999939203 0.009313008 -0.005903039 -0.559455097 -0.009297300 0.999953151 0.002682866 -0.351543456 0.005927749 -0.002627821 0.999978960 27.987445831\n0.999947488 0.007693068 -0.006774364 -0.552657604 -0.007676381 0.999967456 0.002485827 -0.353695959 0.006793267 -0.002433694 0.999973953 28.391759872\n0.999937057 0.008662584 -0.007129298 -0.564273655 -0.008648585 0.999960601 0.001992102 -0.357434720 0.007146274 -0.001930319 0.999972582 28.806243896\n0.999945939 0.008078746 -0.006549899 -0.573226750 -0.008066649 0.999965727 0.001871265 -0.354109794 0.006564792 -0.001818328 0.999976814 29.226144791\n0.999943316 0.008364942 -0.006585468 -0.566011667 -0.008350965 0.999962807 0.002147168 -0.365705520 0.006603184 -0.002092051 0.999976039 29.589704514\n0.999951482 0.007345332 -0.006560307 -0.578200698 -0.007330582 0.999970555 0.002269547 -0.366395086 0.006576785 -0.002221346 0.999975920 30.034076691\n0.999948025 0.008154538 -0.006116579 -0.603228569 -0.008137661 0.999963045 0.002778851 -0.370841146 0.006139013 -0.002728932 0.999977410 30.463258743\n0.999954283 0.007138654 -0.006365920 -0.597430050 -0.007117882 0.999969304 0.003279643 -0.374889106 0.006389137 -0.003234181 0.999974370 30.858196259\n0.999957561 0.006983391 -0.006012943 -0.633519173 -0.006967151 0.999972045 0.002717494 -0.366633803 0.006031752 -0.002675485 0.999978244 31.293628693\n0.999953330 0.007965410 -0.005469582 -0.632778943 -0.007951607 0.999965131 0.002540831 -0.380143195 0.005489630 -0.002497220 0.999981821 31.686191559\n0.999952912 0.008270836 -0.005074188 -0.637896717 -0.008258221 0.999962747 0.002502070 -0.388076931 0.005094693 -0.002460049 0.999983966 32.058776855\n0.999960303 0.007128100 -0.005345535 -0.654745340 -0.007115592 0.999971926 0.002355240 -0.382227391 0.005362173 -0.002317110 0.999982953 32.487941742\n0.999960482 0.007321154 -0.005048950 -0.663452506 -0.007308229 0.999969959 0.002573543 -0.386795372 0.005067640 -0.002536542 0.999983966 32.869720459\n0.999960780 0.007388467 -0.004880760 -0.674830556 -0.007376269 0.999969661 0.002512450 -0.385967940 0.004899175 -0.002476349 0.999984920 33.259952545\n0.999951839 0.008299163 -0.005242611 -0.692450941 -0.008285650 0.999962330 0.002593839 -0.391353786 0.005263940 -0.002550275 0.999982893 33.650241852\n0.999966860 0.006331918 -0.005117638 -0.702484310 -0.006317366 0.999975979 0.002854806 -0.389476448 0.005135591 -0.002822381 0.999982834 34.033638000\n0.999960184 0.007570190 -0.004725035 -0.736403286 -0.007555766 0.999966741 0.003063013 -0.397745997 0.004748066 -0.003027189 0.999984145 34.421115875\n0.999964774 0.006363070 -0.005475041 -0.729655564 -0.006342995 0.999973118 0.003676114 -0.391635358 0.005498285 -0.003641257 0.999978244 34.780876160\n0.999953151 0.007708572 -0.005857415 -0.748519242 -0.007688967 0.999964774 0.003362234 -0.395918608 0.005883126 -0.003317039 0.999977171 35.149940491\n0.999963760 0.005705112 -0.006323411 -0.761787474 -0.005684341 0.999978423 0.003297892 -0.390260547 0.006342090 -0.003261828 0.999974549 35.531326294\n0.999951661 0.007009944 -0.006894258 -0.786736667 -0.006984190 0.999968588 0.003752693 -0.395710975 0.006920347 -0.003704361 0.999969184 35.887722015\n0.999953866 0.006450476 -0.007116728 -0.800191939 -0.006419417 0.999969780 0.004378567 -0.396492064 0.007144757 -0.004332679 0.999965072 36.252277374\n0.999950588 0.006358498 -0.007644523 -0.825994432 -0.006325147 0.999970436 0.004379088 -0.395889461 0.007672142 -0.004330519 0.999961197 36.625648499\n0.999945045 0.006344132 -0.008347499 -0.855529547 -0.006311005 0.999972105 0.003988883 -0.395272136 0.008372572 -0.003935983 0.999957204 37.003463745\n0.999938190 0.006428946 -0.009073531 -0.893237948 -0.006392653 0.999971449 0.004023187 -0.395117581 0.009099137 -0.003964934 0.999950767 37.374389648\n0.999931514 0.005946725 -0.010081983 -0.900341749 -0.005899255 0.999971390 0.004731583 -0.394642293 0.010109833 -0.004671783 0.999937952 37.712059021\n0.999920726 0.006828054 -0.010578468 -0.933768332 -0.006777792 0.999965608 0.004779898 -0.400194943 0.010610741 -0.004707821 0.999932647 38.065429688\n0.999928713 0.005142969 -0.010776448 -0.990486443 -0.005095142 0.999977052 0.004460781 -0.390232831 0.010799143 -0.004405556 0.999931991 38.466171265\n0.999915063 0.006355294 -0.011380686 -1.021500349 -0.006306686 0.999970853 0.004301882 -0.391203463 0.011407695 -0.004229742 0.999925971 38.810443878\n0.999911487 0.005202106 -0.012246512 -1.055993438 -0.005145803 0.999976039 0.004624513 -0.387548417 0.012270276 -0.004561085 0.999914289 39.160217285\n0.999896407 0.006177885 -0.012999880 -1.098508000 -0.006118583 0.999970734 0.004596533 -0.389669418 0.013027896 -0.004516516 0.999904931 39.495101929\n0.999905705 0.004696388 -0.012902673 -1.115585923 -0.004638360 0.999979019 0.004523627 -0.389390051 0.012923647 -0.004463353 0.999906540 39.824550629\n0.999901175 0.005558811 -0.012912991 -1.180489779 -0.005504311 0.999975801 0.004252290 -0.379045486 0.012936317 -0.004180792 0.999907553 40.167690277\n0.999900699 0.005986811 -0.012759329 -1.227030754 -0.005927927 0.999971628 0.004647790 -0.395214021 0.012786792 -0.004571692 0.999907792 40.484626770\n0.999898970 0.006184388 -0.012799428 -1.284561157 -0.006120522 0.999968648 0.005022920 -0.395560175 0.012830090 -0.004944073 0.999905467 40.807186127\n0.999911666 0.005946611 -0.011889289 -1.348190904 -0.005891647 0.999971807 0.004652698 -0.382499486 0.011916623 -0.004582239 0.999918520 41.111175537\n0.999916732 0.005426347 -0.011708477 -1.410572052 -0.005369520 0.999973655 0.004879497 -0.376305163 0.011734646 -0.004816222 0.999919534 41.405334473\n0.999898076 0.006310098 -0.012806714 -1.418755054 -0.006241314 0.999965906 0.005403802 -0.382239074 0.012840376 -0.005323321 0.999903381 41.767063141\n0.999901295 0.007019085 -0.012168564 -1.474259377 -0.006958164 0.999963105 0.005041543 -0.381408989 0.012203502 -0.004956375 0.999913275 42.153636932\n0.999900639 0.007346433 -0.012028668 -1.529552341 -0.007295177 0.999964118 0.004299477 -0.372220784 0.012059823 -0.004211299 0.999918401 42.488956451\n0.999912083 0.006057724 -0.011793900 -1.543807149 -0.005997561 0.999968827 0.005129939 -0.382592380 0.011824609 -0.005058753 0.999917269 42.724578857\n0.999913275 0.006383170 -0.011517009 -1.586594343 -0.006318220 0.999963999 0.005667076 -0.385503799 0.011552768 -0.005593818 0.999917626 43.043628693\n0.999918044 0.006719021 -0.010896374 -1.642438173 -0.006661500 0.999963760 0.005306605 -0.376364112 0.010931634 -0.005233584 0.999926567 43.320465088\n0.999929130 0.006629317 -0.009887294 -1.704146147 -0.006579849 0.999965727 0.005027337 -0.377062380 0.009920283 -0.004961924 0.999938488 43.627857208\n0.999936044 0.006763620 -0.009067120 -1.746089339 -0.006722475 0.999966979 0.004560582 -0.366155356 0.009097667 -0.004499337 0.999948502 43.879806519\n0.999939203 0.007214130 -0.008342088 -1.798303008 -0.007176254 0.999963820 0.004561453 -0.368387669 0.008374693 -0.004501311 0.999954820 44.156497955\n0.999942362 0.007435648 -0.007745886 -1.844210625 -0.007398878 0.999961257 0.004764882 -0.362401903 0.007781016 -0.004707296 0.999958634 44.384281158\n0.999939740 0.007748833 -0.007777615 -1.798627734 -0.007711383 0.999958575 0.004833633 -0.370627016 0.007814747 -0.004773365 0.999958098 44.492000580\n0.999923468 0.007928725 -0.009496047 -1.762432456 -0.007881478 0.999956429 0.005002506 -0.367606521 0.009535297 -0.004927280 0.999942422 44.694061279\n0.999913573 0.009020263 -0.009562132 -1.757084250 -0.008971012 0.999946356 0.005181099 -0.379995406 0.009608353 -0.005094870 0.999940872 44.896545410\n0.999889255 0.009422392 -0.011521788 -1.785015464 -0.009360854 0.999941707 0.005383350 -0.387162209 0.011571840 -0.005274900 0.999919116 45.180034637\n0.999893665 0.009386816 -0.011160429 -1.854802012 -0.009334372 0.999945164 0.004741877 -0.378214538 0.011204327 -0.004637198 0.999926448 45.441165924\n0.999904931 0.008100384 -0.011159210 -1.854575396 -0.008045332 0.999955297 0.004969391 -0.374418408 0.011198965 -0.004879139 0.999925375 45.585586548\n0.999901414 0.008982055 -0.010793225 -1.808629274 -0.008934390 0.999950171 0.004456363 -0.375421852 0.010832714 -0.004359493 0.999931812 45.655635834\n0.999905229 0.008642483 -0.010717885 -1.833586454 -0.008598674 0.999954522 0.004126801 -0.374943256 0.010753063 -0.004034250 0.999934018 45.849197388\n0.999894142 0.010223946 -0.010350806 -1.816371202 -0.010175082 0.999936879 0.004762454 -0.399483144 0.010398843 -0.004656630 0.999935091 45.974685669\n0.999875665 0.011186964 -0.011112540 -1.869572401 -0.011136659 0.999927521 0.004578376 -0.398059607 0.011162953 -0.004454050 0.999927759 46.224506378\n0.999887049 0.009983000 -0.011235207 -1.930408835 -0.009940709 0.999943316 0.003813779 -0.382663488 0.011272644 -0.003701662 0.999929607 46.475543976\n0.999902546 0.010369989 -0.009349535 -1.893893480 -0.010340356 0.999941349 0.003212261 -0.390407920 0.009382298 -0.003115270 0.999951124 46.506389618\n0.999911904 0.010481951 -0.008139770 -1.923101664 -0.010455097 0.999939799 0.003334677 -0.399762243 0.008174234 -0.003249282 0.999961317 46.688140869\n0.999888420 0.013261029 -0.006878946 -1.961717606 -0.013242043 0.999908388 0.002798471 -0.405865490 0.006915427 -0.002707067 0.999972403 46.881484985\n0.999919832 0.011382587 -0.005549638 -2.001287699 -0.011367163 0.999931455 0.002802984 -0.388073355 0.005581162 -0.002739676 0.999980688 47.066341400\n0.999931276 0.010975793 -0.004126415 -2.028995275 -0.010966558 0.999937296 0.002254103 -0.384132445 0.004150896 -0.002208695 0.999988973 47.231407166\n0.999921381 0.012365449 -0.002069768 -2.106247187 -0.012361674 0.999921918 0.001827166 -0.381193161 0.002092200 -0.001801437 0.999996185 47.484138489\n0.999909878 0.013420605 -0.000405438 -2.155271530 -0.013419881 0.999908447 0.001740120 -0.391890198 0.000428754 -0.001734523 0.999998391 47.694293976\n0.999902129 0.013868586 0.001852804 -2.205516815 -0.013870002 0.999903500 0.000753115 -0.390538633 -0.001842180 -0.000778739 0.999997973 47.894020081\n0.999925196 0.011948603 0.002622699 -2.270517111 -0.011951085 0.999928176 0.000932791 -0.377606094 -0.002611365 -0.000964065 0.999996126 48.166717529\n0.999897718 0.013657224 0.004246447 -2.324121475 -0.013660355 0.999906421 0.000709307 -0.382419109 -0.004236362 -0.000767243 0.999990761 48.412548065\n0.999892414 0.013179370 0.006439501 -2.403477669 -0.013176464 0.999913037 -0.000493557 -0.375638843 -0.006445446 0.000408655 0.999979138 48.664363861\n0.999880970 0.012910989 0.008444894 -2.450242043 -0.012892678 0.999914408 -0.002219082 -0.384903729 -0.008472822 0.002109941 0.999961853 48.914760590\n0.999863327 0.012541785 0.010771052 -2.513075829 -0.012498969 0.999913752 -0.004033252 -0.373556077 -0.010820707 0.003898074 0.999933839 49.200202942\n0.999825358 0.013139443 0.013288014 -2.555087566 -0.013083939 0.999905348 -0.004255405 -0.379608452 -0.013342670 0.004080803 0.999902666 49.487480164\n0.999756396 0.014473945 0.016663253 -2.617132664 -0.014417322 0.999889910 -0.003513165 -0.371277571 -0.016712269 0.003272070 0.999854982 49.807407379\n0.999663532 0.015385474 0.020883953 -2.695083380 -0.015326222 0.999878049 -0.002994322 -0.353189230 -0.020927476 0.002673243 0.999777436 50.149078369\n0.999560356 0.015605854 0.025209438 -2.749795914 -0.015528088 0.999874055 -0.003277619 -0.339398533 -0.025257414 0.002884724 0.999676824 50.501296997\n0.999417782 0.016152654 0.030053148 -2.776531458 -0.016052626 0.999864817 -0.003566668 -0.337850213 -0.030106695 0.003082160 0.999541938 50.784843445\n0.999276578 0.014219151 0.035271935 -2.785810232 -0.014131972 0.999896467 -0.002719717 -0.336886913 -0.035306953 0.002219288 0.999374032 51.043621063\n0.999069452 0.013320446 0.041021250 -2.812082529 -0.013236766 0.999909699 -0.002310875 -0.335384846 -0.041048326 0.001765736 0.999155581 51.340835571\n0.998908520 0.013525904 0.044708651 -2.780146837 -0.013420933 0.999906421 -0.002647236 -0.334062815 -0.044740275 0.002044315 0.998996556 51.580276489\n0.998640418 0.015214090 0.049858388 -2.756661892 -0.015047072 0.999879837 -0.003723516 -0.339928001 -0.049909048 0.002968231 0.998749375 51.833042145\n0.998287559 0.014718575 0.056615520 -2.783214092 -0.014394648 0.999877632 -0.006125093 -0.323686302 -0.056698743 0.005299643 0.998377264 52.181735992\n0.997903347 0.015855944 0.062749363 -2.773045540 -0.015493848 0.999860406 -0.006252919 -0.330168992 -0.062839754 0.005267580 0.998009741 52.502613068\n0.997495949 0.014848475 0.069147162 -2.741923571 -0.014528127 0.999881268 -0.005133456 -0.332981169 -0.069215178 0.004116023 0.997593284 52.817516327\n0.996945381 0.016746465 0.076285541 -2.732194185 -0.016393522 0.999851823 -0.005250521 -0.339681119 -0.076362163 0.003983894 0.997072160 53.178695679\n0.996581018 0.014329723 0.081369154 -2.674991846 -0.013998382 0.999891222 -0.004641102 -0.337813079 -0.081426814 0.003486198 0.996673226 53.531887054\n0.996086359 0.015459555 0.087022707 -2.621777534 -0.015104664 0.999874711 -0.004735189 -0.346722394 -0.087085001 0.003402208 0.996195078 53.897499084\n0.995534956 0.014706786 0.093240775 -2.576191187 -0.014260823 0.999883473 -0.005447450 -0.347495645 -0.093310021 0.004093436 0.995628715 54.310043335\n0.994926035 0.015067072 0.099474341 -2.496593952 -0.014654377 0.999880731 -0.004878163 -0.364698589 -0.099535972 0.003395677 0.995028198 54.697071075\n0.994270325 0.015551166 0.105757654 -2.461544752 -0.015151148 0.999874711 -0.004584831 -0.368085384 -0.105815701 0.002956211 0.994381368 55.173324585\n0.993701279 0.015190732 0.111027129 -2.343235254 -0.014755315 0.999879897 -0.004742369 -0.380337089 -0.111085832 0.003074258 0.993806064 55.586273193\n0.993048310 0.014696644 0.116786361 -2.281749725 -0.014233617 0.999887168 -0.004797788 -0.390821993 -0.116843693 0.003102143 0.993145466 56.374439240\n0.992406189 0.014501591 0.122146010 -2.203167677 -0.014032464 0.999890506 -0.004700101 -0.394290358 -0.122200795 0.002950399 0.992501020 57.000823975\n0.991781533 0.014556616 0.127112240 -2.115349531 -0.014131919 0.999891162 -0.004242343 -0.403400183 -0.127160162 0.002411138 0.991879284 57.668762207\n0.991020918 0.014309641 0.132938981 -2.028975487 -0.013899854 0.999895334 -0.004010091 -0.410650671 -0.132982463 0.002126252 0.991116107 58.332649231\n0.990224779 0.015195122 0.138650477 -1.940759897 -0.014820535 0.999883175 -0.003733751 -0.420022190 -0.138691023 0.001642378 0.990334332 58.979728699\n0.989533663 0.014777512 0.143543378 -1.839644909 -0.014444299 0.999890029 -0.003363211 -0.429007828 -0.143577293 0.001254627 0.989638329 59.657600403\n0.988964915 0.013750613 0.147510245 -1.733122349 -0.013409629 0.999904633 -0.003305859 -0.440523356 -0.147541642 0.001291321 0.989054978 60.336597443\n0.988578260 0.012916265 0.150153935 -1.640548587 -0.012625349 0.999916136 -0.002890614 -0.445366740 -0.150178686 0.000961852 0.988658428 61.015422821\n0.988467813 0.011975411 0.150956750 -1.524024129 -0.011664040 0.999927640 -0.002947970 -0.450520337 -0.150981128 0.001153208 0.988536000 61.730472565\n0.988327801 0.011620319 0.151898399 -1.422515631 -0.011229621 0.999931037 -0.003429739 -0.459386587 -0.151927784 0.001683945 0.988390148 62.435459137\n0.988348901 0.012032133 0.151728868 -1.316012979 -0.011588764 0.999925613 -0.003806093 -0.465127259 -0.151763380 0.002003397 0.988414824 63.147819519\n0.988523722 0.012053047 0.150584057 -1.200688481 -0.011554374 0.999924481 -0.004186125 -0.473985970 -0.150623143 0.002398180 0.988588333 63.887847900\n0.988723576 0.012054936 0.149266049 -1.088745117 -0.011520633 0.999923766 -0.004443710 -0.481097579 -0.149308249 0.002673961 0.988787055 64.635360718\n0.988873839 0.011930290 0.148277611 -0.991144538 -0.011315171 0.999923527 -0.004991322 -0.484339327 -0.148325831 0.003258001 0.988933206 65.384529114\n0.989150882 0.011662183 0.146439433 -0.883607209 -0.011057138 0.999926627 -0.004945052 -0.490427166 -0.146486357 0.003272202 0.989207268 66.156478882\n0.989491642 0.011036833 0.144168347 -0.783134282 -0.010525979 0.999935329 -0.004305738 -0.506646574 -0.144206539 0.002742979 0.989543796 66.926223755\n0.989970446 0.012003459 0.140763834 -0.683705866 -0.011457733 0.999923348 -0.004686731 -0.510458767 -0.140809298 0.003026891 0.990032136 67.692314148\n0.990541041 0.011700201 0.136716962 -0.582699656 -0.011249183 0.999928415 -0.004071086 -0.523208201 -0.136754811 0.002494624 0.990601778 68.493713379\n0.991172135 0.011137364 0.132112831 -0.483861774 -0.010910957 0.999937475 -0.002437545 -0.535709739 -0.132131711 0.000974550 0.991231680 69.280883789\n0.991769433 0.010845888 0.127576649 -0.387534142 -0.010712674 0.999941111 -0.001730313 -0.538547993 -0.127587914 0.000349384 0.991827190 70.083007812\n0.992418408 0.010823374 0.122427657 -0.291310012 -0.010826546 0.999941170 -0.000639353 -0.552047014 -0.122427374 -0.000690963 0.992477238 70.880966187\n0.993053734 0.009783665 0.117254242 -0.201688290 -0.009888770 0.999951065 0.000314656 -0.565133035 -0.117245428 -0.001471970 0.993101895 71.669128418\n0.993731678 0.009971166 0.111346237 -0.116816759 -0.010093359 0.999948919 0.000533770 -0.571048558 -0.111335233 -0.001654282 0.993781507 72.461837769\n0.994302034 0.010216638 0.106108956 -0.040433399 -0.010347852 0.999946237 0.000686114 -0.578959644 -0.106096245 -0.001780205 0.994354248 73.247825623\n0.994881213 0.009907951 0.100564659 0.023886308 -0.010041570 0.999949217 0.000822569 -0.593495548 -0.100551404 -0.001828185 0.994930208 74.030372620\n0.995399952 0.011174825 0.095152915 0.079673722 -0.011273636 0.999936342 0.000500903 -0.597116113 -0.095141262 -0.001571319 0.995462537 74.814559937\n0.995943069 0.011268289 0.089277372 0.144091904 -0.011372430 0.999935091 0.000657902 -0.606859446 -0.089264162 -0.001670534 0.996006608 75.597106934\n0.996443808 0.011025480 0.083535790 0.208169922 -0.011110024 0.999938130 0.000547263 -0.614899874 -0.083524592 -0.001473401 0.996504605 76.376510620\n0.996880412 0.011302277 0.078113548 0.268386036 -0.011387437 0.999934971 0.000644846 -0.621450007 -0.078101173 -0.001532347 0.996944249 77.160423279\n0.997263253 0.012605788 0.072849691 0.312772423 -0.012713716 0.999918640 0.001017981 -0.629165888 -0.072830930 -0.001941385 0.997342408 77.924514771\n0.997647285 0.013301326 0.067252807 0.357534140 -0.013400307 0.999909699 0.001020853 -0.637786210 -0.067233153 -0.001919659 0.997735441 78.689224243\n0.997998595 0.012618936 0.061964571 0.401998669 -0.012723378 0.999918222 0.001291215 -0.649017870 -0.061943211 -0.002077029 0.998077512 79.455108643\n0.998334885 0.012331071 0.056350920 0.444687754 -0.012431885 0.999921679 0.001438831 -0.653645694 -0.056328766 -0.002136983 0.998409986 80.219650269\n0.998586714 0.012819209 0.051577922 0.475115746 -0.012904990 0.999915838 0.001330435 -0.660321236 -0.051556528 -0.001994167 0.998668075 80.996238708\n0.998812497 0.013384176 0.046845119 0.504483581 -0.013450782 0.999908924 0.001106872 -0.666015089 -0.046826039 -0.001735661 0.998901546 81.757850647\n0.998983085 0.014037504 0.042845640 0.530353129 -0.014116138 0.999899209 0.001533299 -0.673324585 -0.042819798 -0.002136555 0.999080539 82.518394470\n0.999142289 0.013903287 0.039005466 0.553459167 -0.013983045 0.999900639 0.001772705 -0.681998014 -0.038976945 -0.002316599 0.999237418 83.279296875\n0.999261975 0.013624376 0.035914686 0.577964008 -0.013733472 0.999901772 0.002792678 -0.689749360 -0.035873111 -0.003283850 0.999350965 84.037338257\n0.999369740 0.013449510 0.032852467 0.602904558 -0.013545671 0.999904573 0.002706246 -0.694936752 -0.032812934 -0.003149549 0.999456525 84.797683716\n0.999447525 0.013644525 0.030305522 0.621735930 -0.013702995 0.999904633 0.001722506 -0.701016307 -0.030279128 -0.002136831 0.999539196 85.555366516\n0.999500513 0.014250793 0.028207257 0.639332175 -0.014280633 0.999897659 0.000856719 -0.709009230 -0.028192161 -0.001259108 0.999601722 86.310928345\n0.999539793 0.014201521 0.026804382 0.655961871 -0.014220480 0.999898732 0.000516835 -0.714952648 -0.026794327 -0.000897769 0.999640584 87.070579529\n0.999576569 0.014213960 0.025390550 0.673650742 -0.014240272 0.999898255 0.000855794 -0.720364034 -0.025375802 -0.001217000 0.999677241 87.825447083\n0.999602675 0.014180182 0.024360742 0.678877771 -0.014193224 0.999899209 0.000362539 -0.728941262 -0.024353145 -0.000708153 0.999703169 88.579887390\n0.999624610 0.014165894 0.023451466 0.676156759 -0.014174815 0.999899507 0.000214248 -0.738241196 -0.023446076 -0.000546588 0.999724925 89.315940857\n0.999639988 0.014824491 0.022364348 0.672379732 -0.014828997 0.999890029 0.000035611 -0.744625866 -0.022361362 -0.000367239 0.999749899 90.063636780\n0.999666452 0.014084586 0.021646701 0.650299549 -0.014099455 0.999900460 0.000534386 -0.764021516 -0.021637021 -0.000839414 0.999765515 90.783599854\n0.999646008 0.015310834 0.021758480 0.605424404 -0.015310214 0.999882758 -0.000195079 -0.755994141 -0.021758916 -0.000138117 0.999763250 91.466316223\n0.999624610 0.016530653 0.021849275 0.567368865 -0.016520100 0.999863327 -0.000663444 -0.745084584 -0.021857256 0.000302243 0.999761045 92.133064270\n0.999615610 0.016838375 0.022024518 0.520406783 -0.016808163 0.999857545 -0.001556192 -0.738507211 -0.022047583 0.001185402 0.999756217 92.843650818\n0.999574363 0.019184377 0.021978982 0.472800821 -0.019128749 0.999813259 -0.002738440 -0.727301598 -0.022027414 0.002316844 0.999754667 93.555664062\n0.999559879 0.019460779 0.022391621 0.421292663 -0.019392062 0.999806583 -0.003281978 -0.723002315 -0.022451159 0.002846314 0.999743879 94.248023987\n0.999548078 0.019860411 0.022566080 0.371716052 -0.019780338 0.999797285 -0.003766109 -0.714005172 -0.022636302 0.003318043 0.999738276 94.932525635\n0.999552488 0.019914465 0.022322470 0.325128108 -0.019829398 0.999795258 -0.004025700 -0.716326714 -0.022398070 0.003581257 0.999742746 95.686363220\n0.999548018 0.020137634 0.022320338 0.262282073 -0.020047210 0.999789953 -0.004267602 -0.714498222 -0.022401588 0.003818213 0.999741733 96.433113098\n0.999547839 0.020404285 0.022087142 0.199475363 -0.020317169 0.999784946 -0.004161393 -0.710392118 -0.022167303 0.003710763 0.999747396 97.146690369\n0.999552250 0.020144561 0.022125274 0.129039332 -0.020041835 0.999787331 -0.004854885 -0.704280317 -0.022218367 0.004409280 0.999743402 97.854064941\n0.999556541 0.020333651 0.021754324 0.066562876 -0.020236626 0.999784291 -0.004670942 -0.706270337 -0.021844609 0.004228637 0.999752462 98.583099365\n0.999551594 0.020770583 0.021568909 0.001245113 -0.020640798 0.999767601 -0.006222526 -0.699870944 -0.021693142 0.005774536 0.999747992 99.324134827\n0.999549270 0.021244653 0.021211836 -0.062183794 -0.021106897 0.999754786 -0.006697189 -0.699018836 -0.021348916 0.006246455 0.999752581 100.046836853\n0.999521554 0.022484405 0.021238245 -0.127851844 -0.022324951 0.999720991 -0.007715380 -0.690055907 -0.021405796 0.007237546 0.999744654 100.803794861\n0.999535799 0.022785841 0.020224269 -0.128580570 -0.022629617 0.999712527 -0.007920176 -0.701570809 -0.020398924 0.007458832 0.999764085 101.696144104\n0.999577224 0.023036068 0.017739236 -0.115034930 -0.022907082 0.999709904 -0.007440523 -0.715948880 -0.017905492 0.007031023 0.999814987 102.606842041\n0.999611497 0.023296764 0.015300453 -0.092014283 -0.023191771 0.999706507 -0.007004119 -0.728103220 -0.015459135 0.006646553 0.999858439 103.516288757\n0.999637485 0.023662947 0.012844766 -0.071234070 -0.023581475 0.999701083 -0.006457766 -0.739885330 -0.012993735 0.006152526 0.999896646 104.438911438\n0.999657512 0.022937380 0.012597469 -0.105202667 -0.022864329 0.999721110 -0.005912607 -0.758193493 -0.012729575 0.005622549 0.999903142 105.347785950\n0.999691188 0.022886612 0.009683697 -0.087126262 -0.022838099 0.999726236 -0.005090952 -0.775467455 -0.009797560 0.004868223 0.999940157 106.277679443\n0.999704897 0.022880320 0.008158543 -0.084068708 -0.022831917 0.999721467 -0.005977252 -0.786817849 -0.008293032 0.005789213 0.999948859 107.217437744\n0.999716401 0.022871573 0.006630214 -0.100230485 -0.022826571 0.999716401 -0.006785285 -0.795081794 -0.006783524 0.006632016 0.999954998 108.181816101\n0.999746919 0.022074690 0.004337148 -0.091610767 -0.022044616 0.999733448 -0.006863816 -0.809192717 -0.004487509 0.006766468 0.999967039 109.123390198\n0.999731123 0.022982687 0.003077414 -0.107494935 -0.022962859 0.999716282 -0.006330395 -0.816937804 -0.003222031 0.006258026 0.999975204 110.079650879\n0.999747634 0.022426836 0.001284516 -0.114073075 -0.022418393 0.999729156 -0.006248396 -0.835099101 -0.001424300 0.006218023 0.999979675 111.018737793\n0.999749422 0.022379287 0.000536135 -0.120252602 -0.022376217 0.999736249 -0.005173278 -0.850516260 -0.000651768 0.005159985 0.999986470 111.984748840\n0.999725521 0.023402760 -0.001088053 -0.127432376 -0.023408219 0.999711871 -0.005310130 -0.858484387 0.000963468 0.005334142 0.999985337 112.961555481\n0.999715030 0.023847213 -0.001101932 -0.193736345 -0.023851719 0.999706388 -0.004275133 -0.874104083 0.000999658 0.004300198 0.999990225 113.825157166\n0.999718308 0.023728421 -0.000486735 -0.263371259 -0.023730194 0.999710262 -0.004035096 -0.879157722 0.000390848 0.004045510 0.999991715 114.637573242\n0.999675453 0.025466701 -0.000671749 -0.288902164 -0.025469149 0.999667883 -0.003929617 -0.896087408 0.000571451 0.003945451 0.999992073 115.450996399\n0.999683559 0.025140028 0.000867412 -0.367963761 -0.025136167 0.999675155 -0.004208241 -0.907592118 -0.000972925 0.004185106 0.999990761 116.296150208\n0.999662220 0.025828563 0.002880769 -0.430392385 -0.025815008 0.999655962 -0.004646825 -0.920656860 -0.002999799 0.004570888 0.999985039 117.082771301\n0.999633431 0.026759056 0.004112667 -0.464235663 -0.026737880 0.999629378 -0.005120506 -0.935849965 -0.004248163 0.005008665 0.999978423 117.807937622\n0.999607086 0.027700670 0.004285519 -0.442875504 -0.027677853 0.999602854 -0.005294955 -0.947397172 -0.004430491 0.005174261 0.999976814 118.443244934\n0.999590099 0.028549880 0.002140885 -0.432123870 -0.028537387 0.999576747 -0.005654757 -0.957638800 -0.002301421 0.005591344 0.999981701 119.148216248\n0.999532044 0.030545097 0.001638835 -0.434271276 -0.030535012 0.999516487 -0.005860823 -0.971523762 -0.001817062 0.005808038 0.999981463 119.834648132\n0.999528885 0.030474873 0.003643353 -0.460507900 -0.030455751 0.999522626 -0.005193310 -0.984464884 -0.003799879 0.005079902 0.999979854 120.530326843\n0.999500155 0.031467576 0.003031179 -0.455903947 -0.031452611 0.999493420 -0.004864252 -0.997639716 -0.003182709 0.004766482 0.999983549 121.201583862\n0.999510407 0.031133676 0.003097233 -0.445178002 -0.031119639 0.999505639 -0.004481686 -1.013034582 -0.003235233 0.004383108 0.999985158 121.853294373\n0.999459267 0.032691538 0.003529637 -0.451545388 -0.032678407 0.999459028 -0.003716396 -1.028036594 -0.003649222 0.003599044 0.999986887 122.525100708\n0.999406636 0.034123320 0.004683396 -0.483575344 -0.034106229 0.999411404 -0.003681869 -1.042331576 -0.004806277 0.003519951 0.999982238 123.245079041\n0.999335706 0.036021955 0.005532898 -0.500522733 -0.035999630 0.999343455 -0.004082869 -1.056734324 -0.005676338 0.003880975 0.999976337 123.933563232\n0.999378741 0.034763597 0.005795981 -0.495199144 -0.034737609 0.999386251 -0.004525279 -1.065710664 -0.005949738 0.004321129 0.999972939 124.594062805\n0.999408364 0.033868425 0.005987295 -0.488431394 -0.033838827 0.999414921 -0.004977403 -1.074159503 -0.006152369 0.004771855 0.999969661 125.253021240\n0.999398530 0.034031954 0.006661229 -0.496095508 -0.033994637 0.999406099 -0.005637378 -1.087672710 -0.006849124 0.005407542 0.999961913 125.930374146\n0.999353409 0.035049681 0.008018938 -0.530711651 -0.035011187 0.999374926 -0.004891103 -1.097155690 -0.008185358 0.004607188 0.999955893 126.648887634\n0.999368548 0.034595996 0.008101778 -0.539963067 -0.034565143 0.999394774 -0.003917702 -1.114553094 -0.008232411 0.003635189 0.999959528 127.567466736\n0.999359787 0.034835644 0.008158083 -0.538610101 -0.034802347 0.999385417 -0.004188369 -1.133073092 -0.008298974 0.003901767 0.999957979 128.527511597\n0.999342144 0.035257310 0.008493789 -0.556557536 -0.035217315 0.999368072 -0.004813351 -1.145766973 -0.008658128 0.004511056 0.999952316 129.400741577\n0.999344051 0.035234760 0.008367343 -0.556024373 -0.035198275 0.999370337 -0.004468393 -1.160687208 -0.008519517 0.004170946 0.999954998 130.333923340\n0.999342322 0.035354625 0.008058972 -0.547616720 -0.035329178 0.999370337 -0.003278444 -1.177888155 -0.008169806 0.002991571 0.999962151 131.268768311\n0.999310195 0.036364023 0.007534312 -0.537690520 -0.036345985 0.999336123 -0.002517209 -1.188079834 -0.007620845 0.002241631 0.999968469 132.183349609\n0.999272823 0.037391238 0.007461755 -0.545748532 -0.037381910 0.999300063 -0.001385701 -1.200310349 -0.007508346 0.001105759 0.999971211 133.104675293\n0.999302685 0.036695324 0.006896161 -0.539204478 -0.036696028 0.999326468 -0.000024317 -1.215697885 -0.006892409 -0.000228762 0.999976218 134.008743286\n0.999290884 0.037185486 0.005913634 -0.553298712 -0.037192810 0.999307454 0.001133330 -1.232108355 -0.005867395 -0.001352471 0.999981880 134.877731323\n0.999290943 0.037021741 0.006856236 -0.578149438 -0.037028875 0.999313772 0.000916213 -1.252542734 -0.006817611 -0.001169442 0.999976099 135.701965332\n0.999203742 0.039135620 0.007762314 -0.638224781 -0.039137952 0.999233782 0.000148829 -1.256306171 -0.007750542 -0.000452511 0.999969840 136.482238770\n0.999240398 0.038448967 0.006352404 -0.609432042 -0.038446046 0.999260485 -0.000580966 -1.271566868 -0.006370043 0.000336300 0.999979675 137.104980469\n0.999292731 0.037067231 0.006326533 -0.595549703 -0.037059598 0.999312162 -0.001319119 -1.277309060 -0.006371078 0.001083727 0.999979138 137.780715942\n0.999323666 0.036409754 0.005147396 -0.589808285 -0.036399893 0.999335289 -0.001996404 -1.286311746 -0.005216663 0.001807689 0.999984741 138.441421509\n0.999281824 0.037177883 0.007323442 -0.609158576 -0.037149582 0.999301851 -0.003963276 -1.291809797 -0.007465676 0.003688367 0.999965310 139.104049683\n0.999322772 0.036171906 0.006756456 -0.606632769 -0.036149565 0.999340594 -0.003400033 -1.311823010 -0.006874986 0.003153487 0.999971390 139.761047363\n0.999250412 0.038038146 0.007191203 -0.640473366 -0.038021825 0.999274015 -0.002393313 -1.324447632 -0.007277020 0.002118096 0.999971271 140.451171875\n0.999266386 0.037278570 0.008772593 -0.687270880 -0.037259437 0.999302924 -0.002334724 -1.320708394 -0.008853513 0.002006150 0.999958813 141.148803711\n0.999220133 0.038116578 0.010310366 -0.705154121 -0.038105432 0.999272883 -0.001275600 -1.325329661 -0.010351491 0.000881724 0.999946058 141.829833984\n0.999143243 0.039424673 0.012588203 -0.766036928 -0.039417960 0.999222517 -0.000781001 -1.333438277 -0.012609207 0.000284130 0.999920487 142.521530151\n0.999083698 0.039389666 0.016739728 -0.834767699 -0.039367020 0.999223411 -0.001680199 -1.314785600 -0.016792912 0.001019666 0.999858499 143.206771851\n0.999101877 0.038380798 0.017953994 -0.851881504 -0.038337499 0.999261081 -0.002749781 -1.304996848 -0.018046265 0.002059000 0.999835014 143.876724243\n0.998962343 0.040126443 0.021542400 -0.916729689 -0.040038355 0.999188006 -0.004505076 -1.298741341 -0.021705681 0.003637878 0.999757767 144.554443359\n0.998984158 0.038872369 0.022793896 -0.938303411 -0.038751952 0.999232590 -0.005701107 -1.303279519 -0.022998020 0.004812007 0.999723911 145.223144531\n0.998826206 0.040447932 0.026649784 -1.005842686 -0.040275779 0.999164343 -0.006965449 -1.297434092 -0.026909253 0.005883932 0.999620557 145.903823853\n0.998611867 0.040188763 0.034047104 -1.105720878 -0.039873455 0.999155760 -0.009890222 -1.265229106 -0.034415837 0.008518917 0.999371290 146.582443237\n0.998913825 0.038861949 0.025708104 -0.956478119 -0.038763065 0.999239028 -0.004333827 -1.334044099 -0.025856961 0.003332595 0.999660075 147.157058716\n0.998880923 0.038699530 0.027188433 -0.953657925 -0.038634937 0.999249220 -0.002897241 -1.353771091 -0.027280141 0.001843576 0.999626100 147.744506836\n0.998891115 0.039479382 0.025650639 -0.937378705 -0.039416242 0.999218464 -0.002962701 -1.377253652 -0.025747558 0.001948364 0.999666572 148.454528809\n0.998940587 0.038584210 0.025078561 -0.944262266 -0.038500506 0.999251306 -0.003812264 -1.381736279 -0.025206879 0.002842688 0.999678195 149.211593628\n0.998941004 0.038752925 0.024800900 -0.946873188 -0.038671974 0.999244988 -0.003735572 -1.392430902 -0.024926940 0.002772516 0.999685407 149.935516357\n0.998920500 0.039044984 0.025166230 -0.963770688 -0.038999978 0.999236643 -0.002276921 -1.411259770 -0.025235921 0.001292981 0.999680698 150.646041870\n0.998916388 0.038925406 0.025512479 -0.941894352 -0.038900789 0.999242008 -0.001460657 -1.424951911 -0.025549997 0.000466619 0.999673426 151.276794434\n0.998943508 0.038321219 0.025364269 -0.945715725 -0.038305383 0.999265492 -0.001110121 -1.442006946 -0.025388177 0.000137361 0.999677658 151.958267212\n0.998924553 0.038414542 0.025962666 -0.961145341 -0.038406245 0.999261856 -0.000818367 -1.457084417 -0.025974939 -0.000179642 0.999662578 152.628631592\n0.998931170 0.038211577 0.026007771 -0.944502831 -0.038185634 0.999269545 -0.001493547 -1.464021444 -0.026045846 0.000498827 0.999660611 153.253021240\n0.998928010 0.038097352 0.026295600 -0.951270759 -0.038071912 0.999273896 -0.001467621 -1.472709179 -0.026332419 0.000464924 0.999653161 153.885513306\n0.998891294 0.039076645 0.026253512 -0.933495700 -0.039042618 0.999235928 -0.001807677 -1.489997029 -0.026304090 0.000780667 0.999653697 154.467864990\n0.998945296 0.038273085 0.025365837 -0.900001884 -0.038218986 0.999265969 -0.002614208 -1.497462392 -0.025447272 0.001641994 0.999674797 155.042755127\n0.998933256 0.038739365 0.025130782 -0.901518047 -0.038670857 0.999246836 -0.003206545 -1.511449337 -0.025236076 0.002231295 0.999679029 155.663330078\n0.998898208 0.039673325 0.025066704 -0.892481565 -0.039591618 0.999208927 -0.003747693 -1.522087097 -0.025195558 0.002751132 0.999678731 156.258850098\n0.998874843 0.040049326 0.025398061 -0.880828321 -0.039967176 0.999194026 -0.003734086 -1.536137104 -0.025527138 0.002714796 0.999670446 156.858245850\n0.998848021 0.040398512 0.025895504 -0.882006764 -0.040322546 0.999180734 -0.003449233 -1.549507737 -0.026013633 0.002401087 0.999658704 157.475372314\n0.998832881 0.041091591 0.025383506 -0.868590415 -0.041014444 0.999152243 -0.003552701 -1.561519027 -0.025507974 0.002507464 0.999671459 158.090667725\n0.998854101 0.040427346 0.025615517 -0.865605831 -0.040335648 0.999177814 -0.004086717 -1.572269201 -0.025759671 0.003048815 0.999663532 158.715118408\n0.998904705 0.039236281 0.025493115 -0.846105933 -0.039166074 0.999227464 -0.003247632 -1.586155891 -0.025600845 0.002245610 0.999669731 159.340927124\n0.998904586 0.039165907 0.025605377 -0.839281142 -0.039098732 0.999230504 -0.003118946 -1.599144340 -0.025707830 0.002114391 0.999667287 159.956176758\n0.998871267 0.039895862 0.025777843 -0.834135115 -0.039812941 0.999200225 -0.003722167 -1.608444810 -0.025905725 0.002691674 0.999660790 160.572357178\n0.998838484 0.040613469 0.025926501 -0.832390904 -0.040504415 0.999168217 -0.004717899 -1.620019555 -0.026096545 0.003662282 0.999652743 161.173904419\n0.998857856 0.040548582 0.025275486 -0.814038455 -0.040438402 0.999170244 -0.004855227 -1.624647856 -0.025451386 0.003827581 0.999668717 161.767211914\n0.998920798 0.039148953 0.024993155 -0.791815519 -0.039038733 0.999225795 -0.004882965 -1.638185740 -0.025164967 0.003901994 0.999675691 162.365570068\n0.998907566 0.039558258 0.024877230 -0.783648908 -0.039458763 0.999211192 -0.004477956 -1.651902795 -0.025034744 0.003491440 0.999680459 162.961517334\n0.998911321 0.039502826 0.024814446 -0.777964294 -0.039400455 0.999212921 -0.004601141 -1.658792973 -0.024976673 0.003618432 0.999681473 163.555984497\n0.998871326 0.040565826 0.024707491 -0.774572134 -0.040467653 0.999170899 -0.004460691 -1.672158718 -0.024867957 0.003455802 0.999684751 164.155059814\n0.998889625 0.040514324 0.024044415 -0.760021687 -0.040430747 0.999174535 -0.003952081 -1.685587406 -0.024184683 0.002975559 0.999703109 164.735809326\n0.998911917 0.039982069 0.024009509 -0.748963177 -0.039892998 0.999195218 -0.004177697 -1.692535877 -0.024157219 0.003215340 0.999702990 165.320419312\n0.998916507 0.039970141 0.023837814 -0.743496537 -0.039887276 0.999196410 -0.003941812 -1.703950882 -0.023976212 0.002986716 0.999708056 165.903808594\n0.998932779 0.039860696 0.023334213 -0.735046446 -0.039796755 0.999202669 -0.003198422 -1.717495084 -0.023443099 0.002266382 0.999722600 166.481658936\n0.998931408 0.039908532 0.023309685 -0.729913712 -0.039835747 0.999199808 -0.003578682 -1.725438237 -0.023433853 0.002646300 0.999721885 167.067092896\n0.998947263 0.039782908 0.022840390 -0.719663084 -0.039705850 0.999204099 -0.003817589 -1.733259320 -0.022974087 0.002906673 0.999731839 167.646255493\n0.998996019 0.038927920 0.022171803 -0.705018044 -0.038845900 0.999236703 -0.004118151 -1.743413329 -0.022315191 0.003252732 0.999745667 168.210998535\n0.998984575 0.039377715 0.021890121 -0.698050261 -0.039309073 0.999220788 -0.003557323 -1.753710628 -0.022013143 0.002693230 0.999754071 168.780609131\n0.998949349 0.040973328 0.020527201 -0.681921721 -0.040904701 0.999155998 -0.003752227 -1.766813636 -0.020663617 0.002908626 0.999782264 169.340270996\n0.998974323 0.040426232 0.020395689 -0.677779794 -0.040344510 0.999176145 -0.004402665 -1.774503946 -0.020556869 0.003575295 0.999782264 169.910659790\n0.999015927 0.039302804 0.020555027 -0.674298465 -0.039217398 0.999220371 -0.004541862 -1.784421444 -0.020717511 0.003731278 0.999778390 170.479400635\n0.999025822 0.039565478 0.019544974 -0.664136171 -0.039493769 0.999211669 -0.004041606 -1.797891974 -0.019689474 0.003265764 0.999800801 171.037170410\n0.999018788 0.039852709 0.019317465 -0.659377217 -0.039772425 0.999198556 -0.004522663 -1.808736086 -0.019482221 0.003749923 0.999803185 171.598144531\n0.999003887 0.039947391 0.019884432 -0.661241233 -0.039855100 0.999192894 -0.005016341 -1.816941023 -0.020068772 0.004218848 0.999789715 172.163986206\n0.999018908 0.039936412 0.019138178 -0.645088553 -0.039850712 0.999193907 -0.004838758 -1.828088880 -0.019315993 0.004071341 0.999805152 172.714630127\n0.999012768 0.040275600 0.018744929 -0.637568057 -0.040191069 0.999180198 -0.004864889 -1.840489268 -0.018925497 0.004106707 0.999812484 173.265151978\n0.999028444 0.039808918 0.018904693 -0.632367313 -0.039713535 0.999196529 -0.005394397 -1.850408077 -0.019104250 0.004638384 0.999806762 173.824707031\n0.999065936 0.039287876 0.017993707 -0.616874099 -0.039182417 0.999212980 -0.006176633 -1.861638308 -0.018222213 0.005465826 0.999819040 174.377700806\n0.999039829 0.040041525 0.017779633 -0.612523735 -0.039927490 0.999179959 -0.006723301 -1.869736433 -0.018034264 0.006006949 0.999819338 174.939651489\n0.999053180 0.039910946 0.017316524 -0.605707943 -0.039793987 0.999183059 -0.007047190 -1.879832983 -0.017583637 0.006351424 0.999825239 175.503936768\n0.999065995 0.039620005 0.017244423 -0.599725962 -0.039503448 0.999194562 -0.007048212 -1.892090797 -0.017509785 0.006360415 0.999826491 176.062103271\n0.999055266 0.040092330 0.016768498 -0.593912721 -0.039981145 0.999176502 -0.006914086 -1.904945254 -0.017031891 0.006237131 0.999835491 176.627441406\n0.999043703 0.040455356 0.016585112 -0.592516124 -0.040341202 0.999160290 -0.007160788 -1.914633036 -0.016860878 0.006484876 0.999836802 177.195632935\n0.999066353 0.040192068 0.015842017 -0.583964765 -0.040073354 0.999166727 -0.007741219 -1.924381018 -0.016139952 0.007099149 0.999844551 177.766098022\n0.999093354 0.039650079 0.015503259 -0.577303946 -0.039530326 0.999186695 -0.007956117 -1.936244011 -0.015806111 0.007336055 0.999848187 178.345245361\n0.999077737 0.040300597 0.014816622 -0.571828127 -0.040181600 0.999158382 -0.008243146 -1.944639683 -0.015136356 0.007640188 0.999856234 178.920730591\n0.999116421 0.039544798 0.014232081 -0.569931030 -0.039429456 0.999187946 -0.008295809 -1.960408688 -0.014548580 0.007727315 0.999864280 179.505187988\n0.999133766 0.039332211 0.013588244 -0.568511188 -0.039219465 0.999194741 -0.008466611 -1.971140504 -0.013910313 0.007926353 0.999871850 180.088394165\n0.999154627 0.039022669 0.012931740 -0.570631206 -0.038917199 0.999207914 -0.008309754 -1.982887506 -0.013245765 0.007799462 0.999881864 180.687545776\n0.999130428 0.039904434 0.012086328 -0.565646112 -0.039800532 0.999169588 -0.008718467 -1.991946816 -0.012424197 0.008229843 0.999888957 181.283340454\n0.999175608 0.038976993 0.011355489 -0.562880397 -0.038873915 0.999202132 -0.009161076 -2.004760265 -0.011703500 0.008712091 0.999893546 181.904037476\n0.999197483 0.038685113 0.010384621 -0.557399869 -0.038588852 0.999211729 -0.009315135 -2.015576124 -0.010736792 0.008906929 0.999902666 182.519073486\n0.999189138 0.039062876 0.009754546 -0.560719907 -0.038971383 0.999196112 -0.009399886 -2.026814699 -0.010113891 0.009012116 0.999908268 183.140243530\n0.999189556 0.039230283 0.009013507 -0.561148763 -0.039142087 0.999185979 -0.009761669 -2.037705898 -0.009389122 0.009400950 0.999911726 183.768936157\n0.999171019 0.039784566 0.008627431 -0.566215456 -0.039697997 0.999161839 -0.009983261 -2.045862675 -0.009017380 0.009632493 0.999912918 184.415100098\n0.999152422 0.040261023 0.008575452 -0.573545098 -0.040174909 0.999142766 -0.009988314 -2.056707621 -0.008970239 0.009635329 0.999913335 185.058975220\n0.999126375 0.040898725 0.008592640 -0.579862177 -0.040806342 0.999110162 -0.010664776 -2.066906452 -0.009021170 0.010304824 0.999906182 185.711654663\n0.999110281 0.041243769 0.008811902 -0.592581153 -0.041148014 0.999094844 -0.010784793 -2.080657482 -0.009248732 0.010412605 0.999903023 186.369613647\n0.999072075 0.042097475 0.009101520 -0.600506842 -0.042000007 0.999060869 -0.010647514 -2.091933012 -0.009541206 0.010255369 0.999901891 187.039733887\n0.999068856 0.041976765 0.009969734 -0.613626957 -0.041870013 0.999065936 -0.010685671 -2.101635456 -0.010408971 0.010258288 0.999893188 187.713455200\n0.999022543 0.042934898 0.010515890 -0.631082654 -0.042829175 0.999031544 -0.010080599 -2.104804754 -0.010938515 0.009620359 0.999893904 188.393447876\n0.999009550 0.043085113 0.011119016 -0.641910553 -0.042979132 0.999029815 -0.009600825 -2.118929386 -0.011521881 0.009113429 0.999892116 189.091735840\n0.998997808 0.043266188 0.011464590 -0.655215621 -0.043161549 0.999025524 -0.009222548 -2.128530979 -0.011852443 0.008718476 0.999891758 189.791030884\n0.998944819 0.044157583 0.012625763 -0.678269267 -0.044042349 0.998986721 -0.009263881 -2.131982088 -0.013022040 0.008698038 0.999877393 190.494277954\n0.998923659 0.044481389 0.013149365 -0.692961216 -0.044347446 0.998962998 -0.010308315 -2.136130333 -0.013594257 0.009714079 0.999860406 191.214202881\n0.998941064 0.043693729 0.014407715 -0.727254748 -0.043546896 0.998997748 -0.010352287 -2.146962643 -0.014845604 0.009713912 0.999842584 191.941574097\n0.998878479 0.044783201 0.015369155 -0.751162112 -0.044619951 0.998945594 -0.010805392 -2.151277781 -0.015836850 0.010107502 0.999823511 192.670654297\n0.998864412 0.044729739 0.016404910 -0.770092010 -0.044543117 0.998940468 -0.011570436 -2.160694361 -0.016905071 0.010826571 0.999798477 193.405914307\n0.998817801 0.045351434 0.017500773 -0.795143902 -0.045150489 0.998911560 -0.011711497 -2.167469263 -0.018012857 0.010907483 0.999778271 194.153884888\n0.998807728 0.045176994 0.018498607 -0.827087939 -0.044962760 0.998918533 -0.011837906 -2.172967911 -0.019013401 0.010992044 0.999758780 194.910232544\n0.998831749 0.044337500 0.019219199 -0.866856933 -0.044127662 0.998962998 -0.011208350 -2.176952362 -0.019696221 0.010347158 0.999752462 195.665832520\n0.998809874 0.044742614 0.019415639 -0.893818319 -0.044547319 0.998953402 -0.010377487 -2.184704304 -0.019859634 0.009500222 0.999757648 196.420364380\n0.998821378 0.043946680 0.020604592 -0.972542226 -0.043758813 0.998997152 -0.009481726 -2.191533804 -0.021000620 0.008568918 0.999742746 197.128646851\n0.998778522 0.044669636 0.021120137 -1.013091683 -0.044486109 0.998968720 -0.009081312 -2.205714464 -0.021504015 0.008130667 0.999735713 197.881713867\n0.998784304 0.044374775 0.021465970 -1.067114353 -0.044215675 0.998991311 -0.007830720 -2.208148479 -0.021791805 0.006872068 0.999738932 198.576843262\n0.998813510 0.043768574 0.021351336 -1.104638100 -0.043629866 0.999023795 -0.006919812 -2.220568419 -0.021633362 0.005980046 0.999748111 199.305206299\n0.998781681 0.044296902 0.021747405 -1.138548017 -0.044153977 0.999000132 -0.007009033 -2.217304707 -0.022036139 0.006040259 0.999738932 199.963989258\n0.998792946 0.043878019 0.022077607 -1.186718225 -0.043729614 0.999017715 -0.007160682 -2.222880363 -0.022370119 0.006186594 0.999730587 200.672805786\n0.998826563 0.043407865 0.021476995 -1.200338125 -0.043252572 0.999034941 -0.007643258 -2.226526976 -0.021788046 0.006705354 0.999740124 201.348098755\n0.998842359 0.043263920 0.021028023 -1.244408727 -0.043095715 0.999035716 -0.008387774 -2.233322620 -0.021370634 0.007471846 0.999743700 202.086181641\n0.998852551 0.043301765 0.020459639 -1.271021366 -0.043132454 0.999031961 -0.008645619 -2.235118151 -0.020814203 0.007753225 0.999753296 202.790374756\n0.998880625 0.042932224 0.019856604 -1.310567498 -0.042759489 0.999044478 -0.009043586 -2.242507219 -0.020225892 0.008184405 0.999761939 203.529800415\n0.998938382 0.042050403 0.018810926 -1.356257319 -0.041895427 0.999085367 -0.008558313 -2.237421274 -0.019153601 0.007761136 0.999786437 204.290817261\n0.998945951 0.042025421 0.018462373 -1.400156498 -0.041866794 0.999083579 -0.008896164 -2.244287968 -0.018819319 0.008113827 0.999789953 205.054809570\n0.998946726 0.041875731 0.018759120 -1.458289027 -0.041714855 0.999090016 -0.008886842 -2.254709005 -0.019114194 0.008094947 0.999784529 205.822616577\n0.998960912 0.041590478 0.018637512 -1.512964129 -0.041414313 0.999094605 -0.009740666 -2.259956598 -0.019025756 0.008958685 0.999778867 206.608627319\n0.998969615 0.041742630 0.017813405 -1.546652675 -0.041551396 0.999076128 -0.010973898 -2.265243530 -0.018255027 0.010222418 0.999781132 207.341567993\n0.998998046 0.041206751 0.017460842 -1.583062768 -0.041024078 0.999100924 -0.010694176 -2.265894651 -0.017885815 0.009967146 0.999790370 208.064712524\n0.998995125 0.041144427 0.017772486 -1.652848244 -0.040957045 0.999102712 -0.010781962 -2.262316704 -0.018200157 0.010043220 0.999783933 208.870010376\n0.998960793 0.042123616 0.017404076 -1.725104213 -0.041929875 0.999056101 -0.011350929 -2.254790068 -0.017865790 0.010609382 0.999784112 209.677154541\n0.998986602 0.041778341 0.016743382 -1.750459909 -0.041591682 0.999070287 -0.011345777 -2.258452415 -0.017201824 0.010637893 0.999795437 210.383224487\n0.998974800 0.042202204 0.016380917 -1.769024014 -0.042028677 0.999058068 -0.010797027 -2.266119242 -0.016821146 0.010097489 0.999807537 211.098022461\n0.999020755 0.041300643 0.015866030 -1.768455744 -0.041149572 0.999105573 -0.009733134 -2.278631449 -0.016253823 0.009070723 0.999826729 211.780197144\n0.999013007 0.041838624 0.014916487 -1.805303812 -0.041712016 0.999091804 -0.008700157 -2.280787230 -0.015266943 0.008069373 0.999850869 212.526916504\n0.999058843 0.041022841 0.014090623 -1.798807621 -0.040916163 0.999132335 -0.007777610 -2.297635317 -0.014397456 0.007193756 0.999870479 213.210968018\n0.999069512 0.041031223 0.013287326 -1.835361838 -0.040938985 0.999136150 -0.007141207 -2.299630880 -0.013568860 0.006590592 0.999886215 213.974929810\n0.999093711 0.040407389 0.013381047 -1.912164807 -0.040317807 0.999163091 -0.006898306 -2.292738199 -0.013648591 0.006352560 0.999886692 214.798675537\n0.999087453 0.041018162 0.011906276 -1.914340615 -0.040938612 0.999138176 -0.006849923 -2.308928251 -0.012176985 0.006356246 0.999905646 215.775894165\n0.999091625 0.041341238 0.010332845 -1.905265093 -0.041265275 0.999120355 -0.007459801 -2.324180603 -0.010632154 0.007026637 0.999918759 216.767227173\n0.999124229 0.040873718 0.008951681 -1.899081230 -0.040805060 0.999137282 -0.007722700 -2.344417334 -0.009259613 0.007350663 0.999930084 217.766250610\n0.999134481 0.040801067 0.008096070 -1.893204689 -0.040744178 0.999144614 -0.007071855 -2.359391928 -0.008377684 0.006735866 0.999942243 218.746154785\n0.999145567 0.040597446 0.007744736 -1.901432037 -0.040553320 0.999160707 -0.005772414 -2.374663830 -0.007972581 0.005453407 0.999953330 219.750885010\n0.999168694 0.040192060 0.006822526 -1.899251699 -0.040157784 0.999180377 -0.005088508 -2.388182640 -0.007021452 0.004810300 0.999963760 220.751876831\n0.999162197 0.040414330 0.006450717 -1.905695677 -0.040381577 0.999171138 -0.005129244 -2.404194355 -0.006652665 0.004864457 0.999966025 221.755325317\n0.999187052 0.039866563 0.005989441 -1.907021999 -0.039834704 0.999191999 -0.005347375 -2.415456772 -0.006197783 0.005104440 0.999967754 222.761016846\n0.999174356 0.040243167 0.005580351 -1.910844207 -0.040206634 0.999170184 -0.006511534 -2.432601452 -0.005837765 0.006281790 0.999963224 223.779800415\n0.999182522 0.040063735 0.005403278 -1.927999616 -0.040024295 0.999172628 -0.007219964 -2.448440552 -0.005688067 0.006997800 0.999959350 224.808975220\n0.999157786 0.040622618 0.005791584 -1.941621661 -0.040581048 0.999150872 -0.007123272 -2.463447809 -0.006076032 0.006882244 0.999957860 225.826828003\n0.999167085 0.040303841 0.006387203 -1.949013710 -0.040261425 0.999167144 -0.006636143 -2.482561588 -0.006649345 0.006373458 0.999957561 226.852035522\n0.999167264 0.040214520 0.006898643 -1.959130883 -0.040159028 0.999161243 -0.008002219 -2.500522614 -0.007214662 0.007718512 0.999944210 227.870223999\n0.999184132 0.039774761 0.007004283 -1.951103926 -0.039700918 0.999157667 -0.010383395 -2.516143560 -0.007411380 0.010096846 0.999921560 228.906967163\n0.999186456 0.039605632 0.007604349 -1.946713090 -0.039521046 0.999158502 -0.010969251 -2.533495188 -0.008032395 0.010659796 0.999910891 229.945892334\n0.999192536 0.039188698 0.008863856 -1.947239995 -0.039114717 0.999199688 -0.008371152 -2.547469378 -0.009184816 0.008017685 0.999925673 230.986053467\n0.999176800 0.039168205 0.010563070 -1.950664759 -0.039118290 0.999222636 -0.004891483 -2.564449310 -0.010746448 0.004474247 0.999932230 232.031585693\n0.999228776 0.037376232 0.012035900 -1.945740104 -0.037322737 0.999292493 -0.004638937 -2.582025528 -0.012200770 0.004186146 0.999916792 233.081863403\n0.999222875 0.037260301 0.012856405 -1.930844545 -0.037184764 0.999289989 -0.006065491 -2.592252016 -0.013073280 0.005582715 0.999898970 234.160797119\n0.999240220 0.036218751 0.014395507 -1.930317998 -0.036113683 0.999319613 -0.007492862 -2.606072903 -0.014657094 0.006967294 0.999868333 235.217269897\n0.999170601 0.036951512 0.017108776 -1.979962349 -0.036808621 0.999285400 -0.008593030 -2.622136831 -0.017414076 0.007956153 0.999816716 236.168807983\n0.999112666 0.037310455 0.019539440 -2.022686005 -0.037117634 0.999259472 -0.010139742 -2.631516933 -0.019903289 0.009405486 0.999757648 237.107254028\n0.999072313 0.037136778 0.021802241 -2.049884319 -0.036904611 0.999258757 -0.010956489 -2.637140751 -0.022192968 0.010141722 0.999702275 238.033615112\n0.998993337 0.038363088 0.023251055 -2.081026793 -0.038090304 0.999201477 -0.012063763 -2.640226126 -0.023695292 0.011165979 0.999656856 239.006576538\n0.998956621 0.037616868 0.025897164 -2.106121063 -0.037318353 0.999232411 -0.011915481 -2.641829491 -0.026325507 0.010936609 0.999593616 239.943466187\n0.998792470 0.040374707 0.027990969 -2.137560606 -0.040068120 0.999131560 -0.011429070 -2.653312206 -0.028428108 0.010293723 0.999542832 240.919387817\n0.998820126 0.038556356 0.029525748 -2.151013851 -0.038272224 0.999216020 -0.010128820 -2.653265238 -0.029893130 0.008986854 0.999512672 241.908126831\n0.998790503 0.038653780 0.030386861 -2.159530163 -0.038381264 0.999217987 -0.009501083 -2.669135332 -0.030730352 0.008323305 0.999493062 242.874923706\n0.998776793 0.039602350 0.029607739 -2.153583288 -0.039326046 0.999177814 -0.009857199 -2.687519789 -0.029973766 0.008680786 0.999512970 243.825378418\n0.998794496 0.040027842 0.028412722 -2.130211353 -0.039760467 0.999160051 -0.009914037 -2.702549934 -0.028785694 0.008772383 0.999547124 244.757995605\n0.998739421 0.041441340 0.028323483 -2.147034883 -0.041179650 0.999104083 -0.009761252 -2.718110323 -0.028702628 0.008582597 0.999551177 245.765151978\n0.998701990 0.042383257 0.028249623 -2.136383295 -0.042122971 0.999064922 -0.009746302 -2.734476089 -0.028636286 0.008543693 0.999553382 246.734817505\n0.998756051 0.041961946 0.026934890 -2.093932152 -0.041725688 0.999086082 -0.009274539 -2.754882336 -0.027299451 0.008139125 0.999594152 247.890686035\n0.998752534 0.042348467 0.026456319 -2.071373940 -0.042120196 0.999070883 -0.009126903 -2.772148132 -0.026818248 0.008001173 0.999608278 249.111068726\n0.998733580 0.042649332 0.026688583 -2.059485435 -0.042405233 0.999053895 -0.009646575 -2.793510914 -0.027074754 0.008502623 0.999597251 250.332626343\n0.998756051 0.042377543 0.026277581 -2.036358595 -0.042126860 0.999062002 -0.010021336 -2.811739206 -0.026677614 0.008901878 0.999604464 251.583923340\n0.998784184 0.041795798 0.026140207 -2.022138119 -0.041558020 0.999090195 -0.009574553 -2.840704918 -0.026516601 0.008476577 0.999612451 252.851928711\n0.998814523 0.041705322 0.025103157 -1.999356389 -0.041508358 0.999103546 -0.008317010 -2.859833479 -0.025427517 0.007265159 0.999650240 254.129165649\n0.998858333 0.041437153 0.023768883 -1.972517848 -0.041243244 0.999112189 -0.008591407 -2.878150225 -0.024103785 0.007601293 0.999680579 255.435653687\n0.998903573 0.041100770 0.022413725 -1.927977800 -0.040907543 0.999122262 -0.009012597 -2.903551579 -0.022764476 0.008085825 0.999708176 256.715850830\n0.998919249 0.041110255 0.021684848 -1.936453342 -0.040898256 0.999111950 -0.010131054 -2.923302650 -0.022082081 0.009233233 0.999713540 257.969757080\n0.998943448 0.040620752 0.021492820 -1.966670394 -0.040392045 0.999123693 -0.010970390 -2.929236889 -0.021919610 0.010090661 0.999708831 259.215759277\n0.998922348 0.041313112 0.021151090 -1.989391446 -0.041081410 0.999092162 -0.011274464 -2.945824385 -0.021597672 0.010393399 0.999712706 260.474334717\n0.998943388 0.041274175 0.020211926 -1.983985186 -0.041060027 0.999097228 -0.010898167 -2.966702461 -0.020643491 0.010056751 0.999736309 261.787078857\n0.999006808 0.040406540 0.018780304 -1.963079572 -0.040246356 0.999150753 -0.008830452 -2.995471001 -0.019121164 0.008065843 0.999784648 263.139984131\n0.999060452 0.039566033 0.017684402 -1.948968887 -0.039427061 0.999189317 -0.008139282 -3.019976377 -0.017992105 0.007434390 0.999810517 264.518493652\n0.999108970 0.039216738 0.015598837 -1.925111771 -0.039085340 0.999198496 -0.008641263 -3.036946297 -0.015925217 0.008023877 0.999840975 265.914093018\n0.999165833 0.038434681 0.013800669 -1.908890009 -0.038307592 0.999222159 -0.009358152 -3.051587105 -0.014149612 0.008821675 0.999861002 267.309509277\n0.999235272 0.037309904 0.011697101 -1.887647867 -0.037209280 0.999269605 -0.008705302 -3.076389790 -0.012013352 0.008263404 0.999893665 268.700531006\n0.999226689 0.037984207 0.010160615 -1.888220787 -0.037898764 0.999245644 -0.008473448 -3.100974560 -0.010474808 0.008081820 0.999912500 270.109313965\n0.999265909 0.037459496 0.008026196 -1.865250826 -0.037384517 0.999257684 -0.009296848 -3.126174212 -0.008368494 0.008989968 0.999924600 271.527252197\n0.999263525 0.037769310 0.006776599 -1.872418404 -0.037708990 0.999249876 -0.008818111 -3.152343273 -0.007104569 0.008556078 0.999938130 272.967224121\n0.999248862 0.038504407 0.004372340 -1.848507524 -0.038464732 0.999221027 -0.008821737 -3.172209978 -0.004708610 0.008646930 0.999951541 274.457397461\n0.999286056 0.037728246 0.001981302 -1.853708744 -0.037711762 0.999258339 -0.007785430 -3.189466953 -0.002273563 0.007705153 0.999967754 275.910003662\n0.999320567 0.036856830 0.000044891 -1.854740024 -0.036855929 0.999303222 -0.005887566 -3.216322660 -0.000261857 0.005881911 0.999982655 277.400787354\n0.999327481 0.036619395 -0.001909166 -1.862281919 -0.036627598 0.999319077 -0.004455892 -3.234119177 0.001744694 0.004522824 0.999988258 278.871490479\n0.999328077 0.036495544 -0.003378631 -1.877330303 -0.036510516 0.999323249 -0.004481319 -3.255865812 0.003212796 0.004601664 0.999984264 280.355682373\n0.999295592 0.037211876 -0.004861109 -1.889495492 -0.037242040 0.999286592 -0.006269300 -3.270699263 0.004624349 0.006445921 0.999968529 281.863891602\n0.999290228 0.037294134 -0.005308487 -1.910882950 -0.037330337 0.999279201 -0.006892314 -3.295182943 0.005047617 0.007085589 0.999962151 283.379211426\n0.999274671 0.037670352 -0.005571433 -1.930727839 -0.037705932 0.999268234 -0.006425712 -3.315119982 0.005325297 0.006631127 0.999963820 284.894287109\n0.999228299 0.038688920 -0.006780698 -1.975283265 -0.038726315 0.999234855 -0.005473211 -3.312738895 0.006563758 0.005731579 0.999962032 286.403533936\n0.999194384 0.039448153 -0.007376825 -2.015011549 -0.039478257 0.999212503 -0.003980802 -3.338720322 0.007213980 0.004268819 0.999964893 287.892913818\n0.999171257 0.040149037 -0.006693547 -2.089348555 -0.040172029 0.999187231 -0.003336697 -3.358326912 0.006554141 0.003602825 0.999972045 289.340972900\n0.999166548 0.040360820 -0.006101739 -2.138951540 -0.040379666 0.999179900 -0.002997156 -3.368312836 0.005975768 0.003241044 0.999976873 290.719512939\n0.999155164 0.040680587 -0.005831829 -2.187983513 -0.040699303 0.999166548 -0.003127005 -3.379611731 0.005699760 0.003361715 0.999978125 292.108886719\n0.999143660 0.040974207 -0.005754441 -2.233564377 -0.040992737 0.999154508 -0.003139773 -3.394301414 0.005620926 0.003372975 0.999978542 293.500152588\n0.999107838 0.041804019 -0.005996021 -2.285941601 -0.041816659 0.999123275 -0.001998134 -3.413216829 0.005907235 0.002247085 0.999980032 294.937744141\n0.999159455 0.040557113 -0.005961840 -2.344430447 -0.040557206 0.999177217 0.000105361 -3.438182354 0.005961208 0.000136523 0.999982238 296.371246338\n0.999137700 0.040950362 -0.006852700 -2.400371552 -0.040949181 0.999161184 0.000312917 -3.449724913 0.006859766 -0.000032035 0.999976456 297.823516846\n0.999154687 0.040448464 -0.007336067 -2.455296278 -0.040442862 0.999181449 0.000910852 -3.464263201 0.007366905 -0.000613391 0.999972701 299.259826660\n0.999143422 0.040716127 -0.007392142 -2.508135080 -0.040705841 0.999170005 0.001536663 -3.481846094 0.007448574 -0.001234443 0.999971509 300.668151855\n0.999143004 0.040677562 -0.007657132 -2.564972401 -0.040663045 0.999170840 0.002042626 -3.502138853 0.007733872 -0.001729513 0.999968588 302.082733154\n0.999162436 0.040039666 -0.008442650 -2.601827860 -0.040028986 0.999197483 0.001430371 -3.519417048 0.008493146 -0.001091222 0.999963343 303.568634033\n0.999191642 0.039185960 -0.008974051 -2.652667522 -0.039179850 0.999231815 0.000855432 -3.538830519 0.009000679 -0.000503138 0.999959350 305.008209229\n0.999173045 0.039341025 -0.010273011 -2.689309835 -0.039339393 0.999225855 0.000360640 -3.545614481 0.010279246 0.000043792 0.999947190 306.445739746\n0.999184310 0.038797420 -0.011204111 -2.751561642 -0.038793117 0.999247074 0.000601119 -3.560496092 0.011218998 -0.000165986 0.999937057 307.894409180\n0.999139071 0.039738435 -0.011914605 -2.809057951 -0.039729495 0.999210000 0.000986116 -3.573955297 0.011944379 -0.000511906 0.999928534 309.331085205\n0.999160945 0.039186019 -0.011909868 -2.887993574 -0.039176371 0.999231756 0.001042473 -3.584953785 0.011941568 -0.000575013 0.999928534 310.785614014\n0.999126196 0.039977994 -0.012192185 -2.967074633 -0.039973125 0.999200523 0.000643055 -3.596570492 0.012208146 -0.000155133 0.999925494 312.236785889\n0.999123454 0.039721038 -0.013212075 -3.000191212 -0.039718240 0.999210835 0.000474194 -3.610494852 0.013220483 0.000050982 0.999912620 313.733215332\n0.999104559 0.039909806 -0.014045626 -3.048260927 -0.039899599 0.999203205 0.001006368 -3.628883600 0.014074598 -0.000445052 0.999900877 315.200622559\n0.999111354 0.039492700 -0.014724282 -3.106899023 -0.039474383 0.999219418 0.001532655 -3.636933088 0.014773317 -0.000950061 0.999890447 316.634704590\n0.999115884 0.038929984 -0.015870450 -3.149769306 -0.038899455 0.999240637 0.002228021 -3.651540756 0.015945135 -0.001608699 0.999871552 318.067810059\n0.999112487 0.038522564 -0.017037714 -3.191071272 -0.038483728 0.999255836 0.002601555 -3.663046360 0.017125254 -0.001943571 0.999851465 319.506652832\n0.999126256 0.037979551 -0.017442109 -3.249211073 -0.037944648 0.999277115 0.002327906 -3.674988747 0.017517915 -0.001664037 0.999845147 320.955413818\n0.999094784 0.038277093 -0.018559679 -3.302589417 -0.038254175 0.999266803 0.001588400 -3.691848755 0.018606870 -0.000876977 0.999826491 322.400726318\n0.999081910 0.038339917 -0.019114988 -3.355951548 -0.038328320 0.999264717 0.000972852 -3.704165459 0.019138232 -0.000239313 0.999816835 323.852569580\n0.999044180 0.039044969 -0.019653300 -3.410321951 -0.039008867 0.999236405 0.002217124 -3.717245340 0.019724859 -0.001448352 0.999804378 325.307678223\n0.999030590 0.039446574 -0.019540537 -3.471046448 -0.039377633 0.999216795 0.003900364 -3.730450630 0.019679090 -0.003127123 0.999801457 326.740722656\n0.998992920 0.040296461 -0.019732969 -3.541330576 -0.040226616 0.999182880 0.003923970 -3.745471001 0.019874966 -0.003126227 0.999797583 328.167358398\n0.999006689 0.039899930 -0.019838696 -3.575217009 -0.039853092 0.999201775 0.002750774 -3.747620344 0.019932617 -0.001957409 0.999799430 329.588989258\n0.998948753 0.041220900 -0.020054556 -3.636651516 -0.041193385 0.999149621 0.001783492 -3.761575699 0.020111019 -0.000955502 0.999797285 331.002044678\n0.998943388 0.041174430 -0.020415623 -3.676322699 -0.041170336 0.999151945 0.000620838 -3.774728060 0.020423872 0.000220336 0.999791384 332.462463379\n0.998917878 0.041881546 -0.020223858 -3.738095284 -0.041886039 0.999122381 0.000201574 -3.792766809 0.020214550 0.000645741 0.999795437 333.915222168\n0.998864710 0.042964384 -0.020574613 -3.783197403 -0.042966504 0.999076486 0.000339174 -3.811783314 0.020570183 0.000545230 0.999788284 335.279571533\n0.998853326 0.043053024 -0.020940764 -3.857686758 -0.043048870 0.999072731 0.000649341 -3.829735518 0.020949302 0.000252880 0.999780536 336.675292969\n0.998884797 0.042664103 -0.020223368 -3.937427282 -0.042640321 0.999089181 0.001605919 -3.835196495 0.020273464 -0.000741797 0.999794185 338.005798340\n0.998659015 0.047196962 -0.021275152 -3.943754435 -0.047123469 0.998881280 0.003942808 -3.864041805 0.021437438 -0.002934962 0.999765873 339.372772217\n0.998659849 0.047297090 -0.021010727 -4.026487827 -0.047180641 0.998868346 0.006004151 -3.880007982 0.021270929 -0.005004806 0.999761224 340.723785400\n0.998633862 0.047466844 -0.021848463 -4.067073822 -0.047344472 0.998860061 0.006084914 -3.888338804 0.022112388 -0.005042197 0.999742806 342.080596924\n0.998498499 0.050263293 -0.021779453 -4.138617992 -0.050154500 0.998726249 0.005513451 -3.914546728 0.022028837 -0.004412835 0.999747574 343.378997803\n0.998579562 0.047422435 -0.024290362 -4.142988205 -0.047370680 0.998873711 0.002702142 -3.910994768 0.024391146 -0.001547653 0.999701321 344.642028809\n0.998603106 0.046767082 -0.024589427 -4.205620766 -0.046714906 0.998904645 0.002692348 -3.919786930 0.024688404 -0.001539895 0.999693990 345.950805664\n0.998717189 0.043973599 -0.025104983 -4.262145519 -0.043926056 0.999031782 0.002442270 -3.930014133 0.025188072 -0.001336375 0.999681830 347.247863770\n0.998803854 0.041278906 -0.026208689 -4.306868553 -0.041262459 0.999147654 0.001168294 -3.942849159 0.026234576 -0.000085461 0.999655783 348.574829102\n0.998824775 0.040067535 -0.027270179 -4.352536678 -0.040049519 0.999196947 0.001206741 -3.952882528 0.027296631 -0.000113166 0.999627352 349.946899414\n0.998804748 0.039505512 -0.028781613 -4.385711193 -0.039406445 0.999215245 0.004001244 -3.970555782 0.028917098 -0.002862281 0.999577701 351.355529785\n0.998755395 0.040843509 -0.028626239 -4.441355228 -0.040701143 0.999155998 0.005538714 -3.986347198 0.028828299 -0.004366700 0.999574840 352.661285400\n0.998730183 0.041079912 -0.029162964 -4.495585442 -0.040969394 0.999150813 0.004377356 -3.973443985 0.029318020 -0.003177009 0.999565065 354.032623291\n0.998710036 0.041610725 -0.029101035 -4.564222336 -0.041412905 0.999114931 0.007367995 -3.999813318 0.029381866 -0.006153332 0.999549329 355.289886475\n0.998714030 0.041406691 -0.029254360 -4.645268440 -0.041218575 0.999125600 0.007004745 -4.007203579 0.029518822 -0.005789914 0.999547482 356.548370361\n0.998749852 0.039824054 -0.030211885 -4.711047649 -0.039664146 0.999195814 0.005874006 -4.007896900 0.030421516 -0.004668334 0.999526262 357.805541992\n0.998804152 0.038990323 -0.029496111 -4.812449932 -0.038857680 0.999231935 0.005057137 -4.007271767 0.029670635 -0.003904939 0.999552131 359.026702881\n0.998772979 0.038773298 -0.030808508 -4.874881744 -0.038581848 0.999232411 0.006784793 -4.024838924 0.031047929 -0.005587819 0.999502301 360.292236328\n0.998730958 0.039084114 -0.031763665 -4.925842762 -0.038874526 0.999218225 0.007189584 -4.035297394 0.032019835 -0.005945663 0.999469578 361.577423096\n0.998658776 0.039269578 -0.033743162 -4.966414928 -0.039045282 0.999210894 0.007280822 -4.043522358 0.034002449 -0.005953545 0.999404013 362.874053955\n0.998660147 0.039094072 -0.033904381 -5.020721912 -0.038879983 0.999219716 0.006951171 -4.065309048 0.034149673 -0.005623656 0.999400914 364.139923096\n0.998570144 0.040305380 -0.035115711 -5.099664211 -0.040112376 0.999176025 0.006183729 -4.075009823 0.035336014 -0.004766312 0.999364138 365.337585449\n0.998577833 0.040054414 -0.035184000 -5.153538227 -0.039890703 0.999189734 0.005343045 -4.081431389 0.035369504 -0.003931931 0.999366581 366.534637451\n0.998525620 0.040016226 -0.036678646 -5.234132290 -0.039844122 0.999191225 0.005411494 -4.094650269 0.036865532 -0.003942086 0.999312460 367.695739746\n0.998543143 0.039879952 -0.036347549 -5.305063725 -0.039683837 0.999193668 0.006101359 -4.110922337 0.036561564 -0.004650060 0.999320567 368.939483643\n0.998484790 0.040624779 -0.037118211 -5.403196812 -0.040383488 0.999158084 0.007227676 -4.131208897 0.037380584 -0.005717761 0.999284744 370.095825195\n0.998504877 0.039757643 -0.037514631 -5.474933147 -0.039529655 0.999195278 0.006799912 -4.110372066 0.037754789 -0.005306805 0.999272943 371.290252686\n0.998443365 0.040311776 -0.038546655 -5.572341919 -0.040051073 0.999169409 0.007512076 -4.117681503 0.038817465 -0.005956547 0.999228537 372.429718018\n0.998464584 0.040956452 -0.037296567 -5.697330475 -0.040722761 0.999145925 0.007004310 -4.103490829 0.037551586 -0.005474736 0.999279678 373.555053711\n0.998431981 0.041283883 -0.037804760 -5.753227711 -0.041036960 0.999131083 0.007284675 -4.107982635 0.038072649 -0.005721860 0.999258578 374.702514648\n0.998367846 0.043120403 -0.037447449 -5.851652622 -0.042875290 0.999053597 0.007324463 -4.111967087 0.037727844 -0.005706938 0.999271750 375.813079834\n0.998397410 0.041922044 -0.038015459 -5.918773651 -0.041651819 0.999101162 0.007872902 -4.139923573 0.038311336 -0.006276872 0.999246120 376.990509033\n0.998354256 0.043174520 -0.037745647 -5.964908600 -0.042944118 0.999053717 0.006894046 -4.144181252 0.038007576 -0.005261747 0.999263585 378.042327881\n0.998337448 0.043437723 -0.037888486 -6.033002377 -0.043251354 0.999047816 0.005725216 -4.158416271 0.038101099 -0.004076969 0.999265552 379.131835938\n0.998400867 0.042707991 -0.037037678 -6.123480320 -0.042556129 0.999082148 0.004879207 -4.163515091 0.037212066 -0.003295224 0.999301970 380.200103760\n0.998446286 0.041922092 -0.036708541 -6.176798820 -0.041763607 0.999114633 0.005073932 -4.163573265 0.036888752 -0.003532968 0.999313116 381.199279785\n0.998366594 0.043379895 -0.037180379 -6.181478500 -0.043196287 0.999050200 0.005727842 -4.178557873 0.037393540 -0.004112432 0.999292135 382.170562744\n0.998361528 0.043882918 -0.036722839 -6.260025978 -0.043692827 0.999027193 0.005963347 -4.187887669 0.036948804 -0.004349052 0.999307692 383.216430664\n0.998243332 0.046194363 -0.037099347 -6.297297478 -0.046002489 0.998923242 0.006009494 -4.211627960 0.037337005 -0.004292275 0.999293506 384.194702148\n0.998315156 0.042293627 -0.039724827 -6.283640862 -0.042084835 0.999095559 0.006077934 -4.210771084 0.039945956 -0.004395880 0.999192178 385.123718262\n0.998219669 0.043283172 -0.041037109 -6.363693237 -0.043084472 0.999055088 0.005714434 -4.216112137 0.041245669 -0.003936198 0.999141276 386.169799805\n0.998192310 0.043592259 -0.041374683 -6.416033268 -0.043407705 0.999043107 0.005348875 -4.222177505 0.041568264 -0.003543226 0.999129355 387.199432373\n0.998117745 0.044930410 -0.041739367 -6.516635418 -0.044759735 0.998985171 0.005015120 -4.223957539 0.041922338 -0.003137438 0.999115944 388.247833252\n0.998044074 0.045593955 -0.042769711 -6.551927567 -0.045421313 0.998955429 0.005000115 -4.235203266 0.042953007 -0.003047679 0.999072433 389.249298096\n0.997971296 0.047422580 -0.042477623 -6.650620937 -0.047256172 0.998870730 0.004913744 -4.240806103 0.042662676 -0.002896445 0.999085307 390.274200439\n0.997910023 0.046357632 -0.045017835 -6.665322781 -0.046160366 0.998919368 0.005412151 -4.253634453 0.045220081 -0.003322800 0.998971522 391.352783203\n0.997853756 0.046420157 -0.046185069 -6.737928867 -0.046228066 0.998917282 0.005219157 -4.257273674 0.046377338 -0.003072909 0.998919249 392.418060303\n0.997875631 0.045108058 -0.047004648 -6.819474697 -0.044934817 0.998978674 0.004736245 -4.250024796 0.047170285 -0.002614038 0.998883426 393.463439941\n0.997824967 0.044766355 -0.048386492 -6.851751328 -0.044541273 0.998991191 0.005720543 -4.264778137 0.048593763 -0.003552905 0.998812318 394.449371338\n0.997763455 0.045164600 -0.049277049 -6.935283661 -0.044892319 0.998969913 0.006618851 -4.265964985 0.049525227 -0.004391887 0.998763204 395.475036621\n0.997762799 0.044317726 -0.050053757 -7.001619816 -0.044016637 0.999005556 0.007102227 -4.271014690 0.050318737 -0.004883140 0.998721302 396.476745605\n0.997676253 0.045644131 -0.050584190 -7.099376678 -0.045338716 0.998945951 0.007169430 -4.269985676 0.050858110 -0.004859347 0.998694062 397.463653564\n0.997686028 0.044357050 -0.051527087 -7.130232811 -0.043997712 0.998998880 0.008087792 -4.285434246 0.051834255 -0.005802002 0.998638868 398.369110107\n0.997633636 0.045198917 -0.051809311 -7.198148251 -0.044905435 0.998968005 0.006815374 -4.285113335 0.052063890 -0.004472726 0.998633742 399.275329590\n0.997577906 0.045408607 -0.052690826 -7.216351032 -0.045126770 0.998959959 0.006526987 -4.308445454 0.052932404 -0.004133412 0.998589516 400.143951416\n0.997545242 0.045509230 -0.053220447 -7.269289970 -0.045256957 0.998957753 0.005936363 -4.314962864 0.053435136 -0.003513195 0.998565137 401.036712646\n0.997478545 0.046608727 -0.053517535 -7.370863914 -0.046379302 0.998908639 0.005521598 -4.314696312 0.053716484 -0.003025570 0.998551667 401.982055664\n0.997422397 0.046195846 -0.054904167 -7.407918930 -0.045917343 0.998925209 0.006323888 -4.322149754 0.055137295 -0.003786535 0.998471618 403.022155762\n0.997328281 0.047193334 -0.055759434 -7.485579014 -0.046918754 0.998879313 0.006224012 -4.323506832 0.055990677 -0.003591221 0.998424828 403.986206055\n0.997265756 0.048611216 -0.055659816 -7.555649281 -0.048334148 0.998811245 0.006314099 -4.334572792 0.055900589 -0.003606565 0.998429835 404.944763184\n0.997210562 0.049603336 -0.055772357 -7.646190643 -0.049340677 0.998763502 0.006077516 -4.336069107 0.056004863 -0.003308717 0.998425007 405.909362793\n0.997177899 0.049714662 -0.056255642 -7.667578697 -0.049460471 0.998758614 0.005902709 -4.347344875 0.056479260 -0.003103621 0.998398960 406.781585693\n0.997092783 0.051435679 -0.056216497 -7.742703915 -0.051167596 0.998670816 0.006198694 -4.356469631 0.056460608 -0.003304210 0.998399377 407.709045410\n0.997110605 0.051767126 -0.055593718 -7.811738491 -0.051472835 0.998651803 0.006713481 -4.359748840 0.055866305 -0.003832516 0.998430908 408.638000488\n0.997086287 0.052724063 -0.055127706 -7.893326759 -0.052353751 0.998595417 0.008141145 -4.360647202 0.055479508 -0.005231283 0.998446107 409.562805176\n0.997091234 0.053242840 -0.054536384 -7.960105896 -0.052857969 0.998566091 0.008476443 -4.366082191 0.054909490 -0.005569105 0.998475790 410.460266113\n0.997043967 0.054349020 -0.054309011 -8.030490875 -0.053936511 0.998503506 0.009033720 -4.368594170 0.054718710 -0.006077778 0.998483300 411.346008301\n0.996963203 0.055815917 -0.054304536 -8.100100517 -0.055446438 0.998427272 0.008287977 -4.358732700 0.054681730 -0.005251816 0.998490036 412.278503418\n0.996962547 0.055850245 -0.054281380 -8.150500298 -0.055508059 0.998427808 0.007792446 -4.366672039 0.054631252 -0.004755723 0.998495281 413.120422363\n0.996944845 0.056478906 -0.053954527 -8.212014198 -0.056224938 0.998398781 0.006214665 -4.373243809 0.054219130 -0.003162089 0.998524070 413.963165283\n0.996949732 0.056534782 -0.053806126 -8.281943321 -0.056331787 0.998398125 0.005283043 -4.377828121 0.054018609 -0.002235933 0.998537421 414.839569092\n0.996937871 0.056743234 -0.053806122 -8.353156090 -0.056576427 0.998387575 0.004619578 -4.376062870 0.053981494 -0.001561275 0.998540699 415.706298828\n0.996974945 0.056569405 -0.053299334 -8.427957535 -0.056376137 0.998396456 0.005123809 -4.378615379 0.053503715 -0.002103499 0.998565435 416.559661865\n0.996910691 0.057378810 -0.053635381 -8.500900269 -0.057146531 0.998348653 0.005855648 -4.384264946 0.053882800 -0.002772482 0.998543441 417.404602051\n0.996950567 0.056922592 -0.053379953 -8.569029808 -0.056697298 0.998374999 0.005726729 -4.379857540 0.053619187 -0.002682766 0.998557866 418.258087158\n0.996940970 0.056767657 -0.053722523 -8.648783684 -0.056578428 0.998385429 0.005037902 -4.375173092 0.053921774 -0.001982955 0.998543203 419.100128174\n0.996953785 0.056452163 -0.053817306 -8.712105751 -0.056256738 0.998403132 0.005140516 -4.382519245 0.054021556 -0.002097270 0.998537540 419.922821045\n0.996926963 0.056984067 -0.053753532 -8.809858322 -0.056757364 0.998371542 0.005735813 -4.378470421 0.053992845 -0.002667278 0.998537779 420.773162842\n0.996935546 0.056355841 -0.054254428 -8.868642807 -0.056123316 0.998407006 0.005801151 -4.376976013 0.054494929 -0.002738435 0.998510301 421.610839844\n0.996894479 0.057164505 -0.054163318 -8.961958885 -0.056935396 0.998361230 0.005764848 -4.377477646 0.054404099 -0.002663135 0.998515427 422.440917969\n0.996918440 0.056532297 -0.054385066 -9.024887085 -0.056315366 0.998397827 0.005514244 -4.377829552 0.054609664 -0.002434536 0.998504817 423.273132324\n0.996868789 0.057795465 -0.053965341 -9.121768951 -0.057577964 0.998325408 0.005577787 -4.374585629 0.054197345 -0.002453108 0.998527229 424.093139648\n0.996852577 0.057324804 -0.054761302 -9.098152161 -0.057027657 0.998348236 0.006974809 -4.396784306 0.055070676 -0.003829949 0.998475134 424.793029785\n0.996880054 0.055956326 -0.055669617 -9.112620354 -0.055623312 0.998423517 0.007514811 -4.409332275 0.056002356 -0.004394837 0.998420954 425.517669678\n0.996782780 0.057782698 -0.055544924 -9.181116104 -0.057478882 0.998321831 0.007053182 -4.415508270 0.055859260 -0.003837830 0.998431265 426.385772705\n0.996789336 0.057677198 -0.055537410 -9.225529671 -0.057376333 0.998328090 0.006998023 -4.419720650 0.055848181 -0.003789021 0.998432100 427.193878174\n0.996818781 0.056640450 -0.056073029 -9.275140762 -0.056297872 0.998384535 0.007671640 -4.431698799 0.056416970 -0.004490442 0.998397171 428.071777344\n0.996872067 0.056825507 -0.054926381 -9.348388672 -0.056450814 0.998370469 0.008350543 -4.433934689 0.055311397 -0.005223785 0.998455465 428.942352295\n0.997000694 0.055339895 -0.054102618 -9.406821251 -0.054926388 0.998448908 0.009101392 -4.437986851 0.054522369 -0.006102433 0.998493910 429.772674561\n0.997132540 0.052760232 -0.054249484 -9.423022270 -0.052333489 0.998586774 0.009258015 -4.444342613 0.054661274 -0.006392404 0.998484492 430.578369141\n0.997241616 0.050606746 -0.054297108 -9.474843025 -0.050196782 0.998699784 0.008888668 -4.441840172 0.054676335 -0.006138609 0.998485267 431.443420410\n0.997324109 0.050003733 -0.053331237 -9.535911560 -0.049657062 0.998735845 0.007806597 -4.443784237 0.053654175 -0.005137436 0.998546362 432.306610107\n0.997382224 0.049999058 -0.052237421 -9.566534042 -0.049685884 0.998738408 0.007277580 -4.459705353 0.052535389 -0.004663067 0.998608172 433.140472412\n0.997669280 0.046535429 -0.049904883 -9.604935646 -0.046260875 0.998907328 0.006643165 -4.459064484 0.050159495 -0.004319038 0.998731852 433.968139648\n0.997807384 0.045353413 -0.048202749 -9.662829399 -0.045098595 0.998962283 0.006361384 -4.463949203 0.048441242 -0.004173560 0.998817325 434.859130859\n0.998015463 0.043372001 -0.045651138 -9.718889236 -0.043175783 0.999053538 0.005276026 -4.464070320 0.045836765 -0.003294532 0.998943508 435.751556396\n0.998251975 0.041056443 -0.042513136 -9.777533531 -0.040887557 0.999152064 0.004834843 -4.472593784 0.042675592 -0.003088134 0.999084234 436.629486084\n0.998464942 0.038188394 -0.040118143 -9.784849167 -0.038047500 0.999266803 0.004269886 -4.484292507 0.040251788 -0.002736937 0.999185801 437.471557617\n0.998638332 0.036450926 -0.037319742 -9.834864616 -0.036317341 0.999331236 0.004251319 -4.491325855 0.037449751 -0.002890177 0.999294341 438.381561279\n0.998837173 0.034759786 -0.033407081 -9.897349358 -0.034641452 0.999391317 0.004114596 -4.495867729 0.033529770 -0.002952542 0.999433339 439.298248291\n0.999009788 0.032562457 -0.030316552 -9.936397552 -0.032441065 0.999463558 0.004487554 -4.499607563 0.030446416 -0.003499609 0.999530256 440.202087402\n0.999158800 0.030615581 -0.027283702 -9.941086769 -0.030524477 0.999526978 0.003749445 -4.503391266 0.027385587 -0.002913470 0.999620676 441.146392822\n0.999277592 0.029519433 -0.023934111 -9.978306770 -0.029449333 0.999560893 0.003276170 -4.510891914 0.024020312 -0.002568959 0.999708176 442.101287842\n0.999376059 0.029334461 -0.019673346 -10.029934883 -0.029274138 0.999565840 0.003347337 -4.511104107 0.019762997 -0.002769328 0.999800861 443.049255371\n0.999513209 0.026082376 -0.017117705 -10.006857872 -0.026013358 0.999652565 0.004242427 -4.513449669 0.017222412 -0.003795073 0.999844491 443.944122314\n0.999603450 0.024724131 -0.013480197 -10.037590981 -0.024671042 0.999687254 0.004090469 -4.519504547 0.013577114 -0.003756276 0.999900758 444.920532227\n0.999646246 0.024909854 -0.009317854 -10.071529388 -0.024890158 0.999687731 0.002223829 -4.531312943 0.009370340 -0.001991120 0.999954104 445.894653320\n0.999706209 0.023226960 -0.006929780 -10.048659325 -0.023224324 0.999730170 0.000460692 -4.529466629 0.006938610 -0.000299617 0.999975860 446.843658447\n0.999742866 0.022507796 -0.002748486 -10.069012642 -0.022510119 0.999746263 -0.000816968 -4.536789417 0.002729401 0.000878626 0.999995887 447.837890625\n0.999761343 0.021721339 0.002320264 -10.096868515 -0.021717506 0.999762774 -0.001664463 -4.546609402 -0.002355868 0.001613676 0.999995947 448.859313965\n0.999802470 0.019038022 0.005712464 -10.076410294 -0.019034099 0.999818563 -0.000740361 -4.562191963 -0.005725522 0.000631483 0.999983430 449.878295898\n0.999775767 0.017446510 0.012003048 -10.091725349 -0.017440164 0.999847710 -0.000633257 -4.574740887 -0.012012268 0.000423780 0.999927759 450.926574707\n0.999808371 0.012919180 0.014708663 -10.021184921 -0.012919998 0.999916553 -0.000039462 -4.581731319 -0.014707946 -0.000150581 0.999891818 451.983184814\n0.999750257 0.010642537 0.019650267 -9.994776726 -0.010650994 0.999943197 0.000325792 -4.590433121 -0.019645683 -0.000535006 0.999806881 453.085876465\n0.999677896 0.008158321 0.024032192 -9.936967850 -0.008194435 0.999965429 0.001404621 -4.616909027 -0.024019903 -0.001601099 0.999710202 454.154968262\n0.999538302 0.004903946 0.029985543 -9.929744720 -0.004953397 0.999986470 0.001575076 -4.609072685 -0.029977413 -0.001722879 0.999549091 455.260131836\n0.999386430 -0.000424102 0.035023242 -9.872711182 0.000342313 0.999997199 0.002341264 -4.605484009 -0.035024136 -0.002327838 0.999383748 456.406616211\n0.999106526 -0.000059050 0.042263478 -9.837176323 -0.000009937 0.999998689 0.001632109 -4.624594688 -0.042263519 -0.001631071 0.999105155 457.505126953\n0.998786271 -0.001194883 0.049239233 -9.785822868 0.001110734 0.999997854 0.001736302 -4.627575397 -0.049241204 -0.001679503 0.998785496 458.652770996\n0.998372734 -0.001932698 0.056992412 -9.719152451 0.001748184 0.999993086 0.003287196 -4.641584873 -0.056998368 -0.003182214 0.998369217 459.682373047\n0.997816801 -0.002088888 0.066009171 -9.692967415 0.001898833 0.999993861 0.002941826 -4.633605003 -0.066014916 -0.002810063 0.997814655 460.668640137\n0.997223854 -0.001250618 0.074451663 -9.579673767 0.001129784 0.999997973 0.001665087 -4.652902603 -0.074453592 -0.001576350 0.997223258 461.718597412\n0.996555686 -0.000088859 0.082926556 -9.480052948 0.000029777 0.999999762 0.000713688 -4.658250809 -0.082926594 -0.000708761 0.996555388 462.730407715\n0.995801926 0.001117923 0.091527544 -9.354991913 -0.001216828 0.999998748 0.001024810 -4.669798851 -0.091526285 -0.001131881 0.995802045 463.764038086\n0.994804561 0.001074996 0.101797298 -9.248704910 -0.001124939 0.999999285 0.000433200 -4.679503918 -0.101796754 -0.000545465 0.994805098 464.974792480\n0.993724763 0.000710996 0.111850642 -9.105118752 -0.000582478 0.999999106 -0.001181691 -4.692586422 -0.111851387 0.001109125 0.993724346 466.241363525\n0.992473662 -0.001307451 0.122451074 -8.969001770 0.001627333 0.999995530 -0.002512352 -4.713696957 -0.122447237 0.002692712 0.992471397 467.407501221\n0.991108298 -0.003691538 0.133006573 -8.802730560 0.003984217 0.999990165 -0.001934404 -4.732144356 -0.132998124 0.002447131 0.991113245 468.641510010\n0.989608943 -0.007106475 0.143609434 -8.649670601 0.007424660 0.999971032 -0.001679842 -4.740401745 -0.143593341 0.002728638 0.989633024 469.810363770\n0.988012135 -0.010378025 0.154027089 -8.445526123 0.010816295 0.999939501 -0.002007650 -4.775727749 -0.153996930 0.003649584 0.988064587 471.037384033\n0.986112654 -0.014027987 0.165484205 -8.257695198 0.014531090 0.999892771 -0.001829842 -4.762847900 -0.165440783 0.004209097 0.986210763 472.322784424\n0.984299421 -0.016270498 0.175755233 -8.013876915 0.016526867 0.999863446 0.000005070 -4.780209541 -0.175731316 0.002899693 0.984433889 473.647705078\n0.982051253 -0.019073613 0.187647238 -7.769886971 0.019365979 0.999812424 0.000275249 -4.785387039 -0.187617302 0.003363664 0.982236445 474.971893311\n0.979510546 -0.018566493 0.200535119 -7.513900757 0.019933470 0.999789774 -0.004799427 -4.791366577 -0.200403854 0.008698449 0.979674757 476.358001709\n0.977019727 -0.021569904 0.212054729 -7.211000443 0.023173893 0.999718547 -0.005081316 -4.800366879 -0.211885437 0.009878679 0.977244556 477.708709717\n0.974101484 -0.022487439 0.224990159 -6.907531738 0.023769367 0.999713004 -0.002990314 -4.828715324 -0.224858344 0.008260744 0.974356472 479.103118896\n0.970932961 -0.026026148 0.237932339 -6.569198608 0.026986053 0.999635518 -0.000777476 -4.829387665 -0.237825379 0.007175732 0.971281409 480.500701904\n0.967439592 -0.026067352 0.251756102 -6.219863415 0.026980236 0.999635935 -0.000174320 -4.843660831 -0.251659900 0.006961083 0.967790723 481.913787842\n0.963659108 -0.027346412 0.265731663 -5.851310253 0.027915923 0.999608934 0.001634299 -4.856693268 -0.265672415 0.005843237 0.964045644 483.305236816\n0.959822655 -0.029121846 0.279092014 -5.454471588 0.029451100 0.999561667 0.003014225 -4.854263306 -0.279057443 0.005326446 0.960259616 484.728973389\n0.955643654 -0.030244613 0.292968333 -5.039919853 0.030147130 0.999533713 0.004848975 -4.863429070 -0.292978376 0.004198260 0.956109881 486.136108398\n0.951329827 -0.029411443 0.306767881 -4.609851837 0.029461093 0.999555945 0.004469713 -4.877669811 -0.306763113 0.004785546 0.951773882 487.535491943\n0.946717680 -0.028244661 0.320823759 -4.152629852 0.028631944 0.999583840 0.003511396 -4.894773483 -0.320789427 0.005861507 0.947132409 488.921783447\n0.941768229 -0.028952777 0.335013986 -3.678783417 0.029680008 0.999555111 0.002949752 -4.913994312 -0.334950358 0.007165235 0.942208529 490.310760498\n0.936549067 -0.029103169 0.349326283 -3.174365997 0.030035419 0.999545038 0.002748966 -4.924354076 -0.349247366 0.007917619 0.936997116 491.698608398\n0.931195676 -0.029411040 0.363331288 -2.653071404 0.030251931 0.999536574 0.003376931 -4.941862583 -0.363262236 0.007846890 0.931653917 493.045043945\n0.925719559 -0.028158441 0.377160966 -2.101201057 0.028985167 0.999573767 0.003484725 -4.960715294 -0.377098322 0.007706195 0.926141202 494.438018799\n0.919541776 -0.028519765 0.391956091 -1.541771889 0.029037483 0.999567688 0.004608315 -4.986787796 -0.391918063 0.007143878 0.919972420 495.804351807\n0.913342118 -0.028773207 0.406175196 -0.949068069 0.029742513 0.999549866 0.003927286 -4.984586716 -0.406105369 0.008493714 0.913786769 497.176147461\n0.906941712 -0.030220143 0.420170814 -0.340730667 0.031760518 0.999489963 0.003331487 -4.989952087 -0.420057178 0.010323376 0.907438934 498.544891357\n0.900316715 -0.029844737 0.434210867 0.287092209 0.032355536 0.999475121 0.001609455 -5.005850792 -0.434031010 0.012600105 0.900809824 499.907897949\n0.893809557 -0.030193144 0.447429121 0.940750122 0.033322603 0.999444246 0.000876794 -5.024587631 -0.447206944 0.014125817 0.894318938 501.231323242\n0.887453020 -0.030394061 0.459894896 1.621810913 0.034136888 0.999417126 0.000177129 -5.043020248 -0.459632248 0.015542184 0.887973368 502.557434082\n0.880812287 -0.031772379 0.472398400 2.308151245 0.036049146 0.999350011 -0.000001700 -5.049160004 -0.472091287 0.017031055 0.881385148 503.876953125\n0.874329865 -0.031618692 0.484301060 3.019205093 0.036453493 0.999335170 -0.000567222 -5.063484192 -0.483961165 0.018150404 0.874901235 505.192962646\n0.867398560 -0.031361304 0.496624768 3.746120453 0.036216404 0.999343932 -0.000147651 -5.078406334 -0.496294349 0.018114034 0.867965341 506.498596191\n0.860151052 -0.029540425 0.509183288 4.488059998 0.034325622 0.999410689 -0.000004325 -5.107476234 -0.508883119 0.017481752 0.860658109 507.811401367\n0.853217006 -0.029306168 0.520732105 5.257308960 0.033857133 0.999426365 0.000771751 -5.124933243 -0.520456076 0.016972028 0.853719771 509.092956543\n0.846134722 -0.030262521 0.532109261 6.047199249 0.034727719 0.999395490 0.001616020 -5.135470390 -0.531836510 0.017111566 0.846674204 510.361114502\n0.839162588 -0.032506276 0.542908430 6.847904205 0.036813613 0.999317825 0.002931424 -5.146566391 -0.542633355 0.017526478 0.839786828 511.607788086\n0.831821144 -0.032233533 0.554107070 7.670040131 0.036894608 0.999315381 0.002746310 -5.158928871 -0.553816259 0.018159121 0.832440913 512.873840332\n0.824517846 -0.032066904 0.564926565 8.504295349 0.036643241 0.999323130 0.003243248 -5.171446800 -0.564648211 0.018026626 0.825134754 514.098876953\n0.817045987 -0.030241966 0.575778842 9.358760834 0.035093103 0.999380410 0.002692959 -5.192032814 -0.575503588 0.018005595 0.817601025 515.336791992\n0.809255183 -0.029089671 0.586736619 10.233810425 0.034485172 0.999403238 0.001985569 -5.198405266 -0.586444259 0.018626878 0.809775412 516.556945801\n0.801618040 -0.027282948 0.597213686 11.125255585 0.032118641 0.999480844 0.002548334 -5.215295792 -0.596973121 0.017138900 0.802078128 517.777038574\n0.794014573 -0.025229266 0.607374966 12.038299561 0.030829187 0.999523938 0.001215776 -5.225074291 -0.607116520 0.017759534 0.794414341 518.951354980\n0.785816550 -0.024152944 0.617987871 12.958488464 0.029861169 0.999553442 0.001095098 -5.240177631 -0.617738366 0.017593294 0.786186874 520.155029297\n0.777283251 -0.022408247 0.628751636 13.909122467 0.028108645 0.999604464 0.000876349 -5.261979103 -0.628522635 0.016992187 0.777605653 521.397644043\n0.769196510 -0.022113634 0.638629556 14.858917236 0.028006893 0.999607325 0.000880238 -5.276293755 -0.638398290 0.017208952 0.769513845 522.576660156\n0.761976421 -0.021946888 0.647232771 15.836387634 0.027092157 0.999630928 0.002001140 -5.303611279 -0.647037804 0.016010109 0.762289822 523.740356445\n0.754985869 -0.023033155 0.655336440 16.810890198 0.025900913 0.999650478 0.005295419 -5.321732521 -0.655229330 0.012975847 0.755318582 524.890808105\n0.749015927 -0.021618899 0.662199259 17.806816101 0.023388833 0.999707341 0.006182374 -5.341238976 -0.662139118 0.010857370 0.749302328 526.022155762\n0.744172931 -0.020515235 0.667671859 18.809104919 0.021328229 0.999748409 0.006946798 -5.354867935 -0.667646408 0.009070641 0.744423270 527.150756836\n0.739048958 -0.019139819 0.673379779 19.790496826 0.019985797 0.999779224 0.006482393 -5.366683006 -0.673355222 0.008667224 0.739268363 528.263061523\n0.735415936 -0.018425850 0.677365422 20.800094604 0.018854031 0.999799609 0.006726950 -5.375841141 -0.677353621 0.007823963 0.735615969 529.373779297\n0.732124627 -0.015969822 0.680983484 21.813606262 0.017077817 0.999841213 0.005087049 -5.382090092 -0.680956602 0.007905356 0.732281089 530.479248047\n0.728962421 -0.013459652 0.684421360 22.835105896 0.015649633 0.999873042 0.002995154 -5.397701263 -0.684374809 0.008527589 0.729080558 531.577331543\n0.726358116 -0.012252749 0.687207222 23.857109070 0.014810498 0.999887943 0.002173509 -5.408637047 -0.687156856 0.008599135 0.726458192 532.658264160\n0.724265039 -0.010986042 0.689434171 24.875785828 0.012585281 0.999917150 0.002712446 -5.435039520 -0.689406872 0.006712193 0.724343300 533.764465332\n0.722724915 -0.010599152 0.691054523 25.899963379 0.012995716 0.999914050 0.001745033 -5.457415104 -0.691013575 0.007719569 0.722800553 534.844787598\n0.721726239 -0.007078330 0.692142427 26.928977966 0.009820457 0.999951780 -0.000014003 -5.478217602 -0.692108929 0.006807261 0.721760929 535.928833008\n0.720728874 -0.007181946 0.693179905 27.952651978 0.009201701 0.999957323 0.000793024 -5.496645927 -0.693156004 0.005806878 0.720764160 537.007568359\n0.720146775 -0.004096069 0.693809628 28.977043152 0.003806315 0.999990821 0.001952879 -5.518520355 -0.693811238 0.001234498 0.720155835 538.105102539\n0.720027804 -0.003014916 0.693938673 30.005493164 0.001562863 0.999995053 0.002723001 -5.531714916 -0.693943501 -0.000876105 0.720028996 539.178649902\n0.720030785 -0.001833772 0.693939686 31.039161682 -0.001384304 0.999990702 0.004078879 -5.549999237 -0.693940699 -0.003897542 0.720021605 540.260009766\n0.720121622 -0.001105849 0.693846941 32.061164856 -0.002547811 0.999987781 0.004238066 -5.564015388 -0.693843186 -0.004819714 0.720109999 541.326782227\n0.720564723 0.000040942 0.693387747 33.077423096 -0.004167133 0.999982178 0.004271417 -5.574935436 -0.693375230 -0.005967271 0.720552087 542.414794922\n0.721653938 0.001403022 0.692252517 34.095687866 -0.005782703 0.999975264 0.004001609 -5.589509964 -0.692229807 -0.006890868 0.721644282 543.495117188\n0.723433554 0.003200087 0.690386593 35.118839264 -0.007747323 0.999963939 0.003483124 -5.605885506 -0.690350533 -0.007868457 0.723432243 544.575256348\n0.725577652 0.004096535 0.688128173 36.133113861 -0.009051006 0.999952614 0.003590708 -5.613783360 -0.688080847 -0.008833589 0.725580335 545.678955078\n0.728366494 0.005342401 0.685166955 37.150131226 -0.011063481 0.999930918 0.003964343 -5.626430035 -0.685098469 -0.010467825 0.728375316 546.759887695\n0.731628060 0.006165817 0.681676149 38.143520355 -0.013605959 0.999891996 0.005558872 -5.653599262 -0.681568265 -0.013341884 0.731632888 547.841491699\n0.735748589 0.006437123 0.677224219 39.140975952 -0.015179303 0.999860346 0.006987238 -5.671511650 -0.677084684 -0.015420642 0.735743523 548.926757812\n0.740336657 0.007898817 0.672189891 40.124549866 -0.016506994 0.999843061 0.006431451 -5.679054737 -0.672033608 -0.015857274 0.740350842 550.029663086\n0.745944679 0.010391083 0.665926874 41.100585938 -0.017979005 0.999828041 0.004538108 -5.691308975 -0.665765226 -0.015357880 0.746003270 551.121032715\n0.751030445 0.012811267 0.660143316 42.055633545 -0.021328760 0.999760687 0.004863109 -5.707835197 -0.659923017 -0.017732380 0.751124024 552.238098145\n0.757430851 0.012123192 0.652802885 43.027797699 -0.022274783 0.999725401 0.007278989 -5.713298798 -0.652535379 -0.020054374 0.757492900 553.337707520\n0.763648391 0.011692520 0.645526528 43.980792999 -0.023406776 0.999680102 0.009582516 -5.719154358 -0.645208001 -0.022427367 0.763677776 554.465515137\n0.769561410 0.013846411 0.638422668 44.903404236 -0.025605954 0.999629915 0.009185243 -5.734165192 -0.638059199 -0.023416029 0.769631147 555.579528809\n0.775865674 0.015448057 0.630709052 45.827735901 -0.026723564 0.999607623 0.008390397 -5.740666866 -0.630331993 -0.023364611 0.775974035 556.716308594\n0.782052815 0.018796865 0.622928619 46.725219727 -0.030654030 0.999495387 0.008324693 -5.754046440 -0.622457802 -0.025605625 0.782234371 557.855834961\n0.788701892 0.021001538 0.614417017 47.622955322 -0.033668172 0.999392033 0.009057982 -5.762153625 -0.613853216 -0.027830344 0.788929462 559.013732910\n0.795446217 0.024481526 0.605529487 48.505287170 -0.037622269 0.999251306 0.009022344 -5.767738342 -0.604855299 -0.029958181 0.795771718 560.178771973\n0.802275479 0.026138958 0.596381426 49.364967346 -0.039994165 0.999149799 0.010009710 -5.773880959 -0.595612705 -0.031882323 0.802638769 561.353149414\n0.809540749 0.027430793 0.586422563 50.218765259 -0.041246701 0.999096870 0.010205721 -5.777909279 -0.585613012 -0.032449942 0.809941053 562.542114258\n0.817242920 0.028652148 0.575580657 51.053035736 -0.042555448 0.999036908 0.010691085 -5.781728745 -0.574720025 -0.033231307 0.817675114 563.735595703\n0.825177670 0.029246513 0.564115644 51.869251251 -0.042963080 0.999015510 0.011051733 -5.787168503 -0.563237011 -0.033355784 0.825621843 564.939941406\n0.832915425 0.031277876 0.552515686 52.666618347 -0.044544093 0.998951197 0.010599502 -5.790795326 -0.551604688 -0.033439796 0.833435118 566.157775879\n0.840858042 0.032846402 0.540258229 53.452671051 -0.046492461 0.998850882 0.011633147 -5.791812420 -0.539255321 -0.034899756 0.841418922 567.378845215\n0.848322928 0.034831610 0.528332293 54.204116821 -0.049007371 0.998715818 0.012846456 -5.800538540 -0.527206361 -0.036790118 0.848940492 568.604187012\n0.856066942 0.037759542 0.515483856 54.947299957 -0.051342063 0.998607635 0.012115372 -5.796446800 -0.514308631 -0.036837574 0.856813669 569.845642090\n0.863304317 0.040222242 0.503078401 55.675857544 -0.054013450 0.998457372 0.012860519 -5.796649456 -0.501785100 -0.038275540 0.864145100 571.098754883\n0.870253444 0.042553551 0.490762800 56.371032715 -0.056818582 0.998283625 0.014194340 -5.798651218 -0.489316463 -0.040237121 0.871177614 572.365356445\n0.876957357 0.045224693 0.478435487 57.059574127 -0.059372399 0.998130918 0.014478228 -5.799399853 -0.476886451 -0.041102648 0.878003359 573.636779785\n0.883786261 0.048721254 0.465347260 57.722778320 -0.062546723 0.997939527 0.014305592 -5.800550461 -0.463691443 -0.041749030 0.885012567 574.911621094\n0.890493453 0.049756724 0.452267289 58.376514435 -0.063122332 0.997900486 0.014499762 -5.798023701 -0.450596273 -0.041460112 0.891764581 576.217285156\n0.896821558 0.052393019 0.439279050 58.993438721 -0.065395571 0.997753978 0.014507441 -5.798981667 -0.437532306 -0.041737489 0.898233533 577.504760742\n0.903203845 0.054358762 0.425755739 59.600566864 -0.067039296 0.997639894 0.014843440 -5.799248695 -0.423944056 -0.041949015 0.904716372 578.808105469\n0.909840882 0.054009840 0.411427438 60.187927246 -0.065446250 0.997761369 0.013749067 -5.794021130 -0.409763813 -0.039435845 0.911338806 580.116699219\n0.916324377 0.055006623 0.396640837 60.748794556 -0.064901896 0.997824728 0.011557610 -5.793461800 -0.395142287 -0.036333259 0.917901099 581.432312012\n0.923025429 0.056248479 0.380605042 61.294719696 -0.065258391 0.997809947 0.010798238 -5.792866230 -0.379164129 -0.034804717 0.924674630 582.754638672\n0.929271877 0.057041522 0.364965856 61.804512024 -0.065415159 0.997801721 0.010610131 -5.796673298 -0.363558322 -0.033733994 0.930960476 584.101684570\n0.935408533 0.058170814 0.348750740 62.302295685 -0.066304609 0.997734070 0.011420451 -5.805119038 -0.347296178 -0.033806566 0.937145948 585.439697266\n0.941207290 0.058871478 0.332660466 62.764686584 -0.066644520 0.997704685 0.011994094 -5.804345131 -0.331190795 -0.033458922 0.942970395 586.784179688\n0.946902633 0.060475845 0.315781772 63.211109161 -0.067857541 0.997617662 0.012422225 -5.808880806 -0.314278215 -0.033190809 0.948750556 588.134521484\n0.952475071 0.062274907 0.298182994 63.624042511 -0.069315441 0.997509003 0.013084095 -5.819910526 -0.296625406 -0.033130959 0.954419076 589.504699707\n0.957867742 0.062885612 0.280240566 64.018539429 -0.069621280 0.997473359 0.014135216 -5.820314884 -0.278643578 -0.033050373 0.959825754 590.869079590\n0.962909400 0.063525863 0.262240350 64.378089905 -0.070115134 0.997413218 0.015836556 -5.827978134 -0.260555953 -0.033636186 0.964872658 592.212585449\n0.967538536 0.064577833 0.244333580 64.711311340 -0.071013421 0.997319818 0.017613059 -5.829018116 -0.242541313 -0.034392275 0.969531298 593.583190918\n0.971978962 0.064579666 0.226022854 65.013137817 -0.070644192 0.997323692 0.018838121 -5.823273659 -0.224201381 -0.034277458 0.973939836 594.944335938\n0.975932896 0.065273315 0.208073094 65.289459229 -0.070915505 0.997286499 0.019765060 -5.823353767 -0.206218347 -0.034044977 0.977913558 596.290832520\n0.979519486 0.065310359 0.190462798 65.538047791 -0.070375063 0.997321248 0.019942693 -5.825727463 -0.188650116 -0.032938089 0.981491804 597.593444824\n0.982647359 0.066949159 0.172979817 65.748306274 -0.071476109 0.997240424 0.020068228 -5.818825722 -0.171158910 -0.032083914 0.984720886 598.909301758\n0.985483348 0.067869261 0.155615896 65.942626953 -0.071888134 0.997205317 0.020338371 -5.815467834 -0.153800651 -0.031230062 0.987608254 600.190429688\n0.987790287 0.070697255 0.138824493 66.103111267 -0.074237511 0.997030199 0.020484800 -5.812419415 -0.136963978 -0.030540669 0.990105093 601.457214355\n0.989800394 0.073093124 0.122280814 66.244361877 -0.076278500 0.996853232 0.021568153 -5.806327820 -0.120319545 -0.030675564 0.992261171 602.708007812\n0.991421521 0.075345658 0.106800936 66.365501404 -0.078207143 0.996675074 0.022856537 -5.805726051 -0.104723692 -0.031013058 0.994017661 603.929321289\n0.992764771 0.077022955 0.092116930 66.457069397 -0.079507075 0.996554852 0.023602907 -5.796793938 -0.089981601 -0.030756081 0.995468438 605.142456055\n0.993818820 0.078712009 0.078284979 66.529296875 -0.080778316 0.996453047 0.023582947 -5.788586140 -0.076151043 -0.029760905 0.996652067 606.345153809\n0.994451463 0.082018919 0.065872632 66.591018677 -0.083675340 0.996232450 0.022788644 -5.779244423 -0.063755356 -0.028174113 0.997567773 607.510925293\n0.994995713 0.083373576 0.055067156 66.641479492 -0.084727921 0.996144772 0.022731477 -5.772863388 -0.052959654 -0.027283449 0.998223841 608.659362793\n0.995440304 0.083351225 0.046380863 66.676666260 -0.084422827 0.996194959 0.021642923 -5.764310360 -0.044400416 -0.025459841 0.998689353 609.803283691\n0.995840132 0.082178555 0.039358992 66.709815979 -0.083000243 0.996354461 0.019716021 -5.767041206 -0.037595272 -0.022900810 0.999030590 610.915405273\n0.996236265 0.079956584 0.033470500 66.738410950 -0.080595732 0.996580660 0.018201118 -5.767610550 -0.031900756 -0.020830194 0.999273956 611.999572754\n0.996579170 0.077775262 0.027945681 66.760406494 -0.078298271 0.996765018 0.018133903 -5.766672611 -0.026444908 -0.020259969 0.999444962 613.095397949\n0.996985853 0.074152321 0.022816814 66.781105042 -0.074596040 0.997027993 0.019251451 -5.769451141 -0.021321462 -0.020895468 0.999554276 614.136291504\n0.997211099 0.072404556 0.018099500 66.790702820 -0.072763406 0.997148216 0.020022891 -5.770492077 -0.016598135 -0.021284031 0.999635696 615.165222168\n0.997376204 0.070978716 0.014239877 66.795059204 -0.071268961 0.997235417 0.021031272 -5.770583153 -0.012707737 -0.021990951 0.999677420 616.146545410\n0.997508645 0.069726117 0.010715781 66.799461365 -0.069949448 0.997305453 0.022111658 -5.770631790 -0.009145146 -0.022806132 0.999698102 617.113342285\n0.997691274 0.067432687 0.008059480 66.803962708 -0.067602865 0.997444034 0.023134945 -5.771822929 -0.006478829 -0.023626376 0.999699891 618.033813477\n0.997640371 0.068372518 0.006235057 66.792922974 -0.068500608 0.997376978 0.023383908 -5.771020889 -0.004619887 -0.023755835 0.999707103 618.935180664\n0.997658610 0.068226472 0.004740549 66.793388367 -0.068315692 0.997414887 0.022283800 -5.768979073 -0.003207949 -0.022555478 0.999740422 619.794799805\n0.997699916 0.067668490 0.003980278 66.781417847 -0.067737952 0.997478366 0.021176646 -5.766897678 -0.002537249 -0.021397553 0.999767840 620.645263672\n0.997795641 0.066307105 0.002689572 66.783325195 -0.066347852 0.997594655 0.020072499 -5.770381451 -0.001352153 -0.020206699 0.999794900 621.478027344\n0.997857749 0.065394945 0.001842635 66.778999329 -0.065417729 0.997690916 0.018258385 -5.771103859 -0.000644374 -0.018339811 0.999831617 622.292907715\n0.997823834 0.065924637 0.001231686 66.764335632 -0.065935880 0.997698784 0.015797941 -5.769268513 -0.000187378 -0.015844775 0.999874473 623.117858887\n0.997895420 0.064839087 0.000754864 66.763473511 -0.064843230 0.997791827 0.014382196 -5.770369053 0.000179331 -0.014400875 0.999896288 623.912719727\n0.997944474 0.064084329 0.000222818 66.759727478 -0.064080983 0.997842789 0.014262728 -5.773768902 0.000691680 -0.014247689 0.999898255 624.707763672\n0.997910142 0.064616866 -0.000072543 66.749664307 -0.064608499 0.997797787 0.015011244 -5.768171787 0.001042363 -0.014975186 0.999887347 625.496643066\n0.997919321 0.064475305 0.000045849 66.741004944 -0.064467661 0.997789502 0.016126567 -5.769701958 0.000994018 -0.016095968 0.999869943 626.272460938\n0.997890830 0.064911939 0.000600662 66.731460571 -0.064913116 0.997758389 0.016262723 -5.767965317 0.000456330 -0.016267413 0.999867558 627.029357910\n0.997921884 0.064417958 0.001484843 66.723426819 -0.064433619 0.997788906 0.016297204 -5.766827583 -0.000431727 -0.016359011 0.999866068 627.775939941\n0.997942626 0.064088903 0.001754567 66.717666626 -0.064109035 0.997809529 0.016313575 -5.763739109 -0.000705205 -0.016392495 0.999865413 628.504821777\n0.997985542 0.063407756 0.002083849 66.715660095 -0.063433006 0.997858465 0.015962256 -5.768795967 -0.001067256 -0.016062286 0.999870420 629.195983887\n0.998025656 0.062774092 0.002063642 66.706741333 -0.062799625 0.997890413 0.016460871 -5.770213604 -0.001025972 -0.016557967 0.999862373 629.886108398\n0.998053968 0.062334303 0.001643176 66.708419800 -0.062353142 0.997912705 0.016802384 -5.770498276 -0.000592381 -0.016872143 0.999857485 630.544860840\n0.998080134 0.061911345 0.001725885 66.703086853 -0.061931711 0.997937202 0.016904376 -5.773590088 -0.000675752 -0.016978810 0.999855638 631.201538086\n0.998175025 0.060365595 0.001610467 66.700737000 -0.060384352 0.998028159 0.017131515 -5.774904728 -0.000573138 -0.017197497 0.999851942 631.823181152\n0.998167336 0.060498271 0.001370687 66.699676514 -0.060512882 0.998020649 0.017116209 -5.775328159 -0.000332473 -0.017167786 0.999852538 632.425659180\n0.998233259 0.059402287 0.001326510 66.694503784 -0.059416406 0.998080432 0.017469116 -5.778810501 -0.000286258 -0.017517067 0.999846518 633.011718750\n0.998270094 0.058777072 0.001439258 66.688316345 -0.058793351 0.998113453 0.017689252 -5.774783611 -0.000396820 -0.017743271 0.999842525 633.575073242\n0.998285174 0.058524620 0.001257778 66.685768127 -0.058537830 0.998118877 0.018221086 -5.773508549 -0.000189030 -0.018263469 0.999833167 634.112060547\n0.998294592 0.058369055 0.000954601 66.682121277 -0.058376703 0.998120666 0.018636655 -5.775509357 0.000134997 -0.018660599 0.999825895 634.625488281\n0.998358727 0.057261761 0.000949183 66.680725098 -0.057269488 0.998182535 0.018758282 -5.772211552 0.000126674 -0.018781854 0.999823570 635.114990234\n0.998396933 0.056586199 0.001227872 66.681655884 -0.056599323 0.998215556 0.019031528 -5.775156021 -0.000148760 -0.019070517 0.999818146 635.592041016\n0.998395443 0.056609750 0.001373691 66.681121826 -0.056625731 0.998208821 0.019303501 -5.772860050 -0.000278464 -0.019350313 0.999812722 636.038574219\n0.998388946 0.056712631 0.001798752 66.678916931 -0.056736991 0.998197794 0.019546947 -5.773397923 -0.000686952 -0.019617511 0.999807298 636.458923340\n0.998383284 0.056782749 0.002553126 66.677017212 -0.056821436 0.998199344 0.019220011 -5.774730682 -0.001457163 -0.019334011 0.999812007 636.854370117\n0.998358607 0.057166513 0.003476837 66.678573608 -0.057223190 0.998174965 0.019294668 -5.774895668 -0.002367483 -0.019461954 0.999807775 637.216552734\n0.998418808 0.056051366 0.004254701 66.685363770 -0.056124244 0.998232186 0.019560469 -5.775786400 -0.003150788 -0.019768333 0.999799609 637.551757812\n0.998363376 0.056956276 0.005151133 66.676055908 -0.057046331 0.998181820 0.019461766 -5.777007580 -0.004033297 -0.019723767 0.999797344 637.888549805\n0.998342693 0.057290576 0.005440556 66.682029724 -0.057388317 0.998152912 0.019933620 -5.778888226 -0.004288499 -0.020212809 0.999786496 638.183837891\n0.998333275 0.057354126 0.006414716 66.677230835 -0.057472922 0.998142838 0.020191571 -5.776506424 -0.005244733 -0.020526590 0.999775529 638.459838867\n0.998375237 0.056572501 0.006810414 66.676994324 -0.056696326 0.998198688 0.019619087 -5.776572704 -0.005688245 -0.019973338 0.999784350 638.718505859\n0.998402536 0.056042396 0.007188612 66.680282593 -0.056171164 0.998237014 0.019174011 -5.774867535 -0.006101381 -0.019547174 0.999790311 638.935546875\n0.998418510 0.055694986 0.007648577 66.680328369 -0.055834640 0.998250484 0.019453639 -5.775926590 -0.006551726 -0.019849928 0.999781489 639.137207031\n0.998406291 0.055882014 0.007880004 66.683059692 -0.056025051 0.998243213 0.019279279 -5.778675079 -0.006788796 -0.019690031 0.999783099 639.322265625\n0.998331189 0.057132754 0.008408304 66.677749634 -0.057282567 0.998180807 0.018809242 -5.777285099 -0.007318384 -0.019259503 0.999787748 639.484924316\n0.998335063 0.057011548 0.008764556 66.675315857 -0.057169296 0.998184681 0.018946406 -5.775337696 -0.007668482 -0.019415924 0.999782085 639.636596680\n0.998335183 0.056979477 0.008953275 66.678009033 -0.057140727 0.998186767 0.018924788 -5.776742458 -0.007858716 -0.019404879 0.999780834 639.761474609\n0.998336315 0.056916304 0.009226227 66.677818298 -0.057081655 0.998192906 0.018776834 -5.775478363 -0.008140847 -0.019272244 0.999781132 639.875366211\n0.998322248 0.057149328 0.009306562 66.678100586 -0.057312444 0.998188198 0.018321073 -5.775717258 -0.008242664 -0.018823717 0.999788821 639.968872070\n0.998313725 0.057323575 0.009147884 66.680206299 -0.057475138 0.998197556 0.017268270 -5.775132179 -0.008141518 -0.017764928 0.999809027 640.062316895\n0.998343587 0.056732729 0.009566915 66.679794312 -0.056878451 0.998257399 0.015717790 -5.773378372 -0.008658530 -0.016235907 0.999830723 640.142150879\n0.998342097 0.056770638 0.009492577 66.678840637 -0.056905203 0.998273373 0.014563475 -5.776236057 -0.008649409 -0.015079508 0.999848902 640.225952148\n0.998340607 0.056784712 0.009565686 66.680366516 -0.056915529 0.998280704 0.014008829 -5.775013447 -0.008753752 -0.014530020 0.999856114 640.298461914\n0.998332143 0.056921713 0.009633096 66.681900024 -0.057056371 0.998268068 0.014334383 -5.773277283 -0.008800474 -0.014860105 0.999850869 640.369689941\n0.998306453 0.057332467 0.009857673 66.679962158 -0.057469361 0.998246074 0.014214540 -5.774816990 -0.009025429 -0.014756981 0.999850392 640.436767578\n0.998325109 0.057009056 0.009843973 66.680656433 -0.057146560 0.998263359 0.014302722 -5.773953915 -0.009011493 -0.014841316 0.999849260 640.498046875\n0.998319268 0.057066888 0.010102775 66.682296753 -0.057208922 0.998258710 0.014377591 -5.774005890 -0.009264698 -0.014931395 0.999845624 640.549133301\n0.998302937 0.057333589 0.010200435 66.682922363 -0.057476524 0.998244166 0.014319569 -5.772993088 -0.009361533 -0.014881553 0.999845445 640.601806641\n0.998303771 0.057298478 0.010320242 66.679039001 -0.057443704 0.998245299 0.014372771 -5.774868011 -0.009478595 -0.014941223 0.999843419 640.650024414\n0.998295665 0.057394214 0.010566094 66.681831360 -0.057542752 0.998240113 0.014336009 -5.772733212 -0.009724695 -0.014919577 0.999841392 640.678894043\n0.998318076 0.057033252 0.010403662 66.683120728 -0.057178754 0.998261988 0.014269612 -5.773884296 -0.009571738 -0.014840480 0.999844074 640.709106445\n0.998311162 0.057151493 0.010415429 66.683380127 -0.057293598 0.998260617 0.013897857 -5.772580624 -0.009603029 -0.014471123 0.999849200 640.731140137\n0.998324573 0.056927159 0.010360207 66.684280396 -0.057067793 0.998274565 0.013826272 -5.773403168 -0.009555241 -0.014394342 0.999850750 640.748901367\n0.998315990 0.057067502 0.010414931 66.684158325 -0.057203807 0.998273969 0.013295326 -5.771716118 -0.009638224 -0.013868711 0.999857366 640.760253906\n0.998293996 0.057475325 0.010280787 66.683700562 -0.057607889 0.998253345 0.013099331 -5.772453785 -0.009509942 -0.013669238 0.999861360 640.777404785\n0.998300314 0.057345875 0.010389828 66.683341980 -0.057480678 0.998259664 0.013176607 -5.772037983 -0.009616123 -0.013751425 0.999859214 640.784057617\n0.998311520 0.057154328 0.010367681 66.683921814 -0.057288505 0.998271167 0.013142384 -5.773655891 -0.009598614 -0.013714141 0.999859869 640.794311523\n0.998292685 0.057479274 0.010386235 66.682914734 -0.057613462 0.998252749 0.013118853 -5.772521973 -0.009614026 -0.013694841 0.999859989 640.801757812\n0.998298883 0.057372283 0.010380472 66.684532166 -0.057507321 0.998257637 0.013214873 -5.772076130 -0.009604218 -0.013789346 0.999858797 640.798095703\n0.998289466 0.057535119 0.010386764 66.684661865 -0.057668451 0.998250782 0.013028955 -5.772669792 -0.009618973 -0.013605657 0.999861181 640.798950195\n0.998292327 0.057490312 0.010356341 66.683334351 -0.057619903 0.998258054 0.012682705 -5.773038387 -0.009609167 -0.013257779 0.999865949 640.798889160\n0.998310745 0.057181157 0.010293967 66.683975220 -0.057309262 0.998276830 0.012612497 -5.773118973 -0.009555032 -0.013181130 0.999867499 640.803344727\n0.998308837 0.057198200 0.010386670 66.683441162 -0.057332143 0.998269320 0.013091465 -5.774105072 -0.009619885 -0.013664816 0.999860346 640.801574707\n0.998278916 0.057707459 0.010440636 66.683334351 -0.057836644 0.998247445 0.012526310 -5.772595406 -0.009699477 -0.013108603 0.999867022 640.798706055\n0.998295188 0.057418272 0.010482945 66.681556702 -0.057545774 0.998267174 0.012295597 -5.771137714 -0.009758787 -0.012877885 0.999869466 640.803039551\n0.998293459 0.057476226 0.010326959 66.684020996 -0.057605311 0.998259008 0.012670064 -5.772940159 -0.009580754 -0.013243331 0.999866426 640.802001953\n0.998306453 0.057215698 0.010518412 66.683494568 -0.057347301 0.998273909 0.012667135 -5.774887562 -0.009775498 -0.013248885 0.999864459 640.800170898\n0.998305559 0.057259306 0.010365410 66.683609009 -0.057386748 0.998274446 0.012445544 -5.772153854 -0.009634901 -0.013019293 0.999868810 640.800720215\n0.998298347 0.057351261 0.010544775 66.682754517 -0.057481814 0.998268008 0.012524857 -5.773207664 -0.009808195 -0.013109677 0.999865949 640.801086426\n0.998298943 0.057349019 0.010501147 66.682655334 -0.057480089 0.998266697 0.012636500 -5.773579121 -0.009758255 -0.013218611 0.999864995 640.801940918\n0.998297632 0.057382006 0.010447815 66.682083130 -0.057511199 0.998266399 0.012515846 -5.772946835 -0.009711519 -0.013095406 0.999867082 640.801330566\n0.998299897 0.057325434 0.010538435 66.682205200 -0.057456125 0.998269200 0.012547384 -5.772605419 -0.009800910 -0.013131551 0.999865770 640.800170898\n0.998302639 0.057306986 0.010379888 66.684089661 -0.057437614 0.998267591 0.012757010 -5.773565292 -0.009630840 -0.013331552 0.999864757 640.800048828\n0.998302996 0.057292070 0.010425605 66.683898926 -0.057423282 0.998268425 0.012754360 -5.773262024 -0.009676829 -0.013331389 0.999864280 640.799133301\n0.998308480 0.057201203 0.010400193 66.683319092 -0.057330579 0.998275757 0.012598818 -5.772345543 -0.009661593 -0.013173756 0.999866545 640.800354004\n0.998302102 0.057315450 0.010385169 66.683532715 -0.057445820 0.998267531 0.012722864 -5.772957802 -0.009637960 -0.013297847 0.999865115 640.802612305\n0.998301864 0.057303336 0.010476117 66.683815002 -0.057435684 0.998267114 0.012801685 -5.773998737 -0.009724384 -0.013381649 0.999863148 640.797851562\n0.998295724 0.057432804 0.010348246 66.684295654 -0.057563186 0.998260140 0.012775716 -5.775162220 -0.009596496 -0.013349622 0.999864817 640.799316406\n0.998306394 0.057242244 0.010374599 66.683914185 -0.057372227 0.998272121 0.012697016 -5.773284435 -0.009629868 -0.013270725 0.999865592 640.800842285\n0.998305619 0.057269037 0.010301137 66.685127258 -0.057398278 0.998270333 0.012721427 -5.773457527 -0.009554776 -0.013291139 0.999866009 640.799072266\n0.998306036 0.057228882 0.010485146 66.682991028 -0.057359200 0.998274326 0.012580489 -5.772454262 -0.009747085 -0.013160598 0.999865890 640.800109863\n0.998313367 0.057123341 0.010362772 66.685508728 -0.057252459 0.998279929 0.012623125 -5.771871567 -0.009623872 -0.013195128 0.999866605 640.799133301\n0.998321116 0.057012238 0.010226115 66.686164856 -0.057140693 0.998284817 0.012742535 -5.772080421 -0.009482095 -0.013305469 0.999866545 640.799865723\n0.998322546 0.056972351 0.010306339 66.685920715 -0.057101522 0.998287499 0.012705473 -5.770316124 -0.009564829 -0.013272667 0.999866188 640.798278809\n0.998317301 0.057070497 0.010272934 66.685859680 -0.057198342 0.998283148 0.012613578 -5.770382404 -0.009535434 -0.013179948 0.999867678 640.799499512\n0.998336852 0.056722999 0.010299684 66.687294006 -0.056851998 0.998301864 0.012696533 -5.769821644 -0.009562008 -0.013260974 0.999866366 640.799987793\n0.998305857 0.057234395 0.010470125 66.682800293 -0.057364434 0.998274148 0.012572421 -5.770603657 -0.009732480 -0.013151734 0.999866128 640.802307129\n"
  },
  {
    "path": "datasets/nyu/camera.py",
    "content": "import numpy as np\n\n\ndef camera_params():\n    # RGB Intrinsic Parameters\n    fx = 5.1885790117450188e+02\n    fy = 5.1946961112127485e+02\n    cx = 3.2558244941119034e+02\n    cy = 2.5373616633400465e+02\n\n    # RGB Distortion Parameters\n    k1 =  2.0796615318809061e-01\n    k2 = -5.8613825163911781e-01\n    p1 = 7.2231363135888329e-04\n    p2 = 1.0479627195765181e-03\n    k3 = 4.9856986684705107e-01\n\n    return (fx, fy, cx, cy), (k1, k2, p1, p2, k3)\n\n\ndef make_K(fx, fy, cx, cy):\n    K = np.eye(3, dtype=np.float32)\n    K[0, 0] = fx\n    K[1, 1] = fy\n    K[0, 2] = cx\n    K[1, 2] = cy\n    return K\n"
  },
  {
    "path": "datasets/nyu/compute_colmap.py",
    "content": "import math\nimport os\nimport shutil\nimport subprocess\nfrom pathlib import Path\nimport numpy as np\nfrom imageio.v3 import imwrite, imread\nimport cv2\n\nfrom datasets.colmap_database import COLMAPDatabase\nfrom datasets.colmap_utils import rotmat2qvec, read_model\nfrom datasets.colmap_misc import is_computed\nfrom datasets.nyu.camera import camera_params, make_K\nfrom slurm import p40_executor\n\n\nDATA_PATH = Path(\"/scratch/shared/nfs1/eldar/data/nyuv2\")\n\n\ndef get_sub_dirs(dir_colmap):\n    database_path = dir_colmap / \"database.db\"\n    dir_images = dir_colmap / \"images\"\n    dir_cameras = dir_colmap / \"sparse_input\"\n    return database_path, dir_images, dir_cameras\n\n\ndef get_sub_dirs(dir_colmap):\n    database_path = dir_colmap / \"database.db\"\n    dir_images = dir_colmap / \"images\"\n    dir_cameras = dir_colmap / \"sparse_input\"\n    return database_path, dir_images, dir_cameras\n\n\ndef get_nyu_test_sequences():\n    labeled_dir = Path(\"/scratch/shared/nfs1/eldar/data/nyuv2_labeled\")\n    list_fn = labeled_dir / \"test_sequences.txt\"\n    with open(list_fn) as f:\n        sequences = [l.rstrip() for l in f.readlines()]\n    return sequences\n\n\ndef run_colmap(dir_colmap, cuda_device):\n    db_path, dir_images, dir_cameras = get_sub_dirs(dir_colmap)\n    print(\"db_path\", db_path)\n    print(\"dir_images\", dir_images)\n    dir_out = dir_colmap / \"sparse\"\n    dir_out.mkdir(exist_ok=True)\n\n    colmap_exe = \"/work/eldar/apps/colmap/colmap\"\n\n    env_vars = os.environ.copy()\n    env_vars |= {\n        \"LD_LIBRARY_PATH\": \"/work/yashsb/apps/cuda-11.8/lib64:/work/eldar/apps/colmap\",\n        \"CUDA_VISIBLE_DEVICES\": cuda_device\n    }\n\n    logfile = open(dir_colmap / \"log.txt\", \"w\")\n\n    print(\"Running feature extractor\")\n    logfile.write(\"Running feature extractor\\n\")\n    logfile.flush()\n    out = subprocess.run(\n        [\n            colmap_exe, \"feature_extractor\",\n            \"--database_path\", db_path,\n            \"--image_path\", dir_images\n        ],\n        env=env_vars,\n        capture_output=True\n    )\n    log = f\"STDOUT:\\n{out.stdout.decode('utf-8')}\\n\\nSTDERR:\\n{out.stderr.decode('utf-8')}\\n\"\n    print(log)\n    logfile.write(log)\n    logfile.flush()\n\n    msg = \"Running exhaustive matcher\"\n    print(msg)\n    logfile.write(f\"{msg}\\n\")\n    logfile.flush()\n    out = subprocess.run(\n        [\n            colmap_exe, \"exhaustive_matcher\",\n            \"--database_path\", db_path\n        ],\n        env=env_vars,\n        capture_output=True\n    )\n    log = f\"STDOUT:\\n{out.stdout.decode('utf-8')}\\n\\nSTDERR:\\n{out.stderr.decode('utf-8')}\\n\"\n    print(log)\n    logfile.write(log)\n    logfile.flush()\n\n    msg = \"Running mapper\"\n    print(msg)\n    logfile.write(f\"{msg}\\n\")\n    logfile.flush()\n\n    out = subprocess.run(\n        [\n            colmap_exe, \"mapper\",\n            \"--database_path\", db_path,\n            \"--image_path\", dir_images,\n            \"--output_path\", dir_out\n        ],\n        env=env_vars,\n        capture_output=True\n    )\n    log = f\"STDOUT:\\n{out.stdout.decode('utf-8')}\\n\\nSTDERR:\\n{out.stderr.decode('utf-8')}\\n\"\n    print(log)\n    logfile.write(log)\n\n    logfile.close()\n\n\ndef add_camera(db):\n    W = 640\n    H = 480\n\n    (fx, fy, cx, cy), (k1, k2, p1, p2, k3) = camera_params()\n\n    rectified = True\n    if rectified:\n        # PINHOLE\n        model = 1\n        param_arr = np.array([fx, fy, cx, cy])\n    else:\n        # FULL_OPENCV\n        # fx, fy, cx, cy, k1, k2, p1, p2, k3, k4, k5, k6\n        model = 6\n        param_arr = np.array([fx, fy, cx, cy, k1, k2, p1, p2, k3, 0.0, 0.0, 0.0])\n    cam_id = db.add_camera(model, int(W), int(H), param_arr)\n\n    distortion = np.array([k1, k2, p1, p2, k3])\n    intr = make_K(fx, fy, cx, cy)\n\n    return cam_id, intr, distortion\n\n\ndef compute_sfm(seq_name):\n    data_path = DATA_PATH\n\n    print(\"Sequence:\", seq_name)\n\n    seq_dir = data_path / seq_name\n    if not seq_dir.exists():\n        return\n\n    out_root_dir = Path(\"/scratch/shared/nfs1/eldar/data/nyuv2_colmap\")\n\n    colmap_path = out_root_dir / seq_name\n    if is_computed(colmap_path / \"sparse/0\"):\n        print(f\"Sequence {seq_name} already computed\")\n        return\n    colmap_path.mkdir(exist_ok=True, parents=True)\n\n    db_path, dir_images, dir_cameras = get_sub_dirs(colmap_path)\n    db_path = colmap_path / \"database.db\"\n    \n    db_path.unlink(missing_ok=True)\n    db = COLMAPDatabase.connect(db_path)\n    db.create_tables()\n\n    cam_id, intr, distortion = add_camera(db)\n\n    image_dir = seq_dir\n    frames = [f.name for f in sorted(list(image_dir.glob(\"*.ppm\")))]\n\n    out_image_dir = colmap_path / \"images\"\n    out_image_dir.mkdir(exist_ok=True, parents=True)\n\n    for frame in frames:\n        img_src = image_dir / frame\n        new_name = f\"{Path(frame).stem}.jpg\"\n        img_dst = out_image_dir / new_name\n\n        img = imread(img_src)\n        img_un = cv2.undistort(img, intr, distortion)\n        imwrite(img_dst, img_un, quality=100)\n\n        image_id = db.add_image(new_name, cam_id)\n\n    db.commit()\n    db.close()\n\n    cuda_device = \"0\"\n    run_colmap(colmap_path, cuda_device)\n\n    shutil.rmtree(out_image_dir, ignore_errors=True)\n\n\ndef main():\n    sequences = get_nyu_test_sequences()\n    sequences = [seq for seq in sequences if DATA_PATH.joinpath(seq).exists()]\n    executor = p40_executor()\n    jobs = executor.map_array(compute_sfm, sequences)\n\n\nif __name__ == \"__main__\":\n    main()"
  },
  {
    "path": "datasets/nyu/dataset.py",
    "content": "from pathlib import Path\nfrom typing import Optional\n\nimport cv2\nimport numpy as np\nfrom imageio import imread\nfrom PIL import Image\nimport torch\nimport torch.utils.data as data\nimport torchvision.transforms as TT\nimport torchvision.transforms.functional as TTF\nfrom tqdm import tqdm\n\nfrom datasets.nyu.camera import camera_params, make_K\nfrom datasets.data import pil_loader\nfrom datasets.colmap_utils import read_cameras_binary\nfrom datasets.colmap_misc import\\\n    read_colmap_pose, \\\n    load_sparse_pcl_colmap, \\\n    get_sparse_depth\n\n\nclass NYUv2Dataset(data.Dataset):\n    def __init__(self,\n                 cfg,\n                 split: Optional[str]=None,\n                 ):\n        super().__init__()\n        self.cfg = cfg\n        self.data_path = Path(cfg.dataset.data_path)\n        self.split = split\n        self.color_aug = cfg.dataset.color_aug\n        if self.cfg.dataset.pad_border_aug != 0:\n            self.pad_border_fn = TT.Pad((self.cfg.dataset.pad_border_aug, self.cfg.dataset.pad_border_aug))\n        self.num_scales = 1 # len(cfg.model.scales)\n        self.novel_frames = list(cfg.model.gauss_novel_frames)\n        self.frame_count = len(self.novel_frames) + 1\n        self.max_fov = cfg.dataset.max_fov\n        self.interp = Image.LANCZOS\n\n        self.loader = pil_loader\n        self.to_tensor = TT.ToTensor()\n\n        self.is_train = False\n        \n        self.split_name_for_loading = \"test\"\n        self.rgb_file_prefix = \"r-\"\n        self.rgb_file_ext = \"ppm\"\n\n        split_idxs_path = Path(__file__).resolve().parent / \"..\" / cfg.dataset.split_path \n        val_items = self._load_split_indices(split_idxs_path)\n        val_items = [v for v in val_items if (self.get_colmap_dir(v[0]) / \"images.bin\").exists()]\n\n        self._seq_keys = sorted(list(set([v[0] for v in val_items])))\n        # seq_keys = set([v[0] for v in val_items])\n        # valid_seq_keys = []\n        # for seq_key in tqdm(seq_keys):\n        #     images = read_images_binary(self.get_colmap_dir(seq_key) / \"images.bin\")\n        #     num_recon = len(images.values())\n        #     num_images = len(self.get_image_files(seq_key))\n        #     if num_recon == num_images:\n        #         valid_seq_keys.append(seq_key)\n        #     else:\n        #         print(\"COLMAP broken:\", seq_key)\n        # val_items = [v for v in val_items if v[0] in valid_seq_keys]\n\n        self._seq_key_src_idx_pairs = val_items\n\n        self._skip = 0\n        self.length = len(self._seq_key_src_idx_pairs)\n\n    @staticmethod\n    def _load_split_indices(index_path):\n        def get_key_id(s):\n            parts = s.split(\" \")\n            key = parts[0]\n            src_idx = int(parts[1])\n            tgt_5_idx = int(parts[2])\n            tgt_10_idx = int(parts[3])\n            tgt_random_idx = int(parts[4])\n                                                      \n            return key, [src_idx, tgt_5_idx, tgt_10_idx, tgt_random_idx]\n\n        with open(index_path, \"r\") as f:\n            lines = f.readlines()\n        key_id_pairs = list(map(get_key_id, lines))\n        return key_id_pairs\n\n    def load_image(self, seq_key, filename, color_aug_fn):\n        # load the image\n        cfg = self.cfg\n\n        img_file = self.data_path / seq_key / filename\n\n        intr, distortion = camera_params()\n        img = imread(img_file)\n        H, W = img.shape[:2]\n\n        K = make_K(*intr).copy()\n\n        K_new, roi = cv2.getOptimalNewCameraMatrix(K, distortion, (W,H), 0, (W,H))\n        img = cv2.undistort(img, K, distortion, None, K_new)\n        x, y, W_undistorted, H_undistorted = roi\n        img = img[y:y+H_undistorted, x:x+W_undistorted]\n\n        # correct pp according to the crop\n        # focal length remains unchanged in pixels\n        K_new[0, 2] -= x\n        K_new[1, 2] -= y\n        # normalise K by current size\n        K_new[0, :] /= W_undistorted\n        K_new[1, :] /= H_undistorted\n\n        lft_mrgn = 0\n        top_mrgn = 0\n\n        color = self.to_tensor(img)          \n        color = TTF.resize(color, (cfg.dataset.height, cfg.dataset.width), \n                            interpolation=TT.InterpolationMode.BICUBIC)\n        K_tgt = K_new.copy()\n        K_src = K_new.copy()\n        K_tgt[0, :] *= cfg.dataset.width \n        K_tgt[1, :] *= cfg.dataset.height\n\n        K_src[0, :] *= cfg.dataset.width \n        K_src[1, :] *= cfg.dataset.height\n        K_src[0, 2] += cfg.dataset.pad_border_aug\n        K_src[1, 2] += cfg.dataset.pad_border_aug\n\n        color_aug = color_aug_fn(color)\n        if self.cfg.dataset.pad_border_aug != 0:\n            color_aug = self.pad_border_fn(color_aug)\n        return color, color_aug, K_src, K_tgt, (W, H), (lft_mrgn+x, top_mrgn+y)\n\n    def get_colmap_dir(self, seq_key):\n        return Path(self.cfg.dataset.colmap_path) / seq_key / \"sparse/0\"\n\n    def get_image_files(self, seq_key):\n        pattern = f\"{self.rgb_file_prefix}*.{self.rgb_file_ext}\"\n        file_paths = self.data_path.joinpath(seq_key).glob(pattern)\n        file_names = sorted([p.name for p in file_paths])\n        return file_names\n    \n    def get_full_sequence(self, seq_key, src_idx):\n        # get the full sequence of images\n        src_and_tgt_frame_idxs = [i for i in range(src_idx, len(self.get_image_files(seq_key)))]\n        frame_names = [i-src_idx for i in range(src_idx, len(self.get_image_files(seq_key)))]\n        return self.get_inputs_and_targets(seq_key, src_and_tgt_frame_idxs, frame_names)\n\n    def get_inputs_and_targets(self, seq_key, src_and_tgt_frame_idxs, frame_names):\n        inputs = {}\n        color_aug = (lambda x: x)\n\n        sparse_colmap_dir = self.get_colmap_dir(seq_key)\n        sparse_pcl = load_sparse_pcl_colmap(sparse_colmap_dir)\n        images = sparse_pcl[\"images\"]\n\n        image_files = self.get_image_files(seq_key)\n        image_files = [image_files[i] for i in src_and_tgt_frame_idxs]\n    \n        # COLMAP is computed on undistorted images with .jpg extension\n        image_files_colmap = [f\"{Path(f).stem}.jpg\" for f in image_files]\n\n        T_w2c_all = []\n        for img_name in image_files_colmap:\n            colmap_img = [image for image in images.values() if image.name == img_name][0]\n            T_w2c = read_colmap_pose(colmap_img)\n            T_w2c_all.append(T_w2c)\n        \n        # load the data\n        for frame_name, frame_idx in enumerate(frame_names):\n            T_w2c = T_w2c_all[frame_name]\n            T_c2w = np.linalg.inv(T_w2c)\n            inputs_T_c2w = torch.from_numpy(T_c2w)\n            inputs_T_w2c = torch.from_numpy(T_w2c)\n\n            inputs_color, inputs_color_aug, K_src, K_tgt, orig_size, crop_mrgn = \\\n                self.load_image(seq_key=seq_key, \n                                filename=image_files[frame_idx],\n                                color_aug_fn=color_aug\n            )\n\n            inv_K_src = np.linalg.pinv(K_src)\n            inputs_K_src = torch.from_numpy(K_src)\n            inputs_K_tgt = torch.from_numpy(K_tgt)\n            inputs_inv_K = torch.from_numpy(inv_K_src)\n\n            global_frame_idx = src_and_tgt_frame_idxs[frame_idx]\n            if self.cfg.train.scale_pose_by_depth:\n                # get colmap_image_id\n                xyd = get_sparse_depth(\n                    T_w2c, orig_size, crop_mrgn, sparse_pcl, global_frame_idx\n                )\n            else:\n                xyd = None\n            \n            inputs[(\"frame_id\", 0)] = \\\n                f\"{seq_key}+{Path(image_files[frame_idx]).stem}\"\n\n            if frame_name == 0:\n                inputs[(\"K_src\", 0)] = inputs_K_src\n                inputs[(\"inv_K_src\", 0)] = inputs_inv_K\n                inputs[(\"K_tgt\", 0)] = inputs_K_tgt\n            else:\n                assert torch.all(inputs[(\"K_src\", 0)] == inputs_K_src)\n                assert torch.all(inputs[(\"inv_K_src\", 0)] == inputs_inv_K)\n                assert torch.all(inputs[(\"K_tgt\", 0)] == inputs_K_tgt)\n\n            inputs[(\"color\", frame_name, 0)] = inputs_color\n            inputs[(\"color_aug\", frame_name, 0)] = inputs_color_aug\n            # original world-to-camera matrix in row-major order and transfer to column-major order\n            inputs[(\"T_c2w\", frame_name)] = inputs_T_c2w\n            inputs[(\"T_w2c\", frame_name)] = inputs_T_w2c\n            if xyd is not None:\n                inputs[(\"depth_sparse\", frame_name)] = xyd\n\n        return inputs\n\n    def __getitem__(self, index):\n\n        # test data contains pairs of sequence name, [src_idx, tgt_idx1, tgt_idx2, tgt_idx3]\n        seq_key, src_and_tgt_frame_idxs = self._seq_key_src_idx_pairs[index]\n        # pose_data = self._seq_data[seq_key]\n\n        frame_names = [0, 1, 2, 3]\n\n        return self.get_inputs_and_targets(seq_key, src_and_tgt_frame_idxs, frame_names)\n        \n    def __len__(self) -> int:\n        return self.length\n"
  },
  {
    "path": "datasets/preprocess_realestate10k.py",
    "content": "from pathlib import Path\nimport gzip\nimport pickle\nimport argparse\nfrom tqdm import tqdm\n\nfrom datasets.re10k import load_seq_data\n\n\ndef main():\n    parser = argparse.ArgumentParser()\n    parser.add_argument(\"-s\", \"--split\", type=str)\n    parser.add_argument(\"-d\", \"--data_path\", type=str)\n    args = parser.parse_args()\n\n    data_path = Path(args.data_path)\n    split = args.split\n    seq_data = load_seq_data(data_path, split)\n    seq_keys = list(seq_data.keys())\n    for seq in tqdm(seq_keys):\n        if not data_path.joinpath(split, seq).is_dir():\n            print(f\"missing sequence {seq}\")\n            del seq_data[seq]\n\n    file_path = data_path / f\"{split}.pickle.gz\"\n    with gzip.open(file_path, \"wb\") as f:\n        pickle.dump(seq_data, f)\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "datasets/re10k.py",
    "content": "import os\nimport random\nimport pickle\nimport gzip\nimport torch\nimport numpy as np\nimport torch.utils.data as data\nimport torchvision.transforms as T\nimport torch.nn.functional as F\n\nfrom PIL import Image\nfrom typing import Optional\nfrom pathlib import Path\nfrom datasets.tardataset import TarDataset\n\nfrom datasets.data import process_projs, data_to_c2w, pil_loader, get_sparse_depth\nfrom misc.depth import estimate_depth_scale_ransac\nfrom misc.localstorage import copy_to_local_storage, extract_tar, get_local_dir\n\n\ndef load_seq_data(data_path, split):\n    file_path = data_path / f\"{split}.pickle.gz\"\n    with gzip.open(file_path, \"rb\") as f:\n        seq_data = pickle.load(f)\n    return seq_data\n\n\nclass Re10KDataset(data.Dataset):\n    def __init__(self,\n                 cfg,\n                 split: Optional[str]=None,\n                ) -> None:\n        super().__init__()\n\n        self.cfg = cfg\n        self.data_path = Path(self.cfg.dataset.data_path)\n        # if this is a relative path to the code dir, make it absolute\n        if not self.data_path.is_absolute(): \n            code_dir = Path(__file__).parents[1]\n            relative_path = self.data_path\n            self.data_path = code_dir / relative_path\n            if not self.data_path.exists():\n                raise FileNotFoundError(f\"Relative path {relative_path} does not exist\")\n        elif not self.data_path.exists():\n            raise fileNotFoundError(f\"Absolute path {self.data_path} does not exist\")\n\n        self.depth_path = None\n        if self.cfg.dataset.preload_depths:\n            assert cfg.dataset.depth_path is not None\n            self.depth_path = Path(self.cfg.dataset.depth_path)\n\n        self.split = split\n        self.image_size = (self.cfg.dataset.height, self.cfg.dataset.width)\n        self.color_aug = self.cfg.dataset.color_aug\n        if self.cfg.dataset.pad_border_aug != 0:\n            self.pad_border_fn = T.Pad((self.cfg.dataset.pad_border_aug, self.cfg.dataset.pad_border_aug))\n        self.num_scales = len(cfg.model.scales)\n        self.novel_frames = list(cfg.model.gauss_novel_frames)\n        self.frame_count = len(self.novel_frames) + 1\n        self.max_fov = cfg.dataset.max_fov\n        self.interp = Image.LANCZOS\n        self.loader = pil_loader\n        self.to_tensor = T.ToTensor()\n\n        self.is_train = self.split == \"train\"\n        \n        if self.is_train:\n            self.split_name_for_loading = \"train\"\n        else:\n            self.split_name_for_loading = \"test\"\n\n        # We need to specify augmentations differently in newer versions of torchvision.\n        # We first try the newer tuple version; if this fails we fall back to scalars\n        try:\n            self.brightness = (0.8, 1.2)\n            self.contrast = (0.8, 1.2)\n            self.saturation = (0.8, 1.2)\n            self.hue = (-0.1, 0.1)\n        except TypeError:\n            self.brightness = 0.2\n            self.contrast = 0.2\n            self.saturation = 0.2\n            self.hue = 0.1\n\n        # multiple resolution support\n        self.resize = {}\n        for i in range(self.num_scales):\n            s = 2 ** i\n            new_size = (self.image_size[0] // s, self.image_size[1] // s)\n            self.resize[i] = T.Resize(new_size, interpolation=self.interp)\n        # load dilation file\n        self.dilation = cfg.dataset.dilation\n        self.max_dilation = cfg.dataset.max_dilation\n        if isinstance(self.dilation, int):\n            self._left_offset = ((self.frame_count - 1) // 2) * self.dilation\n            fixed_dilation = self.dilation\n        else: # enters here when cfg.dataset.dilation = random\n            self._left_offset = 0\n            fixed_dilation = 0\n\n        # load image sequence\n        self._seq_data = self._load_seq_data(self.split_name_for_loading)\n        self._seq_keys = list(self._seq_data.keys())\n        \n        if self.is_train:\n            self._seq_key_src_idx_pairs = self._full_index(self._seq_keys, \n                self._seq_data, \n                self._left_offset,                    # 0 when sampling dilation randomly\n                (self.frame_count-1) * fixed_dilation # 0 when sampling dilation randomly\n            )\n            if cfg.dataset.subset != -1: # use cfg.dataset.subset source frames, they might come from the same sequence\n                self._seq_key_src_idx_pairs = self._seq_key_src_idx_pairs[:cfg.dataset.subset] * (len(self._seq_key_src_idx_pairs) // cfg.dataset.subset)\n        else:\n            test_split_path = Path(__file__).resolve().parent / \"..\" / cfg.dataset.test_split_path \n            self._seq_key_src_idx_pairs = self._load_split_indices(test_split_path)\n\n        self.length = len(self._seq_key_src_idx_pairs)\n        if cfg.dataset.from_tar and self.is_train:\n            fn = self.data_path / \"all.train.tar\"\n            self.images_dataset = TarDataset(archive=fn, extensions=(\".jpg\", \".pickle\"))\n            self.pcl_dataset = self.images_dataset\n        else:\n            fn = self.data_path / f\"pcl.{self.split_name_for_loading}.tar\"\n            if cfg.dataset.copy_to_local:\n                pcl_fn = copy_to_local_storage(fn)\n                self.pcl_dir = get_local_dir() \n                extract_tar(pcl_fn, self.pcl_dir)\n            else:\n                self.pcl_dataset = TarDataset(archive=fn, extensions=(\".jpg\", \".pickle\"))\n\n    def __len__(self) -> int:\n        return self.length\n    \n    def _load_seq_data(self, split):\n        return load_seq_data(self.data_path, split)\n \n    def _full_index(self, seq_keys, seq_data, left_offset, extra_frames):\n        skip_bad = self.cfg.dataset.skip_bad_shape\n        if skip_bad:\n            fn = self.data_path / \"valid_seq_ids.train.pickle.gz\"\n            valid_seq_ids = pickle.load(gzip.open(fn, \"rb\"))\n        key_id_pairs = []\n        for seq_key in seq_keys:\n            seq_len = len(seq_data[seq_key][\"timestamps\"])\n            frame_ids = [i + left_offset for i in range(seq_len - extra_frames)]\n            if skip_bad:\n                good_frames = valid_seq_ids[seq_key]\n                frame_ids = [f_id for f_id in frame_ids if f_id in good_frames]\n            seq_key_id_pairs = [(seq_key, f_id) for f_id in frame_ids]\n            key_id_pairs += seq_key_id_pairs\n        return key_id_pairs\n    \n    def _load_sparse_pcl(self, seq_key):\n        fn = f\"pcl.{self.split_name_for_loading}/{seq_key}.pickle.gz\"\n        if self.cfg.dataset.from_tar:\n            f = self.pcl_dataset.get_file(fn)\n            data = gzip.decompress(f.read())\n            return pickle.loads(data)\n        else:\n            fn = self.pcl_dir / fn\n            with gzip.open(fn, \"rb\") as f:\n                data = pickle.load(f)\n            return data \n        \n    def _load_image(self, key, id):\n        timestamp = self._seq_data[key][\"timestamps\"][id]\n        path = self.data_path / f\"{self.split_name_for_loading}\"\n        img_file = f\"{key}/{timestamp}.jpg\"\n        if self.cfg.dataset.from_tar and self.is_train:\n            img = self.images_dataset.get_image(img_file, pil=True)\n            img = img.convert('RGB')\n        else:\n            img = self.loader(path / img_file)\n        return img\n    \n    def _load_depth(self, key, id):\n        timestamp = self._seq_data[key][\"timestamps\"][id]\n        path = self.depth_path / f\"{self.split_name_for_loading}\"\n        depth_file = f\"{key}/{timestamp}.png\"\n        if os.path.exists(path / depth_file):\n            depth = Image.open(path / depth_file)\n            # Scale the saved image using the metadata\n            max_value = float(depth.info[\"max_value\"])\n            min_value = float(depth.info[\"min_value\"])\n            # Scale from uint16 range\n            depth = (np.array(depth).astype(np.float32) / (2 ** 16 - 1)) * (max_value - min_value) + min_value\n        else:\n            # print(\"Depth file {} is not exist\", path / depth_file)\n            depth = None\n        return depth\n    \n    @staticmethod\n    def _load_split_indices(index_path):\n        \"load the testing split from txt\"\n        def get_key_id(s):\n            parts = s.split(\" \")\n            key = parts[0]\n            src_idx = int(parts[1])\n            tgt_5_idx = int(parts[2])\n            tgt_10_idx = int(parts[3])\n            tgt_random_idx = int(parts[4])\n                                                      \n            return key, [src_idx, tgt_5_idx, tgt_10_idx, tgt_random_idx]\n\n        with open(index_path, \"r\") as f:\n            lines = f.readlines()\n        key_id_pairs = list(map(get_key_id, lines))\n        return key_id_pairs\n\n    def get_frame_data(self, seq_key, frame_idx, pose_data, color_aug_fn):\n        # load the image\n        img = self._load_image(seq_key, frame_idx)\n        # load pre-process depth for training\n        if self.depth_path is not None:\n            depth = self._load_depth(seq_key, frame_idx)\n            if depth is not None:\n                depth = self.to_tensor(depth)\n                depth = F.interpolate(depth[None,...], size=self.image_size, mode=\"nearest\")[0]\n        else:\n            depth = None\n\n        # load the intrinsics matrix\n        K = process_projs(pose_data[\"intrinsics\"][frame_idx])\n        # load the extrinsic matrixself.num_scales\n        c2w = data_to_c2w(pose_data[\"poses\"][frame_idx])\n        img_scale = self.resize[0](img)\n        inputs_color = self.to_tensor(img_scale)\n        if self.cfg.dataset.pad_border_aug != 0:\n            inputs_color_aug = self.to_tensor(color_aug_fn(self.pad_border_fn(img_scale)))\n            if depth is not None:\n                pad = self.cfg.dataset.pad_border_aug\n                depth = F.pad(depth, (pad,pad,pad,pad), mode=\"replicate\")\n        else:\n            inputs_color_aug = self.to_tensor(color_aug_fn(img_scale))\n\n        K_scale_target = K.copy()\n        K_scale_target[0, :] *= self.image_size[1]\n        K_scale_target[1, :] *= self.image_size[0]\n        # scale K_inv for unprojection according to how much padding was added\n        K_scale_source = K.copy()\n        # scale focal length by size of original image, scale principal point for the padded image\n        K_scale_source[0, 0] *=  self.image_size[1]\n        K_scale_source[1, 1] *=  self.image_size[0]\n        K_scale_source[0, 2] *= (self.image_size[1] + self.cfg.dataset.pad_border_aug * 2)\n        K_scale_source[1, 2] *= (self.image_size[0] + self.cfg.dataset.pad_border_aug * 2)\n        inv_K_source = np.linalg.pinv(K_scale_source)\n\n        inputs_K_scale_target = torch.from_numpy(K_scale_target)\n        inputs_K_scale_source = torch.from_numpy(K_scale_source)\n        inputs_inv_K_source = torch.from_numpy(inv_K_source)\n\n        # original world-to-camera matrix in row-major order and transfer to column-major order\n        inputs_T_c2w = torch.from_numpy(c2w)\n\n        return inputs_K_scale_target, inputs_K_scale_source, inputs_inv_K_source, inputs_color, inputs_color_aug, inputs_T_c2w, img.size, depth\n    \n    def __getitem__(self, index):\n        inputs = {}\n\n        # random frame sampling\n        if self.is_train:\n            # train data contains pairs of sequence name, source frame index\n            seq_key, src_idx = self._seq_key_src_idx_pairs[index]\n            pose_data = self._seq_data[seq_key]\n            seq_len = len(pose_data[\"timestamps\"])\n\n            if self.cfg.dataset.frame_sampling_method == \"two_forward_one_back\":\n                if self.dilation == \"random\":\n                    dilation = torch.randint(1, self.max_dilation, (1,)).item()\n                    left_offset = dilation # one frame in the past\n                else:\n                    # self.dilation and self._left_offsets can be fixed if cfg.dataset.dilation is an int\n                    dilation = self.dilation\n                    left_offset = self._left_offset\n                # frame count is num_novel_frames + 1 for source view\n                # sample one frame in backwards time and self.frame_count - 2 into the future\n                src_and_tgt_frame_idxs = [src_idx - left_offset + i * dilation for i in range(self.frame_count)]\n                # reorder and make sure indices don't go beyond start or end of the sequence\n                src_and_tgt_frame_idxs = [src_idx] + [max(min(i, seq_len-1), 0) for i in src_and_tgt_frame_idxs if i != src_idx]\n            elif self.cfg.dataset.frame_sampling_method == \"random\":\n                # random indices between -30 and 30 which will mean the offset \n                target_frame_idxs = torch.randperm( 4 * self.max_dilation + 1 )[:self.frame_count] - 2 * self.max_dilation\n                # check that 0 is not included and that the indides dont go beyond the end of the sequence\n                src_and_tgt_frame_idxs = [src_idx] + [max(min(i + src_idx, seq_len-1), 0) for i in target_frame_idxs.tolist() if i != 0][:self.frame_count - 1]                \n            frame_names = [0] + self.novel_frames\n\n        # load src, 5 frames into future, 10 frames into future and random\n        # follows MINE split and evaluation protocol\n        else:\n            # test data contains pairs of sequence name, [src_idx, tgt_idx1, tgt_idx2, tgt_idx3]\n            seq_key, src_and_tgt_frame_idxs = self._seq_key_src_idx_pairs[index]\n            pose_data = self._seq_data[seq_key]\n\n            frame_names = [0, 1, 2, 3]\n\n        if self.cfg.dataset.scale_pose_by_depth:\n            sparse_pcl = self._load_sparse_pcl(seq_key)\n\n        # load the data\n        do_color_aug = self.is_train and random.random() > 0.5 and self.color_aug\n        if do_color_aug:\n            color_aug = T.ColorJitter(\n                    self.brightness, self.contrast, self.saturation, self.hue)\n        else:\n            color_aug = (lambda x: x)\n        for frame_name, frame_idx in zip(frame_names, src_and_tgt_frame_idxs):\n            inputs_K_tgt, inputs_K_src, inputs_inv_K_src, inputs_color, inputs_color_aug, \\\n            inputs_T_c2w, orig_size, inputs_depth = self.get_frame_data(seq_key=seq_key, \n                                                frame_idx=frame_idx, \n                                                pose_data=pose_data,\n                                                color_aug_fn=color_aug\n            )\n            \n            if self.cfg.dataset.scale_pose_by_depth:\n                # get colmap_image_id\n                xyd = get_sparse_depth(pose_data, orig_size, sparse_pcl, frame_idx)\n            else:\n                xyd = None\n            \n            timestamp = self._seq_data[seq_key][\"timestamps\"][frame_idx]\n            inputs[(\"frame_id\", 0)] = f\"{self.split_name_for_loading}+{seq_key}+{timestamp}\"\n\n            inputs[(\"K_tgt\", frame_name)] = inputs_K_tgt\n            inputs[(\"K_src\", frame_name)] = inputs_K_src\n            inputs[(\"inv_K_src\", frame_name)] = inputs_inv_K_src\n            inputs[(\"color\", frame_name, 0)] = inputs_color\n            inputs[(\"color_aug\", frame_name, 0)] = inputs_color_aug\n            # original world-to-camera matrix in row-major order and transfer to column-major order\n            inputs[(\"T_c2w\", frame_name)] = inputs_T_c2w\n            inputs[(\"T_w2c\", frame_name)] = torch.linalg.inv(inputs_T_c2w)\n            if inputs_depth is not None:\n                inputs[(\"unidepth\", frame_name, 0)] = inputs_depth\n\n            if xyd is not None and frame_name == 0:\n                inputs[(\"depth_sparse\", frame_name)] = xyd\n\n                if inputs_depth is not None and self.cfg.dataset.ransac_on_the_fly:\n                    _, H, W = inputs_depth.shape\n                    inputs[(\"scale_colmap\", frame_name)] = estimate_depth_scale_ransac(\n                        inputs_depth.unsqueeze(0)[:, \n                            self.cfg.dataset.pad_border_aug:H-self.cfg.dataset.pad_border_aug,\n                            self.cfg.dataset.pad_border_aug:W-self.cfg.dataset.pad_border_aug],\n                        inputs[(\"depth_sparse\", frame_name)]\n                    )\n\n        return inputs\n"
  },
  {
    "path": "datasets/tardataset.py",
    "content": "\nimport tarfile\nfrom io import BytesIO\nfrom PIL import Image, ImageFile\n\nfrom torch.utils.data import Dataset, get_worker_info\n\ntry:  # make torchvision optional\n  from torchvision.transforms.functional import to_tensor\nexcept:\n  to_tensor = None\n\nImageFile.LOAD_TRUNCATED_IMAGES = True\n\nclass TarDataset(Dataset):\n  \"\"\"Dataset that supports Tar archives (uncompressed).\n\n  Args:\n    archive (string or TarDataset): Path to the Tar file containing the dataset.\n      Alternatively, pass in a TarDataset object to reuse its cached information;\n      this is useful for loading different subsets within the same archive.\n    extensions (tuple): Extensions (strings starting with a dot), only files\n      with these extensions will be iterated. Default: png/jpg/jpeg.\n    is_valid_file (callable): Optional function that takes file information as\n      input (tarfile.TarInfo) and outputs True for files that need to be\n      iterated; overrides extensions argument.\n      Example: lambda m: m.isfile() and m.name.endswith('.png')\n    transform (callable): Function applied to each image by __getitem__ (see\n      torchvision.transforms). Default: ToTensor (convert PIL image to tensor).\n\n  Attributes:\n    members_by_name (dict): Members (files and folders) found in the Tar archive,\n      with their names as keys and their tarfile.TarInfo structures as values.\n    samples (list): Items to iterate (can be ignored by overriding __getitem__\n      and __len__).\n\n  Author: Joao F. Henriques\n  \"\"\"\n  def __init__(self, archive, transform=to_tensor, extensions=('.png', '.jpg', '.jpeg'),\n    is_valid_file=None):\n    if not isinstance(archive, TarDataset):\n      # open tar file. in a multiprocessing setting (e.g. DataLoader workers), we\n      # have to open one file handle per worker (stored as the tar_obj dict), since\n      # when the multiprocessing method is 'fork', the workers share this TarDataset.\n      # we want one file handle per worker because TarFile is not thread-safe.\n      worker = get_worker_info()\n      worker = worker.id if worker else None\n      self.tar_obj = {worker: tarfile.open(archive)}\n      self.archive = archive\n\n      # store headers of all files and folders by name\n      members = sorted(self.tar_obj[worker].getmembers(), key=lambda m: m.name)\n      self.members_by_name = {m.name: m for m in members}\n    else:\n      # passed a TarDataset into the constructor, reuse the same tar contents.\n      # no need to copy explicitly since this dict will not be modified again.\n      self.members_by_name = archive.members_by_name\n      self.archive = archive.archive  # the original path to the Tar file\n      self.tar_obj = {}  # will get filled by get_file on first access\n\n    # also store references to the iterated samples (a subset of the above)\n    self.filter_samples(is_valid_file, extensions)\n    \n    self.transform = transform\n\n\n  def filter_samples(self, is_valid_file=None, extensions=('.png', '.jpg', '.jpeg')):\n    \"\"\"Filter the Tar archive's files/folders to obtain the list of samples.\n    \n    Args:\n      extensions (tuple): Extensions (strings starting with a dot), only files\n        with these extensions will be iterated. Default: png/jpg/jpeg.\n      is_valid_file (callable): Optional function that takes file information as\n        input (tarfile.TarInfo) and outputs True for files that need to be\n        iterated; overrides extensions argument.\n        Example: lambda m: m.isfile() and m.name.endswith('.png')\n    \"\"\"\n    # by default, filter files by extension\n    if is_valid_file is None:\n      def is_valid_file(m):\n        return (m.isfile() and m.name.lower().endswith(extensions))\n\n    # filter the files to create the samples list\n    self.samples = [m.name for m in self.members_by_name.values() if is_valid_file(m)]\n\n\n  def __getitem__(self, index):\n    \"\"\"Return a single sample.\n    \n    Should be overriden by a subclass to support custom data other than images (e.g.\n    class labels). The methods get_image/get_file can be used to read from the Tar\n    archive, and a dict of files/folders is held in the property members_by_name.\n\n    By default, this simply applies the given transforms or converts the image to\n    a tensor if none are specified.\n\n    Args:\n      index (int): Index of item.\n    \n    Returns:\n      Tensor: The image.\n    \"\"\"\n    image = self.get_image(self.samples[index], pil=True)\n    image = image.convert('RGB')  # if it's grayscale, convert to RGB\n    if self.transform:  # apply any custom transforms\n      image = self.transform(image)\n    return image\n\n\n  def __len__(self):\n    \"\"\"Return the length of the dataset (length of self.samples)\n\n    Returns:\n      int: Number of samples.\n    \"\"\"\n    return len(self.samples)\n\n\n  def get_image(self, name, pil=False):\n    \"\"\"Read an image from the Tar archive, returned as a PIL image or PyTorch tensor.\n\n    Args:\n      name (str): File name to retrieve.\n      pil (bool): If true, a PIL image is returned (default is a PyTorch tensor).\n\n    Returns:\n      Image or Tensor: The image, possibly in PIL format.\n    \"\"\"\n    image = Image.open(BytesIO(self.get_file(name).read()))\n    if pil:\n      return image\n    return to_tensor(image)\n\n\n  def get_text_file(self, name, encoding='utf-8'):\n    \"\"\"Read a text file from the Tar archive, returned as a string.\n\n    Args:\n      name (str): File name to retrieve.\n      encoding (str): Encoding of file, default is utf-8.\n\n    Returns:\n      str: Content of text file.\n    \"\"\"\n    return self.get_file(name).read().decode(encoding)\n\n\n  def get_file(self, name):\n    \"\"\"Read an arbitrary file from the Tar archive.\n\n    Args:\n      name (str): File name to retrieve.\n\n    Returns:\n      io.BufferedReader: Object used to read the file's content.\n    \"\"\"\n    # ensure a unique file handle per worker, in multiprocessing settings\n    worker = get_worker_info()\n    worker = worker.id if worker else None\n\n    if worker not in self.tar_obj:\n      self.tar_obj[worker] = tarfile.open(self.archive)\n\n    return self.tar_obj[worker].extractfile(self.members_by_name[name])\n\n\n  def __del__(self):\n    \"\"\"Close the TarFile file handles on exit.\"\"\"\n    for o in self.tar_obj.values():\n      o.close()\n\n\n  def __getstate__(self):\n    \"\"\"Serialize without the TarFile references, for multiprocessing compatibility.\"\"\"\n    state = dict(self.__dict__)\n    state['tar_obj'] = {}\n    return state\n"
  },
  {
    "path": "datasets/util.py",
    "content": "import torch\nimport logging\nfrom torch.utils.data import DataLoader\n\nfrom packaging.version import Version\nfrom datasets.re10k import Re10KDataset\nfrom datasets.nyu.dataset import NYUv2Dataset\nfrom datasets.kitti import KITTIDataset\n\ndef create_datasets(cfg, split=\"val\"):\n    datasets_dict = {\n        \"re10k\": Re10KDataset,\n        \"nyuv2\": NYUv2Dataset,\n        \"kitti\": KITTIDataset,\n    }[cfg.dataset.name]\n\n    dataset = datasets_dict(cfg, split=split)\n    logging.info(\"There are {:d} {} items\\n\".format(len(dataset), split)\n    )\n    shuffle = True if split == \"train\" else False\n    data_loader = DataLoader(\n        dataset,\n        cfg.data_loader.batch_size,\n        shuffle=shuffle,\n        num_workers=cfg.data_loader.num_workers,\n        pin_memory=True,\n        drop_last=shuffle,\n        collate_fn=custom_collate,\n    )\n\n    return dataset, data_loader\n\n\nif Version(torch.__version__) < Version(\"1.11\"):\n    from torch.utils.data._utils.collate import default_collate\nelse:\n    from torch.utils.data import default_collate\n\n\ndef custom_collate(batch):\n    all_keys = batch[0].keys()\n    dense_keys = [k for k in all_keys if \"sparse\" not in k[0]]\n    sparse_keys = [k for k in all_keys if \"sparse\" in k[0]]\n    dense_batch = [{k: b[k] for k in dense_keys} for b in batch]\n    sparse_batch = {k: [b[k] for b in batch] for k in sparse_keys}\n    dense_batch = default_collate(dense_batch)\n    batch = sparse_batch | dense_batch\n    return batch"
  },
  {
    "path": "evaluate.py",
    "content": "import os\nimport json\nimport hydra\nimport torch\nimport numpy as np\n\nfrom tqdm import tqdm\nfrom pathlib import Path\nfrom omegaconf import DictConfig\nfrom hydra.core.hydra_config import HydraConfig\nfrom matplotlib import pyplot as plt\nimport torchvision.transforms.functional as TF\n\nfrom models.model import GaussianPredictor, to_device\nfrom evaluation.evaluator import Evaluator\nfrom datasets.util import create_datasets\nfrom misc.util import add_source_frame_id\nfrom misc.visualise_3d import save_ply\n\n\ndef get_model_instance(model):\n    \"\"\"\n    unwraps model from EMA object\n    \"\"\"\n    return model.ema_model if type(model).__name__ == \"EMA\" else model\n\ndef evaluate(model, cfg, evaluator, dataloader, device=None, save_vis=False):\n    model_model = get_model_instance(model)\n    model_model.set_eval()\n\n    score_dict = {}\n    match cfg.dataset.name:\n        case \"re10k\" | \"nyuv2\":\n            # override the frame idxs used for eval\n            target_frame_ids = [1, 2, 3]\n            eval_frames = [\"src\", \"tgt5\", \"tgt10\", \"tgt_rand\"]\n            for fid, target_name in zip(add_source_frame_id(target_frame_ids),\n                                        eval_frames):\n                score_dict[fid] = { \"ssim\": [],\n                                    \"psnr\": [],\n                                    \"lpips\": [],\n                                    \"name\": target_name }\n        case \"kitti\":\n            if cfg.dataset.stereo:\n                eval_frames = [\"s0\"]\n                target_frame_ids = [\"s0\"]\n                all_frames = add_source_frame_id(eval_frames)\n            else:\n                eval_frames = [1, 2]\n                target_frame_ids = eval_frames\n                all_frames = add_source_frame_id(target_frame_ids)\n            for fid in all_frames:\n                score_dict[fid] = { \"ssim\": [],\n                                    \"psnr\": [],\n                                    \"lpips\": [],\n                                    \"name\": fid}\n\n    dataloader_iter = iter(dataloader)\n    for k in tqdm([i for i in range(len(dataloader.dataset) // cfg.data_loader.batch_size)]):\n\n        try:\n            inputs = next(dataloader_iter)\n        except Exception as e:\n            if cfg.dataset.name==\"re10k\":\n                if cfg.dataset.test_split in [\"pixelsplat_ctx1\",\n                                              \"pixelsplat_ctx2\",\n                                              \"latentsplat_ctx1\",\n                                              \"latentsplat_ctx2\"]:\n                    print(\"Failed to read example {}\".format(k))\n                    continue\n            raise e\n\n        if save_vis:\n            out_dir = Path(\"/work/cxzheng/3D/splatvideo/eldar/visual_results/images\")\n            out_dir.mkdir(exist_ok=True)\n            print(f\"saving images to: {out_dir.resolve()}\")\n            seq_name = inputs[(\"frame_id\", 0)][0].split(\"+\")[1]\n            out_out_dir = out_dir / seq_name\n            out_out_dir.mkdir(exist_ok=True)\n            out_pred_dir = out_out_dir / f\"pred\"\n            out_pred_dir.mkdir(exist_ok=True)\n            out_gt_dir = out_out_dir / f\"gt\"\n            out_gt_dir.mkdir(exist_ok=True)\n            out_dir_ply = out_out_dir / \"ply\"\n            out_dir_ply.mkdir(exist_ok=True)\n\n        with torch.no_grad():\n            if device is not None:\n                to_device(inputs, device)\n            inputs[\"target_frame_ids\"] = target_frame_ids\n            outputs = model(inputs)\n\n        for f_id in score_dict.keys():\n            pred = outputs[('color_gauss', f_id, 0)]\n            if cfg.dataset.name == \"dtu\":\n                gt = inputs[('color_orig_res', f_id, 0)]\n                pred = TF.resize(pred, gt.shape[-2:])\n            else:\n                gt = inputs[('color', f_id, 0)]\n            # should work in for B>1, however be careful of reduction\n            out = evaluator(pred, gt)\n            if save_vis:\n                save_ply(outputs, out_dir_ply / f\"{f_id}.ply\", gaussians_per_pixel=model.cfg.model.gaussians_per_pixel)\n                pred = pred[0].clip(0.0, 1.0).permute(1, 2, 0).detach().cpu().numpy()\n                gt = gt[0].clip(0.0, 1.0).permute(1, 2, 0).detach().cpu().numpy()\n                plt.imsave(str(out_pred_dir / f\"{f_id:03}.png\"), pred)\n                plt.imsave(str(out_gt_dir / f\"{f_id:03}.png\"), gt)\n            for metric_name, v in out.items():\n                score_dict[f_id][metric_name].append(v)\n\n    metric_names = [\"psnr\", \"ssim\", \"lpips\"]\n    score_dict_by_name = {}\n    for f_id in score_dict.keys():\n        score_dict_by_name[score_dict[f_id][\"name\"]] = {}\n        for metric_name in metric_names:\n            # compute mean\n            score_dict[f_id][metric_name] = sum(score_dict[f_id][metric_name]) / len(score_dict[f_id][metric_name])\n            # original dict has frame ids as integers, for json out dict we want to change them\n            # to the meaningful names stored in dict\n            score_dict_by_name[score_dict[f_id][\"name\"]][metric_name] = score_dict[f_id][metric_name]\n\n    for metric in metric_names:\n        vals = [score_dict_by_name[f_id][metric] for f_id in eval_frames]\n        print(f\"{metric}:\", np.mean(np.array(vals)))\n\n    return score_dict_by_name\n\n\n@hydra.main(\n    config_path=\"configs\",\n    config_name=\"config\",\n    version_base=None\n)\ndef main(cfg: DictConfig):\n    print(\"current directory:\", os.getcwd())\n    hydra_cfg = HydraConfig.get()\n    output_dir = hydra_cfg['runtime']['output_dir']\n    os.chdir(output_dir)\n    print(\"Working dir:\", output_dir)\n\n    cfg.data_loader.batch_size = 1\n    cfg.data_loader.num_workers = 1\n    model = GaussianPredictor(cfg)\n    device = torch.device(\"cuda:0\")\n    model.to(device)\n    if (ckpt_dir := model.checkpoint_dir()).exists():\n        # resume training\n        model.load_model(ckpt_dir, ckpt_ids=0)\n    \n    evaluator = Evaluator(crop_border=cfg.dataset.crop_border)\n    evaluator.to(device)\n\n    split = \"test\"\n    save_vis = cfg.eval.save_vis\n    dataset, dataloader = create_datasets(cfg, split=split)\n    score_dict_by_name = evaluate(model, cfg, evaluator, dataloader, \n                                  device=device, save_vis=save_vis)\n    print(json.dumps(score_dict_by_name, indent=4))\n    if cfg.dataset.name==\"re10k\":\n        with open(\"metrics_{}_{}_{}.json\".format(cfg.dataset.name, split, cfg.dataset.test_split), \"w\") as f:\n            json.dump(score_dict_by_name, f, indent=4)\n    with open(\"metrics_{}_{}.json\".format(cfg.dataset.name, split), \"w\") as f:\n        json.dump(score_dict_by_name, f, indent=4)\n    \n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "evaluate.sh",
    "content": "#!/bin/sh\n\n# re10k testing\npython evaluate.py \\\n    hydra.run.dir=$1 \\\n    hydra.job.chdir=true \\\n    +experiment=layered_re10k \\\n    +dataset.crop_border=true \\\n    dataset.test_split_path=splits/re10k_mine_filtered/test_files.txt \\\n    model.depth.version=v1 \\\n    ++eval.save_vis=false\n\n"
  },
  {
    "path": "evaluation/evaluator.py",
    "content": "import math\nimport torch\nimport torch.nn as nn\n\nfrom torchmetrics.image import \\\n    LearnedPerceptualImagePatchSimilarity, \\\n    StructuralSimilarityIndexMeasure\n\n\nclass Evaluator(nn.Module):\n    def __init__(self, crop_border=True):\n        super().__init__()\n\n        self.lpips = LearnedPerceptualImagePatchSimilarity(net_type=\"vgg\")\n        self.ssim = StructuralSimilarityIndexMeasure(data_range=1.0)\n        self.psnr = lambda pred, gt: -10 * torch.log10(\n            torch.mean((pred - gt) ** 2, dim=[1, 2, 3])\n        ).mean()\n\n        self.crop_border = crop_border\n        self.metrics = {\n            \"ssim\": self.ssim,\n            \"psnr\": self.psnr,\n            \"lpips\": lambda pred, gt: self.lpips(self.norm(pred), self.norm(gt))\n        }\n\n    @staticmethod\n    def norm(img):\n        return (img * 2 - 1).clamp(-1, 1)\n\n    def metric_names(self):\n        return self.metrics.keys()\n    \n    def forward(self, img_pred, img_gt):\n        b, c, h, w = img_gt.shape\n\n        if self.crop_border:\n            margin = 0.05\n            y0 = int(math.ceil(margin * h))\n            y1 = int(math.floor((1-margin) * h))\n            x0 = int(math.ceil(margin * w))\n            x1 = int(math.floor((1-margin) * w))\n            img_gt = img_gt[..., y0:y1, x0:x1]\n            img_pred = img_pred[..., y0:y1, x0:x1]\n\n        return {\n            name: func(img_pred, img_gt).cpu().item() \\\n                for name, func in self.metrics.items()\n        }\n"
  },
  {
    "path": "misc/depth.py",
    "content": "import random\nimport torch\nimport torch.nn.functional as F\nimport matplotlib.pyplot as plt\nimport numpy as np\n\nfrom einops import rearrange\n\n\ndef estimate_depth_scale_kitti(depth, depth_gt):\n    \"\"\"\n    depth: [1, 1, H, W]\n    depth_gt: [N, 2]\n    \"\"\"\n    eps = 1e-7\n    depth = rearrange(depth, \"1 1 h w -> (h w)\")\n    depth_gt = rearrange(depth_gt, \"1 1 h w -> (h w)\")\n    valid_depth = depth_gt != 0\n    depth = depth[valid_depth]\n    depth_gt = depth_gt[valid_depth]\n\n    scale = (depth.log() - depth_gt.log()).mean().exp()\n    return scale\n\n\ndef estimate_depth_scale(depth, sparse_depth):\n    \"\"\"\n    depth: [1, 1, H, W]\n    sparse_depth: [N, 3]\n    \"\"\"\n    eps = 1e-7\n    device = depth.device\n    sparse_depth = sparse_depth.to(device)\n    if sparse_depth.shape[0] < 10:\n        return torch.tensor(1.0, device=device, dtype=torch.float32)\n    xy = sparse_depth[:, :2]\n    z = sparse_depth[:, 2]\n    xy = xy.unsqueeze(0).unsqueeze(0)\n    depth_pred = F.grid_sample(depth, xy.to(depth.device), align_corners=False)\n    depth_pred = depth_pred.squeeze()\n    # z = torch.max(z, torch.tensor(eps, dtype=z.dtype, device=z.device))\n    good_depth = torch.logical_and(z > eps, depth_pred > eps)\n    z = z[good_depth]\n    depth_pred = depth_pred[good_depth]\n\n    if z.shape[0] < 10:\n        return torch.tensor(1.0, device=device, dtype=torch.float32)\n\n    scale = (depth_pred.log() - z.log()).mean().exp()\n    return scale\n\n\ndef estimate_depth_scale_ransac(depth, sparse_depth, num_iterations=1000, sample_size=5, threshold=0.1):\n    best_scale = None\n    best_inliers = 0\n\n    device = depth.device\n    sparse_depth = sparse_depth.to(device)\n\n    xy = sparse_depth[:, :2]\n    z = sparse_depth[:, 2]\n    xy = xy.unsqueeze(0).unsqueeze(0)\n    depth_pred = F.grid_sample(depth, xy.to(depth.device), align_corners=False)\n    depth_pred = depth_pred.squeeze()\n    eps=1e-7\n    # z = torch.max(z, torch.tensor(eps, dtype=z.dtype, device=z.device))\n    good_depth = torch.logical_and(z > eps, depth_pred > eps)\n\n    if good_depth.shape[0] < 10:\n        return torch.tensor(1.0, device=device, dtype=torch.float32)\n    z = z[good_depth]\n    depth_pred = depth_pred[good_depth]\n\n    if z.shape[0] < 10:\n        return torch.tensor(1.0, device=device, dtype=torch.float32)\n\n    if z.shape[0] <= sample_size:\n        return (depth_pred.log() - z.log()).mean().exp()\n\n    for _ in range(num_iterations):\n        # Step 1: Random Sample Selection\n        sample_indices = random.sample(range(z.shape[0]), sample_size)\n        # Step 2: Estimation of Scale\n        scale = (depth_pred[sample_indices].log() - z[sample_indices].log()).mean().exp()\n\n        # Step 3: Inlier Detection\n        inliers = torch.abs(depth_pred.log() - (z*scale).log()) < threshold\n\n        # Step 5: Consensus Set Selection\n        num_inliers = torch.sum(inliers)\n        if num_inliers > best_inliers:\n            best_scale = scale\n            best_inliers = num_inliers\n    if best_scale is None:\n        return (depth_pred.log() - z.log()).mean().exp()\n    return best_scale\n\nCMAP_DEFAULT = 'plasma'\ndef gray2rgb(im, cmap=CMAP_DEFAULT):\n    cmap = plt.get_cmap(cmap)\n    result_img = cmap(im.astype(np.float32))\n    if result_img.shape[2] > 3:\n        result_img = np.delete(result_img, 3, 2)\n    return result_img\n\n\ndef normalize_depth_for_display(depth, pc=95, crop_percent=0, normalizer=None, cmap=CMAP_DEFAULT,\n                                return_normalizer=False):\n    \"\"\"Converts a depth map to an RGB image.\"\"\"\n    # Convert to disparity.\n\n    depth = np.squeeze(depth)\n\n    depth_f = depth.flatten()\n    depth_f = depth_f[depth_f != 0]\n    disp_f = 1.0 / (depth_f + 1e-6)\n    percentile = np.percentile(disp_f, pc)\n\n    disp = 1.0 / (depth + 1e-6)\n    if normalizer is not None:\n        disp /= normalizer\n    else:\n        disp /= (percentile + 1e-6)\n    disp = np.clip(disp, 0, 1)\n    disp = gray2rgb(disp, cmap=cmap)\n    keep_h = int(disp.shape[0] * (1 - crop_percent))\n    disp = disp[:keep_h]\n    if return_normalizer:\n        return disp, percentile + 1e-6\n    return disp"
  },
  {
    "path": "misc/download_pretrained_models.py",
    "content": "from pathlib import Path\nimport argparse\nfrom huggingface_hub import hf_hub_download\n\n\ndef main():\n    parser = argparse.ArgumentParser()\n    parser.add_argument(\"-o\", \"--out_path\", type=str, default=\"exp/re10k_v2\")\n    args = parser.parse_args()\n    local_dir = Path(args.out_path) / \"checkpoints\"\n    local_dir.mkdir(parents=True, exist_ok=True)\n    model_path = hf_hub_download(\n        repo_id=\"einsafutdinov/flash3d\", \n        filename=\"model_re10k_v2.pth\",\n        local_dir=str(local_dir)\n    )\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "misc/localstorage.py",
    "content": "import os\nimport shutil\nimport logging\nimport tarfile\nfrom pathlib import Path\n\nproject_name = \"monosplat\"\n\ndef get_local_dir():\n    tmp = os.environ[\"TMPDIR\"] if \"TMPDIR\" in os.environ else \"/tmp\"\n    if \"SLURM_JOB_ID\" in os.environ:\n        sub_dir = f\"{project_name}/{os.environ['SLURM_JOB_ID']}\"\n    else:\n        sub_dir = project_name\n    tmp = os.path.join(tmp, sub_dir)\n    return Path(tmp)\n\ndef local_storage_path(filename):\n    return get_local_dir() / Path(filename).name\n\ndef copy_to_local_storage(filename, rank=None):\n    storage = get_local_dir()\n    os.makedirs(storage, exist_ok=True)\n    new_filename = local_storage_path(filename)\n    filename = Path(filename)\n    if rank is not None and rank != 0:\n        return new_filename\n    if not new_filename.is_file() or \\\n        filename.stat().st_size != new_filename.stat().st_size:\n        logging.info(f\"Copying {str(filename)} to {str(new_filename)} ...\")\n        shutil.copyfile(filename, new_filename)\n        logging.info(f\"Finished copying.\")\n    return new_filename\n\ndef extract_tar(fn, unzip_dir):\n    unzip_dir.mkdir(exist_ok=True, parents=True)\n    logging.info(f\"Unpacking {fn} to {unzip_dir} ...\")\n    tf = tarfile.open(fn)\n    tf.extractall(unzip_dir, filter='fully_trusted')\n    logging.info(f\"Finished unpacking.\")\n    fn.unlink()\n    logging.info(f\"Deleted {str(fn)}.\")"
  },
  {
    "path": "misc/logger.py",
    "content": "import os\nimport tempfile\nfrom pathlib import Path\n\nfrom omegaconf import OmegaConf\nimport neptune as neptune\nfrom neptune.utils import stringify_unsupported\n\nfrom misc.neptune_token import NEPTUNE_API_TOKEN, USER_NAME, PROJECT_NAME\n\n\ndef get_all_keys(d):\n    for key, value in d.items():\n        yield d, key\n        if isinstance(value, dict):\n            yield from get_all_keys(value)\n\n\ndef setup_logging_dir():\n    tmp_dir = tempfile._get_default_tempdir()\n    neptune_dir = Path(tmp_dir).joinpath(\".neptune\")\n    neptune_dir.mkdir(exist_ok=True)\n    target = Path(\".neptune\")\n    if not target.exists():\n        # os.unlink(target)\n        os.symlink(neptune_dir, \".neptune\")\n\n\nclass NeptuneLogger:\n    def __init__(self, cfg):\n        cfg_dict = OmegaConf.to_container(cfg)\n        del cfg_dict[\"config\"]\n        setup_logging_dir()\n        self.run = self._setup(cfg)\n        for d, k in get_all_keys(cfg_dict):\n            if d[k] is None:\n                d[k] = \"none\"\n            elif type(d[k]) is list:\n                d[k] = stringify_unsupported(d[k])\n        self.run[\"cfg\"] = cfg_dict\n        self.run[\"exp\"] = cfg.config.exp_name\n\n        if \"SLURM_JOB_ID\" in os.environ:\n            SLURM_ID = os.environ['SLURM_JOB_ID']\n            self.run[\"SLURM\"] = SLURM_ID\n            print(f\"SLURM job ID: {SLURM_ID}\")\n\n    @staticmethod\n    def _setup(cfg):\n        CONNECTION_MODE = \"debug\" if cfg.run.debug else \"async\"\n        with_id = None\n        # sys_id_file = \".hydra/neptune.id\"\n        # if Path(sys_id_file).exists():\n        #     with open(sys_id_file) as f:\n        #         with_id = f.read()\n        run = neptune.init_run(\n            with_id=with_id,\n            project=f\"{USER_NAME}/{PROJECT_NAME}\",\n            api_token=NEPTUNE_API_TOKEN,\n            name=cfg.config.exp_name,\n            mode=CONNECTION_MODE\n        )\n        # if with_id is None:\n        #     with open(sys_id_file, \"w\") as f:\n        #         f.write(run[\"sys/id\"].fetch())\n        return run\n\n    def log(self, values, step):\n        for key, value in values.items():\n            self.run[key].log(value, step=step)\n    \n    def log3d(self, kv, step):\n        pass\n\n    def upload_file(self, key, filename):\n        self.run[key].upload(neptune.types.File(filename))\n    \n    def upload_image(self, key, image):\n        self.run[key].upload(neptune.types.File.as_image(image))\n\n    def log_image(self, key, image, step=0):\n        self.run[key].append(neptune.types.File.as_image(image), step=step)\n\n\ndef setup_logger(cfg):\n    return NeptuneLogger(cfg)\n"
  },
  {
    "path": "misc/util.py",
    "content": "\n\ndef get_source_frame_ids():\n    return [0]\n\ndef add_source_frame_id(novel_frames):\n    return get_source_frame_ids() + novel_frames\n\ndef sec_to_hm(t):\n    \"\"\"Convert time in seconds to time in hours, minutes and seconds\n    e.g. 10239 -> (2, 50, 39)\n    \"\"\"\n    t = int(t)\n    s = t % 60\n    t //= 60\n    m = t % 60\n    t //= 60\n    return t, m, s\n\ndef sec_to_hm_str(t):\n    \"\"\"Convert time in seconds to a nice string\n    e.g. 10239 -> '02h50m39s'\n    \"\"\"\n    h, m, s = sec_to_hm(t)\n    return \"{:02d}h{:02d}m{:02d}s\".format(h, m, s)\n"
  },
  {
    "path": "misc/visualise_3d.py",
    "content": "import torch\nimport numpy as np\nfrom pathlib import Path\nfrom einops import rearrange, einsum\nfrom matplotlib import pyplot as plt\nimport torch.nn.functional as F\nfrom jaxtyping import Float\nfrom plyfile import PlyData, PlyElement\nfrom torch import Tensor\nfrom scipy.spatial.transform import Rotation as R\n\nfrom misc.depth import normalize_depth_for_display\nfrom models.encoder.layers import Project3DSimple\n\n\ndef depth_to_img(d):\n    d = d.detach().cpu().numpy()\n    depth_img = normalize_depth_for_display(d)\n    return (np.clip(depth_img, 0, 1) * 255).astype(np.uint8)\n\n\ndef vis_2d_offsets(model, inputs, outputs, out_dir, frame_id):\n    input_f_id = 0\n    scale = 0\n    B, H, W = model.tensor_image_dims()\n\n    xyz = outputs[(\"gauss_means\", input_f_id, scale)]\n    K = inputs[(\"K\", scale)]\n\n    p3d = Project3DSimple(1, H, W)\n    bp3d = model.backproject_depth[str(scale)]\n\n    pix_coords = p3d(xyz, K)\n    pix_coords = rearrange(pix_coords, \"1 h w c -> 1 c h w\")\n    id_coords = rearrange(bp3d.id_coords, \"c h w -> 1 c h w\")\n\n    s = 8\n    pix_coords = F.interpolate(\n        pix_coords,\n        (H // s, W // s),\n        mode='nearest',\n    )\n    id_coords = F.interpolate(\n        id_coords,\n        (H // s, W // s),\n        mode='nearest',\n    )\n    v = pix_coords - id_coords\n    id_coords = rearrange(id_coords, \"1 c h w -> (h w) c\")\n    v = rearrange(v, \"1 c h w -> (h w) c\")\n\n    id_coords = id_coords.cpu().numpy()\n    v = v.cpu().numpy()\n\n    X = id_coords[:, 0]\n    Y = id_coords[:, 1]\n    U = v[:, 0]\n    V = v[:, 1]\n    # print(np.histogram(U)[0], np.histogram(U)[1])\n\n    plt.quiver(X, Y, U, V, color='b', units='xy', scale=1) \n    plt.title('Gauss offset') \n\n    # x-lim and y-lim \n    plt.xlim(-50, W+50) \n    plt.ylim(-50, H+50) \n\n    plt.axis('equal')\n\n    # print(mpl.rcParams[\"savefig.dpi\"])\n\n    plt.savefig(out_dir / f\"{frame_id}.png\", dpi=300.0)\n    plt.cla()\n    plt.clf()\n\n    # import pdb\n    # pdb.set_trace()\n\n\ndef construct_list_of_attributes(num_rest: int) -> list[str]:\n    attributes = [\"x\", \"y\", \"z\", \"nx\", \"ny\", \"nz\"]\n    for i in range(3):\n        attributes.append(f\"f_dc_{i}\")\n    for i in range(num_rest):\n        attributes.append(f\"f_rest_{i}\")\n    attributes.append(\"opacity\")\n    for i in range(3):\n        attributes.append(f\"scale_{i}\")\n    for i in range(4):\n        attributes.append(f\"rot_{i}\")\n    return attributes\n\n\ndef export_ply(\n    means: Float[Tensor, \"gaussian 3\"],\n    scales: Float[Tensor, \"gaussian 3\"],\n    rotations: Float[Tensor, \"gaussian 4\"],\n    harmonics: Float[Tensor, \"gaussian 3 d_sh\"],\n    opacities: Float[Tensor, \"gaussian\"],\n    path: Path,\n):\n    # Shift the scene so that the median Gaussian is at the origin.\n    means = means - means.median(dim=0).values\n\n    # Rescale the scene so that most Gaussians are within range [-1, 1].\n    scale_factor = means.abs().quantile(0.95, dim=0).max()\n    means = means / scale_factor\n    scales = scales / scale_factor\n\n    # Define a rotation that makes +Z be the world up vector.\n    rotation = [\n        [0, 0, 1],\n        [-1, 0, 0],\n        [0, -1, 0],\n    ]\n    rotation = torch.tensor(rotation, dtype=torch.float32, device=means.device)\n\n    # The Polycam viewer seems to start at a 45 degree angle. Since we want to be\n    # looking directly at the object, we compose a 45 degree rotation onto the above\n    # rotation.\n    adjustment = torch.tensor(\n        R.from_rotvec([0, 0, -45], True).as_matrix(),\n        dtype=torch.float32,\n        device=means.device,\n    )\n    rotation = adjustment @ rotation\n\n    # We also want to see the scene in camera space (as the default view). We therefore\n    # compose the w2c rotation onto the above rotation.\n    # rotation = rotation @ extrinsics[:3, :3].inverse()\n\n    # Apply the rotation to the means (Gaussian positions).\n    means = einsum(rotation, means, \"i j, ... j -> ... i\")\n\n    # Apply the rotation to the Gaussian rotations.\n    rotations = R.from_quat(rotations.detach().cpu().numpy()).as_matrix()\n    rotations = rotation.detach().cpu().numpy() @ rotations\n    rotations = R.from_matrix(rotations).as_quat()\n    x, y, z, w = rearrange(rotations, \"g xyzw -> xyzw g\")\n    rotations = np.stack((w, x, y, z), axis=-1)\n\n    # Since our axes are swizzled for the spherical harmonics, we only export the DC\n    # band.\n    harmonics_view_invariant = harmonics\n\n    dtype_full = [(attribute, \"f4\") for attribute in construct_list_of_attributes(0)]\n    elements = np.empty(means.shape[0], dtype=dtype_full)\n    attributes = (\n        means.detach().cpu().numpy(),\n        torch.zeros_like(means).detach().cpu().numpy(),\n        harmonics_view_invariant.detach().cpu().contiguous().numpy(),\n        opacities.detach().cpu().numpy(),\n        scales.log().detach().cpu().numpy(),\n        rotations,\n    )\n    attributes = np.concatenate(attributes, axis=1)\n    elements[:] = list(map(tuple, attributes))\n    path.parent.mkdir(exist_ok=True, parents=True)\n    PlyData([PlyElement.describe(elements, \"vertex\")]).write(path)\n\n\ndef save_ply(outputs, path, gaussians_per_pixel=3):\n    means = rearrange(outputs[\"gauss_means\"], \"(b v) c n -> b (v n) c\", v=gaussians_per_pixel)[0, :, :3]\n    scales = rearrange(outputs[\"gauss_scaling\"], \"(b v) c h w -> b (v h w) c\", v=gaussians_per_pixel)[0]\n    rotations = rearrange(outputs[\"gauss_rotation\"], \"(b v) c h w -> b (v h w) c\", v=gaussians_per_pixel)[0]\n    opacities = rearrange(outputs[\"gauss_opacity\"], \"(b v) c h w -> b (v h w) c\", v=gaussians_per_pixel)[0]\n    harmonics = rearrange(outputs[\"gauss_features_dc\"], \"(b v) c h w -> b (v h w) c\", v=gaussians_per_pixel)[0]\n\n    export_ply(\n        means,\n        scales,\n        rotations,\n        harmonics,\n        opacities,\n        path\n    )"
  },
  {
    "path": "models/decoder/gauss_util.py",
    "content": "#\n# Copyright (C) 2023, Inria\n# GRAPHDECO research group, https://team.inria.fr/graphdeco\n# All rights reserved.\n#\n# This software is free for non-commercial, research and evaluation use \n# under the terms of the LICENSE.md file.\n#\n# For inquiries contact  george.drettakis@inria.fr\n#\n\nimport torch\nimport numpy as np\nimport math\nfrom diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer\n\n\ndef getProjectionMatrix(znear, zfar, fovX, fovY, pX=0.0, pY=0.0):\n    tanHalfFovY = math.tan((fovY / 2))\n    tanHalfFovX = math.tan((fovX / 2))\n\n    # camera coordinates are x right, y down, z away from camera\n    # assume that at this point principal points are in \n    # (x right, y down) convention in NDC coordinates\n    # +ve principal point means it's down / to the right of center\n    # point at (0, 0, 1) should get imaged to (px, py) in \n    top    = tanHalfFovY * znear * ( 1 + pY)\n    bottom = tanHalfFovY * znear * (-1 + pY)\n    right  = tanHalfFovX * znear * ( 1 + pX)\n    left   = tanHalfFovX * znear * (-1 + pX)\n\n    P = torch.zeros(4, 4)\n\n    z_sign = 1.0\n\n    P[0, 0] = 2.0 * znear / (right - left)\n    P[1, 1] = 2.0 * znear / (top - bottom)\n    P[0, 2] = (right + left) / (right - left)\n    P[1, 2] = (top + bottom) / (top - bottom)\n    P[3, 2] = z_sign\n    P[2, 2] = z_sign * zfar / (zfar - znear)\n    P[2, 3] = -(zfar * znear) / (zfar - znear)\n    return P\n\n\ndef fov2focal(fov, pixels):\n    return pixels / (2 * math.tan(fov / 2))\n\n\ndef focal2fov(focal, pixels):\n    return 2*math.atan(pixels/(2*focal))\n\ndef K_to_NDC_pp(Kx, Ky, H, W):\n    # Kx is in pixels from the left border\n    # Ky is in pixels from the top border\n    # H, W are in pixels\n    # transform to NDC in which image borders are at (-1, 1)\n    # positive pp is to the right, down\n    px = 2 * Kx / W - 1\n    py = 2 * Ky / H - 1\n    return px, py\n\ndef render_predicted(cfg,\n                     pc : dict, \n                     world_view_transform,\n                     full_proj_transform,\n                     proj_mtrx,\n                     camera_center,\n                     fov,\n                     img_size, \n                     bg_color : torch.Tensor, \n                     max_sh_degree,\n                     scaling_modifier = 1.0, \n                     override_color = None):\n    \"\"\"\n    Render the scene. \n    \n    Background tensor (bg_color) must be on GPU!\n    \"\"\"\n \n    # Create zero tensor. We will use it to make pytorch return gradients of the 2D (screen-space) means\n    screenspace_points = torch.zeros_like(pc[\"xyz\"], dtype=pc[\"xyz\"].dtype, requires_grad=True, device=\"cuda\") + 0\n    try:\n        screenspace_points.retain_grad()\n    except:\n        pass\n\n    fovX, fovY = fov\n    tanfovx = math.tan(fovX * 0.5)\n    tanfovy = math.tan(fovY * 0.5)\n\n    height, width = img_size\n\n    kvargs = {\n        \"image_height\": height,\n        \"image_width\": width,\n        \"tanfovx\": tanfovx,\n        \"tanfovy\": tanfovy,\n        \"bg\": bg_color,\n        \"scale_modifier\": scaling_modifier,\n        \"viewmatrix\": world_view_transform,\n        \"projmatrix\": full_proj_transform,\n        \"sh_degree\": max_sh_degree,\n        \"campos\": camera_center,\n        \"prefiltered\": False,\n        \"debug\": False\n    }\n    if cfg.model.renderer_w_pose:\n        kvargs |= {\"projmatrix_raw\": proj_mtrx}\n\n    # Set up rasterization configuration\n    raster_settings = GaussianRasterizationSettings(**kvargs)\n\n    rasterizer = GaussianRasterizer(raster_settings=raster_settings)\n\n    means3D = pc[\"xyz\"] # .contiguous()\n    means2D = screenspace_points # .contiguous()\n    opacity = pc[\"opacity\"] # .contiguous()\n\n    # If precomputed 3d covariance is provided, use it. If not, then it will be computed from\n    # scaling / rotation by the rasterizer.\n    scales = None\n    rotations = None\n    cov3D_precomp = None\n\n    scales = pc[\"scaling\"] # .contiguous()\n    rotations = pc[\"rotation\"] # .contiguous()\n\n    # If precomputed colors are provided, use them. Otherwise, if it is desired to precompute colors\n    # from SHs in Python, do it. If not, then SH -> RGB conversion will be done by rasterizer.\n    shs = None\n    colors_precomp = None\n    if override_color is None:\n        if \"features_rest\" in pc.keys():\n            shs = torch.cat([pc[\"features_dc\"], pc[\"features_rest\"]], dim=1).contiguous()\n        else:\n            shs = pc[\"features_dc\"] # .contiguous()\n    else:\n        colors_precomp = override_color\n\n    # Rasterize visible Gaussians to image, obtain their radii (on screen). \n    outputs = rasterizer(\n        means3D = means3D,\n        means2D = means2D,\n        shs = shs,\n        colors_precomp = colors_precomp,\n        opacities = opacity,\n        scales = scales,\n        rotations = rotations,\n        cov3D_precomp = cov3D_precomp\n    )\n    rendered_image, radii = outputs[:2]\n    # Those Gaussians that were frustum culled or had a radius of 0 were not visible.\n    # They will be excluded from value updates used in the splitting criteria.\n    output = {\n        \"render\": rendered_image,\n        \"viewspace_points\": screenspace_points,\n        \"visibility_filter\" : radii > 0,\n        \"radii\": radii\n    }\n    if len(outputs) >= 4:\n        rendered_depth, rendered_alpha = outputs[2:4]\n        output[\"depth\"] = rendered_depth\n        output[\"opacity\"] = opacity\n    if len(outputs) >= 5:\n        n_touched = outputs[4]\n\n    return output\n"
  },
  {
    "path": "models/decoder/gaussian_decoder.py",
    "content": "import torch\nimport torch.nn as nn\nimport numpy as np\n\n\ndef get_splits_and_inits(cfg):\n    split_dimensions = []\n    scale_inits = []\n    bias_inits = []\n\n    for g_idx in range(cfg.model.gaussians_per_pixel):\n        if cfg.model.predict_offset:\n            split_dimensions += [3]\n            scale_inits += [cfg.model.xyz_scale]\n            bias_inits += [cfg.model.xyz_bias]\n\n        split_dimensions += [1, 3, 4, 3]\n        scale_inits += [cfg.model.opacity_scale, \n                        cfg.model.scale_scale,\n                        1.0,\n                        5.0]\n        bias_inits += [cfg.model.opacity_bias,\n                        np.log(cfg.model.scale_bias),\n                        0.0,\n                        0.0]\n\n        if cfg.model.max_sh_degree != 0:\n            sh_num = (cfg.model.max_sh_degree + 1) ** 2 - 1\n            sh_num_rgb = sh_num * 3\n            split_dimensions.append(sh_num_rgb)\n            scale_inits.append(cfg.model.sh_scale)\n            bias_inits.append(0.0)\n        if not cfg.model.one_gauss_decoder:\n            break\n\n    return split_dimensions, scale_inits, bias_inits, \n\n\nclass GaussianDecoder(nn.Module):\n    \"\"\"transfer the predicted features into the gaussian parameters\"\"\"\n    def __init__(self, cfg):\n        super().__init__()\n\n        self.cfg = cfg\n        self.scaling_activation = torch.exp\n        self.opacity_activation = torch.sigmoid\n        self.rotation_activation = torch.nn.functional.normalize\n        self.scaling_lambda = cfg.model.scale_lambda\n        self.sigmoid = nn.Sigmoid()\n\n    def forward(self, x, split_dimensions=[3,1,3,4,3,9]):\n        \"\"\"split the gaussian parameters (default)\n        offset: 3 channel\n        opacity: 1 channel\n        scale: 3 channel\n        rotation: 4 channel\n        color: 3 channel\n        sh_feature: 9 channel\n        \"\"\"\n        outputs = x.split(split_dimensions, dim=1)\n        \n        offset_list = []\n        opacity_list = []\n        scaling_list = []\n        rotation_list = []\n        feat_dc_list = []\n        feat_rest_list = []\n\n        for i in range(self.cfg.model.gaussians_per_pixel):\n            if self.cfg.model.predict_offset and self.cfg.model.max_sh_degree != 0:\n                offset_s, opacity_s, scaling_s, rotation_s, feat_dc_s, features_rest_s = outputs[i*6:(i+1)*6]\n                offset_list.append(offset_s[:, None, ...])\n                feat_rest_list.append(features_rest_s[:, None, ...])\n            elif self.cfg.model.predict_offset:\n                offset_s, opacity_s, scaling_s, rotation_s, feat_dc_s = outputs[i*5:(i+1)*5]\n                offset_list.append(offset_s[:, None, ...])\n            elif self.cfg.model.max_sh_degree != 0:\n                opacity_s, scaling_s, rotation_s, feat_dc_s, features_rest_s = outputs[i*5:(i+1)*5]\n                feat_rest_list.append(features_rest_s[:, None, ...])\n            else:\n                opacity_s, scaling_s, rotation_s, feat_dc_s = outputs[i*4:(i+1)*4]\n            opacity_list.append(opacity_s[:, None, ...])\n            scaling_list.append(scaling_s[:, None, ...])\n            rotation_list.append(rotation_s[:, None, ...])\n            feat_dc_list.append(feat_dc_s[:, None, ...])\n            if not self.cfg.model.one_gauss_decoder:\n                break\n        \n        # squeezing will remove dimension if there is only one gaussian per pixel\n        opacity = torch.cat(opacity_list, dim=1)\n        scaling = torch.cat(scaling_list, dim=1)\n        rotation = torch.cat(rotation_list, dim=1)\n        feat_dc = torch.cat(feat_dc_list, dim=1)\n\n        out = {\n            \"gauss_opacity\": self.opacity_activation(opacity),\n            \"gauss_scaling\": self.scaling_activation(scaling) * self.scaling_lambda,\n            \"gauss_rotation\": self.rotation_activation(rotation, dim=-3),\n            \"gauss_features_dc\": feat_dc,\n        }\n\n        if self.cfg.model.predict_offset:\n            offset = torch.cat(offset_list, dim=1)\n            out[\"gauss_offset\"] = offset\n        if self.cfg.model.max_sh_degree != 0:\n            features_rest = torch.cat(feat_rest_list, dim=1)\n            out[\"gauss_features_rest\"] = features_rest\n\n        return out"
  },
  {
    "path": "models/decoder/resnet_decoder.py",
    "content": "import torch\nimport numpy as np\nfrom einops import rearrange\nfrom collections import OrderedDict\n\nfrom models.encoder.layers import *\nfrom models.decoder.gaussian_decoder import get_splits_and_inits, GaussianDecoder\n\n\nclass ResnetDecoder(nn.Module):\n    \"\"\"Pytorch module for a resnet decoder\"\"\"\n    def __init__(self, cfg, num_ch_enc, use_skips=True):\n        super().__init__()\n\n        self.cfg = cfg\n        self.use_skips = use_skips\n        self.num_ch_enc = num_ch_enc\n        self.num_ch_dec = np.array(cfg.model.backbone.num_ch_dec)\n\n        self.split_dimensions, scales, biases = get_splits_and_inits(cfg)\n        self.num_output_channels = sum(self.split_dimensions)\n\n        # decoder\n        self.convs = OrderedDict()\n        for i in range(4, -1, -1):\n            # upconv_0\n            num_ch_in = self.num_ch_enc[-1] if i == 4 else self.num_ch_dec[i + 1]\n            num_ch_out = self.num_ch_dec[i]\n            self.convs[(\"upconv\", i, 0)] = ConvBlock(num_ch_in, num_ch_out)\n\n            # upconv_1\n            num_ch_in = self.num_ch_dec[i]\n            if self.use_skips and i > 0:\n                num_ch_in += self.num_ch_enc[i - 1]\n            num_ch_out = self.num_ch_dec[i]\n            self.convs[(\"upconv\", i, 1)] = ConvBlock(num_ch_in, num_ch_out)\n\n        self.decoder = nn.ModuleList(list(self.convs.values()))\n        self.out = nn.Conv2d(self.num_ch_dec[0], self.num_output_channels, 1)\n\n        # gaussian parameters initialisation\n        start_channel = 0\n        for out_channel, scale, bias in zip(self.split_dimensions, scales, biases):\n            nn.init.xavier_uniform_(\n                self.out.weight[start_channel:start_channel+out_channel,\n                                :, :, :], scale)\n            nn.init.constant_(\n                self.out.bias[start_channel:start_channel+out_channel], bias)\n            start_channel += out_channel\n\n        # gaussian parameters activation\n        self.gaussian_decoder = GaussianDecoder(cfg)\n\n    def forward(self, input_features):\n        x = input_features[-1]\n        for i in range(4, -1, -1):\n            x = self.convs[(\"upconv\", i, 0)](x)\n            x = [upsample(x, mode=self.cfg.model.backbone.upsample_mode)]\n            if self.use_skips and i > 0:\n                x += [input_features[i - 1]]\n            x = torch.cat(x, dim=1)\n            x = self.convs[(\"upconv\", i, 1)](x)\n        \n        x = self.out(x)\n        out = self.gaussian_decoder(x, self.split_dimensions)\n\n        return out\n\n\nclass ResnetDepthDecoder(nn.Module):\n    \"\"\"Pytorch module for a resnet depth decoder\"\"\"\n    def __init__(self, cfg, num_ch_enc, use_skips=True):\n        super().__init__()\n        \n        self.cfg = cfg\n        self.scales = cfg.model.scales\n        self.use_skips = use_skips\n        self.num_ch_enc = num_ch_enc\n        self.num_ch_dec = np.array([16, 32, 64, 128, 256])\n\n        self.num_output_channels = cfg.model.gaussians_per_pixel - 1 if \"unidepth\" in cfg.model.name else cfg.model.gaussians_per_pixel\n\n        # decoder\n        self.convs = OrderedDict()\n        for i in range(4, -1, -1):\n            # upconv_0\n            num_ch_in = self.num_ch_enc[-1] if i == 4 else self.num_ch_dec[i + 1]\n            num_ch_out = self.num_ch_dec[i]\n            self.convs[(\"upconv\", i, 0)] = ConvBlock(num_ch_in, num_ch_out)\n\n            # upconv_1\n            num_ch_in = self.num_ch_dec[i]\n            if self.use_skips and i > 0:\n                num_ch_in += self.num_ch_enc[i - 1]\n            num_ch_out = self.num_ch_dec[i]\n            self.convs[(\"upconv\", i, 1)] = ConvBlock(num_ch_in, num_ch_out)\n\n        for s in self.scales:\n            out = Conv3x3(self.num_ch_dec[s], self.num_output_channels)\n            self.convs[(\"outconv\", s)] = out\n            nn.init.xavier_uniform_(out.conv.weight, cfg.model.depth_scale)\n            nn.init.constant_(out.conv.bias, cfg.model.depth_bias)\n\n        self.decoder = nn.ModuleList(list(self.convs.values()))\n        \n        # depth activation function\n        if cfg.model.depth_type in [\"disp\", \"disp_inc\"]:\n            self.activate = nn.Sigmoid()\n        elif cfg.model.depth_type == \"depth\":\n            self.activate = nn.Softplus()\n        elif cfg.model.depth_type == \"depth_inc\":\n            self.activate = torch.exp\n\n    def forward(self, input_features):\n        outputs = {}\n        x = input_features[-1]\n        for i in range(4, -1, -1):\n            x = self.convs[(\"upconv\", i, 0)](x)\n            x = [upsample(x, mode=self.cfg.model.backbone.upsample_mode)]\n            if self.use_skips and i > 0:\n                x += [input_features[i - 1]]\n            x = torch.cat(x, dim=1)\n            x = self.convs[(\"upconv\", i, 1)](x)\n            if i in self.scales:         \n                output = self.convs[(\"outconv\", i)](x)\n                if self.cfg.model.depth_type == \"depth_inc\":\n                    output = torch.clamp(output, min=-10.0, max=6.0)\n                output = rearrange(self.activate(output), \"b (n c) ... -> (b n) c ...\", n=self.num_output_channels)\n                if self.cfg.model.depth_type in [\"disp\", \"disp_inc\"]:\n                    output = disp_to_depth(output, self.cfg.model.min_depth, self.cfg.model.max_depth)\n                outputs[(\"depth\", i)] = output\n        return outputs"
  },
  {
    "path": "models/encoder/layers.py",
    "content": "import torch\nimport torch.nn as nn\nimport torch.nn.functional as F\nimport numpy as np\n\ndef disp_to_depth(disp, min_depth, max_depth):\n    \"\"\"Convert network's sigmoid output into depth prediction\n    The formula for this conversion is given in the 'additional considerations'\n    section of the paper.\n    \"\"\"\n    min_disp = 1 / max_depth\n    max_disp = 1 / min_depth\n    scaled_disp = min_disp + (max_disp - min_disp) * disp\n    depth = 1 / scaled_disp\n    return scaled_disp, depth\n\n\ndef upsample(x, mode=\"nearest\"):\n    \"\"\"Upsample input tensor by a factor of 2\n    \"\"\"\n    return F.interpolate(x, scale_factor=2, mode=mode)\n\n\nclass Conv3x3(nn.Module):\n    \"\"\"Layer to pad and convolve input\n    \"\"\"\n    def __init__(self, in_channels, out_channels, use_refl=True):\n        super(Conv3x3, self).__init__()\n\n        if use_refl:\n            self.pad = nn.ReflectionPad2d(1)\n        else:\n            self.pad = nn.ZeroPad2d(1)\n        self.conv = nn.Conv2d(int(in_channels), int(out_channels), 3)\n\n    def forward(self, x):\n        out = self.pad(x)\n        out = self.conv(out)\n        return out\n\n\nclass ConvBlock(nn.Module):\n    \"\"\"Layer to perform a convolution followed by ELU\n    \"\"\"\n    def __init__(self, in_channels, out_channels):\n        super(ConvBlock, self).__init__()\n\n        self.conv = Conv3x3(in_channels, out_channels)\n        self.nonlin = nn.ELU(inplace=True)\n\n    def forward(self, x):\n        out = self.conv(x)\n        out = self.nonlin(out)\n        return out\n    \n\nclass BackprojectDepth(nn.Module):\n    \"\"\"Layer to transform a depth image into a point cloud\n    \"\"\"\n    def __init__(self, batch_size, height, width, shift_rays_half_pixel=0):\n        super(BackprojectDepth, self).__init__()\n\n        self.batch_size = batch_size\n        self.height = height\n        self.width = width\n\n        meshgrid = np.meshgrid(range(self.width), range(self.height), indexing='xy')\n        id_coords = np.stack(meshgrid, axis=0).astype(np.float32)\n        id_coords = torch.from_numpy(id_coords)\n\n        ones = torch.ones(self.batch_size, 1, self.height * self.width)\n\n        pix_coords = torch.unsqueeze(torch.stack(\n            [id_coords[0].view(-1), id_coords[1].view(-1)], 0), 0)\n        pix_coords = pix_coords.repeat(batch_size, 1, 1)\n        pix_coords = torch.cat([pix_coords + shift_rays_half_pixel, \n                                ones], 1)\n        self.register_buffer(\"pix_coords\", pix_coords)\n        self.register_buffer(\"id_coords\", id_coords)\n        self.register_buffer(\"ones\", ones)\n        # self.pix_coords = pix_coords\n        # self.ones = ones\n\n    def forward(self, depth, inv_K):\n        cam_points = torch.matmul(inv_K[:, :3, :3], self.pix_coords.to(depth.device))\n        cam_points = depth.view(self.batch_size, 1, -1) * cam_points\n        cam_points = torch.cat([cam_points, self.ones.to(depth.device)], 1)\n\n        return cam_points\n    \n    \nclass Project3D(nn.Module):\n    \"\"\"Layer which projects 3D points into a camera with intrinsics K and at position T\n    \"\"\"\n    def __init__(self, batch_size, height, width, eps=1e-7):\n        super(Project3D, self).__init__()\n\n        self.batch_size = batch_size\n        self.height = height\n        self.width = width\n        self.eps = eps\n\n    def forward(self, points, K, T=None):\n        if T is None:\n            P = K\n        else:\n            P = torch.matmul(K, T)\n        P = P[:, :3, :]\n\n        cam_points = torch.matmul(P, points)\n\n        pix_coords = cam_points[:, :2, :] / (cam_points[:, 2, :].unsqueeze(1) + self.eps)\n        pix_coords = pix_coords.view(self.batch_size, 2, self.height, self.width)\n        pix_coords = pix_coords.permute(0, 2, 3, 1)\n        pix_coords[..., 0] /= self.width - 1\n        pix_coords[..., 1] /= self.height - 1\n        pix_coords = (pix_coords - 0.5) * 2\n        return pix_coords\n\n\nclass Project3DSimple(nn.Module):\n    \"\"\"Layer which projects 3D points into a camera with intrinsics K and at position T\n    \"\"\"\n    def __init__(self, batch_size, height, width, eps=1e-7):\n        super(Project3DSimple, self).__init__()\n\n        self.batch_size = batch_size\n        self.height = height\n        self.width = width\n        self.eps = eps\n\n    def forward(self, points, K):\n        K = K[:, :3, :]\n\n        cam_points = torch.matmul(K, points)\n\n        pix_coords = cam_points[:, :2, :] / (cam_points[:, 2, :].unsqueeze(1) + self.eps)\n        pix_coords = pix_coords.view(self.batch_size, 2, self.height, self.width)\n        pix_coords = pix_coords.permute(0, 2, 3, 1)\n        return pix_coords\n    \n\nclass SSIM(nn.Module):\n    \"\"\"Layer to compute the SSIM loss between a pair of images\n    \"\"\"\n    def __init__(self):\n        super(SSIM, self).__init__()\n        self.mu_x_pool   = nn.AvgPool2d(3, 1)\n        self.mu_y_pool   = nn.AvgPool2d(3, 1)\n        self.sig_x_pool  = nn.AvgPool2d(3, 1)\n        self.sig_y_pool  = nn.AvgPool2d(3, 1)\n        self.sig_xy_pool = nn.AvgPool2d(3, 1)\n\n        self.refl = nn.ReflectionPad2d(1)\n\n        self.C1 = 0.01 ** 2\n        self.C2 = 0.03 ** 2\n\n    def forward(self, x, y):\n        x = self.refl(x)\n        y = self.refl(y)\n\n        mu_x = self.mu_x_pool(x)\n        mu_y = self.mu_y_pool(y)\n\n        sigma_x  = self.sig_x_pool(x ** 2) - mu_x ** 2\n        sigma_y  = self.sig_y_pool(y ** 2) - mu_y ** 2\n        sigma_xy = self.sig_xy_pool(x * y) - mu_x * mu_y\n\n        SSIM_n = (2 * mu_x * mu_y + self.C1) * (2 * sigma_xy + self.C2)\n        SSIM_d = (mu_x ** 2 + mu_y ** 2 + self.C1) * (sigma_x + sigma_y + self.C2)\n\n        return torch.clamp((1 - SSIM_n / SSIM_d) / 2, 0, 1)"
  },
  {
    "path": "models/encoder/resnet_encoder.py",
    "content": "# Copyright Niantic 2019. Patent Pending. All rights reserved.\n#\n# This software is licensed under the terms of the Monodepth2 licence\n# which allows for non-commercial use only, the full terms of which are made\n# available in the LICENSE file.\n\nimport numpy as np\n\nimport torch\nimport torch.nn as nn\nimport torchvision.models as models\n\n\nRESNETS = {18: (models.resnet18, models.ResNet18_Weights.IMAGENET1K_V1),\n           50: (models.resnet50, models.ResNet50_Weights.IMAGENET1K_V2)}\n\n\nclass ResNetMultiImageInput(models.ResNet):\n    \"\"\"Constructs a resnet model with varying number of input images.\n    Adapted from https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py\n    \"\"\"\n    def __init__(self, block, layers, num_classes=1000, num_input_images=1):\n        super(ResNetMultiImageInput, self).__init__(block, layers)\n        self.inplanes = 64\n        self.conv1 = nn.Conv2d(\n            num_input_images * 3, 64, kernel_size=7, stride=2, padding=3, bias=False)\n        self.bn1 = nn.BatchNorm2d(64)\n        self.relu = nn.ReLU(inplace=True)\n        self.maxpool = nn.MaxPool2d(kernel_size=3, stride=2, padding=1)\n        self.layer1 = self._make_layer(block, 64, layers[0])\n        self.layer2 = self._make_layer(block, 128, layers[1], stride=2)\n        self.layer3 = self._make_layer(block, 256, layers[2], stride=2)\n        self.layer4 = self._make_layer(block, 512, layers[3], stride=2)\n\n        for m in self.modules():\n            if isinstance(m, nn.Conv2d):\n                nn.init.kaiming_normal_(m.weight, mode='fan_out', nonlinearity='relu')\n            elif isinstance(m, nn.BatchNorm2d):\n                nn.init.constant_(m.weight, 1)\n                nn.init.constant_(m.bias, 0)\n\n\ndef resnet_multiimage_input(num_layers, pretrained=False, num_input_images=1):\n    \"\"\"Constructs a ResNet model.\n    Args:\n        num_layers (int): Number of resnet layers. Must be 18 or 50\n        pretrained (bool): If True, returns a model pre-trained on ImageNet\n        num_input_images (int): Number of frames stacked as input\n    \"\"\"\n    assert num_layers in [18, 50], \"Can only run with 18 or 50 layer resnet\"\n    blocks = {18: [2, 2, 2, 2], 50: [3, 4, 6, 3]}[num_layers]\n    block_type = {18: models.resnet.BasicBlock, 50: models.resnet.Bottleneck}[num_layers]\n    model = ResNetMultiImageInput(block_type, blocks, num_input_images=num_input_images)\n    model, weigths = RESNETS[num_layers]\n\n    if pretrained:\n        loaded = torch.hub.load_state_dict_from_url(weigths.url)\n        loaded['conv1.weight'] = torch.cat(\n            [loaded['conv1.weight']] * num_input_images, 1) / num_input_images\n        model.load_state_dict(loaded)\n    return model\n\n\nclass ResnetEncoder(nn.Module):\n    \"\"\"Pytorch module for a resnet encoder\n    \"\"\"\n    def __init__(self, num_layers, pretrained, bn_order, num_input_images=1):\n        super(ResnetEncoder, self).__init__()\n\n        self.num_ch_enc = np.array([64, 64, 128, 256, 512])\n        self.bn_order = bn_order\n\n        if num_layers not in RESNETS:\n            raise ValueError(\"{} is not a valid number of resnet layers\".format(num_layers))\n\n        if num_input_images > 1:\n            self.encoder = resnet_multiimage_input(num_layers, pretrained, num_input_images)\n        else:\n            model, weights = RESNETS[num_layers]\n            self.encoder = model(weights=weights)\n\n        if num_layers > 34:\n            self.num_ch_enc[1:] *= 4\n\n    def forward(self, input_image):\n        encoder = self.encoder\n        features = []\n        x = (input_image - 0.45) / 0.225\n        x = encoder.conv1(x)\n\n        if self.bn_order == \"pre_bn\":\n            # Concatenating pre-norm features allows us to \n            # keep the scale and shift of RGB colours \n            # and recover them at output\n            features.append(x)\n            x = encoder.bn1(x)\n            x = encoder.relu(x)\n        elif self.bn_order == \"monodepth\":\n            # Batchnorm gets rid of constants due to colour shift\n            # will make the network not able to recover absolute colour shift\n            # of the input image\n            x = encoder.bn1(x)\n            x = encoder.relu(x)\n            features.append(x)\n        else:\n            assert False\n\n        features.append(encoder.layer1(encoder.maxpool(x)))\n        features.append(encoder.layer2(features[-1]))\n        features.append(encoder.layer3(features[-1]))\n        features.append(encoder.layer4(features[-1]))\n\n        return features"
  },
  {
    "path": "models/encoder/unidepth_encoder.py",
    "content": "import torch\nimport torch.nn as nn\nimport torch.nn.functional as F\n\nfrom einops import rearrange\nfrom models.encoder.resnet_encoder import ResnetEncoder\nfrom models.decoder.resnet_decoder import ResnetDecoder, ResnetDepthDecoder\n\nclass UniDepthExtended(nn.Module):\n    def __init__(self, cfg):\n        super().__init__()\n\n        self.cfg = cfg\n        self.unidepth = torch.hub.load(\n            \"lpiccinelli-eth/UniDepth\", \"UniDepth\", version=cfg.model.depth.version, \n            backbone=cfg.model.depth.backbone, pretrained=True, trust_repo=True, \n            force_reload=True\n        )\n\n        self.parameters_to_train = []\n        if cfg.model.backbone.name == \"resnet\":\n            self.encoder = ResnetEncoder(\n                num_layers=cfg.model.backbone.num_layers,\n                pretrained=cfg.model.backbone.weights_init == \"pretrained\",\n                bn_order=cfg.model.backbone.resnet_bn_order,\n            )\n            # change encoder to take depth as conditioning\n            if cfg.model.backbone.depth_cond:\n                self.encoder.encoder.conv1 = nn.Conv2d(\n                    4,\n                    self.encoder.encoder.conv1.out_channels,\n                    kernel_size = self.encoder.encoder.conv1.kernel_size,\n                    padding = self.encoder.encoder.conv1.padding,\n                    stride = self.encoder.encoder.conv1.stride\n                )\n            self.parameters_to_train += [{\"params\": self.encoder.parameters()}]\n            models = {}\n            if cfg.model.gaussians_per_pixel > 1:\n                models[\"depth\"] = ResnetDepthDecoder(cfg=cfg, num_ch_enc=self.encoder.num_ch_enc)\n                self.parameters_to_train +=[{\"params\": models[\"depth\"].parameters()}]\n            for i in range(cfg.model.gaussians_per_pixel):\n                models[\"gauss_decoder_\"+str(i)] = ResnetDecoder(cfg=cfg,num_ch_enc=self.encoder.num_ch_enc)\n                self.parameters_to_train += [{\"params\": models[\"gauss_decoder_\"+str(i)].parameters()}]\n                if cfg.model.one_gauss_decoder:\n                    break\n            self.models = nn.ModuleDict(models)\n\n    def get_parameter_groups(self):\n        # only the resnet encoder and gaussian parameter decoder are optimisable\n        return self.parameters_to_train\n    \n    def forward(self, inputs):\n        # prediting the depth for the first layer with pre-trained depth\n        if ('unidepth', 0, 0) in inputs.keys() and inputs[('unidepth', 0, 0)] is not None:\n            depth_outs = dict()\n            depth_outs[\"depth\"] = inputs[('unidepth', 0, 0)]\n        else:\n            with torch.no_grad():\n                intrinsics = inputs[(\"K_src\", 0)] if (\"K_src\", 0) in inputs.keys() else None\n                depth_outs = self.unidepth.infer(inputs[\"color_aug\", 0, 0], intrinsics=intrinsics)\n        outputs_gauss = {}\n\n        outputs_gauss[(\"K_src\", 0)] = inputs[(\"K_src\", 0)] if (\"K_src\", 0) in inputs.keys() else depth_outs[\"intrinsics\"]\n        outputs_gauss[(\"inv_K_src\", 0)] = torch.linalg.inv(outputs_gauss[(\"K_src\", 0)])\n\n        if self.cfg.model.backbone.depth_cond:\n            # division by 20 is to put depth in a similar range to RGB\n            input = torch.cat([inputs[\"color_aug\", 0, 0], depth_outs[\"depth\"] / 20.0], dim=1)\n        else:\n            input = inputs[\"color_aug\", 0, 0]\n        encoded_features = self.encoder(input)\n        # predict multiple gaussian depths\n        if self.cfg.model.gaussians_per_pixel > 1:\n            depth = self.models[\"depth\"](encoded_features)\n            depth[(\"depth\", 0)] = rearrange(depth[(\"depth\", 0)], \"(b n) ... -> b n ...\", n=self.cfg.model.gaussians_per_pixel - 1)\n            depth[(\"depth\", 0)] = torch.cumsum(torch.cat((depth_outs[\"depth\"][:,None,...], depth[(\"depth\", 0)]), dim=1), dim=1)\n            outputs_gauss[(\"depth\", 0)] = rearrange(depth[(\"depth\", 0)], \"b n c ... -> (b n) c ...\", n = self.cfg.model.gaussians_per_pixel)\n        else:\n            outputs_gauss[(\"depth\", 0)] = depth_outs[\"depth\"]\n        # predict multiple gaussian parameters\n        gauss_outs = dict()\n        for i in range(self.cfg.model.gaussians_per_pixel):\n            outs = self.models[\"gauss_decoder_\"+str(i)](encoded_features)\n            if self.cfg.model.one_gauss_decoder:\n                gauss_outs |= outs\n                break\n            else:\n                for key, v in outs.items():\n                    gauss_outs[key] = outs[key] if i==0 else torch.cat([gauss_outs[key], outs[key]], dim=1)\n        for key, v in gauss_outs.items():\n            gauss_outs[key] = rearrange(gauss_outs[key], 'b n ... -> (b n) ...')\n        outputs_gauss |= gauss_outs\n\n        return outputs_gauss"
  },
  {
    "path": "models/model.py",
    "content": "import torch\nimport logging\nimport time\nimport torch.nn as nn\n\nfrom pathlib import Path\nfrom einops import rearrange\n\nfrom models.encoder.layers import BackprojectDepth\nfrom models.decoder.gauss_util import focal2fov, getProjectionMatrix, K_to_NDC_pp, render_predicted\nfrom misc.util import add_source_frame_id\nfrom misc.depth import estimate_depth_scale, estimate_depth_scale_ransac\n\ndef default_param_group(model):\n    return [{'params': model.parameters()}]\n\n\ndef to_device(inputs, device):\n    for key, ipt in inputs.items():\n        if isinstance(ipt, torch.Tensor):\n            inputs[key] = ipt.to(device)\n    return inputs\n\n\nclass GaussianPredictor(nn.Module):\n    def __init__(self, cfg):\n        super().__init__()\n\n        self.cfg = cfg\n        # checking height and width are multiples of 32\n        assert cfg.dataset.width % 32 == 0 and cfg.dataset.height % 32 == 0, \"'width' and 'height' must be a multiple of 32\"\n\n        models = {}\n        self.parameters_to_train = []\n\n        # define the model\n        if \"unidepth\" in cfg.model.name:\n            from models.encoder.unidepth_encoder import UniDepthExtended\n            models[\"unidepth_extended\"] = UniDepthExtended(cfg)\n            self.parameters_to_train += models[\"unidepth_extended\"].get_parameter_groups()\n\n        self.models = nn.ModuleDict(models)\n        self.set_backproject()\n\n    def set_backproject(self):\n        cfg = self.cfg\n        backproject_depth = {}\n        H = cfg.dataset.height\n        W = cfg.dataset.width\n        for scale in cfg.model.scales:\n            h = H // (2 ** scale)\n            w = W // (2 ** scale)\n            if cfg.model.shift_rays_half_pixel == \"zero\":\n                shift_rays_half_pixel = 0\n            elif cfg.model.shift_rays_half_pixel == \"forward\":\n                shift_rays_half_pixel = 0.5\n            elif cfg.model.shift_rays_half_pixel == \"backward\":\n                shift_rays_half_pixel = -0.5\n            else:\n                raise NotImplementedError\n            backproject_depth[str(scale)] = BackprojectDepth(\n                cfg.data_loader.batch_size * cfg.model.gaussians_per_pixel, \n                # backprojection can be different if padding was used\n                h + 2 * self.cfg.dataset.pad_border_aug, \n                w + 2 * self.cfg.dataset.pad_border_aug,\n                shift_rays_half_pixel=shift_rays_half_pixel\n            )\n        self.backproject_depth = nn.ModuleDict(backproject_depth)\n\n    def target_frame_ids(self, inputs):\n        return inputs[\"target_frame_ids\"]\n    \n    def all_frame_ids(self, inputs):\n        return add_source_frame_id(self.target_frame_ids(inputs))\n\n    def set_train(self):\n        \"\"\"Convert all models to training mode\n        \"\"\"\n        for m in self.models.values():\n            m.train()\n        self._is_train = True\n\n    def set_eval(self):\n        \"\"\"Convert all models to testing/evaluation mode\n        \"\"\"\n        for m in self.models.values():\n            m.eval()\n        self._is_train = False\n\n    def is_train(self):\n        return self._is_train\n    \n    def forward(self, inputs):\n        cfg = self.cfg\n        if \"unidepth\" in cfg.model.name:\n            outputs = self.models[\"unidepth_extended\"](inputs)\n        \n        self.compute_gauss_means(inputs, outputs)\n\n        if cfg.model.gaussian_rendering:\n            self.process_gt_poses(inputs, outputs)\n            self.render_images(inputs, outputs)\n\n        return outputs\n    \n    def compute_gauss_means(self, inputs, outputs):\n        cfg = self.cfg\n        scale = self.cfg.model.scales[0]\n        depth = outputs[('depth', scale)]\n        B, _, H, W = depth.shape\n        inv_K = outputs[(\"inv_K_src\", scale)]\n        if self.cfg.model.gaussians_per_pixel > 1:\n            inv_K = rearrange(inv_K[:,None,...].\n                              repeat(1, self.cfg.model.gaussians_per_pixel, 1, 1),\n                              'b n ... -> (b n) ...')\n        # back project depth to world splace\n        xyz = self.backproject_depth[str(scale)](depth, inv_K)\n        if cfg.model.predict_offset:\n            offset = outputs[\"gauss_offset\"]\n            if cfg.model.scaled_offset:\n                offset = offset * depth.detach()\n            offset = offset.view(B, 3, -1)\n            zeros = torch.zeros(B, 1, H * W, device=depth.device)\n            offset = torch.cat([offset, zeros], 1)\n            xyz = xyz + offset # [B, 4, W*H]\n        inputs[(\"inv_K_src\", scale)] = inv_K\n        outputs[\"gauss_means\"] = xyz\n\n    @torch.no_grad()\n    def process_gt_poses(self, inputs, outputs):\n        cfg = self.cfg\n        keyframe = 0\n        for f_i in self.target_frame_ids(inputs):\n            if (\"T_c2w\", f_i) not in inputs:\n                continue\n            T_0 = inputs[(\"T_c2w\", keyframe)]\n            T_i = inputs[(\"T_c2w\", f_i)]\n            if (\"T_w2c\", keyframe) in inputs.keys():\n                T_0_inv = inputs[(\"T_w2c\", keyframe)]\n            else:\n                T_0_inv = torch.linalg.inv(T_0.float())\n            if (\"T_w2c\", f_i) in inputs.keys():\n                T_i_inv = inputs[(\"T_w2c\", f_i)]\n            else:\n                T_i_inv = torch.linalg.inv(T_i.float())\n\n            if T_i_inv.dtype == torch.float16 and T_0.dtype == torch.float16:\n                outputs[(\"cam_T_cam\", 0, f_i)] = (T_i_inv @ T_0).half()\n            else:\n                outputs[(\"cam_T_cam\", 0, f_i)] = T_i_inv @ T_0\n            if T_0_inv.dtype == torch.float16 and T_i.dtype == torch.float16:\n                outputs[(\"cam_T_cam\", f_i, 0)] = (T_0_inv @ T_i).half()\n            else:\n                outputs[(\"cam_T_cam\", f_i, 0)] = T_0_inv @ T_i\n\n\n        if cfg.dataset.scale_pose_by_depth:\n            B = cfg.data_loader.batch_size\n            depth_padded = outputs[(\"depth\", 0)].detach()\n            # only use the depth in the unpadded image for scale estimation\n            depth = depth_padded[:, :, \n                                 self.cfg.dataset.pad_border_aug:depth_padded.shape[2]-self.cfg.dataset.pad_border_aug,\n                                 self.cfg.dataset.pad_border_aug:depth_padded.shape[3]-self.cfg.dataset.pad_border_aug]\n            sparse_depth = inputs[(\"depth_sparse\", 0)]\n            \n            scales = []\n            for k in range(B):\n                depth_k = depth[[k * self.cfg.model.gaussians_per_pixel], ...]\n                sparse_depth_k = sparse_depth[k]\n                if (\"scale_colmap\", 0) in inputs.keys():\n                    scale = inputs[(\"scale_colmap\", 0)][k]\n                else:\n                    if self.is_train():\n                        scale = estimate_depth_scale(depth_k, sparse_depth_k)\n                    else:\n                        scale = estimate_depth_scale_ransac(depth_k, sparse_depth_k)\n                scales.append(scale)\n            scale = torch.tensor(scales, device=depth.device).unsqueeze(dim=1)\n            outputs[(\"depth_scale\", 0)] = scale\n\n            for f_i in self.target_frame_ids(inputs):\n                T = outputs[(\"cam_T_cam\", 0, f_i)]\n                T[:, :3, 3] = T[:, :3, 3] * scale\n                outputs[(\"cam_T_cam\", 0, f_i)] = T\n                T = outputs[(\"cam_T_cam\", f_i, 0)]\n                T[:, :3, 3] = T[:, :3, 3] * scale\n                outputs[(\"cam_T_cam\", f_i, 0)] = T\n\n    def render_images(self, inputs, outputs):\n        \"\"\"Generate the warped (reprojected) color images for a minibatch.\n        Generated images are saved into the `outputs` dictionary.\n        \"\"\"\n        cfg = self.cfg\n        B, _, H, W = inputs[\"color\", 0, 0].shape\n        for scale in [0]: #cfg.model.scales:\n            pos_input_frame = outputs[\"gauss_means\"].float()\n            K = inputs[(\"K_tgt\", 0)]\n            device = pos_input_frame.device\n            dtype = pos_input_frame.dtype\n\n            frame_ids = self.all_frame_ids(inputs)\n\n            for frame_id in frame_ids:\n                if frame_id == 0:\n                    T = torch.eye(4, dtype=dtype, device=device).unsqueeze(0).repeat(B, 1, 1)\n                else:\n                    if ('cam_T_cam', 0, frame_id) not in outputs:\n                        continue\n                    T = outputs[('cam_T_cam', 0, frame_id)]\n                \n                if cfg.train.use_gt_poses:\n                    pos = pos_input_frame\n                else:\n                    P = rearrange(T[:, :3, :][:, None, ...].repeat(1, self.cfg.model.gaussians_per_pixel, 1, 1),\n                                  'b n ... -> (b n) ...')\n                    pos = torch.matmul(P, pos_input_frame)\n                \n                point_clouds = {\n                    \"xyz\": rearrange(pos[:, :3, :], \"(b n) c l -> b (n l) c\", n=self.cfg.model.gaussians_per_pixel),\n                    \"opacity\": rearrange(outputs[\"gauss_opacity\"], \"(b n) c h w -> b (n h w) c\", n=self.cfg.model.gaussians_per_pixel),\n                    \"scaling\": rearrange(outputs[\"gauss_scaling\"], \"(b n) c h w -> b (n h w) c\", n=self.cfg.model.gaussians_per_pixel),\n                    \"rotation\": rearrange(outputs[\"gauss_rotation\"], \"(b n) c h w -> b (n h w) c\", n=self.cfg.model.gaussians_per_pixel),\n                    \"features_dc\": rearrange(outputs[\"gauss_features_dc\"], \"(b n) c h w -> b (n h w) 1 c\", n=self.cfg.model.gaussians_per_pixel)\n                }\n                if cfg.model.max_sh_degree > 0:\n                    point_clouds[\"features_rest\"] = rearrange(outputs[\"gauss_features_rest\"], \"(b n) (sh c) h w -> b (n h w) sh c\", c=3, n=self.cfg.model.gaussians_per_pixel)\n\n                rgbs = []\n                depths = []\n\n                for b in range(B):\n                    # get camera projection matrix\n                    if cfg.dataset.name in [\"kitti\", \"nyuv2\", \"waymo\"]:\n                        K_tgt = inputs[(\"K_tgt\", 0)]\n                    else:\n                        K_tgt = inputs[(\"K_tgt\", frame_id)]\n                    focals_pixels = torch.diag(K_tgt[b])[:2]\n                    fovY = focal2fov(focals_pixels[1].item(), H)\n                    fovX = focal2fov(focals_pixels[0].item(), W)\n                    if cfg.dataset.name in [\"co3d\", \"re10k\", \"mixed\"]:\n                        px_NDC, py_NDC = 0, 0\n                    else:\n                        px_NDC, py_NDC = K_to_NDC_pp(Kx=K_tgt[b][0, 2], Ky=K_tgt[b][1, 2], H=H, W=W)\n                    proj_mtrx = getProjectionMatrix(cfg.dataset.znear, cfg.dataset.zfar, fovX, fovY, pX=px_NDC, pY=py_NDC).to(device)\n                    world_view_transform = T[b].transpose(0, 1).float()\n                    camera_center = (-world_view_transform[3, :3] @ world_view_transform[:3, :3].transpose(0, 1)).float()\n                    proj_mtrx = proj_mtrx.transpose(0, 1).float() # [4, 4]\n                    full_proj_transform = (world_view_transform@proj_mtrx).float()\n                    # use random background for the better opacity learning\n                    if cfg.model.randomise_bg_colour and self.is_train():\n                        bg_color = torch.rand(3, dtype=dtype, device=device)\n                    else:\n                        bg_color = torch.tensor(cfg.model.bg_colour, dtype=dtype, device=device)\n\n                    pc = {k: v[b].contiguous().float() for k, v in point_clouds.items()}\n\n                    out = render_predicted(\n                        cfg,\n                        pc,\n                        world_view_transform,\n                        full_proj_transform,\n                        proj_mtrx,\n                        camera_center,\n                        (fovX, fovY),\n                        (H, W),\n                        bg_color,\n                        cfg.model.max_sh_degree\n                    )\n                    rgb = out[\"render\"]\n                    rgbs.append(rgb)\n                    if \"depth\" in out:\n                        depths.append(out[\"depth\"])\n                \n                rbgs = torch.stack(rgbs, dim=0)\n                outputs[(\"color_gauss\", frame_id, scale)] = rbgs\n\n                if \"depth\" in out:\n                    depths = torch.stack(depths, dim=0)\n                    outputs[(\"depth_gauss\", frame_id, scale)] = depths\n    \n    def checkpoint_dir(self):\n        return Path(\"checkpoints\")\n\n    def save_model(self, optimiser, step, ema=None):\n        \"\"\"save model weights to disk\"\"\"\n        save_folder = self.checkpoint_dir()\n        save_folder.mkdir(exist_ok=True, parents=True)\n\n        save_path = save_folder / f\"model_{step:07}.pth\"\n        logging.info(f\"saving checkpoint to {str(save_path)}\")\n\n        model = ema.ema_model if ema is not None else self\n        save_dict = {\n            \"model\": model.state_dict(),\n            \"version\": \"1.0\",\n            \"optimiser\": optimiser.state_dict(),\n            \"step\": step\n        }\n        torch.save(save_dict, save_path)\n\n        num_ckpts = self.cfg.run.num_keep_ckpts\n        ckpts = sorted(list(save_folder.glob(\"model_*.pth\")), reverse=True)\n        if len(ckpts) > num_ckpts:\n            for ckpt in ckpts[num_ckpts:]:\n                ckpt.unlink()\n\n    def load_model(self, weights_path, optimiser=None, device=\"cpu\", ckpt_ids=0):\n        \"\"\"load model(s) from disk\"\"\"\n        weights_path = Path(weights_path)\n\n        if weights_path.is_dir():\n            ckpts = sorted(list(weights_path.glob(\"model_*.pth\")), reverse=True)\n            weights_path = ckpts[ckpt_ids]\n        logging.info(f\"Loading weights from {weights_path}...\")\n        state_dict = torch.load(weights_path, map_location=torch.device(device))\n        new_dict = {}\n        for k, v in state_dict[\"model\"].items():\n            if \"backproject_depth\" in k:\n                new_dict[k] = self.state_dict()[k].clone()\n            else:\n                new_dict[k] = v.clone()\n        self.load_state_dict(new_dict, strict=False)\n        \n        # loading adam state\n        if optimiser is not None:\n            optimiser.load_state_dict(state_dict[\"optimiser\"])\n            self.step = state_dict[\"step\"]\n"
  },
  {
    "path": "pyproject.toml",
    "content": "[tool.basedpyright]\n\"exclude\" = [\n    \".git\",\n    \".venv\",\n    \"__pycache__\",\n    \"experiments_out\",\n    \"exp\",\n    \"data\"\n]\n\n"
  },
  {
    "path": "requirements-torch.txt",
    "content": "numpy==1.26.4\ntorch==2.2.2\ntorchvision\ntorchaudio\nxformers==0.0.25.post1\n\n"
  },
  {
    "path": "requirements.txt",
    "content": "numpy==1.26.4\ntorch==2.2.2\ntorchvision\ntorchaudio\neinops\nhuggingface-hub>=0.22.0\nimageio\nmatplotlib\nninja\nopencv-python\npandas\nsafetensors\nscipy\ntimm\ntqdm\nwandb\nxformers==0.0.25.post1\nneptune\nscikit-image\nplyfile\ntorchmetrics\nomegaconf\nhydra-core\njaxtyping\nhydra-submitit-launcher\nsubmitit\ndiff-gaussian-rasterization @ git+https://github.com/eldar/diff-gaussian-rasterization-w-pose@main\nGitPython\nlightning\nema-pytorch\npytubefix\n"
  },
  {
    "path": "splits/eldar/test_files.txt",
    "content": "2011_09_26/2011_09_26_drive_0022_sync 247 r\n2011_09_26/2011_09_26_drive_0022_sync 278 r\n2011_09_26/2011_09_26_drive_0022_sync 446 r\n2011_09_26/2011_09_26_drive_0022_sync 462 l\n2011_09_26/2011_09_26_drive_0022_sync 163 l\n2011_09_26/2011_09_26_drive_0022_sync 522 l\n2011_09_26/2011_09_26_drive_0022_sync 419 r\n2011_09_26/2011_09_26_drive_0022_sync 422 l\n2011_09_26/2011_09_26_drive_0022_sync 664 r\n2011_09_26/2011_09_26_drive_0022_sync 547 r\n2011_09_26/2011_09_26_drive_0022_sync 50 r\n2011_09_26/2011_09_26_drive_0022_sync 5 r\n2011_09_26/2011_09_26_drive_0022_sync 262 r\n2011_09_26/2011_09_26_drive_0022_sync 58 l\n2011_09_26/2011_09_26_drive_0022_sync 374 r\n2011_09_26/2011_09_26_drive_0022_sync 204 l\n2011_09_26/2011_09_26_drive_0022_sync 196 r\n2011_09_26/2011_09_26_drive_0022_sync 172 r\n2011_09_26/2011_09_26_drive_0022_sync 541 r\n2011_09_26/2011_09_26_drive_0022_sync 198 r\n2011_09_26/2011_09_26_drive_0022_sync 789 r\n2011_09_26/2011_09_26_drive_0022_sync 784 l\n2011_09_26/2011_09_26_drive_0022_sync 526 r\n2011_09_26/2011_09_26_drive_0022_sync 166 l\n2011_09_26/2011_09_26_drive_0022_sync 383 l\n2011_09_26/2011_09_26_drive_0022_sync 460 r\n2011_09_26/2011_09_26_drive_0022_sync 45 r\n2011_09_26/2011_09_26_drive_0022_sync 644 l\n2011_09_26/2011_09_26_drive_0022_sync 442 r\n2011_09_26/2011_09_26_drive_0022_sync 210 l\n2011_09_26/2011_09_26_drive_0022_sync 15 l\n2011_09_26/2011_09_26_drive_0022_sync 527 l\n2011_09_26/2011_09_26_drive_0022_sync 280 l\n2011_09_26/2011_09_26_drive_0022_sync 127 l\n2011_09_26/2011_09_26_drive_0022_sync 171 r\n2011_09_26/2011_09_26_drive_0022_sync 310 l\n2011_09_26/2011_09_26_drive_0022_sync 138 l\n2011_09_26/2011_09_26_drive_0022_sync 97 r\n2011_09_26/2011_09_26_drive_0022_sync 223 l\n2011_09_26/2011_09_26_drive_0022_sync 530 r\n2011_09_26/2011_09_26_drive_0022_sync 230 l\n2011_09_26/2011_09_26_drive_0022_sync 111 l\n2011_09_26/2011_09_26_drive_0022_sync 250 r\n2011_09_26/2011_09_26_drive_0022_sync 772 r\n2011_09_26/2011_09_26_drive_0022_sync 395 r\n2011_09_26/2011_09_26_drive_0022_sync 139 r\n2011_09_26/2011_09_26_drive_0022_sync 521 r\n2011_09_26/2011_09_26_drive_0022_sync 353 r\n2011_09_26/2011_09_26_drive_0022_sync 207 l\n2011_09_26/2011_09_26_drive_0022_sync 459 l\n2011_09_26/2011_09_26_drive_0022_sync 630 l\n2011_09_26/2011_09_26_drive_0022_sync 82 l\n2011_09_26/2011_09_26_drive_0022_sync 737 l\n2011_09_26/2011_09_26_drive_0022_sync 9 r\n2011_09_26/2011_09_26_drive_0022_sync 48 l\n2011_09_26/2011_09_26_drive_0022_sync 358 r\n2011_09_26/2011_09_26_drive_0022_sync 470 r\n2011_09_26/2011_09_26_drive_0022_sync 531 l\n2011_09_26/2011_09_26_drive_0022_sync 767 r\n2011_09_26/2011_09_26_drive_0022_sync 370 l\n2011_09_26/2011_09_26_drive_0022_sync 645 l\n2011_09_26/2011_09_26_drive_0022_sync 8 r\n2011_09_26/2011_09_26_drive_0022_sync 571 r\n2011_09_26/2011_09_26_drive_0022_sync 693 r\n2011_09_26/2011_09_26_drive_0022_sync 363 l\n2011_09_26/2011_09_26_drive_0022_sync 595 l\n2011_09_26/2011_09_26_drive_0022_sync 715 l\n2011_09_26/2011_09_26_drive_0022_sync 653 l\n2011_09_26/2011_09_26_drive_0022_sync 498 r\n2011_09_26/2011_09_26_drive_0022_sync 34 l\n2011_09_26/2011_09_26_drive_0022_sync 84 l\n2011_09_26/2011_09_26_drive_0022_sync 244 r\n2011_09_26/2011_09_26_drive_0022_sync 374 l\n2011_09_26/2011_09_26_drive_0022_sync 543 r\n2011_09_26/2011_09_26_drive_0022_sync 300 l\n2011_09_26/2011_09_26_drive_0022_sync 469 r\n2011_09_26/2011_09_26_drive_0022_sync 387 l\n2011_09_26/2011_09_26_drive_0022_sync 597 r\n2011_09_26/2011_09_26_drive_0022_sync 64 l\n2011_09_26/2011_09_26_drive_0022_sync 45 l\n2011_09_26/2011_09_26_drive_0022_sync 124 l\n2011_09_26/2011_09_26_drive_0022_sync 299 l\n2011_09_26/2011_09_26_drive_0022_sync 741 r\n2011_09_26/2011_09_26_drive_0022_sync 128 l\n2011_09_26/2011_09_26_drive_0022_sync 655 l\n2011_09_26/2011_09_26_drive_0022_sync 560 l\n2011_09_26/2011_09_26_drive_0022_sync 264 r\n2011_09_26/2011_09_26_drive_0022_sync 71 r\n2011_09_26/2011_09_26_drive_0022_sync 626 r\n2011_09_26/2011_09_26_drive_0022_sync 413 r\n2011_09_26/2011_09_26_drive_0022_sync 493 r\n2011_09_26/2011_09_26_drive_0022_sync 748 l\n2011_09_26/2011_09_26_drive_0022_sync 631 l\n2011_09_26/2011_09_26_drive_0022_sync 107 l\n2011_09_26/2011_09_26_drive_0022_sync 728 l\n2011_09_26/2011_09_26_drive_0022_sync 525 l\n2011_09_26/2011_09_26_drive_0022_sync 76 r\n2011_09_26/2011_09_26_drive_0022_sync 151 r\n2011_09_26/2011_09_26_drive_0022_sync 94 r\n2011_09_26/2011_09_26_drive_0022_sync 650 l\n2011_09_26/2011_09_26_drive_0022_sync 793 l\n2011_09_26/2011_09_26_drive_0022_sync 440 l\n2011_09_26/2011_09_26_drive_0022_sync 241 r\n2011_09_26/2011_09_26_drive_0022_sync 717 r\n2011_09_26/2011_09_26_drive_0022_sync 475 l\n2011_09_26/2011_09_26_drive_0022_sync 671 l\n2011_09_26/2011_09_26_drive_0022_sync 775 l\n2011_09_26/2011_09_26_drive_0022_sync 281 l\n2011_09_26/2011_09_26_drive_0022_sync 764 r\n2011_09_26/2011_09_26_drive_0022_sync 662 r\n2011_09_26/2011_09_26_drive_0022_sync 746 l\n2011_09_26/2011_09_26_drive_0022_sync 301 l\n2011_09_26/2011_09_26_drive_0022_sync 706 r\n2011_09_26/2011_09_26_drive_0022_sync 391 r\n2011_09_26/2011_09_26_drive_0022_sync 702 r\n2011_09_26/2011_09_26_drive_0022_sync 571 l\n2011_09_26/2011_09_26_drive_0022_sync 265 l\n2011_09_26/2011_09_26_drive_0022_sync 724 r\n2011_09_26/2011_09_26_drive_0022_sync 720 r\n2011_09_26/2011_09_26_drive_0022_sync 160 r\n2011_09_26/2011_09_26_drive_0022_sync 151 l\n2011_09_26/2011_09_26_drive_0022_sync 692 l\n2011_09_26/2011_09_26_drive_0022_sync 52 r\n2011_09_26/2011_09_26_drive_0022_sync 690 r\n2011_09_26/2011_09_26_drive_0022_sync 59 l\n2011_09_26/2011_09_26_drive_0022_sync 252 l\n2011_09_26/2011_09_26_drive_0022_sync 477 l\n2011_09_26/2011_09_26_drive_0022_sync 706 l\n2011_09_26/2011_09_26_drive_0022_sync 47 r\n2011_09_26/2011_09_26_drive_0022_sync 719 r\n2011_09_26/2011_09_26_drive_0022_sync 592 r\n2011_09_26/2011_09_26_drive_0022_sync 109 l\n2011_09_26/2011_09_26_drive_0022_sync 601 r\n2011_09_26/2011_09_26_drive_0022_sync 783 l\n2011_09_26/2011_09_26_drive_0022_sync 611 l\n2011_09_26/2011_09_26_drive_0022_sync 222 l\n2011_09_26/2011_09_26_drive_0022_sync 95 r\n2011_09_26/2011_09_26_drive_0022_sync 12 l\n2011_09_26/2011_09_26_drive_0022_sync 49 l\n2011_09_26/2011_09_26_drive_0022_sync 452 r\n2011_09_26/2011_09_26_drive_0022_sync 341 l\n2011_09_26/2011_09_26_drive_0022_sync 773 l\n2011_09_26/2011_09_26_drive_0022_sync 203 l\n2011_09_26/2011_09_26_drive_0022_sync 336 l\n2011_09_26/2011_09_26_drive_0022_sync 776 l\n2011_09_26/2011_09_26_drive_0022_sync 472 r\n2011_09_26/2011_09_26_drive_0022_sync 305 l\n2011_09_26/2011_09_26_drive_0022_sync 596 l\n2011_09_26/2011_09_26_drive_0022_sync 197 r\n2011_09_26/2011_09_26_drive_0022_sync 443 r\n2011_09_26/2011_09_26_drive_0022_sync 338 r\n2011_09_26/2011_09_26_drive_0022_sync 372 l\n2011_09_26/2011_09_26_drive_0022_sync 51 l\n2011_09_26/2011_09_26_drive_0022_sync 481 l\n2011_09_26/2011_09_26_drive_0022_sync 734 r\n2011_09_26/2011_09_26_drive_0022_sync 695 r\n2011_09_26/2011_09_26_drive_0022_sync 256 r\n2011_10_03/2011_10_03_drive_0034_sync 2694 r\n2011_10_03/2011_10_03_drive_0034_sync 3239 l\n2011_10_03/2011_10_03_drive_0034_sync 3501 r\n2011_10_03/2011_10_03_drive_0034_sync 1517 l\n2011_10_03/2011_10_03_drive_0034_sync 885 r\n2011_10_03/2011_10_03_drive_0034_sync 4395 r\n2011_10_03/2011_10_03_drive_0034_sync 2862 r\n2011_10_03/2011_10_03_drive_0034_sync 3066 r\n2011_10_03/2011_10_03_drive_0034_sync 1177 l\n2011_10_03/2011_10_03_drive_0034_sync 3024 r\n2011_10_03/2011_10_03_drive_0034_sync 296 r\n2011_10_03/2011_10_03_drive_0034_sync 2670 l\n2011_10_03/2011_10_03_drive_0034_sync 622 r\n2011_10_03/2011_10_03_drive_0034_sync 1948 r\n2011_10_03/2011_10_03_drive_0034_sync 4240 r\n2011_10_03/2011_10_03_drive_0034_sync 744 l\n2011_10_03/2011_10_03_drive_0034_sync 1166 r\n2011_10_03/2011_10_03_drive_0034_sync 2729 r\n2011_10_03/2011_10_03_drive_0034_sync 3075 l\n2011_10_03/2011_10_03_drive_0034_sync 2970 l\n2011_10_03/2011_10_03_drive_0034_sync 2863 l\n2011_10_03/2011_10_03_drive_0034_sync 1874 l\n2011_10_03/2011_10_03_drive_0034_sync 1865 r\n2011_10_03/2011_10_03_drive_0034_sync 2134 r\n2011_10_03/2011_10_03_drive_0034_sync 4108 l\n2011_10_03/2011_10_03_drive_0034_sync 1790 l\n2011_10_03/2011_10_03_drive_0034_sync 3152 l\n2011_10_03/2011_10_03_drive_0034_sync 2509 l\n2011_10_03/2011_10_03_drive_0034_sync 3477 l\n2011_10_03/2011_10_03_drive_0034_sync 2416 r\n2011_10_03/2011_10_03_drive_0034_sync 2944 l\n2011_10_03/2011_10_03_drive_0034_sync 3183 l\n2011_10_03/2011_10_03_drive_0034_sync 455 r\n2011_10_03/2011_10_03_drive_0034_sync 3374 r\n2011_10_03/2011_10_03_drive_0034_sync 2244 r\n2011_10_03/2011_10_03_drive_0034_sync 524 r\n2011_10_03/2011_10_03_drive_0034_sync 1197 l\n2011_10_03/2011_10_03_drive_0034_sync 4203 r\n2011_10_03/2011_10_03_drive_0034_sync 3324 l\n2011_10_03/2011_10_03_drive_0034_sync 1212 l\n2011_10_03/2011_10_03_drive_0034_sync 1838 l\n2011_10_03/2011_10_03_drive_0034_sync 3608 l\n2011_10_03/2011_10_03_drive_0034_sync 4393 r\n2011_10_03/2011_10_03_drive_0034_sync 3828 l\n2011_10_03/2011_10_03_drive_0034_sync 3505 r\n2011_10_03/2011_10_03_drive_0034_sync 2409 r\n2011_10_03/2011_10_03_drive_0034_sync 2487 r\n2011_10_03/2011_10_03_drive_0034_sync 3258 l\n2011_10_03/2011_10_03_drive_0034_sync 2616 r\n2011_10_03/2011_10_03_drive_0034_sync 1850 r\n2011_10_03/2011_10_03_drive_0034_sync 1187 l\n2011_10_03/2011_10_03_drive_0034_sync 1072 l\n2011_10_03/2011_10_03_drive_0034_sync 2680 l\n2011_10_03/2011_10_03_drive_0034_sync 1988 l\n2011_10_03/2011_10_03_drive_0034_sync 3324 r\n2011_10_03/2011_10_03_drive_0034_sync 60 l\n2011_10_03/2011_10_03_drive_0034_sync 3990 r\n2011_10_03/2011_10_03_drive_0034_sync 4450 l\n2011_10_03/2011_10_03_drive_0034_sync 1345 r\n2011_10_03/2011_10_03_drive_0034_sync 2289 r\n2011_10_03/2011_10_03_drive_0034_sync 2892 r\n2011_10_03/2011_10_03_drive_0034_sync 1650 r\n2011_10_03/2011_10_03_drive_0034_sync 2773 r\n2011_10_03/2011_10_03_drive_0034_sync 283 l\n2011_10_03/2011_10_03_drive_0034_sync 2370 r\n2011_10_03/2011_10_03_drive_0034_sync 1415 l\n2011_10_03/2011_10_03_drive_0034_sync 2025 r\n2011_10_03/2011_10_03_drive_0034_sync 277 l\n2011_10_03/2011_10_03_drive_0034_sync 2046 r\n2011_10_03/2011_10_03_drive_0034_sync 2373 l\n2011_10_03/2011_10_03_drive_0034_sync 2794 r\n2011_10_03/2011_10_03_drive_0034_sync 2530 r\n2011_10_03/2011_10_03_drive_0034_sync 2999 r\n2011_10_03/2011_10_03_drive_0034_sync 3463 r\n2011_10_03/2011_10_03_drive_0034_sync 681 r\n2011_10_03/2011_10_03_drive_0034_sync 508 r\n2011_10_03/2011_10_03_drive_0034_sync 185 r\n2011_10_03/2011_10_03_drive_0034_sync 4310 l\n2011_10_03/2011_10_03_drive_0034_sync 949 l\n2011_10_03/2011_10_03_drive_0034_sync 1545 r\n2011_10_03/2011_10_03_drive_0034_sync 4507 r\n2011_10_03/2011_10_03_drive_0034_sync 1129 l\n2011_10_03/2011_10_03_drive_0034_sync 4467 r\n2011_10_03/2011_10_03_drive_0034_sync 1094 l\n2011_10_03/2011_10_03_drive_0034_sync 246 l\n2011_10_03/2011_10_03_drive_0034_sync 4481 r\n2011_10_03/2011_10_03_drive_0034_sync 3860 l\n2011_10_03/2011_10_03_drive_0034_sync 1878 r\n2011_10_03/2011_10_03_drive_0034_sync 152 l\n2011_10_03/2011_10_03_drive_0034_sync 2533 l\n2011_10_03/2011_10_03_drive_0034_sync 3687 r\n2011_10_03/2011_10_03_drive_0034_sync 2310 r\n2011_10_03/2011_10_03_drive_0034_sync 273 r\n2011_10_03/2011_10_03_drive_0034_sync 2954 r\n2011_10_03/2011_10_03_drive_0034_sync 1056 l\n2011_10_03/2011_10_03_drive_0034_sync 28 r\n2011_10_03/2011_10_03_drive_0034_sync 1353 l\n2011_10_03/2011_10_03_drive_0034_sync 4244 l\n2011_10_03/2011_10_03_drive_0034_sync 3014 r\n2011_10_03/2011_10_03_drive_0034_sync 4294 r\n2011_10_03/2011_10_03_drive_0034_sync 2021 l\n2011_10_03/2011_10_03_drive_0034_sync 1206 l\n2011_10_03/2011_10_03_drive_0034_sync 3762 l\n2011_10_03/2011_10_03_drive_0034_sync 2312 r\n2011_10_03/2011_10_03_drive_0034_sync 4038 l\n2011_10_03/2011_10_03_drive_0034_sync 4566 r\n2011_10_03/2011_10_03_drive_0034_sync 4344 r\n2011_10_03/2011_10_03_drive_0034_sync 3491 l\n2011_10_03/2011_10_03_drive_0034_sync 3890 r\n2011_10_03/2011_10_03_drive_0034_sync 740 r\n2011_10_03/2011_10_03_drive_0034_sync 834 r\n2011_10_03/2011_10_03_drive_0034_sync 2113 l\n2011_10_03/2011_10_03_drive_0034_sync 2286 r\n2011_10_03/2011_10_03_drive_0034_sync 1681 r\n2011_10_03/2011_10_03_drive_0034_sync 2394 r\n2011_10_03/2011_10_03_drive_0034_sync 3025 r\n2011_10_03/2011_10_03_drive_0034_sync 272 l\n2011_10_03/2011_10_03_drive_0034_sync 510 r\n2011_10_03/2011_10_03_drive_0034_sync 2908 l\n2011_10_03/2011_10_03_drive_0034_sync 1717 l\n2011_10_03/2011_10_03_drive_0034_sync 609 l\n2011_10_03/2011_10_03_drive_0034_sync 291 r\n2011_10_03/2011_10_03_drive_0034_sync 3070 r\n2011_10_03/2011_10_03_drive_0034_sync 3323 l\n2011_10_03/2011_10_03_drive_0034_sync 1948 l\n2011_10_03/2011_10_03_drive_0034_sync 3863 l\n2011_10_03/2011_10_03_drive_0034_sync 406 r\n2011_10_03/2011_10_03_drive_0034_sync 1215 l\n2011_10_03/2011_10_03_drive_0034_sync 3933 r\n2011_10_03/2011_10_03_drive_0034_sync 4058 l\n2011_10_03/2011_10_03_drive_0034_sync 1405 l\n2011_10_03/2011_10_03_drive_0034_sync 4267 r\n2011_10_03/2011_10_03_drive_0034_sync 2077 r\n2011_10_03/2011_10_03_drive_0034_sync 3039 l\n2011_10_03/2011_10_03_drive_0034_sync 3730 l\n2011_10_03/2011_10_03_drive_0034_sync 4191 l\n2011_10_03/2011_10_03_drive_0034_sync 3230 r\n2011_10_03/2011_10_03_drive_0034_sync 4378 r\n2011_10_03/2011_10_03_drive_0034_sync 2242 r\n2011_10_03/2011_10_03_drive_0034_sync 2434 l\n2011_10_03/2011_10_03_drive_0034_sync 1835 l\n2011_10_03/2011_10_03_drive_0034_sync 1995 l\n2011_10_03/2011_10_03_drive_0034_sync 2772 r\n2011_10_03/2011_10_03_drive_0034_sync 361 l\n2011_10_03/2011_10_03_drive_0034_sync 2138 r\n2011_10_03/2011_10_03_drive_0034_sync 3729 r\n2011_10_03/2011_10_03_drive_0034_sync 3987 r\n2011_10_03/2011_10_03_drive_0034_sync 2892 l\n2011_10_03/2011_10_03_drive_0034_sync 1889 r\n2011_10_03/2011_10_03_drive_0034_sync 49 r\n2011_10_03/2011_10_03_drive_0034_sync 2765 r\n2011_10_03/2011_10_03_drive_0034_sync 2072 r\n2011_10_03/2011_10_03_drive_0034_sync 1637 l\n2011_10_03/2011_10_03_drive_0034_sync 2097 l\n2011_10_03/2011_10_03_drive_0034_sync 391 l\n2011_10_03/2011_10_03_drive_0034_sync 631 l\n2011_10_03/2011_10_03_drive_0034_sync 4300 r\n2011_10_03/2011_10_03_drive_0034_sync 1021 l\n2011_10_03/2011_10_03_drive_0034_sync 3875 l\n2011_10_03/2011_10_03_drive_0034_sync 4151 r\n2011_10_03/2011_10_03_drive_0034_sync 1220 r\n2011_10_03/2011_10_03_drive_0034_sync 2704 l\n2011_10_03/2011_10_03_drive_0034_sync 2078 l\n2011_10_03/2011_10_03_drive_0034_sync 2154 l\n2011_10_03/2011_10_03_drive_0034_sync 2636 r\n2011_10_03/2011_10_03_drive_0034_sync 493 r\n2011_10_03/2011_10_03_drive_0034_sync 189 r\n2011_10_03/2011_10_03_drive_0034_sync 1709 r\n2011_10_03/2011_10_03_drive_0034_sync 388 r\n2011_10_03/2011_10_03_drive_0034_sync 3222 l\n2011_10_03/2011_10_03_drive_0034_sync 2582 l\n2011_10_03/2011_10_03_drive_0034_sync 3279 l\n2011_10_03/2011_10_03_drive_0034_sync 139 r\n2011_10_03/2011_10_03_drive_0034_sync 1105 l\n2011_10_03/2011_10_03_drive_0034_sync 825 l\n2011_10_03/2011_10_03_drive_0034_sync 2535 r\n2011_10_03/2011_10_03_drive_0034_sync 4205 l\n2011_10_03/2011_10_03_drive_0034_sync 845 l\n2011_10_03/2011_10_03_drive_0034_sync 2440 l\n2011_10_03/2011_10_03_drive_0034_sync 3266 r\n2011_10_03/2011_10_03_drive_0034_sync 3703 r\n2011_10_03/2011_10_03_drive_0034_sync 909 r\n2011_10_03/2011_10_03_drive_0034_sync 2198 r\n2011_10_03/2011_10_03_drive_0034_sync 3894 l\n2011_10_03/2011_10_03_drive_0034_sync 680 r\n2011_10_03/2011_10_03_drive_0034_sync 3563 r\n2011_10_03/2011_10_03_drive_0034_sync 3016 r\n2011_10_03/2011_10_03_drive_0034_sync 3417 r\n2011_10_03/2011_10_03_drive_0034_sync 3092 r\n2011_10_03/2011_10_03_drive_0034_sync 3164 l\n2011_10_03/2011_10_03_drive_0034_sync 1902 l\n2011_10_03/2011_10_03_drive_0034_sync 956 l\n2011_10_03/2011_10_03_drive_0034_sync 3580 l\n2011_10_03/2011_10_03_drive_0034_sync 4051 r\n2011_10_03/2011_10_03_drive_0034_sync 3671 l\n2011_10_03/2011_10_03_drive_0034_sync 2203 l\n2011_10_03/2011_10_03_drive_0034_sync 3928 l\n2011_10_03/2011_10_03_drive_0034_sync 2782 r\n2011_10_03/2011_10_03_drive_0034_sync 914 l\n2011_10_03/2011_10_03_drive_0034_sync 2415 l\n2011_10_03/2011_10_03_drive_0034_sync 2519 l\n2011_10_03/2011_10_03_drive_0034_sync 3165 l\n2011_10_03/2011_10_03_drive_0034_sync 794 r\n2011_10_03/2011_10_03_drive_0034_sync 2769 l\n2011_10_03/2011_10_03_drive_0034_sync 57 r\n2011_10_03/2011_10_03_drive_0034_sync 428 l\n2011_10_03/2011_10_03_drive_0034_sync 2939 l\n2011_10_03/2011_10_03_drive_0034_sync 1293 r\n2011_10_03/2011_10_03_drive_0034_sync 3025 l\n2011_10_03/2011_10_03_drive_0034_sync 4072 l\n2011_10_03/2011_10_03_drive_0034_sync 4409 l\n2011_10_03/2011_10_03_drive_0034_sync 2859 r\n2011_10_03/2011_10_03_drive_0034_sync 1195 r\n2011_10_03/2011_10_03_drive_0034_sync 3496 l\n2011_10_03/2011_10_03_drive_0034_sync 1620 l\n2011_10_03/2011_10_03_drive_0034_sync 1726 l\n2011_10_03/2011_10_03_drive_0034_sync 1569 r\n2011_10_03/2011_10_03_drive_0034_sync 1217 l\n2011_10_03/2011_10_03_drive_0034_sync 1507 r\n2011_10_03/2011_10_03_drive_0034_sync 4043 l\n2011_10_03/2011_10_03_drive_0034_sync 4615 r\n2011_10_03/2011_10_03_drive_0034_sync 4435 r\n2011_10_03/2011_10_03_drive_0034_sync 2837 l\n2011_10_03/2011_10_03_drive_0034_sync 148 r\n2011_10_03/2011_10_03_drive_0034_sync 4173 r\n2011_10_03/2011_10_03_drive_0034_sync 3242 l\n2011_10_03/2011_10_03_drive_0034_sync 3160 l\n2011_10_03/2011_10_03_drive_0034_sync 50 l\n2011_10_03/2011_10_03_drive_0034_sync 4455 l\n2011_10_03/2011_10_03_drive_0034_sync 3431 l\n2011_10_03/2011_10_03_drive_0034_sync 1656 l\n2011_10_03/2011_10_03_drive_0034_sync 2199 r\n2011_10_03/2011_10_03_drive_0034_sync 3611 l\n2011_10_03/2011_10_03_drive_0034_sync 3507 r\n2011_10_03/2011_10_03_drive_0034_sync 2286 l\n2011_10_03/2011_10_03_drive_0034_sync 2958 r\n2011_10_03/2011_10_03_drive_0034_sync 1429 r\n2011_10_03/2011_10_03_drive_0034_sync 1869 l\n2011_10_03/2011_10_03_drive_0034_sync 1268 l\n2011_10_03/2011_10_03_drive_0034_sync 1431 r\n2011_10_03/2011_10_03_drive_0034_sync 2273 r\n2011_10_03/2011_10_03_drive_0034_sync 1718 r\n2011_10_03/2011_10_03_drive_0034_sync 3240 r\n2011_10_03/2011_10_03_drive_0034_sync 3218 r\n2011_10_03/2011_10_03_drive_0034_sync 952 l\n2011_10_03/2011_10_03_drive_0034_sync 4207 r\n2011_10_03/2011_10_03_drive_0034_sync 1866 r\n2011_10_03/2011_10_03_drive_0034_sync 2685 l\n2011_10_03/2011_10_03_drive_0034_sync 1342 l\n2011_10_03/2011_10_03_drive_0034_sync 2914 r\n2011_10_03/2011_10_03_drive_0034_sync 4155 r\n2011_10_03/2011_10_03_drive_0034_sync 1120 r\n2011_10_03/2011_10_03_drive_0034_sync 3182 r\n2011_10_03/2011_10_03_drive_0034_sync 1112 r\n2011_10_03/2011_10_03_drive_0034_sync 2355 r\n2011_10_03/2011_10_03_drive_0034_sync 702 l\n2011_10_03/2011_10_03_drive_0034_sync 2861 l\n2011_10_03/2011_10_03_drive_0034_sync 3356 l\n2011_10_03/2011_10_03_drive_0034_sync 1083 l\n2011_10_03/2011_10_03_drive_0034_sync 1777 r\n2011_10_03/2011_10_03_drive_0034_sync 2336 r\n2011_10_03/2011_10_03_drive_0034_sync 2787 r\n2011_10_03/2011_10_03_drive_0034_sync 3270 l\n2011_10_03/2011_10_03_drive_0034_sync 4296 l\n2011_10_03/2011_10_03_drive_0034_sync 3506 r\n2011_10_03/2011_10_03_drive_0034_sync 559 l\n2011_10_03/2011_10_03_drive_0034_sync 3809 r\n2011_10_03/2011_10_03_drive_0034_sync 2030 l\n2011_10_03/2011_10_03_drive_0034_sync 4248 l\n2011_10_03/2011_10_03_drive_0034_sync 837 l\n2011_10_03/2011_10_03_drive_0034_sync 3548 r\n2011_10_03/2011_10_03_drive_0034_sync 3169 r\n2011_10_03/2011_10_03_drive_0034_sync 4037 l\n2011_10_03/2011_10_03_drive_0034_sync 3485 l\n2011_10_03/2011_10_03_drive_0034_sync 2018 r\n2011_10_03/2011_10_03_drive_0034_sync 958 r\n2011_10_03/2011_10_03_drive_0034_sync 706 l\n2011_10_03/2011_10_03_drive_0034_sync 2141 r\n2011_10_03/2011_10_03_drive_0034_sync 2938 l\n2011_10_03/2011_10_03_drive_0034_sync 903 r\n2011_10_03/2011_10_03_drive_0034_sync 4490 r\n2011_10_03/2011_10_03_drive_0034_sync 1479 l\n2011_10_03/2011_10_03_drive_0034_sync 3384 l\n2011_10_03/2011_10_03_drive_0034_sync 2906 r\n2011_10_03/2011_10_03_drive_0034_sync 2615 r\n2011_10_03/2011_10_03_drive_0034_sync 3367 r\n2011_10_03/2011_10_03_drive_0034_sync 2604 l\n2011_10_03/2011_10_03_drive_0034_sync 1598 r\n2011_10_03/2011_10_03_drive_0034_sync 488 r\n2011_10_03/2011_10_03_drive_0034_sync 4622 r\n2011_10_03/2011_10_03_drive_0034_sync 3437 l\n2011_10_03/2011_10_03_drive_0034_sync 616 r\n2011_10_03/2011_10_03_drive_0034_sync 4046 r\n2011_10_03/2011_10_03_drive_0034_sync 1294 r\n2011_10_03/2011_10_03_drive_0034_sync 1597 l\n2011_10_03/2011_10_03_drive_0034_sync 1575 l\n2011_10_03/2011_10_03_drive_0034_sync 3180 r\n2011_10_03/2011_10_03_drive_0034_sync 463 l\n2011_10_03/2011_10_03_drive_0034_sync 1823 l\n2011_10_03/2011_10_03_drive_0034_sync 1428 r\n2011_10_03/2011_10_03_drive_0034_sync 2990 l\n2011_10_03/2011_10_03_drive_0034_sync 209 l\n2011_10_03/2011_10_03_drive_0034_sync 54 r\n2011_10_03/2011_10_03_drive_0034_sync 1584 l\n2011_10_03/2011_10_03_drive_0034_sync 3017 l\n2011_10_03/2011_10_03_drive_0034_sync 3911 l\n2011_10_03/2011_10_03_drive_0034_sync 275 r\n2011_10_03/2011_10_03_drive_0034_sync 576 r\n2011_10_03/2011_10_03_drive_0034_sync 3741 l\n2011_10_03/2011_10_03_drive_0034_sync 48 r\n2011_10_03/2011_10_03_drive_0034_sync 1383 r\n2011_10_03/2011_10_03_drive_0034_sync 1788 l\n2011_10_03/2011_10_03_drive_0034_sync 2338 l\n2011_10_03/2011_10_03_drive_0034_sync 4564 r\n2011_10_03/2011_10_03_drive_0034_sync 1676 r\n2011_10_03/2011_10_03_drive_0034_sync 1069 l\n2011_10_03/2011_10_03_drive_0034_sync 3971 l\n2011_10_03/2011_10_03_drive_0034_sync 2848 r\n2011_10_03/2011_10_03_drive_0034_sync 3155 l\n2011_10_03/2011_10_03_drive_0034_sync 2789 l\n2011_10_03/2011_10_03_drive_0034_sync 692 r\n2011_10_03/2011_10_03_drive_0034_sync 1029 l\n2011_10_03/2011_10_03_drive_0034_sync 1246 l\n2011_10_03/2011_10_03_drive_0034_sync 2379 l\n2011_10_03/2011_10_03_drive_0034_sync 1372 r\n2011_10_03/2011_10_03_drive_0034_sync 1245 l\n2011_10_03/2011_10_03_drive_0034_sync 3142 r\n2011_10_03/2011_10_03_drive_0034_sync 2111 l\n2011_10_03/2011_10_03_drive_0034_sync 2810 r\n2011_10_03/2011_10_03_drive_0034_sync 2412 l\n2011_10_03/2011_10_03_drive_0034_sync 2974 r\n2011_10_03/2011_10_03_drive_0034_sync 2882 r\n2011_10_03/2011_10_03_drive_0034_sync 3370 l\n2011_10_03/2011_10_03_drive_0034_sync 2208 l\n2011_10_03/2011_10_03_drive_0034_sync 2277 l\n2011_10_03/2011_10_03_drive_0034_sync 286 r\n2011_10_03/2011_10_03_drive_0034_sync 3956 l\n2011_10_03/2011_10_03_drive_0034_sync 2825 r\n2011_10_03/2011_10_03_drive_0034_sync 3318 r\n2011_10_03/2011_10_03_drive_0034_sync 4078 l\n2011_10_03/2011_10_03_drive_0034_sync 471 l\n2011_10_03/2011_10_03_drive_0034_sync 864 l\n2011_10_03/2011_10_03_drive_0034_sync 2193 l\n2011_10_03/2011_10_03_drive_0034_sync 3556 r\n2011_10_03/2011_10_03_drive_0034_sync 2456 r\n2011_10_03/2011_10_03_drive_0034_sync 1506 r\n2011_10_03/2011_10_03_drive_0034_sync 3929 r\n2011_10_03/2011_10_03_drive_0034_sync 1973 l\n2011_10_03/2011_10_03_drive_0034_sync 1038 r\n2011_10_03/2011_10_03_drive_0034_sync 2164 r\n2011_10_03/2011_10_03_drive_0034_sync 583 l\n2011_10_03/2011_10_03_drive_0034_sync 1226 r\n2011_10_03/2011_10_03_drive_0034_sync 3347 l\n2011_10_03/2011_10_03_drive_0034_sync 4129 r\n2011_10_03/2011_10_03_drive_0034_sync 2904 r\n2011_10_03/2011_10_03_drive_0034_sync 2056 l\n2011_10_03/2011_10_03_drive_0034_sync 1740 l\n2011_10_03/2011_10_03_drive_0034_sync 453 r\n2011_10_03/2011_10_03_drive_0034_sync 2770 r\n2011_10_03/2011_10_03_drive_0034_sync 3412 l\n2011_10_03/2011_10_03_drive_0034_sync 3234 r\n2011_10_03/2011_10_03_drive_0034_sync 3810 r\n2011_10_03/2011_10_03_drive_0034_sync 606 r\n2011_10_03/2011_10_03_drive_0034_sync 4073 r\n2011_10_03/2011_10_03_drive_0034_sync 3126 l\n2011_10_03/2011_10_03_drive_0034_sync 4563 l\n2011_10_03/2011_10_03_drive_0034_sync 94 l\n2011_10_03/2011_10_03_drive_0034_sync 3353 l\n2011_10_03/2011_10_03_drive_0034_sync 3019 l\n2011_10_03/2011_10_03_drive_0034_sync 4360 r\n2011_10_03/2011_10_03_drive_0034_sync 3793 r\n2011_10_03/2011_10_03_drive_0034_sync 2890 l\n2011_10_03/2011_10_03_drive_0034_sync 855 l\n2011_10_03/2011_10_03_drive_0034_sync 2233 l\n2011_10_03/2011_10_03_drive_0034_sync 2272 r\n2011_10_03/2011_10_03_drive_0034_sync 3647 r\n2011_10_03/2011_10_03_drive_0034_sync 2644 r\n2011_10_03/2011_10_03_drive_0034_sync 143 l\n2011_10_03/2011_10_03_drive_0034_sync 3282 r\n2011_10_03/2011_10_03_drive_0034_sync 2296 l\n2011_10_03/2011_10_03_drive_0034_sync 4320 l\n2011_10_03/2011_10_03_drive_0034_sync 2934 r\n2011_10_03/2011_10_03_drive_0034_sync 4320 r\n2011_10_03/2011_10_03_drive_0034_sync 605 l\n2011_10_03/2011_10_03_drive_0034_sync 1882 l\n2011_10_03/2011_10_03_drive_0034_sync 1178 l\n2011_10_03/2011_10_03_drive_0034_sync 1267 r\n2011_10_03/2011_10_03_drive_0034_sync 3330 l\n2011_10_03/2011_10_03_drive_0034_sync 3633 r\n2011_10_03/2011_10_03_drive_0034_sync 3141 r\n2011_10_03/2011_10_03_drive_0034_sync 2223 l\n2011_10_03/2011_10_03_drive_0034_sync 3605 r\n2011_10_03/2011_10_03_drive_0034_sync 2600 l\n2011_10_03/2011_10_03_drive_0034_sync 3473 r\n2011_10_03/2011_10_03_drive_0034_sync 1730 r\n2011_10_03/2011_10_03_drive_0034_sync 1825 r\n2011_10_03/2011_10_03_drive_0034_sync 3228 r\n2011_10_03/2011_10_03_drive_0034_sync 3428 r\n2011_10_03/2011_10_03_drive_0034_sync 3186 r\n2011_10_03/2011_10_03_drive_0034_sync 4021 r\n2011_10_03/2011_10_03_drive_0034_sync 4042 l\n2011_10_03/2011_10_03_drive_0034_sync 3777 l\n2011_10_03/2011_10_03_drive_0034_sync 3805 r\n2011_10_03/2011_10_03_drive_0034_sync 1729 r\n2011_10_03/2011_10_03_drive_0034_sync 4292 l\n2011_10_03/2011_10_03_drive_0034_sync 157 r\n2011_10_03/2011_10_03_drive_0034_sync 220 l\n2011_10_03/2011_10_03_drive_0034_sync 206 l\n2011_10_03/2011_10_03_drive_0034_sync 90 l\n2011_10_03/2011_10_03_drive_0034_sync 1408 r\n2011_10_03/2011_10_03_drive_0034_sync 739 l\n2011_10_03/2011_10_03_drive_0034_sync 3427 l\n2011_10_03/2011_10_03_drive_0034_sync 1241 l\n2011_10_03/2011_10_03_drive_0034_sync 4051 l\n2011_10_03/2011_10_03_drive_0034_sync 2076 l\n2011_10_03/2011_10_03_drive_0034_sync 2435 l\n2011_10_03/2011_10_03_drive_0034_sync 429 r\n2011_10_03/2011_10_03_drive_0034_sync 4376 r\n2011_10_03/2011_10_03_drive_0034_sync 1883 l\n2011_10_03/2011_10_03_drive_0034_sync 3130 r\n2011_10_03/2011_10_03_drive_0034_sync 2045 l\n2011_10_03/2011_10_03_drive_0034_sync 371 r\n2011_10_03/2011_10_03_drive_0034_sync 1856 r\n2011_10_03/2011_10_03_drive_0034_sync 3549 r\n2011_10_03/2011_10_03_drive_0034_sync 3504 r\n2011_10_03/2011_10_03_drive_0034_sync 105 r\n2011_10_03/2011_10_03_drive_0034_sync 2130 r\n2011_10_03/2011_10_03_drive_0034_sync 2320 r\n2011_10_03/2011_10_03_drive_0034_sync 1735 r\n2011_10_03/2011_10_03_drive_0034_sync 2938 r\n2011_10_03/2011_10_03_drive_0034_sync 2339 r\n2011_10_03/2011_10_03_drive_0034_sync 1962 l\n2011_10_03/2011_10_03_drive_0034_sync 1385 r\n2011_10_03/2011_10_03_drive_0034_sync 2446 l\n2011_10_03/2011_10_03_drive_0034_sync 2549 l\n2011_10_03/2011_10_03_drive_0034_sync 132 r\n2011_10_03/2011_10_03_drive_0034_sync 306 r\n2011_10_03/2011_10_03_drive_0034_sync 848 r\n2011_10_03/2011_10_03_drive_0034_sync 1627 r\n2011_10_03/2011_10_03_drive_0034_sync 2453 l\n2011_10_03/2011_10_03_drive_0034_sync 3450 l\n2011_10_03/2011_10_03_drive_0034_sync 1273 l\n2011_10_03/2011_10_03_drive_0034_sync 1117 r\n2011_10_03/2011_10_03_drive_0034_sync 799 l\n2011_10_03/2011_10_03_drive_0034_sync 2815 r\n2011_10_03/2011_10_03_drive_0034_sync 3097 l\n2011_10_03/2011_10_03_drive_0034_sync 3225 l\n2011_10_03/2011_10_03_drive_0034_sync 3468 l\n2011_10_03/2011_10_03_drive_0034_sync 1469 l\n2011_10_03/2011_10_03_drive_0034_sync 366 l\n2011_10_03/2011_10_03_drive_0034_sync 2821 l\n2011_10_03/2011_10_03_drive_0034_sync 1845 l\n2011_10_03/2011_10_03_drive_0034_sync 2312 l\n2011_10_03/2011_10_03_drive_0034_sync 768 l\n2011_10_03/2011_10_03_drive_0034_sync 3744 r\n2011_10_03/2011_10_03_drive_0034_sync 2876 l\n2011_10_03/2011_10_03_drive_0034_sync 2139 l\n2011_10_03/2011_10_03_drive_0034_sync 1444 r\n2011_10_03/2011_10_03_drive_0034_sync 1843 r\n2011_10_03/2011_10_03_drive_0034_sync 4506 r\n2011_10_03/2011_10_03_drive_0034_sync 327 l\n2011_10_03/2011_10_03_drive_0034_sync 921 l\n2011_10_03/2011_10_03_drive_0034_sync 431 l\n2011_10_03/2011_10_03_drive_0034_sync 3264 l\n2011_10_03/2011_10_03_drive_0034_sync 1885 l\n2011_10_03/2011_10_03_drive_0034_sync 1707 r\n2011_10_03/2011_10_03_drive_0034_sync 3807 r\n2011_10_03/2011_10_03_drive_0034_sync 957 l\n2011_10_03/2011_10_03_drive_0034_sync 4593 r\n2011_10_03/2011_10_03_drive_0034_sync 2270 r\n2011_10_03/2011_10_03_drive_0034_sync 3913 l\n2011_10_03/2011_10_03_drive_0034_sync 1122 l\n2011_10_03/2011_10_03_drive_0034_sync 375 l\n2011_10_03/2011_10_03_drive_0034_sync 3112 r\n2011_10_03/2011_10_03_drive_0034_sync 1000 r\n2011_10_03/2011_10_03_drive_0034_sync 2185 r\n2011_10_03/2011_10_03_drive_0034_sync 4460 r\n2011_10_03/2011_10_03_drive_0034_sync 4313 l\n2011_10_03/2011_10_03_drive_0034_sync 3251 r\n2011_10_03/2011_10_03_drive_0034_sync 2831 l\n2011_10_03/2011_10_03_drive_0034_sync 3001 r\n2011_10_03/2011_10_03_drive_0034_sync 762 r\n2011_10_03/2011_10_03_drive_0034_sync 3970 r\n2011_10_03/2011_10_03_drive_0034_sync 4150 l\n2011_10_03/2011_10_03_drive_0034_sync 3207 l\n2011_10_03/2011_10_03_drive_0034_sync 3966 l\n2011_10_03/2011_10_03_drive_0034_sync 3884 r\n2011_10_03/2011_10_03_drive_0034_sync 1928 l\n2011_10_03/2011_10_03_drive_0034_sync 1165 l\n2011_10_03/2011_10_03_drive_0034_sync 1560 l\n2011_10_03/2011_10_03_drive_0034_sync 3033 r\n2011_10_03/2011_10_03_drive_0034_sync 4039 l\n2011_10_03/2011_10_03_drive_0034_sync 2366 l\n2011_10_03/2011_10_03_drive_0034_sync 4546 r\n2011_10_03/2011_10_03_drive_0034_sync 3111 r\n2011_10_03/2011_10_03_drive_0034_sync 2322 r\n2011_10_03/2011_10_03_drive_0034_sync 707 l\n2011_10_03/2011_10_03_drive_0034_sync 3576 r\n2011_10_03/2011_10_03_drive_0034_sync 1877 r\n2011_10_03/2011_10_03_drive_0034_sync 1374 r\n2011_10_03/2011_10_03_drive_0034_sync 2798 l\n2011_10_03/2011_10_03_drive_0034_sync 1453 r\n2011_10_03/2011_10_03_drive_0034_sync 3916 r\n2011_10_03/2011_10_03_drive_0034_sync 622 l\n2011_10_03/2011_10_03_drive_0034_sync 3094 r\n2011_10_03/2011_10_03_drive_0034_sync 1188 l\n2011_10_03/2011_10_03_drive_0034_sync 3529 r\n2011_10_03/2011_10_03_drive_0034_sync 1837 r\n2011_10_03/2011_10_03_drive_0034_sync 664 l\n2011_10_03/2011_10_03_drive_0034_sync 2024 l\n2011_10_03/2011_10_03_drive_0034_sync 43 l\n2011_10_03/2011_10_03_drive_0034_sync 446 r\n2011_10_03/2011_10_03_drive_0034_sync 1685 l\n2011_10_03/2011_10_03_drive_0034_sync 285 r\n2011_10_03/2011_10_03_drive_0034_sync 2650 l\n2011_10_03/2011_10_03_drive_0034_sync 952 r\n2011_10_03/2011_10_03_drive_0034_sync 808 l\n2011_10_03/2011_10_03_drive_0034_sync 43 r\n2011_10_03/2011_10_03_drive_0034_sync 723 l\n2011_10_03/2011_10_03_drive_0034_sync 1998 l\n2011_10_03/2011_10_03_drive_0034_sync 1748 r\n2011_10_03/2011_10_03_drive_0034_sync 4555 r\n2011_10_03/2011_10_03_drive_0034_sync 4658 r\n2011_10_03/2011_10_03_drive_0034_sync 2709 r\n2011_10_03/2011_10_03_drive_0034_sync 2507 r\n2011_10_03/2011_10_03_drive_0034_sync 1503 r\n2011_10_03/2011_10_03_drive_0034_sync 3512 r\n2011_10_03/2011_10_03_drive_0034_sync 3328 l\n2011_10_03/2011_10_03_drive_0034_sync 1322 l\n2011_10_03/2011_10_03_drive_0034_sync 1369 l\n2011_10_03/2011_10_03_drive_0034_sync 2940 l\n2011_10_03/2011_10_03_drive_0034_sync 2105 l\n2011_10_03/2011_10_03_drive_0034_sync 3943 r\n2011_10_03/2011_10_03_drive_0034_sync 1757 r\n2011_10_03/2011_10_03_drive_0034_sync 4532 l\n2011_10_03/2011_10_03_drive_0034_sync 4366 l\n2011_10_03/2011_10_03_drive_0034_sync 4551 l\n2011_10_03/2011_10_03_drive_0034_sync 2589 l\n2011_10_03/2011_10_03_drive_0034_sync 1857 r\n2011_10_03/2011_10_03_drive_0034_sync 3933 l\n2011_10_03/2011_10_03_drive_0034_sync 852 l\n2011_10_03/2011_10_03_drive_0034_sync 1015 r\n2011_10_03/2011_10_03_drive_0034_sync 2844 l\n2011_10_03/2011_10_03_drive_0034_sync 4013 r\n2011_10_03/2011_10_03_drive_0034_sync 3115 l\n2011_10_03/2011_10_03_drive_0034_sync 4580 l\n2011_10_03/2011_10_03_drive_0034_sync 2620 l\n2011_10_03/2011_10_03_drive_0034_sync 2762 r\n2011_10_03/2011_10_03_drive_0034_sync 4089 r\n2011_10_03/2011_10_03_drive_0034_sync 3241 l\n2011_10_03/2011_10_03_drive_0034_sync 3607 l\n2011_10_03/2011_10_03_drive_0034_sync 560 r\n2011_10_03/2011_10_03_drive_0034_sync 1275 l\n2011_10_03/2011_10_03_drive_0034_sync 4299 l\n2011_10_03/2011_10_03_drive_0034_sync 4291 r\n2011_10_03/2011_10_03_drive_0034_sync 1101 l\n2011_10_03/2011_10_03_drive_0034_sync 3518 l\n2011_10_03/2011_10_03_drive_0034_sync 2620 r\n2011_10_03/2011_10_03_drive_0034_sync 1755 l\n2011_10_03/2011_10_03_drive_0034_sync 3604 r\n2011_10_03/2011_10_03_drive_0034_sync 4256 r\n2011_10_03/2011_10_03_drive_0034_sync 792 r\n2011_10_03/2011_10_03_drive_0034_sync 545 l\n2011_10_03/2011_10_03_drive_0034_sync 545 r\n2011_10_03/2011_10_03_drive_0034_sync 2130 l\n2011_10_03/2011_10_03_drive_0034_sync 1824 r\n2011_10_03/2011_10_03_drive_0034_sync 3898 l\n2011_10_03/2011_10_03_drive_0034_sync 317 l\n2011_10_03/2011_10_03_drive_0034_sync 221 r\n2011_10_03/2011_10_03_drive_0034_sync 4539 l\n2011_10_03/2011_10_03_drive_0034_sync 2841 r\n2011_10_03/2011_10_03_drive_0034_sync 1774 l\n2011_10_03/2011_10_03_drive_0034_sync 3150 l\n2011_10_03/2011_10_03_drive_0034_sync 3206 r\n2011_10_03/2011_10_03_drive_0034_sync 3040 l\n2011_10_03/2011_10_03_drive_0034_sync 956 r\n2011_10_03/2011_10_03_drive_0034_sync 1830 r\n2011_10_03/2011_10_03_drive_0034_sync 1586 l\n2011_10_03/2011_10_03_drive_0034_sync 3065 l\n2011_10_03/2011_10_03_drive_0034_sync 659 l\n2011_10_03/2011_10_03_drive_0034_sync 916 l\n2011_10_03/2011_10_03_drive_0034_sync 601 r\n2011_10_03/2011_10_03_drive_0034_sync 4113 l\n2011_10_03/2011_10_03_drive_0034_sync 4385 r\n2011_10_03/2011_10_03_drive_0034_sync 3291 r\n2011_10_03/2011_10_03_drive_0034_sync 1007 r\n2011_10_03/2011_10_03_drive_0034_sync 4115 l\n2011_10_03/2011_10_03_drive_0034_sync 2329 r\n2011_10_03/2011_10_03_drive_0034_sync 1080 r\n2011_10_03/2011_10_03_drive_0034_sync 1876 r\n2011_10_03/2011_10_03_drive_0034_sync 1069 r\n2011_10_03/2011_10_03_drive_0034_sync 3859 r\n2011_10_03/2011_10_03_drive_0034_sync 1010 r\n2011_10_03/2011_10_03_drive_0034_sync 4245 l\n2011_10_03/2011_10_03_drive_0034_sync 3571 r\n2011_10_03/2011_10_03_drive_0034_sync 923 r\n2011_10_03/2011_10_03_drive_0034_sync 1097 l\n2011_10_03/2011_10_03_drive_0034_sync 1183 l\n2011_10_03/2011_10_03_drive_0034_sync 1309 l\n2011_10_03/2011_10_03_drive_0034_sync 319 r\n2011_10_03/2011_10_03_drive_0034_sync 3322 r\n2011_10_03/2011_10_03_drive_0034_sync 3372 r\n2011_10_03/2011_10_03_drive_0034_sync 1473 r\n2011_10_03/2011_10_03_drive_0034_sync 1080 l\n2011_10_03/2011_10_03_drive_0034_sync 2437 l\n2011_10_03/2011_10_03_drive_0034_sync 2665 l\n2011_10_03/2011_10_03_drive_0034_sync 1160 r\n2011_10_03/2011_10_03_drive_0034_sync 2982 l\n2011_10_03/2011_10_03_drive_0034_sync 4202 r\n2011_10_03/2011_10_03_drive_0034_sync 2684 r\n2011_10_03/2011_10_03_drive_0034_sync 4023 l\n2011_10_03/2011_10_03_drive_0034_sync 4624 r\n2011_10_03/2011_10_03_drive_0034_sync 3032 r\n2011_10_03/2011_10_03_drive_0034_sync 1090 l\n2011_10_03/2011_10_03_drive_0034_sync 231 r\n2011_10_03/2011_10_03_drive_0034_sync 3437 r\n2011_10_03/2011_10_03_drive_0034_sync 2345 l\n2011_10_03/2011_10_03_drive_0034_sync 29 r\n2011_10_03/2011_10_03_drive_0034_sync 726 l\n2011_10_03/2011_10_03_drive_0034_sync 3076 l\n2011_10_03/2011_10_03_drive_0034_sync 4041 r\n2011_10_03/2011_10_03_drive_0034_sync 1756 l\n2011_10_03/2011_10_03_drive_0034_sync 907 l\n2011_10_03/2011_10_03_drive_0034_sync 4230 r\n2011_10_03/2011_10_03_drive_0034_sync 1289 l\n2011_10_03/2011_10_03_drive_0034_sync 3573 l\n2011_10_03/2011_10_03_drive_0034_sync 30 r\n2011_10_03/2011_10_03_drive_0034_sync 4064 r\n2011_10_03/2011_10_03_drive_0034_sync 760 r\n2011_10_03/2011_10_03_drive_0034_sync 1147 r\n2011_10_03/2011_10_03_drive_0034_sync 3511 l\n2011_10_03/2011_10_03_drive_0034_sync 3713 l\n2011_10_03/2011_10_03_drive_0034_sync 895 l\n2011_10_03/2011_10_03_drive_0034_sync 4317 r\n2011_10_03/2011_10_03_drive_0034_sync 4162 r\n2011_10_03/2011_10_03_drive_0034_sync 2511 l\n2011_10_03/2011_10_03_drive_0034_sync 77 l\n2011_10_03/2011_10_03_drive_0034_sync 3898 r\n2011_10_03/2011_10_03_drive_0034_sync 3770 l\n2011_10_03/2011_10_03_drive_0034_sync 3035 l\n2011_10_03/2011_10_03_drive_0034_sync 1683 r\n2011_10_03/2011_10_03_drive_0034_sync 3833 r\n2011_10_03/2011_10_03_drive_0034_sync 4003 r\n2011_10_03/2011_10_03_drive_0034_sync 233 r\n2011_10_03/2011_10_03_drive_0034_sync 2808 l\n2011_10_03/2011_10_03_drive_0034_sync 2842 l\n2011_10_03/2011_10_03_drive_0034_sync 635 r\n2011_10_03/2011_10_03_drive_0034_sync 3039 r\n2011_10_03/2011_10_03_drive_0034_sync 3288 r\n2011_10_03/2011_10_03_drive_0034_sync 4496 l\n2011_10_03/2011_10_03_drive_0034_sync 3442 l\n2011_10_03/2011_10_03_drive_0034_sync 2157 r\n2011_10_03/2011_10_03_drive_0034_sync 3926 r\n2011_10_03/2011_10_03_drive_0034_sync 2242 l\n2011_10_03/2011_10_03_drive_0034_sync 4361 r\n2011_10_03/2011_10_03_drive_0034_sync 854 r\n2011_10_03/2011_10_03_drive_0034_sync 1659 r\n2011_10_03/2011_10_03_drive_0034_sync 3189 l\n2011_10_03/2011_10_03_drive_0034_sync 1803 l\n2011_10_03/2011_10_03_drive_0034_sync 89 r\n2011_10_03/2011_10_03_drive_0034_sync 3216 l\n2011_10_03/2011_10_03_drive_0034_sync 2204 r\n2011_10_03/2011_10_03_drive_0034_sync 1992 r\n2011_10_03/2011_10_03_drive_0034_sync 892 r\n2011_10_03/2011_10_03_drive_0034_sync 3746 l\n2011_10_03/2011_10_03_drive_0034_sync 2185 l\n2011_10_03/2011_10_03_drive_0034_sync 158 r\n2011_10_03/2011_10_03_drive_0034_sync 349 r\n2011_10_03/2011_10_03_drive_0034_sync 3815 l\n2011_10_03/2011_10_03_drive_0034_sync 3603 r\n2011_10_03/2011_10_03_drive_0034_sync 2915 l\n2011_10_03/2011_10_03_drive_0034_sync 3397 r\n2011_10_03/2011_10_03_drive_0034_sync 3606 r\n2011_10_03/2011_10_03_drive_0034_sync 1482 l\n2011_10_03/2011_10_03_drive_0034_sync 170 l\n2011_10_03/2011_10_03_drive_0034_sync 4461 r\n2011_10_03/2011_10_03_drive_0034_sync 2387 r\n2011_10_03/2011_10_03_drive_0034_sync 4113 r\n2011_10_03/2011_10_03_drive_0034_sync 1928 r\n2011_10_03/2011_10_03_drive_0034_sync 136 l\n2011_10_03/2011_10_03_drive_0034_sync 2229 l\n2011_10_03/2011_10_03_drive_0034_sync 1445 l\n2011_10_03/2011_10_03_drive_0034_sync 4188 r\n2011_10_03/2011_10_03_drive_0034_sync 4218 r\n2011_10_03/2011_10_03_drive_0034_sync 957 r\n2011_10_03/2011_10_03_drive_0034_sync 2315 l\n2011_10_03/2011_10_03_drive_0034_sync 4084 l\n2011_10_03/2011_10_03_drive_0034_sync 2296 r\n2011_10_03/2011_10_03_drive_0034_sync 4264 r\n2011_10_03/2011_10_03_drive_0034_sync 410 r\n2011_10_03/2011_10_03_drive_0034_sync 1894 r\n2011_10_03/2011_10_03_drive_0034_sync 1064 l\n2011_10_03/2011_10_03_drive_0034_sync 431 r\n2011_10_03/2011_10_03_drive_0034_sync 4607 l\n2011_10_03/2011_10_03_drive_0034_sync 2947 l\n2011_10_03/2011_10_03_drive_0034_sync 2838 r\n2011_10_03/2011_10_03_drive_0034_sync 1131 r\n2011_10_03/2011_10_03_drive_0034_sync 4209 l\n2011_10_03/2011_10_03_drive_0034_sync 3399 l\n2011_10_03/2011_10_03_drive_0034_sync 3 l\n2011_10_03/2011_10_03_drive_0034_sync 1084 l\n2011_10_03/2011_10_03_drive_0034_sync 2981 r\n2011_10_03/2011_10_03_drive_0034_sync 4156 r\n2011_10_03/2011_10_03_drive_0034_sync 3995 r\n2011_10_03/2011_10_03_drive_0034_sync 1494 r\n2011_10_03/2011_10_03_drive_0034_sync 2244 l\n2011_10_03/2011_10_03_drive_0034_sync 2623 r\n2011_10_03/2011_10_03_drive_0034_sync 490 r\n2011_10_03/2011_10_03_drive_0034_sync 1862 r\n2011_10_03/2011_10_03_drive_0034_sync 1783 r\n2011_10_03/2011_10_03_drive_0034_sync 4314 r\n2011_10_03/2011_10_03_drive_0034_sync 2478 r\n2011_10_03/2011_10_03_drive_0034_sync 3984 l\n2011_10_03/2011_10_03_drive_0034_sync 4512 r\n2011_10_03/2011_10_03_drive_0034_sync 1109 l\n2011_10_03/2011_10_03_drive_0034_sync 1822 r\n2011_10_03/2011_10_03_drive_0034_sync 1846 r\n2011_10_03/2011_10_03_drive_0034_sync 1151 r\n2011_10_03/2011_10_03_drive_0034_sync 2313 l\n2011_10_03/2011_10_03_drive_0034_sync 1670 l\n2011_10_03/2011_10_03_drive_0034_sync 3019 r\n2011_10_03/2011_10_03_drive_0034_sync 860 l\n2011_10_03/2011_10_03_drive_0034_sync 2632 r\n2011_10_03/2011_10_03_drive_0034_sync 1788 r\n2011_10_03/2011_10_03_drive_0034_sync 4185 r\n2011_10_03/2011_10_03_drive_0034_sync 1861 l\n2011_10_03/2011_10_03_drive_0034_sync 44 l\n2011_10_03/2011_10_03_drive_0034_sync 2913 r\n2011_10_03/2011_10_03_drive_0034_sync 1095 r\n2011_10_03/2011_10_03_drive_0034_sync 2699 r\n2011_10_03/2011_10_03_drive_0034_sync 3683 r\n2011_10_03/2011_10_03_drive_0034_sync 1404 l\n2011_10_03/2011_10_03_drive_0034_sync 4206 l\n2011_10_03/2011_10_03_drive_0034_sync 3614 r\n2011_10_03/2011_10_03_drive_0034_sync 4288 l\n2011_10_03/2011_10_03_drive_0034_sync 4011 l\n2011_10_03/2011_10_03_drive_0034_sync 4200 l\n2011_10_03/2011_10_03_drive_0034_sync 314 l\n2011_10_03/2011_10_03_drive_0034_sync 121 l\n2011_10_03/2011_10_03_drive_0034_sync 147 r\n2011_10_03/2011_10_03_drive_0034_sync 3737 l\n2011_10_03/2011_10_03_drive_0034_sync 631 r\n2011_10_03/2011_10_03_drive_0034_sync 3907 l\n2011_10_03/2011_10_03_drive_0034_sync 3985 l\n2011_10_03/2011_10_03_drive_0034_sync 1995 r\n2011_10_03/2011_10_03_drive_0034_sync 3327 r\n2011_10_03/2011_10_03_drive_0034_sync 3577 r\n2011_10_03/2011_10_03_drive_0034_sync 4017 r\n2011_10_03/2011_10_03_drive_0034_sync 4490 l\n2011_10_03/2011_10_03_drive_0034_sync 2922 l\n2011_10_03/2011_10_03_drive_0034_sync 2060 r\n2011_10_03/2011_10_03_drive_0034_sync 3260 r\n2011_10_03/2011_10_03_drive_0034_sync 4128 r\n2011_10_03/2011_10_03_drive_0034_sync 898 r\n2011_10_03/2011_10_03_drive_0034_sync 386 l\n2011_10_03/2011_10_03_drive_0034_sync 2399 l\n2011_10_03/2011_10_03_drive_0034_sync 1839 l\n2011_10_03/2011_10_03_drive_0034_sync 1175 r\n2011_10_03/2011_10_03_drive_0034_sync 1534 r\n2011_10_03/2011_10_03_drive_0034_sync 408 r\n2011_10_03/2011_10_03_drive_0034_sync 4518 r\n2011_10_03/2011_10_03_drive_0034_sync 925 r\n2011_10_03/2011_10_03_drive_0034_sync 2331 l\n2011_10_03/2011_10_03_drive_0034_sync 2417 l\n2011_10_03/2011_10_03_drive_0034_sync 844 l\n2011_10_03/2011_10_03_drive_0034_sync 2136 l\n2011_10_03/2011_10_03_drive_0034_sync 1442 l\n2011_10_03/2011_10_03_drive_0034_sync 2596 l\n2011_10_03/2011_10_03_drive_0034_sync 1719 r\n2011_10_03/2011_10_03_drive_0034_sync 1955 r\n2011_10_03/2011_10_03_drive_0034_sync 31 l\n2011_10_03/2011_10_03_drive_0034_sync 3086 l\n2011_10_03/2011_10_03_drive_0034_sync 365 r\n2011_10_03/2011_10_03_drive_0034_sync 3331 r\n2011_10_03/2011_10_03_drive_0034_sync 457 r\n2011_10_03/2011_10_03_drive_0034_sync 3569 r\n2011_10_03/2011_10_03_drive_0034_sync 1610 r\n2011_10_03/2011_10_03_drive_0034_sync 839 r\n2011_10_03/2011_10_03_drive_0034_sync 1082 r\n2011_10_03/2011_10_03_drive_0034_sync 4596 l\n2011_10_03/2011_10_03_drive_0034_sync 2718 l\n2011_10_03/2011_10_03_drive_0034_sync 1839 r\n2011_10_03/2011_10_03_drive_0034_sync 144 r\n2011_10_03/2011_10_03_drive_0034_sync 2856 l\n2011_10_03/2011_10_03_drive_0034_sync 863 r\n2011_10_03/2011_10_03_drive_0034_sync 1491 l\n2011_10_03/2011_10_03_drive_0034_sync 802 l\n2011_10_03/2011_10_03_drive_0034_sync 1259 r\n2011_10_03/2011_10_03_drive_0034_sync 2229 r\n2011_10_03/2011_10_03_drive_0034_sync 2060 l\n2011_10_03/2011_10_03_drive_0034_sync 1542 r\n2011_10_03/2011_10_03_drive_0034_sync 4170 l\n2011_10_03/2011_10_03_drive_0034_sync 2483 r\n2011_10_03/2011_10_03_drive_0034_sync 4203 l\n2011_10_03/2011_10_03_drive_0034_sync 1902 r\n2011_10_03/2011_10_03_drive_0034_sync 1702 l\n2011_10_03/2011_10_03_drive_0034_sync 1008 l\n2011_10_03/2011_10_03_drive_0034_sync 581 l\n2011_10_03/2011_10_03_drive_0034_sync 2206 r\n2011_10_03/2011_10_03_drive_0034_sync 2764 r\n2011_10_03/2011_10_03_drive_0034_sync 662 l\n2011_10_03/2011_10_03_drive_0034_sync 3586 l\n2011_10_03/2011_10_03_drive_0034_sync 2051 l\n2011_10_03/2011_10_03_drive_0034_sync 4458 l\n2011_10_03/2011_10_03_drive_0034_sync 2196 l\n2011_10_03/2011_10_03_drive_0034_sync 2680 r\n2011_10_03/2011_10_03_drive_0034_sync 2132 r\n2011_10_03/2011_10_03_drive_0034_sync 3493 l\n2011_10_03/2011_10_03_drive_0034_sync 4561 l\n2011_10_03/2011_10_03_drive_0034_sync 2200 r\n2011_10_03/2011_10_03_drive_0034_sync 3642 l\n2011_10_03/2011_10_03_drive_0034_sync 2849 r\n2011_10_03/2011_10_03_drive_0034_sync 985 r\n2011_10_03/2011_10_03_drive_0034_sync 3833 l\n2011_10_03/2011_10_03_drive_0034_sync 1533 l\n2011_10_03/2011_10_03_drive_0034_sync 4576 l\n2011_10_03/2011_10_03_drive_0034_sync 3759 r\n2011_10_03/2011_10_03_drive_0034_sync 3474 r\n2011_10_03/2011_10_03_drive_0034_sync 1559 r\n2011_10_03/2011_10_03_drive_0034_sync 2630 l\n2011_10_03/2011_10_03_drive_0034_sync 2771 l\n2011_10_03/2011_10_03_drive_0034_sync 3780 l\n2011_10_03/2011_10_03_drive_0034_sync 2707 l\n2011_10_03/2011_10_03_drive_0034_sync 76 r\n2011_10_03/2011_10_03_drive_0034_sync 4298 r\n2011_10_03/2011_10_03_drive_0034_sync 608 l\n2011_10_03/2011_10_03_drive_0034_sync 4070 r\n2011_10_03/2011_10_03_drive_0034_sync 834 l\n2011_10_03/2011_10_03_drive_0034_sync 3463 l\n2011_10_03/2011_10_03_drive_0034_sync 3772 r\n2011_10_03/2011_10_03_drive_0034_sync 1339 r\n2011_10_03/2011_10_03_drive_0034_sync 389 r\n2011_10_03/2011_10_03_drive_0034_sync 4426 l\n2011_10_03/2011_10_03_drive_0034_sync 24 l\n2011_10_03/2011_10_03_drive_0034_sync 2393 l\n2011_10_03/2011_10_03_drive_0034_sync 3377 l\n2011_10_03/2011_10_03_drive_0034_sync 2819 l\n2011_10_03/2011_10_03_drive_0034_sync 598 l\n2011_10_03/2011_10_03_drive_0034_sync 2076 r\n2011_10_03/2011_10_03_drive_0034_sync 3181 l\n2011_10_03/2011_10_03_drive_0034_sync 1924 r\n2011_10_03/2011_10_03_drive_0034_sync 450 r\n2011_10_03/2011_10_03_drive_0034_sync 2226 l\n2011_10_03/2011_10_03_drive_0034_sync 3168 l\n2011_10_03/2011_10_03_drive_0034_sync 1736 r\n2011_10_03/2011_10_03_drive_0034_sync 2266 r\n2011_10_03/2011_10_03_drive_0034_sync 1897 l\n2011_10_03/2011_10_03_drive_0034_sync 528 l\n2011_10_03/2011_10_03_drive_0034_sync 3882 r\n2011_10_03/2011_10_03_drive_0034_sync 1108 l\n2011_10_03/2011_10_03_drive_0034_sync 2023 l\n2011_10_03/2011_10_03_drive_0034_sync 2399 r\n2011_10_03/2011_10_03_drive_0034_sync 382 r\n2011_10_03/2011_10_03_drive_0034_sync 2576 r\n2011_10_03/2011_10_03_drive_0034_sync 3770 r\n2011_10_03/2011_10_03_drive_0034_sync 3153 l\n2011_10_03/2011_10_03_drive_0034_sync 4540 l\n2011_10_03/2011_10_03_drive_0034_sync 1776 r\n2011_10_03/2011_10_03_drive_0034_sync 767 r\n2011_10_03/2011_10_03_drive_0034_sync 3317 r\n2011_10_03/2011_10_03_drive_0034_sync 2613 r\n2011_10_03/2011_10_03_drive_0034_sync 4621 l\n2011_10_03/2011_10_03_drive_0034_sync 3432 r\n2011_10_03/2011_10_03_drive_0034_sync 2082 l\n2011_10_03/2011_10_03_drive_0034_sync 2039 l\n2011_10_03/2011_10_03_drive_0034_sync 1172 l\n2011_10_03/2011_10_03_drive_0034_sync 3601 l\n2011_10_03/2011_10_03_drive_0034_sync 4419 l\n2011_10_03/2011_10_03_drive_0034_sync 1811 r\n2011_10_03/2011_10_03_drive_0034_sync 2951 r\n2011_10_03/2011_10_03_drive_0034_sync 3143 r\n2011_10_03/2011_10_03_drive_0034_sync 40 r\n2011_10_03/2011_10_03_drive_0034_sync 1472 r\n2011_10_03/2011_10_03_drive_0034_sync 4247 l\n2011_10_03/2011_10_03_drive_0034_sync 4166 l\n2011_10_03/2011_10_03_drive_0034_sync 4120 r\n2011_10_03/2011_10_03_drive_0034_sync 3124 r\n2011_10_03/2011_10_03_drive_0034_sync 1438 l\n2011_10_03/2011_10_03_drive_0034_sync 865 r\n2011_10_03/2011_10_03_drive_0034_sync 4470 r\n2011_10_03/2011_10_03_drive_0034_sync 2626 l\n2011_10_03/2011_10_03_drive_0034_sync 3120 l\n2011_10_03/2011_10_03_drive_0034_sync 3051 l\n2011_10_03/2011_10_03_drive_0034_sync 4152 l\n2011_10_03/2011_10_03_drive_0034_sync 3263 l\n2011_10_03/2011_10_03_drive_0034_sync 4100 r\n2011_10_03/2011_10_03_drive_0034_sync 1832 r\n2011_10_03/2011_10_03_drive_0034_sync 1470 l\n2011_10_03/2011_10_03_drive_0034_sync 1208 r\n2011_10_03/2011_10_03_drive_0034_sync 4361 l\n2011_10_03/2011_10_03_drive_0034_sync 1294 l\n2011_10_03/2011_10_03_drive_0034_sync 3690 r\n2011_10_03/2011_10_03_drive_0034_sync 2246 l\n2011_10_03/2011_10_03_drive_0034_sync 3796 r\n2011_10_03/2011_10_03_drive_0034_sync 3064 r\n2011_10_03/2011_10_03_drive_0034_sync 665 r\n2011_10_03/2011_10_03_drive_0034_sync 663 r\n2011_10_03/2011_10_03_drive_0034_sync 908 r\n2011_10_03/2011_10_03_drive_0034_sync 1189 r\n2011_10_03/2011_10_03_drive_0034_sync 3654 l\n2011_10_03/2011_10_03_drive_0034_sync 3474 l\n2011_10_03/2011_10_03_drive_0034_sync 103 r\n2011_10_03/2011_10_03_drive_0034_sync 3678 r\n2011_10_03/2011_10_03_drive_0034_sync 1289 r\n2011_10_03/2011_10_03_drive_0034_sync 2418 l\n2011_10_03/2011_10_03_drive_0034_sync 3451 r\n2011_10_03/2011_10_03_drive_0034_sync 4237 r\n2011_10_03/2011_10_03_drive_0034_sync 401 r\n2011_09_26/2011_09_26_drive_0087_sync 108 l\n2011_09_26/2011_09_26_drive_0087_sync 56 r\n2011_09_26/2011_09_26_drive_0087_sync 49 r\n2011_09_26/2011_09_26_drive_0087_sync 460 l\n2011_09_26/2011_09_26_drive_0087_sync 116 r\n2011_09_26/2011_09_26_drive_0087_sync 68 r\n2011_09_26/2011_09_26_drive_0087_sync 321 l\n2011_09_26/2011_09_26_drive_0087_sync 575 r\n2011_09_26/2011_09_26_drive_0087_sync 611 r\n2011_09_26/2011_09_26_drive_0087_sync 518 l\n2011_09_26/2011_09_26_drive_0087_sync 612 r\n2011_09_26/2011_09_26_drive_0087_sync 160 r\n2011_09_26/2011_09_26_drive_0087_sync 552 l\n2011_09_26/2011_09_26_drive_0087_sync 223 l\n2011_09_26/2011_09_26_drive_0087_sync 492 r\n2011_09_26/2011_09_26_drive_0087_sync 14 l\n2011_09_26/2011_09_26_drive_0087_sync 99 l\n2011_09_26/2011_09_26_drive_0087_sync 20 r\n2011_09_26/2011_09_26_drive_0087_sync 624 l\n2011_09_26/2011_09_26_drive_0087_sync 564 l\n2011_09_26/2011_09_26_drive_0087_sync 697 r\n2011_09_26/2011_09_26_drive_0087_sync 575 l\n2011_09_26/2011_09_26_drive_0087_sync 379 l\n2011_09_26/2011_09_26_drive_0087_sync 119 l\n2011_09_26/2011_09_26_drive_0087_sync 152 l\n2011_09_26/2011_09_26_drive_0087_sync 549 r\n2011_09_26/2011_09_26_drive_0087_sync 31 r\n2011_09_26/2011_09_26_drive_0087_sync 330 l\n2011_09_26/2011_09_26_drive_0087_sync 719 l\n2011_09_26/2011_09_26_drive_0087_sync 497 r\n2011_09_26/2011_09_26_drive_0087_sync 252 r\n2011_09_26/2011_09_26_drive_0087_sync 99 r\n2011_09_26/2011_09_26_drive_0087_sync 156 r\n2011_09_26/2011_09_26_drive_0087_sync 70 r\n2011_09_26/2011_09_26_drive_0087_sync 371 r\n2011_09_26/2011_09_26_drive_0087_sync 45 r\n2011_09_26/2011_09_26_drive_0087_sync 282 r\n2011_09_26/2011_09_26_drive_0087_sync 421 l\n2011_09_26/2011_09_26_drive_0087_sync 540 l\n2011_09_26/2011_09_26_drive_0087_sync 593 l\n2011_09_26/2011_09_26_drive_0087_sync 353 r\n2011_09_26/2011_09_26_drive_0087_sync 110 r\n2011_09_26/2011_09_26_drive_0087_sync 508 l\n2011_09_26/2011_09_26_drive_0087_sync 694 r\n2011_09_26/2011_09_26_drive_0087_sync 479 l\n2011_09_26/2011_09_26_drive_0087_sync 274 r\n2011_09_26/2011_09_26_drive_0087_sync 725 r\n2011_09_26/2011_09_26_drive_0087_sync 48 l\n2011_09_26/2011_09_26_drive_0087_sync 148 r\n2011_09_26/2011_09_26_drive_0087_sync 269 r\n2011_09_26/2011_09_26_drive_0087_sync 527 l\n2011_09_26/2011_09_26_drive_0087_sync 39 l\n2011_09_26/2011_09_26_drive_0087_sync 706 l\n2011_09_26/2011_09_26_drive_0087_sync 691 r\n2011_09_26/2011_09_26_drive_0087_sync 447 l\n2011_09_26/2011_09_26_drive_0087_sync 260 r\n2011_09_26/2011_09_26_drive_0087_sync 482 l\n2011_09_26/2011_09_26_drive_0087_sync 629 l\n2011_09_26/2011_09_26_drive_0087_sync 699 r\n2011_09_26/2011_09_26_drive_0087_sync 718 r\n2011_09_26/2011_09_26_drive_0087_sync 497 l\n2011_09_26/2011_09_26_drive_0087_sync 19 l\n2011_09_26/2011_09_26_drive_0087_sync 398 l\n2011_09_26/2011_09_26_drive_0087_sync 185 l\n2011_09_26/2011_09_26_drive_0087_sync 108 r\n2011_09_26/2011_09_26_drive_0087_sync 629 r\n2011_09_26/2011_09_26_drive_0087_sync 465 r\n2011_09_26/2011_09_26_drive_0087_sync 141 r\n2011_09_26/2011_09_26_drive_0087_sync 105 r\n2011_09_26/2011_09_26_drive_0087_sync 486 l\n2011_09_26/2011_09_26_drive_0087_sync 379 r\n2011_09_26/2011_09_26_drive_0087_sync 211 l\n2011_09_26/2011_09_26_drive_0087_sync 705 l\n2011_09_26/2011_09_26_drive_0087_sync 650 l\n2011_09_26/2011_09_26_drive_0087_sync 92 l\n2011_09_26/2011_09_26_drive_0087_sync 257 r\n2011_09_26/2011_09_26_drive_0087_sync 189 r\n2011_09_26/2011_09_26_drive_0087_sync 216 l\n2011_09_26/2011_09_26_drive_0087_sync 233 r\n2011_09_26/2011_09_26_drive_0087_sync 389 l\n2011_09_26/2011_09_26_drive_0087_sync 54 r\n2011_09_26/2011_09_26_drive_0087_sync 573 r\n2011_09_26/2011_09_26_drive_0087_sync 171 l\n2011_09_26/2011_09_26_drive_0087_sync 18 r\n2011_09_26/2011_09_26_drive_0087_sync 267 r\n2011_09_26/2011_09_26_drive_0087_sync 312 r\n2011_09_26/2011_09_26_drive_0087_sync 329 r\n2011_09_26/2011_09_26_drive_0087_sync 173 r\n2011_09_26/2011_09_26_drive_0087_sync 50 r\n2011_09_26/2011_09_26_drive_0087_sync 254 l\n2011_09_26/2011_09_26_drive_0087_sync 476 r\n2011_09_26/2011_09_26_drive_0087_sync 576 r\n2011_09_26/2011_09_26_drive_0087_sync 125 r\n2011_09_26/2011_09_26_drive_0087_sync 555 r\n2011_09_26/2011_09_26_drive_0087_sync 243 r\n2011_09_26/2011_09_26_drive_0087_sync 156 l\n2011_09_26/2011_09_26_drive_0087_sync 73 r\n2011_09_26/2011_09_26_drive_0087_sync 301 r\n2011_09_26/2011_09_26_drive_0087_sync 104 l\n2011_09_26/2011_09_26_drive_0087_sync 362 r\n2011_09_26/2011_09_26_drive_0087_sync 129 l\n2011_09_26/2011_09_26_drive_0087_sync 367 r\n2011_09_26/2011_09_26_drive_0087_sync 134 l\n2011_09_26/2011_09_26_drive_0087_sync 383 l\n2011_09_26/2011_09_26_drive_0087_sync 333 r\n2011_09_26/2011_09_26_drive_0087_sync 114 l\n2011_09_26/2011_09_26_drive_0087_sync 419 r\n2011_09_26/2011_09_26_drive_0087_sync 478 r\n2011_09_26/2011_09_26_drive_0087_sync 452 l\n2011_09_26/2011_09_26_drive_0087_sync 89 l\n2011_09_26/2011_09_26_drive_0087_sync 178 r\n2011_09_26/2011_09_26_drive_0087_sync 724 r\n2011_09_26/2011_09_26_drive_0087_sync 571 r\n2011_09_26/2011_09_26_drive_0087_sync 390 l\n2011_09_26/2011_09_26_drive_0087_sync 704 l\n2011_09_26/2011_09_26_drive_0087_sync 398 r\n2011_09_26/2011_09_26_drive_0087_sync 241 l\n2011_09_26/2011_09_26_drive_0087_sync 605 r\n2011_09_26/2011_09_26_drive_0087_sync 315 l\n2011_09_26/2011_09_26_drive_0087_sync 268 r\n2011_09_26/2011_09_26_drive_0087_sync 120 l\n2011_09_26/2011_09_26_drive_0087_sync 624 r\n2011_09_26/2011_09_26_drive_0087_sync 202 r\n2011_09_26/2011_09_26_drive_0087_sync 82 r\n2011_09_26/2011_09_26_drive_0087_sync 89 r\n2011_09_26/2011_09_26_drive_0087_sync 248 r\n2011_09_26/2011_09_26_drive_0087_sync 408 r\n2011_09_26/2011_09_26_drive_0087_sync 636 l\n2011_09_26/2011_09_26_drive_0087_sync 499 r\n2011_09_26/2011_09_26_drive_0087_sync 649 r\n2011_09_26/2011_09_26_drive_0087_sync 273 r\n2011_09_26/2011_09_26_drive_0087_sync 494 l\n2011_09_26/2011_09_26_drive_0087_sync 225 r\n2011_09_26/2011_09_26_drive_0087_sync 644 r\n2011_09_26/2011_09_26_drive_0087_sync 234 l\n2011_09_26/2011_09_26_drive_0087_sync 418 l\n2011_09_26/2011_09_26_drive_0087_sync 207 l\n2011_09_26/2011_09_26_drive_0087_sync 169 l\n2011_09_26/2011_09_26_drive_0087_sync 42 r\n2011_09_26/2011_09_26_drive_0087_sync 187 l\n2011_09_26/2011_09_26_drive_0087_sync 521 l\n2011_09_26/2011_09_26_drive_0087_sync 531 l\n2011_09_26/2011_09_26_drive_0087_sync 237 r\n2011_09_26/2011_09_26_drive_0087_sync 287 l\n2011_09_30/2011_09_30_drive_0028_sync 771 r\n2011_09_30/2011_09_30_drive_0028_sync 128 l\n2011_09_30/2011_09_30_drive_0028_sync 3509 r\n2011_09_30/2011_09_30_drive_0028_sync 2829 r\n2011_09_30/2011_09_30_drive_0028_sync 4500 r\n2011_09_30/2011_09_30_drive_0028_sync 5168 l\n2011_09_30/2011_09_30_drive_0028_sync 2469 r\n2011_09_30/2011_09_30_drive_0028_sync 811 r\n2011_09_30/2011_09_30_drive_0028_sync 2522 l\n2011_09_30/2011_09_30_drive_0028_sync 4493 l\n2011_09_30/2011_09_30_drive_0028_sync 5106 l\n2011_09_30/2011_09_30_drive_0028_sync 4098 l\n2011_09_30/2011_09_30_drive_0028_sync 844 r\n2011_09_30/2011_09_30_drive_0028_sync 779 l\n2011_09_30/2011_09_30_drive_0028_sync 4559 l\n2011_09_30/2011_09_30_drive_0028_sync 571 r\n2011_09_30/2011_09_30_drive_0028_sync 4433 r\n2011_09_30/2011_09_30_drive_0028_sync 3366 l\n2011_09_30/2011_09_30_drive_0028_sync 4592 l\n2011_09_30/2011_09_30_drive_0028_sync 2633 r\n2011_09_30/2011_09_30_drive_0028_sync 1379 r\n2011_09_30/2011_09_30_drive_0028_sync 4637 r\n2011_09_30/2011_09_30_drive_0028_sync 574 l\n2011_09_30/2011_09_30_drive_0028_sync 1073 l\n2011_09_30/2011_09_30_drive_0028_sync 1726 r\n2011_09_30/2011_09_30_drive_0028_sync 4977 r\n2011_09_30/2011_09_30_drive_0028_sync 4021 r\n2011_09_30/2011_09_30_drive_0028_sync 530 r\n2011_09_30/2011_09_30_drive_0028_sync 250 r\n2011_09_30/2011_09_30_drive_0028_sync 1921 r\n2011_09_30/2011_09_30_drive_0028_sync 1325 l\n2011_09_30/2011_09_30_drive_0028_sync 3369 r\n2011_09_30/2011_09_30_drive_0028_sync 3018 r\n2011_09_30/2011_09_30_drive_0028_sync 2481 l\n2011_09_30/2011_09_30_drive_0028_sync 841 l\n2011_09_30/2011_09_30_drive_0028_sync 3521 r\n2011_09_30/2011_09_30_drive_0028_sync 4152 r\n2011_09_30/2011_09_30_drive_0028_sync 408 l\n2011_09_30/2011_09_30_drive_0028_sync 1365 l\n2011_09_30/2011_09_30_drive_0028_sync 4943 l\n2011_09_30/2011_09_30_drive_0028_sync 760 l\n2011_09_30/2011_09_30_drive_0028_sync 5071 r\n2011_09_30/2011_09_30_drive_0028_sync 3982 l\n2011_09_30/2011_09_30_drive_0028_sync 4363 l\n2011_09_30/2011_09_30_drive_0028_sync 3335 r\n2011_09_30/2011_09_30_drive_0028_sync 1695 l\n2011_09_30/2011_09_30_drive_0028_sync 4394 r\n2011_09_30/2011_09_30_drive_0028_sync 4140 l\n2011_09_30/2011_09_30_drive_0028_sync 4135 r\n2011_09_30/2011_09_30_drive_0028_sync 1591 l\n2011_09_30/2011_09_30_drive_0028_sync 5136 r\n2011_09_30/2011_09_30_drive_0028_sync 4756 l\n2011_09_30/2011_09_30_drive_0028_sync 3021 l\n2011_09_30/2011_09_30_drive_0028_sync 3938 l\n2011_09_30/2011_09_30_drive_0028_sync 2408 l\n2011_09_30/2011_09_30_drive_0028_sync 2033 l\n2011_09_30/2011_09_30_drive_0028_sync 4538 r\n2011_09_30/2011_09_30_drive_0028_sync 685 l\n2011_09_30/2011_09_30_drive_0028_sync 1775 r\n2011_09_30/2011_09_30_drive_0028_sync 173 r\n2011_09_30/2011_09_30_drive_0028_sync 351 l\n2011_09_30/2011_09_30_drive_0028_sync 4332 l\n2011_09_30/2011_09_30_drive_0028_sync 4207 l\n2011_09_30/2011_09_30_drive_0028_sync 2753 r\n2011_09_30/2011_09_30_drive_0028_sync 1001 l\n2011_09_30/2011_09_30_drive_0028_sync 4338 r\n2011_09_30/2011_09_30_drive_0028_sync 2594 r\n2011_09_30/2011_09_30_drive_0028_sync 3825 l\n2011_09_30/2011_09_30_drive_0028_sync 444 l\n2011_09_30/2011_09_30_drive_0028_sync 3332 r\n2011_09_30/2011_09_30_drive_0028_sync 3048 r\n2011_09_30/2011_09_30_drive_0028_sync 4729 r\n2011_09_30/2011_09_30_drive_0028_sync 4306 l\n2011_09_30/2011_09_30_drive_0028_sync 4773 l\n2011_09_30/2011_09_30_drive_0028_sync 4209 r\n2011_09_30/2011_09_30_drive_0028_sync 508 l\n2011_09_30/2011_09_30_drive_0028_sync 4102 l\n2011_09_30/2011_09_30_drive_0028_sync 4220 l\n2011_09_30/2011_09_30_drive_0028_sync 162 r\n2011_09_30/2011_09_30_drive_0028_sync 3863 r\n2011_09_30/2011_09_30_drive_0028_sync 3697 r\n2011_09_30/2011_09_30_drive_0028_sync 4923 r\n2011_09_30/2011_09_30_drive_0028_sync 3112 r\n2011_09_30/2011_09_30_drive_0028_sync 2593 l\n2011_09_30/2011_09_30_drive_0028_sync 38 r\n2011_09_30/2011_09_30_drive_0028_sync 1125 r\n2011_09_30/2011_09_30_drive_0028_sync 2305 l\n2011_09_30/2011_09_30_drive_0028_sync 3227 l\n2011_09_30/2011_09_30_drive_0028_sync 65 l\n2011_09_30/2011_09_30_drive_0028_sync 4791 r\n2011_09_30/2011_09_30_drive_0028_sync 5024 l\n2011_09_30/2011_09_30_drive_0028_sync 3888 r\n2011_09_30/2011_09_30_drive_0028_sync 1018 r\n2011_09_30/2011_09_30_drive_0028_sync 344 r\n2011_09_30/2011_09_30_drive_0028_sync 2597 l\n2011_09_30/2011_09_30_drive_0028_sync 4226 r\n2011_09_30/2011_09_30_drive_0028_sync 1506 r\n2011_09_30/2011_09_30_drive_0028_sync 4992 l\n2011_09_30/2011_09_30_drive_0028_sync 568 r\n2011_09_30/2011_09_30_drive_0028_sync 3684 l\n2011_09_30/2011_09_30_drive_0028_sync 2380 r\n2011_09_30/2011_09_30_drive_0028_sync 4719 l\n2011_09_30/2011_09_30_drive_0028_sync 3384 r\n2011_09_30/2011_09_30_drive_0028_sync 3894 r\n2011_09_30/2011_09_30_drive_0028_sync 3441 l\n2011_09_30/2011_09_30_drive_0028_sync 1934 l\n2011_09_30/2011_09_30_drive_0028_sync 1501 r\n2011_09_30/2011_09_30_drive_0028_sync 334 r\n2011_09_30/2011_09_30_drive_0028_sync 2667 r\n2011_09_30/2011_09_30_drive_0028_sync 3850 l\n2011_09_30/2011_09_30_drive_0028_sync 1293 r\n2011_09_30/2011_09_30_drive_0028_sync 4205 r\n2011_09_30/2011_09_30_drive_0028_sync 2434 l\n2011_09_30/2011_09_30_drive_0028_sync 3533 l\n2011_09_30/2011_09_30_drive_0028_sync 399 r\n2011_09_30/2011_09_30_drive_0028_sync 2719 r\n2011_09_30/2011_09_30_drive_0028_sync 3367 r\n2011_09_30/2011_09_30_drive_0028_sync 3040 r\n2011_09_30/2011_09_30_drive_0028_sync 4641 l\n2011_09_30/2011_09_30_drive_0028_sync 3785 r\n2011_09_30/2011_09_30_drive_0028_sync 537 l\n2011_09_30/2011_09_30_drive_0028_sync 4688 l\n2011_09_30/2011_09_30_drive_0028_sync 3319 r\n2011_09_30/2011_09_30_drive_0028_sync 5145 r\n2011_09_30/2011_09_30_drive_0028_sync 1802 l\n2011_09_30/2011_09_30_drive_0028_sync 1922 l\n2011_09_30/2011_09_30_drive_0028_sync 329 r\n2011_09_30/2011_09_30_drive_0028_sync 4121 l\n2011_09_30/2011_09_30_drive_0028_sync 1288 l\n2011_09_30/2011_09_30_drive_0028_sync 1422 r\n2011_09_30/2011_09_30_drive_0028_sync 224 l\n2011_09_30/2011_09_30_drive_0028_sync 2644 r\n2011_09_30/2011_09_30_drive_0028_sync 4103 r\n2011_09_30/2011_09_30_drive_0028_sync 2998 l\n2011_09_30/2011_09_30_drive_0028_sync 3378 l\n2011_09_30/2011_09_30_drive_0028_sync 1884 l\n2011_09_30/2011_09_30_drive_0028_sync 2649 r\n2011_09_30/2011_09_30_drive_0028_sync 2341 r\n2011_09_30/2011_09_30_drive_0028_sync 1179 l\n2011_09_30/2011_09_30_drive_0028_sync 5009 r\n2011_09_30/2011_09_30_drive_0028_sync 950 r\n2011_09_30/2011_09_30_drive_0028_sync 726 r\n2011_09_30/2011_09_30_drive_0028_sync 1092 r\n2011_09_30/2011_09_30_drive_0028_sync 4434 l\n2011_09_30/2011_09_30_drive_0028_sync 3739 r\n2011_09_30/2011_09_30_drive_0028_sync 3266 r\n2011_09_30/2011_09_30_drive_0028_sync 2433 l\n2011_09_30/2011_09_30_drive_0028_sync 3892 l\n2011_09_30/2011_09_30_drive_0028_sync 2399 l\n2011_09_30/2011_09_30_drive_0028_sync 4235 r\n2011_09_30/2011_09_30_drive_0028_sync 1026 r\n2011_09_30/2011_09_30_drive_0028_sync 3705 r\n2011_09_30/2011_09_30_drive_0028_sync 1349 r\n2011_09_30/2011_09_30_drive_0028_sync 2465 l\n2011_09_30/2011_09_30_drive_0028_sync 910 r\n2011_09_30/2011_09_30_drive_0028_sync 3714 l\n2011_09_30/2011_09_30_drive_0028_sync 3045 r\n2011_09_30/2011_09_30_drive_0028_sync 2555 l\n2011_09_30/2011_09_30_drive_0028_sync 4032 r\n2011_09_30/2011_09_30_drive_0028_sync 4835 r\n2011_09_30/2011_09_30_drive_0028_sync 1878 r\n2011_09_30/2011_09_30_drive_0028_sync 2732 l\n2011_09_30/2011_09_30_drive_0028_sync 4701 l\n2011_09_30/2011_09_30_drive_0028_sync 938 r\n2011_09_30/2011_09_30_drive_0028_sync 3008 r\n2011_09_30/2011_09_30_drive_0028_sync 101 r\n2011_09_30/2011_09_30_drive_0028_sync 1062 r\n2011_09_30/2011_09_30_drive_0028_sync 2228 r\n2011_09_30/2011_09_30_drive_0028_sync 4876 r\n2011_09_30/2011_09_30_drive_0028_sync 4621 r\n2011_09_30/2011_09_30_drive_0028_sync 1860 r\n2011_09_30/2011_09_30_drive_0028_sync 468 l\n2011_09_30/2011_09_30_drive_0028_sync 567 l\n2011_09_30/2011_09_30_drive_0028_sync 1463 r\n2011_09_30/2011_09_30_drive_0028_sync 2445 l\n2011_09_30/2011_09_30_drive_0028_sync 661 l\n2011_09_30/2011_09_30_drive_0028_sync 3620 l\n2011_09_30/2011_09_30_drive_0028_sync 1411 l\n2011_09_30/2011_09_30_drive_0028_sync 4773 r\n2011_09_30/2011_09_30_drive_0028_sync 3750 l\n2011_09_30/2011_09_30_drive_0028_sync 356 r\n2011_09_30/2011_09_30_drive_0028_sync 3185 l\n2011_09_30/2011_09_30_drive_0028_sync 5083 r\n2011_09_30/2011_09_30_drive_0028_sync 4665 l\n2011_09_30/2011_09_30_drive_0028_sync 3342 r\n2011_09_30/2011_09_30_drive_0028_sync 4198 l\n2011_09_30/2011_09_30_drive_0028_sync 1732 l\n2011_09_30/2011_09_30_drive_0028_sync 2555 r\n2011_09_30/2011_09_30_drive_0028_sync 3997 l\n2011_09_30/2011_09_30_drive_0028_sync 3289 l\n2011_09_30/2011_09_30_drive_0028_sync 777 r\n2011_09_30/2011_09_30_drive_0028_sync 2740 r\n2011_09_30/2011_09_30_drive_0028_sync 594 l\n2011_09_30/2011_09_30_drive_0028_sync 1402 r\n2011_09_30/2011_09_30_drive_0028_sync 1540 l\n2011_09_30/2011_09_30_drive_0028_sync 4425 r\n2011_09_30/2011_09_30_drive_0028_sync 377 r\n2011_09_30/2011_09_30_drive_0028_sync 243 l\n2011_09_30/2011_09_30_drive_0028_sync 289 r\n2011_09_30/2011_09_30_drive_0028_sync 969 l\n2011_09_30/2011_09_30_drive_0028_sync 4881 r\n2011_09_30/2011_09_30_drive_0028_sync 2832 l\n2011_09_30/2011_09_30_drive_0028_sync 2280 l\n2011_09_30/2011_09_30_drive_0028_sync 3586 r\n2011_09_30/2011_09_30_drive_0028_sync 3426 l\n2011_09_30/2011_09_30_drive_0028_sync 109 r\n2011_09_30/2011_09_30_drive_0028_sync 3004 r\n2011_09_30/2011_09_30_drive_0028_sync 1891 l\n2011_09_30/2011_09_30_drive_0028_sync 1315 r\n2011_09_30/2011_09_30_drive_0028_sync 3510 l\n2011_09_30/2011_09_30_drive_0028_sync 4556 r\n2011_09_30/2011_09_30_drive_0028_sync 2939 r\n2011_09_30/2011_09_30_drive_0028_sync 1409 l\n2011_09_30/2011_09_30_drive_0028_sync 3811 r\n2011_09_30/2011_09_30_drive_0028_sync 1052 l\n2011_09_30/2011_09_30_drive_0028_sync 4125 r\n2011_09_30/2011_09_30_drive_0028_sync 5101 r\n2011_09_30/2011_09_30_drive_0028_sync 1409 r\n2011_09_30/2011_09_30_drive_0028_sync 1968 l\n2011_09_30/2011_09_30_drive_0028_sync 3804 r\n2011_09_30/2011_09_30_drive_0028_sync 3162 l\n2011_09_30/2011_09_30_drive_0028_sync 4074 r\n2011_09_30/2011_09_30_drive_0028_sync 545 r\n2011_09_30/2011_09_30_drive_0028_sync 1583 l\n2011_09_30/2011_09_30_drive_0028_sync 1499 l\n2011_09_30/2011_09_30_drive_0028_sync 553 l\n2011_09_30/2011_09_30_drive_0028_sync 3683 r\n2011_09_30/2011_09_30_drive_0028_sync 1010 l\n2011_09_30/2011_09_30_drive_0028_sync 4850 l\n2011_09_30/2011_09_30_drive_0028_sync 48 r\n2011_09_30/2011_09_30_drive_0028_sync 2361 r\n2011_09_30/2011_09_30_drive_0028_sync 3879 l\n2011_09_30/2011_09_30_drive_0028_sync 2864 l\n2011_09_30/2011_09_30_drive_0028_sync 3509 l\n2011_09_30/2011_09_30_drive_0028_sync 4430 l\n2011_09_30/2011_09_30_drive_0028_sync 3116 r\n2011_09_30/2011_09_30_drive_0028_sync 4088 r\n2011_09_30/2011_09_30_drive_0028_sync 2261 l\n2011_09_30/2011_09_30_drive_0028_sync 4129 l\n2011_09_30/2011_09_30_drive_0028_sync 2825 r\n2011_09_30/2011_09_30_drive_0028_sync 1586 l\n2011_09_30/2011_09_30_drive_0028_sync 1653 l\n2011_09_30/2011_09_30_drive_0028_sync 2315 l\n2011_09_30/2011_09_30_drive_0028_sync 1974 l\n2011_09_30/2011_09_30_drive_0028_sync 3107 r\n2011_09_30/2011_09_30_drive_0028_sync 1793 r\n2011_09_30/2011_09_30_drive_0028_sync 4572 l\n2011_09_30/2011_09_30_drive_0028_sync 4775 l\n2011_09_30/2011_09_30_drive_0028_sync 4626 l\n2011_09_30/2011_09_30_drive_0028_sync 1186 l\n2011_09_30/2011_09_30_drive_0028_sync 2538 r\n2011_09_30/2011_09_30_drive_0028_sync 3428 l\n2011_09_30/2011_09_30_drive_0028_sync 4218 l\n2011_09_30/2011_09_30_drive_0028_sync 1012 l\n2011_09_30/2011_09_30_drive_0028_sync 1439 r\n2011_09_30/2011_09_30_drive_0028_sync 4814 l\n2011_09_30/2011_09_30_drive_0028_sync 3209 r\n2011_09_30/2011_09_30_drive_0028_sync 4721 r\n2011_09_30/2011_09_30_drive_0028_sync 1155 l\n2011_09_30/2011_09_30_drive_0028_sync 2230 r\n2011_09_30/2011_09_30_drive_0028_sync 2561 l\n2011_09_30/2011_09_30_drive_0028_sync 905 r\n2011_09_30/2011_09_30_drive_0028_sync 2517 l\n2011_09_30/2011_09_30_drive_0028_sync 43 l\n2011_09_30/2011_09_30_drive_0028_sync 862 r\n2011_09_30/2011_09_30_drive_0028_sync 2531 r\n2011_09_30/2011_09_30_drive_0028_sync 4382 r\n2011_09_30/2011_09_30_drive_0028_sync 4462 r\n2011_09_30/2011_09_30_drive_0028_sync 3864 l\n2011_09_30/2011_09_30_drive_0028_sync 2769 r\n2011_09_30/2011_09_30_drive_0028_sync 4940 r\n2011_09_30/2011_09_30_drive_0028_sync 1722 r\n2011_09_30/2011_09_30_drive_0028_sync 2451 l\n2011_09_30/2011_09_30_drive_0028_sync 1578 l\n2011_09_30/2011_09_30_drive_0028_sync 1153 l\n2011_09_30/2011_09_30_drive_0028_sync 4929 r\n2011_09_30/2011_09_30_drive_0028_sync 2817 r\n2011_09_30/2011_09_30_drive_0028_sync 3256 l\n2011_09_30/2011_09_30_drive_0028_sync 1542 r\n2011_09_30/2011_09_30_drive_0028_sync 4869 l\n2011_09_30/2011_09_30_drive_0028_sync 4845 l\n2011_09_30/2011_09_30_drive_0028_sync 2192 r\n2011_09_30/2011_09_30_drive_0028_sync 137 l\n2011_09_30/2011_09_30_drive_0028_sync 1462 l\n2011_09_30/2011_09_30_drive_0028_sync 1928 r\n2011_09_30/2011_09_30_drive_0028_sync 131 r\n2011_09_30/2011_09_30_drive_0028_sync 4842 l\n2011_09_30/2011_09_30_drive_0028_sync 3129 l\n2011_09_30/2011_09_30_drive_0028_sync 2701 r\n2011_09_30/2011_09_30_drive_0028_sync 4865 r\n2011_09_30/2011_09_30_drive_0028_sync 2713 r\n2011_09_30/2011_09_30_drive_0028_sync 4982 l\n2011_09_30/2011_09_30_drive_0028_sync 622 r\n2011_09_30/2011_09_30_drive_0028_sync 512 l\n2011_09_30/2011_09_30_drive_0028_sync 1471 r\n2011_09_30/2011_09_30_drive_0028_sync 1147 r\n2011_09_30/2011_09_30_drive_0028_sync 2240 r\n2011_09_30/2011_09_30_drive_0028_sync 3135 r\n2011_09_30/2011_09_30_drive_0028_sync 3029 l\n2011_09_30/2011_09_30_drive_0028_sync 3986 l\n2011_09_30/2011_09_30_drive_0028_sync 1776 l\n2011_09_30/2011_09_30_drive_0028_sync 1795 l\n2011_09_30/2011_09_30_drive_0028_sync 2093 l\n2011_09_30/2011_09_30_drive_0028_sync 1902 r\n2011_09_30/2011_09_30_drive_0028_sync 4087 l\n2011_09_30/2011_09_30_drive_0028_sync 1712 r\n2011_09_30/2011_09_30_drive_0028_sync 4557 r\n2011_09_30/2011_09_30_drive_0028_sync 54 l\n2011_09_30/2011_09_30_drive_0028_sync 2246 r\n2011_09_30/2011_09_30_drive_0028_sync 2247 r\n2011_09_30/2011_09_30_drive_0028_sync 1306 l\n2011_09_30/2011_09_30_drive_0028_sync 57 r\n2011_09_30/2011_09_30_drive_0028_sync 2074 l\n2011_09_30/2011_09_30_drive_0028_sync 5028 r\n2011_09_30/2011_09_30_drive_0028_sync 4225 r\n2011_09_30/2011_09_30_drive_0028_sync 1303 l\n2011_09_30/2011_09_30_drive_0028_sync 966 r\n2011_09_30/2011_09_30_drive_0028_sync 764 r\n2011_09_30/2011_09_30_drive_0028_sync 2390 l\n2011_09_30/2011_09_30_drive_0028_sync 970 r\n2011_09_30/2011_09_30_drive_0028_sync 1137 l\n2011_09_30/2011_09_30_drive_0028_sync 4990 r\n2011_09_30/2011_09_30_drive_0028_sync 1262 r\n2011_09_30/2011_09_30_drive_0028_sync 1165 r\n2011_09_30/2011_09_30_drive_0028_sync 3372 l\n2011_09_30/2011_09_30_drive_0028_sync 1354 r\n2011_09_30/2011_09_30_drive_0028_sync 4379 r\n2011_09_30/2011_09_30_drive_0028_sync 4051 l\n2011_09_30/2011_09_30_drive_0028_sync 1414 r\n2011_09_30/2011_09_30_drive_0028_sync 3218 l\n2011_09_30/2011_09_30_drive_0028_sync 971 r\n2011_09_30/2011_09_30_drive_0028_sync 500 r\n2011_09_30/2011_09_30_drive_0028_sync 3726 r\n2011_09_30/2011_09_30_drive_0028_sync 1563 l\n2011_09_30/2011_09_30_drive_0028_sync 2930 r\n2011_09_30/2011_09_30_drive_0028_sync 3482 l\n2011_09_30/2011_09_30_drive_0028_sync 4858 l\n2011_09_30/2011_09_30_drive_0028_sync 648 l\n2011_09_30/2011_09_30_drive_0028_sync 3958 r\n2011_09_30/2011_09_30_drive_0028_sync 4341 l\n2011_09_30/2011_09_30_drive_0028_sync 2518 l\n2011_09_30/2011_09_30_drive_0028_sync 482 r\n2011_09_30/2011_09_30_drive_0028_sync 531 l\n2011_09_30/2011_09_30_drive_0028_sync 1545 l\n2011_09_30/2011_09_30_drive_0028_sync 2454 l\n2011_09_30/2011_09_30_drive_0028_sync 741 l\n2011_09_30/2011_09_30_drive_0028_sync 1008 l\n2011_09_30/2011_09_30_drive_0028_sync 1379 l\n2011_09_30/2011_09_30_drive_0028_sync 1577 r\n2011_09_30/2011_09_30_drive_0028_sync 1516 l\n2011_09_30/2011_09_30_drive_0028_sync 3121 r\n2011_09_30/2011_09_30_drive_0028_sync 3473 l\n2011_09_30/2011_09_30_drive_0028_sync 3819 l\n2011_09_30/2011_09_30_drive_0028_sync 1579 l\n2011_09_30/2011_09_30_drive_0028_sync 1624 r\n2011_09_30/2011_09_30_drive_0028_sync 3413 r\n2011_09_30/2011_09_30_drive_0028_sync 3392 r\n2011_09_30/2011_09_30_drive_0028_sync 424 r\n2011_09_30/2011_09_30_drive_0028_sync 586 l\n2011_09_30/2011_09_30_drive_0028_sync 4564 l\n2011_09_30/2011_09_30_drive_0028_sync 214 l\n2011_09_30/2011_09_30_drive_0028_sync 2646 l\n2011_09_30/2011_09_30_drive_0028_sync 1783 l\n2011_09_30/2011_09_30_drive_0028_sync 755 r\n2011_09_30/2011_09_30_drive_0028_sync 1263 r\n2011_09_30/2011_09_30_drive_0028_sync 5032 r\n2011_09_30/2011_09_30_drive_0028_sync 408 r\n2011_09_30/2011_09_30_drive_0028_sync 3400 l\n2011_09_30/2011_09_30_drive_0028_sync 757 l\n2011_09_30/2011_09_30_drive_0028_sync 2774 r\n2011_09_30/2011_09_30_drive_0028_sync 2830 l\n2011_09_30/2011_09_30_drive_0028_sync 3073 l\n2011_09_30/2011_09_30_drive_0028_sync 2631 r\n2011_09_30/2011_09_30_drive_0028_sync 4584 r\n2011_09_30/2011_09_30_drive_0028_sync 2012 l\n2011_09_30/2011_09_30_drive_0028_sync 4509 r\n2011_09_30/2011_09_30_drive_0028_sync 212 r\n2011_09_30/2011_09_30_drive_0028_sync 1165 l\n2011_09_30/2011_09_30_drive_0028_sync 2144 l\n2011_09_30/2011_09_30_drive_0028_sync 2026 l\n2011_09_30/2011_09_30_drive_0028_sync 4920 l\n2011_09_30/2011_09_30_drive_0028_sync 467 l\n2011_09_30/2011_09_30_drive_0028_sync 2278 l\n2011_09_30/2011_09_30_drive_0028_sync 2550 r\n2011_09_30/2011_09_30_drive_0028_sync 2001 r\n2011_09_30/2011_09_30_drive_0028_sync 1255 l\n2011_09_30/2011_09_30_drive_0028_sync 1508 l\n2011_09_30/2011_09_30_drive_0028_sync 2466 r\n2011_09_30/2011_09_30_drive_0028_sync 1644 r\n2011_09_30/2011_09_30_drive_0028_sync 4085 r\n2011_09_30/2011_09_30_drive_0028_sync 4060 l\n2011_09_30/2011_09_30_drive_0028_sync 3507 l\n2011_09_30/2011_09_30_drive_0028_sync 5010 l\n2011_09_30/2011_09_30_drive_0028_sync 3923 r\n2011_09_30/2011_09_30_drive_0028_sync 373 r\n2011_09_30/2011_09_30_drive_0028_sync 4163 l\n2011_09_30/2011_09_30_drive_0028_sync 418 r\n2011_09_30/2011_09_30_drive_0028_sync 842 r\n2011_09_30/2011_09_30_drive_0028_sync 1083 l\n2011_09_30/2011_09_30_drive_0028_sync 1908 r\n2011_09_30/2011_09_30_drive_0028_sync 4826 r\n2011_09_30/2011_09_30_drive_0028_sync 458 l\n2011_09_30/2011_09_30_drive_0028_sync 1449 r\n2011_09_30/2011_09_30_drive_0028_sync 4537 r\n2011_09_30/2011_09_30_drive_0028_sync 5147 r\n2011_09_30/2011_09_30_drive_0028_sync 436 r\n2011_09_30/2011_09_30_drive_0028_sync 2814 r\n2011_09_30/2011_09_30_drive_0028_sync 3652 l\n2011_09_30/2011_09_30_drive_0028_sync 3267 r\n2011_09_30/2011_09_30_drive_0028_sync 535 r\n2011_09_30/2011_09_30_drive_0028_sync 1685 r\n2011_09_30/2011_09_30_drive_0028_sync 256 l\n2011_09_30/2011_09_30_drive_0028_sync 3406 l\n2011_09_30/2011_09_30_drive_0028_sync 5051 r\n2011_09_30/2011_09_30_drive_0028_sync 2252 r\n2011_09_30/2011_09_30_drive_0028_sync 3106 r\n2011_09_30/2011_09_30_drive_0028_sync 2524 r\n2011_09_30/2011_09_30_drive_0028_sync 3883 r\n2011_09_30/2011_09_30_drive_0028_sync 4522 r\n2011_09_30/2011_09_30_drive_0028_sync 3303 l\n2011_09_30/2011_09_30_drive_0028_sync 2747 l\n2011_09_30/2011_09_30_drive_0028_sync 552 r\n2011_09_30/2011_09_30_drive_0028_sync 713 r\n2011_09_30/2011_09_30_drive_0028_sync 1763 r\n2011_09_30/2011_09_30_drive_0028_sync 4847 l\n2011_09_30/2011_09_30_drive_0028_sync 1461 r\n2011_09_30/2011_09_30_drive_0028_sync 1489 l\n2011_09_30/2011_09_30_drive_0028_sync 1705 r\n2011_09_30/2011_09_30_drive_0028_sync 4305 l\n2011_09_30/2011_09_30_drive_0028_sync 4883 r\n2011_09_30/2011_09_30_drive_0028_sync 1212 l\n2011_09_30/2011_09_30_drive_0028_sync 3457 l\n2011_09_30/2011_09_30_drive_0028_sync 4960 l\n2011_09_30/2011_09_30_drive_0028_sync 4387 l\n2011_09_30/2011_09_30_drive_0028_sync 2912 r\n2011_09_30/2011_09_30_drive_0028_sync 1520 l\n2011_09_30/2011_09_30_drive_0028_sync 3188 r\n2011_09_30/2011_09_30_drive_0028_sync 49 l\n2011_09_30/2011_09_30_drive_0028_sync 2241 l\n2011_09_30/2011_09_30_drive_0028_sync 2056 r\n2011_09_30/2011_09_30_drive_0028_sync 938 l\n2011_09_30/2011_09_30_drive_0028_sync 4812 l\n2011_09_30/2011_09_30_drive_0028_sync 2999 l\n2011_09_30/2011_09_30_drive_0028_sync 564 r\n2011_09_30/2011_09_30_drive_0028_sync 3610 r\n2011_09_30/2011_09_30_drive_0028_sync 3915 r\n2011_09_30/2011_09_30_drive_0028_sync 152 l\n2011_09_30/2011_09_30_drive_0028_sync 2738 l\n2011_09_30/2011_09_30_drive_0028_sync 955 r\n2011_09_30/2011_09_30_drive_0028_sync 4728 r\n2011_09_30/2011_09_30_drive_0028_sync 2889 r\n2011_09_30/2011_09_30_drive_0028_sync 930 l\n2011_09_30/2011_09_30_drive_0028_sync 35 l\n2011_09_30/2011_09_30_drive_0028_sync 682 r\n2011_09_30/2011_09_30_drive_0028_sync 4426 r\n2011_09_30/2011_09_30_drive_0028_sync 312 r\n2011_09_30/2011_09_30_drive_0028_sync 1822 r\n2011_09_30/2011_09_30_drive_0028_sync 3089 r\n2011_09_30/2011_09_30_drive_0028_sync 5098 l\n2011_09_30/2011_09_30_drive_0028_sync 4454 r\n2011_09_30/2011_09_30_drive_0028_sync 3603 l\n2011_09_30/2011_09_30_drive_0028_sync 3638 l\n2011_09_30/2011_09_30_drive_0028_sync 4543 l\n2011_09_30/2011_09_30_drive_0028_sync 812 r\n2011_09_30/2011_09_30_drive_0028_sync 899 r\n2011_09_30/2011_09_30_drive_0028_sync 495 l\n2011_09_30/2011_09_30_drive_0028_sync 3687 r\n2011_09_30/2011_09_30_drive_0028_sync 3902 l\n2011_09_30/2011_09_30_drive_0028_sync 686 r\n2011_09_30/2011_09_30_drive_0028_sync 3275 r\n2011_09_30/2011_09_30_drive_0028_sync 1892 r\n2011_09_30/2011_09_30_drive_0028_sync 3895 l\n2011_09_30/2011_09_30_drive_0028_sync 3837 r\n2011_09_30/2011_09_30_drive_0028_sync 1556 l\n2011_09_30/2011_09_30_drive_0028_sync 2847 l\n2011_09_30/2011_09_30_drive_0028_sync 3214 r\n2011_09_30/2011_09_30_drive_0028_sync 2372 l\n2011_09_30/2011_09_30_drive_0028_sync 1320 r\n2011_09_30/2011_09_30_drive_0028_sync 2529 l\n2011_09_30/2011_09_30_drive_0028_sync 888 l\n2011_09_30/2011_09_30_drive_0028_sync 96 r\n2011_09_30/2011_09_30_drive_0028_sync 5029 r\n2011_09_30/2011_09_30_drive_0028_sync 4928 l\n2011_09_30/2011_09_30_drive_0028_sync 4605 r\n2011_09_30/2011_09_30_drive_0028_sync 3253 l\n2011_09_30/2011_09_30_drive_0028_sync 4722 r\n2011_09_30/2011_09_30_drive_0028_sync 316 r\n2011_09_30/2011_09_30_drive_0028_sync 2154 r\n2011_09_30/2011_09_30_drive_0028_sync 4313 l\n2011_09_30/2011_09_30_drive_0028_sync 1881 l\n2011_09_30/2011_09_30_drive_0028_sync 1313 l\n2011_09_30/2011_09_30_drive_0028_sync 898 l\n2011_09_30/2011_09_30_drive_0028_sync 4211 l\n2011_09_30/2011_09_30_drive_0028_sync 3852 l\n2011_09_30/2011_09_30_drive_0028_sync 3934 l\n2011_09_30/2011_09_30_drive_0028_sync 2887 r\n2011_09_30/2011_09_30_drive_0028_sync 509 r\n2011_09_30/2011_09_30_drive_0028_sync 4711 l\n2011_09_30/2011_09_30_drive_0028_sync 4480 l\n2011_09_30/2011_09_30_drive_0028_sync 2343 l\n2011_09_30/2011_09_30_drive_0028_sync 995 l\n2011_09_30/2011_09_30_drive_0028_sync 1582 l\n2011_09_30/2011_09_30_drive_0028_sync 1717 r\n2011_09_30/2011_09_30_drive_0028_sync 378 r\n2011_09_30/2011_09_30_drive_0028_sync 4563 r\n2011_09_30/2011_09_30_drive_0028_sync 1239 l\n2011_09_30/2011_09_30_drive_0028_sync 4063 l\n2011_09_30/2011_09_30_drive_0028_sync 2639 l\n2011_09_30/2011_09_30_drive_0028_sync 1302 r\n2011_09_30/2011_09_30_drive_0028_sync 5151 l\n2011_09_30/2011_09_30_drive_0028_sync 3179 l\n2011_09_30/2011_09_30_drive_0028_sync 191 l\n2011_09_30/2011_09_30_drive_0028_sync 862 l\n2011_09_30/2011_09_30_drive_0028_sync 1170 l\n2011_09_30/2011_09_30_drive_0028_sync 310 l\n2011_09_30/2011_09_30_drive_0028_sync 2834 r\n2011_09_30/2011_09_30_drive_0028_sync 2323 r\n2011_09_30/2011_09_30_drive_0028_sync 1448 r\n2011_09_30/2011_09_30_drive_0028_sync 1812 r\n2011_09_30/2011_09_30_drive_0028_sync 4380 l\n2011_09_30/2011_09_30_drive_0028_sync 1283 r\n2011_09_30/2011_09_30_drive_0028_sync 4202 l\n2011_09_30/2011_09_30_drive_0028_sync 2117 r\n2011_09_30/2011_09_30_drive_0028_sync 4691 l\n2011_09_30/2011_09_30_drive_0028_sync 4398 l\n2011_09_30/2011_09_30_drive_0028_sync 2514 l\n2011_09_30/2011_09_30_drive_0028_sync 213 l\n2011_09_30/2011_09_30_drive_0028_sync 1117 r\n2011_09_30/2011_09_30_drive_0028_sync 306 l\n2011_09_30/2011_09_30_drive_0028_sync 2091 r\n2011_09_30/2011_09_30_drive_0028_sync 2675 r\n2011_09_30/2011_09_30_drive_0028_sync 1111 r\n2011_09_30/2011_09_30_drive_0028_sync 644 r\n2011_09_30/2011_09_30_drive_0028_sync 1258 r\n2011_09_30/2011_09_30_drive_0028_sync 93 r\n2011_09_30/2011_09_30_drive_0028_sync 2758 r\n2011_09_30/2011_09_30_drive_0028_sync 2988 l\n2011_09_30/2011_09_30_drive_0028_sync 241 r\n2011_09_30/2011_09_30_drive_0028_sync 4069 l\n2011_09_30/2011_09_30_drive_0028_sync 2805 r\n2011_09_30/2011_09_30_drive_0028_sync 1940 r\n2011_09_30/2011_09_30_drive_0028_sync 2265 r\n2011_09_30/2011_09_30_drive_0028_sync 3763 r\n2011_09_30/2011_09_30_drive_0028_sync 2445 r\n2011_09_30/2011_09_30_drive_0028_sync 4427 l\n2011_09_30/2011_09_30_drive_0028_sync 2177 l\n2011_09_30/2011_09_30_drive_0028_sync 2228 l\n2011_09_30/2011_09_30_drive_0028_sync 813 l\n2011_09_30/2011_09_30_drive_0028_sync 3233 l\n2011_09_30/2011_09_30_drive_0028_sync 94 r\n2011_09_30/2011_09_30_drive_0028_sync 1853 r\n2011_09_30/2011_09_30_drive_0028_sync 4816 r\n2011_09_30/2011_09_30_drive_0028_sync 1268 l\n2011_09_30/2011_09_30_drive_0028_sync 420 l\n2011_09_30/2011_09_30_drive_0028_sync 859 l\n2011_09_30/2011_09_30_drive_0028_sync 1262 l\n2011_09_30/2011_09_30_drive_0028_sync 3443 r\n2011_09_30/2011_09_30_drive_0028_sync 715 l\n2011_09_30/2011_09_30_drive_0028_sync 4961 l\n2011_09_30/2011_09_30_drive_0028_sync 2512 r\n2011_09_30/2011_09_30_drive_0028_sync 4310 r\n2011_09_30/2011_09_30_drive_0028_sync 3326 l\n2011_09_30/2011_09_30_drive_0028_sync 1550 l\n2011_09_30/2011_09_30_drive_0028_sync 2521 r\n2011_09_30/2011_09_30_drive_0028_sync 1690 l\n2011_09_30/2011_09_30_drive_0028_sync 4155 r\n2011_09_30/2011_09_30_drive_0028_sync 1387 l\n2011_09_30/2011_09_30_drive_0028_sync 3192 l\n2011_09_30/2011_09_30_drive_0028_sync 5078 r\n2011_09_30/2011_09_30_drive_0028_sync 3996 r\n2011_09_30/2011_09_30_drive_0028_sync 178 l\n2011_09_30/2011_09_30_drive_0028_sync 2274 r\n2011_09_30/2011_09_30_drive_0028_sync 549 r\n2011_09_30/2011_09_30_drive_0028_sync 4330 l\n2011_09_30/2011_09_30_drive_0028_sync 4570 l\n2011_09_30/2011_09_30_drive_0028_sync 1259 l\n2011_09_30/2011_09_30_drive_0028_sync 4431 r\n2011_09_30/2011_09_30_drive_0028_sync 2580 l\n2011_09_30/2011_09_30_drive_0028_sync 4336 l\n2011_09_30/2011_09_30_drive_0028_sync 4799 l\n2011_09_30/2011_09_30_drive_0028_sync 945 l\n2011_09_30/2011_09_30_drive_0028_sync 908 r\n2011_09_30/2011_09_30_drive_0028_sync 4010 r\n2011_09_30/2011_09_30_drive_0028_sync 2520 l\n2011_09_30/2011_09_30_drive_0028_sync 3260 l\n2011_09_30/2011_09_30_drive_0028_sync 2676 r\n2011_09_30/2011_09_30_drive_0028_sync 2360 r\n2011_09_30/2011_09_30_drive_0028_sync 4643 l\n2011_09_30/2011_09_30_drive_0028_sync 1124 r\n2011_09_30/2011_09_30_drive_0028_sync 4976 r\n2011_09_30/2011_09_30_drive_0028_sync 1411 r\n2011_09_30/2011_09_30_drive_0028_sync 4895 l\n2011_09_30/2011_09_30_drive_0028_sync 3834 r\n2011_09_30/2011_09_30_drive_0028_sync 2086 r\n2011_09_30/2011_09_30_drive_0028_sync 4201 r\n2011_09_30/2011_09_30_drive_0028_sync 4974 l\n2011_09_30/2011_09_30_drive_0028_sync 767 r\n2011_09_30/2011_09_30_drive_0028_sync 4098 r\n2011_09_30/2011_09_30_drive_0028_sync 1244 r\n2011_09_30/2011_09_30_drive_0028_sync 2351 r\n2011_09_30/2011_09_30_drive_0028_sync 795 r\n2011_09_30/2011_09_30_drive_0028_sync 4583 r\n2011_09_30/2011_09_30_drive_0028_sync 3806 r\n2011_09_30/2011_09_30_drive_0028_sync 5135 r\n2011_09_30/2011_09_30_drive_0028_sync 3389 r\n2011_09_30/2011_09_30_drive_0028_sync 29 l\n2011_09_30/2011_09_30_drive_0028_sync 63 l\n2011_09_30/2011_09_30_drive_0028_sync 5131 r\n2011_09_30/2011_09_30_drive_0028_sync 3017 l\n2011_09_30/2011_09_30_drive_0028_sync 4628 l\n2011_09_30/2011_09_30_drive_0028_sync 5122 r\n2011_09_30/2011_09_30_drive_0028_sync 1104 l\n2011_09_30/2011_09_30_drive_0028_sync 2581 r\n2011_09_30/2011_09_30_drive_0028_sync 3286 l\n2011_09_30/2011_09_30_drive_0028_sync 3485 r\n2011_09_30/2011_09_30_drive_0028_sync 1700 l\n2011_09_30/2011_09_30_drive_0028_sync 3454 r\n2011_09_30/2011_09_30_drive_0028_sync 3102 l\n2011_09_30/2011_09_30_drive_0028_sync 92 r\n2011_09_30/2011_09_30_drive_0028_sync 3842 l\n2011_09_30/2011_09_30_drive_0028_sync 604 r\n2011_09_30/2011_09_30_drive_0028_sync 4028 r\n2011_09_30/2011_09_30_drive_0028_sync 4541 r\n2011_09_30/2011_09_30_drive_0028_sync 4846 r\n2011_09_30/2011_09_30_drive_0028_sync 2742 r\n2011_09_30/2011_09_30_drive_0028_sync 3512 r\n2011_09_30/2011_09_30_drive_0028_sync 3135 l\n2011_09_30/2011_09_30_drive_0028_sync 3411 r\n2011_09_30/2011_09_30_drive_0028_sync 1275 r\n2011_09_30/2011_09_30_drive_0028_sync 3657 l\n2011_09_30/2011_09_30_drive_0028_sync 5063 l\n2011_09_30/2011_09_30_drive_0028_sync 3885 l\n2011_09_30/2011_09_30_drive_0028_sync 2658 l\n2011_09_30/2011_09_30_drive_0028_sync 4406 r\n2011_09_30/2011_09_30_drive_0028_sync 3427 r\n2011_09_30/2011_09_30_drive_0028_sync 3535 r\n2011_09_30/2011_09_30_drive_0028_sync 241 l\n2011_09_30/2011_09_30_drive_0028_sync 2904 r\n2011_09_30/2011_09_30_drive_0028_sync 5021 r\n2011_09_30/2011_09_30_drive_0028_sync 1720 l\n2011_09_30/2011_09_30_drive_0028_sync 4859 r\n2011_09_30/2011_09_30_drive_0028_sync 1416 l\n2011_09_30/2011_09_30_drive_0028_sync 1285 r\n2011_09_30/2011_09_30_drive_0028_sync 643 r\n2011_09_30/2011_09_30_drive_0028_sync 750 r\n2011_09_30/2011_09_30_drive_0028_sync 2161 l\n2011_09_30/2011_09_30_drive_0028_sync 4852 r\n2011_09_30/2011_09_30_drive_0028_sync 4047 r\n2011_09_30/2011_09_30_drive_0028_sync 4944 l\n2011_09_30/2011_09_30_drive_0028_sync 2927 l\n2011_09_30/2011_09_30_drive_0028_sync 3526 r\n2011_09_30/2011_09_30_drive_0028_sync 84 r\n2011_09_30/2011_09_30_drive_0028_sync 2015 l\n2011_09_30/2011_09_30_drive_0028_sync 1485 l\n2011_09_30/2011_09_30_drive_0028_sync 1759 l\n2011_09_30/2011_09_30_drive_0028_sync 4042 r\n2011_09_30/2011_09_30_drive_0028_sync 1616 l\n2011_09_30/2011_09_30_drive_0028_sync 959 l\n2011_09_30/2011_09_30_drive_0028_sync 4740 l\n2011_09_30/2011_09_30_drive_0028_sync 2898 r\n2011_09_30/2011_09_30_drive_0028_sync 2660 r\n2011_09_30/2011_09_30_drive_0028_sync 245 r\n2011_09_30/2011_09_30_drive_0028_sync 2444 r\n2011_09_30/2011_09_30_drive_0028_sync 1864 r\n2011_09_30/2011_09_30_drive_0028_sync 2681 l\n2011_09_30/2011_09_30_drive_0028_sync 248 l\n2011_09_30/2011_09_30_drive_0028_sync 441 l\n2011_09_30/2011_09_30_drive_0028_sync 251 r\n2011_09_30/2011_09_30_drive_0028_sync 342 l\n2011_09_30/2011_09_30_drive_0028_sync 2064 r\n2011_09_30/2011_09_30_drive_0028_sync 184 l\n2011_09_30/2011_09_30_drive_0028_sync 665 l\n2011_09_30/2011_09_30_drive_0028_sync 3249 l\n2011_09_30/2011_09_30_drive_0028_sync 4861 r\n2011_09_30/2011_09_30_drive_0028_sync 4313 r\n2011_09_30/2011_09_30_drive_0028_sync 3793 l\n2011_09_30/2011_09_30_drive_0028_sync 2209 r\n2011_09_30/2011_09_30_drive_0028_sync 120 l\n2011_09_30/2011_09_30_drive_0028_sync 4161 r\n2011_09_30/2011_09_30_drive_0028_sync 3468 l\n2011_09_30/2011_09_30_drive_0028_sync 2441 l\n2011_09_30/2011_09_30_drive_0028_sync 2088 r\n2011_09_30/2011_09_30_drive_0028_sync 438 l\n2011_09_30/2011_09_30_drive_0028_sync 4546 l\n2011_09_30/2011_09_30_drive_0028_sync 447 r\n2011_09_30/2011_09_30_drive_0028_sync 320 l\n2011_09_30/2011_09_30_drive_0028_sync 3655 r\n2011_09_30/2011_09_30_drive_0028_sync 2325 l\n2011_09_30/2011_09_30_drive_0028_sync 175 r\n2011_09_30/2011_09_30_drive_0028_sync 3881 l\n2011_09_30/2011_09_30_drive_0028_sync 1496 r\n2011_09_30/2011_09_30_drive_0028_sync 1716 r\n2011_09_30/2011_09_30_drive_0028_sync 871 r\n2011_09_30/2011_09_30_drive_0028_sync 317 l\n2011_09_30/2011_09_30_drive_0028_sync 2029 l\n2011_09_30/2011_09_30_drive_0028_sync 759 r\n2011_09_30/2011_09_30_drive_0028_sync 3319 l\n2011_09_30/2011_09_30_drive_0028_sync 974 l\n2011_09_30/2011_09_30_drive_0028_sync 957 l\n2011_09_30/2011_09_30_drive_0028_sync 4396 r\n2011_09_30/2011_09_30_drive_0028_sync 2321 r\n2011_09_30/2011_09_30_drive_0028_sync 5027 l\n2011_09_30/2011_09_30_drive_0028_sync 4649 r\n2011_09_30/2011_09_30_drive_0028_sync 4833 r\n2011_09_30/2011_09_30_drive_0028_sync 1058 r\n2011_09_30/2011_09_30_drive_0028_sync 3176 l\n2011_09_30/2011_09_30_drive_0028_sync 4448 r\n2011_09_30/2011_09_30_drive_0028_sync 4459 r\n2011_09_30/2011_09_30_drive_0028_sync 4109 r\n2011_09_30/2011_09_30_drive_0028_sync 525 l\n2011_09_30/2011_09_30_drive_0028_sync 4635 l\n2011_09_30/2011_09_30_drive_0028_sync 360 r\n2011_09_30/2011_09_30_drive_0028_sync 4618 r\n2011_09_30/2011_09_30_drive_0028_sync 2418 r\n2011_09_30/2011_09_30_drive_0028_sync 1319 l\n2011_09_30/2011_09_30_drive_0028_sync 337 l\n2011_09_30/2011_09_30_drive_0028_sync 411 l\n2011_09_30/2011_09_30_drive_0028_sync 4754 l\n2011_09_30/2011_09_30_drive_0028_sync 3171 l\n2011_09_30/2011_09_30_drive_0028_sync 3722 l\n2011_09_30/2011_09_30_drive_0028_sync 3741 l\n2011_09_30/2011_09_30_drive_0028_sync 4822 r\n2011_09_30/2011_09_30_drive_0028_sync 4074 l\n2011_09_30/2011_09_30_drive_0028_sync 2599 r\n2011_09_30/2011_09_30_drive_0028_sync 4600 l\n2011_09_30/2011_09_30_drive_0028_sync 725 r\n2011_09_30/2011_09_30_drive_0028_sync 612 r\n2011_09_30/2011_09_30_drive_0028_sync 238 r\n2011_09_30/2011_09_30_drive_0028_sync 1911 r\n2011_09_30/2011_09_30_drive_0028_sync 2567 r\n2011_09_30/2011_09_30_drive_0028_sync 3906 l\n2011_09_30/2011_09_30_drive_0028_sync 1492 l\n2011_09_30/2011_09_30_drive_0028_sync 3265 r\n2011_09_30/2011_09_30_drive_0028_sync 3344 l\n2011_09_30/2011_09_30_drive_0028_sync 1274 r\n2011_09_30/2011_09_30_drive_0028_sync 295 l\n2011_09_30/2011_09_30_drive_0028_sync 181 r\n2011_09_30/2011_09_30_drive_0028_sync 3897 l\n2011_09_30/2011_09_30_drive_0028_sync 2659 l\n2011_09_30/2011_09_30_drive_0028_sync 244 r\n2011_09_30/2011_09_30_drive_0028_sync 1559 r\n2011_09_30/2011_09_30_drive_0028_sync 3294 r\n2011_09_30/2011_09_30_drive_0028_sync 2662 r\n2011_09_30/2011_09_30_drive_0028_sync 1910 r\n2011_09_30/2011_09_30_drive_0028_sync 4386 r\n2011_09_30/2011_09_30_drive_0028_sync 3086 r\n2011_09_30/2011_09_30_drive_0028_sync 458 r\n2011_09_30/2011_09_30_drive_0028_sync 3370 l\n2011_09_30/2011_09_30_drive_0028_sync 4896 r\n2011_09_30/2011_09_30_drive_0028_sync 5036 l\n2011_09_30/2011_09_30_drive_0028_sync 1612 l\n2011_09_30/2011_09_30_drive_0028_sync 407 r\n2011_09_30/2011_09_30_drive_0028_sync 4965 l\n2011_09_30/2011_09_30_drive_0028_sync 49 r\n2011_09_30/2011_09_30_drive_0028_sync 1433 l\n2011_09_30/2011_09_30_drive_0028_sync 1542 l\n2011_09_30/2011_09_30_drive_0028_sync 2035 l\n2011_09_30/2011_09_30_drive_0028_sync 5081 r\n2011_09_30/2011_09_30_drive_0028_sync 2302 l\n2011_09_30/2011_09_30_drive_0028_sync 2503 l\n2011_09_30/2011_09_30_drive_0028_sync 2449 l\n2011_09_30/2011_09_30_drive_0028_sync 691 r\n2011_09_30/2011_09_30_drive_0028_sync 3205 r\n2011_09_30/2011_09_30_drive_0028_sync 541 r\n2011_09_30/2011_09_30_drive_0028_sync 1312 l\n2011_09_30/2011_09_30_drive_0028_sync 2563 r\n2011_09_30/2011_09_30_drive_0028_sync 4477 r\n2011_09_30/2011_09_30_drive_0028_sync 1036 l\n2011_09_30/2011_09_30_drive_0028_sync 1203 r\n2011_09_30/2011_09_30_drive_0028_sync 3569 l\n2011_09_30/2011_09_30_drive_0028_sync 3821 r\n2011_09_30/2011_09_30_drive_0028_sync 1790 l\n2011_09_30/2011_09_30_drive_0028_sync 2987 r\n2011_09_30/2011_09_30_drive_0028_sync 191 r\n2011_09_30/2011_09_30_drive_0028_sync 4749 l\n2011_09_30/2011_09_30_drive_0028_sync 2830 r\n2011_09_30/2011_09_30_drive_0028_sync 4426 l\n2011_09_30/2011_09_30_drive_0028_sync 3527 r\n2011_09_30/2011_09_30_drive_0028_sync 1925 r\n2011_09_30/2011_09_30_drive_0028_sync 3591 l\n2011_09_30/2011_09_30_drive_0028_sync 1806 l\n2011_09_30/2011_09_30_drive_0028_sync 2690 r\n2011_09_30/2011_09_30_drive_0028_sync 3945 r\n2011_09_30/2011_09_30_drive_0028_sync 3399 r\n2011_09_30/2011_09_30_drive_0028_sync 2052 r\n2011_09_30/2011_09_30_drive_0028_sync 2936 l\n2011_09_30/2011_09_30_drive_0028_sync 745 l\n2011_09_30/2011_09_30_drive_0028_sync 3382 r\n2011_09_30/2011_09_30_drive_0028_sync 754 r\n2011_09_30/2011_09_30_drive_0028_sync 4410 l\n2011_09_30/2011_09_30_drive_0028_sync 1098 r\n2011_09_30/2011_09_30_drive_0028_sync 190 r\n2011_09_30/2011_09_30_drive_0028_sync 2115 l\n2011_09_30/2011_09_30_drive_0028_sync 4002 l\n2011_09_30/2011_09_30_drive_0028_sync 3340 r\n2011_09_30/2011_09_30_drive_0028_sync 4707 r\n2011_09_30/2011_09_30_drive_0028_sync 4375 l\n2011_09_30/2011_09_30_drive_0028_sync 1873 r\n2011_09_30/2011_09_30_drive_0028_sync 68 r\n2011_09_30/2011_09_30_drive_0028_sync 2155 r\n2011_09_30/2011_09_30_drive_0028_sync 4515 r\n2011_09_30/2011_09_30_drive_0028_sync 1557 r\n2011_09_30/2011_09_30_drive_0028_sync 3356 r\n2011_09_30/2011_09_30_drive_0028_sync 4975 l\n2011_09_30/2011_09_30_drive_0028_sync 2415 r\n2011_09_30/2011_09_30_drive_0028_sync 2185 r\n2011_09_30/2011_09_30_drive_0028_sync 4407 l\n2011_09_30/2011_09_30_drive_0028_sync 2213 r\n2011_09_30/2011_09_30_drive_0028_sync 5053 r\n2011_09_30/2011_09_30_drive_0028_sync 398 l\n2011_09_30/2011_09_30_drive_0028_sync 3105 l\n2011_09_30/2011_09_30_drive_0028_sync 1709 l\n2011_09_30/2011_09_30_drive_0028_sync 4765 l\n2011_09_30/2011_09_30_drive_0028_sync 3825 r\n2011_09_30/2011_09_30_drive_0028_sync 1825 r\n2011_09_30/2011_09_30_drive_0028_sync 2349 l\n2011_09_30/2011_09_30_drive_0028_sync 4860 l\n2011_09_30/2011_09_30_drive_0028_sync 3484 l\n2011_09_30/2011_09_30_drive_0028_sync 634 r\n2011_09_30/2011_09_30_drive_0028_sync 1152 r\n2011_09_30/2011_09_30_drive_0028_sync 186 r\n2011_09_30/2011_09_30_drive_0028_sync 3277 l\n2011_09_30/2011_09_30_drive_0028_sync 4689 l\n2011_09_30/2011_09_30_drive_0028_sync 4464 r\n2011_09_30/2011_09_30_drive_0028_sync 3542 l\n2011_09_30/2011_09_30_drive_0028_sync 3974 l\n2011_09_30/2011_09_30_drive_0028_sync 2908 l\n2011_09_30/2011_09_30_drive_0028_sync 3341 l\n2011_09_30/2011_09_30_drive_0028_sync 1901 l\n2011_09_30/2011_09_30_drive_0028_sync 3452 l\n2011_09_30/2011_09_30_drive_0028_sync 2047 r\n2011_09_30/2011_09_30_drive_0028_sync 4607 l\n2011_09_30/2011_09_30_drive_0028_sync 4531 r\n2011_09_30/2011_09_30_drive_0028_sync 385 l\n2011_09_30/2011_09_30_drive_0028_sync 632 l\n2011_09_30/2011_09_30_drive_0028_sync 4320 r\n2011_09_30/2011_09_30_drive_0028_sync 1771 l\n2011_09_30/2011_09_30_drive_0028_sync 4124 l\n2011_09_30/2011_09_30_drive_0028_sync 4447 l\n2011_09_30/2011_09_30_drive_0028_sync 330 l\n2011_09_30/2011_09_30_drive_0028_sync 1707 r\n2011_09_30/2011_09_30_drive_0028_sync 106 r\n2011_09_30/2011_09_30_drive_0028_sync 3629 l\n2011_09_30/2011_09_30_drive_0028_sync 2715 l\n2011_09_30/2011_09_30_drive_0028_sync 682 l\n2011_09_30/2011_09_30_drive_0028_sync 2510 l\n2011_09_30/2011_09_30_drive_0028_sync 455 l\n2011_09_30/2011_09_30_drive_0028_sync 4797 l\n2011_09_30/2011_09_30_drive_0028_sync 4726 l\n2011_09_30/2011_09_30_drive_0028_sync 2811 l\n2011_09_30/2011_09_30_drive_0028_sync 893 l\n2011_09_30/2011_09_30_drive_0028_sync 3453 r\n2011_09_30/2011_09_30_drive_0028_sync 4144 r\n2011_09_30/2011_09_30_drive_0028_sync 502 r\n2011_09_30/2011_09_30_drive_0028_sync 4724 l\n2011_09_30/2011_09_30_drive_0028_sync 4542 r\n2011_09_30/2011_09_30_drive_0028_sync 161 l\n2011_09_30/2011_09_30_drive_0028_sync 2689 l\n2011_09_30/2011_09_30_drive_0028_sync 1907 r\n2011_09_30/2011_09_30_drive_0028_sync 2264 r\n2011_09_30/2011_09_30_drive_0028_sync 4756 r\n2011_09_30/2011_09_30_drive_0028_sync 5046 l\n2011_09_30/2011_09_30_drive_0028_sync 1104 r\n2011_09_30/2011_09_30_drive_0028_sync 4273 r\n2011_09_30/2011_09_30_drive_0028_sync 3032 l\n2011_09_30/2011_09_30_drive_0028_sync 3577 r\n2011_09_30/2011_09_30_drive_0028_sync 2472 l\n2011_09_30/2011_09_30_drive_0028_sync 4476 l\n2011_09_30/2011_09_30_drive_0028_sync 3209 l\n2011_09_30/2011_09_30_drive_0028_sync 3513 l\n2011_09_30/2011_09_30_drive_0028_sync 4191 l\n2011_09_30/2011_09_30_drive_0028_sync 304 r\n2011_09_30/2011_09_30_drive_0028_sync 719 l\n2011_09_30/2011_09_30_drive_0028_sync 3435 r\n2011_09_30/2011_09_30_drive_0028_sync 282 l\n2011_09_30/2011_09_30_drive_0028_sync 2478 l\n2011_09_30/2011_09_30_drive_0028_sync 1360 l\n2011_09_30/2011_09_30_drive_0028_sync 3915 l\n2011_09_30/2011_09_30_drive_0028_sync 895 l\n2011_09_30/2011_09_30_drive_0028_sync 2489 r\n2011_09_30/2011_09_30_drive_0028_sync 4954 r\n2011_09_30/2011_09_30_drive_0028_sync 1022 r\n2011_09_30/2011_09_30_drive_0028_sync 3957 r\n2011_09_30/2011_09_30_drive_0028_sync 1072 r\n2011_09_30/2011_09_30_drive_0028_sync 4295 l\n2011_09_30/2011_09_30_drive_0028_sync 616 l\n2011_09_30/2011_09_30_drive_0028_sync 2055 l\n2011_09_30/2011_09_30_drive_0028_sync 2362 r\n2011_09_30/2011_09_30_drive_0028_sync 3841 r\n2011_09_30/2011_09_30_drive_0028_sync 3868 l\n2011_09_30/2011_09_30_drive_0028_sync 3710 l\n2011_09_30/2011_09_30_drive_0028_sync 1532 r\n2011_09_30/2011_09_30_drive_0028_sync 1013 l\n2011_09_30/2011_09_30_drive_0028_sync 1887 l\n2011_09_30/2011_09_30_drive_0028_sync 1668 r\n2011_09_30/2011_09_30_drive_0028_sync 3774 l\n2011_09_30/2011_09_30_drive_0028_sync 1074 r\n2011_09_30/2011_09_30_drive_0028_sync 252 l\n2011_09_30/2011_09_30_drive_0028_sync 3090 l\n2011_09_30/2011_09_30_drive_0028_sync 4333 r\n2011_09_30/2011_09_30_drive_0028_sync 4037 l\n2011_09_30/2011_09_30_drive_0028_sync 113 l\n2011_09_30/2011_09_30_drive_0028_sync 3348 r\n2011_09_30/2011_09_30_drive_0028_sync 4709 r\n2011_09_30/2011_09_30_drive_0028_sync 4695 l\n2011_09_30/2011_09_30_drive_0028_sync 2475 r\n2011_09_30/2011_09_30_drive_0028_sync 313 r\n2011_09_30/2011_09_30_drive_0028_sync 633 l\n2011_09_30/2011_09_30_drive_0028_sync 3122 r\n2011_09_30/2011_09_30_drive_0028_sync 3502 r\n2011_09_30/2011_09_30_drive_0028_sync 347 r\n2011_09_30/2011_09_30_drive_0028_sync 4557 l\n2011_09_30/2011_09_30_drive_0028_sync 3278 r\n2011_09_30/2011_09_30_drive_0028_sync 1993 l\n2011_09_30/2011_09_30_drive_0028_sync 2813 r\n2011_09_30/2011_09_30_drive_0028_sync 4753 l\n2011_09_30/2011_09_30_drive_0028_sync 4466 l\n2011_09_30/2011_09_30_drive_0028_sync 3860 l\n2011_09_30/2011_09_30_drive_0028_sync 4612 l\n2011_09_30/2011_09_30_drive_0028_sync 4442 r\n2011_09_30/2011_09_30_drive_0028_sync 761 r\n2011_09_30/2011_09_30_drive_0028_sync 2392 l\n2011_09_30/2011_09_30_drive_0028_sync 2025 l\n2011_09_30/2011_09_30_drive_0028_sync 815 l\n2011_09_30/2011_09_30_drive_0028_sync 5054 l\n2011_09_30/2011_09_30_drive_0028_sync 2234 l\n2011_09_30/2011_09_30_drive_0028_sync 1119 r\n2011_09_30/2011_09_30_drive_0028_sync 1470 l\n2011_09_30/2011_09_30_drive_0028_sync 1955 l\n2011_09_30/2011_09_30_drive_0028_sync 2930 l\n2011_09_30/2011_09_30_drive_0028_sync 4716 r\n2011_09_30/2011_09_30_drive_0028_sync 1812 l\n2011_09_30/2011_09_30_drive_0028_sync 3096 r\n2011_09_30/2011_09_30_drive_0028_sync 3963 r\n2011_09_30/2011_09_30_drive_0028_sync 2801 l\n2011_09_30/2011_09_30_drive_0028_sync 4333 l\n2011_09_30/2011_09_30_drive_0028_sync 4674 r\n2011_09_30/2011_09_30_drive_0028_sync 793 l\n2011_09_30/2011_09_30_drive_0028_sync 3605 l\n2011_09_30/2011_09_30_drive_0028_sync 781 r\n2011_09_30/2011_09_30_drive_0028_sync 1178 l\n2011_09_30/2011_09_30_drive_0028_sync 2161 r\n2011_09_30/2011_09_30_drive_0028_sync 3429 l\n2011_09_30/2011_09_30_drive_0028_sync 739 l\n2011_09_30/2011_09_30_drive_0028_sync 4185 l\n2011_09_30/2011_09_30_drive_0028_sync 2566 l\n2011_09_30/2011_09_30_drive_0028_sync 2745 l\n2011_09_30/2011_09_30_drive_0028_sync 1036 r\n2011_09_30/2011_09_30_drive_0028_sync 1146 r\n2011_09_30/2011_09_30_drive_0028_sync 3858 l\n2011_09_30/2011_09_30_drive_0028_sync 1600 l\n2011_09_30/2011_09_30_drive_0028_sync 1350 l\n2011_09_30/2011_09_30_drive_0028_sync 4657 l\n2011_09_30/2011_09_30_drive_0028_sync 1416 r\n2011_09_30/2011_09_30_drive_0028_sync 1280 l\n2011_09_30/2011_09_30_drive_0028_sync 3333 l\n2011_09_30/2011_09_30_drive_0028_sync 1618 l\n2011_09_30/2011_09_30_drive_0028_sync 1825 l\n2011_09_30/2011_09_30_drive_0028_sync 4017 r\n2011_09_30/2011_09_30_drive_0028_sync 2164 r\n2011_09_30/2011_09_30_drive_0028_sync 4294 r\n2011_09_30/2011_09_30_drive_0028_sync 2624 r\n2011_09_30/2011_09_30_drive_0028_sync 2596 r\n2011_09_30/2011_09_30_drive_0028_sync 166 r\n2011_09_30/2011_09_30_drive_0028_sync 2617 l\n2011_09_30/2011_09_30_drive_0028_sync 1586 r\n2011_09_30/2011_09_30_drive_0028_sync 120 r\n2011_09_30/2011_09_30_drive_0028_sync 4511 r\n2011_09_30/2011_09_30_drive_0028_sync 3901 r\n2011_09_30/2011_09_30_drive_0028_sync 5033 l\n2011_09_30/2011_09_30_drive_0028_sync 1800 l\n2011_09_30/2011_09_30_drive_0028_sync 3758 r\n2011_09_30/2011_09_30_drive_0028_sync 680 r\n2011_09_30/2011_09_30_drive_0028_sync 5072 l\n2011_09_30/2011_09_30_drive_0028_sync 3425 l\n2011_09_30/2011_09_30_drive_0028_sync 328 l\n2011_09_30/2011_09_30_drive_0028_sync 2276 r\n2011_09_30/2011_09_30_drive_0028_sync 1914 r\n2011_09_30/2011_09_30_drive_0028_sync 2793 l\n2011_09_30/2011_09_30_drive_0028_sync 116 l\n2011_09_30/2011_09_30_drive_0028_sync 3010 l\n2011_09_30/2011_09_30_drive_0028_sync 1338 r\n2011_09_30/2011_09_30_drive_0028_sync 2965 l\n2011_09_30/2011_09_30_drive_0028_sync 3315 r\n2011_09_30/2011_09_30_drive_0028_sync 59 l\n2011_09_30/2011_09_30_drive_0028_sync 4239 l\n2011_09_30/2011_09_30_drive_0028_sync 971 l\n2011_09_30/2011_09_30_drive_0028_sync 2583 r\n2011_09_30/2011_09_30_drive_0028_sync 3737 l\n2011_09_30/2011_09_30_drive_0028_sync 4419 r\n2011_09_30/2011_09_30_drive_0028_sync 4683 l\n2011_09_30/2011_09_30_drive_0028_sync 913 l\n2011_09_30/2011_09_30_drive_0028_sync 787 r\n2011_09_30/2011_09_30_drive_0028_sync 2098 r\n2011_09_30/2011_09_30_drive_0028_sync 3304 l\n2011_09_30/2011_09_30_drive_0028_sync 1946 l\n2011_09_30/2011_09_30_drive_0028_sync 2910 r\n2011_09_30/2011_09_30_drive_0028_sync 705 l\n2011_09_30/2011_09_30_drive_0028_sync 1417 r\n2011_09_30/2011_09_30_drive_0028_sync 5171 l\n2011_09_30/2011_09_30_drive_0028_sync 4108 r\n2011_09_30/2011_09_30_drive_0028_sync 475 l\n2011_09_30/2011_09_30_drive_0028_sync 5157 r\n2011_09_30/2011_09_30_drive_0028_sync 772 r\n2011_09_30/2011_09_30_drive_0028_sync 3347 l\n2011_09_30/2011_09_30_drive_0028_sync 4573 l\n2011_09_30/2011_09_30_drive_0028_sync 3118 l\n2011_09_30/2011_09_30_drive_0028_sync 2180 r\n2011_09_30/2011_09_30_drive_0028_sync 2425 r\n2011_09_30/2011_09_30_drive_0028_sync 1774 r\n2011_09_30/2011_09_30_drive_0028_sync 4224 r\n2011_09_30/2011_09_30_drive_0028_sync 1112 r\n2011_09_30/2011_09_30_drive_0028_sync 2499 l\n2011_09_30/2011_09_30_drive_0028_sync 3465 r\n2011_09_30/2011_09_30_drive_0028_sync 2908 r\n2011_09_30/2011_09_30_drive_0028_sync 1453 r\n2011_09_30/2011_09_30_drive_0028_sync 1426 l\n2011_09_30/2011_09_30_drive_0028_sync 3473 r\n2011_09_30/2011_09_30_drive_0028_sync 2936 r\n2011_09_30/2011_09_30_drive_0028_sync 1168 l\n2011_09_30/2011_09_30_drive_0028_sync 3042 r\n2011_09_30/2011_09_30_drive_0028_sync 3983 l\n2011_09_30/2011_09_30_drive_0028_sync 1850 l\n2011_09_30/2011_09_30_drive_0028_sync 3501 l\n2011_09_30/2011_09_30_drive_0028_sync 835 r\n2011_09_30/2011_09_30_drive_0028_sync 916 l\n2011_09_30/2011_09_30_drive_0028_sync 1652 l\n2011_09_30/2011_09_30_drive_0028_sync 4342 r\n2011_09_30/2011_09_30_drive_0028_sync 2204 r\n2011_09_30/2011_09_30_drive_0028_sync 4078 r\n2011_09_30/2011_09_30_drive_0028_sync 1072 l\n2011_09_30/2011_09_30_drive_0028_sync 555 l\n2011_09_30/2011_09_30_drive_0028_sync 4022 l\n2011_09_30/2011_09_30_drive_0028_sync 3720 l\n2011_09_30/2011_09_30_drive_0028_sync 2924 r\n2011_09_30/2011_09_30_drive_0020_sync 570 l\n2011_09_30/2011_09_30_drive_0020_sync 31 r\n2011_09_30/2011_09_30_drive_0020_sync 69 r\n2011_09_30/2011_09_30_drive_0020_sync 702 l\n2011_09_30/2011_09_30_drive_0020_sync 812 l\n2011_09_30/2011_09_30_drive_0020_sync 382 l\n2011_09_30/2011_09_30_drive_0020_sync 586 r\n2011_09_30/2011_09_30_drive_0020_sync 670 r\n2011_09_30/2011_09_30_drive_0020_sync 369 r\n2011_09_30/2011_09_30_drive_0020_sync 580 r\n2011_09_30/2011_09_30_drive_0020_sync 687 l\n2011_09_30/2011_09_30_drive_0020_sync 1075 r\n2011_09_30/2011_09_30_drive_0020_sync 460 l\n2011_09_30/2011_09_30_drive_0020_sync 906 l\n2011_09_30/2011_09_30_drive_0020_sync 211 r\n2011_09_30/2011_09_30_drive_0020_sync 644 r\n2011_09_30/2011_09_30_drive_0020_sync 356 r\n2011_09_30/2011_09_30_drive_0020_sync 337 r\n2011_09_30/2011_09_30_drive_0020_sync 699 l\n2011_09_30/2011_09_30_drive_0020_sync 306 r\n2011_09_30/2011_09_30_drive_0020_sync 662 r\n2011_09_30/2011_09_30_drive_0020_sync 388 r\n2011_09_30/2011_09_30_drive_0020_sync 486 r\n2011_09_30/2011_09_30_drive_0020_sync 68 l\n2011_09_30/2011_09_30_drive_0020_sync 310 l\n2011_09_30/2011_09_30_drive_0020_sync 968 l\n2011_09_30/2011_09_30_drive_0020_sync 828 r\n2011_09_30/2011_09_30_drive_0020_sync 409 l\n2011_09_30/2011_09_30_drive_0020_sync 748 r\n2011_09_30/2011_09_30_drive_0020_sync 367 l\n2011_09_30/2011_09_30_drive_0020_sync 413 l\n2011_09_30/2011_09_30_drive_0020_sync 61 l\n2011_09_30/2011_09_30_drive_0020_sync 676 r\n2011_09_30/2011_09_30_drive_0020_sync 959 l\n2011_09_30/2011_09_30_drive_0020_sync 717 l\n2011_09_30/2011_09_30_drive_0020_sync 174 l\n2011_09_30/2011_09_30_drive_0020_sync 24 l\n2011_09_30/2011_09_30_drive_0020_sync 522 r\n2011_09_30/2011_09_30_drive_0020_sync 668 l\n2011_09_30/2011_09_30_drive_0020_sync 17 l\n2011_09_30/2011_09_30_drive_0020_sync 383 l\n2011_09_30/2011_09_30_drive_0020_sync 343 l\n2011_09_30/2011_09_30_drive_0020_sync 268 r\n2011_09_30/2011_09_30_drive_0020_sync 182 r\n2011_09_30/2011_09_30_drive_0020_sync 575 l\n2011_09_30/2011_09_30_drive_0020_sync 25 r\n2011_09_30/2011_09_30_drive_0020_sync 218 l\n2011_09_30/2011_09_30_drive_0020_sync 874 l\n2011_09_30/2011_09_30_drive_0020_sync 790 r\n2011_09_30/2011_09_30_drive_0020_sync 482 r\n2011_09_30/2011_09_30_drive_0020_sync 412 l\n2011_09_30/2011_09_30_drive_0020_sync 1018 l\n2011_09_30/2011_09_30_drive_0020_sync 229 r\n2011_09_30/2011_09_30_drive_0020_sync 380 l\n2011_09_30/2011_09_30_drive_0020_sync 417 l\n2011_09_30/2011_09_30_drive_0020_sync 996 r\n2011_09_30/2011_09_30_drive_0020_sync 225 r\n2011_09_30/2011_09_30_drive_0020_sync 972 l\n2011_09_30/2011_09_30_drive_0020_sync 172 r\n2011_09_30/2011_09_30_drive_0020_sync 485 l\n2011_09_30/2011_09_30_drive_0020_sync 163 l\n2011_09_30/2011_09_30_drive_0020_sync 756 l\n2011_09_30/2011_09_30_drive_0020_sync 95 l\n2011_09_30/2011_09_30_drive_0020_sync 456 r\n2011_09_30/2011_09_30_drive_0020_sync 352 l\n2011_09_30/2011_09_30_drive_0020_sync 906 r\n2011_09_30/2011_09_30_drive_0020_sync 953 r\n2011_09_30/2011_09_30_drive_0020_sync 8 r\n2011_09_30/2011_09_30_drive_0020_sync 1095 r\n2011_09_30/2011_09_30_drive_0020_sync 766 r\n2011_09_30/2011_09_30_drive_0020_sync 915 r\n2011_09_30/2011_09_30_drive_0020_sync 159 r\n2011_09_30/2011_09_30_drive_0020_sync 792 l\n2011_09_30/2011_09_30_drive_0020_sync 941 l\n2011_09_30/2011_09_30_drive_0020_sync 37 r\n2011_09_30/2011_09_30_drive_0020_sync 447 l\n2011_09_30/2011_09_30_drive_0020_sync 1016 l\n2011_09_30/2011_09_30_drive_0020_sync 390 l\n2011_09_30/2011_09_30_drive_0020_sync 503 l\n2011_09_30/2011_09_30_drive_0020_sync 663 r\n2011_09_30/2011_09_30_drive_0020_sync 539 r\n2011_09_30/2011_09_30_drive_0020_sync 904 l\n2011_09_30/2011_09_30_drive_0020_sync 969 r\n2011_09_30/2011_09_30_drive_0020_sync 112 l\n2011_09_30/2011_09_30_drive_0020_sync 736 l\n2011_09_30/2011_09_30_drive_0020_sync 1026 r\n2011_09_30/2011_09_30_drive_0020_sync 158 r\n2011_09_30/2011_09_30_drive_0020_sync 673 l\n2011_09_30/2011_09_30_drive_0020_sync 106 r\n2011_09_30/2011_09_30_drive_0020_sync 927 r\n2011_09_30/2011_09_30_drive_0020_sync 1092 l\n2011_09_30/2011_09_30_drive_0020_sync 621 l\n2011_09_30/2011_09_30_drive_0020_sync 914 r\n2011_09_30/2011_09_30_drive_0020_sync 1025 r\n2011_09_30/2011_09_30_drive_0020_sync 477 r\n2011_09_30/2011_09_30_drive_0020_sync 317 l\n2011_09_30/2011_09_30_drive_0020_sync 1009 l\n2011_09_30/2011_09_30_drive_0020_sync 24 r\n2011_09_30/2011_09_30_drive_0020_sync 970 l\n2011_09_30/2011_09_30_drive_0020_sync 360 l\n2011_09_30/2011_09_30_drive_0020_sync 35 r\n2011_09_30/2011_09_30_drive_0020_sync 891 r\n2011_09_30/2011_09_30_drive_0020_sync 270 r\n2011_09_30/2011_09_30_drive_0020_sync 632 r\n2011_09_30/2011_09_30_drive_0020_sync 321 l\n2011_09_30/2011_09_30_drive_0020_sync 348 l\n2011_09_30/2011_09_30_drive_0020_sync 636 r\n2011_09_30/2011_09_30_drive_0020_sync 544 r\n2011_09_30/2011_09_30_drive_0020_sync 339 r\n2011_09_30/2011_09_30_drive_0020_sync 690 r\n2011_09_30/2011_09_30_drive_0020_sync 689 r\n2011_09_30/2011_09_30_drive_0020_sync 545 l\n2011_09_30/2011_09_30_drive_0020_sync 323 r\n2011_09_30/2011_09_30_drive_0020_sync 767 r\n2011_09_30/2011_09_30_drive_0020_sync 641 r\n2011_09_30/2011_09_30_drive_0020_sync 167 l\n2011_09_30/2011_09_30_drive_0020_sync 207 l\n2011_09_30/2011_09_30_drive_0020_sync 962 l\n2011_09_30/2011_09_30_drive_0020_sync 1079 l\n2011_09_30/2011_09_30_drive_0020_sync 354 r\n2011_09_30/2011_09_30_drive_0020_sync 1017 l\n2011_09_30/2011_09_30_drive_0020_sync 111 l\n2011_09_30/2011_09_30_drive_0020_sync 693 l\n2011_09_30/2011_09_30_drive_0020_sync 1050 l\n2011_09_30/2011_09_30_drive_0020_sync 473 r\n2011_09_30/2011_09_30_drive_0020_sync 336 r\n2011_09_30/2011_09_30_drive_0020_sync 879 r\n2011_09_30/2011_09_30_drive_0020_sync 226 l\n2011_09_30/2011_09_30_drive_0020_sync 1023 l\n2011_09_30/2011_09_30_drive_0020_sync 560 r\n2011_09_30/2011_09_30_drive_0020_sync 176 r\n2011_09_30/2011_09_30_drive_0020_sync 321 r\n2011_09_30/2011_09_30_drive_0020_sync 975 l\n2011_09_30/2011_09_30_drive_0020_sync 1069 r\n2011_09_30/2011_09_30_drive_0020_sync 196 r\n2011_09_30/2011_09_30_drive_0020_sync 133 r\n2011_09_30/2011_09_30_drive_0020_sync 1077 l\n2011_09_30/2011_09_30_drive_0020_sync 653 l\n2011_09_30/2011_09_30_drive_0020_sync 739 r\n2011_09_30/2011_09_30_drive_0020_sync 984 l\n2011_09_30/2011_09_30_drive_0020_sync 911 l\n2011_09_30/2011_09_30_drive_0020_sync 561 r\n2011_09_30/2011_09_30_drive_0020_sync 603 r\n2011_09_30/2011_09_30_drive_0020_sync 137 l\n2011_09_30/2011_09_30_drive_0020_sync 30 r\n2011_09_30/2011_09_30_drive_0020_sync 564 r\n2011_09_30/2011_09_30_drive_0020_sync 832 l\n2011_09_30/2011_09_30_drive_0020_sync 779 l\n2011_09_30/2011_09_30_drive_0020_sync 548 r\n2011_09_30/2011_09_30_drive_0020_sync 948 l\n2011_09_30/2011_09_30_drive_0020_sync 573 r\n2011_09_30/2011_09_30_drive_0020_sync 556 l\n2011_09_30/2011_09_30_drive_0020_sync 261 l\n2011_09_30/2011_09_30_drive_0020_sync 598 r\n2011_09_30/2011_09_30_drive_0020_sync 16 l\n2011_09_30/2011_09_30_drive_0020_sync 669 r\n2011_09_30/2011_09_30_drive_0020_sync 1040 l\n2011_09_30/2011_09_30_drive_0020_sync 394 r\n2011_09_30/2011_09_30_drive_0020_sync 982 r\n2011_09_30/2011_09_30_drive_0020_sync 333 r\n2011_09_30/2011_09_30_drive_0020_sync 329 r\n2011_09_30/2011_09_30_drive_0020_sync 446 l\n2011_09_30/2011_09_30_drive_0020_sync 915 l\n2011_09_30/2011_09_30_drive_0020_sync 826 r\n2011_09_30/2011_09_30_drive_0020_sync 1098 r\n2011_09_30/2011_09_30_drive_0020_sync 302 l\n2011_09_30/2011_09_30_drive_0020_sync 1060 l\n2011_09_30/2011_09_30_drive_0020_sync 729 l\n2011_09_30/2011_09_30_drive_0020_sync 177 l\n2011_09_30/2011_09_30_drive_0020_sync 399 l\n2011_09_30/2011_09_30_drive_0020_sync 815 r\n2011_09_30/2011_09_30_drive_0020_sync 345 r\n2011_09_30/2011_09_30_drive_0020_sync 232 r\n2011_09_30/2011_09_30_drive_0020_sync 358 r\n2011_09_30/2011_09_30_drive_0020_sync 864 r\n2011_09_30/2011_09_30_drive_0020_sync 292 r\n2011_09_30/2011_09_30_drive_0020_sync 1063 l\n2011_09_30/2011_09_30_drive_0020_sync 279 r\n2011_09_30/2011_09_30_drive_0020_sync 324 r\n2011_09_30/2011_09_30_drive_0020_sync 481 r\n2011_09_30/2011_09_30_drive_0020_sync 799 r\n2011_09_30/2011_09_30_drive_0020_sync 742 r\n2011_09_30/2011_09_30_drive_0020_sync 683 r\n2011_09_30/2011_09_30_drive_0020_sync 50 l\n2011_09_30/2011_09_30_drive_0020_sync 755 r\n2011_09_30/2011_09_30_drive_0020_sync 163 r\n2011_09_30/2011_09_30_drive_0020_sync 176 l\n2011_09_30/2011_09_30_drive_0020_sync 1029 r\n2011_09_30/2011_09_30_drive_0020_sync 76 r\n2011_09_30/2011_09_30_drive_0020_sync 808 l\n2011_09_30/2011_09_30_drive_0020_sync 523 r\n2011_09_30/2011_09_30_drive_0020_sync 946 l\n2011_09_30/2011_09_30_drive_0020_sync 351 r\n2011_09_30/2011_09_30_drive_0020_sync 922 r\n2011_09_30/2011_09_30_drive_0020_sync 769 l\n2011_09_30/2011_09_30_drive_0020_sync 111 r\n2011_09_30/2011_09_30_drive_0020_sync 164 r\n2011_09_30/2011_09_30_drive_0020_sync 841 r\n2011_09_30/2011_09_30_drive_0020_sync 1024 r\n2011_09_30/2011_09_30_drive_0020_sync 9 r\n2011_09_30/2011_09_30_drive_0020_sync 869 l\n2011_09_30/2011_09_30_drive_0020_sync 977 r\n2011_09_30/2011_09_30_drive_0020_sync 317 r\n2011_09_30/2011_09_30_drive_0020_sync 654 l\n2011_09_30/2011_09_30_drive_0020_sync 26 r\n2011_09_30/2011_09_30_drive_0020_sync 853 l\n2011_09_30/2011_09_30_drive_0020_sync 976 l\n2011_09_30/2011_09_30_drive_0020_sync 534 l\n2011_09_30/2011_09_30_drive_0020_sync 1012 r\n2011_09_30/2011_09_30_drive_0020_sync 370 l\n2011_09_30/2011_09_30_drive_0020_sync 484 l\n2011_09_30/2011_09_30_drive_0020_sync 109 l\n2011_09_30/2011_09_30_drive_0020_sync 185 l\n2011_09_30/2011_09_30_drive_0020_sync 156 l\n2011_09_30/2011_09_30_drive_0020_sync 56 l\n2011_09_30/2011_09_30_drive_0020_sync 732 r\n2011_09_30/2011_09_30_drive_0020_sync 65 l\n2011_09_30/2011_09_30_drive_0020_sync 694 r\n2011_09_30/2011_09_30_drive_0020_sync 845 r\n2011_09_30/2011_09_30_drive_0020_sync 169 r\n2011_09_26/2011_09_26_drive_0104_sync 80 r\n2011_09_26/2011_09_26_drive_0104_sync 39 l\n2011_09_26/2011_09_26_drive_0104_sync 271 l\n2011_09_26/2011_09_26_drive_0104_sync 274 r\n2011_09_26/2011_09_26_drive_0104_sync 204 l\n2011_09_26/2011_09_26_drive_0104_sync 194 r\n2011_09_26/2011_09_26_drive_0104_sync 93 r\n2011_09_26/2011_09_26_drive_0104_sync 28 l\n2011_09_26/2011_09_26_drive_0104_sync 98 l\n2011_09_26/2011_09_26_drive_0104_sync 105 l\n2011_09_26/2011_09_26_drive_0104_sync 281 r\n2011_09_26/2011_09_26_drive_0104_sync 205 l\n2011_09_26/2011_09_26_drive_0104_sync 248 l\n2011_09_26/2011_09_26_drive_0104_sync 24 r\n2011_09_26/2011_09_26_drive_0104_sync 30 r\n2011_09_26/2011_09_26_drive_0104_sync 114 r\n2011_09_26/2011_09_26_drive_0104_sync 111 l\n2011_09_26/2011_09_26_drive_0104_sync 41 r\n2011_09_26/2011_09_26_drive_0104_sync 164 r\n2011_09_26/2011_09_26_drive_0104_sync 302 r\n2011_09_26/2011_09_26_drive_0104_sync 275 l\n2011_09_26/2011_09_26_drive_0104_sync 165 l\n2011_09_26/2011_09_26_drive_0104_sync 284 r\n2011_09_26/2011_09_26_drive_0104_sync 259 l\n2011_09_26/2011_09_26_drive_0104_sync 21 r\n2011_09_26/2011_09_26_drive_0104_sync 280 l\n2011_09_26/2011_09_26_drive_0104_sync 298 l\n2011_09_26/2011_09_26_drive_0104_sync 247 l\n2011_09_26/2011_09_26_drive_0104_sync 300 r\n2011_09_26/2011_09_26_drive_0104_sync 175 l\n2011_09_26/2011_09_26_drive_0104_sync 114 l\n2011_09_26/2011_09_26_drive_0104_sync 104 l\n2011_09_26/2011_09_26_drive_0104_sync 123 l\n2011_09_26/2011_09_26_drive_0104_sync 102 l\n2011_09_26/2011_09_26_drive_0104_sync 187 r\n2011_09_26/2011_09_26_drive_0104_sync 137 r\n2011_09_26/2011_09_26_drive_0104_sync 161 l\n2011_09_26/2011_09_26_drive_0104_sync 115 l\n2011_09_26/2011_09_26_drive_0104_sync 232 r\n2011_09_26/2011_09_26_drive_0104_sync 69 r\n2011_09_26/2011_09_26_drive_0104_sync 244 r\n2011_09_26/2011_09_26_drive_0104_sync 140 r\n2011_09_26/2011_09_26_drive_0104_sync 254 l\n2011_09_26/2011_09_26_drive_0104_sync 89 l\n2011_09_26/2011_09_26_drive_0104_sync 126 r\n2011_09_26/2011_09_26_drive_0104_sync 145 l\n2011_09_26/2011_09_26_drive_0104_sync 233 r\n2011_09_26/2011_09_26_drive_0104_sync 295 r\n2011_09_26/2011_09_26_drive_0104_sync 278 l\n2011_09_26/2011_09_26_drive_0104_sync 33 l\n2011_09_26/2011_09_26_drive_0104_sync 188 l\n2011_09_26/2011_09_26_drive_0104_sync 199 r\n2011_09_26/2011_09_26_drive_0104_sync 161 r\n2011_09_26/2011_09_26_drive_0104_sync 250 r\n2011_09_26/2011_09_26_drive_0061_sync 286 r\n2011_09_26/2011_09_26_drive_0061_sync 590 r\n2011_09_26/2011_09_26_drive_0061_sync 142 l\n2011_09_26/2011_09_26_drive_0061_sync 637 l\n2011_09_26/2011_09_26_drive_0061_sync 545 l\n2011_09_26/2011_09_26_drive_0061_sync 416 r\n2011_09_26/2011_09_26_drive_0061_sync 210 l\n2011_09_26/2011_09_26_drive_0061_sync 207 r\n2011_09_26/2011_09_26_drive_0061_sync 461 l\n2011_09_26/2011_09_26_drive_0061_sync 276 r\n2011_09_26/2011_09_26_drive_0061_sync 546 r\n2011_09_26/2011_09_26_drive_0061_sync 56 r\n2011_09_26/2011_09_26_drive_0061_sync 448 r\n2011_09_26/2011_09_26_drive_0061_sync 271 l\n2011_09_26/2011_09_26_drive_0061_sync 353 l\n2011_09_26/2011_09_26_drive_0061_sync 642 r\n2011_09_26/2011_09_26_drive_0061_sync 375 l\n2011_09_26/2011_09_26_drive_0061_sync 467 l\n2011_09_26/2011_09_26_drive_0061_sync 667 r\n2011_09_26/2011_09_26_drive_0061_sync 568 l\n2011_09_26/2011_09_26_drive_0061_sync 27 l\n2011_09_26/2011_09_26_drive_0061_sync 273 r\n2011_09_26/2011_09_26_drive_0061_sync 107 l\n2011_09_26/2011_09_26_drive_0061_sync 271 r\n2011_09_26/2011_09_26_drive_0061_sync 155 r\n2011_09_26/2011_09_26_drive_0061_sync 624 r\n2011_09_26/2011_09_26_drive_0061_sync 615 r\n2011_09_26/2011_09_26_drive_0061_sync 518 l\n2011_09_26/2011_09_26_drive_0061_sync 25 r\n2011_09_26/2011_09_26_drive_0061_sync 160 r\n2011_09_26/2011_09_26_drive_0061_sync 651 r\n2011_09_26/2011_09_26_drive_0061_sync 179 l\n2011_09_26/2011_09_26_drive_0061_sync 8 l\n2011_09_26/2011_09_26_drive_0061_sync 369 r\n2011_09_26/2011_09_26_drive_0061_sync 682 r\n2011_09_26/2011_09_26_drive_0061_sync 213 l\n2011_09_26/2011_09_26_drive_0061_sync 568 r\n2011_09_26/2011_09_26_drive_0061_sync 441 l\n2011_09_26/2011_09_26_drive_0061_sync 241 l\n2011_09_26/2011_09_26_drive_0061_sync 10 l\n2011_09_26/2011_09_26_drive_0061_sync 332 l\n2011_09_26/2011_09_26_drive_0061_sync 85 l\n2011_09_26/2011_09_26_drive_0061_sync 152 r\n2011_09_26/2011_09_26_drive_0061_sync 401 l\n2011_09_26/2011_09_26_drive_0061_sync 310 l\n2011_09_26/2011_09_26_drive_0061_sync 255 r\n2011_09_26/2011_09_26_drive_0061_sync 522 r\n2011_09_26/2011_09_26_drive_0061_sync 379 r\n2011_09_26/2011_09_26_drive_0061_sync 506 r\n2011_09_26/2011_09_26_drive_0061_sync 674 l\n2011_09_26/2011_09_26_drive_0061_sync 65 l\n2011_09_26/2011_09_26_drive_0061_sync 301 l\n2011_09_26/2011_09_26_drive_0061_sync 218 r\n2011_09_26/2011_09_26_drive_0061_sync 296 r\n2011_09_26/2011_09_26_drive_0061_sync 514 l\n2011_09_26/2011_09_26_drive_0061_sync 491 l\n2011_09_26/2011_09_26_drive_0061_sync 458 l\n2011_09_26/2011_09_26_drive_0061_sync 676 l\n2011_09_26/2011_09_26_drive_0061_sync 660 l\n2011_09_26/2011_09_26_drive_0061_sync 689 r\n2011_09_26/2011_09_26_drive_0061_sync 72 l\n2011_09_26/2011_09_26_drive_0061_sync 588 r\n2011_09_26/2011_09_26_drive_0061_sync 280 r\n2011_09_26/2011_09_26_drive_0061_sync 668 r\n2011_09_26/2011_09_26_drive_0061_sync 197 l\n2011_09_26/2011_09_26_drive_0061_sync 545 r\n2011_09_26/2011_09_26_drive_0061_sync 368 l\n2011_09_26/2011_09_26_drive_0061_sync 75 l\n2011_09_26/2011_09_26_drive_0061_sync 487 l\n2011_09_26/2011_09_26_drive_0061_sync 503 l\n2011_09_26/2011_09_26_drive_0061_sync 140 l\n2011_09_26/2011_09_26_drive_0061_sync 313 l\n2011_09_26/2011_09_26_drive_0061_sync 134 r\n2011_09_26/2011_09_26_drive_0061_sync 327 r\n2011_09_26/2011_09_26_drive_0061_sync 631 r\n2011_09_26/2011_09_26_drive_0061_sync 567 l\n2011_09_26/2011_09_26_drive_0061_sync 454 r\n2011_09_26/2011_09_26_drive_0061_sync 200 l\n2011_09_26/2011_09_26_drive_0061_sync 161 r\n2011_09_26/2011_09_26_drive_0061_sync 167 r\n2011_09_26/2011_09_26_drive_0061_sync 153 r\n2011_09_26/2011_09_26_drive_0061_sync 117 r\n2011_09_26/2011_09_26_drive_0061_sync 113 r\n2011_09_26/2011_09_26_drive_0061_sync 220 r\n2011_09_26/2011_09_26_drive_0061_sync 570 l\n2011_09_26/2011_09_26_drive_0061_sync 606 l\n2011_09_26/2011_09_26_drive_0061_sync 305 r\n2011_09_26/2011_09_26_drive_0061_sync 641 r\n2011_09_26/2011_09_26_drive_0061_sync 437 l\n2011_09_26/2011_09_26_drive_0061_sync 264 l\n2011_09_26/2011_09_26_drive_0061_sync 15 l\n2011_09_26/2011_09_26_drive_0061_sync 453 r\n2011_09_26/2011_09_26_drive_0061_sync 92 r\n2011_09_26/2011_09_26_drive_0061_sync 49 r\n2011_09_26/2011_09_26_drive_0061_sync 123 r\n2011_09_26/2011_09_26_drive_0061_sync 129 r\n2011_09_26/2011_09_26_drive_0061_sync 191 l\n2011_09_26/2011_09_26_drive_0061_sync 561 l\n2011_09_26/2011_09_26_drive_0061_sync 198 r\n2011_09_26/2011_09_26_drive_0061_sync 534 r\n2011_09_26/2011_09_26_drive_0061_sync 516 l\n2011_09_26/2011_09_26_drive_0061_sync 269 l\n2011_09_26/2011_09_26_drive_0061_sync 619 r\n2011_09_26/2011_09_26_drive_0061_sync 406 r\n2011_09_26/2011_09_26_drive_0061_sync 615 l\n2011_09_26/2011_09_26_drive_0061_sync 564 l\n2011_09_26/2011_09_26_drive_0061_sync 522 l\n2011_09_26/2011_09_26_drive_0061_sync 530 r\n2011_09_26/2011_09_26_drive_0061_sync 484 r\n2011_09_26/2011_09_26_drive_0061_sync 282 r\n2011_09_26/2011_09_26_drive_0061_sync 430 r\n2011_09_26/2011_09_26_drive_0061_sync 19 l\n2011_09_26/2011_09_26_drive_0061_sync 50 l\n2011_09_26/2011_09_26_drive_0061_sync 105 l\n2011_09_26/2011_09_26_drive_0061_sync 360 r\n2011_09_26/2011_09_26_drive_0061_sync 558 r\n2011_09_26/2011_09_26_drive_0061_sync 410 l\n2011_09_26/2011_09_26_drive_0061_sync 325 l\n2011_09_26/2011_09_26_drive_0061_sync 610 r\n2011_09_26/2011_09_26_drive_0061_sync 421 l\n2011_09_26/2011_09_26_drive_0061_sync 37 r\n2011_09_26/2011_09_26_drive_0061_sync 667 l\n2011_09_26/2011_09_26_drive_0061_sync 228 l\n2011_09_26/2011_09_26_drive_0061_sync 597 r\n2011_09_26/2011_09_26_drive_0061_sync 495 l\n2011_09_26/2011_09_26_drive_0061_sync 177 r\n2011_09_26/2011_09_26_drive_0061_sync 154 l\n2011_09_26/2011_09_26_drive_0061_sync 215 l\n2011_09_26/2011_09_26_drive_0061_sync 161 l\n2011_09_26/2011_09_26_drive_0061_sync 431 l\n2011_09_26/2011_09_26_drive_0061_sync 630 r\n2011_09_26/2011_09_26_drive_0061_sync 367 r\n2011_09_30/2011_09_30_drive_0034_sync 499 l\n2011_09_30/2011_09_30_drive_0034_sync 516 l\n2011_09_30/2011_09_30_drive_0034_sync 114 r\n2011_09_30/2011_09_30_drive_0034_sync 73 l\n2011_09_30/2011_09_30_drive_0034_sync 896 l\n2011_09_30/2011_09_30_drive_0034_sync 545 r\n2011_09_30/2011_09_30_drive_0034_sync 184 r\n2011_09_30/2011_09_30_drive_0034_sync 526 l\n2011_09_30/2011_09_30_drive_0034_sync 780 l\n2011_09_30/2011_09_30_drive_0034_sync 770 r\n2011_09_30/2011_09_30_drive_0034_sync 1129 l\n2011_09_30/2011_09_30_drive_0034_sync 541 r\n2011_09_30/2011_09_30_drive_0034_sync 84 r\n2011_09_30/2011_09_30_drive_0034_sync 412 l\n2011_09_30/2011_09_30_drive_0034_sync 824 r\n2011_09_30/2011_09_30_drive_0034_sync 533 r\n2011_09_30/2011_09_30_drive_0034_sync 860 r\n2011_09_30/2011_09_30_drive_0034_sync 487 l\n2011_09_30/2011_09_30_drive_0034_sync 349 r\n2011_09_30/2011_09_30_drive_0034_sync 458 r\n2011_09_30/2011_09_30_drive_0034_sync 906 r\n2011_09_30/2011_09_30_drive_0034_sync 467 r\n2011_09_30/2011_09_30_drive_0034_sync 42 r\n2011_09_30/2011_09_30_drive_0034_sync 62 r\n2011_09_30/2011_09_30_drive_0034_sync 854 r\n2011_09_30/2011_09_30_drive_0034_sync 368 r\n2011_09_30/2011_09_30_drive_0034_sync 334 l\n2011_09_30/2011_09_30_drive_0034_sync 1057 l\n2011_09_30/2011_09_30_drive_0034_sync 829 l\n2011_09_30/2011_09_30_drive_0034_sync 272 r\n2011_09_30/2011_09_30_drive_0034_sync 274 l\n2011_09_30/2011_09_30_drive_0034_sync 558 l\n2011_09_30/2011_09_30_drive_0034_sync 366 l\n2011_09_30/2011_09_30_drive_0034_sync 141 l\n2011_09_30/2011_09_30_drive_0034_sync 1033 r\n2011_09_30/2011_09_30_drive_0034_sync 238 r\n2011_09_30/2011_09_30_drive_0034_sync 1095 l\n2011_09_30/2011_09_30_drive_0034_sync 721 r\n2011_09_30/2011_09_30_drive_0034_sync 835 l\n2011_09_30/2011_09_30_drive_0034_sync 77 r\n2011_09_30/2011_09_30_drive_0034_sync 924 l\n2011_09_30/2011_09_30_drive_0034_sync 1058 l\n2011_09_30/2011_09_30_drive_0034_sync 32 l\n2011_09_30/2011_09_30_drive_0034_sync 229 l\n2011_09_30/2011_09_30_drive_0034_sync 263 r\n2011_09_30/2011_09_30_drive_0034_sync 815 l\n2011_09_30/2011_09_30_drive_0034_sync 513 l\n2011_09_30/2011_09_30_drive_0034_sync 826 r\n2011_09_30/2011_09_30_drive_0034_sync 1032 r\n2011_09_30/2011_09_30_drive_0034_sync 429 l\n2011_09_30/2011_09_30_drive_0034_sync 287 l\n2011_09_30/2011_09_30_drive_0034_sync 430 l\n2011_09_30/2011_09_30_drive_0034_sync 807 r\n2011_09_30/2011_09_30_drive_0034_sync 938 r\n2011_09_30/2011_09_30_drive_0034_sync 1093 r\n2011_09_30/2011_09_30_drive_0034_sync 1102 r\n2011_09_30/2011_09_30_drive_0034_sync 600 r\n2011_09_30/2011_09_30_drive_0034_sync 935 l\n2011_09_30/2011_09_30_drive_0034_sync 725 r\n2011_09_30/2011_09_30_drive_0034_sync 1081 r\n2011_09_30/2011_09_30_drive_0034_sync 920 r\n2011_09_30/2011_09_30_drive_0034_sync 796 l\n2011_09_30/2011_09_30_drive_0034_sync 617 r\n2011_09_30/2011_09_30_drive_0034_sync 815 r\n2011_09_30/2011_09_30_drive_0034_sync 861 r\n2011_09_30/2011_09_30_drive_0034_sync 304 l\n2011_09_30/2011_09_30_drive_0034_sync 67 l\n2011_09_30/2011_09_30_drive_0034_sync 823 r\n2011_09_30/2011_09_30_drive_0034_sync 345 r\n2011_09_30/2011_09_30_drive_0034_sync 968 r\n2011_09_30/2011_09_30_drive_0034_sync 51 l\n2011_09_30/2011_09_30_drive_0034_sync 784 r\n2011_09_30/2011_09_30_drive_0034_sync 545 l\n2011_09_30/2011_09_30_drive_0034_sync 592 r\n2011_09_30/2011_09_30_drive_0034_sync 673 l\n2011_09_30/2011_09_30_drive_0034_sync 945 r\n2011_09_30/2011_09_30_drive_0034_sync 211 l\n2011_09_30/2011_09_30_drive_0034_sync 868 l\n2011_09_30/2011_09_30_drive_0034_sync 699 l\n2011_09_30/2011_09_30_drive_0034_sync 226 r\n2011_09_30/2011_09_30_drive_0034_sync 772 r\n2011_09_30/2011_09_30_drive_0034_sync 422 l\n2011_09_30/2011_09_30_drive_0034_sync 594 l\n2011_09_30/2011_09_30_drive_0034_sync 644 l\n2011_09_30/2011_09_30_drive_0034_sync 166 r\n2011_09_30/2011_09_30_drive_0034_sync 682 r\n2011_09_30/2011_09_30_drive_0034_sync 1023 l\n2011_09_30/2011_09_30_drive_0034_sync 168 l\n2011_09_30/2011_09_30_drive_0034_sync 963 r\n2011_09_30/2011_09_30_drive_0034_sync 380 r\n2011_09_30/2011_09_30_drive_0034_sync 85 l\n2011_09_30/2011_09_30_drive_0034_sync 877 r\n2011_09_30/2011_09_30_drive_0034_sync 955 r\n2011_09_30/2011_09_30_drive_0034_sync 118 l\n2011_09_30/2011_09_30_drive_0034_sync 506 r\n2011_09_30/2011_09_30_drive_0034_sync 881 l\n2011_09_30/2011_09_30_drive_0034_sync 71 l\n2011_09_30/2011_09_30_drive_0034_sync 1088 r\n2011_09_30/2011_09_30_drive_0034_sync 833 l\n2011_09_30/2011_09_30_drive_0034_sync 104 r\n2011_09_30/2011_09_30_drive_0034_sync 14 r\n2011_09_30/2011_09_30_drive_0034_sync 500 l\n2011_09_30/2011_09_30_drive_0034_sync 886 r\n2011_09_30/2011_09_30_drive_0034_sync 1107 r\n2011_09_30/2011_09_30_drive_0034_sync 453 l\n2011_09_30/2011_09_30_drive_0034_sync 1044 r\n2011_09_30/2011_09_30_drive_0034_sync 850 r\n2011_09_30/2011_09_30_drive_0034_sync 137 l\n2011_09_30/2011_09_30_drive_0034_sync 901 r\n2011_09_30/2011_09_30_drive_0034_sync 1091 r\n2011_09_30/2011_09_30_drive_0034_sync 1108 r\n2011_09_30/2011_09_30_drive_0034_sync 38 r\n2011_09_30/2011_09_30_drive_0034_sync 278 l\n2011_09_30/2011_09_30_drive_0034_sync 1091 l\n2011_09_30/2011_09_30_drive_0034_sync 689 r\n2011_09_30/2011_09_30_drive_0034_sync 518 l\n2011_09_30/2011_09_30_drive_0034_sync 186 l\n2011_09_30/2011_09_30_drive_0034_sync 668 r\n2011_09_30/2011_09_30_drive_0034_sync 762 r\n2011_09_30/2011_09_30_drive_0034_sync 881 r\n2011_09_30/2011_09_30_drive_0034_sync 654 l\n2011_09_30/2011_09_30_drive_0034_sync 1074 l\n2011_09_30/2011_09_30_drive_0034_sync 865 l\n2011_09_30/2011_09_30_drive_0034_sync 324 l\n2011_09_30/2011_09_30_drive_0034_sync 303 r\n2011_09_30/2011_09_30_drive_0034_sync 938 l\n2011_09_30/2011_09_30_drive_0034_sync 867 l\n2011_09_30/2011_09_30_drive_0034_sync 642 r\n2011_09_30/2011_09_30_drive_0034_sync 382 l\n2011_09_30/2011_09_30_drive_0034_sync 401 r\n2011_09_30/2011_09_30_drive_0034_sync 336 r\n2011_09_30/2011_09_30_drive_0034_sync 590 r\n2011_09_30/2011_09_30_drive_0034_sync 726 l\n2011_09_30/2011_09_30_drive_0034_sync 1031 r\n2011_09_30/2011_09_30_drive_0034_sync 224 r\n2011_09_30/2011_09_30_drive_0034_sync 525 l\n2011_09_30/2011_09_30_drive_0034_sync 857 r\n2011_09_30/2011_09_30_drive_0034_sync 951 l\n2011_09_30/2011_09_30_drive_0034_sync 90 r\n2011_09_30/2011_09_30_drive_0034_sync 196 r\n2011_09_30/2011_09_30_drive_0034_sync 99 r\n2011_09_30/2011_09_30_drive_0034_sync 483 l\n2011_09_30/2011_09_30_drive_0034_sync 1053 l\n2011_09_30/2011_09_30_drive_0034_sync 686 r\n2011_09_30/2011_09_30_drive_0034_sync 569 l\n2011_09_30/2011_09_30_drive_0034_sync 786 l\n2011_09_30/2011_09_30_drive_0034_sync 409 r\n2011_09_30/2011_09_30_drive_0034_sync 105 r\n2011_09_30/2011_09_30_drive_0034_sync 1129 r\n2011_09_30/2011_09_30_drive_0034_sync 816 l\n2011_09_30/2011_09_30_drive_0034_sync 55 r\n2011_09_30/2011_09_30_drive_0034_sync 1023 r\n2011_09_30/2011_09_30_drive_0034_sync 1094 l\n2011_09_30/2011_09_30_drive_0034_sync 716 r\n2011_09_30/2011_09_30_drive_0034_sync 1050 l\n2011_09_30/2011_09_30_drive_0034_sync 1105 l\n2011_09_30/2011_09_30_drive_0034_sync 975 r\n2011_09_30/2011_09_30_drive_0034_sync 104 l\n2011_09_30/2011_09_30_drive_0034_sync 501 l\n2011_09_30/2011_09_30_drive_0034_sync 607 l\n2011_09_30/2011_09_30_drive_0034_sync 320 r\n2011_09_30/2011_09_30_drive_0034_sync 943 r\n2011_09_30/2011_09_30_drive_0034_sync 957 r\n2011_09_30/2011_09_30_drive_0034_sync 819 l\n2011_09_30/2011_09_30_drive_0034_sync 758 l\n2011_09_30/2011_09_30_drive_0034_sync 775 r\n2011_09_30/2011_09_30_drive_0034_sync 460 l\n2011_09_30/2011_09_30_drive_0034_sync 119 r\n2011_09_30/2011_09_30_drive_0034_sync 811 r\n2011_09_30/2011_09_30_drive_0034_sync 197 l\n2011_09_30/2011_09_30_drive_0034_sync 225 r\n2011_09_30/2011_09_30_drive_0034_sync 295 r\n2011_09_30/2011_09_30_drive_0034_sync 54 l\n2011_09_30/2011_09_30_drive_0034_sync 170 r\n2011_09_30/2011_09_30_drive_0034_sync 626 l\n2011_09_30/2011_09_30_drive_0034_sync 575 r\n2011_09_30/2011_09_30_drive_0034_sync 536 l\n2011_09_30/2011_09_30_drive_0034_sync 962 r\n2011_09_30/2011_09_30_drive_0034_sync 1047 r\n2011_09_30/2011_09_30_drive_0034_sync 41 r\n2011_09_30/2011_09_30_drive_0034_sync 315 l\n2011_09_30/2011_09_30_drive_0034_sync 210 r\n2011_09_30/2011_09_30_drive_0034_sync 428 r\n2011_09_30/2011_09_30_drive_0034_sync 777 l\n2011_09_30/2011_09_30_drive_0034_sync 645 r\n2011_09_30/2011_09_30_drive_0034_sync 990 l\n2011_09_30/2011_09_30_drive_0034_sync 950 r\n2011_09_30/2011_09_30_drive_0034_sync 497 r\n2011_09_30/2011_09_30_drive_0034_sync 243 r\n2011_09_30/2011_09_30_drive_0034_sync 981 r\n2011_09_30/2011_09_30_drive_0034_sync 696 l\n2011_09_30/2011_09_30_drive_0034_sync 192 r\n2011_09_30/2011_09_30_drive_0034_sync 424 l\n2011_09_30/2011_09_30_drive_0034_sync 636 r\n2011_09_30/2011_09_30_drive_0034_sync 1088 l\n2011_09_30/2011_09_30_drive_0034_sync 668 l\n2011_09_30/2011_09_30_drive_0034_sync 894 l\n2011_09_30/2011_09_30_drive_0034_sync 797 l\n2011_09_30/2011_09_30_drive_0034_sync 61 r\n2011_09_30/2011_09_30_drive_0034_sync 390 r\n2011_09_30/2011_09_30_drive_0034_sync 495 l\n2011_09_30/2011_09_30_drive_0034_sync 991 r\n2011_09_30/2011_09_30_drive_0034_sync 107 l\n2011_09_30/2011_09_30_drive_0034_sync 527 r\n2011_09_30/2011_09_30_drive_0034_sync 323 l\n2011_09_30/2011_09_30_drive_0034_sync 860 l\n2011_09_30/2011_09_30_drive_0034_sync 571 l\n2011_09_30/2011_09_30_drive_0034_sync 570 l\n2011_09_30/2011_09_30_drive_0034_sync 798 l\n2011_09_30/2011_09_30_drive_0034_sync 747 r\n2011_09_30/2011_09_30_drive_0034_sync 521 l\n2011_09_30/2011_09_30_drive_0034_sync 976 r\n2011_09_30/2011_09_30_drive_0034_sync 929 l\n2011_09_30/2011_09_30_drive_0034_sync 61 l\n2011_09_30/2011_09_30_drive_0034_sync 34 r\n2011_09_30/2011_09_30_drive_0034_sync 661 l\n2011_09_30/2011_09_30_drive_0034_sync 685 r\n2011_09_30/2011_09_30_drive_0034_sync 300 l\n2011_09_30/2011_09_30_drive_0034_sync 80 r\n2011_09_30/2011_09_30_drive_0034_sync 151 r\n2011_09_30/2011_09_30_drive_0034_sync 87 r\n2011_09_30/2011_09_30_drive_0034_sync 526 r\n2011_09_30/2011_09_30_drive_0034_sync 831 l\n2011_09_30/2011_09_30_drive_0034_sync 573 l\n2011_09_30/2011_09_30_drive_0034_sync 640 r\n2011_09_30/2011_09_30_drive_0034_sync 336 l\n2011_09_30/2011_09_30_drive_0034_sync 307 l\n2011_09_30/2011_09_30_drive_0034_sync 855 r\n2011_09_30/2011_09_30_drive_0034_sync 740 l\n2011_09_30/2011_09_30_drive_0034_sync 1077 l\n2011_09_30/2011_09_30_drive_0034_sync 970 r\n2011_09_30/2011_09_30_drive_0034_sync 180 r\n2011_09_30/2011_09_30_drive_0034_sync 239 r\n2011_09_30/2011_09_30_drive_0034_sync 357 r\n2011_09_30/2011_09_30_drive_0034_sync 660 l\n2011_09_30/2011_09_30_drive_0034_sync 985 l\n2011_09_30/2011_09_30_drive_0034_sync 154 l\n2011_09_30/2011_09_30_drive_0034_sync 174 l\n2011_09_30/2011_09_30_drive_0034_sync 759 l\n2011_09_30/2011_09_30_drive_0034_sync 501 r\n2011_09_30/2011_09_30_drive_0034_sync 621 r\n2011_09_30/2011_09_30_drive_0034_sync 540 r\n2011_09_30/2011_09_30_drive_0034_sync 508 r\n2011_09_30/2011_09_30_drive_0034_sync 959 r\n2011_09_30/2011_09_30_drive_0034_sync 581 r\n2011_09_30/2011_09_30_drive_0034_sync 1012 l\n2011_09_30/2011_09_30_drive_0034_sync 479 r\n2011_09_30/2011_09_30_drive_0034_sync 454 r\n2011_09_30/2011_09_30_drive_0034_sync 300 r\n2011_09_30/2011_09_30_drive_0034_sync 1045 l\n2011_09_30/2011_09_30_drive_0034_sync 172 r\n2011_09_30/2011_09_30_drive_0034_sync 597 l\n2011_09_30/2011_09_30_drive_0034_sync 563 r\n2011_09_30/2011_09_30_drive_0034_sync 1045 r\n2011_09_30/2011_09_30_drive_0034_sync 96 l\n2011_09_30/2011_09_30_drive_0034_sync 889 r\n2011_09_30/2011_09_30_drive_0034_sync 1006 l\n2011_09_30/2011_09_30_drive_0034_sync 414 l\n2011_09_30/2011_09_30_drive_0034_sync 584 l\n2011_09_30/2011_09_30_drive_0034_sync 319 l\n2011_09_30/2011_09_30_drive_0034_sync 926 r\n2011_09_26/2011_09_26_drive_0005_sync 138 l\n2011_09_26/2011_09_26_drive_0005_sync 103 r\n2011_09_26/2011_09_26_drive_0005_sync 3 r\n2011_09_26/2011_09_26_drive_0005_sync 24 l\n2011_09_26/2011_09_26_drive_0005_sync 128 r\n2011_09_26/2011_09_26_drive_0005_sync 4 l\n2011_09_26/2011_09_26_drive_0005_sync 33 r\n2011_09_26/2011_09_26_drive_0005_sync 90 r\n2011_09_26/2011_09_26_drive_0005_sync 148 l\n2011_09_26/2011_09_26_drive_0005_sync 95 r\n2011_09_26/2011_09_26_drive_0005_sync 147 l\n2011_09_26/2011_09_26_drive_0005_sync 11 r\n2011_09_26/2011_09_26_drive_0005_sync 80 l\n2011_09_26/2011_09_26_drive_0005_sync 49 r\n2011_09_26/2011_09_26_drive_0005_sync 105 r\n2011_09_26/2011_09_26_drive_0005_sync 92 l\n2011_09_26/2011_09_26_drive_0005_sync 140 r\n2011_09_26/2011_09_26_drive_0005_sync 147 r\n2011_09_26/2011_09_26_drive_0005_sync 141 r\n2011_09_26/2011_09_26_drive_0005_sync 50 r\n2011_09_26/2011_09_26_drive_0005_sync 100 l\n2011_09_26/2011_09_26_drive_0005_sync 34 l\n2011_09_26/2011_09_26_drive_0005_sync 89 r\n2011_09_26/2011_09_26_drive_0005_sync 107 l\n2011_09_26/2011_09_26_drive_0005_sync 36 l\n2011_09_26/2011_09_26_drive_0005_sync 61 r\n2011_09_26/2011_09_26_drive_0005_sync 86 r\n2011_09_26/2011_09_26_drive_0005_sync 129 r\n2011_09_26/2011_09_26_drive_0005_sync 85 l\n2011_09_26/2011_09_26_drive_0005_sync 122 l\n2011_09_26/2011_09_26_drive_0005_sync 31 r\n2011_09_26/2011_09_26_drive_0005_sync 56 l\n2011_09_26/2011_09_26_drive_0005_sync 143 l\n2011_09_26/2011_09_26_drive_0005_sync 17 r\n2011_09_26/2011_09_26_drive_0005_sync 129 l\n2011_09_26/2011_09_26_drive_0005_sync 76 r\n2011_09_26/2011_09_26_drive_0005_sync 118 r\n2011_09_26/2011_09_26_drive_0005_sync 43 r\n2011_09_26/2011_09_26_drive_0005_sync 24 r\n2011_09_26/2011_09_26_drive_0005_sync 117 r\n2011_09_26/2011_09_26_drive_0005_sync 6 l\n2011_09_30/2011_09_30_drive_0033_sync 853 r\n2011_09_30/2011_09_30_drive_0033_sync 1557 l\n2011_09_30/2011_09_30_drive_0033_sync 826 l\n2011_09_30/2011_09_30_drive_0033_sync 218 l\n2011_09_30/2011_09_30_drive_0033_sync 434 r\n2011_09_30/2011_09_30_drive_0033_sync 917 r\n2011_09_30/2011_09_30_drive_0033_sync 285 l\n2011_09_30/2011_09_30_drive_0033_sync 1513 l\n2011_09_30/2011_09_30_drive_0033_sync 1212 r\n2011_09_30/2011_09_30_drive_0033_sync 1098 r\n2011_09_30/2011_09_30_drive_0033_sync 585 l\n2011_09_30/2011_09_30_drive_0033_sync 816 l\n2011_09_30/2011_09_30_drive_0033_sync 523 l\n2011_09_30/2011_09_30_drive_0033_sync 965 l\n2011_09_30/2011_09_30_drive_0033_sync 1271 r\n2011_09_30/2011_09_30_drive_0033_sync 68 l\n2011_09_30/2011_09_30_drive_0033_sync 1162 r\n2011_09_30/2011_09_30_drive_0033_sync 633 r\n2011_09_30/2011_09_30_drive_0033_sync 934 r\n2011_09_30/2011_09_30_drive_0033_sync 1407 r\n2011_09_30/2011_09_30_drive_0033_sync 333 l\n2011_09_30/2011_09_30_drive_0033_sync 1442 l\n2011_09_30/2011_09_30_drive_0033_sync 1455 l\n2011_09_30/2011_09_30_drive_0033_sync 11 l\n2011_09_30/2011_09_30_drive_0033_sync 1362 r\n2011_09_30/2011_09_30_drive_0033_sync 207 l\n2011_09_30/2011_09_30_drive_0033_sync 168 l\n2011_09_30/2011_09_30_drive_0033_sync 1504 l\n2011_09_30/2011_09_30_drive_0033_sync 112 l\n2011_09_30/2011_09_30_drive_0033_sync 125 r\n2011_09_30/2011_09_30_drive_0033_sync 1447 r\n2011_09_30/2011_09_30_drive_0033_sync 839 r\n2011_09_30/2011_09_30_drive_0033_sync 1502 r\n2011_09_30/2011_09_30_drive_0033_sync 1589 l\n2011_09_30/2011_09_30_drive_0033_sync 1119 r\n2011_09_30/2011_09_30_drive_0033_sync 455 r\n2011_09_30/2011_09_30_drive_0033_sync 1384 r\n2011_09_30/2011_09_30_drive_0033_sync 394 r\n2011_09_30/2011_09_30_drive_0033_sync 301 l\n2011_09_30/2011_09_30_drive_0033_sync 1251 l\n2011_09_30/2011_09_30_drive_0033_sync 259 l\n2011_09_30/2011_09_30_drive_0033_sync 1530 r\n2011_09_30/2011_09_30_drive_0033_sync 1317 r\n2011_09_30/2011_09_30_drive_0033_sync 997 r\n2011_09_30/2011_09_30_drive_0033_sync 1182 r\n2011_09_30/2011_09_30_drive_0033_sync 1173 r\n2011_09_30/2011_09_30_drive_0033_sync 925 r\n2011_09_30/2011_09_30_drive_0033_sync 1588 l\n2011_09_30/2011_09_30_drive_0033_sync 869 r\n2011_09_30/2011_09_30_drive_0033_sync 124 l\n2011_09_30/2011_09_30_drive_0033_sync 1433 r\n2011_09_30/2011_09_30_drive_0033_sync 830 r\n2011_09_30/2011_09_30_drive_0033_sync 8 l\n2011_09_30/2011_09_30_drive_0033_sync 569 l\n2011_09_30/2011_09_30_drive_0033_sync 743 l\n2011_09_30/2011_09_30_drive_0033_sync 528 l\n2011_09_30/2011_09_30_drive_0033_sync 942 r\n2011_09_30/2011_09_30_drive_0033_sync 1266 l\n2011_09_30/2011_09_30_drive_0033_sync 1259 r\n2011_09_30/2011_09_30_drive_0033_sync 611 r\n2011_09_30/2011_09_30_drive_0033_sync 257 r\n2011_09_30/2011_09_30_drive_0033_sync 745 l\n2011_09_30/2011_09_30_drive_0033_sync 1316 r\n2011_09_30/2011_09_30_drive_0033_sync 1514 l\n2011_09_30/2011_09_30_drive_0033_sync 1352 l\n2011_09_30/2011_09_30_drive_0033_sync 565 l\n2011_09_30/2011_09_30_drive_0033_sync 1479 r\n2011_09_30/2011_09_30_drive_0033_sync 46 l\n2011_09_30/2011_09_30_drive_0033_sync 833 r\n2011_09_30/2011_09_30_drive_0033_sync 666 r\n2011_09_30/2011_09_30_drive_0033_sync 441 l\n2011_09_30/2011_09_30_drive_0033_sync 495 r\n2011_09_30/2011_09_30_drive_0033_sync 1352 r\n2011_09_30/2011_09_30_drive_0033_sync 556 l\n2011_09_30/2011_09_30_drive_0033_sync 1051 r\n2011_09_30/2011_09_30_drive_0033_sync 478 r\n2011_09_30/2011_09_30_drive_0033_sync 1048 l\n2011_09_30/2011_09_30_drive_0033_sync 857 l\n2011_09_30/2011_09_30_drive_0033_sync 405 r\n2011_09_30/2011_09_30_drive_0033_sync 440 l\n2011_09_30/2011_09_30_drive_0033_sync 949 r\n2011_09_30/2011_09_30_drive_0033_sync 770 r\n2011_09_30/2011_09_30_drive_0033_sync 621 l\n2011_09_30/2011_09_30_drive_0033_sync 136 r\n2011_09_30/2011_09_30_drive_0033_sync 620 r\n2011_09_30/2011_09_30_drive_0033_sync 612 r\n2011_09_30/2011_09_30_drive_0033_sync 1275 r\n2011_09_30/2011_09_30_drive_0033_sync 256 r\n2011_09_30/2011_09_30_drive_0033_sync 801 l\n2011_09_30/2011_09_30_drive_0033_sync 1103 r\n2011_09_30/2011_09_30_drive_0033_sync 1465 l\n2011_09_30/2011_09_30_drive_0033_sync 758 r\n2011_09_30/2011_09_30_drive_0033_sync 1163 r\n2011_09_30/2011_09_30_drive_0033_sync 1373 r\n2011_09_30/2011_09_30_drive_0033_sync 123 l\n2011_09_30/2011_09_30_drive_0033_sync 749 l\n2011_09_30/2011_09_30_drive_0033_sync 258 l\n2011_09_30/2011_09_30_drive_0033_sync 1089 r\n2011_09_30/2011_09_30_drive_0033_sync 1513 r\n2011_09_30/2011_09_30_drive_0033_sync 216 r\n2011_09_30/2011_09_30_drive_0033_sync 462 r\n2011_09_30/2011_09_30_drive_0033_sync 479 l\n2011_09_30/2011_09_30_drive_0033_sync 566 r\n2011_09_30/2011_09_30_drive_0033_sync 1287 r\n2011_09_30/2011_09_30_drive_0033_sync 297 l\n2011_09_30/2011_09_30_drive_0033_sync 1589 r\n2011_09_30/2011_09_30_drive_0033_sync 1248 r\n2011_09_30/2011_09_30_drive_0033_sync 483 l\n2011_09_30/2011_09_30_drive_0033_sync 338 r\n2011_09_30/2011_09_30_drive_0033_sync 1258 l\n2011_09_30/2011_09_30_drive_0033_sync 200 l\n2011_09_30/2011_09_30_drive_0033_sync 658 r\n2011_09_30/2011_09_30_drive_0033_sync 546 l\n2011_09_30/2011_09_30_drive_0033_sync 981 l\n2011_09_30/2011_09_30_drive_0033_sync 533 r\n2011_09_30/2011_09_30_drive_0033_sync 894 l\n2011_09_30/2011_09_30_drive_0033_sync 838 r\n2011_09_30/2011_09_30_drive_0033_sync 1139 r\n2011_09_30/2011_09_30_drive_0033_sync 1339 l\n2011_09_30/2011_09_30_drive_0033_sync 625 r\n2011_09_30/2011_09_30_drive_0033_sync 92 l\n2011_09_30/2011_09_30_drive_0033_sync 1023 l\n2011_09_30/2011_09_30_drive_0033_sync 741 r\n2011_09_30/2011_09_30_drive_0033_sync 1323 r\n2011_09_30/2011_09_30_drive_0033_sync 674 r\n2011_09_30/2011_09_30_drive_0033_sync 1415 l\n2011_09_30/2011_09_30_drive_0033_sync 244 r\n2011_09_30/2011_09_30_drive_0033_sync 1523 l\n2011_09_30/2011_09_30_drive_0033_sync 780 r\n2011_09_30/2011_09_30_drive_0033_sync 61 l\n2011_09_30/2011_09_30_drive_0033_sync 1300 l\n2011_09_30/2011_09_30_drive_0033_sync 1278 r\n2011_09_30/2011_09_30_drive_0033_sync 141 l\n2011_09_30/2011_09_30_drive_0033_sync 1541 r\n2011_09_30/2011_09_30_drive_0033_sync 352 r\n2011_09_30/2011_09_30_drive_0033_sync 127 l\n2011_09_30/2011_09_30_drive_0033_sync 984 r\n2011_09_30/2011_09_30_drive_0033_sync 265 r\n2011_09_30/2011_09_30_drive_0033_sync 231 r\n2011_09_30/2011_09_30_drive_0033_sync 1361 l\n2011_09_30/2011_09_30_drive_0033_sync 250 r\n2011_09_30/2011_09_30_drive_0033_sync 1512 l\n2011_09_30/2011_09_30_drive_0033_sync 1271 l\n2011_09_30/2011_09_30_drive_0033_sync 345 r\n2011_09_30/2011_09_30_drive_0033_sync 811 r\n2011_09_30/2011_09_30_drive_0033_sync 1358 l\n2011_09_30/2011_09_30_drive_0033_sync 755 r\n2011_09_30/2011_09_30_drive_0033_sync 109 r\n2011_09_30/2011_09_30_drive_0033_sync 78 l\n2011_09_30/2011_09_30_drive_0033_sync 3 r\n2011_09_30/2011_09_30_drive_0033_sync 270 l\n2011_09_30/2011_09_30_drive_0033_sync 35 l\n2011_09_30/2011_09_30_drive_0033_sync 245 l\n2011_09_30/2011_09_30_drive_0033_sync 473 r\n2011_09_30/2011_09_30_drive_0033_sync 1337 r\n2011_09_30/2011_09_30_drive_0033_sync 517 r\n2011_09_30/2011_09_30_drive_0033_sync 937 r\n2011_09_30/2011_09_30_drive_0033_sync 843 r\n2011_09_30/2011_09_30_drive_0033_sync 727 l\n2011_09_30/2011_09_30_drive_0033_sync 1500 r\n2011_09_30/2011_09_30_drive_0033_sync 81 r\n2011_09_30/2011_09_30_drive_0033_sync 760 r\n2011_09_30/2011_09_30_drive_0033_sync 492 r\n2011_09_30/2011_09_30_drive_0033_sync 1579 r\n2011_09_30/2011_09_30_drive_0033_sync 1466 l\n2011_09_30/2011_09_30_drive_0033_sync 1185 l\n2011_09_30/2011_09_30_drive_0033_sync 889 r\n2011_09_30/2011_09_30_drive_0033_sync 10 r\n2011_09_30/2011_09_30_drive_0033_sync 952 r\n2011_09_30/2011_09_30_drive_0033_sync 398 r\n2011_09_30/2011_09_30_drive_0033_sync 752 l\n2011_09_30/2011_09_30_drive_0033_sync 1247 r\n2011_09_30/2011_09_30_drive_0033_sync 1575 l\n2011_09_30/2011_09_30_drive_0033_sync 332 l\n2011_09_30/2011_09_30_drive_0033_sync 117 r\n2011_09_30/2011_09_30_drive_0033_sync 1146 l\n2011_09_30/2011_09_30_drive_0033_sync 808 l\n2011_09_30/2011_09_30_drive_0033_sync 1217 l\n2011_09_30/2011_09_30_drive_0033_sync 762 l\n2011_09_30/2011_09_30_drive_0033_sync 1236 r\n2011_09_30/2011_09_30_drive_0033_sync 1326 l\n2011_09_30/2011_09_30_drive_0033_sync 439 l\n2011_09_30/2011_09_30_drive_0033_sync 1482 r\n2011_09_30/2011_09_30_drive_0033_sync 101 l\n2011_09_30/2011_09_30_drive_0033_sync 955 l\n2011_09_30/2011_09_30_drive_0033_sync 472 l\n2011_09_30/2011_09_30_drive_0033_sync 139 l\n2011_09_30/2011_09_30_drive_0033_sync 1018 r\n2011_09_30/2011_09_30_drive_0033_sync 1419 l\n2011_09_30/2011_09_30_drive_0033_sync 48 l\n2011_09_30/2011_09_30_drive_0033_sync 471 r\n2011_09_30/2011_09_30_drive_0033_sync 1079 l\n2011_09_30/2011_09_30_drive_0033_sync 1298 r\n2011_09_30/2011_09_30_drive_0033_sync 1487 r\n2011_09_30/2011_09_30_drive_0033_sync 372 r\n2011_09_30/2011_09_30_drive_0033_sync 1046 r\n2011_09_30/2011_09_30_drive_0033_sync 1221 l\n2011_09_30/2011_09_30_drive_0033_sync 1588 r\n2011_09_30/2011_09_30_drive_0033_sync 586 r\n2011_09_30/2011_09_30_drive_0033_sync 34 r\n2011_09_30/2011_09_30_drive_0033_sync 1422 l\n2011_09_30/2011_09_30_drive_0033_sync 128 r\n2011_09_30/2011_09_30_drive_0033_sync 1581 l\n2011_09_30/2011_09_30_drive_0033_sync 328 l\n2011_09_30/2011_09_30_drive_0033_sync 367 l\n2011_09_30/2011_09_30_drive_0033_sync 1489 l\n2011_09_30/2011_09_30_drive_0033_sync 820 l\n2011_09_30/2011_09_30_drive_0033_sync 259 r\n2011_09_30/2011_09_30_drive_0033_sync 703 r\n2011_09_30/2011_09_30_drive_0033_sync 621 r\n2011_09_30/2011_09_30_drive_0033_sync 1010 r\n2011_09_30/2011_09_30_drive_0033_sync 870 l\n2011_09_30/2011_09_30_drive_0033_sync 596 l\n2011_09_30/2011_09_30_drive_0033_sync 1349 l\n2011_09_30/2011_09_30_drive_0033_sync 1256 l\n2011_09_30/2011_09_30_drive_0033_sync 1566 r\n2011_09_30/2011_09_30_drive_0033_sync 1269 r\n2011_09_30/2011_09_30_drive_0033_sync 999 r\n2011_09_30/2011_09_30_drive_0033_sync 1246 r\n2011_09_30/2011_09_30_drive_0033_sync 248 r\n2011_09_30/2011_09_30_drive_0033_sync 1206 l\n2011_09_30/2011_09_30_drive_0033_sync 1469 l\n2011_09_30/2011_09_30_drive_0033_sync 19 r\n2011_09_30/2011_09_30_drive_0033_sync 454 r\n2011_09_30/2011_09_30_drive_0033_sync 505 l\n2011_09_30/2011_09_30_drive_0033_sync 459 r\n2011_09_30/2011_09_30_drive_0033_sync 482 r\n2011_09_30/2011_09_30_drive_0033_sync 862 r\n2011_09_30/2011_09_30_drive_0033_sync 41 l\n2011_09_30/2011_09_30_drive_0033_sync 490 r\n2011_09_30/2011_09_30_drive_0033_sync 1200 l\n2011_09_30/2011_09_30_drive_0033_sync 524 l\n2011_09_30/2011_09_30_drive_0033_sync 957 l\n2011_09_30/2011_09_30_drive_0033_sync 1103 l\n2011_09_30/2011_09_30_drive_0033_sync 950 r\n2011_09_30/2011_09_30_drive_0033_sync 1523 r\n2011_09_30/2011_09_30_drive_0033_sync 534 l\n2011_09_30/2011_09_30_drive_0033_sync 294 l\n2011_09_30/2011_09_30_drive_0033_sync 592 l\n2011_09_30/2011_09_30_drive_0033_sync 1167 r\n2011_09_30/2011_09_30_drive_0033_sync 1578 r\n2011_09_30/2011_09_30_drive_0033_sync 682 l\n2011_09_30/2011_09_30_drive_0033_sync 924 r\n2011_09_30/2011_09_30_drive_0033_sync 1506 r\n2011_09_30/2011_09_30_drive_0033_sync 120 r\n2011_09_30/2011_09_30_drive_0033_sync 265 l\n2011_09_30/2011_09_30_drive_0033_sync 494 r\n2011_09_30/2011_09_30_drive_0033_sync 906 l\n2011_09_30/2011_09_30_drive_0033_sync 448 l\n2011_09_30/2011_09_30_drive_0033_sync 555 r\n2011_09_30/2011_09_30_drive_0033_sync 1041 l\n2011_09_30/2011_09_30_drive_0033_sync 863 r\n2011_09_30/2011_09_30_drive_0033_sync 254 l\n2011_09_30/2011_09_30_drive_0033_sync 1091 r\n2011_09_30/2011_09_30_drive_0033_sync 747 r\n2011_09_30/2011_09_30_drive_0033_sync 864 l\n2011_09_30/2011_09_30_drive_0033_sync 1120 r\n2011_09_30/2011_09_30_drive_0033_sync 892 r\n2011_09_30/2011_09_30_drive_0033_sync 420 l\n2011_09_30/2011_09_30_drive_0033_sync 1327 r\n2011_09_30/2011_09_30_drive_0033_sync 33 l\n2011_09_30/2011_09_30_drive_0033_sync 350 r\n2011_09_30/2011_09_30_drive_0033_sync 706 r\n2011_09_30/2011_09_30_drive_0033_sync 56 r\n2011_09_30/2011_09_30_drive_0033_sync 388 r\n2011_09_30/2011_09_30_drive_0033_sync 660 r\n2011_09_30/2011_09_30_drive_0033_sync 1468 l\n2011_09_30/2011_09_30_drive_0033_sync 1453 l\n2011_09_30/2011_09_30_drive_0033_sync 1252 r\n2011_09_30/2011_09_30_drive_0033_sync 18 l\n2011_09_30/2011_09_30_drive_0033_sync 591 r\n2011_09_30/2011_09_30_drive_0033_sync 794 r\n2011_09_30/2011_09_30_drive_0033_sync 1476 r\n2011_09_30/2011_09_30_drive_0033_sync 1493 l\n2011_09_30/2011_09_30_drive_0033_sync 80 r\n2011_09_30/2011_09_30_drive_0033_sync 1406 l\n2011_09_30/2011_09_30_drive_0033_sync 360 l\n2011_09_30/2011_09_30_drive_0033_sync 217 r\n2011_09_30/2011_09_30_drive_0033_sync 731 r\n2011_09_30/2011_09_30_drive_0033_sync 940 r\n2011_09_30/2011_09_30_drive_0033_sync 967 r\n2011_09_30/2011_09_30_drive_0033_sync 1084 r\n2011_09_30/2011_09_30_drive_0033_sync 838 l\n2011_09_30/2011_09_30_drive_0033_sync 17 r\n2011_09_30/2011_09_30_drive_0033_sync 1122 l\n2011_09_30/2011_09_30_drive_0033_sync 626 l\n2011_09_30/2011_09_30_drive_0033_sync 685 r\n2011_09_30/2011_09_30_drive_0033_sync 197 r\n2011_09_30/2011_09_30_drive_0033_sync 150 l\n2011_09_30/2011_09_30_drive_0033_sync 203 r\n2011_09_30/2011_09_30_drive_0033_sync 930 r\n2011_09_30/2011_09_30_drive_0033_sync 1011 l\n2011_09_30/2011_09_30_drive_0033_sync 944 l\n2011_09_30/2011_09_30_drive_0033_sync 1139 l\n2011_09_30/2011_09_30_drive_0033_sync 953 l\n2011_09_30/2011_09_30_drive_0033_sync 1505 l\n2011_09_30/2011_09_30_drive_0033_sync 957 r\n2011_09_30/2011_09_30_drive_0033_sync 25 r\n2011_09_30/2011_09_30_drive_0033_sync 1041 r\n2011_09_30/2011_09_30_drive_0033_sync 855 l\n2011_09_30/2011_09_30_drive_0033_sync 1533 r\n2011_09_30/2011_09_30_drive_0033_sync 13 r\n2011_09_30/2011_09_30_drive_0033_sync 528 r\n2011_09_30/2011_09_30_drive_0033_sync 937 l\n2011_09_30/2011_09_30_drive_0033_sync 955 r\n2011_09_30/2011_09_30_drive_0033_sync 1445 l\n2011_09_30/2011_09_30_drive_0033_sync 823 l\n2011_09_30/2011_09_30_drive_0033_sync 1395 l\n2011_09_30/2011_09_30_drive_0033_sync 1059 r\n2011_09_30/2011_09_30_drive_0033_sync 116 l\n2011_09_26/2011_09_26_drive_0039_sync 372 r\n2011_09_26/2011_09_26_drive_0039_sync 309 l\n2011_09_26/2011_09_26_drive_0039_sync 344 l\n2011_09_26/2011_09_26_drive_0039_sync 143 l\n2011_09_26/2011_09_26_drive_0039_sync 20 r\n2011_09_26/2011_09_26_drive_0039_sync 318 l\n2011_09_26/2011_09_26_drive_0039_sync 252 l\n2011_09_26/2011_09_26_drive_0039_sync 205 r\n2011_09_26/2011_09_26_drive_0039_sync 277 l\n2011_09_26/2011_09_26_drive_0039_sync 239 l\n2011_09_26/2011_09_26_drive_0039_sync 63 l\n2011_09_26/2011_09_26_drive_0039_sync 27 r\n2011_09_26/2011_09_26_drive_0039_sync 299 r\n2011_09_26/2011_09_26_drive_0039_sync 46 l\n2011_09_26/2011_09_26_drive_0039_sync 218 r\n2011_09_26/2011_09_26_drive_0039_sync 273 l\n2011_09_26/2011_09_26_drive_0039_sync 373 r\n2011_09_26/2011_09_26_drive_0039_sync 314 l\n2011_09_26/2011_09_26_drive_0039_sync 291 l\n2011_09_26/2011_09_26_drive_0039_sync 229 r\n2011_09_26/2011_09_26_drive_0039_sync 80 r\n2011_09_26/2011_09_26_drive_0039_sync 300 l\n2011_09_26/2011_09_26_drive_0039_sync 357 l\n2011_09_26/2011_09_26_drive_0039_sync 39 r\n2011_09_26/2011_09_26_drive_0039_sync 359 l\n2011_09_26/2011_09_26_drive_0039_sync 98 r\n2011_09_26/2011_09_26_drive_0039_sync 93 r\n2011_09_26/2011_09_26_drive_0039_sync 282 l\n2011_09_26/2011_09_26_drive_0039_sync 34 l\n2011_09_26/2011_09_26_drive_0039_sync 187 r\n2011_09_26/2011_09_26_drive_0039_sync 245 r\n2011_09_26/2011_09_26_drive_0039_sync 269 l\n2011_09_26/2011_09_26_drive_0039_sync 21 l\n2011_09_26/2011_09_26_drive_0039_sync 51 l\n2011_09_26/2011_09_26_drive_0039_sync 43 r\n2011_09_26/2011_09_26_drive_0039_sync 89 l\n2011_09_26/2011_09_26_drive_0039_sync 30 r\n2011_09_26/2011_09_26_drive_0039_sync 390 r\n2011_09_26/2011_09_26_drive_0039_sync 328 r\n2011_09_26/2011_09_26_drive_0039_sync 120 r\n2011_09_26/2011_09_26_drive_0039_sync 102 l\n2011_09_26/2011_09_26_drive_0039_sync 278 r\n2011_09_26/2011_09_26_drive_0039_sync 265 r\n2011_09_26/2011_09_26_drive_0039_sync 336 l\n2011_09_26/2011_09_26_drive_0039_sync 81 r\n2011_09_26/2011_09_26_drive_0039_sync 381 l\n2011_09_26/2011_09_26_drive_0039_sync 22 l\n2011_09_26/2011_09_26_drive_0039_sync 205 l\n2011_09_26/2011_09_26_drive_0039_sync 273 r\n2011_09_26/2011_09_26_drive_0039_sync 269 r\n2011_09_26/2011_09_26_drive_0039_sync 292 r\n2011_09_26/2011_09_26_drive_0039_sync 38 l\n2011_09_26/2011_09_26_drive_0039_sync 375 l\n2011_09_26/2011_09_26_drive_0039_sync 39 l\n2011_09_26/2011_09_26_drive_0039_sync 264 r\n2011_09_26/2011_09_26_drive_0039_sync 172 r\n2011_09_26/2011_09_26_drive_0039_sync 335 l\n2011_09_26/2011_09_26_drive_0039_sync 137 l\n2011_09_26/2011_09_26_drive_0039_sync 287 r\n2011_09_26/2011_09_26_drive_0039_sync 30 l\n2011_09_26/2011_09_26_drive_0039_sync 317 l\n2011_09_26/2011_09_26_drive_0039_sync 166 l\n2011_09_26/2011_09_26_drive_0039_sync 329 r\n2011_09_26/2011_09_26_drive_0039_sync 380 l\n2011_09_26/2011_09_26_drive_0039_sync 91 l\n2011_09_26/2011_09_26_drive_0039_sync 275 r\n2011_09_26/2011_09_26_drive_0039_sync 351 r\n2011_09_26/2011_09_26_drive_0039_sync 156 l\n2011_09_26/2011_09_26_drive_0039_sync 296 r\n2011_09_26/2011_09_26_drive_0039_sync 308 r\n2011_09_26/2011_09_26_drive_0039_sync 31 r\n2011_09_26/2011_09_26_drive_0039_sync 241 l\n2011_09_26/2011_09_26_drive_0039_sync 33 r\n2011_09_26/2011_09_26_drive_0039_sync 256 r\n2011_09_26/2011_09_26_drive_0039_sync 94 r\n2011_09_26/2011_09_26_drive_0039_sync 196 l\n2011_09_26/2011_09_26_drive_0039_sync 37 l\n2011_09_26/2011_09_26_drive_0039_sync 238 r\n2011_09_26/2011_09_26_drive_0039_sync 246 l\n2011_09_26/2011_09_26_drive_0039_sync 113 r\n2011_09_26/2011_09_26_drive_0039_sync 288 l\n2011_09_26/2011_09_26_drive_0039_sync 8 l\n2011_09_26/2011_09_26_drive_0039_sync 173 r\n2011_09_26/2011_09_26_drive_0039_sync 210 l\n2011_09_26/2011_09_26_drive_0039_sync 360 l\n2011_09_26/2011_09_26_drive_0113_sync 81 l\n2011_09_26/2011_09_26_drive_0113_sync 10 r\n2011_09_26/2011_09_26_drive_0113_sync 26 r\n2011_09_26/2011_09_26_drive_0113_sync 50 r\n2011_09_26/2011_09_26_drive_0113_sync 70 r\n2011_09_26/2011_09_26_drive_0113_sync 41 r\n2011_09_26/2011_09_26_drive_0113_sync 42 l\n2011_09_26/2011_09_26_drive_0113_sync 48 r\n2011_09_26/2011_09_26_drive_0113_sync 59 r\n2011_09_26/2011_09_26_drive_0113_sync 5 l\n2011_09_26/2011_09_26_drive_0113_sync 83 r\n2011_09_26/2011_09_26_drive_0113_sync 49 r\n2011_09_26/2011_09_26_drive_0113_sync 69 l\n2011_09_26/2011_09_26_drive_0113_sync 59 l\n2011_09_26/2011_09_26_drive_0113_sync 6 r\n2011_09_26/2011_09_26_drive_0113_sync 9 r\n2011_09_26/2011_09_26_drive_0113_sync 77 r\n2011_09_29/2011_09_29_drive_0004_sync 111 l\n2011_09_29/2011_09_29_drive_0004_sync 58 l\n2011_09_29/2011_09_29_drive_0004_sync 304 l\n2011_09_29/2011_09_29_drive_0004_sync 265 r\n2011_09_29/2011_09_29_drive_0004_sync 249 r\n2011_09_29/2011_09_29_drive_0004_sync 277 r\n2011_09_29/2011_09_29_drive_0004_sync 173 l\n2011_09_29/2011_09_29_drive_0004_sync 288 r\n2011_09_29/2011_09_29_drive_0004_sync 240 r\n2011_09_29/2011_09_29_drive_0004_sync 195 l\n2011_09_29/2011_09_29_drive_0004_sync 158 r\n2011_09_29/2011_09_29_drive_0004_sync 10 r\n2011_09_29/2011_09_29_drive_0004_sync 98 l\n2011_09_29/2011_09_29_drive_0004_sync 20 l\n2011_09_29/2011_09_29_drive_0004_sync 19 r\n2011_09_29/2011_09_29_drive_0004_sync 163 r\n2011_09_29/2011_09_29_drive_0004_sync 43 r\n2011_09_29/2011_09_29_drive_0004_sync 186 l\n2011_09_29/2011_09_29_drive_0004_sync 192 r\n2011_09_29/2011_09_29_drive_0004_sync 292 l\n2011_09_29/2011_09_29_drive_0004_sync 276 l\n2011_09_29/2011_09_29_drive_0004_sync 290 l\n2011_09_29/2011_09_29_drive_0004_sync 284 l\n2011_09_29/2011_09_29_drive_0004_sync 127 r\n2011_09_29/2011_09_29_drive_0004_sync 272 l\n2011_09_29/2011_09_29_drive_0004_sync 310 r\n2011_09_29/2011_09_29_drive_0004_sync 263 r\n2011_09_29/2011_09_29_drive_0004_sync 214 r\n2011_09_29/2011_09_29_drive_0004_sync 188 l\n2011_09_29/2011_09_29_drive_0004_sync 209 l\n2011_09_29/2011_09_29_drive_0004_sync 203 r\n2011_09_29/2011_09_29_drive_0004_sync 43 l\n2011_09_29/2011_09_29_drive_0004_sync 168 l\n2011_09_29/2011_09_29_drive_0004_sync 158 l\n2011_09_29/2011_09_29_drive_0004_sync 279 l\n2011_09_29/2011_09_29_drive_0004_sync 100 r\n2011_09_29/2011_09_29_drive_0004_sync 201 l\n2011_09_29/2011_09_29_drive_0004_sync 237 r\n2011_09_29/2011_09_29_drive_0004_sync 3 r\n2011_09_29/2011_09_29_drive_0004_sync 206 r\n2011_09_29/2011_09_29_drive_0004_sync 119 r\n2011_09_29/2011_09_29_drive_0004_sync 261 l\n2011_09_29/2011_09_29_drive_0004_sync 165 r\n2011_09_29/2011_09_29_drive_0004_sync 280 l\n2011_09_29/2011_09_29_drive_0004_sync 21 r\n2011_09_29/2011_09_29_drive_0004_sync 233 l\n2011_09_29/2011_09_29_drive_0004_sync 193 r\n2011_09_29/2011_09_29_drive_0004_sync 61 r\n2011_09_29/2011_09_29_drive_0004_sync 105 r\n2011_09_29/2011_09_29_drive_0004_sync 64 r\n2011_09_29/2011_09_29_drive_0004_sync 230 l\n2011_09_29/2011_09_29_drive_0004_sync 34 l\n2011_09_29/2011_09_29_drive_0004_sync 17 l\n2011_09_29/2011_09_29_drive_0004_sync 95 l\n2011_09_29/2011_09_29_drive_0004_sync 107 l\n2011_09_29/2011_09_29_drive_0004_sync 157 r\n2011_09_29/2011_09_29_drive_0004_sync 176 l\n2011_09_29/2011_09_29_drive_0004_sync 15 r\n2011_09_29/2011_09_29_drive_0004_sync 197 r\n2011_09_29/2011_09_29_drive_0004_sync 182 l\n2011_09_29/2011_09_29_drive_0004_sync 241 l\n2011_09_29/2011_09_29_drive_0004_sync 298 l\n2011_09_29/2011_09_29_drive_0004_sync 270 l\n2011_09_29/2011_09_29_drive_0004_sync 113 r\n2011_09_29/2011_09_29_drive_0004_sync 309 l\n2011_09_29/2011_09_29_drive_0004_sync 159 l\n2011_09_29/2011_09_29_drive_0004_sync 89 r\n2011_09_29/2011_09_29_drive_0004_sync 173 r\n2011_09_26/2011_09_26_drive_0015_sync 195 r\n2011_09_26/2011_09_26_drive_0015_sync 218 l\n2011_09_26/2011_09_26_drive_0015_sync 252 r\n2011_09_26/2011_09_26_drive_0015_sync 172 r\n2011_09_26/2011_09_26_drive_0015_sync 60 l\n2011_09_26/2011_09_26_drive_0015_sync 33 l\n2011_09_26/2011_09_26_drive_0015_sync 120 l\n2011_09_26/2011_09_26_drive_0015_sync 81 r\n2011_09_26/2011_09_26_drive_0015_sync 148 r\n2011_09_26/2011_09_26_drive_0015_sync 222 l\n2011_09_26/2011_09_26_drive_0015_sync 31 r\n2011_09_26/2011_09_26_drive_0015_sync 28 l\n2011_09_26/2011_09_26_drive_0015_sync 159 l\n2011_09_26/2011_09_26_drive_0015_sync 153 r\n2011_09_26/2011_09_26_drive_0015_sync 208 r\n2011_09_26/2011_09_26_drive_0015_sync 167 l\n2011_09_26/2011_09_26_drive_0015_sync 127 l\n2011_09_26/2011_09_26_drive_0015_sync 275 l\n2011_09_26/2011_09_26_drive_0015_sync 250 r\n2011_09_26/2011_09_26_drive_0015_sync 256 l\n2011_09_26/2011_09_26_drive_0015_sync 5 l\n2011_09_26/2011_09_26_drive_0015_sync 19 l\n2011_09_26/2011_09_26_drive_0015_sync 239 r\n2011_09_26/2011_09_26_drive_0015_sync 6 l\n2011_09_26/2011_09_26_drive_0015_sync 74 l\n2011_09_26/2011_09_26_drive_0015_sync 132 l\n2011_09_26/2011_09_26_drive_0015_sync 150 r\n2011_09_26/2011_09_26_drive_0015_sync 75 r\n2011_09_26/2011_09_26_drive_0015_sync 249 l\n2011_09_26/2011_09_26_drive_0015_sync 246 r\n2011_09_26/2011_09_26_drive_0015_sync 7 l\n2011_09_26/2011_09_26_drive_0015_sync 263 r\n2011_09_26/2011_09_26_drive_0015_sync 256 r\n2011_09_26/2011_09_26_drive_0015_sync 86 r\n2011_09_26/2011_09_26_drive_0015_sync 96 r\n2011_09_26/2011_09_26_drive_0015_sync 29 l\n2011_09_26/2011_09_26_drive_0015_sync 157 r\n2011_09_26/2011_09_26_drive_0015_sync 271 l\n2011_09_26/2011_09_26_drive_0015_sync 254 r\n2011_09_26/2011_09_26_drive_0015_sync 51 l\n2011_09_26/2011_09_26_drive_0015_sync 12 l\n2011_09_26/2011_09_26_drive_0015_sync 42 r\n2011_09_26/2011_09_26_drive_0015_sync 191 r\n2011_09_26/2011_09_26_drive_0015_sync 292 r\n2011_09_26/2011_09_26_drive_0015_sync 64 r\n2011_09_26/2011_09_26_drive_0015_sync 242 r\n2011_09_26/2011_09_26_drive_0015_sync 196 l\n2011_09_26/2011_09_26_drive_0015_sync 50 r\n2011_09_26/2011_09_26_drive_0015_sync 261 l\n2011_09_26/2011_09_26_drive_0015_sync 104 r\n2011_09_26/2011_09_26_drive_0015_sync 150 l\n2011_09_26/2011_09_26_drive_0015_sync 166 l\n2011_09_26/2011_09_26_drive_0015_sync 188 r\n2011_09_26/2011_09_26_drive_0015_sync 159 r\n2011_09_26/2011_09_26_drive_0015_sync 225 l\n2011_09_26/2011_09_26_drive_0051_sync 231 r\n2011_09_26/2011_09_26_drive_0051_sync 156 r\n2011_09_26/2011_09_26_drive_0051_sync 384 r\n2011_09_26/2011_09_26_drive_0051_sync 49 r\n2011_09_26/2011_09_26_drive_0051_sync 109 r\n2011_09_26/2011_09_26_drive_0051_sync 312 r\n2011_09_26/2011_09_26_drive_0051_sync 179 l\n2011_09_26/2011_09_26_drive_0051_sync 182 l\n2011_09_26/2011_09_26_drive_0051_sync 91 r\n2011_09_26/2011_09_26_drive_0051_sync 433 r\n2011_09_26/2011_09_26_drive_0051_sync 178 l\n2011_09_26/2011_09_26_drive_0051_sync 60 r\n2011_09_26/2011_09_26_drive_0051_sync 163 r\n2011_09_26/2011_09_26_drive_0051_sync 39 r\n2011_09_26/2011_09_26_drive_0051_sync 429 l\n2011_09_26/2011_09_26_drive_0051_sync 375 r\n2011_09_26/2011_09_26_drive_0051_sync 114 r\n2011_09_26/2011_09_26_drive_0051_sync 421 l\n2011_09_26/2011_09_26_drive_0051_sync 250 r\n2011_09_26/2011_09_26_drive_0051_sync 172 l\n2011_09_26/2011_09_26_drive_0051_sync 171 l\n2011_09_26/2011_09_26_drive_0051_sync 101 l\n2011_09_26/2011_09_26_drive_0051_sync 141 l\n2011_09_26/2011_09_26_drive_0051_sync 164 r\n2011_09_26/2011_09_26_drive_0051_sync 375 l\n2011_09_26/2011_09_26_drive_0051_sync 44 l\n2011_09_26/2011_09_26_drive_0051_sync 143 l\n2011_09_26/2011_09_26_drive_0051_sync 405 r\n2011_09_26/2011_09_26_drive_0051_sync 374 r\n2011_09_26/2011_09_26_drive_0051_sync 414 l\n2011_09_26/2011_09_26_drive_0051_sync 181 l\n2011_09_26/2011_09_26_drive_0051_sync 70 r\n2011_09_26/2011_09_26_drive_0051_sync 23 r\n2011_09_26/2011_09_26_drive_0051_sync 379 l\n2011_09_26/2011_09_26_drive_0051_sync 59 l\n2011_09_26/2011_09_26_drive_0051_sync 81 r\n2011_09_26/2011_09_26_drive_0051_sync 376 r\n2011_09_26/2011_09_26_drive_0051_sync 128 l\n2011_09_26/2011_09_26_drive_0051_sync 92 l\n2011_09_26/2011_09_26_drive_0051_sync 6 r\n2011_09_26/2011_09_26_drive_0051_sync 5 r\n2011_09_26/2011_09_26_drive_0051_sync 410 l\n2011_09_26/2011_09_26_drive_0051_sync 45 l\n2011_09_26/2011_09_26_drive_0051_sync 74 l\n2011_09_26/2011_09_26_drive_0051_sync 180 r\n2011_09_26/2011_09_26_drive_0051_sync 136 r\n2011_09_26/2011_09_26_drive_0051_sync 228 r\n2011_09_26/2011_09_26_drive_0051_sync 91 l\n2011_09_26/2011_09_26_drive_0051_sync 30 r\n2011_09_26/2011_09_26_drive_0051_sync 424 l\n2011_09_26/2011_09_26_drive_0051_sync 161 r\n2011_09_26/2011_09_26_drive_0051_sync 310 l\n2011_09_26/2011_09_26_drive_0051_sync 84 l\n2011_09_26/2011_09_26_drive_0051_sync 320 r\n2011_09_26/2011_09_26_drive_0051_sync 48 r\n2011_09_26/2011_09_26_drive_0051_sync 62 r\n2011_09_26/2011_09_26_drive_0014_sync 176 l\n2011_09_26/2011_09_26_drive_0014_sync 221 r\n2011_09_26/2011_09_26_drive_0014_sync 243 l\n2011_09_26/2011_09_26_drive_0014_sync 284 r\n2011_09_26/2011_09_26_drive_0014_sync 12 r\n2011_09_26/2011_09_26_drive_0014_sync 63 r\n2011_09_26/2011_09_26_drive_0014_sync 203 l\n2011_09_26/2011_09_26_drive_0014_sync 85 r\n2011_09_26/2011_09_26_drive_0014_sync 40 l\n2011_09_26/2011_09_26_drive_0014_sync 91 l\n2011_09_26/2011_09_26_drive_0014_sync 282 r\n2011_09_26/2011_09_26_drive_0014_sync 24 l\n2011_09_26/2011_09_26_drive_0014_sync 78 r\n2011_09_26/2011_09_26_drive_0014_sync 78 l\n2011_09_26/2011_09_26_drive_0014_sync 305 l\n2011_09_26/2011_09_26_drive_0014_sync 295 l\n2011_09_26/2011_09_26_drive_0014_sync 86 r\n2011_09_26/2011_09_26_drive_0014_sync 34 l\n2011_09_26/2011_09_26_drive_0014_sync 210 r\n2011_09_26/2011_09_26_drive_0014_sync 265 l\n2011_09_26/2011_09_26_drive_0014_sync 10 r\n2011_09_26/2011_09_26_drive_0014_sync 161 r\n2011_09_26/2011_09_26_drive_0014_sync 125 l\n2011_09_26/2011_09_26_drive_0014_sync 191 l\n2011_09_26/2011_09_26_drive_0014_sync 8 r\n2011_09_26/2011_09_26_drive_0014_sync 98 l\n2011_09_26/2011_09_26_drive_0014_sync 27 l\n2011_09_26/2011_09_26_drive_0014_sync 207 r\n2011_09_26/2011_09_26_drive_0014_sync 293 r\n2011_09_26/2011_09_26_drive_0014_sync 84 l\n2011_09_26/2011_09_26_drive_0014_sync 224 r\n2011_09_26/2011_09_26_drive_0014_sync 72 r\n2011_09_26/2011_09_26_drive_0014_sync 3 l\n2011_09_26/2011_09_26_drive_0014_sync 306 l\n2011_09_26/2011_09_26_drive_0014_sync 108 l\n2011_09_26/2011_09_26_drive_0014_sync 271 r\n2011_09_26/2011_09_26_drive_0014_sync 23 r\n2011_09_26/2011_09_26_drive_0014_sync 77 r\n2011_09_26/2011_09_26_drive_0014_sync 308 r\n2011_09_26/2011_09_26_drive_0014_sync 124 l\n2011_09_26/2011_09_26_drive_0014_sync 220 l\n2011_09_26/2011_09_26_drive_0014_sync 200 r\n2011_09_26/2011_09_26_drive_0014_sync 70 r\n2011_09_26/2011_09_26_drive_0014_sync 123 l\n2011_09_26/2011_09_26_drive_0014_sync 272 l\n2011_09_26/2011_09_26_drive_0014_sync 29 r\n2011_09_26/2011_09_26_drive_0014_sync 269 l\n2011_09_26/2011_09_26_drive_0014_sync 285 r\n2011_09_26/2011_09_26_drive_0014_sync 234 l\n2011_09_26/2011_09_26_drive_0014_sync 103 r\n2011_09_26/2011_09_26_drive_0014_sync 266 r\n2011_09_26/2011_09_26_drive_0014_sync 296 r\n2011_09_26/2011_09_26_drive_0014_sync 101 l\n2011_09_26/2011_09_26_drive_0014_sync 254 l\n2011_09_26/2011_09_26_drive_0014_sync 307 l\n2011_09_26/2011_09_26_drive_0014_sync 264 l\n2011_09_26/2011_09_26_drive_0014_sync 90 r\n2011_09_26/2011_09_26_drive_0014_sync 62 r\n2011_09_26/2011_09_26_drive_0014_sync 200 l\n2011_09_26/2011_09_26_drive_0014_sync 43 r\n2011_09_26/2011_09_26_drive_0014_sync 281 l\n2011_09_26/2011_09_26_drive_0014_sync 134 r\n2011_09_26/2011_09_26_drive_0014_sync 148 r\n2011_09_26/2011_09_26_drive_0014_sync 57 r\n2011_09_26/2011_09_26_drive_0014_sync 60 r\n2011_09_26/2011_09_26_drive_0014_sync 242 r\n2011_09_26/2011_09_26_drive_0014_sync 166 l\n2011_09_26/2011_09_26_drive_0014_sync 72 l\n2011_09_26/2011_09_26_drive_0014_sync 160 r\n2011_09_26/2011_09_26_drive_0014_sync 8 l\n2011_09_26/2011_09_26_drive_0014_sync 71 r\n2011_09_26/2011_09_26_drive_0014_sync 287 l\n2011_09_26/2011_09_26_drive_0014_sync 206 r\n2011_09_26/2011_09_26_drive_0014_sync 54 l\n2011_09_26/2011_09_26_drive_0019_sync 379 r\n2011_09_26/2011_09_26_drive_0019_sync 60 r\n2011_09_26/2011_09_26_drive_0019_sync 167 l\n2011_09_26/2011_09_26_drive_0019_sync 341 l\n2011_09_26/2011_09_26_drive_0019_sync 312 r\n2011_09_26/2011_09_26_drive_0019_sync 321 r\n2011_09_26/2011_09_26_drive_0019_sync 393 l\n2011_09_26/2011_09_26_drive_0019_sync 348 r\n2011_09_26/2011_09_26_drive_0019_sync 310 l\n2011_09_26/2011_09_26_drive_0019_sync 159 r\n2011_09_26/2011_09_26_drive_0019_sync 403 r\n2011_09_26/2011_09_26_drive_0019_sync 201 r\n2011_09_26/2011_09_26_drive_0019_sync 184 l\n2011_09_26/2011_09_26_drive_0019_sync 58 l\n2011_09_26/2011_09_26_drive_0019_sync 64 r\n2011_09_26/2011_09_26_drive_0019_sync 183 l\n2011_09_26/2011_09_26_drive_0019_sync 75 l\n2011_09_26/2011_09_26_drive_0019_sync 402 r\n2011_09_26/2011_09_26_drive_0019_sync 383 r\n2011_09_26/2011_09_26_drive_0019_sync 275 l\n2011_09_26/2011_09_26_drive_0019_sync 167 r\n2011_09_26/2011_09_26_drive_0019_sync 62 r\n2011_09_26/2011_09_26_drive_0019_sync 232 r\n2011_09_26/2011_09_26_drive_0019_sync 237 l\n2011_09_26/2011_09_26_drive_0019_sync 166 l\n2011_09_26/2011_09_26_drive_0019_sync 179 r\n2011_09_26/2011_09_26_drive_0019_sync 259 r\n2011_09_26/2011_09_26_drive_0019_sync 319 r\n2011_09_26/2011_09_26_drive_0019_sync 244 l\n2011_09_26/2011_09_26_drive_0019_sync 227 r\n2011_09_26/2011_09_26_drive_0019_sync 194 l\n2011_09_26/2011_09_26_drive_0019_sync 364 l\n2011_09_26/2011_09_26_drive_0019_sync 141 l\n2011_09_26/2011_09_26_drive_0019_sync 98 l\n2011_09_26/2011_09_26_drive_0019_sync 318 l\n2011_09_26/2011_09_26_drive_0019_sync 315 l\n2011_09_26/2011_09_26_drive_0019_sync 284 l\n2011_09_26/2011_09_26_drive_0019_sync 327 l\n2011_09_26/2011_09_26_drive_0019_sync 349 r\n2011_09_26/2011_09_26_drive_0019_sync 401 r\n2011_09_26/2011_09_26_drive_0019_sync 313 l\n2011_09_26/2011_09_26_drive_0019_sync 63 r\n2011_09_26/2011_09_26_drive_0019_sync 151 r\n2011_09_26/2011_09_26_drive_0019_sync 56 l\n2011_09_26/2011_09_26_drive_0019_sync 259 l\n2011_09_26/2011_09_26_drive_0019_sync 115 l\n2011_09_26/2011_09_26_drive_0019_sync 30 r\n2011_09_26/2011_09_26_drive_0019_sync 46 l\n2011_09_26/2011_09_26_drive_0019_sync 177 r\n2011_09_26/2011_09_26_drive_0019_sync 226 l\n2011_09_26/2011_09_26_drive_0019_sync 345 r\n2011_09_26/2011_09_26_drive_0019_sync 311 l\n2011_09_26/2011_09_26_drive_0019_sync 377 r\n2011_09_26/2011_09_26_drive_0019_sync 228 r\n2011_09_26/2011_09_26_drive_0019_sync 469 r\n2011_09_26/2011_09_26_drive_0019_sync 323 l\n2011_09_26/2011_09_26_drive_0019_sync 363 l\n2011_09_26/2011_09_26_drive_0019_sync 152 r\n2011_09_26/2011_09_26_drive_0019_sync 21 l\n2011_09_26/2011_09_26_drive_0019_sync 364 r\n2011_09_26/2011_09_26_drive_0019_sync 289 r\n2011_09_26/2011_09_26_drive_0019_sync 359 r\n2011_09_26/2011_09_26_drive_0019_sync 42 r\n2011_09_26/2011_09_26_drive_0019_sync 235 l\n2011_09_26/2011_09_26_drive_0019_sync 121 l\n2011_09_26/2011_09_26_drive_0019_sync 143 r\n2011_09_26/2011_09_26_drive_0019_sync 120 l\n2011_09_26/2011_09_26_drive_0019_sync 157 r\n2011_09_26/2011_09_26_drive_0019_sync 64 l\n2011_09_26/2011_09_26_drive_0019_sync 38 r\n2011_09_26/2011_09_26_drive_0019_sync 278 l\n2011_09_26/2011_09_26_drive_0019_sync 173 l\n2011_09_26/2011_09_26_drive_0019_sync 270 l\n2011_09_26/2011_09_26_drive_0019_sync 292 l\n2011_09_26/2011_09_26_drive_0019_sync 269 l\n2011_09_26/2011_09_26_drive_0091_sync 235 l\n2011_09_26/2011_09_26_drive_0091_sync 89 l\n2011_09_26/2011_09_26_drive_0091_sync 14 l\n2011_09_26/2011_09_26_drive_0091_sync 212 r\n2011_09_26/2011_09_26_drive_0091_sync 167 r\n2011_09_26/2011_09_26_drive_0091_sync 180 l\n2011_09_26/2011_09_26_drive_0091_sync 308 l\n2011_09_26/2011_09_26_drive_0091_sync 229 l\n2011_09_26/2011_09_26_drive_0091_sync 60 l\n2011_09_26/2011_09_26_drive_0091_sync 8 r\n2011_09_26/2011_09_26_drive_0091_sync 167 l\n2011_09_26/2011_09_26_drive_0091_sync 311 l\n2011_09_26/2011_09_26_drive_0091_sync 307 r\n2011_09_26/2011_09_26_drive_0091_sync 79 r\n2011_09_26/2011_09_26_drive_0091_sync 124 l\n2011_09_26/2011_09_26_drive_0091_sync 294 l\n2011_09_26/2011_09_26_drive_0091_sync 67 l\n2011_09_26/2011_09_26_drive_0091_sync 34 r\n2011_09_26/2011_09_26_drive_0091_sync 176 l\n2011_09_26/2011_09_26_drive_0091_sync 181 r\n2011_09_26/2011_09_26_drive_0091_sync 208 l\n2011_09_26/2011_09_26_drive_0091_sync 122 l\n2011_09_26/2011_09_26_drive_0091_sync 329 l\n2011_09_26/2011_09_26_drive_0091_sync 190 l\n2011_09_26/2011_09_26_drive_0091_sync 320 r\n2011_09_26/2011_09_26_drive_0091_sync 127 l\n2011_09_26/2011_09_26_drive_0091_sync 22 l\n2011_09_26/2011_09_26_drive_0091_sync 262 l\n2011_09_26/2011_09_26_drive_0091_sync 331 r\n2011_09_26/2011_09_26_drive_0091_sync 41 l\n2011_09_26/2011_09_26_drive_0091_sync 298 l\n2011_09_26/2011_09_26_drive_0091_sync 49 l\n2011_09_26/2011_09_26_drive_0091_sync 327 l\n2011_09_26/2011_09_26_drive_0091_sync 64 l\n2011_09_26/2011_09_26_drive_0091_sync 270 l\n2011_09_26/2011_09_26_drive_0091_sync 199 l\n2011_09_26/2011_09_26_drive_0091_sync 28 r\n2011_09_26/2011_09_26_drive_0091_sync 263 l\n2011_09_26/2011_09_26_drive_0091_sync 183 r\n2011_09_26/2011_09_26_drive_0091_sync 11 l\n2011_09_26/2011_09_26_drive_0091_sync 177 l\n2011_09_26/2011_09_26_drive_0091_sync 267 l\n2011_09_26/2011_09_26_drive_0091_sync 134 r\n2011_09_26/2011_09_26_drive_0091_sync 251 r\n2011_09_26/2011_09_26_drive_0091_sync 184 r\n2011_09_26/2011_09_26_drive_0091_sync 308 r\n2011_09_26/2011_09_26_drive_0091_sync 186 l\n2011_09_26/2011_09_26_drive_0091_sync 91 l\n2011_09_26/2011_09_26_drive_0091_sync 143 r\n2011_09_26/2011_09_26_drive_0091_sync 320 l\n2011_09_26/2011_09_26_drive_0091_sync 161 l\n2011_09_26/2011_09_26_drive_0091_sync 89 r\n2011_09_26/2011_09_26_drive_0091_sync 8 l\n2011_09_26/2011_09_26_drive_0091_sync 55 l\n2011_09_26/2011_09_26_drive_0091_sync 256 l\n2011_09_26/2011_09_26_drive_0091_sync 302 r\n2011_09_26/2011_09_26_drive_0091_sync 214 l\n2011_09_26/2011_09_26_drive_0091_sync 145 l\n2011_09_26/2011_09_26_drive_0091_sync 221 l\n2011_09_26/2011_09_26_drive_0091_sync 329 r\n2011_09_26/2011_09_26_drive_0091_sync 217 r\n2011_09_26/2011_09_26_drive_0091_sync 68 r\n2011_09_26/2011_09_26_drive_0091_sync 170 l\n2011_09_26/2011_09_26_drive_0091_sync 177 r\n2011_09_26/2011_09_26_drive_0091_sync 243 l\n2011_09_26/2011_09_26_drive_0091_sync 253 r\n2011_09_26/2011_09_26_drive_0091_sync 82 r\n2011_09_26/2011_09_26_drive_0091_sync 196 l\n2011_09_26/2011_09_26_drive_0091_sync 35 l\n2011_09_26/2011_09_26_drive_0091_sync 222 r\n2011_09_26/2011_09_26_drive_0091_sync 118 r\n2011_09_26/2011_09_26_drive_0091_sync 51 r\n2011_09_26/2011_09_26_drive_0091_sync 291 l\n2011_09_26/2011_09_26_drive_0091_sync 276 r\n2011_09_26/2011_09_26_drive_0091_sync 254 r\n2011_09_26/2011_09_26_drive_0091_sync 213 r\n2011_09_26/2011_09_26_drive_0091_sync 11 r\n2011_09_26/2011_09_26_drive_0091_sync 115 l\n2011_09_26/2011_09_26_drive_0091_sync 293 r\n2011_09_26/2011_09_26_drive_0091_sync 69 r\n2011_09_26/2011_09_26_drive_0091_sync 71 l\n2011_09_26/2011_09_26_drive_0095_sync 189 l\n2011_09_26/2011_09_26_drive_0095_sync 258 l\n2011_09_26/2011_09_26_drive_0095_sync 69 l\n2011_09_26/2011_09_26_drive_0095_sync 211 r\n2011_09_26/2011_09_26_drive_0095_sync 37 r\n2011_09_26/2011_09_26_drive_0095_sync 179 l\n2011_09_26/2011_09_26_drive_0095_sync 214 r\n2011_09_26/2011_09_26_drive_0095_sync 204 l\n2011_09_26/2011_09_26_drive_0095_sync 27 l\n2011_09_26/2011_09_26_drive_0095_sync 66 r\n2011_09_26/2011_09_26_drive_0095_sync 106 r\n2011_09_26/2011_09_26_drive_0095_sync 194 l\n2011_09_26/2011_09_26_drive_0095_sync 28 r\n2011_09_26/2011_09_26_drive_0095_sync 170 r\n2011_09_26/2011_09_26_drive_0095_sync 197 l\n2011_09_26/2011_09_26_drive_0095_sync 70 l\n2011_09_26/2011_09_26_drive_0095_sync 95 l\n2011_09_26/2011_09_26_drive_0095_sync 92 r\n2011_09_26/2011_09_26_drive_0095_sync 244 r\n2011_09_26/2011_09_26_drive_0095_sync 88 l\n2011_09_26/2011_09_26_drive_0095_sync 216 l\n2011_09_26/2011_09_26_drive_0095_sync 147 l\n2011_09_26/2011_09_26_drive_0095_sync 257 l\n2011_09_26/2011_09_26_drive_0095_sync 163 l\n2011_09_26/2011_09_26_drive_0095_sync 104 r\n2011_09_26/2011_09_26_drive_0095_sync 219 r\n2011_09_26/2011_09_26_drive_0095_sync 234 l\n2011_09_26/2011_09_26_drive_0095_sync 206 r\n2011_09_26/2011_09_26_drive_0095_sync 93 r\n2011_09_26/2011_09_26_drive_0095_sync 246 r\n2011_09_26/2011_09_26_drive_0095_sync 145 l\n2011_09_26/2011_09_26_drive_0095_sync 101 r\n2011_09_26/2011_09_26_drive_0095_sync 184 l\n2011_09_26/2011_09_26_drive_0095_sync 113 r\n2011_09_26/2011_09_26_drive_0095_sync 239 r\n2011_09_26/2011_09_26_drive_0095_sync 152 l\n2011_09_26/2011_09_26_drive_0095_sync 176 r\n2011_09_26/2011_09_26_drive_0095_sync 87 l\n2011_09_26/2011_09_26_drive_0095_sync 181 l\n2011_09_26/2011_09_26_drive_0095_sync 160 l\n2011_09_26/2011_09_26_drive_0095_sync 236 r\n2011_09_26/2011_09_26_drive_0095_sync 145 r\n2011_09_26/2011_09_26_drive_0095_sync 97 r\n2011_09_26/2011_09_26_drive_0095_sync 235 r\n2011_09_26/2011_09_26_drive_0095_sync 118 r\n2011_09_26/2011_09_26_drive_0095_sync 97 l\n2011_09_26/2011_09_26_drive_0095_sync 86 r\n2011_09_26/2011_09_26_drive_0095_sync 118 l\n2011_09_26/2011_09_26_drive_0095_sync 117 r\n2011_09_26/2011_09_26_drive_0095_sync 47 l\n2011_09_26/2011_09_26_drive_0095_sync 208 r\n2011_09_26/2011_09_26_drive_0095_sync 46 r\n2011_09_26/2011_09_26_drive_0095_sync 108 l\n2011_09_26/2011_09_26_drive_0095_sync 189 r\n2011_09_26/2011_09_26_drive_0095_sync 196 r\n2011_09_26/2011_09_26_drive_0095_sync 113 l\n2011_09_26/2011_09_26_drive_0070_sync 4 r\n2011_09_26/2011_09_26_drive_0070_sync 190 r\n2011_09_26/2011_09_26_drive_0070_sync 411 r\n2011_09_26/2011_09_26_drive_0070_sync 145 r\n2011_09_26/2011_09_26_drive_0070_sync 297 r\n2011_09_26/2011_09_26_drive_0070_sync 245 r\n2011_09_26/2011_09_26_drive_0070_sync 194 l\n2011_09_26/2011_09_26_drive_0070_sync 234 r\n2011_09_26/2011_09_26_drive_0070_sync 109 l\n2011_09_26/2011_09_26_drive_0070_sync 20 l\n2011_09_26/2011_09_26_drive_0070_sync 50 r\n2011_09_26/2011_09_26_drive_0070_sync 162 r\n2011_09_26/2011_09_26_drive_0070_sync 345 l\n2011_09_26/2011_09_26_drive_0070_sync 400 l\n2011_09_26/2011_09_26_drive_0070_sync 73 r\n2011_09_26/2011_09_26_drive_0070_sync 109 r\n2011_09_26/2011_09_26_drive_0070_sync 16 r\n2011_09_26/2011_09_26_drive_0070_sync 138 r\n2011_09_26/2011_09_26_drive_0070_sync 201 r\n2011_09_26/2011_09_26_drive_0070_sync 409 r\n2011_09_26/2011_09_26_drive_0070_sync 104 l\n2011_09_26/2011_09_26_drive_0070_sync 200 r\n2011_09_26/2011_09_26_drive_0070_sync 127 l\n2011_09_26/2011_09_26_drive_0070_sync 367 l\n2011_09_26/2011_09_26_drive_0070_sync 201 l\n2011_09_26/2011_09_26_drive_0070_sync 396 l\n2011_09_26/2011_09_26_drive_0070_sync 288 l\n2011_09_26/2011_09_26_drive_0070_sync 100 r\n2011_09_26/2011_09_26_drive_0070_sync 105 l\n2011_09_26/2011_09_26_drive_0070_sync 275 r\n2011_09_26/2011_09_26_drive_0070_sync 328 l\n2011_09_26/2011_09_26_drive_0070_sync 161 r\n2011_09_26/2011_09_26_drive_0070_sync 29 l\n2011_09_26/2011_09_26_drive_0070_sync 256 l\n2011_09_26/2011_09_26_drive_0070_sync 76 l\n2011_09_26/2011_09_26_drive_0070_sync 199 l\n2011_09_26/2011_09_26_drive_0070_sync 14 l\n2011_09_26/2011_09_26_drive_0070_sync 377 l\n2011_09_26/2011_09_26_drive_0070_sync 35 r\n2011_09_26/2011_09_26_drive_0070_sync 66 r\n2011_09_26/2011_09_26_drive_0070_sync 10 l\n2011_09_26/2011_09_26_drive_0070_sync 405 l\n2011_09_26/2011_09_26_drive_0070_sync 263 r\n2011_09_26/2011_09_26_drive_0070_sync 406 l\n2011_09_26/2011_09_26_drive_0070_sync 306 l\n2011_09_26/2011_09_26_drive_0070_sync 198 l\n2011_09_26/2011_09_26_drive_0070_sync 214 r\n2011_09_26/2011_09_26_drive_0070_sync 312 l\n2011_09_26/2011_09_26_drive_0070_sync 68 l\n2011_09_26/2011_09_26_drive_0070_sync 32 l\n2011_09_26/2011_09_26_drive_0070_sync 108 l\n2011_09_26/2011_09_26_drive_0070_sync 376 r\n2011_09_26/2011_09_26_drive_0070_sync 353 r\n2011_09_26/2011_09_26_drive_0070_sync 74 r\n2011_09_26/2011_09_26_drive_0070_sync 235 r\n2011_09_26/2011_09_26_drive_0070_sync 235 l\n2011_09_26/2011_09_26_drive_0070_sync 38 l\n2011_09_26/2011_09_26_drive_0070_sync 409 l\n2011_09_26/2011_09_26_drive_0070_sync 311 r\n2011_09_26/2011_09_26_drive_0070_sync 110 r\n2011_09_26/2011_09_26_drive_0070_sync 168 l\n2011_09_26/2011_09_26_drive_0070_sync 339 l\n2011_09_26/2011_09_26_drive_0070_sync 136 l\n2011_09_26/2011_09_26_drive_0070_sync 159 r\n2011_09_26/2011_09_26_drive_0070_sync 237 l\n2011_09_26/2011_09_26_drive_0070_sync 90 l\n2011_09_26/2011_09_26_drive_0070_sync 294 r\n2011_09_26/2011_09_26_drive_0070_sync 320 l\n2011_09_26/2011_09_26_drive_0070_sync 351 r\n2011_09_26/2011_09_26_drive_0070_sync 191 r\n2011_09_26/2011_09_26_drive_0070_sync 289 r\n2011_09_26/2011_09_26_drive_0070_sync 73 l\n2011_09_26/2011_09_26_drive_0070_sync 19 r\n2011_09_26/2011_09_26_drive_0070_sync 8 l\n2011_09_26/2011_09_26_drive_0070_sync 130 l\n2011_09_26/2011_09_26_drive_0070_sync 369 r\n2011_09_26/2011_09_26_drive_0070_sync 245 l\n2011_09_26/2011_09_26_drive_0070_sync 75 r\n2011_09_26/2011_09_26_drive_0070_sync 264 r\n2011_09_26/2011_09_26_drive_0032_sync 63 l\n2011_09_26/2011_09_26_drive_0032_sync 164 l\n2011_09_26/2011_09_26_drive_0032_sync 371 r\n2011_09_26/2011_09_26_drive_0032_sync 268 r\n2011_09_26/2011_09_26_drive_0032_sync 246 l\n2011_09_26/2011_09_26_drive_0032_sync 295 r\n2011_09_26/2011_09_26_drive_0032_sync 59 r\n2011_09_26/2011_09_26_drive_0032_sync 37 l\n2011_09_26/2011_09_26_drive_0032_sync 83 l\n2011_09_26/2011_09_26_drive_0032_sync 155 r\n2011_09_26/2011_09_26_drive_0032_sync 347 r\n2011_09_26/2011_09_26_drive_0032_sync 57 l\n2011_09_26/2011_09_26_drive_0032_sync 253 r\n2011_09_26/2011_09_26_drive_0032_sync 225 r\n2011_09_26/2011_09_26_drive_0032_sync 270 r\n2011_09_26/2011_09_26_drive_0032_sync 377 r\n2011_09_26/2011_09_26_drive_0032_sync 338 r\n2011_09_26/2011_09_26_drive_0032_sync 106 l\n2011_09_26/2011_09_26_drive_0032_sync 22 r\n2011_09_26/2011_09_26_drive_0032_sync 135 r\n2011_09_26/2011_09_26_drive_0032_sync 312 r\n2011_09_26/2011_09_26_drive_0032_sync 268 l\n2011_09_26/2011_09_26_drive_0032_sync 298 r\n2011_09_26/2011_09_26_drive_0032_sync 287 l\n2011_09_26/2011_09_26_drive_0032_sync 265 l\n2011_09_26/2011_09_26_drive_0032_sync 125 r\n2011_09_26/2011_09_26_drive_0032_sync 25 r\n2011_09_26/2011_09_26_drive_0032_sync 60 r\n2011_09_26/2011_09_26_drive_0032_sync 326 r\n2011_09_26/2011_09_26_drive_0032_sync 376 r\n2011_09_26/2011_09_26_drive_0032_sync 150 r\n2011_09_26/2011_09_26_drive_0032_sync 207 l\n2011_09_26/2011_09_26_drive_0032_sync 339 l\n2011_09_26/2011_09_26_drive_0032_sync 357 l\n2011_09_26/2011_09_26_drive_0032_sync 266 r\n2011_09_26/2011_09_26_drive_0032_sync 376 l\n2011_09_26/2011_09_26_drive_0032_sync 89 r\n2011_09_26/2011_09_26_drive_0032_sync 280 r\n2011_09_26/2011_09_26_drive_0032_sync 133 r\n2011_09_26/2011_09_26_drive_0032_sync 309 l\n2011_09_26/2011_09_26_drive_0032_sync 286 r\n2011_09_26/2011_09_26_drive_0032_sync 157 l\n2011_09_26/2011_09_26_drive_0032_sync 240 l\n2011_09_26/2011_09_26_drive_0032_sync 217 l\n2011_09_26/2011_09_26_drive_0032_sync 360 l\n2011_09_26/2011_09_26_drive_0032_sync 68 l\n2011_09_26/2011_09_26_drive_0032_sync 304 r\n2011_09_26/2011_09_26_drive_0032_sync 113 r\n2011_09_26/2011_09_26_drive_0032_sync 62 r\n2011_09_26/2011_09_26_drive_0032_sync 37 r\n2011_09_26/2011_09_26_drive_0032_sync 267 r\n2011_09_26/2011_09_26_drive_0032_sync 265 r\n2011_09_26/2011_09_26_drive_0032_sync 59 l\n2011_09_26/2011_09_26_drive_0032_sync 276 l\n2011_09_26/2011_09_26_drive_0032_sync 278 r\n2011_09_26/2011_09_26_drive_0032_sync 379 l\n2011_09_26/2011_09_26_drive_0032_sync 45 r\n2011_09_26/2011_09_26_drive_0032_sync 174 l\n2011_09_26/2011_09_26_drive_0032_sync 247 r\n2011_09_26/2011_09_26_drive_0032_sync 340 l\n2011_09_26/2011_09_26_drive_0032_sync 297 l\n2011_09_26/2011_09_26_drive_0032_sync 71 l\n2011_09_26/2011_09_26_drive_0032_sync 233 l\n2011_09_26/2011_09_26_drive_0032_sync 203 l\n2011_09_26/2011_09_26_drive_0032_sync 74 l\n2011_09_26/2011_09_26_drive_0032_sync 55 l\n2011_09_26/2011_09_26_drive_0032_sync 38 r\n2011_09_26/2011_09_26_drive_0032_sync 13 r\n2011_09_26/2011_09_26_drive_0032_sync 233 r\n2011_09_26/2011_09_26_drive_0032_sync 213 l\n2011_09_26/2011_09_26_drive_0032_sync 23 r\n2011_09_26/2011_09_26_drive_0032_sync 222 r\n2011_09_26/2011_09_26_drive_0032_sync 255 r\n2011_09_26/2011_09_26_drive_0032_sync 218 l\n2011_09_26/2011_09_26_drive_0032_sync 315 r\n2011_09_26/2011_09_26_drive_0032_sync 35 r\n2011_09_26/2011_09_26_drive_0011_sync 55 r\n2011_09_26/2011_09_26_drive_0011_sync 25 l\n2011_09_26/2011_09_26_drive_0011_sync 67 l\n2011_09_26/2011_09_26_drive_0011_sync 5 l\n2011_09_26/2011_09_26_drive_0011_sync 46 l\n2011_09_26/2011_09_26_drive_0011_sync 12 r\n2011_09_26/2011_09_26_drive_0011_sync 31 r\n2011_09_26/2011_09_26_drive_0011_sync 76 l\n2011_09_26/2011_09_26_drive_0011_sync 22 r\n2011_09_26/2011_09_26_drive_0011_sync 27 r\n2011_09_26/2011_09_26_drive_0011_sync 84 l\n2011_09_26/2011_09_26_drive_0011_sync 32 r\n2011_09_26/2011_09_26_drive_0011_sync 67 r\n2011_09_26/2011_09_26_drive_0011_sync 34 l\n2011_09_26/2011_09_26_drive_0011_sync 73 r\n2011_09_26/2011_09_26_drive_0011_sync 12 l\n2011_09_26/2011_09_26_drive_0011_sync 81 l\n2011_09_26/2011_09_26_drive_0011_sync 24 r\n2011_09_26/2011_09_26_drive_0011_sync 31 l\n2011_09_26/2011_09_26_drive_0011_sync 3 r\n2011_09_26/2011_09_26_drive_0011_sync 42 r\n2011_09_26/2011_09_26_drive_0011_sync 47 r\n2011_09_26/2011_09_26_drive_0011_sync 111 l\n2011_09_26/2011_09_26_drive_0018_sync 222 l\n2011_09_26/2011_09_26_drive_0018_sync 203 r\n2011_09_26/2011_09_26_drive_0018_sync 79 r\n2011_09_26/2011_09_26_drive_0018_sync 238 r\n2011_09_26/2011_09_26_drive_0018_sync 5 l\n2011_09_26/2011_09_26_drive_0018_sync 227 r\n2011_09_26/2011_09_26_drive_0018_sync 81 l\n2011_09_26/2011_09_26_drive_0018_sync 199 r\n2011_09_26/2011_09_26_drive_0018_sync 256 r\n2011_09_26/2011_09_26_drive_0018_sync 237 r\n2011_09_26/2011_09_26_drive_0018_sync 81 r\n2011_09_26/2011_09_26_drive_0018_sync 248 r\n2011_09_26/2011_09_26_drive_0018_sync 232 l\n2011_09_26/2011_09_26_drive_0018_sync 261 r\n2011_09_26/2011_09_26_drive_0018_sync 212 r\n2011_09_26/2011_09_26_drive_0018_sync 213 l\n2011_09_26/2011_09_26_drive_0018_sync 262 r\n2011_09_26/2011_09_26_drive_0018_sync 236 l\n2011_09_26/2011_09_26_drive_0018_sync 246 l\n2011_09_26/2011_09_26_drive_0018_sync 241 l\n2011_09_26/2011_09_26_drive_0018_sync 241 r\n2011_09_26/2011_09_26_drive_0018_sync 72 l\n2011_09_26/2011_09_26_drive_0018_sync 251 l\n2011_09_26/2011_09_26_drive_0018_sync 244 r\n2011_09_26/2011_09_26_drive_0018_sync 258 r\n2011_09_26/2011_09_26_drive_0018_sync 209 l\n2011_09_26/2011_09_26_drive_0018_sync 255 r\n2011_09_26/2011_09_26_drive_0018_sync 40 r\n2011_09_26/2011_09_26_drive_0018_sync 208 r\n2011_09_26/2011_09_26_drive_0018_sync 224 r\n2011_09_26/2011_09_26_drive_0035_sync 46 r\n2011_09_26/2011_09_26_drive_0035_sync 7 r\n2011_09_26/2011_09_26_drive_0035_sync 69 r\n2011_09_26/2011_09_26_drive_0035_sync 113 r\n2011_09_26/2011_09_26_drive_0035_sync 109 l\n2011_09_26/2011_09_26_drive_0035_sync 44 r\n2011_09_26/2011_09_26_drive_0035_sync 78 r\n2011_09_26/2011_09_26_drive_0035_sync 19 r\n2011_09_26/2011_09_26_drive_0035_sync 117 r\n2011_09_26/2011_09_26_drive_0035_sync 81 r\n2011_09_26/2011_09_26_drive_0035_sync 110 r\n2011_09_26/2011_09_26_drive_0035_sync 84 r\n2011_09_26/2011_09_26_drive_0035_sync 35 r\n2011_09_26/2011_09_26_drive_0035_sync 41 r\n2011_09_26/2011_09_26_drive_0035_sync 65 l\n2011_09_26/2011_09_26_drive_0035_sync 64 l\n2011_09_26/2011_09_26_drive_0035_sync 96 l\n2011_09_26/2011_09_26_drive_0035_sync 116 l\n2011_09_26/2011_09_26_drive_0035_sync 40 r\n2011_09_26/2011_09_26_drive_0035_sync 38 l\n2011_09_26/2011_09_26_drive_0035_sync 105 l\n2011_09_26/2011_09_26_drive_0035_sync 17 l\n2011_09_26/2011_09_26_drive_0035_sync 54 r\n2011_09_26/2011_09_26_drive_0035_sync 33 l\n2011_09_26/2011_09_26_drive_0035_sync 62 l\n2011_09_26/2011_09_26_drive_0001_sync 28 r\n2011_09_26/2011_09_26_drive_0001_sync 84 l\n2011_09_26/2011_09_26_drive_0001_sync 63 l\n2011_09_26/2011_09_26_drive_0001_sync 18 l\n2011_09_26/2011_09_26_drive_0001_sync 78 r\n2011_09_26/2011_09_26_drive_0001_sync 61 r\n2011_09_26/2011_09_26_drive_0001_sync 36 r\n2011_09_26/2011_09_26_drive_0001_sync 16 l\n2011_09_26/2011_09_26_drive_0001_sync 26 r\n2011_09_26/2011_09_26_drive_0001_sync 103 r\n2011_09_26/2011_09_26_drive_0001_sync 49 l\n2011_09_26/2011_09_26_drive_0001_sync 56 l\n2011_09_26/2011_09_26_drive_0001_sync 23 r\n2011_09_26/2011_09_26_drive_0001_sync 35 l\n2011_09_26/2011_09_26_drive_0001_sync 47 l\n2011_09_26/2011_09_26_drive_0001_sync 29 r\n2011_09_26/2011_09_26_drive_0001_sync 43 l\n2011_09_26/2011_09_26_drive_0001_sync 68 r\n2011_09_26/2011_09_26_drive_0001_sync 59 l\n2011_09_26/2011_09_26_drive_0001_sync 37 l\n2011_09_26/2011_09_26_drive_0001_sync 21 l\n2011_09_26/2011_09_26_drive_0001_sync 36 l\n2011_09_26/2011_09_26_drive_0001_sync 27 l\n2011_09_26/2011_09_26_drive_0079_sync 35 r\n2011_09_26/2011_09_26_drive_0079_sync 49 l\n2011_09_26/2011_09_26_drive_0079_sync 38 r\n2011_09_26/2011_09_26_drive_0079_sync 39 r\n2011_09_26/2011_09_26_drive_0079_sync 27 r\n2011_09_26/2011_09_26_drive_0079_sync 29 l\n2011_09_26/2011_09_26_drive_0079_sync 3 l\n2011_09_26/2011_09_26_drive_0079_sync 66 l\n2011_09_26/2011_09_26_drive_0079_sync 52 l\n2011_09_26/2011_09_26_drive_0079_sync 64 r\n2011_09_28/2011_09_28_drive_0001_sync 49 l\n2011_09_28/2011_09_28_drive_0001_sync 82 l\n2011_09_28/2011_09_28_drive_0001_sync 55 r\n2011_09_28/2011_09_28_drive_0001_sync 80 r\n2011_09_28/2011_09_28_drive_0001_sync 74 l\n2011_09_28/2011_09_28_drive_0001_sync 69 l\n2011_09_28/2011_09_28_drive_0001_sync 102 l\n2011_09_28/2011_09_28_drive_0001_sync 35 r\n2011_09_28/2011_09_28_drive_0001_sync 70 l\n2011_09_28/2011_09_28_drive_0001_sync 87 r\n2011_09_28/2011_09_28_drive_0001_sync 38 l\n2011_09_28/2011_09_28_drive_0001_sync 84 r\n2011_09_28/2011_09_28_drive_0001_sync 71 l\n2011_09_28/2011_09_28_drive_0001_sync 24 l\n2011_09_28/2011_09_28_drive_0001_sync 59 l\n2011_09_28/2011_09_28_drive_0001_sync 70 r\n2011_09_28/2011_09_28_drive_0001_sync 80 l\n2011_09_28/2011_09_28_drive_0001_sync 53 l\n2011_09_28/2011_09_28_drive_0001_sync 18 l\n2011_09_26/2011_09_26_drive_0057_sync 346 l\n2011_09_26/2011_09_26_drive_0057_sync 355 l\n2011_09_26/2011_09_26_drive_0057_sync 318 r\n2011_09_26/2011_09_26_drive_0057_sync 329 r\n2011_09_26/2011_09_26_drive_0057_sync 343 r\n2011_09_26/2011_09_26_drive_0057_sync 305 r\n2011_09_26/2011_09_26_drive_0057_sync 331 r\n2011_09_26/2011_09_26_drive_0057_sync 349 r\n2011_09_26/2011_09_26_drive_0057_sync 325 r\n2011_09_26/2011_09_26_drive_0057_sync 327 r\n2011_09_26/2011_09_26_drive_0057_sync 323 r\n2011_09_26/2011_09_26_drive_0057_sync 351 r\n2011_09_26/2011_09_26_drive_0017_sync 3 l\n2011_09_26/2011_09_26_drive_0028_sync 82 r\n2011_09_26/2011_09_26_drive_0028_sync 423 l\n2011_09_26/2011_09_26_drive_0028_sync 345 r\n2011_09_26/2011_09_26_drive_0028_sync 268 l\n2011_09_26/2011_09_26_drive_0028_sync 113 l\n2011_09_26/2011_09_26_drive_0028_sync 321 l\n2011_09_26/2011_09_26_drive_0028_sync 165 l\n2011_09_26/2011_09_26_drive_0028_sync 42 r\n2011_09_26/2011_09_26_drive_0028_sync 140 r\n2011_09_26/2011_09_26_drive_0028_sync 202 l\n2011_09_26/2011_09_26_drive_0028_sync 30 l\n2011_09_26/2011_09_26_drive_0028_sync 323 r\n2011_09_26/2011_09_26_drive_0028_sync 107 r\n2011_09_26/2011_09_26_drive_0028_sync 44 l\n2011_09_26/2011_09_26_drive_0028_sync 271 r\n2011_09_26/2011_09_26_drive_0028_sync 391 r\n2011_09_26/2011_09_26_drive_0028_sync 330 l\n2011_09_26/2011_09_26_drive_0028_sync 228 r\n2011_09_26/2011_09_26_drive_0028_sync 108 r\n2011_09_26/2011_09_26_drive_0028_sync 362 r\n2011_09_26/2011_09_26_drive_0028_sync 187 l\n2011_09_26/2011_09_26_drive_0028_sync 165 r\n2011_09_26/2011_09_26_drive_0028_sync 375 l\n2011_09_26/2011_09_26_drive_0028_sync 36 r\n2011_09_26/2011_09_26_drive_0028_sync 378 r\n2011_09_26/2011_09_26_drive_0028_sync 141 r\n2011_09_26/2011_09_26_drive_0028_sync 338 r\n2011_09_26/2011_09_26_drive_0028_sync 217 l\n2011_09_26/2011_09_26_drive_0028_sync 151 r\n2011_09_26/2011_09_26_drive_0028_sync 302 l\n2011_09_26/2011_09_26_drive_0028_sync 209 l\n2011_09_26/2011_09_26_drive_0028_sync 137 l\n2011_09_26/2011_09_26_drive_0028_sync 192 l\n2011_09_26/2011_09_26_drive_0028_sync 31 r\n2011_09_26/2011_09_26_drive_0028_sync 423 r\n2011_09_26/2011_09_26_drive_0028_sync 301 r\n2011_09_26/2011_09_26_drive_0028_sync 57 r\n2011_09_26/2011_09_26_drive_0028_sync 369 r\n2011_09_26/2011_09_26_drive_0028_sync 297 l\n2011_09_26/2011_09_26_drive_0028_sync 126 l\n2011_09_26/2011_09_26_drive_0028_sync 382 r\n2011_09_26/2011_09_26_drive_0028_sync 229 r\n2011_09_26/2011_09_26_drive_0028_sync 286 l\n2011_09_26/2011_09_26_drive_0028_sync 188 l\n2011_09_26/2011_09_26_drive_0028_sync 84 l\n2011_09_26/2011_09_26_drive_0028_sync 90 r\n2011_09_26/2011_09_26_drive_0028_sync 111 l\n2011_09_26/2011_09_26_drive_0028_sync 34 l\n2011_09_26/2011_09_26_drive_0028_sync 312 l\n2011_09_26/2011_09_26_drive_0028_sync 131 l\n2011_09_26/2011_09_26_drive_0028_sync 41 l\n2011_09_26/2011_09_26_drive_0028_sync 409 l\n2011_09_26/2011_09_26_drive_0028_sync 415 l\n2011_09_26/2011_09_26_drive_0028_sync 86 l\n2011_09_26/2011_09_26_drive_0028_sync 245 l\n2011_09_26/2011_09_26_drive_0028_sync 290 l\n2011_09_26/2011_09_26_drive_0028_sync 222 r\n2011_09_26/2011_09_26_drive_0028_sync 19 l\n2011_09_26/2011_09_26_drive_0028_sync 11 r\n2011_09_26/2011_09_26_drive_0028_sync 211 l\n2011_09_26/2011_09_26_drive_0028_sync 123 r\n2011_09_26/2011_09_26_drive_0028_sync 197 r\n2011_09_26/2011_09_26_drive_0028_sync 14 l\n2011_09_26/2011_09_26_drive_0028_sync 62 l\n2011_09_26/2011_09_26_drive_0028_sync 154 r\n2011_09_26/2011_09_26_drive_0028_sync 164 l\n2011_09_26/2011_09_26_drive_0028_sync 53 l\n2011_09_26/2011_09_26_drive_0028_sync 324 l\n2011_09_26/2011_09_26_drive_0028_sync 156 l\n2011_09_26/2011_09_26_drive_0028_sync 39 r\n2011_09_26/2011_09_26_drive_0028_sync 293 l\n2011_09_26/2011_09_26_drive_0028_sync 230 l\n2011_10_03/2011_10_03_drive_0042_sync 988 l\n2011_10_03/2011_10_03_drive_0042_sync 622 l\n2011_10_03/2011_10_03_drive_0042_sync 260 r\n2011_10_03/2011_10_03_drive_0042_sync 184 r\n2011_10_03/2011_10_03_drive_0042_sync 217 l\n2011_10_03/2011_10_03_drive_0042_sync 470 l\n2011_10_03/2011_10_03_drive_0042_sync 739 l\n2011_10_03/2011_10_03_drive_0042_sync 977 r\n2011_10_03/2011_10_03_drive_0042_sync 946 r\n2011_10_03/2011_10_03_drive_0042_sync 587 r\n2011_10_03/2011_10_03_drive_0042_sync 1095 r\n2011_10_03/2011_10_03_drive_0042_sync 476 l\n2011_10_03/2011_10_03_drive_0042_sync 1106 l\n2011_10_03/2011_10_03_drive_0042_sync 696 r\n2011_10_03/2011_10_03_drive_0042_sync 777 r\n2011_10_03/2011_10_03_drive_0042_sync 254 r\n2011_10_03/2011_10_03_drive_0042_sync 976 r\n2011_10_03/2011_10_03_drive_0042_sync 160 l\n2011_10_03/2011_10_03_drive_0042_sync 792 r\n2011_10_03/2011_10_03_drive_0042_sync 782 l\n2011_10_03/2011_10_03_drive_0042_sync 886 l\n2011_10_03/2011_10_03_drive_0042_sync 1165 r\n2011_10_03/2011_10_03_drive_0042_sync 727 l\n2011_10_03/2011_10_03_drive_0042_sync 46 r\n2011_10_03/2011_10_03_drive_0042_sync 131 l\n2011_10_03/2011_10_03_drive_0042_sync 22 l\n2011_10_03/2011_10_03_drive_0042_sync 773 l\n2011_10_03/2011_10_03_drive_0042_sync 1023 l\n2011_10_03/2011_10_03_drive_0042_sync 455 r\n2011_10_03/2011_10_03_drive_0042_sync 374 l\n2011_10_03/2011_10_03_drive_0042_sync 263 l\n2011_10_03/2011_10_03_drive_0042_sync 1147 l\n2011_10_03/2011_10_03_drive_0042_sync 790 r\n2011_10_03/2011_10_03_drive_0042_sync 1035 l\n2011_10_03/2011_10_03_drive_0042_sync 764 r\n2011_10_03/2011_10_03_drive_0042_sync 228 l\n2011_10_03/2011_10_03_drive_0042_sync 994 r\n2011_10_03/2011_10_03_drive_0042_sync 340 l\n2011_10_03/2011_10_03_drive_0042_sync 965 l\n2011_10_03/2011_10_03_drive_0042_sync 754 l\n2011_10_03/2011_10_03_drive_0042_sync 973 l\n2011_10_03/2011_10_03_drive_0042_sync 153 l\n2011_10_03/2011_10_03_drive_0042_sync 203 l\n2011_10_03/2011_10_03_drive_0042_sync 257 l\n2011_10_03/2011_10_03_drive_0042_sync 31 r\n2011_10_03/2011_10_03_drive_0042_sync 448 l\n2011_10_03/2011_10_03_drive_0042_sync 634 r\n2011_10_03/2011_10_03_drive_0042_sync 881 l\n2011_10_03/2011_10_03_drive_0042_sync 810 l\n2011_10_03/2011_10_03_drive_0042_sync 784 l\n2011_10_03/2011_10_03_drive_0042_sync 1027 r\n2011_10_03/2011_10_03_drive_0042_sync 1132 l\n2011_10_03/2011_10_03_drive_0042_sync 586 r\n2011_10_03/2011_10_03_drive_0042_sync 670 r\n2011_10_03/2011_10_03_drive_0042_sync 838 l\n2011_10_03/2011_10_03_drive_0042_sync 41 r\n2011_10_03/2011_10_03_drive_0042_sync 780 l\n2011_10_03/2011_10_03_drive_0042_sync 108 r\n2011_10_03/2011_10_03_drive_0042_sync 1010 r\n2011_10_03/2011_10_03_drive_0042_sync 957 l\n2011_10_03/2011_10_03_drive_0042_sync 397 r\n2011_10_03/2011_10_03_drive_0042_sync 877 l\n2011_10_03/2011_10_03_drive_0042_sync 232 r\n2011_10_03/2011_10_03_drive_0042_sync 371 r\n2011_10_03/2011_10_03_drive_0042_sync 1087 l\n2011_10_03/2011_10_03_drive_0042_sync 791 l\n2011_10_03/2011_10_03_drive_0042_sync 593 l\n2011_10_03/2011_10_03_drive_0042_sync 994 l\n2011_10_03/2011_10_03_drive_0042_sync 92 l\n2011_10_03/2011_10_03_drive_0042_sync 112 r\n2011_10_03/2011_10_03_drive_0042_sync 569 r\n2011_10_03/2011_10_03_drive_0042_sync 469 r\n2011_10_03/2011_10_03_drive_0042_sync 744 r\n2011_10_03/2011_10_03_drive_0042_sync 733 r\n2011_10_03/2011_10_03_drive_0042_sync 928 r\n2011_10_03/2011_10_03_drive_0042_sync 611 r\n2011_10_03/2011_10_03_drive_0042_sync 6 l\n2011_10_03/2011_10_03_drive_0042_sync 58 l\n2011_10_03/2011_10_03_drive_0042_sync 160 r\n2011_10_03/2011_10_03_drive_0042_sync 860 l\n2011_10_03/2011_10_03_drive_0042_sync 78 r\n2011_10_03/2011_10_03_drive_0042_sync 42 r\n2011_10_03/2011_10_03_drive_0042_sync 396 r\n2011_10_03/2011_10_03_drive_0042_sync 975 r\n2011_10_03/2011_10_03_drive_0042_sync 31 l\n2011_10_03/2011_10_03_drive_0042_sync 753 l\n2011_10_03/2011_10_03_drive_0042_sync 104 l\n2011_10_03/2011_10_03_drive_0042_sync 689 l\n2011_10_03/2011_10_03_drive_0042_sync 1159 l\n2011_10_03/2011_10_03_drive_0042_sync 116 r\n2011_10_03/2011_10_03_drive_0042_sync 911 r\n2011_10_03/2011_10_03_drive_0042_sync 1009 l\n2011_10_03/2011_10_03_drive_0042_sync 935 l\n2011_10_03/2011_10_03_drive_0042_sync 403 r\n2011_10_03/2011_10_03_drive_0042_sync 622 r\n2011_10_03/2011_10_03_drive_0042_sync 790 l\n2011_10_03/2011_10_03_drive_0042_sync 70 r\n2011_10_03/2011_10_03_drive_0042_sync 79 r\n2011_10_03/2011_10_03_drive_0042_sync 13 l\n2011_10_03/2011_10_03_drive_0042_sync 1133 l\n2011_10_03/2011_10_03_drive_0042_sync 758 r\n2011_10_03/2011_10_03_drive_0042_sync 466 l\n2011_10_03/2011_10_03_drive_0042_sync 363 l\n2011_10_03/2011_10_03_drive_0042_sync 639 l\n2011_10_03/2011_10_03_drive_0042_sync 354 l\n2011_10_03/2011_10_03_drive_0042_sync 203 r\n2011_10_03/2011_10_03_drive_0042_sync 200 l\n2011_10_03/2011_10_03_drive_0042_sync 167 r\n2011_10_03/2011_10_03_drive_0042_sync 527 r\n2011_10_03/2011_10_03_drive_0042_sync 548 l\n2011_10_03/2011_10_03_drive_0042_sync 752 l\n2011_10_03/2011_10_03_drive_0042_sync 356 l\n2011_10_03/2011_10_03_drive_0042_sync 976 l\n2011_10_03/2011_10_03_drive_0042_sync 346 r\n2011_10_03/2011_10_03_drive_0042_sync 248 l\n2011_10_03/2011_10_03_drive_0042_sync 524 l\n2011_10_03/2011_10_03_drive_0042_sync 550 r\n2011_10_03/2011_10_03_drive_0042_sync 866 r\n2011_10_03/2011_10_03_drive_0042_sync 192 r\n2011_10_03/2011_10_03_drive_0042_sync 563 l\n2011_10_03/2011_10_03_drive_0042_sync 341 r\n2011_10_03/2011_10_03_drive_0042_sync 125 r\n2011_10_03/2011_10_03_drive_0042_sync 118 r\n2011_10_03/2011_10_03_drive_0042_sync 878 l\n2011_10_03/2011_10_03_drive_0042_sync 588 l\n2011_10_03/2011_10_03_drive_0042_sync 151 l\n2011_10_03/2011_10_03_drive_0042_sync 584 r\n2011_10_03/2011_10_03_drive_0042_sync 661 l\n2011_10_03/2011_10_03_drive_0042_sync 789 l\n2011_10_03/2011_10_03_drive_0042_sync 1149 r\n2011_10_03/2011_10_03_drive_0042_sync 627 r\n2011_10_03/2011_10_03_drive_0042_sync 916 l\n2011_10_03/2011_10_03_drive_0042_sync 401 l\n2011_10_03/2011_10_03_drive_0042_sync 730 r\n2011_10_03/2011_10_03_drive_0042_sync 549 r\n2011_10_03/2011_10_03_drive_0042_sync 435 l\n2011_10_03/2011_10_03_drive_0042_sync 405 l\n2011_10_03/2011_10_03_drive_0042_sync 78 l\n2011_10_03/2011_10_03_drive_0042_sync 759 r\n2011_10_03/2011_10_03_drive_0042_sync 210 l\n2011_10_03/2011_10_03_drive_0042_sync 515 r\n2011_10_03/2011_10_03_drive_0042_sync 109 r\n2011_10_03/2011_10_03_drive_0042_sync 786 r\n2011_10_03/2011_10_03_drive_0042_sync 1110 r\n2011_10_03/2011_10_03_drive_0042_sync 37 r\n2011_10_03/2011_10_03_drive_0042_sync 367 l\n2011_10_03/2011_10_03_drive_0042_sync 391 l\n2011_10_03/2011_10_03_drive_0042_sync 69 r\n2011_10_03/2011_10_03_drive_0042_sync 507 l\n2011_10_03/2011_10_03_drive_0042_sync 34 l\n2011_10_03/2011_10_03_drive_0042_sync 1012 l\n2011_10_03/2011_10_03_drive_0042_sync 221 r\n2011_10_03/2011_10_03_drive_0042_sync 50 l\n2011_10_03/2011_10_03_drive_0042_sync 432 l\n2011_10_03/2011_10_03_drive_0042_sync 753 r\n2011_10_03/2011_10_03_drive_0042_sync 1071 r\n2011_10_03/2011_10_03_drive_0042_sync 421 r\n2011_10_03/2011_10_03_drive_0042_sync 855 l\n2011_10_03/2011_10_03_drive_0042_sync 496 l\n2011_10_03/2011_10_03_drive_0042_sync 91 r\n2011_10_03/2011_10_03_drive_0042_sync 107 r\n2011_10_03/2011_10_03_drive_0042_sync 1032 l\n2011_10_03/2011_10_03_drive_0042_sync 265 l\n2011_10_03/2011_10_03_drive_0042_sync 413 l\n2011_10_03/2011_10_03_drive_0042_sync 430 r\n2011_10_03/2011_10_03_drive_0042_sync 1162 r\n2011_10_03/2011_10_03_drive_0042_sync 677 l\n2011_10_03/2011_10_03_drive_0042_sync 792 l\n2011_10_03/2011_10_03_drive_0042_sync 222 r\n2011_10_03/2011_10_03_drive_0042_sync 418 r\n2011_10_03/2011_10_03_drive_0042_sync 1153 l\n2011_10_03/2011_10_03_drive_0042_sync 1149 l\n2011_10_03/2011_10_03_drive_0042_sync 662 r\n2011_10_03/2011_10_03_drive_0042_sync 582 r\n2011_10_03/2011_10_03_drive_0042_sync 1119 r\n2011_10_03/2011_10_03_drive_0042_sync 614 r\n2011_10_03/2011_10_03_drive_0042_sync 168 r\n2011_10_03/2011_10_03_drive_0042_sync 206 r\n2011_10_03/2011_10_03_drive_0042_sync 755 r\n2011_10_03/2011_10_03_drive_0042_sync 823 r\n2011_10_03/2011_10_03_drive_0042_sync 951 r\n2011_10_03/2011_10_03_drive_0042_sync 205 r\n2011_10_03/2011_10_03_drive_0042_sync 990 l\n2011_10_03/2011_10_03_drive_0042_sync 15 r\n2011_10_03/2011_10_03_drive_0042_sync 986 l\n2011_10_03/2011_10_03_drive_0042_sync 789 r\n2011_10_03/2011_10_03_drive_0042_sync 1085 r\n2011_10_03/2011_10_03_drive_0042_sync 8 r\n2011_10_03/2011_10_03_drive_0042_sync 608 r\n2011_10_03/2011_10_03_drive_0042_sync 318 r\n2011_10_03/2011_10_03_drive_0042_sync 1140 l\n2011_10_03/2011_10_03_drive_0042_sync 946 l\n2011_10_03/2011_10_03_drive_0042_sync 795 l\n2011_10_03/2011_10_03_drive_0042_sync 630 l\n2011_10_03/2011_10_03_drive_0042_sync 495 l\n2011_10_03/2011_10_03_drive_0042_sync 429 l\n2011_10_03/2011_10_03_drive_0042_sync 707 r\n2011_10_03/2011_10_03_drive_0042_sync 688 l\n2011_10_03/2011_10_03_drive_0042_sync 556 l\n2011_10_03/2011_10_03_drive_0042_sync 734 r\n2011_10_03/2011_10_03_drive_0042_sync 475 l\n2011_10_03/2011_10_03_drive_0042_sync 703 l\n2011_10_03/2011_10_03_drive_0042_sync 99 l\n2011_10_03/2011_10_03_drive_0042_sync 546 r\n2011_10_03/2011_10_03_drive_0042_sync 68 r\n2011_10_03/2011_10_03_drive_0042_sync 474 l\n2011_10_03/2011_10_03_drive_0042_sync 988 r\n2011_10_03/2011_10_03_drive_0042_sync 150 l\n2011_10_03/2011_10_03_drive_0042_sync 468 l\n2011_10_03/2011_10_03_drive_0042_sync 73 r\n2011_10_03/2011_10_03_drive_0042_sync 993 l\n2011_10_03/2011_10_03_drive_0042_sync 581 l\n2011_10_03/2011_10_03_drive_0042_sync 903 r\n2011_10_03/2011_10_03_drive_0042_sync 436 r"
  },
  {
    "path": "splits/eldar/train_files.txt",
    "content": "2011_09_26/2011_09_26_drive_0022_sync 473 r\n2011_09_26/2011_09_26_drive_0022_sync 668 r\n2011_09_26/2011_09_26_drive_0022_sync 354 r\n2011_09_26/2011_09_26_drive_0022_sync 426 l\n2011_09_26/2011_09_26_drive_0022_sync 727 r\n2011_09_26/2011_09_26_drive_0022_sync 446 l\n2011_09_26/2011_09_26_drive_0022_sync 609 l\n2011_09_26/2011_09_26_drive_0022_sync 729 r\n2011_09_26/2011_09_26_drive_0022_sync 663 r\n2011_09_26/2011_09_26_drive_0022_sync 602 r\n2011_09_26/2011_09_26_drive_0022_sync 192 r\n2011_09_26/2011_09_26_drive_0022_sync 646 r\n2011_09_26/2011_09_26_drive_0022_sync 461 r\n2011_09_26/2011_09_26_drive_0022_sync 257 l\n2011_09_26/2011_09_26_drive_0022_sync 329 r\n2011_09_26/2011_09_26_drive_0022_sync 203 r\n2011_09_26/2011_09_26_drive_0022_sync 18 r\n2011_09_26/2011_09_26_drive_0022_sync 422 r\n2011_09_26/2011_09_26_drive_0022_sync 354 l\n2011_09_26/2011_09_26_drive_0022_sync 147 l\n2011_09_26/2011_09_26_drive_0022_sync 29 r\n2011_09_26/2011_09_26_drive_0022_sync 23 r\n2011_09_26/2011_09_26_drive_0022_sync 397 r\n2011_09_26/2011_09_26_drive_0022_sync 458 l\n2011_09_26/2011_09_26_drive_0022_sync 535 l\n2011_09_26/2011_09_26_drive_0022_sync 414 l\n2011_09_26/2011_09_26_drive_0022_sync 385 l\n2011_09_26/2011_09_26_drive_0022_sync 778 l\n2011_09_26/2011_09_26_drive_0022_sync 568 r\n2011_09_26/2011_09_26_drive_0022_sync 580 r\n2011_09_26/2011_09_26_drive_0022_sync 251 l\n2011_09_26/2011_09_26_drive_0022_sync 266 r\n2011_09_26/2011_09_26_drive_0022_sync 669 r\n2011_09_26/2011_09_26_drive_0022_sync 178 l\n2011_09_26/2011_09_26_drive_0022_sync 473 l\n2011_09_26/2011_09_26_drive_0022_sync 130 l\n2011_09_26/2011_09_26_drive_0022_sync 350 l\n2011_09_26/2011_09_26_drive_0022_sync 263 r\n2011_09_26/2011_09_26_drive_0022_sync 126 r\n2011_09_26/2011_09_26_drive_0022_sync 694 r\n2011_09_26/2011_09_26_drive_0022_sync 708 r\n2011_09_26/2011_09_26_drive_0022_sync 229 l\n2011_09_26/2011_09_26_drive_0022_sync 313 l\n2011_09_26/2011_09_26_drive_0022_sync 428 l\n2011_09_26/2011_09_26_drive_0022_sync 741 l\n2011_09_26/2011_09_26_drive_0022_sync 410 r\n2011_09_26/2011_09_26_drive_0022_sync 328 l\n2011_09_26/2011_09_26_drive_0022_sync 294 r\n2011_09_26/2011_09_26_drive_0022_sync 453 r\n2011_09_26/2011_09_26_drive_0022_sync 433 l\n2011_09_26/2011_09_26_drive_0022_sync 381 l\n2011_09_26/2011_09_26_drive_0022_sync 656 r\n2011_09_26/2011_09_26_drive_0022_sync 567 l\n2011_09_26/2011_09_26_drive_0022_sync 468 l\n2011_09_26/2011_09_26_drive_0022_sync 108 l\n2011_09_26/2011_09_26_drive_0022_sync 218 r\n2011_09_26/2011_09_26_drive_0022_sync 566 r\n2011_09_26/2011_09_26_drive_0022_sync 606 r\n2011_09_26/2011_09_26_drive_0022_sync 162 r\n2011_09_26/2011_09_26_drive_0022_sync 256 l\n2011_09_26/2011_09_26_drive_0022_sync 488 l\n2011_09_26/2011_09_26_drive_0022_sync 752 r\n2011_09_26/2011_09_26_drive_0022_sync 271 l\n2011_09_26/2011_09_26_drive_0022_sync 208 r\n2011_09_26/2011_09_26_drive_0022_sync 32 r\n2011_09_26/2011_09_26_drive_0022_sync 523 l\n2011_09_26/2011_09_26_drive_0022_sync 235 l\n2011_09_26/2011_09_26_drive_0022_sync 722 l\n2011_09_26/2011_09_26_drive_0022_sync 690 l\n2011_09_26/2011_09_26_drive_0022_sync 663 l\n2011_09_26/2011_09_26_drive_0022_sync 242 l\n2011_09_26/2011_09_26_drive_0022_sync 254 l\n2011_09_26/2011_09_26_drive_0022_sync 447 r\n2011_09_26/2011_09_26_drive_0022_sync 489 r\n2011_09_26/2011_09_26_drive_0022_sync 332 r\n2011_09_26/2011_09_26_drive_0022_sync 390 l\n2011_09_26/2011_09_26_drive_0022_sync 539 r\n2011_09_26/2011_09_26_drive_0022_sync 153 r\n2011_09_26/2011_09_26_drive_0022_sync 492 r\n2011_09_26/2011_09_26_drive_0022_sync 735 l\n2011_09_26/2011_09_26_drive_0022_sync 285 l\n2011_09_26/2011_09_26_drive_0022_sync 289 r\n2011_09_26/2011_09_26_drive_0022_sync 221 l\n2011_09_26/2011_09_26_drive_0022_sync 573 l\n2011_09_26/2011_09_26_drive_0022_sync 560 r\n2011_09_26/2011_09_26_drive_0022_sync 384 r\n2011_09_26/2011_09_26_drive_0022_sync 152 l\n2011_09_26/2011_09_26_drive_0022_sync 147 r\n2011_09_26/2011_09_26_drive_0022_sync 385 r\n2011_09_26/2011_09_26_drive_0022_sync 395 l\n2011_09_26/2011_09_26_drive_0022_sync 494 l\n2011_09_26/2011_09_26_drive_0022_sync 125 r\n2011_09_26/2011_09_26_drive_0022_sync 550 r\n2011_09_26/2011_09_26_drive_0022_sync 623 l\n2011_09_26/2011_09_26_drive_0022_sync 594 l\n2011_09_26/2011_09_26_drive_0022_sync 771 l\n2011_09_26/2011_09_26_drive_0022_sync 335 r\n2011_09_26/2011_09_26_drive_0022_sync 689 r\n2011_09_26/2011_09_26_drive_0022_sync 200 l\n2011_09_26/2011_09_26_drive_0022_sync 332 l\n2011_09_26/2011_09_26_drive_0022_sync 684 r\n2011_09_26/2011_09_26_drive_0022_sync 156 r\n2011_09_26/2011_09_26_drive_0022_sync 245 r\n2011_09_26/2011_09_26_drive_0022_sync 277 r\n2011_09_26/2011_09_26_drive_0022_sync 255 r\n2011_09_26/2011_09_26_drive_0022_sync 314 l\n2011_09_26/2011_09_26_drive_0022_sync 629 l\n2011_09_26/2011_09_26_drive_0022_sync 16 r\n2011_09_26/2011_09_26_drive_0022_sync 327 l\n2011_09_26/2011_09_26_drive_0022_sync 51 r\n2011_09_26/2011_09_26_drive_0022_sync 152 r\n2011_09_26/2011_09_26_drive_0022_sync 681 l\n2011_09_26/2011_09_26_drive_0022_sync 727 l\n2011_09_26/2011_09_26_drive_0022_sync 471 r\n2011_09_26/2011_09_26_drive_0022_sync 262 l\n2011_09_26/2011_09_26_drive_0022_sync 675 l\n2011_09_26/2011_09_26_drive_0022_sync 206 r\n2011_09_26/2011_09_26_drive_0022_sync 247 l\n2011_09_26/2011_09_26_drive_0022_sync 296 l\n2011_09_26/2011_09_26_drive_0022_sync 135 l\n2011_09_26/2011_09_26_drive_0022_sync 504 r\n2011_09_26/2011_09_26_drive_0022_sync 689 l\n2011_09_26/2011_09_26_drive_0022_sync 367 l\n2011_09_26/2011_09_26_drive_0022_sync 548 r\n2011_09_26/2011_09_26_drive_0022_sync 512 l\n2011_09_26/2011_09_26_drive_0022_sync 112 l\n2011_09_26/2011_09_26_drive_0022_sync 796 l\n2011_09_26/2011_09_26_drive_0022_sync 435 l\n2011_09_26/2011_09_26_drive_0022_sync 723 l\n2011_09_26/2011_09_26_drive_0022_sync 497 r\n2011_09_26/2011_09_26_drive_0022_sync 357 l\n2011_09_26/2011_09_26_drive_0022_sync 344 r\n2011_09_26/2011_09_26_drive_0022_sync 10 r\n2011_09_26/2011_09_26_drive_0022_sync 713 r\n2011_09_26/2011_09_26_drive_0022_sync 730 l\n2011_09_26/2011_09_26_drive_0022_sync 621 r\n2011_09_26/2011_09_26_drive_0022_sync 756 r\n2011_09_26/2011_09_26_drive_0022_sync 703 l\n2011_09_26/2011_09_26_drive_0022_sync 279 l\n2011_09_26/2011_09_26_drive_0022_sync 117 r\n2011_09_26/2011_09_26_drive_0022_sync 30 l\n2011_09_26/2011_09_26_drive_0022_sync 13 r\n2011_09_26/2011_09_26_drive_0022_sync 612 r\n2011_09_26/2011_09_26_drive_0022_sync 620 r\n2011_09_26/2011_09_26_drive_0022_sync 416 l\n2011_09_26/2011_09_26_drive_0022_sync 588 l\n2011_09_26/2011_09_26_drive_0022_sync 179 r\n2011_09_26/2011_09_26_drive_0022_sync 320 l\n2011_09_26/2011_09_26_drive_0022_sync 27 l\n2011_09_26/2011_09_26_drive_0022_sync 21 l\n2011_09_26/2011_09_26_drive_0022_sync 181 l\n2011_09_26/2011_09_26_drive_0022_sync 556 r\n2011_09_26/2011_09_26_drive_0022_sync 165 l\n2011_09_26/2011_09_26_drive_0022_sync 748 r\n2011_09_26/2011_09_26_drive_0022_sync 680 l\n2011_09_26/2011_09_26_drive_0022_sync 283 r\n2011_09_26/2011_09_26_drive_0022_sync 84 r\n2011_09_26/2011_09_26_drive_0022_sync 293 l\n2011_09_26/2011_09_26_drive_0022_sync 671 r\n2011_09_26/2011_09_26_drive_0022_sync 487 r\n2011_09_26/2011_09_26_drive_0022_sync 16 l\n2011_09_26/2011_09_26_drive_0022_sync 85 l\n2011_09_26/2011_09_26_drive_0022_sync 474 l\n2011_09_26/2011_09_26_drive_0022_sync 129 l\n2011_09_26/2011_09_26_drive_0022_sync 281 r\n2011_09_26/2011_09_26_drive_0022_sync 558 r\n2011_09_26/2011_09_26_drive_0022_sync 161 l\n2011_09_26/2011_09_26_drive_0022_sync 96 l\n2011_09_26/2011_09_26_drive_0022_sync 130 r\n2011_09_26/2011_09_26_drive_0022_sync 758 r\n2011_09_26/2011_09_26_drive_0022_sync 445 l\n2011_09_26/2011_09_26_drive_0022_sync 141 l\n2011_09_26/2011_09_26_drive_0022_sync 143 l\n2011_09_26/2011_09_26_drive_0022_sync 102 r\n2011_09_26/2011_09_26_drive_0022_sync 450 l\n2011_09_26/2011_09_26_drive_0022_sync 234 r\n2011_09_26/2011_09_26_drive_0022_sync 327 r\n2011_09_26/2011_09_26_drive_0022_sync 695 l\n2011_09_26/2011_09_26_drive_0022_sync 43 l\n2011_09_26/2011_09_26_drive_0022_sync 453 l\n2011_09_26/2011_09_26_drive_0022_sync 255 l\n2011_09_26/2011_09_26_drive_0022_sync 128 r\n2011_09_26/2011_09_26_drive_0022_sync 40 r\n2011_09_26/2011_09_26_drive_0022_sync 98 r\n2011_09_26/2011_09_26_drive_0022_sync 495 l\n2011_09_26/2011_09_26_drive_0022_sync 312 r\n2011_09_26/2011_09_26_drive_0022_sync 370 r\n2011_09_26/2011_09_26_drive_0022_sync 496 r\n2011_09_26/2011_09_26_drive_0022_sync 254 r\n2011_09_26/2011_09_26_drive_0022_sync 590 r\n2011_09_26/2011_09_26_drive_0022_sync 468 r\n2011_09_26/2011_09_26_drive_0022_sync 287 r\n2011_09_26/2011_09_26_drive_0022_sync 403 r\n2011_09_26/2011_09_26_drive_0022_sync 100 l\n2011_09_26/2011_09_26_drive_0022_sync 346 l\n2011_09_26/2011_09_26_drive_0022_sync 25 r\n2011_09_26/2011_09_26_drive_0022_sync 502 r\n2011_09_26/2011_09_26_drive_0022_sync 397 l\n2011_09_26/2011_09_26_drive_0022_sync 718 l\n2011_09_26/2011_09_26_drive_0022_sync 201 r\n2011_09_26/2011_09_26_drive_0022_sync 496 l\n2011_09_26/2011_09_26_drive_0022_sync 148 r\n2011_09_26/2011_09_26_drive_0022_sync 536 r\n2011_09_26/2011_09_26_drive_0022_sync 631 r\n2011_09_26/2011_09_26_drive_0022_sync 272 l\n2011_09_26/2011_09_26_drive_0022_sync 88 r\n2011_09_26/2011_09_26_drive_0022_sync 703 r\n2011_09_26/2011_09_26_drive_0022_sync 319 r\n2011_09_26/2011_09_26_drive_0022_sync 769 r\n2011_09_26/2011_09_26_drive_0022_sync 433 r\n2011_09_26/2011_09_26_drive_0022_sync 380 r\n2011_09_26/2011_09_26_drive_0022_sync 747 r\n2011_09_26/2011_09_26_drive_0022_sync 268 r\n2011_09_26/2011_09_26_drive_0022_sync 544 r\n2011_09_26/2011_09_26_drive_0022_sync 362 r\n2011_09_26/2011_09_26_drive_0022_sync 190 l\n2011_09_26/2011_09_26_drive_0022_sync 483 r\n2011_09_26/2011_09_26_drive_0022_sync 692 r\n2011_09_26/2011_09_26_drive_0022_sync 591 l\n2011_09_26/2011_09_26_drive_0022_sync 212 l\n2011_09_26/2011_09_26_drive_0022_sync 396 l\n2011_09_26/2011_09_26_drive_0022_sync 14 r\n2011_09_26/2011_09_26_drive_0022_sync 534 r\n2011_09_26/2011_09_26_drive_0022_sync 635 r\n2011_09_26/2011_09_26_drive_0022_sync 509 l\n2011_09_26/2011_09_26_drive_0022_sync 74 l\n2011_09_26/2011_09_26_drive_0022_sync 515 l\n2011_09_26/2011_09_26_drive_0022_sync 508 r\n2011_09_26/2011_09_26_drive_0022_sync 79 l\n2011_09_26/2011_09_26_drive_0022_sync 704 r\n2011_09_26/2011_09_26_drive_0022_sync 72 r\n2011_09_26/2011_09_26_drive_0022_sync 553 l\n2011_09_26/2011_09_26_drive_0022_sync 65 l\n2011_09_26/2011_09_26_drive_0022_sync 78 r\n2011_09_26/2011_09_26_drive_0022_sync 607 r\n2011_09_26/2011_09_26_drive_0022_sync 732 l\n2011_09_26/2011_09_26_drive_0022_sync 92 l\n2011_09_26/2011_09_26_drive_0022_sync 364 l\n2011_09_26/2011_09_26_drive_0022_sync 224 r\n2011_09_26/2011_09_26_drive_0022_sync 316 l\n2011_09_26/2011_09_26_drive_0022_sync 307 r\n2011_09_26/2011_09_26_drive_0022_sync 116 r\n2011_09_26/2011_09_26_drive_0022_sync 635 l\n2011_09_26/2011_09_26_drive_0022_sync 342 r\n2011_09_26/2011_09_26_drive_0022_sync 373 r\n2011_09_26/2011_09_26_drive_0022_sync 655 r\n2011_09_26/2011_09_26_drive_0022_sync 763 r\n2011_09_26/2011_09_26_drive_0022_sync 220 r\n2011_09_26/2011_09_26_drive_0022_sync 740 l\n2011_09_26/2011_09_26_drive_0022_sync 352 l\n2011_09_26/2011_09_26_drive_0022_sync 83 r\n2011_09_26/2011_09_26_drive_0022_sync 61 r\n2011_09_26/2011_09_26_drive_0022_sync 186 r\n2011_09_26/2011_09_26_drive_0022_sync 142 r\n2011_09_26/2011_09_26_drive_0022_sync 761 r\n2011_09_26/2011_09_26_drive_0022_sync 276 l\n2011_09_26/2011_09_26_drive_0022_sync 162 l\n2011_09_26/2011_09_26_drive_0022_sync 591 r\n2011_09_26/2011_09_26_drive_0022_sync 307 l\n2011_09_26/2011_09_26_drive_0022_sync 707 r\n2011_09_26/2011_09_26_drive_0022_sync 720 l\n2011_09_26/2011_09_26_drive_0022_sync 619 r\n2011_09_26/2011_09_26_drive_0022_sync 393 l\n2011_09_26/2011_09_26_drive_0022_sync 115 r\n2011_09_26/2011_09_26_drive_0022_sync 150 l\n2011_09_26/2011_09_26_drive_0022_sync 193 r\n2011_09_26/2011_09_26_drive_0022_sync 284 l\n2011_09_26/2011_09_26_drive_0022_sync 183 l\n2011_09_26/2011_09_26_drive_0022_sync 249 l\n2011_09_26/2011_09_26_drive_0022_sync 226 l\n2011_09_26/2011_09_26_drive_0022_sync 604 l\n2011_09_26/2011_09_26_drive_0022_sync 540 l\n2011_09_26/2011_09_26_drive_0022_sync 548 l\n2011_09_26/2011_09_26_drive_0022_sync 624 r\n2011_09_26/2011_09_26_drive_0022_sync 710 l\n2011_09_26/2011_09_26_drive_0022_sync 239 l\n2011_09_26/2011_09_26_drive_0022_sync 700 r\n2011_09_26/2011_09_26_drive_0022_sync 524 r\n2011_09_26/2011_09_26_drive_0022_sync 238 r\n2011_09_26/2011_09_26_drive_0022_sync 55 l\n2011_09_26/2011_09_26_drive_0022_sync 75 r\n2011_09_26/2011_09_26_drive_0022_sync 217 l\n2011_09_26/2011_09_26_drive_0022_sync 117 l\n2011_09_26/2011_09_26_drive_0022_sync 673 l\n2011_09_26/2011_09_26_drive_0022_sync 483 l\n2011_09_26/2011_09_26_drive_0022_sync 545 r\n2011_09_26/2011_09_26_drive_0022_sync 551 r\n2011_09_26/2011_09_26_drive_0022_sync 640 l\n2011_09_26/2011_09_26_drive_0022_sync 195 l\n2011_09_26/2011_09_26_drive_0022_sync 691 l\n2011_09_26/2011_09_26_drive_0022_sync 628 l\n2011_09_26/2011_09_26_drive_0022_sync 17 l\n2011_09_26/2011_09_26_drive_0022_sync 509 r\n2011_09_26/2011_09_26_drive_0022_sync 181 r\n2011_09_26/2011_09_26_drive_0022_sync 265 r\n2011_09_26/2011_09_26_drive_0022_sync 672 l\n2011_09_26/2011_09_26_drive_0022_sync 127 r\n2011_09_26/2011_09_26_drive_0022_sync 320 r\n2011_09_26/2011_09_26_drive_0022_sync 511 r\n2011_09_26/2011_09_26_drive_0022_sync 567 r\n2011_09_26/2011_09_26_drive_0022_sync 216 l\n2011_09_26/2011_09_26_drive_0022_sync 617 r\n2011_09_26/2011_09_26_drive_0022_sync 315 l\n2011_09_26/2011_09_26_drive_0022_sync 427 r\n2011_09_26/2011_09_26_drive_0022_sync 599 l\n2011_09_26/2011_09_26_drive_0022_sync 257 r\n2011_09_26/2011_09_26_drive_0022_sync 189 r\n2011_09_26/2011_09_26_drive_0022_sync 520 r\n2011_09_26/2011_09_26_drive_0022_sync 647 r\n2011_09_26/2011_09_26_drive_0022_sync 350 r\n2011_09_26/2011_09_26_drive_0022_sync 465 l\n2011_09_26/2011_09_26_drive_0022_sync 447 l\n2011_09_26/2011_09_26_drive_0022_sync 540 r\n2011_09_26/2011_09_26_drive_0022_sync 516 l\n2011_09_26/2011_09_26_drive_0022_sync 133 l\n2011_09_26/2011_09_26_drive_0022_sync 568 l\n2011_09_26/2011_09_26_drive_0022_sync 356 r\n2011_09_26/2011_09_26_drive_0022_sync 225 r\n2011_09_26/2011_09_26_drive_0022_sync 352 r\n2011_09_26/2011_09_26_drive_0022_sync 161 r\n2011_09_26/2011_09_26_drive_0022_sync 26 l\n2011_09_26/2011_09_26_drive_0022_sync 110 r\n2011_09_26/2011_09_26_drive_0022_sync 37 r\n2011_09_26/2011_09_26_drive_0022_sync 574 r\n2011_09_26/2011_09_26_drive_0022_sync 423 l\n2011_09_26/2011_09_26_drive_0022_sync 346 r\n2011_09_26/2011_09_26_drive_0022_sync 746 r\n2011_09_26/2011_09_26_drive_0022_sync 432 l\n2011_09_26/2011_09_26_drive_0022_sync 362 l\n2011_09_26/2011_09_26_drive_0022_sync 579 r\n2011_09_26/2011_09_26_drive_0022_sync 615 l\n2011_09_26/2011_09_26_drive_0022_sync 776 r\n2011_09_26/2011_09_26_drive_0022_sync 638 r\n2011_09_26/2011_09_26_drive_0022_sync 499 r\n2011_09_26/2011_09_26_drive_0022_sync 379 l\n2011_09_26/2011_09_26_drive_0022_sync 348 l\n2011_09_26/2011_09_26_drive_0022_sync 191 l\n2011_09_26/2011_09_26_drive_0022_sync 318 r\n2011_09_26/2011_09_26_drive_0022_sync 174 r\n2011_09_26/2011_09_26_drive_0022_sync 95 l\n2011_09_26/2011_09_26_drive_0022_sync 510 l\n2011_09_26/2011_09_26_drive_0022_sync 728 r\n2011_09_26/2011_09_26_drive_0022_sync 298 l\n2011_09_26/2011_09_26_drive_0022_sync 670 l\n2011_09_26/2011_09_26_drive_0022_sync 100 r\n2011_09_26/2011_09_26_drive_0022_sync 407 r\n2011_09_26/2011_09_26_drive_0022_sync 613 l\n2011_09_26/2011_09_26_drive_0022_sync 159 r\n2011_09_26/2011_09_26_drive_0022_sync 146 r\n2011_09_26/2011_09_26_drive_0022_sync 518 r\n2011_09_26/2011_09_26_drive_0022_sync 125 l\n2011_09_26/2011_09_26_drive_0022_sync 189 l\n2011_09_26/2011_09_26_drive_0022_sync 519 r\n2011_09_26/2011_09_26_drive_0022_sync 79 r\n2011_09_26/2011_09_26_drive_0022_sync 219 r\n2011_09_26/2011_09_26_drive_0022_sync 97 l\n2011_09_26/2011_09_26_drive_0022_sync 81 l\n2011_09_26/2011_09_26_drive_0022_sync 697 r\n2011_09_26/2011_09_26_drive_0022_sync 34 r\n2011_09_26/2011_09_26_drive_0022_sync 386 l\n2011_09_26/2011_09_26_drive_0022_sync 652 r\n2011_09_26/2011_09_26_drive_0022_sync 209 l\n2011_09_26/2011_09_26_drive_0022_sync 340 l\n2011_09_26/2011_09_26_drive_0022_sync 550 l\n2011_09_26/2011_09_26_drive_0022_sync 233 l\n2011_09_26/2011_09_26_drive_0022_sync 498 l\n2011_09_26/2011_09_26_drive_0022_sync 220 l\n2011_09_26/2011_09_26_drive_0022_sync 157 l\n2011_09_26/2011_09_26_drive_0022_sync 768 l\n2011_09_26/2011_09_26_drive_0022_sync 211 r\n2011_09_26/2011_09_26_drive_0022_sync 588 r\n2011_09_26/2011_09_26_drive_0022_sync 725 r\n2011_09_26/2011_09_26_drive_0022_sync 572 l\n2011_09_26/2011_09_26_drive_0022_sync 292 l\n2011_09_26/2011_09_26_drive_0022_sync 312 l\n2011_09_26/2011_09_26_drive_0022_sync 70 r\n2011_09_26/2011_09_26_drive_0022_sync 389 l\n2011_09_26/2011_09_26_drive_0022_sync 164 l\n2011_09_26/2011_09_26_drive_0022_sync 736 l\n2011_09_26/2011_09_26_drive_0022_sync 170 r\n2011_09_26/2011_09_26_drive_0022_sync 361 r\n2011_09_26/2011_09_26_drive_0022_sync 532 l\n2011_09_26/2011_09_26_drive_0022_sync 216 r\n2011_09_26/2011_09_26_drive_0022_sync 465 r\n2011_09_26/2011_09_26_drive_0022_sync 304 l\n2011_09_26/2011_09_26_drive_0022_sync 557 l\n2011_09_26/2011_09_26_drive_0022_sync 222 r\n2011_09_26/2011_09_26_drive_0022_sync 66 l\n2011_09_26/2011_09_26_drive_0022_sync 5 l\n2011_09_26/2011_09_26_drive_0022_sync 388 r\n2011_09_26/2011_09_26_drive_0022_sync 276 r\n2011_09_26/2011_09_26_drive_0022_sync 154 r\n2011_09_26/2011_09_26_drive_0022_sync 786 l\n2011_09_26/2011_09_26_drive_0022_sync 120 l\n2011_09_26/2011_09_26_drive_0022_sync 659 l\n2011_09_26/2011_09_26_drive_0022_sync 270 r\n2011_09_26/2011_09_26_drive_0022_sync 368 l\n2011_09_26/2011_09_26_drive_0022_sync 102 l\n2011_09_26/2011_09_26_drive_0022_sync 179 l\n2011_09_26/2011_09_26_drive_0022_sync 627 l\n2011_09_26/2011_09_26_drive_0022_sync 41 l\n2011_09_26/2011_09_26_drive_0022_sync 439 l\n2011_09_26/2011_09_26_drive_0022_sync 714 l\n2011_09_26/2011_09_26_drive_0022_sync 334 r\n2011_09_26/2011_09_26_drive_0022_sync 478 r\n2011_09_26/2011_09_26_drive_0022_sync 76 l\n2011_09_26/2011_09_26_drive_0022_sync 393 r\n2011_09_26/2011_09_26_drive_0022_sync 70 l\n2011_09_26/2011_09_26_drive_0022_sync 670 r\n2011_09_26/2011_09_26_drive_0022_sync 325 l\n2011_09_26/2011_09_26_drive_0022_sync 436 r\n2011_09_26/2011_09_26_drive_0022_sync 242 r\n2011_09_26/2011_09_26_drive_0022_sync 569 l\n2011_09_26/2011_09_26_drive_0022_sync 369 r\n2011_09_26/2011_09_26_drive_0022_sync 80 r\n2011_09_26/2011_09_26_drive_0022_sync 688 l\n2011_09_26/2011_09_26_drive_0022_sync 290 r\n2011_09_26/2011_09_26_drive_0022_sync 215 l\n2011_09_26/2011_09_26_drive_0022_sync 213 r\n2011_09_26/2011_09_26_drive_0022_sync 402 r\n2011_09_26/2011_09_26_drive_0022_sync 430 r\n2011_09_26/2011_09_26_drive_0022_sync 712 r\n2011_09_26/2011_09_26_drive_0022_sync 632 l\n2011_09_26/2011_09_26_drive_0022_sync 382 r\n2011_09_26/2011_09_26_drive_0022_sync 523 r\n2011_09_26/2011_09_26_drive_0022_sync 430 l\n2011_09_26/2011_09_26_drive_0022_sync 581 l\n2011_09_26/2011_09_26_drive_0022_sync 761 l\n2011_09_26/2011_09_26_drive_0022_sync 266 l\n2011_09_26/2011_09_26_drive_0022_sync 306 l\n2011_09_26/2011_09_26_drive_0022_sync 500 l\n2011_09_26/2011_09_26_drive_0022_sync 138 r\n2011_09_26/2011_09_26_drive_0022_sync 412 r\n2011_09_26/2011_09_26_drive_0022_sync 552 r\n2011_09_26/2011_09_26_drive_0022_sync 380 l\n2011_09_26/2011_09_26_drive_0022_sync 794 r\n2011_09_26/2011_09_26_drive_0022_sync 700 l\n2011_09_26/2011_09_26_drive_0022_sync 321 r\n2011_09_26/2011_09_26_drive_0022_sync 488 r\n2011_09_26/2011_09_26_drive_0022_sync 698 l\n2011_09_26/2011_09_26_drive_0022_sync 479 r\n2011_09_26/2011_09_26_drive_0022_sync 718 r\n2011_09_26/2011_09_26_drive_0022_sync 609 r\n2011_09_26/2011_09_26_drive_0022_sync 421 r\n2011_09_26/2011_09_26_drive_0022_sync 167 l\n2011_09_26/2011_09_26_drive_0022_sync 153 l\n2011_09_26/2011_09_26_drive_0022_sync 731 r\n2011_09_26/2011_09_26_drive_0022_sync 688 r\n2011_09_26/2011_09_26_drive_0022_sync 791 l\n2011_09_26/2011_09_26_drive_0022_sync 738 r\n2011_09_26/2011_09_26_drive_0022_sync 194 r\n2011_09_26/2011_09_26_drive_0022_sync 64 r\n2011_09_26/2011_09_26_drive_0022_sync 253 r\n2011_09_26/2011_09_26_drive_0022_sync 765 r\n2011_09_26/2011_09_26_drive_0022_sync 708 l\n2011_09_26/2011_09_26_drive_0022_sync 56 l\n2011_09_26/2011_09_26_drive_0022_sync 290 l\n2011_09_26/2011_09_26_drive_0022_sync 391 l\n2011_09_26/2011_09_26_drive_0022_sync 451 l\n2011_09_26/2011_09_26_drive_0022_sync 110 l\n2011_09_26/2011_09_26_drive_0022_sync 19 l\n2011_09_26/2011_09_26_drive_0022_sync 766 r\n2011_09_26/2011_09_26_drive_0022_sync 310 r\n2011_09_26/2011_09_26_drive_0022_sync 744 r\n2011_09_26/2011_09_26_drive_0022_sync 349 l\n2011_09_26/2011_09_26_drive_0022_sync 176 r\n2011_09_26/2011_09_26_drive_0022_sync 54 l\n2011_09_26/2011_09_26_drive_0022_sync 794 l\n2011_09_26/2011_09_26_drive_0022_sync 7 l\n2011_09_26/2011_09_26_drive_0022_sync 375 l\n2011_09_26/2011_09_26_drive_0022_sync 91 l\n2011_09_26/2011_09_26_drive_0022_sync 296 r\n2011_09_26/2011_09_26_drive_0022_sync 457 r\n2011_09_26/2011_09_26_drive_0022_sync 261 l\n2011_09_26/2011_09_26_drive_0022_sync 691 r\n2011_09_26/2011_09_26_drive_0022_sync 7 r\n2011_09_26/2011_09_26_drive_0022_sync 73 l\n2011_09_26/2011_09_26_drive_0022_sync 594 r\n2011_09_26/2011_09_26_drive_0022_sync 598 r\n2011_09_26/2011_09_26_drive_0022_sync 636 l\n2011_09_26/2011_09_26_drive_0022_sync 420 r\n2011_09_26/2011_09_26_drive_0022_sync 301 r\n2011_09_26/2011_09_26_drive_0022_sync 786 r\n2011_09_26/2011_09_26_drive_0022_sync 24 l\n2011_09_26/2011_09_26_drive_0022_sync 274 l\n2011_09_26/2011_09_26_drive_0022_sync 541 l\n2011_09_26/2011_09_26_drive_0022_sync 666 r\n2011_09_26/2011_09_26_drive_0022_sync 126 l\n2011_09_26/2011_09_26_drive_0022_sync 36 r\n2011_09_26/2011_09_26_drive_0022_sync 119 r\n2011_09_26/2011_09_26_drive_0022_sync 680 r\n2011_09_26/2011_09_26_drive_0022_sync 25 l\n2011_09_26/2011_09_26_drive_0022_sync 83 l\n2011_09_26/2011_09_26_drive_0022_sync 699 r\n2011_09_26/2011_09_26_drive_0022_sync 759 l\n2011_09_26/2011_09_26_drive_0022_sync 286 r\n2011_09_26/2011_09_26_drive_0022_sync 300 r\n2011_09_26/2011_09_26_drive_0022_sync 699 l\n2011_09_26/2011_09_26_drive_0022_sync 68 r\n2011_09_26/2011_09_26_drive_0022_sync 188 l\n2011_09_26/2011_09_26_drive_0022_sync 628 r\n2011_09_26/2011_09_26_drive_0022_sync 297 l\n2011_09_26/2011_09_26_drive_0022_sync 27 r\n2011_09_26/2011_09_26_drive_0022_sync 415 l\n2011_09_26/2011_09_26_drive_0022_sync 9 l\n2011_09_26/2011_09_26_drive_0022_sync 775 r\n2011_09_26/2011_09_26_drive_0022_sync 536 l\n2011_09_26/2011_09_26_drive_0022_sync 546 l\n2011_09_26/2011_09_26_drive_0022_sync 37 l\n2011_09_26/2011_09_26_drive_0022_sync 353 l\n2011_09_26/2011_09_26_drive_0022_sync 183 r\n2011_09_26/2011_09_26_drive_0022_sync 515 r\n2011_09_26/2011_09_26_drive_0022_sync 390 r\n2011_09_26/2011_09_26_drive_0022_sync 272 r\n2011_09_26/2011_09_26_drive_0022_sync 214 r\n2011_09_26/2011_09_26_drive_0022_sync 282 r\n2011_09_26/2011_09_26_drive_0022_sync 463 l\n2011_09_26/2011_09_26_drive_0022_sync 770 l\n2011_09_26/2011_09_26_drive_0022_sync 765 l\n2011_09_26/2011_09_26_drive_0022_sync 685 l\n2011_09_26/2011_09_26_drive_0022_sync 585 l\n2011_09_26/2011_09_26_drive_0022_sync 522 r\n2011_09_26/2011_09_26_drive_0022_sync 469 l\n2011_09_26/2011_09_26_drive_0022_sync 39 r\n2011_09_26/2011_09_26_drive_0022_sync 311 l\n2011_09_26/2011_09_26_drive_0022_sync 205 r\n2011_09_26/2011_09_26_drive_0022_sync 69 l\n2011_09_26/2011_09_26_drive_0022_sync 649 l\n2011_09_26/2011_09_26_drive_0022_sync 792 r\n2011_09_26/2011_09_26_drive_0022_sync 398 r\n2011_09_26/2011_09_26_drive_0022_sync 600 l\n2011_09_26/2011_09_26_drive_0022_sync 605 l\n2011_09_26/2011_09_26_drive_0022_sync 90 l\n2011_09_26/2011_09_26_drive_0022_sync 559 l\n2011_09_26/2011_09_26_drive_0022_sync 713 l\n2011_09_26/2011_09_26_drive_0022_sync 630 r\n2011_09_26/2011_09_26_drive_0022_sync 113 l\n2011_09_26/2011_09_26_drive_0022_sync 583 r\n2011_09_26/2011_09_26_drive_0022_sync 141 r\n2011_09_26/2011_09_26_drive_0022_sync 52 l\n2011_09_26/2011_09_26_drive_0022_sync 637 r\n2011_09_26/2011_09_26_drive_0022_sync 642 r\n2011_09_26/2011_09_26_drive_0022_sync 33 r\n2011_09_26/2011_09_26_drive_0022_sync 99 l\n2011_09_26/2011_09_26_drive_0022_sync 293 r\n2011_09_26/2011_09_26_drive_0022_sync 260 l\n2011_09_26/2011_09_26_drive_0022_sync 20 l\n2011_09_26/2011_09_26_drive_0022_sync 557 r\n2011_09_26/2011_09_26_drive_0022_sync 574 l\n2011_09_26/2011_09_26_drive_0022_sync 392 r\n2011_09_26/2011_09_26_drive_0022_sync 198 l\n2011_09_26/2011_09_26_drive_0022_sync 238 l\n2011_09_26/2011_09_26_drive_0022_sync 464 l\n2011_09_26/2011_09_26_drive_0022_sync 328 r\n2011_09_26/2011_09_26_drive_0022_sync 174 l\n2011_09_26/2011_09_26_drive_0022_sync 315 r\n2011_09_26/2011_09_26_drive_0022_sync 173 r\n2011_09_26/2011_09_26_drive_0022_sync 326 l\n2011_09_26/2011_09_26_drive_0022_sync 277 l\n2011_09_26/2011_09_26_drive_0022_sync 201 l\n2011_09_26/2011_09_26_drive_0022_sync 437 l\n2011_09_26/2011_09_26_drive_0022_sync 665 l\n2011_09_26/2011_09_26_drive_0022_sync 206 l\n2011_09_26/2011_09_26_drive_0022_sync 608 r\n2011_09_26/2011_09_26_drive_0022_sync 279 r\n2011_09_26/2011_09_26_drive_0022_sync 780 r\n2011_09_26/2011_09_26_drive_0022_sync 228 r\n2011_09_26/2011_09_26_drive_0022_sync 259 r\n2011_09_26/2011_09_26_drive_0022_sync 44 r\n2011_09_26/2011_09_26_drive_0022_sync 589 l\n2011_09_26/2011_09_26_drive_0022_sync 513 r\n2011_09_26/2011_09_26_drive_0022_sync 285 r\n2011_09_26/2011_09_26_drive_0022_sync 260 r\n2011_09_26/2011_09_26_drive_0022_sync 351 r\n2011_09_26/2011_09_26_drive_0022_sync 674 l\n2011_09_26/2011_09_26_drive_0022_sync 202 l\n2011_09_26/2011_09_26_drive_0022_sync 595 r\n2011_09_26/2011_09_26_drive_0022_sync 546 r\n2011_09_26/2011_09_26_drive_0022_sync 787 r\n2011_09_26/2011_09_26_drive_0022_sync 61 l\n2011_09_26/2011_09_26_drive_0022_sync 134 l\n2011_09_26/2011_09_26_drive_0022_sync 89 l\n2011_09_26/2011_09_26_drive_0022_sync 364 r\n2011_09_26/2011_09_26_drive_0022_sync 182 l\n2011_09_26/2011_09_26_drive_0022_sync 42 l\n2011_09_26/2011_09_26_drive_0022_sync 132 l\n2011_09_26/2011_09_26_drive_0022_sync 155 r\n2011_09_26/2011_09_26_drive_0022_sync 373 l\n2011_09_26/2011_09_26_drive_0022_sync 261 r\n2011_09_26/2011_09_26_drive_0022_sync 514 l\n2011_09_26/2011_09_26_drive_0022_sync 107 r\n2011_09_26/2011_09_26_drive_0022_sync 202 r\n2011_09_26/2011_09_26_drive_0022_sync 63 r\n2011_09_26/2011_09_26_drive_0022_sync 757 l\n2011_09_26/2011_09_26_drive_0022_sync 760 l\n2011_09_26/2011_09_26_drive_0022_sync 149 l\n2011_09_26/2011_09_26_drive_0022_sync 482 l\n2011_09_26/2011_09_26_drive_0022_sync 489 l\n2011_09_26/2011_09_26_drive_0022_sync 629 r\n2011_09_26/2011_09_26_drive_0022_sync 404 r\n2011_09_26/2011_09_26_drive_0022_sync 709 l\n2011_09_26/2011_09_26_drive_0022_sync 6 r\n2011_09_26/2011_09_26_drive_0022_sync 164 r\n2011_09_26/2011_09_26_drive_0022_sync 556 l\n2011_09_26/2011_09_26_drive_0022_sync 278 l\n2011_09_26/2011_09_26_drive_0022_sync 562 l\n2011_09_26/2011_09_26_drive_0022_sync 150 r\n2011_09_26/2011_09_26_drive_0022_sync 159 l\n2011_09_26/2011_09_26_drive_0022_sync 623 r\n2011_09_26/2011_09_26_drive_0022_sync 317 r\n2011_09_26/2011_09_26_drive_0022_sync 376 r\n2011_09_26/2011_09_26_drive_0022_sync 529 r\n2011_09_26/2011_09_26_drive_0022_sync 123 l\n2011_09_26/2011_09_26_drive_0022_sync 133 r\n2011_09_26/2011_09_26_drive_0022_sync 93 r\n2011_09_26/2011_09_26_drive_0022_sync 416 r\n2011_09_26/2011_09_26_drive_0022_sync 755 l\n2011_09_26/2011_09_26_drive_0022_sync 491 r\n2011_09_26/2011_09_26_drive_0022_sync 475 r\n2011_09_26/2011_09_26_drive_0022_sync 134 r\n2011_09_26/2011_09_26_drive_0022_sync 739 r\n2011_09_26/2011_09_26_drive_0022_sync 616 l\n2011_09_26/2011_09_26_drive_0022_sync 531 r\n2011_09_26/2011_09_26_drive_0022_sync 144 l\n2011_09_26/2011_09_26_drive_0022_sync 122 r\n2011_09_26/2011_09_26_drive_0022_sync 158 r\n2011_09_26/2011_09_26_drive_0022_sync 71 l\n2011_09_26/2011_09_26_drive_0022_sync 344 l\n2011_09_26/2011_09_26_drive_0022_sync 535 r\n2011_09_26/2011_09_26_drive_0022_sync 682 l\n2011_09_26/2011_09_26_drive_0022_sync 418 l\n2011_09_26/2011_09_26_drive_0022_sync 417 l\n2011_09_26/2011_09_26_drive_0022_sync 677 l\n2011_09_26/2011_09_26_drive_0022_sync 244 l\n2011_09_26/2011_09_26_drive_0022_sync 768 r\n2011_09_26/2011_09_26_drive_0022_sync 121 l\n2011_09_26/2011_09_26_drive_0022_sync 774 r\n2011_09_26/2011_09_26_drive_0022_sync 399 r\n2011_09_26/2011_09_26_drive_0022_sync 504 l\n2011_09_26/2011_09_26_drive_0022_sync 28 r\n2011_09_26/2011_09_26_drive_0022_sync 432 r\n2011_09_26/2011_09_26_drive_0022_sync 660 l\n2011_09_26/2011_09_26_drive_0022_sync 330 r\n2011_09_26/2011_09_26_drive_0022_sync 67 r\n2011_09_26/2011_09_26_drive_0022_sync 235 r\n2011_09_26/2011_09_26_drive_0022_sync 743 l\n2011_09_26/2011_09_26_drive_0022_sync 564 l\n2011_09_26/2011_09_26_drive_0022_sync 781 r\n2011_09_26/2011_09_26_drive_0022_sync 284 r\n2011_09_26/2011_09_26_drive_0022_sync 528 l\n2011_09_26/2011_09_26_drive_0022_sync 213 l\n2011_09_26/2011_09_26_drive_0022_sync 745 r\n2011_09_26/2011_09_26_drive_0022_sync 411 l\n2011_09_26/2011_09_26_drive_0022_sync 607 l\n2011_09_26/2011_09_26_drive_0022_sync 169 l\n2011_09_26/2011_09_26_drive_0022_sync 337 l\n2011_09_26/2011_09_26_drive_0022_sync 444 l\n2011_09_26/2011_09_26_drive_0022_sync 240 r\n2011_09_26/2011_09_26_drive_0022_sync 425 l\n2011_09_26/2011_09_26_drive_0022_sync 627 r\n2011_09_26/2011_09_26_drive_0022_sync 686 r\n2011_09_26/2011_09_26_drive_0022_sync 533 l\n2011_09_26/2011_09_26_drive_0022_sync 218 l\n2011_09_26/2011_09_26_drive_0022_sync 494 r\n2011_09_26/2011_09_26_drive_0022_sync 477 r\n2011_09_26/2011_09_26_drive_0022_sync 753 l\n2011_09_26/2011_09_26_drive_0022_sync 137 r\n2011_09_26/2011_09_26_drive_0022_sync 638 l\n2011_09_26/2011_09_26_drive_0022_sync 675 r\n2011_09_26/2011_09_26_drive_0022_sync 760 r\n2011_09_26/2011_09_26_drive_0022_sync 171 l\n2011_09_26/2011_09_26_drive_0022_sync 455 l\n2011_09_26/2011_09_26_drive_0022_sync 326 r\n2011_09_26/2011_09_26_drive_0022_sync 304 r\n2011_09_26/2011_09_26_drive_0022_sync 624 l\n2011_09_26/2011_09_26_drive_0022_sync 23 l\n2011_09_26/2011_09_26_drive_0022_sync 81 r\n2011_09_26/2011_09_26_drive_0022_sync 258 r\n2011_09_26/2011_09_26_drive_0022_sync 184 r\n2011_09_26/2011_09_26_drive_0022_sync 684 l\n2011_09_26/2011_09_26_drive_0022_sync 114 r\n2011_09_26/2011_09_26_drive_0022_sync 721 r\n2011_09_26/2011_09_26_drive_0022_sync 554 l\n2011_09_26/2011_09_26_drive_0022_sync 190 r\n2011_09_26/2011_09_26_drive_0022_sync 626 l\n2011_09_26/2011_09_26_drive_0022_sync 286 l\n2011_09_26/2011_09_26_drive_0022_sync 246 l\n2011_09_26/2011_09_26_drive_0022_sync 240 l\n2011_09_26/2011_09_26_drive_0022_sync 562 r\n2011_09_26/2011_09_26_drive_0022_sync 711 r\n2011_09_26/2011_09_26_drive_0022_sync 309 l\n2011_09_26/2011_09_26_drive_0022_sync 716 l\n2011_09_26/2011_09_26_drive_0022_sync 749 r\n2011_09_26/2011_09_26_drive_0022_sync 48 r\n2011_09_26/2011_09_26_drive_0022_sync 63 l\n2011_09_26/2011_09_26_drive_0022_sync 601 l\n2011_09_26/2011_09_26_drive_0022_sync 121 r\n2011_09_26/2011_09_26_drive_0022_sync 751 r\n2011_09_26/2011_09_26_drive_0022_sync 234 l\n2011_09_26/2011_09_26_drive_0022_sync 603 l\n2011_09_26/2011_09_26_drive_0022_sync 604 r\n2011_09_26/2011_09_26_drive_0022_sync 779 l\n2011_09_26/2011_09_26_drive_0022_sync 282 l\n2011_09_26/2011_09_26_drive_0022_sync 570 l\n2011_09_26/2011_09_26_drive_0022_sync 487 l\n2011_09_26/2011_09_26_drive_0022_sync 790 l\n2011_09_26/2011_09_26_drive_0022_sync 427 l\n2011_09_26/2011_09_26_drive_0022_sync 602 l\n2011_09_26/2011_09_26_drive_0022_sync 170 l\n2011_09_26/2011_09_26_drive_0022_sync 250 l\n2011_09_26/2011_09_26_drive_0022_sync 659 r\n2011_09_26/2011_09_26_drive_0022_sync 441 r\n2011_09_26/2011_09_26_drive_0022_sync 246 r\n2011_09_26/2011_09_26_drive_0022_sync 740 r\n2011_09_26/2011_09_26_drive_0022_sync 653 r\n2011_09_26/2011_09_26_drive_0022_sync 773 r\n2011_09_26/2011_09_26_drive_0022_sync 11 l\n2011_09_26/2011_09_26_drive_0022_sync 49 r\n2011_09_26/2011_09_26_drive_0022_sync 186 l\n2011_09_26/2011_09_26_drive_0022_sync 39 l\n2011_09_26/2011_09_26_drive_0022_sync 359 l\n2011_09_26/2011_09_26_drive_0022_sync 796 r\n2011_09_26/2011_09_26_drive_0022_sync 481 r\n2011_09_26/2011_09_26_drive_0022_sync 415 r\n2011_09_26/2011_09_26_drive_0022_sync 642 l\n2011_09_26/2011_09_26_drive_0022_sync 267 r\n2011_09_26/2011_09_26_drive_0022_sync 120 r\n2011_09_26/2011_09_26_drive_0022_sync 208 l\n2011_09_26/2011_09_26_drive_0022_sync 493 l\n2011_09_26/2011_09_26_drive_0022_sync 555 l\n2011_09_26/2011_09_26_drive_0022_sync 614 r\n2011_09_26/2011_09_26_drive_0022_sync 199 l\n2011_09_26/2011_09_26_drive_0022_sync 735 r\n2011_09_26/2011_09_26_drive_0022_sync 442 l\n2011_09_26/2011_09_26_drive_0022_sync 593 r\n2011_09_26/2011_09_26_drive_0022_sync 197 l\n2011_09_26/2011_09_26_drive_0022_sync 423 r\n2011_09_26/2011_09_26_drive_0022_sync 378 l\n2011_09_26/2011_09_26_drive_0022_sync 617 l\n2011_09_26/2011_09_26_drive_0022_sync 729 l\n2011_09_26/2011_09_26_drive_0022_sync 90 r\n2011_09_26/2011_09_26_drive_0022_sync 382 l\n2011_09_26/2011_09_26_drive_0022_sync 611 r\n2011_09_26/2011_09_26_drive_0022_sync 86 l\n2011_09_26/2011_09_26_drive_0022_sync 579 l\n2011_09_26/2011_09_26_drive_0022_sync 31 l\n2011_09_26/2011_09_26_drive_0022_sync 565 l\n2011_09_26/2011_09_26_drive_0022_sync 77 r\n2011_09_26/2011_09_26_drive_0022_sync 251 r\n2011_09_26/2011_09_26_drive_0022_sync 334 l\n2011_09_26/2011_09_26_drive_0022_sync 323 l\n2011_09_26/2011_09_26_drive_0022_sync 770 r\n2011_09_26/2011_09_26_drive_0022_sync 652 l\n2011_09_26/2011_09_26_drive_0022_sync 736 r\n2011_09_26/2011_09_26_drive_0022_sync 258 l\n2011_09_26/2011_09_26_drive_0022_sync 460 l\n2011_09_26/2011_09_26_drive_0022_sync 421 l\n2011_09_26/2011_09_26_drive_0022_sync 200 r\n2011_09_26/2011_09_26_drive_0022_sync 454 r\n2011_09_26/2011_09_26_drive_0022_sync 587 r\n2011_09_26/2011_09_26_drive_0022_sync 686 l\n2011_09_26/2011_09_26_drive_0022_sync 551 l\n2011_09_26/2011_09_26_drive_0022_sync 363 r\n2011_09_26/2011_09_26_drive_0022_sync 394 r\n2011_09_26/2011_09_26_drive_0022_sync 168 r\n2011_09_26/2011_09_26_drive_0022_sync 93 l\n2011_09_26/2011_09_26_drive_0022_sync 503 l\n2011_09_26/2011_09_26_drive_0022_sync 275 l\n2011_09_26/2011_09_26_drive_0022_sync 457 l\n2011_09_26/2011_09_26_drive_0022_sync 96 r\n2011_09_26/2011_09_26_drive_0022_sync 657 r\n2011_09_26/2011_09_26_drive_0022_sync 678 l\n2011_09_26/2011_09_26_drive_0022_sync 563 r\n2011_09_26/2011_09_26_drive_0022_sync 297 r\n2011_09_26/2011_09_26_drive_0022_sync 608 l\n2011_09_26/2011_09_26_drive_0022_sync 303 r\n2011_09_26/2011_09_26_drive_0022_sync 60 r\n2011_09_26/2011_09_26_drive_0022_sync 348 r\n2011_09_26/2011_09_26_drive_0022_sync 187 l\n2011_09_26/2011_09_26_drive_0022_sync 757 r\n2011_09_26/2011_09_26_drive_0022_sync 428 r\n2011_09_26/2011_09_26_drive_0022_sync 248 r\n2011_09_26/2011_09_26_drive_0022_sync 338 l\n2011_09_26/2011_09_26_drive_0022_sync 467 l\n2011_09_26/2011_09_26_drive_0022_sync 593 l\n2011_09_26/2011_09_26_drive_0022_sync 644 r\n2011_09_26/2011_09_26_drive_0022_sync 92 r\n2011_09_26/2011_09_26_drive_0022_sync 160 l\n2011_09_26/2011_09_26_drive_0022_sync 463 r\n2011_09_26/2011_09_26_drive_0022_sync 569 r\n2011_09_26/2011_09_26_drive_0022_sync 253 l\n2011_09_26/2011_09_26_drive_0022_sync 539 l\n2011_09_26/2011_09_26_drive_0022_sync 85 r\n2011_09_26/2011_09_26_drive_0022_sync 177 r\n2011_09_26/2011_09_26_drive_0022_sync 269 r\n2011_09_26/2011_09_26_drive_0022_sync 387 r\n2011_09_26/2011_09_26_drive_0022_sync 94 l\n2011_09_26/2011_09_26_drive_0022_sync 693 l\n2011_09_26/2011_09_26_drive_0022_sync 456 r\n2011_09_26/2011_09_26_drive_0022_sync 349 r\n2011_09_26/2011_09_26_drive_0022_sync 436 l\n2011_09_26/2011_09_26_drive_0022_sync 458 r\n2011_09_26/2011_09_26_drive_0022_sync 185 l\n2011_09_26/2011_09_26_drive_0022_sync 371 l\n2011_09_26/2011_09_26_drive_0022_sync 621 l\n2011_09_26/2011_09_26_drive_0022_sync 135 r\n2011_09_26/2011_09_26_drive_0022_sync 643 l\n2011_09_26/2011_09_26_drive_0022_sync 549 r\n2011_09_26/2011_09_26_drive_0022_sync 211 l\n2011_09_26/2011_09_26_drive_0022_sync 20 r\n2011_09_26/2011_09_26_drive_0022_sync 480 l\n2011_09_26/2011_09_26_drive_0022_sync 484 l\n2011_09_26/2011_09_26_drive_0022_sync 259 l\n2011_09_26/2011_09_26_drive_0022_sync 75 l\n2011_09_26/2011_09_26_drive_0022_sync 769 l\n2011_09_26/2011_09_26_drive_0022_sync 615 r\n2011_09_26/2011_09_26_drive_0022_sync 139 l\n2011_09_26/2011_09_26_drive_0022_sync 738 l\n2011_09_26/2011_09_26_drive_0022_sync 149 r\n2011_09_26/2011_09_26_drive_0022_sync 437 r\n2011_09_26/2011_09_26_drive_0022_sync 337 r\n2011_09_26/2011_09_26_drive_0022_sync 91 r\n2011_09_26/2011_09_26_drive_0022_sync 355 l\n2011_09_26/2011_09_26_drive_0022_sync 302 l\n2011_09_26/2011_09_26_drive_0022_sync 742 l\n2011_09_26/2011_09_26_drive_0022_sync 419 l\n2011_09_26/2011_09_26_drive_0022_sync 450 r\n2011_09_26/2011_09_26_drive_0022_sync 667 l\n2011_09_26/2011_09_26_drive_0022_sync 59 r\n2011_09_26/2011_09_26_drive_0022_sync 236 l\n2011_09_26/2011_09_26_drive_0022_sync 793 r\n2011_09_26/2011_09_26_drive_0022_sync 193 l\n2011_09_26/2011_09_26_drive_0022_sync 115 l\n2011_09_26/2011_09_26_drive_0022_sync 724 l\n2011_09_26/2011_09_26_drive_0022_sync 106 l\n2011_09_26/2011_09_26_drive_0022_sync 618 r\n2011_09_26/2011_09_26_drive_0022_sync 168 l\n2011_09_26/2011_09_26_drive_0022_sync 55 r\n2011_09_26/2011_09_26_drive_0022_sync 33 l\n2011_09_26/2011_09_26_drive_0022_sync 404 l\n2011_09_26/2011_09_26_drive_0022_sync 577 r\n2011_09_26/2011_09_26_drive_0022_sync 719 l\n2011_09_26/2011_09_26_drive_0022_sync 464 r\n2011_09_26/2011_09_26_drive_0022_sync 17 r\n2011_09_26/2011_09_26_drive_0022_sync 229 r\n2011_09_26/2011_09_26_drive_0022_sync 66 r\n2011_09_26/2011_09_26_drive_0022_sync 517 r\n2011_09_26/2011_09_26_drive_0022_sync 136 l\n2011_09_26/2011_09_26_drive_0022_sync 715 r\n2011_09_26/2011_09_26_drive_0022_sync 756 l\n2011_09_26/2011_09_26_drive_0022_sync 577 l\n2011_09_26/2011_09_26_drive_0022_sync 687 r\n2011_09_26/2011_09_26_drive_0022_sync 360 r\n2011_09_26/2011_09_26_drive_0022_sync 717 l\n2011_09_26/2011_09_26_drive_0022_sync 789 l\n2011_09_26/2011_09_26_drive_0022_sync 295 r\n2011_09_26/2011_09_26_drive_0022_sync 46 l\n2011_09_26/2011_09_26_drive_0022_sync 324 r\n2011_09_26/2011_09_26_drive_0022_sync 448 r\n2011_09_26/2011_09_26_drive_0022_sync 187 r\n2011_09_26/2011_09_26_drive_0022_sync 564 r\n2011_09_26/2011_09_26_drive_0022_sync 86 r\n2011_09_26/2011_09_26_drive_0022_sync 241 l\n2011_09_26/2011_09_26_drive_0022_sync 646 l\n2011_09_26/2011_09_26_drive_0022_sync 518 l\n2011_09_26/2011_09_26_drive_0022_sync 43 r\n2011_09_26/2011_09_26_drive_0022_sync 583 l\n2011_09_26/2011_09_26_drive_0022_sync 227 r\n2011_09_26/2011_09_26_drive_0022_sync 384 l\n2011_09_26/2011_09_26_drive_0022_sync 172 l\n2011_09_26/2011_09_26_drive_0022_sync 639 r\n2011_09_26/2011_09_26_drive_0022_sync 526 l\n2011_09_26/2011_09_26_drive_0022_sync 704 l\n2011_09_26/2011_09_26_drive_0022_sync 751 l\n2011_09_26/2011_09_26_drive_0022_sync 383 r\n2011_09_26/2011_09_26_drive_0022_sync 501 r\n2011_09_26/2011_09_26_drive_0022_sync 781 l\n2011_09_26/2011_09_26_drive_0022_sync 651 l\n2011_09_26/2011_09_26_drive_0022_sync 62 r\n2011_09_26/2011_09_26_drive_0022_sync 237 l\n2011_09_26/2011_09_26_drive_0022_sync 131 r\n2011_09_26/2011_09_26_drive_0022_sync 35 r\n2011_09_26/2011_09_26_drive_0022_sync 598 l\n2011_09_26/2011_09_26_drive_0022_sync 376 l\n2011_09_26/2011_09_26_drive_0022_sync 408 l\n2011_09_26/2011_09_26_drive_0022_sync 565 r\n2011_09_26/2011_09_26_drive_0022_sync 792 l\n2011_09_26/2011_09_26_drive_0022_sync 99 r\n2011_09_26/2011_09_26_drive_0022_sync 455 r\n2011_09_26/2011_09_26_drive_0022_sync 744 l\n2011_09_26/2011_09_26_drive_0022_sync 77 l\n2011_09_26/2011_09_26_drive_0022_sync 223 r\n2011_09_26/2011_09_26_drive_0022_sync 386 r\n2011_09_26/2011_09_26_drive_0022_sync 400 l\n2011_09_26/2011_09_26_drive_0022_sync 309 r\n2011_09_26/2011_09_26_drive_0022_sync 687 l\n2011_09_26/2011_09_26_drive_0022_sync 396 r\n2011_09_26/2011_09_26_drive_0022_sync 80 l\n2011_09_26/2011_09_26_drive_0022_sync 358 l\n2011_09_26/2011_09_26_drive_0022_sync 634 r\n2011_09_26/2011_09_26_drive_0022_sync 462 r\n2011_09_26/2011_09_26_drive_0022_sync 22 r\n2011_09_26/2011_09_26_drive_0022_sync 408 r\n2011_09_26/2011_09_26_drive_0022_sync 581 r\n2011_09_26/2011_09_26_drive_0022_sync 561 r\n2011_09_26/2011_09_26_drive_0022_sync 38 r\n2011_09_26/2011_09_26_drive_0022_sync 435 r\n2011_09_26/2011_09_26_drive_0022_sync 343 r\n2011_09_26/2011_09_26_drive_0022_sync 561 l\n2011_09_26/2011_09_26_drive_0022_sync 456 l\n2011_09_26/2011_09_26_drive_0022_sync 366 r\n2011_09_26/2011_09_26_drive_0022_sync 547 l\n2011_09_26/2011_09_26_drive_0022_sync 317 l\n2011_09_26/2011_09_26_drive_0022_sync 345 r\n2011_09_26/2011_09_26_drive_0022_sync 214 l\n2011_09_26/2011_09_26_drive_0022_sync 136 r\n2011_09_26/2011_09_26_drive_0022_sync 452 l\n2011_09_26/2011_09_26_drive_0022_sync 784 r\n2011_09_26/2011_09_26_drive_0022_sync 420 l\n2011_09_26/2011_09_26_drive_0022_sync 173 l\n2011_09_26/2011_09_26_drive_0022_sync 714 r\n2011_09_26/2011_09_26_drive_0022_sync 36 l\n2011_09_26/2011_09_26_drive_0022_sync 790 r\n2011_09_26/2011_09_26_drive_0022_sync 298 r\n2011_09_26/2011_09_26_drive_0022_sync 597 l\n2011_09_26/2011_09_26_drive_0022_sync 514 r\n2011_09_26/2011_09_26_drive_0022_sync 544 l\n2011_09_26/2011_09_26_drive_0022_sync 401 r\n2011_09_26/2011_09_26_drive_0022_sync 753 r\n2011_09_26/2011_09_26_drive_0022_sync 154 l\n2011_09_26/2011_09_26_drive_0022_sync 705 r\n2011_09_26/2011_09_26_drive_0022_sync 466 l\n2011_09_26/2011_09_26_drive_0022_sync 243 l\n2011_09_26/2011_09_26_drive_0022_sync 359 r\n2011_09_26/2011_09_26_drive_0022_sync 158 l\n2011_09_26/2011_09_26_drive_0022_sync 184 l\n2011_09_26/2011_09_26_drive_0022_sync 58 r\n2011_09_26/2011_09_26_drive_0022_sync 585 r\n2011_09_26/2011_09_26_drive_0022_sync 188 r\n2011_09_26/2011_09_26_drive_0022_sync 19 r\n2011_09_26/2011_09_26_drive_0022_sync 656 l\n2011_09_26/2011_09_26_drive_0022_sync 333 r\n2011_09_26/2011_09_26_drive_0022_sync 645 r\n2011_09_26/2011_09_26_drive_0022_sync 210 r\n2011_09_26/2011_09_26_drive_0022_sync 723 r\n2011_09_26/2011_09_26_drive_0022_sync 538 l\n2011_09_26/2011_09_26_drive_0022_sync 434 r\n2011_09_26/2011_09_26_drive_0022_sync 233 r\n2011_09_26/2011_09_26_drive_0022_sync 132 r\n2011_09_26/2011_09_26_drive_0022_sync 406 l\n2011_09_26/2011_09_26_drive_0022_sync 466 r\n2011_09_26/2011_09_26_drive_0022_sync 582 l\n2011_09_26/2011_09_26_drive_0022_sync 657 l\n2011_09_26/2011_09_26_drive_0022_sync 534 l\n2011_09_26/2011_09_26_drive_0022_sync 148 l\n2011_09_26/2011_09_26_drive_0022_sync 749 l\n2011_09_26/2011_09_26_drive_0022_sync 199 r\n2011_09_26/2011_09_26_drive_0022_sync 472 l\n2011_09_26/2011_09_26_drive_0022_sync 407 l\n2011_09_26/2011_09_26_drive_0022_sync 513 l\n2011_09_26/2011_09_26_drive_0022_sync 103 r\n2011_09_26/2011_09_26_drive_0022_sync 532 r\n2011_09_26/2011_09_26_drive_0022_sync 603 r\n2011_09_26/2011_09_26_drive_0022_sync 637 l\n2011_09_26/2011_09_26_drive_0022_sync 314 r\n2011_09_26/2011_09_26_drive_0022_sync 495 r\n2011_09_26/2011_09_26_drive_0022_sync 685 r\n2011_09_26/2011_09_26_drive_0022_sync 322 r\n2011_09_26/2011_09_26_drive_0022_sync 634 l\n2011_09_26/2011_09_26_drive_0022_sync 586 r\n2011_09_26/2011_09_26_drive_0022_sync 697 l\n2011_09_26/2011_09_26_drive_0022_sync 512 r\n2011_09_26/2011_09_26_drive_0022_sync 780 l\n2011_09_26/2011_09_26_drive_0022_sync 698 r\n2011_09_26/2011_09_26_drive_0022_sync 499 l\n2011_09_26/2011_09_26_drive_0022_sync 783 r\n2011_09_26/2011_09_26_drive_0022_sync 101 r\n2011_09_26/2011_09_26_drive_0022_sync 118 r\n2011_09_26/2011_09_26_drive_0022_sync 417 r\n2011_09_26/2011_09_26_drive_0022_sync 112 r\n2011_09_26/2011_09_26_drive_0022_sync 673 r\n2011_09_26/2011_09_26_drive_0022_sync 116 l\n2011_09_26/2011_09_26_drive_0022_sync 542 l\n2011_09_26/2011_09_26_drive_0022_sync 270 l\n2011_09_26/2011_09_26_drive_0022_sync 140 r\n2011_09_26/2011_09_26_drive_0022_sync 712 l\n2011_09_26/2011_09_26_drive_0022_sync 596 r\n2011_09_26/2011_09_26_drive_0022_sync 772 l\n2011_09_26/2011_09_26_drive_0022_sync 191 r\n2011_09_26/2011_09_26_drive_0022_sync 378 r\n2011_09_26/2011_09_26_drive_0022_sync 192 l\n2011_09_26/2011_09_26_drive_0022_sync 371 r\n2011_09_26/2011_09_26_drive_0022_sync 669 l\n2011_09_26/2011_09_26_drive_0022_sync 62 l\n2011_09_26/2011_09_26_drive_0022_sync 788 l\n2011_09_26/2011_09_26_drive_0022_sync 365 l\n2011_09_26/2011_09_26_drive_0022_sync 341 r\n2011_09_26/2011_09_26_drive_0022_sync 366 l\n2011_09_26/2011_09_26_drive_0022_sync 516 r\n2011_09_26/2011_09_26_drive_0022_sync 649 r\n2011_09_26/2011_09_26_drive_0022_sync 69 r\n2011_09_26/2011_09_26_drive_0022_sync 722 r\n2011_09_26/2011_09_26_drive_0022_sync 681 r\n2011_09_26/2011_09_26_drive_0022_sync 554 r\n2011_09_26/2011_09_26_drive_0022_sync 329 l\n2011_09_26/2011_09_26_drive_0022_sync 40 l\n2011_09_26/2011_09_26_drive_0022_sync 275 r\n2011_09_26/2011_09_26_drive_0022_sync 365 r\n2011_09_26/2011_09_26_drive_0022_sync 185 r\n2011_09_26/2011_09_26_drive_0022_sync 533 r\n2011_09_26/2011_09_26_drive_0022_sync 661 l\n2011_09_26/2011_09_26_drive_0022_sync 476 l\n2011_09_26/2011_09_26_drive_0022_sync 668 l\n2011_09_26/2011_09_26_drive_0022_sync 517 l\n2011_09_26/2011_09_26_drive_0022_sync 295 l\n2011_09_26/2011_09_26_drive_0022_sync 677 r\n2011_09_26/2011_09_26_drive_0022_sync 269 l\n2011_09_26/2011_09_26_drive_0022_sync 678 r\n2011_09_26/2011_09_26_drive_0022_sync 118 l\n2011_09_26/2011_09_26_drive_0022_sync 283 l\n2011_09_26/2011_09_26_drive_0022_sync 694 l\n2011_09_26/2011_09_26_drive_0022_sync 182 r\n2011_09_26/2011_09_26_drive_0022_sync 467 r\n2011_09_26/2011_09_26_drive_0022_sync 726 l\n2011_09_26/2011_09_26_drive_0022_sync 492 l\n2011_09_26/2011_09_26_drive_0022_sync 330 l\n2011_09_26/2011_09_26_drive_0022_sync 787 l\n2011_09_26/2011_09_26_drive_0022_sync 424 r\n2011_09_26/2011_09_26_drive_0022_sync 528 r\n2011_09_26/2011_09_26_drive_0022_sync 505 r\n2011_09_26/2011_09_26_drive_0022_sync 292 r\n2011_09_26/2011_09_26_drive_0022_sync 771 r\n2011_09_26/2011_09_26_drive_0022_sync 679 l\n2011_09_26/2011_09_26_drive_0022_sync 144 r\n2011_09_26/2011_09_26_drive_0022_sync 747 l\n2011_09_26/2011_09_26_drive_0022_sync 733 l\n2011_09_26/2011_09_26_drive_0022_sync 665 r\n2011_09_26/2011_09_26_drive_0022_sync 429 r\n2011_09_26/2011_09_26_drive_0022_sync 651 r\n2011_09_26/2011_09_26_drive_0022_sync 636 r\n2011_09_26/2011_09_26_drive_0022_sync 268 l\n2011_09_26/2011_09_26_drive_0022_sync 15 r\n2011_09_26/2011_09_26_drive_0022_sync 50 l\n2011_09_26/2011_09_26_drive_0022_sync 701 l\n2011_09_26/2011_09_26_drive_0022_sync 709 r\n2011_09_26/2011_09_26_drive_0022_sync 750 l\n2011_09_26/2011_09_26_drive_0022_sync 89 r\n2011_09_26/2011_09_26_drive_0022_sync 375 r\n2011_09_26/2011_09_26_drive_0022_sync 104 r\n2011_09_26/2011_09_26_drive_0022_sync 530 l\n2011_09_26/2011_09_26_drive_0022_sync 236 r\n2011_09_26/2011_09_26_drive_0022_sync 580 l\n2011_09_26/2011_09_26_drive_0022_sync 155 l\n2011_09_26/2011_09_26_drive_0022_sync 143 r\n2011_09_26/2011_09_26_drive_0022_sync 632 r\n2011_09_26/2011_09_26_drive_0022_sync 357 r\n2011_09_26/2011_09_26_drive_0022_sync 140 l\n2011_09_26/2011_09_26_drive_0022_sync 501 l\n2011_09_26/2011_09_26_drive_0022_sync 318 l\n2011_09_26/2011_09_26_drive_0022_sync 123 r\n2011_09_26/2011_09_26_drive_0022_sync 175 r\n2011_09_26/2011_09_26_drive_0022_sync 331 l\n2011_09_26/2011_09_26_drive_0022_sync 35 l\n2011_09_26/2011_09_26_drive_0022_sync 502 l\n2011_09_26/2011_09_26_drive_0022_sync 113 r\n2011_09_26/2011_09_26_drive_0022_sync 405 l\n2011_09_26/2011_09_26_drive_0022_sync 108 r\n2011_09_26/2011_09_26_drive_0022_sync 702 l\n2011_09_26/2011_09_26_drive_0022_sync 13 l\n2011_09_26/2011_09_26_drive_0022_sync 379 r\n2011_09_26/2011_09_26_drive_0022_sync 288 l\n2011_09_26/2011_09_26_drive_0022_sync 658 l\n2011_09_26/2011_09_26_drive_0022_sync 157 r\n2011_09_26/2011_09_26_drive_0022_sync 78 l\n2011_09_26/2011_09_26_drive_0022_sync 72 l\n2011_09_26/2011_09_26_drive_0022_sync 726 r\n2011_09_26/2011_09_26_drive_0022_sync 725 l\n2011_09_26/2011_09_26_drive_0022_sync 41 r\n2011_09_26/2011_09_26_drive_0022_sync 606 l\n2011_09_26/2011_09_26_drive_0022_sync 248 l\n2011_09_26/2011_09_26_drive_0022_sync 156 l\n2011_09_26/2011_09_26_drive_0022_sync 785 l\n2011_09_26/2011_09_26_drive_0022_sync 178 r\n2011_09_26/2011_09_26_drive_0022_sync 280 r\n2011_09_26/2011_09_26_drive_0022_sync 232 l\n2011_09_26/2011_09_26_drive_0022_sync 737 r\n2011_09_26/2011_09_26_drive_0022_sync 605 r\n2011_09_26/2011_09_26_drive_0022_sync 252 r\n2011_09_26/2011_09_26_drive_0022_sync 779 r\n2011_09_26/2011_09_26_drive_0022_sync 299 r\n2011_09_26/2011_09_26_drive_0022_sync 506 r\n2011_09_26/2011_09_26_drive_0022_sync 409 r\n2011_09_26/2011_09_26_drive_0022_sync 506 l\n2011_09_26/2011_09_26_drive_0022_sync 648 l\n2011_09_26/2011_09_26_drive_0022_sync 734 l\n2011_09_26/2011_09_26_drive_0022_sync 291 r\n2011_09_26/2011_09_26_drive_0022_sync 654 r\n2011_09_26/2011_09_26_drive_0022_sync 648 r\n2011_09_26/2011_09_26_drive_0022_sync 196 l\n2011_09_26/2011_09_26_drive_0022_sync 510 r\n2011_09_26/2011_09_26_drive_0022_sync 795 l\n2011_09_26/2011_09_26_drive_0022_sync 22 l\n2011_09_26/2011_09_26_drive_0022_sync 610 l\n2011_09_26/2011_09_26_drive_0022_sync 480 r\n2011_09_26/2011_09_26_drive_0022_sync 82 r\n2011_09_26/2011_09_26_drive_0022_sync 225 l\n2011_09_26/2011_09_26_drive_0022_sync 392 l\n2011_09_26/2011_09_26_drive_0022_sync 519 l\n2011_09_26/2011_09_26_drive_0022_sync 622 l\n2011_09_26/2011_09_26_drive_0022_sync 537 l\n2011_09_26/2011_09_26_drive_0022_sync 228 l\n2011_09_26/2011_09_26_drive_0022_sync 490 r\n2011_09_26/2011_09_26_drive_0022_sync 782 r\n2011_09_26/2011_09_26_drive_0022_sync 478 l\n2011_09_26/2011_09_26_drive_0022_sync 8 l\n2011_09_26/2011_09_26_drive_0022_sync 73 r\n2011_09_26/2011_09_26_drive_0022_sync 443 l\n2011_09_26/2011_09_26_drive_0022_sync 440 r\n2011_09_26/2011_09_26_drive_0022_sync 60 l\n2011_09_26/2011_09_26_drive_0022_sync 705 l\n2011_09_26/2011_09_26_drive_0022_sync 412 l\n2011_09_26/2011_09_26_drive_0022_sync 662 l\n2011_09_26/2011_09_26_drive_0022_sync 339 r\n2011_09_26/2011_09_26_drive_0022_sync 249 r\n2011_09_26/2011_09_26_drive_0022_sync 355 r\n2011_09_26/2011_09_26_drive_0022_sync 347 l\n2011_09_26/2011_09_26_drive_0022_sync 578 r\n2011_09_26/2011_09_26_drive_0022_sync 558 l\n2011_09_26/2011_09_26_drive_0022_sync 503 r\n2011_09_26/2011_09_26_drive_0022_sync 57 l\n2011_09_26/2011_09_26_drive_0022_sync 505 l\n2011_09_26/2011_09_26_drive_0022_sync 586 l\n2011_09_26/2011_09_26_drive_0022_sync 486 r\n2011_09_26/2011_09_26_drive_0022_sync 485 r\n2011_09_26/2011_09_26_drive_0022_sync 619 l\n2011_09_26/2011_09_26_drive_0022_sync 566 l\n2011_09_26/2011_09_26_drive_0022_sync 98 l\n2011_09_26/2011_09_26_drive_0022_sync 224 l\n2011_09_26/2011_09_26_drive_0022_sync 360 l\n2011_09_26/2011_09_26_drive_0022_sync 788 r\n2011_09_26/2011_09_26_drive_0022_sync 205 l\n2011_09_26/2011_09_26_drive_0022_sync 219 l\n2011_09_26/2011_09_26_drive_0022_sync 180 l\n2011_09_26/2011_09_26_drive_0022_sync 212 r\n2011_09_26/2011_09_26_drive_0022_sync 524 l\n2011_09_26/2011_09_26_drive_0022_sync 762 r\n2011_09_26/2011_09_26_drive_0022_sync 476 r\n2011_09_26/2011_09_26_drive_0022_sync 650 r\n2011_09_26/2011_09_26_drive_0022_sync 103 l\n2011_09_26/2011_09_26_drive_0022_sync 204 r\n2011_09_26/2011_09_26_drive_0022_sync 745 l\n2011_09_26/2011_09_26_drive_0022_sync 696 r\n2011_09_26/2011_09_26_drive_0022_sync 555 r\n2011_09_26/2011_09_26_drive_0022_sync 367 r\n2011_09_26/2011_09_26_drive_0022_sync 215 r\n2011_09_26/2011_09_26_drive_0022_sync 676 r\n2011_09_26/2011_09_26_drive_0022_sync 647 l\n2011_09_26/2011_09_26_drive_0022_sync 335 l\n2011_09_26/2011_09_26_drive_0022_sync 377 r\n2011_09_26/2011_09_26_drive_0022_sync 441 l\n2011_09_26/2011_09_26_drive_0022_sync 679 r\n2011_09_26/2011_09_26_drive_0022_sync 578 l\n2011_09_26/2011_09_26_drive_0022_sync 124 r\n2011_09_26/2011_09_26_drive_0022_sync 667 r\n2011_09_26/2011_09_26_drive_0022_sync 782 l\n2011_09_26/2011_09_26_drive_0022_sync 177 l\n2011_09_26/2011_09_26_drive_0022_sync 661 r\n2011_09_26/2011_09_26_drive_0022_sync 56 r\n2011_09_26/2011_09_26_drive_0022_sync 750 r\n2011_09_26/2011_09_26_drive_0022_sync 763 l\n2011_09_26/2011_09_26_drive_0022_sync 175 l\n2011_09_26/2011_09_26_drive_0022_sync 660 r\n2011_09_26/2011_09_26_drive_0022_sync 119 l\n2011_09_26/2011_09_26_drive_0022_sync 221 r\n2011_09_26/2011_09_26_drive_0022_sync 696 l\n2011_09_26/2011_09_26_drive_0022_sync 666 l\n2011_09_26/2011_09_26_drive_0022_sync 68 l\n2011_09_26/2011_09_26_drive_0022_sync 618 l\n2011_09_26/2011_09_26_drive_0022_sync 448 l\n2011_09_26/2011_09_26_drive_0022_sync 563 l\n2011_09_26/2011_09_26_drive_0022_sync 639 l\n2011_09_26/2011_09_26_drive_0022_sync 145 l\n2011_09_26/2011_09_26_drive_0022_sync 762 l\n2011_09_26/2011_09_26_drive_0022_sync 399 l\n2011_09_26/2011_09_26_drive_0022_sync 389 r\n2011_09_26/2011_09_26_drive_0022_sync 142 l\n2011_09_26/2011_09_26_drive_0022_sync 444 r\n2011_09_26/2011_09_26_drive_0022_sync 625 r\n2011_09_26/2011_09_26_drive_0022_sync 451 r\n2011_09_26/2011_09_26_drive_0022_sync 529 l\n2011_09_26/2011_09_26_drive_0022_sync 474 r\n2011_09_26/2011_09_26_drive_0022_sync 742 r\n2011_09_26/2011_09_26_drive_0022_sync 752 l\n2011_09_26/2011_09_26_drive_0022_sync 520 l\n2011_09_26/2011_09_26_drive_0022_sync 306 r\n2011_09_26/2011_09_26_drive_0022_sync 30 r\n2011_09_26/2011_09_26_drive_0022_sync 67 l\n2011_09_26/2011_09_26_drive_0022_sync 733 r\n2011_09_26/2011_09_26_drive_0022_sync 207 r\n2011_09_26/2011_09_26_drive_0022_sync 361 l\n2011_09_26/2011_09_26_drive_0022_sync 287 l\n2011_09_26/2011_09_26_drive_0022_sync 507 r\n2011_09_26/2011_09_26_drive_0022_sync 777 l\n2011_09_26/2011_09_26_drive_0022_sync 537 r\n2011_09_26/2011_09_26_drive_0022_sync 303 l\n2011_09_26/2011_09_26_drive_0022_sync 778 r\n2011_09_26/2011_09_26_drive_0022_sync 271 r\n2011_09_26/2011_09_26_drive_0022_sync 716 r\n2011_09_26/2011_09_26_drive_0022_sync 710 r\n2011_09_26/2011_09_26_drive_0022_sync 230 r\n2011_09_26/2011_09_26_drive_0022_sync 414 r\n2011_09_26/2011_09_26_drive_0022_sync 88 l\n2011_09_26/2011_09_26_drive_0022_sync 263 l\n2011_09_26/2011_09_26_drive_0022_sync 572 r\n2011_09_26/2011_09_26_drive_0022_sync 527 r\n2011_09_26/2011_09_26_drive_0022_sync 445 r\n2011_09_26/2011_09_26_drive_0022_sync 167 r\n2011_09_26/2011_09_26_drive_0022_sync 403 l\n2011_09_26/2011_09_26_drive_0022_sync 368 r\n2011_09_26/2011_09_26_drive_0022_sync 400 r\n2011_09_26/2011_09_26_drive_0022_sync 438 r\n2011_09_26/2011_09_26_drive_0022_sync 410 l\n2011_09_26/2011_09_26_drive_0022_sync 165 r\n2011_09_26/2011_09_26_drive_0022_sync 486 l\n2011_09_26/2011_09_26_drive_0022_sync 227 l\n2011_09_26/2011_09_26_drive_0022_sync 26 r\n2011_09_26/2011_09_26_drive_0022_sync 31 r\n2011_09_26/2011_09_26_drive_0022_sync 331 r\n2011_09_26/2011_09_26_drive_0022_sync 479 l\n2011_09_26/2011_09_26_drive_0022_sync 194 l\n2011_09_26/2011_09_26_drive_0022_sync 721 l\n2011_09_26/2011_09_26_drive_0022_sync 438 l\n2011_09_26/2011_09_26_drive_0022_sync 226 r\n2011_09_26/2011_09_26_drive_0022_sync 485 l\n2011_09_26/2011_09_26_drive_0022_sync 454 l\n2011_09_26/2011_09_26_drive_0022_sync 302 r\n2011_09_26/2011_09_26_drive_0022_sync 600 r\n2011_09_26/2011_09_26_drive_0022_sync 217 r\n2011_09_26/2011_09_26_drive_0022_sync 289 l\n2011_09_26/2011_09_26_drive_0022_sync 311 r\n2011_09_26/2011_09_26_drive_0022_sync 573 r\n2011_09_26/2011_09_26_drive_0022_sync 109 r\n2011_09_26/2011_09_26_drive_0022_sync 707 l\n2011_09_26/2011_09_26_drive_0022_sync 449 r\n2011_09_26/2011_09_26_drive_0022_sync 616 r\n2011_09_26/2011_09_26_drive_0022_sync 381 r\n2011_09_26/2011_09_26_drive_0022_sync 764 l\n2011_09_26/2011_09_26_drive_0022_sync 592 l\n2011_09_26/2011_09_26_drive_0022_sync 599 r\n2011_09_26/2011_09_26_drive_0022_sync 122 l\n2011_09_26/2011_09_26_drive_0022_sync 180 r\n2011_09_26/2011_09_26_drive_0022_sync 53 r\n2011_09_26/2011_09_26_drive_0022_sync 500 r\n2011_09_26/2011_09_26_drive_0022_sync 106 r\n2011_09_26/2011_09_26_drive_0022_sync 521 l\n2011_09_26/2011_09_26_drive_0022_sync 87 r\n2011_09_26/2011_09_26_drive_0022_sync 543 l\n2011_09_26/2011_09_26_drive_0022_sync 654 l\n2011_09_26/2011_09_26_drive_0022_sync 497 l\n2011_09_26/2011_09_26_drive_0022_sync 731 l\n2011_09_26/2011_09_26_drive_0022_sync 633 r\n2011_09_26/2011_09_26_drive_0022_sync 394 l\n2011_09_26/2011_09_26_drive_0022_sync 426 r\n2011_09_26/2011_09_26_drive_0022_sync 664 l\n2011_09_26/2011_09_26_drive_0022_sync 553 r\n2011_09_26/2011_09_26_drive_0022_sync 325 r\n2011_09_26/2011_09_26_drive_0022_sync 791 r\n2011_09_26/2011_09_26_drive_0022_sync 507 l\n2011_09_26/2011_09_26_drive_0022_sync 209 r\n2011_09_26/2011_09_26_drive_0022_sync 732 r\n2011_09_26/2011_09_26_drive_0022_sync 676 l\n2011_09_26/2011_09_26_drive_0022_sync 418 r\n2011_09_26/2011_09_26_drive_0022_sync 758 l\n2011_09_26/2011_09_26_drive_0022_sync 264 l\n2011_09_26/2011_09_26_drive_0022_sync 542 r\n2011_09_26/2011_09_26_drive_0022_sync 57 r\n2011_09_26/2011_09_26_drive_0022_sync 313 r\n2011_09_26/2011_09_26_drive_0022_sync 755 r\n2011_09_26/2011_09_26_drive_0022_sync 620 l\n2011_09_26/2011_09_26_drive_0022_sync 323 r\n2011_09_26/2011_09_26_drive_0022_sync 169 r\n2011_09_26/2011_09_26_drive_0022_sync 47 l\n2011_09_26/2011_09_26_drive_0022_sync 754 r\n2011_09_26/2011_09_26_drive_0022_sync 231 r\n2011_09_26/2011_09_26_drive_0022_sync 590 l\n2011_09_26/2011_09_26_drive_0022_sync 340 r\n2011_09_26/2011_09_26_drive_0022_sync 369 l\n2011_09_26/2011_09_26_drive_0022_sync 614 l\n2011_09_26/2011_09_26_drive_0022_sync 739 l\n2011_09_26/2011_09_26_drive_0022_sync 641 r\n2011_09_26/2011_09_26_drive_0022_sync 538 r\n2011_09_26/2011_09_26_drive_0022_sync 24 r\n2011_09_26/2011_09_26_drive_0022_sync 105 r\n2011_09_26/2011_09_26_drive_0022_sync 622 r\n2011_09_26/2011_09_26_drive_0022_sync 53 l\n2011_09_26/2011_09_26_drive_0022_sync 347 r\n2011_09_26/2011_09_26_drive_0022_sync 44 l\n2011_09_26/2011_09_26_drive_0022_sync 291 l\n2011_09_26/2011_09_26_drive_0022_sync 114 l\n2011_09_26/2011_09_26_drive_0022_sync 274 r\n2011_09_26/2011_09_26_drive_0022_sync 482 r\n2011_09_26/2011_09_26_drive_0022_sync 42 r\n2011_09_26/2011_09_26_drive_0022_sync 429 l\n2011_09_26/2011_09_26_drive_0022_sync 459 r\n2011_09_26/2011_09_26_drive_0022_sync 625 l\n2011_09_26/2011_09_26_drive_0022_sync 610 r\n2011_09_26/2011_09_26_drive_0022_sync 701 r\n2011_09_26/2011_09_26_drive_0022_sync 322 l\n2011_09_26/2011_09_26_drive_0022_sync 166 r\n2011_09_26/2011_09_26_drive_0022_sync 111 r\n2011_09_26/2011_09_26_drive_0022_sync 356 l\n2011_09_26/2011_09_26_drive_0022_sync 471 l\n2011_09_26/2011_09_26_drive_0022_sync 743 r\n2011_09_26/2011_09_26_drive_0022_sync 584 l\n2011_09_26/2011_09_26_drive_0022_sync 65 r\n2011_09_26/2011_09_26_drive_0022_sync 101 l\n2011_09_26/2011_09_26_drive_0022_sync 582 r\n2011_09_26/2011_09_26_drive_0022_sync 308 l\n2011_09_26/2011_09_26_drive_0022_sync 640 r\n2011_09_26/2011_09_26_drive_0022_sync 29 l\n2011_09_26/2011_09_26_drive_0022_sync 549 l\n2011_09_26/2011_09_26_drive_0022_sync 372 r\n2011_09_26/2011_09_26_drive_0022_sync 431 l\n2011_09_26/2011_09_26_drive_0022_sync 333 l\n2011_09_26/2011_09_26_drive_0022_sync 131 l\n2011_09_26/2011_09_26_drive_0022_sync 683 r\n2011_09_26/2011_09_26_drive_0022_sync 146 l\n2011_09_26/2011_09_26_drive_0022_sync 343 l\n2011_09_26/2011_09_26_drive_0022_sync 767 l\n2011_09_26/2011_09_26_drive_0022_sync 267 l\n2011_09_26/2011_09_26_drive_0022_sync 401 l\n2011_09_26/2011_09_26_drive_0022_sync 388 l\n2011_09_26/2011_09_26_drive_0022_sync 319 l\n2011_09_26/2011_09_26_drive_0022_sync 195 r\n2011_09_26/2011_09_26_drive_0022_sync 18 l\n2011_09_26/2011_09_26_drive_0022_sync 398 l\n2011_09_26/2011_09_26_drive_0022_sync 321 l\n2011_09_26/2011_09_26_drive_0022_sync 612 l\n2011_09_26/2011_09_26_drive_0022_sync 774 l\n2011_09_26/2011_09_26_drive_0022_sync 508 l\n2011_09_26/2011_09_26_drive_0022_sync 273 r\n2011_09_26/2011_09_26_drive_0022_sync 589 r\n2011_09_26/2011_09_26_drive_0022_sync 351 l\n2011_09_26/2011_09_26_drive_0022_sync 711 l\n2011_09_26/2011_09_26_drive_0022_sync 683 l\n2011_09_26/2011_09_26_drive_0022_sync 406 r\n2011_09_26/2011_09_26_drive_0022_sync 104 l\n2011_09_26/2011_09_26_drive_0022_sync 324 l\n2011_09_26/2011_09_26_drive_0022_sync 145 r\n2011_09_26/2011_09_26_drive_0022_sync 413 l\n2011_09_26/2011_09_26_drive_0022_sync 559 r\n2011_09_26/2011_09_26_drive_0022_sync 54 r\n2011_09_26/2011_09_26_drive_0022_sync 491 l\n2011_09_26/2011_09_26_drive_0022_sync 232 r\n2011_09_26/2011_09_26_drive_0022_sync 46 r\n2011_09_26/2011_09_26_drive_0022_sync 294 l\n2011_09_26/2011_09_26_drive_0022_sync 308 r\n2011_09_26/2011_09_26_drive_0022_sync 785 r\n2011_09_26/2011_09_26_drive_0022_sync 511 l\n2011_09_26/2011_09_26_drive_0022_sync 613 r\n2011_09_26/2011_09_26_drive_0022_sync 795 r\n2011_09_26/2011_09_26_drive_0022_sync 6 l\n2011_09_26/2011_09_26_drive_0022_sync 21 r\n2011_09_26/2011_09_26_drive_0022_sync 87 l\n2011_09_26/2011_09_26_drive_0022_sync 273 l\n2011_09_26/2011_09_26_drive_0022_sync 405 r\n2011_09_26/2011_09_26_drive_0022_sync 674 r\n2011_09_26/2011_09_26_drive_0022_sync 490 l\n2011_09_26/2011_09_26_drive_0022_sync 754 l\n2011_09_26/2011_09_26_drive_0022_sync 587 l\n2011_09_26/2011_09_26_drive_0022_sync 243 r\n2011_09_26/2011_09_26_drive_0022_sync 11 r\n2011_09_26/2011_09_26_drive_0022_sync 431 r\n2011_09_26/2011_09_26_drive_0022_sync 402 l\n2011_09_26/2011_09_26_drive_0022_sync 137 l\n2011_09_26/2011_09_26_drive_0022_sync 682 r\n2011_09_26/2011_09_26_drive_0022_sync 730 r\n2011_09_26/2011_09_26_drive_0022_sync 339 l\n2011_09_26/2011_09_26_drive_0022_sync 461 l\n2011_09_26/2011_09_26_drive_0022_sync 14 l\n2011_09_26/2011_09_26_drive_0022_sync 305 r\n2011_09_26/2011_09_26_drive_0022_sync 633 l\n2011_09_26/2011_09_26_drive_0022_sync 10 l\n2011_09_26/2011_09_26_drive_0022_sync 570 r\n2011_09_26/2011_09_26_drive_0022_sync 231 l\n2011_09_26/2011_09_26_drive_0022_sync 425 r\n2011_09_26/2011_09_26_drive_0022_sync 163 r\n2011_09_26/2011_09_26_drive_0022_sync 32 l\n2011_09_26/2011_09_26_drive_0022_sync 345 l\n2011_09_26/2011_09_26_drive_0022_sync 434 l\n2011_09_26/2011_09_26_drive_0022_sync 12 r\n2011_09_26/2011_09_26_drive_0022_sync 484 r\n2011_09_26/2011_09_26_drive_0022_sync 759 r\n2011_09_26/2011_09_26_drive_0022_sync 239 r\n2011_09_26/2011_09_26_drive_0022_sync 28 l\n2011_09_26/2011_09_26_drive_0022_sync 552 l\n2011_09_26/2011_09_26_drive_0022_sync 766 l\n2011_09_26/2011_09_26_drive_0022_sync 336 r\n2011_09_26/2011_09_26_drive_0022_sync 584 r\n2011_09_26/2011_09_26_drive_0022_sync 424 l\n2011_09_26/2011_09_26_drive_0022_sync 288 r\n2011_09_26/2011_09_26_drive_0022_sync 176 l\n2011_09_26/2011_09_26_drive_0022_sync 470 l\n2011_09_26/2011_09_26_drive_0022_sync 411 r\n2011_09_26/2011_09_26_drive_0022_sync 777 r\n2011_09_26/2011_09_26_drive_0022_sync 342 l\n2011_09_26/2011_09_26_drive_0022_sync 105 l\n2011_09_26/2011_09_26_drive_0022_sync 658 r\n2011_09_26/2011_09_26_drive_0022_sync 525 r\n2011_09_26/2011_09_26_drive_0022_sync 545 l\n2011_09_26/2011_09_26_drive_0022_sync 316 r\n2011_09_26/2011_09_26_drive_0022_sync 245 l\n2011_09_26/2011_09_26_drive_0022_sync 439 r\n2011_09_26/2011_09_26_drive_0022_sync 237 r\n2011_09_26/2011_09_26_drive_0022_sync 672 r\n2011_09_26/2011_09_26_drive_0022_sync 129 r\n2011_09_26/2011_09_26_drive_0022_sync 409 l\n2011_09_26/2011_09_26_drive_0022_sync 38 l\n2011_09_26/2011_09_26_drive_0022_sync 643 r\n2011_09_26/2011_09_26_drive_0022_sync 74 r\n2011_09_26/2011_09_26_drive_0022_sync 377 l\n2011_09_26/2011_09_26_drive_0022_sync 449 l\n2011_09_26/2011_09_26_drive_0022_sync 641 l\n2011_09_29/2011_09_29_drive_0026_sync 14 r\n2011_09_29/2011_09_29_drive_0026_sync 7 r\n2011_09_29/2011_09_29_drive_0026_sync 21 r\n2011_09_29/2011_09_29_drive_0026_sync 34 l\n2011_09_29/2011_09_29_drive_0026_sync 11 r\n2011_09_29/2011_09_29_drive_0026_sync 34 r\n2011_09_29/2011_09_29_drive_0026_sync 13 l\n2011_09_29/2011_09_29_drive_0026_sync 10 r\n2011_09_29/2011_09_29_drive_0026_sync 20 l\n2011_09_29/2011_09_29_drive_0026_sync 16 l\n2011_09_29/2011_09_29_drive_0026_sync 22 l\n2011_09_29/2011_09_29_drive_0026_sync 19 l\n2011_09_29/2011_09_29_drive_0026_sync 16 r\n2011_09_29/2011_09_29_drive_0026_sync 8 r\n2011_09_29/2011_09_29_drive_0026_sync 21 l\n2011_09_29/2011_09_29_drive_0026_sync 5 l\n2011_09_29/2011_09_29_drive_0026_sync 9 r\n2011_09_29/2011_09_29_drive_0026_sync 14 l\n2011_09_29/2011_09_29_drive_0026_sync 17 r\n2011_09_29/2011_09_29_drive_0026_sync 4 l\n2011_09_29/2011_09_29_drive_0026_sync 17 l\n2011_09_29/2011_09_29_drive_0026_sync 8 l\n2011_09_29/2011_09_29_drive_0026_sync 6 l\n2011_09_29/2011_09_29_drive_0026_sync 20 r\n2011_09_29/2011_09_29_drive_0026_sync 4 r\n2011_09_29/2011_09_29_drive_0026_sync 6 r\n2011_09_29/2011_09_29_drive_0026_sync 12 l\n2011_09_29/2011_09_29_drive_0026_sync 3 r\n2011_09_29/2011_09_29_drive_0026_sync 10 l\n2011_09_29/2011_09_29_drive_0026_sync 35 l\n2011_09_29/2011_09_29_drive_0026_sync 19 r\n2011_09_29/2011_09_29_drive_0026_sync 35 r\n2011_09_29/2011_09_29_drive_0026_sync 9 l\n2011_09_29/2011_09_29_drive_0026_sync 15 l\n2011_09_29/2011_09_29_drive_0026_sync 5 r\n2011_09_29/2011_09_29_drive_0026_sync 15 r\n2011_09_29/2011_09_29_drive_0026_sync 13 r\n2011_09_29/2011_09_29_drive_0026_sync 22 r\n2011_09_29/2011_09_29_drive_0026_sync 3 l\n2011_09_29/2011_09_29_drive_0026_sync 11 l\n2011_09_29/2011_09_29_drive_0026_sync 7 l\n2011_09_29/2011_09_29_drive_0026_sync 12 r\n2011_09_29/2011_09_29_drive_0026_sync 18 l\n2011_09_29/2011_09_29_drive_0026_sync 18 r\n2011_09_26/2011_09_26_drive_0087_sync 185 r\n2011_09_26/2011_09_26_drive_0087_sync 331 r\n2011_09_26/2011_09_26_drive_0087_sync 363 l\n2011_09_26/2011_09_26_drive_0087_sync 295 l\n2011_09_26/2011_09_26_drive_0087_sync 210 r\n2011_09_26/2011_09_26_drive_0087_sync 647 l\n2011_09_26/2011_09_26_drive_0087_sync 155 l\n2011_09_26/2011_09_26_drive_0087_sync 236 l\n2011_09_26/2011_09_26_drive_0087_sync 651 l\n2011_09_26/2011_09_26_drive_0087_sync 252 l\n2011_09_26/2011_09_26_drive_0087_sync 112 l\n2011_09_26/2011_09_26_drive_0087_sync 356 l\n2011_09_26/2011_09_26_drive_0087_sync 464 l\n2011_09_26/2011_09_26_drive_0087_sync 408 l\n2011_09_26/2011_09_26_drive_0087_sync 237 l\n2011_09_26/2011_09_26_drive_0087_sync 244 r\n2011_09_26/2011_09_26_drive_0087_sync 361 r\n2011_09_26/2011_09_26_drive_0087_sync 366 r\n2011_09_26/2011_09_26_drive_0087_sync 580 l\n2011_09_26/2011_09_26_drive_0087_sync 38 r\n2011_09_26/2011_09_26_drive_0087_sync 666 l\n2011_09_26/2011_09_26_drive_0087_sync 509 l\n2011_09_26/2011_09_26_drive_0087_sync 510 l\n2011_09_26/2011_09_26_drive_0087_sync 314 r\n2011_09_26/2011_09_26_drive_0087_sync 458 l\n2011_09_26/2011_09_26_drive_0087_sync 277 l\n2011_09_26/2011_09_26_drive_0087_sync 652 r\n2011_09_26/2011_09_26_drive_0087_sync 356 r\n2011_09_26/2011_09_26_drive_0087_sync 568 r\n2011_09_26/2011_09_26_drive_0087_sync 495 l\n2011_09_26/2011_09_26_drive_0087_sync 140 l\n2011_09_26/2011_09_26_drive_0087_sync 302 l\n2011_09_26/2011_09_26_drive_0087_sync 524 l\n2011_09_26/2011_09_26_drive_0087_sync 93 l\n2011_09_26/2011_09_26_drive_0087_sync 712 l\n2011_09_26/2011_09_26_drive_0087_sync 516 l\n2011_09_26/2011_09_26_drive_0087_sync 337 l\n2011_09_26/2011_09_26_drive_0087_sync 660 l\n2011_09_26/2011_09_26_drive_0087_sync 621 l\n2011_09_26/2011_09_26_drive_0087_sync 546 r\n2011_09_26/2011_09_26_drive_0087_sync 88 r\n2011_09_26/2011_09_26_drive_0087_sync 239 r\n2011_09_26/2011_09_26_drive_0087_sync 656 r\n2011_09_26/2011_09_26_drive_0087_sync 426 r\n2011_09_26/2011_09_26_drive_0087_sync 370 r\n2011_09_26/2011_09_26_drive_0087_sync 536 r\n2011_09_26/2011_09_26_drive_0087_sync 419 l\n2011_09_26/2011_09_26_drive_0087_sync 37 r\n2011_09_26/2011_09_26_drive_0087_sync 634 r\n2011_09_26/2011_09_26_drive_0087_sync 75 r\n2011_09_26/2011_09_26_drive_0087_sync 172 r\n2011_09_26/2011_09_26_drive_0087_sync 353 l\n2011_09_26/2011_09_26_drive_0087_sync 155 r\n2011_09_26/2011_09_26_drive_0087_sync 450 r\n2011_09_26/2011_09_26_drive_0087_sync 344 r\n2011_09_26/2011_09_26_drive_0087_sync 28 l\n2011_09_26/2011_09_26_drive_0087_sync 664 r\n2011_09_26/2011_09_26_drive_0087_sync 420 r\n2011_09_26/2011_09_26_drive_0087_sync 413 l\n2011_09_26/2011_09_26_drive_0087_sync 238 r\n2011_09_26/2011_09_26_drive_0087_sync 474 l\n2011_09_26/2011_09_26_drive_0087_sync 386 l\n2011_09_26/2011_09_26_drive_0087_sync 217 r\n2011_09_26/2011_09_26_drive_0087_sync 193 l\n2011_09_26/2011_09_26_drive_0087_sync 518 r\n2011_09_26/2011_09_26_drive_0087_sync 173 l\n2011_09_26/2011_09_26_drive_0087_sync 402 r\n2011_09_26/2011_09_26_drive_0087_sync 270 r\n2011_09_26/2011_09_26_drive_0087_sync 300 r\n2011_09_26/2011_09_26_drive_0087_sync 609 r\n2011_09_26/2011_09_26_drive_0087_sync 47 l\n2011_09_26/2011_09_26_drive_0087_sync 578 l\n2011_09_26/2011_09_26_drive_0087_sync 73 l\n2011_09_26/2011_09_26_drive_0087_sync 569 l\n2011_09_26/2011_09_26_drive_0087_sync 683 l\n2011_09_26/2011_09_26_drive_0087_sync 291 r\n2011_09_26/2011_09_26_drive_0087_sync 374 l\n2011_09_26/2011_09_26_drive_0087_sync 578 r\n2011_09_26/2011_09_26_drive_0087_sync 186 r\n2011_09_26/2011_09_26_drive_0087_sync 459 r\n2011_09_26/2011_09_26_drive_0087_sync 199 l\n2011_09_26/2011_09_26_drive_0087_sync 167 l\n2011_09_26/2011_09_26_drive_0087_sync 433 l\n2011_09_26/2011_09_26_drive_0087_sync 285 r\n2011_09_26/2011_09_26_drive_0087_sync 418 r\n2011_09_26/2011_09_26_drive_0087_sync 498 r\n2011_09_26/2011_09_26_drive_0087_sync 326 r\n2011_09_26/2011_09_26_drive_0087_sync 239 l\n2011_09_26/2011_09_26_drive_0087_sync 580 r\n2011_09_26/2011_09_26_drive_0087_sync 583 r\n2011_09_26/2011_09_26_drive_0087_sync 13 l\n2011_09_26/2011_09_26_drive_0087_sync 590 r\n2011_09_26/2011_09_26_drive_0087_sync 589 l\n2011_09_26/2011_09_26_drive_0087_sync 695 r\n2011_09_26/2011_09_26_drive_0087_sync 147 l\n2011_09_26/2011_09_26_drive_0087_sync 20 l\n2011_09_26/2011_09_26_drive_0087_sync 442 l\n2011_09_26/2011_09_26_drive_0087_sync 336 l\n2011_09_26/2011_09_26_drive_0087_sync 701 r\n2011_09_26/2011_09_26_drive_0087_sync 365 r\n2011_09_26/2011_09_26_drive_0087_sync 236 r\n2011_09_26/2011_09_26_drive_0087_sync 601 l\n2011_09_26/2011_09_26_drive_0087_sync 533 r\n2011_09_26/2011_09_26_drive_0087_sync 674 r\n2011_09_26/2011_09_26_drive_0087_sync 160 l\n2011_09_26/2011_09_26_drive_0087_sync 716 l\n2011_09_26/2011_09_26_drive_0087_sync 149 r\n2011_09_26/2011_09_26_drive_0087_sync 557 l\n2011_09_26/2011_09_26_drive_0087_sync 175 l\n2011_09_26/2011_09_26_drive_0087_sync 655 r\n2011_09_26/2011_09_26_drive_0087_sync 372 l\n2011_09_26/2011_09_26_drive_0087_sync 634 l\n2011_09_26/2011_09_26_drive_0087_sync 106 l\n2011_09_26/2011_09_26_drive_0087_sync 571 l\n2011_09_26/2011_09_26_drive_0087_sync 660 r\n2011_09_26/2011_09_26_drive_0087_sync 305 l\n2011_09_26/2011_09_26_drive_0087_sync 288 r\n2011_09_26/2011_09_26_drive_0087_sync 15 l\n2011_09_26/2011_09_26_drive_0087_sync 91 r\n2011_09_26/2011_09_26_drive_0087_sync 453 r\n2011_09_26/2011_09_26_drive_0087_sync 683 r\n2011_09_26/2011_09_26_drive_0087_sync 375 l\n2011_09_26/2011_09_26_drive_0087_sync 720 l\n2011_09_26/2011_09_26_drive_0087_sync 374 r\n2011_09_26/2011_09_26_drive_0087_sync 400 l\n2011_09_26/2011_09_26_drive_0087_sync 104 r\n2011_09_26/2011_09_26_drive_0087_sync 117 l\n2011_09_26/2011_09_26_drive_0087_sync 38 l\n2011_09_26/2011_09_26_drive_0087_sync 472 l\n2011_09_26/2011_09_26_drive_0087_sync 676 r\n2011_09_26/2011_09_26_drive_0087_sync 170 r\n2011_09_26/2011_09_26_drive_0087_sync 640 l\n2011_09_26/2011_09_26_drive_0087_sync 690 l\n2011_09_26/2011_09_26_drive_0087_sync 15 r\n2011_09_26/2011_09_26_drive_0087_sync 422 r\n2011_09_26/2011_09_26_drive_0087_sync 218 r\n2011_09_26/2011_09_26_drive_0087_sync 18 l\n2011_09_26/2011_09_26_drive_0087_sync 423 l\n2011_09_26/2011_09_26_drive_0087_sync 454 r\n2011_09_26/2011_09_26_drive_0087_sync 703 l\n2011_09_26/2011_09_26_drive_0087_sync 310 l\n2011_09_26/2011_09_26_drive_0087_sync 544 r\n2011_09_26/2011_09_26_drive_0087_sync 685 r\n2011_09_26/2011_09_26_drive_0087_sync 200 r\n2011_09_26/2011_09_26_drive_0087_sync 396 l\n2011_09_26/2011_09_26_drive_0087_sync 477 r\n2011_09_26/2011_09_26_drive_0087_sync 146 r\n2011_09_26/2011_09_26_drive_0087_sync 489 l\n2011_09_26/2011_09_26_drive_0087_sync 614 l\n2011_09_26/2011_09_26_drive_0087_sync 619 r\n2011_09_26/2011_09_26_drive_0087_sync 33 r\n2011_09_26/2011_09_26_drive_0087_sync 318 r\n2011_09_26/2011_09_26_drive_0087_sync 463 r\n2011_09_26/2011_09_26_drive_0087_sync 177 r\n2011_09_26/2011_09_26_drive_0087_sync 372 r\n2011_09_26/2011_09_26_drive_0087_sync 309 l\n2011_09_26/2011_09_26_drive_0087_sync 5 l\n2011_09_26/2011_09_26_drive_0087_sync 422 l\n2011_09_26/2011_09_26_drive_0087_sync 521 r\n2011_09_26/2011_09_26_drive_0087_sync 294 l\n2011_09_26/2011_09_26_drive_0087_sync 399 r\n2011_09_26/2011_09_26_drive_0087_sync 631 r\n2011_09_26/2011_09_26_drive_0087_sync 425 r\n2011_09_26/2011_09_26_drive_0087_sync 655 l\n2011_09_26/2011_09_26_drive_0087_sync 630 l\n2011_09_26/2011_09_26_drive_0087_sync 653 l\n2011_09_26/2011_09_26_drive_0087_sync 646 l\n2011_09_26/2011_09_26_drive_0087_sync 12 l\n2011_09_26/2011_09_26_drive_0087_sync 532 l\n2011_09_26/2011_09_26_drive_0087_sync 617 l\n2011_09_26/2011_09_26_drive_0087_sync 255 l\n2011_09_26/2011_09_26_drive_0087_sync 32 l\n2011_09_26/2011_09_26_drive_0087_sync 378 l\n2011_09_26/2011_09_26_drive_0087_sync 265 r\n2011_09_26/2011_09_26_drive_0087_sync 463 l\n2011_09_26/2011_09_26_drive_0087_sync 201 r\n2011_09_26/2011_09_26_drive_0087_sync 247 l\n2011_09_26/2011_09_26_drive_0087_sync 472 r\n2011_09_26/2011_09_26_drive_0087_sync 496 r\n2011_09_26/2011_09_26_drive_0087_sync 115 r\n2011_09_26/2011_09_26_drive_0087_sync 637 l\n2011_09_26/2011_09_26_drive_0087_sync 301 l\n2011_09_26/2011_09_26_drive_0087_sync 719 r\n2011_09_26/2011_09_26_drive_0087_sync 635 r\n2011_09_26/2011_09_26_drive_0087_sync 66 l\n2011_09_26/2011_09_26_drive_0087_sync 505 l\n2011_09_26/2011_09_26_drive_0087_sync 86 l\n2011_09_26/2011_09_26_drive_0087_sync 667 r\n2011_09_26/2011_09_26_drive_0087_sync 674 l\n2011_09_26/2011_09_26_drive_0087_sync 231 l\n2011_09_26/2011_09_26_drive_0087_sync 138 r\n2011_09_26/2011_09_26_drive_0087_sync 63 r\n2011_09_26/2011_09_26_drive_0087_sync 241 r\n2011_09_26/2011_09_26_drive_0087_sync 591 r\n2011_09_26/2011_09_26_drive_0087_sync 332 r\n2011_09_26/2011_09_26_drive_0087_sync 559 l\n2011_09_26/2011_09_26_drive_0087_sync 693 r\n2011_09_26/2011_09_26_drive_0087_sync 498 l\n2011_09_26/2011_09_26_drive_0087_sync 51 l\n2011_09_26/2011_09_26_drive_0087_sync 682 r\n2011_09_26/2011_09_26_drive_0087_sync 567 l\n2011_09_26/2011_09_26_drive_0087_sync 127 r\n2011_09_26/2011_09_26_drive_0087_sync 98 l\n2011_09_26/2011_09_26_drive_0087_sync 399 l\n2011_09_26/2011_09_26_drive_0087_sync 566 l\n2011_09_26/2011_09_26_drive_0087_sync 164 l\n2011_09_26/2011_09_26_drive_0087_sync 696 l\n2011_09_26/2011_09_26_drive_0087_sync 169 r\n2011_09_26/2011_09_26_drive_0087_sync 455 r\n2011_09_26/2011_09_26_drive_0087_sync 9 r\n2011_09_26/2011_09_26_drive_0087_sync 49 l\n2011_09_26/2011_09_26_drive_0087_sync 251 l\n2011_09_26/2011_09_26_drive_0087_sync 205 l\n2011_09_26/2011_09_26_drive_0087_sync 357 r\n2011_09_26/2011_09_26_drive_0087_sync 358 r\n2011_09_26/2011_09_26_drive_0087_sync 177 l\n2011_09_26/2011_09_26_drive_0087_sync 176 l\n2011_09_26/2011_09_26_drive_0087_sync 618 r\n2011_09_26/2011_09_26_drive_0087_sync 331 l\n2011_09_26/2011_09_26_drive_0087_sync 386 r\n2011_09_26/2011_09_26_drive_0087_sync 250 r\n2011_09_26/2011_09_26_drive_0087_sync 429 r\n2011_09_26/2011_09_26_drive_0087_sync 522 l\n2011_09_26/2011_09_26_drive_0087_sync 44 r\n2011_09_26/2011_09_26_drive_0087_sync 194 l\n2011_09_26/2011_09_26_drive_0087_sync 269 l\n2011_09_26/2011_09_26_drive_0087_sync 688 r\n2011_09_26/2011_09_26_drive_0087_sync 608 r\n2011_09_26/2011_09_26_drive_0087_sync 70 l\n2011_09_26/2011_09_26_drive_0087_sync 689 l\n2011_09_26/2011_09_26_drive_0087_sync 705 r\n2011_09_26/2011_09_26_drive_0087_sync 4 l\n2011_09_26/2011_09_26_drive_0087_sync 385 r\n2011_09_26/2011_09_26_drive_0087_sync 429 l\n2011_09_26/2011_09_26_drive_0087_sync 201 l\n2011_09_26/2011_09_26_drive_0087_sync 102 l\n2011_09_26/2011_09_26_drive_0087_sync 244 l\n2011_09_26/2011_09_26_drive_0087_sync 163 r\n2011_09_26/2011_09_26_drive_0087_sync 558 l\n2011_09_26/2011_09_26_drive_0087_sync 630 r\n2011_09_26/2011_09_26_drive_0087_sync 565 r\n2011_09_26/2011_09_26_drive_0087_sync 560 r\n2011_09_26/2011_09_26_drive_0087_sync 228 r\n2011_09_26/2011_09_26_drive_0087_sync 583 l\n2011_09_26/2011_09_26_drive_0087_sync 198 r\n2011_09_26/2011_09_26_drive_0087_sync 539 l\n2011_09_26/2011_09_26_drive_0087_sync 240 l\n2011_09_26/2011_09_26_drive_0087_sync 300 l\n2011_09_26/2011_09_26_drive_0087_sync 452 r\n2011_09_26/2011_09_26_drive_0087_sync 614 r\n2011_09_26/2011_09_26_drive_0087_sync 78 r\n2011_09_26/2011_09_26_drive_0087_sync 410 r\n2011_09_26/2011_09_26_drive_0087_sync 258 r\n2011_09_26/2011_09_26_drive_0087_sync 217 l\n2011_09_26/2011_09_26_drive_0087_sync 275 r\n2011_09_26/2011_09_26_drive_0087_sync 407 l\n2011_09_26/2011_09_26_drive_0087_sync 675 l\n2011_09_26/2011_09_26_drive_0087_sync 194 r\n2011_09_26/2011_09_26_drive_0087_sync 628 l\n2011_09_26/2011_09_26_drive_0087_sync 494 r\n2011_09_26/2011_09_26_drive_0087_sync 184 l\n2011_09_26/2011_09_26_drive_0087_sync 72 l\n2011_09_26/2011_09_26_drive_0087_sync 616 l\n2011_09_26/2011_09_26_drive_0087_sync 313 l\n2011_09_26/2011_09_26_drive_0087_sync 315 r\n2011_09_26/2011_09_26_drive_0087_sync 466 r\n2011_09_26/2011_09_26_drive_0087_sync 261 l\n2011_09_26/2011_09_26_drive_0087_sync 282 l\n2011_09_26/2011_09_26_drive_0087_sync 449 l\n2011_09_26/2011_09_26_drive_0087_sync 142 r\n2011_09_26/2011_09_26_drive_0087_sync 195 l\n2011_09_26/2011_09_26_drive_0087_sync 392 l\n2011_09_26/2011_09_26_drive_0087_sync 592 r\n2011_09_26/2011_09_26_drive_0087_sync 710 r\n2011_09_26/2011_09_26_drive_0087_sync 414 r\n2011_09_26/2011_09_26_drive_0087_sync 360 r\n2011_09_26/2011_09_26_drive_0087_sync 292 r\n2011_09_26/2011_09_26_drive_0087_sync 534 r\n2011_09_26/2011_09_26_drive_0087_sync 708 r\n2011_09_26/2011_09_26_drive_0087_sync 676 l\n2011_09_26/2011_09_26_drive_0087_sync 561 r\n2011_09_26/2011_09_26_drive_0087_sync 723 l\n2011_09_26/2011_09_26_drive_0087_sync 119 r\n2011_09_26/2011_09_26_drive_0087_sync 548 l\n2011_09_26/2011_09_26_drive_0087_sync 428 l\n2011_09_26/2011_09_26_drive_0087_sync 556 r\n2011_09_26/2011_09_26_drive_0087_sync 543 r\n2011_09_26/2011_09_26_drive_0087_sync 338 r\n2011_09_26/2011_09_26_drive_0087_sync 67 l\n2011_09_26/2011_09_26_drive_0087_sync 196 l\n2011_09_26/2011_09_26_drive_0087_sync 161 r\n2011_09_26/2011_09_26_drive_0087_sync 543 l\n2011_09_26/2011_09_26_drive_0087_sync 81 l\n2011_09_26/2011_09_26_drive_0087_sync 448 r\n2011_09_26/2011_09_26_drive_0087_sync 303 l\n2011_09_26/2011_09_26_drive_0087_sync 251 r\n2011_09_26/2011_09_26_drive_0087_sync 702 r\n2011_09_26/2011_09_26_drive_0087_sync 425 l\n2011_09_26/2011_09_26_drive_0087_sync 505 r\n2011_09_26/2011_09_26_drive_0087_sync 461 l\n2011_09_26/2011_09_26_drive_0087_sync 138 l\n2011_09_26/2011_09_26_drive_0087_sync 66 r\n2011_09_26/2011_09_26_drive_0087_sync 132 r\n2011_09_26/2011_09_26_drive_0087_sync 460 r\n2011_09_26/2011_09_26_drive_0087_sync 522 r\n2011_09_26/2011_09_26_drive_0087_sync 568 l\n2011_09_26/2011_09_26_drive_0087_sync 400 r\n2011_09_26/2011_09_26_drive_0087_sync 678 l\n2011_09_26/2011_09_26_drive_0087_sync 725 l\n2011_09_26/2011_09_26_drive_0087_sync 616 r\n2011_09_26/2011_09_26_drive_0087_sync 310 r\n2011_09_26/2011_09_26_drive_0087_sync 220 r\n2011_09_26/2011_09_26_drive_0087_sync 103 r\n2011_09_26/2011_09_26_drive_0087_sync 579 l\n2011_09_26/2011_09_26_drive_0087_sync 689 r\n2011_09_26/2011_09_26_drive_0087_sync 405 r\n2011_09_26/2011_09_26_drive_0087_sync 595 r\n2011_09_26/2011_09_26_drive_0087_sync 228 l\n2011_09_26/2011_09_26_drive_0087_sync 394 l\n2011_09_26/2011_09_26_drive_0087_sync 91 l\n2011_09_26/2011_09_26_drive_0087_sync 303 r\n2011_09_26/2011_09_26_drive_0087_sync 349 r\n2011_09_26/2011_09_26_drive_0087_sync 551 l\n2011_09_26/2011_09_26_drive_0087_sync 691 l\n2011_09_26/2011_09_26_drive_0087_sync 645 l\n2011_09_26/2011_09_26_drive_0087_sync 8 r\n2011_09_26/2011_09_26_drive_0087_sync 404 l\n2011_09_26/2011_09_26_drive_0087_sync 462 l\n2011_09_26/2011_09_26_drive_0087_sync 340 l\n2011_09_26/2011_09_26_drive_0087_sync 604 r\n2011_09_26/2011_09_26_drive_0087_sync 136 l\n2011_09_26/2011_09_26_drive_0087_sync 391 l\n2011_09_26/2011_09_26_drive_0087_sync 307 r\n2011_09_26/2011_09_26_drive_0087_sync 317 l\n2011_09_26/2011_09_26_drive_0087_sync 149 l\n2011_09_26/2011_09_26_drive_0087_sync 545 l\n2011_09_26/2011_09_26_drive_0087_sync 354 l\n2011_09_26/2011_09_26_drive_0087_sync 677 r\n2011_09_26/2011_09_26_drive_0087_sync 507 r\n2011_09_26/2011_09_26_drive_0087_sync 679 r\n2011_09_26/2011_09_26_drive_0087_sync 208 l\n2011_09_26/2011_09_26_drive_0087_sync 384 r\n2011_09_26/2011_09_26_drive_0087_sync 392 r\n2011_09_26/2011_09_26_drive_0087_sync 525 r\n2011_09_26/2011_09_26_drive_0087_sync 132 l\n2011_09_26/2011_09_26_drive_0087_sync 144 l\n2011_09_26/2011_09_26_drive_0087_sync 41 r\n2011_09_26/2011_09_26_drive_0087_sync 9 l\n2011_09_26/2011_09_26_drive_0087_sync 459 l\n2011_09_26/2011_09_26_drive_0087_sync 105 l\n2011_09_26/2011_09_26_drive_0087_sync 700 l\n2011_09_26/2011_09_26_drive_0087_sync 157 r\n2011_09_26/2011_09_26_drive_0087_sync 42 l\n2011_09_26/2011_09_26_drive_0087_sync 539 r\n2011_09_26/2011_09_26_drive_0087_sync 352 r\n2011_09_26/2011_09_26_drive_0087_sync 95 r\n2011_09_26/2011_09_26_drive_0087_sync 649 l\n2011_09_26/2011_09_26_drive_0087_sync 635 l\n2011_09_26/2011_09_26_drive_0087_sync 61 r\n2011_09_26/2011_09_26_drive_0087_sync 243 l\n2011_09_26/2011_09_26_drive_0087_sync 395 r\n2011_09_26/2011_09_26_drive_0087_sync 511 r\n2011_09_26/2011_09_26_drive_0087_sync 517 l\n2011_09_26/2011_09_26_drive_0087_sync 488 r\n2011_09_26/2011_09_26_drive_0087_sync 110 l\n2011_09_26/2011_09_26_drive_0087_sync 60 r\n2011_09_26/2011_09_26_drive_0087_sync 536 l\n2011_09_26/2011_09_26_drive_0087_sync 342 l\n2011_09_26/2011_09_26_drive_0087_sync 83 r\n2011_09_26/2011_09_26_drive_0087_sync 468 l\n2011_09_26/2011_09_26_drive_0087_sync 610 r\n2011_09_26/2011_09_26_drive_0087_sync 106 r\n2011_09_26/2011_09_26_drive_0087_sync 387 l\n2011_09_26/2011_09_26_drive_0087_sync 260 l\n2011_09_26/2011_09_26_drive_0087_sync 314 l\n2011_09_26/2011_09_26_drive_0087_sync 587 r\n2011_09_26/2011_09_26_drive_0087_sync 550 r\n2011_09_26/2011_09_26_drive_0087_sync 554 l\n2011_09_26/2011_09_26_drive_0087_sync 602 r\n2011_09_26/2011_09_26_drive_0087_sync 25 l\n2011_09_26/2011_09_26_drive_0087_sync 175 r\n2011_09_26/2011_09_26_drive_0087_sync 337 r\n2011_09_26/2011_09_26_drive_0087_sync 182 r\n2011_09_26/2011_09_26_drive_0087_sync 377 l\n2011_09_26/2011_09_26_drive_0087_sync 621 r\n2011_09_26/2011_09_26_drive_0087_sync 359 r\n2011_09_26/2011_09_26_drive_0087_sync 563 l\n2011_09_26/2011_09_26_drive_0087_sync 224 l\n2011_09_26/2011_09_26_drive_0087_sync 151 l\n2011_09_26/2011_09_26_drive_0087_sync 85 r\n2011_09_26/2011_09_26_drive_0087_sync 570 r\n2011_09_26/2011_09_26_drive_0087_sync 598 r\n2011_09_26/2011_09_26_drive_0087_sync 154 r\n2011_09_26/2011_09_26_drive_0087_sync 5 r\n2011_09_26/2011_09_26_drive_0087_sync 532 r\n2011_09_26/2011_09_26_drive_0087_sync 11 l\n2011_09_26/2011_09_26_drive_0087_sync 11 r\n2011_09_26/2011_09_26_drive_0087_sync 480 r\n2011_09_26/2011_09_26_drive_0087_sync 465 l\n2011_09_26/2011_09_26_drive_0087_sync 458 r\n2011_09_26/2011_09_26_drive_0087_sync 159 l\n2011_09_26/2011_09_26_drive_0087_sync 411 r\n2011_09_26/2011_09_26_drive_0087_sync 594 l\n2011_09_26/2011_09_26_drive_0087_sync 709 r\n2011_09_26/2011_09_26_drive_0087_sync 23 l\n2011_09_26/2011_09_26_drive_0087_sync 174 r\n2011_09_26/2011_09_26_drive_0087_sync 368 l\n2011_09_26/2011_09_26_drive_0087_sync 537 r\n2011_09_26/2011_09_26_drive_0087_sync 358 l\n2011_09_26/2011_09_26_drive_0087_sync 696 r\n2011_09_26/2011_09_26_drive_0087_sync 576 l\n2011_09_26/2011_09_26_drive_0087_sync 127 l\n2011_09_26/2011_09_26_drive_0087_sync 563 r\n2011_09_26/2011_09_26_drive_0087_sync 259 l\n2011_09_26/2011_09_26_drive_0087_sync 168 r\n2011_09_26/2011_09_26_drive_0087_sync 124 r\n2011_09_26/2011_09_26_drive_0087_sync 79 l\n2011_09_26/2011_09_26_drive_0087_sync 617 r\n2011_09_26/2011_09_26_drive_0087_sync 158 r\n2011_09_26/2011_09_26_drive_0087_sync 363 r\n2011_09_26/2011_09_26_drive_0087_sync 402 l\n2011_09_26/2011_09_26_drive_0087_sync 651 r\n2011_09_26/2011_09_26_drive_0087_sync 274 l\n2011_09_26/2011_09_26_drive_0087_sync 242 r\n2011_09_26/2011_09_26_drive_0087_sync 266 r\n2011_09_26/2011_09_26_drive_0087_sync 349 l\n2011_09_26/2011_09_26_drive_0087_sync 428 r\n2011_09_26/2011_09_26_drive_0087_sync 528 r\n2011_09_26/2011_09_26_drive_0087_sync 698 l\n2011_09_26/2011_09_26_drive_0087_sync 387 r\n2011_09_26/2011_09_26_drive_0087_sync 43 r\n2011_09_26/2011_09_26_drive_0087_sync 520 l\n2011_09_26/2011_09_26_drive_0087_sync 152 r\n2011_09_26/2011_09_26_drive_0087_sync 17 l\n2011_09_26/2011_09_26_drive_0087_sync 597 l\n2011_09_26/2011_09_26_drive_0087_sync 204 r\n2011_09_26/2011_09_26_drive_0087_sync 388 l\n2011_09_26/2011_09_26_drive_0087_sync 366 l\n2011_09_26/2011_09_26_drive_0087_sync 397 r\n2011_09_26/2011_09_26_drive_0087_sync 456 l\n2011_09_26/2011_09_26_drive_0087_sync 166 l\n2011_09_26/2011_09_26_drive_0087_sync 92 r\n2011_09_26/2011_09_26_drive_0087_sync 438 l\n2011_09_26/2011_09_26_drive_0087_sync 286 r\n2011_09_26/2011_09_26_drive_0087_sync 259 r\n2011_09_26/2011_09_26_drive_0087_sync 486 r\n2011_09_26/2011_09_26_drive_0087_sync 612 l\n2011_09_26/2011_09_26_drive_0087_sync 470 l\n2011_09_26/2011_09_26_drive_0087_sync 553 l\n2011_09_26/2011_09_26_drive_0087_sync 278 l\n2011_09_26/2011_09_26_drive_0087_sync 59 r\n2011_09_26/2011_09_26_drive_0087_sync 426 l\n2011_09_26/2011_09_26_drive_0087_sync 147 r\n2011_09_26/2011_09_26_drive_0087_sync 569 r\n2011_09_26/2011_09_26_drive_0087_sync 272 l\n2011_09_26/2011_09_26_drive_0087_sync 388 r\n2011_09_26/2011_09_26_drive_0087_sync 485 r\n2011_09_26/2011_09_26_drive_0087_sync 246 r\n2011_09_26/2011_09_26_drive_0087_sync 528 l\n2011_09_26/2011_09_26_drive_0087_sync 373 l\n2011_09_26/2011_09_26_drive_0087_sync 339 l\n2011_09_26/2011_09_26_drive_0087_sync 210 l\n2011_09_26/2011_09_26_drive_0087_sync 255 r\n2011_09_26/2011_09_26_drive_0087_sync 529 l\n2011_09_26/2011_09_26_drive_0087_sync 675 r\n2011_09_26/2011_09_26_drive_0087_sync 213 r\n2011_09_26/2011_09_26_drive_0087_sync 199 r\n2011_09_26/2011_09_26_drive_0087_sync 128 l\n2011_09_26/2011_09_26_drive_0087_sync 216 r\n2011_09_26/2011_09_26_drive_0087_sync 534 l\n2011_09_26/2011_09_26_drive_0087_sync 491 r\n2011_09_26/2011_09_26_drive_0087_sync 369 r\n2011_09_26/2011_09_26_drive_0087_sync 192 l\n2011_09_26/2011_09_26_drive_0087_sync 77 r\n2011_09_26/2011_09_26_drive_0087_sync 158 l\n2011_09_26/2011_09_26_drive_0087_sync 324 l\n2011_09_26/2011_09_26_drive_0087_sync 538 r\n2011_09_26/2011_09_26_drive_0087_sync 613 l\n2011_09_26/2011_09_26_drive_0087_sync 280 r\n2011_09_26/2011_09_26_drive_0087_sync 401 l\n2011_09_26/2011_09_26_drive_0087_sync 215 l\n2011_09_26/2011_09_26_drive_0087_sync 112 r\n2011_09_26/2011_09_26_drive_0087_sync 354 r\n2011_09_26/2011_09_26_drive_0087_sync 610 l\n2011_09_26/2011_09_26_drive_0087_sync 544 l\n2011_09_26/2011_09_26_drive_0087_sync 145 r\n2011_09_26/2011_09_26_drive_0087_sync 461 r\n2011_09_26/2011_09_26_drive_0087_sync 475 r\n2011_09_26/2011_09_26_drive_0087_sync 489 r\n2011_09_26/2011_09_26_drive_0087_sync 192 r\n2011_09_26/2011_09_26_drive_0087_sync 562 r\n2011_09_26/2011_09_26_drive_0087_sync 80 l\n2011_09_26/2011_09_26_drive_0087_sync 297 l\n2011_09_26/2011_09_26_drive_0087_sync 360 l\n2011_09_26/2011_09_26_drive_0087_sync 335 l\n2011_09_26/2011_09_26_drive_0087_sync 37 l\n2011_09_26/2011_09_26_drive_0087_sync 23 r\n2011_09_26/2011_09_26_drive_0087_sync 695 l\n2011_09_26/2011_09_26_drive_0087_sync 188 l\n2011_09_26/2011_09_26_drive_0087_sync 181 l\n2011_09_26/2011_09_26_drive_0087_sync 200 l\n2011_09_26/2011_09_26_drive_0087_sync 410 l\n2011_09_26/2011_09_26_drive_0087_sync 306 l\n2011_09_26/2011_09_26_drive_0087_sync 221 r\n2011_09_26/2011_09_26_drive_0087_sync 648 l\n2011_09_26/2011_09_26_drive_0087_sync 355 r\n2011_09_26/2011_09_26_drive_0087_sync 566 r\n2011_09_26/2011_09_26_drive_0087_sync 85 l\n2011_09_26/2011_09_26_drive_0087_sync 633 r\n2011_09_26/2011_09_26_drive_0087_sync 121 l\n2011_09_26/2011_09_26_drive_0087_sync 183 l\n2011_09_26/2011_09_26_drive_0087_sync 415 l\n2011_09_26/2011_09_26_drive_0087_sync 424 l\n2011_09_26/2011_09_26_drive_0087_sync 249 r\n2011_09_26/2011_09_26_drive_0087_sync 57 r\n2011_09_26/2011_09_26_drive_0087_sync 26 l\n2011_09_26/2011_09_26_drive_0087_sync 222 l\n2011_09_26/2011_09_26_drive_0087_sync 710 l\n2011_09_26/2011_09_26_drive_0087_sync 688 l\n2011_09_26/2011_09_26_drive_0087_sync 246 l\n2011_09_26/2011_09_26_drive_0087_sync 490 r\n2011_09_26/2011_09_26_drive_0087_sync 433 r\n2011_09_26/2011_09_26_drive_0087_sync 230 r\n2011_09_26/2011_09_26_drive_0087_sync 556 l\n2011_09_26/2011_09_26_drive_0087_sync 512 r\n2011_09_26/2011_09_26_drive_0087_sync 554 r\n2011_09_26/2011_09_26_drive_0087_sync 204 l\n2011_09_26/2011_09_26_drive_0087_sync 322 l\n2011_09_26/2011_09_26_drive_0087_sync 223 r\n2011_09_26/2011_09_26_drive_0087_sync 323 l\n2011_09_26/2011_09_26_drive_0087_sync 721 l\n2011_09_26/2011_09_26_drive_0087_sync 334 r\n2011_09_26/2011_09_26_drive_0087_sync 215 r\n2011_09_26/2011_09_26_drive_0087_sync 540 r\n2011_09_26/2011_09_26_drive_0087_sync 501 l\n2011_09_26/2011_09_26_drive_0087_sync 93 r\n2011_09_26/2011_09_26_drive_0087_sync 590 l\n2011_09_26/2011_09_26_drive_0087_sync 171 r\n2011_09_26/2011_09_26_drive_0087_sync 361 l\n2011_09_26/2011_09_26_drive_0087_sync 12 r\n2011_09_26/2011_09_26_drive_0087_sync 608 l\n2011_09_26/2011_09_26_drive_0087_sync 565 l\n2011_09_26/2011_09_26_drive_0087_sync 7 r\n2011_09_26/2011_09_26_drive_0087_sync 283 r\n2011_09_26/2011_09_26_drive_0087_sync 487 l\n2011_09_26/2011_09_26_drive_0087_sync 342 r\n2011_09_26/2011_09_26_drive_0087_sync 585 l\n2011_09_26/2011_09_26_drive_0087_sync 430 l\n2011_09_26/2011_09_26_drive_0087_sync 271 l\n2011_09_26/2011_09_26_drive_0087_sync 69 l\n2011_09_26/2011_09_26_drive_0087_sync 53 l\n2011_09_26/2011_09_26_drive_0087_sync 438 r\n2011_09_26/2011_09_26_drive_0087_sync 31 l\n2011_09_26/2011_09_26_drive_0087_sync 509 r\n2011_09_26/2011_09_26_drive_0087_sync 172 l\n2011_09_26/2011_09_26_drive_0087_sync 549 l\n2011_09_26/2011_09_26_drive_0087_sync 638 l\n2011_09_26/2011_09_26_drive_0087_sync 153 l\n2011_09_26/2011_09_26_drive_0087_sync 288 l\n2011_09_26/2011_09_26_drive_0087_sync 636 r\n2011_09_26/2011_09_26_drive_0087_sync 593 r\n2011_09_26/2011_09_26_drive_0087_sync 121 r\n2011_09_26/2011_09_26_drive_0087_sync 659 r\n2011_09_26/2011_09_26_drive_0087_sync 324 r\n2011_09_26/2011_09_26_drive_0087_sync 187 r\n2011_09_26/2011_09_26_drive_0087_sync 442 r\n2011_09_26/2011_09_26_drive_0087_sync 323 r\n2011_09_26/2011_09_26_drive_0087_sync 570 l\n2011_09_26/2011_09_26_drive_0087_sync 684 r\n2011_09_26/2011_09_26_drive_0087_sync 542 l\n2011_09_26/2011_09_26_drive_0087_sync 116 l\n2011_09_26/2011_09_26_drive_0087_sync 714 r\n2011_09_26/2011_09_26_drive_0087_sync 167 r\n2011_09_26/2011_09_26_drive_0087_sync 450 l\n2011_09_26/2011_09_26_drive_0087_sync 39 r\n2011_09_26/2011_09_26_drive_0087_sync 56 l\n2011_09_26/2011_09_26_drive_0087_sync 313 r\n2011_09_26/2011_09_26_drive_0087_sync 211 r\n2011_09_26/2011_09_26_drive_0087_sync 247 r\n2011_09_26/2011_09_26_drive_0087_sync 514 r\n2011_09_26/2011_09_26_drive_0087_sync 151 r\n2011_09_26/2011_09_26_drive_0087_sync 462 r\n2011_09_26/2011_09_26_drive_0087_sync 64 l\n2011_09_26/2011_09_26_drive_0087_sync 385 l\n2011_09_26/2011_09_26_drive_0087_sync 97 l\n2011_09_26/2011_09_26_drive_0087_sync 376 l\n2011_09_26/2011_09_26_drive_0087_sync 114 r\n2011_09_26/2011_09_26_drive_0087_sync 212 l\n2011_09_26/2011_09_26_drive_0087_sync 535 r\n2011_09_26/2011_09_26_drive_0087_sync 25 r\n2011_09_26/2011_09_26_drive_0087_sync 632 r\n2011_09_26/2011_09_26_drive_0087_sync 503 l\n2011_09_26/2011_09_26_drive_0087_sync 68 l\n2011_09_26/2011_09_26_drive_0087_sync 130 l\n2011_09_26/2011_09_26_drive_0087_sync 713 l\n2011_09_26/2011_09_26_drive_0087_sync 677 l\n2011_09_26/2011_09_26_drive_0087_sync 76 l\n2011_09_26/2011_09_26_drive_0087_sync 302 r\n2011_09_26/2011_09_26_drive_0087_sync 694 l\n2011_09_26/2011_09_26_drive_0087_sync 45 l\n2011_09_26/2011_09_26_drive_0087_sync 330 r\n2011_09_26/2011_09_26_drive_0087_sync 190 l\n2011_09_26/2011_09_26_drive_0087_sync 699 l\n2011_09_26/2011_09_26_drive_0087_sync 427 r\n2011_09_26/2011_09_26_drive_0087_sync 591 l\n2011_09_26/2011_09_26_drive_0087_sync 279 l\n2011_09_26/2011_09_26_drive_0087_sync 537 l\n2011_09_26/2011_09_26_drive_0087_sync 126 l\n2011_09_26/2011_09_26_drive_0087_sync 406 r\n2011_09_26/2011_09_26_drive_0087_sync 320 r\n2011_09_26/2011_09_26_drive_0087_sync 671 r\n2011_09_26/2011_09_26_drive_0087_sync 514 l\n2011_09_26/2011_09_26_drive_0087_sync 191 l\n2011_09_26/2011_09_26_drive_0087_sync 441 r\n2011_09_26/2011_09_26_drive_0087_sync 186 l\n2011_09_26/2011_09_26_drive_0087_sync 475 l\n2011_09_26/2011_09_26_drive_0087_sync 512 l\n2011_09_26/2011_09_26_drive_0087_sync 87 r\n2011_09_26/2011_09_26_drive_0087_sync 224 r\n2011_09_26/2011_09_26_drive_0087_sync 493 l\n2011_09_26/2011_09_26_drive_0087_sync 411 l\n2011_09_26/2011_09_26_drive_0087_sync 327 l\n2011_09_26/2011_09_26_drive_0087_sync 446 r\n2011_09_26/2011_09_26_drive_0087_sync 52 r\n2011_09_26/2011_09_26_drive_0087_sync 643 r\n2011_09_26/2011_09_26_drive_0087_sync 109 l\n2011_09_26/2011_09_26_drive_0087_sync 421 r\n2011_09_26/2011_09_26_drive_0087_sync 579 r\n2011_09_26/2011_09_26_drive_0087_sync 268 l\n2011_09_26/2011_09_26_drive_0087_sync 113 l\n2011_09_26/2011_09_26_drive_0087_sync 484 l\n2011_09_26/2011_09_26_drive_0087_sync 117 r\n2011_09_26/2011_09_26_drive_0087_sync 113 r\n2011_09_26/2011_09_26_drive_0087_sync 341 l\n2011_09_26/2011_09_26_drive_0087_sync 276 l\n2011_09_26/2011_09_26_drive_0087_sync 33 l\n2011_09_26/2011_09_26_drive_0087_sync 290 l\n2011_09_26/2011_09_26_drive_0087_sync 407 r\n2011_09_26/2011_09_26_drive_0087_sync 60 l\n2011_09_26/2011_09_26_drive_0087_sync 434 r\n2011_09_26/2011_09_26_drive_0087_sync 307 l\n2011_09_26/2011_09_26_drive_0087_sync 443 l\n2011_09_26/2011_09_26_drive_0087_sync 101 l\n2011_09_26/2011_09_26_drive_0087_sync 488 l\n2011_09_26/2011_09_26_drive_0087_sync 572 l\n2011_09_26/2011_09_26_drive_0087_sync 281 l\n2011_09_26/2011_09_26_drive_0087_sync 415 r\n2011_09_26/2011_09_26_drive_0087_sync 405 l\n2011_09_26/2011_09_26_drive_0087_sync 142 l\n2011_09_26/2011_09_26_drive_0087_sync 484 r\n2011_09_26/2011_09_26_drive_0087_sync 574 l\n2011_09_26/2011_09_26_drive_0087_sync 496 l\n2011_09_26/2011_09_26_drive_0087_sync 409 l\n2011_09_26/2011_09_26_drive_0087_sync 394 r\n2011_09_26/2011_09_26_drive_0087_sync 515 l\n2011_09_26/2011_09_26_drive_0087_sync 485 l\n2011_09_26/2011_09_26_drive_0087_sync 501 r\n2011_09_26/2011_09_26_drive_0087_sync 352 l\n2011_09_26/2011_09_26_drive_0087_sync 492 l\n2011_09_26/2011_09_26_drive_0087_sync 150 r\n2011_09_26/2011_09_26_drive_0087_sync 43 l\n2011_09_26/2011_09_26_drive_0087_sync 8 l\n2011_09_26/2011_09_26_drive_0087_sync 289 r\n2011_09_26/2011_09_26_drive_0087_sync 71 l\n2011_09_26/2011_09_26_drive_0087_sync 613 r\n2011_09_26/2011_09_26_drive_0087_sync 347 l\n2011_09_26/2011_09_26_drive_0087_sync 557 r\n2011_09_26/2011_09_26_drive_0087_sync 620 r\n2011_09_26/2011_09_26_drive_0087_sync 198 l\n2011_09_26/2011_09_26_drive_0087_sync 470 r\n2011_09_26/2011_09_26_drive_0087_sync 77 l\n2011_09_26/2011_09_26_drive_0087_sync 584 l\n2011_09_26/2011_09_26_drive_0087_sync 168 l\n2011_09_26/2011_09_26_drive_0087_sync 504 r\n2011_09_26/2011_09_26_drive_0087_sync 487 r\n2011_09_26/2011_09_26_drive_0087_sync 587 l\n2011_09_26/2011_09_26_drive_0087_sync 311 r\n2011_09_26/2011_09_26_drive_0087_sync 592 l\n2011_09_26/2011_09_26_drive_0087_sync 338 l\n2011_09_26/2011_09_26_drive_0087_sync 367 l\n2011_09_26/2011_09_26_drive_0087_sync 478 l\n2011_09_26/2011_09_26_drive_0087_sync 103 l\n2011_09_26/2011_09_26_drive_0087_sync 139 l\n2011_09_26/2011_09_26_drive_0087_sync 72 r\n2011_09_26/2011_09_26_drive_0087_sync 656 l\n2011_09_26/2011_09_26_drive_0087_sync 473 l\n2011_09_26/2011_09_26_drive_0087_sync 87 l\n2011_09_26/2011_09_26_drive_0087_sync 526 r\n2011_09_26/2011_09_26_drive_0087_sync 102 r\n2011_09_26/2011_09_26_drive_0087_sync 403 r\n2011_09_26/2011_09_26_drive_0087_sync 267 l\n2011_09_26/2011_09_26_drive_0087_sync 316 l\n2011_09_26/2011_09_26_drive_0087_sync 240 r\n2011_09_26/2011_09_26_drive_0087_sync 35 r\n2011_09_26/2011_09_26_drive_0087_sync 380 r\n2011_09_26/2011_09_26_drive_0087_sync 724 l\n2011_09_26/2011_09_26_drive_0087_sync 120 r\n2011_09_26/2011_09_26_drive_0087_sync 292 l\n2011_09_26/2011_09_26_drive_0087_sync 502 r\n2011_09_26/2011_09_26_drive_0087_sync 118 l\n2011_09_26/2011_09_26_drive_0087_sync 263 l\n2011_09_26/2011_09_26_drive_0087_sync 4 r\n2011_09_26/2011_09_26_drive_0087_sync 690 r\n2011_09_26/2011_09_26_drive_0087_sync 652 l\n2011_09_26/2011_09_26_drive_0087_sync 345 l\n2011_09_26/2011_09_26_drive_0087_sync 673 r\n2011_09_26/2011_09_26_drive_0087_sync 65 l\n2011_09_26/2011_09_26_drive_0087_sync 627 r\n2011_09_26/2011_09_26_drive_0087_sync 670 l\n2011_09_26/2011_09_26_drive_0087_sync 595 l\n2011_09_26/2011_09_26_drive_0087_sync 642 r\n2011_09_26/2011_09_26_drive_0087_sync 50 l\n2011_09_26/2011_09_26_drive_0087_sync 451 l\n2011_09_26/2011_09_26_drive_0087_sync 412 l\n2011_09_26/2011_09_26_drive_0087_sync 671 l\n2011_09_26/2011_09_26_drive_0087_sync 22 l\n2011_09_26/2011_09_26_drive_0087_sync 381 l\n2011_09_26/2011_09_26_drive_0087_sync 423 r\n2011_09_26/2011_09_26_drive_0087_sync 412 r\n2011_09_26/2011_09_26_drive_0087_sync 347 r\n2011_09_26/2011_09_26_drive_0087_sync 707 r\n2011_09_26/2011_09_26_drive_0087_sync 143 r\n2011_09_26/2011_09_26_drive_0087_sync 466 l\n2011_09_26/2011_09_26_drive_0087_sync 623 r\n2011_09_26/2011_09_26_drive_0087_sync 256 r\n2011_09_26/2011_09_26_drive_0087_sync 666 r\n2011_09_26/2011_09_26_drive_0087_sync 483 r\n2011_09_26/2011_09_26_drive_0087_sync 308 r\n2011_09_26/2011_09_26_drive_0087_sync 404 r\n2011_09_26/2011_09_26_drive_0087_sync 350 r\n2011_09_26/2011_09_26_drive_0087_sync 264 r\n2011_09_26/2011_09_26_drive_0087_sync 3 r\n2011_09_26/2011_09_26_drive_0087_sync 471 l\n2011_09_26/2011_09_26_drive_0087_sync 234 r\n2011_09_26/2011_09_26_drive_0087_sync 558 r\n2011_09_26/2011_09_26_drive_0087_sync 589 r\n2011_09_26/2011_09_26_drive_0087_sync 343 l\n2011_09_26/2011_09_26_drive_0087_sync 229 l\n2011_09_26/2011_09_26_drive_0087_sync 628 r\n2011_09_26/2011_09_26_drive_0087_sync 10 r\n2011_09_26/2011_09_26_drive_0087_sync 454 l\n2011_09_26/2011_09_26_drive_0087_sync 717 l\n2011_09_26/2011_09_26_drive_0087_sync 692 l\n2011_09_26/2011_09_26_drive_0087_sync 686 r\n2011_09_26/2011_09_26_drive_0087_sync 335 r\n2011_09_26/2011_09_26_drive_0087_sync 298 r\n2011_09_26/2011_09_26_drive_0087_sync 308 l\n2011_09_26/2011_09_26_drive_0087_sync 653 r\n2011_09_26/2011_09_26_drive_0087_sync 647 r\n2011_09_26/2011_09_26_drive_0087_sync 633 l\n2011_09_26/2011_09_26_drive_0087_sync 582 r\n2011_09_26/2011_09_26_drive_0087_sync 482 r\n2011_09_26/2011_09_26_drive_0087_sync 36 l\n2011_09_26/2011_09_26_drive_0087_sync 54 l\n2011_09_26/2011_09_26_drive_0087_sync 659 l\n2011_09_26/2011_09_26_drive_0087_sync 245 l\n2011_09_26/2011_09_26_drive_0087_sync 95 l\n2011_09_26/2011_09_26_drive_0087_sync 135 r\n2011_09_26/2011_09_26_drive_0087_sync 474 r\n2011_09_26/2011_09_26_drive_0087_sync 90 r\n2011_09_26/2011_09_26_drive_0087_sync 393 r\n2011_09_26/2011_09_26_drive_0087_sync 700 r\n2011_09_26/2011_09_26_drive_0087_sync 467 r\n2011_09_26/2011_09_26_drive_0087_sync 213 l\n2011_09_26/2011_09_26_drive_0087_sync 126 r\n2011_09_26/2011_09_26_drive_0087_sync 133 r\n2011_09_26/2011_09_26_drive_0087_sync 397 l\n2011_09_26/2011_09_26_drive_0087_sync 191 r\n2011_09_26/2011_09_26_drive_0087_sync 416 r\n2011_09_26/2011_09_26_drive_0087_sync 631 l\n2011_09_26/2011_09_26_drive_0087_sync 24 l\n2011_09_26/2011_09_26_drive_0087_sync 219 l\n2011_09_26/2011_09_26_drive_0087_sync 334 l\n2011_09_26/2011_09_26_drive_0087_sync 542 r\n2011_09_26/2011_09_26_drive_0087_sync 232 r\n2011_09_26/2011_09_26_drive_0087_sync 436 r\n2011_09_26/2011_09_26_drive_0087_sync 141 l\n2011_09_26/2011_09_26_drive_0087_sync 277 r\n2011_09_26/2011_09_26_drive_0087_sync 287 r\n2011_09_26/2011_09_26_drive_0087_sync 264 l\n2011_09_26/2011_09_26_drive_0087_sync 133 l\n2011_09_26/2011_09_26_drive_0087_sync 371 l\n2011_09_26/2011_09_26_drive_0087_sync 715 r\n2011_09_26/2011_09_26_drive_0087_sync 561 l\n2011_09_26/2011_09_26_drive_0087_sync 284 l\n2011_09_26/2011_09_26_drive_0087_sync 395 l\n2011_09_26/2011_09_26_drive_0087_sync 10 l\n2011_09_26/2011_09_26_drive_0087_sync 663 l\n2011_09_26/2011_09_26_drive_0087_sync 712 r\n2011_09_26/2011_09_26_drive_0087_sync 682 l\n2011_09_26/2011_09_26_drive_0087_sync 225 l\n2011_09_26/2011_09_26_drive_0087_sync 7 l\n2011_09_26/2011_09_26_drive_0087_sync 546 l\n2011_09_26/2011_09_26_drive_0087_sync 449 r\n2011_09_26/2011_09_26_drive_0087_sync 639 r\n2011_09_26/2011_09_26_drive_0087_sync 257 l\n2011_09_26/2011_09_26_drive_0087_sync 606 l\n2011_09_26/2011_09_26_drive_0087_sync 516 r\n2011_09_26/2011_09_26_drive_0087_sync 51 r\n2011_09_26/2011_09_26_drive_0087_sync 603 r\n2011_09_26/2011_09_26_drive_0087_sync 679 l\n2011_09_26/2011_09_26_drive_0087_sync 253 r\n2011_09_26/2011_09_26_drive_0087_sync 6 l\n2011_09_26/2011_09_26_drive_0087_sync 720 r\n2011_09_26/2011_09_26_drive_0087_sync 336 r\n2011_09_26/2011_09_26_drive_0087_sync 254 r\n2011_09_26/2011_09_26_drive_0087_sync 305 r\n2011_09_26/2011_09_26_drive_0087_sync 697 l\n2011_09_26/2011_09_26_drive_0087_sync 626 l\n2011_09_26/2011_09_26_drive_0087_sync 304 r\n2011_09_26/2011_09_26_drive_0087_sync 270 l\n2011_09_26/2011_09_26_drive_0087_sync 311 l\n2011_09_26/2011_09_26_drive_0087_sync 203 l\n2011_09_26/2011_09_26_drive_0087_sync 46 r\n2011_09_26/2011_09_26_drive_0087_sync 111 l\n2011_09_26/2011_09_26_drive_0087_sync 299 l\n2011_09_26/2011_09_26_drive_0087_sync 340 r\n2011_09_26/2011_09_26_drive_0087_sync 603 l\n2011_09_26/2011_09_26_drive_0087_sync 30 r\n2011_09_26/2011_09_26_drive_0087_sync 150 l\n2011_09_26/2011_09_26_drive_0087_sync 547 r\n2011_09_26/2011_09_26_drive_0087_sync 309 r\n2011_09_26/2011_09_26_drive_0087_sync 586 l\n2011_09_26/2011_09_26_drive_0087_sync 144 r\n2011_09_26/2011_09_26_drive_0087_sync 90 l\n2011_09_26/2011_09_26_drive_0087_sync 78 l\n2011_09_26/2011_09_26_drive_0087_sync 657 l\n2011_09_26/2011_09_26_drive_0087_sync 222 r\n2011_09_26/2011_09_26_drive_0087_sync 29 r\n2011_09_26/2011_09_26_drive_0087_sync 279 r\n2011_09_26/2011_09_26_drive_0087_sync 183 r\n2011_09_26/2011_09_26_drive_0087_sync 165 l\n2011_09_26/2011_09_26_drive_0087_sync 480 l\n2011_09_26/2011_09_26_drive_0087_sync 339 r\n2011_09_26/2011_09_26_drive_0087_sync 670 r\n2011_09_26/2011_09_26_drive_0087_sync 602 l\n2011_09_26/2011_09_26_drive_0087_sync 444 r\n2011_09_26/2011_09_26_drive_0087_sync 82 l\n2011_09_26/2011_09_26_drive_0087_sync 107 l\n2011_09_26/2011_09_26_drive_0087_sync 166 r\n2011_09_26/2011_09_26_drive_0087_sync 289 l\n2011_09_26/2011_09_26_drive_0087_sync 312 l\n2011_09_26/2011_09_26_drive_0087_sync 464 r\n2011_09_26/2011_09_26_drive_0087_sync 184 r\n2011_09_26/2011_09_26_drive_0087_sync 262 r\n2011_09_26/2011_09_26_drive_0087_sync 326 l\n2011_09_26/2011_09_26_drive_0087_sync 67 r\n2011_09_26/2011_09_26_drive_0087_sync 673 l\n2011_09_26/2011_09_26_drive_0087_sync 638 r\n2011_09_26/2011_09_26_drive_0087_sync 413 r\n2011_09_26/2011_09_26_drive_0087_sync 718 l\n2011_09_26/2011_09_26_drive_0087_sync 362 l\n2011_09_26/2011_09_26_drive_0087_sync 375 r\n2011_09_26/2011_09_26_drive_0087_sync 21 l\n2011_09_26/2011_09_26_drive_0087_sync 299 r\n2011_09_26/2011_09_26_drive_0087_sync 170 l\n2011_09_26/2011_09_26_drive_0087_sync 457 r\n2011_09_26/2011_09_26_drive_0087_sync 640 r\n2011_09_26/2011_09_26_drive_0087_sync 648 r\n2011_09_26/2011_09_26_drive_0087_sync 62 l\n2011_09_26/2011_09_26_drive_0087_sync 533 l\n2011_09_26/2011_09_26_drive_0087_sync 477 l\n2011_09_26/2011_09_26_drive_0087_sync 622 r\n2011_09_26/2011_09_26_drive_0087_sync 290 r\n2011_09_26/2011_09_26_drive_0087_sync 560 l\n2011_09_26/2011_09_26_drive_0087_sync 139 r\n2011_09_26/2011_09_26_drive_0087_sync 577 r\n2011_09_26/2011_09_26_drive_0087_sync 513 l\n2011_09_26/2011_09_26_drive_0087_sync 545 r\n2011_09_26/2011_09_26_drive_0087_sync 100 r\n2011_09_26/2011_09_26_drive_0087_sync 672 r\n2011_09_26/2011_09_26_drive_0087_sync 179 r\n2011_09_26/2011_09_26_drive_0087_sync 341 r\n2011_09_26/2011_09_26_drive_0087_sync 154 l\n2011_09_26/2011_09_26_drive_0087_sync 242 l\n2011_09_26/2011_09_26_drive_0087_sync 293 r\n2011_09_26/2011_09_26_drive_0087_sync 645 r\n2011_09_26/2011_09_26_drive_0087_sync 196 r\n2011_09_26/2011_09_26_drive_0087_sync 723 r\n2011_09_26/2011_09_26_drive_0087_sync 559 r\n2011_09_26/2011_09_26_drive_0087_sync 445 l\n2011_09_26/2011_09_26_drive_0087_sync 296 r\n2011_09_26/2011_09_26_drive_0087_sync 350 l\n2011_09_26/2011_09_26_drive_0087_sync 100 l\n2011_09_26/2011_09_26_drive_0087_sync 577 l\n2011_09_26/2011_09_26_drive_0087_sync 131 r\n2011_09_26/2011_09_26_drive_0087_sync 541 r\n2011_09_26/2011_09_26_drive_0087_sync 229 r\n2011_09_26/2011_09_26_drive_0087_sync 176 r\n2011_09_26/2011_09_26_drive_0087_sync 13 r\n2011_09_26/2011_09_26_drive_0087_sync 122 l\n2011_09_26/2011_09_26_drive_0087_sync 519 r\n2011_09_26/2011_09_26_drive_0087_sync 641 r\n2011_09_26/2011_09_26_drive_0087_sync 607 l\n2011_09_26/2011_09_26_drive_0087_sync 446 l\n2011_09_26/2011_09_26_drive_0087_sync 437 l\n2011_09_26/2011_09_26_drive_0087_sync 444 l\n2011_09_26/2011_09_26_drive_0087_sync 351 r\n2011_09_26/2011_09_26_drive_0087_sync 165 r\n2011_09_26/2011_09_26_drive_0087_sync 319 l\n2011_09_26/2011_09_26_drive_0087_sync 424 r\n2011_09_26/2011_09_26_drive_0087_sync 623 l\n2011_09_26/2011_09_26_drive_0087_sync 325 l\n2011_09_26/2011_09_26_drive_0087_sync 162 r\n2011_09_26/2011_09_26_drive_0087_sync 643 l\n2011_09_26/2011_09_26_drive_0087_sync 134 r\n2011_09_26/2011_09_26_drive_0087_sync 98 r\n2011_09_26/2011_09_26_drive_0087_sync 641 l\n2011_09_26/2011_09_26_drive_0087_sync 319 r\n2011_09_26/2011_09_26_drive_0087_sync 58 l\n2011_09_26/2011_09_26_drive_0087_sync 190 r\n2011_09_26/2011_09_26_drive_0087_sync 76 r\n2011_09_26/2011_09_26_drive_0087_sync 708 l\n2011_09_26/2011_09_26_drive_0087_sync 520 r\n2011_09_26/2011_09_26_drive_0087_sync 503 r\n2011_09_26/2011_09_26_drive_0087_sync 519 l\n2011_09_26/2011_09_26_drive_0087_sync 599 l\n2011_09_26/2011_09_26_drive_0087_sync 27 r\n2011_09_26/2011_09_26_drive_0087_sync 502 l\n2011_09_26/2011_09_26_drive_0087_sync 128 r\n2011_09_26/2011_09_26_drive_0087_sync 586 r\n2011_09_26/2011_09_26_drive_0087_sync 615 r\n2011_09_26/2011_09_26_drive_0087_sync 322 r\n2011_09_26/2011_09_26_drive_0087_sync 63 l\n2011_09_26/2011_09_26_drive_0087_sync 278 r\n2011_09_26/2011_09_26_drive_0087_sync 722 r\n2011_09_26/2011_09_26_drive_0087_sync 75 l\n2011_09_26/2011_09_26_drive_0087_sync 145 l\n2011_09_26/2011_09_26_drive_0087_sync 359 l\n2011_09_26/2011_09_26_drive_0087_sync 123 r\n2011_09_26/2011_09_26_drive_0087_sync 159 r\n2011_09_26/2011_09_26_drive_0087_sync 6 r\n2011_09_26/2011_09_26_drive_0087_sync 445 r\n2011_09_26/2011_09_26_drive_0087_sync 401 r\n2011_09_26/2011_09_26_drive_0087_sync 654 r\n2011_09_26/2011_09_26_drive_0087_sync 202 l\n2011_09_26/2011_09_26_drive_0087_sync 231 r\n2011_09_26/2011_09_26_drive_0087_sync 197 r\n2011_09_26/2011_09_26_drive_0087_sync 64 r\n2011_09_26/2011_09_26_drive_0087_sync 530 l\n2011_09_26/2011_09_26_drive_0087_sync 320 l\n2011_09_26/2011_09_26_drive_0087_sync 41 l\n2011_09_26/2011_09_26_drive_0087_sync 348 r\n2011_09_26/2011_09_26_drive_0087_sync 714 l\n2011_09_26/2011_09_26_drive_0087_sync 226 l\n2011_09_26/2011_09_26_drive_0087_sync 658 r\n2011_09_26/2011_09_26_drive_0087_sync 383 r\n2011_09_26/2011_09_26_drive_0087_sync 47 r\n2011_09_26/2011_09_26_drive_0087_sync 86 r\n2011_09_26/2011_09_26_drive_0087_sync 214 l\n2011_09_26/2011_09_26_drive_0087_sync 523 r\n2011_09_26/2011_09_26_drive_0087_sync 420 l\n2011_09_26/2011_09_26_drive_0087_sync 499 l\n2011_09_26/2011_09_26_drive_0087_sync 14 r\n2011_09_26/2011_09_26_drive_0087_sync 16 l\n2011_09_26/2011_09_26_drive_0087_sync 286 l\n2011_09_26/2011_09_26_drive_0087_sync 538 l\n2011_09_26/2011_09_26_drive_0087_sync 263 r\n2011_09_26/2011_09_26_drive_0087_sync 227 r\n2011_09_26/2011_09_26_drive_0087_sync 329 l\n2011_09_26/2011_09_26_drive_0087_sync 439 r\n2011_09_26/2011_09_26_drive_0087_sync 209 r\n2011_09_26/2011_09_26_drive_0087_sync 325 r\n2011_09_26/2011_09_26_drive_0087_sync 632 l\n2011_09_26/2011_09_26_drive_0087_sync 455 l\n2011_09_26/2011_09_26_drive_0087_sync 646 r\n2011_09_26/2011_09_26_drive_0087_sync 35 l\n2011_09_26/2011_09_26_drive_0087_sync 443 r\n2011_09_26/2011_09_26_drive_0087_sync 380 l\n2011_09_26/2011_09_26_drive_0087_sync 594 r\n2011_09_26/2011_09_26_drive_0087_sync 71 r\n2011_09_26/2011_09_26_drive_0087_sync 530 r\n2011_09_26/2011_09_26_drive_0087_sync 19 r\n2011_09_26/2011_09_26_drive_0087_sync 490 l\n2011_09_26/2011_09_26_drive_0087_sync 389 r\n2011_09_26/2011_09_26_drive_0087_sync 406 l\n2011_09_26/2011_09_26_drive_0087_sync 295 r\n2011_09_26/2011_09_26_drive_0087_sync 639 l\n2011_09_26/2011_09_26_drive_0087_sync 599 r\n2011_09_26/2011_09_26_drive_0087_sync 436 l\n2011_09_26/2011_09_26_drive_0087_sync 431 r\n2011_09_26/2011_09_26_drive_0087_sync 483 l\n2011_09_26/2011_09_26_drive_0087_sync 328 r\n2011_09_26/2011_09_26_drive_0087_sync 377 r\n2011_09_26/2011_09_26_drive_0087_sync 491 l\n2011_09_26/2011_09_26_drive_0087_sync 685 l\n2011_09_26/2011_09_26_drive_0087_sync 604 l\n2011_09_26/2011_09_26_drive_0087_sync 258 l\n2011_09_26/2011_09_26_drive_0087_sync 473 r\n2011_09_26/2011_09_26_drive_0087_sync 611 l\n2011_09_26/2011_09_26_drive_0087_sync 27 l\n2011_09_26/2011_09_26_drive_0087_sync 596 r\n2011_09_26/2011_09_26_drive_0087_sync 316 r\n2011_09_26/2011_09_26_drive_0087_sync 547 l\n2011_09_26/2011_09_26_drive_0087_sync 588 l\n2011_09_26/2011_09_26_drive_0087_sync 553 r\n2011_09_26/2011_09_26_drive_0087_sync 197 l\n2011_09_26/2011_09_26_drive_0087_sync 130 r\n2011_09_26/2011_09_26_drive_0087_sync 233 l\n2011_09_26/2011_09_26_drive_0087_sync 567 r\n2011_09_26/2011_09_26_drive_0087_sync 209 l\n2011_09_26/2011_09_26_drive_0087_sync 294 r\n2011_09_26/2011_09_26_drive_0087_sync 416 l\n2011_09_26/2011_09_26_drive_0087_sync 382 r\n2011_09_26/2011_09_26_drive_0087_sync 40 r\n2011_09_26/2011_09_26_drive_0087_sync 306 r\n2011_09_26/2011_09_26_drive_0087_sync 431 l\n2011_09_26/2011_09_26_drive_0087_sync 524 r\n2011_09_26/2011_09_26_drive_0087_sync 526 l\n2011_09_26/2011_09_26_drive_0087_sync 598 l\n2011_09_26/2011_09_26_drive_0087_sync 79 r\n2011_09_26/2011_09_26_drive_0087_sync 535 l\n2011_09_26/2011_09_26_drive_0087_sync 687 l\n2011_09_26/2011_09_26_drive_0087_sync 469 l\n2011_09_26/2011_09_26_drive_0087_sync 280 l\n2011_09_26/2011_09_26_drive_0087_sync 164 r\n2011_09_26/2011_09_26_drive_0087_sync 390 r\n2011_09_26/2011_09_26_drive_0087_sync 381 r\n2011_09_26/2011_09_26_drive_0087_sync 457 l\n2011_09_26/2011_09_26_drive_0087_sync 135 l\n2011_09_26/2011_09_26_drive_0087_sync 607 r\n2011_09_26/2011_09_26_drive_0087_sync 667 l\n2011_09_26/2011_09_26_drive_0087_sync 81 r\n2011_09_26/2011_09_26_drive_0087_sync 384 l\n2011_09_26/2011_09_26_drive_0087_sync 84 l\n2011_09_26/2011_09_26_drive_0087_sync 238 l\n2011_09_26/2011_09_26_drive_0087_sync 137 l\n2011_09_26/2011_09_26_drive_0087_sync 506 l\n2011_09_26/2011_09_26_drive_0087_sync 129 r\n2011_09_26/2011_09_26_drive_0087_sync 523 l\n2011_09_26/2011_09_26_drive_0087_sync 373 r\n2011_09_26/2011_09_26_drive_0087_sync 500 r\n2011_09_26/2011_09_26_drive_0087_sync 527 r\n2011_09_26/2011_09_26_drive_0087_sync 115 l\n2011_09_26/2011_09_26_drive_0087_sync 622 l\n2011_09_26/2011_09_26_drive_0087_sync 275 l\n2011_09_26/2011_09_26_drive_0087_sync 203 r\n2011_09_26/2011_09_26_drive_0087_sync 21 r\n2011_09_26/2011_09_26_drive_0087_sync 55 r\n2011_09_26/2011_09_26_drive_0087_sync 212 r\n2011_09_26/2011_09_26_drive_0087_sync 206 l\n2011_09_26/2011_09_26_drive_0087_sync 143 l\n2011_09_26/2011_09_26_drive_0087_sync 370 l\n2011_09_26/2011_09_26_drive_0087_sync 704 r\n2011_09_26/2011_09_26_drive_0087_sync 214 r\n2011_09_26/2011_09_26_drive_0087_sync 3 l\n2011_09_26/2011_09_26_drive_0087_sync 221 l\n2011_09_26/2011_09_26_drive_0087_sync 665 r\n2011_09_26/2011_09_26_drive_0087_sync 581 l\n2011_09_26/2011_09_26_drive_0087_sync 555 l\n2011_09_26/2011_09_26_drive_0087_sync 179 l\n2011_09_26/2011_09_26_drive_0087_sync 711 l\n2011_09_26/2011_09_26_drive_0087_sync 345 r\n2011_09_26/2011_09_26_drive_0087_sync 107 r\n2011_09_26/2011_09_26_drive_0087_sync 481 r\n2011_09_26/2011_09_26_drive_0087_sync 409 r\n2011_09_26/2011_09_26_drive_0087_sync 344 l\n2011_09_26/2011_09_26_drive_0087_sync 40 l\n2011_09_26/2011_09_26_drive_0087_sync 111 r\n2011_09_26/2011_09_26_drive_0087_sync 96 r\n2011_09_26/2011_09_26_drive_0087_sync 471 r\n2011_09_26/2011_09_26_drive_0087_sync 642 l\n2011_09_26/2011_09_26_drive_0087_sync 541 l\n2011_09_26/2011_09_26_drive_0087_sync 447 r\n2011_09_26/2011_09_26_drive_0087_sync 396 r\n2011_09_26/2011_09_26_drive_0087_sync 74 r\n2011_09_26/2011_09_26_drive_0087_sync 703 r\n2011_09_26/2011_09_26_drive_0087_sync 439 l\n2011_09_26/2011_09_26_drive_0087_sync 476 l\n2011_09_26/2011_09_26_drive_0087_sync 131 l\n2011_09_26/2011_09_26_drive_0087_sync 327 r\n2011_09_26/2011_09_26_drive_0087_sync 657 r\n2011_09_26/2011_09_26_drive_0087_sync 346 l\n2011_09_26/2011_09_26_drive_0087_sync 600 l\n2011_09_26/2011_09_26_drive_0087_sync 440 r\n2011_09_26/2011_09_26_drive_0087_sync 597 r\n2011_09_26/2011_09_26_drive_0087_sync 296 l\n2011_09_26/2011_09_26_drive_0087_sync 609 l\n2011_09_26/2011_09_26_drive_0087_sync 348 l\n2011_09_26/2011_09_26_drive_0087_sync 706 r\n2011_09_26/2011_09_26_drive_0087_sync 65 r\n2011_09_26/2011_09_26_drive_0087_sync 601 r\n2011_09_26/2011_09_26_drive_0087_sync 584 r\n2011_09_26/2011_09_26_drive_0087_sync 513 r\n2011_09_26/2011_09_26_drive_0087_sync 266 l\n2011_09_26/2011_09_26_drive_0087_sync 24 r\n2011_09_26/2011_09_26_drive_0087_sync 600 r\n2011_09_26/2011_09_26_drive_0087_sync 531 r\n2011_09_26/2011_09_26_drive_0087_sync 448 l\n2011_09_26/2011_09_26_drive_0087_sync 572 r\n2011_09_26/2011_09_26_drive_0087_sync 281 r\n2011_09_26/2011_09_26_drive_0087_sync 265 l\n2011_09_26/2011_09_26_drive_0087_sync 248 l\n2011_09_26/2011_09_26_drive_0087_sync 510 r\n2011_09_26/2011_09_26_drive_0087_sync 293 l\n2011_09_26/2011_09_26_drive_0087_sync 605 l\n2011_09_26/2011_09_26_drive_0087_sync 208 r\n2011_09_26/2011_09_26_drive_0087_sync 272 r\n2011_09_26/2011_09_26_drive_0087_sync 232 l\n2011_09_26/2011_09_26_drive_0087_sync 693 l\n2011_09_26/2011_09_26_drive_0087_sync 298 l\n2011_09_26/2011_09_26_drive_0087_sync 34 r\n2011_09_26/2011_09_26_drive_0087_sync 351 l\n2011_09_26/2011_09_26_drive_0087_sync 707 l\n2011_09_26/2011_09_26_drive_0087_sync 468 r\n2011_09_26/2011_09_26_drive_0087_sync 687 r\n2011_09_26/2011_09_26_drive_0087_sync 29 l\n2011_09_26/2011_09_26_drive_0087_sync 435 r\n2011_09_26/2011_09_26_drive_0087_sync 625 l\n2011_09_26/2011_09_26_drive_0087_sync 328 l\n2011_09_26/2011_09_26_drive_0087_sync 146 l\n2011_09_26/2011_09_26_drive_0087_sync 417 l\n2011_09_26/2011_09_26_drive_0087_sync 226 r\n2011_09_26/2011_09_26_drive_0087_sync 711 r\n2011_09_26/2011_09_26_drive_0087_sync 550 l\n2011_09_26/2011_09_26_drive_0087_sync 94 l\n2011_09_26/2011_09_26_drive_0087_sync 692 r\n2011_09_26/2011_09_26_drive_0087_sync 663 r\n2011_09_26/2011_09_26_drive_0087_sync 28 r\n2011_09_26/2011_09_26_drive_0087_sync 432 r\n2011_09_26/2011_09_26_drive_0087_sync 58 r\n2011_09_26/2011_09_26_drive_0087_sync 434 l\n2011_09_26/2011_09_26_drive_0087_sync 665 l\n2011_09_26/2011_09_26_drive_0087_sync 261 r\n2011_09_26/2011_09_26_drive_0087_sync 432 l\n2011_09_26/2011_09_26_drive_0087_sync 262 l\n2011_09_26/2011_09_26_drive_0087_sync 97 r\n2011_09_26/2011_09_26_drive_0087_sync 456 r\n2011_09_26/2011_09_26_drive_0087_sync 219 r\n2011_09_26/2011_09_26_drive_0087_sync 321 r\n2011_09_26/2011_09_26_drive_0087_sync 140 r\n2011_09_26/2011_09_26_drive_0087_sync 188 r\n2011_09_26/2011_09_26_drive_0087_sync 180 r\n2011_09_26/2011_09_26_drive_0087_sync 562 l\n2011_09_26/2011_09_26_drive_0087_sync 717 r\n2011_09_26/2011_09_26_drive_0087_sync 702 l\n2011_09_26/2011_09_26_drive_0087_sync 662 r\n2011_09_26/2011_09_26_drive_0087_sync 332 l\n2011_09_26/2011_09_26_drive_0087_sync 17 r\n2011_09_26/2011_09_26_drive_0087_sync 253 l\n2011_09_26/2011_09_26_drive_0087_sync 88 l\n2011_09_26/2011_09_26_drive_0087_sync 403 l\n2011_09_26/2011_09_26_drive_0087_sync 84 r\n2011_09_26/2011_09_26_drive_0087_sync 256 l\n2011_09_26/2011_09_26_drive_0087_sync 245 r\n2011_09_26/2011_09_26_drive_0087_sync 230 l\n2011_09_26/2011_09_26_drive_0087_sync 722 l\n2011_09_26/2011_09_26_drive_0087_sync 664 l\n2011_09_26/2011_09_26_drive_0087_sync 182 l\n2011_09_26/2011_09_26_drive_0087_sync 684 l\n2011_09_26/2011_09_26_drive_0087_sync 297 r\n2011_09_26/2011_09_26_drive_0087_sync 44 l\n2011_09_26/2011_09_26_drive_0087_sync 430 r\n2011_09_26/2011_09_26_drive_0087_sync 626 r\n2011_09_26/2011_09_26_drive_0087_sync 701 l\n2011_09_26/2011_09_26_drive_0087_sync 504 l\n2011_09_26/2011_09_26_drive_0087_sync 364 r\n2011_09_26/2011_09_26_drive_0087_sync 276 r\n2011_09_26/2011_09_26_drive_0087_sync 441 l\n2011_09_26/2011_09_26_drive_0087_sync 574 r\n2011_09_26/2011_09_26_drive_0087_sync 619 l\n2011_09_26/2011_09_26_drive_0087_sync 283 l\n2011_09_26/2011_09_26_drive_0087_sync 285 l\n2011_09_26/2011_09_26_drive_0087_sync 596 l\n2011_09_26/2011_09_26_drive_0087_sync 368 r\n2011_09_26/2011_09_26_drive_0087_sync 34 l\n2011_09_26/2011_09_26_drive_0087_sync 713 r\n2011_09_26/2011_09_26_drive_0087_sync 515 r\n2011_09_26/2011_09_26_drive_0087_sync 658 l\n2011_09_26/2011_09_26_drive_0087_sync 136 r\n2011_09_26/2011_09_26_drive_0087_sync 437 r\n2011_09_26/2011_09_26_drive_0087_sync 180 l\n2011_09_26/2011_09_26_drive_0087_sync 698 r\n2011_09_26/2011_09_26_drive_0087_sync 467 l\n2011_09_26/2011_09_26_drive_0087_sync 317 r\n2011_09_26/2011_09_26_drive_0087_sync 469 r\n2011_09_26/2011_09_26_drive_0087_sync 94 r\n2011_09_26/2011_09_26_drive_0087_sync 30 l\n2011_09_26/2011_09_26_drive_0087_sync 440 l\n2011_09_26/2011_09_26_drive_0087_sync 620 l\n2011_09_26/2011_09_26_drive_0087_sync 564 r\n2011_09_26/2011_09_26_drive_0087_sync 709 l\n2011_09_26/2011_09_26_drive_0087_sync 500 l\n2011_09_26/2011_09_26_drive_0087_sync 414 l\n2011_09_26/2011_09_26_drive_0087_sync 218 l\n2011_09_26/2011_09_26_drive_0087_sync 588 r\n2011_09_26/2011_09_26_drive_0087_sync 672 l\n2011_09_26/2011_09_26_drive_0087_sync 435 l\n2011_09_26/2011_09_26_drive_0087_sync 606 r\n2011_09_26/2011_09_26_drive_0087_sync 153 r\n2011_09_26/2011_09_26_drive_0087_sync 573 l\n2011_09_26/2011_09_26_drive_0087_sync 53 r\n2011_09_26/2011_09_26_drive_0087_sync 618 l\n2011_09_26/2011_09_26_drive_0087_sync 52 l\n2011_09_26/2011_09_26_drive_0087_sync 357 l\n2011_09_26/2011_09_26_drive_0087_sync 650 r\n2011_09_26/2011_09_26_drive_0087_sync 195 r\n2011_09_26/2011_09_26_drive_0087_sync 637 r\n2011_09_26/2011_09_26_drive_0087_sync 678 r\n2011_09_26/2011_09_26_drive_0087_sync 250 l\n2011_09_26/2011_09_26_drive_0087_sync 393 l\n2011_09_26/2011_09_26_drive_0087_sync 69 r\n2011_09_26/2011_09_26_drive_0087_sync 83 l\n2011_09_26/2011_09_26_drive_0087_sync 382 l\n2011_09_26/2011_09_26_drive_0087_sync 551 r\n2011_09_26/2011_09_26_drive_0087_sync 627 l\n2011_09_26/2011_09_26_drive_0087_sync 273 l\n2011_09_26/2011_09_26_drive_0087_sync 686 l\n2011_09_26/2011_09_26_drive_0087_sync 59 l\n2011_09_26/2011_09_26_drive_0087_sync 508 r\n2011_09_26/2011_09_26_drive_0087_sync 55 l\n2011_09_26/2011_09_26_drive_0087_sync 517 r\n2011_09_26/2011_09_26_drive_0087_sync 495 r\n2011_09_26/2011_09_26_drive_0087_sync 284 r\n2011_09_26/2011_09_26_drive_0087_sync 206 r\n2011_09_26/2011_09_26_drive_0087_sync 291 l\n2011_09_26/2011_09_26_drive_0087_sync 493 r\n2011_09_26/2011_09_26_drive_0087_sync 525 l\n2011_09_26/2011_09_26_drive_0087_sync 124 l\n2011_09_26/2011_09_26_drive_0087_sync 148 l\n2011_09_26/2011_09_26_drive_0087_sync 529 r\n2011_09_26/2011_09_26_drive_0087_sync 227 l\n2011_09_26/2011_09_26_drive_0087_sync 318 l\n2011_09_26/2011_09_26_drive_0087_sync 625 r\n2011_09_26/2011_09_26_drive_0087_sync 26 r\n2011_09_26/2011_09_26_drive_0087_sync 137 r\n2011_09_26/2011_09_26_drive_0087_sync 304 l\n2011_09_26/2011_09_26_drive_0087_sync 506 r\n2011_09_26/2011_09_26_drive_0087_sync 207 r\n2011_09_26/2011_09_26_drive_0087_sync 715 l\n2011_09_26/2011_09_26_drive_0087_sync 654 l\n2011_09_26/2011_09_26_drive_0087_sync 355 l\n2011_09_26/2011_09_26_drive_0087_sync 552 r\n2011_09_26/2011_09_26_drive_0087_sync 193 r\n2011_09_26/2011_09_26_drive_0087_sync 644 l\n2011_09_26/2011_09_26_drive_0087_sync 181 r\n2011_09_26/2011_09_26_drive_0087_sync 451 r\n2011_09_26/2011_09_26_drive_0087_sync 48 r\n2011_09_26/2011_09_26_drive_0087_sync 378 r\n2011_09_26/2011_09_26_drive_0087_sync 716 r\n2011_09_26/2011_09_26_drive_0087_sync 721 r\n2011_09_26/2011_09_26_drive_0087_sync 615 l\n2011_09_26/2011_09_26_drive_0087_sync 157 l\n2011_09_26/2011_09_26_drive_0087_sync 161 l\n2011_09_26/2011_09_26_drive_0087_sync 391 r\n2011_09_26/2011_09_26_drive_0087_sync 271 r\n2011_09_26/2011_09_26_drive_0087_sync 109 r\n2011_09_26/2011_09_26_drive_0087_sync 162 l\n2011_09_26/2011_09_26_drive_0087_sync 235 r\n2011_09_26/2011_09_26_drive_0087_sync 36 r\n2011_09_26/2011_09_26_drive_0087_sync 96 l\n2011_09_26/2011_09_26_drive_0087_sync 74 l\n2011_09_26/2011_09_26_drive_0087_sync 507 l\n2011_09_26/2011_09_26_drive_0087_sync 178 l\n2011_09_26/2011_09_26_drive_0087_sync 80 r\n2011_09_26/2011_09_26_drive_0087_sync 346 r\n2011_09_26/2011_09_26_drive_0087_sync 22 r\n2011_09_26/2011_09_26_drive_0087_sync 16 r\n2011_09_26/2011_09_26_drive_0087_sync 453 l\n2011_09_26/2011_09_26_drive_0087_sync 62 r\n2011_09_26/2011_09_26_drive_0087_sync 585 r\n2011_09_26/2011_09_26_drive_0087_sync 582 l\n2011_09_26/2011_09_26_drive_0087_sync 122 r\n2011_09_26/2011_09_26_drive_0087_sync 174 l\n2011_09_26/2011_09_26_drive_0087_sync 57 l\n2011_09_26/2011_09_26_drive_0087_sync 123 l\n2011_09_26/2011_09_26_drive_0087_sync 118 r\n2011_09_26/2011_09_26_drive_0087_sync 61 l\n2011_09_26/2011_09_26_drive_0087_sync 364 l\n2011_09_26/2011_09_26_drive_0087_sync 249 l\n2011_09_26/2011_09_26_drive_0087_sync 427 l\n2011_09_26/2011_09_26_drive_0087_sync 235 l\n2011_09_26/2011_09_26_drive_0087_sync 548 r\n2011_09_26/2011_09_26_drive_0087_sync 101 r\n2011_09_26/2011_09_26_drive_0087_sync 511 l\n2011_09_26/2011_09_26_drive_0087_sync 417 r\n2011_09_26/2011_09_26_drive_0087_sync 481 l\n2011_09_26/2011_09_26_drive_0087_sync 479 r\n2011_09_26/2011_09_26_drive_0087_sync 376 r\n2011_09_26/2011_09_26_drive_0087_sync 662 l\n2011_09_26/2011_09_26_drive_0087_sync 581 r\n2011_09_26/2011_09_26_drive_0087_sync 369 l\n2011_09_26/2011_09_26_drive_0087_sync 343 r\n2011_09_26/2011_09_26_drive_0087_sync 220 l\n2011_09_26/2011_09_26_drive_0087_sync 46 l\n2011_09_26/2011_09_26_drive_0087_sync 333 l\n2011_09_26/2011_09_26_drive_0087_sync 205 r\n2011_09_26/2011_09_26_drive_0087_sync 163 l\n2011_09_26/2011_09_26_drive_0087_sync 189 l\n2011_09_26/2011_09_26_drive_0087_sync 125 l\n2011_09_26/2011_09_26_drive_0087_sync 32 r\n2011_09_26/2011_09_26_drive_0087_sync 365 l\n2011_09_30/2011_09_30_drive_0028_sync 497 l\n2011_09_30/2011_09_30_drive_0028_sync 2975 l\n2011_09_30/2011_09_30_drive_0028_sync 1924 l\n2011_09_30/2011_09_30_drive_0028_sync 5004 r\n2011_09_30/2011_09_30_drive_0028_sync 573 l\n2011_09_30/2011_09_30_drive_0028_sync 2380 l\n2011_09_30/2011_09_30_drive_0028_sync 1323 l\n2011_09_30/2011_09_30_drive_0028_sync 733 r\n2011_09_30/2011_09_30_drive_0028_sync 536 l\n2011_09_30/2011_09_30_drive_0028_sync 2935 r\n2011_09_30/2011_09_30_drive_0028_sync 5148 r\n2011_09_30/2011_09_30_drive_0028_sync 3546 r\n2011_09_30/2011_09_30_drive_0028_sync 402 r\n2011_09_30/2011_09_30_drive_0028_sync 4906 r\n2011_09_30/2011_09_30_drive_0028_sync 684 l\n2011_09_30/2011_09_30_drive_0028_sync 3418 r\n2011_09_30/2011_09_30_drive_0028_sync 663 l\n2011_09_30/2011_09_30_drive_0028_sync 3297 l\n2011_09_30/2011_09_30_drive_0028_sync 1031 l\n2011_09_30/2011_09_30_drive_0028_sync 2604 l\n2011_09_30/2011_09_30_drive_0028_sync 2946 l\n2011_09_30/2011_09_30_drive_0028_sync 4166 r\n2011_09_30/2011_09_30_drive_0028_sync 4922 l\n2011_09_30/2011_09_30_drive_0028_sync 382 r\n2011_09_30/2011_09_30_drive_0028_sync 3023 l\n2011_09_30/2011_09_30_drive_0028_sync 4741 l\n2011_09_30/2011_09_30_drive_0028_sync 3557 r\n2011_09_30/2011_09_30_drive_0028_sync 158 r\n2011_09_30/2011_09_30_drive_0028_sync 220 l\n2011_09_30/2011_09_30_drive_0028_sync 3244 l\n2011_09_30/2011_09_30_drive_0028_sync 4213 l\n2011_09_30/2011_09_30_drive_0028_sync 3632 l\n2011_09_30/2011_09_30_drive_0028_sync 2596 l\n2011_09_30/2011_09_30_drive_0028_sync 2369 r\n2011_09_30/2011_09_30_drive_0028_sync 756 r\n2011_09_30/2011_09_30_drive_0028_sync 4188 r\n2011_09_30/2011_09_30_drive_0028_sync 2624 l\n2011_09_30/2011_09_30_drive_0028_sync 2850 r\n2011_09_30/2011_09_30_drive_0028_sync 5050 l\n2011_09_30/2011_09_30_drive_0028_sync 2414 r\n2011_09_30/2011_09_30_drive_0028_sync 4612 r\n2011_09_30/2011_09_30_drive_0028_sync 3675 l\n2011_09_30/2011_09_30_drive_0028_sync 2165 r\n2011_09_30/2011_09_30_drive_0028_sync 903 l\n2011_09_30/2011_09_30_drive_0028_sync 4303 l\n2011_09_30/2011_09_30_drive_0028_sync 1732 r\n2011_09_30/2011_09_30_drive_0028_sync 3082 r\n2011_09_30/2011_09_30_drive_0028_sync 2853 l\n2011_09_30/2011_09_30_drive_0028_sync 689 l\n2011_09_30/2011_09_30_drive_0028_sync 3848 r\n2011_09_30/2011_09_30_drive_0028_sync 19 r\n2011_09_30/2011_09_30_drive_0028_sync 3690 l\n2011_09_30/2011_09_30_drive_0028_sync 2357 l\n2011_09_30/2011_09_30_drive_0028_sync 1936 l\n2011_09_30/2011_09_30_drive_0028_sync 4035 l\n2011_09_30/2011_09_30_drive_0028_sync 2956 r\n2011_09_30/2011_09_30_drive_0028_sync 1318 l\n2011_09_30/2011_09_30_drive_0028_sync 1847 r\n2011_09_30/2011_09_30_drive_0028_sync 3718 l\n2011_09_30/2011_09_30_drive_0028_sync 3928 l\n2011_09_30/2011_09_30_drive_0028_sync 613 r\n2011_09_30/2011_09_30_drive_0028_sync 3036 r\n2011_09_30/2011_09_30_drive_0028_sync 4540 l\n2011_09_30/2011_09_30_drive_0028_sync 4420 l\n2011_09_30/2011_09_30_drive_0028_sync 4622 l\n2011_09_30/2011_09_30_drive_0028_sync 3522 l\n2011_09_30/2011_09_30_drive_0028_sync 1482 l\n2011_09_30/2011_09_30_drive_0028_sync 166 l\n2011_09_30/2011_09_30_drive_0028_sync 4932 r\n2011_09_30/2011_09_30_drive_0028_sync 1628 r\n2011_09_30/2011_09_30_drive_0028_sync 117 r\n2011_09_30/2011_09_30_drive_0028_sync 3077 l\n2011_09_30/2011_09_30_drive_0028_sync 3015 r\n2011_09_30/2011_09_30_drive_0028_sync 4836 r\n2011_09_30/2011_09_30_drive_0028_sync 5097 l\n2011_09_30/2011_09_30_drive_0028_sync 3803 r\n2011_09_30/2011_09_30_drive_0028_sync 1302 l\n2011_09_30/2011_09_30_drive_0028_sync 128 r\n2011_09_30/2011_09_30_drive_0028_sync 2618 r\n2011_09_30/2011_09_30_drive_0028_sync 4638 r\n2011_09_30/2011_09_30_drive_0028_sync 4705 r\n2011_09_30/2011_09_30_drive_0028_sync 2304 l\n2011_09_30/2011_09_30_drive_0028_sync 1554 r\n2011_09_30/2011_09_30_drive_0028_sync 1039 l\n2011_09_30/2011_09_30_drive_0028_sync 5017 r\n2011_09_30/2011_09_30_drive_0028_sync 3433 l\n2011_09_30/2011_09_30_drive_0028_sync 3321 l\n2011_09_30/2011_09_30_drive_0028_sync 1925 l\n2011_09_30/2011_09_30_drive_0028_sync 383 r\n2011_09_30/2011_09_30_drive_0028_sync 3668 l\n2011_09_30/2011_09_30_drive_0028_sync 4112 l\n2011_09_30/2011_09_30_drive_0028_sync 2201 l\n2011_09_30/2011_09_30_drive_0028_sync 3020 l\n2011_09_30/2011_09_30_drive_0028_sync 2407 r\n2011_09_30/2011_09_30_drive_0028_sync 2857 l\n2011_09_30/2011_09_30_drive_0028_sync 1642 r\n2011_09_30/2011_09_30_drive_0028_sync 90 r\n2011_09_30/2011_09_30_drive_0028_sync 218 r\n2011_09_30/2011_09_30_drive_0028_sync 700 l\n2011_09_30/2011_09_30_drive_0028_sync 2827 r\n2011_09_30/2011_09_30_drive_0028_sync 4664 r\n2011_09_30/2011_09_30_drive_0028_sync 1316 r\n2011_09_30/2011_09_30_drive_0028_sync 905 l\n2011_09_30/2011_09_30_drive_0028_sync 239 r\n2011_09_30/2011_09_30_drive_0028_sync 4251 r\n2011_09_30/2011_09_30_drive_0028_sync 2516 r\n2011_09_30/2011_09_30_drive_0028_sync 4600 r\n2011_09_30/2011_09_30_drive_0028_sync 2517 r\n2011_09_30/2011_09_30_drive_0028_sync 4981 r\n2011_09_30/2011_09_30_drive_0028_sync 2436 l\n2011_09_30/2011_09_30_drive_0028_sync 4897 l\n2011_09_30/2011_09_30_drive_0028_sync 143 r\n2011_09_30/2011_09_30_drive_0028_sync 3953 l\n2011_09_30/2011_09_30_drive_0028_sync 668 l\n2011_09_30/2011_09_30_drive_0028_sync 4366 r\n2011_09_30/2011_09_30_drive_0028_sync 5172 r\n2011_09_30/2011_09_30_drive_0028_sync 1587 l\n2011_09_30/2011_09_30_drive_0028_sync 2140 l\n2011_09_30/2011_09_30_drive_0028_sync 2028 l\n2011_09_30/2011_09_30_drive_0028_sync 3330 l\n2011_09_30/2011_09_30_drive_0028_sync 4748 l\n2011_09_30/2011_09_30_drive_0028_sync 1101 l\n2011_09_30/2011_09_30_drive_0028_sync 3763 l\n2011_09_30/2011_09_30_drive_0028_sync 45 r\n2011_09_30/2011_09_30_drive_0028_sync 849 r\n2011_09_30/2011_09_30_drive_0028_sync 1832 l\n2011_09_30/2011_09_30_drive_0028_sync 2977 l\n2011_09_30/2011_09_30_drive_0028_sync 599 r\n2011_09_30/2011_09_30_drive_0028_sync 855 r\n2011_09_30/2011_09_30_drive_0028_sync 4216 l\n2011_09_30/2011_09_30_drive_0028_sync 259 r\n2011_09_30/2011_09_30_drive_0028_sync 4056 l\n2011_09_30/2011_09_30_drive_0028_sync 4032 l\n2011_09_30/2011_09_30_drive_0028_sync 1330 r\n2011_09_30/2011_09_30_drive_0028_sync 3134 l\n2011_09_30/2011_09_30_drive_0028_sync 4321 r\n2011_09_30/2011_09_30_drive_0028_sync 3023 r\n2011_09_30/2011_09_30_drive_0028_sync 3379 l\n2011_09_30/2011_09_30_drive_0028_sync 2706 l\n2011_09_30/2011_09_30_drive_0028_sync 2678 r\n2011_09_30/2011_09_30_drive_0028_sync 4180 r\n2011_09_30/2011_09_30_drive_0028_sync 2321 l\n2011_09_30/2011_09_30_drive_0028_sync 3454 l\n2011_09_30/2011_09_30_drive_0028_sync 2897 r\n2011_09_30/2011_09_30_drive_0028_sync 3501 r\n2011_09_30/2011_09_30_drive_0028_sync 4654 l\n2011_09_30/2011_09_30_drive_0028_sync 3761 l\n2011_09_30/2011_09_30_drive_0028_sync 3125 r\n2011_09_30/2011_09_30_drive_0028_sync 1042 l\n2011_09_30/2011_09_30_drive_0028_sync 1761 l\n2011_09_30/2011_09_30_drive_0028_sync 2613 r\n2011_09_30/2011_09_30_drive_0028_sync 3208 r\n2011_09_30/2011_09_30_drive_0028_sync 4340 l\n2011_09_30/2011_09_30_drive_0028_sync 3144 r\n2011_09_30/2011_09_30_drive_0028_sync 2348 r\n2011_09_30/2011_09_30_drive_0028_sync 1686 r\n2011_09_30/2011_09_30_drive_0028_sync 465 l\n2011_09_30/2011_09_30_drive_0028_sync 986 l\n2011_09_30/2011_09_30_drive_0028_sync 2891 r\n2011_09_30/2011_09_30_drive_0028_sync 1440 r\n2011_09_30/2011_09_30_drive_0028_sync 1837 l\n2011_09_30/2011_09_30_drive_0028_sync 3976 r\n2011_09_30/2011_09_30_drive_0028_sync 863 l\n2011_09_30/2011_09_30_drive_0028_sync 4644 r\n2011_09_30/2011_09_30_drive_0028_sync 1149 l\n2011_09_30/2011_09_30_drive_0028_sync 2426 r\n2011_09_30/2011_09_30_drive_0028_sync 3415 r\n2011_09_30/2011_09_30_drive_0028_sync 881 r\n2011_09_30/2011_09_30_drive_0028_sync 1670 l\n2011_09_30/2011_09_30_drive_0028_sync 3118 r\n2011_09_30/2011_09_30_drive_0028_sync 5006 r\n2011_09_30/2011_09_30_drive_0028_sync 193 r\n2011_09_30/2011_09_30_drive_0028_sync 4745 l\n2011_09_30/2011_09_30_drive_0028_sync 1037 l\n2011_09_30/2011_09_30_drive_0028_sync 369 r\n2011_09_30/2011_09_30_drive_0028_sync 2000 l\n2011_09_30/2011_09_30_drive_0028_sync 2852 r\n2011_09_30/2011_09_30_drive_0028_sync 5173 r\n2011_09_30/2011_09_30_drive_0028_sync 4574 l\n2011_09_30/2011_09_30_drive_0028_sync 4763 l\n2011_09_30/2011_09_30_drive_0028_sync 17 l\n2011_09_30/2011_09_30_drive_0028_sync 1430 l\n2011_09_30/2011_09_30_drive_0028_sync 1775 l\n2011_09_30/2011_09_30_drive_0028_sync 1954 r\n2011_09_30/2011_09_30_drive_0028_sync 3327 l\n2011_09_30/2011_09_30_drive_0028_sync 338 l\n2011_09_30/2011_09_30_drive_0028_sync 796 l\n2011_09_30/2011_09_30_drive_0028_sync 396 l\n2011_09_30/2011_09_30_drive_0028_sync 4139 l\n2011_09_30/2011_09_30_drive_0028_sync 5160 l\n2011_09_30/2011_09_30_drive_0028_sync 1940 l\n2011_09_30/2011_09_30_drive_0028_sync 3210 l\n2011_09_30/2011_09_30_drive_0028_sync 1844 r\n2011_09_30/2011_09_30_drive_0028_sync 974 r\n2011_09_30/2011_09_30_drive_0028_sync 1577 l\n2011_09_30/2011_09_30_drive_0028_sync 3208 l\n2011_09_30/2011_09_30_drive_0028_sync 2058 l\n2011_09_30/2011_09_30_drive_0028_sync 444 r\n2011_09_30/2011_09_30_drive_0028_sync 1479 r\n2011_09_30/2011_09_30_drive_0028_sync 1796 l\n2011_09_30/2011_09_30_drive_0028_sync 5030 l\n2011_09_30/2011_09_30_drive_0028_sync 207 r\n2011_09_30/2011_09_30_drive_0028_sync 2412 r\n2011_09_30/2011_09_30_drive_0028_sync 1206 l\n2011_09_30/2011_09_30_drive_0028_sync 3038 r\n2011_09_30/2011_09_30_drive_0028_sync 3206 r\n2011_09_30/2011_09_30_drive_0028_sync 2157 l\n2011_09_30/2011_09_30_drive_0028_sync 4986 r\n2011_09_30/2011_09_30_drive_0028_sync 4790 l\n2011_09_30/2011_09_30_drive_0028_sync 418 l\n2011_09_30/2011_09_30_drive_0028_sync 2716 r\n2011_09_30/2011_09_30_drive_0028_sync 492 l\n2011_09_30/2011_09_30_drive_0028_sync 4142 l\n2011_09_30/2011_09_30_drive_0028_sync 2553 l\n2011_09_30/2011_09_30_drive_0028_sync 4838 l\n2011_09_30/2011_09_30_drive_0028_sync 2210 l\n2011_09_30/2011_09_30_drive_0028_sync 4953 r\n2011_09_30/2011_09_30_drive_0028_sync 2855 l\n2011_09_30/2011_09_30_drive_0028_sync 1768 r\n2011_09_30/2011_09_30_drive_0028_sync 678 l\n2011_09_30/2011_09_30_drive_0028_sync 1559 l\n2011_09_30/2011_09_30_drive_0028_sync 146 r\n2011_09_30/2011_09_30_drive_0028_sync 178 r\n2011_09_30/2011_09_30_drive_0028_sync 4807 r\n2011_09_30/2011_09_30_drive_0028_sync 2829 l\n2011_09_30/2011_09_30_drive_0028_sync 463 l\n2011_09_30/2011_09_30_drive_0028_sync 3242 l\n2011_09_30/2011_09_30_drive_0028_sync 3082 l\n2011_09_30/2011_09_30_drive_0028_sync 4036 r\n2011_09_30/2011_09_30_drive_0028_sync 1914 l\n2011_09_30/2011_09_30_drive_0028_sync 4099 r\n2011_09_30/2011_09_30_drive_0028_sync 4053 l\n2011_09_30/2011_09_30_drive_0028_sync 1633 r\n2011_09_30/2011_09_30_drive_0028_sync 3152 l\n2011_09_30/2011_09_30_drive_0028_sync 4009 r\n2011_09_30/2011_09_30_drive_0028_sync 1329 l\n2011_09_30/2011_09_30_drive_0028_sync 3757 l\n2011_09_30/2011_09_30_drive_0028_sync 1851 l\n2011_09_30/2011_09_30_drive_0028_sync 910 l\n2011_09_30/2011_09_30_drive_0028_sync 366 l\n2011_09_30/2011_09_30_drive_0028_sync 991 r\n2011_09_30/2011_09_30_drive_0028_sync 3623 l\n2011_09_30/2011_09_30_drive_0028_sync 2218 l\n2011_09_30/2011_09_30_drive_0028_sync 1806 r\n2011_09_30/2011_09_30_drive_0028_sync 1533 l\n2011_09_30/2011_09_30_drive_0028_sync 1093 l\n2011_09_30/2011_09_30_drive_0028_sync 4673 l\n2011_09_30/2011_09_30_drive_0028_sync 4009 l\n2011_09_30/2011_09_30_drive_0028_sync 2719 l\n2011_09_30/2011_09_30_drive_0028_sync 792 l\n2011_09_30/2011_09_30_drive_0028_sync 3932 r\n2011_09_30/2011_09_30_drive_0028_sync 1573 r\n2011_09_30/2011_09_30_drive_0028_sync 486 l\n2011_09_30/2011_09_30_drive_0028_sync 2663 l\n2011_09_30/2011_09_30_drive_0028_sync 4929 l\n2011_09_30/2011_09_30_drive_0028_sync 77 r\n2011_09_30/2011_09_30_drive_0028_sync 2259 r\n2011_09_30/2011_09_30_drive_0028_sync 233 r\n2011_09_30/2011_09_30_drive_0028_sync 1879 l\n2011_09_30/2011_09_30_drive_0028_sync 3221 l\n2011_09_30/2011_09_30_drive_0028_sync 4911 r\n2011_09_30/2011_09_30_drive_0028_sync 1048 r\n2011_09_30/2011_09_30_drive_0028_sync 3732 r\n2011_09_30/2011_09_30_drive_0028_sync 1257 r\n2011_09_30/2011_09_30_drive_0028_sync 3071 r\n2011_09_30/2011_09_30_drive_0028_sync 2718 l\n2011_09_30/2011_09_30_drive_0028_sync 1746 l\n2011_09_30/2011_09_30_drive_0028_sync 3252 l\n2011_09_30/2011_09_30_drive_0028_sync 944 r\n2011_09_30/2011_09_30_drive_0028_sync 25 r\n2011_09_30/2011_09_30_drive_0028_sync 1842 r\n2011_09_30/2011_09_30_drive_0028_sync 2528 r\n2011_09_30/2011_09_30_drive_0028_sync 1985 l\n2011_09_30/2011_09_30_drive_0028_sync 163 l\n2011_09_30/2011_09_30_drive_0028_sync 3955 l\n2011_09_30/2011_09_30_drive_0028_sync 4162 r\n2011_09_30/2011_09_30_drive_0028_sync 2964 r\n2011_09_30/2011_09_30_drive_0028_sync 3409 r\n2011_09_30/2011_09_30_drive_0028_sync 372 r\n2011_09_30/2011_09_30_drive_0028_sync 1947 r\n2011_09_30/2011_09_30_drive_0028_sync 1139 l\n2011_09_30/2011_09_30_drive_0028_sync 3360 l\n2011_09_30/2011_09_30_drive_0028_sync 617 r\n2011_09_30/2011_09_30_drive_0028_sync 2390 r\n2011_09_30/2011_09_30_drive_0028_sync 727 l\n2011_09_30/2011_09_30_drive_0028_sync 1347 l\n2011_09_30/2011_09_30_drive_0028_sync 1698 l\n2011_09_30/2011_09_30_drive_0028_sync 2562 l\n2011_09_30/2011_09_30_drive_0028_sync 4724 r\n2011_09_30/2011_09_30_drive_0028_sync 5004 l\n2011_09_30/2011_09_30_drive_0028_sync 1400 l\n2011_09_30/2011_09_30_drive_0028_sync 3094 r\n2011_09_30/2011_09_30_drive_0028_sync 4613 l\n2011_09_30/2011_09_30_drive_0028_sync 2325 r\n2011_09_30/2011_09_30_drive_0028_sync 198 r\n2011_09_30/2011_09_30_drive_0028_sync 4850 r\n2011_09_30/2011_09_30_drive_0028_sync 448 l\n2011_09_30/2011_09_30_drive_0028_sync 5079 r\n2011_09_30/2011_09_30_drive_0028_sync 1794 l\n2011_09_30/2011_09_30_drive_0028_sync 4105 r\n2011_09_30/2011_09_30_drive_0028_sync 3720 r\n2011_09_30/2011_09_30_drive_0028_sync 2108 r\n2011_09_30/2011_09_30_drive_0028_sync 982 l\n2011_09_30/2011_09_30_drive_0028_sync 293 r\n2011_09_30/2011_09_30_drive_0028_sync 4524 r\n2011_09_30/2011_09_30_drive_0028_sync 1301 r\n2011_09_30/2011_09_30_drive_0028_sync 4217 l\n2011_09_30/2011_09_30_drive_0028_sync 1814 r\n2011_09_30/2011_09_30_drive_0028_sync 672 l\n2011_09_30/2011_09_30_drive_0028_sync 75 l\n2011_09_30/2011_09_30_drive_0028_sync 854 r\n2011_09_30/2011_09_30_drive_0028_sync 4874 l\n2011_09_30/2011_09_30_drive_0028_sync 4033 l\n2011_09_30/2011_09_30_drive_0028_sync 3146 r\n2011_09_30/2011_09_30_drive_0028_sync 127 l\n2011_09_30/2011_09_30_drive_0028_sync 2914 r\n2011_09_30/2011_09_30_drive_0028_sync 196 l\n2011_09_30/2011_09_30_drive_0028_sync 942 r\n2011_09_30/2011_09_30_drive_0028_sync 4452 l\n2011_09_30/2011_09_30_drive_0028_sync 5089 r\n2011_09_30/2011_09_30_drive_0028_sync 2031 r\n2011_09_30/2011_09_30_drive_0028_sync 3880 l\n2011_09_30/2011_09_30_drive_0028_sync 873 l\n2011_09_30/2011_09_30_drive_0028_sync 2707 r\n2011_09_30/2011_09_30_drive_0028_sync 1491 l\n2011_09_30/2011_09_30_drive_0028_sync 2219 r\n2011_09_30/2011_09_30_drive_0028_sync 1457 r\n2011_09_30/2011_09_30_drive_0028_sync 1533 r\n2011_09_30/2011_09_30_drive_0028_sync 2823 l\n2011_09_30/2011_09_30_drive_0028_sync 187 l\n2011_09_30/2011_09_30_drive_0028_sync 1242 r\n2011_09_30/2011_09_30_drive_0028_sync 284 r\n2011_09_30/2011_09_30_drive_0028_sync 893 r\n2011_09_30/2011_09_30_drive_0028_sync 2766 r\n2011_09_30/2011_09_30_drive_0028_sync 2537 r\n2011_09_30/2011_09_30_drive_0028_sync 2939 l\n2011_09_30/2011_09_30_drive_0028_sync 3237 l\n2011_09_30/2011_09_30_drive_0028_sync 3081 r\n2011_09_30/2011_09_30_drive_0028_sync 3173 r\n2011_09_30/2011_09_30_drive_0028_sync 3317 l\n2011_09_30/2011_09_30_drive_0028_sync 1281 l\n2011_09_30/2011_09_30_drive_0028_sync 2487 l\n2011_09_30/2011_09_30_drive_0028_sync 305 l\n2011_09_30/2011_09_30_drive_0028_sync 1323 r\n2011_09_30/2011_09_30_drive_0028_sync 2797 l\n2011_09_30/2011_09_30_drive_0028_sync 648 r\n2011_09_30/2011_09_30_drive_0028_sync 314 r\n2011_09_30/2011_09_30_drive_0028_sync 1020 l\n2011_09_30/2011_09_30_drive_0028_sync 4750 r\n2011_09_30/2011_09_30_drive_0028_sync 3991 l\n2011_09_30/2011_09_30_drive_0028_sync 1976 l\n2011_09_30/2011_09_30_drive_0028_sync 2837 r\n2011_09_30/2011_09_30_drive_0028_sync 1659 r\n2011_09_30/2011_09_30_drive_0028_sync 239 l\n2011_09_30/2011_09_30_drive_0028_sync 3362 l\n2011_09_30/2011_09_30_drive_0028_sync 3263 l\n2011_09_30/2011_09_30_drive_0028_sync 2155 l\n2011_09_30/2011_09_30_drive_0028_sync 3960 l\n2011_09_30/2011_09_30_drive_0028_sync 1012 r\n2011_09_30/2011_09_30_drive_0028_sync 3736 l\n2011_09_30/2011_09_30_drive_0028_sync 3146 l\n2011_09_30/2011_09_30_drive_0028_sync 2996 r\n2011_09_30/2011_09_30_drive_0028_sync 1177 l\n2011_09_30/2011_09_30_drive_0028_sync 4456 r\n2011_09_30/2011_09_30_drive_0028_sync 1918 l\n2011_09_30/2011_09_30_drive_0028_sync 973 l\n2011_09_30/2011_09_30_drive_0028_sync 2903 r\n2011_09_30/2011_09_30_drive_0028_sync 2606 r\n2011_09_30/2011_09_30_drive_0028_sync 4343 r\n2011_09_30/2011_09_30_drive_0028_sync 1557 l\n2011_09_30/2011_09_30_drive_0028_sync 1021 r\n2011_09_30/2011_09_30_drive_0028_sync 674 r\n2011_09_30/2011_09_30_drive_0028_sync 4113 l\n2011_09_30/2011_09_30_drive_0028_sync 2997 r\n2011_09_30/2011_09_30_drive_0028_sync 3115 l\n2011_09_30/2011_09_30_drive_0028_sync 748 r\n2011_09_30/2011_09_30_drive_0028_sync 1917 r\n2011_09_30/2011_09_30_drive_0028_sync 4153 l\n2011_09_30/2011_09_30_drive_0028_sync 1203 l\n2011_09_30/2011_09_30_drive_0028_sync 366 r\n2011_09_30/2011_09_30_drive_0028_sync 3762 r\n2011_09_30/2011_09_30_drive_0028_sync 3571 l\n2011_09_30/2011_09_30_drive_0028_sync 3354 l\n2011_09_30/2011_09_30_drive_0028_sync 3313 r\n2011_09_30/2011_09_30_drive_0028_sync 671 r\n2011_09_30/2011_09_30_drive_0028_sync 5009 l\n2011_09_30/2011_09_30_drive_0028_sync 5087 l\n2011_09_30/2011_09_30_drive_0028_sync 3346 l\n2011_09_30/2011_09_30_drive_0028_sync 3711 l\n2011_09_30/2011_09_30_drive_0028_sync 2177 r\n2011_09_30/2011_09_30_drive_0028_sync 16 r\n2011_09_30/2011_09_30_drive_0028_sync 3001 r\n2011_09_30/2011_09_30_drive_0028_sync 66 r\n2011_09_30/2011_09_30_drive_0028_sync 1394 l\n2011_09_30/2011_09_30_drive_0028_sync 7 r\n2011_09_30/2011_09_30_drive_0028_sync 3568 r\n2011_09_30/2011_09_30_drive_0028_sync 1615 l\n2011_09_30/2011_09_30_drive_0028_sync 3645 l\n2011_09_30/2011_09_30_drive_0028_sync 4364 l\n2011_09_30/2011_09_30_drive_0028_sync 3149 r\n2011_09_30/2011_09_30_drive_0028_sync 572 l\n2011_09_30/2011_09_30_drive_0028_sync 1265 l\n2011_09_30/2011_09_30_drive_0028_sync 1854 r\n2011_09_30/2011_09_30_drive_0028_sync 1228 l\n2011_09_30/2011_09_30_drive_0028_sync 3199 r\n2011_09_30/2011_09_30_drive_0028_sync 472 r\n2011_09_30/2011_09_30_drive_0028_sync 4250 r\n2011_09_30/2011_09_30_drive_0028_sync 1960 r\n2011_09_30/2011_09_30_drive_0028_sync 40 l\n2011_09_30/2011_09_30_drive_0028_sync 638 l\n2011_09_30/2011_09_30_drive_0028_sync 3745 r\n2011_09_30/2011_09_30_drive_0028_sync 935 l\n2011_09_30/2011_09_30_drive_0028_sync 2484 r\n2011_09_30/2011_09_30_drive_0028_sync 434 r\n2011_09_30/2011_09_30_drive_0028_sync 2949 l\n2011_09_30/2011_09_30_drive_0028_sync 1740 r\n2011_09_30/2011_09_30_drive_0028_sync 5150 l\n2011_09_30/2011_09_30_drive_0028_sync 93 l\n2011_09_30/2011_09_30_drive_0028_sync 528 l\n2011_09_30/2011_09_30_drive_0028_sync 3251 l\n2011_09_30/2011_09_30_drive_0028_sync 2444 l\n2011_09_30/2011_09_30_drive_0028_sync 5166 r\n2011_09_30/2011_09_30_drive_0028_sync 1682 l\n2011_09_30/2011_09_30_drive_0028_sync 2055 r\n2011_09_30/2011_09_30_drive_0028_sync 647 r\n2011_09_30/2011_09_30_drive_0028_sync 2482 l\n2011_09_30/2011_09_30_drive_0028_sync 2886 l\n2011_09_30/2011_09_30_drive_0028_sync 2753 l\n2011_09_30/2011_09_30_drive_0028_sync 1154 r\n2011_09_30/2011_09_30_drive_0028_sync 2539 r\n2011_09_30/2011_09_30_drive_0028_sync 3292 r\n2011_09_30/2011_09_30_drive_0028_sync 3751 l\n2011_09_30/2011_09_30_drive_0028_sync 1824 r\n2011_09_30/2011_09_30_drive_0028_sync 2613 l\n2011_09_30/2011_09_30_drive_0028_sync 3037 r\n2011_09_30/2011_09_30_drive_0028_sync 3409 l\n2011_09_30/2011_09_30_drive_0028_sync 976 l\n2011_09_30/2011_09_30_drive_0028_sync 740 r\n2011_09_30/2011_09_30_drive_0028_sync 3613 r\n2011_09_30/2011_09_30_drive_0028_sync 3122 l\n2011_09_30/2011_09_30_drive_0028_sync 1902 l\n2011_09_30/2011_09_30_drive_0028_sync 2872 l\n2011_09_30/2011_09_30_drive_0028_sync 3320 l\n2011_09_30/2011_09_30_drive_0028_sync 4160 r\n2011_09_30/2011_09_30_drive_0028_sync 4296 r\n2011_09_30/2011_09_30_drive_0028_sync 5170 l\n2011_09_30/2011_09_30_drive_0028_sync 5132 l\n2011_09_30/2011_09_30_drive_0028_sync 2928 r\n2011_09_30/2011_09_30_drive_0028_sync 2307 l\n2011_09_30/2011_09_30_drive_0028_sync 5161 r\n2011_09_30/2011_09_30_drive_0028_sync 3270 l\n2011_09_30/2011_09_30_drive_0028_sync 3274 l\n2011_09_30/2011_09_30_drive_0028_sync 2168 r\n2011_09_30/2011_09_30_drive_0028_sync 2069 r\n2011_09_30/2011_09_30_drive_0028_sync 2653 r\n2011_09_30/2011_09_30_drive_0028_sync 793 r\n2011_09_30/2011_09_30_drive_0028_sync 4732 r\n2011_09_30/2011_09_30_drive_0028_sync 236 r\n2011_09_30/2011_09_30_drive_0028_sync 2526 r\n2011_09_30/2011_09_30_drive_0028_sync 4260 l\n2011_09_30/2011_09_30_drive_0028_sync 2605 r\n2011_09_30/2011_09_30_drive_0028_sync 3106 l\n2011_09_30/2011_09_30_drive_0028_sync 3141 l\n2011_09_30/2011_09_30_drive_0028_sync 1216 r\n2011_09_30/2011_09_30_drive_0028_sync 2628 l\n2011_09_30/2011_09_30_drive_0028_sync 539 r\n2011_09_30/2011_09_30_drive_0028_sync 3216 r\n2011_09_30/2011_09_30_drive_0028_sync 3694 r\n2011_09_30/2011_09_30_drive_0028_sync 2284 r\n2011_09_30/2011_09_30_drive_0028_sync 4679 r\n2011_09_30/2011_09_30_drive_0028_sync 153 r\n2011_09_30/2011_09_30_drive_0028_sync 3010 r\n2011_09_30/2011_09_30_drive_0028_sync 4987 l\n2011_09_30/2011_09_30_drive_0028_sync 4734 l\n2011_09_30/2011_09_30_drive_0028_sync 932 r\n2011_09_30/2011_09_30_drive_0028_sync 3945 l\n2011_09_30/2011_09_30_drive_0028_sync 1063 r\n2011_09_30/2011_09_30_drive_0028_sync 1172 l\n2011_09_30/2011_09_30_drive_0028_sync 1229 l\n2011_09_30/2011_09_30_drive_0028_sync 4787 r\n2011_09_30/2011_09_30_drive_0028_sync 4358 l\n2011_09_30/2011_09_30_drive_0028_sync 2945 l\n2011_09_30/2011_09_30_drive_0028_sync 2113 r\n2011_09_30/2011_09_30_drive_0028_sync 3480 l\n2011_09_30/2011_09_30_drive_0028_sync 1041 r\n2011_09_30/2011_09_30_drive_0028_sync 3585 l\n2011_09_30/2011_09_30_drive_0028_sync 342 r\n2011_09_30/2011_09_30_drive_0028_sync 2467 l\n2011_09_30/2011_09_30_drive_0028_sync 554 l\n2011_09_30/2011_09_30_drive_0028_sync 4011 l\n2011_09_30/2011_09_30_drive_0028_sync 3398 l\n2011_09_30/2011_09_30_drive_0028_sync 4096 l\n2011_09_30/2011_09_30_drive_0028_sync 2394 r\n2011_09_30/2011_09_30_drive_0028_sync 3774 r\n2011_09_30/2011_09_30_drive_0028_sync 1279 l\n2011_09_30/2011_09_30_drive_0028_sync 1879 r\n2011_09_30/2011_09_30_drive_0028_sync 768 l\n2011_09_30/2011_09_30_drive_0028_sync 3471 l\n2011_09_30/2011_09_30_drive_0028_sync 808 r\n2011_09_30/2011_09_30_drive_0028_sync 3314 r\n2011_09_30/2011_09_30_drive_0028_sync 4656 l\n2011_09_30/2011_09_30_drive_0028_sync 3781 l\n2011_09_30/2011_09_30_drive_0028_sync 4271 l\n2011_09_30/2011_09_30_drive_0028_sync 5168 r\n2011_09_30/2011_09_30_drive_0028_sync 1561 r\n2011_09_30/2011_09_30_drive_0028_sync 546 l\n2011_09_30/2011_09_30_drive_0028_sync 5137 l\n2011_09_30/2011_09_30_drive_0028_sync 4863 r\n2011_09_30/2011_09_30_drive_0028_sync 2493 l\n2011_09_30/2011_09_30_drive_0028_sync 2124 r\n2011_09_30/2011_09_30_drive_0028_sync 2694 l\n2011_09_30/2011_09_30_drive_0028_sync 4886 r\n2011_09_30/2011_09_30_drive_0028_sync 2583 l\n2011_09_30/2011_09_30_drive_0028_sync 3723 r\n2011_09_30/2011_09_30_drive_0028_sync 832 l\n2011_09_30/2011_09_30_drive_0028_sync 4970 r\n2011_09_30/2011_09_30_drive_0028_sync 4495 l\n2011_09_30/2011_09_30_drive_0028_sync 861 r\n2011_09_30/2011_09_30_drive_0028_sync 1579 r\n2011_09_30/2011_09_30_drive_0028_sync 1397 r\n2011_09_30/2011_09_30_drive_0028_sync 3587 r\n2011_09_30/2011_09_30_drive_0028_sync 26 r\n2011_09_30/2011_09_30_drive_0028_sync 3258 l\n2011_09_30/2011_09_30_drive_0028_sync 4968 r\n2011_09_30/2011_09_30_drive_0028_sync 1106 l\n2011_09_30/2011_09_30_drive_0028_sync 4012 r\n2011_09_30/2011_09_30_drive_0028_sync 4258 r\n2011_09_30/2011_09_30_drive_0028_sync 2831 l\n2011_09_30/2011_09_30_drive_0028_sync 696 r\n2011_09_30/2011_09_30_drive_0028_sync 4380 r\n2011_09_30/2011_09_30_drive_0028_sync 1199 l\n2011_09_30/2011_09_30_drive_0028_sync 1780 l\n2011_09_30/2011_09_30_drive_0028_sync 4249 r\n2011_09_30/2011_09_30_drive_0028_sync 1352 r\n2011_09_30/2011_09_30_drive_0028_sync 3034 r\n2011_09_30/2011_09_30_drive_0028_sync 1161 r\n2011_09_30/2011_09_30_drive_0028_sync 1665 l\n2011_09_30/2011_09_30_drive_0028_sync 70 l\n2011_09_30/2011_09_30_drive_0028_sync 4647 l\n2011_09_30/2011_09_30_drive_0028_sync 2957 l\n2011_09_30/2011_09_30_drive_0028_sync 2084 r\n2011_09_30/2011_09_30_drive_0028_sync 454 l\n2011_09_30/2011_09_30_drive_0028_sync 1895 r\n2011_09_30/2011_09_30_drive_0028_sync 1555 l\n2011_09_30/2011_09_30_drive_0028_sync 2934 l\n2011_09_30/2011_09_30_drive_0028_sync 2923 r\n2011_09_30/2011_09_30_drive_0028_sync 3481 r\n2011_09_30/2011_09_30_drive_0028_sync 872 l\n2011_09_30/2011_09_30_drive_0028_sync 3834 l\n2011_09_30/2011_09_30_drive_0028_sync 3375 r\n2011_09_30/2011_09_30_drive_0028_sync 2239 r\n2011_09_30/2011_09_30_drive_0028_sync 1505 r\n2011_09_30/2011_09_30_drive_0028_sync 4423 r\n2011_09_30/2011_09_30_drive_0028_sync 1629 l\n2011_09_30/2011_09_30_drive_0028_sync 2874 l\n2011_09_30/2011_09_30_drive_0028_sync 3426 r\n2011_09_30/2011_09_30_drive_0028_sync 1683 r\n2011_09_30/2011_09_30_drive_0028_sync 4519 r\n2011_09_30/2011_09_30_drive_0028_sync 2288 r\n2011_09_30/2011_09_30_drive_0028_sync 4403 l\n2011_09_30/2011_09_30_drive_0028_sync 3353 l\n2011_09_30/2011_09_30_drive_0028_sync 575 r\n2011_09_30/2011_09_30_drive_0028_sync 1193 l\n2011_09_30/2011_09_30_drive_0028_sync 2688 r\n2011_09_30/2011_09_30_drive_0028_sync 2757 r\n2011_09_30/2011_09_30_drive_0028_sync 1548 l\n2011_09_30/2011_09_30_drive_0028_sync 4173 l\n2011_09_30/2011_09_30_drive_0028_sync 2125 r\n2011_09_30/2011_09_30_drive_0028_sync 2412 l\n2011_09_30/2011_09_30_drive_0028_sync 1289 r\n2011_09_30/2011_09_30_drive_0028_sync 3853 l\n2011_09_30/2011_09_30_drive_0028_sync 2248 r\n2011_09_30/2011_09_30_drive_0028_sync 1708 l\n2011_09_30/2011_09_30_drive_0028_sync 4175 r\n2011_09_30/2011_09_30_drive_0028_sync 1057 r\n2011_09_30/2011_09_30_drive_0028_sync 4289 l\n2011_09_30/2011_09_30_drive_0028_sync 1899 l\n2011_09_30/2011_09_30_drive_0028_sync 3477 r\n2011_09_30/2011_09_30_drive_0028_sync 4534 r\n2011_09_30/2011_09_30_drive_0028_sync 407 l\n2011_09_30/2011_09_30_drive_0028_sync 4144 l\n2011_09_30/2011_09_30_drive_0028_sync 3899 l\n2011_09_30/2011_09_30_drive_0028_sync 3946 r\n2011_09_30/2011_09_30_drive_0028_sync 3794 r\n2011_09_30/2011_09_30_drive_0028_sync 4281 l\n2011_09_30/2011_09_30_drive_0028_sync 5141 l\n2011_09_30/2011_09_30_drive_0028_sync 998 l\n2011_09_30/2011_09_30_drive_0028_sync 2726 r\n2011_09_30/2011_09_30_drive_0028_sync 4607 r\n2011_09_30/2011_09_30_drive_0028_sync 2519 r\n2011_09_30/2011_09_30_drive_0028_sync 753 r\n2011_09_30/2011_09_30_drive_0028_sync 1863 r\n2011_09_30/2011_09_30_drive_0028_sync 4146 l\n2011_09_30/2011_09_30_drive_0028_sync 1784 r\n2011_09_30/2011_09_30_drive_0028_sync 2934 r\n2011_09_30/2011_09_30_drive_0028_sync 4960 r\n2011_09_30/2011_09_30_drive_0028_sync 4946 l\n2011_09_30/2011_09_30_drive_0028_sync 2958 l\n2011_09_30/2011_09_30_drive_0028_sync 833 l\n2011_09_30/2011_09_30_drive_0028_sync 1000 r\n2011_09_30/2011_09_30_drive_0028_sync 3533 r\n2011_09_30/2011_09_30_drive_0028_sync 3969 r\n2011_09_30/2011_09_30_drive_0028_sync 803 r\n2011_09_30/2011_09_30_drive_0028_sync 3207 l\n2011_09_30/2011_09_30_drive_0028_sync 4864 l\n2011_09_30/2011_09_30_drive_0028_sync 2588 r\n2011_09_30/2011_09_30_drive_0028_sync 3690 r\n2011_09_30/2011_09_30_drive_0028_sync 3242 r\n2011_09_30/2011_09_30_drive_0028_sync 3969 l\n2011_09_30/2011_09_30_drive_0028_sync 1511 l\n2011_09_30/2011_09_30_drive_0028_sync 1622 l\n2011_09_30/2011_09_30_drive_0028_sync 4496 l\n2011_09_30/2011_09_30_drive_0028_sync 1820 r\n2011_09_30/2011_09_30_drive_0028_sync 5064 l\n2011_09_30/2011_09_30_drive_0028_sync 2322 r\n2011_09_30/2011_09_30_drive_0028_sync 2799 l\n2011_09_30/2011_09_30_drive_0028_sync 2322 l\n2011_09_30/2011_09_30_drive_0028_sync 2844 r\n2011_09_30/2011_09_30_drive_0028_sync 4202 r\n2011_09_30/2011_09_30_drive_0028_sync 386 l\n2011_09_30/2011_09_30_drive_0028_sync 3059 r\n2011_09_30/2011_09_30_drive_0028_sync 1750 r\n2011_09_30/2011_09_30_drive_0028_sync 4469 r\n2011_09_30/2011_09_30_drive_0028_sync 4757 l\n2011_09_30/2011_09_30_drive_0028_sync 4813 r\n2011_09_30/2011_09_30_drive_0028_sync 382 l\n2011_09_30/2011_09_30_drive_0028_sync 3200 l\n2011_09_30/2011_09_30_drive_0028_sync 1419 l\n2011_09_30/2011_09_30_drive_0028_sync 1663 r\n2011_09_30/2011_09_30_drive_0028_sync 1134 l\n2011_09_30/2011_09_30_drive_0028_sync 1814 l\n2011_09_30/2011_09_30_drive_0028_sync 720 r\n2011_09_30/2011_09_30_drive_0028_sync 2835 r\n2011_09_30/2011_09_30_drive_0028_sync 2780 r\n2011_09_30/2011_09_30_drive_0028_sync 4552 l\n2011_09_30/2011_09_30_drive_0028_sync 4482 l\n2011_09_30/2011_09_30_drive_0028_sync 1701 l\n2011_09_30/2011_09_30_drive_0028_sync 2662 l\n2011_09_30/2011_09_30_drive_0028_sync 4963 r\n2011_09_30/2011_09_30_drive_0028_sync 280 l\n2011_09_30/2011_09_30_drive_0028_sync 4261 r\n2011_09_30/2011_09_30_drive_0028_sync 1249 l\n2011_09_30/2011_09_30_drive_0028_sync 4042 l\n2011_09_30/2011_09_30_drive_0028_sync 4502 l\n2011_09_30/2011_09_30_drive_0028_sync 274 r\n2011_09_30/2011_09_30_drive_0028_sync 877 r\n2011_09_30/2011_09_30_drive_0028_sync 1870 l\n2011_09_30/2011_09_30_drive_0028_sync 3506 l\n2011_09_30/2011_09_30_drive_0028_sync 1827 l\n2011_09_30/2011_09_30_drive_0028_sync 5139 r\n2011_09_30/2011_09_30_drive_0028_sync 685 r\n2011_09_30/2011_09_30_drive_0028_sync 2401 l\n2011_09_30/2011_09_30_drive_0028_sync 1989 l\n2011_09_30/2011_09_30_drive_0028_sync 3925 l\n2011_09_30/2011_09_30_drive_0028_sync 4267 l\n2011_09_30/2011_09_30_drive_0028_sync 3348 l\n2011_09_30/2011_09_30_drive_0028_sync 2400 l\n2011_09_30/2011_09_30_drive_0028_sync 802 r\n2011_09_30/2011_09_30_drive_0028_sync 1790 r\n2011_09_30/2011_09_30_drive_0028_sync 4716 l\n2011_09_30/2011_09_30_drive_0028_sync 4338 l\n2011_09_30/2011_09_30_drive_0028_sync 846 r\n2011_09_30/2011_09_30_drive_0028_sync 1962 r\n2011_09_30/2011_09_30_drive_0028_sync 1865 l\n2011_09_30/2011_09_30_drive_0028_sync 2191 r\n2011_09_30/2011_09_30_drive_0028_sync 204 l\n2011_09_30/2011_09_30_drive_0028_sync 2076 r\n2011_09_30/2011_09_30_drive_0028_sync 3944 l\n2011_09_30/2011_09_30_drive_0028_sync 1358 l\n2011_09_30/2011_09_30_drive_0028_sync 2385 r\n2011_09_30/2011_09_30_drive_0028_sync 791 l\n2011_09_30/2011_09_30_drive_0028_sync 96 l\n2011_09_30/2011_09_30_drive_0028_sync 309 r\n2011_09_30/2011_09_30_drive_0028_sync 3619 r\n2011_09_30/2011_09_30_drive_0028_sync 2278 r\n2011_09_30/2011_09_30_drive_0028_sync 4818 r\n2011_09_30/2011_09_30_drive_0028_sync 4539 l\n2011_09_30/2011_09_30_drive_0028_sync 508 r\n2011_09_30/2011_09_30_drive_0028_sync 3654 r\n2011_09_30/2011_09_30_drive_0028_sync 2873 l\n2011_09_30/2011_09_30_drive_0028_sync 3737 r\n2011_09_30/2011_09_30_drive_0028_sync 636 r\n2011_09_30/2011_09_30_drive_0028_sync 4942 l\n2011_09_30/2011_09_30_drive_0028_sync 4376 r\n2011_09_30/2011_09_30_drive_0028_sync 3792 l\n2011_09_30/2011_09_30_drive_0028_sync 2246 l\n2011_09_30/2011_09_30_drive_0028_sync 1492 r\n2011_09_30/2011_09_30_drive_0028_sync 4275 l\n2011_09_30/2011_09_30_drive_0028_sync 112 l\n2011_09_30/2011_09_30_drive_0028_sync 4492 r\n2011_09_30/2011_09_30_drive_0028_sync 1219 l\n2011_09_30/2011_09_30_drive_0028_sync 174 r\n2011_09_30/2011_09_30_drive_0028_sync 2529 r\n2011_09_30/2011_09_30_drive_0028_sync 2032 r\n2011_09_30/2011_09_30_drive_0028_sync 2485 r\n2011_09_30/2011_09_30_drive_0028_sync 4354 l\n2011_09_30/2011_09_30_drive_0028_sync 4625 r\n2011_09_30/2011_09_30_drive_0028_sync 2193 l\n2011_09_30/2011_09_30_drive_0028_sync 150 r\n2011_09_30/2011_09_30_drive_0028_sync 2968 r\n2011_09_30/2011_09_30_drive_0028_sync 5152 r\n2011_09_30/2011_09_30_drive_0028_sync 1145 l\n2011_09_30/2011_09_30_drive_0028_sync 3432 l\n2011_09_30/2011_09_30_drive_0028_sync 3093 r\n2011_09_30/2011_09_30_drive_0028_sync 4463 r\n2011_09_30/2011_09_30_drive_0028_sync 3061 r\n2011_09_30/2011_09_30_drive_0028_sync 4719 r\n2011_09_30/2011_09_30_drive_0028_sync 4345 l\n2011_09_30/2011_09_30_drive_0028_sync 1341 r\n2011_09_30/2011_09_30_drive_0028_sync 4200 r\n2011_09_30/2011_09_30_drive_0028_sync 3181 r\n2011_09_30/2011_09_30_drive_0028_sync 52 l\n2011_09_30/2011_09_30_drive_0028_sync 4733 r\n2011_09_30/2011_09_30_drive_0028_sync 4908 r\n2011_09_30/2011_09_30_drive_0028_sync 2888 l\n2011_09_30/2011_09_30_drive_0028_sync 2540 l\n2011_09_30/2011_09_30_drive_0028_sync 3276 r\n2011_09_30/2011_09_30_drive_0028_sync 164 r\n2011_09_30/2011_09_30_drive_0028_sync 2282 l\n2011_09_30/2011_09_30_drive_0028_sync 1418 l\n2011_09_30/2011_09_30_drive_0028_sync 4378 r\n2011_09_30/2011_09_30_drive_0028_sync 1578 r\n2011_09_30/2011_09_30_drive_0028_sync 2862 l\n2011_09_30/2011_09_30_drive_0028_sync 1865 r\n2011_09_30/2011_09_30_drive_0028_sync 2702 l\n2011_09_30/2011_09_30_drive_0028_sync 478 r\n2011_09_30/2011_09_30_drive_0028_sync 2603 l\n2011_09_30/2011_09_30_drive_0028_sync 367 r\n2011_09_30/2011_09_30_drive_0028_sync 3815 l\n2011_09_30/2011_09_30_drive_0028_sync 2499 r\n2011_09_30/2011_09_30_drive_0028_sync 1810 l\n2011_09_30/2011_09_30_drive_0028_sync 3989 r\n2011_09_30/2011_09_30_drive_0028_sync 3325 l\n2011_09_30/2011_09_30_drive_0028_sync 1667 r\n2011_09_30/2011_09_30_drive_0028_sync 2966 l\n2011_09_30/2011_09_30_drive_0028_sync 2673 l\n2011_09_30/2011_09_30_drive_0028_sync 1669 l\n2011_09_30/2011_09_30_drive_0028_sync 4353 l\n2011_09_30/2011_09_30_drive_0028_sync 4992 r\n2011_09_30/2011_09_30_drive_0028_sync 3584 l\n2011_09_30/2011_09_30_drive_0028_sync 557 l\n2011_09_30/2011_09_30_drive_0028_sync 1801 l\n2011_09_30/2011_09_30_drive_0028_sync 3061 l\n2011_09_30/2011_09_30_drive_0028_sync 4670 l\n2011_09_30/2011_09_30_drive_0028_sync 5050 r\n2011_09_30/2011_09_30_drive_0028_sync 3139 l\n2011_09_30/2011_09_30_drive_0028_sync 4322 r\n2011_09_30/2011_09_30_drive_0028_sync 1042 r\n2011_09_30/2011_09_30_drive_0028_sync 1792 r\n2011_09_30/2011_09_30_drive_0028_sync 1383 r\n2011_09_30/2011_09_30_drive_0028_sync 4550 r\n2011_09_30/2011_09_30_drive_0028_sync 3511 l\n2011_09_30/2011_09_30_drive_0028_sync 322 r\n2011_09_30/2011_09_30_drive_0028_sync 257 r\n2011_09_30/2011_09_30_drive_0028_sync 2483 l\n2011_09_30/2011_09_30_drive_0028_sync 2501 l\n2011_09_30/2011_09_30_drive_0028_sync 503 l\n2011_09_30/2011_09_30_drive_0028_sync 4588 l\n2011_09_30/2011_09_30_drive_0028_sync 2642 r\n2011_09_30/2011_09_30_drive_0028_sync 3496 r\n2011_09_30/2011_09_30_drive_0028_sync 3193 l\n2011_09_30/2011_09_30_drive_0028_sync 3446 r\n2011_09_30/2011_09_30_drive_0028_sync 4487 r\n2011_09_30/2011_09_30_drive_0028_sync 2152 l\n2011_09_30/2011_09_30_drive_0028_sync 4818 l\n2011_09_30/2011_09_30_drive_0028_sync 2051 r\n2011_09_30/2011_09_30_drive_0028_sync 1993 r\n2011_09_30/2011_09_30_drive_0028_sync 4372 r\n2011_09_30/2011_09_30_drive_0028_sync 1912 r\n2011_09_30/2011_09_30_drive_0028_sync 654 l\n2011_09_30/2011_09_30_drive_0028_sync 53 r\n2011_09_30/2011_09_30_drive_0028_sync 2062 r\n2011_09_30/2011_09_30_drive_0028_sync 2566 r\n2011_09_30/2011_09_30_drive_0028_sync 511 l\n2011_09_30/2011_09_30_drive_0028_sync 4506 r\n2011_09_30/2011_09_30_drive_0028_sync 2705 r\n2011_09_30/2011_09_30_drive_0028_sync 3459 l\n2011_09_30/2011_09_30_drive_0028_sync 778 l\n2011_09_30/2011_09_30_drive_0028_sync 517 l\n2011_09_30/2011_09_30_drive_0028_sync 1981 l\n2011_09_30/2011_09_30_drive_0028_sync 72 r\n2011_09_30/2011_09_30_drive_0028_sync 4405 l\n2011_09_30/2011_09_30_drive_0028_sync 3390 r\n2011_09_30/2011_09_30_drive_0028_sync 4337 r\n2011_09_30/2011_09_30_drive_0028_sync 818 l\n2011_09_30/2011_09_30_drive_0028_sync 2644 l\n2011_09_30/2011_09_30_drive_0028_sync 1110 l\n2011_09_30/2011_09_30_drive_0028_sync 623 l\n2011_09_30/2011_09_30_drive_0028_sync 4326 l\n2011_09_30/2011_09_30_drive_0028_sync 4696 l\n2011_09_30/2011_09_30_drive_0028_sync 4115 r\n2011_09_30/2011_09_30_drive_0028_sync 3418 l\n2011_09_30/2011_09_30_drive_0028_sync 2870 r\n2011_09_30/2011_09_30_drive_0028_sync 1975 l\n2011_09_30/2011_09_30_drive_0028_sync 4006 l\n2011_09_30/2011_09_30_drive_0028_sync 952 l\n2011_09_30/2011_09_30_drive_0028_sync 1004 r\n2011_09_30/2011_09_30_drive_0028_sync 3329 r\n2011_09_30/2011_09_30_drive_0028_sync 3875 l\n2011_09_30/2011_09_30_drive_0028_sync 1821 l\n2011_09_30/2011_09_30_drive_0028_sync 2914 l\n2011_09_30/2011_09_30_drive_0028_sync 266 l\n2011_09_30/2011_09_30_drive_0028_sync 4065 r\n2011_09_30/2011_09_30_drive_0028_sync 2909 r\n2011_09_30/2011_09_30_drive_0028_sync 1137 r\n2011_09_30/2011_09_30_drive_0028_sync 2443 l\n2011_09_30/2011_09_30_drive_0028_sync 1944 r\n2011_09_30/2011_09_30_drive_0028_sync 1633 l\n2011_09_30/2011_09_30_drive_0028_sync 2868 l\n2011_09_30/2011_09_30_drive_0028_sync 1076 l\n2011_09_30/2011_09_30_drive_0028_sync 1943 r\n2011_09_30/2011_09_30_drive_0028_sync 3226 l\n2011_09_30/2011_09_30_drive_0028_sync 3035 l\n2011_09_30/2011_09_30_drive_0028_sync 2122 l\n2011_09_30/2011_09_30_drive_0028_sync 2103 l\n2011_09_30/2011_09_30_drive_0028_sync 1160 r\n2011_09_30/2011_09_30_drive_0028_sync 1368 r\n2011_09_30/2011_09_30_drive_0028_sync 4392 r\n2011_09_30/2011_09_30_drive_0028_sync 3343 l\n2011_09_30/2011_09_30_drive_0028_sync 922 r\n2011_09_30/2011_09_30_drive_0028_sync 469 l\n2011_09_30/2011_09_30_drive_0028_sync 1844 l\n2011_09_30/2011_09_30_drive_0028_sync 67 r\n2011_09_30/2011_09_30_drive_0028_sync 2458 l\n2011_09_30/2011_09_30_drive_0028_sync 1346 r\n2011_09_30/2011_09_30_drive_0028_sync 2286 l\n2011_09_30/2011_09_30_drive_0028_sync 388 r\n2011_09_30/2011_09_30_drive_0028_sync 2809 r\n2011_09_30/2011_09_30_drive_0028_sync 4751 l\n2011_09_30/2011_09_30_drive_0028_sync 1495 r\n2011_09_30/2011_09_30_drive_0028_sync 4694 r\n2011_09_30/2011_09_30_drive_0028_sync 4025 r\n2011_09_30/2011_09_30_drive_0028_sync 2257 l\n2011_09_30/2011_09_30_drive_0028_sync 2729 r\n2011_09_30/2011_09_30_drive_0028_sync 4086 r\n2011_09_30/2011_09_30_drive_0028_sync 4046 r\n2011_09_30/2011_09_30_drive_0028_sync 3049 r\n2011_09_30/2011_09_30_drive_0028_sync 4027 l\n2011_09_30/2011_09_30_drive_0028_sync 4876 l\n2011_09_30/2011_09_30_drive_0028_sync 1261 r\n2011_09_30/2011_09_30_drive_0028_sync 3837 l\n2011_09_30/2011_09_30_drive_0028_sync 2760 l\n2011_09_30/2011_09_30_drive_0028_sync 153 l\n2011_09_30/2011_09_30_drive_0028_sync 4401 l\n2011_09_30/2011_09_30_drive_0028_sync 1622 r\n2011_09_30/2011_09_30_drive_0028_sync 3531 l\n2011_09_30/2011_09_30_drive_0028_sync 3702 l\n2011_09_30/2011_09_30_drive_0028_sync 1345 l\n2011_09_30/2011_09_30_drive_0028_sync 3161 l\n2011_09_30/2011_09_30_drive_0028_sync 3591 r\n2011_09_30/2011_09_30_drive_0028_sync 3545 r\n2011_09_30/2011_09_30_drive_0028_sync 2337 l\n2011_09_30/2011_09_30_drive_0028_sync 2053 r\n2011_09_30/2011_09_30_drive_0028_sync 3400 r\n2011_09_30/2011_09_30_drive_0028_sync 4048 r\n2011_09_30/2011_09_30_drive_0028_sync 2892 r\n2011_09_30/2011_09_30_drive_0028_sync 67 l\n2011_09_30/2011_09_30_drive_0028_sync 4896 l\n2011_09_30/2011_09_30_drive_0028_sync 723 l\n2011_09_30/2011_09_30_drive_0028_sync 2764 l\n2011_09_30/2011_09_30_drive_0028_sync 2855 r\n2011_09_30/2011_09_30_drive_0028_sync 752 r\n2011_09_30/2011_09_30_drive_0028_sync 3349 r\n2011_09_30/2011_09_30_drive_0028_sync 3273 r\n2011_09_30/2011_09_30_drive_0028_sync 352 l\n2011_09_30/2011_09_30_drive_0028_sync 4577 r\n2011_09_30/2011_09_30_drive_0028_sync 2604 r\n2011_09_30/2011_09_30_drive_0028_sync 2840 r\n2011_09_30/2011_09_30_drive_0028_sync 3595 l\n2011_09_30/2011_09_30_drive_0028_sync 1014 l\n2011_09_30/2011_09_30_drive_0028_sync 4936 r\n2011_09_30/2011_09_30_drive_0028_sync 1784 l\n2011_09_30/2011_09_30_drive_0028_sync 1719 r\n2011_09_30/2011_09_30_drive_0028_sync 3838 r\n2011_09_30/2011_09_30_drive_0028_sync 2812 l\n2011_09_30/2011_09_30_drive_0028_sync 900 l\n2011_09_30/2011_09_30_drive_0028_sync 2464 l\n2011_09_30/2011_09_30_drive_0028_sync 562 l\n2011_09_30/2011_09_30_drive_0028_sync 570 r\n2011_09_30/2011_09_30_drive_0028_sync 2134 l\n2011_09_30/2011_09_30_drive_0028_sync 4003 r\n2011_09_30/2011_09_30_drive_0028_sync 3580 l\n2011_09_30/2011_09_30_drive_0028_sync 2224 l\n2011_09_30/2011_09_30_drive_0028_sync 2940 l\n2011_09_30/2011_09_30_drive_0028_sync 3099 r\n2011_09_30/2011_09_30_drive_0028_sync 2815 l\n2011_09_30/2011_09_30_drive_0028_sync 2781 r\n2011_09_30/2011_09_30_drive_0028_sync 268 r\n2011_09_30/2011_09_30_drive_0028_sync 2789 r\n2011_09_30/2011_09_30_drive_0028_sync 2037 l\n2011_09_30/2011_09_30_drive_0028_sync 3057 r\n2011_09_30/2011_09_30_drive_0028_sync 1100 l\n2011_09_30/2011_09_30_drive_0028_sync 3721 l\n2011_09_30/2011_09_30_drive_0028_sync 3461 r\n2011_09_30/2011_09_30_drive_0028_sync 2534 l\n2011_09_30/2011_09_30_drive_0028_sync 1189 l\n2011_09_30/2011_09_30_drive_0028_sync 2085 l\n2011_09_30/2011_09_30_drive_0028_sync 4646 l\n2011_09_30/2011_09_30_drive_0028_sync 1033 r\n2011_09_30/2011_09_30_drive_0028_sync 4004 l\n2011_09_30/2011_09_30_drive_0028_sync 3048 l\n2011_09_30/2011_09_30_drive_0028_sync 3403 r\n2011_09_30/2011_09_30_drive_0028_sync 1552 r\n2011_09_30/2011_09_30_drive_0028_sync 1242 l\n2011_09_30/2011_09_30_drive_0028_sync 2101 r\n2011_09_30/2011_09_30_drive_0028_sync 805 r\n2011_09_30/2011_09_30_drive_0028_sync 2060 r\n2011_09_30/2011_09_30_drive_0028_sync 814 l\n2011_09_30/2011_09_30_drive_0028_sync 4901 l\n2011_09_30/2011_09_30_drive_0028_sync 5006 l\n2011_09_30/2011_09_30_drive_0028_sync 2542 r\n2011_09_30/2011_09_30_drive_0028_sync 2985 l\n2011_09_30/2011_09_30_drive_0028_sync 3944 r\n2011_09_30/2011_09_30_drive_0028_sync 906 r\n2011_09_30/2011_09_30_drive_0028_sync 1509 r\n2011_09_30/2011_09_30_drive_0028_sync 928 l\n2011_09_30/2011_09_30_drive_0028_sync 4362 l\n2011_09_30/2011_09_30_drive_0028_sync 3136 r\n2011_09_30/2011_09_30_drive_0028_sync 3295 r\n2011_09_30/2011_09_30_drive_0028_sync 4877 r\n2011_09_30/2011_09_30_drive_0028_sync 2079 r\n2011_09_30/2011_09_30_drive_0028_sync 61 l\n2011_09_30/2011_09_30_drive_0028_sync 2680 r\n2011_09_30/2011_09_30_drive_0028_sync 3799 l\n2011_09_30/2011_09_30_drive_0028_sync 375 r\n2011_09_30/2011_09_30_drive_0028_sync 4979 r\n2011_09_30/2011_09_30_drive_0028_sync 4110 r\n2011_09_30/2011_09_30_drive_0028_sync 3941 r\n2011_09_30/2011_09_30_drive_0028_sync 2798 r\n2011_09_30/2011_09_30_drive_0028_sync 1839 l\n2011_09_30/2011_09_30_drive_0028_sync 4447 r\n2011_09_30/2011_09_30_drive_0028_sync 2202 r\n2011_09_30/2011_09_30_drive_0028_sync 4574 r\n2011_09_30/2011_09_30_drive_0028_sync 76 r\n2011_09_30/2011_09_30_drive_0028_sync 3203 l\n2011_09_30/2011_09_30_drive_0028_sync 4985 r\n2011_09_30/2011_09_30_drive_0028_sync 3240 r\n2011_09_30/2011_09_30_drive_0028_sync 460 r\n2011_09_30/2011_09_30_drive_0028_sync 3529 l\n2011_09_30/2011_09_30_drive_0028_sync 317 r\n2011_09_30/2011_09_30_drive_0028_sync 3438 r\n2011_09_30/2011_09_30_drive_0028_sync 2548 l\n2011_09_30/2011_09_30_drive_0028_sync 4016 l\n2011_09_30/2011_09_30_drive_0028_sync 897 r\n2011_09_30/2011_09_30_drive_0028_sync 3789 r\n2011_09_30/2011_09_30_drive_0028_sync 3573 r\n2011_09_30/2011_09_30_drive_0028_sync 550 r\n2011_09_30/2011_09_30_drive_0028_sync 1234 l\n2011_09_30/2011_09_30_drive_0028_sync 4397 r\n2011_09_30/2011_09_30_drive_0028_sync 3552 l\n2011_09_30/2011_09_30_drive_0028_sync 1468 l\n2011_09_30/2011_09_30_drive_0028_sync 217 l\n2011_09_30/2011_09_30_drive_0028_sync 2470 l\n2011_09_30/2011_09_30_drive_0028_sync 1443 l\n2011_09_30/2011_09_30_drive_0028_sync 3492 r\n2011_09_30/2011_09_30_drive_0028_sync 1139 r\n2011_09_30/2011_09_30_drive_0028_sync 3704 r\n2011_09_30/2011_09_30_drive_0028_sync 2621 l\n2011_09_30/2011_09_30_drive_0028_sync 3823 l\n2011_09_30/2011_09_30_drive_0028_sync 3609 l\n2011_09_30/2011_09_30_drive_0028_sync 4648 r\n2011_09_30/2011_09_30_drive_0028_sync 2625 l\n2011_09_30/2011_09_30_drive_0028_sync 5067 l\n2011_09_30/2011_09_30_drive_0028_sync 3525 r\n2011_09_30/2011_09_30_drive_0028_sync 4757 r\n2011_09_30/2011_09_30_drive_0028_sync 3800 l\n2011_09_30/2011_09_30_drive_0028_sync 4913 l\n2011_09_30/2011_09_30_drive_0028_sync 3123 r\n2011_09_30/2011_09_30_drive_0028_sync 4955 l\n2011_09_30/2011_09_30_drive_0028_sync 5119 r\n2011_09_30/2011_09_30_drive_0028_sync 415 l\n2011_09_30/2011_09_30_drive_0028_sync 1644 l\n2011_09_30/2011_09_30_drive_0028_sync 4770 r\n2011_09_30/2011_09_30_drive_0028_sync 4429 r\n2011_09_30/2011_09_30_drive_0028_sync 926 r\n2011_09_30/2011_09_30_drive_0028_sync 1855 l\n2011_09_30/2011_09_30_drive_0028_sync 1243 r\n2011_09_30/2011_09_30_drive_0028_sync 1510 l\n2011_09_30/2011_09_30_drive_0028_sync 945 r\n2011_09_30/2011_09_30_drive_0028_sync 261 l\n2011_09_30/2011_09_30_drive_0028_sync 4175 l\n2011_09_30/2011_09_30_drive_0028_sync 1255 r\n2011_09_30/2011_09_30_drive_0028_sync 3275 l\n2011_09_30/2011_09_30_drive_0028_sync 979 r\n2011_09_30/2011_09_30_drive_0028_sync 3796 r\n2011_09_30/2011_09_30_drive_0028_sync 328 r\n2011_09_30/2011_09_30_drive_0028_sync 4452 r\n2011_09_30/2011_09_30_drive_0028_sync 337 r\n2011_09_30/2011_09_30_drive_0028_sync 920 r\n2011_09_30/2011_09_30_drive_0028_sync 3586 l\n2011_09_30/2011_09_30_drive_0028_sync 1046 r\n2011_09_30/2011_09_30_drive_0028_sync 2236 l\n2011_09_30/2011_09_30_drive_0028_sync 4297 l\n2011_09_30/2011_09_30_drive_0028_sync 1239 r\n2011_09_30/2011_09_30_drive_0028_sync 782 r\n2011_09_30/2011_09_30_drive_0028_sync 687 r\n2011_09_30/2011_09_30_drive_0028_sync 2671 r\n2011_09_30/2011_09_30_drive_0028_sync 860 l\n2011_09_30/2011_09_30_drive_0028_sync 769 l\n2011_09_30/2011_09_30_drive_0028_sync 3809 l\n2011_09_30/2011_09_30_drive_0028_sync 3734 r\n2011_09_30/2011_09_30_drive_0028_sync 2140 r\n2011_09_30/2011_09_30_drive_0028_sync 1382 l\n2011_09_30/2011_09_30_drive_0028_sync 4433 l\n2011_09_30/2011_09_30_drive_0028_sync 4660 r\n2011_09_30/2011_09_30_drive_0028_sync 3502 l\n2011_09_30/2011_09_30_drive_0028_sync 4232 l\n2011_09_30/2011_09_30_drive_0028_sync 265 l\n2011_09_30/2011_09_30_drive_0028_sync 1856 r\n2011_09_30/2011_09_30_drive_0028_sync 3491 r\n2011_09_30/2011_09_30_drive_0028_sync 4784 r\n2011_09_30/2011_09_30_drive_0028_sync 639 r\n2011_09_30/2011_09_30_drive_0028_sync 4101 r\n2011_09_30/2011_09_30_drive_0028_sync 2173 l\n2011_09_30/2011_09_30_drive_0028_sync 3350 l\n2011_09_30/2011_09_30_drive_0028_sync 1601 r\n2011_09_30/2011_09_30_drive_0028_sync 3972 l\n2011_09_30/2011_09_30_drive_0028_sync 3835 l\n2011_09_30/2011_09_30_drive_0028_sync 2893 r\n2011_09_30/2011_09_30_drive_0028_sync 1826 l\n2011_09_30/2011_09_30_drive_0028_sync 4623 l\n2011_09_30/2011_09_30_drive_0028_sync 5096 l\n2011_09_30/2011_09_30_drive_0028_sync 514 l\n2011_09_30/2011_09_30_drive_0028_sync 1541 r\n2011_09_30/2011_09_30_drive_0028_sync 4805 r\n2011_09_30/2011_09_30_drive_0028_sync 2221 l\n2011_09_30/2011_09_30_drive_0028_sync 3745 l\n2011_09_30/2011_09_30_drive_0028_sync 4630 l\n2011_09_30/2011_09_30_drive_0028_sync 5159 r\n2011_09_30/2011_09_30_drive_0028_sync 4641 r\n2011_09_30/2011_09_30_drive_0028_sync 4438 r\n2011_09_30/2011_09_30_drive_0028_sync 3560 l\n2011_09_30/2011_09_30_drive_0028_sync 443 r\n2011_09_30/2011_09_30_drive_0028_sync 210 l\n2011_09_30/2011_09_30_drive_0028_sync 1053 l\n2011_09_30/2011_09_30_drive_0028_sync 448 r\n2011_09_30/2011_09_30_drive_0028_sync 3408 r\n2011_09_30/2011_09_30_drive_0028_sync 538 l\n2011_09_30/2011_09_30_drive_0028_sync 3874 l\n2011_09_30/2011_09_30_drive_0028_sync 3530 r\n2011_09_30/2011_09_30_drive_0028_sync 1069 r\n2011_09_30/2011_09_30_drive_0028_sync 1798 l\n2011_09_30/2011_09_30_drive_0028_sync 3487 r\n2011_09_30/2011_09_30_drive_0028_sync 746 r\n2011_09_30/2011_09_30_drive_0028_sync 4227 l\n2011_09_30/2011_09_30_drive_0028_sync 2573 l\n2011_09_30/2011_09_30_drive_0028_sync 2656 r\n2011_09_30/2011_09_30_drive_0028_sync 953 l\n2011_09_30/2011_09_30_drive_0028_sync 3936 r\n2011_09_30/2011_09_30_drive_0028_sync 58 l\n2011_09_30/2011_09_30_drive_0028_sync 392 l\n2011_09_30/2011_09_30_drive_0028_sync 1920 r\n2011_09_30/2011_09_30_drive_0028_sync 2139 r\n2011_09_30/2011_09_30_drive_0028_sync 4964 r\n2011_09_30/2011_09_30_drive_0028_sync 3520 l\n2011_09_30/2011_09_30_drive_0028_sync 2007 l\n2011_09_30/2011_09_30_drive_0028_sync 4645 r\n2011_09_30/2011_09_30_drive_0028_sync 4597 l\n2011_09_30/2011_09_30_drive_0028_sync 1727 l\n2011_09_30/2011_09_30_drive_0028_sync 747 r\n2011_09_30/2011_09_30_drive_0028_sync 2572 r\n2011_09_30/2011_09_30_drive_0028_sync 1645 r\n2011_09_30/2011_09_30_drive_0028_sync 4808 l\n2011_09_30/2011_09_30_drive_0028_sync 2393 r\n2011_09_30/2011_09_30_drive_0028_sync 141 l\n2011_09_30/2011_09_30_drive_0028_sync 724 l\n2011_09_30/2011_09_30_drive_0028_sync 641 r\n2011_09_30/2011_09_30_drive_0028_sync 3983 r\n2011_09_30/2011_09_30_drive_0028_sync 156 r\n2011_09_30/2011_09_30_drive_0028_sync 642 r\n2011_09_30/2011_09_30_drive_0028_sync 2292 r\n2011_09_30/2011_09_30_drive_0028_sync 2100 r\n2011_09_30/2011_09_30_drive_0028_sync 1970 r\n2011_09_30/2011_09_30_drive_0028_sync 681 r\n2011_09_30/2011_09_30_drive_0028_sync 2468 l\n2011_09_30/2011_09_30_drive_0028_sync 371 l\n2011_09_30/2011_09_30_drive_0028_sync 4657 r\n2011_09_30/2011_09_30_drive_0028_sync 4998 r\n2011_09_30/2011_09_30_drive_0028_sync 8 r\n2011_09_30/2011_09_30_drive_0028_sync 457 r\n2011_09_30/2011_09_30_drive_0028_sync 1148 l\n2011_09_30/2011_09_30_drive_0028_sync 4648 l\n2011_09_30/2011_09_30_drive_0028_sync 2601 r\n2011_09_30/2011_09_30_drive_0028_sync 5138 r\n2011_09_30/2011_09_30_drive_0028_sync 3298 r\n2011_09_30/2011_09_30_drive_0028_sync 3993 r\n2011_09_30/2011_09_30_drive_0028_sync 1152 l\n2011_09_30/2011_09_30_drive_0028_sync 1466 l\n2011_09_30/2011_09_30_drive_0028_sync 2969 l\n2011_09_30/2011_09_30_drive_0028_sync 2395 l\n2011_09_30/2011_09_30_drive_0028_sync 4265 r\n2011_09_30/2011_09_30_drive_0028_sync 2612 l\n2011_09_30/2011_09_30_drive_0028_sync 4944 r\n2011_09_30/2011_09_30_drive_0028_sync 1431 r\n2011_09_30/2011_09_30_drive_0028_sync 3673 r\n2011_09_30/2011_09_30_drive_0028_sync 3112 l\n2011_09_30/2011_09_30_drive_0028_sync 981 l\n2011_09_30/2011_09_30_drive_0028_sync 1192 r\n2011_09_30/2011_09_30_drive_0028_sync 3394 l\n2011_09_30/2011_09_30_drive_0028_sync 4252 r\n2011_09_30/2011_09_30_drive_0028_sync 3874 r\n2011_09_30/2011_09_30_drive_0028_sync 1128 l\n2011_09_30/2011_09_30_drive_0028_sync 574 r\n2011_09_30/2011_09_30_drive_0028_sync 5013 r\n2011_09_30/2011_09_30_drive_0028_sync 2732 r\n2011_09_30/2011_09_30_drive_0028_sync 3315 l\n2011_09_30/2011_09_30_drive_0028_sync 2346 l\n2011_09_30/2011_09_30_drive_0028_sync 4314 r\n2011_09_30/2011_09_30_drive_0028_sync 4299 l\n2011_09_30/2011_09_30_drive_0028_sync 3038 l\n2011_09_30/2011_09_30_drive_0028_sync 3848 l\n2011_09_30/2011_09_30_drive_0028_sync 1283 l\n2011_09_30/2011_09_30_drive_0028_sync 4114 l\n2011_09_30/2011_09_30_drive_0028_sync 860 r\n2011_09_30/2011_09_30_drive_0028_sync 1869 r\n2011_09_30/2011_09_30_drive_0028_sync 340 l\n2011_09_30/2011_09_30_drive_0028_sync 1041 l\n2011_09_30/2011_09_30_drive_0028_sync 1421 r\n2011_09_30/2011_09_30_drive_0028_sync 3172 r\n2011_09_30/2011_09_30_drive_0028_sync 761 l\n2011_09_30/2011_09_30_drive_0028_sync 485 r\n2011_09_30/2011_09_30_drive_0028_sync 1937 l\n2011_09_30/2011_09_30_drive_0028_sync 4187 r\n2011_09_30/2011_09_30_drive_0028_sync 3943 l\n2011_09_30/2011_09_30_drive_0028_sync 1159 r\n2011_09_30/2011_09_30_drive_0028_sync 4691 r\n2011_09_30/2011_09_30_drive_0028_sync 4210 l\n2011_09_30/2011_09_30_drive_0028_sync 555 r\n2011_09_30/2011_09_30_drive_0028_sync 1285 l\n2011_09_30/2011_09_30_drive_0028_sync 3836 r\n2011_09_30/2011_09_30_drive_0028_sync 2308 r\n2011_09_30/2011_09_30_drive_0028_sync 1465 r\n2011_09_30/2011_09_30_drive_0028_sync 3964 l\n2011_09_30/2011_09_30_drive_0028_sync 2049 l\n2011_09_30/2011_09_30_drive_0028_sync 2767 r\n2011_09_30/2011_09_30_drive_0028_sync 4137 l\n2011_09_30/2011_09_30_drive_0028_sync 2266 r\n2011_09_30/2011_09_30_drive_0028_sync 4611 r\n2011_09_30/2011_09_30_drive_0028_sync 1830 l\n2011_09_30/2011_09_30_drive_0028_sync 4475 r\n2011_09_30/2011_09_30_drive_0028_sync 349 l\n2011_09_30/2011_09_30_drive_0028_sync 2697 r\n2011_09_30/2011_09_30_drive_0028_sync 2699 l\n2011_09_30/2011_09_30_drive_0028_sync 572 r\n2011_09_30/2011_09_30_drive_0028_sync 801 r\n2011_09_30/2011_09_30_drive_0028_sync 2406 r\n2011_09_30/2011_09_30_drive_0028_sync 1939 l\n2011_09_30/2011_09_30_drive_0028_sync 2810 r\n2011_09_30/2011_09_30_drive_0028_sync 741 r\n2011_09_30/2011_09_30_drive_0028_sync 4161 l\n2011_09_30/2011_09_30_drive_0028_sync 618 l\n2011_09_30/2011_09_30_drive_0028_sync 4108 l\n2011_09_30/2011_09_30_drive_0028_sync 1747 r\n2011_09_30/2011_09_30_drive_0028_sync 2173 r\n2011_09_30/2011_09_30_drive_0028_sync 4516 r\n2011_09_30/2011_09_30_drive_0028_sync 1406 l\n2011_09_30/2011_09_30_drive_0028_sync 12 r\n2011_09_30/2011_09_30_drive_0028_sync 4360 r\n2011_09_30/2011_09_30_drive_0028_sync 450 r\n2011_09_30/2011_09_30_drive_0028_sync 3606 r\n2011_09_30/2011_09_30_drive_0028_sync 3731 r\n2011_09_30/2011_09_30_drive_0028_sync 3816 l\n2011_09_30/2011_09_30_drive_0028_sync 4952 r\n2011_09_30/2011_09_30_drive_0028_sync 2376 r\n2011_09_30/2011_09_30_drive_0028_sync 2806 r\n2011_09_30/2011_09_30_drive_0028_sync 1446 l\n2011_09_30/2011_09_30_drive_0028_sync 3031 r\n2011_09_30/2011_09_30_drive_0028_sync 3738 l\n2011_09_30/2011_09_30_drive_0028_sync 3844 r\n2011_09_30/2011_09_30_drive_0028_sync 4801 r\n2011_09_30/2011_09_30_drive_0028_sync 542 r\n2011_09_30/2011_09_30_drive_0028_sync 2916 l\n2011_09_30/2011_09_30_drive_0028_sync 698 r\n2011_09_30/2011_09_30_drive_0028_sync 3484 r\n2011_09_30/2011_09_30_drive_0028_sync 1476 l\n2011_09_30/2011_09_30_drive_0028_sync 1833 r\n2011_09_30/2011_09_30_drive_0028_sync 690 r\n2011_09_30/2011_09_30_drive_0028_sync 3631 l\n2011_09_30/2011_09_30_drive_0028_sync 4062 l\n2011_09_30/2011_09_30_drive_0028_sync 3067 r\n2011_09_30/2011_09_30_drive_0028_sync 2301 l\n2011_09_30/2011_09_30_drive_0028_sync 3695 l\n2011_09_30/2011_09_30_drive_0028_sync 2476 r\n2011_09_30/2011_09_30_drive_0028_sync 1934 r\n2011_09_30/2011_09_30_drive_0028_sync 2497 l\n2011_09_30/2011_09_30_drive_0028_sync 1636 l\n2011_09_30/2011_09_30_drive_0028_sync 2413 l\n2011_09_30/2011_09_30_drive_0028_sync 3232 l\n2011_09_30/2011_09_30_drive_0028_sync 669 r\n2011_09_30/2011_09_30_drive_0028_sync 3572 r\n2011_09_30/2011_09_30_drive_0028_sync 4836 l\n2011_09_30/2011_09_30_drive_0028_sync 3397 r\n2011_09_30/2011_09_30_drive_0028_sync 1270 r\n2011_09_30/2011_09_30_drive_0028_sync 2901 l\n2011_09_30/2011_09_30_drive_0028_sync 1815 l\n2011_09_30/2011_09_30_drive_0028_sync 4376 l\n2011_09_30/2011_09_30_drive_0028_sync 2751 r\n2011_09_30/2011_09_30_drive_0028_sync 1574 l\n2011_09_30/2011_09_30_drive_0028_sync 5076 r\n2011_09_30/2011_09_30_drive_0028_sync 2769 l\n2011_09_30/2011_09_30_drive_0028_sync 3196 r\n2011_09_30/2011_09_30_drive_0028_sync 3696 r\n2011_09_30/2011_09_30_drive_0028_sync 302 l\n2011_09_30/2011_09_30_drive_0028_sync 1253 l\n2011_09_30/2011_09_30_drive_0028_sync 4598 l\n2011_09_30/2011_09_30_drive_0028_sync 2019 r\n2011_09_30/2011_09_30_drive_0028_sync 269 r\n2011_09_30/2011_09_30_drive_0028_sync 4769 r\n2011_09_30/2011_09_30_drive_0028_sync 1125 l\n2011_09_30/2011_09_30_drive_0028_sync 4638 l\n2011_09_30/2011_09_30_drive_0028_sync 281 l\n2011_09_30/2011_09_30_drive_0028_sync 1552 l\n2011_09_30/2011_09_30_drive_0028_sync 2816 l\n2011_09_30/2011_09_30_drive_0028_sync 2976 r\n2011_09_30/2011_09_30_drive_0028_sync 2942 r\n2011_09_30/2011_09_30_drive_0028_sync 1475 l\n2011_09_30/2011_09_30_drive_0028_sync 2496 l\n2011_09_30/2011_09_30_drive_0028_sync 392 r\n2011_09_30/2011_09_30_drive_0028_sync 3589 l\n2011_09_30/2011_09_30_drive_0028_sync 3804 l\n2011_09_30/2011_09_30_drive_0028_sync 2473 r\n2011_09_30/2011_09_30_drive_0028_sync 2474 l\n2011_09_30/2011_09_30_drive_0028_sync 1779 l\n2011_09_30/2011_09_30_drive_0028_sync 2983 l\n2011_09_30/2011_09_30_drive_0028_sync 267 l\n2011_09_30/2011_09_30_drive_0028_sync 1521 l\n2011_09_30/2011_09_30_drive_0028_sync 2057 r\n2011_09_30/2011_09_30_drive_0028_sync 2068 r\n2011_09_30/2011_09_30_drive_0028_sync 3063 r\n2011_09_30/2011_09_30_drive_0028_sync 4319 l\n2011_09_30/2011_09_30_drive_0028_sync 5124 r\n2011_09_30/2011_09_30_drive_0028_sync 3551 r\n2011_09_30/2011_09_30_drive_0028_sync 1264 l\n2011_09_30/2011_09_30_drive_0028_sync 188 l\n2011_09_30/2011_09_30_drive_0028_sync 157 l\n2011_09_30/2011_09_30_drive_0028_sync 1429 l\n2011_09_30/2011_09_30_drive_0028_sync 2937 r\n2011_09_30/2011_09_30_drive_0028_sync 2028 r\n2011_09_30/2011_09_30_drive_0028_sync 3940 r\n2011_09_30/2011_09_30_drive_0028_sync 1447 l\n2011_09_30/2011_09_30_drive_0028_sync 791 r\n2011_09_30/2011_09_30_drive_0028_sync 3271 l\n2011_09_30/2011_09_30_drive_0028_sync 2357 r\n2011_09_30/2011_09_30_drive_0028_sync 738 r\n2011_09_30/2011_09_30_drive_0028_sync 548 r\n2011_09_30/2011_09_30_drive_0028_sync 3198 l\n2011_09_30/2011_09_30_drive_0028_sync 3254 l\n2011_09_30/2011_09_30_drive_0028_sync 1596 r\n2011_09_30/2011_09_30_drive_0028_sync 4726 r\n2011_09_30/2011_09_30_drive_0028_sync 2313 l\n2011_09_30/2011_09_30_drive_0028_sync 5144 r\n2011_09_30/2011_09_30_drive_0028_sync 1956 l\n2011_09_30/2011_09_30_drive_0028_sync 4842 r\n2011_09_30/2011_09_30_drive_0028_sync 1048 l\n2011_09_30/2011_09_30_drive_0028_sync 3131 l\n2011_09_30/2011_09_30_drive_0028_sync 374 r\n2011_09_30/2011_09_30_drive_0028_sync 1436 l\n2011_09_30/2011_09_30_drive_0028_sync 1053 r\n2011_09_30/2011_09_30_drive_0028_sync 2220 r\n2011_09_30/2011_09_30_drive_0028_sync 4428 r\n2011_09_30/2011_09_30_drive_0028_sync 1180 l\n2011_09_30/2011_09_30_drive_0028_sync 4311 l\n2011_09_30/2011_09_30_drive_0028_sync 1392 r\n2011_09_30/2011_09_30_drive_0028_sync 3051 l\n2011_09_30/2011_09_30_drive_0028_sync 314 l\n2011_09_30/2011_09_30_drive_0028_sync 4165 l\n2011_09_30/2011_09_30_drive_0028_sync 425 l\n2011_09_30/2011_09_30_drive_0028_sync 1321 r\n2011_09_30/2011_09_30_drive_0028_sync 3218 r\n2011_09_30/2011_09_30_drive_0028_sync 2096 r\n2011_09_30/2011_09_30_drive_0028_sync 1143 r\n2011_09_30/2011_09_30_drive_0028_sync 200 l\n2011_09_30/2011_09_30_drive_0028_sync 4669 l\n2011_09_30/2011_09_30_drive_0028_sync 1702 r\n2011_09_30/2011_09_30_drive_0028_sync 744 r\n2011_09_30/2011_09_30_drive_0028_sync 4940 l\n2011_09_30/2011_09_30_drive_0028_sync 453 l\n2011_09_30/2011_09_30_drive_0028_sync 4460 l\n2011_09_30/2011_09_30_drive_0028_sync 409 r\n2011_09_30/2011_09_30_drive_0028_sync 3029 r\n2011_09_30/2011_09_30_drive_0028_sync 3574 l\n2011_09_30/2011_09_30_drive_0028_sync 435 r\n2011_09_30/2011_09_30_drive_0028_sync 2844 l\n2011_09_30/2011_09_30_drive_0028_sync 2449 r\n2011_09_30/2011_09_30_drive_0028_sync 2178 l\n2011_09_30/2011_09_30_drive_0028_sync 3704 l\n2011_09_30/2011_09_30_drive_0028_sync 982 r\n2011_09_30/2011_09_30_drive_0028_sync 4117 r\n2011_09_30/2011_09_30_drive_0028_sync 1477 r\n2011_09_30/2011_09_30_drive_0028_sync 4609 l\n2011_09_30/2011_09_30_drive_0028_sync 1669 r\n2011_09_30/2011_09_30_drive_0028_sync 2207 r\n2011_09_30/2011_09_30_drive_0028_sync 1415 r\n2011_09_30/2011_09_30_drive_0028_sync 2334 r\n2011_09_30/2011_09_30_drive_0028_sync 4905 l\n2011_09_30/2011_09_30_drive_0028_sync 3546 l\n2011_09_30/2011_09_30_drive_0028_sync 103 l\n2011_09_30/2011_09_30_drive_0028_sync 759 l\n2011_09_30/2011_09_30_drive_0028_sync 1194 r\n2011_09_30/2011_09_30_drive_0028_sync 4617 l\n2011_09_30/2011_09_30_drive_0028_sync 451 r\n2011_09_30/2011_09_30_drive_0028_sync 4027 r\n2011_09_30/2011_09_30_drive_0028_sync 525 r\n2011_09_30/2011_09_30_drive_0028_sync 2450 l\n2011_09_30/2011_09_30_drive_0028_sync 3028 r\n2011_09_30/2011_09_30_drive_0028_sync 704 l\n2011_09_30/2011_09_30_drive_0028_sync 4254 l\n2011_09_30/2011_09_30_drive_0028_sync 1538 r\n2011_09_30/2011_09_30_drive_0028_sync 579 r\n2011_09_30/2011_09_30_drive_0028_sync 584 r\n2011_09_30/2011_09_30_drive_0028_sync 4844 r\n2011_09_30/2011_09_30_drive_0028_sync 4017 l\n2011_09_30/2011_09_30_drive_0028_sync 4853 r\n2011_09_30/2011_09_30_drive_0028_sync 2195 l\n2011_09_30/2011_09_30_drive_0028_sync 325 r\n2011_09_30/2011_09_30_drive_0028_sync 1381 r\n2011_09_30/2011_09_30_drive_0028_sync 327 r\n2011_09_30/2011_09_30_drive_0028_sync 2973 l\n2011_09_30/2011_09_30_drive_0028_sync 3686 r\n2011_09_30/2011_09_30_drive_0028_sync 4584 l\n2011_09_30/2011_09_30_drive_0028_sync 2717 l\n2011_09_30/2011_09_30_drive_0028_sync 3187 l\n2011_09_30/2011_09_30_drive_0028_sync 2512 l\n2011_09_30/2011_09_30_drive_0028_sync 171 l\n2011_09_30/2011_09_30_drive_0028_sync 189 l\n2011_09_30/2011_09_30_drive_0028_sync 3217 r\n2011_09_30/2011_09_30_drive_0028_sync 3850 r\n2011_09_30/2011_09_30_drive_0028_sync 4141 l\n2011_09_30/2011_09_30_drive_0028_sync 2137 r\n2011_09_30/2011_09_30_drive_0028_sync 1480 l\n2011_09_30/2011_09_30_drive_0028_sync 3186 l\n2011_09_30/2011_09_30_drive_0028_sync 1915 l\n2011_09_30/2011_09_30_drive_0028_sync 1774 l\n2011_09_30/2011_09_30_drive_0028_sync 2699 r\n2011_09_30/2011_09_30_drive_0028_sync 3950 r\n2011_09_30/2011_09_30_drive_0028_sync 4496 r\n2011_09_30/2011_09_30_drive_0028_sync 5123 r\n2011_09_30/2011_09_30_drive_0028_sync 4941 l\n2011_09_30/2011_09_30_drive_0028_sync 5032 l\n2011_09_30/2011_09_30_drive_0028_sync 1395 r\n2011_09_30/2011_09_30_drive_0028_sync 74 l\n2011_09_30/2011_09_30_drive_0028_sync 2523 l\n2011_09_30/2011_09_30_drive_0028_sync 3936 l\n2011_09_30/2011_09_30_drive_0028_sync 1035 l\n2011_09_30/2011_09_30_drive_0028_sync 4257 r\n2011_09_30/2011_09_30_drive_0028_sync 2527 l\n2011_09_30/2011_09_30_drive_0028_sync 1363 l\n2011_09_30/2011_09_30_drive_0028_sync 770 l\n2011_09_30/2011_09_30_drive_0028_sync 410 r\n2011_09_30/2011_09_30_drive_0028_sync 2672 r\n2011_09_30/2011_09_30_drive_0028_sync 4327 l\n2011_09_30/2011_09_30_drive_0028_sync 1320 l\n2011_09_30/2011_09_30_drive_0028_sync 1893 l\n2011_09_30/2011_09_30_drive_0028_sync 261 r\n2011_09_30/2011_09_30_drive_0028_sync 170 r\n2011_09_30/2011_09_30_drive_0028_sync 4891 l\n2011_09_30/2011_09_30_drive_0028_sync 2522 r\n2011_09_30/2011_09_30_drive_0028_sync 4417 l\n2011_09_30/2011_09_30_drive_0028_sync 1081 r\n2011_09_30/2011_09_30_drive_0028_sync 1639 l\n2011_09_30/2011_09_30_drive_0028_sync 4830 r\n2011_09_30/2011_09_30_drive_0028_sync 1163 l\n2011_09_30/2011_09_30_drive_0028_sync 3430 r\n2011_09_30/2011_09_30_drive_0028_sync 4866 l\n2011_09_30/2011_09_30_drive_0028_sync 3070 l\n2011_09_30/2011_09_30_drive_0028_sync 126 r\n2011_09_30/2011_09_30_drive_0028_sync 2647 r\n2011_09_30/2011_09_30_drive_0028_sync 3790 r\n2011_09_30/2011_09_30_drive_0028_sync 1079 l\n2011_09_30/2011_09_30_drive_0028_sync 1850 r\n2011_09_30/2011_09_30_drive_0028_sync 2442 l\n2011_09_30/2011_09_30_drive_0028_sync 2157 r\n2011_09_30/2011_09_30_drive_0028_sync 3003 r\n2011_09_30/2011_09_30_drive_0028_sync 4474 l\n2011_09_30/2011_09_30_drive_0028_sync 1022 l\n2011_09_30/2011_09_30_drive_0028_sync 2269 r\n2011_09_30/2011_09_30_drive_0028_sync 4532 r\n2011_09_30/2011_09_30_drive_0028_sync 3998 r\n2011_09_30/2011_09_30_drive_0028_sync 3855 r\n2011_09_30/2011_09_30_drive_0028_sync 2188 r\n2011_09_30/2011_09_30_drive_0028_sync 541 l\n2011_09_30/2011_09_30_drive_0028_sync 4558 r\n2011_09_30/2011_09_30_drive_0028_sync 4963 l\n2011_09_30/2011_09_30_drive_0028_sync 2878 r\n2011_09_30/2011_09_30_drive_0028_sync 167 l\n2011_09_30/2011_09_30_drive_0028_sync 3845 l\n2011_09_30/2011_09_30_drive_0028_sync 4029 l\n2011_09_30/2011_09_30_drive_0028_sync 3926 r\n2011_09_30/2011_09_30_drive_0028_sync 5049 l\n2011_09_30/2011_09_30_drive_0028_sync 3532 l\n2011_09_30/2011_09_30_drive_0028_sync 2317 l\n2011_09_30/2011_09_30_drive_0028_sync 3359 r\n2011_09_30/2011_09_30_drive_0028_sync 2011 r\n2011_09_30/2011_09_30_drive_0028_sync 3715 l\n2011_09_30/2011_09_30_drive_0028_sync 4469 l\n2011_09_30/2011_09_30_drive_0028_sync 2464 r\n2011_09_30/2011_09_30_drive_0028_sync 1583 r\n2011_09_30/2011_09_30_drive_0028_sync 5039 l\n2011_09_30/2011_09_30_drive_0028_sync 4882 l\n2011_09_30/2011_09_30_drive_0028_sync 1339 r\n2011_09_30/2011_09_30_drive_0028_sync 3532 r\n2011_09_30/2011_09_30_drive_0028_sync 3017 r\n2011_09_30/2011_09_30_drive_0028_sync 1738 l\n2011_09_30/2011_09_30_drive_0028_sync 3429 r\n2011_09_30/2011_09_30_drive_0028_sync 851 l\n2011_09_30/2011_09_30_drive_0028_sync 1999 l\n2011_09_30/2011_09_30_drive_0028_sync 3155 r\n2011_09_30/2011_09_30_drive_0028_sync 61 r\n2011_09_30/2011_09_30_drive_0028_sync 1457 l\n2011_09_30/2011_09_30_drive_0028_sync 4388 l\n2011_09_30/2011_09_30_drive_0028_sync 1580 r\n2011_09_30/2011_09_30_drive_0028_sync 1155 r\n2011_09_30/2011_09_30_drive_0028_sync 2132 l\n2011_09_30/2011_09_30_drive_0028_sync 1277 l\n2011_09_30/2011_09_30_drive_0028_sync 4990 l\n2011_09_30/2011_09_30_drive_0028_sync 1612 r\n2011_09_30/2011_09_30_drive_0028_sync 4754 r\n2011_09_30/2011_09_30_drive_0028_sync 2249 l\n2011_09_30/2011_09_30_drive_0028_sync 85 l\n2011_09_30/2011_09_30_drive_0028_sync 2785 r\n2011_09_30/2011_09_30_drive_0028_sync 4421 r\n2011_09_30/2011_09_30_drive_0028_sync 2119 r\n2011_09_30/2011_09_30_drive_0028_sync 156 l\n2011_09_30/2011_09_30_drive_0028_sync 651 l\n2011_09_30/2011_09_30_drive_0028_sync 2097 l\n2011_09_30/2011_09_30_drive_0028_sync 4393 r\n2011_09_30/2011_09_30_drive_0028_sync 845 r\n2011_09_30/2011_09_30_drive_0028_sync 1192 l\n2011_09_30/2011_09_30_drive_0028_sync 2272 r\n2011_09_30/2011_09_30_drive_0028_sync 3665 r\n2011_09_30/2011_09_30_drive_0028_sync 2222 r\n2011_09_30/2011_09_30_drive_0028_sync 4996 l\n2011_09_30/2011_09_30_drive_0028_sync 1314 l\n2011_09_30/2011_09_30_drive_0028_sync 2682 l\n2011_09_30/2011_09_30_drive_0028_sync 4119 l\n2011_09_30/2011_09_30_drive_0028_sync 431 l\n2011_09_30/2011_09_30_drive_0028_sync 1822 l\n2011_09_30/2011_09_30_drive_0028_sync 2099 r\n2011_09_30/2011_09_30_drive_0028_sync 4590 l\n2011_09_30/2011_09_30_drive_0028_sync 1718 l\n2011_09_30/2011_09_30_drive_0028_sync 3515 l\n2011_09_30/2011_09_30_drive_0028_sync 1091 r\n2011_09_30/2011_09_30_drive_0028_sync 368 l\n2011_09_30/2011_09_30_drive_0028_sync 1544 l\n2011_09_30/2011_09_30_drive_0028_sync 963 r\n2011_09_30/2011_09_30_drive_0028_sync 2338 r\n2011_09_30/2011_09_30_drive_0028_sync 3702 r\n2011_09_30/2011_09_30_drive_0028_sync 35 r\n2011_09_30/2011_09_30_drive_0028_sync 3658 r\n2011_09_30/2011_09_30_drive_0028_sync 1434 l\n2011_09_30/2011_09_30_drive_0028_sync 2262 r\n2011_09_30/2011_09_30_drive_0028_sync 4927 r\n2011_09_30/2011_09_30_drive_0028_sync 4658 l\n2011_09_30/2011_09_30_drive_0028_sync 4300 r\n2011_09_30/2011_09_30_drive_0028_sync 2704 r\n2011_09_30/2011_09_30_drive_0028_sync 145 l\n2011_09_30/2011_09_30_drive_0028_sync 277 l\n2011_09_30/2011_09_30_drive_0028_sync 2386 l\n2011_09_30/2011_09_30_drive_0028_sync 2274 l\n2011_09_30/2011_09_30_drive_0028_sync 4461 l\n2011_09_30/2011_09_30_drive_0028_sync 3573 l\n2011_09_30/2011_09_30_drive_0028_sync 4869 r\n2011_09_30/2011_09_30_drive_0028_sync 3598 l\n2011_09_30/2011_09_30_drive_0028_sync 3183 r\n2011_09_30/2011_09_30_drive_0028_sync 4820 r\n2011_09_30/2011_09_30_drive_0028_sync 1988 l\n2011_09_30/2011_09_30_drive_0028_sync 3232 r\n2011_09_30/2011_09_30_drive_0028_sync 4477 l\n2011_09_30/2011_09_30_drive_0028_sync 649 r\n2011_09_30/2011_09_30_drive_0028_sync 2818 l\n2011_09_30/2011_09_30_drive_0028_sync 2103 r\n2011_09_30/2011_09_30_drive_0028_sync 2950 r\n2011_09_30/2011_09_30_drive_0028_sync 1972 l\n2011_09_30/2011_09_30_drive_0028_sync 543 r\n2011_09_30/2011_09_30_drive_0028_sync 4998 l\n2011_09_30/2011_09_30_drive_0028_sync 1849 r\n2011_09_30/2011_09_30_drive_0028_sync 4365 r\n2011_09_30/2011_09_30_drive_0028_sync 4601 l\n2011_09_30/2011_09_30_drive_0028_sync 3080 l\n2011_09_30/2011_09_30_drive_0028_sync 2071 l\n2011_09_30/2011_09_30_drive_0028_sync 1421 l\n2011_09_30/2011_09_30_drive_0028_sync 1471 l\n2011_09_30/2011_09_30_drive_0028_sync 165 l\n2011_09_30/2011_09_30_drive_0028_sync 764 l\n2011_09_30/2011_09_30_drive_0028_sync 2020 l\n2011_09_30/2011_09_30_drive_0028_sync 1834 l\n2011_09_30/2011_09_30_drive_0028_sync 604 l\n2011_09_30/2011_09_30_drive_0028_sync 3253 r\n2011_09_30/2011_09_30_drive_0028_sync 3742 r\n2011_09_30/2011_09_30_drive_0028_sync 503 r\n2011_09_30/2011_09_30_drive_0028_sync 934 r\n2011_09_30/2011_09_30_drive_0028_sync 4506 l\n2011_09_30/2011_09_30_drive_0028_sync 4796 r\n2011_09_30/2011_09_30_drive_0028_sync 805 l\n2011_09_30/2011_09_30_drive_0028_sync 4589 l\n2011_09_30/2011_09_30_drive_0028_sync 2187 l\n2011_09_30/2011_09_30_drive_0028_sync 914 r\n2011_09_30/2011_09_30_drive_0028_sync 2623 r\n2011_09_30/2011_09_30_drive_0028_sync 4094 l\n2011_09_30/2011_09_30_drive_0028_sync 2447 r\n2011_09_30/2011_09_30_drive_0028_sync 4679 l\n2011_09_30/2011_09_30_drive_0028_sync 730 r\n2011_09_30/2011_09_30_drive_0028_sync 948 l\n2011_09_30/2011_09_30_drive_0028_sync 1874 r\n2011_09_30/2011_09_30_drive_0028_sync 4066 r\n2011_09_30/2011_09_30_drive_0028_sync 1607 l\n2011_09_30/2011_09_30_drive_0028_sync 800 r\n2011_09_30/2011_09_30_drive_0028_sync 3614 r\n2011_09_30/2011_09_30_drive_0028_sync 3909 l\n2011_09_30/2011_09_30_drive_0028_sync 4668 l\n2011_09_30/2011_09_30_drive_0028_sync 4343 l\n2011_09_30/2011_09_30_drive_0028_sync 71 l\n2011_09_30/2011_09_30_drive_0028_sync 839 r\n2011_09_30/2011_09_30_drive_0028_sync 1123 l\n2011_09_30/2011_09_30_drive_0028_sync 1309 l\n2011_09_30/2011_09_30_drive_0028_sync 220 r\n2011_09_30/2011_09_30_drive_0028_sync 2238 l\n2011_09_30/2011_09_30_drive_0028_sync 4177 l\n2011_09_30/2011_09_30_drive_0028_sync 4404 r\n2011_09_30/2011_09_30_drive_0028_sync 278 r\n2011_09_30/2011_09_30_drive_0028_sync 1461 l\n2011_09_30/2011_09_30_drive_0028_sync 1247 l\n2011_09_30/2011_09_30_drive_0028_sync 3920 l\n2011_09_30/2011_09_30_drive_0028_sync 3270 r\n2011_09_30/2011_09_30_drive_0028_sync 585 l\n2011_09_30/2011_09_30_drive_0028_sync 4823 r\n2011_09_30/2011_09_30_drive_0028_sync 852 r\n2011_09_30/2011_09_30_drive_0028_sync 3162 r\n2011_09_30/2011_09_30_drive_0028_sync 4946 r\n2011_09_30/2011_09_30_drive_0028_sync 3033 r\n2011_09_30/2011_09_30_drive_0028_sync 2724 l\n2011_09_30/2011_09_30_drive_0028_sync 3318 l\n2011_09_30/2011_09_30_drive_0028_sync 5028 l\n2011_09_30/2011_09_30_drive_0028_sync 1696 r\n2011_09_30/2011_09_30_drive_0028_sync 4383 r\n2011_09_30/2011_09_30_drive_0028_sync 941 l\n2011_09_30/2011_09_30_drive_0028_sync 3644 l\n2011_09_30/2011_09_30_drive_0028_sync 3887 r\n2011_09_30/2011_09_30_drive_0028_sync 4059 r\n2011_09_30/2011_09_30_drive_0028_sync 1714 l\n2011_09_30/2011_09_30_drive_0028_sync 3817 r\n2011_09_30/2011_09_30_drive_0028_sync 3995 r\n2011_09_30/2011_09_30_drive_0028_sync 2058 r\n2011_09_30/2011_09_30_drive_0028_sync 4549 r\n2011_09_30/2011_09_30_drive_0028_sync 831 l\n2011_09_30/2011_09_30_drive_0028_sync 2616 l\n2011_09_30/2011_09_30_drive_0028_sync 2937 l\n2011_09_30/2011_09_30_drive_0028_sync 482 l\n2011_09_30/2011_09_30_drive_0028_sync 182 l\n2011_09_30/2011_09_30_drive_0028_sync 3002 r\n2011_09_30/2011_09_30_drive_0028_sync 2677 r\n2011_09_30/2011_09_30_drive_0028_sync 883 r\n2011_09_30/2011_09_30_drive_0028_sync 388 l\n2011_09_30/2011_09_30_drive_0028_sync 1232 l\n2011_09_30/2011_09_30_drive_0028_sync 1337 r\n2011_09_30/2011_09_30_drive_0028_sync 3256 r\n2011_09_30/2011_09_30_drive_0028_sync 1256 r\n2011_09_30/2011_09_30_drive_0028_sync 3160 r\n2011_09_30/2011_09_30_drive_0028_sync 1211 l\n2011_09_30/2011_09_30_drive_0028_sync 5018 l\n2011_09_30/2011_09_30_drive_0028_sync 1662 r\n2011_09_30/2011_09_30_drive_0028_sync 5093 r\n2011_09_30/2011_09_30_drive_0028_sync 5148 l\n2011_09_30/2011_09_30_drive_0028_sync 1389 r\n2011_09_30/2011_09_30_drive_0028_sync 3530 l\n2011_09_30/2011_09_30_drive_0028_sync 412 r\n2011_09_30/2011_09_30_drive_0028_sync 250 l\n2011_09_30/2011_09_30_drive_0028_sync 4630 r\n2011_09_30/2011_09_30_drive_0028_sync 1364 r\n2011_09_30/2011_09_30_drive_0028_sync 2261 r\n2011_09_30/2011_09_30_drive_0028_sync 3619 l\n2011_09_30/2011_09_30_drive_0028_sync 4708 r\n2011_09_30/2011_09_30_drive_0028_sync 394 r\n2011_09_30/2011_09_30_drive_0028_sync 4324 l\n2011_09_30/2011_09_30_drive_0028_sync 1880 l\n2011_09_30/2011_09_30_drive_0028_sync 4120 l\n2011_09_30/2011_09_30_drive_0028_sync 3711 r\n2011_09_30/2011_09_30_drive_0028_sync 2090 r\n2011_09_30/2011_09_30_drive_0028_sync 1219 r\n2011_09_30/2011_09_30_drive_0028_sync 4591 r\n2011_09_30/2011_09_30_drive_0028_sync 5153 l\n2011_09_30/2011_09_30_drive_0028_sync 20 r\n2011_09_30/2011_09_30_drive_0028_sync 1225 r\n2011_09_30/2011_09_30_drive_0028_sync 3557 l\n2011_09_30/2011_09_30_drive_0028_sync 3121 l\n2011_09_30/2011_09_30_drive_0028_sync 196 r\n2011_09_30/2011_09_30_drive_0028_sync 2721 l\n2011_09_30/2011_09_30_drive_0028_sync 2737 r\n2011_09_30/2011_09_30_drive_0028_sync 5143 l\n2011_09_30/2011_09_30_drive_0028_sync 1614 r\n2011_09_30/2011_09_30_drive_0028_sync 165 r\n2011_09_30/2011_09_30_drive_0028_sync 2315 r\n2011_09_30/2011_09_30_drive_0028_sync 2030 r\n2011_09_30/2011_09_30_drive_0028_sync 4532 l\n2011_09_30/2011_09_30_drive_0028_sync 3540 r\n2011_09_30/2011_09_30_drive_0028_sync 5065 r\n2011_09_30/2011_09_30_drive_0028_sync 4714 l\n2011_09_30/2011_09_30_drive_0028_sync 3687 l\n2011_09_30/2011_09_30_drive_0028_sync 957 r\n2011_09_30/2011_09_30_drive_0028_sync 1030 r\n2011_09_30/2011_09_30_drive_0028_sync 4453 r\n2011_09_30/2011_09_30_drive_0028_sync 3627 r\n2011_09_30/2011_09_30_drive_0028_sync 2012 r\n2011_09_30/2011_09_30_drive_0028_sync 4412 r\n2011_09_30/2011_09_30_drive_0028_sync 579 l\n2011_09_30/2011_09_30_drive_0028_sync 3748 l\n2011_09_30/2011_09_30_drive_0028_sync 4991 r\n2011_09_30/2011_09_30_drive_0028_sync 302 r\n2011_09_30/2011_09_30_drive_0028_sync 737 l\n2011_09_30/2011_09_30_drive_0028_sync 2461 l\n2011_09_30/2011_09_30_drive_0028_sync 1649 l\n2011_09_30/2011_09_30_drive_0028_sync 5031 r\n2011_09_30/2011_09_30_drive_0028_sync 221 l\n2011_09_30/2011_09_30_drive_0028_sync 2759 l\n2011_09_30/2011_09_30_drive_0028_sync 2774 l\n2011_09_30/2011_09_30_drive_0028_sync 1785 l\n2011_09_30/2011_09_30_drive_0028_sync 1522 l\n2011_09_30/2011_09_30_drive_0028_sync 901 r\n2011_09_30/2011_09_30_drive_0028_sync 4310 l\n2011_09_30/2011_09_30_drive_0028_sync 4090 l\n2011_09_30/2011_09_30_drive_0028_sync 2409 l\n2011_09_30/2011_09_30_drive_0028_sync 3589 r\n2011_09_30/2011_09_30_drive_0028_sync 1079 r\n2011_09_30/2011_09_30_drive_0028_sync 2242 r\n2011_09_30/2011_09_30_drive_0028_sync 1514 r\n2011_09_30/2011_09_30_drive_0028_sync 1490 r\n2011_09_30/2011_09_30_drive_0028_sync 2657 l\n2011_09_30/2011_09_30_drive_0028_sync 4315 r\n2011_09_30/2011_09_30_drive_0028_sync 4843 l\n2011_09_30/2011_09_30_drive_0028_sync 3812 r\n2011_09_30/2011_09_30_drive_0028_sync 3299 l\n2011_09_30/2011_09_30_drive_0028_sync 550 l\n2011_09_30/2011_09_30_drive_0028_sync 4404 l\n2011_09_30/2011_09_30_drive_0028_sync 1334 r\n2011_09_30/2011_09_30_drive_0028_sync 2605 l\n2011_09_30/2011_09_30_drive_0028_sync 1920 l\n2011_09_30/2011_09_30_drive_0028_sync 1670 r\n2011_09_30/2011_09_30_drive_0028_sync 4723 l\n2011_09_30/2011_09_30_drive_0028_sync 4107 l\n2011_09_30/2011_09_30_drive_0028_sync 770 r\n2011_09_30/2011_09_30_drive_0028_sync 1238 l\n2011_09_30/2011_09_30_drive_0028_sync 1534 l\n2011_09_30/2011_09_30_drive_0028_sync 1995 l\n2011_09_30/2011_09_30_drive_0028_sync 3867 r\n2011_09_30/2011_09_30_drive_0028_sync 3903 r\n2011_09_30/2011_09_30_drive_0028_sync 51 l\n2011_09_30/2011_09_30_drive_0028_sync 3399 l\n2011_09_30/2011_09_30_drive_0028_sync 3817 l\n2011_09_30/2011_09_30_drive_0028_sync 2833 r\n2011_09_30/2011_09_30_drive_0028_sync 3361 r\n2011_09_30/2011_09_30_drive_0028_sync 583 l\n2011_09_30/2011_09_30_drive_0028_sync 2144 r\n2011_09_30/2011_09_30_drive_0028_sync 2116 r\n2011_09_30/2011_09_30_drive_0028_sync 3294 l\n2011_09_30/2011_09_30_drive_0028_sync 608 l\n2011_09_30/2011_09_30_drive_0028_sync 4045 l\n2011_09_30/2011_09_30_drive_0028_sync 343 l\n2011_09_30/2011_09_30_drive_0028_sync 2678 l\n2011_09_30/2011_09_30_drive_0028_sync 3204 r\n2011_09_30/2011_09_30_drive_0028_sync 1952 r\n2011_09_30/2011_09_30_drive_0028_sync 4397 l\n2011_09_30/2011_09_30_drive_0028_sync 5118 l\n2011_09_30/2011_09_30_drive_0028_sync 4203 r\n2011_09_30/2011_09_30_drive_0028_sync 292 l\n2011_09_30/2011_09_30_drive_0028_sync 1521 r\n2011_09_30/2011_09_30_drive_0028_sync 2308 l\n2011_09_30/2011_09_30_drive_0028_sync 5033 r\n2011_09_30/2011_09_30_drive_0028_sync 4712 l\n2011_09_30/2011_09_30_drive_0028_sync 352 r\n2011_09_30/2011_09_30_drive_0028_sync 361 l\n2011_09_30/2011_09_30_drive_0028_sync 504 l\n2011_09_30/2011_09_30_drive_0028_sync 808 l\n2011_09_30/2011_09_30_drive_0028_sync 2135 r\n2011_09_30/2011_09_30_drive_0028_sync 1718 r\n2011_09_30/2011_09_30_drive_0028_sync 580 r\n2011_09_30/2011_09_30_drive_0028_sync 3671 l\n2011_09_30/2011_09_30_drive_0028_sync 3809 r\n2011_09_30/2011_09_30_drive_0028_sync 2318 l\n2011_09_30/2011_09_30_drive_0028_sync 1428 l\n2011_09_30/2011_09_30_drive_0028_sync 3114 r\n2011_09_30/2011_09_30_drive_0028_sync 4154 r\n2011_09_30/2011_09_30_drive_0028_sync 464 l\n2011_09_30/2011_09_30_drive_0028_sync 1427 l\n2011_09_30/2011_09_30_drive_0028_sync 4095 r\n2011_09_30/2011_09_30_drive_0028_sync 3519 r\n2011_09_30/2011_09_30_drive_0028_sync 2147 l\n2011_09_30/2011_09_30_drive_0028_sync 3924 r\n2011_09_30/2011_09_30_drive_0028_sync 3780 r\n2011_09_30/2011_09_30_drive_0028_sync 2062 l\n2011_09_30/2011_09_30_drive_0028_sync 3511 r\n2011_09_30/2011_09_30_drive_0028_sync 4486 l\n2011_09_30/2011_09_30_drive_0028_sync 1023 r\n2011_09_30/2011_09_30_drive_0028_sync 1310 r\n2011_09_30/2011_09_30_drive_0028_sync 3710 r\n2011_09_30/2011_09_30_drive_0028_sync 3464 l\n2011_09_30/2011_09_30_drive_0028_sync 790 r\n2011_09_30/2011_09_30_drive_0028_sync 1355 l\n2011_09_30/2011_09_30_drive_0028_sync 3736 r\n2011_09_30/2011_09_30_drive_0028_sync 4229 l\n2011_09_30/2011_09_30_drive_0028_sync 3947 r\n2011_09_30/2011_09_30_drive_0028_sync 516 r\n2011_09_30/2011_09_30_drive_0028_sync 4156 r\n2011_09_30/2011_09_30_drive_0028_sync 3607 r\n2011_09_30/2011_09_30_drive_0028_sync 2701 l\n2011_09_30/2011_09_30_drive_0028_sync 2991 l\n2011_09_30/2011_09_30_drive_0028_sync 1360 r\n2011_09_30/2011_09_30_drive_0028_sync 1748 l\n2011_09_30/2011_09_30_drive_0028_sync 626 r\n2011_09_30/2011_09_30_drive_0028_sync 4156 l\n2011_09_30/2011_09_30_drive_0028_sync 4442 l\n2011_09_30/2011_09_30_drive_0028_sync 2734 l\n2011_09_30/2011_09_30_drive_0028_sync 1803 r\n2011_09_30/2011_09_30_drive_0028_sync 417 l\n2011_09_30/2011_09_30_drive_0028_sync 2470 r\n2011_09_30/2011_09_30_drive_0028_sync 4871 l\n2011_09_30/2011_09_30_drive_0028_sync 3838 l\n2011_09_30/2011_09_30_drive_0028_sync 2027 l\n2011_09_30/2011_09_30_drive_0028_sync 4317 r\n2011_09_30/2011_09_30_drive_0028_sync 442 l\n2011_09_30/2011_09_30_drive_0028_sync 866 r\n2011_09_30/2011_09_30_drive_0028_sync 2744 l\n2011_09_30/2011_09_30_drive_0028_sync 857 r\n2011_09_30/2011_09_30_drive_0028_sync 2775 l\n2011_09_30/2011_09_30_drive_0028_sync 1770 r\n2011_09_30/2011_09_30_drive_0028_sync 4733 l\n2011_09_30/2011_09_30_drive_0028_sync 2906 r\n2011_09_30/2011_09_30_drive_0028_sync 3134 r\n2011_09_30/2011_09_30_drive_0028_sync 1906 l\n2011_09_30/2011_09_30_drive_0028_sync 708 r\n2011_09_30/2011_09_30_drive_0028_sync 4520 r\n2011_09_30/2011_09_30_drive_0028_sync 2254 l\n2011_09_30/2011_09_30_drive_0028_sync 1386 r\n2011_09_30/2011_09_30_drive_0028_sync 664 r\n2011_09_30/2011_09_30_drive_0028_sync 2007 r\n2011_09_30/2011_09_30_drive_0028_sync 4232 r\n2011_09_30/2011_09_30_drive_0028_sync 2413 r\n2011_09_30/2011_09_30_drive_0028_sync 4265 l\n2011_09_30/2011_09_30_drive_0028_sync 5118 r\n2011_09_30/2011_09_30_drive_0028_sync 3311 r\n2011_09_30/2011_09_30_drive_0028_sync 1942 l\n2011_09_30/2011_09_30_drive_0028_sync 3750 r\n2011_09_30/2011_09_30_drive_0028_sync 2944 l\n2011_09_30/2011_09_30_drive_0028_sync 155 r\n2011_09_30/2011_09_30_drive_0028_sync 3646 l\n2011_09_30/2011_09_30_drive_0028_sync 2046 l\n2011_09_30/2011_09_30_drive_0028_sync 3152 r\n2011_09_30/2011_09_30_drive_0028_sync 1317 l\n2011_09_30/2011_09_30_drive_0028_sync 3351 r\n2011_09_30/2011_09_30_drive_0028_sync 4378 l\n2011_09_30/2011_09_30_drive_0028_sync 4888 l\n2011_09_30/2011_09_30_drive_0028_sync 948 r\n2011_09_30/2011_09_30_drive_0028_sync 3801 r\n2011_09_30/2011_09_30_drive_0028_sync 2310 r\n2011_09_30/2011_09_30_drive_0028_sync 2958 r\n2011_09_30/2011_09_30_drive_0028_sync 563 l\n2011_09_30/2011_09_30_drive_0028_sync 1024 r\n2011_09_30/2011_09_30_drive_0028_sync 397 l\n2011_09_30/2011_09_30_drive_0028_sync 4148 l\n2011_09_30/2011_09_30_drive_0028_sync 2196 l\n2011_09_30/2011_09_30_drive_0028_sync 4352 l\n2011_09_30/2011_09_30_drive_0028_sync 3358 r\n2011_09_30/2011_09_30_drive_0028_sync 3241 r\n2011_09_30/2011_09_30_drive_0028_sync 3698 l\n2011_09_30/2011_09_30_drive_0028_sync 907 r\n2011_09_30/2011_09_30_drive_0028_sync 4950 l\n2011_09_30/2011_09_30_drive_0028_sync 1077 r\n2011_09_30/2011_09_30_drive_0028_sync 3781 r\n2011_09_30/2011_09_30_drive_0028_sync 2835 l\n2011_09_30/2011_09_30_drive_0028_sync 1840 l\n2011_09_30/2011_09_30_drive_0028_sync 4016 r\n2011_09_30/2011_09_30_drive_0028_sync 1502 r\n2011_09_30/2011_09_30_drive_0028_sync 987 l\n2011_09_30/2011_09_30_drive_0028_sync 262 r\n2011_09_30/2011_09_30_drive_0028_sync 3027 r\n2011_09_30/2011_09_30_drive_0028_sync 4154 l\n2011_09_30/2011_09_30_drive_0028_sync 2943 r\n2011_09_30/2011_09_30_drive_0028_sync 5068 l\n2011_09_30/2011_09_30_drive_0028_sync 3402 l\n2011_09_30/2011_09_30_drive_0028_sync 151 r\n2011_09_30/2011_09_30_drive_0028_sync 3523 l\n2011_09_30/2011_09_30_drive_0028_sync 4157 r\n2011_09_30/2011_09_30_drive_0028_sync 5005 l\n2011_09_30/2011_09_30_drive_0028_sync 2027 r\n2011_09_30/2011_09_30_drive_0028_sync 2188 l\n2011_09_30/2011_09_30_drive_0028_sync 1182 r\n2011_09_30/2011_09_30_drive_0028_sync 3078 l\n2011_09_30/2011_09_30_drive_0028_sync 3636 r\n2011_09_30/2011_09_30_drive_0028_sync 4609 r\n2011_09_30/2011_09_30_drive_0028_sync 54 r\n2011_09_30/2011_09_30_drive_0028_sync 1194 l\n2011_09_30/2011_09_30_drive_0028_sync 1516 r\n2011_09_30/2011_09_30_drive_0028_sync 575 l\n2011_09_30/2011_09_30_drive_0028_sync 3846 l\n2011_09_30/2011_09_30_drive_0028_sync 2033 r\n2011_09_30/2011_09_30_drive_0028_sync 4483 r\n2011_09_30/2011_09_30_drive_0028_sync 991 l\n2011_09_30/2011_09_30_drive_0028_sync 894 l\n2011_09_30/2011_09_30_drive_0028_sync 2237 l\n2011_09_30/2011_09_30_drive_0028_sync 1324 l\n2011_09_30/2011_09_30_drive_0028_sync 1084 r\n2011_09_30/2011_09_30_drive_0028_sync 4348 r\n2011_09_30/2011_09_30_drive_0028_sync 3592 l\n2011_09_30/2011_09_30_drive_0028_sync 3084 r\n2011_09_30/2011_09_30_drive_0028_sync 2266 l\n2011_09_30/2011_09_30_drive_0028_sync 2574 l\n2011_09_30/2011_09_30_drive_0028_sync 3073 r\n2011_09_30/2011_09_30_drive_0028_sync 825 l\n2011_09_30/2011_09_30_drive_0028_sync 817 r\n2011_09_30/2011_09_30_drive_0028_sync 1831 l\n2011_09_30/2011_09_30_drive_0028_sync 752 l\n2011_09_30/2011_09_30_drive_0028_sync 658 r\n2011_09_30/2011_09_30_drive_0028_sync 4627 r\n2011_09_30/2011_09_30_drive_0028_sync 4841 l\n2011_09_30/2011_09_30_drive_0028_sync 1541 l\n2011_09_30/2011_09_30_drive_0028_sync 34 r\n2011_09_30/2011_09_30_drive_0028_sync 5008 l\n2011_09_30/2011_09_30_drive_0028_sync 2841 l\n2011_09_30/2011_09_30_drive_0028_sync 4028 l\n2011_09_30/2011_09_30_drive_0028_sync 2086 l\n2011_09_30/2011_09_30_drive_0028_sync 4579 l\n2011_09_30/2011_09_30_drive_0028_sync 4301 l\n2011_09_30/2011_09_30_drive_0028_sync 500 l\n2011_09_30/2011_09_30_drive_0028_sync 283 r\n2011_09_30/2011_09_30_drive_0028_sync 260 l\n2011_09_30/2011_09_30_drive_0028_sync 613 l\n2011_09_30/2011_09_30_drive_0028_sync 4917 l\n2011_09_30/2011_09_30_drive_0028_sync 645 r\n2011_09_30/2011_09_30_drive_0028_sync 3682 l\n2011_09_30/2011_09_30_drive_0028_sync 4325 r\n2011_09_30/2011_09_30_drive_0028_sync 2727 r\n2011_09_30/2011_09_30_drive_0028_sync 2065 l\n2011_09_30/2011_09_30_drive_0028_sync 582 l\n2011_09_30/2011_09_30_drive_0028_sync 2859 l\n2011_09_30/2011_09_30_drive_0028_sync 4739 r\n2011_09_30/2011_09_30_drive_0028_sync 1085 l\n2011_09_30/2011_09_30_drive_0028_sync 2667 l\n2011_09_30/2011_09_30_drive_0028_sync 1281 r\n2011_09_30/2011_09_30_drive_0028_sync 4909 r\n2011_09_30/2011_09_30_drive_0028_sync 2693 r\n2011_09_30/2011_09_30_drive_0028_sync 2179 r\n2011_09_30/2011_09_30_drive_0028_sync 4180 l\n2011_09_30/2011_09_30_drive_0028_sync 244 l\n2011_09_30/2011_09_30_drive_0028_sync 4046 l\n2011_09_30/2011_09_30_drive_0028_sync 1609 l\n2011_09_30/2011_09_30_drive_0028_sync 4044 r\n2011_09_30/2011_09_30_drive_0028_sync 2843 r\n2011_09_30/2011_09_30_drive_0028_sync 2929 l\n2011_09_30/2011_09_30_drive_0028_sync 1213 r\n2011_09_30/2011_09_30_drive_0028_sync 4513 r\n2011_09_30/2011_09_30_drive_0028_sync 986 r\n2011_09_30/2011_09_30_drive_0028_sync 2372 r\n2011_09_30/2011_09_30_drive_0028_sync 700 r\n2011_09_30/2011_09_30_drive_0028_sync 1291 l\n2011_09_30/2011_09_30_drive_0028_sync 4964 l\n2011_09_30/2011_09_30_drive_0028_sync 1142 l\n2011_09_30/2011_09_30_drive_0028_sync 2332 r\n2011_09_30/2011_09_30_drive_0028_sync 2072 l\n2011_09_30/2011_09_30_drive_0028_sync 5057 l\n2011_09_30/2011_09_30_drive_0028_sync 129 l\n2011_09_30/2011_09_30_drive_0028_sync 4369 l\n2011_09_30/2011_09_30_drive_0028_sync 2542 l\n2011_09_30/2011_09_30_drive_0028_sync 4000 r\n2011_09_30/2011_09_30_drive_0028_sync 3787 l\n2011_09_30/2011_09_30_drive_0028_sync 2370 l\n2011_09_30/2011_09_30_drive_0028_sync 3168 l\n2011_09_30/2011_09_30_drive_0028_sync 4967 l\n2011_09_30/2011_09_30_drive_0028_sync 2803 r\n2011_09_30/2011_09_30_drive_0028_sync 3898 l\n2011_09_30/2011_09_30_drive_0028_sync 428 l\n2011_09_30/2011_09_30_drive_0028_sync 4195 r\n2011_09_30/2011_09_30_drive_0028_sync 832 r\n2011_09_30/2011_09_30_drive_0028_sync 1297 l\n2011_09_30/2011_09_30_drive_0028_sync 2456 r\n2011_09_30/2011_09_30_drive_0028_sync 1835 r\n2011_09_30/2011_09_30_drive_0028_sync 2182 r\n2011_09_30/2011_09_30_drive_0028_sync 97 r\n2011_09_30/2011_09_30_drive_0028_sync 4937 l\n2011_09_30/2011_09_30_drive_0028_sync 4865 l\n2011_09_30/2011_09_30_drive_0028_sync 86 l\n2011_09_30/2011_09_30_drive_0028_sync 3317 r\n2011_09_30/2011_09_30_drive_0028_sync 1693 l\n2011_09_30/2011_09_30_drive_0028_sync 2527 r\n2011_09_30/2011_09_30_drive_0028_sync 294 r\n2011_09_30/2011_09_30_drive_0028_sync 3212 r\n2011_09_30/2011_09_30_drive_0028_sync 2617 r\n2011_09_30/2011_09_30_drive_0028_sync 3496 l\n2011_09_30/2011_09_30_drive_0028_sync 5164 l\n2011_09_30/2011_09_30_drive_0028_sync 4652 r\n2011_09_30/2011_09_30_drive_0028_sync 4535 r\n2011_09_30/2011_09_30_drive_0028_sync 1979 l\n2011_09_30/2011_09_30_drive_0028_sync 3558 l\n2011_09_30/2011_09_30_drive_0028_sync 2815 r\n2011_09_30/2011_09_30_drive_0028_sync 2268 r\n2011_09_30/2011_09_30_drive_0028_sync 3065 l\n2011_09_30/2011_09_30_drive_0028_sync 3047 r\n2011_09_30/2011_09_30_drive_0028_sync 2676 l\n2011_09_30/2011_09_30_drive_0028_sync 3536 r\n2011_09_30/2011_09_30_drive_0028_sync 4415 r\n2011_09_30/2011_09_30_drive_0028_sync 3813 l\n2011_09_30/2011_09_30_drive_0028_sync 3799 r\n2011_09_30/2011_09_30_drive_0028_sync 2361 l\n2011_09_30/2011_09_30_drive_0028_sync 3994 l\n2011_09_30/2011_09_30_drive_0028_sync 2253 l\n2011_09_30/2011_09_30_drive_0028_sync 997 l\n2011_09_30/2011_09_30_drive_0028_sync 4808 r\n2011_09_30/2011_09_30_drive_0028_sync 3823 r\n2011_09_30/2011_09_30_drive_0028_sync 1730 r\n2011_09_30/2011_09_30_drive_0028_sync 571 l\n2011_09_30/2011_09_30_drive_0028_sync 628 l\n2011_09_30/2011_09_30_drive_0028_sync 2233 l\n2011_09_30/2011_09_30_drive_0028_sync 2771 l\n2011_09_30/2011_09_30_drive_0028_sync 1380 l\n2011_09_30/2011_09_30_drive_0028_sync 3979 l\n2011_09_30/2011_09_30_drive_0028_sync 1187 r\n2011_09_30/2011_09_30_drive_0028_sync 2131 r\n2011_09_30/2011_09_30_drive_0028_sync 3097 r\n2011_09_30/2011_09_30_drive_0028_sync 3113 r\n2011_09_30/2011_09_30_drive_0028_sync 124 r\n2011_09_30/2011_09_30_drive_0028_sync 699 r\n2011_09_30/2011_09_30_drive_0028_sync 4685 l\n2011_09_30/2011_09_30_drive_0028_sync 697 r\n2011_09_30/2011_09_30_drive_0028_sync 4824 l\n2011_09_30/2011_09_30_drive_0028_sync 4501 r\n2011_09_30/2011_09_30_drive_0028_sync 4146 r\n2011_09_30/2011_09_30_drive_0028_sync 848 r\n2011_09_30/2011_09_30_drive_0028_sync 2710 l\n2011_09_30/2011_09_30_drive_0028_sync 699 l\n2011_09_30/2011_09_30_drive_0028_sync 3350 r\n2011_09_30/2011_09_30_drive_0028_sync 1749 l\n2011_09_30/2011_09_30_drive_0028_sync 3420 r\n2011_09_30/2011_09_30_drive_0028_sync 3174 r\n2011_09_30/2011_09_30_drive_0028_sync 2438 l\n2011_09_30/2011_09_30_drive_0028_sync 2500 r\n2011_09_30/2011_09_30_drive_0028_sync 2683 r\n2011_09_30/2011_09_30_drive_0028_sync 2635 r\n2011_09_30/2011_09_30_drive_0028_sync 2158 l\n2011_09_30/2011_09_30_drive_0028_sync 1107 l\n2011_09_30/2011_09_30_drive_0028_sync 273 l\n2011_09_30/2011_09_30_drive_0028_sync 1908 l\n2011_09_30/2011_09_30_drive_0028_sync 2790 r\n2011_09_30/2011_09_30_drive_0028_sync 3879 r\n2011_09_30/2011_09_30_drive_0028_sync 1678 l\n2011_09_30/2011_09_30_drive_0028_sync 4934 r\n2011_09_30/2011_09_30_drive_0028_sync 2607 l\n2011_09_30/2011_09_30_drive_0028_sync 2370 r\n2011_09_30/2011_09_30_drive_0028_sync 619 l\n2011_09_30/2011_09_30_drive_0028_sync 2888 r\n2011_09_30/2011_09_30_drive_0028_sync 2819 l\n2011_09_30/2011_09_30_drive_0028_sync 475 r\n2011_09_30/2011_09_30_drive_0028_sync 3987 r\n2011_09_30/2011_09_30_drive_0028_sync 1803 l\n2011_09_30/2011_09_30_drive_0028_sync 4409 l\n2011_09_30/2011_09_30_drive_0028_sync 3016 l\n2011_09_30/2011_09_30_drive_0028_sync 1184 l\n2011_09_30/2011_09_30_drive_0028_sync 3223 r\n2011_09_30/2011_09_30_drive_0028_sync 1616 r\n2011_09_30/2011_09_30_drive_0028_sync 2303 r\n2011_09_30/2011_09_30_drive_0028_sync 4925 l\n2011_09_30/2011_09_30_drive_0028_sync 2652 r\n2011_09_30/2011_09_30_drive_0028_sync 1537 r\n2011_09_30/2011_09_30_drive_0028_sync 1166 l\n2011_09_30/2011_09_30_drive_0028_sync 272 r\n2011_09_30/2011_09_30_drive_0028_sync 2600 l\n2011_09_30/2011_09_30_drive_0028_sync 1930 r\n2011_09_30/2011_09_30_drive_0028_sync 2602 l\n2011_09_30/2011_09_30_drive_0028_sync 457 l\n2011_09_30/2011_09_30_drive_0028_sync 1507 r\n2011_09_30/2011_09_30_drive_0028_sync 1097 r\n2011_09_30/2011_09_30_drive_0028_sync 3650 r\n2011_09_30/2011_09_30_drive_0028_sync 2718 r\n2011_09_30/2011_09_30_drive_0028_sync 1605 l\n2011_09_30/2011_09_30_drive_0028_sync 786 r\n2011_09_30/2011_09_30_drive_0028_sync 2110 r\n2011_09_30/2011_09_30_drive_0028_sync 3658 l\n2011_09_30/2011_09_30_drive_0028_sync 2074 r\n2011_09_30/2011_09_30_drive_0028_sync 185 r\n2011_09_30/2011_09_30_drive_0028_sync 2210 r\n2011_09_30/2011_09_30_drive_0028_sync 384 r\n2011_09_30/2011_09_30_drive_0028_sync 290 r\n2011_09_30/2011_09_30_drive_0028_sync 390 r\n2011_09_30/2011_09_30_drive_0028_sync 2396 r\n2011_09_30/2011_09_30_drive_0028_sync 2880 r\n2011_09_30/2011_09_30_drive_0028_sync 774 r\n2011_09_30/2011_09_30_drive_0028_sync 1181 l\n2011_09_30/2011_09_30_drive_0028_sync 311 l\n2011_09_30/2011_09_30_drive_0028_sync 963 l\n2011_09_30/2011_09_30_drive_0028_sync 4734 r\n2011_09_30/2011_09_30_drive_0028_sync 4007 l\n2011_09_30/2011_09_30_drive_0028_sync 1952 l\n2011_09_30/2011_09_30_drive_0028_sync 1011 r\n2011_09_30/2011_09_30_drive_0028_sync 57 l\n2011_09_30/2011_09_30_drive_0028_sync 3575 l\n2011_09_30/2011_09_30_drive_0028_sync 3058 r\n2011_09_30/2011_09_30_drive_0028_sync 716 l\n2011_09_30/2011_09_30_drive_0028_sync 134 r\n2011_09_30/2011_09_30_drive_0028_sync 807 l\n2011_09_30/2011_09_30_drive_0028_sync 1584 r\n2011_09_30/2011_09_30_drive_0028_sync 3555 l\n2011_09_30/2011_09_30_drive_0028_sync 2803 l\n2011_09_30/2011_09_30_drive_0028_sync 2557 r\n2011_09_30/2011_09_30_drive_0028_sync 2065 r\n2011_09_30/2011_09_30_drive_0028_sync 4856 l\n2011_09_30/2011_09_30_drive_0028_sync 2043 l\n2011_09_30/2011_09_30_drive_0028_sync 5165 r\n2011_09_30/2011_09_30_drive_0028_sync 3535 l\n2011_09_30/2011_09_30_drive_0028_sync 28 l\n2011_09_30/2011_09_30_drive_0028_sync 5073 l\n2011_09_30/2011_09_30_drive_0028_sync 3703 r\n2011_09_30/2011_09_30_drive_0028_sync 3184 r\n2011_09_30/2011_09_30_drive_0028_sync 1038 l\n2011_09_30/2011_09_30_drive_0028_sync 3531 r\n2011_09_30/2011_09_30_drive_0028_sync 1766 r\n2011_09_30/2011_09_30_drive_0028_sync 4303 r\n2011_09_30/2011_09_30_drive_0028_sync 3107 l\n2011_09_30/2011_09_30_drive_0028_sync 3257 l\n2011_09_30/2011_09_30_drive_0028_sync 1746 r\n2011_09_30/2011_09_30_drive_0028_sync 925 r\n2011_09_30/2011_09_30_drive_0028_sync 4810 l\n2011_09_30/2011_09_30_drive_0028_sync 4894 l\n2011_09_30/2011_09_30_drive_0028_sync 3307 r\n2011_09_30/2011_09_30_drive_0028_sync 4026 r\n2011_09_30/2011_09_30_drive_0028_sync 2457 l\n2011_09_30/2011_09_30_drive_0028_sync 949 l\n2011_09_30/2011_09_30_drive_0028_sync 2432 r\n2011_09_30/2011_09_30_drive_0028_sync 4590 r\n2011_09_30/2011_09_30_drive_0028_sync 4556 l\n2011_09_30/2011_09_30_drive_0028_sync 3076 r\n2011_09_30/2011_09_30_drive_0028_sync 2957 r\n2011_09_30/2011_09_30_drive_0028_sync 19 l\n2011_09_30/2011_09_30_drive_0028_sync 1126 r\n2011_09_30/2011_09_30_drive_0028_sync 3411 l\n2011_09_30/2011_09_30_drive_0028_sync 1249 r\n2011_09_30/2011_09_30_drive_0028_sync 2350 l\n2011_09_30/2011_09_30_drive_0028_sync 1231 r\n2011_09_30/2011_09_30_drive_0028_sync 2276 l\n2011_09_30/2011_09_30_drive_0028_sync 3460 l\n2011_09_30/2011_09_30_drive_0028_sync 78 l\n2011_09_30/2011_09_30_drive_0028_sync 2905 l\n2011_09_30/2011_09_30_drive_0028_sync 2497 r\n2011_09_30/2011_09_30_drive_0028_sync 649 l\n2011_09_30/2011_09_30_drive_0028_sync 3469 r\n2011_09_30/2011_09_30_drive_0028_sync 590 l\n2011_09_30/2011_09_30_drive_0028_sync 3667 l\n2011_09_30/2011_09_30_drive_0028_sync 3215 r\n2011_09_30/2011_09_30_drive_0028_sync 2114 r\n2011_09_30/2011_09_30_drive_0028_sync 2319 r\n2011_09_30/2011_09_30_drive_0028_sync 230 r\n2011_09_30/2011_09_30_drive_0028_sync 2688 l\n2011_09_30/2011_09_30_drive_0028_sync 1253 r\n2011_09_30/2011_09_30_drive_0028_sync 592 l\n2011_09_30/2011_09_30_drive_0028_sync 2915 l\n2011_09_30/2011_09_30_drive_0028_sync 712 r\n2011_09_30/2011_09_30_drive_0028_sync 1209 l\n2011_09_30/2011_09_30_drive_0028_sync 2826 l\n2011_09_30/2011_09_30_drive_0028_sync 2375 r\n2011_09_30/2011_09_30_drive_0028_sync 2383 r\n2011_09_30/2011_09_30_drive_0028_sync 3108 r\n2011_09_30/2011_09_30_drive_0028_sync 827 r\n2011_09_30/2011_09_30_drive_0028_sync 3261 l\n2011_09_30/2011_09_30_drive_0028_sync 5139 l\n2011_09_30/2011_09_30_drive_0028_sync 4083 l\n2011_09_30/2011_09_30_drive_0028_sync 1307 r\n2011_09_30/2011_09_30_drive_0028_sync 4904 r\n2011_09_30/2011_09_30_drive_0028_sync 1357 r\n2011_09_30/2011_09_30_drive_0028_sync 3202 r\n2011_09_30/2011_09_30_drive_0028_sync 3795 l\n2011_09_30/2011_09_30_drive_0028_sync 1634 l\n2011_09_30/2011_09_30_drive_0028_sync 333 r\n2011_09_30/2011_09_30_drive_0028_sync 402 l\n2011_09_30/2011_09_30_drive_0028_sync 2680 l\n2011_09_30/2011_09_30_drive_0028_sync 3958 l\n2011_09_30/2011_09_30_drive_0028_sync 796 r\n2011_09_30/2011_09_30_drive_0028_sync 1853 l\n2011_09_30/2011_09_30_drive_0028_sync 1060 l\n2011_09_30/2011_09_30_drive_0028_sync 365 r\n2011_09_30/2011_09_30_drive_0028_sync 2715 r\n2011_09_30/2011_09_30_drive_0028_sync 1714 r\n2011_09_30/2011_09_30_drive_0028_sync 4479 l\n2011_09_30/2011_09_30_drive_0028_sync 718 l\n2011_09_30/2011_09_30_drive_0028_sync 1009 r\n2011_09_30/2011_09_30_drive_0028_sync 1111 l\n2011_09_30/2011_09_30_drive_0028_sync 2414 l\n2011_09_30/2011_09_30_drive_0028_sync 3839 r\n2011_09_30/2011_09_30_drive_0028_sync 4081 r\n2011_09_30/2011_09_30_drive_0028_sync 1636 r\n2011_09_30/2011_09_30_drive_0028_sync 4664 l\n2011_09_30/2011_09_30_drive_0028_sync 1297 r\n2011_09_30/2011_09_30_drive_0028_sync 4732 l\n2011_09_30/2011_09_30_drive_0028_sync 679 l\n2011_09_30/2011_09_30_drive_0028_sync 906 l\n2011_09_30/2011_09_30_drive_0028_sync 4537 l\n2011_09_30/2011_09_30_drive_0028_sync 2833 l\n2011_09_30/2011_09_30_drive_0028_sync 4662 l\n2011_09_30/2011_09_30_drive_0028_sync 5169 l\n2011_09_30/2011_09_30_drive_0028_sync 1220 r\n2011_09_30/2011_09_30_drive_0028_sync 811 l\n2011_09_30/2011_09_30_drive_0028_sync 1426 r\n2011_09_30/2011_09_30_drive_0028_sync 2104 r\n2011_09_30/2011_09_30_drive_0028_sync 341 r\n2011_09_30/2011_09_30_drive_0028_sync 3147 r\n2011_09_30/2011_09_30_drive_0028_sync 3182 l\n2011_09_30/2011_09_30_drive_0028_sync 2606 l\n2011_09_30/2011_09_30_drive_0028_sync 326 l\n2011_09_30/2011_09_30_drive_0028_sync 1629 r\n2011_09_30/2011_09_30_drive_0028_sync 3603 r\n2011_09_30/2011_09_30_drive_0028_sync 2356 l\n2011_09_30/2011_09_30_drive_0028_sync 4455 l\n2011_09_30/2011_09_30_drive_0028_sync 2290 r\n2011_09_30/2011_09_30_drive_0028_sync 2127 r\n2011_09_30/2011_09_30_drive_0028_sync 2159 l\n2011_09_30/2011_09_30_drive_0028_sync 4290 r\n2011_09_30/2011_09_30_drive_0028_sync 5159 l\n2011_09_30/2011_09_30_drive_0028_sync 1449 l\n2011_09_30/2011_09_30_drive_0028_sync 3054 l\n2011_09_30/2011_09_30_drive_0028_sync 2571 l\n2011_09_30/2011_09_30_drive_0028_sync 1724 r\n2011_09_30/2011_09_30_drive_0028_sync 878 r\n2011_09_30/2011_09_30_drive_0028_sync 1977 r\n2011_09_30/2011_09_30_drive_0028_sync 4268 r\n2011_09_30/2011_09_30_drive_0028_sync 2805 l\n2011_09_30/2011_09_30_drive_0028_sync 2737 l\n2011_09_30/2011_09_30_drive_0028_sync 3453 l\n2011_09_30/2011_09_30_drive_0028_sync 1537 l\n2011_09_30/2011_09_30_drive_0028_sync 108 r\n2011_09_30/2011_09_30_drive_0028_sync 1447 r\n2011_09_30/2011_09_30_drive_0028_sync 3093 l\n2011_09_30/2011_09_30_drive_0028_sync 1252 l\n2011_09_30/2011_09_30_drive_0028_sync 2821 l\n2011_09_30/2011_09_30_drive_0028_sync 2133 r\n2011_09_30/2011_09_30_drive_0028_sync 1817 r\n2011_09_30/2011_09_30_drive_0028_sync 4174 l\n2011_09_30/2011_09_30_drive_0028_sync 3913 r\n2011_09_30/2011_09_30_drive_0028_sync 4259 l\n2011_09_30/2011_09_30_drive_0028_sync 1897 l\n2011_09_30/2011_09_30_drive_0028_sync 4639 l\n2011_09_30/2011_09_30_drive_0028_sync 2148 r\n2011_09_30/2011_09_30_drive_0028_sync 1565 r\n2011_09_30/2011_09_30_drive_0028_sync 3224 l\n2011_09_30/2011_09_30_drive_0028_sync 1353 r\n2011_09_30/2011_09_30_drive_0028_sync 2953 l\n2011_09_30/2011_09_30_drive_0028_sync 3150 r\n2011_09_30/2011_09_30_drive_0028_sync 2519 l\n2011_09_30/2011_09_30_drive_0028_sync 334 l\n2011_09_30/2011_09_30_drive_0028_sync 4827 l\n2011_09_30/2011_09_30_drive_0028_sync 1423 r\n2011_09_30/2011_09_30_drive_0028_sync 3264 r\n2011_09_30/2011_09_30_drive_0028_sync 1496 l\n2011_09_30/2011_09_30_drive_0028_sync 1098 l\n2011_09_30/2011_09_30_drive_0028_sync 2984 r\n2011_09_30/2011_09_30_drive_0028_sync 1049 l\n2011_09_30/2011_09_30_drive_0028_sync 3230 r\n2011_09_30/2011_09_30_drive_0028_sync 1308 l\n2011_09_30/2011_09_30_drive_0028_sync 211 l\n2011_09_30/2011_09_30_drive_0028_sync 4568 r\n2011_09_30/2011_09_30_drive_0028_sync 2669 l\n2011_09_30/2011_09_30_drive_0028_sync 3508 l\n2011_09_30/2011_09_30_drive_0028_sync 4899 l\n2011_09_30/2011_09_30_drive_0028_sync 3255 r\n2011_09_30/2011_09_30_drive_0028_sync 430 l\n2011_09_30/2011_09_30_drive_0028_sync 4190 l\n2011_09_30/2011_09_30_drive_0028_sync 2637 r\n2011_09_30/2011_09_30_drive_0028_sync 3488 l\n2011_09_30/2011_09_30_drive_0028_sync 212 l\n2011_09_30/2011_09_30_drive_0028_sync 3735 l\n2011_09_30/2011_09_30_drive_0028_sync 80 r\n2011_09_30/2011_09_30_drive_0028_sync 3167 r\n2011_09_30/2011_09_30_drive_0028_sync 4490 r\n2011_09_30/2011_09_30_drive_0028_sync 2141 l\n2011_09_30/2011_09_30_drive_0028_sync 2225 r\n2011_09_30/2011_09_30_drive_0028_sync 3103 l\n2011_09_30/2011_09_30_drive_0028_sync 3819 r\n2011_09_30/2011_09_30_drive_0028_sync 2824 l\n2011_09_30/2011_09_30_drive_0028_sync 1188 r\n2011_09_30/2011_09_30_drive_0028_sync 5163 r\n2011_09_30/2011_09_30_drive_0028_sync 1625 r\n2011_09_30/2011_09_30_drive_0028_sync 560 r\n2011_09_30/2011_09_30_drive_0028_sync 2675 l\n2011_09_30/2011_09_30_drive_0028_sync 3032 r\n2011_09_30/2011_09_30_drive_0028_sync 4462 l\n2011_09_30/2011_09_30_drive_0028_sync 4758 r\n2011_09_30/2011_09_30_drive_0028_sync 4425 l\n2011_09_30/2011_09_30_drive_0028_sync 2364 l\n2011_09_30/2011_09_30_drive_0028_sync 28 r\n2011_09_30/2011_09_30_drive_0028_sync 964 l\n2011_09_30/2011_09_30_drive_0028_sync 1874 l\n2011_09_30/2011_09_30_drive_0028_sync 1441 l\n2011_09_30/2011_09_30_drive_0028_sync 1932 l\n2011_09_30/2011_09_30_drive_0028_sync 951 l\n2011_09_30/2011_09_30_drive_0028_sync 2336 l\n2011_09_30/2011_09_30_drive_0028_sync 2422 l\n2011_09_30/2011_09_30_drive_0028_sync 2427 r\n2011_09_30/2011_09_30_drive_0028_sync 2359 r\n2011_09_30/2011_09_30_drive_0028_sync 4424 r\n2011_09_30/2011_09_30_drive_0028_sync 1027 r\n2011_09_30/2011_09_30_drive_0028_sync 491 r\n2011_09_30/2011_09_30_drive_0028_sync 602 r\n2011_09_30/2011_09_30_drive_0028_sync 4242 r\n2011_09_30/2011_09_30_drive_0028_sync 587 l\n2011_09_30/2011_09_30_drive_0028_sync 4370 l\n2011_09_30/2011_09_30_drive_0028_sync 1211 r\n2011_09_30/2011_09_30_drive_0028_sync 2047 l\n2011_09_30/2011_09_30_drive_0028_sync 2804 l\n2011_09_30/2011_09_30_drive_0028_sync 5070 r\n2011_09_30/2011_09_30_drive_0028_sync 587 r\n2011_09_30/2011_09_30_drive_0028_sync 1554 l\n2011_09_30/2011_09_30_drive_0028_sync 4699 l\n2011_09_30/2011_09_30_drive_0028_sync 4399 l\n2011_09_30/2011_09_30_drive_0028_sync 3630 l\n2011_09_30/2011_09_30_drive_0028_sync 1757 r\n2011_09_30/2011_09_30_drive_0028_sync 4335 l\n2011_09_30/2011_09_30_drive_0028_sync 2005 l\n2011_09_30/2011_09_30_drive_0028_sync 3487 l\n2011_09_30/2011_09_30_drive_0028_sync 2589 r\n2011_09_30/2011_09_30_drive_0028_sync 3960 r\n2011_09_30/2011_09_30_drive_0028_sync 2654 r\n2011_09_30/2011_09_30_drive_0028_sync 2298 r\n2011_09_30/2011_09_30_drive_0028_sync 4274 l\n2011_09_30/2011_09_30_drive_0028_sync 4955 r\n2011_09_30/2011_09_30_drive_0028_sync 4116 l\n2011_09_30/2011_09_30_drive_0028_sync 4575 l\n2011_09_30/2011_09_30_drive_0028_sync 3719 r\n2011_09_30/2011_09_30_drive_0028_sync 2364 r\n2011_09_30/2011_09_30_drive_0028_sync 3127 l\n2011_09_30/2011_09_30_drive_0028_sync 4432 l\n2011_09_30/2011_09_30_drive_0028_sync 1115 r\n2011_09_30/2011_09_30_drive_0028_sync 2006 l\n2011_09_30/2011_09_30_drive_0028_sync 4744 r\n2011_09_30/2011_09_30_drive_0028_sync 3026 r\n2011_09_30/2011_09_30_drive_0028_sync 961 r\n2011_09_30/2011_09_30_drive_0028_sync 1648 r\n2011_09_30/2011_09_30_drive_0028_sync 2791 r\n2011_09_30/2011_09_30_drive_0028_sync 4248 l\n2011_09_30/2011_09_30_drive_0028_sync 3495 l\n2011_09_30/2011_09_30_drive_0028_sync 3437 r\n2011_09_30/2011_09_30_drive_0028_sync 1474 r\n2011_09_30/2011_09_30_drive_0028_sync 5022 l\n2011_09_30/2011_09_30_drive_0028_sync 2333 r\n2011_09_30/2011_09_30_drive_0028_sync 3011 r\n2011_09_30/2011_09_30_drive_0028_sync 965 r\n2011_09_30/2011_09_30_drive_0028_sync 3173 l\n2011_09_30/2011_09_30_drive_0028_sync 4926 r\n2011_09_30/2011_09_30_drive_0028_sync 2397 l\n2011_09_30/2011_09_30_drive_0028_sync 4708 l\n2011_09_30/2011_09_30_drive_0028_sync 3178 l\n2011_09_30/2011_09_30_drive_0028_sync 2681 r\n2011_09_30/2011_09_30_drive_0028_sync 127 r\n2011_09_30/2011_09_30_drive_0028_sync 584 l\n2011_09_30/2011_09_30_drive_0028_sync 2980 r\n2011_09_30/2011_09_30_drive_0028_sync 1391 r\n2011_09_30/2011_09_30_drive_0028_sync 2709 r\n2011_09_30/2011_09_30_drive_0028_sync 3962 l\n2011_09_30/2011_09_30_drive_0028_sync 2819 r\n2011_09_30/2011_09_30_drive_0028_sync 5015 l\n2011_09_30/2011_09_30_drive_0028_sync 4973 r\n2011_09_30/2011_09_30_drive_0028_sync 3422 l\n2011_09_30/2011_09_30_drive_0028_sync 4441 l\n2011_09_30/2011_09_30_drive_0028_sync 2459 r\n2011_09_30/2011_09_30_drive_0028_sync 4888 r\n2011_09_30/2011_09_30_drive_0028_sync 2649 l\n2011_09_30/2011_09_30_drive_0028_sync 4610 l\n2011_09_30/2011_09_30_drive_0028_sync 2881 l\n2011_09_30/2011_09_30_drive_0028_sync 99 r\n2011_09_30/2011_09_30_drive_0028_sync 2695 r\n2011_09_30/2011_09_30_drive_0028_sync 1149 r\n2011_09_30/2011_09_30_drive_0028_sync 3816 r\n2011_09_30/2011_09_30_drive_0028_sync 5041 l\n2011_09_30/2011_09_30_drive_0028_sync 9 l\n2011_09_30/2011_09_30_drive_0028_sync 1002 r\n2011_09_30/2011_09_30_drive_0028_sync 3765 l\n2011_09_30/2011_09_30_drive_0028_sync 1028 r\n2011_09_30/2011_09_30_drive_0028_sync 1909 l\n2011_09_30/2011_09_30_drive_0028_sync 30 r\n2011_09_30/2011_09_30_drive_0028_sync 1105 l\n2011_09_30/2011_09_30_drive_0028_sync 621 r\n2011_09_30/2011_09_30_drive_0028_sync 2828 l\n2011_09_30/2011_09_30_drive_0028_sync 1476 r\n2011_09_30/2011_09_30_drive_0028_sync 115 l\n2011_09_30/2011_09_30_drive_0028_sync 3395 r\n2011_09_30/2011_09_30_drive_0028_sync 3130 l\n2011_09_30/2011_09_30_drive_0028_sync 83 r\n2011_09_30/2011_09_30_drive_0028_sync 1481 r\n2011_09_30/2011_09_30_drive_0028_sync 3905 r\n2011_09_30/2011_09_30_drive_0028_sync 2142 r\n2011_09_30/2011_09_30_drive_0028_sync 3391 l\n2011_09_30/2011_09_30_drive_0028_sync 3235 l\n2011_09_30/2011_09_30_drive_0028_sync 4848 l\n2011_09_30/2011_09_30_drive_0028_sync 4980 r\n2011_09_30/2011_09_30_drive_0028_sync 246 r\n2011_09_30/2011_09_30_drive_0028_sync 124 l\n2011_09_30/2011_09_30_drive_0028_sync 4246 r\n2011_09_30/2011_09_30_drive_0028_sync 4722 l\n2011_09_30/2011_09_30_drive_0028_sync 1332 l\n2011_09_30/2011_09_30_drive_0028_sync 4847 r\n2011_09_30/2011_09_30_drive_0028_sync 5130 r\n2011_09_30/2011_09_30_drive_0028_sync 2150 l\n2011_09_30/2011_09_30_drive_0028_sync 3724 r\n2011_09_30/2011_09_30_drive_0028_sync 717 r\n2011_09_30/2011_09_30_drive_0028_sync 4347 l\n2011_09_30/2011_09_30_drive_0028_sync 605 l\n2011_09_30/2011_09_30_drive_0028_sync 2886 r\n2011_09_30/2011_09_30_drive_0028_sync 4388 r\n2011_09_30/2011_09_30_drive_0028_sync 72 l\n2011_09_30/2011_09_30_drive_0028_sync 2685 r\n2011_09_30/2011_09_30_drive_0028_sync 3566 l\n2011_09_30/2011_09_30_drive_0028_sync 919 l\n2011_09_30/2011_09_30_drive_0028_sync 534 r\n2011_09_30/2011_09_30_drive_0028_sync 1553 r\n2011_09_30/2011_09_30_drive_0028_sync 3291 r\n2011_09_30/2011_09_30_drive_0028_sync 1316 l\n2011_09_30/2011_09_30_drive_0028_sync 4204 l\n2011_09_30/2011_09_30_drive_0028_sync 3951 l\n2011_09_30/2011_09_30_drive_0028_sync 3681 l\n2011_09_30/2011_09_30_drive_0028_sync 4353 r\n2011_09_30/2011_09_30_drive_0028_sync 4307 r\n2011_09_30/2011_09_30_drive_0028_sync 515 l\n2011_09_30/2011_09_30_drive_0028_sync 4544 r\n2011_09_30/2011_09_30_drive_0028_sync 5127 l\n2011_09_30/2011_09_30_drive_0028_sync 4082 l\n2011_09_30/2011_09_30_drive_0028_sync 2446 l\n2011_09_30/2011_09_30_drive_0028_sync 2151 r\n2011_09_30/2011_09_30_drive_0028_sync 2836 r\n2011_09_30/2011_09_30_drive_0028_sync 1401 r\n2011_09_30/2011_09_30_drive_0028_sync 1535 l\n2011_09_30/2011_09_30_drive_0028_sync 1202 l\n2011_09_30/2011_09_30_drive_0028_sync 2796 l\n2011_09_30/2011_09_30_drive_0028_sync 766 r\n2011_09_30/2011_09_30_drive_0028_sync 102 l\n2011_09_30/2011_09_30_drive_0028_sync 1720 r\n2011_09_30/2011_09_30_drive_0028_sync 4800 r\n2011_09_30/2011_09_30_drive_0028_sync 4162 l\n2011_09_30/2011_09_30_drive_0028_sync 4377 l\n2011_09_30/2011_09_30_drive_0028_sync 2917 l\n2011_09_30/2011_09_30_drive_0028_sync 1756 r\n2011_09_30/2011_09_30_drive_0028_sync 4006 r\n2011_09_30/2011_09_30_drive_0028_sync 210 r\n2011_09_30/2011_09_30_drive_0028_sync 4978 r\n2011_09_30/2011_09_30_drive_0028_sync 163 r\n2011_09_30/2011_09_30_drive_0028_sync 868 r\n2011_09_30/2011_09_30_drive_0028_sync 2285 l\n2011_09_30/2011_09_30_drive_0028_sync 295 r\n2011_09_30/2011_09_30_drive_0028_sync 707 l\n2011_09_30/2011_09_30_drive_0028_sync 3777 l\n2011_09_30/2011_09_30_drive_0028_sync 3248 r\n2011_09_30/2011_09_30_drive_0028_sync 32 r\n2011_09_30/2011_09_30_drive_0028_sync 2198 l\n2011_09_30/2011_09_30_drive_0028_sync 216 l\n2011_09_30/2011_09_30_drive_0028_sync 11 r\n2011_09_30/2011_09_30_drive_0028_sync 4083 r\n2011_09_30/2011_09_30_drive_0028_sync 1657 r\n2011_09_30/2011_09_30_drive_0028_sync 3583 l\n2011_09_30/2011_09_30_drive_0028_sync 2490 l\n2011_09_30/2011_09_30_drive_0028_sync 2275 r\n2011_09_30/2011_09_30_drive_0028_sync 1059 r\n2011_09_30/2011_09_30_drive_0028_sync 4110 l\n2011_09_30/2011_09_30_drive_0028_sync 833 r\n2011_09_30/2011_09_30_drive_0028_sync 3832 r\n2011_09_30/2011_09_30_drive_0028_sync 3618 l\n2011_09_30/2011_09_30_drive_0028_sync 2273 l\n2011_09_30/2011_09_30_drive_0028_sync 2080 l\n2011_09_30/2011_09_30_drive_0028_sync 1030 l\n2011_09_30/2011_09_30_drive_0028_sync 104 r\n2011_09_30/2011_09_30_drive_0028_sync 1522 r\n2011_09_30/2011_09_30_drive_0028_sync 2674 r\n2011_09_30/2011_09_30_drive_0028_sync 3460 r\n2011_09_30/2011_09_30_drive_0028_sync 1082 l\n2011_09_30/2011_09_30_drive_0028_sync 1144 r\n2011_09_30/2011_09_30_drive_0028_sync 1676 l\n2011_09_30/2011_09_30_drive_0028_sync 2424 l\n2011_09_30/2011_09_30_drive_0028_sync 4476 r\n2011_09_30/2011_09_30_drive_0028_sync 1631 l\n2011_09_30/2011_09_30_drive_0028_sync 1927 r\n2011_09_30/2011_09_30_drive_0028_sync 3210 r\n2011_09_30/2011_09_30_drive_0028_sync 4014 l\n2011_09_30/2011_09_30_drive_0028_sync 3246 r\n2011_09_30/2011_09_30_drive_0028_sync 702 l\n2011_09_30/2011_09_30_drive_0028_sync 3639 r\n2011_09_30/2011_09_30_drive_0028_sync 2825 l\n2011_09_30/2011_09_30_drive_0028_sync 2046 r\n2011_09_30/2011_09_30_drive_0028_sync 3792 r\n2011_09_30/2011_09_30_drive_0028_sync 5152 l\n2011_09_30/2011_09_30_drive_0028_sync 883 l\n2011_09_30/2011_09_30_drive_0028_sync 1590 r\n2011_09_30/2011_09_30_drive_0028_sync 4841 r\n2011_09_30/2011_09_30_drive_0028_sync 4065 l\n2011_09_30/2011_09_30_drive_0028_sync 5095 r\n2011_09_30/2011_09_30_drive_0028_sync 958 r\n2011_09_30/2011_09_30_drive_0028_sync 353 r\n2011_09_30/2011_09_30_drive_0028_sync 2903 l\n2011_09_30/2011_09_30_drive_0028_sync 1955 r\n2011_09_30/2011_09_30_drive_0028_sync 1235 r\n2011_09_30/2011_09_30_drive_0028_sync 2004 r\n2011_09_30/2011_09_30_drive_0028_sync 4199 l\n2011_09_30/2011_09_30_drive_0028_sync 5134 l\n2011_09_30/2011_09_30_drive_0028_sync 1220 l\n2011_09_30/2011_09_30_drive_0028_sync 4298 r\n2011_09_30/2011_09_30_drive_0028_sync 697 l\n2011_09_30/2011_09_30_drive_0028_sync 673 r\n2011_09_30/2011_09_30_drive_0028_sync 3851 l\n2011_09_30/2011_09_30_drive_0028_sync 1406 r\n2011_09_30/2011_09_30_drive_0028_sync 2913 l\n2011_09_30/2011_09_30_drive_0028_sync 4461 r\n2011_09_30/2011_09_30_drive_0028_sync 100 l\n2011_09_30/2011_09_30_drive_0028_sync 3381 l\n2011_09_30/2011_09_30_drive_0028_sync 4958 l\n2011_09_30/2011_09_30_drive_0028_sync 4318 r\n2011_09_30/2011_09_30_drive_0028_sync 2484 l\n2011_09_30/2011_09_30_drive_0028_sync 917 l\n2011_09_30/2011_09_30_drive_0028_sync 1240 l\n2011_09_30/2011_09_30_drive_0028_sync 2921 r\n2011_09_30/2011_09_30_drive_0028_sync 4060 r\n2011_09_30/2011_09_30_drive_0028_sync 3864 r\n2011_09_30/2011_09_30_drive_0028_sync 4036 l\n2011_09_30/2011_09_30_drive_0028_sync 1132 l\n2011_09_30/2011_09_30_drive_0028_sync 1290 l\n2011_09_30/2011_09_30_drive_0028_sync 784 l\n2011_09_30/2011_09_30_drive_0028_sync 4238 l\n2011_09_30/2011_09_30_drive_0028_sync 2017 r\n2011_09_30/2011_09_30_drive_0028_sync 251 l\n2011_09_30/2011_09_30_drive_0028_sync 3784 l\n2011_09_30/2011_09_30_drive_0028_sync 260 r\n2011_09_30/2011_09_30_drive_0028_sync 1515 r\n2011_09_30/2011_09_30_drive_0028_sync 4514 l\n2011_09_30/2011_09_30_drive_0028_sync 3916 l\n2011_09_30/2011_09_30_drive_0028_sync 4122 l\n2011_09_30/2011_09_30_drive_0028_sync 170 l\n2011_09_30/2011_09_30_drive_0028_sync 169 l\n2011_09_30/2011_09_30_drive_0028_sync 1311 l\n2011_09_30/2011_09_30_drive_0028_sync 4008 l\n2011_09_30/2011_09_30_drive_0028_sync 965 l\n2011_09_30/2011_09_30_drive_0028_sync 227 r\n2011_09_30/2011_09_30_drive_0028_sync 109 l\n2011_09_30/2011_09_30_drive_0028_sync 4173 r\n2011_09_30/2011_09_30_drive_0028_sync 47 l\n2011_09_30/2011_09_30_drive_0028_sync 609 l\n2011_09_30/2011_09_30_drive_0028_sync 2544 l\n2011_09_30/2011_09_30_drive_0028_sync 2873 r\n2011_09_30/2011_09_30_drive_0028_sync 2192 l\n2011_09_30/2011_09_30_drive_0028_sync 2728 r\n2011_09_30/2011_09_30_drive_0028_sync 69 l\n2011_09_30/2011_09_30_drive_0028_sync 1448 l\n2011_09_30/2011_09_30_drive_0028_sync 1889 r\n2011_09_30/2011_09_30_drive_0028_sync 2765 l\n2011_09_30/2011_09_30_drive_0028_sync 3185 r\n2011_09_30/2011_09_30_drive_0028_sync 4136 l\n2011_09_30/2011_09_30_drive_0028_sync 2463 r\n2011_09_30/2011_09_30_drive_0028_sync 2650 l\n2011_09_30/2011_09_30_drive_0028_sync 2980 l\n2011_09_30/2011_09_30_drive_0028_sync 3276 l\n2011_09_30/2011_09_30_drive_0028_sync 3676 l\n2011_09_30/2011_09_30_drive_0028_sync 954 l\n2011_09_30/2011_09_30_drive_0028_sync 1494 l\n2011_09_30/2011_09_30_drive_0028_sync 1662 l\n2011_09_30/2011_09_30_drive_0028_sync 5046 r\n2011_09_30/2011_09_30_drive_0028_sync 1611 l\n2011_09_30/2011_09_30_drive_0028_sync 1142 r\n2011_09_30/2011_09_30_drive_0028_sync 889 l\n2011_09_30/2011_09_30_drive_0028_sync 3752 l\n2011_09_30/2011_09_30_drive_0028_sync 4467 r\n2011_09_30/2011_09_30_drive_0028_sync 2979 l\n2011_09_30/2011_09_30_drive_0028_sync 2305 r\n2011_09_30/2011_09_30_drive_0028_sync 2837 l\n2011_09_30/2011_09_30_drive_0028_sync 684 r\n2011_09_30/2011_09_30_drive_0028_sync 1256 l\n2011_09_30/2011_09_30_drive_0028_sync 1810 r\n2011_09_30/2011_09_30_drive_0028_sync 3611 l\n2011_09_30/2011_09_30_drive_0028_sync 3011 l\n2011_09_30/2011_09_30_drive_0028_sync 2285 r\n2011_09_30/2011_09_30_drive_0028_sync 123 l\n2011_09_30/2011_09_30_drive_0028_sync 3055 l\n2011_09_30/2011_09_30_drive_0028_sync 3166 l\n2011_09_30/2011_09_30_drive_0028_sync 4048 l\n2011_09_30/2011_09_30_drive_0028_sync 2548 r\n2011_09_30/2011_09_30_drive_0028_sync 3795 r\n2011_09_30/2011_09_30_drive_0028_sync 2684 l\n2011_09_30/2011_09_30_drive_0028_sync 222 l\n2011_09_30/2011_09_30_drive_0028_sync 2038 r\n2011_09_30/2011_09_30_drive_0028_sync 2498 r\n2011_09_30/2011_09_30_drive_0028_sync 2995 l\n2011_09_30/2011_09_30_drive_0028_sync 3119 l\n2011_09_30/2011_09_30_drive_0028_sync 2632 r\n2011_09_30/2011_09_30_drive_0028_sync 4866 r\n2011_09_30/2011_09_30_drive_0028_sync 1202 r\n2011_09_30/2011_09_30_drive_0028_sync 3486 l\n2011_09_30/2011_09_30_drive_0028_sync 225 r\n2011_09_30/2011_09_30_drive_0028_sync 2848 r\n2011_09_30/2011_09_30_drive_0028_sync 1793 l\n2011_09_30/2011_09_30_drive_0028_sync 2201 r\n2011_09_30/2011_09_30_drive_0028_sync 3954 l\n2011_09_30/2011_09_30_drive_0028_sync 400 l\n2011_09_30/2011_09_30_drive_0028_sync 2929 r\n2011_09_30/2011_09_30_drive_0028_sync 2429 r\n2011_09_30/2011_09_30_drive_0028_sync 4517 l\n2011_09_30/2011_09_30_drive_0028_sync 784 r\n2011_09_30/2011_09_30_drive_0028_sync 3109 r\n2011_09_30/2011_09_30_drive_0028_sync 5088 r\n2011_09_30/2011_09_30_drive_0028_sync 1209 r\n2011_09_30/2011_09_30_drive_0028_sync 4261 l\n2011_09_30/2011_09_30_drive_0028_sync 1167 l\n2011_09_30/2011_09_30_drive_0028_sync 1237 l\n2011_09_30/2011_09_30_drive_0028_sync 2479 r\n2011_09_30/2011_09_30_drive_0028_sync 4545 l\n2011_09_30/2011_09_30_drive_0028_sync 3499 l\n2011_09_30/2011_09_30_drive_0028_sync 4942 r\n2011_09_30/2011_09_30_drive_0028_sync 3431 l\n2011_09_30/2011_09_30_drive_0028_sync 3295 l\n2011_09_30/2011_09_30_drive_0028_sync 4861 l\n2011_09_30/2011_09_30_drive_0028_sync 3968 r\n2011_09_30/2011_09_30_drive_0028_sync 130 l\n2011_09_30/2011_09_30_drive_0028_sync 701 r\n2011_09_30/2011_09_30_drive_0028_sync 1941 r\n2011_09_30/2011_09_30_drive_0028_sync 180 l\n2011_09_30/2011_09_30_drive_0028_sync 946 r\n2011_09_30/2011_09_30_drive_0028_sync 3447 l\n2011_09_30/2011_09_30_drive_0028_sync 2369 l\n2011_09_30/2011_09_30_drive_0028_sync 1765 r\n2011_09_30/2011_09_30_drive_0028_sync 3062 l\n2011_09_30/2011_09_30_drive_0028_sync 1594 r\n2011_09_30/2011_09_30_drive_0028_sync 4293 l\n2011_09_30/2011_09_30_drive_0028_sync 4182 l\n2011_09_30/2011_09_30_drive_0028_sync 3623 r\n2011_09_30/2011_09_30_drive_0028_sync 4521 r\n2011_09_30/2011_09_30_drive_0028_sync 3518 r\n2011_09_30/2011_09_30_drive_0028_sync 2410 l\n2011_09_30/2011_09_30_drive_0028_sync 3091 l\n2011_09_30/2011_09_30_drive_0028_sync 1395 l\n2011_09_30/2011_09_30_drive_0028_sync 1562 r\n2011_09_30/2011_09_30_drive_0028_sync 4053 r\n2011_09_30/2011_09_30_drive_0028_sync 874 r\n2011_09_30/2011_09_30_drive_0028_sync 1467 r\n2011_09_30/2011_09_30_drive_0028_sync 3175 r\n2011_09_30/2011_09_30_drive_0028_sync 3184 l\n2011_09_30/2011_09_30_drive_0028_sync 3625 l\n2011_09_30/2011_09_30_drive_0028_sync 3855 l\n2011_09_30/2011_09_30_drive_0028_sync 2510 r\n2011_09_30/2011_09_30_drive_0028_sync 2505 l\n2011_09_30/2011_09_30_drive_0028_sync 1157 l\n2011_09_30/2011_09_30_drive_0028_sync 4497 l\n2011_09_30/2011_09_30_drive_0028_sync 1245 r\n2011_09_30/2011_09_30_drive_0028_sync 4209 l\n2011_09_30/2011_09_30_drive_0028_sync 2866 r\n2011_09_30/2011_09_30_drive_0028_sync 726 l\n2011_09_30/2011_09_30_drive_0028_sync 53 l\n2011_09_30/2011_09_30_drive_0028_sync 3140 l\n2011_09_30/2011_09_30_drive_0028_sync 519 l\n2011_09_30/2011_09_30_drive_0028_sync 2034 r\n2011_09_30/2011_09_30_drive_0028_sync 4634 l\n2011_09_30/2011_09_30_drive_0028_sync 460 l\n2011_09_30/2011_09_30_drive_0028_sync 4663 r\n2011_09_30/2011_09_30_drive_0028_sync 3058 l\n2011_09_30/2011_09_30_drive_0028_sync 1563 r\n2011_09_30/2011_09_30_drive_0028_sync 1943 l\n2011_09_30/2011_09_30_drive_0028_sync 2299 r\n2011_09_30/2011_09_30_drive_0028_sync 1250 r\n2011_09_30/2011_09_30_drive_0028_sync 1384 r\n2011_09_30/2011_09_30_drive_0028_sync 379 l\n2011_09_30/2011_09_30_drive_0028_sync 1045 l\n2011_09_30/2011_09_30_drive_0028_sync 601 l\n2011_09_30/2011_09_30_drive_0028_sync 4899 r\n2011_09_30/2011_09_30_drive_0028_sync 2218 r\n2011_09_30/2011_09_30_drive_0028_sync 1150 l\n2011_09_30/2011_09_30_drive_0028_sync 1740 l\n2011_09_30/2011_09_30_drive_0028_sync 1610 l\n2011_09_30/2011_09_30_drive_0028_sync 1631 r\n2011_09_30/2011_09_30_drive_0028_sync 2455 r\n2011_09_30/2011_09_30_drive_0028_sync 2890 r\n2011_09_30/2011_09_30_drive_0028_sync 3778 l\n2011_09_30/2011_09_30_drive_0028_sync 732 l\n2011_09_30/2011_09_30_drive_0028_sync 2404 r\n2011_09_30/2011_09_30_drive_0028_sync 203 l\n2011_09_30/2011_09_30_drive_0028_sync 2817 l\n2011_09_30/2011_09_30_drive_0028_sync 125 l\n2011_09_30/2011_09_30_drive_0028_sync 3466 l\n2011_09_30/2011_09_30_drive_0028_sync 619 r\n2011_09_30/2011_09_30_drive_0028_sync 3000 r\n2011_09_30/2011_09_30_drive_0028_sync 2409 r\n2011_09_30/2011_09_30_drive_0028_sync 3860 r\n2011_09_30/2011_09_30_drive_0028_sync 361 r\n2011_09_30/2011_09_30_drive_0028_sync 108 l\n2011_09_30/2011_09_30_drive_0028_sync 2044 r\n2011_09_30/2011_09_30_drive_0028_sync 45 l\n2011_09_30/2011_09_30_drive_0028_sync 1183 l\n2011_09_30/2011_09_30_drive_0028_sync 732 r\n2011_09_30/2011_09_30_drive_0028_sync 5089 l\n2011_09_30/2011_09_30_drive_0028_sync 4440 r\n2011_09_30/2011_09_30_drive_0028_sync 348 l\n2011_09_30/2011_09_30_drive_0028_sync 900 r\n2011_09_30/2011_09_30_drive_0028_sync 2402 r\n2011_09_30/2011_09_30_drive_0028_sync 1609 r\n2011_09_30/2011_09_30_drive_0028_sync 1504 l\n2011_09_30/2011_09_30_drive_0028_sync 4662 r\n2011_09_30/2011_09_30_drive_0028_sync 1228 r\n2011_09_30/2011_09_30_drive_0028_sync 2494 r\n2011_09_30/2011_09_30_drive_0028_sync 1341 l\n2011_09_30/2011_09_30_drive_0028_sync 2985 r\n2011_09_30/2011_09_30_drive_0028_sync 4012 l\n2011_09_30/2011_09_30_drive_0028_sync 114 r\n2011_09_30/2011_09_30_drive_0028_sync 872 r\n2011_09_30/2011_09_30_drive_0028_sync 4373 l\n2011_09_30/2011_09_30_drive_0028_sync 4125 l\n2011_09_30/2011_09_30_drive_0028_sync 2455 l\n2011_09_30/2011_09_30_drive_0028_sync 517 r\n2011_09_30/2011_09_30_drive_0028_sync 1982 l\n2011_09_30/2011_09_30_drive_0028_sync 627 l\n2011_09_30/2011_09_30_drive_0028_sync 2981 r\n2011_09_30/2011_09_30_drive_0028_sync 1832 r\n2011_09_30/2011_09_30_drive_0028_sync 403 r\n2011_09_30/2011_09_30_drive_0028_sync 2547 l\n2011_09_30/2011_09_30_drive_0028_sync 655 r\n2011_09_30/2011_09_30_drive_0028_sync 1757 l\n2011_09_30/2011_09_30_drive_0028_sync 1657 l\n2011_09_30/2011_09_30_drive_0028_sync 4735 l\n2011_09_30/2011_09_30_drive_0028_sync 4080 l\n2011_09_30/2011_09_30_drive_0028_sync 4471 l\n2011_09_30/2011_09_30_drive_0028_sync 2406 l\n2011_09_30/2011_09_30_drive_0028_sync 2141 r\n2011_09_30/2011_09_30_drive_0028_sync 1950 l\n2011_09_30/2011_09_30_drive_0028_sync 1507 l\n2011_09_30/2011_09_30_drive_0028_sync 588 r\n2011_09_30/2011_09_30_drive_0028_sync 4774 r\n2011_09_30/2011_09_30_drive_0028_sync 301 l\n2011_09_30/2011_09_30_drive_0028_sync 1728 l\n2011_09_30/2011_09_30_drive_0028_sync 5074 r\n2011_09_30/2011_09_30_drive_0028_sync 1841 r\n2011_09_30/2011_09_30_drive_0028_sync 2059 r\n2011_09_30/2011_09_30_drive_0028_sync 4457 l\n2011_09_30/2011_09_30_drive_0028_sync 1880 r\n2011_09_30/2011_09_30_drive_0028_sync 2411 r\n2011_09_30/2011_09_30_drive_0028_sync 479 r\n2011_09_30/2011_09_30_drive_0028_sync 1574 r\n2011_09_30/2011_09_30_drive_0028_sync 4475 l\n2011_09_30/2011_09_30_drive_0028_sync 4564 r\n2011_09_30/2011_09_30_drive_0028_sync 1866 l\n2011_09_30/2011_09_30_drive_0028_sync 710 r\n2011_09_30/2011_09_30_drive_0028_sync 3421 l\n2011_09_30/2011_09_30_drive_0028_sync 1198 l\n2011_09_30/2011_09_30_drive_0028_sync 578 r\n2011_09_30/2011_09_30_drive_0028_sync 2054 l\n2011_09_30/2011_09_30_drive_0028_sync 3901 l\n2011_09_30/2011_09_30_drive_0028_sync 1043 l\n2011_09_30/2011_09_30_drive_0028_sync 5072 r\n2011_09_30/2011_09_30_drive_0028_sync 4511 l\n2011_09_30/2011_09_30_drive_0028_sync 4982 r\n2011_09_30/2011_09_30_drive_0028_sync 1009 l\n2011_09_30/2011_09_30_drive_0028_sync 4126 l\n2011_09_30/2011_09_30_drive_0028_sync 2932 r\n2011_09_30/2011_09_30_drive_0028_sync 3956 r\n2011_09_30/2011_09_30_drive_0028_sync 2725 l\n2011_09_30/2011_09_30_drive_0028_sync 1064 l\n2011_09_30/2011_09_30_drive_0028_sync 3069 r\n2011_09_30/2011_09_30_drive_0028_sync 2609 l\n2011_09_30/2011_09_30_drive_0028_sync 2332 l\n2011_09_30/2011_09_30_drive_0028_sync 1122 l\n2011_09_30/2011_09_30_drive_0028_sync 4384 r\n2011_09_30/2011_09_30_drive_0028_sync 172 r\n2011_09_30/2011_09_30_drive_0028_sync 4783 l\n2011_09_30/2011_09_30_drive_0028_sync 4958 r\n2011_09_30/2011_09_30_drive_0028_sync 2845 l\n2011_09_30/2011_09_30_drive_0028_sync 565 r\n2011_09_30/2011_09_30_drive_0028_sync 3551 l\n2011_09_30/2011_09_30_drive_0028_sync 105 l\n2011_09_30/2011_09_30_drive_0028_sync 4148 r\n2011_09_30/2011_09_30_drive_0028_sync 389 r\n2011_09_30/2011_09_30_drive_0028_sync 2698 l\n2011_09_30/2011_09_30_drive_0028_sync 6 r\n2011_09_30/2011_09_30_drive_0028_sync 3830 r\n2011_09_30/2011_09_30_drive_0028_sync 2648 l\n2011_09_30/2011_09_30_drive_0028_sync 4817 r\n2011_09_30/2011_09_30_drive_0028_sync 820 l\n2011_09_30/2011_09_30_drive_0028_sync 4055 r\n2011_09_30/2011_09_30_drive_0028_sync 4997 r\n2011_09_30/2011_09_30_drive_0028_sync 2780 l\n2011_09_30/2011_09_30_drive_0028_sync 1277 r\n2011_09_30/2011_09_30_drive_0028_sync 2203 r\n2011_09_30/2011_09_30_drive_0028_sync 2405 l\n2011_09_30/2011_09_30_drive_0028_sync 825 r\n2011_09_30/2011_09_30_drive_0028_sync 2206 l\n2011_09_30/2011_09_30_drive_0028_sync 4158 l\n2011_09_30/2011_09_30_drive_0028_sync 4276 l\n2011_09_30/2011_09_30_drive_0028_sync 930 r\n2011_09_30/2011_09_30_drive_0028_sync 538 r\n2011_09_30/2011_09_30_drive_0028_sync 3424 r\n2011_09_30/2011_09_30_drive_0028_sync 2745 r\n2011_09_30/2011_09_30_drive_0028_sync 967 l\n2011_09_30/2011_09_30_drive_0028_sync 2496 r\n2011_09_30/2011_09_30_drive_0028_sync 740 l\n2011_09_30/2011_09_30_drive_0028_sync 377 l\n2011_09_30/2011_09_30_drive_0028_sync 4256 l\n2011_09_30/2011_09_30_drive_0028_sync 5141 r\n2011_09_30/2011_09_30_drive_0028_sync 3528 r\n2011_09_30/2011_09_30_drive_0028_sync 3439 l\n2011_09_30/2011_09_30_drive_0028_sync 821 r\n2011_09_30/2011_09_30_drive_0028_sync 731 l\n2011_09_30/2011_09_30_drive_0028_sync 1088 l\n2011_09_30/2011_09_30_drive_0028_sync 5076 l\n2011_09_30/2011_09_30_drive_0028_sync 1532 l\n2011_09_30/2011_09_30_drive_0028_sync 2423 r\n2011_09_30/2011_09_30_drive_0028_sync 2030 l\n2011_09_30/2011_09_30_drive_0028_sync 2758 l\n2011_09_30/2011_09_30_drive_0028_sync 4604 l\n2011_09_30/2011_09_30_drive_0028_sync 2503 r\n2011_09_30/2011_09_30_drive_0028_sync 414 r\n2011_09_30/2011_09_30_drive_0028_sync 380 r\n2011_09_30/2011_09_30_drive_0028_sync 558 r\n2011_09_30/2011_09_30_drive_0028_sync 3474 r\n2011_09_30/2011_09_30_drive_0028_sync 4887 r\n2011_09_30/2011_09_30_drive_0028_sync 4013 r\n2011_09_30/2011_09_30_drive_0028_sync 1759 r\n2011_09_30/2011_09_30_drive_0028_sync 4746 r\n2011_09_30/2011_09_30_drive_0028_sync 4214 l\n2011_09_30/2011_09_30_drive_0028_sync 2056 l\n2011_09_30/2011_09_30_drive_0028_sync 3206 l\n2011_09_30/2011_09_30_drive_0028_sync 2331 r\n2011_09_30/2011_09_30_drive_0028_sync 4279 l\n2011_09_30/2011_09_30_drive_0028_sync 2273 r\n2011_09_30/2011_09_30_drive_0028_sync 4196 l\n2011_09_30/2011_09_30_drive_0028_sync 1002 l\n2011_09_30/2011_09_30_drive_0028_sync 3393 r\n2011_09_30/2011_09_30_drive_0028_sync 3062 r\n2011_09_30/2011_09_30_drive_0028_sync 3124 r\n2011_09_30/2011_09_30_drive_0028_sync 2765 r\n2011_09_30/2011_09_30_drive_0028_sync 1743 r\n2011_09_30/2011_09_30_drive_0028_sync 4127 l\n2011_09_30/2011_09_30_drive_0028_sync 4599 l\n2011_09_30/2011_09_30_drive_0028_sync 5128 l\n2011_09_30/2011_09_30_drive_0028_sync 2841 r\n2011_09_30/2011_09_30_drive_0028_sync 4816 l\n2011_09_30/2011_09_30_drive_0028_sync 4767 l\n2011_09_30/2011_09_30_drive_0028_sync 5010 r\n2011_09_30/2011_09_30_drive_0028_sync 1273 r\n2011_09_30/2011_09_30_drive_0028_sync 4642 r\n2011_09_30/2011_09_30_drive_0028_sync 1535 r\n2011_09_30/2011_09_30_drive_0028_sync 2384 l\n2011_09_30/2011_09_30_drive_0028_sync 847 r\n2011_09_30/2011_09_30_drive_0028_sync 1399 r\n2011_09_30/2011_09_30_drive_0028_sync 2403 r\n2011_09_30/2011_09_30_drive_0028_sync 2637 l\n2011_09_30/2011_09_30_drive_0028_sync 132 r\n2011_09_30/2011_09_30_drive_0028_sync 13 r\n2011_09_30/2011_09_30_drive_0028_sync 1818 l\n2011_09_30/2011_09_30_drive_0028_sync 2611 r\n2011_09_30/2011_09_30_drive_0028_sync 3519 l\n2011_09_30/2011_09_30_drive_0028_sync 4413 r\n2011_09_30/2011_09_30_drive_0028_sync 1324 r\n2011_09_30/2011_09_30_drive_0028_sync 4750 l\n2011_09_30/2011_09_30_drive_0028_sync 4956 r\n2011_09_30/2011_09_30_drive_0028_sync 3223 l\n2011_09_30/2011_09_30_drive_0028_sync 3772 r\n2011_09_30/2011_09_30_drive_0028_sync 4692 l\n2011_09_30/2011_09_30_drive_0028_sync 2459 l\n2011_09_30/2011_09_30_drive_0028_sync 2798 l\n2011_09_30/2011_09_30_drive_0028_sync 4723 r\n2011_09_30/2011_09_30_drive_0028_sync 4764 r\n2011_09_30/2011_09_30_drive_0028_sync 1805 l\n2011_09_30/2011_09_30_drive_0028_sync 2946 r\n2011_09_30/2011_09_30_drive_0028_sync 4779 r\n2011_09_30/2011_09_30_drive_0028_sync 4693 r\n2011_09_30/2011_09_30_drive_0028_sync 1263 l\n2011_09_30/2011_09_30_drive_0028_sync 1080 r\n2011_09_30/2011_09_30_drive_0028_sync 5090 r\n2011_09_30/2011_09_30_drive_0028_sync 1502 l\n2011_09_30/2011_09_30_drive_0028_sync 2106 l\n2011_09_30/2011_09_30_drive_0028_sync 2861 r\n2011_09_30/2011_09_30_drive_0028_sync 4142 r\n2011_09_30/2011_09_30_drive_0028_sync 1599 r\n2011_09_30/2011_09_30_drive_0028_sync 3878 l\n2011_09_30/2011_09_30_drive_0028_sync 2941 r\n2011_09_30/2011_09_30_drive_0028_sync 2983 r\n2011_09_30/2011_09_30_drive_0028_sync 875 l\n2011_09_30/2011_09_30_drive_0028_sync 1443 r\n2011_09_30/2011_09_30_drive_0028_sync 2738 r\n2011_09_30/2011_09_30_drive_0028_sync 3482 r\n2011_09_30/2011_09_30_drive_0028_sync 4778 l\n2011_09_30/2011_09_30_drive_0028_sync 4762 l\n2011_09_30/2011_09_30_drive_0028_sync 1319 r\n2011_09_30/2011_09_30_drive_0028_sync 801 l\n2011_09_30/2011_09_30_drive_0028_sync 4536 r\n2011_09_30/2011_09_30_drive_0028_sync 1226 r\n2011_09_30/2011_09_30_drive_0028_sync 507 l\n2011_09_30/2011_09_30_drive_0028_sync 2564 l\n2011_09_30/2011_09_30_drive_0028_sync 4646 r\n2011_09_30/2011_09_30_drive_0028_sync 2967 r\n2011_09_30/2011_09_30_drive_0028_sync 554 r\n2011_09_30/2011_09_30_drive_0028_sync 3973 r\n2011_09_30/2011_09_30_drive_0028_sync 1227 l\n2011_09_30/2011_09_30_drive_0028_sync 4731 r\n2011_09_30/2011_09_30_drive_0028_sync 2399 r\n2011_09_30/2011_09_30_drive_0028_sync 2970 l\n2011_09_30/2011_09_30_drive_0028_sync 2077 r\n2011_09_30/2011_09_30_drive_0028_sync 149 l\n2011_09_30/2011_09_30_drive_0028_sync 1704 r\n2011_09_30/2011_09_30_drive_0028_sync 271 r\n2011_09_30/2011_09_30_drive_0028_sync 1566 r\n2011_09_30/2011_09_30_drive_0028_sync 1186 r\n2011_09_30/2011_09_30_drive_0028_sync 1382 r\n2011_09_30/2011_09_30_drive_0028_sync 794 r\n2011_09_30/2011_09_30_drive_0028_sync 354 l\n2011_09_30/2011_09_30_drive_0028_sync 98 r\n2011_09_30/2011_09_30_drive_0028_sync 4478 r\n2011_09_30/2011_09_30_drive_0028_sync 4234 l\n2011_09_30/2011_09_30_drive_0028_sync 1284 r\n2011_09_30/2011_09_30_drive_0028_sync 4826 l\n2011_09_30/2011_09_30_drive_0028_sync 3158 l\n2011_09_30/2011_09_30_drive_0028_sync 4616 l\n2011_09_30/2011_09_30_drive_0028_sync 1478 l\n2011_09_30/2011_09_30_drive_0028_sync 947 r\n2011_09_30/2011_09_30_drive_0028_sync 1777 l\n2011_09_30/2011_09_30_drive_0028_sync 1494 r\n2011_09_30/2011_09_30_drive_0028_sync 2849 r\n2011_09_30/2011_09_30_drive_0028_sync 715 r\n2011_09_30/2011_09_30_drive_0028_sync 2943 l\n2011_09_30/2011_09_30_drive_0028_sync 729 r\n2011_09_30/2011_09_30_drive_0028_sync 3788 l\n2011_09_30/2011_09_30_drive_0028_sync 1376 l\n2011_09_30/2011_09_30_drive_0028_sync 2476 l\n2011_09_30/2011_09_30_drive_0028_sync 483 l\n2011_09_30/2011_09_30_drive_0028_sync 817 l\n2011_09_30/2011_09_30_drive_0028_sync 785 l\n2011_09_30/2011_09_30_drive_0028_sync 5043 r\n2011_09_30/2011_09_30_drive_0028_sync 3732 l\n2011_09_30/2011_09_30_drive_0028_sync 4147 l\n2011_09_30/2011_09_30_drive_0028_sync 562 r\n2011_09_30/2011_09_30_drive_0028_sync 821 l\n2011_09_30/2011_09_30_drive_0028_sync 1752 l\n2011_09_30/2011_09_30_drive_0028_sync 2190 r\n2011_09_30/2011_09_30_drive_0028_sync 1143 l\n2011_09_30/2011_09_30_drive_0028_sync 934 l\n2011_09_30/2011_09_30_drive_0028_sync 1264 r\n2011_09_30/2011_09_30_drive_0028_sync 4518 l\n2011_09_30/2011_09_30_drive_0028_sync 5007 r\n2011_09_30/2011_09_30_drive_0028_sync 4471 r\n2011_09_30/2011_09_30_drive_0028_sync 995 r\n2011_09_30/2011_09_30_drive_0028_sync 263 l\n2011_09_30/2011_09_30_drive_0028_sync 3876 r\n2011_09_30/2011_09_30_drive_0028_sync 1254 l\n2011_09_30/2011_09_30_drive_0028_sync 5037 r\n2011_09_30/2011_09_30_drive_0028_sync 3153 r\n2011_09_30/2011_09_30_drive_0028_sync 933 l\n2011_09_30/2011_09_30_drive_0028_sync 2978 l\n2011_09_30/2011_09_30_drive_0028_sync 2411 l\n2011_09_30/2011_09_30_drive_0028_sync 1073 r\n2011_09_30/2011_09_30_drive_0028_sync 2694 r\n2011_09_30/2011_09_30_drive_0028_sync 2377 l\n2011_09_30/2011_09_30_drive_0028_sync 5106 r\n2011_09_30/2011_09_30_drive_0028_sync 1088 r\n2011_09_30/2011_09_30_drive_0028_sync 1224 r\n2011_09_30/2011_09_30_drive_0028_sync 2153 l\n2011_09_30/2011_09_30_drive_0028_sync 1745 l\n2011_09_30/2011_09_30_drive_0028_sync 3859 r\n2011_09_30/2011_09_30_drive_0028_sync 2388 r\n2011_09_30/2011_09_30_drive_0028_sync 474 l\n2011_09_30/2011_09_30_drive_0028_sync 816 l\n2011_09_30/2011_09_30_drive_0028_sync 4566 r\n2011_09_30/2011_09_30_drive_0028_sync 1465 l\n2011_09_30/2011_09_30_drive_0028_sync 3709 r\n2011_09_30/2011_09_30_drive_0028_sync 3563 l\n2011_09_30/2011_09_30_drive_0028_sync 2480 r\n2011_09_30/2011_09_30_drive_0028_sync 3132 r\n2011_09_30/2011_09_30_drive_0028_sync 3111 l\n2011_09_30/2011_09_30_drive_0028_sync 849 l\n2011_09_30/2011_09_30_drive_0028_sync 2425 l\n2011_09_30/2011_09_30_drive_0028_sync 1362 l\n2011_09_30/2011_09_30_drive_0028_sync 4035 r\n2011_09_30/2011_09_30_drive_0028_sync 4852 l\n2011_09_30/2011_09_30_drive_0028_sync 2421 l\n2011_09_30/2011_09_30_drive_0028_sync 4018 l\n2011_09_30/2011_09_30_drive_0028_sync 1375 l\n2011_09_30/2011_09_30_drive_0028_sync 3193 r\n2011_09_30/2011_09_30_drive_0028_sync 3569 r\n2011_09_30/2011_09_30_drive_0028_sync 4509 l\n2011_09_30/2011_09_30_drive_0028_sync 1171 r\n2011_09_30/2011_09_30_drive_0028_sync 4582 l\n2011_09_30/2011_09_30_drive_0028_sync 987 r\n2011_09_30/2011_09_30_drive_0028_sync 5102 l\n2011_09_30/2011_09_30_drive_0028_sync 1500 l\n2011_09_30/2011_09_30_drive_0028_sync 4382 l\n2011_09_30/2011_09_30_drive_0028_sync 2881 r\n2011_09_30/2011_09_30_drive_0028_sync 1763 l\n2011_09_30/2011_09_30_drive_0028_sync 148 r\n2011_09_30/2011_09_30_drive_0028_sync 4706 r\n2011_09_30/2011_09_30_drive_0028_sync 149 r\n2011_09_30/2011_09_30_drive_0028_sync 4920 r\n2011_09_30/2011_09_30_drive_0028_sync 868 l\n2011_09_30/2011_09_30_drive_0028_sync 1971 l\n2011_09_30/2011_09_30_drive_0028_sync 2460 r\n2011_09_30/2011_09_30_drive_0028_sync 4572 r\n2011_09_30/2011_09_30_drive_0028_sync 795 l\n2011_09_30/2011_09_30_drive_0028_sync 1758 l\n2011_09_30/2011_09_30_drive_0028_sync 1977 l\n2011_09_30/2011_09_30_drive_0028_sync 4717 r\n2011_09_30/2011_09_30_drive_0028_sync 1315 l\n2011_09_30/2011_09_30_drive_0028_sync 4902 r\n2011_09_30/2011_09_30_drive_0028_sync 646 r\n2011_09_30/2011_09_30_drive_0028_sync 615 l\n2011_09_30/2011_09_30_drive_0028_sync 3967 l\n2011_09_30/2011_09_30_drive_0028_sync 2882 r\n2011_09_30/2011_09_30_drive_0028_sync 3458 r\n2011_09_30/2011_09_30_drive_0028_sync 4700 l\n2011_09_30/2011_09_30_drive_0028_sync 5043 l\n2011_09_30/2011_09_30_drive_0028_sync 3683 l\n2011_09_30/2011_09_30_drive_0028_sync 1275 l\n2011_09_30/2011_09_30_drive_0028_sync 983 l\n2011_09_30/2011_09_30_drive_0028_sync 1658 r\n2011_09_30/2011_09_30_drive_0028_sync 2327 l\n2011_09_30/2011_09_30_drive_0028_sync 376 l\n2011_09_30/2011_09_30_drive_0028_sync 133 l\n2011_09_30/2011_09_30_drive_0028_sync 4698 l\n2011_09_30/2011_09_30_drive_0028_sync 4066 l\n2011_09_30/2011_09_30_drive_0028_sync 4941 r\n2011_09_30/2011_09_30_drive_0028_sync 4058 r\n2011_09_30/2011_09_30_drive_0028_sync 3985 l\n2011_09_30/2011_09_30_drive_0028_sync 4304 r\n2011_09_30/2011_09_30_drive_0028_sync 4097 r\n2011_09_30/2011_09_30_drive_0028_sync 636 l\n2011_09_30/2011_09_30_drive_0028_sync 4972 l\n2011_09_30/2011_09_30_drive_0028_sync 1888 l\n2011_09_30/2011_09_30_drive_0028_sync 463 r\n2011_09_30/2011_09_30_drive_0028_sync 3875 r\n2011_09_30/2011_09_30_drive_0028_sync 1588 r\n2011_09_30/2011_09_30_drive_0028_sync 3229 r\n2011_09_30/2011_09_30_drive_0028_sync 4406 l\n2011_09_30/2011_09_30_drive_0028_sync 1830 r\n2011_09_30/2011_09_30_drive_0028_sync 1939 r\n2011_09_30/2011_09_30_drive_0028_sync 498 l\n2011_09_30/2011_09_30_drive_0028_sync 25 l\n2011_09_30/2011_09_30_drive_0028_sync 1291 r\n2011_09_30/2011_09_30_drive_0028_sync 1992 l\n2011_09_30/2011_09_30_drive_0028_sync 385 r\n2011_09_30/2011_09_30_drive_0028_sync 24 r\n2011_09_30/2011_09_30_drive_0028_sync 3908 r\n2011_09_30/2011_09_30_drive_0028_sync 2415 l\n2011_09_30/2011_09_30_drive_0028_sync 1468 r\n2011_09_30/2011_09_30_drive_0028_sync 4031 l\n2011_09_30/2011_09_30_drive_0028_sync 4328 r\n2011_09_30/2011_09_30_drive_0028_sync 4020 r\n2011_09_30/2011_09_30_drive_0028_sync 2581 l\n2011_09_30/2011_09_30_drive_0028_sync 3594 l\n2011_09_30/2011_09_30_drive_0028_sync 2120 l\n2011_09_30/2011_09_30_drive_0028_sync 65 r\n2011_09_30/2011_09_30_drive_0028_sync 1216 l\n2011_09_30/2011_09_30_drive_0028_sync 3405 l\n2011_09_30/2011_09_30_drive_0028_sync 1690 r\n2011_09_30/2011_09_30_drive_0028_sync 5158 r\n2011_09_30/2011_09_30_drive_0028_sync 2950 l\n2011_09_30/2011_09_30_drive_0028_sync 2807 r\n2011_09_30/2011_09_30_drive_0028_sync 420 r\n2011_09_30/2011_09_30_drive_0028_sync 1364 l\n2011_09_30/2011_09_30_drive_0028_sync 4368 l\n2011_09_30/2011_09_30_drive_0028_sync 4736 l\n2011_09_30/2011_09_30_drive_0028_sync 4479 r\n2011_09_30/2011_09_30_drive_0028_sync 3376 l\n2011_09_30/2011_09_30_drive_0028_sync 1523 r\n2011_09_30/2011_09_30_drive_0028_sync 3785 l\n2011_09_30/2011_09_30_drive_0028_sync 110 r\n2011_09_30/2011_09_30_drive_0028_sync 3006 l\n2011_09_30/2011_09_30_drive_0028_sync 2727 l\n2011_09_30/2011_09_30_drive_0028_sync 1708 r\n2011_09_30/2011_09_30_drive_0028_sync 3056 r\n2011_09_30/2011_09_30_drive_0028_sync 4670 r\n2011_09_30/2011_09_30_drive_0028_sync 1650 l\n2011_09_30/2011_09_30_drive_0028_sync 3333 r\n2011_09_30/2011_09_30_drive_0028_sync 4849 r\n2011_09_30/2011_09_30_drive_0028_sync 3412 r\n2011_09_30/2011_09_30_drive_0028_sync 3139 r\n2011_09_30/2011_09_30_drive_0028_sync 1543 l\n2011_09_30/2011_09_30_drive_0028_sync 1836 l\n2011_09_30/2011_09_30_drive_0028_sync 117 l\n2011_09_30/2011_09_30_drive_0028_sync 659 r\n2011_09_30/2011_09_30_drive_0028_sync 3392 l\n2011_09_30/2011_09_30_drive_0028_sync 979 l\n2011_09_30/2011_09_30_drive_0028_sync 419 r\n2011_09_30/2011_09_30_drive_0028_sync 3925 r\n2011_09_30/2011_09_30_drive_0028_sync 2687 r\n2011_09_30/2011_09_30_drive_0028_sync 1054 r\n2011_09_30/2011_09_30_drive_0028_sync 510 r\n2011_09_30/2011_09_30_drive_0028_sync 4163 r\n2011_09_30/2011_09_30_drive_0028_sync 4491 r\n2011_09_30/2011_09_30_drive_0028_sync 1456 l\n2011_09_30/2011_09_30_drive_0028_sync 12 l\n2011_09_30/2011_09_30_drive_0028_sync 4546 r\n2011_09_30/2011_09_30_drive_0028_sync 4752 l\n2011_09_30/2011_09_30_drive_0028_sync 3607 l\n2011_09_30/2011_09_30_drive_0028_sync 917 r\n2011_09_30/2011_09_30_drive_0028_sync 89 l\n2011_09_30/2011_09_30_drive_0028_sync 532 l\n2011_09_30/2011_09_30_drive_0028_sync 3045 l\n2011_09_30/2011_09_30_drive_0028_sync 3776 r\n2011_09_30/2011_09_30_drive_0028_sync 1959 l\n2011_09_30/2011_09_30_drive_0028_sync 4050 r\n2011_09_30/2011_09_30_drive_0028_sync 1236 l\n2011_09_30/2011_09_30_drive_0028_sync 2569 r\n2011_09_30/2011_09_30_drive_0028_sync 226 r\n2011_09_30/2011_09_30_drive_0028_sync 4112 r\n2011_09_30/2011_09_30_drive_0028_sync 4446 l\n2011_09_30/2011_09_30_drive_0028_sync 1829 l\n2011_09_30/2011_09_30_drive_0028_sync 36 r\n2011_09_30/2011_09_30_drive_0028_sync 2516 l\n2011_09_30/2011_09_30_drive_0028_sync 22 r\n2011_09_30/2011_09_30_drive_0028_sync 5094 r\n2011_09_30/2011_09_30_drive_0028_sync 608 r\n2011_09_30/2011_09_30_drive_0028_sync 3539 r\n2011_09_30/2011_09_30_drive_0028_sync 882 l\n2011_09_30/2011_09_30_drive_0028_sync 1335 r\n2011_09_30/2011_09_30_drive_0028_sync 4746 l\n2011_09_30/2011_09_30_drive_0028_sync 4440 l\n2011_09_30/2011_09_30_drive_0028_sync 2698 r\n2011_09_30/2011_09_30_drive_0028_sync 2146 r\n2011_09_30/2011_09_30_drive_0028_sync 4264 l\n2011_09_30/2011_09_30_drive_0028_sync 3188 l\n2011_09_30/2011_09_30_drive_0028_sync 4914 r\n2011_09_30/2011_09_30_drive_0028_sync 400 r\n2011_09_30/2011_09_30_drive_0028_sync 1361 l\n2011_09_30/2011_09_30_drive_0028_sync 1131 l\n2011_09_30/2011_09_30_drive_0028_sync 2008 r\n2011_09_30/2011_09_30_drive_0028_sync 4319 r\n2011_09_30/2011_09_30_drive_0028_sync 4170 r\n2011_09_30/2011_09_30_drive_0028_sync 3321 r\n2011_09_30/2011_09_30_drive_0028_sync 820 r\n2011_09_30/2011_09_30_drive_0028_sync 3064 l\n2011_09_30/2011_09_30_drive_0028_sync 3514 r\n2011_09_30/2011_09_30_drive_0028_sync 4187 l\n2011_09_30/2011_09_30_drive_0028_sync 2034 l\n2011_09_30/2011_09_30_drive_0028_sync 1374 l\n2011_09_30/2011_09_30_drive_0028_sync 3593 r\n2011_09_30/2011_09_30_drive_0028_sync 1568 r\n2011_09_30/2011_09_30_drive_0028_sync 2574 r\n2011_09_30/2011_09_30_drive_0028_sync 1432 r\n2011_09_30/2011_09_30_drive_0028_sync 824 r\n2011_09_30/2011_09_30_drive_0028_sync 3166 r\n2011_09_30/2011_09_30_drive_0028_sync 2551 l\n2011_09_30/2011_09_30_drive_0028_sync 389 l\n2011_09_30/2011_09_30_drive_0028_sync 3718 r\n2011_09_30/2011_09_30_drive_0028_sync 3904 r\n2011_09_30/2011_09_30_drive_0028_sync 4718 r\n2011_09_30/2011_09_30_drive_0028_sync 4242 l\n2011_09_30/2011_09_30_drive_0028_sync 1915 r\n2011_09_30/2011_09_30_drive_0028_sync 4335 r\n2011_09_30/2011_09_30_drive_0028_sync 3947 l\n2011_09_30/2011_09_30_drive_0028_sync 3672 l\n2011_09_30/2011_09_30_drive_0028_sync 1834 r\n2011_09_30/2011_09_30_drive_0028_sync 2785 l\n2011_09_30/2011_09_30_drive_0028_sync 2446 r\n2011_09_30/2011_09_30_drive_0028_sync 1745 r\n2011_09_30/2011_09_30_drive_0028_sync 300 r\n2011_09_30/2011_09_30_drive_0028_sync 1063 l\n2011_09_30/2011_09_30_drive_0028_sync 2824 r\n2011_09_30/2011_09_30_drive_0028_sync 1162 l\n2011_09_30/2011_09_30_drive_0028_sync 3405 r\n2011_09_30/2011_09_30_drive_0028_sync 551 r\n2011_09_30/2011_09_30_drive_0028_sync 3246 l\n2011_09_30/2011_09_30_drive_0028_sync 1692 r\n2011_09_30/2011_09_30_drive_0028_sync 4231 l\n2011_09_30/2011_09_30_drive_0028_sync 3539 l\n2011_09_30/2011_09_30_drive_0028_sync 99 l\n2011_09_30/2011_09_30_drive_0028_sync 363 l\n2011_09_30/2011_09_30_drive_0028_sync 950 l\n2011_09_30/2011_09_30_drive_0028_sync 3227 r\n2011_09_30/2011_09_30_drive_0028_sync 2940 r\n2011_09_30/2011_09_30_drive_0028_sync 1676 r\n2011_09_30/2011_09_30_drive_0028_sync 4057 r\n2011_09_30/2011_09_30_drive_0028_sync 4623 r\n2011_09_30/2011_09_30_drive_0028_sync 1525 r\n2011_09_30/2011_09_30_drive_0028_sync 826 r\n2011_09_30/2011_09_30_drive_0028_sync 2312 l\n2011_09_30/2011_09_30_drive_0028_sync 4647 r\n2011_09_30/2011_09_30_drive_0028_sync 1435 l\n2011_09_30/2011_09_30_drive_0028_sync 2014 r\n2011_09_30/2011_09_30_drive_0028_sync 3884 l\n2011_09_30/2011_09_30_drive_0028_sync 1123 r\n2011_09_30/2011_09_30_drive_0028_sync 3594 r\n2011_09_30/2011_09_30_drive_0028_sync 1524 r\n2011_09_30/2011_09_30_drive_0028_sync 4424 l\n2011_09_30/2011_09_30_drive_0028_sync 1473 l\n2011_09_30/2011_09_30_drive_0028_sync 2405 r\n2011_09_30/2011_09_30_drive_0028_sync 3990 r\n2011_09_30/2011_09_30_drive_0028_sync 2995 r\n2011_09_30/2011_09_30_drive_0028_sync 2685 l\n2011_09_30/2011_09_30_drive_0028_sync 5074 l\n2011_09_30/2011_09_30_drive_0028_sync 4759 l\n2011_09_30/2011_09_30_drive_0028_sync 4819 l\n2011_09_30/2011_09_30_drive_0028_sync 4287 r\n2011_09_30/2011_09_30_drive_0028_sync 4821 r\n2011_09_30/2011_09_30_drive_0028_sync 5134 r\n2011_09_30/2011_09_30_drive_0028_sync 3302 l\n2011_09_30/2011_09_30_drive_0028_sync 3136 l\n2011_09_30/2011_09_30_drive_0028_sync 1978 r\n2011_09_30/2011_09_30_drive_0028_sync 4870 r\n2011_09_30/2011_09_30_drive_0028_sync 975 l\n2011_09_30/2011_09_30_drive_0028_sync 4855 r\n2011_09_30/2011_09_30_drive_0028_sync 1979 r\n2011_09_30/2011_09_30_drive_0028_sync 3681 r\n2011_09_30/2011_09_30_drive_0028_sync 4237 l\n2011_09_30/2011_09_30_drive_0028_sync 3993 l\n2011_09_30/2011_09_30_drive_0028_sync 4186 l\n2011_09_30/2011_09_30_drive_0028_sync 881 l\n2011_09_30/2011_09_30_drive_0028_sync 2834 l\n2011_09_30/2011_09_30_drive_0028_sync 1486 r\n2011_09_30/2011_09_30_drive_0028_sync 48 l\n2011_09_30/2011_09_30_drive_0028_sync 4331 r\n2011_09_30/2011_09_30_drive_0028_sync 3888 l\n2011_09_30/2011_09_30_drive_0028_sync 3797 r\n2011_09_30/2011_09_30_drive_0028_sync 1699 l\n2011_09_30/2011_09_30_drive_0028_sync 521 r\n2011_09_30/2011_09_30_drive_0028_sync 2970 r\n2011_09_30/2011_09_30_drive_0028_sync 4620 l\n2011_09_30/2011_09_30_drive_0028_sync 1945 l\n2011_09_30/2011_09_30_drive_0028_sync 1087 l\n2011_09_30/2011_09_30_drive_0028_sync 1951 r\n2011_09_30/2011_09_30_drive_0028_sync 1921 l\n2011_09_30/2011_09_30_drive_0028_sync 4776 l\n2011_09_30/2011_09_30_drive_0028_sync 4286 l\n2011_09_30/2011_09_30_drive_0028_sync 5070 l\n2011_09_30/2011_09_30_drive_0028_sync 1068 r\n2011_09_30/2011_09_30_drive_0028_sync 929 l\n2011_09_30/2011_09_30_drive_0028_sync 2451 r\n2011_09_30/2011_09_30_drive_0028_sync 2447 l\n2011_09_30/2011_09_30_drive_0028_sync 2967 l\n2011_09_30/2011_09_30_drive_0028_sync 2582 l\n2011_09_30/2011_09_30_drive_0028_sync 877 l\n2011_09_30/2011_09_30_drive_0028_sync 1638 l\n2011_09_30/2011_09_30_drive_0028_sync 4050 l\n2011_09_30/2011_09_30_drive_0028_sync 1753 l\n2011_09_30/2011_09_30_drive_0028_sync 281 r\n2011_09_30/2011_09_30_drive_0028_sync 4684 l\n2011_09_30/2011_09_30_drive_0028_sync 3084 l\n2011_09_30/2011_09_30_drive_0028_sync 549 l\n2011_09_30/2011_09_30_drive_0028_sync 3807 r\n2011_09_30/2011_09_30_drive_0028_sync 4174 r\n2011_09_30/2011_09_30_drive_0028_sync 298 l\n2011_09_30/2011_09_30_drive_0028_sync 414 l\n2011_09_30/2011_09_30_drive_0028_sync 675 l\n2011_09_30/2011_09_30_drive_0028_sync 2591 l\n2011_09_30/2011_09_30_drive_0028_sync 561 l\n2011_09_30/2011_09_30_drive_0028_sync 1356 l\n2011_09_30/2011_09_30_drive_0028_sync 2197 l\n2011_09_30/2011_09_30_drive_0028_sync 1723 l\n2011_09_30/2011_09_30_drive_0028_sync 1661 r\n2011_09_30/2011_09_30_drive_0028_sync 238 l\n2011_09_30/2011_09_30_drive_0028_sync 4374 r\n2011_09_30/2011_09_30_drive_0028_sync 3940 l\n2011_09_30/2011_09_30_drive_0028_sync 2205 r\n2011_09_30/2011_09_30_drive_0028_sync 5084 r\n2011_09_30/2011_09_30_drive_0028_sync 3890 r\n2011_09_30/2011_09_30_drive_0028_sync 3352 r\n2011_09_30/2011_09_30_drive_0028_sync 1016 l\n2011_09_30/2011_09_30_drive_0028_sync 2171 l\n2011_09_30/2011_09_30_drive_0028_sync 1136 l\n2011_09_30/2011_09_30_drive_0028_sync 2966 r\n2011_09_30/2011_09_30_drive_0028_sync 3998 l\n2011_09_30/2011_09_30_drive_0028_sync 87 r\n2011_09_30/2011_09_30_drive_0028_sync 3820 l\n2011_09_30/2011_09_30_drive_0028_sync 1437 l\n2011_09_30/2011_09_30_drive_0028_sync 3047 l\n2011_09_30/2011_09_30_drive_0028_sync 2015 r\n2011_09_30/2011_09_30_drive_0028_sync 1100 r\n2011_09_30/2011_09_30_drive_0028_sync 1787 l\n2011_09_30/2011_09_30_drive_0028_sync 994 r\n2011_09_30/2011_09_30_drive_0028_sync 5023 l\n2011_09_30/2011_09_30_drive_0028_sync 3064 r\n2011_09_30/2011_09_30_drive_0028_sync 3324 l\n2011_09_30/2011_09_30_drive_0028_sync 3688 r\n2011_09_30/2011_09_30_drive_0028_sync 513 l\n2011_09_30/2011_09_30_drive_0028_sync 994 l\n2011_09_30/2011_09_30_drive_0028_sync 416 l\n2011_09_30/2011_09_30_drive_0028_sync 1730 l\n2011_09_30/2011_09_30_drive_0028_sync 4169 r\n2011_09_30/2011_09_30_drive_0028_sync 1687 r\n2011_09_30/2011_09_30_drive_0028_sync 1014 r\n2011_09_30/2011_09_30_drive_0028_sync 1174 r\n2011_09_30/2011_09_30_drive_0028_sync 3444 l\n2011_09_30/2011_09_30_drive_0028_sync 4064 l\n2011_09_30/2011_09_30_drive_0028_sync 1371 l\n2011_09_30/2011_09_30_drive_0028_sync 3670 l\n2011_09_30/2011_09_30_drive_0028_sync 1062 l\n2011_09_30/2011_09_30_drive_0028_sync 2504 l\n2011_09_30/2011_09_30_drive_0028_sync 818 r\n2011_09_30/2011_09_30_drive_0028_sync 4788 r\n2011_09_30/2011_09_30_drive_0028_sync 3324 r\n2011_09_30/2011_09_30_drive_0028_sync 834 r\n2011_09_30/2011_09_30_drive_0028_sync 4527 l\n2011_09_30/2011_09_30_drive_0028_sync 3661 l\n2011_09_30/2011_09_30_drive_0028_sync 3361 l\n2011_09_30/2011_09_30_drive_0028_sync 1725 l\n2011_09_30/2011_09_30_drive_0028_sync 2433 r\n2011_09_30/2011_09_30_drive_0028_sync 2087 r\n2011_09_30/2011_09_30_drive_0028_sync 3955 r\n2011_09_30/2011_09_30_drive_0028_sync 3261 r\n2011_09_30/2011_09_30_drive_0028_sync 2400 r\n2011_09_30/2011_09_30_drive_0028_sync 4193 r\n2011_09_30/2011_09_30_drive_0028_sync 2739 r\n2011_09_30/2011_09_30_drive_0028_sync 896 r\n2011_09_30/2011_09_30_drive_0028_sync 4384 l\n2011_09_30/2011_09_30_drive_0028_sync 2875 r\n2011_09_30/2011_09_30_drive_0028_sync 1768 l\n2011_09_30/2011_09_30_drive_0028_sync 2227 l\n2011_09_30/2011_09_30_drive_0028_sync 4240 r\n2011_09_30/2011_09_30_drive_0028_sync 4603 r\n2011_09_30/2011_09_30_drive_0028_sync 610 l\n2011_09_30/2011_09_30_drive_0028_sync 3613 l\n2011_09_30/2011_09_30_drive_0028_sync 799 l\n2011_09_30/2011_09_30_drive_0028_sync 3099 l\n2011_09_30/2011_09_30_drive_0028_sync 612 l\n2011_09_30/2011_09_30_drive_0028_sync 4774 l\n2011_09_30/2011_09_30_drive_0028_sync 3332 l\n2011_09_30/2011_09_30_drive_0028_sync 2739 l\n2011_09_30/2011_09_30_drive_0028_sync 398 r\n2011_09_30/2011_09_30_drive_0028_sync 3564 r\n2011_09_30/2011_09_30_drive_0028_sync 4533 l\n2011_09_30/2011_09_30_drive_0028_sync 2373 l\n2011_09_30/2011_09_30_drive_0028_sync 1071 r\n2011_09_30/2011_09_30_drive_0028_sync 2309 l\n2011_09_30/2011_09_30_drive_0028_sync 2840 l\n2011_09_30/2011_09_30_drive_0028_sync 3373 l\n2011_09_30/2011_09_30_drive_0028_sync 5080 r\n2011_09_30/2011_09_30_drive_0028_sync 4741 r\n2011_09_30/2011_09_30_drive_0028_sync 4772 r\n2011_09_30/2011_09_30_drive_0028_sync 3553 l\n2011_09_30/2011_09_30_drive_0028_sync 3234 l\n2011_09_30/2011_09_30_drive_0028_sync 1983 l\n2011_09_30/2011_09_30_drive_0028_sync 3699 r\n2011_09_30/2011_09_30_drive_0028_sync 4760 l\n2011_09_30/2011_09_30_drive_0028_sync 2245 l\n2011_09_30/2011_09_30_drive_0028_sync 733 l\n2011_09_30/2011_09_30_drive_0028_sync 4128 r\n2011_09_30/2011_09_30_drive_0028_sync 1168 r\n2011_09_30/2011_09_30_drive_0028_sync 5138 l\n2011_09_30/2011_09_30_drive_0028_sync 4306 r\n2011_09_30/2011_09_30_drive_0028_sync 4115 l\n2011_09_30/2011_09_30_drive_0028_sync 1346 l\n2011_09_30/2011_09_30_drive_0028_sync 2714 l\n2011_09_30/2011_09_30_drive_0028_sync 3981 r\n2011_09_30/2011_09_30_drive_0028_sync 4463 l\n2011_09_30/2011_09_30_drive_0028_sync 4063 r\n2011_09_30/2011_09_30_drive_0028_sync 465 r\n2011_09_30/2011_09_30_drive_0028_sync 1083 r\n2011_09_30/2011_09_30_drive_0028_sync 2347 l\n2011_09_30/2011_09_30_drive_0028_sync 2158 r\n2011_09_30/2011_09_30_drive_0028_sync 247 l\n2011_09_30/2011_09_30_drive_0028_sync 1418 r\n2011_09_30/2011_09_30_drive_0028_sync 2434 r\n2011_09_30/2011_09_30_drive_0028_sync 2629 l\n2011_09_30/2011_09_30_drive_0028_sync 1290 r\n2011_09_30/2011_09_30_drive_0028_sync 4240 l\n2011_09_30/2011_09_30_drive_0028_sync 464 r\n2011_09_30/2011_09_30_drive_0028_sync 4052 r\n2011_09_30/2011_09_30_drive_0028_sync 3125 l\n2011_09_30/2011_09_30_drive_0028_sync 4633 r\n2011_09_30/2011_09_30_drive_0028_sync 297 l\n2011_09_30/2011_09_30_drive_0028_sync 340 r\n2011_09_30/2011_09_30_drive_0028_sync 4971 l\n2011_09_30/2011_09_30_drive_0028_sync 2861 l\n2011_09_30/2011_09_30_drive_0028_sync 3614 l\n2011_09_30/2011_09_30_drive_0028_sync 326 r\n2011_09_30/2011_09_30_drive_0028_sync 4122 r\n2011_09_30/2011_09_30_drive_0028_sync 4567 r\n2011_09_30/2011_09_30_drive_0028_sync 1459 l\n2011_09_30/2011_09_30_drive_0028_sync 2653 l\n2011_09_30/2011_09_30_drive_0028_sync 23 r\n2011_09_30/2011_09_30_drive_0028_sync 1632 r\n2011_09_30/2011_09_30_drive_0028_sync 3770 l\n2011_09_30/2011_09_30_drive_0028_sync 1366 r\n2011_09_30/2011_09_30_drive_0028_sync 381 l\n2011_09_30/2011_09_30_drive_0028_sync 3156 l\n2011_09_30/2011_09_30_drive_0028_sync 158 l\n2011_09_30/2011_09_30_drive_0028_sync 4137 r\n2011_09_30/2011_09_30_drive_0028_sync 658 l\n2011_09_30/2011_09_30_drive_0028_sync 1261 l\n2011_09_30/2011_09_30_drive_0028_sync 4811 l\n2011_09_30/2011_09_30_drive_0028_sync 4281 r\n2011_09_30/2011_09_30_drive_0028_sync 155 l\n2011_09_30/2011_09_30_drive_0028_sync 495 r\n2011_09_30/2011_09_30_drive_0028_sync 1604 l\n2011_09_30/2011_09_30_drive_0028_sync 1913 r\n2011_09_30/2011_09_30_drive_0028_sync 4234 r\n2011_09_30/2011_09_30_drive_0028_sync 2207 l\n2011_09_30/2011_09_30_drive_0028_sync 1929 l\n2011_09_30/2011_09_30_drive_0028_sync 1686 l\n2011_09_30/2011_09_30_drive_0028_sync 4033 r\n2011_09_30/2011_09_30_drive_0028_sync 3113 l\n2011_09_30/2011_09_30_drive_0028_sync 1600 r\n2011_09_30/2011_09_30_drive_0028_sync 1861 l\n2011_09_30/2011_09_30_drive_0028_sync 3686 l\n2011_09_30/2011_09_30_drive_0028_sync 4975 r\n2011_09_30/2011_09_30_drive_0028_sync 4470 r\n2011_09_30/2011_09_30_drive_0028_sync 2620 l\n2011_09_30/2011_09_30_drive_0028_sync 2329 r\n2011_09_30/2011_09_30_drive_0028_sync 2608 r\n2011_09_30/2011_09_30_drive_0028_sync 1526 r\n2011_09_30/2011_09_30_drive_0028_sync 1917 l\n2011_09_30/2011_09_30_drive_0028_sync 3380 r\n2011_09_30/2011_09_30_drive_0028_sync 4045 r\n2011_09_30/2011_09_30_drive_0028_sync 3840 r\n2011_09_30/2011_09_30_drive_0028_sync 1472 r\n2011_09_30/2011_09_30_drive_0028_sync 3178 r\n2011_09_30/2011_09_30_drive_0028_sync 1777 r\n2011_09_30/2011_09_30_drive_0028_sync 3673 l\n2011_09_30/2011_09_30_drive_0028_sync 3618 r\n2011_09_30/2011_09_30_drive_0028_sync 1511 r\n2011_09_30/2011_09_30_drive_0028_sync 4936 l\n2011_09_30/2011_09_30_drive_0028_sync 2579 l\n2011_09_30/2011_09_30_drive_0028_sync 3183 l\n2011_09_30/2011_09_30_drive_0028_sync 2778 r\n2011_09_30/2011_09_30_drive_0028_sync 908 l\n2011_09_30/2011_09_30_drive_0028_sync 1985 r\n2011_09_30/2011_09_30_drive_0028_sync 2572 l\n2011_09_30/2011_09_30_drive_0028_sync 878 l\n2011_09_30/2011_09_30_drive_0028_sync 4401 r\n2011_09_30/2011_09_30_drive_0028_sync 1761 r\n2011_09_30/2011_09_30_drive_0028_sync 2391 r\n2011_09_30/2011_09_30_drive_0028_sync 1517 r\n2011_09_30/2011_09_30_drive_0028_sync 1642 l\n2011_09_30/2011_09_30_drive_0028_sync 2381 r\n2011_09_30/2011_09_30_drive_0028_sync 3126 l\n2011_09_30/2011_09_30_drive_0028_sync 225 l\n2011_09_30/2011_09_30_drive_0028_sync 3685 r\n2011_09_30/2011_09_30_drive_0028_sync 581 l\n2011_09_30/2011_09_30_drive_0028_sync 2130 r\n2011_09_30/2011_09_30_drive_0028_sync 2575 r\n2011_09_30/2011_09_30_drive_0028_sync 4126 r\n2011_09_30/2011_09_30_drive_0028_sync 2491 r\n2011_09_30/2011_09_30_drive_0028_sync 3306 r\n2011_09_30/2011_09_30_drive_0028_sync 4390 r\n2011_09_30/2011_09_30_drive_0028_sync 2126 l\n2011_09_30/2011_09_30_drive_0028_sync 100 r\n2011_09_30/2011_09_30_drive_0028_sync 467 r\n2011_09_30/2011_09_30_drive_0028_sync 3733 r\n2011_09_30/2011_09_30_drive_0028_sync 2911 r\n2011_09_30/2011_09_30_drive_0028_sync 2792 r\n2011_09_30/2011_09_30_drive_0028_sync 1618 r\n2011_09_30/2011_09_30_drive_0028_sync 405 r\n2011_09_30/2011_09_30_drive_0028_sync 405 l\n2011_09_30/2011_09_30_drive_0028_sync 1996 l\n2011_09_30/2011_09_30_drive_0028_sync 257 l\n2011_09_30/2011_09_30_drive_0028_sync 911 l\n2011_09_30/2011_09_30_drive_0028_sync 4758 l\n2011_09_30/2011_09_30_drive_0028_sync 2590 l\n2011_09_30/2011_09_30_drive_0028_sync 1958 r\n2011_09_30/2011_09_30_drive_0028_sync 4915 r\n2011_09_30/2011_09_30_drive_0028_sync 273 r\n2011_09_30/2011_09_30_drive_0028_sync 1872 l\n2011_09_30/2011_09_30_drive_0028_sync 115 r\n2011_09_30/2011_09_30_drive_0028_sync 50 l\n2011_09_30/2011_09_30_drive_0028_sync 4077 r\n2011_09_30/2011_09_30_drive_0028_sync 135 l\n2011_09_30/2011_09_30_drive_0028_sync 176 r\n2011_09_30/2011_09_30_drive_0028_sync 1039 r\n2011_09_30/2011_09_30_drive_0028_sync 1378 l\n2011_09_30/2011_09_30_drive_0028_sync 2558 l\n2011_09_30/2011_09_30_drive_0028_sync 4151 r\n2011_09_30/2011_09_30_drive_0028_sync 4214 r\n2011_09_30/2011_09_30_drive_0028_sync 4130 l\n2011_09_30/2011_09_30_drive_0028_sync 3572 l\n2011_09_30/2011_09_30_drive_0028_sync 4349 r\n2011_09_30/2011_09_30_drive_0028_sync 2317 r\n2011_09_30/2011_09_30_drive_0028_sync 4994 r\n2011_09_30/2011_09_30_drive_0028_sync 1576 r\n2011_09_30/2011_09_30_drive_0028_sync 2064 l\n2011_09_30/2011_09_30_drive_0028_sync 2853 r\n2011_09_30/2011_09_30_drive_0028_sync 4278 r\n2011_09_30/2011_09_30_drive_0028_sync 3694 l\n2011_09_30/2011_09_30_drive_0028_sync 2294 r\n2011_09_30/2011_09_30_drive_0028_sync 588 l\n2011_09_30/2011_09_30_drive_0028_sync 3323 l\n2011_09_30/2011_09_30_drive_0028_sync 3394 r\n2011_09_30/2011_09_30_drive_0028_sync 393 r\n2011_09_30/2011_09_30_drive_0028_sync 1001 r\n2011_09_30/2011_09_30_drive_0028_sync 4653 r\n2011_09_30/2011_09_30_drive_0028_sync 3735 r\n2011_09_30/2011_09_30_drive_0028_sync 2711 l\n2011_09_30/2011_09_30_drive_0028_sync 603 l\n2011_09_30/2011_09_30_drive_0028_sync 4309 r\n2011_09_30/2011_09_30_drive_0028_sync 3472 r\n2011_09_30/2011_09_30_drive_0028_sync 1509 l\n2011_09_30/2011_09_30_drive_0028_sync 1619 r\n2011_09_30/2011_09_30_drive_0028_sync 319 l\n2011_09_30/2011_09_30_drive_0028_sync 4270 r\n2011_09_30/2011_09_30_drive_0028_sync 901 l\n2011_09_30/2011_09_30_drive_0028_sync 544 l\n2011_09_30/2011_09_30_drive_0028_sync 1151 r\n2011_09_30/2011_09_30_drive_0028_sync 3760 r\n2011_09_30/2011_09_30_drive_0028_sync 2186 r\n2011_09_30/2011_09_30_drive_0028_sync 2053 l\n2011_09_30/2011_09_30_drive_0028_sync 1623 r\n2011_09_30/2011_09_30_drive_0028_sync 4837 r\n2011_09_30/2011_09_30_drive_0028_sync 4324 r\n2011_09_30/2011_09_30_drive_0028_sync 2439 l\n2011_09_30/2011_09_30_drive_0028_sync 4749 r\n2011_09_30/2011_09_30_drive_0028_sync 1504 r\n2011_09_30/2011_09_30_drive_0028_sync 324 l\n2011_09_30/2011_09_30_drive_0028_sync 1953 r\n2011_09_30/2011_09_30_drive_0028_sync 1300 l\n2011_09_30/2011_09_30_drive_0028_sync 1544 r\n2011_09_30/2011_09_30_drive_0028_sync 324 r\n2011_09_30/2011_09_30_drive_0028_sync 1973 l\n2011_09_30/2011_09_30_drive_0028_sync 1984 l\n2011_09_30/2011_09_30_drive_0028_sync 657 l\n2011_09_30/2011_09_30_drive_0028_sync 4099 l\n2011_09_30/2011_09_30_drive_0028_sync 3008 l\n2011_09_30/2011_09_30_drive_0028_sync 4243 l\n2011_09_30/2011_09_30_drive_0028_sync 5102 r\n2011_09_30/2011_09_30_drive_0028_sync 4213 r\n2011_09_30/2011_09_30_drive_0028_sync 539 l\n2011_09_30/2011_09_30_drive_0028_sync 1660 r\n2011_09_30/2011_09_30_drive_0028_sync 2890 l\n2011_09_30/2011_09_30_drive_0028_sync 3861 l\n2011_09_30/2011_09_30_drive_0028_sync 4023 r\n2011_09_30/2011_09_30_drive_0028_sync 454 r\n2011_09_30/2011_09_30_drive_0028_sync 4336 r\n2011_09_30/2011_09_30_drive_0028_sync 2729 l\n2011_09_30/2011_09_30_drive_0028_sync 4699 r\n2011_09_30/2011_09_30_drive_0028_sync 4230 r\n2011_09_30/2011_09_30_drive_0028_sync 3900 r\n2011_09_30/2011_09_30_drive_0028_sync 1998 l\n2011_09_30/2011_09_30_drive_0028_sync 1233 l\n2011_09_30/2011_09_30_drive_0028_sync 4957 l\n2011_09_30/2011_09_30_drive_0028_sync 4167 l\n2011_09_30/2011_09_30_drive_0028_sync 781 l\n2011_09_30/2011_09_30_drive_0028_sync 721 l\n2011_09_30/2011_09_30_drive_0028_sync 3517 r\n2011_09_30/2011_09_30_drive_0028_sync 4081 l\n2011_09_30/2011_09_30_drive_0028_sync 5162 l\n2011_09_30/2011_09_30_drive_0028_sync 2872 r\n2011_09_30/2011_09_30_drive_0028_sync 1396 r\n2011_09_30/2011_09_30_drive_0028_sync 1639 r\n2011_09_30/2011_09_30_drive_0028_sync 2148 l\n2011_09_30/2011_09_30_drive_0028_sync 3730 l\n2011_09_30/2011_09_30_drive_0028_sync 3527 l\n2011_09_30/2011_09_30_drive_0028_sync 5061 l\n2011_09_30/2011_09_30_drive_0028_sync 51 r\n2011_09_30/2011_09_30_drive_0028_sync 453 r\n2011_09_30/2011_09_30_drive_0028_sync 27 l\n2011_09_30/2011_09_30_drive_0028_sync 2867 l\n2011_09_30/2011_09_30_drive_0028_sync 1109 r\n2011_09_30/2011_09_30_drive_0028_sync 3347 r\n2011_09_30/2011_09_30_drive_0028_sync 3656 r\n2011_09_30/2011_09_30_drive_0028_sync 819 r\n2011_09_30/2011_09_30_drive_0028_sync 765 r\n2011_09_30/2011_09_30_drive_0028_sync 1338 l\n2011_09_30/2011_09_30_drive_0028_sync 4309 l\n2011_09_30/2011_09_30_drive_0028_sync 2691 r\n2011_09_30/2011_09_30_drive_0028_sync 4072 r\n2011_09_30/2011_09_30_drive_0028_sync 4864 r\n2011_09_30/2011_09_30_drive_0028_sync 1464 l\n2011_09_30/2011_09_30_drive_0028_sync 4002 r\n2011_09_30/2011_09_30_drive_0028_sync 3489 l\n2011_09_30/2011_09_30_drive_0028_sync 147 l\n2011_09_30/2011_09_30_drive_0028_sync 3948 r\n2011_09_30/2011_09_30_drive_0028_sync 2640 l\n2011_09_30/2011_09_30_drive_0028_sync 427 r\n2011_09_30/2011_09_30_drive_0028_sync 4484 l\n2011_09_30/2011_09_30_drive_0028_sync 1119 l\n2011_09_30/2011_09_30_drive_0028_sync 3783 r\n2011_09_30/2011_09_30_drive_0028_sync 3019 r\n2011_09_30/2011_09_30_drive_0028_sync 2250 r\n2011_09_30/2011_09_30_drive_0028_sync 3221 r\n2011_09_30/2011_09_30_drive_0028_sync 1867 l\n2011_09_30/2011_09_30_drive_0028_sync 2700 r\n2011_09_30/2011_09_30_drive_0028_sync 927 r\n2011_09_30/2011_09_30_drive_0028_sync 3617 l\n2011_09_30/2011_09_30_drive_0028_sync 3608 l\n2011_09_30/2011_09_30_drive_0028_sync 4393 l\n2011_09_30/2011_09_30_drive_0028_sync 1372 l\n2011_09_30/2011_09_30_drive_0028_sync 3145 r\n2011_09_30/2011_09_30_drive_0028_sync 558 l\n2011_09_30/2011_09_30_drive_0028_sync 4794 r\n2011_09_30/2011_09_30_drive_0028_sync 4665 r\n2011_09_30/2011_09_30_drive_0028_sync 767 l\n2011_09_30/2011_09_30_drive_0028_sync 5035 r\n2011_09_30/2011_09_30_drive_0028_sync 3308 r\n2011_09_30/2011_09_30_drive_0028_sync 2536 r\n2011_09_30/2011_09_30_drive_0028_sync 229 l\n2011_09_30/2011_09_30_drive_0028_sync 3230 l\n2011_09_30/2011_09_30_drive_0028_sync 2622 l\n2011_09_30/2011_09_30_drive_0028_sync 2839 r\n2011_09_30/2011_09_30_drive_0028_sync 4576 r\n2011_09_30/2011_09_30_drive_0028_sync 904 r\n2011_09_30/2011_09_30_drive_0028_sync 1439 l\n2011_09_30/2011_09_30_drive_0028_sync 3290 l\n2011_09_30/2011_09_30_drive_0028_sync 3989 l\n2011_09_30/2011_09_30_drive_0028_sync 4939 r\n2011_09_30/2011_09_30_drive_0028_sync 1813 l\n2011_09_30/2011_09_30_drive_0028_sync 1734 r\n2011_09_30/2011_09_30_drive_0028_sync 1015 r\n2011_09_30/2011_09_30_drive_0028_sync 3200 r\n2011_09_30/2011_09_30_drive_0028_sync 311 r\n2011_09_30/2011_09_30_drive_0028_sync 915 l\n2011_09_30/2011_09_30_drive_0028_sync 1858 r\n2011_09_30/2011_09_30_drive_0028_sync 2170 l\n2011_09_30/2011_09_30_drive_0028_sync 1475 r\n2011_09_30/2011_09_30_drive_0028_sync 2351 l\n2011_09_30/2011_09_30_drive_0028_sync 3919 r\n2011_09_30/2011_09_30_drive_0028_sync 561 r\n2011_09_30/2011_09_30_drive_0028_sync 4893 l\n2011_09_30/2011_09_30_drive_0028_sync 4767 r\n2011_09_30/2011_09_30_drive_0028_sync 2571 r\n2011_09_30/2011_09_30_drive_0028_sync 616 r\n2011_09_30/2011_09_30_drive_0028_sync 2962 r\n2011_09_30/2011_09_30_drive_0028_sync 695 l\n2011_09_30/2011_09_30_drive_0028_sync 4798 l\n2011_09_30/2011_09_30_drive_0028_sync 3439 r\n2011_09_30/2011_09_30_drive_0028_sync 1451 r\n2011_09_30/2011_09_30_drive_0028_sync 2105 r\n2011_09_30/2011_09_30_drive_0028_sync 3072 r\n2011_09_30/2011_09_30_drive_0028_sync 4875 l\n2011_09_30/2011_09_30_drive_0028_sync 4740 r\n2011_09_30/2011_09_30_drive_0028_sync 4675 l\n2011_09_30/2011_09_30_drive_0028_sync 2804 r\n2011_09_30/2011_09_30_drive_0028_sync 2773 l\n2011_09_30/2011_09_30_drive_0028_sync 4969 r\n2011_09_30/2011_09_30_drive_0028_sync 1430 r\n2011_09_30/2011_09_30_drive_0028_sync 581 r\n2011_09_30/2011_09_30_drive_0028_sync 3810 r\n2011_09_30/2011_09_30_drive_0028_sync 3526 l\n2011_09_30/2011_09_30_drive_0028_sync 3368 l\n2011_09_30/2011_09_30_drive_0028_sync 2536 l\n2011_09_30/2011_09_30_drive_0028_sync 1696 l\n2011_09_30/2011_09_30_drive_0028_sync 3114 l\n2011_09_30/2011_09_30_drive_0028_sync 3403 l\n2011_09_30/2011_09_30_drive_0028_sync 4873 r\n2011_09_30/2011_09_30_drive_0028_sync 2417 r\n2011_09_30/2011_09_30_drive_0028_sync 5005 r\n2011_09_30/2011_09_30_drive_0028_sync 3534 l\n2011_09_30/2011_09_30_drive_0028_sync 2842 r\n2011_09_30/2011_09_30_drive_0028_sync 2225 l\n2011_09_30/2011_09_30_drive_0028_sync 1799 l\n2011_09_30/2011_09_30_drive_0028_sync 4828 r\n2011_09_30/2011_09_30_drive_0028_sync 1626 l\n2011_09_30/2011_09_30_drive_0028_sync 1615 r\n2011_09_30/2011_09_30_drive_0028_sync 2143 r\n2011_09_30/2011_09_30_drive_0028_sync 231 l\n2011_09_30/2011_09_30_drive_0028_sync 3479 l\n2011_09_30/2011_09_30_drive_0028_sync 2578 r\n2011_09_30/2011_09_30_drive_0028_sync 3287 l\n2011_09_30/2011_09_30_drive_0028_sync 4285 r\n2011_09_30/2011_09_30_drive_0028_sync 3827 l\n2011_09_30/2011_09_30_drive_0028_sync 2998 r\n2011_09_30/2011_09_30_drive_0028_sync 1405 r\n2011_09_30/2011_09_30_drive_0028_sync 2125 l\n2011_09_30/2011_09_30_drive_0028_sync 1767 l\n2011_09_30/2011_09_30_drive_0028_sync 232 l\n2011_09_30/2011_09_30_drive_0028_sync 1514 l\n2011_09_30/2011_09_30_drive_0028_sync 40 r\n2011_09_30/2011_09_30_drive_0028_sync 2204 l\n2011_09_30/2011_09_30_drive_0028_sync 988 r\n2011_09_30/2011_09_30_drive_0028_sync 3263 r\n2011_09_30/2011_09_30_drive_0028_sync 4799 r\n2011_09_30/2011_09_30_drive_0028_sync 3978 r\n2011_09_30/2011_09_30_drive_0028_sync 2573 r\n2011_09_30/2011_09_30_drive_0028_sync 4827 r\n2011_09_30/2011_09_30_drive_0028_sync 121 r\n2011_09_30/2011_09_30_drive_0028_sync 3680 r\n2011_09_30/2011_09_30_drive_0028_sync 2063 r\n2011_09_30/2011_09_30_drive_0028_sync 510 l\n2011_09_30/2011_09_30_drive_0028_sync 459 r\n2011_09_30/2011_09_30_drive_0028_sync 2168 l\n2011_09_30/2011_09_30_drive_0028_sync 1747 l\n2011_09_30/2011_09_30_drive_0028_sync 2569 l\n2011_09_30/2011_09_30_drive_0028_sync 3196 l\n2011_09_30/2011_09_30_drive_0028_sync 3226 r\n2011_09_30/2011_09_30_drive_0028_sync 1694 r\n2011_09_30/2011_09_30_drive_0028_sync 2756 l\n2011_09_30/2011_09_30_drive_0028_sync 110 l\n2011_09_30/2011_09_30_drive_0028_sync 3802 l\n2011_09_30/2011_09_30_drive_0028_sync 1287 r\n2011_09_30/2011_09_30_drive_0028_sync 3404 l\n2011_09_30/2011_09_30_drive_0028_sync 1217 l\n2011_09_30/2011_09_30_drive_0028_sync 3001 l\n2011_09_30/2011_09_30_drive_0028_sync 2848 l\n2011_09_30/2011_09_30_drive_0028_sync 4604 r\n2011_09_30/2011_09_30_drive_0028_sync 3053 l\n2011_09_30/2011_09_30_drive_0028_sync 2374 l\n2011_09_30/2011_09_30_drive_0028_sync 2329 l\n2011_09_30/2011_09_30_drive_0028_sync 4337 l\n2011_09_30/2011_09_30_drive_0028_sync 3197 l\n2011_09_30/2011_09_30_drive_0028_sync 3767 l\n2011_09_30/2011_09_30_drive_0028_sync 3416 l\n2011_09_30/2011_09_30_drive_0028_sync 94 l\n2011_09_30/2011_09_30_drive_0028_sync 709 l\n2011_09_30/2011_09_30_drive_0028_sync 4686 r\n2011_09_30/2011_09_30_drive_0028_sync 2507 l\n2011_09_30/2011_09_30_drive_0028_sync 425 r\n2011_09_30/2011_09_30_drive_0028_sync 4041 l\n2011_09_30/2011_09_30_drive_0028_sync 3402 r\n2011_09_30/2011_09_30_drive_0028_sync 1446 r\n2011_09_30/2011_09_30_drive_0028_sync 3431 r\n2011_09_30/2011_09_30_drive_0028_sync 4959 l\n2011_09_30/2011_09_30_drive_0028_sync 2560 r\n2011_09_30/2011_09_30_drive_0028_sync 529 r\n2011_09_30/2011_09_30_drive_0028_sync 21 r\n2011_09_30/2011_09_30_drive_0028_sync 1539 l\n2011_09_30/2011_09_30_drive_0028_sync 1623 l\n2011_09_30/2011_09_30_drive_0028_sync 4649 l\n2011_09_30/2011_09_30_drive_0028_sync 2003 l\n2011_09_30/2011_09_30_drive_0028_sync 3070 r\n2011_09_30/2011_09_30_drive_0028_sync 4067 r\n2011_09_30/2011_09_30_drive_0028_sync 2432 l\n2011_09_30/2011_09_30_drive_0028_sync 844 l\n2011_09_30/2011_09_30_drive_0028_sync 1490 l\n2011_09_30/2011_09_30_drive_0028_sync 5146 r\n2011_09_30/2011_09_30_drive_0028_sync 2794 l\n2011_09_30/2011_09_30_drive_0028_sync 5052 l\n2011_09_30/2011_09_30_drive_0028_sync 2379 r\n2011_09_30/2011_09_30_drive_0028_sync 4123 l\n2011_09_30/2011_09_30_drive_0028_sync 2760 r\n2011_09_30/2011_09_30_drive_0028_sync 3599 r\n2011_09_30/2011_09_30_drive_0028_sync 2610 l\n2011_09_30/2011_09_30_drive_0028_sync 4636 r\n2011_09_30/2011_09_30_drive_0028_sync 3522 r\n2011_09_30/2011_09_30_drive_0028_sync 2151 l\n2011_09_30/2011_09_30_drive_0028_sync 1566 l\n2011_09_30/2011_09_30_drive_0028_sync 4359 r\n2011_09_30/2011_09_30_drive_0028_sync 484 l\n2011_09_30/2011_09_30_drive_0028_sync 2270 r\n2011_09_30/2011_09_30_drive_0028_sync 2854 r\n2011_09_30/2011_09_30_drive_0028_sync 3896 r\n2011_09_30/2011_09_30_drive_0028_sync 1703 r\n2011_09_30/2011_09_30_drive_0028_sync 3098 r\n2011_09_30/2011_09_30_drive_0028_sync 2757 l\n2011_09_30/2011_09_30_drive_0028_sync 662 r\n2011_09_30/2011_09_30_drive_0028_sync 2163 r\n2011_09_30/2011_09_30_drive_0028_sync 646 l\n2011_09_30/2011_09_30_drive_0028_sync 3170 l\n2011_09_30/2011_09_30_drive_0028_sync 1619 l\n2011_09_30/2011_09_30_drive_0028_sync 736 l\n2011_09_30/2011_09_30_drive_0028_sync 1087 r\n2011_09_30/2011_09_30_drive_0028_sync 1617 r\n2011_09_30/2011_09_30_drive_0028_sync 2775 r\n2011_09_30/2011_09_30_drive_0028_sync 1378 r\n2011_09_30/2011_09_30_drive_0028_sync 2286 r\n2011_09_30/2011_09_30_drive_0028_sync 2586 r\n2011_09_30/2011_09_30_drive_0028_sync 3637 l\n2011_09_30/2011_09_30_drive_0028_sync 3133 l\n2011_09_30/2011_09_30_drive_0028_sync 4790 r\n2011_09_30/2011_09_30_drive_0028_sync 3286 r\n2011_09_30/2011_09_30_drive_0028_sync 4231 r\n2011_09_30/2011_09_30_drive_0028_sync 719 r\n2011_09_30/2011_09_30_drive_0028_sync 2982 l\n2011_09_30/2011_09_30_drive_0028_sync 32 l\n2011_09_30/2011_09_30_drive_0028_sync 2820 l\n2011_09_30/2011_09_30_drive_0028_sync 3773 l\n2011_09_30/2011_09_30_drive_0028_sync 4357 r\n2011_09_30/2011_09_30_drive_0028_sync 4643 r\n2011_09_30/2011_09_30_drive_0028_sync 1414 l\n2011_09_30/2011_09_30_drive_0028_sync 5121 l\n2011_09_30/2011_09_30_drive_0028_sync 2128 r\n2011_09_30/2011_09_30_drive_0028_sync 2631 l\n2011_09_30/2011_09_30_drive_0028_sync 839 l\n2011_09_30/2011_09_30_drive_0028_sync 3128 r\n2011_09_30/2011_09_30_drive_0028_sync 1726 l\n2011_09_30/2011_09_30_drive_0028_sync 3756 r\n2011_09_30/2011_09_30_drive_0028_sync 1455 r\n2011_09_30/2011_09_30_drive_0028_sync 1295 l\n2011_09_30/2011_09_30_drive_0028_sync 1621 l\n2011_09_30/2011_09_30_drive_0028_sync 249 l\n2011_09_30/2011_09_30_drive_0028_sync 3948 l\n2011_09_30/2011_09_30_drive_0028_sync 556 r\n2011_09_30/2011_09_30_drive_0028_sync 668 r\n2011_09_30/2011_09_30_drive_0028_sync 2420 r\n2011_09_30/2011_09_30_drive_0028_sync 4602 r\n2011_09_30/2011_09_30_drive_0028_sync 4528 l\n2011_09_30/2011_09_30_drive_0028_sync 1101 r\n2011_09_30/2011_09_30_drive_0028_sync 4968 l\n2011_09_30/2011_09_30_drive_0028_sync 4554 l\n2011_09_30/2011_09_30_drive_0028_sync 3071 l\n2011_09_30/2011_09_30_drive_0028_sync 2971 l\n2011_09_30/2011_09_30_drive_0028_sync 653 l\n2011_09_30/2011_09_30_drive_0028_sync 2219 l\n2011_09_30/2011_09_30_drive_0028_sync 1869 l\n2011_09_30/2011_09_30_drive_0028_sync 3148 r\n2011_09_30/2011_09_30_drive_0028_sync 2089 l\n2011_09_30/2011_09_30_drive_0028_sync 1185 l\n2011_09_30/2011_09_30_drive_0028_sync 2639 r\n2011_09_30/2011_09_30_drive_0028_sync 848 l\n2011_09_30/2011_09_30_drive_0028_sync 2120 r\n2011_09_30/2011_09_30_drive_0028_sync 1136 r\n2011_09_30/2011_09_30_drive_0028_sync 3498 r\n2011_09_30/2011_09_30_drive_0028_sync 1667 l\n2011_09_30/2011_09_30_drive_0028_sync 4912 r\n2011_09_30/2011_09_30_drive_0028_sync 36 l\n2011_09_30/2011_09_30_drive_0028_sync 4127 r\n2011_09_30/2011_09_30_drive_0028_sync 4135 l\n2011_09_30/2011_09_30_drive_0028_sync 885 l\n2011_09_30/2011_09_30_drive_0028_sync 4258 l\n2011_09_30/2011_09_30_drive_0028_sync 1785 r\n2011_09_30/2011_09_30_drive_0028_sync 1260 r\n2011_09_30/2011_09_30_drive_0028_sync 5002 l\n2011_09_30/2011_09_30_drive_0028_sync 3359 l\n2011_09_30/2011_09_30_drive_0028_sync 5156 l\n2011_09_30/2011_09_30_drive_0028_sync 1201 l\n2011_09_30/2011_09_30_drive_0028_sync 3085 l\n2011_09_30/2011_09_30_drive_0028_sync 4481 l\n2011_09_30/2011_09_30_drive_0028_sync 3007 l\n2011_09_30/2011_09_30_drive_0028_sync 1390 l\n2011_09_30/2011_09_30_drive_0028_sync 3137 l\n2011_09_30/2011_09_30_drive_0028_sync 922 l\n2011_09_30/2011_09_30_drive_0028_sync 4075 l\n2011_09_30/2011_09_30_drive_0028_sync 4753 r\n2011_09_30/2011_09_30_drive_0028_sync 670 l\n2011_09_30/2011_09_30_drive_0028_sync 4222 l\n2011_09_30/2011_09_30_drive_0028_sync 2275 l\n2011_09_30/2011_09_30_drive_0028_sync 1148 r\n2011_09_30/2011_09_30_drive_0028_sync 2312 r\n2011_09_30/2011_09_30_drive_0028_sync 3165 r\n2011_09_30/2011_09_30_drive_0028_sync 3525 l\n2011_09_30/2011_09_30_drive_0028_sync 391 r\n2011_09_30/2011_09_30_drive_0028_sync 4316 l\n2011_09_30/2011_09_30_drive_0028_sync 258 r\n2011_09_30/2011_09_30_drive_0028_sync 4582 r\n2011_09_30/2011_09_30_drive_0028_sync 1133 r\n2011_09_30/2011_09_30_drive_0028_sync 4165 r\n2011_09_30/2011_09_30_drive_0028_sync 3346 r\n2011_09_30/2011_09_30_drive_0028_sync 2022 r\n2011_09_30/2011_09_30_drive_0028_sync 4999 l\n2011_09_30/2011_09_30_drive_0028_sync 2893 l\n2011_09_30/2011_09_30_drive_0028_sync 2972 r\n2011_09_30/2011_09_30_drive_0028_sync 1213 l\n2011_09_30/2011_09_30_drive_0028_sync 4994 l\n2011_09_30/2011_09_30_drive_0028_sync 3671 r\n2011_09_30/2011_09_30_drive_0028_sync 3338 l\n2011_09_30/2011_09_30_drive_0028_sync 3968 l\n2011_09_30/2011_09_30_drive_0028_sync 4935 r\n2011_09_30/2011_09_30_drive_0028_sync 3514 l\n2011_09_30/2011_09_30_drive_0028_sync 4226 l\n2011_09_30/2011_09_30_drive_0028_sync 4620 r\n2011_09_30/2011_09_30_drive_0028_sync 3175 l\n2011_09_30/2011_09_30_drive_0028_sync 4145 r\n2011_09_30/2011_09_30_drive_0028_sync 3478 l\n2011_09_30/2011_09_30_drive_0028_sync 1643 l\n2011_09_30/2011_09_30_drive_0028_sync 1469 l\n2011_09_30/2011_09_30_drive_0028_sync 2948 r\n2011_09_30/2011_09_30_drive_0028_sync 2515 l\n2011_09_30/2011_09_30_drive_0028_sync 2092 r\n2011_09_30/2011_09_30_drive_0028_sync 1802 r\n2011_09_30/2011_09_30_drive_0028_sync 823 l\n2011_09_30/2011_09_30_drive_0028_sync 1582 r\n2011_09_30/2011_09_30_drive_0028_sync 205 l\n2011_09_30/2011_09_30_drive_0028_sync 4640 r\n2011_09_30/2011_09_30_drive_0028_sync 5119 l\n2011_09_30/2011_09_30_drive_0028_sync 4565 l\n2011_09_30/2011_09_30_drive_0028_sync 1144 l\n2011_09_30/2011_09_30_drive_0028_sync 1474 l\n2011_09_30/2011_09_30_drive_0028_sync 1191 r\n2011_09_30/2011_09_30_drive_0028_sync 3611 r\n2011_09_30/2011_09_30_drive_0028_sync 954 r\n2011_09_30/2011_09_30_drive_0028_sync 199 l\n2011_09_30/2011_09_30_drive_0028_sync 2761 r\n2011_09_30/2011_09_30_drive_0028_sync 3616 r\n2011_09_30/2011_09_30_drive_0028_sync 743 l\n2011_09_30/2011_09_30_drive_0028_sync 3132 l\n2011_09_30/2011_09_30_drive_0028_sync 2595 l\n2011_09_30/2011_09_30_drive_0028_sync 4886 l\n2011_09_30/2011_09_30_drive_0028_sync 2082 r\n2011_09_30/2011_09_30_drive_0028_sync 219 r\n2011_09_30/2011_09_30_drive_0028_sync 2118 l\n2011_09_30/2011_09_30_drive_0028_sync 876 r\n2011_09_30/2011_09_30_drive_0028_sync 2104 l\n2011_09_30/2011_09_30_drive_0028_sync 4085 l\n2011_09_30/2011_09_30_drive_0028_sync 3646 r\n2011_09_30/2011_09_30_drive_0028_sync 2518 r\n2011_09_30/2011_09_30_drive_0028_sync 5061 r\n2011_09_30/2011_09_30_drive_0028_sync 2795 r\n2011_09_30/2011_09_30_drive_0028_sync 1404 r\n2011_09_30/2011_09_30_drive_0028_sync 2243 l\n2011_09_30/2011_09_30_drive_0028_sync 2912 l\n2011_09_30/2011_09_30_drive_0028_sync 4206 r\n2011_09_30/2011_09_30_drive_0028_sync 3363 l\n2011_09_30/2011_09_30_drive_0028_sync 2664 r\n2011_09_30/2011_09_30_drive_0028_sync 3434 r\n2011_09_30/2011_09_30_drive_0028_sync 3981 l\n2011_09_30/2011_09_30_drive_0028_sync 5099 r\n2011_09_30/2011_09_30_drive_0028_sync 3523 r\n2011_09_30/2011_09_30_drive_0028_sync 3622 r\n2011_09_30/2011_09_30_drive_0028_sync 3677 r\n2011_09_30/2011_09_30_drive_0028_sync 3385 r\n2011_09_30/2011_09_30_drive_0028_sync 1991 l\n2011_09_30/2011_09_30_drive_0028_sync 4619 r\n2011_09_30/2011_09_30_drive_0028_sync 3859 l\n2011_09_30/2011_09_30_drive_0028_sync 3280 l\n2011_09_30/2011_09_30_drive_0028_sync 3383 l\n2011_09_30/2011_09_30_drive_0028_sync 2106 r\n2011_09_30/2011_09_30_drive_0028_sync 2615 r\n2011_09_30/2011_09_30_drive_0028_sync 5077 l\n2011_09_30/2011_09_30_drive_0028_sync 2643 r\n2011_09_30/2011_09_30_drive_0028_sync 2622 r\n2011_09_30/2011_09_30_drive_0028_sync 3463 r\n2011_09_30/2011_09_30_drive_0028_sync 1786 r\n2011_09_30/2011_09_30_drive_0028_sync 3495 r\n2011_09_30/2011_09_30_drive_0028_sync 3942 l\n2011_09_30/2011_09_30_drive_0028_sync 4073 r\n2011_09_30/2011_09_30_drive_0028_sync 1196 r\n2011_09_30/2011_09_30_drive_0028_sync 4183 r\n2011_09_30/2011_09_30_drive_0028_sync 470 l\n2011_09_30/2011_09_30_drive_0028_sync 3119 r\n2011_09_30/2011_09_30_drive_0028_sync 4625 l\n2011_09_30/2011_09_30_drive_0028_sync 725 l\n2011_09_30/2011_09_30_drive_0028_sync 3314 l\n2011_09_30/2011_09_30_drive_0028_sync 2850 l\n2011_09_30/2011_09_30_drive_0028_sync 287 l\n2011_09_30/2011_09_30_drive_0028_sync 5075 l\n2011_09_30/2011_09_30_drive_0028_sync 1092 l\n2011_09_30/2011_09_30_drive_0028_sync 1800 r\n2011_09_30/2011_09_30_drive_0028_sync 2094 r\n2011_09_30/2011_09_30_drive_0028_sync 1362 r\n2011_09_30/2011_09_30_drive_0028_sync 1463 l\n2011_09_30/2011_09_30_drive_0028_sync 1922 r\n2011_09_30/2011_09_30_drive_0028_sync 3807 l\n2011_09_30/2011_09_30_drive_0028_sync 3986 r\n2011_09_30/2011_09_30_drive_0028_sync 2686 l\n2011_09_30/2011_09_30_drive_0028_sync 2377 r\n2011_09_30/2011_09_30_drive_0028_sync 2910 l\n2011_09_30/2011_09_30_drive_0028_sync 4043 l\n2011_09_30/2011_09_30_drive_0028_sync 406 l\n2011_09_30/2011_09_30_drive_0028_sync 2418 l\n2011_09_30/2011_09_30_drive_0028_sync 2506 l\n2011_09_30/2011_09_30_drive_0028_sync 2791 l\n2011_09_30/2011_09_30_drive_0028_sync 2129 r\n2011_09_30/2011_09_30_drive_0028_sync 2199 l\n2011_09_30/2011_09_30_drive_0028_sync 4039 l\n2011_09_30/2011_09_30_drive_0028_sync 3104 r\n2011_09_30/2011_09_30_drive_0028_sync 2530 r\n2011_09_30/2011_09_30_drive_0028_sync 4725 r\n2011_09_30/2011_09_30_drive_0028_sync 2178 r\n2011_09_30/2011_09_30_drive_0028_sync 773 l\n2011_09_30/2011_09_30_drive_0028_sync 181 l\n2011_09_30/2011_09_30_drive_0028_sync 2214 l\n2011_09_30/2011_09_30_drive_0028_sync 988 l\n2011_09_30/2011_09_30_drive_0028_sync 3026 l\n2011_09_30/2011_09_30_drive_0028_sync 4859 l\n2011_09_30/2011_09_30_drive_0028_sync 3145 l\n2011_09_30/2011_09_30_drive_0028_sync 2426 l\n2011_09_30/2011_09_30_drive_0028_sync 627 r\n2011_09_30/2011_09_30_drive_0028_sync 855 l\n2011_09_30/2011_09_30_drive_0028_sync 2008 l\n2011_09_30/2011_09_30_drive_0028_sync 446 l\n2011_09_30/2011_09_30_drive_0028_sync 350 l\n2011_09_30/2011_09_30_drive_0028_sync 4551 r\n2011_09_30/2011_09_30_drive_0028_sync 4381 r\n2011_09_30/2011_09_30_drive_0028_sync 1699 r\n2011_09_30/2011_09_30_drive_0028_sync 5025 r\n2011_09_30/2011_09_30_drive_0028_sync 2392 r\n2011_09_30/2011_09_30_drive_0028_sync 2437 r\n2011_09_30/2011_09_30_drive_0028_sync 1067 r\n2011_09_30/2011_09_30_drive_0028_sync 861 l\n2011_09_30/2011_09_30_drive_0028_sync 1390 r\n2011_09_30/2011_09_30_drive_0028_sync 2054 r\n2011_09_30/2011_09_30_drive_0028_sync 3516 r\n2011_09_30/2011_09_30_drive_0028_sync 286 l\n2011_09_30/2011_09_30_drive_0028_sync 1854 l\n2011_09_30/2011_09_30_drive_0028_sync 625 r\n2011_09_30/2011_09_30_drive_0028_sync 428 r\n2011_09_30/2011_09_30_drive_0028_sync 2918 l\n2011_09_30/2011_09_30_drive_0028_sync 4554 r\n2011_09_30/2011_09_30_drive_0028_sync 4398 r\n2011_09_30/2011_09_30_drive_0028_sync 875 r\n2011_09_30/2011_09_30_drive_0028_sync 5127 r\n2011_09_30/2011_09_30_drive_0028_sync 3912 r\n2011_09_30/2011_09_30_drive_0028_sync 1473 r\n2011_09_30/2011_09_30_drive_0028_sync 304 l\n2011_09_30/2011_09_30_drive_0028_sync 34 l\n2011_09_30/2011_09_30_drive_0028_sync 2073 r\n2011_09_30/2011_09_30_drive_0028_sync 344 l\n2011_09_30/2011_09_30_drive_0028_sync 2467 r\n2011_09_30/2011_09_30_drive_0028_sync 2635 l\n2011_09_30/2011_09_30_drive_0028_sync 3920 r\n2011_09_30/2011_09_30_drive_0028_sync 3727 l\n2011_09_30/2011_09_30_drive_0028_sync 4883 l\n2011_09_30/2011_09_30_drive_0028_sync 2610 r\n2011_09_30/2011_09_30_drive_0028_sync 1760 l\n2011_09_30/2011_09_30_drive_0028_sync 441 r\n2011_09_30/2011_09_30_drive_0028_sync 2679 r\n2011_09_30/2011_09_30_drive_0028_sync 5052 r\n2011_09_30/2011_09_30_drive_0028_sync 2909 l\n2011_09_30/2011_09_30_drive_0028_sync 3483 r\n2011_09_30/2011_09_30_drive_0028_sync 370 l\n2011_09_30/2011_09_30_drive_0028_sync 1366 l\n2011_09_30/2011_09_30_drive_0028_sync 5057 r\n2011_09_30/2011_09_30_drive_0028_sync 522 r\n2011_09_30/2011_09_30_drive_0028_sync 1251 r\n2011_09_30/2011_09_30_drive_0028_sync 4208 l\n2011_09_30/2011_09_30_drive_0028_sync 330 r\n2011_09_30/2011_09_30_drive_0028_sync 4969 l\n2011_09_30/2011_09_30_drive_0028_sync 4368 r\n2011_09_30/2011_09_30_drive_0028_sync 1741 r\n2011_09_30/2011_09_30_drive_0028_sync 4569 r\n2011_09_30/2011_09_30_drive_0028_sync 2045 l\n2011_09_30/2011_09_30_drive_0028_sync 977 l\n2011_09_30/2011_09_30_drive_0028_sync 2288 l\n2011_09_30/2011_09_30_drive_0028_sync 3728 l\n2011_09_30/2011_09_30_drive_0028_sync 3887 l\n2011_09_30/2011_09_30_drive_0028_sync 1266 l\n2011_09_30/2011_09_30_drive_0028_sync 4076 r\n2011_09_30/2011_09_30_drive_0028_sync 2755 r\n2011_09_30/2011_09_30_drive_0028_sync 1017 r\n2011_09_30/2011_09_30_drive_0028_sync 462 l\n2011_09_30/2011_09_30_drive_0028_sync 559 l\n2011_09_30/2011_09_30_drive_0028_sync 3100 r\n2011_09_30/2011_09_30_drive_0028_sync 4386 l\n2011_09_30/2011_09_30_drive_0028_sync 160 l\n2011_09_30/2011_09_30_drive_0028_sync 2577 r\n2011_09_30/2011_09_30_drive_0028_sync 2750 l\n2011_09_30/2011_09_30_drive_0028_sync 399 l\n2011_09_30/2011_09_30_drive_0028_sync 812 l\n2011_09_30/2011_09_30_drive_0028_sync 2800 r\n2011_09_30/2011_09_30_drive_0028_sync 2724 r\n2011_09_30/2011_09_30_drive_0028_sync 1020 r\n2011_09_30/2011_09_30_drive_0028_sync 1103 r\n2011_09_30/2011_09_30_drive_0028_sync 804 r\n2011_09_30/2011_09_30_drive_0028_sync 2735 r\n2011_09_30/2011_09_30_drive_0028_sync 1885 l\n2011_09_30/2011_09_30_drive_0028_sync 2374 r\n2011_09_30/2011_09_30_drive_0028_sync 819 l\n2011_09_30/2011_09_30_drive_0028_sync 4550 l\n2011_09_30/2011_09_30_drive_0028_sync 595 l\n2011_09_30/2011_09_30_drive_0028_sync 683 l\n2011_09_30/2011_09_30_drive_0028_sync 624 l\n2011_09_30/2011_09_30_drive_0028_sync 1190 r\n2011_09_30/2011_09_30_drive_0028_sync 5165 l\n2011_09_30/2011_09_30_drive_0028_sync 3401 r\n2011_09_30/2011_09_30_drive_0028_sync 3316 l\n2011_09_30/2011_09_30_drive_0028_sync 2920 r\n2011_09_30/2011_09_30_drive_0028_sync 1895 l\n2011_09_30/2011_09_30_drive_0028_sync 4328 l\n2011_09_30/2011_09_30_drive_0028_sync 522 l\n2011_09_30/2011_09_30_drive_0028_sync 3388 l\n2011_09_30/2011_09_30_drive_0028_sync 3201 r\n2011_09_30/2011_09_30_drive_0028_sync 1769 l\n2011_09_30/2011_09_30_drive_0028_sync 775 l\n2011_09_30/2011_09_30_drive_0028_sync 1248 r\n2011_09_30/2011_09_30_drive_0028_sync 1096 l\n2011_09_30/2011_09_30_drive_0028_sync 113 r\n2011_09_30/2011_09_30_drive_0028_sync 1095 l\n2011_09_30/2011_09_30_drive_0028_sync 3767 r\n2011_09_30/2011_09_30_drive_0028_sync 336 r\n2011_09_30/2011_09_30_drive_0028_sync 3971 r\n2011_09_30/2011_09_30_drive_0028_sync 2023 l\n2011_09_30/2011_09_30_drive_0028_sync 3412 l\n2011_09_30/2011_09_30_drive_0028_sync 1837 r\n2011_09_30/2011_09_30_drive_0028_sync 79 l\n2011_09_30/2011_09_30_drive_0028_sync 4419 l\n2011_09_30/2011_09_30_drive_0028_sync 5085 r\n2011_09_30/2011_09_30_drive_0028_sync 3041 l\n2011_09_30/2011_09_30_drive_0028_sync 4977 l\n2011_09_30/2011_09_30_drive_0028_sync 3717 r\n2011_09_30/2011_09_30_drive_0028_sync 4233 l\n2011_09_30/2011_09_30_drive_0028_sync 4417 r\n2011_09_30/2011_09_30_drive_0028_sync 4884 l\n2011_09_30/2011_09_30_drive_0028_sync 3385 l\n2011_09_30/2011_09_30_drive_0028_sync 367 l\n2011_09_30/2011_09_30_drive_0028_sync 1113 r\n2011_09_30/2011_09_30_drive_0028_sync 4370 r\n2011_09_30/2011_09_30_drive_0028_sync 1503 l\n2011_09_30/2011_09_30_drive_0028_sync 3980 l\n2011_09_30/2011_09_30_drive_0028_sync 2215 l\n2011_09_30/2011_09_30_drive_0028_sync 3679 r\n2011_09_30/2011_09_30_drive_0028_sync 1442 l\n2011_09_30/2011_09_30_drive_0028_sync 3585 r\n2011_09_30/2011_09_30_drive_0028_sync 5158 l\n2011_09_30/2011_09_30_drive_0028_sync 2066 r\n2011_09_30/2011_09_30_drive_0028_sync 3788 r\n2011_09_30/2011_09_30_drive_0028_sync 3101 r\n2011_09_30/2011_09_30_drive_0028_sync 1711 r\n2011_09_30/2011_09_30_drive_0028_sync 309 l\n2011_09_30/2011_09_30_drive_0028_sync 253 l\n2011_09_30/2011_09_30_drive_0028_sync 4967 r\n2011_09_30/2011_09_30_drive_0028_sync 4277 l\n2011_09_30/2011_09_30_drive_0028_sync 869 l\n2011_09_30/2011_09_30_drive_0028_sync 2648 r\n2011_09_30/2011_09_30_drive_0028_sync 4119 r\n2011_09_30/2011_09_30_drive_0028_sync 2863 l\n2011_09_30/2011_09_30_drive_0028_sync 1680 l\n2011_09_30/2011_09_30_drive_0028_sync 4364 r\n2011_09_30/2011_09_30_drive_0028_sync 1300 r\n2011_09_30/2011_09_30_drive_0028_sync 2263 r\n2011_09_30/2011_09_30_drive_0028_sync 635 l\n2011_09_30/2011_09_30_drive_0028_sync 4651 r\n2011_09_30/2011_09_30_drive_0028_sync 2319 l\n2011_09_30/2011_09_30_drive_0028_sync 4980 l\n2011_09_30/2011_09_30_drive_0028_sync 1376 r\n2011_09_30/2011_09_30_drive_0028_sync 4383 l\n2011_09_30/2011_09_30_drive_0028_sync 379 r\n2011_09_30/2011_09_30_drive_0028_sync 4455 r\n2011_09_30/2011_09_30_drive_0028_sync 4445 r\n2011_09_30/2011_09_30_drive_0028_sync 1054 l\n2011_09_30/2011_09_30_drive_0028_sync 1294 l\n2011_09_30/2011_09_30_drive_0028_sync 2588 l\n2011_09_30/2011_09_30_drive_0028_sync 5079 l\n2011_09_30/2011_09_30_drive_0028_sync 4377 r\n2011_09_30/2011_09_30_drive_0028_sync 4819 r\n2011_09_30/2011_09_30_drive_0028_sync 3664 l\n2011_09_30/2011_09_30_drive_0028_sync 439 r\n2011_09_30/2011_09_30_drive_0028_sync 2186 l\n2011_09_30/2011_09_30_drive_0028_sync 3974 r\n2011_09_30/2011_09_30_drive_0028_sync 2333 l\n2011_09_30/2011_09_30_drive_0028_sync 3300 l\n2011_09_30/2011_09_30_drive_0028_sync 515 r\n2011_09_30/2011_09_30_drive_0028_sync 830 r\n2011_09_30/2011_09_30_drive_0028_sync 2748 r\n2011_09_30/2011_09_30_drive_0028_sync 1672 l\n2011_09_30/2011_09_30_drive_0028_sync 5020 l\n2011_09_30/2011_09_30_drive_0028_sync 2014 l\n2011_09_30/2011_09_30_drive_0028_sync 1180 r\n2011_09_30/2011_09_30_drive_0028_sync 254 r\n2011_09_30/2011_09_30_drive_0028_sync 3766 r\n2011_09_30/2011_09_30_drive_0028_sync 4603 l\n2011_09_30/2011_09_30_drive_0028_sync 5045 l\n2011_09_30/2011_09_30_drive_0028_sync 386 r\n2011_09_30/2011_09_30_drive_0028_sync 131 l\n2011_09_30/2011_09_30_drive_0028_sync 3528 l\n2011_09_30/2011_09_30_drive_0028_sync 4366 l\n2011_09_30/2011_09_30_drive_0028_sync 5126 l\n2011_09_30/2011_09_30_drive_0028_sync 4781 r\n2011_09_30/2011_09_30_drive_0028_sync 2010 l\n2011_09_30/2011_09_30_drive_0028_sync 1626 r\n2011_09_30/2011_09_30_drive_0028_sync 1805 r\n2011_09_30/2011_09_30_drive_0028_sync 1497 r\n2011_09_30/2011_09_30_drive_0028_sync 3567 l\n2011_09_30/2011_09_30_drive_0028_sync 4498 r\n2011_09_30/2011_09_30_drive_0028_sync 3561 r\n2011_09_30/2011_09_30_drive_0028_sync 3942 r\n2011_09_30/2011_09_30_drive_0028_sync 717 l\n2011_09_30/2011_09_30_drive_0028_sync 692 r\n2011_09_30/2011_09_30_drive_0028_sync 783 r\n2011_09_30/2011_09_30_drive_0028_sync 1301 l\n2011_09_30/2011_09_30_drive_0028_sync 430 r\n2011_09_30/2011_09_30_drive_0028_sync 4789 l\n2011_09_30/2011_09_30_drive_0028_sync 2326 l\n2011_09_30/2011_09_30_drive_0028_sync 1250 l\n2011_09_30/2011_09_30_drive_0028_sync 4781 l\n2011_09_30/2011_09_30_drive_0028_sync 1665 r\n2011_09_30/2011_09_30_drive_0028_sync 3408 l\n2011_09_30/2011_09_30_drive_0028_sync 2692 r\n2011_09_30/2011_09_30_drive_0028_sync 3538 r\n2011_09_30/2011_09_30_drive_0028_sync 215 l\n2011_09_30/2011_09_30_drive_0028_sync 542 l\n2011_09_30/2011_09_30_drive_0028_sync 3740 r\n2011_09_30/2011_09_30_drive_0028_sync 2754 r\n2011_09_30/2011_09_30_drive_0028_sync 4862 r\n2011_09_30/2011_09_30_drive_0028_sync 159 r\n2011_09_30/2011_09_30_drive_0028_sync 140 l\n2011_09_30/2011_09_30_drive_0028_sync 3669 r\n2011_09_30/2011_09_30_drive_0028_sync 2458 r\n2011_09_30/2011_09_30_drive_0028_sync 1016 r\n2011_09_30/2011_09_30_drive_0028_sync 981 r\n2011_09_30/2011_09_30_drive_0028_sync 5083 l\n2011_09_30/2011_09_30_drive_0028_sync 2640 r\n2011_09_30/2011_09_30_drive_0028_sync 3281 l\n2011_09_30/2011_09_30_drive_0028_sync 918 r\n2011_09_30/2011_09_30_drive_0028_sync 3634 l\n2011_09_30/2011_09_30_drive_0028_sync 2375 l\n2011_09_30/2011_09_30_drive_0028_sync 856 l\n2011_09_30/2011_09_30_drive_0028_sync 890 r\n2011_09_30/2011_09_30_drive_0028_sync 4092 r\n2011_09_30/2011_09_30_drive_0028_sync 3839 l\n2011_09_30/2011_09_30_drive_0028_sync 3336 l\n2011_09_30/2011_09_30_drive_0028_sync 3345 l\n2011_09_30/2011_09_30_drive_0028_sync 3381 r\n2011_09_30/2011_09_30_drive_0028_sync 1944 l\n2011_09_30/2011_09_30_drive_0028_sync 4681 l\n2011_09_30/2011_09_30_drive_0028_sync 512 r\n2011_09_30/2011_09_30_drive_0028_sync 346 l\n2011_09_30/2011_09_30_drive_0028_sync 56 r\n2011_09_30/2011_09_30_drive_0028_sync 526 l\n2011_09_30/2011_09_30_drive_0028_sync 2421 r\n2011_09_30/2011_09_30_drive_0028_sync 4434 r\n2011_09_30/2011_09_30_drive_0028_sync 2838 r\n2011_09_30/2011_09_30_drive_0028_sync 2169 r\n2011_09_30/2011_09_30_drive_0028_sync 2763 r\n2011_09_30/2011_09_30_drive_0028_sync 3918 l\n2011_09_30/2011_09_30_drive_0028_sync 4898 l\n2011_09_30/2011_09_30_drive_0028_sync 4510 r\n2011_09_30/2011_09_30_drive_0028_sync 3440 l\n2011_09_30/2011_09_30_drive_0028_sync 2996 l\n2011_09_30/2011_09_30_drive_0028_sync 4552 r\n2011_09_30/2011_09_30_drive_0028_sync 2794 r\n2011_09_30/2011_09_30_drive_0028_sync 1926 r\n2011_09_30/2011_09_30_drive_0028_sync 2460 l\n2011_09_30/2011_09_30_drive_0028_sync 941 r\n2011_09_30/2011_09_30_drive_0028_sync 3547 r\n2011_09_30/2011_09_30_drive_0028_sync 3451 r\n2011_09_30/2011_09_30_drive_0028_sync 2041 l\n2011_09_30/2011_09_30_drive_0028_sync 2609 r\n2011_09_30/2011_09_30_drive_0028_sync 355 l\n2011_09_30/2011_09_30_drive_0028_sync 3207 r\n2011_09_30/2011_09_30_drive_0028_sync 654 r\n2011_09_30/2011_09_30_drive_0028_sync 143 l\n2011_09_30/2011_09_30_drive_0028_sync 696 l\n2011_09_30/2011_09_30_drive_0028_sync 3154 l\n2011_09_30/2011_09_30_drive_0028_sync 3779 l\n2011_09_30/2011_09_30_drive_0028_sync 3642 l\n2011_09_30/2011_09_30_drive_0028_sync 5093 l\n2011_09_30/2011_09_30_drive_0028_sync 4596 r\n2011_09_30/2011_09_30_drive_0028_sync 2916 r\n2011_09_30/2011_09_30_drive_0028_sync 3407 l\n2011_09_30/2011_09_30_drive_0028_sync 1754 l\n2011_09_30/2011_09_30_drive_0028_sync 1433 r\n2011_09_30/2011_09_30_drive_0028_sync 5094 l\n2011_09_30/2011_09_30_drive_0028_sync 4586 r\n2011_09_30/2011_09_30_drive_0028_sync 2165 l\n2011_09_30/2011_09_30_drive_0028_sync 527 l\n2011_09_30/2011_09_30_drive_0028_sync 2714 r\n2011_09_30/2011_09_30_drive_0028_sync 2576 l\n2011_09_30/2011_09_30_drive_0028_sync 1428 r\n2011_09_30/2011_09_30_drive_0028_sync 3309 l\n2011_09_30/2011_09_30_drive_0028_sync 2580 r\n2011_09_30/2011_09_30_drive_0028_sync 589 r\n2011_09_30/2011_09_30_drive_0028_sync 983 r\n2011_09_30/2011_09_30_drive_0028_sync 2871 l\n2011_09_30/2011_09_30_drive_0028_sync 2143 l\n2011_09_30/2011_09_30_drive_0028_sync 3676 r\n2011_09_30/2011_09_30_drive_0028_sync 3889 r\n2011_09_30/2011_09_30_drive_0028_sync 3791 r\n2011_09_30/2011_09_30_drive_0028_sync 3508 r\n2011_09_30/2011_09_30_drive_0028_sync 597 r\n2011_09_30/2011_09_30_drive_0028_sync 3476 l\n2011_09_30/2011_09_30_drive_0028_sync 4667 r\n2011_09_30/2011_09_30_drive_0028_sync 2262 l\n2011_09_30/2011_09_30_drive_0028_sync 4768 l\n2011_09_30/2011_09_30_drive_0028_sync 5014 l\n2011_09_30/2011_09_30_drive_0028_sync 3143 l\n2011_09_30/2011_09_30_drive_0028_sync 2252 l\n2011_09_30/2011_09_30_drive_0028_sync 1643 r\n2011_09_30/2011_09_30_drive_0028_sync 4825 r\n2011_09_30/2011_09_30_drive_0028_sync 2502 r\n2011_09_30/2011_09_30_drive_0028_sync 2551 r\n2011_09_30/2011_09_30_drive_0028_sync 4640 l\n2011_09_30/2011_09_30_drive_0028_sync 4602 l\n2011_09_30/2011_09_30_drive_0028_sync 2435 l\n2011_09_30/2011_09_30_drive_0028_sync 5 r\n2011_09_30/2011_09_30_drive_0028_sync 913 r\n2011_09_30/2011_09_30_drive_0028_sync 4710 r\n2011_09_30/2011_09_30_drive_0028_sync 2229 l\n2011_09_30/2011_09_30_drive_0028_sync 3590 r\n2011_09_30/2011_09_30_drive_0028_sync 3243 r\n2011_09_30/2011_09_30_drive_0028_sync 3549 l\n2011_09_30/2011_09_30_drive_0028_sync 4092 l\n2011_09_30/2011_09_30_drive_0028_sync 794 l\n2011_09_30/2011_09_30_drive_0028_sync 1540 r\n2011_09_30/2011_09_30_drive_0028_sync 2116 l\n2011_09_30/2011_09_30_drive_0028_sync 1899 r\n2011_09_30/2011_09_30_drive_0028_sync 4782 l\n2011_09_30/2011_09_30_drive_0028_sync 2203 l\n2011_09_30/2011_09_30_drive_0028_sync 41 l\n2011_09_30/2011_09_30_drive_0028_sync 1495 l\n2011_09_30/2011_09_30_drive_0028_sync 3725 r\n2011_09_30/2011_09_30_drive_0028_sync 1286 r\n2011_09_30/2011_09_30_drive_0028_sync 4798 r\n2011_09_30/2011_09_30_drive_0028_sync 1372 r\n2011_09_30/2011_09_30_drive_0028_sync 320 r\n2011_09_30/2011_09_30_drive_0028_sync 902 r\n2011_09_30/2011_09_30_drive_0028_sync 2378 l\n2011_09_30/2011_09_30_drive_0028_sync 471 l\n2011_09_30/2011_09_30_drive_0028_sync 423 l\n2011_09_30/2011_09_30_drive_0028_sync 3938 r\n2011_09_30/2011_09_30_drive_0028_sync 4810 r\n2011_09_30/2011_09_30_drive_0028_sync 4938 r\n2011_09_30/2011_09_30_drive_0028_sync 4599 r\n2011_09_30/2011_09_30_drive_0028_sync 4215 r\n2011_09_30/2011_09_30_drive_0028_sync 3358 l\n2011_09_30/2011_09_30_drive_0028_sync 2736 r\n2011_09_30/2011_09_30_drive_0028_sync 2174 r\n2011_09_30/2011_09_30_drive_0028_sync 2234 r\n2011_09_30/2011_09_30_drive_0028_sync 2544 r\n2011_09_30/2011_09_30_drive_0028_sync 4755 l\n2011_09_30/2011_09_30_drive_0028_sync 1764 r\n2011_09_30/2011_09_30_drive_0028_sync 3868 r\n2011_09_30/2011_09_30_drive_0028_sync 2093 r\n2011_09_30/2011_09_30_drive_0028_sync 4804 l\n2011_09_30/2011_09_30_drive_0028_sync 1766 l\n2011_09_30/2011_09_30_drive_0028_sync 3833 l\n2011_09_30/2011_09_30_drive_0028_sync 1207 l\n2011_09_30/2011_09_30_drive_0028_sync 2977 r\n2011_09_30/2011_09_30_drive_0028_sync 4829 r\n2011_09_30/2011_09_30_drive_0028_sync 2129 l\n2011_09_30/2011_09_30_drive_0028_sync 3755 r\n2011_09_30/2011_09_30_drive_0028_sync 2693 l\n2011_09_30/2011_09_30_drive_0028_sync 3764 l\n2011_09_30/2011_09_30_drive_0028_sync 3016 r\n2011_09_30/2011_09_30_drive_0028_sync 1112 l\n2011_09_30/2011_09_30_drive_0028_sync 2335 l\n2011_09_30/2011_09_30_drive_0028_sync 1550 r\n2011_09_30/2011_09_30_drive_0028_sync 4988 l\n2011_09_30/2011_09_30_drive_0028_sync 3199 l\n2011_09_30/2011_09_30_drive_0028_sync 1164 r\n2011_09_30/2011_09_30_drive_0028_sync 3587 l\n2011_09_30/2011_09_30_drive_0028_sync 1969 r\n2011_09_30/2011_09_30_drive_0028_sync 3505 r\n2011_09_30/2011_09_30_drive_0028_sync 3953 r\n2011_09_30/2011_09_30_drive_0028_sync 1109 l\n2011_09_30/2011_09_30_drive_0028_sync 528 r\n2011_09_30/2011_09_30_drive_0028_sync 10 l\n2011_09_30/2011_09_30_drive_0028_sync 4449 r\n2011_09_30/2011_09_30_drive_0028_sync 2918 r\n2011_09_30/2011_09_30_drive_0028_sync 3179 r\n2011_09_30/2011_09_30_drive_0028_sync 1946 r\n2011_09_30/2011_09_30_drive_0028_sync 4598 r\n2011_09_30/2011_09_30_drive_0028_sync 2505 r\n2011_09_30/2011_09_30_drive_0028_sync 2310 l\n2011_09_30/2011_09_30_drive_0028_sync 2480 l\n2011_09_30/2011_09_30_drive_0028_sync 2105 l\n2011_09_30/2011_09_30_drive_0028_sync 745 r\n2011_09_30/2011_09_30_drive_0028_sync 3633 r\n2011_09_30/2011_09_30_drive_0028_sync 2534 r\n2011_09_30/2011_09_30_drive_0028_sync 2796 r\n2011_09_30/2011_09_30_drive_0028_sync 2792 l\n2011_09_30/2011_09_30_drive_0028_sync 3386 l\n2011_09_30/2011_09_30_drive_0028_sync 4269 l\n2011_09_30/2011_09_30_drive_0028_sync 2353 l\n2011_09_30/2011_09_30_drive_0028_sync 1424 l\n2011_09_30/2011_09_30_drive_0028_sync 3465 l\n2011_09_30/2011_09_30_drive_0028_sync 1292 r\n2011_09_30/2011_09_30_drive_0028_sync 1968 r\n2011_09_30/2011_09_30_drive_0028_sync 651 r\n2011_09_30/2011_09_30_drive_0028_sync 2710 r\n2011_09_30/2011_09_30_drive_0028_sync 13 l\n2011_09_30/2011_09_30_drive_0028_sync 4445 l\n2011_09_30/2011_09_30_drive_0028_sync 854 l\n2011_09_30/2011_09_30_drive_0028_sync 3085 r\n2011_09_30/2011_09_30_drive_0028_sync 215 r\n2011_09_30/2011_09_30_drive_0028_sync 2736 l\n2011_09_30/2011_09_30_drive_0028_sync 4820 l\n2011_09_30/2011_09_30_drive_0028_sync 2535 l\n2011_09_30/2011_09_30_drive_0028_sync 1363 r\n2011_09_30/2011_09_30_drive_0028_sync 378 l\n2011_09_30/2011_09_30_drive_0028_sync 3028 l\n2011_09_30/2011_09_30_drive_0028_sync 4155 l\n2011_09_30/2011_09_30_drive_0028_sync 1108 r\n2011_09_30/2011_09_30_drive_0028_sync 355 r\n2011_09_30/2011_09_30_drive_0028_sync 4189 r\n2011_09_30/2011_09_30_drive_0028_sync 1044 l\n2011_09_30/2011_09_30_drive_0028_sync 1059 l\n2011_09_30/2011_09_30_drive_0028_sync 4892 r\n2011_09_30/2011_09_30_drive_0028_sync 3447 r\n2011_09_30/2011_09_30_drive_0028_sync 4177 r\n2011_09_30/2011_09_30_drive_0028_sync 5107 l\n2011_09_30/2011_09_30_drive_0028_sync 370 r\n2011_09_30/2011_09_30_drive_0028_sync 4524 l\n2011_09_30/2011_09_30_drive_0028_sync 4241 r\n2011_09_30/2011_09_30_drive_0028_sync 2728 l\n2011_09_30/2011_09_30_drive_0028_sync 2099 l\n2011_09_30/2011_09_30_drive_0028_sync 2137 l\n2011_09_30/2011_09_30_drive_0028_sync 2706 r\n2011_09_30/2011_09_30_drive_0028_sync 3762 l\n2011_09_30/2011_09_30_drive_0028_sync 2320 l\n2011_09_30/2011_09_30_drive_0028_sync 2355 r\n2011_09_30/2011_09_30_drive_0028_sync 1729 l\n2011_09_30/2011_09_30_drive_0028_sync 4846 l\n2011_09_30/2011_09_30_drive_0028_sync 2585 r\n2011_09_30/2011_09_30_drive_0028_sync 138 r\n2011_09_30/2011_09_30_drive_0028_sync 4667 l\n2011_09_30/2011_09_30_drive_0028_sync 3640 l\n2011_09_30/2011_09_30_drive_0028_sync 2307 r\n2011_09_30/2011_09_30_drive_0028_sync 2570 l\n2011_09_30/2011_09_30_drive_0028_sync 3870 r\n2011_09_30/2011_09_30_drive_0028_sync 4583 l\n2011_09_30/2011_09_30_drive_0028_sync 5038 l\n2011_09_30/2011_09_30_drive_0028_sync 1303 r\n2011_09_30/2011_09_30_drive_0028_sync 3927 r\n2011_09_30/2011_09_30_drive_0028_sync 1472 l\n2011_09_30/2011_09_30_drive_0028_sync 1966 r\n2011_09_30/2011_09_30_drive_0028_sync 1715 l\n2011_09_30/2011_09_30_drive_0028_sync 291 l\n2011_09_30/2011_09_30_drive_0028_sync 4536 l\n2011_09_30/2011_09_30_drive_0028_sync 1311 r\n2011_09_30/2011_09_30_drive_0028_sync 856 r\n2011_09_30/2011_09_30_drive_0028_sync 4091 l\n2011_09_30/2011_09_30_drive_0028_sync 3794 l\n2011_09_30/2011_09_30_drive_0028_sync 3128 l\n2011_09_30/2011_09_30_drive_0028_sync 4054 l\n2011_09_30/2011_09_30_drive_0028_sync 2324 r\n2011_09_30/2011_09_30_drive_0028_sync 3902 r\n2011_09_30/2011_09_30_drive_0028_sync 92 l\n2011_09_30/2011_09_30_drive_0028_sync 3812 l\n2011_09_30/2011_09_30_drive_0028_sync 2783 l\n2011_09_30/2011_09_30_drive_0028_sync 1681 l\n2011_09_30/2011_09_30_drive_0028_sync 4696 r\n2011_09_30/2011_09_30_drive_0028_sync 4974 r\n2011_09_30/2011_09_30_drive_0028_sync 4547 r\n2011_09_30/2011_09_30_drive_0028_sync 3213 l\n2011_09_30/2011_09_30_drive_0028_sync 4872 r\n2011_09_30/2011_09_30_drive_0028_sync 3299 r\n2011_09_30/2011_09_30_drive_0028_sync 2668 l\n2011_09_30/2011_09_30_drive_0028_sync 3273 l\n2011_09_30/2011_09_30_drive_0028_sync 5031 l\n2011_09_30/2011_09_30_drive_0028_sync 185 l\n2011_09_30/2011_09_30_drive_0028_sync 921 l\n2011_09_30/2011_09_30_drive_0028_sync 513 r\n2011_09_30/2011_09_30_drive_0028_sync 3133 r\n2011_09_30/2011_09_30_drive_0028_sync 1128 r\n2011_09_30/2011_09_30_drive_0028_sync 1701 r\n2011_09_30/2011_09_30_drive_0028_sync 292 r\n2011_09_30/2011_09_30_drive_0028_sync 2713 l\n2011_09_30/2011_09_30_drive_0028_sync 773 r\n2011_09_30/2011_09_30_drive_0028_sync 2067 l\n2011_09_30/2011_09_30_drive_0028_sync 321 l\n2011_09_30/2011_09_30_drive_0028_sync 4255 r\n2011_09_30/2011_09_30_drive_0028_sync 2251 l\n2011_09_30/2011_09_30_drive_0028_sync 2271 r\n2011_09_30/2011_09_30_drive_0028_sync 2961 l\n2011_09_30/2011_09_30_drive_0028_sync 4351 r\n2011_09_30/2011_09_30_drive_0028_sync 1359 l\n2011_09_30/2011_09_30_drive_0028_sync 3714 r\n2011_09_30/2011_09_30_drive_0028_sync 1246 r\n2011_09_30/2011_09_30_drive_0028_sync 4605 l\n2011_09_30/2011_09_30_drive_0028_sync 4369 r\n2011_09_30/2011_09_30_drive_0028_sync 3665 l\n2011_09_30/2011_09_30_drive_0028_sync 1652 r\n2011_09_30/2011_09_30_drive_0028_sync 1592 r\n2011_09_30/2011_09_30_drive_0028_sync 4853 l\n2011_09_30/2011_09_30_drive_0028_sync 1975 r\n2011_09_30/2011_09_30_drive_0028_sync 1637 l\n2011_09_30/2011_09_30_drive_0028_sync 4848 r\n2011_09_30/2011_09_30_drive_0028_sync 2217 l\n2011_09_30/2011_09_30_drive_0028_sync 1959 r\n2011_09_30/2011_09_30_drive_0028_sync 73 r\n2011_09_30/2011_09_30_drive_0028_sync 4507 l\n2011_09_30/2011_09_30_drive_0028_sync 4467 l\n2011_09_30/2011_09_30_drive_0028_sync 4703 r\n2011_09_30/2011_09_30_drive_0028_sync 3083 l\n2011_09_30/2011_09_30_drive_0028_sync 1927 l\n2011_09_30/2011_09_30_drive_0028_sync 3600 l\n2011_09_30/2011_09_30_drive_0028_sync 2733 r\n2011_09_30/2011_09_30_drive_0028_sync 4675 r\n2011_09_30/2011_09_30_drive_0028_sync 3131 r\n2011_09_30/2011_09_30_drive_0028_sync 3095 l\n2011_09_30/2011_09_30_drive_0028_sync 4205 l\n2011_09_30/2011_09_30_drive_0028_sync 2752 r\n2011_09_30/2011_09_30_drive_0028_sync 1375 r\n2011_09_30/2011_09_30_drive_0028_sync 3489 r\n2011_09_30/2011_09_30_drive_0028_sync 1099 r\n2011_09_30/2011_09_30_drive_0028_sync 4678 r\n2011_09_30/2011_09_30_drive_0028_sync 3157 r\n2011_09_30/2011_09_30_drive_0028_sync 358 l\n2011_09_30/2011_09_30_drive_0028_sync 2556 l\n2011_09_30/2011_09_30_drive_0028_sync 2584 l\n2011_09_30/2011_09_30_drive_0028_sync 1961 l\n2011_09_30/2011_09_30_drive_0028_sync 1199 r\n2011_09_30/2011_09_30_drive_0028_sync 2720 l\n2011_09_30/2011_09_30_drive_0028_sync 4150 r\n2011_09_30/2011_09_30_drive_0028_sync 3597 r\n2011_09_30/2011_09_30_drive_0028_sync 540 l\n2011_09_30/2011_09_30_drive_0028_sync 3189 r\n2011_09_30/2011_09_30_drive_0028_sync 1704 l\n2011_09_30/2011_09_30_drive_0028_sync 2843 l\n2011_09_30/2011_09_30_drive_0028_sync 284 l\n2011_09_30/2011_09_30_drive_0028_sync 90 l\n2011_09_30/2011_09_30_drive_0028_sync 1090 r\n2011_09_30/2011_09_30_drive_0028_sync 4235 l\n2011_09_30/2011_09_30_drive_0028_sync 193 l\n2011_09_30/2011_09_30_drive_0028_sync 381 r\n2011_09_30/2011_09_30_drive_0028_sync 873 r\n2011_09_30/2011_09_30_drive_0028_sync 4038 r\n2011_09_30/2011_09_30_drive_0028_sync 5149 r\n2011_09_30/2011_09_30_drive_0028_sync 946 l\n2011_09_30/2011_09_30_drive_0028_sync 154 r\n2011_09_30/2011_09_30_drive_0028_sync 3610 l\n2011_09_30/2011_09_30_drive_0028_sync 1564 r\n2011_09_30/2011_09_30_drive_0028_sync 4518 r\n2011_09_30/2011_09_30_drive_0028_sync 1243 l\n2011_09_30/2011_09_30_drive_0028_sync 1169 r\n2011_09_30/2011_09_30_drive_0028_sync 2017 l\n2011_09_30/2011_09_30_drive_0028_sync 4892 l\n2011_09_30/2011_09_30_drive_0028_sync 3290 r\n2011_09_30/2011_09_30_drive_0028_sync 332 l\n2011_09_30/2011_09_30_drive_0028_sync 242 l\n2011_09_30/2011_09_30_drive_0028_sync 788 r\n2011_09_30/2011_09_30_drive_0028_sync 308 l\n2011_09_30/2011_09_30_drive_0028_sync 4914 l\n2011_09_30/2011_09_30_drive_0028_sync 1819 l\n2011_09_30/2011_09_30_drive_0028_sync 443 l\n2011_09_30/2011_09_30_drive_0028_sync 1635 l\n2011_09_30/2011_09_30_drive_0028_sync 1355 r\n2011_09_30/2011_09_30_drive_0028_sync 3065 r\n2011_09_30/2011_09_30_drive_0028_sync 30 l\n2011_09_30/2011_09_30_drive_0028_sync 816 r\n2011_09_30/2011_09_30_drive_0028_sync 4953 l\n2011_09_30/2011_09_30_drive_0028_sync 2626 l\n2011_09_30/2011_09_30_drive_0028_sync 1811 l\n2011_09_30/2011_09_30_drive_0028_sync 4510 l\n2011_09_30/2011_09_30_drive_0028_sync 3342 l\n2011_09_30/2011_09_30_drive_0028_sync 4079 l\n2011_09_30/2011_09_30_drive_0028_sync 5098 r\n2011_09_30/2011_09_30_drive_0028_sync 1459 r\n2011_09_30/2011_09_30_drive_0028_sync 2895 r\n2011_09_30/2011_09_30_drive_0028_sync 1102 l\n2011_09_30/2011_09_30_drive_0028_sync 1278 l\n2011_09_30/2011_09_30_drive_0028_sync 3419 l\n2011_09_30/2011_09_30_drive_0028_sync 1080 l\n2011_09_30/2011_09_30_drive_0028_sync 2402 l\n2011_09_30/2011_09_30_drive_0028_sync 1838 l\n2011_09_30/2011_09_30_drive_0028_sync 2408 r\n2011_09_30/2011_09_30_drive_0028_sync 2904 l\n2011_09_30/2011_09_30_drive_0028_sync 4157 l\n2011_09_30/2011_09_30_drive_0028_sync 349 r\n2011_09_30/2011_09_30_drive_0028_sync 4581 l\n2011_09_30/2011_09_30_drive_0028_sync 5066 l\n2011_09_30/2011_09_30_drive_0028_sync 433 l\n2011_09_30/2011_09_30_drive_0028_sync 3562 l\n2011_09_30/2011_09_30_drive_0028_sync 5172 l\n2011_09_30/2011_09_30_drive_0028_sync 3097 l\n2011_09_30/2011_09_30_drive_0028_sync 2632 l\n2011_09_30/2011_09_30_drive_0028_sync 3913 l\n2011_09_30/2011_09_30_drive_0028_sync 4714 r\n2011_09_30/2011_09_30_drive_0028_sync 1417 l\n2011_09_30/2011_09_30_drive_0028_sync 3566 r\n2011_09_30/2011_09_30_drive_0028_sync 4271 r\n2011_09_30/2011_09_30_drive_0028_sync 1005 r\n2011_09_30/2011_09_30_drive_0028_sync 1483 r\n2011_09_30/2011_09_30_drive_0028_sync 3365 l\n2011_09_30/2011_09_30_drive_0028_sync 486 r\n2011_09_30/2011_09_30_drive_0028_sync 2811 r\n2011_09_30/2011_09_30_drive_0028_sync 5012 r\n2011_09_30/2011_09_30_drive_0028_sync 1340 l\n2011_09_30/2011_09_30_drive_0028_sync 1386 l\n2011_09_30/2011_09_30_drive_0028_sync 505 r\n2011_09_30/2011_09_30_drive_0028_sync 3222 r\n2011_09_30/2011_09_30_drive_0028_sync 3680 l\n2011_09_30/2011_09_30_drive_0028_sync 1269 l\n2011_09_30/2011_09_30_drive_0028_sync 2941 l\n2011_09_30/2011_09_30_drive_0028_sync 5044 l\n2011_09_30/2011_09_30_drive_0028_sync 4340 r\n2011_09_30/2011_09_30_drive_0028_sync 942 l\n2011_09_30/2011_09_30_drive_0028_sync 4052 l\n2011_09_30/2011_09_30_drive_0028_sync 4809 r\n2011_09_30/2011_09_30_drive_0028_sync 3239 r\n2011_09_30/2011_09_30_drive_0028_sync 3091 r\n2011_09_30/2011_09_30_drive_0028_sync 2419 r\n2011_09_30/2011_09_30_drive_0028_sync 4094 r\n2011_09_30/2011_09_30_drive_0028_sync 3449 r\n2011_09_30/2011_09_30_drive_0028_sync 1815 r\n2011_09_30/2011_09_30_drive_0028_sync 3786 r\n2011_09_30/2011_09_30_drive_0028_sync 3377 r\n2011_09_30/2011_09_30_drive_0028_sync 4292 r\n2011_09_30/2011_09_30_drive_0028_sync 206 l\n2011_09_30/2011_09_30_drive_0028_sync 2167 r\n2011_09_30/2011_09_30_drive_0028_sync 1029 r\n2011_09_30/2011_09_30_drive_0028_sync 3419 r\n2011_09_30/2011_09_30_drive_0028_sync 2323 l\n2011_09_30/2011_09_30_drive_0028_sync 3790 l\n2011_09_30/2011_09_30_drive_0028_sync 438 r\n2011_09_30/2011_09_30_drive_0028_sync 3922 l\n2011_09_30/2011_09_30_drive_0028_sync 3759 r\n2011_09_30/2011_09_30_drive_0028_sync 3156 r\n2011_09_30/2011_09_30_drive_0028_sync 969 r\n2011_09_30/2011_09_30_drive_0028_sync 3550 r\n2011_09_30/2011_09_30_drive_0028_sync 688 l\n2011_09_30/2011_09_30_drive_0028_sync 2508 l\n2011_09_30/2011_09_30_drive_0028_sync 1731 r\n2011_09_30/2011_09_30_drive_0028_sync 874 l\n2011_09_30/2011_09_30_drive_0028_sync 289 l\n2011_09_30/2011_09_30_drive_0028_sync 4966 l\n2011_09_30/2011_09_30_drive_0028_sync 2363 l\n2011_09_30/2011_09_30_drive_0028_sync 1898 l\n2011_09_30/2011_09_30_drive_0028_sync 4499 r\n2011_09_30/2011_09_30_drive_0028_sync 2874 r\n2011_09_30/2011_09_30_drive_0028_sync 4207 r\n2011_09_30/2011_09_30_drive_0028_sync 4436 r\n2011_09_30/2011_09_30_drive_0028_sync 1974 r\n2011_09_30/2011_09_30_drive_0028_sync 327 l\n2011_09_30/2011_09_30_drive_0028_sync 2689 r\n2011_09_30/2011_09_30_drive_0028_sync 1405 l\n2011_09_30/2011_09_30_drive_0028_sync 4587 r\n2011_09_30/2011_09_30_drive_0028_sync 2582 r\n2011_09_30/2011_09_30_drive_0028_sync 3289 r\n2011_09_30/2011_09_30_drive_0028_sync 3406 r\n2011_09_30/2011_09_30_drive_0028_sync 4268 l\n2011_09_30/2011_09_30_drive_0028_sync 3728 r\n2011_09_30/2011_09_30_drive_0028_sync 992 l\n2011_09_30/2011_09_30_drive_0028_sync 1114 r\n2011_09_30/2011_09_30_drive_0028_sync 1919 r\n2011_09_30/2011_09_30_drive_0028_sync 879 l\n2011_09_30/2011_09_30_drive_0028_sync 3296 r\n2011_09_30/2011_09_30_drive_0028_sync 42 r\n2011_09_30/2011_09_30_drive_0028_sync 1107 r\n2011_09_30/2011_09_30_drive_0028_sync 3672 r\n2011_09_30/2011_09_30_drive_0028_sync 4280 l\n2011_09_30/2011_09_30_drive_0028_sync 4501 l\n2011_09_30/2011_09_30_drive_0028_sync 2628 r\n2011_09_30/2011_09_30_drive_0028_sync 3814 r\n2011_09_30/2011_09_30_drive_0028_sync 1351 r\n2011_09_30/2011_09_30_drive_0028_sync 43 r\n2011_09_30/2011_09_30_drive_0028_sync 1056 r\n2011_09_30/2011_09_30_drive_0028_sync 3977 r\n2011_09_30/2011_09_30_drive_0028_sync 1620 l\n2011_09_30/2011_09_30_drive_0028_sync 1666 l\n2011_09_30/2011_09_30_drive_0028_sync 3921 r\n2011_09_30/2011_09_30_drive_0028_sync 2851 l\n2011_09_30/2011_09_30_drive_0028_sync 2538 l\n2011_09_30/2011_09_30_drive_0028_sync 4780 r\n2011_09_30/2011_09_30_drive_0028_sync 4055 l\n2011_09_30/2011_09_30_drive_0028_sync 2889 l\n2011_09_30/2011_09_30_drive_0028_sync 3949 r\n2011_09_30/2011_09_30_drive_0028_sync 395 l\n2011_09_30/2011_09_30_drive_0028_sync 2638 r\n2011_09_30/2011_09_30_drive_0028_sync 5060 r\n2011_09_30/2011_09_30_drive_0028_sync 4131 l\n2011_09_30/2011_09_30_drive_0028_sync 3050 l\n2011_09_30/2011_09_30_drive_0028_sync 889 r\n2011_09_30/2011_09_30_drive_0028_sync 1555 r\n2011_09_30/2011_09_30_drive_0028_sync 3018 l\n2011_09_30/2011_09_30_drive_0028_sync 2498 l\n2011_09_30/2011_09_30_drive_0028_sync 1061 r\n2011_09_30/2011_09_30_drive_0028_sync 2407 l\n2011_09_30/2011_09_30_drive_0028_sync 4444 r\n2011_09_30/2011_09_30_drive_0028_sync 3649 r\n2011_09_30/2011_09_30_drive_0028_sync 4745 r\n2011_09_30/2011_09_30_drive_0028_sync 5107 r\n2011_09_30/2011_09_30_drive_0028_sync 245 l\n2011_09_30/2011_09_30_drive_0028_sync 496 r\n2011_09_30/2011_09_30_drive_0028_sync 4597 r\n2011_09_30/2011_09_30_drive_0028_sync 3867 l\n2011_09_30/2011_09_30_drive_0028_sync 3757 r\n2011_09_30/2011_09_30_drive_0028_sync 3653 l\n2011_09_30/2011_09_30_drive_0028_sync 3493 r\n2011_09_30/2011_09_30_drive_0028_sync 4523 l\n2011_09_30/2011_09_30_drive_0028_sync 2475 l\n2011_09_30/2011_09_30_drive_0028_sync 1060 r\n2011_09_30/2011_09_30_drive_0028_sync 3098 l\n2011_09_30/2011_09_30_drive_0028_sync 1826 r\n2011_09_30/2011_09_30_drive_0028_sync 4266 r\n2011_09_30/2011_09_30_drive_0028_sync 3027 l\n2011_09_30/2011_09_30_drive_0028_sync 1781 l\n2011_09_30/2011_09_30_drive_0028_sync 3542 r\n2011_09_30/2011_09_30_drive_0028_sync 747 l\n2011_09_30/2011_09_30_drive_0028_sync 4030 l\n2011_09_30/2011_09_30_drive_0028_sync 2345 l\n2011_09_30/2011_09_30_drive_0028_sync 4839 r\n2011_09_30/2011_09_30_drive_0028_sync 490 l\n2011_09_30/2011_09_30_drive_0028_sync 4672 r\n2011_09_30/2011_09_30_drive_0028_sync 4635 r\n2011_09_30/2011_09_30_drive_0028_sync 2627 l\n2011_09_30/2011_09_30_drive_0028_sync 4744 l\n2011_09_30/2011_09_30_drive_0028_sync 3215 l\n2011_09_30/2011_09_30_drive_0028_sync 3873 l\n2011_09_30/2011_09_30_drive_0028_sync 3490 r\n2011_09_30/2011_09_30_drive_0028_sync 321 r\n2011_09_30/2011_09_30_drive_0028_sync 2220 l\n2011_09_30/2011_09_30_drive_0028_sync 2232 l\n2011_09_30/2011_09_30_drive_0028_sync 4543 r\n2011_09_30/2011_09_30_drive_0028_sync 461 r\n2011_09_30/2011_09_30_drive_0028_sync 2422 r\n2011_09_30/2011_09_30_drive_0028_sync 4737 r\n2011_09_30/2011_09_30_drive_0028_sync 5153 r\n2011_09_30/2011_09_30_drive_0028_sync 4978 l\n2011_09_30/2011_09_30_drive_0028_sync 4908 l\n2011_09_30/2011_09_30_drive_0028_sync 3992 l\n2011_09_30/2011_09_30_drive_0028_sync 559 r\n2011_09_30/2011_09_30_drive_0028_sync 1318 r\n2011_09_30/2011_09_30_drive_0028_sync 1096 r\n2011_09_30/2011_09_30_drive_0028_sync 3470 r\n2011_09_30/2011_09_30_drive_0028_sync 3506 r\n2011_09_30/2011_09_30_drive_0028_sync 184 r\n2011_09_30/2011_09_30_drive_0028_sync 2849 l\n2011_09_30/2011_09_30_drive_0028_sync 1969 l\n2011_09_30/2011_09_30_drive_0028_sync 343 r\n2011_09_30/2011_09_30_drive_0028_sync 2335 r\n2011_09_30/2011_09_30_drive_0028_sync 422 r\n2011_09_30/2011_09_30_drive_0028_sync 1010 r\n2011_09_30/2011_09_30_drive_0028_sync 4792 l\n2011_09_30/2011_09_30_drive_0028_sync 1348 r\n2011_09_30/2011_09_30_drive_0028_sync 490 r\n2011_09_30/2011_09_30_drive_0028_sync 1003 r\n2011_09_30/2011_09_30_drive_0028_sync 853 l\n2011_09_30/2011_09_30_drive_0028_sync 523 l\n2011_09_30/2011_09_30_drive_0028_sync 2337 r\n2011_09_30/2011_09_30_drive_0028_sync 3554 l\n2011_09_30/2011_09_30_drive_0028_sync 2320 r\n2011_09_30/2011_09_30_drive_0028_sync 1677 l\n2011_09_30/2011_09_30_drive_0028_sync 1634 r\n2011_09_30/2011_09_30_drive_0028_sync 4179 l\n2011_09_30/2011_09_30_drive_0028_sync 440 l\n2011_09_30/2011_09_30_drive_0028_sync 4918 r\n2011_09_30/2011_09_30_drive_0028_sync 2552 l\n2011_09_30/2011_09_30_drive_0028_sync 2907 l\n2011_09_30/2011_09_30_drive_0028_sync 1706 r\n2011_09_30/2011_09_30_drive_0028_sync 2049 r\n2011_09_30/2011_09_30_drive_0028_sync 2762 r\n2011_09_30/2011_09_30_drive_0028_sync 2267 l\n2011_09_30/2011_09_30_drive_0028_sync 4617 r\n2011_09_30/2011_09_30_drive_0028_sync 3033 l\n2011_09_30/2011_09_30_drive_0028_sync 227 l\n2011_09_30/2011_09_30_drive_0028_sync 4039 r\n2011_09_30/2011_09_30_drive_0028_sync 3854 l\n2011_09_30/2011_09_30_drive_0028_sync 432 r\n2011_09_30/2011_09_30_drive_0028_sync 3768 r\n2011_09_30/2011_09_30_drive_0028_sync 2002 r\n2011_09_30/2011_09_30_drive_0028_sync 194 l\n2011_09_30/2011_09_30_drive_0028_sync 4486 r\n2011_09_30/2011_09_30_drive_0028_sync 3688 l\n2011_09_30/2011_09_30_drive_0028_sync 1195 l\n2011_09_30/2011_09_30_drive_0028_sync 1513 r\n2011_09_30/2011_09_30_drive_0028_sync 4804 r\n2011_09_30/2011_09_30_drive_0028_sync 4707 l\n2011_09_30/2011_09_30_drive_0028_sync 3822 r\n2011_09_30/2011_09_30_drive_0028_sync 180 r\n2011_09_30/2011_09_30_drive_0028_sync 4628 r\n2011_09_30/2011_09_30_drive_0028_sync 218 l\n2011_09_30/2011_09_30_drive_0028_sync 2344 l\n2011_09_30/2011_09_30_drive_0028_sync 1651 l\n2011_09_30/2011_09_30_drive_0028_sync 879 r\n2011_09_30/2011_09_30_drive_0028_sync 1420 r\n2011_09_30/2011_09_30_drive_0028_sync 2864 r\n2011_09_30/2011_09_30_drive_0028_sync 1126 l\n2011_09_30/2011_09_30_drive_0028_sync 4972 r\n2011_09_30/2011_09_30_drive_0028_sync 406 r\n2011_09_30/2011_09_30_drive_0028_sync 276 l\n2011_09_30/2011_09_30_drive_0028_sync 3195 l\n2011_09_30/2011_09_30_drive_0028_sync 1715 r\n2011_09_30/2011_09_30_drive_0028_sync 1438 r\n2011_09_30/2011_09_30_drive_0028_sync 2259 l\n2011_09_30/2011_09_30_drive_0028_sync 1641 l\n2011_09_30/2011_09_30_drive_0028_sync 411 r\n2011_09_30/2011_09_30_drive_0028_sync 4412 l\n2011_09_30/2011_09_30_drive_0028_sync 4176 l\n2011_09_30/2011_09_30_drive_0028_sync 1145 r\n2011_09_30/2011_09_30_drive_0028_sync 677 r\n2011_09_30/2011_09_30_drive_0028_sync 4839 l\n2011_09_30/2011_09_30_drive_0028_sync 219 l\n2011_09_30/2011_09_30_drive_0028_sync 472 l\n2011_09_30/2011_09_30_drive_0028_sync 462 r\n2011_09_30/2011_09_30_drive_0028_sync 1744 r\n2011_09_30/2011_09_30_drive_0028_sync 1450 r\n2011_09_30/2011_09_30_drive_0028_sync 37 l\n2011_09_30/2011_09_30_drive_0028_sync 1367 l\n2011_09_30/2011_09_30_drive_0028_sync 2181 l\n2011_09_30/2011_09_30_drive_0028_sync 3933 r\n2011_09_30/2011_09_30_drive_0028_sync 2621 r\n2011_09_30/2011_09_30_drive_0028_sync 2487 r\n2011_09_30/2011_09_30_drive_0028_sync 2922 l\n2011_09_30/2011_09_30_drive_0028_sync 5019 l\n2011_09_30/2011_09_30_drive_0028_sync 899 l\n2011_09_30/2011_09_30_drive_0028_sync 480 l\n2011_09_30/2011_09_30_drive_0028_sync 3991 r\n2011_09_30/2011_09_30_drive_0028_sync 4181 l\n2011_09_30/2011_09_30_drive_0028_sync 1374 r\n2011_09_30/2011_09_30_drive_0028_sync 3138 r\n2011_09_30/2011_09_30_drive_0028_sync 1392 l\n2011_09_30/2011_09_30_drive_0028_sync 2250 l\n2011_09_30/2011_09_30_drive_0028_sync 4193 l\n2011_09_30/2011_09_30_drive_0028_sync 345 r\n2011_09_30/2011_09_30_drive_0028_sync 4277 r\n2011_09_30/2011_09_30_drive_0028_sync 3706 l\n2011_09_30/2011_09_30_drive_0028_sync 1778 l\n2011_09_30/2011_09_30_drive_0028_sync 1656 r\n2011_09_30/2011_09_30_drive_0028_sync 4520 l\n2011_09_30/2011_09_30_drive_0028_sync 3538 l\n2011_09_30/2011_09_30_drive_0028_sync 3601 r\n2011_09_30/2011_09_30_drive_0028_sync 3389 l\n2011_09_30/2011_09_30_drive_0028_sync 1023 l\n2011_09_30/2011_09_30_drive_0028_sync 1912 l\n2011_09_30/2011_09_30_drive_0028_sync 2692 l\n2011_09_30/2011_09_30_drive_0028_sync 4615 r\n2011_09_30/2011_09_30_drive_0028_sync 1682 r\n2011_09_30/2011_09_30_drive_0028_sync 3805 l\n2011_09_30/2011_09_30_drive_0028_sync 2722 l\n2011_09_30/2011_09_30_drive_0028_sync 4021 l\n2011_09_30/2011_09_30_drive_0028_sync 4885 l\n2011_09_30/2011_09_30_drive_0028_sync 2131 l\n2011_09_30/2011_09_30_drive_0028_sync 2955 r\n2011_09_30/2011_09_30_drive_0028_sync 2272 l\n2011_09_30/2011_09_30_drive_0028_sync 650 l\n2011_09_30/2011_09_30_drive_0028_sync 4897 r\n2011_09_30/2011_09_30_drive_0028_sync 4000 l\n2011_09_30/2011_09_30_drive_0028_sync 2770 l\n2011_09_30/2011_09_30_drive_0028_sync 4349 l\n2011_09_30/2011_09_30_drive_0028_sync 2362 l\n2011_09_30/2011_09_30_drive_0028_sync 4236 l\n2011_09_30/2011_09_30_drive_0028_sync 3911 l\n2011_09_30/2011_09_30_drive_0028_sync 4926 l\n2011_09_30/2011_09_30_drive_0028_sync 237 r\n2011_09_30/2011_09_30_drive_0028_sync 4026 l\n2011_09_30/2011_09_30_drive_0028_sync 3312 l\n2011_09_30/2011_09_30_drive_0028_sync 2799 r\n2011_09_30/2011_09_30_drive_0028_sync 4748 r\n2011_09_30/2011_09_30_drive_0028_sync 3138 l\n2011_09_30/2011_09_30_drive_0028_sync 1737 l\n2011_09_30/2011_09_30_drive_0028_sync 1877 r\n2011_09_30/2011_09_30_drive_0028_sync 1781 r\n2011_09_30/2011_09_30_drive_0028_sync 2585 l\n2011_09_30/2011_09_30_drive_0028_sync 437 r\n2011_09_30/2011_09_30_drive_0028_sync 694 r\n2011_09_30/2011_09_30_drive_0028_sync 5024 r\n2011_09_30/2011_09_30_drive_0028_sync 2254 r\n2011_09_30/2011_09_30_drive_0028_sync 1061 l\n2011_09_30/2011_09_30_drive_0028_sync 3168 r\n2011_09_30/2011_09_30_drive_0028_sync 5017 l\n2011_09_30/2011_09_30_drive_0028_sync 187 r\n2011_09_30/2011_09_30_drive_0028_sync 894 r\n2011_09_30/2011_09_30_drive_0028_sync 847 l\n2011_09_30/2011_09_30_drive_0028_sync 547 l\n2011_09_30/2011_09_30_drive_0028_sync 3536 l\n2011_09_30/2011_09_30_drive_0028_sync 1674 r\n2011_09_30/2011_09_30_drive_0028_sync 1890 r\n2011_09_30/2011_09_30_drive_0028_sync 3105 r\n2011_09_30/2011_09_30_drive_0028_sync 2209 l\n2011_09_30/2011_09_30_drive_0028_sync 4210 r\n2011_09_30/2011_09_30_drive_0028_sync 2146 l\n2011_09_30/2011_09_30_drive_0028_sync 58 r\n2011_09_30/2011_09_30_drive_0028_sync 1868 r\n2011_09_30/2011_09_30_drive_0028_sync 4101 l\n2011_09_30/2011_09_30_drive_0028_sync 4930 l\n2011_09_30/2011_09_30_drive_0028_sync 3283 r\n2011_09_30/2011_09_30_drive_0028_sync 2368 r\n2011_09_30/2011_09_30_drive_0028_sync 1469 r\n2011_09_30/2011_09_30_drive_0028_sync 3721 r\n2011_09_30/2011_09_30_drive_0028_sync 3007 r\n2011_09_30/2011_09_30_drive_0028_sync 4935 l\n2011_09_30/2011_09_30_drive_0028_sync 41 r\n2011_09_30/2011_09_30_drive_0028_sync 3477 l\n2011_09_30/2011_09_30_drive_0028_sync 2297 l\n2011_09_30/2011_09_30_drive_0028_sync 1431 l\n2011_09_30/2011_09_30_drive_0028_sync 3379 r\n2011_09_30/2011_09_30_drive_0028_sync 4236 r\n2011_09_30/2011_09_30_drive_0028_sync 3365 r\n2011_09_30/2011_09_30_drive_0028_sync 1733 l\n2011_09_30/2011_09_30_drive_0028_sync 275 l\n2011_09_30/2011_09_30_drive_0028_sync 996 r\n2011_09_30/2011_09_30_drive_0028_sync 2955 l\n2011_09_30/2011_09_30_drive_0028_sync 3840 l\n2011_09_30/2011_09_30_drive_0028_sync 1884 r\n2011_09_30/2011_09_30_drive_0028_sync 3747 r\n2011_09_30/2011_09_30_drive_0028_sync 919 r\n2011_09_30/2011_09_30_drive_0028_sync 2570 r\n2011_09_30/2011_09_30_drive_0028_sync 1273 l\n2011_09_30/2011_09_30_drive_0028_sync 258 l\n2011_09_30/2011_09_30_drive_0028_sync 29 r\n2011_09_30/2011_09_30_drive_0028_sync 1736 l\n2011_09_30/2011_09_30_drive_0028_sync 2127 l\n2011_09_30/2011_09_30_drive_0028_sync 3491 l\n2011_09_30/2011_09_30_drive_0028_sync 1231 l\n2011_09_30/2011_09_30_drive_0028_sync 1610 r\n2011_09_30/2011_09_30_drive_0028_sync 560 l\n2011_09_30/2011_09_30_drive_0028_sync 2901 r\n2011_09_30/2011_09_30_drive_0028_sync 1688 r\n2011_09_30/2011_09_30_drive_0028_sync 657 r\n2011_09_30/2011_09_30_drive_0028_sync 3696 l\n2011_09_30/2011_09_30_drive_0028_sync 1694 l\n2011_09_30/2011_09_30_drive_0028_sync 483 r\n2011_09_30/2011_09_30_drive_0028_sync 1909 r\n2011_09_30/2011_09_30_drive_0028_sync 4560 l\n2011_09_30/2011_09_30_drive_0028_sync 2793 r\n2011_09_30/2011_09_30_drive_0028_sync 4040 l\n2011_09_30/2011_09_30_drive_0028_sync 1549 l\n2011_09_30/2011_09_30_drive_0028_sync 1435 r\n2011_09_30/2011_09_30_drive_0028_sync 2601 l\n2011_09_30/2011_09_30_drive_0028_sync 3432 r\n2011_09_30/2011_09_30_drive_0028_sync 607 r\n2011_09_30/2011_09_30_drive_0028_sync 4334 l\n2011_09_30/2011_09_30_drive_0028_sync 2896 r\n2011_09_30/2011_09_30_drive_0028_sync 1179 r\n2011_09_30/2011_09_30_drive_0028_sync 2827 l\n2011_09_30/2011_09_30_drive_0028_sync 4984 l\n2011_09_30/2011_09_30_drive_0028_sync 1894 r\n2011_09_30/2011_09_30_drive_0028_sync 280 r\n2011_09_30/2011_09_30_drive_0028_sync 1077 l\n2011_09_30/2011_09_30_drive_0028_sync 2352 r\n2011_09_30/2011_09_30_drive_0028_sync 1306 r\n2011_09_30/2011_09_30_drive_0028_sync 3304 r\n2011_09_30/2011_09_30_drive_0028_sync 4901 r\n2011_09_30/2011_09_30_drive_0028_sync 2615 l\n2011_09_30/2011_09_30_drive_0028_sync 2532 l\n2011_09_30/2011_09_30_drive_0028_sync 1693 r\n2011_09_30/2011_09_30_drive_0028_sync 2085 r\n2011_09_30/2011_09_30_drive_0028_sync 4872 l\n2011_09_30/2011_09_30_drive_0028_sync 1614 l\n2011_09_30/2011_09_30_drive_0028_sync 880 l\n2011_09_30/2011_09_30_drive_0028_sync 1162 r\n2011_09_30/2011_09_30_drive_0028_sync 1769 r\n2011_09_30/2011_09_30_drive_0028_sync 2442 r\n2011_09_30/2011_09_30_drive_0028_sync 4025 l\n2011_09_30/2011_09_30_drive_0028_sync 4655 r\n2011_09_30/2011_09_30_drive_0028_sync 1044 r\n2011_09_30/2011_09_30_drive_0028_sync 3464 r\n2011_09_30/2011_09_30_drive_0028_sync 1289 l\n2011_09_30/2011_09_30_drive_0028_sync 2215 r\n2011_09_30/2011_09_30_drive_0028_sync 689 r\n2011_09_30/2011_09_30_drive_0028_sync 2481 r\n2011_09_30/2011_09_30_drive_0028_sync 5037 l\n2011_09_30/2011_09_30_drive_0028_sync 1267 l\n2011_09_30/2011_09_30_drive_0028_sync 772 l\n2011_09_30/2011_09_30_drive_0028_sync 501 l\n2011_09_30/2011_09_30_drive_0028_sync 2149 r\n2011_09_30/2011_09_30_drive_0028_sync 3470 l\n2011_09_30/2011_09_30_drive_0028_sync 2142 l\n2011_09_30/2011_09_30_drive_0028_sync 3897 r\n2011_09_30/2011_09_30_drive_0028_sync 3832 l\n2011_09_30/2011_09_30_drive_0028_sync 3123 l\n2011_09_30/2011_09_30_drive_0028_sync 3130 r\n2011_09_30/2011_09_30_drive_0028_sync 3598 r\n2011_09_30/2011_09_30_drive_0028_sync 3675 r\n2011_09_30/2011_09_30_drive_0028_sync 141 r\n2011_09_30/2011_09_30_drive_0028_sync 1407 r\n2011_09_30/2011_09_30_drive_0028_sync 4152 l\n2011_09_30/2011_09_30_drive_0028_sync 2887 l\n2011_09_30/2011_09_30_drive_0028_sync 1298 r\n2011_09_30/2011_09_30_drive_0028_sync 2845 r\n2011_09_30/2011_09_30_drive_0028_sync 2820 r\n2011_09_30/2011_09_30_drive_0028_sync 4451 l\n2011_09_30/2011_09_30_drive_0028_sync 2540 r\n2011_09_30/2011_09_30_drive_0028_sync 1028 l\n2011_09_30/2011_09_30_drive_0028_sync 2289 l\n2011_09_30/2011_09_30_drive_0028_sync 1928 l\n2011_09_30/2011_09_30_drive_0028_sync 3083 r\n2011_09_30/2011_09_30_drive_0028_sync 1206 r\n2011_09_30/2011_09_30_drive_0028_sync 3871 l\n2011_09_30/2011_09_30_drive_0028_sync 2299 l\n2011_09_30/2011_09_30_drive_0028_sync 1367 r\n2011_09_30/2011_09_30_drive_0028_sync 1748 r\n2011_09_30/2011_09_30_drive_0028_sync 4555 l\n2011_09_30/2011_09_30_drive_0028_sync 1427 r\n2011_09_30/2011_09_30_drive_0028_sync 306 r\n2011_09_30/2011_09_30_drive_0028_sync 4884 r\n2011_09_30/2011_09_30_drive_0028_sync 52 r\n2011_09_30/2011_09_30_drive_0028_sync 3025 l\n2011_09_30/2011_09_30_drive_0028_sync 4464 l\n2011_09_30/2011_09_30_drive_0028_sync 853 r\n2011_09_30/2011_09_30_drive_0028_sync 1685 l\n2011_09_30/2011_09_30_drive_0028_sync 3634 r\n2011_09_30/2011_09_30_drive_0028_sync 4022 r\n2011_09_30/2011_09_30_drive_0028_sync 1343 r\n2011_09_30/2011_09_30_drive_0028_sync 2907 r\n2011_09_30/2011_09_30_drive_0028_sync 4951 r\n2011_09_30/2011_09_30_drive_0028_sync 3044 r\n2011_09_30/2011_09_30_drive_0028_sync 2597 r\n2011_09_30/2011_09_30_drive_0028_sync 3455 l\n2011_09_30/2011_09_30_drive_0028_sync 2989 l\n2011_09_30/2011_09_30_drive_0028_sync 4241 l\n2011_09_30/2011_09_30_drive_0028_sync 887 r\n2011_09_30/2011_09_30_drive_0028_sync 4344 r\n2011_09_30/2011_09_30_drive_0028_sync 4891 r\n2011_09_30/2011_09_30_drive_0028_sync 322 l\n2011_09_30/2011_09_30_drive_0028_sync 1160 l\n2011_09_30/2011_09_30_drive_0028_sync 4606 l\n2011_09_30/2011_09_30_drive_0028_sync 4421 l\n2011_09_30/2011_09_30_drive_0028_sync 4932 l\n2011_09_30/2011_09_30_drive_0028_sync 4548 r\n2011_09_30/2011_09_30_drive_0028_sync 3505 l\n2011_09_30/2011_09_30_drive_0028_sync 459 l\n2011_09_30/2011_09_30_drive_0028_sync 2231 r\n2011_09_30/2011_09_30_drive_0028_sync 3189 l\n2011_09_30/2011_09_30_drive_0028_sync 1210 l\n2011_09_30/2011_09_30_drive_0028_sync 375 l\n2011_09_30/2011_09_30_drive_0028_sync 176 l\n2011_09_30/2011_09_30_drive_0028_sync 1829 r\n2011_09_30/2011_09_30_drive_0028_sync 1513 l\n2011_09_30/2011_09_30_drive_0028_sync 5059 r\n2011_09_30/2011_09_30_drive_0028_sync 2135 l\n2011_09_30/2011_09_30_drive_0028_sync 1871 r\n2011_09_30/2011_09_30_drive_0028_sync 4389 l\n2011_09_30/2011_09_30_drive_0028_sync 3727 r\n2011_09_30/2011_09_30_drive_0028_sync 4615 l\n2011_09_30/2011_09_30_drive_0028_sync 1158 r\n2011_09_30/2011_09_30_drive_0028_sync 3787 r\n2011_09_30/2011_09_30_drive_0028_sync 3852 r\n2011_09_30/2011_09_30_drive_0028_sync 4291 l\n2011_09_30/2011_09_30_drive_0028_sync 2777 l\n2011_09_30/2011_09_30_drive_0028_sync 5025 l\n2011_09_30/2011_09_30_drive_0028_sync 720 l\n2011_09_30/2011_09_30_drive_0028_sync 3803 l\n2011_09_30/2011_09_30_drive_0028_sync 3497 l\n2011_09_30/2011_09_30_drive_0028_sync 4705 l\n2011_09_30/2011_09_30_drive_0028_sync 1683 l\n2011_09_30/2011_09_30_drive_0028_sync 469 r\n2011_09_30/2011_09_30_drive_0028_sync 4315 l\n2011_09_30/2011_09_30_drive_0028_sync 4893 r\n2011_09_30/2011_09_30_drive_0028_sync 857 l\n2011_09_30/2011_09_30_drive_0028_sync 3999 r\n2011_09_30/2011_09_30_drive_0028_sync 1573 l\n2011_09_30/2011_09_30_drive_0028_sync 1043 r\n2011_09_30/2011_09_30_drive_0028_sync 1309 r\n2011_09_30/2011_09_30_drive_0028_sync 757 r\n2011_09_30/2011_09_30_drive_0028_sync 2041 r\n2011_09_30/2011_09_30_drive_0028_sync 843 l\n2011_09_30/2011_09_30_drive_0028_sync 3844 l\n2011_09_30/2011_09_30_drive_0028_sync 4907 r\n2011_09_30/2011_09_30_drive_0028_sync 3322 l\n2011_09_30/2011_09_30_drive_0028_sync 676 r\n2011_09_30/2011_09_30_drive_0028_sync 1932 r\n2011_09_30/2011_09_30_drive_0028_sync 3929 l\n2011_09_30/2011_09_30_drive_0028_sync 1816 l\n2011_09_30/2011_09_30_drive_0028_sync 3288 r\n2011_09_30/2011_09_30_drive_0028_sync 1907 l\n2011_09_30/2011_09_30_drive_0028_sync 3752 r\n2011_09_30/2011_09_30_drive_0028_sync 335 l\n2011_09_30/2011_09_30_drive_0028_sync 4300 l\n2011_09_30/2011_09_30_drive_0028_sync 3927 l\n2011_09_30/2011_09_30_drive_0028_sync 1205 l\n2011_09_30/2011_09_30_drive_0028_sync 1259 r\n2011_09_30/2011_09_30_drive_0028_sync 4350 r\n2011_09_30/2011_09_30_drive_0028_sync 1328 r\n2011_09_30/2011_09_30_drive_0028_sync 3770 r\n2011_09_30/2011_09_30_drive_0028_sync 2244 r\n2011_09_30/2011_09_30_drive_0028_sync 4019 r\n2011_09_30/2011_09_30_drive_0028_sync 5051 l\n2011_09_30/2011_09_30_drive_0028_sync 3060 l\n2011_09_30/2011_09_30_drive_0028_sync 683 r\n2011_09_30/2011_09_30_drive_0028_sync 3596 r\n2011_09_30/2011_09_30_drive_0028_sync 4565 r\n2011_09_30/2011_09_30_drive_0028_sync 3159 l\n2011_09_30/2011_09_30_drive_0028_sync 4483 l\n2011_09_30/2011_09_30_drive_0028_sync 1980 r\n2011_09_30/2011_09_30_drive_0028_sync 912 r\n2011_09_30/2011_09_30_drive_0028_sync 2523 r\n2011_09_30/2011_09_30_drive_0028_sync 2160 l\n2011_09_30/2011_09_30_drive_0028_sync 1090 l\n2011_09_30/2011_09_30_drive_0028_sync 1621 r\n2011_09_30/2011_09_30_drive_0028_sync 4480 r\n2011_09_30/2011_09_30_drive_0028_sync 937 r\n2011_09_30/2011_09_30_drive_0028_sync 1843 r\n2011_09_30/2011_09_30_drive_0028_sync 2990 r\n2011_09_30/2011_09_30_drive_0028_sync 1452 r\n2011_09_30/2011_09_30_drive_0028_sync 1153 r\n2011_09_30/2011_09_30_drive_0028_sync 4273 l\n2011_09_30/2011_09_30_drive_0028_sync 2453 l\n2011_09_30/2011_09_30_drive_0028_sync 5155 l\n2011_09_30/2011_09_30_drive_0028_sync 2163 l\n2011_09_30/2011_09_30_drive_0028_sync 3384 l\n2011_09_30/2011_09_30_drive_0028_sync 4385 r\n2011_09_30/2011_09_30_drive_0028_sync 3729 r\n2011_09_30/2011_09_30_drive_0028_sync 4921 r\n2011_09_30/2011_09_30_drive_0028_sync 591 l\n2011_09_30/2011_09_30_drive_0028_sync 4927 l\n2011_09_30/2011_09_30_drive_0028_sync 580 l\n2011_09_30/2011_09_30_drive_0028_sync 3755 l\n2011_09_30/2011_09_30_drive_0028_sync 1419 r\n2011_09_30/2011_09_30_drive_0028_sync 3576 l\n2011_09_30/2011_09_30_drive_0028_sync 2245 r\n2011_09_30/2011_09_30_drive_0028_sync 3608 r\n2011_09_30/2011_09_30_drive_0028_sync 3748 r\n2011_09_30/2011_09_30_drive_0028_sync 1480 r\n2011_09_30/2011_09_30_drive_0028_sync 532 r\n2011_09_30/2011_09_30_drive_0028_sync 1025 l\n2011_09_30/2011_09_30_drive_0028_sync 858 r\n2011_09_30/2011_09_30_drive_0028_sync 4473 r\n2011_09_30/2011_09_30_drive_0028_sync 711 r\n2011_09_30/2011_09_30_drive_0028_sync 2194 l\n2011_09_30/2011_09_30_drive_0028_sync 1936 r\n2011_09_30/2011_09_30_drive_0028_sync 358 r\n2011_09_30/2011_09_30_drive_0028_sync 1103 l\n2011_09_30/2011_09_30_drive_0028_sync 4371 l\n2011_09_30/2011_09_30_drive_0028_sync 4204 r\n2011_09_30/2011_09_30_drive_0028_sync 1878 l\n2011_09_30/2011_09_30_drive_0028_sync 4765 r\n2011_09_30/2011_09_30_drive_0028_sync 2154 l\n2011_09_30/2011_09_30_drive_0028_sync 4621 l\n2011_09_30/2011_09_30_drive_0028_sync 742 r\n2011_09_30/2011_09_30_drive_0028_sync 1462 r\n2011_09_30/2011_09_30_drive_0028_sync 1393 r\n2011_09_30/2011_09_30_drive_0028_sync 1735 r\n2011_09_30/2011_09_30_drive_0028_sync 4898 r\n2011_09_30/2011_09_30_drive_0028_sync 742 l\n2011_09_30/2011_09_30_drive_0028_sync 1066 r\n2011_09_30/2011_09_30_drive_0028_sync 985 r\n2011_09_30/2011_09_30_drive_0028_sync 1398 r\n2011_09_30/2011_09_30_drive_0028_sync 4783 r\n2011_09_30/2011_09_30_drive_0028_sync 3588 l\n2011_09_30/2011_09_30_drive_0028_sync 3423 l\n2011_09_30/2011_09_30_drive_0028_sync 3941 l\n2011_09_30/2011_09_30_drive_0028_sync 1688 l\n2011_09_30/2011_09_30_drive_0028_sync 1645 l\n2011_09_30/2011_09_30_drive_0028_sync 1434 r\n2011_09_30/2011_09_30_drive_0028_sync 3339 r\n2011_09_30/2011_09_30_drive_0028_sync 2554 l\n2011_09_30/2011_09_30_drive_0028_sync 3759 l\n2011_09_30/2011_09_30_drive_0028_sync 474 r\n2011_09_30/2011_09_30_drive_0028_sync 3326 r\n2011_09_30/2011_09_30_drive_0028_sync 359 l\n2011_09_30/2011_09_30_drive_0028_sync 3624 r\n2011_09_30/2011_09_30_drive_0028_sync 1595 l\n2011_09_30/2011_09_30_drive_0028_sync 530 l\n2011_09_30/2011_09_30_drive_0028_sync 2162 l\n2011_09_30/2011_09_30_drive_0028_sync 3637 r\n2011_09_30/2011_09_30_drive_0028_sync 815 r\n2011_09_30/2011_09_30_drive_0028_sync 2109 l\n2011_09_30/2011_09_30_drive_0028_sync 3100 l\n2011_09_30/2011_09_30_drive_0028_sync 2868 r\n2011_09_30/2011_09_30_drive_0028_sync 3645 r\n2011_09_30/2011_09_30_drive_0028_sync 3741 r\n2011_09_30/2011_09_30_drive_0028_sync 16 l\n2011_09_30/2011_09_30_drive_0028_sync 1527 l\n2011_09_30/2011_09_30_drive_0028_sync 192 l\n2011_09_30/2011_09_30_drive_0028_sync 393 l\n2011_09_30/2011_09_30_drive_0028_sync 4416 r\n2011_09_30/2011_09_30_drive_0028_sync 838 l\n2011_09_30/2011_09_30_drive_0028_sync 998 r\n2011_09_30/2011_09_30_drive_0028_sync 1828 l\n2011_09_30/2011_09_30_drive_0028_sync 2423 l\n2011_09_30/2011_09_30_drive_0028_sync 2800 l\n2011_09_30/2011_09_30_drive_0028_sync 1996 r\n2011_09_30/2011_09_30_drive_0028_sync 1506 l\n2011_09_30/2011_09_30_drive_0028_sync 5048 l\n2011_09_30/2011_09_30_drive_0028_sync 162 l\n2011_09_30/2011_09_30_drive_0028_sync 1787 r\n2011_09_30/2011_09_30_drive_0028_sync 202 l\n2011_09_30/2011_09_30_drive_0028_sync 3964 r\n2011_09_30/2011_09_30_drive_0028_sync 4777 r\n2011_09_30/2011_09_30_drive_0028_sync 3031 l\n2011_09_30/2011_09_30_drive_0028_sync 2253 r\n2011_09_30/2011_09_30_drive_0028_sync 1466 r\n2011_09_30/2011_09_30_drive_0028_sync 3700 r\n2011_09_30/2011_09_30_drive_0028_sync 10 r\n2011_09_30/2011_09_30_drive_0028_sync 2917 r\n2011_09_30/2011_09_30_drive_0028_sync 2502 l\n2011_09_30/2011_09_30_drive_0028_sync 5120 l\n2011_09_30/2011_09_30_drive_0028_sync 172 l\n2011_09_30/2011_09_30_drive_0028_sync 2587 r\n2011_09_30/2011_09_30_drive_0028_sync 285 r\n2011_09_30/2011_09_30_drive_0028_sync 3450 l\n2011_09_30/2011_09_30_drive_0028_sync 679 r\n2011_09_30/2011_09_30_drive_0028_sync 1422 l\n2011_09_30/2011_09_30_drive_0028_sync 3250 l\n2011_09_30/2011_09_30_drive_0028_sync 705 r\n2011_09_30/2011_09_30_drive_0028_sync 1567 l\n2011_09_30/2011_09_30_drive_0028_sync 4849 l\n2011_09_30/2011_09_30_drive_0028_sync 716 r\n2011_09_30/2011_09_30_drive_0028_sync 4659 l\n2011_09_30/2011_09_30_drive_0028_sync 3931 r\n2011_09_30/2011_09_30_drive_0028_sync 2969 r\n2011_09_30/2011_09_30_drive_0028_sync 126 l\n2011_09_30/2011_09_30_drive_0028_sync 2326 r\n2011_09_30/2011_09_30_drive_0028_sync 31 l\n2011_09_30/2011_09_30_drive_0028_sync 4296 l\n2011_09_30/2011_09_30_drive_0028_sync 5086 l\n2011_09_30/2011_09_30_drive_0028_sync 4729 l\n2011_09_30/2011_09_30_drive_0028_sync 4229 r\n2011_09_30/2011_09_30_drive_0028_sync 415 r\n2011_09_30/2011_09_30_drive_0028_sync 809 r\n2011_09_30/2011_09_30_drive_0028_sync 2088 l\n2011_09_30/2011_09_30_drive_0028_sync 3959 l\n2011_09_30/2011_09_30_drive_0028_sync 1190 l\n2011_09_30/2011_09_30_drive_0028_sync 631 r\n2011_09_30/2011_09_30_drive_0028_sync 599 l\n2011_09_30/2011_09_30_drive_0028_sync 4047 l\n2011_09_30/2011_09_30_drive_0028_sync 3805 r\n2011_09_30/2011_09_30_drive_0028_sync 4595 r\n2011_09_30/2011_09_30_drive_0028_sync 1176 r\n2011_09_30/2011_09_30_drive_0028_sync 3310 l\n2011_09_30/2011_09_30_drive_0028_sync 81 r\n2011_09_30/2011_09_30_drive_0028_sync 1862 l\n2011_09_30/2011_09_30_drive_0028_sync 3161 r\n2011_09_30/2011_09_30_drive_0028_sync 1334 l\n2011_09_30/2011_09_30_drive_0028_sync 2236 r\n2011_09_30/2011_09_30_drive_0028_sync 4512 l\n2011_09_30/2011_09_30_drive_0028_sync 3914 l\n2011_09_30/2011_09_30_drive_0028_sync 2814 l\n2011_09_30/2011_09_30_drive_0028_sync 3621 r\n2011_09_30/2011_09_30_drive_0028_sync 4911 l\n2011_09_30/2011_09_30_drive_0028_sync 547 r\n2011_09_30/2011_09_30_drive_0028_sync 2642 l\n2011_09_30/2011_09_30_drive_0028_sync 2486 r\n2011_09_30/2011_09_30_drive_0028_sync 387 r\n2011_09_30/2011_09_30_drive_0028_sync 766 l\n2011_09_30/2011_09_30_drive_0028_sync 2537 l\n2011_09_30/2011_09_30_drive_0028_sync 1833 l\n2011_09_30/2011_09_30_drive_0028_sync 1078 r\n2011_09_30/2011_09_30_drive_0028_sync 1611 r\n2011_09_30/2011_09_30_drive_0028_sync 107 l\n2011_09_30/2011_09_30_drive_0028_sync 2895 l\n2011_09_30/2011_09_30_drive_0028_sync 137 r\n2011_09_30/2011_09_30_drive_0028_sync 4878 l\n2011_09_30/2011_09_30_drive_0028_sync 1828 r\n2011_09_30/2011_09_30_drive_0028_sync 4222 r\n2011_09_30/2011_09_30_drive_0028_sync 5039 r\n2011_09_30/2011_09_30_drive_0028_sync 4191 r\n2011_09_30/2011_09_30_drive_0028_sync 4341 r\n2011_09_30/2011_09_30_drive_0028_sync 923 l\n2011_09_30/2011_09_30_drive_0028_sync 80 l\n2011_09_30/2011_09_30_drive_0028_sync 3054 r\n2011_09_30/2011_09_30_drive_0028_sync 603 r\n2011_09_30/2011_09_30_drive_0028_sync 2057 l\n2011_09_30/2011_09_30_drive_0028_sync 488 r\n2011_09_30/2011_09_30_drive_0028_sync 2437 l\n2011_09_30/2011_09_30_drive_0028_sync 2600 r\n2011_09_30/2011_09_30_drive_0028_sync 4831 r\n2011_09_30/2011_09_30_drive_0028_sync 1226 l\n2011_09_30/2011_09_30_drive_0028_sync 1000 l\n2011_09_30/2011_09_30_drive_0028_sync 3474 l\n2011_09_30/2011_09_30_drive_0028_sync 1737 r\n2011_09_30/2011_09_30_drive_0028_sync 3829 r\n2011_09_30/2011_09_30_drive_0028_sync 4718 l\n2011_09_30/2011_09_30_drive_0028_sync 4905 r\n2011_09_30/2011_09_30_drive_0028_sync 50 r\n2011_09_30/2011_09_30_drive_0028_sync 4642 l\n2011_09_30/2011_09_30_drive_0028_sync 2097 r\n2011_09_30/2011_09_30_drive_0028_sync 2709 l\n2011_09_30/2011_09_30_drive_0028_sync 4284 r\n2011_09_30/2011_09_30_drive_0028_sync 1794 r\n2011_09_30/2011_09_30_drive_0028_sync 2045 r\n2011_09_30/2011_09_30_drive_0028_sync 2708 l\n2011_09_30/2011_09_30_drive_0028_sync 230 l\n2011_09_30/2011_09_30_drive_0028_sync 3644 r\n2011_09_30/2011_09_30_drive_0028_sync 3423 r\n2011_09_30/2011_09_30_drive_0028_sync 4973 l\n2011_09_30/2011_09_30_drive_0028_sync 2110 l\n2011_09_30/2011_09_30_drive_0028_sync 3893 r\n2011_09_30/2011_09_30_drive_0028_sync 4262 r\n2011_09_30/2011_09_30_drive_0028_sync 780 l\n2011_09_30/2011_09_30_drive_0028_sync 3882 r\n2011_09_30/2011_09_30_drive_0028_sync 2494 l\n2011_09_30/2011_09_30_drive_0028_sync 3635 l\n2011_09_30/2011_09_30_drive_0028_sync 3055 r\n2011_09_30/2011_09_30_drive_0028_sync 1038 r\n2011_09_30/2011_09_30_drive_0028_sync 4880 l\n2011_09_30/2011_09_30_drive_0028_sync 2491 l\n2011_09_30/2011_09_30_drive_0028_sync 990 r\n2011_09_30/2011_09_30_drive_0028_sync 2251 r\n2011_09_30/2011_09_30_drive_0028_sync 2826 r\n2011_09_30/2011_09_30_drive_0028_sync 2216 l\n2011_09_30/2011_09_30_drive_0028_sync 2216 r\n2011_09_30/2011_09_30_drive_0028_sync 2398 r\n2011_09_30/2011_09_30_drive_0028_sync 4326 r\n2011_09_30/2011_09_30_drive_0028_sync 5092 l\n2011_09_30/2011_09_30_drive_0028_sync 3697 l\n2011_09_30/2011_09_30_drive_0028_sync 4247 r\n2011_09_30/2011_09_30_drive_0028_sync 4937 r\n2011_09_30/2011_09_30_drive_0028_sync 1965 l\n2011_09_30/2011_09_30_drive_0028_sync 4854 l\n2011_09_30/2011_09_30_drive_0028_sync 2059 l\n2011_09_30/2011_09_30_drive_0028_sync 943 l\n2011_09_30/2011_09_30_drive_0028_sync 2284 l\n2011_09_30/2011_09_30_drive_0028_sync 5062 l\n2011_09_30/2011_09_30_drive_0028_sync 4619 l\n2011_09_30/2011_09_30_drive_0028_sync 1049 r\n2011_09_30/2011_09_30_drive_0028_sync 702 r\n2011_09_30/2011_09_30_drive_0028_sync 4930 r\n2011_09_30/2011_09_30_drive_0028_sync 629 l\n2011_09_30/2011_09_30_drive_0028_sync 3600 r\n2011_09_30/2011_09_30_drive_0028_sync 1452 l\n2011_09_30/2011_09_30_drive_0028_sync 4288 l\n2011_09_30/2011_09_30_drive_0028_sync 769 r\n2011_09_30/2011_09_30_drive_0028_sync 635 r\n2011_09_30/2011_09_30_drive_0028_sync 4578 r\n2011_09_30/2011_09_30_drive_0028_sync 1656 l\n2011_09_30/2011_09_30_drive_0028_sync 3479 r\n2011_09_30/2011_09_30_drive_0028_sync 2132 r\n2011_09_30/2011_09_30_drive_0028_sync 4058 l\n2011_09_30/2011_09_30_drive_0028_sync 3801 l\n2011_09_30/2011_09_30_drive_0028_sync 3269 l\n2011_09_30/2011_09_30_drive_0028_sync 217 r\n2011_09_30/2011_09_30_drive_0028_sync 103 r\n2011_09_30/2011_09_30_drive_0028_sync 2388 l\n2011_09_30/2011_09_30_drive_0028_sync 2707 l\n2011_09_30/2011_09_30_drive_0028_sync 2973 r\n2011_09_30/2011_09_30_drive_0028_sync 2291 l\n2011_09_30/2011_09_30_drive_0028_sync 996 l\n2011_09_30/2011_09_30_drive_0028_sync 449 l\n2011_09_30/2011_09_30_drive_0028_sync 3911 r\n2011_09_30/2011_09_30_drive_0028_sync 2779 l\n2011_09_30/2011_09_30_drive_0028_sync 1846 r\n2011_09_30/2011_09_30_drive_0028_sync 1195 r\n2011_09_30/2011_09_30_drive_0028_sync 2626 r\n2011_09_30/2011_09_30_drive_0028_sync 1046 l\n2011_09_30/2011_09_30_drive_0028_sync 1607 r\n2011_09_30/2011_09_30_drive_0028_sync 2938 l\n2011_09_30/2011_09_30_drive_0028_sync 2938 r\n2011_09_30/2011_09_30_drive_0028_sync 1336 r\n2011_09_30/2011_09_30_drive_0028_sync 1736 r\n2011_09_30/2011_09_30_drive_0028_sync 1640 l\n2011_09_30/2011_09_30_drive_0028_sync 4325 l\n2011_09_30/2011_09_30_drive_0028_sync 3452 r\n2011_09_30/2011_09_30_drive_0028_sync 898 r\n2011_09_30/2011_09_30_drive_0028_sync 2723 l\n2011_09_30/2011_09_30_drive_0028_sync 4549 l\n2011_09_30/2011_09_30_drive_0028_sync 1883 l\n2011_09_30/2011_09_30_drive_0028_sync 4013 l\n2011_09_30/2011_09_30_drive_0028_sync 446 r\n2011_09_30/2011_09_30_drive_0028_sync 38 l\n2011_09_30/2011_09_30_drive_0028_sync 1106 r\n2011_09_30/2011_09_30_drive_0028_sync 1089 r\n2011_09_30/2011_09_30_drive_0028_sync 4439 l\n2011_09_30/2011_09_30_drive_0028_sync 5001 l\n2011_09_30/2011_09_30_drive_0028_sync 2629 r\n2011_09_30/2011_09_30_drive_0028_sync 2521 l\n2011_09_30/2011_09_30_drive_0028_sync 1138 r\n2011_09_30/2011_09_30_drive_0028_sync 4089 l\n2011_09_30/2011_09_30_drive_0028_sync 4015 l\n2011_09_30/2011_09_30_drive_0028_sync 1986 l\n2011_09_30/2011_09_30_drive_0028_sync 3407 r\n2011_09_30/2011_09_30_drive_0028_sync 2462 l\n2011_09_30/2011_09_30_drive_0028_sync 278 l\n2011_09_30/2011_09_30_drive_0028_sync 2500 l\n2011_09_30/2011_09_30_drive_0028_sync 4323 l\n2011_09_30/2011_09_30_drive_0028_sync 1705 l\n2011_09_30/2011_09_30_drive_0028_sync 3180 r\n2011_09_30/2011_09_30_drive_0028_sync 3030 r\n2011_09_30/2011_09_30_drive_0028_sync 5169 r\n2011_09_30/2011_09_30_drive_0028_sync 660 r\n2011_09_30/2011_09_30_drive_0028_sync 4858 r\n2011_09_30/2011_09_30_drive_0028_sync 4255 l\n2011_09_30/2011_09_30_drive_0028_sync 1588 l\n2011_09_30/2011_09_30_drive_0028_sync 2543 r\n2011_09_30/2011_09_30_drive_0028_sync 3776 l\n2011_09_30/2011_09_30_drive_0028_sync 1771 r\n2011_09_30/2011_09_30_drive_0028_sync 2208 l\n2011_09_30/2011_09_30_drive_0028_sync 3190 r\n2011_09_30/2011_09_30_drive_0028_sync 2856 l\n2011_09_30/2011_09_30_drive_0028_sync 1271 l\n2011_09_30/2011_09_30_drive_0028_sync 1624 l\n2011_09_30/2011_09_30_drive_0028_sync 1664 r\n2011_09_30/2011_09_30_drive_0028_sync 3734 l\n2011_09_30/2011_09_30_drive_0028_sync 2842 l\n2011_09_30/2011_09_30_drive_0028_sync 1913 l\n2011_09_30/2011_09_30_drive_0028_sync 3814 l\n2011_09_30/2011_09_30_drive_0028_sync 3240 l\n2011_09_30/2011_09_30_drive_0028_sync 262 l\n2011_09_30/2011_09_30_drive_0028_sync 4323 r\n2011_09_30/2011_09_30_drive_0028_sync 3044 l\n2011_09_30/2011_09_30_drive_0028_sync 1441 r\n2011_09_30/2011_09_30_drive_0028_sync 2592 r\n2011_09_30/2011_09_30_drive_0028_sync 2394 l\n2011_09_30/2011_09_30_drive_0028_sync 3922 r\n2011_09_30/2011_09_30_drive_0028_sync 2035 r\n2011_09_30/2011_09_30_drive_0028_sync 3997 r\n2011_09_30/2011_09_30_drive_0028_sync 3970 r\n2011_09_30/2011_09_30_drive_0028_sync 319 r\n2011_09_30/2011_09_30_drive_0028_sync 1593 r\n2011_09_30/2011_09_30_drive_0028_sync 3039 l\n2011_09_30/2011_09_30_drive_0028_sync 1992 r\n2011_09_30/2011_09_30_drive_0028_sync 372 l\n2011_09_30/2011_09_30_drive_0028_sync 477 l\n2011_09_30/2011_09_30_drive_0028_sync 789 r\n2011_09_30/2011_09_30_drive_0028_sync 1545 r\n2011_09_30/2011_09_30_drive_0028_sync 2048 l\n2011_09_30/2011_09_30_drive_0028_sync 1344 r\n2011_09_30/2011_09_30_drive_0028_sync 494 l\n2011_09_30/2011_09_30_drive_0028_sync 2722 r\n2011_09_30/2011_09_30_drive_0028_sync 2430 l\n2011_09_30/2011_09_30_drive_0028_sync 5042 r\n2011_09_30/2011_09_30_drive_0028_sync 279 r\n2011_09_30/2011_09_30_drive_0028_sync 958 l\n2011_09_30/2011_09_30_drive_0028_sync 404 r\n2011_09_30/2011_09_30_drive_0028_sync 4057 l\n2011_09_30/2011_09_30_drive_0028_sync 1331 l\n2011_09_30/2011_09_30_drive_0028_sync 4121 r\n2011_09_30/2011_09_30_drive_0028_sync 3625 r\n2011_09_30/2011_09_30_drive_0028_sync 956 r\n2011_09_30/2011_09_30_drive_0028_sync 4435 l\n2011_09_30/2011_09_30_drive_0028_sync 827 l\n2011_09_30/2011_09_30_drive_0028_sync 1933 l\n2011_09_30/2011_09_30_drive_0028_sync 5087 r\n2011_09_30/2011_09_30_drive_0028_sync 596 r\n2011_09_30/2011_09_30_drive_0028_sync 1095 r\n2011_09_30/2011_09_30_drive_0028_sync 2269 l\n2011_09_30/2011_09_30_drive_0028_sync 4541 l\n2011_09_30/2011_09_30_drive_0028_sync 2822 l\n2011_09_30/2011_09_30_drive_0028_sync 1467 l\n2011_09_30/2011_09_30_drive_0028_sync 1919 l\n2011_09_30/2011_09_30_drive_0028_sync 4411 r\n2011_09_30/2011_09_30_drive_0028_sync 1074 l\n2011_09_30/2011_09_30_drive_0028_sync 4056 r\n2011_09_30/2011_09_30_drive_0028_sync 3404 r\n2011_09_30/2011_09_30_drive_0028_sync 4871 r\n2011_09_30/2011_09_30_drive_0028_sync 4030 r\n2011_09_30/2011_09_30_drive_0028_sync 499 r\n2011_09_30/2011_09_30_drive_0028_sync 622 l\n2011_09_30/2011_09_30_drive_0028_sync 2452 r\n2011_09_30/2011_09_30_drive_0028_sync 177 l\n2011_09_30/2011_09_30_drive_0028_sync 1122 r\n2011_09_30/2011_09_30_drive_0028_sync 1679 r\n2011_09_30/2011_09_30_drive_0028_sync 1956 r\n2011_09_30/2011_09_30_drive_0028_sync 3203 r\n2011_09_30/2011_09_30_drive_0028_sync 2851 r\n2011_09_30/2011_09_30_drive_0028_sync 2196 r\n2011_09_30/2011_09_30_drive_0028_sync 3180 l\n2011_09_30/2011_09_30_drive_0028_sync 3143 r\n2011_09_30/2011_09_30_drive_0028_sync 3267 l\n2011_09_30/2011_09_30_drive_0028_sync 865 l\n2011_09_30/2011_09_30_drive_0028_sync 2416 r\n2011_09_30/2011_09_30_drive_0028_sync 665 r\n2011_09_30/2011_09_30_drive_0028_sync 2122 r\n2011_09_30/2011_09_30_drive_0028_sync 466 l\n2011_09_30/2011_09_30_drive_0028_sync 918 l\n2011_09_30/2011_09_30_drive_0028_sync 1842 l\n2011_09_30/2011_09_30_drive_0028_sync 2599 l\n2011_09_30/2011_09_30_drive_0028_sync 1953 l\n2011_09_30/2011_09_30_drive_0028_sync 6 l\n2011_09_30/2011_09_30_drive_0028_sync 4672 l\n2011_09_30/2011_09_30_drive_0028_sync 4570 r\n2011_09_30/2011_09_30_drive_0028_sync 1398 l\n2011_09_30/2011_09_30_drive_0028_sync 4297 r\n2011_09_30/2011_09_30_drive_0028_sync 4489 l\n2011_09_30/2011_09_30_drive_0028_sync 3142 l\n2011_09_30/2011_09_30_drive_0028_sync 3754 r\n2011_09_30/2011_09_30_drive_0028_sync 2997 l\n2011_09_30/2011_09_30_drive_0028_sync 3824 r\n2011_09_30/2011_09_30_drive_0028_sync 4356 l\n2011_09_30/2011_09_30_drive_0028_sync 2670 r\n2011_09_30/2011_09_30_drive_0028_sync 2808 l\n2011_09_30/2011_09_30_drive_0028_sync 4585 l\n2011_09_30/2011_09_30_drive_0028_sync 2316 l\n2011_09_30/2011_09_30_drive_0028_sync 3157 l\n2011_09_30/2011_09_30_drive_0028_sync 2268 l\n2011_09_30/2011_09_30_drive_0028_sync 2389 r\n2011_09_30/2011_09_30_drive_0028_sync 1707 l\n2011_09_30/2011_09_30_drive_0028_sync 3371 r\n2011_09_30/2011_09_30_drive_0028_sync 728 l\n2011_09_30/2011_09_30_drive_0028_sync 373 l\n2011_09_30/2011_09_30_drive_0028_sync 4069 r\n2011_09_30/2011_09_30_drive_0028_sync 1731 l\n2011_09_30/2011_09_30_drive_0028_sync 312 l\n2011_09_30/2011_09_30_drive_0028_sync 3036 l\n2011_09_30/2011_09_30_drive_0028_sync 3821 l\n2011_09_30/2011_09_30_drive_0028_sync 3831 l\n2011_09_30/2011_09_30_drive_0028_sync 4547 l\n2011_09_30/2011_09_30_drive_0028_sync 3910 l\n2011_09_30/2011_09_30_drive_0028_sync 4374 l\n2011_09_30/2011_09_30_drive_0028_sync 1710 l\n2011_09_30/2011_09_30_drive_0028_sync 630 l\n2011_09_30/2011_09_30_drive_0028_sync 1117 l\n2011_09_30/2011_09_30_drive_0028_sync 2972 l\n2011_09_30/2011_09_30_drive_0028_sync 1549 r\n2011_09_30/2011_09_30_drive_0028_sync 3410 r\n2011_09_30/2011_09_30_drive_0028_sync 3417 r\n2011_09_30/2011_09_30_drive_0028_sync 3692 r\n2011_09_30/2011_09_30_drive_0028_sync 3049 l\n2011_09_30/2011_09_30_drive_0028_sync 4868 r\n2011_09_30/2011_09_30_drive_0028_sync 837 r\n2011_09_30/2011_09_30_drive_0028_sync 743 r\n2011_09_30/2011_09_30_drive_0028_sync 615 r\n2011_09_30/2011_09_30_drive_0028_sync 2899 r\n2011_09_30/2011_09_30_drive_0028_sync 2452 l\n2011_09_30/2011_09_30_drive_0028_sync 4345 r\n2011_09_30/2011_09_30_drive_0028_sync 3364 l\n2011_09_30/2011_09_30_drive_0028_sync 3784 r\n2011_09_30/2011_09_30_drive_0028_sync 3516 l\n2011_09_30/2011_09_30_drive_0028_sync 4093 l\n2011_09_30/2011_09_30_drive_0028_sync 4962 r\n2011_09_30/2011_09_30_drive_0028_sync 1265 r\n2011_09_30/2011_09_30_drive_0028_sync 4517 r\n2011_09_30/2011_09_30_drive_0028_sync 3628 r\n2011_09_30/2011_09_30_drive_0028_sync 3552 r\n2011_09_30/2011_09_30_drive_0028_sync 5171 r\n2011_09_30/2011_09_30_drive_0028_sync 933 r\n2011_09_30/2011_09_30_drive_0028_sync 3524 l\n2011_09_30/2011_09_30_drive_0028_sync 1758 r\n2011_09_30/2011_09_30_drive_0028_sync 1246 l\n2011_09_30/2011_09_30_drive_0028_sync 2670 l\n2011_09_30/2011_09_30_drive_0028_sync 4513 l\n2011_09_30/2011_09_30_drive_0028_sync 2190 l\n2011_09_30/2011_09_30_drive_0028_sync 3278 l\n2011_09_30/2011_09_30_drive_0028_sync 84 l\n2011_09_30/2011_09_30_drive_0028_sync 107 r\n2011_09_30/2011_09_30_drive_0028_sync 496 l\n2011_09_30/2011_09_30_drive_0028_sync 3115 r\n2011_09_30/2011_09_30_drive_0028_sync 2430 r\n2011_09_30/2011_09_30_drive_0028_sync 1836 r\n2011_09_30/2011_09_30_drive_0028_sync 4948 r\n2011_09_30/2011_09_30_drive_0028_sync 3782 r\n2011_09_30/2011_09_30_drive_0028_sync 5130 l\n2011_09_30/2011_09_30_drive_0028_sync 880 r\n2011_09_30/2011_09_30_drive_0028_sync 4613 r\n2011_09_30/2011_09_30_drive_0028_sync 4267 r\n2011_09_30/2011_09_30_drive_0028_sync 2382 r\n2011_09_30/2011_09_30_drive_0028_sync 3743 l\n2011_09_30/2011_09_30_drive_0028_sync 989 r\n2011_09_30/2011_09_30_drive_0028_sync 810 l\n2011_09_30/2011_09_30_drive_0028_sync 2743 r\n2011_09_30/2011_09_30_drive_0028_sync 188 r\n2011_09_30/2011_09_30_drive_0028_sync 892 r\n2011_09_30/2011_09_30_drive_0028_sync 1445 l\n2011_09_30/2011_09_30_drive_0028_sync 884 r\n2011_09_30/2011_09_30_drive_0028_sync 4147 r\n2011_09_30/2011_09_30_drive_0028_sync 4680 l\n2011_09_30/2011_09_30_drive_0028_sync 3765 r\n2011_09_30/2011_09_30_drive_0028_sync 1942 r\n2011_09_30/2011_09_30_drive_0028_sync 2786 l\n2011_09_30/2011_09_30_drive_0028_sync 4130 r\n2011_09_30/2011_09_30_drive_0028_sync 1094 l\n2011_09_30/2011_09_30_drive_0028_sync 2546 l\n2011_09_30/2011_09_30_drive_0028_sync 3020 r\n2011_09_30/2011_09_30_drive_0028_sync 4188 l\n2011_09_30/2011_09_30_drive_0028_sync 3900 l\n2011_09_30/2011_09_30_drive_0028_sync 2990 l\n2011_09_30/2011_09_30_drive_0028_sync 1161 l\n2011_09_30/2011_09_30_drive_0028_sync 3468 r\n2011_09_30/2011_09_30_drive_0028_sync 4400 r\n2011_09_30/2011_09_30_drive_0028_sync 4712 r\n2011_09_30/2011_09_30_drive_0028_sync 2016 r\n2011_09_30/2011_09_30_drive_0028_sync 3374 l\n2011_09_30/2011_09_30_drive_0028_sync 2919 r\n2011_09_30/2011_09_30_drive_0028_sync 703 r\n2011_09_30/2011_09_30_drive_0028_sync 1187 l\n2011_09_30/2011_09_30_drive_0028_sync 1181 r\n2011_09_30/2011_09_30_drive_0028_sync 3822 l\n2011_09_30/2011_09_30_drive_0028_sync 1660 l\n2011_09_30/2011_09_30_drive_0028_sync 2063 l\n2011_09_30/2011_09_30_drive_0028_sync 209 r\n2011_09_30/2011_09_30_drive_0028_sync 789 l\n2011_09_30/2011_09_30_drive_0028_sync 4290 l\n2011_09_30/2011_09_30_drive_0028_sync 1948 l\n2011_09_30/2011_09_30_drive_0028_sync 907 l\n2011_09_30/2011_09_30_drive_0028_sync 3396 l\n2011_09_30/2011_09_30_drive_0028_sync 999 r\n2011_09_30/2011_09_30_drive_0028_sync 4439 r\n2011_09_30/2011_09_30_drive_0028_sync 3660 r\n2011_09_30/2011_09_30_drive_0028_sync 4645 l\n2011_09_30/2011_09_30_drive_0028_sync 3883 l\n2011_09_30/2011_09_30_drive_0028_sync 2592 l\n2011_09_30/2011_09_30_drive_0028_sync 3853 r\n2011_09_30/2011_09_30_drive_0028_sync 3930 l\n2011_09_30/2011_09_30_drive_0028_sync 223 l\n2011_09_30/2011_09_30_drive_0028_sync 2963 r\n2011_09_30/2011_09_30_drive_0028_sync 2355 l\n2011_09_30/2011_09_30_drive_0028_sync 1034 l\n2011_09_30/2011_09_30_drive_0028_sync 891 l\n2011_09_30/2011_09_30_drive_0028_sync 2672 l\n2011_09_30/2011_09_30_drive_0028_sync 1976 r\n2011_09_30/2011_09_30_drive_0028_sync 4863 l\n2011_09_30/2011_09_30_drive_0028_sync 3884 r\n2011_09_30/2011_09_30_drive_0028_sync 2071 r\n2011_09_30/2011_09_30_drive_0028_sync 1299 l\n2011_09_30/2011_09_30_drive_0028_sync 481 r\n2011_09_30/2011_09_30_drive_0028_sync 3262 l\n2011_09_30/2011_09_30_drive_0028_sync 595 r\n2011_09_30/2011_09_30_drive_0028_sync 3006 r\n2011_09_30/2011_09_30_drive_0028_sync 1129 l\n2011_09_30/2011_09_30_drive_0028_sync 1488 l\n2011_09_30/2011_09_30_drive_0028_sync 2665 l\n2011_09_30/2011_09_30_drive_0028_sync 1365 r\n2011_09_30/2011_09_30_drive_0028_sync 123 r\n2011_09_30/2011_09_30_drive_0028_sync 3520 r\n2011_09_30/2011_09_30_drive_0028_sync 1342 l\n2011_09_30/2011_09_30_drive_0028_sync 3856 l\n2011_09_30/2011_09_30_drive_0028_sync 2553 r\n2011_09_30/2011_09_30_drive_0028_sync 2898 l\n2011_09_30/2011_09_30_drive_0028_sync 2953 r\n2011_09_30/2011_09_30_drive_0028_sync 688 r\n2011_09_30/2011_09_30_drive_0028_sync 4653 l\n2011_09_30/2011_09_30_drive_0028_sync 1965 r\n2011_09_30/2011_09_30_drive_0028_sync 3089 l\n2011_09_30/2011_09_30_drive_0028_sync 713 l\n2011_09_30/2011_09_30_drive_0028_sync 157 r\n2011_09_30/2011_09_30_drive_0028_sync 675 r\n2011_09_30/2011_09_30_drive_0028_sync 4064 r\n2011_09_30/2011_09_30_drive_0028_sync 1238 r\n2011_09_30/2011_09_30_drive_0028_sync 1313 r\n2011_09_30/2011_09_30_drive_0028_sync 101 l\n2011_09_30/2011_09_30_drive_0028_sync 3881 r\n2011_09_30/2011_09_30_drive_0028_sync 1218 r\n2011_09_30/2011_09_30_drive_0028_sync 2354 r\n2011_09_30/2011_09_30_drive_0028_sync 3921 l\n2011_09_30/2011_09_30_drive_0028_sync 4737 l\n2011_09_30/2011_09_30_drive_0028_sync 2818 r\n2011_09_30/2011_09_30_drive_0028_sync 455 r\n2011_09_30/2011_09_30_drive_0028_sync 4505 l\n2011_09_30/2011_09_30_drive_0028_sync 144 r\n2011_09_30/2011_09_30_drive_0028_sync 1477 l\n2011_09_30/2011_09_30_drive_0028_sync 3014 l\n2011_09_30/2011_09_30_drive_0028_sync 339 l\n2011_09_30/2011_09_30_drive_0028_sync 3742 l\n2011_09_30/2011_09_30_drive_0028_sync 666 r\n2011_09_30/2011_09_30_drive_0028_sync 1671 l\n2011_09_30/2011_09_30_drive_0028_sync 2726 l\n2011_09_30/2011_09_30_drive_0028_sync 4794 l\n2011_09_30/2011_09_30_drive_0028_sync 670 r\n2011_09_30/2011_09_30_drive_0028_sync 1904 r\n2011_09_30/2011_09_30_drive_0028_sync 1401 l\n2011_09_30/2011_09_30_drive_0028_sync 779 r\n2011_09_30/2011_09_30_drive_0028_sync 1464 r\n2011_09_30/2011_09_30_drive_0028_sync 1007 r\n2011_09_30/2011_09_30_drive_0028_sync 4867 r\n2011_09_30/2011_09_30_drive_0028_sync 2614 l\n2011_09_30/2011_09_30_drive_0028_sync 2634 l\n2011_09_30/2011_09_30_drive_0028_sync 4096 r\n2011_09_30/2011_09_30_drive_0028_sync 2884 l\n2011_09_30/2011_09_30_drive_0028_sync 1797 r\n2011_09_30/2011_09_30_drive_0028_sync 2309 r\n2011_09_30/2011_09_30_drive_0028_sync 630 r\n2011_09_30/2011_09_30_drive_0028_sync 4061 l\n2011_09_30/2011_09_30_drive_0028_sync 3259 r\n2011_09_30/2011_09_30_drive_0028_sync 4668 r\n2011_09_30/2011_09_30_drive_0028_sync 2403 l\n2011_09_30/2011_09_30_drive_0028_sync 774 l\n2011_09_30/2011_09_30_drive_0028_sync 2947 l\n2011_09_30/2011_09_30_drive_0028_sync 3378 r\n2011_09_30/2011_09_30_drive_0028_sync 2828 r\n2011_09_30/2011_09_30_drive_0028_sync 1575 r\n2011_09_30/2011_09_30_drive_0028_sync 1823 r\n2011_09_30/2011_09_30_drive_0028_sync 183 r\n2011_09_30/2011_09_30_drive_0028_sync 1432 l\n2011_09_30/2011_09_30_drive_0028_sync 4409 r\n2011_09_30/2011_09_30_drive_0028_sync 4171 l\n2011_09_30/2011_09_30_drive_0028_sync 652 r\n2011_09_30/2011_09_30_drive_0028_sync 297 r\n2011_09_30/2011_09_30_drive_0028_sync 374 l\n2011_09_30/2011_09_30_drive_0028_sync 1528 l\n2011_09_30/2011_09_30_drive_0028_sync 2147 r\n2011_09_30/2011_09_30_drive_0028_sync 618 r\n2011_09_30/2011_09_30_drive_0028_sync 4490 l\n2011_09_30/2011_09_30_drive_0028_sync 1076 r\n2011_09_30/2011_09_30_drive_0028_sync 493 r\n2011_09_30/2011_09_30_drive_0028_sync 1581 r\n2011_09_30/2011_09_30_drive_0028_sync 1971 r\n2011_09_30/2011_09_30_drive_0028_sync 1841 l\n2011_09_30/2011_09_30_drive_0028_sync 4702 l\n2011_09_30/2011_09_30_drive_0028_sync 5128 r\n2011_09_30/2011_09_30_drive_0028_sync 970 l\n2011_09_30/2011_09_30_drive_0028_sync 4805 l\n2011_09_30/2011_09_30_drive_0028_sync 3194 r\n2011_09_30/2011_09_30_drive_0028_sync 4523 r\n2011_09_30/2011_09_30_drive_0028_sync 1592 l\n2011_09_30/2011_09_30_drive_0028_sync 758 l\n2011_09_30/2011_09_30_drive_0028_sync 3626 l\n2011_09_30/2011_09_30_drive_0028_sync 119 l\n2011_09_30/2011_09_30_drive_0028_sync 5145 l\n2011_09_30/2011_09_30_drive_0028_sync 624 r\n2011_09_30/2011_09_30_drive_0028_sync 1813 r\n2011_09_30/2011_09_30_drive_0028_sync 2145 r\n2011_09_30/2011_09_30_drive_0028_sync 2094 l\n2011_09_30/2011_09_30_drive_0028_sync 776 r\n2011_09_30/2011_09_30_drive_0028_sync 140 r\n2011_09_30/2011_09_30_drive_0028_sync 956 l\n2011_09_30/2011_09_30_drive_0028_sync 4970 l\n2011_09_30/2011_09_30_drive_0028_sync 91 r\n2011_09_30/2011_09_30_drive_0028_sync 3160 l\n2011_09_30/2011_09_30_drive_0028_sync 4123 r\n2011_09_30/2011_09_30_drive_0028_sync 4559 r\n2011_09_30/2011_09_30_drive_0028_sync 4086 l\n2011_09_30/2011_09_30_drive_0028_sync 3856 r\n2011_09_30/2011_09_30_drive_0028_sync 3360 r\n2011_09_30/2011_09_30_drive_0028_sync 1570 l\n2011_09_30/2011_09_30_drive_0028_sync 3250 r\n2011_09_30/2011_09_30_drive_0028_sync 44 l\n2011_09_30/2011_09_30_drive_0028_sync 1282 r\n2011_09_30/2011_09_30_drive_0028_sync 118 r\n2011_09_30/2011_09_30_drive_0028_sync 2747 r\n2011_09_30/2011_09_30_drive_0028_sync 4402 r\n2011_09_30/2011_09_30_drive_0028_sync 1807 r\n2011_09_30/2011_09_30_drive_0028_sync 1332 r\n2011_09_30/2011_09_30_drive_0028_sync 4492 l\n2011_09_30/2011_09_30_drive_0028_sync 1069 l\n2011_09_30/2011_09_30_drive_0028_sync 3110 l\n2011_09_30/2011_09_30_drive_0028_sync 4031 r\n2011_09_30/2011_09_30_drive_0028_sync 1484 r\n2011_09_30/2011_09_30_drive_0028_sync 2060 l\n2011_09_30/2011_09_30_drive_0028_sync 177 r\n2011_09_30/2011_09_30_drive_0028_sync 4701 r\n2011_09_30/2011_09_30_drive_0028_sync 296 l\n2011_09_30/2011_09_30_drive_0028_sync 2778 l\n2011_09_30/2011_09_30_drive_0028_sync 4431 l\n2011_09_30/2011_09_30_drive_0028_sync 2410 r\n2011_09_30/2011_09_30_drive_0028_sync 4168 l\n2011_09_30/2011_09_30_drive_0028_sync 3043 l\n2011_09_30/2011_09_30_drive_0028_sync 4961 r\n2011_09_30/2011_09_30_drive_0028_sync 3336 r\n2011_09_30/2011_09_30_drive_0028_sync 2846 l\n2011_09_30/2011_09_30_drive_0028_sync 2559 l\n2011_09_30/2011_09_30_drive_0028_sync 3363 r\n2011_09_30/2011_09_30_drive_0028_sync 2730 r\n2011_09_30/2011_09_30_drive_0028_sync 394 l\n2011_09_30/2011_09_30_drive_0028_sync 1307 l\n2011_09_30/2011_09_30_drive_0028_sync 3768 l\n2011_09_30/2011_09_30_drive_0028_sync 1882 l\n2011_09_30/2011_09_30_drive_0028_sync 3815 r\n2011_09_30/2011_09_30_drive_0028_sync 533 l\n2011_09_30/2011_09_30_drive_0028_sync 1840 r\n2011_09_30/2011_09_30_drive_0028_sync 2080 r\n2011_09_30/2011_09_30_drive_0028_sync 1681 r\n2011_09_30/2011_09_30_drive_0028_sync 3067 l\n2011_09_30/2011_09_30_drive_0028_sync 2123 l\n2011_09_30/2011_09_30_drive_0028_sync 3876 l\n2011_09_30/2011_09_30_drive_0028_sync 2189 r\n2011_09_30/2011_09_30_drive_0028_sync 1370 l\n2011_09_30/2011_09_30_drive_0028_sync 1957 l\n2011_09_30/2011_09_30_drive_0028_sync 1755 l\n2011_09_30/2011_09_30_drive_0028_sync 2176 r\n2011_09_30/2011_09_30_drive_0028_sync 2550 l\n2011_09_30/2011_09_30_drive_0028_sync 1481 l\n2011_09_30/2011_09_30_drive_0028_sync 4814 r\n2011_09_30/2011_09_30_drive_0028_sync 95 r\n2011_09_30/2011_09_30_drive_0028_sync 4592 r\n2011_09_30/2011_09_30_drive_0028_sync 240 l\n2011_09_30/2011_09_30_drive_0028_sync 2744 r\n2011_09_30/2011_09_30_drive_0028_sync 4169 l\n2011_09_30/2011_09_30_drive_0028_sync 3743 r\n2011_09_30/2011_09_30_drive_0028_sync 1684 r\n2011_09_30/2011_09_30_drive_0028_sync 440 r\n2011_09_30/2011_09_30_drive_0028_sync 4194 l\n2011_09_30/2011_09_30_drive_0028_sync 249 r\n2011_09_30/2011_09_30_drive_0028_sync 2371 r\n2011_09_30/2011_09_30_drive_0028_sync 1035 r\n2011_09_30/2011_09_30_drive_0028_sync 735 l\n2011_09_30/2011_09_30_drive_0028_sync 840 r\n2011_09_30/2011_09_30_drive_0028_sync 4768 r\n2011_09_30/2011_09_30_drive_0028_sync 3615 r\n2011_09_30/2011_09_30_drive_0028_sync 2584 r\n2011_09_30/2011_09_30_drive_0028_sync 1089 l\n2011_09_30/2011_09_30_drive_0028_sync 3708 r\n2011_09_30/2011_09_30_drive_0028_sync 3978 l\n2011_09_30/2011_09_30_drive_0028_sync 1945 r\n2011_09_30/2011_09_30_drive_0028_sync 886 r\n2011_09_30/2011_09_30_drive_0028_sync 3561 l\n2011_09_30/2011_09_30_drive_0028_sync 3241 l\n2011_09_30/2011_09_30_drive_0028_sync 2108 l\n2011_09_30/2011_09_30_drive_0028_sync 2783 r\n2011_09_30/2011_09_30_drive_0028_sync 5151 r\n2011_09_30/2011_09_30_drive_0028_sync 2009 l\n2011_09_30/2011_09_30_drive_0028_sync 4951 l\n2011_09_30/2011_09_30_drive_0028_sync 4727 l\n2011_09_30/2011_09_30_drive_0028_sync 3255 l\n2011_09_30/2011_09_30_drive_0028_sync 708 l\n2011_09_30/2011_09_30_drive_0028_sync 3518 l\n2011_09_30/2011_09_30_drive_0028_sync 768 r\n2011_09_30/2011_09_30_drive_0028_sync 4795 r\n2011_09_30/2011_09_30_drive_0028_sync 664 l\n2011_09_30/2011_09_30_drive_0028_sync 1173 r\n2011_09_30/2011_09_30_drive_0028_sync 1885 r\n2011_09_30/2011_09_30_drive_0028_sync 4682 r\n2011_09_30/2011_09_30_drive_0028_sync 1562 l\n2011_09_30/2011_09_30_drive_0028_sync 1792 l\n2011_09_30/2011_09_30_drive_0028_sync 2746 l\n2011_09_30/2011_09_30_drive_0028_sync 626 l\n2011_09_30/2011_09_30_drive_0028_sync 3355 l\n2011_09_30/2011_09_30_drive_0028_sync 4650 l\n2011_09_30/2011_09_30_drive_0028_sync 4530 l\n2011_09_30/2011_09_30_drive_0028_sync 1021 l\n2011_09_30/2011_09_30_drive_0028_sync 2964 l\n2011_09_30/2011_09_30_drive_0028_sync 296 r\n2011_09_30/2011_09_30_drive_0028_sync 4700 r\n2011_09_30/2011_09_30_drive_0028_sync 2258 l\n2011_09_30/2011_09_30_drive_0028_sync 129 r\n2011_09_30/2011_09_30_drive_0028_sync 1505 l\n2011_09_30/2011_09_30_drive_0028_sync 1006 r\n2011_09_30/2011_09_30_drive_0028_sync 710 l\n2011_09_30/2011_09_30_drive_0028_sync 3847 l\n2011_09_30/2011_09_30_drive_0028_sync 5056 l\n2011_09_30/2011_09_30_drive_0028_sync 3151 l\n2011_09_30/2011_09_30_drive_0028_sync 5035 l\n2011_09_30/2011_09_30_drive_0028_sync 2589 l\n2011_09_30/2011_09_30_drive_0028_sync 1531 r\n2011_09_30/2011_09_30_drive_0028_sync 416 r\n2011_09_30/2011_09_30_drive_0028_sync 148 l\n2011_09_30/2011_09_30_drive_0028_sync 4989 l\n2011_09_30/2011_09_30_drive_0028_sync 1071 l\n2011_09_30/2011_09_30_drive_0028_sync 4164 l\n2011_09_30/2011_09_30_drive_0028_sync 4831 l\n2011_09_30/2011_09_30_drive_0028_sync 1821 r\n2011_09_30/2011_09_30_drive_0028_sync 1369 r\n2011_09_30/2011_09_30_drive_0028_sync 1782 l\n2011_09_30/2011_09_30_drive_0028_sync 4755 r\n2011_09_30/2011_09_30_drive_0028_sync 799 r\n2011_09_30/2011_09_30_drive_0028_sync 712 l\n2011_09_30/2011_09_30_drive_0028_sync 37 r\n2011_09_30/2011_09_30_drive_0028_sync 4545 r\n2011_09_30/2011_09_30_drive_0028_sync 4637 l\n2011_09_30/2011_09_30_drive_0028_sync 494 r\n2011_09_30/2011_09_30_drive_0028_sync 3003 l\n2011_09_30/2011_09_30_drive_0028_sync 104 l\n2011_09_30/2011_09_30_drive_0028_sync 4103 l\n2011_09_30/2011_09_30_drive_0028_sync 2350 r\n2011_09_30/2011_09_30_drive_0028_sync 1356 r\n2011_09_30/2011_09_30_drive_0028_sync 2438 r\n2011_09_30/2011_09_30_drive_0028_sync 4780 l\n2011_09_30/2011_09_30_drive_0028_sync 3828 l\n2011_09_30/2011_09_30_drive_0028_sync 1294 r\n2011_09_30/2011_09_30_drive_0028_sync 2809 l\n2011_09_30/2011_09_30_drive_0028_sync 1201 r\n2011_09_30/2011_09_30_drive_0028_sync 3309 r\n2011_09_30/2011_09_30_drive_0028_sync 1729 r\n2011_09_30/2011_09_30_drive_0028_sync 3632 r\n2011_09_30/2011_09_30_drive_0028_sync 4562 l\n2011_09_30/2011_09_30_drive_0028_sync 3052 l\n2011_09_30/2011_09_30_drive_0028_sync 3351 l\n2011_09_30/2011_09_30_drive_0028_sync 5048 r\n2011_09_30/2011_09_30_drive_0028_sync 681 l\n2011_09_30/2011_09_30_drive_0028_sync 5147 l\n2011_09_30/2011_09_30_drive_0028_sync 1032 l\n2011_09_30/2011_09_30_drive_0028_sync 3890 l\n2011_09_30/2011_09_30_drive_0028_sync 2211 r\n2011_09_30/2011_09_30_drive_0028_sync 4327 r\n2011_09_30/2011_09_30_drive_0028_sync 2134 r\n2011_09_30/2011_09_30_drive_0028_sync 4910 r\n2011_09_30/2011_09_30_drive_0028_sync 2061 r\n2011_09_30/2011_09_30_drive_0028_sync 85 r\n2011_09_30/2011_09_30_drive_0028_sync 3481 l\n2011_09_30/2011_09_30_drive_0028_sync 1027 l\n2011_09_30/2011_09_30_drive_0028_sync 1799 r\n2011_09_30/2011_09_30_drive_0028_sync 4553 l\n2011_09_30/2011_09_30_drive_0028_sync 4186 r\n2011_09_30/2011_09_30_drive_0028_sync 1760 r\n2011_09_30/2011_09_30_drive_0028_sync 4437 l\n2011_09_30/2011_09_30_drive_0028_sync 5080 l\n2011_09_30/2011_09_30_drive_0028_sync 4690 r\n2011_09_30/2011_09_30_drive_0028_sync 2164 l\n2011_09_30/2011_09_30_drive_0028_sync 1798 r\n2011_09_30/2011_09_30_drive_0028_sync 5140 r\n2011_09_30/2011_09_30_drive_0028_sync 1196 l\n2011_09_30/2011_09_30_drive_0028_sync 2781 l\n2011_09_30/2011_09_30_drive_0028_sync 3012 r\n2011_09_30/2011_09_30_drive_0028_sync 952 r\n2011_09_30/2011_09_30_drive_0028_sync 5047 l\n2011_09_30/2011_09_30_drive_0028_sync 4539 r\n2011_09_30/2011_09_30_drive_0028_sync 1328 l\n2011_09_30/2011_09_30_drive_0028_sync 4514 r\n2011_09_30/2011_09_30_drive_0028_sync 4443 l\n2011_09_30/2011_09_30_drive_0028_sync 2296 r\n2011_09_30/2011_09_30_drive_0028_sync 2647 l\n2011_09_30/2011_09_30_drive_0028_sync 2533 r\n2011_09_30/2011_09_30_drive_0028_sync 4868 l\n2011_09_30/2011_09_30_drive_0028_sync 2531 l\n2011_09_30/2011_09_30_drive_0028_sync 1056 l\n2011_09_30/2011_09_30_drive_0028_sync 2180 l\n2011_09_30/2011_09_30_drive_0028_sync 4233 r\n2011_09_30/2011_09_30_drive_0028_sync 3961 r\n2011_09_30/2011_09_30_drive_0028_sync 3205 l\n2011_09_30/2011_09_30_drive_0028_sync 4487 l\n2011_09_30/2011_09_30_drive_0028_sync 1997 l\n2011_09_30/2011_09_30_drive_0028_sync 1722 l\n2011_09_30/2011_09_30_drive_0028_sync 2956 l\n2011_09_30/2011_09_30_drive_0028_sync 4221 r\n2011_09_30/2011_09_30_drive_0028_sync 2636 l\n2011_09_30/2011_09_30_drive_0028_sync 1017 l\n2011_09_30/2011_09_30_drive_0028_sync 3952 l\n2011_09_30/2011_09_30_drive_0028_sync 2183 l\n2011_09_30/2011_09_30_drive_0028_sync 714 l\n2011_09_30/2011_09_30_drive_0028_sync 1118 l\n2011_09_30/2011_09_30_drive_0028_sync 2391 l\n2011_09_30/2011_09_30_drive_0028_sync 3483 l\n2011_09_30/2011_09_30_drive_0028_sync 1166 r\n2011_09_30/2011_09_30_drive_0028_sync 2265 l\n2011_09_30/2011_09_30_drive_0028_sync 1200 l\n2011_09_30/2011_09_30_drive_0028_sync 3492 l\n2011_09_30/2011_09_30_drive_0028_sync 2961 r\n2011_09_30/2011_09_30_drive_0028_sync 1923 l\n2011_09_30/2011_09_30_drive_0028_sync 2511 l\n2011_09_30/2011_09_30_drive_0028_sync 3066 l\n2011_09_30/2011_09_30_drive_0028_sync 3976 l\n2011_09_30/2011_09_30_drive_0028_sync 2999 r\n2011_09_30/2011_09_30_drive_0028_sync 1637 r\n2011_09_30/2011_09_30_drive_0028_sync 2224 r\n2011_09_30/2011_09_30_drive_0028_sync 1403 r\n2011_09_30/2011_09_30_drive_0028_sync 3717 l\n2011_09_30/2011_09_30_drive_0028_sync 3833 r\n2011_09_30/2011_09_30_drive_0028_sync 2304 r\n2011_09_30/2011_09_30_drive_0028_sync 2568 r\n2011_09_30/2011_09_30_drive_0028_sync 3204 l\n2011_09_30/2011_09_30_drive_0028_sync 1482 r\n2011_09_30/2011_09_30_drive_0028_sync 2871 r\n2011_09_30/2011_09_30_drive_0028_sync 1005 l\n2011_09_30/2011_09_30_drive_0028_sync 1173 l\n2011_09_30/2011_09_30_drive_0028_sync 1724 l\n2011_09_30/2011_09_30_drive_0028_sync 2061 l\n2011_09_30/2011_09_30_drive_0028_sync 4747 l\n2011_09_30/2011_09_30_drive_0028_sync 2075 l\n2011_09_30/2011_09_30_drive_0028_sync 4228 l\n2011_09_30/2011_09_30_drive_0028_sync 2684 r\n2011_09_30/2011_09_30_drive_0028_sync 2806 l\n2011_09_30/2011_09_30_drive_0028_sync 2645 l\n2011_09_30/2011_09_30_drive_0028_sync 4176 r\n2011_09_30/2011_09_30_drive_0028_sync 551 l\n2011_09_30/2011_09_30_drive_0028_sync 1808 l\n2011_09_30/2011_09_30_drive_0028_sync 3726 l\n2011_09_30/2011_09_30_drive_0028_sync 1957 r\n2011_09_30/2011_09_30_drive_0028_sync 3685 l\n2011_09_30/2011_09_30_drive_0028_sync 82 r\n2011_09_30/2011_09_30_drive_0028_sync 2535 r\n2011_09_30/2011_09_30_drive_0028_sync 5049 r\n2011_09_30/2011_09_30_drive_0028_sync 4391 r\n2011_09_30/2011_09_30_drive_0028_sync 4949 r\n2011_09_30/2011_09_30_drive_0028_sync 3220 l\n2011_09_30/2011_09_30_drive_0028_sync 2291 r\n2011_09_30/2011_09_30_drive_0028_sync 242 r\n2011_09_30/2011_09_30_drive_0028_sync 990 l\n2011_09_30/2011_09_30_drive_0028_sync 4551 l\n2011_09_30/2011_09_30_drive_0028_sync 2619 r\n2011_09_30/2011_09_30_drive_0028_sync 3391 r\n2011_09_30/2011_09_30_drive_0028_sync 4197 l\n2011_09_30/2011_09_30_drive_0028_sync 3297 r\n2011_09_30/2011_09_30_drive_0028_sync 4067 l\n2011_09_30/2011_09_30_drive_0028_sync 4683 r\n2011_09_30/2011_09_30_drive_0028_sync 1317 r\n2011_09_30/2011_09_30_drive_0028_sync 2389 l\n2011_09_30/2011_09_30_drive_0028_sync 3024 l\n2011_09_30/2011_09_30_drive_0028_sync 1673 r\n2011_09_30/2011_09_30_drive_0028_sync 4909 l\n2011_09_30/2011_09_30_drive_0028_sync 1650 r\n2011_09_30/2011_09_30_drive_0028_sync 1340 r\n2011_09_30/2011_09_30_drive_0028_sync 476 l\n2011_09_30/2011_09_30_drive_0028_sync 111 r\n2011_09_30/2011_09_30_drive_0028_sync 5066 r\n2011_09_30/2011_09_30_drive_0028_sync 4371 r\n2011_09_30/2011_09_30_drive_0028_sync 4468 r\n2011_09_30/2011_09_30_drive_0028_sync 4474 r\n2011_09_30/2011_09_30_drive_0028_sync 1717 l\n2011_09_30/2011_09_30_drive_0028_sync 4317 l\n2011_09_30/2011_09_30_drive_0028_sync 3916 r\n2011_09_30/2011_09_30_drive_0028_sync 2070 l\n2011_09_30/2011_09_30_drive_0028_sync 2661 l\n2011_09_30/2011_09_30_drive_0028_sync 3442 r\n2011_09_30/2011_09_30_drive_0028_sync 723 r\n2011_09_30/2011_09_30_drive_0028_sync 5120 r\n2011_09_30/2011_09_30_drive_0028_sync 3967 r\n2011_09_30/2011_09_30_drive_0028_sync 421 r\n2011_09_30/2011_09_30_drive_0028_sync 5073 r\n2011_09_30/2011_09_30_drive_0028_sync 2428 l\n2011_09_30/2011_09_30_drive_0028_sync 270 r\n2011_09_30/2011_09_30_drive_0028_sync 2749 l\n2011_09_30/2011_09_30_drive_0028_sync 1530 r\n2011_09_30/2011_09_30_drive_0028_sync 4742 r\n2011_09_30/2011_09_30_drive_0028_sync 1568 l\n2011_09_30/2011_09_30_drive_0028_sync 3285 r\n2011_09_30/2011_09_30_drive_0028_sync 729 l\n2011_09_30/2011_09_30_drive_0028_sync 4143 l\n2011_09_30/2011_09_30_drive_0028_sync 4004 r\n2011_09_30/2011_09_30_drive_0028_sync 1589 l\n2011_09_30/2011_09_30_drive_0028_sync 926 l\n2011_09_30/2011_09_30_drive_0028_sync 485 l\n2011_09_30/2011_09_30_drive_0028_sync 557 r\n2011_09_30/2011_09_30_drive_0028_sync 1973 r\n2011_09_30/2011_09_30_drive_0028_sync 3615 l\n2011_09_30/2011_09_30_drive_0028_sync 3022 l\n2011_09_30/2011_09_30_drive_0028_sync 2050 r\n2011_09_30/2011_09_30_drive_0028_sync 4661 r\n2011_09_30/2011_09_30_drive_0028_sync 4851 l\n2011_09_30/2011_09_30_drive_0028_sync 1997 r\n2011_09_30/2011_09_30_drive_0028_sync 5082 l\n2011_09_30/2011_09_30_drive_0028_sync 2428 r\n2011_09_30/2011_09_30_drive_0028_sync 2619 l\n2011_09_30/2011_09_30_drive_0028_sync 387 l\n2011_09_30/2011_09_30_drive_0028_sync 471 r\n2011_09_30/2011_09_30_drive_0028_sync 2287 r\n2011_09_30/2011_09_30_drive_0028_sync 3279 l\n2011_09_30/2011_09_30_drive_0028_sync 1397 l\n2011_09_30/2011_09_30_drive_0028_sync 3695 r\n2011_09_30/2011_09_30_drive_0028_sync 1937 r\n2011_09_30/2011_09_30_drive_0028_sync 2450 r\n2011_09_30/2011_09_30_drive_0028_sync 3352 l\n2011_09_30/2011_09_30_drive_0028_sync 254 l\n2011_09_30/2011_09_30_drive_0028_sync 2102 l\n2011_09_30/2011_09_30_drive_0028_sync 1827 r\n2011_09_30/2011_09_30_drive_0028_sync 2618 l\n2011_09_30/2011_09_30_drive_0028_sync 748 l\n2011_09_30/2011_09_30_drive_0028_sync 4824 r\n2011_09_30/2011_09_30_drive_0028_sync 951 r\n2011_09_30/2011_09_30_drive_0028_sync 3303 r\n2011_09_30/2011_09_30_drive_0028_sync 133 r\n2011_09_30/2011_09_30_drive_0028_sync 1947 l\n2011_09_30/2011_09_30_drive_0028_sync 3559 l\n2011_09_30/2011_09_30_drive_0028_sync 3158 r\n2011_09_30/2011_09_30_drive_0028_sync 21 l\n2011_09_30/2011_09_30_drive_0028_sync 1408 l\n2011_09_30/2011_09_30_drive_0028_sync 4422 r\n2011_09_30/2011_09_30_drive_0028_sync 1664 l\n2011_09_30/2011_09_30_drive_0028_sync 396 r\n2011_09_30/2011_09_30_drive_0028_sync 4947 r\n2011_09_30/2011_09_30_drive_0028_sync 2772 r\n2011_09_30/2011_09_30_drive_0028_sync 1423 l\n2011_09_30/2011_09_30_drive_0028_sync 3639 l\n2011_09_30/2011_09_30_drive_0028_sync 1595 r\n2011_09_30/2011_09_30_drive_0028_sync 4339 l\n2011_09_30/2011_09_30_drive_0028_sync 1804 r\n2011_09_30/2011_09_30_drive_0028_sync 2852 l\n2011_09_30/2011_09_30_drive_0028_sync 3072 l\n2011_09_30/2011_09_30_drive_0028_sync 3924 l\n2011_09_30/2011_09_30_drive_0028_sync 614 r\n2011_09_30/2011_09_30_drive_0028_sync 2776 r\n2011_09_30/2011_09_30_drive_0028_sync 4178 l\n2011_09_30/2011_09_30_drive_0028_sync 211 r\n2011_09_30/2011_09_30_drive_0028_sync 2365 l\n2011_09_30/2011_09_30_drive_0028_sync 2562 r\n2011_09_30/2011_09_30_drive_0028_sync 1998 r\n2011_09_30/2011_09_30_drive_0028_sync 4878 r\n2011_09_30/2011_09_30_drive_0028_sync 3786 l\n2011_09_30/2011_09_30_drive_0028_sync 3037 l\n2011_09_30/2011_09_30_drive_0028_sync 2541 r\n2011_09_30/2011_09_30_drive_0028_sync 4239 r\n2011_09_30/2011_09_30_drive_0028_sync 2385 l\n2011_09_30/2011_09_30_drive_0028_sync 2066 l\n2011_09_30/2011_09_30_drive_0028_sync 5038 r\n2011_09_30/2011_09_30_drive_0028_sync 5068 r\n2011_09_30/2011_09_30_drive_0028_sync 4779 l\n2011_09_30/2011_09_30_drive_0028_sync 4654 r\n2011_09_30/2011_09_30_drive_0028_sync 222 r\n2011_09_30/2011_09_30_drive_0028_sync 2260 r\n2011_09_30/2011_09_30_drive_0028_sync 3877 l\n2011_09_30/2011_09_30_drive_0028_sync 3782 l\n2011_09_30/2011_09_30_drive_0028_sync 1691 r\n2011_09_30/2011_09_30_drive_0028_sync 1013 r\n2011_09_30/2011_09_30_drive_0028_sync 924 r\n2011_09_30/2011_09_30_drive_0028_sync 3265 l\n2011_09_30/2011_09_30_drive_0028_sync 5091 r\n2011_09_30/2011_09_30_drive_0028_sync 3579 r\n2011_09_30/2011_09_30_drive_0028_sync 4482 r\n2011_09_30/2011_09_30_drive_0028_sync 4534 l\n2011_09_30/2011_09_30_drive_0028_sync 2184 l\n2011_09_30/2011_09_30_drive_0028_sync 600 l\n2011_09_30/2011_09_30_drive_0028_sync 2002 l\n2011_09_30/2011_09_30_drive_0028_sync 1848 r\n2011_09_30/2011_09_30_drive_0028_sync 3700 l\n2011_09_30/2011_09_30_drive_0028_sync 3195 r\n2011_09_30/2011_09_30_drive_0028_sync 2244 l\n2011_09_30/2011_09_30_drive_0028_sync 4614 r\n2011_09_30/2011_09_30_drive_0028_sync 1725 r\n2011_09_30/2011_09_30_drive_0028_sync 4764 l\n2011_09_30/2011_09_30_drive_0028_sync 959 r\n2011_09_30/2011_09_30_drive_0028_sync 4347 r\n2011_09_30/2011_09_30_drive_0028_sync 2306 r\n2011_09_30/2011_09_30_drive_0028_sync 4139 r\n2011_09_30/2011_09_30_drive_0028_sync 3666 l\n2011_09_30/2011_09_30_drive_0028_sync 252 r\n2011_09_30/2011_09_30_drive_0028_sync 4529 l\n2011_09_30/2011_09_30_drive_0028_sync 2611 l\n2011_09_30/2011_09_30_drive_0028_sync 1773 l\n2011_09_30/2011_09_30_drive_0028_sync 1204 r\n2011_09_30/2011_09_30_drive_0028_sync 3659 r\n2011_09_30/2011_09_30_drive_0028_sync 15 l\n2011_09_30/2011_09_30_drive_0028_sync 313 l\n2011_09_30/2011_09_30_drive_0028_sync 383 l\n2011_09_30/2011_09_30_drive_0028_sync 704 r\n2011_09_30/2011_09_30_drive_0028_sync 632 r\n2011_09_30/2011_09_30_drive_0028_sync 5040 l\n2011_09_30/2011_09_30_drive_0028_sync 5123 l\n2011_09_30/2011_09_30_drive_0028_sync 1287 l\n2011_09_30/2011_09_30_drive_0028_sync 1353 l\n2011_09_30/2011_09_30_drive_0028_sync 4834 l\n2011_09_30/2011_09_30_drive_0028_sync 451 l\n2011_09_30/2011_09_30_drive_0028_sync 4669 r\n2011_09_30/2011_09_30_drive_0028_sync 504 r\n2011_09_30/2011_09_30_drive_0028_sync 4591 l\n2011_09_30/2011_09_30_drive_0028_sync 3293 l\n2011_09_30/2011_09_30_drive_0028_sync 3999 l\n2011_09_30/2011_09_30_drive_0028_sync 338 r\n2011_09_30/2011_09_30_drive_0028_sync 3298 l\n2011_09_30/2011_09_30_drive_0028_sync 2975 r\n2011_09_30/2011_09_30_drive_0028_sync 822 r\n2011_09_30/2011_09_30_drive_0028_sync 1141 r\n2011_09_30/2011_09_30_drive_0028_sync 782 l\n2011_09_30/2011_09_30_drive_0028_sync 4663 l\n2011_09_30/2011_09_30_drive_0028_sync 2202 l\n2011_09_30/2011_09_30_drive_0028_sync 318 r\n2011_09_30/2011_09_30_drive_0028_sync 2277 l\n2011_09_30/2011_09_30_drive_0028_sync 1635 r\n2011_09_30/2011_09_30_drive_0028_sync 130 r\n2011_09_30/2011_09_30_drive_0028_sync 4806 r\n2011_09_30/2011_09_30_drive_0028_sync 3237 r\n2011_09_30/2011_09_30_drive_0028_sync 4809 l\n2011_09_30/2011_09_30_drive_0028_sync 2185 l\n2011_09_30/2011_09_30_drive_0028_sync 2933 l\n2011_09_30/2011_09_30_drive_0028_sync 4830 l\n2011_09_30/2011_09_30_drive_0028_sync 4407 r\n2011_09_30/2011_09_30_drive_0028_sync 3507 r\n2011_09_30/2011_09_30_drive_0028_sync 2462 r\n2011_09_30/2011_09_30_drive_0028_sync 2549 r\n2011_09_30/2011_09_30_drive_0028_sync 3451 l\n2011_09_30/2011_09_30_drive_0028_sync 5069 r\n2011_09_30/2011_09_30_drive_0028_sync 3472 l\n2011_09_30/2011_09_30_drive_0028_sync 3933 l\n2011_09_30/2011_09_30_drive_0028_sync 3416 r\n2011_09_30/2011_09_30_drive_0028_sync 884 l\n2011_09_30/2011_09_30_drive_0028_sync 1184 r\n2011_09_30/2011_09_30_drive_0028_sync 4107 r\n2011_09_30/2011_09_30_drive_0028_sync 1961 r\n2011_09_30/2011_09_30_drive_0028_sync 4158 r\n2011_09_30/2011_09_30_drive_0028_sync 4256 r\n2011_09_30/2011_09_30_drive_0028_sync 3380 l\n2011_09_30/2011_09_30_drive_0028_sync 2677 l\n2011_09_30/2011_09_30_drive_0028_sync 3174 l\n2011_09_30/2011_09_30_drive_0028_sync 3187 r\n2011_09_30/2011_09_30_drive_0028_sync 1580 l\n2011_09_30/2011_09_30_drive_0028_sync 1120 r\n2011_09_30/2011_09_30_drive_0028_sync 2712 l\n2011_09_30/2011_09_30_drive_0028_sync 3917 r\n2011_09_30/2011_09_30_drive_0028_sync 762 r\n2011_09_30/2011_09_30_drive_0028_sync 1530 l\n2011_09_30/2011_09_30_drive_0028_sync 1776 r\n2011_09_30/2011_09_30_drive_0028_sync 586 r\n2011_09_30/2011_09_30_drive_0028_sync 2492 l\n2011_09_30/2011_09_30_drive_0028_sync 3052 r\n2011_09_30/2011_09_30_drive_0028_sync 3691 l\n2011_09_30/2011_09_30_drive_0028_sync 2295 l\n2011_09_30/2011_09_30_drive_0028_sync 1721 l\n2011_09_30/2011_09_30_drive_0028_sync 431 r\n2011_09_30/2011_09_30_drive_0028_sync 750 l\n2011_09_30/2011_09_30_drive_0028_sync 1470 r\n2011_09_30/2011_09_30_drive_0028_sync 2300 l\n2011_09_30/2011_09_30_drive_0028_sync 2138 l\n2011_09_30/2011_09_30_drive_0028_sync 4014 r\n2011_09_30/2011_09_30_drive_0028_sync 518 l\n2011_09_30/2011_09_30_drive_0028_sync 2942 l\n2011_09_30/2011_09_30_drive_0028_sync 4793 l\n2011_09_30/2011_09_30_drive_0028_sync 2993 l\n2011_09_30/2011_09_30_drive_0028_sync 4005 r\n2011_09_30/2011_09_30_drive_0028_sync 762 l\n2011_09_30/2011_09_30_drive_0028_sync 1158 l\n2011_09_30/2011_09_30_drive_0028_sync 1716 l\n2011_09_30/2011_09_30_drive_0028_sync 1215 l\n2011_09_30/2011_09_30_drive_0028_sync 3368 r\n2011_09_30/2011_09_30_drive_0028_sync 351 r\n2011_09_30/2011_09_30_drive_0028_sync 1327 r\n2011_09_30/2011_09_30_drive_0028_sync 4472 r\n2011_09_30/2011_09_30_drive_0028_sync 1569 r\n2011_09_30/2011_09_30_drive_0028_sync 3886 r\n2011_09_30/2011_09_30_drive_0028_sync 1990 l\n2011_09_30/2011_09_30_drive_0028_sync 573 r\n2011_09_30/2011_09_30_drive_0028_sync 1396 l\n2011_09_30/2011_09_30_drive_0028_sync 3002 l\n2011_09_30/2011_09_30_drive_0028_sync 2867 r\n2011_09_30/2011_09_30_drive_0028_sync 4427 r\n2011_09_30/2011_09_30_drive_0028_sync 3593 l\n2011_09_30/2011_09_30_drive_0028_sync 2150 r\n2011_09_30/2011_09_30_drive_0028_sync 966 l\n2011_09_30/2011_09_30_drive_0028_sync 1948 r\n2011_09_30/2011_09_30_drive_0028_sync 3857 l\n2011_09_30/2011_09_30_drive_0028_sync 64 r\n2011_09_30/2011_09_30_drive_0028_sync 3251 r\n2011_09_30/2011_09_30_drive_0028_sync 935 r\n2011_09_30/2011_09_30_drive_0028_sync 169 r\n2011_09_30/2011_09_30_drive_0028_sync 3068 r\n2011_09_30/2011_09_30_drive_0028_sync 3343 r\n2011_09_30/2011_09_30_drive_0028_sync 1413 l\n2011_09_30/2011_09_30_drive_0028_sync 4900 l\n2011_09_30/2011_09_30_drive_0028_sync 1594 l\n2011_09_30/2011_09_30_drive_0028_sync 1719 l\n2011_09_30/2011_09_30_drive_0028_sync 1377 r\n2011_09_30/2011_09_30_drive_0028_sync 2359 l\n2011_09_30/2011_09_30_drive_0028_sync 346 r\n2011_09_30/2011_09_30_drive_0028_sync 4365 l\n2011_09_30/2011_09_30_drive_0028_sync 1958 l\n2011_09_30/2011_09_30_drive_0028_sync 2988 r\n2011_09_30/2011_09_30_drive_0028_sync 2858 l\n2011_09_30/2011_09_30_drive_0028_sync 445 r\n2011_09_30/2011_09_30_drive_0028_sync 4138 l\n2011_09_30/2011_09_30_drive_0028_sync 1751 l\n2011_09_30/2011_09_30_drive_0028_sync 2866 l\n2011_09_30/2011_09_30_drive_0028_sync 4415 l\n2011_09_30/2011_09_30_drive_0028_sync 206 r\n2011_09_30/2011_09_30_drive_0028_sync 536 r\n2011_09_30/2011_09_30_drive_0028_sync 722 r\n2011_09_30/2011_09_30_drive_0028_sync 2869 r\n2011_09_30/2011_09_30_drive_0028_sync 2267 r\n2011_09_30/2011_09_30_drive_0028_sync 4320 l\n2011_09_30/2011_09_30_drive_0028_sync 1995 r\n2011_09_30/2011_09_30_drive_0028_sync 488 l\n2011_09_30/2011_09_30_drive_0028_sync 2194 r\n2011_09_30/2011_09_30_drive_0028_sync 663 r\n2011_09_30/2011_09_30_drive_0028_sync 2159 r\n2011_09_30/2011_09_30_drive_0028_sync 728 r\n2011_09_30/2011_09_30_drive_0028_sync 199 r\n2011_09_30/2011_09_30_drive_0028_sync 4676 l\n2011_09_30/2011_09_30_drive_0028_sync 2343 r\n2011_09_30/2011_09_30_drive_0028_sync 4512 r\n2011_09_30/2011_09_30_drive_0028_sync 2974 l\n2011_09_30/2011_09_30_drive_0028_sync 1646 r\n2011_09_30/2011_09_30_drive_0028_sync 4671 r\n2011_09_30/2011_09_30_drive_0028_sync 1244 l\n2011_09_30/2011_09_30_drive_0028_sync 1218 l\n2011_09_30/2011_09_30_drive_0028_sync 1820 l\n2011_09_30/2011_09_30_drive_0028_sync 4742 l\n2011_09_30/2011_09_30_drive_0028_sync 1003 l\n2011_09_30/2011_09_30_drive_0028_sync 2673 r\n2011_09_30/2011_09_30_drive_0028_sync 2344 r\n2011_09_30/2011_09_30_drive_0028_sync 1350 r\n2011_09_30/2011_09_30_drive_0028_sync 4244 l\n2011_09_30/2011_09_30_drive_0028_sync 4080 r\n2011_09_30/2011_09_30_drive_0028_sync 2892 l\n2011_09_30/2011_09_30_drive_0028_sync 2897 l\n2011_09_30/2011_09_30_drive_0028_sync 3087 r\n2011_09_30/2011_09_30_drive_0028_sync 1547 r\n2011_09_30/2011_09_30_drive_0028_sync 596 l\n2011_09_30/2011_09_30_drive_0028_sync 2166 l\n2011_09_30/2011_09_30_drive_0028_sync 3746 r\n2011_09_30/2011_09_30_drive_0028_sync 2040 l\n2011_09_30/2011_09_30_drive_0028_sync 2831 r\n2011_09_30/2011_09_30_drive_0028_sync 1347 r\n2011_09_30/2011_09_30_drive_0028_sync 3731 l\n2011_09_30/2011_09_30_drive_0028_sync 4314 l\n2011_09_30/2011_09_30_drive_0028_sync 592 r\n2011_09_30/2011_09_30_drive_0028_sync 2954 r\n2011_09_30/2011_09_30_drive_0028_sync 3413 l\n2011_09_30/2011_09_30_drive_0028_sync 763 r\n2011_09_30/2011_09_30_drive_0028_sync 1171 l\n2011_09_30/2011_09_30_drive_0028_sync 1147 l\n2011_09_30/2011_09_30_drive_0028_sync 3094 l\n2011_09_30/2011_09_30_drive_0028_sync 1295 r\n2011_09_30/2011_09_30_drive_0028_sync 2172 l\n2011_09_30/2011_09_30_drive_0028_sync 2994 l\n2011_09_30/2011_09_30_drive_0028_sync 2913 r\n2011_09_30/2011_09_30_drive_0028_sync 3051 r\n2011_09_30/2011_09_30_drive_0028_sync 404 l\n2011_09_30/2011_09_30_drive_0028_sync 1772 r\n2011_09_30/2011_09_30_drive_0028_sync 2925 l\n2011_09_30/2011_09_30_drive_0028_sync 1786 l\n2011_09_30/2011_09_30_drive_0028_sync 111 l\n2011_09_30/2011_09_30_drive_0028_sync 829 r\n2011_09_30/2011_09_30_drive_0028_sync 693 r\n2011_09_30/2011_09_30_drive_0028_sync 2489 l\n2011_09_30/2011_09_30_drive_0028_sync 2654 l\n2011_09_30/2011_09_30_drive_0028_sync 2328 r\n2011_09_30/2011_09_30_drive_0028_sync 870 l\n2011_09_30/2011_09_30_drive_0028_sync 1572 r\n2011_09_30/2011_09_30_drive_0028_sync 264 r\n2011_09_30/2011_09_30_drive_0028_sync 1649 r\n2011_09_30/2011_09_30_drive_0028_sync 3320 r\n2011_09_30/2011_09_30_drive_0028_sync 2575 l\n2011_09_30/2011_09_30_drive_0028_sync 3562 r\n2011_09_30/2011_09_30_drive_0028_sync 3756 l\n2011_09_30/2011_09_30_drive_0028_sync 3080 r\n2011_09_30/2011_09_30_drive_0028_sync 5162 r\n2011_09_30/2011_09_30_drive_0028_sync 1498 l\n2011_09_30/2011_09_30_drive_0028_sync 3282 r\n2011_09_30/2011_09_30_drive_0028_sync 2652 l\n2011_09_30/2011_09_30_drive_0028_sync 1460 l\n2011_09_30/2011_09_30_drive_0028_sync 1132 r\n2011_09_30/2011_09_30_drive_0028_sync 1451 l\n2011_09_30/2011_09_30_drive_0028_sync 1151 l\n2011_09_30/2011_09_30_drive_0028_sync 3109 l\n2011_09_30/2011_09_30_drive_0028_sync 4078 l\n2011_09_30/2011_09_30_drive_0028_sync 2802 l\n2011_09_30/2011_09_30_drive_0028_sync 2346 r\n2011_09_30/2011_09_30_drive_0028_sync 2095 l\n2011_09_30/2011_09_30_drive_0028_sync 3930 r\n2011_09_30/2011_09_30_drive_0028_sync 3798 l\n2011_09_30/2011_09_30_drive_0028_sync 4595 l\n2011_09_30/2011_09_30_drive_0028_sync 4302 l\n2011_09_30/2011_09_30_drive_0028_sync 2181 r\n2011_09_30/2011_09_30_drive_0028_sync 161 r\n2011_09_30/2011_09_30_drive_0028_sync 1500 r\n2011_09_30/2011_09_30_drive_0028_sync 4194 r\n2011_09_30/2011_09_30_drive_0028_sync 4989 r\n2011_09_30/2011_09_30_drive_0028_sync 3096 l\n2011_09_30/2011_09_30_drive_0028_sync 4199 r\n2011_09_30/2011_09_30_drive_0028_sync 5055 r\n2011_09_30/2011_09_30_drive_0028_sync 3422 r\n2011_09_30/2011_09_30_drive_0028_sync 2260 l\n2011_09_30/2011_09_30_drive_0028_sync 1585 l\n2011_09_30/2011_09_30_drive_0028_sync 2295 r\n2011_09_30/2011_09_30_drive_0028_sync 1863 l\n2011_09_30/2011_09_30_drive_0028_sync 4 l\n2011_09_30/2011_09_30_drive_0028_sync 590 r\n2011_09_30/2011_09_30_drive_0028_sync 3151 r\n2011_09_30/2011_09_30_drive_0028_sync 4919 r\n2011_09_30/2011_09_30_drive_0028_sync 1304 l\n2011_09_30/2011_09_30_drive_0028_sync 1780 r\n2011_09_30/2011_09_30_drive_0028_sync 1236 r\n2011_09_30/2011_09_30_drive_0028_sync 2495 l\n2011_09_30/2011_09_30_drive_0028_sync 2741 r\n2011_09_30/2011_09_30_drive_0028_sync 315 l\n2011_09_30/2011_09_30_drive_0028_sync 4275 r\n2011_09_30/2011_09_30_drive_0028_sync 1852 l\n2011_09_30/2011_09_30_drive_0028_sync 2636 r\n2011_09_30/2011_09_30_drive_0028_sync 139 l\n2011_09_30/2011_09_30_drive_0028_sync 2645 r\n2011_09_30/2011_09_30_drive_0028_sync 2986 r\n2011_09_30/2011_09_30_drive_0028_sync 4844 l\n2011_09_30/2011_09_30_drive_0028_sync 5034 l\n2011_09_30/2011_09_30_drive_0028_sync 3486 r\n2011_09_30/2011_09_30_drive_0028_sync 2156 r\n2011_09_30/2011_09_30_drive_0028_sync 232 r\n2011_09_30/2011_09_30_drive_0028_sync 2810 l\n2011_09_30/2011_09_30_drive_0028_sync 1260 l\n2011_09_30/2011_09_30_drive_0028_sync 4802 r\n2011_09_30/2011_09_30_drive_0028_sync 1689 r\n2011_09_30/2011_09_30_drive_0028_sync 3356 l\n2011_09_30/2011_09_30_drive_0028_sync 4182 r\n2011_09_30/2011_09_30_drive_0028_sync 3707 l\n2011_09_30/2011_09_30_drive_0028_sync 591 r\n2011_09_30/2011_09_30_drive_0028_sync 2436 r\n2011_09_30/2011_09_30_drive_0028_sync 3655 l\n2011_09_30/2011_09_30_drive_0028_sync 2367 l\n2011_09_30/2011_09_30_drive_0028_sync 2559 r\n2011_09_30/2011_09_30_drive_0028_sync 2696 l\n2011_09_30/2011_09_30_drive_0028_sync 1929 r\n2011_09_30/2011_09_30_drive_0028_sync 429 r\n2011_09_30/2011_09_30_drive_0028_sync 1330 l\n2011_09_30/2011_09_30_drive_0028_sync 3631 r\n2011_09_30/2011_09_30_drive_0028_sync 2790 l\n2011_09_30/2011_09_30_drive_0028_sync 4806 l\n2011_09_30/2011_09_30_drive_0028_sync 1410 r\n2011_09_30/2011_09_30_drive_0028_sync 2911 l\n2011_09_30/2011_09_30_drive_0028_sync 4579 r\n2011_09_30/2011_09_30_drive_0028_sync 144 l\n2011_09_30/2011_09_30_drive_0028_sync 1999 r\n2011_09_30/2011_09_30_drive_0028_sync 1551 l\n2011_09_30/2011_09_30_drive_0028_sync 2345 r\n2011_09_30/2011_09_30_drive_0028_sync 3957 l\n2011_09_30/2011_09_30_drive_0028_sync 2078 l\n2011_09_30/2011_09_30_drive_0028_sync 3293 r\n2011_09_30/2011_09_30_drive_0028_sync 1881 r\n2011_09_30/2011_09_30_drive_0028_sync 1033 l\n2011_09_30/2011_09_30_drive_0028_sync 698 l\n2011_09_30/2011_09_30_drive_0028_sync 4192 l\n2011_09_30/2011_09_30_drive_0028_sync 4581 r\n2011_09_30/2011_09_30_drive_0028_sync 3904 l\n2011_09_30/2011_09_30_drive_0028_sync 3524 r\n2011_09_30/2011_09_30_drive_0028_sync 3912 l\n2011_09_30/2011_09_30_drive_0028_sync 1868 l\n2011_09_30/2011_09_30_drive_0028_sync 3039 r\n2011_09_30/2011_09_30_drive_0028_sync 4856 r\n2011_09_30/2011_09_30_drive_0028_sync 423 r\n2011_09_30/2011_09_30_drive_0028_sync 4631 r\n2011_09_30/2011_09_30_drive_0028_sync 1851 r\n2011_09_30/2011_09_30_drive_0028_sync 828 r\n2011_09_30/2011_09_30_drive_0028_sync 695 r\n2011_09_30/2011_09_30_drive_0028_sync 4769 l\n2011_09_30/2011_09_30_drive_0028_sync 2705 l\n2011_09_30/2011_09_30_drive_0028_sync 3108 l\n2011_09_30/2011_09_30_drive_0028_sync 3259 l\n2011_09_30/2011_09_30_drive_0028_sync 3939 l\n2011_09_30/2011_09_30_drive_0028_sync 2717 r\n2011_09_30/2011_09_30_drive_0028_sync 2766 l\n2011_09_30/2011_09_30_drive_0028_sync 1870 r\n2011_09_30/2011_09_30_drive_0028_sync 401 r\n2011_09_30/2011_09_30_drive_0028_sync 4925 r\n2011_09_30/2011_09_30_drive_0028_sync 5056 r\n2011_09_30/2011_09_30_drive_0028_sync 4136 r\n2011_09_30/2011_09_30_drive_0028_sync 4519 l\n2011_09_30/2011_09_30_drive_0028_sync 1695 r\n2011_09_30/2011_09_30_drive_0028_sync 491 l\n2011_09_30/2011_09_30_drive_0028_sync 5157 l\n2011_09_30/2011_09_30_drive_0028_sync 308 r\n2011_09_30/2011_09_30_drive_0028_sync 3494 l\n2011_09_30/2011_09_30_drive_0028_sync 1240 r\n2011_09_30/2011_09_30_drive_0028_sync 2348 l\n2011_09_30/2011_09_30_drive_0028_sync 4478 l\n2011_09_30/2011_09_30_drive_0028_sync 4249 l\n2011_09_30/2011_09_30_drive_0028_sync 834 l\n2011_09_30/2011_09_30_drive_0028_sync 4076 l\n2011_09_30/2011_09_30_drive_0028_sync 1856 l\n2011_09_30/2011_09_30_drive_0028_sync 1809 r\n2011_09_30/2011_09_30_drive_0028_sync 1113 l\n2011_09_30/2011_09_30_drive_0028_sync 2959 l\n2011_09_30/2011_09_30_drive_0028_sync 4766 r\n2011_09_30/2011_09_30_drive_0028_sync 1197 r\n2011_09_30/2011_09_30_drive_0028_sync 993 l\n2011_09_30/2011_09_30_drive_0028_sync 4164 r\n2011_09_30/2011_09_30_drive_0028_sync 1655 l\n2011_09_30/2011_09_30_drive_0028_sync 727 r\n2011_09_30/2011_09_30_drive_0028_sync 4118 l\n2011_09_30/2011_09_30_drive_0028_sync 3606 l\n2011_09_30/2011_09_30_drive_0028_sync 135 r\n2011_09_30/2011_09_30_drive_0028_sync 5011 r\n2011_09_30/2011_09_30_drive_0028_sync 3886 l\n2011_09_30/2011_09_30_drive_0028_sync 2386 r\n2011_09_30/2011_09_30_drive_0028_sync 895 r\n2011_09_30/2011_09_30_drive_0028_sync 4985 l\n2011_09_30/2011_09_30_drive_0028_sync 3692 l\n2011_09_30/2011_09_30_drive_0028_sync 331 r\n2011_09_30/2011_09_30_drive_0028_sync 3761 r\n2011_09_30/2011_09_30_drive_0028_sync 771 l\n2011_09_30/2011_09_30_drive_0028_sync 4453 l\n2011_09_30/2011_09_30_drive_0028_sync 4736 r\n2011_09_30/2011_09_30_drive_0028_sync 1223 r\n2011_09_30/2011_09_30_drive_0028_sync 479 l\n2011_09_30/2011_09_30_drive_0028_sync 3245 l\n2011_09_30/2011_09_30_drive_0028_sync 2101 l\n2011_09_30/2011_09_30_drive_0028_sync 2240 l\n2011_09_30/2011_09_30_drive_0028_sync 4428 l\n2011_09_30/2011_09_30_drive_0028_sync 3909 r\n2011_09_30/2011_09_30_drive_0028_sync 1783 r\n2011_09_30/2011_09_30_drive_0028_sync 765 l\n2011_09_30/2011_09_30_drive_0028_sync 2513 r\n2011_09_30/2011_09_30_drive_0028_sync 4054 r\n2011_09_30/2011_09_30_drive_0028_sync 4530 r\n2011_09_30/2011_09_30_drive_0028_sync 972 r\n2011_09_30/2011_09_30_drive_0028_sync 229 r\n2011_09_30/2011_09_30_drive_0028_sync 5161 l\n2011_09_30/2011_09_30_drive_0028_sync 836 l\n2011_09_30/2011_09_30_drive_0028_sync 2222 l\n2011_09_30/2011_09_30_drive_0028_sync 2784 r\n2011_09_30/2011_09_30_drive_0028_sync 904 l\n2011_09_30/2011_09_30_drive_0028_sync 2281 r\n2011_09_30/2011_09_30_drive_0028_sync 4674 l\n2011_09_30/2011_09_30_drive_0028_sync 1659 l\n2011_09_30/2011_09_30_drive_0028_sync 961 l\n2011_09_30/2011_09_30_drive_0028_sync 4359 l\n2011_09_30/2011_09_30_drive_0028_sync 2221 r\n2011_09_30/2011_09_30_drive_0028_sync 2327 r\n2011_09_30/2011_09_30_drive_0028_sync 2813 l\n2011_09_30/2011_09_30_drive_0028_sync 2865 r\n2011_09_30/2011_09_30_drive_0028_sync 2191 l\n2011_09_30/2011_09_30_drive_0028_sync 949 r\n2011_09_30/2011_09_30_drive_0028_sync 576 l\n2011_09_30/2011_09_30_drive_0028_sync 4569 l\n2011_09_30/2011_09_30_drive_0028_sync 4316 r\n2011_09_30/2011_09_30_drive_0028_sync 4287 l\n2011_09_30/2011_09_30_drive_0028_sync 3568 l\n2011_09_30/2011_09_30_drive_0028_sync 3866 l\n2011_09_30/2011_09_30_drive_0028_sync 5002 r\n2011_09_30/2011_09_30_drive_0028_sync 3437 l\n2011_09_30/2011_09_30_drive_0028_sync 1778 r\n2011_09_30/2011_09_30_drive_0028_sync 2340 l\n2011_09_30/2011_09_30_drive_0028_sync 4282 l\n2011_09_30/2011_09_30_drive_0028_sync 1606 l\n2011_09_30/2011_09_30_drive_0028_sync 4504 l\n2011_09_30/2011_09_30_drive_0028_sync 4993 r\n2011_09_30/2011_09_30_drive_0028_sync 1887 r\n2011_09_30/2011_09_30_drive_0028_sync 885 r\n2011_09_30/2011_09_30_drive_0028_sync 4124 r\n2011_09_30/2011_09_30_drive_0028_sync 1489 r\n2011_09_30/2011_09_30_drive_0028_sync 228 l\n2011_09_30/2011_09_30_drive_0028_sync 55 r\n2011_09_30/2011_09_30_drive_0028_sync 3066 r\n2011_09_30/2011_09_30_drive_0028_sync 2590 r\n2011_09_30/2011_09_30_drive_0028_sync 4293 r\n2011_09_30/2011_09_30_drive_0028_sync 4759 r\n2011_09_30/2011_09_30_drive_0028_sync 2627 r\n2011_09_30/2011_09_30_drive_0028_sync 3612 r\n2011_09_30/2011_09_30_drive_0028_sync 1251 l\n2011_09_30/2011_09_30_drive_0028_sync 4390 l\n2011_09_30/2011_09_30_drive_0028_sync 1796 r\n2011_09_30/2011_09_30_drive_0028_sync 2238 r\n2011_09_30/2011_09_30_drive_0028_sync 4128 l\n2011_09_30/2011_09_30_drive_0028_sync 2227 r\n2011_09_30/2011_09_30_drive_0028_sync 3322 r\n2011_09_30/2011_09_30_drive_0028_sync 2759 r\n2011_09_30/2011_09_30_drive_0028_sync 63 r\n2011_09_30/2011_09_30_drive_0028_sync 2524 l\n2011_09_30/2011_09_30_drive_0028_sync 307 l\n2011_09_30/2011_09_30_drive_0028_sync 2878 l\n2011_09_30/2011_09_30_drive_0028_sync 2235 l\n2011_09_30/2011_09_30_drive_0028_sync 2393 l\n2011_09_30/2011_09_30_drive_0028_sync 4346 r\n2011_09_30/2011_09_30_drive_0028_sync 23 l\n2011_09_30/2011_09_30_drive_0028_sync 564 l\n2011_09_30/2011_09_30_drive_0028_sync 2301 r\n2011_09_30/2011_09_30_drive_0028_sync 1308 r\n2011_09_30/2011_09_30_drive_0028_sync 3800 r\n2011_09_30/2011_09_30_drive_0028_sync 2664 l\n2011_09_30/2011_09_30_drive_0028_sync 1782 r\n2011_09_30/2011_09_30_drive_0028_sync 2401 r\n2011_09_30/2011_09_30_drive_0028_sync 4695 r\n2011_09_30/2011_09_30_drive_0028_sync 360 l\n2011_09_30/2011_09_30_drive_0028_sync 1314 r\n2011_09_30/2011_09_30_drive_0028_sync 2208 r\n2011_09_30/2011_09_30_drive_0028_sync 5054 r\n2011_09_30/2011_09_30_drive_0028_sync 435 l\n2011_09_30/2011_09_30_drive_0028_sync 2339 l\n2011_09_30/2011_09_30_drive_0028_sync 2994 r\n2011_09_30/2011_09_30_drive_0028_sync 4449 l\n2011_09_30/2011_09_30_drive_0028_sync 24 l\n2011_09_30/2011_09_30_drive_0028_sync 2039 r\n2011_09_30/2011_09_30_drive_0028_sync 2318 r\n2011_09_30/2011_09_30_drive_0028_sync 1950 r\n2011_09_30/2011_09_30_drive_0028_sync 426 r\n2011_09_30/2011_09_30_drive_0028_sync 2655 l\n2011_09_30/2011_09_30_drive_0028_sync 3004 l\n2011_09_30/2011_09_30_drive_0028_sync 1352 l\n2011_09_30/2011_09_30_drive_0028_sync 3862 l\n2011_09_30/2011_09_30_drive_0028_sync 1412 l\n2011_09_30/2011_09_30_drive_0028_sync 3621 l\n2011_09_30/2011_09_30_drive_0028_sync 2879 r\n2011_09_30/2011_09_30_drive_0028_sync 4706 l\n2011_09_30/2011_09_30_drive_0028_sync 4166 l\n2011_09_30/2011_09_30_drive_0028_sync 3164 l\n2011_09_30/2011_09_30_drive_0028_sync 2384 r\n2011_09_30/2011_09_30_drive_0028_sync 3934 r\n2011_09_30/2011_09_30_drive_0028_sync 1666 r\n2011_09_30/2011_09_30_drive_0028_sync 4528 r\n2011_09_30/2011_09_30_drive_0028_sync 3500 r\n2011_09_30/2011_09_30_drive_0028_sync 3627 l\n2011_09_30/2011_09_30_drive_0028_sync 3581 r\n2011_09_30/2011_09_30_drive_0028_sync 1221 l\n2011_09_30/2011_09_30_drive_0028_sync 3626 r\n2011_09_30/2011_09_30_drive_0028_sync 1373 l\n2011_09_30/2011_09_30_drive_0028_sync 4071 r\n2011_09_30/2011_09_30_drive_0028_sync 4752 r\n2011_09_30/2011_09_30_drive_0028_sync 5047 r\n2011_09_30/2011_09_30_drive_0028_sync 3433 r\n2011_09_30/2011_09_30_drive_0028_sync 1843 l\n2011_09_30/2011_09_30_drive_0028_sync 3715 r\n2011_09_30/2011_09_30_drive_0028_sync 2293 l\n2011_09_30/2011_09_30_drive_0028_sync 2021 l\n2011_09_30/2011_09_30_drive_0028_sync 2587 l\n2011_09_30/2011_09_30_drive_0028_sync 2690 l\n2011_09_30/2011_09_30_drive_0028_sync 1788 r\n2011_09_30/2011_09_30_drive_0028_sync 4070 l\n2011_09_30/2011_09_30_drive_0028_sync 1215 r\n2011_09_30/2011_09_30_drive_0028_sync 221 r\n2011_09_30/2011_09_30_drive_0028_sync 4917 r\n2011_09_30/2011_09_30_drive_0028_sync 397 r\n2011_09_30/2011_09_30_drive_0028_sync 1572 l\n2011_09_30/2011_09_30_drive_0028_sync 746 l\n2011_09_30/2011_09_30_drive_0028_sync 1050 r\n2011_09_30/2011_09_30_drive_0028_sync 3059 l\n2011_09_30/2011_09_30_drive_0028_sync 2756 r\n2011_09_30/2011_09_30_drive_0028_sync 4833 l\n2011_09_30/2011_09_30_drive_0028_sync 8 l\n2011_09_30/2011_09_30_drive_0028_sync 4860 r\n2011_09_30/2011_09_30_drive_0028_sync 1254 r\n2011_09_30/2011_09_30_drive_0028_sync 122 r\n2011_09_30/2011_09_30_drive_0028_sync 3258 r\n2011_09_30/2011_09_30_drive_0028_sync 3292 l\n2011_09_30/2011_09_30_drive_0028_sync 4601 r\n2011_09_30/2011_09_30_drive_0028_sync 3238 l\n2011_09_30/2011_09_30_drive_0028_sync 1753 r\n2011_09_30/2011_09_30_drive_0028_sync 823 r\n2011_09_30/2011_09_30_drive_0028_sync 207 l\n2011_09_30/2011_09_30_drive_0028_sync 1698 r\n2011_09_30/2011_09_30_drive_0028_sync 332 r\n2011_09_30/2011_09_30_drive_0028_sync 1897 r\n2011_09_30/2011_09_30_drive_0028_sync 205 r\n2011_09_30/2011_09_30_drive_0028_sync 2334 l\n2011_09_30/2011_09_30_drive_0028_sync 5166 l\n2011_09_30/2011_09_30_drive_0028_sync 798 l\n2011_09_30/2011_09_30_drive_0028_sync 3559 r\n2011_09_30/2011_09_30_drive_0028_sync 4527 r\n2011_09_30/2011_09_30_drive_0028_sync 3512 l\n2011_09_30/2011_09_30_drive_0028_sync 4561 r\n2011_09_30/2011_09_30_drive_0028_sync 3440 r\n2011_09_30/2011_09_30_drive_0028_sync 2594 l\n2011_09_30/2011_09_30_drive_0028_sync 641 l\n2011_09_30/2011_09_30_drive_0028_sync 2501 r\n2011_09_30/2011_09_30_drive_0028_sync 3176 r\n2011_09_30/2011_09_30_drive_0028_sync 1762 l\n2011_09_30/2011_09_30_drive_0028_sync 896 l\n2011_09_30/2011_09_30_drive_0028_sync 4996 r\n2011_09_30/2011_09_30_drive_0028_sync 3369 l\n2011_09_30/2011_09_30_drive_0028_sync 1230 l\n2011_09_30/2011_09_30_drive_0028_sync 2807 l\n2011_09_30/2011_09_30_drive_0028_sync 5021 l\n2011_09_30/2011_09_30_drive_0028_sync 1105 r\n2011_09_30/2011_09_30_drive_0028_sync 2160 r\n2011_09_30/2011_09_30_drive_0028_sync 3733 l\n2011_09_30/2011_09_30_drive_0028_sync 1855 r\n2011_09_30/2011_09_30_drive_0028_sync 1420 l\n2011_09_30/2011_09_30_drive_0028_sync 3494 r\n2011_09_30/2011_09_30_drive_0028_sync 348 r\n2011_09_30/2011_09_30_drive_0028_sync 2509 l\n2011_09_30/2011_09_30_drive_0028_sync 4981 l\n2011_09_30/2011_09_30_drive_0028_sync 2947 r\n2011_09_30/2011_09_30_drive_0028_sync 3789 l\n2011_09_30/2011_09_30_drive_0028_sync 2602 r\n2011_09_30/2011_09_30_drive_0028_sync 4589 r\n2011_09_30/2011_09_30_drive_0028_sync 2183 r\n2011_09_30/2011_09_30_drive_0028_sync 4212 r\n2011_09_30/2011_09_30_drive_0028_sync 4095 l\n2011_09_30/2011_09_30_drive_0028_sync 865 r\n2011_09_30/2011_09_30_drive_0028_sync 2112 l\n2011_09_30/2011_09_30_drive_0028_sync 3005 r\n2011_09_30/2011_09_30_drive_0028_sync 2700 l\n2011_09_30/2011_09_30_drive_0028_sync 1185 r\n2011_09_30/2011_09_30_drive_0028_sync 2823 r\n2011_09_30/2011_09_30_drive_0028_sync 4903 l\n2011_09_30/2011_09_30_drive_0028_sync 5 l\n2011_09_30/2011_09_30_drive_0028_sync 3485 l\n2011_09_30/2011_09_30_drive_0028_sync 1560 l\n2011_09_30/2011_09_30_drive_0028_sync 3529 r\n2011_09_30/2011_09_30_drive_0028_sync 2023 r\n2011_09_30/2011_09_30_drive_0028_sync 578 l\n2011_09_30/2011_09_30_drive_0028_sync 4622 r\n2011_09_30/2011_09_30_drive_0028_sync 4117 l\n2011_09_30/2011_09_30_drive_0028_sync 1597 r\n2011_09_30/2011_09_30_drive_0028_sync 4216 r\n2011_09_30/2011_09_30_drive_0028_sync 3849 l\n2011_09_30/2011_09_30_drive_0028_sync 4141 r\n2011_09_30/2011_09_30_drive_0028_sync 4902 l\n2011_09_30/2011_09_30_drive_0028_sync 1911 l\n2011_09_30/2011_09_30_drive_0028_sync 2050 l\n2011_09_30/2011_09_30_drive_0028_sync 2931 r\n2011_09_30/2011_09_30_drive_0028_sync 5095 l\n2011_09_30/2011_09_30_drive_0028_sync 1208 l\n2011_09_30/2011_09_30_drive_0028_sync 5055 l\n2011_09_30/2011_09_30_drive_0028_sync 1858 l\n2011_09_30/2011_09_30_drive_0028_sync 4965 r\n2011_09_30/2011_09_30_drive_0028_sync 3861 r\n2011_09_30/2011_09_30_drive_0028_sync 1455 l\n2011_09_30/2011_09_30_drive_0028_sync 2928 l\n2011_09_30/2011_09_30_drive_0028_sync 2870 l\n2011_09_30/2011_09_30_drive_0028_sync 660 l\n2011_09_30/2011_09_30_drive_0028_sync 1811 r\n2011_09_30/2011_09_30_drive_0028_sync 1425 r\n2011_09_30/2011_09_30_drive_0028_sync 920 l\n2011_09_30/2011_09_30_drive_0028_sync 2782 l\n2011_09_30/2011_09_30_drive_0028_sync 4149 r\n2011_09_30/2011_09_30_drive_0028_sync 2979 r\n2011_09_30/2011_09_30_drive_0028_sync 228 r\n2011_09_30/2011_09_30_drive_0028_sync 3383 r\n2011_09_30/2011_09_30_drive_0028_sync 2528 l\n2011_09_30/2011_09_30_drive_0028_sync 4100 r\n2011_09_30/2011_09_30_drive_0028_sync 3272 l\n2011_09_30/2011_09_30_drive_0028_sync 4203 l\n2011_09_30/2011_09_30_drive_0028_sync 2768 l\n2011_09_30/2011_09_30_drive_0028_sync 1052 r\n2011_09_30/2011_09_30_drive_0028_sync 2638 l\n2011_09_30/2011_09_30_drive_0028_sync 3459 r\n2011_09_30/2011_09_30_drive_0028_sync 4295 r\n2011_09_30/2011_09_30_drive_0028_sync 3172 l\n2011_09_30/2011_09_30_drive_0028_sync 499 l\n2011_09_30/2011_09_30_drive_0028_sync 2427 l\n2011_09_30/2011_09_30_drive_0028_sync 2960 r\n2011_09_30/2011_09_30_drive_0028_sync 3869 r\n2011_09_30/2011_09_30_drive_0028_sync 4698 r\n2011_09_30/2011_09_30_drive_0028_sync 4788 l\n2011_09_30/2011_09_30_drive_0028_sync 4423 l\n2011_09_30/2011_09_30_drive_0028_sync 2741 l\n2011_09_30/2011_09_30_drive_0028_sync 4838 r\n2011_09_30/2011_09_30_drive_0028_sync 506 r\n2011_09_30/2011_09_30_drive_0028_sync 3857 r\n2011_09_30/2011_09_30_drive_0028_sync 2641 l\n2011_09_30/2011_09_30_drive_0028_sync 1605 r\n2011_09_30/2011_09_30_drive_0028_sync 607 l\n2011_09_30/2011_09_30_drive_0028_sync 1182 l\n2011_09_30/2011_09_30_drive_0028_sync 1603 l\n2011_09_30/2011_09_30_drive_0028_sync 1528 r\n2011_09_30/2011_09_30_drive_0028_sync 2009 r\n2011_09_30/2011_09_30_drive_0028_sync 1031 r\n2011_09_30/2011_09_30_drive_0028_sync 606 l\n2011_09_30/2011_09_30_drive_0028_sync 4945 r\n2011_09_30/2011_09_30_drive_0028_sync 4987 r\n2011_09_30/2011_09_30_drive_0028_sync 4671 l\n2011_09_30/2011_09_30_drive_0028_sync 2179 l\n2011_09_30/2011_09_30_drive_0028_sync 3956 l\n2011_09_30/2011_09_30_drive_0028_sync 4391 l\n2011_09_30/2011_09_30_drive_0028_sync 568 l\n2011_09_30/2011_09_30_drive_0028_sync 734 l\n2011_09_30/2011_09_30_drive_0028_sync 3252 r\n2011_09_30/2011_09_30_drive_0028_sync 1458 l\n2011_09_30/2011_09_30_drive_0028_sync 1987 l\n2011_09_30/2011_09_30_drive_0028_sync 5140 l\n2011_09_30/2011_09_30_drive_0028_sync 1903 r\n2011_09_30/2011_09_30_drive_0028_sync 323 r\n2011_09_30/2011_09_30_drive_0028_sync 520 r\n2011_09_30/2011_09_30_drive_0028_sync 3892 r\n2011_09_30/2011_09_30_drive_0028_sync 2716 l\n2011_09_30/2011_09_30_drive_0028_sync 3397 l\n2011_09_30/2011_09_30_drive_0028_sync 656 r\n2011_09_30/2011_09_30_drive_0028_sync 4247 l\n2011_09_30/2011_09_30_drive_0028_sync 159 l\n2011_09_30/2011_09_30_drive_0028_sync 1721 r\n2011_09_30/2011_09_30_drive_0028_sync 3975 r\n2011_09_30/2011_09_30_drive_0028_sync 667 r\n2011_09_30/2011_09_30_drive_0028_sync 2657 r\n2011_09_30/2011_09_30_drive_0028_sync 3865 r\n2011_09_30/2011_09_30_drive_0028_sync 1399 l\n2011_09_30/2011_09_30_drive_0028_sync 1325 r\n2011_09_30/2011_09_30_drive_0028_sync 2771 r\n2011_09_30/2011_09_30_drive_0028_sync 5041 r\n2011_09_30/2011_09_30_drive_0028_sync 511 r\n2011_09_30/2011_09_30_drive_0028_sync 4251 l\n2011_09_30/2011_09_30_drive_0028_sync 3667 r\n2011_09_30/2011_09_30_drive_0028_sync 2875 l\n2011_09_30/2011_09_30_drive_0028_sync 1450 l\n2011_09_30/2011_09_30_drive_0028_sync 902 l\n2011_09_30/2011_09_30_drive_0028_sync 203 r\n2011_09_30/2011_09_30_drive_0028_sync 754 l\n2011_09_30/2011_09_30_drive_0028_sync 445 l\n2011_09_30/2011_09_30_drive_0028_sync 2170 r\n2011_09_30/2011_09_30_drive_0028_sync 3544 l\n2011_09_30/2011_09_30_drive_0028_sync 4919 l\n2011_09_30/2011_09_30_drive_0028_sync 2695 l\n2011_09_30/2011_09_30_drive_0028_sync 4160 l\n2011_09_30/2011_09_30_drive_0028_sync 4867 l\n2011_09_30/2011_09_30_drive_0028_sync 301 r\n2011_09_30/2011_09_30_drive_0028_sync 921 r\n2011_09_30/2011_09_30_drive_0028_sync 1576 l\n2011_09_30/2011_09_30_drive_0028_sync 1585 r\n2011_09_30/2011_09_30_drive_0028_sync 4618 l\n2011_09_30/2011_09_30_drive_0028_sync 3428 r\n2011_09_30/2011_09_30_drive_0028_sync 807 r\n2011_09_30/2011_09_30_drive_0028_sync 5167 l\n2011_09_30/2011_09_30_drive_0028_sync 4329 r\n2011_09_30/2011_09_30_drive_0028_sync 74 r\n2011_09_30/2011_09_30_drive_0028_sync 4289 r\n2011_09_30/2011_09_30_drive_0028_sync 4715 r\n2011_09_30/2011_09_30_drive_0028_sync 3891 l\n2011_09_30/2011_09_30_drive_0028_sync 3758 l\n2011_09_30/2011_09_30_drive_0028_sync 2277 r\n2011_09_30/2011_09_30_drive_0028_sync 4308 r\n2011_09_30/2011_09_30_drive_0028_sync 1789 r\n2011_09_30/2011_09_30_drive_0028_sync 5059 l\n2011_09_30/2011_09_30_drive_0028_sync 869 r\n2011_09_30/2011_09_30_drive_0028_sync 4560 r\n2011_09_30/2011_09_30_drive_0028_sync 3445 r\n2011_09_30/2011_09_30_drive_0028_sync 434 l\n2011_09_30/2011_09_30_drive_0028_sync 4639 r\n2011_09_30/2011_09_30_drive_0028_sync 4608 l\n2011_09_30/2011_09_30_drive_0028_sync 2877 l\n2011_09_30/2011_09_30_drive_0028_sync 4355 r\n2011_09_30/2011_09_30_drive_0028_sync 1024 l\n2011_09_30/2011_09_30_drive_0028_sync 118 l\n2011_09_30/2011_09_30_drive_0028_sync 1990 r\n2011_09_30/2011_09_30_drive_0028_sync 4689 r\n2011_09_30/2011_09_30_drive_0028_sync 4195 l\n2011_09_30/2011_09_30_drive_0028_sync 4933 l\n2011_09_30/2011_09_30_drive_0028_sync 422 l\n2011_09_30/2011_09_30_drive_0028_sync 5026 r\n2011_09_30/2011_09_30_drive_0028_sync 88 l\n2011_09_30/2011_09_30_drive_0028_sync 1305 r\n2011_09_30/2011_09_30_drive_0028_sync 2915 r\n2011_09_30/2011_09_30_drive_0028_sync 2082 l\n2011_09_30/2011_09_30_drive_0028_sync 1050 l\n2011_09_30/2011_09_30_drive_0028_sync 501 r\n2011_09_30/2011_09_30_drive_0028_sync 4727 r\n2011_09_30/2011_09_30_drive_0028_sync 2488 r\n2011_09_30/2011_09_30_drive_0028_sync 1991 r\n2011_09_30/2011_09_30_drive_0028_sync 3662 r\n2011_09_30/2011_09_30_drive_0028_sync 3982 r\n2011_09_30/2011_09_30_drive_0028_sync 614 l\n2011_09_30/2011_09_30_drive_0028_sync 4361 l\n2011_09_30/2011_09_30_drive_0028_sync 3882 l\n2011_09_30/2011_09_30_drive_0028_sync 814 r\n2011_09_30/2011_09_30_drive_0028_sync 484 r\n2011_09_30/2011_09_30_drive_0028_sync 3521 l\n2011_09_30/2011_09_30_drive_0028_sync 4720 r\n2011_09_30/2011_09_30_drive_0028_sync 3155 l\n2011_09_30/2011_09_30_drive_0028_sync 667 l\n2011_09_30/2011_09_30_drive_0028_sync 3796 l\n2011_09_30/2011_09_30_drive_0028_sync 3456 l\n2011_09_30/2011_09_30_drive_0028_sync 3565 l\n2011_09_30/2011_09_30_drive_0028_sync 4197 r\n2011_09_30/2011_09_30_drive_0028_sync 3510 r\n2011_09_30/2011_09_30_drive_0028_sync 3616 l\n2011_09_30/2011_09_30_drive_0028_sync 183 l\n2011_09_30/2011_09_30_drive_0028_sync 2789 l\n2011_09_30/2011_09_30_drive_0028_sync 4785 r\n2011_09_30/2011_09_30_drive_0028_sync 756 l\n2011_09_30/2011_09_30_drive_0028_sync 3325 r\n2011_09_30/2011_09_30_drive_0028_sync 3375 l\n2011_09_30/2011_09_30_drive_0028_sync 1951 l\n2011_09_30/2011_09_30_drive_0028_sync 980 r\n2011_09_30/2011_09_30_drive_0028_sync 2387 l\n2011_09_30/2011_09_30_drive_0028_sync 235 r\n2011_09_30/2011_09_30_drive_0028_sync 3935 l\n2011_09_30/2011_09_30_drive_0028_sync 3388 r\n2011_09_30/2011_09_30_drive_0028_sync 867 l\n2011_09_30/2011_09_30_drive_0028_sync 1388 l\n2011_09_30/2011_09_30_drive_0028_sync 3231 l\n2011_09_30/2011_09_30_drive_0028_sync 3773 r\n2011_09_30/2011_09_30_drive_0028_sync 4677 l\n2011_09_30/2011_09_30_drive_0028_sync 1205 r\n2011_09_30/2011_09_30_drive_0028_sync 576 r\n2011_09_30/2011_09_30_drive_0028_sync 4444 l\n2011_09_30/2011_09_30_drive_0028_sync 1127 r\n2011_09_30/2011_09_30_drive_0028_sync 410 l\n2011_09_30/2011_09_30_drive_0028_sync 2669 r\n2011_09_30/2011_09_30_drive_0028_sync 1613 r\n2011_09_30/2011_09_30_drive_0028_sync 3973 l\n2011_09_30/2011_09_30_drive_0028_sync 112 r\n2011_09_30/2011_09_30_drive_0028_sync 236 l\n2011_09_30/2011_09_30_drive_0028_sync 1703 l\n2011_09_30/2011_09_30_drive_0028_sync 426 l\n2011_09_30/2011_09_30_drive_0028_sync 4451 r\n2011_09_30/2011_09_30_drive_0028_sync 447 l\n2011_09_30/2011_09_30_drive_0028_sync 4693 l\n2011_09_30/2011_09_30_drive_0028_sync 1321 l\n2011_09_30/2011_09_30_drive_0028_sync 3081 l\n2011_09_30/2011_09_30_drive_0028_sync 4900 r\n2011_09_30/2011_09_30_drive_0028_sync 1380 r\n2011_09_30/2011_09_30_drive_0028_sync 4208 r\n2011_09_30/2011_09_30_drive_0028_sync 5144 l\n2011_09_30/2011_09_30_drive_0028_sync 2115 r\n2011_09_30/2011_09_30_drive_0028_sync 2153 r\n2011_09_30/2011_09_30_drive_0028_sync 4344 l\n2011_09_30/2011_09_30_drive_0028_sync 2880 l\n2011_09_30/2011_09_30_drive_0028_sync 2314 r\n2011_09_30/2011_09_30_drive_0028_sync 3243 l\n2011_09_30/2011_09_30_drive_0028_sync 3236 l\n2011_09_30/2011_09_30_drive_0028_sync 1177 r\n2011_09_30/2011_09_30_drive_0028_sync 2223 r\n2011_09_30/2011_09_30_drive_0028_sync 3740 l\n2011_09_30/2011_09_30_drive_0028_sync 315 r\n2011_09_30/2011_09_30_drive_0028_sync 3954 r\n2011_09_30/2011_09_30_drive_0028_sync 1015 l\n2011_09_30/2011_09_30_drive_0028_sync 1546 l\n2011_09_30/2011_09_30_drive_0028_sync 4387 r\n2011_09_30/2011_09_30_drive_0028_sync 4728 l\n2011_09_30/2011_09_30_drive_0028_sync 2742 l\n2011_09_30/2011_09_30_drive_0028_sync 863 r\n2011_09_30/2011_09_30_drive_0028_sync 1025 r\n2011_09_30/2011_09_30_drive_0028_sync 3041 r\n2011_09_30/2011_09_30_drive_0028_sync 5160 r\n2011_09_30/2011_09_30_drive_0028_sync 4088 l\n2011_09_30/2011_09_30_drive_0028_sync 864 l\n2011_09_30/2011_09_30_drive_0028_sync 4392 l\n2011_09_30/2011_09_30_drive_0028_sync 2198 r\n2011_09_30/2011_09_30_drive_0028_sync 4389 r\n2011_09_30/2011_09_30_drive_0028_sync 1456 r\n2011_09_30/2011_09_30_drive_0028_sync 1978 l\n2011_09_30/2011_09_30_drive_0028_sync 5133 r\n2011_09_30/2011_09_30_drive_0028_sync 4061 r\n2011_09_30/2011_09_30_drive_0028_sync 4151 l\n2011_09_30/2011_09_30_drive_0028_sync 2279 l\n2011_09_30/2011_09_30_drive_0028_sync 3992 r\n2011_09_30/2011_09_30_drive_0028_sync 4446 r\n2011_09_30/2011_09_30_drive_0028_sync 1941 l\n2011_09_30/2011_09_30_drive_0028_sync 1403 l\n2011_09_30/2011_09_30_drive_0028_sync 4068 r\n2011_09_30/2011_09_30_drive_0028_sync 1085 r\n2011_09_30/2011_09_30_drive_0028_sync 3647 l\n2011_09_30/2011_09_30_drive_0028_sync 2561 r\n2011_09_30/2011_09_30_drive_0028_sync 677 l\n2011_09_30/2011_09_30_drive_0028_sync 3331 r\n2011_09_30/2011_09_30_drive_0028_sync 4786 l\n2011_09_30/2011_09_30_drive_0028_sync 3836 l\n2011_09_30/2011_09_30_drive_0028_sync 1086 r\n2011_09_30/2011_09_30_drive_0028_sync 4441 r\n2011_09_30/2011_09_30_drive_0028_sync 60 l\n2011_09_30/2011_09_30_drive_0028_sync 3597 l\n2011_09_30/2011_09_30_drive_0028_sync 980 l\n2011_09_30/2011_09_30_drive_0028_sync 4352 r\n2011_09_30/2011_09_30_drive_0028_sync 1293 l\n2011_09_30/2011_09_30_drive_0028_sync 4690 l\n2011_09_30/2011_09_30_drive_0028_sync 1501 l\n2011_09_30/2011_09_30_drive_0028_sync 2340 r\n2011_09_30/2011_09_30_drive_0028_sync 2006 r\n2011_09_30/2011_09_30_drive_0028_sync 4400 l\n2011_09_30/2011_09_30_drive_0028_sync 294 l\n2011_09_30/2011_09_30_drive_0028_sync 1146 l\n2011_09_30/2011_09_30_drive_0028_sync 2212 l\n2011_09_30/2011_09_30_drive_0028_sync 2702 r\n2011_09_30/2011_09_30_drive_0028_sync 1744 l\n2011_09_30/2011_09_30_drive_0028_sync 5071 l\n2011_09_30/2011_09_30_drive_0028_sync 2703 r\n2011_09_30/2011_09_30_drive_0028_sync 4651 l\n2011_09_30/2011_09_30_drive_0028_sync 323 l\n2011_09_30/2011_09_30_drive_0028_sync 2731 l\n2011_09_30/2011_09_30_drive_0028_sync 4399 r\n2011_09_30/2011_09_30_drive_0028_sync 931 l\n2011_09_30/2011_09_30_drive_0028_sync 3872 r\n2011_09_30/2011_09_30_drive_0028_sync 1057 l\n2011_09_30/2011_09_30_drive_0028_sync 1116 l\n2011_09_30/2011_09_30_drive_0028_sync 82 l\n2011_09_30/2011_09_30_drive_0028_sync 1587 r\n2011_09_30/2011_09_30_drive_0028_sync 4079 r\n2011_09_30/2011_09_30_drive_0028_sync 1140 r\n2011_09_30/2011_09_30_drive_0028_sync 4361 r\n2011_09_30/2011_09_30_drive_0028_sync 3846 r\n2011_09_30/2011_09_30_drive_0028_sync 2341 l\n2011_09_30/2011_09_30_drive_0028_sync 1646 l\n2011_09_30/2011_09_30_drive_0028_sync 1931 l\n2011_09_30/2011_09_30_drive_0028_sync 5062 r\n2011_09_30/2011_09_30_drive_0028_sync 192 r\n2011_09_30/2011_09_30_drive_0028_sync 4553 r\n2011_09_30/2011_09_30_drive_0028_sync 275 r\n2011_09_30/2011_09_30_drive_0028_sync 3835 r\n2011_09_30/2011_09_30_drive_0028_sync 371 r\n2011_09_30/2011_09_30_drive_0028_sync 4100 l\n2011_09_30/2011_09_30_drive_0028_sync 4666 r\n2011_09_30/2011_09_30_drive_0028_sync 4118 r\n2011_09_30/2011_09_30_drive_0028_sync 4828 l\n2011_09_30/2011_09_30_drive_0028_sync 4542 l\n2011_09_30/2011_09_30_drive_0028_sync 77 l\n2011_09_30/2011_09_30_drive_0028_sync 4823 l\n2011_09_30/2011_09_30_drive_0028_sync 1154 l\n2011_09_30/2011_09_30_drive_0028_sync 55 l\n2011_09_30/2011_09_30_drive_0028_sync 75 r\n2011_09_30/2011_09_30_drive_0028_sync 4887 l\n2011_09_30/2011_09_30_drive_0028_sync 552 l\n2011_09_30/2011_09_30_drive_0028_sync 1198 r\n2011_09_30/2011_09_30_drive_0028_sync 1569 l\n2011_09_30/2011_09_30_drive_0028_sync 1994 r\n2011_09_30/2011_09_30_drive_0028_sync 2733 l\n2011_09_30/2011_09_30_drive_0028_sync 916 r\n2011_09_30/2011_09_30_drive_0028_sync 2708 r\n2011_09_30/2011_09_30_drive_0028_sync 4418 l\n2011_09_30/2011_09_30_drive_0028_sync 5044 r\n2011_09_30/2011_09_30_drive_0028_sync 1407 l\n2011_09_30/2011_09_30_drive_0028_sync 1591 r\n2011_09_30/2011_09_30_drive_0028_sync 2330 l\n2011_09_30/2011_09_30_drive_0028_sync 2838 l\n2011_09_30/2011_09_30_drive_0028_sync 1779 r\n2011_09_30/2011_09_30_drive_0028_sync 3445 l\n2011_09_30/2011_09_30_drive_0028_sync 1322 r\n2011_09_30/2011_09_30_drive_0028_sync 1875 r\n2011_09_30/2011_09_30_drive_0028_sync 583 r\n2011_09_30/2011_09_30_drive_0028_sync 5081 l\n2011_09_30/2011_09_30_drive_0028_sync 4516 l\n2011_09_30/2011_09_30_drive_0028_sync 3878 r\n2011_09_30/2011_09_30_drive_0028_sync 637 r\n2011_09_30/2011_09_30_drive_0028_sync 2656 l\n2011_09_30/2011_09_30_drive_0028_sync 1438 l\n2011_09_30/2011_09_30_drive_0028_sync 4739 l\n2011_09_30/2011_09_30_drive_0028_sync 11 l\n2011_09_30/2011_09_30_drive_0028_sync 1894 l\n2011_09_30/2011_09_30_drive_0028_sync 4835 l\n2011_09_30/2011_09_30_drive_0028_sync 611 l\n2011_09_30/2011_09_30_drive_0028_sync 593 l\n2011_09_30/2011_09_30_drive_0028_sync 2595 r\n2011_09_30/2011_09_30_drive_0028_sync 2513 l\n2011_09_30/2011_09_30_drive_0028_sync 1018 l\n2011_09_30/2011_09_30_drive_0028_sync 2040 r\n2011_09_30/2011_09_30_drive_0028_sync 1680 r\n2011_09_30/2011_09_30_drive_0028_sync 4190 r\n2011_09_30/2011_09_30_drive_0028_sync 3300 r\n2011_09_30/2011_09_30_drive_0028_sync 1668 l\n2011_09_30/2011_09_30_drive_0028_sync 5101 l\n2011_09_30/2011_09_30_drive_0028_sync 4803 l\n2011_09_30/2011_09_30_drive_0028_sync 2607 r\n2011_09_30/2011_09_30_drive_0028_sync 1608 r\n2011_09_30/2011_09_30_drive_0028_sync 4227 r\n2011_09_30/2011_09_30_drive_0028_sync 5016 l\n2011_09_30/2011_09_30_drive_0028_sync 2037 r\n2011_09_30/2011_09_30_drive_0028_sync 520 l\n2011_09_30/2011_09_30_drive_0028_sync 674 l\n2011_09_30/2011_09_30_drive_0028_sync 845 l\n2011_09_30/2011_09_30_drive_0028_sync 1648 l\n2011_09_30/2011_09_30_drive_0028_sync 1764 l\n2011_09_30/2011_09_30_drive_0028_sync 2328 l\n2011_09_30/2011_09_30_drive_0028_sync 1987 r\n2011_09_30/2011_09_30_drive_0028_sync 1070 r\n2011_09_30/2011_09_30_drive_0028_sync 2206 r\n2011_09_30/2011_09_30_drive_0028_sync 5096 r\n2011_09_30/2011_09_30_drive_0028_sync 122 l\n2011_09_30/2011_09_30_drive_0028_sync 2963 l\n2011_09_30/2011_09_30_drive_0028_sync 1723 r\n2011_09_30/2011_09_30_drive_0028_sync 1369 l\n2011_09_30/2011_09_30_drive_0028_sync 3147 l\n2011_09_30/2011_09_30_drive_0028_sync 1512 r\n2011_09_30/2011_09_30_drive_0028_sync 1898 r\n2011_09_30/2011_09_30_drive_0028_sync 2925 r\n2011_09_30/2011_09_30_drive_0028_sync 955 l\n2011_09_30/2011_09_30_drive_0028_sync 4395 r\n2011_09_30/2011_09_30_drive_0028_sync 1604 r\n2011_09_30/2011_09_30_drive_0028_sync 2520 r\n2011_09_30/2011_09_30_drive_0028_sync 2167 l\n2011_09_30/2011_09_30_drive_0028_sync 992 r\n2011_09_30/2011_09_30_drive_0028_sync 2448 l\n2011_09_30/2011_09_30_drive_0028_sync 1019 r\n2011_09_30/2011_09_30_drive_0028_sync 39 l\n2011_09_30/2011_09_30_drive_0028_sync 1641 r\n2011_09_30/2011_09_30_drive_0028_sync 1034 r\n2011_09_30/2011_09_30_drive_0028_sync 1538 l\n2011_09_30/2011_09_30_drive_0028_sync 3446 l\n2011_09_30/2011_09_30_drive_0028_sync 1217 r\n2011_09_30/2011_09_30_drive_0028_sync 3362 r\n2011_09_30/2011_09_30_drive_0028_sync 2205 l\n2011_09_30/2011_09_30_drive_0028_sync 3928 r\n2011_09_30/2011_09_30_drive_0028_sync 5135 l\n2011_09_30/2011_09_30_drive_0028_sync 4567 l\n2011_09_30/2011_09_30_drive_0028_sync 4068 l\n2011_09_30/2011_09_30_drive_0028_sync 3414 l\n2011_09_30/2011_09_30_drive_0028_sync 5029 l\n2011_09_30/2011_09_30_drive_0028_sync 263 r\n2011_09_30/2011_09_30_drive_0028_sync 730 l\n2011_09_30/2011_09_30_drive_0028_sync 4959 r\n2011_09_30/2011_09_30_drive_0028_sync 3605 r\n2011_09_30/2011_09_30_drive_0028_sync 4495 r\n2011_09_30/2011_09_30_drive_0028_sync 2951 l\n2011_09_30/2011_09_30_drive_0028_sync 4825 l\n2011_09_30/2011_09_30_drive_0028_sync 4491 l\n2011_09_30/2011_09_30_drive_0028_sync 1170 r\n2011_09_30/2011_09_30_drive_0028_sync 3684 r\n2011_09_30/2011_09_30_drive_0028_sync 2298 l\n2011_09_30/2011_09_30_drive_0028_sync 2921 l\n2011_09_30/2011_09_30_drive_0028_sync 4460 r\n2011_09_30/2011_09_30_drive_0028_sync 2069 l\n2011_09_30/2011_09_30_drive_0028_sync 4429 l\n2011_09_30/2011_09_30_drive_0028_sync 4678 l\n2011_09_30/2011_09_30_drive_0028_sync 3950 l\n2011_09_30/2011_09_30_drive_0028_sync 4563 l\n2011_09_30/2011_09_30_drive_0028_sync 642 l\n2011_09_30/2011_09_30_drive_0028_sync 2395 r\n2011_09_30/2011_09_30_drive_0028_sync 3448 r\n2011_09_30/2011_09_30_drive_0028_sync 329 l\n2011_09_30/2011_09_30_drive_0028_sync 4882 r\n2011_09_30/2011_09_30_drive_0028_sync 1819 r\n2011_09_30/2011_09_30_drive_0028_sync 806 r\n2011_09_30/2011_09_30_drive_0028_sync 1235 l\n2011_09_30/2011_09_30_drive_0028_sync 3301 r\n2011_09_30/2011_09_30_drive_0028_sync 2010 r\n2011_09_30/2011_09_30_drive_0028_sync 498 r\n2011_09_30/2011_09_30_drive_0028_sync 168 r\n2011_09_30/2011_09_30_drive_0028_sync 1271 r\n2011_09_30/2011_09_30_drive_0028_sync 179 r\n2011_09_30/2011_09_30_drive_0028_sync 4634 r\n2011_09_30/2011_09_30_drive_0028_sync 2282 r\n2011_09_30/2011_09_30_drive_0028_sync 661 r\n2011_09_30/2011_09_30_drive_0028_sync 3744 r\n2011_09_30/2011_09_30_drive_0028_sync 737 r\n2011_09_30/2011_09_30_drive_0028_sync 4610 r\n2011_09_30/2011_09_30_drive_0028_sync 1558 l\n2011_09_30/2011_09_30_drive_0028_sync 2474 r\n2011_09_30/2011_09_30_drive_0028_sync 2133 l\n2011_09_30/2011_09_30_drive_0028_sync 3965 l\n2011_09_30/2011_09_30_drive_0028_sync 1918 r\n2011_09_30/2011_09_30_drive_0028_sync 923 r\n2011_09_30/2011_09_30_drive_0028_sync 593 r\n2011_09_30/2011_09_30_drive_0028_sync 2856 r\n2011_09_30/2011_09_30_drive_0028_sync 1981 r\n2011_09_30/2011_09_30_drive_0028_sync 4113 r\n2011_09_30/2011_09_30_drive_0028_sync 1349 l\n2011_09_30/2011_09_30_drive_0028_sync 535 l\n2011_09_30/2011_09_30_drive_0028_sync 4090 r\n2011_09_30/2011_09_30_drive_0028_sync 231 r\n2011_09_30/2011_09_30_drive_0028_sync 3712 l\n2011_09_30/2011_09_30_drive_0028_sync 1232 r\n2011_09_30/2011_09_30_drive_0028_sync 1518 r\n2011_09_30/2011_09_30_drive_0028_sync 3443 l\n2011_09_30/2011_09_30_drive_0028_sync 4003 l\n2011_09_30/2011_09_30_drive_0028_sync 577 r\n2011_09_30/2011_09_30_drive_0028_sync 2005 r\n2011_09_30/2011_09_30_drive_0028_sync 755 l\n2011_09_30/2011_09_30_drive_0028_sync 598 r\n2011_09_30/2011_09_30_drive_0028_sync 4305 r\n2011_09_30/2011_09_30_drive_0028_sync 1890 l\n2011_09_30/2011_09_30_drive_0028_sync 4077 l\n2011_09_30/2011_09_30_drive_0028_sync 4822 l\n2011_09_30/2011_09_30_drive_0028_sync 3219 r\n2011_09_30/2011_09_30_drive_0028_sync 83 l\n2011_09_30/2011_09_30_drive_0028_sync 3461 l\n2011_09_30/2011_09_30_drive_0028_sync 978 l\n2011_09_30/2011_09_30_drive_0028_sync 2098 l\n2011_09_30/2011_09_30_drive_0028_sync 4414 r\n2011_09_30/2011_09_30_drive_0028_sync 2073 l\n2011_09_30/2011_09_30_drive_0028_sync 3498 l\n2011_09_30/2011_09_30_drive_0028_sync 1638 r\n2011_09_30/2011_09_30_drive_0028_sync 4075 r\n2011_09_30/2011_09_30_drive_0028_sync 1876 r\n2011_09_30/2011_09_30_drive_0028_sync 5069 l\n2011_09_30/2011_09_30_drive_0028_sync 3046 r\n2011_09_30/2011_09_30_drive_0028_sync 173 l\n2011_09_30/2011_09_30_drive_0028_sync 264 l\n2011_09_30/2011_09_30_drive_0028_sync 1208 r\n2011_09_30/2011_09_30_drive_0028_sync 2683 l\n2011_09_30/2011_09_30_drive_0028_sync 2509 r\n2011_09_30/2011_09_30_drive_0028_sync 1508 r\n2011_09_30/2011_09_30_drive_0028_sync 656 l\n2011_09_30/2011_09_30_drive_0028_sync 2933 r\n2011_09_30/2011_09_30_drive_0028_sync 1241 l\n2011_09_30/2011_09_30_drive_0028_sync 2750 r\n2011_09_30/2011_09_30_drive_0028_sync 3791 l\n2011_09_30/2011_09_30_drive_0028_sync 1503 r\n2011_09_30/2011_09_30_drive_0028_sync 2270 l\n2011_09_30/2011_09_30_drive_0028_sync 3088 l\n2011_09_30/2011_09_30_drive_0028_sync 3323 r\n2011_09_30/2011_09_30_drive_0028_sync 2860 l\n2011_09_30/2011_09_30_drive_0028_sync 5133 l\n2011_09_30/2011_09_30_drive_0028_sync 4881 l\n2011_09_30/2011_09_30_drive_0028_sync 4192 r\n2011_09_30/2011_09_30_drive_0028_sync 978 r\n2011_09_30/2011_09_30_drive_0028_sync 3629 r\n2011_09_30/2011_09_30_drive_0028_sync 3117 l\n2011_09_30/2011_09_30_drive_0028_sync 4414 l\n2011_09_30/2011_09_30_drive_0028_sync 3854 r\n2011_09_30/2011_09_30_drive_0028_sync 3842 r\n2011_09_30/2011_09_30_drive_0028_sync 1333 r\n2011_09_30/2011_09_30_drive_0028_sync 1479 l\n2011_09_30/2011_09_30_drive_0028_sync 412 l\n2011_09_30/2011_09_30_drive_0028_sync 2858 r\n2011_09_30/2011_09_30_drive_0028_sync 429 l\n2011_09_30/2011_09_30_drive_0028_sync 1627 r\n2011_09_30/2011_09_30_drive_0028_sync 4521 l\n2011_09_30/2011_09_30_drive_0028_sync 4285 l\n2011_09_30/2011_09_30_drive_0028_sync 1520 r\n2011_09_30/2011_09_30_drive_0028_sync 4351 l\n2011_09_30/2011_09_30_drive_0028_sync 2025 r\n2011_09_30/2011_09_30_drive_0028_sync 2257 r\n2011_09_30/2011_09_30_drive_0028_sync 2404 l\n2011_09_30/2011_09_30_drive_0028_sync 4762 r\n2011_09_30/2011_09_30_drive_0028_sync 4318 l\n2011_09_30/2011_09_30_drive_0028_sync 3224 r\n2011_09_30/2011_09_30_drive_0028_sync 4140 r\n2011_09_30/2011_09_30_drive_0028_sync 927 l\n2011_09_30/2011_09_30_drive_0028_sync 2623 l\n2011_09_30/2011_09_30_drive_0028_sync 3712 r\n2011_09_30/2011_09_30_drive_0028_sync 943 r\n2011_09_30/2011_09_30_drive_0028_sync 4763 r\n2011_09_30/2011_09_30_drive_0028_sync 3331 l\n2011_09_30/2011_09_30_drive_0028_sync 4262 l\n2011_09_30/2011_09_30_drive_0028_sync 3282 l\n2011_09_30/2011_09_30_drive_0028_sync 1791 r\n2011_09_30/2011_09_30_drive_0028_sync 44 r\n2011_09_30/2011_09_30_drive_0028_sync 3918 r\n2011_09_30/2011_09_30_drive_0028_sync 2441 r\n2011_09_30/2011_09_30_drive_0028_sync 686 l\n2011_09_30/2011_09_30_drive_0028_sync 3198 r\n2011_09_30/2011_09_30_drive_0028_sync 1276 l\n2011_09_30/2011_09_30_drive_0028_sync 4743 r\n2011_09_30/2011_09_30_drive_0028_sync 481 l\n2011_09_30/2011_09_30_drive_0028_sync 345 l\n2011_09_30/2011_09_30_drive_0028_sync 47 r\n2011_09_30/2011_09_30_drive_0028_sync 3576 r\n2011_09_30/2011_09_30_drive_0028_sync 1617 l\n2011_09_30/2011_09_30_drive_0028_sync 3503 l\n2011_09_30/2011_09_30_drive_0028_sync 3775 l\n2011_09_30/2011_09_30_drive_0028_sync 3087 l\n2011_09_30/2011_09_30_drive_0028_sync 4676 r\n2011_09_30/2011_09_30_drive_0028_sync 1065 l\n2011_09_30/2011_09_30_drive_0028_sync 2978 r\n2011_09_30/2011_09_30_drive_0028_sync 2469 l\n2011_09_30/2011_09_30_drive_0028_sync 749 r\n2011_09_30/2011_09_30_drive_0028_sync 2172 r\n2011_09_30/2011_09_30_drive_0028_sync 2022 l\n2011_09_30/2011_09_30_drive_0028_sync 4904 l\n2011_09_30/2011_09_30_drive_0028_sync 3068 l\n2011_09_30/2011_09_30_drive_0028_sync 274 l\n2011_09_30/2011_09_30_drive_0028_sync 4956 l\n2011_09_30/2011_09_30_drive_0028_sync 506 l\n2011_09_30/2011_09_30_drive_0028_sync 2091 l\n2011_09_30/2011_09_30_drive_0028_sync 2029 r\n2011_09_30/2011_09_30_drive_0028_sync 890 l\n2011_09_30/2011_09_30_drive_0028_sync 2263 l\n2011_09_30/2011_09_30_drive_0028_sync 3022 r\n2011_09_30/2011_09_30_drive_0028_sync 3504 l\n2011_09_30/2011_09_30_drive_0028_sync 4184 r\n2011_09_30/2011_09_30_drive_0028_sync 1176 l\n2011_09_30/2011_09_30_drive_0028_sync 4280 r\n2011_09_30/2011_09_30_drive_0028_sync 216 r\n2011_09_30/2011_09_30_drive_0028_sync 3154 r\n2011_09_30/2011_09_30_drive_0028_sync 3708 l\n2011_09_30/2011_09_30_drive_0028_sync 234 l\n2011_09_30/2011_09_30_drive_0028_sync 518 r\n2011_09_30/2011_09_30_drive_0028_sync 255 r\n2011_09_30/2011_09_30_drive_0028_sync 2682 r\n2011_09_30/2011_09_30_drive_0028_sync 3905 l\n2011_09_30/2011_09_30_drive_0028_sync 456 r\n2011_09_30/2011_09_30_drive_0028_sync 4575 r\n2011_09_30/2011_09_30_drive_0028_sync 3417 l\n2011_09_30/2011_09_30_drive_0028_sync 5155 r\n2011_09_30/2011_09_30_drive_0028_sync 1037 r\n2011_09_30/2011_09_30_drive_0028_sync 2233 r\n2011_09_30/2011_09_30_drive_0028_sync 2948 l\n2011_09_30/2011_09_30_drive_0028_sync 1445 r\n2011_09_30/2011_09_30_drive_0028_sync 3577 l\n2011_09_30/2011_09_30_drive_0028_sync 4248 r\n2011_09_30/2011_09_30_drive_0028_sync 2347 r\n2011_09_30/2011_09_30_drive_0028_sync 4111 l\n2011_09_30/2011_09_30_drive_0028_sync 4223 l\n2011_09_30/2011_09_30_drive_0028_sync 566 l\n2011_09_30/2011_09_30_drive_0028_sync 5075 r\n2011_09_30/2011_09_30_drive_0028_sync 3244 r\n2011_09_30/2011_09_30_drive_0028_sync 4 r\n2011_09_30/2011_09_30_drive_0028_sync 2358 r\n2011_09_30/2011_09_30_drive_0028_sync 4342 l\n2011_09_30/2011_09_30_drive_0028_sync 1886 r\n2011_09_30/2011_09_30_drive_0028_sync 2603 r\n2011_09_30/2011_09_30_drive_0028_sync 3706 r\n2011_09_30/2011_09_30_drive_0028_sync 3228 l\n2011_09_30/2011_09_30_drive_0028_sync 2526 l\n2011_09_30/2011_09_30_drive_0028_sync 2042 r\n2011_09_30/2011_09_30_drive_0028_sync 4410 r\n2011_09_30/2011_09_30_drive_0028_sync 1339 l\n2011_09_30/2011_09_30_drive_0028_sync 18 l\n2011_09_30/2011_09_30_drive_0028_sync 928 r\n2011_09_30/2011_09_30_drive_0028_sync 1258 l\n2011_09_30/2011_09_30_drive_0028_sync 4329 l\n2011_09_30/2011_09_30_drive_0028_sync 2987 l\n2011_09_30/2011_09_30_drive_0028_sync 582 r\n2011_09_30/2011_09_30_drive_0028_sync 1233 r\n2011_09_30/2011_09_30_drive_0028_sync 4995 l\n2011_09_30/2011_09_30_drive_0028_sync 354 r\n2011_09_30/2011_09_30_drive_0028_sync 4624 r\n2011_09_30/2011_09_30_drive_0028_sync 3661 r\n2011_09_30/2011_09_30_drive_0028_sync 2297 r\n2011_09_30/2011_09_30_drive_0028_sync 2492 r\n2011_09_30/2011_09_30_drive_0028_sync 1267 r\n2011_09_30/2011_09_30_drive_0028_sync 175 l\n2011_09_30/2011_09_30_drive_0028_sync 4184 l\n2011_09_30/2011_09_30_drive_0028_sync 1613 l\n2011_09_30/2011_09_30_drive_0028_sync 4270 l\n2011_09_30/2011_09_30_drive_0028_sync 4971 r\n2011_09_30/2011_09_30_drive_0028_sync 960 l\n2011_09_30/2011_09_30_drive_0028_sync 2175 l\n2011_09_30/2011_09_30_drive_0028_sync 4656 r\n2011_09_30/2011_09_30_drive_0028_sync 2923 l\n2011_09_30/2011_09_30_drive_0028_sync 2989 r\n2011_09_30/2011_09_30_drive_0028_sync 5078 l\n2011_09_30/2011_09_30_drive_0028_sync 2431 r\n2011_09_30/2011_09_30_drive_0028_sync 88 r\n2011_09_30/2011_09_30_drive_0028_sync 91 l\n2011_09_30/2011_09_30_drive_0028_sync 2136 l\n2011_09_30/2011_09_30_drive_0028_sync 785 r\n2011_09_30/2011_09_30_drive_0028_sync 279 l\n2011_09_30/2011_09_30_drive_0028_sync 940 l\n2011_09_30/2011_09_30_drive_0028_sync 4134 l\n2011_09_30/2011_09_30_drive_0028_sync 4854 r\n2011_09_30/2011_09_30_drive_0028_sync 4044 l\n2011_09_30/2011_09_30_drive_0028_sync 1440 l\n2011_09_30/2011_09_30_drive_0028_sync 4395 l\n2011_09_30/2011_09_30_drive_0028_sync 4416 l\n2011_09_30/2011_09_30_drive_0028_sync 2214 r\n2011_09_30/2011_09_30_drive_0028_sync 2189 l\n2011_09_30/2011_09_30_drive_0028_sync 5026 l\n2011_09_30/2011_09_30_drive_0028_sync 2633 l\n2011_09_30/2011_09_30_drive_0028_sync 46 r\n2011_09_30/2011_09_30_drive_0028_sync 1608 l\n2011_09_30/2011_09_30_drive_0028_sync 1007 l\n2011_09_30/2011_09_30_drive_0028_sync 3604 r\n2011_09_30/2011_09_30_drive_0028_sync 3808 r\n2011_09_30/2011_09_30_drive_0028_sync 468 r\n2011_09_30/2011_09_30_drive_0028_sync 4260 r\n2011_09_30/2011_09_30_drive_0028_sync 2067 r\n2011_09_30/2011_09_30_drive_0028_sync 4608 r\n2011_09_30/2011_09_30_drive_0028_sync 837 l\n2011_09_30/2011_09_30_drive_0028_sync 2932 l\n2011_09_30/2011_09_30_drive_0028_sync 1067 l\n2011_09_30/2011_09_30_drive_0028_sync 3075 l\n2011_09_30/2011_09_30_drive_0028_sync 3345 r\n2011_09_30/2011_09_30_drive_0028_sync 2944 r\n2011_09_30/2011_09_30_drive_0028_sync 14 l\n2011_09_30/2011_09_30_drive_0028_sync 721 r\n2011_09_30/2011_09_30_drive_0028_sync 589 l\n2011_09_30/2011_09_30_drive_0028_sync 1846 l\n2011_09_30/2011_09_30_drive_0028_sync 2847 r\n2011_09_30/2011_09_30_drive_0028_sync 3862 r\n2011_09_30/2011_09_30_drive_0028_sync 3880 r\n2011_09_30/2011_09_30_drive_0028_sync 186 l\n2011_09_30/2011_09_30_drive_0028_sync 1493 r\n2011_09_30/2011_09_30_drive_0028_sync 3387 r\n2011_09_30/2011_09_30_drive_0028_sync 2200 l\n2011_09_30/2011_09_30_drive_0028_sync 3628 l\n2011_09_30/2011_09_30_drive_0028_sync 4796 l\n2011_09_30/2011_09_30_drive_0028_sync 1518 l\n2011_09_30/2011_09_30_drive_0028_sync 5023 r\n2011_09_30/2011_09_30_drive_0028_sync 1823 l\n2011_09_30/2011_09_30_drive_0028_sync 4015 r\n2011_09_30/2011_09_30_drive_0028_sync 1711 l\n2011_09_30/2011_09_30_drive_0028_sync 1575 l\n2011_09_30/2011_09_30_drive_0028_sync 1647 l\n2011_09_30/2011_09_30_drive_0028_sync 3910 r\n2011_09_30/2011_09_30_drive_0028_sync 4034 l\n2011_09_30/2011_09_30_drive_0028_sync 940 r\n2011_09_30/2011_09_30_drive_0028_sync 288 r\n2011_09_30/2011_09_30_drive_0028_sync 3441 r\n2011_09_30/2011_09_30_drive_0028_sync 600 r\n2011_09_30/2011_09_30_drive_0028_sync 2382 l\n2011_09_30/2011_09_30_drive_0028_sync 3009 r\n2011_09_30/2011_09_30_drive_0028_sync 214 r\n2011_09_30/2011_09_30_drive_0028_sync 3769 l\n2011_09_30/2011_09_30_drive_0028_sync 33 l\n2011_09_30/2011_09_30_drive_0028_sync 606 r\n2011_09_30/2011_09_30_drive_0028_sync 267 r\n2011_09_30/2011_09_30_drive_0028_sync 3984 l\n2011_09_30/2011_09_30_drive_0028_sync 1900 l\n2011_09_30/2011_09_30_drive_0028_sync 2287 l\n2011_09_30/2011_09_30_drive_0028_sync 3556 r\n2011_09_30/2011_09_30_drive_0028_sync 2545 l\n2011_09_30/2011_09_30_drive_0028_sync 5100 l\n2011_09_30/2011_09_30_drive_0028_sync 4408 r\n2011_09_30/2011_09_30_drive_0028_sync 1706 l\n2011_09_30/2011_09_30_drive_0028_sync 4291 r\n2011_09_30/2011_09_30_drive_0028_sync 1938 r\n2011_09_30/2011_09_30_drive_0028_sync 1963 r\n2011_09_30/2011_09_30_drive_0028_sync 3979 r\n2011_09_30/2011_09_30_drive_0028_sync 2477 r\n2011_09_30/2011_09_30_drive_0028_sync 2256 l\n2011_09_30/2011_09_30_drive_0028_sync 3873 r\n2011_09_30/2011_09_30_drive_0028_sync 2109 r\n2011_09_30/2011_09_30_drive_0028_sync 4952 l\n2011_09_30/2011_09_30_drive_0028_sync 964 r\n2011_09_30/2011_09_30_drive_0028_sync 2289 r\n2011_09_30/2011_09_30_drive_0028_sync 4943 r\n2011_09_30/2011_09_30_drive_0028_sync 2641 r\n2011_09_30/2011_09_30_drive_0028_sync 2373 r\n2011_09_30/2011_09_30_drive_0028_sync 4540 r\n2011_09_30/2011_09_30_drive_0028_sync 625 l\n2011_09_30/2011_09_30_drive_0028_sync 477 r\n2011_09_30/2011_09_30_drive_0028_sync 2068 l\n2011_09_30/2011_09_30_drive_0028_sync 3567 r\n2011_09_30/2011_09_30_drive_0028_sync 3337 r\n2011_09_30/2011_09_30_drive_0028_sync 2248 l\n2011_09_30/2011_09_30_drive_0028_sync 4485 r\n2011_09_30/2011_09_30_drive_0028_sync 502 l\n2011_09_30/2011_09_30_drive_0028_sync 5027 r\n2011_09_30/2011_09_30_drive_0028_sync 5067 r\n2011_09_30/2011_09_30_drive_0028_sync 611 r\n2011_09_30/2011_09_30_drive_0028_sync 4938 l\n2011_09_30/2011_09_30_drive_0028_sync 5007 l\n2011_09_30/2011_09_30_drive_0028_sync 516 l\n2011_09_30/2011_09_30_drive_0028_sync 1388 r\n2011_09_30/2011_09_30_drive_0028_sync 4555 r\n2011_09_30/2011_09_30_drive_0028_sync 3578 r\n2011_09_30/2011_09_30_drive_0028_sync 1333 l\n2011_09_30/2011_09_30_drive_0028_sync 3541 l\n2011_09_30/2011_09_30_drive_0028_sync 1245 l\n2011_09_30/2011_09_30_drive_0028_sync 4704 r\n2011_09_30/2011_09_30_drive_0028_sync 776 l\n2011_09_30/2011_09_30_drive_0028_sync 71 r\n2011_09_30/2011_09_30_drive_0028_sync 2302 r\n2011_09_30/2011_09_30_drive_0028_sync 403 l\n2011_09_30/2011_09_30_drive_0028_sync 461 l\n2011_09_30/2011_09_30_drive_0028_sync 1159 l\n2011_09_30/2011_09_30_drive_0028_sync 478 l\n2011_09_30/2011_09_30_drive_0028_sync 2630 r\n2011_09_30/2011_09_30_drive_0028_sync 1491 r\n2011_09_30/2011_09_30_drive_0028_sync 3851 r\n2011_09_30/2011_09_30_drive_0028_sync 1174 l\n2011_09_30/2011_09_30_drive_0028_sync 3698 r\n2011_09_30/2011_09_30_drive_0028_sync 852 l\n2011_09_30/2011_09_30_drive_0028_sync 4283 l\n2011_09_30/2011_09_30_drive_0028_sync 4855 l\n2011_09_30/2011_09_30_drive_0028_sync 628 r\n2011_09_30/2011_09_30_drive_0028_sync 2126 r\n2011_09_30/2011_09_30_drive_0028_sync 2721 r\n2011_09_30/2011_09_30_drive_0028_sync 2013 l\n2011_09_30/2011_09_30_drive_0028_sync 3159 r\n2011_09_30/2011_09_30_drive_0028_sync 164 l\n2011_09_30/2011_09_30_drive_0028_sync 1536 r\n2011_09_30/2011_09_30_drive_0028_sync 534 l\n2011_09_30/2011_09_30_drive_0028_sync 3449 l\n2011_09_30/2011_09_30_drive_0028_sync 3984 r\n2011_09_30/2011_09_30_drive_0028_sync 968 r\n2011_09_30/2011_09_30_drive_0028_sync 3281 r\n2011_09_30/2011_09_30_drive_0028_sync 5022 r\n2011_09_30/2011_09_30_drive_0028_sync 537 r\n2011_09_30/2011_09_30_drive_0028_sync 1337 l\n2011_09_30/2011_09_30_drive_0028_sync 1387 r\n2011_09_30/2011_09_30_drive_0028_sync 299 r\n2011_09_30/2011_09_30_drive_0028_sync 3410 l\n2011_09_30/2011_09_30_drive_0028_sync 4713 r\n2011_09_30/2011_09_30_drive_0028_sync 2212 r\n2011_09_30/2011_09_30_drive_0028_sync 1019 l\n2011_09_30/2011_09_30_drive_0028_sync 4743 l\n2011_09_30/2011_09_30_drive_0028_sync 4321 l\n2011_09_30/2011_09_30_drive_0028_sync 1835 l\n2011_09_30/2011_09_30_drive_0028_sync 1838 r\n2011_09_30/2011_09_30_drive_0028_sync 4578 l\n2011_09_30/2011_09_30_drive_0028_sync 432 l\n2011_09_30/2011_09_30_drive_0028_sync 1097 l\n2011_09_30/2011_09_30_drive_0028_sync 1651 r\n2011_09_30/2011_09_30_drive_0028_sync 3965 r\n2011_09_30/2011_09_30_drive_0028_sync 1697 l\n2011_09_30/2011_09_30_drive_0028_sync 3820 r\n2011_09_30/2011_09_30_drive_0028_sync 3554 r\n2011_09_30/2011_09_30_drive_0028_sync 4503 r\n2011_09_30/2011_09_30_drive_0028_sync 2493 r\n2011_09_30/2011_09_30_drive_0028_sync 1924 r\n2011_09_30/2011_09_30_drive_0028_sync 1169 l\n2011_09_30/2011_09_30_drive_0028_sync 4966 r\n2011_09_30/2011_09_30_drive_0028_sync 147 r\n2011_09_30/2011_09_30_drive_0028_sync 652 l\n2011_09_30/2011_09_30_drive_0028_sync 4091 r\n2011_09_30/2011_09_30_drive_0028_sync 3153 l\n2011_09_30/2011_09_30_drive_0028_sync 5149 l\n2011_09_30/2011_09_30_drive_0028_sync 2092 l\n2011_09_30/2011_09_30_drive_0028_sync 3233 r\n2011_09_30/2011_09_30_drive_0028_sync 3311 l\n2011_09_30/2011_09_30_drive_0028_sync 3571 r\n2011_09_30/2011_09_30_drive_0028_sync 2242 l\n2011_09_30/2011_09_30_drive_0028_sync 4890 r\n2011_09_30/2011_09_30_drive_0028_sync 3689 l\n2011_09_30/2011_09_30_drive_0028_sync 3827 r\n2011_09_30/2011_09_30_drive_0028_sync 1116 r\n2011_09_30/2011_09_30_drive_0028_sync 3074 r\n2011_09_30/2011_09_30_drive_0028_sync 4220 r\n2011_09_30/2011_09_30_drive_0028_sync 2549 l\n2011_09_30/2011_09_30_drive_0028_sync 1561 l\n2011_09_30/2011_09_30_drive_0028_sync 5088 l\n2011_09_30/2011_09_30_drive_0028_sync 1519 r\n2011_09_30/2011_09_30_drive_0028_sync 5013 l\n2011_09_30/2011_09_30_drive_0028_sync 5131 l\n2011_09_30/2011_09_30_drive_0028_sync 1816 r\n2011_09_30/2011_09_30_drive_0028_sync 2213 l\n2011_09_30/2011_09_30_drive_0028_sync 2952 r\n2011_09_30/2011_09_30_drive_0028_sync 662 l\n2011_09_30/2011_09_30_drive_0028_sync 1370 r\n2011_09_30/2011_09_30_drive_0028_sync 1393 l\n2011_09_30/2011_09_30_drive_0028_sync 867 r\n2011_09_30/2011_09_30_drive_0028_sync 2773 r\n2011_09_30/2011_09_30_drive_0028_sync 2862 r\n2011_09_30/2011_09_30_drive_0028_sync 2003 r\n2011_09_30/2011_09_30_drive_0028_sync 5146 l\n2011_09_30/2011_09_30_drive_0028_sync 4396 l\n2011_09_30/2011_09_30_drive_0028_sync 1458 r\n2011_09_30/2011_09_30_drive_0028_sync 3994 r\n2011_09_30/2011_09_30_drive_0028_sync 3284 l\n2011_09_30/2011_09_30_drive_0028_sync 2226 l\n2011_09_30/2011_09_30_drive_0028_sync 2812 r\n2011_09_30/2011_09_30_drive_0028_sync 4508 r\n2011_09_30/2011_09_30_drive_0028_sync 1361 r\n2011_09_30/2011_09_30_drive_0028_sync 3211 r\n2011_09_30/2011_09_30_drive_0028_sync 1124 l\n2011_09_30/2011_09_30_drive_0028_sync 62 r\n2011_09_30/2011_09_30_drive_0028_sync 4357 l\n2011_09_30/2011_09_30_drive_0028_sync 3177 r\n2011_09_30/2011_09_30_drive_0028_sync 424 l\n2011_09_30/2011_09_30_drive_0028_sync 3971 l\n2011_09_30/2011_09_30_drive_0028_sync 1739 l\n2011_09_30/2011_09_30_drive_0028_sync 139 r\n2011_09_30/2011_09_30_drive_0028_sync 489 l\n2011_09_30/2011_09_30_drive_0028_sync 3034 l\n2011_09_30/2011_09_30_drive_0028_sync 3092 r\n2011_09_30/2011_09_30_drive_0028_sync 4505 r\n2011_09_30/2011_09_30_drive_0028_sync 5090 l\n2011_09_30/2011_09_30_drive_0028_sync 2625 r\n2011_09_30/2011_09_30_drive_0028_sync 4526 r\n2011_09_30/2011_09_30_drive_0028_sync 1082 r\n2011_09_30/2011_09_30_drive_0028_sync 300 l\n2011_09_30/2011_09_30_drive_0028_sync 4263 l\n2011_09_30/2011_09_30_drive_0028_sync 1410 l\n2011_09_30/2011_09_30_drive_0028_sync 3779 r\n2011_09_30/2011_09_30_drive_0028_sync 1654 r\n2011_09_30/2011_09_30_drive_0028_sync 621 l\n2011_09_30/2011_09_30_drive_0028_sync 194 r\n2011_09_30/2011_09_30_drive_0028_sync 2119 l\n2011_09_30/2011_09_30_drive_0028_sync 4372 l\n2011_09_30/2011_09_30_drive_0028_sync 3647 r\n2011_09_30/2011_09_30_drive_0028_sync 347 l\n2011_09_30/2011_09_30_drive_0028_sync 243 r\n2011_09_30/2011_09_30_drive_0028_sync 3194 l\n2011_09_30/2011_09_30_drive_0028_sync 556 l\n2011_09_30/2011_09_30_drive_0028_sync 2089 r\n2011_09_30/2011_09_30_drive_0028_sync 3574 r\n2011_09_30/2011_09_30_drive_0028_sync 2230 l\n2011_09_30/2011_09_30_drive_0028_sync 1926 l\n2011_09_30/2011_09_30_drive_0028_sync 4211 r\n2011_09_30/2011_09_30_drive_0028_sync 1596 l\n2011_09_30/2011_09_30_drive_0028_sync 544 r\n2011_09_30/2011_09_30_drive_0028_sync 751 l\n2011_09_30/2011_09_30_drive_0028_sync 1040 r\n2011_09_30/2011_09_30_drive_0028_sync 835 l\n2011_09_30/2011_09_30_drive_0028_sync 4717 l\n2011_09_30/2011_09_30_drive_0028_sync 2748 l\n2011_09_30/2011_09_30_drive_0028_sync 409 l\n2011_09_30/2011_09_30_drive_0028_sync 3371 l\n2011_09_30/2011_09_30_drive_0028_sync 417 r\n2011_09_30/2011_09_30_drive_0028_sync 1026 l\n2011_09_30/2011_09_30_drive_0028_sync 1075 r\n2011_09_30/2011_09_30_drive_0028_sync 4751 r\n2011_09_30/2011_09_30_drive_0028_sync 2532 r\n2011_09_30/2011_09_30_drive_0028_sync 3826 l\n2011_09_30/2011_09_30_drive_0028_sync 3543 r\n2011_09_30/2011_09_30_drive_0028_sync 331 l\n2011_09_30/2011_09_30_drive_0028_sync 4307 l\n2011_09_30/2011_09_30_drive_0028_sync 3366 r\n2011_09_30/2011_09_30_drive_0028_sync 2488 l\n2011_09_30/2011_09_30_drive_0028_sync 195 l\n2011_09_30/2011_09_30_drive_0028_sync 5014 r\n2011_09_30/2011_09_30_drive_0028_sync 1602 l\n2011_09_30/2011_09_30_drive_0028_sync 1967 l\n2011_09_30/2011_09_30_drive_0028_sync 3560 r\n2011_09_30/2011_09_30_drive_0028_sync 73 l\n2011_09_30/2011_09_30_drive_0028_sync 1905 l\n2011_09_30/2011_09_30_drive_0028_sync 822 l\n2011_09_30/2011_09_30_drive_0028_sync 339 r\n2011_09_30/2011_09_30_drive_0028_sync 3806 l\n2011_09_30/2011_09_30_drive_0028_sync 2703 l\n2011_09_30/2011_09_30_drive_0028_sync 1227 r\n2011_09_30/2011_09_30_drive_0028_sync 4561 l\n2011_09_30/2011_09_30_drive_0028_sync 3079 l\n2011_09_30/2011_09_30_drive_0028_sync 4594 l\n2011_09_30/2011_09_30_drive_0028_sync 3228 r\n2011_09_30/2011_09_30_drive_0028_sync 2306 l\n2011_09_30/2011_09_30_drive_0028_sync 1966 l\n2011_09_30/2011_09_30_drive_0028_sync 1938 l\n2011_09_30/2011_09_30_drive_0028_sync 3709 l\n2011_09_30/2011_09_30_drive_0028_sync 3691 r\n2011_09_30/2011_09_30_drive_0028_sync 3564 l\n2011_09_30/2011_09_30_drive_0028_sync 4933 r\n2011_09_30/2011_09_30_drive_0028_sync 514 r\n2011_09_30/2011_09_30_drive_0028_sync 1269 r\n2011_09_30/2011_09_30_drive_0028_sync 1584 l\n2011_09_30/2011_09_30_drive_0028_sync 452 r\n2011_09_30/2011_09_30_drive_0028_sync 4493 r\n2011_09_30/2011_09_30_drive_0028_sync 4862 l\n2011_09_30/2011_09_30_drive_0028_sync 864 r\n2011_09_30/2011_09_30_drive_0028_sync 2311 r\n2011_09_30/2011_09_30_drive_0028_sync 4503 l\n2011_09_30/2011_09_30_drive_0028_sync 4245 l\n2011_09_30/2011_09_30_drive_0028_sync 4576 l\n2011_09_30/2011_09_30_drive_0028_sync 1381 l\n2011_09_30/2011_09_30_drive_0028_sync 2541 l\n2011_09_30/2011_09_30_drive_0028_sync 3828 r\n2011_09_30/2011_09_30_drive_0028_sync 1982 r\n2011_09_30/2011_09_30_drive_0028_sync 3257 r\n2011_09_30/2011_09_30_drive_0028_sync 3284 r\n2011_09_30/2011_09_30_drive_0028_sync 1193 r\n2011_09_30/2011_09_30_drive_0028_sync 95 l\n2011_09_30/2011_09_30_drive_0028_sync 1901 r\n2011_09_30/2011_09_30_drive_0028_sync 1485 r\n2011_09_30/2011_09_30_drive_0028_sync 125 r\n2011_09_30/2011_09_30_drive_0028_sync 4632 r\n2011_09_30/2011_09_30_drive_0028_sync 3395 l\n2011_09_30/2011_09_30_drive_0028_sync 4776 r\n2011_09_30/2011_09_30_drive_0028_sync 2339 r\n2011_09_30/2011_09_30_drive_0028_sync 3229 l\n2011_09_30/2011_09_30_drive_0028_sync 493 l\n2011_09_30/2011_09_30_drive_0028_sync 26 l\n2011_09_30/2011_09_30_drive_0028_sync 2563 l\n2011_09_30/2011_09_30_drive_0028_sync 4168 r\n2011_09_30/2011_09_30_drive_0028_sync 1497 l\n2011_09_30/2011_09_30_drive_0028_sync 4793 r\n2011_09_30/2011_09_30_drive_0028_sync 286 r\n2011_09_30/2011_09_30_drive_0028_sync 4504 r\n2011_09_30/2011_09_30_drive_0028_sync 2919 l\n2011_09_30/2011_09_30_drive_0028_sync 1371 r\n2011_09_30/2011_09_30_drive_0028_sync 2485 l\n2011_09_30/2011_09_30_drive_0028_sync 2152 r\n2011_09_30/2011_09_30_drive_0028_sync 1906 r\n2011_09_30/2011_09_30_drive_0028_sync 3780 l\n2011_09_30/2011_09_30_drive_0028_sync 3556 l\n2011_09_30/2011_09_30_drive_0028_sync 830 l\n2011_09_30/2011_09_30_drive_0028_sync 2081 r\n2011_09_30/2011_09_30_drive_0028_sync 2801 r\n2011_09_30/2011_09_30_drive_0028_sync 299 l\n2011_09_30/2011_09_30_drive_0028_sync 3092 l\n2011_09_30/2011_09_30_drive_0028_sync 706 l\n2011_09_30/2011_09_30_drive_0028_sync 3212 l\n2011_09_30/2011_09_30_drive_0028_sync 3268 r\n2011_09_30/2011_09_30_drive_0028_sync 368 r\n2011_09_30/2011_09_30_drive_0028_sync 1391 l\n2011_09_30/2011_09_30_drive_0028_sync 4845 r\n2011_09_30/2011_09_30_drive_0028_sync 3771 r\n2011_09_30/2011_09_30_drive_0028_sync 1487 l\n2011_09_30/2011_09_30_drive_0028_sync 5015 r\n2011_09_30/2011_09_30_drive_0028_sync 4470 l\n2011_09_30/2011_09_30_drive_0028_sync 4877 l\n2011_09_30/2011_09_30_drive_0028_sync 1454 r\n2011_09_30/2011_09_30_drive_0028_sync 693 l\n2011_09_30/2011_09_30_drive_0028_sync 4230 l\n2011_09_30/2011_09_30_drive_0028_sync 132 l\n2011_09_30/2011_09_30_drive_0028_sync 4007 r\n2011_09_30/2011_09_30_drive_0028_sync 2507 r\n2011_09_30/2011_09_30_drive_0028_sync 929 r\n2011_09_30/2011_09_30_drive_0028_sync 4494 l\n2011_09_30/2011_09_30_drive_0028_sync 871 l\n2011_09_30/2011_09_30_drive_0028_sync 3260 r\n2011_09_30/2011_09_30_drive_0028_sync 809 l\n2011_09_30/2011_09_30_drive_0028_sync 1191 l\n2011_09_30/2011_09_30_drive_0028_sync 1910 l\n2011_09_30/2011_09_30_drive_0028_sync 138 l\n2011_09_30/2011_09_30_drive_0028_sync 1807 l\n2011_09_30/2011_09_30_drive_0028_sync 5034 r\n2011_09_30/2011_09_30_drive_0028_sync 2634 r\n2011_09_30/2011_09_30_drive_0028_sync 912 l\n2011_09_30/2011_09_30_drive_0028_sync 676 l\n2011_09_30/2011_09_30_drive_0028_sync 3831 r\n2011_09_30/2011_09_30_drive_0028_sync 456 l\n2011_09_30/2011_09_30_drive_0028_sync 3211 l\n2011_09_30/2011_09_30_drive_0028_sync 4931 r\n2011_09_30/2011_09_30_drive_0028_sync 1801 r\n2011_09_30/2011_09_30_drive_0028_sync 4789 r\n2011_09_30/2011_09_30_drive_0028_sync 1904 l\n2011_09_30/2011_09_30_drive_0028_sync 4802 l\n2011_09_30/2011_09_30_drive_0028_sync 2349 r\n2011_09_30/2011_09_30_drive_0028_sync 1896 r\n2011_09_30/2011_09_30_drive_0028_sync 976 r\n2011_09_30/2011_09_30_drive_0028_sync 3291 l\n2011_09_30/2011_09_30_drive_0028_sync 866 l\n2011_09_30/2011_09_30_drive_0028_sync 1672 r\n2011_09_30/2011_09_30_drive_0028_sync 5142 l\n2011_09_30/2011_09_30_drive_0028_sync 3471 r\n2011_09_30/2011_09_30_drive_0028_sync 3005 l\n2011_09_30/2011_09_30_drive_0028_sync 2779 r\n2011_09_30/2011_09_30_drive_0028_sync 3430 l\n2011_09_30/2011_09_30_drive_0028_sync 4436 l\n2011_09_30/2011_09_30_drive_0028_sync 775 r\n2011_09_30/2011_09_30_drive_0028_sync 3024 r\n2011_09_30/2011_09_30_drive_0028_sync 3540 l\n2011_09_30/2011_09_30_drive_0028_sync 5129 r\n2011_09_30/2011_09_30_drive_0028_sync 2223 l\n2011_09_30/2011_09_30_drive_0028_sync 546 r\n2011_09_30/2011_09_30_drive_0028_sync 5100 r\n2011_09_30/2011_09_30_drive_0028_sync 2096 l\n2011_09_30/2011_09_30_drive_0028_sync 569 r\n2011_09_30/2011_09_30_drive_0028_sync 3370 r\n2011_09_30/2011_09_30_drive_0028_sync 2235 r\n2011_09_30/2011_09_30_drive_0028_sync 2558 r\n2011_09_30/2011_09_30_drive_0028_sync 1857 l\n2011_09_30/2011_09_30_drive_0028_sync 2000 r\n2011_09_30/2011_09_30_drive_0028_sync 4001 l\n2011_09_30/2011_09_30_drive_0028_sync 3764 r\n2011_09_30/2011_09_30_drive_0028_sync 3372 r\n2011_09_30/2011_09_30_drive_0028_sync 797 r\n2011_09_30/2011_09_30_drive_0028_sync 4659 r\n2011_09_30/2011_09_30_drive_0028_sync 2546 r\n2011_09_30/2011_09_30_drive_0028_sync 2024 r\n2011_09_30/2011_09_30_drive_0028_sync 350 r\n2011_09_30/2011_09_30_drive_0028_sync 3396 r\n2011_09_30/2011_09_30_drive_0028_sync 2905 r\n2011_09_30/2011_09_30_drive_0028_sync 114 l\n2011_09_30/2011_09_30_drive_0028_sync 145 r\n2011_09_30/2011_09_30_drive_0028_sync 3682 r\n2011_09_30/2011_09_30_drive_0028_sync 4375 r\n2011_09_30/2011_09_30_drive_0028_sync 1889 l\n2011_09_30/2011_09_30_drive_0028_sync 4294 l\n2011_09_30/2011_09_30_drive_0028_sync 751 r\n2011_09_30/2011_09_30_drive_0028_sync 3793 r\n2011_09_30/2011_09_30_drive_0028_sync 2398 l\n2011_09_30/2011_09_30_drive_0028_sync 694 l\n2011_09_30/2011_09_30_drive_0028_sync 452 l\n2011_09_30/2011_09_30_drive_0028_sync 78 r\n2011_09_30/2011_09_30_drive_0028_sync 1135 l\n2011_09_30/2011_09_30_drive_0028_sync 4515 l\n2011_09_30/2011_09_30_drive_0028_sync 2920 l\n2011_09_30/2011_09_30_drive_0028_sync 3456 r\n2011_09_30/2011_09_30_drive_0028_sync 778 r\n2011_09_30/2011_09_30_drive_0028_sync 2087 l\n2011_09_30/2011_09_30_drive_0028_sync 519 r\n2011_09_30/2011_09_30_drive_0028_sync 3357 r\n2011_09_30/2011_09_30_drive_0028_sync 4738 l\n2011_09_30/2011_09_30_drive_0028_sync 3104 l\n2011_09_30/2011_09_30_drive_0028_sync 303 l\n2011_09_30/2011_09_30_drive_0028_sync 2237 r\n2011_09_30/2011_09_30_drive_0028_sync 1849 l\n2011_09_30/2011_09_30_drive_0028_sync 1558 r\n2011_09_30/2011_09_30_drive_0028_sync 4246 l\n2011_09_30/2011_09_30_drive_0028_sync 2696 r\n2011_09_30/2011_09_30_drive_0028_sync 2788 r\n2011_09_30/2011_09_30_drive_0028_sync 3549 r\n2011_09_30/2011_09_30_drive_0028_sync 356 l\n2011_09_30/2011_09_30_drive_0028_sync 3579 l\n2011_09_30/2011_09_30_drive_0028_sync 1735 l\n2011_09_30/2011_09_30_drive_0028_sync 1114 l\n2011_09_30/2011_09_30_drive_0028_sync 4339 r\n2011_09_30/2011_09_30_drive_0028_sync 1210 r\n2011_09_30/2011_09_30_drive_0028_sync 1845 r\n2011_09_30/2011_09_30_drive_0028_sync 3225 l\n2011_09_30/2011_09_30_drive_0028_sync 1964 r\n2011_09_30/2011_09_30_drive_0028_sync 1773 r\n2011_09_30/2011_09_30_drive_0028_sync 1336 l\n2011_09_30/2011_09_30_drive_0028_sync 4244 r\n2011_09_30/2011_09_30_drive_0028_sync 888 r\n2011_09_30/2011_09_30_drive_0028_sync 62 l\n2011_09_30/2011_09_30_drive_0028_sync 3908 l\n2011_09_30/2011_09_30_drive_0028_sync 2171 r\n2011_09_30/2011_09_30_drive_0028_sync 2453 r\n2011_09_30/2011_09_30_drive_0028_sync 1134 r\n2011_09_30/2011_09_30_drive_0028_sync 4747 r\n2011_09_30/2011_09_30_drive_0028_sync 3025 r\n2011_09_30/2011_09_30_drive_0028_sync 1923 r\n2011_09_30/2011_09_30_drive_0028_sync 2891 l\n2011_09_30/2011_09_30_drive_0028_sync 3599 l\n2011_09_30/2011_09_30_drive_0028_sync 5121 r\n2011_09_30/2011_09_30_drive_0028_sync 1755 r\n2011_09_30/2011_09_30_drive_0028_sync 3202 l\n2011_09_30/2011_09_30_drive_0028_sync 631 l\n2011_09_30/2011_09_30_drive_0028_sync 2371 l\n2011_09_30/2011_09_30_drive_0028_sync 1230 r\n2011_09_30/2011_09_30_drive_0028_sync 1487 r\n2011_09_30/2011_09_30_drive_0028_sync 2567 l\n2011_09_30/2011_09_30_drive_0028_sync 2256 r\n2011_09_30/2011_09_30_drive_0028_sync 81 l\n2011_09_30/2011_09_30_drive_0028_sync 2396 l\n2011_09_30/2011_09_30_drive_0028_sync 3678 r\n2011_09_30/2011_09_30_drive_0028_sync 1960 l\n2011_09_30/2011_09_30_drive_0028_sync 3499 r\n2011_09_30/2011_09_30_drive_0028_sync 841 r\n2011_09_30/2011_09_30_drive_0028_sync 2038 l\n2011_09_30/2011_09_30_drive_0028_sync 2011 l\n2011_09_30/2011_09_30_drive_0028_sync 3312 r\n2011_09_30/2011_09_30_drive_0028_sync 3334 l\n2011_09_30/2011_09_30_drive_0028_sync 3677 l\n2011_09_30/2011_09_30_drive_0028_sync 1630 l\n2011_09_30/2011_09_30_drive_0028_sync 962 r\n2011_09_30/2011_09_30_drive_0028_sync 1248 l\n2011_09_30/2011_09_30_drive_0028_sync 602 l\n2011_09_30/2011_09_30_drive_0028_sync 3772 l\n2011_09_30/2011_09_30_drive_0028_sync 4531 l\n2011_09_30/2011_09_30_drive_0028_sync 1127 l\n2011_09_30/2011_09_30_drive_0028_sync 4465 r\n2011_09_30/2011_09_30_drive_0028_sync 2354 l\n2011_09_30/2011_09_30_drive_0028_sync 1845 l\n2011_09_30/2011_09_30_drive_0028_sync 2560 l\n2011_09_30/2011_09_30_drive_0028_sync 3580 r\n2011_09_30/2011_09_30_drive_0028_sync 1888 r\n2011_09_30/2011_09_30_drive_0028_sync 288 l\n2011_09_30/2011_09_30_drive_0028_sync 2111 l\n2011_09_30/2011_09_30_drive_0028_sync 1004 l\n2011_09_30/2011_09_30_drive_0028_sync 1078 l\n2011_09_30/2011_09_30_drive_0028_sync 1700 r\n2011_09_30/2011_09_30_drive_0028_sync 1278 r\n2011_09_30/2011_09_30_drive_0028_sync 2454 r\n2011_09_30/2011_09_30_drive_0028_sync 2477 l\n2011_09_30/2011_09_30_drive_0028_sync 2479 l\n2011_09_30/2011_09_30_drive_0028_sync 1075 l\n2011_09_30/2011_09_30_drive_0028_sync 2776 l\n2011_09_30/2011_09_30_drive_0028_sync 3462 r\n2011_09_30/2011_09_30_drive_0028_sync 318 l\n2011_09_30/2011_09_30_drive_0028_sync 3021 r\n2011_09_30/2011_09_30_drive_0028_sync 3340 l\n2011_09_30/2011_09_30_drive_0028_sync 999 l\n2011_09_30/2011_09_30_drive_0028_sync 4468 l\n2011_09_30/2011_09_30_drive_0028_sync 3266 l\n2011_09_30/2011_09_30_drive_0028_sync 4272 r\n2011_09_30/2011_09_30_drive_0028_sync 840 l\n2011_09_30/2011_09_30_drive_0028_sync 14 r\n2011_09_30/2011_09_30_drive_0028_sync 4801 l\n2011_09_30/2011_09_30_drive_0028_sync 2859 r\n2011_09_30/2011_09_30_drive_0028_sync 2162 r\n2011_09_30/2011_09_30_drive_0028_sync 1322 l\n2011_09_30/2011_09_30_drive_0028_sync 5030 r\n2011_09_30/2011_09_30_drive_0028_sync 1536 l\n2011_09_30/2011_09_30_drive_0028_sync 680 l\n2011_09_30/2011_09_30_drive_0028_sync 892 l\n2011_09_30/2011_09_30_drive_0028_sync 200 r\n2011_09_30/2011_09_30_drive_0028_sync 2846 r\n2011_09_30/2011_09_30_drive_0028_sync 4266 l\n2011_09_30/2011_09_30_drive_0028_sync 1742 l\n2011_09_30/2011_09_30_drive_0028_sync 4544 l\n2011_09_30/2011_09_30_drive_0028_sync 4418 r\n2011_09_30/2011_09_30_drive_0028_sync 390 l\n2011_09_30/2011_09_30_drive_0028_sync 4903 r\n2011_09_30/2011_09_30_drive_0028_sync 1658 l\n2011_09_30/2011_09_30_drive_0028_sync 2620 r\n2011_09_30/2011_09_30_drive_0028_sync 3668 r\n2011_09_30/2011_09_30_drive_0028_sync 2397 r\n2011_09_30/2011_09_30_drive_0028_sync 3234 r\n2011_09_30/2011_09_30_drive_0028_sync 3847 r\n2011_09_30/2011_09_30_drive_0028_sync 4084 r\n2011_09_30/2011_09_30_drive_0028_sync 647 l\n2011_09_30/2011_09_30_drive_0028_sync 1547 l\n2011_09_30/2011_09_30_drive_0028_sync 1789 l\n2011_09_30/2011_09_30_drive_0028_sync 3707 r\n2011_09_30/2011_09_30_drive_0028_sync 653 r\n2011_09_30/2011_09_30_drive_0028_sync 4041 r\n2011_09_30/2011_09_30_drive_0028_sync 3313 l\n2011_09_30/2011_09_30_drive_0028_sync 3214 l\n2011_09_30/2011_09_30_drive_0028_sync 2746 r\n2011_09_30/2011_09_30_drive_0028_sync 1342 r\n2011_09_30/2011_09_30_drive_0028_sync 4348 l\n2011_09_30/2011_09_30_drive_0028_sync 3898 r\n2011_09_30/2011_09_30_drive_0028_sync 1222 r\n2011_09_30/2011_09_30_drive_0028_sync 27 r\n2011_09_30/2011_09_30_drive_0028_sync 2723 r\n2011_09_30/2011_09_30_drive_0028_sync 4813 l\n2011_09_30/2011_09_30_drive_0028_sync 190 l\n2011_09_30/2011_09_30_drive_0028_sync 266 r\n2011_09_30/2011_09_30_drive_0028_sync 5132 r\n2011_09_30/2011_09_30_drive_0028_sync 4837 l\n2011_09_30/2011_09_30_drive_0028_sync 4438 l\n2011_09_30/2011_09_30_drive_0028_sync 4485 l\n2011_09_30/2011_09_30_drive_0028_sync 4264 r\n2011_09_30/2011_09_30_drive_0028_sync 489 r\n2011_09_30/2011_09_30_drive_0028_sync 3659 l\n2011_09_30/2011_09_30_drive_0028_sync 2229 r\n2011_09_30/2011_09_30_drive_0028_sync 565 l\n2011_09_30/2011_09_30_drive_0028_sync 1905 r\n2011_09_30/2011_09_30_drive_0028_sync 436 l\n2011_09_30/2011_09_30_drive_0028_sync 1684 l\n2011_09_30/2011_09_30_drive_0028_sync 204 r\n2011_09_30/2011_09_30_drive_0028_sync 450 l\n2011_09_30/2011_09_30_drive_0028_sync 4782 r\n2011_09_30/2011_09_30_drive_0028_sync 5136 l\n2011_09_30/2011_09_30_drive_0028_sync 363 r\n2011_09_30/2011_09_30_drive_0028_sync 4939 l\n2011_09_30/2011_09_30_drive_0028_sync 2968 l\n2011_09_30/2011_09_30_drive_0028_sync 735 r\n2011_09_30/2011_09_30_drive_0028_sync 4023 l\n2011_09_30/2011_09_30_drive_0028_sync 2900 r\n2011_09_30/2011_09_30_drive_0028_sync 3877 r\n2011_09_30/2011_09_30_drive_0028_sync 3946 l\n2011_09_30/2011_09_30_drive_0028_sync 2786 r\n2011_09_30/2011_09_30_drive_0028_sync 3042 l\n2011_09_30/2011_09_30_drive_0028_sync 376 r\n2011_09_30/2011_09_30_drive_0028_sync 3493 l\n2011_09_30/2011_09_30_drive_0028_sync 3163 r\n2011_09_30/2011_09_30_drive_0028_sync 282 r\n2011_09_30/2011_09_30_drive_0028_sync 1963 l\n2011_09_30/2011_09_30_drive_0028_sync 3191 r\n2011_09_30/2011_09_30_drive_0028_sync 4815 l\n2011_09_30/2011_09_30_drive_0028_sync 2111 r\n2011_09_30/2011_09_30_drive_0028_sync 1279 r\n2011_09_30/2011_09_30_drive_0028_sync 691 l\n2011_09_30/2011_09_30_drive_0028_sync 1627 l\n2011_09_30/2011_09_30_drive_0028_sync 4626 r\n2011_09_30/2011_09_30_drive_0028_sync 89 r\n2011_09_30/2011_09_30_drive_0028_sync 3962 r\n2011_09_30/2011_09_30_drive_0028_sync 1728 r\n2011_09_30/2011_09_30_drive_0028_sync 3583 r\n2011_09_30/2011_09_30_drive_0028_sync 3578 l\n2011_09_30/2011_09_30_drive_0028_sync 1738 r\n2011_09_30/2011_09_30_drive_0028_sync 2232 r\n2011_09_30/2011_09_30_drive_0028_sync 2836 l\n2011_09_30/2011_09_30_drive_0028_sync 1655 r\n2011_09_30/2011_09_30_drive_0028_sync 5156 r\n2011_09_30/2011_09_30_drive_0028_sync 4988 r\n2011_09_30/2011_09_30_drive_0028_sync 4499 l\n2011_09_30/2011_09_30_drive_0028_sync 3376 r\n2011_09_30/2011_09_30_drive_0028_sync 1671 r\n2011_09_30/2011_09_30_drive_0028_sync 3120 l\n2011_09_30/2011_09_30_drive_0028_sync 1752 r\n2011_09_30/2011_09_30_drive_0028_sync 3219 l\n2011_09_30/2011_09_30_drive_0028_sync 2614 r\n2011_09_30/2011_09_30_drive_0028_sync 106 l\n2011_09_30/2011_09_30_drive_0028_sync 804 l\n2011_09_30/2011_09_30_drive_0028_sync 2564 r\n2011_09_30/2011_09_30_drive_0028_sync 4072 l\n2011_09_30/2011_09_30_drive_0028_sync 316 l\n2011_09_30/2011_09_30_drive_0028_sync 3988 r\n2011_09_30/2011_09_30_drive_0028_sync 3167 l\n2011_09_30/2011_09_30_drive_0028_sync 1831 r\n2011_09_30/2011_09_30_drive_0028_sync 1454 l\n2011_09_30/2011_09_30_drive_0028_sync 3120 r\n2011_09_30/2011_09_30_drive_0028_sync 4631 l\n2011_09_30/2011_09_30_drive_0028_sync 3545 l\n2011_09_30/2011_09_30_drive_0028_sync 1762 r\n2011_09_30/2011_09_30_drive_0028_sync 1045 r\n2011_09_30/2011_09_30_drive_0028_sync 271 l\n2011_09_30/2011_09_30_drive_0028_sync 307 r\n2011_09_30/2011_09_30_drive_0028_sync 4587 l\n2011_09_30/2011_09_30_drive_0028_sync 4473 l\n2011_09_30/2011_09_30_drive_0028_sync 4082 r\n2011_09_30/2011_09_30_drive_0028_sync 492 r\n2011_09_30/2011_09_30_drive_0028_sync 4873 l\n2011_09_30/2011_09_30_drive_0028_sync 1175 l\n2011_09_30/2011_09_30_drive_0028_sync 3713 r\n2011_09_30/2011_09_30_drive_0028_sync 1296 r\n2011_09_30/2011_09_30_drive_0028_sync 937 l\n2011_09_30/2011_09_30_drive_0028_sync 5060 l\n2011_09_30/2011_09_30_drive_0028_sync 932 l\n2011_09_30/2011_09_30_drive_0028_sync 2024 l\n2011_09_30/2011_09_30_drive_0028_sync 4874 r\n2011_09_30/2011_09_30_drive_0028_sync 4688 r\n2011_09_30/2011_09_30_drive_0028_sync 1460 r\n2011_09_30/2011_09_30_drive_0028_sync 2456 l\n2011_09_30/2011_09_30_drive_0028_sync 2788 l\n2011_09_30/2011_09_30_drive_0028_sync 4791 l\n2011_09_30/2011_09_30_drive_0028_sync 5012 l\n2011_09_30/2011_09_30_drive_0028_sync 4644 l\n2011_09_30/2011_09_30_drive_0028_sync 4704 l\n2011_09_30/2011_09_30_drive_0028_sync 4573 r\n2011_09_30/2011_09_30_drive_0028_sync 4150 l\n2011_09_30/2011_09_30_drive_0028_sync 3636 l\n2011_09_30/2011_09_30_drive_0028_sync 2026 r\n2011_09_30/2011_09_30_drive_0028_sync 2782 r\n2011_09_30/2011_09_30_drive_0028_sync 4771 l\n2011_09_30/2011_09_30_drive_0028_sync 4238 r\n2011_09_30/2011_09_30_drive_0028_sync 4681 r\n2011_09_30/2011_09_30_drive_0028_sync 4525 l\n2011_09_30/2011_09_30_drive_0028_sync 5099 l\n2011_09_30/2011_09_30_drive_0028_sync 208 l\n2011_09_30/2011_09_30_drive_0028_sync 887 l\n2011_09_30/2011_09_30_drive_0028_sync 1197 l\n2011_09_30/2011_09_30_drive_0028_sync 4252 l\n2011_09_30/2011_09_30_drive_0028_sync 1916 r\n2011_09_30/2011_09_30_drive_0028_sync 731 r\n2011_09_30/2011_09_30_drive_0028_sync 391 l\n2011_09_30/2011_09_30_drive_0028_sync 2342 r\n2011_09_30/2011_09_30_drive_0028_sync 22 l\n2011_09_30/2011_09_30_drive_0028_sync 3103 r\n2011_09_30/2011_09_30_drive_0028_sync 1029 l\n2011_09_30/2011_09_30_drive_0028_sync 364 l\n2011_09_30/2011_09_30_drive_0028_sync 3177 l\n2011_09_30/2011_09_30_drive_0028_sync 277 r\n2011_09_30/2011_09_30_drive_0028_sync 2735 l\n2011_09_30/2011_09_30_drive_0028_sync 237 l\n2011_09_30/2011_09_30_drive_0028_sync 2429 l\n2011_09_30/2011_09_30_drive_0028_sync 4577 l\n2011_09_30/2011_09_30_drive_0028_sync 291 r\n2011_09_30/2011_09_30_drive_0028_sync 2424 r\n2011_09_30/2011_09_30_drive_0028_sync 1408 r\n2011_09_30/2011_09_30_drive_0028_sync 3296 l\n2011_09_30/2011_09_30_drive_0028_sync 610 r\n2011_09_30/2011_09_30_drive_0028_sync 3926 l\n2011_09_30/2011_09_30_drive_0028_sync 4494 r\n2011_09_30/2011_09_30_drive_0028_sync 3373 r\n2011_09_30/2011_09_30_drive_0028_sync 413 r\n2011_09_30/2011_09_30_drive_0028_sync 33 r\n2011_09_30/2011_09_30_drive_0028_sync 2822 r\n2011_09_30/2011_09_30_drive_0028_sync 4172 r\n2011_09_30/2011_09_30_drive_0028_sync 1081 l\n2011_09_30/2011_09_30_drive_0028_sync 1292 l\n2011_09_30/2011_09_30_drive_0028_sync 1335 l\n2011_09_30/2011_09_30_drive_0028_sync 758 r\n2011_09_30/2011_09_30_drive_0028_sync 4624 l\n2011_09_30/2011_09_30_drive_0028_sync 4694 l\n2011_09_30/2011_09_30_drive_0028_sync 2495 r\n2011_09_30/2011_09_30_drive_0028_sync 2195 r\n2011_09_30/2011_09_30_drive_0028_sync 777 l\n2011_09_30/2011_09_30_drive_0028_sync 3648 r\n2011_09_30/2011_09_30_drive_0028_sync 1653 r\n2011_09_30/2011_09_30_drive_0028_sync 1222 l\n2011_09_30/2011_09_30_drive_0028_sync 3217 l\n2011_09_30/2011_09_30_drive_0028_sync 1141 l\n2011_09_30/2011_09_30_drive_0028_sync 1058 l\n2011_09_30/2011_09_30_drive_0028_sync 1486 l\n2011_09_30/2011_09_30_drive_0028_sync 724 r\n2011_09_30/2011_09_30_drive_0028_sync 1864 l\n2011_09_30/2011_09_30_drive_0028_sync 1412 r\n2011_09_30/2011_09_30_drive_0028_sync 3679 l\n2011_09_30/2011_09_30_drive_0028_sync 4682 l\n2011_09_30/2011_09_30_drive_0028_sync 1527 r\n2011_09_30/2011_09_30_drive_0028_sync 4114 r\n2011_09_30/2011_09_30_drive_0028_sync 86 r\n2011_09_30/2011_09_30_drive_0028_sync 2802 r\n2011_09_30/2011_09_30_drive_0028_sync 2900 l\n2011_09_30/2011_09_30_drive_0028_sync 4775 r\n2011_09_30/2011_09_30_drive_0028_sync 2472 r\n2011_09_30/2011_09_30_drive_0028_sync 3060 r\n2011_09_30/2011_09_30_drive_0028_sync 1892 l\n2011_09_30/2011_09_30_drive_0028_sync 1654 l\n2011_09_30/2011_09_30_drive_0028_sync 3086 l\n2011_09_30/2011_09_30_drive_0028_sync 3142 r\n2011_09_30/2011_09_30_drive_0028_sync 1733 r\n2011_09_30/2011_09_30_drive_0028_sync 2149 l\n2011_09_30/2011_09_30_drive_0028_sync 4650 r\n2011_09_30/2011_09_30_drive_0028_sync 3891 r\n2011_09_30/2011_09_30_drive_0028_sync 4993 l\n2011_09_30/2011_09_30_drive_0028_sync 598 l\n2011_09_30/2011_09_30_drive_0028_sync 3935 r\n2011_09_30/2011_09_30_drive_0028_sync 876 l\n2011_09_30/2011_09_30_drive_0028_sync 4116 r\n2011_09_30/2011_09_30_drive_0028_sync 3937 l\n2011_09_30/2011_09_30_drive_0028_sync 692 l\n2011_09_30/2011_09_30_drive_0028_sync 540 r\n2011_09_30/2011_09_30_drive_0028_sync 4784 l\n2011_09_30/2011_09_30_drive_0028_sync 2885 r\n2011_09_30/2011_09_30_drive_0028_sync 4051 r\n2011_09_30/2011_09_30_drive_0028_sync 1632 l\n2011_09_30/2011_09_30_drive_0028_sync 4011 r\n2011_09_30/2011_09_30_drive_0028_sync 597 l\n2011_09_30/2011_09_30_drive_0028_sync 4217 r\n2011_09_30/2011_09_30_drive_0028_sync 226 l\n2011_09_30/2011_09_30_drive_0028_sync 3701 l\n2011_09_30/2011_09_30_drive_0028_sync 3751 r\n2011_09_30/2011_09_30_drive_0028_sync 3602 r\n2011_09_30/2011_09_30_drive_0028_sync 1377 l\n2011_09_30/2011_09_30_drive_0028_sync 419 l\n2011_09_30/2011_09_30_drive_0028_sync 4629 r\n2011_09_30/2011_09_30_drive_0028_sync 780 r\n2011_09_30/2011_09_30_drive_0028_sync 760 r\n2011_09_30/2011_09_30_drive_0028_sync 749 l\n2011_09_30/2011_09_30_drive_0028_sync 3515 r\n2011_09_30/2011_09_30_drive_0028_sync 3302 r\n2011_09_30/2011_09_30_drive_0028_sync 4697 r\n2011_09_30/2011_09_30_drive_0028_sync 836 r\n2011_09_30/2011_09_30_drive_0028_sync 4178 r\n2011_09_30/2011_09_30_drive_0028_sync 3932 l\n2011_09_30/2011_09_30_drive_0028_sync 3457 r\n2011_09_30/2011_09_30_drive_0028_sync 3746 l\n2011_09_30/2011_09_30_drive_0028_sync 150 l\n2011_09_30/2011_09_30_drive_0028_sync 201 r\n2011_09_30/2011_09_30_drive_0028_sync 3069 l\n2011_09_30/2011_09_30_drive_0028_sync 914 l\n2011_09_30/2011_09_30_drive_0028_sync 4322 l\n2011_09_30/2011_09_30_drive_0028_sync 3872 l\n2011_09_30/2011_09_30_drive_0028_sync 2197 r\n2011_09_30/2011_09_30_drive_0028_sync 2854 l\n2011_09_30/2011_09_30_drive_0028_sync 5154 l\n2011_09_30/2011_09_30_drive_0028_sync 2876 l\n2011_09_30/2011_09_30_drive_0028_sync 160 r\n2011_09_30/2011_09_30_drive_0028_sync 4454 l\n2011_09_30/2011_09_30_drive_0028_sync 5019 r\n2011_09_30/2011_09_30_drive_0028_sync 4179 r\n2011_09_30/2011_09_30_drive_0028_sync 198 l\n2011_09_30/2011_09_30_drive_0028_sync 659 l\n2011_09_30/2011_09_30_drive_0028_sync 1598 l\n2011_09_30/2011_09_30_drive_0028_sync 1967 r\n2011_09_30/2011_09_30_drive_0028_sync 4059 l\n2011_09_30/2011_09_30_drive_0028_sync 4713 l\n2011_09_30/2011_09_30_drive_0028_sync 4832 l\n2011_09_30/2011_09_30_drive_0028_sync 4312 r\n2011_09_30/2011_09_30_drive_0028_sync 650 r\n2011_09_30/2011_09_30_drive_0028_sync 4071 l\n2011_09_30/2011_09_30_drive_0028_sync 3778 r\n2011_09_30/2011_09_30_drive_0028_sync 4001 r\n2011_09_30/2011_09_30_drive_0028_sync 666 l\n2011_09_30/2011_09_30_drive_0028_sync 171 r\n2011_09_30/2011_09_30_drive_0028_sync 3305 r\n2011_09_30/2011_09_30_drive_0028_sync 2294 l\n2011_09_30/2011_09_30_drive_0028_sync 1051 r\n2011_09_30/2011_09_30_drive_0028_sync 1183 r\n2011_09_30/2011_09_30_drive_0028_sync 1599 l\n2011_09_30/2011_09_30_drive_0028_sync 3858 r\n2011_09_30/2011_09_30_drive_0028_sync 1150 r\n2011_09_30/2011_09_30_drive_0028_sync 1163 r\n2011_09_30/2011_09_30_drive_0028_sync 1091 l\n2011_09_30/2011_09_30_drive_0028_sync 4005 l\n2011_09_30/2011_09_30_drive_0028_sync 3475 r\n2011_09_30/2011_09_30_drive_0028_sync 4730 l\n2011_09_30/2011_09_30_drive_0028_sync 1590 l\n2011_09_30/2011_09_30_drive_0028_sync 2720 r\n2011_09_30/2011_09_30_drive_0028_sync 1679 l\n2011_09_30/2011_09_30_drive_0028_sync 2865 l\n2011_09_30/2011_09_30_drive_0028_sync 4807 l\n2011_09_30/2011_09_30_drive_0028_sync 3651 r\n2011_09_30/2011_09_30_drive_0028_sync 3262 r\n2011_09_30/2011_09_30_drive_0028_sync 2743 l\n2011_09_30/2011_09_30_drive_0028_sync 4228 r\n2011_09_30/2011_09_30_drive_0028_sync 3899 r\n2011_09_30/2011_09_30_drive_0028_sync 3730 r\n2011_09_30/2011_09_30_drive_0028_sync 4379 l\n2011_09_30/2011_09_30_drive_0028_sync 4879 l\n2011_09_30/2011_09_30_drive_0028_sync 2331 l\n2011_09_30/2011_09_30_drive_0028_sync 1677 r\n2011_09_30/2011_09_30_drive_0028_sync 2338 l\n2011_09_30/2011_09_30_drive_0028_sync 1713 l\n2011_09_30/2011_09_30_drive_0028_sync 1734 l\n2011_09_30/2011_09_30_drive_0028_sync 2552 r\n2011_09_30/2011_09_30_drive_0028_sync 690 l\n2011_09_30/2011_09_30_drive_0028_sync 5040 r\n2011_09_30/2011_09_30_drive_0028_sync 1519 l\n2011_09_30/2011_09_30_drive_0028_sync 3318 r\n2011_09_30/2011_09_30_drive_0028_sync 1674 l\n2011_09_30/2011_09_30_drive_0028_sync 3353 r\n2011_09_30/2011_09_30_drive_0028_sync 1135 r\n2011_09_30/2011_09_30_drive_0028_sync 3622 l\n2011_09_30/2011_09_30_drive_0028_sync 2740 l\n2011_09_30/2011_09_30_drive_0028_sync 3435 l\n2011_09_30/2011_09_30_drive_0028_sync 2184 r\n2011_09_30/2011_09_30_drive_0028_sync 2556 r\n2011_09_30/2011_09_30_drive_0028_sync 4655 l\n2011_09_30/2011_09_30_drive_0028_sync 897 l\n2011_09_30/2011_09_30_drive_0028_sync 2704 l\n2011_09_30/2011_09_30_drive_0028_sync 2935 l\n2011_09_30/2011_09_30_drive_0028_sync 3775 r\n2011_09_30/2011_09_30_drive_0028_sync 3015 l\n2011_09_30/2011_09_30_drive_0028_sync 936 r\n2011_09_30/2011_09_30_drive_0028_sync 3272 r\n2011_09_30/2011_09_30_drive_0028_sync 640 l\n2011_09_30/2011_09_30_drive_0028_sync 2021 r\n2011_09_30/2011_09_30_drive_0028_sync 3466 r\n2011_09_30/2011_09_30_drive_0028_sync 4666 l\n2011_09_30/2011_09_30_drive_0028_sync 2661 r\n2011_09_30/2011_09_30_drive_0028_sync 3239 l\n2011_09_30/2011_09_30_drive_0028_sync 1548 r\n2011_09_30/2011_09_30_drive_0028_sync 1556 r\n2011_09_30/2011_09_30_drive_0028_sync 1357 l\n2011_09_30/2011_09_30_drive_0028_sync 4196 r\n2011_09_30/2011_09_30_drive_0028_sync 5164 r\n2011_09_30/2011_09_30_drive_0028_sync 5018 r\n2011_09_30/2011_09_30_drive_0028_sync 1286 l\n2011_09_30/2011_09_30_drive_0028_sync 3401 l\n2011_09_30/2011_09_30_drive_0028_sync 4405 r\n2011_09_30/2011_09_30_drive_0028_sync 4817 l\n2011_09_30/2011_09_30_drive_0028_sync 1133 l\n2011_09_30/2011_09_30_drive_0028_sync 2440 l\n2011_09_30/2011_09_30_drive_0028_sync 1093 r\n2011_09_30/2011_09_30_drive_0028_sync 2379 l\n2011_09_30/2011_09_30_drive_0028_sync 1483 l\n2011_09_30/2011_09_30_drive_0028_sync 4857 r\n2011_09_30/2011_09_30_drive_0028_sync 4885 r\n2011_09_30/2011_09_30_drive_0028_sync 4692 r\n2011_09_30/2011_09_30_drive_0028_sync 4979 l\n2011_09_30/2011_09_30_drive_0028_sync 2530 l\n2011_09_30/2011_09_30_drive_0028_sync 310 r\n2011_09_30/2011_09_30_drive_0028_sync 2579 r\n2011_09_30/2011_09_30_drive_0028_sync 2042 l\n2011_09_30/2011_09_30_drive_0028_sync 5000 r\n2011_09_30/2011_09_30_drive_0028_sync 2283 r\n2011_09_30/2011_09_30_drive_0028_sync 136 l\n2011_09_30/2011_09_30_drive_0028_sync 4304 l\n2011_09_30/2011_09_30_drive_0028_sync 1510 r\n2011_09_30/2011_09_30_drive_0028_sync 3885 r\n2011_09_30/2011_09_30_drive_0028_sync 4201 l\n2011_09_30/2011_09_30_drive_0028_sync 4720 l\n2011_09_30/2011_09_30_drive_0028_sync 4568 l\n2011_09_30/2011_09_30_drive_0028_sync 1305 l\n2011_09_30/2011_09_30_drive_0028_sync 3480 r\n2011_09_30/2011_09_30_drive_0028_sync 1304 r\n2011_09_30/2011_09_30_drive_0028_sync 42 l\n2011_09_30/2011_09_30_drive_0028_sync 3674 r\n2011_09_30/2011_09_30_drive_0028_sync 1875 l\n2011_09_30/2011_09_30_drive_0028_sync 4770 l\n2011_09_30/2011_09_30_drive_0028_sync 3269 r\n2011_09_30/2011_09_30_drive_0028_sync 2902 r\n2011_09_30/2011_09_30_drive_0028_sync 2539 l\n2011_09_30/2011_09_30_drive_0028_sync 831 r\n2011_09_30/2011_09_30_drive_0028_sync 4020 l\n2011_09_30/2011_09_30_drive_0028_sync 509 l\n2011_09_30/2011_09_30_drive_0028_sync 4171 r\n2011_09_30/2011_09_30_drive_0028_sync 5143 r\n2011_09_30/2011_09_30_drive_0028_sync 167 r\n2011_09_30/2011_09_30_drive_0028_sync 4912 l\n2011_09_30/2011_09_30_drive_0028_sync 882 r\n2011_09_30/2011_09_30_drive_0028_sync 1129 r\n2011_09_30/2011_09_30_drive_0028_sync 3425 r\n2011_09_30/2011_09_30_drive_0028_sync 4526 l\n2011_09_30/2011_09_30_drive_0028_sync 3192 r\n2011_09_30/2011_09_30_drive_0028_sync 3141 r\n2011_09_30/2011_09_30_drive_0028_sync 1877 l\n2011_09_30/2011_09_30_drive_0028_sync 66 l\n2011_09_30/2011_09_30_drive_0028_sync 154 l\n2011_09_30/2011_09_30_drive_0028_sync 2044 l\n2011_09_30/2011_09_30_drive_0028_sync 4106 l\n2011_09_30/2011_09_30_drive_0028_sync 4832 r\n2011_09_30/2011_09_30_drive_0028_sync 3274 r\n2011_09_30/2011_09_30_drive_0028_sync 4660 l\n2011_09_30/2011_09_30_drive_0028_sync 2711 r\n2011_09_30/2011_09_30_drive_0028_sync 671 l\n2011_09_30/2011_09_30_drive_0028_sync 1121 r\n2011_09_30/2011_09_30_drive_0028_sync 2965 r\n2011_09_30/2011_09_30_drive_0028_sync 3650 l\n2011_09_30/2011_09_30_drive_0028_sync 2048 r\n2011_09_30/2011_09_30_drive_0028_sync 4596 l\n2011_09_30/2011_09_30_drive_0028_sync 1954 l\n2011_09_30/2011_09_30_drive_0028_sync 1066 l\n2011_09_30/2011_09_30_drive_0028_sync 3110 r\n2011_09_30/2011_09_30_drive_0028_sync 5091 l\n2011_09_30/2011_09_30_drive_0028_sync 136 r\n2011_09_30/2011_09_30_drive_0028_sync 305 r\n2011_09_30/2011_09_30_drive_0028_sync 2128 l\n2011_09_30/2011_09_30_drive_0028_sync 2731 r\n2011_09_30/2011_09_30_drive_0028_sync 4829 l\n2011_09_30/2011_09_30_drive_0028_sync 3570 l\n2011_09_30/2011_09_30_drive_0028_sync 3550 l\n2011_09_30/2011_09_30_drive_0028_sync 3570 r\n2011_09_30/2011_09_30_drive_0028_sync 909 l\n2011_09_30/2011_09_30_drive_0028_sync 2832 r\n2011_09_30/2011_09_30_drive_0028_sync 3729 l\n2011_09_30/2011_09_30_drive_0028_sync 4172 l\n2011_09_30/2011_09_30_drive_0028_sync 3777 r\n2011_09_30/2011_09_30_drive_0028_sync 3747 l\n2011_09_30/2011_09_30_drive_0028_sync 2490 r\n2011_09_30/2011_09_30_drive_0028_sync 3749 l\n2011_09_30/2011_09_30_drive_0028_sync 533 r\n2011_09_30/2011_09_30_drive_0028_sync 3725 l\n2011_09_30/2011_09_30_drive_0028_sync 4484 r\n2011_09_30/2011_09_30_drive_0028_sync 2931 l\n2011_09_30/2011_09_30_drive_0028_sync 1488 r\n2011_09_30/2011_09_30_drive_0028_sync 3438 l\n2011_09_30/2011_09_30_drive_0028_sync 3030 l\n2011_09_30/2011_09_30_drive_0028_sync 3283 l\n2011_09_30/2011_09_30_drive_0028_sync 2525 r\n2011_09_30/2011_09_30_drive_0028_sync 585 r\n2011_09_30/2011_09_30_drive_0028_sync 4710 l\n2011_09_30/2011_09_30_drive_0028_sync 5064 r\n2011_09_30/2011_09_30_drive_0028_sync 1597 l\n2011_09_30/2011_09_30_drive_0028_sync 4457 r\n2011_09_30/2011_09_30_drive_0028_sync 2461 r\n2011_09_30/2011_09_30_drive_0028_sync 4709 l\n2011_09_30/2011_09_30_drive_0028_sync 2378 r\n2011_09_30/2011_09_30_drive_0028_sync 786 l\n2011_09_30/2011_09_30_drive_0028_sync 1429 r\n2011_09_30/2011_09_30_drive_0028_sync 5045 r\n2011_09_30/2011_09_30_drive_0028_sync 1156 l\n2011_09_30/2011_09_30_drive_0028_sync 3169 l\n2011_09_30/2011_09_30_drive_0028_sync 3386 r\n2011_09_30/2011_09_30_drive_0028_sync 3078 r\n2011_09_30/2011_09_30_drive_0028_sync 1478 r\n2011_09_30/2011_09_30_drive_0028_sync 1751 r\n2011_09_30/2011_09_30_drive_0028_sync 3871 r\n2011_09_30/2011_09_30_drive_0028_sync 4889 l\n2011_09_30/2011_09_30_drive_0028_sync 3102 r\n2011_09_30/2011_09_30_drive_0028_sync 4586 l\n2011_09_30/2011_09_30_drive_0028_sync 4062 r\n2011_09_30/2011_09_30_drive_0028_sync 2443 r\n2011_09_30/2011_09_30_drive_0028_sync 1402 l\n2011_09_30/2011_09_30_drive_0028_sync 1620 r\n2011_09_30/2011_09_30_drive_0028_sync 4580 r\n2011_09_30/2011_09_30_drive_0028_sync 3000 l\n2011_09_30/2011_09_30_drive_0028_sync 1551 r\n2011_09_30/2011_09_30_drive_0028_sync 1358 r\n2011_09_30/2011_09_30_drive_0028_sync 3670 r\n2011_09_30/2011_09_30_drive_0028_sync 4991 l\n2011_09_30/2011_09_30_drive_0028_sync 2013 r\n2011_09_30/2011_09_30_drive_0028_sync 2885 l\n2011_09_30/2011_09_30_drive_0028_sync 2138 r\n2011_09_30/2011_09_30_drive_0028_sync 4253 r\n2011_09_30/2011_09_30_drive_0028_sync 1873 l\n2011_09_30/2011_09_30_drive_0028_sync 2616 r\n2011_09_30/2011_09_30_drive_0028_sync 1525 l\n2011_09_30/2011_09_30_drive_0028_sync 3548 l\n2011_09_30/2011_09_30_drive_0028_sync 1862 r\n2011_09_30/2011_09_30_drive_0028_sync 3845 r\n2011_09_30/2011_09_30_drive_0028_sync 3548 r\n2011_09_30/2011_09_30_drive_0028_sync 3148 l\n2011_09_30/2011_09_30_drive_0028_sync 4402 l\n2011_09_30/2011_09_30_drive_0028_sync 2612 r\n2011_09_30/2011_09_30_drive_0028_sync 3653 r\n2011_09_30/2011_09_30_drive_0028_sync 2671 l\n2011_09_30/2011_09_30_drive_0028_sync 4413 l\n2011_09_30/2011_09_30_drive_0028_sync 1310 l\n2011_09_30/2011_09_30_drive_0028_sync 2020 r\n2011_09_30/2011_09_30_drive_0028_sync 3111 r\n2011_09_30/2011_09_30_drive_0028_sync 3305 l\n2011_09_30/2011_09_30_drive_0028_sync 4950 r\n2011_09_30/2011_09_30_drive_0028_sync 1523 l\n2011_09_30/2011_09_30_drive_0028_sync 3088 r\n2011_09_30/2011_09_30_drive_0028_sync 3630 r\n2011_09_30/2011_09_30_drive_0028_sync 2899 l\n2011_09_30/2011_09_30_drive_0028_sync 800 l\n2011_09_30/2011_09_30_drive_0028_sync 714 r\n2011_09_30/2011_09_30_drive_0028_sync 209 l\n2011_09_30/2011_09_30_drive_0028_sync 3963 l\n2011_09_30/2011_09_30_drive_0028_sync 276 r\n2011_09_30/2011_09_30_drive_0028_sync 3287 r\n2011_09_30/2011_09_30_drive_0028_sync 4661 l\n2011_09_30/2011_09_30_drive_0028_sync 2896 l\n2011_09_30/2011_09_30_drive_0028_sync 1200 r\n2011_09_30/2011_09_30_drive_0028_sync 2431 l\n2011_09_30/2011_09_30_drive_0028_sync 2515 r\n2011_09_30/2011_09_30_drive_0028_sync 2478 r\n2011_09_30/2011_09_30_drive_0028_sync 2666 l\n2011_09_30/2011_09_30_drive_0028_sync 3012 l\n2011_09_30/2011_09_30_drive_0028_sync 3329 l\n2011_09_30/2011_09_30_drive_0028_sync 473 r\n2011_09_30/2011_09_30_drive_0028_sync 803 l\n2011_09_30/2011_09_30_drive_0028_sync 4840 r\n2011_09_30/2011_09_30_drive_0028_sync 5097 r\n2011_09_30/2011_09_30_drive_0028_sync 4223 r\n2011_09_30/2011_09_30_drive_0028_sync 3013 r\n2011_09_30/2011_09_30_drive_0028_sync 2100 l\n2011_09_30/2011_09_30_drive_0028_sync 1606 r\n2011_09_30/2011_09_30_drive_0028_sync 1713 r\n2011_09_30/2011_09_30_drive_0028_sync 985 l\n2011_09_30/2011_09_30_drive_0028_sync 325 l\n2011_09_30/2011_09_30_drive_0028_sync 2090 l\n2011_09_30/2011_09_30_drive_0028_sync 2176 l\n2011_09_30/2011_09_30_drive_0028_sync 4272 l\n2011_09_30/2011_09_30_drive_0028_sync 2883 l\n2011_09_30/2011_09_30_drive_0028_sync 4129 r\n2011_09_30/2011_09_30_drive_0028_sync 2283 l\n2011_09_30/2011_09_30_drive_0028_sync 4299 r\n2011_09_30/2011_09_30_drive_0028_sync 3595 r\n2011_09_30/2011_09_30_drive_0028_sync 3584 r\n2011_09_30/2011_09_30_drive_0028_sync 3335 l\n2011_09_30/2011_09_30_drive_0028_sync 3907 l\n2011_09_30/2011_09_30_drive_0028_sync 1581 l\n2011_09_30/2011_09_30_drive_0028_sync 1526 l\n2011_09_30/2011_09_30_drive_0028_sync 2976 l\n2011_09_30/2011_09_30_drive_0028_sync 703 l\n2011_09_30/2011_09_30_drive_0028_sync 4632 l\n2011_09_30/2011_09_30_drive_0028_sync 1741 l\n2011_09_30/2011_09_30_drive_0028_sync 3035 r\n2011_09_30/2011_09_30_drive_0028_sync 2281 l\n2011_09_30/2011_09_30_drive_0028_sync 4331 l\n2011_09_30/2011_09_30_drive_0028_sync 1529 l\n2011_09_30/2011_09_30_drive_0028_sync 2984 l\n2011_09_30/2011_09_30_drive_0028_sync 2360 l\n2011_09_30/2011_09_30_drive_0028_sync 4411 l\n2011_09_30/2011_09_30_drive_0028_sync 4931 l\n2011_09_30/2011_09_30_drive_0028_sync 5042 l\n2011_09_30/2011_09_30_drive_0028_sync 4104 r\n2011_09_30/2011_09_30_drive_0028_sync 362 l\n2011_09_30/2011_09_30_drive_0028_sync 3824 l\n2011_09_30/2011_09_30_drive_0028_sync 2471 l\n2011_09_30/2011_09_30_drive_0028_sync 3642 r\n2011_09_30/2011_09_30_drive_0028_sync 2419 l\n2011_09_30/2011_09_30_drive_0028_sync 2280 r\n2011_09_30/2011_09_30_drive_0028_sync 1436 r\n2011_09_30/2011_09_30_drive_0028_sync 577 l\n2011_09_30/2011_09_30_drive_0028_sync 3703 l\n2011_09_30/2011_09_30_drive_0028_sync 2324 l\n2011_09_30/2011_09_30_drive_0028_sync 2686 r\n2011_09_30/2011_09_30_drive_0028_sync 1394 r\n2011_09_30/2011_09_30_drive_0028_sync 1970 l\n2011_09_30/2011_09_30_drive_0028_sync 2954 l\n2011_09_30/2011_09_30_drive_0028_sync 792 r\n2011_09_30/2011_09_30_drive_0028_sync 3830 l\n2011_09_30/2011_09_30_drive_0028_sync 3279 r\n2011_09_30/2011_09_30_drive_0028_sync 2655 r\n2011_09_30/2011_09_30_drive_0028_sync 638 r\n2011_09_30/2011_09_30_drive_0028_sync 1140 l\n2011_09_30/2011_09_30_drive_0028_sync 1859 l\n2011_09_30/2011_09_30_drive_0028_sync 1413 r\n2011_09_30/2011_09_30_drive_0028_sync 4330 r\n2011_09_30/2011_09_30_drive_0028_sync 5063 r\n2011_09_30/2011_09_30_drive_0028_sync 1935 l\n2011_09_30/2011_09_30_drive_0028_sync 2508 r\n2011_09_30/2011_09_30_drive_0028_sync 850 l\n2011_09_30/2011_09_30_drive_0028_sync 1425 l\n2011_09_30/2011_09_30_drive_0028_sync 4420 r\n2011_09_30/2011_09_30_drive_0028_sync 2175 r\n2011_09_30/2011_09_30_drive_0028_sync 1534 r\n2011_09_30/2011_09_30_drive_0028_sync 3500 l\n2011_09_30/2011_09_30_drive_0028_sync 4394 l\n2011_09_30/2011_09_30_drive_0028_sync 4450 r\n2011_09_30/2011_09_30_drive_0028_sync 1214 r\n2011_09_30/2011_09_30_drive_0028_sync 4658 r\n2011_09_30/2011_09_30_drive_0028_sync 3222 l\n2011_09_30/2011_09_30_drive_0028_sync 1994 l\n2011_09_30/2011_09_30_drive_0028_sync 2547 r\n2011_09_30/2011_09_30_drive_0028_sync 960 r\n2011_09_30/2011_09_30_drive_0028_sync 3063 l\n2011_09_30/2011_09_30_drive_0028_sync 1175 r\n2011_09_30/2011_09_30_drive_0028_sync 1601 l\n2011_09_30/2011_09_30_drive_0028_sync 4857 l\n2011_09_30/2011_09_30_drive_0028_sync 3719 l\n2011_09_30/2011_09_30_drive_0028_sync 1517 l\n2011_09_30/2011_09_30_drive_0028_sync 4288 r\n2011_09_30/2011_09_30_drive_0028_sync 4735 r\n2011_09_30/2011_09_30_drive_0028_sync 2568 l\n2011_09_30/2011_09_30_drive_0028_sync 2795 l\n2011_09_30/2011_09_30_drive_0028_sync 1593 l\n2011_09_30/2011_09_30_drive_0028_sync 3349 l\n2011_09_30/2011_09_30_drive_0028_sync 972 l\n2011_09_30/2011_09_30_drive_0028_sync 17 r\n2011_09_30/2011_09_30_drive_0028_sync 3917 l\n2011_09_30/2011_09_30_drive_0028_sync 824 l\n2011_09_30/2011_09_30_drive_0028_sync 3271 r\n2011_09_30/2011_09_30_drive_0028_sync 3149 l\n2011_09_30/2011_09_30_drive_0028_sync 3144 l\n2011_09_30/2011_09_30_drive_0028_sync 843 r\n2011_09_30/2011_09_30_drive_0028_sync 1750 l\n2011_09_30/2011_09_30_drive_0028_sync 3693 r\n2011_09_30/2011_09_30_drive_0028_sync 3316 r\n2011_09_30/2011_09_30_drive_0028_sync 1710 r\n2011_09_30/2011_09_30_drive_0028_sync 3664 r\n2011_09_30/2011_09_30_drive_0028_sync 4432 r\n2011_09_30/2011_09_30_drive_0028_sync 152 r\n2011_09_30/2011_09_30_drive_0028_sync 1871 l\n2011_09_30/2011_09_30_drive_0028_sync 4153 r\n2011_09_30/2011_09_30_drive_0028_sync 3341 r\n2011_09_30/2011_09_30_drive_0028_sync 4334 r\n2011_09_30/2011_09_30_drive_0028_sync 3865 l\n2011_09_30/2011_09_30_drive_0028_sync 1678 r\n2011_09_30/2011_09_30_drive_0028_sync 1266 r\n2011_09_30/2011_09_30_drive_0028_sync 3966 r\n2011_09_30/2011_09_30_drive_0028_sync 3339 l\n2011_09_30/2011_09_30_drive_0028_sync 4879 r\n2011_09_30/2011_09_30_drive_0028_sync 629 r\n2011_09_30/2011_09_30_drive_0028_sync 151 l\n2011_09_30/2011_09_30_drive_0028_sync 4373 r\n2011_09_30/2011_09_30_drive_0028_sync 2884 r\n2011_09_30/2011_09_30_drive_0028_sync 134 l\n2011_09_30/2011_09_30_drive_0028_sync 944 l\n2011_09_30/2011_09_30_drive_0028_sync 3612 l\n2011_09_30/2011_09_30_drive_0028_sync 5170 r\n2011_09_30/2011_09_30_drive_0028_sync 2243 r\n2011_09_30/2011_09_30_drive_0028_sync 384 l\n2011_09_30/2011_09_30_drive_0028_sync 924 l\n2011_09_30/2011_09_30_drive_0028_sync 2974 r\n2011_09_30/2011_09_30_drive_0028_sync 4038 l\n2011_09_30/2011_09_30_drive_0028_sync 4070 r\n2011_09_30/2011_09_30_drive_0028_sync 4189 l\n2011_09_30/2011_09_30_drive_0028_sync 1329 r\n2011_09_30/2011_09_30_drive_0028_sync 4132 r\n2011_09_30/2011_09_30_drive_0028_sync 968 l\n2011_09_30/2011_09_30_drive_0028_sync 2468 r\n2011_09_30/2011_09_30_drive_0028_sync 620 l\n2011_09_30/2011_09_30_drive_0028_sync 2697 l\n2011_09_30/2011_09_30_drive_0028_sync 353 l\n2011_09_30/2011_09_30_drive_0028_sync 3970 l\n2011_09_30/2011_09_30_drive_0028_sync 2511 r\n2011_09_30/2011_09_30_drive_0028_sync 2174 l\n2011_09_30/2011_09_30_drive_0028_sync 609 r\n2011_09_30/2011_09_30_drive_0028_sync 1687 l\n2011_09_30/2011_09_30_drive_0028_sync 1804 l\n2011_09_30/2011_09_30_drive_0028_sync 179 l\n2011_09_30/2011_09_30_drive_0028_sync 3906 r\n2011_09_30/2011_09_30_drive_0028_sync 4225 l\n2011_09_30/2011_09_30_drive_0028_sync 287 r\n2011_09_30/2011_09_30_drive_0028_sync 1270 l\n2011_09_30/2011_09_30_drive_0028_sync 1351 l\n2011_09_30/2011_09_30_drive_0028_sync 4356 r\n2011_09_30/2011_09_30_drive_0028_sync 4815 r\n2011_09_30/2011_09_30_drive_0028_sync 4218 r\n2011_09_30/2011_09_30_drive_0028_sync 98 l\n2011_09_30/2011_09_30_drive_0028_sync 2768 r\n2011_09_30/2011_09_30_drive_0028_sync 1797 l\n2011_09_30/2011_09_30_drive_0028_sync 4221 l\n2011_09_30/2011_09_30_drive_0028_sync 3699 l\n2011_09_30/2011_09_30_drive_0028_sync 442 r\n2011_09_30/2011_09_30_drive_0028_sync 1499 r\n2011_09_30/2011_09_30_drive_0028_sync 4725 l\n2011_09_30/2011_09_30_drive_0028_sync 687 l\n2011_09_30/2011_09_30_drive_0028_sync 4947 l\n2011_09_30/2011_09_30_drive_0028_sync 3753 l\n2011_09_30/2011_09_30_drive_0028_sync 20 l\n2011_09_30/2011_09_30_drive_0028_sync 3541 r\n2011_09_30/2011_09_30_drive_0028_sync 5020 r\n2011_09_30/2011_09_30_drive_0028_sync 3810 l\n2011_09_30/2011_09_30_drive_0028_sync 1515 l\n2011_09_30/2011_09_30_drive_0028_sync 4803 r\n2011_09_30/2011_09_30_drive_0028_sync 2182 l\n2011_09_30/2011_09_30_drive_0028_sync 936 l\n2011_09_30/2011_09_30_drive_0028_sync 3013 l\n2011_09_30/2011_09_30_drive_0028_sync 2363 r\n2011_09_30/2011_09_30_drive_0028_sync 3424 l\n2011_09_30/2011_09_30_drive_0028_sync 1257 l\n2011_09_30/2011_09_30_drive_0028_sync 2018 l\n2011_09_30/2011_09_30_drive_0028_sync 3442 l\n2011_09_30/2011_09_30_drive_0028_sync 4308 l\n2011_09_30/2011_09_30_drive_0028_sync 4276 r\n2011_09_30/2011_09_30_drive_0028_sync 1640 r\n2011_09_30/2011_09_30_drive_0028_sync 3169 r\n2011_09_30/2011_09_30_drive_0028_sync 3186 r\n2011_09_30/2011_09_30_drive_0028_sync 3678 l\n2011_09_30/2011_09_30_drive_0028_sync 3390 l\n2011_09_30/2011_09_30_drive_0028_sync 2712 r\n2011_09_30/2011_09_30_drive_0028_sync 531 r\n2011_09_30/2011_09_30_drive_0028_sync 427 l\n2011_09_30/2011_09_30_drive_0028_sync 2777 r\n2011_09_30/2011_09_30_drive_0028_sync 939 r\n2011_09_30/2011_09_30_drive_0028_sync 3328 r\n2011_09_30/2011_09_30_drive_0028_sync 1675 r\n2011_09_30/2011_09_30_drive_0028_sync 3014 r\n2011_09_30/2011_09_30_drive_0028_sync 1493 l\n2011_09_30/2011_09_30_drive_0028_sync 3975 l\n2011_09_30/2011_09_30_drive_0028_sync 4311 r\n2011_09_30/2011_09_30_drive_0028_sync 4257 l\n2011_09_30/2011_09_30_drive_0028_sync 3990 l\n2011_09_30/2011_09_30_drive_0028_sync 3503 r\n2011_09_30/2011_09_30_drive_0028_sync 1157 r\n2011_09_30/2011_09_30_drive_0028_sync 4703 l\n2011_09_30/2011_09_30_drive_0028_sync 2761 l\n2011_09_30/2011_09_30_drive_0028_sync 548 l\n2011_09_30/2011_09_30_drive_0028_sync 3213 r\n2011_09_30/2011_09_30_drive_0028_sync 4458 l\n2011_09_30/2011_09_30_drive_0028_sync 4907 l\n2011_09_30/2011_09_30_drive_0028_sync 2951 r\n2011_09_30/2011_09_30_drive_0028_sync 4834 r\n2011_09_30/2011_09_30_drive_0028_sync 3829 l\n2011_09_30/2011_09_30_drive_0028_sync 3713 l\n2011_09_30/2011_09_30_drive_0028_sync 2376 l\n2011_09_30/2011_09_30_drive_0028_sync 5125 r\n2011_09_30/2011_09_30_drive_0028_sync 2586 l\n2011_09_30/2011_09_30_drive_0028_sync 806 l\n2011_09_30/2011_09_30_drive_0028_sync 3693 l\n2011_09_30/2011_09_30_drive_0028_sync 1891 r\n2011_09_30/2011_09_30_drive_0028_sync 3701 r\n2011_09_30/2011_09_30_drive_0028_sync 3181 l\n2011_09_30/2011_09_30_drive_0028_sync 2296 l\n2011_09_30/2011_09_30_drive_0028_sync 5150 r\n2011_09_30/2011_09_30_drive_0028_sync 1115 l\n2011_09_30/2011_09_30_drive_0028_sync 2264 l\n2011_09_30/2011_09_30_drive_0028_sync 5001 r\n2011_09_30/2011_09_30_drive_0028_sync 3582 l\n2011_09_30/2011_09_30_drive_0028_sync 2533 l\n2011_09_30/2011_09_30_drive_0028_sync 3797 l\n2011_09_30/2011_09_30_drive_0028_sync 1188 l\n2011_09_30/2011_09_30_drive_0028_sync 1824 l\n2011_09_30/2011_09_30_drive_0028_sync 594 r\n2011_09_30/2011_09_30_drive_0028_sync 3019 l\n2011_09_30/2011_09_30_drive_0028_sync 1709 r\n2011_09_30/2011_09_30_drive_0028_sync 850 r\n2011_09_30/2011_09_30_drive_0028_sync 3544 r\n2011_09_30/2011_09_30_drive_0028_sync 5016 r\n2011_09_30/2011_09_30_drive_0028_sync 3657 r\n2011_09_30/2011_09_30_drive_0028_sync 4786 r\n2011_09_30/2011_09_30_drive_0028_sync 3666 r\n2011_09_30/2011_09_30_drive_0028_sync 2039 l\n2011_09_30/2011_09_30_drive_0028_sync 3624 l\n2011_09_30/2011_09_30_drive_0028_sync 1344 l\n2011_09_30/2011_09_30_drive_0028_sync 3565 r\n2011_09_30/2011_09_30_drive_0028_sync 673 l\n2011_09_30/2011_09_30_drive_0028_sync 3450 r\n2011_09_30/2011_09_30_drive_0028_sync 4102 r\n2011_09_30/2011_09_30_drive_0028_sync 4219 l\n2011_09_30/2011_09_30_drive_0028_sync 1138 l\n2011_09_30/2011_09_30_drive_0028_sync 1989 r\n2011_09_30/2011_09_30_drive_0028_sync 476 r\n2011_09_30/2011_09_30_drive_0028_sync 3826 r\n2011_09_30/2011_09_30_drive_0028_sync 4332 r\n2011_09_30/2011_09_30_drive_0028_sync 3907 r\n2011_09_30/2011_09_30_drive_0028_sync 3170 r\n2011_09_30/2011_09_30_drive_0028_sync 1712 l\n2011_09_30/2011_09_30_drive_0028_sync 826 l\n2011_09_30/2011_09_30_drive_0028_sync 4986 l\n2011_09_30/2011_09_30_drive_0028_sync 1980 l\n2011_09_30/2011_09_30_drive_0028_sync 1962 l\n2011_09_30/2011_09_30_drive_0028_sync 1883 r\n2011_09_30/2011_09_30_drive_0028_sync 3387 l\n2011_09_30/2011_09_30_drive_0028_sync 3988 l\n2011_09_30/2011_09_30_drive_0028_sync 3769 r\n2011_09_30/2011_09_30_drive_0028_sync 3201 l\n2011_09_30/2011_09_30_drive_0028_sync 4995 r\n2011_09_30/2011_09_30_drive_0028_sync 2927 r\n2011_09_30/2011_09_30_drive_0028_sync 975 r\n2011_09_30/2011_09_30_drive_0028_sync 1524 l\n2011_09_30/2011_09_30_drive_0028_sync 2169 l\n2011_09_30/2011_09_30_drive_0028_sync 1848 l\n2011_09_30/2011_09_30_drive_0028_sync 1866 r\n2011_09_30/2011_09_30_drive_0028_sync 1118 r\n2011_09_30/2011_09_30_drive_0028_sync 2751 l\n2011_09_30/2011_09_30_drive_0028_sync 842 l\n2011_09_30/2011_09_30_drive_0028_sync 2598 r\n2011_09_30/2011_09_30_drive_0028_sync 4363 r\n2011_09_30/2011_09_30_drive_0028_sync 3802 r\n2011_09_30/2011_09_30_drive_0028_sync 2121 r\n2011_09_30/2011_09_30_drive_0028_sync 886 l\n2011_09_30/2011_09_30_drive_0028_sync 395 r\n2011_09_30/2011_09_30_drive_0028_sync 1326 l\n2011_09_30/2011_09_30_drive_0028_sync 738 l\n2011_09_30/2011_09_30_drive_0028_sync 2368 l\n2011_09_30/2011_09_30_drive_0028_sync 1404 l\n2011_09_30/2011_09_30_drive_0028_sync 3766 l\n2011_09_30/2011_09_30_drive_0028_sync 1065 r\n2011_09_30/2011_09_30_drive_0028_sync 2960 l\n2011_09_30/2011_09_30_drive_0028_sync 2981 l\n2011_09_30/2011_09_30_drive_0028_sync 2083 r\n2011_09_30/2011_09_30_drive_0028_sync 2001 l\n2011_09_30/2011_09_30_drive_0028_sync 4269 r\n2011_09_30/2011_09_30_drive_0028_sync 1531 l\n2011_09_30/2011_09_30_drive_0028_sync 563 r\n2011_09_30/2011_09_30_drive_0028_sync 1767 r\n2011_09_30/2011_09_30_drive_0028_sync 2313 r\n2011_09_30/2011_09_30_drive_0028_sync 4771 r\n2011_09_30/2011_09_30_drive_0028_sync 620 r\n2011_09_30/2011_09_30_drive_0028_sync 3558 r\n2011_09_30/2011_09_30_drive_0028_sync 3674 l\n2011_09_30/2011_09_30_drive_0028_sync 3547 l\n2011_09_30/2011_09_30_drive_0028_sync 2231 l\n2011_09_30/2011_09_30_drive_0028_sync 3150 l\n2011_09_30/2011_09_30_drive_0028_sync 2239 l\n2011_09_30/2011_09_30_drive_0028_sync 3377 l\n2011_09_30/2011_09_30_drive_0028_sync 2200 r\n2011_09_30/2011_09_30_drive_0028_sync 3651 l\n2011_09_30/2011_09_30_drive_0028_sync 4355 l\n2011_09_30/2011_09_30_drive_0028_sync 3760 l\n2011_09_30/2011_09_30_drive_0028_sync 4367 r\n2011_09_30/2011_09_30_drive_0028_sync 3254 r\n2011_09_30/2011_09_30_drive_0028_sync 2311 l\n2011_09_30/2011_09_30_drive_0028_sync 1167 r\n2011_09_30/2011_09_30_drive_0028_sync 545 l\n2011_09_30/2011_09_30_drive_0028_sync 3235 r\n2011_09_30/2011_09_30_drive_0028_sync 4131 r\n2011_09_30/2011_09_30_drive_0028_sync 1296 l\n2011_09_30/2011_09_30_drive_0028_sync 3476 r\n2011_09_30/2011_09_30_drive_0028_sync 3129 r\n2011_09_30/2011_09_30_drive_0028_sync 5077 r\n2011_09_30/2011_09_30_drive_0028_sync 4133 r\n2011_09_30/2011_09_30_drive_0028_sync 2366 l\n2011_09_30/2011_09_30_drive_0028_sync 505 l\n2011_09_30/2011_09_30_drive_0028_sync 2643 l\n2011_09_30/2011_09_30_drive_0028_sync 189 r\n2011_09_30/2011_09_30_drive_0028_sync 3641 r\n2011_09_30/2011_09_30_drive_0028_sync 2279 r\n2011_09_30/2011_09_30_drive_0028_sync 4894 r\n2011_09_30/2011_09_30_drive_0028_sync 195 r\n2011_09_30/2011_09_30_drive_0028_sync 5008 r\n2011_09_30/2011_09_30_drive_0028_sync 1298 l\n2011_09_30/2011_09_30_drive_0028_sync 3434 l\n2011_09_30/2011_09_30_drive_0028_sync 4253 l\n2011_09_30/2011_09_30_drive_0028_sync 2482 r\n2011_09_30/2011_09_30_drive_0028_sync 4481 r\n2011_09_30/2011_09_30_drive_0028_sync 2077 l\n2011_09_30/2011_09_30_drive_0028_sync 119 r\n2011_09_30/2011_09_30_drive_0028_sync 4687 l\n2011_09_30/2011_09_30_drive_0028_sync 3813 r\n2011_09_30/2011_09_30_drive_0028_sync 4954 l\n2011_09_30/2011_09_30_drive_0028_sync 2076 l\n2011_09_30/2011_09_30_drive_0028_sync 1564 l\n2011_09_30/2011_09_30_drive_0028_sync 2577 l\n2011_09_30/2011_09_30_drive_0028_sync 1108 l\n2011_09_30/2011_09_30_drive_0028_sync 4215 l\n2011_09_30/2011_09_30_drive_0028_sync 1385 r\n2011_09_30/2011_09_30_drive_0028_sync 2107 l\n2011_09_30/2011_09_30_drive_0028_sync 3980 r\n2011_09_30/2011_09_30_drive_0028_sync 3427 l\n2011_09_30/2011_09_30_drive_0028_sync 3124 l\n2011_09_30/2011_09_30_drive_0028_sync 645 l\n2011_09_30/2011_09_30_drive_0028_sync 4292 l\n2011_09_30/2011_09_30_drive_0028_sync 5082 r\n2011_09_30/2011_09_30_drive_0028_sync 1661 l\n2011_09_30/2011_09_30_drive_0028_sync 4984 r\n2011_09_30/2011_09_30_drive_0028_sync 4593 l\n2011_09_30/2011_09_30_drive_0028_sync 5125 l\n2011_09_30/2011_09_30_drive_0028_sync 2255 r\n2011_09_30/2011_09_30_drive_0028_sync 870 r\n2011_09_30/2011_09_30_drive_0028_sync 2659 r\n2011_09_30/2011_09_30_drive_0028_sync 4358 r\n2011_09_30/2011_09_30_drive_0028_sync 790 l\n2011_09_30/2011_09_30_drive_0028_sync 1051 l\n2011_09_30/2011_09_30_drive_0028_sync 993 r\n2011_09_30/2011_09_30_drive_0028_sync 4109 l\n2011_09_30/2011_09_30_drive_0028_sync 2770 r\n2011_09_30/2011_09_30_drive_0028_sync 3843 r\n2011_09_30/2011_09_30_drive_0028_sync 3354 r\n2011_09_30/2011_09_30_drive_0028_sync 497 r\n2011_09_30/2011_09_30_drive_0028_sync 4633 l\n2011_09_30/2011_09_30_drive_0028_sync 2483 r\n2011_09_30/2011_09_30_drive_0028_sync 4132 l\n2011_09_30/2011_09_30_drive_0028_sync 1282 l\n2011_09_30/2011_09_30_drive_0028_sync 174 l\n2011_09_30/2011_09_30_drive_0028_sync 3517 l\n2011_09_30/2011_09_30_drive_0028_sync 1983 r\n2011_09_30/2011_09_30_drive_0028_sync 4680 r\n2011_09_30/2011_09_30_drive_0028_sync 1765 l\n2011_09_30/2011_09_30_drive_0028_sync 3919 l\n2011_09_30/2011_09_30_drive_0028_sync 4149 l\n2011_09_30/2011_09_30_drive_0028_sync 2772 l\n2011_09_30/2011_09_30_drive_0028_sync 3488 r\n2011_09_30/2011_09_30_drive_0028_sync 977 r\n2011_09_30/2011_09_30_drive_0028_sync 763 l\n2011_09_30/2011_09_30_drive_0028_sync 1327 l\n2011_09_30/2011_09_30_drive_0028_sync 3996 l\n2011_09_30/2011_09_30_drive_0028_sync 4224 l\n2011_09_30/2011_09_30_drive_0028_sync 3609 r\n2011_09_30/2011_09_30_drive_0028_sync 3641 l\n2011_09_30/2011_09_30_drive_0028_sync 121 l\n2011_09_30/2011_09_30_drive_0028_sync 3596 l\n2011_09_30/2011_09_30_drive_0028_sync 2876 r\n2011_09_30/2011_09_30_drive_0028_sync 3588 r\n2011_09_30/2011_09_30_drive_0028_sync 2113 l\n2011_09_30/2011_09_30_drive_0028_sync 105 r\n2011_09_30/2011_09_30_drive_0028_sync 4034 r\n2011_09_30/2011_09_30_drive_0028_sync 1756 l\n2011_09_30/2011_09_30_drive_0028_sync 1040 l\n2011_09_30/2011_09_30_drive_0028_sync 3818 l\n2011_09_30/2011_09_30_drive_0028_sync 1189 r\n2011_09_30/2011_09_30_drive_0028_sync 1252 r\n2011_09_30/2011_09_30_drive_0028_sync 487 l\n2011_09_30/2011_09_30_drive_0028_sync 4111 r\n2011_09_30/2011_09_30_drive_0028_sync 4976 l\n2011_09_30/2011_09_30_drive_0028_sync 1178 r\n2011_09_30/2011_09_30_drive_0028_sync 1903 l\n2011_09_30/2011_09_30_drive_0028_sync 60 r\n2011_09_30/2011_09_30_drive_0028_sync 87 l\n2011_09_30/2011_09_30_drive_0028_sync 2199 r\n2011_09_30/2011_09_30_drive_0028_sync 1415 l\n2011_09_30/2011_09_30_drive_0028_sync 4652 l\n2011_09_30/2011_09_30_drive_0028_sync 4812 r\n2011_09_30/2011_09_30_drive_0028_sync 2435 r\n2011_09_30/2011_09_30_drive_0028_sync 4010 l\n2011_09_30/2011_09_30_drive_0028_sync 4915 l\n2011_09_30/2011_09_30_drive_0028_sync 2457 r\n2011_09_30/2011_09_30_drive_0028_sync 3247 r\n2011_09_30/2011_09_30_drive_0028_sync 2043 r\n2011_09_30/2011_09_30_drive_0028_sync 3462 l\n2011_09_30/2011_09_30_drive_0028_sync 2114 l\n2011_09_30/2011_09_30_drive_0028_sync 3553 r\n2011_09_30/2011_09_30_drive_0028_sync 5092 r\n2011_09_30/2011_09_30_drive_0028_sync 4385 l\n2011_09_30/2011_09_30_drive_0028_sync 2787 r\n2011_09_30/2011_09_30_drive_0028_sync 640 r\n2011_09_30/2011_09_30_drive_0028_sync 2336 r\n2011_09_30/2011_09_30_drive_0028_sync 4037 r\n2011_09_30/2011_09_30_drive_0028_sync 1272 l\n2011_09_30/2011_09_30_drive_0028_sync 2808 r\n2011_09_30/2011_09_30_drive_0028_sync 4350 l\n2011_09_30/2011_09_30_drive_0028_sync 2784 l\n2011_09_30/2011_09_30_drive_0028_sync 2557 l\n2011_09_30/2011_09_30_drive_0028_sync 4785 l\n2011_09_30/2011_09_30_drive_0028_sync 2906 l\n2011_09_30/2011_09_30_drive_0028_sync 3662 l\n2011_09_30/2011_09_30_drive_0028_sync 1589 r\n2011_09_30/2011_09_30_drive_0028_sync 2367 r\n2011_09_30/2011_09_30_drive_0028_sync 2019 l\n2011_09_30/2011_09_30_drive_0028_sync 3537 r\n2011_09_30/2011_09_30_drive_0028_sync 3308 l\n2011_09_30/2011_09_30_drive_0028_sync 2598 l\n2011_09_30/2011_09_30_drive_0028_sync 1839 r\n2011_09_30/2011_09_30_drive_0028_sync 3306 l\n2011_09_30/2011_09_30_drive_0028_sync 2608 l\n2011_09_30/2011_09_30_drive_0028_sync 2730 l\n2011_09_30/2011_09_30_drive_0028_sync 828 l\n2011_09_30/2011_09_30_drive_0028_sync 4498 l\n2011_09_30/2011_09_30_drive_0028_sync 2877 r\n2011_09_30/2011_09_30_drive_0028_sync 967 r\n2011_09_30/2011_09_30_drive_0028_sync 1916 l\n2011_09_30/2011_09_30_drive_0028_sync 4778 r\n2011_09_30/2011_09_30_drive_0028_sync 3057 l\n2011_09_30/2011_09_30_drive_0028_sync 787 l\n2011_09_30/2011_09_30_drive_0028_sync 4259 r\n2011_09_30/2011_09_30_drive_0028_sync 1368 l\n2011_09_30/2011_09_30_drive_0028_sync 1543 r\n2011_09_30/2011_09_30_drive_0028_sync 2145 l\n2011_09_30/2011_09_30_drive_0028_sync 4159 r\n2011_09_30/2011_09_30_drive_0028_sync 2356 r\n2011_09_30/2011_09_30_drive_0028_sync 4880 r\n2011_09_30/2011_09_30_drive_0028_sync 3849 r\n2011_09_30/2011_09_30_drive_0028_sync 4870 l\n2011_09_30/2011_09_30_drive_0028_sync 59 r\n2011_09_30/2011_09_30_drive_0028_sync 4456 l\n2011_09_30/2011_09_30_drive_0028_sync 736 r\n2011_09_30/2011_09_30_drive_0028_sync 293 l\n2011_09_30/2011_09_30_drive_0028_sync 2902 l\n2011_09_30/2011_09_30_drive_0028_sync 601 r\n2011_09_30/2011_09_30_drive_0028_sync 1437 r\n2011_09_30/2011_09_30_drive_0028_sync 3648 l\n2011_09_30/2011_09_30_drive_0028_sync 4024 l\n2011_09_30/2011_09_30_drive_0028_sync 1772 l\n2011_09_30/2011_09_30_drive_0028_sync 859 r\n2011_09_30/2011_09_30_drive_0028_sync 1949 l\n2011_09_30/2011_09_30_drive_0028_sync 1110 r\n2011_09_30/2011_09_30_drive_0028_sync 527 r\n2011_09_30/2011_09_30_drive_0028_sync 2292 l\n2011_09_30/2011_09_30_drive_0028_sync 1204 l\n2011_09_30/2011_09_30_drive_0028_sync 2894 l\n2011_09_30/2011_09_30_drive_0028_sync 2764 r\n2011_09_30/2011_09_30_drive_0028_sync 4346 l\n2011_09_30/2011_09_30_drive_0028_sync 4212 l\n2011_09_30/2011_09_30_drive_0028_sync 3643 r\n2011_09_30/2011_09_30_drive_0028_sync 4362 r\n2011_09_30/2011_09_30_drive_0028_sync 1453 l\n2011_09_30/2011_09_30_drive_0028_sync 2752 l\n2011_09_30/2011_09_30_drive_0028_sync 567 r\n2011_09_30/2011_09_30_drive_0028_sync 1553 l\n2011_09_30/2011_09_30_drive_0028_sync 5003 l\n2011_09_30/2011_09_30_drive_0028_sync 272 l\n2011_09_30/2011_09_30_drive_0028_sync 4890 l\n2011_09_30/2011_09_30_drive_0028_sync 1084 l\n2011_09_30/2011_09_30_drive_0028_sync 4924 r\n2011_09_30/2011_09_30_drive_0028_sync 290 l\n2011_09_30/2011_09_30_drive_0028_sync 2949 r\n2011_09_30/2011_09_30_drive_0028_sync 1689 l\n2011_09_30/2011_09_30_drive_0028_sync 3895 r\n2011_09_30/2011_09_30_drive_0028_sync 268 l\n2011_09_30/2011_09_30_drive_0028_sync 744 l\n2011_09_30/2011_09_30_drive_0028_sync 2646 r\n2011_09_30/2011_09_30_drive_0028_sync 4889 r\n2011_09_30/2011_09_30_drive_0028_sync 208 r\n2011_09_30/2011_09_30_drive_0028_sync 3617 r\n2011_09_30/2011_09_30_drive_0028_sync 2465 r\n2011_09_30/2011_09_30_drive_0028_sync 5058 l\n2011_09_30/2011_09_30_drive_0028_sync 1276 r\n2011_09_30/2011_09_30_drive_0028_sync 3458 l\n2011_09_30/2011_09_30_drive_0028_sync 4677 r\n2011_09_30/2011_09_30_drive_0028_sync 1120 l\n2011_09_30/2011_09_30_drive_0028_sync 3705 l\n2011_09_30/2011_09_30_drive_0028_sync 4283 r\n2011_09_30/2011_09_30_drive_0028_sync 753 l\n2011_09_30/2011_09_30_drive_0028_sync 5167 r\n2011_09_30/2011_09_30_drive_0028_sync 56 l\n2011_09_30/2011_09_30_drive_0028_sync 931 r\n2011_09_30/2011_09_30_drive_0028_sync 4921 l\n2011_09_30/2011_09_30_drive_0028_sync 248 r\n2011_09_30/2011_09_30_drive_0028_sync 2072 r\n2011_09_30/2011_09_30_drive_0028_sync 2417 l\n2011_09_30/2011_09_30_drive_0028_sync 5011 l\n2011_09_30/2011_09_30_drive_0028_sync 639 l\n2011_09_30/2011_09_30_drive_0028_sync 4097 l\n2011_09_30/2011_09_30_drive_0028_sync 2725 r\n2011_09_30/2011_09_30_drive_0028_sync 3534 r\n2011_09_30/2011_09_30_drive_0028_sync 4697 l\n2011_09_30/2011_09_30_drive_0028_sync 5142 r\n2011_09_30/2011_09_30_drive_0028_sync 1882 r\n2011_09_30/2011_09_30_drive_0028_sync 3469 l\n2011_09_30/2011_09_30_drive_0028_sync 1064 r\n2011_09_30/2011_09_30_drive_0028_sync 4367 l\n2011_09_30/2011_09_30_drive_0028_sync 797 l\n2011_09_30/2011_09_30_drive_0028_sync 3285 l\n2011_09_30/2011_09_30_drive_0028_sync 2084 l\n2011_09_30/2011_09_30_drive_0028_sync 4588 r\n2011_09_30/2011_09_30_drive_0028_sync 234 r\n2011_09_30/2011_09_30_drive_0028_sync 1284 l\n2011_09_30/2011_09_30_drive_0028_sync 2358 l\n2011_09_30/2011_09_30_drive_0028_sync 1444 l\n2011_09_30/2011_09_30_drive_0028_sync 2687 l\n2011_09_30/2011_09_30_drive_0028_sync 3455 r\n2011_09_30/2011_09_30_drive_0028_sync 1214 l\n2011_09_30/2011_09_30_drive_0028_sync 3310 r\n2011_09_30/2011_09_30_drive_0028_sync 1164 l\n2011_09_30/2011_09_30_drive_0028_sync 962 l\n2011_09_30/2011_09_30_drive_0028_sync 270 l\n2011_09_30/2011_09_30_drive_0028_sync 336 l\n2011_09_30/2011_09_30_drive_0028_sync 3798 r\n2011_09_30/2011_09_30_drive_0028_sync 3330 r\n2011_09_30/2011_09_30_drive_0028_sync 3288 l\n2011_09_30/2011_09_30_drive_0028_sync 4120 r\n2011_09_30/2011_09_30_drive_0028_sync 3137 r\n2011_09_30/2011_09_30_drive_0028_sync 1299 r\n2011_09_30/2011_09_30_drive_0028_sync 146 l\n2011_09_30/2011_09_30_drive_0028_sync 4997 l\n2011_09_30/2011_09_30_drive_0028_sync 2945 r\n2011_09_30/2011_09_30_drive_0028_sync 2755 l\n2011_09_30/2011_09_30_drive_0028_sync 1424 r\n2011_09_30/2011_09_30_drive_0028_sync 3563 r\n2011_09_30/2011_09_30_drive_0028_sync 3076 l\n2011_09_30/2011_09_30_drive_0028_sync 3328 l\n2011_09_30/2011_09_30_drive_0028_sync 3280 r\n2011_09_30/2011_09_30_drive_0028_sync 4962 l\n2011_09_30/2011_09_30_drive_0028_sync 1212 r\n2011_09_30/2011_09_30_drive_0028_sync 240 r\n2011_09_30/2011_09_30_drive_0028_sync 2366 r\n2011_09_30/2011_09_30_drive_0028_sync 2971 r\n2011_09_30/2011_09_30_drive_0028_sync 4797 r\n2011_09_30/2011_09_30_drive_0028_sync 4800 l\n2011_09_30/2011_09_30_drive_0028_sync 4500 l\n2011_09_30/2011_09_30_drive_0028_sync 1859 r\n2011_09_30/2011_09_30_drive_0028_sync 2992 r\n2011_09_30/2011_09_30_drive_0028_sync 3620 r\n2011_09_30/2011_09_30_drive_0028_sync 802 l\n2011_09_30/2011_09_30_drive_0028_sync 1791 l\n2011_09_30/2011_09_30_drive_0028_sync 255 l\n2011_09_30/2011_09_30_drive_0028_sync 3079 r\n2011_09_30/2011_09_30_drive_0028_sync 3841 l\n2011_09_30/2011_09_30_drive_0028_sync 3749 r\n2011_09_30/2011_09_30_drive_0028_sync 2352 l\n2011_09_30/2011_09_30_drive_0028_sync 1857 r\n2011_09_30/2011_09_30_drive_0028_sync 3225 r\n2011_09_30/2011_09_30_drive_0028_sync 4286 r\n2011_09_30/2011_09_30_drive_0028_sync 838 r\n2011_09_30/2011_09_30_drive_0028_sync 3355 r\n2011_09_30/2011_09_30_drive_0028_sync 1860 l\n2011_09_30/2011_09_30_drive_0028_sync 76 l\n2011_09_30/2011_09_30_drive_0028_sync 3724 l\n2011_09_30/2011_09_30_drive_0028_sync 3818 r\n2011_09_30/2011_09_30_drive_0028_sync 4562 r\n2011_09_30/2011_09_30_drive_0028_sync 2565 l\n2011_09_30/2011_09_30_drive_0028_sync 2576 r\n2011_09_30/2011_09_30_drive_0028_sync 1692 l\n2011_09_30/2011_09_30_drive_0028_sync 4948 l\n2011_09_30/2011_09_30_drive_0028_sync 3771 l\n2011_09_30/2011_09_30_drive_0028_sync 3972 r\n2011_09_30/2011_09_30_drive_0028_sync 265 r\n2011_09_30/2011_09_30_drive_0028_sync 1385 l\n2011_09_30/2011_09_30_drive_0028_sync 1223 l\n2011_09_30/2011_09_30_drive_0028_sync 3951 r\n2011_09_30/2011_09_30_drive_0028_sync 4466 r\n2011_09_30/2011_09_30_drive_0028_sync 3543 l\n2011_09_30/2011_09_30_drive_0028_sync 1647 r\n2011_09_30/2011_09_30_drive_0028_sync 3663 l\n2011_09_30/2011_09_30_drive_0028_sync 2420 l\n2011_09_30/2011_09_30_drive_0028_sync 3220 r\n2011_09_30/2011_09_30_drive_0028_sync 1630 r\n2011_09_30/2011_09_30_drive_0028_sync 4913 r\n2011_09_30/2011_09_30_drive_0028_sync 7 l\n2011_09_30/2011_09_30_drive_0028_sync 3337 l\n2011_09_30/2011_09_30_drive_0028_sync 4529 r\n2011_09_30/2011_09_30_drive_0028_sync 3716 r\n2011_09_30/2011_09_30_drive_0028_sync 722 l\n2011_09_30/2011_09_30_drive_0028_sync 1006 l\n2011_09_30/2011_09_30_drive_0028_sync 3467 r\n2011_09_30/2011_09_30_drive_0028_sync 3463 l\n2011_09_30/2011_09_30_drive_0028_sync 669 l\n2011_09_30/2011_09_30_drive_0028_sync 4093 r\n2011_09_30/2011_09_30_drive_0028_sync 3116 l\n2011_09_30/2011_09_30_drive_0028_sync 3604 l\n2011_09_30/2011_09_30_drive_0028_sync 142 r\n2011_09_30/2011_09_30_drive_0028_sync 2651 r\n2011_09_30/2011_09_30_drive_0028_sync 3652 r\n2011_09_30/2011_09_30_drive_0028_sync 909 r\n2011_09_30/2011_09_30_drive_0028_sync 1663 l\n2011_09_30/2011_09_30_drive_0028_sync 298 r\n2011_09_30/2011_09_30_drive_0028_sync 4685 r\n2011_09_30/2011_09_30_drive_0028_sync 18 r\n2011_09_30/2011_09_30_drive_0028_sync 4263 r\n2011_09_30/2011_09_30_drive_0028_sync 1225 l\n2011_09_30/2011_09_30_drive_0028_sync 4430 r\n2011_09_30/2011_09_30_drive_0028_sync 5036 r\n2011_09_30/2011_09_30_drive_0028_sync 197 r\n2011_09_30/2011_09_30_drive_0028_sync 4731 l\n2011_09_30/2011_09_30_drive_0028_sync 4206 l\n2011_09_30/2011_09_30_drive_0028_sync 5084 l\n2011_09_30/2011_09_30_drive_0028_sync 3716 l\n2011_09_30/2011_09_30_drive_0028_sync 947 l\n2011_09_30/2011_09_30_drive_0028_sync 1964 l\n2011_09_30/2011_09_30_drive_0028_sync 4533 r\n2011_09_30/2011_09_30_drive_0028_sync 2630 l\n2011_09_30/2011_09_30_drive_0028_sync 1808 r\n2011_09_30/2011_09_30_drive_0028_sync 480 r\n2011_09_30/2011_09_30_drive_0028_sync 197 l\n2011_09_30/2011_09_30_drive_0028_sync 2883 r\n2011_09_30/2011_09_30_drive_0028_sync 5000 l\n2011_09_30/2011_09_30_drive_0028_sync 1237 r\n2011_09_30/2011_09_30_drive_0028_sync 1345 r\n2011_09_30/2011_09_30_drive_0028_sync 4167 r\n2011_09_30/2011_09_30_drive_0028_sync 3448 l\n2011_09_30/2011_09_30_drive_0028_sync 3127 r\n2011_09_30/2011_09_30_drive_0028_sync 5058 r\n2011_09_30/2011_09_30_drive_0028_sync 79 r\n2011_09_30/2011_09_30_drive_0028_sync 4488 l\n2011_09_30/2011_09_30_drive_0028_sync 2857 r\n2011_09_30/2011_09_30_drive_0028_sync 4018 r\n2011_09_30/2011_09_30_drive_0028_sync 3722 r\n2011_09_30/2011_09_30_drive_0028_sync 470 r\n2011_09_30/2011_09_30_drive_0028_sync 1602 r\n2011_09_30/2011_09_30_drive_0028_sync 3959 r\n2011_09_30/2011_09_30_drive_0028_sync 4811 r\n2011_09_30/2011_09_30_drive_0028_sync 3723 l\n2011_09_30/2011_09_30_drive_0028_sync 3592 r\n2011_09_30/2011_09_30_drive_0028_sync 2839 l\n2011_09_30/2011_09_30_drive_0028_sync 3126 r\n2011_09_30/2011_09_30_drive_0028_sync 2504 r\n2011_09_30/2011_09_30_drive_0028_sync 1867 r\n2011_09_30/2011_09_30_drive_0028_sync 9 r\n2011_09_30/2011_09_30_drive_0028_sync 2668 r\n2011_09_30/2011_09_30_drive_0028_sync 3236 r\n2011_09_30/2011_09_30_drive_0028_sync 526 r\n2011_09_30/2011_09_30_drive_0028_sync 3382 l\n2011_09_30/2011_09_30_drive_0028_sync 2075 r\n2011_09_30/2011_09_30_drive_0028_sync 4629 l\n2011_09_30/2011_09_30_drive_0028_sync 4983 r\n2011_09_30/2011_09_30_drive_0028_sync 380 l\n2011_09_30/2011_09_30_drive_0028_sync 2387 r\n2011_09_30/2011_09_30_drive_0028_sync 4636 l\n2011_09_30/2011_09_30_drive_0028_sync 4627 l\n2011_09_30/2011_09_30_drive_0028_sync 709 r\n2011_09_30/2011_09_30_drive_0028_sync 4795 l\n2011_09_30/2011_09_30_drive_0028_sync 4606 r\n2011_09_30/2011_09_30_drive_0028_sync 1234 r\n2011_09_30/2011_09_30_drive_0028_sync 5003 r\n2011_09_30/2011_09_30_drive_0028_sync 1727 r\n2011_09_30/2011_09_30_drive_0028_sync 2249 r\n2011_09_30/2011_09_30_drive_0028_sync 4594 r\n2011_09_30/2011_09_30_drive_0028_sync 4274 r\n2011_09_30/2011_09_30_drive_0028_sync 4134 r\n2011_09_30/2011_09_30_drive_0028_sync 4766 l\n2011_09_30/2011_09_30_drive_0028_sync 413 l\n2011_09_30/2011_09_30_drive_0028_sync 2926 l\n2011_09_30/2011_09_30_drive_0028_sync 2107 r\n2011_09_30/2011_09_30_drive_0028_sync 2051 l\n2011_09_30/2011_09_30_drive_0028_sync 829 l\n2011_09_30/2011_09_30_drive_0028_sync 2982 r\n2011_09_30/2011_09_30_drive_0028_sync 4298 l\n2011_09_30/2011_09_30_drive_0028_sync 2466 l\n2011_09_30/2011_09_30_drive_0028_sync 4502 r\n2011_09_30/2011_09_30_drive_0028_sync 487 r\n2011_09_30/2011_09_30_drive_0028_sync 1625 l\n2011_09_30/2011_09_30_drive_0028_sync 3894 l\n2011_09_30/2011_09_30_drive_0028_sync 2922 r\n2011_09_30/2011_09_30_drive_0028_sync 4105 l\n2011_09_30/2011_09_30_drive_0028_sync 4073 l\n2011_09_30/2011_09_30_drive_0028_sync 903 r\n2011_09_30/2011_09_30_drive_0028_sync 4181 r\n2011_09_30/2011_09_30_drive_0028_sync 507 r\n2011_09_30/2011_09_30_drive_0028_sync 4106 r\n2011_09_30/2011_09_30_drive_0028_sync 3866 r\n2011_09_30/2011_09_30_drive_0028_sync 3231 r\n2011_09_30/2011_09_30_drive_0028_sync 69 r\n2011_09_30/2011_09_30_drive_0028_sync 5085 l\n2011_09_30/2011_09_30_drive_0028_sync 1754 r\n2011_09_30/2011_09_30_drive_0028_sync 4040 r\n2011_09_30/2011_09_30_drive_0028_sync 2016 l\n2011_09_30/2011_09_30_drive_0028_sync 4535 l\n2011_09_30/2011_09_30_drive_0028_sync 3985 r\n2011_09_30/2011_09_30_drive_0028_sync 2787 l\n2011_09_30/2011_09_30_drive_0028_sync 3197 r\n2011_09_30/2011_09_30_drive_0028_sync 543 l\n2011_09_30/2011_09_30_drive_0028_sync 285 l\n2011_09_30/2011_09_30_drive_0028_sync 4614 l\n2011_09_30/2011_09_30_drive_0028_sync 2679 l\n2011_09_30/2011_09_30_drive_0028_sync 1770 l\n2011_09_30/2011_09_30_drive_0028_sync 813 r\n2011_09_30/2011_09_30_drive_0028_sync 1047 l\n2011_09_30/2011_09_30_drive_0028_sync 3582 r\n2011_09_30/2011_09_30_drive_0028_sync 3952 r\n2011_09_30/2011_09_30_drive_0028_sync 2130 l\n2011_09_30/2011_09_30_drive_0028_sync 2593 r\n2011_09_30/2011_09_30_drive_0028_sync 2816 r\n2011_09_30/2011_09_30_drive_0028_sync 333 l\n2011_09_30/2011_09_30_drive_0028_sync 2992 l\n2011_09_30/2011_09_30_drive_0028_sync 4906 l\n2011_09_30/2011_09_30_drive_0028_sync 3415 l\n2011_09_30/2011_09_30_drive_0028_sync 4558 l\n2011_09_30/2011_09_30_drive_0028_sync 989 l\n2011_09_30/2011_09_30_drive_0028_sync 2439 r\n2011_09_30/2011_09_30_drive_0028_sync 4450 l\n2011_09_30/2011_09_30_drive_0028_sync 3689 r\n2011_09_30/2011_09_30_drive_0028_sync 4459 l\n2011_09_30/2011_09_30_drive_0028_sync 2381 l\n2011_09_30/2011_09_30_drive_0028_sync 4278 l\n2011_09_30/2011_09_30_drive_0028_sync 3420 l\n2011_09_30/2011_09_30_drive_0028_sync 1743 l\n2011_09_30/2011_09_30_drive_0028_sync 433 r\n2011_09_30/2011_09_30_drive_0028_sync 3633 l\n2011_09_30/2011_09_30_drive_0028_sync 3937 r\n2011_09_30/2011_09_30_drive_0028_sync 2565 r\n2011_09_30/2011_09_30_drive_0028_sync 2986 l\n2011_09_30/2011_09_30_drive_0028_sync 953 r\n2011_09_30/2011_09_30_drive_0028_sync 4312 l\n2011_09_30/2011_09_30_drive_0028_sync 1809 l\n2011_09_30/2011_09_30_drive_0028_sync 1354 l\n2011_09_30/2011_09_30_drive_0028_sync 2879 l\n2011_09_30/2011_09_30_drive_0028_sync 4525 r\n2011_09_30/2011_09_30_drive_0028_sync 529 l\n2011_09_30/2011_09_30_drive_0028_sync 2860 r\n2011_09_30/2011_09_30_drive_0028_sync 64 l\n2011_09_30/2011_09_30_drive_0028_sync 3163 l\n2011_09_30/2011_09_30_drive_0028_sync 2924 l\n2011_09_30/2011_09_30_drive_0028_sync 473 l\n2011_09_30/2011_09_30_drive_0028_sync 1539 r\n2011_09_30/2011_09_30_drive_0028_sync 256 r\n2011_09_30/2011_09_30_drive_0028_sync 3896 l\n2011_09_30/2011_09_30_drive_0028_sync 1847 l\n2011_09_30/2011_09_30_drive_0028_sync 4497 r\n2011_09_30/2011_09_30_drive_0028_sync 3053 r\n2011_09_30/2011_09_30_drive_0028_sync 5129 l\n2011_09_30/2011_09_30_drive_0028_sync 523 r\n2011_09_30/2011_09_30_drive_0028_sync 2031 l\n2011_09_30/2011_09_30_drive_0028_sync 4910 l\n2011_09_30/2011_09_30_drive_0028_sync 1484 l\n2011_09_30/2011_09_30_drive_0028_sync 4928 r\n2011_09_30/2011_09_30_drive_0028_sync 1055 l\n2011_09_30/2011_09_30_drive_0028_sync 4087 r\n2011_09_30/2011_09_30_drive_0028_sync 4489 r\n2011_09_30/2011_09_30_drive_0028_sync 2303 l\n2011_09_30/2011_09_30_drive_0028_sync 4472 l\n2011_09_30/2011_09_30_drive_0028_sync 672 r\n2011_09_30/2011_09_30_drive_0028_sync 3444 r\n2011_09_30/2011_09_30_drive_0028_sync 4686 l\n2011_09_30/2011_09_30_drive_0028_sync 2578 l\n2011_09_30/2011_09_30_drive_0028_sync 4159 l\n2011_09_30/2011_09_30_drive_0028_sync 1207 r\n2011_09_30/2011_09_30_drive_0028_sync 2506 r\n2011_09_30/2011_09_30_drive_0028_sync 4999 r\n2011_09_30/2011_09_30_drive_0028_sync 3436 r\n2011_09_30/2011_09_30_drive_0028_sync 2032 l\n2011_09_30/2011_09_30_drive_0028_sync 1348 l\n2011_09_30/2011_09_30_drive_0028_sync 4443 r\n2011_09_30/2011_09_30_drive_0028_sync 4183 l\n2011_09_30/2011_09_30_drive_0028_sync 2993 r\n2011_09_30/2011_09_30_drive_0028_sync 5086 r\n2011_09_30/2011_09_30_drive_0028_sync 3046 l\n2011_09_30/2011_09_30_drive_0028_sync 718 r\n2011_09_30/2011_09_30_drive_0028_sync 984 l\n2011_09_30/2011_09_30_drive_0028_sync 1326 r\n2011_09_30/2011_09_30_drive_0028_sync 1008 r\n2011_09_30/2011_09_30_drive_0028_sync 362 r\n2011_09_30/2011_09_30_drive_0028_sync 1876 l\n2011_09_30/2011_09_30_drive_0028_sync 4133 l\n2011_09_30/2011_09_30_drive_0028_sync 3656 l\n2011_09_30/2011_09_30_drive_0028_sync 4538 l\n2011_09_30/2011_09_30_drive_0028_sync 4611 l\n2011_09_30/2011_09_30_drive_0028_sync 5163 l\n2011_09_30/2011_09_30_drive_0028_sync 4301 r\n2011_09_30/2011_09_30_drive_0028_sync 939 l\n2011_09_30/2011_09_30_drive_0028_sync 997 r\n2011_09_30/2011_09_30_drive_0028_sync 1795 r\n2011_09_30/2011_09_30_drive_0028_sync 2293 r\n2011_09_30/2011_09_30_drive_0028_sync 168 l\n2011_09_30/2011_09_30_drive_0028_sync 4029 r\n2011_09_30/2011_09_30_drive_0028_sync 4875 r\n2011_09_30/2011_09_30_drive_0028_sync 4916 r\n2011_09_30/2011_09_30_drive_0028_sync 4673 r\n2011_09_30/2011_09_30_drive_0028_sync 3 l\n2011_09_30/2011_09_30_drive_0028_sync 357 l\n2011_09_30/2011_09_30_drive_0028_sync 524 r\n2011_09_30/2011_09_30_drive_0028_sync 3334 r\n2011_09_30/2011_09_30_drive_0028_sync 2486 l\n2011_09_30/2011_09_30_drive_0028_sync 2448 r\n2011_09_30/2011_09_30_drive_0028_sync 5053 l\n2011_09_30/2011_09_30_drive_0028_sync 798 r\n2011_09_30/2011_09_30_drive_0028_sync 3995 l\n2011_09_30/2011_09_30_drive_0028_sync 4840 l\n2011_09_30/2011_09_30_drive_0028_sync 1675 l\n2011_09_30/2011_09_30_drive_0028_sync 2079 l\n2011_09_30/2011_09_30_drive_0028_sync 3889 l\n2011_09_30/2011_09_30_drive_0028_sync 1331 r\n2011_09_30/2011_09_30_drive_0028_sync 3374 r\n2011_09_30/2011_09_30_drive_0028_sync 182 r\n2011_09_30/2011_09_30_drive_0028_sync 1603 r\n2011_09_30/2011_09_30_drive_0028_sync 2591 r\n2011_09_30/2011_09_30_drive_0028_sync 2991 r\n2011_09_30/2011_09_30_drive_0028_sync 4302 r\n2011_09_30/2011_09_30_drive_0028_sync 283 l\n2011_09_30/2011_09_30_drive_0028_sync 4170 l\n2011_09_30/2011_09_30_drive_0028_sync 4019 l\n2011_09_30/2011_09_30_drive_0028_sync 1546 r\n2011_09_30/2011_09_30_drive_0028_sync 1094 r\n2011_09_30/2011_09_30_drive_0028_sync 1788 l\n2011_09_30/2011_09_30_drive_0028_sync 2650 r\n2011_09_30/2011_09_30_drive_0028_sync 2959 r\n2011_09_30/2011_09_30_drive_0028_sync 911 r\n2011_09_30/2011_09_30_drive_0028_sync 3966 l\n2011_09_30/2011_09_30_drive_0028_sync 3421 r\n2011_09_30/2011_09_30_drive_0028_sync 3663 r\n2011_09_30/2011_09_30_drive_0028_sync 3301 l\n2011_09_30/2011_09_30_drive_0028_sync 1224 l\n2011_09_30/2011_09_30_drive_0028_sync 851 r\n2011_09_30/2011_09_30_drive_0028_sync 1852 r\n2011_09_30/2011_09_30_drive_0028_sync 1121 l\n2011_09_30/2011_09_30_drive_0028_sync 1697 r\n2011_09_30/2011_09_30_drive_0028_sync 4949 l\n2011_09_30/2011_09_30_drive_0028_sync 46 l\n2011_09_30/2011_09_30_drive_0028_sync 4593 r\n2011_09_30/2011_09_30_drive_0028_sync 1739 r\n2011_09_30/2011_09_30_drive_0028_sync 701 l\n2011_09_30/2011_09_30_drive_0028_sync 369 l\n2011_09_30/2011_09_30_drive_0028_sync 2241 r\n2011_09_30/2011_09_30_drive_0028_sync 3669 l\n2011_09_30/2011_09_30_drive_0028_sync 3490 l\n2011_09_30/2011_09_30_drive_0028_sync 4548 l\n2011_09_30/2011_09_30_drive_0028_sync 4185 r\n2011_09_30/2011_09_30_drive_0028_sync 2117 l\n2011_09_30/2011_09_30_drive_0028_sync 4787 l\n2011_09_30/2011_09_30_drive_0028_sync 5065 l\n2011_09_30/2011_09_30_drive_0028_sync 233 l\n2011_09_30/2011_09_30_drive_0028_sync 2353 r\n2011_09_30/2011_09_30_drive_0028_sync 3364 r\n2011_09_30/2011_09_30_drive_0028_sync 4851 r\n2011_09_30/2011_09_30_drive_0028_sync 2863 r\n2011_09_30/2011_09_30_drive_0028_sync 3869 l\n2011_09_30/2011_09_30_drive_0028_sync 4571 r\n2011_09_30/2011_09_30_drive_0028_sync 1131 r\n2011_09_30/2011_09_30_drive_0028_sync 4616 r\n2011_09_30/2011_09_30_drive_0028_sync 4143 r\n2011_09_30/2011_09_30_drive_0028_sync 891 r\n2011_09_30/2011_09_30_drive_0028_sync 3914 r\n2011_09_30/2011_09_30_drive_0028_sync 4777 l\n2011_09_30/2011_09_30_drive_0028_sync 3575 r\n2011_09_30/2011_09_30_drive_0028_sync 2869 l\n2011_09_30/2011_09_30_drive_0028_sync 2674 l\n2011_09_30/2011_09_30_drive_0028_sync 984 r\n2011_09_30/2011_09_30_drive_0028_sync 466 r\n2011_09_30/2011_09_30_drive_0028_sync 2473 l\n2011_09_30/2011_09_30_drive_0028_sync 3009 l\n2011_09_30/2011_09_30_drive_0028_sync 4282 r\n2011_09_30/2011_09_30_drive_0028_sync 1172 r\n2011_09_30/2011_09_30_drive_0028_sync 1274 l\n2011_09_30/2011_09_30_drive_0028_sync 3140 r\n2011_09_30/2011_09_30_drive_0028_sync 2762 l\n2011_09_30/2011_09_30_drive_0028_sync 5173 l\n2011_09_30/2011_09_30_drive_0028_sync 570 l\n2011_09_30/2011_09_30_drive_0028_sync 3744 l\n2011_09_30/2011_09_30_drive_0028_sync 4916 l\n2011_09_30/2011_09_30_drive_0028_sync 3 r\n2011_09_30/2011_09_30_drive_0028_sync 4458 r\n2011_09_30/2011_09_30_drive_0028_sync 223 r\n2011_09_30/2011_09_30_drive_0028_sync 643 l\n2011_09_30/2011_09_30_drive_0028_sync 2166 r\n2011_09_30/2011_09_30_drive_0028_sync 2124 l\n2011_09_30/2011_09_30_drive_0028_sync 3074 l\n2011_09_30/2011_09_30_drive_0028_sync 4437 r\n2011_09_30/2011_09_30_drive_0028_sync 3344 r\n2011_09_30/2011_09_30_drive_0028_sync 3043 r\n2011_09_30/2011_09_30_drive_0028_sync 4408 l\n2011_09_30/2011_09_30_drive_0028_sync 1272 r\n2011_09_30/2011_09_30_drive_0028_sync 3808 l\n2011_09_30/2011_09_30_drive_0028_sync 4284 l\n2011_09_30/2011_09_30_drive_0028_sync 201 l\n2011_09_30/2011_09_30_drive_0028_sync 3843 l\n2011_09_30/2011_09_30_drive_0028_sync 1702 l\n2011_09_30/2011_09_30_drive_0028_sync 3870 l\n2011_09_30/2011_09_30_drive_0028_sync 1268 r\n2011_09_30/2011_09_30_drive_0028_sync 3040 l\n2011_09_30/2011_09_30_drive_0028_sync 3903 l\n2011_09_30/2011_09_30_drive_0028_sync 2471 r\n2011_09_30/2011_09_30_drive_0028_sync 1930 l\n2011_09_30/2011_09_30_drive_0028_sync 3977 l\n2011_09_30/2011_09_30_drive_0028_sync 1570 r\n2011_09_30/2011_09_30_drive_0028_sync 4761 l\n2011_09_30/2011_09_30_drive_0028_sync 3635 r\n2011_09_30/2011_09_30_drive_0028_sync 364 r\n2011_09_30/2011_09_30_drive_0028_sync 335 r\n2011_09_30/2011_09_30_drive_0028_sync 2247 l\n2011_09_30/2011_09_30_drive_0028_sync 2754 l\n2011_09_30/2011_09_30_drive_0028_sync 524 l\n2011_09_30/2011_09_30_drive_0028_sync 1068 l\n2011_09_30/2011_09_30_drive_0028_sync 3357 l\n2011_09_30/2011_09_30_drive_0028_sync 3987 l\n2011_09_30/2011_09_30_drive_0028_sync 213 r\n2011_09_30/2011_09_30_drive_0028_sync 4761 r\n2011_09_30/2011_09_30_drive_0028_sync 3654 l\n2011_09_30/2011_09_30_drive_0028_sync 4243 r\n2011_09_30/2011_09_30_drive_0028_sync 634 l\n2011_09_30/2011_09_30_drive_0028_sync 2365 r\n2011_09_30/2011_09_30_drive_0028_sync 1861 r\n2011_09_30/2011_09_30_drive_0028_sync 3245 r\n2011_09_30/2011_09_30_drive_0028_sync 3738 r\n2011_09_30/2011_09_30_drive_0028_sync 1691 l\n2011_09_30/2011_09_30_drive_0028_sync 5126 r\n2011_09_30/2011_09_30_drive_0028_sync 973 r\n2011_09_30/2011_09_30_drive_0028_sync 1055 r\n2011_09_30/2011_09_30_drive_0028_sync 2545 r\n2011_09_30/2011_09_30_drive_0028_sync 4138 r\n2011_09_30/2011_09_30_drive_0028_sync 2440 r\n2011_09_30/2011_09_30_drive_0028_sync 3643 l\n2011_09_30/2011_09_30_drive_0028_sync 2767 l\n2011_09_30/2011_09_30_drive_0028_sync 247 r\n2011_09_30/2011_09_30_drive_0028_sync 1288 r\n2011_09_30/2011_09_30_drive_0028_sync 3398 r\n2011_09_30/2011_09_30_drive_0028_sync 1986 r\n2011_09_30/2011_09_30_drive_0028_sync 3050 r\n2011_09_30/2011_09_30_drive_0028_sync 224 r\n2011_09_30/2011_09_30_drive_0028_sync 1749 r\n2011_09_30/2011_09_30_drive_0028_sync 2211 l\n2011_09_30/2011_09_30_drive_0028_sync 2383 l\n2011_09_30/2011_09_30_drive_0028_sync 97 l\n2011_09_30/2011_09_30_drive_0028_sync 810 r\n2011_09_30/2011_09_30_drive_0028_sync 1984 r\n2011_09_30/2011_09_30_drive_0028_sync 2734 r\n2011_09_30/2011_09_30_drive_0028_sync 2665 r\n2011_09_30/2011_09_30_drive_0028_sync 5122 l\n2011_09_30/2011_09_30_drive_0028_sync 4566 l\n2011_09_30/2011_09_30_drive_0028_sync 4738 r\n2011_09_30/2011_09_30_drive_0028_sync 2083 l\n2011_09_30/2011_09_30_drive_0028_sync 3182 r\n2011_09_30/2011_09_30_drive_0028_sync 259 l\n2011_09_30/2011_09_30_drive_0028_sync 3581 l\n2011_09_30/2011_09_30_drive_0028_sync 3939 r\n2011_09_30/2011_09_30_drive_0028_sync 2081 l\n2011_09_30/2011_09_30_drive_0028_sync 4024 r\n2011_09_30/2011_09_30_drive_0028_sync 3923 l\n2011_09_30/2011_09_30_drive_0028_sync 1560 r\n2011_09_30/2011_09_30_drive_0028_sync 4580 l\n2011_09_30/2011_09_30_drive_0028_sync 2052 l\n2011_09_30/2011_09_30_drive_0028_sync 116 r\n2011_09_30/2011_09_30_drive_0028_sync 3238 r\n2011_09_30/2011_09_30_drive_0028_sync 1389 l\n2011_09_30/2011_09_30_drive_0028_sync 2749 r\n2011_09_30/2011_09_30_drive_0028_sync 3893 l\n2011_09_30/2011_09_30_drive_0028_sync 3191 l\n2011_09_30/2011_09_30_drive_0028_sync 1442 r\n2011_09_30/2011_09_30_drive_0028_sync 4008 r\n2011_09_30/2011_09_30_drive_0028_sync 2666 r\n2011_09_30/2011_09_30_drive_0028_sync 1498 r\n2011_09_30/2011_09_30_drive_0028_sync 3247 l\n2011_09_30/2011_09_30_drive_0028_sync 1567 r\n2011_09_30/2011_09_30_drive_0028_sync 3783 l\n2011_09_30/2011_09_30_drive_0028_sync 553 r\n2011_09_30/2011_09_30_drive_0028_sync 5137 r\n2011_09_30/2011_09_30_drive_0028_sync 1312 r\n2011_09_30/2011_09_30_drive_0028_sync 102 r\n2011_09_30/2011_09_30_drive_0028_sync 2193 r\n2011_09_30/2011_09_30_drive_0028_sync 3268 l\n2011_09_30/2011_09_30_drive_0028_sync 2763 l\n2011_09_30/2011_09_30_drive_0028_sync 4043 r\n2011_09_30/2011_09_30_drive_0028_sync 4585 r\n2011_09_30/2011_09_30_drive_0028_sync 4772 l\n2011_09_30/2011_09_30_drive_0028_sync 2255 l\n2011_09_30/2011_09_30_drive_0028_sync 734 r\n2011_09_30/2011_09_30_drive_0028_sync 4957 r\n2011_09_30/2011_09_30_drive_0028_sync 623 r\n2011_09_30/2011_09_30_drive_0028_sync 31 r\n2011_09_30/2011_09_30_drive_0028_sync 3497 r\n2011_09_30/2011_09_30_drive_0028_sync 2070 r\n2011_09_30/2011_09_30_drive_0028_sync 4198 r\n2011_09_30/2011_09_30_drive_0028_sync 1373 r\n2011_09_30/2011_09_30_drive_0028_sync 2217 r\n2011_09_30/2011_09_30_drive_0028_sync 1221 r\n2011_09_30/2011_09_30_drive_0028_sync 1900 r\n2011_09_30/2011_09_30_drive_0028_sync 1529 r\n2011_09_30/2011_09_30_drive_0028_sync 1972 r\n2011_09_30/2011_09_30_drive_0028_sync 4924 l\n2011_09_30/2011_09_30_drive_0028_sync 401 l\n2011_09_30/2011_09_30_drive_0028_sync 711 l\n2011_09_30/2011_09_30_drive_0028_sync 39 r\n2011_09_30/2011_09_30_drive_0028_sync 2660 l\n2011_09_30/2011_09_30_drive_0028_sync 2651 l\n2011_09_30/2011_09_30_drive_0028_sync 1070 l\n2011_09_30/2011_09_30_drive_0028_sync 1229 r\n2011_09_30/2011_09_30_drive_0028_sync 3338 r\n2011_09_30/2011_09_30_drive_0028_sync 788 l\n2011_09_30/2011_09_30_drive_0028_sync 4923 l\n2011_09_30/2011_09_30_drive_0028_sync 2121 l\n2011_09_30/2011_09_30_drive_0028_sync 2691 l\n2011_09_30/2011_09_30_drive_0028_sync 569 l\n2011_09_30/2011_09_30_drive_0028_sync 4687 r\n2011_09_30/2011_09_30_drive_0028_sync 253 r\n2011_09_30/2011_09_30_drive_0028_sync 3649 l\n2011_09_30/2011_09_30_drive_0028_sync 4089 r\n2011_09_30/2011_09_30_drive_0028_sync 706 r\n2011_09_30/2011_09_30_drive_0028_sync 3660 l\n2011_09_30/2011_09_30_drive_0028_sync 4918 l\n2011_09_30/2011_09_30_drive_0028_sync 4934 l\n2011_09_30/2011_09_30_drive_0028_sync 4711 r\n2011_09_30/2011_09_30_drive_0028_sync 4730 r\n2011_09_30/2011_09_30_drive_0028_sync 1571 r\n2011_09_30/2011_09_30_drive_0028_sync 2797 r\n2011_09_30/2011_09_30_drive_0028_sync 3367 l\n2011_09_30/2011_09_30_drive_0028_sync 1673 l\n2011_09_30/2011_09_30_drive_0028_sync 4145 l\n2011_09_30/2011_09_30_drive_0028_sync 2258 r\n2011_09_30/2011_09_30_drive_0028_sync 3590 l\n2011_09_30/2011_09_30_drive_0028_sync 4983 l\n2011_09_30/2011_09_30_drive_0028_sync 4821 l\n2011_09_30/2011_09_30_drive_0028_sync 2882 l\n2011_09_30/2011_09_30_drive_0028_sync 2036 r\n2011_09_30/2011_09_30_drive_0028_sync 3436 l\n2011_09_30/2011_09_30_drive_0028_sync 637 l\n2011_09_30/2011_09_30_drive_0028_sync 3165 l\n2011_09_30/2011_09_30_drive_0028_sync 3075 r\n2011_09_30/2011_09_30_drive_0028_sync 2271 l\n2011_09_30/2011_09_30_drive_0028_sync 644 l\n2011_09_30/2011_09_30_drive_0028_sync 3601 l\n2011_09_30/2011_09_30_drive_0028_sync 521 l\n2011_09_30/2011_09_30_drive_0028_sync 3248 l\n2011_09_30/2011_09_30_drive_0028_sync 68 l\n2011_09_30/2011_09_30_drive_0028_sync 1896 l\n2011_09_30/2011_09_30_drive_0028_sync 2962 l\n2011_09_30/2011_09_30_drive_0028_sync 3961 l\n2011_09_30/2011_09_30_drive_0028_sync 3638 r\n2011_09_30/2011_09_30_drive_0028_sync 4381 l\n2011_09_30/2011_09_30_drive_0028_sync 3943 r\n2011_09_30/2011_09_30_drive_0028_sync 1933 r\n2011_09_30/2011_09_30_drive_0028_sync 3929 r\n2011_09_30/2011_09_30_drive_0028_sync 3863 l\n2011_09_30/2011_09_30_drive_0028_sync 4715 l\n2011_09_30/2011_09_30_drive_0028_sync 2342 l\n2011_09_30/2011_09_30_drive_0028_sync 439 l\n2011_09_30/2011_09_30_drive_0028_sync 739 r\n2011_09_30/2011_09_30_drive_0028_sync 1571 l\n2011_09_30/2011_09_30_drive_0028_sync 2018 r\n2011_09_30/2011_09_30_drive_0028_sync 617 l\n2011_09_30/2011_09_30_drive_0028_sync 4684 r\n2011_09_30/2011_09_30_drive_0028_sync 4945 l\n2011_09_30/2011_09_30_drive_0028_sync 3307 l\n2011_09_30/2011_09_30_drive_0028_sync 2514 r\n2011_09_30/2011_09_30_drive_0028_sync 1280 r\n2011_09_30/2011_09_30_drive_0028_sync 1032 r\n2011_09_30/2011_09_30_drive_0028_sync 2952 l\n2011_09_30/2011_09_30_drive_0028_sync 4245 r\n2011_09_30/2011_09_30_drive_0028_sync 3077 r\n2011_09_30/2011_09_30_drive_0028_sync 3931 l\n2011_09_30/2011_09_30_drive_0028_sync 3467 l\n2011_09_30/2011_09_30_drive_0028_sync 4104 l\n2011_09_30/2011_09_30_drive_0028_sync 4279 r\n2011_09_30/2011_09_30_drive_0028_sync 1949 r\n2011_09_30/2011_09_30_drive_0028_sync 2316 r\n2011_09_30/2011_09_30_drive_0028_sync 3537 l\n2011_09_30/2011_09_30_drive_0028_sync 269 l\n2011_09_30/2011_09_30_drive_0028_sync 4760 r\n2011_09_30/2011_09_30_drive_0028_sync 2543 l\n2011_09_30/2011_09_30_drive_0028_sync 2004 l\n2011_09_30/2011_09_30_drive_0028_sync 3056 l\n2011_09_30/2011_09_30_drive_0028_sync 3504 r\n2011_09_30/2011_09_30_drive_0028_sync 4435 r\n2011_09_30/2011_09_30_drive_0028_sync 3555 r\n2011_09_30/2011_09_30_drive_0028_sync 1935 r\n2011_09_30/2011_09_30_drive_0028_sync 4049 l\n2011_09_30/2011_09_30_drive_0028_sync 421 l\n2011_09_30/2011_09_30_drive_0028_sync 3095 r\n2011_09_30/2011_09_30_drive_0028_sync 3949 l\n2011_09_30/2011_09_30_drive_0028_sync 2139 l\n2011_09_30/2011_09_30_drive_0028_sync 235 l\n2011_09_30/2011_09_30_drive_0028_sync 357 r\n2011_09_30/2011_09_30_drive_0028_sync 1359 r\n2011_09_30/2011_09_30_drive_0028_sync 5124 l\n2011_09_30/2011_09_30_drive_0028_sync 1156 r\n2011_09_30/2011_09_30_drive_0028_sync 4403 r\n2011_09_30/2011_09_30_drive_0028_sync 4200 l\n2011_09_30/2011_09_30_drive_0028_sync 3101 l\n2011_09_30/2011_09_30_drive_0028_sync 1598 r\n2011_09_30/2011_09_30_drive_0028_sync 1818 r\n2011_09_30/2011_09_30_drive_0028_sync 2416 l\n2011_09_30/2011_09_30_drive_0028_sync 605 r\n2011_09_30/2011_09_30_drive_0028_sync 3264 l\n2011_09_30/2011_09_30_drive_0028_sync 2463 l\n2011_09_30/2011_09_30_drive_0028_sync 4084 l\n2011_09_30/2011_09_30_drive_0028_sync 2290 l\n2011_09_30/2011_09_30_drive_0028_sync 2187 r\n2011_09_30/2011_09_30_drive_0028_sync 341 l\n2011_09_30/2011_09_30_drive_0028_sync 2554 r\n2011_09_30/2011_09_30_drive_0028_sync 3475 l\n2011_09_30/2011_09_30_drive_0028_sync 2112 r\n2011_09_30/2011_09_30_drive_0028_sync 3478 r\n2011_09_30/2011_09_30_drive_0028_sync 2123 r\n2011_09_30/2011_09_30_drive_0028_sync 707 r\n2011_09_30/2011_09_30_drive_0028_sync 2136 r\n2011_09_30/2011_09_30_drive_0028_sync 4049 r\n2011_09_30/2011_09_30_drive_0028_sync 3090 r\n2011_09_30/2011_09_30_drive_0028_sync 1400 r\n2011_09_30/2011_09_30_drive_0028_sync 3754 l\n2011_09_30/2011_09_30_drive_0028_sync 5154 r\n2011_09_30/2011_09_30_drive_0028_sync 1444 r\n2011_09_30/2011_09_30_drive_0028_sync 858 l\n2011_09_30/2011_09_30_drive_0028_sync 3414 r\n2011_09_30/2011_09_30_drive_0028_sync 2118 r\n2011_09_30/2011_09_30_drive_0028_sync 1086 l\n2011_09_30/2011_09_30_drive_0028_sync 2525 l\n2011_09_30/2011_09_30_drive_0028_sync 2330 r\n2011_09_30/2011_09_30_drive_0028_sync 915 r\n2011_09_30/2011_09_30_drive_0028_sync 655 l\n2011_09_30/2011_09_30_drive_0028_sync 1988 r\n2011_09_30/2011_09_30_drive_0028_sync 4448 l\n2011_09_30/2011_09_30_drive_0028_sync 3190 l\n2011_09_30/2011_09_30_drive_0028_sync 3277 r\n2011_09_30/2011_09_30_drive_0028_sync 783 l\n2011_09_30/2011_09_30_drive_0028_sync 678 r\n2011_09_30/2011_09_30_drive_0028_sync 4922 r\n2011_09_30/2011_09_30_drive_0028_sync 2036 l\n2011_09_30/2011_09_30_drive_0028_sync 3811 l\n2011_09_30/2011_09_30_drive_0028_sync 633 r\n2011_09_30/2011_09_30_drive_0028_sync 566 r\n2011_09_30/2011_09_30_drive_0028_sync 2926 r\n2011_09_30/2011_09_30_drive_0028_sync 1099 l\n2011_09_30/2011_09_30_drive_0028_sync 4571 l\n2011_09_30/2011_09_30_drive_0028_sync 2226 r\n2011_09_30/2011_09_30_drive_0028_sync 3753 r\n2011_09_30/2011_09_30_drive_0028_sync 4721 l\n2011_09_30/2011_09_30_drive_0028_sync 3602 l\n2011_09_30/2011_09_30_drive_0028_sync 4237 r\n2011_09_30/2011_09_30_drive_0028_sync 4250 l\n2011_09_30/2011_09_30_drive_0028_sync 365 l\n2011_09_30/2011_09_30_drive_0028_sync 3216 l\n2011_09_30/2011_09_30_drive_0028_sync 4254 r\n2011_09_30/2011_09_30_drive_0028_sync 1512 l\n2011_09_30/2011_09_30_drive_0028_sync 4465 l\n2011_09_30/2011_09_30_drive_0028_sync 1047 r\n2011_09_30/2011_09_30_drive_0028_sync 4843 r\n2011_09_30/2011_09_30_drive_0028_sync 1384 l\n2011_09_30/2011_09_30_drive_0028_sync 4507 r\n2011_09_30/2011_09_30_drive_0028_sync 246 l\n2011_09_30/2011_09_30_drive_0028_sync 2658 r\n2011_09_30/2011_09_30_drive_0028_sync 70 r\n2011_09_30/2011_09_30_drive_0028_sync 437 l\n2011_09_30/2011_09_30_drive_0028_sync 202 r\n2011_09_30/2011_09_30_drive_0028_sync 1102 r\n2011_09_30/2011_09_30_drive_0028_sync 303 r\n2011_09_30/2011_09_30_drive_0028_sync 4360 l\n2011_09_30/2011_09_30_drive_0028_sync 3249 r\n2011_09_30/2011_09_30_drive_0028_sync 4702 r\n2011_09_30/2011_09_30_drive_0028_sync 1742 r\n2011_09_30/2011_09_30_drive_0028_sync 1241 r\n2011_09_30/2011_09_30_drive_0028_sync 1886 l\n2011_09_30/2011_09_30_drive_0028_sync 2314 l\n2011_09_30/2011_09_30_drive_0028_sync 4895 r\n2011_09_30/2011_09_30_drive_0028_sync 2095 r\n2011_09_30/2011_09_30_drive_0028_sync 4522 l\n2011_09_30/2011_09_30_drive_0028_sync 4219 r\n2011_09_30/2011_09_30_drive_0028_sync 4354 r\n2011_09_30/2011_09_30_drive_0028_sync 1817 l\n2011_09_30/2011_09_30_drive_0028_sync 3171 r\n2011_09_30/2011_09_30_drive_0028_sync 3640 r\n2011_09_30/2011_09_30_drive_0028_sync 4422 l\n2011_09_30/2011_09_30_drive_0028_sync 925 l\n2011_09_30/2011_09_30_drive_0028_sync 1011 l\n2011_09_30/2011_09_30_drive_0028_sync 1343 l\n2011_09_30/2011_09_30_drive_0028_sync 4488 r\n2011_09_30/2011_09_30_drive_0028_sync 3739 l\n2011_09_30/2011_09_30_drive_0028_sync 1893 r\n2011_09_30/2011_09_30_drive_0028_sync 449 r\n2011_09_30/2011_09_30_drive_0028_sync 4508 l\n2011_09_30/2011_09_30_drive_0028_sync 1931 r\n2011_09_30/2011_09_30_drive_0028_sync 2663 r\n2011_09_30/2011_09_30_drive_0028_sync 3393 l\n2011_09_30/2011_09_30_drive_0028_sync 4792 r\n2011_09_30/2011_09_30_drive_0028_sync 3117 r\n2011_09_30/2011_09_30_drive_0028_sync 1872 r\n2011_09_30/2011_09_30_drive_0028_sync 1565 l\n2011_09_30/2011_09_30_drive_0028_sync 2102 r\n2011_09_30/2011_09_30_drive_0028_sync 2894 r\n2011_09_30/2011_09_30_drive_0028_sync 3164 r\n2011_09_30/2011_09_30_drive_0028_sync 3327 r\n2011_09_30/2011_09_30_drive_0028_sync 3513 r\n2011_09_30/2011_09_30_drive_0028_sync 2821 r\n2011_09_30/2011_09_30_drive_0028_sync 2156 l\n2011_09_30/2011_09_30_drive_0028_sync 142 l\n2011_09_30/2011_09_30_drive_0028_sync 1383 l\n2011_09_30/2011_09_30_drive_0028_sync 15 r\n2011_09_30/2011_09_30_drive_0028_sync 846 l\n2011_09_30/2011_09_30_drive_0028_sync 1247 r\n2011_09_30/2011_09_30_drive_0028_sync 1628 l\n2011_09_30/2011_09_30_drive_0028_sync 2078 r\n2011_09_30/2011_09_30_drive_0028_sync 359 r\n2011_09_30/2011_09_30_drive_0028_sync 2300 r\n2011_10_03/2011_10_03_drive_0034_sync 215 l\n2011_10_03/2011_10_03_drive_0034_sync 1214 r\n2011_10_03/2011_10_03_drive_0034_sync 3247 l\n2011_10_03/2011_10_03_drive_0034_sync 562 l\n2011_10_03/2011_10_03_drive_0034_sync 1355 r\n2011_10_03/2011_10_03_drive_0034_sync 2695 l\n2011_10_03/2011_10_03_drive_0034_sync 4023 r\n2011_10_03/2011_10_03_drive_0034_sync 1504 l\n2011_10_03/2011_10_03_drive_0034_sync 655 r\n2011_10_03/2011_10_03_drive_0034_sync 3379 l\n2011_10_03/2011_10_03_drive_0034_sync 684 r\n2011_10_03/2011_10_03_drive_0034_sync 2587 l\n2011_10_03/2011_10_03_drive_0034_sync 4614 r\n2011_10_03/2011_10_03_drive_0034_sync 475 l\n2011_10_03/2011_10_03_drive_0034_sync 2656 l\n2011_10_03/2011_10_03_drive_0034_sync 3787 l\n2011_10_03/2011_10_03_drive_0034_sync 1184 l\n2011_10_03/2011_10_03_drive_0034_sync 1819 l\n2011_10_03/2011_10_03_drive_0034_sync 1472 l\n2011_10_03/2011_10_03_drive_0034_sync 3269 l\n2011_10_03/2011_10_03_drive_0034_sync 2437 r\n2011_10_03/2011_10_03_drive_0034_sync 4050 l\n2011_10_03/2011_10_03_drive_0034_sync 394 l\n2011_10_03/2011_10_03_drive_0034_sync 1804 l\n2011_10_03/2011_10_03_drive_0034_sync 1420 r\n2011_10_03/2011_10_03_drive_0034_sync 2310 l\n2011_10_03/2011_10_03_drive_0034_sync 2392 r\n2011_10_03/2011_10_03_drive_0034_sync 3204 l\n2011_10_03/2011_10_03_drive_0034_sync 3026 l\n2011_10_03/2011_10_03_drive_0034_sync 3059 r\n2011_10_03/2011_10_03_drive_0034_sync 526 l\n2011_10_03/2011_10_03_drive_0034_sync 3373 l\n2011_10_03/2011_10_03_drive_0034_sync 4366 r\n2011_10_03/2011_10_03_drive_0034_sync 3801 r\n2011_10_03/2011_10_03_drive_0034_sync 2117 l\n2011_10_03/2011_10_03_drive_0034_sync 2669 l\n2011_10_03/2011_10_03_drive_0034_sync 3987 l\n2011_10_03/2011_10_03_drive_0034_sync 1323 r\n2011_10_03/2011_10_03_drive_0034_sync 1004 l\n2011_10_03/2011_10_03_drive_0034_sync 619 r\n2011_10_03/2011_10_03_drive_0034_sync 1154 l\n2011_10_03/2011_10_03_drive_0034_sync 1909 l\n2011_10_03/2011_10_03_drive_0034_sync 1719 l\n2011_10_03/2011_10_03_drive_0034_sync 2490 l\n2011_10_03/2011_10_03_drive_0034_sync 1548 l\n2011_10_03/2011_10_03_drive_0034_sync 1607 r\n2011_10_03/2011_10_03_drive_0034_sync 2721 l\n2011_10_03/2011_10_03_drive_0034_sync 2119 r\n2011_10_03/2011_10_03_drive_0034_sync 395 l\n2011_10_03/2011_10_03_drive_0034_sync 4074 l\n2011_10_03/2011_10_03_drive_0034_sync 2427 l\n2011_10_03/2011_10_03_drive_0034_sync 1923 l\n2011_10_03/2011_10_03_drive_0034_sync 3701 r\n2011_10_03/2011_10_03_drive_0034_sync 2924 r\n2011_10_03/2011_10_03_drive_0034_sync 19 l\n2011_10_03/2011_10_03_drive_0034_sync 1908 r\n2011_10_03/2011_10_03_drive_0034_sync 1943 l\n2011_10_03/2011_10_03_drive_0034_sync 3740 r\n2011_10_03/2011_10_03_drive_0034_sync 4059 l\n2011_10_03/2011_10_03_drive_0034_sync 3346 l\n2011_10_03/2011_10_03_drive_0034_sync 4012 r\n2011_10_03/2011_10_03_drive_0034_sync 1090 r\n2011_10_03/2011_10_03_drive_0034_sync 4181 l\n2011_10_03/2011_10_03_drive_0034_sync 1870 r\n2011_10_03/2011_10_03_drive_0034_sync 15 l\n2011_10_03/2011_10_03_drive_0034_sync 694 l\n2011_10_03/2011_10_03_drive_0034_sync 519 l\n2011_10_03/2011_10_03_drive_0034_sync 1889 l\n2011_10_03/2011_10_03_drive_0034_sync 3901 r\n2011_10_03/2011_10_03_drive_0034_sync 679 r\n2011_10_03/2011_10_03_drive_0034_sync 280 r\n2011_10_03/2011_10_03_drive_0034_sync 1535 l\n2011_10_03/2011_10_03_drive_0034_sync 756 l\n2011_10_03/2011_10_03_drive_0034_sync 1379 l\n2011_10_03/2011_10_03_drive_0034_sync 1892 r\n2011_10_03/2011_10_03_drive_0034_sync 1840 r\n2011_10_03/2011_10_03_drive_0034_sync 3211 r\n2011_10_03/2011_10_03_drive_0034_sync 2740 r\n2011_10_03/2011_10_03_drive_0034_sync 4298 l\n2011_10_03/2011_10_03_drive_0034_sync 2439 l\n2011_10_03/2011_10_03_drive_0034_sync 2108 r\n2011_10_03/2011_10_03_drive_0034_sync 1842 r\n2011_10_03/2011_10_03_drive_0034_sync 467 l\n2011_10_03/2011_10_03_drive_0034_sync 3240 l\n2011_10_03/2011_10_03_drive_0034_sync 1934 r\n2011_10_03/2011_10_03_drive_0034_sync 4492 l\n2011_10_03/2011_10_03_drive_0034_sync 528 r\n2011_10_03/2011_10_03_drive_0034_sync 780 r\n2011_10_03/2011_10_03_drive_0034_sync 3737 r\n2011_10_03/2011_10_03_drive_0034_sync 3024 l\n2011_10_03/2011_10_03_drive_0034_sync 4495 r\n2011_10_03/2011_10_03_drive_0034_sync 1029 r\n2011_10_03/2011_10_03_drive_0034_sync 4648 r\n2011_10_03/2011_10_03_drive_0034_sync 2160 r\n2011_10_03/2011_10_03_drive_0034_sync 3197 r\n2011_10_03/2011_10_03_drive_0034_sync 3411 r\n2011_10_03/2011_10_03_drive_0034_sync 2453 r\n2011_10_03/2011_10_03_drive_0034_sync 2155 l\n2011_10_03/2011_10_03_drive_0034_sync 417 l\n2011_10_03/2011_10_03_drive_0034_sync 3310 l\n2011_10_03/2011_10_03_drive_0034_sync 2233 r\n2011_10_03/2011_10_03_drive_0034_sync 3321 l\n2011_10_03/2011_10_03_drive_0034_sync 2123 l\n2011_10_03/2011_10_03_drive_0034_sync 234 l\n2011_10_03/2011_10_03_drive_0034_sync 4577 r\n2011_10_03/2011_10_03_drive_0034_sync 3914 l\n2011_10_03/2011_10_03_drive_0034_sync 2112 l\n2011_10_03/2011_10_03_drive_0034_sync 860 r\n2011_10_03/2011_10_03_drive_0034_sync 819 r\n2011_10_03/2011_10_03_drive_0034_sync 3043 l\n2011_10_03/2011_10_03_drive_0034_sync 2057 l\n2011_10_03/2011_10_03_drive_0034_sync 2641 l\n2011_10_03/2011_10_03_drive_0034_sync 2789 r\n2011_10_03/2011_10_03_drive_0034_sync 55 r\n2011_10_03/2011_10_03_drive_0034_sync 3387 r\n2011_10_03/2011_10_03_drive_0034_sync 832 l\n2011_10_03/2011_10_03_drive_0034_sync 4397 l\n2011_10_03/2011_10_03_drive_0034_sync 1828 l\n2011_10_03/2011_10_03_drive_0034_sync 1353 r\n2011_10_03/2011_10_03_drive_0034_sync 867 r\n2011_10_03/2011_10_03_drive_0034_sync 4335 l\n2011_10_03/2011_10_03_drive_0034_sync 1744 r\n2011_10_03/2011_10_03_drive_0034_sync 419 r\n2011_10_03/2011_10_03_drive_0034_sync 1308 l\n2011_10_03/2011_10_03_drive_0034_sync 2687 l\n2011_10_03/2011_10_03_drive_0034_sync 3590 r\n2011_10_03/2011_10_03_drive_0034_sync 1636 l\n2011_10_03/2011_10_03_drive_0034_sync 3133 r\n2011_10_03/2011_10_03_drive_0034_sync 1826 r\n2011_10_03/2011_10_03_drive_0034_sync 3750 r\n2011_10_03/2011_10_03_drive_0034_sync 3057 r\n2011_10_03/2011_10_03_drive_0034_sync 500 l\n2011_10_03/2011_10_03_drive_0034_sync 3195 l\n2011_10_03/2011_10_03_drive_0034_sync 2349 r\n2011_10_03/2011_10_03_drive_0034_sync 1912 l\n2011_10_03/2011_10_03_drive_0034_sync 1578 l\n2011_10_03/2011_10_03_drive_0034_sync 2255 r\n2011_10_03/2011_10_03_drive_0034_sync 3102 r\n2011_10_03/2011_10_03_drive_0034_sync 553 r\n2011_10_03/2011_10_03_drive_0034_sync 3062 l\n2011_10_03/2011_10_03_drive_0034_sync 1242 l\n2011_10_03/2011_10_03_drive_0034_sync 3735 r\n2011_10_03/2011_10_03_drive_0034_sync 2258 l\n2011_10_03/2011_10_03_drive_0034_sync 4238 l\n2011_10_03/2011_10_03_drive_0034_sync 242 l\n2011_10_03/2011_10_03_drive_0034_sync 1818 l\n2011_10_03/2011_10_03_drive_0034_sync 3457 l\n2011_10_03/2011_10_03_drive_0034_sync 2091 l\n2011_10_03/2011_10_03_drive_0034_sync 3639 l\n2011_10_03/2011_10_03_drive_0034_sync 2243 l\n2011_10_03/2011_10_03_drive_0034_sync 3796 l\n2011_10_03/2011_10_03_drive_0034_sync 2276 l\n2011_10_03/2011_10_03_drive_0034_sync 3234 l\n2011_10_03/2011_10_03_drive_0034_sync 1704 l\n2011_10_03/2011_10_03_drive_0034_sync 1125 l\n2011_10_03/2011_10_03_drive_0034_sync 2577 l\n2011_10_03/2011_10_03_drive_0034_sync 695 r\n2011_10_03/2011_10_03_drive_0034_sync 3425 l\n2011_10_03/2011_10_03_drive_0034_sync 440 l\n2011_10_03/2011_10_03_drive_0034_sync 501 l\n2011_10_03/2011_10_03_drive_0034_sync 1446 l\n2011_10_03/2011_10_03_drive_0034_sync 4380 r\n2011_10_03/2011_10_03_drive_0034_sync 478 l\n2011_10_03/2011_10_03_drive_0034_sync 3448 r\n2011_10_03/2011_10_03_drive_0034_sync 549 r\n2011_10_03/2011_10_03_drive_0034_sync 3036 l\n2011_10_03/2011_10_03_drive_0034_sync 4380 l\n2011_10_03/2011_10_03_drive_0034_sync 512 l\n2011_10_03/2011_10_03_drive_0034_sync 3236 r\n2011_10_03/2011_10_03_drive_0034_sync 1455 r\n2011_10_03/2011_10_03_drive_0034_sync 1907 l\n2011_10_03/2011_10_03_drive_0034_sync 1706 r\n2011_10_03/2011_10_03_drive_0034_sync 1567 l\n2011_10_03/2011_10_03_drive_0034_sync 504 r\n2011_10_03/2011_10_03_drive_0034_sync 2243 r\n2011_10_03/2011_10_03_drive_0034_sync 3287 r\n2011_10_03/2011_10_03_drive_0034_sync 1133 r\n2011_10_03/2011_10_03_drive_0034_sync 2839 r\n2011_10_03/2011_10_03_drive_0034_sync 414 r\n2011_10_03/2011_10_03_drive_0034_sync 1731 l\n2011_10_03/2011_10_03_drive_0034_sync 2263 r\n2011_10_03/2011_10_03_drive_0034_sync 217 r\n2011_10_03/2011_10_03_drive_0034_sync 2651 r\n2011_10_03/2011_10_03_drive_0034_sync 3726 r\n2011_10_03/2011_10_03_drive_0034_sync 3611 r\n2011_10_03/2011_10_03_drive_0034_sync 1873 r\n2011_10_03/2011_10_03_drive_0034_sync 4553 l\n2011_10_03/2011_10_03_drive_0034_sync 3620 l\n2011_10_03/2011_10_03_drive_0034_sync 4559 l\n2011_10_03/2011_10_03_drive_0034_sync 2334 r\n2011_10_03/2011_10_03_drive_0034_sync 4225 l\n2011_10_03/2011_10_03_drive_0034_sync 243 l\n2011_10_03/2011_10_03_drive_0034_sync 2741 r\n2011_10_03/2011_10_03_drive_0034_sync 3820 r\n2011_10_03/2011_10_03_drive_0034_sync 179 r\n2011_10_03/2011_10_03_drive_0034_sync 1677 r\n2011_10_03/2011_10_03_drive_0034_sync 3488 l\n2011_10_03/2011_10_03_drive_0034_sync 3699 l\n2011_10_03/2011_10_03_drive_0034_sync 3483 r\n2011_10_03/2011_10_03_drive_0034_sync 1194 l\n2011_10_03/2011_10_03_drive_0034_sync 4134 r\n2011_10_03/2011_10_03_drive_0034_sync 942 l\n2011_10_03/2011_10_03_drive_0034_sync 3964 r\n2011_10_03/2011_10_03_drive_0034_sync 1288 r\n2011_10_03/2011_10_03_drive_0034_sync 1388 l\n2011_10_03/2011_10_03_drive_0034_sync 1122 r\n2011_10_03/2011_10_03_drive_0034_sync 1173 l\n2011_10_03/2011_10_03_drive_0034_sync 3615 l\n2011_10_03/2011_10_03_drive_0034_sync 663 l\n2011_10_03/2011_10_03_drive_0034_sync 1867 r\n2011_10_03/2011_10_03_drive_0034_sync 1292 r\n2011_10_03/2011_10_03_drive_0034_sync 4492 r\n2011_10_03/2011_10_03_drive_0034_sync 3205 l\n2011_10_03/2011_10_03_drive_0034_sync 2800 r\n2011_10_03/2011_10_03_drive_0034_sync 4525 r\n2011_10_03/2011_10_03_drive_0034_sync 3172 r\n2011_10_03/2011_10_03_drive_0034_sync 2777 r\n2011_10_03/2011_10_03_drive_0034_sync 589 r\n2011_10_03/2011_10_03_drive_0034_sync 2211 l\n2011_10_03/2011_10_03_drive_0034_sync 1965 r\n2011_10_03/2011_10_03_drive_0034_sync 2350 l\n2011_10_03/2011_10_03_drive_0034_sync 2767 r\n2011_10_03/2011_10_03_drive_0034_sync 212 r\n2011_10_03/2011_10_03_drive_0034_sync 1899 r\n2011_10_03/2011_10_03_drive_0034_sync 3162 r\n2011_10_03/2011_10_03_drive_0034_sync 601 l\n2011_10_03/2011_10_03_drive_0034_sync 2282 r\n2011_10_03/2011_10_03_drive_0034_sync 941 l\n2011_10_03/2011_10_03_drive_0034_sync 4205 r\n2011_10_03/2011_10_03_drive_0034_sync 3160 r\n2011_10_03/2011_10_03_drive_0034_sync 441 r\n2011_10_03/2011_10_03_drive_0034_sync 18 r\n2011_10_03/2011_10_03_drive_0034_sync 2482 l\n2011_10_03/2011_10_03_drive_0034_sync 3838 r\n2011_10_03/2011_10_03_drive_0034_sync 2956 r\n2011_10_03/2011_10_03_drive_0034_sync 2402 l\n2011_10_03/2011_10_03_drive_0034_sync 1365 l\n2011_10_03/2011_10_03_drive_0034_sync 1200 r\n2011_10_03/2011_10_03_drive_0034_sync 1873 l\n2011_10_03/2011_10_03_drive_0034_sync 1211 l\n2011_10_03/2011_10_03_drive_0034_sync 3392 l\n2011_10_03/2011_10_03_drive_0034_sync 1043 r\n2011_10_03/2011_10_03_drive_0034_sync 3937 r\n2011_10_03/2011_10_03_drive_0034_sync 1363 l\n2011_10_03/2011_10_03_drive_0034_sync 3690 l\n2011_10_03/2011_10_03_drive_0034_sync 3687 l\n2011_10_03/2011_10_03_drive_0034_sync 1977 l\n2011_10_03/2011_10_03_drive_0034_sync 1502 l\n2011_10_03/2011_10_03_drive_0034_sync 1154 r\n2011_10_03/2011_10_03_drive_0034_sync 4398 r\n2011_10_03/2011_10_03_drive_0034_sync 2067 r\n2011_10_03/2011_10_03_drive_0034_sync 2658 l\n2011_10_03/2011_10_03_drive_0034_sync 527 l\n2011_10_03/2011_10_03_drive_0034_sync 4062 r\n2011_10_03/2011_10_03_drive_0034_sync 3004 r\n2011_10_03/2011_10_03_drive_0034_sync 2835 r\n2011_10_03/2011_10_03_drive_0034_sync 90 r\n2011_10_03/2011_10_03_drive_0034_sync 3835 r\n2011_10_03/2011_10_03_drive_0034_sync 1203 l\n2011_10_03/2011_10_03_drive_0034_sync 4497 r\n2011_10_03/2011_10_03_drive_0034_sync 3470 r\n2011_10_03/2011_10_03_drive_0034_sync 1752 l\n2011_10_03/2011_10_03_drive_0034_sync 3352 r\n2011_10_03/2011_10_03_drive_0034_sync 2946 r\n2011_10_03/2011_10_03_drive_0034_sync 3312 r\n2011_10_03/2011_10_03_drive_0034_sync 3722 r\n2011_10_03/2011_10_03_drive_0034_sync 234 r\n2011_10_03/2011_10_03_drive_0034_sync 2096 l\n2011_10_03/2011_10_03_drive_0034_sync 4515 l\n2011_10_03/2011_10_03_drive_0034_sync 2151 l\n2011_10_03/2011_10_03_drive_0034_sync 4643 l\n2011_10_03/2011_10_03_drive_0034_sync 626 l\n2011_10_03/2011_10_03_drive_0034_sync 2177 r\n2011_10_03/2011_10_03_drive_0034_sync 4393 l\n2011_10_03/2011_10_03_drive_0034_sync 160 r\n2011_10_03/2011_10_03_drive_0034_sync 284 r\n2011_10_03/2011_10_03_drive_0034_sync 888 l\n2011_10_03/2011_10_03_drive_0034_sync 3540 l\n2011_10_03/2011_10_03_drive_0034_sync 3057 l\n2011_10_03/2011_10_03_drive_0034_sync 3661 l\n2011_10_03/2011_10_03_drive_0034_sync 824 l\n2011_10_03/2011_10_03_drive_0034_sync 1451 r\n2011_10_03/2011_10_03_drive_0034_sync 855 r\n2011_10_03/2011_10_03_drive_0034_sync 316 l\n2011_10_03/2011_10_03_drive_0034_sync 4289 l\n2011_10_03/2011_10_03_drive_0034_sync 1352 l\n2011_10_03/2011_10_03_drive_0034_sync 2525 r\n2011_10_03/2011_10_03_drive_0034_sync 807 r\n2011_10_03/2011_10_03_drive_0034_sync 2344 r\n2011_10_03/2011_10_03_drive_0034_sync 3953 l\n2011_10_03/2011_10_03_drive_0034_sync 658 r\n2011_10_03/2011_10_03_drive_0034_sync 4120 l\n2011_10_03/2011_10_03_drive_0034_sync 4180 r\n2011_10_03/2011_10_03_drive_0034_sync 4388 l\n2011_10_03/2011_10_03_drive_0034_sync 4129 l\n2011_10_03/2011_10_03_drive_0034_sync 935 l\n2011_10_03/2011_10_03_drive_0034_sync 3398 r\n2011_10_03/2011_10_03_drive_0034_sync 1827 l\n2011_10_03/2011_10_03_drive_0034_sync 1829 r\n2011_10_03/2011_10_03_drive_0034_sync 1091 r\n2011_10_03/2011_10_03_drive_0034_sync 449 l\n2011_10_03/2011_10_03_drive_0034_sync 109 r\n2011_10_03/2011_10_03_drive_0034_sync 3979 r\n2011_10_03/2011_10_03_drive_0034_sync 2223 r\n2011_10_03/2011_10_03_drive_0034_sync 1891 l\n2011_10_03/2011_10_03_drive_0034_sync 3565 l\n2011_10_03/2011_10_03_drive_0034_sync 2753 l\n2011_10_03/2011_10_03_drive_0034_sync 485 r\n2011_10_03/2011_10_03_drive_0034_sync 297 r\n2011_10_03/2011_10_03_drive_0034_sync 2503 l\n2011_10_03/2011_10_03_drive_0034_sync 88 r\n2011_10_03/2011_10_03_drive_0034_sync 4097 l\n2011_10_03/2011_10_03_drive_0034_sync 2655 l\n2011_10_03/2011_10_03_drive_0034_sync 522 r\n2011_10_03/2011_10_03_drive_0034_sync 2315 r\n2011_10_03/2011_10_03_drive_0034_sync 185 l\n2011_10_03/2011_10_03_drive_0034_sync 4420 r\n2011_10_03/2011_10_03_drive_0034_sync 1944 r\n2011_10_03/2011_10_03_drive_0034_sync 1379 r\n2011_10_03/2011_10_03_drive_0034_sync 258 l\n2011_10_03/2011_10_03_drive_0034_sync 4027 r\n2011_10_03/2011_10_03_drive_0034_sync 1334 r\n2011_10_03/2011_10_03_drive_0034_sync 2330 r\n2011_10_03/2011_10_03_drive_0034_sync 2386 r\n2011_10_03/2011_10_03_drive_0034_sync 328 r\n2011_10_03/2011_10_03_drive_0034_sync 1629 l\n2011_10_03/2011_10_03_drive_0034_sync 3336 l\n2011_10_03/2011_10_03_drive_0034_sync 4515 r\n2011_10_03/2011_10_03_drive_0034_sync 4466 r\n2011_10_03/2011_10_03_drive_0034_sync 1543 r\n2011_10_03/2011_10_03_drive_0034_sync 2703 r\n2011_10_03/2011_10_03_drive_0034_sync 1381 l\n2011_10_03/2011_10_03_drive_0034_sync 3490 r\n2011_10_03/2011_10_03_drive_0034_sync 934 r\n2011_10_03/2011_10_03_drive_0034_sync 2103 r\n2011_10_03/2011_10_03_drive_0034_sync 2186 r\n2011_10_03/2011_10_03_drive_0034_sync 899 l\n2011_10_03/2011_10_03_drive_0034_sync 1574 r\n2011_10_03/2011_10_03_drive_0034_sync 4259 r\n2011_10_03/2011_10_03_drive_0034_sync 1929 r\n2011_10_03/2011_10_03_drive_0034_sync 832 r\n2011_10_03/2011_10_03_drive_0034_sync 4520 l\n2011_10_03/2011_10_03_drive_0034_sync 3020 l\n2011_10_03/2011_10_03_drive_0034_sync 2550 l\n2011_10_03/2011_10_03_drive_0034_sync 1157 r\n2011_10_03/2011_10_03_drive_0034_sync 3147 l\n2011_10_03/2011_10_03_drive_0034_sync 3429 r\n2011_10_03/2011_10_03_drive_0034_sync 1732 l\n2011_10_03/2011_10_03_drive_0034_sync 4478 r\n2011_10_03/2011_10_03_drive_0034_sync 3659 l\n2011_10_03/2011_10_03_drive_0034_sync 2812 r\n2011_10_03/2011_10_03_drive_0034_sync 4158 r\n2011_10_03/2011_10_03_drive_0034_sync 4222 r\n2011_10_03/2011_10_03_drive_0034_sync 1953 l\n2011_10_03/2011_10_03_drive_0034_sync 1675 l\n2011_10_03/2011_10_03_drive_0034_sync 2691 l\n2011_10_03/2011_10_03_drive_0034_sync 661 l\n2011_10_03/2011_10_03_drive_0034_sync 4252 r\n2011_10_03/2011_10_03_drive_0034_sync 1385 l\n2011_10_03/2011_10_03_drive_0034_sync 3375 r\n2011_10_03/2011_10_03_drive_0034_sync 1832 l\n2011_10_03/2011_10_03_drive_0034_sync 1411 l\n2011_10_03/2011_10_03_drive_0034_sync 2303 l\n2011_10_03/2011_10_03_drive_0034_sync 3569 l\n2011_10_03/2011_10_03_drive_0034_sync 4112 l\n2011_10_03/2011_10_03_drive_0034_sync 558 r\n2011_10_03/2011_10_03_drive_0034_sync 3135 l\n2011_10_03/2011_10_03_drive_0034_sync 1795 r\n2011_10_03/2011_10_03_drive_0034_sync 4386 r\n2011_10_03/2011_10_03_drive_0034_sync 1555 r\n2011_10_03/2011_10_03_drive_0034_sync 273 l\n2011_10_03/2011_10_03_drive_0034_sync 3829 l\n2011_10_03/2011_10_03_drive_0034_sync 853 r\n2011_10_03/2011_10_03_drive_0034_sync 23 r\n2011_10_03/2011_10_03_drive_0034_sync 2000 r\n2011_10_03/2011_10_03_drive_0034_sync 701 r\n2011_10_03/2011_10_03_drive_0034_sync 611 l\n2011_10_03/2011_10_03_drive_0034_sync 548 l\n2011_10_03/2011_10_03_drive_0034_sync 2128 r\n2011_10_03/2011_10_03_drive_0034_sync 2631 l\n2011_10_03/2011_10_03_drive_0034_sync 1720 r\n2011_10_03/2011_10_03_drive_0034_sync 188 r\n2011_10_03/2011_10_03_drive_0034_sync 3543 r\n2011_10_03/2011_10_03_drive_0034_sync 1456 r\n2011_10_03/2011_10_03_drive_0034_sync 3337 r\n2011_10_03/2011_10_03_drive_0034_sync 2086 r\n2011_10_03/2011_10_03_drive_0034_sync 4093 r\n2011_10_03/2011_10_03_drive_0034_sync 2007 l\n2011_10_03/2011_10_03_drive_0034_sync 1741 l\n2011_10_03/2011_10_03_drive_0034_sync 1198 l\n2011_10_03/2011_10_03_drive_0034_sync 1444 l\n2011_10_03/2011_10_03_drive_0034_sync 3761 l\n2011_10_03/2011_10_03_drive_0034_sync 292 r\n2011_10_03/2011_10_03_drive_0034_sync 2012 r\n2011_10_03/2011_10_03_drive_0034_sync 638 l\n2011_10_03/2011_10_03_drive_0034_sync 3332 l\n2011_10_03/2011_10_03_drive_0034_sync 2252 r\n2011_10_03/2011_10_03_drive_0034_sync 2855 l\n2011_10_03/2011_10_03_drive_0034_sync 4163 r\n2011_10_03/2011_10_03_drive_0034_sync 4569 r\n2011_10_03/2011_10_03_drive_0034_sync 672 l\n2011_10_03/2011_10_03_drive_0034_sync 1612 r\n2011_10_03/2011_10_03_drive_0034_sync 2993 l\n2011_10_03/2011_10_03_drive_0034_sync 3692 r\n2011_10_03/2011_10_03_drive_0034_sync 4184 l\n2011_10_03/2011_10_03_drive_0034_sync 4280 r\n2011_10_03/2011_10_03_drive_0034_sync 1156 r\n2011_10_03/2011_10_03_drive_0034_sync 4155 l\n2011_10_03/2011_10_03_drive_0034_sync 2612 l\n2011_10_03/2011_10_03_drive_0034_sync 1116 r\n2011_10_03/2011_10_03_drive_0034_sync 1581 r\n2011_10_03/2011_10_03_drive_0034_sync 4575 r\n2011_10_03/2011_10_03_drive_0034_sync 1614 l\n2011_10_03/2011_10_03_drive_0034_sync 3887 l\n2011_10_03/2011_10_03_drive_0034_sync 3492 l\n2011_10_03/2011_10_03_drive_0034_sync 1537 r\n2011_10_03/2011_10_03_drive_0034_sync 3931 l\n2011_10_03/2011_10_03_drive_0034_sync 1582 l\n2011_10_03/2011_10_03_drive_0034_sync 3084 r\n2011_10_03/2011_10_03_drive_0034_sync 2191 r\n2011_10_03/2011_10_03_drive_0034_sync 1124 l\n2011_10_03/2011_10_03_drive_0034_sync 2351 l\n2011_10_03/2011_10_03_drive_0034_sync 2953 r\n2011_10_03/2011_10_03_drive_0034_sync 719 r\n2011_10_03/2011_10_03_drive_0034_sync 2791 l\n2011_10_03/2011_10_03_drive_0034_sync 3975 l\n2011_10_03/2011_10_03_drive_0034_sync 354 r\n2011_10_03/2011_10_03_drive_0034_sync 2518 r\n2011_10_03/2011_10_03_drive_0034_sync 1575 r\n2011_10_03/2011_10_03_drive_0034_sync 3436 l\n2011_10_03/2011_10_03_drive_0034_sync 435 r\n2011_10_03/2011_10_03_drive_0034_sync 819 l\n2011_10_03/2011_10_03_drive_0034_sync 3783 r\n2011_10_03/2011_10_03_drive_0034_sync 2984 r\n2011_10_03/2011_10_03_drive_0034_sync 3339 r\n2011_10_03/2011_10_03_drive_0034_sync 3163 l\n2011_10_03/2011_10_03_drive_0034_sync 2731 l\n2011_10_03/2011_10_03_drive_0034_sync 3718 r\n2011_10_03/2011_10_03_drive_0034_sync 981 l\n2011_10_03/2011_10_03_drive_0034_sync 4523 l\n2011_10_03/2011_10_03_drive_0034_sync 4315 l\n2011_10_03/2011_10_03_drive_0034_sync 904 l\n2011_10_03/2011_10_03_drive_0034_sync 712 r\n2011_10_03/2011_10_03_drive_0034_sync 570 r\n2011_10_03/2011_10_03_drive_0034_sync 4514 l\n2011_10_03/2011_10_03_drive_0034_sync 4412 l\n2011_10_03/2011_10_03_drive_0034_sync 2152 l\n2011_10_03/2011_10_03_drive_0034_sync 4246 l\n2011_10_03/2011_10_03_drive_0034_sync 3981 r\n2011_10_03/2011_10_03_drive_0034_sync 2646 r\n2011_10_03/2011_10_03_drive_0034_sync 4333 l\n2011_10_03/2011_10_03_drive_0034_sync 2069 l\n2011_10_03/2011_10_03_drive_0034_sync 100 r\n2011_10_03/2011_10_03_drive_0034_sync 1198 r\n2011_10_03/2011_10_03_drive_0034_sync 2117 r\n2011_10_03/2011_10_03_drive_0034_sync 2977 l\n2011_10_03/2011_10_03_drive_0034_sync 1438 r\n2011_10_03/2011_10_03_drive_0034_sync 2592 l\n2011_10_03/2011_10_03_drive_0034_sync 1637 r\n2011_10_03/2011_10_03_drive_0034_sync 4070 l\n2011_10_03/2011_10_03_drive_0034_sync 2659 r\n2011_10_03/2011_10_03_drive_0034_sync 2925 l\n2011_10_03/2011_10_03_drive_0034_sync 4352 r\n2011_10_03/2011_10_03_drive_0034_sync 1940 r\n2011_10_03/2011_10_03_drive_0034_sync 1236 l\n2011_10_03/2011_10_03_drive_0034_sync 1859 r\n2011_10_03/2011_10_03_drive_0034_sync 2832 l\n2011_10_03/2011_10_03_drive_0034_sync 2537 l\n2011_10_03/2011_10_03_drive_0034_sync 1238 r\n2011_10_03/2011_10_03_drive_0034_sync 1023 l\n2011_10_03/2011_10_03_drive_0034_sync 1950 l\n2011_10_03/2011_10_03_drive_0034_sync 3808 l\n2011_10_03/2011_10_03_drive_0034_sync 2225 l\n2011_10_03/2011_10_03_drive_0034_sync 982 l\n2011_10_03/2011_10_03_drive_0034_sync 941 r\n2011_10_03/2011_10_03_drive_0034_sync 1155 r\n2011_10_03/2011_10_03_drive_0034_sync 1081 r\n2011_10_03/2011_10_03_drive_0034_sync 2987 l\n2011_10_03/2011_10_03_drive_0034_sync 842 l\n2011_10_03/2011_10_03_drive_0034_sync 3194 r\n2011_10_03/2011_10_03_drive_0034_sync 2387 l\n2011_10_03/2011_10_03_drive_0034_sync 1938 r\n2011_10_03/2011_10_03_drive_0034_sync 2363 l\n2011_10_03/2011_10_03_drive_0034_sync 4344 l\n2011_10_03/2011_10_03_drive_0034_sync 851 l\n2011_10_03/2011_10_03_drive_0034_sync 2952 l\n2011_10_03/2011_10_03_drive_0034_sync 2507 l\n2011_10_03/2011_10_03_drive_0034_sync 4121 r\n2011_10_03/2011_10_03_drive_0034_sync 736 l\n2011_10_03/2011_10_03_drive_0034_sync 1822 l\n2011_10_03/2011_10_03_drive_0034_sync 566 l\n2011_10_03/2011_10_03_drive_0034_sync 974 r\n2011_10_03/2011_10_03_drive_0034_sync 3263 r\n2011_10_03/2011_10_03_drive_0034_sync 2881 l\n2011_10_03/2011_10_03_drive_0034_sync 4644 l\n2011_10_03/2011_10_03_drive_0034_sync 2190 r\n2011_10_03/2011_10_03_drive_0034_sync 3744 l\n2011_10_03/2011_10_03_drive_0034_sync 3029 l\n2011_10_03/2011_10_03_drive_0034_sync 1964 l\n2011_10_03/2011_10_03_drive_0034_sync 3154 l\n2011_10_03/2011_10_03_drive_0034_sync 1768 r\n2011_10_03/2011_10_03_drive_0034_sync 4400 r\n2011_10_03/2011_10_03_drive_0034_sync 3027 r\n2011_10_03/2011_10_03_drive_0034_sync 3351 l\n2011_10_03/2011_10_03_drive_0034_sync 1705 l\n2011_10_03/2011_10_03_drive_0034_sync 642 r\n2011_10_03/2011_10_03_drive_0034_sync 3466 l\n2011_10_03/2011_10_03_drive_0034_sync 1792 r\n2011_10_03/2011_10_03_drive_0034_sync 1946 l\n2011_10_03/2011_10_03_drive_0034_sync 198 l\n2011_10_03/2011_10_03_drive_0034_sync 2867 l\n2011_10_03/2011_10_03_drive_0034_sync 2583 r\n2011_10_03/2011_10_03_drive_0034_sync 2815 l\n2011_10_03/2011_10_03_drive_0034_sync 3364 l\n2011_10_03/2011_10_03_drive_0034_sync 764 r\n2011_10_03/2011_10_03_drive_0034_sync 748 r\n2011_10_03/2011_10_03_drive_0034_sync 3249 r\n2011_10_03/2011_10_03_drive_0034_sync 4547 r\n2011_10_03/2011_10_03_drive_0034_sync 4283 l\n2011_10_03/2011_10_03_drive_0034_sync 3543 l\n2011_10_03/2011_10_03_drive_0034_sync 1679 r\n2011_10_03/2011_10_03_drive_0034_sync 1291 l\n2011_10_03/2011_10_03_drive_0034_sync 2389 l\n2011_10_03/2011_10_03_drive_0034_sync 2053 r\n2011_10_03/2011_10_03_drive_0034_sync 2055 r\n2011_10_03/2011_10_03_drive_0034_sync 2043 l\n2011_10_03/2011_10_03_drive_0034_sync 1421 r\n2011_10_03/2011_10_03_drive_0034_sync 2213 r\n2011_10_03/2011_10_03_drive_0034_sync 270 r\n2011_10_03/2011_10_03_drive_0034_sync 998 r\n2011_10_03/2011_10_03_drive_0034_sync 4375 l\n2011_10_03/2011_10_03_drive_0034_sync 4367 r\n2011_10_03/2011_10_03_drive_0034_sync 2517 r\n2011_10_03/2011_10_03_drive_0034_sync 1779 l\n2011_10_03/2011_10_03_drive_0034_sync 2758 r\n2011_10_03/2011_10_03_drive_0034_sync 3635 r\n2011_10_03/2011_10_03_drive_0034_sync 300 r\n2011_10_03/2011_10_03_drive_0034_sync 2006 r\n2011_10_03/2011_10_03_drive_0034_sync 3859 l\n2011_10_03/2011_10_03_drive_0034_sync 4194 l\n2011_10_03/2011_10_03_drive_0034_sync 4085 r\n2011_10_03/2011_10_03_drive_0034_sync 175 r\n2011_10_03/2011_10_03_drive_0034_sync 2065 r\n2011_10_03/2011_10_03_drive_0034_sync 2940 r\n2011_10_03/2011_10_03_drive_0034_sync 4322 r\n2011_10_03/2011_10_03_drive_0034_sync 2069 r\n2011_10_03/2011_10_03_drive_0034_sync 477 l\n2011_10_03/2011_10_03_drive_0034_sync 1009 l\n2011_10_03/2011_10_03_drive_0034_sync 4576 r\n2011_10_03/2011_10_03_drive_0034_sync 1342 r\n2011_10_03/2011_10_03_drive_0034_sync 1232 r\n2011_10_03/2011_10_03_drive_0034_sync 686 l\n2011_10_03/2011_10_03_drive_0034_sync 3497 l\n2011_10_03/2011_10_03_drive_0034_sync 898 l\n2011_10_03/2011_10_03_drive_0034_sync 3610 r\n2011_10_03/2011_10_03_drive_0034_sync 1665 l\n2011_10_03/2011_10_03_drive_0034_sync 3259 l\n2011_10_03/2011_10_03_drive_0034_sync 3901 l\n2011_10_03/2011_10_03_drive_0034_sync 3830 r\n2011_10_03/2011_10_03_drive_0034_sync 324 r\n2011_10_03/2011_10_03_drive_0034_sync 4094 r\n2011_10_03/2011_10_03_drive_0034_sync 665 l\n2011_10_03/2011_10_03_drive_0034_sync 632 r\n2011_10_03/2011_10_03_drive_0034_sync 636 l\n2011_10_03/2011_10_03_drive_0034_sync 2654 l\n2011_10_03/2011_10_03_drive_0034_sync 3721 r\n2011_10_03/2011_10_03_drive_0034_sync 4272 l\n2011_10_03/2011_10_03_drive_0034_sync 2353 r\n2011_10_03/2011_10_03_drive_0034_sync 172 r\n2011_10_03/2011_10_03_drive_0034_sync 2368 l\n2011_10_03/2011_10_03_drive_0034_sync 3106 l\n2011_10_03/2011_10_03_drive_0034_sync 2489 l\n2011_10_03/2011_10_03_drive_0034_sync 3073 l\n2011_10_03/2011_10_03_drive_0034_sync 1727 r\n2011_10_03/2011_10_03_drive_0034_sync 2240 l\n2011_10_03/2011_10_03_drive_0034_sync 309 r\n2011_10_03/2011_10_03_drive_0034_sync 632 l\n2011_10_03/2011_10_03_drive_0034_sync 2585 l\n2011_10_03/2011_10_03_drive_0034_sync 2590 r\n2011_10_03/2011_10_03_drive_0034_sync 4092 r\n2011_10_03/2011_10_03_drive_0034_sync 2084 r\n2011_10_03/2011_10_03_drive_0034_sync 1963 l\n2011_10_03/2011_10_03_drive_0034_sync 3628 r\n2011_10_03/2011_10_03_drive_0034_sync 1474 l\n2011_10_03/2011_10_03_drive_0034_sync 2505 l\n2011_10_03/2011_10_03_drive_0034_sync 3835 l\n2011_10_03/2011_10_03_drive_0034_sync 2269 l\n2011_10_03/2011_10_03_drive_0034_sync 1307 l\n2011_10_03/2011_10_03_drive_0034_sync 3406 r\n2011_10_03/2011_10_03_drive_0034_sync 495 l\n2011_10_03/2011_10_03_drive_0034_sync 4453 l\n2011_10_03/2011_10_03_drive_0034_sync 4189 r\n2011_10_03/2011_10_03_drive_0034_sync 1823 r\n2011_10_03/2011_10_03_drive_0034_sync 1965 l\n2011_10_03/2011_10_03_drive_0034_sync 556 l\n2011_10_03/2011_10_03_drive_0034_sync 3738 l\n2011_10_03/2011_10_03_drive_0034_sync 1300 r\n2011_10_03/2011_10_03_drive_0034_sync 1803 r\n2011_10_03/2011_10_03_drive_0034_sync 3772 l\n2011_10_03/2011_10_03_drive_0034_sync 3577 l\n2011_10_03/2011_10_03_drive_0034_sync 2514 r\n2011_10_03/2011_10_03_drive_0034_sync 1564 r\n2011_10_03/2011_10_03_drive_0034_sync 4159 l\n2011_10_03/2011_10_03_drive_0034_sync 4400 l\n2011_10_03/2011_10_03_drive_0034_sync 3348 r\n2011_10_03/2011_10_03_drive_0034_sync 2805 l\n2011_10_03/2011_10_03_drive_0034_sync 2878 r\n2011_10_03/2011_10_03_drive_0034_sync 462 l\n2011_10_03/2011_10_03_drive_0034_sync 3650 r\n2011_10_03/2011_10_03_drive_0034_sync 4137 l\n2011_10_03/2011_10_03_drive_0034_sync 2174 l\n2011_10_03/2011_10_03_drive_0034_sync 2897 r\n2011_10_03/2011_10_03_drive_0034_sync 1132 r\n2011_10_03/2011_10_03_drive_0034_sync 3423 l\n2011_10_03/2011_10_03_drive_0034_sync 320 l\n2011_10_03/2011_10_03_drive_0034_sync 2586 r\n2011_10_03/2011_10_03_drive_0034_sync 2593 r\n2011_10_03/2011_10_03_drive_0034_sync 1641 l\n2011_10_03/2011_10_03_drive_0034_sync 3968 l\n2011_10_03/2011_10_03_drive_0034_sync 1798 r\n2011_10_03/2011_10_03_drive_0034_sync 4256 l\n2011_10_03/2011_10_03_drive_0034_sync 2735 r\n2011_10_03/2011_10_03_drive_0034_sync 3876 l\n2011_10_03/2011_10_03_drive_0034_sync 1137 r\n2011_10_03/2011_10_03_drive_0034_sync 1461 l\n2011_10_03/2011_10_03_drive_0034_sync 670 r\n2011_10_03/2011_10_03_drive_0034_sync 412 r\n2011_10_03/2011_10_03_drive_0034_sync 1452 l\n2011_10_03/2011_10_03_drive_0034_sync 850 r\n2011_10_03/2011_10_03_drive_0034_sync 3528 l\n2011_10_03/2011_10_03_drive_0034_sync 1548 r\n2011_10_03/2011_10_03_drive_0034_sync 3982 l\n2011_10_03/2011_10_03_drive_0034_sync 3045 l\n2011_10_03/2011_10_03_drive_0034_sync 772 l\n2011_10_03/2011_10_03_drive_0034_sync 3006 r\n2011_10_03/2011_10_03_drive_0034_sync 257 r\n2011_10_03/2011_10_03_drive_0034_sync 3507 l\n2011_10_03/2011_10_03_drive_0034_sync 896 l\n2011_10_03/2011_10_03_drive_0034_sync 1615 r\n2011_10_03/2011_10_03_drive_0034_sync 265 r\n2011_10_03/2011_10_03_drive_0034_sync 3452 r\n2011_10_03/2011_10_03_drive_0034_sync 4641 l\n2011_10_03/2011_10_03_drive_0034_sync 70 r\n2011_10_03/2011_10_03_drive_0034_sync 1915 l\n2011_10_03/2011_10_03_drive_0034_sync 2250 l\n2011_10_03/2011_10_03_drive_0034_sync 472 r\n2011_10_03/2011_10_03_drive_0034_sync 1734 r\n2011_10_03/2011_10_03_drive_0034_sync 1944 l\n2011_10_03/2011_10_03_drive_0034_sync 1999 r\n2011_10_03/2011_10_03_drive_0034_sync 3131 r\n2011_10_03/2011_10_03_drive_0034_sync 2917 l\n2011_10_03/2011_10_03_drive_0034_sync 1079 l\n2011_10_03/2011_10_03_drive_0034_sync 3455 r\n2011_10_03/2011_10_03_drive_0034_sync 1201 l\n2011_10_03/2011_10_03_drive_0034_sync 4014 l\n2011_10_03/2011_10_03_drive_0034_sync 1409 l\n2011_10_03/2011_10_03_drive_0034_sync 3985 r\n2011_10_03/2011_10_03_drive_0034_sync 4046 l\n2011_10_03/2011_10_03_drive_0034_sync 3657 l\n2011_10_03/2011_10_03_drive_0034_sync 4639 l\n2011_10_03/2011_10_03_drive_0034_sync 2909 r\n2011_10_03/2011_10_03_drive_0034_sync 2183 l\n2011_10_03/2011_10_03_drive_0034_sync 2017 l\n2011_10_03/2011_10_03_drive_0034_sync 1624 r\n2011_10_03/2011_10_03_drive_0034_sync 2040 l\n2011_10_03/2011_10_03_drive_0034_sync 4367 l\n2011_10_03/2011_10_03_drive_0034_sync 3800 r\n2011_10_03/2011_10_03_drive_0034_sync 694 r\n2011_10_03/2011_10_03_drive_0034_sync 2899 l\n2011_10_03/2011_10_03_drive_0034_sync 3114 r\n2011_10_03/2011_10_03_drive_0034_sync 4134 l\n2011_10_03/2011_10_03_drive_0034_sync 963 l\n2011_10_03/2011_10_03_drive_0034_sync 960 r\n2011_10_03/2011_10_03_drive_0034_sync 4332 l\n2011_10_03/2011_10_03_drive_0034_sync 2937 l\n2011_10_03/2011_10_03_drive_0034_sync 2267 l\n2011_10_03/2011_10_03_drive_0034_sync 1795 l\n2011_10_03/2011_10_03_drive_0034_sync 2997 l\n2011_10_03/2011_10_03_drive_0034_sync 4498 l\n2011_10_03/2011_10_03_drive_0034_sync 2042 l\n2011_10_03/2011_10_03_drive_0034_sync 4153 r\n2011_10_03/2011_10_03_drive_0034_sync 2163 l\n2011_10_03/2011_10_03_drive_0034_sync 2362 r\n2011_10_03/2011_10_03_drive_0034_sync 1307 r\n2011_10_03/2011_10_03_drive_0034_sync 3452 l\n2011_10_03/2011_10_03_drive_0034_sync 113 l\n2011_10_03/2011_10_03_drive_0034_sync 1647 r\n2011_10_03/2011_10_03_drive_0034_sync 2805 r\n2011_10_03/2011_10_03_drive_0034_sync 1551 r\n2011_10_03/2011_10_03_drive_0034_sync 4582 l\n2011_10_03/2011_10_03_drive_0034_sync 444 l\n2011_10_03/2011_10_03_drive_0034_sync 2642 r\n2011_10_03/2011_10_03_drive_0034_sync 3535 l\n2011_10_03/2011_10_03_drive_0034_sync 4392 r\n2011_10_03/2011_10_03_drive_0034_sync 381 l\n2011_10_03/2011_10_03_drive_0034_sync 4567 l\n2011_10_03/2011_10_03_drive_0034_sync 4049 r\n2011_10_03/2011_10_03_drive_0034_sync 1837 l\n2011_10_03/2011_10_03_drive_0034_sync 1279 l\n2011_10_03/2011_10_03_drive_0034_sync 306 l\n2011_10_03/2011_10_03_drive_0034_sync 1813 l\n2011_10_03/2011_10_03_drive_0034_sync 717 r\n2011_10_03/2011_10_03_drive_0034_sync 4167 l\n2011_10_03/2011_10_03_drive_0034_sync 607 r\n2011_10_03/2011_10_03_drive_0034_sync 2618 l\n2011_10_03/2011_10_03_drive_0034_sync 3968 r\n2011_10_03/2011_10_03_drive_0034_sync 4568 r\n2011_10_03/2011_10_03_drive_0034_sync 1360 r\n2011_10_03/2011_10_03_drive_0034_sync 1993 l\n2011_10_03/2011_10_03_drive_0034_sync 4425 l\n2011_10_03/2011_10_03_drive_0034_sync 1772 r\n2011_10_03/2011_10_03_drive_0034_sync 4306 r\n2011_10_03/2011_10_03_drive_0034_sync 2063 r\n2011_10_03/2011_10_03_drive_0034_sync 4589 r\n2011_10_03/2011_10_03_drive_0034_sync 1576 r\n2011_10_03/2011_10_03_drive_0034_sync 1310 r\n2011_10_03/2011_10_03_drive_0034_sync 4346 l\n2011_10_03/2011_10_03_drive_0034_sync 3723 l\n2011_10_03/2011_10_03_drive_0034_sync 4389 l\n2011_10_03/2011_10_03_drive_0034_sync 4421 r\n2011_10_03/2011_10_03_drive_0034_sync 3609 l\n2011_10_03/2011_10_03_drive_0034_sync 3686 l\n2011_10_03/2011_10_03_drive_0034_sync 1469 r\n2011_10_03/2011_10_03_drive_0034_sync 3645 r\n2011_10_03/2011_10_03_drive_0034_sync 1519 l\n2011_10_03/2011_10_03_drive_0034_sync 316 r\n2011_10_03/2011_10_03_drive_0034_sync 3601 r\n2011_10_03/2011_10_03_drive_0034_sync 1686 r\n2011_10_03/2011_10_03_drive_0034_sync 2094 l\n2011_10_03/2011_10_03_drive_0034_sync 3171 r\n2011_10_03/2011_10_03_drive_0034_sync 2270 l\n2011_10_03/2011_10_03_drive_0034_sync 1871 r\n2011_10_03/2011_10_03_drive_0034_sync 1930 r\n2011_10_03/2011_10_03_drive_0034_sync 2962 r\n2011_10_03/2011_10_03_drive_0034_sync 2044 r\n2011_10_03/2011_10_03_drive_0034_sync 1826 l\n2011_10_03/2011_10_03_drive_0034_sync 1672 r\n2011_10_03/2011_10_03_drive_0034_sync 4623 l\n2011_10_03/2011_10_03_drive_0034_sync 471 r\n2011_10_03/2011_10_03_drive_0034_sync 3826 l\n2011_10_03/2011_10_03_drive_0034_sync 2556 r\n2011_10_03/2011_10_03_drive_0034_sync 2868 r\n2011_10_03/2011_10_03_drive_0034_sync 3175 l\n2011_10_03/2011_10_03_drive_0034_sync 3044 l\n2011_10_03/2011_10_03_drive_0034_sync 1450 r\n2011_10_03/2011_10_03_drive_0034_sync 3260 l\n2011_10_03/2011_10_03_drive_0034_sync 4411 l\n2011_10_03/2011_10_03_drive_0034_sync 928 r\n2011_10_03/2011_10_03_drive_0034_sync 4387 r\n2011_10_03/2011_10_03_drive_0034_sync 1900 l\n2011_10_03/2011_10_03_drive_0034_sync 3082 l\n2011_10_03/2011_10_03_drive_0034_sync 858 l\n2011_10_03/2011_10_03_drive_0034_sync 1579 r\n2011_10_03/2011_10_03_drive_0034_sync 1163 l\n2011_10_03/2011_10_03_drive_0034_sync 4633 r\n2011_10_03/2011_10_03_drive_0034_sync 924 r\n2011_10_03/2011_10_03_drive_0034_sync 2806 r\n2011_10_03/2011_10_03_drive_0034_sync 3542 r\n2011_10_03/2011_10_03_drive_0034_sync 14 r\n2011_10_03/2011_10_03_drive_0034_sync 3456 l\n2011_10_03/2011_10_03_drive_0034_sync 1436 l\n2011_10_03/2011_10_03_drive_0034_sync 4160 r\n2011_10_03/2011_10_03_drive_0034_sync 3434 l\n2011_10_03/2011_10_03_drive_0034_sync 3639 r\n2011_10_03/2011_10_03_drive_0034_sync 404 r\n2011_10_03/2011_10_03_drive_0034_sync 112 r\n2011_10_03/2011_10_03_drive_0034_sync 3786 l\n2011_10_03/2011_10_03_drive_0034_sync 653 l\n2011_10_03/2011_10_03_drive_0034_sync 37 l\n2011_10_03/2011_10_03_drive_0034_sync 2697 l\n2011_10_03/2011_10_03_drive_0034_sync 1019 l\n2011_10_03/2011_10_03_drive_0034_sync 1920 r\n2011_10_03/2011_10_03_drive_0034_sync 1693 r\n2011_10_03/2011_10_03_drive_0034_sync 2869 l\n2011_10_03/2011_10_03_drive_0034_sync 4114 r\n2011_10_03/2011_10_03_drive_0034_sync 721 r\n2011_10_03/2011_10_03_drive_0034_sync 1773 r\n2011_10_03/2011_10_03_drive_0034_sync 1900 r\n2011_10_03/2011_10_03_drive_0034_sync 876 l\n2011_10_03/2011_10_03_drive_0034_sync 2927 l\n2011_10_03/2011_10_03_drive_0034_sync 407 l\n2011_10_03/2011_10_03_drive_0034_sync 1152 l\n2011_10_03/2011_10_03_drive_0034_sync 2651 l\n2011_10_03/2011_10_03_drive_0034_sync 2807 r\n2011_10_03/2011_10_03_drive_0034_sync 1974 r\n2011_10_03/2011_10_03_drive_0034_sync 2413 r\n2011_10_03/2011_10_03_drive_0034_sync 113 r\n2011_10_03/2011_10_03_drive_0034_sync 2643 r\n2011_10_03/2011_10_03_drive_0034_sync 331 l\n2011_10_03/2011_10_03_drive_0034_sync 1395 r\n2011_10_03/2011_10_03_drive_0034_sync 1640 l\n2011_10_03/2011_10_03_drive_0034_sync 1991 r\n2011_10_03/2011_10_03_drive_0034_sync 1982 l\n2011_10_03/2011_10_03_drive_0034_sync 460 r\n2011_10_03/2011_10_03_drive_0034_sync 526 r\n2011_10_03/2011_10_03_drive_0034_sync 971 l\n2011_10_03/2011_10_03_drive_0034_sync 2199 l\n2011_10_03/2011_10_03_drive_0034_sync 2702 l\n2011_10_03/2011_10_03_drive_0034_sync 4141 r\n2011_10_03/2011_10_03_drive_0034_sync 3119 r\n2011_10_03/2011_10_03_drive_0034_sync 4552 l\n2011_10_03/2011_10_03_drive_0034_sync 691 r\n2011_10_03/2011_10_03_drive_0034_sync 3237 l\n2011_10_03/2011_10_03_drive_0034_sync 2179 r\n2011_10_03/2011_10_03_drive_0034_sync 2358 r\n2011_10_03/2011_10_03_drive_0034_sync 1315 r\n2011_10_03/2011_10_03_drive_0034_sync 733 r\n2011_10_03/2011_10_03_drive_0034_sync 4321 l\n2011_10_03/2011_10_03_drive_0034_sync 2873 l\n2011_10_03/2011_10_03_drive_0034_sync 553 l\n2011_10_03/2011_10_03_drive_0034_sync 1134 r\n2011_10_03/2011_10_03_drive_0034_sync 230 r\n2011_10_03/2011_10_03_drive_0034_sync 1918 r\n2011_10_03/2011_10_03_drive_0034_sync 4130 l\n2011_10_03/2011_10_03_drive_0034_sync 1055 l\n2011_10_03/2011_10_03_drive_0034_sync 2209 l\n2011_10_03/2011_10_03_drive_0034_sync 108 r\n2011_10_03/2011_10_03_drive_0034_sync 2434 r\n2011_10_03/2011_10_03_drive_0034_sync 2712 r\n2011_10_03/2011_10_03_drive_0034_sync 1013 r\n2011_10_03/2011_10_03_drive_0034_sync 1350 l\n2011_10_03/2011_10_03_drive_0034_sync 2554 r\n2011_10_03/2011_10_03_drive_0034_sync 2585 r\n2011_10_03/2011_10_03_drive_0034_sync 2569 l\n2011_10_03/2011_10_03_drive_0034_sync 1631 l\n2011_10_03/2011_10_03_drive_0034_sync 2867 r\n2011_10_03/2011_10_03_drive_0034_sync 4451 r\n2011_10_03/2011_10_03_drive_0034_sync 962 l\n2011_10_03/2011_10_03_drive_0034_sync 3781 l\n2011_10_03/2011_10_03_drive_0034_sync 2858 l\n2011_10_03/2011_10_03_drive_0034_sync 35 r\n2011_10_03/2011_10_03_drive_0034_sync 1244 l\n2011_10_03/2011_10_03_drive_0034_sync 2543 r\n2011_10_03/2011_10_03_drive_0034_sync 1605 l\n2011_10_03/2011_10_03_drive_0034_sync 1959 r\n2011_10_03/2011_10_03_drive_0034_sync 2720 l\n2011_10_03/2011_10_03_drive_0034_sync 1040 r\n2011_10_03/2011_10_03_drive_0034_sync 3498 l\n2011_10_03/2011_10_03_drive_0034_sync 3842 l\n2011_10_03/2011_10_03_drive_0034_sync 1674 r\n2011_10_03/2011_10_03_drive_0034_sync 420 r\n2011_10_03/2011_10_03_drive_0034_sync 1529 r\n2011_10_03/2011_10_03_drive_0034_sync 2100 l\n2011_10_03/2011_10_03_drive_0034_sync 3068 r\n2011_10_03/2011_10_03_drive_0034_sync 2145 l\n2011_10_03/2011_10_03_drive_0034_sync 1543 l\n2011_10_03/2011_10_03_drive_0034_sync 3281 l\n2011_10_03/2011_10_03_drive_0034_sync 2635 l\n2011_10_03/2011_10_03_drive_0034_sync 1364 r\n2011_10_03/2011_10_03_drive_0034_sync 756 r\n2011_10_03/2011_10_03_drive_0034_sync 2245 r\n2011_10_03/2011_10_03_drive_0034_sync 1831 r\n2011_10_03/2011_10_03_drive_0034_sync 3300 r\n2011_10_03/2011_10_03_drive_0034_sync 2528 r\n2011_10_03/2011_10_03_drive_0034_sync 1986 l\n2011_10_03/2011_10_03_drive_0034_sync 2656 r\n2011_10_03/2011_10_03_drive_0034_sync 458 l\n2011_10_03/2011_10_03_drive_0034_sync 3560 l\n2011_10_03/2011_10_03_drive_0034_sync 3289 r\n2011_10_03/2011_10_03_drive_0034_sync 2646 l\n2011_10_03/2011_10_03_drive_0034_sync 2098 l\n2011_10_03/2011_10_03_drive_0034_sync 3064 l\n2011_10_03/2011_10_03_drive_0034_sync 2638 l\n2011_10_03/2011_10_03_drive_0034_sync 2886 l\n2011_10_03/2011_10_03_drive_0034_sync 1110 l\n2011_10_03/2011_10_03_drive_0034_sync 1658 l\n2011_10_03/2011_10_03_drive_0034_sync 727 l\n2011_10_03/2011_10_03_drive_0034_sync 2184 l\n2011_10_03/2011_10_03_drive_0034_sync 4159 r\n2011_10_03/2011_10_03_drive_0034_sync 2937 r\n2011_10_03/2011_10_03_drive_0034_sync 2169 l\n2011_10_03/2011_10_03_drive_0034_sync 3909 l\n2011_10_03/2011_10_03_drive_0034_sync 3249 l\n2011_10_03/2011_10_03_drive_0034_sync 4574 l\n2011_10_03/2011_10_03_drive_0034_sync 3795 r\n2011_10_03/2011_10_03_drive_0034_sync 3473 l\n2011_10_03/2011_10_03_drive_0034_sync 4288 r\n2011_10_03/2011_10_03_drive_0034_sync 3243 r\n2011_10_03/2011_10_03_drive_0034_sync 1331 l\n2011_10_03/2011_10_03_drive_0034_sync 4410 r\n2011_10_03/2011_10_03_drive_0034_sync 1592 l\n2011_10_03/2011_10_03_drive_0034_sync 2745 l\n2011_10_03/2011_10_03_drive_0034_sync 2781 r\n2011_10_03/2011_10_03_drive_0034_sync 3054 l\n2011_10_03/2011_10_03_drive_0034_sync 1486 l\n2011_10_03/2011_10_03_drive_0034_sync 1234 r\n2011_10_03/2011_10_03_drive_0034_sync 3890 l\n2011_10_03/2011_10_03_drive_0034_sync 4582 r\n2011_10_03/2011_10_03_drive_0034_sync 4258 r\n2011_10_03/2011_10_03_drive_0034_sync 1359 l\n2011_10_03/2011_10_03_drive_0034_sync 4221 l\n2011_10_03/2011_10_03_drive_0034_sync 3023 l\n2011_10_03/2011_10_03_drive_0034_sync 3845 r\n2011_10_03/2011_10_03_drive_0034_sync 4210 l\n2011_10_03/2011_10_03_drive_0034_sync 930 l\n2011_10_03/2011_10_03_drive_0034_sync 4487 r\n2011_10_03/2011_10_03_drive_0034_sync 4651 l\n2011_10_03/2011_10_03_drive_0034_sync 2705 r\n2011_10_03/2011_10_03_drive_0034_sync 2351 r\n2011_10_03/2011_10_03_drive_0034_sync 4017 l\n2011_10_03/2011_10_03_drive_0034_sync 3950 l\n2011_10_03/2011_10_03_drive_0034_sync 163 l\n2011_10_03/2011_10_03_drive_0034_sync 326 r\n2011_10_03/2011_10_03_drive_0034_sync 1559 l\n2011_10_03/2011_10_03_drive_0034_sync 2221 r\n2011_10_03/2011_10_03_drive_0034_sync 914 r\n2011_10_03/2011_10_03_drive_0034_sync 1668 r\n2011_10_03/2011_10_03_drive_0034_sync 2182 l\n2011_10_03/2011_10_03_drive_0034_sync 3809 l\n2011_10_03/2011_10_03_drive_0034_sync 4571 r\n2011_10_03/2011_10_03_drive_0034_sync 1443 l\n2011_10_03/2011_10_03_drive_0034_sync 910 l\n2011_10_03/2011_10_03_drive_0034_sync 3500 l\n2011_10_03/2011_10_03_drive_0034_sync 1323 l\n2011_10_03/2011_10_03_drive_0034_sync 4164 l\n2011_10_03/2011_10_03_drive_0034_sync 1577 l\n2011_10_03/2011_10_03_drive_0034_sync 1440 r\n2011_10_03/2011_10_03_drive_0034_sync 208 r\n2011_10_03/2011_10_03_drive_0034_sync 2425 r\n2011_10_03/2011_10_03_drive_0034_sync 1556 r\n2011_10_03/2011_10_03_drive_0034_sync 592 l\n2011_10_03/2011_10_03_drive_0034_sync 1923 r\n2011_10_03/2011_10_03_drive_0034_sync 2051 r\n2011_10_03/2011_10_03_drive_0034_sync 106 r\n2011_10_03/2011_10_03_drive_0034_sync 3666 l\n2011_10_03/2011_10_03_drive_0034_sync 713 r\n2011_10_03/2011_10_03_drive_0034_sync 2667 r\n2011_10_03/2011_10_03_drive_0034_sync 1274 r\n2011_10_03/2011_10_03_drive_0034_sync 486 r\n2011_10_03/2011_10_03_drive_0034_sync 2061 l\n2011_10_03/2011_10_03_drive_0034_sync 730 l\n2011_10_03/2011_10_03_drive_0034_sync 801 l\n2011_10_03/2011_10_03_drive_0034_sync 3307 r\n2011_10_03/2011_10_03_drive_0034_sync 4342 r\n2011_10_03/2011_10_03_drive_0034_sync 3972 r\n2011_10_03/2011_10_03_drive_0034_sync 711 l\n2011_10_03/2011_10_03_drive_0034_sync 4640 r\n2011_10_03/2011_10_03_drive_0034_sync 3600 r\n2011_10_03/2011_10_03_drive_0034_sync 1955 l\n2011_10_03/2011_10_03_drive_0034_sync 3117 r\n2011_10_03/2011_10_03_drive_0034_sync 3825 r\n2011_10_03/2011_10_03_drive_0034_sync 795 l\n2011_10_03/2011_10_03_drive_0034_sync 4011 r\n2011_10_03/2011_10_03_drive_0034_sync 3472 l\n2011_10_03/2011_10_03_drive_0034_sync 297 l\n2011_10_03/2011_10_03_drive_0034_sync 2441 r\n2011_10_03/2011_10_03_drive_0034_sync 696 l\n2011_10_03/2011_10_03_drive_0034_sync 624 l\n2011_10_03/2011_10_03_drive_0034_sync 3847 r\n2011_10_03/2011_10_03_drive_0034_sync 1329 l\n2011_10_03/2011_10_03_drive_0034_sync 1332 r\n2011_10_03/2011_10_03_drive_0034_sync 45 l\n2011_10_03/2011_10_03_drive_0034_sync 1144 r\n2011_10_03/2011_10_03_drive_0034_sync 4501 r\n2011_10_03/2011_10_03_drive_0034_sync 2597 l\n2011_10_03/2011_10_03_drive_0034_sync 972 r\n2011_10_03/2011_10_03_drive_0034_sync 3135 r\n2011_10_03/2011_10_03_drive_0034_sync 2454 l\n2011_10_03/2011_10_03_drive_0034_sync 2989 r\n2011_10_03/2011_10_03_drive_0034_sync 3124 l\n2011_10_03/2011_10_03_drive_0034_sync 1879 r\n2011_10_03/2011_10_03_drive_0034_sync 662 r\n2011_10_03/2011_10_03_drive_0034_sync 1465 l\n2011_10_03/2011_10_03_drive_0034_sync 2364 r\n2011_10_03/2011_10_03_drive_0034_sync 1911 l\n2011_10_03/2011_10_03_drive_0034_sync 773 r\n2011_10_03/2011_10_03_drive_0034_sync 3839 l\n2011_10_03/2011_10_03_drive_0034_sync 3193 l\n2011_10_03/2011_10_03_drive_0034_sync 395 r\n2011_10_03/2011_10_03_drive_0034_sync 389 l\n2011_10_03/2011_10_03_drive_0034_sync 1487 r\n2011_10_03/2011_10_03_drive_0034_sync 1012 r\n2011_10_03/2011_10_03_drive_0034_sync 2189 l\n2011_10_03/2011_10_03_drive_0034_sync 1685 r\n2011_10_03/2011_10_03_drive_0034_sync 261 l\n2011_10_03/2011_10_03_drive_0034_sync 4126 l\n2011_10_03/2011_10_03_drive_0034_sync 4123 r\n2011_10_03/2011_10_03_drive_0034_sync 3637 r\n2011_10_03/2011_10_03_drive_0034_sync 114 r\n2011_10_03/2011_10_03_drive_0034_sync 2589 r\n2011_10_03/2011_10_03_drive_0034_sync 3612 l\n2011_10_03/2011_10_03_drive_0034_sync 789 r\n2011_10_03/2011_10_03_drive_0034_sync 4461 l\n2011_10_03/2011_10_03_drive_0034_sync 355 r\n2011_10_03/2011_10_03_drive_0034_sync 894 r\n2011_10_03/2011_10_03_drive_0034_sync 2172 l\n2011_10_03/2011_10_03_drive_0034_sync 357 l\n2011_10_03/2011_10_03_drive_0034_sync 4208 l\n2011_10_03/2011_10_03_drive_0034_sync 4187 r\n2011_10_03/2011_10_03_drive_0034_sync 2447 l\n2011_10_03/2011_10_03_drive_0034_sync 3288 l\n2011_10_03/2011_10_03_drive_0034_sync 53 r\n2011_10_03/2011_10_03_drive_0034_sync 3067 r\n2011_10_03/2011_10_03_drive_0034_sync 3746 r\n2011_10_03/2011_10_03_drive_0034_sync 3451 l\n2011_10_03/2011_10_03_drive_0034_sync 2253 r\n2011_10_03/2011_10_03_drive_0034_sync 620 r\n2011_10_03/2011_10_03_drive_0034_sync 416 r\n2011_10_03/2011_10_03_drive_0034_sync 3224 r\n2011_10_03/2011_10_03_drive_0034_sync 3919 r\n2011_10_03/2011_10_03_drive_0034_sync 2527 l\n2011_10_03/2011_10_03_drive_0034_sync 943 l\n2011_10_03/2011_10_03_drive_0034_sync 3658 r\n2011_10_03/2011_10_03_drive_0034_sync 2510 l\n2011_10_03/2011_10_03_drive_0034_sync 3341 r\n2011_10_03/2011_10_03_drive_0034_sync 1989 l\n2011_10_03/2011_10_03_drive_0034_sync 4149 r\n2011_10_03/2011_10_03_drive_0034_sync 3643 r\n2011_10_03/2011_10_03_drive_0034_sync 645 l\n2011_10_03/2011_10_03_drive_0034_sync 374 r\n2011_10_03/2011_10_03_drive_0034_sync 4572 l\n2011_10_03/2011_10_03_drive_0034_sync 227 r\n2011_10_03/2011_10_03_drive_0034_sync 732 l\n2011_10_03/2011_10_03_drive_0034_sync 199 l\n2011_10_03/2011_10_03_drive_0034_sync 1293 l\n2011_10_03/2011_10_03_drive_0034_sync 677 l\n2011_10_03/2011_10_03_drive_0034_sync 3696 l\n2011_10_03/2011_10_03_drive_0034_sync 4324 r\n2011_10_03/2011_10_03_drive_0034_sync 2189 r\n2011_10_03/2011_10_03_drive_0034_sync 2978 r\n2011_10_03/2011_10_03_drive_0034_sync 1714 l\n2011_10_03/2011_10_03_drive_0034_sync 1181 r\n2011_10_03/2011_10_03_drive_0034_sync 751 r\n2011_10_03/2011_10_03_drive_0034_sync 398 r\n2011_10_03/2011_10_03_drive_0034_sync 1262 l\n2011_10_03/2011_10_03_drive_0034_sync 1257 r\n2011_10_03/2011_10_03_drive_0034_sync 4001 r\n2011_10_03/2011_10_03_drive_0034_sync 2649 l\n2011_10_03/2011_10_03_drive_0034_sync 3651 r\n2011_10_03/2011_10_03_drive_0034_sync 2222 l\n2011_10_03/2011_10_03_drive_0034_sync 2465 l\n2011_10_03/2011_10_03_drive_0034_sync 1770 l\n2011_10_03/2011_10_03_drive_0034_sync 594 l\n2011_10_03/2011_10_03_drive_0034_sync 3532 l\n2011_10_03/2011_10_03_drive_0034_sync 2553 r\n2011_10_03/2011_10_03_drive_0034_sync 847 r\n2011_10_03/2011_10_03_drive_0034_sync 3594 r\n2011_10_03/2011_10_03_drive_0034_sync 1237 l\n2011_10_03/2011_10_03_drive_0034_sync 73 r\n2011_10_03/2011_10_03_drive_0034_sync 4480 r\n2011_10_03/2011_10_03_drive_0034_sync 4293 r\n2011_10_03/2011_10_03_drive_0034_sync 393 l\n2011_10_03/2011_10_03_drive_0034_sync 2374 r\n2011_10_03/2011_10_03_drive_0034_sync 2495 l\n2011_10_03/2011_10_03_drive_0034_sync 3776 l\n2011_10_03/2011_10_03_drive_0034_sync 2606 r\n2011_10_03/2011_10_03_drive_0034_sync 3005 r\n2011_10_03/2011_10_03_drive_0034_sync 2757 r\n2011_10_03/2011_10_03_drive_0034_sync 1089 l\n2011_10_03/2011_10_03_drive_0034_sync 2737 l\n2011_10_03/2011_10_03_drive_0034_sync 2391 r\n2011_10_03/2011_10_03_drive_0034_sync 2219 r\n2011_10_03/2011_10_03_drive_0034_sync 4206 r\n2011_10_03/2011_10_03_drive_0034_sync 1044 r\n2011_10_03/2011_10_03_drive_0034_sync 4560 r\n2011_10_03/2011_10_03_drive_0034_sync 3676 r\n2011_10_03/2011_10_03_drive_0034_sync 1324 l\n2011_10_03/2011_10_03_drive_0034_sync 2605 r\n2011_10_03/2011_10_03_drive_0034_sync 2564 l\n2011_10_03/2011_10_03_drive_0034_sync 3446 r\n2011_10_03/2011_10_03_drive_0034_sync 470 l\n2011_10_03/2011_10_03_drive_0034_sync 3382 r\n2011_10_03/2011_10_03_drive_0034_sync 4629 l\n2011_10_03/2011_10_03_drive_0034_sync 1705 r\n2011_10_03/2011_10_03_drive_0034_sync 3990 l\n2011_10_03/2011_10_03_drive_0034_sync 890 l\n2011_10_03/2011_10_03_drive_0034_sync 859 l\n2011_10_03/2011_10_03_drive_0034_sync 2553 l\n2011_10_03/2011_10_03_drive_0034_sync 96 r\n2011_10_03/2011_10_03_drive_0034_sync 4157 r\n2011_10_03/2011_10_03_drive_0034_sync 4230 l\n2011_10_03/2011_10_03_drive_0034_sync 3513 l\n2011_10_03/2011_10_03_drive_0034_sync 4211 r\n2011_10_03/2011_10_03_drive_0034_sync 2290 l\n2011_10_03/2011_10_03_drive_0034_sync 3962 l\n2011_10_03/2011_10_03_drive_0034_sync 3632 r\n2011_10_03/2011_10_03_drive_0034_sync 75 r\n2011_10_03/2011_10_03_drive_0034_sync 2275 l\n2011_10_03/2011_10_03_drive_0034_sync 1394 r\n2011_10_03/2011_10_03_drive_0034_sync 1034 r\n2011_10_03/2011_10_03_drive_0034_sync 41 r\n2011_10_03/2011_10_03_drive_0034_sync 963 r\n2011_10_03/2011_10_03_drive_0034_sync 1285 r\n2011_10_03/2011_10_03_drive_0034_sync 369 r\n2011_10_03/2011_10_03_drive_0034_sync 3293 l\n2011_10_03/2011_10_03_drive_0034_sync 2208 r\n2011_10_03/2011_10_03_drive_0034_sync 2101 r\n2011_10_03/2011_10_03_drive_0034_sync 4372 r\n2011_10_03/2011_10_03_drive_0034_sync 556 r\n2011_10_03/2011_10_03_drive_0034_sync 1640 r\n2011_10_03/2011_10_03_drive_0034_sync 4401 r\n2011_10_03/2011_10_03_drive_0034_sync 1700 l\n2011_10_03/2011_10_03_drive_0034_sync 321 l\n2011_10_03/2011_10_03_drive_0034_sync 868 r\n2011_10_03/2011_10_03_drive_0034_sync 4338 l\n2011_10_03/2011_10_03_drive_0034_sync 3948 r\n2011_10_03/2011_10_03_drive_0034_sync 4336 l\n2011_10_03/2011_10_03_drive_0034_sync 4329 r\n2011_10_03/2011_10_03_drive_0034_sync 3560 r\n2011_10_03/2011_10_03_drive_0034_sync 3315 r\n2011_10_03/2011_10_03_drive_0034_sync 4476 l\n2011_10_03/2011_10_03_drive_0034_sync 2407 l\n2011_10_03/2011_10_03_drive_0034_sync 3883 l\n2011_10_03/2011_10_03_drive_0034_sync 2678 r\n2011_10_03/2011_10_03_drive_0034_sync 2843 r\n2011_10_03/2011_10_03_drive_0034_sync 1395 l\n2011_10_03/2011_10_03_drive_0034_sync 4133 l\n2011_10_03/2011_10_03_drive_0034_sync 1781 r\n2011_10_03/2011_10_03_drive_0034_sync 2228 r\n2011_10_03/2011_10_03_drive_0034_sync 2158 r\n2011_10_03/2011_10_03_drive_0034_sync 1239 l\n2011_10_03/2011_10_03_drive_0034_sync 549 l\n2011_10_03/2011_10_03_drive_0034_sync 3203 l\n2011_10_03/2011_10_03_drive_0034_sync 256 r\n2011_10_03/2011_10_03_drive_0034_sync 588 r\n2011_10_03/2011_10_03_drive_0034_sync 169 r\n2011_10_03/2011_10_03_drive_0034_sync 2083 l\n2011_10_03/2011_10_03_drive_0034_sync 2616 l\n2011_10_03/2011_10_03_drive_0034_sync 3995 l\n2011_10_03/2011_10_03_drive_0034_sync 1673 l\n2011_10_03/2011_10_03_drive_0034_sync 4479 l\n2011_10_03/2011_10_03_drive_0034_sync 1468 r\n2011_10_03/2011_10_03_drive_0034_sync 1741 r\n2011_10_03/2011_10_03_drive_0034_sync 4656 r\n2011_10_03/2011_10_03_drive_0034_sync 1718 l\n2011_10_03/2011_10_03_drive_0034_sync 2797 r\n2011_10_03/2011_10_03_drive_0034_sync 917 l\n2011_10_03/2011_10_03_drive_0034_sync 4069 l\n2011_10_03/2011_10_03_drive_0034_sync 4079 l\n2011_10_03/2011_10_03_drive_0034_sync 216 r\n2011_10_03/2011_10_03_drive_0034_sync 947 l\n2011_10_03/2011_10_03_drive_0034_sync 2252 l\n2011_10_03/2011_10_03_drive_0034_sync 373 r\n2011_10_03/2011_10_03_drive_0034_sync 2007 r\n2011_10_03/2011_10_03_drive_0034_sync 2573 l\n2011_10_03/2011_10_03_drive_0034_sync 1916 r\n2011_10_03/2011_10_03_drive_0034_sync 878 l\n2011_10_03/2011_10_03_drive_0034_sync 1448 l\n2011_10_03/2011_10_03_drive_0034_sync 1857 l\n2011_10_03/2011_10_03_drive_0034_sync 4493 r\n2011_10_03/2011_10_03_drive_0034_sync 3399 r\n2011_10_03/2011_10_03_drive_0034_sync 1295 l\n2011_10_03/2011_10_03_drive_0034_sync 3096 l\n2011_10_03/2011_10_03_drive_0034_sync 4020 r\n2011_10_03/2011_10_03_drive_0034_sync 1714 r\n2011_10_03/2011_10_03_drive_0034_sync 4078 r\n2011_10_03/2011_10_03_drive_0034_sync 2650 r\n2011_10_03/2011_10_03_drive_0034_sync 4486 l\n2011_10_03/2011_10_03_drive_0034_sync 2118 r\n2011_10_03/2011_10_03_drive_0034_sync 2499 r\n2011_10_03/2011_10_03_drive_0034_sync 2443 l\n2011_10_03/2011_10_03_drive_0034_sync 4211 l\n2011_10_03/2011_10_03_drive_0034_sync 2679 r\n2011_10_03/2011_10_03_drive_0034_sync 3726 l\n2011_10_03/2011_10_03_drive_0034_sync 3404 l\n2011_10_03/2011_10_03_drive_0034_sync 3754 r\n2011_10_03/2011_10_03_drive_0034_sync 3343 l\n2011_10_03/2011_10_03_drive_0034_sync 3734 l\n2011_10_03/2011_10_03_drive_0034_sync 485 l\n2011_10_03/2011_10_03_drive_0034_sync 3464 l\n2011_10_03/2011_10_03_drive_0034_sync 2535 l\n2011_10_03/2011_10_03_drive_0034_sync 2009 r\n2011_10_03/2011_10_03_drive_0034_sync 3506 l\n2011_10_03/2011_10_03_drive_0034_sync 1847 l\n2011_10_03/2011_10_03_drive_0034_sync 3439 r\n2011_10_03/2011_10_03_drive_0034_sync 2714 r\n2011_10_03/2011_10_03_drive_0034_sync 3184 l\n2011_10_03/2011_10_03_drive_0034_sync 1516 r\n2011_10_03/2011_10_03_drive_0034_sync 423 r\n2011_10_03/2011_10_03_drive_0034_sync 3424 r\n2011_10_03/2011_10_03_drive_0034_sync 473 r\n2011_10_03/2011_10_03_drive_0034_sync 3596 r\n2011_10_03/2011_10_03_drive_0034_sync 2091 r\n2011_10_03/2011_10_03_drive_0034_sync 3851 r\n2011_10_03/2011_10_03_drive_0034_sync 1890 l\n2011_10_03/2011_10_03_drive_0034_sync 2548 l\n2011_10_03/2011_10_03_drive_0034_sync 4121 l\n2011_10_03/2011_10_03_drive_0034_sync 4416 r\n2011_10_03/2011_10_03_drive_0034_sync 2206 l\n2011_10_03/2011_10_03_drive_0034_sync 1193 l\n2011_10_03/2011_10_03_drive_0034_sync 3137 l\n2011_10_03/2011_10_03_drive_0034_sync 2819 r\n2011_10_03/2011_10_03_drive_0034_sync 2522 l\n2011_10_03/2011_10_03_drive_0034_sync 4339 r\n2011_10_03/2011_10_03_drive_0034_sync 201 l\n2011_10_03/2011_10_03_drive_0034_sync 579 r\n2011_10_03/2011_10_03_drive_0034_sync 1136 l\n2011_10_03/2011_10_03_drive_0034_sync 4464 l\n2011_10_03/2011_10_03_drive_0034_sync 3861 r\n2011_10_03/2011_10_03_drive_0034_sync 524 l\n2011_10_03/2011_10_03_drive_0034_sync 741 r\n2011_10_03/2011_10_03_drive_0034_sync 1031 r\n2011_10_03/2011_10_03_drive_0034_sync 2992 l\n2011_10_03/2011_10_03_drive_0034_sync 294 r\n2011_10_03/2011_10_03_drive_0034_sync 4034 r\n2011_10_03/2011_10_03_drive_0034_sync 1089 r\n2011_10_03/2011_10_03_drive_0034_sync 2109 r\n2011_10_03/2011_10_03_drive_0034_sync 2309 l\n2011_10_03/2011_10_03_drive_0034_sync 1742 l\n2011_10_03/2011_10_03_drive_0034_sync 323 l\n2011_10_03/2011_10_03_drive_0034_sync 3137 r\n2011_10_03/2011_10_03_drive_0034_sync 987 r\n2011_10_03/2011_10_03_drive_0034_sync 2126 r\n2011_10_03/2011_10_03_drive_0034_sync 1742 r\n2011_10_03/2011_10_03_drive_0034_sync 1910 l\n2011_10_03/2011_10_03_drive_0034_sync 1064 r\n2011_10_03/2011_10_03_drive_0034_sync 2813 l\n2011_10_03/2011_10_03_drive_0034_sync 3960 r\n2011_10_03/2011_10_03_drive_0034_sync 32 r\n2011_10_03/2011_10_03_drive_0034_sync 1571 r\n2011_10_03/2011_10_03_drive_0034_sync 73 l\n2011_10_03/2011_10_03_drive_0034_sync 4251 l\n2011_10_03/2011_10_03_drive_0034_sync 3605 l\n2011_10_03/2011_10_03_drive_0034_sync 539 l\n2011_10_03/2011_10_03_drive_0034_sync 1688 l\n2011_10_03/2011_10_03_drive_0034_sync 750 r\n2011_10_03/2011_10_03_drive_0034_sync 3834 r\n2011_10_03/2011_10_03_drive_0034_sync 1368 r\n2011_10_03/2011_10_03_drive_0034_sync 4631 r\n2011_10_03/2011_10_03_drive_0034_sync 2747 l\n2011_10_03/2011_10_03_drive_0034_sync 2326 l\n2011_10_03/2011_10_03_drive_0034_sync 2465 r\n2011_10_03/2011_10_03_drive_0034_sync 1358 r\n2011_10_03/2011_10_03_drive_0034_sync 1932 l\n2011_10_03/2011_10_03_drive_0034_sync 3466 r\n2011_10_03/2011_10_03_drive_0034_sync 2814 r\n2011_10_03/2011_10_03_drive_0034_sync 2297 r\n2011_10_03/2011_10_03_drive_0034_sync 3920 r\n2011_10_03/2011_10_03_drive_0034_sync 3858 l\n2011_10_03/2011_10_03_drive_0034_sync 697 l\n2011_10_03/2011_10_03_drive_0034_sync 423 l\n2011_10_03/2011_10_03_drive_0034_sync 747 r\n2011_10_03/2011_10_03_drive_0034_sync 3926 l\n2011_10_03/2011_10_03_drive_0034_sync 312 r\n2011_10_03/2011_10_03_drive_0034_sync 2152 r\n2011_10_03/2011_10_03_drive_0034_sync 1162 r\n2011_10_03/2011_10_03_drive_0034_sync 177 l\n2011_10_03/2011_10_03_drive_0034_sync 3782 r\n2011_10_03/2011_10_03_drive_0034_sync 4346 r\n2011_10_03/2011_10_03_drive_0034_sync 1057 l\n2011_10_03/2011_10_03_drive_0034_sync 964 r\n2011_10_03/2011_10_03_drive_0034_sync 3637 l\n2011_10_03/2011_10_03_drive_0034_sync 2278 l\n2011_10_03/2011_10_03_drive_0034_sync 250 r\n2011_10_03/2011_10_03_drive_0034_sync 1593 r\n2011_10_03/2011_10_03_drive_0034_sync 3526 l\n2011_10_03/2011_10_03_drive_0034_sync 430 l\n2011_10_03/2011_10_03_drive_0034_sync 3794 r\n2011_10_03/2011_10_03_drive_0034_sync 370 l\n2011_10_03/2011_10_03_drive_0034_sync 913 l\n2011_10_03/2011_10_03_drive_0034_sync 3510 l\n2011_10_03/2011_10_03_drive_0034_sync 1399 r\n2011_10_03/2011_10_03_drive_0034_sync 3129 r\n2011_10_03/2011_10_03_drive_0034_sync 3980 r\n2011_10_03/2011_10_03_drive_0034_sync 4124 r\n2011_10_03/2011_10_03_drive_0034_sync 1149 r\n2011_10_03/2011_10_03_drive_0034_sync 2224 l\n2011_10_03/2011_10_03_drive_0034_sync 1968 l\n2011_10_03/2011_10_03_drive_0034_sync 3894 r\n2011_10_03/2011_10_03_drive_0034_sync 4397 r\n2011_10_03/2011_10_03_drive_0034_sync 2088 r\n2011_10_03/2011_10_03_drive_0034_sync 325 r\n2011_10_03/2011_10_03_drive_0034_sync 2401 r\n2011_10_03/2011_10_03_drive_0034_sync 3389 l\n2011_10_03/2011_10_03_drive_0034_sync 2516 r\n2011_10_03/2011_10_03_drive_0034_sync 1191 r\n2011_10_03/2011_10_03_drive_0034_sync 4036 l\n2011_10_03/2011_10_03_drive_0034_sync 85 r\n2011_10_03/2011_10_03_drive_0034_sync 748 l\n2011_10_03/2011_10_03_drive_0034_sync 4232 l\n2011_10_03/2011_10_03_drive_0034_sync 1583 l\n2011_10_03/2011_10_03_drive_0034_sync 831 r\n2011_10_03/2011_10_03_drive_0034_sync 658 l\n2011_10_03/2011_10_03_drive_0034_sync 779 l\n2011_10_03/2011_10_03_drive_0034_sync 17 r\n2011_10_03/2011_10_03_drive_0034_sync 2250 r\n2011_10_03/2011_10_03_drive_0034_sync 1161 r\n2011_10_03/2011_10_03_drive_0034_sync 2976 l\n2011_10_03/2011_10_03_drive_0034_sync 2269 r\n2011_10_03/2011_10_03_drive_0034_sync 438 l\n2011_10_03/2011_10_03_drive_0034_sync 1805 r\n2011_10_03/2011_10_03_drive_0034_sync 2913 l\n2011_10_03/2011_10_03_drive_0034_sync 4161 r\n2011_10_03/2011_10_03_drive_0034_sync 1106 l\n2011_10_03/2011_10_03_drive_0034_sync 3522 r\n2011_10_03/2011_10_03_drive_0034_sync 3477 r\n2011_10_03/2011_10_03_drive_0034_sync 1261 r\n2011_10_03/2011_10_03_drive_0034_sync 176 l\n2011_10_03/2011_10_03_drive_0034_sync 777 r\n2011_10_03/2011_10_03_drive_0034_sync 3471 r\n2011_10_03/2011_10_03_drive_0034_sync 1406 l\n2011_10_03/2011_10_03_drive_0034_sync 3896 r\n2011_10_03/2011_10_03_drive_0034_sync 1743 l\n2011_10_03/2011_10_03_drive_0034_sync 3873 r\n2011_10_03/2011_10_03_drive_0034_sync 511 l\n2011_10_03/2011_10_03_drive_0034_sync 784 r\n2011_10_03/2011_10_03_drive_0034_sync 1067 l\n2011_10_03/2011_10_03_drive_0034_sync 1093 l\n2011_10_03/2011_10_03_drive_0034_sync 3925 r\n2011_10_03/2011_10_03_drive_0034_sync 1285 l\n2011_10_03/2011_10_03_drive_0034_sync 2108 l\n2011_10_03/2011_10_03_drive_0034_sync 905 l\n2011_10_03/2011_10_03_drive_0034_sync 20 l\n2011_10_03/2011_10_03_drive_0034_sync 318 r\n2011_10_03/2011_10_03_drive_0034_sync 3509 l\n2011_10_03/2011_10_03_drive_0034_sync 4239 r\n2011_10_03/2011_10_03_drive_0034_sync 2176 r\n2011_10_03/2011_10_03_drive_0034_sync 772 r\n2011_10_03/2011_10_03_drive_0034_sync 1254 l\n2011_10_03/2011_10_03_drive_0034_sync 3088 r\n2011_10_03/2011_10_03_drive_0034_sync 2227 l\n2011_10_03/2011_10_03_drive_0034_sync 3355 r\n2011_10_03/2011_10_03_drive_0034_sync 168 r\n2011_10_03/2011_10_03_drive_0034_sync 1831 l\n2011_10_03/2011_10_03_drive_0034_sync 1269 l\n2011_10_03/2011_10_03_drive_0034_sync 1909 r\n2011_10_03/2011_10_03_drive_0034_sync 3139 r\n2011_10_03/2011_10_03_drive_0034_sync 3838 l\n2011_10_03/2011_10_03_drive_0034_sync 4462 l\n2011_10_03/2011_10_03_drive_0034_sync 1512 r\n2011_10_03/2011_10_03_drive_0034_sync 3230 l\n2011_10_03/2011_10_03_drive_0034_sync 3310 r\n2011_10_03/2011_10_03_drive_0034_sync 295 l\n2011_10_03/2011_10_03_drive_0034_sync 888 r\n2011_10_03/2011_10_03_drive_0034_sync 2681 l\n2011_10_03/2011_10_03_drive_0034_sync 3413 l\n2011_10_03/2011_10_03_drive_0034_sync 2262 r\n2011_10_03/2011_10_03_drive_0034_sync 2539 l\n2011_10_03/2011_10_03_drive_0034_sync 1970 r\n2011_10_03/2011_10_03_drive_0034_sync 282 r\n2011_10_03/2011_10_03_drive_0034_sync 3594 l\n2011_10_03/2011_10_03_drive_0034_sync 598 r\n2011_10_03/2011_10_03_drive_0034_sync 156 l\n2011_10_03/2011_10_03_drive_0034_sync 551 l\n2011_10_03/2011_10_03_drive_0034_sync 3216 r\n2011_10_03/2011_10_03_drive_0034_sync 720 l\n2011_10_03/2011_10_03_drive_0034_sync 3259 r\n2011_10_03/2011_10_03_drive_0034_sync 1945 r\n2011_10_03/2011_10_03_drive_0034_sync 3435 l\n2011_10_03/2011_10_03_drive_0034_sync 99 r\n2011_10_03/2011_10_03_drive_0034_sync 1115 l\n2011_10_03/2011_10_03_drive_0034_sync 193 r\n2011_10_03/2011_10_03_drive_0034_sync 3858 r\n2011_10_03/2011_10_03_drive_0034_sync 3071 r\n2011_10_03/2011_10_03_drive_0034_sync 3010 l\n2011_10_03/2011_10_03_drive_0034_sync 1833 r\n2011_10_03/2011_10_03_drive_0034_sync 3308 l\n2011_10_03/2011_10_03_drive_0034_sync 225 r\n2011_10_03/2011_10_03_drive_0034_sync 2348 l\n2011_10_03/2011_10_03_drive_0034_sync 833 l\n2011_10_03/2011_10_03_drive_0034_sync 653 r\n2011_10_03/2011_10_03_drive_0034_sync 715 l\n2011_10_03/2011_10_03_drive_0034_sync 1168 r\n2011_10_03/2011_10_03_drive_0034_sync 3008 l\n2011_10_03/2011_10_03_drive_0034_sync 454 r\n2011_10_03/2011_10_03_drive_0034_sync 2571 l\n2011_10_03/2011_10_03_drive_0034_sync 3077 r\n2011_10_03/2011_10_03_drive_0034_sync 3388 l\n2011_10_03/2011_10_03_drive_0034_sync 3097 r\n2011_10_03/2011_10_03_drive_0034_sync 3247 r\n2011_10_03/2011_10_03_drive_0034_sync 4362 l\n2011_10_03/2011_10_03_drive_0034_sync 1970 l\n2011_10_03/2011_10_03_drive_0034_sync 1769 r\n2011_10_03/2011_10_03_drive_0034_sync 2598 r\n2011_10_03/2011_10_03_drive_0034_sync 2027 l\n2011_10_03/2011_10_03_drive_0034_sync 3409 r\n2011_10_03/2011_10_03_drive_0034_sync 1308 r\n2011_10_03/2011_10_03_drive_0034_sync 1103 r\n2011_10_03/2011_10_03_drive_0034_sync 3416 l\n2011_10_03/2011_10_03_drive_0034_sync 2456 l\n2011_10_03/2011_10_03_drive_0034_sync 3817 l\n2011_10_03/2011_10_03_drive_0034_sync 4223 l\n2011_10_03/2011_10_03_drive_0034_sync 842 r\n2011_10_03/2011_10_03_drive_0034_sync 4132 l\n2011_10_03/2011_10_03_drive_0034_sync 821 r\n2011_10_03/2011_10_03_drive_0034_sync 3676 l\n2011_10_03/2011_10_03_drive_0034_sync 2674 l\n2011_10_03/2011_10_03_drive_0034_sync 3106 r\n2011_10_03/2011_10_03_drive_0034_sync 1725 l\n2011_10_03/2011_10_03_drive_0034_sync 2689 r\n2011_10_03/2011_10_03_drive_0034_sync 874 r\n2011_10_03/2011_10_03_drive_0034_sync 4255 r\n2011_10_03/2011_10_03_drive_0034_sync 1321 l\n2011_10_03/2011_10_03_drive_0034_sync 4650 l\n2011_10_03/2011_10_03_drive_0034_sync 1226 l\n2011_10_03/2011_10_03_drive_0034_sync 2264 r\n2011_10_03/2011_10_03_drive_0034_sync 1763 r\n2011_10_03/2011_10_03_drive_0034_sync 2306 r\n2011_10_03/2011_10_03_drive_0034_sync 4160 l\n2011_10_03/2011_10_03_drive_0034_sync 2467 r\n2011_10_03/2011_10_03_drive_0034_sync 2743 l\n2011_10_03/2011_10_03_drive_0034_sync 3821 l\n2011_10_03/2011_10_03_drive_0034_sync 1508 r\n2011_10_03/2011_10_03_drive_0034_sync 2438 l\n2011_10_03/2011_10_03_drive_0034_sync 1614 r\n2011_10_03/2011_10_03_drive_0034_sync 3866 l\n2011_10_03/2011_10_03_drive_0034_sync 4199 l\n2011_10_03/2011_10_03_drive_0034_sync 1366 r\n2011_10_03/2011_10_03_drive_0034_sync 568 l\n2011_10_03/2011_10_03_drive_0034_sync 161 l\n2011_10_03/2011_10_03_drive_0034_sync 2895 r\n2011_10_03/2011_10_03_drive_0034_sync 878 r\n2011_10_03/2011_10_03_drive_0034_sync 2260 r\n2011_10_03/2011_10_03_drive_0034_sync 1140 l\n2011_10_03/2011_10_03_drive_0034_sync 415 l\n2011_10_03/2011_10_03_drive_0034_sync 4417 r\n2011_10_03/2011_10_03_drive_0034_sync 4463 l\n2011_10_03/2011_10_03_drive_0034_sync 2846 r\n2011_10_03/2011_10_03_drive_0034_sync 2945 r\n2011_10_03/2011_10_03_drive_0034_sync 278 r\n2011_10_03/2011_10_03_drive_0034_sync 3213 l\n2011_10_03/2011_10_03_drive_0034_sync 4626 r\n2011_10_03/2011_10_03_drive_0034_sync 2446 r\n2011_10_03/2011_10_03_drive_0034_sync 2320 l\n2011_10_03/2011_10_03_drive_0034_sync 2752 r\n2011_10_03/2011_10_03_drive_0034_sync 1500 r\n2011_10_03/2011_10_03_drive_0034_sync 1230 l\n2011_10_03/2011_10_03_drive_0034_sync 2391 l\n2011_10_03/2011_10_03_drive_0034_sync 4455 r\n2011_10_03/2011_10_03_drive_0034_sync 826 r\n2011_10_03/2011_10_03_drive_0034_sync 4659 r\n2011_10_03/2011_10_03_drive_0034_sync 2165 l\n2011_10_03/2011_10_03_drive_0034_sync 4296 r\n2011_10_03/2011_10_03_drive_0034_sync 1793 r\n2011_10_03/2011_10_03_drive_0034_sync 2205 l\n2011_10_03/2011_10_03_drive_0034_sync 1333 l\n2011_10_03/2011_10_03_drive_0034_sync 3767 l\n2011_10_03/2011_10_03_drive_0034_sync 3339 l\n2011_10_03/2011_10_03_drive_0034_sync 3975 r\n2011_10_03/2011_10_03_drive_0034_sync 4508 l\n2011_10_03/2011_10_03_drive_0034_sync 3132 r\n2011_10_03/2011_10_03_drive_0034_sync 167 l\n2011_10_03/2011_10_03_drive_0034_sync 2788 r\n2011_10_03/2011_10_03_drive_0034_sync 2107 l\n2011_10_03/2011_10_03_drive_0034_sync 3109 r\n2011_10_03/2011_10_03_drive_0034_sync 276 l\n2011_10_03/2011_10_03_drive_0034_sync 4567 r\n2011_10_03/2011_10_03_drive_0034_sync 3792 r\n2011_10_03/2011_10_03_drive_0034_sync 4010 l\n2011_10_03/2011_10_03_drive_0034_sync 2663 l\n2011_10_03/2011_10_03_drive_0034_sync 1335 l\n2011_10_03/2011_10_03_drive_0034_sync 2542 r\n2011_10_03/2011_10_03_drive_0034_sync 1622 r\n2011_10_03/2011_10_03_drive_0034_sync 945 l\n2011_10_03/2011_10_03_drive_0034_sync 3330 r\n2011_10_03/2011_10_03_drive_0034_sync 3556 l\n2011_10_03/2011_10_03_drive_0034_sync 837 r\n2011_10_03/2011_10_03_drive_0034_sync 4618 l\n2011_10_03/2011_10_03_drive_0034_sync 2028 r\n2011_10_03/2011_10_03_drive_0034_sync 1068 r\n2011_10_03/2011_10_03_drive_0034_sync 3918 r\n2011_10_03/2011_10_03_drive_0034_sync 3922 r\n2011_10_03/2011_10_03_drive_0034_sync 724 r\n2011_10_03/2011_10_03_drive_0034_sync 736 r\n2011_10_03/2011_10_03_drive_0034_sync 3797 r\n2011_10_03/2011_10_03_drive_0034_sync 820 r\n2011_10_03/2011_10_03_drive_0034_sync 3635 l\n2011_10_03/2011_10_03_drive_0034_sync 360 r\n2011_10_03/2011_10_03_drive_0034_sync 231 l\n2011_10_03/2011_10_03_drive_0034_sync 1599 l\n2011_10_03/2011_10_03_drive_0034_sync 3348 l\n2011_10_03/2011_10_03_drive_0034_sync 4575 l\n2011_10_03/2011_10_03_drive_0034_sync 4317 l\n2011_10_03/2011_10_03_drive_0034_sync 838 r\n2011_10_03/2011_10_03_drive_0034_sync 3935 r\n2011_10_03/2011_10_03_drive_0034_sync 991 l\n2011_10_03/2011_10_03_drive_0034_sync 4429 r\n2011_10_03/2011_10_03_drive_0034_sync 1225 l\n2011_10_03/2011_10_03_drive_0034_sync 57 l\n2011_10_03/2011_10_03_drive_0034_sync 3634 r\n2011_10_03/2011_10_03_drive_0034_sync 4177 l\n2011_10_03/2011_10_03_drive_0034_sync 364 r\n2011_10_03/2011_10_03_drive_0034_sync 3011 r\n2011_10_03/2011_10_03_drive_0034_sync 1545 l\n2011_10_03/2011_10_03_drive_0034_sync 3550 l\n2011_10_03/2011_10_03_drive_0034_sync 4061 l\n2011_10_03/2011_10_03_drive_0034_sync 3018 r\n2011_10_03/2011_10_03_drive_0034_sync 3993 r\n2011_10_03/2011_10_03_drive_0034_sync 358 r\n2011_10_03/2011_10_03_drive_0034_sync 1095 l\n2011_10_03/2011_10_03_drive_0034_sync 3670 l\n2011_10_03/2011_10_03_drive_0034_sync 4074 r\n2011_10_03/2011_10_03_drive_0034_sync 2257 l\n2011_10_03/2011_10_03_drive_0034_sync 4036 r\n2011_10_03/2011_10_03_drive_0034_sync 2732 l\n2011_10_03/2011_10_03_drive_0034_sync 2512 r\n2011_10_03/2011_10_03_drive_0034_sync 3487 r\n2011_10_03/2011_10_03_drive_0034_sync 251 l\n2011_10_03/2011_10_03_drive_0034_sync 1014 l\n2011_10_03/2011_10_03_drive_0034_sync 501 r\n2011_10_03/2011_10_03_drive_0034_sync 700 l\n2011_10_03/2011_10_03_drive_0034_sync 433 l\n2011_10_03/2011_10_03_drive_0034_sync 3562 l\n2011_10_03/2011_10_03_drive_0034_sync 1942 l\n2011_10_03/2011_10_03_drive_0034_sync 3342 l\n2011_10_03/2011_10_03_drive_0034_sync 3591 r\n2011_10_03/2011_10_03_drive_0034_sync 1278 r\n2011_10_03/2011_10_03_drive_0034_sync 1522 r\n2011_10_03/2011_10_03_drive_0034_sync 2931 r\n2011_10_03/2011_10_03_drive_0034_sync 3174 l\n2011_10_03/2011_10_03_drive_0034_sync 153 r\n2011_10_03/2011_10_03_drive_0034_sync 3988 l\n2011_10_03/2011_10_03_drive_0034_sync 1367 l\n2011_10_03/2011_10_03_drive_0034_sync 3793 l\n2011_10_03/2011_10_03_drive_0034_sync 2665 r\n2011_10_03/2011_10_03_drive_0034_sync 3304 l\n2011_10_03/2011_10_03_drive_0034_sync 1182 l\n2011_10_03/2011_10_03_drive_0034_sync 634 r\n2011_10_03/2011_10_03_drive_0034_sync 3417 l\n2011_10_03/2011_10_03_drive_0034_sync 642 l\n2011_10_03/2011_10_03_drive_0034_sync 960 l\n2011_10_03/2011_10_03_drive_0034_sync 198 r\n2011_10_03/2011_10_03_drive_0034_sync 1292 l\n2011_10_03/2011_10_03_drive_0034_sync 1256 l\n2011_10_03/2011_10_03_drive_0034_sync 1635 l\n2011_10_03/2011_10_03_drive_0034_sync 4472 l\n2011_10_03/2011_10_03_drive_0034_sync 1956 r\n2011_10_03/2011_10_03_drive_0034_sync 2727 r\n2011_10_03/2011_10_03_drive_0034_sync 3352 l\n2011_10_03/2011_10_03_drive_0034_sync 1836 r\n2011_10_03/2011_10_03_drive_0034_sync 2625 l\n2011_10_03/2011_10_03_drive_0034_sync 4031 l\n2011_10_03/2011_10_03_drive_0034_sync 1709 l\n2011_10_03/2011_10_03_drive_0034_sync 1818 r\n2011_10_03/2011_10_03_drive_0034_sync 821 l\n2011_10_03/2011_10_03_drive_0034_sync 933 l\n2011_10_03/2011_10_03_drive_0034_sync 3065 r\n2011_10_03/2011_10_03_drive_0034_sync 3072 r\n2011_10_03/2011_10_03_drive_0034_sync 4306 l\n2011_10_03/2011_10_03_drive_0034_sync 1979 r\n2011_10_03/2011_10_03_drive_0034_sync 2064 r\n2011_10_03/2011_10_03_drive_0034_sync 2564 r\n2011_10_03/2011_10_03_drive_0034_sync 1228 l\n2011_10_03/2011_10_03_drive_0034_sync 4082 l\n2011_10_03/2011_10_03_drive_0034_sync 917 r\n2011_10_03/2011_10_03_drive_0034_sync 1582 r\n2011_10_03/2011_10_03_drive_0034_sync 1778 l\n2011_10_03/2011_10_03_drive_0034_sync 850 l\n2011_10_03/2011_10_03_drive_0034_sync 447 r\n2011_10_03/2011_10_03_drive_0034_sync 2194 r\n2011_10_03/2011_10_03_drive_0034_sync 3176 l\n2011_10_03/2011_10_03_drive_0034_sync 2964 l\n2011_10_03/2011_10_03_drive_0034_sync 1943 r\n2011_10_03/2011_10_03_drive_0034_sync 3525 r\n2011_10_03/2011_10_03_drive_0034_sync 668 l\n2011_10_03/2011_10_03_drive_0034_sync 2561 l\n2011_10_03/2011_10_03_drive_0034_sync 4430 r\n2011_10_03/2011_10_03_drive_0034_sync 574 r\n2011_10_03/2011_10_03_drive_0034_sync 2084 l\n2011_10_03/2011_10_03_drive_0034_sync 4329 l\n2011_10_03/2011_10_03_drive_0034_sync 1207 r\n2011_10_03/2011_10_03_drive_0034_sync 507 r\n2011_10_03/2011_10_03_drive_0034_sync 2700 r\n2011_10_03/2011_10_03_drive_0034_sync 822 l\n2011_10_03/2011_10_03_drive_0034_sync 696 r\n2011_10_03/2011_10_03_drive_0034_sync 2686 r\n2011_10_03/2011_10_03_drive_0034_sync 2143 r\n2011_10_03/2011_10_03_drive_0034_sync 4493 l\n2011_10_03/2011_10_03_drive_0034_sync 2735 l\n2011_10_03/2011_10_03_drive_0034_sync 597 l\n2011_10_03/2011_10_03_drive_0034_sync 2504 l\n2011_10_03/2011_10_03_drive_0034_sync 4347 l\n2011_10_03/2011_10_03_drive_0034_sync 4521 r\n2011_10_03/2011_10_03_drive_0034_sync 2407 r\n2011_10_03/2011_10_03_drive_0034_sync 4500 l\n2011_10_03/2011_10_03_drive_0034_sync 4429 l\n2011_10_03/2011_10_03_drive_0034_sync 293 l\n2011_10_03/2011_10_03_drive_0034_sync 2911 r\n2011_10_03/2011_10_03_drive_0034_sync 1787 r\n2011_10_03/2011_10_03_drive_0034_sync 603 l\n2011_10_03/2011_10_03_drive_0034_sync 2759 l\n2011_10_03/2011_10_03_drive_0034_sync 3667 l\n2011_10_03/2011_10_03_drive_0034_sync 2971 l\n2011_10_03/2011_10_03_drive_0034_sync 2096 r\n2011_10_03/2011_10_03_drive_0034_sync 7 l\n2011_10_03/2011_10_03_drive_0034_sync 4071 l\n2011_10_03/2011_10_03_drive_0034_sync 1072 r\n2011_10_03/2011_10_03_drive_0034_sync 2711 r\n2011_10_03/2011_10_03_drive_0034_sync 943 r\n2011_10_03/2011_10_03_drive_0034_sync 4426 r\n2011_10_03/2011_10_03_drive_0034_sync 4407 r\n2011_10_03/2011_10_03_drive_0034_sync 3686 r\n2011_10_03/2011_10_03_drive_0034_sync 1108 r\n2011_10_03/2011_10_03_drive_0034_sync 4591 r\n2011_10_03/2011_10_03_drive_0034_sync 2324 l\n2011_10_03/2011_10_03_drive_0034_sync 2888 r\n2011_10_03/2011_10_03_drive_0034_sync 807 l\n2011_10_03/2011_10_03_drive_0034_sync 1186 l\n2011_10_03/2011_10_03_drive_0034_sync 2283 r\n2011_10_03/2011_10_03_drive_0034_sync 1689 l\n2011_10_03/2011_10_03_drive_0034_sync 865 l\n2011_10_03/2011_10_03_drive_0034_sync 2079 l\n2011_10_03/2011_10_03_drive_0034_sync 2948 r\n2011_10_03/2011_10_03_drive_0034_sync 1573 r\n2011_10_03/2011_10_03_drive_0034_sync 4522 r\n2011_10_03/2011_10_03_drive_0034_sync 1588 l\n2011_10_03/2011_10_03_drive_0034_sync 1609 l\n2011_10_03/2011_10_03_drive_0034_sync 3228 l\n2011_10_03/2011_10_03_drive_0034_sync 2332 l\n2011_10_03/2011_10_03_drive_0034_sync 3715 r\n2011_10_03/2011_10_03_drive_0034_sync 1986 r\n2011_10_03/2011_10_03_drive_0034_sync 2294 r\n2011_10_03/2011_10_03_drive_0034_sync 2115 l\n2011_10_03/2011_10_03_drive_0034_sync 279 l\n2011_10_03/2011_10_03_drive_0034_sync 2818 r\n2011_10_03/2011_10_03_drive_0034_sync 1893 r\n2011_10_03/2011_10_03_drive_0034_sync 2929 l\n2011_10_03/2011_10_03_drive_0034_sync 484 r\n2011_10_03/2011_10_03_drive_0034_sync 3517 l\n2011_10_03/2011_10_03_drive_0034_sync 3784 l\n2011_10_03/2011_10_03_drive_0034_sync 1171 l\n2011_10_03/2011_10_03_drive_0034_sync 1677 l\n2011_10_03/2011_10_03_drive_0034_sync 3448 l\n2011_10_03/2011_10_03_drive_0034_sync 1299 r\n2011_10_03/2011_10_03_drive_0034_sync 379 r\n2011_10_03/2011_10_03_drive_0034_sync 375 r\n2011_10_03/2011_10_03_drive_0034_sync 758 r\n2011_10_03/2011_10_03_drive_0034_sync 1326 l\n2011_10_03/2011_10_03_drive_0034_sync 432 l\n2011_10_03/2011_10_03_drive_0034_sync 2826 l\n2011_10_03/2011_10_03_drive_0034_sync 3471 l\n2011_10_03/2011_10_03_drive_0034_sync 2209 r\n2011_10_03/2011_10_03_drive_0034_sync 486 l\n2011_10_03/2011_10_03_drive_0034_sync 4403 r\n2011_10_03/2011_10_03_drive_0034_sync 4278 r\n2011_10_03/2011_10_03_drive_0034_sync 1358 l\n2011_10_03/2011_10_03_drive_0034_sync 3206 l\n2011_10_03/2011_10_03_drive_0034_sync 1136 r\n2011_10_03/2011_10_03_drive_0034_sync 4522 l\n2011_10_03/2011_10_03_drive_0034_sync 4293 l\n2011_10_03/2011_10_03_drive_0034_sync 1894 l\n2011_10_03/2011_10_03_drive_0034_sync 238 r\n2011_10_03/2011_10_03_drive_0034_sync 3999 r\n2011_10_03/2011_10_03_drive_0034_sync 4359 l\n2011_10_03/2011_10_03_drive_0034_sync 1087 l\n2011_10_03/2011_10_03_drive_0034_sync 640 l\n2011_10_03/2011_10_03_drive_0034_sync 1896 r\n2011_10_03/2011_10_03_drive_0034_sync 1223 r\n2011_10_03/2011_10_03_drive_0034_sync 186 l\n2011_10_03/2011_10_03_drive_0034_sync 2340 r\n2011_10_03/2011_10_03_drive_0034_sync 1946 r\n2011_10_03/2011_10_03_drive_0034_sync 1969 l\n2011_10_03/2011_10_03_drive_0034_sync 3519 r\n2011_10_03/2011_10_03_drive_0034_sync 3329 l\n2011_10_03/2011_10_03_drive_0034_sync 4355 l\n2011_10_03/2011_10_03_drive_0034_sync 3386 l\n2011_10_03/2011_10_03_drive_0034_sync 3085 l\n2011_10_03/2011_10_03_drive_0034_sync 1899 l\n2011_10_03/2011_10_03_drive_0034_sync 2822 r\n2011_10_03/2011_10_03_drive_0034_sync 2098 r\n2011_10_03/2011_10_03_drive_0034_sync 3685 r\n2011_10_03/2011_10_03_drive_0034_sync 3143 l\n2011_10_03/2011_10_03_drive_0034_sync 1722 l\n2011_10_03/2011_10_03_drive_0034_sync 337 l\n2011_10_03/2011_10_03_drive_0034_sync 920 r\n2011_10_03/2011_10_03_drive_0034_sync 4219 l\n2011_10_03/2011_10_03_drive_0034_sync 3285 l\n2011_10_03/2011_10_03_drive_0034_sync 1332 l\n2011_10_03/2011_10_03_drive_0034_sync 104 l\n2011_10_03/2011_10_03_drive_0034_sync 1150 l\n2011_10_03/2011_10_03_drive_0034_sync 3922 l\n2011_10_03/2011_10_03_drive_0034_sync 128 r\n2011_10_03/2011_10_03_drive_0034_sync 2575 r\n2011_10_03/2011_10_03_drive_0034_sync 802 r\n2011_10_03/2011_10_03_drive_0034_sync 4440 l\n2011_10_03/2011_10_03_drive_0034_sync 2215 l\n2011_10_03/2011_10_03_drive_0034_sync 2489 r\n2011_10_03/2011_10_03_drive_0034_sync 1025 l\n2011_10_03/2011_10_03_drive_0034_sync 1561 l\n2011_10_03/2011_10_03_drive_0034_sync 31 r\n2011_10_03/2011_10_03_drive_0034_sync 3771 l\n2011_10_03/2011_10_03_drive_0034_sync 4091 r\n2011_10_03/2011_10_03_drive_0034_sync 2476 r\n2011_10_03/2011_10_03_drive_0034_sync 3484 r\n2011_10_03/2011_10_03_drive_0034_sync 253 r\n2011_10_03/2011_10_03_drive_0034_sync 1708 l\n2011_10_03/2011_10_03_drive_0034_sync 4628 l\n2011_10_03/2011_10_03_drive_0034_sync 3844 r\n2011_10_03/2011_10_03_drive_0034_sync 3734 r\n2011_10_03/2011_10_03_drive_0034_sync 3326 l\n2011_10_03/2011_10_03_drive_0034_sync 3759 l\n2011_10_03/2011_10_03_drive_0034_sync 3198 l\n2011_10_03/2011_10_03_drive_0034_sync 3996 l\n2011_10_03/2011_10_03_drive_0034_sync 2358 l\n2011_10_03/2011_10_03_drive_0034_sync 3340 l\n2011_10_03/2011_10_03_drive_0034_sync 1672 l\n2011_10_03/2011_10_03_drive_0034_sync 1391 r\n2011_10_03/2011_10_03_drive_0034_sync 1252 l\n2011_10_03/2011_10_03_drive_0034_sync 1565 l\n2011_10_03/2011_10_03_drive_0034_sync 3785 l\n2011_10_03/2011_10_03_drive_0034_sync 3316 l\n2011_10_03/2011_10_03_drive_0034_sync 1304 r\n2011_10_03/2011_10_03_drive_0034_sync 2692 r\n2011_10_03/2011_10_03_drive_0034_sync 1897 r\n2011_10_03/2011_10_03_drive_0034_sync 1759 l\n2011_10_03/2011_10_03_drive_0034_sync 1041 l\n2011_10_03/2011_10_03_drive_0034_sync 1251 r\n2011_10_03/2011_10_03_drive_0034_sync 3790 l\n2011_10_03/2011_10_03_drive_0034_sync 3125 l\n2011_10_03/2011_10_03_drive_0034_sync 817 l\n2011_10_03/2011_10_03_drive_0034_sync 750 l\n2011_10_03/2011_10_03_drive_0034_sync 494 l\n2011_10_03/2011_10_03_drive_0034_sync 610 l\n2011_10_03/2011_10_03_drive_0034_sync 503 r\n2011_10_03/2011_10_03_drive_0034_sync 531 l\n2011_10_03/2011_10_03_drive_0034_sync 45 r\n2011_10_03/2011_10_03_drive_0034_sync 1430 r\n2011_10_03/2011_10_03_drive_0034_sync 1025 r\n2011_10_03/2011_10_03_drive_0034_sync 1905 l\n2011_10_03/2011_10_03_drive_0034_sync 2248 l\n2011_10_03/2011_10_03_drive_0034_sync 2522 r\n2011_10_03/2011_10_03_drive_0034_sync 433 r\n2011_10_03/2011_10_03_drive_0034_sync 3536 r\n2011_10_03/2011_10_03_drive_0034_sync 2975 l\n2011_10_03/2011_10_03_drive_0034_sync 2403 l\n2011_10_03/2011_10_03_drive_0034_sync 52 l\n2011_10_03/2011_10_03_drive_0034_sync 2378 l\n2011_10_03/2011_10_03_drive_0034_sync 1872 l\n2011_10_03/2011_10_03_drive_0034_sync 1403 r\n2011_10_03/2011_10_03_drive_0034_sync 2016 l\n2011_10_03/2011_10_03_drive_0034_sync 3494 l\n2011_10_03/2011_10_03_drive_0034_sync 4032 l\n2011_10_03/2011_10_03_drive_0034_sync 3445 r\n2011_10_03/2011_10_03_drive_0034_sync 4279 l\n2011_10_03/2011_10_03_drive_0034_sync 3282 l\n2011_10_03/2011_10_03_drive_0034_sync 4103 r\n2011_10_03/2011_10_03_drive_0034_sync 2870 r\n2011_10_03/2011_10_03_drive_0034_sync 2486 r\n2011_10_03/2011_10_03_drive_0034_sync 137 r\n2011_10_03/2011_10_03_drive_0034_sync 4212 l\n2011_10_03/2011_10_03_drive_0034_sync 1490 l\n2011_10_03/2011_10_03_drive_0034_sync 2048 r\n2011_10_03/2011_10_03_drive_0034_sync 2008 l\n2011_10_03/2011_10_03_drive_0034_sync 2292 r\n2011_10_03/2011_10_03_drive_0034_sync 1990 r\n2011_10_03/2011_10_03_drive_0034_sync 3305 r\n2011_10_03/2011_10_03_drive_0034_sync 808 r\n2011_10_03/2011_10_03_drive_0034_sync 4006 r\n2011_10_03/2011_10_03_drive_0034_sync 3917 l\n2011_10_03/2011_10_03_drive_0034_sync 3673 l\n2011_10_03/2011_10_03_drive_0034_sync 3586 r\n2011_10_03/2011_10_03_drive_0034_sync 3789 r\n2011_10_03/2011_10_03_drive_0034_sync 146 l\n2011_10_03/2011_10_03_drive_0034_sync 1028 l\n2011_10_03/2011_10_03_drive_0034_sync 2545 r\n2011_10_03/2011_10_03_drive_0034_sync 396 r\n2011_10_03/2011_10_03_drive_0034_sync 3623 l\n2011_10_03/2011_10_03_drive_0034_sync 2031 l\n2011_10_03/2011_10_03_drive_0034_sync 4608 l\n2011_10_03/2011_10_03_drive_0034_sync 2079 r\n2011_10_03/2011_10_03_drive_0034_sync 3755 l\n2011_10_03/2011_10_03_drive_0034_sync 437 r\n2011_10_03/2011_10_03_drive_0034_sync 3061 l\n2011_10_03/2011_10_03_drive_0034_sync 573 r\n2011_10_03/2011_10_03_drive_0034_sync 2661 r\n2011_10_03/2011_10_03_drive_0034_sync 735 l\n2011_10_03/2011_10_03_drive_0034_sync 4501 l\n2011_10_03/2011_10_03_drive_0034_sync 587 l\n2011_10_03/2011_10_03_drive_0034_sync 3634 l\n2011_10_03/2011_10_03_drive_0034_sync 1546 l\n2011_10_03/2011_10_03_drive_0034_sync 1967 l\n2011_10_03/2011_10_03_drive_0034_sync 178 r\n2011_10_03/2011_10_03_drive_0034_sync 4043 r\n2011_10_03/2011_10_03_drive_0034_sync 1797 r\n2011_10_03/2011_10_03_drive_0034_sync 1861 r\n2011_10_03/2011_10_03_drive_0034_sync 4466 l\n2011_10_03/2011_10_03_drive_0034_sync 488 l\n2011_10_03/2011_10_03_drive_0034_sync 1165 r\n2011_10_03/2011_10_03_drive_0034_sync 1849 l\n2011_10_03/2011_10_03_drive_0034_sync 4286 r\n2011_10_03/2011_10_03_drive_0034_sync 1471 l\n2011_10_03/2011_10_03_drive_0034_sync 3098 l\n2011_10_03/2011_10_03_drive_0034_sync 2936 r\n2011_10_03/2011_10_03_drive_0034_sync 3284 r\n2011_10_03/2011_10_03_drive_0034_sync 708 r\n2011_10_03/2011_10_03_drive_0034_sync 2795 l\n2011_10_03/2011_10_03_drive_0034_sync 2966 l\n2011_10_03/2011_10_03_drive_0034_sync 2801 l\n2011_10_03/2011_10_03_drive_0034_sync 3174 r\n2011_10_03/2011_10_03_drive_0034_sync 2769 r\n2011_10_03/2011_10_03_drive_0034_sync 4174 r\n2011_10_03/2011_10_03_drive_0034_sync 704 l\n2011_10_03/2011_10_03_drive_0034_sync 1182 r\n2011_10_03/2011_10_03_drive_0034_sync 167 r\n2011_10_03/2011_10_03_drive_0034_sync 2289 l\n2011_10_03/2011_10_03_drive_0034_sync 803 l\n2011_10_03/2011_10_03_drive_0034_sync 4581 l\n2011_10_03/2011_10_03_drive_0034_sync 4014 r\n2011_10_03/2011_10_03_drive_0034_sync 4401 l\n2011_10_03/2011_10_03_drive_0034_sync 4635 l\n2011_10_03/2011_10_03_drive_0034_sync 4282 r\n2011_10_03/2011_10_03_drive_0034_sync 883 r\n2011_10_03/2011_10_03_drive_0034_sync 2271 r\n2011_10_03/2011_10_03_drive_0034_sync 3751 l\n2011_10_03/2011_10_03_drive_0034_sync 2099 r\n2011_10_03/2011_10_03_drive_0034_sync 1221 r\n2011_10_03/2011_10_03_drive_0034_sync 1336 r\n2011_10_03/2011_10_03_drive_0034_sync 2151 r\n2011_10_03/2011_10_03_drive_0034_sync 884 l\n2011_10_03/2011_10_03_drive_0034_sync 762 l\n2011_10_03/2011_10_03_drive_0034_sync 4517 r\n2011_10_03/2011_10_03_drive_0034_sync 2371 l\n2011_10_03/2011_10_03_drive_0034_sync 3801 l\n2011_10_03/2011_10_03_drive_0034_sync 1662 r\n2011_10_03/2011_10_03_drive_0034_sync 2513 l\n2011_10_03/2011_10_03_drive_0034_sync 229 r\n2011_10_03/2011_10_03_drive_0034_sync 122 l\n2011_10_03/2011_10_03_drive_0034_sync 3273 l\n2011_10_03/2011_10_03_drive_0034_sync 4185 l\n2011_10_03/2011_10_03_drive_0034_sync 4398 l\n2011_10_03/2011_10_03_drive_0034_sync 3585 r\n2011_10_03/2011_10_03_drive_0034_sync 4223 r\n2011_10_03/2011_10_03_drive_0034_sync 2547 l\n2011_10_03/2011_10_03_drive_0034_sync 210 l\n2011_10_03/2011_10_03_drive_0034_sync 1058 r\n2011_10_03/2011_10_03_drive_0034_sync 2744 l\n2011_10_03/2011_10_03_drive_0034_sync 4141 l\n2011_10_03/2011_10_03_drive_0034_sync 4330 r\n2011_10_03/2011_10_03_drive_0034_sync 621 l\n2011_10_03/2011_10_03_drive_0034_sync 2352 r\n2011_10_03/2011_10_03_drive_0034_sync 875 l\n2011_10_03/2011_10_03_drive_0034_sync 4198 r\n2011_10_03/2011_10_03_drive_0034_sync 4013 l\n2011_10_03/2011_10_03_drive_0034_sync 913 r\n2011_10_03/2011_10_03_drive_0034_sync 882 l\n2011_10_03/2011_10_03_drive_0034_sync 2502 l\n2011_10_03/2011_10_03_drive_0034_sync 3581 r\n2011_10_03/2011_10_03_drive_0034_sync 224 r\n2011_10_03/2011_10_03_drive_0034_sync 3924 r\n2011_10_03/2011_10_03_drive_0034_sync 2033 r\n2011_10_03/2011_10_03_drive_0034_sync 714 r\n2011_10_03/2011_10_03_drive_0034_sync 2736 l\n2011_10_03/2011_10_03_drive_0034_sync 1337 l\n2011_10_03/2011_10_03_drive_0034_sync 1679 l\n2011_10_03/2011_10_03_drive_0034_sync 769 l\n2011_10_03/2011_10_03_drive_0034_sync 1634 r\n2011_10_03/2011_10_03_drive_0034_sync 2400 l\n2011_10_03/2011_10_03_drive_0034_sync 4549 r\n2011_10_03/2011_10_03_drive_0034_sync 224 l\n2011_10_03/2011_10_03_drive_0034_sync 2974 l\n2011_10_03/2011_10_03_drive_0034_sync 3338 r\n2011_10_03/2011_10_03_drive_0034_sync 3583 l\n2011_10_03/2011_10_03_drive_0034_sync 4569 l\n2011_10_03/2011_10_03_drive_0034_sync 2416 l\n2011_10_03/2011_10_03_drive_0034_sync 4216 l\n2011_10_03/2011_10_03_drive_0034_sync 24 r\n2011_10_03/2011_10_03_drive_0034_sync 4419 r\n2011_10_03/2011_10_03_drive_0034_sync 554 l\n2011_10_03/2011_10_03_drive_0034_sync 3333 r\n2011_10_03/2011_10_03_drive_0034_sync 2672 r\n2011_10_03/2011_10_03_drive_0034_sync 4267 l\n2011_10_03/2011_10_03_drive_0034_sync 2960 l\n2011_10_03/2011_10_03_drive_0034_sync 1192 r\n2011_10_03/2011_10_03_drive_0034_sync 1895 l\n2011_10_03/2011_10_03_drive_0034_sync 4636 l\n2011_10_03/2011_10_03_drive_0034_sync 1901 l\n2011_10_03/2011_10_03_drive_0034_sync 2013 r\n2011_10_03/2011_10_03_drive_0034_sync 3693 r\n2011_10_03/2011_10_03_drive_0034_sync 1497 l\n2011_10_03/2011_10_03_drive_0034_sync 2967 l\n2011_10_03/2011_10_03_drive_0034_sync 1717 r\n2011_10_03/2011_10_03_drive_0034_sync 3134 r\n2011_10_03/2011_10_03_drive_0034_sync 596 l\n2011_10_03/2011_10_03_drive_0034_sync 4368 l\n2011_10_03/2011_10_03_drive_0034_sync 4322 l\n2011_10_03/2011_10_03_drive_0034_sync 2426 r\n2011_10_03/2011_10_03_drive_0034_sync 496 l\n2011_10_03/2011_10_03_drive_0034_sync 4524 r\n2011_10_03/2011_10_03_drive_0034_sync 591 r\n2011_10_03/2011_10_03_drive_0034_sync 4655 r\n2011_10_03/2011_10_03_drive_0034_sync 2102 l\n2011_10_03/2011_10_03_drive_0034_sync 4362 r\n2011_10_03/2011_10_03_drive_0034_sync 574 l\n2011_10_03/2011_10_03_drive_0034_sync 1196 r\n2011_10_03/2011_10_03_drive_0034_sync 2230 r\n2011_10_03/2011_10_03_drive_0034_sync 3058 l\n2011_10_03/2011_10_03_drive_0034_sync 667 r\n2011_10_03/2011_10_03_drive_0034_sync 3546 r\n2011_10_03/2011_10_03_drive_0034_sync 4236 r\n2011_10_03/2011_10_03_drive_0034_sync 3742 r\n2011_10_03/2011_10_03_drive_0034_sync 1558 l\n2011_10_03/2011_10_03_drive_0034_sync 1531 r\n2011_10_03/2011_10_03_drive_0034_sync 787 l\n2011_10_03/2011_10_03_drive_0034_sync 93 r\n2011_10_03/2011_10_03_drive_0034_sync 3357 l\n2011_10_03/2011_10_03_drive_0034_sync 2934 l\n2011_10_03/2011_10_03_drive_0034_sync 793 r\n2011_10_03/2011_10_03_drive_0034_sync 4018 r\n2011_10_03/2011_10_03_drive_0034_sync 4294 l\n2011_10_03/2011_10_03_drive_0034_sync 1723 r\n2011_10_03/2011_10_03_drive_0034_sync 3615 r\n2011_10_03/2011_10_03_drive_0034_sync 3955 r\n2011_10_03/2011_10_03_drive_0034_sync 368 r\n2011_10_03/2011_10_03_drive_0034_sync 1771 r\n2011_10_03/2011_10_03_drive_0034_sync 2293 l\n2011_10_03/2011_10_03_drive_0034_sync 3246 r\n2011_10_03/2011_10_03_drive_0034_sync 1904 l\n2011_10_03/2011_10_03_drive_0034_sync 4594 r\n2011_10_03/2011_10_03_drive_0034_sync 1040 l\n2011_10_03/2011_10_03_drive_0034_sync 862 r\n2011_10_03/2011_10_03_drive_0034_sync 345 l\n2011_10_03/2011_10_03_drive_0034_sync 2851 r\n2011_10_03/2011_10_03_drive_0034_sync 2028 l\n2011_10_03/2011_10_03_drive_0034_sync 986 l\n2011_10_03/2011_10_03_drive_0034_sync 4384 l\n2011_10_03/2011_10_03_drive_0034_sync 1975 r\n2011_10_03/2011_10_03_drive_0034_sync 3359 l\n2011_10_03/2011_10_03_drive_0034_sync 4652 r\n2011_10_03/2011_10_03_drive_0034_sync 4580 r\n2011_10_03/2011_10_03_drive_0034_sync 336 r\n2011_10_03/2011_10_03_drive_0034_sync 1919 r\n2011_10_03/2011_10_03_drive_0034_sync 2390 l\n2011_10_03/2011_10_03_drive_0034_sync 1087 r\n2011_10_03/2011_10_03_drive_0034_sync 4099 r\n2011_10_03/2011_10_03_drive_0034_sync 2162 r\n2011_10_03/2011_10_03_drive_0034_sync 4541 r\n2011_10_03/2011_10_03_drive_0034_sync 2765 l\n2011_10_03/2011_10_03_drive_0034_sync 3187 r\n2011_10_03/2011_10_03_drive_0034_sync 2502 r\n2011_10_03/2011_10_03_drive_0034_sync 607 l\n2011_10_03/2011_10_03_drive_0034_sync 3707 r\n2011_10_03/2011_10_03_drive_0034_sync 2169 r\n2011_10_03/2011_10_03_drive_0034_sync 2863 r\n2011_10_03/2011_10_03_drive_0034_sync 3602 l\n2011_10_03/2011_10_03_drive_0034_sync 520 l\n2011_10_03/2011_10_03_drive_0034_sync 2466 r\n2011_10_03/2011_10_03_drive_0034_sync 4411 r\n2011_10_03/2011_10_03_drive_0034_sync 1354 l\n2011_10_03/2011_10_03_drive_0034_sync 2196 r\n2011_10_03/2011_10_03_drive_0034_sync 3368 r\n2011_10_03/2011_10_03_drive_0034_sync 285 l\n2011_10_03/2011_10_03_drive_0034_sync 1435 l\n2011_10_03/2011_10_03_drive_0034_sync 1809 r\n2011_10_03/2011_10_03_drive_0034_sync 4033 l\n2011_10_03/2011_10_03_drive_0034_sync 4348 l\n2011_10_03/2011_10_03_drive_0034_sync 1550 r\n2011_10_03/2011_10_03_drive_0034_sync 4308 r\n2011_10_03/2011_10_03_drive_0034_sync 39 l\n2011_10_03/2011_10_03_drive_0034_sync 999 r\n2011_10_03/2011_10_03_drive_0034_sync 3037 l\n2011_10_03/2011_10_03_drive_0034_sync 1392 l\n2011_10_03/2011_10_03_drive_0034_sync 3784 r\n2011_10_03/2011_10_03_drive_0034_sync 1491 r\n2011_10_03/2011_10_03_drive_0034_sync 3986 l\n2011_10_03/2011_10_03_drive_0034_sync 3100 r\n2011_10_03/2011_10_03_drive_0034_sync 92 r\n2011_10_03/2011_10_03_drive_0034_sync 824 r\n2011_10_03/2011_10_03_drive_0034_sync 567 l\n2011_10_03/2011_10_03_drive_0034_sync 667 l\n2011_10_03/2011_10_03_drive_0034_sync 4392 l\n2011_10_03/2011_10_03_drive_0034_sync 1846 l\n2011_10_03/2011_10_03_drive_0034_sync 2104 r\n2011_10_03/2011_10_03_drive_0034_sync 4625 l\n2011_10_03/2011_10_03_drive_0034_sync 1669 r\n2011_10_03/2011_10_03_drive_0034_sync 3788 r\n2011_10_03/2011_10_03_drive_0034_sync 2381 r\n2011_10_03/2011_10_03_drive_0034_sync 2159 l\n2011_10_03/2011_10_03_drive_0034_sync 289 l\n2011_10_03/2011_10_03_drive_0034_sync 3100 l\n2011_10_03/2011_10_03_drive_0034_sync 886 l\n2011_10_03/2011_10_03_drive_0034_sync 3215 r\n2011_10_03/2011_10_03_drive_0034_sync 995 r\n2011_10_03/2011_10_03_drive_0034_sync 310 r\n2011_10_03/2011_10_03_drive_0034_sync 2698 l\n2011_10_03/2011_10_03_drive_0034_sync 2900 l\n2011_10_03/2011_10_03_drive_0034_sync 2214 r\n2011_10_03/2011_10_03_drive_0034_sync 147 l\n2011_10_03/2011_10_03_drive_0034_sync 4186 r\n2011_10_03/2011_10_03_drive_0034_sync 1222 l\n2011_10_03/2011_10_03_drive_0034_sync 1449 r\n2011_10_03/2011_10_03_drive_0034_sync 3066 l\n2011_10_03/2011_10_03_drive_0034_sync 2880 r\n2011_10_03/2011_10_03_drive_0034_sync 2455 l\n2011_10_03/2011_10_03_drive_0034_sync 2472 l\n2011_10_03/2011_10_03_drive_0034_sync 4365 l\n2011_10_03/2011_10_03_drive_0034_sync 1287 l\n2011_10_03/2011_10_03_drive_0034_sync 575 r\n2011_10_03/2011_10_03_drive_0034_sync 4057 r\n2011_10_03/2011_10_03_drive_0034_sync 3824 r\n2011_10_03/2011_10_03_drive_0034_sync 3773 l\n2011_10_03/2011_10_03_drive_0034_sync 517 r\n2011_10_03/2011_10_03_drive_0034_sync 116 r\n2011_10_03/2011_10_03_drive_0034_sync 2779 r\n2011_10_03/2011_10_03_drive_0034_sync 2038 r\n2011_10_03/2011_10_03_drive_0034_sync 4139 r\n2011_10_03/2011_10_03_drive_0034_sync 1504 r\n2011_10_03/2011_10_03_drive_0034_sync 155 r\n2011_10_03/2011_10_03_drive_0034_sync 2754 r\n2011_10_03/2011_10_03_drive_0034_sync 383 l\n2011_10_03/2011_10_03_drive_0034_sync 2469 r\n2011_10_03/2011_10_03_drive_0034_sync 2854 r\n2011_10_03/2011_10_03_drive_0034_sync 1238 l\n2011_10_03/2011_10_03_drive_0034_sync 4641 r\n2011_10_03/2011_10_03_drive_0034_sync 1051 r\n2011_10_03/2011_10_03_drive_0034_sync 3161 r\n2011_10_03/2011_10_03_drive_0034_sync 1126 r\n2011_10_03/2011_10_03_drive_0034_sync 2089 r\n2011_10_03/2011_10_03_drive_0034_sync 966 r\n2011_10_03/2011_10_03_drive_0034_sync 1696 l\n2011_10_03/2011_10_03_drive_0034_sync 1603 l\n2011_10_03/2011_10_03_drive_0034_sync 3899 r\n2011_10_03/2011_10_03_drive_0034_sync 2107 r\n2011_10_03/2011_10_03_drive_0034_sync 2881 r\n2011_10_03/2011_10_03_drive_0034_sync 990 r\n2011_10_03/2011_10_03_drive_0034_sync 1191 l\n2011_10_03/2011_10_03_drive_0034_sync 2705 l\n2011_10_03/2011_10_03_drive_0034_sync 4583 l\n2011_10_03/2011_10_03_drive_0034_sync 1306 r\n2011_10_03/2011_10_03_drive_0034_sync 4510 l\n2011_10_03/2011_10_03_drive_0034_sync 565 r\n2011_10_03/2011_10_03_drive_0034_sync 1780 r\n2011_10_03/2011_10_03_drive_0034_sync 558 l\n2011_10_03/2011_10_03_drive_0034_sync 397 r\n2011_10_03/2011_10_03_drive_0034_sync 4324 l\n2011_10_03/2011_10_03_drive_0034_sync 3253 r\n2011_10_03/2011_10_03_drive_0034_sync 2647 r\n2011_10_03/2011_10_03_drive_0034_sync 1887 r\n2011_10_03/2011_10_03_drive_0034_sync 3546 l\n2011_10_03/2011_10_03_drive_0034_sync 1260 l\n2011_10_03/2011_10_03_drive_0034_sync 1568 r\n2011_10_03/2011_10_03_drive_0034_sync 4526 l\n2011_10_03/2011_10_03_drive_0034_sync 3761 r\n2011_10_03/2011_10_03_drive_0034_sync 933 r\n2011_10_03/2011_10_03_drive_0034_sync 4101 r\n2011_10_03/2011_10_03_drive_0034_sync 2020 r\n2011_10_03/2011_10_03_drive_0034_sync 937 l\n2011_10_03/2011_10_03_drive_0034_sync 1318 l\n2011_10_03/2011_10_03_drive_0034_sync 184 r\n2011_10_03/2011_10_03_drive_0034_sync 1927 l\n2011_10_03/2011_10_03_drive_0034_sync 1098 r\n2011_10_03/2011_10_03_drive_0034_sync 2180 r\n2011_10_03/2011_10_03_drive_0034_sync 2202 r\n2011_10_03/2011_10_03_drive_0034_sync 5 r\n2011_10_03/2011_10_03_drive_0034_sync 989 r\n2011_10_03/2011_10_03_drive_0034_sync 2047 r\n2011_10_03/2011_10_03_drive_0034_sync 1258 r\n2011_10_03/2011_10_03_drive_0034_sync 246 r\n2011_10_03/2011_10_03_drive_0034_sync 706 r\n2011_10_03/2011_10_03_drive_0034_sync 757 l\n2011_10_03/2011_10_03_drive_0034_sync 3791 l\n2011_10_03/2011_10_03_drive_0034_sync 3316 r\n2011_10_03/2011_10_03_drive_0034_sync 4614 l\n2011_10_03/2011_10_03_drive_0034_sync 3831 l\n2011_10_03/2011_10_03_drive_0034_sync 580 r\n2011_10_03/2011_10_03_drive_0034_sync 2619 l\n2011_10_03/2011_10_03_drive_0034_sync 3049 l\n2011_10_03/2011_10_03_drive_0034_sync 3940 l\n2011_10_03/2011_10_03_drive_0034_sync 965 r\n2011_10_03/2011_10_03_drive_0034_sync 120 l\n2011_10_03/2011_10_03_drive_0034_sync 2338 r\n2011_10_03/2011_10_03_drive_0034_sync 2288 l\n2011_10_03/2011_10_03_drive_0034_sync 3430 r\n2011_10_03/2011_10_03_drive_0034_sync 2247 l\n2011_10_03/2011_10_03_drive_0034_sync 3866 r\n2011_10_03/2011_10_03_drive_0034_sync 3042 r\n2011_10_03/2011_10_03_drive_0034_sync 726 r\n2011_10_03/2011_10_03_drive_0034_sync 2666 l\n2011_10_03/2011_10_03_drive_0034_sync 228 r\n2011_10_03/2011_10_03_drive_0034_sync 3212 l\n2011_10_03/2011_10_03_drive_0034_sync 1048 l\n2011_10_03/2011_10_03_drive_0034_sync 421 l\n2011_10_03/2011_10_03_drive_0034_sync 4289 r\n2011_10_03/2011_10_03_drive_0034_sync 1439 l\n2011_10_03/2011_10_03_drive_0034_sync 2024 r\n2011_10_03/2011_10_03_drive_0034_sync 4214 l\n2011_10_03/2011_10_03_drive_0034_sync 4390 l\n2011_10_03/2011_10_03_drive_0034_sync 1739 r\n2011_10_03/2011_10_03_drive_0034_sync 2864 r\n2011_10_03/2011_10_03_drive_0034_sync 1563 l\n2011_10_03/2011_10_03_drive_0034_sync 4619 l\n2011_10_03/2011_10_03_drive_0034_sync 2369 r\n2011_10_03/2011_10_03_drive_0034_sync 1245 r\n2011_10_03/2011_10_03_drive_0034_sync 818 l\n2011_10_03/2011_10_03_drive_0034_sync 3674 r\n2011_10_03/2011_10_03_drive_0034_sync 3449 r\n2011_10_03/2011_10_03_drive_0034_sync 1516 l\n2011_10_03/2011_10_03_drive_0034_sync 1443 r\n2011_10_03/2011_10_03_drive_0034_sync 2170 l\n2011_10_03/2011_10_03_drive_0034_sync 2187 l\n2011_10_03/2011_10_03_drive_0034_sync 1484 l\n2011_10_03/2011_10_03_drive_0034_sync 2972 r\n2011_10_03/2011_10_03_drive_0034_sync 34 l\n2011_10_03/2011_10_03_drive_0034_sync 2172 r\n2011_10_03/2011_10_03_drive_0034_sync 4475 l\n2011_10_03/2011_10_03_drive_0034_sync 3588 l\n2011_10_03/2011_10_03_drive_0034_sync 709 r\n2011_10_03/2011_10_03_drive_0034_sync 2026 l\n2011_10_03/2011_10_03_drive_0034_sync 2054 r\n2011_10_03/2011_10_03_drive_0034_sync 683 l\n2011_10_03/2011_10_03_drive_0034_sync 4369 l\n2011_10_03/2011_10_03_drive_0034_sync 2023 r\n2011_10_03/2011_10_03_drive_0034_sync 416 l\n2011_10_03/2011_10_03_drive_0034_sync 1981 r\n2011_10_03/2011_10_03_drive_0034_sync 2339 l\n2011_10_03/2011_10_03_drive_0034_sync 4406 r\n2011_10_03/2011_10_03_drive_0034_sync 599 l\n2011_10_03/2011_10_03_drive_0034_sync 1400 l\n2011_10_03/2011_10_03_drive_0034_sync 2501 r\n2011_10_03/2011_10_03_drive_0034_sync 4064 l\n2011_10_03/2011_10_03_drive_0034_sync 4071 r\n2011_10_03/2011_10_03_drive_0034_sync 137 l\n2011_10_03/2011_10_03_drive_0034_sync 1440 l\n2011_10_03/2011_10_03_drive_0034_sync 4260 r\n2011_10_03/2011_10_03_drive_0034_sync 3660 r\n2011_10_03/2011_10_03_drive_0034_sync 2190 l\n2011_10_03/2011_10_03_drive_0034_sync 3470 l\n2011_10_03/2011_10_03_drive_0034_sync 484 l\n2011_10_03/2011_10_03_drive_0034_sync 3768 l\n2011_10_03/2011_10_03_drive_0034_sync 3455 l\n2011_10_03/2011_10_03_drive_0034_sync 369 l\n2011_10_03/2011_10_03_drive_0034_sync 1167 r\n2011_10_03/2011_10_03_drive_0034_sync 844 r\n2011_10_03/2011_10_03_drive_0034_sync 189 l\n2011_10_03/2011_10_03_drive_0034_sync 463 r\n2011_10_03/2011_10_03_drive_0034_sync 2857 l\n2011_10_03/2011_10_03_drive_0034_sync 814 r\n2011_10_03/2011_10_03_drive_0034_sync 2065 l\n2011_10_03/2011_10_03_drive_0034_sync 1135 r\n2011_10_03/2011_10_03_drive_0034_sync 830 r\n2011_10_03/2011_10_03_drive_0034_sync 2847 l\n2011_10_03/2011_10_03_drive_0034_sync 2560 r\n2011_10_03/2011_10_03_drive_0034_sync 2004 l\n2011_10_03/2011_10_03_drive_0034_sync 4606 r\n2011_10_03/2011_10_03_drive_0034_sync 1412 r\n2011_10_03/2011_10_03_drive_0034_sync 4319 r\n2011_10_03/2011_10_03_drive_0034_sync 2771 r\n2011_10_03/2011_10_03_drive_0034_sync 2836 r\n2011_10_03/2011_10_03_drive_0034_sync 1991 l\n2011_10_03/2011_10_03_drive_0034_sync 4617 l\n2011_10_03/2011_10_03_drive_0034_sync 4586 l\n2011_10_03/2011_10_03_drive_0034_sync 1646 r\n2011_10_03/2011_10_03_drive_0034_sync 3239 r\n2011_10_03/2011_10_03_drive_0034_sync 1183 r\n2011_10_03/2011_10_03_drive_0034_sync 2318 r\n2011_10_03/2011_10_03_drive_0034_sync 1736 l\n2011_10_03/2011_10_03_drive_0034_sync 4588 l\n2011_10_03/2011_10_03_drive_0034_sync 2850 r\n2011_10_03/2011_10_03_drive_0034_sync 975 r\n2011_10_03/2011_10_03_drive_0034_sync 988 l\n2011_10_03/2011_10_03_drive_0034_sync 4374 l\n2011_10_03/2011_10_03_drive_0034_sync 1536 r\n2011_10_03/2011_10_03_drive_0034_sync 2127 l\n2011_10_03/2011_10_03_drive_0034_sync 3930 r\n2011_10_03/2011_10_03_drive_0034_sync 4436 r\n2011_10_03/2011_10_03_drive_0034_sync 4274 l\n2011_10_03/2011_10_03_drive_0034_sync 2460 l\n2011_10_03/2011_10_03_drive_0034_sync 4564 l\n2011_10_03/2011_10_03_drive_0034_sync 78 r\n2011_10_03/2011_10_03_drive_0034_sync 1346 l\n2011_10_03/2011_10_03_drive_0034_sync 268 r\n2011_10_03/2011_10_03_drive_0034_sync 2878 l\n2011_10_03/2011_10_03_drive_0034_sync 1484 r\n2011_10_03/2011_10_03_drive_0034_sync 2468 l\n2011_10_03/2011_10_03_drive_0034_sync 2083 r\n2011_10_03/2011_10_03_drive_0034_sync 341 l\n2011_10_03/2011_10_03_drive_0034_sync 2428 r\n2011_10_03/2011_10_03_drive_0034_sync 1003 r\n2011_10_03/2011_10_03_drive_0034_sync 288 l\n2011_10_03/2011_10_03_drive_0034_sync 3949 r\n2011_10_03/2011_10_03_drive_0034_sync 3568 l\n2011_10_03/2011_10_03_drive_0034_sync 4000 l\n2011_10_03/2011_10_03_drive_0034_sync 1179 r\n2011_10_03/2011_10_03_drive_0034_sync 135 r\n2011_10_03/2011_10_03_drive_0034_sync 1786 r\n2011_10_03/2011_10_03_drive_0034_sync 4093 l\n2011_10_03/2011_10_03_drive_0034_sync 2628 l\n2011_10_03/2011_10_03_drive_0034_sync 4270 l\n2011_10_03/2011_10_03_drive_0034_sync 3854 r\n2011_10_03/2011_10_03_drive_0034_sync 2750 l\n2011_10_03/2011_10_03_drive_0034_sync 1015 l\n2011_10_03/2011_10_03_drive_0034_sync 72 l\n2011_10_03/2011_10_03_drive_0034_sync 3410 l\n2011_10_03/2011_10_03_drive_0034_sync 3000 l\n2011_10_03/2011_10_03_drive_0034_sync 2715 r\n2011_10_03/2011_10_03_drive_0034_sync 4265 r\n2011_10_03/2011_10_03_drive_0034_sync 121 r\n2011_10_03/2011_10_03_drive_0034_sync 2673 r\n2011_10_03/2011_10_03_drive_0034_sync 3648 l\n2011_10_03/2011_10_03_drive_0034_sync 3959 r\n2011_10_03/2011_10_03_drive_0034_sync 4241 l\n2011_10_03/2011_10_03_drive_0034_sync 487 r\n2011_10_03/2011_10_03_drive_0034_sync 1855 r\n2011_10_03/2011_10_03_drive_0034_sync 1961 l\n2011_10_03/2011_10_03_drive_0034_sync 1172 r\n2011_10_03/2011_10_03_drive_0034_sync 1796 l\n2011_10_03/2011_10_03_drive_0034_sync 1227 l\n2011_10_03/2011_10_03_drive_0034_sync 4654 l\n2011_10_03/2011_10_03_drive_0034_sync 1100 r\n2011_10_03/2011_10_03_drive_0034_sync 1616 r\n2011_10_03/2011_10_03_drive_0034_sync 2035 l\n2011_10_03/2011_10_03_drive_0034_sync 3009 r\n2011_10_03/2011_10_03_drive_0034_sync 3419 r\n2011_10_03/2011_10_03_drive_0034_sync 187 l\n2011_10_03/2011_10_03_drive_0034_sync 858 r\n2011_10_03/2011_10_03_drive_0034_sync 1611 r\n2011_10_03/2011_10_03_drive_0034_sync 3163 r\n2011_10_03/2011_10_03_drive_0034_sync 1562 l\n2011_10_03/2011_10_03_drive_0034_sync 403 r\n2011_10_03/2011_10_03_drive_0034_sync 4005 l\n2011_10_03/2011_10_03_drive_0034_sync 1937 r\n2011_10_03/2011_10_03_drive_0034_sync 1393 r\n2011_10_03/2011_10_03_drive_0034_sync 3609 r\n2011_10_03/2011_10_03_drive_0034_sync 2506 l\n2011_10_03/2011_10_03_drive_0034_sync 33 l\n2011_10_03/2011_10_03_drive_0034_sync 1949 r\n2011_10_03/2011_10_03_drive_0034_sync 400 r\n2011_10_03/2011_10_03_drive_0034_sync 3127 r\n2011_10_03/2011_10_03_drive_0034_sync 2472 r\n2011_10_03/2011_10_03_drive_0034_sync 4345 l\n2011_10_03/2011_10_03_drive_0034_sync 2557 l\n2011_10_03/2011_10_03_drive_0034_sync 3179 r\n2011_10_03/2011_10_03_drive_0034_sync 4507 l\n2011_10_03/2011_10_03_drive_0034_sync 2931 l\n2011_10_03/2011_10_03_drive_0034_sync 627 r\n2011_10_03/2011_10_03_drive_0034_sync 2952 r\n2011_10_03/2011_10_03_drive_0034_sync 247 r\n2011_10_03/2011_10_03_drive_0034_sync 4428 r\n2011_10_03/2011_10_03_drive_0034_sync 1208 l\n2011_10_03/2011_10_03_drive_0034_sync 3598 r\n2011_10_03/2011_10_03_drive_0034_sync 2983 l\n2011_10_03/2011_10_03_drive_0034_sync 4341 r\n2011_10_03/2011_10_03_drive_0034_sync 1957 r\n2011_10_03/2011_10_03_drive_0034_sync 680 l\n2011_10_03/2011_10_03_drive_0034_sync 2541 l\n2011_10_03/2011_10_03_drive_0034_sync 2131 l\n2011_10_03/2011_10_03_drive_0034_sync 1035 l\n2011_10_03/2011_10_03_drive_0034_sync 646 r\n2011_10_03/2011_10_03_drive_0034_sync 4446 r\n2011_10_03/2011_10_03_drive_0034_sync 1903 l\n2011_10_03/2011_10_03_drive_0034_sync 614 r\n2011_10_03/2011_10_03_drive_0034_sync 2763 l\n2011_10_03/2011_10_03_drive_0034_sync 2573 r\n2011_10_03/2011_10_03_drive_0034_sync 3296 l\n2011_10_03/2011_10_03_drive_0034_sync 1179 l\n2011_10_03/2011_10_03_drive_0034_sync 3856 r\n2011_10_03/2011_10_03_drive_0034_sync 3475 r\n2011_10_03/2011_10_03_drive_0034_sync 1624 l\n2011_10_03/2011_10_03_drive_0034_sync 4384 r\n2011_10_03/2011_10_03_drive_0034_sync 4604 r\n2011_10_03/2011_10_03_drive_0034_sync 222 l\n2011_10_03/2011_10_03_drive_0034_sync 330 r\n2011_10_03/2011_10_03_drive_0034_sync 4399 r\n2011_10_03/2011_10_03_drive_0034_sync 1947 r\n2011_10_03/2011_10_03_drive_0034_sync 2224 r\n2011_10_03/2011_10_03_drive_0034_sync 2599 l\n2011_10_03/2011_10_03_drive_0034_sync 2787 l\n2011_10_03/2011_10_03_drive_0034_sync 3861 l\n2011_10_03/2011_10_03_drive_0034_sync 264 r\n2011_10_03/2011_10_03_drive_0034_sync 2385 r\n2011_10_03/2011_10_03_drive_0034_sync 1703 l\n2011_10_03/2011_10_03_drive_0034_sync 3723 r\n2011_10_03/2011_10_03_drive_0034_sync 2799 r\n2011_10_03/2011_10_03_drive_0034_sync 2405 l\n2011_10_03/2011_10_03_drive_0034_sync 3115 r\n2011_10_03/2011_10_03_drive_0034_sync 4027 l\n2011_10_03/2011_10_03_drive_0034_sync 627 l\n2011_10_03/2011_10_03_drive_0034_sync 1656 r\n2011_10_03/2011_10_03_drive_0034_sync 2954 l\n2011_10_03/2011_10_03_drive_0034_sync 4067 r\n2011_10_03/2011_10_03_drive_0034_sync 2725 r\n2011_10_03/2011_10_03_drive_0034_sync 1083 r\n2011_10_03/2011_10_03_drive_0034_sync 1635 r\n2011_10_03/2011_10_03_drive_0034_sync 2581 r\n2011_10_03/2011_10_03_drive_0034_sync 16 r\n2011_10_03/2011_10_03_drive_0034_sync 2413 l\n2011_10_03/2011_10_03_drive_0034_sync 3827 l\n2011_10_03/2011_10_03_drive_0034_sync 4269 r\n2011_10_03/2011_10_03_drive_0034_sync 1622 l\n2011_10_03/2011_10_03_drive_0034_sync 2699 l\n2011_10_03/2011_10_03_drive_0034_sync 4192 l\n2011_10_03/2011_10_03_drive_0034_sync 498 r\n2011_10_03/2011_10_03_drive_0034_sync 3459 r\n2011_10_03/2011_10_03_drive_0034_sync 1128 l\n2011_10_03/2011_10_03_drive_0034_sync 3323 r\n2011_10_03/2011_10_03_drive_0034_sync 4590 r\n2011_10_03/2011_10_03_drive_0034_sync 2939 r\n2011_10_03/2011_10_03_drive_0034_sync 1296 r\n2011_10_03/2011_10_03_drive_0034_sync 838 l\n2011_10_03/2011_10_03_drive_0034_sync 2494 l\n2011_10_03/2011_10_03_drive_0034_sync 4613 l\n2011_10_03/2011_10_03_drive_0034_sync 282 l\n2011_10_03/2011_10_03_drive_0034_sync 2530 l\n2011_10_03/2011_10_03_drive_0034_sync 191 l\n2011_10_03/2011_10_03_drive_0034_sync 1892 l\n2011_10_03/2011_10_03_drive_0034_sync 3201 l\n2011_10_03/2011_10_03_drive_0034_sync 3080 l\n2011_10_03/2011_10_03_drive_0034_sync 1698 r\n2011_10_03/2011_10_03_drive_0034_sync 2159 r\n2011_10_03/2011_10_03_drive_0034_sync 2000 l\n2011_10_03/2011_10_03_drive_0034_sync 1067 r\n2011_10_03/2011_10_03_drive_0034_sync 3642 r\n2011_10_03/2011_10_03_drive_0034_sync 2636 l\n2011_10_03/2011_10_03_drive_0034_sync 4342 l\n2011_10_03/2011_10_03_drive_0034_sync 3537 r\n2011_10_03/2011_10_03_drive_0034_sync 2110 l\n2011_10_03/2011_10_03_drive_0034_sync 2963 l\n2011_10_03/2011_10_03_drive_0034_sync 2809 r\n2011_10_03/2011_10_03_drive_0034_sync 406 l\n2011_10_03/2011_10_03_drive_0034_sync 2708 r\n2011_10_03/2011_10_03_drive_0034_sync 161 r\n2011_10_03/2011_10_03_drive_0034_sync 2006 l\n2011_10_03/2011_10_03_drive_0034_sync 2144 l\n2011_10_03/2011_10_03_drive_0034_sync 1088 l\n2011_10_03/2011_10_03_drive_0034_sync 1476 l\n2011_10_03/2011_10_03_drive_0034_sync 2330 l\n2011_10_03/2011_10_03_drive_0034_sync 689 r\n2011_10_03/2011_10_03_drive_0034_sync 3309 l\n2011_10_03/2011_10_03_drive_0034_sync 4534 r\n2011_10_03/2011_10_03_drive_0034_sync 2967 r\n2011_10_03/2011_10_03_drive_0034_sync 1580 r\n2011_10_03/2011_10_03_drive_0034_sync 2314 r\n2011_10_03/2011_10_03_drive_0034_sync 540 r\n2011_10_03/2011_10_03_drive_0034_sync 1158 l\n2011_10_03/2011_10_03_drive_0034_sync 4504 l\n2011_10_03/2011_10_03_drive_0034_sync 3275 l\n2011_10_03/2011_10_03_drive_0034_sync 2195 r\n2011_10_03/2011_10_03_drive_0034_sync 2674 r\n2011_10_03/2011_10_03_drive_0034_sync 2552 r\n2011_10_03/2011_10_03_drive_0034_sync 939 l\n2011_10_03/2011_10_03_drive_0034_sync 2350 r\n2011_10_03/2011_10_03_drive_0034_sync 1116 l\n2011_10_03/2011_10_03_drive_0034_sync 492 l\n2011_10_03/2011_10_03_drive_0034_sync 3708 l\n2011_10_03/2011_10_03_drive_0034_sync 173 r\n2011_10_03/2011_10_03_drive_0034_sync 813 r\n2011_10_03/2011_10_03_drive_0034_sync 228 l\n2011_10_03/2011_10_03_drive_0034_sync 2263 l\n2011_10_03/2011_10_03_drive_0034_sync 4383 r\n2011_10_03/2011_10_03_drive_0034_sync 2050 l\n2011_10_03/2011_10_03_drive_0034_sync 3265 l\n2011_10_03/2011_10_03_drive_0034_sync 749 r\n2011_10_03/2011_10_03_drive_0034_sync 2697 r\n2011_10_03/2011_10_03_drive_0034_sync 582 r\n2011_10_03/2011_10_03_drive_0034_sync 2422 r\n2011_10_03/2011_10_03_drive_0034_sync 3769 r\n2011_10_03/2011_10_03_drive_0034_sync 1907 r\n2011_10_03/2011_10_03_drive_0034_sync 1378 r\n2011_10_03/2011_10_03_drive_0034_sync 721 l\n2011_10_03/2011_10_03_drive_0034_sync 3517 r\n2011_10_03/2011_10_03_drive_0034_sync 3327 l\n2011_10_03/2011_10_03_drive_0034_sync 752 r\n2011_10_03/2011_10_03_drive_0034_sync 328 l\n2011_10_03/2011_10_03_drive_0034_sync 1982 r\n2011_10_03/2011_10_03_drive_0034_sync 1163 r\n2011_10_03/2011_10_03_drive_0034_sync 811 r\n2011_10_03/2011_10_03_drive_0034_sync 1184 r\n2011_10_03/2011_10_03_drive_0034_sync 2899 r\n2011_10_03/2011_10_03_drive_0034_sync 1047 l\n2011_10_03/2011_10_03_drive_0034_sync 1629 r\n2011_10_03/2011_10_03_drive_0034_sync 854 l\n2011_10_03/2011_10_03_drive_0034_sync 2851 l\n2011_10_03/2011_10_03_drive_0034_sync 2920 l\n2011_10_03/2011_10_03_drive_0034_sync 1864 r\n2011_10_03/2011_10_03_drive_0034_sync 506 l\n2011_10_03/2011_10_03_drive_0034_sync 4224 r\n2011_10_03/2011_10_03_drive_0034_sync 559 r\n2011_10_03/2011_10_03_drive_0034_sync 4351 l\n2011_10_03/2011_10_03_drive_0034_sync 3822 l\n2011_10_03/2011_10_03_drive_0034_sync 4596 r\n2011_10_03/2011_10_03_drive_0034_sync 4584 r\n2011_10_03/2011_10_03_drive_0034_sync 4357 r\n2011_10_03/2011_10_03_drive_0034_sync 195 r\n2011_10_03/2011_10_03_drive_0034_sync 584 l\n2011_10_03/2011_10_03_drive_0034_sync 1006 r\n2011_10_03/2011_10_03_drive_0034_sync 2210 r\n2011_10_03/2011_10_03_drive_0034_sync 1514 l\n2011_10_03/2011_10_03_drive_0034_sync 2298 l\n2011_10_03/2011_10_03_drive_0034_sync 3817 r\n2011_10_03/2011_10_03_drive_0034_sync 897 r\n2011_10_03/2011_10_03_drive_0034_sync 2625 r\n2011_10_03/2011_10_03_drive_0034_sync 1553 r\n2011_10_03/2011_10_03_drive_0034_sync 2896 l\n2011_10_03/2011_10_03_drive_0034_sync 560 l\n2011_10_03/2011_10_03_drive_0034_sync 2704 r\n2011_10_03/2011_10_03_drive_0034_sync 2920 r\n2011_10_03/2011_10_03_drive_0034_sync 703 r\n2011_10_03/2011_10_03_drive_0034_sync 2275 r\n2011_10_03/2011_10_03_drive_0034_sync 456 l\n2011_10_03/2011_10_03_drive_0034_sync 2454 r\n2011_10_03/2011_10_03_drive_0034_sync 2829 l\n2011_10_03/2011_10_03_drive_0034_sync 1695 l\n2011_10_03/2011_10_03_drive_0034_sync 3695 l\n2011_10_03/2011_10_03_drive_0034_sync 660 r\n2011_10_03/2011_10_03_drive_0034_sync 2447 r\n2011_10_03/2011_10_03_drive_0034_sync 1437 l\n2011_10_03/2011_10_03_drive_0034_sync 4543 l\n2011_10_03/2011_10_03_drive_0034_sync 2505 r\n2011_10_03/2011_10_03_drive_0034_sync 1766 l\n2011_10_03/2011_10_03_drive_0034_sync 1286 r\n2011_10_03/2011_10_03_drive_0034_sync 1104 r\n2011_10_03/2011_10_03_drive_0034_sync 1350 r\n2011_10_03/2011_10_03_drive_0034_sync 611 r\n2011_10_03/2011_10_03_drive_0034_sync 4246 r\n2011_10_03/2011_10_03_drive_0034_sync 3151 r\n2011_10_03/2011_10_03_drive_0034_sync 2605 l\n2011_10_03/2011_10_03_drive_0034_sync 3208 r\n2011_10_03/2011_10_03_drive_0034_sync 4339 l\n2011_10_03/2011_10_03_drive_0034_sync 1494 l\n2011_10_03/2011_10_03_drive_0034_sync 1077 l\n2011_10_03/2011_10_03_drive_0034_sync 2246 r\n2011_10_03/2011_10_03_drive_0034_sync 3395 r\n2011_10_03/2011_10_03_drive_0034_sync 1188 r\n2011_10_03/2011_10_03_drive_0034_sync 4537 r\n2011_10_03/2011_10_03_drive_0034_sync 3344 l\n2011_10_03/2011_10_03_drive_0034_sync 518 r\n2011_10_03/2011_10_03_drive_0034_sync 3907 r\n2011_10_03/2011_10_03_drive_0034_sync 790 r\n2011_10_03/2011_10_03_drive_0034_sync 1297 l\n2011_10_03/2011_10_03_drive_0034_sync 1881 l\n2011_10_03/2011_10_03_drive_0034_sync 682 r\n2011_10_03/2011_10_03_drive_0034_sync 3411 l\n2011_10_03/2011_10_03_drive_0034_sync 563 r\n2011_10_03/2011_10_03_drive_0034_sync 243 r\n2011_10_03/2011_10_03_drive_0034_sync 1539 r\n2011_10_03/2011_10_03_drive_0034_sync 892 l\n2011_10_03/2011_10_03_drive_0034_sync 3902 l\n2011_10_03/2011_10_03_drive_0034_sync 112 l\n2011_10_03/2011_10_03_drive_0034_sync 4192 r\n2011_10_03/2011_10_03_drive_0034_sync 3450 r\n2011_10_03/2011_10_03_drive_0034_sync 1185 r\n2011_10_03/2011_10_03_drive_0034_sync 3718 l\n2011_10_03/2011_10_03_drive_0034_sync 2394 l\n2011_10_03/2011_10_03_drive_0034_sync 2562 r\n2011_10_03/2011_10_03_drive_0034_sync 806 l\n2011_10_03/2011_10_03_drive_0034_sync 3882 l\n2011_10_03/2011_10_03_drive_0034_sync 1819 r\n2011_10_03/2011_10_03_drive_0034_sync 3630 r\n2011_10_03/2011_10_03_drive_0034_sync 4178 r\n2011_10_03/2011_10_03_drive_0034_sync 1001 r\n2011_10_03/2011_10_03_drive_0034_sync 30 l\n2011_10_03/2011_10_03_drive_0034_sync 2207 r\n2011_10_03/2011_10_03_drive_0034_sync 61 l\n2011_10_03/2011_10_03_drive_0034_sync 2397 l\n2011_10_03/2011_10_03_drive_0034_sync 1673 r\n2011_10_03/2011_10_03_drive_0034_sync 969 r\n2011_10_03/2011_10_03_drive_0034_sync 1815 l\n2011_10_03/2011_10_03_drive_0034_sync 22 r\n2011_10_03/2011_10_03_drive_0034_sync 2451 l\n2011_10_03/2011_10_03_drive_0034_sync 4326 r\n2011_10_03/2011_10_03_drive_0034_sync 4025 r\n2011_10_03/2011_10_03_drive_0034_sync 651 l\n2011_10_03/2011_10_03_drive_0034_sync 2248 r\n2011_10_03/2011_10_03_drive_0034_sync 823 r\n2011_10_03/2011_10_03_drive_0034_sync 2552 l\n2011_10_03/2011_10_03_drive_0034_sync 3430 l\n2011_10_03/2011_10_03_drive_0034_sync 1661 r\n2011_10_03/2011_10_03_drive_0034_sync 4587 l\n2011_10_03/2011_10_03_drive_0034_sync 3439 l\n2011_10_03/2011_10_03_drive_0034_sync 2124 l\n2011_10_03/2011_10_03_drive_0034_sync 1101 r\n2011_10_03/2011_10_03_drive_0034_sync 4485 r\n2011_10_03/2011_10_03_drive_0034_sync 61 r\n2011_10_03/2011_10_03_drive_0034_sync 2555 r\n2011_10_03/2011_10_03_drive_0034_sync 1505 r\n2011_10_03/2011_10_03_drive_0034_sync 3030 l\n2011_10_03/2011_10_03_drive_0034_sync 3219 r\n2011_10_03/2011_10_03_drive_0034_sync 4509 l\n2011_10_03/2011_10_03_drive_0034_sync 2143 l\n2011_10_03/2011_10_03_drive_0034_sync 2941 r\n2011_10_03/2011_10_03_drive_0034_sync 2635 r\n2011_10_03/2011_10_03_drive_0034_sync 3036 r\n2011_10_03/2011_10_03_drive_0034_sync 72 r\n2011_10_03/2011_10_03_drive_0034_sync 1478 l\n2011_10_03/2011_10_03_drive_0034_sync 3070 l\n2011_10_03/2011_10_03_drive_0034_sync 4354 r\n2011_10_03/2011_10_03_drive_0034_sync 2973 r\n2011_10_03/2011_10_03_drive_0034_sync 4260 l\n2011_10_03/2011_10_03_drive_0034_sync 2324 r\n2011_10_03/2011_10_03_drive_0034_sync 4499 l\n2011_10_03/2011_10_03_drive_0034_sync 2153 l\n2011_10_03/2011_10_03_drive_0034_sync 1263 l\n2011_10_03/2011_10_03_drive_0034_sync 13 r\n2011_10_03/2011_10_03_drive_0034_sync 270 l\n2011_10_03/2011_10_03_drive_0034_sync 866 r\n2011_10_03/2011_10_03_drive_0034_sync 418 l\n2011_10_03/2011_10_03_drive_0034_sync 4002 r\n2011_10_03/2011_10_03_drive_0034_sync 1556 l\n2011_10_03/2011_10_03_drive_0034_sync 3846 r\n2011_10_03/2011_10_03_drive_0034_sync 1931 r\n2011_10_03/2011_10_03_drive_0034_sync 3766 l\n2011_10_03/2011_10_03_drive_0034_sync 2739 l\n2011_10_03/2011_10_03_drive_0034_sync 4407 l\n2011_10_03/2011_10_03_drive_0034_sync 365 l\n2011_10_03/2011_10_03_drive_0034_sync 4062 l\n2011_10_03/2011_10_03_drive_0034_sync 2717 l\n2011_10_03/2011_10_03_drive_0034_sync 1984 l\n2011_10_03/2011_10_03_drive_0034_sync 254 l\n2011_10_03/2011_10_03_drive_0034_sync 1947 l\n2011_10_03/2011_10_03_drive_0034_sync 4645 l\n2011_10_03/2011_10_03_drive_0034_sync 4299 r\n2011_10_03/2011_10_03_drive_0034_sync 4359 r\n2011_10_03/2011_10_03_drive_0034_sync 2284 r\n2011_10_03/2011_10_03_drive_0034_sync 2423 r\n2011_10_03/2011_10_03_drive_0034_sync 4405 r\n2011_10_03/2011_10_03_drive_0034_sync 1744 l\n2011_10_03/2011_10_03_drive_0034_sync 2257 r\n2011_10_03/2011_10_03_drive_0034_sync 2092 r\n2011_10_03/2011_10_03_drive_0034_sync 615 r\n2011_10_03/2011_10_03_drive_0034_sync 87 r\n2011_10_03/2011_10_03_drive_0034_sync 613 l\n2011_10_03/2011_10_03_drive_0034_sync 1316 r\n2011_10_03/2011_10_03_drive_0034_sync 983 r\n2011_10_03/2011_10_03_drive_0034_sync 4456 l\n2011_10_03/2011_10_03_drive_0034_sync 2891 r\n2011_10_03/2011_10_03_drive_0034_sync 4340 l\n2011_10_03/2011_10_03_drive_0034_sync 1881 r\n2011_10_03/2011_10_03_drive_0034_sync 1233 l\n2011_10_03/2011_10_03_drive_0034_sync 3245 l\n2011_10_03/2011_10_03_drive_0034_sync 552 r\n2011_10_03/2011_10_03_drive_0034_sync 3595 r\n2011_10_03/2011_10_03_drive_0034_sync 1169 r\n2011_10_03/2011_10_03_drive_0034_sync 4311 l\n2011_10_03/2011_10_03_drive_0034_sync 729 r\n2011_10_03/2011_10_03_drive_0034_sync 2300 r\n2011_10_03/2011_10_03_drive_0034_sync 4628 r\n2011_10_03/2011_10_03_drive_0034_sync 987 l\n2011_10_03/2011_10_03_drive_0034_sync 3895 l\n2011_10_03/2011_10_03_drive_0034_sync 3193 r\n2011_10_03/2011_10_03_drive_0034_sync 452 l\n2011_10_03/2011_10_03_drive_0034_sync 2302 r\n2011_10_03/2011_10_03_drive_0034_sync 312 l\n2011_10_03/2011_10_03_drive_0034_sync 2748 r\n2011_10_03/2011_10_03_drive_0034_sync 871 r\n2011_10_03/2011_10_03_drive_0034_sync 2482 r\n2011_10_03/2011_10_03_drive_0034_sync 281 r\n2011_10_03/2011_10_03_drive_0034_sync 853 l\n2011_10_03/2011_10_03_drive_0034_sync 2240 r\n2011_10_03/2011_10_03_drive_0034_sync 3215 l\n2011_10_03/2011_10_03_drive_0034_sync 457 l\n2011_10_03/2011_10_03_drive_0034_sync 1980 r\n2011_10_03/2011_10_03_drive_0034_sync 505 r\n2011_10_03/2011_10_03_drive_0034_sync 593 l\n2011_10_03/2011_10_03_drive_0034_sync 3711 r\n2011_10_03/2011_10_03_drive_0034_sync 4431 l\n2011_10_03/2011_10_03_drive_0034_sync 3689 l\n2011_10_03/2011_10_03_drive_0034_sync 1478 r\n2011_10_03/2011_10_03_drive_0034_sync 1721 r\n2011_10_03/2011_10_03_drive_0034_sync 1884 l\n2011_10_03/2011_10_03_drive_0034_sync 2792 l\n2011_10_03/2011_10_03_drive_0034_sync 4647 r\n2011_10_03/2011_10_03_drive_0034_sync 2542 l\n2011_10_03/2011_10_03_drive_0034_sync 4319 l\n2011_10_03/2011_10_03_drive_0034_sync 1251 l\n2011_10_03/2011_10_03_drive_0034_sync 2682 r\n2011_10_03/2011_10_03_drive_0034_sync 4557 l\n2011_10_03/2011_10_03_drive_0034_sync 3483 l\n2011_10_03/2011_10_03_drive_0034_sync 4642 l\n2011_10_03/2011_10_03_drive_0034_sync 2424 r\n2011_10_03/2011_10_03_drive_0034_sync 1762 r\n2011_10_03/2011_10_03_drive_0034_sync 3226 r\n2011_10_03/2011_10_03_drive_0034_sync 1279 r\n2011_10_03/2011_10_03_drive_0034_sync 1730 l\n2011_10_03/2011_10_03_drive_0034_sync 1507 l\n2011_10_03/2011_10_03_drive_0034_sync 443 r\n2011_10_03/2011_10_03_drive_0034_sync 3306 r\n2011_10_03/2011_10_03_drive_0034_sync 3606 l\n2011_10_03/2011_10_03_drive_0034_sync 468 r\n2011_10_03/2011_10_03_drive_0034_sync 617 r\n2011_10_03/2011_10_03_drive_0034_sync 3250 l\n2011_10_03/2011_10_03_drive_0034_sync 2359 l\n2011_10_03/2011_10_03_drive_0034_sync 4403 l\n2011_10_03/2011_10_03_drive_0034_sync 2099 l\n2011_10_03/2011_10_03_drive_0034_sync 1475 l\n2011_10_03/2011_10_03_drive_0034_sync 2317 l\n2011_10_03/2011_10_03_drive_0034_sync 3001 l\n2011_10_03/2011_10_03_drive_0034_sync 649 l\n2011_10_03/2011_10_03_drive_0034_sync 3280 l\n2011_10_03/2011_10_03_drive_0034_sync 3283 r\n2011_10_03/2011_10_03_drive_0034_sync 3121 l\n2011_10_03/2011_10_03_drive_0034_sync 4 r\n2011_10_03/2011_10_03_drive_0034_sync 774 l\n2011_10_03/2011_10_03_drive_0034_sync 1641 r\n2011_10_03/2011_10_03_drive_0034_sync 387 l\n2011_10_03/2011_10_03_drive_0034_sync 82 l\n2011_10_03/2011_10_03_drive_0034_sync 1489 l\n2011_10_03/2011_10_03_drive_0034_sync 3499 r\n2011_10_03/2011_10_03_drive_0034_sync 3736 r\n2011_10_03/2011_10_03_drive_0034_sync 168 l\n2011_10_03/2011_10_03_drive_0034_sync 2673 l\n2011_10_03/2011_10_03_drive_0034_sync 647 r\n2011_10_03/2011_10_03_drive_0034_sync 1917 r\n2011_10_03/2011_10_03_drive_0034_sync 645 r\n2011_10_03/2011_10_03_drive_0034_sync 1979 l\n2011_10_03/2011_10_03_drive_0034_sync 2313 r\n2011_10_03/2011_10_03_drive_0034_sync 4544 r\n2011_10_03/2011_10_03_drive_0034_sync 4204 r\n2011_10_03/2011_10_03_drive_0034_sync 3170 r\n2011_10_03/2011_10_03_drive_0034_sync 3914 r\n2011_10_03/2011_10_03_drive_0034_sync 3285 r\n2011_10_03/2011_10_03_drive_0034_sync 1568 l\n2011_10_03/2011_10_03_drive_0034_sync 3060 r\n2011_10_03/2011_10_03_drive_0034_sync 4598 r\n2011_10_03/2011_10_03_drive_0034_sync 1538 r\n2011_10_03/2011_10_03_drive_0034_sync 4550 l\n2011_10_03/2011_10_03_drive_0034_sync 4659 l\n2011_10_03/2011_10_03_drive_0034_sync 3804 l\n2011_10_03/2011_10_03_drive_0034_sync 2405 r\n2011_10_03/2011_10_03_drive_0034_sync 4477 r\n2011_10_03/2011_10_03_drive_0034_sync 141 r\n2011_10_03/2011_10_03_drive_0034_sync 8 l\n2011_10_03/2011_10_03_drive_0034_sync 1483 l\n2011_10_03/2011_10_03_drive_0034_sync 4423 r\n2011_10_03/2011_10_03_drive_0034_sync 1341 r\n2011_10_03/2011_10_03_drive_0034_sync 2590 l\n2011_10_03/2011_10_03_drive_0034_sync 4562 r\n2011_10_03/2011_10_03_drive_0034_sync 724 l\n2011_10_03/2011_10_03_drive_0034_sync 474 l\n2011_10_03/2011_10_03_drive_0034_sync 4196 r\n2011_10_03/2011_10_03_drive_0034_sync 466 r\n2011_10_03/2011_10_03_drive_0034_sync 734 l\n2011_10_03/2011_10_03_drive_0034_sync 3264 r\n2011_10_03/2011_10_03_drive_0034_sync 3091 l\n2011_10_03/2011_10_03_drive_0034_sync 372 l\n2011_10_03/2011_10_03_drive_0034_sync 1834 r\n2011_10_03/2011_10_03_drive_0034_sync 2709 l\n2011_10_03/2011_10_03_drive_0034_sync 3555 l\n2011_10_03/2011_10_03_drive_0034_sync 2611 l\n2011_10_03/2011_10_03_drive_0034_sync 2706 r\n2011_10_03/2011_10_03_drive_0034_sync 3867 r\n2011_10_03/2011_10_03_drive_0034_sync 353 r\n2011_10_03/2011_10_03_drive_0034_sync 533 l\n2011_10_03/2011_10_03_drive_0034_sync 4085 l\n2011_10_03/2011_10_03_drive_0034_sync 2930 l\n2011_10_03/2011_10_03_drive_0034_sync 2877 l\n2011_10_03/2011_10_03_drive_0034_sync 3685 l\n2011_10_03/2011_10_03_drive_0034_sync 2884 r\n2011_10_03/2011_10_03_drive_0034_sync 3780 r\n2011_10_03/2011_10_03_drive_0034_sync 1841 l\n2011_10_03/2011_10_03_drive_0034_sync 3539 l\n2011_10_03/2011_10_03_drive_0034_sync 2591 l\n2011_10_03/2011_10_03_drive_0034_sync 3071 l\n2011_10_03/2011_10_03_drive_0034_sync 2715 l\n2011_10_03/2011_10_03_drive_0034_sync 4075 r\n2011_10_03/2011_10_03_drive_0034_sync 3114 l\n2011_10_03/2011_10_03_drive_0034_sync 4264 l\n2011_10_03/2011_10_03_drive_0034_sync 150 r\n2011_10_03/2011_10_03_drive_0034_sync 4444 l\n2011_10_03/2011_10_03_drive_0034_sync 4551 r\n2011_10_03/2011_10_03_drive_0034_sync 753 r\n2011_10_03/2011_10_03_drive_0034_sync 745 r\n2011_10_03/2011_10_03_drive_0034_sync 2668 l\n2011_10_03/2011_10_03_drive_0034_sync 1740 r\n2011_10_03/2011_10_03_drive_0034_sync 1084 r\n2011_10_03/2011_10_03_drive_0034_sync 3335 r\n2011_10_03/2011_10_03_drive_0034_sync 1340 l\n2011_10_03/2011_10_03_drive_0034_sync 1931 l\n2011_10_03/2011_10_03_drive_0034_sync 970 l\n2011_10_03/2011_10_03_drive_0034_sync 770 r\n2011_10_03/2011_10_03_drive_0034_sync 54 l\n2011_10_03/2011_10_03_drive_0034_sync 4132 r\n2011_10_03/2011_10_03_drive_0034_sync 746 l\n2011_10_03/2011_10_03_drive_0034_sync 426 l\n2011_10_03/2011_10_03_drive_0034_sync 4217 l\n2011_10_03/2011_10_03_drive_0034_sync 2114 r\n2011_10_03/2011_10_03_drive_0034_sync 3250 r\n2011_10_03/2011_10_03_drive_0034_sync 1222 r\n2011_10_03/2011_10_03_drive_0034_sync 1181 l\n2011_10_03/2011_10_03_drive_0034_sync 2142 r\n2011_10_03/2011_10_03_drive_0034_sync 617 l\n2011_10_03/2011_10_03_drive_0034_sync 1161 l\n2011_10_03/2011_10_03_drive_0034_sync 456 r\n2011_10_03/2011_10_03_drive_0034_sync 2730 r\n2011_10_03/2011_10_03_drive_0034_sync 1933 r\n2011_10_03/2011_10_03_drive_0034_sync 3906 r\n2011_10_03/2011_10_03_drive_0034_sync 3867 l\n2011_10_03/2011_10_03_drive_0034_sync 3664 r\n2011_10_03/2011_10_03_drive_0034_sync 95 r\n2011_10_03/2011_10_03_drive_0034_sync 377 r\n2011_10_03/2011_10_03_drive_0034_sync 3743 r\n2011_10_03/2011_10_03_drive_0034_sync 4114 l\n2011_10_03/2011_10_03_drive_0034_sync 2239 l\n2011_10_03/2011_10_03_drive_0034_sync 4239 l\n2011_10_03/2011_10_03_drive_0034_sync 1715 l\n2011_10_03/2011_10_03_drive_0034_sync 3802 l\n2011_10_03/2011_10_03_drive_0034_sync 4449 l\n2011_10_03/2011_10_03_drive_0034_sync 3289 l\n2011_10_03/2011_10_03_drive_0034_sync 75 l\n2011_10_03/2011_10_03_drive_0034_sync 4496 r\n2011_10_03/2011_10_03_drive_0034_sync 4558 r\n2011_10_03/2011_10_03_drive_0034_sync 3509 r\n2011_10_03/2011_10_03_drive_0034_sync 461 r\n2011_10_03/2011_10_03_drive_0034_sync 1963 r\n2011_10_03/2011_10_03_drive_0034_sync 2355 l\n2011_10_03/2011_10_03_drive_0034_sync 162 l\n2011_10_03/2011_10_03_drive_0034_sync 2660 r\n2011_10_03/2011_10_03_drive_0034_sync 1654 l\n2011_10_03/2011_10_03_drive_0034_sync 1452 r\n2011_10_03/2011_10_03_drive_0034_sync 3681 l\n2011_10_03/2011_10_03_drive_0034_sync 4162 l\n2011_10_03/2011_10_03_drive_0034_sync 1286 l\n2011_10_03/2011_10_03_drive_0034_sync 4343 l\n2011_10_03/2011_10_03_drive_0034_sync 1649 r\n2011_10_03/2011_10_03_drive_0034_sync 118 l\n2011_10_03/2011_10_03_drive_0034_sync 1509 l\n2011_10_03/2011_10_03_drive_0034_sync 2693 r\n2011_10_03/2011_10_03_drive_0034_sync 3739 r\n2011_10_03/2011_10_03_drive_0034_sync 2738 l\n2011_10_03/2011_10_03_drive_0034_sync 4472 r\n2011_10_03/2011_10_03_drive_0034_sync 2661 l\n2011_10_03/2011_10_03_drive_0034_sync 3802 r\n2011_10_03/2011_10_03_drive_0034_sync 1669 l\n2011_10_03/2011_10_03_drive_0034_sync 1952 r\n2011_10_03/2011_10_03_drive_0034_sync 2871 r\n2011_10_03/2011_10_03_drive_0034_sync 1528 l\n2011_10_03/2011_10_03_drive_0034_sync 1612 l\n2011_10_03/2011_10_03_drive_0034_sync 2531 l\n2011_10_03/2011_10_03_drive_0034_sync 3340 r\n2011_10_03/2011_10_03_drive_0034_sync 159 r\n2011_10_03/2011_10_03_drive_0034_sync 2231 l\n2011_10_03/2011_10_03_drive_0034_sync 585 r\n2011_10_03/2011_10_03_drive_0034_sync 2986 r\n2011_10_03/2011_10_03_drive_0034_sync 3370 r\n2011_10_03/2011_10_03_drive_0034_sync 688 r\n2011_10_03/2011_10_03_drive_0034_sync 2337 r\n2011_10_03/2011_10_03_drive_0034_sync 1180 r\n2011_10_03/2011_10_03_drive_0034_sync 2818 l\n2011_10_03/2011_10_03_drive_0034_sync 3229 r\n2011_10_03/2011_10_03_drive_0034_sync 3725 r\n2011_10_03/2011_10_03_drive_0034_sync 3932 r\n2011_10_03/2011_10_03_drive_0034_sync 1223 l\n2011_10_03/2011_10_03_drive_0034_sync 260 l\n2011_10_03/2011_10_03_drive_0034_sync 4110 r\n2011_10_03/2011_10_03_drive_0034_sync 4424 l\n2011_10_03/2011_10_03_drive_0034_sync 1985 r\n2011_10_03/2011_10_03_drive_0034_sync 2265 l\n2011_10_03/2011_10_03_drive_0034_sync 3811 r\n2011_10_03/2011_10_03_drive_0034_sync 1328 r\n2011_10_03/2011_10_03_drive_0034_sync 3981 l\n2011_10_03/2011_10_03_drive_0034_sync 3390 l\n2011_10_03/2011_10_03_drive_0034_sync 3862 l\n2011_10_03/2011_10_03_drive_0034_sync 2648 l\n2011_10_03/2011_10_03_drive_0034_sync 1967 r\n2011_10_03/2011_10_03_drive_0034_sync 459 l\n2011_10_03/2011_10_03_drive_0034_sync 1466 l\n2011_10_03/2011_10_03_drive_0034_sync 3173 r\n2011_10_03/2011_10_03_drive_0034_sync 3338 l\n2011_10_03/2011_10_03_drive_0034_sync 2509 r\n2011_10_03/2011_10_03_drive_0034_sync 4452 r\n2011_10_03/2011_10_03_drive_0034_sync 3792 l\n2011_10_03/2011_10_03_drive_0034_sync 686 r\n2011_10_03/2011_10_03_drive_0034_sync 1659 l\n2011_10_03/2011_10_03_drive_0034_sync 1693 l\n2011_10_03/2011_10_03_drive_0034_sync 1896 l\n2011_10_03/2011_10_03_drive_0034_sync 480 r\n2011_10_03/2011_10_03_drive_0034_sync 791 r\n2011_10_03/2011_10_03_drive_0034_sync 4443 l\n2011_10_03/2011_10_03_drive_0034_sync 3753 r\n2011_10_03/2011_10_03_drive_0034_sync 169 l\n2011_10_03/2011_10_03_drive_0034_sync 1416 r\n2011_10_03/2011_10_03_drive_0034_sync 4412 r\n2011_10_03/2011_10_03_drive_0034_sync 2676 r\n2011_10_03/2011_10_03_drive_0034_sync 3150 r\n2011_10_03/2011_10_03_drive_0034_sync 1377 l\n2011_10_03/2011_10_03_drive_0034_sync 569 r\n2011_10_03/2011_10_03_drive_0034_sync 1104 l\n2011_10_03/2011_10_03_drive_0034_sync 2652 r\n2011_10_03/2011_10_03_drive_0034_sync 3945 r\n2011_10_03/2011_10_03_drive_0034_sync 1645 l\n2011_10_03/2011_10_03_drive_0034_sync 2998 l\n2011_10_03/2011_10_03_drive_0034_sync 2696 l\n2011_10_03/2011_10_03_drive_0034_sync 969 l\n2011_10_03/2011_10_03_drive_0034_sync 1426 l\n2011_10_03/2011_10_03_drive_0034_sync 4287 l\n2011_10_03/2011_10_03_drive_0034_sync 3412 r\n2011_10_03/2011_10_03_drive_0034_sync 826 l\n2011_10_03/2011_10_03_drive_0034_sync 194 l\n2011_10_03/2011_10_03_drive_0034_sync 2305 r\n2011_10_03/2011_10_03_drive_0034_sync 1621 l\n2011_10_03/2011_10_03_drive_0034_sync 4417 l\n2011_10_03/2011_10_03_drive_0034_sync 1375 r\n2011_10_03/2011_10_03_drive_0034_sync 612 r\n2011_10_03/2011_10_03_drive_0034_sync 4222 l\n2011_10_03/2011_10_03_drive_0034_sync 1905 r\n2011_10_03/2011_10_03_drive_0034_sync 2728 l\n2011_10_03/2011_10_03_drive_0034_sync 4061 r\n2011_10_03/2011_10_03_drive_0034_sync 3407 l\n2011_10_03/2011_10_03_drive_0034_sync 4127 r\n2011_10_03/2011_10_03_drive_0034_sync 1875 r\n2011_10_03/2011_10_03_drive_0034_sync 4021 l\n2011_10_03/2011_10_03_drive_0034_sync 4331 l\n2011_10_03/2011_10_03_drive_0034_sync 272 r\n2011_10_03/2011_10_03_drive_0034_sync 1099 l\n2011_10_03/2011_10_03_drive_0034_sync 4371 l\n2011_10_03/2011_10_03_drive_0034_sync 1921 r\n2011_10_03/2011_10_03_drive_0034_sync 3108 r\n2011_10_03/2011_10_03_drive_0034_sync 846 r\n2011_10_03/2011_10_03_drive_0034_sync 3010 r\n2011_10_03/2011_10_03_drive_0034_sync 267 r\n2011_10_03/2011_10_03_drive_0034_sync 1343 l\n2011_10_03/2011_10_03_drive_0034_sync 2963 r\n2011_10_03/2011_10_03_drive_0034_sync 1109 r\n2011_10_03/2011_10_03_drive_0034_sync 4623 r\n2011_10_03/2011_10_03_drive_0034_sync 4585 r\n2011_10_03/2011_10_03_drive_0034_sync 872 l\n2011_10_03/2011_10_03_drive_0034_sync 1425 l\n2011_10_03/2011_10_03_drive_0034_sync 2057 r\n2011_10_03/2011_10_03_drive_0034_sync 3864 l\n2011_10_03/2011_10_03_drive_0034_sync 2054 l\n2011_10_03/2011_10_03_drive_0034_sync 2817 l\n2011_10_03/2011_10_03_drive_0034_sync 408 l\n2011_10_03/2011_10_03_drive_0034_sync 2767 l\n2011_10_03/2011_10_03_drive_0034_sync 1382 l\n2011_10_03/2011_10_03_drive_0034_sync 3878 r\n2011_10_03/2011_10_03_drive_0034_sync 868 l\n2011_10_03/2011_10_03_drive_0034_sync 2622 l\n2011_10_03/2011_10_03_drive_0034_sync 2841 l\n2011_10_03/2011_10_03_drive_0034_sync 3012 l\n2011_10_03/2011_10_03_drive_0034_sync 3214 r\n2011_10_03/2011_10_03_drive_0034_sync 2266 l\n2011_10_03/2011_10_03_drive_0034_sync 3969 l\n2011_10_03/2011_10_03_drive_0034_sync 3750 l\n2011_10_03/2011_10_03_drive_0034_sync 2027 r\n2011_10_03/2011_10_03_drive_0034_sync 3596 l\n2011_10_03/2011_10_03_drive_0034_sync 660 l\n2011_10_03/2011_10_03_drive_0034_sync 3415 l\n2011_10_03/2011_10_03_drive_0034_sync 1036 r\n2011_10_03/2011_10_03_drive_0034_sync 2377 r\n2011_10_03/2011_10_03_drive_0034_sync 2884 l\n2011_10_03/2011_10_03_drive_0034_sync 859 r\n2011_10_03/2011_10_03_drive_0034_sync 3191 l\n2011_10_03/2011_10_03_drive_0034_sync 1984 r\n2011_10_03/2011_10_03_drive_0034_sync 405 r\n2011_10_03/2011_10_03_drive_0034_sync 1966 l\n2011_10_03/2011_10_03_drive_0034_sync 3798 r\n2011_10_03/2011_10_03_drive_0034_sync 4261 r\n2011_10_03/2011_10_03_drive_0034_sync 4124 l\n2011_10_03/2011_10_03_drive_0034_sync 654 r\n2011_10_03/2011_10_03_drive_0034_sync 1302 r\n2011_10_03/2011_10_03_drive_0034_sync 1297 r\n2011_10_03/2011_10_03_drive_0034_sync 3947 l\n2011_10_03/2011_10_03_drive_0034_sync 3062 r\n2011_10_03/2011_10_03_drive_0034_sync 1237 r\n2011_10_03/2011_10_03_drive_0034_sync 4545 l\n2011_10_03/2011_10_03_drive_0034_sync 4200 r\n2011_10_03/2011_10_03_drive_0034_sync 938 r\n2011_10_03/2011_10_03_drive_0034_sync 3563 l\n2011_10_03/2011_10_03_drive_0034_sync 446 l\n2011_10_03/2011_10_03_drive_0034_sync 1157 l\n2011_10_03/2011_10_03_drive_0034_sync 2374 l\n2011_10_03/2011_10_03_drive_0034_sync 3575 r\n2011_10_03/2011_10_03_drive_0034_sync 707 r\n2011_10_03/2011_10_03_drive_0034_sync 3109 l\n2011_10_03/2011_10_03_drive_0034_sync 3889 r\n2011_10_03/2011_10_03_drive_0034_sync 4588 r\n2011_10_03/2011_10_03_drive_0034_sync 1632 r\n2011_10_03/2011_10_03_drive_0034_sync 3308 r\n2011_10_03/2011_10_03_drive_0034_sync 487 l\n2011_10_03/2011_10_03_drive_0034_sync 4650 r\n2011_10_03/2011_10_03_drive_0034_sync 2268 l\n2011_10_03/2011_10_03_drive_0034_sync 3665 l\n2011_10_03/2011_10_03_drive_0034_sync 2370 l\n2011_10_03/2011_10_03_drive_0034_sync 4338 r\n2011_10_03/2011_10_03_drive_0034_sync 4482 r\n2011_10_03/2011_10_03_drive_0034_sync 2768 r\n2011_10_03/2011_10_03_drive_0034_sync 3585 l\n2011_10_03/2011_10_03_drive_0034_sync 3591 l\n2011_10_03/2011_10_03_drive_0034_sync 308 l\n2011_10_03/2011_10_03_drive_0034_sync 1852 l\n2011_10_03/2011_10_03_drive_0034_sync 1829 l\n2011_10_03/2011_10_03_drive_0034_sync 481 l\n2011_10_03/2011_10_03_drive_0034_sync 1414 r\n2011_10_03/2011_10_03_drive_0034_sync 3530 r\n2011_10_03/2011_10_03_drive_0034_sync 2367 l\n2011_10_03/2011_10_03_drive_0034_sync 3319 r\n2011_10_03/2011_10_03_drive_0034_sync 2579 r\n2011_10_03/2011_10_03_drive_0034_sync 452 r\n2011_10_03/2011_10_03_drive_0034_sync 3482 r\n2011_10_03/2011_10_03_drive_0034_sync 1148 r\n2011_10_03/2011_10_03_drive_0034_sync 799 r\n2011_10_03/2011_10_03_drive_0034_sync 415 r\n2011_10_03/2011_10_03_drive_0034_sync 4305 r\n2011_10_03/2011_10_03_drive_0034_sync 3229 l\n2011_10_03/2011_10_03_drive_0034_sync 4333 r\n2011_10_03/2011_10_03_drive_0034_sync 442 r\n2011_10_03/2011_10_03_drive_0034_sync 745 l\n2011_10_03/2011_10_03_drive_0034_sync 657 r\n2011_10_03/2011_10_03_drive_0034_sync 1473 l\n2011_10_03/2011_10_03_drive_0034_sync 4389 r\n2011_10_03/2011_10_03_drive_0034_sync 1562 r\n2011_10_03/2011_10_03_drive_0034_sync 2192 r\n2011_10_03/2011_10_03_drive_0034_sync 2010 l\n2011_10_03/2011_10_03_drive_0034_sync 3805 l\n2011_10_03/2011_10_03_drive_0034_sync 3797 l\n2011_10_03/2011_10_03_drive_0034_sync 2780 l\n2011_10_03/2011_10_03_drive_0034_sync 1787 l\n2011_10_03/2011_10_03_drive_0034_sync 3758 l\n2011_10_03/2011_10_03_drive_0034_sync 2865 l\n2011_10_03/2011_10_03_drive_0034_sync 4275 r\n2011_10_03/2011_10_03_drive_0034_sync 856 l\n2011_10_03/2011_10_03_drive_0034_sync 1589 r\n2011_10_03/2011_10_03_drive_0034_sync 3589 l\n2011_10_03/2011_10_03_drive_0034_sync 1129 r\n2011_10_03/2011_10_03_drive_0034_sync 143 r\n2011_10_03/2011_10_03_drive_0034_sync 687 l\n2011_10_03/2011_10_03_drive_0034_sync 2916 r\n2011_10_03/2011_10_03_drive_0034_sync 3729 l\n2011_10_03/2011_10_03_drive_0034_sync 2770 l\n2011_10_03/2011_10_03_drive_0034_sync 1481 l\n2011_10_03/2011_10_03_drive_0034_sync 4019 l\n2011_10_03/2011_10_03_drive_0034_sync 4030 r\n2011_10_03/2011_10_03_drive_0034_sync 3096 r\n2011_10_03/2011_10_03_drive_0034_sync 1969 r\n2011_10_03/2011_10_03_drive_0034_sync 141 l\n2011_10_03/2011_10_03_drive_0034_sync 1532 l\n2011_10_03/2011_10_03_drive_0034_sync 4505 r\n2011_10_03/2011_10_03_drive_0034_sync 41 l\n2011_10_03/2011_10_03_drive_0034_sync 1821 r\n2011_10_03/2011_10_03_drive_0034_sync 1721 l\n2011_10_03/2011_10_03_drive_0034_sync 2593 l\n2011_10_03/2011_10_03_drive_0034_sync 3951 r\n2011_10_03/2011_10_03_drive_0034_sync 4135 l\n2011_10_03/2011_10_03_drive_0034_sync 2357 r\n2011_10_03/2011_10_03_drive_0034_sync 265 l\n2011_10_03/2011_10_03_drive_0034_sync 2477 r\n2011_10_03/2011_10_03_drive_0034_sync 973 l\n2011_10_03/2011_10_03_drive_0034_sync 2529 l\n2011_10_03/2011_10_03_drive_0034_sync 1240 l\n2011_10_03/2011_10_03_drive_0034_sync 1530 r\n2011_10_03/2011_10_03_drive_0034_sync 4334 r\n2011_10_03/2011_10_03_drive_0034_sync 184 l\n2011_10_03/2011_10_03_drive_0034_sync 3722 l\n2011_10_03/2011_10_03_drive_0034_sync 384 l\n2011_10_03/2011_10_03_drive_0034_sync 3313 r\n2011_10_03/2011_10_03_drive_0034_sync 546 r\n2011_10_03/2011_10_03_drive_0034_sync 91 l\n2011_10_03/2011_10_03_drive_0034_sync 4212 r\n2011_10_03/2011_10_03_drive_0034_sync 410 l\n2011_10_03/2011_10_03_drive_0034_sync 1201 r\n2011_10_03/2011_10_03_drive_0034_sync 2302 l\n2011_10_03/2011_10_03_drive_0034_sync 56 r\n2011_10_03/2011_10_03_drive_0034_sync 3458 l\n2011_10_03/2011_10_03_drive_0034_sync 4154 r\n2011_10_03/2011_10_03_drive_0034_sync 2604 r\n2011_10_03/2011_10_03_drive_0034_sync 3325 l\n2011_10_03/2011_10_03_drive_0034_sync 4446 l\n2011_10_03/2011_10_03_drive_0034_sync 3090 r\n2011_10_03/2011_10_03_drive_0034_sync 3865 r\n2011_10_03/2011_10_03_drive_0034_sync 1255 l\n2011_10_03/2011_10_03_drive_0034_sync 3423 r\n2011_10_03/2011_10_03_drive_0034_sync 3225 r\n2011_10_03/2011_10_03_drive_0034_sync 1053 l\n2011_10_03/2011_10_03_drive_0034_sync 4148 l\n2011_10_03/2011_10_03_drive_0034_sync 1675 r\n2011_10_03/2011_10_03_drive_0034_sync 2602 l\n2011_10_03/2011_10_03_drive_0034_sync 3365 r\n2011_10_03/2011_10_03_drive_0034_sync 723 r\n2011_10_03/2011_10_03_drive_0034_sync 701 l\n2011_10_03/2011_10_03_drive_0034_sync 3081 r\n2011_10_03/2011_10_03_drive_0034_sync 3860 r\n2011_10_03/2011_10_03_drive_0034_sync 4471 l\n2011_10_03/2011_10_03_drive_0034_sync 179 l\n2011_10_03/2011_10_03_drive_0034_sync 2653 l\n2011_10_03/2011_10_03_drive_0034_sync 4292 r\n2011_10_03/2011_10_03_drive_0034_sync 3976 l\n2011_10_03/2011_10_03_drive_0034_sync 3021 l\n2011_10_03/2011_10_03_drive_0034_sync 4442 l\n2011_10_03/2011_10_03_drive_0034_sync 1062 l\n2011_10_03/2011_10_03_drive_0034_sync 4286 l\n2011_10_03/2011_10_03_drive_0034_sync 2614 l\n2011_10_03/2011_10_03_drive_0034_sync 4076 r\n2011_10_03/2011_10_03_drive_0034_sync 3938 l\n2011_10_03/2011_10_03_drive_0034_sync 2849 l\n2011_10_03/2011_10_03_drive_0034_sync 2432 r\n2011_10_03/2011_10_03_drive_0034_sync 3751 r\n2011_10_03/2011_10_03_drive_0034_sync 2267 r\n2011_10_03/2011_10_03_drive_0034_sync 4080 l\n2011_10_03/2011_10_03_drive_0034_sync 2839 l\n2011_10_03/2011_10_03_drive_0034_sync 2366 r\n2011_10_03/2011_10_03_drive_0034_sync 1169 l\n2011_10_03/2011_10_03_drive_0034_sync 4301 l\n2011_10_03/2011_10_03_drive_0034_sync 4340 r\n2011_10_03/2011_10_03_drive_0034_sync 4251 r\n2011_10_03/2011_10_03_drive_0034_sync 564 l\n2011_10_03/2011_10_03_drive_0034_sync 1872 r\n2011_10_03/2011_10_03_drive_0034_sync 3072 l\n2011_10_03/2011_10_03_drive_0034_sync 2443 r\n2011_10_03/2011_10_03_drive_0034_sync 2213 l\n2011_10_03/2011_10_03_drive_0034_sync 649 r\n2011_10_03/2011_10_03_drive_0034_sync 1749 r\n2011_10_03/2011_10_03_drive_0034_sync 1707 l\n2011_10_03/2011_10_03_drive_0034_sync 2657 r\n2011_10_03/2011_10_03_drive_0034_sync 3130 l\n2011_10_03/2011_10_03_drive_0034_sync 10 l\n2011_10_03/2011_10_03_drive_0034_sync 3326 r\n2011_10_03/2011_10_03_drive_0034_sync 3292 r\n2011_10_03/2011_10_03_drive_0034_sync 1123 l\n2011_10_03/2011_10_03_drive_0034_sync 1231 r\n2011_10_03/2011_10_03_drive_0034_sync 4595 r\n2011_10_03/2011_10_03_drive_0034_sync 1958 l\n2011_10_03/2011_10_03_drive_0034_sync 1667 r\n2011_10_03/2011_10_03_drive_0034_sync 3500 r\n2011_10_03/2011_10_03_drive_0034_sync 2538 r\n2011_10_03/2011_10_03_drive_0034_sync 3088 l\n2011_10_03/2011_10_03_drive_0034_sync 469 l\n2011_10_03/2011_10_03_drive_0034_sync 4143 l\n2011_10_03/2011_10_03_drive_0034_sync 1683 l\n2011_10_03/2011_10_03_drive_0034_sync 3209 r\n2011_10_03/2011_10_03_drive_0034_sync 3837 l\n2011_10_03/2011_10_03_drive_0034_sync 3891 l\n2011_10_03/2011_10_03_drive_0034_sync 4146 r\n2011_10_03/2011_10_03_drive_0034_sync 883 l\n2011_10_03/2011_10_03_drive_0034_sync 2419 l\n2011_10_03/2011_10_03_drive_0034_sync 3357 r\n2011_10_03/2011_10_03_drive_0034_sync 4542 r\n2011_10_03/2011_10_03_drive_0034_sync 2579 l\n2011_10_03/2011_10_03_drive_0034_sync 2158 l\n2011_10_03/2011_10_03_drive_0034_sync 789 l\n2011_10_03/2011_10_03_drive_0034_sync 2624 r\n2011_10_03/2011_10_03_drive_0034_sync 3794 l\n2011_10_03/2011_10_03_drive_0034_sync 207 l\n2011_10_03/2011_10_03_drive_0034_sync 1339 l\n2011_10_03/2011_10_03_drive_0034_sync 3534 l\n2011_10_03/2011_10_03_drive_0034_sync 2247 r\n2011_10_03/2011_10_03_drive_0034_sync 3443 r\n2011_10_03/2011_10_03_drive_0034_sync 827 l\n2011_10_03/2011_10_03_drive_0034_sync 42 l\n2011_10_03/2011_10_03_drive_0034_sync 3175 r\n2011_10_03/2011_10_03_drive_0034_sync 9 r\n2011_10_03/2011_10_03_drive_0034_sync 1119 l\n2011_10_03/2011_10_03_drive_0034_sync 22 l\n2011_10_03/2011_10_03_drive_0034_sync 2947 r\n2011_10_03/2011_10_03_drive_0034_sync 2005 r\n2011_10_03/2011_10_03_drive_0034_sync 2860 r\n2011_10_03/2011_10_03_drive_0034_sync 1858 r\n2011_10_03/2011_10_03_drive_0034_sync 3248 r\n2011_10_03/2011_10_03_drive_0034_sync 3674 l\n2011_10_03/2011_10_03_drive_0034_sync 1424 r\n2011_10_03/2011_10_03_drive_0034_sync 1657 r\n2011_10_03/2011_10_03_drive_0034_sync 2423 l\n2011_10_03/2011_10_03_drive_0034_sync 3741 r\n2011_10_03/2011_10_03_drive_0034_sync 2982 r\n2011_10_03/2011_10_03_drive_0034_sync 1383 l\n2011_10_03/2011_10_03_drive_0034_sync 1217 r\n2011_10_03/2011_10_03_drive_0034_sync 3371 r\n2011_10_03/2011_10_03_drive_0034_sync 1983 r\n2011_10_03/2011_10_03_drive_0034_sync 3720 r\n2011_10_03/2011_10_03_drive_0034_sync 364 l\n2011_10_03/2011_10_03_drive_0034_sync 2678 l\n2011_10_03/2011_10_03_drive_0034_sync 3255 r\n2011_10_03/2011_10_03_drive_0034_sync 2773 l\n2011_10_03/2011_10_03_drive_0034_sync 172 l\n2011_10_03/2011_10_03_drive_0034_sync 1318 r\n2011_10_03/2011_10_03_drive_0034_sync 1118 r\n2011_10_03/2011_10_03_drive_0034_sync 3693 l\n2011_10_03/2011_10_03_drive_0034_sync 2856 r\n2011_10_03/2011_10_03_drive_0034_sync 4513 r\n2011_10_03/2011_10_03_drive_0034_sync 2847 r\n2011_10_03/2011_10_03_drive_0034_sync 3095 l\n2011_10_03/2011_10_03_drive_0034_sync 3394 r\n2011_10_03/2011_10_03_drive_0034_sync 3445 l\n2011_10_03/2011_10_03_drive_0034_sync 3311 l\n2011_10_03/2011_10_03_drive_0034_sync 4208 r\n2011_10_03/2011_10_03_drive_0034_sync 1585 r\n2011_10_03/2011_10_03_drive_0034_sync 3781 r\n2011_10_03/2011_10_03_drive_0034_sync 4404 l\n2011_10_03/2011_10_03_drive_0034_sync 1230 r\n2011_10_03/2011_10_03_drive_0034_sync 3298 r\n2011_10_03/2011_10_03_drive_0034_sync 1952 l\n2011_10_03/2011_10_03_drive_0034_sync 2303 r\n2011_10_03/2011_10_03_drive_0034_sync 3275 r\n2011_10_03/2011_10_03_drive_0034_sync 3583 r\n2011_10_03/2011_10_03_drive_0034_sync 1625 l\n2011_10_03/2011_10_03_drive_0034_sync 14 l\n2011_10_03/2011_10_03_drive_0034_sync 1305 l\n2011_10_03/2011_10_03_drive_0034_sync 4136 l\n2011_10_03/2011_10_03_drive_0034_sync 4516 r\n2011_10_03/2011_10_03_drive_0034_sync 2300 l\n2011_10_03/2011_10_03_drive_0034_sync 2506 r\n2011_10_03/2011_10_03_drive_0034_sync 623 r\n2011_10_03/2011_10_03_drive_0034_sync 2139 r\n2011_10_03/2011_10_03_drive_0034_sync 1441 r\n2011_10_03/2011_10_03_drive_0034_sync 1564 l\n2011_10_03/2011_10_03_drive_0034_sync 370 r\n2011_10_03/2011_10_03_drive_0034_sync 123 l\n2011_10_03/2011_10_03_drive_0034_sync 3588 r\n2011_10_03/2011_10_03_drive_0034_sync 1842 l\n2011_10_03/2011_10_03_drive_0034_sync 241 l\n2011_10_03/2011_10_03_drive_0034_sync 725 l\n2011_10_03/2011_10_03_drive_0034_sync 2663 r\n2011_10_03/2011_10_03_drive_0034_sync 2611 r\n2011_10_03/2011_10_03_drive_0034_sync 1423 r\n2011_10_03/2011_10_03_drive_0034_sync 4082 r\n2011_10_03/2011_10_03_drive_0034_sync 1487 l\n2011_10_03/2011_10_03_drive_0034_sync 1035 r\n2011_10_03/2011_10_03_drive_0034_sync 4604 l\n2011_10_03/2011_10_03_drive_0034_sync 3878 l\n2011_10_03/2011_10_03_drive_0034_sync 1411 r\n2011_10_03/2011_10_03_drive_0034_sync 3531 r\n2011_10_03/2011_10_03_drive_0034_sync 716 r\n2011_10_03/2011_10_03_drive_0034_sync 1971 l\n2011_10_03/2011_10_03_drive_0034_sync 3697 l\n2011_10_03/2011_10_03_drive_0034_sync 3074 r\n2011_10_03/2011_10_03_drive_0034_sync 3932 l\n2011_10_03/2011_10_03_drive_0034_sync 4168 l\n2011_10_03/2011_10_03_drive_0034_sync 2104 l\n2011_10_03/2011_10_03_drive_0034_sync 1009 r\n2011_10_03/2011_10_03_drive_0034_sync 1186 r\n2011_10_03/2011_10_03_drive_0034_sync 2333 l\n2011_10_03/2011_10_03_drive_0034_sync 2397 r\n2011_10_03/2011_10_03_drive_0034_sync 260 r\n2011_10_03/2011_10_03_drive_0034_sync 1791 l\n2011_10_03/2011_10_03_drive_0034_sync 1880 l\n2011_10_03/2011_10_03_drive_0034_sync 4484 l\n2011_10_03/2011_10_03_drive_0034_sync 1524 l\n2011_10_03/2011_10_03_drive_0034_sync 4451 l\n2011_10_03/2011_10_03_drive_0034_sync 36 r\n2011_10_03/2011_10_03_drive_0034_sync 46 r\n2011_10_03/2011_10_03_drive_0034_sync 618 l\n2011_10_03/2011_10_03_drive_0034_sync 4358 l\n2011_10_03/2011_10_03_drive_0034_sync 2935 r\n2011_10_03/2011_10_03_drive_0034_sync 1959 l\n2011_10_03/2011_10_03_drive_0034_sync 4447 l\n2011_10_03/2011_10_03_drive_0034_sync 150 l\n2011_10_03/2011_10_03_drive_0034_sync 1663 r\n2011_10_03/2011_10_03_drive_0034_sync 995 l\n2011_10_03/2011_10_03_drive_0034_sync 1356 r\n2011_10_03/2011_10_03_drive_0034_sync 3760 l\n2011_10_03/2011_10_03_drive_0034_sync 846 l\n2011_10_03/2011_10_03_drive_0034_sync 2488 l\n2011_10_03/2011_10_03_drive_0034_sync 4483 l\n2011_10_03/2011_10_03_drive_0034_sync 1170 l\n2011_10_03/2011_10_03_drive_0034_sync 25 l\n2011_10_03/2011_10_03_drive_0034_sync 3618 l\n2011_10_03/2011_10_03_drive_0034_sync 809 l\n2011_10_03/2011_10_03_drive_0034_sync 3903 r\n2011_10_03/2011_10_03_drive_0034_sync 2092 l\n2011_10_03/2011_10_03_drive_0034_sync 509 r\n2011_10_03/2011_10_03_drive_0034_sync 1652 r\n2011_10_03/2011_10_03_drive_0034_sync 4117 l\n2011_10_03/2011_10_03_drive_0034_sync 508 l\n2011_10_03/2011_10_03_drive_0034_sync 3407 r\n2011_10_03/2011_10_03_drive_0034_sync 4514 r\n2011_10_03/2011_10_03_drive_0034_sync 708 l\n2011_10_03/2011_10_03_drive_0034_sync 2125 l\n2011_10_03/2011_10_03_drive_0034_sync 3581 l\n2011_10_03/2011_10_03_drive_0034_sync 2719 r\n2011_10_03/2011_10_03_drive_0034_sync 4235 r\n2011_10_03/2011_10_03_drive_0034_sync 3670 r\n2011_10_03/2011_10_03_drive_0034_sync 4177 r\n2011_10_03/2011_10_03_drive_0034_sync 2271 l\n2011_10_03/2011_10_03_drive_0034_sync 3977 l\n2011_10_03/2011_10_03_drive_0034_sync 39 r\n2011_10_03/2011_10_03_drive_0034_sync 1265 l\n2011_10_03/2011_10_03_drive_0034_sync 2167 l\n2011_10_03/2011_10_03_drive_0034_sync 3973 l\n2011_10_03/2011_10_03_drive_0034_sync 2645 l\n2011_10_03/2011_10_03_drive_0034_sync 2460 r\n2011_10_03/2011_10_03_drive_0034_sync 4195 l\n2011_10_03/2011_10_03_drive_0034_sync 2037 r\n2011_10_03/2011_10_03_drive_0034_sync 2989 l\n2011_10_03/2011_10_03_drive_0034_sync 1792 l\n2011_10_03/2011_10_03_drive_0034_sync 2360 l\n2011_10_03/2011_10_03_drive_0034_sync 160 l\n2011_10_03/2011_10_03_drive_0034_sync 3079 l\n2011_10_03/2011_10_03_drive_0034_sync 3554 l\n2011_10_03/2011_10_03_drive_0034_sync 2186 l\n2011_10_03/2011_10_03_drive_0034_sync 1830 l\n2011_10_03/2011_10_03_drive_0034_sync 4600 r\n2011_10_03/2011_10_03_drive_0034_sync 4553 r\n2011_10_03/2011_10_03_drive_0034_sync 4034 l\n2011_10_03/2011_10_03_drive_0034_sync 411 r\n2011_10_03/2011_10_03_drive_0034_sync 1878 l\n2011_10_03/2011_10_03_drive_0034_sync 2821 r\n2011_10_03/2011_10_03_drive_0034_sync 2637 l\n2011_10_03/2011_10_03_drive_0034_sync 3153 r\n2011_10_03/2011_10_03_drive_0034_sync 2002 r\n2011_10_03/2011_10_03_drive_0034_sync 1410 l\n2011_10_03/2011_10_03_drive_0034_sync 83 l\n2011_10_03/2011_10_03_drive_0034_sync 683 r\n2011_10_03/2011_10_03_drive_0034_sync 1369 r\n2011_10_03/2011_10_03_drive_0034_sync 1895 r\n2011_10_03/2011_10_03_drive_0034_sync 3029 r\n2011_10_03/2011_10_03_drive_0034_sync 697 r\n2011_10_03/2011_10_03_drive_0034_sync 409 r\n2011_10_03/2011_10_03_drive_0034_sync 1733 l\n2011_10_03/2011_10_03_drive_0034_sync 2431 r\n2011_10_03/2011_10_03_drive_0034_sync 1000 l\n2011_10_03/2011_10_03_drive_0034_sync 2258 r\n2011_10_03/2011_10_03_drive_0034_sync 4037 r\n2011_10_03/2011_10_03_drive_0034_sync 1177 r\n2011_10_03/2011_10_03_drive_0034_sync 4550 r\n2011_10_03/2011_10_03_drive_0034_sync 4495 l\n2011_10_03/2011_10_03_drive_0034_sync 2435 r\n2011_10_03/2011_10_03_drive_0034_sync 3261 r\n2011_10_03/2011_10_03_drive_0034_sync 4483 r\n2011_10_03/2011_10_03_drive_0034_sync 2239 r\n2011_10_03/2011_10_03_drive_0034_sync 1758 l\n2011_10_03/2011_10_03_drive_0034_sync 3698 l\n2011_10_03/2011_10_03_drive_0034_sync 3705 l\n2011_10_03/2011_10_03_drive_0034_sync 590 l\n2011_10_03/2011_10_03_drive_0034_sync 1393 l\n2011_10_03/2011_10_03_drive_0034_sync 2655 r\n2011_10_03/2011_10_03_drive_0034_sync 994 r\n2011_10_03/2011_10_03_drive_0034_sync 4477 l\n2011_10_03/2011_10_03_drive_0034_sync 702 r\n2011_10_03/2011_10_03_drive_0034_sync 353 l\n2011_10_03/2011_10_03_drive_0034_sync 2354 r\n2011_10_03/2011_10_03_drive_0034_sync 3362 l\n2011_10_03/2011_10_03_drive_0034_sync 441 l\n2011_10_03/2011_10_03_drive_0034_sync 1434 l\n2011_10_03/2011_10_03_drive_0034_sync 4226 l\n2011_10_03/2011_10_03_drive_0034_sync 1854 l\n2011_10_03/2011_10_03_drive_0034_sync 2293 r\n2011_10_03/2011_10_03_drive_0034_sync 3656 l\n2011_10_03/2011_10_03_drive_0034_sync 3773 r\n2011_10_03/2011_10_03_drive_0034_sync 1639 l\n2011_10_03/2011_10_03_drive_0034_sync 3508 l\n2011_10_03/2011_10_03_drive_0034_sync 4006 l\n2011_10_03/2011_10_03_drive_0034_sync 4228 r\n2011_10_03/2011_10_03_drive_0034_sync 3140 l\n2011_10_03/2011_10_03_drive_0034_sync 2207 l\n2011_10_03/2011_10_03_drive_0034_sync 4541 l\n2011_10_03/2011_10_03_drive_0034_sync 2854 l\n2011_10_03/2011_10_03_drive_0034_sync 2723 l\n2011_10_03/2011_10_03_drive_0034_sync 2406 r\n2011_10_03/2011_10_03_drive_0034_sync 1639 r\n2011_10_03/2011_10_03_drive_0034_sync 1800 r\n2011_10_03/2011_10_03_drive_0034_sync 1253 r\n2011_10_03/2011_10_03_drive_0034_sync 2927 r\n2011_10_03/2011_10_03_drive_0034_sync 4611 l\n2011_10_03/2011_10_03_drive_0034_sync 4385 l\n2011_10_03/2011_10_03_drive_0034_sync 3404 r\n2011_10_03/2011_10_03_drive_0034_sync 959 r\n2011_10_03/2011_10_03_drive_0034_sync 203 r\n2011_10_03/2011_10_03_drive_0034_sync 2492 r\n2011_10_03/2011_10_03_drive_0034_sync 2991 r\n2011_10_03/2011_10_03_drive_0034_sync 66 r\n2011_10_03/2011_10_03_drive_0034_sync 521 r\n2011_10_03/2011_10_03_drive_0034_sync 3383 r\n2011_10_03/2011_10_03_drive_0034_sync 1493 l\n2011_10_03/2011_10_03_drive_0034_sync 4430 l\n2011_10_03/2011_10_03_drive_0034_sync 3873 l\n2011_10_03/2011_10_03_drive_0034_sync 3335 l\n2011_10_03/2011_10_03_drive_0034_sync 4439 l\n2011_10_03/2011_10_03_drive_0034_sync 1794 l\n2011_10_03/2011_10_03_drive_0034_sync 3244 r\n2011_10_03/2011_10_03_drive_0034_sync 4600 l\n2011_10_03/2011_10_03_drive_0034_sync 1613 r\n2011_10_03/2011_10_03_drive_0034_sync 1954 l\n2011_10_03/2011_10_03_drive_0034_sync 669 l\n2011_10_03/2011_10_03_drive_0034_sync 4118 r\n2011_10_03/2011_10_03_drive_0034_sync 1253 l\n2011_10_03/2011_10_03_drive_0034_sync 1836 l\n2011_10_03/2011_10_03_drive_0034_sync 3655 r\n2011_10_03/2011_10_03_drive_0034_sync 138 r\n2011_10_03/2011_10_03_drive_0034_sync 2384 r\n2011_10_03/2011_10_03_drive_0034_sync 3278 l\n2011_10_03/2011_10_03_drive_0034_sync 2608 r\n2011_10_03/2011_10_03_drive_0034_sync 4220 l\n2011_10_03/2011_10_03_drive_0034_sync 4334 l\n2011_10_03/2011_10_03_drive_0034_sync 59 l\n2011_10_03/2011_10_03_drive_0034_sync 2149 r\n2011_10_03/2011_10_03_drive_0034_sync 1159 r\n2011_10_03/2011_10_03_drive_0034_sync 4125 l\n2011_10_03/2011_10_03_drive_0034_sync 4350 l\n2011_10_03/2011_10_03_drive_0034_sync 301 l\n2011_10_03/2011_10_03_drive_0034_sync 402 r\n2011_10_03/2011_10_03_drive_0034_sync 781 r\n2011_10_03/2011_10_03_drive_0034_sync 305 r\n2011_10_03/2011_10_03_drive_0034_sync 4447 r\n2011_10_03/2011_10_03_drive_0034_sync 4505 l\n2011_10_03/2011_10_03_drive_0034_sync 1403 l\n2011_10_03/2011_10_03_drive_0034_sync 3689 r\n2011_10_03/2011_10_03_drive_0034_sync 2281 r\n2011_10_03/2011_10_03_drive_0034_sync 608 r\n2011_10_03/2011_10_03_drive_0034_sync 2235 l\n2011_10_03/2011_10_03_drive_0034_sync 2559 l\n2011_10_03/2011_10_03_drive_0034_sync 493 l\n2011_10_03/2011_10_03_drive_0034_sync 519 r\n2011_10_03/2011_10_03_drive_0034_sync 3418 l\n2011_10_03/2011_10_03_drive_0034_sync 3401 r\n2011_10_03/2011_10_03_drive_0034_sync 3238 l\n2011_10_03/2011_10_03_drive_0034_sync 646 l\n2011_10_03/2011_10_03_drive_0034_sync 2183 r\n2011_10_03/2011_10_03_drive_0034_sync 351 l\n2011_10_03/2011_10_03_drive_0034_sync 2404 r\n2011_10_03/2011_10_03_drive_0034_sync 303 l\n2011_10_03/2011_10_03_drive_0034_sync 1220 l\n2011_10_03/2011_10_03_drive_0034_sync 2746 l\n2011_10_03/2011_10_03_drive_0034_sync 1737 r\n2011_10_03/2011_10_03_drive_0034_sync 4315 r\n2011_10_03/2011_10_03_drive_0034_sync 1951 r\n2011_10_03/2011_10_03_drive_0034_sync 2995 l\n2011_10_03/2011_10_03_drive_0034_sync 1910 r\n2011_10_03/2011_10_03_drive_0034_sync 1427 r\n2011_10_03/2011_10_03_drive_0034_sync 918 r\n2011_10_03/2011_10_03_drive_0034_sync 4529 l\n2011_10_03/2011_10_03_drive_0034_sync 278 l\n2011_10_03/2011_10_03_drive_0034_sync 1127 r\n2011_10_03/2011_10_03_drive_0034_sync 1925 l\n2011_10_03/2011_10_03_drive_0034_sync 2226 r\n2011_10_03/2011_10_03_drive_0034_sync 4054 r\n2011_10_03/2011_10_03_drive_0034_sync 2798 r\n2011_10_03/2011_10_03_drive_0034_sync 2752 l\n2011_10_03/2011_10_03_drive_0034_sync 376 r\n2011_10_03/2011_10_03_drive_0034_sync 229 l\n2011_10_03/2011_10_03_drive_0034_sync 3625 l\n2011_10_03/2011_10_03_drive_0034_sync 152 r\n2011_10_03/2011_10_03_drive_0034_sync 2528 l\n2011_10_03/2011_10_03_drive_0034_sync 4065 l\n2011_10_03/2011_10_03_drive_0034_sync 87 l\n2011_10_03/2011_10_03_drive_0034_sync 2171 l\n2011_10_03/2011_10_03_drive_0034_sync 293 r\n2011_10_03/2011_10_03_drive_0034_sync 755 r\n2011_10_03/2011_10_03_drive_0034_sync 2003 r\n2011_10_03/2011_10_03_drive_0034_sync 1027 r\n2011_10_03/2011_10_03_drive_0034_sync 4122 r\n2011_10_03/2011_10_03_drive_0034_sync 2192 l\n2011_10_03/2011_10_03_drive_0034_sync 2008 r\n2011_10_03/2011_10_03_drive_0034_sync 3673 r\n2011_10_03/2011_10_03_drive_0034_sync 3462 r\n2011_10_03/2011_10_03_drive_0034_sync 1282 r\n2011_10_03/2011_10_03_drive_0034_sync 977 r\n2011_10_03/2011_10_03_drive_0034_sync 1746 r\n2011_10_03/2011_10_03_drive_0034_sync 3662 r\n2011_10_03/2011_10_03_drive_0034_sync 4549 l\n2011_10_03/2011_10_03_drive_0034_sync 3489 l\n2011_10_03/2011_10_03_drive_0034_sync 2316 r\n2011_10_03/2011_10_03_drive_0034_sync 470 r\n2011_10_03/2011_10_03_drive_0034_sync 2041 l\n2011_10_03/2011_10_03_drive_0034_sync 1433 r\n2011_10_03/2011_10_03_drive_0034_sync 1760 r\n2011_10_03/2011_10_03_drive_0034_sync 2157 l\n2011_10_03/2011_10_03_drive_0034_sync 2439 r\n2011_10_03/2011_10_03_drive_0034_sync 912 r\n2011_10_03/2011_10_03_drive_0034_sync 674 r\n2011_10_03/2011_10_03_drive_0034_sync 2693 l\n2011_10_03/2011_10_03_drive_0034_sync 4290 r\n2011_10_03/2011_10_03_drive_0034_sync 4019 r\n2011_10_03/2011_10_03_drive_0034_sync 1660 r\n2011_10_03/2011_10_03_drive_0034_sync 1561 r\n2011_10_03/2011_10_03_drive_0034_sync 2710 l\n2011_10_03/2011_10_03_drive_0034_sync 922 l\n2011_10_03/2011_10_03_drive_0034_sync 4243 r\n2011_10_03/2011_10_03_drive_0034_sync 3778 r\n2011_10_03/2011_10_03_drive_0034_sync 4587 r\n2011_10_03/2011_10_03_drive_0034_sync 2102 r\n2011_10_03/2011_10_03_drive_0034_sync 66 l\n2011_10_03/2011_10_03_drive_0034_sync 1601 r\n2011_10_03/2011_10_03_drive_0034_sync 4262 r\n2011_10_03/2011_10_03_drive_0034_sync 2734 l\n2011_10_03/2011_10_03_drive_0034_sync 817 r\n2011_10_03/2011_10_03_drive_0034_sync 3946 r\n2011_10_03/2011_10_03_drive_0034_sync 2758 l\n2011_10_03/2011_10_03_drive_0034_sync 2654 r\n2011_10_03/2011_10_03_drive_0034_sync 2449 l\n2011_10_03/2011_10_03_drive_0034_sync 3640 r\n2011_10_03/2011_10_03_drive_0034_sync 2118 l\n2011_10_03/2011_10_03_drive_0034_sync 930 r\n2011_10_03/2011_10_03_drive_0034_sync 1280 l\n2011_10_03/2011_10_03_drive_0034_sync 1684 l\n2011_10_03/2011_10_03_drive_0034_sync 1850 l\n2011_10_03/2011_10_03_drive_0034_sync 4625 r\n2011_10_03/2011_10_03_drive_0034_sync 1376 r\n2011_10_03/2011_10_03_drive_0034_sync 535 r\n2011_10_03/2011_10_03_drive_0034_sync 962 r\n2011_10_03/2011_10_03_drive_0034_sync 1291 r\n2011_10_03/2011_10_03_drive_0034_sync 4599 l\n2011_10_03/2011_10_03_drive_0034_sync 3190 r\n2011_10_03/2011_10_03_drive_0034_sync 3435 r\n2011_10_03/2011_10_03_drive_0034_sync 1856 l\n2011_10_03/2011_10_03_drive_0034_sync 3715 l\n2011_10_03/2011_10_03_drive_0034_sync 3055 r\n2011_10_03/2011_10_03_drive_0034_sync 983 l\n2011_10_03/2011_10_03_drive_0034_sync 348 l\n2011_10_03/2011_10_03_drive_0034_sync 3304 r\n2011_10_03/2011_10_03_drive_0034_sync 4607 r\n2011_10_03/2011_10_03_drive_0034_sync 4201 l\n2011_10_03/2011_10_03_drive_0034_sync 3453 r\n2011_10_03/2011_10_03_drive_0034_sync 918 l\n2011_10_03/2011_10_03_drive_0034_sync 931 l\n2011_10_03/2011_10_03_drive_0034_sync 3149 r\n2011_10_03/2011_10_03_drive_0034_sync 1033 r\n2011_10_03/2011_10_03_drive_0034_sync 2173 l\n2011_10_03/2011_10_03_drive_0034_sync 3104 r\n2011_10_03/2011_10_03_drive_0034_sync 929 l\n2011_10_03/2011_10_03_drive_0034_sync 4548 r\n2011_10_03/2011_10_03_drive_0034_sync 1527 r\n2011_10_03/2011_10_03_drive_0034_sync 3294 r\n2011_10_03/2011_10_03_drive_0034_sync 1587 l\n2011_10_03/2011_10_03_drive_0034_sync 1400 r\n2011_10_03/2011_10_03_drive_0034_sync 1125 r\n2011_10_03/2011_10_03_drive_0034_sync 2749 l\n2011_10_03/2011_10_03_drive_0034_sync 2135 l\n2011_10_03/2011_10_03_drive_0034_sync 359 r\n2011_10_03/2011_10_03_drive_0034_sync 2622 r\n2011_10_03/2011_10_03_drive_0034_sync 2237 l\n2011_10_03/2011_10_03_drive_0034_sync 4142 r\n2011_10_03/2011_10_03_drive_0034_sync 4488 l\n2011_10_03/2011_10_03_drive_0034_sync 3561 r\n2011_10_03/2011_10_03_drive_0034_sync 984 l\n2011_10_03/2011_10_03_drive_0034_sync 733 l\n2011_10_03/2011_10_03_drive_0034_sync 1054 l\n2011_10_03/2011_10_03_drive_0034_sync 259 l\n2011_10_03/2011_10_03_drive_0034_sync 319 l\n2011_10_03/2011_10_03_drive_0034_sync 291 l\n2011_10_03/2011_10_03_drive_0034_sync 1447 l\n2011_10_03/2011_10_03_drive_0034_sync 1594 l\n2011_10_03/2011_10_03_drive_0034_sync 42 r\n2011_10_03/2011_10_03_drive_0034_sync 873 r\n2011_10_03/2011_10_03_drive_0034_sync 2184 r\n2011_10_03/2011_10_03_drive_0034_sync 563 l\n2011_10_03/2011_10_03_drive_0034_sync 4314 l\n2011_10_03/2011_10_03_drive_0034_sync 3574 l\n2011_10_03/2011_10_03_drive_0034_sync 1047 r\n2011_10_03/2011_10_03_drive_0034_sync 1250 l\n2011_10_03/2011_10_03_drive_0034_sync 523 r\n2011_10_03/2011_10_03_drive_0034_sync 2011 l\n2011_10_03/2011_10_03_drive_0034_sync 718 r\n2011_10_03/2011_10_03_drive_0034_sync 4396 l\n2011_10_03/2011_10_03_drive_0034_sync 3080 r\n2011_10_03/2011_10_03_drive_0034_sync 2493 l\n2011_10_03/2011_10_03_drive_0034_sync 3699 r\n2011_10_03/2011_10_03_drive_0034_sync 2777 l\n2011_10_03/2011_10_03_drive_0034_sync 1619 r\n2011_10_03/2011_10_03_drive_0034_sync 3881 l\n2011_10_03/2011_10_03_drive_0034_sync 2910 l\n2011_10_03/2011_10_03_drive_0034_sync 445 r\n2011_10_03/2011_10_03_drive_0034_sync 1149 l\n2011_10_03/2011_10_03_drive_0034_sync 3848 r\n2011_10_03/2011_10_03_drive_0034_sync 1050 l\n2011_10_03/2011_10_03_drive_0034_sync 38 l\n2011_10_03/2011_10_03_drive_0034_sync 443 l\n2011_10_03/2011_10_03_drive_0034_sync 2991 l\n2011_10_03/2011_10_03_drive_0034_sync 4620 r\n2011_10_03/2011_10_03_drive_0034_sync 2495 r\n2011_10_03/2011_10_03_drive_0034_sync 4644 r\n2011_10_03/2011_10_03_drive_0034_sync 3765 r\n2011_10_03/2011_10_03_drive_0034_sync 693 r\n2011_10_03/2011_10_03_drive_0034_sync 1589 l\n2011_10_03/2011_10_03_drive_0034_sync 3266 l\n2011_10_03/2011_10_03_drive_0034_sync 3836 r\n2011_10_03/2011_10_03_drive_0034_sync 643 l\n2011_10_03/2011_10_03_drive_0034_sync 2601 l\n2011_10_03/2011_10_03_drive_0034_sync 2404 l\n2011_10_03/2011_10_03_drive_0034_sync 2432 l\n2011_10_03/2011_10_03_drive_0034_sync 3159 l\n2011_10_03/2011_10_03_drive_0034_sync 1802 r\n2011_10_03/2011_10_03_drive_0034_sync 3870 r\n2011_10_03/2011_10_03_drive_0034_sync 2955 l\n2011_10_03/2011_10_03_drive_0034_sync 4235 l\n2011_10_03/2011_10_03_drive_0034_sync 2562 l\n2011_10_03/2011_10_03_drive_0034_sync 3202 l\n2011_10_03/2011_10_03_drive_0034_sync 1033 l\n2011_10_03/2011_10_03_drive_0034_sync 2444 r\n2011_10_03/2011_10_03_drive_0034_sync 3691 r\n2011_10_03/2011_10_03_drive_0034_sync 4171 r\n2011_10_03/2011_10_03_drive_0034_sync 394 r\n2011_10_03/2011_10_03_drive_0034_sync 4561 r\n2011_10_03/2011_10_03_drive_0034_sync 3684 l\n2011_10_03/2011_10_03_drive_0034_sync 2932 l\n2011_10_03/2011_10_03_drive_0034_sync 2901 r\n2011_10_03/2011_10_03_drive_0034_sync 320 r\n2011_10_03/2011_10_03_drive_0034_sync 3706 l\n2011_10_03/2011_10_03_drive_0034_sync 3820 l\n2011_10_03/2011_10_03_drive_0034_sync 1756 r\n2011_10_03/2011_10_03_drive_0034_sync 2279 r\n2011_10_03/2011_10_03_drive_0034_sync 3706 r\n2011_10_03/2011_10_03_drive_0034_sync 1546 r\n2011_10_03/2011_10_03_drive_0034_sync 2166 r\n2011_10_03/2011_10_03_drive_0034_sync 947 r\n2011_10_03/2011_10_03_drive_0034_sync 302 l\n2011_10_03/2011_10_03_drive_0034_sync 1703 r\n2011_10_03/2011_10_03_drive_0034_sync 71 l\n2011_10_03/2011_10_03_drive_0034_sync 2381 l\n2011_10_03/2011_10_03_drive_0034_sync 3087 r\n2011_10_03/2011_10_03_drive_0034_sync 4363 r\n2011_10_03/2011_10_03_drive_0034_sync 3164 r\n2011_10_03/2011_10_03_drive_0034_sync 2563 r\n2011_10_03/2011_10_03_drive_0034_sync 940 l\n2011_10_03/2011_10_03_drive_0034_sync 1373 r\n2011_10_03/2011_10_03_drive_0034_sync 1428 l\n2011_10_03/2011_10_03_drive_0034_sync 2093 r\n2011_10_03/2011_10_03_drive_0034_sync 3159 r\n2011_10_03/2011_10_03_drive_0034_sync 4637 l\n2011_10_03/2011_10_03_drive_0034_sync 126 r\n2011_10_03/2011_10_03_drive_0034_sync 1956 l\n2011_10_03/2011_10_03_drive_0034_sync 1623 r\n2011_10_03/2011_10_03_drive_0034_sync 2595 l\n2011_10_03/2011_10_03_drive_0034_sync 2430 r\n2011_10_03/2011_10_03_drive_0034_sync 1712 r\n2011_10_03/2011_10_03_drive_0034_sync 4536 l\n2011_10_03/2011_10_03_drive_0034_sync 591 l\n2011_10_03/2011_10_03_drive_0034_sync 885 l\n2011_10_03/2011_10_03_drive_0034_sync 3600 l\n2011_10_03/2011_10_03_drive_0034_sync 418 r\n2011_10_03/2011_10_03_drive_0034_sync 2218 l\n2011_10_03/2011_10_03_drive_0034_sync 541 l\n2011_10_03/2011_10_03_drive_0034_sync 361 r\n2011_10_03/2011_10_03_drive_0034_sync 1617 r\n2011_10_03/2011_10_03_drive_0034_sync 2703 l\n2011_10_03/2011_10_03_drive_0034_sync 1620 r\n2011_10_03/2011_10_03_drive_0034_sync 311 r\n2011_10_03/2011_10_03_drive_0034_sync 20 r\n2011_10_03/2011_10_03_drive_0034_sync 1426 r\n2011_10_03/2011_10_03_drive_0034_sync 4237 l\n2011_10_03/2011_10_03_drive_0034_sync 4077 r\n2011_10_03/2011_10_03_drive_0034_sync 4619 r\n2011_10_03/2011_10_03_drive_0034_sync 1530 l\n2011_10_03/2011_10_03_drive_0034_sync 1096 r\n2011_10_03/2011_10_03_drive_0034_sync 1394 l\n2011_10_03/2011_10_03_drive_0034_sync 4538 l\n2011_10_03/2011_10_03_drive_0034_sync 2087 r\n2011_10_03/2011_10_03_drive_0034_sync 880 l\n2011_10_03/2011_10_03_drive_0034_sync 766 r\n2011_10_03/2011_10_03_drive_0034_sync 2845 l\n2011_10_03/2011_10_03_drive_0034_sync 299 l\n2011_10_03/2011_10_03_drive_0034_sync 4487 l\n2011_10_03/2011_10_03_drive_0034_sync 3839 r\n2011_10_03/2011_10_03_drive_0034_sync 244 l\n2011_10_03/2011_10_03_drive_0034_sync 525 r\n2011_10_03/2011_10_03_drive_0034_sync 342 r\n2011_10_03/2011_10_03_drive_0034_sync 1367 r\n2011_10_03/2011_10_03_drive_0034_sync 644 r\n2011_10_03/2011_10_03_drive_0034_sync 1713 r\n2011_10_03/2011_10_03_drive_0034_sync 3083 l\n2011_10_03/2011_10_03_drive_0034_sync 2588 l\n2011_10_03/2011_10_03_drive_0034_sync 4434 r\n2011_10_03/2011_10_03_drive_0034_sync 1098 l\n2011_10_03/2011_10_03_drive_0034_sync 1359 r\n2011_10_03/2011_10_03_drive_0034_sync 343 r\n2011_10_03/2011_10_03_drive_0034_sync 4142 l\n2011_10_03/2011_10_03_drive_0034_sync 396 l\n2011_10_03/2011_10_03_drive_0034_sync 1347 l\n2011_10_03/2011_10_03_drive_0034_sync 3852 r\n2011_10_03/2011_10_03_drive_0034_sync 350 l\n2011_10_03/2011_10_03_drive_0034_sync 249 l\n2011_10_03/2011_10_03_drive_0034_sync 1911 r\n2011_10_03/2011_10_03_drive_0034_sync 3684 r\n2011_10_03/2011_10_03_drive_0034_sync 4106 l\n2011_10_03/2011_10_03_drive_0034_sync 521 l\n2011_10_03/2011_10_03_drive_0034_sync 4402 r\n2011_10_03/2011_10_03_drive_0034_sync 2977 r\n2011_10_03/2011_10_03_drive_0034_sync 3655 l\n2011_10_03/2011_10_03_drive_0034_sync 525 l\n2011_10_03/2011_10_03_drive_0034_sync 3515 l\n2011_10_03/2011_10_03_drive_0034_sync 2875 r\n2011_10_03/2011_10_03_drive_0034_sync 3566 r\n2011_10_03/2011_10_03_drive_0034_sync 2855 r\n2011_10_03/2011_10_03_drive_0034_sync 3145 r\n2011_10_03/2011_10_03_drive_0034_sync 4065 r\n2011_10_03/2011_10_03_drive_0034_sync 3875 r\n2011_10_03/2011_10_03_drive_0034_sync 1282 l\n2011_10_03/2011_10_03_drive_0034_sync 3618 r\n2011_10_03/2011_10_03_drive_0034_sync 4593 l\n2011_10_03/2011_10_03_drive_0034_sync 2299 l\n2011_10_03/2011_10_03_drive_0034_sync 861 r\n2011_10_03/2011_10_03_drive_0034_sync 3628 l\n2011_10_03/2011_10_03_drive_0034_sync 2534 r\n2011_10_03/2011_10_03_drive_0034_sync 2458 r\n2011_10_03/2011_10_03_drive_0034_sync 2341 r\n2011_10_03/2011_10_03_drive_0034_sync 4047 r\n2011_10_03/2011_10_03_drive_0034_sync 2597 r\n2011_10_03/2011_10_03_drive_0034_sync 124 r\n2011_10_03/2011_10_03_drive_0034_sync 798 r\n2011_10_03/2011_10_03_drive_0034_sync 757 r\n2011_10_03/2011_10_03_drive_0034_sync 3879 l\n2011_10_03/2011_10_03_drive_0034_sync 1012 l\n2011_10_03/2011_10_03_drive_0034_sync 4316 r\n2011_10_03/2011_10_03_drive_0034_sync 3447 l\n2011_10_03/2011_10_03_drive_0034_sync 2811 l\n2011_10_03/2011_10_03_drive_0034_sync 1135 l\n2011_10_03/2011_10_03_drive_0034_sync 2457 l\n2011_10_03/2011_10_03_drive_0034_sync 81 l\n2011_10_03/2011_10_03_drive_0034_sync 192 r\n2011_10_03/2011_10_03_drive_0034_sync 1871 l\n2011_10_03/2011_10_03_drive_0034_sync 252 r\n2011_10_03/2011_10_03_drive_0034_sync 2515 l\n2011_10_03/2011_10_03_drive_0034_sync 3766 r\n2011_10_03/2011_10_03_drive_0034_sync 2232 l\n2011_10_03/2011_10_03_drive_0034_sync 2137 l\n2011_10_03/2011_10_03_drive_0034_sync 1690 r\n2011_10_03/2011_10_03_drive_0034_sync 934 l\n2011_10_03/2011_10_03_drive_0034_sync 3177 l\n2011_10_03/2011_10_03_drive_0034_sync 4236 l\n2011_10_03/2011_10_03_drive_0034_sync 426 r\n2011_10_03/2011_10_03_drive_0034_sync 3334 r\n2011_10_03/2011_10_03_drive_0034_sync 4364 r\n2011_10_03/2011_10_03_drive_0034_sync 4390 r\n2011_10_03/2011_10_03_drive_0034_sync 2527 r\n2011_10_03/2011_10_03_drive_0034_sync 510 l\n2011_10_03/2011_10_03_drive_0034_sync 3984 r\n2011_10_03/2011_10_03_drive_0034_sync 1613 l\n2011_10_03/2011_10_03_drive_0034_sync 2133 l\n2011_10_03/2011_10_03_drive_0034_sync 2418 r\n2011_10_03/2011_10_03_drive_0034_sync 2221 l\n2011_10_03/2011_10_03_drive_0034_sync 1097 r\n2011_10_03/2011_10_03_drive_0034_sync 3052 l\n2011_10_03/2011_10_03_drive_0034_sync 2742 l\n2011_10_03/2011_10_03_drive_0034_sync 2722 l\n2011_10_03/2011_10_03_drive_0034_sync 657 l\n2011_10_03/2011_10_03_drive_0034_sync 1525 l\n2011_10_03/2011_10_03_drive_0034_sync 777 l\n2011_10_03/2011_10_03_drive_0034_sync 2957 r\n2011_10_03/2011_10_03_drive_0034_sync 2319 r\n2011_10_03/2011_10_03_drive_0034_sync 1812 r\n2011_10_03/2011_10_03_drive_0034_sync 2004 r\n2011_10_03/2011_10_03_drive_0034_sync 4620 l\n2011_10_03/2011_10_03_drive_0034_sync 3916 l\n2011_10_03/2011_10_03_drive_0034_sync 1362 r\n2011_10_03/2011_10_03_drive_0034_sync 2629 r\n2011_10_03/2011_10_03_drive_0034_sync 2946 l\n2011_10_03/2011_10_03_drive_0034_sync 2167 r\n2011_10_03/2011_10_03_drive_0034_sync 4248 r\n2011_10_03/2011_10_03_drive_0034_sync 2686 l\n2011_10_03/2011_10_03_drive_0034_sync 3403 l\n2011_10_03/2011_10_03_drive_0034_sync 587 r\n2011_10_03/2011_10_03_drive_0034_sync 3909 r\n2011_10_03/2011_10_03_drive_0034_sync 976 r\n2011_10_03/2011_10_03_drive_0034_sync 1243 l\n2011_10_03/2011_10_03_drive_0034_sync 1113 r\n2011_10_03/2011_10_03_drive_0034_sync 2357 l\n2011_10_03/2011_10_03_drive_0034_sync 1547 r\n2011_10_03/2011_10_03_drive_0034_sync 63 r\n2011_10_03/2011_10_03_drive_0034_sync 1577 r\n2011_10_03/2011_10_03_drive_0034_sync 2628 r\n2011_10_03/2011_10_03_drive_0034_sync 875 r\n2011_10_03/2011_10_03_drive_0034_sync 3871 l\n2011_10_03/2011_10_03_drive_0034_sync 1827 r\n2011_10_03/2011_10_03_drive_0034_sync 7 r\n2011_10_03/2011_10_03_drive_0034_sync 1608 l\n2011_10_03/2011_10_03_drive_0034_sync 3232 r\n2011_10_03/2011_10_03_drive_0034_sync 1653 r\n2011_10_03/2011_10_03_drive_0034_sync 1121 l\n2011_10_03/2011_10_03_drive_0034_sync 4357 l\n2011_10_03/2011_10_03_drive_0034_sync 1112 l\n2011_10_03/2011_10_03_drive_0034_sync 3905 r\n2011_10_03/2011_10_03_drive_0034_sync 4238 r\n2011_10_03/2011_10_03_drive_0034_sync 3020 r\n2011_10_03/2011_10_03_drive_0034_sync 1655 r\n2011_10_03/2011_10_03_drive_0034_sync 1524 r\n2011_10_03/2011_10_03_drive_0034_sync 3284 l\n2011_10_03/2011_10_03_drive_0034_sync 1141 r\n2011_10_03/2011_10_03_drive_0034_sync 3725 l\n2011_10_03/2011_10_03_drive_0034_sync 2912 r\n2011_10_03/2011_10_03_drive_0034_sync 3405 r\n2011_10_03/2011_10_03_drive_0034_sync 438 r\n2011_10_03/2011_10_03_drive_0034_sync 2471 r\n2011_10_03/2011_10_03_drive_0034_sync 4128 l\n2011_10_03/2011_10_03_drive_0034_sync 1563 r\n2011_10_03/2011_10_03_drive_0034_sync 1074 r\n2011_10_03/2011_10_03_drive_0034_sync 2349 l\n2011_10_03/2011_10_03_drive_0034_sync 1840 l\n2011_10_03/2011_10_03_drive_0034_sync 4233 l\n2011_10_03/2011_10_03_drive_0034_sync 1392 r\n2011_10_03/2011_10_03_drive_0034_sync 2578 l\n2011_10_03/2011_10_03_drive_0034_sync 1086 r\n2011_10_03/2011_10_03_drive_0034_sync 711 r\n2011_10_03/2011_10_03_drive_0034_sync 3209 l\n2011_10_03/2011_10_03_drive_0034_sync 356 r\n2011_10_03/2011_10_03_drive_0034_sync 1939 r\n2011_10_03/2011_10_03_drive_0034_sync 1626 r\n2011_10_03/2011_10_03_drive_0034_sync 3199 r\n2011_10_03/2011_10_03_drive_0034_sync 2894 l\n2011_10_03/2011_10_03_drive_0034_sync 1801 r\n2011_10_03/2011_10_03_drive_0034_sync 2747 r\n2011_10_03/2011_10_03_drive_0034_sync 1949 l\n2011_10_03/2011_10_03_drive_0034_sync 1786 l\n2011_10_03/2011_10_03_drive_0034_sync 4081 r\n2011_10_03/2011_10_03_drive_0034_sync 1932 r\n2011_10_03/2011_10_03_drive_0034_sync 4060 l\n2011_10_03/2011_10_03_drive_0034_sync 1755 r\n2011_10_03/2011_10_03_drive_0034_sync 2778 l\n2011_10_03/2011_10_03_drive_0034_sync 2163 r\n2011_10_03/2011_10_03_drive_0034_sync 2318 l\n2011_10_03/2011_10_03_drive_0034_sync 334 r\n2011_10_03/2011_10_03_drive_0034_sync 548 r\n2011_10_03/2011_10_03_drive_0034_sync 4209 r\n2011_10_03/2011_10_03_drive_0034_sync 1593 l\n2011_10_03/2011_10_03_drive_0034_sync 570 l\n2011_10_03/2011_10_03_drive_0034_sync 4539 r\n2011_10_03/2011_10_03_drive_0034_sync 4654 r\n2011_10_03/2011_10_03_drive_0034_sync 544 r\n2011_10_03/2011_10_03_drive_0034_sync 247 l\n2011_10_03/2011_10_03_drive_0034_sync 2216 r\n2011_10_03/2011_10_03_drive_0034_sync 1789 r\n2011_10_03/2011_10_03_drive_0034_sync 2785 r\n2011_10_03/2011_10_03_drive_0034_sync 2647 l\n2011_10_03/2011_10_03_drive_0034_sync 4079 r\n2011_10_03/2011_10_03_drive_0034_sync 1158 r\n2011_10_03/2011_10_03_drive_0034_sync 190 l\n2011_10_03/2011_10_03_drive_0034_sync 1549 r\n2011_10_03/2011_10_03_drive_0034_sync 791 l\n2011_10_03/2011_10_03_drive_0034_sync 2288 r\n2011_10_03/2011_10_03_drive_0034_sync 4190 r\n2011_10_03/2011_10_03_drive_0034_sync 3041 l\n2011_10_03/2011_10_03_drive_0034_sync 717 l\n2011_10_03/2011_10_03_drive_0034_sync 226 l\n2011_10_03/2011_10_03_drive_0034_sync 3972 l\n2011_10_03/2011_10_03_drive_0034_sync 1273 r\n2011_10_03/2011_10_03_drive_0034_sync 23 l\n2011_10_03/2011_10_03_drive_0034_sync 4491 r\n2011_10_03/2011_10_03_drive_0034_sync 4355 r\n2011_10_03/2011_10_03_drive_0034_sync 3775 r\n2011_10_03/2011_10_03_drive_0034_sync 3491 r\n2011_10_03/2011_10_03_drive_0034_sync 295 r\n2011_10_03/2011_10_03_drive_0034_sync 2187 r\n2011_10_03/2011_10_03_drive_0034_sync 1142 l\n2011_10_03/2011_10_03_drive_0034_sync 1256 r\n2011_10_03/2011_10_03_drive_0034_sync 3662 l\n2011_10_03/2011_10_03_drive_0034_sync 1996 l\n2011_10_03/2011_10_03_drive_0034_sync 3514 r\n2011_10_03/2011_10_03_drive_0034_sync 3733 r\n2011_10_03/2011_10_03_drive_0034_sync 4480 l\n2011_10_03/2011_10_03_drive_0034_sync 2352 l\n2011_10_03/2011_10_03_drive_0034_sync 4570 r\n2011_10_03/2011_10_03_drive_0034_sync 2737 r\n2011_10_03/2011_10_03_drive_0034_sync 2973 l\n2011_10_03/2011_10_03_drive_0034_sync 953 r\n2011_10_03/2011_10_03_drive_0034_sync 1459 r\n2011_10_03/2011_10_03_drive_0034_sync 4035 l\n2011_10_03/2011_10_03_drive_0034_sync 2825 l\n2011_10_03/2011_10_03_drive_0034_sync 451 l\n2011_10_03/2011_10_03_drive_0034_sync 158 l\n2011_10_03/2011_10_03_drive_0034_sync 1934 l\n2011_10_03/2011_10_03_drive_0034_sync 2334 l\n2011_10_03/2011_10_03_drive_0034_sync 2556 l\n2011_10_03/2011_10_03_drive_0034_sync 1523 l\n2011_10_03/2011_10_03_drive_0034_sync 2711 l\n2011_10_03/2011_10_03_drive_0034_sync 3254 r\n2011_10_03/2011_10_03_drive_0034_sync 4459 l\n2011_10_03/2011_10_03_drive_0034_sync 1209 l\n2011_10_03/2011_10_03_drive_0034_sync 4197 r\n2011_10_03/2011_10_03_drive_0034_sync 2959 r\n2011_10_03/2011_10_03_drive_0034_sync 531 r\n2011_10_03/2011_10_03_drive_0034_sync 2216 l\n2011_10_03/2011_10_03_drive_0034_sync 3026 r\n2011_10_03/2011_10_03_drive_0034_sync 2796 r\n2011_10_03/2011_10_03_drive_0034_sync 3568 r\n2011_10_03/2011_10_03_drive_0034_sync 3011 l\n2011_10_03/2011_10_03_drive_0034_sync 1572 r\n2011_10_03/2011_10_03_drive_0034_sync 3713 r\n2011_10_03/2011_10_03_drive_0034_sync 255 l\n2011_10_03/2011_10_03_drive_0034_sync 2919 r\n2011_10_03/2011_10_03_drive_0034_sync 1853 l\n2011_10_03/2011_10_03_drive_0034_sync 2433 r\n2011_10_03/2011_10_03_drive_0034_sync 3112 l\n2011_10_03/2011_10_03_drive_0034_sync 3223 r\n2011_10_03/2011_10_03_drive_0034_sync 1594 r\n2011_10_03/2011_10_03_drive_0034_sync 1018 r\n2011_10_03/2011_10_03_drive_0034_sync 896 r\n2011_10_03/2011_10_03_drive_0034_sync 462 r\n2011_10_03/2011_10_03_drive_0034_sync 3374 l\n2011_10_03/2011_10_03_drive_0034_sync 3960 l\n2011_10_03/2011_10_03_drive_0034_sync 3319 l\n2011_10_03/2011_10_03_drive_0034_sync 500 r\n2011_10_03/2011_10_03_drive_0034_sync 3334 l\n2011_10_03/2011_10_03_drive_0034_sync 517 l\n2011_10_03/2011_10_03_drive_0034_sync 205 l\n2011_10_03/2011_10_03_drive_0034_sync 2081 r\n2011_10_03/2011_10_03_drive_0034_sync 3608 r\n2011_10_03/2011_10_03_drive_0034_sync 483 r\n2011_10_03/2011_10_03_drive_0034_sync 2017 r\n2011_10_03/2011_10_03_drive_0034_sync 4049 l\n2011_10_03/2011_10_03_drive_0034_sync 3343 r\n2011_10_03/2011_10_03_drive_0034_sync 95 l\n2011_10_03/2011_10_03_drive_0034_sync 1927 r\n2011_10_03/2011_10_03_drive_0034_sync 1249 r\n2011_10_03/2011_10_03_drive_0034_sync 1912 r\n2011_10_03/2011_10_03_drive_0034_sync 4527 r\n2011_10_03/2011_10_03_drive_0034_sync 2234 l\n2011_10_03/2011_10_03_drive_0034_sync 2227 r\n2011_10_03/2011_10_03_drive_0034_sync 1419 l\n2011_10_03/2011_10_03_drive_0034_sync 2467 l\n2011_10_03/2011_10_03_drive_0034_sync 1091 l\n2011_10_03/2011_10_03_drive_0034_sync 230 l\n2011_10_03/2011_10_03_drive_0034_sync 1340 r\n2011_10_03/2011_10_03_drive_0034_sync 544 l\n2011_10_03/2011_10_03_drive_0034_sync 145 r\n2011_10_03/2011_10_03_drive_0034_sync 3717 r\n2011_10_03/2011_10_03_drive_0034_sync 722 r\n2011_10_03/2011_10_03_drive_0034_sync 3038 r\n2011_10_03/2011_10_03_drive_0034_sync 4249 l\n2011_10_03/2011_10_03_drive_0034_sync 1082 l\n2011_10_03/2011_10_03_drive_0034_sync 3840 r\n2011_10_03/2011_10_03_drive_0034_sync 2251 l\n2011_10_03/2011_10_03_drive_0034_sync 414 l\n2011_10_03/2011_10_03_drive_0034_sync 2014 r\n2011_10_03/2011_10_03_drive_0034_sync 4126 r\n2011_10_03/2011_10_03_drive_0034_sync 1913 l\n2011_10_03/2011_10_03_drive_0034_sync 3151 l\n2011_10_03/2011_10_03_drive_0034_sync 1587 r\n2011_10_03/2011_10_03_drive_0034_sync 2400 r\n2011_10_03/2011_10_03_drive_0034_sync 1913 r\n2011_10_03/2011_10_03_drive_0034_sync 2058 l\n2011_10_03/2011_10_03_drive_0034_sync 1648 l\n2011_10_03/2011_10_03_drive_0034_sync 3942 l\n2011_10_03/2011_10_03_drive_0034_sync 2966 r\n2011_10_03/2011_10_03_drive_0034_sync 1750 r\n2011_10_03/2011_10_03_drive_0034_sync 2188 r\n2011_10_03/2011_10_03_drive_0034_sync 879 l\n2011_10_03/2011_10_03_drive_0034_sync 2471 l\n2011_10_03/2011_10_03_drive_0034_sync 1260 r\n2011_10_03/2011_10_03_drive_0034_sync 760 l\n2011_10_03/2011_10_03_drive_0034_sync 1682 l\n2011_10_03/2011_10_03_drive_0034_sync 3278 r\n2011_10_03/2011_10_03_drive_0034_sync 513 l\n2011_10_03/2011_10_03_drive_0034_sync 1153 r\n2011_10_03/2011_10_03_drive_0034_sync 1518 r\n2011_10_03/2011_10_03_drive_0034_sync 1004 r\n2011_10_03/2011_10_03_drive_0034_sync 1319 r\n2011_10_03/2011_10_03_drive_0034_sync 1729 l\n2011_10_03/2011_10_03_drive_0034_sync 4508 r\n2011_10_03/2011_10_03_drive_0034_sync 2200 l\n2011_10_03/2011_10_03_drive_0034_sync 1841 r\n2011_10_03/2011_10_03_drive_0034_sync 1351 l\n2011_10_03/2011_10_03_drive_0034_sync 403 l\n2011_10_03/2011_10_03_drive_0034_sync 3557 r\n2011_10_03/2011_10_03_drive_0034_sync 3559 r\n2011_10_03/2011_10_03_drive_0034_sync 2421 r\n2011_10_03/2011_10_03_drive_0034_sync 1046 l\n2011_10_03/2011_10_03_drive_0034_sync 948 r\n2011_10_03/2011_10_03_drive_0034_sync 3680 r\n2011_10_03/2011_10_03_drive_0034_sync 2363 r\n2011_10_03/2011_10_03_drive_0034_sync 3397 l\n2011_10_03/2011_10_03_drive_0034_sync 1838 r\n2011_10_03/2011_10_03_drive_0034_sync 4562 l\n2011_10_03/2011_10_03_drive_0034_sync 3724 r\n2011_10_03/2011_10_03_drive_0034_sync 743 l\n2011_10_03/2011_10_03_drive_0034_sync 2574 r\n2011_10_03/2011_10_03_drive_0034_sync 3300 l\n2011_10_03/2011_10_03_drive_0034_sync 636 r\n2011_10_03/2011_10_03_drive_0034_sync 2038 l\n2011_10_03/2011_10_03_drive_0034_sync 928 l\n2011_10_03/2011_10_03_drive_0034_sync 2420 r\n2011_10_03/2011_10_03_drive_0034_sync 4038 r\n2011_10_03/2011_10_03_drive_0034_sync 3663 l\n2011_10_03/2011_10_03_drive_0034_sync 539 r\n2011_10_03/2011_10_03_drive_0034_sync 996 l\n2011_10_03/2011_10_03_drive_0034_sync 2337 l\n2011_10_03/2011_10_03_drive_0034_sync 2285 l\n2011_10_03/2011_10_03_drive_0034_sync 1460 r\n2011_10_03/2011_10_03_drive_0034_sync 27 r\n2011_10_03/2011_10_03_drive_0034_sync 1044 l\n2011_10_03/2011_10_03_drive_0034_sync 2155 r\n2011_10_03/2011_10_03_drive_0034_sync 4511 r\n2011_10_03/2011_10_03_drive_0034_sync 4183 r\n2011_10_03/2011_10_03_drive_0034_sync 3533 l\n2011_10_03/2011_10_03_drive_0034_sync 3149 l\n2011_10_03/2011_10_03_drive_0034_sync 1063 l\n2011_10_03/2011_10_03_drive_0034_sync 555 r\n2011_10_03/2011_10_03_drive_0034_sync 3892 l\n2011_10_03/2011_10_03_drive_0034_sync 2321 l\n2011_10_03/2011_10_03_drive_0034_sync 4318 r\n2011_10_03/2011_10_03_drive_0034_sync 3344 r\n2011_10_03/2011_10_03_drive_0034_sync 3454 l\n2011_10_03/2011_10_03_drive_0034_sync 3537 l\n2011_10_03/2011_10_03_drive_0034_sync 1148 l\n2011_10_03/2011_10_03_drive_0034_sync 3015 r\n2011_10_03/2011_10_03_drive_0034_sync 2029 r\n2011_10_03/2011_10_03_drive_0034_sync 900 l\n2011_10_03/2011_10_03_drive_0034_sync 4204 l\n2011_10_03/2011_10_03_drive_0034_sync 1287 r\n2011_10_03/2011_10_03_drive_0034_sync 4270 r\n2011_10_03/2011_10_03_drive_0034_sync 2016 r\n2011_10_03/2011_10_03_drive_0034_sync 3720 l\n2011_10_03/2011_10_03_drive_0034_sync 3302 r\n2011_10_03/2011_10_03_drive_0034_sync 2943 l\n2011_10_03/2011_10_03_drive_0034_sync 990 l\n2011_10_03/2011_10_03_drive_0034_sync 1774 r\n2011_10_03/2011_10_03_drive_0034_sync 4000 r\n2011_10_03/2011_10_03_drive_0034_sync 63 l\n2011_10_03/2011_10_03_drive_0034_sync 1644 r\n2011_10_03/2011_10_03_drive_0034_sync 313 l\n2011_10_03/2011_10_03_drive_0034_sync 3195 r\n2011_10_03/2011_10_03_drive_0034_sync 332 l\n2011_10_03/2011_10_03_drive_0034_sync 2033 l\n2011_10_03/2011_10_03_drive_0034_sync 3090 l\n2011_10_03/2011_10_03_drive_0034_sync 4303 r\n2011_10_03/2011_10_03_drive_0034_sync 4656 l\n2011_10_03/2011_10_03_drive_0034_sync 1652 l\n2011_10_03/2011_10_03_drive_0034_sync 3035 r\n2011_10_03/2011_10_03_drive_0034_sync 2786 l\n2011_10_03/2011_10_03_drive_0034_sync 4530 r\n2011_10_03/2011_10_03_drive_0034_sync 131 l\n2011_10_03/2011_10_03_drive_0034_sync 3869 l\n2011_10_03/2011_10_03_drive_0034_sync 3533 r\n2011_10_03/2011_10_03_drive_0034_sync 2015 r\n2011_10_03/2011_10_03_drive_0034_sync 1583 r\n2011_10_03/2011_10_03_drive_0034_sync 1661 l\n2011_10_03/2011_10_03_drive_0034_sync 478 r\n2011_10_03/2011_10_03_drive_0034_sync 737 l\n2011_10_03/2011_10_03_drive_0034_sync 782 l\n2011_10_03/2011_10_03_drive_0034_sync 1427 l\n2011_10_03/2011_10_03_drive_0034_sync 4448 r\n2011_10_03/2011_10_03_drive_0034_sync 399 r\n2011_10_03/2011_10_03_drive_0034_sync 2049 r\n2011_10_03/2011_10_03_drive_0034_sync 4309 r\n2011_10_03/2011_10_03_drive_0034_sync 1352 r\n2011_10_03/2011_10_03_drive_0034_sync 1490 r\n2011_10_03/2011_10_03_drive_0034_sync 4219 r\n2011_10_03/2011_10_03_drive_0034_sync 4500 r\n2011_10_03/2011_10_03_drive_0034_sync 763 l\n2011_10_03/2011_10_03_drive_0034_sync 2873 r\n2011_10_03/2011_10_03_drive_0034_sync 2481 l\n2011_10_03/2011_10_03_drive_0034_sync 3836 l\n2011_10_03/2011_10_03_drive_0034_sync 2378 r\n2011_10_03/2011_10_03_drive_0034_sync 445 l\n2011_10_03/2011_10_03_drive_0034_sync 3849 r\n2011_10_03/2011_10_03_drive_0034_sync 4439 r\n2011_10_03/2011_10_03_drive_0034_sync 906 l\n2011_10_03/2011_10_03_drive_0034_sync 4638 r\n2011_10_03/2011_10_03_drive_0034_sync 609 r\n2011_10_03/2011_10_03_drive_0034_sync 4161 l\n2011_10_03/2011_10_03_drive_0034_sync 1933 l\n2011_10_03/2011_10_03_drive_0034_sync 1417 l\n2011_10_03/2011_10_03_drive_0034_sync 56 l\n2011_10_03/2011_10_03_drive_0034_sync 3704 r\n2011_10_03/2011_10_03_drive_0034_sync 4227 r\n2011_10_03/2011_10_03_drive_0034_sync 2100 r\n2011_10_03/2011_10_03_drive_0034_sync 1242 r\n2011_10_03/2011_10_03_drive_0034_sync 4077 l\n2011_10_03/2011_10_03_drive_0034_sync 3003 r\n2011_10_03/2011_10_03_drive_0034_sync 3649 r\n2011_10_03/2011_10_03_drive_0034_sync 1042 l\n2011_10_03/2011_10_03_drive_0034_sync 4147 r\n2011_10_03/2011_10_03_drive_0034_sync 274 r\n2011_10_03/2011_10_03_drive_0034_sync 730 r\n2011_10_03/2011_10_03_drive_0034_sync 2879 l\n2011_10_03/2011_10_03_drive_0034_sync 4041 l\n2011_10_03/2011_10_03_drive_0034_sync 359 l\n2011_10_03/2011_10_03_drive_0034_sync 1173 r\n2011_10_03/2011_10_03_drive_0034_sync 3675 l\n2011_10_03/2011_10_03_drive_0034_sync 2587 r\n2011_10_03/2011_10_03_drive_0034_sync 3460 r\n2011_10_03/2011_10_03_drive_0034_sync 2160 l\n2011_10_03/2011_10_03_drive_0034_sync 2384 l\n2011_10_03/2011_10_03_drive_0034_sync 4543 r\n2011_10_03/2011_10_03_drive_0034_sync 1123 r\n2011_10_03/2011_10_03_drive_0034_sync 3587 r\n2011_10_03/2011_10_03_drive_0034_sync 92 l\n2011_10_03/2011_10_03_drive_0034_sync 1972 r\n2011_10_03/2011_10_03_drive_0034_sync 3931 r\n2011_10_03/2011_10_03_drive_0034_sync 1845 r\n2011_10_03/2011_10_03_drive_0034_sync 2122 r\n2011_10_03/2011_10_03_drive_0034_sync 3613 l\n2011_10_03/2011_10_03_drive_0034_sync 648 l\n2011_10_03/2011_10_03_drive_0034_sync 3118 r\n2011_10_03/2011_10_03_drive_0034_sync 1942 r\n2011_10_03/2011_10_03_drive_0034_sync 2061 r\n2011_10_03/2011_10_03_drive_0034_sync 583 r\n2011_10_03/2011_10_03_drive_0034_sync 2526 l\n2011_10_03/2011_10_03_drive_0034_sync 3479 r\n2011_10_03/2011_10_03_drive_0034_sync 3582 l\n2011_10_03/2011_10_03_drive_0034_sync 3576 l\n2011_10_03/2011_10_03_drive_0034_sync 753 l\n2011_10_03/2011_10_03_drive_0034_sync 566 r\n2011_10_03/2011_10_03_drive_0034_sync 1784 l\n2011_10_03/2011_10_03_drive_0034_sync 4262 l\n2011_10_03/2011_10_03_drive_0034_sync 1301 r\n2011_10_03/2011_10_03_drive_0034_sync 833 r\n2011_10_03/2011_10_03_drive_0034_sync 436 l\n2011_10_03/2011_10_03_drive_0034_sync 390 r\n2011_10_03/2011_10_03_drive_0034_sync 1416 l\n2011_10_03/2011_10_03_drive_0034_sync 1327 r\n2011_10_03/2011_10_03_drive_0034_sync 1898 l\n2011_10_03/2011_10_03_drive_0034_sync 330 l\n2011_10_03/2011_10_03_drive_0034_sync 1591 l\n2011_10_03/2011_10_03_drive_0034_sync 2994 l\n2011_10_03/2011_10_03_drive_0034_sync 1455 l\n2011_10_03/2011_10_03_drive_0034_sync 2733 l\n2011_10_03/2011_10_03_drive_0034_sync 3511 r\n2011_10_03/2011_10_03_drive_0034_sync 4350 r\n2011_10_03/2011_10_03_drive_0034_sync 2571 r\n2011_10_03/2011_10_03_drive_0034_sync 767 l\n2011_10_03/2011_10_03_drive_0034_sync 2852 l\n2011_10_03/2011_10_03_drive_0034_sync 4530 l\n2011_10_03/2011_10_03_drive_0034_sync 1618 l\n2011_10_03/2011_10_03_drive_0034_sync 664 r\n2011_10_03/2011_10_03_drive_0034_sync 911 l\n2011_10_03/2011_10_03_drive_0034_sync 1314 r\n2011_10_03/2011_10_03_drive_0034_sync 2984 l\n2011_10_03/2011_10_03_drive_0034_sync 3378 l\n2011_10_03/2011_10_03_drive_0034_sync 2802 r\n2011_10_03/2011_10_03_drive_0034_sync 3128 r\n2011_10_03/2011_10_03_drive_0034_sync 1789 l\n2011_10_03/2011_10_03_drive_0034_sync 961 l\n2011_10_03/2011_10_03_drive_0034_sync 2950 r\n2011_10_03/2011_10_03_drive_0034_sync 3826 r\n2011_10_03/2011_10_03_drive_0034_sync 3469 r\n2011_10_03/2011_10_03_drive_0034_sync 2790 l\n2011_10_03/2011_10_03_drive_0034_sync 1918 l\n2011_10_03/2011_10_03_drive_0034_sync 3900 r\n2011_10_03/2011_10_03_drive_0034_sync 4274 r\n2011_10_03/2011_10_03_drive_0034_sync 3390 r\n2011_10_03/2011_10_03_drive_0034_sync 367 l\n2011_10_03/2011_10_03_drive_0034_sync 17 l\n2011_10_03/2011_10_03_drive_0034_sync 3908 r\n2011_10_03/2011_10_03_drive_0034_sync 3523 r\n2011_10_03/2011_10_03_drive_0034_sync 3730 r\n2011_10_03/2011_10_03_drive_0034_sync 3532 r\n2011_10_03/2011_10_03_drive_0034_sync 1767 l\n2011_10_03/2011_10_03_drive_0034_sync 2886 r\n2011_10_03/2011_10_03_drive_0034_sync 1038 l\n2011_10_03/2011_10_03_drive_0034_sync 3967 r\n2011_10_03/2011_10_03_drive_0034_sync 3962 r\n2011_10_03/2011_10_03_drive_0034_sync 644 l\n2011_10_03/2011_10_03_drive_0034_sync 734 r\n2011_10_03/2011_10_03_drive_0034_sync 3803 r\n2011_10_03/2011_10_03_drive_0034_sync 134 r\n2011_10_03/2011_10_03_drive_0034_sync 3954 l\n2011_10_03/2011_10_03_drive_0034_sync 2548 r\n2011_10_03/2011_10_03_drive_0034_sync 2731 r\n2011_10_03/2011_10_03_drive_0034_sync 3640 l\n2011_10_03/2011_10_03_drive_0034_sync 4084 r\n2011_10_03/2011_10_03_drive_0034_sync 2463 l\n2011_10_03/2011_10_03_drive_0034_sync 2449 r\n2011_10_03/2011_10_03_drive_0034_sync 132 l\n2011_10_03/2011_10_03_drive_0034_sync 4277 r\n2011_10_03/2011_10_03_drive_0034_sync 4533 l\n2011_10_03/2011_10_03_drive_0034_sync 1206 r\n2011_10_03/2011_10_03_drive_0034_sync 1763 l\n2011_10_03/2011_10_03_drive_0034_sync 1926 r\n2011_10_03/2011_10_03_drive_0034_sync 1199 l\n2011_10_03/2011_10_03_drive_0034_sync 4214 r\n2011_10_03/2011_10_03_drive_0034_sync 64 r\n2011_10_03/2011_10_03_drive_0034_sync 1114 l\n2011_10_03/2011_10_03_drive_0034_sync 1315 l\n2011_10_03/2011_10_03_drive_0034_sync 2722 r\n2011_10_03/2011_10_03_drive_0034_sync 503 l\n2011_10_03/2011_10_03_drive_0034_sync 1671 r\n2011_10_03/2011_10_03_drive_0034_sync 3974 r\n2011_10_03/2011_10_03_drive_0034_sync 4653 l\n2011_10_03/2011_10_03_drive_0034_sync 909 l\n2011_10_03/2011_10_03_drive_0034_sync 4182 r\n2011_10_03/2011_10_03_drive_0034_sync 1413 l\n2011_10_03/2011_10_03_drive_0034_sync 2724 r\n2011_10_03/2011_10_03_drive_0034_sync 2001 r\n2011_10_03/2011_10_03_drive_0034_sync 1227 r\n2011_10_03/2011_10_03_drive_0034_sync 3337 l\n2011_10_03/2011_10_03_drive_0034_sync 781 l\n2011_10_03/2011_10_03_drive_0034_sync 1271 r\n2011_10_03/2011_10_03_drive_0034_sync 1671 l\n2011_10_03/2011_10_03_drive_0034_sync 3703 l\n2011_10_03/2011_10_03_drive_0034_sync 919 l\n2011_10_03/2011_10_03_drive_0034_sync 4570 l\n2011_10_03/2011_10_03_drive_0034_sync 2717 r\n2011_10_03/2011_10_03_drive_0034_sync 2874 l\n2011_10_03/2011_10_03_drive_0034_sync 578 l\n2011_10_03/2011_10_03_drive_0034_sync 648 r\n2011_10_03/2011_10_03_drive_0034_sync 1130 r\n2011_10_03/2011_10_03_drive_0034_sync 1535 r\n2011_10_03/2011_10_03_drive_0034_sync 3246 l\n2011_10_03/2011_10_03_drive_0034_sync 2721 r\n2011_10_03/2011_10_03_drive_0034_sync 1939 l\n2011_10_03/2011_10_03_drive_0034_sync 3272 l\n2011_10_03/2011_10_03_drive_0034_sync 4612 r\n2011_10_03/2011_10_03_drive_0034_sync 3599 l\n2011_10_03/2011_10_03_drive_0034_sync 2398 l\n2011_10_03/2011_10_03_drive_0034_sync 3888 r\n2011_10_03/2011_10_03_drive_0034_sync 1976 l\n2011_10_03/2011_10_03_drive_0034_sync 338 l\n2011_10_03/2011_10_03_drive_0034_sync 1026 l\n2011_10_03/2011_10_03_drive_0034_sync 3283 l\n2011_10_03/2011_10_03_drive_0034_sync 4291 l\n2011_10_03/2011_10_03_drive_0034_sync 3269 r\n2011_10_03/2011_10_03_drive_0034_sync 2328 l\n2011_10_03/2011_10_03_drive_0034_sync 1761 r\n2011_10_03/2011_10_03_drive_0034_sync 74 r\n2011_10_03/2011_10_03_drive_0034_sync 3702 r\n2011_10_03/2011_10_03_drive_0034_sync 4615 l\n2011_10_03/2011_10_03_drive_0034_sync 4140 r\n2011_10_03/2011_10_03_drive_0034_sync 746 r\n2011_10_03/2011_10_03_drive_0034_sync 1935 r\n2011_10_03/2011_10_03_drive_0034_sync 2470 r\n2011_10_03/2011_10_03_drive_0034_sync 1389 l\n2011_10_03/2011_10_03_drive_0034_sync 2681 r\n2011_10_03/2011_10_03_drive_0034_sync 3350 r\n2011_10_03/2011_10_03_drive_0034_sync 3516 r\n2011_10_03/2011_10_03_drive_0034_sync 2512 l\n2011_10_03/2011_10_03_drive_0034_sync 1498 r\n2011_10_03/2011_10_03_drive_0034_sync 4029 r\n2011_10_03/2011_10_03_drive_0034_sync 3084 l\n2011_10_03/2011_10_03_drive_0034_sync 4001 l\n2011_10_03/2011_10_03_drive_0034_sync 2907 l\n2011_10_03/2011_10_03_drive_0034_sync 94 r\n2011_10_03/2011_10_03_drive_0034_sync 442 l\n2011_10_03/2011_10_03_drive_0034_sync 1515 r\n2011_10_03/2011_10_03_drive_0034_sync 2820 r\n2011_10_03/2011_10_03_drive_0034_sync 388 l\n2011_10_03/2011_10_03_drive_0034_sync 3233 l\n2011_10_03/2011_10_03_drive_0034_sync 3083 r\n2011_10_03/2011_10_03_drive_0034_sync 3123 l\n2011_10_03/2011_10_03_drive_0034_sync 851 r\n2011_10_03/2011_10_03_drive_0034_sync 1252 r\n2011_10_03/2011_10_03_drive_0034_sync 4063 l\n2011_10_03/2011_10_03_drive_0034_sync 2426 l\n2011_10_03/2011_10_03_drive_0034_sync 3612 r\n2011_10_03/2011_10_03_drive_0034_sync 4603 l\n2011_10_03/2011_10_03_drive_0034_sync 367 r\n2011_10_03/2011_10_03_drive_0034_sync 2883 l\n2011_10_03/2011_10_03_drive_0034_sync 351 r\n2011_10_03/2011_10_03_drive_0034_sync 3997 l\n2011_10_03/2011_10_03_drive_0034_sync 3232 l\n2011_10_03/2011_10_03_drive_0034_sync 3369 r\n2011_10_03/2011_10_03_drive_0034_sync 3015 l\n2011_10_03/2011_10_03_drive_0034_sync 2890 r\n2011_10_03/2011_10_03_drive_0034_sync 1470 r\n2011_10_03/2011_10_03_drive_0034_sync 779 r\n2011_10_03/2011_10_03_drive_0034_sync 728 r\n2011_10_03/2011_10_03_drive_0034_sync 2080 r\n2011_10_03/2011_10_03_drive_0034_sync 902 r\n2011_10_03/2011_10_03_drive_0034_sync 2074 r\n2011_10_03/2011_10_03_drive_0034_sync 4145 r\n2011_10_03/2011_10_03_drive_0034_sync 363 r\n2011_10_03/2011_10_03_drive_0034_sync 975 l\n2011_10_03/2011_10_03_drive_0034_sync 146 r\n2011_10_03/2011_10_03_drive_0034_sync 4099 l\n2011_10_03/2011_10_03_drive_0034_sync 932 l\n2011_10_03/2011_10_03_drive_0034_sync 2877 r\n2011_10_03/2011_10_03_drive_0034_sync 714 l\n2011_10_03/2011_10_03_drive_0034_sync 534 r\n2011_10_03/2011_10_03_drive_0034_sync 26 r\n2011_10_03/2011_10_03_drive_0034_sync 1780 l\n2011_10_03/2011_10_03_drive_0034_sync 1680 r\n2011_10_03/2011_10_03_drive_0034_sync 1536 l\n2011_10_03/2011_10_03_drive_0034_sync 897 l\n2011_10_03/2011_10_03_drive_0034_sync 1633 l\n2011_10_03/2011_10_03_drive_0034_sync 2671 r\n2011_10_03/2011_10_03_drive_0034_sync 1457 r\n2011_10_03/2011_10_03_drive_0034_sync 425 l\n2011_10_03/2011_10_03_drive_0034_sync 3535 r\n2011_10_03/2011_10_03_drive_0034_sync 4573 r\n2011_10_03/2011_10_03_drive_0034_sync 1759 r\n2011_10_03/2011_10_03_drive_0034_sync 3438 r\n2011_10_03/2011_10_03_drive_0034_sync 4164 r\n2011_10_03/2011_10_03_drive_0034_sync 2170 r\n2011_10_03/2011_10_03_drive_0034_sync 3 r\n2011_10_03/2011_10_03_drive_0034_sync 3886 r\n2011_10_03/2011_10_03_drive_0034_sync 691 l\n2011_10_03/2011_10_03_drive_0034_sync 4290 l\n2011_10_03/2011_10_03_drive_0034_sync 155 l\n2011_10_03/2011_10_03_drive_0034_sync 1919 l\n2011_10_03/2011_10_03_drive_0034_sync 1666 l\n2011_10_03/2011_10_03_drive_0034_sync 2197 r\n2011_10_03/2011_10_03_drive_0034_sync 3562 r\n2011_10_03/2011_10_03_drive_0034_sync 2241 r\n2011_10_03/2011_10_03_drive_0034_sync 1812 l\n2011_10_03/2011_10_03_drive_0034_sync 2911 l\n2011_10_03/2011_10_03_drive_0034_sync 639 l\n2011_10_03/2011_10_03_drive_0034_sync 3120 r\n2011_10_03/2011_10_03_drive_0034_sync 561 l\n2011_10_03/2011_10_03_drive_0034_sync 101 r\n2011_10_03/2011_10_03_drive_0034_sync 1312 l\n2011_10_03/2011_10_03_drive_0034_sync 2559 r\n2011_10_03/2011_10_03_drive_0034_sync 2147 r\n2011_10_03/2011_10_03_drive_0034_sync 4157 l\n2011_10_03/2011_10_03_drive_0034_sync 3795 l\n2011_10_03/2011_10_03_drive_0034_sync 2461 l\n2011_10_03/2011_10_03_drive_0034_sync 2918 r\n2011_10_03/2011_10_03_drive_0034_sync 4271 l\n2011_10_03/2011_10_03_drive_0034_sync 1021 r\n2011_10_03/2011_10_03_drive_0034_sync 1002 r\n2011_10_03/2011_10_03_drive_0034_sync 2720 r\n2011_10_03/2011_10_03_drive_0034_sync 1299 l\n2011_10_03/2011_10_03_drive_0034_sync 3464 r\n2011_10_03/2011_10_03_drive_0034_sync 2905 l\n2011_10_03/2011_10_03_drive_0034_sync 1439 r\n2011_10_03/2011_10_03_drive_0034_sync 3868 r\n2011_10_03/2011_10_03_drive_0034_sync 3256 l\n2011_10_03/2011_10_03_drive_0034_sync 4266 r\n2011_10_03/2011_10_03_drive_0034_sync 2442 r\n2011_10_03/2011_10_03_drive_0034_sync 4273 l\n2011_10_03/2011_10_03_drive_0034_sync 2174 r\n2011_10_03/2011_10_03_drive_0034_sync 2933 l\n2011_10_03/2011_10_03_drive_0034_sync 83 r\n2011_10_03/2011_10_03_drive_0034_sync 3252 r\n2011_10_03/2011_10_03_drive_0034_sync 3886 l\n2011_10_03/2011_10_03_drive_0034_sync 400 l\n2011_10_03/2011_10_03_drive_0034_sync 2933 r\n2011_10_03/2011_10_03_drive_0034_sync 323 r\n2011_10_03/2011_10_03_drive_0034_sync 3425 r\n2011_10_03/2011_10_03_drive_0034_sync 3902 r\n2011_10_03/2011_10_03_drive_0034_sync 3944 l\n2011_10_03/2011_10_03_drive_0034_sync 2371 r\n2011_10_03/2011_10_03_drive_0034_sync 3426 r\n2011_10_03/2011_10_03_drive_0034_sync 461 l\n2011_10_03/2011_10_03_drive_0034_sync 3765 l\n2011_10_03/2011_10_03_drive_0034_sync 4004 l\n2011_10_03/2011_10_03_drive_0034_sync 4044 l\n2011_10_03/2011_10_03_drive_0034_sync 3757 r\n2011_10_03/2011_10_03_drive_0034_sync 3185 l\n2011_10_03/2011_10_03_drive_0034_sync 951 l\n2011_10_03/2011_10_03_drive_0034_sync 315 l\n2011_10_03/2011_10_03_drive_0034_sync 4356 r\n2011_10_03/2011_10_03_drive_0034_sync 2607 r\n2011_10_03/2011_10_03_drive_0034_sync 790 l\n2011_10_03/2011_10_03_drive_0034_sync 2751 r\n2011_10_03/2011_10_03_drive_0034_sync 497 l\n2011_10_03/2011_10_03_drive_0034_sync 839 l\n2011_10_03/2011_10_03_drive_0034_sync 3755 r\n2011_10_03/2011_10_03_drive_0034_sync 1174 r\n2011_10_03/2011_10_03_drive_0034_sync 1990 l\n2011_10_03/2011_10_03_drive_0034_sync 3075 r\n2011_10_03/2011_10_03_drive_0034_sync 759 r\n2011_10_03/2011_10_03_drive_0034_sync 2652 l\n2011_10_03/2011_10_03_drive_0034_sync 2202 l\n2011_10_03/2011_10_03_drive_0034_sync 557 l\n2011_10_03/2011_10_03_drive_0034_sync 4452 l\n2011_10_03/2011_10_03_drive_0034_sync 2276 r\n2011_10_03/2011_10_03_drive_0034_sync 1722 r\n2011_10_03/2011_10_03_drive_0034_sync 1777 l\n2011_10_03/2011_10_03_drive_0034_sync 380 r\n2011_10_03/2011_10_03_drive_0034_sync 565 l\n2011_10_03/2011_10_03_drive_0034_sync 4102 l\n2011_10_03/2011_10_03_drive_0034_sync 1153 l\n2011_10_03/2011_10_03_drive_0034_sync 2431 l\n2011_10_03/2011_10_03_drive_0034_sync 2866 l\n2011_10_03/2011_10_03_drive_0034_sync 3309 r\n2011_10_03/2011_10_03_drive_0034_sync 1110 r\n2011_10_03/2011_10_03_drive_0034_sync 3631 r\n2011_10_03/2011_10_03_drive_0034_sync 1566 l\n2011_10_03/2011_10_03_drive_0034_sync 575 l\n2011_10_03/2011_10_03_drive_0034_sync 2793 l\n2011_10_03/2011_10_03_drive_0034_sync 1247 l\n2011_10_03/2011_10_03_drive_0034_sync 3804 r\n2011_10_03/2011_10_03_drive_0034_sync 2627 r\n2011_10_03/2011_10_03_drive_0034_sync 3921 l\n2011_10_03/2011_10_03_drive_0034_sync 4418 l\n2011_10_03/2011_10_03_drive_0034_sync 1167 l\n2011_10_03/2011_10_03_drive_0034_sync 3719 l\n2011_10_03/2011_10_03_drive_0034_sync 3864 r\n2011_10_03/2011_10_03_drive_0034_sync 1604 l\n2011_10_03/2011_10_03_drive_0034_sync 327 r\n2011_10_03/2011_10_03_drive_0034_sync 255 r\n2011_10_03/2011_10_03_drive_0034_sync 3957 r\n2011_10_03/2011_10_03_drive_0034_sync 261 r\n2011_10_03/2011_10_03_drive_0034_sync 2824 r\n2011_10_03/2011_10_03_drive_0034_sync 2980 r\n2011_10_03/2011_10_03_drive_0034_sync 1271 l\n2011_10_03/2011_10_03_drive_0034_sync 3303 r\n2011_10_03/2011_10_03_drive_0034_sync 3534 r\n2011_10_03/2011_10_03_drive_0034_sync 3068 l\n2011_10_03/2011_10_03_drive_0034_sync 4144 l\n2011_10_03/2011_10_03_drive_0034_sync 1727 l\n2011_10_03/2011_10_03_drive_0034_sync 104 r\n2011_10_03/2011_10_03_drive_0034_sync 3811 l\n2011_10_03/2011_10_03_drive_0034_sync 1964 r\n2011_10_03/2011_10_03_drive_0034_sync 1326 r\n2011_10_03/2011_10_03_drive_0034_sync 138 l\n2011_10_03/2011_10_03_drive_0034_sync 1016 l\n2011_10_03/2011_10_03_drive_0034_sync 971 r\n2011_10_03/2011_10_03_drive_0034_sync 1034 l\n2011_10_03/2011_10_03_drive_0034_sync 3863 r\n2011_10_03/2011_10_03_drive_0034_sync 232 r\n2011_10_03/2011_10_03_drive_0034_sync 3777 r\n2011_10_03/2011_10_03_drive_0034_sync 4179 r\n2011_10_03/2011_10_03_drive_0034_sync 3743 l\n2011_10_03/2011_10_03_drive_0034_sync 1387 r\n2011_10_03/2011_10_03_drive_0034_sync 3101 l\n2011_10_03/2011_10_03_drive_0034_sync 3574 r\n2011_10_03/2011_10_03_drive_0034_sync 787 r\n2011_10_03/2011_10_03_drive_0034_sync 110 l\n2011_10_03/2011_10_03_drive_0034_sync 2669 r\n2011_10_03/2011_10_03_drive_0034_sync 505 l\n2011_10_03/2011_10_03_drive_0034_sync 3233 r\n2011_10_03/2011_10_03_drive_0034_sync 1916 l\n2011_10_03/2011_10_03_drive_0034_sync 4028 l\n2011_10_03/2011_10_03_drive_0034_sync 2882 l\n2011_10_03/2011_10_03_drive_0034_sync 4297 r\n2011_10_03/2011_10_03_drive_0034_sync 1337 r\n2011_10_03/2011_10_03_drive_0034_sync 3824 l\n2011_10_03/2011_10_03_drive_0034_sync 1695 r\n2011_10_03/2011_10_03_drive_0034_sync 1664 r\n2011_10_03/2011_10_03_drive_0034_sync 466 l\n2011_10_03/2011_10_03_drive_0034_sync 12 l\n2011_10_03/2011_10_03_drive_0034_sync 3748 r\n2011_10_03/2011_10_03_drive_0034_sync 1343 r\n2011_10_03/2011_10_03_drive_0034_sync 4150 r\n2011_10_03/2011_10_03_drive_0034_sync 1306 l\n2011_10_03/2011_10_03_drive_0034_sync 102 l\n2011_10_03/2011_10_03_drive_0034_sync 4076 l\n2011_10_03/2011_10_03_drive_0034_sync 3649 l\n2011_10_03/2011_10_03_drive_0034_sync 4592 l\n2011_10_03/2011_10_03_drive_0034_sync 754 l\n2011_10_03/2011_10_03_drive_0034_sync 3429 l\n2011_10_03/2011_10_03_drive_0034_sync 572 l\n2011_10_03/2011_10_03_drive_0034_sync 2532 l\n2011_10_03/2011_10_03_drive_0034_sync 3702 l\n2011_10_03/2011_10_03_drive_0034_sync 1599 r\n2011_10_03/2011_10_03_drive_0034_sync 4634 r\n2011_10_03/2011_10_03_drive_0034_sync 4529 r\n2011_10_03/2011_10_03_drive_0034_sync 162 r\n2011_10_03/2011_10_03_drive_0034_sync 2444 l\n2011_10_03/2011_10_03_drive_0034_sync 2914 l\n2011_10_03/2011_10_03_drive_0034_sync 2031 r\n2011_10_03/2011_10_03_drive_0034_sync 2730 l\n2011_10_03/2011_10_03_drive_0034_sync 825 r\n2011_10_03/2011_10_03_drive_0034_sync 1940 l\n2011_10_03/2011_10_03_drive_0034_sync 3170 l\n2011_10_03/2011_10_03_drive_0034_sync 216 l\n2011_10_03/2011_10_03_drive_0034_sync 582 l\n2011_10_03/2011_10_03_drive_0034_sync 4276 r\n2011_10_03/2011_10_03_drive_0034_sync 3847 l\n2011_10_03/2011_10_03_drive_0034_sync 1138 r\n2011_10_03/2011_10_03_drive_0034_sync 840 r\n2011_10_03/2011_10_03_drive_0034_sync 2332 r\n2011_10_03/2011_10_03_drive_0034_sync 4194 r\n2011_10_03/2011_10_03_drive_0034_sync 3207 r\n2011_10_03/2011_10_03_drive_0034_sync 1210 r\n2011_10_03/2011_10_03_drive_0034_sync 340 r\n2011_10_03/2011_10_03_drive_0034_sync 3346 r\n2011_10_03/2011_10_03_drive_0034_sync 2889 l\n2011_10_03/2011_10_03_drive_0034_sync 284 l\n2011_10_03/2011_10_03_drive_0034_sync 4524 l\n2011_10_03/2011_10_03_drive_0034_sync 835 l\n2011_10_03/2011_10_03_drive_0034_sync 761 l\n2011_10_03/2011_10_03_drive_0034_sync 954 r\n2011_10_03/2011_10_03_drive_0034_sync 550 l\n2011_10_03/2011_10_03_drive_0034_sync 2624 l\n2011_10_03/2011_10_03_drive_0034_sync 1283 l\n2011_10_03/2011_10_03_drive_0034_sync 4481 l\n2011_10_03/2011_10_03_drive_0034_sync 2746 r\n2011_10_03/2011_10_03_drive_0034_sync 2790 r\n2011_10_03/2011_10_03_drive_0034_sync 2408 l\n2011_10_03/2011_10_03_drive_0034_sync 3461 r\n2011_10_03/2011_10_03_drive_0034_sync 107 l\n2011_10_03/2011_10_03_drive_0034_sync 218 l\n2011_10_03/2011_10_03_drive_0034_sync 3889 l\n2011_10_03/2011_10_03_drive_0034_sync 4030 l\n2011_10_03/2011_10_03_drive_0034_sync 2701 l\n2011_10_03/2011_10_03_drive_0034_sync 3287 l\n2011_10_03/2011_10_03_drive_0034_sync 3095 r\n2011_10_03/2011_10_03_drive_0034_sync 567 r\n2011_10_03/2011_10_03_drive_0034_sync 2923 l\n2011_10_03/2011_10_03_drive_0034_sync 107 r\n2011_10_03/2011_10_03_drive_0034_sync 1799 r\n2011_10_03/2011_10_03_drive_0034_sync 939 r\n2011_10_03/2011_10_03_drive_0034_sync 2116 r\n2011_10_03/2011_10_03_drive_0034_sync 2474 r\n2011_10_03/2011_10_03_drive_0034_sync 884 r\n2011_10_03/2011_10_03_drive_0034_sync 2896 r\n2011_10_03/2011_10_03_drive_0034_sync 3763 r\n2011_10_03/2011_10_03_drive_0034_sync 1651 r\n2011_10_03/2011_10_03_drive_0034_sync 1028 r\n2011_10_03/2011_10_03_drive_0034_sync 600 r\n2011_10_03/2011_10_03_drive_0034_sync 4373 l\n2011_10_03/2011_10_03_drive_0034_sync 1248 r\n2011_10_03/2011_10_03_drive_0034_sync 2603 r\n2011_10_03/2011_10_03_drive_0034_sync 700 r\n2011_10_03/2011_10_03_drive_0034_sync 4571 l\n2011_10_03/2011_10_03_drive_0034_sync 3986 r\n2011_10_03/2011_10_03_drive_0034_sync 1464 r\n2011_10_03/2011_10_03_drive_0034_sync 202 l\n2011_10_03/2011_10_03_drive_0034_sync 3365 l\n2011_10_03/2011_10_03_drive_0034_sync 3617 l\n2011_10_03/2011_10_03_drive_0034_sync 1565 r\n2011_10_03/2011_10_03_drive_0034_sync 1750 l\n2011_10_03/2011_10_03_drive_0034_sync 3739 l\n2011_10_03/2011_10_03_drive_0034_sync 1088 r\n2011_10_03/2011_10_03_drive_0034_sync 1076 l\n2011_10_03/2011_10_03_drive_0034_sync 4040 l\n2011_10_03/2011_10_03_drive_0034_sync 2259 l\n2011_10_03/2011_10_03_drive_0034_sync 3303 l\n2011_10_03/2011_10_03_drive_0034_sync 3963 l\n2011_10_03/2011_10_03_drive_0034_sync 1716 r\n2011_10_03/2011_10_03_drive_0034_sync 2757 l\n2011_10_03/2011_10_03_drive_0034_sync 3892 r\n2011_10_03/2011_10_03_drive_0034_sync 1488 r\n2011_10_03/2011_10_03_drive_0034_sync 1925 r\n2011_10_03/2011_10_03_drive_0034_sync 1192 l\n2011_10_03/2011_10_03_drive_0034_sync 2879 r\n2011_10_03/2011_10_03_drive_0034_sync 213 l\n2011_10_03/2011_10_03_drive_0034_sync 1926 l\n2011_10_03/2011_10_03_drive_0034_sync 529 r\n2011_10_03/2011_10_03_drive_0034_sync 770 l\n2011_10_03/2011_10_03_drive_0034_sync 3510 r\n2011_10_03/2011_10_03_drive_0034_sync 1374 l\n2011_10_03/2011_10_03_drive_0034_sync 220 r\n2011_10_03/2011_10_03_drive_0034_sync 596 r\n2011_10_03/2011_10_03_drive_0034_sync 2095 r\n2011_10_03/2011_10_03_drive_0034_sync 3006 l\n2011_10_03/2011_10_03_drive_0034_sync 2619 r\n2011_10_03/2011_10_03_drive_0034_sync 1151 l\n2011_10_03/2011_10_03_drive_0034_sync 4658 l\n2011_10_03/2011_10_03_drive_0034_sync 3871 r\n2011_10_03/2011_10_03_drive_0034_sync 1065 l\n2011_10_03/2011_10_03_drive_0034_sync 3257 r\n2011_10_03/2011_10_03_drive_0034_sync 1257 l\n2011_10_03/2011_10_03_drive_0034_sync 3503 r\n2011_10_03/2011_10_03_drive_0034_sync 1296 l\n2011_10_03/2011_10_03_drive_0034_sync 2538 l\n2011_10_03/2011_10_03_drive_0034_sync 4166 r\n2011_10_03/2011_10_03_drive_0034_sync 3579 r\n2011_10_03/2011_10_03_drive_0034_sync 4554 r\n2011_10_03/2011_10_03_drive_0034_sync 2388 l\n2011_10_03/2011_10_03_drive_0034_sync 3920 l\n2011_10_03/2011_10_03_drive_0034_sync 2921 r\n2011_10_03/2011_10_03_drive_0034_sync 4414 l\n2011_10_03/2011_10_03_drive_0034_sync 3763 l\n2011_10_03/2011_10_03_drive_0034_sync 673 l\n2011_10_03/2011_10_03_drive_0034_sync 267 l\n2011_10_03/2011_10_03_drive_0034_sync 118 r\n2011_10_03/2011_10_03_drive_0034_sync 4318 l\n2011_10_03/2011_10_03_drive_0034_sync 3217 r\n2011_10_03/2011_10_03_drive_0034_sync 2718 r\n2011_10_03/2011_10_03_drive_0034_sync 3200 l\n2011_10_03/2011_10_03_drive_0034_sync 1092 l\n2011_10_03/2011_10_03_drive_0034_sync 3735 l\n2011_10_03/2011_10_03_drive_0034_sync 577 r\n2011_10_03/2011_10_03_drive_0034_sync 26 l\n2011_10_03/2011_10_03_drive_0034_sync 111 l\n2011_10_03/2011_10_03_drive_0034_sync 1591 r\n2011_10_03/2011_10_03_drive_0034_sync 1642 l\n2011_10_03/2011_10_03_drive_0034_sync 2090 l\n2011_10_03/2011_10_03_drive_0034_sync 2340 l\n2011_10_03/2011_10_03_drive_0034_sync 214 r\n2011_10_03/2011_10_03_drive_0034_sync 4259 l\n2011_10_03/2011_10_03_drive_0034_sync 103 l\n2011_10_03/2011_10_03_drive_0034_sync 3656 r\n2011_10_03/2011_10_03_drive_0034_sync 211 r\n2011_10_03/2011_10_03_drive_0034_sync 3408 l\n2011_10_03/2011_10_03_drive_0034_sync 4369 r\n2011_10_03/2011_10_03_drive_0034_sync 3789 l\n2011_10_03/2011_10_03_drive_0034_sync 1887 l\n2011_10_03/2011_10_03_drive_0034_sync 732 r\n2011_10_03/2011_10_03_drive_0034_sync 4606 l\n2011_10_03/2011_10_03_drive_0034_sync 4233 r\n2011_10_03/2011_10_03_drive_0034_sync 233 l\n2011_10_03/2011_10_03_drive_0034_sync 3733 l\n2011_10_03/2011_10_03_drive_0034_sync 1134 l\n2011_10_03/2011_10_03_drive_0034_sync 3360 l\n2011_10_03/2011_10_03_drive_0034_sync 256 l\n2011_10_03/2011_10_03_drive_0034_sync 3977 r\n2011_10_03/2011_10_03_drive_0034_sync 1588 r\n2011_10_03/2011_10_03_drive_0034_sync 4145 l\n2011_10_03/2011_10_03_drive_0034_sync 1813 r\n2011_10_03/2011_10_03_drive_0034_sync 2959 l\n2011_10_03/2011_10_03_drive_0034_sync 666 r\n2011_10_03/2011_10_03_drive_0034_sync 3077 l\n2011_10_03/2011_10_03_drive_0034_sync 3663 r\n2011_10_03/2011_10_03_drive_0034_sync 68 r\n2011_10_03/2011_10_03_drive_0034_sync 4254 r\n2011_10_03/2011_10_03_drive_0034_sync 4544 l\n2011_10_03/2011_10_03_drive_0034_sync 3093 r\n2011_10_03/2011_10_03_drive_0034_sync 3210 l\n2011_10_03/2011_10_03_drive_0034_sync 3554 r\n2011_10_03/2011_10_03_drive_0034_sync 1983 l\n2011_10_03/2011_10_03_drive_0034_sync 2859 l\n2011_10_03/2011_10_03_drive_0034_sync 1511 l\n2011_10_03/2011_10_03_drive_0034_sync 3442 r\n2011_10_03/2011_10_03_drive_0034_sync 2713 r\n2011_10_03/2011_10_03_drive_0034_sync 3490 l\n2011_10_03/2011_10_03_drive_0034_sync 2701 r\n2011_10_03/2011_10_03_drive_0034_sync 4234 r\n2011_10_03/2011_10_03_drive_0034_sync 475 r\n2011_10_03/2011_10_03_drive_0034_sync 3950 r\n2011_10_03/2011_10_03_drive_0034_sync 2336 l\n2011_10_03/2011_10_03_drive_0034_sync 3645 l\n2011_10_03/2011_10_03_drive_0034_sync 368 l\n2011_10_03/2011_10_03_drive_0034_sync 1231 l\n2011_10_03/2011_10_03_drive_0034_sync 2119 l\n2011_10_03/2011_10_03_drive_0034_sync 3038 l\n2011_10_03/2011_10_03_drive_0034_sync 1344 r\n2011_10_03/2011_10_03_drive_0034_sync 856 r\n2011_10_03/2011_10_03_drive_0034_sync 4009 l\n2011_10_03/2011_10_03_drive_0034_sync 2265 r\n2011_10_03/2011_10_03_drive_0034_sync 281 l\n2011_10_03/2011_10_03_drive_0034_sync 409 l\n2011_10_03/2011_10_03_drive_0034_sync 2948 l\n2011_10_03/2011_10_03_drive_0034_sync 3047 l\n2011_10_03/2011_10_03_drive_0034_sync 2887 r\n2011_10_03/2011_10_03_drive_0034_sync 1229 r\n2011_10_03/2011_10_03_drive_0034_sync 4469 l\n2011_10_03/2011_10_03_drive_0034_sync 2088 l\n2011_10_03/2011_10_03_drive_0034_sync 4465 l\n2011_10_03/2011_10_03_drive_0034_sync 3198 r\n2011_10_03/2011_10_03_drive_0034_sync 4586 r\n2011_10_03/2011_10_03_drive_0034_sync 4068 r\n2011_10_03/2011_10_03_drive_0034_sync 100 l\n2011_10_03/2011_10_03_drive_0034_sync 1213 r\n2011_10_03/2011_10_03_drive_0034_sync 1060 r\n2011_10_03/2011_10_03_drive_0034_sync 2127 r\n2011_10_03/2011_10_03_drive_0034_sync 1776 l\n2011_10_03/2011_10_03_drive_0034_sync 3154 r\n2011_10_03/2011_10_03_drive_0034_sync 3974 l\n2011_10_03/2011_10_03_drive_0034_sync 3279 r\n2011_10_03/2011_10_03_drive_0034_sync 4137 r\n2011_10_03/2011_10_03_drive_0034_sync 1753 l\n2011_10_03/2011_10_03_drive_0034_sync 2533 r\n2011_10_03/2011_10_03_drive_0034_sync 2871 l\n2011_10_03/2011_10_03_drive_0034_sync 4101 l\n2011_10_03/2011_10_03_drive_0034_sync 4621 r\n2011_10_03/2011_10_03_drive_0034_sync 3885 l\n2011_10_03/2011_10_03_drive_0034_sync 4193 r\n2011_10_03/2011_10_03_drive_0034_sync 200 l\n2011_10_03/2011_10_03_drive_0034_sync 1338 r\n2011_10_03/2011_10_03_drive_0034_sync 1496 l\n2011_10_03/2011_10_03_drive_0034_sync 1692 l\n2011_10_03/2011_10_03_drive_0034_sync 2395 r\n2011_10_03/2011_10_03_drive_0034_sync 1106 r\n2011_10_03/2011_10_03_drive_0034_sync 2380 l\n2011_10_03/2011_10_03_drive_0034_sync 405 l\n2011_10_03/2011_10_03_drive_0034_sync 1968 r\n2011_10_03/2011_10_03_drive_0034_sync 1541 l\n2011_10_03/2011_10_03_drive_0034_sync 3921 r\n2011_10_03/2011_10_03_drive_0034_sync 4138 r\n2011_10_03/2011_10_03_drive_0034_sync 2148 l\n2011_10_03/2011_10_03_drive_0034_sync 4089 l\n2011_10_03/2011_10_03_drive_0034_sync 302 r\n2011_10_03/2011_10_03_drive_0034_sync 1202 l\n2011_10_03/2011_10_03_drive_0034_sync 1557 r\n2011_10_03/2011_10_03_drive_0034_sync 2608 l\n2011_10_03/2011_10_03_drive_0034_sync 2106 r\n2011_10_03/2011_10_03_drive_0034_sync 4273 r\n2011_10_03/2011_10_03_drive_0034_sync 4634 l\n2011_10_03/2011_10_03_drive_0034_sync 190 r\n2011_10_03/2011_10_03_drive_0034_sync 1606 l\n2011_10_03/2011_10_03_drive_0034_sync 3152 r\n2011_10_03/2011_10_03_drive_0034_sync 2401 l\n2011_10_03/2011_10_03_drive_0034_sync 3180 l\n2011_10_03/2011_10_03_drive_0034_sync 1980 l\n2011_10_03/2011_10_03_drive_0034_sync 633 r\n2011_10_03/2011_10_03_drive_0034_sync 4450 r\n2011_10_03/2011_10_03_drive_0034_sync 3242 r\n2011_10_03/2011_10_03_drive_0034_sync 4599 r\n2011_10_03/2011_10_03_drive_0034_sync 857 r\n2011_10_03/2011_10_03_drive_0034_sync 3513 r\n2011_10_03/2011_10_03_drive_0034_sync 1566 r\n2011_10_03/2011_10_03_drive_0034_sync 579 l\n2011_10_03/2011_10_03_drive_0034_sync 3332 r\n2011_10_03/2011_10_03_drive_0034_sync 1523 r\n2011_10_03/2011_10_03_drive_0034_sync 2234 r\n2011_10_03/2011_10_03_drive_0034_sync 1981 l\n2011_10_03/2011_10_03_drive_0034_sync 870 l\n2011_10_03/2011_10_03_drive_0034_sync 1715 r\n2011_10_03/2011_10_03_drive_0034_sync 2232 r\n2011_10_03/2011_10_03_drive_0034_sync 1746 l\n2011_10_03/2011_10_03_drive_0034_sync 3420 r\n2011_10_03/2011_10_03_drive_0034_sync 3192 l\n2011_10_03/2011_10_03_drive_0034_sync 2097 r\n2011_10_03/2011_10_03_drive_0034_sync 2149 l\n2011_10_03/2011_10_03_drive_0034_sync 674 l\n2011_10_03/2011_10_03_drive_0034_sync 1045 l\n2011_10_03/2011_10_03_drive_0034_sync 479 l\n2011_10_03/2011_10_03_drive_0034_sync 573 l\n2011_10_03/2011_10_03_drive_0034_sync 1893 l\n2011_10_03/2011_10_03_drive_0034_sync 47 l\n2011_10_03/2011_10_03_drive_0034_sync 1266 r\n2011_10_03/2011_10_03_drive_0034_sync 3422 r\n2011_10_03/2011_10_03_drive_0034_sync 1290 l\n2011_10_03/2011_10_03_drive_0034_sync 2165 r\n2011_10_03/2011_10_03_drive_0034_sync 669 r\n2011_10_03/2011_10_03_drive_0034_sync 3719 r\n2011_10_03/2011_10_03_drive_0034_sync 3002 l\n2011_10_03/2011_10_03_drive_0034_sync 514 r\n2011_10_03/2011_10_03_drive_0034_sync 727 r\n2011_10_03/2011_10_03_drive_0034_sync 2988 l\n2011_10_03/2011_10_03_drive_0034_sync 4440 r\n2011_10_03/2011_10_03_drive_0034_sync 3688 r\n2011_10_03/2011_10_03_drive_0034_sync 67 r\n2011_10_03/2011_10_03_drive_0034_sync 476 r\n2011_10_03/2011_10_03_drive_0034_sync 877 l\n2011_10_03/2011_10_03_drive_0034_sync 3007 l\n2011_10_03/2011_10_03_drive_0034_sync 1371 l\n2011_10_03/2011_10_03_drive_0034_sync 692 l\n2011_10_03/2011_10_03_drive_0034_sync 845 r\n2011_10_03/2011_10_03_drive_0034_sync 2179 l\n2011_10_03/2011_10_03_drive_0034_sync 2128 l\n2011_10_03/2011_10_03_drive_0034_sync 3144 l\n2011_10_03/2011_10_03_drive_0034_sync 1432 l\n2011_10_03/2011_10_03_drive_0034_sync 3122 l\n2011_10_03/2011_10_03_drive_0034_sync 311 l\n2011_10_03/2011_10_03_drive_0034_sync 180 l\n2011_10_03/2011_10_03_drive_0034_sync 1571 l\n2011_10_03/2011_10_03_drive_0034_sync 1521 l\n2011_10_03/2011_10_03_drive_0034_sync 96 l\n2011_10_03/2011_10_03_drive_0034_sync 4631 l\n2011_10_03/2011_10_03_drive_0034_sync 2327 l\n2011_10_03/2011_10_03_drive_0034_sync 2043 r\n2011_10_03/2011_10_03_drive_0034_sync 940 r\n2011_10_03/2011_10_03_drive_0034_sync 3380 r\n2011_10_03/2011_10_03_drive_0034_sync 997 r\n2011_10_03/2011_10_03_drive_0034_sync 2325 r\n2011_10_03/2011_10_03_drive_0034_sync 1815 r\n2011_10_03/2011_10_03_drive_0034_sync 1906 l\n2011_10_03/2011_10_03_drive_0034_sync 1424 l\n2011_10_03/2011_10_03_drive_0034_sync 3123 r\n2011_10_03/2011_10_03_drive_0034_sync 2166 l\n2011_10_03/2011_10_03_drive_0034_sync 235 r\n2011_10_03/2011_10_03_drive_0034_sync 1901 r\n2011_10_03/2011_10_03_drive_0034_sync 2962 l\n2011_10_03/2011_10_03_drive_0034_sync 1330 r\n2011_10_03/2011_10_03_drive_0034_sync 2476 l\n2011_10_03/2011_10_03_drive_0034_sync 3089 l\n2011_10_03/2011_10_03_drive_0034_sync 2256 l\n2011_10_03/2011_10_03_drive_0034_sync 219 l\n2011_10_03/2011_10_03_drive_0034_sync 4207 l\n2011_10_03/2011_10_03_drive_0034_sync 1283 r\n2011_10_03/2011_10_03_drive_0034_sync 1467 r\n2011_10_03/2011_10_03_drive_0034_sync 4295 r\n2011_10_03/2011_10_03_drive_0034_sync 1425 r\n2011_10_03/2011_10_03_drive_0034_sync 3241 r\n2011_10_03/2011_10_03_drive_0034_sync 1373 l\n2011_10_03/2011_10_03_drive_0034_sync 440 r\n2011_10_03/2011_10_03_drive_0034_sync 4437 r\n2011_10_03/2011_10_03_drive_0034_sync 3377 r\n2011_10_03/2011_10_03_drive_0034_sync 4573 l\n2011_10_03/2011_10_03_drive_0034_sync 4458 r\n2011_10_03/2011_10_03_drive_0034_sync 3494 r\n2011_10_03/2011_10_03_drive_0034_sync 3512 l\n2011_10_03/2011_10_03_drive_0034_sync 3369 l\n2011_10_03/2011_10_03_drive_0034_sync 4105 l\n2011_10_03/2011_10_03_drive_0034_sync 3388 r\n2011_10_03/2011_10_03_drive_0034_sync 3055 l\n2011_10_03/2011_10_03_drive_0034_sync 3952 r\n2011_10_03/2011_10_03_drive_0034_sync 437 l\n2011_10_03/2011_10_03_drive_0034_sync 240 r\n2011_10_03/2011_10_03_drive_0034_sync 3416 r\n2011_10_03/2011_10_03_drive_0034_sync 3853 r\n2011_10_03/2011_10_03_drive_0034_sync 534 l\n2011_10_03/2011_10_03_drive_0034_sync 253 l\n2011_10_03/2011_10_03_drive_0034_sync 28 l\n2011_10_03/2011_10_03_drive_0034_sync 2037 l\n2011_10_03/2011_10_03_drive_0034_sync 2836 l\n2011_10_03/2011_10_03_drive_0034_sync 2479 r\n2011_10_03/2011_10_03_drive_0034_sync 4583 r\n2011_10_03/2011_10_03_drive_0034_sync 1488 l\n2011_10_03/2011_10_03_drive_0034_sync 215 r\n2011_10_03/2011_10_03_drive_0034_sync 3573 r\n2011_10_03/2011_10_03_drive_0034_sync 2568 l\n2011_10_03/2011_10_03_drive_0034_sync 126 l\n2011_10_03/2011_10_03_drive_0034_sync 698 r\n2011_10_03/2011_10_03_drive_0034_sync 1371 r\n2011_10_03/2011_10_03_drive_0034_sync 3610 l\n2011_10_03/2011_10_03_drive_0034_sync 3851 l\n2011_10_03/2011_10_03_drive_0034_sync 3522 l\n2011_10_03/2011_10_03_drive_0034_sync 1414 l\n2011_10_03/2011_10_03_drive_0034_sync 1380 l\n2011_10_03/2011_10_03_drive_0034_sync 1053 r\n2011_10_03/2011_10_03_drive_0034_sync 2810 l\n2011_10_03/2011_10_03_drive_0034_sync 3657 r\n2011_10_03/2011_10_03_drive_0034_sync 1243 r\n2011_10_03/2011_10_03_drive_0034_sync 2762 l\n2011_10_03/2011_10_03_drive_0034_sync 2902 l\n2011_10_03/2011_10_03_drive_0034_sync 2168 l\n2011_10_03/2011_10_03_drive_0034_sync 4368 r\n2011_10_03/2011_10_03_drive_0034_sync 4356 l\n2011_10_03/2011_10_03_drive_0034_sync 1885 r\n2011_10_03/2011_10_03_drive_0034_sync 3771 r\n2011_10_03/2011_10_03_drive_0034_sync 3848 l\n2011_10_03/2011_10_03_drive_0034_sync 2141 l\n2011_10_03/2011_10_03_drive_0034_sync 25 r\n2011_10_03/2011_10_03_drive_0034_sync 4097 r\n2011_10_03/2011_10_03_drive_0034_sync 3134 l\n2011_10_03/2011_10_03_drive_0034_sync 1617 l\n2011_10_03/2011_10_03_drive_0034_sync 4170 r\n2011_10_03/2011_10_03_drive_0034_sync 4349 r\n2011_10_03/2011_10_03_drive_0034_sync 810 r\n2011_10_03/2011_10_03_drive_0034_sync 3520 r\n2011_10_03/2011_10_03_drive_0034_sync 4188 l\n2011_10_03/2011_10_03_drive_0034_sync 1713 l\n2011_10_03/2011_10_03_drive_0034_sync 4453 r\n2011_10_03/2011_10_03_drive_0034_sync 3787 r\n2011_10_03/2011_10_03_drive_0034_sync 973 r\n2011_10_03/2011_10_03_drive_0034_sync 3964 l\n2011_10_03/2011_10_03_drive_0034_sync 4227 l\n2011_10_03/2011_10_03_drive_0034_sync 2567 r\n2011_10_03/2011_10_03_drive_0034_sync 1648 r\n2011_10_03/2011_10_03_drive_0034_sync 4012 l\n2011_10_03/2011_10_03_drive_0034_sync 166 l\n2011_10_03/2011_10_03_drive_0034_sync 2125 r\n2011_10_03/2011_10_03_drive_0034_sync 537 r\n2011_10_03/2011_10_03_drive_0034_sync 108 l\n2011_10_03/2011_10_03_drive_0034_sync 244 r\n2011_10_03/2011_10_03_drive_0034_sync 2317 r\n2011_10_03/2011_10_03_drive_0034_sync 2115 r\n2011_10_03/2011_10_03_drive_0034_sync 1274 l\n2011_10_03/2011_10_03_drive_0034_sync 4431 r\n2011_10_03/2011_10_03_drive_0034_sync 1793 l\n2011_10_03/2011_10_03_drive_0034_sync 4131 r\n2011_10_03/2011_10_03_drive_0034_sync 71 r\n2011_10_03/2011_10_03_drive_0034_sync 1465 r\n2011_10_03/2011_10_03_drive_0034_sync 2645 r\n2011_10_03/2011_10_03_drive_0034_sync 2204 l\n2011_10_03/2011_10_03_drive_0034_sync 2743 r\n2011_10_03/2011_10_03_drive_0034_sync 3296 r\n2011_10_03/2011_10_03_drive_0034_sync 2445 r\n2011_10_03/2011_10_03_drive_0034_sync 1694 l\n2011_10_03/2011_10_03_drive_0034_sync 4351 r\n2011_10_03/2011_10_03_drive_0034_sync 3101 r\n2011_10_03/2011_10_03_drive_0034_sync 1557 l\n2011_10_03/2011_10_03_drive_0034_sync 1094 r\n2011_10_03/2011_10_03_drive_0034_sync 1485 l\n2011_10_03/2011_10_03_drive_0034_sync 557 r\n2011_10_03/2011_10_03_drive_0034_sync 1298 l\n2011_10_03/2011_10_03_drive_0034_sync 2211 r\n2011_10_03/2011_10_03_drive_0034_sync 881 l\n2011_10_03/2011_10_03_drive_0034_sync 3358 r\n2011_10_03/2011_10_03_drive_0034_sync 4468 l\n2011_10_03/2011_10_03_drive_0034_sync 2726 l\n2011_10_03/2011_10_03_drive_0034_sync 3396 r\n2011_10_03/2011_10_03_drive_0034_sync 2390 r\n2011_10_03/2011_10_03_drive_0034_sync 2827 l\n2011_10_03/2011_10_03_drive_0034_sync 902 l\n2011_10_03/2011_10_03_drive_0034_sync 38 r\n2011_10_03/2011_10_03_drive_0034_sync 3108 l\n2011_10_03/2011_10_03_drive_0034_sync 3641 r\n2011_10_03/2011_10_03_drive_0034_sync 2450 r\n2011_10_03/2011_10_03_drive_0034_sync 4341 l\n2011_10_03/2011_10_03_drive_0034_sync 3333 l\n2011_10_03/2011_10_03_drive_0034_sync 2687 r\n2011_10_03/2011_10_03_drive_0034_sync 968 r\n2011_10_03/2011_10_03_drive_0034_sync 2396 r\n2011_10_03/2011_10_03_drive_0034_sync 4391 r\n2011_10_03/2011_10_03_drive_0034_sync 3237 r\n2011_10_03/2011_10_03_drive_0034_sync 2760 l\n2011_10_03/2011_10_03_drive_0034_sync 2198 l\n2011_10_03/2011_10_03_drive_0034_sync 4018 l\n2011_10_03/2011_10_03_drive_0034_sync 3696 r\n2011_10_03/2011_10_03_drive_0034_sync 2382 l\n2011_10_03/2011_10_03_drive_0034_sync 744 r\n2011_10_03/2011_10_03_drive_0034_sync 2830 l\n2011_10_03/2011_10_03_drive_0034_sync 3843 r\n2011_10_03/2011_10_03_drive_0034_sync 1883 r\n2011_10_03/2011_10_03_drive_0034_sync 776 r\n2011_10_03/2011_10_03_drive_0034_sync 1327 l\n2011_10_03/2011_10_03_drive_0034_sync 1380 r\n2011_10_03/2011_10_03_drive_0034_sync 1880 r\n2011_10_03/2011_10_03_drive_0034_sync 2594 l\n2011_10_03/2011_10_03_drive_0034_sync 384 r\n2011_10_03/2011_10_03_drive_0034_sync 2122 l\n2011_10_03/2011_10_03_drive_0034_sync 1204 r\n2011_10_03/2011_10_03_drive_0034_sync 3598 l\n2011_10_03/2011_10_03_drive_0034_sync 4559 r\n2011_10_03/2011_10_03_drive_0034_sync 4479 r\n2011_10_03/2011_10_03_drive_0034_sync 4527 l\n2011_10_03/2011_10_03_drive_0034_sync 4105 r\n2011_10_03/2011_10_03_drive_0034_sync 3731 l\n2011_10_03/2011_10_03_drive_0034_sync 4373 r\n2011_10_03/2011_10_03_drive_0034_sync 3098 r\n2011_10_03/2011_10_03_drive_0034_sync 3385 l\n2011_10_03/2011_10_03_drive_0034_sync 3667 r\n2011_10_03/2011_10_03_drive_0034_sync 924 l\n2011_10_03/2011_10_03_drive_0034_sync 2739 r\n2011_10_03/2011_10_03_drive_0034_sync 3566 l\n2011_10_03/2011_10_03_drive_0034_sync 129 l\n2011_10_03/2011_10_03_drive_0034_sync 1267 l\n2011_10_03/2011_10_03_drive_0034_sync 891 r\n2011_10_03/2011_10_03_drive_0034_sync 2518 l\n2011_10_03/2011_10_03_drive_0034_sync 1402 l\n2011_10_03/2011_10_03_drive_0034_sync 1686 l\n2011_10_03/2011_10_03_drive_0034_sync 4218 l\n2011_10_03/2011_10_03_drive_0034_sync 3888 l\n2011_10_03/2011_10_03_drive_0034_sync 4414 r\n2011_10_03/2011_10_03_drive_0034_sync 1966 r\n2011_10_03/2011_10_03_drive_0034_sync 3449 l\n2011_10_03/2011_10_03_drive_0034_sync 315 r\n2011_10_03/2011_10_03_drive_0034_sync 3481 r\n2011_10_03/2011_10_03_drive_0034_sync 4056 r\n2011_10_03/2011_10_03_drive_0034_sync 4427 r\n2011_10_03/2011_10_03_drive_0034_sync 4016 r\n2011_10_03/2011_10_03_drive_0034_sync 2056 r\n2011_10_03/2011_10_03_drive_0034_sync 2924 l\n2011_10_03/2011_10_03_drive_0034_sync 3666 r\n2011_10_03/2011_10_03_drive_0034_sync 1187 r\n2011_10_03/2011_10_03_drive_0034_sync 2551 l\n2011_10_03/2011_10_03_drive_0034_sync 693 l\n2011_10_03/2011_10_03_drive_0034_sync 651 r\n2011_10_03/2011_10_03_drive_0034_sync 2222 r\n2011_10_03/2011_10_03_drive_0034_sync 1973 r\n2011_10_03/2011_10_03_drive_0034_sync 3571 l\n2011_10_03/2011_10_03_drive_0034_sync 3484 l\n2011_10_03/2011_10_03_drive_0034_sync 4545 r\n2011_10_03/2011_10_03_drive_0034_sync 718 l\n2011_10_03/2011_10_03_drive_0034_sync 1049 r\n2011_10_03/2011_10_03_drive_0034_sync 4059 r\n2011_10_03/2011_10_03_drive_0034_sync 2261 l\n2011_10_03/2011_10_03_drive_0034_sync 1076 r\n2011_10_03/2011_10_03_drive_0034_sync 2316 l\n2011_10_03/2011_10_03_drive_0034_sync 2748 l\n2011_10_03/2011_10_03_drive_0034_sync 4229 r\n2011_10_03/2011_10_03_drive_0034_sync 4372 l\n2011_10_03/2011_10_03_drive_0034_sync 1631 r\n2011_10_03/2011_10_03_drive_0034_sync 1203 r\n2011_10_03/2011_10_03_drive_0034_sync 3475 l\n2011_10_03/2011_10_03_drive_0034_sync 3030 r\n2011_10_03/2011_10_03_drive_0034_sync 3893 r\n2011_10_03/2011_10_03_drive_0034_sync 1056 r\n2011_10_03/2011_10_03_drive_0034_sync 3843 l\n2011_10_03/2011_10_03_drive_0034_sync 2002 l\n2011_10_03/2011_10_03_drive_0034_sync 1747 l\n2011_10_03/2011_10_03_drive_0034_sync 372 r\n2011_10_03/2011_10_03_drive_0034_sync 4330 l\n2011_10_03/2011_10_03_drive_0034_sync 716 l\n2011_10_03/2011_10_03_drive_0034_sync 2403 r\n2011_10_03/2011_10_03_drive_0034_sync 625 r\n2011_10_03/2011_10_03_drive_0034_sync 3941 r\n2011_10_03/2011_10_03_drive_0034_sync 992 l\n2011_10_03/2011_10_03_drive_0034_sync 4004 r\n2011_10_03/2011_10_03_drive_0034_sync 793 l\n2011_10_03/2011_10_03_drive_0034_sync 942 r\n2011_10_03/2011_10_03_drive_0034_sync 3271 l\n2011_10_03/2011_10_03_drive_0034_sync 4272 r\n2011_10_03/2011_10_03_drive_0034_sync 932 r\n2011_10_03/2011_10_03_drive_0034_sync 1218 r\n2011_10_03/2011_10_03_drive_0034_sync 3695 r\n2011_10_03/2011_10_03_drive_0034_sync 3406 l\n2011_10_03/2011_10_03_drive_0034_sync 4008 l\n2011_10_03/2011_10_03_drive_0034_sync 4635 r\n2011_10_03/2011_10_03_drive_0034_sync 3539 r\n2011_10_03/2011_10_03_drive_0034_sync 182 r\n2011_10_03/2011_10_03_drive_0034_sync 3829 r\n2011_10_03/2011_10_03_drive_0034_sync 3622 r\n2011_10_03/2011_10_03_drive_0034_sync 376 l\n2011_10_03/2011_10_03_drive_0034_sync 2071 r\n2011_10_03/2011_10_03_drive_0034_sync 2298 r\n2011_10_03/2011_10_03_drive_0034_sync 652 r\n2011_10_03/2011_10_03_drive_0034_sync 2113 r\n2011_10_03/2011_10_03_drive_0034_sync 49 l\n2011_10_03/2011_10_03_drive_0034_sync 1418 l\n2011_10_03/2011_10_03_drive_0034_sync 2917 r\n2011_10_03/2011_10_03_drive_0034_sync 3621 l\n2011_10_03/2011_10_03_drive_0034_sync 2675 l\n2011_10_03/2011_10_03_drive_0034_sync 1309 r\n2011_10_03/2011_10_03_drive_0034_sync 3446 l\n2011_10_03/2011_10_03_drive_0034_sync 1114 r\n2011_10_03/2011_10_03_drive_0034_sync 3672 r\n2011_10_03/2011_10_03_drive_0034_sync 1412 l\n2011_10_03/2011_10_03_drive_0034_sync 2329 l\n2011_10_03/2011_10_03_drive_0034_sync 1346 r\n2011_10_03/2011_10_03_drive_0034_sync 2961 l\n2011_10_03/2011_10_03_drive_0034_sync 79 r\n2011_10_03/2011_10_03_drive_0034_sync 447 l\n2011_10_03/2011_10_03_drive_0034_sync 3815 r\n2011_10_03/2011_10_03_drive_0034_sync 1758 r\n2011_10_03/2011_10_03_drive_0034_sync 4086 r\n2011_10_03/2011_10_03_drive_0034_sync 1105 r\n2011_10_03/2011_10_03_drive_0034_sync 3392 r\n2011_10_03/2011_10_03_drive_0034_sync 3856 l\n2011_10_03/2011_10_03_drive_0034_sync 950 r\n2011_10_03/2011_10_03_drive_0034_sync 1295 r\n2011_10_03/2011_10_03_drive_0034_sync 3405 l\n2011_10_03/2011_10_03_drive_0034_sync 290 r\n2011_10_03/2011_10_03_drive_0034_sync 2679 l\n2011_10_03/2011_10_03_drive_0034_sync 497 r\n2011_10_03/2011_10_03_drive_0034_sync 1345 l\n2011_10_03/2011_10_03_drive_0034_sync 783 r\n2011_10_03/2011_10_03_drive_0034_sync 491 l\n2011_10_03/2011_10_03_drive_0034_sync 218 r\n2011_10_03/2011_10_03_drive_0034_sync 3983 l\n2011_10_03/2011_10_03_drive_0034_sync 584 r\n2011_10_03/2011_10_03_drive_0034_sync 1696 r\n2011_10_03/2011_10_03_drive_0034_sync 177 r\n2011_10_03/2011_10_03_drive_0034_sync 4388 r\n2011_10_03/2011_10_03_drive_0034_sync 2640 r\n2011_10_03/2011_10_03_drive_0034_sync 1698 l\n2011_10_03/2011_10_03_drive_0034_sync 3877 l\n2011_10_03/2011_10_03_drive_0034_sync 335 r\n2011_10_03/2011_10_03_drive_0034_sync 961 r\n2011_10_03/2011_10_03_drive_0034_sync 3524 l\n2011_10_03/2011_10_03_drive_0034_sync 2070 r\n2011_10_03/2011_10_03_drive_0034_sync 4275 l\n2011_10_03/2011_10_03_drive_0034_sync 1127 l\n2011_10_03/2011_10_03_drive_0034_sync 465 l\n2011_10_03/2011_10_03_drive_0034_sync 4044 r\n2011_10_03/2011_10_03_drive_0034_sync 2848 l\n2011_10_03/2011_10_03_drive_0034_sync 3617 r\n2011_10_03/2011_10_03_drive_0034_sync 3669 l\n2011_10_03/2011_10_03_drive_0034_sync 604 r\n2011_10_03/2011_10_03_drive_0034_sync 785 l\n2011_10_03/2011_10_03_drive_0034_sync 4519 l\n2011_10_03/2011_10_03_drive_0034_sync 3443 l\n2011_10_03/2011_10_03_drive_0034_sync 378 r\n2011_10_03/2011_10_03_drive_0034_sync 196 r\n2011_10_03/2011_10_03_drive_0034_sync 2893 r\n2011_10_03/2011_10_03_drive_0034_sync 1691 l\n2011_10_03/2011_10_03_drive_0034_sync 2540 l\n2011_10_03/2011_10_03_drive_0034_sync 4328 r\n2011_10_03/2011_10_03_drive_0034_sync 286 l\n2011_10_03/2011_10_03_drive_0034_sync 2664 r\n2011_10_03/2011_10_03_drive_0034_sync 4610 r\n2011_10_03/2011_10_03_drive_0034_sync 1499 l\n2011_10_03/2011_10_03_drive_0034_sync 2565 r\n2011_10_03/2011_10_03_drive_0034_sync 3210 r\n2011_10_03/2011_10_03_drive_0034_sync 3274 l\n2011_10_03/2011_10_03_drive_0034_sync 324 l\n2011_10_03/2011_10_03_drive_0034_sync 3378 r\n2011_10_03/2011_10_03_drive_0034_sync 1354 r\n2011_10_03/2011_10_03_drive_0034_sync 3559 l\n2011_10_03/2011_10_03_drive_0034_sync 3992 l\n2011_10_03/2011_10_03_drive_0034_sync 89 l\n2011_10_03/2011_10_03_drive_0034_sync 3659 r\n2011_10_03/2011_10_03_drive_0034_sync 3530 l\n2011_10_03/2011_10_03_drive_0034_sync 156 r\n2011_10_03/2011_10_03_drive_0034_sync 4080 r\n2011_10_03/2011_10_03_drive_0034_sync 4178 l\n2011_10_03/2011_10_03_drive_0034_sync 2121 l\n2011_10_03/2011_10_03_drive_0034_sync 2795 r\n2011_10_03/2011_10_03_drive_0034_sync 543 l\n2011_10_03/2011_10_03_drive_0034_sync 1552 l\n2011_10_03/2011_10_03_drive_0034_sync 2875 l\n2011_10_03/2011_10_03_drive_0034_sync 4130 r\n2011_10_03/2011_10_03_drive_0034_sync 2558 l\n2011_10_03/2011_10_03_drive_0034_sync 3983 r\n2011_10_03/2011_10_03_drive_0034_sync 3709 r\n2011_10_03/2011_10_03_drive_0034_sync 165 r\n2011_10_03/2011_10_03_drive_0034_sync 1816 l\n2011_10_03/2011_10_03_drive_0034_sync 3680 l\n2011_10_03/2011_10_03_drive_0034_sync 4087 l\n2011_10_03/2011_10_03_drive_0034_sync 3138 r\n2011_10_03/2011_10_03_drive_0034_sync 1869 r\n2011_10_03/2011_10_03_drive_0034_sync 1975 l\n2011_10_03/2011_10_03_drive_0034_sync 705 r\n2011_10_03/2011_10_03_drive_0034_sync 3459 l\n2011_10_03/2011_10_03_drive_0034_sync 4410 l\n2011_10_03/2011_10_03_drive_0034_sync 1170 r\n2011_10_03/2011_10_03_drive_0034_sync 3458 r\n2011_10_03/2011_10_03_drive_0034_sync 422 l\n2011_10_03/2011_10_03_drive_0034_sync 2858 r\n2011_10_03/2011_10_03_drive_0034_sync 3527 r\n2011_10_03/2011_10_03_drive_0034_sync 3014 l\n2011_10_03/2011_10_03_drive_0034_sync 2254 r\n2011_10_03/2011_10_03_drive_0034_sync 3113 l\n2011_10_03/2011_10_03_drive_0034_sync 533 r\n2011_10_03/2011_10_03_drive_0034_sync 2660 l\n2011_10_03/2011_10_03_drive_0034_sync 2702 r\n2011_10_03/2011_10_03_drive_0034_sync 1814 l\n2011_10_03/2011_10_03_drive_0034_sync 2634 r\n2011_10_03/2011_10_03_drive_0034_sync 3002 r\n2011_10_03/2011_10_03_drive_0034_sync 1111 l\n2011_10_03/2011_10_03_drive_0034_sync 3738 r\n2011_10_03/2011_10_03_drive_0034_sync 615 l\n2011_10_03/2011_10_03_drive_0034_sync 1828 r\n2011_10_03/2011_10_03_drive_0034_sync 269 r\n2011_10_03/2011_10_03_drive_0034_sync 761 r\n2011_10_03/2011_10_03_drive_0034_sync 3486 l\n2011_10_03/2011_10_03_drive_0034_sync 3268 r\n2011_10_03/2011_10_03_drive_0034_sync 4381 r\n2011_10_03/2011_10_03_drive_0034_sync 1499 r\n2011_10_03/2011_10_03_drive_0034_sync 915 r\n2011_10_03/2011_10_03_drive_0034_sync 1262 r\n2011_10_03/2011_10_03_drive_0034_sync 803 r\n2011_10_03/2011_10_03_drive_0034_sync 2547 r\n2011_10_03/2011_10_03_drive_0034_sync 3281 r\n2011_10_03/2011_10_03_drive_0034_sync 1024 r\n2011_10_03/2011_10_03_drive_0034_sync 1768 l\n2011_10_03/2011_10_03_drive_0034_sync 4399 l\n2011_10_03/2011_10_03_drive_0034_sync 743 r\n2011_10_03/2011_10_03_drive_0034_sync 4171 l\n2011_10_03/2011_10_03_drive_0034_sync 499 r\n2011_10_03/2011_10_03_drive_0034_sync 2925 r\n2011_10_03/2011_10_03_drive_0034_sync 4310 r\n2011_10_03/2011_10_03_drive_0034_sync 2490 r\n2011_10_03/2011_10_03_drive_0034_sync 4026 r\n2011_10_03/2011_10_03_drive_0034_sync 203 l\n2011_10_03/2011_10_03_drive_0034_sync 629 l\n2011_10_03/2011_10_03_drive_0034_sync 4528 l\n2011_10_03/2011_10_03_drive_0034_sync 2154 r\n2011_10_03/2011_10_03_drive_0034_sync 2121 r\n2011_10_03/2011_10_03_drive_0034_sync 4509 r\n2011_10_03/2011_10_03_drive_0034_sync 3597 l\n2011_10_03/2011_10_03_drive_0034_sync 2627 l\n2011_10_03/2011_10_03_drive_0034_sync 62 r\n2011_10_03/2011_10_03_drive_0034_sync 2961 r\n2011_10_03/2011_10_03_drive_0034_sync 3086 r\n2011_10_03/2011_10_03_drive_0034_sync 2834 r\n2011_10_03/2011_10_03_drive_0034_sync 715 r\n2011_10_03/2011_10_03_drive_0034_sync 1699 r\n2011_10_03/2011_10_03_drive_0034_sync 1209 r\n2011_10_03/2011_10_03_drive_0034_sync 1078 l\n2011_10_03/2011_10_03_drive_0034_sync 1166 l\n2011_10_03/2011_10_03_drive_0034_sync 2129 r\n2011_10_03/2011_10_03_drive_0034_sync 2555 l\n2011_10_03/2011_10_03_drive_0034_sync 287 r\n2011_10_03/2011_10_03_drive_0034_sync 292 l\n2011_10_03/2011_10_03_drive_0034_sync 2347 r\n2011_10_03/2011_10_03_drive_0034_sync 4512 l\n2011_10_03/2011_10_03_drive_0034_sync 4042 r\n2011_10_03/2011_10_03_drive_0034_sync 2327 r\n2011_10_03/2011_10_03_drive_0034_sync 4115 r\n2011_10_03/2011_10_03_drive_0034_sync 3126 r\n2011_10_03/2011_10_03_drive_0034_sync 2633 l\n2011_10_03/2011_10_03_drive_0034_sync 1270 l\n2011_10_03/2011_10_03_drive_0034_sync 2268 r\n2011_10_03/2011_10_03_drive_0034_sync 3091 r\n2011_10_03/2011_10_03_drive_0034_sync 3949 l\n2011_10_03/2011_10_03_drive_0034_sync 3776 r\n2011_10_03/2011_10_03_drive_0034_sync 1310 l\n2011_10_03/2011_10_03_drive_0034_sync 4597 l\n2011_10_03/2011_10_03_drive_0034_sync 2369 l\n2011_10_03/2011_10_03_drive_0034_sync 2022 l\n2011_10_03/2011_10_03_drive_0034_sync 668 r\n2011_10_03/2011_10_03_drive_0034_sync 2670 r\n2011_10_03/2011_10_03_drive_0034_sync 1681 l\n2011_10_03/2011_10_03_drive_0034_sync 815 l\n2011_10_03/2011_10_03_drive_0034_sync 2376 r\n2011_10_03/2011_10_03_drive_0034_sync 4636 r\n2011_10_03/2011_10_03_drive_0034_sync 2210 l\n2011_10_03/2011_10_03_drive_0034_sync 938 l\n2011_10_03/2011_10_03_drive_0034_sync 3503 l\n2011_10_03/2011_10_03_drive_0034_sync 2101 l\n2011_10_03/2011_10_03_drive_0034_sync 4337 r\n2011_10_03/2011_10_03_drive_0034_sync 191 r\n2011_10_03/2011_10_03_drive_0034_sync 135 l\n2011_10_03/2011_10_03_drive_0034_sync 2136 r\n2011_10_03/2011_10_03_drive_0034_sync 936 r\n2011_10_03/2011_10_03_drive_0034_sync 4167 r\n2011_10_03/2011_10_03_drive_0034_sync 223 r\n2011_10_03/2011_10_03_drive_0034_sync 3277 r\n2011_10_03/2011_10_03_drive_0034_sync 3294 l\n2011_10_03/2011_10_03_drive_0034_sync 1174 l\n2011_10_03/2011_10_03_drive_0034_sync 1313 l\n2011_10_03/2011_10_03_drive_0034_sync 3227 l\n2011_10_03/2011_10_03_drive_0034_sync 1356 l\n2011_10_03/2011_10_03_drive_0034_sync 4489 l\n2011_10_03/2011_10_03_drive_0034_sync 4111 r\n2011_10_03/2011_10_03_drive_0034_sync 199 r\n2011_10_03/2011_10_03_drive_0034_sync 4424 r\n2011_10_03/2011_10_03_drive_0034_sync 4184 r\n2011_10_03/2011_10_03_drive_0034_sync 2081 l\n2011_10_03/2011_10_03_drive_0034_sync 2304 r\n2011_10_03/2011_10_03_drive_0034_sync 873 l\n2011_10_03/2011_10_03_drive_0034_sync 4221 r\n2011_10_03/2011_10_03_drive_0034_sync 3121 r\n2011_10_03/2011_10_03_drive_0034_sync 2342 r\n2011_10_03/2011_10_03_drive_0034_sync 2602 r\n2011_10_03/2011_10_03_drive_0034_sync 304 r\n2011_10_03/2011_10_03_drive_0034_sync 3758 r\n2011_10_03/2011_10_03_drive_0034_sync 532 r\n2011_10_03/2011_10_03_drive_0034_sync 1008 r\n2011_10_03/2011_10_03_drive_0034_sync 3561 l\n2011_10_03/2011_10_03_drive_0034_sync 3383 l\n2011_10_03/2011_10_03_drive_0034_sync 4176 r\n2011_10_03/2011_10_03_drive_0034_sync 2577 r\n2011_10_03/2011_10_03_drive_0034_sync 1711 r\n2011_10_03/2011_10_03_drive_0034_sync 2519 r\n2011_10_03/2011_10_03_drive_0034_sync 4163 l\n2011_10_03/2011_10_03_drive_0034_sync 424 r\n2011_10_03/2011_10_03_drive_0034_sync 1450 l\n2011_10_03/2011_10_03_drive_0034_sync 1435 r\n2011_10_03/2011_10_03_drive_0034_sync 4253 l\n2011_10_03/2011_10_03_drive_0034_sync 2525 l\n2011_10_03/2011_10_03_drive_0034_sync 448 r\n2011_10_03/2011_10_03_drive_0034_sync 3102 l\n2011_10_03/2011_10_03_drive_0034_sync 3936 l\n2011_10_03/2011_10_03_drive_0034_sync 3169 l\n2011_10_03/2011_10_03_drive_0034_sync 2598 l\n2011_10_03/2011_10_03_drive_0034_sync 2176 l\n2011_10_03/2011_10_03_drive_0034_sync 870 r\n2011_10_03/2011_10_03_drive_0034_sync 4616 l\n2011_10_03/2011_10_03_drive_0034_sync 3178 r\n2011_10_03/2011_10_03_drive_0034_sync 2532 r\n2011_10_03/2011_10_03_drive_0034_sync 116 l\n2011_10_03/2011_10_03_drive_0034_sync 1663 l\n2011_10_03/2011_10_03_drive_0034_sync 109 l\n2011_10_03/2011_10_03_drive_0034_sync 2591 r\n2011_10_03/2011_10_03_drive_0034_sync 4467 l\n2011_10_03/2011_10_03_drive_0034_sync 4102 r\n2011_10_03/2011_10_03_drive_0034_sync 1001 l\n2011_10_03/2011_10_03_drive_0034_sync 699 l\n2011_10_03/2011_10_03_drive_0034_sync 1421 l\n2011_10_03/2011_10_03_drive_0034_sync 180 r\n2011_10_03/2011_10_03_drive_0034_sync 773 l\n2011_10_03/2011_10_03_drive_0034_sync 3085 r\n2011_10_03/2011_10_03_drive_0034_sync 512 r\n2011_10_03/2011_10_03_drive_0034_sync 3202 r\n2011_10_03/2011_10_03_drive_0034_sync 978 l\n2011_10_03/2011_10_03_drive_0034_sync 529 l\n2011_10_03/2011_10_03_drive_0034_sync 4088 r\n2011_10_03/2011_10_03_drive_0034_sync 3834 l\n2011_10_03/2011_10_03_drive_0034_sync 656 r\n2011_10_03/2011_10_03_drive_0034_sync 1467 l\n2011_10_03/2011_10_03_drive_0034_sync 630 r\n2011_10_03/2011_10_03_drive_0034_sync 4302 l\n2011_10_03/2011_10_03_drive_0034_sync 1807 r\n2011_10_03/2011_10_03_drive_0034_sync 3132 l\n2011_10_03/2011_10_03_drive_0034_sync 3941 l\n2011_10_03/2011_10_03_drive_0034_sync 4653 r\n2011_10_03/2011_10_03_drive_0034_sync 1616 l\n2011_10_03/2011_10_03_drive_0034_sync 32 l\n2011_10_03/2011_10_03_drive_0034_sync 782 r\n2011_10_03/2011_10_03_drive_0034_sync 2812 l\n2011_10_03/2011_10_03_drive_0034_sync 2414 r\n2011_10_03/2011_10_03_drive_0034_sync 2753 r\n2011_10_03/2011_10_03_drive_0034_sync 1389 r\n2011_10_03/2011_10_03_drive_0034_sync 1215 r\n2011_10_03/2011_10_03_drive_0034_sync 576 l\n2011_10_03/2011_10_03_drive_0034_sync 2905 r\n2011_10_03/2011_10_03_drive_0034_sync 2112 r\n2011_10_03/2011_10_03_drive_0034_sync 2376 l\n2011_10_03/2011_10_03_drive_0034_sync 4067 l\n2011_10_03/2011_10_03_drive_0034_sync 1333 r\n2011_10_03/2011_10_03_drive_0034_sync 1370 r\n2011_10_03/2011_10_03_drive_0034_sync 2582 r\n2011_10_03/2011_10_03_drive_0034_sync 3592 l\n2011_10_03/2011_10_03_drive_0034_sync 3248 l\n2011_10_03/2011_10_03_drive_0034_sync 264 l\n2011_10_03/2011_10_03_drive_0034_sync 3402 r\n2011_10_03/2011_10_03_drive_0034_sync 4072 r\n2011_10_03/2011_10_03_drive_0034_sync 840 l\n2011_10_03/2011_10_03_drive_0034_sync 2486 l\n2011_10_03/2011_10_03_drive_0034_sync 3595 l\n2011_10_03/2011_10_03_drive_0034_sync 3641 l\n2011_10_03/2011_10_03_drive_0034_sync 647 l\n2011_10_03/2011_10_03_drive_0034_sync 2498 l\n2011_10_03/2011_10_03_drive_0034_sync 4151 l\n2011_10_03/2011_10_03_drive_0034_sync 3570 r\n2011_10_03/2011_10_03_drive_0034_sync 3991 l\n2011_10_03/2011_10_03_drive_0034_sync 106 l\n2011_10_03/2011_10_03_drive_0034_sync 101 l\n2011_10_03/2011_10_03_drive_0034_sync 1674 l\n2011_10_03/2011_10_03_drive_0034_sync 3277 l\n2011_10_03/2011_10_03_drive_0034_sync 1284 r\n2011_10_03/2011_10_03_drive_0034_sync 1506 l\n2011_10_03/2011_10_03_drive_0034_sync 523 l\n2011_10_03/2011_10_03_drive_0034_sync 4503 r\n2011_10_03/2011_10_03_drive_0034_sync 1810 l\n2011_10_03/2011_10_03_drive_0034_sync 1329 r\n2011_10_03/2011_10_03_drive_0034_sync 1876 l\n2011_10_03/2011_10_03_drive_0034_sync 4010 r\n2011_10_03/2011_10_03_drive_0034_sync 3227 r\n2011_10_03/2011_10_03_drive_0034_sync 605 r\n2011_10_03/2011_10_03_drive_0034_sync 2175 r\n2011_10_03/2011_10_03_drive_0034_sync 492 r\n2011_10_03/2011_10_03_drive_0034_sync 3350 l\n2011_10_03/2011_10_03_drive_0034_sync 3461 l\n2011_10_03/2011_10_03_drive_0034_sync 3049 r\n2011_10_03/2011_10_03_drive_0034_sync 1331 r\n2011_10_03/2011_10_03_drive_0034_sync 2392 l\n2011_10_03/2011_10_03_drive_0034_sync 1602 l\n2011_10_03/2011_10_03_drive_0034_sync 34 r\n2011_10_03/2011_10_03_drive_0034_sync 3752 l\n2011_10_03/2011_10_03_drive_0034_sync 1066 l\n2011_10_03/2011_10_03_drive_0034_sync 4215 l\n2011_10_03/2011_10_03_drive_0034_sync 1808 r\n2011_10_03/2011_10_03_drive_0034_sync 2425 l\n2011_10_03/2011_10_03_drive_0034_sync 3783 l\n2011_10_03/2011_10_03_drive_0034_sync 945 r\n2011_10_03/2011_10_03_drive_0034_sync 1375 l\n2011_10_03/2011_10_03_drive_0034_sync 318 l\n2011_10_03/2011_10_03_drive_0034_sync 4556 l\n2011_10_03/2011_10_03_drive_0034_sync 900 r\n2011_10_03/2011_10_03_drive_0034_sync 2716 l\n2011_10_03/2011_10_03_drive_0034_sync 1164 r\n2011_10_03/2011_10_03_drive_0034_sync 1585 l\n2011_10_03/2011_10_03_drive_0034_sync 4536 r\n2011_10_03/2011_10_03_drive_0034_sync 236 l\n2011_10_03/2011_10_03_drive_0034_sync 170 r\n2011_10_03/2011_10_03_drive_0034_sync 2220 r\n2011_10_03/2011_10_03_drive_0034_sync 2872 l\n2011_10_03/2011_10_03_drive_0034_sync 2544 l\n2011_10_03/2011_10_03_drive_0034_sync 1922 r\n2011_10_03/2011_10_03_drive_0034_sync 4060 r\n2011_10_03/2011_10_03_drive_0034_sync 586 r\n2011_10_03/2011_10_03_drive_0034_sync 2969 r\n2011_10_03/2011_10_03_drive_0034_sync 2217 l\n2011_10_03/2011_10_03_drive_0034_sync 1790 r\n2011_10_03/2011_10_03_drive_0034_sync 3862 r\n2011_10_03/2011_10_03_drive_0034_sync 4242 l\n2011_10_03/2011_10_03_drive_0034_sync 2971 r\n2011_10_03/2011_10_03_drive_0034_sync 988 r\n2011_10_03/2011_10_03_drive_0034_sync 2997 r\n2011_10_03/2011_10_03_drive_0034_sync 1597 r\n2011_10_03/2011_10_03_drive_0034_sync 2105 r\n2011_10_03/2011_10_03_drive_0034_sync 1063 r\n2011_10_03/2011_10_03_drive_0034_sync 3905 l\n2011_10_03/2011_10_03_drive_0034_sync 3354 r\n2011_10_03/2011_10_03_drive_0034_sync 3823 r\n2011_10_03/2011_10_03_drive_0034_sync 4257 r\n2011_10_03/2011_10_03_drive_0034_sync 289 r\n2011_10_03/2011_10_03_drive_0034_sync 65 r\n2011_10_03/2011_10_03_drive_0034_sync 4517 l\n2011_10_03/2011_10_03_drive_0034_sync 1147 l\n2011_10_03/2011_10_03_drive_0034_sync 13 l\n2011_10_03/2011_10_03_drive_0034_sync 3107 l\n2011_10_03/2011_10_03_drive_0034_sync 3643 l\n2011_10_03/2011_10_03_drive_0034_sync 3031 l\n2011_10_03/2011_10_03_drive_0034_sync 3558 r\n2011_10_03/2011_10_03_drive_0034_sync 2584 l\n2011_10_03/2011_10_03_drive_0034_sync 2928 l\n2011_10_03/2011_10_03_drive_0034_sync 1647 l\n2011_10_03/2011_10_03_drive_0034_sync 1422 l\n2011_10_03/2011_10_03_drive_0034_sync 2844 r\n2011_10_03/2011_10_03_drive_0034_sync 3325 r\n2011_10_03/2011_10_03_drive_0034_sync 2710 r\n2011_10_03/2011_10_03_drive_0034_sync 1361 r\n2011_10_03/2011_10_03_drive_0034_sync 2328 r\n2011_10_03/2011_10_03_drive_0034_sync 1441 l\n2011_10_03/2011_10_03_drive_0034_sync 816 l\n2011_10_03/2011_10_03_drive_0034_sync 877 r\n2011_10_03/2011_10_03_drive_0034_sync 3753 l\n2011_10_03/2011_10_03_drive_0034_sync 3762 r\n2011_10_03/2011_10_03_drive_0034_sync 4179 l\n2011_10_03/2011_10_03_drive_0034_sync 269 l\n2011_10_03/2011_10_03_drive_0034_sync 115 r\n2011_10_03/2011_10_03_drive_0034_sync 217 l\n2011_10_03/2011_10_03_drive_0034_sync 1453 l\n2011_10_03/2011_10_03_drive_0034_sync 1030 l\n2011_10_03/2011_10_03_drive_0034_sync 4395 l\n2011_10_03/2011_10_03_drive_0034_sync 3231 r\n2011_10_03/2011_10_03_drive_0034_sync 3105 l\n2011_10_03/2011_10_03_drive_0034_sync 677 r\n2011_10_03/2011_10_03_drive_0034_sync 2642 l\n2011_10_03/2011_10_03_drive_0034_sync 3578 r\n2011_10_03/2011_10_03_drive_0034_sync 1833 l\n2011_10_03/2011_10_03_drive_0034_sync 4601 l\n2011_10_03/2011_10_03_drive_0034_sync 1197 r\n2011_10_03/2011_10_03_drive_0034_sync 4092 l\n2011_10_03/2011_10_03_drive_0034_sync 460 l\n2011_10_03/2011_10_03_drive_0034_sync 4421 l\n2011_10_03/2011_10_03_drive_0034_sync 980 r\n2011_10_03/2011_10_03_drive_0034_sync 1879 l\n2011_10_03/2011_10_03_drive_0034_sync 3705 r\n2011_10_03/2011_10_03_drive_0034_sync 964 l\n2011_10_03/2011_10_03_drive_0034_sync 1052 r\n2011_10_03/2011_10_03_drive_0034_sync 511 r\n2011_10_03/2011_10_03_drive_0034_sync 688 l\n2011_10_03/2011_10_03_drive_0034_sync 3005 l\n2011_10_03/2011_10_03_drive_0034_sync 266 l\n2011_10_03/2011_10_03_drive_0034_sync 4007 l\n2011_10_03/2011_10_03_drive_0034_sync 1159 l\n2011_10_03/2011_10_03_drive_0034_sync 562 r\n2011_10_03/2011_10_03_drive_0034_sync 393 r\n2011_10_03/2011_10_03_drive_0034_sync 4454 l\n2011_10_03/2011_10_03_drive_0034_sync 1244 r\n2011_10_03/2011_10_03_drive_0034_sync 3022 r\n2011_10_03/2011_10_03_drive_0034_sync 3849 l\n2011_10_03/2011_10_03_drive_0034_sync 4309 l\n2011_10_03/2011_10_03_drive_0034_sync 831 l\n2011_10_03/2011_10_03_drive_0034_sync 3900 l\n2011_10_03/2011_10_03_drive_0034_sync 3320 l\n2011_10_03/2011_10_03_drive_0034_sync 67 l\n2011_10_03/2011_10_03_drive_0034_sync 157 l\n2011_10_03/2011_10_03_drive_0034_sync 2046 l\n2011_10_03/2011_10_03_drive_0034_sync 889 r\n2011_10_03/2011_10_03_drive_0034_sync 2053 l\n2011_10_03/2011_10_03_drive_0034_sync 1247 r\n2011_10_03/2011_10_03_drive_0034_sync 1011 l\n2011_10_03/2011_10_03_drive_0034_sync 3042 l\n2011_10_03/2011_10_03_drive_0034_sync 2255 l\n2011_10_03/2011_10_03_drive_0034_sync 2876 r\n2011_10_03/2011_10_03_drive_0034_sync 1048 r\n2011_10_03/2011_10_03_drive_0034_sync 4428 l\n2011_10_03/2011_10_03_drive_0034_sync 2314 l\n2011_10_03/2011_10_03_drive_0034_sync 3179 l\n2011_10_03/2011_10_03_drive_0034_sync 1422 r\n2011_10_03/2011_10_03_drive_0034_sync 317 r\n2011_10_03/2011_10_03_drive_0034_sync 1860 r\n2011_10_03/2011_10_03_drive_0034_sync 1852 r\n2011_10_03/2011_10_03_drive_0034_sync 3540 r\n2011_10_03/2011_10_03_drive_0034_sync 3665 r\n2011_10_03/2011_10_03_drive_0034_sync 3677 l\n2011_10_03/2011_10_03_drive_0034_sync 3767 r\n2011_10_03/2011_10_03_drive_0034_sync 2464 l\n2011_10_03/2011_10_03_drive_0034_sync 62 l\n2011_10_03/2011_10_03_drive_0034_sync 2685 r\n2011_10_03/2011_10_03_drive_0034_sync 3946 l\n2011_10_03/2011_10_03_drive_0034_sync 903 l\n2011_10_03/2011_10_03_drive_0034_sync 419 l\n2011_10_03/2011_10_03_drive_0034_sync 2042 r\n2011_10_03/2011_10_03_drive_0034_sync 2672 l\n2011_10_03/2011_10_03_drive_0034_sync 3110 r\n2011_10_03/2011_10_03_drive_0034_sync 4469 r\n2011_10_03/2011_10_03_drive_0034_sync 205 r\n2011_10_03/2011_10_03_drive_0034_sync 3403 r\n2011_10_03/2011_10_03_drive_0034_sync 3069 r\n2011_10_03/2011_10_03_drive_0034_sync 496 r\n2011_10_03/2011_10_03_drive_0034_sync 2379 r\n2011_10_03/2011_10_03_drive_0034_sync 1809 l\n2011_10_03/2011_10_03_drive_0034_sync 3816 l\n2011_10_03/2011_10_03_drive_0034_sync 1642 r\n2011_10_03/2011_10_03_drive_0034_sync 4379 l\n2011_10_03/2011_10_03_drive_0034_sync 413 l\n2011_10_03/2011_10_03_drive_0034_sync 2032 l\n2011_10_03/2011_10_03_drive_0034_sync 3572 r\n2011_10_03/2011_10_03_drive_0034_sync 1233 r\n2011_10_03/2011_10_03_drive_0034_sync 3694 l\n2011_10_03/2011_10_03_drive_0034_sync 4555 l\n2011_10_03/2011_10_03_drive_0034_sync 2261 r\n2011_10_03/2011_10_03_drive_0034_sync 864 r\n2011_10_03/2011_10_03_drive_0034_sync 2201 r\n2011_10_03/2011_10_03_drive_0034_sync 812 l\n2011_10_03/2011_10_03_drive_0034_sync 1406 r\n2011_10_03/2011_10_03_drive_0034_sync 3593 l\n2011_10_03/2011_10_03_drive_0034_sync 4336 r\n2011_10_03/2011_10_03_drive_0034_sync 1288 l\n2011_10_03/2011_10_03_drive_0034_sync 2071 l\n2011_10_03/2011_10_03_drive_0034_sync 2323 l\n2011_10_03/2011_10_03_drive_0034_sync 78 l\n2011_10_03/2011_10_03_drive_0034_sync 925 l\n2011_10_03/2011_10_03_drive_0034_sync 3462 l\n2011_10_03/2011_10_03_drive_0034_sync 3493 r\n2011_10_03/2011_10_03_drive_0034_sync 606 l\n2011_10_03/2011_10_03_drive_0034_sync 3870 l\n2011_10_03/2011_10_03_drive_0034_sync 4377 l\n2011_10_03/2011_10_03_drive_0034_sync 338 r\n2011_10_03/2011_10_03_drive_0034_sync 1387 l\n2011_10_03/2011_10_03_drive_0034_sync 4058 r\n2011_10_03/2011_10_03_drive_0034_sync 768 r\n2011_10_03/2011_10_03_drive_0034_sync 2904 l\n2011_10_03/2011_10_03_drive_0034_sync 2074 l\n2011_10_03/2011_10_03_drive_0034_sync 2741 l\n2011_10_03/2011_10_03_drive_0034_sync 188 l\n2011_10_03/2011_10_03_drive_0034_sync 887 l\n2011_10_03/2011_10_03_drive_0034_sync 459 r\n2011_10_03/2011_10_03_drive_0034_sync 1858 l\n2011_10_03/2011_10_03_drive_0034_sync 2895 l\n2011_10_03/2011_10_03_drive_0034_sync 2772 l\n2011_10_03/2011_10_03_drive_0034_sync 895 r\n2011_10_03/2011_10_03_drive_0034_sync 3528 r\n2011_10_03/2011_10_03_drive_0034_sync 3548 l\n2011_10_03/2011_10_03_drive_0034_sync 3677 r\n2011_10_03/2011_10_03_drive_0034_sync 3912 r\n2011_10_03/2011_10_03_drive_0034_sync 3700 r\n2011_10_03/2011_10_03_drive_0034_sync 3022 l\n2011_10_03/2011_10_03_drive_0034_sync 3188 r\n2011_10_03/2011_10_03_drive_0034_sync 1446 r\n2011_10_03/2011_10_03_drive_0034_sync 4649 r\n2011_10_03/2011_10_03_drive_0034_sync 4193 l\n2011_10_03/2011_10_03_drive_0034_sync 515 l\n2011_10_03/2011_10_03_drive_0034_sync 1205 l\n2011_10_03/2011_10_03_drive_0034_sync 3660 l\n2011_10_03/2011_10_03_drive_0034_sync 1390 r\n2011_10_03/2011_10_03_drive_0034_sync 2736 r\n2011_10_03/2011_10_03_drive_0034_sync 4459 r\n2011_10_03/2011_10_03_drive_0034_sync 2684 l\n2011_10_03/2011_10_03_drive_0034_sync 2253 l\n2011_10_03/2011_10_03_drive_0034_sync 2356 r\n2011_10_03/2011_10_03_drive_0034_sync 252 l\n2011_10_03/2011_10_03_drive_0034_sync 586 l\n2011_10_03/2011_10_03_drive_0034_sync 2301 l\n2011_10_03/2011_10_03_drive_0034_sync 3008 r\n2011_10_03/2011_10_03_drive_0034_sync 3031 r\n2011_10_03/2011_10_03_drive_0034_sync 1825 l\n2011_10_03/2011_10_03_drive_0034_sync 1143 l\n2011_10_03/2011_10_03_drive_0034_sync 2361 r\n2011_10_03/2011_10_03_drive_0034_sync 2485 l\n2011_10_03/2011_10_03_drive_0034_sync 4107 l\n2011_10_03/2011_10_03_drive_0034_sync 1445 r\n2011_10_03/2011_10_03_drive_0034_sync 981 r\n2011_10_03/2011_10_03_drive_0034_sync 3827 r\n2011_10_03/2011_10_03_drive_0034_sync 676 r\n2011_10_03/2011_10_03_drive_0034_sync 1930 l\n2011_10_03/2011_10_03_drive_0034_sync 454 l\n2011_10_03/2011_10_03_drive_0034_sync 3584 r\n2011_10_03/2011_10_03_drive_0034_sync 3841 r\n2011_10_03/2011_10_03_drive_0034_sync 2497 l\n2011_10_03/2011_10_03_drive_0034_sync 3501 l\n2011_10_03/2011_10_03_drive_0034_sync 1066 r\n2011_10_03/2011_10_03_drive_0034_sync 1365 r\n2011_10_03/2011_10_03_drive_0034_sync 1578 r\n2011_10_03/2011_10_03_drive_0034_sync 1710 l\n2011_10_03/2011_10_03_drive_0034_sync 2621 l\n2011_10_03/2011_10_03_drive_0034_sync 3045 r\n2011_10_03/2011_10_03_drive_0034_sync 2951 l\n2011_10_03/2011_10_03_drive_0034_sync 257 l\n2011_10_03/2011_10_03_drive_0034_sync 3992 r\n2011_10_03/2011_10_03_drive_0034_sync 434 r\n2011_10_03/2011_10_03_drive_0034_sync 634 l\n2011_10_03/2011_10_03_drive_0034_sync 518 l\n2011_10_03/2011_10_03_drive_0034_sync 3994 r\n2011_10_03/2011_10_03_drive_0034_sync 3301 l\n2011_10_03/2011_10_03_drive_0034_sync 124 l\n2011_10_03/2011_10_03_drive_0034_sync 788 l\n2011_10_03/2011_10_03_drive_0034_sync 532 l\n2011_10_03/2011_10_03_drive_0034_sync 51 r\n2011_10_03/2011_10_03_drive_0034_sync 1708 r\n2011_10_03/2011_10_03_drive_0034_sync 1479 r\n2011_10_03/2011_10_03_drive_0034_sync 682 l\n2011_10_03/2011_10_03_drive_0034_sync 4611 r\n2011_10_03/2011_10_03_drive_0034_sync 1608 r\n2011_10_03/2011_10_03_drive_0034_sync 3903 l\n2011_10_03/2011_10_03_drive_0034_sync 4321 r\n2011_10_03/2011_10_03_drive_0034_sync 1498 l\n2011_10_03/2011_10_03_drive_0034_sync 3810 l\n2011_10_03/2011_10_03_drive_0034_sync 989 l\n2011_10_03/2011_10_03_drive_0034_sync 2408 r\n2011_10_03/2011_10_03_drive_0034_sync 2632 l\n2011_10_03/2011_10_03_drive_0034_sync 3999 l\n2011_10_03/2011_10_03_drive_0034_sync 2540 r\n2011_10_03/2011_10_03_drive_0034_sync 879 r\n2011_10_03/2011_10_03_drive_0034_sync 2968 r\n2011_10_03/2011_10_03_drive_0034_sync 3727 l\n2011_10_03/2011_10_03_drive_0034_sync 3499 l\n2011_10_03/2011_10_03_drive_0034_sync 684 l\n2011_10_03/2011_10_03_drive_0034_sync 1689 r\n2011_10_03/2011_10_03_drive_0034_sync 880 r\n2011_10_03/2011_10_03_drive_0034_sync 675 r\n2011_10_03/2011_10_03_drive_0034_sync 1518 l\n2011_10_03/2011_10_03_drive_0034_sync 3028 r\n2011_10_03/2011_10_03_drive_0034_sync 2706 l\n2011_10_03/2011_10_03_drive_0034_sync 2393 r\n2011_10_03/2011_10_03_drive_0034_sync 334 l\n2011_10_03/2011_10_03_drive_0034_sync 2658 r\n2011_10_03/2011_10_03_drive_0034_sync 1277 r\n2011_10_03/2011_10_03_drive_0034_sync 2872 r\n2011_10_03/2011_10_03_drive_0034_sync 698 l\n2011_10_03/2011_10_03_drive_0034_sync 4098 r\n2011_10_03/2011_10_03_drive_0034_sync 3013 l\n2011_10_03/2011_10_03_drive_0034_sync 3253 l\n2011_10_03/2011_10_03_drive_0034_sync 1301 l\n2011_10_03/2011_10_03_drive_0034_sync 1338 l\n2011_10_03/2011_10_03_drive_0034_sync 2114 l\n2011_10_03/2011_10_03_drive_0034_sync 1739 l\n2011_10_03/2011_10_03_drive_0034_sync 1570 l\n2011_10_03/2011_10_03_drive_0034_sync 2279 l\n2011_10_03/2011_10_03_drive_0034_sync 3372 l\n2011_10_03/2011_10_03_drive_0034_sync 4148 r\n2011_10_03/2011_10_03_drive_0034_sync 4622 l\n2011_10_03/2011_10_03_drive_0034_sync 2996 r\n2011_10_03/2011_10_03_drive_0034_sync 3190 l\n2011_10_03/2011_10_03_drive_0034_sync 516 l\n2011_10_03/2011_10_03_drive_0034_sync 912 l\n2011_10_03/2011_10_03_drive_0034_sync 3177 r\n2011_10_03/2011_10_03_drive_0034_sync 3906 l\n2011_10_03/2011_10_03_drive_0034_sync 2956 l\n2011_10_03/2011_10_03_drive_0034_sync 2171 r\n2011_10_03/2011_10_03_drive_0034_sync 378 l\n2011_10_03/2011_10_03_drive_0034_sync 2508 r\n2011_10_03/2011_10_03_drive_0034_sync 3542 l\n2011_10_03/2011_10_03_drive_0034_sync 3881 r\n2011_10_03/2011_10_03_drive_0034_sync 3166 r\n2011_10_03/2011_10_03_drive_0034_sync 2073 r\n2011_10_03/2011_10_03_drive_0034_sync 1572 l\n2011_10_03/2011_10_03_drive_0034_sync 4053 r\n2011_10_03/2011_10_03_drive_0034_sync 2036 r\n2011_10_03/2011_10_03_drive_0034_sync 3857 r\n2011_10_03/2011_10_03_drive_0034_sync 422 r\n2011_10_03/2011_10_03_drive_0034_sync 429 l\n2011_10_03/2011_10_03_drive_0034_sync 1634 l\n2011_10_03/2011_10_03_drive_0034_sync 2231 r\n2011_10_03/2011_10_03_drive_0034_sync 1132 l\n2011_10_03/2011_10_03_drive_0034_sync 2584 r\n2011_10_03/2011_10_03_drive_0034_sync 3217 l\n2011_10_03/2011_10_03_drive_0034_sync 4427 l\n2011_10_03/2011_10_03_drive_0034_sync 4234 l\n2011_10_03/2011_10_03_drive_0034_sync 2077 l\n2011_10_03/2011_10_03_drive_0034_sync 1495 r\n2011_10_03/2011_10_03_drive_0034_sync 2560 l\n2011_10_03/2011_10_03_drive_0034_sync 4554 l\n2011_10_03/2011_10_03_drive_0034_sync 1037 r\n2011_10_03/2011_10_03_drive_0034_sync 2483 l\n2011_10_03/2011_10_03_drive_0034_sync 3479 l\n2011_10_03/2011_10_03_drive_0034_sync 1801 l\n2011_10_03/2011_10_03_drive_0034_sync 2712 l\n2011_10_03/2011_10_03_drive_0034_sync 1144 l\n2011_10_03/2011_10_03_drive_0034_sync 527 r\n2011_10_03/2011_10_03_drive_0034_sync 1405 r\n2011_10_03/2011_10_03_drive_0034_sync 1770 r\n2011_10_03/2011_10_03_drive_0034_sync 3942 r\n2011_10_03/2011_10_03_drive_0034_sync 3885 r\n2011_10_03/2011_10_03_drive_0034_sync 618 r\n2011_10_03/2011_10_03_drive_0034_sync 2150 l\n2011_10_03/2011_10_03_drive_0034_sync 3855 l\n2011_10_03/2011_10_03_drive_0034_sync 1808 l\n2011_10_03/2011_10_03_drive_0034_sync 2346 r\n2011_10_03/2011_10_03_drive_0034_sync 2768 l\n2011_10_03/2011_10_03_drive_0034_sync 2965 r\n2011_10_03/2011_10_03_drive_0034_sync 619 l\n2011_10_03/2011_10_03_drive_0034_sync 2153 r\n2011_10_03/2011_10_03_drive_0034_sync 362 l\n2011_10_03/2011_10_03_drive_0034_sync 1449 l\n2011_10_03/2011_10_03_drive_0034_sync 4381 l\n2011_10_03/2011_10_03_drive_0034_sync 4454 r\n2011_10_03/2011_10_03_drive_0034_sync 1102 l\n2011_10_03/2011_10_03_drive_0034_sync 1778 r\n2011_10_03/2011_10_03_drive_0034_sync 4463 r\n2011_10_03/2011_10_03_drive_0034_sync 131 r\n2011_10_03/2011_10_03_drive_0034_sync 4146 l\n2011_10_03/2011_10_03_drive_0034_sync 3633 l\n2011_10_03/2011_10_03_drive_0034_sync 3314 l\n2011_10_03/2011_10_03_drive_0034_sync 2245 l\n2011_10_03/2011_10_03_drive_0034_sync 4364 l\n2011_10_03/2011_10_03_drive_0034_sync 2985 l\n2011_10_03/2011_10_03_drive_0034_sync 2214 l\n2011_10_03/2011_10_03_drive_0034_sync 2671 l\n2011_10_03/2011_10_03_drive_0034_sync 3934 r\n2011_10_03/2011_10_03_drive_0034_sync 159 l\n2011_10_03/2011_10_03_drive_0034_sync 2278 r\n2011_10_03/2011_10_03_drive_0034_sync 2734 r\n2011_10_03/2011_10_03_drive_0034_sync 3961 l\n2011_10_03/2011_10_03_drive_0034_sync 3433 r\n2011_10_03/2011_10_03_drive_0034_sync 783 l\n2011_10_03/2011_10_03_drive_0034_sync 681 l\n2011_10_03/2011_10_03_drive_0034_sync 4471 r\n2011_10_03/2011_10_03_drive_0034_sync 1248 l\n2011_10_03/2011_10_03_drive_0034_sync 2346 l\n2011_10_03/2011_10_03_drive_0034_sync 3904 r\n2011_10_03/2011_10_03_drive_0034_sync 1898 r\n2011_10_03/2011_10_03_drive_0034_sync 515 r\n2011_10_03/2011_10_03_drive_0034_sync 275 l\n2011_10_03/2011_10_03_drive_0034_sync 2063 l\n2011_10_03/2011_10_03_drive_0034_sync 2906 l\n2011_10_03/2011_10_03_drive_0034_sync 3552 l\n2011_10_03/2011_10_03_drive_0034_sync 3067 l\n2011_10_03/2011_10_03_drive_0034_sync 3915 r\n2011_10_03/2011_10_03_drive_0034_sync 4578 l\n2011_10_03/2011_10_03_drive_0034_sync 3052 r\n2011_10_03/2011_10_03_drive_0034_sync 3646 l\n2011_10_03/2011_10_03_drive_0034_sync 2075 l\n2011_10_03/2011_10_03_drive_0034_sync 1904 r\n2011_10_03/2011_10_03_drive_0034_sync 2976 r\n2011_10_03/2011_10_03_drive_0034_sync 2827 r\n2011_10_03/2011_10_03_drive_0034_sync 2013 l\n2011_10_03/2011_10_03_drive_0034_sync 3379 r\n2011_10_03/2011_10_03_drive_0034_sync 3603 l\n2011_10_03/2011_10_03_drive_0034_sync 3818 r\n2011_10_03/2011_10_03_drive_0034_sync 2749 r\n2011_10_03/2011_10_03_drive_0034_sync 3701 l\n2011_10_03/2011_10_03_drive_0034_sync 4498 r\n2011_10_03/2011_10_03_drive_0034_sync 1529 l\n2011_10_03/2011_10_03_drive_0034_sync 993 l\n2011_10_03/2011_10_03_drive_0034_sync 554 r\n2011_10_03/2011_10_03_drive_0034_sync 192 l\n2011_10_03/2011_10_03_drive_0034_sync 4542 l\n2011_10_03/2011_10_03_drive_0034_sync 4552 r\n2011_10_03/2011_10_03_drive_0034_sync 3267 l\n2011_10_03/2011_10_03_drive_0034_sync 3361 l\n2011_10_03/2011_10_03_drive_0034_sync 2813 r\n2011_10_03/2011_10_03_drive_0034_sync 3757 l\n2011_10_03/2011_10_03_drive_0034_sync 2044 l\n2011_10_03/2011_10_03_drive_0034_sync 1611 l\n2011_10_03/2011_10_03_drive_0034_sync 937 r\n2011_10_03/2011_10_03_drive_0034_sync 3541 r\n2011_10_03/2011_10_03_drive_0034_sync 1493 r\n2011_10_03/2011_10_03_drive_0034_sync 2868 l\n2011_10_03/2011_10_03_drive_0034_sync 872 r\n2011_10_03/2011_10_03_drive_0034_sync 1139 l\n2011_10_03/2011_10_03_drive_0034_sync 3868 l\n2011_10_03/2011_10_03_drive_0034_sync 578 r\n2011_10_03/2011_10_03_drive_0034_sync 2949 r\n2011_10_03/2011_10_03_drive_0034_sync 2140 r\n2011_10_03/2011_10_03_drive_0034_sync 271 l\n2011_10_03/2011_10_03_drive_0034_sync 2761 r\n2011_10_03/2011_10_03_drive_0034_sync 2572 r\n2011_10_03/2011_10_03_drive_0034_sync 2955 r\n2011_10_03/2011_10_03_drive_0034_sync 2781 l\n2011_10_03/2011_10_03_drive_0034_sync 600 l\n2011_10_03/2011_10_03_drive_0034_sync 1059 l\n2011_10_03/2011_10_03_drive_0034_sync 1280 r\n2011_10_03/2011_10_03_drive_0034_sync 1462 l\n2011_10_03/2011_10_03_drive_0034_sync 3168 r\n2011_10_03/2011_10_03_drive_0034_sync 800 r\n2011_10_03/2011_10_03_drive_0034_sync 620 l\n2011_10_03/2011_10_03_drive_0034_sync 1061 r\n2011_10_03/2011_10_03_drive_0034_sync 580 l\n2011_10_03/2011_10_03_drive_0034_sync 713 l\n2011_10_03/2011_10_03_drive_0034_sync 4123 l\n2011_10_03/2011_10_03_drive_0034_sync 4143 r\n2011_10_03/2011_10_03_drive_0034_sync 2780 r\n2011_10_03/2011_10_03_drive_0034_sync 1820 r\n2011_10_03/2011_10_03_drive_0034_sync 4131 l\n2011_10_03/2011_10_03_drive_0034_sync 3748 l\n2011_10_03/2011_10_03_drive_0034_sync 3895 r\n2011_10_03/2011_10_03_drive_0034_sync 1486 r\n2011_10_03/2011_10_03_drive_0034_sync 2001 l\n2011_10_03/2011_10_03_drive_0034_sync 3953 r\n2011_10_03/2011_10_03_drive_0034_sync 3366 l\n2011_10_03/2011_10_03_drive_0034_sync 2521 r\n2011_10_03/2011_10_03_drive_0034_sync 4516 l\n2011_10_03/2011_10_03_drive_0034_sync 2045 r\n2011_10_03/2011_10_03_drive_0034_sync 3311 r\n2011_10_03/2011_10_03_drive_0034_sync 53 l\n2011_10_03/2011_10_03_drive_0034_sync 623 l\n2011_10_03/2011_10_03_drive_0034_sync 1312 r\n2011_10_03/2011_10_03_drive_0034_sync 76 l\n2011_10_03/2011_10_03_drive_0034_sync 3421 r\n2011_10_03/2011_10_03_drive_0034_sync 2134 l\n2011_10_03/2011_10_03_drive_0034_sync 1193 r\n2011_10_03/2011_10_03_drive_0034_sync 2610 l\n2011_10_03/2011_10_03_drive_0034_sync 3476 l\n2011_10_03/2011_10_03_drive_0034_sync 778 r\n2011_10_03/2011_10_03_drive_0034_sync 569 l\n2011_10_03/2011_10_03_drive_0034_sync 473 l\n2011_10_03/2011_10_03_drive_0034_sync 4232 r\n2011_10_03/2011_10_03_drive_0034_sync 4215 r\n2011_10_03/2011_10_03_drive_0034_sync 33 r\n2011_10_03/2011_10_03_drive_0034_sync 3389 r\n2011_10_03/2011_10_03_drive_0034_sync 3853 l\n2011_10_03/2011_10_03_drive_0034_sync 4565 l\n2011_10_03/2011_10_03_drive_0034_sync 288 r\n2011_10_03/2011_10_03_drive_0034_sync 3074 l\n2011_10_03/2011_10_03_drive_0034_sync 251 r\n2011_10_03/2011_10_03_drive_0034_sync 93 l\n2011_10_03/2011_10_03_drive_0034_sync 474 r\n2011_10_03/2011_10_03_drive_0034_sync 2828 l\n2011_10_03/2011_10_03_drive_0034_sync 4242 r\n2011_10_03/2011_10_03_drive_0034_sync 1999 l\n2011_10_03/2011_10_03_drive_0034_sync 4247 r\n2011_10_03/2011_10_03_drive_0034_sync 3712 r\n2011_10_03/2011_10_03_drive_0034_sync 1258 l\n2011_10_03/2011_10_03_drive_0034_sync 1908 l\n2011_10_03/2011_10_03_drive_0034_sync 1027 l\n2011_10_03/2011_10_03_drive_0034_sync 3050 r\n2011_10_03/2011_10_03_drive_0034_sync 1276 l\n2011_10_03/2011_10_03_drive_0034_sync 3054 r\n2011_10_03/2011_10_03_drive_0034_sync 3366 r\n2011_10_03/2011_10_03_drive_0034_sync 926 r\n2011_10_03/2011_10_03_drive_0034_sync 1433 l\n2011_10_03/2011_10_03_drive_0034_sync 1519 r\n2011_10_03/2011_10_03_drive_0034_sync 3182 l\n2011_10_03/2011_10_03_drive_0034_sync 2295 l\n2011_10_03/2011_10_03_drive_0034_sync 1643 r\n2011_10_03/2011_10_03_drive_0034_sync 1368 l\n2011_10_03/2011_10_03_drive_0034_sync 3724 l\n2011_10_03/2011_10_03_drive_0034_sync 3133 l\n2011_10_03/2011_10_03_drive_0034_sync 3261 l\n2011_10_03/2011_10_03_drive_0034_sync 174 r\n2011_10_03/2011_10_03_drive_0034_sync 2829 r\n2011_10_03/2011_10_03_drive_0034_sync 3917 r\n2011_10_03/2011_10_03_drive_0034_sync 125 l\n2011_10_03/2011_10_03_drive_0034_sync 1466 r\n2011_10_03/2011_10_03_drive_0034_sync 1141 l\n2011_10_03/2011_10_03_drive_0034_sync 3478 r\n2011_10_03/2011_10_03_drive_0034_sync 385 r\n2011_10_03/2011_10_03_drive_0034_sync 2291 r\n2011_10_03/2011_10_03_drive_0034_sync 3564 r\n2011_10_03/2011_10_03_drive_0034_sync 4425 r\n2011_10_03/2011_10_03_drive_0034_sync 2698 r\n2011_10_03/2011_10_03_drive_0034_sync 3050 l\n2011_10_03/2011_10_03_drive_0034_sync 4153 l\n2011_10_03/2011_10_03_drive_0034_sync 2066 l\n2011_10_03/2011_10_03_drive_0034_sync 3502 l\n2011_10_03/2011_10_03_drive_0034_sync 1128 r\n2011_10_03/2011_10_03_drive_0034_sync 2047 l\n2011_10_03/2011_10_03_drive_0034_sync 1598 l\n2011_10_03/2011_10_03_drive_0034_sync 4433 r\n2011_10_03/2011_10_03_drive_0034_sync 1348 l\n2011_10_03/2011_10_03_drive_0034_sync 907 r\n2011_10_03/2011_10_03_drive_0034_sync 2614 r\n2011_10_03/2011_10_03_drive_0034_sync 4520 r\n2011_10_03/2011_10_03_drive_0034_sync 1178 r\n2011_10_03/2011_10_03_drive_0034_sync 1176 r\n2011_10_03/2011_10_03_drive_0034_sync 1628 l\n2011_10_03/2011_10_03_drive_0034_sync 3444 l\n2011_10_03/2011_10_03_drive_0034_sync 4506 l\n2011_10_03/2011_10_03_drive_0034_sync 2477 l\n2011_10_03/2011_10_03_drive_0034_sync 1121 r\n2011_10_03/2011_10_03_drive_0034_sync 2683 l\n2011_10_03/2011_10_03_drive_0034_sync 3934 l\n2011_10_03/2011_10_03_drive_0034_sync 271 r\n2011_10_03/2011_10_03_drive_0034_sync 222 r\n2011_10_03/2011_10_03_drive_0034_sync 2504 r\n2011_10_03/2011_10_03_drive_0034_sync 333 l\n2011_10_03/2011_10_03_drive_0034_sync 1071 l\n2011_10_03/2011_10_03_drive_0034_sync 2596 r\n2011_10_03/2011_10_03_drive_0034_sync 551 r\n2011_10_03/2011_10_03_drive_0034_sync 4657 l\n2011_10_03/2011_10_03_drive_0034_sync 1649 l\n2011_10_03/2011_10_03_drive_0034_sync 1413 r\n2011_10_03/2011_10_03_drive_0034_sync 2565 l\n2011_10_03/2011_10_03_drive_0034_sync 812 r\n2011_10_03/2011_10_03_drive_0034_sync 4434 l\n2011_10_03/2011_10_03_drive_0034_sync 1580 l\n2011_10_03/2011_10_03_drive_0034_sync 467 r\n2011_10_03/2011_10_03_drive_0034_sync 2470 l\n2011_10_03/2011_10_03_drive_0034_sync 1480 r\n2011_10_03/2011_10_03_drive_0034_sync 2325 l\n2011_10_03/2011_10_03_drive_0034_sync 4370 r\n2011_10_03/2011_10_03_drive_0034_sync 2389 r\n2011_10_03/2011_10_03_drive_0034_sync 2885 l\n2011_10_03/2011_10_03_drive_0034_sync 2840 r\n2011_10_03/2011_10_03_drive_0034_sync 3358 l\n2011_10_03/2011_10_03_drive_0034_sync 196 l\n2011_10_03/2011_10_03_drive_0034_sync 1849 r\n2011_10_03/2011_10_03_drive_0034_sync 2791 r\n2011_10_03/2011_10_03_drive_0034_sync 3201 r\n2011_10_03/2011_10_03_drive_0034_sync 2545 l\n2011_10_03/2011_10_03_drive_0034_sync 212 l\n2011_10_03/2011_10_03_drive_0034_sync 3989 l\n2011_10_03/2011_10_03_drive_0034_sync 2133 r\n2011_10_03/2011_10_03_drive_0034_sync 3592 r\n2011_10_03/2011_10_03_drive_0034_sync 828 l\n2011_10_03/2011_10_03_drive_0034_sync 1265 r\n2011_10_03/2011_10_03_drive_0034_sync 3341 l\n2011_10_03/2011_10_03_drive_0034_sync 455 l\n2011_10_03/2011_10_03_drive_0034_sync 4618 r\n2011_10_03/2011_10_03_drive_0034_sync 2843 l\n2011_10_03/2011_10_03_drive_0034_sync 1951 l\n2011_10_03/2011_10_03_drive_0034_sync 4457 r\n2011_10_03/2011_10_03_drive_0034_sync 3453 l\n2011_10_03/2011_10_03_drive_0034_sync 4191 r\n2011_10_03/2011_10_03_drive_0034_sync 2308 l\n2011_10_03/2011_10_03_drive_0034_sync 4377 r\n2011_10_03/2011_10_03_drive_0034_sync 3616 r\n2011_10_03/2011_10_03_drive_0034_sync 3957 l\n2011_10_03/2011_10_03_drive_0034_sync 2816 l\n2011_10_03/2011_10_03_drive_0034_sync 3226 l\n2011_10_03/2011_10_03_drive_0034_sync 3658 l\n2011_10_03/2011_10_03_drive_0034_sync 1590 r\n2011_10_03/2011_10_03_drive_0034_sync 1761 l\n2011_10_03/2011_10_03_drive_0034_sync 1363 r\n2011_10_03/2011_10_03_drive_0034_sync 391 r\n2011_10_03/2011_10_03_drive_0034_sync 4632 r\n2011_10_03/2011_10_03_drive_0034_sync 1010 l\n2011_10_03/2011_10_03_drive_0034_sync 1922 l\n2011_10_03/2011_10_03_drive_0034_sync 476 l\n2011_10_03/2011_10_03_drive_0034_sync 1978 l\n2011_10_03/2011_10_03_drive_0034_sync 1731 r\n2011_10_03/2011_10_03_drive_0034_sync 3682 r\n2011_10_03/2011_10_03_drive_0034_sync 2572 l\n2011_10_03/2011_10_03_drive_0034_sync 1690 l\n2011_10_03/2011_10_03_drive_0034_sync 2236 l\n2011_10_03/2011_10_03_drive_0034_sync 2421 l\n2011_10_03/2011_10_03_drive_0034_sync 2277 r\n2011_10_03/2011_10_03_drive_0034_sync 751 l\n2011_10_03/2011_10_03_drive_0034_sync 3293 r\n2011_10_03/2011_10_03_drive_0034_sync 1604 r\n2011_10_03/2011_10_03_drive_0034_sync 625 l\n2011_10_03/2011_10_03_drive_0034_sync 3814 r\n2011_10_03/2011_10_03_drive_0034_sync 1225 r\n2011_10_03/2011_10_03_drive_0034_sync 3982 r\n2011_10_03/2011_10_03_drive_0034_sync 4605 r\n2011_10_03/2011_10_03_drive_0034_sync 421 r\n2011_10_03/2011_10_03_drive_0034_sync 238 l\n2011_10_03/2011_10_03_drive_0034_sync 1249 l\n2011_10_03/2011_10_03_drive_0034_sync 2380 r\n2011_10_03/2011_10_03_drive_0034_sync 2999 l\n2011_10_03/2011_10_03_drive_0034_sync 1865 l\n2011_10_03/2011_10_03_drive_0034_sync 2161 r\n2011_10_03/2011_10_03_drive_0034_sync 2055 l\n2011_10_03/2011_10_03_drive_0034_sync 2775 l\n2011_10_03/2011_10_03_drive_0034_sync 3884 l\n2011_10_03/2011_10_03_drive_0034_sync 640 r\n2011_10_03/2011_10_03_drive_0034_sync 1140 r\n2011_10_03/2011_10_03_drive_0034_sync 79 l\n2011_10_03/2011_10_03_drive_0034_sync 2287 r\n2011_10_03/2011_10_03_drive_0034_sync 3855 r\n2011_10_03/2011_10_03_drive_0034_sync 3541 l\n2011_10_03/2011_10_03_drive_0034_sync 153 l\n2011_10_03/2011_10_03_drive_0034_sync 1914 r\n2011_10_03/2011_10_03_drive_0034_sync 1747 r\n2011_10_03/2011_10_03_drive_0034_sync 4352 l\n2011_10_03/2011_10_03_drive_0034_sync 1272 r\n2011_10_03/2011_10_03_drive_0034_sync 2326 r\n2011_10_03/2011_10_03_drive_0034_sync 4025 l\n2011_10_03/2011_10_03_drive_0034_sync 2570 r\n2011_10_03/2011_10_03_drive_0034_sync 1171 r\n2011_10_03/2011_10_03_drive_0034_sync 4189 l\n2011_10_03/2011_10_03_drive_0034_sync 4327 r\n2011_10_03/2011_10_03_drive_0034_sync 671 l\n2011_10_03/2011_10_03_drive_0034_sync 4 l\n2011_10_03/2011_10_03_drive_0034_sync 905 r\n2011_10_03/2011_10_03_drive_0034_sync 237 l\n2011_10_03/2011_10_03_drive_0034_sync 2606 l\n2011_10_03/2011_10_03_drive_0034_sync 2508 l\n2011_10_03/2011_10_03_drive_0034_sync 1341 l\n2011_10_03/2011_10_03_drive_0034_sync 3040 r\n2011_10_03/2011_10_03_drive_0034_sync 3923 l\n2011_10_03/2011_10_03_drive_0034_sync 91 r\n2011_10_03/2011_10_03_drive_0034_sync 749 l\n2011_10_03/2011_10_03_drive_0034_sync 3349 l\n2011_10_03/2011_10_03_drive_0034_sync 1264 r\n2011_10_03/2011_10_03_drive_0034_sync 1954 r\n2011_10_03/2011_10_03_drive_0034_sync 2729 l\n2011_10_03/2011_10_03_drive_0034_sync 1753 r\n2011_10_03/2011_10_03_drive_0034_sync 1096 l\n2011_10_03/2011_10_03_drive_0034_sync 1221 l\n2011_10_03/2011_10_03_drive_0034_sync 4444 r\n2011_10_03/2011_10_03_drive_0034_sync 2898 l\n2011_10_03/2011_10_03_drive_0034_sync 2907 r\n2011_10_03/2011_10_03_drive_0034_sync 637 r\n2011_10_03/2011_10_03_drive_0034_sync 1882 r\n2011_10_03/2011_10_03_drive_0034_sync 344 l\n2011_10_03/2011_10_03_drive_0034_sync 2140 l\n2011_10_03/2011_10_03_drive_0034_sync 3893 l\n2011_10_03/2011_10_03_drive_0034_sync 577 l\n2011_10_03/2011_10_03_drive_0034_sync 127 l\n2011_10_03/2011_10_03_drive_0034_sync 3353 r\n2011_10_03/2011_10_03_drive_0034_sync 685 l\n2011_10_03/2011_10_03_drive_0034_sync 3516 l\n2011_10_03/2011_10_03_drive_0034_sync 1619 l\n2011_10_03/2011_10_03_drive_0034_sync 1006 l\n2011_10_03/2011_10_03_drive_0034_sync 4579 r\n2011_10_03/2011_10_03_drive_0034_sync 3258 r\n2011_10_03/2011_10_03_drive_0034_sync 4255 l\n2011_10_03/2011_10_03_drive_0034_sync 820 l\n2011_10_03/2011_10_03_drive_0034_sync 4287 r\n2011_10_03/2011_10_03_drive_0034_sync 2032 r\n2011_10_03/2011_10_03_drive_0034_sync 84 l\n2011_10_03/2011_10_03_drive_0034_sync 3087 l\n2011_10_03/2011_10_03_drive_0034_sync 2319 l\n2011_10_03/2011_10_03_drive_0034_sync 1623 l\n2011_10_03/2011_10_03_drive_0034_sync 489 r\n2011_10_03/2011_10_03_drive_0034_sync 449 r\n2011_10_03/2011_10_03_drive_0034_sync 2011 r\n2011_10_03/2011_10_03_drive_0034_sync 1026 r\n2011_10_03/2011_10_03_drive_0034_sync 3393 r\n2011_10_03/2011_10_03_drive_0034_sync 3059 l\n2011_10_03/2011_10_03_drive_0034_sync 3297 r\n2011_10_03/2011_10_03_drive_0034_sync 1263 r\n2011_10_03/2011_10_03_drive_0034_sync 2643 l\n2011_10_03/2011_10_03_drive_0034_sync 2072 l\n2011_10_03/2011_10_03_drive_0034_sync 1754 l\n2011_10_03/2011_10_03_drive_0034_sync 2694 l\n2011_10_03/2011_10_03_drive_0034_sync 935 r\n2011_10_03/2011_10_03_drive_0034_sync 3480 l\n2011_10_03/2011_10_03_drive_0034_sync 624 r\n2011_10_03/2011_10_03_drive_0034_sync 3631 l\n2011_10_03/2011_10_03_drive_0034_sync 1024 l\n2011_10_03/2011_10_03_drive_0034_sync 4443 r\n2011_10_03/2011_10_03_drive_0034_sync 1993 r\n2011_10_03/2011_10_03_drive_0034_sync 4602 r\n2011_10_03/2011_10_03_drive_0034_sync 1706 l\n2011_10_03/2011_10_03_drive_0034_sync 2778 r\n2011_10_03/2011_10_03_drive_0034_sync 2600 r\n2011_10_03/2011_10_03_drive_0034_sync 2543 l\n2011_10_03/2011_10_03_drive_0034_sync 984 r\n2011_10_03/2011_10_03_drive_0034_sync 2215 r\n2011_10_03/2011_10_03_drive_0034_sync 829 l\n2011_10_03/2011_10_03_drive_0034_sync 1615 l\n2011_10_03/2011_10_03_drive_0034_sync 4557 r\n2011_10_03/2011_10_03_drive_0034_sync 1621 r\n2011_10_03/2011_10_03_drive_0034_sync 8 r\n2011_10_03/2011_10_03_drive_0034_sync 901 l\n2011_10_03/2011_10_03_drive_0034_sync 97 r\n2011_10_03/2011_10_03_drive_0034_sync 2921 l\n2011_10_03/2011_10_03_drive_0034_sync 1031 l\n2011_10_03/2011_10_03_drive_0034_sync 798 l\n2011_10_03/2011_10_03_drive_0034_sync 985 l\n2011_10_03/2011_10_03_drive_0034_sync 1085 r\n2011_10_03/2011_10_03_drive_0034_sync 301 r\n2011_10_03/2011_10_03_drive_0034_sync 2080 l\n2011_10_03/2011_10_03_drive_0034_sync 1551 l\n2011_10_03/2011_10_03_drive_0034_sync 1670 r\n2011_10_03/2011_10_03_drive_0034_sync 1077 r\n2011_10_03/2011_10_03_drive_0034_sync 1890 r\n2011_10_03/2011_10_03_drive_0034_sync 3033 l\n2011_10_03/2011_10_03_drive_0034_sync 1960 l\n2011_10_03/2011_10_03_drive_0034_sync 1844 l\n2011_10_03/2011_10_03_drive_0034_sync 1317 r\n2011_10_03/2011_10_03_drive_0034_sync 3629 l\n2011_10_03/2011_10_03_drive_0034_sync 200 r\n2011_10_03/2011_10_03_drive_0034_sync 1264 l\n2011_10_03/2011_10_03_drive_0034_sync 411 l\n2011_10_03/2011_10_03_drive_0034_sync 3727 r\n2011_10_03/2011_10_03_drive_0034_sync 1477 l\n2011_10_03/2011_10_03_drive_0034_sync 2726 r\n2011_10_03/2011_10_03_drive_0034_sync 3837 r\n2011_10_03/2011_10_03_drive_0034_sync 1281 l\n2011_10_03/2011_10_03_drive_0034_sync 610 r\n2011_10_03/2011_10_03_drive_0034_sync 916 r\n2011_10_03/2011_10_03_drive_0034_sync 4457 l\n2011_10_03/2011_10_03_drive_0034_sync 119 l\n2011_10_03/2011_10_03_drive_0034_sync 722 l\n2011_10_03/2011_10_03_drive_0034_sync 977 l\n2011_10_03/2011_10_03_drive_0034_sync 1723 l\n2011_10_03/2011_10_03_drive_0034_sync 2603 l\n2011_10_03/2011_10_03_drive_0034_sync 227 l\n2011_10_03/2011_10_03_drive_0034_sync 3816 r\n2011_10_03/2011_10_03_drive_0034_sync 173 l\n2011_10_03/2011_10_03_drive_0034_sync 887 r\n2011_10_03/2011_10_03_drive_0034_sync 4311 r\n2011_10_03/2011_10_03_drive_0034_sync 1328 l\n2011_10_03/2011_10_03_drive_0034_sync 4103 l\n2011_10_03/2011_10_03_drive_0034_sync 2497 r\n2011_10_03/2011_10_03_drive_0034_sync 2724 l\n2011_10_03/2011_10_03_drive_0034_sync 4118 l\n2011_10_03/2011_10_03_drive_0034_sync 1386 l\n2011_10_03/2011_10_03_drive_0034_sync 4307 l\n2011_10_03/2011_10_03_drive_0034_sync 1232 l\n2011_10_03/2011_10_03_drive_0034_sync 849 l\n2011_10_03/2011_10_03_drive_0034_sync 21 l\n2011_10_03/2011_10_03_drive_0034_sync 4096 r\n2011_10_03/2011_10_03_drive_0034_sync 307 r\n2011_10_03/2011_10_03_drive_0034_sync 513 r\n2011_10_03/2011_10_03_drive_0034_sync 1041 r\n2011_10_03/2011_10_03_drive_0034_sync 4181 r\n2011_10_03/2011_10_03_drive_0034_sync 1081 l\n2011_10_03/2011_10_03_drive_0034_sync 946 l\n2011_10_03/2011_10_03_drive_0034_sync 4220 r\n2011_10_03/2011_10_03_drive_0034_sync 149 r\n2011_10_03/2011_10_03_drive_0034_sync 4250 l\n2011_10_03/2011_10_03_drive_0034_sync 2755 l\n2011_10_03/2011_10_03_drive_0034_sync 2662 r\n2011_10_03/2011_10_03_drive_0034_sync 589 l\n2011_10_03/2011_10_03_drive_0034_sync 3116 r\n2011_10_03/2011_10_03_drive_0034_sync 679 l\n2011_10_03/2011_10_03_drive_0034_sync 1361 l\n2011_10_03/2011_10_03_drive_0034_sync 3620 r\n2011_10_03/2011_10_03_drive_0034_sync 4491 l\n2011_10_03/2011_10_03_drive_0034_sync 1596 r\n2011_10_03/2011_10_03_drive_0034_sync 204 l\n2011_10_03/2011_10_03_drive_0034_sync 3683 l\n2011_10_03/2011_10_03_drive_0034_sync 1017 r\n2011_10_03/2011_10_03_drive_0034_sync 3597 r\n2011_10_03/2011_10_03_drive_0034_sync 1059 r\n2011_10_03/2011_10_03_drive_0034_sync 2732 r\n2011_10_03/2011_10_03_drive_0034_sync 3363 r\n2011_10_03/2011_10_03_drive_0034_sync 1103 l\n2011_10_03/2011_10_03_drive_0034_sync 4090 l\n2011_10_03/2011_10_03_drive_0034_sync 1275 r\n2011_10_03/2011_10_03_drive_0034_sync 3465 l\n2011_10_03/2011_10_03_drive_0034_sync 822 r\n2011_10_03/2011_10_03_drive_0034_sync 629 r\n2011_10_03/2011_10_03_drive_0034_sync 4108 r\n2011_10_03/2011_10_03_drive_0034_sync 3078 l\n2011_10_03/2011_10_03_drive_0034_sync 4187 l\n2011_10_03/2011_10_03_drive_0034_sync 4436 l\n2011_10_03/2011_10_03_drive_0034_sync 2343 l\n2011_10_03/2011_10_03_drive_0034_sync 538 r\n2011_10_03/2011_10_03_drive_0034_sync 2926 r\n2011_10_03/2011_10_03_drive_0034_sync 4584 l\n2011_10_03/2011_10_03_drive_0034_sync 4365 r\n2011_10_03/2011_10_03_drive_0034_sync 3698 r\n2011_10_03/2011_10_03_drive_0034_sync 4646 r\n2011_10_03/2011_10_03_drive_0034_sync 1454 r\n2011_10_03/2011_10_03_drive_0034_sync 3235 r\n2011_10_03/2011_10_03_drive_0034_sync 299 r\n2011_10_03/2011_10_03_drive_0034_sync 3646 r\n2011_10_03/2011_10_03_drive_0034_sync 2756 l\n2011_10_03/2011_10_03_drive_0034_sync 4534 l\n2011_10_03/2011_10_03_drive_0034_sync 3940 r\n2011_10_03/2011_10_03_drive_0034_sync 676 l\n2011_10_03/2011_10_03_drive_0034_sync 3302 l\n2011_10_03/2011_10_03_drive_0034_sync 3872 l\n2011_10_03/2011_10_03_drive_0034_sync 967 l\n2011_10_03/2011_10_03_drive_0034_sync 258 r\n2011_10_03/2011_10_03_drive_0034_sync 1078 r\n2011_10_03/2011_10_03_drive_0034_sync 2623 l\n2011_10_03/2011_10_03_drive_0034_sync 2410 r\n2011_10_03/2011_10_03_drive_0034_sync 4538 r\n2011_10_03/2011_10_03_drive_0034_sync 2869 r\n2011_10_03/2011_10_03_drive_0034_sync 3945 l\n2011_10_03/2011_10_03_drive_0034_sync 1399 l\n2011_10_03/2011_10_03_drive_0034_sync 4630 r\n2011_10_03/2011_10_03_drive_0034_sync 2123 r\n2011_10_03/2011_10_03_drive_0034_sync 3958 l\n2011_10_03/2011_10_03_drive_0034_sync 2996 l\n2011_10_03/2011_10_03_drive_0034_sync 4442 r\n2011_10_03/2011_10_03_drive_0034_sync 2067 l\n2011_10_03/2011_10_03_drive_0034_sync 3181 r\n2011_10_03/2011_10_03_drive_0034_sync 3822 r\n2011_10_03/2011_10_03_drive_0034_sync 2364 l\n2011_10_03/2011_10_03_drive_0034_sync 3935 l\n2011_10_03/2011_10_03_drive_0034_sync 2283 l\n2011_10_03/2011_10_03_drive_0034_sync 1219 r\n2011_10_03/2011_10_03_drive_0034_sync 1239 r\n2011_10_03/2011_10_03_drive_0034_sync 1448 r\n2011_10_03/2011_10_03_drive_0034_sync 4002 l\n2011_10_03/2011_10_03_drive_0034_sync 3899 l\n2011_10_03/2011_10_03_drive_0034_sync 2422 l\n2011_10_03/2011_10_03_drive_0034_sync 448 l\n2011_10_03/2011_10_03_drive_0034_sync 2918 l\n2011_10_03/2011_10_03_drive_0034_sync 3857 l\n2011_10_03/2011_10_03_drive_0034_sync 3276 r\n2011_10_03/2011_10_03_drive_0034_sync 4138 l\n2011_10_03/2011_10_03_drive_0034_sync 4231 l\n2011_10_03/2011_10_03_drive_0034_sync 1213 l\n2011_10_03/2011_10_03_drive_0034_sync 2909 l\n2011_10_03/2011_10_03_drive_0034_sync 4563 r\n2011_10_03/2011_10_03_drive_0034_sync 2362 l\n2011_10_03/2011_10_03_drive_0034_sync 1513 l\n2011_10_03/2011_10_03_drive_0034_sync 1304 l\n2011_10_03/2011_10_03_drive_0034_sync 1513 r\n2011_10_03/2011_10_03_drive_0034_sync 2831 r\n2011_10_03/2011_10_03_drive_0034_sync 1867 l\n2011_10_03/2011_10_03_drive_0034_sync 659 r\n2011_10_03/2011_10_03_drive_0034_sync 3034 r\n2011_10_03/2011_10_03_drive_0034_sync 495 r\n2011_10_03/2011_10_03_drive_0034_sync 1638 l\n2011_10_03/2011_10_03_drive_0034_sync 2629 l\n2011_10_03/2011_10_03_drive_0034_sync 628 l\n2011_10_03/2011_10_03_drive_0034_sync 3749 l\n2011_10_03/2011_10_03_drive_0034_sync 2998 r\n2011_10_03/2011_10_03_drive_0034_sync 3345 r\n2011_10_03/2011_10_03_drive_0034_sync 3951 l\n2011_10_03/2011_10_03_drive_0034_sync 1303 l\n2011_10_03/2011_10_03_drive_0034_sync 2194 l\n2011_10_03/2011_10_03_drive_0034_sync 3806 r\n2011_10_03/2011_10_03_drive_0034_sync 4535 r\n2011_10_03/2011_10_03_drive_0034_sync 2015 l\n2011_10_03/2011_10_03_drive_0034_sync 2475 r\n2011_10_03/2011_10_03_drive_0034_sync 1680 l\n2011_10_03/2011_10_03_drive_0034_sync 571 r\n2011_10_03/2011_10_03_drive_0034_sync 672 r\n2011_10_03/2011_10_03_drive_0034_sync 3575 l\n2011_10_03/2011_10_03_drive_0034_sync 3969 r\n2011_10_03/2011_10_03_drive_0034_sync 2853 l\n2011_10_03/2011_10_03_drive_0034_sync 3421 l\n2011_10_03/2011_10_03_drive_0034_sync 848 l\n2011_10_03/2011_10_03_drive_0034_sync 2942 l\n2011_10_03/2011_10_03_drive_0034_sync 1664 l\n2011_10_03/2011_10_03_drive_0034_sync 1482 r\n2011_10_03/2011_10_03_drive_0034_sync 81 r\n2011_10_03/2011_10_03_drive_0034_sync 1142 r\n2011_10_03/2011_10_03_drive_0034_sync 4323 l\n2011_10_03/2011_10_03_drive_0034_sync 3785 r\n2011_10_03/2011_10_03_drive_0034_sync 1834 l\n2011_10_03/2011_10_03_drive_0034_sync 3051 r\n2011_10_03/2011_10_03_drive_0034_sync 3221 l\n2011_10_03/2011_10_03_drive_0034_sync 2262 l\n2011_10_03/2011_10_03_drive_0034_sync 2800 l\n2011_10_03/2011_10_03_drive_0034_sync 3016 l\n2011_10_03/2011_10_03_drive_0034_sync 814 l\n2011_10_03/2011_10_03_drive_0034_sync 46 l\n2011_10_03/2011_10_03_drive_0034_sync 346 r\n2011_10_03/2011_10_03_drive_0034_sync 1743 r\n2011_10_03/2011_10_03_drive_0034_sync 2832 r\n2011_10_03/2011_10_03_drive_0034_sync 2941 l\n2011_10_03/2011_10_03_drive_0034_sync 3828 r\n2011_10_03/2011_10_03_drive_0034_sync 2870 l\n2011_10_03/2011_10_03_drive_0034_sync 836 r\n2011_10_03/2011_10_03_drive_0034_sync 1748 l\n2011_10_03/2011_10_03_drive_0034_sync 490 l\n2011_10_03/2011_10_03_drive_0034_sync 4449 r\n2011_10_03/2011_10_03_drive_0034_sync 6 l\n2011_10_03/2011_10_03_drive_0034_sync 18 l\n2011_10_03/2011_10_03_drive_0034_sync 4228 l\n2011_10_03/2011_10_03_drive_0034_sync 3213 r\n2011_10_03/2011_10_03_drive_0034_sync 3519 l\n2011_10_03/2011_10_03_drive_0034_sync 4629 r\n2011_10_03/2011_10_03_drive_0034_sync 2375 r\n2011_10_03/2011_10_03_drive_0034_sync 2993 r\n2011_10_03/2011_10_03_drive_0034_sync 1522 l\n2011_10_03/2011_10_03_drive_0034_sync 3196 r\n2011_10_03/2011_10_03_drive_0034_sync 2796 l\n2011_10_03/2011_10_03_drive_0034_sync 4323 r\n2011_10_03/2011_10_03_drive_0034_sync 4265 l\n2011_10_03/2011_10_03_drive_0034_sync 2592 r\n2011_10_03/2011_10_03_drive_0034_sync 3063 r\n2011_10_03/2011_10_03_drive_0034_sync 120 r\n2011_10_03/2011_10_03_drive_0034_sync 4422 r\n2011_10_03/2011_10_03_drive_0034_sync 468 l\n2011_10_03/2011_10_03_drive_0034_sync 1194 r\n2011_10_03/2011_10_03_drive_0034_sync 687 r\n2011_10_03/2011_10_03_drive_0034_sync 3221 r\n2011_10_03/2011_10_03_drive_0034_sync 1022 r\n2011_10_03/2011_10_03_drive_0034_sync 262 r\n2011_10_03/2011_10_03_drive_0034_sync 4116 r\n2011_10_03/2011_10_03_drive_0034_sync 133 l\n2011_10_03/2011_10_03_drive_0034_sync 2484 l\n2011_10_03/2011_10_03_drive_0034_sync 1992 l\n2011_10_03/2011_10_03_drive_0034_sync 735 r\n2011_10_03/2011_10_03_drive_0034_sync 1650 l\n2011_10_03/2011_10_03_drive_0034_sync 2802 l\n2011_10_03/2011_10_03_drive_0034_sync 4210 r\n2011_10_03/2011_10_03_drive_0034_sync 959 l\n2011_10_03/2011_10_03_drive_0034_sync 976 l\n2011_10_03/2011_10_03_drive_0034_sync 4603 r\n2011_10_03/2011_10_03_drive_0034_sync 1875 l\n2011_10_03/2011_10_03_drive_0034_sync 1864 l\n2011_10_03/2011_10_03_drive_0034_sync 568 r\n2011_10_03/2011_10_03_drive_0034_sync 797 l\n2011_10_03/2011_10_03_drive_0034_sync 1609 r\n2011_10_03/2011_10_03_drive_0034_sync 3290 l\n2011_10_03/2011_10_03_drive_0034_sync 3162 l\n2011_10_03/2011_10_03_drive_0034_sync 2630 r\n2011_10_03/2011_10_03_drive_0034_sync 2481 r\n2011_10_03/2011_10_03_drive_0034_sync 4069 r\n2011_10_03/2011_10_03_drive_0034_sync 1235 r\n2011_10_03/2011_10_03_drive_0034_sync 1195 l\n2011_10_03/2011_10_03_drive_0034_sync 1657 l\n2011_10_03/2011_10_03_drive_0034_sync 506 r\n2011_10_03/2011_10_03_drive_0034_sync 427 l\n2011_10_03/2011_10_03_drive_0034_sync 2864 l\n2011_10_03/2011_10_03_drive_0034_sync 1073 l\n2011_10_03/2011_10_03_drive_0034_sync 2889 r\n2011_10_03/2011_10_03_drive_0034_sync 3454 r\n2011_10_03/2011_10_03_drive_0034_sync 2580 r\n2011_10_03/2011_10_03_drive_0034_sync 2634 l\n2011_10_03/2011_10_03_drive_0034_sync 1773 l\n2011_10_03/2011_10_03_drive_0034_sync 2950 l\n2011_10_03/2011_10_03_drive_0034_sync 951 r\n2011_10_03/2011_10_03_drive_0034_sync 262 l\n2011_10_03/2011_10_03_drive_0034_sync 703 l\n2011_10_03/2011_10_03_drive_0034_sync 1382 r\n2011_10_03/2011_10_03_drive_0034_sync 2180 l\n2011_10_03/2011_10_03_drive_0034_sync 21 r\n2011_10_03/2011_10_03_drive_0034_sync 1468 l\n2011_10_03/2011_10_03_drive_0034_sync 3928 r\n2011_10_03/2011_10_03_drive_0034_sync 2860 l\n2011_10_03/2011_10_03_drive_0034_sync 2193 r\n2011_10_03/2011_10_03_drive_0034_sync 4284 r\n2011_10_03/2011_10_03_drive_0034_sync 390 l\n2011_10_03/2011_10_03_drive_0034_sync 387 r\n2011_10_03/2011_10_03_drive_0034_sync 3943 l\n2011_10_03/2011_10_03_drive_0034_sync 2541 r\n2011_10_03/2011_10_03_drive_0034_sync 2201 l\n2011_10_03/2011_10_03_drive_0034_sync 3652 r\n2011_10_03/2011_10_03_drive_0034_sync 603 r\n2011_10_03/2011_10_03_drive_0034_sync 3396 l\n2011_10_03/2011_10_03_drive_0034_sync 2965 l\n2011_10_03/2011_10_03_drive_0034_sync 1219 l\n2011_10_03/2011_10_03_drive_0034_sync 986 r\n2011_10_03/2011_10_03_drive_0034_sync 481 r\n2011_10_03/2011_10_03_drive_0034_sync 1665 r\n2011_10_03/2011_10_03_drive_0034_sync 3183 r\n2011_10_03/2011_10_03_drive_0034_sync 2219 l\n2011_10_03/2011_10_03_drive_0034_sync 1384 r\n2011_10_03/2011_10_03_drive_0034_sync 3520 l\n2011_10_03/2011_10_03_drive_0034_sync 4050 r\n2011_10_03/2011_10_03_drive_0034_sync 4169 l\n2011_10_03/2011_10_03_drive_0034_sync 1782 r\n2011_10_03/2011_10_03_drive_0034_sync 125 r\n2011_10_03/2011_10_03_drive_0034_sync 182 l\n2011_10_03/2011_10_03_drive_0034_sync 3270 r\n2011_10_03/2011_10_03_drive_0034_sync 893 l\n2011_10_03/2011_10_03_drive_0034_sync 2557 r\n2011_10_03/2011_10_03_drive_0034_sync 4370 l\n2011_10_03/2011_10_03_drive_0034_sync 1510 l\n2011_10_03/2011_10_03_drive_0034_sync 982 r\n2011_10_03/2011_10_03_drive_0034_sync 4154 l\n2011_10_03/2011_10_03_drive_0034_sync 4147 l\n2011_10_03/2011_10_03_drive_0034_sync 3359 r\n2011_10_03/2011_10_03_drive_0034_sync 2944 r\n2011_10_03/2011_10_03_drive_0034_sync 3342 r\n2011_10_03/2011_10_03_drive_0034_sync 2177 l\n2011_10_03/2011_10_03_drive_0034_sync 704 r\n2011_10_03/2011_10_03_drive_0034_sync 3157 r\n2011_10_03/2011_10_03_drive_0034_sync 432 r\n2011_10_03/2011_10_03_drive_0034_sync 4418 r\n2011_10_03/2011_10_03_drive_0034_sync 2494 r\n2011_10_03/2011_10_03_drive_0034_sync 2783 l\n2011_10_03/2011_10_03_drive_0034_sync 950 l\n2011_10_03/2011_10_03_drive_0034_sync 3192 r\n2011_10_03/2011_10_03_drive_0034_sync 944 l\n2011_10_03/2011_10_03_drive_0034_sync 3381 l\n2011_10_03/2011_10_03_drive_0034_sync 4371 r\n2011_10_03/2011_10_03_drive_0034_sync 1351 r\n2011_10_03/2011_10_03_drive_0034_sync 3965 l\n2011_10_03/2011_10_03_drive_0034_sync 1477 r\n2011_10_03/2011_10_03_drive_0034_sync 1348 r\n2011_10_03/2011_10_03_drive_0034_sync 3413 r\n2011_10_03/2011_10_03_drive_0034_sync 1404 r\n2011_10_03/2011_10_03_drive_0034_sync 2531 r\n2011_10_03/2011_10_03_drive_0034_sync 3742 l\n2011_10_03/2011_10_03_drive_0034_sync 2929 r\n2011_10_03/2011_10_03_drive_0034_sync 2667 l\n2011_10_03/2011_10_03_drive_0034_sync 2576 l\n2011_10_03/2011_10_03_drive_0034_sync 1214 l\n2011_10_03/2011_10_03_drive_0034_sync 4229 l\n2011_10_03/2011_10_03_drive_0034_sync 1146 l\n2011_10_03/2011_10_03_drive_0034_sync 3779 r\n2011_10_03/2011_10_03_drive_0034_sync 356 l\n2011_10_03/2011_10_03_drive_0034_sync 2353 l\n2011_10_03/2011_10_03_drive_0034_sync 2168 r\n2011_10_03/2011_10_03_drive_0034_sync 806 r\n2011_10_03/2011_10_03_drive_0034_sync 226 r\n2011_10_03/2011_10_03_drive_0034_sync 4601 r\n2011_10_03/2011_10_03_drive_0034_sync 4406 l\n2011_10_03/2011_10_03_drive_0034_sync 186 r\n2011_10_03/2011_10_03_drive_0034_sync 1475 r\n2011_10_03/2011_10_03_drive_0034_sync 747 l\n2011_10_03/2011_10_03_drive_0034_sync 3728 r\n2011_10_03/2011_10_03_drive_0034_sync 1937 l\n2011_10_03/2011_10_03_drive_0034_sync 4589 l\n2011_10_03/2011_10_03_drive_0034_sync 3587 l\n2011_10_03/2011_10_03_drive_0034_sync 358 l\n2011_10_03/2011_10_03_drive_0034_sync 68 l\n2011_10_03/2011_10_03_drive_0034_sync 4577 l\n2011_10_03/2011_10_03_drive_0034_sync 207 r\n2011_10_03/2011_10_03_drive_0034_sync 4300 l\n2011_10_03/2011_10_03_drive_0034_sync 2755 r\n2011_10_03/2011_10_03_drive_0034_sync 472 l\n2011_10_03/2011_10_03_drive_0034_sync 4378 l\n2011_10_03/2011_10_03_drive_0034_sync 1848 l\n2011_10_03/2011_10_03_drive_0034_sync 4353 r\n2011_10_03/2011_10_03_drive_0034_sync 4415 l\n2011_10_03/2011_10_03_drive_0034_sync 4647 l\n2011_10_03/2011_10_03_drive_0034_sync 857 l\n2011_10_03/2011_10_03_drive_0034_sync 1119 r\n2011_10_03/2011_10_03_drive_0034_sync 322 r\n2011_10_03/2011_10_03_drive_0034_sync 2126 l\n2011_10_03/2011_10_03_drive_0034_sync 3688 l\n2011_10_03/2011_10_03_drive_0034_sync 2459 r\n2011_10_03/2011_10_03_drive_0034_sync 2109 l\n2011_10_03/2011_10_03_drive_0034_sync 661 r\n2011_10_03/2011_10_03_drive_0034_sync 404 l\n2011_10_03/2011_10_03_drive_0034_sync 3636 l\n2011_10_03/2011_10_03_drive_0034_sync 1791 r\n2011_10_03/2011_10_03_drive_0034_sync 673 r\n2011_10_03/2011_10_03_drive_0034_sync 2106 l\n2011_10_03/2011_10_03_drive_0034_sync 1974 l\n2011_10_03/2011_10_03_drive_0034_sync 893 r\n2011_10_03/2011_10_03_drive_0034_sync 2419 r\n2011_10_03/2011_10_03_drive_0034_sync 776 l\n2011_10_03/2011_10_03_drive_0034_sync 3883 r\n2011_10_03/2011_10_03_drive_0034_sync 1941 r\n2011_10_03/2011_10_03_drive_0034_sync 2473 r\n2011_10_03/2011_10_03_drive_0034_sync 742 r\n2011_10_03/2011_10_03_drive_0034_sync 2640 l\n2011_10_03/2011_10_03_drive_0034_sync 1074 l\n2011_10_03/2011_10_03_drive_0034_sync 4020 l\n2011_10_03/2011_10_03_drive_0034_sync 482 l\n2011_10_03/2011_10_03_drive_0034_sync 1070 l\n2011_10_03/2011_10_03_drive_0034_sync 4263 l\n2011_10_03/2011_10_03_drive_0034_sync 2594 r\n2011_10_03/2011_10_03_drive_0034_sync 4470 l\n2011_10_03/2011_10_03_drive_0034_sync 6 r\n2011_10_03/2011_10_03_drive_0034_sync 4158 l\n2011_10_03/2011_10_03_drive_0034_sync 263 l\n2011_10_03/2011_10_03_drive_0034_sync 2146 r\n2011_10_03/2011_10_03_drive_0034_sync 775 l\n2011_10_03/2011_10_03_drive_0034_sync 371 l\n2011_10_03/2011_10_03_drive_0034_sync 1633 r\n2011_10_03/2011_10_03_drive_0034_sync 3158 l\n2011_10_03/2011_10_03_drive_0034_sync 4225 r\n2011_10_03/2011_10_03_drive_0034_sync 3361 r\n2011_10_03/2011_10_03_drive_0034_sync 2683 r\n2011_10_03/2011_10_03_drive_0034_sync 1668 l\n2011_10_03/2011_10_03_drive_0034_sync 2464 r\n2011_10_03/2011_10_03_drive_0034_sync 4104 l\n2011_10_03/2011_10_03_drive_0034_sync 3551 l\n2011_10_03/2011_10_03_drive_0034_sync 2936 l\n2011_10_03/2011_10_03_drive_0034_sync 3147 r\n2011_10_03/2011_10_03_drive_0034_sync 2775 r\n2011_10_03/2011_10_03_drive_0034_sync 4432 l\n2011_10_03/2011_10_03_drive_0034_sync 3384 r\n2011_10_03/2011_10_03_drive_0034_sync 3844 l\n2011_10_03/2011_10_03_drive_0034_sync 1419 r\n2011_10_03/2011_10_03_drive_0034_sync 4642 r\n2011_10_03/2011_10_03_drive_0034_sync 1532 r\n2011_10_03/2011_10_03_drive_0034_sync 4633 l\n2011_10_03/2011_10_03_drive_0034_sync 427 r\n2011_10_03/2011_10_03_drive_0034_sync 4307 r\n2011_10_03/2011_10_03_drive_0034_sync 805 r\n2011_10_03/2011_10_03_drive_0034_sync 4202 l\n2011_10_03/2011_10_03_drive_0034_sync 1397 r\n2011_10_03/2011_10_03_drive_0034_sync 1627 l\n2011_10_03/2011_10_03_drive_0034_sync 3058 r\n2011_10_03/2011_10_03_drive_0034_sync 1052 l\n2011_10_03/2011_10_03_drive_0034_sync 130 l\n2011_10_03/2011_10_03_drive_0034_sync 193 l\n2011_10_03/2011_10_03_drive_0034_sync 195 l\n2011_10_03/2011_10_03_drive_0034_sync 3188 l\n2011_10_03/2011_10_03_drive_0034_sync 40 l\n2011_10_03/2011_10_03_drive_0034_sync 3314 r\n2011_10_03/2011_10_03_drive_0034_sync 4328 l\n2011_10_03/2011_10_03_drive_0034_sync 3009 l\n2011_10_03/2011_10_03_drive_0034_sync 3531 l\n2011_10_03/2011_10_03_drive_0034_sync 1752 r\n2011_10_03/2011_10_03_drive_0034_sync 3647 l\n2011_10_03/2011_10_03_drive_0034_sync 4283 r\n2011_10_03/2011_10_03_drive_0034_sync 4518 l\n2011_10_03/2011_10_03_drive_0034_sync 4353 l\n2011_10_03/2011_10_03_drive_0034_sync 710 l\n2011_10_03/2011_10_03_drive_0034_sync 4519 r\n2011_10_03/2011_10_03_drive_0034_sync 221 l\n2011_10_03/2011_10_03_drive_0034_sync 1821 l\n2011_10_03/2011_10_03_drive_0034_sync 2003 l\n2011_10_03/2011_10_03_drive_0034_sync 2970 r\n2011_10_03/2011_10_03_drive_0034_sync 980 l\n2011_10_03/2011_10_03_drive_0034_sync 3570 l\n2011_10_03/2011_10_03_drive_0034_sync 3299 r\n2011_10_03/2011_10_03_drive_0034_sync 1401 r\n2011_10_03/2011_10_03_drive_0034_sync 738 r\n2011_10_03/2011_10_03_drive_0034_sync 341 r\n2011_10_03/2011_10_03_drive_0034_sync 2949 l\n2011_10_03/2011_10_03_drive_0034_sync 1500 l\n2011_10_03/2011_10_03_drive_0034_sync 4281 r\n2011_10_03/2011_10_03_drive_0034_sync 86 r\n2011_10_03/2011_10_03_drive_0034_sync 1075 l\n2011_10_03/2011_10_03_drive_0034_sync 3602 r\n2011_10_03/2011_10_03_drive_0034_sync 3632 l\n2011_10_03/2011_10_03_drive_0034_sync 99 l\n2011_10_03/2011_10_03_drive_0034_sync 1176 l\n2011_10_03/2011_10_03_drive_0034_sync 836 l\n2011_10_03/2011_10_03_drive_0034_sync 19 r\n2011_10_03/2011_10_03_drive_0034_sync 4095 r\n2011_10_03/2011_10_03_drive_0034_sync 2728 r\n2011_10_03/2011_10_03_drive_0034_sync 1528 r\n2011_10_03/2011_10_03_drive_0034_sync 1994 l\n2011_10_03/2011_10_03_drive_0034_sync 3626 l\n2011_10_03/2011_10_03_drive_0034_sync 1447 r\n2011_10_03/2011_10_03_drive_0034_sync 35 l\n2011_10_03/2011_10_03_drive_0034_sync 796 r\n2011_10_03/2011_10_03_drive_0034_sync 3614 l\n2011_10_03/2011_10_03_drive_0034_sync 1007 l\n2011_10_03/2011_10_03_drive_0034_sync 2473 l\n2011_10_03/2011_10_03_drive_0034_sync 136 r\n2011_10_03/2011_10_03_drive_0034_sync 3514 l\n2011_10_03/2011_10_03_drive_0034_sync 547 r\n2011_10_03/2011_10_03_drive_0034_sync 1605 r\n2011_10_03/2011_10_03_drive_0034_sync 237 r\n2011_10_03/2011_10_03_drive_0034_sync 2474 l\n2011_10_03/2011_10_03_drive_0034_sync 276 r\n2011_10_03/2011_10_03_drive_0034_sync 451 r\n2011_10_03/2011_10_03_drive_0034_sync 1398 l\n2011_10_03/2011_10_03_drive_0034_sync 3545 r\n2011_10_03/2011_10_03_drive_0034_sync 2212 l\n2011_10_03/2011_10_03_drive_0034_sync 3630 l\n2011_10_03/2011_10_03_drive_0034_sync 3496 r\n2011_10_03/2011_10_03_drive_0034_sync 3362 r\n2011_10_03/2011_10_03_drive_0034_sync 1111 r\n2011_10_03/2011_10_03_drive_0034_sync 1079 r\n2011_10_03/2011_10_03_drive_0034_sync 1976 r\n2011_10_03/2011_10_03_drive_0034_sync 3156 l\n2011_10_03/2011_10_03_drive_0034_sync 3146 r\n2011_10_03/2011_10_03_drive_0034_sync 483 l\n2011_10_03/2011_10_03_drive_0034_sync 3818 l\n2011_10_03/2011_10_03_drive_0034_sync 4055 r\n2011_10_03/2011_10_03_drive_0034_sync 3745 r\n2011_10_03/2011_10_03_drive_0034_sync 3364 r\n2011_10_03/2011_10_03_drive_0034_sync 967 r\n2011_10_03/2011_10_03_drive_0034_sync 4197 l\n2011_10_03/2011_10_03_drive_0034_sync 1781 l\n2011_10_03/2011_10_03_drive_0034_sync 2142 l\n2011_10_03/2011_10_03_drive_0034_sync 134 l\n2011_10_03/2011_10_03_drive_0034_sync 2335 r\n2011_10_03/2011_10_03_drive_0034_sync 1772 l\n2011_10_03/2011_10_03_drive_0034_sync 381 r\n2011_10_03/2011_10_03_drive_0034_sync 4301 r\n2011_10_03/2011_10_03_drive_0034_sync 2823 r\n2011_10_03/2011_10_03_drive_0034_sync 4391 l\n2011_10_03/2011_10_03_drive_0034_sync 3079 r\n2011_10_03/2011_10_03_drive_0034_sync 766 l\n2011_10_03/2011_10_03_drive_0034_sync 77 r\n2011_10_03/2011_10_03_drive_0034_sync 3048 l\n2011_10_03/2011_10_03_drive_0034_sync 2524 r\n2011_10_03/2011_10_03_drive_0034_sync 4590 l\n2011_10_03/2011_10_03_drive_0034_sync 4465 r\n2011_10_03/2011_10_03_drive_0034_sync 236 r\n2011_10_03/2011_10_03_drive_0034_sync 1300 l\n2011_10_03/2011_10_03_drive_0034_sync 1115 r\n2011_10_03/2011_10_03_drive_0034_sync 923 l\n2011_10_03/2011_10_03_drive_0034_sync 1321 r\n2011_10_03/2011_10_03_drive_0034_sync 133 r\n2011_10_03/2011_10_03_drive_0034_sync 2908 r\n2011_10_03/2011_10_03_drive_0034_sync 210 r\n2011_10_03/2011_10_03_drive_0034_sync 541 r\n2011_10_03/2011_10_03_drive_0034_sync 3694 r\n2011_10_03/2011_10_03_drive_0034_sync 436 r\n2011_10_03/2011_10_03_drive_0034_sync 4096 l\n2011_10_03/2011_10_03_drive_0034_sync 2094 r\n2011_10_03/2011_10_03_drive_0034_sync 2513 r\n2011_10_03/2011_10_03_drive_0034_sync 3876 r\n2011_10_03/2011_10_03_drive_0034_sync 174 l\n2011_10_03/2011_10_03_drive_0034_sync 3980 l\n2011_10_03/2011_10_03_drive_0034_sync 4474 l\n2011_10_03/2011_10_03_drive_0034_sync 3952 l\n2011_10_03/2011_10_03_drive_0034_sync 3037 r\n2011_10_03/2011_10_03_drive_0034_sync 2496 r\n2011_10_03/2011_10_03_drive_0034_sync 3441 l\n2011_10_03/2011_10_03_drive_0034_sync 1402 r\n2011_10_03/2011_10_03_drive_0034_sync 2897 l\n2011_10_03/2011_10_03_drive_0034_sync 3305 l\n2011_10_03/2011_10_03_drive_0034_sync 2874 r\n2011_10_03/2011_10_03_drive_0034_sync 3082 r\n2011_10_03/2011_10_03_drive_0034_sync 3963 r\n2011_10_03/2011_10_03_drive_0034_sync 786 r\n2011_10_03/2011_10_03_drive_0034_sync 2751 l\n2011_10_03/2011_10_03_drive_0034_sync 4213 r\n2011_10_03/2011_10_03_drive_0034_sync 4281 l\n2011_10_03/2011_10_03_drive_0034_sync 4592 r\n2011_10_03/2011_10_03_drive_0034_sync 1915 r\n2011_10_03/2011_10_03_drive_0034_sync 1531 l\n2011_10_03/2011_10_03_drive_0034_sync 3599 r\n2011_10_03/2011_10_03_drive_0034_sync 1606 r\n2011_10_03/2011_10_03_drive_0034_sync 2823 l\n2011_10_03/2011_10_03_drive_0034_sync 2068 r\n2011_10_03/2011_10_03_drive_0034_sync 1366 l\n2011_10_03/2011_10_03_drive_0034_sync 2894 r\n2011_10_03/2011_10_03_drive_0034_sync 3122 r\n2011_10_03/2011_10_03_drive_0034_sync 729 l\n2011_10_03/2011_10_03_drive_0034_sync 2621 r\n2011_10_03/2011_10_03_drive_0034_sync 3678 l\n2011_10_03/2011_10_03_drive_0034_sync 347 l\n2011_10_03/2011_10_03_drive_0034_sync 2181 l\n2011_10_03/2011_10_03_drive_0034_sync 2285 r\n2011_10_03/2011_10_03_drive_0034_sync 3749 r\n2011_10_03/2011_10_03_drive_0034_sync 2086 l\n2011_10_03/2011_10_03_drive_0034_sync 4039 r\n2011_10_03/2011_10_03_drive_0034_sync 2272 l\n2011_10_03/2011_10_03_drive_0034_sync 3623 r\n2011_10_03/2011_10_03_drive_0034_sync 3017 r\n2011_10_03/2011_10_03_drive_0034_sync 4055 l\n2011_10_03/2011_10_03_drive_0034_sync 780 l\n2011_10_03/2011_10_03_drive_0034_sync 223 l\n2011_10_03/2011_10_03_drive_0034_sync 2090 r\n2011_10_03/2011_10_03_drive_0034_sync 2953 l\n2011_10_03/2011_10_03_drive_0034_sync 4531 r\n2011_10_03/2011_10_03_drive_0034_sync 1860 l\n2011_10_03/2011_10_03_drive_0034_sync 3869 r\n2011_10_03/2011_10_03_drive_0034_sync 3912 l\n2011_10_03/2011_10_03_drive_0034_sync 343 l\n2011_10_03/2011_10_03_drive_0034_sync 4645 r\n2011_10_03/2011_10_03_drive_0034_sync 331 r\n2011_10_03/2011_10_03_drive_0034_sync 397 l\n2011_10_03/2011_10_03_drive_0034_sync 3360 r\n2011_10_03/2011_10_03_drive_0034_sync 2626 r\n2011_10_03/2011_10_03_drive_0034_sync 2360 r\n2011_10_03/2011_10_03_drive_0034_sync 2036 l\n2011_10_03/2011_10_03_drive_0034_sync 3061 r\n2011_10_03/2011_10_03_drive_0034_sync 3368 l\n2011_10_03/2011_10_03_drive_0034_sync 4416 l\n2011_10_03/2011_10_03_drive_0034_sync 3046 l\n2011_10_03/2011_10_03_drive_0034_sync 2570 l\n2011_10_03/2011_10_03_drive_0034_sync 2488 r\n2011_10_03/2011_10_03_drive_0034_sync 2238 l\n2011_10_03/2011_10_03_drive_0034_sync 830 l\n2011_10_03/2011_10_03_drive_0034_sync 4075 l\n2011_10_03/2011_10_03_drive_0034_sync 1520 l\n2011_10_03/2011_10_03_drive_0034_sync 2116 l\n2011_10_03/2011_10_03_drive_0034_sync 4565 r\n2011_10_03/2011_10_03_drive_0034_sync 399 l\n2011_10_03/2011_10_03_drive_0034_sync 3426 l\n2011_10_03/2011_10_03_drive_0034_sync 4052 l\n2011_10_03/2011_10_03_drive_0034_sync 3557 l\n2011_10_03/2011_10_03_drive_0034_sync 3764 r\n2011_10_03/2011_10_03_drive_0034_sync 3141 l\n2011_10_03/2011_10_03_drive_0034_sync 3158 r\n2011_10_03/2011_10_03_drive_0034_sync 4182 l\n2011_10_03/2011_10_03_drive_0034_sync 357 r\n2011_10_03/2011_10_03_drive_0034_sync 1372 l\n2011_10_03/2011_10_03_drive_0034_sync 3671 r\n2011_10_03/2011_10_03_drive_0034_sync 453 l\n2011_10_03/2011_10_03_drive_0034_sync 274 l\n2011_10_03/2011_10_03_drive_0034_sync 1011 r\n2011_10_03/2011_10_03_drive_0034_sync 3140 r\n2011_10_03/2011_10_03_drive_0034_sync 3919 l\n2011_10_03/2011_10_03_drive_0034_sync 530 r\n2011_10_03/2011_10_03_drive_0034_sync 2994 r\n2011_10_03/2011_10_03_drive_0034_sync 2618 r\n2011_10_03/2011_10_03_drive_0034_sync 979 r\n2011_10_03/2011_10_03_drive_0034_sync 165 l\n2011_10_03/2011_10_03_drive_0034_sync 2019 l\n2011_10_03/2011_10_03_drive_0034_sync 2093 l\n2011_10_03/2011_10_03_drive_0034_sync 3148 l\n2011_10_03/2011_10_03_drive_0034_sync 4176 l\n2011_10_03/2011_10_03_drive_0034_sync 3105 r\n2011_10_03/2011_10_03_drive_0034_sync 1512 l\n2011_10_03/2011_10_03_drive_0034_sync 2803 l\n2011_10_03/2011_10_03_drive_0034_sync 1751 r\n2011_10_03/2011_10_03_drive_0034_sync 248 l\n2011_10_03/2011_10_03_drive_0034_sync 2075 r\n2011_10_03/2011_10_03_drive_0034_sync 4175 l\n2011_10_03/2011_10_03_drive_0034_sync 2930 r\n2011_10_03/2011_10_03_drive_0034_sync 4394 r\n2011_10_03/2011_10_03_drive_0034_sync 1146 r\n2011_10_03/2011_10_03_drive_0034_sync 1014 r\n2011_10_03/2011_10_03_drive_0034_sync 3218 l\n2011_10_03/2011_10_03_drive_0034_sync 2049 l\n2011_10_03/2011_10_03_drive_0034_sync 639 r\n2011_10_03/2011_10_03_drive_0034_sync 4609 r\n2011_10_03/2011_10_03_drive_0034_sync 2725 l\n2011_10_03/2011_10_03_drive_0034_sync 3669 r\n2011_10_03/2011_10_03_drive_0034_sync 2902 r\n2011_10_03/2011_10_03_drive_0034_sync 1003 l\n2011_10_03/2011_10_03_drive_0034_sync 3139 l\n2011_10_03/2011_10_03_drive_0034_sync 1228 r\n2011_10_03/2011_10_03_drive_0034_sync 3624 l\n2011_10_03/2011_10_03_drive_0034_sync 4376 l\n2011_10_03/2011_10_03_drive_0034_sync 2515 r\n2011_10_03/2011_10_03_drive_0034_sync 3142 l\n2011_10_03/2011_10_03_drive_0034_sync 477 r\n2011_10_03/2011_10_03_drive_0034_sync 3865 l\n2011_10_03/2011_10_03_drive_0034_sync 3117 l\n2011_10_03/2011_10_03_drive_0034_sync 2995 r\n2011_10_03/2011_10_03_drive_0034_sync 3272 r\n2011_10_03/2011_10_03_drive_0034_sync 927 l\n2011_10_03/2011_10_03_drive_0034_sync 3408 r\n2011_10_03/2011_10_03_drive_0034_sync 2945 l\n2011_10_03/2011_10_03_drive_0034_sync 2335 l\n2011_10_03/2011_10_03_drive_0034_sync 1539 l\n2011_10_03/2011_10_03_drive_0034_sync 2264 l\n2011_10_03/2011_10_03_drive_0034_sync 4420 l\n2011_10_03/2011_10_03_drive_0034_sync 2249 r\n2011_10_03/2011_10_03_drive_0034_sync 3880 r\n2011_10_03/2011_10_03_drive_0034_sync 3994 l\n2011_10_03/2011_10_03_drive_0034_sync 3415 r\n2011_10_03/2011_10_03_drive_0034_sync 154 r\n2011_10_03/2011_10_03_drive_0034_sync 4540 r\n2011_10_03/2011_10_03_drive_0034_sync 3529 l\n2011_10_03/2011_10_03_drive_0034_sync 911 r\n2011_10_03/2011_10_03_drive_0034_sync 4285 r\n2011_10_03/2011_10_03_drive_0034_sync 2301 r\n2011_10_03/2011_10_03_drive_0034_sync 3485 r\n2011_10_03/2011_10_03_drive_0034_sync 3460 l\n2011_10_03/2011_10_03_drive_0034_sync 643 r\n2011_10_03/2011_10_03_drive_0034_sync 1738 r\n2011_10_03/2011_10_03_drive_0034_sync 4109 l\n2011_10_03/2011_10_03_drive_0034_sync 1824 l\n2011_10_03/2011_10_03_drive_0034_sync 303 r\n2011_10_03/2011_10_03_drive_0034_sync 69 l\n2011_10_03/2011_10_03_drive_0034_sync 994 l\n2011_10_03/2011_10_03_drive_0034_sync 346 l\n2011_10_03/2011_10_03_drive_0034_sync 827 r\n2011_10_03/2011_10_03_drive_0034_sync 1853 r\n2011_10_03/2011_10_03_drive_0034_sync 778 l\n2011_10_03/2011_10_03_drive_0034_sync 3427 r\n2011_10_03/2011_10_03_drive_0034_sync 181 l\n2011_10_03/2011_10_03_drive_0034_sync 2442 l\n2011_10_03/2011_10_03_drive_0034_sync 1794 r\n2011_10_03/2011_10_03_drive_0034_sync 2958 l\n2011_10_03/2011_10_03_drive_0034_sync 654 l\n2011_10_03/2011_10_03_drive_0034_sync 127 r\n2011_10_03/2011_10_03_drive_0034_sync 1185 l\n2011_10_03/2011_10_03_drive_0034_sync 537 l\n2011_10_03/2011_10_03_drive_0034_sync 2885 r\n2011_10_03/2011_10_03_drive_0034_sync 4325 r\n2011_10_03/2011_10_03_drive_0034_sync 602 r\n2011_10_03/2011_10_03_drive_0034_sync 1542 l\n2011_10_03/2011_10_03_drive_0034_sync 4499 r\n2011_10_03/2011_10_03_drive_0034_sync 3976 r\n2011_10_03/2011_10_03_drive_0034_sync 209 r\n2011_10_03/2011_10_03_drive_0034_sync 1325 r\n2011_10_03/2011_10_03_drive_0034_sync 4047 l\n2011_10_03/2011_10_03_drive_0034_sync 3136 l\n2011_10_03/2011_10_03_drive_0034_sync 1211 r\n2011_10_03/2011_10_03_drive_0034_sync 2986 l\n2011_10_03/2011_10_03_drive_0034_sync 1037 l\n2011_10_03/2011_10_03_drive_0034_sync 241 r\n2011_10_03/2011_10_03_drive_0034_sync 2493 r\n2011_10_03/2011_10_03_drive_0034_sync 1058 l\n2011_10_03/2011_10_03_drive_0034_sync 2569 r\n2011_10_03/2011_10_03_drive_0034_sync 3078 r\n2011_10_03/2011_10_03_drive_0034_sync 3200 r\n2011_10_03/2011_10_03_drive_0034_sync 4489 r\n2011_10_03/2011_10_03_drive_0034_sync 968 l\n2011_10_03/2011_10_03_drive_0034_sync 2005 l\n2011_10_03/2011_10_03_drive_0034_sync 2162 l\n2011_10_03/2011_10_03_drive_0034_sync 266 r\n2011_10_03/2011_10_03_drive_0034_sync 2521 l\n2011_10_03/2011_10_03_drive_0034_sync 329 r\n2011_10_03/2011_10_03_drive_0034_sync 268 l\n2011_10_03/2011_10_03_drive_0034_sync 4015 l\n2011_10_03/2011_10_03_drive_0034_sync 1133 l\n2011_10_03/2011_10_03_drive_0034_sync 2295 r\n2011_10_03/2011_10_03_drive_0034_sync 1682 r\n2011_10_03/2011_10_03_drive_0034_sync 920 l\n2011_10_03/2011_10_03_drive_0034_sync 3769 l\n2011_10_03/2011_10_03_drive_0034_sync 3125 r\n2011_10_03/2011_10_03_drive_0034_sync 1985 l\n2011_10_03/2011_10_03_drive_0034_sync 1418 r\n2011_10_03/2011_10_03_drive_0034_sync 3110 l\n2011_10_03/2011_10_03_drive_0034_sync 656 l\n2011_10_03/2011_10_03_drive_0034_sync 3410 r\n2011_10_03/2011_10_03_drive_0034_sync 3956 r\n2011_10_03/2011_10_03_drive_0034_sync 2457 r\n2011_10_03/2011_10_03_drive_0034_sync 536 r\n2011_10_03/2011_10_03_drive_0034_sync 4413 r\n2011_10_03/2011_10_03_drive_0034_sync 3752 r\n2011_10_03/2011_10_03_drive_0034_sync 1765 r\n2011_10_03/2011_10_03_drive_0034_sync 2801 r\n2011_10_03/2011_10_03_drive_0034_sync 4032 r\n2011_10_03/2011_10_03_drive_0034_sync 2280 l\n2011_10_03/2011_10_03_drive_0034_sync 3544 r\n2011_10_03/2011_10_03_drive_0034_sync 1360 l\n2011_10_03/2011_10_03_drive_0034_sync 3616 l\n2011_10_03/2011_10_03_drive_0034_sync 3251 l\n2011_10_03/2011_10_03_drive_0034_sync 1771 l\n2011_10_03/2011_10_03_drive_0034_sync 765 r\n2011_10_03/2011_10_03_drive_0034_sync 4056 l\n2011_10_03/2011_10_03_drive_0034_sync 944 r\n2011_10_03/2011_10_03_drive_0034_sync 2880 l\n2011_10_03/2011_10_03_drive_0034_sync 2273 l\n2011_10_03/2011_10_03_drive_0034_sync 3441 r\n2011_10_03/2011_10_03_drive_0034_sync 765 l\n2011_10_03/2011_10_03_drive_0034_sync 2306 l\n2011_10_03/2011_10_03_drive_0034_sync 1234 l\n2011_10_03/2011_10_03_drive_0034_sync 2059 l\n2011_10_03/2011_10_03_drive_0034_sync 4249 r\n2011_10_03/2011_10_03_drive_0034_sync 1920 l\n2011_10_03/2011_10_03_drive_0034_sync 4358 r\n2011_10_03/2011_10_03_drive_0034_sync 3691 l\n2011_10_03/2011_10_03_drive_0034_sync 3199 l\n2011_10_03/2011_10_03_drive_0034_sync 3224 l\n2011_10_03/2011_10_03_drive_0034_sync 1574 l\n2011_10_03/2011_10_03_drive_0034_sync 2089 l\n2011_10_03/2011_10_03_drive_0034_sync 114 l\n2011_10_03/2011_10_03_drive_0034_sync 1022 l\n2011_10_03/2011_10_03_drive_0034_sync 385 l\n2011_10_03/2011_10_03_drive_0034_sync 2912 l\n2011_10_03/2011_10_03_drive_0034_sync 1483 r\n2011_10_03/2011_10_03_drive_0034_sync 755 l\n2011_10_03/2011_10_03_drive_0034_sync 178 l\n2011_10_03/2011_10_03_drive_0034_sync 4088 l\n2011_10_03/2011_10_03_drive_0034_sync 4637 r\n2011_10_03/2011_10_03_drive_0034_sync 509 l\n2011_10_03/2011_10_03_drive_0034_sync 5 l\n2011_10_03/2011_10_03_drive_0034_sync 2550 r\n2011_10_03/2011_10_03_drive_0034_sync 2664 l\n2011_10_03/2011_10_03_drive_0034_sync 1636 r\n2011_10_03/2011_10_03_drive_0034_sync 2523 l\n2011_10_03/2011_10_03_drive_0034_sync 741 l\n2011_10_03/2011_10_03_drive_0034_sync 1782 l\n2011_10_03/2011_10_03_drive_0034_sync 122 r\n2011_10_03/2011_10_03_drive_0034_sync 3295 r\n2011_10_03/2011_10_03_drive_0034_sync 2503 r\n2011_10_03/2011_10_03_drive_0034_sync 516 r\n2011_10_03/2011_10_03_drive_0034_sync 444 r\n2011_10_03/2011_10_03_drive_0034_sync 3047 r\n2011_10_03/2011_10_03_drive_0034_sync 263 r\n2011_10_03/2011_10_03_drive_0034_sync 3978 l\n2011_10_03/2011_10_03_drive_0034_sync 3469 l\n2011_10_03/2011_10_03_drive_0034_sync 166 r\n2011_10_03/2011_10_03_drive_0034_sync 1764 r\n2011_10_03/2011_10_03_drive_0034_sync 2561 r\n2011_10_03/2011_10_03_drive_0034_sync 1526 l\n2011_10_03/2011_10_03_drive_0034_sync 1431 l\n2011_10_03/2011_10_03_drive_0034_sync 171 l\n2011_10_03/2011_10_03_drive_0034_sync 1150 r\n2011_10_03/2011_10_03_drive_0034_sync 1430 l\n2011_10_03/2011_10_03_drive_0034_sync 4073 l\n2011_10_03/2011_10_03_drive_0034_sync 4175 r\n2011_10_03/2011_10_03_drive_0034_sync 602 l\n2011_10_03/2011_10_03_drive_0034_sync 1045 r\n2011_10_03/2011_10_03_drive_0034_sync 1625 r\n2011_10_03/2011_10_03_drive_0034_sync 1537 l\n2011_10_03/2011_10_03_drive_0034_sync 145 l\n2011_10_03/2011_10_03_drive_0034_sync 2964 r\n2011_10_03/2011_10_03_drive_0034_sync 958 l\n2011_10_03/2011_10_03_drive_0034_sync 588 l\n2011_10_03/2011_10_03_drive_0034_sync 992 r\n2011_10_03/2011_10_03_drive_0034_sync 4091 l\n2011_10_03/2011_10_03_drive_0034_sync 1558 r\n2011_10_03/2011_10_03_drive_0034_sync 3593 r\n2011_10_03/2011_10_03_drive_0034_sync 2235 r\n2011_10_03/2011_10_03_drive_0034_sync 245 r\n2011_10_03/2011_10_03_drive_0034_sync 2793 r\n2011_10_03/2011_10_03_drive_0034_sync 2607 l\n2011_10_03/2011_10_03_drive_0034_sync 4312 l\n2011_10_03/2011_10_03_drive_0034_sync 1423 l\n2011_10_03/2011_10_03_drive_0034_sync 841 r\n2011_10_03/2011_10_03_drive_0034_sync 64 l\n2011_10_03/2011_10_03_drive_0034_sync 1138 l\n2011_10_03/2011_10_03_drive_0034_sync 3937 l\n2011_10_03/2011_10_03_drive_0034_sync 3027 l\n2011_10_03/2011_10_03_drive_0034_sync 4488 r\n2011_10_03/2011_10_03_drive_0034_sync 1704 r\n2011_10_03/2011_10_03_drive_0034_sync 1645 r\n2011_10_03/2011_10_03_drive_0034_sync 1317 l\n2011_10_03/2011_10_03_drive_0034_sync 2677 r\n2011_10_03/2011_10_03_drive_0034_sync 655 l\n2011_10_03/2011_10_03_drive_0034_sync 1700 r\n2011_10_03/2011_10_03_drive_0034_sync 3220 l\n2011_10_03/2011_10_03_drive_0034_sync 3265 r\n2011_10_03/2011_10_03_drive_0034_sync 2719 l\n2011_10_03/2011_10_03_drive_0034_sync 3252 l\n2011_10_03/2011_10_03_drive_0034_sync 377 l\n2011_10_03/2011_10_03_drive_0034_sync 1820 l\n2011_10_03/2011_10_03_drive_0034_sync 2761 l\n2011_10_03/2011_10_03_drive_0034_sync 1844 r\n2011_10_03/2011_10_03_drive_0034_sync 771 r\n2011_10_03/2011_10_03_drive_0034_sync 2375 l\n2011_10_03/2011_10_03_drive_0034_sync 978 r\n2011_10_03/2011_10_03_drive_0034_sync 305 l\n2011_10_03/2011_10_03_drive_0034_sync 737 r\n2011_10_03/2011_10_03_drive_0034_sync 1156 l\n2011_10_03/2011_10_03_drive_0034_sync 4172 l\n2011_10_03/2011_10_03_drive_0034_sync 3555 r\n2011_10_03/2011_10_03_drive_0034_sync 4511 l\n2011_10_03/2011_10_03_drive_0034_sync 2138 l\n2011_10_03/2011_10_03_drive_0034_sync 4646 l\n2011_10_03/2011_10_03_drive_0034_sync 2615 l\n2011_10_03/2011_10_03_drive_0034_sync 3954 r\n2011_10_03/2011_10_03_drive_0034_sync 4156 l\n2011_10_03/2011_10_03_drive_0034_sync 3716 l\n2011_10_03/2011_10_03_drive_0034_sync 1061 l\n2011_10_03/2011_10_03_drive_0034_sync 3978 r\n2011_10_03/2011_10_03_drive_0034_sync 434 l\n2011_10_03/2011_10_03_drive_0034_sync 298 l\n2011_10_03/2011_10_03_drive_0034_sync 4231 r\n2011_10_03/2011_10_03_drive_0034_sync 2935 l\n2011_10_03/2011_10_03_drive_0034_sync 1457 l\n2011_10_03/2011_10_03_drive_0034_sync 1259 l\n2011_10_03/2011_10_03_drive_0034_sync 3524 r\n2011_10_03/2011_10_03_drive_0034_sync 4513 l\n2011_10_03/2011_10_03_drive_0034_sync 202 r\n2011_10_03/2011_10_03_drive_0034_sync 3747 r\n2011_10_03/2011_10_03_drive_0034_sync 4594 l\n2011_10_03/2011_10_03_drive_0034_sync 401 l\n2011_10_03/2011_10_03_drive_0034_sync 1278 l\n2011_10_03/2011_10_03_drive_0034_sync 3329 r\n2011_10_03/2011_10_03_drive_0034_sync 720 r\n2011_10_03/2011_10_03_drive_0034_sync 2763 r\n2011_10_03/2011_10_03_drive_0034_sync 2150 r\n2011_10_03/2011_10_03_drive_0034_sync 11 l\n2011_10_03/2011_10_03_drive_0034_sync 1384 l\n2011_10_03/2011_10_03_drive_0034_sync 1501 r\n2011_10_03/2011_10_03_drive_0034_sync 4387 l\n2011_10_03/2011_10_03_drive_0034_sync 1592 r\n2011_10_03/2011_10_03_drive_0034_sync 3547 l\n2011_10_03/2011_10_03_drive_0034_sync 4127 l\n2011_10_03/2011_10_03_drive_0034_sync 927 r\n2011_10_03/2011_10_03_drive_0034_sync 2020 l\n2011_10_03/2011_10_03_drive_0034_sync 1687 l\n2011_10_03/2011_10_03_drive_0034_sync 2383 l\n2011_10_03/2011_10_03_drive_0034_sync 3004 l\n2011_10_03/2011_10_03_drive_0034_sync 214 l\n2011_10_03/2011_10_03_drive_0034_sync 926 l\n2011_10_03/2011_10_03_drive_0034_sync 3590 l\n2011_10_03/2011_10_03_drive_0034_sync 3891 r\n2011_10_03/2011_10_03_drive_0034_sync 2568 r\n2011_10_03/2011_10_03_drive_0034_sync 3819 r\n2011_10_03/2011_10_03_drive_0034_sync 2461 r\n2011_10_03/2011_10_03_drive_0034_sync 1005 l\n2011_10_03/2011_10_03_drive_0034_sync 4253 r\n2011_10_03/2011_10_03_drive_0034_sync 1549 l\n2011_10_03/2011_10_03_drive_0034_sync 4302 r\n2011_10_03/2011_10_03_drive_0034_sync 997 l\n2011_10_03/2011_10_03_drive_0034_sync 3948 l\n2011_10_03/2011_10_03_drive_0034_sync 2804 l\n2011_10_03/2011_10_03_drive_0034_sync 2853 r\n2011_10_03/2011_10_03_drive_0034_sync 4460 l\n2011_10_03/2011_10_03_drive_0034_sync 4626 l\n2011_10_03/2011_10_03_drive_0034_sync 4172 r\n2011_10_03/2011_10_03_drive_0034_sync 3013 r\n2011_10_03/2011_10_03_drive_0034_sync 3790 r\n2011_10_03/2011_10_03_drive_0034_sync 4066 l\n2011_10_03/2011_10_03_drive_0034_sync 1120 l\n2011_10_03/2011_10_03_drive_0034_sync 340 l\n2011_10_03/2011_10_03_drive_0034_sync 4098 l\n2011_10_03/2011_10_03_drive_0034_sync 2361 l\n2011_10_03/2011_10_03_drive_0034_sync 2430 l\n2011_10_03/2011_10_03_drive_0034_sync 2274 l\n2011_10_03/2011_10_03_drive_0034_sync 4438 r\n2011_10_03/2011_10_03_drive_0034_sync 1200 l\n2011_10_03/2011_10_03_drive_0034_sync 2637 r\n2011_10_03/2011_10_03_drive_0034_sync 863 l\n2011_10_03/2011_10_03_drive_0034_sync 2070 l\n2011_10_03/2011_10_03_drive_0034_sync 1102 r\n2011_10_03/2011_10_03_drive_0034_sync 3648 r\n2011_10_03/2011_10_03_drive_0034_sync 1162 l\n2011_10_03/2011_10_03_drive_0034_sync 815 r\n2011_10_03/2011_10_03_drive_0034_sync 3624 r\n2011_10_03/2011_10_03_drive_0034_sync 1456 l\n2011_10_03/2011_10_03_drive_0034_sync 3988 r\n2011_10_03/2011_10_03_drive_0034_sync 4574 r\n2011_10_03/2011_10_03_drive_0034_sync 786 l\n2011_10_03/2011_10_03_drive_0034_sync 4111 l\n2011_10_03/2011_10_03_drive_0034_sync 3629 r\n2011_10_03/2011_10_03_drive_0034_sync 15 r\n2011_10_03/2011_10_03_drive_0034_sync 811 l\n2011_10_03/2011_10_03_drive_0034_sync 1868 l\n2011_10_03/2011_10_03_drive_0034_sync 699 r\n2011_10_03/2011_10_03_drive_0034_sync 206 r\n2011_10_03/2011_10_03_drive_0034_sync 1800 l\n2011_10_03/2011_10_03_drive_0034_sync 52 r\n2011_10_03/2011_10_03_drive_0034_sync 1540 l\n2011_10_03/2011_10_03_drive_0034_sync 637 l\n2011_10_03/2011_10_03_drive_0034_sync 2613 l\n2011_10_03/2011_10_03_drive_0034_sync 3053 l\n2011_10_03/2011_10_03_drive_0034_sync 4532 r\n2011_10_03/2011_10_03_drive_0034_sync 2866 r\n2011_10_03/2011_10_03_drive_0034_sync 2452 r\n2011_10_03/2011_10_03_drive_0034_sync 154 l\n2011_10_03/2011_10_03_drive_0034_sync 2048 l\n2011_10_03/2011_10_03_drive_0034_sync 4066 r\n2011_10_03/2011_10_03_drive_0034_sync 4639 r\n2011_10_03/2011_10_03_drive_0034_sync 1313 r\n2011_10_03/2011_10_03_drive_0034_sync 3782 l\n2011_10_03/2011_10_03_drive_0034_sync 2960 r\n2011_10_03/2011_10_03_drive_0034_sync 4652 l\n2011_10_03/2011_10_03_drive_0034_sync 3317 l\n2011_10_03/2011_10_03_drive_0034_sync 1724 l\n2011_10_03/2011_10_03_drive_0034_sync 4494 l\n2011_10_03/2011_10_03_drive_0034_sync 1330 l\n2011_10_03/2011_10_03_drive_0034_sync 80 r\n2011_10_03/2011_10_03_drive_0034_sync 3432 l\n2011_10_03/2011_10_03_drive_0034_sync 520 r\n2011_10_03/2011_10_03_drive_0034_sync 2341 l\n2011_10_03/2011_10_03_drive_0034_sync 3538 l\n2011_10_03/2011_10_03_drive_0034_sync 2365 l\n2011_10_03/2011_10_03_drive_0034_sync 1644 l\n2011_10_03/2011_10_03_drive_0034_sync 2110 r\n2011_10_03/2011_10_03_drive_0034_sync 1555 l\n2011_10_03/2011_10_03_drive_0034_sync 1595 l\n2011_10_03/2011_10_03_drive_0034_sync 4271 r\n2011_10_03/2011_10_03_drive_0034_sync 3850 r\n2011_10_03/2011_10_03_drive_0034_sync 1595 r\n2011_10_03/2011_10_03_drive_0034_sync 2025 l\n2011_10_03/2011_10_03_drive_0034_sync 3721 l\n2011_10_03/2011_10_03_drive_0034_sync 1017 l\n2011_10_03/2011_10_03_drive_0034_sync 4007 r\n2011_10_03/2011_10_03_drive_0034_sync 1950 r\n2011_10_03/2011_10_03_drive_0034_sync 1131 l\n2011_10_03/2011_10_03_drive_0034_sync 3297 l\n2011_10_03/2011_10_03_drive_0034_sync 3644 r\n2011_10_03/2011_10_03_drive_0034_sync 910 r\n2011_10_03/2011_10_03_drive_0034_sync 1814 r\n2011_10_03/2011_10_03_drive_0034_sync 4445 l\n2011_10_03/2011_10_03_drive_0034_sync 2754 l\n2011_10_03/2011_10_03_drive_0034_sync 2402 r\n2011_10_03/2011_10_03_drive_0034_sync 3315 l\n2011_10_03/2011_10_03_drive_0034_sync 3527 l\n2011_10_03/2011_10_03_drive_0034_sync 758 l\n2011_10_03/2011_10_03_drive_0034_sync 1180 l\n2011_10_03/2011_10_03_drive_0034_sync 635 l\n2011_10_03/2011_10_03_drive_0034_sync 499 l\n2011_10_03/2011_10_03_drive_0034_sync 148 l\n2011_10_03/2011_10_03_drive_0034_sync 3428 l\n2011_10_03/2011_10_03_drive_0034_sync 2462 l\n2011_10_03/2011_10_03_drive_0034_sync 2281 l\n2011_10_03/2011_10_03_drive_0034_sync 3955 l\n2011_10_03/2011_10_03_drive_0034_sync 1210 l\n2011_10_03/2011_10_03_drive_0034_sync 3627 l\n2011_10_03/2011_10_03_drive_0034_sync 2073 l\n2011_10_03/2011_10_03_drive_0034_sync 4003 l\n2011_10_03/2011_10_03_drive_0034_sync 2321 r\n2011_10_03/2011_10_03_drive_0034_sync 3887 r\n2011_10_03/2011_10_03_drive_0034_sync 813 l\n2011_10_03/2011_10_03_drive_0034_sync 3235 l\n2011_10_03/2011_10_03_drive_0034_sync 1420 l\n2011_10_03/2011_10_03_drive_0034_sync 3700 l\n2011_10_03/2011_10_03_drive_0034_sync 4110 l\n2011_10_03/2011_10_03_drive_0034_sync 2280 r\n2011_10_03/2011_10_03_drive_0034_sync 1320 r\n2011_10_03/2011_10_03_drive_0034_sync 3312 l\n2011_10_03/2011_10_03_drive_0034_sync 3613 r\n2011_10_03/2011_10_03_drive_0034_sync 1697 r\n2011_10_03/2011_10_03_drive_0034_sync 348 r\n2011_10_03/2011_10_03_drive_0034_sync 2498 r\n2011_10_03/2011_10_03_drive_0034_sync 1501 l\n2011_10_03/2011_10_03_drive_0034_sync 3553 r\n2011_10_03/2011_10_03_drive_0034_sync 4024 l\n2011_10_03/2011_10_03_drive_0034_sync 2144 r\n2011_10_03/2011_10_03_drive_0034_sync 1643 l\n2011_10_03/2011_10_03_drive_0034_sync 1281 r\n2011_10_03/2011_10_03_drive_0034_sync 1884 r\n2011_10_03/2011_10_03_drive_0034_sync 3472 r\n2011_10_03/2011_10_03_drive_0034_sync 1998 r\n2011_10_03/2011_10_03_drive_0034_sync 1710 r\n2011_10_03/2011_10_03_drive_0034_sync 2901 l\n2011_10_03/2011_10_03_drive_0034_sync 2850 l\n2011_10_03/2011_10_03_drive_0034_sync 3825 l\n2011_10_03/2011_10_03_drive_0034_sync 2348 r\n2011_10_03/2011_10_03_drive_0034_sync 3222 r\n2011_10_03/2011_10_03_drive_0034_sync 4648 l\n2011_10_03/2011_10_03_drive_0034_sync 2537 r\n2011_10_03/2011_10_03_drive_0034_sync 4282 l\n2011_10_03/2011_10_03_drive_0034_sync 882 r\n2011_10_03/2011_10_03_drive_0034_sync 3438 l\n2011_10_03/2011_10_03_drive_0034_sync 2824 l\n2011_10_03/2011_10_03_drive_0034_sync 3874 l\n2011_10_03/2011_10_03_drive_0034_sync 4497 l\n2011_10_03/2011_10_03_drive_0034_sync 953 l\n2011_10_03/2011_10_03_drive_0034_sync 296 l\n2011_10_03/2011_10_03_drive_0034_sync 2041 r\n2011_10_03/2011_10_03_drive_0034_sync 3111 l\n2011_10_03/2011_10_03_drive_0034_sync 742 l\n2011_10_03/2011_10_03_drive_0034_sync 650 l\n2011_10_03/2011_10_03_drive_0034_sync 2066 r\n2011_10_03/2011_10_03_drive_0034_sync 1651 l\n2011_10_03/2011_10_03_drive_0034_sync 4605 l\n2011_10_03/2011_10_03_drive_0034_sync 805 l\n2011_10_03/2011_10_03_drive_0034_sync 3806 l\n2011_10_03/2011_10_03_drive_0034_sync 1702 r\n2011_10_03/2011_10_03_drive_0034_sync 891 l\n2011_10_03/2011_10_03_drive_0034_sync 2135 r\n2011_10_03/2011_10_03_drive_0034_sync 3939 l\n2011_10_03/2011_10_03_drive_0034_sync 1520 r\n2011_10_03/2011_10_03_drive_0034_sync 3579 l\n2011_10_03/2011_10_03_drive_0034_sync 3709 l\n2011_10_03/2011_10_03_drive_0034_sync 1737 l\n2011_10_03/2011_10_03_drive_0034_sync 4595 l\n2011_10_03/2011_10_03_drive_0034_sync 51 l\n2011_10_03/2011_10_03_drive_0034_sync 4526 r\n2011_10_03/2011_10_03_drive_0034_sync 352 r\n2011_10_03/2011_10_03_drive_0034_sync 142 r\n2011_10_03/2011_10_03_drive_0034_sync 3747 l\n2011_10_03/2011_10_03_drive_0034_sync 881 r\n2011_10_03/2011_10_03_drive_0034_sync 1510 r\n2011_10_03/2011_10_03_drive_0034_sync 3223 l\n2011_10_03/2011_10_03_drive_0034_sync 3214 l\n2011_10_03/2011_10_03_drive_0034_sync 1190 l\n2011_10_03/2011_10_03_drive_0034_sync 1725 r\n2011_10_03/2011_10_03_drive_0034_sync 2290 r\n2011_10_03/2011_10_03_drive_0034_sync 3274 r\n2011_10_03/2011_10_03_drive_0034_sync 1316 l\n2011_10_03/2011_10_03_drive_0034_sync 2662 l\n2011_10_03/2011_10_03_drive_0034_sync 3048 r\n2011_10_03/2011_10_03_drive_0034_sync 2164 l\n2011_10_03/2011_10_03_drive_0034_sync 3129 l\n2011_10_03/2011_10_03_drive_0034_sync 4245 r\n2011_10_03/2011_10_03_drive_0034_sync 3172 l\n2011_10_03/2011_10_03_drive_0034_sync 2981 l\n2011_10_03/2011_10_03_drive_0034_sync 3267 r\n2011_10_03/2011_10_03_drive_0034_sync 504 l\n2011_10_03/2011_10_03_drive_0034_sync 3167 l\n2011_10_03/2011_10_03_drive_0034_sync 1202 r\n2011_10_03/2011_10_03_drive_0034_sync 1143 r\n2011_10_03/2011_10_03_drive_0034_sync 2411 l\n2011_10_03/2011_10_03_drive_0034_sync 1377 r\n2011_10_03/2011_10_03_drive_0034_sync 2485 r\n2011_10_03/2011_10_03_drive_0034_sync 1977 r\n2011_10_03/2011_10_03_drive_0034_sync 2068 l\n2011_10_03/2011_10_03_drive_0034_sync 2191 l\n2011_10_03/2011_10_03_drive_0034_sync 1042 r\n2011_10_03/2011_10_03_drive_0034_sync 886 r\n2011_10_03/2011_10_03_drive_0034_sync 796 l\n2011_10_03/2011_10_03_drive_0034_sync 2992 r\n2011_10_03/2011_10_03_drive_0034_sync 102 r\n2011_10_03/2011_10_03_drive_0034_sync 3257 l\n2011_10_03/2011_10_03_drive_0034_sync 2511 r\n2011_10_03/2011_10_03_drive_0034_sync 4546 l\n2011_10_03/2011_10_03_drive_0034_sync 2218 r\n2011_10_03/2011_10_03_drive_0034_sync 164 r\n2011_10_03/2011_10_03_drive_0034_sync 347 r\n2011_10_03/2011_10_03_drive_0034_sync 3842 r\n2011_10_03/2011_10_03_drive_0034_sync 2030 r\n2011_10_03/2011_10_03_drive_0034_sync 2978 l\n2011_10_03/2011_10_03_drive_0034_sync 2103 l\n2011_10_03/2011_10_03_drive_0034_sync 398 l\n2011_10_03/2011_10_03_drive_0034_sync 117 r\n2011_10_03/2011_10_03_drive_0034_sync 1357 r\n2011_10_03/2011_10_03_drive_0034_sync 3547 r\n2011_10_03/2011_10_03_drive_0034_sync 2903 r\n2011_10_03/2011_10_03_drive_0034_sync 1914 l\n2011_10_03/2011_10_03_drive_0034_sync 1757 l\n2011_10_03/2011_10_03_drive_0034_sync 325 l\n2011_10_03/2011_10_03_drive_0034_sync 2580 l\n2011_10_03/2011_10_03_drive_0034_sync 44 r\n2011_10_03/2011_10_03_drive_0034_sync 2082 r\n2011_10_03/2011_10_03_drive_0034_sync 3971 r\n2011_10_03/2011_10_03_drive_0034_sync 4616 r\n2011_10_03/2011_10_03_drive_0034_sync 3626 r\n2011_10_03/2011_10_03_drive_0034_sync 140 l\n2011_10_03/2011_10_03_drive_0034_sync 3538 r\n2011_10_03/2011_10_03_drive_0034_sync 4462 r\n2011_10_03/2011_10_03_drive_0034_sync 3081 l\n2011_10_03/2011_10_03_drive_0034_sync 3553 l\n2011_10_03/2011_10_03_drive_0034_sync 3128 l\n2011_10_03/2011_10_03_drive_0034_sync 2766 l\n2011_10_03/2011_10_03_drive_0034_sync 1075 r\n2011_10_03/2011_10_03_drive_0034_sync 738 l\n2011_10_03/2011_10_03_drive_0034_sync 3243 l\n2011_10_03/2011_10_03_drive_0034_sync 3138 l\n2011_10_03/2011_10_03_drive_0034_sync 1691 r\n2011_10_03/2011_10_03_drive_0034_sync 1917 l\n2011_10_03/2011_10_03_drive_0034_sync 3551 r\n2011_10_03/2011_10_03_drive_0034_sync 2987 r\n2011_10_03/2011_10_03_drive_0034_sync 2988 r\n2011_10_03/2011_10_03_drive_0034_sync 2012 l\n2011_10_03/2011_10_03_drive_0034_sync 2549 r\n2011_10_03/2011_10_03_drive_0034_sync 151 l\n2011_10_03/2011_10_03_drive_0034_sync 2228 l\n2011_10_03/2011_10_03_drive_0034_sync 4556 r\n2011_10_03/2011_10_03_drive_0034_sync 2599 r\n2011_10_03/2011_10_03_drive_0034_sync 998 l\n2011_10_03/2011_10_03_drive_0034_sync 4558 l\n2011_10_03/2011_10_03_drive_0034_sync 2342 l\n2011_10_03/2011_10_03_drive_0034_sync 2455 r\n2011_10_03/2011_10_03_drive_0034_sync 3544 l\n2011_10_03/2011_10_03_drive_0034_sync 3675 r\n2011_10_03/2011_10_03_drive_0034_sync 835 r\n2011_10_03/2011_10_03_drive_0034_sync 1092 r\n2011_10_03/2011_10_03_drive_0034_sync 1204 l\n2011_10_03/2011_10_03_drive_0034_sync 1945 l\n2011_10_03/2011_10_03_drive_0034_sync 2424 l\n2011_10_03/2011_10_03_drive_0034_sync 1241 r\n2011_10_03/2011_10_03_drive_0034_sync 88 l\n2011_10_03/2011_10_03_drive_0034_sync 1189 l\n2011_10_03/2011_10_03_drive_0034_sync 4468 r\n2011_10_03/2011_10_03_drive_0034_sync 1451 l\n2011_10_03/2011_10_03_drive_0034_sync 4525 l\n2011_10_03/2011_10_03_drive_0034_sync 1720 l\n2011_10_03/2011_10_03_drive_0034_sync 4478 l\n2011_10_03/2011_10_03_drive_0034_sync 1921 l\n2011_10_03/2011_10_03_drive_0034_sync 4325 l\n2011_10_03/2011_10_03_drive_0034_sync 3521 r\n2011_10_03/2011_10_03_drive_0034_sync 2979 r\n2011_10_03/2011_10_03_drive_0034_sync 1509 r\n2011_10_03/2011_10_03_drive_0034_sync 3515 r\n2011_10_03/2011_10_03_drive_0034_sync 2578 r\n2011_10_03/2011_10_03_drive_0034_sync 211 l\n2011_10_03/2011_10_03_drive_0034_sync 4624 l\n2011_10_03/2011_10_03_drive_0034_sync 572 r\n2011_10_03/2011_10_03_drive_0034_sync 115 l\n2011_10_03/2011_10_03_drive_0034_sync 2835 l\n2011_10_03/2011_10_03_drive_0034_sync 754 r\n2011_10_03/2011_10_03_drive_0034_sync 3712 l\n2011_10_03/2011_10_03_drive_0034_sync 1276 r\n2011_10_03/2011_10_03_drive_0034_sync 37 r\n2011_10_03/2011_10_03_drive_0034_sync 1471 r\n2011_10_03/2011_10_03_drive_0034_sync 1496 r\n2011_10_03/2011_10_03_drive_0034_sync 2026 r\n2011_10_03/2011_10_03_drive_0034_sync 514 l\n2011_10_03/2011_10_03_drive_0034_sync 2760 r\n2011_10_03/2011_10_03_drive_0034_sync 2857 r\n2011_10_03/2011_10_03_drive_0034_sync 3380 l\n2011_10_03/2011_10_03_drive_0034_sync 4083 r\n2011_10_03/2011_10_03_drive_0034_sync 788 r\n2011_10_03/2011_10_03_drive_0034_sync 9 l\n2011_10_03/2011_10_03_drive_0034_sync 3167 r\n2011_10_03/2011_10_03_drive_0034_sync 1336 l\n2011_10_03/2011_10_03_drive_0034_sync 2039 r\n2011_10_03/2011_10_03_drive_0034_sync 3205 r\n2011_10_03/2011_10_03_drive_0034_sync 47 r\n2011_10_03/2011_10_03_drive_0034_sync 4165 r\n2011_10_03/2011_10_03_drive_0034_sync 1429 l\n2011_10_03/2011_10_03_drive_0034_sync 4199 r\n2011_10_03/2011_10_03_drive_0034_sync 1600 l\n2011_10_03/2011_10_03_drive_0034_sync 3255 l\n2011_10_03/2011_10_03_drive_0034_sync 1113 l\n2011_10_03/2011_10_03_drive_0034_sync 4572 r\n2011_10_03/2011_10_03_drive_0034_sync 1005 r\n2011_10_03/2011_10_03_drive_0034_sync 759 l\n2011_10_03/2011_10_03_drive_0034_sync 633 l\n2011_10_03/2011_10_03_drive_0034_sync 1751 l\n2011_10_03/2011_10_03_drive_0034_sync 3754 l\n2011_10_03/2011_10_03_drive_0034_sync 4119 r\n2011_10_03/2011_10_03_drive_0034_sync 382 l\n2011_10_03/2011_10_03_drive_0034_sync 502 l\n2011_10_03/2011_10_03_drive_0034_sync 991 r\n2011_10_03/2011_10_03_drive_0034_sync 921 r\n2011_10_03/2011_10_03_drive_0034_sync 1460 l\n2011_10_03/2011_10_03_drive_0034_sync 652 l\n2011_10_03/2011_10_03_drive_0034_sync 1137 l\n2011_10_03/2011_10_03_drive_0034_sync 4343 r\n2011_10_03/2011_10_03_drive_0034_sync 3774 r\n2011_10_03/2011_10_03_drive_0034_sync 181 r\n2011_10_03/2011_10_03_drive_0034_sync 829 r\n2011_10_03/2011_10_03_drive_0034_sync 2249 l\n2011_10_03/2011_10_03_drive_0034_sync 2546 l\n2011_10_03/2011_10_03_drive_0034_sync 1016 r\n2011_10_03/2011_10_03_drive_0034_sync 3409 l\n2011_10_03/2011_10_03_drive_0034_sync 80 l\n2011_10_03/2011_10_03_drive_0034_sync 3923 r\n2011_10_03/2011_10_03_drive_0034_sync 84 r\n2011_10_03/2011_10_03_drive_0034_sync 725 r\n2011_10_03/2011_10_03_drive_0034_sync 3830 l\n2011_10_03/2011_10_03_drive_0034_sync 1145 l\n2011_10_03/2011_10_03_drive_0034_sync 2368 r\n2011_10_03/2011_10_03_drive_0034_sync 785 r\n2011_10_03/2011_10_03_drive_0034_sync 3273 r\n2011_10_03/2011_10_03_drive_0034_sync 1936 r\n2011_10_03/2011_10_03_drive_0034_sync 2284 l\n2011_10_03/2011_10_03_drive_0034_sync 1349 l\n2011_10_03/2011_10_03_drive_0034_sync 3521 l\n2011_10_03/2011_10_03_drive_0034_sync 2776 r\n2011_10_03/2011_10_03_drive_0034_sync 3298 l\n2011_10_03/2011_10_03_drive_0034_sync 804 l\n2011_10_03/2011_10_03_drive_0034_sync 1229 l\n2011_10_03/2011_10_03_drive_0034_sync 1997 l\n2011_10_03/2011_10_03_drive_0034_sync 2148 r\n2011_10_03/2011_10_03_drive_0034_sync 1547 l\n2011_10_03/2011_10_03_drive_0034_sync 4438 l\n2011_10_03/2011_10_03_drive_0034_sync 2838 l\n2011_10_03/2011_10_03_drive_0034_sync 3550 r\n2011_10_03/2011_10_03_drive_0034_sync 1070 r\n2011_10_03/2011_10_03_drive_0034_sync 2617 r\n2011_10_03/2011_10_03_drive_0034_sync 2178 l\n2011_10_03/2011_10_03_drive_0034_sync 3778 l\n2011_10_03/2011_10_03_drive_0034_sync 3710 l\n2011_10_03/2011_10_03_drive_0034_sync 3355 l\n2011_10_03/2011_10_03_drive_0034_sync 304 l\n2011_10_03/2011_10_03_drive_0034_sync 464 r\n2011_10_03/2011_10_03_drive_0034_sync 4258 l\n2011_10_03/2011_10_03_drive_0034_sync 3786 r\n2011_10_03/2011_10_03_drive_0034_sync 1541 r\n2011_10_03/2011_10_03_drive_0034_sync 350 r\n2011_10_03/2011_10_03_drive_0034_sync 954 l\n2011_10_03/2011_10_03_drive_0034_sync 1989 r\n2011_10_03/2011_10_03_drive_0034_sync 936 l\n2011_10_03/2011_10_03_drive_0034_sync 2058 r\n2011_10_03/2011_10_03_drive_0034_sync 1960 r\n2011_10_03/2011_10_03_drive_0034_sync 594 r\n2011_10_03/2011_10_03_drive_0034_sync 3046 r\n2011_10_03/2011_10_03_drive_0034_sync 4053 l\n2011_10_03/2011_10_03_drive_0034_sync 2427 r\n2011_10_03/2011_10_03_drive_0034_sync 1851 r\n2011_10_03/2011_10_03_drive_0034_sync 240 l\n2011_10_03/2011_10_03_drive_0034_sync 1765 l\n2011_10_03/2011_10_03_drive_0034_sync 4655 l\n2011_10_03/2011_10_03_drive_0034_sync 3944 r\n2011_10_03/2011_10_03_drive_0034_sync 1734 l\n2011_10_03/2011_10_03_drive_0034_sync 1866 l\n2011_10_03/2011_10_03_drive_0034_sync 2087 l\n2011_10_03/2011_10_03_drive_0034_sync 3467 l\n2011_10_03/2011_10_03_drive_0034_sync 2323 r\n2011_10_03/2011_10_03_drive_0034_sync 3290 r\n2011_10_03/2011_10_03_drive_0034_sync 3092 l\n2011_10_03/2011_10_03_drive_0034_sync 4640 l\n2011_10_03/2011_10_03_drive_0034_sync 2203 r\n2011_10_03/2011_10_03_drive_0034_sync 417 r\n2011_10_03/2011_10_03_drive_0034_sync 70 l\n2011_10_03/2011_10_03_drive_0034_sync 1630 l\n2011_10_03/2011_10_03_drive_0034_sync 2942 r\n2011_10_03/2011_10_03_drive_0034_sync 3768 r\n2011_10_03/2011_10_03_drive_0034_sync 2510 r\n2011_10_03/2011_10_03_drive_0034_sync 465 r\n2011_10_03/2011_10_03_drive_0034_sync 1071 r\n2011_10_03/2011_10_03_drive_0034_sync 638 r\n2011_10_03/2011_10_03_drive_0034_sync 1051 l\n2011_10_03/2011_10_03_drive_0034_sync 2516 l\n2011_10_03/2011_10_03_drive_0034_sync 794 l\n2011_10_03/2011_10_03_drive_0034_sync 4316 l\n2011_10_03/2011_10_03_drive_0034_sync 3187 l\n2011_10_03/2011_10_03_drive_0034_sync 2385 l\n2011_10_03/2011_10_03_drive_0034_sync 1654 r\n2011_10_03/2011_10_03_drive_0034_sync 876 r\n2011_10_03/2011_10_03_drive_0034_sync 955 l\n2011_10_03/2011_10_03_drive_0034_sync 1601 l\n2011_10_03/2011_10_03_drive_0034_sync 2691 r\n2011_10_03/2011_10_03_drive_0034_sync 2420 l\n2011_10_03/2011_10_03_drive_0034_sync 342 l\n2011_10_03/2011_10_03_drive_0034_sync 1711 l\n2011_10_03/2011_10_03_drive_0034_sync 4347 r\n2011_10_03/2011_10_03_drive_0034_sync 3457 r\n2011_10_03/2011_10_03_drive_0034_sync 3745 l\n2011_10_03/2011_10_03_drive_0034_sync 1749 l\n2011_10_03/2011_10_03_drive_0034_sync 3254 l\n2011_10_03/2011_10_03_drive_0034_sync 2688 r\n2011_10_03/2011_10_03_drive_0034_sync 3653 r\n2011_10_03/2011_10_03_drive_0034_sync 4186 l\n2011_10_03/2011_10_03_drive_0034_sync 2459 l\n2011_10_03/2011_10_03_drive_0034_sync 2980 l\n2011_10_03/2011_10_03_drive_0034_sync 904 r\n2011_10_03/2011_10_03_drive_0034_sync 1600 r\n2011_10_03/2011_10_03_drive_0034_sync 3465 r\n2011_10_03/2011_10_03_drive_0034_sync 1667 l\n2011_10_03/2011_10_03_drive_0034_sync 792 l\n2011_10_03/2011_10_03_drive_0034_sync 1560 r\n2011_10_03/2011_10_03_drive_0034_sync 1481 r\n2011_10_03/2011_10_03_drive_0034_sync 4437 l\n2011_10_03/2011_10_03_drive_0034_sync 3998 l\n2011_10_03/2011_10_03_drive_0034_sync 287 l\n2011_10_03/2011_10_03_drive_0034_sync 308 r\n2011_10_03/2011_10_03_drive_0034_sync 2254 l\n2011_10_03/2011_10_03_drive_0034_sync 2120 l\n2011_10_03/2011_10_03_drive_0034_sync 2830 r\n2011_10_03/2011_10_03_drive_0034_sync 2305 l\n2011_10_03/2011_10_03_drive_0034_sync 4475 r\n2011_10_03/2011_10_03_drive_0034_sync 3060 l\n2011_10_03/2011_10_03_drive_0034_sync 2861 r\n2011_10_03/2011_10_03_drive_0034_sync 4510 r\n2011_10_03/2011_10_03_drive_0034_sync 1224 r\n2011_10_03/2011_10_03_drive_0034_sync 480 l\n2011_10_03/2011_10_03_drive_0034_sync 119 r\n2011_10_03/2011_10_03_drive_0034_sync 4456 r\n2011_10_03/2011_10_03_drive_0034_sync 10 r\n2011_10_03/2011_10_03_drive_0034_sync 1334 l\n2011_10_03/2011_10_03_drive_0034_sync 3650 l\n2011_10_03/2011_10_03_drive_0034_sync 1290 r\n2011_10_03/2011_10_03_drive_0034_sync 3041 r\n2011_10_03/2011_10_03_drive_0034_sync 407 r\n2011_10_03/2011_10_03_drive_0034_sync 3345 l\n2011_10_03/2011_10_03_drive_0034_sync 4183 l\n2011_10_03/2011_10_03_drive_0034_sync 1236 r\n2011_10_03/2011_10_03_drive_0034_sync 2095 l\n2011_10_03/2011_10_03_drive_0034_sync 3717 l\n2011_10_03/2011_10_03_drive_0034_sync 1628 r\n2011_10_03/2011_10_03_drive_0034_sync 2479 l\n2011_10_03/2011_10_03_drive_0034_sync 3850 l\n2011_10_03/2011_10_03_drive_0034_sync 4331 r\n2011_10_03/2011_10_03_drive_0034_sync 4303 l\n2011_10_03/2011_10_03_drive_0034_sync 2452 l\n2011_10_03/2011_10_03_drive_0034_sync 3395 l\n2011_10_03/2011_10_03_drive_0034_sync 4112 r\n2011_10_03/2011_10_03_drive_0034_sync 105 l\n2011_10_03/2011_10_03_drive_0034_sync 571 l\n2011_10_03/2011_10_03_drive_0034_sync 60 r\n2011_10_03/2011_10_03_drive_0034_sync 129 r\n2011_10_03/2011_10_03_drive_0034_sync 2756 r\n2011_10_03/2011_10_03_drive_0034_sync 1463 r\n2011_10_03/2011_10_03_drive_0034_sync 1835 r\n2011_10_03/2011_10_03_drive_0034_sync 3280 r\n2011_10_03/2011_10_03_drive_0034_sync 2287 l\n2011_10_03/2011_10_03_drive_0034_sync 1216 r\n2011_10_03/2011_10_03_drive_0034_sync 3832 r\n2011_10_03/2011_10_03_drive_0034_sync 1817 l\n2011_10_03/2011_10_03_drive_0034_sync 1553 l\n2011_10_03/2011_10_03_drive_0034_sync 4548 l\n2011_10_03/2011_10_03_drive_0034_sync 3433 l\n2011_10_03/2011_10_03_drive_0034_sync 379 l\n2011_10_03/2011_10_03_drive_0034_sync 1655 l\n2011_10_03/2011_10_03_drive_0034_sync 2062 r\n2011_10_03/2011_10_03_drive_0034_sync 1093 r\n2011_10_03/2011_10_03_drive_0034_sync 4135 r\n2011_10_03/2011_10_03_drive_0034_sync 1957 l\n2011_10_03/2011_10_03_drive_0034_sync 4547 l\n2011_10_03/2011_10_03_drive_0034_sync 4090 r\n2011_10_03/2011_10_03_drive_0034_sync 3682 l\n2011_10_03/2011_10_03_drive_0034_sync 3176 r\n2011_10_03/2011_10_03_drive_0034_sync 2500 r\n2011_10_03/2011_10_03_drive_0034_sync 4016 l\n2011_10_03/2011_10_03_drive_0034_sync 4503 l\n2011_10_03/2011_10_03_drive_0034_sync 3965 r\n2011_10_03/2011_10_03_drive_0034_sync 530 l\n2011_10_03/2011_10_03_drive_0034_sync 2926 l\n2011_10_03/2011_10_03_drive_0034_sync 4045 r\n2011_10_03/2011_10_03_drive_0034_sync 4566 l\n2011_10_03/2011_10_03_drive_0034_sync 3845 l\n2011_10_03/2011_10_03_drive_0034_sync 1002 l\n2011_10_03/2011_10_03_drive_0034_sync 1745 l\n2011_10_03/2011_10_03_drive_0034_sync 339 l\n2011_10_03/2011_10_03_drive_0034_sync 4602 l\n2011_10_03/2011_10_03_drive_0034_sync 1769 l\n2011_10_03/2011_10_03_drive_0034_sync 1775 r\n2011_10_03/2011_10_03_drive_0034_sync 1567 r\n2011_10_03/2011_10_03_drive_0034_sync 2916 l\n2011_10_03/2011_10_03_drive_0034_sync 1386 r\n2011_10_03/2011_10_03_drive_0034_sync 3813 l\n2011_10_03/2011_10_03_drive_0034_sync 3582 r\n2011_10_03/2011_10_03_drive_0034_sync 3373 r\n2011_10_03/2011_10_03_drive_0034_sync 1462 r\n2011_10_03/2011_10_03_drive_0034_sync 3186 l\n2011_10_03/2011_10_03_drive_0034_sync 1576 l\n2011_10_03/2011_10_03_drive_0034_sync 1811 l\n2011_10_03/2011_10_03_drive_0034_sync 1962 r\n2011_10_03/2011_10_03_drive_0034_sync 4383 l\n2011_10_03/2011_10_03_drive_0034_sync 1303 r\n2011_10_03/2011_10_03_drive_0034_sync 4285 l\n2011_10_03/2011_10_03_drive_0034_sync 1378 l\n2011_10_03/2011_10_03_drive_0034_sync 3832 l\n2011_10_03/2011_10_03_drive_0034_sync 1199 r\n2011_10_03/2011_10_03_drive_0034_sync 671 r\n2011_10_03/2011_10_03_drive_0034_sync 3918 l\n2011_10_03/2011_10_03_drive_0034_sync 867 l\n2011_10_03/2011_10_03_drive_0034_sync 4404 r\n2011_10_03/2011_10_03_drive_0034_sync 3812 l\n2011_10_03/2011_10_03_drive_0034_sync 2344 l\n2011_10_03/2011_10_03_drive_0034_sync 2969 l\n2011_10_03/2011_10_03_drive_0034_sync 1863 r\n2011_10_03/2011_10_03_drive_0034_sync 4598 l\n2011_10_03/2011_10_03_drive_0034_sync 3653 l\n2011_10_03/2011_10_03_drive_0034_sync 3823 l\n2011_10_03/2011_10_03_drive_0034_sync 3113 r\n2011_10_03/2011_10_03_drive_0034_sync 435 l\n2011_10_03/2011_10_03_drive_0034_sync 3488 r\n2011_10_03/2011_10_03_drive_0034_sync 4432 r\n2011_10_03/2011_10_03_drive_0034_sync 3420 l\n2011_10_03/2011_10_03_drive_0034_sync 4040 r\n2011_10_03/2011_10_03_drive_0034_sync 919 r\n2011_10_03/2011_10_03_drive_0034_sync 2536 r\n2011_10_03/2011_10_03_drive_0034_sync 2436 l\n2011_10_03/2011_10_03_drive_0034_sync 2653 r\n2011_10_03/2011_10_03_drive_0034_sync 36 l\n2011_10_03/2011_10_03_drive_0034_sync 2156 l\n2011_10_03/2011_10_03_drive_0034_sync 552 l\n2011_10_03/2011_10_03_drive_0034_sync 4276 l\n2011_10_03/2011_10_03_drive_0034_sync 795 r\n2011_10_03/2011_10_03_drive_0034_sync 491 r\n2011_10_03/2011_10_03_drive_0034_sync 3967 l\n2011_10_03/2011_10_03_drive_0034_sync 1434 r\n2011_10_03/2011_10_03_drive_0034_sync 1534 l\n2011_10_03/2011_10_03_drive_0034_sync 2716 r\n2011_10_03/2011_10_03_drive_0034_sync 117 l\n2011_10_03/2011_10_03_drive_0034_sync 2834 l\n2011_10_03/2011_10_03_drive_0034_sync 4122 l\n2011_10_03/2011_10_03_drive_0034_sync 2445 l\n2011_10_03/2011_10_03_drive_0034_sync 3107 r\n2011_10_03/2011_10_03_drive_0034_sync 2750 r\n2011_10_03/2011_10_03_drive_0034_sync 874 l\n2011_10_03/2011_10_03_drive_0034_sync 3800 l\n2011_10_03/2011_10_03_drive_0034_sync 1240 r\n2011_10_03/2011_10_03_drive_0034_sync 1207 l\n2011_10_03/2011_10_03_drive_0034_sync 1398 r\n2011_10_03/2011_10_03_drive_0034_sync 1347 r\n2011_10_03/2011_10_03_drive_0034_sync 4086 l\n2011_10_03/2011_10_03_drive_0034_sync 3476 r\n2011_10_03/2011_10_03_drive_0034_sync 3321 r\n2011_10_03/2011_10_03_drive_0034_sync 861 l\n2011_10_03/2011_10_03_drive_0034_sync 3668 r\n2011_10_03/2011_10_03_drive_0034_sync 4278 l\n2011_10_03/2011_10_03_drive_0034_sync 12 r\n2011_10_03/2011_10_03_drive_0034_sync 3196 l\n2011_10_03/2011_10_03_drive_0034_sync 2173 r\n2011_10_03/2011_10_03_drive_0034_sync 3034 l\n2011_10_03/2011_10_03_drive_0034_sync 3371 l\n2011_10_03/2011_10_03_drive_0034_sync 3774 l\n2011_10_03/2011_10_03_drive_0034_sync 2688 l\n2011_10_03/2011_10_03_drive_0034_sync 4173 l\n2011_10_03/2011_10_03_drive_0034_sync 1662 l\n2011_10_03/2011_10_03_drive_0034_sync 239 l\n2011_10_03/2011_10_03_drive_0034_sync 4638 l\n2011_10_03/2011_10_03_drive_0034_sync 612 l\n2011_10_03/2011_10_03_drive_0034_sync 581 r\n2011_10_03/2011_10_03_drive_0034_sync 3391 l\n2011_10_03/2011_10_03_drive_0034_sync 2178 r\n2011_10_03/2011_10_03_drive_0034_sync 2078 r\n2011_10_03/2011_10_03_drive_0034_sync 373 l\n2011_10_03/2011_10_03_drive_0034_sync 3929 l\n2011_10_03/2011_10_03_drive_0034_sync 1277 l\n2011_10_03/2011_10_03_drive_0034_sync 439 r\n2011_10_03/2011_10_03_drive_0034_sync 3307 l\n2011_10_03/2011_10_03_drive_0034_sync 3089 r\n2011_10_03/2011_10_03_drive_0034_sync 4408 l\n2011_10_03/2011_10_03_drive_0034_sync 816 r\n2011_10_03/2011_10_03_drive_0034_sync 3938 r\n2011_10_03/2011_10_03_drive_0034_sync 3306 l\n2011_10_03/2011_10_03_drive_0034_sync 1554 r\n2011_10_03/2011_10_03_drive_0034_sync 4109 r\n2011_10_03/2011_10_03_drive_0034_sync 142 l\n2011_10_03/2011_10_03_drive_0034_sync 1785 r\n2011_10_03/2011_10_03_drive_0034_sync 2212 r\n2011_10_03/2011_10_03_drive_0034_sync 522 l\n2011_10_03/2011_10_03_drive_0034_sync 3104 l\n2011_10_03/2011_10_03_drive_0034_sync 2205 r\n2011_10_03/2011_10_03_drive_0034_sync 1630 r\n2011_10_03/2011_10_03_drive_0034_sync 259 r\n2011_10_03/2011_10_03_drive_0034_sync 1164 l\n2011_10_03/2011_10_03_drive_0034_sync 2520 l\n2011_10_03/2011_10_03_drive_0034_sync 1550 l\n2011_10_03/2011_10_03_drive_0034_sync 2922 r\n2011_10_03/2011_10_03_drive_0034_sync 3939 r\n2011_10_03/2011_10_03_drive_0034_sync 98 r\n2011_10_03/2011_10_03_drive_0034_sync 2641 r\n2011_10_03/2011_10_03_drive_0034_sync 2322 l\n2011_10_03/2011_10_03_drive_0034_sync 3467 r\n2011_10_03/2011_10_03_drive_0034_sync 1160 l\n2011_10_03/2011_10_03_drive_0034_sync 3549 l\n2011_10_03/2011_10_03_drive_0034_sync 3414 r\n2011_10_03/2011_10_03_drive_0034_sync 542 r\n2011_10_03/2011_10_03_drive_0034_sync 2943 r\n2011_10_03/2011_10_03_drive_0034_sync 3505 l\n2011_10_03/2011_10_03_drive_0034_sync 58 r\n2011_10_03/2011_10_03_drive_0034_sync 2256 r\n2011_10_03/2011_10_03_drive_0034_sync 1676 l\n2011_10_03/2011_10_03_drive_0034_sync 3268 l\n2011_10_03/2011_10_03_drive_0034_sync 899 r\n2011_10_03/2011_10_03_drive_0034_sync 2526 r\n2011_10_03/2011_10_03_drive_0034_sync 3707 l\n2011_10_03/2011_10_03_drive_0034_sync 2181 r\n2011_10_03/2011_10_03_drive_0034_sync 2690 r\n2011_10_03/2011_10_03_drive_0034_sync 1653 l\n2011_10_03/2011_10_03_drive_0034_sync 3231 l\n2011_10_03/2011_10_03_drive_0034_sync 3584 l\n2011_10_03/2011_10_03_drive_0034_sync 1474 r\n2011_10_03/2011_10_03_drive_0034_sync 235 l\n2011_10_03/2011_10_03_drive_0034_sync 764 l\n2011_10_03/2011_10_03_drive_0034_sync 2373 r\n2011_10_03/2011_10_03_drive_0034_sync 3911 r\n2011_10_03/2011_10_03_drive_0034_sync 3504 l\n2011_10_03/2011_10_03_drive_0034_sync 439 l\n2011_10_03/2011_10_03_drive_0034_sync 2236 r\n2011_10_03/2011_10_03_drive_0034_sync 1554 l\n2011_10_03/2011_10_03_drive_0034_sync 2395 l\n2011_10_03/2011_10_03_drive_0034_sync 4045 l\n2011_10_03/2011_10_03_drive_0034_sync 2826 r\n2011_10_03/2011_10_03_drive_0034_sync 1370 l\n2011_10_03/2011_10_03_drive_0034_sync 3813 r\n2011_10_03/2011_10_03_drive_0034_sync 3728 l\n2011_10_03/2011_10_03_drive_0034_sync 1515 l\n2011_10_03/2011_10_03_drive_0034_sync 4100 l\n2011_10_03/2011_10_03_drive_0034_sync 97 l\n2011_10_03/2011_10_03_drive_0034_sync 1972 l\n2011_10_03/2011_10_03_drive_0034_sync 1391 l\n2011_10_03/2011_10_03_drive_0034_sync 1246 r\n2011_10_03/2011_10_03_drive_0034_sync 3756 r\n2011_10_03/2011_10_03_drive_0034_sync 3043 r\n2011_10_03/2011_10_03_drive_0034_sync 2500 l\n2011_10_03/2011_10_03_drive_0034_sync 712 l\n2011_10_03/2011_10_03_drive_0034_sync 2161 l\n2011_10_03/2011_10_03_drive_0034_sync 3589 r\n2011_10_03/2011_10_03_drive_0034_sync 3664 l\n2011_10_03/2011_10_03_drive_0034_sync 4630 l\n2011_10_03/2011_10_03_drive_0034_sync 2581 l\n2011_10_03/2011_10_03_drive_0034_sync 3144 r\n2011_10_03/2011_10_03_drive_0034_sync 843 r\n2011_10_03/2011_10_03_drive_0034_sync 2050 r\n2011_10_03/2011_10_03_drive_0034_sync 128 l\n2011_10_03/2011_10_03_drive_0034_sync 599 r\n2011_10_03/2011_10_03_drive_0034_sync 3638 r\n2011_10_03/2011_10_03_drive_0034_sync 3440 l\n2011_10_03/2011_10_03_drive_0034_sync 197 r\n2011_10_03/2011_10_03_drive_0034_sync 2411 r\n2011_10_03/2011_10_03_drive_0034_sync 4133 r\n2011_10_03/2011_10_03_drive_0034_sync 1806 l\n2011_10_03/2011_10_03_drive_0034_sync 678 r\n2011_10_03/2011_10_03_drive_0034_sync 111 r\n2011_10_03/2011_10_03_drive_0034_sync 1764 l\n2011_10_03/2011_10_03_drive_0034_sync 3173 l\n2011_10_03/2011_10_03_drive_0034_sync 931 r\n2011_10_03/2011_10_03_drive_0034_sync 4226 r\n2011_10_03/2011_10_03_drive_0034_sync 98 l\n2011_10_03/2011_10_03_drive_0034_sync 4423 l\n2011_10_03/2011_10_03_drive_0034_sync 3819 l\n2011_10_03/2011_10_03_drive_0034_sync 3638 l\n2011_10_03/2011_10_03_drive_0034_sync 1216 l\n2011_10_03/2011_10_03_drive_0034_sync 2745 r\n2011_10_03/2011_10_03_drive_0034_sync 3692 l\n2011_10_03/2011_10_03_drive_0034_sync 298 r\n2011_10_03/2011_10_03_drive_0034_sync 3156 r\n2011_10_03/2011_10_03_drive_0034_sync 3367 l\n2011_10_03/2011_10_03_drive_0034_sync 2410 l\n2011_10_03/2011_10_03_drive_0034_sync 1796 r\n2011_10_03/2011_10_03_drive_0034_sync 4345 r\n2011_10_03/2011_10_03_drive_0034_sync 590 r\n2011_10_03/2011_10_03_drive_0034_sync 354 l\n2011_10_03/2011_10_03_drive_0034_sync 3322 l\n2011_10_03/2011_10_03_drive_0034_sync 2029 l\n2011_10_03/2011_10_03_drive_0034_sync 894 l\n2011_10_03/2011_10_03_drive_0034_sync 4022 l\n2011_10_03/2011_10_03_drive_0034_sync 1888 r\n2011_10_03/2011_10_03_drive_0034_sync 2566 l\n2011_10_03/2011_10_03_drive_0034_sync 2979 l\n2011_10_03/2011_10_03_drive_0034_sync 4523 r\n2011_10_03/2011_10_03_drive_0034_sync 1847 r\n2011_10_03/2011_10_03_drive_0034_sync 543 r\n2011_10_03/2011_10_03_drive_0034_sync 27 l\n2011_10_03/2011_10_03_drive_0034_sync 4295 l\n2011_10_03/2011_10_03_drive_0034_sync 890 r\n2011_10_03/2011_10_03_drive_0034_sync 4269 l\n2011_10_03/2011_10_03_drive_0034_sync 2372 r\n2011_10_03/2011_10_03_drive_0034_sync 2517 l\n2011_10_03/2011_10_03_drive_0034_sync 2644 l\n2011_10_03/2011_10_03_drive_0034_sync 3056 r\n2011_10_03/2011_10_03_drive_0034_sync 2448 r\n2011_10_03/2011_10_03_drive_0034_sync 1527 l\n2011_10_03/2011_10_03_drive_0034_sync 1874 r\n2011_10_03/2011_10_03_drive_0034_sync 2282 l\n2011_10_03/2011_10_03_drive_0034_sync 3989 r\n2011_10_03/2011_10_03_drive_0034_sync 3382 l\n2011_10_03/2011_10_03_drive_0034_sync 3498 r\n2011_10_03/2011_10_03_drive_0034_sync 1688 r\n2011_10_03/2011_10_03_drive_0034_sync 866 l\n2011_10_03/2011_10_03_drive_0034_sync 4022 r\n2011_10_03/2011_10_03_drive_0034_sync 3414 l\n2011_10_03/2011_10_03_drive_0034_sync 3924 l\n2011_10_03/2011_10_03_drive_0034_sync 2820 l\n2011_10_03/2011_10_03_drive_0034_sync 1459 l\n2011_10_03/2011_10_03_drive_0034_sync 3093 l\n2011_10_03/2011_10_03_drive_0034_sync 784 l\n2011_10_03/2011_10_03_drive_0034_sync 1508 l\n2011_10_03/2011_10_03_drive_0034_sync 413 r\n2011_10_03/2011_10_03_drive_0034_sync 1013 l\n2011_10_03/2011_10_03_drive_0034_sync 1544 r\n2011_10_03/2011_10_03_drive_0034_sync 2523 r\n2011_10_03/2011_10_03_drive_0034_sync 3925 l\n2011_10_03/2011_10_03_drive_0034_sync 3564 l\n2011_10_03/2011_10_03_drive_0034_sync 3807 l\n2011_10_03/2011_10_03_drive_0034_sync 1525 r\n2011_10_03/2011_10_03_drive_0034_sync 823 l\n2011_10_03/2011_10_03_drive_0034_sync 3607 r\n2011_10_03/2011_10_03_drive_0034_sync 2554 l\n2011_10_03/2011_10_03_drive_0034_sync 2539 r\n2011_10_03/2011_10_03_drive_0034_sync 1464 l\n2011_10_03/2011_10_03_drive_0034_sync 171 r\n2011_10_03/2011_10_03_drive_0034_sync 2034 l\n2011_10_03/2011_10_03_drive_0034_sync 2833 r\n2011_10_03/2011_10_03_drive_0034_sync 1068 l\n2011_10_03/2011_10_03_drive_0034_sync 1660 l\n2011_10_03/2011_10_03_drive_0034_sync 4224 l\n2011_10_03/2011_10_03_drive_0034_sync 2657 l\n2011_10_03/2011_10_03_drive_0034_sync 4408 r\n2011_10_03/2011_10_03_drive_0034_sync 3654 r\n2011_10_03/2011_10_03_drive_0034_sync 4280 l\n2011_10_03/2011_10_03_drive_0034_sync 849 r\n2011_10_03/2011_10_03_drive_0034_sync 1590 l\n2011_10_03/2011_10_03_drive_0034_sync 3993 l\n2011_10_03/2011_10_03_drive_0034_sync 2382 r\n2011_10_03/2011_10_03_drive_0034_sync 763 r\n2011_10_03/2011_10_03_drive_0034_sync 999 l\n2011_10_03/2011_10_03_drive_0034_sync 1799 l\n2011_10_03/2011_10_03_drive_0034_sync 1511 r\n2011_10_03/2011_10_03_drive_0034_sync 249 r\n2011_10_03/2011_10_03_drive_0034_sync 4009 r\n2011_10_03/2011_10_03_drive_0034_sync 3023 r\n2011_10_03/2011_10_03_drive_0034_sync 1754 r\n2011_10_03/2011_10_03_drive_0034_sync 4217 r\n2011_10_03/2011_10_03_drive_0034_sync 2707 r\n2011_10_03/2011_10_03_drive_0034_sync 65 l\n2011_10_03/2011_10_03_drive_0034_sync 955 r\n2011_10_03/2011_10_03_drive_0034_sync 613 r\n2011_10_03/2011_10_03_drive_0034_sync 2609 l\n2011_10_03/2011_10_03_drive_0034_sync 2786 r\n2011_10_03/2011_10_03_drive_0034_sync 1155 l\n2011_10_03/2011_10_03_drive_0034_sync 3387 l\n2011_10_03/2011_10_03_drive_0034_sync 3245 r\n2011_10_03/2011_10_03_drive_0034_sync 1268 r\n2011_10_03/2011_10_03_drive_0034_sync 3053 r\n2011_10_03/2011_10_03_drive_0034_sync 1270 r\n2011_10_03/2011_10_03_drive_0034_sync 4441 r\n2011_10_03/2011_10_03_drive_0034_sync 818 r\n2011_10_03/2011_10_03_drive_0034_sync 2438 r\n2011_10_03/2011_10_03_drive_0034_sync 2040 r\n2011_10_03/2011_10_03_drive_0034_sync 2225 r\n2011_10_03/2011_10_03_drive_0034_sync 2333 r\n2011_10_03/2011_10_03_drive_0034_sync 2450 l\n2011_10_03/2011_10_03_drive_0034_sync 4140 l\n2011_10_03/2011_10_03_drive_0034_sync 4243 l\n2011_10_03/2011_10_03_drive_0034_sync 1851 l\n2011_10_03/2011_10_03_drive_0034_sync 3716 r\n2011_10_03/2011_10_03_drive_0034_sync 3930 l\n2011_10_03/2011_10_03_drive_0034_sync 4279 r\n2011_10_03/2011_10_03_drive_0034_sync 4405 l\n2011_10_03/2011_10_03_drive_0034_sync 4337 l\n2011_10_03/2011_10_03_drive_0034_sync 4332 r\n2011_10_03/2011_10_03_drive_0034_sync 2575 l\n2011_10_03/2011_10_03_drive_0034_sync 3831 r\n2011_10_03/2011_10_03_drive_0034_sync 3178 l\n2011_10_03/2011_10_03_drive_0034_sync 2529 r\n2011_10_03/2011_10_03_drive_0034_sync 4610 l\n2011_10_03/2011_10_03_drive_0034_sync 2574 l\n2011_10_03/2011_10_03_drive_0034_sync 3652 l\n2011_10_03/2011_10_03_drive_0034_sync 542 l\n2011_10_03/2011_10_03_drive_0034_sync 1497 r\n2011_10_03/2011_10_03_drive_0034_sync 313 r\n2011_10_03/2011_10_03_drive_0034_sync 2738 r\n2011_10_03/2011_10_03_drive_0034_sync 585 l\n2011_10_03/2011_10_03_drive_0034_sync 1485 r\n2011_10_03/2011_10_03_drive_0034_sync 3558 l\n2011_10_03/2011_10_03_drive_0034_sync 3184 r\n2011_10_03/2011_10_03_drive_0034_sync 2237 r\n2011_10_03/2011_10_03_drive_0034_sync 3821 r\n2011_10_03/2011_10_03_drive_0034_sync 2983 r\n2011_10_03/2011_10_03_drive_0034_sync 3913 r\n2011_10_03/2011_10_03_drive_0034_sync 2609 r\n2011_10_03/2011_10_03_drive_0034_sync 2845 r\n2011_10_03/2011_10_03_drive_0034_sync 906 r\n2011_10_03/2011_10_03_drive_0034_sync 2534 l\n2011_10_03/2011_10_03_drive_0034_sync 4349 l\n2011_10_03/2011_10_03_drive_0034_sync 4168 r\n2011_10_03/2011_10_03_drive_0034_sync 841 l\n2011_10_03/2011_10_03_drive_0034_sync 3879 r\n2011_10_03/2011_10_03_drive_0034_sync 3578 l\n2011_10_03/2011_10_03_drive_0034_sync 1924 l\n2011_10_03/2011_10_03_drive_0034_sync 2451 r\n2011_10_03/2011_10_03_drive_0034_sync 4379 r\n2011_10_03/2011_10_03_drive_0034_sync 3619 r\n2011_10_03/2011_10_03_drive_0034_sync 1658 r\n2011_10_03/2011_10_03_drive_0034_sync 130 r\n2011_10_03/2011_10_03_drive_0034_sync 3936 r\n2011_10_03/2011_10_03_drive_0034_sync 595 l\n2011_10_03/2011_10_03_drive_0034_sync 4409 r\n2011_10_03/2011_10_03_drive_0034_sync 3731 r\n2011_10_03/2011_10_03_drive_0034_sync 4657 r\n2011_10_03/2011_10_03_drive_0034_sync 2131 r\n2011_10_03/2011_10_03_drive_0034_sync 1458 r\n2011_10_03/2011_10_03_drive_0034_sync 2034 r\n2011_10_03/2011_10_03_drive_0034_sync 2676 l\n2011_10_03/2011_10_03_drive_0034_sync 3580 r\n2011_10_03/2011_10_03_drive_0034_sync 4024 r\n2011_10_03/2011_10_03_drive_0034_sync 3495 l\n2011_10_03/2011_10_03_drive_0034_sync 3961 r\n2011_10_03/2011_10_03_drive_0034_sync 3007 r\n2011_10_03/2011_10_03_drive_0034_sync 3328 r\n2011_10_03/2011_10_03_drive_0034_sync 2695 r\n2011_10_03/2011_10_03_drive_0034_sync 1085 l\n2011_10_03/2011_10_03_drive_0034_sync 4052 r\n2011_10_03/2011_10_03_drive_0034_sync 2601 r\n2011_10_03/2011_10_03_drive_0034_sync 1055 r\n2011_10_03/2011_10_03_drive_0034_sync 4415 r\n2011_10_03/2011_10_03_drive_0034_sync 3336 r\n2011_10_03/2011_10_03_drive_0034_sync 3447 r\n2011_10_03/2011_10_03_drive_0034_sync 979 l\n2011_10_03/2011_10_03_drive_0034_sync 4125 r\n2011_10_03/2011_10_03_drive_0034_sync 2595 r\n2011_10_03/2011_10_03_drive_0034_sync 1805 l\n2011_10_03/2011_10_03_drive_0034_sync 3456 r\n2011_10_03/2011_10_03_drive_0034_sync 4169 r\n2011_10_03/2011_10_03_drive_0034_sync 3760 r\n2011_10_03/2011_10_03_drive_0034_sync 4473 l\n2011_10_03/2011_10_03_drive_0034_sync 2398 r\n2011_10_03/2011_10_03_drive_0034_sync 2887 l\n2011_10_03/2011_10_03_drive_0034_sync 3238 r\n2011_10_03/2011_10_03_drive_0034_sync 1784 r\n2011_10_03/2011_10_03_drive_0034_sync 1049 l\n2011_10_03/2011_10_03_drive_0034_sync 363 l\n2011_10_03/2011_10_03_drive_0034_sync 2638 r\n2011_10_03/2011_10_03_drive_0034_sync 430 r\n2011_10_03/2011_10_03_drive_0034_sync 2468 r\n2011_10_03/2011_10_03_drive_0034_sync 1603 r\n2011_10_03/2011_10_03_drive_0034_sync 4244 r\n2011_10_03/2011_10_03_drive_0034_sync 2274 r\n2011_10_03/2011_10_03_drive_0034_sync 3136 r\n2011_10_03/2011_10_03_drive_0034_sync 1054 r\n2011_10_03/2011_10_03_drive_0034_sync 4445 r\n2011_10_03/2011_10_03_drive_0034_sync 194 r\n2011_10_03/2011_10_03_drive_0034_sync 3487 l\n2011_10_03/2011_10_03_drive_0034_sync 2059 r\n2011_10_03/2011_10_03_drive_0034_sync 1783 l\n2011_10_03/2011_10_03_drive_0034_sync 3386 r\n2011_10_03/2011_10_03_drive_0034_sync 1255 r\n2011_10_03/2011_10_03_drive_0034_sync 1463 l\n2011_10_03/2011_10_03_drive_0034_sync 3915 l\n2011_10_03/2011_10_03_drive_0034_sync 3627 r\n2011_10_03/2011_10_03_drive_0034_sync 4284 l\n2011_10_03/2011_10_03_drive_0034_sync 4521 l\n2011_10_03/2011_10_03_drive_0034_sync 1432 r\n2011_10_03/2011_10_03_drive_0034_sync 2294 l\n2011_10_03/2011_10_03_drive_0034_sync 1407 r\n2011_10_03/2011_10_03_drive_0034_sync 2372 l\n2011_10_03/2011_10_03_drive_0034_sync 2238 r\n2011_10_03/2011_10_03_drive_0034_sync 144 l\n2011_10_03/2011_10_03_drive_0034_sync 1362 l\n2011_10_03/2011_10_03_drive_0034_sync 970 r\n2011_10_03/2011_10_03_drive_0034_sync 2501 l\n2011_10_03/2011_10_03_drive_0034_sync 2727 l\n2011_10_03/2011_10_03_drive_0034_sync 1863 l\n2011_10_03/2011_10_03_drive_0034_sync 2345 r\n2011_10_03/2011_10_03_drive_0034_sync 4485 l\n2011_10_03/2011_10_03_drive_0034_sync 1533 r\n2011_10_03/2011_10_03_drive_0034_sync 479 r\n2011_10_03/2011_10_03_drive_0034_sync 3714 l\n2011_10_03/2011_10_03_drive_0034_sync 3840 l\n2011_10_03/2011_10_03_drive_0034_sync 3434 r\n2011_10_03/2011_10_03_drive_0034_sync 4240 l\n2011_10_03/2011_10_03_drive_0034_sync 1678 l\n2011_10_03/2011_10_03_drive_0034_sync 2137 r\n2011_10_03/2011_10_03_drive_0034_sync 546 l\n2011_10_03/2011_10_03_drive_0034_sync 4094 l\n2011_10_03/2011_10_03_drive_0034_sync 213 r\n2011_10_03/2011_10_03_drive_0034_sync 4107 r\n2011_10_03/2011_10_03_drive_0034_sync 2478 l\n2011_10_03/2011_10_03_drive_0034_sync 3381 r\n2011_10_03/2011_10_03_drive_0034_sync 2714 l\n2011_10_03/2011_10_03_drive_0034_sync 3127 l\n2011_10_03/2011_10_03_drive_0034_sync 2062 l\n2011_10_03/2011_10_03_drive_0034_sync 2690 l\n2011_10_03/2011_10_03_drive_0034_sync 1205 r\n2011_10_03/2011_10_03_drive_0034_sync 1057 r\n2011_10_03/2011_10_03_drive_0034_sync 809 r\n2011_10_03/2011_10_03_drive_0034_sync 2241 l\n2011_10_03/2011_10_03_drive_0034_sync 2631 r\n2011_10_03/2011_10_03_drive_0034_sync 1020 r\n2011_10_03/2011_10_03_drive_0034_sync 1046 r\n2011_10_03/2011_10_03_drive_0034_sync 1732 r\n2011_10_03/2011_10_03_drive_0034_sync 2898 r\n2011_10_03/2011_10_03_drive_0034_sync 4568 l\n2011_10_03/2011_10_03_drive_0034_sync 2774 r\n2011_10_03/2011_10_03_drive_0034_sync 535 l\n2011_10_03/2011_10_03_drive_0034_sync 2733 r\n2011_10_03/2011_10_03_drive_0034_sync 2806 l\n2011_10_03/2011_10_03_drive_0034_sync 1961 r\n2011_10_03/2011_10_03_drive_0034_sync 2022 r\n2011_10_03/2011_10_03_drive_0034_sync 739 r\n2011_10_03/2011_10_03_drive_0034_sync 2794 l\n2011_10_03/2011_10_03_drive_0034_sync 3208 l\n2011_10_03/2011_10_03_drive_0034_sync 3732 r\n2011_10_03/2011_10_03_drive_0034_sync 1538 l\n2011_10_03/2011_10_03_drive_0034_sync 4484 r\n2011_10_03/2011_10_03_drive_0034_sync 1807 l\n2011_10_03/2011_10_03_drive_0034_sync 2429 l\n2011_10_03/2011_10_03_drive_0034_sync 2309 r\n2011_10_03/2011_10_03_drive_0034_sync 1573 l\n2011_10_03/2011_10_03_drive_0034_sync 4028 r\n2011_10_03/2011_10_03_drive_0034_sync 2776 l\n2011_10_03/2011_10_03_drive_0034_sync 1862 l\n2011_10_03/2011_10_03_drive_0034_sync 50 r\n2011_10_03/2011_10_03_drive_0034_sync 1492 r\n2011_10_03/2011_10_03_drive_0034_sync 1779 r\n2011_10_03/2011_10_03_drive_0034_sync 752 l\n2011_10_03/2011_10_03_drive_0034_sync 2919 l\n2011_10_03/2011_10_03_drive_0034_sync 3672 l\n2011_10_03/2011_10_03_drive_0034_sync 1996 r\n2011_10_03/2011_10_03_drive_0034_sync 3103 r\n2011_10_03/2011_10_03_drive_0034_sync 1935 l\n2011_10_03/2011_10_03_drive_0034_sync 4068 l\n2011_10_03/2011_10_03_drive_0034_sync 2251 r\n2011_10_03/2011_10_03_drive_0034_sync 1903 r\n2011_10_03/2011_10_03_drive_0034_sync 2480 l\n2011_10_03/2011_10_03_drive_0034_sync 48 l\n2011_10_03/2011_10_03_drive_0034_sync 1036 l\n2011_10_03/2011_10_03_drive_0034_sync 775 r\n2011_10_03/2011_10_03_drive_0034_sync 1495 l\n2011_10_03/2011_10_03_drive_0034_sync 869 l\n2011_10_03/2011_10_03_drive_0034_sync 4257 l\n2011_10_03/2011_10_03_drive_0034_sync 4649 l\n2011_10_03/2011_10_03_drive_0034_sync 847 l\n2011_10_03/2011_10_03_drive_0034_sync 3896 l\n2011_10_03/2011_10_03_drive_0034_sync 1344 l\n2011_10_03/2011_10_03_drive_0034_sync 1570 r\n2011_10_03/2011_10_03_drive_0034_sync 1335 r\n2011_10_03/2011_10_03_drive_0034_sync 1726 r\n2011_10_03/2011_10_03_drive_0034_sync 3148 r\n2011_10_03/2011_10_03_drive_0034_sync 294 l\n2011_10_03/2011_10_03_drive_0034_sync 4608 r\n2011_10_03/2011_10_03_drive_0034_sync 2586 l\n2011_10_03/2011_10_03_drive_0034_sync 1417 r\n2011_10_03/2011_10_03_drive_0034_sync 3394 l\n2011_10_03/2011_10_03_drive_0034_sync 1086 l\n2011_10_03/2011_10_03_drive_0034_sync 4308 l\n2011_10_03/2011_10_03_drive_0034_sync 1760 l\n2011_10_03/2011_10_03_drive_0034_sync 2014 l\n2011_10_03/2011_10_03_drive_0034_sync 774 r\n2011_10_03/2011_10_03_drive_0034_sync 3385 r\n2011_10_03/2011_10_03_drive_0034_sync 1877 l\n2011_10_03/2011_10_03_drive_0034_sync 2347 l\n2011_10_03/2011_10_03_drive_0034_sync 4048 l\n2011_10_03/2011_10_03_drive_0034_sync 4015 r\n2011_10_03/2011_10_03_drive_0034_sync 183 r\n2011_10_03/2011_10_03_drive_0034_sync 1396 r\n2011_10_03/2011_10_03_drive_0034_sync 1848 r\n2011_10_03/2011_10_03_drive_0034_sync 3791 r\n2011_10_03/2011_10_03_drive_0034_sync 2846 l\n2011_10_03/2011_10_03_drive_0034_sync 344 r\n2011_10_03/2011_10_03_drive_0034_sync 690 r\n2011_10_03/2011_10_03_drive_0034_sync 2696 r\n2011_10_03/2011_10_03_drive_0034_sync 2491 r\n2011_10_03/2011_10_03_drive_0034_sync 628 r\n2011_10_03/2011_10_03_drive_0034_sync 1050 r\n2011_10_03/2011_10_03_drive_0034_sync 3440 r\n2011_10_03/2011_10_03_drive_0034_sync 1302 l\n2011_10_03/2011_10_03_drive_0034_sync 3545 l\n2011_10_03/2011_10_03_drive_0034_sync 1218 l\n2011_10_03/2011_10_03_drive_0034_sync 2923 r\n2011_10_03/2011_10_03_drive_0034_sync 1060 l\n2011_10_03/2011_10_03_drive_0034_sync 3711 l\n2011_10_03/2011_10_03_drive_0034_sync 2132 l\n2011_10_03/2011_10_03_drive_0034_sync 3697 r\n2011_10_03/2011_10_03_drive_0034_sync 4612 l\n2011_10_03/2011_10_03_drive_0034_sync 1224 l\n2011_10_03/2011_10_03_drive_0034_sync 1843 l\n2011_10_03/2011_10_03_drive_0034_sync 1735 l\n2011_10_03/2011_10_03_drive_0034_sync 731 r\n2011_10_03/2011_10_03_drive_0034_sync 2388 r\n2011_10_03/2011_10_03_drive_0034_sync 915 l\n2011_10_03/2011_10_03_drive_0034_sync 1503 l\n2011_10_03/2011_10_03_drive_0034_sync 2496 l\n2011_10_03/2011_10_03_drive_0034_sync 666 l\n2011_10_03/2011_10_03_drive_0034_sync 4117 r\n2011_10_03/2011_10_03_drive_0034_sync 494 r\n2011_10_03/2011_10_03_drive_0034_sync 1692 r\n2011_10_03/2011_10_03_drive_0034_sync 862 l\n2011_10_03/2011_10_03_drive_0034_sync 3165 r\n2011_10_03/2011_10_03_drive_0034_sync 4216 r\n2011_10_03/2011_10_03_drive_0034_sync 4198 l\n2011_10_03/2011_10_03_drive_0034_sync 1410 r\n2011_10_03/2011_10_03_drive_0034_sync 3880 l\n2011_10_03/2011_10_03_drive_0034_sync 3846 l\n2011_10_03/2011_10_03_drive_0034_sync 1408 l\n2011_10_03/2011_10_03_drive_0034_sync 58 l\n2011_10_03/2011_10_03_drive_0034_sync 3145 l\n2011_10_03/2011_10_03_drive_0034_sync 4035 r\n2011_10_03/2011_10_03_drive_0034_sync 3220 r\n2011_10_03/2011_10_03_drive_0034_sync 3927 r\n2011_10_03/2011_10_03_drive_0034_sync 3351 r\n2011_10_03/2011_10_03_drive_0034_sync 1521 r\n2011_10_03/2011_10_03_drive_0034_sync 4597 r\n2011_10_03/2011_10_03_drive_0034_sync 2566 r\n2011_10_03/2011_10_03_drive_0034_sync 1168 l\n2011_10_03/2011_10_03_drive_0034_sync 502 r\n2011_10_03/2011_10_03_drive_0034_sync 2807 l\n2011_10_03/2011_10_03_drive_0034_sync 3021 r\n2011_10_03/2011_10_03_drive_0034_sync 1724 r\n2011_10_03/2011_10_03_drive_0034_sync 2822 l\n2011_10_03/2011_10_03_drive_0034_sync 1480 l\n2011_10_03/2011_10_03_drive_0034_sync 3704 l\n2011_10_03/2011_10_03_drive_0034_sync 1415 r\n2011_10_03/2011_10_03_drive_0034_sync 3502 r\n2011_10_03/2011_10_03_drive_0034_sync 3354 l\n2011_10_03/2011_10_03_drive_0034_sync 4441 l\n2011_10_03/2011_10_03_drive_0034_sync 4054 l\n2011_10_03/2011_10_03_drive_0034_sync 1699 l\n2011_10_03/2011_10_03_drive_0034_sync 2567 l\n2011_10_03/2011_10_03_drive_0034_sync 3424 l\n2011_10_03/2011_10_03_drive_0034_sync 1437 r\n2011_10_03/2011_10_03_drive_0034_sync 564 r\n2011_10_03/2011_10_03_drive_0034_sync 248 r\n2011_10_03/2011_10_03_drive_0034_sync 164 l\n2011_10_03/2011_10_03_drive_0034_sync 1376 l\n2011_10_03/2011_10_03_drive_0034_sync 3219 l\n2011_10_03/2011_10_03_drive_0034_sync 151 r\n2011_10_03/2011_10_03_drive_0034_sync 1953 r\n2011_10_03/2011_10_03_drive_0034_sync 4528 r\n2011_10_03/2011_10_03_drive_0034_sync 2852 r\n2011_10_03/2011_10_03_drive_0034_sync 2484 r\n2011_10_03/2011_10_03_drive_0034_sync 4136 r\n2011_10_03/2011_10_03_drive_0034_sync 3286 l\n2011_10_03/2011_10_03_drive_0034_sync 140 r\n2011_10_03/2011_10_03_drive_0034_sync 949 r\n2011_10_03/2011_10_03_drive_0034_sync 689 l\n2011_10_03/2011_10_03_drive_0034_sync 2377 l\n2011_10_03/2011_10_03_drive_0034_sync 197 l\n2011_10_03/2011_10_03_drive_0034_sync 3291 l\n2011_10_03/2011_10_03_drive_0034_sync 3518 r\n2011_10_03/2011_10_03_drive_0034_sync 843 l\n2011_10_03/2011_10_03_drive_0034_sync 208 l\n2011_10_03/2011_10_03_drive_0034_sync 2862 l\n2011_10_03/2011_10_03_drive_0034_sync 3572 l\n2011_10_03/2011_10_03_drive_0034_sync 2816 r\n2011_10_03/2011_10_03_drive_0034_sync 2842 r\n2011_10_03/2011_10_03_drive_0034_sync 2480 r\n2011_10_03/2011_10_03_drive_0034_sync 2692 l\n2011_10_03/2011_10_03_drive_0034_sync 2230 l\n2011_10_03/2011_10_03_drive_0034_sync 3904 l\n2011_10_03/2011_10_03_drive_0034_sync 2409 l\n2011_10_03/2011_10_03_drive_0034_sync 380 l\n2011_10_03/2011_10_03_drive_0034_sync 1396 l\n2011_10_03/2011_10_03_drive_0034_sync 2828 r\n2011_10_03/2011_10_03_drive_0034_sync 280 l\n2011_10_03/2011_10_03_drive_0034_sync 3552 r\n2011_10_03/2011_10_03_drive_0034_sync 1626 l\n2011_10_03/2011_10_03_drive_0034_sync 1235 l\n2011_10_03/2011_10_03_drive_0034_sync 307 l\n2011_10_03/2011_10_03_drive_0034_sync 2551 r\n2011_10_03/2011_10_03_drive_0034_sync 283 r\n2011_10_03/2011_10_03_drive_0034_sync 3508 r\n2011_10_03/2011_10_03_drive_0034_sync 4609 l\n2011_10_03/2011_10_03_drive_0034_sync 2837 r\n2011_10_03/2011_10_03_drive_0034_sync 1544 l\n2011_10_03/2011_10_03_drive_0034_sync 2299 r\n2011_10_03/2011_10_03_drive_0034_sync 1859 l\n2011_10_03/2011_10_03_drive_0034_sync 1958 r\n2011_10_03/2011_10_03_drive_0034_sync 225 l\n2011_10_03/2011_10_03_drive_0034_sync 2462 r\n2011_10_03/2011_10_03_drive_0034_sync 1816 r\n2011_10_03/2011_10_03_drive_0034_sync 1987 r\n2011_10_03/2011_10_03_drive_0034_sync 3644 l\n2011_10_03/2011_10_03_drive_0034_sync 458 r\n2011_10_03/2011_10_03_drive_0034_sync 3910 l\n2011_10_03/2011_10_03_drive_0034_sync 2466 l\n2011_10_03/2011_10_03_drive_0034_sync 3393 l\n2011_10_03/2011_10_03_drive_0034_sync 183 l\n2011_10_03/2011_10_03_drive_0034_sync 2649 r\n2011_10_03/2011_10_03_drive_0034_sync 3874 r\n2011_10_03/2011_10_03_drive_0034_sync 3431 r\n2011_10_03/2011_10_03_drive_0034_sync 333 r\n2011_10_03/2011_10_03_drive_0034_sync 3313 l\n2011_10_03/2011_10_03_drive_0034_sync 621 r\n2011_10_03/2011_10_03_drive_0034_sync 2782 l\n2011_10_03/2011_10_03_drive_0034_sync 4326 l\n2011_10_03/2011_10_03_drive_0034_sync 3262 r\n2011_10_03/2011_10_03_drive_0034_sync 1802 l\n2011_10_03/2011_10_03_drive_0034_sync 3523 l\n2011_10_03/2011_10_03_drive_0034_sync 2035 r\n2011_10_03/2011_10_03_drive_0034_sync 869 r\n2011_10_03/2011_10_03_drive_0034_sync 3803 l\n2011_10_03/2011_10_03_drive_0034_sync 201 r\n2011_10_03/2011_10_03_drive_0034_sync 464 l\n2011_10_03/2011_10_03_drive_0034_sync 2766 r\n2011_10_03/2011_10_03_drive_0034_sync 322 l\n2011_10_03/2011_10_03_drive_0034_sync 1579 l\n2011_10_03/2011_10_03_drive_0034_sync 1030 r\n2011_10_03/2011_10_03_drive_0034_sync 482 r\n2011_10_03/2011_10_03_drive_0034_sync 2779 l\n2011_10_03/2011_10_03_drive_0034_sync 4375 r\n2011_10_03/2011_10_03_drive_0034_sync 3189 r\n2011_10_03/2011_10_03_drive_0034_sync 1678 r\n2011_10_03/2011_10_03_drive_0034_sync 2124 r\n2011_10_03/2011_10_03_drive_0034_sync 4190 l\n2011_10_03/2011_10_03_drive_0034_sync 1454 l\n2011_10_03/2011_10_03_drive_0034_sync 3872 r\n2011_10_03/2011_10_03_drive_0034_sync 4502 r\n2011_10_03/2011_10_03_drive_0034_sync 4643 r\n2011_10_03/2011_10_03_drive_0034_sync 972 l\n2011_10_03/2011_10_03_drive_0034_sync 852 r\n2011_10_03/2011_10_03_drive_0034_sync 2799 l\n2011_10_03/2011_10_03_drive_0034_sync 3480 r\n2011_10_03/2011_10_03_drive_0034_sync 352 l\n2011_10_03/2011_10_03_drive_0034_sync 1397 l\n2011_10_03/2011_10_03_drive_0034_sync 3118 l\n2011_10_03/2011_10_03_drive_0034_sync 3185 r\n2011_10_03/2011_10_03_drive_0034_sync 2742 r\n2011_10_03/2011_10_03_drive_0034_sync 3958 r\n2011_10_03/2011_10_03_drive_0034_sync 2463 r\n2011_10_03/2011_10_03_drive_0034_sync 3497 r\n2011_10_03/2011_10_03_drive_0034_sync 3356 r\n2011_10_03/2011_10_03_drive_0034_sync 1254 r\n2011_10_03/2011_10_03_drive_0034_sync 2433 l\n2011_10_03/2011_10_03_drive_0034_sync 2803 r\n2011_10_03/2011_10_03_drive_0034_sync 4268 r\n2011_10_03/2011_10_03_drive_0034_sync 1569 l\n2011_10_03/2011_10_03_drive_0034_sync 2833 l\n2011_10_03/2011_10_03_drive_0034_sync 3482 l\n2011_10_03/2011_10_03_drive_0034_sync 2700 l\n2011_10_03/2011_10_03_drive_0034_sync 1728 l\n2011_10_03/2011_10_03_drive_0034_sync 392 r\n2011_10_03/2011_10_03_drive_0034_sync 1381 r\n2011_10_03/2011_10_03_drive_0034_sync 604 l\n2011_10_03/2011_10_03_drive_0034_sync 337 r\n2011_10_03/2011_10_03_drive_0034_sync 245 l\n2011_10_03/2011_10_03_drive_0034_sync 3668 l\n2011_10_03/2011_10_03_drive_0034_sync 1401 l\n2011_10_03/2011_10_03_drive_0034_sync 993 r\n2011_10_03/2011_10_03_drive_0034_sync 2469 l\n2011_10_03/2011_10_03_drive_0034_sync 3349 r\n2011_10_03/2011_10_03_drive_0034_sync 425 r\n2011_10_03/2011_10_03_drive_0034_sync 4494 r\n2011_10_03/2011_10_03_drive_0034_sync 345 r\n2011_10_03/2011_10_03_drive_0034_sync 1118 l\n2011_10_03/2011_10_03_drive_0034_sync 4033 r\n2011_10_03/2011_10_03_drive_0034_sync 250 l\n2011_10_03/2011_10_03_drive_0034_sync 4627 l\n2011_10_03/2011_10_03_drive_0034_sync 1610 l\n2011_10_03/2011_10_03_drive_0034_sync 2583 l\n2011_10_03/2011_10_03_drive_0034_sync 3204 r\n2011_10_03/2011_10_03_drive_0034_sync 1638 r\n2011_10_03/2011_10_03_drive_0034_sync 2840 l\n2011_10_03/2011_10_03_drive_0034_sync 614 l\n2011_10_03/2011_10_03_drive_0034_sync 4139 l\n2011_10_03/2011_10_03_drive_0034_sync 1886 l\n2011_10_03/2011_10_03_drive_0034_sync 1817 r\n2011_10_03/2011_10_03_drive_0034_sync 3812 r\n2011_10_03/2011_10_03_drive_0034_sync 1797 l\n2011_10_03/2011_10_03_drive_0034_sync 948 l\n2011_10_03/2011_10_03_drive_0034_sync 4031 r\n2011_10_03/2011_10_03_drive_0034_sync 1476 r\n2011_10_03/2011_10_03_drive_0034_sync 3197 l\n2011_10_03/2011_10_03_drive_0034_sync 797 r\n2011_10_03/2011_10_03_drive_0034_sync 310 l\n2011_10_03/2011_10_03_drive_0034_sync 4360 l\n2011_10_03/2011_10_03_drive_0034_sync 4268 l\n2011_10_03/2011_10_03_drive_0034_sync 1107 l\n2011_10_03/2011_10_03_drive_0034_sync 2708 l\n2011_10_03/2011_10_03_drive_0034_sync 2259 r\n2011_10_03/2011_10_03_drive_0034_sync 4201 r\n2011_10_03/2011_10_03_drive_0034_sync 3636 r\n2011_10_03/2011_10_03_drive_0034_sync 85 l\n2011_10_03/2011_10_03_drive_0034_sync 309 l\n2011_10_03/2011_10_03_drive_0034_sync 3998 r\n2011_10_03/2011_10_03_drive_0034_sync 3681 r\n2011_10_03/2011_10_03_drive_0034_sync 402 l\n2011_10_03/2011_10_03_drive_0034_sync 3295 l\n2011_10_03/2011_10_03_drive_0034_sync 1694 r\n2011_10_03/2011_10_03_drive_0034_sync 2354 l\n2011_10_03/2011_10_03_drive_0034_sync 3619 l\n2011_10_03/2011_10_03_drive_0034_sync 2010 r\n2011_10_03/2011_10_03_drive_0034_sync 3621 r\n2011_10_03/2011_10_03_drive_0034_sync 709 l\n2011_10_03/2011_10_03_drive_0034_sync 4263 r\n2011_10_03/2011_10_03_drive_0034_sync 2713 l\n2011_10_03/2011_10_03_drive_0034_sync 1762 l\n2011_10_03/2011_10_03_drive_0034_sync 3073 r\n2011_10_03/2011_10_03_drive_0034_sync 670 l\n2011_10_03/2011_10_03_drive_0034_sync 2689 l\n2011_10_03/2011_10_03_drive_0034_sync 1987 l\n2011_10_03/2011_10_03_drive_0034_sync 4476 r\n2011_10_03/2011_10_03_drive_0034_sync 2417 r\n2011_10_03/2011_10_03_drive_0034_sync 1043 l\n2011_10_03/2011_10_03_drive_0034_sync 176 r\n2011_10_03/2011_10_03_drive_0034_sync 1107 r\n2011_10_03/2011_10_03_drive_0034_sync 4422 l\n2011_10_03/2011_10_03_drive_0034_sync 1586 r\n2011_10_03/2011_10_03_drive_0034_sync 2928 r\n2011_10_03/2011_10_03_drive_0034_sync 1738 l\n2011_10_03/2011_10_03_drive_0034_sync 360 l\n2011_10_03/2011_10_03_drive_0034_sync 1607 l\n2011_10_03/2011_10_03_drive_0034_sync 1489 r\n2011_10_03/2011_10_03_drive_0034_sync 3436 r\n2011_10_03/2011_10_03_drive_0034_sync 1320 l\n2011_10_03/2011_10_03_drive_0034_sync 29 l\n2011_10_03/2011_10_03_drive_0034_sync 3679 r\n2011_10_03/2011_10_03_drive_0034_sync 3194 l\n2011_10_03/2011_10_03_drive_0034_sync 1936 l\n2011_10_03/2011_10_03_drive_0034_sync 3299 l\n2011_10_03/2011_10_03_drive_0034_sync 4651 r\n2011_10_03/2011_10_03_drive_0034_sync 1272 l\n2011_10_03/2011_10_03_drive_0034_sync 1126 l\n2011_10_03/2011_10_03_drive_0034_sync 321 r\n2011_10_03/2011_10_03_drive_0034_sync 386 r\n2011_10_03/2011_10_03_drive_0034_sync 2957 l\n2011_10_03/2011_10_03_drive_0034_sync 489 l\n2011_10_03/2011_10_03_drive_0034_sync 3003 l\n2011_10_03/2011_10_03_drive_0034_sync 3481 l\n2011_10_03/2011_10_03_drive_0034_sync 4304 l\n2011_10_03/2011_10_03_drive_0034_sync 1032 r\n2011_10_03/2011_10_03_drive_0034_sync 728 l\n2011_10_03/2011_10_03_drive_0034_sync 1062 r\n2011_10_03/2011_10_03_drive_0034_sync 3814 l\n2011_10_03/2011_10_03_drive_0034_sync 2785 l\n2011_10_03/2011_10_03_drive_0034_sync 1785 l\n2011_10_03/2011_10_03_drive_0034_sync 1888 l\n2011_10_03/2011_10_03_drive_0034_sync 1018 l\n2011_10_03/2011_10_03_drive_0034_sync 3028 l\n2011_10_03/2011_10_03_drive_0034_sync 810 l\n2011_10_03/2011_10_03_drive_0034_sync 2788 l\n2011_10_03/2011_10_03_drive_0034_sync 2129 l\n2011_10_03/2011_10_03_drive_0034_sync 4382 r\n2011_10_03/2011_10_03_drive_0034_sync 641 r\n2011_10_03/2011_10_03_drive_0034_sync 4104 r\n2011_10_03/2011_10_03_drive_0034_sync 1870 l\n2011_10_03/2011_10_03_drive_0034_sync 4335 r\n2011_10_03/2011_10_03_drive_0034_sync 3044 r\n2011_10_03/2011_10_03_drive_0034_sync 2195 l\n2011_10_03/2011_10_03_drive_0034_sync 3966 r\n2011_10_03/2011_10_03_drive_0034_sync 4180 l\n2011_10_03/2011_10_03_drive_0034_sync 3292 l\n2011_10_03/2011_10_03_drive_0034_sync 4363 l\n2011_10_03/2011_10_03_drive_0034_sync 1364 l\n2011_10_03/2011_10_03_drive_0034_sync 3736 l\n2011_10_03/2011_10_03_drive_0034_sync 3400 r\n2011_10_03/2011_10_03_drive_0034_sync 1357 l\n2011_10_03/2011_10_03_drive_0034_sync 123 r\n2011_10_03/2011_10_03_drive_0034_sync 1152 r\n2011_10_03/2011_10_03_drive_0034_sync 3567 r\n2011_10_03/2011_10_03_drive_0034_sync 1250 r\n2011_10_03/2011_10_03_drive_0034_sync 4165 l\n2011_10_03/2011_10_03_drive_0034_sync 2359 r\n2011_10_03/2011_10_03_drive_0034_sync 2260 l\n2011_10_03/2011_10_03_drive_0034_sync 4313 r\n2011_10_03/2011_10_03_drive_0034_sync 392 l\n2011_10_03/2011_10_03_drive_0034_sync 2415 r\n2011_10_03/2011_10_03_drive_0034_sync 1388 r\n2011_10_03/2011_10_03_drive_0034_sync 3363 l\n2011_10_03/2011_10_03_drive_0034_sync 2220 l\n2011_10_03/2011_10_03_drive_0034_sync 801 r\n2011_10_03/2011_10_03_drive_0034_sync 1117 l\n2011_10_03/2011_10_03_drive_0034_sync 4627 r\n2011_10_03/2011_10_03_drive_0034_sync 538 l\n2011_10_03/2011_10_03_drive_0034_sync 3244 l\n2011_10_03/2011_10_03_drive_0034_sync 3146 l\n2011_10_03/2011_10_03_drive_0034_sync 2458 l\n2011_10_03/2011_10_03_drive_0034_sync 4252 l\n2011_10_03/2011_10_03_drive_0034_sync 4241 r\n2011_10_03/2011_10_03_drive_0034_sync 507 l\n2011_10_03/2011_10_03_drive_0034_sync 4213 l\n2011_10_03/2011_10_03_drive_0034_sync 1099 r\n2011_10_03/2011_10_03_drive_0034_sync 1266 l\n2011_10_03/2011_10_03_drive_0034_sync 1684 r\n2011_10_03/2011_10_03_drive_0034_sync 1407 l\n2011_10_03/2011_10_03_drive_0034_sync 1526 r\n2011_10_03/2011_10_03_drive_0034_sync 1505 l\n2011_10_03/2011_10_03_drive_0034_sync 2723 r\n2011_10_03/2011_10_03_drive_0034_sync 2428 l\n2011_10_03/2011_10_03_drive_0034_sync 3000 r\n2011_10_03/2011_10_03_drive_0034_sync 1666 r\n2011_10_03/2011_10_03_drive_0034_sync 3402 l\n2011_10_03/2011_10_03_drive_0034_sync 3910 r\n2011_10_03/2011_10_03_drive_0034_sync 3419 l\n2011_10_03/2011_10_03_drive_0034_sync 2975 r\n2011_10_03/2011_10_03_drive_0034_sync 2197 l\n2011_10_03/2011_10_03_drive_0034_sync 4354 l\n2011_10_03/2011_10_03_drive_0034_sync 1269 r\n2011_10_03/2011_10_03_drive_0034_sync 2804 r\n2011_10_03/2011_10_03_drive_0034_sync 2524 l\n2011_10_03/2011_10_03_drive_0034_sync 561 r\n2011_10_03/2011_10_03_drive_0034_sync 175 l\n2011_10_03/2011_10_03_drive_0034_sync 3331 l\n2011_10_03/2011_10_03_drive_0034_sync 1212 r\n2011_10_03/2011_10_03_drive_0034_sync 366 r\n2011_10_03/2011_10_03_drive_0034_sync 3131 l\n2011_10_03/2011_10_03_drive_0034_sync 3400 l\n2011_10_03/2011_10_03_drive_0034_sync 2968 l\n2011_10_03/2011_10_03_drive_0034_sync 3714 r\n2011_10_03/2011_10_03_drive_0034_sync 3979 l\n2011_10_03/2011_10_03_drive_0034_sync 1324 r\n2011_10_03/2011_10_03_drive_0034_sync 4585 l\n2011_10_03/2011_10_03_drive_0034_sync 4531 l\n2011_10_03/2011_10_03_drive_0034_sync 3740 l\n2011_10_03/2011_10_03_drive_0034_sync 3286 r\n2011_10_03/2011_10_03_drive_0034_sync 2639 l\n2011_10_03/2011_10_03_drive_0034_sync 1145 r\n2011_10_03/2011_10_03_drive_0034_sync 2558 r\n2011_10_03/2011_10_03_drive_0034_sync 2064 l\n2011_10_03/2011_10_03_drive_0034_sync 3166 l\n2011_10_03/2011_10_03_drive_0034_sync 2783 r\n2011_10_03/2011_10_03_drive_0034_sync 2811 r\n2011_10_03/2011_10_03_drive_0034_sync 1039 l\n2011_10_03/2011_10_03_drive_0034_sync 1618 r\n2011_10_03/2011_10_03_drive_0034_sync 678 l\n2011_10_03/2011_10_03_drive_0034_sync 4297 l\n2011_10_03/2011_10_03_drive_0034_sync 3056 l\n2011_10_03/2011_10_03_drive_0034_sync 2784 l\n2011_10_03/2011_10_03_drive_0034_sync 383 r\n2011_10_03/2011_10_03_drive_0034_sync 3401 l\n2011_10_03/2011_10_03_drive_0034_sync 3927 l\n2011_10_03/2011_10_03_drive_0034_sync 3775 l\n2011_10_03/2011_10_03_drive_0034_sync 2675 r\n2011_10_03/2011_10_03_drive_0034_sync 719 l\n2011_10_03/2011_10_03_drive_0034_sync 469 r\n2011_10_03/2011_10_03_drive_0034_sync 1390 l\n2011_10_03/2011_10_03_drive_0034_sync 4533 r\n2011_10_03/2011_10_03_drive_0034_sync 3536 l\n2011_10_03/2011_10_03_drive_0034_sync 3661 r\n2011_10_03/2011_10_03_drive_0034_sync 1039 r\n2011_10_03/2011_10_03_drive_0034_sync 4144 r\n2011_10_03/2011_10_03_drive_0034_sync 1929 l\n2011_10_03/2011_10_03_drive_0034_sync 74 l\n2011_10_03/2011_10_03_drive_0034_sync 1349 r\n2011_10_03/2011_10_03_drive_0034_sync 871 l\n2011_10_03/2011_10_03_drive_0034_sync 592 r\n2011_10_03/2011_10_03_drive_0034_sync 2147 l\n2011_10_03/2011_10_03_drive_0034_sync 650 r\n2011_10_03/2011_10_03_drive_0034_sync 4448 l\n2011_10_03/2011_10_03_drive_0034_sync 3622 l\n2011_10_03/2011_10_03_drive_0034_sync 690 l\n2011_10_03/2011_10_03_drive_0034_sync 3489 r\n2011_10_03/2011_10_03_drive_0034_sync 2475 l\n2011_10_03/2011_10_03_drive_0034_sync 2639 r\n2011_10_03/2011_10_03_drive_0034_sync 4087 r\n2011_10_03/2011_10_03_drive_0034_sync 3897 l\n2011_10_03/2011_10_03_drive_0034_sync 547 l\n2011_10_03/2011_10_03_drive_0034_sync 4312 r\n2011_10_03/2011_10_03_drive_0034_sync 1701 r\n2011_10_03/2011_10_03_drive_0034_sync 3422 l\n2011_10_03/2011_10_03_drive_0034_sync 4083 l\n2011_10_03/2011_10_03_drive_0034_sync 4502 l\n2011_10_03/2011_10_03_drive_0034_sync 332 r\n2011_10_03/2011_10_03_drive_0034_sync 498 l\n2011_10_03/2011_10_03_drive_0034_sync 3155 r\n2011_10_03/2011_10_03_drive_0034_sync 2111 r\n2011_10_03/2011_10_03_drive_0034_sync 1492 l\n2011_10_03/2011_10_03_drive_0034_sync 2156 r\n2011_10_03/2011_10_03_drive_0034_sync 2311 l\n2011_10_03/2011_10_03_drive_0034_sync 3099 r\n2011_10_03/2011_10_03_drive_0034_sync 3604 l\n2011_10_03/2011_10_03_drive_0034_sync 2809 l\n2011_10_03/2011_10_03_drive_0034_sync 2910 r\n2011_10_03/2011_10_03_drive_0034_sync 2784 r\n2011_10_03/2011_10_03_drive_0034_sync 1733 r\n2011_10_03/2011_10_03_drive_0034_sync 1139 r\n2011_10_03/2011_10_03_drive_0034_sync 2188 l\n2011_10_03/2011_10_03_drive_0034_sync 4402 l\n2011_10_03/2011_10_03_drive_0034_sync 4617 r\n2011_10_03/2011_10_03_drive_0034_sync 1806 r\n2011_10_03/2011_10_03_drive_0034_sync 3798 l\n2011_10_03/2011_10_03_drive_0034_sync 731 l\n2011_10_03/2011_10_03_drive_0034_sync 3211 l\n2011_10_03/2011_10_03_drive_0034_sync 1311 l\n2011_10_03/2011_10_03_drive_0034_sync 641 l\n2011_10_03/2011_10_03_drive_0034_sync 2396 l\n2011_10_03/2011_10_03_drive_0034_sync 3018 l\n2011_10_03/2011_10_03_drive_0034_sync 804 r\n2011_10_03/2011_10_03_drive_0034_sync 3852 l\n2011_10_03/2011_10_03_drive_0034_sync 2487 l\n2011_10_03/2011_10_03_drive_0034_sync 1032 l\n2011_10_03/2011_10_03_drive_0034_sync 4277 l\n2011_10_03/2011_10_03_drive_0034_sync 1023 r\n2011_10_03/2011_10_03_drive_0034_sync 4560 l\n2011_10_03/2011_10_03_drive_0034_sync 4482 l\n2011_10_03/2011_10_03_drive_0034_sync 4305 l\n2011_10_03/2011_10_03_drive_0034_sync 3256 r\n2011_10_03/2011_10_03_drive_0034_sync 1938 l\n2011_10_03/2011_10_03_drive_0034_sync 4473 r\n2011_10_03/2011_10_03_drive_0034_sync 2617 l\n2011_10_03/2011_10_03_drive_0034_sync 2217 r\n2011_10_03/2011_10_03_drive_0034_sync 1596 l\n2011_10_03/2011_10_03_drive_0034_sync 3908 l\n2011_10_03/2011_10_03_drive_0034_sync 3391 r\n2011_10_03/2011_10_03_drive_0034_sync 149 l\n2011_10_03/2011_10_03_drive_0034_sync 922 r\n2011_10_03/2011_10_03_drive_0034_sync 2365 r\n2011_10_03/2011_10_03_drive_0034_sync 4504 r\n2011_10_03/2011_10_03_drive_0034_sync 1065 r\n2011_10_03/2011_10_03_drive_0034_sync 4116 l\n2011_10_03/2011_10_03_drive_0034_sync 1988 r\n2011_10_03/2011_10_03_drive_0034_sync 3651 l\n2011_10_03/2011_10_03_drive_0034_sync 3959 l\n2011_10_03/2011_10_03_drive_0034_sync 1804 r\n2011_10_03/2011_10_03_drive_0034_sync 2544 r\n2011_10_03/2011_10_03_drive_0034_sync 2448 l\n2011_10_03/2011_10_03_drive_0034_sync 2903 l\n2011_10_03/2011_10_03_drive_0034_sync 2491 l\n2011_10_03/2011_10_03_drive_0034_sync 4386 l\n2011_10_03/2011_10_03_drive_0034_sync 710 r\n2011_10_03/2011_10_03_drive_0034_sync 695 l\n2011_10_03/2011_10_03_drive_0034_sync 771 l\n2011_10_03/2011_10_03_drive_0034_sync 3318 l\n2011_10_03/2011_10_03_drive_0034_sync 3526 r\n2011_10_03/2011_10_03_drive_0034_sync 4026 l\n2011_10_03/2011_10_03_drive_0034_sync 3276 l\n2011_10_03/2011_10_03_drive_0034_sync 3375 l\n2011_10_03/2011_10_03_drive_0034_sync 16 l\n2011_10_03/2011_10_03_drive_0034_sync 1687 r\n2011_10_03/2011_10_03_drive_0034_sync 1305 r\n2011_10_03/2011_10_03_drive_0034_sync 3076 r\n2011_10_03/2011_10_03_drive_0034_sync 1886 r\n2011_10_03/2011_10_03_drive_0034_sync 3347 r\n2011_10_03/2011_10_03_drive_0034_sync 1978 r\n2011_10_03/2011_10_03_drive_0034_sync 2343 r\n2011_10_03/2011_10_03_drive_0034_sync 3525 l\n2011_10_03/2011_10_03_drive_0034_sync 1298 r\n2011_10_03/2011_10_03_drive_0034_sync 597 r\n2011_10_03/2011_10_03_drive_0034_sync 1745 r\n2011_10_03/2011_10_03_drive_0034_sync 3565 r\n2011_10_03/2011_10_03_drive_0034_sync 3161 l\n2011_10_03/2011_10_03_drive_0034_sync 219 r\n2011_10_03/2011_10_03_drive_0034_sync 2436 r\n2011_10_03/2011_10_03_drive_0034_sync 540 l\n2011_10_03/2011_10_03_drive_0034_sync 3444 r\n2011_10_03/2011_10_03_drive_0034_sync 2492 l\n2011_10_03/2011_10_03_drive_0034_sync 2175 l\n2011_10_03/2011_10_03_drive_0034_sync 769 r\n2011_10_03/2011_10_03_drive_0034_sync 4174 l\n2011_10_03/2011_10_03_drive_0034_sync 1581 l\n2011_10_03/2011_10_03_drive_0034_sync 901 r\n2011_10_03/2011_10_03_drive_0034_sync 2429 r\n2011_10_03/2011_10_03_drive_0034_sync 2759 r\n2011_10_03/2011_10_03_drive_0034_sync 1517 r\n2011_10_03/2011_10_03_drive_0034_sync 3779 l\n2011_10_03/2011_10_03_drive_0034_sync 1798 l\n2011_10_03/2011_10_03_drive_0034_sync 2406 l\n2011_10_03/2011_10_03_drive_0034_sync 362 r\n2011_10_03/2011_10_03_drive_0034_sync 4413 l\n2011_10_03/2011_10_03_drive_0034_sync 4394 l\n2011_10_03/2011_10_03_drive_0034_sync 3708 r\n2011_10_03/2011_10_03_drive_0034_sync 1458 l\n2011_10_03/2011_10_03_drive_0034_sync 1261 l\n2011_10_03/2011_10_03_drive_0034_sync 2311 r\n2011_10_03/2011_10_03_drive_0034_sync 4382 l\n2011_10_03/2011_10_03_drive_0034_sync 1100 l\n2011_10_03/2011_10_03_drive_0034_sync 86 l\n2011_10_03/2011_10_03_drive_0034_sync 4374 r\n2011_10_03/2011_10_03_drive_0034_sync 1319 l\n2011_10_03/2011_10_03_drive_0034_sync 2304 l\n2011_10_03/2011_10_03_drive_0034_sync 1868 r\n2011_10_03/2011_10_03_drive_0034_sync 1190 r\n2011_10_03/2011_10_03_drive_0034_sync 4106 r\n2011_10_03/2011_10_03_drive_0034_sync 1175 l\n2011_10_03/2011_10_03_drive_0034_sync 2659 l\n2011_10_03/2011_10_03_drive_0034_sync 1712 l\n2011_10_03/2011_10_03_drive_0034_sync 2291 l\n2011_10_03/2011_10_03_drive_0034_sync 2588 r\n2011_10_03/2011_10_03_drive_0034_sync 828 r\n2011_10_03/2011_10_03_drive_0034_sync 4535 l\n2011_10_03/2011_10_03_drive_0034_sync 2865 r\n2011_10_03/2011_10_03_drive_0034_sync 4008 r\n2011_10_03/2011_10_03_drive_0034_sync 3262 l\n2011_10_03/2011_10_03_drive_0034_sync 2009 l\n2011_10_03/2011_10_03_drive_0034_sync 2740 l\n2011_10_03/2011_10_03_drive_0034_sync 420 l\n2011_10_03/2011_10_03_drive_0034_sync 4005 r\n2011_10_03/2011_10_03_drive_0034_sync 2414 l\n2011_10_03/2011_10_03_drive_0034_sync 1436 r\n2011_10_03/2011_10_03_drive_0034_sync 3191 r\n2011_10_03/2011_10_03_drive_0034_sync 3973 r\n2011_10_03/2011_10_03_drive_0034_sync 1716 l\n2011_10_03/2011_10_03_drive_0034_sync 110 r\n2011_10_03/2011_10_03_drive_0034_sync 2356 l\n2011_10_03/2011_10_03_drive_0034_sync 11 r\n2011_10_03/2011_10_03_drive_0034_sync 1502 r\n2011_10_03/2011_10_03_drive_0034_sync 630 l\n2011_10_03/2011_10_03_drive_0034_sync 2546 r\n2011_10_03/2011_10_03_drive_0034_sync 300 l\n2011_10_03/2011_10_03_drive_0034_sync 3756 l\n2011_10_03/2011_10_03_drive_0034_sync 536 l\n2011_10_03/2011_10_03_drive_0034_sync 3063 l\n2011_10_03/2011_10_03_drive_0034_sync 965 l\n2011_10_03/2011_10_03_drive_0034_sync 1766 r\n2011_10_03/2011_10_03_drive_0034_sync 3116 l\n2011_10_03/2011_10_03_drive_0034_sync 2052 l\n2011_10_03/2011_10_03_drive_0034_sync 2563 l\n2011_10_03/2011_10_03_drive_0034_sync 2633 r\n2011_10_03/2011_10_03_drive_0034_sync 1891 r\n2011_10_03/2011_10_03_drive_0034_sync 3069 l\n2011_10_03/2011_10_03_drive_0034_sync 4029 l\n2011_10_03/2011_10_03_drive_0034_sync 412 l\n2011_10_03/2011_10_03_drive_0034_sync 1854 r\n2011_10_03/2011_10_03_drive_0034_sync 3103 l\n2011_10_03/2011_10_03_drive_0034_sync 3271 r\n2011_10_03/2011_10_03_drive_0034_sync 2817 r\n2011_10_03/2011_10_03_drive_0034_sync 4196 l\n2011_10_03/2011_10_03_drive_0034_sync 3212 r\n2011_10_03/2011_10_03_drive_0034_sync 2383 r\n2011_10_03/2011_10_03_drive_0034_sync 4474 r\n2011_10_03/2011_10_03_drive_0034_sync 2297 l\n2011_10_03/2011_10_03_drive_0034_sync 3486 r\n2011_10_03/2011_10_03_drive_0034_sync 187 r\n2011_10_03/2011_10_03_drive_0034_sync 204 r\n2011_10_03/2011_10_03_drive_0034_sync 2648 r\n2011_10_03/2011_10_03_drive_0034_sync 3877 r\n2011_10_03/2011_10_03_drive_0034_sync 4152 r\n2011_10_03/2011_10_03_drive_0034_sync 1284 l\n2011_10_03/2011_10_03_drive_0034_sync 1584 r\n2011_10_03/2011_10_03_drive_0034_sync 2932 r\n2011_10_03/2011_10_03_drive_0034_sync 1994 r\n2011_10_03/2011_10_03_drive_0034_sync 4250 r\n2011_10_03/2011_10_03_drive_0034_sync 290 l\n2011_10_03/2011_10_03_drive_0034_sync 2182 r\n2011_10_03/2011_10_03_drive_0034_sync 3012 r\n2011_10_03/2011_10_03_drive_0034_sync 1442 r\n2011_10_03/2011_10_03_drive_0034_sync 242 r\n2011_10_03/2011_10_03_drive_0034_sync 2120 r\n2011_10_03/2011_10_03_drive_0034_sync 1196 l\n2011_10_03/2011_10_03_drive_0034_sync 336 l\n2011_10_03/2011_10_03_drive_0034_sync 974 l\n2011_10_03/2011_10_03_drive_0034_sync 3997 r\n2011_10_03/2011_10_03_drive_0034_sync 4266 l\n2011_10_03/2011_10_03_drive_0034_sync 326 l\n2011_10_03/2011_10_03_drive_0034_sync 1971 r\n2011_10_03/2011_10_03_drive_0034_sync 2797 l\n2011_10_03/2011_10_03_drive_0034_sync 800 l\n2011_10_03/2011_10_03_drive_0034_sync 2900 r\n2011_10_03/2011_10_03_drive_0034_sync 4632 l\n2011_10_03/2011_10_03_drive_0034_sync 2085 l\n2011_10_03/2011_10_03_drive_0034_sync 3897 r\n2011_10_03/2011_10_03_drive_0034_sync 1124 r\n2011_10_03/2011_10_03_drive_0034_sync 1602 r\n2011_10_03/2011_10_03_drive_0034_sync 4081 l\n2011_10_03/2011_10_03_drive_0034_sync 2792 r\n2011_10_03/2011_10_03_drive_0034_sync 277 r\n2011_10_03/2011_10_03_drive_0034_sync 4613 r\n2011_10_03/2011_10_03_drive_0034_sync 139 l\n2011_10_03/2011_10_03_drive_0034_sync 2019 r\n2011_10_03/2011_10_03_drive_0034_sync 3478 l\n2011_10_03/2011_10_03_drive_0034_sync 4396 r\n2011_10_03/2011_10_03_drive_0034_sync 4304 r\n2011_10_03/2011_10_03_drive_0034_sync 2666 r\n2011_10_03/2011_10_03_drive_0034_sync 3157 l\n2011_10_03/2011_10_03_drive_0034_sync 2610 r\n2011_10_03/2011_10_03_drive_0034_sync 685 r\n2011_10_03/2011_10_03_drive_0034_sync 59 r\n2011_10_03/2011_10_03_drive_0034_sync 428 r\n2011_10_03/2011_10_03_drive_0034_sync 335 l\n2011_10_03/2011_10_03_drive_0034_sync 2744 r\n2011_10_03/2011_10_03_drive_0034_sync 4119 l\n2011_10_03/2011_10_03_drive_0034_sync 3099 l\n2011_10_03/2011_10_03_drive_0034_sync 2682 l\n2011_10_03/2011_10_03_drive_0034_sync 1355 l\n2011_10_03/2011_10_03_drive_0034_sync 3970 l\n2011_10_03/2011_10_03_drive_0034_sync 355 l\n2011_10_03/2011_10_03_drive_0034_sync 1552 r\n2011_10_03/2011_10_03_drive_0034_sync 339 r\n2011_10_03/2011_10_03_drive_0034_sync 1646 l\n2011_10_03/2011_10_03_drive_0034_sync 2441 l\n2011_10_03/2011_10_03_drive_0034_sync 3679 l\n2011_10_03/2011_10_03_drive_0034_sync 4348 r\n2011_10_03/2011_10_03_drive_0034_sync 2764 l\n2011_10_03/2011_10_03_drive_0034_sync 163 r\n2011_10_03/2011_10_03_drive_0034_sync 2677 l\n2011_10_03/2011_10_03_drive_0034_sync 2883 r\n2011_10_03/2011_10_03_drive_0034_sync 4261 l\n2011_10_03/2011_10_03_drive_0034_sync 2145 r\n2011_10_03/2011_10_03_drive_0034_sync 1322 r\n2011_10_03/2011_10_03_drive_0034_sync 2292 l\n2011_10_03/2011_10_03_drive_0034_sync 2774 l\n2011_10_03/2011_10_03_drive_0034_sync 3947 r\n2011_10_03/2011_10_03_drive_0034_sync 929 r\n2011_10_03/2011_10_03_drive_0034_sync 314 r\n2011_10_03/2011_10_03_drive_0034_sync 4254 l\n2011_10_03/2011_10_03_drive_0034_sync 3398 l\n2011_10_03/2011_10_03_drive_0034_sync 3841 l\n2011_10_03/2011_10_03_drive_0034_sync 2891 l\n2011_10_03/2011_10_03_drive_0034_sync 1941 l\n2011_10_03/2011_10_03_drive_0034_sync 3320 r\n2011_10_03/2011_10_03_drive_0034_sync 616 l\n2011_10_03/2011_10_03_drive_0034_sync 3732 l\n2011_10_03/2011_10_03_drive_0034_sync 374 l\n2011_10_03/2011_10_03_drive_0034_sync 2018 l\n2011_10_03/2011_10_03_drive_0034_sync 2915 r\n2011_10_03/2011_10_03_drive_0034_sync 4063 r\n2011_10_03/2011_10_03_drive_0034_sync 1855 l\n2011_10_03/2011_10_03_drive_0034_sync 2085 r\n2011_10_03/2011_10_03_drive_0034_sync 3094 l\n2011_10_03/2011_10_03_drive_0034_sync 1461 r\n2011_10_03/2011_10_03_drive_0034_sync 3991 r\n2011_10_03/2011_10_03_drive_0034_sync 4537 l\n2011_10_03/2011_10_03_drive_0034_sync 593 r\n2011_10_03/2011_10_03_drive_0034_sync 2052 r\n2011_10_03/2011_10_03_drive_0034_sync 1632 l\n2011_10_03/2011_10_03_drive_0034_sync 550 r\n2011_10_03/2011_10_03_drive_0034_sync 55 l\n2011_10_03/2011_10_03_drive_0034_sync 2307 l\n2011_10_03/2011_10_03_drive_0034_sync 69 r\n2011_10_03/2011_10_03_drive_0034_sync 908 l\n2011_10_03/2011_10_03_drive_0034_sync 329 l\n2011_10_03/2011_10_03_drive_0034_sync 450 l\n2011_10_03/2011_10_03_drive_0034_sync 4486 r\n2011_10_03/2011_10_03_drive_0034_sync 2814 l\n2011_10_03/2011_10_03_drive_0034_sync 3808 r\n2011_10_03/2011_10_03_drive_0034_sync 1020 l\n2011_10_03/2011_10_03_drive_0034_sync 279 r\n2011_10_03/2011_10_03_drive_0034_sync 2331 r\n2011_10_03/2011_10_03_drive_0034_sync 3764 l\n2011_10_03/2011_10_03_drive_0034_sync 3418 r\n2011_10_03/2011_10_03_drive_0034_sync 889 l\n2011_10_03/2011_10_03_drive_0034_sync 2021 r\n2011_10_03/2011_10_03_drive_0034_sync 1997 r\n2011_10_03/2011_10_03_drive_0034_sync 2808 r\n2011_10_03/2011_10_03_drive_0034_sync 3171 l\n2011_10_03/2011_10_03_drive_0034_sync 946 r\n2011_10_03/2011_10_03_drive_0034_sync 3710 r\n2011_10_03/2011_10_03_drive_0034_sync 1130 l\n2011_10_03/2011_10_03_drive_0034_sync 3799 l\n2011_10_03/2011_10_03_drive_0034_sync 4579 l\n2011_10_03/2011_10_03_drive_0034_sync 2520 r\n2011_10_03/2011_10_03_drive_0034_sync 1540 r\n2011_10_03/2011_10_03_drive_0034_sync 2440 r\n2011_10_03/2011_10_03_drive_0034_sync 4578 r\n2011_10_03/2011_10_03_drive_0034_sync 626 r\n2011_10_03/2011_10_03_drive_0034_sync 2386 l\n2011_10_03/2011_10_03_drive_0034_sync 2893 l\n2011_10_03/2011_10_03_drive_0034_sync 3996 r\n2011_10_03/2011_10_03_drive_0034_sync 232 l\n2011_10_03/2011_10_03_drive_0034_sync 1311 r\n2011_10_03/2011_10_03_drive_0034_sync 1728 r\n2011_10_03/2011_10_03_drive_0034_sync 1701 l\n2011_10_03/2011_10_03_drive_0034_sync 1409 r\n2011_10_03/2011_10_03_drive_0034_sync 1775 l\n2011_10_03/2011_10_03_drive_0034_sync 2308 r\n2011_10_03/2011_10_03_drive_0034_sync 966 l\n2011_10_03/2011_10_03_drive_0034_sync 1906 r\n2011_10_03/2011_10_03_drive_0034_sync 4464 r\n2011_10_03/2011_10_03_drive_0034_sync 2536 l\n2011_10_03/2011_10_03_drive_0034_sync 2499 l\n2011_10_03/2011_10_03_drive_0034_sync 555 l\n2011_10_03/2011_10_03_drive_0034_sync 3301 r\n2011_10_03/2011_10_03_drive_0034_sync 4435 l\n2011_10_03/2011_10_03_drive_0034_sync 3492 r\n2011_10_03/2011_10_03_drive_0034_sync 4057 l\n2011_10_03/2011_10_03_drive_0034_sync 4195 r\n2011_10_03/2011_10_03_drive_0034_sync 675 l\n2011_10_03/2011_10_03_drive_0034_sync 1019 r\n2011_10_03/2011_10_03_drive_0034_sync 3567 l\n2011_10_03/2011_10_03_drive_0034_sync 3854 l\n2011_10_03/2011_10_03_drive_0034_sync 2514 l\n2011_10_03/2011_10_03_drive_0034_sync 349 l\n2011_10_03/2011_10_03_drive_0034_sync 2307 r\n2011_10_03/2011_10_03_drive_0034_sync 3376 r\n2011_10_03/2011_10_03_drive_0034_sync 1767 r\n2011_10_03/2011_10_03_drive_0034_sync 595 r\n2011_10_03/2011_10_03_drive_0034_sync 4433 l\n2011_10_03/2011_10_03_drive_0034_sync 4095 l\n2011_10_03/2011_10_03_drive_0034_sync 3119 l\n2011_10_03/2011_10_03_drive_0034_sync 2990 r\n2011_10_03/2011_10_03_drive_0034_sync 1073 r\n2011_10_03/2011_10_03_drive_0034_sync 3376 l\n2011_10_03/2011_10_03_drive_0034_sync 1697 l\n2011_10_03/2011_10_03_drive_0034_sync 2888 l\n2011_10_03/2011_10_03_drive_0034_sync 4327 l\n2011_10_03/2011_10_03_drive_0034_sync 254 r\n2011_10_03/2011_10_03_drive_0034_sync 740 l\n2011_10_03/2011_10_03_drive_0034_sync 3495 r\n2011_10_03/2011_10_03_drive_0034_sync 996 r\n2011_10_03/2011_10_03_drive_0034_sync 2985 r\n2011_10_03/2011_10_03_drive_0034_sync 3799 r\n2011_10_03/2011_10_03_drive_0034_sync 3032 l\n2011_10_03/2011_10_03_drive_0034_sync 3788 l\n2011_10_03/2011_10_03_drive_0034_sync 1314 l\n2011_10_03/2011_10_03_drive_0034_sync 3236 l\n2011_10_03/2011_10_03_drive_0034_sync 4048 r\n2011_10_03/2011_10_03_drive_0034_sync 2668 r\n2011_10_03/2011_10_03_drive_0034_sync 1325 l\n2011_10_03/2011_10_03_drive_0034_sync 424 l\n2011_10_03/2011_10_03_drive_0034_sync 2367 r\n2011_10_03/2011_10_03_drive_0034_sync 705 l\n2011_10_03/2011_10_03_drive_0034_sync 3203 r\n2011_10_03/2011_10_03_drive_0034_sync 239 r\n2011_10_03/2011_10_03_drive_0034_sync 82 r\n2011_10_03/2011_10_03_drive_0034_sync 3468 r\n2011_10_03/2011_10_03_drive_0034_sync 4581 r\n2011_10_03/2011_10_03_drive_0034_sync 1810 r\n2011_10_03/2011_10_03_drive_0034_sync 2612 r\n2011_10_03/2011_10_03_drive_0034_sync 2412 r\n2011_10_03/2011_10_03_drive_0034_sync 2146 l\n2011_10_03/2011_10_03_drive_0034_sync 2972 l\n2011_10_03/2011_10_03_drive_0034_sync 4591 l\n2011_10_03/2011_10_03_drive_0034_sync 1514 r\n2011_10_03/2011_10_03_drive_0034_sync 4149 l\n2011_10_03/2011_10_03_drive_0034_sync 3625 r\n2011_10_03/2011_10_03_drive_0042_sync 514 r\n2011_10_03/2011_10_03_drive_0042_sync 478 r\n2011_10_03/2011_10_03_drive_0042_sync 768 r\n2011_10_03/2011_10_03_drive_0042_sync 66 r\n2011_10_03/2011_10_03_drive_0042_sync 297 r\n2011_10_03/2011_10_03_drive_0042_sync 458 l\n2011_10_03/2011_10_03_drive_0042_sync 569 l\n2011_10_03/2011_10_03_drive_0042_sync 249 l\n2011_10_03/2011_10_03_drive_0042_sync 591 l\n2011_10_03/2011_10_03_drive_0042_sync 891 l\n2011_10_03/2011_10_03_drive_0042_sync 865 l\n2011_10_03/2011_10_03_drive_0042_sync 924 l\n2011_10_03/2011_10_03_drive_0042_sync 701 l\n2011_10_03/2011_10_03_drive_0042_sync 363 r\n2011_10_03/2011_10_03_drive_0042_sync 692 l\n2011_10_03/2011_10_03_drive_0042_sync 9 r\n2011_10_03/2011_10_03_drive_0042_sync 296 r\n2011_10_03/2011_10_03_drive_0042_sync 1087 r\n2011_10_03/2011_10_03_drive_0042_sync 584 l\n2011_10_03/2011_10_03_drive_0042_sync 715 l\n2011_10_03/2011_10_03_drive_0042_sync 1008 l\n2011_10_03/2011_10_03_drive_0042_sync 101 l\n2011_10_03/2011_10_03_drive_0042_sync 256 l\n2011_10_03/2011_10_03_drive_0042_sync 625 l\n2011_10_03/2011_10_03_drive_0042_sync 591 r\n2011_10_03/2011_10_03_drive_0042_sync 956 r\n2011_10_03/2011_10_03_drive_0042_sync 787 l\n2011_10_03/2011_10_03_drive_0042_sync 830 r\n2011_10_03/2011_10_03_drive_0042_sync 424 l\n2011_10_03/2011_10_03_drive_0042_sync 395 l\n2011_10_03/2011_10_03_drive_0042_sync 902 r\n2011_10_03/2011_10_03_drive_0042_sync 1016 r\n2011_10_03/2011_10_03_drive_0042_sync 402 r\n2011_10_03/2011_10_03_drive_0042_sync 504 l\n2011_10_03/2011_10_03_drive_0042_sync 231 r\n2011_10_03/2011_10_03_drive_0042_sync 959 r\n2011_10_03/2011_10_03_drive_0042_sync 1056 r\n2011_10_03/2011_10_03_drive_0042_sync 489 l\n2011_10_03/2011_10_03_drive_0042_sync 408 r\n2011_10_03/2011_10_03_drive_0042_sync 370 l\n2011_10_03/2011_10_03_drive_0042_sync 434 l\n2011_10_03/2011_10_03_drive_0042_sync 209 l\n2011_10_03/2011_10_03_drive_0042_sync 204 r\n2011_10_03/2011_10_03_drive_0042_sync 1112 r\n2011_10_03/2011_10_03_drive_0042_sync 974 r\n2011_10_03/2011_10_03_drive_0042_sync 640 r\n2011_10_03/2011_10_03_drive_0042_sync 703 r\n2011_10_03/2011_10_03_drive_0042_sync 635 r\n2011_10_03/2011_10_03_drive_0042_sync 414 r\n2011_10_03/2011_10_03_drive_0042_sync 1017 r\n2011_10_03/2011_10_03_drive_0042_sync 1013 r\n2011_10_03/2011_10_03_drive_0042_sync 798 r\n2011_10_03/2011_10_03_drive_0042_sync 863 l\n2011_10_03/2011_10_03_drive_0042_sync 860 r\n2011_10_03/2011_10_03_drive_0042_sync 1057 r\n2011_10_03/2011_10_03_drive_0042_sync 1137 r\n2011_10_03/2011_10_03_drive_0042_sync 458 r\n2011_10_03/2011_10_03_drive_0042_sync 572 r\n2011_10_03/2011_10_03_drive_0042_sync 148 r\n2011_10_03/2011_10_03_drive_0042_sync 817 l\n2011_10_03/2011_10_03_drive_0042_sync 43 l\n2011_10_03/2011_10_03_drive_0042_sync 555 r\n2011_10_03/2011_10_03_drive_0042_sync 767 l\n2011_10_03/2011_10_03_drive_0042_sync 1008 r\n2011_10_03/2011_10_03_drive_0042_sync 785 l\n2011_10_03/2011_10_03_drive_0042_sync 453 l\n2011_10_03/2011_10_03_drive_0042_sync 376 l\n2011_10_03/2011_10_03_drive_0042_sync 934 r\n2011_10_03/2011_10_03_drive_0042_sync 387 r\n2011_10_03/2011_10_03_drive_0042_sync 531 r\n2011_10_03/2011_10_03_drive_0042_sync 49 l\n2011_10_03/2011_10_03_drive_0042_sync 980 r\n2011_10_03/2011_10_03_drive_0042_sync 435 r\n2011_10_03/2011_10_03_drive_0042_sync 600 r\n2011_10_03/2011_10_03_drive_0042_sync 880 r\n2011_10_03/2011_10_03_drive_0042_sync 1034 l\n2011_10_03/2011_10_03_drive_0042_sync 406 l\n2011_10_03/2011_10_03_drive_0042_sync 822 l\n2011_10_03/2011_10_03_drive_0042_sync 440 l\n2011_10_03/2011_10_03_drive_0042_sync 726 r\n2011_10_03/2011_10_03_drive_0042_sync 737 l\n2011_10_03/2011_10_03_drive_0042_sync 1061 l\n2011_10_03/2011_10_03_drive_0042_sync 1163 l\n2011_10_03/2011_10_03_drive_0042_sync 1056 l\n2011_10_03/2011_10_03_drive_0042_sync 1007 r\n2011_10_03/2011_10_03_drive_0042_sync 942 l\n2011_10_03/2011_10_03_drive_0042_sync 380 r\n2011_10_03/2011_10_03_drive_0042_sync 1067 l\n2011_10_03/2011_10_03_drive_0042_sync 244 l\n2011_10_03/2011_10_03_drive_0042_sync 1133 r\n2011_10_03/2011_10_03_drive_0042_sync 24 l\n2011_10_03/2011_10_03_drive_0042_sync 1002 l\n2011_10_03/2011_10_03_drive_0042_sync 868 l\n2011_10_03/2011_10_03_drive_0042_sync 1099 r\n2011_10_03/2011_10_03_drive_0042_sync 1020 r\n2011_10_03/2011_10_03_drive_0042_sync 447 l\n2011_10_03/2011_10_03_drive_0042_sync 81 l\n2011_10_03/2011_10_03_drive_0042_sync 839 l\n2011_10_03/2011_10_03_drive_0042_sync 388 r\n2011_10_03/2011_10_03_drive_0042_sync 799 r\n2011_10_03/2011_10_03_drive_0042_sync 497 r\n2011_10_03/2011_10_03_drive_0042_sync 26 l\n2011_10_03/2011_10_03_drive_0042_sync 611 l\n2011_10_03/2011_10_03_drive_0042_sync 159 r\n2011_10_03/2011_10_03_drive_0042_sync 1082 l\n2011_10_03/2011_10_03_drive_0042_sync 121 r\n2011_10_03/2011_10_03_drive_0042_sync 39 l\n2011_10_03/2011_10_03_drive_0042_sync 896 l\n2011_10_03/2011_10_03_drive_0042_sync 193 r\n2011_10_03/2011_10_03_drive_0042_sync 992 l\n2011_10_03/2011_10_03_drive_0042_sync 807 l\n2011_10_03/2011_10_03_drive_0042_sync 1076 r\n2011_10_03/2011_10_03_drive_0042_sync 907 l\n2011_10_03/2011_10_03_drive_0042_sync 460 r\n2011_10_03/2011_10_03_drive_0042_sync 1150 l\n2011_10_03/2011_10_03_drive_0042_sync 1140 r\n2011_10_03/2011_10_03_drive_0042_sync 1081 r\n2011_10_03/2011_10_03_drive_0042_sync 1113 r\n2011_10_03/2011_10_03_drive_0042_sync 688 r\n2011_10_03/2011_10_03_drive_0042_sync 939 l\n2011_10_03/2011_10_03_drive_0042_sync 1034 r\n2011_10_03/2011_10_03_drive_0042_sync 748 r\n2011_10_03/2011_10_03_drive_0042_sync 57 l\n2011_10_03/2011_10_03_drive_0042_sync 238 l\n2011_10_03/2011_10_03_drive_0042_sync 964 l\n2011_10_03/2011_10_03_drive_0042_sync 86 l\n2011_10_03/2011_10_03_drive_0042_sync 779 r\n2011_10_03/2011_10_03_drive_0042_sync 955 l\n2011_10_03/2011_10_03_drive_0042_sync 1131 l\n2011_10_03/2011_10_03_drive_0042_sync 71 l\n2011_10_03/2011_10_03_drive_0042_sync 1095 l\n2011_10_03/2011_10_03_drive_0042_sync 416 l\n2011_10_03/2011_10_03_drive_0042_sync 132 r\n2011_10_03/2011_10_03_drive_0042_sync 968 r\n2011_10_03/2011_10_03_drive_0042_sync 963 l\n2011_10_03/2011_10_03_drive_0042_sync 817 r\n2011_10_03/2011_10_03_drive_0042_sync 599 l\n2011_10_03/2011_10_03_drive_0042_sync 1000 r\n2011_10_03/2011_10_03_drive_0042_sync 433 l\n2011_10_03/2011_10_03_drive_0042_sync 355 r\n2011_10_03/2011_10_03_drive_0042_sync 943 l\n2011_10_03/2011_10_03_drive_0042_sync 219 l\n2011_10_03/2011_10_03_drive_0042_sync 113 l\n2011_10_03/2011_10_03_drive_0042_sync 558 r\n2011_10_03/2011_10_03_drive_0042_sync 461 r\n2011_10_03/2011_10_03_drive_0042_sync 84 r\n2011_10_03/2011_10_03_drive_0042_sync 226 l\n2011_10_03/2011_10_03_drive_0042_sync 392 r\n2011_10_03/2011_10_03_drive_0042_sync 161 l\n2011_10_03/2011_10_03_drive_0042_sync 28 l\n2011_10_03/2011_10_03_drive_0042_sync 22 r\n2011_10_03/2011_10_03_drive_0042_sync 968 l\n2011_10_03/2011_10_03_drive_0042_sync 998 l\n2011_10_03/2011_10_03_drive_0042_sync 259 r\n2011_10_03/2011_10_03_drive_0042_sync 186 l\n2011_10_03/2011_10_03_drive_0042_sync 1148 r\n2011_10_03/2011_10_03_drive_0042_sync 545 r\n2011_10_03/2011_10_03_drive_0042_sync 523 l\n2011_10_03/2011_10_03_drive_0042_sync 909 r\n2011_10_03/2011_10_03_drive_0042_sync 143 r\n2011_10_03/2011_10_03_drive_0042_sync 708 l\n2011_10_03/2011_10_03_drive_0042_sync 149 r\n2011_10_03/2011_10_03_drive_0042_sync 1043 r\n2011_10_03/2011_10_03_drive_0042_sync 1044 r\n2011_10_03/2011_10_03_drive_0042_sync 1003 r\n2011_10_03/2011_10_03_drive_0042_sync 313 r\n2011_10_03/2011_10_03_drive_0042_sync 741 r\n2011_10_03/2011_10_03_drive_0042_sync 691 l\n2011_10_03/2011_10_03_drive_0042_sync 870 l\n2011_10_03/2011_10_03_drive_0042_sync 223 l\n2011_10_03/2011_10_03_drive_0042_sync 744 l\n2011_10_03/2011_10_03_drive_0042_sync 467 r\n2011_10_03/2011_10_03_drive_0042_sync 1155 r\n2011_10_03/2011_10_03_drive_0042_sync 40 l\n2011_10_03/2011_10_03_drive_0042_sync 613 l\n2011_10_03/2011_10_03_drive_0042_sync 408 l\n2011_10_03/2011_10_03_drive_0042_sync 156 l\n2011_10_03/2011_10_03_drive_0042_sync 512 l\n2011_10_03/2011_10_03_drive_0042_sync 820 l\n2011_10_03/2011_10_03_drive_0042_sync 199 l\n2011_10_03/2011_10_03_drive_0042_sync 697 r\n2011_10_03/2011_10_03_drive_0042_sync 1045 l\n2011_10_03/2011_10_03_drive_0042_sync 332 r\n2011_10_03/2011_10_03_drive_0042_sync 3 r\n2011_10_03/2011_10_03_drive_0042_sync 47 l\n2011_10_03/2011_10_03_drive_0042_sync 394 l\n2011_10_03/2011_10_03_drive_0042_sync 423 r\n2011_10_03/2011_10_03_drive_0042_sync 1123 l\n2011_10_03/2011_10_03_drive_0042_sync 974 l\n2011_10_03/2011_10_03_drive_0042_sync 557 r\n2011_10_03/2011_10_03_drive_0042_sync 357 r\n2011_10_03/2011_10_03_drive_0042_sync 95 l\n2011_10_03/2011_10_03_drive_0042_sync 607 r\n2011_10_03/2011_10_03_drive_0042_sync 800 l\n2011_10_03/2011_10_03_drive_0042_sync 407 r\n2011_10_03/2011_10_03_drive_0042_sync 245 r\n2011_10_03/2011_10_03_drive_0042_sync 614 l\n2011_10_03/2011_10_03_drive_0042_sync 230 r\n2011_10_03/2011_10_03_drive_0042_sync 353 l\n2011_10_03/2011_10_03_drive_0042_sync 481 r\n2011_10_03/2011_10_03_drive_0042_sync 980 l\n2011_10_03/2011_10_03_drive_0042_sync 957 r\n2011_10_03/2011_10_03_drive_0042_sync 883 l\n2011_10_03/2011_10_03_drive_0042_sync 54 r\n2011_10_03/2011_10_03_drive_0042_sync 105 r\n2011_10_03/2011_10_03_drive_0042_sync 121 l\n2011_10_03/2011_10_03_drive_0042_sync 558 l\n2011_10_03/2011_10_03_drive_0042_sync 628 r\n2011_10_03/2011_10_03_drive_0042_sync 1148 l\n2011_10_03/2011_10_03_drive_0042_sync 829 r\n2011_10_03/2011_10_03_drive_0042_sync 833 r\n2011_10_03/2011_10_03_drive_0042_sync 1011 l\n2011_10_03/2011_10_03_drive_0042_sync 774 r\n2011_10_03/2011_10_03_drive_0042_sync 643 r\n2011_10_03/2011_10_03_drive_0042_sync 948 l\n2011_10_03/2011_10_03_drive_0042_sync 882 l\n2011_10_03/2011_10_03_drive_0042_sync 689 r\n2011_10_03/2011_10_03_drive_0042_sync 1081 l\n2011_10_03/2011_10_03_drive_0042_sync 446 l\n2011_10_03/2011_10_03_drive_0042_sync 148 l\n2011_10_03/2011_10_03_drive_0042_sync 382 l\n2011_10_03/2011_10_03_drive_0042_sync 932 l\n2011_10_03/2011_10_03_drive_0042_sync 104 r\n2011_10_03/2011_10_03_drive_0042_sync 495 r\n2011_10_03/2011_10_03_drive_0042_sync 1058 r\n2011_10_03/2011_10_03_drive_0042_sync 682 l\n2011_10_03/2011_10_03_drive_0042_sync 140 l\n2011_10_03/2011_10_03_drive_0042_sync 816 l\n2011_10_03/2011_10_03_drive_0042_sync 891 r\n2011_10_03/2011_10_03_drive_0042_sync 890 l\n2011_10_03/2011_10_03_drive_0042_sync 1013 l\n2011_10_03/2011_10_03_drive_0042_sync 118 l\n2011_10_03/2011_10_03_drive_0042_sync 366 l\n2011_10_03/2011_10_03_drive_0042_sync 227 l\n2011_10_03/2011_10_03_drive_0042_sync 428 l\n2011_10_03/2011_10_03_drive_0042_sync 724 r\n2011_10_03/2011_10_03_drive_0042_sync 559 l\n2011_10_03/2011_10_03_drive_0042_sync 849 r\n2011_10_03/2011_10_03_drive_0042_sync 430 l\n2011_10_03/2011_10_03_drive_0042_sync 411 l\n2011_10_03/2011_10_03_drive_0042_sync 178 r\n2011_10_03/2011_10_03_drive_0042_sync 313 l\n2011_10_03/2011_10_03_drive_0042_sync 610 l\n2011_10_03/2011_10_03_drive_0042_sync 191 r\n2011_10_03/2011_10_03_drive_0042_sync 936 l\n2011_10_03/2011_10_03_drive_0042_sync 1002 r\n2011_10_03/2011_10_03_drive_0042_sync 417 r\n2011_10_03/2011_10_03_drive_0042_sync 646 r\n2011_10_03/2011_10_03_drive_0042_sync 935 r\n2011_10_03/2011_10_03_drive_0042_sync 955 r\n2011_10_03/2011_10_03_drive_0042_sync 1146 l\n2011_10_03/2011_10_03_drive_0042_sync 1026 r\n2011_10_03/2011_10_03_drive_0042_sync 51 l\n2011_10_03/2011_10_03_drive_0042_sync 761 r\n2011_10_03/2011_10_03_drive_0042_sync 965 r\n2011_10_03/2011_10_03_drive_0042_sync 1051 r\n2011_10_03/2011_10_03_drive_0042_sync 691 r\n2011_10_03/2011_10_03_drive_0042_sync 136 r\n2011_10_03/2011_10_03_drive_0042_sync 19 r\n2011_10_03/2011_10_03_drive_0042_sync 831 l\n2011_10_03/2011_10_03_drive_0042_sync 14 l\n2011_10_03/2011_10_03_drive_0042_sync 297 l\n2011_10_03/2011_10_03_drive_0042_sync 1017 l\n2011_10_03/2011_10_03_drive_0042_sync 704 r\n2011_10_03/2011_10_03_drive_0042_sync 298 r\n2011_10_03/2011_10_03_drive_0042_sync 543 r\n2011_10_03/2011_10_03_drive_0042_sync 112 l\n2011_10_03/2011_10_03_drive_0042_sync 378 l\n2011_10_03/2011_10_03_drive_0042_sync 76 r\n2011_10_03/2011_10_03_drive_0042_sync 556 r\n2011_10_03/2011_10_03_drive_0042_sync 340 r\n2011_10_03/2011_10_03_drive_0042_sync 873 r\n2011_10_03/2011_10_03_drive_0042_sync 366 r\n2011_10_03/2011_10_03_drive_0042_sync 1093 r\n2011_10_03/2011_10_03_drive_0042_sync 6 r\n2011_10_03/2011_10_03_drive_0042_sync 583 r\n2011_10_03/2011_10_03_drive_0042_sync 794 l\n2011_10_03/2011_10_03_drive_0042_sync 214 r\n2011_10_03/2011_10_03_drive_0042_sync 63 l\n2011_10_03/2011_10_03_drive_0042_sync 836 r\n2011_10_03/2011_10_03_drive_0042_sync 108 l\n2011_10_03/2011_10_03_drive_0042_sync 716 r\n2011_10_03/2011_10_03_drive_0042_sync 333 l\n2011_10_03/2011_10_03_drive_0042_sync 559 r\n2011_10_03/2011_10_03_drive_0042_sync 404 l\n2011_10_03/2011_10_03_drive_0042_sync 50 r\n2011_10_03/2011_10_03_drive_0042_sync 827 l\n2011_10_03/2011_10_03_drive_0042_sync 254 l\n2011_10_03/2011_10_03_drive_0042_sync 1023 r\n2011_10_03/2011_10_03_drive_0042_sync 264 r\n2011_10_03/2011_10_03_drive_0042_sync 1118 r\n2011_10_03/2011_10_03_drive_0042_sync 667 l\n2011_10_03/2011_10_03_drive_0042_sync 727 r\n2011_10_03/2011_10_03_drive_0042_sync 521 r\n2011_10_03/2011_10_03_drive_0042_sync 422 l\n2011_10_03/2011_10_03_drive_0042_sync 544 l\n2011_10_03/2011_10_03_drive_0042_sync 595 r\n2011_10_03/2011_10_03_drive_0042_sync 236 l\n2011_10_03/2011_10_03_drive_0042_sync 415 l\n2011_10_03/2011_10_03_drive_0042_sync 796 r\n2011_10_03/2011_10_03_drive_0042_sync 720 l\n2011_10_03/2011_10_03_drive_0042_sync 1018 r\n2011_10_03/2011_10_03_drive_0042_sync 846 r\n2011_10_03/2011_10_03_drive_0042_sync 503 r\n2011_10_03/2011_10_03_drive_0042_sync 1154 r\n2011_10_03/2011_10_03_drive_0042_sync 621 l\n2011_10_03/2011_10_03_drive_0042_sync 4 l\n2011_10_03/2011_10_03_drive_0042_sync 512 r\n2011_10_03/2011_10_03_drive_0042_sync 1139 l\n2011_10_03/2011_10_03_drive_0042_sync 36 l\n2011_10_03/2011_10_03_drive_0042_sync 1067 r\n2011_10_03/2011_10_03_drive_0042_sync 74 r\n2011_10_03/2011_10_03_drive_0042_sync 851 l\n2011_10_03/2011_10_03_drive_0042_sync 197 r\n2011_10_03/2011_10_03_drive_0042_sync 549 l\n2011_10_03/2011_10_03_drive_0042_sync 769 l\n2011_10_03/2011_10_03_drive_0042_sync 796 l\n2011_10_03/2011_10_03_drive_0042_sync 1029 l\n2011_10_03/2011_10_03_drive_0042_sync 1124 r\n2011_10_03/2011_10_03_drive_0042_sync 821 r\n2011_10_03/2011_10_03_drive_0042_sync 571 r\n2011_10_03/2011_10_03_drive_0042_sync 335 l\n2011_10_03/2011_10_03_drive_0042_sync 669 l\n2011_10_03/2011_10_03_drive_0042_sync 1157 r\n2011_10_03/2011_10_03_drive_0042_sync 1071 l\n2011_10_03/2011_10_03_drive_0042_sync 151 r\n2011_10_03/2011_10_03_drive_0042_sync 541 r\n2011_10_03/2011_10_03_drive_0042_sync 37 l\n2011_10_03/2011_10_03_drive_0042_sync 1041 r\n2011_10_03/2011_10_03_drive_0042_sync 111 l\n2011_10_03/2011_10_03_drive_0042_sync 305 r\n2011_10_03/2011_10_03_drive_0042_sync 212 l\n2011_10_03/2011_10_03_drive_0042_sync 305 l\n2011_10_03/2011_10_03_drive_0042_sync 330 r\n2011_10_03/2011_10_03_drive_0042_sync 457 r\n2011_10_03/2011_10_03_drive_0042_sync 172 r\n2011_10_03/2011_10_03_drive_0042_sync 532 l\n2011_10_03/2011_10_03_drive_0042_sync 280 r\n2011_10_03/2011_10_03_drive_0042_sync 123 l\n2011_10_03/2011_10_03_drive_0042_sync 1136 r\n2011_10_03/2011_10_03_drive_0042_sync 1006 r\n2011_10_03/2011_10_03_drive_0042_sync 251 r\n2011_10_03/2011_10_03_drive_0042_sync 351 r\n2011_10_03/2011_10_03_drive_0042_sync 490 r\n2011_10_03/2011_10_03_drive_0042_sync 1040 r\n2011_10_03/2011_10_03_drive_0042_sync 842 r\n2011_10_03/2011_10_03_drive_0042_sync 858 r\n2011_10_03/2011_10_03_drive_0042_sync 969 l\n2011_10_03/2011_10_03_drive_0042_sync 685 r\n2011_10_03/2011_10_03_drive_0042_sync 705 r\n2011_10_03/2011_10_03_drive_0042_sync 1141 l\n2011_10_03/2011_10_03_drive_0042_sync 529 r\n2011_10_03/2011_10_03_drive_0042_sync 1046 r\n2011_10_03/2011_10_03_drive_0042_sync 760 r\n2011_10_03/2011_10_03_drive_0042_sync 868 r\n2011_10_03/2011_10_03_drive_0042_sync 589 r\n2011_10_03/2011_10_03_drive_0042_sync 527 l\n2011_10_03/2011_10_03_drive_0042_sync 1052 r\n2011_10_03/2011_10_03_drive_0042_sync 1033 r\n2011_10_03/2011_10_03_drive_0042_sync 585 r\n2011_10_03/2011_10_03_drive_0042_sync 937 l\n2011_10_03/2011_10_03_drive_0042_sync 892 r\n2011_10_03/2011_10_03_drive_0042_sync 464 l\n2011_10_03/2011_10_03_drive_0042_sync 348 r\n2011_10_03/2011_10_03_drive_0042_sync 552 l\n2011_10_03/2011_10_03_drive_0042_sync 1030 r\n2011_10_03/2011_10_03_drive_0042_sync 801 l\n2011_10_03/2011_10_03_drive_0042_sync 867 r\n2011_10_03/2011_10_03_drive_0042_sync 933 l\n2011_10_03/2011_10_03_drive_0042_sync 88 r\n2011_10_03/2011_10_03_drive_0042_sync 653 r\n2011_10_03/2011_10_03_drive_0042_sync 520 r\n2011_10_03/2011_10_03_drive_0042_sync 383 l\n2011_10_03/2011_10_03_drive_0042_sync 866 l\n2011_10_03/2011_10_03_drive_0042_sync 1031 l\n2011_10_03/2011_10_03_drive_0042_sync 750 r\n2011_10_03/2011_10_03_drive_0042_sync 117 r\n2011_10_03/2011_10_03_drive_0042_sync 246 r\n2011_10_03/2011_10_03_drive_0042_sync 593 r\n2011_10_03/2011_10_03_drive_0042_sync 960 l\n2011_10_03/2011_10_03_drive_0042_sync 411 r\n2011_10_03/2011_10_03_drive_0042_sync 984 r\n2011_10_03/2011_10_03_drive_0042_sync 564 r\n2011_10_03/2011_10_03_drive_0042_sync 331 r\n2011_10_03/2011_10_03_drive_0042_sync 767 r\n2011_10_03/2011_10_03_drive_0042_sync 261 r\n2011_10_03/2011_10_03_drive_0042_sync 1147 r\n2011_10_03/2011_10_03_drive_0042_sync 380 l\n2011_10_03/2011_10_03_drive_0042_sync 364 r\n2011_10_03/2011_10_03_drive_0042_sync 662 l\n2011_10_03/2011_10_03_drive_0042_sync 778 r\n2011_10_03/2011_10_03_drive_0042_sync 141 l\n2011_10_03/2011_10_03_drive_0042_sync 996 r\n2011_10_03/2011_10_03_drive_0042_sync 1166 l\n2011_10_03/2011_10_03_drive_0042_sync 114 l\n2011_10_03/2011_10_03_drive_0042_sync 806 l\n2011_10_03/2011_10_03_drive_0042_sync 379 r\n2011_10_03/2011_10_03_drive_0042_sync 1018 l\n2011_10_03/2011_10_03_drive_0042_sync 88 l\n2011_10_03/2011_10_03_drive_0042_sync 852 l\n2011_10_03/2011_10_03_drive_0042_sync 87 r\n2011_10_03/2011_10_03_drive_0042_sync 83 l\n2011_10_03/2011_10_03_drive_0042_sync 658 r\n2011_10_03/2011_10_03_drive_0042_sync 983 l\n2011_10_03/2011_10_03_drive_0042_sync 336 l\n2011_10_03/2011_10_03_drive_0042_sync 481 l\n2011_10_03/2011_10_03_drive_0042_sync 59 r\n2011_10_03/2011_10_03_drive_0042_sync 521 l\n2011_10_03/2011_10_03_drive_0042_sync 1152 l\n2011_10_03/2011_10_03_drive_0042_sync 674 l\n2011_10_03/2011_10_03_drive_0042_sync 1050 l\n2011_10_03/2011_10_03_drive_0042_sync 786 l\n2011_10_03/2011_10_03_drive_0042_sync 766 l\n2011_10_03/2011_10_03_drive_0042_sync 624 l\n2011_10_03/2011_10_03_drive_0042_sync 137 r\n2011_10_03/2011_10_03_drive_0042_sync 888 l\n2011_10_03/2011_10_03_drive_0042_sync 220 l\n2011_10_03/2011_10_03_drive_0042_sync 345 l\n2011_10_03/2011_10_03_drive_0042_sync 914 l\n2011_10_03/2011_10_03_drive_0042_sync 604 r\n2011_10_03/2011_10_03_drive_0042_sync 451 l\n2011_10_03/2011_10_03_drive_0042_sync 1036 r\n2011_10_03/2011_10_03_drive_0042_sync 69 l\n2011_10_03/2011_10_03_drive_0042_sync 351 l\n2011_10_03/2011_10_03_drive_0042_sync 1062 r\n2011_10_03/2011_10_03_drive_0042_sync 815 r\n2011_10_03/2011_10_03_drive_0042_sync 67 l\n2011_10_03/2011_10_03_drive_0042_sync 1066 l\n2011_10_03/2011_10_03_drive_0042_sync 648 l\n2011_10_03/2011_10_03_drive_0042_sync 168 l\n2011_10_03/2011_10_03_drive_0042_sync 781 l\n2011_10_03/2011_10_03_drive_0042_sync 717 r\n2011_10_03/2011_10_03_drive_0042_sync 694 r\n2011_10_03/2011_10_03_drive_0042_sync 751 r\n2011_10_03/2011_10_03_drive_0042_sync 1158 l\n2011_10_03/2011_10_03_drive_0042_sync 1100 l\n2011_10_03/2011_10_03_drive_0042_sync 802 l\n2011_10_03/2011_10_03_drive_0042_sync 1127 l\n2011_10_03/2011_10_03_drive_0042_sync 949 l\n2011_10_03/2011_10_03_drive_0042_sync 443 r\n2011_10_03/2011_10_03_drive_0042_sync 432 r\n2011_10_03/2011_10_03_drive_0042_sync 428 r\n2011_10_03/2011_10_03_drive_0042_sync 765 r\n2011_10_03/2011_10_03_drive_0042_sync 472 r\n2011_10_03/2011_10_03_drive_0042_sync 60 l\n2011_10_03/2011_10_03_drive_0042_sync 191 l\n2011_10_03/2011_10_03_drive_0042_sync 680 r\n2011_10_03/2011_10_03_drive_0042_sync 216 l\n2011_10_03/2011_10_03_drive_0042_sync 551 l\n2011_10_03/2011_10_03_drive_0042_sync 469 l\n2011_10_03/2011_10_03_drive_0042_sync 1151 r\n2011_10_03/2011_10_03_drive_0042_sync 1111 r\n2011_10_03/2011_10_03_drive_0042_sync 830 l\n2011_10_03/2011_10_03_drive_0042_sync 647 r\n2011_10_03/2011_10_03_drive_0042_sync 1143 r\n2011_10_03/2011_10_03_drive_0042_sync 310 l\n2011_10_03/2011_10_03_drive_0042_sync 603 r\n2011_10_03/2011_10_03_drive_0042_sync 806 r\n2011_10_03/2011_10_03_drive_0042_sync 921 r\n2011_10_03/2011_10_03_drive_0042_sync 419 r\n2011_10_03/2011_10_03_drive_0042_sync 93 r\n2011_10_03/2011_10_03_drive_0042_sync 280 l\n2011_10_03/2011_10_03_drive_0042_sync 267 r\n2011_10_03/2011_10_03_drive_0042_sync 42 l\n2011_10_03/2011_10_03_drive_0042_sync 1123 r\n2011_10_03/2011_10_03_drive_0042_sync 1042 l\n2011_10_03/2011_10_03_drive_0042_sync 368 l\n2011_10_03/2011_10_03_drive_0042_sync 769 r\n2011_10_03/2011_10_03_drive_0042_sync 207 l\n2011_10_03/2011_10_03_drive_0042_sync 153 r\n2011_10_03/2011_10_03_drive_0042_sync 406 r\n2011_10_03/2011_10_03_drive_0042_sync 114 r\n2011_10_03/2011_10_03_drive_0042_sync 1078 l\n2011_10_03/2011_10_03_drive_0042_sync 598 l\n2011_10_03/2011_10_03_drive_0042_sync 1059 l\n2011_10_03/2011_10_03_drive_0042_sync 213 r\n2011_10_03/2011_10_03_drive_0042_sync 929 l\n2011_10_03/2011_10_03_drive_0042_sync 725 r\n2011_10_03/2011_10_03_drive_0042_sync 62 r\n2011_10_03/2011_10_03_drive_0042_sync 166 l\n2011_10_03/2011_10_03_drive_0042_sync 749 r\n2011_10_03/2011_10_03_drive_0042_sync 950 l\n2011_10_03/2011_10_03_drive_0042_sync 1032 r\n2011_10_03/2011_10_03_drive_0042_sync 975 l\n2011_10_03/2011_10_03_drive_0042_sync 1155 l\n2011_10_03/2011_10_03_drive_0042_sync 930 r\n2011_10_03/2011_10_03_drive_0042_sync 119 l\n2011_10_03/2011_10_03_drive_0042_sync 1006 l\n2011_10_03/2011_10_03_drive_0042_sync 404 r\n2011_10_03/2011_10_03_drive_0042_sync 546 l\n2011_10_03/2011_10_03_drive_0042_sync 639 r\n2011_10_03/2011_10_03_drive_0042_sync 325 l\n2011_10_03/2011_10_03_drive_0042_sync 823 l\n2011_10_03/2011_10_03_drive_0042_sync 1069 r\n2011_10_03/2011_10_03_drive_0042_sync 797 r\n2011_10_03/2011_10_03_drive_0042_sync 253 l\n2011_10_03/2011_10_03_drive_0042_sync 661 r\n2011_10_03/2011_10_03_drive_0042_sync 362 l\n2011_10_03/2011_10_03_drive_0042_sync 25 r\n2011_10_03/2011_10_03_drive_0042_sync 869 l\n2011_10_03/2011_10_03_drive_0042_sync 616 l\n2011_10_03/2011_10_03_drive_0042_sync 504 r\n2011_10_03/2011_10_03_drive_0042_sync 127 l\n2011_10_03/2011_10_03_drive_0042_sync 110 r\n2011_10_03/2011_10_03_drive_0042_sync 1126 l\n2011_10_03/2011_10_03_drive_0042_sync 960 r\n2011_10_03/2011_10_03_drive_0042_sync 517 r\n2011_10_03/2011_10_03_drive_0042_sync 79 l\n2011_10_03/2011_10_03_drive_0042_sync 977 l\n2011_10_03/2011_10_03_drive_0042_sync 267 l\n2011_10_03/2011_10_03_drive_0042_sync 1108 l\n2011_10_03/2011_10_03_drive_0042_sync 579 r\n2011_10_03/2011_10_03_drive_0042_sync 231 l\n2011_10_03/2011_10_03_drive_0042_sync 38 r\n2011_10_03/2011_10_03_drive_0042_sync 540 l\n2011_10_03/2011_10_03_drive_0042_sync 981 r\n2011_10_03/2011_10_03_drive_0042_sync 938 l\n2011_10_03/2011_10_03_drive_0042_sync 53 r\n2011_10_03/2011_10_03_drive_0042_sync 609 r\n2011_10_03/2011_10_03_drive_0042_sync 816 r\n2011_10_03/2011_10_03_drive_0042_sync 598 r\n2011_10_03/2011_10_03_drive_0042_sync 858 l\n2011_10_03/2011_10_03_drive_0042_sync 1025 r\n2011_10_03/2011_10_03_drive_0042_sync 648 r\n2011_10_03/2011_10_03_drive_0042_sync 536 l\n2011_10_03/2011_10_03_drive_0042_sync 916 r\n2011_10_03/2011_10_03_drive_0042_sync 578 l\n2011_10_03/2011_10_03_drive_0042_sync 998 r\n2011_10_03/2011_10_03_drive_0042_sync 989 l\n2011_10_03/2011_10_03_drive_0042_sync 605 l\n2011_10_03/2011_10_03_drive_0042_sync 695 l\n2011_10_03/2011_10_03_drive_0042_sync 508 r\n2011_10_03/2011_10_03_drive_0042_sync 102 r\n2011_10_03/2011_10_03_drive_0042_sync 503 l\n2011_10_03/2011_10_03_drive_0042_sync 740 l\n2011_10_03/2011_10_03_drive_0042_sync 606 l\n2011_10_03/2011_10_03_drive_0042_sync 1153 r\n2011_10_03/2011_10_03_drive_0042_sync 1021 r\n2011_10_03/2011_10_03_drive_0042_sync 190 l\n2011_10_03/2011_10_03_drive_0042_sync 746 l\n2011_10_03/2011_10_03_drive_0042_sync 637 r\n2011_10_03/2011_10_03_drive_0042_sync 721 r\n2011_10_03/2011_10_03_drive_0042_sync 963 r\n2011_10_03/2011_10_03_drive_0042_sync 201 r\n2011_10_03/2011_10_03_drive_0042_sync 851 r\n2011_10_03/2011_10_03_drive_0042_sync 1108 r\n2011_10_03/2011_10_03_drive_0042_sync 1128 l\n2011_10_03/2011_10_03_drive_0042_sync 844 r\n2011_10_03/2011_10_03_drive_0042_sync 1074 r\n2011_10_03/2011_10_03_drive_0042_sync 864 r\n2011_10_03/2011_10_03_drive_0042_sync 714 r\n2011_10_03/2011_10_03_drive_0042_sync 808 l\n2011_10_03/2011_10_03_drive_0042_sync 971 r\n2011_10_03/2011_10_03_drive_0042_sync 590 r\n2011_10_03/2011_10_03_drive_0042_sync 650 l\n2011_10_03/2011_10_03_drive_0042_sync 454 l\n2011_10_03/2011_10_03_drive_0042_sync 864 l\n2011_10_03/2011_10_03_drive_0042_sync 123 r\n2011_10_03/2011_10_03_drive_0042_sync 702 r\n2011_10_03/2011_10_03_drive_0042_sync 207 r\n2011_10_03/2011_10_03_drive_0042_sync 913 l\n2011_10_03/2011_10_03_drive_0042_sync 930 l\n2011_10_03/2011_10_03_drive_0042_sync 904 r\n2011_10_03/2011_10_03_drive_0042_sync 663 l\n2011_10_03/2011_10_03_drive_0042_sync 1079 r\n2011_10_03/2011_10_03_drive_0042_sync 610 r\n2011_10_03/2011_10_03_drive_0042_sync 596 r\n2011_10_03/2011_10_03_drive_0042_sync 24 r\n2011_10_03/2011_10_03_drive_0042_sync 433 r\n2011_10_03/2011_10_03_drive_0042_sync 548 r\n2011_10_03/2011_10_03_drive_0042_sync 532 r\n2011_10_03/2011_10_03_drive_0042_sync 1053 r\n2011_10_03/2011_10_03_drive_0042_sync 845 l\n2011_10_03/2011_10_03_drive_0042_sync 922 r\n2011_10_03/2011_10_03_drive_0042_sync 100 l\n2011_10_03/2011_10_03_drive_0042_sync 859 r\n2011_10_03/2011_10_03_drive_0042_sync 82 r\n2011_10_03/2011_10_03_drive_0042_sync 417 l\n2011_10_03/2011_10_03_drive_0042_sync 804 r\n2011_10_03/2011_10_03_drive_0042_sync 73 l\n2011_10_03/2011_10_03_drive_0042_sync 1053 l\n2011_10_03/2011_10_03_drive_0042_sync 683 l\n2011_10_03/2011_10_03_drive_0042_sync 910 r\n2011_10_03/2011_10_03_drive_0042_sync 339 l\n2011_10_03/2011_10_03_drive_0042_sync 609 l\n2011_10_03/2011_10_03_drive_0042_sync 198 l\n2011_10_03/2011_10_03_drive_0042_sync 828 r\n2011_10_03/2011_10_03_drive_0042_sync 133 r\n2011_10_03/2011_10_03_drive_0042_sync 196 r\n2011_10_03/2011_10_03_drive_0042_sync 720 r\n2011_10_03/2011_10_03_drive_0042_sync 742 r\n2011_10_03/2011_10_03_drive_0042_sync 268 l\n2011_10_03/2011_10_03_drive_0042_sync 277 l\n2011_10_03/2011_10_03_drive_0042_sync 27 l\n2011_10_03/2011_10_03_drive_0042_sync 542 l\n2011_10_03/2011_10_03_drive_0042_sync 1144 r\n2011_10_03/2011_10_03_drive_0042_sync 70 l\n2011_10_03/2011_10_03_drive_0042_sync 125 l\n2011_10_03/2011_10_03_drive_0042_sync 338 l\n2011_10_03/2011_10_03_drive_0042_sync 250 l\n2011_10_03/2011_10_03_drive_0042_sync 814 l\n2011_10_03/2011_10_03_drive_0042_sync 513 l\n2011_10_03/2011_10_03_drive_0042_sync 14 r\n2011_10_03/2011_10_03_drive_0042_sync 514 l\n2011_10_03/2011_10_03_drive_0042_sync 97 r\n2011_10_03/2011_10_03_drive_0042_sync 652 l\n2011_10_03/2011_10_03_drive_0042_sync 787 r\n2011_10_03/2011_10_03_drive_0042_sync 718 r\n2011_10_03/2011_10_03_drive_0042_sync 793 l\n2011_10_03/2011_10_03_drive_0042_sync 337 l\n2011_10_03/2011_10_03_drive_0042_sync 820 r\n2011_10_03/2011_10_03_drive_0042_sync 483 l\n2011_10_03/2011_10_03_drive_0042_sync 987 l\n2011_10_03/2011_10_03_drive_0042_sync 434 r\n2011_10_03/2011_10_03_drive_0042_sync 616 r\n2011_10_03/2011_10_03_drive_0042_sync 696 l\n2011_10_03/2011_10_03_drive_0042_sync 550 l\n2011_10_03/2011_10_03_drive_0042_sync 53 l\n2011_10_03/2011_10_03_drive_0042_sync 344 r\n2011_10_03/2011_10_03_drive_0042_sync 799 l\n2011_10_03/2011_10_03_drive_0042_sync 1101 r\n2011_10_03/2011_10_03_drive_0042_sync 58 r\n2011_10_03/2011_10_03_drive_0042_sync 813 r\n2011_10_03/2011_10_03_drive_0042_sync 906 r\n2011_10_03/2011_10_03_drive_0042_sync 213 l\n2011_10_03/2011_10_03_drive_0042_sync 783 r\n2011_10_03/2011_10_03_drive_0042_sync 154 r\n2011_10_03/2011_10_03_drive_0042_sync 601 l\n2011_10_03/2011_10_03_drive_0042_sync 218 l\n2011_10_03/2011_10_03_drive_0042_sync 487 l\n2011_10_03/2011_10_03_drive_0042_sync 630 r\n2011_10_03/2011_10_03_drive_0042_sync 30 l\n2011_10_03/2011_10_03_drive_0042_sync 711 l\n2011_10_03/2011_10_03_drive_0042_sync 647 l\n2011_10_03/2011_10_03_drive_0042_sync 1055 l\n2011_10_03/2011_10_03_drive_0042_sync 865 r\n2011_10_03/2011_10_03_drive_0042_sync 208 r\n2011_10_03/2011_10_03_drive_0042_sync 162 l\n2011_10_03/2011_10_03_drive_0042_sync 809 r\n2011_10_03/2011_10_03_drive_0042_sync 699 l\n2011_10_03/2011_10_03_drive_0042_sync 372 r\n2011_10_03/2011_10_03_drive_0042_sync 1000 l\n2011_10_03/2011_10_03_drive_0042_sync 336 r\n2011_10_03/2011_10_03_drive_0042_sync 838 r\n2011_10_03/2011_10_03_drive_0042_sync 530 r\n2011_10_03/2011_10_03_drive_0042_sync 511 r\n2011_10_03/2011_10_03_drive_0042_sync 954 r\n2011_10_03/2011_10_03_drive_0042_sync 1059 r\n2011_10_03/2011_10_03_drive_0042_sync 10 l\n2011_10_03/2011_10_03_drive_0042_sync 1104 r\n2011_10_03/2011_10_03_drive_0042_sync 782 r\n2011_10_03/2011_10_03_drive_0042_sync 939 r\n2011_10_03/2011_10_03_drive_0042_sync 378 r\n2011_10_03/2011_10_03_drive_0042_sync 1073 l\n2011_10_03/2011_10_03_drive_0042_sync 1107 r\n2011_10_03/2011_10_03_drive_0042_sync 491 r\n2011_10_03/2011_10_03_drive_0042_sync 471 r\n2011_10_03/2011_10_03_drive_0042_sync 1121 l\n2011_10_03/2011_10_03_drive_0042_sync 180 l\n2011_10_03/2011_10_03_drive_0042_sync 164 r\n2011_10_03/2011_10_03_drive_0042_sync 857 l\n2011_10_03/2011_10_03_drive_0042_sync 731 l\n2011_10_03/2011_10_03_drive_0042_sync 255 r\n2011_10_03/2011_10_03_drive_0042_sync 465 l\n2011_10_03/2011_10_03_drive_0042_sync 1020 l\n2011_10_03/2011_10_03_drive_0042_sync 919 l\n2011_10_03/2011_10_03_drive_0042_sync 459 r\n2011_10_03/2011_10_03_drive_0042_sync 1065 l\n2011_10_03/2011_10_03_drive_0042_sync 96 r\n2011_10_03/2011_10_03_drive_0042_sync 712 r\n2011_10_03/2011_10_03_drive_0042_sync 1007 l\n2011_10_03/2011_10_03_drive_0042_sync 40 r\n2011_10_03/2011_10_03_drive_0042_sync 1166 r\n2011_10_03/2011_10_03_drive_0042_sync 127 r\n2011_10_03/2011_10_03_drive_0042_sync 811 l\n2011_10_03/2011_10_03_drive_0042_sync 150 r\n2011_10_03/2011_10_03_drive_0042_sync 334 l\n2011_10_03/2011_10_03_drive_0042_sync 175 r\n2011_10_03/2011_10_03_drive_0042_sync 1118 l\n2011_10_03/2011_10_03_drive_0042_sync 660 l\n2011_10_03/2011_10_03_drive_0042_sync 1143 l\n2011_10_03/2011_10_03_drive_0042_sync 642 l\n2011_10_03/2011_10_03_drive_0042_sync 310 r\n2011_10_03/2011_10_03_drive_0042_sync 437 l\n2011_10_03/2011_10_03_drive_0042_sync 970 r\n2011_10_03/2011_10_03_drive_0042_sync 381 r\n2011_10_03/2011_10_03_drive_0042_sync 103 r\n2011_10_03/2011_10_03_drive_0042_sync 728 l\n2011_10_03/2011_10_03_drive_0042_sync 590 l\n2011_10_03/2011_10_03_drive_0042_sync 187 r\n2011_10_03/2011_10_03_drive_0042_sync 887 r\n2011_10_03/2011_10_03_drive_0042_sync 1100 r\n2011_10_03/2011_10_03_drive_0042_sync 1141 r\n2011_10_03/2011_10_03_drive_0042_sync 561 l\n2011_10_03/2011_10_03_drive_0042_sync 962 l\n2011_10_03/2011_10_03_drive_0042_sync 367 r\n2011_10_03/2011_10_03_drive_0042_sync 847 l\n2011_10_03/2011_10_03_drive_0042_sync 155 l\n2011_10_03/2011_10_03_drive_0042_sync 1041 l\n2011_10_03/2011_10_03_drive_0042_sync 967 r\n2011_10_03/2011_10_03_drive_0042_sync 158 l\n2011_10_03/2011_10_03_drive_0042_sync 1054 l\n2011_10_03/2011_10_03_drive_0042_sync 574 l\n2011_10_03/2011_10_03_drive_0042_sync 710 l\n2011_10_03/2011_10_03_drive_0042_sync 202 r\n2011_10_03/2011_10_03_drive_0042_sync 265 r\n2011_10_03/2011_10_03_drive_0042_sync 671 r\n2011_10_03/2011_10_03_drive_0042_sync 130 r\n2011_10_03/2011_10_03_drive_0042_sync 1043 l\n2011_10_03/2011_10_03_drive_0042_sync 72 r\n2011_10_03/2011_10_03_drive_0042_sync 1039 r\n2011_10_03/2011_10_03_drive_0042_sync 398 l\n2011_10_03/2011_10_03_drive_0042_sync 728 r\n2011_10_03/2011_10_03_drive_0042_sync 592 l\n2011_10_03/2011_10_03_drive_0042_sync 44 r\n2011_10_03/2011_10_03_drive_0042_sync 259 l\n2011_10_03/2011_10_03_drive_0042_sync 25 l\n2011_10_03/2011_10_03_drive_0042_sync 818 l\n2011_10_03/2011_10_03_drive_0042_sync 239 r\n2011_10_03/2011_10_03_drive_0042_sync 1138 l\n2011_10_03/2011_10_03_drive_0042_sync 883 r\n2011_10_03/2011_10_03_drive_0042_sync 1105 l\n2011_10_03/2011_10_03_drive_0042_sync 64 l\n2011_10_03/2011_10_03_drive_0042_sync 325 r\n2011_10_03/2011_10_03_drive_0042_sync 810 r\n2011_10_03/2011_10_03_drive_0042_sync 623 l\n2011_10_03/2011_10_03_drive_0042_sync 302 l\n2011_10_03/2011_10_03_drive_0042_sync 214 l\n2011_10_03/2011_10_03_drive_0042_sync 920 r\n2011_10_03/2011_10_03_drive_0042_sync 959 l\n2011_10_03/2011_10_03_drive_0042_sync 298 l\n2011_10_03/2011_10_03_drive_0042_sync 492 r\n2011_10_03/2011_10_03_drive_0042_sync 449 l\n2011_10_03/2011_10_03_drive_0042_sync 425 l\n2011_10_03/2011_10_03_drive_0042_sync 186 r\n2011_10_03/2011_10_03_drive_0042_sync 880 l\n2011_10_03/2011_10_03_drive_0042_sync 1083 r\n2011_10_03/2011_10_03_drive_0042_sync 478 l\n2011_10_03/2011_10_03_drive_0042_sync 220 r\n2011_10_03/2011_10_03_drive_0042_sync 970 l\n2011_10_03/2011_10_03_drive_0042_sync 664 l\n2011_10_03/2011_10_03_drive_0042_sync 899 l\n2011_10_03/2011_10_03_drive_0042_sync 441 l\n2011_10_03/2011_10_03_drive_0042_sync 130 l\n2011_10_03/2011_10_03_drive_0042_sync 192 l\n2011_10_03/2011_10_03_drive_0042_sync 77 r\n2011_10_03/2011_10_03_drive_0042_sync 211 r\n2011_10_03/2011_10_03_drive_0042_sync 304 l\n2011_10_03/2011_10_03_drive_0042_sync 597 r\n2011_10_03/2011_10_03_drive_0042_sync 983 r\n2011_10_03/2011_10_03_drive_0042_sync 1028 r\n2011_10_03/2011_10_03_drive_0042_sync 892 l\n2011_10_03/2011_10_03_drive_0042_sync 995 r\n2011_10_03/2011_10_03_drive_0042_sync 85 l\n2011_10_03/2011_10_03_drive_0042_sync 713 r\n2011_10_03/2011_10_03_drive_0042_sync 393 r\n2011_10_03/2011_10_03_drive_0042_sync 446 r\n2011_10_03/2011_10_03_drive_0042_sync 523 r\n2011_10_03/2011_10_03_drive_0042_sync 147 r\n2011_10_03/2011_10_03_drive_0042_sync 628 l\n2011_10_03/2011_10_03_drive_0042_sync 339 r\n2011_10_03/2011_10_03_drive_0042_sync 486 r\n2011_10_03/2011_10_03_drive_0042_sync 474 r\n2011_10_03/2011_10_03_drive_0042_sync 530 l\n2011_10_03/2011_10_03_drive_0042_sync 1083 l\n2011_10_03/2011_10_03_drive_0042_sync 555 l\n2011_10_03/2011_10_03_drive_0042_sync 1101 l\n2011_10_03/2011_10_03_drive_0042_sync 741 l\n2011_10_03/2011_10_03_drive_0042_sync 669 r\n2011_10_03/2011_10_03_drive_0042_sync 657 r\n2011_10_03/2011_10_03_drive_0042_sync 578 r\n2011_10_03/2011_10_03_drive_0042_sync 174 l\n2011_10_03/2011_10_03_drive_0042_sync 1103 r\n2011_10_03/2011_10_03_drive_0042_sync 683 r\n2011_10_03/2011_10_03_drive_0042_sync 83 r\n2011_10_03/2011_10_03_drive_0042_sync 827 r\n2011_10_03/2011_10_03_drive_0042_sync 221 l\n2011_10_03/2011_10_03_drive_0042_sync 684 r\n2011_10_03/2011_10_03_drive_0042_sync 120 l\n2011_10_03/2011_10_03_drive_0042_sync 734 l\n2011_10_03/2011_10_03_drive_0042_sync 194 l\n2011_10_03/2011_10_03_drive_0042_sync 538 r\n2011_10_03/2011_10_03_drive_0042_sync 4 r\n2011_10_03/2011_10_03_drive_0042_sync 902 l\n2011_10_03/2011_10_03_drive_0042_sync 836 l\n2011_10_03/2011_10_03_drive_0042_sync 355 l\n2011_10_03/2011_10_03_drive_0042_sync 650 r\n2011_10_03/2011_10_03_drive_0042_sync 989 r\n2011_10_03/2011_10_03_drive_0042_sync 1070 l\n2011_10_03/2011_10_03_drive_0042_sync 1084 l\n2011_10_03/2011_10_03_drive_0042_sync 562 r\n2011_10_03/2011_10_03_drive_0042_sync 672 r\n2011_10_03/2011_10_03_drive_0042_sync 396 l\n2011_10_03/2011_10_03_drive_0042_sync 1127 r\n2011_10_03/2011_10_03_drive_0042_sync 554 r\n2011_10_03/2011_10_03_drive_0042_sync 1039 l\n2011_10_03/2011_10_03_drive_0042_sync 573 l\n2011_10_03/2011_10_03_drive_0042_sync 149 l\n2011_10_03/2011_10_03_drive_0042_sync 105 l\n2011_10_03/2011_10_03_drive_0042_sync 915 r\n2011_10_03/2011_10_03_drive_0042_sync 100 r\n2011_10_03/2011_10_03_drive_0042_sync 381 l\n2011_10_03/2011_10_03_drive_0042_sync 9 l\n2011_10_03/2011_10_03_drive_0042_sync 468 r\n2011_10_03/2011_10_03_drive_0042_sync 1124 l\n2011_10_03/2011_10_03_drive_0042_sync 68 l\n2011_10_03/2011_10_03_drive_0042_sync 490 l\n2011_10_03/2011_10_03_drive_0042_sync 247 l\n2011_10_03/2011_10_03_drive_0042_sync 120 r\n2011_10_03/2011_10_03_drive_0042_sync 881 r\n2011_10_03/2011_10_03_drive_0042_sync 156 r\n2011_10_03/2011_10_03_drive_0042_sync 700 l\n2011_10_03/2011_10_03_drive_0042_sync 690 r\n2011_10_03/2011_10_03_drive_0042_sync 436 l\n2011_10_03/2011_10_03_drive_0042_sync 964 r\n2011_10_03/2011_10_03_drive_0042_sync 1068 l\n2011_10_03/2011_10_03_drive_0042_sync 898 r\n2011_10_03/2011_10_03_drive_0042_sync 462 l\n2011_10_03/2011_10_03_drive_0042_sync 985 r\n2011_10_03/2011_10_03_drive_0042_sync 444 l\n2011_10_03/2011_10_03_drive_0042_sync 49 r\n2011_10_03/2011_10_03_drive_0042_sync 111 r\n2011_10_03/2011_10_03_drive_0042_sync 553 r\n2011_10_03/2011_10_03_drive_0042_sync 1137 l\n2011_10_03/2011_10_03_drive_0042_sync 181 r\n2011_10_03/2011_10_03_drive_0042_sync 618 r\n2011_10_03/2011_10_03_drive_0042_sync 897 l\n2011_10_03/2011_10_03_drive_0042_sync 624 r\n2011_10_03/2011_10_03_drive_0042_sync 356 r\n2011_10_03/2011_10_03_drive_0042_sync 55 r\n2011_10_03/2011_10_03_drive_0042_sync 875 r\n2011_10_03/2011_10_03_drive_0042_sync 1160 l\n2011_10_03/2011_10_03_drive_0042_sync 815 l\n2011_10_03/2011_10_03_drive_0042_sync 580 l\n2011_10_03/2011_10_03_drive_0042_sync 162 r\n2011_10_03/2011_10_03_drive_0042_sync 328 l\n2011_10_03/2011_10_03_drive_0042_sync 1036 l\n2011_10_03/2011_10_03_drive_0042_sync 163 l\n2011_10_03/2011_10_03_drive_0042_sync 165 r\n2011_10_03/2011_10_03_drive_0042_sync 899 r\n2011_10_03/2011_10_03_drive_0042_sync 438 l\n2011_10_03/2011_10_03_drive_0042_sync 582 l\n2011_10_03/2011_10_03_drive_0042_sync 775 r\n2011_10_03/2011_10_03_drive_0042_sync 29 r\n2011_10_03/2011_10_03_drive_0042_sync 28 r\n2011_10_03/2011_10_03_drive_0042_sync 92 r\n2011_10_03/2011_10_03_drive_0042_sync 961 r\n2011_10_03/2011_10_03_drive_0042_sync 251 l\n2011_10_03/2011_10_03_drive_0042_sync 354 r\n2011_10_03/2011_10_03_drive_0042_sync 811 r\n2011_10_03/2011_10_03_drive_0042_sync 620 l\n2011_10_03/2011_10_03_drive_0042_sync 846 l\n2011_10_03/2011_10_03_drive_0042_sync 80 r\n2011_10_03/2011_10_03_drive_0042_sync 664 r\n2011_10_03/2011_10_03_drive_0042_sync 444 r\n2011_10_03/2011_10_03_drive_0042_sync 682 r\n2011_10_03/2011_10_03_drive_0042_sync 681 l\n2011_10_03/2011_10_03_drive_0042_sync 644 r\n2011_10_03/2011_10_03_drive_0042_sync 678 r\n2011_10_03/2011_10_03_drive_0042_sync 115 r\n2011_10_03/2011_10_03_drive_0042_sync 66 l\n2011_10_03/2011_10_03_drive_0042_sync 745 l\n2011_10_03/2011_10_03_drive_0042_sync 794 r\n2011_10_03/2011_10_03_drive_0042_sync 27 r\n2011_10_03/2011_10_03_drive_0042_sync 420 r\n2011_10_03/2011_10_03_drive_0042_sync 142 r\n2011_10_03/2011_10_03_drive_0042_sync 173 r\n2011_10_03/2011_10_03_drive_0042_sync 268 r\n2011_10_03/2011_10_03_drive_0042_sync 484 l\n2011_10_03/2011_10_03_drive_0042_sync 677 r\n2011_10_03/2011_10_03_drive_0042_sync 519 r\n2011_10_03/2011_10_03_drive_0042_sync 940 l\n2011_10_03/2011_10_03_drive_0042_sync 128 l\n2011_10_03/2011_10_03_drive_0042_sync 923 r\n2011_10_03/2011_10_03_drive_0042_sync 819 r\n2011_10_03/2011_10_03_drive_0042_sync 181 l\n2011_10_03/2011_10_03_drive_0042_sync 471 l\n2011_10_03/2011_10_03_drive_0042_sync 739 r\n2011_10_03/2011_10_03_drive_0042_sync 1048 l\n2011_10_03/2011_10_03_drive_0042_sync 567 l\n2011_10_03/2011_10_03_drive_0042_sync 211 l\n2011_10_03/2011_10_03_drive_0042_sync 619 l\n2011_10_03/2011_10_03_drive_0042_sync 302 r\n2011_10_03/2011_10_03_drive_0042_sync 676 r\n2011_10_03/2011_10_03_drive_0042_sync 61 l\n2011_10_03/2011_10_03_drive_0042_sync 29 l\n2011_10_03/2011_10_03_drive_0042_sync 1125 r\n2011_10_03/2011_10_03_drive_0042_sync 1058 l\n2011_10_03/2011_10_03_drive_0042_sync 1025 l\n2011_10_03/2011_10_03_drive_0042_sync 177 l\n2011_10_03/2011_10_03_drive_0042_sync 542 r\n2011_10_03/2011_10_03_drive_0042_sync 464 r\n2011_10_03/2011_10_03_drive_0042_sync 1019 r\n2011_10_03/2011_10_03_drive_0042_sync 747 l\n2011_10_03/2011_10_03_drive_0042_sync 347 l\n2011_10_03/2011_10_03_drive_0042_sync 1072 r\n2011_10_03/2011_10_03_drive_0042_sync 1138 r\n2011_10_03/2011_10_03_drive_0042_sync 427 l\n2011_10_03/2011_10_03_drive_0042_sync 146 r\n2011_10_03/2011_10_03_drive_0042_sync 502 l\n2011_10_03/2011_10_03_drive_0042_sync 1120 r\n2011_10_03/2011_10_03_drive_0042_sync 577 l\n2011_10_03/2011_10_03_drive_0042_sync 940 r\n2011_10_03/2011_10_03_drive_0042_sync 897 r\n2011_10_03/2011_10_03_drive_0042_sync 905 l\n2011_10_03/2011_10_03_drive_0042_sync 773 r\n2011_10_03/2011_10_03_drive_0042_sync 176 l\n2011_10_03/2011_10_03_drive_0042_sync 172 l\n2011_10_03/2011_10_03_drive_0042_sync 170 l\n2011_10_03/2011_10_03_drive_0042_sync 1068 r\n2011_10_03/2011_10_03_drive_0042_sync 1072 l\n2011_10_03/2011_10_03_drive_0042_sync 409 r\n2011_10_03/2011_10_03_drive_0042_sync 1115 l\n2011_10_03/2011_10_03_drive_0042_sync 72 l\n2011_10_03/2011_10_03_drive_0042_sync 410 l\n2011_10_03/2011_10_03_drive_0042_sync 21 r\n2011_10_03/2011_10_03_drive_0042_sync 384 l\n2011_10_03/2011_10_03_drive_0042_sync 345 r\n2011_10_03/2011_10_03_drive_0042_sync 1014 r\n2011_10_03/2011_10_03_drive_0042_sync 545 l\n2011_10_03/2011_10_03_drive_0042_sync 443 l\n2011_10_03/2011_10_03_drive_0042_sync 979 r\n2011_10_03/2011_10_03_drive_0042_sync 1160 r\n2011_10_03/2011_10_03_drive_0042_sync 3 l\n2011_10_03/2011_10_03_drive_0042_sync 849 l\n2011_10_03/2011_10_03_drive_0042_sync 102 l\n2011_10_03/2011_10_03_drive_0042_sync 324 l\n2011_10_03/2011_10_03_drive_0042_sync 135 l\n2011_10_03/2011_10_03_drive_0042_sync 659 r\n2011_10_03/2011_10_03_drive_0042_sync 1152 r\n2011_10_03/2011_10_03_drive_0042_sync 718 l\n2011_10_03/2011_10_03_drive_0042_sync 1082 r\n2011_10_03/2011_10_03_drive_0042_sync 678 l\n2011_10_03/2011_10_03_drive_0042_sync 242 l\n2011_10_03/2011_10_03_drive_0042_sync 139 r\n2011_10_03/2011_10_03_drive_0042_sync 171 r\n2011_10_03/2011_10_03_drive_0042_sync 1134 r\n2011_10_03/2011_10_03_drive_0042_sync 1154 l\n2011_10_03/2011_10_03_drive_0042_sync 926 l\n2011_10_03/2011_10_03_drive_0042_sync 993 r\n2011_10_03/2011_10_03_drive_0042_sync 1045 r\n2011_10_03/2011_10_03_drive_0042_sync 15 l\n2011_10_03/2011_10_03_drive_0042_sync 429 r\n2011_10_03/2011_10_03_drive_0042_sync 217 r\n2011_10_03/2011_10_03_drive_0042_sync 65 l\n2011_10_03/2011_10_03_drive_0042_sync 352 l\n2011_10_03/2011_10_03_drive_0042_sync 197 l\n2011_10_03/2011_10_03_drive_0042_sync 1044 l\n2011_10_03/2011_10_03_drive_0042_sync 48 l\n2011_10_03/2011_10_03_drive_0042_sync 952 r\n2011_10_03/2011_10_03_drive_0042_sync 536 r\n2011_10_03/2011_10_03_drive_0042_sync 253 r\n2011_10_03/2011_10_03_drive_0042_sync 1049 r\n2011_10_03/2011_10_03_drive_0042_sync 129 r\n2011_10_03/2011_10_03_drive_0042_sync 393 l\n2011_10_03/2011_10_03_drive_0042_sync 371 l\n2011_10_03/2011_10_03_drive_0042_sync 654 r\n2011_10_03/2011_10_03_drive_0042_sync 331 l\n2011_10_03/2011_10_03_drive_0042_sync 878 r\n2011_10_03/2011_10_03_drive_0042_sync 567 r\n2011_10_03/2011_10_03_drive_0042_sync 98 l\n2011_10_03/2011_10_03_drive_0042_sync 499 l\n2011_10_03/2011_10_03_drive_0042_sync 452 l\n2011_10_03/2011_10_03_drive_0042_sync 978 l\n2011_10_03/2011_10_03_drive_0042_sync 452 r\n2011_10_03/2011_10_03_drive_0042_sync 343 r\n2011_10_03/2011_10_03_drive_0042_sync 484 r\n2011_10_03/2011_10_03_drive_0042_sync 1003 l\n2011_10_03/2011_10_03_drive_0042_sync 113 r\n2011_10_03/2011_10_03_drive_0042_sync 1073 r\n2011_10_03/2011_10_03_drive_0042_sync 625 r\n2011_10_03/2011_10_03_drive_0042_sync 991 r\n2011_10_03/2011_10_03_drive_0042_sync 507 r\n2011_10_03/2011_10_03_drive_0042_sync 894 r\n2011_10_03/2011_10_03_drive_0042_sync 687 r\n2011_10_03/2011_10_03_drive_0042_sync 606 r\n2011_10_03/2011_10_03_drive_0042_sync 480 l\n2011_10_03/2011_10_03_drive_0042_sync 1047 r\n2011_10_03/2011_10_03_drive_0042_sync 793 r\n2011_10_03/2011_10_03_drive_0042_sync 247 r\n2011_10_03/2011_10_03_drive_0042_sync 200 r\n2011_10_03/2011_10_03_drive_0042_sync 258 l\n2011_10_03/2011_10_03_drive_0042_sync 581 r\n2011_10_03/2011_10_03_drive_0042_sync 60 r\n2011_10_03/2011_10_03_drive_0042_sync 808 r\n2011_10_03/2011_10_03_drive_0042_sync 1022 l\n2011_10_03/2011_10_03_drive_0042_sync 500 r\n2011_10_03/2011_10_03_drive_0042_sync 600 l\n2011_10_03/2011_10_03_drive_0042_sync 537 r\n2011_10_03/2011_10_03_drive_0042_sync 1163 r\n2011_10_03/2011_10_03_drive_0042_sync 1027 l\n2011_10_03/2011_10_03_drive_0042_sync 943 r\n2011_10_03/2011_10_03_drive_0042_sync 240 l\n2011_10_03/2011_10_03_drive_0042_sync 617 r\n2011_10_03/2011_10_03_drive_0042_sync 547 l\n2011_10_03/2011_10_03_drive_0042_sync 565 l\n2011_10_03/2011_10_03_drive_0042_sync 971 l\n2011_10_03/2011_10_03_drive_0042_sync 679 l\n2011_10_03/2011_10_03_drive_0042_sync 311 l\n2011_10_03/2011_10_03_drive_0042_sync 843 l\n2011_10_03/2011_10_03_drive_0042_sync 232 l\n2011_10_03/2011_10_03_drive_0042_sync 122 r\n2011_10_03/2011_10_03_drive_0042_sync 143 l\n2011_10_03/2011_10_03_drive_0042_sync 832 l\n2011_10_03/2011_10_03_drive_0042_sync 857 r\n2011_10_03/2011_10_03_drive_0042_sync 798 l\n2011_10_03/2011_10_03_drive_0042_sync 157 r\n2011_10_03/2011_10_03_drive_0042_sync 732 l\n2011_10_03/2011_10_03_drive_0042_sync 570 r\n2011_10_03/2011_10_03_drive_0042_sync 945 r\n2011_10_03/2011_10_03_drive_0042_sync 707 l\n2011_10_03/2011_10_03_drive_0042_sync 772 l\n2011_10_03/2011_10_03_drive_0042_sync 333 r\n2011_10_03/2011_10_03_drive_0042_sync 924 r\n2011_10_03/2011_10_03_drive_0042_sync 654 l\n2011_10_03/2011_10_03_drive_0042_sync 701 r\n2011_10_03/2011_10_03_drive_0042_sync 933 r\n2011_10_03/2011_10_03_drive_0042_sync 412 r\n2011_10_03/2011_10_03_drive_0042_sync 1019 l\n2011_10_03/2011_10_03_drive_0042_sync 697 l\n2011_10_03/2011_10_03_drive_0042_sync 626 r\n2011_10_03/2011_10_03_drive_0042_sync 900 l\n2011_10_03/2011_10_03_drive_0042_sync 467 l\n2011_10_03/2011_10_03_drive_0042_sync 636 r\n2011_10_03/2011_10_03_drive_0042_sync 705 l\n2011_10_03/2011_10_03_drive_0042_sync 1117 l\n2011_10_03/2011_10_03_drive_0042_sync 1104 l\n2011_10_03/2011_10_03_drive_0042_sync 392 l\n2011_10_03/2011_10_03_drive_0042_sync 922 l\n2011_10_03/2011_10_03_drive_0042_sync 719 r\n2011_10_03/2011_10_03_drive_0042_sync 560 r\n2011_10_03/2011_10_03_drive_0042_sync 412 l\n2011_10_03/2011_10_03_drive_0042_sync 173 l\n2011_10_03/2011_10_03_drive_0042_sync 686 r\n2011_10_03/2011_10_03_drive_0042_sync 568 l\n2011_10_03/2011_10_03_drive_0042_sync 544 r\n2011_10_03/2011_10_03_drive_0042_sync 1144 l\n2011_10_03/2011_10_03_drive_0042_sync 318 l\n2011_10_03/2011_10_03_drive_0042_sync 693 r\n2011_10_03/2011_10_03_drive_0042_sync 966 l\n2011_10_03/2011_10_03_drive_0042_sync 241 r\n2011_10_03/2011_10_03_drive_0042_sync 894 l\n2011_10_03/2011_10_03_drive_0042_sync 152 l\n2011_10_03/2011_10_03_drive_0042_sync 398 r\n2011_10_03/2011_10_03_drive_0042_sync 898 l\n2011_10_03/2011_10_03_drive_0042_sync 599 r\n2011_10_03/2011_10_03_drive_0042_sync 570 l\n2011_10_03/2011_10_03_drive_0042_sync 587 l\n2011_10_03/2011_10_03_drive_0042_sync 927 r\n2011_10_03/2011_10_03_drive_0042_sync 5 l\n2011_10_03/2011_10_03_drive_0042_sync 261 l\n2011_10_03/2011_10_03_drive_0042_sync 928 l\n2011_10_03/2011_10_03_drive_0042_sync 541 l\n2011_10_03/2011_10_03_drive_0042_sync 5 r\n2011_10_03/2011_10_03_drive_0042_sync 477 l\n2011_10_03/2011_10_03_drive_0042_sync 889 l\n2011_10_03/2011_10_03_drive_0042_sync 1065 r\n2011_10_03/2011_10_03_drive_0042_sync 224 l\n2011_10_03/2011_10_03_drive_0042_sync 75 l\n2011_10_03/2011_10_03_drive_0042_sync 749 l\n2011_10_03/2011_10_03_drive_0042_sync 750 l\n2011_10_03/2011_10_03_drive_0042_sync 455 l\n2011_10_03/2011_10_03_drive_0042_sync 440 r\n2011_10_03/2011_10_03_drive_0042_sync 666 l\n2011_10_03/2011_10_03_drive_0042_sync 463 l\n2011_10_03/2011_10_03_drive_0042_sync 999 r\n2011_10_03/2011_10_03_drive_0042_sync 450 l\n2011_10_03/2011_10_03_drive_0042_sync 1119 l\n2011_10_03/2011_10_03_drive_0042_sync 246 l\n2011_10_03/2011_10_03_drive_0042_sync 1131 r\n2011_10_03/2011_10_03_drive_0042_sync 876 l\n2011_10_03/2011_10_03_drive_0042_sync 1114 r\n2011_10_03/2011_10_03_drive_0042_sync 129 l\n2011_10_03/2011_10_03_drive_0042_sync 395 r\n2011_10_03/2011_10_03_drive_0042_sync 761 l\n2011_10_03/2011_10_03_drive_0042_sync 62 l\n2011_10_03/2011_10_03_drive_0042_sync 872 r\n2011_10_03/2011_10_03_drive_0042_sync 737 r\n2011_10_03/2011_10_03_drive_0042_sync 475 r\n2011_10_03/2011_10_03_drive_0042_sync 1004 l\n2011_10_03/2011_10_03_drive_0042_sync 758 l\n2011_10_03/2011_10_03_drive_0042_sync 12 r\n2011_10_03/2011_10_03_drive_0042_sync 656 l\n2011_10_03/2011_10_03_drive_0042_sync 212 r\n2011_10_03/2011_10_03_drive_0042_sync 629 r\n2011_10_03/2011_10_03_drive_0042_sync 779 l\n2011_10_03/2011_10_03_drive_0042_sync 1132 r\n2011_10_03/2011_10_03_drive_0042_sync 623 r\n2011_10_03/2011_10_03_drive_0042_sync 513 r\n2011_10_03/2011_10_03_drive_0042_sync 103 l\n2011_10_03/2011_10_03_drive_0042_sync 1049 l\n2011_10_03/2011_10_03_drive_0042_sync 537 l\n2011_10_03/2011_10_03_drive_0042_sync 941 l\n2011_10_03/2011_10_03_drive_0042_sync 1075 r\n2011_10_03/2011_10_03_drive_0042_sync 139 l\n2011_10_03/2011_10_03_drive_0042_sync 802 r\n2011_10_03/2011_10_03_drive_0042_sync 920 l\n2011_10_03/2011_10_03_drive_0042_sync 67 r\n2011_10_03/2011_10_03_drive_0042_sync 653 l\n2011_10_03/2011_10_03_drive_0042_sync 526 r\n2011_10_03/2011_10_03_drive_0042_sync 388 l\n2011_10_03/2011_10_03_drive_0042_sync 374 r\n2011_10_03/2011_10_03_drive_0042_sync 518 r\n2011_10_03/2011_10_03_drive_0042_sync 208 l\n2011_10_03/2011_10_03_drive_0042_sync 1111 l\n2011_10_03/2011_10_03_drive_0042_sync 225 l\n2011_10_03/2011_10_03_drive_0042_sync 797 l\n2011_10_03/2011_10_03_drive_0042_sync 931 r\n2011_10_03/2011_10_03_drive_0042_sync 896 r\n2011_10_03/2011_10_03_drive_0042_sync 415 r\n2011_10_03/2011_10_03_drive_0042_sync 369 r\n2011_10_03/2011_10_03_drive_0042_sync 350 r\n2011_10_03/2011_10_03_drive_0042_sync 361 r\n2011_10_03/2011_10_03_drive_0042_sync 780 r\n2011_10_03/2011_10_03_drive_0042_sync 462 r\n2011_10_03/2011_10_03_drive_0042_sync 482 r\n2011_10_03/2011_10_03_drive_0042_sync 394 r\n2011_10_03/2011_10_03_drive_0042_sync 96 l\n2011_10_03/2011_10_03_drive_0042_sync 341 l\n2011_10_03/2011_10_03_drive_0042_sync 668 r\n2011_10_03/2011_10_03_drive_0042_sync 328 r\n2011_10_03/2011_10_03_drive_0042_sync 449 r\n2011_10_03/2011_10_03_drive_0042_sync 260 l\n2011_10_03/2011_10_03_drive_0042_sync 466 r\n2011_10_03/2011_10_03_drive_0042_sync 1093 l\n2011_10_03/2011_10_03_drive_0042_sync 59 l\n2011_10_03/2011_10_03_drive_0042_sync 377 l\n2011_10_03/2011_10_03_drive_0042_sync 723 l\n2011_10_03/2011_10_03_drive_0042_sync 498 r\n2011_10_03/2011_10_03_drive_0042_sync 765 l\n2011_10_03/2011_10_03_drive_0042_sync 1076 l\n2011_10_03/2011_10_03_drive_0042_sync 1062 l\n2011_10_03/2011_10_03_drive_0042_sync 385 l\n2011_10_03/2011_10_03_drive_0042_sync 169 r\n2011_10_03/2011_10_03_drive_0042_sync 379 l\n2011_10_03/2011_10_03_drive_0042_sync 80 l\n2011_10_03/2011_10_03_drive_0042_sync 908 l\n2011_10_03/2011_10_03_drive_0042_sync 496 r\n2011_10_03/2011_10_03_drive_0042_sync 1028 l\n2011_10_03/2011_10_03_drive_0042_sync 233 l\n2011_10_03/2011_10_03_drive_0042_sync 785 r\n2011_10_03/2011_10_03_drive_0042_sync 759 l\n2011_10_03/2011_10_03_drive_0042_sync 216 r\n2011_10_03/2011_10_03_drive_0042_sync 1126 r\n2011_10_03/2011_10_03_drive_0042_sync 729 l\n2011_10_03/2011_10_03_drive_0042_sync 1031 r\n2011_10_03/2011_10_03_drive_0042_sync 202 l\n2011_10_03/2011_10_03_drive_0042_sync 33 l\n2011_10_03/2011_10_03_drive_0042_sync 918 l\n2011_10_03/2011_10_03_drive_0042_sync 386 r\n2011_10_03/2011_10_03_drive_0042_sync 410 r\n2011_10_03/2011_10_03_drive_0042_sync 747 r\n2011_10_03/2011_10_03_drive_0042_sync 1125 l\n2011_10_03/2011_10_03_drive_0042_sync 915 l\n2011_10_03/2011_10_03_drive_0042_sync 872 l\n2011_10_03/2011_10_03_drive_0042_sync 165 l\n2011_10_03/2011_10_03_drive_0042_sync 874 r\n2011_10_03/2011_10_03_drive_0042_sync 177 r\n2011_10_03/2011_10_03_drive_0042_sync 257 r\n2011_10_03/2011_10_03_drive_0042_sync 510 r\n2011_10_03/2011_10_03_drive_0042_sync 86 r\n2011_10_03/2011_10_03_drive_0042_sync 685 l\n2011_10_03/2011_10_03_drive_0042_sync 893 r\n2011_10_03/2011_10_03_drive_0042_sync 71 r\n2011_10_03/2011_10_03_drive_0042_sync 1116 l\n2011_10_03/2011_10_03_drive_0042_sync 1136 l\n2011_10_03/2011_10_03_drive_0042_sync 421 l\n2011_10_03/2011_10_03_drive_0042_sync 1037 l\n2011_10_03/2011_10_03_drive_0042_sync 613 r\n2011_10_03/2011_10_03_drive_0042_sync 75 r\n2011_10_03/2011_10_03_drive_0042_sync 668 l\n2011_10_03/2011_10_03_drive_0042_sync 128 r\n2011_10_03/2011_10_03_drive_0042_sync 887 l\n2011_10_03/2011_10_03_drive_0042_sync 800 r\n2011_10_03/2011_10_03_drive_0042_sync 215 l\n2011_10_03/2011_10_03_drive_0042_sync 819 l\n2011_10_03/2011_10_03_drive_0042_sync 135 r\n2011_10_03/2011_10_03_drive_0042_sync 762 r\n2011_10_03/2011_10_03_drive_0042_sync 99 r\n2011_10_03/2011_10_03_drive_0042_sync 195 l\n2011_10_03/2011_10_03_drive_0042_sync 457 l\n2011_10_03/2011_10_03_drive_0042_sync 1022 r\n2011_10_03/2011_10_03_drive_0042_sync 423 l\n2011_10_03/2011_10_03_drive_0042_sync 330 l\n2011_10_03/2011_10_03_drive_0042_sync 142 l\n2011_10_03/2011_10_03_drive_0042_sync 1114 l\n2011_10_03/2011_10_03_drive_0042_sync 45 r\n2011_10_03/2011_10_03_drive_0042_sync 169 l\n2011_10_03/2011_10_03_drive_0042_sync 419 l\n2011_10_03/2011_10_03_drive_0042_sync 755 l\n2011_10_03/2011_10_03_drive_0042_sync 145 l\n2011_10_03/2011_10_03_drive_0042_sync 344 l\n2011_10_03/2011_10_03_drive_0042_sync 174 r\n2011_10_03/2011_10_03_drive_0042_sync 702 l\n2011_10_03/2011_10_03_drive_0042_sync 493 l\n2011_10_03/2011_10_03_drive_0042_sync 818 r\n2011_10_03/2011_10_03_drive_0042_sync 867 l\n2011_10_03/2011_10_03_drive_0042_sync 912 r\n2011_10_03/2011_10_03_drive_0042_sync 572 l\n2011_10_03/2011_10_03_drive_0042_sync 756 l\n2011_10_03/2011_10_03_drive_0042_sync 690 l\n2011_10_03/2011_10_03_drive_0042_sync 152 r\n2011_10_03/2011_10_03_drive_0042_sync 710 r\n2011_10_03/2011_10_03_drive_0042_sync 401 r\n2011_10_03/2011_10_03_drive_0042_sync 375 l\n2011_10_03/2011_10_03_drive_0042_sync 438 r\n2011_10_03/2011_10_03_drive_0042_sync 748 l\n2011_10_03/2011_10_03_drive_0042_sync 1038 r\n2011_10_03/2011_10_03_drive_0042_sync 958 r\n2011_10_03/2011_10_03_drive_0042_sync 627 l\n2011_10_03/2011_10_03_drive_0042_sync 155 r\n2011_10_03/2011_10_03_drive_0042_sync 255 l\n2011_10_03/2011_10_03_drive_0042_sync 296 l\n2011_10_03/2011_10_03_drive_0042_sync 90 l\n2011_10_03/2011_10_03_drive_0042_sync 853 l\n2011_10_03/2011_10_03_drive_0042_sync 576 r\n2011_10_03/2011_10_03_drive_0042_sync 453 r\n2011_10_03/2011_10_03_drive_0042_sync 666 r\n2011_10_03/2011_10_03_drive_0042_sync 743 r\n2011_10_03/2011_10_03_drive_0042_sync 715 r\n2011_10_03/2011_10_03_drive_0042_sync 1151 l\n2011_10_03/2011_10_03_drive_0042_sync 962 r\n2011_10_03/2011_10_03_drive_0042_sync 1130 l\n2011_10_03/2011_10_03_drive_0042_sync 235 l\n2011_10_03/2011_10_03_drive_0042_sync 454 r\n2011_10_03/2011_10_03_drive_0042_sync 240 r\n2011_10_03/2011_10_03_drive_0042_sync 488 l\n2011_10_03/2011_10_03_drive_0042_sync 1110 l\n2011_10_03/2011_10_03_drive_0042_sync 832 r\n2011_10_03/2011_10_03_drive_0042_sync 94 l\n2011_10_03/2011_10_03_drive_0042_sync 225 r\n2011_10_03/2011_10_03_drive_0042_sync 1080 r\n2011_10_03/2011_10_03_drive_0042_sync 210 r\n2011_10_03/2011_10_03_drive_0042_sync 1116 r\n2011_10_03/2011_10_03_drive_0042_sync 1060 l\n2011_10_03/2011_10_03_drive_0042_sync 1042 r\n2011_10_03/2011_10_03_drive_0042_sync 834 l\n2011_10_03/2011_10_03_drive_0042_sync 626 l\n2011_10_03/2011_10_03_drive_0042_sync 163 r\n2011_10_03/2011_10_03_drive_0042_sync 1016 l\n2011_10_03/2011_10_03_drive_0042_sync 167 l\n2011_10_03/2011_10_03_drive_0042_sync 431 l\n2011_10_03/2011_10_03_drive_0042_sync 227 r\n2011_10_03/2011_10_03_drive_0042_sync 519 l\n2011_10_03/2011_10_03_drive_0042_sync 456 r\n2011_10_03/2011_10_03_drive_0042_sync 365 r\n2011_10_03/2011_10_03_drive_0042_sync 770 l\n2011_10_03/2011_10_03_drive_0042_sync 762 l\n2011_10_03/2011_10_03_drive_0042_sync 241 l\n2011_10_03/2011_10_03_drive_0042_sync 776 l\n2011_10_03/2011_10_03_drive_0042_sync 731 r\n2011_10_03/2011_10_03_drive_0042_sync 941 r\n2011_10_03/2011_10_03_drive_0042_sync 206 l\n2011_10_03/2011_10_03_drive_0042_sync 871 r\n2011_10_03/2011_10_03_drive_0042_sync 239 l\n2011_10_03/2011_10_03_drive_0042_sync 770 r\n2011_10_03/2011_10_03_drive_0042_sync 840 l\n2011_10_03/2011_10_03_drive_0042_sync 1047 l\n2011_10_03/2011_10_03_drive_0042_sync 89 l\n2011_10_03/2011_10_03_drive_0042_sync 673 r\n2011_10_03/2011_10_03_drive_0042_sync 911 l\n2011_10_03/2011_10_03_drive_0042_sync 473 l\n2011_10_03/2011_10_03_drive_0042_sync 405 r\n2011_10_03/2011_10_03_drive_0042_sync 97 l\n2011_10_03/2011_10_03_drive_0042_sync 98 r\n2011_10_03/2011_10_03_drive_0042_sync 777 l\n2011_10_03/2011_10_03_drive_0042_sync 403 l\n2011_10_03/2011_10_03_drive_0042_sync 597 l\n2011_10_03/2011_10_03_drive_0042_sync 547 r\n2011_10_03/2011_10_03_drive_0042_sync 687 l\n2011_10_03/2011_10_03_drive_0042_sync 917 l\n2011_10_03/2011_10_03_drive_0042_sync 925 l\n2011_10_03/2011_10_03_drive_0042_sync 738 l\n2011_10_03/2011_10_03_drive_0042_sync 834 r\n2011_10_03/2011_10_03_drive_0042_sync 588 r\n2011_10_03/2011_10_03_drive_0042_sync 608 l\n2011_10_03/2011_10_03_drive_0042_sync 904 l\n2011_10_03/2011_10_03_drive_0042_sync 642 r\n2011_10_03/2011_10_03_drive_0042_sync 640 l\n2011_10_03/2011_10_03_drive_0042_sync 969 r\n2011_10_03/2011_10_03_drive_0042_sync 179 l\n2011_10_03/2011_10_03_drive_0042_sync 658 l\n2011_10_03/2011_10_03_drive_0042_sync 566 r\n2011_10_03/2011_10_03_drive_0042_sync 637 l\n2011_10_03/2011_10_03_drive_0042_sync 632 l\n2011_10_03/2011_10_03_drive_0042_sync 577 r\n2011_10_03/2011_10_03_drive_0042_sync 303 r\n2011_10_03/2011_10_03_drive_0042_sync 144 r\n2011_10_03/2011_10_03_drive_0042_sync 376 r\n2011_10_03/2011_10_03_drive_0042_sync 414 l\n2011_10_03/2011_10_03_drive_0042_sync 483 r\n2011_10_03/2011_10_03_drive_0042_sync 201 l\n2011_10_03/2011_10_03_drive_0042_sync 233 r\n2011_10_03/2011_10_03_drive_0042_sync 709 l\n2011_10_03/2011_10_03_drive_0042_sync 675 r\n2011_10_03/2011_10_03_drive_0042_sync 1129 l\n2011_10_03/2011_10_03_drive_0042_sync 641 r\n2011_10_03/2011_10_03_drive_0042_sync 252 l\n2011_10_03/2011_10_03_drive_0042_sync 447 r\n2011_10_03/2011_10_03_drive_0042_sync 855 r\n2011_10_03/2011_10_03_drive_0042_sync 124 r\n2011_10_03/2011_10_03_drive_0042_sync 189 r\n2011_10_03/2011_10_03_drive_0042_sync 579 l\n2011_10_03/2011_10_03_drive_0042_sync 136 l\n2011_10_03/2011_10_03_drive_0042_sync 482 l\n2011_10_03/2011_10_03_drive_0042_sync 228 r\n2011_10_03/2011_10_03_drive_0042_sync 190 r\n2011_10_03/2011_10_03_drive_0042_sync 730 l\n2011_10_03/2011_10_03_drive_0042_sync 539 r\n2011_10_03/2011_10_03_drive_0042_sync 1051 l\n2011_10_03/2011_10_03_drive_0042_sync 1105 r\n2011_10_03/2011_10_03_drive_0042_sync 1161 r\n2011_10_03/2011_10_03_drive_0042_sync 602 r\n2011_10_03/2011_10_03_drive_0042_sync 738 r\n2011_10_03/2011_10_03_drive_0042_sync 195 r\n2011_10_03/2011_10_03_drive_0042_sync 17 l\n2011_10_03/2011_10_03_drive_0042_sync 655 l\n2011_10_03/2011_10_03_drive_0042_sync 13 r\n2011_10_03/2011_10_03_drive_0042_sync 936 r\n2011_10_03/2011_10_03_drive_0042_sync 1012 r\n2011_10_03/2011_10_03_drive_0042_sync 226 r\n2011_10_03/2011_10_03_drive_0042_sync 485 r\n2011_10_03/2011_10_03_drive_0042_sync 439 r\n2011_10_03/2011_10_03_drive_0042_sync 230 l\n2011_10_03/2011_10_03_drive_0042_sync 735 l\n2011_10_03/2011_10_03_drive_0042_sync 442 r\n2011_10_03/2011_10_03_drive_0042_sync 641 l\n2011_10_03/2011_10_03_drive_0042_sync 1077 l\n2011_10_03/2011_10_03_drive_0042_sync 594 l\n2011_10_03/2011_10_03_drive_0042_sync 124 l\n2011_10_03/2011_10_03_drive_0042_sync 847 r\n2011_10_03/2011_10_03_drive_0042_sync 973 r\n2011_10_03/2011_10_03_drive_0042_sync 420 l\n2011_10_03/2011_10_03_drive_0042_sync 1159 r\n2011_10_03/2011_10_03_drive_0042_sync 615 r\n2011_10_03/2011_10_03_drive_0042_sync 479 l\n2011_10_03/2011_10_03_drive_0042_sync 1102 l\n2011_10_03/2011_10_03_drive_0042_sync 831 r\n2011_10_03/2011_10_03_drive_0042_sync 717 l\n2011_10_03/2011_10_03_drive_0042_sync 1064 r\n2011_10_03/2011_10_03_drive_0042_sync 743 l\n2011_10_03/2011_10_03_drive_0042_sync 949 r\n2011_10_03/2011_10_03_drive_0042_sync 1122 l\n2011_10_03/2011_10_03_drive_0042_sync 995 l\n2011_10_03/2011_10_03_drive_0042_sync 657 l\n2011_10_03/2011_10_03_drive_0042_sync 561 r\n2011_10_03/2011_10_03_drive_0042_sync 635 l\n2011_10_03/2011_10_03_drive_0042_sync 106 r\n2011_10_03/2011_10_03_drive_0042_sync 329 r\n2011_10_03/2011_10_03_drive_0042_sync 766 r\n2011_10_03/2011_10_03_drive_0042_sync 238 r\n2011_10_03/2011_10_03_drive_0042_sync 814 r\n2011_10_03/2011_10_03_drive_0042_sync 972 r\n2011_10_03/2011_10_03_drive_0042_sync 26 r\n2011_10_03/2011_10_03_drive_0042_sync 109 l\n2011_10_03/2011_10_03_drive_0042_sync 909 l\n2011_10_03/2011_10_03_drive_0042_sync 563 r\n2011_10_03/2011_10_03_drive_0042_sync 524 r\n2011_10_03/2011_10_03_drive_0042_sync 16 l\n2011_10_03/2011_10_03_drive_0042_sync 539 l\n2011_10_03/2011_10_03_drive_0042_sync 424 r\n2011_10_03/2011_10_03_drive_0042_sync 684 l\n2011_10_03/2011_10_03_drive_0042_sync 879 l\n2011_10_03/2011_10_03_drive_0042_sync 649 l\n2011_10_03/2011_10_03_drive_0042_sync 359 l\n2011_10_03/2011_10_03_drive_0042_sync 485 l\n2011_10_03/2011_10_03_drive_0042_sync 709 r\n2011_10_03/2011_10_03_drive_0042_sync 712 l\n2011_10_03/2011_10_03_drive_0042_sync 843 r\n2011_10_03/2011_10_03_drive_0042_sync 746 r\n2011_10_03/2011_10_03_drive_0042_sync 322 l\n2011_10_03/2011_10_03_drive_0042_sync 905 r\n2011_10_03/2011_10_03_drive_0042_sync 874 l\n2011_10_03/2011_10_03_drive_0042_sync 863 r\n2011_10_03/2011_10_03_drive_0042_sync 360 l\n2011_10_03/2011_10_03_drive_0042_sync 407 l\n2011_10_03/2011_10_03_drive_0042_sync 1026 l\n2011_10_03/2011_10_03_drive_0042_sync 477 r\n2011_10_03/2011_10_03_drive_0042_sync 821 l\n2011_10_03/2011_10_03_drive_0042_sync 859 l\n2011_10_03/2011_10_03_drive_0042_sync 884 l\n2011_10_03/2011_10_03_drive_0042_sync 61 r\n2011_10_03/2011_10_03_drive_0042_sync 726 l\n2011_10_03/2011_10_03_drive_0042_sync 910 l\n2011_10_03/2011_10_03_drive_0042_sync 51 r\n2011_10_03/2011_10_03_drive_0042_sync 841 l\n2011_10_03/2011_10_03_drive_0042_sync 783 l\n2011_10_03/2011_10_03_drive_0042_sync 95 r\n2011_10_03/2011_10_03_drive_0042_sync 931 l\n2011_10_03/2011_10_03_drive_0042_sync 906 l\n2011_10_03/2011_10_03_drive_0042_sync 437 r\n2011_10_03/2011_10_03_drive_0042_sync 901 r\n2011_10_03/2011_10_03_drive_0042_sync 877 r\n2011_10_03/2011_10_03_drive_0042_sync 562 l\n2011_10_03/2011_10_03_drive_0042_sync 359 r\n2011_10_03/2011_10_03_drive_0042_sync 912 l\n2011_10_03/2011_10_03_drive_0042_sync 745 r\n2011_10_03/2011_10_03_drive_0042_sync 516 r\n2011_10_03/2011_10_03_drive_0042_sync 34 r\n2011_10_03/2011_10_03_drive_0042_sync 520 l\n2011_10_03/2011_10_03_drive_0042_sync 876 r\n2011_10_03/2011_10_03_drive_0042_sync 45 l\n2011_10_03/2011_10_03_drive_0042_sync 17 r\n2011_10_03/2011_10_03_drive_0042_sync 612 r\n2011_10_03/2011_10_03_drive_0042_sync 94 r\n2011_10_03/2011_10_03_drive_0042_sync 788 r\n2011_10_03/2011_10_03_drive_0042_sync 1052 l\n2011_10_03/2011_10_03_drive_0042_sync 704 l\n2011_10_03/2011_10_03_drive_0042_sync 725 l\n2011_10_03/2011_10_03_drive_0042_sync 382 r\n2011_10_03/2011_10_03_drive_0042_sync 751 l\n2011_10_03/2011_10_03_drive_0042_sync 652 r\n2011_10_03/2011_10_03_drive_0042_sync 384 r\n2011_10_03/2011_10_03_drive_0042_sync 875 l\n2011_10_03/2011_10_03_drive_0042_sync 605 r\n2011_10_03/2011_10_03_drive_0042_sync 1158 r\n2011_10_03/2011_10_03_drive_0042_sync 39 r\n2011_10_03/2011_10_03_drive_0042_sync 1070 r\n2011_10_03/2011_10_03_drive_0042_sync 835 l\n2011_10_03/2011_10_03_drive_0042_sync 263 r\n2011_10_03/2011_10_03_drive_0042_sync 502 r\n2011_10_03/2011_10_03_drive_0042_sync 243 r\n2011_10_03/2011_10_03_drive_0042_sync 856 l\n2011_10_03/2011_10_03_drive_0042_sync 583 l\n2011_10_03/2011_10_03_drive_0042_sync 383 r\n2011_10_03/2011_10_03_drive_0042_sync 236 r\n2011_10_03/2011_10_03_drive_0042_sync 342 r\n2011_10_03/2011_10_03_drive_0042_sync 732 r\n2011_10_03/2011_10_03_drive_0042_sync 633 r\n2011_10_03/2011_10_03_drive_0042_sync 1037 r\n2011_10_03/2011_10_03_drive_0042_sync 763 l\n2011_10_03/2011_10_03_drive_0042_sync 788 l\n2011_10_03/2011_10_03_drive_0042_sync 11 l\n2011_10_03/2011_10_03_drive_0042_sync 840 r\n2011_10_03/2011_10_03_drive_0042_sync 235 r\n2011_10_03/2011_10_03_drive_0042_sync 1029 r\n2011_10_03/2011_10_03_drive_0042_sync 991 l\n2011_10_03/2011_10_03_drive_0042_sync 431 r\n2011_10_03/2011_10_03_drive_0042_sync 119 r\n2011_10_03/2011_10_03_drive_0042_sync 448 r\n2011_10_03/2011_10_03_drive_0042_sync 1135 r\n2011_10_03/2011_10_03_drive_0042_sync 473 r\n2011_10_03/2011_10_03_drive_0042_sync 198 r\n2011_10_03/2011_10_03_drive_0042_sync 215 r\n2011_10_03/2011_10_03_drive_0042_sync 938 r\n2011_10_03/2011_10_03_drive_0042_sync 223 r\n2011_10_03/2011_10_03_drive_0042_sync 36 r\n2011_10_03/2011_10_03_drive_0042_sync 82 l\n2011_10_03/2011_10_03_drive_0042_sync 89 r\n2011_10_03/2011_10_03_drive_0042_sync 357 l\n2011_10_03/2011_10_03_drive_0042_sync 671 l\n2011_10_03/2011_10_03_drive_0042_sync 205 l\n2011_10_03/2011_10_03_drive_0042_sync 222 l\n2011_10_03/2011_10_03_drive_0042_sync 982 r\n2011_10_03/2011_10_03_drive_0042_sync 185 l\n2011_10_03/2011_10_03_drive_0042_sync 19 l\n2011_10_03/2011_10_03_drive_0042_sync 1050 r\n2011_10_03/2011_10_03_drive_0042_sync 209 r\n2011_10_03/2011_10_03_drive_0042_sync 950 r\n2011_10_03/2011_10_03_drive_0042_sync 262 r\n2011_10_03/2011_10_03_drive_0042_sync 117 l\n2011_10_03/2011_10_03_drive_0042_sync 1102 r\n2011_10_03/2011_10_03_drive_0042_sync 603 l\n2011_10_03/2011_10_03_drive_0042_sync 1107 l\n2011_10_03/2011_10_03_drive_0042_sync 908 r\n2011_10_03/2011_10_03_drive_0042_sync 140 r\n2011_10_03/2011_10_03_drive_0042_sync 196 l\n2011_10_03/2011_10_03_drive_0042_sync 229 r\n2011_10_03/2011_10_03_drive_0042_sync 714 l\n2011_10_03/2011_10_03_drive_0042_sync 243 l\n2011_10_03/2011_10_03_drive_0042_sync 826 l\n2011_10_03/2011_10_03_drive_0042_sync 670 l\n2011_10_03/2011_10_03_drive_0042_sync 795 r\n2011_10_03/2011_10_03_drive_0042_sync 1005 l\n2011_10_03/2011_10_03_drive_0042_sync 1001 r\n2011_10_03/2011_10_03_drive_0042_sync 672 l\n2011_10_03/2011_10_03_drive_0042_sync 850 r\n2011_10_03/2011_10_03_drive_0042_sync 144 l\n2011_10_03/2011_10_03_drive_0042_sync 781 r\n2011_10_03/2011_10_03_drive_0042_sync 488 r\n2011_10_03/2011_10_03_drive_0042_sync 944 r\n2011_10_03/2011_10_03_drive_0042_sync 16 r\n2011_10_03/2011_10_03_drive_0042_sync 500 l\n2011_10_03/2011_10_03_drive_0042_sync 189 l\n2011_10_03/2011_10_03_drive_0042_sync 47 r\n2011_10_03/2011_10_03_drive_0042_sync 362 r\n2011_10_03/2011_10_03_drive_0042_sync 573 r\n2011_10_03/2011_10_03_drive_0042_sync 525 l\n2011_10_03/2011_10_03_drive_0042_sync 11 r\n2011_10_03/2011_10_03_drive_0042_sync 841 r\n2011_10_03/2011_10_03_drive_0042_sync 999 l\n2011_10_03/2011_10_03_drive_0042_sync 601 r\n2011_10_03/2011_10_03_drive_0042_sync 713 l\n2011_10_03/2011_10_03_drive_0042_sync 258 r\n2011_10_03/2011_10_03_drive_0042_sync 91 l\n2011_10_03/2011_10_03_drive_0042_sync 304 r\n2011_10_03/2011_10_03_drive_0042_sync 1092 r\n2011_10_03/2011_10_03_drive_0042_sync 531 l\n2011_10_03/2011_10_03_drive_0042_sync 638 l\n2011_10_03/2011_10_03_drive_0042_sync 893 l\n2011_10_03/2011_10_03_drive_0042_sync 501 r\n2011_10_03/2011_10_03_drive_0042_sync 833 l\n2011_10_03/2011_10_03_drive_0042_sync 509 r\n2011_10_03/2011_10_03_drive_0042_sync 1055 r\n2011_10_03/2011_10_03_drive_0042_sync 663 r\n2011_10_03/2011_10_03_drive_0042_sync 1078 r\n2011_10_03/2011_10_03_drive_0042_sync 179 r\n2011_10_03/2011_10_03_drive_0042_sync 451 r\n2011_10_03/2011_10_03_drive_0042_sync 399 r\n2011_10_03/2011_10_03_drive_0042_sync 918 r\n2011_10_03/2011_10_03_drive_0042_sync 459 l\n2011_10_03/2011_10_03_drive_0042_sync 589 l\n2011_10_03/2011_10_03_drive_0042_sync 445 r\n2011_10_03/2011_10_03_drive_0042_sync 706 l\n2011_10_03/2011_10_03_drive_0042_sync 248 r\n2011_10_03/2011_10_03_drive_0042_sync 1038 l\n2011_10_03/2011_10_03_drive_0042_sync 81 r\n2011_10_03/2011_10_03_drive_0042_sync 733 l\n2011_10_03/2011_10_03_drive_0042_sync 334 r\n2011_10_03/2011_10_03_drive_0042_sync 1030 l\n2011_10_03/2011_10_03_drive_0042_sync 506 r\n2011_10_03/2011_10_03_drive_0042_sync 499 r\n2011_10_03/2011_10_03_drive_0042_sync 575 l\n2011_10_03/2011_10_03_drive_0042_sync 360 r\n2011_10_03/2011_10_03_drive_0042_sync 90 r\n2011_10_03/2011_10_03_drive_0042_sync 700 r\n2011_10_03/2011_10_03_drive_0042_sync 422 r\n2011_10_03/2011_10_03_drive_0042_sync 1004 r\n2011_10_03/2011_10_03_drive_0042_sync 445 l\n2011_10_03/2011_10_03_drive_0042_sync 182 l\n2011_10_03/2011_10_03_drive_0042_sync 772 r\n2011_10_03/2011_10_03_drive_0042_sync 557 l\n2011_10_03/2011_10_03_drive_0042_sync 413 r\n2011_10_03/2011_10_03_drive_0042_sync 982 l\n2011_10_03/2011_10_03_drive_0042_sync 805 r\n2011_10_03/2011_10_03_drive_0042_sync 560 l\n2011_10_03/2011_10_03_drive_0042_sync 736 l\n2011_10_03/2011_10_03_drive_0042_sync 350 l\n2011_10_03/2011_10_03_drive_0042_sync 1005 r\n2011_10_03/2011_10_03_drive_0042_sync 487 r\n2011_10_03/2011_10_03_drive_0042_sync 364 l\n2011_10_03/2011_10_03_drive_0042_sync 194 r\n2011_10_03/2011_10_03_drive_0042_sync 480 r\n2011_10_03/2011_10_03_drive_0042_sync 252 r\n2011_10_03/2011_10_03_drive_0042_sync 839 r\n2011_10_03/2011_10_03_drive_0042_sync 919 r\n2011_10_03/2011_10_03_drive_0042_sync 804 l\n2011_10_03/2011_10_03_drive_0042_sync 1139 r\n2011_10_03/2011_10_03_drive_0042_sync 245 l\n2011_10_03/2011_10_03_drive_0042_sync 699 r\n2011_10_03/2011_10_03_drive_0042_sync 115 l\n2011_10_03/2011_10_03_drive_0042_sync 754 r\n2011_10_03/2011_10_03_drive_0042_sync 1145 l\n2011_10_03/2011_10_03_drive_0042_sync 885 l\n2011_10_03/2011_10_03_drive_0042_sync 461 l\n2011_10_03/2011_10_03_drive_0042_sync 358 r\n2011_10_03/2011_10_03_drive_0042_sync 565 r\n2011_10_03/2011_10_03_drive_0042_sync 953 r\n2011_10_03/2011_10_03_drive_0042_sync 30 r\n2011_10_03/2011_10_03_drive_0042_sync 698 r\n2011_10_03/2011_10_03_drive_0042_sync 509 l\n2011_10_03/2011_10_03_drive_0042_sync 204 l\n2011_10_03/2011_10_03_drive_0042_sync 322 r\n2011_10_03/2011_10_03_drive_0042_sync 617 l\n2011_10_03/2011_10_03_drive_0042_sync 900 r\n2011_10_03/2011_10_03_drive_0042_sync 465 r\n2011_10_03/2011_10_03_drive_0042_sync 829 l\n2011_10_03/2011_10_03_drive_0042_sync 497 l\n2011_10_03/2011_10_03_drive_0042_sync 338 r\n2011_10_03/2011_10_03_drive_0042_sync 199 r\n2011_10_03/2011_10_03_drive_0042_sync 158 r\n2011_10_03/2011_10_03_drive_0042_sync 736 r\n2011_10_03/2011_10_03_drive_0042_sync 645 r\n2011_10_03/2011_10_03_drive_0042_sync 23 l\n2011_10_03/2011_10_03_drive_0042_sync 147 l\n2011_10_03/2011_10_03_drive_0042_sync 400 r\n2011_10_03/2011_10_03_drive_0042_sync 1109 r\n2011_10_03/2011_10_03_drive_0042_sync 1161 l\n2011_10_03/2011_10_03_drive_0042_sync 646 l\n2011_10_03/2011_10_03_drive_0042_sync 12 l\n2011_10_03/2011_10_03_drive_0042_sync 850 l\n2011_10_03/2011_10_03_drive_0042_sync 723 r\n2011_10_03/2011_10_03_drive_0042_sync 188 r\n2011_10_03/2011_10_03_drive_0042_sync 349 l\n2011_10_03/2011_10_03_drive_0042_sync 631 r\n2011_10_03/2011_10_03_drive_0042_sync 633 l\n2011_10_03/2011_10_03_drive_0042_sync 1080 l\n2011_10_03/2011_10_03_drive_0042_sync 518 l\n2011_10_03/2011_10_03_drive_0042_sync 256 r\n2011_10_03/2011_10_03_drive_0042_sync 665 r\n2011_10_03/2011_10_03_drive_0042_sync 399 l\n2011_10_03/2011_10_03_drive_0042_sync 134 r\n2011_10_03/2011_10_03_drive_0042_sync 1130 r\n2011_10_03/2011_10_03_drive_0042_sync 742 l\n2011_10_03/2011_10_03_drive_0042_sync 645 l\n2011_10_03/2011_10_03_drive_0042_sync 348 l\n2011_10_03/2011_10_03_drive_0042_sync 554 l\n2011_10_03/2011_10_03_drive_0042_sync 1134 l\n2011_10_03/2011_10_03_drive_0042_sync 803 r\n2011_10_03/2011_10_03_drive_0042_sync 303 l\n2011_10_03/2011_10_03_drive_0042_sync 64 r\n2011_10_03/2011_10_03_drive_0042_sync 1150 r\n2011_10_03/2011_10_03_drive_0042_sync 218 r\n2011_10_03/2011_10_03_drive_0042_sync 961 l\n2011_10_03/2011_10_03_drive_0042_sync 854 r\n2011_10_03/2011_10_03_drive_0042_sync 43 r\n2011_10_03/2011_10_03_drive_0042_sync 159 l\n2011_10_03/2011_10_03_drive_0042_sync 38 l\n2011_10_03/2011_10_03_drive_0042_sync 978 r\n2011_10_03/2011_10_03_drive_0042_sync 862 r\n2011_10_03/2011_10_03_drive_0042_sync 612 l\n2011_10_03/2011_10_03_drive_0042_sync 1074 l\n2011_10_03/2011_10_03_drive_0042_sync 332 l\n2011_10_03/2011_10_03_drive_0042_sync 861 r\n2011_10_03/2011_10_03_drive_0042_sync 361 l\n2011_10_03/2011_10_03_drive_0042_sync 752 r\n2011_10_03/2011_10_03_drive_0042_sync 188 l\n2011_10_03/2011_10_03_drive_0042_sync 890 r\n2011_10_03/2011_10_03_drive_0042_sync 491 l\n2011_10_03/2011_10_03_drive_0042_sync 23 r\n2011_10_03/2011_10_03_drive_0042_sync 913 r\n2011_10_03/2011_10_03_drive_0042_sync 568 r\n2011_10_03/2011_10_03_drive_0042_sync 576 l\n2011_10_03/2011_10_03_drive_0042_sync 472 l\n2011_10_03/2011_10_03_drive_0042_sync 1011 r\n2011_10_03/2011_10_03_drive_0042_sync 1135 l\n2011_10_03/2011_10_03_drive_0042_sync 107 l\n2011_10_03/2011_10_03_drive_0042_sync 87 l\n2011_10_03/2011_10_03_drive_0042_sync 219 r\n2011_10_03/2011_10_03_drive_0042_sync 425 r\n2011_10_03/2011_10_03_drive_0042_sync 479 r\n2011_10_03/2011_10_03_drive_0042_sync 55 l\n2011_10_03/2011_10_03_drive_0042_sync 390 r\n2011_10_03/2011_10_03_drive_0042_sync 164 l\n2011_10_03/2011_10_03_drive_0042_sync 184 l\n2011_10_03/2011_10_03_drive_0042_sync 1046 l\n2011_10_03/2011_10_03_drive_0042_sync 869 r\n2011_10_03/2011_10_03_drive_0042_sync 63 r\n2011_10_03/2011_10_03_drive_0042_sync 409 l\n2011_10_03/2011_10_03_drive_0042_sync 397 l\n2011_10_03/2011_10_03_drive_0042_sync 229 l\n2011_10_03/2011_10_03_drive_0042_sync 695 r\n2011_10_03/2011_10_03_drive_0042_sync 1001 l\n2011_10_03/2011_10_03_drive_0042_sync 146 l\n2011_10_03/2011_10_03_drive_0042_sync 665 l\n2011_10_03/2011_10_03_drive_0042_sync 937 r\n2011_10_03/2011_10_03_drive_0042_sync 1077 r\n2011_10_03/2011_10_03_drive_0042_sync 106 l\n2011_10_03/2011_10_03_drive_0042_sync 508 l\n2011_10_03/2011_10_03_drive_0042_sync 52 r\n2011_10_03/2011_10_03_drive_0042_sync 538 l\n2011_10_03/2011_10_03_drive_0042_sync 1117 r\n2011_10_03/2011_10_03_drive_0042_sync 942 r\n2011_10_03/2011_10_03_drive_0042_sync 126 r\n2011_10_03/2011_10_03_drive_0042_sync 35 r\n2011_10_03/2011_10_03_drive_0042_sync 708 r\n2011_10_03/2011_10_03_drive_0042_sync 722 l\n2011_10_03/2011_10_03_drive_0042_sync 927 l\n2011_10_03/2011_10_03_drive_0042_sync 774 l\n2011_10_03/2011_10_03_drive_0042_sync 170 r\n2011_10_03/2011_10_03_drive_0042_sync 895 r\n2011_10_03/2011_10_03_drive_0042_sync 1061 r\n2011_10_03/2011_10_03_drive_0042_sync 93 l\n2011_10_03/2011_10_03_drive_0042_sync 74 l\n2011_10_03/2011_10_03_drive_0042_sync 494 r\n2011_10_03/2011_10_03_drive_0042_sync 375 r\n2011_10_03/2011_10_03_drive_0042_sync 564 l\n2011_10_03/2011_10_03_drive_0042_sync 947 r\n2011_10_03/2011_10_03_drive_0042_sync 1033 l\n2011_10_03/2011_10_03_drive_0042_sync 489 r\n2011_10_03/2011_10_03_drive_0042_sync 805 l\n2011_10_03/2011_10_03_drive_0042_sync 505 l\n2011_10_03/2011_10_03_drive_0042_sync 1075 l\n2011_10_03/2011_10_03_drive_0042_sync 907 r\n2011_10_03/2011_10_03_drive_0042_sync 269 r\n2011_10_03/2011_10_03_drive_0042_sync 264 l\n2011_10_03/2011_10_03_drive_0042_sync 631 l\n2011_10_03/2011_10_03_drive_0042_sync 871 l\n2011_10_03/2011_10_03_drive_0042_sync 826 r\n2011_10_03/2011_10_03_drive_0042_sync 157 l\n2011_10_03/2011_10_03_drive_0042_sync 385 r\n2011_10_03/2011_10_03_drive_0042_sync 895 l\n2011_10_03/2011_10_03_drive_0042_sync 620 r\n2011_10_03/2011_10_03_drive_0042_sync 861 l\n2011_10_03/2011_10_03_drive_0042_sync 365 l\n2011_10_03/2011_10_03_drive_0042_sync 958 l\n2011_10_03/2011_10_03_drive_0042_sync 386 l\n2011_10_03/2011_10_03_drive_0042_sync 20 r\n2011_10_03/2011_10_03_drive_0042_sync 889 r\n2011_10_03/2011_10_03_drive_0042_sync 373 l\n2011_10_03/2011_10_03_drive_0042_sync 629 l\n2011_10_03/2011_10_03_drive_0042_sync 711 r\n2011_10_03/2011_10_03_drive_0042_sync 956 l\n2011_10_03/2011_10_03_drive_0042_sync 182 r\n2011_10_03/2011_10_03_drive_0042_sync 180 r\n2011_10_03/2011_10_03_drive_0042_sync 686 l\n2011_10_03/2011_10_03_drive_0042_sync 673 l\n2011_10_03/2011_10_03_drive_0042_sync 161 r\n2011_10_03/2011_10_03_drive_0042_sync 370 r\n2011_10_03/2011_10_03_drive_0042_sync 763 r\n2011_10_03/2011_10_03_drive_0042_sync 84 l\n2011_10_03/2011_10_03_drive_0042_sync 778 l\n2011_10_03/2011_10_03_drive_0042_sync 1015 l\n2011_10_03/2011_10_03_drive_0042_sync 551 r\n2011_10_03/2011_10_03_drive_0042_sync 1129 r\n2011_10_03/2011_10_03_drive_0042_sync 526 l\n2011_10_03/2011_10_03_drive_0042_sync 494 l\n2011_10_03/2011_10_03_drive_0042_sync 390 l\n2011_10_03/2011_10_03_drive_0042_sync 636 l\n2011_10_03/2011_10_03_drive_0042_sync 456 l\n2011_10_03/2011_10_03_drive_0042_sync 32 r\n2011_10_03/2011_10_03_drive_0042_sync 176 r\n2011_10_03/2011_10_03_drive_0042_sync 660 r\n2011_10_03/2011_10_03_drive_0042_sync 674 r\n2011_10_03/2011_10_03_drive_0042_sync 929 r\n2011_10_03/2011_10_03_drive_0042_sync 387 l\n2011_10_03/2011_10_03_drive_0042_sync 369 l\n2011_10_03/2011_10_03_drive_0042_sync 439 l\n2011_10_03/2011_10_03_drive_0042_sync 813 l\n2011_10_03/2011_10_03_drive_0042_sync 721 l\n2011_10_03/2011_10_03_drive_0042_sync 145 r\n2011_10_03/2011_10_03_drive_0042_sync 729 r\n2011_10_03/2011_10_03_drive_0042_sync 65 r\n2011_10_03/2011_10_03_drive_0042_sync 463 r\n2011_10_03/2011_10_03_drive_0042_sync 1092 l\n2011_10_03/2011_10_03_drive_0042_sync 1128 r\n2011_10_03/2011_10_03_drive_0042_sync 183 l\n2011_10_03/2011_10_03_drive_0042_sync 352 r\n2011_10_03/2011_10_03_drive_0042_sync 442 l\n2011_10_03/2011_10_03_drive_0042_sync 493 r\n2011_10_03/2011_10_03_drive_0042_sync 1066 r\n2011_10_03/2011_10_03_drive_0042_sync 921 l\n2011_10_03/2011_10_03_drive_0042_sync 803 l\n2011_10_03/2011_10_03_drive_0042_sync 324 r\n2011_10_03/2011_10_03_drive_0042_sync 372 l\n2011_10_03/2011_10_03_drive_0042_sync 886 r\n2011_10_03/2011_10_03_drive_0042_sync 368 r\n2011_10_03/2011_10_03_drive_0042_sync 178 l\n2011_10_03/2011_10_03_drive_0042_sync 764 l\n2011_10_03/2011_10_03_drive_0042_sync 529 l\n2011_10_03/2011_10_03_drive_0042_sync 1063 r\n2011_10_03/2011_10_03_drive_0042_sync 888 r\n2011_10_03/2011_10_03_drive_0042_sync 553 l\n2011_10_03/2011_10_03_drive_0042_sync 972 l\n2011_10_03/2011_10_03_drive_0042_sync 311 r\n2011_10_03/2011_10_03_drive_0042_sync 1060 r\n2011_10_03/2011_10_03_drive_0042_sync 667 r\n2011_10_03/2011_10_03_drive_0042_sync 979 l\n2011_10_03/2011_10_03_drive_0042_sync 1057 l\n2011_10_03/2011_10_03_drive_0042_sync 185 r\n2011_10_03/2011_10_03_drive_0042_sync 934 l\n2011_10_03/2011_10_03_drive_0042_sync 951 l\n2011_10_03/2011_10_03_drive_0042_sync 269 l\n2011_10_03/2011_10_03_drive_0042_sync 1084 r\n2011_10_03/2011_10_03_drive_0042_sync 171 l\n2011_10_03/2011_10_03_drive_0042_sync 57 r\n2011_10_03/2011_10_03_drive_0042_sync 901 l\n2011_10_03/2011_10_03_drive_0042_sync 607 l\n2011_10_03/2011_10_03_drive_0042_sync 85 r\n2011_10_03/2011_10_03_drive_0042_sync 377 r\n2011_10_03/2011_10_03_drive_0042_sync 681 r\n2011_10_03/2011_10_03_drive_0042_sync 193 l\n2011_10_03/2011_10_03_drive_0042_sync 655 r\n2011_10_03/2011_10_03_drive_0042_sync 852 r\n2011_10_03/2011_10_03_drive_0042_sync 391 r\n2011_10_03/2011_10_03_drive_0042_sync 516 l\n2011_10_03/2011_10_03_drive_0042_sync 698 l\n2011_10_03/2011_10_03_drive_0042_sync 166 r\n2011_10_03/2011_10_03_drive_0042_sync 116 l\n2011_10_03/2011_10_03_drive_0042_sync 854 l\n2011_10_03/2011_10_03_drive_0042_sync 822 r\n2011_10_03/2011_10_03_drive_0042_sync 347 r\n2011_10_03/2011_10_03_drive_0042_sync 510 l\n2011_10_03/2011_10_03_drive_0042_sync 349 r\n2011_10_03/2011_10_03_drive_0042_sync 1106 r\n2011_10_03/2011_10_03_drive_0042_sync 1024 r\n2011_10_03/2011_10_03_drive_0042_sync 914 r\n2011_10_03/2011_10_03_drive_0042_sync 506 l\n2011_10_03/2011_10_03_drive_0042_sync 990 r\n2011_10_03/2011_10_03_drive_0042_sync 141 r\n2011_10_03/2011_10_03_drive_0042_sync 250 r\n2011_10_03/2011_10_03_drive_0042_sync 585 l\n2011_10_03/2011_10_03_drive_0042_sync 373 r\n2011_10_03/2011_10_03_drive_0042_sync 48 r\n2011_10_03/2011_10_03_drive_0042_sync 997 l\n2011_10_03/2011_10_03_drive_0042_sync 651 r\n2011_10_03/2011_10_03_drive_0042_sync 716 l\n2011_10_03/2011_10_03_drive_0042_sync 592 r\n2011_10_03/2011_10_03_drive_0042_sync 35 l\n2011_10_03/2011_10_03_drive_0042_sync 18 r\n2011_10_03/2011_10_03_drive_0042_sync 926 r\n2011_10_03/2011_10_03_drive_0042_sync 966 r\n2011_10_03/2011_10_03_drive_0042_sync 1103 l\n2011_10_03/2011_10_03_drive_0042_sync 138 r\n2011_10_03/2011_10_03_drive_0042_sync 954 l\n2011_10_03/2011_10_03_drive_0042_sync 543 l\n2011_10_03/2011_10_03_drive_0042_sync 540 r\n2011_10_03/2011_10_03_drive_0042_sync 54 l\n2011_10_03/2011_10_03_drive_0042_sync 952 l\n2011_10_03/2011_10_03_drive_0042_sync 52 l\n2011_10_03/2011_10_03_drive_0042_sync 131 r\n2011_10_03/2011_10_03_drive_0042_sync 879 r\n2011_10_03/2011_10_03_drive_0042_sync 1064 l\n2011_10_03/2011_10_03_drive_0042_sync 953 l\n2011_10_03/2011_10_03_drive_0042_sync 675 l\n2011_10_03/2011_10_03_drive_0042_sync 525 r\n2011_10_03/2011_10_03_drive_0042_sync 651 l\n2011_10_03/2011_10_03_drive_0042_sync 224 r\n2011_10_03/2011_10_03_drive_0042_sync 644 l\n2011_10_03/2011_10_03_drive_0042_sync 594 r\n2011_10_03/2011_10_03_drive_0042_sync 596 l\n2011_10_03/2011_10_03_drive_0042_sync 249 r\n2011_10_03/2011_10_03_drive_0042_sync 1099 l\n2011_10_03/2011_10_03_drive_0042_sync 619 r\n2011_10_03/2011_10_03_drive_0042_sync 1164 r\n2011_10_03/2011_10_03_drive_0042_sync 848 r\n2011_10_03/2011_10_03_drive_0042_sync 1121 r\n2011_10_03/2011_10_03_drive_0042_sync 1035 r\n2011_10_03/2011_10_03_drive_0042_sync 175 l\n2011_10_03/2011_10_03_drive_0042_sync 492 l\n2011_10_03/2011_10_03_drive_0042_sync 56 l\n2011_10_03/2011_10_03_drive_0042_sync 575 r\n2011_10_03/2011_10_03_drive_0042_sync 1145 r\n2011_10_03/2011_10_03_drive_0042_sync 870 r\n2011_10_03/2011_10_03_drive_0042_sync 1142 l\n2011_10_03/2011_10_03_drive_0042_sync 853 r\n2011_10_03/2011_10_03_drive_0042_sync 187 l\n2011_10_03/2011_10_03_drive_0042_sync 760 l\n2011_10_03/2011_10_03_drive_0042_sync 262 l\n2011_10_03/2011_10_03_drive_0042_sync 862 l\n2011_10_03/2011_10_03_drive_0042_sync 358 l\n2011_10_03/2011_10_03_drive_0042_sync 41 l\n2011_10_03/2011_10_03_drive_0042_sync 595 l\n2011_10_03/2011_10_03_drive_0042_sync 1165 l\n2011_10_03/2011_10_03_drive_0042_sync 634 l\n2011_10_03/2011_10_03_drive_0042_sync 987 r\n2011_10_03/2011_10_03_drive_0042_sync 1122 r\n2011_10_03/2011_10_03_drive_0042_sync 757 l\n2011_10_03/2011_10_03_drive_0042_sync 835 r\n2011_10_03/2011_10_03_drive_0042_sync 418 l\n2011_10_03/2011_10_03_drive_0042_sync 948 r\n2011_10_03/2011_10_03_drive_0042_sync 426 r\n2011_10_03/2011_10_03_drive_0042_sync 337 r\n2011_10_03/2011_10_03_drive_0042_sync 856 r\n2011_10_03/2011_10_03_drive_0042_sync 1157 l\n2011_10_03/2011_10_03_drive_0042_sync 460 l\n2011_10_03/2011_10_03_drive_0042_sync 680 l\n2011_10_03/2011_10_03_drive_0042_sync 1164 l\n2011_10_03/2011_10_03_drive_0042_sync 511 l\n2011_10_03/2011_10_03_drive_0042_sync 1040 l\n2011_10_03/2011_10_03_drive_0042_sync 735 r\n2011_10_03/2011_10_03_drive_0042_sync 1069 l\n2011_10_03/2011_10_03_drive_0042_sync 441 r\n2011_10_03/2011_10_03_drive_0042_sync 1115 r\n2011_10_03/2011_10_03_drive_0042_sync 837 l\n2011_10_03/2011_10_03_drive_0042_sync 848 l\n2011_10_03/2011_10_03_drive_0042_sync 676 l\n2011_10_03/2011_10_03_drive_0042_sync 981 l\n2011_10_03/2011_10_03_drive_0042_sync 621 r\n2011_10_03/2011_10_03_drive_0042_sync 76 l\n2011_10_03/2011_10_03_drive_0042_sync 615 l\n2011_10_03/2011_10_03_drive_0042_sync 719 l\n2011_10_03/2011_10_03_drive_0042_sync 997 r\n2011_10_03/2011_10_03_drive_0042_sync 586 l\n2011_10_03/2011_10_03_drive_0042_sync 33 r\n2011_10_03/2011_10_03_drive_0042_sync 498 l\n2011_10_03/2011_10_03_drive_0042_sync 138 l\n2011_10_03/2011_10_03_drive_0042_sync 632 r\n2011_10_03/2011_10_03_drive_0042_sync 882 r\n2011_10_03/2011_10_03_drive_0042_sync 903 l\n2011_10_03/2011_10_03_drive_0042_sync 768 l\n2011_10_03/2011_10_03_drive_0042_sync 1054 r\n2011_10_03/2011_10_03_drive_0042_sync 137 l\n2011_10_03/2011_10_03_drive_0042_sync 134 l\n2011_10_03/2011_10_03_drive_0042_sync 277 r\n2011_10_03/2011_10_03_drive_0042_sync 649 r\n2011_10_03/2011_10_03_drive_0042_sync 842 l\n2011_10_03/2011_10_03_drive_0042_sync 992 r\n2011_10_03/2011_10_03_drive_0042_sync 740 r\n2011_10_03/2011_10_03_drive_0042_sync 659 l\n2011_10_03/2011_10_03_drive_0042_sync 706 r\n2011_10_03/2011_10_03_drive_0042_sync 21 l\n2011_10_03/2011_10_03_drive_0042_sync 501 l\n2011_10_03/2011_10_03_drive_0042_sync 56 r\n2011_10_03/2011_10_03_drive_0042_sync 426 l\n2011_10_03/2011_10_03_drive_0042_sync 873 l\n2011_10_03/2011_10_03_drive_0042_sync 996 l\n2011_10_03/2011_10_03_drive_0042_sync 757 r\n2011_10_03/2011_10_03_drive_0042_sync 450 r\n2011_10_03/2011_10_03_drive_0042_sync 244 r\n2011_10_03/2011_10_03_drive_0042_sync 932 r\n2011_10_03/2011_10_03_drive_0042_sync 353 r\n2011_10_03/2011_10_03_drive_0042_sync 522 l\n2011_10_03/2011_10_03_drive_0042_sync 722 r\n2011_10_03/2011_10_03_drive_0042_sync 427 r\n2011_10_03/2011_10_03_drive_0042_sync 791 r\n2011_10_03/2011_10_03_drive_0042_sync 837 r\n2011_10_03/2011_10_03_drive_0042_sync 984 l\n2011_10_03/2011_10_03_drive_0042_sync 885 r\n2011_10_03/2011_10_03_drive_0042_sync 656 r\n2011_10_03/2011_10_03_drive_0042_sync 1009 r\n2011_10_03/2011_10_03_drive_0042_sync 1142 r\n2011_10_03/2011_10_03_drive_0042_sync 1048 r\n2011_10_03/2011_10_03_drive_0042_sync 574 r\n2011_10_03/2011_10_03_drive_0042_sync 917 r\n2011_10_03/2011_10_03_drive_0042_sync 122 l\n2011_10_03/2011_10_03_drive_0042_sync 44 l\n2011_10_03/2011_10_03_drive_0042_sync 923 l\n2011_10_03/2011_10_03_drive_0042_sync 809 l\n2011_10_03/2011_10_03_drive_0042_sync 335 r\n2011_10_03/2011_10_03_drive_0042_sync 643 l\n2011_10_03/2011_10_03_drive_0042_sync 1120 l\n2011_10_03/2011_10_03_drive_0042_sync 110 l\n2011_10_03/2011_10_03_drive_0042_sync 8 l\n2011_10_03/2011_10_03_drive_0042_sync 756 r\n2011_10_03/2011_10_03_drive_0042_sync 329 l\n2011_10_03/2011_10_03_drive_0042_sync 844 l\n2011_10_03/2011_10_03_drive_0042_sync 884 r\n2011_10_03/2011_10_03_drive_0042_sync 77 l\n2011_10_03/2011_10_03_drive_0042_sync 154 l\n2011_10_03/2011_10_03_drive_0042_sync 985 l\n2011_10_03/2011_10_03_drive_0042_sync 692 r\n2011_10_03/2011_10_03_drive_0042_sync 776 r\n2011_10_03/2011_10_03_drive_0042_sync 986 r\n2011_10_03/2011_10_03_drive_0042_sync 20 l\n2011_10_03/2011_10_03_drive_0042_sync 522 r\n2011_10_03/2011_10_03_drive_0042_sync 126 l\n2011_10_03/2011_10_03_drive_0042_sync 1021 l\n2011_10_03/2011_10_03_drive_0042_sync 1024 l\n2011_10_03/2011_10_03_drive_0042_sync 945 l\n2011_10_03/2011_10_03_drive_0042_sync 845 r\n2011_10_03/2011_10_03_drive_0042_sync 724 l\n2011_10_03/2011_10_03_drive_0042_sync 183 r\n2011_10_03/2011_10_03_drive_0042_sync 132 l\n2011_10_03/2011_10_03_drive_0042_sync 784 r\n2011_10_03/2011_10_03_drive_0042_sync 602 l\n2011_10_03/2011_10_03_drive_0042_sync 18 l\n2011_10_03/2011_10_03_drive_0042_sync 7 l\n2011_10_03/2011_10_03_drive_0042_sync 1112 l\n2011_10_03/2011_10_03_drive_0042_sync 343 l\n2011_10_03/2011_10_03_drive_0042_sync 242 r\n2011_10_03/2011_10_03_drive_0042_sync 694 l\n2011_10_03/2011_10_03_drive_0042_sync 801 r\n2011_10_03/2011_10_03_drive_0042_sync 1109 l\n2011_10_03/2011_10_03_drive_0042_sync 571 l\n2011_10_03/2011_10_03_drive_0042_sync 604 l\n2011_10_03/2011_10_03_drive_0042_sync 925 r\n2011_10_03/2011_10_03_drive_0042_sync 400 l\n2011_10_03/2011_10_03_drive_0042_sync 346 l\n2011_10_03/2011_10_03_drive_0042_sync 580 r\n2011_10_03/2011_10_03_drive_0042_sync 947 l\n2011_10_03/2011_10_03_drive_0042_sync 517 l\n2011_10_03/2011_10_03_drive_0042_sync 7 r\n2011_10_03/2011_10_03_drive_0042_sync 618 l\n2011_10_03/2011_10_03_drive_0042_sync 470 r\n2011_10_03/2011_10_03_drive_0042_sync 944 l\n2011_10_03/2011_10_03_drive_0042_sync 1010 l\n2011_10_03/2011_10_03_drive_0042_sync 638 r\n2011_10_03/2011_10_03_drive_0042_sync 515 l\n2011_10_03/2011_10_03_drive_0042_sync 10 r\n2011_10_03/2011_10_03_drive_0042_sync 486 l\n2011_10_03/2011_10_03_drive_0042_sync 342 l\n2011_10_03/2011_10_03_drive_0042_sync 505 r\n2011_10_03/2011_10_03_drive_0042_sync 807 r\n2011_10_03/2011_10_03_drive_0042_sync 566 l\n2011_10_03/2011_10_03_drive_0042_sync 1063 l\n2011_10_03/2011_10_03_drive_0042_sync 416 r\n2011_10_03/2011_10_03_drive_0042_sync 133 l\n2011_10_03/2011_10_03_drive_0042_sync 1146 r\n2011_10_03/2011_10_03_drive_0042_sync 1162 l\n2011_10_03/2011_10_03_drive_0042_sync 1014 l\n2011_10_03/2011_10_03_drive_0042_sync 402 l\n2011_10_03/2011_10_03_drive_0042_sync 1015 r\n2011_10_03/2011_10_03_drive_0042_sync 828 l\n2011_10_03/2011_10_03_drive_0042_sync 552 r\n2011_10_03/2011_10_03_drive_0042_sync 693 l\n2011_10_03/2011_10_03_drive_0042_sync 1085 l\n2011_10_03/2011_10_03_drive_0042_sync 775 l\n2011_10_03/2011_10_03_drive_0042_sync 967 l\n2011_10_03/2011_10_03_drive_0042_sync 1113 l\n2011_10_03/2011_10_03_drive_0042_sync 101 r\n2011_10_03/2011_10_03_drive_0042_sync 32 l\n2011_10_03/2011_10_03_drive_0042_sync 1079 l\n2011_10_03/2011_10_03_drive_0042_sync 679 r\n2011_10_03/2011_10_03_drive_0042_sync 46 l\n2011_10_03/2011_10_03_drive_0042_sync 476 r\n2011_09_26/2011_09_26_drive_0061_sync 601 l\n2011_09_26/2011_09_26_drive_0061_sync 362 l\n2011_09_26/2011_09_26_drive_0061_sync 111 l\n2011_09_26/2011_09_26_drive_0061_sync 606 r\n2011_09_26/2011_09_26_drive_0061_sync 633 r\n2011_09_26/2011_09_26_drive_0061_sync 202 l\n2011_09_26/2011_09_26_drive_0061_sync 305 l\n2011_09_26/2011_09_26_drive_0061_sync 515 r\n2011_09_26/2011_09_26_drive_0061_sync 102 r\n2011_09_26/2011_09_26_drive_0061_sync 397 r\n2011_09_26/2011_09_26_drive_0061_sync 30 l\n2011_09_26/2011_09_26_drive_0061_sync 196 r\n2011_09_26/2011_09_26_drive_0061_sync 110 l\n2011_09_26/2011_09_26_drive_0061_sync 216 r\n2011_09_26/2011_09_26_drive_0061_sync 510 l\n2011_09_26/2011_09_26_drive_0061_sync 280 l\n2011_09_26/2011_09_26_drive_0061_sync 443 l\n2011_09_26/2011_09_26_drive_0061_sync 393 r\n2011_09_26/2011_09_26_drive_0061_sync 346 r\n2011_09_26/2011_09_26_drive_0061_sync 169 l\n2011_09_26/2011_09_26_drive_0061_sync 319 r\n2011_09_26/2011_09_26_drive_0061_sync 323 r\n2011_09_26/2011_09_26_drive_0061_sync 54 r\n2011_09_26/2011_09_26_drive_0061_sync 594 l\n2011_09_26/2011_09_26_drive_0061_sync 141 r\n2011_09_26/2011_09_26_drive_0061_sync 413 l\n2011_09_26/2011_09_26_drive_0061_sync 191 r\n2011_09_26/2011_09_26_drive_0061_sync 83 l\n2011_09_26/2011_09_26_drive_0061_sync 641 l\n2011_09_26/2011_09_26_drive_0061_sync 686 r\n2011_09_26/2011_09_26_drive_0061_sync 295 l\n2011_09_26/2011_09_26_drive_0061_sync 585 r\n2011_09_26/2011_09_26_drive_0061_sync 505 r\n2011_09_26/2011_09_26_drive_0061_sync 70 r\n2011_09_26/2011_09_26_drive_0061_sync 95 l\n2011_09_26/2011_09_26_drive_0061_sync 217 r\n2011_09_26/2011_09_26_drive_0061_sync 435 r\n2011_09_26/2011_09_26_drive_0061_sync 621 l\n2011_09_26/2011_09_26_drive_0061_sync 185 l\n2011_09_26/2011_09_26_drive_0061_sync 252 r\n2011_09_26/2011_09_26_drive_0061_sync 236 l\n2011_09_26/2011_09_26_drive_0061_sync 342 l\n2011_09_26/2011_09_26_drive_0061_sync 233 l\n2011_09_26/2011_09_26_drive_0061_sync 89 r\n2011_09_26/2011_09_26_drive_0061_sync 611 r\n2011_09_26/2011_09_26_drive_0061_sync 146 l\n2011_09_26/2011_09_26_drive_0061_sync 199 l\n2011_09_26/2011_09_26_drive_0061_sync 279 l\n2011_09_26/2011_09_26_drive_0061_sync 541 l\n2011_09_26/2011_09_26_drive_0061_sync 284 r\n2011_09_26/2011_09_26_drive_0061_sync 106 r\n2011_09_26/2011_09_26_drive_0061_sync 600 r\n2011_09_26/2011_09_26_drive_0061_sync 307 r\n2011_09_26/2011_09_26_drive_0061_sync 86 r\n2011_09_26/2011_09_26_drive_0061_sync 610 l\n2011_09_26/2011_09_26_drive_0061_sync 29 r\n2011_09_26/2011_09_26_drive_0061_sync 401 r\n2011_09_26/2011_09_26_drive_0061_sync 349 r\n2011_09_26/2011_09_26_drive_0061_sync 552 r\n2011_09_26/2011_09_26_drive_0061_sync 583 r\n2011_09_26/2011_09_26_drive_0061_sync 449 r\n2011_09_26/2011_09_26_drive_0061_sync 460 l\n2011_09_26/2011_09_26_drive_0061_sync 97 l\n2011_09_26/2011_09_26_drive_0061_sync 660 r\n2011_09_26/2011_09_26_drive_0061_sync 188 r\n2011_09_26/2011_09_26_drive_0061_sync 9 l\n2011_09_26/2011_09_26_drive_0061_sync 510 r\n2011_09_26/2011_09_26_drive_0061_sync 110 r\n2011_09_26/2011_09_26_drive_0061_sync 434 l\n2011_09_26/2011_09_26_drive_0061_sync 249 l\n2011_09_26/2011_09_26_drive_0061_sync 424 r\n2011_09_26/2011_09_26_drive_0061_sync 101 l\n2011_09_26/2011_09_26_drive_0061_sync 186 r\n2011_09_26/2011_09_26_drive_0061_sync 115 l\n2011_09_26/2011_09_26_drive_0061_sync 645 l\n2011_09_26/2011_09_26_drive_0061_sync 3 l\n2011_09_26/2011_09_26_drive_0061_sync 35 l\n2011_09_26/2011_09_26_drive_0061_sync 555 l\n2011_09_26/2011_09_26_drive_0061_sync 464 r\n2011_09_26/2011_09_26_drive_0061_sync 318 l\n2011_09_26/2011_09_26_drive_0061_sync 266 l\n2011_09_26/2011_09_26_drive_0061_sync 227 r\n2011_09_26/2011_09_26_drive_0061_sync 76 r\n2011_09_26/2011_09_26_drive_0061_sync 396 r\n2011_09_26/2011_09_26_drive_0061_sync 343 l\n2011_09_26/2011_09_26_drive_0061_sync 90 r\n2011_09_26/2011_09_26_drive_0061_sync 636 r\n2011_09_26/2011_09_26_drive_0061_sync 415 l\n2011_09_26/2011_09_26_drive_0061_sync 248 r\n2011_09_26/2011_09_26_drive_0061_sync 684 r\n2011_09_26/2011_09_26_drive_0061_sync 612 r\n2011_09_26/2011_09_26_drive_0061_sync 38 l\n2011_09_26/2011_09_26_drive_0061_sync 20 l\n2011_09_26/2011_09_26_drive_0061_sync 593 r\n2011_09_26/2011_09_26_drive_0061_sync 58 r\n2011_09_26/2011_09_26_drive_0061_sync 456 l\n2011_09_26/2011_09_26_drive_0061_sync 397 l\n2011_09_26/2011_09_26_drive_0061_sync 214 r\n2011_09_26/2011_09_26_drive_0061_sync 656 r\n2011_09_26/2011_09_26_drive_0061_sync 209 r\n2011_09_26/2011_09_26_drive_0061_sync 248 l\n2011_09_26/2011_09_26_drive_0061_sync 365 r\n2011_09_26/2011_09_26_drive_0061_sync 340 l\n2011_09_26/2011_09_26_drive_0061_sync 190 l\n2011_09_26/2011_09_26_drive_0061_sync 503 r\n2011_09_26/2011_09_26_drive_0061_sync 308 r\n2011_09_26/2011_09_26_drive_0061_sync 394 l\n2011_09_26/2011_09_26_drive_0061_sync 204 r\n2011_09_26/2011_09_26_drive_0061_sync 549 l\n2011_09_26/2011_09_26_drive_0061_sync 505 l\n2011_09_26/2011_09_26_drive_0061_sync 468 l\n2011_09_26/2011_09_26_drive_0061_sync 617 l\n2011_09_26/2011_09_26_drive_0061_sync 508 l\n2011_09_26/2011_09_26_drive_0061_sync 307 l\n2011_09_26/2011_09_26_drive_0061_sync 114 r\n2011_09_26/2011_09_26_drive_0061_sync 400 l\n2011_09_26/2011_09_26_drive_0061_sync 238 l\n2011_09_26/2011_09_26_drive_0061_sync 288 l\n2011_09_26/2011_09_26_drive_0061_sync 224 l\n2011_09_26/2011_09_26_drive_0061_sync 213 r\n2011_09_26/2011_09_26_drive_0061_sync 275 r\n2011_09_26/2011_09_26_drive_0061_sync 261 r\n2011_09_26/2011_09_26_drive_0061_sync 404 l\n2011_09_26/2011_09_26_drive_0061_sync 193 r\n2011_09_26/2011_09_26_drive_0061_sync 463 r\n2011_09_26/2011_09_26_drive_0061_sync 125 r\n2011_09_26/2011_09_26_drive_0061_sync 658 r\n2011_09_26/2011_09_26_drive_0061_sync 539 r\n2011_09_26/2011_09_26_drive_0061_sync 49 l\n2011_09_26/2011_09_26_drive_0061_sync 385 r\n2011_09_26/2011_09_26_drive_0061_sync 163 l\n2011_09_26/2011_09_26_drive_0061_sync 218 l\n2011_09_26/2011_09_26_drive_0061_sync 616 r\n2011_09_26/2011_09_26_drive_0061_sync 619 l\n2011_09_26/2011_09_26_drive_0061_sync 174 r\n2011_09_26/2011_09_26_drive_0061_sync 329 r\n2011_09_26/2011_09_26_drive_0061_sync 535 r\n2011_09_26/2011_09_26_drive_0061_sync 10 r\n2011_09_26/2011_09_26_drive_0061_sync 422 l\n2011_09_26/2011_09_26_drive_0061_sync 219 r\n2011_09_26/2011_09_26_drive_0061_sync 309 r\n2011_09_26/2011_09_26_drive_0061_sync 304 r\n2011_09_26/2011_09_26_drive_0061_sync 346 l\n2011_09_26/2011_09_26_drive_0061_sync 235 l\n2011_09_26/2011_09_26_drive_0061_sync 463 l\n2011_09_26/2011_09_26_drive_0061_sync 457 r\n2011_09_26/2011_09_26_drive_0061_sync 36 l\n2011_09_26/2011_09_26_drive_0061_sync 128 l\n2011_09_26/2011_09_26_drive_0061_sync 69 l\n2011_09_26/2011_09_26_drive_0061_sync 338 l\n2011_09_26/2011_09_26_drive_0061_sync 169 r\n2011_09_26/2011_09_26_drive_0061_sync 395 r\n2011_09_26/2011_09_26_drive_0061_sync 462 r\n2011_09_26/2011_09_26_drive_0061_sync 692 r\n2011_09_26/2011_09_26_drive_0061_sync 580 r\n2011_09_26/2011_09_26_drive_0061_sync 565 l\n2011_09_26/2011_09_26_drive_0061_sync 622 l\n2011_09_26/2011_09_26_drive_0061_sync 428 l\n2011_09_26/2011_09_26_drive_0061_sync 562 l\n2011_09_26/2011_09_26_drive_0061_sync 241 r\n2011_09_26/2011_09_26_drive_0061_sync 530 l\n2011_09_26/2011_09_26_drive_0061_sync 340 r\n2011_09_26/2011_09_26_drive_0061_sync 369 l\n2011_09_26/2011_09_26_drive_0061_sync 295 r\n2011_09_26/2011_09_26_drive_0061_sync 681 l\n2011_09_26/2011_09_26_drive_0061_sync 603 l\n2011_09_26/2011_09_26_drive_0061_sync 455 l\n2011_09_26/2011_09_26_drive_0061_sync 118 r\n2011_09_26/2011_09_26_drive_0061_sync 613 r\n2011_09_26/2011_09_26_drive_0061_sync 16 l\n2011_09_26/2011_09_26_drive_0061_sync 527 l\n2011_09_26/2011_09_26_drive_0061_sync 143 l\n2011_09_26/2011_09_26_drive_0061_sync 361 r\n2011_09_26/2011_09_26_drive_0061_sync 62 r\n2011_09_26/2011_09_26_drive_0061_sync 512 l\n2011_09_26/2011_09_26_drive_0061_sync 4 r\n2011_09_26/2011_09_26_drive_0061_sync 373 r\n2011_09_26/2011_09_26_drive_0061_sync 535 l\n2011_09_26/2011_09_26_drive_0061_sync 33 l\n2011_09_26/2011_09_26_drive_0061_sync 683 l\n2011_09_26/2011_09_26_drive_0061_sync 64 r\n2011_09_26/2011_09_26_drive_0061_sync 629 r\n2011_09_26/2011_09_26_drive_0061_sync 699 l\n2011_09_26/2011_09_26_drive_0061_sync 115 r\n2011_09_26/2011_09_26_drive_0061_sync 560 r\n2011_09_26/2011_09_26_drive_0061_sync 228 r\n2011_09_26/2011_09_26_drive_0061_sync 363 r\n2011_09_26/2011_09_26_drive_0061_sync 18 r\n2011_09_26/2011_09_26_drive_0061_sync 675 r\n2011_09_26/2011_09_26_drive_0061_sync 608 r\n2011_09_26/2011_09_26_drive_0061_sync 264 r\n2011_09_26/2011_09_26_drive_0061_sync 254 l\n2011_09_26/2011_09_26_drive_0061_sync 566 r\n2011_09_26/2011_09_26_drive_0061_sync 586 l\n2011_09_26/2011_09_26_drive_0061_sync 173 l\n2011_09_26/2011_09_26_drive_0061_sync 187 l\n2011_09_26/2011_09_26_drive_0061_sync 486 l\n2011_09_26/2011_09_26_drive_0061_sync 493 l\n2011_09_26/2011_09_26_drive_0061_sync 533 r\n2011_09_26/2011_09_26_drive_0061_sync 402 l\n2011_09_26/2011_09_26_drive_0061_sync 358 l\n2011_09_26/2011_09_26_drive_0061_sync 664 r\n2011_09_26/2011_09_26_drive_0061_sync 298 l\n2011_09_26/2011_09_26_drive_0061_sync 151 r\n2011_09_26/2011_09_26_drive_0061_sync 303 r\n2011_09_26/2011_09_26_drive_0061_sync 40 r\n2011_09_26/2011_09_26_drive_0061_sync 262 r\n2011_09_26/2011_09_26_drive_0061_sync 4 l\n2011_09_26/2011_09_26_drive_0061_sync 250 r\n2011_09_26/2011_09_26_drive_0061_sync 131 l\n2011_09_26/2011_09_26_drive_0061_sync 500 r\n2011_09_26/2011_09_26_drive_0061_sync 122 r\n2011_09_26/2011_09_26_drive_0061_sync 47 r\n2011_09_26/2011_09_26_drive_0061_sync 249 r\n2011_09_26/2011_09_26_drive_0061_sync 97 r\n2011_09_26/2011_09_26_drive_0061_sync 542 l\n2011_09_26/2011_09_26_drive_0061_sync 499 l\n2011_09_26/2011_09_26_drive_0061_sync 475 r\n2011_09_26/2011_09_26_drive_0061_sync 301 r\n2011_09_26/2011_09_26_drive_0061_sync 41 r\n2011_09_26/2011_09_26_drive_0061_sync 607 r\n2011_09_26/2011_09_26_drive_0061_sync 95 r\n2011_09_26/2011_09_26_drive_0061_sync 440 r\n2011_09_26/2011_09_26_drive_0061_sync 165 r\n2011_09_26/2011_09_26_drive_0061_sync 428 r\n2011_09_26/2011_09_26_drive_0061_sync 184 r\n2011_09_26/2011_09_26_drive_0061_sync 45 r\n2011_09_26/2011_09_26_drive_0061_sync 7 l\n2011_09_26/2011_09_26_drive_0061_sync 418 r\n2011_09_26/2011_09_26_drive_0061_sync 442 r\n2011_09_26/2011_09_26_drive_0061_sync 53 r\n2011_09_26/2011_09_26_drive_0061_sync 531 r\n2011_09_26/2011_09_26_drive_0061_sync 63 r\n2011_09_26/2011_09_26_drive_0061_sync 333 l\n2011_09_26/2011_09_26_drive_0061_sync 278 r\n2011_09_26/2011_09_26_drive_0061_sync 552 l\n2011_09_26/2011_09_26_drive_0061_sync 569 l\n2011_09_26/2011_09_26_drive_0061_sync 354 r\n2011_09_26/2011_09_26_drive_0061_sync 655 l\n2011_09_26/2011_09_26_drive_0061_sync 144 l\n2011_09_26/2011_09_26_drive_0061_sync 458 r\n2011_09_26/2011_09_26_drive_0061_sync 38 r\n2011_09_26/2011_09_26_drive_0061_sync 124 r\n2011_09_26/2011_09_26_drive_0061_sync 379 l\n2011_09_26/2011_09_26_drive_0061_sync 691 r\n2011_09_26/2011_09_26_drive_0061_sync 486 r\n2011_09_26/2011_09_26_drive_0061_sync 502 r\n2011_09_26/2011_09_26_drive_0061_sync 205 r\n2011_09_26/2011_09_26_drive_0061_sync 482 l\n2011_09_26/2011_09_26_drive_0061_sync 55 l\n2011_09_26/2011_09_26_drive_0061_sync 222 r\n2011_09_26/2011_09_26_drive_0061_sync 566 l\n2011_09_26/2011_09_26_drive_0061_sync 187 r\n2011_09_26/2011_09_26_drive_0061_sync 77 r\n2011_09_26/2011_09_26_drive_0061_sync 311 r\n2011_09_26/2011_09_26_drive_0061_sync 155 l\n2011_09_26/2011_09_26_drive_0061_sync 157 l\n2011_09_26/2011_09_26_drive_0061_sync 373 l\n2011_09_26/2011_09_26_drive_0061_sync 84 r\n2011_09_26/2011_09_26_drive_0061_sync 695 r\n2011_09_26/2011_09_26_drive_0061_sync 78 r\n2011_09_26/2011_09_26_drive_0061_sync 147 l\n2011_09_26/2011_09_26_drive_0061_sync 59 r\n2011_09_26/2011_09_26_drive_0061_sync 652 r\n2011_09_26/2011_09_26_drive_0061_sync 185 r\n2011_09_26/2011_09_26_drive_0061_sync 300 r\n2011_09_26/2011_09_26_drive_0061_sync 337 r\n2011_09_26/2011_09_26_drive_0061_sync 644 r\n2011_09_26/2011_09_26_drive_0061_sync 634 r\n2011_09_26/2011_09_26_drive_0061_sync 627 l\n2011_09_26/2011_09_26_drive_0061_sync 118 l\n2011_09_26/2011_09_26_drive_0061_sync 651 l\n2011_09_26/2011_09_26_drive_0061_sync 56 l\n2011_09_26/2011_09_26_drive_0061_sync 574 r\n2011_09_26/2011_09_26_drive_0061_sync 156 r\n2011_09_26/2011_09_26_drive_0061_sync 527 r\n2011_09_26/2011_09_26_drive_0061_sync 21 l\n2011_09_26/2011_09_26_drive_0061_sync 672 r\n2011_09_26/2011_09_26_drive_0061_sync 442 l\n2011_09_26/2011_09_26_drive_0061_sync 321 l\n2011_09_26/2011_09_26_drive_0061_sync 232 r\n2011_09_26/2011_09_26_drive_0061_sync 496 r\n2011_09_26/2011_09_26_drive_0061_sync 529 l\n2011_09_26/2011_09_26_drive_0061_sync 31 l\n2011_09_26/2011_09_26_drive_0061_sync 595 r\n2011_09_26/2011_09_26_drive_0061_sync 263 l\n2011_09_26/2011_09_26_drive_0061_sync 437 r\n2011_09_26/2011_09_26_drive_0061_sync 481 r\n2011_09_26/2011_09_26_drive_0061_sync 635 l\n2011_09_26/2011_09_26_drive_0061_sync 174 l\n2011_09_26/2011_09_26_drive_0061_sync 268 r\n2011_09_26/2011_09_26_drive_0061_sync 17 l\n2011_09_26/2011_09_26_drive_0061_sync 180 r\n2011_09_26/2011_09_26_drive_0061_sync 139 l\n2011_09_26/2011_09_26_drive_0061_sync 698 r\n2011_09_26/2011_09_26_drive_0061_sync 654 l\n2011_09_26/2011_09_26_drive_0061_sync 287 r\n2011_09_26/2011_09_26_drive_0061_sync 269 r\n2011_09_26/2011_09_26_drive_0061_sync 66 r\n2011_09_26/2011_09_26_drive_0061_sync 186 l\n2011_09_26/2011_09_26_drive_0061_sync 666 l\n2011_09_26/2011_09_26_drive_0061_sync 240 r\n2011_09_26/2011_09_26_drive_0061_sync 237 l\n2011_09_26/2011_09_26_drive_0061_sync 113 l\n2011_09_26/2011_09_26_drive_0061_sync 579 r\n2011_09_26/2011_09_26_drive_0061_sync 563 l\n2011_09_26/2011_09_26_drive_0061_sync 117 l\n2011_09_26/2011_09_26_drive_0061_sync 451 r\n2011_09_26/2011_09_26_drive_0061_sync 32 l\n2011_09_26/2011_09_26_drive_0061_sync 398 l\n2011_09_26/2011_09_26_drive_0061_sync 68 l\n2011_09_26/2011_09_26_drive_0061_sync 349 l\n2011_09_26/2011_09_26_drive_0061_sync 350 l\n2011_09_26/2011_09_26_drive_0061_sync 232 l\n2011_09_26/2011_09_26_drive_0061_sync 543 l\n2011_09_26/2011_09_26_drive_0061_sync 485 l\n2011_09_26/2011_09_26_drive_0061_sync 309 l\n2011_09_26/2011_09_26_drive_0061_sync 326 r\n2011_09_26/2011_09_26_drive_0061_sync 39 r\n2011_09_26/2011_09_26_drive_0061_sync 23 r\n2011_09_26/2011_09_26_drive_0061_sync 569 r\n2011_09_26/2011_09_26_drive_0061_sync 551 l\n2011_09_26/2011_09_26_drive_0061_sync 422 r\n2011_09_26/2011_09_26_drive_0061_sync 511 l\n2011_09_26/2011_09_26_drive_0061_sync 78 l\n2011_09_26/2011_09_26_drive_0061_sync 87 l\n2011_09_26/2011_09_26_drive_0061_sync 146 r\n2011_09_26/2011_09_26_drive_0061_sync 590 l\n2011_09_26/2011_09_26_drive_0061_sync 419 l\n2011_09_26/2011_09_26_drive_0061_sync 504 r\n2011_09_26/2011_09_26_drive_0061_sync 509 r\n2011_09_26/2011_09_26_drive_0061_sync 488 r\n2011_09_26/2011_09_26_drive_0061_sync 489 l\n2011_09_26/2011_09_26_drive_0061_sync 684 l\n2011_09_26/2011_09_26_drive_0061_sync 144 r\n2011_09_26/2011_09_26_drive_0061_sync 352 l\n2011_09_26/2011_09_26_drive_0061_sync 472 l\n2011_09_26/2011_09_26_drive_0061_sync 86 l\n2011_09_26/2011_09_26_drive_0061_sync 306 l\n2011_09_26/2011_09_26_drive_0061_sync 260 r\n2011_09_26/2011_09_26_drive_0061_sync 128 r\n2011_09_26/2011_09_26_drive_0061_sync 591 l\n2011_09_26/2011_09_26_drive_0061_sync 632 l\n2011_09_26/2011_09_26_drive_0061_sync 244 l\n2011_09_26/2011_09_26_drive_0061_sync 93 l\n2011_09_26/2011_09_26_drive_0061_sync 501 l\n2011_09_26/2011_09_26_drive_0061_sync 61 l\n2011_09_26/2011_09_26_drive_0061_sync 102 l\n2011_09_26/2011_09_26_drive_0061_sync 471 r\n2011_09_26/2011_09_26_drive_0061_sync 6 l\n2011_09_26/2011_09_26_drive_0061_sync 526 r\n2011_09_26/2011_09_26_drive_0061_sync 316 l\n2011_09_26/2011_09_26_drive_0061_sync 645 r\n2011_09_26/2011_09_26_drive_0061_sync 304 l\n2011_09_26/2011_09_26_drive_0061_sync 493 r\n2011_09_26/2011_09_26_drive_0061_sync 388 r\n2011_09_26/2011_09_26_drive_0061_sync 364 r\n2011_09_26/2011_09_26_drive_0061_sync 173 r\n2011_09_26/2011_09_26_drive_0061_sync 328 r\n2011_09_26/2011_09_26_drive_0061_sync 393 l\n2011_09_26/2011_09_26_drive_0061_sync 593 l\n2011_09_26/2011_09_26_drive_0061_sync 485 r\n2011_09_26/2011_09_26_drive_0061_sync 611 l\n2011_09_26/2011_09_26_drive_0061_sync 565 r\n2011_09_26/2011_09_26_drive_0061_sync 407 l\n2011_09_26/2011_09_26_drive_0061_sync 157 r\n2011_09_26/2011_09_26_drive_0061_sync 104 l\n2011_09_26/2011_09_26_drive_0061_sync 34 r\n2011_09_26/2011_09_26_drive_0061_sync 332 r\n2011_09_26/2011_09_26_drive_0061_sync 390 r\n2011_09_26/2011_09_26_drive_0061_sync 547 l\n2011_09_26/2011_09_26_drive_0061_sync 229 l\n2011_09_26/2011_09_26_drive_0061_sync 358 r\n2011_09_26/2011_09_26_drive_0061_sync 148 l\n2011_09_26/2011_09_26_drive_0061_sync 39 l\n2011_09_26/2011_09_26_drive_0061_sync 679 r\n2011_09_26/2011_09_26_drive_0061_sync 135 r\n2011_09_26/2011_09_26_drive_0061_sync 436 r\n2011_09_26/2011_09_26_drive_0061_sync 324 r\n2011_09_26/2011_09_26_drive_0061_sync 149 r\n2011_09_26/2011_09_26_drive_0061_sync 423 r\n2011_09_26/2011_09_26_drive_0061_sync 167 l\n2011_09_26/2011_09_26_drive_0061_sync 425 l\n2011_09_26/2011_09_26_drive_0061_sync 192 r\n2011_09_26/2011_09_26_drive_0061_sync 6 r\n2011_09_26/2011_09_26_drive_0061_sync 444 l\n2011_09_26/2011_09_26_drive_0061_sync 253 l\n2011_09_26/2011_09_26_drive_0061_sync 263 r\n2011_09_26/2011_09_26_drive_0061_sync 560 l\n2011_09_26/2011_09_26_drive_0061_sync 633 l\n2011_09_26/2011_09_26_drive_0061_sync 558 l\n2011_09_26/2011_09_26_drive_0061_sync 366 r\n2011_09_26/2011_09_26_drive_0061_sync 512 r\n2011_09_26/2011_09_26_drive_0061_sync 550 r\n2011_09_26/2011_09_26_drive_0061_sync 640 l\n2011_09_26/2011_09_26_drive_0061_sync 665 r\n2011_09_26/2011_09_26_drive_0061_sync 449 l\n2011_09_26/2011_09_26_drive_0061_sync 385 l\n2011_09_26/2011_09_26_drive_0061_sync 620 l\n2011_09_26/2011_09_26_drive_0061_sync 132 l\n2011_09_26/2011_09_26_drive_0061_sync 516 r\n2011_09_26/2011_09_26_drive_0061_sync 646 l\n2011_09_26/2011_09_26_drive_0061_sync 663 l\n2011_09_26/2011_09_26_drive_0061_sync 646 r\n2011_09_26/2011_09_26_drive_0061_sync 159 r\n2011_09_26/2011_09_26_drive_0061_sync 283 l\n2011_09_26/2011_09_26_drive_0061_sync 471 l\n2011_09_26/2011_09_26_drive_0061_sync 602 r\n2011_09_26/2011_09_26_drive_0061_sync 538 l\n2011_09_26/2011_09_26_drive_0061_sync 376 l\n2011_09_26/2011_09_26_drive_0061_sync 166 r\n2011_09_26/2011_09_26_drive_0061_sync 182 r\n2011_09_26/2011_09_26_drive_0061_sync 587 r\n2011_09_26/2011_09_26_drive_0061_sync 267 l\n2011_09_26/2011_09_26_drive_0061_sync 9 r\n2011_09_26/2011_09_26_drive_0061_sync 330 r\n2011_09_26/2011_09_26_drive_0061_sync 577 r\n2011_09_26/2011_09_26_drive_0061_sync 331 l\n2011_09_26/2011_09_26_drive_0061_sync 457 l\n2011_09_26/2011_09_26_drive_0061_sync 399 l\n2011_09_26/2011_09_26_drive_0061_sync 171 l\n2011_09_26/2011_09_26_drive_0061_sync 671 r\n2011_09_26/2011_09_26_drive_0061_sync 123 l\n2011_09_26/2011_09_26_drive_0061_sync 441 r\n2011_09_26/2011_09_26_drive_0061_sync 531 l\n2011_09_26/2011_09_26_drive_0061_sync 636 l\n2011_09_26/2011_09_26_drive_0061_sync 82 r\n2011_09_26/2011_09_26_drive_0061_sync 500 l\n2011_09_26/2011_09_26_drive_0061_sync 540 l\n2011_09_26/2011_09_26_drive_0061_sync 669 l\n2011_09_26/2011_09_26_drive_0061_sync 204 l\n2011_09_26/2011_09_26_drive_0061_sync 175 r\n2011_09_26/2011_09_26_drive_0061_sync 484 l\n2011_09_26/2011_09_26_drive_0061_sync 347 r\n2011_09_26/2011_09_26_drive_0061_sync 460 r\n2011_09_26/2011_09_26_drive_0061_sync 37 l\n2011_09_26/2011_09_26_drive_0061_sync 384 r\n2011_09_26/2011_09_26_drive_0061_sync 419 r\n2011_09_26/2011_09_26_drive_0061_sync 152 l\n2011_09_26/2011_09_26_drive_0061_sync 194 l\n2011_09_26/2011_09_26_drive_0061_sync 498 l\n2011_09_26/2011_09_26_drive_0061_sync 626 r\n2011_09_26/2011_09_26_drive_0061_sync 614 l\n2011_09_26/2011_09_26_drive_0061_sync 23 l\n2011_09_26/2011_09_26_drive_0061_sync 192 l\n2011_09_26/2011_09_26_drive_0061_sync 365 l\n2011_09_26/2011_09_26_drive_0061_sync 15 r\n2011_09_26/2011_09_26_drive_0061_sync 356 l\n2011_09_26/2011_09_26_drive_0061_sync 386 r\n2011_09_26/2011_09_26_drive_0061_sync 394 r\n2011_09_26/2011_09_26_drive_0061_sync 362 r\n2011_09_26/2011_09_26_drive_0061_sync 111 r\n2011_09_26/2011_09_26_drive_0061_sync 653 l\n2011_09_26/2011_09_26_drive_0061_sync 544 l\n2011_09_26/2011_09_26_drive_0061_sync 131 r\n2011_09_26/2011_09_26_drive_0061_sync 425 r\n2011_09_26/2011_09_26_drive_0061_sync 143 r\n2011_09_26/2011_09_26_drive_0061_sync 392 r\n2011_09_26/2011_09_26_drive_0061_sync 136 r\n2011_09_26/2011_09_26_drive_0061_sync 312 l\n2011_09_26/2011_09_26_drive_0061_sync 262 l\n2011_09_26/2011_09_26_drive_0061_sync 380 l\n2011_09_26/2011_09_26_drive_0061_sync 472 r\n2011_09_26/2011_09_26_drive_0061_sync 693 r\n2011_09_26/2011_09_26_drive_0061_sync 355 l\n2011_09_26/2011_09_26_drive_0061_sync 40 l\n2011_09_26/2011_09_26_drive_0061_sync 190 r\n2011_09_26/2011_09_26_drive_0061_sync 166 l\n2011_09_26/2011_09_26_drive_0061_sync 90 l\n2011_09_26/2011_09_26_drive_0061_sync 289 l\n2011_09_26/2011_09_26_drive_0061_sync 273 l\n2011_09_26/2011_09_26_drive_0061_sync 639 l\n2011_09_26/2011_09_26_drive_0061_sync 368 r\n2011_09_26/2011_09_26_drive_0061_sync 256 l\n2011_09_26/2011_09_26_drive_0061_sync 551 r\n2011_09_26/2011_09_26_drive_0061_sync 609 l\n2011_09_26/2011_09_26_drive_0061_sync 330 l\n2011_09_26/2011_09_26_drive_0061_sync 674 r\n2011_09_26/2011_09_26_drive_0061_sync 659 l\n2011_09_26/2011_09_26_drive_0061_sync 683 r\n2011_09_26/2011_09_26_drive_0061_sync 408 l\n2011_09_26/2011_09_26_drive_0061_sync 120 r\n2011_09_26/2011_09_26_drive_0061_sync 357 r\n2011_09_26/2011_09_26_drive_0061_sync 511 r\n2011_09_26/2011_09_26_drive_0061_sync 59 l\n2011_09_26/2011_09_26_drive_0061_sync 370 r\n2011_09_26/2011_09_26_drive_0061_sync 643 r\n2011_09_26/2011_09_26_drive_0061_sync 377 l\n2011_09_26/2011_09_26_drive_0061_sync 293 r\n2011_09_26/2011_09_26_drive_0061_sync 137 r\n2011_09_26/2011_09_26_drive_0061_sync 694 l\n2011_09_26/2011_09_26_drive_0061_sync 375 r\n2011_09_26/2011_09_26_drive_0061_sync 544 r\n2011_09_26/2011_09_26_drive_0061_sync 57 l\n2011_09_26/2011_09_26_drive_0061_sync 87 r\n2011_09_26/2011_09_26_drive_0061_sync 557 r\n2011_09_26/2011_09_26_drive_0061_sync 121 l\n2011_09_26/2011_09_26_drive_0061_sync 559 l\n2011_09_26/2011_09_26_drive_0061_sync 670 l\n2011_09_26/2011_09_26_drive_0061_sync 381 l\n2011_09_26/2011_09_26_drive_0061_sync 226 r\n2011_09_26/2011_09_26_drive_0061_sync 450 l\n2011_09_26/2011_09_26_drive_0061_sync 386 l\n2011_09_26/2011_09_26_drive_0061_sync 406 l\n2011_09_26/2011_09_26_drive_0061_sync 99 l\n2011_09_26/2011_09_26_drive_0061_sync 414 r\n2011_09_26/2011_09_26_drive_0061_sync 286 l\n2011_09_26/2011_09_26_drive_0061_sync 400 r\n2011_09_26/2011_09_26_drive_0061_sync 288 r\n2011_09_26/2011_09_26_drive_0061_sync 570 r\n2011_09_26/2011_09_26_drive_0061_sync 19 r\n2011_09_26/2011_09_26_drive_0061_sync 452 r\n2011_09_26/2011_09_26_drive_0061_sync 235 r\n2011_09_26/2011_09_26_drive_0061_sync 356 r\n2011_09_26/2011_09_26_drive_0061_sync 607 l\n2011_09_26/2011_09_26_drive_0061_sync 177 l\n2011_09_26/2011_09_26_drive_0061_sync 214 l\n2011_09_26/2011_09_26_drive_0061_sync 529 r\n2011_09_26/2011_09_26_drive_0061_sync 60 r\n2011_09_26/2011_09_26_drive_0061_sync 508 r\n2011_09_26/2011_09_26_drive_0061_sync 572 l\n2011_09_26/2011_09_26_drive_0061_sync 483 r\n2011_09_26/2011_09_26_drive_0061_sync 494 l\n2011_09_26/2011_09_26_drive_0061_sync 223 l\n2011_09_26/2011_09_26_drive_0061_sync 106 l\n2011_09_26/2011_09_26_drive_0061_sync 408 r\n2011_09_26/2011_09_26_drive_0061_sync 561 r\n2011_09_26/2011_09_26_drive_0061_sync 427 l\n2011_09_26/2011_09_26_drive_0061_sync 412 l\n2011_09_26/2011_09_26_drive_0061_sync 336 r\n2011_09_26/2011_09_26_drive_0061_sync 140 r\n2011_09_26/2011_09_26_drive_0061_sync 680 l\n2011_09_26/2011_09_26_drive_0061_sync 219 l\n2011_09_26/2011_09_26_drive_0061_sync 528 r\n2011_09_26/2011_09_26_drive_0061_sync 679 l\n2011_09_26/2011_09_26_drive_0061_sync 261 l\n2011_09_26/2011_09_26_drive_0061_sync 337 l\n2011_09_26/2011_09_26_drive_0061_sync 525 l\n2011_09_26/2011_09_26_drive_0061_sync 32 r\n2011_09_26/2011_09_26_drive_0061_sync 382 l\n2011_09_26/2011_09_26_drive_0061_sync 259 r\n2011_09_26/2011_09_26_drive_0061_sync 585 l\n2011_09_26/2011_09_26_drive_0061_sync 103 r\n2011_09_26/2011_09_26_drive_0061_sync 655 r\n2011_09_26/2011_09_26_drive_0061_sync 418 l\n2011_09_26/2011_09_26_drive_0061_sync 586 r\n2011_09_26/2011_09_26_drive_0061_sync 432 r\n2011_09_26/2011_09_26_drive_0061_sync 479 l\n2011_09_26/2011_09_26_drive_0061_sync 25 l\n2011_09_26/2011_09_26_drive_0061_sync 456 r\n2011_09_26/2011_09_26_drive_0061_sync 429 l\n2011_09_26/2011_09_26_drive_0061_sync 136 l\n2011_09_26/2011_09_26_drive_0061_sync 348 l\n2011_09_26/2011_09_26_drive_0061_sync 618 r\n2011_09_26/2011_09_26_drive_0061_sync 88 l\n2011_09_26/2011_09_26_drive_0061_sync 563 r\n2011_09_26/2011_09_26_drive_0061_sync 677 l\n2011_09_26/2011_09_26_drive_0061_sync 414 l\n2011_09_26/2011_09_26_drive_0061_sync 52 r\n2011_09_26/2011_09_26_drive_0061_sync 137 l\n2011_09_26/2011_09_26_drive_0061_sync 282 l\n2011_09_26/2011_09_26_drive_0061_sync 670 r\n2011_09_26/2011_09_26_drive_0061_sync 75 r\n2011_09_26/2011_09_26_drive_0061_sync 389 l\n2011_09_26/2011_09_26_drive_0061_sync 142 r\n2011_09_26/2011_09_26_drive_0061_sync 595 l\n2011_09_26/2011_09_26_drive_0061_sync 208 r\n2011_09_26/2011_09_26_drive_0061_sync 625 l\n2011_09_26/2011_09_26_drive_0061_sync 433 r\n2011_09_26/2011_09_26_drive_0061_sync 333 r\n2011_09_26/2011_09_26_drive_0061_sync 88 r\n2011_09_26/2011_09_26_drive_0061_sync 644 l\n2011_09_26/2011_09_26_drive_0061_sync 650 l\n2011_09_26/2011_09_26_drive_0061_sync 699 r\n2011_09_26/2011_09_26_drive_0061_sync 649 r\n2011_09_26/2011_09_26_drive_0061_sync 376 r\n2011_09_26/2011_09_26_drive_0061_sync 206 r\n2011_09_26/2011_09_26_drive_0061_sync 459 r\n2011_09_26/2011_09_26_drive_0061_sync 119 r\n2011_09_26/2011_09_26_drive_0061_sync 577 l\n2011_09_26/2011_09_26_drive_0061_sync 116 r\n2011_09_26/2011_09_26_drive_0061_sync 227 l\n2011_09_26/2011_09_26_drive_0061_sync 70 l\n2011_09_26/2011_09_26_drive_0061_sync 575 r\n2011_09_26/2011_09_26_drive_0061_sync 519 r\n2011_09_26/2011_09_26_drive_0061_sync 297 r\n2011_09_26/2011_09_26_drive_0061_sync 616 l\n2011_09_26/2011_09_26_drive_0061_sync 533 l\n2011_09_26/2011_09_26_drive_0061_sync 465 l\n2011_09_26/2011_09_26_drive_0061_sync 290 l\n2011_09_26/2011_09_26_drive_0061_sync 253 r\n2011_09_26/2011_09_26_drive_0061_sync 549 r\n2011_09_26/2011_09_26_drive_0061_sync 395 l\n2011_09_26/2011_09_26_drive_0061_sync 384 l\n2011_09_26/2011_09_26_drive_0061_sync 211 l\n2011_09_26/2011_09_26_drive_0061_sync 465 r\n2011_09_26/2011_09_26_drive_0061_sync 495 r\n2011_09_26/2011_09_26_drive_0061_sync 668 l\n2011_09_26/2011_09_26_drive_0061_sync 197 r\n2011_09_26/2011_09_26_drive_0061_sync 83 r\n2011_09_26/2011_09_26_drive_0061_sync 171 r\n2011_09_26/2011_09_26_drive_0061_sync 322 l\n2011_09_26/2011_09_26_drive_0061_sync 162 r\n2011_09_26/2011_09_26_drive_0061_sync 424 l\n2011_09_26/2011_09_26_drive_0061_sync 270 r\n2011_09_26/2011_09_26_drive_0061_sync 671 l\n2011_09_26/2011_09_26_drive_0061_sync 234 l\n2011_09_26/2011_09_26_drive_0061_sync 445 l\n2011_09_26/2011_09_26_drive_0061_sync 582 l\n2011_09_26/2011_09_26_drive_0061_sync 29 l\n2011_09_26/2011_09_26_drive_0061_sync 80 r\n2011_09_26/2011_09_26_drive_0061_sync 8 r\n2011_09_26/2011_09_26_drive_0061_sync 313 r\n2011_09_26/2011_09_26_drive_0061_sync 54 l\n2011_09_26/2011_09_26_drive_0061_sync 372 l\n2011_09_26/2011_09_26_drive_0061_sync 5 r\n2011_09_26/2011_09_26_drive_0061_sync 5 l\n2011_09_26/2011_09_26_drive_0061_sync 357 l\n2011_09_26/2011_09_26_drive_0061_sync 112 l\n2011_09_26/2011_09_26_drive_0061_sync 238 r\n2011_09_26/2011_09_26_drive_0061_sync 520 l\n2011_09_26/2011_09_26_drive_0061_sync 628 l\n2011_09_26/2011_09_26_drive_0061_sync 562 r\n2011_09_26/2011_09_26_drive_0061_sync 450 r\n2011_09_26/2011_09_26_drive_0061_sync 559 r\n2011_09_26/2011_09_26_drive_0061_sync 467 r\n2011_09_26/2011_09_26_drive_0061_sync 189 l\n2011_09_26/2011_09_26_drive_0061_sync 605 l\n2011_09_26/2011_09_26_drive_0061_sync 574 l\n2011_09_26/2011_09_26_drive_0061_sync 172 r\n2011_09_26/2011_09_26_drive_0061_sync 299 l\n2011_09_26/2011_09_26_drive_0061_sync 413 r\n2011_09_26/2011_09_26_drive_0061_sync 183 l\n2011_09_26/2011_09_26_drive_0061_sync 176 r\n2011_09_26/2011_09_26_drive_0061_sync 436 l\n2011_09_26/2011_09_26_drive_0061_sync 298 r\n2011_09_26/2011_09_26_drive_0061_sync 638 l\n2011_09_26/2011_09_26_drive_0061_sync 322 r\n2011_09_26/2011_09_26_drive_0061_sync 239 r\n2011_09_26/2011_09_26_drive_0061_sync 352 r\n2011_09_26/2011_09_26_drive_0061_sync 440 l\n2011_09_26/2011_09_26_drive_0061_sync 189 r\n2011_09_26/2011_09_26_drive_0061_sync 160 l\n2011_09_26/2011_09_26_drive_0061_sync 209 l\n2011_09_26/2011_09_26_drive_0061_sync 247 r\n2011_09_26/2011_09_26_drive_0061_sync 22 r\n2011_09_26/2011_09_26_drive_0061_sync 523 r\n2011_09_26/2011_09_26_drive_0061_sync 53 l\n2011_09_26/2011_09_26_drive_0061_sync 335 l\n2011_09_26/2011_09_26_drive_0061_sync 589 r\n2011_09_26/2011_09_26_drive_0061_sync 653 r\n2011_09_26/2011_09_26_drive_0061_sync 592 r\n2011_09_26/2011_09_26_drive_0061_sync 77 l\n2011_09_26/2011_09_26_drive_0061_sync 52 l\n2011_09_26/2011_09_26_drive_0061_sync 203 l\n2011_09_26/2011_09_26_drive_0061_sync 175 l\n2011_09_26/2011_09_26_drive_0061_sync 542 r\n2011_09_26/2011_09_26_drive_0061_sync 461 r\n2011_09_26/2011_09_26_drive_0061_sync 201 r\n2011_09_26/2011_09_26_drive_0061_sync 343 r\n2011_09_26/2011_09_26_drive_0061_sync 230 l\n2011_09_26/2011_09_26_drive_0061_sync 634 l\n2011_09_26/2011_09_26_drive_0061_sync 675 l\n2011_09_26/2011_09_26_drive_0061_sync 258 r\n2011_09_26/2011_09_26_drive_0061_sync 525 r\n2011_09_26/2011_09_26_drive_0061_sync 649 l\n2011_09_26/2011_09_26_drive_0061_sync 329 l\n2011_09_26/2011_09_26_drive_0061_sync 28 l\n2011_09_26/2011_09_26_drive_0061_sync 13 l\n2011_09_26/2011_09_26_drive_0061_sync 14 l\n2011_09_26/2011_09_26_drive_0061_sync 44 r\n2011_09_26/2011_09_26_drive_0061_sync 519 l\n2011_09_26/2011_09_26_drive_0061_sync 536 r\n2011_09_26/2011_09_26_drive_0061_sync 539 l\n2011_09_26/2011_09_26_drive_0061_sync 334 r\n2011_09_26/2011_09_26_drive_0061_sync 377 r\n2011_09_26/2011_09_26_drive_0061_sync 308 l\n2011_09_26/2011_09_26_drive_0061_sync 60 l\n2011_09_26/2011_09_26_drive_0061_sync 477 r\n2011_09_26/2011_09_26_drive_0061_sync 46 l\n2011_09_26/2011_09_26_drive_0061_sync 116 l\n2011_09_26/2011_09_26_drive_0061_sync 312 r\n2011_09_26/2011_09_26_drive_0061_sync 625 r\n2011_09_26/2011_09_26_drive_0061_sync 201 l\n2011_09_26/2011_09_26_drive_0061_sync 382 r\n2011_09_26/2011_09_26_drive_0061_sync 178 l\n2011_09_26/2011_09_26_drive_0061_sync 120 l\n2011_09_26/2011_09_26_drive_0061_sync 490 l\n2011_09_26/2011_09_26_drive_0061_sync 243 r\n2011_09_26/2011_09_26_drive_0061_sync 605 r\n2011_09_26/2011_09_26_drive_0061_sync 51 r\n2011_09_26/2011_09_26_drive_0061_sync 317 l\n2011_09_26/2011_09_26_drive_0061_sync 124 l\n2011_09_26/2011_09_26_drive_0061_sync 469 l\n2011_09_26/2011_09_26_drive_0061_sync 223 r\n2011_09_26/2011_09_26_drive_0061_sync 371 l\n2011_09_26/2011_09_26_drive_0061_sync 514 r\n2011_09_26/2011_09_26_drive_0061_sync 637 r\n2011_09_26/2011_09_26_drive_0061_sync 351 r\n2011_09_26/2011_09_26_drive_0061_sync 89 l\n2011_09_26/2011_09_26_drive_0061_sync 170 l\n2011_09_26/2011_09_26_drive_0061_sync 67 l\n2011_09_26/2011_09_26_drive_0061_sync 695 l\n2011_09_26/2011_09_26_drive_0061_sync 150 r\n2011_09_26/2011_09_26_drive_0061_sync 627 r\n2011_09_26/2011_09_26_drive_0061_sync 265 r\n2011_09_26/2011_09_26_drive_0061_sync 391 r\n2011_09_26/2011_09_26_drive_0061_sync 355 r\n2011_09_26/2011_09_26_drive_0061_sync 477 l\n2011_09_26/2011_09_26_drive_0061_sync 224 r\n2011_09_26/2011_09_26_drive_0061_sync 302 l\n2011_09_26/2011_09_26_drive_0061_sync 334 l\n2011_09_26/2011_09_26_drive_0061_sync 67 r\n2011_09_26/2011_09_26_drive_0061_sync 133 l\n2011_09_26/2011_09_26_drive_0061_sync 91 r\n2011_09_26/2011_09_26_drive_0061_sync 640 r\n2011_09_26/2011_09_26_drive_0061_sync 289 r\n2011_09_26/2011_09_26_drive_0061_sync 27 r\n2011_09_26/2011_09_26_drive_0061_sync 255 l\n2011_09_26/2011_09_26_drive_0061_sync 221 l\n2011_09_26/2011_09_26_drive_0061_sync 314 r\n2011_09_26/2011_09_26_drive_0061_sync 231 r\n2011_09_26/2011_09_26_drive_0061_sync 591 r\n2011_09_26/2011_09_26_drive_0061_sync 180 l\n2011_09_26/2011_09_26_drive_0061_sync 657 r\n2011_09_26/2011_09_26_drive_0061_sync 34 l\n2011_09_26/2011_09_26_drive_0061_sync 3 r\n2011_09_26/2011_09_26_drive_0061_sync 427 r\n2011_09_26/2011_09_26_drive_0061_sync 693 l\n2011_09_26/2011_09_26_drive_0061_sync 43 r\n2011_09_26/2011_09_26_drive_0061_sync 79 l\n2011_09_26/2011_09_26_drive_0061_sync 326 l\n2011_09_26/2011_09_26_drive_0061_sync 454 l\n2011_09_26/2011_09_26_drive_0061_sync 181 l\n2011_09_26/2011_09_26_drive_0061_sync 439 l\n2011_09_26/2011_09_26_drive_0061_sync 599 l\n2011_09_26/2011_09_26_drive_0061_sync 453 l\n2011_09_26/2011_09_26_drive_0061_sync 272 r\n2011_09_26/2011_09_26_drive_0061_sync 494 r\n2011_09_26/2011_09_26_drive_0061_sync 26 l\n2011_09_26/2011_09_26_drive_0061_sync 360 l\n2011_09_26/2011_09_26_drive_0061_sync 42 r\n2011_09_26/2011_09_26_drive_0061_sync 320 r\n2011_09_26/2011_09_26_drive_0061_sync 370 l\n2011_09_26/2011_09_26_drive_0061_sync 283 r\n2011_09_26/2011_09_26_drive_0061_sync 490 r\n2011_09_26/2011_09_26_drive_0061_sync 473 l\n2011_09_26/2011_09_26_drive_0061_sync 208 l\n2011_09_26/2011_09_26_drive_0061_sync 538 r\n2011_09_26/2011_09_26_drive_0061_sync 685 r\n2011_09_26/2011_09_26_drive_0061_sync 673 l\n2011_09_26/2011_09_26_drive_0061_sync 423 l\n2011_09_26/2011_09_26_drive_0061_sync 347 l\n2011_09_26/2011_09_26_drive_0061_sync 303 l\n2011_09_26/2011_09_26_drive_0061_sync 122 l\n2011_09_26/2011_09_26_drive_0061_sync 345 l\n2011_09_26/2011_09_26_drive_0061_sync 547 r\n2011_09_26/2011_09_26_drive_0061_sync 576 r\n2011_09_26/2011_09_26_drive_0061_sync 300 l\n2011_09_26/2011_09_26_drive_0061_sync 287 l\n2011_09_26/2011_09_26_drive_0061_sync 564 r\n2011_09_26/2011_09_26_drive_0061_sync 225 r\n2011_09_26/2011_09_26_drive_0061_sync 689 l\n2011_09_26/2011_09_26_drive_0061_sync 451 l\n2011_09_26/2011_09_26_drive_0061_sync 678 l\n2011_09_26/2011_09_26_drive_0061_sync 410 r\n2011_09_26/2011_09_26_drive_0061_sync 556 r\n2011_09_26/2011_09_26_drive_0061_sync 690 r\n2011_09_26/2011_09_26_drive_0061_sync 57 r\n2011_09_26/2011_09_26_drive_0061_sync 344 r\n2011_09_26/2011_09_26_drive_0061_sync 12 l\n2011_09_26/2011_09_26_drive_0061_sync 526 l\n2011_09_26/2011_09_26_drive_0061_sync 673 r\n2011_09_26/2011_09_26_drive_0061_sync 446 r\n2011_09_26/2011_09_26_drive_0061_sync 446 l\n2011_09_26/2011_09_26_drive_0061_sync 341 r\n2011_09_26/2011_09_26_drive_0061_sync 504 l\n2011_09_26/2011_09_26_drive_0061_sync 430 l\n2011_09_26/2011_09_26_drive_0061_sync 523 l\n2011_09_26/2011_09_26_drive_0061_sync 388 l\n2011_09_26/2011_09_26_drive_0061_sync 62 l\n2011_09_26/2011_09_26_drive_0061_sync 108 r\n2011_09_26/2011_09_26_drive_0061_sync 589 l\n2011_09_26/2011_09_26_drive_0061_sync 488 l\n2011_09_26/2011_09_26_drive_0061_sync 661 r\n2011_09_26/2011_09_26_drive_0061_sync 281 r\n2011_09_26/2011_09_26_drive_0061_sync 496 l\n2011_09_26/2011_09_26_drive_0061_sync 80 l\n2011_09_26/2011_09_26_drive_0061_sync 13 r\n2011_09_26/2011_09_26_drive_0061_sync 147 r\n2011_09_26/2011_09_26_drive_0061_sync 383 r\n2011_09_26/2011_09_26_drive_0061_sync 244 r\n2011_09_26/2011_09_26_drive_0061_sync 302 r\n2011_09_26/2011_09_26_drive_0061_sync 658 l\n2011_09_26/2011_09_26_drive_0061_sync 327 l\n2011_09_26/2011_09_26_drive_0061_sync 521 r\n2011_09_26/2011_09_26_drive_0061_sync 554 r\n2011_09_26/2011_09_26_drive_0061_sync 548 r\n2011_09_26/2011_09_26_drive_0061_sync 524 r\n2011_09_26/2011_09_26_drive_0061_sync 372 r\n2011_09_26/2011_09_26_drive_0061_sync 275 l\n2011_09_26/2011_09_26_drive_0061_sync 513 r\n2011_09_26/2011_09_26_drive_0061_sync 632 r\n2011_09_26/2011_09_26_drive_0061_sync 163 r\n2011_09_26/2011_09_26_drive_0061_sync 172 l\n2011_09_26/2011_09_26_drive_0061_sync 567 r\n2011_09_26/2011_09_26_drive_0061_sync 73 r\n2011_09_26/2011_09_26_drive_0061_sync 396 l\n2011_09_26/2011_09_26_drive_0061_sync 455 r\n2011_09_26/2011_09_26_drive_0061_sync 348 r\n2011_09_26/2011_09_26_drive_0061_sync 278 l\n2011_09_26/2011_09_26_drive_0061_sync 596 l\n2011_09_26/2011_09_26_drive_0061_sync 642 l\n2011_09_26/2011_09_26_drive_0061_sync 537 l\n2011_09_26/2011_09_26_drive_0061_sync 98 l\n2011_09_26/2011_09_26_drive_0061_sync 438 l\n2011_09_26/2011_09_26_drive_0061_sync 354 l\n2011_09_26/2011_09_26_drive_0061_sync 188 l\n2011_09_26/2011_09_26_drive_0061_sync 628 r\n2011_09_26/2011_09_26_drive_0061_sync 507 l\n2011_09_26/2011_09_26_drive_0061_sync 315 l\n2011_09_26/2011_09_26_drive_0061_sync 11 r\n2011_09_26/2011_09_26_drive_0061_sync 575 l\n2011_09_26/2011_09_26_drive_0061_sync 696 l\n2011_09_26/2011_09_26_drive_0061_sync 196 l\n2011_09_26/2011_09_26_drive_0061_sync 183 r\n2011_09_26/2011_09_26_drive_0061_sync 96 l\n2011_09_26/2011_09_26_drive_0061_sync 58 l\n2011_09_26/2011_09_26_drive_0061_sync 156 l\n2011_09_26/2011_09_26_drive_0061_sync 260 l\n2011_09_26/2011_09_26_drive_0061_sync 237 r\n2011_09_26/2011_09_26_drive_0061_sync 345 r\n2011_09_26/2011_09_26_drive_0061_sync 470 l\n2011_09_26/2011_09_26_drive_0061_sync 599 r\n2011_09_26/2011_09_26_drive_0061_sync 321 r\n2011_09_26/2011_09_26_drive_0061_sync 656 l\n2011_09_26/2011_09_26_drive_0061_sync 297 l\n2011_09_26/2011_09_26_drive_0061_sync 602 l\n2011_09_26/2011_09_26_drive_0061_sync 203 r\n2011_09_26/2011_09_26_drive_0061_sync 112 r\n2011_09_26/2011_09_26_drive_0061_sync 688 r\n2011_09_26/2011_09_26_drive_0061_sync 405 l\n2011_09_26/2011_09_26_drive_0061_sync 666 r\n2011_09_26/2011_09_26_drive_0061_sync 215 r\n2011_09_26/2011_09_26_drive_0061_sync 105 r\n2011_09_26/2011_09_26_drive_0061_sync 247 l\n2011_09_26/2011_09_26_drive_0061_sync 364 l\n2011_09_26/2011_09_26_drive_0061_sync 416 l\n2011_09_26/2011_09_26_drive_0061_sync 556 l\n2011_09_26/2011_09_26_drive_0061_sync 154 r\n2011_09_26/2011_09_26_drive_0061_sync 381 r\n2011_09_26/2011_09_26_drive_0061_sync 576 l\n2011_09_26/2011_09_26_drive_0061_sync 63 l\n2011_09_26/2011_09_26_drive_0061_sync 170 r\n2011_09_26/2011_09_26_drive_0061_sync 179 r\n2011_09_26/2011_09_26_drive_0061_sync 620 r\n2011_09_26/2011_09_26_drive_0061_sync 319 l\n2011_09_26/2011_09_26_drive_0061_sync 520 r\n2011_09_26/2011_09_26_drive_0061_sync 582 r\n2011_09_26/2011_09_26_drive_0061_sync 581 r\n2011_09_26/2011_09_26_drive_0061_sync 492 r\n2011_09_26/2011_09_26_drive_0061_sync 257 l\n2011_09_26/2011_09_26_drive_0061_sync 638 r\n2011_09_26/2011_09_26_drive_0061_sync 164 r\n2011_09_26/2011_09_26_drive_0061_sync 439 r\n2011_09_26/2011_09_26_drive_0061_sync 696 r\n2011_09_26/2011_09_26_drive_0061_sync 587 l\n2011_09_26/2011_09_26_drive_0061_sync 145 l\n2011_09_26/2011_09_26_drive_0061_sync 528 l\n2011_09_26/2011_09_26_drive_0061_sync 572 r\n2011_09_26/2011_09_26_drive_0061_sync 281 l\n2011_09_26/2011_09_26_drive_0061_sync 341 l\n2011_09_26/2011_09_26_drive_0061_sync 694 r\n2011_09_26/2011_09_26_drive_0061_sync 252 l\n2011_09_26/2011_09_26_drive_0061_sync 383 l\n2011_09_26/2011_09_26_drive_0061_sync 623 r\n2011_09_26/2011_09_26_drive_0061_sync 76 l\n2011_09_26/2011_09_26_drive_0061_sync 659 r\n2011_09_26/2011_09_26_drive_0061_sync 473 r\n2011_09_26/2011_09_26_drive_0061_sync 265 l\n2011_09_26/2011_09_26_drive_0061_sync 635 r\n2011_09_26/2011_09_26_drive_0061_sync 314 l\n2011_09_26/2011_09_26_drive_0061_sync 650 r\n2011_09_26/2011_09_26_drive_0061_sync 626 l\n2011_09_26/2011_09_26_drive_0061_sync 221 r\n2011_09_26/2011_09_26_drive_0061_sync 61 r\n2011_09_26/2011_09_26_drive_0061_sync 267 r\n2011_09_26/2011_09_26_drive_0061_sync 91 l\n2011_09_26/2011_09_26_drive_0061_sync 291 l\n2011_09_26/2011_09_26_drive_0061_sync 571 l\n2011_09_26/2011_09_26_drive_0061_sync 507 r\n2011_09_26/2011_09_26_drive_0061_sync 614 r\n2011_09_26/2011_09_26_drive_0061_sync 415 r\n2011_09_26/2011_09_26_drive_0061_sync 318 r\n2011_09_26/2011_09_26_drive_0061_sync 210 r\n2011_09_26/2011_09_26_drive_0061_sync 466 r\n2011_09_26/2011_09_26_drive_0061_sync 389 r\n2011_09_26/2011_09_26_drive_0061_sync 581 l\n2011_09_26/2011_09_26_drive_0061_sync 71 r\n2011_09_26/2011_09_26_drive_0061_sync 548 l\n2011_09_26/2011_09_26_drive_0061_sync 374 r\n2011_09_26/2011_09_26_drive_0061_sync 293 l\n2011_09_26/2011_09_26_drive_0061_sync 597 l\n2011_09_26/2011_09_26_drive_0061_sync 85 r\n2011_09_26/2011_09_26_drive_0061_sync 378 r\n2011_09_26/2011_09_26_drive_0061_sync 621 r\n2011_09_26/2011_09_26_drive_0061_sync 378 l\n2011_09_26/2011_09_26_drive_0061_sync 276 l\n2011_09_26/2011_09_26_drive_0061_sync 697 r\n2011_09_26/2011_09_26_drive_0061_sync 317 r\n2011_09_26/2011_09_26_drive_0061_sync 132 r\n2011_09_26/2011_09_26_drive_0061_sync 420 r\n2011_09_26/2011_09_26_drive_0061_sync 662 l\n2011_09_26/2011_09_26_drive_0061_sync 681 r\n2011_09_26/2011_09_26_drive_0061_sync 417 l\n2011_09_26/2011_09_26_drive_0061_sync 398 r\n2011_09_26/2011_09_26_drive_0061_sync 434 r\n2011_09_26/2011_09_26_drive_0061_sync 239 l\n2011_09_26/2011_09_26_drive_0061_sync 148 r\n2011_09_26/2011_09_26_drive_0061_sync 93 r\n2011_09_26/2011_09_26_drive_0061_sync 125 l\n2011_09_26/2011_09_26_drive_0061_sync 380 r\n2011_09_26/2011_09_26_drive_0061_sync 284 l\n2011_09_26/2011_09_26_drive_0061_sync 207 l\n2011_09_26/2011_09_26_drive_0061_sync 682 l\n2011_09_26/2011_09_26_drive_0061_sync 311 l\n2011_09_26/2011_09_26_drive_0061_sync 506 l\n2011_09_26/2011_09_26_drive_0061_sync 492 l\n2011_09_26/2011_09_26_drive_0061_sync 114 l\n2011_09_26/2011_09_26_drive_0061_sync 478 l\n2011_09_26/2011_09_26_drive_0061_sync 96 r\n2011_09_26/2011_09_26_drive_0061_sync 537 r\n2011_09_26/2011_09_26_drive_0061_sync 474 l\n2011_09_26/2011_09_26_drive_0061_sync 17 r\n2011_09_26/2011_09_26_drive_0061_sync 459 l\n2011_09_26/2011_09_26_drive_0061_sync 669 r\n2011_09_26/2011_09_26_drive_0061_sync 126 l\n2011_09_26/2011_09_26_drive_0061_sync 65 r\n2011_09_26/2011_09_26_drive_0061_sync 242 l\n2011_09_26/2011_09_26_drive_0061_sync 240 l\n2011_09_26/2011_09_26_drive_0061_sync 631 l\n2011_09_26/2011_09_26_drive_0061_sync 464 l\n2011_09_26/2011_09_26_drive_0061_sync 73 l\n2011_09_26/2011_09_26_drive_0061_sync 195 l\n2011_09_26/2011_09_26_drive_0061_sync 24 r\n2011_09_26/2011_09_26_drive_0061_sync 50 r\n2011_09_26/2011_09_26_drive_0061_sync 417 r\n2011_09_26/2011_09_26_drive_0061_sync 578 r\n2011_09_26/2011_09_26_drive_0061_sync 127 r\n2011_09_26/2011_09_26_drive_0061_sync 339 l\n2011_09_26/2011_09_26_drive_0061_sync 101 r\n2011_09_26/2011_09_26_drive_0061_sync 592 l\n2011_09_26/2011_09_26_drive_0061_sync 162 l\n2011_09_26/2011_09_26_drive_0061_sync 648 l\n2011_09_26/2011_09_26_drive_0061_sync 438 r\n2011_09_26/2011_09_26_drive_0061_sync 532 l\n2011_09_26/2011_09_26_drive_0061_sync 532 r\n2011_09_26/2011_09_26_drive_0061_sync 324 l\n2011_09_26/2011_09_26_drive_0061_sync 149 l\n2011_09_26/2011_09_26_drive_0061_sync 452 l\n2011_09_26/2011_09_26_drive_0061_sync 584 l\n2011_09_26/2011_09_26_drive_0061_sync 316 r\n2011_09_26/2011_09_26_drive_0061_sync 243 l\n2011_09_26/2011_09_26_drive_0061_sync 66 l\n2011_09_26/2011_09_26_drive_0061_sync 339 r\n2011_09_26/2011_09_26_drive_0061_sync 69 r\n2011_09_26/2011_09_26_drive_0061_sync 258 l\n2011_09_26/2011_09_26_drive_0061_sync 168 l\n2011_09_26/2011_09_26_drive_0061_sync 555 r\n2011_09_26/2011_09_26_drive_0061_sync 447 r\n2011_09_26/2011_09_26_drive_0061_sync 81 l\n2011_09_26/2011_09_26_drive_0061_sync 571 r\n2011_09_26/2011_09_26_drive_0061_sync 421 r\n2011_09_26/2011_09_26_drive_0061_sync 405 r\n2011_09_26/2011_09_26_drive_0061_sync 299 r\n2011_09_26/2011_09_26_drive_0061_sync 359 l\n2011_09_26/2011_09_26_drive_0061_sync 604 r\n2011_09_26/2011_09_26_drive_0061_sync 578 l\n2011_09_26/2011_09_26_drive_0061_sync 596 r\n2011_09_26/2011_09_26_drive_0061_sync 274 l\n2011_09_26/2011_09_26_drive_0061_sync 550 l\n2011_09_26/2011_09_26_drive_0061_sync 629 l\n2011_09_26/2011_09_26_drive_0061_sync 230 r\n2011_09_26/2011_09_26_drive_0061_sync 643 l\n2011_09_26/2011_09_26_drive_0061_sync 367 l\n2011_09_26/2011_09_26_drive_0061_sync 685 l\n2011_09_26/2011_09_26_drive_0061_sync 104 r\n2011_09_26/2011_09_26_drive_0061_sync 662 r\n2011_09_26/2011_09_26_drive_0061_sync 468 r\n2011_09_26/2011_09_26_drive_0061_sync 474 r\n2011_09_26/2011_09_26_drive_0061_sync 617 r\n2011_09_26/2011_09_26_drive_0061_sync 483 l\n2011_09_26/2011_09_26_drive_0061_sync 487 r\n2011_09_26/2011_09_26_drive_0061_sync 540 r\n2011_09_26/2011_09_26_drive_0061_sync 130 l\n2011_09_26/2011_09_26_drive_0061_sync 462 l\n2011_09_26/2011_09_26_drive_0061_sync 664 l\n2011_09_26/2011_09_26_drive_0061_sync 43 l\n2011_09_26/2011_09_26_drive_0061_sync 194 r\n2011_09_26/2011_09_26_drive_0061_sync 98 r\n2011_09_26/2011_09_26_drive_0061_sync 242 r\n2011_09_26/2011_09_26_drive_0061_sync 630 l\n2011_09_26/2011_09_26_drive_0061_sync 603 r\n2011_09_26/2011_09_26_drive_0061_sync 363 l\n2011_09_26/2011_09_26_drive_0061_sync 411 l\n2011_09_26/2011_09_26_drive_0061_sync 573 r\n2011_09_26/2011_09_26_drive_0061_sync 476 l\n2011_09_26/2011_09_26_drive_0061_sync 226 l\n2011_09_26/2011_09_26_drive_0061_sync 246 l\n2011_09_26/2011_09_26_drive_0061_sync 99 r\n2011_09_26/2011_09_26_drive_0061_sync 598 r\n2011_09_26/2011_09_26_drive_0061_sync 245 r\n2011_09_26/2011_09_26_drive_0061_sync 205 l\n2011_09_26/2011_09_26_drive_0061_sync 315 r\n2011_09_26/2011_09_26_drive_0061_sync 81 r\n2011_09_26/2011_09_26_drive_0061_sync 688 l\n2011_09_26/2011_09_26_drive_0061_sync 624 l\n2011_09_26/2011_09_26_drive_0061_sync 33 r\n2011_09_26/2011_09_26_drive_0061_sync 168 r\n2011_09_26/2011_09_26_drive_0061_sync 199 r\n2011_09_26/2011_09_26_drive_0061_sync 657 l\n2011_09_26/2011_09_26_drive_0061_sync 51 l\n2011_09_26/2011_09_26_drive_0061_sync 225 l\n2011_09_26/2011_09_26_drive_0061_sync 411 r\n2011_09_26/2011_09_26_drive_0061_sync 579 l\n2011_09_26/2011_09_26_drive_0061_sync 12 r\n2011_09_26/2011_09_26_drive_0061_sync 466 l\n2011_09_26/2011_09_26_drive_0061_sync 141 l\n2011_09_26/2011_09_26_drive_0061_sync 36 r\n2011_09_26/2011_09_26_drive_0061_sync 134 l\n2011_09_26/2011_09_26_drive_0061_sync 338 r\n2011_09_26/2011_09_26_drive_0061_sync 251 r\n2011_09_26/2011_09_26_drive_0061_sync 502 l\n2011_09_26/2011_09_26_drive_0061_sync 72 r\n2011_09_26/2011_09_26_drive_0061_sync 692 l\n2011_09_26/2011_09_26_drive_0061_sync 654 r\n2011_09_26/2011_09_26_drive_0061_sync 404 r\n2011_09_26/2011_09_26_drive_0061_sync 328 l\n2011_09_26/2011_09_26_drive_0061_sync 325 r\n2011_09_26/2011_09_26_drive_0061_sync 469 r\n2011_09_26/2011_09_26_drive_0061_sync 246 r\n2011_09_26/2011_09_26_drive_0061_sync 583 l\n2011_09_26/2011_09_26_drive_0061_sync 573 l\n2011_09_26/2011_09_26_drive_0061_sync 541 r\n2011_09_26/2011_09_26_drive_0061_sync 153 l\n2011_09_26/2011_09_26_drive_0061_sync 195 r\n2011_09_26/2011_09_26_drive_0061_sync 11 l\n2011_09_26/2011_09_26_drive_0061_sync 30 r\n2011_09_26/2011_09_26_drive_0061_sync 536 l\n2011_09_26/2011_09_26_drive_0061_sync 594 r\n2011_09_26/2011_09_26_drive_0061_sync 130 r\n2011_09_26/2011_09_26_drive_0061_sync 74 r\n2011_09_26/2011_09_26_drive_0061_sync 412 r\n2011_09_26/2011_09_26_drive_0061_sync 71 l\n2011_09_26/2011_09_26_drive_0061_sync 429 r\n2011_09_26/2011_09_26_drive_0061_sync 107 r\n2011_09_26/2011_09_26_drive_0061_sync 447 l\n2011_09_26/2011_09_26_drive_0061_sync 165 l\n2011_09_26/2011_09_26_drive_0061_sync 277 l\n2011_09_26/2011_09_26_drive_0061_sync 647 l\n2011_09_26/2011_09_26_drive_0061_sync 14 r\n2011_09_26/2011_09_26_drive_0061_sync 482 r\n2011_09_26/2011_09_26_drive_0061_sync 686 l\n2011_09_26/2011_09_26_drive_0061_sync 7 r\n2011_09_26/2011_09_26_drive_0061_sync 306 r\n2011_09_26/2011_09_26_drive_0061_sync 499 r\n2011_09_26/2011_09_26_drive_0061_sync 612 l\n2011_09_26/2011_09_26_drive_0061_sync 604 l\n2011_09_26/2011_09_26_drive_0061_sync 600 l\n2011_09_26/2011_09_26_drive_0061_sync 588 l\n2011_09_26/2011_09_26_drive_0061_sync 639 r\n2011_09_26/2011_09_26_drive_0061_sync 279 r\n2011_09_26/2011_09_26_drive_0061_sync 45 l\n2011_09_26/2011_09_26_drive_0061_sync 392 l\n2011_09_26/2011_09_26_drive_0061_sync 584 r\n2011_09_26/2011_09_26_drive_0061_sync 294 r\n2011_09_26/2011_09_26_drive_0061_sync 16 r\n2011_09_26/2011_09_26_drive_0061_sync 184 l\n2011_09_26/2011_09_26_drive_0061_sync 245 l\n2011_09_26/2011_09_26_drive_0061_sync 310 r\n2011_09_26/2011_09_26_drive_0061_sync 387 l\n2011_09_26/2011_09_26_drive_0061_sync 24 l\n2011_09_26/2011_09_26_drive_0061_sync 193 l\n2011_09_26/2011_09_26_drive_0061_sync 534 l\n2011_09_26/2011_09_26_drive_0061_sync 296 l\n2011_09_26/2011_09_26_drive_0061_sync 74 l\n2011_09_26/2011_09_26_drive_0061_sync 158 l\n2011_09_26/2011_09_26_drive_0061_sync 217 l\n2011_09_26/2011_09_26_drive_0061_sync 698 l\n2011_09_26/2011_09_26_drive_0061_sync 515 l\n2011_09_26/2011_09_26_drive_0061_sync 292 r\n2011_09_26/2011_09_26_drive_0061_sync 543 r\n2011_09_26/2011_09_26_drive_0061_sync 618 l\n2011_09_26/2011_09_26_drive_0061_sync 94 r\n2011_09_26/2011_09_26_drive_0061_sync 100 l\n2011_09_26/2011_09_26_drive_0061_sync 290 r\n2011_09_26/2011_09_26_drive_0061_sync 676 r\n2011_09_26/2011_09_26_drive_0061_sync 55 r\n2011_09_26/2011_09_26_drive_0061_sync 256 r\n2011_09_26/2011_09_26_drive_0061_sync 546 l\n2011_09_26/2011_09_26_drive_0061_sync 647 r\n2011_09_26/2011_09_26_drive_0061_sync 518 r\n2011_09_26/2011_09_26_drive_0061_sync 231 l\n2011_09_26/2011_09_26_drive_0061_sync 420 l\n2011_09_26/2011_09_26_drive_0061_sync 691 l\n2011_09_26/2011_09_26_drive_0061_sync 285 l\n2011_09_26/2011_09_26_drive_0061_sync 48 l\n2011_09_26/2011_09_26_drive_0061_sync 481 l\n2011_09_26/2011_09_26_drive_0061_sync 145 r\n2011_09_26/2011_09_26_drive_0061_sync 409 l\n2011_09_26/2011_09_26_drive_0061_sync 426 r\n2011_09_26/2011_09_26_drive_0061_sync 480 r\n2011_09_26/2011_09_26_drive_0061_sync 79 r\n2011_09_26/2011_09_26_drive_0061_sync 476 r\n2011_09_26/2011_09_26_drive_0061_sync 470 r\n2011_09_26/2011_09_26_drive_0061_sync 202 r\n2011_09_26/2011_09_26_drive_0061_sync 497 l\n2011_09_26/2011_09_26_drive_0061_sync 613 l\n2011_09_26/2011_09_26_drive_0061_sync 234 r\n2011_09_26/2011_09_26_drive_0061_sync 480 l\n2011_09_26/2011_09_26_drive_0061_sync 176 l\n2011_09_26/2011_09_26_drive_0061_sync 661 l\n2011_09_26/2011_09_26_drive_0061_sync 409 r\n2011_09_26/2011_09_26_drive_0061_sync 158 r\n2011_09_26/2011_09_26_drive_0061_sync 35 r\n2011_09_26/2011_09_26_drive_0061_sync 652 l\n2011_09_26/2011_09_26_drive_0061_sync 135 l\n2011_09_26/2011_09_26_drive_0061_sync 374 l\n2011_09_26/2011_09_26_drive_0061_sync 84 l\n2011_09_26/2011_09_26_drive_0061_sync 517 l\n2011_09_26/2011_09_26_drive_0061_sync 366 l\n2011_09_26/2011_09_26_drive_0061_sync 211 r\n2011_09_26/2011_09_26_drive_0061_sync 181 r\n2011_09_26/2011_09_26_drive_0061_sync 323 l\n2011_09_26/2011_09_26_drive_0061_sync 433 l\n2011_09_26/2011_09_26_drive_0061_sync 268 l\n2011_09_26/2011_09_26_drive_0061_sync 491 r\n2011_09_26/2011_09_26_drive_0061_sync 342 r\n2011_09_26/2011_09_26_drive_0061_sync 164 l\n2011_09_26/2011_09_26_drive_0061_sync 489 r\n2011_09_26/2011_09_26_drive_0061_sync 390 l\n2011_09_26/2011_09_26_drive_0061_sync 443 r\n2011_09_26/2011_09_26_drive_0061_sync 680 r\n2011_09_26/2011_09_26_drive_0061_sync 178 r\n2011_09_26/2011_09_26_drive_0061_sync 274 r\n2011_09_26/2011_09_26_drive_0061_sync 212 l\n2011_09_26/2011_09_26_drive_0061_sync 608 l\n2011_09_26/2011_09_26_drive_0061_sync 292 l\n2011_09_26/2011_09_26_drive_0061_sync 407 r\n2011_09_26/2011_09_26_drive_0061_sync 139 r\n2011_09_26/2011_09_26_drive_0061_sync 431 r\n2011_09_26/2011_09_26_drive_0061_sync 557 l\n2011_09_26/2011_09_26_drive_0061_sync 129 l\n2011_09_26/2011_09_26_drive_0061_sync 598 l\n2011_09_26/2011_09_26_drive_0061_sync 320 l\n2011_09_26/2011_09_26_drive_0061_sync 501 r\n2011_09_26/2011_09_26_drive_0061_sync 212 r\n2011_09_26/2011_09_26_drive_0061_sync 622 r\n2011_09_26/2011_09_26_drive_0061_sync 20 r\n2011_09_26/2011_09_26_drive_0061_sync 109 l\n2011_09_26/2011_09_26_drive_0061_sync 138 r\n2011_09_26/2011_09_26_drive_0061_sync 387 r\n2011_09_26/2011_09_26_drive_0061_sync 103 l\n2011_09_26/2011_09_26_drive_0061_sync 133 r\n2011_09_26/2011_09_26_drive_0061_sync 677 r\n2011_09_26/2011_09_26_drive_0061_sync 353 r\n2011_09_26/2011_09_26_drive_0061_sync 435 l\n2011_09_26/2011_09_26_drive_0061_sync 344 l\n2011_09_26/2011_09_26_drive_0061_sync 497 r\n2011_09_26/2011_09_26_drive_0061_sync 68 r\n2011_09_26/2011_09_26_drive_0061_sync 42 l\n2011_09_26/2011_09_26_drive_0061_sync 285 r\n2011_09_26/2011_09_26_drive_0061_sync 229 r\n2011_09_26/2011_09_26_drive_0061_sync 259 l\n2011_09_26/2011_09_26_drive_0061_sync 21 r\n2011_09_26/2011_09_26_drive_0061_sync 198 l\n2011_09_26/2011_09_26_drive_0061_sync 127 l\n2011_09_26/2011_09_26_drive_0061_sync 236 r\n2011_09_26/2011_09_26_drive_0061_sync 119 l\n2011_09_26/2011_09_26_drive_0061_sync 92 l\n2011_09_26/2011_09_26_drive_0061_sync 553 l\n2011_09_26/2011_09_26_drive_0061_sync 403 r\n2011_09_26/2011_09_26_drive_0061_sync 150 l\n2011_09_26/2011_09_26_drive_0061_sync 403 l\n2011_09_26/2011_09_26_drive_0061_sync 687 r\n2011_09_26/2011_09_26_drive_0061_sync 18 l\n2011_09_26/2011_09_26_drive_0061_sync 151 l\n2011_09_26/2011_09_26_drive_0061_sync 26 r\n2011_09_26/2011_09_26_drive_0061_sync 663 r\n2011_09_26/2011_09_26_drive_0061_sync 138 l\n2011_09_26/2011_09_26_drive_0061_sync 44 l\n2011_09_26/2011_09_26_drive_0061_sync 399 r\n2011_09_26/2011_09_26_drive_0061_sync 509 l\n2011_09_26/2011_09_26_drive_0061_sync 402 r\n2011_09_26/2011_09_26_drive_0061_sync 277 r\n2011_09_26/2011_09_26_drive_0061_sync 126 r\n2011_09_26/2011_09_26_drive_0061_sync 206 l\n2011_09_26/2011_09_26_drive_0061_sync 254 r\n2011_09_26/2011_09_26_drive_0061_sync 513 l\n2011_09_26/2011_09_26_drive_0061_sync 108 l\n2011_09_26/2011_09_26_drive_0061_sync 28 r\n2011_09_26/2011_09_26_drive_0061_sync 182 l\n2011_09_26/2011_09_26_drive_0061_sync 445 r\n2011_09_26/2011_09_26_drive_0061_sync 478 r\n2011_09_26/2011_09_26_drive_0061_sync 601 r\n2011_09_26/2011_09_26_drive_0061_sync 220 l\n2011_09_26/2011_09_26_drive_0061_sync 391 l\n2011_09_26/2011_09_26_drive_0061_sync 524 l\n2011_09_26/2011_09_26_drive_0061_sync 82 l\n2011_09_26/2011_09_26_drive_0061_sync 448 l\n2011_09_26/2011_09_26_drive_0061_sync 554 l\n2011_09_26/2011_09_26_drive_0061_sync 250 l\n2011_09_26/2011_09_26_drive_0061_sync 121 r\n2011_09_26/2011_09_26_drive_0061_sync 100 r\n2011_09_26/2011_09_26_drive_0061_sync 687 l\n2011_09_26/2011_09_26_drive_0061_sync 371 r\n2011_09_26/2011_09_26_drive_0061_sync 216 l\n2011_09_26/2011_09_26_drive_0061_sync 648 r\n2011_09_26/2011_09_26_drive_0061_sync 22 l\n2011_09_26/2011_09_26_drive_0061_sync 623 l\n2011_09_26/2011_09_26_drive_0061_sync 48 r\n2011_09_26/2011_09_26_drive_0061_sync 444 r\n2011_09_26/2011_09_26_drive_0061_sync 426 l\n2011_09_26/2011_09_26_drive_0061_sync 291 r\n2011_09_26/2011_09_26_drive_0061_sync 109 r\n2011_09_26/2011_09_26_drive_0061_sync 697 l\n2011_09_26/2011_09_26_drive_0061_sync 222 l\n2011_09_26/2011_09_26_drive_0061_sync 270 l\n2011_09_26/2011_09_26_drive_0061_sync 432 l\n2011_09_26/2011_09_26_drive_0061_sync 498 r\n2011_09_26/2011_09_26_drive_0061_sync 475 l\n2011_09_26/2011_09_26_drive_0061_sync 553 r\n2011_09_26/2011_09_26_drive_0061_sync 47 l\n2011_09_26/2011_09_26_drive_0061_sync 672 l\n2011_09_26/2011_09_26_drive_0061_sync 294 l\n2011_09_26/2011_09_26_drive_0061_sync 665 l\n2011_09_26/2011_09_26_drive_0061_sync 331 r\n2011_09_26/2011_09_26_drive_0061_sync 266 r\n2011_09_26/2011_09_26_drive_0061_sync 678 r\n2011_09_26/2011_09_26_drive_0061_sync 350 r\n2011_09_26/2011_09_26_drive_0061_sync 336 l\n2011_09_26/2011_09_26_drive_0061_sync 272 l\n2011_09_26/2011_09_26_drive_0061_sync 351 l\n2011_09_26/2011_09_26_drive_0061_sync 335 r\n2011_09_26/2011_09_26_drive_0061_sync 580 l\n2011_09_26/2011_09_26_drive_0061_sync 690 l\n2011_09_26/2011_09_26_drive_0061_sync 46 r\n2011_09_26/2011_09_26_drive_0061_sync 257 r\n2011_09_26/2011_09_26_drive_0061_sync 517 r\n2011_09_26/2011_09_26_drive_0061_sync 41 l\n2011_09_26/2011_09_26_drive_0061_sync 159 l\n2011_09_26/2011_09_26_drive_0061_sync 359 r\n2011_09_26/2011_09_26_drive_0061_sync 609 r\n2011_09_26/2011_09_26_drive_0061_sync 200 r\n2011_09_26/2011_09_26_drive_0061_sync 64 l\n2011_09_26/2011_09_26_drive_0061_sync 94 l\n2011_09_26/2011_09_26_drive_0061_sync 31 r\n2011_09_26/2011_09_26_drive_0061_sync 251 l\n2011_09_26/2011_09_26_drive_0061_sync 521 l\n2011_09_26/2011_09_26_drive_0061_sync 479 r\n2011_09_26/2011_09_26_drive_0061_sync 233 r\n2011_09_26/2011_09_26_drive_0061_sync 361 l\n2011_09_26/2011_09_26_drive_0091_sync 270 r\n2011_09_26/2011_09_26_drive_0091_sync 227 l\n2011_09_26/2011_09_26_drive_0091_sync 23 l\n2011_09_26/2011_09_26_drive_0091_sync 250 l\n2011_09_26/2011_09_26_drive_0091_sync 148 r\n2011_09_26/2011_09_26_drive_0091_sync 32 r\n2011_09_26/2011_09_26_drive_0091_sync 201 l\n2011_09_26/2011_09_26_drive_0091_sync 210 r\n2011_09_26/2011_09_26_drive_0091_sync 247 l\n2011_09_26/2011_09_26_drive_0091_sync 25 l\n2011_09_26/2011_09_26_drive_0091_sync 292 r\n2011_09_26/2011_09_26_drive_0091_sync 49 r\n2011_09_26/2011_09_26_drive_0091_sync 154 r\n2011_09_26/2011_09_26_drive_0091_sync 268 r\n2011_09_26/2011_09_26_drive_0091_sync 192 r\n2011_09_26/2011_09_26_drive_0091_sync 53 l\n2011_09_26/2011_09_26_drive_0091_sync 111 r\n2011_09_26/2011_09_26_drive_0091_sync 102 r\n2011_09_26/2011_09_26_drive_0091_sync 153 r\n2011_09_26/2011_09_26_drive_0091_sync 26 r\n2011_09_26/2011_09_26_drive_0091_sync 123 l\n2011_09_26/2011_09_26_drive_0091_sync 257 r\n2011_09_26/2011_09_26_drive_0091_sync 180 r\n2011_09_26/2011_09_26_drive_0091_sync 138 r\n2011_09_26/2011_09_26_drive_0091_sync 99 r\n2011_09_26/2011_09_26_drive_0091_sync 66 l\n2011_09_26/2011_09_26_drive_0091_sync 16 r\n2011_09_26/2011_09_26_drive_0091_sync 32 l\n2011_09_26/2011_09_26_drive_0091_sync 182 r\n2011_09_26/2011_09_26_drive_0091_sync 48 r\n2011_09_26/2011_09_26_drive_0091_sync 322 r\n2011_09_26/2011_09_26_drive_0091_sync 328 l\n2011_09_26/2011_09_26_drive_0091_sync 18 r\n2011_09_26/2011_09_26_drive_0091_sync 174 l\n2011_09_26/2011_09_26_drive_0091_sync 290 l\n2011_09_26/2011_09_26_drive_0091_sync 22 r\n2011_09_26/2011_09_26_drive_0091_sync 175 l\n2011_09_26/2011_09_26_drive_0091_sync 4 l\n2011_09_26/2011_09_26_drive_0091_sync 72 r\n2011_09_26/2011_09_26_drive_0091_sync 150 l\n2011_09_26/2011_09_26_drive_0091_sync 13 r\n2011_09_26/2011_09_26_drive_0091_sync 265 r\n2011_09_26/2011_09_26_drive_0091_sync 15 r\n2011_09_26/2011_09_26_drive_0091_sync 305 r\n2011_09_26/2011_09_26_drive_0091_sync 260 r\n2011_09_26/2011_09_26_drive_0091_sync 285 l\n2011_09_26/2011_09_26_drive_0091_sync 146 l\n2011_09_26/2011_09_26_drive_0091_sync 21 r\n2011_09_26/2011_09_26_drive_0091_sync 234 l\n2011_09_26/2011_09_26_drive_0091_sync 247 r\n2011_09_26/2011_09_26_drive_0091_sync 246 l\n2011_09_26/2011_09_26_drive_0091_sync 112 l\n2011_09_26/2011_09_26_drive_0091_sync 174 r\n2011_09_26/2011_09_26_drive_0091_sync 147 r\n2011_09_26/2011_09_26_drive_0091_sync 326 r\n2011_09_26/2011_09_26_drive_0091_sync 189 l\n2011_09_26/2011_09_26_drive_0091_sync 94 l\n2011_09_26/2011_09_26_drive_0091_sync 230 l\n2011_09_26/2011_09_26_drive_0091_sync 108 r\n2011_09_26/2011_09_26_drive_0091_sync 252 l\n2011_09_26/2011_09_26_drive_0091_sync 147 l\n2011_09_26/2011_09_26_drive_0091_sync 336 r\n2011_09_26/2011_09_26_drive_0091_sync 318 r\n2011_09_26/2011_09_26_drive_0091_sync 223 r\n2011_09_26/2011_09_26_drive_0091_sync 239 r\n2011_09_26/2011_09_26_drive_0091_sync 108 l\n2011_09_26/2011_09_26_drive_0091_sync 160 r\n2011_09_26/2011_09_26_drive_0091_sync 282 r\n2011_09_26/2011_09_26_drive_0091_sync 283 l\n2011_09_26/2011_09_26_drive_0091_sync 268 l\n2011_09_26/2011_09_26_drive_0091_sync 43 l\n2011_09_26/2011_09_26_drive_0091_sync 278 r\n2011_09_26/2011_09_26_drive_0091_sync 155 l\n2011_09_26/2011_09_26_drive_0091_sync 133 l\n2011_09_26/2011_09_26_drive_0091_sync 292 l\n2011_09_26/2011_09_26_drive_0091_sync 141 r\n2011_09_26/2011_09_26_drive_0091_sync 125 r\n2011_09_26/2011_09_26_drive_0091_sync 162 l\n2011_09_26/2011_09_26_drive_0091_sync 183 l\n2011_09_26/2011_09_26_drive_0091_sync 19 r\n2011_09_26/2011_09_26_drive_0091_sync 220 r\n2011_09_26/2011_09_26_drive_0091_sync 332 r\n2011_09_26/2011_09_26_drive_0091_sync 136 l\n2011_09_26/2011_09_26_drive_0091_sync 170 r\n2011_09_26/2011_09_26_drive_0091_sync 216 l\n2011_09_26/2011_09_26_drive_0091_sync 184 l\n2011_09_26/2011_09_26_drive_0091_sync 6 l\n2011_09_26/2011_09_26_drive_0091_sync 287 l\n2011_09_26/2011_09_26_drive_0091_sync 187 r\n2011_09_26/2011_09_26_drive_0091_sync 281 r\n2011_09_26/2011_09_26_drive_0091_sync 93 r\n2011_09_26/2011_09_26_drive_0091_sync 68 l\n2011_09_26/2011_09_26_drive_0091_sync 148 l\n2011_09_26/2011_09_26_drive_0091_sync 145 r\n2011_09_26/2011_09_26_drive_0091_sync 95 l\n2011_09_26/2011_09_26_drive_0091_sync 286 r\n2011_09_26/2011_09_26_drive_0091_sync 179 l\n2011_09_26/2011_09_26_drive_0091_sync 230 r\n2011_09_26/2011_09_26_drive_0091_sync 168 r\n2011_09_26/2011_09_26_drive_0091_sync 57 l\n2011_09_26/2011_09_26_drive_0091_sync 283 r\n2011_09_26/2011_09_26_drive_0091_sync 229 r\n2011_09_26/2011_09_26_drive_0091_sync 149 r\n2011_09_26/2011_09_26_drive_0091_sync 78 r\n2011_09_26/2011_09_26_drive_0091_sync 215 r\n2011_09_26/2011_09_26_drive_0091_sync 213 l\n2011_09_26/2011_09_26_drive_0091_sync 112 r\n2011_09_26/2011_09_26_drive_0091_sync 121 r\n2011_09_26/2011_09_26_drive_0091_sync 244 l\n2011_09_26/2011_09_26_drive_0091_sync 295 r\n2011_09_26/2011_09_26_drive_0091_sync 17 l\n2011_09_26/2011_09_26_drive_0091_sync 29 l\n2011_09_26/2011_09_26_drive_0091_sync 82 l\n2011_09_26/2011_09_26_drive_0091_sync 309 r\n2011_09_26/2011_09_26_drive_0091_sync 151 l\n2011_09_26/2011_09_26_drive_0091_sync 59 r\n2011_09_26/2011_09_26_drive_0091_sync 271 l\n2011_09_26/2011_09_26_drive_0091_sync 297 l\n2011_09_26/2011_09_26_drive_0091_sync 143 l\n2011_09_26/2011_09_26_drive_0091_sync 242 l\n2011_09_26/2011_09_26_drive_0091_sync 178 l\n2011_09_26/2011_09_26_drive_0091_sync 172 r\n2011_09_26/2011_09_26_drive_0091_sync 72 l\n2011_09_26/2011_09_26_drive_0091_sync 275 r\n2011_09_26/2011_09_26_drive_0091_sync 114 l\n2011_09_26/2011_09_26_drive_0091_sync 261 r\n2011_09_26/2011_09_26_drive_0091_sync 265 l\n2011_09_26/2011_09_26_drive_0091_sync 173 l\n2011_09_26/2011_09_26_drive_0091_sync 243 r\n2011_09_26/2011_09_26_drive_0091_sync 273 l\n2011_09_26/2011_09_26_drive_0091_sync 88 l\n2011_09_26/2011_09_26_drive_0091_sync 138 l\n2011_09_26/2011_09_26_drive_0091_sync 58 r\n2011_09_26/2011_09_26_drive_0091_sync 54 r\n2011_09_26/2011_09_26_drive_0091_sync 188 l\n2011_09_26/2011_09_26_drive_0091_sync 257 l\n2011_09_26/2011_09_26_drive_0091_sync 163 l\n2011_09_26/2011_09_26_drive_0091_sync 333 r\n2011_09_26/2011_09_26_drive_0091_sync 64 r\n2011_09_26/2011_09_26_drive_0091_sync 291 r\n2011_09_26/2011_09_26_drive_0091_sync 334 r\n2011_09_26/2011_09_26_drive_0091_sync 190 r\n2011_09_26/2011_09_26_drive_0091_sync 86 r\n2011_09_26/2011_09_26_drive_0091_sync 37 l\n2011_09_26/2011_09_26_drive_0091_sync 307 l\n2011_09_26/2011_09_26_drive_0091_sync 81 r\n2011_09_26/2011_09_26_drive_0091_sync 297 r\n2011_09_26/2011_09_26_drive_0091_sync 164 l\n2011_09_26/2011_09_26_drive_0091_sync 258 r\n2011_09_26/2011_09_26_drive_0091_sync 264 r\n2011_09_26/2011_09_26_drive_0091_sync 73 r\n2011_09_26/2011_09_26_drive_0091_sync 128 l\n2011_09_26/2011_09_26_drive_0091_sync 166 l\n2011_09_26/2011_09_26_drive_0091_sync 208 r\n2011_09_26/2011_09_26_drive_0091_sync 189 r\n2011_09_26/2011_09_26_drive_0091_sync 126 r\n2011_09_26/2011_09_26_drive_0091_sync 324 l\n2011_09_26/2011_09_26_drive_0091_sync 274 r\n2011_09_26/2011_09_26_drive_0091_sync 61 l\n2011_09_26/2011_09_26_drive_0091_sync 324 r\n2011_09_26/2011_09_26_drive_0091_sync 288 r\n2011_09_26/2011_09_26_drive_0091_sync 278 l\n2011_09_26/2011_09_26_drive_0091_sync 221 r\n2011_09_26/2011_09_26_drive_0091_sync 168 l\n2011_09_26/2011_09_26_drive_0091_sync 206 l\n2011_09_26/2011_09_26_drive_0091_sync 90 l\n2011_09_26/2011_09_26_drive_0091_sync 52 l\n2011_09_26/2011_09_26_drive_0091_sync 236 l\n2011_09_26/2011_09_26_drive_0091_sync 51 l\n2011_09_26/2011_09_26_drive_0091_sync 87 l\n2011_09_26/2011_09_26_drive_0091_sync 227 r\n2011_09_26/2011_09_26_drive_0091_sync 134 l\n2011_09_26/2011_09_26_drive_0091_sync 9 r\n2011_09_26/2011_09_26_drive_0091_sync 119 r\n2011_09_26/2011_09_26_drive_0091_sync 19 l\n2011_09_26/2011_09_26_drive_0091_sync 323 r\n2011_09_26/2011_09_26_drive_0091_sync 107 l\n2011_09_26/2011_09_26_drive_0091_sync 232 r\n2011_09_26/2011_09_26_drive_0091_sync 144 l\n2011_09_26/2011_09_26_drive_0091_sync 157 r\n2011_09_26/2011_09_26_drive_0091_sync 203 r\n2011_09_26/2011_09_26_drive_0091_sync 73 l\n2011_09_26/2011_09_26_drive_0091_sync 228 l\n2011_09_26/2011_09_26_drive_0091_sync 162 r\n2011_09_26/2011_09_26_drive_0091_sync 276 l\n2011_09_26/2011_09_26_drive_0091_sync 157 l\n2011_09_26/2011_09_26_drive_0091_sync 115 r\n2011_09_26/2011_09_26_drive_0091_sync 160 l\n2011_09_26/2011_09_26_drive_0091_sync 154 l\n2011_09_26/2011_09_26_drive_0091_sync 63 r\n2011_09_26/2011_09_26_drive_0091_sync 74 r\n2011_09_26/2011_09_26_drive_0091_sync 46 r\n2011_09_26/2011_09_26_drive_0091_sync 45 r\n2011_09_26/2011_09_26_drive_0091_sync 4 r\n2011_09_26/2011_09_26_drive_0091_sync 318 l\n2011_09_26/2011_09_26_drive_0091_sync 234 r\n2011_09_26/2011_09_26_drive_0091_sync 88 r\n2011_09_26/2011_09_26_drive_0091_sync 210 l\n2011_09_26/2011_09_26_drive_0091_sync 27 r\n2011_09_26/2011_09_26_drive_0091_sync 235 r\n2011_09_26/2011_09_26_drive_0091_sync 263 r\n2011_09_26/2011_09_26_drive_0091_sync 146 r\n2011_09_26/2011_09_26_drive_0091_sync 317 l\n2011_09_26/2011_09_26_drive_0091_sync 328 r\n2011_09_26/2011_09_26_drive_0091_sync 84 r\n2011_09_26/2011_09_26_drive_0091_sync 153 l\n2011_09_26/2011_09_26_drive_0091_sync 65 l\n2011_09_26/2011_09_26_drive_0091_sync 109 l\n2011_09_26/2011_09_26_drive_0091_sync 36 l\n2011_09_26/2011_09_26_drive_0091_sync 76 r\n2011_09_26/2011_09_26_drive_0091_sync 172 l\n2011_09_26/2011_09_26_drive_0091_sync 100 l\n2011_09_26/2011_09_26_drive_0091_sync 99 l\n2011_09_26/2011_09_26_drive_0091_sync 47 r\n2011_09_26/2011_09_26_drive_0091_sync 293 l\n2011_09_26/2011_09_26_drive_0091_sync 10 r\n2011_09_26/2011_09_26_drive_0091_sync 245 l\n2011_09_26/2011_09_26_drive_0091_sync 77 l\n2011_09_26/2011_09_26_drive_0091_sync 256 r\n2011_09_26/2011_09_26_drive_0091_sync 303 l\n2011_09_26/2011_09_26_drive_0091_sync 165 r\n2011_09_26/2011_09_26_drive_0091_sync 103 l\n2011_09_26/2011_09_26_drive_0091_sync 254 l\n2011_09_26/2011_09_26_drive_0091_sync 220 l\n2011_09_26/2011_09_26_drive_0091_sync 253 l\n2011_09_26/2011_09_26_drive_0091_sync 224 r\n2011_09_26/2011_09_26_drive_0091_sync 181 l\n2011_09_26/2011_09_26_drive_0091_sync 44 l\n2011_09_26/2011_09_26_drive_0091_sync 79 l\n2011_09_26/2011_09_26_drive_0091_sync 131 l\n2011_09_26/2011_09_26_drive_0091_sync 91 r\n2011_09_26/2011_09_26_drive_0091_sync 110 l\n2011_09_26/2011_09_26_drive_0091_sync 191 r\n2011_09_26/2011_09_26_drive_0091_sync 161 r\n2011_09_26/2011_09_26_drive_0091_sync 269 r\n2011_09_26/2011_09_26_drive_0091_sync 135 l\n2011_09_26/2011_09_26_drive_0091_sync 80 l\n2011_09_26/2011_09_26_drive_0091_sync 207 r\n2011_09_26/2011_09_26_drive_0091_sync 65 r\n2011_09_26/2011_09_26_drive_0091_sync 69 l\n2011_09_26/2011_09_26_drive_0091_sync 159 r\n2011_09_26/2011_09_26_drive_0091_sync 321 l\n2011_09_26/2011_09_26_drive_0091_sync 97 l\n2011_09_26/2011_09_26_drive_0091_sync 78 l\n2011_09_26/2011_09_26_drive_0091_sync 6 r\n2011_09_26/2011_09_26_drive_0091_sync 289 r\n2011_09_26/2011_09_26_drive_0091_sync 76 l\n2011_09_26/2011_09_26_drive_0091_sync 106 r\n2011_09_26/2011_09_26_drive_0091_sync 232 l\n2011_09_26/2011_09_26_drive_0091_sync 86 l\n2011_09_26/2011_09_26_drive_0091_sync 179 r\n2011_09_26/2011_09_26_drive_0091_sync 315 l\n2011_09_26/2011_09_26_drive_0091_sync 202 l\n2011_09_26/2011_09_26_drive_0091_sync 37 r\n2011_09_26/2011_09_26_drive_0091_sync 93 l\n2011_09_26/2011_09_26_drive_0091_sync 44 r\n2011_09_26/2011_09_26_drive_0091_sync 132 r\n2011_09_26/2011_09_26_drive_0091_sync 202 r\n2011_09_26/2011_09_26_drive_0091_sync 142 r\n2011_09_26/2011_09_26_drive_0091_sync 290 r\n2011_09_26/2011_09_26_drive_0091_sync 231 r\n2011_09_26/2011_09_26_drive_0091_sync 124 r\n2011_09_26/2011_09_26_drive_0091_sync 42 r\n2011_09_26/2011_09_26_drive_0091_sync 104 r\n2011_09_26/2011_09_26_drive_0091_sync 114 r\n2011_09_26/2011_09_26_drive_0091_sync 117 l\n2011_09_26/2011_09_26_drive_0091_sync 315 r\n2011_09_26/2011_09_26_drive_0091_sync 71 r\n2011_09_26/2011_09_26_drive_0091_sync 248 r\n2011_09_26/2011_09_26_drive_0091_sync 144 r\n2011_09_26/2011_09_26_drive_0091_sync 105 r\n2011_09_26/2011_09_26_drive_0091_sync 87 r\n2011_09_26/2011_09_26_drive_0091_sync 313 r\n2011_09_26/2011_09_26_drive_0091_sync 31 l\n2011_09_26/2011_09_26_drive_0091_sync 77 r\n2011_09_26/2011_09_26_drive_0091_sync 33 r\n2011_09_26/2011_09_26_drive_0091_sync 165 l\n2011_09_26/2011_09_26_drive_0091_sync 83 r\n2011_09_26/2011_09_26_drive_0091_sync 17 r\n2011_09_26/2011_09_26_drive_0091_sync 310 r\n2011_09_26/2011_09_26_drive_0091_sync 195 r\n2011_09_26/2011_09_26_drive_0091_sync 289 l\n2011_09_26/2011_09_26_drive_0091_sync 272 l\n2011_09_26/2011_09_26_drive_0091_sync 20 l\n2011_09_26/2011_09_26_drive_0091_sync 173 r\n2011_09_26/2011_09_26_drive_0091_sync 142 l\n2011_09_26/2011_09_26_drive_0091_sync 182 l\n2011_09_26/2011_09_26_drive_0091_sync 75 l\n2011_09_26/2011_09_26_drive_0091_sync 95 r\n2011_09_26/2011_09_26_drive_0091_sync 186 r\n2011_09_26/2011_09_26_drive_0091_sync 300 l\n2011_09_26/2011_09_26_drive_0091_sync 197 l\n2011_09_26/2011_09_26_drive_0091_sync 62 r\n2011_09_26/2011_09_26_drive_0091_sync 269 l\n2011_09_26/2011_09_26_drive_0091_sync 96 r\n2011_09_26/2011_09_26_drive_0091_sync 35 r\n2011_09_26/2011_09_26_drive_0091_sync 30 r\n2011_09_26/2011_09_26_drive_0091_sync 249 l\n2011_09_26/2011_09_26_drive_0091_sync 27 l\n2011_09_26/2011_09_26_drive_0091_sync 301 l\n2011_09_26/2011_09_26_drive_0091_sync 279 r\n2011_09_26/2011_09_26_drive_0091_sync 106 l\n2011_09_26/2011_09_26_drive_0091_sync 284 l\n2011_09_26/2011_09_26_drive_0091_sync 240 l\n2011_09_26/2011_09_26_drive_0091_sync 127 r\n2011_09_26/2011_09_26_drive_0091_sync 204 l\n2011_09_26/2011_09_26_drive_0091_sync 198 r\n2011_09_26/2011_09_26_drive_0091_sync 217 l\n2011_09_26/2011_09_26_drive_0091_sync 169 r\n2011_09_26/2011_09_26_drive_0091_sync 310 l\n2011_09_26/2011_09_26_drive_0091_sync 81 l\n2011_09_26/2011_09_26_drive_0091_sync 296 l\n2011_09_26/2011_09_26_drive_0091_sync 156 l\n2011_09_26/2011_09_26_drive_0091_sync 92 r\n2011_09_26/2011_09_26_drive_0091_sync 107 r\n2011_09_26/2011_09_26_drive_0091_sync 31 r\n2011_09_26/2011_09_26_drive_0091_sync 255 r\n2011_09_26/2011_09_26_drive_0091_sync 240 r\n2011_09_26/2011_09_26_drive_0091_sync 131 r\n2011_09_26/2011_09_26_drive_0091_sync 331 l\n2011_09_26/2011_09_26_drive_0091_sync 55 r\n2011_09_26/2011_09_26_drive_0091_sync 334 l\n2011_09_26/2011_09_26_drive_0091_sync 159 l\n2011_09_26/2011_09_26_drive_0091_sync 43 r\n2011_09_26/2011_09_26_drive_0091_sync 272 r\n2011_09_26/2011_09_26_drive_0091_sync 85 r\n2011_09_26/2011_09_26_drive_0091_sync 214 r\n2011_09_26/2011_09_26_drive_0091_sync 215 l\n2011_09_26/2011_09_26_drive_0091_sync 38 r\n2011_09_26/2011_09_26_drive_0091_sync 225 l\n2011_09_26/2011_09_26_drive_0091_sync 226 r\n2011_09_26/2011_09_26_drive_0091_sync 274 l\n2011_09_26/2011_09_26_drive_0091_sync 113 l\n2011_09_26/2011_09_26_drive_0091_sync 205 l\n2011_09_26/2011_09_26_drive_0091_sync 98 l\n2011_09_26/2011_09_26_drive_0091_sync 103 r\n2011_09_26/2011_09_26_drive_0091_sync 238 r\n2011_09_26/2011_09_26_drive_0091_sync 299 l\n2011_09_26/2011_09_26_drive_0091_sync 333 l\n2011_09_26/2011_09_26_drive_0091_sync 296 r\n2011_09_26/2011_09_26_drive_0091_sync 15 l\n2011_09_26/2011_09_26_drive_0091_sync 166 r\n2011_09_26/2011_09_26_drive_0091_sync 123 r\n2011_09_26/2011_09_26_drive_0091_sync 281 l\n2011_09_26/2011_09_26_drive_0091_sync 260 l\n2011_09_26/2011_09_26_drive_0091_sync 201 r\n2011_09_26/2011_09_26_drive_0091_sync 280 l\n2011_09_26/2011_09_26_drive_0091_sync 258 l\n2011_09_26/2011_09_26_drive_0091_sync 305 l\n2011_09_26/2011_09_26_drive_0091_sync 317 r\n2011_09_26/2011_09_26_drive_0091_sync 119 l\n2011_09_26/2011_09_26_drive_0091_sync 207 l\n2011_09_26/2011_09_26_drive_0091_sync 237 r\n2011_09_26/2011_09_26_drive_0091_sync 261 l\n2011_09_26/2011_09_26_drive_0091_sync 63 l\n2011_09_26/2011_09_26_drive_0091_sync 12 r\n2011_09_26/2011_09_26_drive_0091_sync 57 r\n2011_09_26/2011_09_26_drive_0091_sync 10 l\n2011_09_26/2011_09_26_drive_0091_sync 325 r\n2011_09_26/2011_09_26_drive_0091_sync 48 l\n2011_09_26/2011_09_26_drive_0091_sync 277 r\n2011_09_26/2011_09_26_drive_0091_sync 53 r\n2011_09_26/2011_09_26_drive_0091_sync 152 l\n2011_09_26/2011_09_26_drive_0091_sync 326 l\n2011_09_26/2011_09_26_drive_0091_sync 39 r\n2011_09_26/2011_09_26_drive_0091_sync 299 r\n2011_09_26/2011_09_26_drive_0091_sync 75 r\n2011_09_26/2011_09_26_drive_0091_sync 212 l\n2011_09_26/2011_09_26_drive_0091_sync 74 l\n2011_09_26/2011_09_26_drive_0091_sync 304 l\n2011_09_26/2011_09_26_drive_0091_sync 250 r\n2011_09_26/2011_09_26_drive_0091_sync 111 l\n2011_09_26/2011_09_26_drive_0091_sync 188 r\n2011_09_26/2011_09_26_drive_0091_sync 185 r\n2011_09_26/2011_09_26_drive_0091_sync 122 r\n2011_09_26/2011_09_26_drive_0091_sync 192 l\n2011_09_26/2011_09_26_drive_0091_sync 325 l\n2011_09_26/2011_09_26_drive_0091_sync 287 r\n2011_09_26/2011_09_26_drive_0091_sync 206 r\n2011_09_26/2011_09_26_drive_0091_sync 336 l\n2011_09_26/2011_09_26_drive_0091_sync 224 l\n2011_09_26/2011_09_26_drive_0091_sync 29 r\n2011_09_26/2011_09_26_drive_0091_sync 139 r\n2011_09_26/2011_09_26_drive_0091_sync 59 l\n2011_09_26/2011_09_26_drive_0091_sync 12 l\n2011_09_26/2011_09_26_drive_0091_sync 277 l\n2011_09_26/2011_09_26_drive_0091_sync 54 l\n2011_09_26/2011_09_26_drive_0091_sync 149 l\n2011_09_26/2011_09_26_drive_0091_sync 70 r\n2011_09_26/2011_09_26_drive_0091_sync 196 r\n2011_09_26/2011_09_26_drive_0091_sync 222 l\n2011_09_26/2011_09_26_drive_0091_sync 40 r\n2011_09_26/2011_09_26_drive_0091_sync 330 l\n2011_09_26/2011_09_26_drive_0091_sync 83 l\n2011_09_26/2011_09_26_drive_0091_sync 200 r\n2011_09_26/2011_09_26_drive_0091_sync 194 r\n2011_09_26/2011_09_26_drive_0091_sync 140 l\n2011_09_26/2011_09_26_drive_0091_sync 238 l\n2011_09_26/2011_09_26_drive_0091_sync 330 r\n2011_09_26/2011_09_26_drive_0091_sync 219 r\n2011_09_26/2011_09_26_drive_0091_sync 130 r\n2011_09_26/2011_09_26_drive_0091_sync 306 r\n2011_09_26/2011_09_26_drive_0091_sync 301 r\n2011_09_26/2011_09_26_drive_0091_sync 233 r\n2011_09_26/2011_09_26_drive_0091_sync 125 l\n2011_09_26/2011_09_26_drive_0091_sync 279 l\n2011_09_26/2011_09_26_drive_0091_sync 16 l\n2011_09_26/2011_09_26_drive_0091_sync 309 l\n2011_09_26/2011_09_26_drive_0091_sync 101 l\n2011_09_26/2011_09_26_drive_0091_sync 140 r\n2011_09_26/2011_09_26_drive_0091_sync 150 r\n2011_09_26/2011_09_26_drive_0091_sync 197 r\n2011_09_26/2011_09_26_drive_0091_sync 282 l\n2011_09_26/2011_09_26_drive_0091_sync 56 r\n2011_09_26/2011_09_26_drive_0091_sync 194 l\n2011_09_26/2011_09_26_drive_0091_sync 128 r\n2011_09_26/2011_09_26_drive_0091_sync 38 l\n2011_09_26/2011_09_26_drive_0091_sync 302 l\n2011_09_26/2011_09_26_drive_0091_sync 255 l\n2011_09_26/2011_09_26_drive_0091_sync 316 r\n2011_09_26/2011_09_26_drive_0091_sync 120 l\n2011_09_26/2011_09_26_drive_0091_sync 137 r\n2011_09_26/2011_09_26_drive_0091_sync 30 l\n2011_09_26/2011_09_26_drive_0091_sync 193 r\n2011_09_26/2011_09_26_drive_0091_sync 169 l\n2011_09_26/2011_09_26_drive_0091_sync 284 r\n2011_09_26/2011_09_26_drive_0091_sync 139 l\n2011_09_26/2011_09_26_drive_0091_sync 28 l\n2011_09_26/2011_09_26_drive_0091_sync 219 l\n2011_09_26/2011_09_26_drive_0091_sync 98 r\n2011_09_26/2011_09_26_drive_0091_sync 14 r\n2011_09_26/2011_09_26_drive_0091_sync 61 r\n2011_09_26/2011_09_26_drive_0091_sync 25 r\n2011_09_26/2011_09_26_drive_0091_sync 7 r\n2011_09_26/2011_09_26_drive_0091_sync 116 r\n2011_09_26/2011_09_26_drive_0091_sync 141 l\n2011_09_26/2011_09_26_drive_0091_sync 70 l\n2011_09_26/2011_09_26_drive_0091_sync 267 r\n2011_09_26/2011_09_26_drive_0091_sync 237 l\n2011_09_26/2011_09_26_drive_0091_sync 171 r\n2011_09_26/2011_09_26_drive_0091_sync 33 l\n2011_09_26/2011_09_26_drive_0091_sync 42 l\n2011_09_26/2011_09_26_drive_0091_sync 322 l\n2011_09_26/2011_09_26_drive_0091_sync 193 l\n2011_09_26/2011_09_26_drive_0091_sync 92 l\n2011_09_26/2011_09_26_drive_0091_sync 313 l\n2011_09_26/2011_09_26_drive_0091_sync 3 r\n2011_09_26/2011_09_26_drive_0091_sync 251 l\n2011_09_26/2011_09_26_drive_0091_sync 300 r\n2011_09_26/2011_09_26_drive_0091_sync 323 l\n2011_09_26/2011_09_26_drive_0091_sync 223 l\n2011_09_26/2011_09_26_drive_0091_sync 187 l\n2011_09_26/2011_09_26_drive_0091_sync 136 r\n2011_09_26/2011_09_26_drive_0091_sync 262 r\n2011_09_26/2011_09_26_drive_0091_sync 101 r\n2011_09_26/2011_09_26_drive_0091_sync 155 r\n2011_09_26/2011_09_26_drive_0091_sync 203 l\n2011_09_26/2011_09_26_drive_0091_sync 5 l\n2011_09_26/2011_09_26_drive_0091_sync 121 l\n2011_09_26/2011_09_26_drive_0091_sync 100 r\n2011_09_26/2011_09_26_drive_0091_sync 171 l\n2011_09_26/2011_09_26_drive_0091_sync 271 r\n2011_09_26/2011_09_26_drive_0091_sync 137 l\n2011_09_26/2011_09_26_drive_0091_sync 191 l\n2011_09_26/2011_09_26_drive_0091_sync 104 l\n2011_09_26/2011_09_26_drive_0091_sync 135 r\n2011_09_26/2011_09_26_drive_0091_sync 130 l\n2011_09_26/2011_09_26_drive_0091_sync 58 l\n2011_09_26/2011_09_26_drive_0091_sync 239 l\n2011_09_26/2011_09_26_drive_0091_sync 295 l\n2011_09_26/2011_09_26_drive_0091_sync 233 l\n2011_09_26/2011_09_26_drive_0091_sync 185 l\n2011_09_26/2011_09_26_drive_0091_sync 9 l\n2011_09_26/2011_09_26_drive_0091_sync 216 r\n2011_09_26/2011_09_26_drive_0091_sync 199 r\n2011_09_26/2011_09_26_drive_0091_sync 156 r\n2011_09_26/2011_09_26_drive_0091_sync 204 r\n2011_09_26/2011_09_26_drive_0091_sync 23 r\n2011_09_26/2011_09_26_drive_0091_sync 259 l\n2011_09_26/2011_09_26_drive_0091_sync 52 r\n2011_09_26/2011_09_26_drive_0091_sync 47 l\n2011_09_26/2011_09_26_drive_0091_sync 94 r\n2011_09_26/2011_09_26_drive_0091_sync 163 r\n2011_09_26/2011_09_26_drive_0091_sync 46 l\n2011_09_26/2011_09_26_drive_0091_sync 244 r\n2011_09_26/2011_09_26_drive_0091_sync 20 r\n2011_09_26/2011_09_26_drive_0091_sync 319 r\n2011_09_26/2011_09_26_drive_0091_sync 24 r\n2011_09_26/2011_09_26_drive_0091_sync 116 l\n2011_09_26/2011_09_26_drive_0091_sync 66 r\n2011_09_26/2011_09_26_drive_0091_sync 105 l\n2011_09_26/2011_09_26_drive_0091_sync 236 r\n2011_09_26/2011_09_26_drive_0091_sync 56 l\n2011_09_26/2011_09_26_drive_0091_sync 40 l\n2011_09_26/2011_09_26_drive_0091_sync 248 l\n2011_09_26/2011_09_26_drive_0091_sync 335 r\n2011_09_26/2011_09_26_drive_0091_sync 241 r\n2011_09_26/2011_09_26_drive_0091_sync 34 l\n2011_09_26/2011_09_26_drive_0091_sync 218 r\n2011_09_26/2011_09_26_drive_0091_sync 211 r\n2011_09_26/2011_09_26_drive_0091_sync 327 r\n2011_09_26/2011_09_26_drive_0091_sync 133 r\n2011_09_26/2011_09_26_drive_0091_sync 176 r\n2011_09_26/2011_09_26_drive_0091_sync 304 r\n2011_09_26/2011_09_26_drive_0091_sync 280 r\n2011_09_26/2011_09_26_drive_0091_sync 3 l\n2011_09_26/2011_09_26_drive_0091_sync 252 r\n2011_09_26/2011_09_26_drive_0091_sync 13 l\n2011_09_26/2011_09_26_drive_0091_sync 152 r\n2011_09_26/2011_09_26_drive_0091_sync 259 r\n2011_09_26/2011_09_26_drive_0091_sync 118 l\n2011_09_26/2011_09_26_drive_0091_sync 84 l\n2011_09_26/2011_09_26_drive_0091_sync 209 r\n2011_09_26/2011_09_26_drive_0091_sync 109 r\n2011_09_26/2011_09_26_drive_0091_sync 129 l\n2011_09_26/2011_09_26_drive_0091_sync 50 r\n2011_09_26/2011_09_26_drive_0091_sync 126 l\n2011_09_26/2011_09_26_drive_0091_sync 62 l\n2011_09_26/2011_09_26_drive_0091_sync 41 r\n2011_09_26/2011_09_26_drive_0091_sync 60 r\n2011_09_26/2011_09_26_drive_0091_sync 266 r\n2011_09_26/2011_09_26_drive_0091_sync 39 l\n2011_09_26/2011_09_26_drive_0091_sync 335 l\n2011_09_26/2011_09_26_drive_0091_sync 285 r\n2011_09_26/2011_09_26_drive_0091_sync 21 l\n2011_09_26/2011_09_26_drive_0091_sync 211 l\n2011_09_26/2011_09_26_drive_0091_sync 298 r\n2011_09_26/2011_09_26_drive_0091_sync 316 l\n2011_09_26/2011_09_26_drive_0091_sync 273 r\n2011_09_26/2011_09_26_drive_0091_sync 113 r\n2011_09_26/2011_09_26_drive_0091_sync 164 r\n2011_09_26/2011_09_26_drive_0091_sync 195 l\n2011_09_26/2011_09_26_drive_0091_sync 26 l\n2011_09_26/2011_09_26_drive_0091_sync 303 r\n2011_09_26/2011_09_26_drive_0091_sync 209 l\n2011_09_26/2011_09_26_drive_0091_sync 241 l\n2011_09_26/2011_09_26_drive_0091_sync 246 r\n2011_09_26/2011_09_26_drive_0091_sync 205 r\n2011_09_26/2011_09_26_drive_0091_sync 90 r\n2011_09_26/2011_09_26_drive_0091_sync 314 l\n2011_09_26/2011_09_26_drive_0091_sync 242 r\n2011_09_26/2011_09_26_drive_0091_sync 117 r\n2011_09_26/2011_09_26_drive_0091_sync 275 l\n2011_09_26/2011_09_26_drive_0091_sync 67 r\n2011_09_26/2011_09_26_drive_0091_sync 264 l\n2011_09_26/2011_09_26_drive_0091_sync 266 l\n2011_09_26/2011_09_26_drive_0091_sync 132 l\n2011_09_26/2011_09_26_drive_0091_sync 102 l\n2011_09_26/2011_09_26_drive_0091_sync 120 r\n2011_09_26/2011_09_26_drive_0091_sync 286 l\n2011_09_26/2011_09_26_drive_0091_sync 314 r\n2011_09_26/2011_09_26_drive_0091_sync 24 l\n2011_09_26/2011_09_26_drive_0091_sync 80 r\n2011_09_26/2011_09_26_drive_0091_sync 311 r\n2011_09_26/2011_09_26_drive_0091_sync 110 r\n2011_09_26/2011_09_26_drive_0091_sync 175 r\n2011_09_26/2011_09_26_drive_0091_sync 245 r\n2011_09_26/2011_09_26_drive_0091_sync 198 l\n2011_09_26/2011_09_26_drive_0091_sync 50 l\n2011_09_26/2011_09_26_drive_0091_sync 178 r\n2011_09_26/2011_09_26_drive_0091_sync 96 l\n2011_09_26/2011_09_26_drive_0091_sync 231 l\n2011_09_26/2011_09_26_drive_0091_sync 36 r\n2011_09_26/2011_09_26_drive_0091_sync 158 r\n2011_09_26/2011_09_26_drive_0091_sync 312 l\n2011_09_26/2011_09_26_drive_0091_sync 306 l\n2011_09_26/2011_09_26_drive_0091_sync 226 l\n2011_09_26/2011_09_26_drive_0091_sync 85 l\n2011_09_26/2011_09_26_drive_0091_sync 5 r\n2011_09_26/2011_09_26_drive_0091_sync 7 l\n2011_09_26/2011_09_26_drive_0091_sync 225 r\n2011_09_26/2011_09_26_drive_0091_sync 45 l\n2011_09_26/2011_09_26_drive_0091_sync 228 r\n2011_09_26/2011_09_26_drive_0091_sync 129 r\n2011_09_26/2011_09_26_drive_0091_sync 312 r\n2011_09_26/2011_09_26_drive_0091_sync 200 l\n2011_09_26/2011_09_26_drive_0091_sync 332 l\n2011_09_26/2011_09_26_drive_0091_sync 294 r\n2011_09_26/2011_09_26_drive_0091_sync 319 l\n2011_09_26/2011_09_26_drive_0091_sync 18 l\n2011_09_26/2011_09_26_drive_0091_sync 218 l\n2011_09_26/2011_09_26_drive_0091_sync 158 l\n2011_09_26/2011_09_26_drive_0091_sync 151 r\n2011_09_26/2011_09_26_drive_0091_sync 249 r\n2011_09_26/2011_09_26_drive_0091_sync 321 r\n2011_09_26/2011_09_26_drive_0091_sync 288 l\n2011_09_26/2011_09_26_drive_0091_sync 97 r\n2011_09_30/2011_09_30_drive_0033_sync 979 r\n2011_09_30/2011_09_30_drive_0033_sync 1029 r\n2011_09_30/2011_09_30_drive_0033_sync 294 r\n2011_09_30/2011_09_30_drive_0033_sync 1106 r\n2011_09_30/2011_09_30_drive_0033_sync 980 l\n2011_09_30/2011_09_30_drive_0033_sync 273 r\n2011_09_30/2011_09_30_drive_0033_sync 1543 l\n2011_09_30/2011_09_30_drive_0033_sync 1323 l\n2011_09_30/2011_09_30_drive_0033_sync 750 r\n2011_09_30/2011_09_30_drive_0033_sync 1215 r\n2011_09_30/2011_09_30_drive_0033_sync 910 r\n2011_09_30/2011_09_30_drive_0033_sync 478 l\n2011_09_30/2011_09_30_drive_0033_sync 1555 l\n2011_09_30/2011_09_30_drive_0033_sync 1158 r\n2011_09_30/2011_09_30_drive_0033_sync 1280 l\n2011_09_30/2011_09_30_drive_0033_sync 305 l\n2011_09_30/2011_09_30_drive_0033_sync 1488 r\n2011_09_30/2011_09_30_drive_0033_sync 383 r\n2011_09_30/2011_09_30_drive_0033_sync 486 l\n2011_09_30/2011_09_30_drive_0033_sync 1227 l\n2011_09_30/2011_09_30_drive_0033_sync 377 l\n2011_09_30/2011_09_30_drive_0033_sync 1405 r\n2011_09_30/2011_09_30_drive_0033_sync 675 r\n2011_09_30/2011_09_30_drive_0033_sync 604 r\n2011_09_30/2011_09_30_drive_0033_sync 732 r\n2011_09_30/2011_09_30_drive_0033_sync 1348 l\n2011_09_30/2011_09_30_drive_0033_sync 877 l\n2011_09_30/2011_09_30_drive_0033_sync 127 r\n2011_09_30/2011_09_30_drive_0033_sync 1012 r\n2011_09_30/2011_09_30_drive_0033_sync 840 r\n2011_09_30/2011_09_30_drive_0033_sync 653 l\n2011_09_30/2011_09_30_drive_0033_sync 605 r\n2011_09_30/2011_09_30_drive_0033_sync 1535 l\n2011_09_30/2011_09_30_drive_0033_sync 791 l\n2011_09_30/2011_09_30_drive_0033_sync 503 r\n2011_09_30/2011_09_30_drive_0033_sync 1333 r\n2011_09_30/2011_09_30_drive_0033_sync 853 l\n2011_09_30/2011_09_30_drive_0033_sync 829 r\n2011_09_30/2011_09_30_drive_0033_sync 1490 l\n2011_09_30/2011_09_30_drive_0033_sync 965 r\n2011_09_30/2011_09_30_drive_0033_sync 1343 r\n2011_09_30/2011_09_30_drive_0033_sync 1408 r\n2011_09_30/2011_09_30_drive_0033_sync 1164 r\n2011_09_30/2011_09_30_drive_0033_sync 64 l\n2011_09_30/2011_09_30_drive_0033_sync 803 l\n2011_09_30/2011_09_30_drive_0033_sync 1449 r\n2011_09_30/2011_09_30_drive_0033_sync 1524 r\n2011_09_30/2011_09_30_drive_0033_sync 961 l\n2011_09_30/2011_09_30_drive_0033_sync 440 r\n2011_09_30/2011_09_30_drive_0033_sync 1231 r\n2011_09_30/2011_09_30_drive_0033_sync 19 l\n2011_09_30/2011_09_30_drive_0033_sync 1168 l\n2011_09_30/2011_09_30_drive_0033_sync 1572 r\n2011_09_30/2011_09_30_drive_0033_sync 728 l\n2011_09_30/2011_09_30_drive_0033_sync 448 r\n2011_09_30/2011_09_30_drive_0033_sync 277 l\n2011_09_30/2011_09_30_drive_0033_sync 1148 l\n2011_09_30/2011_09_30_drive_0033_sync 1329 l\n2011_09_30/2011_09_30_drive_0033_sync 53 r\n2011_09_30/2011_09_30_drive_0033_sync 429 r\n2011_09_30/2011_09_30_drive_0033_sync 983 r\n2011_09_30/2011_09_30_drive_0033_sync 1438 r\n2011_09_30/2011_09_30_drive_0033_sync 715 l\n2011_09_30/2011_09_30_drive_0033_sync 518 r\n2011_09_30/2011_09_30_drive_0033_sync 707 r\n2011_09_30/2011_09_30_drive_0033_sync 384 r\n2011_09_30/2011_09_30_drive_0033_sync 1366 r\n2011_09_30/2011_09_30_drive_0033_sync 177 l\n2011_09_30/2011_09_30_drive_0033_sync 930 l\n2011_09_30/2011_09_30_drive_0033_sync 73 l\n2011_09_30/2011_09_30_drive_0033_sync 400 r\n2011_09_30/2011_09_30_drive_0033_sync 75 l\n2011_09_30/2011_09_30_drive_0033_sync 206 l\n2011_09_30/2011_09_30_drive_0033_sync 916 r\n2011_09_30/2011_09_30_drive_0033_sync 561 r\n2011_09_30/2011_09_30_drive_0033_sync 827 r\n2011_09_30/2011_09_30_drive_0033_sync 1154 l\n2011_09_30/2011_09_30_drive_0033_sync 573 l\n2011_09_30/2011_09_30_drive_0033_sync 504 r\n2011_09_30/2011_09_30_drive_0033_sync 280 l\n2011_09_30/2011_09_30_drive_0033_sync 751 l\n2011_09_30/2011_09_30_drive_0033_sync 1081 l\n2011_09_30/2011_09_30_drive_0033_sync 58 l\n2011_09_30/2011_09_30_drive_0033_sync 171 r\n2011_09_30/2011_09_30_drive_0033_sync 795 r\n2011_09_30/2011_09_30_drive_0033_sync 126 l\n2011_09_30/2011_09_30_drive_0033_sync 1261 r\n2011_09_30/2011_09_30_drive_0033_sync 646 r\n2011_09_30/2011_09_30_drive_0033_sync 811 l\n2011_09_30/2011_09_30_drive_0033_sync 929 r\n2011_09_30/2011_09_30_drive_0033_sync 1281 l\n2011_09_30/2011_09_30_drive_0033_sync 132 l\n2011_09_30/2011_09_30_drive_0033_sync 78 r\n2011_09_30/2011_09_30_drive_0033_sync 204 r\n2011_09_30/2011_09_30_drive_0033_sync 129 r\n2011_09_30/2011_09_30_drive_0033_sync 87 l\n2011_09_30/2011_09_30_drive_0033_sync 392 l\n2011_09_30/2011_09_30_drive_0033_sync 941 l\n2011_09_30/2011_09_30_drive_0033_sync 540 r\n2011_09_30/2011_09_30_drive_0033_sync 1324 r\n2011_09_30/2011_09_30_drive_0033_sync 468 r\n2011_09_30/2011_09_30_drive_0033_sync 443 l\n2011_09_30/2011_09_30_drive_0033_sync 1379 l\n2011_09_30/2011_09_30_drive_0033_sync 1025 r\n2011_09_30/2011_09_30_drive_0033_sync 482 l\n2011_09_30/2011_09_30_drive_0033_sync 79 l\n2011_09_30/2011_09_30_drive_0033_sync 1576 l\n2011_09_30/2011_09_30_drive_0033_sync 1426 r\n2011_09_30/2011_09_30_drive_0033_sync 1272 l\n2011_09_30/2011_09_30_drive_0033_sync 977 r\n2011_09_30/2011_09_30_drive_0033_sync 873 l\n2011_09_30/2011_09_30_drive_0033_sync 655 l\n2011_09_30/2011_09_30_drive_0033_sync 106 l\n2011_09_30/2011_09_30_drive_0033_sync 664 l\n2011_09_30/2011_09_30_drive_0033_sync 409 l\n2011_09_30/2011_09_30_drive_0033_sync 720 r\n2011_09_30/2011_09_30_drive_0033_sync 1232 l\n2011_09_30/2011_09_30_drive_0033_sync 1039 l\n2011_09_30/2011_09_30_drive_0033_sync 611 l\n2011_09_30/2011_09_30_drive_0033_sync 991 r\n2011_09_30/2011_09_30_drive_0033_sync 369 r\n2011_09_30/2011_09_30_drive_0033_sync 146 l\n2011_09_30/2011_09_30_drive_0033_sync 1494 l\n2011_09_30/2011_09_30_drive_0033_sync 582 l\n2011_09_30/2011_09_30_drive_0033_sync 1134 r\n2011_09_30/2011_09_30_drive_0033_sync 797 l\n2011_09_30/2011_09_30_drive_0033_sync 1072 r\n2011_09_30/2011_09_30_drive_0033_sync 396 r\n2011_09_30/2011_09_30_drive_0033_sync 252 l\n2011_09_30/2011_09_30_drive_0033_sync 1257 r\n2011_09_30/2011_09_30_drive_0033_sync 717 l\n2011_09_30/2011_09_30_drive_0033_sync 1439 r\n2011_09_30/2011_09_30_drive_0033_sync 1554 r\n2011_09_30/2011_09_30_drive_0033_sync 442 l\n2011_09_30/2011_09_30_drive_0033_sync 1522 r\n2011_09_30/2011_09_30_drive_0033_sync 907 r\n2011_09_30/2011_09_30_drive_0033_sync 54 r\n2011_09_30/2011_09_30_drive_0033_sync 33 r\n2011_09_30/2011_09_30_drive_0033_sync 639 r\n2011_09_30/2011_09_30_drive_0033_sync 822 r\n2011_09_30/2011_09_30_drive_0033_sync 788 l\n2011_09_30/2011_09_30_drive_0033_sync 426 l\n2011_09_30/2011_09_30_drive_0033_sync 590 l\n2011_09_30/2011_09_30_drive_0033_sync 1380 l\n2011_09_30/2011_09_30_drive_0033_sync 319 l\n2011_09_30/2011_09_30_drive_0033_sync 989 l\n2011_09_30/2011_09_30_drive_0033_sync 344 l\n2011_09_30/2011_09_30_drive_0033_sync 298 r\n2011_09_30/2011_09_30_drive_0033_sync 1211 l\n2011_09_30/2011_09_30_drive_0033_sync 143 l\n2011_09_30/2011_09_30_drive_0033_sync 725 r\n2011_09_30/2011_09_30_drive_0033_sync 89 l\n2011_09_30/2011_09_30_drive_0033_sync 183 l\n2011_09_30/2011_09_30_drive_0033_sync 943 r\n2011_09_30/2011_09_30_drive_0033_sync 16 l\n2011_09_30/2011_09_30_drive_0033_sync 507 r\n2011_09_30/2011_09_30_drive_0033_sync 530 l\n2011_09_30/2011_09_30_drive_0033_sync 1141 r\n2011_09_30/2011_09_30_drive_0033_sync 1021 r\n2011_09_30/2011_09_30_drive_0033_sync 1086 r\n2011_09_30/2011_09_30_drive_0033_sync 725 l\n2011_09_30/2011_09_30_drive_0033_sync 819 l\n2011_09_30/2011_09_30_drive_0033_sync 269 r\n2011_09_30/2011_09_30_drive_0033_sync 1371 l\n2011_09_30/2011_09_30_drive_0033_sync 1531 r\n2011_09_30/2011_09_30_drive_0033_sync 840 l\n2011_09_30/2011_09_30_drive_0033_sync 1143 l\n2011_09_30/2011_09_30_drive_0033_sync 946 r\n2011_09_30/2011_09_30_drive_0033_sync 20 l\n2011_09_30/2011_09_30_drive_0033_sync 532 r\n2011_09_30/2011_09_30_drive_0033_sync 218 r\n2011_09_30/2011_09_30_drive_0033_sync 166 r\n2011_09_30/2011_09_30_drive_0033_sync 1075 l\n2011_09_30/2011_09_30_drive_0033_sync 587 r\n2011_09_30/2011_09_30_drive_0033_sync 1226 r\n2011_09_30/2011_09_30_drive_0033_sync 844 l\n2011_09_30/2011_09_30_drive_0033_sync 815 r\n2011_09_30/2011_09_30_drive_0033_sync 566 l\n2011_09_30/2011_09_30_drive_0033_sync 1336 l\n2011_09_30/2011_09_30_drive_0033_sync 467 l\n2011_09_30/2011_09_30_drive_0033_sync 546 r\n2011_09_30/2011_09_30_drive_0033_sync 1115 l\n2011_09_30/2011_09_30_drive_0033_sync 796 l\n2011_09_30/2011_09_30_drive_0033_sync 931 r\n2011_09_30/2011_09_30_drive_0033_sync 1486 l\n2011_09_30/2011_09_30_drive_0033_sync 1056 l\n2011_09_30/2011_09_30_drive_0033_sync 1025 l\n2011_09_30/2011_09_30_drive_0033_sync 1514 r\n2011_09_30/2011_09_30_drive_0033_sync 577 r\n2011_09_30/2011_09_30_drive_0033_sync 326 l\n2011_09_30/2011_09_30_drive_0033_sync 1097 l\n2011_09_30/2011_09_30_drive_0033_sync 124 r\n2011_09_30/2011_09_30_drive_0033_sync 922 l\n2011_09_30/2011_09_30_drive_0033_sync 1242 l\n2011_09_30/2011_09_30_drive_0033_sync 64 r\n2011_09_30/2011_09_30_drive_0033_sync 177 r\n2011_09_30/2011_09_30_drive_0033_sync 494 l\n2011_09_30/2011_09_30_drive_0033_sync 1473 r\n2011_09_30/2011_09_30_drive_0033_sync 420 r\n2011_09_30/2011_09_30_drive_0033_sync 1377 r\n2011_09_30/2011_09_30_drive_0033_sync 386 l\n2011_09_30/2011_09_30_drive_0033_sync 1131 l\n2011_09_30/2011_09_30_drive_0033_sync 760 l\n2011_09_30/2011_09_30_drive_0033_sync 352 l\n2011_09_30/2011_09_30_drive_0033_sync 219 l\n2011_09_30/2011_09_30_drive_0033_sync 340 r\n2011_09_30/2011_09_30_drive_0033_sync 1401 r\n2011_09_30/2011_09_30_drive_0033_sync 141 r\n2011_09_30/2011_09_30_drive_0033_sync 293 l\n2011_09_30/2011_09_30_drive_0033_sync 174 r\n2011_09_30/2011_09_30_drive_0033_sync 1244 r\n2011_09_30/2011_09_30_drive_0033_sync 1164 l\n2011_09_30/2011_09_30_drive_0033_sync 41 r\n2011_09_30/2011_09_30_drive_0033_sync 1416 r\n2011_09_30/2011_09_30_drive_0033_sync 146 r\n2011_09_30/2011_09_30_drive_0033_sync 487 l\n2011_09_30/2011_09_30_drive_0033_sync 936 r\n2011_09_30/2011_09_30_drive_0033_sync 390 l\n2011_09_30/2011_09_30_drive_0033_sync 1116 r\n2011_09_30/2011_09_30_drive_0033_sync 644 l\n2011_09_30/2011_09_30_drive_0033_sync 610 l\n2011_09_30/2011_09_30_drive_0033_sync 260 r\n2011_09_30/2011_09_30_drive_0033_sync 198 r\n2011_09_30/2011_09_30_drive_0033_sync 1024 l\n2011_09_30/2011_09_30_drive_0033_sync 1309 l\n2011_09_30/2011_09_30_drive_0033_sync 1576 r\n2011_09_30/2011_09_30_drive_0033_sync 496 l\n2011_09_30/2011_09_30_drive_0033_sync 94 l\n2011_09_30/2011_09_30_drive_0033_sync 1448 l\n2011_09_30/2011_09_30_drive_0033_sync 1066 r\n2011_09_30/2011_09_30_drive_0033_sync 947 l\n2011_09_30/2011_09_30_drive_0033_sync 747 l\n2011_09_30/2011_09_30_drive_0033_sync 1362 l\n2011_09_30/2011_09_30_drive_0033_sync 1520 r\n2011_09_30/2011_09_30_drive_0033_sync 1028 r\n2011_09_30/2011_09_30_drive_0033_sync 1052 r\n2011_09_30/2011_09_30_drive_0033_sync 1013 r\n2011_09_30/2011_09_30_drive_0033_sync 57 r\n2011_09_30/2011_09_30_drive_0033_sync 423 r\n2011_09_30/2011_09_30_drive_0033_sync 609 r\n2011_09_30/2011_09_30_drive_0033_sync 1456 r\n2011_09_30/2011_09_30_drive_0033_sync 852 r\n2011_09_30/2011_09_30_drive_0033_sync 1227 r\n2011_09_30/2011_09_30_drive_0033_sync 308 l\n2011_09_30/2011_09_30_drive_0033_sync 18 r\n2011_09_30/2011_09_30_drive_0033_sync 1070 r\n2011_09_30/2011_09_30_drive_0033_sync 664 r\n2011_09_30/2011_09_30_drive_0033_sync 38 r\n2011_09_30/2011_09_30_drive_0033_sync 933 r\n2011_09_30/2011_09_30_drive_0033_sync 1165 r\n2011_09_30/2011_09_30_drive_0033_sync 83 l\n2011_09_30/2011_09_30_drive_0033_sync 493 r\n2011_09_30/2011_09_30_drive_0033_sync 657 l\n2011_09_30/2011_09_30_drive_0033_sync 512 l\n2011_09_30/2011_09_30_drive_0033_sync 1498 r\n2011_09_30/2011_09_30_drive_0033_sync 657 r\n2011_09_30/2011_09_30_drive_0033_sync 671 r\n2011_09_30/2011_09_30_drive_0033_sync 1175 l\n2011_09_30/2011_09_30_drive_0033_sync 935 r\n2011_09_30/2011_09_30_drive_0033_sync 936 l\n2011_09_30/2011_09_30_drive_0033_sync 1471 l\n2011_09_30/2011_09_30_drive_0033_sync 77 r\n2011_09_30/2011_09_30_drive_0033_sync 1161 l\n2011_09_30/2011_09_30_drive_0033_sync 817 r\n2011_09_30/2011_09_30_drive_0033_sync 465 l\n2011_09_30/2011_09_30_drive_0033_sync 418 r\n2011_09_30/2011_09_30_drive_0033_sync 1193 l\n2011_09_30/2011_09_30_drive_0033_sync 1228 l\n2011_09_30/2011_09_30_drive_0033_sync 1010 l\n2011_09_30/2011_09_30_drive_0033_sync 380 r\n2011_09_30/2011_09_30_drive_0033_sync 762 r\n2011_09_30/2011_09_30_drive_0033_sync 175 r\n2011_09_30/2011_09_30_drive_0033_sync 574 r\n2011_09_30/2011_09_30_drive_0033_sync 328 r\n2011_09_30/2011_09_30_drive_0033_sync 1184 l\n2011_09_30/2011_09_30_drive_0033_sync 1112 r\n2011_09_30/2011_09_30_drive_0033_sync 1458 r\n2011_09_30/2011_09_30_drive_0033_sync 1570 l\n2011_09_30/2011_09_30_drive_0033_sync 224 l\n2011_09_30/2011_09_30_drive_0033_sync 293 r\n2011_09_30/2011_09_30_drive_0033_sync 527 r\n2011_09_30/2011_09_30_drive_0033_sync 532 l\n2011_09_30/2011_09_30_drive_0033_sync 505 r\n2011_09_30/2011_09_30_drive_0033_sync 675 l\n2011_09_30/2011_09_30_drive_0033_sync 1180 l\n2011_09_30/2011_09_30_drive_0033_sync 1528 l\n2011_09_30/2011_09_30_drive_0033_sync 1001 l\n2011_09_30/2011_09_30_drive_0033_sync 1027 r\n2011_09_30/2011_09_30_drive_0033_sync 1022 r\n2011_09_30/2011_09_30_drive_0033_sync 110 r\n2011_09_30/2011_09_30_drive_0033_sync 119 r\n2011_09_30/2011_09_30_drive_0033_sync 1233 r\n2011_09_30/2011_09_30_drive_0033_sync 1173 l\n2011_09_30/2011_09_30_drive_0033_sync 1008 l\n2011_09_30/2011_09_30_drive_0033_sync 412 r\n2011_09_30/2011_09_30_drive_0033_sync 825 r\n2011_09_30/2011_09_30_drive_0033_sync 1216 r\n2011_09_30/2011_09_30_drive_0033_sync 1069 l\n2011_09_30/2011_09_30_drive_0033_sync 1252 l\n2011_09_30/2011_09_30_drive_0033_sync 736 l\n2011_09_30/2011_09_30_drive_0033_sync 537 r\n2011_09_30/2011_09_30_drive_0033_sync 510 r\n2011_09_30/2011_09_30_drive_0033_sync 70 r\n2011_09_30/2011_09_30_drive_0033_sync 798 l\n2011_09_30/2011_09_30_drive_0033_sync 288 r\n2011_09_30/2011_09_30_drive_0033_sync 602 r\n2011_09_30/2011_09_30_drive_0033_sync 173 l\n2011_09_30/2011_09_30_drive_0033_sync 123 r\n2011_09_30/2011_09_30_drive_0033_sync 658 l\n2011_09_30/2011_09_30_drive_0033_sync 1093 l\n2011_09_30/2011_09_30_drive_0033_sync 886 l\n2011_09_30/2011_09_30_drive_0033_sync 1140 r\n2011_09_30/2011_09_30_drive_0033_sync 1087 l\n2011_09_30/2011_09_30_drive_0033_sync 416 l\n2011_09_30/2011_09_30_drive_0033_sync 842 r\n2011_09_30/2011_09_30_drive_0033_sync 113 l\n2011_09_30/2011_09_30_drive_0033_sync 1219 r\n2011_09_30/2011_09_30_drive_0033_sync 1255 l\n2011_09_30/2011_09_30_drive_0033_sync 928 r\n2011_09_30/2011_09_30_drive_0033_sync 1259 l\n2011_09_30/2011_09_30_drive_0033_sync 708 r\n2011_09_30/2011_09_30_drive_0033_sync 914 r\n2011_09_30/2011_09_30_drive_0033_sync 1525 r\n2011_09_30/2011_09_30_drive_0033_sync 1373 l\n2011_09_30/2011_09_30_drive_0033_sync 752 r\n2011_09_30/2011_09_30_drive_0033_sync 133 r\n2011_09_30/2011_09_30_drive_0033_sync 900 r\n2011_09_30/2011_09_30_drive_0033_sync 1165 l\n2011_09_30/2011_09_30_drive_0033_sync 550 l\n2011_09_30/2011_09_30_drive_0033_sync 1538 r\n2011_09_30/2011_09_30_drive_0033_sync 1367 l\n2011_09_30/2011_09_30_drive_0033_sync 325 r\n2011_09_30/2011_09_30_drive_0033_sync 766 r\n2011_09_30/2011_09_30_drive_0033_sync 1579 l\n2011_09_30/2011_09_30_drive_0033_sync 272 r\n2011_09_30/2011_09_30_drive_0033_sync 372 l\n2011_09_30/2011_09_30_drive_0033_sync 928 l\n2011_09_30/2011_09_30_drive_0033_sync 345 l\n2011_09_30/2011_09_30_drive_0033_sync 1331 r\n2011_09_30/2011_09_30_drive_0033_sync 357 l\n2011_09_30/2011_09_30_drive_0033_sync 489 l\n2011_09_30/2011_09_30_drive_0033_sync 533 l\n2011_09_30/2011_09_30_drive_0033_sync 1549 r\n2011_09_30/2011_09_30_drive_0033_sync 782 r\n2011_09_30/2011_09_30_drive_0033_sync 813 l\n2011_09_30/2011_09_30_drive_0033_sync 1090 l\n2011_09_30/2011_09_30_drive_0033_sync 1212 l\n2011_09_30/2011_09_30_drive_0033_sync 1538 l\n2011_09_30/2011_09_30_drive_0033_sync 523 r\n2011_09_30/2011_09_30_drive_0033_sync 1390 l\n2011_09_30/2011_09_30_drive_0033_sync 383 l\n2011_09_30/2011_09_30_drive_0033_sync 1034 r\n2011_09_30/2011_09_30_drive_0033_sync 1321 l\n2011_09_30/2011_09_30_drive_0033_sync 164 r\n2011_09_30/2011_09_30_drive_0033_sync 1447 l\n2011_09_30/2011_09_30_drive_0033_sync 1035 r\n2011_09_30/2011_09_30_drive_0033_sync 837 l\n2011_09_30/2011_09_30_drive_0033_sync 1184 r\n2011_09_30/2011_09_30_drive_0033_sync 153 l\n2011_09_30/2011_09_30_drive_0033_sync 718 l\n2011_09_30/2011_09_30_drive_0033_sync 1347 l\n2011_09_30/2011_09_30_drive_0033_sync 910 l\n2011_09_30/2011_09_30_drive_0033_sync 687 r\n2011_09_30/2011_09_30_drive_0033_sync 1314 r\n2011_09_30/2011_09_30_drive_0033_sync 662 l\n2011_09_30/2011_09_30_drive_0033_sync 84 l\n2011_09_30/2011_09_30_drive_0033_sync 1262 l\n2011_09_30/2011_09_30_drive_0033_sync 918 r\n2011_09_30/2011_09_30_drive_0033_sync 320 l\n2011_09_30/2011_09_30_drive_0033_sync 1515 r\n2011_09_30/2011_09_30_drive_0033_sync 1264 r\n2011_09_30/2011_09_30_drive_0033_sync 1468 r\n2011_09_30/2011_09_30_drive_0033_sync 1510 r\n2011_09_30/2011_09_30_drive_0033_sync 109 l\n2011_09_30/2011_09_30_drive_0033_sync 998 r\n2011_09_30/2011_09_30_drive_0033_sync 974 l\n2011_09_30/2011_09_30_drive_0033_sync 1067 r\n2011_09_30/2011_09_30_drive_0033_sync 544 r\n2011_09_30/2011_09_30_drive_0033_sync 1531 l\n2011_09_30/2011_09_30_drive_0033_sync 1502 l\n2011_09_30/2011_09_30_drive_0033_sync 1491 r\n2011_09_30/2011_09_30_drive_0033_sync 730 l\n2011_09_30/2011_09_30_drive_0033_sync 1174 r\n2011_09_30/2011_09_30_drive_0033_sync 70 l\n2011_09_30/2011_09_30_drive_0033_sync 96 l\n2011_09_30/2011_09_30_drive_0033_sync 738 r\n2011_09_30/2011_09_30_drive_0033_sync 835 r\n2011_09_30/2011_09_30_drive_0033_sync 1208 l\n2011_09_30/2011_09_30_drive_0033_sync 865 l\n2011_09_30/2011_09_30_drive_0033_sync 904 r\n2011_09_30/2011_09_30_drive_0033_sync 1238 r\n2011_09_30/2011_09_30_drive_0033_sync 851 l\n2011_09_30/2011_09_30_drive_0033_sync 1148 r\n2011_09_30/2011_09_30_drive_0033_sync 428 r\n2011_09_30/2011_09_30_drive_0033_sync 82 r\n2011_09_30/2011_09_30_drive_0033_sync 308 r\n2011_09_30/2011_09_30_drive_0033_sync 902 l\n2011_09_30/2011_09_30_drive_0033_sync 349 r\n2011_09_30/2011_09_30_drive_0033_sync 457 r\n2011_09_30/2011_09_30_drive_0033_sync 322 r\n2011_09_30/2011_09_30_drive_0033_sync 138 l\n2011_09_30/2011_09_30_drive_0033_sync 1045 r\n2011_09_30/2011_09_30_drive_0033_sync 247 r\n2011_09_30/2011_09_30_drive_0033_sync 1101 r\n2011_09_30/2011_09_30_drive_0033_sync 1539 l\n2011_09_30/2011_09_30_drive_0033_sync 86 l\n2011_09_30/2011_09_30_drive_0033_sync 1042 r\n2011_09_30/2011_09_30_drive_0033_sync 1421 l\n2011_09_30/2011_09_30_drive_0033_sync 48 r\n2011_09_30/2011_09_30_drive_0033_sync 1186 r\n2011_09_30/2011_09_30_drive_0033_sync 158 r\n2011_09_30/2011_09_30_drive_0033_sync 155 r\n2011_09_30/2011_09_30_drive_0033_sync 1071 r\n2011_09_30/2011_09_30_drive_0033_sync 601 r\n2011_09_30/2011_09_30_drive_0033_sync 249 l\n2011_09_30/2011_09_30_drive_0033_sync 521 l\n2011_09_30/2011_09_30_drive_0033_sync 59 l\n2011_09_30/2011_09_30_drive_0033_sync 519 l\n2011_09_30/2011_09_30_drive_0033_sync 1065 r\n2011_09_30/2011_09_30_drive_0033_sync 113 r\n2011_09_30/2011_09_30_drive_0033_sync 1406 r\n2011_09_30/2011_09_30_drive_0033_sync 1274 r\n2011_09_30/2011_09_30_drive_0033_sync 1313 l\n2011_09_30/2011_09_30_drive_0033_sync 896 r\n2011_09_30/2011_09_30_drive_0033_sync 1479 l\n2011_09_30/2011_09_30_drive_0033_sync 290 r\n2011_09_30/2011_09_30_drive_0033_sync 1328 r\n2011_09_30/2011_09_30_drive_0033_sync 877 r\n2011_09_30/2011_09_30_drive_0033_sync 782 l\n2011_09_30/2011_09_30_drive_0033_sync 1365 r\n2011_09_30/2011_09_30_drive_0033_sync 598 r\n2011_09_30/2011_09_30_drive_0033_sync 106 r\n2011_09_30/2011_09_30_drive_0033_sync 211 l\n2011_09_30/2011_09_30_drive_0033_sync 387 r\n2011_09_30/2011_09_30_drive_0033_sync 1344 r\n2011_09_30/2011_09_30_drive_0033_sync 1322 r\n2011_09_30/2011_09_30_drive_0033_sync 1434 r\n2011_09_30/2011_09_30_drive_0033_sync 814 l\n2011_09_30/2011_09_30_drive_0033_sync 741 l\n2011_09_30/2011_09_30_drive_0033_sync 846 l\n2011_09_30/2011_09_30_drive_0033_sync 1115 r\n2011_09_30/2011_09_30_drive_0033_sync 1119 l\n2011_09_30/2011_09_30_drive_0033_sync 1444 l\n2011_09_30/2011_09_30_drive_0033_sync 306 l\n2011_09_30/2011_09_30_drive_0033_sync 993 r\n2011_09_30/2011_09_30_drive_0033_sync 1431 r\n2011_09_30/2011_09_30_drive_0033_sync 559 r\n2011_09_30/2011_09_30_drive_0033_sync 548 r\n2011_09_30/2011_09_30_drive_0033_sync 851 r\n2011_09_30/2011_09_30_drive_0033_sync 368 l\n2011_09_30/2011_09_30_drive_0033_sync 734 r\n2011_09_30/2011_09_30_drive_0033_sync 427 r\n2011_09_30/2011_09_30_drive_0033_sync 170 r\n2011_09_30/2011_09_30_drive_0033_sync 683 r\n2011_09_30/2011_09_30_drive_0033_sync 1111 l\n2011_09_30/2011_09_30_drive_0033_sync 744 l\n2011_09_30/2011_09_30_drive_0033_sync 781 l\n2011_09_30/2011_09_30_drive_0033_sync 451 r\n2011_09_30/2011_09_30_drive_0033_sync 634 r\n2011_09_30/2011_09_30_drive_0033_sync 1508 l\n2011_09_30/2011_09_30_drive_0033_sync 511 r\n2011_09_30/2011_09_30_drive_0033_sync 1450 l\n2011_09_30/2011_09_30_drive_0033_sync 263 l\n2011_09_30/2011_09_30_drive_0033_sync 513 r\n2011_09_30/2011_09_30_drive_0033_sync 753 l\n2011_09_30/2011_09_30_drive_0033_sync 310 r\n2011_09_30/2011_09_30_drive_0033_sync 683 l\n2011_09_30/2011_09_30_drive_0033_sync 397 l\n2011_09_30/2011_09_30_drive_0033_sync 267 l\n2011_09_30/2011_09_30_drive_0033_sync 382 r\n2011_09_30/2011_09_30_drive_0033_sync 1403 l\n2011_09_30/2011_09_30_drive_0033_sync 1058 l\n2011_09_30/2011_09_30_drive_0033_sync 98 l\n2011_09_30/2011_09_30_drive_0033_sync 536 l\n2011_09_30/2011_09_30_drive_0033_sync 869 l\n2011_09_30/2011_09_30_drive_0033_sync 287 l\n2011_09_30/2011_09_30_drive_0033_sync 76 r\n2011_09_30/2011_09_30_drive_0033_sync 1302 l\n2011_09_30/2011_09_30_drive_0033_sync 860 r\n2011_09_30/2011_09_30_drive_0033_sync 835 l\n2011_09_30/2011_09_30_drive_0033_sync 992 r\n2011_09_30/2011_09_30_drive_0033_sync 404 l\n2011_09_30/2011_09_30_drive_0033_sync 1014 r\n2011_09_30/2011_09_30_drive_0033_sync 939 l\n2011_09_30/2011_09_30_drive_0033_sync 1446 r\n2011_09_30/2011_09_30_drive_0033_sync 56 l\n2011_09_30/2011_09_30_drive_0033_sync 814 r\n2011_09_30/2011_09_30_drive_0033_sync 617 r\n2011_09_30/2011_09_30_drive_0033_sync 180 r\n2011_09_30/2011_09_30_drive_0033_sync 173 r\n2011_09_30/2011_09_30_drive_0033_sync 887 l\n2011_09_30/2011_09_30_drive_0033_sync 502 r\n2011_09_30/2011_09_30_drive_0033_sync 909 r\n2011_09_30/2011_09_30_drive_0033_sync 796 r\n2011_09_30/2011_09_30_drive_0033_sync 1400 l\n2011_09_30/2011_09_30_drive_0033_sync 1125 r\n2011_09_30/2011_09_30_drive_0033_sync 645 r\n2011_09_30/2011_09_30_drive_0033_sync 693 l\n2011_09_30/2011_09_30_drive_0033_sync 756 r\n2011_09_30/2011_09_30_drive_0033_sync 402 r\n2011_09_30/2011_09_30_drive_0033_sync 1580 r\n2011_09_30/2011_09_30_drive_0033_sync 1392 l\n2011_09_30/2011_09_30_drive_0033_sync 401 l\n2011_09_30/2011_09_30_drive_0033_sync 418 l\n2011_09_30/2011_09_30_drive_0033_sync 1077 r\n2011_09_30/2011_09_30_drive_0033_sync 849 l\n2011_09_30/2011_09_30_drive_0033_sync 332 r\n2011_09_30/2011_09_30_drive_0033_sync 1216 l\n2011_09_30/2011_09_30_drive_0033_sync 543 r\n2011_09_30/2011_09_30_drive_0033_sync 1136 l\n2011_09_30/2011_09_30_drive_0033_sync 764 l\n2011_09_30/2011_09_30_drive_0033_sync 1299 r\n2011_09_30/2011_09_30_drive_0033_sync 1325 l\n2011_09_30/2011_09_30_drive_0033_sync 28 r\n2011_09_30/2011_09_30_drive_0033_sync 799 r\n2011_09_30/2011_09_30_drive_0033_sync 1135 r\n2011_09_30/2011_09_30_drive_0033_sync 610 r\n2011_09_30/2011_09_30_drive_0033_sync 1526 l\n2011_09_30/2011_09_30_drive_0033_sync 327 r\n2011_09_30/2011_09_30_drive_0033_sync 277 r\n2011_09_30/2011_09_30_drive_0033_sync 160 r\n2011_09_30/2011_09_30_drive_0033_sync 1215 l\n2011_09_30/2011_09_30_drive_0033_sync 165 l\n2011_09_30/2011_09_30_drive_0033_sync 226 l\n2011_09_30/2011_09_30_drive_0033_sync 336 l\n2011_09_30/2011_09_30_drive_0033_sync 1254 r\n2011_09_30/2011_09_30_drive_0033_sync 671 l\n2011_09_30/2011_09_30_drive_0033_sync 1219 l\n2011_09_30/2011_09_30_drive_0033_sync 323 l\n2011_09_30/2011_09_30_drive_0033_sync 496 r\n2011_09_30/2011_09_30_drive_0033_sync 1040 l\n2011_09_30/2011_09_30_drive_0033_sync 485 l\n2011_09_30/2011_09_30_drive_0033_sync 988 l\n2011_09_30/2011_09_30_drive_0033_sync 772 l\n2011_09_30/2011_09_30_drive_0033_sync 1052 l\n2011_09_30/2011_09_30_drive_0033_sync 23 r\n2011_09_30/2011_09_30_drive_0033_sync 1187 r\n2011_09_30/2011_09_30_drive_0033_sync 417 r\n2011_09_30/2011_09_30_drive_0033_sync 134 r\n2011_09_30/2011_09_30_drive_0033_sync 912 r\n2011_09_30/2011_09_30_drive_0033_sync 695 l\n2011_09_30/2011_09_30_drive_0033_sync 603 r\n2011_09_30/2011_09_30_drive_0033_sync 1341 l\n2011_09_30/2011_09_30_drive_0033_sync 1240 r\n2011_09_30/2011_09_30_drive_0033_sync 836 l\n2011_09_30/2011_09_30_drive_0033_sync 432 l\n2011_09_30/2011_09_30_drive_0033_sync 1462 r\n2011_09_30/2011_09_30_drive_0033_sync 1029 l\n2011_09_30/2011_09_30_drive_0033_sync 616 l\n2011_09_30/2011_09_30_drive_0033_sync 981 r\n2011_09_30/2011_09_30_drive_0033_sync 636 l\n2011_09_30/2011_09_30_drive_0033_sync 1310 l\n2011_09_30/2011_09_30_drive_0033_sync 660 l\n2011_09_30/2011_09_30_drive_0033_sync 60 l\n2011_09_30/2011_09_30_drive_0033_sync 1529 r\n2011_09_30/2011_09_30_drive_0033_sync 243 r\n2011_09_30/2011_09_30_drive_0033_sync 359 l\n2011_09_30/2011_09_30_drive_0033_sync 539 l\n2011_09_30/2011_09_30_drive_0033_sync 885 l\n2011_09_30/2011_09_30_drive_0033_sync 289 r\n2011_09_30/2011_09_30_drive_0033_sync 456 l\n2011_09_30/2011_09_30_drive_0033_sync 93 r\n2011_09_30/2011_09_30_drive_0033_sync 876 l\n2011_09_30/2011_09_30_drive_0033_sync 866 r\n2011_09_30/2011_09_30_drive_0033_sync 320 r\n2011_09_30/2011_09_30_drive_0033_sync 1311 r\n2011_09_30/2011_09_30_drive_0033_sync 506 r\n2011_09_30/2011_09_30_drive_0033_sync 932 l\n2011_09_30/2011_09_30_drive_0033_sync 604 l\n2011_09_30/2011_09_30_drive_0033_sync 944 r\n2011_09_30/2011_09_30_drive_0033_sync 1260 l\n2011_09_30/2011_09_30_drive_0033_sync 1209 r\n2011_09_30/2011_09_30_drive_0033_sync 1150 r\n2011_09_30/2011_09_30_drive_0033_sync 188 r\n2011_09_30/2011_09_30_drive_0033_sync 587 l\n2011_09_30/2011_09_30_drive_0033_sync 16 r\n2011_09_30/2011_09_30_drive_0033_sync 1441 r\n2011_09_30/2011_09_30_drive_0033_sync 800 r\n2011_09_30/2011_09_30_drive_0033_sync 733 l\n2011_09_30/2011_09_30_drive_0033_sync 1282 r\n2011_09_30/2011_09_30_drive_0033_sync 1522 l\n2011_09_30/2011_09_30_drive_0033_sync 606 l\n2011_09_30/2011_09_30_drive_0033_sync 473 l\n2011_09_30/2011_09_30_drive_0033_sync 1088 r\n2011_09_30/2011_09_30_drive_0033_sync 67 l\n2011_09_30/2011_09_30_drive_0033_sync 1404 l\n2011_09_30/2011_09_30_drive_0033_sync 705 l\n2011_09_30/2011_09_30_drive_0033_sync 1038 r\n2011_09_30/2011_09_30_drive_0033_sync 321 r\n2011_09_30/2011_09_30_drive_0033_sync 619 r\n2011_09_30/2011_09_30_drive_0033_sync 401 r\n2011_09_30/2011_09_30_drive_0033_sync 1037 r\n2011_09_30/2011_09_30_drive_0033_sync 249 r\n2011_09_30/2011_09_30_drive_0033_sync 1395 r\n2011_09_30/2011_09_30_drive_0033_sync 1497 r\n2011_09_30/2011_09_30_drive_0033_sync 953 r\n2011_09_30/2011_09_30_drive_0033_sync 311 r\n2011_09_30/2011_09_30_drive_0033_sync 940 l\n2011_09_30/2011_09_30_drive_0033_sync 36 l\n2011_09_30/2011_09_30_drive_0033_sync 1303 r\n2011_09_30/2011_09_30_drive_0033_sync 1532 l\n2011_09_30/2011_09_30_drive_0033_sync 171 l\n2011_09_30/2011_09_30_drive_0033_sync 333 r\n2011_09_30/2011_09_30_drive_0033_sync 841 l\n2011_09_30/2011_09_30_drive_0033_sync 1022 l\n2011_09_30/2011_09_30_drive_0033_sync 1364 r\n2011_09_30/2011_09_30_drive_0033_sync 1583 r\n2011_09_30/2011_09_30_drive_0033_sync 563 r\n2011_09_30/2011_09_30_drive_0033_sync 571 l\n2011_09_30/2011_09_30_drive_0033_sync 1201 l\n2011_09_30/2011_09_30_drive_0033_sync 474 r\n2011_09_30/2011_09_30_drive_0033_sync 692 r\n2011_09_30/2011_09_30_drive_0033_sync 595 l\n2011_09_30/2011_09_30_drive_0033_sync 1422 r\n2011_09_30/2011_09_30_drive_0033_sync 377 r\n2011_09_30/2011_09_30_drive_0033_sync 1123 r\n2011_09_30/2011_09_30_drive_0033_sync 341 l\n2011_09_30/2011_09_30_drive_0033_sync 1218 l\n2011_09_30/2011_09_30_drive_0033_sync 977 l\n2011_09_30/2011_09_30_drive_0033_sync 1220 r\n2011_09_30/2011_09_30_drive_0033_sync 1201 r\n2011_09_30/2011_09_30_drive_0033_sync 85 l\n2011_09_30/2011_09_30_drive_0033_sync 260 l\n2011_09_30/2011_09_30_drive_0033_sync 1407 l\n2011_09_30/2011_09_30_drive_0033_sync 1569 l\n2011_09_30/2011_09_30_drive_0033_sync 1246 l\n2011_09_30/2011_09_30_drive_0033_sync 305 r\n2011_09_30/2011_09_30_drive_0033_sync 686 r\n2011_09_30/2011_09_30_drive_0033_sync 514 r\n2011_09_30/2011_09_30_drive_0033_sync 620 l\n2011_09_30/2011_09_30_drive_0033_sync 756 l\n2011_09_30/2011_09_30_drive_0033_sync 1428 r\n2011_09_30/2011_09_30_drive_0033_sync 606 r\n2011_09_30/2011_09_30_drive_0033_sync 228 l\n2011_09_30/2011_09_30_drive_0033_sync 742 l\n2011_09_30/2011_09_30_drive_0033_sync 230 l\n2011_09_30/2011_09_30_drive_0033_sync 1142 r\n2011_09_30/2011_09_30_drive_0033_sync 55 l\n2011_09_30/2011_09_30_drive_0033_sync 1270 r\n2011_09_30/2011_09_30_drive_0033_sync 476 r\n2011_09_30/2011_09_30_drive_0033_sync 458 r\n2011_09_30/2011_09_30_drive_0033_sync 403 r\n2011_09_30/2011_09_30_drive_0033_sync 339 r\n2011_09_30/2011_09_30_drive_0033_sync 1402 r\n2011_09_30/2011_09_30_drive_0033_sync 749 r\n2011_09_30/2011_09_30_drive_0033_sync 1392 r\n2011_09_30/2011_09_30_drive_0033_sync 1274 l\n2011_09_30/2011_09_30_drive_0033_sync 1020 r\n2011_09_30/2011_09_30_drive_0033_sync 1443 l\n2011_09_30/2011_09_30_drive_0033_sync 1278 l\n2011_09_30/2011_09_30_drive_0033_sync 1177 r\n2011_09_30/2011_09_30_drive_0033_sync 1009 l\n2011_09_30/2011_09_30_drive_0033_sync 1356 r\n2011_09_30/2011_09_30_drive_0033_sync 480 r\n2011_09_30/2011_09_30_drive_0033_sync 986 r\n2011_09_30/2011_09_30_drive_0033_sync 1291 r\n2011_09_30/2011_09_30_drive_0033_sync 1285 l\n2011_09_30/2011_09_30_drive_0033_sync 1223 l\n2011_09_30/2011_09_30_drive_0033_sync 410 l\n2011_09_30/2011_09_30_drive_0033_sync 1551 r\n2011_09_30/2011_09_30_drive_0033_sync 1234 l\n2011_09_30/2011_09_30_drive_0033_sync 399 r\n2011_09_30/2011_09_30_drive_0033_sync 435 r\n2011_09_30/2011_09_30_drive_0033_sync 348 r\n2011_09_30/2011_09_30_drive_0033_sync 316 l\n2011_09_30/2011_09_30_drive_0033_sync 1363 r\n2011_09_30/2011_09_30_drive_0033_sync 497 r\n2011_09_30/2011_09_30_drive_0033_sync 1000 l\n2011_09_30/2011_09_30_drive_0033_sync 225 r\n2011_09_30/2011_09_30_drive_0033_sync 310 l\n2011_09_30/2011_09_30_drive_0033_sync 1475 l\n2011_09_30/2011_09_30_drive_0033_sync 1281 r\n2011_09_30/2011_09_30_drive_0033_sync 62 l\n2011_09_30/2011_09_30_drive_0033_sync 729 l\n2011_09_30/2011_09_30_drive_0033_sync 816 r\n2011_09_30/2011_09_30_drive_0033_sync 336 r\n2011_09_30/2011_09_30_drive_0033_sync 393 l\n2011_09_30/2011_09_30_drive_0033_sync 946 l\n2011_09_30/2011_09_30_drive_0033_sync 700 l\n2011_09_30/2011_09_30_drive_0033_sync 1306 r\n2011_09_30/2011_09_30_drive_0033_sync 966 l\n2011_09_30/2011_09_30_drive_0033_sync 1536 r\n2011_09_30/2011_09_30_drive_0033_sync 313 r\n2011_09_30/2011_09_30_drive_0033_sync 1477 l\n2011_09_30/2011_09_30_drive_0033_sync 205 r\n2011_09_30/2011_09_30_drive_0033_sync 1305 l\n2011_09_30/2011_09_30_drive_0033_sync 211 r\n2011_09_30/2011_09_30_drive_0033_sync 1192 l\n2011_09_30/2011_09_30_drive_0033_sync 765 r\n2011_09_30/2011_09_30_drive_0033_sync 704 l\n2011_09_30/2011_09_30_drive_0033_sync 720 l\n2011_09_30/2011_09_30_drive_0033_sync 1546 r\n2011_09_30/2011_09_30_drive_0033_sync 1416 l\n2011_09_30/2011_09_30_drive_0033_sync 997 l\n2011_09_30/2011_09_30_drive_0033_sync 1023 r\n2011_09_30/2011_09_30_drive_0033_sync 431 r\n2011_09_30/2011_09_30_drive_0033_sync 994 l\n2011_09_30/2011_09_30_drive_0033_sync 754 l\n2011_09_30/2011_09_30_drive_0033_sync 1424 r\n2011_09_30/2011_09_30_drive_0033_sync 982 r\n2011_09_30/2011_09_30_drive_0033_sync 362 r\n2011_09_30/2011_09_30_drive_0033_sync 1535 r\n2011_09_30/2011_09_30_drive_0033_sync 438 l\n2011_09_30/2011_09_30_drive_0033_sync 695 r\n2011_09_30/2011_09_30_drive_0033_sync 976 r\n2011_09_30/2011_09_30_drive_0033_sync 724 r\n2011_09_30/2011_09_30_drive_0033_sync 688 r\n2011_09_30/2011_09_30_drive_0033_sync 1393 l\n2011_09_30/2011_09_30_drive_0033_sync 601 l\n2011_09_30/2011_09_30_drive_0033_sync 55 r\n2011_09_30/2011_09_30_drive_0033_sync 612 l\n2011_09_30/2011_09_30_drive_0033_sync 29 l\n2011_09_30/2011_09_30_drive_0033_sync 364 l\n2011_09_30/2011_09_30_drive_0033_sync 1170 l\n2011_09_30/2011_09_30_drive_0033_sync 656 r\n2011_09_30/2011_09_30_drive_0033_sync 799 l\n2011_09_30/2011_09_30_drive_0033_sync 1418 r\n2011_09_30/2011_09_30_drive_0033_sync 785 r\n2011_09_30/2011_09_30_drive_0033_sync 508 l\n2011_09_30/2011_09_30_drive_0033_sync 1007 r\n2011_09_30/2011_09_30_drive_0033_sync 842 l\n2011_09_30/2011_09_30_drive_0033_sync 992 l\n2011_09_30/2011_09_30_drive_0033_sync 954 r\n2011_09_30/2011_09_30_drive_0033_sync 1507 r\n2011_09_30/2011_09_30_drive_0033_sync 1351 l\n2011_09_30/2011_09_30_drive_0033_sync 716 r\n2011_09_30/2011_09_30_drive_0033_sync 1291 l\n2011_09_30/2011_09_30_drive_0033_sync 425 l\n2011_09_30/2011_09_30_drive_0033_sync 317 r\n2011_09_30/2011_09_30_drive_0033_sync 1427 r\n2011_09_30/2011_09_30_drive_0033_sync 787 l\n2011_09_30/2011_09_30_drive_0033_sync 949 l\n2011_09_30/2011_09_30_drive_0033_sync 786 r\n2011_09_30/2011_09_30_drive_0033_sync 144 l\n2011_09_30/2011_09_30_drive_0033_sync 687 l\n2011_09_30/2011_09_30_drive_0033_sync 1293 r\n2011_09_30/2011_09_30_drive_0033_sync 740 r\n2011_09_30/2011_09_30_drive_0033_sync 732 l\n2011_09_30/2011_09_30_drive_0033_sync 226 r\n2011_09_30/2011_09_30_drive_0033_sync 1505 r\n2011_09_30/2011_09_30_drive_0033_sync 856 r\n2011_09_30/2011_09_30_drive_0033_sync 157 r\n2011_09_30/2011_09_30_drive_0033_sync 1491 l\n2011_09_30/2011_09_30_drive_0033_sync 208 r\n2011_09_30/2011_09_30_drive_0033_sync 888 r\n2011_09_30/2011_09_30_drive_0033_sync 1155 l\n2011_09_30/2011_09_30_drive_0033_sync 1121 r\n2011_09_30/2011_09_30_drive_0033_sync 801 r\n2011_09_30/2011_09_30_drive_0033_sync 1176 l\n2011_09_30/2011_09_30_drive_0033_sync 1183 r\n2011_09_30/2011_09_30_drive_0033_sync 1507 l\n2011_09_30/2011_09_30_drive_0033_sync 1577 r\n2011_09_30/2011_09_30_drive_0033_sync 434 l\n2011_09_30/2011_09_30_drive_0033_sync 1133 r\n2011_09_30/2011_09_30_drive_0033_sync 1340 l\n2011_09_30/2011_09_30_drive_0033_sync 1394 r\n2011_09_30/2011_09_30_drive_0033_sync 282 l\n2011_09_30/2011_09_30_drive_0033_sync 1427 l\n2011_09_30/2011_09_30_drive_0033_sync 1297 l\n2011_09_30/2011_09_30_drive_0033_sync 1467 l\n2011_09_30/2011_09_30_drive_0033_sync 1036 l\n2011_09_30/2011_09_30_drive_0033_sync 1283 r\n2011_09_30/2011_09_30_drive_0033_sync 1192 r\n2011_09_30/2011_09_30_drive_0033_sync 362 l\n2011_09_30/2011_09_30_drive_0033_sync 433 l\n2011_09_30/2011_09_30_drive_0033_sync 913 l\n2011_09_30/2011_09_30_drive_0033_sync 1370 r\n2011_09_30/2011_09_30_drive_0033_sync 1100 l\n2011_09_30/2011_09_30_drive_0033_sync 891 l\n2011_09_30/2011_09_30_drive_0033_sync 922 r\n2011_09_30/2011_09_30_drive_0033_sync 557 r\n2011_09_30/2011_09_30_drive_0033_sync 1561 l\n2011_09_30/2011_09_30_drive_0033_sync 1191 l\n2011_09_30/2011_09_30_drive_0033_sync 613 l\n2011_09_30/2011_09_30_drive_0033_sync 1170 r\n2011_09_30/2011_09_30_drive_0033_sync 232 r\n2011_09_30/2011_09_30_drive_0033_sync 1121 l\n2011_09_30/2011_09_30_drive_0033_sync 1126 l\n2011_09_30/2011_09_30_drive_0033_sync 1451 l\n2011_09_30/2011_09_30_drive_0033_sync 498 r\n2011_09_30/2011_09_30_drive_0033_sync 1078 l\n2011_09_30/2011_09_30_drive_0033_sync 837 r\n2011_09_30/2011_09_30_drive_0033_sync 1062 r\n2011_09_30/2011_09_30_drive_0033_sync 1077 l\n2011_09_30/2011_09_30_drive_0033_sync 790 l\n2011_09_30/2011_09_30_drive_0033_sync 716 l\n2011_09_30/2011_09_30_drive_0033_sync 661 l\n2011_09_30/2011_09_30_drive_0033_sync 868 r\n2011_09_30/2011_09_30_drive_0033_sync 253 l\n2011_09_30/2011_09_30_drive_0033_sync 593 l\n2011_09_30/2011_09_30_drive_0033_sync 939 r\n2011_09_30/2011_09_30_drive_0033_sync 222 l\n2011_09_30/2011_09_30_drive_0033_sync 1082 l\n2011_09_30/2011_09_30_drive_0033_sync 105 r\n2011_09_30/2011_09_30_drive_0033_sync 1289 l\n2011_09_30/2011_09_30_drive_0033_sync 356 l\n2011_09_30/2011_09_30_drive_0033_sync 822 l\n2011_09_30/2011_09_30_drive_0033_sync 1044 l\n2011_09_30/2011_09_30_drive_0033_sync 945 r\n2011_09_30/2011_09_30_drive_0033_sync 444 l\n2011_09_30/2011_09_30_drive_0033_sync 115 r\n2011_09_30/2011_09_30_drive_0033_sync 1449 l\n2011_09_30/2011_09_30_drive_0033_sync 809 r\n2011_09_30/2011_09_30_drive_0033_sync 437 r\n2011_09_30/2011_09_30_drive_0033_sync 1545 l\n2011_09_30/2011_09_30_drive_0033_sync 318 l\n2011_09_30/2011_09_30_drive_0033_sync 1503 l\n2011_09_30/2011_09_30_drive_0033_sync 192 l\n2011_09_30/2011_09_30_drive_0033_sync 793 l\n2011_09_30/2011_09_30_drive_0033_sync 680 l\n2011_09_30/2011_09_30_drive_0033_sync 1400 r\n2011_09_30/2011_09_30_drive_0033_sync 954 l\n2011_09_30/2011_09_30_drive_0033_sync 795 l\n2011_09_30/2011_09_30_drive_0033_sync 711 r\n2011_09_30/2011_09_30_drive_0033_sync 135 r\n2011_09_30/2011_09_30_drive_0033_sync 1087 r\n2011_09_30/2011_09_30_drive_0033_sync 1122 r\n2011_09_30/2011_09_30_drive_0033_sync 963 l\n2011_09_30/2011_09_30_drive_0033_sync 1042 l\n2011_09_30/2011_09_30_drive_0033_sync 272 l\n2011_09_30/2011_09_30_drive_0033_sync 358 l\n2011_09_30/2011_09_30_drive_0033_sync 137 r\n2011_09_30/2011_09_30_drive_0033_sync 1420 l\n2011_09_30/2011_09_30_drive_0033_sync 274 l\n2011_09_30/2011_09_30_drive_0033_sync 1572 l\n2011_09_30/2011_09_30_drive_0033_sync 1020 l\n2011_09_30/2011_09_30_drive_0033_sync 1501 r\n2011_09_30/2011_09_30_drive_0033_sync 622 r\n2011_09_30/2011_09_30_drive_0033_sync 1248 l\n2011_09_30/2011_09_30_drive_0033_sync 195 l\n2011_09_30/2011_09_30_drive_0033_sync 670 l\n2011_09_30/2011_09_30_drive_0033_sync 1034 l\n2011_09_30/2011_09_30_drive_0033_sync 1435 l\n2011_09_30/2011_09_30_drive_0033_sync 233 r\n2011_09_30/2011_09_30_drive_0033_sync 44 r\n2011_09_30/2011_09_30_drive_0033_sync 268 r\n2011_09_30/2011_09_30_drive_0033_sync 191 r\n2011_09_30/2011_09_30_drive_0033_sync 185 r\n2011_09_30/2011_09_30_drive_0033_sync 1474 r\n2011_09_30/2011_09_30_drive_0033_sync 289 l\n2011_09_30/2011_09_30_drive_0033_sync 1344 l\n2011_09_30/2011_09_30_drive_0033_sync 754 r\n2011_09_30/2011_09_30_drive_0033_sync 27 l\n2011_09_30/2011_09_30_drive_0033_sync 1045 l\n2011_09_30/2011_09_30_drive_0033_sync 23 l\n2011_09_30/2011_09_30_drive_0033_sync 791 r\n2011_09_30/2011_09_30_drive_0033_sync 578 r\n2011_09_30/2011_09_30_drive_0033_sync 363 l\n2011_09_30/2011_09_30_drive_0033_sync 919 r\n2011_09_30/2011_09_30_drive_0033_sync 562 r\n2011_09_30/2011_09_30_drive_0033_sync 1205 r\n2011_09_30/2011_09_30_drive_0033_sync 731 l\n2011_09_30/2011_09_30_drive_0033_sync 1047 r\n2011_09_30/2011_09_30_drive_0033_sync 1255 r\n2011_09_30/2011_09_30_drive_0033_sync 663 l\n2011_09_30/2011_09_30_drive_0033_sync 1234 r\n2011_09_30/2011_09_30_drive_0033_sync 1290 l\n2011_09_30/2011_09_30_drive_0033_sync 1387 l\n2011_09_30/2011_09_30_drive_0033_sync 1435 r\n2011_09_30/2011_09_30_drive_0033_sync 273 l\n2011_09_30/2011_09_30_drive_0033_sync 1152 l\n2011_09_30/2011_09_30_drive_0033_sync 1413 r\n2011_09_30/2011_09_30_drive_0033_sync 1443 r\n2011_09_30/2011_09_30_drive_0033_sync 1183 l\n2011_09_30/2011_09_30_drive_0033_sync 32 r\n2011_09_30/2011_09_30_drive_0033_sync 1067 l\n2011_09_30/2011_09_30_drive_0033_sync 1092 r\n2011_09_30/2011_09_30_drive_0033_sync 757 r\n2011_09_30/2011_09_30_drive_0033_sync 1229 r\n2011_09_30/2011_09_30_drive_0033_sync 655 r\n2011_09_30/2011_09_30_drive_0033_sync 684 r\n2011_09_30/2011_09_30_drive_0033_sync 327 l\n2011_09_30/2011_09_30_drive_0033_sync 710 l\n2011_09_30/2011_09_30_drive_0033_sync 194 l\n2011_09_30/2011_09_30_drive_0033_sync 355 r\n2011_09_30/2011_09_30_drive_0033_sync 61 r\n2011_09_30/2011_09_30_drive_0033_sync 253 r\n2011_09_30/2011_09_30_drive_0033_sync 574 l\n2011_09_30/2011_09_30_drive_0033_sync 1536 l\n2011_09_30/2011_09_30_drive_0033_sync 266 l\n2011_09_30/2011_09_30_drive_0033_sync 1431 l\n2011_09_30/2011_09_30_drive_0033_sync 422 l\n2011_09_30/2011_09_30_drive_0033_sync 626 r\n2011_09_30/2011_09_30_drive_0033_sync 724 l\n2011_09_30/2011_09_30_drive_0033_sync 706 l\n2011_09_30/2011_09_30_drive_0033_sync 1425 l\n2011_09_30/2011_09_30_drive_0033_sync 157 l\n2011_09_30/2011_09_30_drive_0033_sync 1497 l\n2011_09_30/2011_09_30_drive_0033_sync 623 r\n2011_09_30/2011_09_30_drive_0033_sync 307 l\n2011_09_30/2011_09_30_drive_0033_sync 595 r\n2011_09_30/2011_09_30_drive_0033_sync 1477 r\n2011_09_30/2011_09_30_drive_0033_sync 112 r\n2011_09_30/2011_09_30_drive_0033_sync 417 l\n2011_09_30/2011_09_30_drive_0033_sync 719 r\n2011_09_30/2011_09_30_drive_0033_sync 923 r\n2011_09_30/2011_09_30_drive_0033_sync 243 l\n2011_09_30/2011_09_30_drive_0033_sync 456 r\n2011_09_30/2011_09_30_drive_0033_sync 1181 l\n2011_09_30/2011_09_30_drive_0033_sync 1440 l\n2011_09_30/2011_09_30_drive_0033_sync 349 l\n2011_09_30/2011_09_30_drive_0033_sync 1573 l\n2011_09_30/2011_09_30_drive_0033_sync 652 l\n2011_09_30/2011_09_30_drive_0033_sync 1295 l\n2011_09_30/2011_09_30_drive_0033_sync 1030 l\n2011_09_30/2011_09_30_drive_0033_sync 1080 l\n2011_09_30/2011_09_30_drive_0033_sync 1355 l\n2011_09_30/2011_09_30_drive_0033_sync 964 l\n2011_09_30/2011_09_30_drive_0033_sync 1527 r\n2011_09_30/2011_09_30_drive_0033_sync 91 l\n2011_09_30/2011_09_30_drive_0033_sync 69 r\n2011_09_30/2011_09_30_drive_0033_sync 454 l\n2011_09_30/2011_09_30_drive_0033_sync 1461 r\n2011_09_30/2011_09_30_drive_0033_sync 1426 l\n2011_09_30/2011_09_30_drive_0033_sync 435 l\n2011_09_30/2011_09_30_drive_0033_sync 1463 r\n2011_09_30/2011_09_30_drive_0033_sync 1101 l\n2011_09_30/2011_09_30_drive_0033_sync 1264 l\n2011_09_30/2011_09_30_drive_0033_sync 449 r\n2011_09_30/2011_09_30_drive_0033_sync 1580 l\n2011_09_30/2011_09_30_drive_0033_sync 220 r\n2011_09_30/2011_09_30_drive_0033_sync 80 l\n2011_09_30/2011_09_30_drive_0033_sync 361 l\n2011_09_30/2011_09_30_drive_0033_sync 923 l\n2011_09_30/2011_09_30_drive_0033_sync 666 l\n2011_09_30/2011_09_30_drive_0033_sync 1096 l\n2011_09_30/2011_09_30_drive_0033_sync 960 r\n2011_09_30/2011_09_30_drive_0033_sync 447 l\n2011_09_30/2011_09_30_drive_0033_sync 714 l\n2011_09_30/2011_09_30_drive_0033_sync 499 l\n2011_09_30/2011_09_30_drive_0033_sync 569 r\n2011_09_30/2011_09_30_drive_0033_sync 1090 r\n2011_09_30/2011_09_30_drive_0033_sync 1417 r\n2011_09_30/2011_09_30_drive_0033_sync 151 l\n2011_09_30/2011_09_30_drive_0033_sync 958 r\n2011_09_30/2011_09_30_drive_0033_sync 1358 r\n2011_09_30/2011_09_30_drive_0033_sync 737 r\n2011_09_30/2011_09_30_drive_0033_sync 461 l\n2011_09_30/2011_09_30_drive_0033_sync 1131 r\n2011_09_30/2011_09_30_drive_0033_sync 875 r\n2011_09_30/2011_09_30_drive_0033_sync 484 l\n2011_09_30/2011_09_30_drive_0033_sync 543 l\n2011_09_30/2011_09_30_drive_0033_sync 575 r\n2011_09_30/2011_09_30_drive_0033_sync 270 r\n2011_09_30/2011_09_30_drive_0033_sync 421 r\n2011_09_30/2011_09_30_drive_0033_sync 980 r\n2011_09_30/2011_09_30_drive_0033_sync 423 l\n2011_09_30/2011_09_30_drive_0033_sync 1359 r\n2011_09_30/2011_09_30_drive_0033_sync 432 r\n2011_09_30/2011_09_30_drive_0033_sync 178 l\n2011_09_30/2011_09_30_drive_0033_sync 304 r\n2011_09_30/2011_09_30_drive_0033_sync 415 l\n2011_09_30/2011_09_30_drive_0033_sync 855 r\n2011_09_30/2011_09_30_drive_0033_sync 1440 r\n2011_09_30/2011_09_30_drive_0033_sync 568 r\n2011_09_30/2011_09_30_drive_0033_sync 1160 r\n2011_09_30/2011_09_30_drive_0033_sync 378 l\n2011_09_30/2011_09_30_drive_0033_sync 371 l\n2011_09_30/2011_09_30_drive_0033_sync 1004 l\n2011_09_30/2011_09_30_drive_0033_sync 798 r\n2011_09_30/2011_09_30_drive_0033_sync 1495 r\n2011_09_30/2011_09_30_drive_0033_sync 967 l\n2011_09_30/2011_09_30_drive_0033_sync 1238 l\n2011_09_30/2011_09_30_drive_0033_sync 867 l\n2011_09_30/2011_09_30_drive_0033_sync 1371 r\n2011_09_30/2011_09_30_drive_0033_sync 1500 l\n2011_09_30/2011_09_30_drive_0033_sync 463 l\n2011_09_30/2011_09_30_drive_0033_sync 339 l\n2011_09_30/2011_09_30_drive_0033_sync 282 r\n2011_09_30/2011_09_30_drive_0033_sync 1434 l\n2011_09_30/2011_09_30_drive_0033_sync 599 r\n2011_09_30/2011_09_30_drive_0033_sync 216 l\n2011_09_30/2011_09_30_drive_0033_sync 1339 r\n2011_09_30/2011_09_30_drive_0033_sync 1542 r\n2011_09_30/2011_09_30_drive_0033_sync 1043 r\n2011_09_30/2011_09_30_drive_0033_sync 193 l\n2011_09_30/2011_09_30_drive_0033_sync 111 r\n2011_09_30/2011_09_30_drive_0033_sync 1295 r\n2011_09_30/2011_09_30_drive_0033_sync 1466 r\n2011_09_30/2011_09_30_drive_0033_sync 168 r\n2011_09_30/2011_09_30_drive_0033_sync 144 r\n2011_09_30/2011_09_30_drive_0033_sync 59 r\n2011_09_30/2011_09_30_drive_0033_sync 867 r\n2011_09_30/2011_09_30_drive_0033_sync 1584 l\n2011_09_30/2011_09_30_drive_0033_sync 850 r\n2011_09_30/2011_09_30_drive_0033_sync 637 r\n2011_09_30/2011_09_30_drive_0033_sync 204 l\n2011_09_30/2011_09_30_drive_0033_sync 985 l\n2011_09_30/2011_09_30_drive_0033_sync 698 r\n2011_09_30/2011_09_30_drive_0033_sync 275 r\n2011_09_30/2011_09_30_drive_0033_sync 542 r\n2011_09_30/2011_09_30_drive_0033_sync 651 r\n2011_09_30/2011_09_30_drive_0033_sync 1156 l\n2011_09_30/2011_09_30_drive_0033_sync 668 r\n2011_09_30/2011_09_30_drive_0033_sync 925 l\n2011_09_30/2011_09_30_drive_0033_sync 905 l\n2011_09_30/2011_09_30_drive_0033_sync 292 r\n2011_09_30/2011_09_30_drive_0033_sync 108 l\n2011_09_30/2011_09_30_drive_0033_sync 152 l\n2011_09_30/2011_09_30_drive_0033_sync 154 r\n2011_09_30/2011_09_30_drive_0033_sync 526 l\n2011_09_30/2011_09_30_drive_0033_sync 379 r\n2011_09_30/2011_09_30_drive_0033_sync 425 r\n2011_09_30/2011_09_30_drive_0033_sync 169 l\n2011_09_30/2011_09_30_drive_0033_sync 1001 r\n2011_09_30/2011_09_30_drive_0033_sync 199 r\n2011_09_30/2011_09_30_drive_0033_sync 572 l\n2011_09_30/2011_09_30_drive_0033_sync 221 r\n2011_09_30/2011_09_30_drive_0033_sync 140 r\n2011_09_30/2011_09_30_drive_0033_sync 1374 r\n2011_09_30/2011_09_30_drive_0033_sync 568 l\n2011_09_30/2011_09_30_drive_0033_sync 1551 l\n2011_09_30/2011_09_30_drive_0033_sync 1462 l\n2011_09_30/2011_09_30_drive_0033_sync 640 r\n2011_09_30/2011_09_30_drive_0033_sync 374 l\n2011_09_30/2011_09_30_drive_0033_sync 665 r\n2011_09_30/2011_09_30_drive_0033_sync 156 r\n2011_09_30/2011_09_30_drive_0033_sync 636 r\n2011_09_30/2011_09_30_drive_0033_sync 503 l\n2011_09_30/2011_09_30_drive_0033_sync 662 r\n2011_09_30/2011_09_30_drive_0033_sync 858 r\n2011_09_30/2011_09_30_drive_0033_sync 1521 r\n2011_09_30/2011_09_30_drive_0033_sync 1235 l\n2011_09_30/2011_09_30_drive_0033_sync 1002 l\n2011_09_30/2011_09_30_drive_0033_sync 551 r\n2011_09_30/2011_09_30_drive_0033_sync 1181 r\n2011_09_30/2011_09_30_drive_0033_sync 859 l\n2011_09_30/2011_09_30_drive_0033_sync 973 l\n2011_09_30/2011_09_30_drive_0033_sync 692 l\n2011_09_30/2011_09_30_drive_0033_sync 228 r\n2011_09_30/2011_09_30_drive_0033_sync 246 l\n2011_09_30/2011_09_30_drive_0033_sync 647 l\n2011_09_30/2011_09_30_drive_0033_sync 1113 l\n2011_09_30/2011_09_30_drive_0033_sync 229 r\n2011_09_30/2011_09_30_drive_0033_sync 820 r\n2011_09_30/2011_09_30_drive_0033_sync 7 r\n2011_09_30/2011_09_30_drive_0033_sync 1011 r\n2011_09_30/2011_09_30_drive_0033_sync 1232 r\n2011_09_30/2011_09_30_drive_0033_sync 72 l\n2011_09_30/2011_09_30_drive_0033_sync 1104 l\n2011_09_30/2011_09_30_drive_0033_sync 175 l\n2011_09_30/2011_09_30_drive_0033_sync 1241 l\n2011_09_30/2011_09_30_drive_0033_sync 360 r\n2011_09_30/2011_09_30_drive_0033_sync 300 l\n2011_09_30/2011_09_30_drive_0033_sync 1519 l\n2011_09_30/2011_09_30_drive_0033_sync 147 l\n2011_09_30/2011_09_30_drive_0033_sync 581 r\n2011_09_30/2011_09_30_drive_0033_sync 912 l\n2011_09_30/2011_09_30_drive_0033_sync 1253 r\n2011_09_30/2011_09_30_drive_0033_sync 385 r\n2011_09_30/2011_09_30_drive_0033_sync 983 l\n2011_09_30/2011_09_30_drive_0033_sync 812 r\n2011_09_30/2011_09_30_drive_0033_sync 580 l\n2011_09_30/2011_09_30_drive_0033_sync 14 l\n2011_09_30/2011_09_30_drive_0033_sync 525 l\n2011_09_30/2011_09_30_drive_0033_sync 1166 r\n2011_09_30/2011_09_30_drive_0033_sync 140 l\n2011_09_30/2011_09_30_drive_0033_sync 21 l\n2011_09_30/2011_09_30_drive_0033_sync 1354 r\n2011_09_30/2011_09_30_drive_0033_sync 451 l\n2011_09_30/2011_09_30_drive_0033_sync 131 r\n2011_09_30/2011_09_30_drive_0033_sync 261 l\n2011_09_30/2011_09_30_drive_0033_sync 452 l\n2011_09_30/2011_09_30_drive_0033_sync 1484 l\n2011_09_30/2011_09_30_drive_0033_sync 375 l\n2011_09_30/2011_09_30_drive_0033_sync 582 r\n2011_09_30/2011_09_30_drive_0033_sync 1279 r\n2011_09_30/2011_09_30_drive_0033_sync 984 l\n2011_09_30/2011_09_30_drive_0033_sync 506 l\n2011_09_30/2011_09_30_drive_0033_sync 1411 r\n2011_09_30/2011_09_30_drive_0033_sync 1258 r\n2011_09_30/2011_09_30_drive_0033_sync 1191 r\n2011_09_30/2011_09_30_drive_0033_sync 283 l\n2011_09_30/2011_09_30_drive_0033_sync 999 l\n2011_09_30/2011_09_30_drive_0033_sync 95 r\n2011_09_30/2011_09_30_drive_0033_sync 960 l\n2011_09_30/2011_09_30_drive_0033_sync 852 l\n2011_09_30/2011_09_30_drive_0033_sync 1429 l\n2011_09_30/2011_09_30_drive_0033_sync 221 l\n2011_09_30/2011_09_30_drive_0033_sync 1033 r\n2011_09_30/2011_09_30_drive_0033_sync 354 l\n2011_09_30/2011_09_30_drive_0033_sync 978 l\n2011_09_30/2011_09_30_drive_0033_sync 964 r\n2011_09_30/2011_09_30_drive_0033_sync 71 l\n2011_09_30/2011_09_30_drive_0033_sync 1333 l\n2011_09_30/2011_09_30_drive_0033_sync 1334 l\n2011_09_30/2011_09_30_drive_0033_sync 849 r\n2011_09_30/2011_09_30_drive_0033_sync 102 l\n2011_09_30/2011_09_30_drive_0033_sync 712 r\n2011_09_30/2011_09_30_drive_0033_sync 1472 r\n2011_09_30/2011_09_30_drive_0033_sync 83 r\n2011_09_30/2011_09_30_drive_0033_sync 1586 r\n2011_09_30/2011_09_30_drive_0033_sync 631 l\n2011_09_30/2011_09_30_drive_0033_sync 284 l\n2011_09_30/2011_09_30_drive_0033_sync 1553 l\n2011_09_30/2011_09_30_drive_0033_sync 863 l\n2011_09_30/2011_09_30_drive_0033_sync 1331 l\n2011_09_30/2011_09_30_drive_0033_sync 769 r\n2011_09_30/2011_09_30_drive_0033_sync 53 l\n2011_09_30/2011_09_30_drive_0033_sync 365 r\n2011_09_30/2011_09_30_drive_0033_sync 879 r\n2011_09_30/2011_09_30_drive_0033_sync 122 l\n2011_09_30/2011_09_30_drive_0033_sync 1372 l\n2011_09_30/2011_09_30_drive_0033_sync 408 l\n2011_09_30/2011_09_30_drive_0033_sync 1423 r\n2011_09_30/2011_09_30_drive_0033_sync 45 l\n2011_09_30/2011_09_30_drive_0033_sync 1409 r\n2011_09_30/2011_09_30_drive_0033_sync 1068 l\n2011_09_30/2011_09_30_drive_0033_sync 766 l\n2011_09_30/2011_09_30_drive_0033_sync 488 r\n2011_09_30/2011_09_30_drive_0033_sync 39 l\n2011_09_30/2011_09_30_drive_0033_sync 899 r\n2011_09_30/2011_09_30_drive_0033_sync 668 l\n2011_09_30/2011_09_30_drive_0033_sync 968 l\n2011_09_30/2011_09_30_drive_0033_sync 622 l\n2011_09_30/2011_09_30_drive_0033_sync 1284 l\n2011_09_30/2011_09_30_drive_0033_sync 1141 l\n2011_09_30/2011_09_30_drive_0033_sync 431 l\n2011_09_30/2011_09_30_drive_0033_sync 1501 l\n2011_09_30/2011_09_30_drive_0033_sync 427 l\n2011_09_30/2011_09_30_drive_0033_sync 466 r\n2011_09_30/2011_09_30_drive_0033_sync 348 l\n2011_09_30/2011_09_30_drive_0033_sync 1453 r\n2011_09_30/2011_09_30_drive_0033_sync 679 r\n2011_09_30/2011_09_30_drive_0033_sync 680 r\n2011_09_30/2011_09_30_drive_0033_sync 1509 l\n2011_09_30/2011_09_30_drive_0033_sync 1367 r\n2011_09_30/2011_09_30_drive_0033_sync 1412 r\n2011_09_30/2011_09_30_drive_0033_sync 1260 r\n2011_09_30/2011_09_30_drive_0033_sync 483 r\n2011_09_30/2011_09_30_drive_0033_sync 1006 r\n2011_09_30/2011_09_30_drive_0033_sync 101 r\n2011_09_30/2011_09_30_drive_0033_sync 1382 l\n2011_09_30/2011_09_30_drive_0033_sync 575 l\n2011_09_30/2011_09_30_drive_0033_sync 520 r\n2011_09_30/2011_09_30_drive_0033_sync 579 l\n2011_09_30/2011_09_30_drive_0033_sync 1319 r\n2011_09_30/2011_09_30_drive_0033_sync 139 r\n2011_09_30/2011_09_30_drive_0033_sync 1137 r\n2011_09_30/2011_09_30_drive_0033_sync 1134 l\n2011_09_30/2011_09_30_drive_0033_sync 1047 l\n2011_09_30/2011_09_30_drive_0033_sync 1413 l\n2011_09_30/2011_09_30_drive_0033_sync 723 l\n2011_09_30/2011_09_30_drive_0033_sync 455 l\n2011_09_30/2011_09_30_drive_0033_sync 316 r\n2011_09_30/2011_09_30_drive_0033_sync 1369 l\n2011_09_30/2011_09_30_drive_0033_sync 279 r\n2011_09_30/2011_09_30_drive_0033_sync 1550 r\n2011_09_30/2011_09_30_drive_0033_sync 854 r\n2011_09_30/2011_09_30_drive_0033_sync 1277 l\n2011_09_30/2011_09_30_drive_0033_sync 1476 l\n2011_09_30/2011_09_30_drive_0033_sync 309 l\n2011_09_30/2011_09_30_drive_0033_sync 850 l\n2011_09_30/2011_09_30_drive_0033_sync 66 l\n2011_09_30/2011_09_30_drive_0033_sync 583 r\n2011_09_30/2011_09_30_drive_0033_sync 563 l\n2011_09_30/2011_09_30_drive_0033_sync 921 l\n2011_09_30/2011_09_30_drive_0033_sync 21 r\n2011_09_30/2011_09_30_drive_0033_sync 26 r\n2011_09_30/2011_09_30_drive_0033_sync 100 r\n2011_09_30/2011_09_30_drive_0033_sync 381 r\n2011_09_30/2011_09_30_drive_0033_sync 1490 r\n2011_09_30/2011_09_30_drive_0033_sync 1188 l\n2011_09_30/2011_09_30_drive_0033_sync 347 r\n2011_09_30/2011_09_30_drive_0033_sync 225 l\n2011_09_30/2011_09_30_drive_0033_sync 469 l\n2011_09_30/2011_09_30_drive_0033_sync 1057 l\n2011_09_30/2011_09_30_drive_0033_sync 890 l\n2011_09_30/2011_09_30_drive_0033_sync 920 l\n2011_09_30/2011_09_30_drive_0033_sync 1062 l\n2011_09_30/2011_09_30_drive_0033_sync 776 l\n2011_09_30/2011_09_30_drive_0033_sync 1195 l\n2011_09_30/2011_09_30_drive_0033_sync 847 r\n2011_09_30/2011_09_30_drive_0033_sync 202 r\n2011_09_30/2011_09_30_drive_0033_sync 1039 r\n2011_09_30/2011_09_30_drive_0033_sync 72 r\n2011_09_30/2011_09_30_drive_0033_sync 1204 l\n2011_09_30/2011_09_30_drive_0033_sync 126 r\n2011_09_30/2011_09_30_drive_0033_sync 745 r\n2011_09_30/2011_09_30_drive_0033_sync 589 r\n2011_09_30/2011_09_30_drive_0033_sync 1543 r\n2011_09_30/2011_09_30_drive_0033_sync 901 l\n2011_09_30/2011_09_30_drive_0033_sync 398 l\n2011_09_30/2011_09_30_drive_0033_sync 1348 r\n2011_09_30/2011_09_30_drive_0033_sync 1386 l\n2011_09_30/2011_09_30_drive_0033_sync 1341 r\n2011_09_30/2011_09_30_drive_0033_sync 631 r\n2011_09_30/2011_09_30_drive_0033_sync 394 l\n2011_09_30/2011_09_30_drive_0033_sync 191 l\n2011_09_30/2011_09_30_drive_0033_sync 1330 l\n2011_09_30/2011_09_30_drive_0033_sync 422 r\n2011_09_30/2011_09_30_drive_0033_sync 810 r\n2011_09_30/2011_09_30_drive_0033_sync 500 r\n2011_09_30/2011_09_30_drive_0033_sync 1320 r\n2011_09_30/2011_09_30_drive_0033_sync 107 l\n2011_09_30/2011_09_30_drive_0033_sync 703 l\n2011_09_30/2011_09_30_drive_0033_sync 51 r\n2011_09_30/2011_09_30_drive_0033_sync 491 l\n2011_09_30/2011_09_30_drive_0033_sync 929 l\n2011_09_30/2011_09_30_drive_0033_sync 499 r\n2011_09_30/2011_09_30_drive_0033_sync 1256 r\n2011_09_30/2011_09_30_drive_0033_sync 91 r\n2011_09_30/2011_09_30_drive_0033_sync 746 r\n2011_09_30/2011_09_30_drive_0033_sync 314 l\n2011_09_30/2011_09_30_drive_0033_sync 396 l\n2011_09_30/2011_09_30_drive_0033_sync 1263 r\n2011_09_30/2011_09_30_drive_0033_sync 477 l\n2011_09_30/2011_09_30_drive_0033_sync 370 l\n2011_09_30/2011_09_30_drive_0033_sync 1228 r\n2011_09_30/2011_09_30_drive_0033_sync 51 l\n2011_09_30/2011_09_30_drive_0033_sync 559 l\n2011_09_30/2011_09_30_drive_0033_sync 907 l\n2011_09_30/2011_09_30_drive_0033_sync 650 r\n2011_09_30/2011_09_30_drive_0033_sync 1540 r\n2011_09_30/2011_09_30_drive_0033_sync 962 r\n2011_09_30/2011_09_30_drive_0033_sync 121 r\n2011_09_30/2011_09_30_drive_0033_sync 406 l\n2011_09_30/2011_09_30_drive_0033_sync 299 r\n2011_09_30/2011_09_30_drive_0033_sync 411 l\n2011_09_30/2011_09_30_drive_0033_sync 632 l\n2011_09_30/2011_09_30_drive_0033_sync 1467 r\n2011_09_30/2011_09_30_drive_0033_sync 677 l\n2011_09_30/2011_09_30_drive_0033_sync 1091 l\n2011_09_30/2011_09_30_drive_0033_sync 1126 r\n2011_09_30/2011_09_30_drive_0033_sync 1005 r\n2011_09_30/2011_09_30_drive_0033_sync 1401 l\n2011_09_30/2011_09_30_drive_0033_sync 1450 r\n2011_09_30/2011_09_30_drive_0033_sync 1510 l\n2011_09_30/2011_09_30_drive_0033_sync 460 r\n2011_09_30/2011_09_30_drive_0033_sync 269 l\n2011_09_30/2011_09_30_drive_0033_sync 697 l\n2011_09_30/2011_09_30_drive_0033_sync 1072 l\n2011_09_30/2011_09_30_drive_0033_sync 547 l\n2011_09_30/2011_09_30_drive_0033_sync 303 r\n2011_09_30/2011_09_30_drive_0033_sync 1586 l\n2011_09_30/2011_09_30_drive_0033_sync 1265 l\n2011_09_30/2011_09_30_drive_0033_sync 1571 r\n2011_09_30/2011_09_30_drive_0033_sync 1398 l\n2011_09_30/2011_09_30_drive_0033_sync 145 r\n2011_09_30/2011_09_30_drive_0033_sync 804 r\n2011_09_30/2011_09_30_drive_0033_sync 1151 l\n2011_09_30/2011_09_30_drive_0033_sync 639 l\n2011_09_30/2011_09_30_drive_0033_sync 950 l\n2011_09_30/2011_09_30_drive_0033_sync 263 r\n2011_09_30/2011_09_30_drive_0033_sync 209 l\n2011_09_30/2011_09_30_drive_0033_sync 233 l\n2011_09_30/2011_09_30_drive_0033_sync 1060 r\n2011_09_30/2011_09_30_drive_0033_sync 522 l\n2011_09_30/2011_09_30_drive_0033_sync 248 l\n2011_09_30/2011_09_30_drive_0033_sync 370 r\n2011_09_30/2011_09_30_drive_0033_sync 8 r\n2011_09_30/2011_09_30_drive_0033_sync 334 l\n2011_09_30/2011_09_30_drive_0033_sync 1307 r\n2011_09_30/2011_09_30_drive_0033_sync 1446 l\n2011_09_30/2011_09_30_drive_0033_sync 537 l\n2011_09_30/2011_09_30_drive_0033_sync 790 r\n2011_09_30/2011_09_30_drive_0033_sync 705 r\n2011_09_30/2011_09_30_drive_0033_sync 115 l\n2011_09_30/2011_09_30_drive_0033_sync 1459 r\n2011_09_30/2011_09_30_drive_0033_sync 773 r\n2011_09_30/2011_09_30_drive_0033_sync 564 l\n2011_09_30/2011_09_30_drive_0033_sync 971 r\n2011_09_30/2011_09_30_drive_0033_sync 755 l\n2011_09_30/2011_09_30_drive_0033_sync 1506 l\n2011_09_30/2011_09_30_drive_0033_sync 1024 r\n2011_09_30/2011_09_30_drive_0033_sync 1394 l\n2011_09_30/2011_09_30_drive_0033_sync 649 r\n2011_09_30/2011_09_30_drive_0033_sync 529 r\n2011_09_30/2011_09_30_drive_0033_sync 1324 l\n2011_09_30/2011_09_30_drive_0033_sync 1038 l\n2011_09_30/2011_09_30_drive_0033_sync 648 r\n2011_09_30/2011_09_30_drive_0033_sync 492 l\n2011_09_30/2011_09_30_drive_0033_sync 1428 l\n2011_09_30/2011_09_30_drive_0033_sync 995 r\n2011_09_30/2011_09_30_drive_0033_sync 340 l\n2011_09_30/2011_09_30_drive_0033_sync 557 l\n2011_09_30/2011_09_30_drive_0033_sync 958 l\n2011_09_30/2011_09_30_drive_0033_sync 1302 r\n2011_09_30/2011_09_30_drive_0033_sync 1175 r\n2011_09_30/2011_09_30_drive_0033_sync 862 l\n2011_09_30/2011_09_30_drive_0033_sync 1537 r\n2011_09_30/2011_09_30_drive_0033_sync 67 r\n2011_09_30/2011_09_30_drive_0033_sync 874 r\n2011_09_30/2011_09_30_drive_0033_sync 99 r\n2011_09_30/2011_09_30_drive_0033_sync 1150 l\n2011_09_30/2011_09_30_drive_0033_sync 714 r\n2011_09_30/2011_09_30_drive_0033_sync 1127 r\n2011_09_30/2011_09_30_drive_0033_sync 1106 l\n2011_09_30/2011_09_30_drive_0033_sync 388 l\n2011_09_30/2011_09_30_drive_0033_sync 1089 l\n2011_09_30/2011_09_30_drive_0033_sync 1432 l\n2011_09_30/2011_09_30_drive_0033_sync 187 r\n2011_09_30/2011_09_30_drive_0033_sync 239 l\n2011_09_30/2011_09_30_drive_0033_sync 743 r\n2011_09_30/2011_09_30_drive_0033_sync 329 l\n2011_09_30/2011_09_30_drive_0033_sync 439 r\n2011_09_30/2011_09_30_drive_0033_sync 1171 l\n2011_09_30/2011_09_30_drive_0033_sync 1265 r\n2011_09_30/2011_09_30_drive_0033_sync 346 l\n2011_09_30/2011_09_30_drive_0033_sync 480 l\n2011_09_30/2011_09_30_drive_0033_sync 721 r\n2011_09_30/2011_09_30_drive_0033_sync 1055 r\n2011_09_30/2011_09_30_drive_0033_sync 973 r\n2011_09_30/2011_09_30_drive_0033_sync 1529 l\n2011_09_30/2011_09_30_drive_0033_sync 941 r\n2011_09_30/2011_09_30_drive_0033_sync 1205 l\n2011_09_30/2011_09_30_drive_0033_sync 554 r\n2011_09_30/2011_09_30_drive_0033_sync 578 l\n2011_09_30/2011_09_30_drive_0033_sync 264 r\n2011_09_30/2011_09_30_drive_0033_sync 802 l\n2011_09_30/2011_09_30_drive_0033_sync 1480 r\n2011_09_30/2011_09_30_drive_0033_sync 579 r\n2011_09_30/2011_09_30_drive_0033_sync 938 r\n2011_09_30/2011_09_30_drive_0033_sync 562 l\n2011_09_30/2011_09_30_drive_0033_sync 181 r\n2011_09_30/2011_09_30_drive_0033_sync 642 l\n2011_09_30/2011_09_30_drive_0033_sync 570 l\n2011_09_30/2011_09_30_drive_0033_sync 379 l\n2011_09_30/2011_09_30_drive_0033_sync 500 l\n2011_09_30/2011_09_30_drive_0033_sync 261 r\n2011_09_30/2011_09_30_drive_0033_sync 926 r\n2011_09_30/2011_09_30_drive_0033_sync 6 l\n2011_09_30/2011_09_30_drive_0033_sync 121 l\n2011_09_30/2011_09_30_drive_0033_sync 531 r\n2011_09_30/2011_09_30_drive_0033_sync 1472 l\n2011_09_30/2011_09_30_drive_0033_sync 761 l\n2011_09_30/2011_09_30_drive_0033_sync 700 r\n2011_09_30/2011_09_30_drive_0033_sync 903 l\n2011_09_30/2011_09_30_drive_0033_sync 366 l\n2011_09_30/2011_09_30_drive_0033_sync 281 r\n2011_09_30/2011_09_30_drive_0033_sync 1136 r\n2011_09_30/2011_09_30_drive_0033_sync 1381 l\n2011_09_30/2011_09_30_drive_0033_sync 148 r\n2011_09_30/2011_09_30_drive_0033_sync 239 r\n2011_09_30/2011_09_30_drive_0033_sync 1156 r\n2011_09_30/2011_09_30_drive_0033_sync 180 l\n2011_09_30/2011_09_30_drive_0033_sync 1516 r\n2011_09_30/2011_09_30_drive_0033_sync 597 r\n2011_09_30/2011_09_30_drive_0033_sync 737 l\n2011_09_30/2011_09_30_drive_0033_sync 1112 l\n2011_09_30/2011_09_30_drive_0033_sync 1172 r\n2011_09_30/2011_09_30_drive_0033_sync 581 l\n2011_09_30/2011_09_30_drive_0033_sync 669 l\n2011_09_30/2011_09_30_drive_0033_sync 864 r\n2011_09_30/2011_09_30_drive_0033_sync 1439 l\n2011_09_30/2011_09_30_drive_0033_sync 1383 l\n2011_09_30/2011_09_30_drive_0033_sync 264 l\n2011_09_30/2011_09_30_drive_0033_sync 793 r\n2011_09_30/2011_09_30_drive_0033_sync 670 r\n2011_09_30/2011_09_30_drive_0033_sync 1590 r\n2011_09_30/2011_09_30_drive_0033_sync 1153 r\n2011_09_30/2011_09_30_drive_0033_sync 1076 l\n2011_09_30/2011_09_30_drive_0033_sync 27 r\n2011_09_30/2011_09_30_drive_0033_sync 550 r\n2011_09_30/2011_09_30_drive_0033_sync 446 r\n2011_09_30/2011_09_30_drive_0033_sync 998 l\n2011_09_30/2011_09_30_drive_0033_sync 1361 r\n2011_09_30/2011_09_30_drive_0033_sync 699 r\n2011_09_30/2011_09_30_drive_0033_sync 1563 r\n2011_09_30/2011_09_30_drive_0033_sync 746 l\n2011_09_30/2011_09_30_drive_0033_sync 1437 l\n2011_09_30/2011_09_30_drive_0033_sync 1035 l\n2011_09_30/2011_09_30_drive_0033_sync 642 r\n2011_09_30/2011_09_30_drive_0033_sync 326 r\n2011_09_30/2011_09_30_drive_0033_sync 1174 l\n2011_09_30/2011_09_30_drive_0033_sync 1152 r\n2011_09_30/2011_09_30_drive_0033_sync 771 r\n2011_09_30/2011_09_30_drive_0033_sync 1199 r\n2011_09_30/2011_09_30_drive_0033_sync 391 r\n2011_09_30/2011_09_30_drive_0033_sync 779 r\n2011_09_30/2011_09_30_drive_0033_sync 1083 r\n2011_09_30/2011_09_30_drive_0033_sync 1046 l\n2011_09_30/2011_09_30_drive_0033_sync 577 l\n2011_09_30/2011_09_30_drive_0033_sync 648 l\n2011_09_30/2011_09_30_drive_0033_sync 733 r\n2011_09_30/2011_09_30_drive_0033_sync 1172 l\n2011_09_30/2011_09_30_drive_0033_sync 713 r\n2011_09_30/2011_09_30_drive_0033_sync 551 l\n2011_09_30/2011_09_30_drive_0033_sync 643 r\n2011_09_30/2011_09_30_drive_0033_sync 1080 r\n2011_09_30/2011_09_30_drive_0033_sync 1360 r\n2011_09_30/2011_09_30_drive_0033_sync 1070 l\n2011_09_30/2011_09_30_drive_0033_sync 739 r\n2011_09_30/2011_09_30_drive_0033_sync 1436 r\n2011_09_30/2011_09_30_drive_0033_sync 713 l\n2011_09_30/2011_09_30_drive_0033_sync 1104 r\n2011_09_30/2011_09_30_drive_0033_sync 461 r\n2011_09_30/2011_09_30_drive_0033_sync 1376 l\n2011_09_30/2011_09_30_drive_0033_sync 804 l\n2011_09_30/2011_09_30_drive_0033_sync 1145 r\n2011_09_30/2011_09_30_drive_0033_sync 589 l\n2011_09_30/2011_09_30_drive_0033_sync 235 r\n2011_09_30/2011_09_30_drive_0033_sync 1378 r\n2011_09_30/2011_09_30_drive_0033_sync 1149 r\n2011_09_30/2011_09_30_drive_0033_sync 1068 r\n2011_09_30/2011_09_30_drive_0033_sync 593 r\n2011_09_30/2011_09_30_drive_0033_sync 931 l\n2011_09_30/2011_09_30_drive_0033_sync 740 l\n2011_09_30/2011_09_30_drive_0033_sync 150 r\n2011_09_30/2011_09_30_drive_0033_sync 390 r\n2011_09_30/2011_09_30_drive_0033_sync 162 l\n2011_09_30/2011_09_30_drive_0033_sync 1127 l\n2011_09_30/2011_09_30_drive_0033_sync 640 l\n2011_09_30/2011_09_30_drive_0033_sync 1578 l\n2011_09_30/2011_09_30_drive_0033_sync 1425 r\n2011_09_30/2011_09_30_drive_0033_sync 768 r\n2011_09_30/2011_09_30_drive_0033_sync 678 l\n2011_09_30/2011_09_30_drive_0033_sync 446 l\n2011_09_30/2011_09_30_drive_0033_sync 734 l\n2011_09_30/2011_09_30_drive_0033_sync 3 l\n2011_09_30/2011_09_30_drive_0033_sync 1058 r\n2011_09_30/2011_09_30_drive_0033_sync 515 l\n2011_09_30/2011_09_30_drive_0033_sync 1313 r\n2011_09_30/2011_09_30_drive_0033_sync 1432 r\n2011_09_30/2011_09_30_drive_0033_sync 748 r\n2011_09_30/2011_09_30_drive_0033_sync 1082 r\n2011_09_30/2011_09_30_drive_0033_sync 1065 l\n2011_09_30/2011_09_30_drive_0033_sync 1563 l\n2011_09_30/2011_09_30_drive_0033_sync 1399 r\n2011_09_30/2011_09_30_drive_0033_sync 883 r\n2011_09_30/2011_09_30_drive_0033_sync 178 r\n2011_09_30/2011_09_30_drive_0033_sync 152 r\n2011_09_30/2011_09_30_drive_0033_sync 916 l\n2011_09_30/2011_09_30_drive_0033_sync 424 r\n2011_09_30/2011_09_30_drive_0033_sync 358 r\n2011_09_30/2011_09_30_drive_0033_sync 287 r\n2011_09_30/2011_09_30_drive_0033_sync 1107 r\n2011_09_30/2011_09_30_drive_0033_sync 701 l\n2011_09_30/2011_09_30_drive_0033_sync 1049 l\n2011_09_30/2011_09_30_drive_0033_sync 159 r\n2011_09_30/2011_09_30_drive_0033_sync 1568 l\n2011_09_30/2011_09_30_drive_0033_sync 105 l\n2011_09_30/2011_09_30_drive_0033_sync 1015 l\n2011_09_30/2011_09_30_drive_0033_sync 196 l\n2011_09_30/2011_09_30_drive_0033_sync 558 r\n2011_09_30/2011_09_30_drive_0033_sync 913 r\n2011_09_30/2011_09_30_drive_0033_sync 1142 l\n2011_09_30/2011_09_30_drive_0033_sync 1286 r\n2011_09_30/2011_09_30_drive_0033_sync 879 l\n2011_09_30/2011_09_30_drive_0033_sync 1347 r\n2011_09_30/2011_09_30_drive_0033_sync 554 l\n2011_09_30/2011_09_30_drive_0033_sync 1214 l\n2011_09_30/2011_09_30_drive_0033_sync 312 l\n2011_09_30/2011_09_30_drive_0033_sync 778 l\n2011_09_30/2011_09_30_drive_0033_sync 238 r\n2011_09_30/2011_09_30_drive_0033_sync 1195 r\n2011_09_30/2011_09_30_drive_0033_sync 1404 r\n2011_09_30/2011_09_30_drive_0033_sync 179 r\n2011_09_30/2011_09_30_drive_0033_sync 156 l\n2011_09_30/2011_09_30_drive_0033_sync 1548 r\n2011_09_30/2011_09_30_drive_0033_sync 548 l\n2011_09_30/2011_09_30_drive_0033_sync 213 r\n2011_09_30/2011_09_30_drive_0033_sync 1399 l\n2011_09_30/2011_09_30_drive_0033_sync 412 l\n2011_09_30/2011_09_30_drive_0033_sync 468 l\n2011_09_30/2011_09_30_drive_0033_sync 1481 r\n2011_09_30/2011_09_30_drive_0033_sync 262 l\n2011_09_30/2011_09_30_drive_0033_sync 130 r\n2011_09_30/2011_09_30_drive_0033_sync 1391 r\n2011_09_30/2011_09_30_drive_0033_sync 1310 r\n2011_09_30/2011_09_30_drive_0033_sync 1566 l\n2011_09_30/2011_09_30_drive_0033_sync 794 l\n2011_09_30/2011_09_30_drive_0033_sync 297 r\n2011_09_30/2011_09_30_drive_0033_sync 217 l\n2011_09_30/2011_09_30_drive_0033_sync 817 l\n2011_09_30/2011_09_30_drive_0033_sync 1388 r\n2011_09_30/2011_09_30_drive_0033_sync 295 r\n2011_09_30/2011_09_30_drive_0033_sync 1061 r\n2011_09_30/2011_09_30_drive_0033_sync 410 r\n2011_09_30/2011_09_30_drive_0033_sync 594 l\n2011_09_30/2011_09_30_drive_0033_sync 659 r\n2011_09_30/2011_09_30_drive_0033_sync 1113 r\n2011_09_30/2011_09_30_drive_0033_sync 367 r\n2011_09_30/2011_09_30_drive_0033_sync 776 r\n2011_09_30/2011_09_30_drive_0033_sync 1196 r\n2011_09_30/2011_09_30_drive_0033_sync 989 r\n2011_09_30/2011_09_30_drive_0033_sync 138 r\n2011_09_30/2011_09_30_drive_0033_sync 1397 r\n2011_09_30/2011_09_30_drive_0033_sync 654 l\n2011_09_30/2011_09_30_drive_0033_sync 727 r\n2011_09_30/2011_09_30_drive_0033_sync 832 l\n2011_09_30/2011_09_30_drive_0033_sync 866 l\n2011_09_30/2011_09_30_drive_0033_sync 615 r\n2011_09_30/2011_09_30_drive_0033_sync 231 l\n2011_09_30/2011_09_30_drive_0033_sync 464 r\n2011_09_30/2011_09_30_drive_0033_sync 608 r\n2011_09_30/2011_09_30_drive_0033_sync 242 l\n2011_09_30/2011_09_30_drive_0033_sync 444 r\n2011_09_30/2011_09_30_drive_0033_sync 118 l\n2011_09_30/2011_09_30_drive_0033_sync 1542 l\n2011_09_30/2011_09_30_drive_0033_sync 808 r\n2011_09_30/2011_09_30_drive_0033_sync 1464 l\n2011_09_30/2011_09_30_drive_0033_sync 525 r\n2011_09_30/2011_09_30_drive_0033_sync 652 r\n2011_09_30/2011_09_30_drive_0033_sync 49 r\n2011_09_30/2011_09_30_drive_0033_sync 245 r\n2011_09_30/2011_09_30_drive_0033_sync 638 l\n2011_09_30/2011_09_30_drive_0033_sync 831 l\n2011_09_30/2011_09_30_drive_0033_sync 689 l\n2011_09_30/2011_09_30_drive_0033_sync 757 l\n2011_09_30/2011_09_30_drive_0033_sync 598 l\n2011_09_30/2011_09_30_drive_0033_sync 329 r\n2011_09_30/2011_09_30_drive_0033_sync 693 r\n2011_09_30/2011_09_30_drive_0033_sync 1019 r\n2011_09_30/2011_09_30_drive_0033_sync 1123 l\n2011_09_30/2011_09_30_drive_0033_sync 627 r\n2011_09_30/2011_09_30_drive_0033_sync 876 r\n2011_09_30/2011_09_30_drive_0033_sync 1370 l\n2011_09_30/2011_09_30_drive_0033_sync 324 r\n2011_09_30/2011_09_30_drive_0033_sync 807 r\n2011_09_30/2011_09_30_drive_0033_sync 597 l\n2011_09_30/2011_09_30_drive_0033_sync 531 l\n2011_09_30/2011_09_30_drive_0033_sync 583 l\n2011_09_30/2011_09_30_drive_0033_sync 50 r\n2011_09_30/2011_09_30_drive_0033_sync 1007 l\n2011_09_30/2011_09_30_drive_0033_sync 996 l\n2011_09_30/2011_09_30_drive_0033_sync 1208 r\n2011_09_30/2011_09_30_drive_0033_sync 407 r\n2011_09_30/2011_09_30_drive_0033_sync 65 l\n2011_09_30/2011_09_30_drive_0033_sync 481 l\n2011_09_30/2011_09_30_drive_0033_sync 1541 l\n2011_09_30/2011_09_30_drive_0033_sync 1027 l\n2011_09_30/2011_09_30_drive_0033_sync 421 l\n2011_09_30/2011_09_30_drive_0033_sync 267 r\n2011_09_30/2011_09_30_drive_0033_sync 979 l\n2011_09_30/2011_09_30_drive_0033_sync 205 l\n2011_09_30/2011_09_30_drive_0033_sync 1128 l\n2011_09_30/2011_09_30_drive_0033_sync 777 r\n2011_09_30/2011_09_30_drive_0033_sync 1128 r\n2011_09_30/2011_09_30_drive_0033_sync 1385 r\n2011_09_30/2011_09_30_drive_0033_sync 353 r\n2011_09_30/2011_09_30_drive_0033_sync 1149 l\n2011_09_30/2011_09_30_drive_0033_sync 489 r\n2011_09_30/2011_09_30_drive_0033_sync 1465 r\n2011_09_30/2011_09_30_drive_0033_sync 24 l\n2011_09_30/2011_09_30_drive_0033_sync 888 l\n2011_09_30/2011_09_30_drive_0033_sync 1375 r\n2011_09_30/2011_09_30_drive_0033_sync 564 r\n2011_09_30/2011_09_30_drive_0033_sync 460 l\n2011_09_30/2011_09_30_drive_0033_sync 770 l\n2011_09_30/2011_09_30_drive_0033_sync 57 l\n2011_09_30/2011_09_30_drive_0033_sync 926 l\n2011_09_30/2011_09_30_drive_0033_sync 501 r\n2011_09_30/2011_09_30_drive_0033_sync 304 l\n2011_09_30/2011_09_30_drive_0033_sync 708 l\n2011_09_30/2011_09_30_drive_0033_sync 354 r\n2011_09_30/2011_09_30_drive_0033_sync 669 r\n2011_09_30/2011_09_30_drive_0033_sync 904 l\n2011_09_30/2011_09_30_drive_0033_sync 1436 l\n2011_09_30/2011_09_30_drive_0033_sync 161 r\n2011_09_30/2011_09_30_drive_0033_sync 1236 l\n2011_09_30/2011_09_30_drive_0033_sync 848 r\n2011_09_30/2011_09_30_drive_0033_sync 1322 l\n2011_09_30/2011_09_30_drive_0033_sync 828 l\n2011_09_30/2011_09_30_drive_0033_sync 1552 r\n2011_09_30/2011_09_30_drive_0033_sync 775 r\n2011_09_30/2011_09_30_drive_0033_sync 1319 l\n2011_09_30/2011_09_30_drive_0033_sync 1343 l\n2011_09_30/2011_09_30_drive_0033_sync 1430 l\n2011_09_30/2011_09_30_drive_0033_sync 172 r\n2011_09_30/2011_09_30_drive_0033_sync 1086 l\n2011_09_30/2011_09_30_drive_0033_sync 547 r\n2011_09_30/2011_09_30_drive_0033_sync 839 l\n2011_09_30/2011_09_30_drive_0033_sync 1074 l\n2011_09_30/2011_09_30_drive_0033_sync 416 r\n2011_09_30/2011_09_30_drive_0033_sync 627 l\n2011_09_30/2011_09_30_drive_0033_sync 1585 l\n2011_09_30/2011_09_30_drive_0033_sync 1559 r\n2011_09_30/2011_09_30_drive_0033_sync 1570 r\n2011_09_30/2011_09_30_drive_0033_sync 475 r\n2011_09_30/2011_09_30_drive_0033_sync 650 l\n2011_09_30/2011_09_30_drive_0033_sync 136 l\n2011_09_30/2011_09_30_drive_0033_sync 365 l\n2011_09_30/2011_09_30_drive_0033_sync 1575 r\n2011_09_30/2011_09_30_drive_0033_sync 251 l\n2011_09_30/2011_09_30_drive_0033_sync 271 l\n2011_09_30/2011_09_30_drive_0033_sync 898 l\n2011_09_30/2011_09_30_drive_0033_sync 1533 l\n2011_09_30/2011_09_30_drive_0033_sync 300 r\n2011_09_30/2011_09_30_drive_0033_sync 104 l\n2011_09_30/2011_09_30_drive_0033_sync 1511 r\n2011_09_30/2011_09_30_drive_0033_sync 628 r\n2011_09_30/2011_09_30_drive_0033_sync 118 r\n2011_09_30/2011_09_30_drive_0033_sync 1222 l\n2011_09_30/2011_09_30_drive_0033_sync 522 r\n2011_09_30/2011_09_30_drive_0033_sync 715 r\n2011_09_30/2011_09_30_drive_0033_sync 66 r\n2011_09_30/2011_09_30_drive_0033_sync 255 r\n2011_09_30/2011_09_30_drive_0033_sync 821 l\n2011_09_30/2011_09_30_drive_0033_sync 1384 l\n2011_09_30/2011_09_30_drive_0033_sync 889 l\n2011_09_30/2011_09_30_drive_0033_sync 32 l\n2011_09_30/2011_09_30_drive_0033_sync 86 r\n2011_09_30/2011_09_30_drive_0033_sync 1158 l\n2011_09_30/2011_09_30_drive_0033_sync 495 l\n2011_09_30/2011_09_30_drive_0033_sync 430 l\n2011_09_30/2011_09_30_drive_0033_sync 1223 r\n2011_09_30/2011_09_30_drive_0033_sync 982 l\n2011_09_30/2011_09_30_drive_0033_sync 13 l\n2011_09_30/2011_09_30_drive_0033_sync 1144 l\n2011_09_30/2011_09_30_drive_0033_sync 1182 l\n2011_09_30/2011_09_30_drive_0033_sync 413 r\n2011_09_30/2011_09_30_drive_0033_sync 484 r\n2011_09_30/2011_09_30_drive_0033_sync 1094 l\n2011_09_30/2011_09_30_drive_0033_sync 1003 r\n2011_09_30/2011_09_30_drive_0033_sync 871 l\n2011_09_30/2011_09_30_drive_0033_sync 193 r\n2011_09_30/2011_09_30_drive_0033_sync 40 r\n2011_09_30/2011_09_30_drive_0033_sync 1300 r\n2011_09_30/2011_09_30_drive_0033_sync 1153 l\n2011_09_30/2011_09_30_drive_0033_sync 802 r\n2011_09_30/2011_09_30_drive_0033_sync 154 l\n2011_09_30/2011_09_30_drive_0033_sync 624 r\n2011_09_30/2011_09_30_drive_0033_sync 654 r\n2011_09_30/2011_09_30_drive_0033_sync 1521 l\n2011_09_30/2011_09_30_drive_0033_sync 707 l\n2011_09_30/2011_09_30_drive_0033_sync 1303 l\n2011_09_30/2011_09_30_drive_0033_sync 464 l\n2011_09_30/2011_09_30_drive_0033_sync 1125 l\n2011_09_30/2011_09_30_drive_0033_sync 1518 l\n2011_09_30/2011_09_30_drive_0033_sync 688 l\n2011_09_30/2011_09_30_drive_0033_sync 1060 l\n2011_09_30/2011_09_30_drive_0033_sync 813 r\n2011_09_30/2011_09_30_drive_0033_sync 605 l\n2011_09_30/2011_09_30_drive_0033_sync 628 l\n2011_09_30/2011_09_30_drive_0033_sync 1397 l\n2011_09_30/2011_09_30_drive_0033_sync 452 r\n2011_09_30/2011_09_30_drive_0033_sync 570 r\n2011_09_30/2011_09_30_drive_0033_sync 1379 r\n2011_09_30/2011_09_30_drive_0033_sync 1357 l\n2011_09_30/2011_09_30_drive_0033_sync 787 r\n2011_09_30/2011_09_30_drive_0033_sync 1206 r\n2011_09_30/2011_09_30_drive_0033_sync 1410 l\n2011_09_30/2011_09_30_drive_0033_sync 50 l\n2011_09_30/2011_09_30_drive_0033_sync 184 r\n2011_09_30/2011_09_30_drive_0033_sync 148 l\n2011_09_30/2011_09_30_drive_0033_sync 1448 r\n2011_09_30/2011_09_30_drive_0033_sync 599 l\n2011_09_30/2011_09_30_drive_0033_sync 353 l\n2011_09_30/2011_09_30_drive_0033_sync 993 l\n2011_09_30/2011_09_30_drive_0033_sync 1280 r\n2011_09_30/2011_09_30_drive_0033_sync 1396 r\n2011_09_30/2011_09_30_drive_0033_sync 846 r\n2011_09_30/2011_09_30_drive_0033_sync 924 l\n2011_09_30/2011_09_30_drive_0033_sync 943 l\n2011_09_30/2011_09_30_drive_0033_sync 1460 r\n2011_09_30/2011_09_30_drive_0033_sync 1478 r\n2011_09_30/2011_09_30_drive_0033_sync 1096 r\n2011_09_30/2011_09_30_drive_0033_sync 318 r\n2011_09_30/2011_09_30_drive_0033_sync 1273 r\n2011_09_30/2011_09_30_drive_0033_sync 279 l\n2011_09_30/2011_09_30_drive_0033_sync 968 r\n2011_09_30/2011_09_30_drive_0033_sync 183 r\n2011_09_30/2011_09_30_drive_0033_sync 314 r\n2011_09_30/2011_09_30_drive_0033_sync 1095 r\n2011_09_30/2011_09_30_drive_0033_sync 1320 l\n2011_09_30/2011_09_30_drive_0033_sync 1207 r\n2011_09_30/2011_09_30_drive_0033_sync 513 l\n2011_09_30/2011_09_30_drive_0033_sync 990 l\n2011_09_30/2011_09_30_drive_0033_sync 291 l\n2011_09_30/2011_09_30_drive_0033_sync 130 l\n2011_09_30/2011_09_30_drive_0033_sync 1534 l\n2011_09_30/2011_09_30_drive_0033_sync 509 r\n2011_09_30/2011_09_30_drive_0033_sync 558 l\n2011_09_30/2011_09_30_drive_0033_sync 88 r\n2011_09_30/2011_09_30_drive_0033_sync 1338 l\n2011_09_30/2011_09_30_drive_0033_sync 1489 r\n2011_09_30/2011_09_30_drive_0033_sync 709 l\n2011_09_30/2011_09_30_drive_0033_sync 1335 l\n2011_09_30/2011_09_30_drive_0033_sync 1459 l\n2011_09_30/2011_09_30_drive_0033_sync 1230 r\n2011_09_30/2011_09_30_drive_0033_sync 438 r\n2011_09_30/2011_09_30_drive_0033_sync 236 l\n2011_09_30/2011_09_30_drive_0033_sync 405 l\n2011_09_30/2011_09_30_drive_0033_sync 1203 l\n2011_09_30/2011_09_30_drive_0033_sync 1194 l\n2011_09_30/2011_09_30_drive_0033_sync 1544 l\n2011_09_30/2011_09_30_drive_0033_sync 507 l\n2011_09_30/2011_09_30_drive_0033_sync 914 l\n2011_09_30/2011_09_30_drive_0033_sync 346 r\n2011_09_30/2011_09_30_drive_0033_sync 927 l\n2011_09_30/2011_09_30_drive_0033_sync 134 l\n2011_09_30/2011_09_30_drive_0033_sync 517 l\n2011_09_30/2011_09_30_drive_0033_sync 1130 l\n2011_09_30/2011_09_30_drive_0033_sync 1135 l\n2011_09_30/2011_09_30_drive_0033_sync 373 l\n2011_09_30/2011_09_30_drive_0033_sync 1204 r\n2011_09_30/2011_09_30_drive_0033_sync 90 r\n2011_09_30/2011_09_30_drive_0033_sync 14 r\n2011_09_30/2011_09_30_drive_0033_sync 1311 l\n2011_09_30/2011_09_30_drive_0033_sync 947 r\n2011_09_30/2011_09_30_drive_0033_sync 192 r\n2011_09_30/2011_09_30_drive_0033_sync 819 r\n2011_09_30/2011_09_30_drive_0033_sync 719 l\n2011_09_30/2011_09_30_drive_0033_sync 406 r\n2011_09_30/2011_09_30_drive_0033_sync 466 l\n2011_09_30/2011_09_30_drive_0033_sync 1180 r\n2011_09_30/2011_09_30_drive_0033_sync 1377 l\n2011_09_30/2011_09_30_drive_0033_sync 1332 l\n2011_09_30/2011_09_30_drive_0033_sync 709 r\n2011_09_30/2011_09_30_drive_0033_sync 672 r\n2011_09_30/2011_09_30_drive_0033_sync 1017 r\n2011_09_30/2011_09_30_drive_0033_sync 52 r\n2011_09_30/2011_09_30_drive_0033_sync 69 l\n2011_09_30/2011_09_30_drive_0033_sync 20 r\n2011_09_30/2011_09_30_drive_0033_sync 1226 l\n2011_09_30/2011_09_30_drive_0033_sync 792 r\n2011_09_30/2011_09_30_drive_0033_sync 1132 r\n2011_09_30/2011_09_30_drive_0033_sync 614 l\n2011_09_30/2011_09_30_drive_0033_sync 1396 l\n2011_09_30/2011_09_30_drive_0033_sync 364 r\n2011_09_30/2011_09_30_drive_0033_sync 201 l\n2011_09_30/2011_09_30_drive_0033_sync 1330 r\n2011_09_30/2011_09_30_drive_0033_sync 373 r\n2011_09_30/2011_09_30_drive_0033_sync 1298 l\n2011_09_30/2011_09_30_drive_0033_sync 199 l\n2011_09_30/2011_09_30_drive_0033_sync 413 l\n2011_09_30/2011_09_30_drive_0033_sync 1190 r\n2011_09_30/2011_09_30_drive_0033_sync 1243 l\n2011_09_30/2011_09_30_drive_0033_sync 1224 r\n2011_09_30/2011_09_30_drive_0033_sync 1332 r\n2011_09_30/2011_09_30_drive_0033_sync 845 l\n2011_09_30/2011_09_30_drive_0033_sync 1225 l\n2011_09_30/2011_09_30_drive_0033_sync 1099 r\n2011_09_30/2011_09_30_drive_0033_sync 97 l\n2011_09_30/2011_09_30_drive_0033_sync 805 r\n2011_09_30/2011_09_30_drive_0033_sync 389 r\n2011_09_30/2011_09_30_drive_0033_sync 1147 r\n2011_09_30/2011_09_30_drive_0033_sync 1451 r\n2011_09_30/2011_09_30_drive_0033_sync 9 l\n2011_09_30/2011_09_30_drive_0033_sync 742 r\n2011_09_30/2011_09_30_drive_0033_sync 538 l\n2011_09_30/2011_09_30_drive_0033_sync 375 r\n2011_09_30/2011_09_30_drive_0033_sync 1534 r\n2011_09_30/2011_09_30_drive_0033_sync 841 r\n2011_09_30/2011_09_30_drive_0033_sync 95 l\n2011_09_30/2011_09_30_drive_0033_sync 81 l\n2011_09_30/2011_09_30_drive_0033_sync 1050 r\n2011_09_30/2011_09_30_drive_0033_sync 334 r\n2011_09_30/2011_09_30_drive_0033_sync 1279 l\n2011_09_30/2011_09_30_drive_0033_sync 1129 r\n2011_09_30/2011_09_30_drive_0033_sync 190 r\n2011_09_30/2011_09_30_drive_0033_sync 1054 r\n2011_09_30/2011_09_30_drive_0033_sync 1389 l\n2011_09_30/2011_09_30_drive_0033_sync 1202 r\n2011_09_30/2011_09_30_drive_0033_sync 68 r\n2011_09_30/2011_09_30_drive_0033_sync 189 l\n2011_09_30/2011_09_30_drive_0033_sync 1269 l\n2011_09_30/2011_09_30_drive_0033_sync 536 r\n2011_09_30/2011_09_30_drive_0033_sync 702 r\n2011_09_30/2011_09_30_drive_0033_sync 764 r\n2011_09_30/2011_09_30_drive_0033_sync 1517 l\n2011_09_30/2011_09_30_drive_0033_sync 4 l\n2011_09_30/2011_09_30_drive_0033_sync 1316 l\n2011_09_30/2011_09_30_drive_0033_sync 76 l\n2011_09_30/2011_09_30_drive_0033_sync 696 r\n2011_09_30/2011_09_30_drive_0033_sync 361 r\n2011_09_30/2011_09_30_drive_0033_sync 1037 l\n2011_09_30/2011_09_30_drive_0033_sync 735 l\n2011_09_30/2011_09_30_drive_0033_sync 1463 l\n2011_09_30/2011_09_30_drive_0033_sync 472 r\n2011_09_30/2011_09_30_drive_0033_sync 502 l\n2011_09_30/2011_09_30_drive_0033_sync 4 r\n2011_09_30/2011_09_30_drive_0033_sync 865 r\n2011_09_30/2011_09_30_drive_0033_sync 1366 l\n2011_09_30/2011_09_30_drive_0033_sync 1480 l\n2011_09_30/2011_09_30_drive_0033_sync 234 r\n2011_09_30/2011_09_30_drive_0033_sync 1381 r\n2011_09_30/2011_09_30_drive_0033_sync 803 r\n2011_09_30/2011_09_30_drive_0033_sync 1064 r\n2011_09_30/2011_09_30_drive_0033_sync 825 l\n2011_09_30/2011_09_30_drive_0033_sync 1108 r\n2011_09_30/2011_09_30_drive_0033_sync 753 r\n2011_09_30/2011_09_30_drive_0033_sync 1179 l\n2011_09_30/2011_09_30_drive_0033_sync 307 r\n2011_09_30/2011_09_30_drive_0033_sync 278 r\n2011_09_30/2011_09_30_drive_0033_sync 1328 l\n2011_09_30/2011_09_30_drive_0033_sync 1198 r\n2011_09_30/2011_09_30_drive_0033_sync 469 r\n2011_09_30/2011_09_30_drive_0033_sync 1257 l\n2011_09_30/2011_09_30_drive_0033_sync 646 l\n2011_09_30/2011_09_30_drive_0033_sync 1315 l\n2011_09_30/2011_09_30_drive_0033_sync 843 l\n2011_09_30/2011_09_30_drive_0033_sync 918 l\n2011_09_30/2011_09_30_drive_0033_sync 594 r\n2011_09_30/2011_09_30_drive_0033_sync 759 l\n2011_09_30/2011_09_30_drive_0033_sync 763 r\n2011_09_30/2011_09_30_drive_0033_sync 142 r\n2011_09_30/2011_09_30_drive_0033_sync 322 l\n2011_09_30/2011_09_30_drive_0033_sync 276 l\n2011_09_30/2011_09_30_drive_0033_sync 149 r\n2011_09_30/2011_09_30_drive_0033_sync 818 r\n2011_09_30/2011_09_30_drive_0033_sync 663 r\n2011_09_30/2011_09_30_drive_0033_sync 651 l\n2011_09_30/2011_09_30_drive_0033_sync 900 l\n2011_09_30/2011_09_30_drive_0033_sync 1304 l\n2011_09_30/2011_09_30_drive_0033_sync 615 l\n2011_09_30/2011_09_30_drive_0033_sync 1120 l\n2011_09_30/2011_09_30_drive_0033_sync 487 r\n2011_09_30/2011_09_30_drive_0033_sync 7 l\n2011_09_30/2011_09_30_drive_0033_sync 818 l\n2011_09_30/2011_09_30_drive_0033_sync 728 r\n2011_09_30/2011_09_30_drive_0033_sync 1483 r\n2011_09_30/2011_09_30_drive_0033_sync 1342 l\n2011_09_30/2011_09_30_drive_0033_sync 1244 l\n2011_09_30/2011_09_30_drive_0033_sync 535 r\n2011_09_30/2011_09_30_drive_0033_sync 283 r\n2011_09_30/2011_09_30_drive_0033_sync 678 r\n2011_09_30/2011_09_30_drive_0033_sync 34 l\n2011_09_30/2011_09_30_drive_0033_sync 975 l\n2011_09_30/2011_09_30_drive_0033_sync 75 r\n2011_09_30/2011_09_30_drive_0033_sync 572 r\n2011_09_30/2011_09_30_drive_0033_sync 1059 l\n2011_09_30/2011_09_30_drive_0033_sync 232 l\n2011_09_30/2011_09_30_drive_0033_sync 214 l\n2011_09_30/2011_09_30_drive_0033_sync 161 l\n2011_09_30/2011_09_30_drive_0033_sync 368 r\n2011_09_30/2011_09_30_drive_0033_sync 355 l\n2011_09_30/2011_09_30_drive_0033_sync 330 r\n2011_09_30/2011_09_30_drive_0033_sync 970 r\n2011_09_30/2011_09_30_drive_0033_sync 1036 r\n2011_09_30/2011_09_30_drive_0033_sync 1577 l\n2011_09_30/2011_09_30_drive_0033_sync 378 r\n2011_09_30/2011_09_30_drive_0033_sync 402 l\n2011_09_30/2011_09_30_drive_0033_sync 25 l\n2011_09_30/2011_09_30_drive_0033_sync 844 r\n2011_09_30/2011_09_30_drive_0033_sync 893 r\n2011_09_30/2011_09_30_drive_0033_sync 1267 r\n2011_09_30/2011_09_30_drive_0033_sync 103 l\n2011_09_30/2011_09_30_drive_0033_sync 805 l\n2011_09_30/2011_09_30_drive_0033_sync 1209 l\n2011_09_30/2011_09_30_drive_0033_sync 317 l\n2011_09_30/2011_09_30_drive_0033_sync 667 l\n2011_09_30/2011_09_30_drive_0033_sync 201 r\n2011_09_30/2011_09_30_drive_0033_sync 241 l\n2011_09_30/2011_09_30_drive_0033_sync 694 l\n2011_09_30/2011_09_30_drive_0033_sync 100 l\n2011_09_30/2011_09_30_drive_0033_sync 948 l\n2011_09_30/2011_09_30_drive_0033_sync 286 l\n2011_09_30/2011_09_30_drive_0033_sync 870 r\n2011_09_30/2011_09_30_drive_0033_sync 689 r\n2011_09_30/2011_09_30_drive_0033_sync 281 l\n2011_09_30/2011_09_30_drive_0033_sync 22 l\n2011_09_30/2011_09_30_drive_0033_sync 1338 r\n2011_09_30/2011_09_30_drive_0033_sync 162 r\n2011_09_30/2011_09_30_drive_0033_sync 1245 l\n2011_09_30/2011_09_30_drive_0033_sync 1516 l\n2011_09_30/2011_09_30_drive_0033_sync 331 l\n2011_09_30/2011_09_30_drive_0033_sync 586 l\n2011_09_30/2011_09_30_drive_0033_sync 306 r\n2011_09_30/2011_09_30_drive_0033_sync 882 r\n2011_09_30/2011_09_30_drive_0033_sync 602 l\n2011_09_30/2011_09_30_drive_0033_sync 530 r\n2011_09_30/2011_09_30_drive_0033_sync 647 r\n2011_09_30/2011_09_30_drive_0033_sync 894 r\n2011_09_30/2011_09_30_drive_0033_sync 987 l\n2011_09_30/2011_09_30_drive_0033_sync 1048 r\n2011_09_30/2011_09_30_drive_0033_sync 919 l\n2011_09_30/2011_09_30_drive_0033_sync 441 r\n2011_09_30/2011_09_30_drive_0033_sync 125 l\n2011_09_30/2011_09_30_drive_0033_sync 868 l\n2011_09_30/2011_09_30_drive_0033_sync 895 l\n2011_09_30/2011_09_30_drive_0033_sync 1169 r\n2011_09_30/2011_09_30_drive_0033_sync 1540 l\n2011_09_30/2011_09_30_drive_0033_sync 809 l\n2011_09_30/2011_09_30_drive_0033_sync 337 l\n2011_09_30/2011_09_30_drive_0033_sync 1199 l\n2011_09_30/2011_09_30_drive_0033_sync 763 l\n2011_09_30/2011_09_30_drive_0033_sync 792 l\n2011_09_30/2011_09_30_drive_0033_sync 1383 r\n2011_09_30/2011_09_30_drive_0033_sync 167 r\n2011_09_30/2011_09_30_drive_0033_sync 739 l\n2011_09_30/2011_09_30_drive_0033_sync 351 r\n2011_09_30/2011_09_30_drive_0033_sync 1461 l\n2011_09_30/2011_09_30_drive_0033_sync 1349 r\n2011_09_30/2011_09_30_drive_0033_sync 789 l\n2011_09_30/2011_09_30_drive_0033_sync 909 l\n2011_09_30/2011_09_30_drive_0033_sync 1066 l\n2011_09_30/2011_09_30_drive_0033_sync 1568 r\n2011_09_30/2011_09_30_drive_0033_sync 415 r\n2011_09_30/2011_09_30_drive_0033_sync 88 l\n2011_09_30/2011_09_30_drive_0033_sync 1423 l\n2011_09_30/2011_09_30_drive_0033_sync 1508 r\n2011_09_30/2011_09_30_drive_0033_sync 827 l\n2011_09_30/2011_09_30_drive_0033_sync 576 r\n2011_09_30/2011_09_30_drive_0033_sync 1528 r\n2011_09_30/2011_09_30_drive_0033_sync 540 l\n2011_09_30/2011_09_30_drive_0033_sync 63 l\n2011_09_30/2011_09_30_drive_0033_sync 1050 l\n2011_09_30/2011_09_30_drive_0033_sync 549 l\n2011_09_30/2011_09_30_drive_0033_sync 1494 r\n2011_09_30/2011_09_30_drive_0033_sync 501 l\n2011_09_30/2011_09_30_drive_0033_sync 1342 r\n2011_09_30/2011_09_30_drive_0033_sync 920 r\n2011_09_30/2011_09_30_drive_0033_sync 5 l\n2011_09_30/2011_09_30_drive_0033_sync 79 r\n2011_09_30/2011_09_30_drive_0033_sync 10 l\n2011_09_30/2011_09_30_drive_0033_sync 824 l\n2011_09_30/2011_09_30_drive_0033_sync 295 l\n2011_09_30/2011_09_30_drive_0033_sync 1587 l\n2011_09_30/2011_09_30_drive_0033_sync 1249 l\n2011_09_30/2011_09_30_drive_0033_sync 1492 r\n2011_09_30/2011_09_30_drive_0033_sync 694 r\n2011_09_30/2011_09_30_drive_0033_sync 237 l\n2011_09_30/2011_09_30_drive_0033_sync 1412 l\n2011_09_30/2011_09_30_drive_0033_sync 1561 r\n2011_09_30/2011_09_30_drive_0033_sync 104 r\n2011_09_30/2011_09_30_drive_0033_sync 797 r\n2011_09_30/2011_09_30_drive_0033_sync 783 l\n2011_09_30/2011_09_30_drive_0033_sync 1530 l\n2011_09_30/2011_09_30_drive_0033_sync 176 l\n2011_09_30/2011_09_30_drive_0033_sync 266 r\n2011_09_30/2011_09_30_drive_0033_sync 1178 l\n2011_09_30/2011_09_30_drive_0033_sync 220 l\n2011_09_30/2011_09_30_drive_0033_sync 1359 l\n2011_09_30/2011_09_30_drive_0033_sync 1277 r\n2011_09_30/2011_09_30_drive_0033_sync 911 l\n2011_09_30/2011_09_30_drive_0033_sync 514 l\n2011_09_30/2011_09_30_drive_0033_sync 542 l\n2011_09_30/2011_09_30_drive_0033_sync 37 l\n2011_09_30/2011_09_30_drive_0033_sync 1560 r\n2011_09_30/2011_09_30_drive_0033_sync 1372 r\n2011_09_30/2011_09_30_drive_0033_sync 806 l\n2011_09_30/2011_09_30_drive_0033_sync 629 l\n2011_09_30/2011_09_30_drive_0033_sync 414 l\n2011_09_30/2011_09_30_drive_0033_sync 1292 r\n2011_09_30/2011_09_30_drive_0033_sync 969 l\n2011_09_30/2011_09_30_drive_0033_sync 934 l\n2011_09_30/2011_09_30_drive_0033_sync 1488 l\n2011_09_30/2011_09_30_drive_0033_sync 258 r\n2011_09_30/2011_09_30_drive_0033_sync 467 r\n2011_09_30/2011_09_30_drive_0033_sync 618 r\n2011_09_30/2011_09_30_drive_0033_sync 1350 r\n2011_09_30/2011_09_30_drive_0033_sync 591 l\n2011_09_30/2011_09_30_drive_0033_sync 1433 l\n2011_09_30/2011_09_30_drive_0033_sync 184 l\n2011_09_30/2011_09_30_drive_0033_sync 884 r\n2011_09_30/2011_09_30_drive_0033_sync 986 l\n2011_09_30/2011_09_30_drive_0033_sync 1283 l\n2011_09_30/2011_09_30_drive_0033_sync 629 r\n2011_09_30/2011_09_30_drive_0033_sync 210 r\n2011_09_30/2011_09_30_drive_0033_sync 1487 l\n2011_09_30/2011_09_30_drive_0033_sync 357 r\n2011_09_30/2011_09_30_drive_0033_sync 323 r\n2011_09_30/2011_09_30_drive_0033_sync 875 l\n2011_09_30/2011_09_30_drive_0033_sync 155 l\n2011_09_30/2011_09_30_drive_0033_sync 28 l\n2011_09_30/2011_09_30_drive_0033_sync 102 r\n2011_09_30/2011_09_30_drive_0033_sync 545 l\n2011_09_30/2011_09_30_drive_0033_sync 1504 r\n2011_09_30/2011_09_30_drive_0033_sync 649 l\n2011_09_30/2011_09_30_drive_0033_sync 845 r\n2011_09_30/2011_09_30_drive_0033_sync 1288 l\n2011_09_30/2011_09_30_drive_0033_sync 614 r\n2011_09_30/2011_09_30_drive_0033_sync 324 l\n2011_09_30/2011_09_30_drive_0033_sync 1363 l\n2011_09_30/2011_09_30_drive_0033_sync 96 r\n2011_09_30/2011_09_30_drive_0033_sync 1554 l\n2011_09_30/2011_09_30_drive_0033_sync 701 r\n2011_09_30/2011_09_30_drive_0033_sync 1076 r\n2011_09_30/2011_09_30_drive_0033_sync 74 l\n2011_09_30/2011_09_30_drive_0033_sync 881 r\n2011_09_30/2011_09_30_drive_0033_sync 169 r\n2011_09_30/2011_09_30_drive_0033_sync 758 l\n2011_09_30/2011_09_30_drive_0033_sync 190 l\n2011_09_30/2011_09_30_drive_0033_sync 369 l\n2011_09_30/2011_09_30_drive_0033_sync 588 r\n2011_09_30/2011_09_30_drive_0033_sync 30 l\n2011_09_30/2011_09_30_drive_0033_sync 1525 l\n2011_09_30/2011_09_30_drive_0033_sync 774 r\n2011_09_30/2011_09_30_drive_0033_sync 1518 r\n2011_09_30/2011_09_30_drive_0033_sync 961 r\n2011_09_30/2011_09_30_drive_0033_sync 1329 r\n2011_09_30/2011_09_30_drive_0033_sync 1108 l\n2011_09_30/2011_09_30_drive_0033_sync 110 l\n2011_09_30/2011_09_30_drive_0033_sync 196 r\n2011_09_30/2011_09_30_drive_0033_sync 1116 l\n2011_09_30/2011_09_30_drive_0033_sync 895 r\n2011_09_30/2011_09_30_drive_0033_sync 1299 l\n2011_09_30/2011_09_30_drive_0033_sync 1495 l\n2011_09_30/2011_09_30_drive_0033_sync 215 r\n2011_09_30/2011_09_30_drive_0033_sync 643 l\n2011_09_30/2011_09_30_drive_0033_sync 872 r\n2011_09_30/2011_09_30_drive_0033_sync 158 l\n2011_09_30/2011_09_30_drive_0033_sync 376 r\n2011_09_30/2011_09_30_drive_0033_sync 1237 r\n2011_09_30/2011_09_30_drive_0033_sync 1336 r\n2011_09_30/2011_09_30_drive_0033_sync 30 r\n2011_09_30/2011_09_30_drive_0033_sync 1470 r\n2011_09_30/2011_09_30_drive_0033_sync 1296 l\n2011_09_30/2011_09_30_drive_0033_sync 1306 l\n2011_09_30/2011_09_30_drive_0033_sync 210 l\n2011_09_30/2011_09_30_drive_0033_sync 1043 l\n2011_09_30/2011_09_30_drive_0033_sync 1004 r\n2011_09_30/2011_09_30_drive_0033_sync 1118 r\n2011_09_30/2011_09_30_drive_0033_sync 490 l\n2011_09_30/2011_09_30_drive_0033_sync 1391 l\n2011_09_30/2011_09_30_drive_0033_sync 5 r\n2011_09_30/2011_09_30_drive_0033_sync 302 r\n2011_09_30/2011_09_30_drive_0033_sync 971 l\n2011_09_30/2011_09_30_drive_0033_sync 384 l\n2011_09_30/2011_09_30_drive_0033_sync 561 l\n2011_09_30/2011_09_30_drive_0033_sync 1547 r\n2011_09_30/2011_09_30_drive_0033_sync 302 l\n2011_09_30/2011_09_30_drive_0033_sync 768 l\n2011_09_30/2011_09_30_drive_0033_sync 1118 l\n2011_09_30/2011_09_30_drive_0033_sync 1239 l\n2011_09_30/2011_09_30_drive_0033_sync 1562 l\n2011_09_30/2011_09_30_drive_0033_sync 942 l\n2011_09_30/2011_09_30_drive_0033_sync 1287 l\n2011_09_30/2011_09_30_drive_0033_sync 552 r\n2011_09_30/2011_09_30_drive_0033_sync 92 r\n2011_09_30/2011_09_30_drive_0033_sync 592 r\n2011_09_30/2011_09_30_drive_0033_sync 186 l\n2011_09_30/2011_09_30_drive_0033_sync 1197 l\n2011_09_30/2011_09_30_drive_0033_sync 474 l\n2011_09_30/2011_09_30_drive_0033_sync 1499 r\n2011_09_30/2011_09_30_drive_0033_sync 1111 r\n2011_09_30/2011_09_30_drive_0033_sync 833 l\n2011_09_30/2011_09_30_drive_0033_sync 301 r\n2011_09_30/2011_09_30_drive_0033_sync 682 r\n2011_09_30/2011_09_30_drive_0033_sync 1387 r\n2011_09_30/2011_09_30_drive_0033_sync 1380 r\n2011_09_30/2011_09_30_drive_0033_sync 236 r\n2011_09_30/2011_09_30_drive_0033_sync 1573 r\n2011_09_30/2011_09_30_drive_0033_sync 42 r\n2011_09_30/2011_09_30_drive_0033_sync 1105 l\n2011_09_30/2011_09_30_drive_0033_sync 824 r\n2011_09_30/2011_09_30_drive_0033_sync 408 r\n2011_09_30/2011_09_30_drive_0033_sync 702 l\n2011_09_30/2011_09_30_drive_0033_sync 761 r\n2011_09_30/2011_09_30_drive_0033_sync 1084 l\n2011_09_30/2011_09_30_drive_0033_sync 274 r\n2011_09_30/2011_09_30_drive_0033_sync 617 l\n2011_09_30/2011_09_30_drive_0033_sync 1438 l\n2011_09_30/2011_09_30_drive_0033_sync 114 l\n2011_09_30/2011_09_30_drive_0033_sync 1557 r\n2011_09_30/2011_09_30_drive_0033_sync 1485 r\n2011_09_30/2011_09_30_drive_0033_sync 1464 r\n2011_09_30/2011_09_30_drive_0033_sync 1307 l\n2011_09_30/2011_09_30_drive_0033_sync 254 r\n2011_09_30/2011_09_30_drive_0033_sync 1567 r\n2011_09_30/2011_09_30_drive_0033_sync 1049 r\n2011_09_30/2011_09_30_drive_0033_sync 359 r\n2011_09_30/2011_09_30_drive_0033_sync 1519 r\n2011_09_30/2011_09_30_drive_0033_sync 1351 r\n2011_09_30/2011_09_30_drive_0033_sync 1243 r\n2011_09_30/2011_09_30_drive_0033_sync 1097 r\n2011_09_30/2011_09_30_drive_0033_sync 1099 l\n2011_09_30/2011_09_30_drive_0033_sync 335 l\n2011_09_30/2011_09_30_drive_0033_sync 1382 r\n2011_09_30/2011_09_30_drive_0033_sync 1231 l\n2011_09_30/2011_09_30_drive_0033_sync 284 r\n2011_09_30/2011_09_30_drive_0033_sync 785 l\n2011_09_30/2011_09_30_drive_0033_sync 633 l\n2011_09_30/2011_09_30_drive_0033_sync 767 r\n2011_09_30/2011_09_30_drive_0033_sync 1053 l\n2011_09_30/2011_09_30_drive_0033_sync 498 l\n2011_09_30/2011_09_30_drive_0033_sync 834 l\n2011_09_30/2011_09_30_drive_0033_sync 1458 l\n2011_09_30/2011_09_30_drive_0033_sync 1317 l\n2011_09_30/2011_09_30_drive_0033_sync 806 r\n2011_09_30/2011_09_30_drive_0033_sync 47 l\n2011_09_30/2011_09_30_drive_0033_sync 1564 l\n2011_09_30/2011_09_30_drive_0033_sync 1144 r\n2011_09_30/2011_09_30_drive_0033_sync 38 l\n2011_09_30/2011_09_30_drive_0033_sync 15 r\n2011_09_30/2011_09_30_drive_0033_sync 1353 l\n2011_09_30/2011_09_30_drive_0033_sync 174 l\n2011_09_30/2011_09_30_drive_0033_sync 1452 l\n2011_09_30/2011_09_30_drive_0033_sync 1055 l\n2011_09_30/2011_09_30_drive_0033_sync 634 l\n2011_09_30/2011_09_30_drive_0033_sync 1196 l\n2011_09_30/2011_09_30_drive_0033_sync 1239 r\n2011_09_30/2011_09_30_drive_0033_sync 1473 l\n2011_09_30/2011_09_30_drive_0033_sync 1346 r\n2011_09_30/2011_09_30_drive_0033_sync 556 r\n2011_09_30/2011_09_30_drive_0033_sync 1140 l\n2011_09_30/2011_09_30_drive_0033_sync 1071 l\n2011_09_30/2011_09_30_drive_0033_sync 1455 r\n2011_09_30/2011_09_30_drive_0033_sync 555 l\n2011_09_30/2011_09_30_drive_0033_sync 29 r\n2011_09_30/2011_09_30_drive_0033_sync 911 r\n2011_09_30/2011_09_30_drive_0033_sync 1145 l\n2011_09_30/2011_09_30_drive_0033_sync 1442 r\n2011_09_30/2011_09_30_drive_0033_sync 227 r\n2011_09_30/2011_09_30_drive_0033_sync 1445 r\n2011_09_30/2011_09_30_drive_0033_sync 1437 r\n2011_09_30/2011_09_30_drive_0033_sync 1537 l\n2011_09_30/2011_09_30_drive_0033_sync 987 r\n2011_09_30/2011_09_30_drive_0033_sync 908 l\n2011_09_30/2011_09_30_drive_0033_sync 1485 l\n2011_09_30/2011_09_30_drive_0033_sync 781 r\n2011_09_30/2011_09_30_drive_0033_sync 374 r\n2011_09_30/2011_09_30_drive_0033_sync 1179 r\n2011_09_30/2011_09_30_drive_0033_sync 691 r\n2011_09_30/2011_09_30_drive_0033_sync 163 l\n2011_09_30/2011_09_30_drive_0033_sync 1318 l\n2011_09_30/2011_09_30_drive_0033_sync 915 l\n2011_09_30/2011_09_30_drive_0033_sync 419 l\n2011_09_30/2011_09_30_drive_0033_sync 521 r\n2011_09_30/2011_09_30_drive_0033_sync 1157 r\n2011_09_30/2011_09_30_drive_0033_sync 475 l\n2011_09_30/2011_09_30_drive_0033_sync 299 l\n2011_09_30/2011_09_30_drive_0033_sync 296 r\n2011_09_30/2011_09_30_drive_0033_sync 1483 l\n2011_09_30/2011_09_30_drive_0033_sync 1132 l\n2011_09_30/2011_09_30_drive_0033_sync 902 r\n2011_09_30/2011_09_30_drive_0033_sync 376 l\n2011_09_30/2011_09_30_drive_0033_sync 1014 l\n2011_09_30/2011_09_30_drive_0033_sync 880 l\n2011_09_30/2011_09_30_drive_0033_sync 1417 l\n2011_09_30/2011_09_30_drive_0033_sync 1532 r\n2011_09_30/2011_09_30_drive_0033_sync 1193 r\n2011_09_30/2011_09_30_drive_0033_sync 1230 l\n2011_09_30/2011_09_30_drive_0033_sync 1409 l\n2011_09_30/2011_09_30_drive_0033_sync 1360 l\n2011_09_30/2011_09_30_drive_0033_sync 1017 l\n2011_09_30/2011_09_30_drive_0033_sync 209 r\n2011_09_30/2011_09_30_drive_0033_sync 319 r\n2011_09_30/2011_09_30_drive_0033_sync 1189 l\n2011_09_30/2011_09_30_drive_0033_sync 667 r\n2011_09_30/2011_09_30_drive_0033_sync 510 l\n2011_09_30/2011_09_30_drive_0033_sync 1166 l\n2011_09_30/2011_09_30_drive_0033_sync 1562 r\n2011_09_30/2011_09_30_drive_0033_sync 1100 r\n2011_09_30/2011_09_30_drive_0033_sync 404 r\n2011_09_30/2011_09_30_drive_0033_sync 952 l\n2011_09_30/2011_09_30_drive_0033_sync 773 l\n2011_09_30/2011_09_30_drive_0033_sync 518 l\n2011_09_30/2011_09_30_drive_0033_sync 1061 l\n2011_09_30/2011_09_30_drive_0033_sync 1357 r\n2011_09_30/2011_09_30_drive_0033_sync 187 l\n2011_09_30/2011_09_30_drive_0033_sync 1016 r\n2011_09_30/2011_09_30_drive_0033_sync 1069 r\n2011_09_30/2011_09_30_drive_0033_sync 722 r\n2011_09_30/2011_09_30_drive_0033_sync 1163 l\n2011_09_30/2011_09_30_drive_0033_sync 1285 r\n2011_09_30/2011_09_30_drive_0033_sync 1296 r\n2011_09_30/2011_09_30_drive_0033_sync 1559 l\n2011_09_30/2011_09_30_drive_0033_sync 1250 l\n2011_09_30/2011_09_30_drive_0033_sync 831 r\n2011_09_30/2011_09_30_drive_0033_sync 828 r\n2011_09_30/2011_09_30_drive_0033_sync 1408 l\n2011_09_30/2011_09_30_drive_0033_sync 823 r\n2011_09_30/2011_09_30_drive_0033_sync 1583 l\n2011_09_30/2011_09_30_drive_0033_sync 1297 r\n2011_09_30/2011_09_30_drive_0033_sync 309 r\n2011_09_30/2011_09_30_drive_0033_sync 1138 r\n2011_09_30/2011_09_30_drive_0033_sync 1026 r\n2011_09_30/2011_09_30_drive_0033_sync 463 r\n2011_09_30/2011_09_30_drive_0033_sync 1110 l\n2011_09_30/2011_09_30_drive_0033_sync 22 r\n2011_09_30/2011_09_30_drive_0033_sync 400 l\n2011_09_30/2011_09_30_drive_0033_sync 230 r\n2011_09_30/2011_09_30_drive_0033_sync 1549 l\n2011_09_30/2011_09_30_drive_0033_sync 1292 l\n2011_09_30/2011_09_30_drive_0033_sync 240 r\n2011_09_30/2011_09_30_drive_0033_sync 892 l\n2011_09_30/2011_09_30_drive_0033_sync 268 l\n2011_09_30/2011_09_30_drive_0033_sync 519 r\n2011_09_30/2011_09_30_drive_0033_sync 44 l\n2011_09_30/2011_09_30_drive_0033_sync 854 l\n2011_09_30/2011_09_30_drive_0033_sync 959 l\n2011_09_30/2011_09_30_drive_0033_sync 1498 l\n2011_09_30/2011_09_30_drive_0033_sync 974 r\n2011_09_30/2011_09_30_drive_0033_sync 407 l\n2011_09_30/2011_09_30_drive_0033_sync 1241 r\n2011_09_30/2011_09_30_drive_0033_sync 637 l\n2011_09_30/2011_09_30_drive_0033_sync 511 l\n2011_09_30/2011_09_30_drive_0033_sync 133 l\n2011_09_30/2011_09_30_drive_0033_sync 1247 l\n2011_09_30/2011_09_30_drive_0033_sync 1511 l\n2011_09_30/2011_09_30_drive_0033_sync 111 l\n2011_09_30/2011_09_30_drive_0033_sync 1314 l\n2011_09_30/2011_09_30_drive_0033_sync 972 l\n2011_09_30/2011_09_30_drive_0033_sync 397 r\n2011_09_30/2011_09_30_drive_0033_sync 445 l\n2011_09_30/2011_09_30_drive_0033_sync 673 r\n2011_09_30/2011_09_30_drive_0033_sync 549 r\n2011_09_30/2011_09_30_drive_0033_sync 1496 l\n2011_09_30/2011_09_30_drive_0033_sync 1345 l\n2011_09_30/2011_09_30_drive_0033_sync 132 r\n2011_09_30/2011_09_30_drive_0033_sync 185 l\n2011_09_30/2011_09_30_drive_0033_sync 462 l\n2011_09_30/2011_09_30_drive_0033_sync 1130 r\n2011_09_30/2011_09_30_drive_0033_sync 1185 r\n2011_09_30/2011_09_30_drive_0033_sync 516 r\n2011_09_30/2011_09_30_drive_0033_sync 826 r\n2011_09_30/2011_09_30_drive_0033_sync 1033 l\n2011_09_30/2011_09_30_drive_0033_sync 1346 l\n2011_09_30/2011_09_30_drive_0033_sync 1203 r\n2011_09_30/2011_09_30_drive_0033_sync 1524 l\n2011_09_30/2011_09_30_drive_0033_sync 330 l\n2011_09_30/2011_09_30_drive_0033_sync 1512 r\n2011_09_30/2011_09_30_drive_0033_sync 1005 l\n2011_09_30/2011_09_30_drive_0033_sync 661 r\n2011_09_30/2011_09_30_drive_0033_sync 385 l\n2011_09_30/2011_09_30_drive_0033_sync 874 l\n2011_09_30/2011_09_30_drive_0033_sync 1456 l\n2011_09_30/2011_09_30_drive_0033_sync 62 r\n2011_09_30/2011_09_30_drive_0033_sync 298 l\n2011_09_30/2011_09_30_drive_0033_sync 1340 r\n2011_09_30/2011_09_30_drive_0033_sync 1429 r\n2011_09_30/2011_09_30_drive_0033_sync 251 r\n2011_09_30/2011_09_30_drive_0033_sync 778 r\n2011_09_30/2011_09_30_drive_0033_sync 959 r\n2011_09_30/2011_09_30_drive_0033_sync 915 r\n2011_09_30/2011_09_30_drive_0033_sync 1019 l\n2011_09_30/2011_09_30_drive_0033_sync 1197 r\n2011_09_30/2011_09_30_drive_0033_sync 541 l\n2011_09_30/2011_09_30_drive_0033_sync 534 r\n2011_09_30/2011_09_30_drive_0033_sync 829 l\n2011_09_30/2011_09_30_drive_0033_sync 488 l\n2011_09_30/2011_09_30_drive_0033_sync 1202 l\n2011_09_30/2011_09_30_drive_0033_sync 342 l\n2011_09_30/2011_09_30_drive_0033_sync 1137 l\n2011_09_30/2011_09_30_drive_0033_sync 600 r\n2011_09_30/2011_09_30_drive_0033_sync 607 r\n2011_09_30/2011_09_30_drive_0033_sync 1474 l\n2011_09_30/2011_09_30_drive_0033_sync 1085 r\n2011_09_30/2011_09_30_drive_0033_sync 244 l\n2011_09_30/2011_09_30_drive_0033_sync 711 l\n2011_09_30/2011_09_30_drive_0033_sync 198 l\n2011_09_30/2011_09_30_drive_0033_sync 1211 r\n2011_09_30/2011_09_30_drive_0033_sync 990 r\n2011_09_30/2011_09_30_drive_0033_sync 956 r\n2011_09_30/2011_09_30_drive_0033_sync 1214 r\n2011_09_30/2011_09_30_drive_0033_sync 47 r\n2011_09_30/2011_09_30_drive_0033_sync 491 r\n2011_09_30/2011_09_30_drive_0033_sync 674 l\n2011_09_30/2011_09_30_drive_0033_sync 223 r\n2011_09_30/2011_09_30_drive_0033_sync 26 l\n2011_09_30/2011_09_30_drive_0033_sync 784 r\n2011_09_30/2011_09_30_drive_0033_sync 994 r\n2011_09_30/2011_09_30_drive_0033_sync 453 l\n2011_09_30/2011_09_30_drive_0033_sync 978 r\n2011_09_30/2011_09_30_drive_0033_sync 15 l\n2011_09_30/2011_09_30_drive_0033_sync 1587 r\n2011_09_30/2011_09_30_drive_0033_sync 386 r\n2011_09_30/2011_09_30_drive_0033_sync 908 r\n2011_09_30/2011_09_30_drive_0033_sync 963 r\n2011_09_30/2011_09_30_drive_0033_sync 149 l\n2011_09_30/2011_09_30_drive_0033_sync 311 l\n2011_09_30/2011_09_30_drive_0033_sync 951 r\n2011_09_30/2011_09_30_drive_0033_sync 1028 l\n2011_09_30/2011_09_30_drive_0033_sync 1444 r\n2011_09_30/2011_09_30_drive_0033_sync 247 l\n2011_09_30/2011_09_30_drive_0033_sync 1558 r\n2011_09_30/2011_09_30_drive_0033_sync 122 r\n2011_09_30/2011_09_30_drive_0033_sync 1194 r\n2011_09_30/2011_09_30_drive_0033_sync 153 r\n2011_09_30/2011_09_30_drive_0033_sync 395 l\n2011_09_30/2011_09_30_drive_0033_sync 1032 l\n2011_09_30/2011_09_30_drive_0033_sync 899 l\n2011_09_30/2011_09_30_drive_0033_sync 443 r\n2011_09_30/2011_09_30_drive_0033_sync 1107 l\n2011_09_30/2011_09_30_drive_0033_sync 1515 l\n2011_09_30/2011_09_30_drive_0033_sync 1225 r\n2011_09_30/2011_09_30_drive_0033_sync 921 r\n2011_09_30/2011_09_30_drive_0033_sync 60 r\n2011_09_30/2011_09_30_drive_0033_sync 1374 l\n2011_09_30/2011_09_30_drive_0033_sync 1207 l\n2011_09_30/2011_09_30_drive_0033_sync 215 l\n2011_09_30/2011_09_30_drive_0033_sync 774 l\n2011_09_30/2011_09_30_drive_0033_sync 89 r\n2011_09_30/2011_09_30_drive_0033_sync 1290 r\n2011_09_30/2011_09_30_drive_0033_sync 767 l\n2011_09_30/2011_09_30_drive_0033_sync 276 r\n2011_09_30/2011_09_30_drive_0033_sync 241 r\n2011_09_30/2011_09_30_drive_0033_sync 1217 r\n2011_09_30/2011_09_30_drive_0033_sync 129 l\n2011_09_30/2011_09_30_drive_0033_sync 807 l\n2011_09_30/2011_09_30_drive_0033_sync 691 l\n2011_09_30/2011_09_30_drive_0033_sync 771 l\n2011_09_30/2011_09_30_drive_0033_sync 1031 l\n2011_09_30/2011_09_30_drive_0033_sync 335 r\n2011_09_30/2011_09_30_drive_0033_sync 252 r\n2011_09_30/2011_09_30_drive_0033_sync 948 r\n2011_09_30/2011_09_30_drive_0033_sync 951 l\n2011_09_30/2011_09_30_drive_0033_sync 945 l\n2011_09_30/2011_09_30_drive_0033_sync 883 l\n2011_09_30/2011_09_30_drive_0033_sync 1441 l\n2011_09_30/2011_09_30_drive_0033_sync 1364 l\n2011_09_30/2011_09_30_drive_0033_sync 789 r\n2011_09_30/2011_09_30_drive_0033_sync 970 l\n2011_09_30/2011_09_30_drive_0033_sync 135 l\n2011_09_30/2011_09_30_drive_0033_sync 1188 r\n2011_09_30/2011_09_30_drive_0033_sync 457 l\n2011_09_30/2011_09_30_drive_0033_sync 1190 l\n2011_09_30/2011_09_30_drive_0033_sync 37 r\n2011_09_30/2011_09_30_drive_0033_sync 1308 r\n2011_09_30/2011_09_30_drive_0033_sync 351 l\n2011_09_30/2011_09_30_drive_0033_sync 541 r\n2011_09_30/2011_09_30_drive_0033_sync 1469 r\n2011_09_30/2011_09_30_drive_0033_sync 856 l\n2011_09_30/2011_09_30_drive_0033_sync 1460 l\n2011_09_30/2011_09_30_drive_0033_sync 1221 r\n2011_09_30/2011_09_30_drive_0033_sync 381 l\n2011_09_30/2011_09_30_drive_0033_sync 744 r\n2011_09_30/2011_09_30_drive_0033_sync 275 l\n2011_09_30/2011_09_30_drive_0033_sync 188 l\n2011_09_30/2011_09_30_drive_0033_sync 1229 l\n2011_09_30/2011_09_30_drive_0033_sync 1110 r\n2011_09_30/2011_09_30_drive_0033_sync 896 l\n2011_09_30/2011_09_30_drive_0033_sync 584 r\n2011_09_30/2011_09_30_drive_0033_sync 1146 r\n2011_09_30/2011_09_30_drive_0033_sync 1475 r\n2011_09_30/2011_09_30_drive_0033_sync 1567 l\n2011_09_30/2011_09_30_drive_0033_sync 99 l\n2011_09_30/2011_09_30_drive_0033_sync 447 r\n2011_09_30/2011_09_30_drive_0033_sync 117 l\n2011_09_30/2011_09_30_drive_0033_sync 836 r\n2011_09_30/2011_09_30_drive_0033_sync 1074 r\n2011_09_30/2011_09_30_drive_0033_sync 1550 l\n2011_09_30/2011_09_30_drive_0033_sync 296 l\n2011_09_30/2011_09_30_drive_0033_sync 1114 r\n2011_09_30/2011_09_30_drive_0033_sync 1301 r\n2011_09_30/2011_09_30_drive_0033_sync 1454 l\n2011_09_30/2011_09_30_drive_0033_sync 1102 r\n2011_09_30/2011_09_30_drive_0033_sync 409 r\n2011_09_30/2011_09_30_drive_0033_sync 387 l\n2011_09_30/2011_09_30_drive_0033_sync 710 r\n2011_09_30/2011_09_30_drive_0033_sync 644 r\n2011_09_30/2011_09_30_drive_0033_sync 847 l\n2011_09_30/2011_09_30_drive_0033_sync 207 r\n2011_09_30/2011_09_30_drive_0033_sync 1385 l\n2011_09_30/2011_09_30_drive_0033_sync 638 r\n2011_09_30/2011_09_30_drive_0033_sync 1482 l\n2011_09_30/2011_09_30_drive_0033_sync 414 r\n2011_09_30/2011_09_30_drive_0033_sync 641 r\n2011_09_30/2011_09_30_drive_0033_sync 42 l\n2011_09_30/2011_09_30_drive_0033_sync 313 l\n2011_09_30/2011_09_30_drive_0033_sync 250 l\n2011_09_30/2011_09_30_drive_0033_sync 1254 l\n2011_09_30/2011_09_30_drive_0033_sync 723 r\n2011_09_30/2011_09_30_drive_0033_sync 1275 l\n2011_09_30/2011_09_30_drive_0033_sync 938 l\n2011_09_30/2011_09_30_drive_0033_sync 873 r\n2011_09_30/2011_09_30_drive_0033_sync 1546 l\n2011_09_30/2011_09_30_drive_0033_sync 857 r\n2011_09_30/2011_09_30_drive_0033_sync 1574 l\n2011_09_30/2011_09_30_drive_0033_sync 1085 l\n2011_09_30/2011_09_30_drive_0033_sync 39 r\n2011_09_30/2011_09_30_drive_0033_sync 535 l\n2011_09_30/2011_09_30_drive_0033_sync 1088 l\n2011_09_30/2011_09_30_drive_0033_sync 315 l\n2011_09_30/2011_09_30_drive_0033_sync 424 l\n2011_09_30/2011_09_30_drive_0033_sync 1471 r\n2011_09_30/2011_09_30_drive_0033_sync 1272 r\n2011_09_30/2011_09_30_drive_0033_sync 436 l\n2011_09_30/2011_09_30_drive_0033_sync 624 l\n2011_09_30/2011_09_30_drive_0033_sync 312 r\n2011_09_30/2011_09_30_drive_0033_sync 812 l\n2011_09_30/2011_09_30_drive_0033_sync 246 r\n2011_09_30/2011_09_30_drive_0033_sync 512 r\n2011_09_30/2011_09_30_drive_0033_sync 1365 l\n2011_09_30/2011_09_30_drive_0033_sync 686 l\n2011_09_30/2011_09_30_drive_0033_sync 212 r\n2011_09_30/2011_09_30_drive_0033_sync 338 l\n2011_09_30/2011_09_30_drive_0033_sync 641 l\n2011_09_30/2011_09_30_drive_0033_sync 539 r\n2011_09_30/2011_09_30_drive_0033_sync 608 l\n2011_09_30/2011_09_30_drive_0033_sync 635 r\n2011_09_30/2011_09_30_drive_0033_sync 1430 r\n2011_09_30/2011_09_30_drive_0033_sync 1565 r\n2011_09_30/2011_09_30_drive_0033_sync 1092 l\n2011_09_30/2011_09_30_drive_0033_sync 1012 l\n2011_09_30/2011_09_30_drive_0033_sync 363 r\n2011_09_30/2011_09_30_drive_0033_sync 470 l\n2011_09_30/2011_09_30_drive_0033_sync 1484 r\n2011_09_30/2011_09_30_drive_0033_sync 108 r\n2011_09_30/2011_09_30_drive_0033_sync 1222 r\n2011_09_30/2011_09_30_drive_0033_sync 726 l\n2011_09_30/2011_09_30_drive_0033_sync 103 r\n2011_09_30/2011_09_30_drive_0033_sync 262 r\n2011_09_30/2011_09_30_drive_0033_sync 1044 r\n2011_09_30/2011_09_30_drive_0033_sync 860 l\n2011_09_30/2011_09_30_drive_0033_sync 166 l\n2011_09_30/2011_09_30_drive_0033_sync 40 l\n2011_09_30/2011_09_30_drive_0033_sync 35 r\n2011_09_30/2011_09_30_drive_0033_sync 619 l\n2011_09_30/2011_09_30_drive_0033_sync 163 r\n2011_09_30/2011_09_30_drive_0033_sync 181 l\n2011_09_30/2011_09_30_drive_0033_sync 544 l\n2011_09_30/2011_09_30_drive_0033_sync 450 r\n2011_09_30/2011_09_30_drive_0033_sync 1398 r\n2011_09_30/2011_09_30_drive_0033_sync 607 l\n2011_09_30/2011_09_30_drive_0033_sync 1093 r\n2011_09_30/2011_09_30_drive_0033_sync 240 l\n2011_09_30/2011_09_30_drive_0033_sync 573 r\n2011_09_30/2011_09_30_drive_0033_sync 1002 r\n2011_09_30/2011_09_30_drive_0033_sync 1564 r\n2011_09_30/2011_09_30_drive_0033_sync 1282 l\n2011_09_30/2011_09_30_drive_0033_sync 1167 l\n2011_09_30/2011_09_30_drive_0033_sync 616 r\n2011_09_30/2011_09_30_drive_0033_sync 520 l\n2011_09_30/2011_09_30_drive_0033_sync 821 r\n2011_09_30/2011_09_30_drive_0033_sync 393 r\n2011_09_30/2011_09_30_drive_0033_sync 1268 r\n2011_09_30/2011_09_30_drive_0033_sync 1213 l\n2011_09_30/2011_09_30_drive_0033_sync 613 r\n2011_09_30/2011_09_30_drive_0033_sync 526 r\n2011_09_30/2011_09_30_drive_0033_sync 470 r\n2011_09_30/2011_09_30_drive_0033_sync 769 l\n2011_09_30/2011_09_30_drive_0033_sync 1390 r\n2011_09_30/2011_09_30_drive_0033_sync 690 r\n2011_09_30/2011_09_30_drive_0033_sync 810 l\n2011_09_30/2011_09_30_drive_0033_sync 524 r\n2011_09_30/2011_09_30_drive_0033_sync 1266 r\n2011_09_30/2011_09_30_drive_0033_sync 1590 l\n2011_09_30/2011_09_30_drive_0033_sync 1105 r\n2011_09_30/2011_09_30_drive_0033_sync 430 r\n2011_09_30/2011_09_30_drive_0033_sync 107 r\n2011_09_30/2011_09_30_drive_0033_sync 815 l\n2011_09_30/2011_09_30_drive_0033_sync 119 l\n2011_09_30/2011_09_30_drive_0033_sync 933 l\n2011_09_30/2011_09_30_drive_0033_sync 186 r\n2011_09_30/2011_09_30_drive_0033_sync 159 l\n2011_09_30/2011_09_30_drive_0033_sync 433 r\n2011_09_30/2011_09_30_drive_0033_sync 1555 r\n2011_09_30/2011_09_30_drive_0033_sync 203 l\n2011_09_30/2011_09_30_drive_0033_sync 222 r\n2011_09_30/2011_09_30_drive_0033_sync 477 r\n2011_09_30/2011_09_30_drive_0033_sync 717 r\n2011_09_30/2011_09_30_drive_0033_sync 872 l\n2011_09_30/2011_09_30_drive_0033_sync 1003 l\n2011_09_30/2011_09_30_drive_0033_sync 1168 r\n2011_09_30/2011_09_30_drive_0033_sync 956 l\n2011_09_30/2011_09_30_drive_0033_sync 736 r\n2011_09_30/2011_09_30_drive_0033_sync 1389 r\n2011_09_30/2011_09_30_drive_0033_sync 453 r\n2011_09_30/2011_09_30_drive_0033_sync 885 r\n2011_09_30/2011_09_30_drive_0033_sync 1220 l\n2011_09_30/2011_09_30_drive_0033_sync 291 r\n2011_09_30/2011_09_30_drive_0033_sync 1276 l\n2011_09_30/2011_09_30_drive_0033_sync 1210 l\n2011_09_30/2011_09_30_drive_0033_sync 699 l\n2011_09_30/2011_09_30_drive_0033_sync 1117 r\n2011_09_30/2011_09_30_drive_0033_sync 504 l\n2011_09_30/2011_09_30_drive_0033_sync 991 l\n2011_09_30/2011_09_30_drive_0033_sync 94 r\n2011_09_30/2011_09_30_drive_0033_sync 1499 l\n2011_09_30/2011_09_30_drive_0033_sync 1571 l\n2011_09_30/2011_09_30_drive_0033_sync 212 l\n2011_09_30/2011_09_30_drive_0033_sync 665 l\n2011_09_30/2011_09_30_drive_0033_sync 515 r\n2011_09_30/2011_09_30_drive_0033_sync 576 l\n2011_09_30/2011_09_30_drive_0033_sync 1154 r\n2011_09_30/2011_09_30_drive_0033_sync 234 l\n2011_09_30/2011_09_30_drive_0033_sync 195 r\n2011_09_30/2011_09_30_drive_0033_sync 292 l\n2011_09_30/2011_09_30_drive_0033_sync 419 r\n2011_09_30/2011_09_30_drive_0033_sync 623 l\n2011_09_30/2011_09_30_drive_0033_sync 200 r\n2011_09_30/2011_09_30_drive_0033_sync 1053 r\n2011_09_30/2011_09_30_drive_0033_sync 784 l\n2011_09_30/2011_09_30_drive_0033_sync 975 r\n2011_09_30/2011_09_30_drive_0033_sync 58 r\n2011_09_30/2011_09_30_drive_0033_sync 976 l\n2011_09_30/2011_09_30_drive_0033_sync 380 l\n2011_09_30/2011_09_30_drive_0033_sync 681 l\n2011_09_30/2011_09_30_drive_0033_sync 120 l\n2011_09_30/2011_09_30_drive_0033_sync 704 r\n2011_09_30/2011_09_30_drive_0033_sync 553 l\n2011_09_30/2011_09_30_drive_0033_sync 880 r\n2011_09_30/2011_09_30_drive_0033_sync 1424 l\n2011_09_30/2011_09_30_drive_0033_sync 1124 r\n2011_09_30/2011_09_30_drive_0033_sync 1393 r\n2011_09_30/2011_09_30_drive_0033_sync 750 l\n2011_09_30/2011_09_30_drive_0033_sync 1350 l\n2011_09_30/2011_09_30_drive_0033_sync 1353 r\n2011_09_30/2011_09_30_drive_0033_sync 1031 r\n2011_09_30/2011_09_30_drive_0033_sync 783 r\n2011_09_30/2011_09_30_drive_0033_sync 63 r\n2011_09_30/2011_09_30_drive_0033_sync 1552 l\n2011_09_30/2011_09_30_drive_0033_sync 182 r\n2011_09_30/2011_09_30_drive_0033_sync 11 r\n2011_09_30/2011_09_30_drive_0033_sync 618 l\n2011_09_30/2011_09_30_drive_0033_sync 1294 r\n2011_09_30/2011_09_30_drive_0033_sync 721 l\n2011_09_30/2011_09_30_drive_0033_sync 321 l\n2011_09_30/2011_09_30_drive_0033_sync 1486 r\n2011_09_30/2011_09_30_drive_0033_sync 1457 l\n2011_09_30/2011_09_30_drive_0033_sync 43 r\n2011_09_30/2011_09_30_drive_0033_sync 1198 l\n2011_09_30/2011_09_30_drive_0033_sync 696 l\n2011_09_30/2011_09_30_drive_0033_sync 343 r\n2011_09_30/2011_09_30_drive_0033_sync 890 r\n2011_09_30/2011_09_30_drive_0033_sync 1138 l\n2011_09_30/2011_09_30_drive_0033_sync 1517 r\n2011_09_30/2011_09_30_drive_0033_sync 391 l\n2011_09_30/2011_09_30_drive_0033_sync 337 r\n2011_09_30/2011_09_30_drive_0033_sync 966 r\n2011_09_30/2011_09_30_drive_0033_sync 315 r\n2011_09_30/2011_09_30_drive_0033_sync 97 r\n2011_09_30/2011_09_30_drive_0033_sync 881 l\n2011_09_30/2011_09_30_drive_0033_sync 172 l\n2011_09_30/2011_09_30_drive_0033_sync 1388 l\n2011_09_30/2011_09_30_drive_0033_sync 1556 r\n2011_09_30/2011_09_30_drive_0033_sync 1368 r\n2011_09_30/2011_09_30_drive_0033_sync 1345 r\n2011_09_30/2011_09_30_drive_0033_sync 906 r\n2011_09_30/2011_09_30_drive_0033_sync 871 r\n2011_09_30/2011_09_30_drive_0033_sync 1452 r\n2011_09_30/2011_09_30_drive_0033_sync 1117 l\n2011_09_30/2011_09_30_drive_0033_sync 777 l\n2011_09_30/2011_09_30_drive_0033_sync 143 r\n2011_09_30/2011_09_30_drive_0033_sync 214 r\n2011_09_30/2011_09_30_drive_0033_sync 151 r\n2011_09_30/2011_09_30_drive_0033_sync 1315 r\n2011_09_30/2011_09_30_drive_0033_sync 690 l\n2011_09_30/2011_09_30_drive_0033_sync 891 r\n2011_09_30/2011_09_30_drive_0033_sync 85 r\n2011_09_30/2011_09_30_drive_0033_sync 685 l\n2011_09_30/2011_09_30_drive_0033_sync 1403 r\n2011_09_30/2011_09_30_drive_0033_sync 479 r\n2011_09_30/2011_09_30_drive_0033_sync 560 l\n2011_09_30/2011_09_30_drive_0033_sync 878 r\n2011_09_30/2011_09_30_drive_0033_sync 325 l\n2011_09_30/2011_09_30_drive_0033_sync 679 l\n2011_09_30/2011_09_30_drive_0033_sync 280 r\n2011_09_30/2011_09_30_drive_0033_sync 52 l\n2011_09_30/2011_09_30_drive_0033_sync 77 l\n2011_09_30/2011_09_30_drive_0033_sync 1270 l\n2011_09_30/2011_09_30_drive_0033_sync 278 l\n2011_09_30/2011_09_30_drive_0033_sync 1030 r\n2011_09_30/2011_09_30_drive_0033_sync 1129 l\n2011_09_30/2011_09_30_drive_0033_sync 350 l\n2011_09_30/2011_09_30_drive_0033_sync 31 l\n2011_09_30/2011_09_30_drive_0033_sync 1249 r\n2011_09_30/2011_09_30_drive_0033_sync 303 l\n2011_09_30/2011_09_30_drive_0033_sync 165 r\n2011_09_30/2011_09_30_drive_0033_sync 600 l\n2011_09_30/2011_09_30_drive_0033_sync 1147 l\n2011_09_30/2011_09_30_drive_0033_sync 202 l\n2011_09_30/2011_09_30_drive_0033_sync 1078 r\n2011_09_30/2011_09_30_drive_0033_sync 147 r\n2011_09_30/2011_09_30_drive_0033_sync 1509 r\n2011_09_30/2011_09_30_drive_0033_sync 493 l\n2011_09_30/2011_09_30_drive_0033_sync 1114 l\n2011_09_30/2011_09_30_drive_0033_sync 848 l\n2011_09_30/2011_09_30_drive_0033_sync 567 r\n2011_09_30/2011_09_30_drive_0033_sync 1368 l\n2011_09_30/2011_09_30_drive_0033_sync 1308 l\n2011_09_30/2011_09_30_drive_0033_sync 43 l\n2011_09_30/2011_09_30_drive_0033_sync 712 l\n2011_09_30/2011_09_30_drive_0033_sync 288 l\n2011_09_30/2011_09_30_drive_0033_sync 366 r\n2011_09_30/2011_09_30_drive_0033_sync 1493 r\n2011_09_30/2011_09_30_drive_0033_sync 1503 r\n2011_09_30/2011_09_30_drive_0033_sync 1378 l\n2011_09_30/2011_09_30_drive_0033_sync 1040 r\n2011_09_30/2011_09_30_drive_0033_sync 428 l\n2011_09_30/2011_09_30_drive_0033_sync 1584 r\n2011_09_30/2011_09_30_drive_0033_sync 1159 l\n2011_09_30/2011_09_30_drive_0033_sync 9 r\n2011_09_30/2011_09_30_drive_0033_sync 759 r\n2011_09_30/2011_09_30_drive_0033_sync 988 r\n2011_09_30/2011_09_30_drive_0033_sync 465 r\n2011_09_30/2011_09_30_drive_0033_sync 1321 r\n2011_09_30/2011_09_30_drive_0033_sync 751 r\n2011_09_30/2011_09_30_drive_0033_sync 1539 r\n2011_09_30/2011_09_30_drive_0033_sync 962 l\n2011_09_30/2011_09_30_drive_0033_sync 1253 l\n2011_09_30/2011_09_30_drive_0033_sync 603 l\n2011_09_30/2011_09_30_drive_0033_sync 395 r\n2011_09_30/2011_09_30_drive_0033_sync 1304 r\n2011_09_30/2011_09_30_drive_0033_sync 343 l\n2011_09_30/2011_09_30_drive_0033_sync 1109 r\n2011_09_30/2011_09_30_drive_0033_sync 718 r\n2011_09_30/2011_09_30_drive_0033_sync 1481 l\n2011_09_30/2011_09_30_drive_0033_sync 1000 r\n2011_09_30/2011_09_30_drive_0033_sync 84 r\n2011_09_30/2011_09_30_drive_0033_sync 884 l\n2011_09_30/2011_09_30_drive_0033_sync 656 l\n2011_09_30/2011_09_30_drive_0033_sync 897 r\n2011_09_30/2011_09_30_drive_0033_sync 1454 r\n2011_09_30/2011_09_30_drive_0033_sync 1008 r\n2011_09_30/2011_09_30_drive_0033_sync 128 l\n2011_09_30/2011_09_30_drive_0033_sync 1325 r\n2011_09_30/2011_09_30_drive_0033_sync 722 l\n2011_09_30/2011_09_30_drive_0033_sync 229 l\n2011_09_30/2011_09_30_drive_0033_sync 1267 l\n2011_09_30/2011_09_30_drive_0033_sync 93 l\n2011_09_30/2011_09_30_drive_0033_sync 65 r\n2011_09_30/2011_09_30_drive_0033_sync 1547 l\n2011_09_30/2011_09_30_drive_0033_sync 1520 l\n2011_09_30/2011_09_30_drive_0033_sync 684 l\n2011_09_30/2011_09_30_drive_0033_sync 1075 r\n2011_09_30/2011_09_30_drive_0033_sync 1376 r\n2011_09_30/2011_09_30_drive_0033_sync 17 l\n2011_09_30/2011_09_30_drive_0033_sync 898 r\n2011_09_30/2011_09_30_drive_0033_sync 238 l\n2011_09_30/2011_09_30_drive_0033_sync 1157 l\n2011_09_30/2011_09_30_drive_0033_sync 1187 l\n2011_09_30/2011_09_30_drive_0033_sync 1171 r\n2011_09_30/2011_09_30_drive_0033_sync 227 l\n2011_09_30/2011_09_30_drive_0033_sync 1237 l\n2011_09_30/2011_09_30_drive_0033_sync 1375 l\n2011_09_30/2011_09_30_drive_0033_sync 516 l\n2011_09_30/2011_09_30_drive_0033_sync 436 r\n2011_09_30/2011_09_30_drive_0033_sync 1143 r\n2011_09_30/2011_09_30_drive_0033_sync 46 r\n2011_09_30/2011_09_30_drive_0033_sync 160 l\n2011_09_30/2011_09_30_drive_0033_sync 1073 l\n2011_09_30/2011_09_30_drive_0033_sync 588 l\n2011_09_30/2011_09_30_drive_0033_sync 403 l\n2011_09_30/2011_09_30_drive_0033_sync 1414 l\n2011_09_30/2011_09_30_drive_0033_sync 1155 r\n2011_09_30/2011_09_30_drive_0033_sync 24 r\n2011_09_30/2011_09_30_drive_0033_sync 735 r\n2011_09_30/2011_09_30_drive_0033_sync 1102 l\n2011_09_30/2011_09_30_drive_0033_sync 167 l\n2011_09_30/2011_09_30_drive_0033_sync 659 l\n2011_09_30/2011_09_30_drive_0033_sync 1286 l\n2011_09_30/2011_09_30_drive_0033_sync 1334 r\n2011_09_30/2011_09_30_drive_0033_sync 1233 l\n2011_09_30/2011_09_30_drive_0033_sync 442 r\n2011_09_30/2011_09_30_drive_0033_sync 476 l\n2011_09_30/2011_09_30_drive_0033_sync 189 r\n2011_09_30/2011_09_30_drive_0033_sync 1186 l\n2011_09_30/2011_09_30_drive_0033_sync 331 r\n2011_09_30/2011_09_30_drive_0033_sync 985 r\n2011_09_30/2011_09_30_drive_0033_sync 392 r\n2011_09_30/2011_09_30_drive_0033_sync 445 r\n2011_09_30/2011_09_30_drive_0033_sync 1162 l\n2011_09_30/2011_09_30_drive_0033_sync 486 r\n2011_09_30/2011_09_30_drive_0033_sync 765 l\n2011_09_30/2011_09_30_drive_0033_sync 1177 l\n2011_09_30/2011_09_30_drive_0033_sync 12 r\n2011_09_30/2011_09_30_drive_0033_sync 255 l\n2011_09_30/2011_09_30_drive_0033_sync 858 l\n2011_09_30/2011_09_30_drive_0033_sync 1288 r\n2011_09_30/2011_09_30_drive_0033_sync 1312 r\n2011_09_30/2011_09_30_drive_0033_sync 485 r\n2011_09_30/2011_09_30_drive_0033_sync 271 r\n2011_09_30/2011_09_30_drive_0033_sync 1356 l\n2011_09_30/2011_09_30_drive_0033_sync 1293 l\n2011_09_30/2011_09_30_drive_0033_sync 1369 r\n2011_09_30/2011_09_30_drive_0033_sync 1558 l\n2011_09_30/2011_09_30_drive_0033_sync 653 r\n2011_09_30/2011_09_30_drive_0033_sync 1159 r\n2011_09_30/2011_09_30_drive_0033_sync 347 l\n2011_09_30/2011_09_30_drive_0033_sync 697 r\n2011_09_30/2011_09_30_drive_0033_sync 780 l\n2011_09_30/2011_09_30_drive_0033_sync 290 l\n2011_09_30/2011_09_30_drive_0033_sync 341 r\n2011_09_30/2011_09_30_drive_0033_sync 1585 r\n2011_09_30/2011_09_30_drive_0033_sync 1151 r\n2011_09_30/2011_09_30_drive_0033_sync 509 l\n2011_09_30/2011_09_30_drive_0033_sync 389 l\n2011_09_30/2011_09_30_drive_0033_sync 116 r\n2011_09_30/2011_09_30_drive_0033_sync 677 r\n2011_09_30/2011_09_30_drive_0033_sync 1457 r\n2011_09_30/2011_09_30_drive_0033_sync 1073 r\n2011_09_30/2011_09_30_drive_0033_sync 1018 l\n2011_09_30/2011_09_30_drive_0033_sync 927 r\n2011_09_30/2011_09_30_drive_0033_sync 1109 l\n2011_09_30/2011_09_30_drive_0033_sync 1054 l\n2011_09_30/2011_09_30_drive_0033_sync 1026 l\n2011_09_30/2011_09_30_drive_0033_sync 1218 r\n2011_09_30/2011_09_30_drive_0033_sync 179 l\n2011_09_30/2011_09_30_drive_0033_sync 1478 l\n2011_09_30/2011_09_30_drive_0033_sync 630 l\n2011_09_30/2011_09_30_drive_0033_sync 1355 r\n2011_09_30/2011_09_30_drive_0033_sync 1410 r\n2011_09_30/2011_09_30_drive_0033_sync 1301 l\n2011_09_30/2011_09_30_drive_0033_sync 131 l\n2011_09_30/2011_09_30_drive_0033_sync 830 l\n2011_09_30/2011_09_30_drive_0033_sync 1581 r\n2011_09_30/2011_09_30_drive_0033_sync 832 r\n2011_09_30/2011_09_30_drive_0033_sync 1057 r\n2011_09_30/2011_09_30_drive_0033_sync 1009 r\n2011_09_30/2011_09_30_drive_0033_sync 1176 r\n2011_09_30/2011_09_30_drive_0033_sync 1548 l\n2011_09_30/2011_09_30_drive_0033_sync 145 l\n2011_09_30/2011_09_30_drive_0033_sync 1081 r\n2011_09_30/2011_09_30_drive_0033_sync 1124 l\n2011_09_30/2011_09_30_drive_0033_sync 450 l\n2011_09_30/2011_09_30_drive_0033_sync 887 r\n2011_09_30/2011_09_30_drive_0033_sync 219 r\n2011_09_30/2011_09_30_drive_0033_sync 1569 r\n2011_09_30/2011_09_30_drive_0033_sync 529 l\n2011_09_30/2011_09_30_drive_0033_sync 197 l\n2011_09_30/2011_09_30_drive_0033_sync 969 r\n2011_09_30/2011_09_30_drive_0033_sync 1574 r\n2011_09_30/2011_09_30_drive_0033_sync 645 l\n2011_09_30/2011_09_30_drive_0033_sync 1015 r\n2011_09_30/2011_09_30_drive_0033_sync 996 r\n2011_09_30/2011_09_30_drive_0033_sync 1056 r\n2011_09_30/2011_09_30_drive_0033_sync 1079 r\n2011_09_30/2011_09_30_drive_0033_sync 1095 l\n2011_09_30/2011_09_30_drive_0033_sync 886 r\n2011_09_30/2011_09_30_drive_0033_sync 738 l\n2011_09_30/2011_09_30_drive_0033_sync 861 l\n2011_09_30/2011_09_30_drive_0033_sync 995 l\n2011_09_30/2011_09_30_drive_0033_sync 1418 l\n2011_09_30/2011_09_30_drive_0033_sync 371 r\n2011_09_30/2011_09_30_drive_0033_sync 1083 l\n2011_09_30/2011_09_30_drive_0033_sync 571 r\n2011_09_30/2011_09_30_drive_0033_sync 382 l\n2011_09_30/2011_09_30_drive_0033_sync 1305 r\n2011_09_30/2011_09_30_drive_0033_sync 882 l\n2011_09_30/2011_09_30_drive_0033_sync 672 l\n2011_09_30/2011_09_30_drive_0033_sync 1556 l\n2011_09_30/2011_09_30_drive_0033_sync 800 l\n2011_09_30/2011_09_30_drive_0033_sync 630 r\n2011_09_30/2011_09_30_drive_0033_sync 748 l\n2011_09_30/2011_09_30_drive_0033_sync 449 l\n2011_09_30/2011_09_30_drive_0033_sync 1309 r\n2011_09_30/2011_09_30_drive_0033_sync 49 l\n2011_09_30/2011_09_30_drive_0033_sync 698 l\n2011_09_30/2011_09_30_drive_0033_sync 1421 r\n2011_09_30/2011_09_30_drive_0033_sync 45 r\n2011_09_30/2011_09_30_drive_0033_sync 1470 l\n2011_09_30/2011_09_30_drive_0033_sync 786 l\n2011_09_30/2011_09_30_drive_0033_sync 1063 l\n2011_09_30/2011_09_30_drive_0033_sync 673 l\n2011_09_30/2011_09_30_drive_0033_sync 1386 r\n2011_09_30/2011_09_30_drive_0033_sync 1419 r\n2011_09_30/2011_09_30_drive_0033_sync 1496 r\n2011_09_30/2011_09_30_drive_0033_sync 1021 l\n2011_09_30/2011_09_30_drive_0033_sync 893 l\n2011_09_30/2011_09_30_drive_0033_sync 726 r\n2011_09_30/2011_09_30_drive_0033_sync 1013 l\n2011_09_30/2011_09_30_drive_0033_sync 567 l\n2011_09_30/2011_09_30_drive_0033_sync 1318 r\n2011_09_30/2011_09_30_drive_0033_sync 1210 r\n2011_09_30/2011_09_30_drive_0033_sync 1326 r\n2011_09_30/2011_09_30_drive_0033_sync 901 r\n2011_09_30/2011_09_30_drive_0033_sync 1016 l\n2011_09_30/2011_09_30_drive_0033_sync 553 r\n2011_09_30/2011_09_30_drive_0033_sync 917 l\n2011_09_30/2011_09_30_drive_0033_sync 411 r\n2011_09_30/2011_09_30_drive_0033_sync 859 r\n2011_09_30/2011_09_30_drive_0033_sync 834 r\n2011_09_30/2011_09_30_drive_0033_sync 635 l\n2011_09_30/2011_09_30_drive_0033_sync 1414 r\n2011_09_30/2011_09_30_drive_0033_sync 1169 l\n2011_09_30/2011_09_30_drive_0033_sync 861 r\n2011_09_30/2011_09_30_drive_0033_sync 344 r\n2011_09_30/2011_09_30_drive_0033_sync 481 r\n2011_09_30/2011_09_30_drive_0033_sync 1553 r\n2011_09_30/2011_09_30_drive_0033_sync 1250 r\n2011_09_30/2011_09_30_drive_0033_sync 1189 r\n2011_09_30/2011_09_30_drive_0033_sync 1032 r\n2011_09_30/2011_09_30_drive_0033_sync 552 l\n2011_09_30/2011_09_30_drive_0033_sync 903 r\n2011_09_30/2011_09_30_drive_0033_sync 256 l\n2011_09_30/2011_09_30_drive_0033_sync 237 r\n2011_09_30/2011_09_30_drive_0033_sync 1582 l\n2011_09_30/2011_09_30_drive_0033_sync 71 r\n2011_09_30/2011_09_30_drive_0033_sync 935 l\n2011_09_30/2011_09_30_drive_0033_sync 31 r\n2011_09_30/2011_09_30_drive_0033_sync 98 r\n2011_09_30/2011_09_30_drive_0033_sync 459 l\n2011_09_30/2011_09_30_drive_0033_sync 1420 r\n2011_09_30/2011_09_30_drive_0033_sync 242 r\n2011_09_30/2011_09_30_drive_0033_sync 560 r\n2011_09_30/2011_09_30_drive_0033_sync 1213 r\n2011_09_30/2011_09_30_drive_0033_sync 775 l\n2011_09_30/2011_09_30_drive_0033_sync 1337 l\n2011_09_30/2011_09_30_drive_0033_sync 235 l\n2011_09_30/2011_09_30_drive_0033_sync 972 r\n2011_09_30/2011_09_30_drive_0033_sync 1263 l\n2011_09_30/2011_09_30_drive_0033_sync 224 r\n2011_09_30/2011_09_30_drive_0033_sync 609 l\n2011_09_30/2011_09_30_drive_0033_sync 676 l\n2011_09_30/2011_09_30_drive_0033_sync 285 r\n2011_09_30/2011_09_30_drive_0033_sync 142 l\n2011_09_30/2011_09_30_drive_0033_sync 1284 r\n2011_09_30/2011_09_30_drive_0033_sync 1354 l\n2011_09_30/2011_09_30_drive_0033_sync 223 l\n2011_09_30/2011_09_30_drive_0033_sync 1178 r\n2011_09_30/2011_09_30_drive_0033_sync 1415 r\n2011_09_30/2011_09_30_drive_0033_sync 1405 l\n2011_09_30/2011_09_30_drive_0033_sync 342 r\n2011_09_30/2011_09_30_drive_0033_sync 1565 l\n2011_09_30/2011_09_30_drive_0033_sync 538 r\n2011_09_30/2011_09_30_drive_0033_sync 257 l\n2011_09_30/2011_09_30_drive_0033_sync 585 r\n2011_09_30/2011_09_30_drive_0033_sync 426 r\n2011_09_30/2011_09_30_drive_0033_sync 1224 l\n2011_09_30/2011_09_30_drive_0033_sync 1268 l\n2011_09_30/2011_09_30_drive_0033_sync 1411 l\n2011_09_30/2011_09_30_drive_0033_sync 1235 r\n2011_09_30/2011_09_30_drive_0033_sync 1006 l\n2011_09_30/2011_09_30_drive_0033_sync 429 l\n2011_09_30/2011_09_30_drive_0033_sync 1240 l\n2011_09_30/2011_09_30_drive_0033_sync 1161 r\n2011_09_30/2011_09_30_drive_0033_sync 458 l\n2011_09_30/2011_09_30_drive_0033_sync 1492 l\n2011_09_30/2011_09_30_drive_0033_sync 1335 r\n2011_09_30/2011_09_30_drive_0033_sync 1160 l\n2011_09_30/2011_09_30_drive_0033_sync 565 r\n2011_09_30/2011_09_30_drive_0033_sync 87 r\n2011_09_30/2011_09_30_drive_0033_sync 1294 l\n2011_09_30/2011_09_30_drive_0033_sync 164 l\n2011_09_30/2011_09_30_drive_0033_sync 1133 l\n2011_09_30/2011_09_30_drive_0033_sync 6 r\n2011_09_30/2011_09_30_drive_0033_sync 632 r\n2011_09_30/2011_09_30_drive_0033_sync 730 r\n2011_09_30/2011_09_30_drive_0033_sync 1262 r\n2011_09_30/2011_09_30_drive_0033_sync 897 l\n2011_09_30/2011_09_30_drive_0033_sync 1098 l\n2011_09_30/2011_09_30_drive_0033_sync 73 r\n2011_09_30/2011_09_30_drive_0033_sync 1245 r\n2011_09_30/2011_09_30_drive_0033_sync 1526 r\n2011_09_30/2011_09_30_drive_0033_sync 137 l\n2011_09_30/2011_09_30_drive_0033_sync 1312 l\n2011_09_30/2011_09_30_drive_0033_sync 54 l\n2011_09_30/2011_09_30_drive_0033_sync 206 r\n2011_09_30/2011_09_30_drive_0033_sync 170 l\n2011_09_30/2011_09_30_drive_0033_sync 1544 r\n2011_09_30/2011_09_30_drive_0033_sync 286 r\n2011_09_30/2011_09_30_drive_0033_sync 527 l\n2011_09_30/2011_09_30_drive_0033_sync 399 l\n2011_09_30/2011_09_30_drive_0033_sync 471 l\n2011_09_30/2011_09_30_drive_0033_sync 788 r\n2011_09_30/2011_09_30_drive_0033_sync 508 r\n2011_09_30/2011_09_30_drive_0033_sync 772 r\n2011_09_30/2011_09_30_drive_0033_sync 1289 r\n2011_09_30/2011_09_30_drive_0033_sync 1276 r\n2011_09_30/2011_09_30_drive_0033_sync 90 l\n2011_09_30/2011_09_30_drive_0033_sync 182 l\n2011_09_30/2011_09_30_drive_0033_sync 356 r\n2011_09_30/2011_09_30_drive_0033_sync 676 r\n2011_09_30/2011_09_30_drive_0033_sync 1242 r\n2011_09_30/2011_09_30_drive_0033_sync 681 r\n2011_09_30/2011_09_30_drive_0033_sync 590 r\n2011_09_30/2011_09_30_drive_0033_sync 437 l\n2011_09_30/2011_09_30_drive_0033_sync 1560 l\n2011_09_30/2011_09_30_drive_0033_sync 208 l\n2011_09_30/2011_09_30_drive_0033_sync 12 l\n2011_09_30/2011_09_30_drive_0033_sync 545 r\n2011_09_30/2011_09_30_drive_0033_sync 596 r\n2011_09_30/2011_09_30_drive_0033_sync 114 r\n2011_09_30/2011_09_30_drive_0033_sync 213 l\n2011_09_30/2011_09_30_drive_0033_sync 1251 r\n2011_09_30/2011_09_30_drive_0033_sync 1582 r\n2011_09_30/2011_09_30_drive_0033_sync 176 r\n2011_09_30/2011_09_30_drive_0033_sync 1273 l\n2011_09_30/2011_09_30_drive_0033_sync 74 r\n2011_09_30/2011_09_30_drive_0033_sync 584 l\n2011_09_30/2011_09_30_drive_0033_sync 497 l\n2011_09_30/2011_09_30_drive_0033_sync 580 r\n2011_09_30/2011_09_30_drive_0033_sync 1064 l\n2011_09_30/2011_09_30_drive_0033_sync 1051 l\n2011_09_30/2011_09_30_drive_0033_sync 878 l\n2011_09_30/2011_09_30_drive_0033_sync 82 l\n2011_09_30/2011_09_30_drive_0033_sync 1327 l\n2011_09_30/2011_09_30_drive_0033_sync 1063 r\n2011_09_30/2011_09_30_drive_0033_sync 1261 l\n2011_09_30/2011_09_30_drive_0033_sync 729 r\n2011_09_30/2011_09_30_drive_0033_sync 932 r\n2011_09_30/2011_09_30_drive_0033_sync 905 r\n2011_09_30/2011_09_30_drive_0033_sync 1545 r\n2011_09_30/2011_09_30_drive_0033_sync 1527 l\n2011_09_30/2011_09_30_drive_0033_sync 1402 l\n2011_09_30/2011_09_30_drive_0033_sync 36 r\n2011_09_30/2011_09_30_drive_0033_sync 1200 r\n2011_09_30/2011_09_30_drive_0033_sync 1094 r\n2011_09_30/2011_09_30_drive_0033_sync 625 l\n2011_09_30/2011_09_30_drive_0033_sync 194 r\n2011_09_30/2011_09_30_drive_0033_sync 779 l\n2011_09_29/2011_09_29_drive_0004_sync 288 l\n2011_09_29/2011_09_29_drive_0004_sync 62 r\n2011_09_29/2011_09_29_drive_0004_sync 7 l\n2011_09_29/2011_09_29_drive_0004_sync 143 r\n2011_09_29/2011_09_29_drive_0004_sync 148 r\n2011_09_29/2011_09_29_drive_0004_sync 5 l\n2011_09_29/2011_09_29_drive_0004_sync 17 r\n2011_09_29/2011_09_29_drive_0004_sync 311 r\n2011_09_29/2011_09_29_drive_0004_sync 129 l\n2011_09_29/2011_09_29_drive_0004_sync 324 l\n2011_09_29/2011_09_29_drive_0004_sync 232 l\n2011_09_29/2011_09_29_drive_0004_sync 285 r\n2011_09_29/2011_09_29_drive_0004_sync 223 r\n2011_09_29/2011_09_29_drive_0004_sync 207 r\n2011_09_29/2011_09_29_drive_0004_sync 281 r\n2011_09_29/2011_09_29_drive_0004_sync 197 l\n2011_09_29/2011_09_29_drive_0004_sync 122 r\n2011_09_29/2011_09_29_drive_0004_sync 25 r\n2011_09_29/2011_09_29_drive_0004_sync 113 l\n2011_09_29/2011_09_29_drive_0004_sync 293 l\n2011_09_29/2011_09_29_drive_0004_sync 40 l\n2011_09_29/2011_09_29_drive_0004_sync 165 l\n2011_09_29/2011_09_29_drive_0004_sync 6 l\n2011_09_29/2011_09_29_drive_0004_sync 16 r\n2011_09_29/2011_09_29_drive_0004_sync 88 r\n2011_09_29/2011_09_29_drive_0004_sync 207 l\n2011_09_29/2011_09_29_drive_0004_sync 8 r\n2011_09_29/2011_09_29_drive_0004_sync 175 r\n2011_09_29/2011_09_29_drive_0004_sync 136 l\n2011_09_29/2011_09_29_drive_0004_sync 28 r\n2011_09_29/2011_09_29_drive_0004_sync 148 l\n2011_09_29/2011_09_29_drive_0004_sync 90 r\n2011_09_29/2011_09_29_drive_0004_sync 93 r\n2011_09_29/2011_09_29_drive_0004_sync 126 r\n2011_09_29/2011_09_29_drive_0004_sync 168 r\n2011_09_29/2011_09_29_drive_0004_sync 57 l\n2011_09_29/2011_09_29_drive_0004_sync 159 r\n2011_09_29/2011_09_29_drive_0004_sync 196 l\n2011_09_29/2011_09_29_drive_0004_sync 26 l\n2011_09_29/2011_09_29_drive_0004_sync 117 r\n2011_09_29/2011_09_29_drive_0004_sync 210 l\n2011_09_29/2011_09_29_drive_0004_sync 117 l\n2011_09_29/2011_09_29_drive_0004_sync 239 l\n2011_09_29/2011_09_29_drive_0004_sync 124 r\n2011_09_29/2011_09_29_drive_0004_sync 252 r\n2011_09_29/2011_09_29_drive_0004_sync 156 l\n2011_09_29/2011_09_29_drive_0004_sync 212 l\n2011_09_29/2011_09_29_drive_0004_sync 269 r\n2011_09_29/2011_09_29_drive_0004_sync 309 r\n2011_09_29/2011_09_29_drive_0004_sync 245 r\n2011_09_29/2011_09_29_drive_0004_sync 235 l\n2011_09_29/2011_09_29_drive_0004_sync 36 l\n2011_09_29/2011_09_29_drive_0004_sync 213 r\n2011_09_29/2011_09_29_drive_0004_sync 144 r\n2011_09_29/2011_09_29_drive_0004_sync 205 r\n2011_09_29/2011_09_29_drive_0004_sync 221 l\n2011_09_29/2011_09_29_drive_0004_sync 259 l\n2011_09_29/2011_09_29_drive_0004_sync 200 l\n2011_09_29/2011_09_29_drive_0004_sync 150 r\n2011_09_29/2011_09_29_drive_0004_sync 320 l\n2011_09_29/2011_09_29_drive_0004_sync 80 r\n2011_09_29/2011_09_29_drive_0004_sync 248 r\n2011_09_29/2011_09_29_drive_0004_sync 245 l\n2011_09_29/2011_09_29_drive_0004_sync 108 r\n2011_09_29/2011_09_29_drive_0004_sync 18 r\n2011_09_29/2011_09_29_drive_0004_sync 59 l\n2011_09_29/2011_09_29_drive_0004_sync 217 r\n2011_09_29/2011_09_29_drive_0004_sync 30 l\n2011_09_29/2011_09_29_drive_0004_sync 286 r\n2011_09_29/2011_09_29_drive_0004_sync 8 l\n2011_09_29/2011_09_29_drive_0004_sync 166 r\n2011_09_29/2011_09_29_drive_0004_sync 115 l\n2011_09_29/2011_09_29_drive_0004_sync 244 r\n2011_09_29/2011_09_29_drive_0004_sync 31 r\n2011_09_29/2011_09_29_drive_0004_sync 44 r\n2011_09_29/2011_09_29_drive_0004_sync 316 r\n2011_09_29/2011_09_29_drive_0004_sync 289 l\n2011_09_29/2011_09_29_drive_0004_sync 246 r\n2011_09_29/2011_09_29_drive_0004_sync 236 r\n2011_09_29/2011_09_29_drive_0004_sync 98 r\n2011_09_29/2011_09_29_drive_0004_sync 25 l\n2011_09_29/2011_09_29_drive_0004_sync 141 r\n2011_09_29/2011_09_29_drive_0004_sync 104 r\n2011_09_29/2011_09_29_drive_0004_sync 63 r\n2011_09_29/2011_09_29_drive_0004_sync 194 r\n2011_09_29/2011_09_29_drive_0004_sync 252 l\n2011_09_29/2011_09_29_drive_0004_sync 75 r\n2011_09_29/2011_09_29_drive_0004_sync 85 l\n2011_09_29/2011_09_29_drive_0004_sync 139 r\n2011_09_29/2011_09_29_drive_0004_sync 234 r\n2011_09_29/2011_09_29_drive_0004_sync 243 r\n2011_09_29/2011_09_29_drive_0004_sync 210 r\n2011_09_29/2011_09_29_drive_0004_sync 196 r\n2011_09_29/2011_09_29_drive_0004_sync 240 l\n2011_09_29/2011_09_29_drive_0004_sync 320 r\n2011_09_29/2011_09_29_drive_0004_sync 78 r\n2011_09_29/2011_09_29_drive_0004_sync 48 l\n2011_09_29/2011_09_29_drive_0004_sync 186 r\n2011_09_29/2011_09_29_drive_0004_sync 91 r\n2011_09_29/2011_09_29_drive_0004_sync 301 l\n2011_09_29/2011_09_29_drive_0004_sync 69 r\n2011_09_29/2011_09_29_drive_0004_sync 291 l\n2011_09_29/2011_09_29_drive_0004_sync 24 l\n2011_09_29/2011_09_29_drive_0004_sync 169 l\n2011_09_29/2011_09_29_drive_0004_sync 208 l\n2011_09_29/2011_09_29_drive_0004_sync 67 r\n2011_09_29/2011_09_29_drive_0004_sync 76 l\n2011_09_29/2011_09_29_drive_0004_sync 270 r\n2011_09_29/2011_09_29_drive_0004_sync 212 r\n2011_09_29/2011_09_29_drive_0004_sync 6 r\n2011_09_29/2011_09_29_drive_0004_sync 110 r\n2011_09_29/2011_09_29_drive_0004_sync 144 l\n2011_09_29/2011_09_29_drive_0004_sync 97 l\n2011_09_29/2011_09_29_drive_0004_sync 121 l\n2011_09_29/2011_09_29_drive_0004_sync 267 r\n2011_09_29/2011_09_29_drive_0004_sync 183 r\n2011_09_29/2011_09_29_drive_0004_sync 102 l\n2011_09_29/2011_09_29_drive_0004_sync 33 r\n2011_09_29/2011_09_29_drive_0004_sync 178 r\n2011_09_29/2011_09_29_drive_0004_sync 58 r\n2011_09_29/2011_09_29_drive_0004_sync 203 l\n2011_09_29/2011_09_29_drive_0004_sync 73 l\n2011_09_29/2011_09_29_drive_0004_sync 248 l\n2011_09_29/2011_09_29_drive_0004_sync 99 r\n2011_09_29/2011_09_29_drive_0004_sync 38 r\n2011_09_29/2011_09_29_drive_0004_sync 130 r\n2011_09_29/2011_09_29_drive_0004_sync 280 r\n2011_09_29/2011_09_29_drive_0004_sync 230 r\n2011_09_29/2011_09_29_drive_0004_sync 259 r\n2011_09_29/2011_09_29_drive_0004_sync 267 l\n2011_09_29/2011_09_29_drive_0004_sync 11 l\n2011_09_29/2011_09_29_drive_0004_sync 46 r\n2011_09_29/2011_09_29_drive_0004_sync 314 r\n2011_09_29/2011_09_29_drive_0004_sync 276 r\n2011_09_29/2011_09_29_drive_0004_sync 219 l\n2011_09_29/2011_09_29_drive_0004_sync 312 r\n2011_09_29/2011_09_29_drive_0004_sync 227 r\n2011_09_29/2011_09_29_drive_0004_sync 287 r\n2011_09_29/2011_09_29_drive_0004_sync 254 r\n2011_09_29/2011_09_29_drive_0004_sync 79 r\n2011_09_29/2011_09_29_drive_0004_sync 139 l\n2011_09_29/2011_09_29_drive_0004_sync 138 r\n2011_09_29/2011_09_29_drive_0004_sync 74 l\n2011_09_29/2011_09_29_drive_0004_sync 302 l\n2011_09_29/2011_09_29_drive_0004_sync 301 r\n2011_09_29/2011_09_29_drive_0004_sync 46 l\n2011_09_29/2011_09_29_drive_0004_sync 283 l\n2011_09_29/2011_09_29_drive_0004_sync 275 l\n2011_09_29/2011_09_29_drive_0004_sync 45 r\n2011_09_29/2011_09_29_drive_0004_sync 268 l\n2011_09_29/2011_09_29_drive_0004_sync 189 l\n2011_09_29/2011_09_29_drive_0004_sync 251 l\n2011_09_29/2011_09_29_drive_0004_sync 214 l\n2011_09_29/2011_09_29_drive_0004_sync 116 l\n2011_09_29/2011_09_29_drive_0004_sync 146 l\n2011_09_29/2011_09_29_drive_0004_sync 302 r\n2011_09_29/2011_09_29_drive_0004_sync 152 l\n2011_09_29/2011_09_29_drive_0004_sync 228 r\n2011_09_29/2011_09_29_drive_0004_sync 308 r\n2011_09_29/2011_09_29_drive_0004_sync 67 l\n2011_09_29/2011_09_29_drive_0004_sync 42 l\n2011_09_29/2011_09_29_drive_0004_sync 114 r\n2011_09_29/2011_09_29_drive_0004_sync 246 l\n2011_09_29/2011_09_29_drive_0004_sync 316 l\n2011_09_29/2011_09_29_drive_0004_sync 215 r\n2011_09_29/2011_09_29_drive_0004_sync 5 r\n2011_09_29/2011_09_29_drive_0004_sync 243 l\n2011_09_29/2011_09_29_drive_0004_sync 250 r\n2011_09_29/2011_09_29_drive_0004_sync 181 l\n2011_09_29/2011_09_29_drive_0004_sync 15 l\n2011_09_29/2011_09_29_drive_0004_sync 51 r\n2011_09_29/2011_09_29_drive_0004_sync 208 r\n2011_09_29/2011_09_29_drive_0004_sync 42 r\n2011_09_29/2011_09_29_drive_0004_sync 39 r\n2011_09_29/2011_09_29_drive_0004_sync 244 l\n2011_09_29/2011_09_29_drive_0004_sync 284 r\n2011_09_29/2011_09_29_drive_0004_sync 211 r\n2011_09_29/2011_09_29_drive_0004_sync 167 l\n2011_09_29/2011_09_29_drive_0004_sync 315 r\n2011_09_29/2011_09_29_drive_0004_sync 202 r\n2011_09_29/2011_09_29_drive_0004_sync 300 r\n2011_09_29/2011_09_29_drive_0004_sync 36 r\n2011_09_29/2011_09_29_drive_0004_sync 180 l\n2011_09_29/2011_09_29_drive_0004_sync 86 r\n2011_09_29/2011_09_29_drive_0004_sync 254 l\n2011_09_29/2011_09_29_drive_0004_sync 242 r\n2011_09_29/2011_09_29_drive_0004_sync 11 r\n2011_09_29/2011_09_29_drive_0004_sync 122 l\n2011_09_29/2011_09_29_drive_0004_sync 155 l\n2011_09_29/2011_09_29_drive_0004_sync 70 r\n2011_09_29/2011_09_29_drive_0004_sync 31 l\n2011_09_29/2011_09_29_drive_0004_sync 294 l\n2011_09_29/2011_09_29_drive_0004_sync 247 l\n2011_09_29/2011_09_29_drive_0004_sync 185 r\n2011_09_29/2011_09_29_drive_0004_sync 119 l\n2011_09_29/2011_09_29_drive_0004_sync 263 l\n2011_09_29/2011_09_29_drive_0004_sync 264 l\n2011_09_29/2011_09_29_drive_0004_sync 123 l\n2011_09_29/2011_09_29_drive_0004_sync 179 l\n2011_09_29/2011_09_29_drive_0004_sync 195 r\n2011_09_29/2011_09_29_drive_0004_sync 61 l\n2011_09_29/2011_09_29_drive_0004_sync 48 r\n2011_09_29/2011_09_29_drive_0004_sync 47 r\n2011_09_29/2011_09_29_drive_0004_sync 49 r\n2011_09_29/2011_09_29_drive_0004_sync 219 r\n2011_09_29/2011_09_29_drive_0004_sync 185 l\n2011_09_29/2011_09_29_drive_0004_sync 260 r\n2011_09_29/2011_09_29_drive_0004_sync 37 l\n2011_09_29/2011_09_29_drive_0004_sync 237 l\n2011_09_29/2011_09_29_drive_0004_sync 315 l\n2011_09_29/2011_09_29_drive_0004_sync 88 l\n2011_09_29/2011_09_29_drive_0004_sync 228 l\n2011_09_29/2011_09_29_drive_0004_sync 86 l\n2011_09_29/2011_09_29_drive_0004_sync 177 l\n2011_09_29/2011_09_29_drive_0004_sync 149 r\n2011_09_29/2011_09_29_drive_0004_sync 306 l\n2011_09_29/2011_09_29_drive_0004_sync 200 r\n2011_09_29/2011_09_29_drive_0004_sync 305 l\n2011_09_29/2011_09_29_drive_0004_sync 29 r\n2011_09_29/2011_09_29_drive_0004_sync 94 r\n2011_09_29/2011_09_29_drive_0004_sync 296 l\n2011_09_29/2011_09_29_drive_0004_sync 35 r\n2011_09_29/2011_09_29_drive_0004_sync 135 l\n2011_09_29/2011_09_29_drive_0004_sync 192 l\n2011_09_29/2011_09_29_drive_0004_sync 37 r\n2011_09_29/2011_09_29_drive_0004_sync 39 l\n2011_09_29/2011_09_29_drive_0004_sync 152 r\n2011_09_29/2011_09_29_drive_0004_sync 295 l\n2011_09_29/2011_09_29_drive_0004_sync 115 r\n2011_09_29/2011_09_29_drive_0004_sync 142 l\n2011_09_29/2011_09_29_drive_0004_sync 90 l\n2011_09_29/2011_09_29_drive_0004_sync 99 l\n2011_09_29/2011_09_29_drive_0004_sync 253 l\n2011_09_29/2011_09_29_drive_0004_sync 218 l\n2011_09_29/2011_09_29_drive_0004_sync 161 l\n2011_09_29/2011_09_29_drive_0004_sync 49 l\n2011_09_29/2011_09_29_drive_0004_sync 274 r\n2011_09_29/2011_09_29_drive_0004_sync 96 r\n2011_09_29/2011_09_29_drive_0004_sync 16 l\n2011_09_29/2011_09_29_drive_0004_sync 76 r\n2011_09_29/2011_09_29_drive_0004_sync 52 l\n2011_09_29/2011_09_29_drive_0004_sync 120 r\n2011_09_29/2011_09_29_drive_0004_sync 85 r\n2011_09_29/2011_09_29_drive_0004_sync 226 l\n2011_09_29/2011_09_29_drive_0004_sync 137 r\n2011_09_29/2011_09_29_drive_0004_sync 72 r\n2011_09_29/2011_09_29_drive_0004_sync 60 l\n2011_09_29/2011_09_29_drive_0004_sync 225 l\n2011_09_29/2011_09_29_drive_0004_sync 95 r\n2011_09_29/2011_09_29_drive_0004_sync 170 l\n2011_09_29/2011_09_29_drive_0004_sync 83 l\n2011_09_29/2011_09_29_drive_0004_sync 180 r\n2011_09_29/2011_09_29_drive_0004_sync 255 l\n2011_09_29/2011_09_29_drive_0004_sync 89 l\n2011_09_29/2011_09_29_drive_0004_sync 71 l\n2011_09_29/2011_09_29_drive_0004_sync 268 r\n2011_09_29/2011_09_29_drive_0004_sync 91 l\n2011_09_29/2011_09_29_drive_0004_sync 45 l\n2011_09_29/2011_09_29_drive_0004_sync 310 l\n2011_09_29/2011_09_29_drive_0004_sync 109 r\n2011_09_29/2011_09_29_drive_0004_sync 258 r\n2011_09_29/2011_09_29_drive_0004_sync 312 l\n2011_09_29/2011_09_29_drive_0004_sync 258 l\n2011_09_29/2011_09_29_drive_0004_sync 266 l\n2011_09_29/2011_09_29_drive_0004_sync 199 r\n2011_09_29/2011_09_29_drive_0004_sync 273 l\n2011_09_29/2011_09_29_drive_0004_sync 32 r\n2011_09_29/2011_09_29_drive_0004_sync 198 l\n2011_09_29/2011_09_29_drive_0004_sync 83 r\n2011_09_29/2011_09_29_drive_0004_sync 255 r\n2011_09_29/2011_09_29_drive_0004_sync 13 l\n2011_09_29/2011_09_29_drive_0004_sync 82 r\n2011_09_29/2011_09_29_drive_0004_sync 224 l\n2011_09_29/2011_09_29_drive_0004_sync 72 l\n2011_09_29/2011_09_29_drive_0004_sync 172 l\n2011_09_29/2011_09_29_drive_0004_sync 174 l\n2011_09_29/2011_09_29_drive_0004_sync 127 l\n2011_09_29/2011_09_29_drive_0004_sync 287 l\n2011_09_29/2011_09_29_drive_0004_sync 102 r\n2011_09_29/2011_09_29_drive_0004_sync 221 r\n2011_09_29/2011_09_29_drive_0004_sync 262 r\n2011_09_29/2011_09_29_drive_0004_sync 161 r\n2011_09_29/2011_09_29_drive_0004_sync 118 r\n2011_09_29/2011_09_29_drive_0004_sync 190 r\n2011_09_29/2011_09_29_drive_0004_sync 54 r\n2011_09_29/2011_09_29_drive_0004_sync 9 l\n2011_09_29/2011_09_29_drive_0004_sync 64 l\n2011_09_29/2011_09_29_drive_0004_sync 202 l\n2011_09_29/2011_09_29_drive_0004_sync 160 r\n2011_09_29/2011_09_29_drive_0004_sync 70 l\n2011_09_29/2011_09_29_drive_0004_sync 191 r\n2011_09_29/2011_09_29_drive_0004_sync 40 r\n2011_09_29/2011_09_29_drive_0004_sync 220 r\n2011_09_29/2011_09_29_drive_0004_sync 282 r\n2011_09_29/2011_09_29_drive_0004_sync 308 l\n2011_09_29/2011_09_29_drive_0004_sync 242 l\n2011_09_29/2011_09_29_drive_0004_sync 229 r\n2011_09_29/2011_09_29_drive_0004_sync 307 r\n2011_09_29/2011_09_29_drive_0004_sync 247 r\n2011_09_29/2011_09_29_drive_0004_sync 9 r\n2011_09_29/2011_09_29_drive_0004_sync 124 l\n2011_09_29/2011_09_29_drive_0004_sync 271 l\n2011_09_29/2011_09_29_drive_0004_sync 164 l\n2011_09_29/2011_09_29_drive_0004_sync 19 l\n2011_09_29/2011_09_29_drive_0004_sync 140 r\n2011_09_29/2011_09_29_drive_0004_sync 30 r\n2011_09_29/2011_09_29_drive_0004_sync 193 l\n2011_09_29/2011_09_29_drive_0004_sync 238 l\n2011_09_29/2011_09_29_drive_0004_sync 281 l\n2011_09_29/2011_09_29_drive_0004_sync 233 r\n2011_09_29/2011_09_29_drive_0004_sync 271 r\n2011_09_29/2011_09_29_drive_0004_sync 215 l\n2011_09_29/2011_09_29_drive_0004_sync 167 r\n2011_09_29/2011_09_29_drive_0004_sync 84 l\n2011_09_29/2011_09_29_drive_0004_sync 178 l\n2011_09_29/2011_09_29_drive_0004_sync 82 l\n2011_09_29/2011_09_29_drive_0004_sync 120 l\n2011_09_29/2011_09_29_drive_0004_sync 174 r\n2011_09_29/2011_09_29_drive_0004_sync 92 l\n2011_09_29/2011_09_29_drive_0004_sync 94 l\n2011_09_29/2011_09_29_drive_0004_sync 225 r\n2011_09_29/2011_09_29_drive_0004_sync 283 r\n2011_09_29/2011_09_29_drive_0004_sync 307 l\n2011_09_29/2011_09_29_drive_0004_sync 187 l\n2011_09_29/2011_09_29_drive_0004_sync 314 l\n2011_09_29/2011_09_29_drive_0004_sync 56 r\n2011_09_29/2011_09_29_drive_0004_sync 324 r\n2011_09_29/2011_09_29_drive_0004_sync 73 r\n2011_09_29/2011_09_29_drive_0004_sync 319 l\n2011_09_29/2011_09_29_drive_0004_sync 134 l\n2011_09_29/2011_09_29_drive_0004_sync 224 r\n2011_09_29/2011_09_29_drive_0004_sync 279 r\n2011_09_29/2011_09_29_drive_0004_sync 297 l\n2011_09_29/2011_09_29_drive_0004_sync 199 l\n2011_09_29/2011_09_29_drive_0004_sync 198 r\n2011_09_29/2011_09_29_drive_0004_sync 141 l\n2011_09_29/2011_09_29_drive_0004_sync 77 r\n2011_09_29/2011_09_29_drive_0004_sync 272 r\n2011_09_29/2011_09_29_drive_0004_sync 169 r\n2011_09_29/2011_09_29_drive_0004_sync 163 l\n2011_09_29/2011_09_29_drive_0004_sync 108 l\n2011_09_29/2011_09_29_drive_0004_sync 52 r\n2011_09_29/2011_09_29_drive_0004_sync 147 r\n2011_09_29/2011_09_29_drive_0004_sync 109 l\n2011_09_29/2011_09_29_drive_0004_sync 205 l\n2011_09_29/2011_09_29_drive_0004_sync 220 l\n2011_09_29/2011_09_29_drive_0004_sync 206 l\n2011_09_29/2011_09_29_drive_0004_sync 154 l\n2011_09_29/2011_09_29_drive_0004_sync 28 l\n2011_09_29/2011_09_29_drive_0004_sync 81 l\n2011_09_29/2011_09_29_drive_0004_sync 23 r\n2011_09_29/2011_09_29_drive_0004_sync 74 r\n2011_09_29/2011_09_29_drive_0004_sync 172 r\n2011_09_29/2011_09_29_drive_0004_sync 211 l\n2011_09_29/2011_09_29_drive_0004_sync 4 r\n2011_09_29/2011_09_29_drive_0004_sync 181 r\n2011_09_29/2011_09_29_drive_0004_sync 110 l\n2011_09_29/2011_09_29_drive_0004_sync 50 r\n2011_09_29/2011_09_29_drive_0004_sync 55 r\n2011_09_29/2011_09_29_drive_0004_sync 182 r\n2011_09_29/2011_09_29_drive_0004_sync 7 r\n2011_09_29/2011_09_29_drive_0004_sync 68 l\n2011_09_29/2011_09_29_drive_0004_sync 77 l\n2011_09_29/2011_09_29_drive_0004_sync 63 l\n2011_09_29/2011_09_29_drive_0004_sync 204 l\n2011_09_29/2011_09_29_drive_0004_sync 131 r\n2011_09_29/2011_09_29_drive_0004_sync 274 l\n2011_09_29/2011_09_29_drive_0004_sync 54 l\n2011_09_29/2011_09_29_drive_0004_sync 226 r\n2011_09_29/2011_09_29_drive_0004_sync 41 r\n2011_09_29/2011_09_29_drive_0004_sync 38 l\n2011_09_29/2011_09_29_drive_0004_sync 44 l\n2011_09_29/2011_09_29_drive_0004_sync 298 r\n2011_09_29/2011_09_29_drive_0004_sync 179 r\n2011_09_29/2011_09_29_drive_0004_sync 34 r\n2011_09_29/2011_09_29_drive_0004_sync 132 l\n2011_09_29/2011_09_29_drive_0004_sync 140 l\n2011_09_29/2011_09_29_drive_0004_sync 213 l\n2011_09_29/2011_09_29_drive_0004_sync 92 r\n2011_09_29/2011_09_29_drive_0004_sync 305 r\n2011_09_29/2011_09_29_drive_0004_sync 10 l\n2011_09_29/2011_09_29_drive_0004_sync 209 r\n2011_09_29/2011_09_29_drive_0004_sync 134 r\n2011_09_29/2011_09_29_drive_0004_sync 50 l\n2011_09_29/2011_09_29_drive_0004_sync 156 r\n2011_09_29/2011_09_29_drive_0004_sync 306 r\n2011_09_29/2011_09_29_drive_0004_sync 35 l\n2011_09_29/2011_09_29_drive_0004_sync 133 r\n2011_09_29/2011_09_29_drive_0004_sync 136 r\n2011_09_29/2011_09_29_drive_0004_sync 296 r\n2011_09_29/2011_09_29_drive_0004_sync 291 r\n2011_09_29/2011_09_29_drive_0004_sync 104 l\n2011_09_29/2011_09_29_drive_0004_sync 222 l\n2011_09_29/2011_09_29_drive_0004_sync 289 r\n2011_09_29/2011_09_29_drive_0004_sync 297 r\n2011_09_29/2011_09_29_drive_0004_sync 265 l\n2011_09_29/2011_09_29_drive_0004_sync 162 l\n2011_09_29/2011_09_29_drive_0004_sync 313 r\n2011_09_29/2011_09_29_drive_0004_sync 23 l\n2011_09_29/2011_09_29_drive_0004_sync 262 l\n2011_09_29/2011_09_29_drive_0004_sync 303 r\n2011_09_29/2011_09_29_drive_0004_sync 260 l\n2011_09_29/2011_09_29_drive_0004_sync 175 l\n2011_09_29/2011_09_29_drive_0004_sync 257 l\n2011_09_29/2011_09_29_drive_0004_sync 150 l\n2011_09_29/2011_09_29_drive_0004_sync 3 l\n2011_09_29/2011_09_29_drive_0004_sync 59 r\n2011_09_29/2011_09_29_drive_0004_sync 162 r\n2011_09_29/2011_09_29_drive_0004_sync 131 l\n2011_09_29/2011_09_29_drive_0004_sync 218 r\n2011_09_29/2011_09_29_drive_0004_sync 80 l\n2011_09_29/2011_09_29_drive_0004_sync 292 r\n2011_09_29/2011_09_29_drive_0004_sync 29 l\n2011_09_29/2011_09_29_drive_0004_sync 261 r\n2011_09_29/2011_09_29_drive_0004_sync 128 l\n2011_09_29/2011_09_29_drive_0004_sync 125 l\n2011_09_29/2011_09_29_drive_0004_sync 223 l\n2011_09_29/2011_09_29_drive_0004_sync 129 r\n2011_09_29/2011_09_29_drive_0004_sync 18 l\n2011_09_29/2011_09_29_drive_0004_sync 56 l\n2011_09_29/2011_09_29_drive_0004_sync 269 l\n2011_09_29/2011_09_29_drive_0004_sync 222 r\n2011_09_29/2011_09_29_drive_0004_sync 251 r\n2011_09_29/2011_09_29_drive_0004_sync 137 l\n2011_09_29/2011_09_29_drive_0004_sync 257 r\n2011_09_29/2011_09_29_drive_0004_sync 111 r\n2011_09_29/2011_09_29_drive_0004_sync 151 l\n2011_09_29/2011_09_29_drive_0004_sync 123 r\n2011_09_29/2011_09_29_drive_0004_sync 112 r\n2011_09_29/2011_09_29_drive_0004_sync 187 r\n2011_09_29/2011_09_29_drive_0004_sync 68 r\n2011_09_29/2011_09_29_drive_0004_sync 126 l\n2011_09_29/2011_09_29_drive_0004_sync 27 l\n2011_09_29/2011_09_29_drive_0004_sync 188 r\n2011_09_29/2011_09_29_drive_0004_sync 145 r\n2011_09_29/2011_09_29_drive_0004_sync 184 l\n2011_09_29/2011_09_29_drive_0004_sync 304 r\n2011_09_29/2011_09_29_drive_0004_sync 164 r\n2011_09_29/2011_09_29_drive_0004_sync 12 l\n2011_09_29/2011_09_29_drive_0004_sync 97 r\n2011_09_29/2011_09_29_drive_0004_sync 4 l\n2011_09_29/2011_09_29_drive_0004_sync 290 r\n2011_09_29/2011_09_29_drive_0004_sync 285 l\n2011_09_29/2011_09_29_drive_0004_sync 253 r\n2011_09_29/2011_09_29_drive_0004_sync 57 r\n2011_09_29/2011_09_29_drive_0004_sync 157 l\n2011_09_29/2011_09_29_drive_0004_sync 266 r\n2011_09_29/2011_09_29_drive_0004_sync 121 r\n2011_09_29/2011_09_29_drive_0004_sync 256 r\n2011_09_29/2011_09_29_drive_0004_sync 238 r\n2011_09_29/2011_09_29_drive_0004_sync 96 l\n2011_09_29/2011_09_29_drive_0004_sync 273 r\n2011_09_29/2011_09_29_drive_0004_sync 106 r\n2011_09_29/2011_09_29_drive_0004_sync 133 l\n2011_09_29/2011_09_29_drive_0004_sync 81 r\n2011_09_29/2011_09_29_drive_0004_sync 26 r\n2011_09_29/2011_09_29_drive_0004_sync 299 l\n2011_09_29/2011_09_29_drive_0004_sync 154 r\n2011_09_29/2011_09_29_drive_0004_sync 204 r\n2011_09_29/2011_09_29_drive_0004_sync 313 l\n2011_09_29/2011_09_29_drive_0004_sync 303 l\n2011_09_29/2011_09_29_drive_0004_sync 153 r\n2011_09_29/2011_09_29_drive_0004_sync 105 l\n2011_09_29/2011_09_29_drive_0004_sync 232 r\n2011_09_29/2011_09_29_drive_0004_sync 128 r\n2011_09_29/2011_09_29_drive_0004_sync 191 l\n2011_09_29/2011_09_29_drive_0004_sync 41 l\n2011_09_29/2011_09_29_drive_0004_sync 100 l\n2011_09_29/2011_09_29_drive_0004_sync 87 r\n2011_09_29/2011_09_29_drive_0004_sync 153 l\n2011_09_29/2011_09_29_drive_0004_sync 190 l\n2011_09_29/2011_09_29_drive_0004_sync 170 r\n2011_09_29/2011_09_29_drive_0004_sync 24 r\n2011_09_29/2011_09_29_drive_0004_sync 277 l\n2011_09_29/2011_09_29_drive_0004_sync 147 l\n2011_09_29/2011_09_29_drive_0004_sync 236 l\n2011_09_29/2011_09_29_drive_0004_sync 66 l\n2011_09_29/2011_09_29_drive_0004_sync 311 l\n2011_09_29/2011_09_29_drive_0004_sync 249 l\n2011_09_29/2011_09_29_drive_0004_sync 282 l\n2011_09_29/2011_09_29_drive_0004_sync 201 r\n2011_09_29/2011_09_29_drive_0004_sync 155 r\n2011_09_29/2011_09_29_drive_0004_sync 130 l\n2011_09_29/2011_09_29_drive_0004_sync 241 r\n2011_09_29/2011_09_29_drive_0004_sync 60 r\n2011_09_29/2011_09_29_drive_0004_sync 22 r\n2011_09_29/2011_09_29_drive_0004_sync 112 l\n2011_09_29/2011_09_29_drive_0004_sync 300 l\n2011_09_29/2011_09_29_drive_0004_sync 65 r\n2011_09_29/2011_09_29_drive_0004_sync 176 r\n2011_09_29/2011_09_29_drive_0004_sync 87 l\n2011_09_29/2011_09_29_drive_0004_sync 135 r\n2011_09_29/2011_09_29_drive_0004_sync 183 l\n2011_09_29/2011_09_29_drive_0004_sync 103 l\n2011_09_29/2011_09_29_drive_0004_sync 293 r\n2011_09_29/2011_09_29_drive_0004_sync 84 r\n2011_09_29/2011_09_29_drive_0004_sync 53 r\n2011_09_29/2011_09_29_drive_0004_sync 239 r\n2011_09_29/2011_09_29_drive_0004_sync 217 l\n2011_09_29/2011_09_29_drive_0004_sync 66 r\n2011_09_29/2011_09_29_drive_0004_sync 235 r\n2011_09_29/2011_09_29_drive_0004_sync 250 l\n2011_09_29/2011_09_29_drive_0004_sync 295 r\n2011_09_29/2011_09_29_drive_0004_sync 216 l\n2011_09_29/2011_09_29_drive_0004_sync 132 r\n2011_09_29/2011_09_29_drive_0004_sync 32 l\n2011_09_29/2011_09_29_drive_0004_sync 142 r\n2011_09_29/2011_09_29_drive_0004_sync 234 l\n2011_09_29/2011_09_29_drive_0004_sync 22 l\n2011_09_29/2011_09_29_drive_0004_sync 62 l\n2011_09_29/2011_09_29_drive_0004_sync 71 r\n2011_09_29/2011_09_29_drive_0004_sync 319 r\n2011_09_29/2011_09_29_drive_0004_sync 145 l\n2011_09_29/2011_09_29_drive_0004_sync 65 l\n2011_09_29/2011_09_29_drive_0004_sync 286 l\n2011_09_29/2011_09_29_drive_0004_sync 229 l\n2011_09_29/2011_09_29_drive_0004_sync 264 r\n2011_09_29/2011_09_29_drive_0004_sync 231 r\n2011_09_29/2011_09_29_drive_0004_sync 216 r\n2011_09_29/2011_09_29_drive_0004_sync 79 l\n2011_09_29/2011_09_29_drive_0004_sync 55 l\n2011_09_29/2011_09_29_drive_0004_sync 93 l\n2011_09_29/2011_09_29_drive_0004_sync 171 l\n2011_09_29/2011_09_29_drive_0004_sync 27 r\n2011_09_29/2011_09_29_drive_0004_sync 138 l\n2011_09_29/2011_09_29_drive_0004_sync 75 l\n2011_09_29/2011_09_29_drive_0004_sync 51 l\n2011_09_29/2011_09_29_drive_0004_sync 116 r\n2011_09_29/2011_09_29_drive_0004_sync 160 l\n2011_09_29/2011_09_29_drive_0004_sync 125 r\n2011_09_29/2011_09_29_drive_0004_sync 14 l\n2011_09_29/2011_09_29_drive_0004_sync 299 r\n2011_09_29/2011_09_29_drive_0004_sync 20 r\n2011_09_29/2011_09_29_drive_0004_sync 118 l\n2011_09_29/2011_09_29_drive_0004_sync 14 r\n2011_09_29/2011_09_29_drive_0004_sync 101 r\n2011_09_29/2011_09_29_drive_0004_sync 78 l\n2011_09_29/2011_09_29_drive_0004_sync 47 l\n2011_09_29/2011_09_29_drive_0004_sync 171 r\n2011_09_29/2011_09_29_drive_0004_sync 275 r\n2011_09_29/2011_09_29_drive_0004_sync 231 l\n2011_09_29/2011_09_29_drive_0004_sync 278 r\n2011_09_29/2011_09_29_drive_0004_sync 143 l\n2011_09_29/2011_09_29_drive_0004_sync 21 l\n2011_09_29/2011_09_29_drive_0004_sync 33 l\n2011_09_29/2011_09_29_drive_0004_sync 149 l\n2011_09_29/2011_09_29_drive_0004_sync 184 r\n2011_09_29/2011_09_29_drive_0004_sync 278 l\n2011_09_29/2011_09_29_drive_0004_sync 101 l\n2011_09_29/2011_09_29_drive_0004_sync 166 l\n2011_09_29/2011_09_29_drive_0004_sync 12 r\n2011_09_29/2011_09_29_drive_0004_sync 151 r\n2011_09_29/2011_09_29_drive_0004_sync 177 r\n2011_09_29/2011_09_29_drive_0004_sync 189 r\n2011_09_29/2011_09_29_drive_0004_sync 227 l\n2011_09_29/2011_09_29_drive_0004_sync 53 l\n2011_09_29/2011_09_29_drive_0004_sync 13 r\n2011_09_29/2011_09_29_drive_0004_sync 146 r\n2011_09_29/2011_09_29_drive_0004_sync 69 l\n2011_09_29/2011_09_29_drive_0004_sync 107 r\n2011_09_29/2011_09_29_drive_0004_sync 256 l\n2011_09_29/2011_09_29_drive_0004_sync 194 l\n2011_09_29/2011_09_29_drive_0004_sync 114 l\n2011_09_29/2011_09_29_drive_0004_sync 294 r\n2011_09_29/2011_09_29_drive_0004_sync 103 r\n2011_09_29/2011_09_29_drive_0004_sync 106 l\n2011_09_26/2011_09_26_drive_0051_sync 138 r\n2011_09_26/2011_09_26_drive_0051_sync 425 r\n2011_09_26/2011_09_26_drive_0051_sync 301 r\n2011_09_26/2011_09_26_drive_0051_sync 188 r\n2011_09_26/2011_09_26_drive_0051_sync 324 r\n2011_09_26/2011_09_26_drive_0051_sync 99 l\n2011_09_26/2011_09_26_drive_0051_sync 323 r\n2011_09_26/2011_09_26_drive_0051_sync 14 r\n2011_09_26/2011_09_26_drive_0051_sync 18 r\n2011_09_26/2011_09_26_drive_0051_sync 300 r\n2011_09_26/2011_09_26_drive_0051_sync 119 l\n2011_09_26/2011_09_26_drive_0051_sync 431 l\n2011_09_26/2011_09_26_drive_0051_sync 30 l\n2011_09_26/2011_09_26_drive_0051_sync 153 l\n2011_09_26/2011_09_26_drive_0051_sync 428 l\n2011_09_26/2011_09_26_drive_0051_sync 128 r\n2011_09_26/2011_09_26_drive_0051_sync 66 l\n2011_09_26/2011_09_26_drive_0051_sync 54 r\n2011_09_26/2011_09_26_drive_0051_sync 63 l\n2011_09_26/2011_09_26_drive_0051_sync 54 l\n2011_09_26/2011_09_26_drive_0051_sync 4 r\n2011_09_26/2011_09_26_drive_0051_sync 171 r\n2011_09_26/2011_09_26_drive_0051_sync 51 r\n2011_09_26/2011_09_26_drive_0051_sync 121 l\n2011_09_26/2011_09_26_drive_0051_sync 68 l\n2011_09_26/2011_09_26_drive_0051_sync 186 r\n2011_09_26/2011_09_26_drive_0051_sync 126 r\n2011_09_26/2011_09_26_drive_0051_sync 397 r\n2011_09_26/2011_09_26_drive_0051_sync 398 r\n2011_09_26/2011_09_26_drive_0051_sync 106 r\n2011_09_26/2011_09_26_drive_0051_sync 253 l\n2011_09_26/2011_09_26_drive_0051_sync 44 r\n2011_09_26/2011_09_26_drive_0051_sync 430 r\n2011_09_26/2011_09_26_drive_0051_sync 185 l\n2011_09_26/2011_09_26_drive_0051_sync 413 l\n2011_09_26/2011_09_26_drive_0051_sync 107 l\n2011_09_26/2011_09_26_drive_0051_sync 298 l\n2011_09_26/2011_09_26_drive_0051_sync 94 r\n2011_09_26/2011_09_26_drive_0051_sync 285 r\n2011_09_26/2011_09_26_drive_0051_sync 104 r\n2011_09_26/2011_09_26_drive_0051_sync 53 l\n2011_09_26/2011_09_26_drive_0051_sync 141 r\n2011_09_26/2011_09_26_drive_0051_sync 396 r\n2011_09_26/2011_09_26_drive_0051_sync 383 r\n2011_09_26/2011_09_26_drive_0051_sync 41 l\n2011_09_26/2011_09_26_drive_0051_sync 428 r\n2011_09_26/2011_09_26_drive_0051_sync 394 l\n2011_09_26/2011_09_26_drive_0051_sync 385 r\n2011_09_26/2011_09_26_drive_0051_sync 134 l\n2011_09_26/2011_09_26_drive_0051_sync 297 r\n2011_09_26/2011_09_26_drive_0051_sync 362 r\n2011_09_26/2011_09_26_drive_0051_sync 379 r\n2011_09_26/2011_09_26_drive_0051_sync 369 l\n2011_09_26/2011_09_26_drive_0051_sync 429 r\n2011_09_26/2011_09_26_drive_0051_sync 120 r\n2011_09_26/2011_09_26_drive_0051_sync 162 l\n2011_09_26/2011_09_26_drive_0051_sync 112 l\n2011_09_26/2011_09_26_drive_0051_sync 423 r\n2011_09_26/2011_09_26_drive_0051_sync 82 r\n2011_09_26/2011_09_26_drive_0051_sync 381 l\n2011_09_26/2011_09_26_drive_0051_sync 129 l\n2011_09_26/2011_09_26_drive_0051_sync 157 r\n2011_09_26/2011_09_26_drive_0051_sync 168 r\n2011_09_26/2011_09_26_drive_0051_sync 421 r\n2011_09_26/2011_09_26_drive_0051_sync 315 r\n2011_09_26/2011_09_26_drive_0051_sync 390 r\n2011_09_26/2011_09_26_drive_0051_sync 78 r\n2011_09_26/2011_09_26_drive_0051_sync 22 l\n2011_09_26/2011_09_26_drive_0051_sync 146 r\n2011_09_26/2011_09_26_drive_0051_sync 367 r\n2011_09_26/2011_09_26_drive_0051_sync 167 l\n2011_09_26/2011_09_26_drive_0051_sync 160 r\n2011_09_26/2011_09_26_drive_0051_sync 382 l\n2011_09_26/2011_09_26_drive_0051_sync 311 r\n2011_09_26/2011_09_26_drive_0051_sync 79 l\n2011_09_26/2011_09_26_drive_0051_sync 315 l\n2011_09_26/2011_09_26_drive_0051_sync 157 l\n2011_09_26/2011_09_26_drive_0051_sync 363 l\n2011_09_26/2011_09_26_drive_0051_sync 149 r\n2011_09_26/2011_09_26_drive_0051_sync 313 l\n2011_09_26/2011_09_26_drive_0051_sync 108 r\n2011_09_26/2011_09_26_drive_0051_sync 314 l\n2011_09_26/2011_09_26_drive_0051_sync 323 l\n2011_09_26/2011_09_26_drive_0051_sync 158 l\n2011_09_26/2011_09_26_drive_0051_sync 43 l\n2011_09_26/2011_09_26_drive_0051_sync 381 r\n2011_09_26/2011_09_26_drive_0051_sync 57 r\n2011_09_26/2011_09_26_drive_0051_sync 254 r\n2011_09_26/2011_09_26_drive_0051_sync 170 l\n2011_09_26/2011_09_26_drive_0051_sync 122 r\n2011_09_26/2011_09_26_drive_0051_sync 142 l\n2011_09_26/2011_09_26_drive_0051_sync 176 l\n2011_09_26/2011_09_26_drive_0051_sync 386 r\n2011_09_26/2011_09_26_drive_0051_sync 108 l\n2011_09_26/2011_09_26_drive_0051_sync 86 r\n2011_09_26/2011_09_26_drive_0051_sync 56 r\n2011_09_26/2011_09_26_drive_0051_sync 302 r\n2011_09_26/2011_09_26_drive_0051_sync 113 r\n2011_09_26/2011_09_26_drive_0051_sync 102 l\n2011_09_26/2011_09_26_drive_0051_sync 384 l\n2011_09_26/2011_09_26_drive_0051_sync 388 r\n2011_09_26/2011_09_26_drive_0051_sync 388 l\n2011_09_26/2011_09_26_drive_0051_sync 103 r\n2011_09_26/2011_09_26_drive_0051_sync 36 r\n2011_09_26/2011_09_26_drive_0051_sync 423 l\n2011_09_26/2011_09_26_drive_0051_sync 248 r\n2011_09_26/2011_09_26_drive_0051_sync 130 r\n2011_09_26/2011_09_26_drive_0051_sync 419 r\n2011_09_26/2011_09_26_drive_0051_sync 62 l\n2011_09_26/2011_09_26_drive_0051_sync 324 l\n2011_09_26/2011_09_26_drive_0051_sync 93 l\n2011_09_26/2011_09_26_drive_0051_sync 248 l\n2011_09_26/2011_09_26_drive_0051_sync 380 r\n2011_09_26/2011_09_26_drive_0051_sync 63 r\n2011_09_26/2011_09_26_drive_0051_sync 15 l\n2011_09_26/2011_09_26_drive_0051_sync 297 l\n2011_09_26/2011_09_26_drive_0051_sync 123 r\n2011_09_26/2011_09_26_drive_0051_sync 80 r\n2011_09_26/2011_09_26_drive_0051_sync 432 l\n2011_09_26/2011_09_26_drive_0051_sync 383 l\n2011_09_26/2011_09_26_drive_0051_sync 139 r\n2011_09_26/2011_09_26_drive_0051_sync 118 r\n2011_09_26/2011_09_26_drive_0051_sync 229 l\n2011_09_26/2011_09_26_drive_0051_sync 152 r\n2011_09_26/2011_09_26_drive_0051_sync 377 r\n2011_09_26/2011_09_26_drive_0051_sync 249 r\n2011_09_26/2011_09_26_drive_0051_sync 418 l\n2011_09_26/2011_09_26_drive_0051_sync 109 l\n2011_09_26/2011_09_26_drive_0051_sync 380 l\n2011_09_26/2011_09_26_drive_0051_sync 104 l\n2011_09_26/2011_09_26_drive_0051_sync 253 r\n2011_09_26/2011_09_26_drive_0051_sync 37 r\n2011_09_26/2011_09_26_drive_0051_sync 145 r\n2011_09_26/2011_09_26_drive_0051_sync 9 l\n2011_09_26/2011_09_26_drive_0051_sync 67 r\n2011_09_26/2011_09_26_drive_0051_sync 12 r\n2011_09_26/2011_09_26_drive_0051_sync 281 r\n2011_09_26/2011_09_26_drive_0051_sync 142 r\n2011_09_26/2011_09_26_drive_0051_sync 364 r\n2011_09_26/2011_09_26_drive_0051_sync 93 r\n2011_09_26/2011_09_26_drive_0051_sync 304 r\n2011_09_26/2011_09_26_drive_0051_sync 283 r\n2011_09_26/2011_09_26_drive_0051_sync 164 l\n2011_09_26/2011_09_26_drive_0051_sync 314 r\n2011_09_26/2011_09_26_drive_0051_sync 133 l\n2011_09_26/2011_09_26_drive_0051_sync 61 r\n2011_09_26/2011_09_26_drive_0051_sync 303 l\n2011_09_26/2011_09_26_drive_0051_sync 165 r\n2011_09_26/2011_09_26_drive_0051_sync 408 r\n2011_09_26/2011_09_26_drive_0051_sync 285 l\n2011_09_26/2011_09_26_drive_0051_sync 422 r\n2011_09_26/2011_09_26_drive_0051_sync 169 r\n2011_09_26/2011_09_26_drive_0051_sync 183 r\n2011_09_26/2011_09_26_drive_0051_sync 75 r\n2011_09_26/2011_09_26_drive_0051_sync 147 r\n2011_09_26/2011_09_26_drive_0051_sync 14 l\n2011_09_26/2011_09_26_drive_0051_sync 407 l\n2011_09_26/2011_09_26_drive_0051_sync 386 l\n2011_09_26/2011_09_26_drive_0051_sync 231 l\n2011_09_26/2011_09_26_drive_0051_sync 21 r\n2011_09_26/2011_09_26_drive_0051_sync 156 l\n2011_09_26/2011_09_26_drive_0051_sync 31 r\n2011_09_26/2011_09_26_drive_0051_sync 25 l\n2011_09_26/2011_09_26_drive_0051_sync 10 l\n2011_09_26/2011_09_26_drive_0051_sync 370 r\n2011_09_26/2011_09_26_drive_0051_sync 400 r\n2011_09_26/2011_09_26_drive_0051_sync 304 l\n2011_09_26/2011_09_26_drive_0051_sync 95 l\n2011_09_26/2011_09_26_drive_0051_sync 184 l\n2011_09_26/2011_09_26_drive_0051_sync 24 r\n2011_09_26/2011_09_26_drive_0051_sync 55 r\n2011_09_26/2011_09_26_drive_0051_sync 19 l\n2011_09_26/2011_09_26_drive_0051_sync 3 r\n2011_09_26/2011_09_26_drive_0051_sync 387 l\n2011_09_26/2011_09_26_drive_0051_sync 180 l\n2011_09_26/2011_09_26_drive_0051_sync 45 r\n2011_09_26/2011_09_26_drive_0051_sync 403 l\n2011_09_26/2011_09_26_drive_0051_sync 168 l\n2011_09_26/2011_09_26_drive_0051_sync 146 l\n2011_09_26/2011_09_26_drive_0051_sync 99 r\n2011_09_26/2011_09_26_drive_0051_sync 86 l\n2011_09_26/2011_09_26_drive_0051_sync 282 l\n2011_09_26/2011_09_26_drive_0051_sync 7 r\n2011_09_26/2011_09_26_drive_0051_sync 286 l\n2011_09_26/2011_09_26_drive_0051_sync 110 l\n2011_09_26/2011_09_26_drive_0051_sync 417 l\n2011_09_26/2011_09_26_drive_0051_sync 418 r\n2011_09_26/2011_09_26_drive_0051_sync 83 l\n2011_09_26/2011_09_26_drive_0051_sync 20 r\n2011_09_26/2011_09_26_drive_0051_sync 98 l\n2011_09_26/2011_09_26_drive_0051_sync 367 l\n2011_09_26/2011_09_26_drive_0051_sync 406 r\n2011_09_26/2011_09_26_drive_0051_sync 160 l\n2011_09_26/2011_09_26_drive_0051_sync 137 l\n2011_09_26/2011_09_26_drive_0051_sync 407 r\n2011_09_26/2011_09_26_drive_0051_sync 7 l\n2011_09_26/2011_09_26_drive_0051_sync 321 r\n2011_09_26/2011_09_26_drive_0051_sync 69 r\n2011_09_26/2011_09_26_drive_0051_sync 111 r\n2011_09_26/2011_09_26_drive_0051_sync 140 r\n2011_09_26/2011_09_26_drive_0051_sync 184 r\n2011_09_26/2011_09_26_drive_0051_sync 60 l\n2011_09_26/2011_09_26_drive_0051_sync 40 r\n2011_09_26/2011_09_26_drive_0051_sync 404 l\n2011_09_26/2011_09_26_drive_0051_sync 77 l\n2011_09_26/2011_09_26_drive_0051_sync 90 r\n2011_09_26/2011_09_26_drive_0051_sync 426 l\n2011_09_26/2011_09_26_drive_0051_sync 21 l\n2011_09_26/2011_09_26_drive_0051_sync 189 r\n2011_09_26/2011_09_26_drive_0051_sync 181 r\n2011_09_26/2011_09_26_drive_0051_sync 313 r\n2011_09_26/2011_09_26_drive_0051_sync 363 r\n2011_09_26/2011_09_26_drive_0051_sync 11 l\n2011_09_26/2011_09_26_drive_0051_sync 173 r\n2011_09_26/2011_09_26_drive_0051_sync 106 l\n2011_09_26/2011_09_26_drive_0051_sync 232 l\n2011_09_26/2011_09_26_drive_0051_sync 124 r\n2011_09_26/2011_09_26_drive_0051_sync 100 r\n2011_09_26/2011_09_26_drive_0051_sync 16 l\n2011_09_26/2011_09_26_drive_0051_sync 19 r\n2011_09_26/2011_09_26_drive_0051_sync 411 l\n2011_09_26/2011_09_26_drive_0051_sync 393 l\n2011_09_26/2011_09_26_drive_0051_sync 131 l\n2011_09_26/2011_09_26_drive_0051_sync 87 l\n2011_09_26/2011_09_26_drive_0051_sync 84 r\n2011_09_26/2011_09_26_drive_0051_sync 105 l\n2011_09_26/2011_09_26_drive_0051_sync 190 l\n2011_09_26/2011_09_26_drive_0051_sync 40 l\n2011_09_26/2011_09_26_drive_0051_sync 52 r\n2011_09_26/2011_09_26_drive_0051_sync 397 l\n2011_09_26/2011_09_26_drive_0051_sync 41 r\n2011_09_26/2011_09_26_drive_0051_sync 48 l\n2011_09_26/2011_09_26_drive_0051_sync 177 r\n2011_09_26/2011_09_26_drive_0051_sync 56 l\n2011_09_26/2011_09_26_drive_0051_sync 175 r\n2011_09_26/2011_09_26_drive_0051_sync 303 r\n2011_09_26/2011_09_26_drive_0051_sync 155 r\n2011_09_26/2011_09_26_drive_0051_sync 5 l\n2011_09_26/2011_09_26_drive_0051_sync 31 l\n2011_09_26/2011_09_26_drive_0051_sync 34 l\n2011_09_26/2011_09_26_drive_0051_sync 85 l\n2011_09_26/2011_09_26_drive_0051_sync 251 r\n2011_09_26/2011_09_26_drive_0051_sync 64 l\n2011_09_26/2011_09_26_drive_0051_sync 179 r\n2011_09_26/2011_09_26_drive_0051_sync 251 l\n2011_09_26/2011_09_26_drive_0051_sync 125 l\n2011_09_26/2011_09_26_drive_0051_sync 105 r\n2011_09_26/2011_09_26_drive_0051_sync 29 r\n2011_09_26/2011_09_26_drive_0051_sync 389 r\n2011_09_26/2011_09_26_drive_0051_sync 126 l\n2011_09_26/2011_09_26_drive_0051_sync 151 r\n2011_09_26/2011_09_26_drive_0051_sync 281 l\n2011_09_26/2011_09_26_drive_0051_sync 65 r\n2011_09_26/2011_09_26_drive_0051_sync 10 r\n2011_09_26/2011_09_26_drive_0051_sync 145 l\n2011_09_26/2011_09_26_drive_0051_sync 408 l\n2011_09_26/2011_09_26_drive_0051_sync 415 l\n2011_09_26/2011_09_26_drive_0051_sync 413 r\n2011_09_26/2011_09_26_drive_0051_sync 416 l\n2011_09_26/2011_09_26_drive_0051_sync 154 r\n2011_09_26/2011_09_26_drive_0051_sync 152 l\n2011_09_26/2011_09_26_drive_0051_sync 76 r\n2011_09_26/2011_09_26_drive_0051_sync 71 l\n2011_09_26/2011_09_26_drive_0051_sync 17 r\n2011_09_26/2011_09_26_drive_0051_sync 302 l\n2011_09_26/2011_09_26_drive_0051_sync 58 r\n2011_09_26/2011_09_26_drive_0051_sync 187 l\n2011_09_26/2011_09_26_drive_0051_sync 166 l\n2011_09_26/2011_09_26_drive_0051_sync 419 l\n2011_09_26/2011_09_26_drive_0051_sync 52 l\n2011_09_26/2011_09_26_drive_0051_sync 49 l\n2011_09_26/2011_09_26_drive_0051_sync 17 l\n2011_09_26/2011_09_26_drive_0051_sync 79 r\n2011_09_26/2011_09_26_drive_0051_sync 417 r\n2011_09_26/2011_09_26_drive_0051_sync 392 r\n2011_09_26/2011_09_26_drive_0051_sync 119 r\n2011_09_26/2011_09_26_drive_0051_sync 165 l\n2011_09_26/2011_09_26_drive_0051_sync 15 r\n2011_09_26/2011_09_26_drive_0051_sync 136 l\n2011_09_26/2011_09_26_drive_0051_sync 420 r\n2011_09_26/2011_09_26_drive_0051_sync 23 l\n2011_09_26/2011_09_26_drive_0051_sync 50 r\n2011_09_26/2011_09_26_drive_0051_sync 92 r\n2011_09_26/2011_09_26_drive_0051_sync 80 l\n2011_09_26/2011_09_26_drive_0051_sync 73 r\n2011_09_26/2011_09_26_drive_0051_sync 35 l\n2011_09_26/2011_09_26_drive_0051_sync 153 r\n2011_09_26/2011_09_26_drive_0051_sync 42 r\n2011_09_26/2011_09_26_drive_0051_sync 115 l\n2011_09_26/2011_09_26_drive_0051_sync 76 l\n2011_09_26/2011_09_26_drive_0051_sync 301 l\n2011_09_26/2011_09_26_drive_0051_sync 166 r\n2011_09_26/2011_09_26_drive_0051_sync 175 l\n2011_09_26/2011_09_26_drive_0051_sync 137 r\n2011_09_26/2011_09_26_drive_0051_sync 83 r\n2011_09_26/2011_09_26_drive_0051_sync 26 l\n2011_09_26/2011_09_26_drive_0051_sync 176 r\n2011_09_26/2011_09_26_drive_0051_sync 385 l\n2011_09_26/2011_09_26_drive_0051_sync 73 l\n2011_09_26/2011_09_26_drive_0051_sync 398 l\n2011_09_26/2011_09_26_drive_0051_sync 182 r\n2011_09_26/2011_09_26_drive_0051_sync 33 l\n2011_09_26/2011_09_26_drive_0051_sync 185 r\n2011_09_26/2011_09_26_drive_0051_sync 382 r\n2011_09_26/2011_09_26_drive_0051_sync 247 l\n2011_09_26/2011_09_26_drive_0051_sync 55 l\n2011_09_26/2011_09_26_drive_0051_sync 116 r\n2011_09_26/2011_09_26_drive_0051_sync 22 r\n2011_09_26/2011_09_26_drive_0051_sync 97 l\n2011_09_26/2011_09_26_drive_0051_sync 132 r\n2011_09_26/2011_09_26_drive_0051_sync 111 l\n2011_09_26/2011_09_26_drive_0051_sync 232 r\n2011_09_26/2011_09_26_drive_0051_sync 38 l\n2011_09_26/2011_09_26_drive_0051_sync 102 r\n2011_09_26/2011_09_26_drive_0051_sync 401 r\n2011_09_26/2011_09_26_drive_0051_sync 117 l\n2011_09_26/2011_09_26_drive_0051_sync 250 l\n2011_09_26/2011_09_26_drive_0051_sync 8 r\n2011_09_26/2011_09_26_drive_0051_sync 144 r\n2011_09_26/2011_09_26_drive_0051_sync 406 l\n2011_09_26/2011_09_26_drive_0051_sync 391 r\n2011_09_26/2011_09_26_drive_0051_sync 431 r\n2011_09_26/2011_09_26_drive_0051_sync 78 l\n2011_09_26/2011_09_26_drive_0051_sync 24 l\n2011_09_26/2011_09_26_drive_0051_sync 312 l\n2011_09_26/2011_09_26_drive_0051_sync 322 l\n2011_09_26/2011_09_26_drive_0051_sync 378 r\n2011_09_26/2011_09_26_drive_0051_sync 395 l\n2011_09_26/2011_09_26_drive_0051_sync 399 l\n2011_09_26/2011_09_26_drive_0051_sync 20 l\n2011_09_26/2011_09_26_drive_0051_sync 148 r\n2011_09_26/2011_09_26_drive_0051_sync 124 l\n2011_09_26/2011_09_26_drive_0051_sync 35 r\n2011_09_26/2011_09_26_drive_0051_sync 81 l\n2011_09_26/2011_09_26_drive_0051_sync 228 l\n2011_09_26/2011_09_26_drive_0051_sync 425 l\n2011_09_26/2011_09_26_drive_0051_sync 432 r\n2011_09_26/2011_09_26_drive_0051_sync 32 r\n2011_09_26/2011_09_26_drive_0051_sync 284 l\n2011_09_26/2011_09_26_drive_0051_sync 252 r\n2011_09_26/2011_09_26_drive_0051_sync 112 r\n2011_09_26/2011_09_26_drive_0051_sync 6 l\n2011_09_26/2011_09_26_drive_0051_sync 131 r\n2011_09_26/2011_09_26_drive_0051_sync 70 l\n2011_09_26/2011_09_26_drive_0051_sync 150 r\n2011_09_26/2011_09_26_drive_0051_sync 424 r\n2011_09_26/2011_09_26_drive_0051_sync 183 l\n2011_09_26/2011_09_26_drive_0051_sync 434 l\n2011_09_26/2011_09_26_drive_0051_sync 28 r\n2011_09_26/2011_09_26_drive_0051_sync 430 l\n2011_09_26/2011_09_26_drive_0051_sync 89 l\n2011_09_26/2011_09_26_drive_0051_sync 366 r\n2011_09_26/2011_09_26_drive_0051_sync 98 r\n2011_09_26/2011_09_26_drive_0051_sync 67 l\n2011_09_26/2011_09_26_drive_0051_sync 282 r\n2011_09_26/2011_09_26_drive_0051_sync 115 r\n2011_09_26/2011_09_26_drive_0051_sync 107 r\n2011_09_26/2011_09_26_drive_0051_sync 96 l\n2011_09_26/2011_09_26_drive_0051_sync 87 r\n2011_09_26/2011_09_26_drive_0051_sync 75 l\n2011_09_26/2011_09_26_drive_0051_sync 255 r\n2011_09_26/2011_09_26_drive_0051_sync 100 l\n2011_09_26/2011_09_26_drive_0051_sync 68 r\n2011_09_26/2011_09_26_drive_0051_sync 32 l\n2011_09_26/2011_09_26_drive_0051_sync 422 l\n2011_09_26/2011_09_26_drive_0051_sync 134 r\n2011_09_26/2011_09_26_drive_0051_sync 414 r\n2011_09_26/2011_09_26_drive_0051_sync 3 l\n2011_09_26/2011_09_26_drive_0051_sync 66 r\n2011_09_26/2011_09_26_drive_0051_sync 368 l\n2011_09_26/2011_09_26_drive_0051_sync 28 l\n2011_09_26/2011_09_26_drive_0051_sync 103 l\n2011_09_26/2011_09_26_drive_0051_sync 404 r\n2011_09_26/2011_09_26_drive_0051_sync 427 l\n2011_09_26/2011_09_26_drive_0051_sync 150 l\n2011_09_26/2011_09_26_drive_0051_sync 59 r\n2011_09_26/2011_09_26_drive_0051_sync 88 r\n2011_09_26/2011_09_26_drive_0051_sync 125 r\n2011_09_26/2011_09_26_drive_0051_sync 96 r\n2011_09_26/2011_09_26_drive_0051_sync 64 r\n2011_09_26/2011_09_26_drive_0051_sync 230 l\n2011_09_26/2011_09_26_drive_0051_sync 113 l\n2011_09_26/2011_09_26_drive_0051_sync 403 r\n2011_09_26/2011_09_26_drive_0051_sync 72 l\n2011_09_26/2011_09_26_drive_0051_sync 4 l\n2011_09_26/2011_09_26_drive_0051_sync 16 r\n2011_09_26/2011_09_26_drive_0051_sync 147 l\n2011_09_26/2011_09_26_drive_0051_sync 412 r\n2011_09_26/2011_09_26_drive_0051_sync 148 l\n2011_09_26/2011_09_26_drive_0051_sync 322 r\n2011_09_26/2011_09_26_drive_0051_sync 376 l\n2011_09_26/2011_09_26_drive_0051_sync 123 l\n2011_09_26/2011_09_26_drive_0051_sync 50 l\n2011_09_26/2011_09_26_drive_0051_sync 365 l\n2011_09_26/2011_09_26_drive_0051_sync 321 l\n2011_09_26/2011_09_26_drive_0051_sync 121 r\n2011_09_26/2011_09_26_drive_0051_sync 135 r\n2011_09_26/2011_09_26_drive_0051_sync 25 r\n2011_09_26/2011_09_26_drive_0051_sync 42 l\n2011_09_26/2011_09_26_drive_0051_sync 370 l\n2011_09_26/2011_09_26_drive_0051_sync 401 l\n2011_09_26/2011_09_26_drive_0051_sync 426 r\n2011_09_26/2011_09_26_drive_0051_sync 316 r\n2011_09_26/2011_09_26_drive_0051_sync 71 r\n2011_09_26/2011_09_26_drive_0051_sync 155 l\n2011_09_26/2011_09_26_drive_0051_sync 97 r\n2011_09_26/2011_09_26_drive_0051_sync 47 l\n2011_09_26/2011_09_26_drive_0051_sync 158 r\n2011_09_26/2011_09_26_drive_0051_sync 127 l\n2011_09_26/2011_09_26_drive_0051_sync 26 r\n2011_09_26/2011_09_26_drive_0051_sync 143 r\n2011_09_26/2011_09_26_drive_0051_sync 298 r\n2011_09_26/2011_09_26_drive_0051_sync 65 l\n2011_09_26/2011_09_26_drive_0051_sync 434 r\n2011_09_26/2011_09_26_drive_0051_sync 286 r\n2011_09_26/2011_09_26_drive_0051_sync 399 r\n2011_09_26/2011_09_26_drive_0051_sync 320 l\n2011_09_26/2011_09_26_drive_0051_sync 132 l\n2011_09_26/2011_09_26_drive_0051_sync 101 r\n2011_09_26/2011_09_26_drive_0051_sync 186 l\n2011_09_26/2011_09_26_drive_0051_sync 410 r\n2011_09_26/2011_09_26_drive_0051_sync 368 r\n2011_09_26/2011_09_26_drive_0051_sync 47 r\n2011_09_26/2011_09_26_drive_0051_sync 9 r\n2011_09_26/2011_09_26_drive_0051_sync 389 l\n2011_09_26/2011_09_26_drive_0051_sync 53 r\n2011_09_26/2011_09_26_drive_0051_sync 27 l\n2011_09_26/2011_09_26_drive_0051_sync 174 r\n2011_09_26/2011_09_26_drive_0051_sync 169 l\n2011_09_26/2011_09_26_drive_0051_sync 90 l\n2011_09_26/2011_09_26_drive_0051_sync 173 l\n2011_09_26/2011_09_26_drive_0051_sync 69 l\n2011_09_26/2011_09_26_drive_0051_sync 85 r\n2011_09_26/2011_09_26_drive_0051_sync 88 l\n2011_09_26/2011_09_26_drive_0051_sync 122 l\n2011_09_26/2011_09_26_drive_0051_sync 94 l\n2011_09_26/2011_09_26_drive_0051_sync 114 l\n2011_09_26/2011_09_26_drive_0051_sync 411 r\n2011_09_26/2011_09_26_drive_0051_sync 12 l\n2011_09_26/2011_09_26_drive_0051_sync 167 r\n2011_09_26/2011_09_26_drive_0051_sync 58 l\n2011_09_26/2011_09_26_drive_0051_sync 405 l\n2011_09_26/2011_09_26_drive_0051_sync 120 l\n2011_09_26/2011_09_26_drive_0051_sync 159 l\n2011_09_26/2011_09_26_drive_0051_sync 118 l\n2011_09_26/2011_09_26_drive_0051_sync 229 r\n2011_09_26/2011_09_26_drive_0051_sync 139 l\n2011_09_26/2011_09_26_drive_0051_sync 13 l\n2011_09_26/2011_09_26_drive_0051_sync 284 r\n2011_09_26/2011_09_26_drive_0051_sync 177 l\n2011_09_26/2011_09_26_drive_0051_sync 72 r\n2011_09_26/2011_09_26_drive_0051_sync 230 r\n2011_09_26/2011_09_26_drive_0051_sync 409 l\n2011_09_26/2011_09_26_drive_0051_sync 174 l\n2011_09_26/2011_09_26_drive_0051_sync 133 r\n2011_09_26/2011_09_26_drive_0051_sync 402 l\n2011_09_26/2011_09_26_drive_0051_sync 283 l\n2011_09_26/2011_09_26_drive_0051_sync 127 r\n2011_09_26/2011_09_26_drive_0051_sync 247 r\n2011_09_26/2011_09_26_drive_0051_sync 33 r\n2011_09_26/2011_09_26_drive_0051_sync 130 l\n2011_09_26/2011_09_26_drive_0051_sync 394 r\n2011_09_26/2011_09_26_drive_0051_sync 255 l\n2011_09_26/2011_09_26_drive_0051_sync 190 r\n2011_09_26/2011_09_26_drive_0051_sync 74 r\n2011_09_26/2011_09_26_drive_0051_sync 362 l\n2011_09_26/2011_09_26_drive_0051_sync 378 l\n2011_09_26/2011_09_26_drive_0051_sync 117 r\n2011_09_26/2011_09_26_drive_0051_sync 393 r\n2011_09_26/2011_09_26_drive_0051_sync 187 r\n2011_09_26/2011_09_26_drive_0051_sync 8 l\n2011_09_26/2011_09_26_drive_0051_sync 36 l\n2011_09_26/2011_09_26_drive_0051_sync 82 l\n2011_09_26/2011_09_26_drive_0051_sync 95 r\n2011_09_26/2011_09_26_drive_0051_sync 299 r\n2011_09_26/2011_09_26_drive_0051_sync 415 r\n2011_09_26/2011_09_26_drive_0051_sync 18 l\n2011_09_26/2011_09_26_drive_0051_sync 37 l\n2011_09_26/2011_09_26_drive_0051_sync 46 l\n2011_09_26/2011_09_26_drive_0051_sync 391 l\n2011_09_26/2011_09_26_drive_0051_sync 316 l\n2011_09_26/2011_09_26_drive_0051_sync 116 l\n2011_09_26/2011_09_26_drive_0051_sync 254 l\n2011_09_26/2011_09_26_drive_0051_sync 163 l\n2011_09_26/2011_09_26_drive_0051_sync 172 r\n2011_09_26/2011_09_26_drive_0051_sync 377 l\n2011_09_26/2011_09_26_drive_0051_sync 170 r\n2011_09_26/2011_09_26_drive_0051_sync 140 l\n2011_09_26/2011_09_26_drive_0051_sync 57 l\n2011_09_26/2011_09_26_drive_0051_sync 43 r\n2011_09_26/2011_09_26_drive_0051_sync 396 l\n2011_09_26/2011_09_26_drive_0051_sync 13 r\n2011_09_26/2011_09_26_drive_0051_sync 51 l\n2011_09_26/2011_09_26_drive_0051_sync 154 l\n2011_09_26/2011_09_26_drive_0051_sync 299 l\n2011_09_26/2011_09_26_drive_0051_sync 110 r\n2011_09_26/2011_09_26_drive_0051_sync 46 r\n2011_09_26/2011_09_26_drive_0051_sync 61 l\n2011_09_26/2011_09_26_drive_0051_sync 392 l\n2011_09_26/2011_09_26_drive_0051_sync 433 l\n2011_09_26/2011_09_26_drive_0051_sync 387 r\n2011_09_26/2011_09_26_drive_0051_sync 149 l\n2011_09_26/2011_09_26_drive_0051_sync 402 r\n2011_09_26/2011_09_26_drive_0051_sync 135 l\n2011_09_26/2011_09_26_drive_0051_sync 310 r\n2011_09_26/2011_09_26_drive_0051_sync 374 l\n2011_09_26/2011_09_26_drive_0051_sync 365 r\n2011_09_26/2011_09_26_drive_0051_sync 390 l\n2011_09_26/2011_09_26_drive_0051_sync 395 r\n2011_09_26/2011_09_26_drive_0051_sync 77 r\n2011_09_26/2011_09_26_drive_0051_sync 369 r\n2011_09_26/2011_09_26_drive_0051_sync 249 l\n2011_09_26/2011_09_26_drive_0051_sync 300 l\n2011_09_26/2011_09_26_drive_0051_sync 151 l\n2011_09_26/2011_09_26_drive_0051_sync 129 r\n2011_09_26/2011_09_26_drive_0051_sync 400 l\n2011_09_26/2011_09_26_drive_0051_sync 366 l\n2011_09_26/2011_09_26_drive_0051_sync 420 l\n2011_09_26/2011_09_26_drive_0051_sync 161 l\n2011_09_26/2011_09_26_drive_0051_sync 412 l\n2011_09_26/2011_09_26_drive_0051_sync 138 l\n2011_09_26/2011_09_26_drive_0051_sync 311 l\n2011_09_26/2011_09_26_drive_0051_sync 159 r\n2011_09_26/2011_09_26_drive_0051_sync 38 r\n2011_09_26/2011_09_26_drive_0051_sync 29 l\n2011_09_26/2011_09_26_drive_0051_sync 178 r\n2011_09_26/2011_09_26_drive_0051_sync 416 r\n2011_09_26/2011_09_26_drive_0051_sync 89 r\n2011_09_26/2011_09_26_drive_0051_sync 364 l\n2011_09_26/2011_09_26_drive_0051_sync 144 l\n2011_09_26/2011_09_26_drive_0051_sync 162 r\n2011_09_26/2011_09_26_drive_0051_sync 252 l\n2011_09_26/2011_09_26_drive_0051_sync 189 l\n2011_09_26/2011_09_26_drive_0051_sync 34 r\n2011_09_26/2011_09_26_drive_0051_sync 188 l\n2011_09_26/2011_09_26_drive_0051_sync 409 r\n2011_09_26/2011_09_26_drive_0051_sync 39 l\n2011_09_26/2011_09_26_drive_0051_sync 11 r\n2011_09_26/2011_09_26_drive_0051_sync 27 r\n2011_09_26/2011_09_26_drive_0051_sync 427 r\n2011_09_26/2011_09_26_drive_0014_sync 285 l\n2011_09_26/2011_09_26_drive_0014_sync 265 r\n2011_09_26/2011_09_26_drive_0014_sync 132 l\n2011_09_26/2011_09_26_drive_0014_sync 33 r\n2011_09_26/2011_09_26_drive_0014_sync 55 l\n2011_09_26/2011_09_26_drive_0014_sync 156 r\n2011_09_26/2011_09_26_drive_0014_sync 195 l\n2011_09_26/2011_09_26_drive_0014_sync 139 r\n2011_09_26/2011_09_26_drive_0014_sync 155 r\n2011_09_26/2011_09_26_drive_0014_sync 149 r\n2011_09_26/2011_09_26_drive_0014_sync 89 l\n2011_09_26/2011_09_26_drive_0014_sync 286 l\n2011_09_26/2011_09_26_drive_0014_sync 219 r\n2011_09_26/2011_09_26_drive_0014_sync 278 l\n2011_09_26/2011_09_26_drive_0014_sync 196 r\n2011_09_26/2011_09_26_drive_0014_sync 95 l\n2011_09_26/2011_09_26_drive_0014_sync 271 l\n2011_09_26/2011_09_26_drive_0014_sync 39 r\n2011_09_26/2011_09_26_drive_0014_sync 89 r\n2011_09_26/2011_09_26_drive_0014_sync 203 r\n2011_09_26/2011_09_26_drive_0014_sync 250 l\n2011_09_26/2011_09_26_drive_0014_sync 308 l\n2011_09_26/2011_09_26_drive_0014_sync 294 r\n2011_09_26/2011_09_26_drive_0014_sync 115 l\n2011_09_26/2011_09_26_drive_0014_sync 218 r\n2011_09_26/2011_09_26_drive_0014_sync 217 l\n2011_09_26/2011_09_26_drive_0014_sync 110 l\n2011_09_26/2011_09_26_drive_0014_sync 147 l\n2011_09_26/2011_09_26_drive_0014_sync 52 r\n2011_09_26/2011_09_26_drive_0014_sync 67 l\n2011_09_26/2011_09_26_drive_0014_sync 159 l\n2011_09_26/2011_09_26_drive_0014_sync 47 r\n2011_09_26/2011_09_26_drive_0014_sync 107 r\n2011_09_26/2011_09_26_drive_0014_sync 309 l\n2011_09_26/2011_09_26_drive_0014_sync 94 r\n2011_09_26/2011_09_26_drive_0014_sync 253 r\n2011_09_26/2011_09_26_drive_0014_sync 183 r\n2011_09_26/2011_09_26_drive_0014_sync 238 r\n2011_09_26/2011_09_26_drive_0014_sync 168 l\n2011_09_26/2011_09_26_drive_0014_sync 130 r\n2011_09_26/2011_09_26_drive_0014_sync 45 r\n2011_09_26/2011_09_26_drive_0014_sync 82 r\n2011_09_26/2011_09_26_drive_0014_sync 68 r\n2011_09_26/2011_09_26_drive_0014_sync 304 l\n2011_09_26/2011_09_26_drive_0014_sync 70 l\n2011_09_26/2011_09_26_drive_0014_sync 186 l\n2011_09_26/2011_09_26_drive_0014_sync 208 l\n2011_09_26/2011_09_26_drive_0014_sync 163 l\n2011_09_26/2011_09_26_drive_0014_sync 80 r\n2011_09_26/2011_09_26_drive_0014_sync 41 r\n2011_09_26/2011_09_26_drive_0014_sync 176 r\n2011_09_26/2011_09_26_drive_0014_sync 65 l\n2011_09_26/2011_09_26_drive_0014_sync 81 r\n2011_09_26/2011_09_26_drive_0014_sync 235 l\n2011_09_26/2011_09_26_drive_0014_sync 138 l\n2011_09_26/2011_09_26_drive_0014_sync 75 r\n2011_09_26/2011_09_26_drive_0014_sync 226 r\n2011_09_26/2011_09_26_drive_0014_sync 66 r\n2011_09_26/2011_09_26_drive_0014_sync 280 l\n2011_09_26/2011_09_26_drive_0014_sync 127 l\n2011_09_26/2011_09_26_drive_0014_sync 185 r\n2011_09_26/2011_09_26_drive_0014_sync 22 r\n2011_09_26/2011_09_26_drive_0014_sync 61 l\n2011_09_26/2011_09_26_drive_0014_sync 144 l\n2011_09_26/2011_09_26_drive_0014_sync 109 r\n2011_09_26/2011_09_26_drive_0014_sync 197 r\n2011_09_26/2011_09_26_drive_0014_sync 37 r\n2011_09_26/2011_09_26_drive_0014_sync 283 l\n2011_09_26/2011_09_26_drive_0014_sync 152 l\n2011_09_26/2011_09_26_drive_0014_sync 97 l\n2011_09_26/2011_09_26_drive_0014_sync 258 l\n2011_09_26/2011_09_26_drive_0014_sync 189 r\n2011_09_26/2011_09_26_drive_0014_sync 134 l\n2011_09_26/2011_09_26_drive_0014_sync 37 l\n2011_09_26/2011_09_26_drive_0014_sync 48 l\n2011_09_26/2011_09_26_drive_0014_sync 236 l\n2011_09_26/2011_09_26_drive_0014_sync 128 r\n2011_09_26/2011_09_26_drive_0014_sync 69 r\n2011_09_26/2011_09_26_drive_0014_sync 40 r\n2011_09_26/2011_09_26_drive_0014_sync 263 r\n2011_09_26/2011_09_26_drive_0014_sync 73 r\n2011_09_26/2011_09_26_drive_0014_sync 93 r\n2011_09_26/2011_09_26_drive_0014_sync 295 r\n2011_09_26/2011_09_26_drive_0014_sync 188 r\n2011_09_26/2011_09_26_drive_0014_sync 238 l\n2011_09_26/2011_09_26_drive_0014_sync 230 l\n2011_09_26/2011_09_26_drive_0014_sync 250 r\n2011_09_26/2011_09_26_drive_0014_sync 172 r\n2011_09_26/2011_09_26_drive_0014_sync 273 r\n2011_09_26/2011_09_26_drive_0014_sync 146 r\n2011_09_26/2011_09_26_drive_0014_sync 252 l\n2011_09_26/2011_09_26_drive_0014_sync 257 l\n2011_09_26/2011_09_26_drive_0014_sync 21 l\n2011_09_26/2011_09_26_drive_0014_sync 156 l\n2011_09_26/2011_09_26_drive_0014_sync 30 l\n2011_09_26/2011_09_26_drive_0014_sync 103 l\n2011_09_26/2011_09_26_drive_0014_sync 133 r\n2011_09_26/2011_09_26_drive_0014_sync 86 l\n2011_09_26/2011_09_26_drive_0014_sync 110 r\n2011_09_26/2011_09_26_drive_0014_sync 228 r\n2011_09_26/2011_09_26_drive_0014_sync 135 l\n2011_09_26/2011_09_26_drive_0014_sync 174 r\n2011_09_26/2011_09_26_drive_0014_sync 302 l\n2011_09_26/2011_09_26_drive_0014_sync 269 r\n2011_09_26/2011_09_26_drive_0014_sync 31 l\n2011_09_26/2011_09_26_drive_0014_sync 88 l\n2011_09_26/2011_09_26_drive_0014_sync 224 l\n2011_09_26/2011_09_26_drive_0014_sync 154 r\n2011_09_26/2011_09_26_drive_0014_sync 245 r\n2011_09_26/2011_09_26_drive_0014_sync 157 l\n2011_09_26/2011_09_26_drive_0014_sync 74 r\n2011_09_26/2011_09_26_drive_0014_sync 83 r\n2011_09_26/2011_09_26_drive_0014_sync 10 l\n2011_09_26/2011_09_26_drive_0014_sync 152 r\n2011_09_26/2011_09_26_drive_0014_sync 20 l\n2011_09_26/2011_09_26_drive_0014_sync 148 l\n2011_09_26/2011_09_26_drive_0014_sync 108 r\n2011_09_26/2011_09_26_drive_0014_sync 121 l\n2011_09_26/2011_09_26_drive_0014_sync 4 l\n2011_09_26/2011_09_26_drive_0014_sync 141 r\n2011_09_26/2011_09_26_drive_0014_sync 23 l\n2011_09_26/2011_09_26_drive_0014_sync 267 r\n2011_09_26/2011_09_26_drive_0014_sync 268 r\n2011_09_26/2011_09_26_drive_0014_sync 143 r\n2011_09_26/2011_09_26_drive_0014_sync 275 r\n2011_09_26/2011_09_26_drive_0014_sync 211 r\n2011_09_26/2011_09_26_drive_0014_sync 283 r\n2011_09_26/2011_09_26_drive_0014_sync 52 l\n2011_09_26/2011_09_26_drive_0014_sync 139 l\n2011_09_26/2011_09_26_drive_0014_sync 229 r\n2011_09_26/2011_09_26_drive_0014_sync 56 r\n2011_09_26/2011_09_26_drive_0014_sync 64 r\n2011_09_26/2011_09_26_drive_0014_sync 133 l\n2011_09_26/2011_09_26_drive_0014_sync 24 r\n2011_09_26/2011_09_26_drive_0014_sync 234 r\n2011_09_26/2011_09_26_drive_0014_sync 29 l\n2011_09_26/2011_09_26_drive_0014_sync 246 l\n2011_09_26/2011_09_26_drive_0014_sync 279 r\n2011_09_26/2011_09_26_drive_0014_sync 188 l\n2011_09_26/2011_09_26_drive_0014_sync 281 r\n2011_09_26/2011_09_26_drive_0014_sync 50 r\n2011_09_26/2011_09_26_drive_0014_sync 223 r\n2011_09_26/2011_09_26_drive_0014_sync 5 r\n2011_09_26/2011_09_26_drive_0014_sync 14 r\n2011_09_26/2011_09_26_drive_0014_sync 196 l\n2011_09_26/2011_09_26_drive_0014_sync 83 l\n2011_09_26/2011_09_26_drive_0014_sync 17 l\n2011_09_26/2011_09_26_drive_0014_sync 158 r\n2011_09_26/2011_09_26_drive_0014_sync 233 l\n2011_09_26/2011_09_26_drive_0014_sync 141 l\n2011_09_26/2011_09_26_drive_0014_sync 65 r\n2011_09_26/2011_09_26_drive_0014_sync 35 r\n2011_09_26/2011_09_26_drive_0014_sync 199 l\n2011_09_26/2011_09_26_drive_0014_sync 94 l\n2011_09_26/2011_09_26_drive_0014_sync 7 l\n2011_09_26/2011_09_26_drive_0014_sync 304 r\n2011_09_26/2011_09_26_drive_0014_sync 221 l\n2011_09_26/2011_09_26_drive_0014_sync 74 l\n2011_09_26/2011_09_26_drive_0014_sync 184 r\n2011_09_26/2011_09_26_drive_0014_sync 82 l\n2011_09_26/2011_09_26_drive_0014_sync 216 r\n2011_09_26/2011_09_26_drive_0014_sync 270 l\n2011_09_26/2011_09_26_drive_0014_sync 118 r\n2011_09_26/2011_09_26_drive_0014_sync 309 r\n2011_09_26/2011_09_26_drive_0014_sync 145 l\n2011_09_26/2011_09_26_drive_0014_sync 215 r\n2011_09_26/2011_09_26_drive_0014_sync 292 r\n2011_09_26/2011_09_26_drive_0014_sync 177 r\n2011_09_26/2011_09_26_drive_0014_sync 150 l\n2011_09_26/2011_09_26_drive_0014_sync 47 l\n2011_09_26/2011_09_26_drive_0014_sync 261 l\n2011_09_26/2011_09_26_drive_0014_sync 205 l\n2011_09_26/2011_09_26_drive_0014_sync 46 r\n2011_09_26/2011_09_26_drive_0014_sync 169 l\n2011_09_26/2011_09_26_drive_0014_sync 130 l\n2011_09_26/2011_09_26_drive_0014_sync 298 r\n2011_09_26/2011_09_26_drive_0014_sync 305 r\n2011_09_26/2011_09_26_drive_0014_sync 222 r\n2011_09_26/2011_09_26_drive_0014_sync 102 l\n2011_09_26/2011_09_26_drive_0014_sync 301 r\n2011_09_26/2011_09_26_drive_0014_sync 95 r\n2011_09_26/2011_09_26_drive_0014_sync 46 l\n2011_09_26/2011_09_26_drive_0014_sync 154 l\n2011_09_26/2011_09_26_drive_0014_sync 113 r\n2011_09_26/2011_09_26_drive_0014_sync 243 r\n2011_09_26/2011_09_26_drive_0014_sync 56 l\n2011_09_26/2011_09_26_drive_0014_sync 162 r\n2011_09_26/2011_09_26_drive_0014_sync 189 l\n2011_09_26/2011_09_26_drive_0014_sync 192 r\n2011_09_26/2011_09_26_drive_0014_sync 218 l\n2011_09_26/2011_09_26_drive_0014_sync 240 l\n2011_09_26/2011_09_26_drive_0014_sync 275 l\n2011_09_26/2011_09_26_drive_0014_sync 31 r\n2011_09_26/2011_09_26_drive_0014_sync 145 r\n2011_09_26/2011_09_26_drive_0014_sync 9 l\n2011_09_26/2011_09_26_drive_0014_sync 137 l\n2011_09_26/2011_09_26_drive_0014_sync 248 r\n2011_09_26/2011_09_26_drive_0014_sync 93 l\n2011_09_26/2011_09_26_drive_0014_sync 151 r\n2011_09_26/2011_09_26_drive_0014_sync 237 l\n2011_09_26/2011_09_26_drive_0014_sync 220 r\n2011_09_26/2011_09_26_drive_0014_sync 204 l\n2011_09_26/2011_09_26_drive_0014_sync 21 r\n2011_09_26/2011_09_26_drive_0014_sync 116 r\n2011_09_26/2011_09_26_drive_0014_sync 80 l\n2011_09_26/2011_09_26_drive_0014_sync 26 r\n2011_09_26/2011_09_26_drive_0014_sync 236 r\n2011_09_26/2011_09_26_drive_0014_sync 187 r\n2011_09_26/2011_09_26_drive_0014_sync 112 r\n2011_09_26/2011_09_26_drive_0014_sync 64 l\n2011_09_26/2011_09_26_drive_0014_sync 153 l\n2011_09_26/2011_09_26_drive_0014_sync 59 l\n2011_09_26/2011_09_26_drive_0014_sync 251 r\n2011_09_26/2011_09_26_drive_0014_sync 202 l\n2011_09_26/2011_09_26_drive_0014_sync 260 l\n2011_09_26/2011_09_26_drive_0014_sync 216 l\n2011_09_26/2011_09_26_drive_0014_sync 119 l\n2011_09_26/2011_09_26_drive_0014_sync 245 l\n2011_09_26/2011_09_26_drive_0014_sync 123 r\n2011_09_26/2011_09_26_drive_0014_sync 104 r\n2011_09_26/2011_09_26_drive_0014_sync 291 r\n2011_09_26/2011_09_26_drive_0014_sync 227 l\n2011_09_26/2011_09_26_drive_0014_sync 49 l\n2011_09_26/2011_09_26_drive_0014_sync 67 r\n2011_09_26/2011_09_26_drive_0014_sync 105 r\n2011_09_26/2011_09_26_drive_0014_sync 226 l\n2011_09_26/2011_09_26_drive_0014_sync 276 r\n2011_09_26/2011_09_26_drive_0014_sync 175 l\n2011_09_26/2011_09_26_drive_0014_sync 185 l\n2011_09_26/2011_09_26_drive_0014_sync 114 r\n2011_09_26/2011_09_26_drive_0014_sync 79 l\n2011_09_26/2011_09_26_drive_0014_sync 25 l\n2011_09_26/2011_09_26_drive_0014_sync 30 r\n2011_09_26/2011_09_26_drive_0014_sync 282 l\n2011_09_26/2011_09_26_drive_0014_sync 3 r\n2011_09_26/2011_09_26_drive_0014_sync 41 l\n2011_09_26/2011_09_26_drive_0014_sync 111 l\n2011_09_26/2011_09_26_drive_0014_sync 66 l\n2011_09_26/2011_09_26_drive_0014_sync 225 l\n2011_09_26/2011_09_26_drive_0014_sync 36 l\n2011_09_26/2011_09_26_drive_0014_sync 99 l\n2011_09_26/2011_09_26_drive_0014_sync 173 l\n2011_09_26/2011_09_26_drive_0014_sync 71 l\n2011_09_26/2011_09_26_drive_0014_sync 186 r\n2011_09_26/2011_09_26_drive_0014_sync 144 r\n2011_09_26/2011_09_26_drive_0014_sync 77 l\n2011_09_26/2011_09_26_drive_0014_sync 32 l\n2011_09_26/2011_09_26_drive_0014_sync 307 r\n2011_09_26/2011_09_26_drive_0014_sync 51 r\n2011_09_26/2011_09_26_drive_0014_sync 178 r\n2011_09_26/2011_09_26_drive_0014_sync 15 r\n2011_09_26/2011_09_26_drive_0014_sync 36 r\n2011_09_26/2011_09_26_drive_0014_sync 119 r\n2011_09_26/2011_09_26_drive_0014_sync 111 r\n2011_09_26/2011_09_26_drive_0014_sync 279 l\n2011_09_26/2011_09_26_drive_0014_sync 177 l\n2011_09_26/2011_09_26_drive_0014_sync 142 r\n2011_09_26/2011_09_26_drive_0014_sync 76 l\n2011_09_26/2011_09_26_drive_0014_sync 13 r\n2011_09_26/2011_09_26_drive_0014_sync 290 l\n2011_09_26/2011_09_26_drive_0014_sync 286 r\n2011_09_26/2011_09_26_drive_0014_sync 127 r\n2011_09_26/2011_09_26_drive_0014_sync 255 r\n2011_09_26/2011_09_26_drive_0014_sync 268 l\n2011_09_26/2011_09_26_drive_0014_sync 204 r\n2011_09_26/2011_09_26_drive_0014_sync 120 r\n2011_09_26/2011_09_26_drive_0014_sync 306 r\n2011_09_26/2011_09_26_drive_0014_sync 249 l\n2011_09_26/2011_09_26_drive_0014_sync 199 r\n2011_09_26/2011_09_26_drive_0014_sync 209 r\n2011_09_26/2011_09_26_drive_0014_sync 150 r\n2011_09_26/2011_09_26_drive_0014_sync 9 r\n2011_09_26/2011_09_26_drive_0014_sync 98 r\n2011_09_26/2011_09_26_drive_0014_sync 191 r\n2011_09_26/2011_09_26_drive_0014_sync 42 l\n2011_09_26/2011_09_26_drive_0014_sync 136 r\n2011_09_26/2011_09_26_drive_0014_sync 22 l\n2011_09_26/2011_09_26_drive_0014_sync 105 l\n2011_09_26/2011_09_26_drive_0014_sync 163 r\n2011_09_26/2011_09_26_drive_0014_sync 212 l\n2011_09_26/2011_09_26_drive_0014_sync 300 r\n2011_09_26/2011_09_26_drive_0014_sync 18 r\n2011_09_26/2011_09_26_drive_0014_sync 198 l\n2011_09_26/2011_09_26_drive_0014_sync 140 l\n2011_09_26/2011_09_26_drive_0014_sync 129 r\n2011_09_26/2011_09_26_drive_0014_sync 195 r\n2011_09_26/2011_09_26_drive_0014_sync 208 r\n2011_09_26/2011_09_26_drive_0014_sync 181 l\n2011_09_26/2011_09_26_drive_0014_sync 54 r\n2011_09_26/2011_09_26_drive_0014_sync 32 r\n2011_09_26/2011_09_26_drive_0014_sync 129 l\n2011_09_26/2011_09_26_drive_0014_sync 91 r\n2011_09_26/2011_09_26_drive_0014_sync 169 r\n2011_09_26/2011_09_26_drive_0014_sync 299 r\n2011_09_26/2011_09_26_drive_0014_sync 288 r\n2011_09_26/2011_09_26_drive_0014_sync 73 l\n2011_09_26/2011_09_26_drive_0014_sync 293 l\n2011_09_26/2011_09_26_drive_0014_sync 42 r\n2011_09_26/2011_09_26_drive_0014_sync 201 r\n2011_09_26/2011_09_26_drive_0014_sync 131 l\n2011_09_26/2011_09_26_drive_0014_sync 135 r\n2011_09_26/2011_09_26_drive_0014_sync 277 l\n2011_09_26/2011_09_26_drive_0014_sync 122 l\n2011_09_26/2011_09_26_drive_0014_sync 128 l\n2011_09_26/2011_09_26_drive_0014_sync 16 l\n2011_09_26/2011_09_26_drive_0014_sync 99 r\n2011_09_26/2011_09_26_drive_0014_sync 182 l\n2011_09_26/2011_09_26_drive_0014_sync 112 l\n2011_09_26/2011_09_26_drive_0014_sync 178 l\n2011_09_26/2011_09_26_drive_0014_sync 310 l\n2011_09_26/2011_09_26_drive_0014_sync 17 r\n2011_09_26/2011_09_26_drive_0014_sync 51 l\n2011_09_26/2011_09_26_drive_0014_sync 121 r\n2011_09_26/2011_09_26_drive_0014_sync 222 l\n2011_09_26/2011_09_26_drive_0014_sync 168 r\n2011_09_26/2011_09_26_drive_0014_sync 242 l\n2011_09_26/2011_09_26_drive_0014_sync 244 r\n2011_09_26/2011_09_26_drive_0014_sync 58 l\n2011_09_26/2011_09_26_drive_0014_sync 48 r\n2011_09_26/2011_09_26_drive_0014_sync 290 r\n2011_09_26/2011_09_26_drive_0014_sync 122 r\n2011_09_26/2011_09_26_drive_0014_sync 262 r\n2011_09_26/2011_09_26_drive_0014_sync 53 r\n2011_09_26/2011_09_26_drive_0014_sync 12 l\n2011_09_26/2011_09_26_drive_0014_sync 190 r\n2011_09_26/2011_09_26_drive_0014_sync 301 l\n2011_09_26/2011_09_26_drive_0014_sync 76 r\n2011_09_26/2011_09_26_drive_0014_sync 197 l\n2011_09_26/2011_09_26_drive_0014_sync 155 l\n2011_09_26/2011_09_26_drive_0014_sync 206 l\n2011_09_26/2011_09_26_drive_0014_sync 79 r\n2011_09_26/2011_09_26_drive_0014_sync 68 l\n2011_09_26/2011_09_26_drive_0014_sync 256 l\n2011_09_26/2011_09_26_drive_0014_sync 167 r\n2011_09_26/2011_09_26_drive_0014_sync 259 r\n2011_09_26/2011_09_26_drive_0014_sync 193 r\n2011_09_26/2011_09_26_drive_0014_sync 92 r\n2011_09_26/2011_09_26_drive_0014_sync 166 r\n2011_09_26/2011_09_26_drive_0014_sync 225 r\n2011_09_26/2011_09_26_drive_0014_sync 167 l\n2011_09_26/2011_09_26_drive_0014_sync 124 r\n2011_09_26/2011_09_26_drive_0014_sync 63 l\n2011_09_26/2011_09_26_drive_0014_sync 276 l\n2011_09_26/2011_09_26_drive_0014_sync 277 r\n2011_09_26/2011_09_26_drive_0014_sync 104 l\n2011_09_26/2011_09_26_drive_0014_sync 259 l\n2011_09_26/2011_09_26_drive_0014_sync 297 l\n2011_09_26/2011_09_26_drive_0014_sync 159 r\n2011_09_26/2011_09_26_drive_0014_sync 288 l\n2011_09_26/2011_09_26_drive_0014_sync 39 l\n2011_09_26/2011_09_26_drive_0014_sync 266 l\n2011_09_26/2011_09_26_drive_0014_sync 157 r\n2011_09_26/2011_09_26_drive_0014_sync 85 l\n2011_09_26/2011_09_26_drive_0014_sync 292 l\n2011_09_26/2011_09_26_drive_0014_sync 146 l\n2011_09_26/2011_09_26_drive_0014_sync 174 l\n2011_09_26/2011_09_26_drive_0014_sync 84 r\n2011_09_26/2011_09_26_drive_0014_sync 87 r\n2011_09_26/2011_09_26_drive_0014_sync 247 r\n2011_09_26/2011_09_26_drive_0014_sync 153 r\n2011_09_26/2011_09_26_drive_0014_sync 126 r\n2011_09_26/2011_09_26_drive_0014_sync 255 l\n2011_09_26/2011_09_26_drive_0014_sync 184 l\n2011_09_26/2011_09_26_drive_0014_sync 165 r\n2011_09_26/2011_09_26_drive_0014_sync 160 l\n2011_09_26/2011_09_26_drive_0014_sync 35 l\n2011_09_26/2011_09_26_drive_0014_sync 171 l\n2011_09_26/2011_09_26_drive_0014_sync 291 l\n2011_09_26/2011_09_26_drive_0014_sync 223 l\n2011_09_26/2011_09_26_drive_0014_sync 106 r\n2011_09_26/2011_09_26_drive_0014_sync 194 r\n2011_09_26/2011_09_26_drive_0014_sync 59 r\n2011_09_26/2011_09_26_drive_0014_sync 280 r\n2011_09_26/2011_09_26_drive_0014_sync 44 l\n2011_09_26/2011_09_26_drive_0014_sync 118 l\n2011_09_26/2011_09_26_drive_0014_sync 232 r\n2011_09_26/2011_09_26_drive_0014_sync 27 r\n2011_09_26/2011_09_26_drive_0014_sync 190 l\n2011_09_26/2011_09_26_drive_0014_sync 158 l\n2011_09_26/2011_09_26_drive_0014_sync 205 r\n2011_09_26/2011_09_26_drive_0014_sync 299 l\n2011_09_26/2011_09_26_drive_0014_sync 251 l\n2011_09_26/2011_09_26_drive_0014_sync 289 l\n2011_09_26/2011_09_26_drive_0014_sync 16 r\n2011_09_26/2011_09_26_drive_0014_sync 7 r\n2011_09_26/2011_09_26_drive_0014_sync 274 r\n2011_09_26/2011_09_26_drive_0014_sync 147 r\n2011_09_26/2011_09_26_drive_0014_sync 237 r\n2011_09_26/2011_09_26_drive_0014_sync 194 l\n2011_09_26/2011_09_26_drive_0014_sync 215 l\n2011_09_26/2011_09_26_drive_0014_sync 172 l\n2011_09_26/2011_09_26_drive_0014_sync 202 r\n2011_09_26/2011_09_26_drive_0014_sync 212 r\n2011_09_26/2011_09_26_drive_0014_sync 264 r\n2011_09_26/2011_09_26_drive_0014_sync 278 r\n2011_09_26/2011_09_26_drive_0014_sync 58 r\n2011_09_26/2011_09_26_drive_0014_sync 14 l\n2011_09_26/2011_09_26_drive_0014_sync 211 l\n2011_09_26/2011_09_26_drive_0014_sync 43 l\n2011_09_26/2011_09_26_drive_0014_sync 303 r\n2011_09_26/2011_09_26_drive_0014_sync 96 l\n2011_09_26/2011_09_26_drive_0014_sync 214 r\n2011_09_26/2011_09_26_drive_0014_sync 117 l\n2011_09_26/2011_09_26_drive_0014_sync 254 r\n2011_09_26/2011_09_26_drive_0014_sync 179 l\n2011_09_26/2011_09_26_drive_0014_sync 173 r\n2011_09_26/2011_09_26_drive_0014_sync 18 l\n2011_09_26/2011_09_26_drive_0014_sync 171 r\n2011_09_26/2011_09_26_drive_0014_sync 270 r\n2011_09_26/2011_09_26_drive_0014_sync 170 r\n2011_09_26/2011_09_26_drive_0014_sync 114 l\n2011_09_26/2011_09_26_drive_0014_sync 81 l\n2011_09_26/2011_09_26_drive_0014_sync 100 l\n2011_09_26/2011_09_26_drive_0014_sync 28 l\n2011_09_26/2011_09_26_drive_0014_sync 115 r\n2011_09_26/2011_09_26_drive_0014_sync 294 l\n2011_09_26/2011_09_26_drive_0014_sync 138 r\n2011_09_26/2011_09_26_drive_0014_sync 253 l\n2011_09_26/2011_09_26_drive_0014_sync 207 l\n2011_09_26/2011_09_26_drive_0014_sync 201 l\n2011_09_26/2011_09_26_drive_0014_sync 6 r\n2011_09_26/2011_09_26_drive_0014_sync 125 r\n2011_09_26/2011_09_26_drive_0014_sync 261 r\n2011_09_26/2011_09_26_drive_0014_sync 4 r\n2011_09_26/2011_09_26_drive_0014_sync 302 r\n2011_09_26/2011_09_26_drive_0014_sync 13 l\n2011_09_26/2011_09_26_drive_0014_sync 300 l\n2011_09_26/2011_09_26_drive_0014_sync 240 r\n2011_09_26/2011_09_26_drive_0014_sync 107 l\n2011_09_26/2011_09_26_drive_0014_sync 34 r\n2011_09_26/2011_09_26_drive_0014_sync 88 r\n2011_09_26/2011_09_26_drive_0014_sync 230 r\n2011_09_26/2011_09_26_drive_0014_sync 126 l\n2011_09_26/2011_09_26_drive_0014_sync 181 r\n2011_09_26/2011_09_26_drive_0014_sync 298 l\n2011_09_26/2011_09_26_drive_0014_sync 97 r\n2011_09_26/2011_09_26_drive_0014_sync 49 r\n2011_09_26/2011_09_26_drive_0014_sync 26 l\n2011_09_26/2011_09_26_drive_0014_sync 239 l\n2011_09_26/2011_09_26_drive_0014_sync 44 r\n2011_09_26/2011_09_26_drive_0014_sync 90 l\n2011_09_26/2011_09_26_drive_0014_sync 297 r\n2011_09_26/2011_09_26_drive_0014_sync 274 l\n2011_09_26/2011_09_26_drive_0014_sync 57 l\n2011_09_26/2011_09_26_drive_0014_sync 239 r\n2011_09_26/2011_09_26_drive_0014_sync 296 l\n2011_09_26/2011_09_26_drive_0014_sync 96 r\n2011_09_26/2011_09_26_drive_0014_sync 175 r\n2011_09_26/2011_09_26_drive_0014_sync 164 r\n2011_09_26/2011_09_26_drive_0014_sync 213 r\n2011_09_26/2011_09_26_drive_0014_sync 50 l\n2011_09_26/2011_09_26_drive_0014_sync 227 r\n2011_09_26/2011_09_26_drive_0014_sync 117 r\n2011_09_26/2011_09_26_drive_0014_sync 106 l\n2011_09_26/2011_09_26_drive_0014_sync 113 l\n2011_09_26/2011_09_26_drive_0014_sync 260 r\n2011_09_26/2011_09_26_drive_0014_sync 180 r\n2011_09_26/2011_09_26_drive_0014_sync 232 l\n2011_09_26/2011_09_26_drive_0014_sync 101 r\n2011_09_26/2011_09_26_drive_0014_sync 162 l\n2011_09_26/2011_09_26_drive_0014_sync 193 l\n2011_09_26/2011_09_26_drive_0014_sync 100 r\n2011_09_26/2011_09_26_drive_0014_sync 11 r\n2011_09_26/2011_09_26_drive_0014_sync 28 r\n2011_09_26/2011_09_26_drive_0014_sync 25 r\n2011_09_26/2011_09_26_drive_0014_sync 179 r\n2011_09_26/2011_09_26_drive_0014_sync 165 l\n2011_09_26/2011_09_26_drive_0014_sync 310 r\n2011_09_26/2011_09_26_drive_0014_sync 53 l\n2011_09_26/2011_09_26_drive_0014_sync 170 l\n2011_09_26/2011_09_26_drive_0014_sync 102 r\n2011_09_26/2011_09_26_drive_0014_sync 231 r\n2011_09_26/2011_09_26_drive_0014_sync 284 l\n2011_09_26/2011_09_26_drive_0014_sync 213 l\n2011_09_26/2011_09_26_drive_0014_sync 19 r\n2011_09_26/2011_09_26_drive_0014_sync 233 r\n2011_09_26/2011_09_26_drive_0014_sync 143 l\n2011_09_26/2011_09_26_drive_0014_sync 140 r\n2011_09_26/2011_09_26_drive_0014_sync 55 r\n2011_09_26/2011_09_26_drive_0014_sync 198 r\n2011_09_26/2011_09_26_drive_0014_sync 20 r\n2011_09_26/2011_09_26_drive_0014_sync 273 l\n2011_09_26/2011_09_26_drive_0014_sync 183 l\n2011_09_26/2011_09_26_drive_0014_sync 15 l\n2011_09_26/2011_09_26_drive_0014_sync 258 r\n2011_09_26/2011_09_26_drive_0014_sync 231 l\n2011_09_26/2011_09_26_drive_0014_sync 116 l\n2011_09_26/2011_09_26_drive_0014_sync 136 l\n2011_09_26/2011_09_26_drive_0014_sync 11 l\n2011_09_26/2011_09_26_drive_0014_sync 131 r\n2011_09_26/2011_09_26_drive_0014_sync 6 l\n2011_09_26/2011_09_26_drive_0014_sync 229 l\n2011_09_26/2011_09_26_drive_0014_sync 109 l\n2011_09_26/2011_09_26_drive_0014_sync 247 l\n2011_09_26/2011_09_26_drive_0014_sync 256 r\n2011_09_26/2011_09_26_drive_0014_sync 164 l\n2011_09_26/2011_09_26_drive_0014_sync 267 l\n2011_09_26/2011_09_26_drive_0014_sync 209 l\n2011_09_26/2011_09_26_drive_0014_sync 241 l\n2011_09_26/2011_09_26_drive_0014_sync 244 l\n2011_09_26/2011_09_26_drive_0014_sync 289 r\n2011_09_26/2011_09_26_drive_0014_sync 62 l\n2011_09_26/2011_09_26_drive_0014_sync 161 l\n2011_09_26/2011_09_26_drive_0014_sync 5 l\n2011_09_26/2011_09_26_drive_0014_sync 120 l\n2011_09_26/2011_09_26_drive_0014_sync 228 l\n2011_09_26/2011_09_26_drive_0014_sync 61 r\n2011_09_26/2011_09_26_drive_0014_sync 132 r\n2011_09_26/2011_09_26_drive_0014_sync 252 r\n2011_09_26/2011_09_26_drive_0014_sync 180 l\n2011_09_26/2011_09_26_drive_0014_sync 246 r\n2011_09_26/2011_09_26_drive_0014_sync 33 l\n2011_09_26/2011_09_26_drive_0014_sync 69 l\n2011_09_26/2011_09_26_drive_0014_sync 142 l\n2011_09_26/2011_09_26_drive_0014_sync 137 r\n2011_09_26/2011_09_26_drive_0014_sync 217 r\n2011_09_26/2011_09_26_drive_0014_sync 262 l\n2011_09_26/2011_09_26_drive_0014_sync 75 l\n2011_09_26/2011_09_26_drive_0014_sync 272 r\n2011_09_26/2011_09_26_drive_0014_sync 149 l\n2011_09_26/2011_09_26_drive_0014_sync 257 r\n2011_09_26/2011_09_26_drive_0014_sync 249 r\n2011_09_26/2011_09_26_drive_0014_sync 219 l\n2011_09_26/2011_09_26_drive_0014_sync 303 l\n2011_09_26/2011_09_26_drive_0014_sync 248 l\n2011_09_26/2011_09_26_drive_0014_sync 187 l\n2011_09_26/2011_09_26_drive_0014_sync 92 l\n2011_09_26/2011_09_26_drive_0014_sync 45 l\n2011_09_26/2011_09_26_drive_0014_sync 38 r\n2011_09_26/2011_09_26_drive_0014_sync 19 l\n2011_09_26/2011_09_26_drive_0014_sync 263 l\n2011_09_26/2011_09_26_drive_0014_sync 241 r\n2011_09_26/2011_09_26_drive_0014_sync 214 l\n2011_09_26/2011_09_26_drive_0014_sync 235 r\n2011_09_26/2011_09_26_drive_0014_sync 151 l\n2011_09_26/2011_09_26_drive_0014_sync 210 l\n2011_09_26/2011_09_26_drive_0014_sync 192 l\n2011_09_26/2011_09_26_drive_0014_sync 287 r\n2011_09_26/2011_09_26_drive_0014_sync 38 l\n2011_09_26/2011_09_26_drive_0014_sync 87 l\n2011_09_26/2011_09_26_drive_0014_sync 182 r\n2011_09_26/2011_09_26_drive_0014_sync 60 l\n2011_09_26/2011_09_26_drive_0032_sync 226 r\n2011_09_26/2011_09_26_drive_0032_sync 165 r\n2011_09_26/2011_09_26_drive_0032_sync 385 l\n2011_09_26/2011_09_26_drive_0032_sync 196 l\n2011_09_26/2011_09_26_drive_0032_sync 279 l\n2011_09_26/2011_09_26_drive_0032_sync 118 r\n2011_09_26/2011_09_26_drive_0032_sync 259 r\n2011_09_26/2011_09_26_drive_0032_sync 177 l\n2011_09_26/2011_09_26_drive_0032_sync 375 r\n2011_09_26/2011_09_26_drive_0032_sync 347 l\n2011_09_26/2011_09_26_drive_0032_sync 267 l\n2011_09_26/2011_09_26_drive_0032_sync 191 r\n2011_09_26/2011_09_26_drive_0032_sync 183 l\n2011_09_26/2011_09_26_drive_0032_sync 43 l\n2011_09_26/2011_09_26_drive_0032_sync 133 l\n2011_09_26/2011_09_26_drive_0032_sync 305 l\n2011_09_26/2011_09_26_drive_0032_sync 42 l\n2011_09_26/2011_09_26_drive_0032_sync 160 l\n2011_09_26/2011_09_26_drive_0032_sync 302 r\n2011_09_26/2011_09_26_drive_0032_sync 147 l\n2011_09_26/2011_09_26_drive_0032_sync 66 l\n2011_09_26/2011_09_26_drive_0032_sync 302 l\n2011_09_26/2011_09_26_drive_0032_sync 5 l\n2011_09_26/2011_09_26_drive_0032_sync 310 l\n2011_09_26/2011_09_26_drive_0032_sync 142 l\n2011_09_26/2011_09_26_drive_0032_sync 282 l\n2011_09_26/2011_09_26_drive_0032_sync 341 l\n2011_09_26/2011_09_26_drive_0032_sync 111 r\n2011_09_26/2011_09_26_drive_0032_sync 101 l\n2011_09_26/2011_09_26_drive_0032_sync 248 r\n2011_09_26/2011_09_26_drive_0032_sync 258 l\n2011_09_26/2011_09_26_drive_0032_sync 319 l\n2011_09_26/2011_09_26_drive_0032_sync 240 r\n2011_09_26/2011_09_26_drive_0032_sync 27 l\n2011_09_26/2011_09_26_drive_0032_sync 27 r\n2011_09_26/2011_09_26_drive_0032_sync 293 r\n2011_09_26/2011_09_26_drive_0032_sync 254 r\n2011_09_26/2011_09_26_drive_0032_sync 357 r\n2011_09_26/2011_09_26_drive_0032_sync 366 r\n2011_09_26/2011_09_26_drive_0032_sync 108 r\n2011_09_26/2011_09_26_drive_0032_sync 194 r\n2011_09_26/2011_09_26_drive_0032_sync 327 l\n2011_09_26/2011_09_26_drive_0032_sync 386 r\n2011_09_26/2011_09_26_drive_0032_sync 139 l\n2011_09_26/2011_09_26_drive_0032_sync 82 l\n2011_09_26/2011_09_26_drive_0032_sync 192 l\n2011_09_26/2011_09_26_drive_0032_sync 136 l\n2011_09_26/2011_09_26_drive_0032_sync 188 l\n2011_09_26/2011_09_26_drive_0032_sync 325 r\n2011_09_26/2011_09_26_drive_0032_sync 66 r\n2011_09_26/2011_09_26_drive_0032_sync 94 r\n2011_09_26/2011_09_26_drive_0032_sync 245 l\n2011_09_26/2011_09_26_drive_0032_sync 11 l\n2011_09_26/2011_09_26_drive_0032_sync 355 l\n2011_09_26/2011_09_26_drive_0032_sync 273 l\n2011_09_26/2011_09_26_drive_0032_sync 322 r\n2011_09_26/2011_09_26_drive_0032_sync 372 r\n2011_09_26/2011_09_26_drive_0032_sync 380 l\n2011_09_26/2011_09_26_drive_0032_sync 367 l\n2011_09_26/2011_09_26_drive_0032_sync 289 l\n2011_09_26/2011_09_26_drive_0032_sync 19 l\n2011_09_26/2011_09_26_drive_0032_sync 109 r\n2011_09_26/2011_09_26_drive_0032_sync 264 l\n2011_09_26/2011_09_26_drive_0032_sync 40 l\n2011_09_26/2011_09_26_drive_0032_sync 87 l\n2011_09_26/2011_09_26_drive_0032_sync 61 r\n2011_09_26/2011_09_26_drive_0032_sync 48 l\n2011_09_26/2011_09_26_drive_0032_sync 374 l\n2011_09_26/2011_09_26_drive_0032_sync 202 r\n2011_09_26/2011_09_26_drive_0032_sync 30 l\n2011_09_26/2011_09_26_drive_0032_sync 219 r\n2011_09_26/2011_09_26_drive_0032_sync 295 l\n2011_09_26/2011_09_26_drive_0032_sync 307 l\n2011_09_26/2011_09_26_drive_0032_sync 127 r\n2011_09_26/2011_09_26_drive_0032_sync 188 r\n2011_09_26/2011_09_26_drive_0032_sync 241 l\n2011_09_26/2011_09_26_drive_0032_sync 164 r\n2011_09_26/2011_09_26_drive_0032_sync 33 r\n2011_09_26/2011_09_26_drive_0032_sync 33 l\n2011_09_26/2011_09_26_drive_0032_sync 324 r\n2011_09_26/2011_09_26_drive_0032_sync 47 r\n2011_09_26/2011_09_26_drive_0032_sync 30 r\n2011_09_26/2011_09_26_drive_0032_sync 239 r\n2011_09_26/2011_09_26_drive_0032_sync 72 l\n2011_09_26/2011_09_26_drive_0032_sync 50 l\n2011_09_26/2011_09_26_drive_0032_sync 78 l\n2011_09_26/2011_09_26_drive_0032_sync 167 r\n2011_09_26/2011_09_26_drive_0032_sync 39 r\n2011_09_26/2011_09_26_drive_0032_sync 112 r\n2011_09_26/2011_09_26_drive_0032_sync 26 r\n2011_09_26/2011_09_26_drive_0032_sync 131 l\n2011_09_26/2011_09_26_drive_0032_sync 205 r\n2011_09_26/2011_09_26_drive_0032_sync 313 r\n2011_09_26/2011_09_26_drive_0032_sync 186 l\n2011_09_26/2011_09_26_drive_0032_sync 354 r\n2011_09_26/2011_09_26_drive_0032_sync 222 l\n2011_09_26/2011_09_26_drive_0032_sync 105 l\n2011_09_26/2011_09_26_drive_0032_sync 36 r\n2011_09_26/2011_09_26_drive_0032_sync 117 r\n2011_09_26/2011_09_26_drive_0032_sync 3 l\n2011_09_26/2011_09_26_drive_0032_sync 143 l\n2011_09_26/2011_09_26_drive_0032_sync 166 l\n2011_09_26/2011_09_26_drive_0032_sync 55 r\n2011_09_26/2011_09_26_drive_0032_sync 248 l\n2011_09_26/2011_09_26_drive_0032_sync 235 l\n2011_09_26/2011_09_26_drive_0032_sync 332 r\n2011_09_26/2011_09_26_drive_0032_sync 177 r\n2011_09_26/2011_09_26_drive_0032_sync 271 l\n2011_09_26/2011_09_26_drive_0032_sync 64 r\n2011_09_26/2011_09_26_drive_0032_sync 138 l\n2011_09_26/2011_09_26_drive_0032_sync 377 l\n2011_09_26/2011_09_26_drive_0032_sync 161 l\n2011_09_26/2011_09_26_drive_0032_sync 356 l\n2011_09_26/2011_09_26_drive_0032_sync 179 r\n2011_09_26/2011_09_26_drive_0032_sync 176 l\n2011_09_26/2011_09_26_drive_0032_sync 227 r\n2011_09_26/2011_09_26_drive_0032_sync 46 l\n2011_09_26/2011_09_26_drive_0032_sync 285 r\n2011_09_26/2011_09_26_drive_0032_sync 15 l\n2011_09_26/2011_09_26_drive_0032_sync 362 l\n2011_09_26/2011_09_26_drive_0032_sync 156 l\n2011_09_26/2011_09_26_drive_0032_sync 175 r\n2011_09_26/2011_09_26_drive_0032_sync 53 l\n2011_09_26/2011_09_26_drive_0032_sync 113 l\n2011_09_26/2011_09_26_drive_0032_sync 282 r\n2011_09_26/2011_09_26_drive_0032_sync 157 r\n2011_09_26/2011_09_26_drive_0032_sync 320 l\n2011_09_26/2011_09_26_drive_0032_sync 70 r\n2011_09_26/2011_09_26_drive_0032_sync 187 r\n2011_09_26/2011_09_26_drive_0032_sync 271 r\n2011_09_26/2011_09_26_drive_0032_sync 151 r\n2011_09_26/2011_09_26_drive_0032_sync 324 l\n2011_09_26/2011_09_26_drive_0032_sync 367 r\n2011_09_26/2011_09_26_drive_0032_sync 93 r\n2011_09_26/2011_09_26_drive_0032_sync 117 l\n2011_09_26/2011_09_26_drive_0032_sync 351 r\n2011_09_26/2011_09_26_drive_0032_sync 123 r\n2011_09_26/2011_09_26_drive_0032_sync 19 r\n2011_09_26/2011_09_26_drive_0032_sync 276 r\n2011_09_26/2011_09_26_drive_0032_sync 209 r\n2011_09_26/2011_09_26_drive_0032_sync 53 r\n2011_09_26/2011_09_26_drive_0032_sync 82 r\n2011_09_26/2011_09_26_drive_0032_sync 223 r\n2011_09_26/2011_09_26_drive_0032_sync 99 r\n2011_09_26/2011_09_26_drive_0032_sync 334 l\n2011_09_26/2011_09_26_drive_0032_sync 288 l\n2011_09_26/2011_09_26_drive_0032_sync 318 l\n2011_09_26/2011_09_26_drive_0032_sync 134 r\n2011_09_26/2011_09_26_drive_0032_sync 67 l\n2011_09_26/2011_09_26_drive_0032_sync 273 r\n2011_09_26/2011_09_26_drive_0032_sync 372 l\n2011_09_26/2011_09_26_drive_0032_sync 294 r\n2011_09_26/2011_09_26_drive_0032_sync 204 r\n2011_09_26/2011_09_26_drive_0032_sync 185 r\n2011_09_26/2011_09_26_drive_0032_sync 244 l\n2011_09_26/2011_09_26_drive_0032_sync 84 l\n2011_09_26/2011_09_26_drive_0032_sync 18 r\n2011_09_26/2011_09_26_drive_0032_sync 128 r\n2011_09_26/2011_09_26_drive_0032_sync 204 l\n2011_09_26/2011_09_26_drive_0032_sync 332 l\n2011_09_26/2011_09_26_drive_0032_sync 156 r\n2011_09_26/2011_09_26_drive_0032_sync 103 r\n2011_09_26/2011_09_26_drive_0032_sync 115 r\n2011_09_26/2011_09_26_drive_0032_sync 373 r\n2011_09_26/2011_09_26_drive_0032_sync 325 l\n2011_09_26/2011_09_26_drive_0032_sync 45 l\n2011_09_26/2011_09_26_drive_0032_sync 70 l\n2011_09_26/2011_09_26_drive_0032_sync 363 l\n2011_09_26/2011_09_26_drive_0032_sync 263 r\n2011_09_26/2011_09_26_drive_0032_sync 296 l\n2011_09_26/2011_09_26_drive_0032_sync 14 l\n2011_09_26/2011_09_26_drive_0032_sync 130 r\n2011_09_26/2011_09_26_drive_0032_sync 215 r\n2011_09_26/2011_09_26_drive_0032_sync 4 l\n2011_09_26/2011_09_26_drive_0032_sync 292 l\n2011_09_26/2011_09_26_drive_0032_sync 250 r\n2011_09_26/2011_09_26_drive_0032_sync 125 l\n2011_09_26/2011_09_26_drive_0032_sync 350 l\n2011_09_26/2011_09_26_drive_0032_sync 348 r\n2011_09_26/2011_09_26_drive_0032_sync 141 l\n2011_09_26/2011_09_26_drive_0032_sync 334 r\n2011_09_26/2011_09_26_drive_0032_sync 218 r\n2011_09_26/2011_09_26_drive_0032_sync 269 l\n2011_09_26/2011_09_26_drive_0032_sync 52 l\n2011_09_26/2011_09_26_drive_0032_sync 278 l\n2011_09_26/2011_09_26_drive_0032_sync 208 l\n2011_09_26/2011_09_26_drive_0032_sync 198 r\n2011_09_26/2011_09_26_drive_0032_sync 321 r\n2011_09_26/2011_09_26_drive_0032_sync 301 r\n2011_09_26/2011_09_26_drive_0032_sync 299 l\n2011_09_26/2011_09_26_drive_0032_sync 29 r\n2011_09_26/2011_09_26_drive_0032_sync 116 r\n2011_09_26/2011_09_26_drive_0032_sync 379 r\n2011_09_26/2011_09_26_drive_0032_sync 51 r\n2011_09_26/2011_09_26_drive_0032_sync 274 r\n2011_09_26/2011_09_26_drive_0032_sync 150 l\n2011_09_26/2011_09_26_drive_0032_sync 74 r\n2011_09_26/2011_09_26_drive_0032_sync 364 r\n2011_09_26/2011_09_26_drive_0032_sync 140 l\n2011_09_26/2011_09_26_drive_0032_sync 323 l\n2011_09_26/2011_09_26_drive_0032_sync 382 r\n2011_09_26/2011_09_26_drive_0032_sync 217 r\n2011_09_26/2011_09_26_drive_0032_sync 353 r\n2011_09_26/2011_09_26_drive_0032_sync 96 l\n2011_09_26/2011_09_26_drive_0032_sync 57 r\n2011_09_26/2011_09_26_drive_0032_sync 308 r\n2011_09_26/2011_09_26_drive_0032_sync 120 r\n2011_09_26/2011_09_26_drive_0032_sync 305 r\n2011_09_26/2011_09_26_drive_0032_sync 237 r\n2011_09_26/2011_09_26_drive_0032_sync 98 l\n2011_09_26/2011_09_26_drive_0032_sync 355 r\n2011_09_26/2011_09_26_drive_0032_sync 281 r\n2011_09_26/2011_09_26_drive_0032_sync 306 r\n2011_09_26/2011_09_26_drive_0032_sync 67 r\n2011_09_26/2011_09_26_drive_0032_sync 339 r\n2011_09_26/2011_09_26_drive_0032_sync 337 r\n2011_09_26/2011_09_26_drive_0032_sync 170 l\n2011_09_26/2011_09_26_drive_0032_sync 31 l\n2011_09_26/2011_09_26_drive_0032_sync 257 l\n2011_09_26/2011_09_26_drive_0032_sync 345 l\n2011_09_26/2011_09_26_drive_0032_sync 51 l\n2011_09_26/2011_09_26_drive_0032_sync 338 l\n2011_09_26/2011_09_26_drive_0032_sync 243 l\n2011_09_26/2011_09_26_drive_0032_sync 361 l\n2011_09_26/2011_09_26_drive_0032_sync 103 l\n2011_09_26/2011_09_26_drive_0032_sync 154 r\n2011_09_26/2011_09_26_drive_0032_sync 147 r\n2011_09_26/2011_09_26_drive_0032_sync 202 l\n2011_09_26/2011_09_26_drive_0032_sync 151 l\n2011_09_26/2011_09_26_drive_0032_sync 8 r\n2011_09_26/2011_09_26_drive_0032_sync 4 r\n2011_09_26/2011_09_26_drive_0032_sync 81 r\n2011_09_26/2011_09_26_drive_0032_sync 62 l\n2011_09_26/2011_09_26_drive_0032_sync 190 l\n2011_09_26/2011_09_26_drive_0032_sync 149 l\n2011_09_26/2011_09_26_drive_0032_sync 6 l\n2011_09_26/2011_09_26_drive_0032_sync 193 r\n2011_09_26/2011_09_26_drive_0032_sync 257 r\n2011_09_26/2011_09_26_drive_0032_sync 373 l\n2011_09_26/2011_09_26_drive_0032_sync 128 l\n2011_09_26/2011_09_26_drive_0032_sync 97 r\n2011_09_26/2011_09_26_drive_0032_sync 292 r\n2011_09_26/2011_09_26_drive_0032_sync 336 l\n2011_09_26/2011_09_26_drive_0032_sync 304 l\n2011_09_26/2011_09_26_drive_0032_sync 208 r\n2011_09_26/2011_09_26_drive_0032_sync 197 l\n2011_09_26/2011_09_26_drive_0032_sync 247 l\n2011_09_26/2011_09_26_drive_0032_sync 284 r\n2011_09_26/2011_09_26_drive_0032_sync 256 r\n2011_09_26/2011_09_26_drive_0032_sync 349 r\n2011_09_26/2011_09_26_drive_0032_sync 11 r\n2011_09_26/2011_09_26_drive_0032_sync 199 l\n2011_09_26/2011_09_26_drive_0032_sync 165 l\n2011_09_26/2011_09_26_drive_0032_sync 96 r\n2011_09_26/2011_09_26_drive_0032_sync 358 l\n2011_09_26/2011_09_26_drive_0032_sync 279 r\n2011_09_26/2011_09_26_drive_0032_sync 241 r\n2011_09_26/2011_09_26_drive_0032_sync 303 r\n2011_09_26/2011_09_26_drive_0032_sync 283 l\n2011_09_26/2011_09_26_drive_0032_sync 378 l\n2011_09_26/2011_09_26_drive_0032_sync 331 l\n2011_09_26/2011_09_26_drive_0032_sync 184 r\n2011_09_26/2011_09_26_drive_0032_sync 63 r\n2011_09_26/2011_09_26_drive_0032_sync 228 l\n2011_09_26/2011_09_26_drive_0032_sync 99 l\n2011_09_26/2011_09_26_drive_0032_sync 328 l\n2011_09_26/2011_09_26_drive_0032_sync 10 l\n2011_09_26/2011_09_26_drive_0032_sync 306 l\n2011_09_26/2011_09_26_drive_0032_sync 153 l\n2011_09_26/2011_09_26_drive_0032_sync 359 r\n2011_09_26/2011_09_26_drive_0032_sync 160 r\n2011_09_26/2011_09_26_drive_0032_sync 260 l\n2011_09_26/2011_09_26_drive_0032_sync 253 l\n2011_09_26/2011_09_26_drive_0032_sync 75 r\n2011_09_26/2011_09_26_drive_0032_sync 148 l\n2011_09_26/2011_09_26_drive_0032_sync 154 l\n2011_09_26/2011_09_26_drive_0032_sync 213 r\n2011_09_26/2011_09_26_drive_0032_sync 283 r\n2011_09_26/2011_09_26_drive_0032_sync 34 r\n2011_09_26/2011_09_26_drive_0032_sync 318 r\n2011_09_26/2011_09_26_drive_0032_sync 209 l\n2011_09_26/2011_09_26_drive_0032_sync 24 r\n2011_09_26/2011_09_26_drive_0032_sync 138 r\n2011_09_26/2011_09_26_drive_0032_sync 363 r\n2011_09_26/2011_09_26_drive_0032_sync 159 r\n2011_09_26/2011_09_26_drive_0032_sync 54 r\n2011_09_26/2011_09_26_drive_0032_sync 56 l\n2011_09_26/2011_09_26_drive_0032_sync 26 l\n2011_09_26/2011_09_26_drive_0032_sync 13 l\n2011_09_26/2011_09_26_drive_0032_sync 261 r\n2011_09_26/2011_09_26_drive_0032_sync 214 r\n2011_09_26/2011_09_26_drive_0032_sync 141 r\n2011_09_26/2011_09_26_drive_0032_sync 9 r\n2011_09_26/2011_09_26_drive_0032_sync 198 l\n2011_09_26/2011_09_26_drive_0032_sync 159 l\n2011_09_26/2011_09_26_drive_0032_sync 259 l\n2011_09_26/2011_09_26_drive_0032_sync 119 r\n2011_09_26/2011_09_26_drive_0032_sync 343 l\n2011_09_26/2011_09_26_drive_0032_sync 210 r\n2011_09_26/2011_09_26_drive_0032_sync 269 r\n2011_09_26/2011_09_26_drive_0032_sync 143 r\n2011_09_26/2011_09_26_drive_0032_sync 307 r\n2011_09_26/2011_09_26_drive_0032_sync 358 r\n2011_09_26/2011_09_26_drive_0032_sync 73 r\n2011_09_26/2011_09_26_drive_0032_sync 383 r\n2011_09_26/2011_09_26_drive_0032_sync 366 l\n2011_09_26/2011_09_26_drive_0032_sync 249 l\n2011_09_26/2011_09_26_drive_0032_sync 234 r\n2011_09_26/2011_09_26_drive_0032_sync 162 l\n2011_09_26/2011_09_26_drive_0032_sync 374 r\n2011_09_26/2011_09_26_drive_0032_sync 284 l\n2011_09_26/2011_09_26_drive_0032_sync 190 r\n2011_09_26/2011_09_26_drive_0032_sync 251 l\n2011_09_26/2011_09_26_drive_0032_sync 180 l\n2011_09_26/2011_09_26_drive_0032_sync 100 l\n2011_09_26/2011_09_26_drive_0032_sync 69 l\n2011_09_26/2011_09_26_drive_0032_sync 183 r\n2011_09_26/2011_09_26_drive_0032_sync 229 l\n2011_09_26/2011_09_26_drive_0032_sync 79 l\n2011_09_26/2011_09_26_drive_0032_sync 226 l\n2011_09_26/2011_09_26_drive_0032_sync 346 l\n2011_09_26/2011_09_26_drive_0032_sync 195 r\n2011_09_26/2011_09_26_drive_0032_sync 341 r\n2011_09_26/2011_09_26_drive_0032_sync 348 l\n2011_09_26/2011_09_26_drive_0032_sync 163 r\n2011_09_26/2011_09_26_drive_0032_sync 91 r\n2011_09_26/2011_09_26_drive_0032_sync 140 r\n2011_09_26/2011_09_26_drive_0032_sync 3 r\n2011_09_26/2011_09_26_drive_0032_sync 234 l\n2011_09_26/2011_09_26_drive_0032_sync 107 r\n2011_09_26/2011_09_26_drive_0032_sync 311 r\n2011_09_26/2011_09_26_drive_0032_sync 12 l\n2011_09_26/2011_09_26_drive_0032_sync 224 r\n2011_09_26/2011_09_26_drive_0032_sync 364 l\n2011_09_26/2011_09_26_drive_0032_sync 71 r\n2011_09_26/2011_09_26_drive_0032_sync 28 r\n2011_09_26/2011_09_26_drive_0032_sync 192 r\n2011_09_26/2011_09_26_drive_0032_sync 232 r\n2011_09_26/2011_09_26_drive_0032_sync 114 l\n2011_09_26/2011_09_26_drive_0032_sync 346 r\n2011_09_26/2011_09_26_drive_0032_sync 75 l\n2011_09_26/2011_09_26_drive_0032_sync 245 r\n2011_09_26/2011_09_26_drive_0032_sync 221 r\n2011_09_26/2011_09_26_drive_0032_sync 329 r\n2011_09_26/2011_09_26_drive_0032_sync 370 r\n2011_09_26/2011_09_26_drive_0032_sync 41 r\n2011_09_26/2011_09_26_drive_0032_sync 212 r\n2011_09_26/2011_09_26_drive_0032_sync 152 l\n2011_09_26/2011_09_26_drive_0032_sync 211 l\n2011_09_26/2011_09_26_drive_0032_sync 210 l\n2011_09_26/2011_09_26_drive_0032_sync 175 l\n2011_09_26/2011_09_26_drive_0032_sync 173 r\n2011_09_26/2011_09_26_drive_0032_sync 300 r\n2011_09_26/2011_09_26_drive_0032_sync 344 l\n2011_09_26/2011_09_26_drive_0032_sync 126 l\n2011_09_26/2011_09_26_drive_0032_sync 216 l\n2011_09_26/2011_09_26_drive_0032_sync 344 r\n2011_09_26/2011_09_26_drive_0032_sync 252 l\n2011_09_26/2011_09_26_drive_0032_sync 132 l\n2011_09_26/2011_09_26_drive_0032_sync 50 r\n2011_09_26/2011_09_26_drive_0032_sync 23 l\n2011_09_26/2011_09_26_drive_0032_sync 181 l\n2011_09_26/2011_09_26_drive_0032_sync 252 r\n2011_09_26/2011_09_26_drive_0032_sync 92 l\n2011_09_26/2011_09_26_drive_0032_sync 308 l\n2011_09_26/2011_09_26_drive_0032_sync 246 r\n2011_09_26/2011_09_26_drive_0032_sync 186 r\n2011_09_26/2011_09_26_drive_0032_sync 189 r\n2011_09_26/2011_09_26_drive_0032_sync 44 l\n2011_09_26/2011_09_26_drive_0032_sync 130 l\n2011_09_26/2011_09_26_drive_0032_sync 303 l\n2011_09_26/2011_09_26_drive_0032_sync 266 l\n2011_09_26/2011_09_26_drive_0032_sync 39 l\n2011_09_26/2011_09_26_drive_0032_sync 38 l\n2011_09_26/2011_09_26_drive_0032_sync 17 l\n2011_09_26/2011_09_26_drive_0032_sync 123 l\n2011_09_26/2011_09_26_drive_0032_sync 111 l\n2011_09_26/2011_09_26_drive_0032_sync 118 l\n2011_09_26/2011_09_26_drive_0032_sync 384 l\n2011_09_26/2011_09_26_drive_0032_sync 371 l\n2011_09_26/2011_09_26_drive_0032_sync 137 l\n2011_09_26/2011_09_26_drive_0032_sync 383 l\n2011_09_26/2011_09_26_drive_0032_sync 227 l\n2011_09_26/2011_09_26_drive_0032_sync 129 l\n2011_09_26/2011_09_26_drive_0032_sync 152 r\n2011_09_26/2011_09_26_drive_0032_sync 229 r\n2011_09_26/2011_09_26_drive_0032_sync 122 r\n2011_09_26/2011_09_26_drive_0032_sync 49 l\n2011_09_26/2011_09_26_drive_0032_sync 323 r\n2011_09_26/2011_09_26_drive_0032_sync 335 r\n2011_09_26/2011_09_26_drive_0032_sync 378 r\n2011_09_26/2011_09_26_drive_0032_sync 191 l\n2011_09_26/2011_09_26_drive_0032_sync 77 r\n2011_09_26/2011_09_26_drive_0032_sync 231 r\n2011_09_26/2011_09_26_drive_0032_sync 335 l\n2011_09_26/2011_09_26_drive_0032_sync 104 r\n2011_09_26/2011_09_26_drive_0032_sync 315 l\n2011_09_26/2011_09_26_drive_0032_sync 131 r\n2011_09_26/2011_09_26_drive_0032_sync 178 r\n2011_09_26/2011_09_26_drive_0032_sync 345 r\n2011_09_26/2011_09_26_drive_0032_sync 145 r\n2011_09_26/2011_09_26_drive_0032_sync 178 l\n2011_09_26/2011_09_26_drive_0032_sync 385 r\n2011_09_26/2011_09_26_drive_0032_sync 193 l\n2011_09_26/2011_09_26_drive_0032_sync 312 l\n2011_09_26/2011_09_26_drive_0032_sync 90 r\n2011_09_26/2011_09_26_drive_0032_sync 228 r\n2011_09_26/2011_09_26_drive_0032_sync 106 r\n2011_09_26/2011_09_26_drive_0032_sync 80 l\n2011_09_26/2011_09_26_drive_0032_sync 194 l\n2011_09_26/2011_09_26_drive_0032_sync 215 l\n2011_09_26/2011_09_26_drive_0032_sync 244 r\n2011_09_26/2011_09_26_drive_0032_sync 235 r\n2011_09_26/2011_09_26_drive_0032_sync 72 r\n2011_09_26/2011_09_26_drive_0032_sync 16 l\n2011_09_26/2011_09_26_drive_0032_sync 294 l\n2011_09_26/2011_09_26_drive_0032_sync 20 r\n2011_09_26/2011_09_26_drive_0032_sync 326 l\n2011_09_26/2011_09_26_drive_0032_sync 360 r\n2011_09_26/2011_09_26_drive_0032_sync 337 l\n2011_09_26/2011_09_26_drive_0032_sync 21 r\n2011_09_26/2011_09_26_drive_0032_sync 242 r\n2011_09_26/2011_09_26_drive_0032_sync 158 l\n2011_09_26/2011_09_26_drive_0032_sync 85 l\n2011_09_26/2011_09_26_drive_0032_sync 144 l\n2011_09_26/2011_09_26_drive_0032_sync 382 l\n2011_09_26/2011_09_26_drive_0032_sync 81 l\n2011_09_26/2011_09_26_drive_0032_sync 90 l\n2011_09_26/2011_09_26_drive_0032_sync 219 l\n2011_09_26/2011_09_26_drive_0032_sync 272 r\n2011_09_26/2011_09_26_drive_0032_sync 107 l\n2011_09_26/2011_09_26_drive_0032_sync 369 r\n2011_09_26/2011_09_26_drive_0032_sync 40 r\n2011_09_26/2011_09_26_drive_0032_sync 34 l\n2011_09_26/2011_09_26_drive_0032_sync 351 l\n2011_09_26/2011_09_26_drive_0032_sync 25 l\n2011_09_26/2011_09_26_drive_0032_sync 110 r\n2011_09_26/2011_09_26_drive_0032_sync 5 r\n2011_09_26/2011_09_26_drive_0032_sync 56 r\n2011_09_26/2011_09_26_drive_0032_sync 47 l\n2011_09_26/2011_09_26_drive_0032_sync 314 l\n2011_09_26/2011_09_26_drive_0032_sync 353 l\n2011_09_26/2011_09_26_drive_0032_sync 380 r\n2011_09_26/2011_09_26_drive_0032_sync 317 r\n2011_09_26/2011_09_26_drive_0032_sync 98 r\n2011_09_26/2011_09_26_drive_0032_sync 88 r\n2011_09_26/2011_09_26_drive_0032_sync 126 r\n2011_09_26/2011_09_26_drive_0032_sync 299 r\n2011_09_26/2011_09_26_drive_0032_sync 102 l\n2011_09_26/2011_09_26_drive_0032_sync 263 l\n2011_09_26/2011_09_26_drive_0032_sync 297 r\n2011_09_26/2011_09_26_drive_0032_sync 236 r\n2011_09_26/2011_09_26_drive_0032_sync 285 l\n2011_09_26/2011_09_26_drive_0032_sync 137 r\n2011_09_26/2011_09_26_drive_0032_sync 162 r\n2011_09_26/2011_09_26_drive_0032_sync 238 l\n2011_09_26/2011_09_26_drive_0032_sync 104 l\n2011_09_26/2011_09_26_drive_0032_sync 236 l\n2011_09_26/2011_09_26_drive_0032_sync 145 l\n2011_09_26/2011_09_26_drive_0032_sync 171 r\n2011_09_26/2011_09_26_drive_0032_sync 206 l\n2011_09_26/2011_09_26_drive_0032_sync 231 l\n2011_09_26/2011_09_26_drive_0032_sync 237 l\n2011_09_26/2011_09_26_drive_0032_sync 144 r\n2011_09_26/2011_09_26_drive_0032_sync 256 l\n2011_09_26/2011_09_26_drive_0032_sync 121 r\n2011_09_26/2011_09_26_drive_0032_sync 300 l\n2011_09_26/2011_09_26_drive_0032_sync 17 r\n2011_09_26/2011_09_26_drive_0032_sync 262 l\n2011_09_26/2011_09_26_drive_0032_sync 224 l\n2011_09_26/2011_09_26_drive_0032_sync 16 r\n2011_09_26/2011_09_26_drive_0032_sync 112 l\n2011_09_26/2011_09_26_drive_0032_sync 313 l\n2011_09_26/2011_09_26_drive_0032_sync 254 l\n2011_09_26/2011_09_26_drive_0032_sync 91 l\n2011_09_26/2011_09_26_drive_0032_sync 261 l\n2011_09_26/2011_09_26_drive_0032_sync 274 l\n2011_09_26/2011_09_26_drive_0032_sync 298 l\n2011_09_26/2011_09_26_drive_0032_sync 311 l\n2011_09_26/2011_09_26_drive_0032_sync 251 r\n2011_09_26/2011_09_26_drive_0032_sync 146 l\n2011_09_26/2011_09_26_drive_0032_sync 83 r\n2011_09_26/2011_09_26_drive_0032_sync 286 l\n2011_09_26/2011_09_26_drive_0032_sync 180 r\n2011_09_26/2011_09_26_drive_0032_sync 132 r\n2011_09_26/2011_09_26_drive_0032_sync 89 l\n2011_09_26/2011_09_26_drive_0032_sync 80 r\n2011_09_26/2011_09_26_drive_0032_sync 32 r\n2011_09_26/2011_09_26_drive_0032_sync 142 r\n2011_09_26/2011_09_26_drive_0032_sync 9 l\n2011_09_26/2011_09_26_drive_0032_sync 225 l\n2011_09_26/2011_09_26_drive_0032_sync 221 l\n2011_09_26/2011_09_26_drive_0032_sync 182 l\n2011_09_26/2011_09_26_drive_0032_sync 78 r\n2011_09_26/2011_09_26_drive_0032_sync 185 l\n2011_09_26/2011_09_26_drive_0032_sync 119 l\n2011_09_26/2011_09_26_drive_0032_sync 88 l\n2011_09_26/2011_09_26_drive_0032_sync 77 l\n2011_09_26/2011_09_26_drive_0032_sync 331 r\n2011_09_26/2011_09_26_drive_0032_sync 22 l\n2011_09_26/2011_09_26_drive_0032_sync 205 l\n2011_09_26/2011_09_26_drive_0032_sync 54 l\n2011_09_26/2011_09_26_drive_0032_sync 189 l\n2011_09_26/2011_09_26_drive_0032_sync 322 l\n2011_09_26/2011_09_26_drive_0032_sync 95 l\n2011_09_26/2011_09_26_drive_0032_sync 84 r\n2011_09_26/2011_09_26_drive_0032_sync 36 l\n2011_09_26/2011_09_26_drive_0032_sync 255 l\n2011_09_26/2011_09_26_drive_0032_sync 92 r\n2011_09_26/2011_09_26_drive_0032_sync 287 r\n2011_09_26/2011_09_26_drive_0032_sync 86 r\n2011_09_26/2011_09_26_drive_0032_sync 134 l\n2011_09_26/2011_09_26_drive_0032_sync 291 r\n2011_09_26/2011_09_26_drive_0032_sync 29 l\n2011_09_26/2011_09_26_drive_0032_sync 200 r\n2011_09_26/2011_09_26_drive_0032_sync 211 r\n2011_09_26/2011_09_26_drive_0032_sync 24 l\n2011_09_26/2011_09_26_drive_0032_sync 386 l\n2011_09_26/2011_09_26_drive_0032_sync 296 r\n2011_09_26/2011_09_26_drive_0032_sync 343 r\n2011_09_26/2011_09_26_drive_0032_sync 110 l\n2011_09_26/2011_09_26_drive_0032_sync 333 r\n2011_09_26/2011_09_26_drive_0032_sync 135 l\n2011_09_26/2011_09_26_drive_0032_sync 293 l\n2011_09_26/2011_09_26_drive_0032_sync 169 r\n2011_09_26/2011_09_26_drive_0032_sync 69 r\n2011_09_26/2011_09_26_drive_0032_sync 86 l\n2011_09_26/2011_09_26_drive_0032_sync 136 r\n2011_09_26/2011_09_26_drive_0032_sync 275 l\n2011_09_26/2011_09_26_drive_0032_sync 114 r\n2011_09_26/2011_09_26_drive_0032_sync 384 r\n2011_09_26/2011_09_26_drive_0032_sync 48 r\n2011_09_26/2011_09_26_drive_0032_sync 361 r\n2011_09_26/2011_09_26_drive_0032_sync 370 l\n2011_09_26/2011_09_26_drive_0032_sync 7 l\n2011_09_26/2011_09_26_drive_0032_sync 129 r\n2011_09_26/2011_09_26_drive_0032_sync 187 l\n2011_09_26/2011_09_26_drive_0032_sync 381 r\n2011_09_26/2011_09_26_drive_0032_sync 239 l\n2011_09_26/2011_09_26_drive_0032_sync 174 r\n2011_09_26/2011_09_26_drive_0032_sync 94 l\n2011_09_26/2011_09_26_drive_0032_sync 168 l\n2011_09_26/2011_09_26_drive_0032_sync 359 l\n2011_09_26/2011_09_26_drive_0032_sync 158 r\n2011_09_26/2011_09_26_drive_0032_sync 349 l\n2011_09_26/2011_09_26_drive_0032_sync 316 r\n2011_09_26/2011_09_26_drive_0032_sync 181 r\n2011_09_26/2011_09_26_drive_0032_sync 176 r\n2011_09_26/2011_09_26_drive_0032_sync 275 r\n2011_09_26/2011_09_26_drive_0032_sync 52 r\n2011_09_26/2011_09_26_drive_0032_sync 290 l\n2011_09_26/2011_09_26_drive_0032_sync 321 l\n2011_09_26/2011_09_26_drive_0032_sync 49 r\n2011_09_26/2011_09_26_drive_0032_sync 320 r\n2011_09_26/2011_09_26_drive_0032_sync 340 r\n2011_09_26/2011_09_26_drive_0032_sync 155 l\n2011_09_26/2011_09_26_drive_0032_sync 172 l\n2011_09_26/2011_09_26_drive_0032_sync 333 l\n2011_09_26/2011_09_26_drive_0032_sync 124 r\n2011_09_26/2011_09_26_drive_0032_sync 31 r\n2011_09_26/2011_09_26_drive_0032_sync 199 r\n2011_09_26/2011_09_26_drive_0032_sync 167 l\n2011_09_26/2011_09_26_drive_0032_sync 196 r\n2011_09_26/2011_09_26_drive_0032_sync 232 l\n2011_09_26/2011_09_26_drive_0032_sync 220 r\n2011_09_26/2011_09_26_drive_0032_sync 243 r\n2011_09_26/2011_09_26_drive_0032_sync 21 l\n2011_09_26/2011_09_26_drive_0032_sync 65 l\n2011_09_26/2011_09_26_drive_0032_sync 120 l\n2011_09_26/2011_09_26_drive_0032_sync 182 r\n2011_09_26/2011_09_26_drive_0032_sync 310 r\n2011_09_26/2011_09_26_drive_0032_sync 105 r\n2011_09_26/2011_09_26_drive_0032_sync 201 r\n2011_09_26/2011_09_26_drive_0032_sync 146 r\n2011_09_26/2011_09_26_drive_0032_sync 97 l\n2011_09_26/2011_09_26_drive_0032_sync 301 l\n2011_09_26/2011_09_26_drive_0032_sync 327 r\n2011_09_26/2011_09_26_drive_0032_sync 242 l\n2011_09_26/2011_09_26_drive_0032_sync 291 l\n2011_09_26/2011_09_26_drive_0032_sync 127 l\n2011_09_26/2011_09_26_drive_0032_sync 61 l\n2011_09_26/2011_09_26_drive_0032_sync 220 l\n2011_09_26/2011_09_26_drive_0032_sync 319 r\n2011_09_26/2011_09_26_drive_0032_sync 60 l\n2011_09_26/2011_09_26_drive_0032_sync 172 r\n2011_09_26/2011_09_26_drive_0032_sync 166 r\n2011_09_26/2011_09_26_drive_0032_sync 203 r\n2011_09_26/2011_09_26_drive_0032_sync 73 l\n2011_09_26/2011_09_26_drive_0032_sync 41 l\n2011_09_26/2011_09_26_drive_0032_sync 309 r\n2011_09_26/2011_09_26_drive_0032_sync 350 r\n2011_09_26/2011_09_26_drive_0032_sync 101 r\n2011_09_26/2011_09_26_drive_0032_sync 381 l\n2011_09_26/2011_09_26_drive_0032_sync 124 l\n2011_09_26/2011_09_26_drive_0032_sync 168 r\n2011_09_26/2011_09_26_drive_0032_sync 44 r\n2011_09_26/2011_09_26_drive_0032_sync 18 l\n2011_09_26/2011_09_26_drive_0032_sync 329 l\n2011_09_26/2011_09_26_drive_0032_sync 95 r\n2011_09_26/2011_09_26_drive_0032_sync 87 r\n2011_09_26/2011_09_26_drive_0032_sync 122 l\n2011_09_26/2011_09_26_drive_0032_sync 288 r\n2011_09_26/2011_09_26_drive_0032_sync 85 r\n2011_09_26/2011_09_26_drive_0032_sync 170 r\n2011_09_26/2011_09_26_drive_0032_sync 42 r\n2011_09_26/2011_09_26_drive_0032_sync 14 r\n2011_09_26/2011_09_26_drive_0032_sync 230 l\n2011_09_26/2011_09_26_drive_0032_sync 46 r\n2011_09_26/2011_09_26_drive_0032_sync 200 l\n2011_09_26/2011_09_26_drive_0032_sync 161 r\n2011_09_26/2011_09_26_drive_0032_sync 163 l\n2011_09_26/2011_09_26_drive_0032_sync 342 l\n2011_09_26/2011_09_26_drive_0032_sync 290 r\n2011_09_26/2011_09_26_drive_0032_sync 223 l\n2011_09_26/2011_09_26_drive_0032_sync 214 l\n2011_09_26/2011_09_26_drive_0032_sync 149 r\n2011_09_26/2011_09_26_drive_0032_sync 139 r\n2011_09_26/2011_09_26_drive_0032_sync 153 r\n2011_09_26/2011_09_26_drive_0032_sync 281 l\n2011_09_26/2011_09_26_drive_0032_sync 277 r\n2011_09_26/2011_09_26_drive_0032_sync 352 r\n2011_09_26/2011_09_26_drive_0032_sync 330 r\n2011_09_26/2011_09_26_drive_0032_sync 238 r\n2011_09_26/2011_09_26_drive_0032_sync 171 l\n2011_09_26/2011_09_26_drive_0032_sync 328 r\n2011_09_26/2011_09_26_drive_0032_sync 58 r\n2011_09_26/2011_09_26_drive_0032_sync 102 r\n2011_09_26/2011_09_26_drive_0032_sync 368 l\n2011_09_26/2011_09_26_drive_0032_sync 68 r\n2011_09_26/2011_09_26_drive_0032_sync 201 l\n2011_09_26/2011_09_26_drive_0032_sync 216 r\n2011_09_26/2011_09_26_drive_0032_sync 32 l\n2011_09_26/2011_09_26_drive_0032_sync 264 r\n2011_09_26/2011_09_26_drive_0032_sync 20 l\n2011_09_26/2011_09_26_drive_0032_sync 249 r\n2011_09_26/2011_09_26_drive_0032_sync 121 l\n2011_09_26/2011_09_26_drive_0032_sync 28 l\n2011_09_26/2011_09_26_drive_0032_sync 336 r\n2011_09_26/2011_09_26_drive_0032_sync 12 r\n2011_09_26/2011_09_26_drive_0032_sync 109 l\n2011_09_26/2011_09_26_drive_0032_sync 35 l\n2011_09_26/2011_09_26_drive_0032_sync 108 l\n2011_09_26/2011_09_26_drive_0032_sync 262 r\n2011_09_26/2011_09_26_drive_0032_sync 375 l\n2011_09_26/2011_09_26_drive_0032_sync 317 l\n2011_09_26/2011_09_26_drive_0032_sync 270 l\n2011_09_26/2011_09_26_drive_0032_sync 362 r\n2011_09_26/2011_09_26_drive_0032_sync 280 l\n2011_09_26/2011_09_26_drive_0032_sync 197 r\n2011_09_26/2011_09_26_drive_0032_sync 330 l\n2011_09_26/2011_09_26_drive_0032_sync 368 r\n2011_09_26/2011_09_26_drive_0032_sync 76 r\n2011_09_26/2011_09_26_drive_0032_sync 173 l\n2011_09_26/2011_09_26_drive_0032_sync 250 l\n2011_09_26/2011_09_26_drive_0032_sync 258 r\n2011_09_26/2011_09_26_drive_0032_sync 277 l\n2011_09_26/2011_09_26_drive_0032_sync 93 l\n2011_09_26/2011_09_26_drive_0032_sync 116 l\n2011_09_26/2011_09_26_drive_0032_sync 195 l\n2011_09_26/2011_09_26_drive_0032_sync 365 r\n2011_09_26/2011_09_26_drive_0032_sync 179 l\n2011_09_26/2011_09_26_drive_0032_sync 369 l\n2011_09_26/2011_09_26_drive_0032_sync 15 r\n2011_09_26/2011_09_26_drive_0032_sync 260 r\n2011_09_26/2011_09_26_drive_0032_sync 148 r\n2011_09_26/2011_09_26_drive_0032_sync 316 l\n2011_09_26/2011_09_26_drive_0032_sync 342 r\n2011_09_26/2011_09_26_drive_0032_sync 64 l\n2011_09_26/2011_09_26_drive_0032_sync 206 r\n2011_09_26/2011_09_26_drive_0032_sync 352 l\n2011_09_26/2011_09_26_drive_0032_sync 212 l\n2011_09_26/2011_09_26_drive_0032_sync 7 r\n2011_09_26/2011_09_26_drive_0032_sync 354 l\n2011_09_26/2011_09_26_drive_0032_sync 8 l\n2011_09_26/2011_09_26_drive_0032_sync 230 r\n2011_09_26/2011_09_26_drive_0032_sync 10 r\n2011_09_26/2011_09_26_drive_0032_sync 115 l\n2011_09_26/2011_09_26_drive_0032_sync 79 r\n2011_09_26/2011_09_26_drive_0032_sync 100 r\n2011_09_26/2011_09_26_drive_0032_sync 169 l\n2011_09_26/2011_09_26_drive_0032_sync 365 l\n2011_09_26/2011_09_26_drive_0032_sync 6 r\n2011_09_26/2011_09_26_drive_0032_sync 289 r\n2011_09_26/2011_09_26_drive_0032_sync 58 l\n2011_09_26/2011_09_26_drive_0032_sync 356 r\n2011_09_26/2011_09_26_drive_0032_sync 207 r\n2011_09_26/2011_09_26_drive_0032_sync 314 r\n2011_09_26/2011_09_26_drive_0032_sync 76 l\n2011_09_26/2011_09_26_drive_0032_sync 65 r\n2011_09_26/2011_09_26_drive_0032_sync 184 l\n2011_09_26/2011_09_26_drive_0032_sync 43 r\n2011_09_26/2011_09_26_drive_0032_sync 272 l\n2011_09_26/2011_09_26_drive_0028_sync 68 r\n2011_09_26/2011_09_26_drive_0028_sync 50 l\n2011_09_26/2011_09_26_drive_0028_sync 249 r\n2011_09_26/2011_09_26_drive_0028_sync 58 r\n2011_09_26/2011_09_26_drive_0028_sync 152 r\n2011_09_26/2011_09_26_drive_0028_sync 353 r\n2011_09_26/2011_09_26_drive_0028_sync 89 l\n2011_09_26/2011_09_26_drive_0028_sync 77 r\n2011_09_26/2011_09_26_drive_0028_sync 316 r\n2011_09_26/2011_09_26_drive_0028_sync 228 l\n2011_09_26/2011_09_26_drive_0028_sync 9 l\n2011_09_26/2011_09_26_drive_0028_sync 122 r\n2011_09_26/2011_09_26_drive_0028_sync 276 r\n2011_09_26/2011_09_26_drive_0028_sync 242 l\n2011_09_26/2011_09_26_drive_0028_sync 244 l\n2011_09_26/2011_09_26_drive_0028_sync 147 l\n2011_09_26/2011_09_26_drive_0028_sync 396 r\n2011_09_26/2011_09_26_drive_0028_sync 25 r\n2011_09_26/2011_09_26_drive_0028_sync 360 r\n2011_09_26/2011_09_26_drive_0028_sync 273 l\n2011_09_26/2011_09_26_drive_0028_sync 205 r\n2011_09_26/2011_09_26_drive_0028_sync 224 r\n2011_09_26/2011_09_26_drive_0028_sync 153 l\n2011_09_26/2011_09_26_drive_0028_sync 258 r\n2011_09_26/2011_09_26_drive_0028_sync 109 l\n2011_09_26/2011_09_26_drive_0028_sync 4 r\n2011_09_26/2011_09_26_drive_0028_sync 167 l\n2011_09_26/2011_09_26_drive_0028_sync 87 r\n2011_09_26/2011_09_26_drive_0028_sync 56 r\n2011_09_26/2011_09_26_drive_0028_sync 324 r\n2011_09_26/2011_09_26_drive_0028_sync 125 l\n2011_09_26/2011_09_26_drive_0028_sync 73 l\n2011_09_26/2011_09_26_drive_0028_sync 284 l\n2011_09_26/2011_09_26_drive_0028_sync 287 r\n2011_09_26/2011_09_26_drive_0028_sync 15 l\n2011_09_26/2011_09_26_drive_0028_sync 104 r\n2011_09_26/2011_09_26_drive_0028_sync 103 l\n2011_09_26/2011_09_26_drive_0028_sync 237 r\n2011_09_26/2011_09_26_drive_0028_sync 158 r\n2011_09_26/2011_09_26_drive_0028_sync 360 l\n2011_09_26/2011_09_26_drive_0028_sync 52 r\n2011_09_26/2011_09_26_drive_0028_sync 130 r\n2011_09_26/2011_09_26_drive_0028_sync 341 r\n2011_09_26/2011_09_26_drive_0028_sync 424 r\n2011_09_26/2011_09_26_drive_0028_sync 233 r\n2011_09_26/2011_09_26_drive_0028_sync 22 r\n2011_09_26/2011_09_26_drive_0028_sync 209 r\n2011_09_26/2011_09_26_drive_0028_sync 241 l\n2011_09_26/2011_09_26_drive_0028_sync 182 l\n2011_09_26/2011_09_26_drive_0028_sync 157 r\n2011_09_26/2011_09_26_drive_0028_sync 241 r\n2011_09_26/2011_09_26_drive_0028_sync 120 r\n2011_09_26/2011_09_26_drive_0028_sync 206 l\n2011_09_26/2011_09_26_drive_0028_sync 185 l\n2011_09_26/2011_09_26_drive_0028_sync 328 r\n2011_09_26/2011_09_26_drive_0028_sync 24 r\n2011_09_26/2011_09_26_drive_0028_sync 403 r\n2011_09_26/2011_09_26_drive_0028_sync 49 r\n2011_09_26/2011_09_26_drive_0028_sync 112 l\n2011_09_26/2011_09_26_drive_0028_sync 118 l\n2011_09_26/2011_09_26_drive_0028_sync 350 r\n2011_09_26/2011_09_26_drive_0028_sync 256 l\n2011_09_26/2011_09_26_drive_0028_sync 318 l\n2011_09_26/2011_09_26_drive_0028_sync 333 l\n2011_09_26/2011_09_26_drive_0028_sync 180 l\n2011_09_26/2011_09_26_drive_0028_sync 102 r\n2011_09_26/2011_09_26_drive_0028_sync 402 l\n2011_09_26/2011_09_26_drive_0028_sync 331 l\n2011_09_26/2011_09_26_drive_0028_sync 108 l\n2011_09_26/2011_09_26_drive_0028_sync 62 r\n2011_09_26/2011_09_26_drive_0028_sync 49 l\n2011_09_26/2011_09_26_drive_0028_sync 332 l\n2011_09_26/2011_09_26_drive_0028_sync 178 r\n2011_09_26/2011_09_26_drive_0028_sync 148 l\n2011_09_26/2011_09_26_drive_0028_sync 245 r\n2011_09_26/2011_09_26_drive_0028_sync 38 r\n2011_09_26/2011_09_26_drive_0028_sync 152 l\n2011_09_26/2011_09_26_drive_0028_sync 408 r\n2011_09_26/2011_09_26_drive_0028_sync 257 r\n2011_09_26/2011_09_26_drive_0028_sync 42 l\n2011_09_26/2011_09_26_drive_0028_sync 229 l\n2011_09_26/2011_09_26_drive_0028_sync 51 r\n2011_09_26/2011_09_26_drive_0028_sync 219 l\n2011_09_26/2011_09_26_drive_0028_sync 45 r\n2011_09_26/2011_09_26_drive_0028_sync 161 l\n2011_09_26/2011_09_26_drive_0028_sync 4 l\n2011_09_26/2011_09_26_drive_0028_sync 306 l\n2011_09_26/2011_09_26_drive_0028_sync 347 l\n2011_09_26/2011_09_26_drive_0028_sync 66 l\n2011_09_26/2011_09_26_drive_0028_sync 328 l\n2011_09_26/2011_09_26_drive_0028_sync 277 r\n2011_09_26/2011_09_26_drive_0028_sync 372 l\n2011_09_26/2011_09_26_drive_0028_sync 275 l\n2011_09_26/2011_09_26_drive_0028_sync 387 r\n2011_09_26/2011_09_26_drive_0028_sync 64 r\n2011_09_26/2011_09_26_drive_0028_sync 242 r\n2011_09_26/2011_09_26_drive_0028_sync 102 l\n2011_09_26/2011_09_26_drive_0028_sync 386 l\n2011_09_26/2011_09_26_drive_0028_sync 380 r\n2011_09_26/2011_09_26_drive_0028_sync 103 r\n2011_09_26/2011_09_26_drive_0028_sync 418 r\n2011_09_26/2011_09_26_drive_0028_sync 127 l\n2011_09_26/2011_09_26_drive_0028_sync 129 l\n2011_09_26/2011_09_26_drive_0028_sync 52 l\n2011_09_26/2011_09_26_drive_0028_sync 326 r\n2011_09_26/2011_09_26_drive_0028_sync 223 r\n2011_09_26/2011_09_26_drive_0028_sync 84 r\n2011_09_26/2011_09_26_drive_0028_sync 78 l\n2011_09_26/2011_09_26_drive_0028_sync 133 l\n2011_09_26/2011_09_26_drive_0028_sync 12 r\n2011_09_26/2011_09_26_drive_0028_sync 238 r\n2011_09_26/2011_09_26_drive_0028_sync 270 l\n2011_09_26/2011_09_26_drive_0028_sync 166 l\n2011_09_26/2011_09_26_drive_0028_sync 221 l\n2011_09_26/2011_09_26_drive_0028_sync 48 l\n2011_09_26/2011_09_26_drive_0028_sync 413 r\n2011_09_26/2011_09_26_drive_0028_sync 385 r\n2011_09_26/2011_09_26_drive_0028_sync 155 l\n2011_09_26/2011_09_26_drive_0028_sync 301 l\n2011_09_26/2011_09_26_drive_0028_sync 8 r\n2011_09_26/2011_09_26_drive_0028_sync 263 r\n2011_09_26/2011_09_26_drive_0028_sync 292 r\n2011_09_26/2011_09_26_drive_0028_sync 93 l\n2011_09_26/2011_09_26_drive_0028_sync 339 l\n2011_09_26/2011_09_26_drive_0028_sync 306 r\n2011_09_26/2011_09_26_drive_0028_sync 176 l\n2011_09_26/2011_09_26_drive_0028_sync 99 l\n2011_09_26/2011_09_26_drive_0028_sync 101 l\n2011_09_26/2011_09_26_drive_0028_sync 36 l\n2011_09_26/2011_09_26_drive_0028_sync 204 l\n2011_09_26/2011_09_26_drive_0028_sync 277 l\n2011_09_26/2011_09_26_drive_0028_sync 60 r\n2011_09_26/2011_09_26_drive_0028_sync 202 r\n2011_09_26/2011_09_26_drive_0028_sync 384 r\n2011_09_26/2011_09_26_drive_0028_sync 78 r\n2011_09_26/2011_09_26_drive_0028_sync 346 l\n2011_09_26/2011_09_26_drive_0028_sync 327 r\n2011_09_26/2011_09_26_drive_0028_sync 212 r\n2011_09_26/2011_09_26_drive_0028_sync 272 r\n2011_09_26/2011_09_26_drive_0028_sync 199 l\n2011_09_26/2011_09_26_drive_0028_sync 59 l\n2011_09_26/2011_09_26_drive_0028_sync 422 r\n2011_09_26/2011_09_26_drive_0028_sync 216 r\n2011_09_26/2011_09_26_drive_0028_sync 172 r\n2011_09_26/2011_09_26_drive_0028_sync 61 r\n2011_09_26/2011_09_26_drive_0028_sync 401 l\n2011_09_26/2011_09_26_drive_0028_sync 86 r\n2011_09_26/2011_09_26_drive_0028_sync 188 r\n2011_09_26/2011_09_26_drive_0028_sync 134 r\n2011_09_26/2011_09_26_drive_0028_sync 194 r\n2011_09_26/2011_09_26_drive_0028_sync 201 r\n2011_09_26/2011_09_26_drive_0028_sync 15 r\n2011_09_26/2011_09_26_drive_0028_sync 271 l\n2011_09_26/2011_09_26_drive_0028_sync 246 r\n2011_09_26/2011_09_26_drive_0028_sync 375 r\n2011_09_26/2011_09_26_drive_0028_sync 264 l\n2011_09_26/2011_09_26_drive_0028_sync 99 r\n2011_09_26/2011_09_26_drive_0028_sync 172 l\n2011_09_26/2011_09_26_drive_0028_sync 32 r\n2011_09_26/2011_09_26_drive_0028_sync 175 l\n2011_09_26/2011_09_26_drive_0028_sync 352 l\n2011_09_26/2011_09_26_drive_0028_sync 244 r\n2011_09_26/2011_09_26_drive_0028_sync 367 r\n2011_09_26/2011_09_26_drive_0028_sync 170 r\n2011_09_26/2011_09_26_drive_0028_sync 408 l\n2011_09_26/2011_09_26_drive_0028_sync 377 r\n2011_09_26/2011_09_26_drive_0028_sync 203 r\n2011_09_26/2011_09_26_drive_0028_sync 237 l\n2011_09_26/2011_09_26_drive_0028_sync 327 l\n2011_09_26/2011_09_26_drive_0028_sync 59 r\n2011_09_26/2011_09_26_drive_0028_sync 71 r\n2011_09_26/2011_09_26_drive_0028_sync 64 l\n2011_09_26/2011_09_26_drive_0028_sync 38 l\n2011_09_26/2011_09_26_drive_0028_sync 35 r\n2011_09_26/2011_09_26_drive_0028_sync 358 r\n2011_09_26/2011_09_26_drive_0028_sync 279 l\n2011_09_26/2011_09_26_drive_0028_sync 81 r\n2011_09_26/2011_09_26_drive_0028_sync 199 r\n2011_09_26/2011_09_26_drive_0028_sync 140 l\n2011_09_26/2011_09_26_drive_0028_sync 83 r\n2011_09_26/2011_09_26_drive_0028_sync 142 l\n2011_09_26/2011_09_26_drive_0028_sync 383 l\n2011_09_26/2011_09_26_drive_0028_sync 258 l\n2011_09_26/2011_09_26_drive_0028_sync 27 r\n2011_09_26/2011_09_26_drive_0028_sync 7 r\n2011_09_26/2011_09_26_drive_0028_sync 298 l\n2011_09_26/2011_09_26_drive_0028_sync 162 r\n2011_09_26/2011_09_26_drive_0028_sync 387 l\n2011_09_26/2011_09_26_drive_0028_sync 243 l\n2011_09_26/2011_09_26_drive_0028_sync 354 l\n2011_09_26/2011_09_26_drive_0028_sync 69 r\n2011_09_26/2011_09_26_drive_0028_sync 76 l\n2011_09_26/2011_09_26_drive_0028_sync 414 r\n2011_09_26/2011_09_26_drive_0028_sync 298 r\n2011_09_26/2011_09_26_drive_0028_sync 150 l\n2011_09_26/2011_09_26_drive_0028_sync 193 l\n2011_09_26/2011_09_26_drive_0028_sync 409 r\n2011_09_26/2011_09_26_drive_0028_sync 296 l\n2011_09_26/2011_09_26_drive_0028_sync 146 r\n2011_09_26/2011_09_26_drive_0028_sync 55 r\n2011_09_26/2011_09_26_drive_0028_sync 357 l\n2011_09_26/2011_09_26_drive_0028_sync 282 l\n2011_09_26/2011_09_26_drive_0028_sync 337 l\n2011_09_26/2011_09_26_drive_0028_sync 26 r\n2011_09_26/2011_09_26_drive_0028_sync 319 r\n2011_09_26/2011_09_26_drive_0028_sync 340 r\n2011_09_26/2011_09_26_drive_0028_sync 7 l\n2011_09_26/2011_09_26_drive_0028_sync 352 r\n2011_09_26/2011_09_26_drive_0028_sync 189 r\n2011_09_26/2011_09_26_drive_0028_sync 417 r\n2011_09_26/2011_09_26_drive_0028_sync 406 r\n2011_09_26/2011_09_26_drive_0028_sync 213 r\n2011_09_26/2011_09_26_drive_0028_sync 170 l\n2011_09_26/2011_09_26_drive_0028_sync 169 l\n2011_09_26/2011_09_26_drive_0028_sync 389 l\n2011_09_26/2011_09_26_drive_0028_sync 12 l\n2011_09_26/2011_09_26_drive_0028_sync 403 l\n2011_09_26/2011_09_26_drive_0028_sync 179 l\n2011_09_26/2011_09_26_drive_0028_sync 114 r\n2011_09_26/2011_09_26_drive_0028_sync 220 l\n2011_09_26/2011_09_26_drive_0028_sync 335 l\n2011_09_26/2011_09_26_drive_0028_sync 417 l\n2011_09_26/2011_09_26_drive_0028_sync 33 r\n2011_09_26/2011_09_26_drive_0028_sync 253 r\n2011_09_26/2011_09_26_drive_0028_sync 351 r\n2011_09_26/2011_09_26_drive_0028_sync 132 l\n2011_09_26/2011_09_26_drive_0028_sync 214 l\n2011_09_26/2011_09_26_drive_0028_sync 290 r\n2011_09_26/2011_09_26_drive_0028_sync 390 r\n2011_09_26/2011_09_26_drive_0028_sync 316 l\n2011_09_26/2011_09_26_drive_0028_sync 33 l\n2011_09_26/2011_09_26_drive_0028_sync 348 l\n2011_09_26/2011_09_26_drive_0028_sync 294 l\n2011_09_26/2011_09_26_drive_0028_sync 147 r\n2011_09_26/2011_09_26_drive_0028_sync 112 r\n2011_09_26/2011_09_26_drive_0028_sync 48 r\n2011_09_26/2011_09_26_drive_0028_sync 226 r\n2011_09_26/2011_09_26_drive_0028_sync 28 l\n2011_09_26/2011_09_26_drive_0028_sync 342 r\n2011_09_26/2011_09_26_drive_0028_sync 299 l\n2011_09_26/2011_09_26_drive_0028_sync 260 l\n2011_09_26/2011_09_26_drive_0028_sync 98 r\n2011_09_26/2011_09_26_drive_0028_sync 337 r\n2011_09_26/2011_09_26_drive_0028_sync 288 l\n2011_09_26/2011_09_26_drive_0028_sync 107 l\n2011_09_26/2011_09_26_drive_0028_sync 113 r\n2011_09_26/2011_09_26_drive_0028_sync 37 l\n2011_09_26/2011_09_26_drive_0028_sync 57 l\n2011_09_26/2011_09_26_drive_0028_sync 51 l\n2011_09_26/2011_09_26_drive_0028_sync 191 l\n2011_09_26/2011_09_26_drive_0028_sync 37 r\n2011_09_26/2011_09_26_drive_0028_sync 47 l\n2011_09_26/2011_09_26_drive_0028_sync 207 l\n2011_09_26/2011_09_26_drive_0028_sync 181 l\n2011_09_26/2011_09_26_drive_0028_sync 346 r\n2011_09_26/2011_09_26_drive_0028_sync 141 l\n2011_09_26/2011_09_26_drive_0028_sync 341 l\n2011_09_26/2011_09_26_drive_0028_sync 127 r\n2011_09_26/2011_09_26_drive_0028_sync 397 l\n2011_09_26/2011_09_26_drive_0028_sync 105 r\n2011_09_26/2011_09_26_drive_0028_sync 407 l\n2011_09_26/2011_09_26_drive_0028_sync 371 l\n2011_09_26/2011_09_26_drive_0028_sync 144 r\n2011_09_26/2011_09_26_drive_0028_sync 312 r\n2011_09_26/2011_09_26_drive_0028_sync 314 l\n2011_09_26/2011_09_26_drive_0028_sync 162 l\n2011_09_26/2011_09_26_drive_0028_sync 73 r\n2011_09_26/2011_09_26_drive_0028_sync 363 r\n2011_09_26/2011_09_26_drive_0028_sync 80 r\n2011_09_26/2011_09_26_drive_0028_sync 276 l\n2011_09_26/2011_09_26_drive_0028_sync 304 r\n2011_09_26/2011_09_26_drive_0028_sync 31 l\n2011_09_26/2011_09_26_drive_0028_sync 66 r\n2011_09_26/2011_09_26_drive_0028_sync 308 l\n2011_09_26/2011_09_26_drive_0028_sync 274 r\n2011_09_26/2011_09_26_drive_0028_sync 18 r\n2011_09_26/2011_09_26_drive_0028_sync 125 r\n2011_09_26/2011_09_26_drive_0028_sync 161 r\n2011_09_26/2011_09_26_drive_0028_sync 266 r\n2011_09_26/2011_09_26_drive_0028_sync 334 r\n2011_09_26/2011_09_26_drive_0028_sync 264 r\n2011_09_26/2011_09_26_drive_0028_sync 79 r\n2011_09_26/2011_09_26_drive_0028_sync 249 l\n2011_09_26/2011_09_26_drive_0028_sync 106 l\n2011_09_26/2011_09_26_drive_0028_sync 46 r\n2011_09_26/2011_09_26_drive_0028_sync 425 l\n2011_09_26/2011_09_26_drive_0028_sync 304 l\n2011_09_26/2011_09_26_drive_0028_sync 92 r\n2011_09_26/2011_09_26_drive_0028_sync 192 r\n2011_09_26/2011_09_26_drive_0028_sync 358 l\n2011_09_26/2011_09_26_drive_0028_sync 225 r\n2011_09_26/2011_09_26_drive_0028_sync 252 l\n2011_09_26/2011_09_26_drive_0028_sync 171 l\n2011_09_26/2011_09_26_drive_0028_sync 8 l\n2011_09_26/2011_09_26_drive_0028_sync 357 r\n2011_09_26/2011_09_26_drive_0028_sync 285 r\n2011_09_26/2011_09_26_drive_0028_sync 256 r\n2011_09_26/2011_09_26_drive_0028_sync 347 r\n2011_09_26/2011_09_26_drive_0028_sync 284 r\n2011_09_26/2011_09_26_drive_0028_sync 314 r\n2011_09_26/2011_09_26_drive_0028_sync 379 r\n2011_09_26/2011_09_26_drive_0028_sync 163 l\n2011_09_26/2011_09_26_drive_0028_sync 246 l\n2011_09_26/2011_09_26_drive_0028_sync 185 r\n2011_09_26/2011_09_26_drive_0028_sync 254 r\n2011_09_26/2011_09_26_drive_0028_sync 300 l\n2011_09_26/2011_09_26_drive_0028_sync 148 r\n2011_09_26/2011_09_26_drive_0028_sync 79 l\n2011_09_26/2011_09_26_drive_0028_sync 189 l\n2011_09_26/2011_09_26_drive_0028_sync 206 r\n2011_09_26/2011_09_26_drive_0028_sync 238 l\n2011_09_26/2011_09_26_drive_0028_sync 401 r\n2011_09_26/2011_09_26_drive_0028_sync 322 l\n2011_09_26/2011_09_26_drive_0028_sync 383 r\n2011_09_26/2011_09_26_drive_0028_sync 100 l\n2011_09_26/2011_09_26_drive_0028_sync 63 l\n2011_09_26/2011_09_26_drive_0028_sync 329 l\n2011_09_26/2011_09_26_drive_0028_sync 50 r\n2011_09_26/2011_09_26_drive_0028_sync 323 l\n2011_09_26/2011_09_26_drive_0028_sync 405 r\n2011_09_26/2011_09_26_drive_0028_sync 366 l\n2011_09_26/2011_09_26_drive_0028_sync 295 r\n2011_09_26/2011_09_26_drive_0028_sync 381 l\n2011_09_26/2011_09_26_drive_0028_sync 10 l\n2011_09_26/2011_09_26_drive_0028_sync 315 l\n2011_09_26/2011_09_26_drive_0028_sync 235 l\n2011_09_26/2011_09_26_drive_0028_sync 390 l\n2011_09_26/2011_09_26_drive_0028_sync 311 r\n2011_09_26/2011_09_26_drive_0028_sync 236 r\n2011_09_26/2011_09_26_drive_0028_sync 203 l\n2011_09_26/2011_09_26_drive_0028_sync 322 r\n2011_09_26/2011_09_26_drive_0028_sync 424 l\n2011_09_26/2011_09_26_drive_0028_sync 70 l\n2011_09_26/2011_09_26_drive_0028_sync 22 l\n2011_09_26/2011_09_26_drive_0028_sync 214 r\n2011_09_26/2011_09_26_drive_0028_sync 9 r\n2011_09_26/2011_09_26_drive_0028_sync 348 r\n2011_09_26/2011_09_26_drive_0028_sync 406 l\n2011_09_26/2011_09_26_drive_0028_sync 115 r\n2011_09_26/2011_09_26_drive_0028_sync 317 r\n2011_09_26/2011_09_26_drive_0028_sync 146 l\n2011_09_26/2011_09_26_drive_0028_sync 198 r\n2011_09_26/2011_09_26_drive_0028_sync 226 l\n2011_09_26/2011_09_26_drive_0028_sync 410 r\n2011_09_26/2011_09_26_drive_0028_sync 193 r\n2011_09_26/2011_09_26_drive_0028_sync 414 l\n2011_09_26/2011_09_26_drive_0028_sync 54 l\n2011_09_26/2011_09_26_drive_0028_sync 17 l\n2011_09_26/2011_09_26_drive_0028_sync 168 r\n2011_09_26/2011_09_26_drive_0028_sync 101 r\n2011_09_26/2011_09_26_drive_0028_sync 105 l\n2011_09_26/2011_09_26_drive_0028_sync 39 l\n2011_09_26/2011_09_26_drive_0028_sync 138 r\n2011_09_26/2011_09_26_drive_0028_sync 368 l\n2011_09_26/2011_09_26_drive_0028_sync 119 r\n2011_09_26/2011_09_26_drive_0028_sync 399 r\n2011_09_26/2011_09_26_drive_0028_sync 303 r\n2011_09_26/2011_09_26_drive_0028_sync 131 r\n2011_09_26/2011_09_26_drive_0028_sync 294 r\n2011_09_26/2011_09_26_drive_0028_sync 190 r\n2011_09_26/2011_09_26_drive_0028_sync 376 l\n2011_09_26/2011_09_26_drive_0028_sync 190 l\n2011_09_26/2011_09_26_drive_0028_sync 300 r\n2011_09_26/2011_09_26_drive_0028_sync 248 r\n2011_09_26/2011_09_26_drive_0028_sync 282 r\n2011_09_26/2011_09_26_drive_0028_sync 397 r\n2011_09_26/2011_09_26_drive_0028_sync 251 l\n2011_09_26/2011_09_26_drive_0028_sync 243 r\n2011_09_26/2011_09_26_drive_0028_sync 3 r\n2011_09_26/2011_09_26_drive_0028_sync 72 l\n2011_09_26/2011_09_26_drive_0028_sync 399 l\n2011_09_26/2011_09_26_drive_0028_sync 124 r\n2011_09_26/2011_09_26_drive_0028_sync 124 l\n2011_09_26/2011_09_26_drive_0028_sync 288 r\n2011_09_26/2011_09_26_drive_0028_sync 17 r\n2011_09_26/2011_09_26_drive_0028_sync 144 l\n2011_09_26/2011_09_26_drive_0028_sync 395 r\n2011_09_26/2011_09_26_drive_0028_sync 183 r\n2011_09_26/2011_09_26_drive_0028_sync 311 l\n2011_09_26/2011_09_26_drive_0028_sync 205 l\n2011_09_26/2011_09_26_drive_0028_sync 373 r\n2011_09_26/2011_09_26_drive_0028_sync 25 l\n2011_09_26/2011_09_26_drive_0028_sync 75 l\n2011_09_26/2011_09_26_drive_0028_sync 393 l\n2011_09_26/2011_09_26_drive_0028_sync 410 l\n2011_09_26/2011_09_26_drive_0028_sync 132 r\n2011_09_26/2011_09_26_drive_0028_sync 319 l\n2011_09_26/2011_09_26_drive_0028_sync 302 r\n2011_09_26/2011_09_26_drive_0028_sync 118 r\n2011_09_26/2011_09_26_drive_0028_sync 198 l\n2011_09_26/2011_09_26_drive_0028_sync 74 l\n2011_09_26/2011_09_26_drive_0028_sync 384 l\n2011_09_26/2011_09_26_drive_0028_sync 91 r\n2011_09_26/2011_09_26_drive_0028_sync 407 r\n2011_09_26/2011_09_26_drive_0028_sync 204 r\n2011_09_26/2011_09_26_drive_0028_sync 280 r\n2011_09_26/2011_09_26_drive_0028_sync 216 l\n2011_09_26/2011_09_26_drive_0028_sync 366 r\n2011_09_26/2011_09_26_drive_0028_sync 110 l\n2011_09_26/2011_09_26_drive_0028_sync 5 r\n2011_09_26/2011_09_26_drive_0028_sync 402 r\n2011_09_26/2011_09_26_drive_0028_sync 285 l\n2011_09_26/2011_09_26_drive_0028_sync 299 r\n2011_09_26/2011_09_26_drive_0028_sync 419 l\n2011_09_26/2011_09_26_drive_0028_sync 56 l\n2011_09_26/2011_09_26_drive_0028_sync 355 l\n2011_09_26/2011_09_26_drive_0028_sync 330 r\n2011_09_26/2011_09_26_drive_0028_sync 43 l\n2011_09_26/2011_09_26_drive_0028_sync 372 r\n2011_09_26/2011_09_26_drive_0028_sync 252 r\n2011_09_26/2011_09_26_drive_0028_sync 116 r\n2011_09_26/2011_09_26_drive_0028_sync 385 l\n2011_09_26/2011_09_26_drive_0028_sync 115 l\n2011_09_26/2011_09_26_drive_0028_sync 159 r\n2011_09_26/2011_09_26_drive_0028_sync 186 r\n2011_09_26/2011_09_26_drive_0028_sync 269 r\n2011_09_26/2011_09_26_drive_0028_sync 368 r\n2011_09_26/2011_09_26_drive_0028_sync 287 l\n2011_09_26/2011_09_26_drive_0028_sync 309 r\n2011_09_26/2011_09_26_drive_0028_sync 219 r\n2011_09_26/2011_09_26_drive_0028_sync 120 l\n2011_09_26/2011_09_26_drive_0028_sync 250 l\n2011_09_26/2011_09_26_drive_0028_sync 345 l\n2011_09_26/2011_09_26_drive_0028_sync 334 l\n2011_09_26/2011_09_26_drive_0028_sync 349 r\n2011_09_26/2011_09_26_drive_0028_sync 47 r\n2011_09_26/2011_09_26_drive_0028_sync 404 l\n2011_09_26/2011_09_26_drive_0028_sync 179 r\n2011_09_26/2011_09_26_drive_0028_sync 218 l\n2011_09_26/2011_09_26_drive_0028_sync 416 l\n2011_09_26/2011_09_26_drive_0028_sync 231 l\n2011_09_26/2011_09_26_drive_0028_sync 235 r\n2011_09_26/2011_09_26_drive_0028_sync 117 r\n2011_09_26/2011_09_26_drive_0028_sync 21 r\n2011_09_26/2011_09_26_drive_0028_sync 13 l\n2011_09_26/2011_09_26_drive_0028_sync 159 l\n2011_09_26/2011_09_26_drive_0028_sync 222 l\n2011_09_26/2011_09_26_drive_0028_sync 19 r\n2011_09_26/2011_09_26_drive_0028_sync 273 r\n2011_09_26/2011_09_26_drive_0028_sync 309 l\n2011_09_26/2011_09_26_drive_0028_sync 420 l\n2011_09_26/2011_09_26_drive_0028_sync 70 r\n2011_09_26/2011_09_26_drive_0028_sync 18 l\n2011_09_26/2011_09_26_drive_0028_sync 67 l\n2011_09_26/2011_09_26_drive_0028_sync 411 r\n2011_09_26/2011_09_26_drive_0028_sync 208 r\n2011_09_26/2011_09_26_drive_0028_sync 34 r\n2011_09_26/2011_09_26_drive_0028_sync 225 l\n2011_09_26/2011_09_26_drive_0028_sync 412 r\n2011_09_26/2011_09_26_drive_0028_sync 344 r\n2011_09_26/2011_09_26_drive_0028_sync 343 r\n2011_09_26/2011_09_26_drive_0028_sync 213 l\n2011_09_26/2011_09_26_drive_0028_sync 5 l\n2011_09_26/2011_09_26_drive_0028_sync 340 l\n2011_09_26/2011_09_26_drive_0028_sync 23 l\n2011_09_26/2011_09_26_drive_0028_sync 325 l\n2011_09_26/2011_09_26_drive_0028_sync 181 r\n2011_09_26/2011_09_26_drive_0028_sync 98 l\n2011_09_26/2011_09_26_drive_0028_sync 281 r\n2011_09_26/2011_09_26_drive_0028_sync 72 r\n2011_09_26/2011_09_26_drive_0028_sync 14 r\n2011_09_26/2011_09_26_drive_0028_sync 139 l\n2011_09_26/2011_09_26_drive_0028_sync 257 l\n2011_09_26/2011_09_26_drive_0028_sync 336 r\n2011_09_26/2011_09_26_drive_0028_sync 106 r\n2011_09_26/2011_09_26_drive_0028_sync 207 r\n2011_09_26/2011_09_26_drive_0028_sync 177 l\n2011_09_26/2011_09_26_drive_0028_sync 128 r\n2011_09_26/2011_09_26_drive_0028_sync 361 l\n2011_09_26/2011_09_26_drive_0028_sync 24 l\n2011_09_26/2011_09_26_drive_0028_sync 310 l\n2011_09_26/2011_09_26_drive_0028_sync 266 l\n2011_09_26/2011_09_26_drive_0028_sync 28 r\n2011_09_26/2011_09_26_drive_0028_sync 265 r\n2011_09_26/2011_09_26_drive_0028_sync 286 r\n2011_09_26/2011_09_26_drive_0028_sync 240 r\n2011_09_26/2011_09_26_drive_0028_sync 29 r\n2011_09_26/2011_09_26_drive_0028_sync 356 r\n2011_09_26/2011_09_26_drive_0028_sync 259 l\n2011_09_26/2011_09_26_drive_0028_sync 376 r\n2011_09_26/2011_09_26_drive_0028_sync 30 r\n2011_09_26/2011_09_26_drive_0028_sync 362 l\n2011_09_26/2011_09_26_drive_0028_sync 426 l\n2011_09_26/2011_09_26_drive_0028_sync 292 l\n2011_09_26/2011_09_26_drive_0028_sync 350 l\n2011_09_26/2011_09_26_drive_0028_sync 392 l\n2011_09_26/2011_09_26_drive_0028_sync 272 l\n2011_09_26/2011_09_26_drive_0028_sync 239 l\n2011_09_26/2011_09_26_drive_0028_sync 389 r\n2011_09_26/2011_09_26_drive_0028_sync 208 l\n2011_09_26/2011_09_26_drive_0028_sync 404 r\n2011_09_26/2011_09_26_drive_0028_sync 126 r\n2011_09_26/2011_09_26_drive_0028_sync 6 r\n2011_09_26/2011_09_26_drive_0028_sync 247 r\n2011_09_26/2011_09_26_drive_0028_sync 168 l\n2011_09_26/2011_09_26_drive_0028_sync 255 r\n2011_09_26/2011_09_26_drive_0028_sync 412 l\n2011_09_26/2011_09_26_drive_0028_sync 201 l\n2011_09_26/2011_09_26_drive_0028_sync 394 r\n2011_09_26/2011_09_26_drive_0028_sync 343 l\n2011_09_26/2011_09_26_drive_0028_sync 60 l\n2011_09_26/2011_09_26_drive_0028_sync 160 r\n2011_09_26/2011_09_26_drive_0028_sync 321 r\n2011_09_26/2011_09_26_drive_0028_sync 69 l\n2011_09_26/2011_09_26_drive_0028_sync 325 r\n2011_09_26/2011_09_26_drive_0028_sync 267 r\n2011_09_26/2011_09_26_drive_0028_sync 308 r\n2011_09_26/2011_09_26_drive_0028_sync 68 l\n2011_09_26/2011_09_26_drive_0028_sync 283 r\n2011_09_26/2011_09_26_drive_0028_sync 415 r\n2011_09_26/2011_09_26_drive_0028_sync 326 l\n2011_09_26/2011_09_26_drive_0028_sync 388 r\n2011_09_26/2011_09_26_drive_0028_sync 278 r\n2011_09_26/2011_09_26_drive_0028_sync 400 r\n2011_09_26/2011_09_26_drive_0028_sync 370 l\n2011_09_26/2011_09_26_drive_0028_sync 338 l\n2011_09_26/2011_09_26_drive_0028_sync 398 l\n2011_09_26/2011_09_26_drive_0028_sync 71 l\n2011_09_26/2011_09_26_drive_0028_sync 425 r\n2011_09_26/2011_09_26_drive_0028_sync 143 r\n2011_09_26/2011_09_26_drive_0028_sync 117 l\n2011_09_26/2011_09_26_drive_0028_sync 254 l\n2011_09_26/2011_09_26_drive_0028_sync 55 l\n2011_09_26/2011_09_26_drive_0028_sync 262 l\n2011_09_26/2011_09_26_drive_0028_sync 234 r\n2011_09_26/2011_09_26_drive_0028_sync 239 r\n2011_09_26/2011_09_26_drive_0028_sync 339 r\n2011_09_26/2011_09_26_drive_0028_sync 174 l\n2011_09_26/2011_09_26_drive_0028_sync 35 l\n2011_09_26/2011_09_26_drive_0028_sync 212 l\n2011_09_26/2011_09_26_drive_0028_sync 336 l\n2011_09_26/2011_09_26_drive_0028_sync 232 l\n2011_09_26/2011_09_26_drive_0028_sync 200 r\n2011_09_26/2011_09_26_drive_0028_sync 151 l\n2011_09_26/2011_09_26_drive_0028_sync 20 r\n2011_09_26/2011_09_26_drive_0028_sync 283 l\n2011_09_26/2011_09_26_drive_0028_sync 367 l\n2011_09_26/2011_09_26_drive_0028_sync 289 r\n2011_09_26/2011_09_26_drive_0028_sync 163 r\n2011_09_26/2011_09_26_drive_0028_sync 233 l\n2011_09_26/2011_09_26_drive_0028_sync 145 r\n2011_09_26/2011_09_26_drive_0028_sync 177 r\n2011_09_26/2011_09_26_drive_0028_sync 234 l\n2011_09_26/2011_09_26_drive_0028_sync 13 r\n2011_09_26/2011_09_26_drive_0028_sync 296 r\n2011_09_26/2011_09_26_drive_0028_sync 281 l\n2011_09_26/2011_09_26_drive_0028_sync 178 l\n2011_09_26/2011_09_26_drive_0028_sync 182 r\n2011_09_26/2011_09_26_drive_0028_sync 77 l\n2011_09_26/2011_09_26_drive_0028_sync 217 r\n2011_09_26/2011_09_26_drive_0028_sync 95 l\n2011_09_26/2011_09_26_drive_0028_sync 221 r\n2011_09_26/2011_09_26_drive_0028_sync 396 l\n2011_09_26/2011_09_26_drive_0028_sync 380 l\n2011_09_26/2011_09_26_drive_0028_sync 335 r\n2011_09_26/2011_09_26_drive_0028_sync 149 l\n2011_09_26/2011_09_26_drive_0028_sync 136 l\n2011_09_26/2011_09_26_drive_0028_sync 313 r\n2011_09_26/2011_09_26_drive_0028_sync 87 l\n2011_09_26/2011_09_26_drive_0028_sync 370 r\n2011_09_26/2011_09_26_drive_0028_sync 349 l\n2011_09_26/2011_09_26_drive_0028_sync 342 l\n2011_09_26/2011_09_26_drive_0028_sync 142 r\n2011_09_26/2011_09_26_drive_0028_sync 310 r\n2011_09_26/2011_09_26_drive_0028_sync 318 r\n2011_09_26/2011_09_26_drive_0028_sync 313 l\n2011_09_26/2011_09_26_drive_0028_sync 426 r\n2011_09_26/2011_09_26_drive_0028_sync 307 l\n2011_09_26/2011_09_26_drive_0028_sync 93 r\n2011_09_26/2011_09_26_drive_0028_sync 230 r\n2011_09_26/2011_09_26_drive_0028_sync 315 r\n2011_09_26/2011_09_26_drive_0028_sync 331 r\n2011_09_26/2011_09_26_drive_0028_sync 27 l\n2011_09_26/2011_09_26_drive_0028_sync 227 l\n2011_09_26/2011_09_26_drive_0028_sync 197 l\n2011_09_26/2011_09_26_drive_0028_sync 157 l\n2011_09_26/2011_09_26_drive_0028_sync 351 l\n2011_09_26/2011_09_26_drive_0028_sync 377 l\n2011_09_26/2011_09_26_drive_0028_sync 220 r\n2011_09_26/2011_09_26_drive_0028_sync 291 l\n2011_09_26/2011_09_26_drive_0028_sync 61 l\n2011_09_26/2011_09_26_drive_0028_sync 210 l\n2011_09_26/2011_09_26_drive_0028_sync 164 r\n2011_09_26/2011_09_26_drive_0028_sync 74 r\n2011_09_26/2011_09_26_drive_0028_sync 320 r\n2011_09_26/2011_09_26_drive_0028_sync 227 r\n2011_09_26/2011_09_26_drive_0028_sync 11 l\n2011_09_26/2011_09_26_drive_0028_sync 268 r\n2011_09_26/2011_09_26_drive_0028_sync 398 r\n2011_09_26/2011_09_26_drive_0028_sync 267 l\n2011_09_26/2011_09_26_drive_0028_sync 184 r\n2011_09_26/2011_09_26_drive_0028_sync 353 l\n2011_09_26/2011_09_26_drive_0028_sync 53 r\n2011_09_26/2011_09_26_drive_0028_sync 270 r\n2011_09_26/2011_09_26_drive_0028_sync 297 r\n2011_09_26/2011_09_26_drive_0028_sync 240 l\n2011_09_26/2011_09_26_drive_0028_sync 40 r\n2011_09_26/2011_09_26_drive_0028_sync 97 r\n2011_09_26/2011_09_26_drive_0028_sync 386 r\n2011_09_26/2011_09_26_drive_0028_sync 174 r\n2011_09_26/2011_09_26_drive_0028_sync 280 l\n2011_09_26/2011_09_26_drive_0028_sync 365 l\n2011_09_26/2011_09_26_drive_0028_sync 419 r\n2011_09_26/2011_09_26_drive_0028_sync 137 r\n2011_09_26/2011_09_26_drive_0028_sync 265 l\n2011_09_26/2011_09_26_drive_0028_sync 259 r\n2011_09_26/2011_09_26_drive_0028_sync 373 l\n2011_09_26/2011_09_26_drive_0028_sync 96 l\n2011_09_26/2011_09_26_drive_0028_sync 369 l\n2011_09_26/2011_09_26_drive_0028_sync 16 r\n2011_09_26/2011_09_26_drive_0028_sync 405 l\n2011_09_26/2011_09_26_drive_0028_sync 158 l\n2011_09_26/2011_09_26_drive_0028_sync 135 r\n2011_09_26/2011_09_26_drive_0028_sync 21 l\n2011_09_26/2011_09_26_drive_0028_sync 136 r\n2011_09_26/2011_09_26_drive_0028_sync 391 l\n2011_09_26/2011_09_26_drive_0028_sync 83 l\n2011_09_26/2011_09_26_drive_0028_sync 261 l\n2011_09_26/2011_09_26_drive_0028_sync 411 l\n2011_09_26/2011_09_26_drive_0028_sync 97 l\n2011_09_26/2011_09_26_drive_0028_sync 231 r\n2011_09_26/2011_09_26_drive_0028_sync 223 l\n2011_09_26/2011_09_26_drive_0028_sync 139 r\n2011_09_26/2011_09_26_drive_0028_sync 88 l\n2011_09_26/2011_09_26_drive_0028_sync 278 l\n2011_09_26/2011_09_26_drive_0028_sync 215 l\n2011_09_26/2011_09_26_drive_0028_sync 422 l\n2011_09_26/2011_09_26_drive_0028_sync 196 r\n2011_09_26/2011_09_26_drive_0028_sync 211 r\n2011_09_26/2011_09_26_drive_0028_sync 88 r\n2011_09_26/2011_09_26_drive_0028_sync 65 r\n2011_09_26/2011_09_26_drive_0028_sync 45 l\n2011_09_26/2011_09_26_drive_0028_sync 156 r\n2011_09_26/2011_09_26_drive_0028_sync 130 l\n2011_09_26/2011_09_26_drive_0028_sync 371 r\n2011_09_26/2011_09_26_drive_0028_sync 32 l\n2011_09_26/2011_09_26_drive_0028_sync 153 r\n2011_09_26/2011_09_26_drive_0028_sync 143 l\n2011_09_26/2011_09_26_drive_0028_sync 10 r\n2011_09_26/2011_09_26_drive_0028_sync 90 l\n2011_09_26/2011_09_26_drive_0028_sync 29 l\n2011_09_26/2011_09_26_drive_0028_sync 344 l\n2011_09_26/2011_09_26_drive_0028_sync 85 l\n2011_09_26/2011_09_26_drive_0028_sync 133 r\n2011_09_26/2011_09_26_drive_0028_sync 248 l\n2011_09_26/2011_09_26_drive_0028_sync 374 l\n2011_09_26/2011_09_26_drive_0028_sync 128 l\n2011_09_26/2011_09_26_drive_0028_sync 95 r\n2011_09_26/2011_09_26_drive_0028_sync 260 r\n2011_09_26/2011_09_26_drive_0028_sync 251 r\n2011_09_26/2011_09_26_drive_0028_sync 100 r\n2011_09_26/2011_09_26_drive_0028_sync 44 r\n2011_09_26/2011_09_26_drive_0028_sync 75 r\n2011_09_26/2011_09_26_drive_0028_sync 378 l\n2011_09_26/2011_09_26_drive_0028_sync 307 r\n2011_09_26/2011_09_26_drive_0028_sync 279 r\n2011_09_26/2011_09_26_drive_0028_sync 58 l\n2011_09_26/2011_09_26_drive_0028_sync 247 l\n2011_09_26/2011_09_26_drive_0028_sync 361 r\n2011_09_26/2011_09_26_drive_0028_sync 269 l\n2011_09_26/2011_09_26_drive_0028_sync 150 r\n2011_09_26/2011_09_26_drive_0028_sync 359 r\n2011_09_26/2011_09_26_drive_0028_sync 6 l\n2011_09_26/2011_09_26_drive_0028_sync 195 l\n2011_09_26/2011_09_26_drive_0028_sync 16 l\n2011_09_26/2011_09_26_drive_0028_sync 184 l\n2011_09_26/2011_09_26_drive_0028_sync 145 l\n2011_09_26/2011_09_26_drive_0028_sync 122 l\n2011_09_26/2011_09_26_drive_0028_sync 392 r\n2011_09_26/2011_09_26_drive_0028_sync 138 l\n2011_09_26/2011_09_26_drive_0028_sync 275 r\n2011_09_26/2011_09_26_drive_0028_sync 167 r\n2011_09_26/2011_09_26_drive_0028_sync 109 r\n2011_09_26/2011_09_26_drive_0028_sync 421 l\n2011_09_26/2011_09_26_drive_0028_sync 160 l\n2011_09_26/2011_09_26_drive_0028_sync 183 l\n2011_09_26/2011_09_26_drive_0028_sync 43 r\n2011_09_26/2011_09_26_drive_0028_sync 173 r\n2011_09_26/2011_09_26_drive_0028_sync 166 r\n2011_09_26/2011_09_26_drive_0028_sync 255 l\n2011_09_26/2011_09_26_drive_0028_sync 180 r\n2011_09_26/2011_09_26_drive_0028_sync 388 l\n2011_09_26/2011_09_26_drive_0028_sync 195 r\n2011_09_26/2011_09_26_drive_0028_sync 374 r\n2011_09_26/2011_09_26_drive_0028_sync 333 r\n2011_09_26/2011_09_26_drive_0028_sync 3 l\n2011_09_26/2011_09_26_drive_0028_sync 363 l\n2011_09_26/2011_09_26_drive_0028_sync 175 r\n2011_09_26/2011_09_26_drive_0028_sync 413 l\n2011_09_26/2011_09_26_drive_0028_sync 123 l\n2011_09_26/2011_09_26_drive_0028_sync 94 l\n2011_09_26/2011_09_26_drive_0028_sync 364 l\n2011_09_26/2011_09_26_drive_0028_sync 46 l\n2011_09_26/2011_09_26_drive_0028_sync 149 r\n2011_09_26/2011_09_26_drive_0028_sync 329 r\n2011_09_26/2011_09_26_drive_0028_sync 364 r\n2011_09_26/2011_09_26_drive_0028_sync 354 r\n2011_09_26/2011_09_26_drive_0028_sync 382 l\n2011_09_26/2011_09_26_drive_0028_sync 26 l\n2011_09_26/2011_09_26_drive_0028_sync 110 r\n2011_09_26/2011_09_26_drive_0028_sync 186 l\n2011_09_26/2011_09_26_drive_0028_sync 121 l\n2011_09_26/2011_09_26_drive_0028_sync 232 r\n2011_09_26/2011_09_26_drive_0028_sync 65 l\n2011_09_26/2011_09_26_drive_0028_sync 176 r\n2011_09_26/2011_09_26_drive_0028_sync 91 l\n2011_09_26/2011_09_26_drive_0028_sync 365 r\n2011_09_26/2011_09_26_drive_0028_sync 379 l\n2011_09_26/2011_09_26_drive_0028_sync 253 l\n2011_09_26/2011_09_26_drive_0028_sync 135 l\n2011_09_26/2011_09_26_drive_0028_sync 194 l\n2011_09_26/2011_09_26_drive_0028_sync 191 r\n2011_09_26/2011_09_26_drive_0028_sync 119 l\n2011_09_26/2011_09_26_drive_0028_sync 274 l\n2011_09_26/2011_09_26_drive_0028_sync 82 l\n2011_09_26/2011_09_26_drive_0028_sync 92 l\n2011_09_26/2011_09_26_drive_0028_sync 215 r\n2011_09_26/2011_09_26_drive_0028_sync 210 r\n2011_09_26/2011_09_26_drive_0028_sync 295 l\n2011_09_26/2011_09_26_drive_0028_sync 54 r\n2011_09_26/2011_09_26_drive_0028_sync 224 l\n2011_09_26/2011_09_26_drive_0028_sync 63 r\n2011_09_26/2011_09_26_drive_0028_sync 293 r\n2011_09_26/2011_09_26_drive_0028_sync 41 r\n2011_09_26/2011_09_26_drive_0028_sync 317 l\n2011_09_26/2011_09_26_drive_0028_sync 262 r\n2011_09_26/2011_09_26_drive_0028_sync 187 r\n2011_09_26/2011_09_26_drive_0028_sync 81 l\n2011_09_26/2011_09_26_drive_0028_sync 236 l\n2011_09_26/2011_09_26_drive_0028_sync 116 l\n2011_09_26/2011_09_26_drive_0028_sync 395 l\n2011_09_26/2011_09_26_drive_0028_sync 393 r\n2011_09_26/2011_09_26_drive_0028_sync 261 r\n2011_09_26/2011_09_26_drive_0028_sync 129 r\n2011_09_26/2011_09_26_drive_0028_sync 381 r\n2011_09_26/2011_09_26_drive_0028_sync 104 l\n2011_09_26/2011_09_26_drive_0028_sync 418 l\n2011_09_26/2011_09_26_drive_0028_sync 94 r\n2011_09_26/2011_09_26_drive_0028_sync 169 r\n2011_09_26/2011_09_26_drive_0028_sync 305 l\n2011_09_26/2011_09_26_drive_0028_sync 289 l\n2011_09_26/2011_09_26_drive_0028_sync 303 l\n2011_09_26/2011_09_26_drive_0028_sync 332 r\n2011_09_26/2011_09_26_drive_0028_sync 218 r\n2011_09_26/2011_09_26_drive_0028_sync 80 l\n2011_09_26/2011_09_26_drive_0028_sync 111 r\n2011_09_26/2011_09_26_drive_0028_sync 155 r\n2011_09_26/2011_09_26_drive_0028_sync 400 l\n2011_09_26/2011_09_26_drive_0028_sync 416 r\n2011_09_26/2011_09_26_drive_0028_sync 134 l\n2011_09_26/2011_09_26_drive_0028_sync 114 l\n2011_09_26/2011_09_26_drive_0028_sync 20 l\n2011_09_26/2011_09_26_drive_0028_sync 250 r\n2011_09_26/2011_09_26_drive_0028_sync 291 r\n2011_09_26/2011_09_26_drive_0028_sync 263 l\n2011_09_26/2011_09_26_drive_0028_sync 355 r\n2011_09_26/2011_09_26_drive_0028_sync 76 r\n2011_09_26/2011_09_26_drive_0028_sync 23 r\n2011_09_26/2011_09_26_drive_0028_sync 171 r\n2011_09_26/2011_09_26_drive_0028_sync 420 r\n2011_09_26/2011_09_26_drive_0028_sync 305 r\n2011_09_26/2011_09_26_drive_0028_sync 394 l\n2011_09_26/2011_09_26_drive_0028_sync 67 r\n2011_09_26/2011_09_26_drive_0028_sync 85 r\n2011_09_26/2011_09_26_drive_0028_sync 40 l\n2011_09_26/2011_09_26_drive_0028_sync 89 r\n2011_09_26/2011_09_26_drive_0028_sync 121 r\n2011_09_26/2011_09_26_drive_0028_sync 320 l\n2011_09_26/2011_09_26_drive_0028_sync 196 l\n2011_09_26/2011_09_26_drive_0028_sync 173 l\n2011_09_26/2011_09_26_drive_0028_sync 356 l\n2011_09_26/2011_09_26_drive_0028_sync 359 l\n2011_09_26/2011_09_26_drive_0028_sync 96 r\n2011_09_26/2011_09_26_drive_0028_sync 200 l\n2011_09_26/2011_09_26_drive_0028_sync 154 l\n2011_09_26/2011_09_26_drive_0028_sync 421 r\n2011_09_26/2011_09_26_drive_0039_sync 245 l\n2011_09_26/2011_09_26_drive_0039_sync 165 l\n2011_09_26/2011_09_26_drive_0039_sync 104 l\n2011_09_26/2011_09_26_drive_0039_sync 147 r\n2011_09_26/2011_09_26_drive_0039_sync 251 l\n2011_09_26/2011_09_26_drive_0039_sync 35 l\n2011_09_26/2011_09_26_drive_0039_sync 386 r\n2011_09_26/2011_09_26_drive_0039_sync 119 l\n2011_09_26/2011_09_26_drive_0039_sync 375 r\n2011_09_26/2011_09_26_drive_0039_sync 57 r\n2011_09_26/2011_09_26_drive_0039_sync 223 l\n2011_09_26/2011_09_26_drive_0039_sync 247 r\n2011_09_26/2011_09_26_drive_0039_sync 56 l\n2011_09_26/2011_09_26_drive_0039_sync 96 l\n2011_09_26/2011_09_26_drive_0039_sync 117 r\n2011_09_26/2011_09_26_drive_0039_sync 225 l\n2011_09_26/2011_09_26_drive_0039_sync 320 r\n2011_09_26/2011_09_26_drive_0039_sync 120 l\n2011_09_26/2011_09_26_drive_0039_sync 352 r\n2011_09_26/2011_09_26_drive_0039_sync 318 r\n2011_09_26/2011_09_26_drive_0039_sync 340 l\n2011_09_26/2011_09_26_drive_0039_sync 381 r\n2011_09_26/2011_09_26_drive_0039_sync 278 l\n2011_09_26/2011_09_26_drive_0039_sync 150 r\n2011_09_26/2011_09_26_drive_0039_sync 264 l\n2011_09_26/2011_09_26_drive_0039_sync 374 l\n2011_09_26/2011_09_26_drive_0039_sync 26 l\n2011_09_26/2011_09_26_drive_0039_sync 293 r\n2011_09_26/2011_09_26_drive_0039_sync 142 r\n2011_09_26/2011_09_26_drive_0039_sync 371 r\n2011_09_26/2011_09_26_drive_0039_sync 118 l\n2011_09_26/2011_09_26_drive_0039_sync 314 r\n2011_09_26/2011_09_26_drive_0039_sync 190 r\n2011_09_26/2011_09_26_drive_0039_sync 139 r\n2011_09_26/2011_09_26_drive_0039_sync 118 r\n2011_09_26/2011_09_26_drive_0039_sync 201 l\n2011_09_26/2011_09_26_drive_0039_sync 133 l\n2011_09_26/2011_09_26_drive_0039_sync 18 r\n2011_09_26/2011_09_26_drive_0039_sync 300 r\n2011_09_26/2011_09_26_drive_0039_sync 226 l\n2011_09_26/2011_09_26_drive_0039_sync 231 r\n2011_09_26/2011_09_26_drive_0039_sync 351 l\n2011_09_26/2011_09_26_drive_0039_sync 211 l\n2011_09_26/2011_09_26_drive_0039_sync 221 r\n2011_09_26/2011_09_26_drive_0039_sync 4 l\n2011_09_26/2011_09_26_drive_0039_sync 179 r\n2011_09_26/2011_09_26_drive_0039_sync 360 r\n2011_09_26/2011_09_26_drive_0039_sync 209 r\n2011_09_26/2011_09_26_drive_0039_sync 352 l\n2011_09_26/2011_09_26_drive_0039_sync 48 r\n2011_09_26/2011_09_26_drive_0039_sync 75 r\n2011_09_26/2011_09_26_drive_0039_sync 136 r\n2011_09_26/2011_09_26_drive_0039_sync 171 r\n2011_09_26/2011_09_26_drive_0039_sync 385 l\n2011_09_26/2011_09_26_drive_0039_sync 48 l\n2011_09_26/2011_09_26_drive_0039_sync 267 l\n2011_09_26/2011_09_26_drive_0039_sync 284 l\n2011_09_26/2011_09_26_drive_0039_sync 291 r\n2011_09_26/2011_09_26_drive_0039_sync 249 r\n2011_09_26/2011_09_26_drive_0039_sync 255 l\n2011_09_26/2011_09_26_drive_0039_sync 199 r\n2011_09_26/2011_09_26_drive_0039_sync 280 r\n2011_09_26/2011_09_26_drive_0039_sync 329 l\n2011_09_26/2011_09_26_drive_0039_sync 361 l\n2011_09_26/2011_09_26_drive_0039_sync 224 l\n2011_09_26/2011_09_26_drive_0039_sync 82 l\n2011_09_26/2011_09_26_drive_0039_sync 123 r\n2011_09_26/2011_09_26_drive_0039_sync 102 r\n2011_09_26/2011_09_26_drive_0039_sync 194 l\n2011_09_26/2011_09_26_drive_0039_sync 145 l\n2011_09_26/2011_09_26_drive_0039_sync 302 r\n2011_09_26/2011_09_26_drive_0039_sync 104 r\n2011_09_26/2011_09_26_drive_0039_sync 33 l\n2011_09_26/2011_09_26_drive_0039_sync 50 r\n2011_09_26/2011_09_26_drive_0039_sync 249 l\n2011_09_26/2011_09_26_drive_0039_sync 270 r\n2011_09_26/2011_09_26_drive_0039_sync 349 r\n2011_09_26/2011_09_26_drive_0039_sync 15 l\n2011_09_26/2011_09_26_drive_0039_sync 116 r\n2011_09_26/2011_09_26_drive_0039_sync 276 r\n2011_09_26/2011_09_26_drive_0039_sync 161 l\n2011_09_26/2011_09_26_drive_0039_sync 290 l\n2011_09_26/2011_09_26_drive_0039_sync 325 l\n2011_09_26/2011_09_26_drive_0039_sync 254 l\n2011_09_26/2011_09_26_drive_0039_sync 337 r\n2011_09_26/2011_09_26_drive_0039_sync 168 r\n2011_09_26/2011_09_26_drive_0039_sync 68 r\n2011_09_26/2011_09_26_drive_0039_sync 191 r\n2011_09_26/2011_09_26_drive_0039_sync 81 l\n2011_09_26/2011_09_26_drive_0039_sync 243 l\n2011_09_26/2011_09_26_drive_0039_sync 345 l\n2011_09_26/2011_09_26_drive_0039_sync 306 l\n2011_09_26/2011_09_26_drive_0039_sync 71 r\n2011_09_26/2011_09_26_drive_0039_sync 130 l\n2011_09_26/2011_09_26_drive_0039_sync 16 l\n2011_09_26/2011_09_26_drive_0039_sync 235 l\n2011_09_26/2011_09_26_drive_0039_sync 76 r\n2011_09_26/2011_09_26_drive_0039_sync 52 l\n2011_09_26/2011_09_26_drive_0039_sync 146 r\n2011_09_26/2011_09_26_drive_0039_sync 237 l\n2011_09_26/2011_09_26_drive_0039_sync 54 r\n2011_09_26/2011_09_26_drive_0039_sync 219 r\n2011_09_26/2011_09_26_drive_0039_sync 169 l\n2011_09_26/2011_09_26_drive_0039_sync 69 l\n2011_09_26/2011_09_26_drive_0039_sync 160 r\n2011_09_26/2011_09_26_drive_0039_sync 36 l\n2011_09_26/2011_09_26_drive_0039_sync 232 l\n2011_09_26/2011_09_26_drive_0039_sync 108 r\n2011_09_26/2011_09_26_drive_0039_sync 140 l\n2011_09_26/2011_09_26_drive_0039_sync 108 l\n2011_09_26/2011_09_26_drive_0039_sync 103 l\n2011_09_26/2011_09_26_drive_0039_sync 19 l\n2011_09_26/2011_09_26_drive_0039_sync 115 l\n2011_09_26/2011_09_26_drive_0039_sync 372 l\n2011_09_26/2011_09_26_drive_0039_sync 107 l\n2011_09_26/2011_09_26_drive_0039_sync 130 r\n2011_09_26/2011_09_26_drive_0039_sync 55 l\n2011_09_26/2011_09_26_drive_0039_sync 74 r\n2011_09_26/2011_09_26_drive_0039_sync 334 r\n2011_09_26/2011_09_26_drive_0039_sync 177 r\n2011_09_26/2011_09_26_drive_0039_sync 239 r\n2011_09_26/2011_09_26_drive_0039_sync 231 l\n2011_09_26/2011_09_26_drive_0039_sync 298 l\n2011_09_26/2011_09_26_drive_0039_sync 365 r\n2011_09_26/2011_09_26_drive_0039_sync 124 r\n2011_09_26/2011_09_26_drive_0039_sync 324 l\n2011_09_26/2011_09_26_drive_0039_sync 364 l\n2011_09_26/2011_09_26_drive_0039_sync 19 r\n2011_09_26/2011_09_26_drive_0039_sync 236 r\n2011_09_26/2011_09_26_drive_0039_sync 389 r\n2011_09_26/2011_09_26_drive_0039_sync 288 r\n2011_09_26/2011_09_26_drive_0039_sync 272 r\n2011_09_26/2011_09_26_drive_0039_sync 162 r\n2011_09_26/2011_09_26_drive_0039_sync 168 l\n2011_09_26/2011_09_26_drive_0039_sync 172 l\n2011_09_26/2011_09_26_drive_0039_sync 71 l\n2011_09_26/2011_09_26_drive_0039_sync 319 l\n2011_09_26/2011_09_26_drive_0039_sync 376 r\n2011_09_26/2011_09_26_drive_0039_sync 47 l\n2011_09_26/2011_09_26_drive_0039_sync 259 r\n2011_09_26/2011_09_26_drive_0039_sync 59 l\n2011_09_26/2011_09_26_drive_0039_sync 66 r\n2011_09_26/2011_09_26_drive_0039_sync 42 l\n2011_09_26/2011_09_26_drive_0039_sync 370 r\n2011_09_26/2011_09_26_drive_0039_sync 389 l\n2011_09_26/2011_09_26_drive_0039_sync 308 l\n2011_09_26/2011_09_26_drive_0039_sync 276 l\n2011_09_26/2011_09_26_drive_0039_sync 223 r\n2011_09_26/2011_09_26_drive_0039_sync 368 r\n2011_09_26/2011_09_26_drive_0039_sync 311 r\n2011_09_26/2011_09_26_drive_0039_sync 167 r\n2011_09_26/2011_09_26_drive_0039_sync 321 r\n2011_09_26/2011_09_26_drive_0039_sync 132 l\n2011_09_26/2011_09_26_drive_0039_sync 207 l\n2011_09_26/2011_09_26_drive_0039_sync 109 r\n2011_09_26/2011_09_26_drive_0039_sync 295 l\n2011_09_26/2011_09_26_drive_0039_sync 204 r\n2011_09_26/2011_09_26_drive_0039_sync 126 r\n2011_09_26/2011_09_26_drive_0039_sync 232 r\n2011_09_26/2011_09_26_drive_0039_sync 363 r\n2011_09_26/2011_09_26_drive_0039_sync 79 r\n2011_09_26/2011_09_26_drive_0039_sync 240 l\n2011_09_26/2011_09_26_drive_0039_sync 150 l\n2011_09_26/2011_09_26_drive_0039_sync 125 l\n2011_09_26/2011_09_26_drive_0039_sync 323 r\n2011_09_26/2011_09_26_drive_0039_sync 306 r\n2011_09_26/2011_09_26_drive_0039_sync 109 l\n2011_09_26/2011_09_26_drive_0039_sync 216 r\n2011_09_26/2011_09_26_drive_0039_sync 353 r\n2011_09_26/2011_09_26_drive_0039_sync 83 l\n2011_09_26/2011_09_26_drive_0039_sync 333 l\n2011_09_26/2011_09_26_drive_0039_sync 344 r\n2011_09_26/2011_09_26_drive_0039_sync 146 l\n2011_09_26/2011_09_26_drive_0039_sync 10 r\n2011_09_26/2011_09_26_drive_0039_sync 366 l\n2011_09_26/2011_09_26_drive_0039_sync 154 l\n2011_09_26/2011_09_26_drive_0039_sync 12 l\n2011_09_26/2011_09_26_drive_0039_sync 377 r\n2011_09_26/2011_09_26_drive_0039_sync 84 l\n2011_09_26/2011_09_26_drive_0039_sync 361 r\n2011_09_26/2011_09_26_drive_0039_sync 99 l\n2011_09_26/2011_09_26_drive_0039_sync 45 l\n2011_09_26/2011_09_26_drive_0039_sync 219 l\n2011_09_26/2011_09_26_drive_0039_sync 265 l\n2011_09_26/2011_09_26_drive_0039_sync 340 r\n2011_09_26/2011_09_26_drive_0039_sync 164 l\n2011_09_26/2011_09_26_drive_0039_sync 242 l\n2011_09_26/2011_09_26_drive_0039_sync 12 r\n2011_09_26/2011_09_26_drive_0039_sync 54 l\n2011_09_26/2011_09_26_drive_0039_sync 65 r\n2011_09_26/2011_09_26_drive_0039_sync 304 l\n2011_09_26/2011_09_26_drive_0039_sync 292 l\n2011_09_26/2011_09_26_drive_0039_sync 330 l\n2011_09_26/2011_09_26_drive_0039_sync 49 l\n2011_09_26/2011_09_26_drive_0039_sync 55 r\n2011_09_26/2011_09_26_drive_0039_sync 193 r\n2011_09_26/2011_09_26_drive_0039_sync 297 r\n2011_09_26/2011_09_26_drive_0039_sync 326 r\n2011_09_26/2011_09_26_drive_0039_sync 106 r\n2011_09_26/2011_09_26_drive_0039_sync 93 l\n2011_09_26/2011_09_26_drive_0039_sync 242 r\n2011_09_26/2011_09_26_drive_0039_sync 316 r\n2011_09_26/2011_09_26_drive_0039_sync 341 l\n2011_09_26/2011_09_26_drive_0039_sync 294 r\n2011_09_26/2011_09_26_drive_0039_sync 285 l\n2011_09_26/2011_09_26_drive_0039_sync 58 r\n2011_09_26/2011_09_26_drive_0039_sync 301 l\n2011_09_26/2011_09_26_drive_0039_sync 144 l\n2011_09_26/2011_09_26_drive_0039_sync 331 l\n2011_09_26/2011_09_26_drive_0039_sync 126 l\n2011_09_26/2011_09_26_drive_0039_sync 44 r\n2011_09_26/2011_09_26_drive_0039_sync 301 r\n2011_09_26/2011_09_26_drive_0039_sync 330 r\n2011_09_26/2011_09_26_drive_0039_sync 166 r\n2011_09_26/2011_09_26_drive_0039_sync 258 r\n2011_09_26/2011_09_26_drive_0039_sync 307 r\n2011_09_26/2011_09_26_drive_0039_sync 313 l\n2011_09_26/2011_09_26_drive_0039_sync 302 l\n2011_09_26/2011_09_26_drive_0039_sync 254 r\n2011_09_26/2011_09_26_drive_0039_sync 17 l\n2011_09_26/2011_09_26_drive_0039_sync 111 r\n2011_09_26/2011_09_26_drive_0039_sync 138 l\n2011_09_26/2011_09_26_drive_0039_sync 174 r\n2011_09_26/2011_09_26_drive_0039_sync 152 l\n2011_09_26/2011_09_26_drive_0039_sync 366 r\n2011_09_26/2011_09_26_drive_0039_sync 267 r\n2011_09_26/2011_09_26_drive_0039_sync 159 r\n2011_09_26/2011_09_26_drive_0039_sync 227 l\n2011_09_26/2011_09_26_drive_0039_sync 327 l\n2011_09_26/2011_09_26_drive_0039_sync 303 l\n2011_09_26/2011_09_26_drive_0039_sync 197 l\n2011_09_26/2011_09_26_drive_0039_sync 155 r\n2011_09_26/2011_09_26_drive_0039_sync 275 l\n2011_09_26/2011_09_26_drive_0039_sync 77 l\n2011_09_26/2011_09_26_drive_0039_sync 80 l\n2011_09_26/2011_09_26_drive_0039_sync 41 l\n2011_09_26/2011_09_26_drive_0039_sync 135 r\n2011_09_26/2011_09_26_drive_0039_sync 35 r\n2011_09_26/2011_09_26_drive_0039_sync 70 l\n2011_09_26/2011_09_26_drive_0039_sync 230 r\n2011_09_26/2011_09_26_drive_0039_sync 331 r\n2011_09_26/2011_09_26_drive_0039_sync 341 r\n2011_09_26/2011_09_26_drive_0039_sync 356 l\n2011_09_26/2011_09_26_drive_0039_sync 337 l\n2011_09_26/2011_09_26_drive_0039_sync 174 l\n2011_09_26/2011_09_26_drive_0039_sync 162 l\n2011_09_26/2011_09_26_drive_0039_sync 153 l\n2011_09_26/2011_09_26_drive_0039_sync 11 r\n2011_09_26/2011_09_26_drive_0039_sync 257 r\n2011_09_26/2011_09_26_drive_0039_sync 257 l\n2011_09_26/2011_09_26_drive_0039_sync 305 l\n2011_09_26/2011_09_26_drive_0039_sync 16 r\n2011_09_26/2011_09_26_drive_0039_sync 348 r\n2011_09_26/2011_09_26_drive_0039_sync 279 r\n2011_09_26/2011_09_26_drive_0039_sync 75 l\n2011_09_26/2011_09_26_drive_0039_sync 382 l\n2011_09_26/2011_09_26_drive_0039_sync 184 r\n2011_09_26/2011_09_26_drive_0039_sync 44 l\n2011_09_26/2011_09_26_drive_0039_sync 17 r\n2011_09_26/2011_09_26_drive_0039_sync 236 l\n2011_09_26/2011_09_26_drive_0039_sync 163 r\n2011_09_26/2011_09_26_drive_0039_sync 160 l\n2011_09_26/2011_09_26_drive_0039_sync 131 l\n2011_09_26/2011_09_26_drive_0039_sync 133 r\n2011_09_26/2011_09_26_drive_0039_sync 213 l\n2011_09_26/2011_09_26_drive_0039_sync 208 r\n2011_09_26/2011_09_26_drive_0039_sync 388 r\n2011_09_26/2011_09_26_drive_0039_sync 261 r\n2011_09_26/2011_09_26_drive_0039_sync 52 r\n2011_09_26/2011_09_26_drive_0039_sync 20 l\n2011_09_26/2011_09_26_drive_0039_sync 24 r\n2011_09_26/2011_09_26_drive_0039_sync 384 r\n2011_09_26/2011_09_26_drive_0039_sync 161 r\n2011_09_26/2011_09_26_drive_0039_sync 123 l\n2011_09_26/2011_09_26_drive_0039_sync 49 r\n2011_09_26/2011_09_26_drive_0039_sync 259 l\n2011_09_26/2011_09_26_drive_0039_sync 25 r\n2011_09_26/2011_09_26_drive_0039_sync 90 r\n2011_09_26/2011_09_26_drive_0039_sync 114 r\n2011_09_26/2011_09_26_drive_0039_sync 127 l\n2011_09_26/2011_09_26_drive_0039_sync 378 r\n2011_09_26/2011_09_26_drive_0039_sync 175 l\n2011_09_26/2011_09_26_drive_0039_sync 97 r\n2011_09_26/2011_09_26_drive_0039_sync 309 r\n2011_09_26/2011_09_26_drive_0039_sync 348 l\n2011_09_26/2011_09_26_drive_0039_sync 77 r\n2011_09_26/2011_09_26_drive_0039_sync 367 l\n2011_09_26/2011_09_26_drive_0039_sync 316 l\n2011_09_26/2011_09_26_drive_0039_sync 38 r\n2011_09_26/2011_09_26_drive_0039_sync 216 l\n2011_09_26/2011_09_26_drive_0039_sync 214 l\n2011_09_26/2011_09_26_drive_0039_sync 256 l\n2011_09_26/2011_09_26_drive_0039_sync 374 r\n2011_09_26/2011_09_26_drive_0039_sync 217 r\n2011_09_26/2011_09_26_drive_0039_sync 87 l\n2011_09_26/2011_09_26_drive_0039_sync 116 l\n2011_09_26/2011_09_26_drive_0039_sync 182 l\n2011_09_26/2011_09_26_drive_0039_sync 347 l\n2011_09_26/2011_09_26_drive_0039_sync 95 r\n2011_09_26/2011_09_26_drive_0039_sync 297 l\n2011_09_26/2011_09_26_drive_0039_sync 347 r\n2011_09_26/2011_09_26_drive_0039_sync 355 r\n2011_09_26/2011_09_26_drive_0039_sync 155 l\n2011_09_26/2011_09_26_drive_0039_sync 280 l\n2011_09_26/2011_09_26_drive_0039_sync 268 l\n2011_09_26/2011_09_26_drive_0039_sync 358 r\n2011_09_26/2011_09_26_drive_0039_sync 224 r\n2011_09_26/2011_09_26_drive_0039_sync 98 l\n2011_09_26/2011_09_26_drive_0039_sync 113 l\n2011_09_26/2011_09_26_drive_0039_sync 313 r\n2011_09_26/2011_09_26_drive_0039_sync 124 l\n2011_09_26/2011_09_26_drive_0039_sync 368 l\n2011_09_26/2011_09_26_drive_0039_sync 218 l\n2011_09_26/2011_09_26_drive_0039_sync 22 r\n2011_09_26/2011_09_26_drive_0039_sync 175 r\n2011_09_26/2011_09_26_drive_0039_sync 226 r\n2011_09_26/2011_09_26_drive_0039_sync 237 r\n2011_09_26/2011_09_26_drive_0039_sync 214 r\n2011_09_26/2011_09_26_drive_0039_sync 327 r\n2011_09_26/2011_09_26_drive_0039_sync 23 r\n2011_09_26/2011_09_26_drive_0039_sync 357 r\n2011_09_26/2011_09_26_drive_0039_sync 135 l\n2011_09_26/2011_09_26_drive_0039_sync 112 l\n2011_09_26/2011_09_26_drive_0039_sync 169 r\n2011_09_26/2011_09_26_drive_0039_sync 268 r\n2011_09_26/2011_09_26_drive_0039_sync 67 r\n2011_09_26/2011_09_26_drive_0039_sync 326 l\n2011_09_26/2011_09_26_drive_0039_sync 158 l\n2011_09_26/2011_09_26_drive_0039_sync 317 r\n2011_09_26/2011_09_26_drive_0039_sync 303 r\n2011_09_26/2011_09_26_drive_0039_sync 137 r\n2011_09_26/2011_09_26_drive_0039_sync 88 r\n2011_09_26/2011_09_26_drive_0039_sync 29 r\n2011_09_26/2011_09_26_drive_0039_sync 68 l\n2011_09_26/2011_09_26_drive_0039_sync 378 l\n2011_09_26/2011_09_26_drive_0039_sync 247 l\n2011_09_26/2011_09_26_drive_0039_sync 147 l\n2011_09_26/2011_09_26_drive_0039_sync 353 l\n2011_09_26/2011_09_26_drive_0039_sync 5 l\n2011_09_26/2011_09_26_drive_0039_sync 14 r\n2011_09_26/2011_09_26_drive_0039_sync 243 r\n2011_09_26/2011_09_26_drive_0039_sync 180 l\n2011_09_26/2011_09_26_drive_0039_sync 283 r\n2011_09_26/2011_09_26_drive_0039_sync 64 l\n2011_09_26/2011_09_26_drive_0039_sync 234 r\n2011_09_26/2011_09_26_drive_0039_sync 260 r\n2011_09_26/2011_09_26_drive_0039_sync 384 l\n2011_09_26/2011_09_26_drive_0039_sync 346 l\n2011_09_26/2011_09_26_drive_0039_sync 26 r\n2011_09_26/2011_09_26_drive_0039_sync 356 r\n2011_09_26/2011_09_26_drive_0039_sync 125 r\n2011_09_26/2011_09_26_drive_0039_sync 157 r\n2011_09_26/2011_09_26_drive_0039_sync 3 l\n2011_09_26/2011_09_26_drive_0039_sync 359 r\n2011_09_26/2011_09_26_drive_0039_sync 250 l\n2011_09_26/2011_09_26_drive_0039_sync 225 r\n2011_09_26/2011_09_26_drive_0039_sync 279 l\n2011_09_26/2011_09_26_drive_0039_sync 266 r\n2011_09_26/2011_09_26_drive_0039_sync 72 r\n2011_09_26/2011_09_26_drive_0039_sync 105 l\n2011_09_26/2011_09_26_drive_0039_sync 181 l\n2011_09_26/2011_09_26_drive_0039_sync 85 r\n2011_09_26/2011_09_26_drive_0039_sync 158 r\n2011_09_26/2011_09_26_drive_0039_sync 354 l\n2011_09_26/2011_09_26_drive_0039_sync 111 l\n2011_09_26/2011_09_26_drive_0039_sync 230 l\n2011_09_26/2011_09_26_drive_0039_sync 199 l\n2011_09_26/2011_09_26_drive_0039_sync 354 r\n2011_09_26/2011_09_26_drive_0039_sync 25 l\n2011_09_26/2011_09_26_drive_0039_sync 379 l\n2011_09_26/2011_09_26_drive_0039_sync 195 l\n2011_09_26/2011_09_26_drive_0039_sync 262 l\n2011_09_26/2011_09_26_drive_0039_sync 293 l\n2011_09_26/2011_09_26_drive_0039_sync 350 r\n2011_09_26/2011_09_26_drive_0039_sync 28 r\n2011_09_26/2011_09_26_drive_0039_sync 200 r\n2011_09_26/2011_09_26_drive_0039_sync 339 l\n2011_09_26/2011_09_26_drive_0039_sync 189 r\n2011_09_26/2011_09_26_drive_0039_sync 149 r\n2011_09_26/2011_09_26_drive_0039_sync 170 l\n2011_09_26/2011_09_26_drive_0039_sync 367 r\n2011_09_26/2011_09_26_drive_0039_sync 213 r\n2011_09_26/2011_09_26_drive_0039_sync 56 r\n2011_09_26/2011_09_26_drive_0039_sync 185 r\n2011_09_26/2011_09_26_drive_0039_sync 240 r\n2011_09_26/2011_09_26_drive_0039_sync 99 r\n2011_09_26/2011_09_26_drive_0039_sync 131 r\n2011_09_26/2011_09_26_drive_0039_sync 163 l\n2011_09_26/2011_09_26_drive_0039_sync 343 l\n2011_09_26/2011_09_26_drive_0039_sync 107 r\n2011_09_26/2011_09_26_drive_0039_sync 283 l\n2011_09_26/2011_09_26_drive_0039_sync 212 r\n2011_09_26/2011_09_26_drive_0039_sync 281 r\n2011_09_26/2011_09_26_drive_0039_sync 277 r\n2011_09_26/2011_09_26_drive_0039_sync 233 r\n2011_09_26/2011_09_26_drive_0039_sync 233 l\n2011_09_26/2011_09_26_drive_0039_sync 211 r\n2011_09_26/2011_09_26_drive_0039_sync 4 r\n2011_09_26/2011_09_26_drive_0039_sync 258 l\n2011_09_26/2011_09_26_drive_0039_sync 339 r\n2011_09_26/2011_09_26_drive_0039_sync 178 r\n2011_09_26/2011_09_26_drive_0039_sync 193 l\n2011_09_26/2011_09_26_drive_0039_sync 114 l\n2011_09_26/2011_09_26_drive_0039_sync 238 l\n2011_09_26/2011_09_26_drive_0039_sync 176 l\n2011_09_26/2011_09_26_drive_0039_sync 203 l\n2011_09_26/2011_09_26_drive_0039_sync 24 l\n2011_09_26/2011_09_26_drive_0039_sync 8 r\n2011_09_26/2011_09_26_drive_0039_sync 85 l\n2011_09_26/2011_09_26_drive_0039_sync 14 l\n2011_09_26/2011_09_26_drive_0039_sync 272 l\n2011_09_26/2011_09_26_drive_0039_sync 370 l\n2011_09_26/2011_09_26_drive_0039_sync 383 l\n2011_09_26/2011_09_26_drive_0039_sync 183 r\n2011_09_26/2011_09_26_drive_0039_sync 187 l\n2011_09_26/2011_09_26_drive_0039_sync 11 l\n2011_09_26/2011_09_26_drive_0039_sync 10 l\n2011_09_26/2011_09_26_drive_0039_sync 42 r\n2011_09_26/2011_09_26_drive_0039_sync 346 r\n2011_09_26/2011_09_26_drive_0039_sync 345 r\n2011_09_26/2011_09_26_drive_0039_sync 132 r\n2011_09_26/2011_09_26_drive_0039_sync 286 l\n2011_09_26/2011_09_26_drive_0039_sync 241 r\n2011_09_26/2011_09_26_drive_0039_sync 105 r\n2011_09_26/2011_09_26_drive_0039_sync 122 l\n2011_09_26/2011_09_26_drive_0039_sync 13 l\n2011_09_26/2011_09_26_drive_0039_sync 253 r\n2011_09_26/2011_09_26_drive_0039_sync 6 l\n2011_09_26/2011_09_26_drive_0039_sync 66 l\n2011_09_26/2011_09_26_drive_0039_sync 369 r\n2011_09_26/2011_09_26_drive_0039_sync 290 r\n2011_09_26/2011_09_26_drive_0039_sync 248 l\n2011_09_26/2011_09_26_drive_0039_sync 73 r\n2011_09_26/2011_09_26_drive_0039_sync 84 r\n2011_09_26/2011_09_26_drive_0039_sync 335 r\n2011_09_26/2011_09_26_drive_0039_sync 144 r\n2011_09_26/2011_09_26_drive_0039_sync 228 r\n2011_09_26/2011_09_26_drive_0039_sync 165 r\n2011_09_26/2011_09_26_drive_0039_sync 311 l\n2011_09_26/2011_09_26_drive_0039_sync 271 r\n2011_09_26/2011_09_26_drive_0039_sync 83 r\n2011_09_26/2011_09_26_drive_0039_sync 96 r\n2011_09_26/2011_09_26_drive_0039_sync 134 l\n2011_09_26/2011_09_26_drive_0039_sync 282 r\n2011_09_26/2011_09_26_drive_0039_sync 117 l\n2011_09_26/2011_09_26_drive_0039_sync 154 r\n2011_09_26/2011_09_26_drive_0039_sync 319 r\n2011_09_26/2011_09_26_drive_0039_sync 312 r\n2011_09_26/2011_09_26_drive_0039_sync 110 l\n2011_09_26/2011_09_26_drive_0039_sync 63 r\n2011_09_26/2011_09_26_drive_0039_sync 185 l\n2011_09_26/2011_09_26_drive_0039_sync 78 l\n2011_09_26/2011_09_26_drive_0039_sync 7 l\n2011_09_26/2011_09_26_drive_0039_sync 332 l\n2011_09_26/2011_09_26_drive_0039_sync 209 l\n2011_09_26/2011_09_26_drive_0039_sync 86 l\n2011_09_26/2011_09_26_drive_0039_sync 198 l\n2011_09_26/2011_09_26_drive_0039_sync 86 r\n2011_09_26/2011_09_26_drive_0039_sync 328 l\n2011_09_26/2011_09_26_drive_0039_sync 157 l\n2011_09_26/2011_09_26_drive_0039_sync 253 l\n2011_09_26/2011_09_26_drive_0039_sync 28 l\n2011_09_26/2011_09_26_drive_0039_sync 36 r\n2011_09_26/2011_09_26_drive_0039_sync 229 l\n2011_09_26/2011_09_26_drive_0039_sync 103 r\n2011_09_26/2011_09_26_drive_0039_sync 142 l\n2011_09_26/2011_09_26_drive_0039_sync 192 r\n2011_09_26/2011_09_26_drive_0039_sync 159 l\n2011_09_26/2011_09_26_drive_0039_sync 167 l\n2011_09_26/2011_09_26_drive_0039_sync 307 l\n2011_09_26/2011_09_26_drive_0039_sync 336 r\n2011_09_26/2011_09_26_drive_0039_sync 202 l\n2011_09_26/2011_09_26_drive_0039_sync 184 l\n2011_09_26/2011_09_26_drive_0039_sync 388 l\n2011_09_26/2011_09_26_drive_0039_sync 295 r\n2011_09_26/2011_09_26_drive_0039_sync 190 l\n2011_09_26/2011_09_26_drive_0039_sync 310 l\n2011_09_26/2011_09_26_drive_0039_sync 6 r\n2011_09_26/2011_09_26_drive_0039_sync 179 l\n2011_09_26/2011_09_26_drive_0039_sync 173 l\n2011_09_26/2011_09_26_drive_0039_sync 78 r\n2011_09_26/2011_09_26_drive_0039_sync 196 r\n2011_09_26/2011_09_26_drive_0039_sync 128 l\n2011_09_26/2011_09_26_drive_0039_sync 371 l\n2011_09_26/2011_09_26_drive_0039_sync 349 l\n2011_09_26/2011_09_26_drive_0039_sync 148 l\n2011_09_26/2011_09_26_drive_0039_sync 261 l\n2011_09_26/2011_09_26_drive_0039_sync 387 l\n2011_09_26/2011_09_26_drive_0039_sync 73 l\n2011_09_26/2011_09_26_drive_0039_sync 153 r\n2011_09_26/2011_09_26_drive_0039_sync 287 l\n2011_09_26/2011_09_26_drive_0039_sync 51 r\n2011_09_26/2011_09_26_drive_0039_sync 228 l\n2011_09_26/2011_09_26_drive_0039_sync 148 r\n2011_09_26/2011_09_26_drive_0039_sync 129 r\n2011_09_26/2011_09_26_drive_0039_sync 390 l\n2011_09_26/2011_09_26_drive_0039_sync 350 l\n2011_09_26/2011_09_26_drive_0039_sync 321 l\n2011_09_26/2011_09_26_drive_0039_sync 373 l\n2011_09_26/2011_09_26_drive_0039_sync 32 r\n2011_09_26/2011_09_26_drive_0039_sync 270 l\n2011_09_26/2011_09_26_drive_0039_sync 110 r\n2011_09_26/2011_09_26_drive_0039_sync 115 r\n2011_09_26/2011_09_26_drive_0039_sync 315 r\n2011_09_26/2011_09_26_drive_0039_sync 203 r\n2011_09_26/2011_09_26_drive_0039_sync 325 r\n2011_09_26/2011_09_26_drive_0039_sync 342 r\n2011_09_26/2011_09_26_drive_0039_sync 244 l\n2011_09_26/2011_09_26_drive_0039_sync 186 r\n2011_09_26/2011_09_26_drive_0039_sync 45 r\n2011_09_26/2011_09_26_drive_0039_sync 46 r\n2011_09_26/2011_09_26_drive_0039_sync 220 r\n2011_09_26/2011_09_26_drive_0039_sync 380 r\n2011_09_26/2011_09_26_drive_0039_sync 27 l\n2011_09_26/2011_09_26_drive_0039_sync 61 r\n2011_09_26/2011_09_26_drive_0039_sync 202 r\n2011_09_26/2011_09_26_drive_0039_sync 37 r\n2011_09_26/2011_09_26_drive_0039_sync 383 r\n2011_09_26/2011_09_26_drive_0039_sync 204 l\n2011_09_26/2011_09_26_drive_0039_sync 177 l\n2011_09_26/2011_09_26_drive_0039_sync 315 l\n2011_09_26/2011_09_26_drive_0039_sync 201 r\n2011_09_26/2011_09_26_drive_0039_sync 260 l\n2011_09_26/2011_09_26_drive_0039_sync 41 r\n2011_09_26/2011_09_26_drive_0039_sync 298 r\n2011_09_26/2011_09_26_drive_0039_sync 322 r\n2011_09_26/2011_09_26_drive_0039_sync 377 l\n2011_09_26/2011_09_26_drive_0039_sync 5 r\n2011_09_26/2011_09_26_drive_0039_sync 101 r\n2011_09_26/2011_09_26_drive_0039_sync 210 r\n2011_09_26/2011_09_26_drive_0039_sync 262 r\n2011_09_26/2011_09_26_drive_0039_sync 227 r\n2011_09_26/2011_09_26_drive_0039_sync 387 r\n2011_09_26/2011_09_26_drive_0039_sync 121 r\n2011_09_26/2011_09_26_drive_0039_sync 362 l\n2011_09_26/2011_09_26_drive_0039_sync 95 l\n2011_09_26/2011_09_26_drive_0039_sync 139 l\n2011_09_26/2011_09_26_drive_0039_sync 246 r\n2011_09_26/2011_09_26_drive_0039_sync 7 r\n2011_09_26/2011_09_26_drive_0039_sync 250 r\n2011_09_26/2011_09_26_drive_0039_sync 299 l\n2011_09_26/2011_09_26_drive_0039_sync 362 r\n2011_09_26/2011_09_26_drive_0039_sync 50 l\n2011_09_26/2011_09_26_drive_0039_sync 29 l\n2011_09_26/2011_09_26_drive_0039_sync 222 l\n2011_09_26/2011_09_26_drive_0039_sync 281 l\n2011_09_26/2011_09_26_drive_0039_sync 207 r\n2011_09_26/2011_09_26_drive_0039_sync 266 l\n2011_09_26/2011_09_26_drive_0039_sync 65 l\n2011_09_26/2011_09_26_drive_0039_sync 92 l\n2011_09_26/2011_09_26_drive_0039_sync 69 r\n2011_09_26/2011_09_26_drive_0039_sync 82 r\n2011_09_26/2011_09_26_drive_0039_sync 18 l\n2011_09_26/2011_09_26_drive_0039_sync 294 l\n2011_09_26/2011_09_26_drive_0039_sync 382 r\n2011_09_26/2011_09_26_drive_0039_sync 188 l\n2011_09_26/2011_09_26_drive_0039_sync 91 r\n2011_09_26/2011_09_26_drive_0039_sync 67 l\n2011_09_26/2011_09_26_drive_0039_sync 194 r\n2011_09_26/2011_09_26_drive_0039_sync 244 r\n2011_09_26/2011_09_26_drive_0039_sync 23 l\n2011_09_26/2011_09_26_drive_0039_sync 170 r\n2011_09_26/2011_09_26_drive_0039_sync 391 l\n2011_09_26/2011_09_26_drive_0039_sync 40 r\n2011_09_26/2011_09_26_drive_0039_sync 72 l\n2011_09_26/2011_09_26_drive_0039_sync 122 r\n2011_09_26/2011_09_26_drive_0039_sync 284 r\n2011_09_26/2011_09_26_drive_0039_sync 343 r\n2011_09_26/2011_09_26_drive_0039_sync 112 r\n2011_09_26/2011_09_26_drive_0039_sync 47 r\n2011_09_26/2011_09_26_drive_0039_sync 234 l\n2011_09_26/2011_09_26_drive_0039_sync 164 r\n2011_09_26/2011_09_26_drive_0039_sync 89 r\n2011_09_26/2011_09_26_drive_0039_sync 87 r\n2011_09_26/2011_09_26_drive_0039_sync 358 l\n2011_09_26/2011_09_26_drive_0039_sync 62 r\n2011_09_26/2011_09_26_drive_0039_sync 90 l\n2011_09_26/2011_09_26_drive_0039_sync 43 l\n2011_09_26/2011_09_26_drive_0039_sync 79 l\n2011_09_26/2011_09_26_drive_0039_sync 285 r\n2011_09_26/2011_09_26_drive_0039_sync 34 r\n2011_09_26/2011_09_26_drive_0039_sync 274 l\n2011_09_26/2011_09_26_drive_0039_sync 151 r\n2011_09_26/2011_09_26_drive_0039_sync 141 r\n2011_09_26/2011_09_26_drive_0039_sync 31 l\n2011_09_26/2011_09_26_drive_0039_sync 296 l\n2011_09_26/2011_09_26_drive_0039_sync 191 l\n2011_09_26/2011_09_26_drive_0039_sync 376 l\n2011_09_26/2011_09_26_drive_0039_sync 143 r\n2011_09_26/2011_09_26_drive_0039_sync 53 l\n2011_09_26/2011_09_26_drive_0039_sync 13 r\n2011_09_26/2011_09_26_drive_0039_sync 289 l\n2011_09_26/2011_09_26_drive_0039_sync 40 l\n2011_09_26/2011_09_26_drive_0039_sync 74 l\n2011_09_26/2011_09_26_drive_0039_sync 181 r\n2011_09_26/2011_09_26_drive_0039_sync 364 r\n2011_09_26/2011_09_26_drive_0039_sync 183 l\n2011_09_26/2011_09_26_drive_0039_sync 97 l\n2011_09_26/2011_09_26_drive_0039_sync 178 l\n2011_09_26/2011_09_26_drive_0039_sync 200 l\n2011_09_26/2011_09_26_drive_0039_sync 338 r\n2011_09_26/2011_09_26_drive_0039_sync 312 l\n2011_09_26/2011_09_26_drive_0039_sync 141 l\n2011_09_26/2011_09_26_drive_0039_sync 60 r\n2011_09_26/2011_09_26_drive_0039_sync 332 r\n2011_09_26/2011_09_26_drive_0039_sync 134 r\n2011_09_26/2011_09_26_drive_0039_sync 21 r\n2011_09_26/2011_09_26_drive_0039_sync 221 l\n2011_09_26/2011_09_26_drive_0039_sync 323 l\n2011_09_26/2011_09_26_drive_0039_sync 127 r\n2011_09_26/2011_09_26_drive_0039_sync 322 l\n2011_09_26/2011_09_26_drive_0039_sync 140 r\n2011_09_26/2011_09_26_drive_0039_sync 171 l\n2011_09_26/2011_09_26_drive_0039_sync 76 l\n2011_09_26/2011_09_26_drive_0039_sync 379 r\n2011_09_26/2011_09_26_drive_0039_sync 198 r\n2011_09_26/2011_09_26_drive_0039_sync 338 l\n2011_09_26/2011_09_26_drive_0039_sync 386 l\n2011_09_26/2011_09_26_drive_0039_sync 188 r\n2011_09_26/2011_09_26_drive_0039_sync 310 r\n2011_09_26/2011_09_26_drive_0039_sync 215 r\n2011_09_26/2011_09_26_drive_0039_sync 385 r\n2011_09_26/2011_09_26_drive_0039_sync 145 r\n2011_09_26/2011_09_26_drive_0039_sync 212 l\n2011_09_26/2011_09_26_drive_0039_sync 149 l\n2011_09_26/2011_09_26_drive_0039_sync 263 r\n2011_09_26/2011_09_26_drive_0039_sync 252 r\n2011_09_26/2011_09_26_drive_0039_sync 305 r\n2011_09_26/2011_09_26_drive_0039_sync 197 r\n2011_09_26/2011_09_26_drive_0039_sync 176 r\n2011_09_26/2011_09_26_drive_0039_sync 251 r\n2011_09_26/2011_09_26_drive_0039_sync 61 l\n2011_09_26/2011_09_26_drive_0039_sync 391 r\n2011_09_26/2011_09_26_drive_0039_sync 128 r\n2011_09_26/2011_09_26_drive_0039_sync 121 l\n2011_09_26/2011_09_26_drive_0039_sync 60 l\n2011_09_26/2011_09_26_drive_0039_sync 156 r\n2011_09_26/2011_09_26_drive_0039_sync 106 l\n2011_09_26/2011_09_26_drive_0039_sync 100 l\n2011_09_26/2011_09_26_drive_0039_sync 32 l\n2011_09_26/2011_09_26_drive_0039_sync 263 l\n2011_09_26/2011_09_26_drive_0039_sync 129 l\n2011_09_26/2011_09_26_drive_0039_sync 58 l\n2011_09_26/2011_09_26_drive_0039_sync 304 r\n2011_09_26/2011_09_26_drive_0039_sync 3 r\n2011_09_26/2011_09_26_drive_0039_sync 189 l\n2011_09_26/2011_09_26_drive_0039_sync 62 l\n2011_09_26/2011_09_26_drive_0039_sync 151 l\n2011_09_26/2011_09_26_drive_0039_sync 59 r\n2011_09_26/2011_09_26_drive_0039_sync 138 r\n2011_09_26/2011_09_26_drive_0039_sync 53 r\n2011_09_26/2011_09_26_drive_0039_sync 88 l\n2011_09_26/2011_09_26_drive_0039_sync 57 l\n2011_09_26/2011_09_26_drive_0039_sync 255 r\n2011_09_26/2011_09_26_drive_0039_sync 235 r\n2011_09_26/2011_09_26_drive_0039_sync 286 r\n2011_09_26/2011_09_26_drive_0039_sync 100 r\n2011_09_26/2011_09_26_drive_0039_sync 206 l\n2011_09_26/2011_09_26_drive_0039_sync 220 l\n2011_09_26/2011_09_26_drive_0039_sync 208 l\n2011_09_26/2011_09_26_drive_0039_sync 70 r\n2011_09_26/2011_09_26_drive_0039_sync 334 l\n2011_09_26/2011_09_26_drive_0039_sync 289 r\n2011_09_26/2011_09_26_drive_0039_sync 333 r\n2011_09_26/2011_09_26_drive_0039_sync 324 r\n2011_09_26/2011_09_26_drive_0039_sync 180 r\n2011_09_26/2011_09_26_drive_0039_sync 136 l\n2011_09_26/2011_09_26_drive_0039_sync 206 r\n2011_09_26/2011_09_26_drive_0039_sync 101 l\n2011_09_26/2011_09_26_drive_0039_sync 186 l\n2011_09_26/2011_09_26_drive_0039_sync 119 r\n2011_09_26/2011_09_26_drive_0039_sync 64 r\n2011_09_26/2011_09_26_drive_0039_sync 9 r\n2011_09_26/2011_09_26_drive_0039_sync 152 r\n2011_09_26/2011_09_26_drive_0039_sync 271 l\n2011_09_26/2011_09_26_drive_0039_sync 274 r\n2011_09_26/2011_09_26_drive_0039_sync 217 l\n2011_09_26/2011_09_26_drive_0039_sync 182 r\n2011_09_26/2011_09_26_drive_0039_sync 215 l\n2011_09_26/2011_09_26_drive_0039_sync 355 l\n2011_09_26/2011_09_26_drive_0039_sync 94 l\n2011_09_26/2011_09_26_drive_0039_sync 222 r\n2011_09_26/2011_09_26_drive_0039_sync 248 r\n2011_09_26/2011_09_26_drive_0039_sync 9 l\n2011_09_26/2011_09_26_drive_0039_sync 192 l\n2011_09_26/2011_09_26_drive_0039_sync 365 l\n2011_09_26/2011_09_26_drive_0039_sync 320 l\n2011_09_26/2011_09_26_drive_0039_sync 92 r\n2011_09_26/2011_09_26_drive_0039_sync 195 r\n2011_09_26/2011_09_26_drive_0039_sync 15 r\n2011_09_26/2011_09_26_drive_0039_sync 363 l\n2011_09_26/2011_09_26_drive_0039_sync 342 l\n2011_09_26/2011_09_26_drive_0039_sync 369 l\n2011_09_26/2011_09_26_drive_0018_sync 100 l\n2011_09_26/2011_09_26_drive_0018_sync 92 l\n2011_09_26/2011_09_26_drive_0018_sync 229 l\n2011_09_26/2011_09_26_drive_0018_sync 265 l\n2011_09_26/2011_09_26_drive_0018_sync 78 r\n2011_09_26/2011_09_26_drive_0018_sync 251 r\n2011_09_26/2011_09_26_drive_0018_sync 261 l\n2011_09_26/2011_09_26_drive_0018_sync 233 r\n2011_09_26/2011_09_26_drive_0018_sync 76 r\n2011_09_26/2011_09_26_drive_0018_sync 197 r\n2011_09_26/2011_09_26_drive_0018_sync 205 l\n2011_09_26/2011_09_26_drive_0018_sync 71 r\n2011_09_26/2011_09_26_drive_0018_sync 188 l\n2011_09_26/2011_09_26_drive_0018_sync 225 l\n2011_09_26/2011_09_26_drive_0018_sync 196 l\n2011_09_26/2011_09_26_drive_0018_sync 208 l\n2011_09_26/2011_09_26_drive_0018_sync 234 l\n2011_09_26/2011_09_26_drive_0018_sync 228 r\n2011_09_26/2011_09_26_drive_0018_sync 74 r\n2011_09_26/2011_09_26_drive_0018_sync 196 r\n2011_09_26/2011_09_26_drive_0018_sync 263 r\n2011_09_26/2011_09_26_drive_0018_sync 74 l\n2011_09_26/2011_09_26_drive_0018_sync 266 r\n2011_09_26/2011_09_26_drive_0018_sync 201 r\n2011_09_26/2011_09_26_drive_0018_sync 264 r\n2011_09_26/2011_09_26_drive_0018_sync 188 r\n2011_09_26/2011_09_26_drive_0018_sync 238 l\n2011_09_26/2011_09_26_drive_0018_sync 73 r\n2011_09_26/2011_09_26_drive_0018_sync 102 r\n2011_09_26/2011_09_26_drive_0018_sync 235 l\n2011_09_26/2011_09_26_drive_0018_sync 98 l\n2011_09_26/2011_09_26_drive_0018_sync 216 r\n2011_09_26/2011_09_26_drive_0018_sync 227 l\n2011_09_26/2011_09_26_drive_0018_sync 62 r\n2011_09_26/2011_09_26_drive_0018_sync 92 r\n2011_09_26/2011_09_26_drive_0018_sync 91 r\n2011_09_26/2011_09_26_drive_0018_sync 243 r\n2011_09_26/2011_09_26_drive_0018_sync 5 r\n2011_09_26/2011_09_26_drive_0018_sync 200 r\n2011_09_26/2011_09_26_drive_0018_sync 80 l\n2011_09_26/2011_09_26_drive_0018_sync 42 l\n2011_09_26/2011_09_26_drive_0018_sync 255 l\n2011_09_26/2011_09_26_drive_0018_sync 245 l\n2011_09_26/2011_09_26_drive_0018_sync 59 r\n2011_09_26/2011_09_26_drive_0018_sync 198 l\n2011_09_26/2011_09_26_drive_0018_sync 206 r\n2011_09_26/2011_09_26_drive_0018_sync 220 l\n2011_09_26/2011_09_26_drive_0018_sync 193 r\n2011_09_26/2011_09_26_drive_0018_sync 245 r\n2011_09_26/2011_09_26_drive_0018_sync 265 r\n2011_09_26/2011_09_26_drive_0018_sync 264 l\n2011_09_26/2011_09_26_drive_0018_sync 252 r\n2011_09_26/2011_09_26_drive_0018_sync 207 l\n2011_09_26/2011_09_26_drive_0018_sync 249 l\n2011_09_26/2011_09_26_drive_0018_sync 75 l\n2011_09_26/2011_09_26_drive_0018_sync 222 r\n2011_09_26/2011_09_26_drive_0018_sync 80 r\n2011_09_26/2011_09_26_drive_0018_sync 90 l\n2011_09_26/2011_09_26_drive_0018_sync 257 l\n2011_09_26/2011_09_26_drive_0018_sync 101 r\n2011_09_26/2011_09_26_drive_0018_sync 226 r\n2011_09_26/2011_09_26_drive_0018_sync 217 l\n2011_09_26/2011_09_26_drive_0018_sync 201 l\n2011_09_26/2011_09_26_drive_0018_sync 63 r\n2011_09_26/2011_09_26_drive_0018_sync 76 l\n2011_09_26/2011_09_26_drive_0018_sync 244 l\n2011_09_26/2011_09_26_drive_0018_sync 219 l\n2011_09_26/2011_09_26_drive_0018_sync 73 l\n2011_09_26/2011_09_26_drive_0018_sync 256 l\n2011_09_26/2011_09_26_drive_0018_sync 42 r\n2011_09_26/2011_09_26_drive_0018_sync 220 r\n2011_09_26/2011_09_26_drive_0018_sync 218 l\n2011_09_26/2011_09_26_drive_0018_sync 223 r\n2011_09_26/2011_09_26_drive_0018_sync 39 r\n2011_09_26/2011_09_26_drive_0018_sync 202 r\n2011_09_26/2011_09_26_drive_0018_sync 198 r\n2011_09_26/2011_09_26_drive_0018_sync 70 l\n2011_09_26/2011_09_26_drive_0018_sync 236 r\n2011_09_26/2011_09_26_drive_0018_sync 209 r\n2011_09_26/2011_09_26_drive_0018_sync 211 l\n2011_09_26/2011_09_26_drive_0018_sync 71 l\n2011_09_26/2011_09_26_drive_0018_sync 99 l\n2011_09_26/2011_09_26_drive_0018_sync 213 r\n2011_09_26/2011_09_26_drive_0018_sync 88 l\n2011_09_26/2011_09_26_drive_0018_sync 93 l\n2011_09_26/2011_09_26_drive_0018_sync 202 l\n2011_09_26/2011_09_26_drive_0018_sync 234 r\n2011_09_26/2011_09_26_drive_0018_sync 195 l\n2011_09_26/2011_09_26_drive_0018_sync 240 l\n2011_09_26/2011_09_26_drive_0018_sync 204 r\n2011_09_26/2011_09_26_drive_0018_sync 248 l\n2011_09_26/2011_09_26_drive_0018_sync 4 r\n2011_09_26/2011_09_26_drive_0018_sync 252 l\n2011_09_26/2011_09_26_drive_0018_sync 61 l\n2011_09_26/2011_09_26_drive_0018_sync 228 l\n2011_09_26/2011_09_26_drive_0018_sync 77 r\n2011_09_26/2011_09_26_drive_0018_sync 41 r\n2011_09_26/2011_09_26_drive_0018_sync 195 r\n2011_09_26/2011_09_26_drive_0018_sync 229 r\n2011_09_26/2011_09_26_drive_0018_sync 79 l\n2011_09_26/2011_09_26_drive_0018_sync 98 r\n2011_09_26/2011_09_26_drive_0018_sync 210 l\n2011_09_26/2011_09_26_drive_0018_sync 214 l\n2011_09_26/2011_09_26_drive_0018_sync 216 l\n2011_09_26/2011_09_26_drive_0018_sync 243 l\n2011_09_26/2011_09_26_drive_0018_sync 200 l\n2011_09_26/2011_09_26_drive_0018_sync 60 r\n2011_09_26/2011_09_26_drive_0018_sync 254 r\n2011_09_26/2011_09_26_drive_0018_sync 253 r\n2011_09_26/2011_09_26_drive_0018_sync 221 r\n2011_09_26/2011_09_26_drive_0018_sync 61 r\n2011_09_26/2011_09_26_drive_0018_sync 58 l\n2011_09_26/2011_09_26_drive_0018_sync 215 r\n2011_09_26/2011_09_26_drive_0018_sync 211 r\n2011_09_26/2011_09_26_drive_0018_sync 207 r\n2011_09_26/2011_09_26_drive_0018_sync 250 r\n2011_09_26/2011_09_26_drive_0018_sync 258 l\n2011_09_26/2011_09_26_drive_0018_sync 93 r\n2011_09_26/2011_09_26_drive_0018_sync 217 r\n2011_09_26/2011_09_26_drive_0018_sync 63 l\n2011_09_26/2011_09_26_drive_0018_sync 240 r\n2011_09_26/2011_09_26_drive_0018_sync 60 l\n2011_09_26/2011_09_26_drive_0018_sync 87 l\n2011_09_26/2011_09_26_drive_0018_sync 259 r\n2011_09_26/2011_09_26_drive_0018_sync 41 l\n2011_09_26/2011_09_26_drive_0018_sync 235 r\n2011_09_26/2011_09_26_drive_0018_sync 99 r\n2011_09_26/2011_09_26_drive_0018_sync 205 r\n2011_09_26/2011_09_26_drive_0018_sync 38 l\n2011_09_26/2011_09_26_drive_0018_sync 204 l\n2011_09_26/2011_09_26_drive_0018_sync 72 r\n2011_09_26/2011_09_26_drive_0018_sync 40 l\n2011_09_26/2011_09_26_drive_0018_sync 221 l\n2011_09_26/2011_09_26_drive_0018_sync 215 l\n2011_09_26/2011_09_26_drive_0018_sync 230 l\n2011_09_26/2011_09_26_drive_0018_sync 233 l\n2011_09_26/2011_09_26_drive_0018_sync 246 r\n2011_09_26/2011_09_26_drive_0018_sync 262 l\n2011_09_26/2011_09_26_drive_0018_sync 257 r\n2011_09_26/2011_09_26_drive_0018_sync 219 r\n2011_09_26/2011_09_26_drive_0018_sync 203 l\n2011_09_26/2011_09_26_drive_0018_sync 39 l\n2011_09_26/2011_09_26_drive_0018_sync 266 l\n2011_09_26/2011_09_26_drive_0018_sync 239 r\n2011_09_26/2011_09_26_drive_0018_sync 260 r\n2011_09_26/2011_09_26_drive_0018_sync 193 l\n2011_09_26/2011_09_26_drive_0018_sync 38 r\n2011_09_26/2011_09_26_drive_0018_sync 58 r\n2011_09_26/2011_09_26_drive_0018_sync 3 l\n2011_09_26/2011_09_26_drive_0018_sync 199 l\n2011_09_26/2011_09_26_drive_0018_sync 242 r\n2011_09_26/2011_09_26_drive_0018_sync 226 l\n2011_09_26/2011_09_26_drive_0018_sync 187 l\n2011_09_26/2011_09_26_drive_0018_sync 239 l\n2011_09_26/2011_09_26_drive_0018_sync 100 r\n2011_09_26/2011_09_26_drive_0018_sync 88 r\n2011_09_26/2011_09_26_drive_0018_sync 260 l\n2011_09_26/2011_09_26_drive_0018_sync 212 l\n2011_09_26/2011_09_26_drive_0018_sync 70 r\n2011_09_26/2011_09_26_drive_0018_sync 214 r\n2011_09_26/2011_09_26_drive_0018_sync 230 r\n2011_09_26/2011_09_26_drive_0018_sync 197 l\n2011_09_26/2011_09_26_drive_0018_sync 231 l\n2011_09_26/2011_09_26_drive_0018_sync 232 r\n2011_09_26/2011_09_26_drive_0018_sync 247 r\n2011_09_26/2011_09_26_drive_0018_sync 102 l\n2011_09_26/2011_09_26_drive_0018_sync 87 r\n2011_09_26/2011_09_26_drive_0018_sync 218 r\n2011_09_26/2011_09_26_drive_0018_sync 210 r\n2011_09_26/2011_09_26_drive_0018_sync 77 l\n2011_09_26/2011_09_26_drive_0018_sync 3 r\n2011_09_26/2011_09_26_drive_0018_sync 263 l\n2011_09_26/2011_09_26_drive_0018_sync 237 l\n2011_09_26/2011_09_26_drive_0018_sync 253 l\n2011_09_26/2011_09_26_drive_0018_sync 101 l\n2011_09_26/2011_09_26_drive_0018_sync 187 r\n2011_09_26/2011_09_26_drive_0018_sync 231 r\n2011_09_26/2011_09_26_drive_0018_sync 4 l\n2011_09_26/2011_09_26_drive_0018_sync 249 r\n2011_09_26/2011_09_26_drive_0018_sync 242 l\n2011_09_26/2011_09_26_drive_0018_sync 91 l\n2011_09_26/2011_09_26_drive_0018_sync 206 l\n2011_09_26/2011_09_26_drive_0018_sync 59 l\n2011_09_26/2011_09_26_drive_0018_sync 75 r\n2011_09_26/2011_09_26_drive_0018_sync 225 r\n2011_09_26/2011_09_26_drive_0018_sync 90 r\n2011_09_26/2011_09_26_drive_0018_sync 224 l\n2011_09_26/2011_09_26_drive_0018_sync 254 l\n2011_09_26/2011_09_26_drive_0018_sync 259 l\n2011_09_26/2011_09_26_drive_0018_sync 78 l\n2011_09_26/2011_09_26_drive_0018_sync 223 l\n2011_09_26/2011_09_26_drive_0018_sync 247 l\n2011_09_26/2011_09_26_drive_0018_sync 62 l\n2011_09_26/2011_09_26_drive_0018_sync 250 l\n2011_09_26/2011_09_26_drive_0104_sync 163 l\n2011_09_26/2011_09_26_drive_0104_sync 97 r\n2011_09_26/2011_09_26_drive_0104_sync 106 r\n2011_09_26/2011_09_26_drive_0104_sync 56 l\n2011_09_26/2011_09_26_drive_0104_sync 28 r\n2011_09_26/2011_09_26_drive_0104_sync 224 r\n2011_09_26/2011_09_26_drive_0104_sync 251 l\n2011_09_26/2011_09_26_drive_0104_sync 211 r\n2011_09_26/2011_09_26_drive_0104_sync 264 r\n2011_09_26/2011_09_26_drive_0104_sync 253 l\n2011_09_26/2011_09_26_drive_0104_sync 46 l\n2011_09_26/2011_09_26_drive_0104_sync 26 r\n2011_09_26/2011_09_26_drive_0104_sync 100 l\n2011_09_26/2011_09_26_drive_0104_sync 82 r\n2011_09_26/2011_09_26_drive_0104_sync 283 l\n2011_09_26/2011_09_26_drive_0104_sync 67 l\n2011_09_26/2011_09_26_drive_0104_sync 14 r\n2011_09_26/2011_09_26_drive_0104_sync 231 r\n2011_09_26/2011_09_26_drive_0104_sync 33 r\n2011_09_26/2011_09_26_drive_0104_sync 162 r\n2011_09_26/2011_09_26_drive_0104_sync 180 l\n2011_09_26/2011_09_26_drive_0104_sync 159 l\n2011_09_26/2011_09_26_drive_0104_sync 176 r\n2011_09_26/2011_09_26_drive_0104_sync 186 l\n2011_09_26/2011_09_26_drive_0104_sync 263 l\n2011_09_26/2011_09_26_drive_0104_sync 73 r\n2011_09_26/2011_09_26_drive_0104_sync 99 r\n2011_09_26/2011_09_26_drive_0104_sync 101 r\n2011_09_26/2011_09_26_drive_0104_sync 269 l\n2011_09_26/2011_09_26_drive_0104_sync 194 l\n2011_09_26/2011_09_26_drive_0104_sync 286 l\n2011_09_26/2011_09_26_drive_0104_sync 160 l\n2011_09_26/2011_09_26_drive_0104_sync 157 r\n2011_09_26/2011_09_26_drive_0104_sync 303 r\n2011_09_26/2011_09_26_drive_0104_sync 222 r\n2011_09_26/2011_09_26_drive_0104_sync 229 r\n2011_09_26/2011_09_26_drive_0104_sync 45 r\n2011_09_26/2011_09_26_drive_0104_sync 208 r\n2011_09_26/2011_09_26_drive_0104_sync 263 r\n2011_09_26/2011_09_26_drive_0104_sync 238 l\n2011_09_26/2011_09_26_drive_0104_sync 255 r\n2011_09_26/2011_09_26_drive_0104_sync 300 l\n2011_09_26/2011_09_26_drive_0104_sync 100 r\n2011_09_26/2011_09_26_drive_0104_sync 110 r\n2011_09_26/2011_09_26_drive_0104_sync 171 l\n2011_09_26/2011_09_26_drive_0104_sync 142 r\n2011_09_26/2011_09_26_drive_0104_sync 85 l\n2011_09_26/2011_09_26_drive_0104_sync 157 l\n2011_09_26/2011_09_26_drive_0104_sync 179 r\n2011_09_26/2011_09_26_drive_0104_sync 147 l\n2011_09_26/2011_09_26_drive_0104_sync 90 r\n2011_09_26/2011_09_26_drive_0104_sync 298 r\n2011_09_26/2011_09_26_drive_0104_sync 5 r\n2011_09_26/2011_09_26_drive_0104_sync 7 r\n2011_09_26/2011_09_26_drive_0104_sync 38 r\n2011_09_26/2011_09_26_drive_0104_sync 207 r\n2011_09_26/2011_09_26_drive_0104_sync 99 l\n2011_09_26/2011_09_26_drive_0104_sync 87 r\n2011_09_26/2011_09_26_drive_0104_sync 269 r\n2011_09_26/2011_09_26_drive_0104_sync 141 r\n2011_09_26/2011_09_26_drive_0104_sync 182 l\n2011_09_26/2011_09_26_drive_0104_sync 4 r\n2011_09_26/2011_09_26_drive_0104_sync 119 l\n2011_09_26/2011_09_26_drive_0104_sync 204 r\n2011_09_26/2011_09_26_drive_0104_sync 78 r\n2011_09_26/2011_09_26_drive_0104_sync 22 l\n2011_09_26/2011_09_26_drive_0104_sync 224 l\n2011_09_26/2011_09_26_drive_0104_sync 23 l\n2011_09_26/2011_09_26_drive_0104_sync 190 r\n2011_09_26/2011_09_26_drive_0104_sync 196 r\n2011_09_26/2011_09_26_drive_0104_sync 210 l\n2011_09_26/2011_09_26_drive_0104_sync 41 l\n2011_09_26/2011_09_26_drive_0104_sync 80 l\n2011_09_26/2011_09_26_drive_0104_sync 198 l\n2011_09_26/2011_09_26_drive_0104_sync 188 r\n2011_09_26/2011_09_26_drive_0104_sync 230 l\n2011_09_26/2011_09_26_drive_0104_sync 107 r\n2011_09_26/2011_09_26_drive_0104_sync 168 r\n2011_09_26/2011_09_26_drive_0104_sync 167 r\n2011_09_26/2011_09_26_drive_0104_sync 303 l\n2011_09_26/2011_09_26_drive_0104_sync 239 l\n2011_09_26/2011_09_26_drive_0104_sync 13 r\n2011_09_26/2011_09_26_drive_0104_sync 256 l\n2011_09_26/2011_09_26_drive_0104_sync 57 r\n2011_09_26/2011_09_26_drive_0104_sync 13 l\n2011_09_26/2011_09_26_drive_0104_sync 171 r\n2011_09_26/2011_09_26_drive_0104_sync 24 l\n2011_09_26/2011_09_26_drive_0104_sync 79 l\n2011_09_26/2011_09_26_drive_0104_sync 27 l\n2011_09_26/2011_09_26_drive_0104_sync 6 l\n2011_09_26/2011_09_26_drive_0104_sync 214 l\n2011_09_26/2011_09_26_drive_0104_sync 8 l\n2011_09_26/2011_09_26_drive_0104_sync 239 r\n2011_09_26/2011_09_26_drive_0104_sync 48 r\n2011_09_26/2011_09_26_drive_0104_sync 209 r\n2011_09_26/2011_09_26_drive_0104_sync 183 r\n2011_09_26/2011_09_26_drive_0104_sync 238 r\n2011_09_26/2011_09_26_drive_0104_sync 133 l\n2011_09_26/2011_09_26_drive_0104_sync 45 l\n2011_09_26/2011_09_26_drive_0104_sync 120 l\n2011_09_26/2011_09_26_drive_0104_sync 74 l\n2011_09_26/2011_09_26_drive_0104_sync 184 l\n2011_09_26/2011_09_26_drive_0104_sync 51 r\n2011_09_26/2011_09_26_drive_0104_sync 91 r\n2011_09_26/2011_09_26_drive_0104_sync 292 r\n2011_09_26/2011_09_26_drive_0104_sync 181 r\n2011_09_26/2011_09_26_drive_0104_sync 302 l\n2011_09_26/2011_09_26_drive_0104_sync 192 l\n2011_09_26/2011_09_26_drive_0104_sync 307 r\n2011_09_26/2011_09_26_drive_0104_sync 113 l\n2011_09_26/2011_09_26_drive_0104_sync 270 l\n2011_09_26/2011_09_26_drive_0104_sync 43 r\n2011_09_26/2011_09_26_drive_0104_sync 32 l\n2011_09_26/2011_09_26_drive_0104_sync 122 l\n2011_09_26/2011_09_26_drive_0104_sync 88 l\n2011_09_26/2011_09_26_drive_0104_sync 56 r\n2011_09_26/2011_09_26_drive_0104_sync 136 l\n2011_09_26/2011_09_26_drive_0104_sync 71 l\n2011_09_26/2011_09_26_drive_0104_sync 177 l\n2011_09_26/2011_09_26_drive_0104_sync 67 r\n2011_09_26/2011_09_26_drive_0104_sync 119 r\n2011_09_26/2011_09_26_drive_0104_sync 129 l\n2011_09_26/2011_09_26_drive_0104_sync 18 l\n2011_09_26/2011_09_26_drive_0104_sync 111 r\n2011_09_26/2011_09_26_drive_0104_sync 76 l\n2011_09_26/2011_09_26_drive_0104_sync 101 l\n2011_09_26/2011_09_26_drive_0104_sync 221 r\n2011_09_26/2011_09_26_drive_0104_sync 246 l\n2011_09_26/2011_09_26_drive_0104_sync 146 r\n2011_09_26/2011_09_26_drive_0104_sync 227 l\n2011_09_26/2011_09_26_drive_0104_sync 19 l\n2011_09_26/2011_09_26_drive_0104_sync 189 l\n2011_09_26/2011_09_26_drive_0104_sync 66 l\n2011_09_26/2011_09_26_drive_0104_sync 225 r\n2011_09_26/2011_09_26_drive_0104_sync 195 l\n2011_09_26/2011_09_26_drive_0104_sync 279 l\n2011_09_26/2011_09_26_drive_0104_sync 305 l\n2011_09_26/2011_09_26_drive_0104_sync 29 l\n2011_09_26/2011_09_26_drive_0104_sync 170 r\n2011_09_26/2011_09_26_drive_0104_sync 37 l\n2011_09_26/2011_09_26_drive_0104_sync 20 l\n2011_09_26/2011_09_26_drive_0104_sync 264 l\n2011_09_26/2011_09_26_drive_0104_sync 27 r\n2011_09_26/2011_09_26_drive_0104_sync 168 l\n2011_09_26/2011_09_26_drive_0104_sync 17 l\n2011_09_26/2011_09_26_drive_0104_sync 289 l\n2011_09_26/2011_09_26_drive_0104_sync 174 l\n2011_09_26/2011_09_26_drive_0104_sync 165 r\n2011_09_26/2011_09_26_drive_0104_sync 156 r\n2011_09_26/2011_09_26_drive_0104_sync 285 l\n2011_09_26/2011_09_26_drive_0104_sync 208 l\n2011_09_26/2011_09_26_drive_0104_sync 74 r\n2011_09_26/2011_09_26_drive_0104_sync 291 l\n2011_09_26/2011_09_26_drive_0104_sync 230 r\n2011_09_26/2011_09_26_drive_0104_sync 61 l\n2011_09_26/2011_09_26_drive_0104_sync 70 l\n2011_09_26/2011_09_26_drive_0104_sync 223 r\n2011_09_26/2011_09_26_drive_0104_sync 288 r\n2011_09_26/2011_09_26_drive_0104_sync 271 r\n2011_09_26/2011_09_26_drive_0104_sync 226 r\n2011_09_26/2011_09_26_drive_0104_sync 47 r\n2011_09_26/2011_09_26_drive_0104_sync 103 r\n2011_09_26/2011_09_26_drive_0104_sync 258 r\n2011_09_26/2011_09_26_drive_0104_sync 65 l\n2011_09_26/2011_09_26_drive_0104_sync 272 r\n2011_09_26/2011_09_26_drive_0104_sync 32 r\n2011_09_26/2011_09_26_drive_0104_sync 125 l\n2011_09_26/2011_09_26_drive_0104_sync 203 r\n2011_09_26/2011_09_26_drive_0104_sync 87 l\n2011_09_26/2011_09_26_drive_0104_sync 285 r\n2011_09_26/2011_09_26_drive_0104_sync 240 l\n2011_09_26/2011_09_26_drive_0104_sync 287 r\n2011_09_26/2011_09_26_drive_0104_sync 250 l\n2011_09_26/2011_09_26_drive_0104_sync 96 r\n2011_09_26/2011_09_26_drive_0104_sync 94 r\n2011_09_26/2011_09_26_drive_0104_sync 116 l\n2011_09_26/2011_09_26_drive_0104_sync 11 l\n2011_09_26/2011_09_26_drive_0104_sync 77 r\n2011_09_26/2011_09_26_drive_0104_sync 295 l\n2011_09_26/2011_09_26_drive_0104_sync 166 r\n2011_09_26/2011_09_26_drive_0104_sync 176 l\n2011_09_26/2011_09_26_drive_0104_sync 266 l\n2011_09_26/2011_09_26_drive_0104_sync 301 r\n2011_09_26/2011_09_26_drive_0104_sync 248 r\n2011_09_26/2011_09_26_drive_0104_sync 49 r\n2011_09_26/2011_09_26_drive_0104_sync 53 r\n2011_09_26/2011_09_26_drive_0104_sync 249 r\n2011_09_26/2011_09_26_drive_0104_sync 40 l\n2011_09_26/2011_09_26_drive_0104_sync 200 l\n2011_09_26/2011_09_26_drive_0104_sync 245 r\n2011_09_26/2011_09_26_drive_0104_sync 8 r\n2011_09_26/2011_09_26_drive_0104_sync 274 l\n2011_09_26/2011_09_26_drive_0104_sync 172 r\n2011_09_26/2011_09_26_drive_0104_sync 36 l\n2011_09_26/2011_09_26_drive_0104_sync 122 r\n2011_09_26/2011_09_26_drive_0104_sync 262 l\n2011_09_26/2011_09_26_drive_0104_sync 134 r\n2011_09_26/2011_09_26_drive_0104_sync 138 r\n2011_09_26/2011_09_26_drive_0104_sync 68 l\n2011_09_26/2011_09_26_drive_0104_sync 297 r\n2011_09_26/2011_09_26_drive_0104_sync 144 l\n2011_09_26/2011_09_26_drive_0104_sync 16 r\n2011_09_26/2011_09_26_drive_0104_sync 88 r\n2011_09_26/2011_09_26_drive_0104_sync 206 r\n2011_09_26/2011_09_26_drive_0104_sync 254 r\n2011_09_26/2011_09_26_drive_0104_sync 257 r\n2011_09_26/2011_09_26_drive_0104_sync 86 r\n2011_09_26/2011_09_26_drive_0104_sync 290 l\n2011_09_26/2011_09_26_drive_0104_sync 4 l\n2011_09_26/2011_09_26_drive_0104_sync 234 r\n2011_09_26/2011_09_26_drive_0104_sync 292 l\n2011_09_26/2011_09_26_drive_0104_sync 62 l\n2011_09_26/2011_09_26_drive_0104_sync 213 l\n2011_09_26/2011_09_26_drive_0104_sync 221 l\n2011_09_26/2011_09_26_drive_0104_sync 220 l\n2011_09_26/2011_09_26_drive_0104_sync 137 l\n2011_09_26/2011_09_26_drive_0104_sync 72 l\n2011_09_26/2011_09_26_drive_0104_sync 215 l\n2011_09_26/2011_09_26_drive_0104_sync 243 l\n2011_09_26/2011_09_26_drive_0104_sync 222 l\n2011_09_26/2011_09_26_drive_0104_sync 140 l\n2011_09_26/2011_09_26_drive_0104_sync 294 r\n2011_09_26/2011_09_26_drive_0104_sync 46 r\n2011_09_26/2011_09_26_drive_0104_sync 267 r\n2011_09_26/2011_09_26_drive_0104_sync 266 r\n2011_09_26/2011_09_26_drive_0104_sync 252 l\n2011_09_26/2011_09_26_drive_0104_sync 199 l\n2011_09_26/2011_09_26_drive_0104_sync 62 r\n2011_09_26/2011_09_26_drive_0104_sync 189 r\n2011_09_26/2011_09_26_drive_0104_sync 191 r\n2011_09_26/2011_09_26_drive_0104_sync 39 r\n2011_09_26/2011_09_26_drive_0104_sync 233 l\n2011_09_26/2011_09_26_drive_0104_sync 299 r\n2011_09_26/2011_09_26_drive_0104_sync 15 l\n2011_09_26/2011_09_26_drive_0104_sync 219 r\n2011_09_26/2011_09_26_drive_0104_sync 170 l\n2011_09_26/2011_09_26_drive_0104_sync 50 l\n2011_09_26/2011_09_26_drive_0104_sync 81 r\n2011_09_26/2011_09_26_drive_0104_sync 308 r\n2011_09_26/2011_09_26_drive_0104_sync 98 r\n2011_09_26/2011_09_26_drive_0104_sync 284 l\n2011_09_26/2011_09_26_drive_0104_sync 243 r\n2011_09_26/2011_09_26_drive_0104_sync 143 r\n2011_09_26/2011_09_26_drive_0104_sync 175 r\n2011_09_26/2011_09_26_drive_0104_sync 61 r\n2011_09_26/2011_09_26_drive_0104_sync 158 l\n2011_09_26/2011_09_26_drive_0104_sync 152 r\n2011_09_26/2011_09_26_drive_0104_sync 15 r\n2011_09_26/2011_09_26_drive_0104_sync 109 r\n2011_09_26/2011_09_26_drive_0104_sync 203 l\n2011_09_26/2011_09_26_drive_0104_sync 25 l\n2011_09_26/2011_09_26_drive_0104_sync 85 r\n2011_09_26/2011_09_26_drive_0104_sync 234 l\n2011_09_26/2011_09_26_drive_0104_sync 136 r\n2011_09_26/2011_09_26_drive_0104_sync 34 r\n2011_09_26/2011_09_26_drive_0104_sync 90 l\n2011_09_26/2011_09_26_drive_0104_sync 244 l\n2011_09_26/2011_09_26_drive_0104_sync 305 r\n2011_09_26/2011_09_26_drive_0104_sync 228 r\n2011_09_26/2011_09_26_drive_0104_sync 186 r\n2011_09_26/2011_09_26_drive_0104_sync 75 l\n2011_09_26/2011_09_26_drive_0104_sync 181 l\n2011_09_26/2011_09_26_drive_0104_sync 306 r\n2011_09_26/2011_09_26_drive_0104_sync 276 r\n2011_09_26/2011_09_26_drive_0104_sync 223 l\n2011_09_26/2011_09_26_drive_0104_sync 164 l\n2011_09_26/2011_09_26_drive_0104_sync 214 r\n2011_09_26/2011_09_26_drive_0104_sync 71 r\n2011_09_26/2011_09_26_drive_0104_sync 112 l\n2011_09_26/2011_09_26_drive_0104_sync 210 r\n2011_09_26/2011_09_26_drive_0104_sync 126 l\n2011_09_26/2011_09_26_drive_0104_sync 205 r\n2011_09_26/2011_09_26_drive_0104_sync 58 r\n2011_09_26/2011_09_26_drive_0104_sync 31 l\n2011_09_26/2011_09_26_drive_0104_sync 139 r\n2011_09_26/2011_09_26_drive_0104_sync 191 l\n2011_09_26/2011_09_26_drive_0104_sync 260 r\n2011_09_26/2011_09_26_drive_0104_sync 36 r\n2011_09_26/2011_09_26_drive_0104_sync 112 r\n2011_09_26/2011_09_26_drive_0104_sync 212 r\n2011_09_26/2011_09_26_drive_0104_sync 21 l\n2011_09_26/2011_09_26_drive_0104_sync 53 l\n2011_09_26/2011_09_26_drive_0104_sync 3 r\n2011_09_26/2011_09_26_drive_0104_sync 134 l\n2011_09_26/2011_09_26_drive_0104_sync 282 r\n2011_09_26/2011_09_26_drive_0104_sync 145 r\n2011_09_26/2011_09_26_drive_0104_sync 82 l\n2011_09_26/2011_09_26_drive_0104_sync 86 l\n2011_09_26/2011_09_26_drive_0104_sync 108 r\n2011_09_26/2011_09_26_drive_0104_sync 153 r\n2011_09_26/2011_09_26_drive_0104_sync 138 l\n2011_09_26/2011_09_26_drive_0104_sync 42 r\n2011_09_26/2011_09_26_drive_0104_sync 217 r\n2011_09_26/2011_09_26_drive_0104_sync 195 r\n2011_09_26/2011_09_26_drive_0104_sync 75 r\n2011_09_26/2011_09_26_drive_0104_sync 185 r\n2011_09_26/2011_09_26_drive_0104_sync 128 r\n2011_09_26/2011_09_26_drive_0104_sync 201 r\n2011_09_26/2011_09_26_drive_0104_sync 146 l\n2011_09_26/2011_09_26_drive_0104_sync 242 l\n2011_09_26/2011_09_26_drive_0104_sync 128 l\n2011_09_26/2011_09_26_drive_0104_sync 278 r\n2011_09_26/2011_09_26_drive_0104_sync 14 l\n2011_09_26/2011_09_26_drive_0104_sync 277 l\n2011_09_26/2011_09_26_drive_0104_sync 127 l\n2011_09_26/2011_09_26_drive_0104_sync 43 l\n2011_09_26/2011_09_26_drive_0104_sync 156 l\n2011_09_26/2011_09_26_drive_0104_sync 228 l\n2011_09_26/2011_09_26_drive_0104_sync 121 r\n2011_09_26/2011_09_26_drive_0104_sync 84 r\n2011_09_26/2011_09_26_drive_0104_sync 38 l\n2011_09_26/2011_09_26_drive_0104_sync 293 l\n2011_09_26/2011_09_26_drive_0104_sync 91 l\n2011_09_26/2011_09_26_drive_0104_sync 290 r\n2011_09_26/2011_09_26_drive_0104_sync 117 l\n2011_09_26/2011_09_26_drive_0104_sync 308 l\n2011_09_26/2011_09_26_drive_0104_sync 78 l\n2011_09_26/2011_09_26_drive_0104_sync 282 l\n2011_09_26/2011_09_26_drive_0104_sync 108 l\n2011_09_26/2011_09_26_drive_0104_sync 10 r\n2011_09_26/2011_09_26_drive_0104_sync 25 r\n2011_09_26/2011_09_26_drive_0104_sync 201 l\n2011_09_26/2011_09_26_drive_0104_sync 297 l\n2011_09_26/2011_09_26_drive_0104_sync 30 l\n2011_09_26/2011_09_26_drive_0104_sync 83 l\n2011_09_26/2011_09_26_drive_0104_sync 267 l\n2011_09_26/2011_09_26_drive_0104_sync 147 r\n2011_09_26/2011_09_26_drive_0104_sync 190 l\n2011_09_26/2011_09_26_drive_0104_sync 18 r\n2011_09_26/2011_09_26_drive_0104_sync 23 r\n2011_09_26/2011_09_26_drive_0104_sync 149 l\n2011_09_26/2011_09_26_drive_0104_sync 226 l\n2011_09_26/2011_09_26_drive_0104_sync 148 r\n2011_09_26/2011_09_26_drive_0104_sync 283 r\n2011_09_26/2011_09_26_drive_0104_sync 237 l\n2011_09_26/2011_09_26_drive_0104_sync 84 l\n2011_09_26/2011_09_26_drive_0104_sync 193 l\n2011_09_26/2011_09_26_drive_0104_sync 179 l\n2011_09_26/2011_09_26_drive_0104_sync 95 r\n2011_09_26/2011_09_26_drive_0104_sync 241 r\n2011_09_26/2011_09_26_drive_0104_sync 217 l\n2011_09_26/2011_09_26_drive_0104_sync 106 l\n2011_09_26/2011_09_26_drive_0104_sync 260 l\n2011_09_26/2011_09_26_drive_0104_sync 253 r\n2011_09_26/2011_09_26_drive_0104_sync 229 l\n2011_09_26/2011_09_26_drive_0104_sync 197 r\n2011_09_26/2011_09_26_drive_0104_sync 40 r\n2011_09_26/2011_09_26_drive_0104_sync 287 l\n2011_09_26/2011_09_26_drive_0104_sync 235 r\n2011_09_26/2011_09_26_drive_0104_sync 49 l\n2011_09_26/2011_09_26_drive_0104_sync 166 l\n2011_09_26/2011_09_26_drive_0104_sync 63 r\n2011_09_26/2011_09_26_drive_0104_sync 93 l\n2011_09_26/2011_09_26_drive_0104_sync 304 r\n2011_09_26/2011_09_26_drive_0104_sync 275 r\n2011_09_26/2011_09_26_drive_0104_sync 44 l\n2011_09_26/2011_09_26_drive_0104_sync 173 l\n2011_09_26/2011_09_26_drive_0104_sync 227 r\n2011_09_26/2011_09_26_drive_0104_sync 95 l\n2011_09_26/2011_09_26_drive_0104_sync 268 r\n2011_09_26/2011_09_26_drive_0104_sync 259 r\n2011_09_26/2011_09_26_drive_0104_sync 125 r\n2011_09_26/2011_09_26_drive_0104_sync 202 l\n2011_09_26/2011_09_26_drive_0104_sync 150 r\n2011_09_26/2011_09_26_drive_0104_sync 173 r\n2011_09_26/2011_09_26_drive_0104_sync 249 l\n2011_09_26/2011_09_26_drive_0104_sync 294 l\n2011_09_26/2011_09_26_drive_0104_sync 231 l\n2011_09_26/2011_09_26_drive_0104_sync 51 l\n2011_09_26/2011_09_26_drive_0104_sync 218 l\n2011_09_26/2011_09_26_drive_0104_sync 155 r\n2011_09_26/2011_09_26_drive_0104_sync 174 r\n2011_09_26/2011_09_26_drive_0104_sync 109 l\n2011_09_26/2011_09_26_drive_0104_sync 118 l\n2011_09_26/2011_09_26_drive_0104_sync 131 r\n2011_09_26/2011_09_26_drive_0104_sync 48 l\n2011_09_26/2011_09_26_drive_0104_sync 216 l\n2011_09_26/2011_09_26_drive_0104_sync 296 r\n2011_09_26/2011_09_26_drive_0104_sync 52 l\n2011_09_26/2011_09_26_drive_0104_sync 66 r\n2011_09_26/2011_09_26_drive_0104_sync 133 r\n2011_09_26/2011_09_26_drive_0104_sync 60 r\n2011_09_26/2011_09_26_drive_0104_sync 261 l\n2011_09_26/2011_09_26_drive_0104_sync 29 r\n2011_09_26/2011_09_26_drive_0104_sync 92 r\n2011_09_26/2011_09_26_drive_0104_sync 72 r\n2011_09_26/2011_09_26_drive_0104_sync 149 r\n2011_09_26/2011_09_26_drive_0104_sync 34 l\n2011_09_26/2011_09_26_drive_0104_sync 304 l\n2011_09_26/2011_09_26_drive_0104_sync 123 r\n2011_09_26/2011_09_26_drive_0104_sync 185 l\n2011_09_26/2011_09_26_drive_0104_sync 110 l\n2011_09_26/2011_09_26_drive_0104_sync 258 l\n2011_09_26/2011_09_26_drive_0104_sync 178 r\n2011_09_26/2011_09_26_drive_0104_sync 159 r\n2011_09_26/2011_09_26_drive_0104_sync 121 l\n2011_09_26/2011_09_26_drive_0104_sync 35 l\n2011_09_26/2011_09_26_drive_0104_sync 160 r\n2011_09_26/2011_09_26_drive_0104_sync 55 l\n2011_09_26/2011_09_26_drive_0104_sync 213 r\n2011_09_26/2011_09_26_drive_0104_sync 124 r\n2011_09_26/2011_09_26_drive_0104_sync 154 l\n2011_09_26/2011_09_26_drive_0104_sync 216 r\n2011_09_26/2011_09_26_drive_0104_sync 26 l\n2011_09_26/2011_09_26_drive_0104_sync 148 l\n2011_09_26/2011_09_26_drive_0104_sync 132 l\n2011_09_26/2011_09_26_drive_0104_sync 58 l\n2011_09_26/2011_09_26_drive_0104_sync 178 l\n2011_09_26/2011_09_26_drive_0104_sync 169 l\n2011_09_26/2011_09_26_drive_0104_sync 202 r\n2011_09_26/2011_09_26_drive_0104_sync 262 r\n2011_09_26/2011_09_26_drive_0104_sync 35 r\n2011_09_26/2011_09_26_drive_0104_sync 177 r\n2011_09_26/2011_09_26_drive_0104_sync 270 r\n2011_09_26/2011_09_26_drive_0104_sync 256 r\n2011_09_26/2011_09_26_drive_0104_sync 44 r\n2011_09_26/2011_09_26_drive_0104_sync 306 l\n2011_09_26/2011_09_26_drive_0104_sync 187 l\n2011_09_26/2011_09_26_drive_0104_sync 102 r\n2011_09_26/2011_09_26_drive_0104_sync 64 r\n2011_09_26/2011_09_26_drive_0104_sync 218 r\n2011_09_26/2011_09_26_drive_0104_sync 3 l\n2011_09_26/2011_09_26_drive_0104_sync 70 r\n2011_09_26/2011_09_26_drive_0104_sync 124 l\n2011_09_26/2011_09_26_drive_0104_sync 281 l\n2011_09_26/2011_09_26_drive_0104_sync 54 r\n2011_09_26/2011_09_26_drive_0104_sync 180 r\n2011_09_26/2011_09_26_drive_0104_sync 9 r\n2011_09_26/2011_09_26_drive_0104_sync 68 r\n2011_09_26/2011_09_26_drive_0104_sync 184 r\n2011_09_26/2011_09_26_drive_0104_sync 236 l\n2011_09_26/2011_09_26_drive_0104_sync 31 r\n2011_09_26/2011_09_26_drive_0104_sync 127 r\n2011_09_26/2011_09_26_drive_0104_sync 196 l\n2011_09_26/2011_09_26_drive_0104_sync 209 l\n2011_09_26/2011_09_26_drive_0104_sync 22 r\n2011_09_26/2011_09_26_drive_0104_sync 276 l\n2011_09_26/2011_09_26_drive_0104_sync 104 r\n2011_09_26/2011_09_26_drive_0104_sync 151 r\n2011_09_26/2011_09_26_drive_0104_sync 143 l\n2011_09_26/2011_09_26_drive_0104_sync 246 r\n2011_09_26/2011_09_26_drive_0104_sync 105 r\n2011_09_26/2011_09_26_drive_0104_sync 9 l\n2011_09_26/2011_09_26_drive_0104_sync 59 l\n2011_09_26/2011_09_26_drive_0104_sync 307 l\n2011_09_26/2011_09_26_drive_0104_sync 135 r\n2011_09_26/2011_09_26_drive_0104_sync 172 l\n2011_09_26/2011_09_26_drive_0104_sync 129 r\n2011_09_26/2011_09_26_drive_0104_sync 54 l\n2011_09_26/2011_09_26_drive_0104_sync 154 r\n2011_09_26/2011_09_26_drive_0104_sync 296 l\n2011_09_26/2011_09_26_drive_0104_sync 232 l\n2011_09_26/2011_09_26_drive_0104_sync 212 l\n2011_09_26/2011_09_26_drive_0104_sync 97 l\n2011_09_26/2011_09_26_drive_0104_sync 251 r\n2011_09_26/2011_09_26_drive_0104_sync 79 r\n2011_09_26/2011_09_26_drive_0104_sync 183 l\n2011_09_26/2011_09_26_drive_0104_sync 131 l\n2011_09_26/2011_09_26_drive_0104_sync 60 l\n2011_09_26/2011_09_26_drive_0104_sync 293 r\n2011_09_26/2011_09_26_drive_0104_sync 7 l\n2011_09_26/2011_09_26_drive_0104_sync 236 r\n2011_09_26/2011_09_26_drive_0104_sync 241 l\n2011_09_26/2011_09_26_drive_0104_sync 5 l\n2011_09_26/2011_09_26_drive_0104_sync 89 r\n2011_09_26/2011_09_26_drive_0104_sync 169 r\n2011_09_26/2011_09_26_drive_0104_sync 120 r\n2011_09_26/2011_09_26_drive_0104_sync 261 r\n2011_09_26/2011_09_26_drive_0104_sync 286 r\n2011_09_26/2011_09_26_drive_0104_sync 94 l\n2011_09_26/2011_09_26_drive_0104_sync 220 r\n2011_09_26/2011_09_26_drive_0104_sync 50 r\n2011_09_26/2011_09_26_drive_0104_sync 17 r\n2011_09_26/2011_09_26_drive_0104_sync 59 r\n2011_09_26/2011_09_26_drive_0104_sync 12 r\n2011_09_26/2011_09_26_drive_0104_sync 273 l\n2011_09_26/2011_09_26_drive_0104_sync 130 l\n2011_09_26/2011_09_26_drive_0104_sync 118 r\n2011_09_26/2011_09_26_drive_0104_sync 10 l\n2011_09_26/2011_09_26_drive_0104_sync 19 r\n2011_09_26/2011_09_26_drive_0104_sync 167 l\n2011_09_26/2011_09_26_drive_0104_sync 279 r\n2011_09_26/2011_09_26_drive_0104_sync 113 r\n2011_09_26/2011_09_26_drive_0104_sync 139 l\n2011_09_26/2011_09_26_drive_0104_sync 163 r\n2011_09_26/2011_09_26_drive_0104_sync 155 l\n2011_09_26/2011_09_26_drive_0104_sync 235 l\n2011_09_26/2011_09_26_drive_0104_sync 265 l\n2011_09_26/2011_09_26_drive_0104_sync 225 l\n2011_09_26/2011_09_26_drive_0104_sync 117 r\n2011_09_26/2011_09_26_drive_0104_sync 245 l\n2011_09_26/2011_09_26_drive_0104_sync 206 l\n2011_09_26/2011_09_26_drive_0104_sync 116 r\n2011_09_26/2011_09_26_drive_0104_sync 142 l\n2011_09_26/2011_09_26_drive_0104_sync 42 l\n2011_09_26/2011_09_26_drive_0104_sync 132 r\n2011_09_26/2011_09_26_drive_0104_sync 215 r\n2011_09_26/2011_09_26_drive_0104_sync 301 l\n2011_09_26/2011_09_26_drive_0104_sync 152 l\n2011_09_26/2011_09_26_drive_0104_sync 135 l\n2011_09_26/2011_09_26_drive_0104_sync 12 l\n2011_09_26/2011_09_26_drive_0104_sync 200 r\n2011_09_26/2011_09_26_drive_0104_sync 198 r\n2011_09_26/2011_09_26_drive_0104_sync 69 l\n2011_09_26/2011_09_26_drive_0104_sync 144 r\n2011_09_26/2011_09_26_drive_0104_sync 273 r\n2011_09_26/2011_09_26_drive_0104_sync 73 l\n2011_09_26/2011_09_26_drive_0104_sync 197 l\n2011_09_26/2011_09_26_drive_0104_sync 115 r\n2011_09_26/2011_09_26_drive_0104_sync 247 r\n2011_09_26/2011_09_26_drive_0104_sync 280 r\n2011_09_26/2011_09_26_drive_0104_sync 288 l\n2011_09_26/2011_09_26_drive_0104_sync 162 l\n2011_09_26/2011_09_26_drive_0104_sync 57 l\n2011_09_26/2011_09_26_drive_0104_sync 92 l\n2011_09_26/2011_09_26_drive_0104_sync 47 l\n2011_09_26/2011_09_26_drive_0104_sync 219 l\n2011_09_26/2011_09_26_drive_0104_sync 37 r\n2011_09_26/2011_09_26_drive_0104_sync 141 l\n2011_09_26/2011_09_26_drive_0104_sync 151 l\n2011_09_26/2011_09_26_drive_0104_sync 299 l\n2011_09_26/2011_09_26_drive_0104_sync 103 l\n2011_09_26/2011_09_26_drive_0104_sync 237 r\n2011_09_26/2011_09_26_drive_0104_sync 257 l\n2011_09_26/2011_09_26_drive_0104_sync 81 l\n2011_09_26/2011_09_26_drive_0104_sync 289 r\n2011_09_26/2011_09_26_drive_0104_sync 52 r\n2011_09_26/2011_09_26_drive_0104_sync 55 r\n2011_09_26/2011_09_26_drive_0104_sync 240 r\n2011_09_26/2011_09_26_drive_0104_sync 63 l\n2011_09_26/2011_09_26_drive_0104_sync 76 r\n2011_09_26/2011_09_26_drive_0104_sync 77 l\n2011_09_26/2011_09_26_drive_0104_sync 265 r\n2011_09_26/2011_09_26_drive_0104_sync 150 l\n2011_09_26/2011_09_26_drive_0104_sync 182 r\n2011_09_26/2011_09_26_drive_0104_sync 107 l\n2011_09_26/2011_09_26_drive_0104_sync 211 l\n2011_09_26/2011_09_26_drive_0104_sync 242 r\n2011_09_26/2011_09_26_drive_0104_sync 255 l\n2011_09_26/2011_09_26_drive_0104_sync 291 r\n2011_09_26/2011_09_26_drive_0104_sync 64 l\n2011_09_26/2011_09_26_drive_0104_sync 272 l\n2011_09_26/2011_09_26_drive_0104_sync 158 r\n2011_09_26/2011_09_26_drive_0104_sync 277 r\n2011_09_26/2011_09_26_drive_0104_sync 207 l\n2011_09_26/2011_09_26_drive_0104_sync 20 r\n2011_09_26/2011_09_26_drive_0104_sync 96 l\n2011_09_26/2011_09_26_drive_0104_sync 130 r\n2011_09_26/2011_09_26_drive_0104_sync 192 r\n2011_09_26/2011_09_26_drive_0104_sync 153 l\n2011_09_26/2011_09_26_drive_0104_sync 6 r\n2011_09_26/2011_09_26_drive_0104_sync 83 r\n2011_09_26/2011_09_26_drive_0104_sync 11 r\n2011_09_26/2011_09_26_drive_0104_sync 16 l\n2011_09_26/2011_09_26_drive_0104_sync 268 l\n2011_09_26/2011_09_26_drive_0104_sync 193 r\n2011_09_26/2011_09_26_drive_0104_sync 65 r\n2011_09_26/2011_09_26_drive_0104_sync 252 r\n2011_09_26/2011_09_26_drive_0070_sync 205 l\n2011_09_26/2011_09_26_drive_0070_sync 130 r\n2011_09_26/2011_09_26_drive_0070_sync 114 l\n2011_09_26/2011_09_26_drive_0070_sync 22 l\n2011_09_26/2011_09_26_drive_0070_sync 416 l\n2011_09_26/2011_09_26_drive_0070_sync 135 r\n2011_09_26/2011_09_26_drive_0070_sync 55 r\n2011_09_26/2011_09_26_drive_0070_sync 331 r\n2011_09_26/2011_09_26_drive_0070_sync 129 r\n2011_09_26/2011_09_26_drive_0070_sync 165 r\n2011_09_26/2011_09_26_drive_0070_sync 257 l\n2011_09_26/2011_09_26_drive_0070_sync 86 l\n2011_09_26/2011_09_26_drive_0070_sync 298 l\n2011_09_26/2011_09_26_drive_0070_sync 95 l\n2011_09_26/2011_09_26_drive_0070_sync 244 r\n2011_09_26/2011_09_26_drive_0070_sync 259 l\n2011_09_26/2011_09_26_drive_0070_sync 116 l\n2011_09_26/2011_09_26_drive_0070_sync 408 r\n2011_09_26/2011_09_26_drive_0070_sync 360 r\n2011_09_26/2011_09_26_drive_0070_sync 250 l\n2011_09_26/2011_09_26_drive_0070_sync 28 r\n2011_09_26/2011_09_26_drive_0070_sync 189 l\n2011_09_26/2011_09_26_drive_0070_sync 208 r\n2011_09_26/2011_09_26_drive_0070_sync 93 r\n2011_09_26/2011_09_26_drive_0070_sync 121 l\n2011_09_26/2011_09_26_drive_0070_sync 396 r\n2011_09_26/2011_09_26_drive_0070_sync 316 r\n2011_09_26/2011_09_26_drive_0070_sync 358 r\n2011_09_26/2011_09_26_drive_0070_sync 112 l\n2011_09_26/2011_09_26_drive_0070_sync 370 r\n2011_09_26/2011_09_26_drive_0070_sync 83 r\n2011_09_26/2011_09_26_drive_0070_sync 337 l\n2011_09_26/2011_09_26_drive_0070_sync 237 r\n2011_09_26/2011_09_26_drive_0070_sync 140 l\n2011_09_26/2011_09_26_drive_0070_sync 26 l\n2011_09_26/2011_09_26_drive_0070_sync 77 l\n2011_09_26/2011_09_26_drive_0070_sync 169 l\n2011_09_26/2011_09_26_drive_0070_sync 278 l\n2011_09_26/2011_09_26_drive_0070_sync 192 l\n2011_09_26/2011_09_26_drive_0070_sync 72 r\n2011_09_26/2011_09_26_drive_0070_sync 143 r\n2011_09_26/2011_09_26_drive_0070_sync 353 l\n2011_09_26/2011_09_26_drive_0070_sync 37 r\n2011_09_26/2011_09_26_drive_0070_sync 149 l\n2011_09_26/2011_09_26_drive_0070_sync 221 l\n2011_09_26/2011_09_26_drive_0070_sync 277 r\n2011_09_26/2011_09_26_drive_0070_sync 150 l\n2011_09_26/2011_09_26_drive_0070_sync 295 r\n2011_09_26/2011_09_26_drive_0070_sync 275 l\n2011_09_26/2011_09_26_drive_0070_sync 336 r\n2011_09_26/2011_09_26_drive_0070_sync 175 l\n2011_09_26/2011_09_26_drive_0070_sync 354 r\n2011_09_26/2011_09_26_drive_0070_sync 67 r\n2011_09_26/2011_09_26_drive_0070_sync 69 l\n2011_09_26/2011_09_26_drive_0070_sync 407 l\n2011_09_26/2011_09_26_drive_0070_sync 177 l\n2011_09_26/2011_09_26_drive_0070_sync 3 r\n2011_09_26/2011_09_26_drive_0070_sync 258 r\n2011_09_26/2011_09_26_drive_0070_sync 113 l\n2011_09_26/2011_09_26_drive_0070_sync 211 r\n2011_09_26/2011_09_26_drive_0070_sync 63 r\n2011_09_26/2011_09_26_drive_0070_sync 242 l\n2011_09_26/2011_09_26_drive_0070_sync 329 r\n2011_09_26/2011_09_26_drive_0070_sync 258 l\n2011_09_26/2011_09_26_drive_0070_sync 68 r\n2011_09_26/2011_09_26_drive_0070_sync 213 l\n2011_09_26/2011_09_26_drive_0070_sync 85 l\n2011_09_26/2011_09_26_drive_0070_sync 7 l\n2011_09_26/2011_09_26_drive_0070_sync 286 r\n2011_09_26/2011_09_26_drive_0070_sync 234 l\n2011_09_26/2011_09_26_drive_0070_sync 282 l\n2011_09_26/2011_09_26_drive_0070_sync 20 r\n2011_09_26/2011_09_26_drive_0070_sync 189 r\n2011_09_26/2011_09_26_drive_0070_sync 268 l\n2011_09_26/2011_09_26_drive_0070_sync 410 r\n2011_09_26/2011_09_26_drive_0070_sync 70 r\n2011_09_26/2011_09_26_drive_0070_sync 253 l\n2011_09_26/2011_09_26_drive_0070_sync 176 r\n2011_09_26/2011_09_26_drive_0070_sync 21 l\n2011_09_26/2011_09_26_drive_0070_sync 4 l\n2011_09_26/2011_09_26_drive_0070_sync 292 r\n2011_09_26/2011_09_26_drive_0070_sync 64 r\n2011_09_26/2011_09_26_drive_0070_sync 104 r\n2011_09_26/2011_09_26_drive_0070_sync 238 r\n2011_09_26/2011_09_26_drive_0070_sync 15 r\n2011_09_26/2011_09_26_drive_0070_sync 19 l\n2011_09_26/2011_09_26_drive_0070_sync 274 l\n2011_09_26/2011_09_26_drive_0070_sync 94 r\n2011_09_26/2011_09_26_drive_0070_sync 229 r\n2011_09_26/2011_09_26_drive_0070_sync 398 l\n2011_09_26/2011_09_26_drive_0070_sync 325 r\n2011_09_26/2011_09_26_drive_0070_sync 347 l\n2011_09_26/2011_09_26_drive_0070_sync 361 r\n2011_09_26/2011_09_26_drive_0070_sync 14 r\n2011_09_26/2011_09_26_drive_0070_sync 220 l\n2011_09_26/2011_09_26_drive_0070_sync 204 r\n2011_09_26/2011_09_26_drive_0070_sync 210 r\n2011_09_26/2011_09_26_drive_0070_sync 364 r\n2011_09_26/2011_09_26_drive_0070_sync 179 r\n2011_09_26/2011_09_26_drive_0070_sync 257 r\n2011_09_26/2011_09_26_drive_0070_sync 379 l\n2011_09_26/2011_09_26_drive_0070_sync 326 l\n2011_09_26/2011_09_26_drive_0070_sync 181 r\n2011_09_26/2011_09_26_drive_0070_sync 224 r\n2011_09_26/2011_09_26_drive_0070_sync 123 r\n2011_09_26/2011_09_26_drive_0070_sync 342 l\n2011_09_26/2011_09_26_drive_0070_sync 343 r\n2011_09_26/2011_09_26_drive_0070_sync 290 l\n2011_09_26/2011_09_26_drive_0070_sync 289 l\n2011_09_26/2011_09_26_drive_0070_sync 97 r\n2011_09_26/2011_09_26_drive_0070_sync 351 l\n2011_09_26/2011_09_26_drive_0070_sync 134 l\n2011_09_26/2011_09_26_drive_0070_sync 96 l\n2011_09_26/2011_09_26_drive_0070_sync 218 l\n2011_09_26/2011_09_26_drive_0070_sync 111 r\n2011_09_26/2011_09_26_drive_0070_sync 188 r\n2011_09_26/2011_09_26_drive_0070_sync 249 l\n2011_09_26/2011_09_26_drive_0070_sync 335 l\n2011_09_26/2011_09_26_drive_0070_sync 339 r\n2011_09_26/2011_09_26_drive_0070_sync 74 l\n2011_09_26/2011_09_26_drive_0070_sync 52 r\n2011_09_26/2011_09_26_drive_0070_sync 9 r\n2011_09_26/2011_09_26_drive_0070_sync 288 r\n2011_09_26/2011_09_26_drive_0070_sync 8 r\n2011_09_26/2011_09_26_drive_0070_sync 13 l\n2011_09_26/2011_09_26_drive_0070_sync 338 l\n2011_09_26/2011_09_26_drive_0070_sync 308 r\n2011_09_26/2011_09_26_drive_0070_sync 231 r\n2011_09_26/2011_09_26_drive_0070_sync 10 r\n2011_09_26/2011_09_26_drive_0070_sync 111 l\n2011_09_26/2011_09_26_drive_0070_sync 154 l\n2011_09_26/2011_09_26_drive_0070_sync 384 r\n2011_09_26/2011_09_26_drive_0070_sync 138 l\n2011_09_26/2011_09_26_drive_0070_sync 223 l\n2011_09_26/2011_09_26_drive_0070_sync 333 r\n2011_09_26/2011_09_26_drive_0070_sync 285 r\n2011_09_26/2011_09_26_drive_0070_sync 358 l\n2011_09_26/2011_09_26_drive_0070_sync 115 l\n2011_09_26/2011_09_26_drive_0070_sync 386 l\n2011_09_26/2011_09_26_drive_0070_sync 115 r\n2011_09_26/2011_09_26_drive_0070_sync 89 r\n2011_09_26/2011_09_26_drive_0070_sync 119 l\n2011_09_26/2011_09_26_drive_0070_sync 389 l\n2011_09_26/2011_09_26_drive_0070_sync 48 l\n2011_09_26/2011_09_26_drive_0070_sync 414 r\n2011_09_26/2011_09_26_drive_0070_sync 397 r\n2011_09_26/2011_09_26_drive_0070_sync 53 l\n2011_09_26/2011_09_26_drive_0070_sync 243 l\n2011_09_26/2011_09_26_drive_0070_sync 171 l\n2011_09_26/2011_09_26_drive_0070_sync 311 l\n2011_09_26/2011_09_26_drive_0070_sync 323 l\n2011_09_26/2011_09_26_drive_0070_sync 193 r\n2011_09_26/2011_09_26_drive_0070_sync 340 r\n2011_09_26/2011_09_26_drive_0070_sync 284 l\n2011_09_26/2011_09_26_drive_0070_sync 158 r\n2011_09_26/2011_09_26_drive_0070_sync 299 l\n2011_09_26/2011_09_26_drive_0070_sync 190 l\n2011_09_26/2011_09_26_drive_0070_sync 205 r\n2011_09_26/2011_09_26_drive_0070_sync 385 l\n2011_09_26/2011_09_26_drive_0070_sync 374 r\n2011_09_26/2011_09_26_drive_0070_sync 273 r\n2011_09_26/2011_09_26_drive_0070_sync 415 l\n2011_09_26/2011_09_26_drive_0070_sync 228 l\n2011_09_26/2011_09_26_drive_0070_sync 204 l\n2011_09_26/2011_09_26_drive_0070_sync 39 r\n2011_09_26/2011_09_26_drive_0070_sync 174 l\n2011_09_26/2011_09_26_drive_0070_sync 161 l\n2011_09_26/2011_09_26_drive_0070_sync 281 r\n2011_09_26/2011_09_26_drive_0070_sync 342 r\n2011_09_26/2011_09_26_drive_0070_sync 352 r\n2011_09_26/2011_09_26_drive_0070_sync 197 l\n2011_09_26/2011_09_26_drive_0070_sync 51 r\n2011_09_26/2011_09_26_drive_0070_sync 6 l\n2011_09_26/2011_09_26_drive_0070_sync 363 r\n2011_09_26/2011_09_26_drive_0070_sync 388 r\n2011_09_26/2011_09_26_drive_0070_sync 167 r\n2011_09_26/2011_09_26_drive_0070_sync 112 r\n2011_09_26/2011_09_26_drive_0070_sync 356 r\n2011_09_26/2011_09_26_drive_0070_sync 173 l\n2011_09_26/2011_09_26_drive_0070_sync 43 l\n2011_09_26/2011_09_26_drive_0070_sync 197 r\n2011_09_26/2011_09_26_drive_0070_sync 376 l\n2011_09_26/2011_09_26_drive_0070_sync 231 l\n2011_09_26/2011_09_26_drive_0070_sync 132 r\n2011_09_26/2011_09_26_drive_0070_sync 280 l\n2011_09_26/2011_09_26_drive_0070_sync 173 r\n2011_09_26/2011_09_26_drive_0070_sync 256 r\n2011_09_26/2011_09_26_drive_0070_sync 294 l\n2011_09_26/2011_09_26_drive_0070_sync 180 l\n2011_09_26/2011_09_26_drive_0070_sync 395 r\n2011_09_26/2011_09_26_drive_0070_sync 62 l\n2011_09_26/2011_09_26_drive_0070_sync 270 l\n2011_09_26/2011_09_26_drive_0070_sync 195 l\n2011_09_26/2011_09_26_drive_0070_sync 208 l\n2011_09_26/2011_09_26_drive_0070_sync 3 l\n2011_09_26/2011_09_26_drive_0070_sync 144 l\n2011_09_26/2011_09_26_drive_0070_sync 230 l\n2011_09_26/2011_09_26_drive_0070_sync 219 l\n2011_09_26/2011_09_26_drive_0070_sync 49 l\n2011_09_26/2011_09_26_drive_0070_sync 308 l\n2011_09_26/2011_09_26_drive_0070_sync 36 l\n2011_09_26/2011_09_26_drive_0070_sync 345 r\n2011_09_26/2011_09_26_drive_0070_sync 100 l\n2011_09_26/2011_09_26_drive_0070_sync 246 r\n2011_09_26/2011_09_26_drive_0070_sync 292 l\n2011_09_26/2011_09_26_drive_0070_sync 232 l\n2011_09_26/2011_09_26_drive_0070_sync 194 r\n2011_09_26/2011_09_26_drive_0070_sync 350 r\n2011_09_26/2011_09_26_drive_0070_sync 399 r\n2011_09_26/2011_09_26_drive_0070_sync 175 r\n2011_09_26/2011_09_26_drive_0070_sync 126 r\n2011_09_26/2011_09_26_drive_0070_sync 88 l\n2011_09_26/2011_09_26_drive_0070_sync 287 l\n2011_09_26/2011_09_26_drive_0070_sync 219 r\n2011_09_26/2011_09_26_drive_0070_sync 364 l\n2011_09_26/2011_09_26_drive_0070_sync 172 l\n2011_09_26/2011_09_26_drive_0070_sync 407 r\n2011_09_26/2011_09_26_drive_0070_sync 15 l\n2011_09_26/2011_09_26_drive_0070_sync 243 r\n2011_09_26/2011_09_26_drive_0070_sync 315 r\n2011_09_26/2011_09_26_drive_0070_sync 393 r\n2011_09_26/2011_09_26_drive_0070_sync 131 r\n2011_09_26/2011_09_26_drive_0070_sync 187 l\n2011_09_26/2011_09_26_drive_0070_sync 141 r\n2011_09_26/2011_09_26_drive_0070_sync 122 l\n2011_09_26/2011_09_26_drive_0070_sync 136 r\n2011_09_26/2011_09_26_drive_0070_sync 271 r\n2011_09_26/2011_09_26_drive_0070_sync 224 l\n2011_09_26/2011_09_26_drive_0070_sync 153 l\n2011_09_26/2011_09_26_drive_0070_sync 107 l\n2011_09_26/2011_09_26_drive_0070_sync 34 r\n2011_09_26/2011_09_26_drive_0070_sync 246 l\n2011_09_26/2011_09_26_drive_0070_sync 309 r\n2011_09_26/2011_09_26_drive_0070_sync 131 l\n2011_09_26/2011_09_26_drive_0070_sync 312 r\n2011_09_26/2011_09_26_drive_0070_sync 362 r\n2011_09_26/2011_09_26_drive_0070_sync 293 r\n2011_09_26/2011_09_26_drive_0070_sync 341 r\n2011_09_26/2011_09_26_drive_0070_sync 400 r\n2011_09_26/2011_09_26_drive_0070_sync 67 l\n2011_09_26/2011_09_26_drive_0070_sync 134 r\n2011_09_26/2011_09_26_drive_0070_sync 32 r\n2011_09_26/2011_09_26_drive_0070_sync 250 r\n2011_09_26/2011_09_26_drive_0070_sync 350 l\n2011_09_26/2011_09_26_drive_0070_sync 394 r\n2011_09_26/2011_09_26_drive_0070_sync 145 l\n2011_09_26/2011_09_26_drive_0070_sync 321 l\n2011_09_26/2011_09_26_drive_0070_sync 401 r\n2011_09_26/2011_09_26_drive_0070_sync 332 r\n2011_09_26/2011_09_26_drive_0070_sync 232 r\n2011_09_26/2011_09_26_drive_0070_sync 125 l\n2011_09_26/2011_09_26_drive_0070_sync 186 l\n2011_09_26/2011_09_26_drive_0070_sync 347 r\n2011_09_26/2011_09_26_drive_0070_sync 122 r\n2011_09_26/2011_09_26_drive_0070_sync 44 l\n2011_09_26/2011_09_26_drive_0070_sync 5 l\n2011_09_26/2011_09_26_drive_0070_sync 44 r\n2011_09_26/2011_09_26_drive_0070_sync 37 l\n2011_09_26/2011_09_26_drive_0070_sync 314 r\n2011_09_26/2011_09_26_drive_0070_sync 170 r\n2011_09_26/2011_09_26_drive_0070_sync 262 l\n2011_09_26/2011_09_26_drive_0070_sync 279 r\n2011_09_26/2011_09_26_drive_0070_sync 370 l\n2011_09_26/2011_09_26_drive_0070_sync 97 l\n2011_09_26/2011_09_26_drive_0070_sync 102 r\n2011_09_26/2011_09_26_drive_0070_sync 133 l\n2011_09_26/2011_09_26_drive_0070_sync 53 r\n2011_09_26/2011_09_26_drive_0070_sync 233 r\n2011_09_26/2011_09_26_drive_0070_sync 186 r\n2011_09_26/2011_09_26_drive_0070_sync 202 r\n2011_09_26/2011_09_26_drive_0070_sync 21 r\n2011_09_26/2011_09_26_drive_0070_sync 335 r\n2011_09_26/2011_09_26_drive_0070_sync 110 l\n2011_09_26/2011_09_26_drive_0070_sync 255 l\n2011_09_26/2011_09_26_drive_0070_sync 45 l\n2011_09_26/2011_09_26_drive_0070_sync 217 l\n2011_09_26/2011_09_26_drive_0070_sync 135 l\n2011_09_26/2011_09_26_drive_0070_sync 415 r\n2011_09_26/2011_09_26_drive_0070_sync 230 r\n2011_09_26/2011_09_26_drive_0070_sync 328 r\n2011_09_26/2011_09_26_drive_0070_sync 348 r\n2011_09_26/2011_09_26_drive_0070_sync 42 r\n2011_09_26/2011_09_26_drive_0070_sync 397 l\n2011_09_26/2011_09_26_drive_0070_sync 72 l\n2011_09_26/2011_09_26_drive_0070_sync 238 l\n2011_09_26/2011_09_26_drive_0070_sync 375 l\n2011_09_26/2011_09_26_drive_0070_sync 392 l\n2011_09_26/2011_09_26_drive_0070_sync 105 r\n2011_09_26/2011_09_26_drive_0070_sync 199 r\n2011_09_26/2011_09_26_drive_0070_sync 330 r\n2011_09_26/2011_09_26_drive_0070_sync 229 l\n2011_09_26/2011_09_26_drive_0070_sync 47 r\n2011_09_26/2011_09_26_drive_0070_sync 226 l\n2011_09_26/2011_09_26_drive_0070_sync 209 l\n2011_09_26/2011_09_26_drive_0070_sync 101 l\n2011_09_26/2011_09_26_drive_0070_sync 152 r\n2011_09_26/2011_09_26_drive_0070_sync 334 l\n2011_09_26/2011_09_26_drive_0070_sync 84 r\n2011_09_26/2011_09_26_drive_0070_sync 125 r\n2011_09_26/2011_09_26_drive_0070_sync 412 r\n2011_09_26/2011_09_26_drive_0070_sync 255 r\n2011_09_26/2011_09_26_drive_0070_sync 9 l\n2011_09_26/2011_09_26_drive_0070_sync 310 l\n2011_09_26/2011_09_26_drive_0070_sync 309 l\n2011_09_26/2011_09_26_drive_0070_sync 389 r\n2011_09_26/2011_09_26_drive_0070_sync 132 l\n2011_09_26/2011_09_26_drive_0070_sync 336 l\n2011_09_26/2011_09_26_drive_0070_sync 118 r\n2011_09_26/2011_09_26_drive_0070_sync 392 r\n2011_09_26/2011_09_26_drive_0070_sync 378 r\n2011_09_26/2011_09_26_drive_0070_sync 144 r\n2011_09_26/2011_09_26_drive_0070_sync 388 l\n2011_09_26/2011_09_26_drive_0070_sync 147 r\n2011_09_26/2011_09_26_drive_0070_sync 330 l\n2011_09_26/2011_09_26_drive_0070_sync 25 r\n2011_09_26/2011_09_26_drive_0070_sync 57 r\n2011_09_26/2011_09_26_drive_0070_sync 383 l\n2011_09_26/2011_09_26_drive_0070_sync 242 r\n2011_09_26/2011_09_26_drive_0070_sync 291 l\n2011_09_26/2011_09_26_drive_0070_sync 139 r\n2011_09_26/2011_09_26_drive_0070_sync 17 l\n2011_09_26/2011_09_26_drive_0070_sync 252 r\n2011_09_26/2011_09_26_drive_0070_sync 322 r\n2011_09_26/2011_09_26_drive_0070_sync 304 r\n2011_09_26/2011_09_26_drive_0070_sync 253 r\n2011_09_26/2011_09_26_drive_0070_sync 215 r\n2011_09_26/2011_09_26_drive_0070_sync 49 r\n2011_09_26/2011_09_26_drive_0070_sync 24 r\n2011_09_26/2011_09_26_drive_0070_sync 239 r\n2011_09_26/2011_09_26_drive_0070_sync 16 l\n2011_09_26/2011_09_26_drive_0070_sync 300 l\n2011_09_26/2011_09_26_drive_0070_sync 393 l\n2011_09_26/2011_09_26_drive_0070_sync 387 l\n2011_09_26/2011_09_26_drive_0070_sync 66 l\n2011_09_26/2011_09_26_drive_0070_sync 290 r\n2011_09_26/2011_09_26_drive_0070_sync 354 l\n2011_09_26/2011_09_26_drive_0070_sync 146 l\n2011_09_26/2011_09_26_drive_0070_sync 193 l\n2011_09_26/2011_09_26_drive_0070_sync 408 l\n2011_09_26/2011_09_26_drive_0070_sync 341 l\n2011_09_26/2011_09_26_drive_0070_sync 133 r\n2011_09_26/2011_09_26_drive_0070_sync 126 l\n2011_09_26/2011_09_26_drive_0070_sync 212 r\n2011_09_26/2011_09_26_drive_0070_sync 17 r\n2011_09_26/2011_09_26_drive_0070_sync 326 r\n2011_09_26/2011_09_26_drive_0070_sync 337 r\n2011_09_26/2011_09_26_drive_0070_sync 301 l\n2011_09_26/2011_09_26_drive_0070_sync 410 l\n2011_09_26/2011_09_26_drive_0070_sync 96 r\n2011_09_26/2011_09_26_drive_0070_sync 69 r\n2011_09_26/2011_09_26_drive_0070_sync 206 r\n2011_09_26/2011_09_26_drive_0070_sync 340 l\n2011_09_26/2011_09_26_drive_0070_sync 327 l\n2011_09_26/2011_09_26_drive_0070_sync 406 r\n2011_09_26/2011_09_26_drive_0070_sync 295 l\n2011_09_26/2011_09_26_drive_0070_sync 346 r\n2011_09_26/2011_09_26_drive_0070_sync 221 r\n2011_09_26/2011_09_26_drive_0070_sync 41 r\n2011_09_26/2011_09_26_drive_0070_sync 128 r\n2011_09_26/2011_09_26_drive_0070_sync 11 r\n2011_09_26/2011_09_26_drive_0070_sync 92 l\n2011_09_26/2011_09_26_drive_0070_sync 23 l\n2011_09_26/2011_09_26_drive_0070_sync 241 l\n2011_09_26/2011_09_26_drive_0070_sync 84 l\n2011_09_26/2011_09_26_drive_0070_sync 39 l\n2011_09_26/2011_09_26_drive_0070_sync 33 l\n2011_09_26/2011_09_26_drive_0070_sync 416 r\n2011_09_26/2011_09_26_drive_0070_sync 81 r\n2011_09_26/2011_09_26_drive_0070_sync 318 r\n2011_09_26/2011_09_26_drive_0070_sync 169 r\n2011_09_26/2011_09_26_drive_0070_sync 222 l\n2011_09_26/2011_09_26_drive_0070_sync 65 l\n2011_09_26/2011_09_26_drive_0070_sync 368 l\n2011_09_26/2011_09_26_drive_0070_sync 371 r\n2011_09_26/2011_09_26_drive_0070_sync 103 l\n2011_09_26/2011_09_26_drive_0070_sync 329 l\n2011_09_26/2011_09_26_drive_0070_sync 227 r\n2011_09_26/2011_09_26_drive_0070_sync 233 l\n2011_09_26/2011_09_26_drive_0070_sync 405 r\n2011_09_26/2011_09_26_drive_0070_sync 103 r\n2011_09_26/2011_09_26_drive_0070_sync 203 l\n2011_09_26/2011_09_26_drive_0070_sync 118 l\n2011_09_26/2011_09_26_drive_0070_sync 372 l\n2011_09_26/2011_09_26_drive_0070_sync 185 r\n2011_09_26/2011_09_26_drive_0070_sync 76 r\n2011_09_26/2011_09_26_drive_0070_sync 225 l\n2011_09_26/2011_09_26_drive_0070_sync 28 l\n2011_09_26/2011_09_26_drive_0070_sync 302 l\n2011_09_26/2011_09_26_drive_0070_sync 260 r\n2011_09_26/2011_09_26_drive_0070_sync 195 r\n2011_09_26/2011_09_26_drive_0070_sync 371 l\n2011_09_26/2011_09_26_drive_0070_sync 123 l\n2011_09_26/2011_09_26_drive_0070_sync 404 r\n2011_09_26/2011_09_26_drive_0070_sync 206 l\n2011_09_26/2011_09_26_drive_0070_sync 413 r\n2011_09_26/2011_09_26_drive_0070_sync 314 l\n2011_09_26/2011_09_26_drive_0070_sync 207 l\n2011_09_26/2011_09_26_drive_0070_sync 322 l\n2011_09_26/2011_09_26_drive_0070_sync 148 l\n2011_09_26/2011_09_26_drive_0070_sync 147 l\n2011_09_26/2011_09_26_drive_0070_sync 155 r\n2011_09_26/2011_09_26_drive_0070_sync 301 r\n2011_09_26/2011_09_26_drive_0070_sync 78 l\n2011_09_26/2011_09_26_drive_0070_sync 251 l\n2011_09_26/2011_09_26_drive_0070_sync 13 r\n2011_09_26/2011_09_26_drive_0070_sync 251 r\n2011_09_26/2011_09_26_drive_0070_sync 29 r\n2011_09_26/2011_09_26_drive_0070_sync 85 r\n2011_09_26/2011_09_26_drive_0070_sync 156 r\n2011_09_26/2011_09_26_drive_0070_sync 88 r\n2011_09_26/2011_09_26_drive_0070_sync 107 r\n2011_09_26/2011_09_26_drive_0070_sync 46 r\n2011_09_26/2011_09_26_drive_0070_sync 207 r\n2011_09_26/2011_09_26_drive_0070_sync 36 r\n2011_09_26/2011_09_26_drive_0070_sync 404 l\n2011_09_26/2011_09_26_drive_0070_sync 375 r\n2011_09_26/2011_09_26_drive_0070_sync 332 l\n2011_09_26/2011_09_26_drive_0070_sync 265 l\n2011_09_26/2011_09_26_drive_0070_sync 198 r\n2011_09_26/2011_09_26_drive_0070_sync 46 l\n2011_09_26/2011_09_26_drive_0070_sync 218 r\n2011_09_26/2011_09_26_drive_0070_sync 18 r\n2011_09_26/2011_09_26_drive_0070_sync 269 r\n2011_09_26/2011_09_26_drive_0070_sync 151 l\n2011_09_26/2011_09_26_drive_0070_sync 93 l\n2011_09_26/2011_09_26_drive_0070_sync 403 r\n2011_09_26/2011_09_26_drive_0070_sync 352 l\n2011_09_26/2011_09_26_drive_0070_sync 379 r\n2011_09_26/2011_09_26_drive_0070_sync 12 r\n2011_09_26/2011_09_26_drive_0070_sync 285 l\n2011_09_26/2011_09_26_drive_0070_sync 86 r\n2011_09_26/2011_09_26_drive_0070_sync 99 l\n2011_09_26/2011_09_26_drive_0070_sync 70 l\n2011_09_26/2011_09_26_drive_0070_sync 65 r\n2011_09_26/2011_09_26_drive_0070_sync 92 r\n2011_09_26/2011_09_26_drive_0070_sync 267 l\n2011_09_26/2011_09_26_drive_0070_sync 57 l\n2011_09_26/2011_09_26_drive_0070_sync 30 r\n2011_09_26/2011_09_26_drive_0070_sync 380 l\n2011_09_26/2011_09_26_drive_0070_sync 272 r\n2011_09_26/2011_09_26_drive_0070_sync 149 r\n2011_09_26/2011_09_26_drive_0070_sync 127 r\n2011_09_26/2011_09_26_drive_0070_sync 401 l\n2011_09_26/2011_09_26_drive_0070_sync 113 r\n2011_09_26/2011_09_26_drive_0070_sync 120 r\n2011_09_26/2011_09_26_drive_0070_sync 372 r\n2011_09_26/2011_09_26_drive_0070_sync 140 r\n2011_09_26/2011_09_26_drive_0070_sync 216 r\n2011_09_26/2011_09_26_drive_0070_sync 394 l\n2011_09_26/2011_09_26_drive_0070_sync 60 r\n2011_09_26/2011_09_26_drive_0070_sync 412 l\n2011_09_26/2011_09_26_drive_0070_sync 300 r\n2011_09_26/2011_09_26_drive_0070_sync 77 r\n2011_09_26/2011_09_26_drive_0070_sync 316 l\n2011_09_26/2011_09_26_drive_0070_sync 283 r\n2011_09_26/2011_09_26_drive_0070_sync 382 r\n2011_09_26/2011_09_26_drive_0070_sync 355 l\n2011_09_26/2011_09_26_drive_0070_sync 266 r\n2011_09_26/2011_09_26_drive_0070_sync 305 r\n2011_09_26/2011_09_26_drive_0070_sync 159 l\n2011_09_26/2011_09_26_drive_0070_sync 260 l\n2011_09_26/2011_09_26_drive_0070_sync 318 l\n2011_09_26/2011_09_26_drive_0070_sync 383 r\n2011_09_26/2011_09_26_drive_0070_sync 220 r\n2011_09_26/2011_09_26_drive_0070_sync 313 l\n2011_09_26/2011_09_26_drive_0070_sync 7 r\n2011_09_26/2011_09_26_drive_0070_sync 101 r\n2011_09_26/2011_09_26_drive_0070_sync 276 r\n2011_09_26/2011_09_26_drive_0070_sync 216 l\n2011_09_26/2011_09_26_drive_0070_sync 98 l\n2011_09_26/2011_09_26_drive_0070_sync 247 l\n2011_09_26/2011_09_26_drive_0070_sync 390 l\n2011_09_26/2011_09_26_drive_0070_sync 18 l\n2011_09_26/2011_09_26_drive_0070_sync 380 r\n2011_09_26/2011_09_26_drive_0070_sync 357 l\n2011_09_26/2011_09_26_drive_0070_sync 298 r\n2011_09_26/2011_09_26_drive_0070_sync 363 l\n2011_09_26/2011_09_26_drive_0070_sync 176 l\n2011_09_26/2011_09_26_drive_0070_sync 106 l\n2011_09_26/2011_09_26_drive_0070_sync 54 r\n2011_09_26/2011_09_26_drive_0070_sync 170 l\n2011_09_26/2011_09_26_drive_0070_sync 60 l\n2011_09_26/2011_09_26_drive_0070_sync 277 l\n2011_09_26/2011_09_26_drive_0070_sync 390 r\n2011_09_26/2011_09_26_drive_0070_sync 291 r\n2011_09_26/2011_09_26_drive_0070_sync 377 r\n2011_09_26/2011_09_26_drive_0070_sync 137 r\n2011_09_26/2011_09_26_drive_0070_sync 209 r\n2011_09_26/2011_09_26_drive_0070_sync 5 r\n2011_09_26/2011_09_26_drive_0070_sync 79 r\n2011_09_26/2011_09_26_drive_0070_sync 228 r\n2011_09_26/2011_09_26_drive_0070_sync 87 l\n2011_09_26/2011_09_26_drive_0070_sync 141 l\n2011_09_26/2011_09_26_drive_0070_sync 183 r\n2011_09_26/2011_09_26_drive_0070_sync 163 l\n2011_09_26/2011_09_26_drive_0070_sync 365 r\n2011_09_26/2011_09_26_drive_0070_sync 244 l\n2011_09_26/2011_09_26_drive_0070_sync 211 l\n2011_09_26/2011_09_26_drive_0070_sync 89 l\n2011_09_26/2011_09_26_drive_0070_sync 278 r\n2011_09_26/2011_09_26_drive_0070_sync 346 l\n2011_09_26/2011_09_26_drive_0070_sync 240 r\n2011_09_26/2011_09_26_drive_0070_sync 64 l\n2011_09_26/2011_09_26_drive_0070_sync 42 l\n2011_09_26/2011_09_26_drive_0070_sync 120 l\n2011_09_26/2011_09_26_drive_0070_sync 58 l\n2011_09_26/2011_09_26_drive_0070_sync 38 r\n2011_09_26/2011_09_26_drive_0070_sync 386 r\n2011_09_26/2011_09_26_drive_0070_sync 154 r\n2011_09_26/2011_09_26_drive_0070_sync 268 r\n2011_09_26/2011_09_26_drive_0070_sync 117 r\n2011_09_26/2011_09_26_drive_0070_sync 215 l\n2011_09_26/2011_09_26_drive_0070_sync 287 r\n2011_09_26/2011_09_26_drive_0070_sync 325 l\n2011_09_26/2011_09_26_drive_0070_sync 196 l\n2011_09_26/2011_09_26_drive_0070_sync 91 l\n2011_09_26/2011_09_26_drive_0070_sync 128 l\n2011_09_26/2011_09_26_drive_0070_sync 384 l\n2011_09_26/2011_09_26_drive_0070_sync 166 l\n2011_09_26/2011_09_26_drive_0070_sync 344 l\n2011_09_26/2011_09_26_drive_0070_sync 259 r\n2011_09_26/2011_09_26_drive_0070_sync 33 r\n2011_09_26/2011_09_26_drive_0070_sync 114 r\n2011_09_26/2011_09_26_drive_0070_sync 331 l\n2011_09_26/2011_09_26_drive_0070_sync 54 l\n2011_09_26/2011_09_26_drive_0070_sync 373 l\n2011_09_26/2011_09_26_drive_0070_sync 334 r\n2011_09_26/2011_09_26_drive_0070_sync 102 l\n2011_09_26/2011_09_26_drive_0070_sync 182 r\n2011_09_26/2011_09_26_drive_0070_sync 387 r\n2011_09_26/2011_09_26_drive_0070_sync 143 l\n2011_09_26/2011_09_26_drive_0070_sync 160 r\n2011_09_26/2011_09_26_drive_0070_sync 174 r\n2011_09_26/2011_09_26_drive_0070_sync 399 l\n2011_09_26/2011_09_26_drive_0070_sync 27 l\n2011_09_26/2011_09_26_drive_0070_sync 91 r\n2011_09_26/2011_09_26_drive_0070_sync 279 l\n2011_09_26/2011_09_26_drive_0070_sync 58 r\n2011_09_26/2011_09_26_drive_0070_sync 82 l\n2011_09_26/2011_09_26_drive_0070_sync 158 l\n2011_09_26/2011_09_26_drive_0070_sync 56 r\n2011_09_26/2011_09_26_drive_0070_sync 270 r\n2011_09_26/2011_09_26_drive_0070_sync 385 r\n2011_09_26/2011_09_26_drive_0070_sync 71 r\n2011_09_26/2011_09_26_drive_0070_sync 150 r\n2011_09_26/2011_09_26_drive_0070_sync 43 r\n2011_09_26/2011_09_26_drive_0070_sync 317 l\n2011_09_26/2011_09_26_drive_0070_sync 87 r\n2011_09_26/2011_09_26_drive_0070_sync 381 r\n2011_09_26/2011_09_26_drive_0070_sync 398 r\n2011_09_26/2011_09_26_drive_0070_sync 137 l\n2011_09_26/2011_09_26_drive_0070_sync 165 l\n2011_09_26/2011_09_26_drive_0070_sync 303 l\n2011_09_26/2011_09_26_drive_0070_sync 357 r\n2011_09_26/2011_09_26_drive_0070_sync 178 l\n2011_09_26/2011_09_26_drive_0070_sync 172 r\n2011_09_26/2011_09_26_drive_0070_sync 223 r\n2011_09_26/2011_09_26_drive_0070_sync 124 r\n2011_09_26/2011_09_26_drive_0070_sync 213 r\n2011_09_26/2011_09_26_drive_0070_sync 81 l\n2011_09_26/2011_09_26_drive_0070_sync 12 l\n2011_09_26/2011_09_26_drive_0070_sync 282 r\n2011_09_26/2011_09_26_drive_0070_sync 106 r\n2011_09_26/2011_09_26_drive_0070_sync 293 l\n2011_09_26/2011_09_26_drive_0070_sync 349 l\n2011_09_26/2011_09_26_drive_0070_sync 94 l\n2011_09_26/2011_09_26_drive_0070_sync 283 l\n2011_09_26/2011_09_26_drive_0070_sync 348 l\n2011_09_26/2011_09_26_drive_0070_sync 362 l\n2011_09_26/2011_09_26_drive_0070_sync 264 l\n2011_09_26/2011_09_26_drive_0070_sync 83 l\n2011_09_26/2011_09_26_drive_0070_sync 48 r\n2011_09_26/2011_09_26_drive_0070_sync 129 l\n2011_09_26/2011_09_26_drive_0070_sync 164 r\n2011_09_26/2011_09_26_drive_0070_sync 202 l\n2011_09_26/2011_09_26_drive_0070_sync 187 r\n2011_09_26/2011_09_26_drive_0070_sync 116 r\n2011_09_26/2011_09_26_drive_0070_sync 177 r\n2011_09_26/2011_09_26_drive_0070_sync 272 l\n2011_09_26/2011_09_26_drive_0070_sync 178 r\n2011_09_26/2011_09_26_drive_0070_sync 31 l\n2011_09_26/2011_09_26_drive_0070_sync 248 r\n2011_09_26/2011_09_26_drive_0070_sync 182 l\n2011_09_26/2011_09_26_drive_0070_sync 179 l\n2011_09_26/2011_09_26_drive_0070_sync 284 r\n2011_09_26/2011_09_26_drive_0070_sync 320 r\n2011_09_26/2011_09_26_drive_0070_sync 296 r\n2011_09_26/2011_09_26_drive_0070_sync 391 l\n2011_09_26/2011_09_26_drive_0070_sync 344 r\n2011_09_26/2011_09_26_drive_0070_sync 236 l\n2011_09_26/2011_09_26_drive_0070_sync 79 l\n2011_09_26/2011_09_26_drive_0070_sync 280 r\n2011_09_26/2011_09_26_drive_0070_sync 402 l\n2011_09_26/2011_09_26_drive_0070_sync 286 l\n2011_09_26/2011_09_26_drive_0070_sync 414 l\n2011_09_26/2011_09_26_drive_0070_sync 274 r\n2011_09_26/2011_09_26_drive_0070_sync 305 l\n2011_09_26/2011_09_26_drive_0070_sync 267 r\n2011_09_26/2011_09_26_drive_0070_sync 227 l\n2011_09_26/2011_09_26_drive_0070_sync 148 r\n2011_09_26/2011_09_26_drive_0070_sync 185 l\n2011_09_26/2011_09_26_drive_0070_sync 411 l\n2011_09_26/2011_09_26_drive_0070_sync 321 r\n2011_09_26/2011_09_26_drive_0070_sync 367 r\n2011_09_26/2011_09_26_drive_0070_sync 236 r\n2011_09_26/2011_09_26_drive_0070_sync 217 r\n2011_09_26/2011_09_26_drive_0070_sync 254 r\n2011_09_26/2011_09_26_drive_0070_sync 241 r\n2011_09_26/2011_09_26_drive_0070_sync 78 r\n2011_09_26/2011_09_26_drive_0070_sync 360 l\n2011_09_26/2011_09_26_drive_0070_sync 50 l\n2011_09_26/2011_09_26_drive_0070_sync 306 r\n2011_09_26/2011_09_26_drive_0070_sync 99 r\n2011_09_26/2011_09_26_drive_0070_sync 121 r\n2011_09_26/2011_09_26_drive_0070_sync 119 r\n2011_09_26/2011_09_26_drive_0070_sync 366 l\n2011_09_26/2011_09_26_drive_0070_sync 166 r\n2011_09_26/2011_09_26_drive_0070_sync 296 l\n2011_09_26/2011_09_26_drive_0070_sync 40 l\n2011_09_26/2011_09_26_drive_0070_sync 80 l\n2011_09_26/2011_09_26_drive_0070_sync 139 l\n2011_09_26/2011_09_26_drive_0070_sync 162 l\n2011_09_26/2011_09_26_drive_0070_sync 254 l\n2011_09_26/2011_09_26_drive_0070_sync 273 l\n2011_09_26/2011_09_26_drive_0070_sync 80 r\n2011_09_26/2011_09_26_drive_0070_sync 313 r\n2011_09_26/2011_09_26_drive_0070_sync 124 l\n2011_09_26/2011_09_26_drive_0070_sync 184 r\n2011_09_26/2011_09_26_drive_0070_sync 266 l\n2011_09_26/2011_09_26_drive_0070_sync 142 l\n2011_09_26/2011_09_26_drive_0070_sync 157 l\n2011_09_26/2011_09_26_drive_0070_sync 359 r\n2011_09_26/2011_09_26_drive_0070_sync 152 l\n2011_09_26/2011_09_26_drive_0070_sync 6 r\n2011_09_26/2011_09_26_drive_0070_sync 333 l\n2011_09_26/2011_09_26_drive_0070_sync 188 l\n2011_09_26/2011_09_26_drive_0070_sync 108 r\n2011_09_26/2011_09_26_drive_0070_sync 155 l\n2011_09_26/2011_09_26_drive_0070_sync 181 l\n2011_09_26/2011_09_26_drive_0070_sync 317 r\n2011_09_26/2011_09_26_drive_0070_sync 214 l\n2011_09_26/2011_09_26_drive_0070_sync 343 l\n2011_09_26/2011_09_26_drive_0070_sync 381 l\n2011_09_26/2011_09_26_drive_0070_sync 261 l\n2011_09_26/2011_09_26_drive_0070_sync 180 r\n2011_09_26/2011_09_26_drive_0070_sync 263 l\n2011_09_26/2011_09_26_drive_0070_sync 34 l\n2011_09_26/2011_09_26_drive_0070_sync 71 l\n2011_09_26/2011_09_26_drive_0070_sync 374 l\n2011_09_26/2011_09_26_drive_0070_sync 45 r\n2011_09_26/2011_09_26_drive_0070_sync 191 l\n2011_09_26/2011_09_26_drive_0070_sync 249 r\n2011_09_26/2011_09_26_drive_0070_sync 117 l\n2011_09_26/2011_09_26_drive_0070_sync 338 r\n2011_09_26/2011_09_26_drive_0070_sync 368 r\n2011_09_26/2011_09_26_drive_0070_sync 55 l\n2011_09_26/2011_09_26_drive_0070_sync 31 r\n2011_09_26/2011_09_26_drive_0070_sync 269 l\n2011_09_26/2011_09_26_drive_0070_sync 22 r\n2011_09_26/2011_09_26_drive_0070_sync 324 l\n2011_09_26/2011_09_26_drive_0070_sync 212 l\n2011_09_26/2011_09_26_drive_0070_sync 61 l\n2011_09_26/2011_09_26_drive_0070_sync 395 l\n2011_09_26/2011_09_26_drive_0070_sync 59 l\n2011_09_26/2011_09_26_drive_0070_sync 297 l\n2011_09_26/2011_09_26_drive_0070_sync 302 r\n2011_09_26/2011_09_26_drive_0070_sync 378 l\n2011_09_26/2011_09_26_drive_0070_sync 361 l\n2011_09_26/2011_09_26_drive_0070_sync 210 l\n2011_09_26/2011_09_26_drive_0070_sync 156 l\n2011_09_26/2011_09_26_drive_0070_sync 51 l\n2011_09_26/2011_09_26_drive_0070_sync 239 l\n2011_09_26/2011_09_26_drive_0070_sync 319 r\n2011_09_26/2011_09_26_drive_0070_sync 167 l\n2011_09_26/2011_09_26_drive_0070_sync 303 r\n2011_09_26/2011_09_26_drive_0070_sync 327 r\n2011_09_26/2011_09_26_drive_0070_sync 359 l\n2011_09_26/2011_09_26_drive_0070_sync 151 r\n2011_09_26/2011_09_26_drive_0070_sync 307 l\n2011_09_26/2011_09_26_drive_0070_sync 62 r\n2011_09_26/2011_09_26_drive_0070_sync 56 l\n2011_09_26/2011_09_26_drive_0070_sync 413 l\n2011_09_26/2011_09_26_drive_0070_sync 356 l\n2011_09_26/2011_09_26_drive_0070_sync 226 r\n2011_09_26/2011_09_26_drive_0070_sync 271 l\n2011_09_26/2011_09_26_drive_0070_sync 25 l\n2011_09_26/2011_09_26_drive_0070_sync 168 r\n2011_09_26/2011_09_26_drive_0070_sync 262 r\n2011_09_26/2011_09_26_drive_0070_sync 47 l\n2011_09_26/2011_09_26_drive_0070_sync 82 r\n2011_09_26/2011_09_26_drive_0070_sync 35 l\n2011_09_26/2011_09_26_drive_0070_sync 164 l\n2011_09_26/2011_09_26_drive_0070_sync 349 r\n2011_09_26/2011_09_26_drive_0070_sync 95 r\n2011_09_26/2011_09_26_drive_0070_sync 252 l\n2011_09_26/2011_09_26_drive_0070_sync 63 l\n2011_09_26/2011_09_26_drive_0070_sync 203 r\n2011_09_26/2011_09_26_drive_0070_sync 196 r\n2011_09_26/2011_09_26_drive_0070_sync 402 r\n2011_09_26/2011_09_26_drive_0070_sync 323 r\n2011_09_26/2011_09_26_drive_0070_sync 299 r\n2011_09_26/2011_09_26_drive_0070_sync 153 r\n2011_09_26/2011_09_26_drive_0070_sync 26 r\n2011_09_26/2011_09_26_drive_0070_sync 222 r\n2011_09_26/2011_09_26_drive_0070_sync 315 l\n2011_09_26/2011_09_26_drive_0070_sync 61 r\n2011_09_26/2011_09_26_drive_0070_sync 184 l\n2011_09_26/2011_09_26_drive_0070_sync 75 l\n2011_09_26/2011_09_26_drive_0070_sync 310 r\n2011_09_26/2011_09_26_drive_0070_sync 225 r\n2011_09_26/2011_09_26_drive_0070_sync 324 r\n2011_09_26/2011_09_26_drive_0070_sync 41 l\n2011_09_26/2011_09_26_drive_0070_sync 307 r\n2011_09_26/2011_09_26_drive_0070_sync 276 l\n2011_09_26/2011_09_26_drive_0070_sync 157 r\n2011_09_26/2011_09_26_drive_0070_sync 23 r\n2011_09_26/2011_09_26_drive_0070_sync 382 l\n2011_09_26/2011_09_26_drive_0070_sync 40 r\n2011_09_26/2011_09_26_drive_0070_sync 391 r\n2011_09_26/2011_09_26_drive_0070_sync 365 l\n2011_09_26/2011_09_26_drive_0070_sync 247 r\n2011_09_26/2011_09_26_drive_0070_sync 52 l\n2011_09_26/2011_09_26_drive_0070_sync 90 r\n2011_09_26/2011_09_26_drive_0070_sync 265 r\n2011_09_26/2011_09_26_drive_0070_sync 98 r\n2011_09_26/2011_09_26_drive_0070_sync 200 l\n2011_09_26/2011_09_26_drive_0070_sync 366 r\n2011_09_26/2011_09_26_drive_0070_sync 146 r\n2011_09_26/2011_09_26_drive_0070_sync 24 l\n2011_09_26/2011_09_26_drive_0070_sync 240 l\n2011_09_26/2011_09_26_drive_0070_sync 355 r\n2011_09_26/2011_09_26_drive_0070_sync 369 l\n2011_09_26/2011_09_26_drive_0070_sync 192 r\n2011_09_26/2011_09_26_drive_0070_sync 171 r\n2011_09_26/2011_09_26_drive_0070_sync 27 r\n2011_09_26/2011_09_26_drive_0070_sync 319 l\n2011_09_26/2011_09_26_drive_0070_sync 142 r\n2011_09_26/2011_09_26_drive_0070_sync 248 l\n2011_09_26/2011_09_26_drive_0070_sync 373 r\n2011_09_26/2011_09_26_drive_0070_sync 59 r\n2011_09_26/2011_09_26_drive_0070_sync 160 l\n2011_09_26/2011_09_26_drive_0070_sync 403 l\n2011_09_26/2011_09_26_drive_0070_sync 163 r\n2011_09_26/2011_09_26_drive_0070_sync 281 l\n2011_09_26/2011_09_26_drive_0070_sync 30 l\n2011_09_26/2011_09_26_drive_0070_sync 304 l\n2011_09_26/2011_09_26_drive_0070_sync 261 r\n2011_09_26/2011_09_26_drive_0070_sync 183 l\n2011_09_26/2011_09_26_drive_0070_sync 11 l\n2011_09_30/2011_09_30_drive_0034_sync 371 r\n2011_09_30/2011_09_30_drive_0034_sync 839 r\n2011_09_30/2011_09_30_drive_0034_sync 544 l\n2011_09_30/2011_09_30_drive_0034_sync 33 l\n2011_09_30/2011_09_30_drive_0034_sync 14 l\n2011_09_30/2011_09_30_drive_0034_sync 720 l\n2011_09_30/2011_09_30_drive_0034_sync 30 r\n2011_09_30/2011_09_30_drive_0034_sync 775 l\n2011_09_30/2011_09_30_drive_0034_sync 979 r\n2011_09_30/2011_09_30_drive_0034_sync 307 r\n2011_09_30/2011_09_30_drive_0034_sync 135 r\n2011_09_30/2011_09_30_drive_0034_sync 214 r\n2011_09_30/2011_09_30_drive_0034_sync 310 l\n2011_09_30/2011_09_30_drive_0034_sync 983 r\n2011_09_30/2011_09_30_drive_0034_sync 168 r\n2011_09_30/2011_09_30_drive_0034_sync 608 r\n2011_09_30/2011_09_30_drive_0034_sync 134 r\n2011_09_30/2011_09_30_drive_0034_sync 515 r\n2011_09_30/2011_09_30_drive_0034_sync 986 r\n2011_09_30/2011_09_30_drive_0034_sync 366 r\n2011_09_30/2011_09_30_drive_0034_sync 28 r\n2011_09_30/2011_09_30_drive_0034_sync 113 l\n2011_09_30/2011_09_30_drive_0034_sync 219 r\n2011_09_30/2011_09_30_drive_0034_sync 722 l\n2011_09_30/2011_09_30_drive_0034_sync 976 l\n2011_09_30/2011_09_30_drive_0034_sync 788 l\n2011_09_30/2011_09_30_drive_0034_sync 160 r\n2011_09_30/2011_09_30_drive_0034_sync 1097 r\n2011_09_30/2011_09_30_drive_0034_sync 753 l\n2011_09_30/2011_09_30_drive_0034_sync 1115 l\n2011_09_30/2011_09_30_drive_0034_sync 924 r\n2011_09_30/2011_09_30_drive_0034_sync 809 r\n2011_09_30/2011_09_30_drive_0034_sync 1113 r\n2011_09_30/2011_09_30_drive_0034_sync 966 l\n2011_09_30/2011_09_30_drive_0034_sync 93 r\n2011_09_30/2011_09_30_drive_0034_sync 805 l\n2011_09_30/2011_09_30_drive_0034_sync 656 r\n2011_09_30/2011_09_30_drive_0034_sync 1136 r\n2011_09_30/2011_09_30_drive_0034_sync 97 r\n2011_09_30/2011_09_30_drive_0034_sync 969 r\n2011_09_30/2011_09_30_drive_0034_sync 397 r\n2011_09_30/2011_09_30_drive_0034_sync 792 l\n2011_09_30/2011_09_30_drive_0034_sync 967 l\n2011_09_30/2011_09_30_drive_0034_sync 696 r\n2011_09_30/2011_09_30_drive_0034_sync 57 l\n2011_09_30/2011_09_30_drive_0034_sync 456 l\n2011_09_30/2011_09_30_drive_0034_sync 123 r\n2011_09_30/2011_09_30_drive_0034_sync 1044 l\n2011_09_30/2011_09_30_drive_0034_sync 317 l\n2011_09_30/2011_09_30_drive_0034_sync 21 l\n2011_09_30/2011_09_30_drive_0034_sync 524 l\n2011_09_30/2011_09_30_drive_0034_sync 82 l\n2011_09_30/2011_09_30_drive_0034_sync 969 l\n2011_09_30/2011_09_30_drive_0034_sync 433 l\n2011_09_30/2011_09_30_drive_0034_sync 629 r\n2011_09_30/2011_09_30_drive_0034_sync 19 l\n2011_09_30/2011_09_30_drive_0034_sync 993 r\n2011_09_30/2011_09_30_drive_0034_sync 144 r\n2011_09_30/2011_09_30_drive_0034_sync 987 r\n2011_09_30/2011_09_30_drive_0034_sync 634 l\n2011_09_30/2011_09_30_drive_0034_sync 313 r\n2011_09_30/2011_09_30_drive_0034_sync 653 l\n2011_09_30/2011_09_30_drive_0034_sync 716 l\n2011_09_30/2011_09_30_drive_0034_sync 509 l\n2011_09_30/2011_09_30_drive_0034_sync 841 r\n2011_09_30/2011_09_30_drive_0034_sync 977 l\n2011_09_30/2011_09_30_drive_0034_sync 88 r\n2011_09_30/2011_09_30_drive_0034_sync 35 l\n2011_09_30/2011_09_30_drive_0034_sync 330 r\n2011_09_30/2011_09_30_drive_0034_sync 847 l\n2011_09_30/2011_09_30_drive_0034_sync 460 r\n2011_09_30/2011_09_30_drive_0034_sync 139 r\n2011_09_30/2011_09_30_drive_0034_sync 742 r\n2011_09_30/2011_09_30_drive_0034_sync 941 l\n2011_09_30/2011_09_30_drive_0034_sync 144 l\n2011_09_30/2011_09_30_drive_0034_sync 283 l\n2011_09_30/2011_09_30_drive_0034_sync 289 l\n2011_09_30/2011_09_30_drive_0034_sync 242 l\n2011_09_30/2011_09_30_drive_0034_sync 35 r\n2011_09_30/2011_09_30_drive_0034_sync 878 r\n2011_09_30/2011_09_30_drive_0034_sync 1075 r\n2011_09_30/2011_09_30_drive_0034_sync 277 r\n2011_09_30/2011_09_30_drive_0034_sync 244 r\n2011_09_30/2011_09_30_drive_0034_sync 272 l\n2011_09_30/2011_09_30_drive_0034_sync 251 l\n2011_09_30/2011_09_30_drive_0034_sync 133 l\n2011_09_30/2011_09_30_drive_0034_sync 666 r\n2011_09_30/2011_09_30_drive_0034_sync 216 l\n2011_09_30/2011_09_30_drive_0034_sync 1136 l\n2011_09_30/2011_09_30_drive_0034_sync 421 l\n2011_09_30/2011_09_30_drive_0034_sync 98 r\n2011_09_30/2011_09_30_drive_0034_sync 497 l\n2011_09_30/2011_09_30_drive_0034_sync 1003 r\n2011_09_30/2011_09_30_drive_0034_sync 241 l\n2011_09_30/2011_09_30_drive_0034_sync 521 r\n2011_09_30/2011_09_30_drive_0034_sync 693 r\n2011_09_30/2011_09_30_drive_0034_sync 954 r\n2011_09_30/2011_09_30_drive_0034_sync 218 l\n2011_09_30/2011_09_30_drive_0034_sync 415 r\n2011_09_30/2011_09_30_drive_0034_sync 474 l\n2011_09_30/2011_09_30_drive_0034_sync 564 r\n2011_09_30/2011_09_30_drive_0034_sync 37 r\n2011_09_30/2011_09_30_drive_0034_sync 105 l\n2011_09_30/2011_09_30_drive_0034_sync 297 r\n2011_09_30/2011_09_30_drive_0034_sync 155 l\n2011_09_30/2011_09_30_drive_0034_sync 710 r\n2011_09_30/2011_09_30_drive_0034_sync 748 l\n2011_09_30/2011_09_30_drive_0034_sync 597 r\n2011_09_30/2011_09_30_drive_0034_sync 437 r\n2011_09_30/2011_09_30_drive_0034_sync 539 l\n2011_09_30/2011_09_30_drive_0034_sync 840 l\n2011_09_30/2011_09_30_drive_0034_sync 856 r\n2011_09_30/2011_09_30_drive_0034_sync 1039 r\n2011_09_30/2011_09_30_drive_0034_sync 899 r\n2011_09_30/2011_09_30_drive_0034_sync 238 l\n2011_09_30/2011_09_30_drive_0034_sync 463 r\n2011_09_30/2011_09_30_drive_0034_sync 747 l\n2011_09_30/2011_09_30_drive_0034_sync 1066 r\n2011_09_30/2011_09_30_drive_0034_sync 233 l\n2011_09_30/2011_09_30_drive_0034_sync 159 r\n2011_09_30/2011_09_30_drive_0034_sync 1035 l\n2011_09_30/2011_09_30_drive_0034_sync 922 r\n2011_09_30/2011_09_30_drive_0034_sync 263 l\n2011_09_30/2011_09_30_drive_0034_sync 1081 l\n2011_09_30/2011_09_30_drive_0034_sync 128 r\n2011_09_30/2011_09_30_drive_0034_sync 52 r\n2011_09_30/2011_09_30_drive_0034_sync 485 l\n2011_09_30/2011_09_30_drive_0034_sync 1086 r\n2011_09_30/2011_09_30_drive_0034_sync 717 l\n2011_09_30/2011_09_30_drive_0034_sync 58 r\n2011_09_30/2011_09_30_drive_0034_sync 356 r\n2011_09_30/2011_09_30_drive_0034_sync 334 r\n2011_09_30/2011_09_30_drive_0034_sync 1094 r\n2011_09_30/2011_09_30_drive_0034_sync 1007 l\n2011_09_30/2011_09_30_drive_0034_sync 965 r\n2011_09_30/2011_09_30_drive_0034_sync 702 r\n2011_09_30/2011_09_30_drive_0034_sync 599 r\n2011_09_30/2011_09_30_drive_0034_sync 554 l\n2011_09_30/2011_09_30_drive_0034_sync 931 r\n2011_09_30/2011_09_30_drive_0034_sync 992 l\n2011_09_30/2011_09_30_drive_0034_sync 894 r\n2011_09_30/2011_09_30_drive_0034_sync 230 r\n2011_09_30/2011_09_30_drive_0034_sync 1005 r\n2011_09_30/2011_09_30_drive_0034_sync 1058 r\n2011_09_30/2011_09_30_drive_0034_sync 639 l\n2011_09_30/2011_09_30_drive_0034_sync 204 r\n2011_09_30/2011_09_30_drive_0034_sync 581 l\n2011_09_30/2011_09_30_drive_0034_sync 277 l\n2011_09_30/2011_09_30_drive_0034_sync 735 l\n2011_09_30/2011_09_30_drive_0034_sync 804 l\n2011_09_30/2011_09_30_drive_0034_sync 469 r\n2011_09_30/2011_09_30_drive_0034_sync 974 l\n2011_09_30/2011_09_30_drive_0034_sync 261 r\n2011_09_30/2011_09_30_drive_0034_sync 664 l\n2011_09_30/2011_09_30_drive_0034_sync 1119 r\n2011_09_30/2011_09_30_drive_0034_sync 749 l\n2011_09_30/2011_09_30_drive_0034_sync 867 r\n2011_09_30/2011_09_30_drive_0034_sync 403 l\n2011_09_30/2011_09_30_drive_0034_sync 809 l\n2011_09_30/2011_09_30_drive_0034_sync 638 r\n2011_09_30/2011_09_30_drive_0034_sync 588 r\n2011_09_30/2011_09_30_drive_0034_sync 1054 r\n2011_09_30/2011_09_30_drive_0034_sync 36 r\n2011_09_30/2011_09_30_drive_0034_sync 262 r\n2011_09_30/2011_09_30_drive_0034_sync 1057 r\n2011_09_30/2011_09_30_drive_0034_sync 675 r\n2011_09_30/2011_09_30_drive_0034_sync 340 r\n2011_09_30/2011_09_30_drive_0034_sync 710 l\n2011_09_30/2011_09_30_drive_0034_sync 118 r\n2011_09_30/2011_09_30_drive_0034_sync 388 l\n2011_09_30/2011_09_30_drive_0034_sync 451 l\n2011_09_30/2011_09_30_drive_0034_sync 131 r\n2011_09_30/2011_09_30_drive_0034_sync 271 r\n2011_09_30/2011_09_30_drive_0034_sync 513 r\n2011_09_30/2011_09_30_drive_0034_sync 496 r\n2011_09_30/2011_09_30_drive_0034_sync 173 r\n2011_09_30/2011_09_30_drive_0034_sync 198 r\n2011_09_30/2011_09_30_drive_0034_sync 476 r\n2011_09_30/2011_09_30_drive_0034_sync 578 r\n2011_09_30/2011_09_30_drive_0034_sync 844 l\n2011_09_30/2011_09_30_drive_0034_sync 326 r\n2011_09_30/2011_09_30_drive_0034_sync 352 l\n2011_09_30/2011_09_30_drive_0034_sync 652 l\n2011_09_30/2011_09_30_drive_0034_sync 496 l\n2011_09_30/2011_09_30_drive_0034_sync 182 l\n2011_09_30/2011_09_30_drive_0034_sync 411 l\n2011_09_30/2011_09_30_drive_0034_sync 740 r\n2011_09_30/2011_09_30_drive_0034_sync 996 l\n2011_09_30/2011_09_30_drive_0034_sync 402 l\n2011_09_30/2011_09_30_drive_0034_sync 1093 l\n2011_09_30/2011_09_30_drive_0034_sync 548 l\n2011_09_30/2011_09_30_drive_0034_sync 935 r\n2011_09_30/2011_09_30_drive_0034_sync 930 r\n2011_09_30/2011_09_30_drive_0034_sync 647 l\n2011_09_30/2011_09_30_drive_0034_sync 181 l\n2011_09_30/2011_09_30_drive_0034_sync 884 r\n2011_09_30/2011_09_30_drive_0034_sync 983 l\n2011_09_30/2011_09_30_drive_0034_sync 822 l\n2011_09_30/2011_09_30_drive_0034_sync 70 r\n2011_09_30/2011_09_30_drive_0034_sync 139 l\n2011_09_30/2011_09_30_drive_0034_sync 60 l\n2011_09_30/2011_09_30_drive_0034_sync 102 r\n2011_09_30/2011_09_30_drive_0034_sync 1118 r\n2011_09_30/2011_09_30_drive_0034_sync 413 l\n2011_09_30/2011_09_30_drive_0034_sync 345 l\n2011_09_30/2011_09_30_drive_0034_sync 997 l\n2011_09_30/2011_09_30_drive_0034_sync 1069 l\n2011_09_30/2011_09_30_drive_0034_sync 510 l\n2011_09_30/2011_09_30_drive_0034_sync 665 l\n2011_09_30/2011_09_30_drive_0034_sync 344 r\n2011_09_30/2011_09_30_drive_0034_sync 370 l\n2011_09_30/2011_09_30_drive_0034_sync 359 r\n2011_09_30/2011_09_30_drive_0034_sync 871 l\n2011_09_30/2011_09_30_drive_0034_sync 746 r\n2011_09_30/2011_09_30_drive_0034_sync 69 r\n2011_09_30/2011_09_30_drive_0034_sync 77 l\n2011_09_30/2011_09_30_drive_0034_sync 1103 r\n2011_09_30/2011_09_30_drive_0034_sync 949 r\n2011_09_30/2011_09_30_drive_0034_sync 402 r\n2011_09_30/2011_09_30_drive_0034_sync 876 r\n2011_09_30/2011_09_30_drive_0034_sync 930 l\n2011_09_30/2011_09_30_drive_0034_sync 1012 r\n2011_09_30/2011_09_30_drive_0034_sync 431 l\n2011_09_30/2011_09_30_drive_0034_sync 488 l\n2011_09_30/2011_09_30_drive_0034_sync 290 r\n2011_09_30/2011_09_30_drive_0034_sync 1020 l\n2011_09_30/2011_09_30_drive_0034_sync 298 l\n2011_09_30/2011_09_30_drive_0034_sync 611 l\n2011_09_30/2011_09_30_drive_0034_sync 585 l\n2011_09_30/2011_09_30_drive_0034_sync 108 r\n2011_09_30/2011_09_30_drive_0034_sync 678 l\n2011_09_30/2011_09_30_drive_0034_sync 928 r\n2011_09_30/2011_09_30_drive_0034_sync 831 r\n2011_09_30/2011_09_30_drive_0034_sync 138 l\n2011_09_30/2011_09_30_drive_0034_sync 217 r\n2011_09_30/2011_09_30_drive_0034_sync 1084 r\n2011_09_30/2011_09_30_drive_0034_sync 436 l\n2011_09_30/2011_09_30_drive_0034_sync 724 r\n2011_09_30/2011_09_30_drive_0034_sync 687 l\n2011_09_30/2011_09_30_drive_0034_sync 381 r\n2011_09_30/2011_09_30_drive_0034_sync 932 l\n2011_09_30/2011_09_30_drive_0034_sync 1107 l\n2011_09_30/2011_09_30_drive_0034_sync 408 l\n2011_09_30/2011_09_30_drive_0034_sync 432 l\n2011_09_30/2011_09_30_drive_0034_sync 607 r\n2011_09_30/2011_09_30_drive_0034_sync 799 r\n2011_09_30/2011_09_30_drive_0034_sync 977 r\n2011_09_30/2011_09_30_drive_0034_sync 113 r\n2011_09_30/2011_09_30_drive_0034_sync 559 l\n2011_09_30/2011_09_30_drive_0034_sync 198 l\n2011_09_30/2011_09_30_drive_0034_sync 448 r\n2011_09_30/2011_09_30_drive_0034_sync 1072 l\n2011_09_30/2011_09_30_drive_0034_sync 1055 l\n2011_09_30/2011_09_30_drive_0034_sync 481 r\n2011_09_30/2011_09_30_drive_0034_sync 577 l\n2011_09_30/2011_09_30_drive_0034_sync 84 l\n2011_09_30/2011_09_30_drive_0034_sync 843 r\n2011_09_30/2011_09_30_drive_0034_sync 352 r\n2011_09_30/2011_09_30_drive_0034_sync 249 r\n2011_09_30/2011_09_30_drive_0034_sync 245 r\n2011_09_30/2011_09_30_drive_0034_sync 978 l\n2011_09_30/2011_09_30_drive_0034_sync 29 r\n2011_09_30/2011_09_30_drive_0034_sync 778 r\n2011_09_30/2011_09_30_drive_0034_sync 1020 r\n2011_09_30/2011_09_30_drive_0034_sync 103 r\n2011_09_30/2011_09_30_drive_0034_sync 1110 r\n2011_09_30/2011_09_30_drive_0034_sync 593 r\n2011_09_30/2011_09_30_drive_0034_sync 589 l\n2011_09_30/2011_09_30_drive_0034_sync 679 r\n2011_09_30/2011_09_30_drive_0034_sync 961 r\n2011_09_30/2011_09_30_drive_0034_sync 131 l\n2011_09_30/2011_09_30_drive_0034_sync 6 r\n2011_09_30/2011_09_30_drive_0034_sync 410 r\n2011_09_30/2011_09_30_drive_0034_sync 365 r\n2011_09_30/2011_09_30_drive_0034_sync 875 r\n2011_09_30/2011_09_30_drive_0034_sync 549 r\n2011_09_30/2011_09_30_drive_0034_sync 281 l\n2011_09_30/2011_09_30_drive_0034_sync 505 r\n2011_09_30/2011_09_30_drive_0034_sync 764 r\n2011_09_30/2011_09_30_drive_0034_sync 481 l\n2011_09_30/2011_09_30_drive_0034_sync 891 l\n2011_09_30/2011_09_30_drive_0034_sync 475 l\n2011_09_30/2011_09_30_drive_0034_sync 171 l\n2011_09_30/2011_09_30_drive_0034_sync 372 r\n2011_09_30/2011_09_30_drive_0034_sync 706 r\n2011_09_30/2011_09_30_drive_0034_sync 507 l\n2011_09_30/2011_09_30_drive_0034_sync 453 r\n2011_09_30/2011_09_30_drive_0034_sync 527 l\n2011_09_30/2011_09_30_drive_0034_sync 874 l\n2011_09_30/2011_09_30_drive_0034_sync 261 l\n2011_09_30/2011_09_30_drive_0034_sync 871 r\n2011_09_30/2011_09_30_drive_0034_sync 1027 r\n2011_09_30/2011_09_30_drive_0034_sync 101 l\n2011_09_30/2011_09_30_drive_0034_sync 346 l\n2011_09_30/2011_09_30_drive_0034_sync 314 r\n2011_09_30/2011_09_30_drive_0034_sync 322 l\n2011_09_30/2011_09_30_drive_0034_sync 1051 l\n2011_09_30/2011_09_30_drive_0034_sync 343 l\n2011_09_30/2011_09_30_drive_0034_sync 245 l\n2011_09_30/2011_09_30_drive_0034_sync 249 l\n2011_09_30/2011_09_30_drive_0034_sync 903 l\n2011_09_30/2011_09_30_drive_0034_sync 667 r\n2011_09_30/2011_09_30_drive_0034_sync 185 r\n2011_09_30/2011_09_30_drive_0034_sync 812 l\n2011_09_30/2011_09_30_drive_0034_sync 470 r\n2011_09_30/2011_09_30_drive_0034_sync 1038 r\n2011_09_30/2011_09_30_drive_0034_sync 857 l\n2011_09_30/2011_09_30_drive_0034_sync 1018 l\n2011_09_30/2011_09_30_drive_0034_sync 754 l\n2011_09_30/2011_09_30_drive_0034_sync 919 r\n2011_09_30/2011_09_30_drive_0034_sync 503 r\n2011_09_30/2011_09_30_drive_0034_sync 152 r\n2011_09_30/2011_09_30_drive_0034_sync 1059 r\n2011_09_30/2011_09_30_drive_0034_sync 147 r\n2011_09_30/2011_09_30_drive_0034_sync 530 r\n2011_09_30/2011_09_30_drive_0034_sync 136 r\n2011_09_30/2011_09_30_drive_0034_sync 794 r\n2011_09_30/2011_09_30_drive_0034_sync 75 l\n2011_09_30/2011_09_30_drive_0034_sync 256 l\n2011_09_30/2011_09_30_drive_0034_sync 648 l\n2011_09_30/2011_09_30_drive_0034_sync 912 l\n2011_09_30/2011_09_30_drive_0034_sync 1104 r\n2011_09_30/2011_09_30_drive_0034_sync 264 r\n2011_09_30/2011_09_30_drive_0034_sync 690 r\n2011_09_30/2011_09_30_drive_0034_sync 790 r\n2011_09_30/2011_09_30_drive_0034_sync 827 r\n2011_09_30/2011_09_30_drive_0034_sync 318 l\n2011_09_30/2011_09_30_drive_0034_sync 383 l\n2011_09_30/2011_09_30_drive_0034_sync 1024 l\n2011_09_30/2011_09_30_drive_0034_sync 172 l\n2011_09_30/2011_09_30_drive_0034_sync 1003 l\n2011_09_30/2011_09_30_drive_0034_sync 1071 r\n2011_09_30/2011_09_30_drive_0034_sync 1048 r\n2011_09_30/2011_09_30_drive_0034_sync 686 l\n2011_09_30/2011_09_30_drive_0034_sync 48 l\n2011_09_30/2011_09_30_drive_0034_sync 1128 r\n2011_09_30/2011_09_30_drive_0034_sync 265 r\n2011_09_30/2011_09_30_drive_0034_sync 808 r\n2011_09_30/2011_09_30_drive_0034_sync 82 r\n2011_09_30/2011_09_30_drive_0034_sync 715 r\n2011_09_30/2011_09_30_drive_0034_sync 178 r\n2011_09_30/2011_09_30_drive_0034_sync 1118 l\n2011_09_30/2011_09_30_drive_0034_sync 714 r\n2011_09_30/2011_09_30_drive_0034_sync 270 l\n2011_09_30/2011_09_30_drive_0034_sync 900 r\n2011_09_30/2011_09_30_drive_0034_sync 681 l\n2011_09_30/2011_09_30_drive_0034_sync 127 r\n2011_09_30/2011_09_30_drive_0034_sync 918 r\n2011_09_30/2011_09_30_drive_0034_sync 247 r\n2011_09_30/2011_09_30_drive_0034_sync 459 r\n2011_09_30/2011_09_30_drive_0034_sync 486 r\n2011_09_30/2011_09_30_drive_0034_sync 427 r\n2011_09_30/2011_09_30_drive_0034_sync 323 r\n2011_09_30/2011_09_30_drive_0034_sync 1054 l\n2011_09_30/2011_09_30_drive_0034_sync 519 l\n2011_09_30/2011_09_30_drive_0034_sync 906 l\n2011_09_30/2011_09_30_drive_0034_sync 595 r\n2011_09_30/2011_09_30_drive_0034_sync 1017 r\n2011_09_30/2011_09_30_drive_0034_sync 505 l\n2011_09_30/2011_09_30_drive_0034_sync 495 r\n2011_09_30/2011_09_30_drive_0034_sync 749 r\n2011_09_30/2011_09_30_drive_0034_sync 678 r\n2011_09_30/2011_09_30_drive_0034_sync 1055 r\n2011_09_30/2011_09_30_drive_0034_sync 337 l\n2011_09_30/2011_09_30_drive_0034_sync 456 r\n2011_09_30/2011_09_30_drive_0034_sync 284 r\n2011_09_30/2011_09_30_drive_0034_sync 750 l\n2011_09_30/2011_09_30_drive_0034_sync 701 l\n2011_09_30/2011_09_30_drive_0034_sync 918 l\n2011_09_30/2011_09_30_drive_0034_sync 575 l\n2011_09_30/2011_09_30_drive_0034_sync 270 r\n2011_09_30/2011_09_30_drive_0034_sync 101 r\n2011_09_30/2011_09_30_drive_0034_sync 722 r\n2011_09_30/2011_09_30_drive_0034_sync 358 r\n2011_09_30/2011_09_30_drive_0034_sync 254 l\n2011_09_30/2011_09_30_drive_0034_sync 911 r\n2011_09_30/2011_09_30_drive_0034_sync 1063 r\n2011_09_30/2011_09_30_drive_0034_sync 296 r\n2011_09_30/2011_09_30_drive_0034_sync 547 r\n2011_09_30/2011_09_30_drive_0034_sync 698 l\n2011_09_30/2011_09_30_drive_0034_sync 888 l\n2011_09_30/2011_09_30_drive_0034_sync 711 l\n2011_09_30/2011_09_30_drive_0034_sync 624 l\n2011_09_30/2011_09_30_drive_0034_sync 963 l\n2011_09_30/2011_09_30_drive_0034_sync 851 l\n2011_09_30/2011_09_30_drive_0034_sync 355 l\n2011_09_30/2011_09_30_drive_0034_sync 502 r\n2011_09_30/2011_09_30_drive_0034_sync 926 l\n2011_09_30/2011_09_30_drive_0034_sync 762 l\n2011_09_30/2011_09_30_drive_0034_sync 514 l\n2011_09_30/2011_09_30_drive_0034_sync 449 l\n2011_09_30/2011_09_30_drive_0034_sync 56 l\n2011_09_30/2011_09_30_drive_0034_sync 741 r\n2011_09_30/2011_09_30_drive_0034_sync 340 l\n2011_09_30/2011_09_30_drive_0034_sync 876 l\n2011_09_30/2011_09_30_drive_0034_sync 753 r\n2011_09_30/2011_09_30_drive_0034_sync 613 r\n2011_09_30/2011_09_30_drive_0034_sync 1103 l\n2011_09_30/2011_09_30_drive_0034_sync 112 r\n2011_09_30/2011_09_30_drive_0034_sync 432 r\n2011_09_30/2011_09_30_drive_0034_sync 1041 r\n2011_09_30/2011_09_30_drive_0034_sync 904 r\n2011_09_30/2011_09_30_drive_0034_sync 41 l\n2011_09_30/2011_09_30_drive_0034_sync 750 r\n2011_09_30/2011_09_30_drive_0034_sync 38 l\n2011_09_30/2011_09_30_drive_0034_sync 895 l\n2011_09_30/2011_09_30_drive_0034_sync 662 r\n2011_09_30/2011_09_30_drive_0034_sync 665 r\n2011_09_30/2011_09_30_drive_0034_sync 54 r\n2011_09_30/2011_09_30_drive_0034_sync 85 r\n2011_09_30/2011_09_30_drive_0034_sync 1001 r\n2011_09_30/2011_09_30_drive_0034_sync 1049 l\n2011_09_30/2011_09_30_drive_0034_sync 864 l\n2011_09_30/2011_09_30_drive_0034_sync 148 l\n2011_09_30/2011_09_30_drive_0034_sync 306 r\n2011_09_30/2011_09_30_drive_0034_sync 929 r\n2011_09_30/2011_09_30_drive_0034_sync 695 r\n2011_09_30/2011_09_30_drive_0034_sync 1013 r\n2011_09_30/2011_09_30_drive_0034_sync 1034 r\n2011_09_30/2011_09_30_drive_0034_sync 553 r\n2011_09_30/2011_09_30_drive_0034_sync 573 r\n2011_09_30/2011_09_30_drive_0034_sync 363 r\n2011_09_30/2011_09_30_drive_0034_sync 999 r\n2011_09_30/2011_09_30_drive_0034_sync 333 l\n2011_09_30/2011_09_30_drive_0034_sync 161 r\n2011_09_30/2011_09_30_drive_0034_sync 230 l\n2011_09_30/2011_09_30_drive_0034_sync 396 l\n2011_09_30/2011_09_30_drive_0034_sync 179 l\n2011_09_30/2011_09_30_drive_0034_sync 295 l\n2011_09_30/2011_09_30_drive_0034_sync 1095 r\n2011_09_30/2011_09_30_drive_0034_sync 598 r\n2011_09_30/2011_09_30_drive_0034_sync 988 r\n2011_09_30/2011_09_30_drive_0034_sync 351 r\n2011_09_30/2011_09_30_drive_0034_sync 8 r\n2011_09_30/2011_09_30_drive_0034_sync 111 r\n2011_09_30/2011_09_30_drive_0034_sync 956 r\n2011_09_30/2011_09_30_drive_0034_sync 756 r\n2011_09_30/2011_09_30_drive_0034_sync 231 r\n2011_09_30/2011_09_30_drive_0034_sync 900 l\n2011_09_30/2011_09_30_drive_0034_sync 823 l\n2011_09_30/2011_09_30_drive_0034_sync 651 l\n2011_09_30/2011_09_30_drive_0034_sync 478 r\n2011_09_30/2011_09_30_drive_0034_sync 751 r\n2011_09_30/2011_09_30_drive_0034_sync 441 l\n2011_09_30/2011_09_30_drive_0034_sync 417 l\n2011_09_30/2011_09_30_drive_0034_sync 133 r\n2011_09_30/2011_09_30_drive_0034_sync 347 l\n2011_09_30/2011_09_30_drive_0034_sync 78 r\n2011_09_30/2011_09_30_drive_0034_sync 183 l\n2011_09_30/2011_09_30_drive_0034_sync 647 r\n2011_09_30/2011_09_30_drive_0034_sync 1010 l\n2011_09_30/2011_09_30_drive_0034_sync 922 l\n2011_09_30/2011_09_30_drive_0034_sync 464 l\n2011_09_30/2011_09_30_drive_0034_sync 11 r\n2011_09_30/2011_09_30_drive_0034_sync 850 l\n2011_09_30/2011_09_30_drive_0034_sync 106 r\n2011_09_30/2011_09_30_drive_0034_sync 546 r\n2011_09_30/2011_09_30_drive_0034_sync 442 r\n2011_09_30/2011_09_30_drive_0034_sync 1016 l\n2011_09_30/2011_09_30_drive_0034_sync 836 r\n2011_09_30/2011_09_30_drive_0034_sync 320 l\n2011_09_30/2011_09_30_drive_0034_sync 639 r\n2011_09_30/2011_09_30_drive_0034_sync 50 l\n2011_09_30/2011_09_30_drive_0034_sync 1032 l\n2011_09_30/2011_09_30_drive_0034_sync 53 r\n2011_09_30/2011_09_30_drive_0034_sync 503 l\n2011_09_30/2011_09_30_drive_0034_sync 145 r\n2011_09_30/2011_09_30_drive_0034_sync 194 r\n2011_09_30/2011_09_30_drive_0034_sync 1078 r\n2011_09_30/2011_09_30_drive_0034_sync 1029 r\n2011_09_30/2011_09_30_drive_0034_sync 431 r\n2011_09_30/2011_09_30_drive_0034_sync 440 l\n2011_09_30/2011_09_30_drive_0034_sync 206 r\n2011_09_30/2011_09_30_drive_0034_sync 568 r\n2011_09_30/2011_09_30_drive_0034_sync 189 r\n2011_09_30/2011_09_30_drive_0034_sync 227 r\n2011_09_30/2011_09_30_drive_0034_sync 146 r\n2011_09_30/2011_09_30_drive_0034_sync 1047 l\n2011_09_30/2011_09_30_drive_0034_sync 828 l\n2011_09_30/2011_09_30_drive_0034_sync 788 r\n2011_09_30/2011_09_30_drive_0034_sync 293 l\n2011_09_30/2011_09_30_drive_0034_sync 25 r\n2011_09_30/2011_09_30_drive_0034_sync 576 r\n2011_09_30/2011_09_30_drive_0034_sync 951 r\n2011_09_30/2011_09_30_drive_0034_sync 791 l\n2011_09_30/2011_09_30_drive_0034_sync 13 l\n2011_09_30/2011_09_30_drive_0034_sync 442 l\n2011_09_30/2011_09_30_drive_0034_sync 486 l\n2011_09_30/2011_09_30_drive_0034_sync 379 l\n2011_09_30/2011_09_30_drive_0034_sync 899 l\n2011_09_30/2011_09_30_drive_0034_sync 264 l\n2011_09_30/2011_09_30_drive_0034_sync 818 l\n2011_09_30/2011_09_30_drive_0034_sync 353 l\n2011_09_30/2011_09_30_drive_0034_sync 58 l\n2011_09_30/2011_09_30_drive_0034_sync 316 r\n2011_09_30/2011_09_30_drive_0034_sync 268 l\n2011_09_30/2011_09_30_drive_0034_sync 103 l\n2011_09_30/2011_09_30_drive_0034_sync 868 r\n2011_09_30/2011_09_30_drive_0034_sync 1004 l\n2011_09_30/2011_09_30_drive_0034_sync 791 r\n2011_09_30/2011_09_30_drive_0034_sync 1066 l\n2011_09_30/2011_09_30_drive_0034_sync 66 l\n2011_09_30/2011_09_30_drive_0034_sync 606 l\n2011_09_30/2011_09_30_drive_0034_sync 689 l\n2011_09_30/2011_09_30_drive_0034_sync 965 l\n2011_09_30/2011_09_30_drive_0034_sync 369 r\n2011_09_30/2011_09_30_drive_0034_sync 405 l\n2011_09_30/2011_09_30_drive_0034_sync 444 r\n2011_09_30/2011_09_30_drive_0034_sync 975 l\n2011_09_30/2011_09_30_drive_0034_sync 257 l\n2011_09_30/2011_09_30_drive_0034_sync 1051 r\n2011_09_30/2011_09_30_drive_0034_sync 8 l\n2011_09_30/2011_09_30_drive_0034_sync 1090 l\n2011_09_30/2011_09_30_drive_0034_sync 347 r\n2011_09_30/2011_09_30_drive_0034_sync 426 l\n2011_09_30/2011_09_30_drive_0034_sync 253 l\n2011_09_30/2011_09_30_drive_0034_sync 196 l\n2011_09_30/2011_09_30_drive_0034_sync 1008 l\n2011_09_30/2011_09_30_drive_0034_sync 457 l\n2011_09_30/2011_09_30_drive_0034_sync 1043 r\n2011_09_30/2011_09_30_drive_0034_sync 1098 r\n2011_09_30/2011_09_30_drive_0034_sync 1019 l\n2011_09_30/2011_09_30_drive_0034_sync 188 l\n2011_09_30/2011_09_30_drive_0034_sync 143 l\n2011_09_30/2011_09_30_drive_0034_sync 226 l\n2011_09_30/2011_09_30_drive_0034_sync 479 l\n2011_09_30/2011_09_30_drive_0034_sync 1056 r\n2011_09_30/2011_09_30_drive_0034_sync 982 r\n2011_09_30/2011_09_30_drive_0034_sync 655 r\n2011_09_30/2011_09_30_drive_0034_sync 504 r\n2011_09_30/2011_09_30_drive_0034_sync 1007 r\n2011_09_30/2011_09_30_drive_0034_sync 605 r\n2011_09_30/2011_09_30_drive_0034_sync 819 r\n2011_09_30/2011_09_30_drive_0034_sync 953 l\n2011_09_30/2011_09_30_drive_0034_sync 480 l\n2011_09_30/2011_09_30_drive_0034_sync 361 r\n2011_09_30/2011_09_30_drive_0034_sync 452 r\n2011_09_30/2011_09_30_drive_0034_sync 927 l\n2011_09_30/2011_09_30_drive_0034_sync 703 r\n2011_09_30/2011_09_30_drive_0034_sync 1090 r\n2011_09_30/2011_09_30_drive_0034_sync 250 r\n2011_09_30/2011_09_30_drive_0034_sync 248 r\n2011_09_30/2011_09_30_drive_0034_sync 669 l\n2011_09_30/2011_09_30_drive_0034_sync 858 r\n2011_09_30/2011_09_30_drive_0034_sync 946 r\n2011_09_30/2011_09_30_drive_0034_sync 1009 l\n2011_09_30/2011_09_30_drive_0034_sync 652 r\n2011_09_30/2011_09_30_drive_0034_sync 491 r\n2011_09_30/2011_09_30_drive_0034_sync 1028 r\n2011_09_30/2011_09_30_drive_0034_sync 948 r\n2011_09_30/2011_09_30_drive_0034_sync 650 r\n2011_09_30/2011_09_30_drive_0034_sync 538 l\n2011_09_30/2011_09_30_drive_0034_sync 576 l\n2011_09_30/2011_09_30_drive_0034_sync 738 l\n2011_09_30/2011_09_30_drive_0034_sync 390 l\n2011_09_30/2011_09_30_drive_0034_sync 726 r\n2011_09_30/2011_09_30_drive_0034_sync 404 l\n2011_09_30/2011_09_30_drive_0034_sync 1016 r\n2011_09_30/2011_09_30_drive_0034_sync 968 l\n2011_09_30/2011_09_30_drive_0034_sync 120 r\n2011_09_30/2011_09_30_drive_0034_sync 909 l\n2011_09_30/2011_09_30_drive_0034_sync 760 l\n2011_09_30/2011_09_30_drive_0034_sync 785 l\n2011_09_30/2011_09_30_drive_0034_sync 732 r\n2011_09_30/2011_09_30_drive_0034_sync 235 r\n2011_09_30/2011_09_30_drive_0034_sync 522 l\n2011_09_30/2011_09_30_drive_0034_sync 180 l\n2011_09_30/2011_09_30_drive_0034_sync 806 l\n2011_09_30/2011_09_30_drive_0034_sync 40 l\n2011_09_30/2011_09_30_drive_0034_sync 490 l\n2011_09_30/2011_09_30_drive_0034_sync 605 l\n2011_09_30/2011_09_30_drive_0034_sync 279 l\n2011_09_30/2011_09_30_drive_0034_sync 234 r\n2011_09_30/2011_09_30_drive_0034_sync 60 r\n2011_09_30/2011_09_30_drive_0034_sync 627 r\n2011_09_30/2011_09_30_drive_0034_sync 730 r\n2011_09_30/2011_09_30_drive_0034_sync 655 l\n2011_09_30/2011_09_30_drive_0034_sync 730 l\n2011_09_30/2011_09_30_drive_0034_sync 508 l\n2011_09_30/2011_09_30_drive_0034_sync 1000 l\n2011_09_30/2011_09_30_drive_0034_sync 994 l\n2011_09_30/2011_09_30_drive_0034_sync 151 l\n2011_09_30/2011_09_30_drive_0034_sync 694 r\n2011_09_30/2011_09_30_drive_0034_sync 529 r\n2011_09_30/2011_09_30_drive_0034_sync 197 r\n2011_09_30/2011_09_30_drive_0034_sync 304 r\n2011_09_30/2011_09_30_drive_0034_sync 657 r\n2011_09_30/2011_09_30_drive_0034_sync 729 r\n2011_09_30/2011_09_30_drive_0034_sync 493 r\n2011_09_30/2011_09_30_drive_0034_sync 376 r\n2011_09_30/2011_09_30_drive_0034_sync 896 r\n2011_09_30/2011_09_30_drive_0034_sync 688 r\n2011_09_30/2011_09_30_drive_0034_sync 15 l\n2011_09_30/2011_09_30_drive_0034_sync 795 r\n2011_09_30/2011_09_30_drive_0034_sync 28 l\n2011_09_30/2011_09_30_drive_0034_sync 613 l\n2011_09_30/2011_09_30_drive_0034_sync 212 r\n2011_09_30/2011_09_30_drive_0034_sync 348 l\n2011_09_30/2011_09_30_drive_0034_sync 981 l\n2011_09_30/2011_09_30_drive_0034_sync 602 r\n2011_09_30/2011_09_30_drive_0034_sync 610 r\n2011_09_30/2011_09_30_drive_0034_sync 10 r\n2011_09_30/2011_09_30_drive_0034_sync 389 r\n2011_09_30/2011_09_30_drive_0034_sync 765 r\n2011_09_30/2011_09_30_drive_0034_sync 500 r\n2011_09_30/2011_09_30_drive_0034_sync 568 l\n2011_09_30/2011_09_30_drive_0034_sync 374 r\n2011_09_30/2011_09_30_drive_0034_sync 115 l\n2011_09_30/2011_09_30_drive_0034_sync 1015 r\n2011_09_30/2011_09_30_drive_0034_sync 851 r\n2011_09_30/2011_09_30_drive_0034_sync 956 l\n2011_09_30/2011_09_30_drive_0034_sync 255 r\n2011_09_30/2011_09_30_drive_0034_sync 111 l\n2011_09_30/2011_09_30_drive_0034_sync 154 r\n2011_09_30/2011_09_30_drive_0034_sync 789 r\n2011_09_30/2011_09_30_drive_0034_sync 1123 r\n2011_09_30/2011_09_30_drive_0034_sync 484 l\n2011_09_30/2011_09_30_drive_0034_sync 530 l\n2011_09_30/2011_09_30_drive_0034_sync 961 l\n2011_09_30/2011_09_30_drive_0034_sync 1062 l\n2011_09_30/2011_09_30_drive_0034_sync 735 r\n2011_09_30/2011_09_30_drive_0034_sync 636 l\n2011_09_30/2011_09_30_drive_0034_sync 1120 r\n2011_09_30/2011_09_30_drive_0034_sync 18 r\n2011_09_30/2011_09_30_drive_0034_sync 363 l\n2011_09_30/2011_09_30_drive_0034_sync 194 l\n2011_09_30/2011_09_30_drive_0034_sync 529 l\n2011_09_30/2011_09_30_drive_0034_sync 783 l\n2011_09_30/2011_09_30_drive_0034_sync 972 r\n2011_09_30/2011_09_30_drive_0034_sync 767 r\n2011_09_30/2011_09_30_drive_0034_sync 658 r\n2011_09_30/2011_09_30_drive_0034_sync 214 l\n2011_09_30/2011_09_30_drive_0034_sync 509 r\n2011_09_30/2011_09_30_drive_0034_sync 493 l\n2011_09_30/2011_09_30_drive_0034_sync 865 r\n2011_09_30/2011_09_30_drive_0034_sync 434 r\n2011_09_30/2011_09_30_drive_0034_sync 29 l\n2011_09_30/2011_09_30_drive_0034_sync 838 l\n2011_09_30/2011_09_30_drive_0034_sync 256 r\n2011_09_30/2011_09_30_drive_0034_sync 76 l\n2011_09_30/2011_09_30_drive_0034_sync 136 l\n2011_09_30/2011_09_30_drive_0034_sync 396 r\n2011_09_30/2011_09_30_drive_0034_sync 587 l\n2011_09_30/2011_09_30_drive_0034_sync 845 l\n2011_09_30/2011_09_30_drive_0034_sync 207 l\n2011_09_30/2011_09_30_drive_0034_sync 1134 r\n2011_09_30/2011_09_30_drive_0034_sync 195 r\n2011_09_30/2011_09_30_drive_0034_sync 718 r\n2011_09_30/2011_09_30_drive_0034_sync 96 r\n2011_09_30/2011_09_30_drive_0034_sync 24 l\n2011_09_30/2011_09_30_drive_0034_sync 719 r\n2011_09_30/2011_09_30_drive_0034_sync 803 r\n2011_09_30/2011_09_30_drive_0034_sync 921 l\n2011_09_30/2011_09_30_drive_0034_sync 100 l\n2011_09_30/2011_09_30_drive_0034_sync 283 r\n2011_09_30/2011_09_30_drive_0034_sync 933 r\n2011_09_30/2011_09_30_drive_0034_sync 339 l\n2011_09_30/2011_09_30_drive_0034_sync 966 r\n2011_09_30/2011_09_30_drive_0034_sync 1026 l\n2011_09_30/2011_09_30_drive_0034_sync 430 r\n2011_09_30/2011_09_30_drive_0034_sync 215 l\n2011_09_30/2011_09_30_drive_0034_sync 1079 r\n2011_09_30/2011_09_30_drive_0034_sync 321 l\n2011_09_30/2011_09_30_drive_0034_sync 311 r\n2011_09_30/2011_09_30_drive_0034_sync 120 l\n2011_09_30/2011_09_30_drive_0034_sync 483 r\n2011_09_30/2011_09_30_drive_0034_sync 322 r\n2011_09_30/2011_09_30_drive_0034_sync 31 l\n2011_09_30/2011_09_30_drive_0034_sync 723 r\n2011_09_30/2011_09_30_drive_0034_sync 822 r\n2011_09_30/2011_09_30_drive_0034_sync 176 l\n2011_09_30/2011_09_30_drive_0034_sync 1076 l\n2011_09_30/2011_09_30_drive_0034_sync 45 r\n2011_09_30/2011_09_30_drive_0034_sync 64 r\n2011_09_30/2011_09_30_drive_0034_sync 246 l\n2011_09_30/2011_09_30_drive_0034_sync 5 r\n2011_09_30/2011_09_30_drive_0034_sync 973 l\n2011_09_30/2011_09_30_drive_0034_sync 1021 l\n2011_09_30/2011_09_30_drive_0034_sync 189 l\n2011_09_30/2011_09_30_drive_0034_sync 514 r\n2011_09_30/2011_09_30_drive_0034_sync 773 l\n2011_09_30/2011_09_30_drive_0034_sync 472 l\n2011_09_30/2011_09_30_drive_0034_sync 27 r\n2011_09_30/2011_09_30_drive_0034_sync 789 l\n2011_09_30/2011_09_30_drive_0034_sync 802 l\n2011_09_30/2011_09_30_drive_0034_sync 205 l\n2011_09_30/2011_09_30_drive_0034_sync 110 r\n2011_09_30/2011_09_30_drive_0034_sync 631 r\n2011_09_30/2011_09_30_drive_0034_sync 161 l\n2011_09_30/2011_09_30_drive_0034_sync 43 r\n2011_09_30/2011_09_30_drive_0034_sync 821 l\n2011_09_30/2011_09_30_drive_0034_sync 1099 l\n2011_09_30/2011_09_30_drive_0034_sync 569 r\n2011_09_30/2011_09_30_drive_0034_sync 378 l\n2011_09_30/2011_09_30_drive_0034_sync 832 l\n2011_09_30/2011_09_30_drive_0034_sync 964 r\n2011_09_30/2011_09_30_drive_0034_sync 210 l\n2011_09_30/2011_09_30_drive_0034_sync 882 l\n2011_09_30/2011_09_30_drive_0034_sync 1106 r\n2011_09_30/2011_09_30_drive_0034_sync 838 r\n2011_09_30/2011_09_30_drive_0034_sync 393 l\n2011_09_30/2011_09_30_drive_0034_sync 556 l\n2011_09_30/2011_09_30_drive_0034_sync 779 r\n2011_09_30/2011_09_30_drive_0034_sync 1130 l\n2011_09_30/2011_09_30_drive_0034_sync 835 r\n2011_09_30/2011_09_30_drive_0034_sync 253 r\n2011_09_30/2011_09_30_drive_0034_sync 425 r\n2011_09_30/2011_09_30_drive_0034_sync 1067 r\n2011_09_30/2011_09_30_drive_0034_sync 960 r\n2011_09_30/2011_09_30_drive_0034_sync 914 r\n2011_09_30/2011_09_30_drive_0034_sync 832 r\n2011_09_30/2011_09_30_drive_0034_sync 398 l\n2011_09_30/2011_09_30_drive_0034_sync 1087 l\n2011_09_30/2011_09_30_drive_0034_sync 1070 l\n2011_09_30/2011_09_30_drive_0034_sync 898 l\n2011_09_30/2011_09_30_drive_0034_sync 443 r\n2011_09_30/2011_09_30_drive_0034_sync 980 r\n2011_09_30/2011_09_30_drive_0034_sync 399 r\n2011_09_30/2011_09_30_drive_0034_sync 324 r\n2011_09_30/2011_09_30_drive_0034_sync 439 l\n2011_09_30/2011_09_30_drive_0034_sync 1117 l\n2011_09_30/2011_09_30_drive_0034_sync 276 r\n2011_09_30/2011_09_30_drive_0034_sync 729 l\n2011_09_30/2011_09_30_drive_0034_sync 182 r\n2011_09_30/2011_09_30_drive_0034_sync 452 l\n2011_09_30/2011_09_30_drive_0034_sync 1126 r\n2011_09_30/2011_09_30_drive_0034_sync 1130 r\n2011_09_30/2011_09_30_drive_0034_sync 209 l\n2011_09_30/2011_09_30_drive_0034_sync 200 l\n2011_09_30/2011_09_30_drive_0034_sync 188 r\n2011_09_30/2011_09_30_drive_0034_sync 999 l\n2011_09_30/2011_09_30_drive_0034_sync 635 l\n2011_09_30/2011_09_30_drive_0034_sync 679 l\n2011_09_30/2011_09_30_drive_0034_sync 1124 r\n2011_09_30/2011_09_30_drive_0034_sync 540 l\n2011_09_30/2011_09_30_drive_0034_sync 934 r\n2011_09_30/2011_09_30_drive_0034_sync 342 l\n2011_09_30/2011_09_30_drive_0034_sync 199 l\n2011_09_30/2011_09_30_drive_0034_sync 299 r\n2011_09_30/2011_09_30_drive_0034_sync 744 l\n2011_09_30/2011_09_30_drive_0034_sync 1113 l\n2011_09_30/2011_09_30_drive_0034_sync 163 r\n2011_09_30/2011_09_30_drive_0034_sync 666 l\n2011_09_30/2011_09_30_drive_0034_sync 288 r\n2011_09_30/2011_09_30_drive_0034_sync 734 l\n2011_09_30/2011_09_30_drive_0034_sync 311 l\n2011_09_30/2011_09_30_drive_0034_sync 1011 r\n2011_09_30/2011_09_30_drive_0034_sync 681 r\n2011_09_30/2011_09_30_drive_0034_sync 135 l\n2011_09_30/2011_09_30_drive_0034_sync 769 l\n2011_09_30/2011_09_30_drive_0034_sync 143 r\n2011_09_30/2011_09_30_drive_0034_sync 248 l\n2011_09_30/2011_09_30_drive_0034_sync 158 l\n2011_09_30/2011_09_30_drive_0034_sync 235 l\n2011_09_30/2011_09_30_drive_0034_sync 708 r\n2011_09_30/2011_09_30_drive_0034_sync 288 l\n2011_09_30/2011_09_30_drive_0034_sync 907 r\n2011_09_30/2011_09_30_drive_0034_sync 872 l\n2011_09_30/2011_09_30_drive_0034_sync 994 r\n2011_09_30/2011_09_30_drive_0034_sync 327 l\n2011_09_30/2011_09_30_drive_0034_sync 395 l\n2011_09_30/2011_09_30_drive_0034_sync 691 l\n2011_09_30/2011_09_30_drive_0034_sync 145 l\n2011_09_30/2011_09_30_drive_0034_sync 376 l\n2011_09_30/2011_09_30_drive_0034_sync 424 r\n2011_09_30/2011_09_30_drive_0034_sync 1076 r\n2011_09_30/2011_09_30_drive_0034_sync 551 l\n2011_09_30/2011_09_30_drive_0034_sync 499 r\n2011_09_30/2011_09_30_drive_0034_sync 186 r\n2011_09_30/2011_09_30_drive_0034_sync 426 r\n2011_09_30/2011_09_30_drive_0034_sync 244 l\n2011_09_30/2011_09_30_drive_0034_sync 391 l\n2011_09_30/2011_09_30_drive_0034_sync 274 r\n2011_09_30/2011_09_30_drive_0034_sync 192 l\n2011_09_30/2011_09_30_drive_0034_sync 705 l\n2011_09_30/2011_09_30_drive_0034_sync 768 r\n2011_09_30/2011_09_30_drive_0034_sync 187 r\n2011_09_30/2011_09_30_drive_0034_sync 327 r\n2011_09_30/2011_09_30_drive_0034_sync 599 l\n2011_09_30/2011_09_30_drive_0034_sync 67 r\n2011_09_30/2011_09_30_drive_0034_sync 423 l\n2011_09_30/2011_09_30_drive_0034_sync 437 l\n2011_09_30/2011_09_30_drive_0034_sync 247 l\n2011_09_30/2011_09_30_drive_0034_sync 892 l\n2011_09_30/2011_09_30_drive_0034_sync 267 r\n2011_09_30/2011_09_30_drive_0034_sync 715 l\n2011_09_30/2011_09_30_drive_0034_sync 697 l\n2011_09_30/2011_09_30_drive_0034_sync 579 l\n2011_09_30/2011_09_30_drive_0034_sync 650 l\n2011_09_30/2011_09_30_drive_0034_sync 1110 l\n2011_09_30/2011_09_30_drive_0034_sync 1092 r\n2011_09_30/2011_09_30_drive_0034_sync 266 l\n2011_09_30/2011_09_30_drive_0034_sync 844 r\n2011_09_30/2011_09_30_drive_0034_sync 712 l\n2011_09_30/2011_09_30_drive_0034_sync 1097 l\n2011_09_30/2011_09_30_drive_0034_sync 923 r\n2011_09_30/2011_09_30_drive_0034_sync 848 r\n2011_09_30/2011_09_30_drive_0034_sync 733 r\n2011_09_30/2011_09_30_drive_0034_sync 446 r\n2011_09_30/2011_09_30_drive_0034_sync 435 r\n2011_09_30/2011_09_30_drive_0034_sync 446 l\n2011_09_30/2011_09_30_drive_0034_sync 50 r\n2011_09_30/2011_09_30_drive_0034_sync 79 l\n2011_09_30/2011_09_30_drive_0034_sync 1078 l\n2011_09_30/2011_09_30_drive_0034_sync 348 r\n2011_09_30/2011_09_30_drive_0034_sync 671 l\n2011_09_30/2011_09_30_drive_0034_sync 746 l\n2011_09_30/2011_09_30_drive_0034_sync 583 l\n2011_09_30/2011_09_30_drive_0034_sync 1106 l\n2011_09_30/2011_09_30_drive_0034_sync 378 r\n2011_09_30/2011_09_30_drive_0034_sync 893 l\n2011_09_30/2011_09_30_drive_0034_sync 181 r\n2011_09_30/2011_09_30_drive_0034_sync 585 r\n2011_09_30/2011_09_30_drive_0034_sync 828 r\n2011_09_30/2011_09_30_drive_0034_sync 321 r\n2011_09_30/2011_09_30_drive_0034_sync 839 l\n2011_09_30/2011_09_30_drive_0034_sync 374 l\n2011_09_30/2011_09_30_drive_0034_sync 360 l\n2011_09_30/2011_09_30_drive_0034_sync 643 r\n2011_09_30/2011_09_30_drive_0034_sync 936 l\n2011_09_30/2011_09_30_drive_0034_sync 489 r\n2011_09_30/2011_09_30_drive_0034_sync 445 l\n2011_09_30/2011_09_30_drive_0034_sync 1004 r\n2011_09_30/2011_09_30_drive_0034_sync 1008 r\n2011_09_30/2011_09_30_drive_0034_sync 885 r\n2011_09_30/2011_09_30_drive_0034_sync 853 l\n2011_09_30/2011_09_30_drive_0034_sync 100 r\n2011_09_30/2011_09_30_drive_0034_sync 466 r\n2011_09_30/2011_09_30_drive_0034_sync 589 r\n2011_09_30/2011_09_30_drive_0034_sync 550 r\n2011_09_30/2011_09_30_drive_0034_sync 241 r\n2011_09_30/2011_09_30_drive_0034_sync 704 r\n2011_09_30/2011_09_30_drive_0034_sync 1074 r\n2011_09_30/2011_09_30_drive_0034_sync 534 l\n2011_09_30/2011_09_30_drive_0034_sync 91 l\n2011_09_30/2011_09_30_drive_0034_sync 9 l\n2011_09_30/2011_09_30_drive_0034_sync 393 r\n2011_09_30/2011_09_30_drive_0034_sync 406 l\n2011_09_30/2011_09_30_drive_0034_sync 492 r\n2011_09_30/2011_09_30_drive_0034_sync 404 r\n2011_09_30/2011_09_30_drive_0034_sync 78 l\n2011_09_30/2011_09_30_drive_0034_sync 944 l\n2011_09_30/2011_09_30_drive_0034_sync 755 l\n2011_09_30/2011_09_30_drive_0034_sync 65 r\n2011_09_30/2011_09_30_drive_0034_sync 752 r\n2011_09_30/2011_09_30_drive_0034_sync 821 r\n2011_09_30/2011_09_30_drive_0034_sync 802 r\n2011_09_30/2011_09_30_drive_0034_sync 1131 r\n2011_09_30/2011_09_30_drive_0034_sync 440 r\n2011_09_30/2011_09_30_drive_0034_sync 218 r\n2011_09_30/2011_09_30_drive_0034_sync 222 r\n2011_09_30/2011_09_30_drive_0034_sync 543 l\n2011_09_30/2011_09_30_drive_0034_sync 584 r\n2011_09_30/2011_09_30_drive_0034_sync 308 r\n2011_09_30/2011_09_30_drive_0034_sync 152 l\n2011_09_30/2011_09_30_drive_0034_sync 693 l\n2011_09_30/2011_09_30_drive_0034_sync 203 r\n2011_09_30/2011_09_30_drive_0034_sync 563 l\n2011_09_30/2011_09_30_drive_0034_sync 1019 r\n2011_09_30/2011_09_30_drive_0034_sync 146 l\n2011_09_30/2011_09_30_drive_0034_sync 203 l\n2011_09_30/2011_09_30_drive_0034_sync 86 r\n2011_09_30/2011_09_30_drive_0034_sync 703 l\n2011_09_30/2011_09_30_drive_0034_sync 960 l\n2011_09_30/2011_09_30_drive_0034_sync 1042 l\n2011_09_30/2011_09_30_drive_0034_sync 114 l\n2011_09_30/2011_09_30_drive_0034_sync 184 l\n2011_09_30/2011_09_30_drive_0034_sync 286 r\n2011_09_30/2011_09_30_drive_0034_sync 565 l\n2011_09_30/2011_09_30_drive_0034_sync 554 r\n2011_09_30/2011_09_30_drive_0034_sync 438 l\n2011_09_30/2011_09_30_drive_0034_sync 1082 l\n2011_09_30/2011_09_30_drive_0034_sync 262 l\n2011_09_30/2011_09_30_drive_0034_sync 567 r\n2011_09_30/2011_09_30_drive_0034_sync 1087 r\n2011_09_30/2011_09_30_drive_0034_sync 254 r\n2011_09_30/2011_09_30_drive_0034_sync 409 l\n2011_09_30/2011_09_30_drive_0034_sync 840 r\n2011_09_30/2011_09_30_drive_0034_sync 140 r\n2011_09_30/2011_09_30_drive_0034_sync 215 r\n2011_09_30/2011_09_30_drive_0034_sync 502 l\n2011_09_30/2011_09_30_drive_0034_sync 399 l\n2011_09_30/2011_09_30_drive_0034_sync 700 r\n2011_09_30/2011_09_30_drive_0034_sync 814 r\n2011_09_30/2011_09_30_drive_0034_sync 232 r\n2011_09_30/2011_09_30_drive_0034_sync 511 l\n2011_09_30/2011_09_30_drive_0034_sync 1075 l\n2011_09_30/2011_09_30_drive_0034_sync 892 r\n2011_09_30/2011_09_30_drive_0034_sync 306 l\n2011_09_30/2011_09_30_drive_0034_sync 1128 l\n2011_09_30/2011_09_30_drive_0034_sync 830 l\n2011_09_30/2011_09_30_drive_0034_sync 391 r\n2011_09_30/2011_09_30_drive_0034_sync 849 r\n2011_09_30/2011_09_30_drive_0034_sync 915 l\n2011_09_30/2011_09_30_drive_0034_sync 339 r\n2011_09_30/2011_09_30_drive_0034_sync 813 r\n2011_09_30/2011_09_30_drive_0034_sync 1001 l\n2011_09_30/2011_09_30_drive_0034_sync 229 r\n2011_09_30/2011_09_30_drive_0034_sync 382 r\n2011_09_30/2011_09_30_drive_0034_sync 385 l\n2011_09_30/2011_09_30_drive_0034_sync 751 l\n2011_09_30/2011_09_30_drive_0034_sync 205 r\n2011_09_30/2011_09_30_drive_0034_sync 83 r\n2011_09_30/2011_09_30_drive_0034_sync 1124 l\n2011_09_30/2011_09_30_drive_0034_sync 506 l\n2011_09_30/2011_09_30_drive_0034_sync 533 l\n2011_09_30/2011_09_30_drive_0034_sync 36 l\n2011_09_30/2011_09_30_drive_0034_sync 130 r\n2011_09_30/2011_09_30_drive_0034_sync 866 r\n2011_09_30/2011_09_30_drive_0034_sync 782 r\n2011_09_30/2011_09_30_drive_0034_sync 127 l\n2011_09_30/2011_09_30_drive_0034_sync 15 r\n2011_09_30/2011_09_30_drive_0034_sync 538 r\n2011_09_30/2011_09_30_drive_0034_sync 342 r\n2011_09_30/2011_09_30_drive_0034_sync 46 r\n2011_09_30/2011_09_30_drive_0034_sync 518 r\n2011_09_30/2011_09_30_drive_0034_sync 423 r\n2011_09_30/2011_09_30_drive_0034_sync 843 l\n2011_09_30/2011_09_30_drive_0034_sync 717 r\n2011_09_30/2011_09_30_drive_0034_sync 134 l\n2011_09_30/2011_09_30_drive_0034_sync 517 l\n2011_09_30/2011_09_30_drive_0034_sync 728 l\n2011_09_30/2011_09_30_drive_0034_sync 269 l\n2011_09_30/2011_09_30_drive_0034_sync 56 r\n2011_09_30/2011_09_30_drive_0034_sync 81 r\n2011_09_30/2011_09_30_drive_0034_sync 282 l\n2011_09_30/2011_09_30_drive_0034_sync 221 r\n2011_09_30/2011_09_30_drive_0034_sync 1022 r\n2011_09_30/2011_09_30_drive_0034_sync 542 l\n2011_09_30/2011_09_30_drive_0034_sync 27 l\n2011_09_30/2011_09_30_drive_0034_sync 240 l\n2011_09_30/2011_09_30_drive_0034_sync 558 r\n2011_09_30/2011_09_30_drive_0034_sync 1014 l\n2011_09_30/2011_09_30_drive_0034_sync 1059 l\n2011_09_30/2011_09_30_drive_0034_sync 795 l\n2011_09_30/2011_09_30_drive_0034_sync 185 l\n2011_09_30/2011_09_30_drive_0034_sync 237 l\n2011_09_30/2011_09_30_drive_0034_sync 490 r\n2011_09_30/2011_09_30_drive_0034_sync 980 l\n2011_09_30/2011_09_30_drive_0034_sync 234 l\n2011_09_30/2011_09_30_drive_0034_sync 806 r\n2011_09_30/2011_09_30_drive_0034_sync 535 l\n2011_09_30/2011_09_30_drive_0034_sync 603 r\n2011_09_30/2011_09_30_drive_0034_sync 231 l\n2011_09_30/2011_09_30_drive_0034_sync 492 l\n2011_09_30/2011_09_30_drive_0034_sync 454 l\n2011_09_30/2011_09_30_drive_0034_sync 296 l\n2011_09_30/2011_09_30_drive_0034_sync 265 l\n2011_09_30/2011_09_30_drive_0034_sync 225 l\n2011_09_30/2011_09_30_drive_0034_sync 1040 l\n2011_09_30/2011_09_30_drive_0034_sync 278 r\n2011_09_30/2011_09_30_drive_0034_sync 1102 l\n2011_09_30/2011_09_30_drive_0034_sync 945 l\n2011_09_30/2011_09_30_drive_0034_sync 1030 l\n2011_09_30/2011_09_30_drive_0034_sync 908 r\n2011_09_30/2011_09_30_drive_0034_sync 386 r\n2011_09_30/2011_09_30_drive_0034_sync 706 l\n2011_09_30/2011_09_30_drive_0034_sync 1079 l\n2011_09_30/2011_09_30_drive_0034_sync 167 l\n2011_09_30/2011_09_30_drive_0034_sync 910 r\n2011_09_30/2011_09_30_drive_0034_sync 286 l\n2011_09_30/2011_09_30_drive_0034_sync 39 r\n2011_09_30/2011_09_30_drive_0034_sync 619 l\n2011_09_30/2011_09_30_drive_0034_sync 1086 l\n2011_09_30/2011_09_30_drive_0034_sync 70 l\n2011_09_30/2011_09_30_drive_0034_sync 714 l\n2011_09_30/2011_09_30_drive_0034_sync 1067 l\n2011_09_30/2011_09_30_drive_0034_sync 444 l\n2011_09_30/2011_09_30_drive_0034_sync 672 l\n2011_09_30/2011_09_30_drive_0034_sync 164 l\n2011_09_30/2011_09_30_drive_0034_sync 469 l\n2011_09_30/2011_09_30_drive_0034_sync 305 l\n2011_09_30/2011_09_30_drive_0034_sync 825 r\n2011_09_30/2011_09_30_drive_0034_sync 674 r\n2011_09_30/2011_09_30_drive_0034_sync 195 l\n2011_09_30/2011_09_30_drive_0034_sync 982 l\n2011_09_30/2011_09_30_drive_0034_sync 577 r\n2011_09_30/2011_09_30_drive_0034_sync 870 r\n2011_09_30/2011_09_30_drive_0034_sync 888 r\n2011_09_30/2011_09_30_drive_0034_sync 615 l\n2011_09_30/2011_09_30_drive_0034_sync 494 l\n2011_09_30/2011_09_30_drive_0034_sync 190 r\n2011_09_30/2011_09_30_drive_0034_sync 149 l\n2011_09_30/2011_09_30_drive_0034_sync 124 l\n2011_09_30/2011_09_30_drive_0034_sync 451 r\n2011_09_30/2011_09_30_drive_0034_sync 95 r\n2011_09_30/2011_09_30_drive_0034_sync 727 r\n2011_09_30/2011_09_30_drive_0034_sync 846 r\n2011_09_30/2011_09_30_drive_0034_sync 859 l\n2011_09_30/2011_09_30_drive_0034_sync 1026 r\n2011_09_30/2011_09_30_drive_0034_sync 65 l\n2011_09_30/2011_09_30_drive_0034_sync 849 l\n2011_09_30/2011_09_30_drive_0034_sync 220 r\n2011_09_30/2011_09_30_drive_0034_sync 672 r\n2011_09_30/2011_09_30_drive_0034_sync 325 l\n2011_09_30/2011_09_30_drive_0034_sync 291 l\n2011_09_30/2011_09_30_drive_0034_sync 429 r\n2011_09_30/2011_09_30_drive_0034_sync 917 r\n2011_09_30/2011_09_30_drive_0034_sync 731 r\n2011_09_30/2011_09_30_drive_0034_sync 763 r\n2011_09_30/2011_09_30_drive_0034_sync 887 r\n2011_09_30/2011_09_30_drive_0034_sync 625 l\n2011_09_30/2011_09_30_drive_0034_sync 392 r\n2011_09_30/2011_09_30_drive_0034_sync 1071 l\n2011_09_30/2011_09_30_drive_0034_sync 375 l\n2011_09_30/2011_09_30_drive_0034_sync 675 l\n2011_09_30/2011_09_30_drive_0034_sync 464 r\n2011_09_30/2011_09_30_drive_0034_sync 566 l\n2011_09_30/2011_09_30_drive_0034_sync 583 r\n2011_09_30/2011_09_30_drive_0034_sync 379 r\n2011_09_30/2011_09_30_drive_0034_sync 224 l\n2011_09_30/2011_09_30_drive_0034_sync 418 r\n2011_09_30/2011_09_30_drive_0034_sync 707 l\n2011_09_30/2011_09_30_drive_0034_sync 641 r\n2011_09_30/2011_09_30_drive_0034_sync 498 l\n2011_09_30/2011_09_30_drive_0034_sync 807 l\n2011_09_30/2011_09_30_drive_0034_sync 450 r\n2011_09_30/2011_09_30_drive_0034_sync 349 l\n2011_09_30/2011_09_30_drive_0034_sync 16 r\n2011_09_30/2011_09_30_drive_0034_sync 367 l\n2011_09_30/2011_09_30_drive_0034_sync 770 l\n2011_09_30/2011_09_30_drive_0034_sync 259 r\n2011_09_30/2011_09_30_drive_0034_sync 531 l\n2011_09_30/2011_09_30_drive_0034_sync 1060 l\n2011_09_30/2011_09_30_drive_0034_sync 688 l\n2011_09_30/2011_09_30_drive_0034_sync 669 r\n2011_09_30/2011_09_30_drive_0034_sync 72 l\n2011_09_30/2011_09_30_drive_0034_sync 542 r\n2011_09_30/2011_09_30_drive_0034_sync 690 l\n2011_09_30/2011_09_30_drive_0034_sync 271 l\n2011_09_30/2011_09_30_drive_0034_sync 484 r\n2011_09_30/2011_09_30_drive_0034_sync 450 l\n2011_09_30/2011_09_30_drive_0034_sync 255 l\n2011_09_30/2011_09_30_drive_0034_sync 175 l\n2011_09_30/2011_09_30_drive_0034_sync 465 r\n2011_09_30/2011_09_30_drive_0034_sync 1073 r\n2011_09_30/2011_09_30_drive_0034_sync 213 l\n2011_09_30/2011_09_30_drive_0034_sync 528 r\n2011_09_30/2011_09_30_drive_0034_sync 232 l\n2011_09_30/2011_09_30_drive_0034_sync 360 r\n2011_09_30/2011_09_30_drive_0034_sync 383 r\n2011_09_30/2011_09_30_drive_0034_sync 564 l\n2011_09_30/2011_09_30_drive_0034_sync 586 l\n2011_09_30/2011_09_30_drive_0034_sync 153 r\n2011_09_30/2011_09_30_drive_0034_sync 362 l\n2011_09_30/2011_09_30_drive_0034_sync 608 l\n2011_09_30/2011_09_30_drive_0034_sync 299 l\n2011_09_30/2011_09_30_drive_0034_sync 1089 r\n2011_09_30/2011_09_30_drive_0034_sync 903 r\n2011_09_30/2011_09_30_drive_0034_sync 122 r\n2011_09_30/2011_09_30_drive_0034_sync 1098 l\n2011_09_30/2011_09_30_drive_0034_sync 359 l\n2011_09_30/2011_09_30_drive_0034_sync 943 l\n2011_09_30/2011_09_30_drive_0034_sync 201 r\n2011_09_30/2011_09_30_drive_0034_sync 820 l\n2011_09_30/2011_09_30_drive_0034_sync 638 l\n2011_09_30/2011_09_30_drive_0034_sync 250 l\n2011_09_30/2011_09_30_drive_0034_sync 833 r\n2011_09_30/2011_09_30_drive_0034_sync 221 l\n2011_09_30/2011_09_30_drive_0034_sync 165 l\n2011_09_30/2011_09_30_drive_0034_sync 422 r\n2011_09_30/2011_09_30_drive_0034_sync 959 l\n2011_09_30/2011_09_30_drive_0034_sync 169 r\n2011_09_30/2011_09_30_drive_0034_sync 649 l\n2011_09_30/2011_09_30_drive_0034_sync 553 l\n2011_09_30/2011_09_30_drive_0034_sync 98 l\n2011_09_30/2011_09_30_drive_0034_sync 219 l\n2011_09_30/2011_09_30_drive_0034_sync 711 r\n2011_09_30/2011_09_30_drive_0034_sync 925 r\n2011_09_30/2011_09_30_drive_0034_sync 1013 l\n2011_09_30/2011_09_30_drive_0034_sync 1134 l\n2011_09_30/2011_09_30_drive_0034_sync 325 r\n2011_09_30/2011_09_30_drive_0034_sync 239 l\n2011_09_30/2011_09_30_drive_0034_sync 890 l\n2011_09_30/2011_09_30_drive_0034_sync 552 r\n2011_09_30/2011_09_30_drive_0034_sync 1031 l\n2011_09_30/2011_09_30_drive_0034_sync 1133 l\n2011_09_30/2011_09_30_drive_0034_sync 780 r\n2011_09_30/2011_09_30_drive_0034_sync 586 r\n2011_09_30/2011_09_30_drive_0034_sync 388 r\n2011_09_30/2011_09_30_drive_0034_sync 1030 r\n2011_09_30/2011_09_30_drive_0034_sync 273 l\n2011_09_30/2011_09_30_drive_0034_sync 801 r\n2011_09_30/2011_09_30_drive_0034_sync 949 l\n2011_09_30/2011_09_30_drive_0034_sync 338 l\n2011_09_30/2011_09_30_drive_0034_sync 890 r\n2011_09_30/2011_09_30_drive_0034_sync 910 l\n2011_09_30/2011_09_30_drive_0034_sync 44 l\n2011_09_30/2011_09_30_drive_0034_sync 455 r\n2011_09_30/2011_09_30_drive_0034_sync 1025 l\n2011_09_30/2011_09_30_drive_0034_sync 588 l\n2011_09_30/2011_09_30_drive_0034_sync 912 r\n2011_09_30/2011_09_30_drive_0034_sync 633 l\n2011_09_30/2011_09_30_drive_0034_sync 462 l\n2011_09_30/2011_09_30_drive_0034_sync 318 r\n2011_09_30/2011_09_30_drive_0034_sync 953 r\n2011_09_30/2011_09_30_drive_0034_sync 992 r\n2011_09_30/2011_09_30_drive_0034_sync 579 r\n2011_09_30/2011_09_30_drive_0034_sync 202 l\n2011_09_30/2011_09_30_drive_0034_sync 1064 l\n2011_09_30/2011_09_30_drive_0034_sync 734 r\n2011_09_30/2011_09_30_drive_0034_sync 94 r\n2011_09_30/2011_09_30_drive_0034_sync 907 l\n2011_09_30/2011_09_30_drive_0034_sync 292 l\n2011_09_30/2011_09_30_drive_0034_sync 333 r\n2011_09_30/2011_09_30_drive_0034_sync 476 l\n2011_09_30/2011_09_30_drive_0034_sync 704 l\n2011_09_30/2011_09_30_drive_0034_sync 631 l\n2011_09_30/2011_09_30_drive_0034_sync 687 r\n2011_09_30/2011_09_30_drive_0034_sync 332 r\n2011_09_30/2011_09_30_drive_0034_sync 377 r\n2011_09_30/2011_09_30_drive_0034_sync 11 l\n2011_09_30/2011_09_30_drive_0034_sync 153 l\n2011_09_30/2011_09_30_drive_0034_sync 685 l\n2011_09_30/2011_09_30_drive_0034_sync 457 r\n2011_09_30/2011_09_30_drive_0034_sync 236 l\n2011_09_30/2011_09_30_drive_0034_sync 462 r\n2011_09_30/2011_09_30_drive_0034_sync 1014 r\n2011_09_30/2011_09_30_drive_0034_sync 202 r\n2011_09_30/2011_09_30_drive_0034_sync 1024 r\n2011_09_30/2011_09_30_drive_0034_sync 812 r\n2011_09_30/2011_09_30_drive_0034_sync 555 l\n2011_09_30/2011_09_30_drive_0034_sync 572 l\n2011_09_30/2011_09_30_drive_0034_sync 810 r\n2011_09_30/2011_09_30_drive_0034_sync 880 r\n2011_09_30/2011_09_30_drive_0034_sync 1089 l\n2011_09_30/2011_09_30_drive_0034_sync 129 l\n2011_09_30/2011_09_30_drive_0034_sync 1135 l\n2011_09_30/2011_09_30_drive_0034_sync 142 r\n2011_09_30/2011_09_30_drive_0034_sync 648 r\n2011_09_30/2011_09_30_drive_0034_sync 541 l\n2011_09_30/2011_09_30_drive_0034_sync 1125 l\n2011_09_30/2011_09_30_drive_0034_sync 463 l\n2011_09_30/2011_09_30_drive_0034_sync 719 l\n2011_09_30/2011_09_30_drive_0034_sync 163 l\n2011_09_30/2011_09_30_drive_0034_sync 777 r\n2011_09_30/2011_09_30_drive_0034_sync 1131 l\n2011_09_30/2011_09_30_drive_0034_sync 709 r\n2011_09_30/2011_09_30_drive_0034_sync 24 r\n2011_09_30/2011_09_30_drive_0034_sync 156 l\n2011_09_30/2011_09_30_drive_0034_sync 560 l\n2011_09_30/2011_09_30_drive_0034_sync 767 l\n2011_09_30/2011_09_30_drive_0034_sync 87 l\n2011_09_30/2011_09_30_drive_0034_sync 580 r\n2011_09_30/2011_09_30_drive_0034_sync 656 l\n2011_09_30/2011_09_30_drive_0034_sync 1077 r\n2011_09_30/2011_09_30_drive_0034_sync 251 r\n2011_09_30/2011_09_30_drive_0034_sync 125 r\n2011_09_30/2011_09_30_drive_0034_sync 800 l\n2011_09_30/2011_09_30_drive_0034_sync 644 r\n2011_09_30/2011_09_30_drive_0034_sync 1027 l\n2011_09_30/2011_09_30_drive_0034_sync 622 r\n2011_09_30/2011_09_30_drive_0034_sync 970 l\n2011_09_30/2011_09_30_drive_0034_sync 1036 r\n2011_09_30/2011_09_30_drive_0034_sync 281 r\n2011_09_30/2011_09_30_drive_0034_sync 128 l\n2011_09_30/2011_09_30_drive_0034_sync 562 l\n2011_09_30/2011_09_30_drive_0034_sync 498 r\n2011_09_30/2011_09_30_drive_0034_sync 534 r\n2011_09_30/2011_09_30_drive_0034_sync 317 r\n2011_09_30/2011_09_30_drive_0034_sync 855 l\n2011_09_30/2011_09_30_drive_0034_sync 766 l\n2011_09_30/2011_09_30_drive_0034_sync 259 l\n2011_09_30/2011_09_30_drive_0034_sync 570 r\n2011_09_30/2011_09_30_drive_0034_sync 820 r\n2011_09_30/2011_09_30_drive_0034_sync 1111 l\n2011_09_30/2011_09_30_drive_0034_sync 335 l\n2011_09_30/2011_09_30_drive_0034_sync 1105 r\n2011_09_30/2011_09_30_drive_0034_sync 137 r\n2011_09_30/2011_09_30_drive_0034_sync 472 r\n2011_09_30/2011_09_30_drive_0034_sync 166 l\n2011_09_30/2011_09_30_drive_0034_sync 593 l\n2011_09_30/2011_09_30_drive_0034_sync 793 r\n2011_09_30/2011_09_30_drive_0034_sync 1060 r\n2011_09_30/2011_09_30_drive_0034_sync 346 r\n2011_09_30/2011_09_30_drive_0034_sync 557 l\n2011_09_30/2011_09_30_drive_0034_sync 759 r\n2011_09_30/2011_09_30_drive_0034_sync 266 r\n2011_09_30/2011_09_30_drive_0034_sync 258 r\n2011_09_30/2011_09_30_drive_0034_sync 331 r\n2011_09_30/2011_09_30_drive_0034_sync 367 r\n2011_09_30/2011_09_30_drive_0034_sync 252 l\n2011_09_30/2011_09_30_drive_0034_sync 489 l\n2011_09_30/2011_09_30_drive_0034_sync 856 l\n2011_09_30/2011_09_30_drive_0034_sync 940 l\n2011_09_30/2011_09_30_drive_0034_sync 911 l\n2011_09_30/2011_09_30_drive_0034_sync 433 r\n2011_09_30/2011_09_30_drive_0034_sync 616 l\n2011_09_30/2011_09_30_drive_0034_sync 1119 l\n2011_09_30/2011_09_30_drive_0034_sync 1083 r\n2011_09_30/2011_09_30_drive_0034_sync 468 r\n2011_09_30/2011_09_30_drive_0034_sync 47 l\n2011_09_30/2011_09_30_drive_0034_sync 539 r\n2011_09_30/2011_09_30_drive_0034_sync 465 l\n2011_09_30/2011_09_30_drive_0034_sync 618 l\n2011_09_30/2011_09_30_drive_0034_sync 657 l\n2011_09_30/2011_09_30_drive_0034_sync 357 l\n2011_09_30/2011_09_30_drive_0034_sync 150 l\n2011_09_30/2011_09_30_drive_0034_sync 106 l\n2011_09_30/2011_09_30_drive_0034_sync 439 r\n2011_09_30/2011_09_30_drive_0034_sync 4 l\n2011_09_30/2011_09_30_drive_0034_sync 698 r\n2011_09_30/2011_09_30_drive_0034_sync 395 r\n2011_09_30/2011_09_30_drive_0034_sync 1021 r\n2011_09_30/2011_09_30_drive_0034_sync 126 l\n2011_09_30/2011_09_30_drive_0034_sync 520 r\n2011_09_30/2011_09_30_drive_0034_sync 394 r\n2011_09_30/2011_09_30_drive_0034_sync 967 r\n2011_09_30/2011_09_30_drive_0034_sync 33 r\n2011_09_30/2011_09_30_drive_0034_sync 387 l\n2011_09_30/2011_09_30_drive_0034_sync 632 r\n2011_09_30/2011_09_30_drive_0034_sync 901 l\n2011_09_30/2011_09_30_drive_0034_sync 51 r\n2011_09_30/2011_09_30_drive_0034_sync 401 l\n2011_09_30/2011_09_30_drive_0034_sync 47 r\n2011_09_30/2011_09_30_drive_0034_sync 223 r\n2011_09_30/2011_09_30_drive_0034_sync 643 l\n2011_09_30/2011_09_30_drive_0034_sync 1043 l\n2011_09_30/2011_09_30_drive_0034_sync 130 l\n2011_09_30/2011_09_30_drive_0034_sync 341 l\n2011_09_30/2011_09_30_drive_0034_sync 389 l\n2011_09_30/2011_09_30_drive_0034_sync 917 l\n2011_09_30/2011_09_30_drive_0034_sync 721 l\n2011_09_30/2011_09_30_drive_0034_sync 658 l\n2011_09_30/2011_09_30_drive_0034_sync 978 r\n2011_09_30/2011_09_30_drive_0034_sync 487 r\n2011_09_30/2011_09_30_drive_0034_sync 989 r\n2011_09_30/2011_09_30_drive_0034_sync 211 r\n2011_09_30/2011_09_30_drive_0034_sync 74 l\n2011_09_30/2011_09_30_drive_0034_sync 341 r\n2011_09_30/2011_09_30_drive_0034_sync 1133 r\n2011_09_30/2011_09_30_drive_0034_sync 641 l\n2011_09_30/2011_09_30_drive_0034_sync 381 l\n2011_09_30/2011_09_30_drive_0034_sync 757 r\n2011_09_30/2011_09_30_drive_0034_sync 880 l\n2011_09_30/2011_09_30_drive_0034_sync 32 r\n2011_09_30/2011_09_30_drive_0034_sync 739 l\n2011_09_30/2011_09_30_drive_0034_sync 760 r\n2011_09_30/2011_09_30_drive_0034_sync 737 l\n2011_09_30/2011_09_30_drive_0034_sync 1006 r\n2011_09_30/2011_09_30_drive_0034_sync 384 r\n2011_09_30/2011_09_30_drive_0034_sync 623 l\n2011_09_30/2011_09_30_drive_0034_sync 640 l\n2011_09_30/2011_09_30_drive_0034_sync 361 l\n2011_09_30/2011_09_30_drive_0034_sync 22 l\n2011_09_30/2011_09_30_drive_0034_sync 742 l\n2011_09_30/2011_09_30_drive_0034_sync 632 l\n2011_09_30/2011_09_30_drive_0034_sync 598 l\n2011_09_30/2011_09_30_drive_0034_sync 1050 r\n2011_09_30/2011_09_30_drive_0034_sync 971 l\n2011_09_30/2011_09_30_drive_0034_sync 787 l\n2011_09_30/2011_09_30_drive_0034_sync 507 r\n2011_09_30/2011_09_30_drive_0034_sync 102 l\n2011_09_30/2011_09_30_drive_0034_sync 596 l\n2011_09_30/2011_09_30_drive_0034_sync 40 r\n2011_09_30/2011_09_30_drive_0034_sync 461 l\n2011_09_30/2011_09_30_drive_0034_sync 122 l\n2011_09_30/2011_09_30_drive_0034_sync 784 l\n2011_09_30/2011_09_30_drive_0034_sync 44 r\n2011_09_30/2011_09_30_drive_0034_sync 373 l\n2011_09_30/2011_09_30_drive_0034_sync 869 l\n2011_09_30/2011_09_30_drive_0034_sync 510 r\n2011_09_30/2011_09_30_drive_0034_sync 9 r\n2011_09_30/2011_09_30_drive_0034_sync 852 l\n2011_09_30/2011_09_30_drive_0034_sync 1114 r\n2011_09_30/2011_09_30_drive_0034_sync 708 l\n2011_09_30/2011_09_30_drive_0034_sync 659 l\n2011_09_30/2011_09_30_drive_0034_sync 683 l\n2011_09_30/2011_09_30_drive_0034_sync 314 l\n2011_09_30/2011_09_30_drive_0034_sync 761 r\n2011_09_30/2011_09_30_drive_0034_sync 26 l\n2011_09_30/2011_09_30_drive_0034_sync 842 r\n2011_09_30/2011_09_30_drive_0034_sync 447 r\n2011_09_30/2011_09_30_drive_0034_sync 246 r\n2011_09_30/2011_09_30_drive_0034_sync 873 r\n2011_09_30/2011_09_30_drive_0034_sync 952 r\n2011_09_30/2011_09_30_drive_0034_sync 280 l\n2011_09_30/2011_09_30_drive_0034_sync 6 l\n2011_09_30/2011_09_30_drive_0034_sync 273 r\n2011_09_30/2011_09_30_drive_0034_sync 997 r\n2011_09_30/2011_09_30_drive_0034_sync 303 l\n2011_09_30/2011_09_30_drive_0034_sync 548 r\n2011_09_30/2011_09_30_drive_0034_sync 697 r\n2011_09_30/2011_09_30_drive_0034_sync 765 l\n2011_09_30/2011_09_30_drive_0034_sync 1109 r\n2011_09_30/2011_09_30_drive_0034_sync 93 l\n2011_09_30/2011_09_30_drive_0034_sync 1036 l\n2011_09_30/2011_09_30_drive_0034_sync 1127 l\n2011_09_30/2011_09_30_drive_0034_sync 435 l\n2011_09_30/2011_09_30_drive_0034_sync 934 l\n2011_09_30/2011_09_30_drive_0034_sync 1121 r\n2011_09_30/2011_09_30_drive_0034_sync 312 r\n2011_09_30/2011_09_30_drive_0034_sync 998 l\n2011_09_30/2011_09_30_drive_0034_sync 1039 l\n2011_09_30/2011_09_30_drive_0034_sync 659 r\n2011_09_30/2011_09_30_drive_0034_sync 984 l\n2011_09_30/2011_09_30_drive_0034_sync 369 l\n2011_09_30/2011_09_30_drive_0034_sync 193 l\n2011_09_30/2011_09_30_drive_0034_sync 973 r\n2011_09_30/2011_09_30_drive_0034_sync 744 r\n2011_09_30/2011_09_30_drive_0034_sync 1042 r\n2011_09_30/2011_09_30_drive_0034_sync 157 l\n2011_09_30/2011_09_30_drive_0034_sync 237 r\n2011_09_30/2011_09_30_drive_0034_sync 92 l\n2011_09_30/2011_09_30_drive_0034_sync 587 r\n2011_09_30/2011_09_30_drive_0034_sync 511 r\n2011_09_30/2011_09_30_drive_0034_sync 1062 r\n2011_09_30/2011_09_30_drive_0034_sync 582 l\n2011_09_30/2011_09_30_drive_0034_sync 301 r\n2011_09_30/2011_09_30_drive_0034_sync 417 r\n2011_09_30/2011_09_30_drive_0034_sync 337 r\n2011_09_30/2011_09_30_drive_0034_sync 309 l\n2011_09_30/2011_09_30_drive_0034_sync 699 r\n2011_09_30/2011_09_30_drive_0034_sync 1104 l\n2011_09_30/2011_09_30_drive_0034_sync 520 l\n2011_09_30/2011_09_30_drive_0034_sync 891 r\n2011_09_30/2011_09_30_drive_0034_sync 902 r\n2011_09_30/2011_09_30_drive_0034_sync 354 r\n2011_09_30/2011_09_30_drive_0034_sync 987 l\n2011_09_30/2011_09_30_drive_0034_sync 99 l\n2011_09_30/2011_09_30_drive_0034_sync 592 l\n2011_09_30/2011_09_30_drive_0034_sync 566 r\n2011_09_30/2011_09_30_drive_0034_sync 718 l\n2011_09_30/2011_09_30_drive_0034_sync 1112 r\n2011_09_30/2011_09_30_drive_0034_sync 741 l\n2011_09_30/2011_09_30_drive_0034_sync 878 l\n2011_09_30/2011_09_30_drive_0034_sync 46 l\n2011_09_30/2011_09_30_drive_0034_sync 701 r\n2011_09_30/2011_09_30_drive_0034_sync 738 r\n2011_09_30/2011_09_30_drive_0034_sync 897 l\n2011_09_30/2011_09_30_drive_0034_sync 771 l\n2011_09_30/2011_09_30_drive_0034_sync 649 r\n2011_09_30/2011_09_30_drive_0034_sync 756 l\n2011_09_30/2011_09_30_drive_0034_sync 582 r\n2011_09_30/2011_09_30_drive_0034_sync 555 r\n2011_09_30/2011_09_30_drive_0034_sync 902 l\n2011_09_30/2011_09_30_drive_0034_sync 595 l\n2011_09_30/2011_09_30_drive_0034_sync 755 r\n2011_09_30/2011_09_30_drive_0034_sync 904 l\n2011_09_30/2011_09_30_drive_0034_sync 112 l\n2011_09_30/2011_09_30_drive_0034_sync 200 r\n2011_09_30/2011_09_30_drive_0034_sync 596 r\n2011_09_30/2011_09_30_drive_0034_sync 275 r\n2011_09_30/2011_09_30_drive_0034_sync 72 r\n2011_09_30/2011_09_30_drive_0034_sync 470 l\n2011_09_30/2011_09_30_drive_0034_sync 213 r\n2011_09_30/2011_09_30_drive_0034_sync 916 l\n2011_09_30/2011_09_30_drive_0034_sync 413 r\n2011_09_30/2011_09_30_drive_0034_sync 800 r\n2011_09_30/2011_09_30_drive_0034_sync 79 r\n2011_09_30/2011_09_30_drive_0034_sync 421 r\n2011_09_30/2011_09_30_drive_0034_sync 329 r\n2011_09_30/2011_09_30_drive_0034_sync 921 r\n2011_09_30/2011_09_30_drive_0034_sync 1099 r\n2011_09_30/2011_09_30_drive_0034_sync 132 r\n2011_09_30/2011_09_30_drive_0034_sync 680 l\n2011_09_30/2011_09_30_drive_0034_sync 591 r\n2011_09_30/2011_09_30_drive_0034_sync 55 l\n2011_09_30/2011_09_30_drive_0034_sync 841 l\n2011_09_30/2011_09_30_drive_0034_sync 1135 r\n2011_09_30/2011_09_30_drive_0034_sync 169 l\n2011_09_30/2011_09_30_drive_0034_sync 739 r\n2011_09_30/2011_09_30_drive_0034_sync 477 l\n2011_09_30/2011_09_30_drive_0034_sync 852 r\n2011_09_30/2011_09_30_drive_0034_sync 773 r\n2011_09_30/2011_09_30_drive_0034_sync 1048 l\n2011_09_30/2011_09_30_drive_0034_sync 523 r\n2011_09_30/2011_09_30_drive_0034_sync 972 l\n2011_09_30/2011_09_30_drive_0034_sync 332 l\n2011_09_30/2011_09_30_drive_0034_sync 45 l\n2011_09_30/2011_09_30_drive_0034_sync 768 l\n2011_09_30/2011_09_30_drive_0034_sync 633 r\n2011_09_30/2011_09_30_drive_0034_sync 48 r\n2011_09_30/2011_09_30_drive_0034_sync 947 l\n2011_09_30/2011_09_30_drive_0034_sync 477 r\n2011_09_30/2011_09_30_drive_0034_sync 201 l\n2011_09_30/2011_09_30_drive_0034_sync 23 r\n2011_09_30/2011_09_30_drive_0034_sync 416 l\n2011_09_30/2011_09_30_drive_0034_sync 354 l\n2011_09_30/2011_09_30_drive_0034_sync 344 l\n2011_09_30/2011_09_30_drive_0034_sync 627 l\n2011_09_30/2011_09_30_drive_0034_sync 228 r\n2011_09_30/2011_09_30_drive_0034_sync 883 r\n2011_09_30/2011_09_30_drive_0034_sync 680 r\n2011_09_30/2011_09_30_drive_0034_sync 537 r\n2011_09_30/2011_09_30_drive_0034_sync 1100 r\n2011_09_30/2011_09_30_drive_0034_sync 858 l\n2011_09_30/2011_09_30_drive_0034_sync 461 r\n2011_09_30/2011_09_30_drive_0034_sync 449 r\n2011_09_30/2011_09_30_drive_0034_sync 827 l\n2011_09_30/2011_09_30_drive_0034_sync 365 l\n2011_09_30/2011_09_30_drive_0034_sync 1038 l\n2011_09_30/2011_09_30_drive_0034_sync 170 l\n2011_09_30/2011_09_30_drive_0034_sync 854 l\n2011_09_30/2011_09_30_drive_0034_sync 1121 l\n2011_09_30/2011_09_30_drive_0034_sync 236 r\n2011_09_30/2011_09_30_drive_0034_sync 1037 r\n2011_09_30/2011_09_30_drive_0034_sync 21 r\n2011_09_30/2011_09_30_drive_0034_sync 772 l\n2011_09_30/2011_09_30_drive_0034_sync 18 l\n2011_09_30/2011_09_30_drive_0034_sync 371 l\n2011_09_30/2011_09_30_drive_0034_sync 350 r\n2011_09_30/2011_09_30_drive_0034_sync 3 r\n2011_09_30/2011_09_30_drive_0034_sync 474 r\n2011_09_30/2011_09_30_drive_0034_sync 875 l\n2011_09_30/2011_09_30_drive_0034_sync 398 r\n2011_09_30/2011_09_30_drive_0034_sync 536 r\n2011_09_30/2011_09_30_drive_0034_sync 313 l\n2011_09_30/2011_09_30_drive_0034_sync 173 l\n2011_09_30/2011_09_30_drive_0034_sync 280 r\n2011_09_30/2011_09_30_drive_0034_sync 22 r\n2011_09_30/2011_09_30_drive_0034_sync 319 r\n2011_09_30/2011_09_30_drive_0034_sync 1035 r\n2011_09_30/2011_09_30_drive_0034_sync 725 l\n2011_09_30/2011_09_30_drive_0034_sync 603 l\n2011_09_30/2011_09_30_drive_0034_sync 796 r\n2011_09_30/2011_09_30_drive_0034_sync 330 l\n2011_09_30/2011_09_30_drive_0034_sync 766 r\n2011_09_30/2011_09_30_drive_0034_sync 1046 l\n2011_09_30/2011_09_30_drive_0034_sync 362 r\n2011_09_30/2011_09_30_drive_0034_sync 654 r\n2011_09_30/2011_09_30_drive_0034_sync 609 r\n2011_09_30/2011_09_30_drive_0034_sync 13 r\n2011_09_30/2011_09_30_drive_0034_sync 315 r\n2011_09_30/2011_09_30_drive_0034_sync 267 l\n2011_09_30/2011_09_30_drive_0034_sync 846 l\n2011_09_30/2011_09_30_drive_0034_sync 1017 l\n2011_09_30/2011_09_30_drive_0034_sync 621 l\n2011_09_30/2011_09_30_drive_0034_sync 290 l\n2011_09_30/2011_09_30_drive_0034_sync 724 l\n2011_09_30/2011_09_30_drive_0034_sync 406 r\n2011_09_30/2011_09_30_drive_0034_sync 12 r\n2011_09_30/2011_09_30_drive_0034_sync 66 r\n2011_09_30/2011_09_30_drive_0034_sync 731 l\n2011_09_30/2011_09_30_drive_0034_sync 764 l\n2011_09_30/2011_09_30_drive_0034_sync 242 r\n2011_09_30/2011_09_30_drive_0034_sync 625 r\n2011_09_30/2011_09_30_drive_0034_sync 512 r\n2011_09_30/2011_09_30_drive_0034_sync 187 l\n2011_09_30/2011_09_30_drive_0034_sync 343 r\n2011_09_30/2011_09_30_drive_0034_sync 628 l\n2011_09_30/2011_09_30_drive_0034_sync 979 l\n2011_09_30/2011_09_30_drive_0034_sync 781 l\n2011_09_30/2011_09_30_drive_0034_sync 1056 l\n2011_09_30/2011_09_30_drive_0034_sync 567 l\n2011_09_30/2011_09_30_drive_0034_sync 385 r\n2011_09_30/2011_09_30_drive_0034_sync 885 l\n2011_09_30/2011_09_30_drive_0034_sync 301 l\n2011_09_30/2011_09_30_drive_0034_sync 684 l\n2011_09_30/2011_09_30_drive_0034_sync 482 l\n2011_09_30/2011_09_30_drive_0034_sync 326 l\n2011_09_30/2011_09_30_drive_0034_sync 624 r\n2011_09_30/2011_09_30_drive_0034_sync 308 l\n2011_09_30/2011_09_30_drive_0034_sync 117 l\n2011_09_30/2011_09_30_drive_0034_sync 309 r\n2011_09_30/2011_09_30_drive_0034_sync 915 r\n2011_09_30/2011_09_30_drive_0034_sync 305 r\n2011_09_30/2011_09_30_drive_0034_sync 887 l\n2011_09_30/2011_09_30_drive_0034_sync 547 l\n2011_09_30/2011_09_30_drive_0034_sync 618 r\n2011_09_30/2011_09_30_drive_0034_sync 294 l\n2011_09_30/2011_09_30_drive_0034_sync 17 r\n2011_09_30/2011_09_30_drive_0034_sync 1025 r\n2011_09_30/2011_09_30_drive_0034_sync 985 r\n2011_09_30/2011_09_30_drive_0034_sync 149 r\n2011_09_30/2011_09_30_drive_0034_sync 1085 r\n2011_09_30/2011_09_30_drive_0034_sync 561 l\n2011_09_30/2011_09_30_drive_0034_sync 637 l\n2011_09_30/2011_09_30_drive_0034_sync 908 l\n2011_09_30/2011_09_30_drive_0034_sync 400 r\n2011_09_30/2011_09_30_drive_0034_sync 1053 r\n2011_09_30/2011_09_30_drive_0034_sync 620 r\n2011_09_30/2011_09_30_drive_0034_sync 410 l\n2011_09_30/2011_09_30_drive_0034_sync 676 l\n2011_09_30/2011_09_30_drive_0034_sync 260 r\n2011_09_30/2011_09_30_drive_0034_sync 736 l\n2011_09_30/2011_09_30_drive_0034_sync 549 l\n2011_09_30/2011_09_30_drive_0034_sync 292 r\n2011_09_30/2011_09_30_drive_0034_sync 651 r\n2011_09_30/2011_09_30_drive_0034_sync 713 l\n2011_09_30/2011_09_30_drive_0034_sync 86 l\n2011_09_30/2011_09_30_drive_0034_sync 459 l\n2011_09_30/2011_09_30_drive_0034_sync 377 l\n2011_09_30/2011_09_30_drive_0034_sync 897 r\n2011_09_30/2011_09_30_drive_0034_sync 571 r\n2011_09_30/2011_09_30_drive_0034_sync 1083 l\n2011_09_30/2011_09_30_drive_0034_sync 525 r\n2011_09_30/2011_09_30_drive_0034_sync 386 l\n2011_09_30/2011_09_30_drive_0034_sync 1052 l\n2011_09_30/2011_09_30_drive_0034_sync 372 l\n2011_09_30/2011_09_30_drive_0034_sync 1101 r\n2011_09_30/2011_09_30_drive_0034_sync 933 l\n2011_09_30/2011_09_30_drive_0034_sync 522 r\n2011_09_30/2011_09_30_drive_0034_sync 160 l\n2011_09_30/2011_09_30_drive_0034_sync 1002 r\n2011_09_30/2011_09_30_drive_0034_sync 167 r\n2011_09_30/2011_09_30_drive_0034_sync 609 l\n2011_09_30/2011_09_30_drive_0034_sync 284 l\n2011_09_30/2011_09_30_drive_0034_sync 20 l\n2011_09_30/2011_09_30_drive_0034_sync 179 r\n2011_09_30/2011_09_30_drive_0034_sync 448 l\n2011_09_30/2011_09_30_drive_0034_sync 946 l\n2011_09_30/2011_09_30_drive_0034_sync 71 r\n2011_09_30/2011_09_30_drive_0034_sync 799 l\n2011_09_30/2011_09_30_drive_0034_sync 420 r\n2011_09_30/2011_09_30_drive_0034_sync 615 r\n2011_09_30/2011_09_30_drive_0034_sync 412 r\n2011_09_30/2011_09_30_drive_0034_sync 206 l\n2011_09_30/2011_09_30_drive_0034_sync 544 r\n2011_09_30/2011_09_30_drive_0034_sync 909 r\n2011_09_30/2011_09_30_drive_0034_sync 140 l\n2011_09_30/2011_09_30_drive_0034_sync 289 r\n2011_09_30/2011_09_30_drive_0034_sync 758 r\n2011_09_30/2011_09_30_drive_0034_sync 673 r\n2011_09_30/2011_09_30_drive_0034_sync 562 r\n2011_09_30/2011_09_30_drive_0034_sync 285 l\n2011_09_30/2011_09_30_drive_0034_sync 294 r\n2011_09_30/2011_09_30_drive_0034_sync 803 l\n2011_09_30/2011_09_30_drive_0034_sync 467 l\n2011_09_30/2011_09_30_drive_0034_sync 415 l\n2011_09_30/2011_09_30_drive_0034_sync 793 l\n2011_09_30/2011_09_30_drive_0034_sync 622 l\n2011_09_30/2011_09_30_drive_0034_sync 3 l\n2011_09_30/2011_09_30_drive_0034_sync 428 l\n2011_09_30/2011_09_30_drive_0034_sync 59 r\n2011_09_30/2011_09_30_drive_0034_sync 394 l\n2011_09_30/2011_09_30_drive_0034_sync 17 l\n2011_09_30/2011_09_30_drive_0034_sync 88 l\n2011_09_30/2011_09_30_drive_0034_sync 877 l\n2011_09_30/2011_09_30_drive_0034_sync 565 r\n2011_09_30/2011_09_30_drive_0034_sync 958 r\n2011_09_30/2011_09_30_drive_0034_sync 771 r\n2011_09_30/2011_09_30_drive_0034_sync 808 l\n2011_09_30/2011_09_30_drive_0034_sync 748 r\n2011_09_30/2011_09_30_drive_0034_sync 427 l\n2011_09_30/2011_09_30_drive_0034_sync 814 l\n2011_09_30/2011_09_30_drive_0034_sync 458 l\n2011_09_30/2011_09_30_drive_0034_sync 1041 l\n2011_09_30/2011_09_30_drive_0034_sync 829 r\n2011_09_30/2011_09_30_drive_0034_sync 694 l\n2011_09_30/2011_09_30_drive_0034_sync 720 r\n2011_09_30/2011_09_30_drive_0034_sync 754 r\n2011_09_30/2011_09_30_drive_0034_sync 252 r\n2011_09_30/2011_09_30_drive_0034_sync 684 r\n2011_09_30/2011_09_30_drive_0034_sync 293 r\n2011_09_30/2011_09_30_drive_0034_sync 1116 r\n2011_09_30/2011_09_30_drive_0034_sync 824 l\n2011_09_30/2011_09_30_drive_0034_sync 331 l\n2011_09_30/2011_09_30_drive_0034_sync 559 r\n2011_09_30/2011_09_30_drive_0034_sync 148 r\n2011_09_30/2011_09_30_drive_0034_sync 328 l\n2011_09_30/2011_09_30_drive_0034_sync 126 r\n2011_09_30/2011_09_30_drive_0034_sync 329 l\n2011_09_30/2011_09_30_drive_0034_sync 142 l\n2011_09_30/2011_09_30_drive_0034_sync 438 r\n2011_09_30/2011_09_30_drive_0034_sync 998 r\n2011_09_30/2011_09_30_drive_0034_sync 191 r\n2011_09_30/2011_09_30_drive_0034_sync 1037 l\n2011_09_30/2011_09_30_drive_0034_sync 996 r\n2011_09_30/2011_09_30_drive_0034_sync 939 l\n2011_09_30/2011_09_30_drive_0034_sync 108 l\n2011_09_30/2011_09_30_drive_0034_sync 937 r\n2011_09_30/2011_09_30_drive_0034_sync 20 r\n2011_09_30/2011_09_30_drive_0034_sync 165 r\n2011_09_30/2011_09_30_drive_0034_sync 778 l\n2011_09_30/2011_09_30_drive_0034_sync 1028 l\n2011_09_30/2011_09_30_drive_0034_sync 121 r\n2011_09_30/2011_09_30_drive_0034_sync 974 r\n2011_09_30/2011_09_30_drive_0034_sync 233 r\n2011_09_30/2011_09_30_drive_0034_sync 591 l\n2011_09_30/2011_09_30_drive_0034_sync 743 r\n2011_09_30/2011_09_30_drive_0034_sync 117 r\n2011_09_30/2011_09_30_drive_0034_sync 940 r\n2011_09_30/2011_09_30_drive_0034_sync 736 r\n2011_09_30/2011_09_30_drive_0034_sync 1064 r\n2011_09_30/2011_09_30_drive_0034_sync 837 l\n2011_09_30/2011_09_30_drive_0034_sync 798 r\n2011_09_30/2011_09_30_drive_0034_sync 869 r\n2011_09_30/2011_09_30_drive_0034_sync 455 l\n2011_09_30/2011_09_30_drive_0034_sync 1132 l\n2011_09_30/2011_09_30_drive_0034_sync 1127 r\n2011_09_30/2011_09_30_drive_0034_sync 480 r\n2011_09_30/2011_09_30_drive_0034_sync 676 r\n2011_09_30/2011_09_30_drive_0034_sync 1082 r\n2011_09_30/2011_09_30_drive_0034_sync 1063 l\n2011_09_30/2011_09_30_drive_0034_sync 674 l\n2011_09_30/2011_09_30_drive_0034_sync 419 l\n2011_09_30/2011_09_30_drive_0034_sync 580 l\n2011_09_30/2011_09_30_drive_0034_sync 646 r\n2011_09_30/2011_09_30_drive_0034_sync 873 l\n2011_09_30/2011_09_30_drive_0034_sync 97 l\n2011_09_30/2011_09_30_drive_0034_sync 991 l\n2011_09_30/2011_09_30_drive_0034_sync 1111 r\n2011_09_30/2011_09_30_drive_0034_sync 610 l\n2011_09_30/2011_09_30_drive_0034_sync 425 l\n2011_09_30/2011_09_30_drive_0034_sync 109 l\n2011_09_30/2011_09_30_drive_0034_sync 282 r\n2011_09_30/2011_09_30_drive_0034_sync 1010 r\n2011_09_30/2011_09_30_drive_0034_sync 124 r\n2011_09_30/2011_09_30_drive_0034_sync 884 l\n2011_09_30/2011_09_30_drive_0034_sync 614 r\n2011_09_30/2011_09_30_drive_0034_sync 794 l\n2011_09_30/2011_09_30_drive_0034_sync 199 r\n2011_09_30/2011_09_30_drive_0034_sync 1072 r\n2011_09_30/2011_09_30_drive_0034_sync 1005 l\n2011_09_30/2011_09_30_drive_0034_sync 560 r\n2011_09_30/2011_09_30_drive_0034_sync 863 r\n2011_09_30/2011_09_30_drive_0034_sync 519 r\n2011_09_30/2011_09_30_drive_0034_sync 285 r\n2011_09_30/2011_09_30_drive_0034_sync 853 r\n2011_09_30/2011_09_30_drive_0034_sync 92 r\n2011_09_30/2011_09_30_drive_0034_sync 162 l\n2011_09_30/2011_09_30_drive_0034_sync 1000 r\n2011_09_30/2011_09_30_drive_0034_sync 637 r\n2011_09_30/2011_09_30_drive_0034_sync 769 r\n2011_09_30/2011_09_30_drive_0034_sync 620 l\n2011_09_30/2011_09_30_drive_0034_sync 837 r\n2011_09_30/2011_09_30_drive_0034_sync 405 r\n2011_09_30/2011_09_30_drive_0034_sync 1022 l\n2011_09_30/2011_09_30_drive_0034_sync 817 r\n2011_09_30/2011_09_30_drive_0034_sync 240 r\n2011_09_30/2011_09_30_drive_0034_sync 95 l\n2011_09_30/2011_09_30_drive_0034_sync 158 r\n2011_09_30/2011_09_30_drive_0034_sync 275 l\n2011_09_30/2011_09_30_drive_0034_sync 116 l\n2011_09_30/2011_09_30_drive_0034_sync 159 l\n2011_09_30/2011_09_30_drive_0034_sync 786 r\n2011_09_30/2011_09_30_drive_0034_sync 1049 r\n2011_09_30/2011_09_30_drive_0034_sync 64 l\n2011_09_30/2011_09_30_drive_0034_sync 646 l\n2011_09_30/2011_09_30_drive_0034_sync 121 l\n2011_09_30/2011_09_30_drive_0034_sync 83 l\n2011_09_30/2011_09_30_drive_0034_sync 732 l\n2011_09_30/2011_09_30_drive_0034_sync 905 r\n2011_09_30/2011_09_30_drive_0034_sync 416 r\n2011_09_30/2011_09_30_drive_0034_sync 1061 r\n2011_09_30/2011_09_30_drive_0034_sync 811 l\n2011_09_30/2011_09_30_drive_0034_sync 116 r\n2011_09_30/2011_09_30_drive_0034_sync 958 l\n2011_09_30/2011_09_30_drive_0034_sync 705 r\n2011_09_30/2011_09_30_drive_0034_sync 37 l\n2011_09_30/2011_09_30_drive_0034_sync 418 l\n2011_09_30/2011_09_30_drive_0034_sync 578 l\n2011_09_30/2011_09_30_drive_0034_sync 141 r\n2011_09_30/2011_09_30_drive_0034_sync 634 r\n2011_09_30/2011_09_30_drive_0034_sync 662 l\n2011_09_30/2011_09_30_drive_0034_sync 535 r\n2011_09_30/2011_09_30_drive_0034_sync 1116 l\n2011_09_30/2011_09_30_drive_0034_sync 69 l\n2011_09_30/2011_09_30_drive_0034_sync 913 r\n2011_09_30/2011_09_30_drive_0034_sync 223 l\n2011_09_30/2011_09_30_drive_0034_sync 81 l\n2011_09_30/2011_09_30_drive_0034_sync 162 r\n2011_09_30/2011_09_30_drive_0034_sync 75 r\n2011_09_30/2011_09_30_drive_0034_sync 817 l\n2011_09_30/2011_09_30_drive_0034_sync 12 l\n2011_09_30/2011_09_30_drive_0034_sync 370 r\n2011_09_30/2011_09_30_drive_0034_sync 919 l\n2011_09_30/2011_09_30_drive_0034_sync 941 r\n2011_09_30/2011_09_30_drive_0034_sync 125 l\n2011_09_30/2011_09_30_drive_0034_sync 1123 l\n2011_09_30/2011_09_30_drive_0034_sync 468 l\n2011_09_30/2011_09_30_drive_0034_sync 862 r\n2011_09_30/2011_09_30_drive_0034_sync 276 l\n2011_09_30/2011_09_30_drive_0034_sync 883 l\n2011_09_30/2011_09_30_drive_0034_sync 532 r\n2011_09_30/2011_09_30_drive_0034_sync 700 l\n2011_09_30/2011_09_30_drive_0034_sync 602 l\n2011_09_30/2011_09_30_drive_0034_sync 836 l\n2011_09_30/2011_09_30_drive_0034_sync 59 l\n2011_09_30/2011_09_30_drive_0034_sync 31 r\n2011_09_30/2011_09_30_drive_0034_sync 611 r\n2011_09_30/2011_09_30_drive_0034_sync 733 l\n2011_09_30/2011_09_30_drive_0034_sync 695 l\n2011_09_30/2011_09_30_drive_0034_sync 995 r\n2011_09_30/2011_09_30_drive_0034_sync 692 r\n2011_09_30/2011_09_30_drive_0034_sync 76 r\n2011_09_30/2011_09_30_drive_0034_sync 774 l\n2011_09_30/2011_09_30_drive_0034_sync 931 l\n2011_09_30/2011_09_30_drive_0034_sync 227 l\n2011_09_30/2011_09_30_drive_0034_sync 864 r\n2011_09_30/2011_09_30_drive_0034_sync 397 l\n2011_09_30/2011_09_30_drive_0034_sync 1061 l\n2011_09_30/2011_09_30_drive_0034_sync 10 l\n2011_09_30/2011_09_30_drive_0034_sync 150 r\n2011_09_30/2011_09_30_drive_0034_sync 660 r\n2011_09_30/2011_09_30_drive_0034_sync 443 l\n2011_09_30/2011_09_30_drive_0034_sync 297 l\n2011_09_30/2011_09_30_drive_0034_sync 1122 l\n2011_09_30/2011_09_30_drive_0034_sync 761 l\n2011_09_30/2011_09_30_drive_0034_sync 895 r\n2011_09_30/2011_09_30_drive_0034_sync 49 r\n2011_09_30/2011_09_30_drive_0034_sync 34 l\n2011_09_30/2011_09_30_drive_0034_sync 1096 r\n2011_09_30/2011_09_30_drive_0034_sync 955 l\n2011_09_30/2011_09_30_drive_0034_sync 171 r\n2011_09_30/2011_09_30_drive_0034_sync 123 l\n2011_09_30/2011_09_30_drive_0034_sync 441 r\n2011_09_30/2011_09_30_drive_0034_sync 138 r\n2011_09_30/2011_09_30_drive_0034_sync 94 l\n2011_09_30/2011_09_30_drive_0034_sync 988 l\n2011_09_30/2011_09_30_drive_0034_sync 338 r\n2011_09_30/2011_09_30_drive_0034_sync 954 l\n2011_09_30/2011_09_30_drive_0034_sync 893 r\n2011_09_30/2011_09_30_drive_0034_sync 677 l\n2011_09_30/2011_09_30_drive_0034_sync 964 l\n2011_09_30/2011_09_30_drive_0034_sync 7 l\n2011_09_30/2011_09_30_drive_0034_sync 73 r\n2011_09_30/2011_09_30_drive_0034_sync 89 r\n2011_09_30/2011_09_30_drive_0034_sync 420 l\n2011_09_30/2011_09_30_drive_0034_sync 779 l\n2011_09_30/2011_09_30_drive_0034_sync 364 r\n2011_09_30/2011_09_30_drive_0034_sync 702 l\n2011_09_30/2011_09_30_drive_0034_sync 494 r\n2011_09_30/2011_09_30_drive_0034_sync 91 r\n2011_09_30/2011_09_30_drive_0034_sync 1034 l\n2011_09_30/2011_09_30_drive_0034_sync 491 l\n2011_09_30/2011_09_30_drive_0034_sync 745 r\n2011_09_30/2011_09_30_drive_0034_sync 25 l\n2011_09_30/2011_09_30_drive_0034_sync 268 r\n2011_09_30/2011_09_30_drive_0034_sync 782 l\n2011_09_30/2011_09_30_drive_0034_sync 257 r\n2011_09_30/2011_09_30_drive_0034_sync 816 r\n2011_09_30/2011_09_30_drive_0034_sync 407 r\n2011_09_30/2011_09_30_drive_0034_sync 834 l\n2011_09_30/2011_09_30_drive_0034_sync 879 r\n2011_09_30/2011_09_30_drive_0034_sync 600 l\n2011_09_30/2011_09_30_drive_0034_sync 407 l\n2011_09_30/2011_09_30_drive_0034_sync 1080 r\n2011_09_30/2011_09_30_drive_0034_sync 957 l\n2011_09_30/2011_09_30_drive_0034_sync 107 r\n2011_09_30/2011_09_30_drive_0034_sync 260 l\n2011_09_30/2011_09_30_drive_0034_sync 364 l\n2011_09_30/2011_09_30_drive_0034_sync 351 l\n2011_09_30/2011_09_30_drive_0034_sync 5 l\n2011_09_30/2011_09_30_drive_0034_sync 207 r\n2011_09_30/2011_09_30_drive_0034_sync 692 l\n2011_09_30/2011_09_30_drive_0034_sync 515 l\n2011_09_30/2011_09_30_drive_0034_sync 942 l\n2011_09_30/2011_09_30_drive_0034_sync 403 r\n2011_09_30/2011_09_30_drive_0034_sync 473 r\n2011_09_30/2011_09_30_drive_0034_sync 1085 l\n2011_09_30/2011_09_30_drive_0034_sync 619 r\n2011_09_30/2011_09_30_drive_0034_sync 670 l\n2011_09_30/2011_09_30_drive_0034_sync 776 l\n2011_09_30/2011_09_30_drive_0034_sync 174 r\n2011_09_30/2011_09_30_drive_0034_sync 42 l\n2011_09_30/2011_09_30_drive_0034_sync 629 l\n2011_09_30/2011_09_30_drive_0034_sync 208 l\n2011_09_30/2011_09_30_drive_0034_sync 193 r\n2011_09_30/2011_09_30_drive_0034_sync 663 l\n2011_09_30/2011_09_30_drive_0034_sync 882 r\n2011_09_30/2011_09_30_drive_0034_sync 176 r\n2011_09_30/2011_09_30_drive_0034_sync 774 r\n2011_09_30/2011_09_30_drive_0034_sync 1112 l\n2011_09_30/2011_09_30_drive_0034_sync 524 r\n2011_09_30/2011_09_30_drive_0034_sync 574 l\n2011_09_30/2011_09_30_drive_0034_sync 790 l\n2011_09_30/2011_09_30_drive_0034_sync 164 r\n2011_09_30/2011_09_30_drive_0034_sync 612 l\n2011_09_30/2011_09_30_drive_0034_sync 879 l\n2011_09_30/2011_09_30_drive_0034_sync 1117 r\n2011_09_30/2011_09_30_drive_0034_sync 4 r\n2011_09_30/2011_09_30_drive_0034_sync 1033 l\n2011_09_30/2011_09_30_drive_0034_sync 950 l\n2011_09_30/2011_09_30_drive_0034_sync 691 r\n2011_09_30/2011_09_30_drive_0034_sync 805 r\n2011_09_30/2011_09_30_drive_0034_sync 52 l\n2011_09_30/2011_09_30_drive_0034_sync 986 l\n2011_09_30/2011_09_30_drive_0034_sync 1122 r\n2011_09_30/2011_09_30_drive_0034_sync 411 r\n2011_09_30/2011_09_30_drive_0034_sync 523 l\n2011_09_30/2011_09_30_drive_0034_sync 874 r\n2011_09_30/2011_09_30_drive_0034_sync 414 r\n2011_09_30/2011_09_30_drive_0034_sync 825 l\n2011_09_30/2011_09_30_drive_0034_sync 89 l\n2011_09_30/2011_09_30_drive_0034_sync 49 l\n2011_09_30/2011_09_30_drive_0034_sync 302 r\n2011_09_30/2011_09_30_drive_0034_sync 604 r\n2011_09_30/2011_09_30_drive_0034_sync 302 l\n2011_09_30/2011_09_30_drive_0034_sync 419 r\n2011_09_30/2011_09_30_drive_0034_sync 952 l\n2011_09_30/2011_09_30_drive_0034_sync 532 l\n2011_09_30/2011_09_30_drive_0034_sync 30 l\n2011_09_30/2011_09_30_drive_0034_sync 447 l\n2011_09_30/2011_09_30_drive_0034_sync 353 r\n2011_09_30/2011_09_30_drive_0034_sync 937 l\n2011_09_30/2011_09_30_drive_0034_sync 1069 r\n2011_09_30/2011_09_30_drive_0034_sync 862 l\n2011_09_30/2011_09_30_drive_0034_sync 1065 l\n2011_09_30/2011_09_30_drive_0034_sync 209 r\n2011_09_30/2011_09_30_drive_0034_sync 804 r\n2011_09_30/2011_09_30_drive_0034_sync 220 l\n2011_09_30/2011_09_30_drive_0034_sync 947 r\n2011_09_30/2011_09_30_drive_0034_sync 328 r\n2011_09_30/2011_09_30_drive_0034_sync 26 r\n2011_09_30/2011_09_30_drive_0034_sync 1073 l\n2011_09_30/2011_09_30_drive_0034_sync 962 l\n2011_09_30/2011_09_30_drive_0034_sync 707 r\n2011_09_30/2011_09_30_drive_0034_sync 826 l\n2011_09_30/2011_09_30_drive_0034_sync 291 r\n2011_09_30/2011_09_30_drive_0034_sync 845 r\n2011_09_30/2011_09_30_drive_0034_sync 310 r\n2011_09_30/2011_09_30_drive_0034_sync 944 r\n2011_09_30/2011_09_30_drive_0034_sync 1040 r\n2011_09_30/2011_09_30_drive_0034_sync 485 r\n2011_09_30/2011_09_30_drive_0034_sync 400 l\n2011_09_30/2011_09_30_drive_0034_sync 948 l\n2011_09_30/2011_09_30_drive_0034_sync 217 l\n2011_09_30/2011_09_30_drive_0034_sync 550 l\n2011_09_30/2011_09_30_drive_0034_sync 925 l\n2011_09_30/2011_09_30_drive_0034_sync 1100 l\n2011_09_30/2011_09_30_drive_0034_sync 1046 r\n2011_09_30/2011_09_30_drive_0034_sync 667 l\n2011_09_30/2011_09_30_drive_0034_sync 183 r\n2011_09_30/2011_09_30_drive_0034_sync 358 l\n2011_09_30/2011_09_30_drive_0034_sync 350 l\n2011_09_30/2011_09_30_drive_0034_sync 913 l\n2011_09_30/2011_09_30_drive_0034_sync 757 l\n2011_09_30/2011_09_30_drive_0034_sync 517 r\n2011_09_30/2011_09_30_drive_0034_sync 478 l\n2011_09_30/2011_09_30_drive_0034_sync 776 r\n2011_09_30/2011_09_30_drive_0034_sync 110 l\n2011_09_30/2011_09_30_drive_0034_sync 445 r\n2011_09_30/2011_09_30_drive_0034_sync 74 r\n2011_09_30/2011_09_30_drive_0034_sync 990 r\n2011_09_30/2011_09_30_drive_0034_sync 531 r\n2011_09_30/2011_09_30_drive_0034_sync 466 l\n2011_09_30/2011_09_30_drive_0034_sync 178 l\n2011_09_30/2011_09_30_drive_0034_sync 898 r\n2011_09_30/2011_09_30_drive_0034_sync 488 r\n2011_09_30/2011_09_30_drive_0034_sync 1011 l\n2011_09_30/2011_09_30_drive_0034_sync 745 l\n2011_09_30/2011_09_30_drive_0034_sync 80 l\n2011_09_30/2011_09_30_drive_0034_sync 482 r\n2011_09_30/2011_09_30_drive_0034_sync 434 l\n2011_09_30/2011_09_30_drive_0034_sync 927 r\n2011_09_30/2011_09_30_drive_0034_sync 628 r\n2011_09_30/2011_09_30_drive_0034_sync 551 r\n2011_09_30/2011_09_30_drive_0034_sync 552 l\n2011_09_30/2011_09_30_drive_0034_sync 1068 r\n2011_09_30/2011_09_30_drive_0034_sync 471 l\n2011_09_30/2011_09_30_drive_0034_sync 626 r\n2011_09_30/2011_09_30_drive_0034_sync 923 l\n2011_09_30/2011_09_30_drive_0034_sync 1132 r\n2011_09_30/2011_09_30_drive_0034_sync 870 l\n2011_09_30/2011_09_30_drive_0034_sync 866 l\n2011_09_30/2011_09_30_drive_0034_sync 1080 l\n2011_09_30/2011_09_30_drive_0034_sync 594 r\n2011_09_30/2011_09_30_drive_0034_sync 984 r\n2011_09_30/2011_09_30_drive_0034_sync 709 l\n2011_09_30/2011_09_30_drive_0034_sync 914 l\n2011_09_30/2011_09_30_drive_0034_sync 312 l\n2011_09_30/2011_09_30_drive_0034_sync 847 r\n2011_09_30/2011_09_30_drive_0034_sync 682 l\n2011_09_30/2011_09_30_drive_0034_sync 204 l\n2011_09_30/2011_09_30_drive_0034_sync 212 l\n2011_09_30/2011_09_30_drive_0034_sync 471 r\n2011_09_30/2011_09_30_drive_0034_sync 543 r\n2011_09_30/2011_09_30_drive_0034_sync 905 l\n2011_09_30/2011_09_30_drive_0034_sync 19 r\n2011_09_30/2011_09_30_drive_0034_sync 677 r\n2011_09_30/2011_09_30_drive_0034_sync 872 r\n2011_09_30/2011_09_30_drive_0034_sync 556 r\n2011_09_30/2011_09_30_drive_0034_sync 269 r\n2011_09_30/2011_09_30_drive_0034_sync 842 l\n2011_09_30/2011_09_30_drive_0034_sync 16 l\n2011_09_30/2011_09_30_drive_0034_sync 23 l\n2011_09_30/2011_09_30_drive_0034_sync 156 r\n2011_09_30/2011_09_30_drive_0034_sync 737 r\n2011_09_30/2011_09_30_drive_0034_sync 1065 r\n2011_09_30/2011_09_30_drive_0034_sync 606 r\n2011_09_30/2011_09_30_drive_0034_sync 546 l\n2011_09_30/2011_09_30_drive_0034_sync 384 l\n2011_09_30/2011_09_30_drive_0034_sync 781 r\n2011_09_30/2011_09_30_drive_0034_sync 375 r\n2011_09_30/2011_09_30_drive_0034_sync 473 l\n2011_09_30/2011_09_30_drive_0034_sync 889 l\n2011_09_30/2011_09_30_drive_0034_sync 380 l\n2011_09_30/2011_09_30_drive_0034_sync 663 r\n2011_09_30/2011_09_30_drive_0034_sync 671 r\n2011_09_30/2011_09_30_drive_0034_sync 177 l\n2011_09_30/2011_09_30_drive_0034_sync 368 l\n2011_09_30/2011_09_30_drive_0034_sync 1101 l\n2011_09_30/2011_09_30_drive_0034_sync 190 l\n2011_09_30/2011_09_30_drive_0034_sync 886 l\n2011_09_30/2011_09_30_drive_0034_sync 863 l\n2011_09_30/2011_09_30_drive_0034_sync 475 r\n2011_09_30/2011_09_30_drive_0034_sync 848 l\n2011_09_30/2011_09_30_drive_0034_sync 712 r\n2011_09_30/2011_09_30_drive_0034_sync 572 r\n2011_09_30/2011_09_30_drive_0034_sync 604 l\n2011_09_30/2011_09_30_drive_0034_sync 63 r\n2011_09_30/2011_09_30_drive_0034_sync 664 r\n2011_09_30/2011_09_30_drive_0034_sync 834 r\n2011_09_30/2011_09_30_drive_0034_sync 109 r\n2011_09_30/2011_09_30_drive_0034_sync 995 l\n2011_09_30/2011_09_30_drive_0034_sync 1120 l\n2011_09_30/2011_09_30_drive_0034_sync 68 l\n2011_09_30/2011_09_30_drive_0034_sync 436 r\n2011_09_30/2011_09_30_drive_0034_sync 801 l\n2011_09_30/2011_09_30_drive_0034_sync 810 l\n2011_09_30/2011_09_30_drive_0034_sync 1052 r\n2011_09_30/2011_09_30_drive_0034_sync 743 l\n2011_09_30/2011_09_30_drive_0034_sync 408 r\n2011_09_30/2011_09_30_drive_0034_sync 642 l\n2011_09_30/2011_09_30_drive_0034_sync 298 r\n2011_09_30/2011_09_30_drive_0034_sync 928 l\n2011_09_30/2011_09_30_drive_0034_sync 1015 l\n2011_09_30/2011_09_30_drive_0034_sync 936 r\n2011_09_30/2011_09_30_drive_0034_sync 57 r\n2011_09_30/2011_09_30_drive_0034_sync 1109 l\n2011_09_30/2011_09_30_drive_0034_sync 191 l\n2011_09_30/2011_09_30_drive_0034_sync 727 l\n2011_09_30/2011_09_30_drive_0034_sync 617 l\n2011_09_30/2011_09_30_drive_0034_sync 612 r\n2011_09_30/2011_09_30_drive_0034_sync 157 r\n2011_09_30/2011_09_30_drive_0034_sync 43 l\n2011_09_30/2011_09_30_drive_0034_sync 512 l\n2011_09_30/2011_09_30_drive_0034_sync 147 l\n2011_09_30/2011_09_30_drive_0034_sync 279 r\n2011_09_30/2011_09_30_drive_0034_sync 818 r\n2011_09_30/2011_09_30_drive_0034_sync 177 r\n2011_09_30/2011_09_30_drive_0034_sync 916 r\n2011_09_30/2011_09_30_drive_0034_sync 1029 l\n2011_09_30/2011_09_30_drive_0034_sync 723 l\n2011_09_30/2011_09_30_drive_0034_sync 1096 l\n2011_09_30/2011_09_30_drive_0034_sync 208 r\n2011_09_30/2011_09_30_drive_0034_sync 68 r\n2011_09_30/2011_09_30_drive_0034_sync 1114 l\n2011_09_30/2011_09_30_drive_0034_sync 504 l\n2011_09_30/2011_09_30_drive_0034_sync 683 r\n2011_09_30/2011_09_30_drive_0034_sync 7 r\n2011_09_30/2011_09_30_drive_0034_sync 1115 r\n2011_09_30/2011_09_30_drive_0034_sync 590 l\n2011_09_30/2011_09_30_drive_0034_sync 993 l\n2011_09_30/2011_09_30_drive_0034_sync 1002 l\n2011_09_30/2011_09_30_drive_0034_sync 90 l\n2011_09_30/2011_09_30_drive_0034_sync 1108 l\n2011_09_30/2011_09_30_drive_0034_sync 713 r\n2011_09_30/2011_09_30_drive_0034_sync 670 r\n2011_09_30/2011_09_30_drive_0034_sync 516 r\n2011_09_30/2011_09_30_drive_0034_sync 537 l\n2011_09_30/2011_09_30_drive_0034_sync 787 r\n2011_09_30/2011_09_30_drive_0034_sync 653 r\n2011_09_30/2011_09_30_drive_0034_sync 53 l\n2011_09_30/2011_09_30_drive_0034_sync 989 l\n2011_09_30/2011_09_30_drive_0034_sync 62 l\n2011_09_30/2011_09_30_drive_0034_sync 614 l\n2011_09_30/2011_09_30_drive_0034_sync 115 r\n2011_09_30/2011_09_30_drive_0034_sync 861 l\n2011_09_30/2011_09_30_drive_0034_sync 635 r\n2011_09_30/2011_09_30_drive_0034_sync 661 r\n2011_09_30/2011_09_30_drive_0034_sync 616 r\n2011_09_30/2011_09_30_drive_0034_sync 763 l\n2011_09_30/2011_09_30_drive_0034_sync 601 l\n2011_09_30/2011_09_30_drive_0034_sync 355 r\n2011_09_30/2011_09_30_drive_0034_sync 645 l\n2011_09_30/2011_09_30_drive_0034_sync 132 l\n2011_09_30/2011_09_30_drive_0034_sync 1068 l\n2011_09_30/2011_09_30_drive_0034_sync 859 r\n2011_09_30/2011_09_30_drive_0034_sync 1084 l\n2011_09_30/2011_09_30_drive_0034_sync 752 l\n2011_09_30/2011_09_30_drive_0034_sync 971 r\n2011_09_30/2011_09_30_drive_0034_sync 387 r\n2011_09_30/2011_09_30_drive_0034_sync 623 r\n2011_09_30/2011_09_30_drive_0034_sync 155 r\n2011_09_30/2011_09_30_drive_0034_sync 356 l\n2011_09_30/2011_09_30_drive_0034_sync 785 r\n2011_09_30/2011_09_30_drive_0034_sync 392 l\n2011_09_30/2011_09_30_drive_0034_sync 335 r\n2011_09_30/2011_09_30_drive_0034_sync 797 r\n2011_09_30/2011_09_30_drive_0034_sync 63 l\n2011_09_30/2011_09_30_drive_0034_sync 920 l\n2011_09_30/2011_09_30_drive_0034_sync 1092 l\n2011_09_30/2011_09_30_drive_0034_sync 216 r\n2011_09_30/2011_09_30_drive_0034_sync 287 r\n2011_09_30/2011_09_30_drive_0034_sync 1125 r\n2011_09_30/2011_09_30_drive_0034_sync 222 l\n2011_09_30/2011_09_30_drive_0034_sync 942 r\n2011_09_30/2011_09_30_drive_0034_sync 561 r\n2011_09_30/2011_09_30_drive_0034_sync 813 l\n2011_09_30/2011_09_30_drive_0034_sync 1018 r\n2011_09_30/2011_09_30_drive_0034_sync 243 l\n2011_09_30/2011_09_30_drive_0034_sync 783 r\n2011_09_30/2011_09_30_drive_0034_sync 939 r\n2011_09_30/2011_09_30_drive_0034_sync 574 r\n2011_09_30/2011_09_30_drive_0034_sync 830 r\n2011_09_30/2011_09_30_drive_0034_sync 792 r\n2011_09_30/2011_09_30_drive_0034_sync 316 l\n2011_09_30/2011_09_30_drive_0034_sync 373 r\n2011_09_30/2011_09_30_drive_0034_sync 258 l\n2011_09_30/2011_09_30_drive_0034_sync 557 r\n2011_09_30/2011_09_30_drive_0034_sync 1070 r\n2011_09_30/2011_09_30_drive_0034_sync 228 l\n2011_09_30/2011_09_30_drive_0034_sync 932 r\n2011_09_30/2011_09_30_drive_0034_sync 601 r\n2011_09_30/2011_09_30_drive_0034_sync 528 l\n2011_09_30/2011_09_30_drive_0034_sync 728 r\n2011_09_30/2011_09_30_drive_0034_sync 39 l\n2011_09_30/2011_09_30_drive_0034_sync 119 l\n2011_09_30/2011_09_30_drive_0034_sync 175 r\n2011_09_30/2011_09_30_drive_0034_sync 129 r\n2011_09_30/2011_09_30_drive_0034_sync 1126 l\n2011_09_30/2011_09_30_drive_0034_sync 1009 r\n2011_09_26/2011_09_26_drive_0001_sync 77 r\n2011_09_26/2011_09_26_drive_0001_sync 75 l\n2011_09_26/2011_09_26_drive_0001_sync 48 l\n2011_09_26/2011_09_26_drive_0001_sync 60 l\n2011_09_26/2011_09_26_drive_0001_sync 19 l\n2011_09_26/2011_09_26_drive_0001_sync 5 r\n2011_09_26/2011_09_26_drive_0001_sync 97 l\n2011_09_26/2011_09_26_drive_0001_sync 82 l\n2011_09_26/2011_09_26_drive_0001_sync 79 l\n2011_09_26/2011_09_26_drive_0001_sync 87 r\n2011_09_26/2011_09_26_drive_0001_sync 42 l\n2011_09_26/2011_09_26_drive_0001_sync 34 l\n2011_09_26/2011_09_26_drive_0001_sync 52 l\n2011_09_26/2011_09_26_drive_0001_sync 37 r\n2011_09_26/2011_09_26_drive_0001_sync 91 r\n2011_09_26/2011_09_26_drive_0001_sync 62 r\n2011_09_26/2011_09_26_drive_0001_sync 32 l\n2011_09_26/2011_09_26_drive_0001_sync 69 l\n2011_09_26/2011_09_26_drive_0001_sync 35 r\n2011_09_26/2011_09_26_drive_0001_sync 102 l\n2011_09_26/2011_09_26_drive_0001_sync 83 l\n2011_09_26/2011_09_26_drive_0001_sync 30 l\n2011_09_26/2011_09_26_drive_0001_sync 60 r\n2011_09_26/2011_09_26_drive_0001_sync 23 l\n2011_09_26/2011_09_26_drive_0001_sync 62 l\n2011_09_26/2011_09_26_drive_0001_sync 7 l\n2011_09_26/2011_09_26_drive_0001_sync 95 r\n2011_09_26/2011_09_26_drive_0001_sync 75 r\n2011_09_26/2011_09_26_drive_0001_sync 57 l\n2011_09_26/2011_09_26_drive_0001_sync 74 l\n2011_09_26/2011_09_26_drive_0001_sync 80 l\n2011_09_26/2011_09_26_drive_0001_sync 10 l\n2011_09_26/2011_09_26_drive_0001_sync 40 r\n2011_09_26/2011_09_26_drive_0001_sync 21 r\n2011_09_26/2011_09_26_drive_0001_sync 99 l\n2011_09_26/2011_09_26_drive_0001_sync 46 l\n2011_09_26/2011_09_26_drive_0001_sync 86 l\n2011_09_26/2011_09_26_drive_0001_sync 76 r\n2011_09_26/2011_09_26_drive_0001_sync 49 r\n2011_09_26/2011_09_26_drive_0001_sync 92 r\n2011_09_26/2011_09_26_drive_0001_sync 56 r\n2011_09_26/2011_09_26_drive_0001_sync 18 r\n2011_09_26/2011_09_26_drive_0001_sync 94 l\n2011_09_26/2011_09_26_drive_0001_sync 55 l\n2011_09_26/2011_09_26_drive_0001_sync 6 r\n2011_09_26/2011_09_26_drive_0001_sync 85 r\n2011_09_26/2011_09_26_drive_0001_sync 58 r\n2011_09_26/2011_09_26_drive_0001_sync 86 r\n2011_09_26/2011_09_26_drive_0001_sync 16 r\n2011_09_26/2011_09_26_drive_0001_sync 46 r\n2011_09_26/2011_09_26_drive_0001_sync 15 r\n2011_09_26/2011_09_26_drive_0001_sync 41 r\n2011_09_26/2011_09_26_drive_0001_sync 52 r\n2011_09_26/2011_09_26_drive_0001_sync 71 r\n2011_09_26/2011_09_26_drive_0001_sync 43 r\n2011_09_26/2011_09_26_drive_0001_sync 89 r\n2011_09_26/2011_09_26_drive_0001_sync 72 l\n2011_09_26/2011_09_26_drive_0001_sync 34 r\n2011_09_26/2011_09_26_drive_0001_sync 25 r\n2011_09_26/2011_09_26_drive_0001_sync 22 l\n2011_09_26/2011_09_26_drive_0001_sync 29 l\n2011_09_26/2011_09_26_drive_0001_sync 17 l\n2011_09_26/2011_09_26_drive_0001_sync 24 l\n2011_09_26/2011_09_26_drive_0001_sync 92 l\n2011_09_26/2011_09_26_drive_0001_sync 38 l\n2011_09_26/2011_09_26_drive_0001_sync 13 r\n2011_09_26/2011_09_26_drive_0001_sync 54 l\n2011_09_26/2011_09_26_drive_0001_sync 66 r\n2011_09_26/2011_09_26_drive_0001_sync 65 l\n2011_09_26/2011_09_26_drive_0001_sync 50 r\n2011_09_26/2011_09_26_drive_0001_sync 47 r\n2011_09_26/2011_09_26_drive_0001_sync 33 l\n2011_09_26/2011_09_26_drive_0001_sync 77 l\n2011_09_26/2011_09_26_drive_0001_sync 101 r\n2011_09_26/2011_09_26_drive_0001_sync 96 l\n2011_09_26/2011_09_26_drive_0001_sync 96 r\n2011_09_26/2011_09_26_drive_0001_sync 14 l\n2011_09_26/2011_09_26_drive_0001_sync 44 r\n2011_09_26/2011_09_26_drive_0001_sync 9 l\n2011_09_26/2011_09_26_drive_0001_sync 73 r\n2011_09_26/2011_09_26_drive_0001_sync 81 r\n2011_09_26/2011_09_26_drive_0001_sync 44 l\n2011_09_26/2011_09_26_drive_0001_sync 41 l\n2011_09_26/2011_09_26_drive_0001_sync 65 r\n2011_09_26/2011_09_26_drive_0001_sync 30 r\n2011_09_26/2011_09_26_drive_0001_sync 7 r\n2011_09_26/2011_09_26_drive_0001_sync 5 l\n2011_09_26/2011_09_26_drive_0001_sync 63 r\n2011_09_26/2011_09_26_drive_0001_sync 74 r\n2011_09_26/2011_09_26_drive_0001_sync 4 r\n2011_09_26/2011_09_26_drive_0001_sync 90 l\n2011_09_26/2011_09_26_drive_0001_sync 89 l\n2011_09_26/2011_09_26_drive_0001_sync 67 r\n2011_09_26/2011_09_26_drive_0001_sync 100 l\n2011_09_26/2011_09_26_drive_0001_sync 22 r\n2011_09_26/2011_09_26_drive_0001_sync 98 l\n2011_09_26/2011_09_26_drive_0001_sync 50 l\n2011_09_26/2011_09_26_drive_0001_sync 85 l\n2011_09_26/2011_09_26_drive_0001_sync 83 r\n2011_09_26/2011_09_26_drive_0001_sync 14 r\n2011_09_26/2011_09_26_drive_0001_sync 87 l\n2011_09_26/2011_09_26_drive_0001_sync 11 l\n2011_09_26/2011_09_26_drive_0001_sync 95 l\n2011_09_26/2011_09_26_drive_0001_sync 4 l\n2011_09_26/2011_09_26_drive_0001_sync 100 r\n2011_09_26/2011_09_26_drive_0001_sync 59 r\n2011_09_26/2011_09_26_drive_0001_sync 51 l\n2011_09_26/2011_09_26_drive_0001_sync 82 r\n2011_09_26/2011_09_26_drive_0001_sync 48 r\n2011_09_26/2011_09_26_drive_0001_sync 88 l\n2011_09_26/2011_09_26_drive_0001_sync 39 r\n2011_09_26/2011_09_26_drive_0001_sync 24 r\n2011_09_26/2011_09_26_drive_0001_sync 70 r\n2011_09_26/2011_09_26_drive_0001_sync 64 l\n2011_09_26/2011_09_26_drive_0001_sync 53 r\n2011_09_26/2011_09_26_drive_0001_sync 57 r\n2011_09_26/2011_09_26_drive_0001_sync 104 l\n2011_09_26/2011_09_26_drive_0001_sync 12 l\n2011_09_26/2011_09_26_drive_0001_sync 73 l\n2011_09_26/2011_09_26_drive_0001_sync 15 l\n2011_09_26/2011_09_26_drive_0001_sync 26 l\n2011_09_26/2011_09_26_drive_0001_sync 104 r\n2011_09_26/2011_09_26_drive_0001_sync 58 l\n2011_09_26/2011_09_26_drive_0001_sync 17 r\n2011_09_26/2011_09_26_drive_0001_sync 45 l\n2011_09_26/2011_09_26_drive_0001_sync 54 r\n2011_09_26/2011_09_26_drive_0001_sync 8 r\n2011_09_26/2011_09_26_drive_0001_sync 9 r\n2011_09_26/2011_09_26_drive_0001_sync 25 l\n2011_09_26/2011_09_26_drive_0001_sync 68 l\n2011_09_26/2011_09_26_drive_0001_sync 71 l\n2011_09_26/2011_09_26_drive_0001_sync 20 l\n2011_09_26/2011_09_26_drive_0001_sync 67 l\n2011_09_26/2011_09_26_drive_0001_sync 70 l\n2011_09_26/2011_09_26_drive_0001_sync 91 l\n2011_09_26/2011_09_26_drive_0001_sync 38 r\n2011_09_26/2011_09_26_drive_0001_sync 93 r\n2011_09_26/2011_09_26_drive_0001_sync 101 l\n2011_09_26/2011_09_26_drive_0001_sync 53 l\n2011_09_26/2011_09_26_drive_0001_sync 88 r\n2011_09_26/2011_09_26_drive_0001_sync 3 r\n2011_09_26/2011_09_26_drive_0001_sync 31 l\n2011_09_26/2011_09_26_drive_0001_sync 8 l\n2011_09_26/2011_09_26_drive_0001_sync 40 l\n2011_09_26/2011_09_26_drive_0001_sync 12 r\n2011_09_26/2011_09_26_drive_0001_sync 28 l\n2011_09_26/2011_09_26_drive_0001_sync 10 r\n2011_09_26/2011_09_26_drive_0001_sync 99 r\n2011_09_26/2011_09_26_drive_0001_sync 19 r\n2011_09_26/2011_09_26_drive_0001_sync 27 r\n2011_09_26/2011_09_26_drive_0001_sync 51 r\n2011_09_26/2011_09_26_drive_0001_sync 20 r\n2011_09_26/2011_09_26_drive_0001_sync 45 r\n2011_09_26/2011_09_26_drive_0001_sync 72 r\n2011_09_26/2011_09_26_drive_0001_sync 94 r\n2011_09_26/2011_09_26_drive_0001_sync 76 l\n2011_09_26/2011_09_26_drive_0001_sync 84 r\n2011_09_26/2011_09_26_drive_0001_sync 39 l\n2011_09_26/2011_09_26_drive_0001_sync 97 r\n2011_09_26/2011_09_26_drive_0001_sync 11 r\n2011_09_26/2011_09_26_drive_0001_sync 13 l\n2011_09_26/2011_09_26_drive_0001_sync 61 l\n2011_09_26/2011_09_26_drive_0001_sync 3 l\n2011_09_26/2011_09_26_drive_0001_sync 32 r\n2011_09_26/2011_09_26_drive_0001_sync 42 r\n2011_09_26/2011_09_26_drive_0001_sync 90 r\n2011_09_26/2011_09_26_drive_0001_sync 64 r\n2011_09_26/2011_09_26_drive_0001_sync 93 l\n2011_09_26/2011_09_26_drive_0001_sync 79 r\n2011_09_26/2011_09_26_drive_0001_sync 102 r\n2011_09_26/2011_09_26_drive_0001_sync 55 r\n2011_09_26/2011_09_26_drive_0001_sync 80 r\n2011_09_26/2011_09_26_drive_0001_sync 98 r\n2011_09_26/2011_09_26_drive_0001_sync 33 r\n2011_09_26/2011_09_26_drive_0001_sync 6 l\n2011_09_26/2011_09_26_drive_0001_sync 78 l\n2011_09_26/2011_09_26_drive_0001_sync 103 l\n2011_09_26/2011_09_26_drive_0001_sync 69 r\n2011_09_26/2011_09_26_drive_0001_sync 81 l\n2011_09_26/2011_09_26_drive_0001_sync 66 l\n2011_09_26/2011_09_26_drive_0001_sync 31 r\n2011_09_30/2011_09_30_drive_0020_sync 185 r\n2011_09_30/2011_09_30_drive_0020_sync 120 l\n2011_09_30/2011_09_30_drive_0020_sync 375 r\n2011_09_30/2011_09_30_drive_0020_sync 918 l\n2011_09_30/2011_09_30_drive_0020_sync 6 r\n2011_09_30/2011_09_30_drive_0020_sync 162 l\n2011_09_30/2011_09_30_drive_0020_sync 313 l\n2011_09_30/2011_09_30_drive_0020_sync 333 l\n2011_09_30/2011_09_30_drive_0020_sync 707 r\n2011_09_30/2011_09_30_drive_0020_sync 44 r\n2011_09_30/2011_09_30_drive_0020_sync 994 r\n2011_09_30/2011_09_30_drive_0020_sync 588 l\n2011_09_30/2011_09_30_drive_0020_sync 617 r\n2011_09_30/2011_09_30_drive_0020_sync 122 l\n2011_09_30/2011_09_30_drive_0020_sync 573 l\n2011_09_30/2011_09_30_drive_0020_sync 334 r\n2011_09_30/2011_09_30_drive_0020_sync 357 r\n2011_09_30/2011_09_30_drive_0020_sync 617 l\n2011_09_30/2011_09_30_drive_0020_sync 785 l\n2011_09_30/2011_09_30_drive_0020_sync 1030 l\n2011_09_30/2011_09_30_drive_0020_sync 1081 r\n2011_09_30/2011_09_30_drive_0020_sync 533 l\n2011_09_30/2011_09_30_drive_0020_sync 745 l\n2011_09_30/2011_09_30_drive_0020_sync 374 l\n2011_09_30/2011_09_30_drive_0020_sync 74 l\n2011_09_30/2011_09_30_drive_0020_sync 978 l\n2011_09_30/2011_09_30_drive_0020_sync 521 l\n2011_09_30/2011_09_30_drive_0020_sync 585 l\n2011_09_30/2011_09_30_drive_0020_sync 1039 r\n2011_09_30/2011_09_30_drive_0020_sync 1062 r\n2011_09_30/2011_09_30_drive_0020_sync 646 r\n2011_09_30/2011_09_30_drive_0020_sync 93 r\n2011_09_30/2011_09_30_drive_0020_sync 782 l\n2011_09_30/2011_09_30_drive_0020_sync 236 r\n2011_09_30/2011_09_30_drive_0020_sync 179 l\n2011_09_30/2011_09_30_drive_0020_sync 155 r\n2011_09_30/2011_09_30_drive_0020_sync 237 l\n2011_09_30/2011_09_30_drive_0020_sync 442 l\n2011_09_30/2011_09_30_drive_0020_sync 971 r\n2011_09_30/2011_09_30_drive_0020_sync 379 l\n2011_09_30/2011_09_30_drive_0020_sync 893 l\n2011_09_30/2011_09_30_drive_0020_sync 400 r\n2011_09_30/2011_09_30_drive_0020_sync 721 r\n2011_09_30/2011_09_30_drive_0020_sync 542 r\n2011_09_30/2011_09_30_drive_0020_sync 881 r\n2011_09_30/2011_09_30_drive_0020_sync 625 r\n2011_09_30/2011_09_30_drive_0020_sync 388 l\n2011_09_30/2011_09_30_drive_0020_sync 1058 l\n2011_09_30/2011_09_30_drive_0020_sync 487 r\n2011_09_30/2011_09_30_drive_0020_sync 224 l\n2011_09_30/2011_09_30_drive_0020_sync 710 l\n2011_09_30/2011_09_30_drive_0020_sync 1085 l\n2011_09_30/2011_09_30_drive_0020_sync 535 r\n2011_09_30/2011_09_30_drive_0020_sync 712 r\n2011_09_30/2011_09_30_drive_0020_sync 863 l\n2011_09_30/2011_09_30_drive_0020_sync 1021 r\n2011_09_30/2011_09_30_drive_0020_sync 949 l\n2011_09_30/2011_09_30_drive_0020_sync 29 r\n2011_09_30/2011_09_30_drive_0020_sync 1052 l\n2011_09_30/2011_09_30_drive_0020_sync 945 r\n2011_09_30/2011_09_30_drive_0020_sync 160 l\n2011_09_30/2011_09_30_drive_0020_sync 63 r\n2011_09_30/2011_09_30_drive_0020_sync 143 r\n2011_09_30/2011_09_30_drive_0020_sync 123 l\n2011_09_30/2011_09_30_drive_0020_sync 682 l\n2011_09_30/2011_09_30_drive_0020_sync 335 l\n2011_09_30/2011_09_30_drive_0020_sync 10 l\n2011_09_30/2011_09_30_drive_0020_sync 150 r\n2011_09_30/2011_09_30_drive_0020_sync 848 r\n2011_09_30/2011_09_30_drive_0020_sync 571 r\n2011_09_30/2011_09_30_drive_0020_sync 12 l\n2011_09_30/2011_09_30_drive_0020_sync 79 r\n2011_09_30/2011_09_30_drive_0020_sync 326 l\n2011_09_30/2011_09_30_drive_0020_sync 212 r\n2011_09_30/2011_09_30_drive_0020_sync 944 r\n2011_09_30/2011_09_30_drive_0020_sync 986 r\n2011_09_30/2011_09_30_drive_0020_sync 794 r\n2011_09_30/2011_09_30_drive_0020_sync 249 l\n2011_09_30/2011_09_30_drive_0020_sync 633 r\n2011_09_30/2011_09_30_drive_0020_sync 551 r\n2011_09_30/2011_09_30_drive_0020_sync 99 r\n2011_09_30/2011_09_30_drive_0020_sync 60 l\n2011_09_30/2011_09_30_drive_0020_sync 562 l\n2011_09_30/2011_09_30_drive_0020_sync 805 r\n2011_09_30/2011_09_30_drive_0020_sync 951 r\n2011_09_30/2011_09_30_drive_0020_sync 289 r\n2011_09_30/2011_09_30_drive_0020_sync 139 r\n2011_09_30/2011_09_30_drive_0020_sync 232 l\n2011_09_30/2011_09_30_drive_0020_sync 140 r\n2011_09_30/2011_09_30_drive_0020_sync 245 l\n2011_09_30/2011_09_30_drive_0020_sync 242 r\n2011_09_30/2011_09_30_drive_0020_sync 762 r\n2011_09_30/2011_09_30_drive_0020_sync 254 r\n2011_09_30/2011_09_30_drive_0020_sync 583 r\n2011_09_30/2011_09_30_drive_0020_sync 335 r\n2011_09_30/2011_09_30_drive_0020_sync 997 r\n2011_09_30/2011_09_30_drive_0020_sync 526 l\n2011_09_30/2011_09_30_drive_0020_sync 1073 l\n2011_09_30/2011_09_30_drive_0020_sync 800 l\n2011_09_30/2011_09_30_drive_0020_sync 553 r\n2011_09_30/2011_09_30_drive_0020_sync 935 l\n2011_09_30/2011_09_30_drive_0020_sync 172 l\n2011_09_30/2011_09_30_drive_0020_sync 971 l\n2011_09_30/2011_09_30_drive_0020_sync 743 r\n2011_09_30/2011_09_30_drive_0020_sync 1076 l\n2011_09_30/2011_09_30_drive_0020_sync 976 r\n2011_09_30/2011_09_30_drive_0020_sync 656 r\n2011_09_30/2011_09_30_drive_0020_sync 649 r\n2011_09_30/2011_09_30_drive_0020_sync 942 l\n2011_09_30/2011_09_30_drive_0020_sync 616 r\n2011_09_30/2011_09_30_drive_0020_sync 1055 l\n2011_09_30/2011_09_30_drive_0020_sync 442 r\n2011_09_30/2011_09_30_drive_0020_sync 261 r\n2011_09_30/2011_09_30_drive_0020_sync 510 r\n2011_09_30/2011_09_30_drive_0020_sync 628 r\n2011_09_30/2011_09_30_drive_0020_sync 572 l\n2011_09_30/2011_09_30_drive_0020_sync 420 r\n2011_09_30/2011_09_30_drive_0020_sync 223 r\n2011_09_30/2011_09_30_drive_0020_sync 988 r\n2011_09_30/2011_09_30_drive_0020_sync 365 l\n2011_09_30/2011_09_30_drive_0020_sync 235 l\n2011_09_30/2011_09_30_drive_0020_sync 947 l\n2011_09_30/2011_09_30_drive_0020_sync 973 l\n2011_09_30/2011_09_30_drive_0020_sync 150 l\n2011_09_30/2011_09_30_drive_0020_sync 903 r\n2011_09_30/2011_09_30_drive_0020_sync 479 r\n2011_09_30/2011_09_30_drive_0020_sync 418 l\n2011_09_30/2011_09_30_drive_0020_sync 789 r\n2011_09_30/2011_09_30_drive_0020_sync 412 r\n2011_09_30/2011_09_30_drive_0020_sync 518 r\n2011_09_30/2011_09_30_drive_0020_sync 522 l\n2011_09_30/2011_09_30_drive_0020_sync 153 l\n2011_09_30/2011_09_30_drive_0020_sync 144 r\n2011_09_30/2011_09_30_drive_0020_sync 151 l\n2011_09_30/2011_09_30_drive_0020_sync 1033 r\n2011_09_30/2011_09_30_drive_0020_sync 330 l\n2011_09_30/2011_09_30_drive_0020_sync 833 r\n2011_09_30/2011_09_30_drive_0020_sync 987 r\n2011_09_30/2011_09_30_drive_0020_sync 990 l\n2011_09_30/2011_09_30_drive_0020_sync 931 l\n2011_09_30/2011_09_30_drive_0020_sync 927 l\n2011_09_30/2011_09_30_drive_0020_sync 492 r\n2011_09_30/2011_09_30_drive_0020_sync 653 r\n2011_09_30/2011_09_30_drive_0020_sync 450 r\n2011_09_30/2011_09_30_drive_0020_sync 939 r\n2011_09_30/2011_09_30_drive_0020_sync 30 l\n2011_09_30/2011_09_30_drive_0020_sync 840 l\n2011_09_30/2011_09_30_drive_0020_sync 814 r\n2011_09_30/2011_09_30_drive_0020_sync 557 l\n2011_09_30/2011_09_30_drive_0020_sync 1020 r\n2011_09_30/2011_09_30_drive_0020_sync 937 r\n2011_09_30/2011_09_30_drive_0020_sync 886 l\n2011_09_30/2011_09_30_drive_0020_sync 443 l\n2011_09_30/2011_09_30_drive_0020_sync 520 l\n2011_09_30/2011_09_30_drive_0020_sync 917 r\n2011_09_30/2011_09_30_drive_0020_sync 57 r\n2011_09_30/2011_09_30_drive_0020_sync 131 l\n2011_09_30/2011_09_30_drive_0020_sync 507 r\n2011_09_30/2011_09_30_drive_0020_sync 98 r\n2011_09_30/2011_09_30_drive_0020_sync 283 l\n2011_09_30/2011_09_30_drive_0020_sync 491 l\n2011_09_30/2011_09_30_drive_0020_sync 1093 r\n2011_09_30/2011_09_30_drive_0020_sync 77 l\n2011_09_30/2011_09_30_drive_0020_sync 872 r\n2011_09_30/2011_09_30_drive_0020_sync 766 l\n2011_09_30/2011_09_30_drive_0020_sync 59 r\n2011_09_30/2011_09_30_drive_0020_sync 936 r\n2011_09_30/2011_09_30_drive_0020_sync 4 l\n2011_09_30/2011_09_30_drive_0020_sync 995 l\n2011_09_30/2011_09_30_drive_0020_sync 686 r\n2011_09_30/2011_09_30_drive_0020_sync 512 l\n2011_09_30/2011_09_30_drive_0020_sync 998 l\n2011_09_30/2011_09_30_drive_0020_sync 372 r\n2011_09_30/2011_09_30_drive_0020_sync 14 r\n2011_09_30/2011_09_30_drive_0020_sync 821 r\n2011_09_30/2011_09_30_drive_0020_sync 525 r\n2011_09_30/2011_09_30_drive_0020_sync 276 r\n2011_09_30/2011_09_30_drive_0020_sync 259 l\n2011_09_30/2011_09_30_drive_0020_sync 297 r\n2011_09_30/2011_09_30_drive_0020_sync 1037 r\n2011_09_30/2011_09_30_drive_0020_sync 634 l\n2011_09_30/2011_09_30_drive_0020_sync 1005 r\n2011_09_30/2011_09_30_drive_0020_sync 123 r\n2011_09_30/2011_09_30_drive_0020_sync 527 r\n2011_09_30/2011_09_30_drive_0020_sync 287 r\n2011_09_30/2011_09_30_drive_0020_sync 404 r\n2011_09_30/2011_09_30_drive_0020_sync 281 r\n2011_09_30/2011_09_30_drive_0020_sync 944 l\n2011_09_30/2011_09_30_drive_0020_sync 620 r\n2011_09_30/2011_09_30_drive_0020_sync 1076 r\n2011_09_30/2011_09_30_drive_0020_sync 54 l\n2011_09_30/2011_09_30_drive_0020_sync 1023 r\n2011_09_30/2011_09_30_drive_0020_sync 631 r\n2011_09_30/2011_09_30_drive_0020_sync 574 r\n2011_09_30/2011_09_30_drive_0020_sync 869 r\n2011_09_30/2011_09_30_drive_0020_sync 445 r\n2011_09_30/2011_09_30_drive_0020_sync 640 r\n2011_09_30/2011_09_30_drive_0020_sync 647 l\n2011_09_30/2011_09_30_drive_0020_sync 439 l\n2011_09_30/2011_09_30_drive_0020_sync 952 r\n2011_09_30/2011_09_30_drive_0020_sync 249 r\n2011_09_30/2011_09_30_drive_0020_sync 395 r\n2011_09_30/2011_09_30_drive_0020_sync 1051 l\n2011_09_30/2011_09_30_drive_0020_sync 819 r\n2011_09_30/2011_09_30_drive_0020_sync 916 r\n2011_09_30/2011_09_30_drive_0020_sync 309 r\n2011_09_30/2011_09_30_drive_0020_sync 353 r\n2011_09_30/2011_09_30_drive_0020_sync 398 r\n2011_09_30/2011_09_30_drive_0020_sync 887 r\n2011_09_30/2011_09_30_drive_0020_sync 782 r\n2011_09_30/2011_09_30_drive_0020_sync 1066 r\n2011_09_30/2011_09_30_drive_0020_sync 409 r\n2011_09_30/2011_09_30_drive_0020_sync 188 l\n2011_09_30/2011_09_30_drive_0020_sync 762 l\n2011_09_30/2011_09_30_drive_0020_sync 993 l\n2011_09_30/2011_09_30_drive_0020_sync 683 l\n2011_09_30/2011_09_30_drive_0020_sync 1063 r\n2011_09_30/2011_09_30_drive_0020_sync 769 r\n2011_09_30/2011_09_30_drive_0020_sync 1039 l\n2011_09_30/2011_09_30_drive_0020_sync 105 l\n2011_09_30/2011_09_30_drive_0020_sync 643 l\n2011_09_30/2011_09_30_drive_0020_sync 657 l\n2011_09_30/2011_09_30_drive_0020_sync 510 l\n2011_09_30/2011_09_30_drive_0020_sync 531 l\n2011_09_30/2011_09_30_drive_0020_sync 415 l\n2011_09_30/2011_09_30_drive_0020_sync 566 l\n2011_09_30/2011_09_30_drive_0020_sync 253 r\n2011_09_30/2011_09_30_drive_0020_sync 467 r\n2011_09_30/2011_09_30_drive_0020_sync 359 l\n2011_09_30/2011_09_30_drive_0020_sync 199 r\n2011_09_30/2011_09_30_drive_0020_sync 780 l\n2011_09_30/2011_09_30_drive_0020_sync 263 r\n2011_09_30/2011_09_30_drive_0020_sync 151 r\n2011_09_30/2011_09_30_drive_0020_sync 513 l\n2011_09_30/2011_09_30_drive_0020_sync 440 r\n2011_09_30/2011_09_30_drive_0020_sync 644 l\n2011_09_30/2011_09_30_drive_0020_sync 393 l\n2011_09_30/2011_09_30_drive_0020_sync 435 r\n2011_09_30/2011_09_30_drive_0020_sync 995 r\n2011_09_30/2011_09_30_drive_0020_sync 506 r\n2011_09_30/2011_09_30_drive_0020_sync 550 r\n2011_09_30/2011_09_30_drive_0020_sync 524 r\n2011_09_30/2011_09_30_drive_0020_sync 913 l\n2011_09_30/2011_09_30_drive_0020_sync 474 r\n2011_09_30/2011_09_30_drive_0020_sync 677 l\n2011_09_30/2011_09_30_drive_0020_sync 253 l\n2011_09_30/2011_09_30_drive_0020_sync 975 r\n2011_09_30/2011_09_30_drive_0020_sync 515 l\n2011_09_30/2011_09_30_drive_0020_sync 536 r\n2011_09_30/2011_09_30_drive_0020_sync 996 l\n2011_09_30/2011_09_30_drive_0020_sync 1080 r\n2011_09_30/2011_09_30_drive_0020_sync 656 l\n2011_09_30/2011_09_30_drive_0020_sync 332 r\n2011_09_30/2011_09_30_drive_0020_sync 386 l\n2011_09_30/2011_09_30_drive_0020_sync 902 l\n2011_09_30/2011_09_30_drive_0020_sync 867 r\n2011_09_30/2011_09_30_drive_0020_sync 187 r\n2011_09_30/2011_09_30_drive_0020_sync 322 l\n2011_09_30/2011_09_30_drive_0020_sync 441 l\n2011_09_30/2011_09_30_drive_0020_sync 611 r\n2011_09_30/2011_09_30_drive_0020_sync 820 l\n2011_09_30/2011_09_30_drive_0020_sync 311 r\n2011_09_30/2011_09_30_drive_0020_sync 502 l\n2011_09_30/2011_09_30_drive_0020_sync 831 l\n2011_09_30/2011_09_30_drive_0020_sync 145 r\n2011_09_30/2011_09_30_drive_0020_sync 149 r\n2011_09_30/2011_09_30_drive_0020_sync 537 l\n2011_09_30/2011_09_30_drive_0020_sync 785 r\n2011_09_30/2011_09_30_drive_0020_sync 243 r\n2011_09_30/2011_09_30_drive_0020_sync 1084 l\n2011_09_30/2011_09_30_drive_0020_sync 600 l\n2011_09_30/2011_09_30_drive_0020_sync 472 l\n2011_09_30/2011_09_30_drive_0020_sync 1064 r\n2011_09_30/2011_09_30_drive_0020_sync 608 l\n2011_09_30/2011_09_30_drive_0020_sync 252 l\n2011_09_30/2011_09_30_drive_0020_sync 122 r\n2011_09_30/2011_09_30_drive_0020_sync 712 l\n2011_09_30/2011_09_30_drive_0020_sync 1011 r\n2011_09_30/2011_09_30_drive_0020_sync 331 l\n2011_09_30/2011_09_30_drive_0020_sync 1028 r\n2011_09_30/2011_09_30_drive_0020_sync 324 l\n2011_09_30/2011_09_30_drive_0020_sync 822 l\n2011_09_30/2011_09_30_drive_0020_sync 1003 l\n2011_09_30/2011_09_30_drive_0020_sync 582 r\n2011_09_30/2011_09_30_drive_0020_sync 228 l\n2011_09_30/2011_09_30_drive_0020_sync 735 l\n2011_09_30/2011_09_30_drive_0020_sync 520 r\n2011_09_30/2011_09_30_drive_0020_sync 425 r\n2011_09_30/2011_09_30_drive_0020_sync 895 l\n2011_09_30/2011_09_30_drive_0020_sync 577 r\n2011_09_30/2011_09_30_drive_0020_sync 306 l\n2011_09_30/2011_09_30_drive_0020_sync 606 l\n2011_09_30/2011_09_30_drive_0020_sync 422 r\n2011_09_30/2011_09_30_drive_0020_sync 159 l\n2011_09_30/2011_09_30_drive_0020_sync 525 l\n2011_09_30/2011_09_30_drive_0020_sync 966 r\n2011_09_30/2011_09_30_drive_0020_sync 541 r\n2011_09_30/2011_09_30_drive_0020_sync 292 l\n2011_09_30/2011_09_30_drive_0020_sync 943 r\n2011_09_30/2011_09_30_drive_0020_sync 1007 r\n2011_09_30/2011_09_30_drive_0020_sync 457 r\n2011_09_30/2011_09_30_drive_0020_sync 357 l\n2011_09_30/2011_09_30_drive_0020_sync 884 r\n2011_09_30/2011_09_30_drive_0020_sync 980 r\n2011_09_30/2011_09_30_drive_0020_sync 344 l\n2011_09_30/2011_09_30_drive_0020_sync 96 r\n2011_09_30/2011_09_30_drive_0020_sync 607 l\n2011_09_30/2011_09_30_drive_0020_sync 23 l\n2011_09_30/2011_09_30_drive_0020_sync 801 l\n2011_09_30/2011_09_30_drive_0020_sync 222 r\n2011_09_30/2011_09_30_drive_0020_sync 43 r\n2011_09_30/2011_09_30_drive_0020_sync 325 r\n2011_09_30/2011_09_30_drive_0020_sync 540 r\n2011_09_30/2011_09_30_drive_0020_sync 463 l\n2011_09_30/2011_09_30_drive_0020_sync 85 l\n2011_09_30/2011_09_30_drive_0020_sync 61 r\n2011_09_30/2011_09_30_drive_0020_sync 779 r\n2011_09_30/2011_09_30_drive_0020_sync 1086 r\n2011_09_30/2011_09_30_drive_0020_sync 286 l\n2011_09_30/2011_09_30_drive_0020_sync 462 r\n2011_09_30/2011_09_30_drive_0020_sync 219 l\n2011_09_30/2011_09_30_drive_0020_sync 474 l\n2011_09_30/2011_09_30_drive_0020_sync 783 l\n2011_09_30/2011_09_30_drive_0020_sync 291 r\n2011_09_30/2011_09_30_drive_0020_sync 624 l\n2011_09_30/2011_09_30_drive_0020_sync 674 l\n2011_09_30/2011_09_30_drive_0020_sync 518 l\n2011_09_30/2011_09_30_drive_0020_sync 58 l\n2011_09_30/2011_09_30_drive_0020_sync 491 r\n2011_09_30/2011_09_30_drive_0020_sync 848 l\n2011_09_30/2011_09_30_drive_0020_sync 555 r\n2011_09_30/2011_09_30_drive_0020_sync 597 l\n2011_09_30/2011_09_30_drive_0020_sync 695 r\n2011_09_30/2011_09_30_drive_0020_sync 798 r\n2011_09_30/2011_09_30_drive_0020_sync 361 l\n2011_09_30/2011_09_30_drive_0020_sync 268 l\n2011_09_30/2011_09_30_drive_0020_sync 901 l\n2011_09_30/2011_09_30_drive_0020_sync 1030 r\n2011_09_30/2011_09_30_drive_0020_sync 35 l\n2011_09_30/2011_09_30_drive_0020_sync 630 r\n2011_09_30/2011_09_30_drive_0020_sync 80 l\n2011_09_30/2011_09_30_drive_0020_sync 784 r\n2011_09_30/2011_09_30_drive_0020_sync 728 l\n2011_09_30/2011_09_30_drive_0020_sync 206 r\n2011_09_30/2011_09_30_drive_0020_sync 127 l\n2011_09_30/2011_09_30_drive_0020_sync 834 l\n2011_09_30/2011_09_30_drive_0020_sync 795 r\n2011_09_30/2011_09_30_drive_0020_sync 696 r\n2011_09_30/2011_09_30_drive_0020_sync 548 l\n2011_09_30/2011_09_30_drive_0020_sync 881 l\n2011_09_30/2011_09_30_drive_0020_sync 1082 r\n2011_09_30/2011_09_30_drive_0020_sync 1083 r\n2011_09_30/2011_09_30_drive_0020_sync 76 l\n2011_09_30/2011_09_30_drive_0020_sync 757 r\n2011_09_30/2011_09_30_drive_0020_sync 212 l\n2011_09_30/2011_09_30_drive_0020_sync 202 r\n2011_09_30/2011_09_30_drive_0020_sync 1047 l\n2011_09_30/2011_09_30_drive_0020_sync 1097 r\n2011_09_30/2011_09_30_drive_0020_sync 1038 r\n2011_09_30/2011_09_30_drive_0020_sync 1002 r\n2011_09_30/2011_09_30_drive_0020_sync 240 r\n2011_09_30/2011_09_30_drive_0020_sync 1042 l\n2011_09_30/2011_09_30_drive_0020_sync 182 l\n2011_09_30/2011_09_30_drive_0020_sync 1037 l\n2011_09_30/2011_09_30_drive_0020_sync 839 l\n2011_09_30/2011_09_30_drive_0020_sync 703 r\n2011_09_30/2011_09_30_drive_0020_sync 1099 l\n2011_09_30/2011_09_30_drive_0020_sync 862 r\n2011_09_30/2011_09_30_drive_0020_sync 364 r\n2011_09_30/2011_09_30_drive_0020_sync 830 l\n2011_09_30/2011_09_30_drive_0020_sync 341 l\n2011_09_30/2011_09_30_drive_0020_sync 547 l\n2011_09_30/2011_09_30_drive_0020_sync 921 l\n2011_09_30/2011_09_30_drive_0020_sync 721 l\n2011_09_30/2011_09_30_drive_0020_sync 1099 r\n2011_09_30/2011_09_30_drive_0020_sync 966 l\n2011_09_30/2011_09_30_drive_0020_sync 939 l\n2011_09_30/2011_09_30_drive_0020_sync 566 r\n2011_09_30/2011_09_30_drive_0020_sync 809 l\n2011_09_30/2011_09_30_drive_0020_sync 342 l\n2011_09_30/2011_09_30_drive_0020_sync 195 l\n2011_09_30/2011_09_30_drive_0020_sync 126 l\n2011_09_30/2011_09_30_drive_0020_sync 475 r\n2011_09_30/2011_09_30_drive_0020_sync 87 r\n2011_09_30/2011_09_30_drive_0020_sync 44 l\n2011_09_30/2011_09_30_drive_0020_sync 801 r\n2011_09_30/2011_09_30_drive_0020_sync 592 r\n2011_09_30/2011_09_30_drive_0020_sync 246 l\n2011_09_30/2011_09_30_drive_0020_sync 13 l\n2011_09_30/2011_09_30_drive_0020_sync 36 r\n2011_09_30/2011_09_30_drive_0020_sync 612 l\n2011_09_30/2011_09_30_drive_0020_sync 773 r\n2011_09_30/2011_09_30_drive_0020_sync 807 l\n2011_09_30/2011_09_30_drive_0020_sync 630 l\n2011_09_30/2011_09_30_drive_0020_sync 699 r\n2011_09_30/2011_09_30_drive_0020_sync 11 r\n2011_09_30/2011_09_30_drive_0020_sync 41 l\n2011_09_30/2011_09_30_drive_0020_sync 478 r\n2011_09_30/2011_09_30_drive_0020_sync 686 l\n2011_09_30/2011_09_30_drive_0020_sync 1008 l\n2011_09_30/2011_09_30_drive_0020_sync 1041 l\n2011_09_30/2011_09_30_drive_0020_sync 897 r\n2011_09_30/2011_09_30_drive_0020_sync 3 r\n2011_09_30/2011_09_30_drive_0020_sync 114 l\n2011_09_30/2011_09_30_drive_0020_sync 98 l\n2011_09_30/2011_09_30_drive_0020_sync 410 r\n2011_09_30/2011_09_30_drive_0020_sync 108 r\n2011_09_30/2011_09_30_drive_0020_sync 546 r\n2011_09_30/2011_09_30_drive_0020_sync 387 r\n2011_09_30/2011_09_30_drive_0020_sync 580 l\n2011_09_30/2011_09_30_drive_0020_sync 222 l\n2011_09_30/2011_09_30_drive_0020_sync 328 r\n2011_09_30/2011_09_30_drive_0020_sync 180 r\n2011_09_30/2011_09_30_drive_0020_sync 250 l\n2011_09_30/2011_09_30_drive_0020_sync 596 r\n2011_09_30/2011_09_30_drive_0020_sync 140 l\n2011_09_30/2011_09_30_drive_0020_sync 645 r\n2011_09_30/2011_09_30_drive_0020_sync 495 r\n2011_09_30/2011_09_30_drive_0020_sync 702 r\n2011_09_30/2011_09_30_drive_0020_sync 504 l\n2011_09_30/2011_09_30_drive_0020_sync 255 r\n2011_09_30/2011_09_30_drive_0020_sync 353 l\n2011_09_30/2011_09_30_drive_0020_sync 307 l\n2011_09_30/2011_09_30_drive_0020_sync 1068 l\n2011_09_30/2011_09_30_drive_0020_sync 610 l\n2011_09_30/2011_09_30_drive_0020_sync 960 l\n2011_09_30/2011_09_30_drive_0020_sync 425 l\n2011_09_30/2011_09_30_drive_0020_sync 623 l\n2011_09_30/2011_09_30_drive_0020_sync 311 l\n2011_09_30/2011_09_30_drive_0020_sync 52 l\n2011_09_30/2011_09_30_drive_0020_sync 896 l\n2011_09_30/2011_09_30_drive_0020_sync 145 l\n2011_09_30/2011_09_30_drive_0020_sync 91 l\n2011_09_30/2011_09_30_drive_0020_sync 638 l\n2011_09_30/2011_09_30_drive_0020_sync 350 r\n2011_09_30/2011_09_30_drive_0020_sync 28 l\n2011_09_30/2011_09_30_drive_0020_sync 389 r\n2011_09_30/2011_09_30_drive_0020_sync 220 r\n2011_09_30/2011_09_30_drive_0020_sync 813 l\n2011_09_30/2011_09_30_drive_0020_sync 371 l\n2011_09_30/2011_09_30_drive_0020_sync 421 r\n2011_09_30/2011_09_30_drive_0020_sync 814 l\n2011_09_30/2011_09_30_drive_0020_sync 599 r\n2011_09_30/2011_09_30_drive_0020_sync 681 r\n2011_09_30/2011_09_30_drive_0020_sync 658 l\n2011_09_30/2011_09_30_drive_0020_sync 251 l\n2011_09_30/2011_09_30_drive_0020_sync 173 l\n2011_09_30/2011_09_30_drive_0020_sync 476 r\n2011_09_30/2011_09_30_drive_0020_sync 431 r\n2011_09_30/2011_09_30_drive_0020_sync 833 l\n2011_09_30/2011_09_30_drive_0020_sync 132 r\n2011_09_30/2011_09_30_drive_0020_sync 974 r\n2011_09_30/2011_09_30_drive_0020_sync 6 l\n2011_09_30/2011_09_30_drive_0020_sync 543 l\n2011_09_30/2011_09_30_drive_0020_sync 401 l\n2011_09_30/2011_09_30_drive_0020_sync 266 l\n2011_09_30/2011_09_30_drive_0020_sync 45 r\n2011_09_30/2011_09_30_drive_0020_sync 646 l\n2011_09_30/2011_09_30_drive_0020_sync 692 l\n2011_09_30/2011_09_30_drive_0020_sync 354 l\n2011_09_30/2011_09_30_drive_0020_sync 912 r\n2011_09_30/2011_09_30_drive_0020_sync 1029 l\n2011_09_30/2011_09_30_drive_0020_sync 7 l\n2011_09_30/2011_09_30_drive_0020_sync 164 l\n2011_09_30/2011_09_30_drive_0020_sync 1056 r\n2011_09_30/2011_09_30_drive_0020_sync 1035 l\n2011_09_30/2011_09_30_drive_0020_sync 629 r\n2011_09_30/2011_09_30_drive_0020_sync 472 r\n2011_09_30/2011_09_30_drive_0020_sync 567 l\n2011_09_30/2011_09_30_drive_0020_sync 107 r\n2011_09_30/2011_09_30_drive_0020_sync 852 r\n2011_09_30/2011_09_30_drive_0020_sync 535 l\n2011_09_30/2011_09_30_drive_0020_sync 347 r\n2011_09_30/2011_09_30_drive_0020_sync 204 l\n2011_09_30/2011_09_30_drive_0020_sync 81 r\n2011_09_30/2011_09_30_drive_0020_sync 669 l\n2011_09_30/2011_09_30_drive_0020_sync 746 r\n2011_09_30/2011_09_30_drive_0020_sync 838 r\n2011_09_30/2011_09_30_drive_0020_sync 757 l\n2011_09_30/2011_09_30_drive_0020_sync 364 l\n2011_09_30/2011_09_30_drive_0020_sync 789 l\n2011_09_30/2011_09_30_drive_0020_sync 551 l\n2011_09_30/2011_09_30_drive_0020_sync 9 l\n2011_09_30/2011_09_30_drive_0020_sync 398 l\n2011_09_30/2011_09_30_drive_0020_sync 73 r\n2011_09_30/2011_09_30_drive_0020_sync 433 l\n2011_09_30/2011_09_30_drive_0020_sync 701 l\n2011_09_30/2011_09_30_drive_0020_sync 346 l\n2011_09_30/2011_09_30_drive_0020_sync 637 l\n2011_09_30/2011_09_30_drive_0020_sync 657 r\n2011_09_30/2011_09_30_drive_0020_sync 284 r\n2011_09_30/2011_09_30_drive_0020_sync 671 r\n2011_09_30/2011_09_30_drive_0020_sync 493 r\n2011_09_30/2011_09_30_drive_0020_sync 132 l\n2011_09_30/2011_09_30_drive_0020_sync 326 r\n2011_09_30/2011_09_30_drive_0020_sync 444 r\n2011_09_30/2011_09_30_drive_0020_sync 224 r\n2011_09_30/2011_09_30_drive_0020_sync 652 r\n2011_09_30/2011_09_30_drive_0020_sync 598 l\n2011_09_30/2011_09_30_drive_0020_sync 913 r\n2011_09_30/2011_09_30_drive_0020_sync 735 r\n2011_09_30/2011_09_30_drive_0020_sync 1075 l\n2011_09_30/2011_09_30_drive_0020_sync 392 r\n2011_09_30/2011_09_30_drive_0020_sync 439 r\n2011_09_30/2011_09_30_drive_0020_sync 665 r\n2011_09_30/2011_09_30_drive_0020_sync 96 l\n2011_09_30/2011_09_30_drive_0020_sync 13 r\n2011_09_30/2011_09_30_drive_0020_sync 10 r\n2011_09_30/2011_09_30_drive_0020_sync 454 r\n2011_09_30/2011_09_30_drive_0020_sync 429 l\n2011_09_30/2011_09_30_drive_0020_sync 554 l\n2011_09_30/2011_09_30_drive_0020_sync 847 l\n2011_09_30/2011_09_30_drive_0020_sync 791 l\n2011_09_30/2011_09_30_drive_0020_sync 734 l\n2011_09_30/2011_09_30_drive_0020_sync 765 l\n2011_09_30/2011_09_30_drive_0020_sync 406 l\n2011_09_30/2011_09_30_drive_0020_sync 125 r\n2011_09_30/2011_09_30_drive_0020_sync 136 l\n2011_09_30/2011_09_30_drive_0020_sync 301 r\n2011_09_30/2011_09_30_drive_0020_sync 477 l\n2011_09_30/2011_09_30_drive_0020_sync 523 l\n2011_09_30/2011_09_30_drive_0020_sync 1070 r\n2011_09_30/2011_09_30_drive_0020_sync 857 r\n2011_09_30/2011_09_30_drive_0020_sync 46 l\n2011_09_30/2011_09_30_drive_0020_sync 804 r\n2011_09_30/2011_09_30_drive_0020_sync 986 l\n2011_09_30/2011_09_30_drive_0020_sync 991 l\n2011_09_30/2011_09_30_drive_0020_sync 963 l\n2011_09_30/2011_09_30_drive_0020_sync 781 l\n2011_09_30/2011_09_30_drive_0020_sync 742 l\n2011_09_30/2011_09_30_drive_0020_sync 544 l\n2011_09_30/2011_09_30_drive_0020_sync 68 r\n2011_09_30/2011_09_30_drive_0020_sync 729 r\n2011_09_30/2011_09_30_drive_0020_sync 448 l\n2011_09_30/2011_09_30_drive_0020_sync 696 l\n2011_09_30/2011_09_30_drive_0020_sync 774 l\n2011_09_30/2011_09_30_drive_0020_sync 992 r\n2011_09_30/2011_09_30_drive_0020_sync 110 l\n2011_09_30/2011_09_30_drive_0020_sync 889 r\n2011_09_30/2011_09_30_drive_0020_sync 1013 l\n2011_09_30/2011_09_30_drive_0020_sync 604 r\n2011_09_30/2011_09_30_drive_0020_sync 772 r\n2011_09_30/2011_09_30_drive_0020_sync 767 l\n2011_09_30/2011_09_30_drive_0020_sync 562 r\n2011_09_30/2011_09_30_drive_0020_sync 720 r\n2011_09_30/2011_09_30_drive_0020_sync 516 r\n2011_09_30/2011_09_30_drive_0020_sync 884 l\n2011_09_30/2011_09_30_drive_0020_sync 192 l\n2011_09_30/2011_09_30_drive_0020_sync 1065 r\n2011_09_30/2011_09_30_drive_0020_sync 648 l\n2011_09_30/2011_09_30_drive_0020_sync 903 l\n2011_09_30/2011_09_30_drive_0020_sync 454 l\n2011_09_30/2011_09_30_drive_0020_sync 850 r\n2011_09_30/2011_09_30_drive_0020_sync 508 l\n2011_09_30/2011_09_30_drive_0020_sync 201 l\n2011_09_30/2011_09_30_drive_0020_sync 929 l\n2011_09_30/2011_09_30_drive_0020_sync 1058 r\n2011_09_30/2011_09_30_drive_0020_sync 997 l\n2011_09_30/2011_09_30_drive_0020_sync 296 r\n2011_09_30/2011_09_30_drive_0020_sync 613 l\n2011_09_30/2011_09_30_drive_0020_sync 674 r\n2011_09_30/2011_09_30_drive_0020_sync 558 r\n2011_09_30/2011_09_30_drive_0020_sync 628 l\n2011_09_30/2011_09_30_drive_0020_sync 1050 r\n2011_09_30/2011_09_30_drive_0020_sync 66 l\n2011_09_30/2011_09_30_drive_0020_sync 528 l\n2011_09_30/2011_09_30_drive_0020_sync 135 l\n2011_09_30/2011_09_30_drive_0020_sync 1034 l\n2011_09_30/2011_09_30_drive_0020_sync 857 l\n2011_09_30/2011_09_30_drive_0020_sync 258 r\n2011_09_30/2011_09_30_drive_0020_sync 706 l\n2011_09_30/2011_09_30_drive_0020_sync 564 l\n2011_09_30/2011_09_30_drive_0020_sync 651 r\n2011_09_30/2011_09_30_drive_0020_sync 854 r\n2011_09_30/2011_09_30_drive_0020_sync 871 r\n2011_09_30/2011_09_30_drive_0020_sync 483 r\n2011_09_30/2011_09_30_drive_0020_sync 427 l\n2011_09_30/2011_09_30_drive_0020_sync 480 l\n2011_09_30/2011_09_30_drive_0020_sync 55 l\n2011_09_30/2011_09_30_drive_0020_sync 992 l\n2011_09_30/2011_09_30_drive_0020_sync 851 l\n2011_09_30/2011_09_30_drive_0020_sync 373 r\n2011_09_30/2011_09_30_drive_0020_sync 865 r\n2011_09_30/2011_09_30_drive_0020_sync 864 l\n2011_09_30/2011_09_30_drive_0020_sync 426 l\n2011_09_30/2011_09_30_drive_0020_sync 733 l\n2011_09_30/2011_09_30_drive_0020_sync 264 l\n2011_09_30/2011_09_30_drive_0020_sync 32 l\n2011_09_30/2011_09_30_drive_0020_sync 397 l\n2011_09_30/2011_09_30_drive_0020_sync 183 r\n2011_09_30/2011_09_30_drive_0020_sync 584 r\n2011_09_30/2011_09_30_drive_0020_sync 208 r\n2011_09_30/2011_09_30_drive_0020_sync 8 l\n2011_09_30/2011_09_30_drive_0020_sync 1049 r\n2011_09_30/2011_09_30_drive_0020_sync 576 l\n2011_09_30/2011_09_30_drive_0020_sync 197 r\n2011_09_30/2011_09_30_drive_0020_sync 119 l\n2011_09_30/2011_09_30_drive_0020_sync 1087 l\n2011_09_30/2011_09_30_drive_0020_sync 826 l\n2011_09_30/2011_09_30_drive_0020_sync 419 r\n2011_09_30/2011_09_30_drive_0020_sync 758 r\n2011_09_30/2011_09_30_drive_0020_sync 799 l\n2011_09_30/2011_09_30_drive_0020_sync 738 r\n2011_09_30/2011_09_30_drive_0020_sync 466 l\n2011_09_30/2011_09_30_drive_0020_sync 810 l\n2011_09_30/2011_09_30_drive_0020_sync 1040 r\n2011_09_30/2011_09_30_drive_0020_sync 116 r\n2011_09_30/2011_09_30_drive_0020_sync 282 r\n2011_09_30/2011_09_30_drive_0020_sync 935 r\n2011_09_30/2011_09_30_drive_0020_sync 806 l\n2011_09_30/2011_09_30_drive_0020_sync 146 r\n2011_09_30/2011_09_30_drive_0020_sync 384 r\n2011_09_30/2011_09_30_drive_0020_sync 461 l\n2011_09_30/2011_09_30_drive_0020_sync 888 r\n2011_09_30/2011_09_30_drive_0020_sync 774 r\n2011_09_30/2011_09_30_drive_0020_sync 713 l\n2011_09_30/2011_09_30_drive_0020_sync 218 r\n2011_09_30/2011_09_30_drive_0020_sync 297 l\n2011_09_30/2011_09_30_drive_0020_sync 502 r\n2011_09_30/2011_09_30_drive_0020_sync 74 r\n2011_09_30/2011_09_30_drive_0020_sync 366 r\n2011_09_30/2011_09_30_drive_0020_sync 274 l\n2011_09_30/2011_09_30_drive_0020_sync 375 l\n2011_09_30/2011_09_30_drive_0020_sync 181 l\n2011_09_30/2011_09_30_drive_0020_sync 858 l\n2011_09_30/2011_09_30_drive_0020_sync 235 r\n2011_09_30/2011_09_30_drive_0020_sync 670 l\n2011_09_30/2011_09_30_drive_0020_sync 732 l\n2011_09_30/2011_09_30_drive_0020_sync 134 r\n2011_09_30/2011_09_30_drive_0020_sync 89 l\n2011_09_30/2011_09_30_drive_0020_sync 55 r\n2011_09_30/2011_09_30_drive_0020_sync 905 r\n2011_09_30/2011_09_30_drive_0020_sync 476 l\n2011_09_30/2011_09_30_drive_0020_sync 739 l\n2011_09_30/2011_09_30_drive_0020_sync 662 l\n2011_09_30/2011_09_30_drive_0020_sync 594 r\n2011_09_30/2011_09_30_drive_0020_sync 199 l\n2011_09_30/2011_09_30_drive_0020_sync 1047 r\n2011_09_30/2011_09_30_drive_0020_sync 961 r\n2011_09_30/2011_09_30_drive_0020_sync 1038 l\n2011_09_30/2011_09_30_drive_0020_sync 170 l\n2011_09_30/2011_09_30_drive_0020_sync 751 r\n2011_09_30/2011_09_30_drive_0020_sync 1056 l\n2011_09_30/2011_09_30_drive_0020_sync 941 r\n2011_09_30/2011_09_30_drive_0020_sync 379 r\n2011_09_30/2011_09_30_drive_0020_sync 550 l\n2011_09_30/2011_09_30_drive_0020_sync 830 r\n2011_09_30/2011_09_30_drive_0020_sync 638 r\n2011_09_30/2011_09_30_drive_0020_sync 459 r\n2011_09_30/2011_09_30_drive_0020_sync 690 l\n2011_09_30/2011_09_30_drive_0020_sync 528 r\n2011_09_30/2011_09_30_drive_0020_sync 740 r\n2011_09_30/2011_09_30_drive_0020_sync 1046 l\n2011_09_30/2011_09_30_drive_0020_sync 1011 l\n2011_09_30/2011_09_30_drive_0020_sync 827 r\n2011_09_30/2011_09_30_drive_0020_sync 1004 r\n2011_09_30/2011_09_30_drive_0020_sync 305 l\n2011_09_30/2011_09_30_drive_0020_sync 372 l\n2011_09_30/2011_09_30_drive_0020_sync 228 r\n2011_09_30/2011_09_30_drive_0020_sync 193 l\n2011_09_30/2011_09_30_drive_0020_sync 621 r\n2011_09_30/2011_09_30_drive_0020_sync 295 r\n2011_09_30/2011_09_30_drive_0020_sync 832 r\n2011_09_30/2011_09_30_drive_0020_sync 601 l\n2011_09_30/2011_09_30_drive_0020_sync 299 r\n2011_09_30/2011_09_30_drive_0020_sync 788 l\n2011_09_30/2011_09_30_drive_0020_sync 911 r\n2011_09_30/2011_09_30_drive_0020_sync 147 l\n2011_09_30/2011_09_30_drive_0020_sync 770 l\n2011_09_30/2011_09_30_drive_0020_sync 925 l\n2011_09_30/2011_09_30_drive_0020_sync 456 l\n2011_09_30/2011_09_30_drive_0020_sync 619 l\n2011_09_30/2011_09_30_drive_0020_sync 681 l\n2011_09_30/2011_09_30_drive_0020_sync 171 r\n2011_09_30/2011_09_30_drive_0020_sync 849 r\n2011_09_30/2011_09_30_drive_0020_sync 543 r\n2011_09_30/2011_09_30_drive_0020_sync 761 l\n2011_09_30/2011_09_30_drive_0020_sync 217 r\n2011_09_30/2011_09_30_drive_0020_sync 989 r\n2011_09_30/2011_09_30_drive_0020_sync 215 r\n2011_09_30/2011_09_30_drive_0020_sync 538 r\n2011_09_30/2011_09_30_drive_0020_sync 873 l\n2011_09_30/2011_09_30_drive_0020_sync 452 l\n2011_09_30/2011_09_30_drive_0020_sync 896 r\n2011_09_30/2011_09_30_drive_0020_sync 905 l\n2011_09_30/2011_09_30_drive_0020_sync 494 l\n2011_09_30/2011_09_30_drive_0020_sync 1098 l\n2011_09_30/2011_09_30_drive_0020_sync 119 r\n2011_09_30/2011_09_30_drive_0020_sync 741 l\n2011_09_30/2011_09_30_drive_0020_sync 39 r\n2011_09_30/2011_09_30_drive_0020_sync 102 r\n2011_09_30/2011_09_30_drive_0020_sync 909 r\n2011_09_30/2011_09_30_drive_0020_sync 515 r\n2011_09_30/2011_09_30_drive_0020_sync 278 l\n2011_09_30/2011_09_30_drive_0020_sync 1062 l\n2011_09_30/2011_09_30_drive_0020_sync 144 l\n2011_09_30/2011_09_30_drive_0020_sync 664 r\n2011_09_30/2011_09_30_drive_0020_sync 239 r\n2011_09_30/2011_09_30_drive_0020_sync 933 r\n2011_09_30/2011_09_30_drive_0020_sync 497 l\n2011_09_30/2011_09_30_drive_0020_sync 920 r\n2011_09_30/2011_09_30_drive_0020_sync 237 r\n2011_09_30/2011_09_30_drive_0020_sync 84 r\n2011_09_30/2011_09_30_drive_0020_sync 77 r\n2011_09_30/2011_09_30_drive_0020_sync 733 r\n2011_09_30/2011_09_30_drive_0020_sync 471 l\n2011_09_30/2011_09_30_drive_0020_sync 1084 r\n2011_09_30/2011_09_30_drive_0020_sync 368 r\n2011_09_30/2011_09_30_drive_0020_sync 352 r\n2011_09_30/2011_09_30_drive_0020_sync 929 r\n2011_09_30/2011_09_30_drive_0020_sync 802 l\n2011_09_30/2011_09_30_drive_0020_sync 368 l\n2011_09_30/2011_09_30_drive_0020_sync 519 l\n2011_09_30/2011_09_30_drive_0020_sync 313 r\n2011_09_30/2011_09_30_drive_0020_sync 898 l\n2011_09_30/2011_09_30_drive_0020_sync 964 r\n2011_09_30/2011_09_30_drive_0020_sync 831 r\n2011_09_30/2011_09_30_drive_0020_sync 416 l\n2011_09_30/2011_09_30_drive_0020_sync 568 l\n2011_09_30/2011_09_30_drive_0020_sync 812 r\n2011_09_30/2011_09_30_drive_0020_sync 981 r\n2011_09_30/2011_09_30_drive_0020_sync 170 r\n2011_09_30/2011_09_30_drive_0020_sync 269 l\n2011_09_30/2011_09_30_drive_0020_sync 490 r\n2011_09_30/2011_09_30_drive_0020_sync 921 r\n2011_09_30/2011_09_30_drive_0020_sync 46 r\n2011_09_30/2011_09_30_drive_0020_sync 143 l\n2011_09_30/2011_09_30_drive_0020_sync 187 l\n2011_09_30/2011_09_30_drive_0020_sync 198 l\n2011_09_30/2011_09_30_drive_0020_sync 600 r\n2011_09_30/2011_09_30_drive_0020_sync 824 l\n2011_09_30/2011_09_30_drive_0020_sync 877 l\n2011_09_30/2011_09_30_drive_0020_sync 965 l\n2011_09_30/2011_09_30_drive_0020_sync 213 l\n2011_09_30/2011_09_30_drive_0020_sync 861 r\n2011_09_30/2011_09_30_drive_0020_sync 1074 l\n2011_09_30/2011_09_30_drive_0020_sync 458 r\n2011_09_30/2011_09_30_drive_0020_sync 432 r\n2011_09_30/2011_09_30_drive_0020_sync 403 r\n2011_09_30/2011_09_30_drive_0020_sync 529 r\n2011_09_30/2011_09_30_drive_0020_sync 749 r\n2011_09_30/2011_09_30_drive_0020_sync 117 l\n2011_09_30/2011_09_30_drive_0020_sync 482 l\n2011_09_30/2011_09_30_drive_0020_sync 47 r\n2011_09_30/2011_09_30_drive_0020_sync 138 l\n2011_09_30/2011_09_30_drive_0020_sync 1089 r\n2011_09_30/2011_09_30_drive_0020_sync 173 r\n2011_09_30/2011_09_30_drive_0020_sync 460 r\n2011_09_30/2011_09_30_drive_0020_sync 153 r\n2011_09_30/2011_09_30_drive_0020_sync 882 l\n2011_09_30/2011_09_30_drive_0020_sync 481 l\n2011_09_30/2011_09_30_drive_0020_sync 505 r\n2011_09_30/2011_09_30_drive_0020_sync 795 l\n2011_09_30/2011_09_30_drive_0020_sync 679 r\n2011_09_30/2011_09_30_drive_0020_sync 591 r\n2011_09_30/2011_09_30_drive_0020_sync 248 l\n2011_09_30/2011_09_30_drive_0020_sync 1014 l\n2011_09_30/2011_09_30_drive_0020_sync 840 r\n2011_09_30/2011_09_30_drive_0020_sync 1012 l\n2011_09_30/2011_09_30_drive_0020_sync 1044 l\n2011_09_30/2011_09_30_drive_0020_sync 82 l\n2011_09_30/2011_09_30_drive_0020_sync 254 l\n2011_09_30/2011_09_30_drive_0020_sync 328 l\n2011_09_30/2011_09_30_drive_0020_sync 641 l\n2011_09_30/2011_09_30_drive_0020_sync 908 l\n2011_09_30/2011_09_30_drive_0020_sync 405 r\n2011_09_30/2011_09_30_drive_0020_sync 691 l\n2011_09_30/2011_09_30_drive_0020_sync 616 l\n2011_09_30/2011_09_30_drive_0020_sync 188 r\n2011_09_30/2011_09_30_drive_0020_sync 860 l\n2011_09_30/2011_09_30_drive_0020_sync 154 r\n2011_09_30/2011_09_30_drive_0020_sync 589 l\n2011_09_30/2011_09_30_drive_0020_sync 719 l\n2011_09_30/2011_09_30_drive_0020_sync 161 r\n2011_09_30/2011_09_30_drive_0020_sync 610 r\n2011_09_30/2011_09_30_drive_0020_sync 970 r\n2011_09_30/2011_09_30_drive_0020_sync 500 r\n2011_09_30/2011_09_30_drive_0020_sync 876 l\n2011_09_30/2011_09_30_drive_0020_sync 307 r\n2011_09_30/2011_09_30_drive_0020_sync 318 r\n2011_09_30/2011_09_30_drive_0020_sync 527 l\n2011_09_30/2011_09_30_drive_0020_sync 276 l\n2011_09_30/2011_09_30_drive_0020_sync 606 r\n2011_09_30/2011_09_30_drive_0020_sync 671 l\n2011_09_30/2011_09_30_drive_0020_sync 1010 l\n2011_09_30/2011_09_30_drive_0020_sync 403 l\n2011_09_30/2011_09_30_drive_0020_sync 898 r\n2011_09_30/2011_09_30_drive_0020_sync 532 r\n2011_09_30/2011_09_30_drive_0020_sync 181 r\n2011_09_30/2011_09_30_drive_0020_sync 346 r\n2011_09_30/2011_09_30_drive_0020_sync 259 r\n2011_09_30/2011_09_30_drive_0020_sync 27 r\n2011_09_30/2011_09_30_drive_0020_sync 642 l\n2011_09_30/2011_09_30_drive_0020_sync 981 l\n2011_09_30/2011_09_30_drive_0020_sync 337 l\n2011_09_30/2011_09_30_drive_0020_sync 124 l\n2011_09_30/2011_09_30_drive_0020_sync 215 l\n2011_09_30/2011_09_30_drive_0020_sync 803 r\n2011_09_30/2011_09_30_drive_0020_sync 236 l\n2011_09_30/2011_09_30_drive_0020_sync 760 r\n2011_09_30/2011_09_30_drive_0020_sync 954 r\n2011_09_30/2011_09_30_drive_0020_sync 296 l\n2011_09_30/2011_09_30_drive_0020_sync 22 l\n2011_09_30/2011_09_30_drive_0020_sync 285 r\n2011_09_30/2011_09_30_drive_0020_sync 86 r\n2011_09_30/2011_09_30_drive_0020_sync 389 l\n2011_09_30/2011_09_30_drive_0020_sync 878 r\n2011_09_30/2011_09_30_drive_0020_sync 705 r\n2011_09_30/2011_09_30_drive_0020_sync 504 r\n2011_09_30/2011_09_30_drive_0020_sync 377 l\n2011_09_30/2011_09_30_drive_0020_sync 1019 r\n2011_09_30/2011_09_30_drive_0020_sync 248 r\n2011_09_30/2011_09_30_drive_0020_sync 469 l\n2011_09_30/2011_09_30_drive_0020_sync 490 l\n2011_09_30/2011_09_30_drive_0020_sync 731 l\n2011_09_30/2011_09_30_drive_0020_sync 759 l\n2011_09_30/2011_09_30_drive_0020_sync 339 l\n2011_09_30/2011_09_30_drive_0020_sync 823 l\n2011_09_30/2011_09_30_drive_0020_sync 355 r\n2011_09_30/2011_09_30_drive_0020_sync 135 r\n2011_09_30/2011_09_30_drive_0020_sync 408 l\n2011_09_30/2011_09_30_drive_0020_sync 142 l\n2011_09_30/2011_09_30_drive_0020_sync 827 l\n2011_09_30/2011_09_30_drive_0020_sync 509 l\n2011_09_30/2011_09_30_drive_0020_sync 105 r\n2011_09_30/2011_09_30_drive_0020_sync 404 l\n2011_09_30/2011_09_30_drive_0020_sync 749 l\n2011_09_30/2011_09_30_drive_0020_sync 184 r\n2011_09_30/2011_09_30_drive_0020_sync 1001 l\n2011_09_30/2011_09_30_drive_0020_sync 919 r\n2011_09_30/2011_09_30_drive_0020_sync 178 l\n2011_09_30/2011_09_30_drive_0020_sync 72 r\n2011_09_30/2011_09_30_drive_0020_sync 113 r\n2011_09_30/2011_09_30_drive_0020_sync 1067 l\n2011_09_30/2011_09_30_drive_0020_sync 700 r\n2011_09_30/2011_09_30_drive_0020_sync 891 l\n2011_09_30/2011_09_30_drive_0020_sync 747 r\n2011_09_30/2011_09_30_drive_0020_sync 385 r\n2011_09_30/2011_09_30_drive_0020_sync 661 r\n2011_09_30/2011_09_30_drive_0020_sync 230 l\n2011_09_30/2011_09_30_drive_0020_sync 559 l\n2011_09_30/2011_09_30_drive_0020_sync 920 l\n2011_09_30/2011_09_30_drive_0020_sync 67 l\n2011_09_30/2011_09_30_drive_0020_sync 667 r\n2011_09_30/2011_09_30_drive_0020_sync 563 r\n2011_09_30/2011_09_30_drive_0020_sync 1032 r\n2011_09_30/2011_09_30_drive_0020_sync 169 l\n2011_09_30/2011_09_30_drive_0020_sync 200 l\n2011_09_30/2011_09_30_drive_0020_sync 411 l\n2011_09_30/2011_09_30_drive_0020_sync 1091 r\n2011_09_30/2011_09_30_drive_0020_sync 422 l\n2011_09_30/2011_09_30_drive_0020_sync 627 r\n2011_09_30/2011_09_30_drive_0020_sync 867 l\n2011_09_30/2011_09_30_drive_0020_sync 48 r\n2011_09_30/2011_09_30_drive_0020_sync 223 l\n2011_09_30/2011_09_30_drive_0020_sync 359 r\n2011_09_30/2011_09_30_drive_0020_sync 257 l\n2011_09_30/2011_09_30_drive_0020_sync 86 l\n2011_09_30/2011_09_30_drive_0020_sync 342 r\n2011_09_30/2011_09_30_drive_0020_sync 642 r\n2011_09_30/2011_09_30_drive_0020_sync 768 l\n2011_09_30/2011_09_30_drive_0020_sync 579 l\n2011_09_30/2011_09_30_drive_0020_sync 267 r\n2011_09_30/2011_09_30_drive_0020_sync 106 l\n2011_09_30/2011_09_30_drive_0020_sync 979 r\n2011_09_30/2011_09_30_drive_0020_sync 207 r\n2011_09_30/2011_09_30_drive_0020_sync 49 l\n2011_09_30/2011_09_30_drive_0020_sync 378 l\n2011_09_30/2011_09_30_drive_0020_sync 1091 l\n2011_09_30/2011_09_30_drive_0020_sync 900 r\n2011_09_30/2011_09_30_drive_0020_sync 529 l\n2011_09_30/2011_09_30_drive_0020_sync 655 r\n2011_09_30/2011_09_30_drive_0020_sync 825 l\n2011_09_30/2011_09_30_drive_0020_sync 855 l\n2011_09_30/2011_09_30_drive_0020_sync 216 r\n2011_09_30/2011_09_30_drive_0020_sync 424 l\n2011_09_30/2011_09_30_drive_0020_sync 776 l\n2011_09_30/2011_09_30_drive_0020_sync 11 l\n2011_09_30/2011_09_30_drive_0020_sync 194 r\n2011_09_30/2011_09_30_drive_0020_sync 1045 r\n2011_09_30/2011_09_30_drive_0020_sync 667 l\n2011_09_30/2011_09_30_drive_0020_sync 715 l\n2011_09_30/2011_09_30_drive_0020_sync 216 l\n2011_09_30/2011_09_30_drive_0020_sync 429 r\n2011_09_30/2011_09_30_drive_0020_sync 128 l\n2011_09_30/2011_09_30_drive_0020_sync 262 l\n2011_09_30/2011_09_30_drive_0020_sync 588 r\n2011_09_30/2011_09_30_drive_0020_sync 575 r\n2011_09_30/2011_09_30_drive_0020_sync 924 r\n2011_09_30/2011_09_30_drive_0020_sync 618 l\n2011_09_30/2011_09_30_drive_0020_sync 775 r\n2011_09_30/2011_09_30_drive_0020_sync 107 l\n2011_09_30/2011_09_30_drive_0020_sync 978 r\n2011_09_30/2011_09_30_drive_0020_sync 854 l\n2011_09_30/2011_09_30_drive_0020_sync 19 r\n2011_09_30/2011_09_30_drive_0020_sync 677 r\n2011_09_30/2011_09_30_drive_0020_sync 584 l\n2011_09_30/2011_09_30_drive_0020_sync 15 l\n2011_09_30/2011_09_30_drive_0020_sync 202 l\n2011_09_30/2011_09_30_drive_0020_sync 807 r\n2011_09_30/2011_09_30_drive_0020_sync 901 r\n2011_09_30/2011_09_30_drive_0020_sync 851 r\n2011_09_30/2011_09_30_drive_0020_sync 1052 r\n2011_09_30/2011_09_30_drive_0020_sync 251 r\n2011_09_30/2011_09_30_drive_0020_sync 1090 r\n2011_09_30/2011_09_30_drive_0020_sync 1018 r\n2011_09_30/2011_09_30_drive_0020_sync 711 l\n2011_09_30/2011_09_30_drive_0020_sync 579 r\n2011_09_30/2011_09_30_drive_0020_sync 70 l\n2011_09_30/2011_09_30_drive_0020_sync 434 l\n2011_09_30/2011_09_30_drive_0020_sync 1082 l\n2011_09_30/2011_09_30_drive_0020_sync 5 l\n2011_09_30/2011_09_30_drive_0020_sync 242 l\n2011_09_30/2011_09_30_drive_0020_sync 80 r\n2011_09_30/2011_09_30_drive_0020_sync 377 r\n2011_09_30/2011_09_30_drive_0020_sync 500 l\n2011_09_30/2011_09_30_drive_0020_sync 385 l\n2011_09_30/2011_09_30_drive_0020_sync 786 l\n2011_09_30/2011_09_30_drive_0020_sync 75 r\n2011_09_30/2011_09_30_drive_0020_sync 221 r\n2011_09_30/2011_09_30_drive_0020_sync 593 r\n2011_09_30/2011_09_30_drive_0020_sync 305 r\n2011_09_30/2011_09_30_drive_0020_sync 708 l\n2011_09_30/2011_09_30_drive_0020_sync 200 r\n2011_09_30/2011_09_30_drive_0020_sync 467 l\n2011_09_30/2011_09_30_drive_0020_sync 58 r\n2011_09_30/2011_09_30_drive_0020_sync 371 r\n2011_09_30/2011_09_30_drive_0020_sync 710 r\n2011_09_30/2011_09_30_drive_0020_sync 244 r\n2011_09_30/2011_09_30_drive_0020_sync 521 r\n2011_09_30/2011_09_30_drive_0020_sync 451 l\n2011_09_30/2011_09_30_drive_0020_sync 587 r\n2011_09_30/2011_09_30_drive_0020_sync 152 r\n2011_09_30/2011_09_30_drive_0020_sync 53 l\n2011_09_30/2011_09_30_drive_0020_sync 961 l\n2011_09_30/2011_09_30_drive_0020_sync 177 r\n2011_09_30/2011_09_30_drive_0020_sync 318 l\n2011_09_30/2011_09_30_drive_0020_sync 241 l\n2011_09_30/2011_09_30_drive_0020_sync 508 r\n2011_09_30/2011_09_30_drive_0020_sync 41 r\n2011_09_30/2011_09_30_drive_0020_sync 495 l\n2011_09_30/2011_09_30_drive_0020_sync 1094 r\n2011_09_30/2011_09_30_drive_0020_sync 503 r\n2011_09_30/2011_09_30_drive_0020_sync 110 r\n2011_09_30/2011_09_30_drive_0020_sync 892 l\n2011_09_30/2011_09_30_drive_0020_sync 968 r\n2011_09_30/2011_09_30_drive_0020_sync 659 r\n2011_09_30/2011_09_30_drive_0020_sync 924 l\n2011_09_30/2011_09_30_drive_0020_sync 1078 r\n2011_09_30/2011_09_30_drive_0020_sync 625 l\n2011_09_30/2011_09_30_drive_0020_sync 453 r\n2011_09_30/2011_09_30_drive_0020_sync 871 l\n2011_09_30/2011_09_30_drive_0020_sync 601 r\n2011_09_30/2011_09_30_drive_0020_sync 676 l\n2011_09_30/2011_09_30_drive_0020_sync 57 l\n2011_09_30/2011_09_30_drive_0020_sync 925 r\n2011_09_30/2011_09_30_drive_0020_sync 440 l\n2011_09_30/2011_09_30_drive_0020_sync 471 r\n2011_09_30/2011_09_30_drive_0020_sync 666 r\n2011_09_30/2011_09_30_drive_0020_sync 51 r\n2011_09_30/2011_09_30_drive_0020_sync 238 l\n2011_09_30/2011_09_30_drive_0020_sync 136 r\n2011_09_30/2011_09_30_drive_0020_sync 991 r\n2011_09_30/2011_09_30_drive_0020_sync 64 r\n2011_09_30/2011_09_30_drive_0020_sync 1090 l\n2011_09_30/2011_09_30_drive_0020_sync 101 l\n2011_09_30/2011_09_30_drive_0020_sync 563 l\n2011_09_30/2011_09_30_drive_0020_sync 210 l\n2011_09_30/2011_09_30_drive_0020_sync 209 r\n2011_09_30/2011_09_30_drive_0020_sync 859 l\n2011_09_30/2011_09_30_drive_0020_sync 780 r\n2011_09_30/2011_09_30_drive_0020_sync 1044 r\n2011_09_30/2011_09_30_drive_0020_sync 124 r\n2011_09_30/2011_09_30_drive_0020_sync 1022 r\n2011_09_30/2011_09_30_drive_0020_sync 675 l\n2011_09_30/2011_09_30_drive_0020_sync 622 l\n2011_09_30/2011_09_30_drive_0020_sync 926 r\n2011_09_30/2011_09_30_drive_0020_sync 967 l\n2011_09_30/2011_09_30_drive_0020_sync 556 r\n2011_09_30/2011_09_30_drive_0020_sync 947 r\n2011_09_30/2011_09_30_drive_0020_sync 999 l\n2011_09_30/2011_09_30_drive_0020_sync 714 l\n2011_09_30/2011_09_30_drive_0020_sync 983 l\n2011_09_30/2011_09_30_drive_0020_sync 829 r\n2011_09_30/2011_09_30_drive_0020_sync 784 l\n2011_09_30/2011_09_30_drive_0020_sync 541 l\n2011_09_30/2011_09_30_drive_0020_sync 648 r\n2011_09_30/2011_09_30_drive_0020_sync 381 r\n2011_09_30/2011_09_30_drive_0020_sync 775 l\n2011_09_30/2011_09_30_drive_0020_sync 406 r\n2011_09_30/2011_09_30_drive_0020_sync 1024 l\n2011_09_30/2011_09_30_drive_0020_sync 432 l\n2011_09_30/2011_09_30_drive_0020_sync 56 r\n2011_09_30/2011_09_30_drive_0020_sync 320 l\n2011_09_30/2011_09_30_drive_0020_sync 836 l\n2011_09_30/2011_09_30_drive_0020_sync 1086 l\n2011_09_30/2011_09_30_drive_0020_sync 589 r\n2011_09_30/2011_09_30_drive_0020_sync 761 r\n2011_09_30/2011_09_30_drive_0020_sync 668 r\n2011_09_30/2011_09_30_drive_0020_sync 514 r\n2011_09_30/2011_09_30_drive_0020_sync 879 l\n2011_09_30/2011_09_30_drive_0020_sync 883 r\n2011_09_30/2011_09_30_drive_0020_sync 870 r\n2011_09_30/2011_09_30_drive_0020_sync 417 r\n2011_09_30/2011_09_30_drive_0020_sync 558 l\n2011_09_30/2011_09_30_drive_0020_sync 62 l\n2011_09_30/2011_09_30_drive_0020_sync 449 l\n2011_09_30/2011_09_30_drive_0020_sync 245 r\n2011_09_30/2011_09_30_drive_0020_sync 271 l\n2011_09_30/2011_09_30_drive_0020_sync 447 r\n2011_09_30/2011_09_30_drive_0020_sync 637 r\n2011_09_30/2011_09_30_drive_0020_sync 1025 l\n2011_09_30/2011_09_30_drive_0020_sync 90 l\n2011_09_30/2011_09_30_drive_0020_sync 316 r\n2011_09_30/2011_09_30_drive_0020_sync 928 l\n2011_09_30/2011_09_30_drive_0020_sync 103 r\n2011_09_30/2011_09_30_drive_0020_sync 15 r\n2011_09_30/2011_09_30_drive_0020_sync 622 r\n2011_09_30/2011_09_30_drive_0020_sync 850 l\n2011_09_30/2011_09_30_drive_0020_sync 1077 r\n2011_09_30/2011_09_30_drive_0020_sync 631 l\n2011_09_30/2011_09_30_drive_0020_sync 952 l\n2011_09_30/2011_09_30_drive_0020_sync 478 l\n2011_09_30/2011_09_30_drive_0020_sync 189 r\n2011_09_30/2011_09_30_drive_0020_sync 889 l\n2011_09_30/2011_09_30_drive_0020_sync 910 l\n2011_09_30/2011_09_30_drive_0020_sync 113 l\n2011_09_30/2011_09_30_drive_0020_sync 652 l\n2011_09_30/2011_09_30_drive_0020_sync 1054 r\n2011_09_30/2011_09_30_drive_0020_sync 730 l\n2011_09_30/2011_09_30_drive_0020_sync 687 r\n2011_09_30/2011_09_30_drive_0020_sync 895 r\n2011_09_30/2011_09_30_drive_0020_sync 1006 r\n2011_09_30/2011_09_30_drive_0020_sync 295 l\n2011_09_30/2011_09_30_drive_0020_sync 783 r\n2011_09_30/2011_09_30_drive_0020_sync 130 r\n2011_09_30/2011_09_30_drive_0020_sync 955 r\n2011_09_30/2011_09_30_drive_0020_sync 355 l\n2011_09_30/2011_09_30_drive_0020_sync 349 r\n2011_09_30/2011_09_30_drive_0020_sync 427 r\n2011_09_30/2011_09_30_drive_0020_sync 559 r\n2011_09_30/2011_09_30_drive_0020_sync 89 r\n2011_09_30/2011_09_30_drive_0020_sync 137 r\n2011_09_30/2011_09_30_drive_0020_sync 7 r\n2011_09_30/2011_09_30_drive_0020_sync 880 l\n2011_09_30/2011_09_30_drive_0020_sync 1055 r\n2011_09_30/2011_09_30_drive_0020_sync 293 l\n2011_09_30/2011_09_30_drive_0020_sync 612 r\n2011_09_30/2011_09_30_drive_0020_sync 451 r\n2011_09_30/2011_09_30_drive_0020_sync 256 r\n2011_09_30/2011_09_30_drive_0020_sync 664 l\n2011_09_30/2011_09_30_drive_0020_sync 23 r\n2011_09_30/2011_09_30_drive_0020_sync 166 l\n2011_09_30/2011_09_30_drive_0020_sync 885 r\n2011_09_30/2011_09_30_drive_0020_sync 758 l\n2011_09_30/2011_09_30_drive_0020_sync 42 l\n2011_09_30/2011_09_30_drive_0020_sync 92 r\n2011_09_30/2011_09_30_drive_0020_sync 455 r\n2011_09_30/2011_09_30_drive_0020_sync 959 r\n2011_09_30/2011_09_30_drive_0020_sync 764 l\n2011_09_30/2011_09_30_drive_0020_sync 166 r\n2011_09_30/2011_09_30_drive_0020_sync 208 l\n2011_09_30/2011_09_30_drive_0020_sync 330 r\n2011_09_30/2011_09_30_drive_0020_sync 1053 r\n2011_09_30/2011_09_30_drive_0020_sync 1074 r\n2011_09_30/2011_09_30_drive_0020_sync 940 r\n2011_09_30/2011_09_30_drive_0020_sync 83 r\n2011_09_30/2011_09_30_drive_0020_sync 744 r\n2011_09_30/2011_09_30_drive_0020_sync 33 r\n2011_09_30/2011_09_30_drive_0020_sync 316 l\n2011_09_30/2011_09_30_drive_0020_sync 267 l\n2011_09_30/2011_09_30_drive_0020_sync 724 r\n2011_09_30/2011_09_30_drive_0020_sync 88 r\n2011_09_30/2011_09_30_drive_0020_sync 534 r\n2011_09_30/2011_09_30_drive_0020_sync 303 l\n2011_09_30/2011_09_30_drive_0020_sync 805 l\n2011_09_30/2011_09_30_drive_0020_sync 618 r\n2011_09_30/2011_09_30_drive_0020_sync 844 r\n2011_09_30/2011_09_30_drive_0020_sync 71 l\n2011_09_30/2011_09_30_drive_0020_sync 567 r\n2011_09_30/2011_09_30_drive_0020_sync 722 r\n2011_09_30/2011_09_30_drive_0020_sync 706 r\n2011_09_30/2011_09_30_drive_0020_sync 401 r\n2011_09_30/2011_09_30_drive_0020_sync 115 l\n2011_09_30/2011_09_30_drive_0020_sync 770 r\n2011_09_30/2011_09_30_drive_0020_sync 726 l\n2011_09_30/2011_09_30_drive_0020_sync 937 l\n2011_09_30/2011_09_30_drive_0020_sync 211 l\n2011_09_30/2011_09_30_drive_0020_sync 572 r\n2011_09_30/2011_09_30_drive_0020_sync 819 l\n2011_09_30/2011_09_30_drive_0020_sync 934 r\n2011_09_30/2011_09_30_drive_0020_sync 846 l\n2011_09_30/2011_09_30_drive_0020_sync 797 r\n2011_09_30/2011_09_30_drive_0020_sync 428 r\n2011_09_30/2011_09_30_drive_0020_sync 695 l\n2011_09_30/2011_09_30_drive_0020_sync 1020 l\n2011_09_30/2011_09_30_drive_0020_sync 338 l\n2011_09_30/2011_09_30_drive_0020_sync 480 r\n2011_09_30/2011_09_30_drive_0020_sync 470 r\n2011_09_30/2011_09_30_drive_0020_sync 553 l\n2011_09_30/2011_09_30_drive_0020_sync 293 r\n2011_09_30/2011_09_30_drive_0020_sync 815 l\n2011_09_30/2011_09_30_drive_0020_sync 716 r\n2011_09_30/2011_09_30_drive_0020_sync 402 r\n2011_09_30/2011_09_30_drive_0020_sync 48 l\n2011_09_30/2011_09_30_drive_0020_sync 703 l\n2011_09_30/2011_09_30_drive_0020_sync 158 l\n2011_09_30/2011_09_30_drive_0020_sync 697 l\n2011_09_30/2011_09_30_drive_0020_sync 983 r\n2011_09_30/2011_09_30_drive_0020_sync 907 r\n2011_09_30/2011_09_30_drive_0020_sync 666 l\n2011_09_30/2011_09_30_drive_0020_sync 837 l\n2011_09_30/2011_09_30_drive_0020_sync 772 l\n2011_09_30/2011_09_30_drive_0020_sync 301 l\n2011_09_30/2011_09_30_drive_0020_sync 380 r\n2011_09_30/2011_09_30_drive_0020_sync 843 l\n2011_09_30/2011_09_30_drive_0020_sync 258 l\n2011_09_30/2011_09_30_drive_0020_sync 900 l\n2011_09_30/2011_09_30_drive_0020_sync 1097 l\n2011_09_30/2011_09_30_drive_0020_sync 835 l\n2011_09_30/2011_09_30_drive_0020_sync 483 l\n2011_09_30/2011_09_30_drive_0020_sync 104 r\n2011_09_30/2011_09_30_drive_0020_sync 594 l\n2011_09_30/2011_09_30_drive_0020_sync 756 r\n2011_09_30/2011_09_30_drive_0020_sync 165 r\n2011_09_30/2011_09_30_drive_0020_sync 602 l\n2011_09_30/2011_09_30_drive_0020_sync 414 l\n2011_09_30/2011_09_30_drive_0020_sync 437 r\n2011_09_30/2011_09_30_drive_0020_sync 1100 l\n2011_09_30/2011_09_30_drive_0020_sync 714 r\n2011_09_30/2011_09_30_drive_0020_sync 918 r\n2011_09_30/2011_09_30_drive_0020_sync 100 r\n2011_09_30/2011_09_30_drive_0020_sync 88 l\n2011_09_30/2011_09_30_drive_0020_sync 554 r\n2011_09_30/2011_09_30_drive_0020_sync 713 r\n2011_09_30/2011_09_30_drive_0020_sync 494 r\n2011_09_30/2011_09_30_drive_0020_sync 315 l\n2011_09_30/2011_09_30_drive_0020_sync 517 l\n2011_09_30/2011_09_30_drive_0020_sync 524 l\n2011_09_30/2011_09_30_drive_0020_sync 129 r\n2011_09_30/2011_09_30_drive_0020_sync 366 l\n2011_09_30/2011_09_30_drive_0020_sync 59 l\n2011_09_30/2011_09_30_drive_0020_sync 811 r\n2011_09_30/2011_09_30_drive_0020_sync 987 l\n2011_09_30/2011_09_30_drive_0020_sync 592 l\n2011_09_30/2011_09_30_drive_0020_sync 257 r\n2011_09_30/2011_09_30_drive_0020_sync 376 r\n2011_09_30/2011_09_30_drive_0020_sync 842 r\n2011_09_30/2011_09_30_drive_0020_sync 796 r\n2011_09_30/2011_09_30_drive_0020_sync 239 l\n2011_09_30/2011_09_30_drive_0020_sync 400 l\n2011_09_30/2011_09_30_drive_0020_sync 639 r\n2011_09_30/2011_09_30_drive_0020_sync 18 r\n2011_09_30/2011_09_30_drive_0020_sync 816 r\n2011_09_30/2011_09_30_drive_0020_sync 64 l\n2011_09_30/2011_09_30_drive_0020_sync 685 l\n2011_09_30/2011_09_30_drive_0020_sync 709 r\n2011_09_30/2011_09_30_drive_0020_sync 804 l\n2011_09_30/2011_09_30_drive_0020_sync 764 r\n2011_09_30/2011_09_30_drive_0020_sync 660 l\n2011_09_30/2011_09_30_drive_0020_sync 663 l\n2011_09_30/2011_09_30_drive_0020_sync 414 r\n2011_09_30/2011_09_30_drive_0020_sync 894 r\n2011_09_30/2011_09_30_drive_0020_sync 1053 l\n2011_09_30/2011_09_30_drive_0020_sync 5 r\n2011_09_30/2011_09_30_drive_0020_sync 270 l\n2011_09_30/2011_09_30_drive_0020_sync 595 l\n2011_09_30/2011_09_30_drive_0020_sync 484 r\n2011_09_30/2011_09_30_drive_0020_sync 488 l\n2011_09_30/2011_09_30_drive_0020_sync 1005 l\n2011_09_30/2011_09_30_drive_0020_sync 759 r\n2011_09_30/2011_09_30_drive_0020_sync 1068 r\n2011_09_30/2011_09_30_drive_0020_sync 716 l\n2011_09_30/2011_09_30_drive_0020_sync 752 r\n2011_09_30/2011_09_30_drive_0020_sync 705 l\n2011_09_30/2011_09_30_drive_0020_sync 225 l\n2011_09_30/2011_09_30_drive_0020_sync 54 r\n2011_09_30/2011_09_30_drive_0020_sync 1014 r\n2011_09_30/2011_09_30_drive_0020_sync 587 l\n2011_09_30/2011_09_30_drive_0020_sync 933 l\n2011_09_30/2011_09_30_drive_0020_sync 597 r\n2011_09_30/2011_09_30_drive_0020_sync 39 l\n2011_09_30/2011_09_30_drive_0020_sync 141 r\n2011_09_30/2011_09_30_drive_0020_sync 885 l\n2011_09_30/2011_09_30_drive_0020_sync 603 l\n2011_09_30/2011_09_30_drive_0020_sync 912 l\n2011_09_30/2011_09_30_drive_0020_sync 465 l\n2011_09_30/2011_09_30_drive_0020_sync 1088 r\n2011_09_30/2011_09_30_drive_0020_sync 168 r\n2011_09_30/2011_09_30_drive_0020_sync 279 l\n2011_09_30/2011_09_30_drive_0020_sync 516 l\n2011_09_30/2011_09_30_drive_0020_sync 70 r\n2011_09_30/2011_09_30_drive_0020_sync 632 l\n2011_09_30/2011_09_30_drive_0020_sync 839 r\n2011_09_30/2011_09_30_drive_0020_sync 29 l\n2011_09_30/2011_09_30_drive_0020_sync 36 l\n2011_09_30/2011_09_30_drive_0020_sync 728 r\n2011_09_30/2011_09_30_drive_0020_sync 511 l\n2011_09_30/2011_09_30_drive_0020_sync 374 r\n2011_09_30/2011_09_30_drive_0020_sync 273 l\n2011_09_30/2011_09_30_drive_0020_sync 578 r\n2011_09_30/2011_09_30_drive_0020_sync 1003 r\n2011_09_30/2011_09_30_drive_0020_sync 165 l\n2011_09_30/2011_09_30_drive_0020_sync 685 r\n2011_09_30/2011_09_30_drive_0020_sync 288 r\n2011_09_30/2011_09_30_drive_0020_sync 919 l\n2011_09_30/2011_09_30_drive_0020_sync 213 r\n2011_09_30/2011_09_30_drive_0020_sync 109 r\n2011_09_30/2011_09_30_drive_0020_sync 69 l\n2011_09_30/2011_09_30_drive_0020_sync 486 l\n2011_09_30/2011_09_30_drive_0020_sync 647 r\n2011_09_30/2011_09_30_drive_0020_sync 315 r\n2011_09_30/2011_09_30_drive_0020_sync 452 r\n2011_09_30/2011_09_30_drive_0020_sync 1079 r\n2011_09_30/2011_09_30_drive_0020_sync 34 r\n2011_09_30/2011_09_30_drive_0020_sync 156 r\n2011_09_30/2011_09_30_drive_0020_sync 221 l\n2011_09_30/2011_09_30_drive_0020_sync 1088 l\n2011_09_30/2011_09_30_drive_0020_sync 545 r\n2011_09_30/2011_09_30_drive_0020_sync 265 l\n2011_09_30/2011_09_30_drive_0020_sync 260 r\n2011_09_30/2011_09_30_drive_0020_sync 1026 l\n2011_09_30/2011_09_30_drive_0020_sync 820 r\n2011_09_30/2011_09_30_drive_0020_sync 49 r\n2011_09_30/2011_09_30_drive_0020_sync 4 r\n2011_09_30/2011_09_30_drive_0020_sync 860 r\n2011_09_30/2011_09_30_drive_0020_sync 250 r\n2011_09_30/2011_09_30_drive_0020_sync 234 r\n2011_09_30/2011_09_30_drive_0020_sync 643 r\n2011_09_30/2011_09_30_drive_0020_sync 19 l\n2011_09_30/2011_09_30_drive_0020_sync 21 l\n2011_09_30/2011_09_30_drive_0020_sync 87 l\n2011_09_30/2011_09_30_drive_0020_sync 672 r\n2011_09_30/2011_09_30_drive_0020_sync 277 l\n2011_09_30/2011_09_30_drive_0020_sync 720 l\n2011_09_30/2011_09_30_drive_0020_sync 134 l\n2011_09_30/2011_09_30_drive_0020_sync 701 r\n2011_09_30/2011_09_30_drive_0020_sync 141 l\n2011_09_30/2011_09_30_drive_0020_sync 240 l\n2011_09_30/2011_09_30_drive_0020_sync 746 l\n2011_09_30/2011_09_30_drive_0020_sync 112 r\n2011_09_30/2011_09_30_drive_0020_sync 1059 r\n2011_09_30/2011_09_30_drive_0020_sync 1034 r\n2011_09_30/2011_09_30_drive_0020_sync 719 r\n2011_09_30/2011_09_30_drive_0020_sync 660 r\n2011_09_30/2011_09_30_drive_0020_sync 948 r\n2011_09_30/2011_09_30_drive_0020_sync 1008 r\n2011_09_30/2011_09_30_drive_0020_sync 234 l\n2011_09_30/2011_09_30_drive_0020_sync 1072 r\n2011_09_30/2011_09_30_drive_0020_sync 958 r\n2011_09_30/2011_09_30_drive_0020_sync 1004 l\n2011_09_30/2011_09_30_drive_0020_sync 549 r\n2011_09_30/2011_09_30_drive_0020_sync 973 r\n2011_09_30/2011_09_30_drive_0020_sync 1095 l\n2011_09_30/2011_09_30_drive_0020_sync 697 r\n2011_09_30/2011_09_30_drive_0020_sync 38 r\n2011_09_30/2011_09_30_drive_0020_sync 78 l\n2011_09_30/2011_09_30_drive_0020_sync 655 l\n2011_09_30/2011_09_30_drive_0020_sync 53 r\n2011_09_30/2011_09_30_drive_0020_sync 243 l\n2011_09_30/2011_09_30_drive_0020_sync 92 l\n2011_09_30/2011_09_30_drive_0020_sync 288 l\n2011_09_30/2011_09_30_drive_0020_sync 20 l\n2011_09_30/2011_09_30_drive_0020_sync 874 r\n2011_09_30/2011_09_30_drive_0020_sync 835 r\n2011_09_30/2011_09_30_drive_0020_sync 203 l\n2011_09_30/2011_09_30_drive_0020_sync 888 l\n2011_09_30/2011_09_30_drive_0020_sync 974 l\n2011_09_30/2011_09_30_drive_0020_sync 469 r\n2011_09_30/2011_09_30_drive_0020_sync 972 r\n2011_09_30/2011_09_30_drive_0020_sync 723 l\n2011_09_30/2011_09_30_drive_0020_sync 281 l\n2011_09_30/2011_09_30_drive_0020_sync 985 l\n2011_09_30/2011_09_30_drive_0020_sync 487 l\n2011_09_30/2011_09_30_drive_0020_sync 963 r\n2011_09_30/2011_09_30_drive_0020_sync 103 l\n2011_09_30/2011_09_30_drive_0020_sync 956 l\n2011_09_30/2011_09_30_drive_0020_sync 492 l\n2011_09_30/2011_09_30_drive_0020_sync 691 r\n2011_09_30/2011_09_30_drive_0020_sync 1061 r\n2011_09_30/2011_09_30_drive_0020_sync 497 r\n2011_09_30/2011_09_30_drive_0020_sync 329 l\n2011_09_30/2011_09_30_drive_0020_sync 146 l\n2011_09_30/2011_09_30_drive_0020_sync 396 l\n2011_09_30/2011_09_30_drive_0020_sync 115 r\n2011_09_30/2011_09_30_drive_0020_sync 578 l\n2011_09_30/2011_09_30_drive_0020_sync 43 l\n2011_09_30/2011_09_30_drive_0020_sync 446 r\n2011_09_30/2011_09_30_drive_0020_sync 463 r\n2011_09_30/2011_09_30_drive_0020_sync 627 l\n2011_09_30/2011_09_30_drive_0020_sync 626 r\n2011_09_30/2011_09_30_drive_0020_sync 865 l\n2011_09_30/2011_09_30_drive_0020_sync 438 l\n2011_09_30/2011_09_30_drive_0020_sync 908 r\n2011_09_30/2011_09_30_drive_0020_sync 845 l\n2011_09_30/2011_09_30_drive_0020_sync 125 l\n2011_09_30/2011_09_30_drive_0020_sync 391 r\n2011_09_30/2011_09_30_drive_0020_sync 167 r\n2011_09_30/2011_09_30_drive_0020_sync 247 l\n2011_09_30/2011_09_30_drive_0020_sync 540 l\n2011_09_30/2011_09_30_drive_0020_sync 322 r\n2011_09_30/2011_09_30_drive_0020_sync 1031 l\n2011_09_30/2011_09_30_drive_0020_sync 1000 r\n2011_09_30/2011_09_30_drive_0020_sync 1054 l\n2011_09_30/2011_09_30_drive_0020_sync 565 r\n2011_09_30/2011_09_30_drive_0020_sync 855 r\n2011_09_30/2011_09_30_drive_0020_sync 148 l\n2011_09_30/2011_09_30_drive_0020_sync 126 r\n2011_09_30/2011_09_30_drive_0020_sync 1041 r\n2011_09_30/2011_09_30_drive_0020_sync 530 r\n2011_09_30/2011_09_30_drive_0020_sync 256 l\n2011_09_30/2011_09_30_drive_0020_sync 1009 r\n2011_09_30/2011_09_30_drive_0020_sync 438 r\n2011_09_30/2011_09_30_drive_0020_sync 688 l\n2011_09_30/2011_09_30_drive_0020_sync 171 l\n2011_09_30/2011_09_30_drive_0020_sync 386 r\n2011_09_30/2011_09_30_drive_0020_sync 542 l\n2011_09_30/2011_09_30_drive_0020_sync 882 r\n2011_09_30/2011_09_30_drive_0020_sync 196 l\n2011_09_30/2011_09_30_drive_0020_sync 955 l\n2011_09_30/2011_09_30_drive_0020_sync 51 l\n2011_09_30/2011_09_30_drive_0020_sync 277 r\n2011_09_30/2011_09_30_drive_0020_sync 1096 l\n2011_09_30/2011_09_30_drive_0020_sync 537 r\n2011_09_30/2011_09_30_drive_0020_sync 14 l\n2011_09_30/2011_09_30_drive_0020_sync 402 l\n2011_09_30/2011_09_30_drive_0020_sync 426 r\n2011_09_30/2011_09_30_drive_0020_sync 206 l\n2011_09_30/2011_09_30_drive_0020_sync 727 l\n2011_09_30/2011_09_30_drive_0020_sync 264 r\n2011_09_30/2011_09_30_drive_0020_sync 1073 r\n2011_09_30/2011_09_30_drive_0020_sync 718 l\n2011_09_30/2011_09_30_drive_0020_sync 231 l\n2011_09_30/2011_09_30_drive_0020_sync 395 l\n2011_09_30/2011_09_30_drive_0020_sync 910 r\n2011_09_30/2011_09_30_drive_0020_sync 654 r\n2011_09_30/2011_09_30_drive_0020_sync 205 l\n2011_09_30/2011_09_30_drive_0020_sync 837 r\n2011_09_30/2011_09_30_drive_0020_sync 964 l\n2011_09_30/2011_09_30_drive_0020_sync 607 r\n2011_09_30/2011_09_30_drive_0020_sync 241 r\n2011_09_30/2011_09_30_drive_0020_sync 750 l\n2011_09_30/2011_09_30_drive_0020_sync 680 r\n2011_09_30/2011_09_30_drive_0020_sync 275 l\n2011_09_30/2011_09_30_drive_0020_sync 60 r\n2011_09_30/2011_09_30_drive_0020_sync 633 l\n2011_09_30/2011_09_30_drive_0020_sync 797 l\n2011_09_30/2011_09_30_drive_0020_sync 852 l\n2011_09_30/2011_09_30_drive_0020_sync 269 r\n2011_09_30/2011_09_30_drive_0020_sync 131 r\n2011_09_30/2011_09_30_drive_0020_sync 680 l\n2011_09_30/2011_09_30_drive_0020_sync 191 r\n2011_09_30/2011_09_30_drive_0020_sync 444 l\n2011_09_30/2011_09_30_drive_0020_sync 639 l\n2011_09_30/2011_09_30_drive_0020_sync 979 l\n2011_09_30/2011_09_30_drive_0020_sync 861 l\n2011_09_30/2011_09_30_drive_0020_sync 320 r\n2011_09_30/2011_09_30_drive_0020_sync 1071 l\n2011_09_30/2011_09_30_drive_0020_sync 190 r\n2011_09_30/2011_09_30_drive_0020_sync 252 r\n2011_09_30/2011_09_30_drive_0020_sync 698 l\n2011_09_30/2011_09_30_drive_0020_sync 344 r\n2011_09_30/2011_09_30_drive_0020_sync 214 r\n2011_09_30/2011_09_30_drive_0020_sync 818 l\n2011_09_30/2011_09_30_drive_0020_sync 834 r\n2011_09_30/2011_09_30_drive_0020_sync 283 r\n2011_09_30/2011_09_30_drive_0020_sync 821 l\n2011_09_30/2011_09_30_drive_0020_sync 591 l\n2011_09_30/2011_09_30_drive_0020_sync 755 l\n2011_09_30/2011_09_30_drive_0020_sync 817 r\n2011_09_30/2011_09_30_drive_0020_sync 809 r\n2011_09_30/2011_09_30_drive_0020_sync 565 l\n2011_09_30/2011_09_30_drive_0020_sync 816 l\n2011_09_30/2011_09_30_drive_0020_sync 294 l\n2011_09_30/2011_09_30_drive_0020_sync 498 l\n2011_09_30/2011_09_30_drive_0020_sync 740 l\n2011_09_30/2011_09_30_drive_0020_sync 725 r\n2011_09_30/2011_09_30_drive_0020_sync 768 r\n2011_09_30/2011_09_30_drive_0020_sync 1027 l\n2011_09_30/2011_09_30_drive_0020_sync 1043 r\n2011_09_30/2011_09_30_drive_0020_sync 275 r\n2011_09_30/2011_09_30_drive_0020_sync 434 r\n2011_09_30/2011_09_30_drive_0020_sync 387 l\n2011_09_30/2011_09_30_drive_0020_sync 345 l\n2011_09_30/2011_09_30_drive_0020_sync 984 r\n2011_09_30/2011_09_30_drive_0020_sync 571 l\n2011_09_30/2011_09_30_drive_0020_sync 302 r\n2011_09_30/2011_09_30_drive_0020_sync 18 l\n2011_09_30/2011_09_30_drive_0020_sync 416 r\n2011_09_30/2011_09_30_drive_0020_sync 717 r\n2011_09_30/2011_09_30_drive_0020_sync 1072 l\n2011_09_30/2011_09_30_drive_0020_sync 794 l\n2011_09_30/2011_09_30_drive_0020_sync 604 l\n2011_09_30/2011_09_30_drive_0020_sync 930 r\n2011_09_30/2011_09_30_drive_0020_sync 678 l\n2011_09_30/2011_09_30_drive_0020_sync 186 l\n2011_09_30/2011_09_30_drive_0020_sync 623 r\n2011_09_30/2011_09_30_drive_0020_sync 853 r\n2011_09_30/2011_09_30_drive_0020_sync 299 l\n2011_09_30/2011_09_30_drive_0020_sync 331 r\n2011_09_30/2011_09_30_drive_0020_sync 142 r\n2011_09_30/2011_09_30_drive_0020_sync 413 r\n2011_09_30/2011_09_30_drive_0020_sync 203 r\n2011_09_30/2011_09_30_drive_0020_sync 792 r\n2011_09_30/2011_09_30_drive_0020_sync 876 r\n2011_09_30/2011_09_30_drive_0020_sync 665 l\n2011_09_30/2011_09_30_drive_0020_sync 95 r\n2011_09_30/2011_09_30_drive_0020_sync 711 r\n2011_09_30/2011_09_30_drive_0020_sync 410 l\n2011_09_30/2011_09_30_drive_0020_sync 65 r\n2011_09_30/2011_09_30_drive_0020_sync 576 r\n2011_09_30/2011_09_30_drive_0020_sync 1031 r\n2011_09_30/2011_09_30_drive_0020_sync 303 r\n2011_09_30/2011_09_30_drive_0020_sync 21 r\n2011_09_30/2011_09_30_drive_0020_sync 505 l\n2011_09_30/2011_09_30_drive_0020_sync 904 r\n2011_09_30/2011_09_30_drive_0020_sync 1066 l\n2011_09_30/2011_09_30_drive_0020_sync 538 l\n2011_09_30/2011_09_30_drive_0020_sync 828 l\n2011_09_30/2011_09_30_drive_0020_sync 1057 l\n2011_09_30/2011_09_30_drive_0020_sync 138 r\n2011_09_30/2011_09_30_drive_0020_sync 118 r\n2011_09_30/2011_09_30_drive_0020_sync 282 l\n2011_09_30/2011_09_30_drive_0020_sync 552 r\n2011_09_30/2011_09_30_drive_0020_sync 552 l\n2011_09_30/2011_09_30_drive_0020_sync 730 r\n2011_09_30/2011_09_30_drive_0020_sync 12 r\n2011_09_30/2011_09_30_drive_0020_sync 82 r\n2011_09_30/2011_09_30_drive_0020_sync 737 l\n2011_09_30/2011_09_30_drive_0020_sync 499 r\n2011_09_30/2011_09_30_drive_0020_sync 489 r\n2011_09_30/2011_09_30_drive_0020_sync 246 r\n2011_09_30/2011_09_30_drive_0020_sync 1100 r\n2011_09_30/2011_09_30_drive_0020_sync 737 r\n2011_09_30/2011_09_30_drive_0020_sync 825 r\n2011_09_30/2011_09_30_drive_0020_sync 128 r\n2011_09_30/2011_09_30_drive_0020_sync 849 l\n2011_09_30/2011_09_30_drive_0020_sync 932 l\n2011_09_30/2011_09_30_drive_0020_sync 180 l\n2011_09_30/2011_09_30_drive_0020_sync 645 l\n2011_09_30/2011_09_30_drive_0020_sync 893 r\n2011_09_30/2011_09_30_drive_0020_sync 99 l\n2011_09_30/2011_09_30_drive_0020_sync 121 r\n2011_09_30/2011_09_30_drive_0020_sync 582 l\n2011_09_30/2011_09_30_drive_0020_sync 244 l\n2011_09_30/2011_09_30_drive_0020_sync 415 r\n2011_09_30/2011_09_30_drive_0020_sync 31 l\n2011_09_30/2011_09_30_drive_0020_sync 230 r\n2011_09_30/2011_09_30_drive_0020_sync 636 l\n2011_09_30/2011_09_30_drive_0020_sync 608 r\n2011_09_30/2011_09_30_drive_0020_sync 678 r\n2011_09_30/2011_09_30_drive_0020_sync 709 l\n2011_09_30/2011_09_30_drive_0020_sync 723 r\n2011_09_30/2011_09_30_drive_0020_sync 1087 r\n2011_09_30/2011_09_30_drive_0020_sync 121 l\n2011_09_30/2011_09_30_drive_0020_sync 635 r\n2011_09_30/2011_09_30_drive_0020_sync 894 l\n2011_09_30/2011_09_30_drive_0020_sync 20 r\n2011_09_30/2011_09_30_drive_0020_sync 934 l\n2011_09_30/2011_09_30_drive_0020_sync 1015 l\n2011_09_30/2011_09_30_drive_0020_sync 517 r\n2011_09_30/2011_09_30_drive_0020_sync 370 r\n2011_09_30/2011_09_30_drive_0020_sync 174 r\n2011_09_30/2011_09_30_drive_0020_sync 519 r\n2011_09_30/2011_09_30_drive_0020_sync 951 l\n2011_09_30/2011_09_30_drive_0020_sync 958 l\n2011_09_30/2011_09_30_drive_0020_sync 748 l\n2011_09_30/2011_09_30_drive_0020_sync 449 r\n2011_09_30/2011_09_30_drive_0020_sync 1060 r\n2011_09_30/2011_09_30_drive_0020_sync 704 r\n2011_09_30/2011_09_30_drive_0020_sync 22 r\n2011_09_30/2011_09_30_drive_0020_sync 957 l\n2011_09_30/2011_09_30_drive_0020_sync 790 l\n2011_09_30/2011_09_30_drive_0020_sync 1094 l\n2011_09_30/2011_09_30_drive_0020_sync 327 l\n2011_09_30/2011_09_30_drive_0020_sync 201 r\n2011_09_30/2011_09_30_drive_0020_sync 886 r\n2011_09_30/2011_09_30_drive_0020_sync 823 r\n2011_09_30/2011_09_30_drive_0020_sync 880 r\n2011_09_30/2011_09_30_drive_0020_sync 875 l\n2011_09_30/2011_09_30_drive_0020_sync 443 r\n2011_09_30/2011_09_30_drive_0020_sync 152 l\n2011_09_30/2011_09_30_drive_0020_sync 829 l\n2011_09_30/2011_09_30_drive_0020_sync 862 l\n2011_09_30/2011_09_30_drive_0020_sync 842 l\n2011_09_30/2011_09_30_drive_0020_sync 722 l\n2011_09_30/2011_09_30_drive_0020_sync 341 r\n2011_09_30/2011_09_30_drive_0020_sync 698 r\n2011_09_30/2011_09_30_drive_0020_sync 926 l\n2011_09_30/2011_09_30_drive_0020_sync 204 r\n2011_09_30/2011_09_30_drive_0020_sync 40 l\n2011_09_30/2011_09_30_drive_0020_sync 27 l\n2011_09_30/2011_09_30_drive_0020_sync 570 r\n2011_09_30/2011_09_30_drive_0020_sync 1002 l\n2011_09_30/2011_09_30_drive_0020_sync 424 r\n2011_09_30/2011_09_30_drive_0020_sync 462 l\n2011_09_30/2011_09_30_drive_0020_sync 42 r\n2011_09_30/2011_09_30_drive_0020_sync 689 l\n2011_09_30/2011_09_30_drive_0020_sync 229 l\n2011_09_30/2011_09_30_drive_0020_sync 466 r\n2011_09_30/2011_09_30_drive_0020_sync 569 l\n2011_09_30/2011_09_30_drive_0020_sync 418 r\n2011_09_30/2011_09_30_drive_0020_sync 557 r\n2011_09_30/2011_09_30_drive_0020_sync 956 r\n2011_09_30/2011_09_30_drive_0020_sync 907 l\n2011_09_30/2011_09_30_drive_0020_sync 263 l\n2011_09_30/2011_09_30_drive_0020_sync 1071 r\n2011_09_30/2011_09_30_drive_0020_sync 308 l\n2011_09_30/2011_09_30_drive_0020_sync 798 l\n2011_09_30/2011_09_30_drive_0020_sync 391 l\n2011_09_30/2011_09_30_drive_0020_sync 470 l\n2011_09_30/2011_09_30_drive_0020_sync 530 l\n2011_09_30/2011_09_30_drive_0020_sync 583 l\n2011_09_30/2011_09_30_drive_0020_sync 1080 l\n2011_09_30/2011_09_30_drive_0020_sync 626 l\n2011_09_30/2011_09_30_drive_0020_sync 1067 r\n2011_09_30/2011_09_30_drive_0020_sync 511 r\n2011_09_30/2011_09_30_drive_0020_sync 178 r\n2011_09_30/2011_09_30_drive_0020_sync 1019 l\n2011_09_30/2011_09_30_drive_0020_sync 290 r\n2011_09_30/2011_09_30_drive_0020_sync 347 l\n2011_09_30/2011_09_30_drive_0020_sync 899 l\n2011_09_30/2011_09_30_drive_0020_sync 754 r\n2011_09_30/2011_09_30_drive_0020_sync 811 l\n2011_09_30/2011_09_30_drive_0020_sync 312 l\n2011_09_30/2011_09_30_drive_0020_sync 771 r\n2011_09_30/2011_09_30_drive_0020_sync 672 l\n2011_09_30/2011_09_30_drive_0020_sync 859 r\n2011_09_30/2011_09_30_drive_0020_sync 445 l\n2011_09_30/2011_09_30_drive_0020_sync 278 r\n2011_09_30/2011_09_30_drive_0020_sync 360 r\n2011_09_30/2011_09_30_drive_0020_sync 1006 l\n2011_09_30/2011_09_30_drive_0020_sync 675 r\n2011_09_30/2011_09_30_drive_0020_sync 1036 l\n2011_09_30/2011_09_30_drive_0020_sync 384 l\n2011_09_30/2011_09_30_drive_0020_sync 332 l\n2011_09_30/2011_09_30_drive_0020_sync 1081 l\n2011_09_30/2011_09_30_drive_0020_sync 327 r\n2011_09_30/2011_09_30_drive_0020_sync 286 r\n2011_09_30/2011_09_30_drive_0020_sync 787 r\n2011_09_30/2011_09_30_drive_0020_sync 209 l\n2011_09_30/2011_09_30_drive_0020_sync 16 r\n2011_09_30/2011_09_30_drive_0020_sync 990 r\n2011_09_30/2011_09_30_drive_0020_sync 682 r\n2011_09_30/2011_09_30_drive_0020_sync 393 r\n2011_09_30/2011_09_30_drive_0020_sync 868 r\n2011_09_30/2011_09_30_drive_0020_sync 52 r\n2011_09_30/2011_09_30_drive_0020_sync 205 r\n2011_09_30/2011_09_30_drive_0020_sync 998 r\n2011_09_30/2011_09_30_drive_0020_sync 773 l\n2011_09_30/2011_09_30_drive_0020_sync 793 r\n2011_09_30/2011_09_30_drive_0020_sync 1059 l\n2011_09_30/2011_09_30_drive_0020_sync 509 r\n2011_09_30/2011_09_30_drive_0020_sync 430 l\n2011_09_30/2011_09_30_drive_0020_sync 899 r\n2011_09_30/2011_09_30_drive_0020_sync 599 l\n2011_09_30/2011_09_30_drive_0020_sync 539 l\n2011_09_30/2011_09_30_drive_0020_sync 423 l\n2011_09_30/2011_09_30_drive_0020_sync 139 l\n2011_09_30/2011_09_30_drive_0020_sync 319 r\n2011_09_30/2011_09_30_drive_0020_sync 596 l\n2011_09_30/2011_09_30_drive_0020_sync 351 l\n2011_09_30/2011_09_30_drive_0020_sync 778 l\n2011_09_30/2011_09_30_drive_0020_sync 362 l\n2011_09_30/2011_09_30_drive_0020_sync 999 r\n2011_09_30/2011_09_30_drive_0020_sync 161 l\n2011_09_30/2011_09_30_drive_0020_sync 916 l\n2011_09_30/2011_09_30_drive_0020_sync 325 l\n2011_09_30/2011_09_30_drive_0020_sync 66 r\n2011_09_30/2011_09_30_drive_0020_sync 741 r\n2011_09_30/2011_09_30_drive_0020_sync 421 l\n2011_09_30/2011_09_30_drive_0020_sync 38 l\n2011_09_30/2011_09_30_drive_0020_sync 590 l\n2011_09_30/2011_09_30_drive_0020_sync 423 r\n2011_09_30/2011_09_30_drive_0020_sync 291 l\n2011_09_30/2011_09_30_drive_0020_sync 693 r\n2011_09_30/2011_09_30_drive_0020_sync 284 l\n2011_09_30/2011_09_30_drive_0020_sync 363 r\n2011_09_30/2011_09_30_drive_0020_sync 931 r\n2011_09_30/2011_09_30_drive_0020_sync 808 r\n2011_09_30/2011_09_30_drive_0020_sync 507 l\n2011_09_30/2011_09_30_drive_0020_sync 744 l\n2011_09_30/2011_09_30_drive_0020_sync 856 l\n2011_09_30/2011_09_30_drive_0020_sync 175 r\n2011_09_30/2011_09_30_drive_0020_sync 148 r\n2011_09_30/2011_09_30_drive_0020_sync 791 r\n2011_09_30/2011_09_30_drive_0020_sync 116 l\n2011_09_30/2011_09_30_drive_0020_sync 923 r\n2011_09_30/2011_09_30_drive_0020_sync 715 r\n2011_09_30/2011_09_30_drive_0020_sync 763 l\n2011_09_30/2011_09_30_drive_0020_sync 97 l\n2011_09_30/2011_09_30_drive_0020_sync 802 r\n2011_09_30/2011_09_30_drive_0020_sync 736 r\n2011_09_30/2011_09_30_drive_0020_sync 526 r\n2011_09_30/2011_09_30_drive_0020_sync 1022 l\n2011_09_30/2011_09_30_drive_0020_sync 658 r\n2011_09_30/2011_09_30_drive_0020_sync 411 r\n2011_09_30/2011_09_30_drive_0020_sync 183 l\n2011_09_30/2011_09_30_drive_0020_sync 408 r\n2011_09_30/2011_09_30_drive_0020_sync 71 r\n2011_09_30/2011_09_30_drive_0020_sync 1070 l\n2011_09_30/2011_09_30_drive_0020_sync 193 r\n2011_09_30/2011_09_30_drive_0020_sync 266 r\n2011_09_30/2011_09_30_drive_0020_sync 679 l\n2011_09_30/2011_09_30_drive_0020_sync 97 r\n2011_09_30/2011_09_30_drive_0020_sync 175 l\n2011_09_30/2011_09_30_drive_0020_sync 763 r\n2011_09_30/2011_09_30_drive_0020_sync 197 l\n2011_09_30/2011_09_30_drive_0020_sync 363 l\n2011_09_30/2011_09_30_drive_0020_sync 348 r\n2011_09_30/2011_09_30_drive_0020_sync 726 r\n2011_09_30/2011_09_30_drive_0020_sync 561 l\n2011_09_30/2011_09_30_drive_0020_sync 1013 r\n2011_09_30/2011_09_30_drive_0020_sync 614 r\n2011_09_30/2011_09_30_drive_0020_sync 485 r\n2011_09_30/2011_09_30_drive_0020_sync 118 l\n2011_09_30/2011_09_30_drive_0020_sync 362 r\n2011_09_30/2011_09_30_drive_0020_sync 428 l\n2011_09_30/2011_09_30_drive_0020_sync 751 l\n2011_09_30/2011_09_30_drive_0020_sync 441 r\n2011_09_30/2011_09_30_drive_0020_sync 595 r\n2011_09_30/2011_09_30_drive_0020_sync 514 l\n2011_09_30/2011_09_30_drive_0020_sync 863 r\n2011_09_30/2011_09_30_drive_0020_sync 50 r\n2011_09_30/2011_09_30_drive_0020_sync 917 l\n2011_09_30/2011_09_30_drive_0020_sync 577 l\n2011_09_30/2011_09_30_drive_0020_sync 949 r\n2011_09_30/2011_09_30_drive_0020_sync 191 l\n2011_09_30/2011_09_30_drive_0020_sync 1017 r\n2011_09_30/2011_09_30_drive_0020_sync 493 l\n2011_09_30/2011_09_30_drive_0020_sync 280 r\n2011_09_30/2011_09_30_drive_0020_sync 708 r\n2011_09_30/2011_09_30_drive_0020_sync 129 l\n2011_09_30/2011_09_30_drive_0020_sync 101 r\n2011_09_30/2011_09_30_drive_0020_sync 800 r\n2011_09_30/2011_09_30_drive_0020_sync 94 r\n2011_09_30/2011_09_30_drive_0020_sync 977 l\n2011_09_30/2011_09_30_drive_0020_sync 340 r\n2011_09_30/2011_09_30_drive_0020_sync 94 l\n2011_09_30/2011_09_30_drive_0020_sync 405 l\n2011_09_30/2011_09_30_drive_0020_sync 419 l\n2011_09_30/2011_09_30_drive_0020_sync 461 r\n2011_09_30/2011_09_30_drive_0020_sync 844 l\n2011_09_30/2011_09_30_drive_0020_sync 498 r\n2011_09_30/2011_09_30_drive_0020_sync 659 l\n2011_09_30/2011_09_30_drive_0020_sync 314 l\n2011_09_30/2011_09_30_drive_0020_sync 217 l\n2011_09_30/2011_09_30_drive_0020_sync 838 l\n2011_09_30/2011_09_30_drive_0020_sync 433 r\n2011_09_30/2011_09_30_drive_0020_sync 754 l\n2011_09_30/2011_09_30_drive_0020_sync 787 l\n2011_09_30/2011_09_30_drive_0020_sync 475 l\n2011_09_30/2011_09_30_drive_0020_sync 897 l\n2011_09_30/2011_09_30_drive_0020_sync 760 l\n2011_09_30/2011_09_30_drive_0020_sync 104 l\n2011_09_30/2011_09_30_drive_0020_sync 1001 r\n2011_09_30/2011_09_30_drive_0020_sync 902 r\n2011_09_30/2011_09_30_drive_0020_sync 694 l\n2011_09_30/2011_09_30_drive_0020_sync 160 r\n2011_09_30/2011_09_30_drive_0020_sync 993 r\n2011_09_30/2011_09_30_drive_0020_sync 365 r\n2011_09_30/2011_09_30_drive_0020_sync 549 l\n2011_09_30/2011_09_30_drive_0020_sync 247 r\n2011_09_30/2011_09_30_drive_0020_sync 747 l\n2011_09_30/2011_09_30_drive_0020_sync 190 l\n2011_09_30/2011_09_30_drive_0020_sync 1016 r\n2011_09_30/2011_09_30_drive_0020_sync 450 l\n2011_09_30/2011_09_30_drive_0020_sync 231 r\n2011_09_30/2011_09_30_drive_0020_sync 133 l\n2011_09_30/2011_09_30_drive_0020_sync 547 r\n2011_09_30/2011_09_30_drive_0020_sync 989 l\n2011_09_30/2011_09_30_drive_0020_sync 988 l\n2011_09_30/2011_09_30_drive_0020_sync 536 l\n2011_09_30/2011_09_30_drive_0020_sync 479 l\n2011_09_30/2011_09_30_drive_0020_sync 725 l\n2011_09_30/2011_09_30_drive_0020_sync 81 l\n2011_09_30/2011_09_30_drive_0020_sync 220 l\n2011_09_30/2011_09_30_drive_0020_sync 464 r\n2011_09_30/2011_09_30_drive_0020_sync 960 r\n2011_09_30/2011_09_30_drive_0020_sync 100 l\n2011_09_30/2011_09_30_drive_0020_sync 390 r\n2011_09_30/2011_09_30_drive_0020_sync 154 l\n2011_09_30/2011_09_30_drive_0020_sync 858 r\n2011_09_30/2011_09_30_drive_0020_sync 605 l\n2011_09_30/2011_09_30_drive_0020_sync 420 l\n2011_09_30/2011_09_30_drive_0020_sync 430 r\n2011_09_30/2011_09_30_drive_0020_sync 611 l\n2011_09_30/2011_09_30_drive_0020_sync 817 l\n2011_09_30/2011_09_30_drive_0020_sync 489 l\n2011_09_30/2011_09_30_drive_0020_sync 219 r\n2011_09_30/2011_09_30_drive_0020_sync 734 r\n2011_09_30/2011_09_30_drive_0020_sync 614 l\n2011_09_30/2011_09_30_drive_0020_sync 157 l\n2011_09_30/2011_09_30_drive_0020_sync 358 l\n2011_09_30/2011_09_30_drive_0020_sync 350 l\n2011_09_30/2011_09_30_drive_0020_sync 1064 l\n2011_09_30/2011_09_30_drive_0020_sync 340 l\n2011_09_30/2011_09_30_drive_0020_sync 938 r\n2011_09_30/2011_09_30_drive_0020_sync 285 l\n2011_09_30/2011_09_30_drive_0020_sync 890 r\n2011_09_30/2011_09_30_drive_0020_sync 465 r\n2011_09_30/2011_09_30_drive_0020_sync 985 r\n2011_09_30/2011_09_30_drive_0020_sync 34 l\n2011_09_30/2011_09_30_drive_0020_sync 149 l\n2011_09_30/2011_09_30_drive_0020_sync 396 r\n2011_09_30/2011_09_30_drive_0020_sync 615 r\n2011_09_30/2011_09_30_drive_0020_sync 294 r\n2011_09_30/2011_09_30_drive_0020_sync 179 r\n2011_09_30/2011_09_30_drive_0020_sync 91 r\n2011_09_30/2011_09_30_drive_0020_sync 923 l\n2011_09_30/2011_09_30_drive_0020_sync 928 r\n2011_09_30/2011_09_30_drive_0020_sync 856 r\n2011_09_30/2011_09_30_drive_0020_sync 615 l\n2011_09_30/2011_09_30_drive_0020_sync 272 r\n2011_09_30/2011_09_30_drive_0020_sync 954 l\n2011_09_30/2011_09_30_drive_0020_sync 382 r\n2011_09_30/2011_09_30_drive_0020_sync 994 l\n2011_09_30/2011_09_30_drive_0020_sync 569 r\n2011_09_30/2011_09_30_drive_0020_sync 1036 r\n2011_09_30/2011_09_30_drive_0020_sync 649 l\n2011_09_30/2011_09_30_drive_0020_sync 255 l\n2011_09_30/2011_09_30_drive_0020_sync 877 r\n2011_09_30/2011_09_30_drive_0020_sync 47 l\n2011_09_30/2011_09_30_drive_0020_sync 1069 l\n2011_09_30/2011_09_30_drive_0020_sync 531 r\n2011_09_30/2011_09_30_drive_0020_sync 581 l\n2011_09_30/2011_09_30_drive_0020_sync 3 l\n2011_09_30/2011_09_30_drive_0020_sync 155 l\n2011_09_30/2011_09_30_drive_0020_sync 640 l\n2011_09_30/2011_09_30_drive_0020_sync 810 r\n2011_09_30/2011_09_30_drive_0020_sync 765 r\n2011_09_30/2011_09_30_drive_0020_sync 942 r\n2011_09_30/2011_09_30_drive_0020_sync 873 r\n2011_09_30/2011_09_30_drive_0020_sync 1048 r\n2011_09_30/2011_09_30_drive_0020_sync 272 l\n2011_09_30/2011_09_30_drive_0020_sync 407 l\n2011_09_30/2011_09_30_drive_0020_sync 957 r\n2011_09_30/2011_09_30_drive_0020_sync 300 l\n2011_09_30/2011_09_30_drive_0020_sync 938 l\n2011_09_30/2011_09_30_drive_0020_sync 79 l\n2011_09_30/2011_09_30_drive_0020_sync 319 l\n2011_09_30/2011_09_30_drive_0020_sync 1033 l\n2011_09_30/2011_09_30_drive_0020_sync 777 r\n2011_09_30/2011_09_30_drive_0020_sync 488 r\n2011_09_30/2011_09_30_drive_0020_sync 192 r\n2011_09_30/2011_09_30_drive_0020_sync 28 r\n2011_09_30/2011_09_30_drive_0020_sync 824 r\n2011_09_30/2011_09_30_drive_0020_sync 560 l\n2011_09_30/2011_09_30_drive_0020_sync 271 r\n2011_09_30/2011_09_30_drive_0020_sync 532 l\n2011_09_30/2011_09_30_drive_0020_sync 1027 r\n2011_09_30/2011_09_30_drive_0020_sync 336 l\n2011_09_30/2011_09_30_drive_0020_sync 743 l\n2011_09_30/2011_09_30_drive_0020_sync 265 r\n2011_09_30/2011_09_30_drive_0020_sync 90 r\n2011_09_30/2011_09_30_drive_0020_sync 117 r\n2011_09_30/2011_09_30_drive_0020_sync 195 r\n2011_09_30/2011_09_30_drive_0020_sync 1085 r\n2011_09_30/2011_09_30_drive_0020_sync 813 r\n2011_09_30/2011_09_30_drive_0020_sync 367 r\n2011_09_30/2011_09_30_drive_0020_sync 399 r\n2011_09_30/2011_09_30_drive_0020_sync 629 l\n2011_09_30/2011_09_30_drive_0020_sync 847 r\n2011_09_30/2011_09_30_drive_0020_sync 233 r\n2011_09_30/2011_09_30_drive_0020_sync 26 l\n2011_09_30/2011_09_30_drive_0020_sync 661 l\n2011_09_30/2011_09_30_drive_0020_sync 786 r\n2011_09_30/2011_09_30_drive_0020_sync 436 l\n2011_09_30/2011_09_30_drive_0020_sync 168 l\n2011_09_30/2011_09_30_drive_0020_sync 147 r\n2011_09_30/2011_09_30_drive_0020_sync 458 l\n2011_09_30/2011_09_30_drive_0020_sync 1021 l\n2011_09_30/2011_09_30_drive_0020_sync 513 r\n2011_09_30/2011_09_30_drive_0020_sync 745 r\n2011_09_30/2011_09_30_drive_0020_sync 1028 l\n2011_09_30/2011_09_30_drive_0020_sync 102 l\n2011_09_30/2011_09_30_drive_0020_sync 323 l\n2011_09_30/2011_09_30_drive_0020_sync 753 l\n2011_09_30/2011_09_30_drive_0020_sync 457 l\n2011_09_30/2011_09_30_drive_0020_sync 464 l\n2011_09_30/2011_09_30_drive_0020_sync 932 r\n2011_09_30/2011_09_30_drive_0020_sync 793 l\n2011_09_30/2011_09_30_drive_0020_sync 162 r\n2011_09_30/2011_09_30_drive_0020_sync 1042 r\n2011_09_30/2011_09_30_drive_0020_sync 1048 l\n2011_09_30/2011_09_30_drive_0020_sync 289 l\n2011_09_30/2011_09_30_drive_0020_sync 394 l\n2011_09_30/2011_09_30_drive_0020_sync 298 l\n2011_09_30/2011_09_30_drive_0020_sync 376 l\n2011_09_30/2011_09_30_drive_0020_sync 875 r\n2011_09_30/2011_09_30_drive_0020_sync 1092 r\n2011_09_30/2011_09_30_drive_0020_sync 953 l\n2011_09_30/2011_09_30_drive_0020_sync 304 r\n2011_09_30/2011_09_30_drive_0020_sync 890 l\n2011_09_30/2011_09_30_drive_0020_sync 727 r\n2011_09_30/2011_09_30_drive_0020_sync 866 r\n2011_09_30/2011_09_30_drive_0020_sync 304 l\n2011_09_30/2011_09_30_drive_0020_sync 945 l\n2011_09_30/2011_09_30_drive_0020_sync 936 l\n2011_09_30/2011_09_30_drive_0020_sync 184 l\n2011_09_30/2011_09_30_drive_0020_sync 114 r\n2011_09_30/2011_09_30_drive_0020_sync 673 r\n2011_09_30/2011_09_30_drive_0020_sync 707 l\n2011_09_30/2011_09_30_drive_0020_sync 73 l\n2011_09_30/2011_09_30_drive_0020_sync 40 r\n2011_09_30/2011_09_30_drive_0020_sync 883 l\n2011_09_30/2011_09_30_drive_0020_sync 688 r\n2011_09_30/2011_09_30_drive_0020_sync 314 r\n2011_09_30/2011_09_30_drive_0020_sync 506 l\n2011_09_30/2011_09_30_drive_0020_sync 950 r\n2011_09_30/2011_09_30_drive_0020_sync 803 l\n2011_09_30/2011_09_30_drive_0020_sync 892 r\n2011_09_30/2011_09_30_drive_0020_sync 83 l\n2011_09_30/2011_09_30_drive_0020_sync 1043 l\n2011_09_30/2011_09_30_drive_0020_sync 930 l\n2011_09_30/2011_09_30_drive_0020_sync 778 r\n2011_09_30/2011_09_30_drive_0020_sync 157 r\n2011_09_30/2011_09_30_drive_0020_sync 1078 l\n2011_09_30/2011_09_30_drive_0020_sync 1032 l\n2011_09_30/2011_09_30_drive_0020_sync 227 r\n2011_09_30/2011_09_30_drive_0020_sync 593 l\n2011_09_30/2011_09_30_drive_0020_sync 818 r\n2011_09_30/2011_09_30_drive_0020_sync 1083 l\n2011_09_30/2011_09_30_drive_0020_sync 338 r\n2011_09_30/2011_09_30_drive_0020_sync 731 r\n2011_09_30/2011_09_30_drive_0020_sync 381 l\n2011_09_30/2011_09_30_drive_0020_sync 62 r\n2011_09_30/2011_09_30_drive_0020_sync 496 r\n2011_09_30/2011_09_30_drive_0020_sync 392 l\n2011_09_30/2011_09_30_drive_0020_sync 946 r\n2011_09_30/2011_09_30_drive_0020_sync 546 l\n2011_09_30/2011_09_30_drive_0020_sync 796 l\n2011_09_30/2011_09_30_drive_0020_sync 189 l\n2011_09_30/2011_09_30_drive_0020_sync 843 r\n2011_09_30/2011_09_30_drive_0020_sync 501 l\n2011_09_30/2011_09_30_drive_0020_sync 922 l\n2011_09_30/2011_09_30_drive_0020_sync 965 r\n2011_09_30/2011_09_30_drive_0020_sync 781 r\n2011_09_30/2011_09_30_drive_0020_sync 700 l\n2011_09_30/2011_09_30_drive_0020_sync 453 l\n2011_09_30/2011_09_30_drive_0020_sync 1000 l\n2011_09_30/2011_09_30_drive_0020_sync 214 l\n2011_09_30/2011_09_30_drive_0020_sync 262 r\n2011_09_30/2011_09_30_drive_0020_sync 635 l\n2011_09_30/2011_09_30_drive_0020_sync 887 l\n2011_09_30/2011_09_30_drive_0020_sync 260 l\n2011_09_30/2011_09_30_drive_0020_sync 501 r\n2011_09_30/2011_09_30_drive_0020_sync 718 r\n2011_09_30/2011_09_30_drive_0020_sync 967 r\n2011_09_30/2011_09_30_drive_0020_sync 210 r\n2011_09_30/2011_09_30_drive_0020_sync 982 l\n2011_09_30/2011_09_30_drive_0020_sync 777 l\n2011_09_30/2011_09_30_drive_0020_sync 473 l\n2011_09_30/2011_09_30_drive_0020_sync 692 r\n2011_09_30/2011_09_30_drive_0020_sync 309 l\n2011_09_30/2011_09_30_drive_0020_sync 533 r\n2011_09_30/2011_09_30_drive_0020_sync 753 r\n2011_09_30/2011_09_30_drive_0020_sync 233 l\n2011_09_30/2011_09_30_drive_0020_sync 343 r\n2011_09_30/2011_09_30_drive_0020_sync 238 r\n2011_09_30/2011_09_30_drive_0020_sync 1035 r\n2011_09_30/2011_09_30_drive_0020_sync 1051 r\n2011_09_30/2011_09_30_drive_0020_sync 841 l\n2011_09_30/2011_09_30_drive_0020_sync 1046 r\n2011_09_30/2011_09_30_drive_0020_sync 738 l\n2011_09_30/2011_09_30_drive_0020_sync 822 r\n2011_09_30/2011_09_30_drive_0020_sync 67 r\n2011_09_30/2011_09_30_drive_0020_sync 397 r\n2011_09_30/2011_09_30_drive_0020_sync 499 l\n2011_09_30/2011_09_30_drive_0020_sync 436 r\n2011_09_30/2011_09_30_drive_0020_sync 806 r\n2011_09_30/2011_09_30_drive_0020_sync 943 l\n2011_09_30/2011_09_30_drive_0020_sync 609 l\n2011_09_30/2011_09_30_drive_0020_sync 127 r\n2011_09_30/2011_09_30_drive_0020_sync 1049 l\n2011_09_30/2011_09_30_drive_0020_sync 568 r\n2011_09_30/2011_09_30_drive_0020_sync 752 l\n2011_09_30/2011_09_30_drive_0020_sync 914 l\n2011_09_30/2011_09_30_drive_0020_sync 613 r\n2011_09_30/2011_09_30_drive_0020_sync 750 r\n2011_09_30/2011_09_30_drive_0020_sync 369 l\n2011_09_30/2011_09_30_drive_0020_sync 290 l\n2011_09_30/2011_09_30_drive_0020_sync 33 l\n2011_09_30/2011_09_30_drive_0020_sync 1015 r\n2011_09_30/2011_09_30_drive_0020_sync 93 l\n2011_09_30/2011_09_30_drive_0020_sync 1065 l\n2011_09_30/2011_09_30_drive_0020_sync 1010 r\n2011_09_30/2011_09_30_drive_0020_sync 609 r\n2011_09_30/2011_09_30_drive_0020_sync 75 l\n2011_09_30/2011_09_30_drive_0020_sync 84 l\n2011_09_30/2011_09_30_drive_0020_sync 334 l\n2011_09_30/2011_09_30_drive_0020_sync 226 r\n2011_09_30/2011_09_30_drive_0020_sync 962 r\n2011_09_30/2011_09_30_drive_0020_sync 273 r\n2011_09_30/2011_09_30_drive_0020_sync 684 r\n2011_09_30/2011_09_30_drive_0020_sync 287 l\n2011_09_30/2011_09_30_drive_0020_sync 130 l\n2011_09_30/2011_09_30_drive_0020_sync 280 l\n2011_09_30/2011_09_30_drive_0020_sync 448 r\n2011_09_30/2011_09_30_drive_0020_sync 437 l\n2011_09_30/2011_09_30_drive_0020_sync 634 r\n2011_09_30/2011_09_30_drive_0020_sync 1089 l\n2011_09_30/2011_09_30_drive_0020_sync 620 l\n2011_09_30/2011_09_30_drive_0020_sync 555 l\n2011_09_30/2011_09_30_drive_0020_sync 435 l\n2011_09_30/2011_09_30_drive_0020_sync 1061 l\n2011_09_30/2011_09_30_drive_0020_sync 308 r\n2011_09_30/2011_09_30_drive_0020_sync 78 r\n2011_09_30/2011_09_30_drive_0020_sync 431 l\n2011_09_30/2011_09_30_drive_0020_sync 361 r\n2011_09_30/2011_09_30_drive_0020_sync 108 l\n2011_09_30/2011_09_30_drive_0020_sync 198 r\n2011_09_30/2011_09_30_drive_0020_sync 120 r\n2011_09_30/2011_09_30_drive_0020_sync 1007 l\n2011_09_30/2011_09_30_drive_0020_sync 1045 l\n2011_09_30/2011_09_30_drive_0020_sync 17 r\n2011_09_30/2011_09_30_drive_0020_sync 349 l\n2011_09_30/2011_09_30_drive_0020_sync 407 r\n2011_09_30/2011_09_30_drive_0020_sync 980 l\n2011_09_30/2011_09_30_drive_0020_sync 37 l\n2011_09_30/2011_09_30_drive_0020_sync 872 l\n2011_09_30/2011_09_30_drive_0020_sync 1093 l\n2011_09_30/2011_09_30_drive_0020_sync 298 r\n2011_09_30/2011_09_30_drive_0020_sync 724 l\n2011_09_30/2011_09_30_drive_0020_sync 468 l\n2011_09_30/2011_09_30_drive_0020_sync 45 l\n2011_09_30/2011_09_30_drive_0020_sync 950 l\n2011_09_30/2011_09_30_drive_0020_sync 602 r\n2011_09_30/2011_09_30_drive_0020_sync 496 l\n2011_09_30/2011_09_30_drive_0020_sync 455 l\n2011_09_30/2011_09_30_drive_0020_sync 459 l\n2011_09_30/2011_09_30_drive_0020_sync 624 r\n2011_09_30/2011_09_30_drive_0020_sync 619 r\n2011_09_30/2011_09_30_drive_0020_sync 868 l\n2011_09_30/2011_09_30_drive_0020_sync 300 r\n2011_09_30/2011_09_30_drive_0020_sync 684 l\n2011_09_30/2011_09_30_drive_0020_sync 651 l\n2011_09_30/2011_09_30_drive_0020_sync 581 r\n2011_09_30/2011_09_30_drive_0020_sync 940 l\n2011_09_30/2011_09_30_drive_0020_sync 870 l\n2011_09_30/2011_09_30_drive_0020_sync 704 l\n2011_09_30/2011_09_30_drive_0020_sync 574 l\n2011_09_30/2011_09_30_drive_0020_sync 63 l\n2011_09_30/2011_09_30_drive_0020_sync 312 r\n2011_09_30/2011_09_30_drive_0020_sync 776 r\n2011_09_30/2011_09_30_drive_0020_sync 590 r\n2011_09_30/2011_09_30_drive_0020_sync 310 r\n2011_09_30/2011_09_30_drive_0020_sync 650 r\n2011_09_30/2011_09_30_drive_0020_sync 909 l\n2011_09_30/2011_09_30_drive_0020_sync 1096 r\n2011_09_30/2011_09_30_drive_0020_sync 969 l\n2011_09_30/2011_09_30_drive_0020_sync 586 l\n2011_09_30/2011_09_30_drive_0020_sync 605 r\n2011_09_30/2011_09_30_drive_0020_sync 878 l\n2011_09_30/2011_09_30_drive_0020_sync 836 r\n2011_09_30/2011_09_30_drive_0020_sync 227 l\n2011_09_30/2011_09_30_drive_0020_sync 186 r\n2011_09_30/2011_09_30_drive_0020_sync 25 l\n2011_09_30/2011_09_30_drive_0020_sync 846 r\n2011_09_30/2011_09_30_drive_0020_sync 85 r\n2011_09_30/2011_09_30_drive_0020_sync 356 l\n2011_09_30/2011_09_30_drive_0020_sync 378 r\n2011_09_30/2011_09_30_drive_0020_sync 274 r\n2011_09_30/2011_09_30_drive_0020_sync 788 r\n2011_09_30/2011_09_30_drive_0020_sync 468 r\n2011_09_30/2011_09_30_drive_0020_sync 373 l\n2011_09_30/2011_09_30_drive_0020_sync 383 r\n2011_09_30/2011_09_30_drive_0020_sync 194 l\n2011_09_30/2011_09_30_drive_0020_sync 585 r\n2011_09_30/2011_09_30_drive_0020_sync 771 l\n2011_09_30/2011_09_30_drive_0020_sync 1057 r\n2011_09_30/2011_09_30_drive_0020_sync 650 l\n2011_09_30/2011_09_30_drive_0020_sync 866 l\n2011_09_30/2011_09_30_drive_0020_sync 32 r\n2011_09_30/2011_09_30_drive_0020_sync 72 l\n2011_09_30/2011_09_30_drive_0020_sync 512 r\n2011_09_26/2011_09_26_drive_0005_sync 118 l\n2011_09_26/2011_09_26_drive_0005_sync 114 l\n2011_09_26/2011_09_26_drive_0005_sync 111 l\n2011_09_26/2011_09_26_drive_0005_sync 3 l\n2011_09_26/2011_09_26_drive_0005_sync 18 r\n2011_09_26/2011_09_26_drive_0005_sync 105 l\n2011_09_26/2011_09_26_drive_0005_sync 21 l\n2011_09_26/2011_09_26_drive_0005_sync 16 r\n2011_09_26/2011_09_26_drive_0005_sync 8 l\n2011_09_26/2011_09_26_drive_0005_sync 130 r\n2011_09_26/2011_09_26_drive_0005_sync 30 l\n2011_09_26/2011_09_26_drive_0005_sync 27 r\n2011_09_26/2011_09_26_drive_0005_sync 148 r\n2011_09_26/2011_09_26_drive_0005_sync 102 r\n2011_09_26/2011_09_26_drive_0005_sync 74 r\n2011_09_26/2011_09_26_drive_0005_sync 31 l\n2011_09_26/2011_09_26_drive_0005_sync 6 r\n2011_09_26/2011_09_26_drive_0005_sync 109 r\n2011_09_26/2011_09_26_drive_0005_sync 75 r\n2011_09_26/2011_09_26_drive_0005_sync 12 r\n2011_09_26/2011_09_26_drive_0005_sync 44 r\n2011_09_26/2011_09_26_drive_0005_sync 144 r\n2011_09_26/2011_09_26_drive_0005_sync 108 r\n2011_09_26/2011_09_26_drive_0005_sync 54 r\n2011_09_26/2011_09_26_drive_0005_sync 22 l\n2011_09_26/2011_09_26_drive_0005_sync 48 r\n2011_09_26/2011_09_26_drive_0005_sync 131 l\n2011_09_26/2011_09_26_drive_0005_sync 18 l\n2011_09_26/2011_09_26_drive_0005_sync 51 l\n2011_09_26/2011_09_26_drive_0005_sync 46 l\n2011_09_26/2011_09_26_drive_0005_sync 32 r\n2011_09_26/2011_09_26_drive_0005_sync 85 r\n2011_09_26/2011_09_26_drive_0005_sync 145 r\n2011_09_26/2011_09_26_drive_0005_sync 121 r\n2011_09_26/2011_09_26_drive_0005_sync 68 r\n2011_09_26/2011_09_26_drive_0005_sync 4 r\n2011_09_26/2011_09_26_drive_0005_sync 101 l\n2011_09_26/2011_09_26_drive_0005_sync 35 l\n2011_09_26/2011_09_26_drive_0005_sync 120 l\n2011_09_26/2011_09_26_drive_0005_sync 72 r\n2011_09_26/2011_09_26_drive_0005_sync 47 l\n2011_09_26/2011_09_26_drive_0005_sync 133 r\n2011_09_26/2011_09_26_drive_0005_sync 89 l\n2011_09_26/2011_09_26_drive_0005_sync 104 r\n2011_09_26/2011_09_26_drive_0005_sync 119 l\n2011_09_26/2011_09_26_drive_0005_sync 132 l\n2011_09_26/2011_09_26_drive_0005_sync 84 l\n2011_09_26/2011_09_26_drive_0005_sync 13 r\n2011_09_26/2011_09_26_drive_0005_sync 41 r\n2011_09_26/2011_09_26_drive_0005_sync 52 r\n2011_09_26/2011_09_26_drive_0005_sync 127 r\n2011_09_26/2011_09_26_drive_0005_sync 80 r\n2011_09_26/2011_09_26_drive_0005_sync 81 l\n2011_09_26/2011_09_26_drive_0005_sync 14 l\n2011_09_26/2011_09_26_drive_0005_sync 71 l\n2011_09_26/2011_09_26_drive_0005_sync 116 l\n2011_09_26/2011_09_26_drive_0005_sync 87 l\n2011_09_26/2011_09_26_drive_0005_sync 72 l\n2011_09_26/2011_09_26_drive_0005_sync 36 r\n2011_09_26/2011_09_26_drive_0005_sync 45 l\n2011_09_26/2011_09_26_drive_0005_sync 5 l\n2011_09_26/2011_09_26_drive_0005_sync 48 l\n2011_09_26/2011_09_26_drive_0005_sync 8 r\n2011_09_26/2011_09_26_drive_0005_sync 126 l\n2011_09_26/2011_09_26_drive_0005_sync 142 r\n2011_09_26/2011_09_26_drive_0005_sync 113 r\n2011_09_26/2011_09_26_drive_0005_sync 106 r\n2011_09_26/2011_09_26_drive_0005_sync 123 l\n2011_09_26/2011_09_26_drive_0005_sync 10 r\n2011_09_26/2011_09_26_drive_0005_sync 22 r\n2011_09_26/2011_09_26_drive_0005_sync 30 r\n2011_09_26/2011_09_26_drive_0005_sync 15 r\n2011_09_26/2011_09_26_drive_0005_sync 78 r\n2011_09_26/2011_09_26_drive_0005_sync 9 r\n2011_09_26/2011_09_26_drive_0005_sync 7 r\n2011_09_26/2011_09_26_drive_0005_sync 149 l\n2011_09_26/2011_09_26_drive_0005_sync 54 l\n2011_09_26/2011_09_26_drive_0005_sync 20 r\n2011_09_26/2011_09_26_drive_0005_sync 76 l\n2011_09_26/2011_09_26_drive_0005_sync 71 r\n2011_09_26/2011_09_26_drive_0005_sync 87 r\n2011_09_26/2011_09_26_drive_0005_sync 111 r\n2011_09_26/2011_09_26_drive_0005_sync 108 l\n2011_09_26/2011_09_26_drive_0005_sync 120 r\n2011_09_26/2011_09_26_drive_0005_sync 137 l\n2011_09_26/2011_09_26_drive_0005_sync 93 l\n2011_09_26/2011_09_26_drive_0005_sync 115 l\n2011_09_26/2011_09_26_drive_0005_sync 25 l\n2011_09_26/2011_09_26_drive_0005_sync 98 l\n2011_09_26/2011_09_26_drive_0005_sync 13 l\n2011_09_26/2011_09_26_drive_0005_sync 25 r\n2011_09_26/2011_09_26_drive_0005_sync 99 r\n2011_09_26/2011_09_26_drive_0005_sync 59 r\n2011_09_26/2011_09_26_drive_0005_sync 116 r\n2011_09_26/2011_09_26_drive_0005_sync 135 l\n2011_09_26/2011_09_26_drive_0005_sync 73 r\n2011_09_26/2011_09_26_drive_0005_sync 133 l\n2011_09_26/2011_09_26_drive_0005_sync 145 l\n2011_09_26/2011_09_26_drive_0005_sync 149 r\n2011_09_26/2011_09_26_drive_0005_sync 7 l\n2011_09_26/2011_09_26_drive_0005_sync 40 l\n2011_09_26/2011_09_26_drive_0005_sync 119 r\n2011_09_26/2011_09_26_drive_0005_sync 135 r\n2011_09_26/2011_09_26_drive_0005_sync 55 r\n2011_09_26/2011_09_26_drive_0005_sync 127 l\n2011_09_26/2011_09_26_drive_0005_sync 102 l\n2011_09_26/2011_09_26_drive_0005_sync 49 l\n2011_09_26/2011_09_26_drive_0005_sync 62 r\n2011_09_26/2011_09_26_drive_0005_sync 15 l\n2011_09_26/2011_09_26_drive_0005_sync 64 r\n2011_09_26/2011_09_26_drive_0005_sync 130 l\n2011_09_26/2011_09_26_drive_0005_sync 137 r\n2011_09_26/2011_09_26_drive_0005_sync 115 r\n2011_09_26/2011_09_26_drive_0005_sync 27 l\n2011_09_26/2011_09_26_drive_0005_sync 82 r\n2011_09_26/2011_09_26_drive_0005_sync 97 l\n2011_09_26/2011_09_26_drive_0005_sync 150 l\n2011_09_26/2011_09_26_drive_0005_sync 70 r\n2011_09_26/2011_09_26_drive_0005_sync 5 r\n2011_09_26/2011_09_26_drive_0005_sync 107 r\n2011_09_26/2011_09_26_drive_0005_sync 86 l\n2011_09_26/2011_09_26_drive_0005_sync 68 l\n2011_09_26/2011_09_26_drive_0005_sync 142 l\n2011_09_26/2011_09_26_drive_0005_sync 110 r\n2011_09_26/2011_09_26_drive_0005_sync 12 l\n2011_09_26/2011_09_26_drive_0005_sync 26 l\n2011_09_26/2011_09_26_drive_0005_sync 91 l\n2011_09_26/2011_09_26_drive_0005_sync 103 l\n2011_09_26/2011_09_26_drive_0005_sync 33 l\n2011_09_26/2011_09_26_drive_0005_sync 91 r\n2011_09_26/2011_09_26_drive_0005_sync 65 r\n2011_09_26/2011_09_26_drive_0005_sync 60 r\n2011_09_26/2011_09_26_drive_0005_sync 45 r\n2011_09_26/2011_09_26_drive_0005_sync 131 r\n2011_09_26/2011_09_26_drive_0005_sync 57 r\n2011_09_26/2011_09_26_drive_0005_sync 20 l\n2011_09_26/2011_09_26_drive_0005_sync 112 l\n2011_09_26/2011_09_26_drive_0005_sync 19 l\n2011_09_26/2011_09_26_drive_0005_sync 84 r\n2011_09_26/2011_09_26_drive_0005_sync 88 l\n2011_09_26/2011_09_26_drive_0005_sync 128 l\n2011_09_26/2011_09_26_drive_0005_sync 79 l\n2011_09_26/2011_09_26_drive_0005_sync 94 r\n2011_09_26/2011_09_26_drive_0005_sync 138 r\n2011_09_26/2011_09_26_drive_0005_sync 83 r\n2011_09_26/2011_09_26_drive_0005_sync 46 r\n2011_09_26/2011_09_26_drive_0005_sync 74 l\n2011_09_26/2011_09_26_drive_0005_sync 100 r\n2011_09_26/2011_09_26_drive_0005_sync 42 r\n2011_09_26/2011_09_26_drive_0005_sync 125 l\n2011_09_26/2011_09_26_drive_0005_sync 65 l\n2011_09_26/2011_09_26_drive_0005_sync 81 r\n2011_09_26/2011_09_26_drive_0005_sync 56 r\n2011_09_26/2011_09_26_drive_0005_sync 96 l\n2011_09_26/2011_09_26_drive_0005_sync 66 l\n2011_09_26/2011_09_26_drive_0005_sync 150 r\n2011_09_26/2011_09_26_drive_0005_sync 144 l\n2011_09_26/2011_09_26_drive_0005_sync 64 l\n2011_09_26/2011_09_26_drive_0005_sync 67 l\n2011_09_26/2011_09_26_drive_0005_sync 106 l\n2011_09_26/2011_09_26_drive_0005_sync 53 r\n2011_09_26/2011_09_26_drive_0005_sync 82 l\n2011_09_26/2011_09_26_drive_0005_sync 73 l\n2011_09_26/2011_09_26_drive_0005_sync 97 r\n2011_09_26/2011_09_26_drive_0005_sync 35 r\n2011_09_26/2011_09_26_drive_0005_sync 50 l\n2011_09_26/2011_09_26_drive_0005_sync 77 r\n2011_09_26/2011_09_26_drive_0005_sync 90 l\n2011_09_26/2011_09_26_drive_0005_sync 78 l\n2011_09_26/2011_09_26_drive_0005_sync 23 r\n2011_09_26/2011_09_26_drive_0005_sync 134 r\n2011_09_26/2011_09_26_drive_0005_sync 109 l\n2011_09_26/2011_09_26_drive_0005_sync 124 r\n2011_09_26/2011_09_26_drive_0005_sync 61 l\n2011_09_26/2011_09_26_drive_0005_sync 104 l\n2011_09_26/2011_09_26_drive_0005_sync 83 l\n2011_09_26/2011_09_26_drive_0005_sync 146 l\n2011_09_26/2011_09_26_drive_0005_sync 117 l\n2011_09_26/2011_09_26_drive_0005_sync 9 l\n2011_09_26/2011_09_26_drive_0005_sync 41 l\n2011_09_26/2011_09_26_drive_0005_sync 19 r\n2011_09_26/2011_09_26_drive_0005_sync 69 l\n2011_09_26/2011_09_26_drive_0005_sync 96 r\n2011_09_26/2011_09_26_drive_0005_sync 55 l\n2011_09_26/2011_09_26_drive_0005_sync 121 l\n2011_09_26/2011_09_26_drive_0005_sync 69 r\n2011_09_26/2011_09_26_drive_0005_sync 94 l\n2011_09_26/2011_09_26_drive_0005_sync 52 l\n2011_09_26/2011_09_26_drive_0005_sync 112 r\n2011_09_26/2011_09_26_drive_0005_sync 110 l\n2011_09_26/2011_09_26_drive_0005_sync 42 l\n2011_09_26/2011_09_26_drive_0005_sync 99 l\n2011_09_26/2011_09_26_drive_0005_sync 47 r\n2011_09_26/2011_09_26_drive_0005_sync 95 l\n2011_09_26/2011_09_26_drive_0005_sync 17 l\n2011_09_26/2011_09_26_drive_0005_sync 53 l\n2011_09_26/2011_09_26_drive_0005_sync 29 r\n2011_09_26/2011_09_26_drive_0005_sync 126 r\n2011_09_26/2011_09_26_drive_0005_sync 37 l\n2011_09_26/2011_09_26_drive_0005_sync 28 l\n2011_09_26/2011_09_26_drive_0005_sync 139 r\n2011_09_26/2011_09_26_drive_0005_sync 98 r\n2011_09_26/2011_09_26_drive_0005_sync 143 r\n2011_09_26/2011_09_26_drive_0005_sync 125 r\n2011_09_26/2011_09_26_drive_0005_sync 34 r\n2011_09_26/2011_09_26_drive_0005_sync 63 r\n2011_09_26/2011_09_26_drive_0005_sync 132 r\n2011_09_26/2011_09_26_drive_0005_sync 114 r\n2011_09_26/2011_09_26_drive_0005_sync 21 r\n2011_09_26/2011_09_26_drive_0005_sync 134 l\n2011_09_26/2011_09_26_drive_0005_sync 28 r\n2011_09_26/2011_09_26_drive_0005_sync 10 l\n2011_09_26/2011_09_26_drive_0005_sync 113 l\n2011_09_26/2011_09_26_drive_0005_sync 146 r\n2011_09_26/2011_09_26_drive_0005_sync 88 r\n2011_09_26/2011_09_26_drive_0005_sync 39 l\n2011_09_26/2011_09_26_drive_0005_sync 29 l\n2011_09_26/2011_09_26_drive_0005_sync 51 r\n2011_09_26/2011_09_26_drive_0005_sync 37 r\n2011_09_26/2011_09_26_drive_0005_sync 77 l\n2011_09_26/2011_09_26_drive_0005_sync 136 l\n2011_09_26/2011_09_26_drive_0005_sync 11 l\n2011_09_26/2011_09_26_drive_0005_sync 101 r\n2011_09_26/2011_09_26_drive_0005_sync 75 l\n2011_09_26/2011_09_26_drive_0005_sync 63 l\n2011_09_26/2011_09_26_drive_0005_sync 58 l\n2011_09_26/2011_09_26_drive_0005_sync 141 l\n2011_09_26/2011_09_26_drive_0005_sync 93 r\n2011_09_26/2011_09_26_drive_0005_sync 70 l\n2011_09_26/2011_09_26_drive_0005_sync 58 r\n2011_09_26/2011_09_26_drive_0005_sync 44 l\n2011_09_26/2011_09_26_drive_0005_sync 38 l\n2011_09_26/2011_09_26_drive_0005_sync 122 r\n2011_09_26/2011_09_26_drive_0005_sync 136 r\n2011_09_26/2011_09_26_drive_0005_sync 62 l\n2011_09_26/2011_09_26_drive_0005_sync 14 r\n2011_09_26/2011_09_26_drive_0005_sync 66 r\n2011_09_26/2011_09_26_drive_0005_sync 40 r\n2011_09_26/2011_09_26_drive_0005_sync 32 l\n2011_09_26/2011_09_26_drive_0005_sync 59 l\n2011_09_26/2011_09_26_drive_0005_sync 79 r\n2011_09_26/2011_09_26_drive_0005_sync 16 l\n2011_09_26/2011_09_26_drive_0005_sync 60 l\n2011_09_26/2011_09_26_drive_0005_sync 140 l\n2011_09_26/2011_09_26_drive_0005_sync 39 r\n2011_09_26/2011_09_26_drive_0005_sync 26 r\n2011_09_26/2011_09_26_drive_0005_sync 38 r\n2011_09_26/2011_09_26_drive_0005_sync 124 l\n2011_09_26/2011_09_26_drive_0005_sync 43 l\n2011_09_26/2011_09_26_drive_0005_sync 139 l\n2011_09_26/2011_09_26_drive_0005_sync 92 r\n2011_09_26/2011_09_26_drive_0005_sync 23 l\n2011_09_26/2011_09_26_drive_0005_sync 123 r\n2011_09_26/2011_09_26_drive_0005_sync 67 r\n2011_09_26/2011_09_26_drive_0005_sync 57 l\n2011_09_26/2011_09_26_drive_0095_sync 190 l\n2011_09_26/2011_09_26_drive_0095_sync 215 l\n2011_09_26/2011_09_26_drive_0095_sync 263 r\n2011_09_26/2011_09_26_drive_0095_sync 214 l\n2011_09_26/2011_09_26_drive_0095_sync 107 r\n2011_09_26/2011_09_26_drive_0095_sync 159 r\n2011_09_26/2011_09_26_drive_0095_sync 140 l\n2011_09_26/2011_09_26_drive_0095_sync 150 r\n2011_09_26/2011_09_26_drive_0095_sync 28 l\n2011_09_26/2011_09_26_drive_0095_sync 16 r\n2011_09_26/2011_09_26_drive_0095_sync 52 r\n2011_09_26/2011_09_26_drive_0095_sync 233 l\n2011_09_26/2011_09_26_drive_0095_sync 264 r\n2011_09_26/2011_09_26_drive_0095_sync 219 l\n2011_09_26/2011_09_26_drive_0095_sync 223 l\n2011_09_26/2011_09_26_drive_0095_sync 154 r\n2011_09_26/2011_09_26_drive_0095_sync 158 r\n2011_09_26/2011_09_26_drive_0095_sync 64 r\n2011_09_26/2011_09_26_drive_0095_sync 36 l\n2011_09_26/2011_09_26_drive_0095_sync 256 l\n2011_09_26/2011_09_26_drive_0095_sync 9 l\n2011_09_26/2011_09_26_drive_0095_sync 75 r\n2011_09_26/2011_09_26_drive_0095_sync 227 l\n2011_09_26/2011_09_26_drive_0095_sync 123 r\n2011_09_26/2011_09_26_drive_0095_sync 17 l\n2011_09_26/2011_09_26_drive_0095_sync 79 l\n2011_09_26/2011_09_26_drive_0095_sync 156 l\n2011_09_26/2011_09_26_drive_0095_sync 132 l\n2011_09_26/2011_09_26_drive_0095_sync 31 r\n2011_09_26/2011_09_26_drive_0095_sync 15 r\n2011_09_26/2011_09_26_drive_0095_sync 51 r\n2011_09_26/2011_09_26_drive_0095_sync 261 l\n2011_09_26/2011_09_26_drive_0095_sync 169 r\n2011_09_26/2011_09_26_drive_0095_sync 34 r\n2011_09_26/2011_09_26_drive_0095_sync 62 r\n2011_09_26/2011_09_26_drive_0095_sync 161 r\n2011_09_26/2011_09_26_drive_0095_sync 50 l\n2011_09_26/2011_09_26_drive_0095_sync 85 l\n2011_09_26/2011_09_26_drive_0095_sync 213 r\n2011_09_26/2011_09_26_drive_0095_sync 178 l\n2011_09_26/2011_09_26_drive_0095_sync 99 l\n2011_09_26/2011_09_26_drive_0095_sync 122 r\n2011_09_26/2011_09_26_drive_0095_sync 32 l\n2011_09_26/2011_09_26_drive_0095_sync 210 r\n2011_09_26/2011_09_26_drive_0095_sync 128 l\n2011_09_26/2011_09_26_drive_0095_sync 89 r\n2011_09_26/2011_09_26_drive_0095_sync 78 l\n2011_09_26/2011_09_26_drive_0095_sync 225 r\n2011_09_26/2011_09_26_drive_0095_sync 116 r\n2011_09_26/2011_09_26_drive_0095_sync 76 l\n2011_09_26/2011_09_26_drive_0095_sync 169 l\n2011_09_26/2011_09_26_drive_0095_sync 193 r\n2011_09_26/2011_09_26_drive_0095_sync 128 r\n2011_09_26/2011_09_26_drive_0095_sync 116 l\n2011_09_26/2011_09_26_drive_0095_sync 231 l\n2011_09_26/2011_09_26_drive_0095_sync 238 r\n2011_09_26/2011_09_26_drive_0095_sync 248 r\n2011_09_26/2011_09_26_drive_0095_sync 250 l\n2011_09_26/2011_09_26_drive_0095_sync 212 r\n2011_09_26/2011_09_26_drive_0095_sync 251 r\n2011_09_26/2011_09_26_drive_0095_sync 146 r\n2011_09_26/2011_09_26_drive_0095_sync 7 l\n2011_09_26/2011_09_26_drive_0095_sync 10 l\n2011_09_26/2011_09_26_drive_0095_sync 151 l\n2011_09_26/2011_09_26_drive_0095_sync 72 l\n2011_09_26/2011_09_26_drive_0095_sync 38 r\n2011_09_26/2011_09_26_drive_0095_sync 9 r\n2011_09_26/2011_09_26_drive_0095_sync 70 r\n2011_09_26/2011_09_26_drive_0095_sync 181 r\n2011_09_26/2011_09_26_drive_0095_sync 211 l\n2011_09_26/2011_09_26_drive_0095_sync 24 l\n2011_09_26/2011_09_26_drive_0095_sync 33 r\n2011_09_26/2011_09_26_drive_0095_sync 168 r\n2011_09_26/2011_09_26_drive_0095_sync 77 r\n2011_09_26/2011_09_26_drive_0095_sync 252 l\n2011_09_26/2011_09_26_drive_0095_sync 86 l\n2011_09_26/2011_09_26_drive_0095_sync 249 r\n2011_09_26/2011_09_26_drive_0095_sync 18 r\n2011_09_26/2011_09_26_drive_0095_sync 47 r\n2011_09_26/2011_09_26_drive_0095_sync 82 l\n2011_09_26/2011_09_26_drive_0095_sync 238 l\n2011_09_26/2011_09_26_drive_0095_sync 217 l\n2011_09_26/2011_09_26_drive_0095_sync 111 r\n2011_09_26/2011_09_26_drive_0095_sync 200 r\n2011_09_26/2011_09_26_drive_0095_sync 13 l\n2011_09_26/2011_09_26_drive_0095_sync 259 r\n2011_09_26/2011_09_26_drive_0095_sync 209 r\n2011_09_26/2011_09_26_drive_0095_sync 196 l\n2011_09_26/2011_09_26_drive_0095_sync 53 r\n2011_09_26/2011_09_26_drive_0095_sync 191 l\n2011_09_26/2011_09_26_drive_0095_sync 51 l\n2011_09_26/2011_09_26_drive_0095_sync 235 l\n2011_09_26/2011_09_26_drive_0095_sync 183 r\n2011_09_26/2011_09_26_drive_0095_sync 78 r\n2011_09_26/2011_09_26_drive_0095_sync 243 l\n2011_09_26/2011_09_26_drive_0095_sync 176 l\n2011_09_26/2011_09_26_drive_0095_sync 61 r\n2011_09_26/2011_09_26_drive_0095_sync 38 l\n2011_09_26/2011_09_26_drive_0095_sync 15 l\n2011_09_26/2011_09_26_drive_0095_sync 236 l\n2011_09_26/2011_09_26_drive_0095_sync 62 l\n2011_09_26/2011_09_26_drive_0095_sync 68 r\n2011_09_26/2011_09_26_drive_0095_sync 144 r\n2011_09_26/2011_09_26_drive_0095_sync 165 l\n2011_09_26/2011_09_26_drive_0095_sync 245 l\n2011_09_26/2011_09_26_drive_0095_sync 175 r\n2011_09_26/2011_09_26_drive_0095_sync 137 r\n2011_09_26/2011_09_26_drive_0095_sync 177 r\n2011_09_26/2011_09_26_drive_0095_sync 254 l\n2011_09_26/2011_09_26_drive_0095_sync 171 l\n2011_09_26/2011_09_26_drive_0095_sync 61 l\n2011_09_26/2011_09_26_drive_0095_sync 106 l\n2011_09_26/2011_09_26_drive_0095_sync 96 l\n2011_09_26/2011_09_26_drive_0095_sync 174 r\n2011_09_26/2011_09_26_drive_0095_sync 260 l\n2011_09_26/2011_09_26_drive_0095_sync 83 l\n2011_09_26/2011_09_26_drive_0095_sync 134 l\n2011_09_26/2011_09_26_drive_0095_sync 102 r\n2011_09_26/2011_09_26_drive_0095_sync 48 r\n2011_09_26/2011_09_26_drive_0095_sync 126 l\n2011_09_26/2011_09_26_drive_0095_sync 218 r\n2011_09_26/2011_09_26_drive_0095_sync 133 r\n2011_09_26/2011_09_26_drive_0095_sync 58 r\n2011_09_26/2011_09_26_drive_0095_sync 164 l\n2011_09_26/2011_09_26_drive_0095_sync 110 r\n2011_09_26/2011_09_26_drive_0095_sync 88 r\n2011_09_26/2011_09_26_drive_0095_sync 229 r\n2011_09_26/2011_09_26_drive_0095_sync 98 l\n2011_09_26/2011_09_26_drive_0095_sync 20 l\n2011_09_26/2011_09_26_drive_0095_sync 192 l\n2011_09_26/2011_09_26_drive_0095_sync 179 r\n2011_09_26/2011_09_26_drive_0095_sync 31 l\n2011_09_26/2011_09_26_drive_0095_sync 261 r\n2011_09_26/2011_09_26_drive_0095_sync 107 l\n2011_09_26/2011_09_26_drive_0095_sync 30 l\n2011_09_26/2011_09_26_drive_0095_sync 256 r\n2011_09_26/2011_09_26_drive_0095_sync 191 r\n2011_09_26/2011_09_26_drive_0095_sync 248 l\n2011_09_26/2011_09_26_drive_0095_sync 3 l\n2011_09_26/2011_09_26_drive_0095_sync 194 r\n2011_09_26/2011_09_26_drive_0095_sync 257 r\n2011_09_26/2011_09_26_drive_0095_sync 25 r\n2011_09_26/2011_09_26_drive_0095_sync 6 l\n2011_09_26/2011_09_26_drive_0095_sync 161 l\n2011_09_26/2011_09_26_drive_0095_sync 67 r\n2011_09_26/2011_09_26_drive_0095_sync 148 r\n2011_09_26/2011_09_26_drive_0095_sync 202 l\n2011_09_26/2011_09_26_drive_0095_sync 11 l\n2011_09_26/2011_09_26_drive_0095_sync 121 r\n2011_09_26/2011_09_26_drive_0095_sync 49 r\n2011_09_26/2011_09_26_drive_0095_sync 81 r\n2011_09_26/2011_09_26_drive_0095_sync 195 l\n2011_09_26/2011_09_26_drive_0095_sync 112 l\n2011_09_26/2011_09_26_drive_0095_sync 240 l\n2011_09_26/2011_09_26_drive_0095_sync 96 r\n2011_09_26/2011_09_26_drive_0095_sync 227 r\n2011_09_26/2011_09_26_drive_0095_sync 10 r\n2011_09_26/2011_09_26_drive_0095_sync 136 l\n2011_09_26/2011_09_26_drive_0095_sync 228 l\n2011_09_26/2011_09_26_drive_0095_sync 185 l\n2011_09_26/2011_09_26_drive_0095_sync 110 l\n2011_09_26/2011_09_26_drive_0095_sync 99 r\n2011_09_26/2011_09_26_drive_0095_sync 259 l\n2011_09_26/2011_09_26_drive_0095_sync 246 l\n2011_09_26/2011_09_26_drive_0095_sync 57 r\n2011_09_26/2011_09_26_drive_0095_sync 147 r\n2011_09_26/2011_09_26_drive_0095_sync 103 l\n2011_09_26/2011_09_26_drive_0095_sync 232 r\n2011_09_26/2011_09_26_drive_0095_sync 156 r\n2011_09_26/2011_09_26_drive_0095_sync 208 l\n2011_09_26/2011_09_26_drive_0095_sync 167 r\n2011_09_26/2011_09_26_drive_0095_sync 19 l\n2011_09_26/2011_09_26_drive_0095_sync 197 r\n2011_09_26/2011_09_26_drive_0095_sync 85 r\n2011_09_26/2011_09_26_drive_0095_sync 111 l\n2011_09_26/2011_09_26_drive_0095_sync 140 r\n2011_09_26/2011_09_26_drive_0095_sync 82 r\n2011_09_26/2011_09_26_drive_0095_sync 115 l\n2011_09_26/2011_09_26_drive_0095_sync 105 l\n2011_09_26/2011_09_26_drive_0095_sync 141 r\n2011_09_26/2011_09_26_drive_0095_sync 18 l\n2011_09_26/2011_09_26_drive_0095_sync 217 r\n2011_09_26/2011_09_26_drive_0095_sync 75 l\n2011_09_26/2011_09_26_drive_0095_sync 193 l\n2011_09_26/2011_09_26_drive_0095_sync 229 l\n2011_09_26/2011_09_26_drive_0095_sync 130 r\n2011_09_26/2011_09_26_drive_0095_sync 40 r\n2011_09_26/2011_09_26_drive_0095_sync 120 l\n2011_09_26/2011_09_26_drive_0095_sync 165 r\n2011_09_26/2011_09_26_drive_0095_sync 121 l\n2011_09_26/2011_09_26_drive_0095_sync 244 l\n2011_09_26/2011_09_26_drive_0095_sync 237 r\n2011_09_26/2011_09_26_drive_0095_sync 155 l\n2011_09_26/2011_09_26_drive_0095_sync 258 r\n2011_09_26/2011_09_26_drive_0095_sync 100 r\n2011_09_26/2011_09_26_drive_0095_sync 251 l\n2011_09_26/2011_09_26_drive_0095_sync 141 l\n2011_09_26/2011_09_26_drive_0095_sync 154 l\n2011_09_26/2011_09_26_drive_0095_sync 59 l\n2011_09_26/2011_09_26_drive_0095_sync 104 l\n2011_09_26/2011_09_26_drive_0095_sync 203 r\n2011_09_26/2011_09_26_drive_0095_sync 172 r\n2011_09_26/2011_09_26_drive_0095_sync 20 r\n2011_09_26/2011_09_26_drive_0095_sync 158 l\n2011_09_26/2011_09_26_drive_0095_sync 14 l\n2011_09_26/2011_09_26_drive_0095_sync 188 r\n2011_09_26/2011_09_26_drive_0095_sync 12 l\n2011_09_26/2011_09_26_drive_0095_sync 240 r\n2011_09_26/2011_09_26_drive_0095_sync 124 l\n2011_09_26/2011_09_26_drive_0095_sync 133 l\n2011_09_26/2011_09_26_drive_0095_sync 163 r\n2011_09_26/2011_09_26_drive_0095_sync 162 l\n2011_09_26/2011_09_26_drive_0095_sync 171 r\n2011_09_26/2011_09_26_drive_0095_sync 241 r\n2011_09_26/2011_09_26_drive_0095_sync 166 l\n2011_09_26/2011_09_26_drive_0095_sync 180 l\n2011_09_26/2011_09_26_drive_0095_sync 255 l\n2011_09_26/2011_09_26_drive_0095_sync 76 r\n2011_09_26/2011_09_26_drive_0095_sync 137 l\n2011_09_26/2011_09_26_drive_0095_sync 187 r\n2011_09_26/2011_09_26_drive_0095_sync 95 r\n2011_09_26/2011_09_26_drive_0095_sync 245 r\n2011_09_26/2011_09_26_drive_0095_sync 25 l\n2011_09_26/2011_09_26_drive_0095_sync 36 r\n2011_09_26/2011_09_26_drive_0095_sync 43 r\n2011_09_26/2011_09_26_drive_0095_sync 182 l\n2011_09_26/2011_09_26_drive_0095_sync 255 r\n2011_09_26/2011_09_26_drive_0095_sync 221 r\n2011_09_26/2011_09_26_drive_0095_sync 200 l\n2011_09_26/2011_09_26_drive_0095_sync 262 r\n2011_09_26/2011_09_26_drive_0095_sync 71 r\n2011_09_26/2011_09_26_drive_0095_sync 64 l\n2011_09_26/2011_09_26_drive_0095_sync 264 l\n2011_09_26/2011_09_26_drive_0095_sync 174 l\n2011_09_26/2011_09_26_drive_0095_sync 184 r\n2011_09_26/2011_09_26_drive_0095_sync 105 r\n2011_09_26/2011_09_26_drive_0095_sync 35 l\n2011_09_26/2011_09_26_drive_0095_sync 142 r\n2011_09_26/2011_09_26_drive_0095_sync 182 r\n2011_09_26/2011_09_26_drive_0095_sync 11 r\n2011_09_26/2011_09_26_drive_0095_sync 22 r\n2011_09_26/2011_09_26_drive_0095_sync 81 l\n2011_09_26/2011_09_26_drive_0095_sync 13 r\n2011_09_26/2011_09_26_drive_0095_sync 203 l\n2011_09_26/2011_09_26_drive_0095_sync 8 r\n2011_09_26/2011_09_26_drive_0095_sync 230 l\n2011_09_26/2011_09_26_drive_0095_sync 220 r\n2011_09_26/2011_09_26_drive_0095_sync 253 l\n2011_09_26/2011_09_26_drive_0095_sync 23 l\n2011_09_26/2011_09_26_drive_0095_sync 16 l\n2011_09_26/2011_09_26_drive_0095_sync 226 r\n2011_09_26/2011_09_26_drive_0095_sync 157 r\n2011_09_26/2011_09_26_drive_0095_sync 29 r\n2011_09_26/2011_09_26_drive_0095_sync 167 l\n2011_09_26/2011_09_26_drive_0095_sync 186 l\n2011_09_26/2011_09_26_drive_0095_sync 58 l\n2011_09_26/2011_09_26_drive_0095_sync 66 l\n2011_09_26/2011_09_26_drive_0095_sync 63 l\n2011_09_26/2011_09_26_drive_0095_sync 239 l\n2011_09_26/2011_09_26_drive_0095_sync 215 r\n2011_09_26/2011_09_26_drive_0095_sync 30 r\n2011_09_26/2011_09_26_drive_0095_sync 90 l\n2011_09_26/2011_09_26_drive_0095_sync 125 l\n2011_09_26/2011_09_26_drive_0095_sync 41 r\n2011_09_26/2011_09_26_drive_0095_sync 180 r\n2011_09_26/2011_09_26_drive_0095_sync 22 l\n2011_09_26/2011_09_26_drive_0095_sync 79 r\n2011_09_26/2011_09_26_drive_0095_sync 159 l\n2011_09_26/2011_09_26_drive_0095_sync 12 r\n2011_09_26/2011_09_26_drive_0095_sync 54 r\n2011_09_26/2011_09_26_drive_0095_sync 249 l\n2011_09_26/2011_09_26_drive_0095_sync 155 r\n2011_09_26/2011_09_26_drive_0095_sync 207 r\n2011_09_26/2011_09_26_drive_0095_sync 129 r\n2011_09_26/2011_09_26_drive_0095_sync 170 l\n2011_09_26/2011_09_26_drive_0095_sync 35 r\n2011_09_26/2011_09_26_drive_0095_sync 210 l\n2011_09_26/2011_09_26_drive_0095_sync 187 l\n2011_09_26/2011_09_26_drive_0095_sync 204 r\n2011_09_26/2011_09_26_drive_0095_sync 247 l\n2011_09_26/2011_09_26_drive_0095_sync 112 r\n2011_09_26/2011_09_26_drive_0095_sync 29 l\n2011_09_26/2011_09_26_drive_0095_sync 55 r\n2011_09_26/2011_09_26_drive_0095_sync 188 l\n2011_09_26/2011_09_26_drive_0095_sync 120 r\n2011_09_26/2011_09_26_drive_0095_sync 201 l\n2011_09_26/2011_09_26_drive_0095_sync 199 l\n2011_09_26/2011_09_26_drive_0095_sync 102 l\n2011_09_26/2011_09_26_drive_0095_sync 201 r\n2011_09_26/2011_09_26_drive_0095_sync 138 r\n2011_09_26/2011_09_26_drive_0095_sync 33 l\n2011_09_26/2011_09_26_drive_0095_sync 57 l\n2011_09_26/2011_09_26_drive_0095_sync 192 r\n2011_09_26/2011_09_26_drive_0095_sync 132 r\n2011_09_26/2011_09_26_drive_0095_sync 126 r\n2011_09_26/2011_09_26_drive_0095_sync 149 r\n2011_09_26/2011_09_26_drive_0095_sync 186 r\n2011_09_26/2011_09_26_drive_0095_sync 152 r\n2011_09_26/2011_09_26_drive_0095_sync 231 r\n2011_09_26/2011_09_26_drive_0095_sync 228 r\n2011_09_26/2011_09_26_drive_0095_sync 164 r\n2011_09_26/2011_09_26_drive_0095_sync 42 r\n2011_09_26/2011_09_26_drive_0095_sync 74 l\n2011_09_26/2011_09_26_drive_0095_sync 17 r\n2011_09_26/2011_09_26_drive_0095_sync 129 l\n2011_09_26/2011_09_26_drive_0095_sync 72 r\n2011_09_26/2011_09_26_drive_0095_sync 39 l\n2011_09_26/2011_09_26_drive_0095_sync 135 l\n2011_09_26/2011_09_26_drive_0095_sync 205 r\n2011_09_26/2011_09_26_drive_0095_sync 134 r\n2011_09_26/2011_09_26_drive_0095_sync 207 l\n2011_09_26/2011_09_26_drive_0095_sync 42 l\n2011_09_26/2011_09_26_drive_0095_sync 100 l\n2011_09_26/2011_09_26_drive_0095_sync 122 l\n2011_09_26/2011_09_26_drive_0095_sync 150 l\n2011_09_26/2011_09_26_drive_0095_sync 32 r\n2011_09_26/2011_09_26_drive_0095_sync 136 r\n2011_09_26/2011_09_26_drive_0095_sync 103 r\n2011_09_26/2011_09_26_drive_0095_sync 123 l\n2011_09_26/2011_09_26_drive_0095_sync 4 l\n2011_09_26/2011_09_26_drive_0095_sync 222 r\n2011_09_26/2011_09_26_drive_0095_sync 202 r\n2011_09_26/2011_09_26_drive_0095_sync 225 l\n2011_09_26/2011_09_26_drive_0095_sync 41 l\n2011_09_26/2011_09_26_drive_0095_sync 56 l\n2011_09_26/2011_09_26_drive_0095_sync 19 r\n2011_09_26/2011_09_26_drive_0095_sync 5 r\n2011_09_26/2011_09_26_drive_0095_sync 139 l\n2011_09_26/2011_09_26_drive_0095_sync 23 r\n2011_09_26/2011_09_26_drive_0095_sync 148 l\n2011_09_26/2011_09_26_drive_0095_sync 4 r\n2011_09_26/2011_09_26_drive_0095_sync 48 l\n2011_09_26/2011_09_26_drive_0095_sync 135 r\n2011_09_26/2011_09_26_drive_0095_sync 94 r\n2011_09_26/2011_09_26_drive_0095_sync 60 l\n2011_09_26/2011_09_26_drive_0095_sync 92 l\n2011_09_26/2011_09_26_drive_0095_sync 146 l\n2011_09_26/2011_09_26_drive_0095_sync 108 r\n2011_09_26/2011_09_26_drive_0095_sync 77 l\n2011_09_26/2011_09_26_drive_0095_sync 131 l\n2011_09_26/2011_09_26_drive_0095_sync 253 r\n2011_09_26/2011_09_26_drive_0095_sync 26 r\n2011_09_26/2011_09_26_drive_0095_sync 98 r\n2011_09_26/2011_09_26_drive_0095_sync 40 l\n2011_09_26/2011_09_26_drive_0095_sync 91 r\n2011_09_26/2011_09_26_drive_0095_sync 80 r\n2011_09_26/2011_09_26_drive_0095_sync 67 l\n2011_09_26/2011_09_26_drive_0095_sync 172 l\n2011_09_26/2011_09_26_drive_0095_sync 160 r\n2011_09_26/2011_09_26_drive_0095_sync 44 l\n2011_09_26/2011_09_26_drive_0095_sync 221 l\n2011_09_26/2011_09_26_drive_0095_sync 142 l\n2011_09_26/2011_09_26_drive_0095_sync 101 l\n2011_09_26/2011_09_26_drive_0095_sync 45 r\n2011_09_26/2011_09_26_drive_0095_sync 198 r\n2011_09_26/2011_09_26_drive_0095_sync 114 r\n2011_09_26/2011_09_26_drive_0095_sync 216 r\n2011_09_26/2011_09_26_drive_0095_sync 242 r\n2011_09_26/2011_09_26_drive_0095_sync 84 r\n2011_09_26/2011_09_26_drive_0095_sync 73 l\n2011_09_26/2011_09_26_drive_0095_sync 37 l\n2011_09_26/2011_09_26_drive_0095_sync 218 l\n2011_09_26/2011_09_26_drive_0095_sync 65 r\n2011_09_26/2011_09_26_drive_0095_sync 127 r\n2011_09_26/2011_09_26_drive_0095_sync 168 l\n2011_09_26/2011_09_26_drive_0095_sync 52 l\n2011_09_26/2011_09_26_drive_0095_sync 153 l\n2011_09_26/2011_09_26_drive_0095_sync 212 l\n2011_09_26/2011_09_26_drive_0095_sync 27 r\n2011_09_26/2011_09_26_drive_0095_sync 8 l\n2011_09_26/2011_09_26_drive_0095_sync 45 l\n2011_09_26/2011_09_26_drive_0095_sync 69 r\n2011_09_26/2011_09_26_drive_0095_sync 89 l\n2011_09_26/2011_09_26_drive_0095_sync 250 r\n2011_09_26/2011_09_26_drive_0095_sync 44 r\n2011_09_26/2011_09_26_drive_0095_sync 125 r\n2011_09_26/2011_09_26_drive_0095_sync 93 l\n2011_09_26/2011_09_26_drive_0095_sync 205 l\n2011_09_26/2011_09_26_drive_0095_sync 83 r\n2011_09_26/2011_09_26_drive_0095_sync 26 l\n2011_09_26/2011_09_26_drive_0095_sync 237 l\n2011_09_26/2011_09_26_drive_0095_sync 260 r\n2011_09_26/2011_09_26_drive_0095_sync 50 r\n2011_09_26/2011_09_26_drive_0095_sync 43 l\n2011_09_26/2011_09_26_drive_0095_sync 138 l\n2011_09_26/2011_09_26_drive_0095_sync 5 l\n2011_09_26/2011_09_26_drive_0095_sync 53 l\n2011_09_26/2011_09_26_drive_0095_sync 94 l\n2011_09_26/2011_09_26_drive_0095_sync 224 l\n2011_09_26/2011_09_26_drive_0095_sync 183 l\n2011_09_26/2011_09_26_drive_0095_sync 166 r\n2011_09_26/2011_09_26_drive_0095_sync 234 r\n2011_09_26/2011_09_26_drive_0095_sync 252 r\n2011_09_26/2011_09_26_drive_0095_sync 119 l\n2011_09_26/2011_09_26_drive_0095_sync 243 r\n2011_09_26/2011_09_26_drive_0095_sync 117 l\n2011_09_26/2011_09_26_drive_0095_sync 157 l\n2011_09_26/2011_09_26_drive_0095_sync 224 r\n2011_09_26/2011_09_26_drive_0095_sync 68 l\n2011_09_26/2011_09_26_drive_0095_sync 60 r\n2011_09_26/2011_09_26_drive_0095_sync 220 l\n2011_09_26/2011_09_26_drive_0095_sync 247 r\n2011_09_26/2011_09_26_drive_0095_sync 143 r\n2011_09_26/2011_09_26_drive_0095_sync 144 l\n2011_09_26/2011_09_26_drive_0095_sync 254 r\n2011_09_26/2011_09_26_drive_0095_sync 124 r\n2011_09_26/2011_09_26_drive_0095_sync 177 l\n2011_09_26/2011_09_26_drive_0095_sync 46 l\n2011_09_26/2011_09_26_drive_0095_sync 39 r\n2011_09_26/2011_09_26_drive_0095_sync 206 l\n2011_09_26/2011_09_26_drive_0095_sync 151 r\n2011_09_26/2011_09_26_drive_0095_sync 173 r\n2011_09_26/2011_09_26_drive_0095_sync 49 l\n2011_09_26/2011_09_26_drive_0095_sync 162 r\n2011_09_26/2011_09_26_drive_0095_sync 139 r\n2011_09_26/2011_09_26_drive_0095_sync 130 l\n2011_09_26/2011_09_26_drive_0095_sync 7 r\n2011_09_26/2011_09_26_drive_0095_sync 232 l\n2011_09_26/2011_09_26_drive_0095_sync 175 l\n2011_09_26/2011_09_26_drive_0095_sync 65 l\n2011_09_26/2011_09_26_drive_0095_sync 190 r\n2011_09_26/2011_09_26_drive_0095_sync 34 l\n2011_09_26/2011_09_26_drive_0095_sync 262 l\n2011_09_26/2011_09_26_drive_0095_sync 87 r\n2011_09_26/2011_09_26_drive_0095_sync 84 l\n2011_09_26/2011_09_26_drive_0095_sync 242 l\n2011_09_26/2011_09_26_drive_0095_sync 63 r\n2011_09_26/2011_09_26_drive_0095_sync 149 l\n2011_09_26/2011_09_26_drive_0095_sync 91 l\n2011_09_26/2011_09_26_drive_0095_sync 21 l\n2011_09_26/2011_09_26_drive_0095_sync 80 l\n2011_09_26/2011_09_26_drive_0095_sync 74 r\n2011_09_26/2011_09_26_drive_0095_sync 263 l\n2011_09_26/2011_09_26_drive_0095_sync 14 r\n2011_09_26/2011_09_26_drive_0095_sync 119 r\n2011_09_26/2011_09_26_drive_0095_sync 109 r\n2011_09_26/2011_09_26_drive_0095_sync 56 r\n2011_09_26/2011_09_26_drive_0095_sync 241 l\n2011_09_26/2011_09_26_drive_0095_sync 21 r\n2011_09_26/2011_09_26_drive_0095_sync 109 l\n2011_09_26/2011_09_26_drive_0095_sync 71 l\n2011_09_26/2011_09_26_drive_0095_sync 131 r\n2011_09_26/2011_09_26_drive_0095_sync 24 r\n2011_09_26/2011_09_26_drive_0095_sync 223 r\n2011_09_26/2011_09_26_drive_0095_sync 230 r\n2011_09_26/2011_09_26_drive_0095_sync 195 r\n2011_09_26/2011_09_26_drive_0095_sync 213 l\n2011_09_26/2011_09_26_drive_0095_sync 198 l\n2011_09_26/2011_09_26_drive_0095_sync 3 r\n2011_09_26/2011_09_26_drive_0095_sync 115 r\n2011_09_26/2011_09_26_drive_0095_sync 178 r\n2011_09_26/2011_09_26_drive_0095_sync 153 r\n2011_09_26/2011_09_26_drive_0095_sync 73 r\n2011_09_26/2011_09_26_drive_0095_sync 90 r\n2011_09_26/2011_09_26_drive_0095_sync 143 l\n2011_09_26/2011_09_26_drive_0095_sync 185 r\n2011_09_26/2011_09_26_drive_0095_sync 199 r\n2011_09_26/2011_09_26_drive_0095_sync 233 r\n2011_09_26/2011_09_26_drive_0095_sync 55 l\n2011_09_26/2011_09_26_drive_0095_sync 222 l\n2011_09_26/2011_09_26_drive_0095_sync 173 l\n2011_09_26/2011_09_26_drive_0095_sync 114 l\n2011_09_26/2011_09_26_drive_0095_sync 209 l\n2011_09_26/2011_09_26_drive_0095_sync 6 r\n2011_09_26/2011_09_26_drive_0095_sync 59 r\n2011_09_26/2011_09_26_drive_0095_sync 127 l\n2011_09_26/2011_09_26_drive_0095_sync 226 l\n2011_09_26/2011_09_26_drive_0095_sync 54 l\n2011_09_26/2011_09_26_drive_0015_sync 16 l\n2011_09_26/2011_09_26_drive_0015_sync 32 r\n2011_09_26/2011_09_26_drive_0015_sync 146 r\n2011_09_26/2011_09_26_drive_0015_sync 9 r\n2011_09_26/2011_09_26_drive_0015_sync 137 r\n2011_09_26/2011_09_26_drive_0015_sync 178 l\n2011_09_26/2011_09_26_drive_0015_sync 78 l\n2011_09_26/2011_09_26_drive_0015_sync 80 r\n2011_09_26/2011_09_26_drive_0015_sync 289 l\n2011_09_26/2011_09_26_drive_0015_sync 134 l\n2011_09_26/2011_09_26_drive_0015_sync 217 r\n2011_09_26/2011_09_26_drive_0015_sync 180 r\n2011_09_26/2011_09_26_drive_0015_sync 240 l\n2011_09_26/2011_09_26_drive_0015_sync 130 r\n2011_09_26/2011_09_26_drive_0015_sync 264 l\n2011_09_26/2011_09_26_drive_0015_sync 167 r\n2011_09_26/2011_09_26_drive_0015_sync 107 l\n2011_09_26/2011_09_26_drive_0015_sync 95 r\n2011_09_26/2011_09_26_drive_0015_sync 58 r\n2011_09_26/2011_09_26_drive_0015_sync 110 l\n2011_09_26/2011_09_26_drive_0015_sync 121 r\n2011_09_26/2011_09_26_drive_0015_sync 117 l\n2011_09_26/2011_09_26_drive_0015_sync 14 r\n2011_09_26/2011_09_26_drive_0015_sync 193 l\n2011_09_26/2011_09_26_drive_0015_sync 89 l\n2011_09_26/2011_09_26_drive_0015_sync 249 r\n2011_09_26/2011_09_26_drive_0015_sync 87 l\n2011_09_26/2011_09_26_drive_0015_sync 175 r\n2011_09_26/2011_09_26_drive_0015_sync 229 l\n2011_09_26/2011_09_26_drive_0015_sync 108 r\n2011_09_26/2011_09_26_drive_0015_sync 17 r\n2011_09_26/2011_09_26_drive_0015_sync 292 l\n2011_09_26/2011_09_26_drive_0015_sync 281 l\n2011_09_26/2011_09_26_drive_0015_sync 79 r\n2011_09_26/2011_09_26_drive_0015_sync 233 l\n2011_09_26/2011_09_26_drive_0015_sync 49 l\n2011_09_26/2011_09_26_drive_0015_sync 128 r\n2011_09_26/2011_09_26_drive_0015_sync 217 l\n2011_09_26/2011_09_26_drive_0015_sync 149 r\n2011_09_26/2011_09_26_drive_0015_sync 219 l\n2011_09_26/2011_09_26_drive_0015_sync 43 r\n2011_09_26/2011_09_26_drive_0015_sync 222 r\n2011_09_26/2011_09_26_drive_0015_sync 219 r\n2011_09_26/2011_09_26_drive_0015_sync 128 l\n2011_09_26/2011_09_26_drive_0015_sync 258 l\n2011_09_26/2011_09_26_drive_0015_sync 274 l\n2011_09_26/2011_09_26_drive_0015_sync 231 r\n2011_09_26/2011_09_26_drive_0015_sync 143 l\n2011_09_26/2011_09_26_drive_0015_sync 168 l\n2011_09_26/2011_09_26_drive_0015_sync 203 r\n2011_09_26/2011_09_26_drive_0015_sync 93 l\n2011_09_26/2011_09_26_drive_0015_sync 77 l\n2011_09_26/2011_09_26_drive_0015_sync 82 l\n2011_09_26/2011_09_26_drive_0015_sync 26 l\n2011_09_26/2011_09_26_drive_0015_sync 223 l\n2011_09_26/2011_09_26_drive_0015_sync 3 r\n2011_09_26/2011_09_26_drive_0015_sync 84 r\n2011_09_26/2011_09_26_drive_0015_sync 255 r\n2011_09_26/2011_09_26_drive_0015_sync 280 r\n2011_09_26/2011_09_26_drive_0015_sync 63 l\n2011_09_26/2011_09_26_drive_0015_sync 90 l\n2011_09_26/2011_09_26_drive_0015_sync 125 l\n2011_09_26/2011_09_26_drive_0015_sync 206 r\n2011_09_26/2011_09_26_drive_0015_sync 76 l\n2011_09_26/2011_09_26_drive_0015_sync 257 l\n2011_09_26/2011_09_26_drive_0015_sync 163 r\n2011_09_26/2011_09_26_drive_0015_sync 178 r\n2011_09_26/2011_09_26_drive_0015_sync 9 l\n2011_09_26/2011_09_26_drive_0015_sync 266 r\n2011_09_26/2011_09_26_drive_0015_sync 37 r\n2011_09_26/2011_09_26_drive_0015_sync 67 l\n2011_09_26/2011_09_26_drive_0015_sync 223 r\n2011_09_26/2011_09_26_drive_0015_sync 57 l\n2011_09_26/2011_09_26_drive_0015_sync 218 r\n2011_09_26/2011_09_26_drive_0015_sync 199 l\n2011_09_26/2011_09_26_drive_0015_sync 232 l\n2011_09_26/2011_09_26_drive_0015_sync 70 r\n2011_09_26/2011_09_26_drive_0015_sync 24 r\n2011_09_26/2011_09_26_drive_0015_sync 164 r\n2011_09_26/2011_09_26_drive_0015_sync 109 r\n2011_09_26/2011_09_26_drive_0015_sync 206 l\n2011_09_26/2011_09_26_drive_0015_sync 174 l\n2011_09_26/2011_09_26_drive_0015_sync 268 r\n2011_09_26/2011_09_26_drive_0015_sync 129 l\n2011_09_26/2011_09_26_drive_0015_sync 238 l\n2011_09_26/2011_09_26_drive_0015_sync 40 r\n2011_09_26/2011_09_26_drive_0015_sync 140 r\n2011_09_26/2011_09_26_drive_0015_sync 59 l\n2011_09_26/2011_09_26_drive_0015_sync 177 l\n2011_09_26/2011_09_26_drive_0015_sync 205 r\n2011_09_26/2011_09_26_drive_0015_sync 108 l\n2011_09_26/2011_09_26_drive_0015_sync 248 l\n2011_09_26/2011_09_26_drive_0015_sync 85 l\n2011_09_26/2011_09_26_drive_0015_sync 173 r\n2011_09_26/2011_09_26_drive_0015_sync 54 l\n2011_09_26/2011_09_26_drive_0015_sync 3 l\n2011_09_26/2011_09_26_drive_0015_sync 45 r\n2011_09_26/2011_09_26_drive_0015_sync 106 l\n2011_09_26/2011_09_26_drive_0015_sync 165 l\n2011_09_26/2011_09_26_drive_0015_sync 105 l\n2011_09_26/2011_09_26_drive_0015_sync 190 l\n2011_09_26/2011_09_26_drive_0015_sync 87 r\n2011_09_26/2011_09_26_drive_0015_sync 204 r\n2011_09_26/2011_09_26_drive_0015_sync 124 l\n2011_09_26/2011_09_26_drive_0015_sync 26 r\n2011_09_26/2011_09_26_drive_0015_sync 114 r\n2011_09_26/2011_09_26_drive_0015_sync 227 r\n2011_09_26/2011_09_26_drive_0015_sync 280 l\n2011_09_26/2011_09_26_drive_0015_sync 53 r\n2011_09_26/2011_09_26_drive_0015_sync 213 r\n2011_09_26/2011_09_26_drive_0015_sync 48 l\n2011_09_26/2011_09_26_drive_0015_sync 18 l\n2011_09_26/2011_09_26_drive_0015_sync 98 r\n2011_09_26/2011_09_26_drive_0015_sync 220 r\n2011_09_26/2011_09_26_drive_0015_sync 285 l\n2011_09_26/2011_09_26_drive_0015_sync 25 l\n2011_09_26/2011_09_26_drive_0015_sync 207 l\n2011_09_26/2011_09_26_drive_0015_sync 273 r\n2011_09_26/2011_09_26_drive_0015_sync 183 r\n2011_09_26/2011_09_26_drive_0015_sync 192 r\n2011_09_26/2011_09_26_drive_0015_sync 91 l\n2011_09_26/2011_09_26_drive_0015_sync 190 r\n2011_09_26/2011_09_26_drive_0015_sync 68 l\n2011_09_26/2011_09_26_drive_0015_sync 123 l\n2011_09_26/2011_09_26_drive_0015_sync 210 l\n2011_09_26/2011_09_26_drive_0015_sync 278 l\n2011_09_26/2011_09_26_drive_0015_sync 194 l\n2011_09_26/2011_09_26_drive_0015_sync 286 l\n2011_09_26/2011_09_26_drive_0015_sync 179 l\n2011_09_26/2011_09_26_drive_0015_sync 290 l\n2011_09_26/2011_09_26_drive_0015_sync 58 l\n2011_09_26/2011_09_26_drive_0015_sync 174 r\n2011_09_26/2011_09_26_drive_0015_sync 10 r\n2011_09_26/2011_09_26_drive_0015_sync 112 r\n2011_09_26/2011_09_26_drive_0015_sync 30 l\n2011_09_26/2011_09_26_drive_0015_sync 25 r\n2011_09_26/2011_09_26_drive_0015_sync 75 l\n2011_09_26/2011_09_26_drive_0015_sync 238 r\n2011_09_26/2011_09_26_drive_0015_sync 60 r\n2011_09_26/2011_09_26_drive_0015_sync 115 l\n2011_09_26/2011_09_26_drive_0015_sync 88 l\n2011_09_26/2011_09_26_drive_0015_sync 185 l\n2011_09_26/2011_09_26_drive_0015_sync 63 r\n2011_09_26/2011_09_26_drive_0015_sync 109 l\n2011_09_26/2011_09_26_drive_0015_sync 270 l\n2011_09_26/2011_09_26_drive_0015_sync 104 l\n2011_09_26/2011_09_26_drive_0015_sync 261 r\n2011_09_26/2011_09_26_drive_0015_sync 191 l\n2011_09_26/2011_09_26_drive_0015_sync 226 l\n2011_09_26/2011_09_26_drive_0015_sync 185 r\n2011_09_26/2011_09_26_drive_0015_sync 23 l\n2011_09_26/2011_09_26_drive_0015_sync 244 r\n2011_09_26/2011_09_26_drive_0015_sync 228 l\n2011_09_26/2011_09_26_drive_0015_sync 111 l\n2011_09_26/2011_09_26_drive_0015_sync 144 r\n2011_09_26/2011_09_26_drive_0015_sync 69 l\n2011_09_26/2011_09_26_drive_0015_sync 189 l\n2011_09_26/2011_09_26_drive_0015_sync 122 r\n2011_09_26/2011_09_26_drive_0015_sync 201 r\n2011_09_26/2011_09_26_drive_0015_sync 156 l\n2011_09_26/2011_09_26_drive_0015_sync 265 l\n2011_09_26/2011_09_26_drive_0015_sync 135 l\n2011_09_26/2011_09_26_drive_0015_sync 214 r\n2011_09_26/2011_09_26_drive_0015_sync 242 l\n2011_09_26/2011_09_26_drive_0015_sync 221 r\n2011_09_26/2011_09_26_drive_0015_sync 161 l\n2011_09_26/2011_09_26_drive_0015_sync 65 l\n2011_09_26/2011_09_26_drive_0015_sync 291 l\n2011_09_26/2011_09_26_drive_0015_sync 4 r\n2011_09_26/2011_09_26_drive_0015_sync 21 r\n2011_09_26/2011_09_26_drive_0015_sync 276 r\n2011_09_26/2011_09_26_drive_0015_sync 36 r\n2011_09_26/2011_09_26_drive_0015_sync 277 l\n2011_09_26/2011_09_26_drive_0015_sync 210 r\n2011_09_26/2011_09_26_drive_0015_sync 10 l\n2011_09_26/2011_09_26_drive_0015_sync 268 l\n2011_09_26/2011_09_26_drive_0015_sync 136 l\n2011_09_26/2011_09_26_drive_0015_sync 126 l\n2011_09_26/2011_09_26_drive_0015_sync 287 l\n2011_09_26/2011_09_26_drive_0015_sync 156 r\n2011_09_26/2011_09_26_drive_0015_sync 175 l\n2011_09_26/2011_09_26_drive_0015_sync 15 l\n2011_09_26/2011_09_26_drive_0015_sync 164 l\n2011_09_26/2011_09_26_drive_0015_sync 136 r\n2011_09_26/2011_09_26_drive_0015_sync 34 l\n2011_09_26/2011_09_26_drive_0015_sync 130 l\n2011_09_26/2011_09_26_drive_0015_sync 187 l\n2011_09_26/2011_09_26_drive_0015_sync 171 r\n2011_09_26/2011_09_26_drive_0015_sync 103 l\n2011_09_26/2011_09_26_drive_0015_sync 116 l\n2011_09_26/2011_09_26_drive_0015_sync 83 r\n2011_09_26/2011_09_26_drive_0015_sync 105 r\n2011_09_26/2011_09_26_drive_0015_sync 110 r\n2011_09_26/2011_09_26_drive_0015_sync 237 l\n2011_09_26/2011_09_26_drive_0015_sync 212 r\n2011_09_26/2011_09_26_drive_0015_sync 145 r\n2011_09_26/2011_09_26_drive_0015_sync 120 r\n2011_09_26/2011_09_26_drive_0015_sync 113 l\n2011_09_26/2011_09_26_drive_0015_sync 148 l\n2011_09_26/2011_09_26_drive_0015_sync 202 r\n2011_09_26/2011_09_26_drive_0015_sync 179 r\n2011_09_26/2011_09_26_drive_0015_sync 235 l\n2011_09_26/2011_09_26_drive_0015_sync 276 l\n2011_09_26/2011_09_26_drive_0015_sync 200 l\n2011_09_26/2011_09_26_drive_0015_sync 36 l\n2011_09_26/2011_09_26_drive_0015_sync 157 l\n2011_09_26/2011_09_26_drive_0015_sync 19 r\n2011_09_26/2011_09_26_drive_0015_sync 44 l\n2011_09_26/2011_09_26_drive_0015_sync 45 l\n2011_09_26/2011_09_26_drive_0015_sync 57 r\n2011_09_26/2011_09_26_drive_0015_sync 51 r\n2011_09_26/2011_09_26_drive_0015_sync 198 l\n2011_09_26/2011_09_26_drive_0015_sync 42 l\n2011_09_26/2011_09_26_drive_0015_sync 12 r\n2011_09_26/2011_09_26_drive_0015_sync 14 l\n2011_09_26/2011_09_26_drive_0015_sync 125 r\n2011_09_26/2011_09_26_drive_0015_sync 204 l\n2011_09_26/2011_09_26_drive_0015_sync 193 r\n2011_09_26/2011_09_26_drive_0015_sync 35 r\n2011_09_26/2011_09_26_drive_0015_sync 15 r\n2011_09_26/2011_09_26_drive_0015_sync 131 r\n2011_09_26/2011_09_26_drive_0015_sync 37 l\n2011_09_26/2011_09_26_drive_0015_sync 80 l\n2011_09_26/2011_09_26_drive_0015_sync 186 r\n2011_09_26/2011_09_26_drive_0015_sync 38 l\n2011_09_26/2011_09_26_drive_0015_sync 188 l\n2011_09_26/2011_09_26_drive_0015_sync 182 l\n2011_09_26/2011_09_26_drive_0015_sync 74 r\n2011_09_26/2011_09_26_drive_0015_sync 55 r\n2011_09_26/2011_09_26_drive_0015_sync 207 r\n2011_09_26/2011_09_26_drive_0015_sync 277 r\n2011_09_26/2011_09_26_drive_0015_sync 263 l\n2011_09_26/2011_09_26_drive_0015_sync 115 r\n2011_09_26/2011_09_26_drive_0015_sync 96 l\n2011_09_26/2011_09_26_drive_0015_sync 5 r\n2011_09_26/2011_09_26_drive_0015_sync 77 r\n2011_09_26/2011_09_26_drive_0015_sync 102 r\n2011_09_26/2011_09_26_drive_0015_sync 142 r\n2011_09_26/2011_09_26_drive_0015_sync 160 r\n2011_09_26/2011_09_26_drive_0015_sync 197 l\n2011_09_26/2011_09_26_drive_0015_sync 289 r\n2011_09_26/2011_09_26_drive_0015_sync 99 r\n2011_09_26/2011_09_26_drive_0015_sync 46 l\n2011_09_26/2011_09_26_drive_0015_sync 169 r\n2011_09_26/2011_09_26_drive_0015_sync 285 r\n2011_09_26/2011_09_26_drive_0015_sync 214 l\n2011_09_26/2011_09_26_drive_0015_sync 195 l\n2011_09_26/2011_09_26_drive_0015_sync 266 l\n2011_09_26/2011_09_26_drive_0015_sync 187 r\n2011_09_26/2011_09_26_drive_0015_sync 228 r\n2011_09_26/2011_09_26_drive_0015_sync 97 r\n2011_09_26/2011_09_26_drive_0015_sync 103 r\n2011_09_26/2011_09_26_drive_0015_sync 124 r\n2011_09_26/2011_09_26_drive_0015_sync 231 l\n2011_09_26/2011_09_26_drive_0015_sync 30 r\n2011_09_26/2011_09_26_drive_0015_sync 135 r\n2011_09_26/2011_09_26_drive_0015_sync 215 r\n2011_09_26/2011_09_26_drive_0015_sync 66 l\n2011_09_26/2011_09_26_drive_0015_sync 229 r\n2011_09_26/2011_09_26_drive_0015_sync 56 l\n2011_09_26/2011_09_26_drive_0015_sync 46 r\n2011_09_26/2011_09_26_drive_0015_sync 54 r\n2011_09_26/2011_09_26_drive_0015_sync 211 l\n2011_09_26/2011_09_26_drive_0015_sync 129 r\n2011_09_26/2011_09_26_drive_0015_sync 246 l\n2011_09_26/2011_09_26_drive_0015_sync 78 r\n2011_09_26/2011_09_26_drive_0015_sync 251 r\n2011_09_26/2011_09_26_drive_0015_sync 56 r\n2011_09_26/2011_09_26_drive_0015_sync 211 r\n2011_09_26/2011_09_26_drive_0015_sync 288 r\n2011_09_26/2011_09_26_drive_0015_sync 20 l\n2011_09_26/2011_09_26_drive_0015_sync 116 r\n2011_09_26/2011_09_26_drive_0015_sync 271 r\n2011_09_26/2011_09_26_drive_0015_sync 52 l\n2011_09_26/2011_09_26_drive_0015_sync 107 r\n2011_09_26/2011_09_26_drive_0015_sync 34 r\n2011_09_26/2011_09_26_drive_0015_sync 290 r\n2011_09_26/2011_09_26_drive_0015_sync 27 r\n2011_09_26/2011_09_26_drive_0015_sync 264 r\n2011_09_26/2011_09_26_drive_0015_sync 139 r\n2011_09_26/2011_09_26_drive_0015_sync 239 l\n2011_09_26/2011_09_26_drive_0015_sync 7 r\n2011_09_26/2011_09_26_drive_0015_sync 132 r\n2011_09_26/2011_09_26_drive_0015_sync 122 l\n2011_09_26/2011_09_26_drive_0015_sync 146 l\n2011_09_26/2011_09_26_drive_0015_sync 138 l\n2011_09_26/2011_09_26_drive_0015_sync 198 r\n2011_09_26/2011_09_26_drive_0015_sync 100 l\n2011_09_26/2011_09_26_drive_0015_sync 91 r\n2011_09_26/2011_09_26_drive_0015_sync 272 r\n2011_09_26/2011_09_26_drive_0015_sync 113 r\n2011_09_26/2011_09_26_drive_0015_sync 61 l\n2011_09_26/2011_09_26_drive_0015_sync 43 l\n2011_09_26/2011_09_26_drive_0015_sync 245 l\n2011_09_26/2011_09_26_drive_0015_sync 53 l\n2011_09_26/2011_09_26_drive_0015_sync 163 l\n2011_09_26/2011_09_26_drive_0015_sync 112 l\n2011_09_26/2011_09_26_drive_0015_sync 196 r\n2011_09_26/2011_09_26_drive_0015_sync 50 l\n2011_09_26/2011_09_26_drive_0015_sync 282 l\n2011_09_26/2011_09_26_drive_0015_sync 275 r\n2011_09_26/2011_09_26_drive_0015_sync 253 r\n2011_09_26/2011_09_26_drive_0015_sync 143 r\n2011_09_26/2011_09_26_drive_0015_sync 224 l\n2011_09_26/2011_09_26_drive_0015_sync 65 r\n2011_09_26/2011_09_26_drive_0015_sync 170 l\n2011_09_26/2011_09_26_drive_0015_sync 13 l\n2011_09_26/2011_09_26_drive_0015_sync 245 r\n2011_09_26/2011_09_26_drive_0015_sync 170 r\n2011_09_26/2011_09_26_drive_0015_sync 47 l\n2011_09_26/2011_09_26_drive_0015_sync 247 r\n2011_09_26/2011_09_26_drive_0015_sync 22 l\n2011_09_26/2011_09_26_drive_0015_sync 287 r\n2011_09_26/2011_09_26_drive_0015_sync 202 l\n2011_09_26/2011_09_26_drive_0015_sync 41 l\n2011_09_26/2011_09_26_drive_0015_sync 293 r\n2011_09_26/2011_09_26_drive_0015_sync 166 r\n2011_09_26/2011_09_26_drive_0015_sync 283 r\n2011_09_26/2011_09_26_drive_0015_sync 281 r\n2011_09_26/2011_09_26_drive_0015_sync 76 r\n2011_09_26/2011_09_26_drive_0015_sync 184 l\n2011_09_26/2011_09_26_drive_0015_sync 267 l\n2011_09_26/2011_09_26_drive_0015_sync 257 r\n2011_09_26/2011_09_26_drive_0015_sync 252 l\n2011_09_26/2011_09_26_drive_0015_sync 224 r\n2011_09_26/2011_09_26_drive_0015_sync 173 l\n2011_09_26/2011_09_26_drive_0015_sync 8 l\n2011_09_26/2011_09_26_drive_0015_sync 64 l\n2011_09_26/2011_09_26_drive_0015_sync 284 r\n2011_09_26/2011_09_26_drive_0015_sync 182 r\n2011_09_26/2011_09_26_drive_0015_sync 67 r\n2011_09_26/2011_09_26_drive_0015_sync 117 r\n2011_09_26/2011_09_26_drive_0015_sync 212 l\n2011_09_26/2011_09_26_drive_0015_sync 152 l\n2011_09_26/2011_09_26_drive_0015_sync 199 r\n2011_09_26/2011_09_26_drive_0015_sync 200 r\n2011_09_26/2011_09_26_drive_0015_sync 27 l\n2011_09_26/2011_09_26_drive_0015_sync 258 r\n2011_09_26/2011_09_26_drive_0015_sync 247 l\n2011_09_26/2011_09_26_drive_0015_sync 262 l\n2011_09_26/2011_09_26_drive_0015_sync 66 r\n2011_09_26/2011_09_26_drive_0015_sync 100 r\n2011_09_26/2011_09_26_drive_0015_sync 21 l\n2011_09_26/2011_09_26_drive_0015_sync 176 r\n2011_09_26/2011_09_26_drive_0015_sync 8 r\n2011_09_26/2011_09_26_drive_0015_sync 237 r\n2011_09_26/2011_09_26_drive_0015_sync 234 r\n2011_09_26/2011_09_26_drive_0015_sync 155 r\n2011_09_26/2011_09_26_drive_0015_sync 97 l\n2011_09_26/2011_09_26_drive_0015_sync 243 r\n2011_09_26/2011_09_26_drive_0015_sync 176 l\n2011_09_26/2011_09_26_drive_0015_sync 73 l\n2011_09_26/2011_09_26_drive_0015_sync 106 r\n2011_09_26/2011_09_26_drive_0015_sync 197 r\n2011_09_26/2011_09_26_drive_0015_sync 62 r\n2011_09_26/2011_09_26_drive_0015_sync 186 l\n2011_09_26/2011_09_26_drive_0015_sync 31 l\n2011_09_26/2011_09_26_drive_0015_sync 201 l\n2011_09_26/2011_09_26_drive_0015_sync 272 l\n2011_09_26/2011_09_26_drive_0015_sync 126 r\n2011_09_26/2011_09_26_drive_0015_sync 133 r\n2011_09_26/2011_09_26_drive_0015_sync 279 r\n2011_09_26/2011_09_26_drive_0015_sync 154 r\n2011_09_26/2011_09_26_drive_0015_sync 39 r\n2011_09_26/2011_09_26_drive_0015_sync 169 l\n2011_09_26/2011_09_26_drive_0015_sync 24 l\n2011_09_26/2011_09_26_drive_0015_sync 44 r\n2011_09_26/2011_09_26_drive_0015_sync 29 r\n2011_09_26/2011_09_26_drive_0015_sync 274 r\n2011_09_26/2011_09_26_drive_0015_sync 192 l\n2011_09_26/2011_09_26_drive_0015_sync 233 r\n2011_09_26/2011_09_26_drive_0015_sync 254 l\n2011_09_26/2011_09_26_drive_0015_sync 248 r\n2011_09_26/2011_09_26_drive_0015_sync 101 r\n2011_09_26/2011_09_26_drive_0015_sync 213 l\n2011_09_26/2011_09_26_drive_0015_sync 79 l\n2011_09_26/2011_09_26_drive_0015_sync 13 r\n2011_09_26/2011_09_26_drive_0015_sync 121 l\n2011_09_26/2011_09_26_drive_0015_sync 47 r\n2011_09_26/2011_09_26_drive_0015_sync 145 l\n2011_09_26/2011_09_26_drive_0015_sync 55 l\n2011_09_26/2011_09_26_drive_0015_sync 236 r\n2011_09_26/2011_09_26_drive_0015_sync 86 l\n2011_09_26/2011_09_26_drive_0015_sync 180 l\n2011_09_26/2011_09_26_drive_0015_sync 209 r\n2011_09_26/2011_09_26_drive_0015_sync 267 r\n2011_09_26/2011_09_26_drive_0015_sync 162 l\n2011_09_26/2011_09_26_drive_0015_sync 141 r\n2011_09_26/2011_09_26_drive_0015_sync 241 r\n2011_09_26/2011_09_26_drive_0015_sync 160 l\n2011_09_26/2011_09_26_drive_0015_sync 94 l\n2011_09_26/2011_09_26_drive_0015_sync 181 l\n2011_09_26/2011_09_26_drive_0015_sync 269 r\n2011_09_26/2011_09_26_drive_0015_sync 94 r\n2011_09_26/2011_09_26_drive_0015_sync 137 l\n2011_09_26/2011_09_26_drive_0015_sync 243 l\n2011_09_26/2011_09_26_drive_0015_sync 262 r\n2011_09_26/2011_09_26_drive_0015_sync 234 l\n2011_09_26/2011_09_26_drive_0015_sync 260 r\n2011_09_26/2011_09_26_drive_0015_sync 49 r\n2011_09_26/2011_09_26_drive_0015_sync 151 r\n2011_09_26/2011_09_26_drive_0015_sync 253 l\n2011_09_26/2011_09_26_drive_0015_sync 286 r\n2011_09_26/2011_09_26_drive_0015_sync 62 l\n2011_09_26/2011_09_26_drive_0015_sync 101 l\n2011_09_26/2011_09_26_drive_0015_sync 165 r\n2011_09_26/2011_09_26_drive_0015_sync 6 r\n2011_09_26/2011_09_26_drive_0015_sync 216 r\n2011_09_26/2011_09_26_drive_0015_sync 151 l\n2011_09_26/2011_09_26_drive_0015_sync 35 l\n2011_09_26/2011_09_26_drive_0015_sync 22 r\n2011_09_26/2011_09_26_drive_0015_sync 4 l\n2011_09_26/2011_09_26_drive_0015_sync 133 l\n2011_09_26/2011_09_26_drive_0015_sync 216 l\n2011_09_26/2011_09_26_drive_0015_sync 134 r\n2011_09_26/2011_09_26_drive_0015_sync 177 r\n2011_09_26/2011_09_26_drive_0015_sync 147 l\n2011_09_26/2011_09_26_drive_0015_sync 41 r\n2011_09_26/2011_09_26_drive_0015_sync 260 l\n2011_09_26/2011_09_26_drive_0015_sync 147 r\n2011_09_26/2011_09_26_drive_0015_sync 293 l\n2011_09_26/2011_09_26_drive_0015_sync 59 r\n2011_09_26/2011_09_26_drive_0015_sync 183 l\n2011_09_26/2011_09_26_drive_0015_sync 283 l\n2011_09_26/2011_09_26_drive_0015_sync 203 l\n2011_09_26/2011_09_26_drive_0015_sync 119 l\n2011_09_26/2011_09_26_drive_0015_sync 118 l\n2011_09_26/2011_09_26_drive_0015_sync 172 l\n2011_09_26/2011_09_26_drive_0015_sync 279 l\n2011_09_26/2011_09_26_drive_0015_sync 39 l\n2011_09_26/2011_09_26_drive_0015_sync 209 l\n2011_09_26/2011_09_26_drive_0015_sync 72 r\n2011_09_26/2011_09_26_drive_0015_sync 282 r\n2011_09_26/2011_09_26_drive_0015_sync 142 l\n2011_09_26/2011_09_26_drive_0015_sync 69 r\n2011_09_26/2011_09_26_drive_0015_sync 88 r\n2011_09_26/2011_09_26_drive_0015_sync 181 r\n2011_09_26/2011_09_26_drive_0015_sync 232 r\n2011_09_26/2011_09_26_drive_0015_sync 284 l\n2011_09_26/2011_09_26_drive_0015_sync 270 r\n2011_09_26/2011_09_26_drive_0015_sync 205 l\n2011_09_26/2011_09_26_drive_0015_sync 230 l\n2011_09_26/2011_09_26_drive_0015_sync 17 l\n2011_09_26/2011_09_26_drive_0015_sync 153 l\n2011_09_26/2011_09_26_drive_0015_sync 158 r\n2011_09_26/2011_09_26_drive_0015_sync 33 r\n2011_09_26/2011_09_26_drive_0015_sync 98 l\n2011_09_26/2011_09_26_drive_0015_sync 158 l\n2011_09_26/2011_09_26_drive_0015_sync 171 l\n2011_09_26/2011_09_26_drive_0015_sync 82 r\n2011_09_26/2011_09_26_drive_0015_sync 251 l\n2011_09_26/2011_09_26_drive_0015_sync 208 l\n2011_09_26/2011_09_26_drive_0015_sync 227 l\n2011_09_26/2011_09_26_drive_0015_sync 18 r\n2011_09_26/2011_09_26_drive_0015_sync 273 l\n2011_09_26/2011_09_26_drive_0015_sync 226 r\n2011_09_26/2011_09_26_drive_0015_sync 92 r\n2011_09_26/2011_09_26_drive_0015_sync 138 r\n2011_09_26/2011_09_26_drive_0015_sync 61 r\n2011_09_26/2011_09_26_drive_0015_sync 265 r\n2011_09_26/2011_09_26_drive_0015_sync 28 r\n2011_09_26/2011_09_26_drive_0015_sync 11 l\n2011_09_26/2011_09_26_drive_0015_sync 244 l\n2011_09_26/2011_09_26_drive_0015_sync 95 l\n2011_09_26/2011_09_26_drive_0015_sync 236 l\n2011_09_26/2011_09_26_drive_0015_sync 291 r\n2011_09_26/2011_09_26_drive_0015_sync 85 r\n2011_09_26/2011_09_26_drive_0015_sync 118 r\n2011_09_26/2011_09_26_drive_0015_sync 161 r\n2011_09_26/2011_09_26_drive_0015_sync 38 r\n2011_09_26/2011_09_26_drive_0015_sync 83 l\n2011_09_26/2011_09_26_drive_0015_sync 255 l\n2011_09_26/2011_09_26_drive_0015_sync 92 l\n2011_09_26/2011_09_26_drive_0015_sync 111 r\n2011_09_26/2011_09_26_drive_0015_sync 250 l\n2011_09_26/2011_09_26_drive_0015_sync 189 r\n2011_09_26/2011_09_26_drive_0015_sync 220 l\n2011_09_26/2011_09_26_drive_0015_sync 70 l\n2011_09_26/2011_09_26_drive_0015_sync 68 r\n2011_09_26/2011_09_26_drive_0015_sync 71 l\n2011_09_26/2011_09_26_drive_0015_sync 123 r\n2011_09_26/2011_09_26_drive_0015_sync 162 r\n2011_09_26/2011_09_26_drive_0015_sync 230 r\n2011_09_26/2011_09_26_drive_0015_sync 278 r\n2011_09_26/2011_09_26_drive_0015_sync 221 l\n2011_09_26/2011_09_26_drive_0015_sync 184 r\n2011_09_26/2011_09_26_drive_0015_sync 154 l\n2011_09_26/2011_09_26_drive_0015_sync 32 l\n2011_09_26/2011_09_26_drive_0015_sync 288 l\n2011_09_26/2011_09_26_drive_0015_sync 240 r\n2011_09_26/2011_09_26_drive_0015_sync 139 l\n2011_09_26/2011_09_26_drive_0015_sync 16 r\n2011_09_26/2011_09_26_drive_0015_sync 11 r\n2011_09_26/2011_09_26_drive_0015_sync 269 l\n2011_09_26/2011_09_26_drive_0015_sync 20 r\n2011_09_26/2011_09_26_drive_0015_sync 168 r\n2011_09_26/2011_09_26_drive_0015_sync 241 l\n2011_09_26/2011_09_26_drive_0015_sync 84 l\n2011_09_26/2011_09_26_drive_0015_sync 71 r\n2011_09_26/2011_09_26_drive_0015_sync 73 r\n2011_09_26/2011_09_26_drive_0015_sync 99 l\n2011_09_26/2011_09_26_drive_0015_sync 119 r\n2011_09_26/2011_09_26_drive_0015_sync 141 l\n2011_09_26/2011_09_26_drive_0015_sync 114 l\n2011_09_26/2011_09_26_drive_0015_sync 89 r\n2011_09_26/2011_09_26_drive_0015_sync 152 r\n2011_09_26/2011_09_26_drive_0015_sync 155 l\n2011_09_26/2011_09_26_drive_0015_sync 149 l\n2011_09_26/2011_09_26_drive_0015_sync 93 r\n2011_09_26/2011_09_26_drive_0015_sync 23 r\n2011_09_26/2011_09_26_drive_0015_sync 235 r\n2011_09_26/2011_09_26_drive_0015_sync 40 l\n2011_09_26/2011_09_26_drive_0015_sync 52 r\n2011_09_26/2011_09_26_drive_0015_sync 102 l\n2011_09_26/2011_09_26_drive_0015_sync 259 r\n2011_09_26/2011_09_26_drive_0015_sync 215 l\n2011_09_26/2011_09_26_drive_0015_sync 194 r\n2011_09_26/2011_09_26_drive_0015_sync 81 l\n2011_09_26/2011_09_26_drive_0015_sync 72 l\n2011_09_26/2011_09_26_drive_0015_sync 225 r\n2011_09_26/2011_09_26_drive_0015_sync 144 l\n2011_09_26/2011_09_26_drive_0015_sync 90 r\n2011_09_26/2011_09_26_drive_0015_sync 140 l\n2011_09_26/2011_09_26_drive_0015_sync 259 l\n2011_09_26/2011_09_26_drive_0015_sync 48 r\n2011_09_26/2011_09_26_drive_0015_sync 131 l\n2011_09_26/2011_09_26_drive_0015_sync 127 r\n2011_09_26/2011_09_26_drive_0035_sync 57 l\n2011_09_26/2011_09_26_drive_0035_sync 70 r\n2011_09_26/2011_09_26_drive_0035_sync 82 l\n2011_09_26/2011_09_26_drive_0035_sync 10 l\n2011_09_26/2011_09_26_drive_0035_sync 122 l\n2011_09_26/2011_09_26_drive_0035_sync 72 r\n2011_09_26/2011_09_26_drive_0035_sync 121 r\n2011_09_26/2011_09_26_drive_0035_sync 9 l\n2011_09_26/2011_09_26_drive_0035_sync 127 l\n2011_09_26/2011_09_26_drive_0035_sync 25 l\n2011_09_26/2011_09_26_drive_0035_sync 87 l\n2011_09_26/2011_09_26_drive_0035_sync 63 l\n2011_09_26/2011_09_26_drive_0035_sync 39 l\n2011_09_26/2011_09_26_drive_0035_sync 104 r\n2011_09_26/2011_09_26_drive_0035_sync 114 l\n2011_09_26/2011_09_26_drive_0035_sync 85 l\n2011_09_26/2011_09_26_drive_0035_sync 39 r\n2011_09_26/2011_09_26_drive_0035_sync 63 r\n2011_09_26/2011_09_26_drive_0035_sync 57 r\n2011_09_26/2011_09_26_drive_0035_sync 49 r\n2011_09_26/2011_09_26_drive_0035_sync 28 l\n2011_09_26/2011_09_26_drive_0035_sync 59 r\n2011_09_26/2011_09_26_drive_0035_sync 115 l\n2011_09_26/2011_09_26_drive_0035_sync 4 r\n2011_09_26/2011_09_26_drive_0035_sync 96 r\n2011_09_26/2011_09_26_drive_0035_sync 110 l\n2011_09_26/2011_09_26_drive_0035_sync 53 r\n2011_09_26/2011_09_26_drive_0035_sync 42 r\n2011_09_26/2011_09_26_drive_0035_sync 74 l\n2011_09_26/2011_09_26_drive_0035_sync 64 r\n2011_09_26/2011_09_26_drive_0035_sync 15 r\n2011_09_26/2011_09_26_drive_0035_sync 118 l\n2011_09_26/2011_09_26_drive_0035_sync 37 l\n2011_09_26/2011_09_26_drive_0035_sync 85 r\n2011_09_26/2011_09_26_drive_0035_sync 106 r\n2011_09_26/2011_09_26_drive_0035_sync 76 l\n2011_09_26/2011_09_26_drive_0035_sync 43 r\n2011_09_26/2011_09_26_drive_0035_sync 97 r\n2011_09_26/2011_09_26_drive_0035_sync 90 l\n2011_09_26/2011_09_26_drive_0035_sync 48 r\n2011_09_26/2011_09_26_drive_0035_sync 47 l\n2011_09_26/2011_09_26_drive_0035_sync 103 r\n2011_09_26/2011_09_26_drive_0035_sync 81 l\n2011_09_26/2011_09_26_drive_0035_sync 91 r\n2011_09_26/2011_09_26_drive_0035_sync 51 l\n2011_09_26/2011_09_26_drive_0035_sync 111 r\n2011_09_26/2011_09_26_drive_0035_sync 99 r\n2011_09_26/2011_09_26_drive_0035_sync 90 r\n2011_09_26/2011_09_26_drive_0035_sync 32 r\n2011_09_26/2011_09_26_drive_0035_sync 4 l\n2011_09_26/2011_09_26_drive_0035_sync 125 r\n2011_09_26/2011_09_26_drive_0035_sync 118 r\n2011_09_26/2011_09_26_drive_0035_sync 50 r\n2011_09_26/2011_09_26_drive_0035_sync 119 l\n2011_09_26/2011_09_26_drive_0035_sync 7 l\n2011_09_26/2011_09_26_drive_0035_sync 24 l\n2011_09_26/2011_09_26_drive_0035_sync 80 r\n2011_09_26/2011_09_26_drive_0035_sync 36 l\n2011_09_26/2011_09_26_drive_0035_sync 126 l\n2011_09_26/2011_09_26_drive_0035_sync 5 l\n2011_09_26/2011_09_26_drive_0035_sync 66 l\n2011_09_26/2011_09_26_drive_0035_sync 20 r\n2011_09_26/2011_09_26_drive_0035_sync 29 r\n2011_09_26/2011_09_26_drive_0035_sync 46 l\n2011_09_26/2011_09_26_drive_0035_sync 98 l\n2011_09_26/2011_09_26_drive_0035_sync 55 r\n2011_09_26/2011_09_26_drive_0035_sync 58 l\n2011_09_26/2011_09_26_drive_0035_sync 17 r\n2011_09_26/2011_09_26_drive_0035_sync 22 l\n2011_09_26/2011_09_26_drive_0035_sync 77 r\n2011_09_26/2011_09_26_drive_0035_sync 79 r\n2011_09_26/2011_09_26_drive_0035_sync 101 l\n2011_09_26/2011_09_26_drive_0035_sync 87 r\n2011_09_26/2011_09_26_drive_0035_sync 79 l\n2011_09_26/2011_09_26_drive_0035_sync 55 l\n2011_09_26/2011_09_26_drive_0035_sync 37 r\n2011_09_26/2011_09_26_drive_0035_sync 82 r\n2011_09_26/2011_09_26_drive_0035_sync 16 r\n2011_09_26/2011_09_26_drive_0035_sync 35 l\n2011_09_26/2011_09_26_drive_0035_sync 101 r\n2011_09_26/2011_09_26_drive_0035_sync 56 r\n2011_09_26/2011_09_26_drive_0035_sync 52 l\n2011_09_26/2011_09_26_drive_0035_sync 104 l\n2011_09_26/2011_09_26_drive_0035_sync 18 r\n2011_09_26/2011_09_26_drive_0035_sync 68 l\n2011_09_26/2011_09_26_drive_0035_sync 73 l\n2011_09_26/2011_09_26_drive_0035_sync 24 r\n2011_09_26/2011_09_26_drive_0035_sync 29 l\n2011_09_26/2011_09_26_drive_0035_sync 68 r\n2011_09_26/2011_09_26_drive_0035_sync 32 l\n2011_09_26/2011_09_26_drive_0035_sync 40 l\n2011_09_26/2011_09_26_drive_0035_sync 22 r\n2011_09_26/2011_09_26_drive_0035_sync 98 r\n2011_09_26/2011_09_26_drive_0035_sync 34 r\n2011_09_26/2011_09_26_drive_0035_sync 107 r\n2011_09_26/2011_09_26_drive_0035_sync 112 r\n2011_09_26/2011_09_26_drive_0035_sync 10 r\n2011_09_26/2011_09_26_drive_0035_sync 121 l\n2011_09_26/2011_09_26_drive_0035_sync 95 l\n2011_09_26/2011_09_26_drive_0035_sync 13 l\n2011_09_26/2011_09_26_drive_0035_sync 123 r\n2011_09_26/2011_09_26_drive_0035_sync 15 l\n2011_09_26/2011_09_26_drive_0035_sync 12 l\n2011_09_26/2011_09_26_drive_0035_sync 30 r\n2011_09_26/2011_09_26_drive_0035_sync 60 l\n2011_09_26/2011_09_26_drive_0035_sync 3 r\n2011_09_26/2011_09_26_drive_0035_sync 23 r\n2011_09_26/2011_09_26_drive_0035_sync 78 l\n2011_09_26/2011_09_26_drive_0035_sync 69 l\n2011_09_26/2011_09_26_drive_0035_sync 43 l\n2011_09_26/2011_09_26_drive_0035_sync 100 l\n2011_09_26/2011_09_26_drive_0035_sync 8 l\n2011_09_26/2011_09_26_drive_0035_sync 3 l\n2011_09_26/2011_09_26_drive_0035_sync 70 l\n2011_09_26/2011_09_26_drive_0035_sync 45 l\n2011_09_26/2011_09_26_drive_0035_sync 102 l\n2011_09_26/2011_09_26_drive_0035_sync 36 r\n2011_09_26/2011_09_26_drive_0035_sync 112 l\n2011_09_26/2011_09_26_drive_0035_sync 61 l\n2011_09_26/2011_09_26_drive_0035_sync 72 l\n2011_09_26/2011_09_26_drive_0035_sync 8 r\n2011_09_26/2011_09_26_drive_0035_sync 109 r\n2011_09_26/2011_09_26_drive_0035_sync 5 r\n2011_09_26/2011_09_26_drive_0035_sync 120 r\n2011_09_26/2011_09_26_drive_0035_sync 88 l\n2011_09_26/2011_09_26_drive_0035_sync 93 r\n2011_09_26/2011_09_26_drive_0035_sync 97 l\n2011_09_26/2011_09_26_drive_0035_sync 105 r\n2011_09_26/2011_09_26_drive_0035_sync 23 l\n2011_09_26/2011_09_26_drive_0035_sync 114 r\n2011_09_26/2011_09_26_drive_0035_sync 42 l\n2011_09_26/2011_09_26_drive_0035_sync 25 r\n2011_09_26/2011_09_26_drive_0035_sync 19 l\n2011_09_26/2011_09_26_drive_0035_sync 38 r\n2011_09_26/2011_09_26_drive_0035_sync 14 r\n2011_09_26/2011_09_26_drive_0035_sync 30 l\n2011_09_26/2011_09_26_drive_0035_sync 26 l\n2011_09_26/2011_09_26_drive_0035_sync 111 l\n2011_09_26/2011_09_26_drive_0035_sync 60 r\n2011_09_26/2011_09_26_drive_0035_sync 58 r\n2011_09_26/2011_09_26_drive_0035_sync 89 r\n2011_09_26/2011_09_26_drive_0035_sync 83 r\n2011_09_26/2011_09_26_drive_0035_sync 6 r\n2011_09_26/2011_09_26_drive_0035_sync 122 r\n2011_09_26/2011_09_26_drive_0035_sync 89 l\n2011_09_26/2011_09_26_drive_0035_sync 120 l\n2011_09_26/2011_09_26_drive_0035_sync 66 r\n2011_09_26/2011_09_26_drive_0035_sync 108 l\n2011_09_26/2011_09_26_drive_0035_sync 61 r\n2011_09_26/2011_09_26_drive_0035_sync 9 r\n2011_09_26/2011_09_26_drive_0035_sync 14 l\n2011_09_26/2011_09_26_drive_0035_sync 21 r\n2011_09_26/2011_09_26_drive_0035_sync 123 l\n2011_09_26/2011_09_26_drive_0035_sync 125 l\n2011_09_26/2011_09_26_drive_0035_sync 20 l\n2011_09_26/2011_09_26_drive_0035_sync 86 l\n2011_09_26/2011_09_26_drive_0035_sync 28 r\n2011_09_26/2011_09_26_drive_0035_sync 88 r\n2011_09_26/2011_09_26_drive_0035_sync 71 l\n2011_09_26/2011_09_26_drive_0035_sync 91 l\n2011_09_26/2011_09_26_drive_0035_sync 92 r\n2011_09_26/2011_09_26_drive_0035_sync 65 r\n2011_09_26/2011_09_26_drive_0035_sync 13 r\n2011_09_26/2011_09_26_drive_0035_sync 108 r\n2011_09_26/2011_09_26_drive_0035_sync 6 l\n2011_09_26/2011_09_26_drive_0035_sync 102 r\n2011_09_26/2011_09_26_drive_0035_sync 47 r\n2011_09_26/2011_09_26_drive_0035_sync 31 l\n2011_09_26/2011_09_26_drive_0035_sync 99 l\n2011_09_26/2011_09_26_drive_0035_sync 126 r\n2011_09_26/2011_09_26_drive_0035_sync 56 l\n2011_09_26/2011_09_26_drive_0035_sync 113 l\n2011_09_26/2011_09_26_drive_0035_sync 77 l\n2011_09_26/2011_09_26_drive_0035_sync 124 l\n2011_09_26/2011_09_26_drive_0035_sync 93 l\n2011_09_26/2011_09_26_drive_0035_sync 119 r\n2011_09_26/2011_09_26_drive_0035_sync 34 l\n2011_09_26/2011_09_26_drive_0035_sync 48 l\n2011_09_26/2011_09_26_drive_0035_sync 33 r\n2011_09_26/2011_09_26_drive_0035_sync 18 l\n2011_09_26/2011_09_26_drive_0035_sync 26 r\n2011_09_26/2011_09_26_drive_0035_sync 27 r\n2011_09_26/2011_09_26_drive_0035_sync 75 l\n2011_09_26/2011_09_26_drive_0035_sync 117 l\n2011_09_26/2011_09_26_drive_0035_sync 59 l\n2011_09_26/2011_09_26_drive_0035_sync 41 l\n2011_09_26/2011_09_26_drive_0035_sync 62 r\n2011_09_26/2011_09_26_drive_0035_sync 75 r\n2011_09_26/2011_09_26_drive_0035_sync 115 r\n2011_09_26/2011_09_26_drive_0035_sync 94 l\n2011_09_26/2011_09_26_drive_0035_sync 83 l\n2011_09_26/2011_09_26_drive_0035_sync 51 r\n2011_09_26/2011_09_26_drive_0035_sync 44 l\n2011_09_26/2011_09_26_drive_0035_sync 71 r\n2011_09_26/2011_09_26_drive_0035_sync 107 l\n2011_09_26/2011_09_26_drive_0035_sync 116 r\n2011_09_26/2011_09_26_drive_0035_sync 54 l\n2011_09_26/2011_09_26_drive_0035_sync 31 r\n2011_09_26/2011_09_26_drive_0035_sync 45 r\n2011_09_26/2011_09_26_drive_0035_sync 52 r\n2011_09_26/2011_09_26_drive_0035_sync 49 l\n2011_09_26/2011_09_26_drive_0035_sync 86 r\n2011_09_26/2011_09_26_drive_0035_sync 76 r\n2011_09_26/2011_09_26_drive_0035_sync 12 r\n2011_09_26/2011_09_26_drive_0035_sync 92 l\n2011_09_26/2011_09_26_drive_0035_sync 53 l\n2011_09_26/2011_09_26_drive_0035_sync 74 r\n2011_09_26/2011_09_26_drive_0035_sync 124 r\n2011_09_26/2011_09_26_drive_0035_sync 100 r\n2011_09_26/2011_09_26_drive_0035_sync 84 l\n2011_09_26/2011_09_26_drive_0035_sync 27 l\n2011_09_26/2011_09_26_drive_0035_sync 11 l\n2011_09_26/2011_09_26_drive_0035_sync 50 l\n2011_09_26/2011_09_26_drive_0035_sync 106 l\n2011_09_26/2011_09_26_drive_0035_sync 94 r\n2011_09_26/2011_09_26_drive_0035_sync 21 l\n2011_09_26/2011_09_26_drive_0035_sync 11 r\n2011_09_26/2011_09_26_drive_0035_sync 67 r\n2011_09_26/2011_09_26_drive_0035_sync 16 l\n2011_09_26/2011_09_26_drive_0035_sync 103 l\n2011_09_26/2011_09_26_drive_0035_sync 80 l\n2011_09_26/2011_09_26_drive_0035_sync 73 r\n2011_09_26/2011_09_26_drive_0035_sync 95 r\n2011_09_26/2011_09_26_drive_0035_sync 67 l\n2011_09_26/2011_09_26_drive_0035_sync 127 r\n2011_09_26/2011_09_26_drive_0113_sync 32 l\n2011_09_26/2011_09_26_drive_0113_sync 61 l\n2011_09_26/2011_09_26_drive_0113_sync 62 r\n2011_09_26/2011_09_26_drive_0113_sync 23 l\n2011_09_26/2011_09_26_drive_0113_sync 74 r\n2011_09_26/2011_09_26_drive_0113_sync 43 r\n2011_09_26/2011_09_26_drive_0113_sync 82 l\n2011_09_26/2011_09_26_drive_0113_sync 52 l\n2011_09_26/2011_09_26_drive_0113_sync 78 l\n2011_09_26/2011_09_26_drive_0113_sync 55 r\n2011_09_26/2011_09_26_drive_0113_sync 33 l\n2011_09_26/2011_09_26_drive_0113_sync 40 r\n2011_09_26/2011_09_26_drive_0113_sync 8 l\n2011_09_26/2011_09_26_drive_0113_sync 36 r\n2011_09_26/2011_09_26_drive_0113_sync 70 l\n2011_09_26/2011_09_26_drive_0113_sync 68 l\n2011_09_26/2011_09_26_drive_0113_sync 53 l\n2011_09_26/2011_09_26_drive_0113_sync 7 r\n2011_09_26/2011_09_26_drive_0113_sync 60 r\n2011_09_26/2011_09_26_drive_0113_sync 60 l\n2011_09_26/2011_09_26_drive_0113_sync 17 l\n2011_09_26/2011_09_26_drive_0113_sync 66 r\n2011_09_26/2011_09_26_drive_0113_sync 46 r\n2011_09_26/2011_09_26_drive_0113_sync 73 l\n2011_09_26/2011_09_26_drive_0113_sync 29 r\n2011_09_26/2011_09_26_drive_0113_sync 15 r\n2011_09_26/2011_09_26_drive_0113_sync 80 r\n2011_09_26/2011_09_26_drive_0113_sync 22 r\n2011_09_26/2011_09_26_drive_0113_sync 17 r\n2011_09_26/2011_09_26_drive_0113_sync 61 r\n2011_09_26/2011_09_26_drive_0113_sync 79 r\n2011_09_26/2011_09_26_drive_0113_sync 50 l\n2011_09_26/2011_09_26_drive_0113_sync 25 r\n2011_09_26/2011_09_26_drive_0113_sync 40 l\n2011_09_26/2011_09_26_drive_0113_sync 76 r\n2011_09_26/2011_09_26_drive_0113_sync 58 r\n2011_09_26/2011_09_26_drive_0113_sync 18 r\n2011_09_26/2011_09_26_drive_0113_sync 41 l\n2011_09_26/2011_09_26_drive_0113_sync 71 r\n2011_09_26/2011_09_26_drive_0113_sync 25 l\n2011_09_26/2011_09_26_drive_0113_sync 44 l\n2011_09_26/2011_09_26_drive_0113_sync 33 r\n2011_09_26/2011_09_26_drive_0113_sync 12 r\n2011_09_26/2011_09_26_drive_0113_sync 39 l\n2011_09_26/2011_09_26_drive_0113_sync 21 l\n2011_09_26/2011_09_26_drive_0113_sync 82 r\n2011_09_26/2011_09_26_drive_0113_sync 21 r\n2011_09_26/2011_09_26_drive_0113_sync 67 r\n2011_09_26/2011_09_26_drive_0113_sync 13 r\n2011_09_26/2011_09_26_drive_0113_sync 19 l\n2011_09_26/2011_09_26_drive_0113_sync 38 l\n2011_09_26/2011_09_26_drive_0113_sync 48 l\n2011_09_26/2011_09_26_drive_0113_sync 57 l\n2011_09_26/2011_09_26_drive_0113_sync 16 r\n2011_09_26/2011_09_26_drive_0113_sync 27 l\n2011_09_26/2011_09_26_drive_0113_sync 14 r\n2011_09_26/2011_09_26_drive_0113_sync 13 l\n2011_09_26/2011_09_26_drive_0113_sync 56 r\n2011_09_26/2011_09_26_drive_0113_sync 5 r\n2011_09_26/2011_09_26_drive_0113_sync 22 l\n2011_09_26/2011_09_26_drive_0113_sync 42 r\n2011_09_26/2011_09_26_drive_0113_sync 18 l\n2011_09_26/2011_09_26_drive_0113_sync 39 r\n2011_09_26/2011_09_26_drive_0113_sync 56 l\n2011_09_26/2011_09_26_drive_0113_sync 71 l\n2011_09_26/2011_09_26_drive_0113_sync 51 l\n2011_09_26/2011_09_26_drive_0113_sync 4 l\n2011_09_26/2011_09_26_drive_0113_sync 68 r\n2011_09_26/2011_09_26_drive_0113_sync 52 r\n2011_09_26/2011_09_26_drive_0113_sync 38 r\n2011_09_26/2011_09_26_drive_0113_sync 37 l\n2011_09_26/2011_09_26_drive_0113_sync 35 r\n2011_09_26/2011_09_26_drive_0113_sync 49 l\n2011_09_26/2011_09_26_drive_0113_sync 58 l\n2011_09_26/2011_09_26_drive_0113_sync 6 l\n2011_09_26/2011_09_26_drive_0113_sync 24 l\n2011_09_26/2011_09_26_drive_0113_sync 46 l\n2011_09_26/2011_09_26_drive_0113_sync 75 l\n2011_09_26/2011_09_26_drive_0113_sync 14 l\n2011_09_26/2011_09_26_drive_0113_sync 35 l\n2011_09_26/2011_09_26_drive_0113_sync 34 r\n2011_09_26/2011_09_26_drive_0113_sync 10 l\n2011_09_26/2011_09_26_drive_0113_sync 73 r\n2011_09_26/2011_09_26_drive_0113_sync 23 r\n2011_09_26/2011_09_26_drive_0113_sync 66 l\n2011_09_26/2011_09_26_drive_0113_sync 8 r\n2011_09_26/2011_09_26_drive_0113_sync 19 r\n2011_09_26/2011_09_26_drive_0113_sync 15 l\n2011_09_26/2011_09_26_drive_0113_sync 3 l\n2011_09_26/2011_09_26_drive_0113_sync 81 r\n2011_09_26/2011_09_26_drive_0113_sync 74 l\n2011_09_26/2011_09_26_drive_0113_sync 65 l\n2011_09_26/2011_09_26_drive_0113_sync 12 l\n2011_09_26/2011_09_26_drive_0113_sync 36 l\n2011_09_26/2011_09_26_drive_0113_sync 62 l\n2011_09_26/2011_09_26_drive_0113_sync 28 r\n2011_09_26/2011_09_26_drive_0113_sync 4 r\n2011_09_26/2011_09_26_drive_0113_sync 47 l\n2011_09_26/2011_09_26_drive_0113_sync 16 l\n2011_09_26/2011_09_26_drive_0113_sync 31 l\n2011_09_26/2011_09_26_drive_0113_sync 34 l\n2011_09_26/2011_09_26_drive_0113_sync 45 l\n2011_09_26/2011_09_26_drive_0113_sync 24 r\n2011_09_26/2011_09_26_drive_0113_sync 76 l\n2011_09_26/2011_09_26_drive_0113_sync 20 r\n2011_09_26/2011_09_26_drive_0113_sync 77 l\n2011_09_26/2011_09_26_drive_0113_sync 37 r\n2011_09_26/2011_09_26_drive_0113_sync 57 r\n2011_09_26/2011_09_26_drive_0113_sync 54 l\n2011_09_26/2011_09_26_drive_0113_sync 7 l\n2011_09_26/2011_09_26_drive_0113_sync 54 r\n2011_09_26/2011_09_26_drive_0113_sync 11 r\n2011_09_26/2011_09_26_drive_0113_sync 47 r\n2011_09_26/2011_09_26_drive_0113_sync 32 r\n2011_09_26/2011_09_26_drive_0113_sync 11 l\n2011_09_26/2011_09_26_drive_0113_sync 72 l\n2011_09_26/2011_09_26_drive_0113_sync 31 r\n2011_09_26/2011_09_26_drive_0113_sync 63 r\n2011_09_26/2011_09_26_drive_0113_sync 9 l\n2011_09_26/2011_09_26_drive_0113_sync 67 l\n2011_09_26/2011_09_26_drive_0113_sync 51 r\n2011_09_26/2011_09_26_drive_0113_sync 29 l\n2011_09_26/2011_09_26_drive_0113_sync 53 r\n2011_09_26/2011_09_26_drive_0113_sync 72 r\n2011_09_26/2011_09_26_drive_0113_sync 83 l\n2011_09_26/2011_09_26_drive_0113_sync 64 l\n2011_09_26/2011_09_26_drive_0113_sync 69 r\n2011_09_26/2011_09_26_drive_0113_sync 27 r\n2011_09_26/2011_09_26_drive_0113_sync 45 r\n2011_09_26/2011_09_26_drive_0113_sync 20 l\n2011_09_26/2011_09_26_drive_0113_sync 55 l\n2011_09_26/2011_09_26_drive_0113_sync 43 l\n2011_09_26/2011_09_26_drive_0113_sync 44 r\n2011_09_26/2011_09_26_drive_0113_sync 63 l\n2011_09_26/2011_09_26_drive_0113_sync 64 r\n2011_09_26/2011_09_26_drive_0113_sync 80 l\n2011_09_26/2011_09_26_drive_0113_sync 26 l\n2011_09_26/2011_09_26_drive_0113_sync 65 r\n2011_09_26/2011_09_26_drive_0113_sync 28 l\n2011_09_26/2011_09_26_drive_0113_sync 75 r\n2011_09_26/2011_09_26_drive_0113_sync 78 r\n2011_09_26/2011_09_26_drive_0113_sync 79 l\n2011_09_26/2011_09_26_drive_0113_sync 3 r\n2011_09_26/2011_09_26_drive_0019_sync 371 l\n2011_09_26/2011_09_26_drive_0019_sync 268 r\n2011_09_26/2011_09_26_drive_0019_sync 398 l\n2011_09_26/2011_09_26_drive_0019_sync 285 r\n2011_09_26/2011_09_26_drive_0019_sync 14 r\n2011_09_26/2011_09_26_drive_0019_sync 164 l\n2011_09_26/2011_09_26_drive_0019_sync 182 l\n2011_09_26/2011_09_26_drive_0019_sync 247 l\n2011_09_26/2011_09_26_drive_0019_sync 5 r\n2011_09_26/2011_09_26_drive_0019_sync 371 r\n2011_09_26/2011_09_26_drive_0019_sync 84 r\n2011_09_26/2011_09_26_drive_0019_sync 323 r\n2011_09_26/2011_09_26_drive_0019_sync 359 l\n2011_09_26/2011_09_26_drive_0019_sync 469 l\n2011_09_26/2011_09_26_drive_0019_sync 150 r\n2011_09_26/2011_09_26_drive_0019_sync 27 l\n2011_09_26/2011_09_26_drive_0019_sync 221 l\n2011_09_26/2011_09_26_drive_0019_sync 459 r\n2011_09_26/2011_09_26_drive_0019_sync 459 l\n2011_09_26/2011_09_26_drive_0019_sync 74 r\n2011_09_26/2011_09_26_drive_0019_sync 211 l\n2011_09_26/2011_09_26_drive_0019_sync 139 r\n2011_09_26/2011_09_26_drive_0019_sync 77 l\n2011_09_26/2011_09_26_drive_0019_sync 240 r\n2011_09_26/2011_09_26_drive_0019_sync 180 l\n2011_09_26/2011_09_26_drive_0019_sync 83 l\n2011_09_26/2011_09_26_drive_0019_sync 376 l\n2011_09_26/2011_09_26_drive_0019_sync 239 l\n2011_09_26/2011_09_26_drive_0019_sync 153 l\n2011_09_26/2011_09_26_drive_0019_sync 213 r\n2011_09_26/2011_09_26_drive_0019_sync 67 l\n2011_09_26/2011_09_26_drive_0019_sync 42 l\n2011_09_26/2011_09_26_drive_0019_sync 249 r\n2011_09_26/2011_09_26_drive_0019_sync 287 r\n2011_09_26/2011_09_26_drive_0019_sync 193 r\n2011_09_26/2011_09_26_drive_0019_sync 107 l\n2011_09_26/2011_09_26_drive_0019_sync 88 r\n2011_09_26/2011_09_26_drive_0019_sync 378 l\n2011_09_26/2011_09_26_drive_0019_sync 142 l\n2011_09_26/2011_09_26_drive_0019_sync 382 l\n2011_09_26/2011_09_26_drive_0019_sync 291 l\n2011_09_26/2011_09_26_drive_0019_sync 147 r\n2011_09_26/2011_09_26_drive_0019_sync 78 r\n2011_09_26/2011_09_26_drive_0019_sync 122 r\n2011_09_26/2011_09_26_drive_0019_sync 225 r\n2011_09_26/2011_09_26_drive_0019_sync 305 l\n2011_09_26/2011_09_26_drive_0019_sync 358 l\n2011_09_26/2011_09_26_drive_0019_sync 187 l\n2011_09_26/2011_09_26_drive_0019_sync 230 l\n2011_09_26/2011_09_26_drive_0019_sync 138 l\n2011_09_26/2011_09_26_drive_0019_sync 299 r\n2011_09_26/2011_09_26_drive_0019_sync 144 l\n2011_09_26/2011_09_26_drive_0019_sync 316 l\n2011_09_26/2011_09_26_drive_0019_sync 29 r\n2011_09_26/2011_09_26_drive_0019_sync 55 l\n2011_09_26/2011_09_26_drive_0019_sync 105 r\n2011_09_26/2011_09_26_drive_0019_sync 96 r\n2011_09_26/2011_09_26_drive_0019_sync 172 l\n2011_09_26/2011_09_26_drive_0019_sync 324 r\n2011_09_26/2011_09_26_drive_0019_sync 244 r\n2011_09_26/2011_09_26_drive_0019_sync 331 r\n2011_09_26/2011_09_26_drive_0019_sync 275 r\n2011_09_26/2011_09_26_drive_0019_sync 98 r\n2011_09_26/2011_09_26_drive_0019_sync 318 r\n2011_09_26/2011_09_26_drive_0019_sync 268 l\n2011_09_26/2011_09_26_drive_0019_sync 18 l\n2011_09_26/2011_09_26_drive_0019_sync 76 r\n2011_09_26/2011_09_26_drive_0019_sync 168 l\n2011_09_26/2011_09_26_drive_0019_sync 263 l\n2011_09_26/2011_09_26_drive_0019_sync 470 r\n2011_09_26/2011_09_26_drive_0019_sync 334 l\n2011_09_26/2011_09_26_drive_0019_sync 118 r\n2011_09_26/2011_09_26_drive_0019_sync 192 l\n2011_09_26/2011_09_26_drive_0019_sync 65 r\n2011_09_26/2011_09_26_drive_0019_sync 250 r\n2011_09_26/2011_09_26_drive_0019_sync 139 l\n2011_09_26/2011_09_26_drive_0019_sync 66 l\n2011_09_26/2011_09_26_drive_0019_sync 166 r\n2011_09_26/2011_09_26_drive_0019_sync 305 r\n2011_09_26/2011_09_26_drive_0019_sync 51 l\n2011_09_26/2011_09_26_drive_0019_sync 191 l\n2011_09_26/2011_09_26_drive_0019_sync 342 l\n2011_09_26/2011_09_26_drive_0019_sync 309 r\n2011_09_26/2011_09_26_drive_0019_sync 132 l\n2011_09_26/2011_09_26_drive_0019_sync 125 l\n2011_09_26/2011_09_26_drive_0019_sync 388 l\n2011_09_26/2011_09_26_drive_0019_sync 468 r\n2011_09_26/2011_09_26_drive_0019_sync 362 l\n2011_09_26/2011_09_26_drive_0019_sync 34 r\n2011_09_26/2011_09_26_drive_0019_sync 205 l\n2011_09_26/2011_09_26_drive_0019_sync 233 l\n2011_09_26/2011_09_26_drive_0019_sync 34 l\n2011_09_26/2011_09_26_drive_0019_sync 72 l\n2011_09_26/2011_09_26_drive_0019_sync 462 l\n2011_09_26/2011_09_26_drive_0019_sync 264 l\n2011_09_26/2011_09_26_drive_0019_sync 265 l\n2011_09_26/2011_09_26_drive_0019_sync 333 r\n2011_09_26/2011_09_26_drive_0019_sync 241 l\n2011_09_26/2011_09_26_drive_0019_sync 290 l\n2011_09_26/2011_09_26_drive_0019_sync 474 l\n2011_09_26/2011_09_26_drive_0019_sync 188 l\n2011_09_26/2011_09_26_drive_0019_sync 20 l\n2011_09_26/2011_09_26_drive_0019_sync 70 r\n2011_09_26/2011_09_26_drive_0019_sync 80 l\n2011_09_26/2011_09_26_drive_0019_sync 382 r\n2011_09_26/2011_09_26_drive_0019_sync 170 r\n2011_09_26/2011_09_26_drive_0019_sync 144 r\n2011_09_26/2011_09_26_drive_0019_sync 184 r\n2011_09_26/2011_09_26_drive_0019_sync 37 l\n2011_09_26/2011_09_26_drive_0019_sync 3 r\n2011_09_26/2011_09_26_drive_0019_sync 127 l\n2011_09_26/2011_09_26_drive_0019_sync 216 l\n2011_09_26/2011_09_26_drive_0019_sync 369 r\n2011_09_26/2011_09_26_drive_0019_sync 210 l\n2011_09_26/2011_09_26_drive_0019_sync 253 r\n2011_09_26/2011_09_26_drive_0019_sync 69 r\n2011_09_26/2011_09_26_drive_0019_sync 340 r\n2011_09_26/2011_09_26_drive_0019_sync 182 r\n2011_09_26/2011_09_26_drive_0019_sync 40 r\n2011_09_26/2011_09_26_drive_0019_sync 317 l\n2011_09_26/2011_09_26_drive_0019_sync 272 r\n2011_09_26/2011_09_26_drive_0019_sync 326 l\n2011_09_26/2011_09_26_drive_0019_sync 320 l\n2011_09_26/2011_09_26_drive_0019_sync 308 r\n2011_09_26/2011_09_26_drive_0019_sync 112 r\n2011_09_26/2011_09_26_drive_0019_sync 254 l\n2011_09_26/2011_09_26_drive_0019_sync 274 l\n2011_09_26/2011_09_26_drive_0019_sync 156 l\n2011_09_26/2011_09_26_drive_0019_sync 307 r\n2011_09_26/2011_09_26_drive_0019_sync 43 l\n2011_09_26/2011_09_26_drive_0019_sync 198 r\n2011_09_26/2011_09_26_drive_0019_sync 276 l\n2011_09_26/2011_09_26_drive_0019_sync 356 r\n2011_09_26/2011_09_26_drive_0019_sync 217 l\n2011_09_26/2011_09_26_drive_0019_sync 196 r\n2011_09_26/2011_09_26_drive_0019_sync 131 l\n2011_09_26/2011_09_26_drive_0019_sync 324 l\n2011_09_26/2011_09_26_drive_0019_sync 210 r\n2011_09_26/2011_09_26_drive_0019_sync 158 l\n2011_09_26/2011_09_26_drive_0019_sync 110 r\n2011_09_26/2011_09_26_drive_0019_sync 194 r\n2011_09_26/2011_09_26_drive_0019_sync 48 r\n2011_09_26/2011_09_26_drive_0019_sync 365 r\n2011_09_26/2011_09_26_drive_0019_sync 215 l\n2011_09_26/2011_09_26_drive_0019_sync 376 r\n2011_09_26/2011_09_26_drive_0019_sync 216 r\n2011_09_26/2011_09_26_drive_0019_sync 314 l\n2011_09_26/2011_09_26_drive_0019_sync 278 r\n2011_09_26/2011_09_26_drive_0019_sync 380 r\n2011_09_26/2011_09_26_drive_0019_sync 99 l\n2011_09_26/2011_09_26_drive_0019_sync 468 l\n2011_09_26/2011_09_26_drive_0019_sync 274 r\n2011_09_26/2011_09_26_drive_0019_sync 279 l\n2011_09_26/2011_09_26_drive_0019_sync 332 l\n2011_09_26/2011_09_26_drive_0019_sync 93 r\n2011_09_26/2011_09_26_drive_0019_sync 237 r\n2011_09_26/2011_09_26_drive_0019_sync 128 l\n2011_09_26/2011_09_26_drive_0019_sync 77 r\n2011_09_26/2011_09_26_drive_0019_sync 329 l\n2011_09_26/2011_09_26_drive_0019_sync 193 l\n2011_09_26/2011_09_26_drive_0019_sync 162 l\n2011_09_26/2011_09_26_drive_0019_sync 126 l\n2011_09_26/2011_09_26_drive_0019_sync 355 l\n2011_09_26/2011_09_26_drive_0019_sync 228 l\n2011_09_26/2011_09_26_drive_0019_sync 360 l\n2011_09_26/2011_09_26_drive_0019_sync 100 l\n2011_09_26/2011_09_26_drive_0019_sync 251 r\n2011_09_26/2011_09_26_drive_0019_sync 161 l\n2011_09_26/2011_09_26_drive_0019_sync 235 r\n2011_09_26/2011_09_26_drive_0019_sync 460 l\n2011_09_26/2011_09_26_drive_0019_sync 40 l\n2011_09_26/2011_09_26_drive_0019_sync 123 l\n2011_09_26/2011_09_26_drive_0019_sync 316 r\n2011_09_26/2011_09_26_drive_0019_sync 62 l\n2011_09_26/2011_09_26_drive_0019_sync 372 r\n2011_09_26/2011_09_26_drive_0019_sync 181 l\n2011_09_26/2011_09_26_drive_0019_sync 60 l\n2011_09_26/2011_09_26_drive_0019_sync 85 l\n2011_09_26/2011_09_26_drive_0019_sync 209 r\n2011_09_26/2011_09_26_drive_0019_sync 360 r\n2011_09_26/2011_09_26_drive_0019_sync 43 r\n2011_09_26/2011_09_26_drive_0019_sync 36 r\n2011_09_26/2011_09_26_drive_0019_sync 170 l\n2011_09_26/2011_09_26_drive_0019_sync 140 l\n2011_09_26/2011_09_26_drive_0019_sync 155 r\n2011_09_26/2011_09_26_drive_0019_sync 370 r\n2011_09_26/2011_09_26_drive_0019_sync 82 l\n2011_09_26/2011_09_26_drive_0019_sync 192 r\n2011_09_26/2011_09_26_drive_0019_sync 185 l\n2011_09_26/2011_09_26_drive_0019_sync 267 r\n2011_09_26/2011_09_26_drive_0019_sync 399 r\n2011_09_26/2011_09_26_drive_0019_sync 148 l\n2011_09_26/2011_09_26_drive_0019_sync 92 r\n2011_09_26/2011_09_26_drive_0019_sync 470 l\n2011_09_26/2011_09_26_drive_0019_sync 92 l\n2011_09_26/2011_09_26_drive_0019_sync 297 r\n2011_09_26/2011_09_26_drive_0019_sync 336 l\n2011_09_26/2011_09_26_drive_0019_sync 23 l\n2011_09_26/2011_09_26_drive_0019_sync 206 l\n2011_09_26/2011_09_26_drive_0019_sync 475 l\n2011_09_26/2011_09_26_drive_0019_sync 252 l\n2011_09_26/2011_09_26_drive_0019_sync 45 l\n2011_09_26/2011_09_26_drive_0019_sync 158 r\n2011_09_26/2011_09_26_drive_0019_sync 239 r\n2011_09_26/2011_09_26_drive_0019_sync 330 l\n2011_09_26/2011_09_26_drive_0019_sync 277 r\n2011_09_26/2011_09_26_drive_0019_sync 140 r\n2011_09_26/2011_09_26_drive_0019_sync 211 r\n2011_09_26/2011_09_26_drive_0019_sync 236 r\n2011_09_26/2011_09_26_drive_0019_sync 147 l\n2011_09_26/2011_09_26_drive_0019_sync 99 r\n2011_09_26/2011_09_26_drive_0019_sync 379 l\n2011_09_26/2011_09_26_drive_0019_sync 397 l\n2011_09_26/2011_09_26_drive_0019_sync 138 r\n2011_09_26/2011_09_26_drive_0019_sync 368 r\n2011_09_26/2011_09_26_drive_0019_sync 91 r\n2011_09_26/2011_09_26_drive_0019_sync 353 r\n2011_09_26/2011_09_26_drive_0019_sync 190 l\n2011_09_26/2011_09_26_drive_0019_sync 25 r\n2011_09_26/2011_09_26_drive_0019_sync 24 l\n2011_09_26/2011_09_26_drive_0019_sync 208 l\n2011_09_26/2011_09_26_drive_0019_sync 26 r\n2011_09_26/2011_09_26_drive_0019_sync 6 l\n2011_09_26/2011_09_26_drive_0019_sync 188 r\n2011_09_26/2011_09_26_drive_0019_sync 303 l\n2011_09_26/2011_09_26_drive_0019_sync 150 l\n2011_09_26/2011_09_26_drive_0019_sync 366 r\n2011_09_26/2011_09_26_drive_0019_sync 231 r\n2011_09_26/2011_09_26_drive_0019_sync 339 l\n2011_09_26/2011_09_26_drive_0019_sync 353 l\n2011_09_26/2011_09_26_drive_0019_sync 58 r\n2011_09_26/2011_09_26_drive_0019_sync 229 r\n2011_09_26/2011_09_26_drive_0019_sync 310 r\n2011_09_26/2011_09_26_drive_0019_sync 20 r\n2011_09_26/2011_09_26_drive_0019_sync 336 r\n2011_09_26/2011_09_26_drive_0019_sync 321 l\n2011_09_26/2011_09_26_drive_0019_sync 115 r\n2011_09_26/2011_09_26_drive_0019_sync 47 r\n2011_09_26/2011_09_26_drive_0019_sync 241 r\n2011_09_26/2011_09_26_drive_0019_sync 258 l\n2011_09_26/2011_09_26_drive_0019_sync 270 r\n2011_09_26/2011_09_26_drive_0019_sync 225 l\n2011_09_26/2011_09_26_drive_0019_sync 248 l\n2011_09_26/2011_09_26_drive_0019_sync 136 l\n2011_09_26/2011_09_26_drive_0019_sync 176 l\n2011_09_26/2011_09_26_drive_0019_sync 116 l\n2011_09_26/2011_09_26_drive_0019_sync 462 r\n2011_09_26/2011_09_26_drive_0019_sync 255 l\n2011_09_26/2011_09_26_drive_0019_sync 463 r\n2011_09_26/2011_09_26_drive_0019_sync 212 l\n2011_09_26/2011_09_26_drive_0019_sync 189 l\n2011_09_26/2011_09_26_drive_0019_sync 108 l\n2011_09_26/2011_09_26_drive_0019_sync 386 l\n2011_09_26/2011_09_26_drive_0019_sync 29 l\n2011_09_26/2011_09_26_drive_0019_sync 306 l\n2011_09_26/2011_09_26_drive_0019_sync 30 l\n2011_09_26/2011_09_26_drive_0019_sync 397 r\n2011_09_26/2011_09_26_drive_0019_sync 212 r\n2011_09_26/2011_09_26_drive_0019_sync 355 r\n2011_09_26/2011_09_26_drive_0019_sync 13 l\n2011_09_26/2011_09_26_drive_0019_sync 202 l\n2011_09_26/2011_09_26_drive_0019_sync 5 l\n2011_09_26/2011_09_26_drive_0019_sync 146 l\n2011_09_26/2011_09_26_drive_0019_sync 49 l\n2011_09_26/2011_09_26_drive_0019_sync 133 r\n2011_09_26/2011_09_26_drive_0019_sync 25 l\n2011_09_26/2011_09_26_drive_0019_sync 256 r\n2011_09_26/2011_09_26_drive_0019_sync 107 r\n2011_09_26/2011_09_26_drive_0019_sync 101 r\n2011_09_26/2011_09_26_drive_0019_sync 53 l\n2011_09_26/2011_09_26_drive_0019_sync 221 r\n2011_09_26/2011_09_26_drive_0019_sync 97 r\n2011_09_26/2011_09_26_drive_0019_sync 395 l\n2011_09_26/2011_09_26_drive_0019_sync 93 l\n2011_09_26/2011_09_26_drive_0019_sync 282 l\n2011_09_26/2011_09_26_drive_0019_sync 57 l\n2011_09_26/2011_09_26_drive_0019_sync 337 r\n2011_09_26/2011_09_26_drive_0019_sync 356 l\n2011_09_26/2011_09_26_drive_0019_sync 4 r\n2011_09_26/2011_09_26_drive_0019_sync 283 r\n2011_09_26/2011_09_26_drive_0019_sync 302 r\n2011_09_26/2011_09_26_drive_0019_sync 105 l\n2011_09_26/2011_09_26_drive_0019_sync 389 l\n2011_09_26/2011_09_26_drive_0019_sync 373 r\n2011_09_26/2011_09_26_drive_0019_sync 374 r\n2011_09_26/2011_09_26_drive_0019_sync 347 l\n2011_09_26/2011_09_26_drive_0019_sync 396 l\n2011_09_26/2011_09_26_drive_0019_sync 297 l\n2011_09_26/2011_09_26_drive_0019_sync 45 r\n2011_09_26/2011_09_26_drive_0019_sync 250 l\n2011_09_26/2011_09_26_drive_0019_sync 12 r\n2011_09_26/2011_09_26_drive_0019_sync 119 l\n2011_09_26/2011_09_26_drive_0019_sync 145 l\n2011_09_26/2011_09_26_drive_0019_sync 263 r\n2011_09_26/2011_09_26_drive_0019_sync 217 r\n2011_09_26/2011_09_26_drive_0019_sync 104 r\n2011_09_26/2011_09_26_drive_0019_sync 304 l\n2011_09_26/2011_09_26_drive_0019_sync 317 r\n2011_09_26/2011_09_26_drive_0019_sync 134 l\n2011_09_26/2011_09_26_drive_0019_sync 173 r\n2011_09_26/2011_09_26_drive_0019_sync 230 r\n2011_09_26/2011_09_26_drive_0019_sync 273 r\n2011_09_26/2011_09_26_drive_0019_sync 189 r\n2011_09_26/2011_09_26_drive_0019_sync 163 l\n2011_09_26/2011_09_26_drive_0019_sync 52 r\n2011_09_26/2011_09_26_drive_0019_sync 84 l\n2011_09_26/2011_09_26_drive_0019_sync 15 r\n2011_09_26/2011_09_26_drive_0019_sync 186 r\n2011_09_26/2011_09_26_drive_0019_sync 332 r\n2011_09_26/2011_09_26_drive_0019_sync 32 l\n2011_09_26/2011_09_26_drive_0019_sync 200 l\n2011_09_26/2011_09_26_drive_0019_sync 153 r\n2011_09_26/2011_09_26_drive_0019_sync 19 l\n2011_09_26/2011_09_26_drive_0019_sync 177 l\n2011_09_26/2011_09_26_drive_0019_sync 36 l\n2011_09_26/2011_09_26_drive_0019_sync 246 l\n2011_09_26/2011_09_26_drive_0019_sync 35 r\n2011_09_26/2011_09_26_drive_0019_sync 293 r\n2011_09_26/2011_09_26_drive_0019_sync 203 r\n2011_09_26/2011_09_26_drive_0019_sync 126 r\n2011_09_26/2011_09_26_drive_0019_sync 368 l\n2011_09_26/2011_09_26_drive_0019_sync 232 l\n2011_09_26/2011_09_26_drive_0019_sync 261 r\n2011_09_26/2011_09_26_drive_0019_sync 54 l\n2011_09_26/2011_09_26_drive_0019_sync 26 l\n2011_09_26/2011_09_26_drive_0019_sync 254 r\n2011_09_26/2011_09_26_drive_0019_sync 351 r\n2011_09_26/2011_09_26_drive_0019_sync 79 l\n2011_09_26/2011_09_26_drive_0019_sync 154 l\n2011_09_26/2011_09_26_drive_0019_sync 83 r\n2011_09_26/2011_09_26_drive_0019_sync 9 l\n2011_09_26/2011_09_26_drive_0019_sync 23 r\n2011_09_26/2011_09_26_drive_0019_sync 378 r\n2011_09_26/2011_09_26_drive_0019_sync 477 r\n2011_09_26/2011_09_26_drive_0019_sync 110 l\n2011_09_26/2011_09_26_drive_0019_sync 290 r\n2011_09_26/2011_09_26_drive_0019_sync 175 r\n2011_09_26/2011_09_26_drive_0019_sync 176 r\n2011_09_26/2011_09_26_drive_0019_sync 165 l\n2011_09_26/2011_09_26_drive_0019_sync 258 r\n2011_09_26/2011_09_26_drive_0019_sync 242 r\n2011_09_26/2011_09_26_drive_0019_sync 320 r\n2011_09_26/2011_09_26_drive_0019_sync 131 r\n2011_09_26/2011_09_26_drive_0019_sync 18 r\n2011_09_26/2011_09_26_drive_0019_sync 71 r\n2011_09_26/2011_09_26_drive_0019_sync 174 l\n2011_09_26/2011_09_26_drive_0019_sync 81 l\n2011_09_26/2011_09_26_drive_0019_sync 41 l\n2011_09_26/2011_09_26_drive_0019_sync 289 l\n2011_09_26/2011_09_26_drive_0019_sync 78 l\n2011_09_26/2011_09_26_drive_0019_sync 295 l\n2011_09_26/2011_09_26_drive_0019_sync 106 l\n2011_09_26/2011_09_26_drive_0019_sync 13 r\n2011_09_26/2011_09_26_drive_0019_sync 203 l\n2011_09_26/2011_09_26_drive_0019_sync 281 r\n2011_09_26/2011_09_26_drive_0019_sync 387 r\n2011_09_26/2011_09_26_drive_0019_sync 373 l\n2011_09_26/2011_09_26_drive_0019_sync 128 r\n2011_09_26/2011_09_26_drive_0019_sync 233 r\n2011_09_26/2011_09_26_drive_0019_sync 399 l\n2011_09_26/2011_09_26_drive_0019_sync 136 r\n2011_09_26/2011_09_26_drive_0019_sync 63 l\n2011_09_26/2011_09_26_drive_0019_sync 357 r\n2011_09_26/2011_09_26_drive_0019_sync 401 l\n2011_09_26/2011_09_26_drive_0019_sync 335 l\n2011_09_26/2011_09_26_drive_0019_sync 67 r\n2011_09_26/2011_09_26_drive_0019_sync 190 r\n2011_09_26/2011_09_26_drive_0019_sync 148 r\n2011_09_26/2011_09_26_drive_0019_sync 243 l\n2011_09_26/2011_09_26_drive_0019_sync 465 l\n2011_09_26/2011_09_26_drive_0019_sync 473 l\n2011_09_26/2011_09_26_drive_0019_sync 156 r\n2011_09_26/2011_09_26_drive_0019_sync 343 l\n2011_09_26/2011_09_26_drive_0019_sync 238 r\n2011_09_26/2011_09_26_drive_0019_sync 245 l\n2011_09_26/2011_09_26_drive_0019_sync 465 r\n2011_09_26/2011_09_26_drive_0019_sync 4 l\n2011_09_26/2011_09_26_drive_0019_sync 101 l\n2011_09_26/2011_09_26_drive_0019_sync 129 l\n2011_09_26/2011_09_26_drive_0019_sync 262 l\n2011_09_26/2011_09_26_drive_0019_sync 146 r\n2011_09_26/2011_09_26_drive_0019_sync 172 r\n2011_09_26/2011_09_26_drive_0019_sync 271 r\n2011_09_26/2011_09_26_drive_0019_sync 169 l\n2011_09_26/2011_09_26_drive_0019_sync 343 r\n2011_09_26/2011_09_26_drive_0019_sync 296 l\n2011_09_26/2011_09_26_drive_0019_sync 387 l\n2011_09_26/2011_09_26_drive_0019_sync 248 r\n2011_09_26/2011_09_26_drive_0019_sync 55 r\n2011_09_26/2011_09_26_drive_0019_sync 366 l\n2011_09_26/2011_09_26_drive_0019_sync 326 r\n2011_09_26/2011_09_26_drive_0019_sync 467 l\n2011_09_26/2011_09_26_drive_0019_sync 39 l\n2011_09_26/2011_09_26_drive_0019_sync 381 r\n2011_09_26/2011_09_26_drive_0019_sync 33 r\n2011_09_26/2011_09_26_drive_0019_sync 392 r\n2011_09_26/2011_09_26_drive_0019_sync 163 r\n2011_09_26/2011_09_26_drive_0019_sync 362 r\n2011_09_26/2011_09_26_drive_0019_sync 137 l\n2011_09_26/2011_09_26_drive_0019_sync 75 r\n2011_09_26/2011_09_26_drive_0019_sync 466 r\n2011_09_26/2011_09_26_drive_0019_sync 345 l\n2011_09_26/2011_09_26_drive_0019_sync 342 r\n2011_09_26/2011_09_26_drive_0019_sync 185 r\n2011_09_26/2011_09_26_drive_0019_sync 390 l\n2011_09_26/2011_09_26_drive_0019_sync 81 r\n2011_09_26/2011_09_26_drive_0019_sync 333 l\n2011_09_26/2011_09_26_drive_0019_sync 10 r\n2011_09_26/2011_09_26_drive_0019_sync 130 l\n2011_09_26/2011_09_26_drive_0019_sync 127 r\n2011_09_26/2011_09_26_drive_0019_sync 95 l\n2011_09_26/2011_09_26_drive_0019_sync 142 r\n2011_09_26/2011_09_26_drive_0019_sync 280 l\n2011_09_26/2011_09_26_drive_0019_sync 171 r\n2011_09_26/2011_09_26_drive_0019_sync 391 l\n2011_09_26/2011_09_26_drive_0019_sync 168 r\n2011_09_26/2011_09_26_drive_0019_sync 35 l\n2011_09_26/2011_09_26_drive_0019_sync 200 r\n2011_09_26/2011_09_26_drive_0019_sync 294 r\n2011_09_26/2011_09_26_drive_0019_sync 302 l\n2011_09_26/2011_09_26_drive_0019_sync 218 r\n2011_09_26/2011_09_26_drive_0019_sync 145 r\n2011_09_26/2011_09_26_drive_0019_sync 298 r\n2011_09_26/2011_09_26_drive_0019_sync 202 r\n2011_09_26/2011_09_26_drive_0019_sync 16 r\n2011_09_26/2011_09_26_drive_0019_sync 392 l\n2011_09_26/2011_09_26_drive_0019_sync 134 r\n2011_09_26/2011_09_26_drive_0019_sync 65 l\n2011_09_26/2011_09_26_drive_0019_sync 199 l\n2011_09_26/2011_09_26_drive_0019_sync 113 r\n2011_09_26/2011_09_26_drive_0019_sync 385 r\n2011_09_26/2011_09_26_drive_0019_sync 149 r\n2011_09_26/2011_09_26_drive_0019_sync 50 r\n2011_09_26/2011_09_26_drive_0019_sync 283 l\n2011_09_26/2011_09_26_drive_0019_sync 91 l\n2011_09_26/2011_09_26_drive_0019_sync 375 l\n2011_09_26/2011_09_26_drive_0019_sync 389 r\n2011_09_26/2011_09_26_drive_0019_sync 383 l\n2011_09_26/2011_09_26_drive_0019_sync 117 l\n2011_09_26/2011_09_26_drive_0019_sync 113 l\n2011_09_26/2011_09_26_drive_0019_sync 463 l\n2011_09_26/2011_09_26_drive_0019_sync 175 l\n2011_09_26/2011_09_26_drive_0019_sync 73 l\n2011_09_26/2011_09_26_drive_0019_sync 207 l\n2011_09_26/2011_09_26_drive_0019_sync 253 l\n2011_09_26/2011_09_26_drive_0019_sync 251 l\n2011_09_26/2011_09_26_drive_0019_sync 208 r\n2011_09_26/2011_09_26_drive_0019_sync 351 l\n2011_09_26/2011_09_26_drive_0019_sync 227 l\n2011_09_26/2011_09_26_drive_0019_sync 61 r\n2011_09_26/2011_09_26_drive_0019_sync 266 r\n2011_09_26/2011_09_26_drive_0019_sync 22 r\n2011_09_26/2011_09_26_drive_0019_sync 162 r\n2011_09_26/2011_09_26_drive_0019_sync 88 l\n2011_09_26/2011_09_26_drive_0019_sync 352 r\n2011_09_26/2011_09_26_drive_0019_sync 402 l\n2011_09_26/2011_09_26_drive_0019_sync 80 r\n2011_09_26/2011_09_26_drive_0019_sync 54 r\n2011_09_26/2011_09_26_drive_0019_sync 39 r\n2011_09_26/2011_09_26_drive_0019_sync 214 l\n2011_09_26/2011_09_26_drive_0019_sync 361 l\n2011_09_26/2011_09_26_drive_0019_sync 315 r\n2011_09_26/2011_09_26_drive_0019_sync 467 r\n2011_09_26/2011_09_26_drive_0019_sync 94 l\n2011_09_26/2011_09_26_drive_0019_sync 281 l\n2011_09_26/2011_09_26_drive_0019_sync 292 r\n2011_09_26/2011_09_26_drive_0019_sync 476 r\n2011_09_26/2011_09_26_drive_0019_sync 300 l\n2011_09_26/2011_09_26_drive_0019_sync 257 r\n2011_09_26/2011_09_26_drive_0019_sync 197 l\n2011_09_26/2011_09_26_drive_0019_sync 82 r\n2011_09_26/2011_09_26_drive_0019_sync 90 l\n2011_09_26/2011_09_26_drive_0019_sync 298 l\n2011_09_26/2011_09_26_drive_0019_sync 89 r\n2011_09_26/2011_09_26_drive_0019_sync 325 r\n2011_09_26/2011_09_26_drive_0019_sync 312 l\n2011_09_26/2011_09_26_drive_0019_sync 377 l\n2011_09_26/2011_09_26_drive_0019_sync 388 r\n2011_09_26/2011_09_26_drive_0019_sync 265 r\n2011_09_26/2011_09_26_drive_0019_sync 390 r\n2011_09_26/2011_09_26_drive_0019_sync 52 l\n2011_09_26/2011_09_26_drive_0019_sync 89 l\n2011_09_26/2011_09_26_drive_0019_sync 327 r\n2011_09_26/2011_09_26_drive_0019_sync 238 l\n2011_09_26/2011_09_26_drive_0019_sync 31 l\n2011_09_26/2011_09_26_drive_0019_sync 111 l\n2011_09_26/2011_09_26_drive_0019_sync 118 l\n2011_09_26/2011_09_26_drive_0019_sync 385 l\n2011_09_26/2011_09_26_drive_0019_sync 264 r\n2011_09_26/2011_09_26_drive_0019_sync 374 l\n2011_09_26/2011_09_26_drive_0019_sync 180 r\n2011_09_26/2011_09_26_drive_0019_sync 361 r\n2011_09_26/2011_09_26_drive_0019_sync 394 l\n2011_09_26/2011_09_26_drive_0019_sync 183 r\n2011_09_26/2011_09_26_drive_0019_sync 286 r\n2011_09_26/2011_09_26_drive_0019_sync 87 l\n2011_09_26/2011_09_26_drive_0019_sync 85 r\n2011_09_26/2011_09_26_drive_0019_sync 209 l\n2011_09_26/2011_09_26_drive_0019_sync 365 l\n2011_09_26/2011_09_26_drive_0019_sync 234 r\n2011_09_26/2011_09_26_drive_0019_sync 391 r\n2011_09_26/2011_09_26_drive_0019_sync 154 r\n2011_09_26/2011_09_26_drive_0019_sync 102 r\n2011_09_26/2011_09_26_drive_0019_sync 51 r\n2011_09_26/2011_09_26_drive_0019_sync 370 l\n2011_09_26/2011_09_26_drive_0019_sync 129 r\n2011_09_26/2011_09_26_drive_0019_sync 224 r\n2011_09_26/2011_09_26_drive_0019_sync 288 r\n2011_09_26/2011_09_26_drive_0019_sync 213 l\n2011_09_26/2011_09_26_drive_0019_sync 262 r\n2011_09_26/2011_09_26_drive_0019_sync 277 l\n2011_09_26/2011_09_26_drive_0019_sync 282 r\n2011_09_26/2011_09_26_drive_0019_sync 461 r\n2011_09_26/2011_09_26_drive_0019_sync 477 l\n2011_09_26/2011_09_26_drive_0019_sync 141 r\n2011_09_26/2011_09_26_drive_0019_sync 367 r\n2011_09_26/2011_09_26_drive_0019_sync 224 l\n2011_09_26/2011_09_26_drive_0019_sync 119 r\n2011_09_26/2011_09_26_drive_0019_sync 11 l\n2011_09_26/2011_09_26_drive_0019_sync 338 l\n2011_09_26/2011_09_26_drive_0019_sync 38 l\n2011_09_26/2011_09_26_drive_0019_sync 135 l\n2011_09_26/2011_09_26_drive_0019_sync 41 r\n2011_09_26/2011_09_26_drive_0019_sync 400 r\n2011_09_26/2011_09_26_drive_0019_sync 169 r\n2011_09_26/2011_09_26_drive_0019_sync 31 r\n2011_09_26/2011_09_26_drive_0019_sync 338 r\n2011_09_26/2011_09_26_drive_0019_sync 226 r\n2011_09_26/2011_09_26_drive_0019_sync 16 l\n2011_09_26/2011_09_26_drive_0019_sync 96 l\n2011_09_26/2011_09_26_drive_0019_sync 17 r\n2011_09_26/2011_09_26_drive_0019_sync 109 r\n2011_09_26/2011_09_26_drive_0019_sync 28 l\n2011_09_26/2011_09_26_drive_0019_sync 179 l\n2011_09_26/2011_09_26_drive_0019_sync 66 r\n2011_09_26/2011_09_26_drive_0019_sync 335 r\n2011_09_26/2011_09_26_drive_0019_sync 367 l\n2011_09_26/2011_09_26_drive_0019_sync 257 l\n2011_09_26/2011_09_26_drive_0019_sync 94 r\n2011_09_26/2011_09_26_drive_0019_sync 287 l\n2011_09_26/2011_09_26_drive_0019_sync 103 r\n2011_09_26/2011_09_26_drive_0019_sync 165 r\n2011_09_26/2011_09_26_drive_0019_sync 61 l\n2011_09_26/2011_09_26_drive_0019_sync 59 l\n2011_09_26/2011_09_26_drive_0019_sync 299 l\n2011_09_26/2011_09_26_drive_0019_sync 205 r\n2011_09_26/2011_09_26_drive_0019_sync 133 l\n2011_09_26/2011_09_26_drive_0019_sync 6 r\n2011_09_26/2011_09_26_drive_0019_sync 256 l\n2011_09_26/2011_09_26_drive_0019_sync 350 l\n2011_09_26/2011_09_26_drive_0019_sync 27 r\n2011_09_26/2011_09_26_drive_0019_sync 291 r\n2011_09_26/2011_09_26_drive_0019_sync 352 l\n2011_09_26/2011_09_26_drive_0019_sync 79 r\n2011_09_26/2011_09_26_drive_0019_sync 152 l\n2011_09_26/2011_09_26_drive_0019_sync 22 l\n2011_09_26/2011_09_26_drive_0019_sync 46 r\n2011_09_26/2011_09_26_drive_0019_sync 109 l\n2011_09_26/2011_09_26_drive_0019_sync 130 r\n2011_09_26/2011_09_26_drive_0019_sync 386 r\n2011_09_26/2011_09_26_drive_0019_sync 328 l\n2011_09_26/2011_09_26_drive_0019_sync 100 r\n2011_09_26/2011_09_26_drive_0019_sync 164 r\n2011_09_26/2011_09_26_drive_0019_sync 87 r\n2011_09_26/2011_09_26_drive_0019_sync 461 l\n2011_09_26/2011_09_26_drive_0019_sync 12 l\n2011_09_26/2011_09_26_drive_0019_sync 247 r\n2011_09_26/2011_09_26_drive_0019_sync 219 l\n2011_09_26/2011_09_26_drive_0019_sync 358 r\n2011_09_26/2011_09_26_drive_0019_sync 9 r\n2011_09_26/2011_09_26_drive_0019_sync 393 r\n2011_09_26/2011_09_26_drive_0019_sync 231 l\n2011_09_26/2011_09_26_drive_0019_sync 32 r\n2011_09_26/2011_09_26_drive_0019_sync 178 r\n2011_09_26/2011_09_26_drive_0019_sync 271 l\n2011_09_26/2011_09_26_drive_0019_sync 296 r\n2011_09_26/2011_09_26_drive_0019_sync 223 l\n2011_09_26/2011_09_26_drive_0019_sync 106 r\n2011_09_26/2011_09_26_drive_0019_sync 309 l\n2011_09_26/2011_09_26_drive_0019_sync 304 r\n2011_09_26/2011_09_26_drive_0019_sync 286 l\n2011_09_26/2011_09_26_drive_0019_sync 242 l\n2011_09_26/2011_09_26_drive_0019_sync 369 l\n2011_09_26/2011_09_26_drive_0019_sync 206 r\n2011_09_26/2011_09_26_drive_0019_sync 104 l\n2011_09_26/2011_09_26_drive_0019_sync 120 r\n2011_09_26/2011_09_26_drive_0019_sync 207 r\n2011_09_26/2011_09_26_drive_0019_sync 466 l\n2011_09_26/2011_09_26_drive_0019_sync 220 l\n2011_09_26/2011_09_26_drive_0019_sync 350 r\n2011_09_26/2011_09_26_drive_0019_sync 344 l\n2011_09_26/2011_09_26_drive_0019_sync 301 l\n2011_09_26/2011_09_26_drive_0019_sync 260 l\n2011_09_26/2011_09_26_drive_0019_sync 186 l\n2011_09_26/2011_09_26_drive_0019_sync 108 r\n2011_09_26/2011_09_26_drive_0019_sync 204 r\n2011_09_26/2011_09_26_drive_0019_sync 70 l\n2011_09_26/2011_09_26_drive_0019_sync 381 l\n2011_09_26/2011_09_26_drive_0019_sync 114 r\n2011_09_26/2011_09_26_drive_0019_sync 314 r\n2011_09_26/2011_09_26_drive_0019_sync 293 l\n2011_09_26/2011_09_26_drive_0019_sync 396 r\n2011_09_26/2011_09_26_drive_0019_sync 201 l\n2011_09_26/2011_09_26_drive_0019_sync 295 r\n2011_09_26/2011_09_26_drive_0019_sync 222 l\n2011_09_26/2011_09_26_drive_0019_sync 86 l\n2011_09_26/2011_09_26_drive_0019_sync 334 r\n2011_09_26/2011_09_26_drive_0019_sync 135 r\n2011_09_26/2011_09_26_drive_0019_sync 195 r\n2011_09_26/2011_09_26_drive_0019_sync 114 l\n2011_09_26/2011_09_26_drive_0019_sync 243 r\n2011_09_26/2011_09_26_drive_0019_sync 223 r\n2011_09_26/2011_09_26_drive_0019_sync 476 l\n2011_09_26/2011_09_26_drive_0019_sync 372 l\n2011_09_26/2011_09_26_drive_0019_sync 57 r\n2011_09_26/2011_09_26_drive_0019_sync 121 r\n2011_09_26/2011_09_26_drive_0019_sync 398 r\n2011_09_26/2011_09_26_drive_0019_sync 357 l\n2011_09_26/2011_09_26_drive_0019_sync 137 r\n2011_09_26/2011_09_26_drive_0019_sync 303 r\n2011_09_26/2011_09_26_drive_0019_sync 329 r\n2011_09_26/2011_09_26_drive_0019_sync 8 l\n2011_09_26/2011_09_26_drive_0019_sync 149 l\n2011_09_26/2011_09_26_drive_0019_sync 288 l\n2011_09_26/2011_09_26_drive_0019_sync 187 r\n2011_09_26/2011_09_26_drive_0019_sync 220 r\n2011_09_26/2011_09_26_drive_0019_sync 260 r\n2011_09_26/2011_09_26_drive_0019_sync 354 r\n2011_09_26/2011_09_26_drive_0019_sync 229 l\n2011_09_26/2011_09_26_drive_0019_sync 124 r\n2011_09_26/2011_09_26_drive_0019_sync 313 r\n2011_09_26/2011_09_26_drive_0019_sync 71 l\n2011_09_26/2011_09_26_drive_0019_sync 15 l\n2011_09_26/2011_09_26_drive_0019_sync 301 r\n2011_09_26/2011_09_26_drive_0019_sync 73 r\n2011_09_26/2011_09_26_drive_0019_sync 181 r\n2011_09_26/2011_09_26_drive_0019_sync 86 r\n2011_09_26/2011_09_26_drive_0019_sync 349 l\n2011_09_26/2011_09_26_drive_0019_sync 380 l\n2011_09_26/2011_09_26_drive_0019_sync 245 r\n2011_09_26/2011_09_26_drive_0019_sync 240 l\n2011_09_26/2011_09_26_drive_0019_sync 53 r\n2011_09_26/2011_09_26_drive_0019_sync 198 l\n2011_09_26/2011_09_26_drive_0019_sync 400 l\n2011_09_26/2011_09_26_drive_0019_sync 464 r\n2011_09_26/2011_09_26_drive_0019_sync 143 l\n2011_09_26/2011_09_26_drive_0019_sync 375 r\n2011_09_26/2011_09_26_drive_0019_sync 347 r\n2011_09_26/2011_09_26_drive_0019_sync 255 r\n2011_09_26/2011_09_26_drive_0019_sync 319 l\n2011_09_26/2011_09_26_drive_0019_sync 69 l\n2011_09_26/2011_09_26_drive_0019_sync 460 r\n2011_09_26/2011_09_26_drive_0019_sync 171 l\n2011_09_26/2011_09_26_drive_0019_sync 300 r\n2011_09_26/2011_09_26_drive_0019_sync 330 r\n2011_09_26/2011_09_26_drive_0019_sync 21 r\n2011_09_26/2011_09_26_drive_0019_sync 331 l\n2011_09_26/2011_09_26_drive_0019_sync 132 r\n2011_09_26/2011_09_26_drive_0019_sync 95 r\n2011_09_26/2011_09_26_drive_0019_sync 125 r\n2011_09_26/2011_09_26_drive_0019_sync 160 l\n2011_09_26/2011_09_26_drive_0019_sync 234 l\n2011_09_26/2011_09_26_drive_0019_sync 191 r\n2011_09_26/2011_09_26_drive_0019_sync 17 l\n2011_09_26/2011_09_26_drive_0019_sync 44 r\n2011_09_26/2011_09_26_drive_0019_sync 341 r\n2011_09_26/2011_09_26_drive_0019_sync 346 l\n2011_09_26/2011_09_26_drive_0019_sync 261 l\n2011_09_26/2011_09_26_drive_0019_sync 280 r\n2011_09_26/2011_09_26_drive_0019_sync 285 l\n2011_09_26/2011_09_26_drive_0019_sync 464 l\n2011_09_26/2011_09_26_drive_0019_sync 276 r\n2011_09_26/2011_09_26_drive_0019_sync 112 l\n2011_09_26/2011_09_26_drive_0019_sync 273 l\n2011_09_26/2011_09_26_drive_0019_sync 266 l\n2011_09_26/2011_09_26_drive_0019_sync 97 l\n2011_09_26/2011_09_26_drive_0019_sync 328 r\n2011_09_26/2011_09_26_drive_0019_sync 48 l\n2011_09_26/2011_09_26_drive_0019_sync 475 r\n2011_09_26/2011_09_26_drive_0019_sync 325 l\n2011_09_26/2011_09_26_drive_0019_sync 218 l\n2011_09_26/2011_09_26_drive_0019_sync 197 r\n2011_09_26/2011_09_26_drive_0019_sync 311 r\n2011_09_26/2011_09_26_drive_0019_sync 195 l\n2011_09_26/2011_09_26_drive_0019_sync 159 l\n2011_09_26/2011_09_26_drive_0019_sync 33 l\n2011_09_26/2011_09_26_drive_0019_sync 474 r\n2011_09_26/2011_09_26_drive_0019_sync 68 r\n2011_09_26/2011_09_26_drive_0019_sync 322 l\n2011_09_26/2011_09_26_drive_0019_sync 37 r\n2011_09_26/2011_09_26_drive_0019_sync 306 r\n2011_09_26/2011_09_26_drive_0019_sync 394 r\n2011_09_26/2011_09_26_drive_0019_sync 284 r\n2011_09_26/2011_09_26_drive_0019_sync 219 r\n2011_09_26/2011_09_26_drive_0019_sync 122 l\n2011_09_26/2011_09_26_drive_0019_sync 28 r\n2011_09_26/2011_09_26_drive_0019_sync 384 r\n2011_09_26/2011_09_26_drive_0019_sync 3 l\n2011_09_26/2011_09_26_drive_0019_sync 7 r\n2011_09_26/2011_09_26_drive_0019_sync 161 r\n2011_09_26/2011_09_26_drive_0019_sync 214 r\n2011_09_26/2011_09_26_drive_0019_sync 47 l\n2011_09_26/2011_09_26_drive_0019_sync 354 l\n2011_09_26/2011_09_26_drive_0019_sync 473 r\n2011_09_26/2011_09_26_drive_0019_sync 11 r\n2011_09_26/2011_09_26_drive_0019_sync 123 r\n2011_09_26/2011_09_26_drive_0019_sync 199 r\n2011_09_26/2011_09_26_drive_0019_sync 307 l\n2011_09_26/2011_09_26_drive_0019_sync 348 l\n2011_09_26/2011_09_26_drive_0019_sync 103 l\n2011_09_26/2011_09_26_drive_0019_sync 267 l\n2011_09_26/2011_09_26_drive_0019_sync 279 r\n2011_09_26/2011_09_26_drive_0019_sync 160 r\n2011_09_26/2011_09_26_drive_0019_sync 215 r\n2011_09_26/2011_09_26_drive_0019_sync 269 r\n2011_09_26/2011_09_26_drive_0019_sync 24 r\n2011_09_26/2011_09_26_drive_0019_sync 10 l\n2011_09_26/2011_09_26_drive_0019_sync 44 l\n2011_09_26/2011_09_26_drive_0019_sync 339 r\n2011_09_26/2011_09_26_drive_0019_sync 340 l\n2011_09_26/2011_09_26_drive_0019_sync 72 r\n2011_09_26/2011_09_26_drive_0019_sync 403 l\n2011_09_26/2011_09_26_drive_0019_sync 76 l\n2011_09_26/2011_09_26_drive_0019_sync 157 l\n2011_09_26/2011_09_26_drive_0019_sync 68 l\n2011_09_26/2011_09_26_drive_0019_sync 102 l\n2011_09_26/2011_09_26_drive_0019_sync 272 l\n2011_09_26/2011_09_26_drive_0019_sync 8 r\n2011_09_26/2011_09_26_drive_0019_sync 174 r\n2011_09_26/2011_09_26_drive_0019_sync 346 r\n2011_09_26/2011_09_26_drive_0019_sync 246 r\n2011_09_26/2011_09_26_drive_0019_sync 249 l\n2011_09_26/2011_09_26_drive_0019_sync 50 l\n2011_09_26/2011_09_26_drive_0019_sync 322 r\n2011_09_26/2011_09_26_drive_0019_sync 384 l\n2011_09_26/2011_09_26_drive_0019_sync 14 l\n2011_09_26/2011_09_26_drive_0019_sync 111 r\n2011_09_26/2011_09_26_drive_0019_sync 151 l\n2011_09_26/2011_09_26_drive_0019_sync 178 l\n2011_09_26/2011_09_26_drive_0019_sync 124 l\n2011_09_26/2011_09_26_drive_0019_sync 196 l\n2011_09_26/2011_09_26_drive_0019_sync 222 r\n2011_09_26/2011_09_26_drive_0019_sync 308 l\n2011_09_26/2011_09_26_drive_0019_sync 49 r\n2011_09_26/2011_09_26_drive_0019_sync 56 r\n2011_09_26/2011_09_26_drive_0019_sync 7 l\n2011_09_26/2011_09_26_drive_0019_sync 74 l\n2011_09_26/2011_09_26_drive_0019_sync 116 r\n2011_09_26/2011_09_26_drive_0019_sync 236 l\n2011_09_26/2011_09_26_drive_0019_sync 252 r\n2011_09_26/2011_09_26_drive_0019_sync 294 l\n2011_09_26/2011_09_26_drive_0019_sync 337 l\n2011_09_26/2011_09_26_drive_0019_sync 117 r\n2011_09_26/2011_09_26_drive_0019_sync 90 r\n2011_09_26/2011_09_26_drive_0019_sync 155 l\n2011_09_26/2011_09_26_drive_0019_sync 344 r\n2011_09_26/2011_09_26_drive_0019_sync 59 r\n2011_09_26/2011_09_26_drive_0019_sync 19 r\n2011_09_26/2011_09_26_drive_0019_sync 204 l\n2011_09_26/2011_09_26_drive_0019_sync 395 r\n2011_09_26/2011_09_26_drive_0019_sync 363 r\n2011_09_26/2011_09_26_drive_0011_sync 30 r\n2011_09_26/2011_09_26_drive_0011_sync 95 l\n2011_09_26/2011_09_26_drive_0011_sync 86 l\n2011_09_26/2011_09_26_drive_0011_sync 57 r\n2011_09_26/2011_09_26_drive_0011_sync 66 r\n2011_09_26/2011_09_26_drive_0011_sync 101 l\n2011_09_26/2011_09_26_drive_0011_sync 10 r\n2011_09_26/2011_09_26_drive_0011_sync 46 r\n2011_09_26/2011_09_26_drive_0011_sync 51 l\n2011_09_26/2011_09_26_drive_0011_sync 82 r\n2011_09_26/2011_09_26_drive_0011_sync 30 l\n2011_09_26/2011_09_26_drive_0011_sync 7 l\n2011_09_26/2011_09_26_drive_0011_sync 36 l\n2011_09_26/2011_09_26_drive_0011_sync 97 r\n2011_09_26/2011_09_26_drive_0011_sync 21 l\n2011_09_26/2011_09_26_drive_0011_sync 13 l\n2011_09_26/2011_09_26_drive_0011_sync 85 r\n2011_09_26/2011_09_26_drive_0011_sync 93 l\n2011_09_26/2011_09_26_drive_0011_sync 69 r\n2011_09_26/2011_09_26_drive_0011_sync 72 l\n2011_09_26/2011_09_26_drive_0011_sync 14 l\n2011_09_26/2011_09_26_drive_0011_sync 16 r\n2011_09_26/2011_09_26_drive_0011_sync 102 l\n2011_09_26/2011_09_26_drive_0011_sync 94 l\n2011_09_26/2011_09_26_drive_0011_sync 111 r\n2011_09_26/2011_09_26_drive_0011_sync 99 l\n2011_09_26/2011_09_26_drive_0011_sync 41 l\n2011_09_26/2011_09_26_drive_0011_sync 40 l\n2011_09_26/2011_09_26_drive_0011_sync 92 l\n2011_09_26/2011_09_26_drive_0011_sync 63 l\n2011_09_26/2011_09_26_drive_0011_sync 115 r\n2011_09_26/2011_09_26_drive_0011_sync 61 r\n2011_09_26/2011_09_26_drive_0011_sync 91 r\n2011_09_26/2011_09_26_drive_0011_sync 77 r\n2011_09_26/2011_09_26_drive_0011_sync 18 r\n2011_09_26/2011_09_26_drive_0011_sync 86 r\n2011_09_26/2011_09_26_drive_0011_sync 25 r\n2011_09_26/2011_09_26_drive_0011_sync 68 l\n2011_09_26/2011_09_26_drive_0011_sync 74 r\n2011_09_26/2011_09_26_drive_0011_sync 33 r\n2011_09_26/2011_09_26_drive_0011_sync 54 r\n2011_09_26/2011_09_26_drive_0011_sync 56 r\n2011_09_26/2011_09_26_drive_0011_sync 109 r\n2011_09_26/2011_09_26_drive_0011_sync 116 r\n2011_09_26/2011_09_26_drive_0011_sync 91 l\n2011_09_26/2011_09_26_drive_0011_sync 82 l\n2011_09_26/2011_09_26_drive_0011_sync 88 r\n2011_09_26/2011_09_26_drive_0011_sync 110 l\n2011_09_26/2011_09_26_drive_0011_sync 60 r\n2011_09_26/2011_09_26_drive_0011_sync 47 l\n2011_09_26/2011_09_26_drive_0011_sync 48 r\n2011_09_26/2011_09_26_drive_0011_sync 75 l\n2011_09_26/2011_09_26_drive_0011_sync 33 l\n2011_09_26/2011_09_26_drive_0011_sync 84 r\n2011_09_26/2011_09_26_drive_0011_sync 112 r\n2011_09_26/2011_09_26_drive_0011_sync 107 l\n2011_09_26/2011_09_26_drive_0011_sync 58 r\n2011_09_26/2011_09_26_drive_0011_sync 96 r\n2011_09_26/2011_09_26_drive_0011_sync 78 l\n2011_09_26/2011_09_26_drive_0011_sync 9 l\n2011_09_26/2011_09_26_drive_0011_sync 15 l\n2011_09_26/2011_09_26_drive_0011_sync 107 r\n2011_09_26/2011_09_26_drive_0011_sync 39 l\n2011_09_26/2011_09_26_drive_0011_sync 8 r\n2011_09_26/2011_09_26_drive_0011_sync 65 l\n2011_09_26/2011_09_26_drive_0011_sync 93 r\n2011_09_26/2011_09_26_drive_0011_sync 48 l\n2011_09_26/2011_09_26_drive_0011_sync 68 r\n2011_09_26/2011_09_26_drive_0011_sync 104 r\n2011_09_26/2011_09_26_drive_0011_sync 50 r\n2011_09_26/2011_09_26_drive_0011_sync 114 r\n2011_09_26/2011_09_26_drive_0011_sync 49 r\n2011_09_26/2011_09_26_drive_0011_sync 17 r\n2011_09_26/2011_09_26_drive_0011_sync 83 r\n2011_09_26/2011_09_26_drive_0011_sync 44 l\n2011_09_26/2011_09_26_drive_0011_sync 109 l\n2011_09_26/2011_09_26_drive_0011_sync 5 r\n2011_09_26/2011_09_26_drive_0011_sync 27 l\n2011_09_26/2011_09_26_drive_0011_sync 88 l\n2011_09_26/2011_09_26_drive_0011_sync 22 l\n2011_09_26/2011_09_26_drive_0011_sync 6 r\n2011_09_26/2011_09_26_drive_0011_sync 44 r\n2011_09_26/2011_09_26_drive_0011_sync 9 r\n2011_09_26/2011_09_26_drive_0011_sync 8 l\n2011_09_26/2011_09_26_drive_0011_sync 108 r\n2011_09_26/2011_09_26_drive_0011_sync 36 r\n2011_09_26/2011_09_26_drive_0011_sync 135 l\n2011_09_26/2011_09_26_drive_0011_sync 113 r\n2011_09_26/2011_09_26_drive_0011_sync 34 r\n2011_09_26/2011_09_26_drive_0011_sync 45 l\n2011_09_26/2011_09_26_drive_0011_sync 115 l\n2011_09_26/2011_09_26_drive_0011_sync 39 r\n2011_09_26/2011_09_26_drive_0011_sync 60 l\n2011_09_26/2011_09_26_drive_0011_sync 11 r\n2011_09_26/2011_09_26_drive_0011_sync 37 r\n2011_09_26/2011_09_26_drive_0011_sync 16 l\n2011_09_26/2011_09_26_drive_0011_sync 64 l\n2011_09_26/2011_09_26_drive_0011_sync 28 r\n2011_09_26/2011_09_26_drive_0011_sync 65 r\n2011_09_26/2011_09_26_drive_0011_sync 98 r\n2011_09_26/2011_09_26_drive_0011_sync 89 r\n2011_09_26/2011_09_26_drive_0011_sync 56 l\n2011_09_26/2011_09_26_drive_0011_sync 64 r\n2011_09_26/2011_09_26_drive_0011_sync 89 l\n2011_09_26/2011_09_26_drive_0011_sync 3 l\n2011_09_26/2011_09_26_drive_0011_sync 83 l\n2011_09_26/2011_09_26_drive_0011_sync 20 r\n2011_09_26/2011_09_26_drive_0011_sync 90 r\n2011_09_26/2011_09_26_drive_0011_sync 40 r\n2011_09_26/2011_09_26_drive_0011_sync 95 r\n2011_09_26/2011_09_26_drive_0011_sync 4 r\n2011_09_26/2011_09_26_drive_0011_sync 80 l\n2011_09_26/2011_09_26_drive_0011_sync 52 l\n2011_09_26/2011_09_26_drive_0011_sync 66 l\n2011_09_26/2011_09_26_drive_0011_sync 52 r\n2011_09_26/2011_09_26_drive_0011_sync 87 r\n2011_09_26/2011_09_26_drive_0011_sync 94 r\n2011_09_26/2011_09_26_drive_0011_sync 7 r\n2011_09_26/2011_09_26_drive_0011_sync 76 r\n2011_09_26/2011_09_26_drive_0011_sync 57 l\n2011_09_26/2011_09_26_drive_0011_sync 38 l\n2011_09_26/2011_09_26_drive_0011_sync 87 l\n2011_09_26/2011_09_26_drive_0011_sync 18 l\n2011_09_26/2011_09_26_drive_0011_sync 71 r\n2011_09_26/2011_09_26_drive_0011_sync 17 l\n2011_09_26/2011_09_26_drive_0011_sync 58 l\n2011_09_26/2011_09_26_drive_0011_sync 53 l\n2011_09_26/2011_09_26_drive_0011_sync 73 l\n2011_09_26/2011_09_26_drive_0011_sync 79 r\n2011_09_26/2011_09_26_drive_0011_sync 29 r\n2011_09_26/2011_09_26_drive_0011_sync 51 r\n2011_09_26/2011_09_26_drive_0011_sync 106 r\n2011_09_26/2011_09_26_drive_0011_sync 35 l\n2011_09_26/2011_09_26_drive_0011_sync 21 r\n2011_09_26/2011_09_26_drive_0011_sync 70 r\n2011_09_26/2011_09_26_drive_0011_sync 105 r\n2011_09_26/2011_09_26_drive_0011_sync 92 r\n2011_09_26/2011_09_26_drive_0011_sync 100 r\n2011_09_26/2011_09_26_drive_0011_sync 29 l\n2011_09_26/2011_09_26_drive_0011_sync 74 l\n2011_09_26/2011_09_26_drive_0011_sync 35 r\n2011_09_26/2011_09_26_drive_0011_sync 77 l\n2011_09_26/2011_09_26_drive_0011_sync 70 l\n2011_09_26/2011_09_26_drive_0011_sync 53 r\n2011_09_26/2011_09_26_drive_0011_sync 103 r\n2011_09_26/2011_09_26_drive_0011_sync 63 r\n2011_09_26/2011_09_26_drive_0011_sync 13 r\n2011_09_26/2011_09_26_drive_0011_sync 19 l\n2011_09_26/2011_09_26_drive_0011_sync 43 l\n2011_09_26/2011_09_26_drive_0011_sync 85 l\n2011_09_26/2011_09_26_drive_0011_sync 90 l\n2011_09_26/2011_09_26_drive_0011_sync 62 l\n2011_09_26/2011_09_26_drive_0011_sync 103 l\n2011_09_26/2011_09_26_drive_0011_sync 54 l\n2011_09_26/2011_09_26_drive_0011_sync 42 l\n2011_09_26/2011_09_26_drive_0011_sync 41 r\n2011_09_26/2011_09_26_drive_0011_sync 78 r\n2011_09_26/2011_09_26_drive_0011_sync 72 r\n2011_09_26/2011_09_26_drive_0011_sync 104 l\n2011_09_26/2011_09_26_drive_0011_sync 112 l\n2011_09_26/2011_09_26_drive_0011_sync 135 r\n2011_09_26/2011_09_26_drive_0011_sync 49 l\n2011_09_26/2011_09_26_drive_0011_sync 105 l\n2011_09_26/2011_09_26_drive_0011_sync 50 l\n2011_09_26/2011_09_26_drive_0011_sync 23 r\n2011_09_26/2011_09_26_drive_0011_sync 102 r\n2011_09_26/2011_09_26_drive_0011_sync 38 r\n2011_09_26/2011_09_26_drive_0011_sync 81 r\n2011_09_26/2011_09_26_drive_0011_sync 55 l\n2011_09_26/2011_09_26_drive_0011_sync 71 l\n2011_09_26/2011_09_26_drive_0011_sync 62 r\n2011_09_26/2011_09_26_drive_0011_sync 59 r\n2011_09_26/2011_09_26_drive_0011_sync 79 l\n2011_09_26/2011_09_26_drive_0011_sync 80 r\n2011_09_26/2011_09_26_drive_0011_sync 75 r\n2011_09_26/2011_09_26_drive_0011_sync 26 r\n2011_09_26/2011_09_26_drive_0011_sync 6 l\n2011_09_26/2011_09_26_drive_0011_sync 114 l\n2011_09_26/2011_09_26_drive_0011_sync 24 l\n2011_09_26/2011_09_26_drive_0011_sync 23 l\n2011_09_26/2011_09_26_drive_0011_sync 97 l\n2011_09_26/2011_09_26_drive_0011_sync 43 r\n2011_09_26/2011_09_26_drive_0011_sync 69 l\n2011_09_26/2011_09_26_drive_0011_sync 11 l\n2011_09_26/2011_09_26_drive_0011_sync 99 r\n2011_09_26/2011_09_26_drive_0011_sync 20 l\n2011_09_26/2011_09_26_drive_0011_sync 98 l\n2011_09_26/2011_09_26_drive_0011_sync 59 l\n2011_09_26/2011_09_26_drive_0011_sync 113 l\n2011_09_26/2011_09_26_drive_0011_sync 96 l\n2011_09_26/2011_09_26_drive_0011_sync 15 r\n2011_09_26/2011_09_26_drive_0011_sync 37 l\n2011_09_26/2011_09_26_drive_0011_sync 26 l\n2011_09_26/2011_09_26_drive_0011_sync 61 l\n2011_09_26/2011_09_26_drive_0011_sync 101 r\n2011_09_26/2011_09_26_drive_0011_sync 19 r\n2011_09_26/2011_09_26_drive_0011_sync 108 l\n2011_09_26/2011_09_26_drive_0011_sync 100 l\n2011_09_26/2011_09_26_drive_0011_sync 45 r\n2011_09_26/2011_09_26_drive_0011_sync 28 l\n2011_09_26/2011_09_26_drive_0011_sync 14 r\n2011_09_26/2011_09_26_drive_0011_sync 106 l\n2011_09_26/2011_09_26_drive_0011_sync 10 l\n2011_09_26/2011_09_26_drive_0011_sync 32 l\n2011_09_26/2011_09_26_drive_0011_sync 116 l\n2011_09_26/2011_09_26_drive_0011_sync 4 l\n2011_09_26/2011_09_26_drive_0011_sync 110 r\n2011_09_28/2011_09_28_drive_0001_sync 17 l\n2011_09_28/2011_09_28_drive_0001_sync 50 l\n2011_09_28/2011_09_28_drive_0001_sync 49 r\n2011_09_28/2011_09_28_drive_0001_sync 39 l\n2011_09_28/2011_09_28_drive_0001_sync 75 r\n2011_09_28/2011_09_28_drive_0001_sync 89 r\n2011_09_28/2011_09_28_drive_0001_sync 57 l\n2011_09_28/2011_09_28_drive_0001_sync 60 l\n2011_09_28/2011_09_28_drive_0001_sync 15 r\n2011_09_28/2011_09_28_drive_0001_sync 47 l\n2011_09_28/2011_09_28_drive_0001_sync 24 r\n2011_09_28/2011_09_28_drive_0001_sync 62 r\n2011_09_28/2011_09_28_drive_0001_sync 27 l\n2011_09_28/2011_09_28_drive_0001_sync 83 l\n2011_09_28/2011_09_28_drive_0001_sync 48 l\n2011_09_28/2011_09_28_drive_0001_sync 32 r\n2011_09_28/2011_09_28_drive_0001_sync 72 l\n2011_09_28/2011_09_28_drive_0001_sync 43 l\n2011_09_28/2011_09_28_drive_0001_sync 82 r\n2011_09_28/2011_09_28_drive_0001_sync 83 r\n2011_09_28/2011_09_28_drive_0001_sync 48 r\n2011_09_28/2011_09_28_drive_0001_sync 79 r\n2011_09_28/2011_09_28_drive_0001_sync 81 l\n2011_09_28/2011_09_28_drive_0001_sync 40 l\n2011_09_28/2011_09_28_drive_0001_sync 98 r\n2011_09_28/2011_09_28_drive_0001_sync 96 l\n2011_09_28/2011_09_28_drive_0001_sync 60 r\n2011_09_28/2011_09_28_drive_0001_sync 18 r\n2011_09_28/2011_09_28_drive_0001_sync 66 l\n2011_09_28/2011_09_28_drive_0001_sync 93 l\n2011_09_28/2011_09_28_drive_0001_sync 28 r\n2011_09_28/2011_09_28_drive_0001_sync 91 r\n2011_09_28/2011_09_28_drive_0001_sync 67 r\n2011_09_28/2011_09_28_drive_0001_sync 34 l\n2011_09_28/2011_09_28_drive_0001_sync 40 r\n2011_09_28/2011_09_28_drive_0001_sync 36 r\n2011_09_28/2011_09_28_drive_0001_sync 88 r\n2011_09_28/2011_09_28_drive_0001_sync 62 l\n2011_09_28/2011_09_28_drive_0001_sync 21 l\n2011_09_28/2011_09_28_drive_0001_sync 64 r\n2011_09_28/2011_09_28_drive_0001_sync 69 r\n2011_09_28/2011_09_28_drive_0001_sync 59 r\n2011_09_28/2011_09_28_drive_0001_sync 46 r\n2011_09_28/2011_09_28_drive_0001_sync 76 r\n2011_09_28/2011_09_28_drive_0001_sync 39 r\n2011_09_28/2011_09_28_drive_0001_sync 95 r\n2011_09_28/2011_09_28_drive_0001_sync 93 r\n2011_09_28/2011_09_28_drive_0001_sync 99 l\n2011_09_28/2011_09_28_drive_0001_sync 72 r\n2011_09_28/2011_09_28_drive_0001_sync 32 l\n2011_09_28/2011_09_28_drive_0001_sync 22 l\n2011_09_28/2011_09_28_drive_0001_sync 58 r\n2011_09_28/2011_09_28_drive_0001_sync 19 r\n2011_09_28/2011_09_28_drive_0001_sync 33 l\n2011_09_28/2011_09_28_drive_0001_sync 19 l\n2011_09_28/2011_09_28_drive_0001_sync 74 r\n2011_09_28/2011_09_28_drive_0001_sync 23 r\n2011_09_28/2011_09_28_drive_0001_sync 61 l\n2011_09_28/2011_09_28_drive_0001_sync 52 r\n2011_09_28/2011_09_28_drive_0001_sync 85 r\n2011_09_28/2011_09_28_drive_0001_sync 20 l\n2011_09_28/2011_09_28_drive_0001_sync 81 r\n2011_09_28/2011_09_28_drive_0001_sync 67 l\n2011_09_28/2011_09_28_drive_0001_sync 92 l\n2011_09_28/2011_09_28_drive_0001_sync 56 r\n2011_09_28/2011_09_28_drive_0001_sync 102 r\n2011_09_28/2011_09_28_drive_0001_sync 100 l\n2011_09_28/2011_09_28_drive_0001_sync 56 l\n2011_09_28/2011_09_28_drive_0001_sync 90 l\n2011_09_28/2011_09_28_drive_0001_sync 44 r\n2011_09_28/2011_09_28_drive_0001_sync 51 l\n2011_09_28/2011_09_28_drive_0001_sync 44 l\n2011_09_28/2011_09_28_drive_0001_sync 77 r\n2011_09_28/2011_09_28_drive_0001_sync 42 r\n2011_09_28/2011_09_28_drive_0001_sync 63 r\n2011_09_28/2011_09_28_drive_0001_sync 25 l\n2011_09_28/2011_09_28_drive_0001_sync 63 l\n2011_09_28/2011_09_28_drive_0001_sync 41 r\n2011_09_28/2011_09_28_drive_0001_sync 20 r\n2011_09_28/2011_09_28_drive_0001_sync 73 r\n2011_09_28/2011_09_28_drive_0001_sync 84 l\n2011_09_28/2011_09_28_drive_0001_sync 78 r\n2011_09_28/2011_09_28_drive_0001_sync 61 r\n2011_09_28/2011_09_28_drive_0001_sync 25 r\n2011_09_28/2011_09_28_drive_0001_sync 53 r\n2011_09_28/2011_09_28_drive_0001_sync 22 r\n2011_09_28/2011_09_28_drive_0001_sync 91 l\n2011_09_28/2011_09_28_drive_0001_sync 47 r\n2011_09_28/2011_09_28_drive_0001_sync 17 r\n2011_09_28/2011_09_28_drive_0001_sync 34 r\n2011_09_28/2011_09_28_drive_0001_sync 98 l\n2011_09_28/2011_09_28_drive_0001_sync 27 r\n2011_09_28/2011_09_28_drive_0001_sync 31 l\n2011_09_28/2011_09_28_drive_0001_sync 71 r\n2011_09_28/2011_09_28_drive_0001_sync 26 l\n2011_09_28/2011_09_28_drive_0001_sync 28 l\n2011_09_28/2011_09_28_drive_0001_sync 38 r\n2011_09_28/2011_09_28_drive_0001_sync 58 l\n2011_09_28/2011_09_28_drive_0001_sync 30 l\n2011_09_28/2011_09_28_drive_0001_sync 97 r\n2011_09_28/2011_09_28_drive_0001_sync 57 r\n2011_09_28/2011_09_28_drive_0001_sync 79 l\n2011_09_28/2011_09_28_drive_0001_sync 29 r\n2011_09_28/2011_09_28_drive_0001_sync 16 l\n2011_09_28/2011_09_28_drive_0001_sync 46 l\n2011_09_28/2011_09_28_drive_0001_sync 75 l\n2011_09_28/2011_09_28_drive_0001_sync 77 l\n2011_09_28/2011_09_28_drive_0001_sync 54 l\n2011_09_28/2011_09_28_drive_0001_sync 21 r\n2011_09_28/2011_09_28_drive_0001_sync 23 l\n2011_09_28/2011_09_28_drive_0001_sync 37 r\n2011_09_28/2011_09_28_drive_0001_sync 30 r\n2011_09_28/2011_09_28_drive_0001_sync 68 r\n2011_09_28/2011_09_28_drive_0001_sync 42 l\n2011_09_28/2011_09_28_drive_0001_sync 85 l\n2011_09_28/2011_09_28_drive_0001_sync 92 r\n2011_09_28/2011_09_28_drive_0001_sync 64 l\n2011_09_28/2011_09_28_drive_0001_sync 65 l\n2011_09_28/2011_09_28_drive_0001_sync 51 r\n2011_09_28/2011_09_28_drive_0001_sync 16 r\n2011_09_28/2011_09_28_drive_0001_sync 33 r\n2011_09_28/2011_09_28_drive_0001_sync 26 r\n2011_09_28/2011_09_28_drive_0001_sync 54 r\n2011_09_28/2011_09_28_drive_0001_sync 99 r\n2011_09_28/2011_09_28_drive_0001_sync 45 l\n2011_09_28/2011_09_28_drive_0001_sync 86 r\n2011_09_28/2011_09_28_drive_0001_sync 94 l\n2011_09_28/2011_09_28_drive_0001_sync 90 r\n2011_09_28/2011_09_28_drive_0001_sync 88 l\n2011_09_28/2011_09_28_drive_0001_sync 87 l\n2011_09_28/2011_09_28_drive_0001_sync 76 l\n2011_09_28/2011_09_28_drive_0001_sync 101 l\n2011_09_28/2011_09_28_drive_0001_sync 50 r\n2011_09_28/2011_09_28_drive_0001_sync 15 l\n2011_09_28/2011_09_28_drive_0001_sync 43 r\n2011_09_28/2011_09_28_drive_0001_sync 36 l\n2011_09_28/2011_09_28_drive_0001_sync 52 l\n2011_09_28/2011_09_28_drive_0001_sync 97 l\n2011_09_28/2011_09_28_drive_0001_sync 95 l\n2011_09_28/2011_09_28_drive_0001_sync 78 l\n2011_09_28/2011_09_28_drive_0001_sync 100 r\n2011_09_28/2011_09_28_drive_0001_sync 101 r\n2011_09_28/2011_09_28_drive_0001_sync 73 l\n2011_09_28/2011_09_28_drive_0001_sync 96 r\n2011_09_28/2011_09_28_drive_0001_sync 31 r\n2011_09_28/2011_09_28_drive_0001_sync 35 l\n2011_09_28/2011_09_28_drive_0001_sync 94 r\n2011_09_28/2011_09_28_drive_0001_sync 55 l\n2011_09_28/2011_09_28_drive_0001_sync 45 r\n2011_09_28/2011_09_28_drive_0001_sync 68 l\n2011_09_28/2011_09_28_drive_0001_sync 66 r\n2011_09_28/2011_09_28_drive_0001_sync 65 r\n2011_09_28/2011_09_28_drive_0001_sync 41 l\n2011_09_28/2011_09_28_drive_0001_sync 89 l\n2011_09_28/2011_09_28_drive_0001_sync 37 l\n2011_09_28/2011_09_28_drive_0001_sync 29 l\n2011_09_28/2011_09_28_drive_0001_sync 86 l\n2011_09_26/2011_09_26_drive_0079_sync 59 r\n2011_09_26/2011_09_26_drive_0079_sync 48 r\n2011_09_26/2011_09_26_drive_0079_sync 23 l\n2011_09_26/2011_09_26_drive_0079_sync 30 r\n2011_09_26/2011_09_26_drive_0079_sync 54 l\n2011_09_26/2011_09_26_drive_0079_sync 15 l\n2011_09_26/2011_09_26_drive_0079_sync 63 l\n2011_09_26/2011_09_26_drive_0079_sync 51 l\n2011_09_26/2011_09_26_drive_0079_sync 12 r\n2011_09_26/2011_09_26_drive_0079_sync 35 l\n2011_09_26/2011_09_26_drive_0079_sync 40 r\n2011_09_26/2011_09_26_drive_0079_sync 45 l\n2011_09_26/2011_09_26_drive_0079_sync 26 l\n2011_09_26/2011_09_26_drive_0079_sync 62 r\n2011_09_26/2011_09_26_drive_0079_sync 21 r\n2011_09_26/2011_09_26_drive_0079_sync 73 l\n2011_09_26/2011_09_26_drive_0079_sync 33 l\n2011_09_26/2011_09_26_drive_0079_sync 9 l\n2011_09_26/2011_09_26_drive_0079_sync 55 l\n2011_09_26/2011_09_26_drive_0079_sync 11 r\n2011_09_26/2011_09_26_drive_0079_sync 41 l\n2011_09_26/2011_09_26_drive_0079_sync 37 l\n2011_09_26/2011_09_26_drive_0079_sync 20 r\n2011_09_26/2011_09_26_drive_0079_sync 11 l\n2011_09_26/2011_09_26_drive_0079_sync 36 r\n2011_09_26/2011_09_26_drive_0079_sync 68 l\n2011_09_26/2011_09_26_drive_0079_sync 6 r\n2011_09_26/2011_09_26_drive_0079_sync 25 r\n2011_09_26/2011_09_26_drive_0079_sync 58 l\n2011_09_26/2011_09_26_drive_0079_sync 22 r\n2011_09_26/2011_09_26_drive_0079_sync 74 l\n2011_09_26/2011_09_26_drive_0079_sync 3 r\n2011_09_26/2011_09_26_drive_0079_sync 47 r\n2011_09_26/2011_09_26_drive_0079_sync 13 l\n2011_09_26/2011_09_26_drive_0079_sync 57 l\n2011_09_26/2011_09_26_drive_0079_sync 53 l\n2011_09_26/2011_09_26_drive_0079_sync 16 l\n2011_09_26/2011_09_26_drive_0079_sync 42 r\n2011_09_26/2011_09_26_drive_0079_sync 61 r\n2011_09_26/2011_09_26_drive_0079_sync 28 l\n2011_09_26/2011_09_26_drive_0079_sync 65 l\n2011_09_26/2011_09_26_drive_0079_sync 60 l\n2011_09_26/2011_09_26_drive_0079_sync 83 l\n2011_09_26/2011_09_26_drive_0079_sync 55 r\n2011_09_26/2011_09_26_drive_0079_sync 7 r\n2011_09_26/2011_09_26_drive_0079_sync 21 l\n2011_09_26/2011_09_26_drive_0079_sync 16 r\n2011_09_26/2011_09_26_drive_0079_sync 19 r\n2011_09_26/2011_09_26_drive_0079_sync 14 l\n2011_09_26/2011_09_26_drive_0079_sync 30 l\n2011_09_26/2011_09_26_drive_0079_sync 10 r\n2011_09_26/2011_09_26_drive_0079_sync 36 l\n2011_09_26/2011_09_26_drive_0079_sync 43 l\n2011_09_26/2011_09_26_drive_0079_sync 63 r\n2011_09_26/2011_09_26_drive_0079_sync 50 l\n2011_09_26/2011_09_26_drive_0079_sync 53 r\n2011_09_26/2011_09_26_drive_0079_sync 4 r\n2011_09_26/2011_09_26_drive_0079_sync 56 l\n2011_09_26/2011_09_26_drive_0079_sync 28 r\n2011_09_26/2011_09_26_drive_0079_sync 25 l\n2011_09_26/2011_09_26_drive_0079_sync 4 l\n2011_09_26/2011_09_26_drive_0079_sync 37 r\n2011_09_26/2011_09_26_drive_0079_sync 62 l\n2011_09_26/2011_09_26_drive_0079_sync 56 r\n2011_09_26/2011_09_26_drive_0079_sync 71 r\n2011_09_26/2011_09_26_drive_0079_sync 69 r\n2011_09_26/2011_09_26_drive_0079_sync 64 l\n2011_09_26/2011_09_26_drive_0079_sync 68 r\n2011_09_26/2011_09_26_drive_0079_sync 66 r\n2011_09_26/2011_09_26_drive_0079_sync 41 r\n2011_09_26/2011_09_26_drive_0079_sync 17 l\n2011_09_26/2011_09_26_drive_0079_sync 46 l\n2011_09_26/2011_09_26_drive_0079_sync 14 r\n2011_09_26/2011_09_26_drive_0079_sync 44 r\n2011_09_26/2011_09_26_drive_0079_sync 24 l\n2011_09_26/2011_09_26_drive_0079_sync 34 l\n2011_09_26/2011_09_26_drive_0079_sync 49 r\n2011_09_26/2011_09_26_drive_0079_sync 15 r\n2011_09_26/2011_09_26_drive_0079_sync 58 r\n2011_09_26/2011_09_26_drive_0079_sync 61 l\n2011_09_26/2011_09_26_drive_0079_sync 67 r\n2011_09_26/2011_09_26_drive_0079_sync 18 r\n2011_09_26/2011_09_26_drive_0079_sync 19 l\n2011_09_26/2011_09_26_drive_0079_sync 34 r\n2011_09_26/2011_09_26_drive_0079_sync 47 l\n2011_09_26/2011_09_26_drive_0079_sync 72 l\n2011_09_26/2011_09_26_drive_0079_sync 54 r\n2011_09_26/2011_09_26_drive_0079_sync 31 l\n2011_09_26/2011_09_26_drive_0079_sync 26 r\n2011_09_26/2011_09_26_drive_0079_sync 9 r\n2011_09_26/2011_09_26_drive_0079_sync 69 l\n2011_09_26/2011_09_26_drive_0079_sync 8 l\n2011_09_26/2011_09_26_drive_0079_sync 10 l\n2011_09_26/2011_09_26_drive_0079_sync 74 r\n2011_09_26/2011_09_26_drive_0079_sync 45 r\n2011_09_26/2011_09_26_drive_0079_sync 60 r\n2011_09_26/2011_09_26_drive_0079_sync 83 r\n2011_09_26/2011_09_26_drive_0079_sync 43 r\n2011_09_26/2011_09_26_drive_0079_sync 18 l\n2011_09_26/2011_09_26_drive_0079_sync 73 r\n2011_09_26/2011_09_26_drive_0079_sync 65 r\n2011_09_26/2011_09_26_drive_0079_sync 51 r\n2011_09_26/2011_09_26_drive_0079_sync 6 l\n2011_09_26/2011_09_26_drive_0079_sync 31 r\n2011_09_26/2011_09_26_drive_0079_sync 70 r\n2011_09_26/2011_09_26_drive_0079_sync 32 l\n2011_09_26/2011_09_26_drive_0079_sync 22 l\n2011_09_26/2011_09_26_drive_0079_sync 8 r\n2011_09_26/2011_09_26_drive_0079_sync 44 l\n2011_09_26/2011_09_26_drive_0079_sync 20 l\n2011_09_26/2011_09_26_drive_0079_sync 70 l\n2011_09_26/2011_09_26_drive_0079_sync 52 r\n2011_09_26/2011_09_26_drive_0079_sync 42 l\n2011_09_26/2011_09_26_drive_0079_sync 24 r\n2011_09_26/2011_09_26_drive_0079_sync 33 r\n2011_09_26/2011_09_26_drive_0079_sync 38 l\n2011_09_26/2011_09_26_drive_0079_sync 71 l\n2011_09_26/2011_09_26_drive_0079_sync 46 r\n2011_09_26/2011_09_26_drive_0079_sync 13 r\n2011_09_26/2011_09_26_drive_0079_sync 17 r\n2011_09_26/2011_09_26_drive_0079_sync 50 r\n2011_09_26/2011_09_26_drive_0079_sync 5 l\n2011_09_26/2011_09_26_drive_0079_sync 27 l\n2011_09_26/2011_09_26_drive_0079_sync 39 l\n2011_09_26/2011_09_26_drive_0079_sync 32 r\n2011_09_26/2011_09_26_drive_0079_sync 5 r\n2011_09_26/2011_09_26_drive_0079_sync 40 l\n2011_09_26/2011_09_26_drive_0079_sync 59 l\n2011_09_26/2011_09_26_drive_0079_sync 48 l\n2011_09_26/2011_09_26_drive_0079_sync 7 l\n2011_09_26/2011_09_26_drive_0079_sync 72 r\n2011_09_26/2011_09_26_drive_0079_sync 67 l\n2011_09_26/2011_09_26_drive_0079_sync 57 r\n2011_09_26/2011_09_26_drive_0079_sync 23 r\n2011_09_26/2011_09_26_drive_0079_sync 12 l\n2011_09_26/2011_09_26_drive_0079_sync 29 r\n2011_09_26/2011_09_26_drive_0057_sync 332 l\n2011_09_26/2011_09_26_drive_0057_sync 347 l\n2011_09_26/2011_09_26_drive_0057_sync 356 l\n2011_09_26/2011_09_26_drive_0057_sync 300 r\n2011_09_26/2011_09_26_drive_0057_sync 308 l\n2011_09_26/2011_09_26_drive_0057_sync 304 r\n2011_09_26/2011_09_26_drive_0057_sync 357 l\n2011_09_26/2011_09_26_drive_0057_sync 328 r\n2011_09_26/2011_09_26_drive_0057_sync 290 l\n2011_09_26/2011_09_26_drive_0057_sync 303 r\n2011_09_26/2011_09_26_drive_0057_sync 341 r\n2011_09_26/2011_09_26_drive_0057_sync 335 r\n2011_09_26/2011_09_26_drive_0057_sync 348 r\n2011_09_26/2011_09_26_drive_0057_sync 321 r\n2011_09_26/2011_09_26_drive_0057_sync 315 r\n2011_09_26/2011_09_26_drive_0057_sync 326 l\n2011_09_26/2011_09_26_drive_0057_sync 338 r\n2011_09_26/2011_09_26_drive_0057_sync 311 r\n2011_09_26/2011_09_26_drive_0057_sync 318 l\n2011_09_26/2011_09_26_drive_0057_sync 323 l\n2011_09_26/2011_09_26_drive_0057_sync 343 l\n2011_09_26/2011_09_26_drive_0057_sync 335 l\n2011_09_26/2011_09_26_drive_0057_sync 315 l\n2011_09_26/2011_09_26_drive_0057_sync 308 r\n2011_09_26/2011_09_26_drive_0057_sync 299 l\n2011_09_26/2011_09_26_drive_0057_sync 350 l\n2011_09_26/2011_09_26_drive_0057_sync 300 l\n2011_09_26/2011_09_26_drive_0057_sync 330 r\n2011_09_26/2011_09_26_drive_0057_sync 331 l\n2011_09_26/2011_09_26_drive_0057_sync 345 l\n2011_09_26/2011_09_26_drive_0057_sync 307 l\n2011_09_26/2011_09_26_drive_0057_sync 322 r\n2011_09_26/2011_09_26_drive_0057_sync 303 l\n2011_09_26/2011_09_26_drive_0057_sync 312 r\n2011_09_26/2011_09_26_drive_0057_sync 310 l\n2011_09_26/2011_09_26_drive_0057_sync 352 l\n2011_09_26/2011_09_26_drive_0057_sync 307 r\n2011_09_26/2011_09_26_drive_0057_sync 317 l\n2011_09_26/2011_09_26_drive_0057_sync 316 r\n2011_09_26/2011_09_26_drive_0057_sync 290 r\n2011_09_26/2011_09_26_drive_0057_sync 354 l\n2011_09_26/2011_09_26_drive_0057_sync 345 r\n2011_09_26/2011_09_26_drive_0057_sync 326 r\n2011_09_26/2011_09_26_drive_0057_sync 319 r\n2011_09_26/2011_09_26_drive_0057_sync 313 l\n2011_09_26/2011_09_26_drive_0057_sync 354 r\n2011_09_26/2011_09_26_drive_0057_sync 304 l\n2011_09_26/2011_09_26_drive_0057_sync 291 r\n2011_09_26/2011_09_26_drive_0057_sync 313 r\n2011_09_26/2011_09_26_drive_0057_sync 353 r\n2011_09_26/2011_09_26_drive_0057_sync 351 l\n2011_09_26/2011_09_26_drive_0057_sync 291 l\n2011_09_26/2011_09_26_drive_0057_sync 301 l\n2011_09_26/2011_09_26_drive_0057_sync 352 r\n2011_09_26/2011_09_26_drive_0057_sync 340 l\n2011_09_26/2011_09_26_drive_0057_sync 320 r\n2011_09_26/2011_09_26_drive_0057_sync 342 l\n2011_09_26/2011_09_26_drive_0057_sync 314 l\n2011_09_26/2011_09_26_drive_0057_sync 306 l\n2011_09_26/2011_09_26_drive_0057_sync 302 r\n2011_09_26/2011_09_26_drive_0057_sync 346 r\n2011_09_26/2011_09_26_drive_0057_sync 309 r\n2011_09_26/2011_09_26_drive_0057_sync 311 l\n2011_09_26/2011_09_26_drive_0057_sync 339 r\n2011_09_26/2011_09_26_drive_0057_sync 325 l\n2011_09_26/2011_09_26_drive_0057_sync 301 r\n2011_09_26/2011_09_26_drive_0057_sync 319 l\n2011_09_26/2011_09_26_drive_0057_sync 314 r\n2011_09_26/2011_09_26_drive_0057_sync 330 l\n2011_09_26/2011_09_26_drive_0057_sync 337 r\n2011_09_26/2011_09_26_drive_0057_sync 316 l\n2011_09_26/2011_09_26_drive_0057_sync 333 r\n2011_09_26/2011_09_26_drive_0057_sync 302 l\n2011_09_26/2011_09_26_drive_0057_sync 338 l\n2011_09_26/2011_09_26_drive_0057_sync 344 l\n2011_09_26/2011_09_26_drive_0057_sync 322 l\n2011_09_26/2011_09_26_drive_0057_sync 309 l\n2011_09_26/2011_09_26_drive_0057_sync 348 l\n2011_09_26/2011_09_26_drive_0057_sync 332 r\n2011_09_26/2011_09_26_drive_0057_sync 353 l\n2011_09_26/2011_09_26_drive_0057_sync 337 l\n2011_09_26/2011_09_26_drive_0057_sync 324 r\n2011_09_26/2011_09_26_drive_0057_sync 333 l\n2011_09_26/2011_09_26_drive_0057_sync 299 r\n2011_09_26/2011_09_26_drive_0057_sync 357 r\n2011_09_26/2011_09_26_drive_0057_sync 340 r\n2011_09_26/2011_09_26_drive_0057_sync 328 l\n2011_09_26/2011_09_26_drive_0057_sync 347 r\n2011_09_26/2011_09_26_drive_0057_sync 310 r\n2011_09_26/2011_09_26_drive_0057_sync 327 l\n2011_09_26/2011_09_26_drive_0057_sync 329 l\n2011_09_26/2011_09_26_drive_0057_sync 321 l\n2011_09_26/2011_09_26_drive_0057_sync 350 r\n2011_09_26/2011_09_26_drive_0057_sync 305 l\n2011_09_26/2011_09_26_drive_0057_sync 317 r\n2011_09_26/2011_09_26_drive_0057_sync 355 r\n2011_09_26/2011_09_26_drive_0057_sync 312 l\n2011_09_26/2011_09_26_drive_0057_sync 342 r\n2011_09_26/2011_09_26_drive_0057_sync 336 l\n2011_09_26/2011_09_26_drive_0057_sync 306 r\n2011_09_26/2011_09_26_drive_0057_sync 334 l\n2011_09_26/2011_09_26_drive_0057_sync 334 r\n2011_09_26/2011_09_26_drive_0057_sync 336 r\n2011_09_26/2011_09_26_drive_0057_sync 341 l\n2011_09_26/2011_09_26_drive_0057_sync 320 l\n2011_09_26/2011_09_26_drive_0057_sync 344 r\n2011_09_26/2011_09_26_drive_0057_sync 339 l\n2011_09_26/2011_09_26_drive_0057_sync 324 l\n2011_09_26/2011_09_26_drive_0057_sync 356 r\n2011_09_26/2011_09_26_drive_0057_sync 349 l\n2011_09_26/2011_09_26_drive_0017_sync 38 r\n2011_09_26/2011_09_26_drive_0017_sync 39 r\n2011_09_26/2011_09_26_drive_0017_sync 38 l\n2011_09_26/2011_09_26_drive_0017_sync 3 r\n2011_09_26/2011_09_26_drive_0017_sync 39 l\n"
  },
  {
    "path": "splits/eldar/val_files.txt",
    "content": "2011_09_26/2011_09_26_drive_0070_sync 353 r\n2011_09_26/2011_09_26_drive_0019_sync 313 l\n2011_09_26/2011_09_26_drive_0011_sync 55 r\n2011_10_03/2011_10_03_drive_0034_sync 1275 l\n2011_10_03/2011_10_03_drive_0034_sync 2970 l\n2011_09_30/2011_09_30_drive_0033_sync 1252 r\n2011_09_30/2011_09_30_drive_0034_sync 516 l\n2011_10_03/2011_10_03_drive_0034_sync 2704 l\n2011_09_30/2011_09_30_drive_0020_sync 539 r\n2011_09_26/2011_09_26_drive_0061_sync 220 r\n2011_09_30/2011_09_30_drive_0028_sync 4816 r\n2011_09_30/2011_09_30_drive_0028_sync 59 l\n2011_09_30/2011_09_30_drive_0020_sync 306 r\n2011_09_30/2011_09_30_drive_0020_sync 972 l\n2011_09_26/2011_09_26_drive_0087_sync 70 r\n2011_09_26/2011_09_26_drive_0087_sync 116 r\n2011_10_03/2011_10_03_drive_0034_sync 631 r\n2011_10_03/2011_10_03_drive_0034_sync 631 l\n2011_09_26/2011_09_26_drive_0095_sync 46 r\n2011_09_26/2011_09_26_drive_0039_sync 380 l\n2011_10_03/2011_10_03_drive_0034_sync 2051 l\n2011_09_26/2011_09_26_drive_0022_sync 222 l\n2011_10_03/2011_10_03_drive_0034_sync 3051 l\n2011_09_26/2011_09_26_drive_0022_sync 310 l\n2011_09_30/2011_09_30_drive_0034_sync 73 l\n2011_09_26/2011_09_26_drive_0032_sync 360 l\n2011_10_03/2011_10_03_drive_0034_sync 3809 r\n2011_09_30/2011_09_30_drive_0028_sync 4976 r\n2011_09_30/2011_09_30_drive_0033_sync 528 l\n2011_09_30/2011_09_30_drive_0034_sync 959 r\n2011_09_26/2011_09_26_drive_0061_sync 668 r\n2011_09_26/2011_09_26_drive_0095_sync 118 r\n2011_09_26/2011_09_26_drive_0104_sync 140 r\n2011_09_26/2011_09_26_drive_0091_sync 170 l\n2011_09_30/2011_09_30_drive_0028_sync 2745 l\n2011_09_30/2011_09_30_drive_0028_sync 1873 r\n2011_09_26/2011_09_26_drive_0061_sync 431 l\n2011_09_26/2011_09_26_drive_0091_sync 22 l\n2011_09_29/2011_09_29_drive_0004_sync 237 r\n2011_10_03/2011_10_03_drive_0034_sync 4320 l\n2011_09_26/2011_09_26_drive_0087_sync 99 l\n2011_09_26/2011_09_26_drive_0095_sync 184 l\n2011_09_30/2011_09_30_drive_0034_sync 699 l\n2011_09_29/2011_09_29_drive_0004_sync 17 l\n2011_09_30/2011_09_30_drive_0028_sync 455 l\n2011_09_26/2011_09_26_drive_0022_sync 84 l\n2011_09_26/2011_09_26_drive_0018_sync 222 l\n2011_10_03/2011_10_03_drive_0042_sync 495 l\n2011_09_30/2011_09_30_drive_0028_sync 779 l\n2011_10_03/2011_10_03_drive_0042_sync 1147 l\n2011_09_26/2011_09_26_drive_0015_sync 132 l\n2011_09_30/2011_09_30_drive_0033_sync 566 r\n2011_10_03/2011_10_03_drive_0034_sync 4046 r\n2011_09_30/2011_09_30_drive_0028_sync 1891 l\n2011_09_26/2011_09_26_drive_0022_sync 163 l\n2011_09_30/2011_09_30_drive_0034_sync 453 l\n2011_09_26/2011_09_26_drive_0039_sync 275 r\n2011_10_03/2011_10_03_drive_0034_sync 4393 r\n2011_09_30/2011_09_30_drive_0028_sync 4028 r\n2011_10_03/2011_10_03_drive_0034_sync 3966 l\n2011_09_30/2011_09_30_drive_0028_sync 1320 r\n2011_09_30/2011_09_30_drive_0028_sync 1036 l\n2011_09_29/2011_09_29_drive_0004_sync 159 l\n2011_10_03/2011_10_03_drive_0042_sync 855 l\n2011_09_26/2011_09_26_drive_0039_sync 359 l\n2011_10_03/2011_10_03_drive_0042_sync 976 r\n2011_09_26/2011_09_26_drive_0014_sync 125 l\n2011_09_26/2011_09_26_drive_0061_sync 401 l\n2011_09_30/2011_09_30_drive_0028_sync 238 r\n2011_09_26/2011_09_26_drive_0022_sync 5 r\n2011_09_26/2011_09_26_drive_0019_sync 184 l\n2011_09_30/2011_09_30_drive_0028_sync 3344 l\n2011_09_30/2011_09_30_drive_0028_sync 567 l\n2011_09_30/2011_09_30_drive_0028_sync 2832 l\n2011_09_26/2011_09_26_drive_0087_sync 82 r\n2011_09_30/2011_09_30_drive_0028_sync 329 r\n2011_09_30/2011_09_30_drive_0034_sync 682 r\n2011_09_26/2011_09_26_drive_0051_sync 163 r\n2011_10_03/2011_10_03_drive_0034_sync 3039 r\n2011_09_30/2011_09_30_drive_0028_sync 4643 l\n2011_09_30/2011_09_30_drive_0028_sync 2660 r\n2011_09_26/2011_09_26_drive_0061_sync 313 l\n2011_09_30/2011_09_30_drive_0020_sync 261 l\n2011_09_26/2011_09_26_drive_0022_sync 111 l\n2011_10_03/2011_10_03_drive_0034_sync 4150 l\n2011_10_03/2011_10_03_drive_0034_sync 2530 r\n2011_09_30/2011_09_30_drive_0034_sync 295 r\n2011_09_30/2011_09_30_drive_0033_sync 248 r\n2011_09_30/2011_09_30_drive_0028_sync 3526 r\n2011_10_03/2011_10_03_drive_0034_sync 1444 r\n2011_10_03/2011_10_03_drive_0034_sync 4320 r\n2011_09_30/2011_09_30_drive_0028_sync 4773 l\n2011_10_03/2011_10_03_drive_0034_sync 1095 r\n2011_10_03/2011_10_03_drive_0034_sync 2684 r\n2011_09_30/2011_09_30_drive_0034_sync 118 l\n2011_09_26/2011_09_26_drive_0011_sync 81 l\n2011_09_26/2011_09_26_drive_0087_sync 68 r\n2011_09_30/2011_09_30_drive_0028_sync 604 r\n2011_09_30/2011_09_30_drive_0034_sync 642 r\n2011_10_03/2011_10_03_drive_0034_sync 54 r\n2011_10_03/2011_10_03_drive_0034_sync 4409 l\n2011_10_03/2011_10_03_drive_0042_sync 946 l\n2011_10_03/2011_10_03_drive_0034_sync 1924 r\n2011_09_26/2011_09_26_drive_0061_sync 487 l\n2011_09_30/2011_09_30_drive_0028_sync 4333 l\n2011_09_26/2011_09_26_drive_0022_sync 459 l\n2011_09_30/2011_09_30_drive_0034_sync 210 r\n2011_09_30/2011_09_30_drive_0034_sync 315 l\n2011_09_30/2011_09_30_drive_0033_sync 1468 l\n2011_09_30/2011_09_30_drive_0033_sync 1221 l\n2011_09_26/2011_09_26_drive_0087_sync 497 l\n2011_09_26/2011_09_26_drive_0019_sync 62 r\n2011_09_30/2011_09_30_drive_0028_sync 3705 r\n2011_09_26/2011_09_26_drive_0039_sync 308 r\n2011_09_26/2011_09_26_drive_0005_sync 49 r\n2011_10_03/2011_10_03_drive_0034_sync 2848 r\n2011_09_30/2011_09_30_drive_0033_sync 1323 r\n2011_10_03/2011_10_03_drive_0034_sync 3474 l\n2011_09_30/2011_09_30_drive_0033_sync 1352 r\n2011_10_03/2011_10_03_drive_0034_sync 1038 r\n2011_09_26/2011_09_26_drive_0091_sync 267 l\n2011_09_26/2011_09_26_drive_0019_sync 469 r\n2011_10_03/2011_10_03_drive_0034_sync 4245 l\n2011_09_26/2011_09_26_drive_0061_sync 271 l\n2011_09_30/2011_09_30_drive_0028_sync 3852 l\n2011_09_30/2011_09_30_drive_0033_sync 61 l\n2011_09_30/2011_09_30_drive_0034_sync 901 r\n2011_09_30/2011_09_30_drive_0020_sync 641 r\n2011_09_30/2011_09_30_drive_0020_sync 156 l\n2011_09_30/2011_09_30_drive_0028_sync 1726 r\n2011_09_26/2011_09_26_drive_0079_sync 52 l\n2011_09_26/2011_09_26_drive_0032_sync 265 l\n2011_10_03/2011_10_03_drive_0034_sync 2644 r\n2011_09_30/2011_09_30_drive_0033_sync 863 r\n2011_09_26/2011_09_26_drive_0018_sync 244 r\n2011_09_26/2011_09_26_drive_0061_sync 85 l\n2011_09_30/2011_09_30_drive_0028_sync 1774 r\n2011_09_30/2011_09_30_drive_0028_sync 4722 r\n2011_10_03/2011_10_03_drive_0034_sync 4298 r\n2011_09_26/2011_09_26_drive_0070_sync 400 l\n2011_09_26/2011_09_26_drive_0104_sync 161 l\n2011_09_26/2011_09_26_drive_0039_sync 282 l\n2011_10_03/2011_10_03_drive_0042_sync 556 l\n2011_09_30/2011_09_30_drive_0028_sync 1887 l\n2011_10_03/2011_10_03_drive_0034_sync 794 r\n2011_10_03/2011_10_03_drive_0034_sync 94 l\n2011_10_03/2011_10_03_drive_0042_sync 367 l\n2011_10_03/2011_10_03_drive_0034_sync 2412 l\n2011_10_03/2011_10_03_drive_0042_sync 391 l\n2011_09_30/2011_09_30_drive_0020_sync 545 l\n2011_09_30/2011_09_30_drive_0033_sync 124 l\n2011_09_30/2011_09_30_drive_0028_sync 3032 l\n2011_09_30/2011_09_30_drive_0028_sync 1302 r\n2011_09_26/2011_09_26_drive_0087_sync 329 r\n2011_09_26/2011_09_26_drive_0091_sync 34 r\n2011_10_03/2011_10_03_drive_0042_sync 184 r\n2011_09_30/2011_09_30_drive_0028_sync 1010 l\n2011_10_03/2011_10_03_drive_0034_sync 4621 l\n2011_09_30/2011_09_30_drive_0034_sync 975 r\n2011_09_30/2011_09_30_drive_0020_sync 1069 r\n2011_09_26/2011_09_26_drive_0087_sync 390 l\n2011_09_30/2011_09_30_drive_0028_sync 4977 r\n2011_10_03/2011_10_03_drive_0034_sync 3518 l\n2011_10_03/2011_10_03_drive_0034_sync 3810 r\n2011_09_30/2011_09_30_drive_0028_sync 3029 l\n2011_09_30/2011_09_30_drive_0033_sync 981 l\n2011_09_26/2011_09_26_drive_0104_sync 232 r\n2011_09_30/2011_09_30_drive_0028_sync 1501 r\n2011_09_26/2011_09_26_drive_0011_sync 12 l\n2011_09_26/2011_09_26_drive_0061_sync 458 l\n2011_09_30/2011_09_30_drive_0028_sync 3266 r\n2011_09_30/2011_09_30_drive_0028_sync 408 r\n2011_09_26/2011_09_26_drive_0032_sync 62 r\n2011_09_30/2011_09_30_drive_0028_sync 4592 l\n2011_10_03/2011_10_03_drive_0034_sync 663 r\n2011_09_26/2011_09_26_drive_0022_sync 531 l\n2011_09_30/2011_09_30_drive_0033_sync 1046 r\n2011_09_30/2011_09_30_drive_0028_sync 3265 r\n2011_10_03/2011_10_03_drive_0034_sync 2046 r\n2011_09_26/2011_09_26_drive_0070_sync 4 r\n2011_09_26/2011_09_26_drive_0051_sync 405 r\n2011_09_30/2011_09_30_drive_0020_sync 182 r\n2011_10_03/2011_10_03_drive_0034_sync 825 l\n2011_09_26/2011_09_26_drive_0087_sync 207 l\n2011_09_26/2011_09_26_drive_0014_sync 271 r\n2011_09_30/2011_09_30_drive_0034_sync 105 r\n2011_09_26/2011_09_26_drive_0015_sync 28 l\n2011_10_03/2011_10_03_drive_0034_sync 283 l\n2011_09_30/2011_09_30_drive_0034_sync 970 r\n2011_09_30/2011_09_30_drive_0028_sync 116 l\n2011_09_28/2011_09_28_drive_0001_sync 69 l\n2011_10_03/2011_10_03_drive_0042_sync 860 l\n2011_10_03/2011_10_03_drive_0034_sync 1962 l\n2011_09_30/2011_09_30_drive_0020_sync 534 l\n2011_10_03/2011_10_03_drive_0034_sync 1010 r\n2011_09_30/2011_09_30_drive_0033_sync 706 r\n2011_09_30/2011_09_30_drive_0028_sync 1285 r\n2011_09_26/2011_09_26_drive_0035_sync 69 r\n2011_09_30/2011_09_30_drive_0028_sync 2047 r\n2011_09_26/2011_09_26_drive_0087_sync 575 r\n2011_10_03/2011_10_03_drive_0034_sync 1894 r\n2011_09_26/2011_09_26_drive_0015_sync 208 r\n2011_09_26/2011_09_26_drive_0005_sync 36 l\n2011_10_03/2011_10_03_drive_0042_sync 91 r\n2011_09_30/2011_09_30_drive_0034_sync 963 r\n2011_09_26/2011_09_26_drive_0018_sync 203 r\n2011_09_26/2011_09_26_drive_0039_sync 63 l\n2011_10_03/2011_10_03_drive_0034_sync 2136 l\n2011_09_26/2011_09_26_drive_0095_sync 97 l\n2011_09_26/2011_09_26_drive_0095_sync 145 l\n2011_09_30/2011_09_30_drive_0028_sync 795 r\n2011_09_30/2011_09_30_drive_0028_sync 3473 r\n2011_09_30/2011_09_30_drive_0028_sync 3638 l\n2011_09_30/2011_09_30_drive_0028_sync 4923 r\n2011_09_30/2011_09_30_drive_0033_sync 944 l\n2011_09_26/2011_09_26_drive_0039_sync 239 l\n2011_09_30/2011_09_30_drive_0028_sync 2753 r\n2011_09_30/2011_09_30_drive_0033_sync 1415 l\n2011_09_30/2011_09_30_drive_0034_sync 304 l\n2011_09_26/2011_09_26_drive_0005_sync 17 r\n2011_09_30/2011_09_30_drive_0028_sync 4152 r\n2011_09_26/2011_09_26_drive_0061_sync 564 l\n2011_09_30/2011_09_30_drive_0028_sync 1499 l\n2011_10_03/2011_10_03_drive_0034_sync 3291 r\n2011_10_03/2011_10_03_drive_0034_sync 3094 r\n2011_09_30/2011_09_30_drive_0028_sync 4037 l\n2011_09_30/2011_09_30_drive_0034_sync 558 l\n2011_09_26/2011_09_26_drive_0051_sync 178 l\n2011_09_30/2011_09_30_drive_0028_sync 2433 l\n2011_10_03/2011_10_03_drive_0034_sync 3025 r\n2011_09_30/2011_09_30_drive_0028_sync 4426 r\n2011_09_30/2011_09_30_drive_0028_sync 1471 r\n2011_10_03/2011_10_03_drive_0034_sync 2511 l\n2011_09_30/2011_09_30_drive_0028_sync 665 l\n2011_09_30/2011_09_30_drive_0020_sync 689 r\n2011_09_30/2011_09_30_drive_0028_sync 2425 r\n2011_09_30/2011_09_30_drive_0028_sync 2649 r\n2011_09_30/2011_09_30_drive_0033_sync 816 l\n2011_09_30/2011_09_30_drive_0033_sync 1163 r\n2011_09_30/2011_09_30_drive_0034_sync 151 r\n"
  },
  {
    "path": "splits/nyuv2/val_files.txt",
    "content": "bathroom_0003 301 306 311 277\nbathroom_0004 180 185 190 202\nbathroom_0008 30 35 40 15\nbathroom_0009 30 35 40 48\nbathroom_0012 30 35 40 46\nbathroom_0012 94 99 104 123\nbathroom_0012 387 392 397 406\nbathroom_0015 142 147 152 164\nbathroom_0015 517 522 527 545\nbedroom_0003 30 35 40 49\nbedroom_0003 59 64 69 48\nbedroom_0003 745 750 755 734\nbedroom_0003 1017 1022 1027 995\nbedroom_0003 1491 1496 1501 1486\nbedroom_0003 1916 1921 1926 1896\nbedroom_0005 120 125 130 130\nbedroom_0005 511 516 521 486\nbedroom_0005 751 756 761 744\nbedroom_0006 151 156 161 168\nbedroom_0006 302 307 312 316\nbedroom_0006 452 457 462 422\nbedroom_0006 630 635 640 605\nbedroom_0006 923 928 933 913\nbedroom_0006 1081 1086 1091 1055\nbedroom_0007 30 35 40 33\nbedroom_0007 450 455 460 423\nbedroom_0007 629 634 639 634\nbedroom_0007 1049 1054 1059 1068\nbedroom_0007 1198 1203 1208 1218\nbedroom_0011 181 186 191 180\nbedroom_0011 362 367 372 378\nbedroom_0013 59 64 69 75\nbedroom_0013 508 513 518 510\nbedroom_0013 598 603 608 572\nbedroom_0013 868 873 878 869\nbedroom_0013 1170 1175 1180 1177\nbedroom_0018a 272 277 282 287\nbedroom_0018a 542 547 552 552\nbedroom_0018b 31 36 41 59\nbedroom_0018b 483 488 493 462\nbedroom_0022 30 35 40 2\nbedroom_0024 215 220 225 189\nbedroom_0024 764 769 774 744\nbedroom_0027 30 35 40 34\nbedroom_0027 379 384 389 405\nbedroom_0027 1051 1056 1061 1042\nbedroom_0030 30 35 40 23\nbedroom_0030 96 101 106 108\nbedroom_0030 213 218 223 237\nbedroom_0032 30 35 40 6\nbedroom_0032 157 162 167 182\nbedroom_0032 266 271 276 252\nbedroom_0032 1001 1006 1011 1003\nbedroom_0037 82 87 92 90\nbedroom_0037 391 396 401 401\nbedroom_0037 855 860 865 858\nbookstore_0001a 30 35 40 18\nbookstore_0001a 446 451 456 472\nbookstore_0001a 866 871 876 876\nbookstore_0001a 1285 1290 1295 1297\nbookstore_0001a 2758 2763 2768 2737\nbookstore_0001b 119 124 129 130\nbookstore_0001b 2337 2342 2347 2325\nbookstore_0001c 302 307 312 304\ncomputer_lab_0001 30 35 40 15\ncomputer_lab_0001 725 730 735 712\ncomputer_lab_0001 1297 1302 1307 1291\ndining_room_0003 256 261 266 255\ndining_room_0003 646 651 656 665\ndining_room_0003 994 999 1004 995\ndining_room_0005 309 314 319 303\ndining_room_0005 556 561 566 585\ndining_room_0006 79 84 89 85\ndining_room_0006 222 227 232 216\ndining_room_0009 165 170 175 189\ndining_room_0009 286 291 296 311\ndining_room_0011 278 283 288 280\ndining_room_0011 486 491 496 479\ndining_room_0017 39 44 49 28\ndining_room_0017 357 362 367 359\ndining_room_0017 573 578 583 575\ndining_room_0018 30 35 40 13\ndining_room_0018 272 277 282 277\ndining_room_0018 1059 1064 1069 1053\ndining_room_0018 1376 1381 1386 1374\ndining_room_0018 1521 1526 1531 1516\ndining_room_0020 30 35 40 40\ndining_room_0020 840 845 850 832\ndining_room_0020 1458 1463 1468 1446\ndining_room_0021 30 35 40 59\ndining_room_0021 896 901 906 877\ndining_room_0021 1098 1103 1108 1092\ndining_room_0022 275 280 285 254\ndining_room_0022 860 865 870 854\ndining_room_0025 80 85 90 104\ndining_room_0025 420 425 430 436\ndining_room_0025 994 999 1004 986\ndining_room_0025 1309 1314 1319 1327\ndining_room_0025 1407 1412 1417 1411\ndining_room_0026a 126 131 136 154\ndining_room_0026a 1161 1166 1171 1141\ndining_room_0026a 1248 1253 1258 1245\ndining_room_0030 77 82 87 92\ndining_room_0030 218 223 228 191\ndining_room_0030 578 583 588 567\ndining_room_0030 1140 1145 1150 1153\ndining_room_0032 470 475 480 499\ndining_room_0032 1205 1210 1215 1218\ndining_room_0032 1521 1526 1531 1506\ndining_room_0032 1825 1830 1835 1838\ndining_room_0035 136 141 146 124\ndining_room_0035 320 325 330 337\ndining_room_0035 933 938 943 954\ndining_room_0036 135 140 145 133\ndining_room_0036 809 814 819 794\ndining_room_0036 967 972 977 971\ndining_room_0036 1218 1223 1228 1201\ndining_room_0036 1656 1661 1666 1670\ndining_room_0036 2058 2063 2068 2086\ndining_room_0038 30 35 40 46\ndining_room_0038 355 360 365 329\ndining_room_0038 1135 1140 1145 1159\nfoyer_0001 156 161 166 150\nfoyer_0001 224 229 234 252\nkitchen_0002 30 35 40 14\nkitchen_0002 869 874 879 893\nkitchen_0002 1264 1269 1274 1294\nkitchen_0002 1413 1418 1423 1433\nkitchen_0002 1503 1508 1513 1521\nkitchen_0002 1904 1909 1914 1926\nkitchen_0002 2085 2090 2095 2102\nkitchen_0002 2354 2359 2364 2331\nkitchen_0002 3046 3051 3056 3033\nkitchen_0004 30 35 40 47\nkitchen_0004 301 306 311 276\nkitchen_0005 90 95 100 66\nkitchen_0005 150 155 160 159\nkitchen_0005 390 395 400 381\nkitchen_0005 716 721 726 713\nkitchen_0005 929 934 939 929\nkitchen_0007 90 95 100 79\nkitchen_0007 302 307 312 305\nkitchen_0007 332 337 342 360\nkitchen_0007 661 666 671 646\nkitchen_0009 149 154 159 166\nkitchen_0015 34 39 44 40\nkitchen_0021 30 35 40 17\nkitchen_0021 100 105 110 77\nkitchen_0021 189 194 199 190\nkitchen_0022 30 35 40 55\nkitchen_0022 67 72 77 63\nkitchen_0022 90 95 100 66\nkitchen_0022 148 153 158 158\nkitchen_0022 150 155 160 142\nkitchen_0023 30 35 40 5\nkitchen_0023 275 280 285 265\nkitchen_0023 821 826 831 831\nkitchen_0023 1159 1164 1169 1167\nkitchen_0023 1384 1389 1394 1403\nkitchen_0024 30 35 40 30\nkitchen_0024 164 169 174 193\nkitchen_0024 416 421 426 441\nkitchen_0024 664 669 674 674\nkitchen_0024 804 809 814 832\nkitchen_0025 30 35 40 15\nkitchen_0025 253 258 263 277\nkitchen_0025 399 404 409 428\nkitchen_0026a 30 35 40 23\nkitchen_0026b 30 35 40 49\nkitchen_0026b 401 406 411 427\nkitchen_0027 83 88 93 104\nkitchen_0027 234 239 244 224\nkitchen_0027 435 440 445 417\nkitchen_0027 1234 1239 1244 1211\nkitchen_0027 1808 1813 1818 1830\nkitchen_0030a 30 35 40 17\nkitchen_0030b 30 35 40 44\nkitchen_0030b 583 588 593 554\nkitchen_0030b 938 943 948 952\nkitchen_0030b 1035 1040 1045 1054\nkitchen_0032 30 35 40 38\nkitchen_0032 266 271 276 270\nkitchen_0032 773 778 783 752\nkitchen_0032 952 957 962 978\nkitchen_0032 1151 1156 1161 1179\nkitchen_0034a 269 274 279 272\nkitchen_0034b 234 239 244 214\nkitchen_0034b 688 693 698 710\nkitchen_0038 30 35 40 16\nkitchen_0038 287 292 297 264\nkitchen_0038 544 549 554 527\nkitchen_0038 740 745 750 735\nkitchen_0039 81 86 91 110\nkitchen_0039 295 300 305 323\nkitchen_0039 648 653 658 635\nkitchen_0039 1048 1053 1058 1026\nkitchen_0039 1148 1153 1158 1136\nkitchen_0039 1736 1741 1746 1721\nkitchen_0040 30 35 40 27\nkitchen_0040 632 637 642 617\nkitchen_0040 985 990 995 1013\nkitchen_0040 1315 1320 1325 1306\nliving_room_0002 59 64 69 73\nliving_room_0003 160 165 170 160\nliving_room_0003 490 495 500 488\nliving_room_0003 794 799 804 816\nliving_room_0003 1335 1340 1345 1317\nliving_room_0003 1707 1712 1717 1681\nliving_room_0008 331 336 341 350\nliving_room_0008 1234 1239 1244 1251\nliving_room_0009 90 95 100 114\nliving_room_0013 722 727 732 694\nliving_room_0013 1114 1119 1124 1102\nliving_room_0014 151 156 161 180\nliving_room_0021 567 572 577 543\nliving_room_0025 66 71 76 74\nliving_room_0025 280 285 290 271\nliving_room_0025 891 896 901 863\nliving_room_0026 122 127 132 115\nliving_room_0026 1154 1159 1164 1126\nliving_room_0027 82 87 92 83\nliving_room_0027 512 517 522 494\nliving_room_0027 2445 2450 2455 2419\nliving_room_0028 30 35 40 51\nliving_room_0028 120 125 130 100\nliving_room_0028 271 276 281 296\nliving_room_0028 310 315 320 324\nliving_room_0030a 30 35 40 37\nliving_room_0030b 30 35 40 36\nliving_room_0031 30 35 40 16\nliving_room_0031 445 450 455 420\nliving_room_0031 533 538 543 529\nliving_room_0034a 38 43 48 34\nliving_room_0034a 178 183 188 167\nliving_room_0034a 448 453 458 432\nliving_room_0034b 30 35 40 59\nliving_room_0034b 329 334 339 355\nliving_room_0036 105 110 115 102\nliving_room_0036 456 461 466 473\nliving_room_0036 614 619 624 633\nliving_room_0041 30 35 40 32\nliving_room_0041 373 378 383 349\nliving_room_0041 857 862 867 857\nliving_room_0041 1192 1197 1202 1212\nliving_room_0043a 30 35 40 39\nliving_room_0043a 96 101 106 73\nliving_room_0043a 180 185 190 191\nliving_room_0043b 998 1003 1008 1009\nliving_room_0044 30 35 40 1\nliving_room_0044 110 115 120 85\nliving_room_0044 274 279 284 285\nliving_room_0044 358 363 368 387\nliving_room_0045 30 35 40 27\nliving_room_0045 274 279 284 293\nliving_room_0045 867 872 877 877\nliving_room_0045 1467 1472 1477 1460\nliving_room_0048 116 121 126 110\nliving_room_0048 222 227 232 247\nliving_room_0049a 76 81 86 72\nliving_room_0049a 554 559 564 532\nliving_room_0049b 273 278 283 269\nliving_room_0049b 398 403 408 389\nliving_room_0051 43 48 53 54\nliving_room_0051 393 398 403 393\nliving_room_0051 715 720 725 743\nliving_room_0051 1484 1489 1494 1460\nliving_room_0052 267 272 277 245\nliving_room_0052 715 720 725 704\nliving_room_0053 54 59 64 52\nliving_room_0053 372 377 382 401\nliving_room_0053 1057 1062 1067 1077\nliving_room_0054 131 136 141 111\nliving_room_0054 382 387 392 404\nliving_room_0056 329 334 339 332\nliving_room_0057 30 35 40 32\nliving_room_0057 832 837 842 851\nliving_room_0059 469 474 479 471\nliving_room_0059 1469 1474 1479 1461\nliving_room_0059 2117 2122 2127 2087\nliving_room_0059 2305 2310 2315 2307\nliving_room_0060 30 35 40 18\nliving_room_0060 183 188 193 176\nliving_room_0061 695 700 705 724\nliving_room_0064a 90 95 100 72\nliving_room_0066 1034 1039 1044 1017\nliving_room_0072 2409 2414 2419 2391\nliving_room_0075 30 35 40 0\nliving_room_0075 196 201 206 188\nliving_room_0076 461 466 471 464\nliving_room_0079 195 200 205 169\nliving_room_0079 414 419 424 394\nliving_room_0079 1417 1422 1427 1394\nliving_room_0080 30 35 40 3\nliving_room_0080 1607 1612 1617 1597\nliving_room_0080 1866 1871 1876 1859\nliving_room_0081a 159 164 169 135\nliving_room_0081b 395 400 405 418\nliving_room_0081b 666 671 676 653\nliving_room_0081c 95 100 105 99\nliving_room_0081c 313 318 323 320\nliving_room_0084 58 63 68 46\nliving_room_0084 269 274 279 286\nliving_room_0084 418 423 428 389\nliving_room_0084 858 863 868 883\nliving_room_0087 51 56 61 49\nliving_room_0087 347 352 357 372\nliving_room_0087 603 608 613 626\nliving_room_0087 1118 1123 1128 1132\nliving_room_0087 1317 1322 1327 1343\noffice_0005 30 35 40 34\noffice_0007 210 215 220 203\noffice_0008 30 35 40 36\noffice_0008 298 303 308 300\noffice_0008 689 694 699 704\noffice_0008 778 783 788 806\noffice_0010 210 215 220 180\noffice_0013 60 65 70 89\noffice_0013 1076 1081 1086 1066\noffice_0013 1492 1497 1502 1490\noffice_0013 1613 1618 1623 1599\noffice_0013 1731 1736 1741 1750\noffice_0013 1970 1975 1980 1970\noffice_0013 2148 2153 2158 2177\noffice_0014 120 125 130 115\noffice_0014 271 276 281 251\noffice_0014 660 665 670 674\noffice_0014 1023 1028 1033 994\noffice_0015 30 35 40 7\noffice_0015 151 156 161 165\noffice_0015 901 906 911 910\noffice_0015 1175 1180 1185 1160\noffice_0015 1531 1536 1541 1542\noffice_0016 227 232 237 230\noffice_0017 30 35 40 28\noffice_0020 100 105 110 88\noffice_0020 225 230 235 255\noffice_0022a 54 59 64 38\noffice_0022a 153 158 163 145\noffice_0022a 421 426 431 449\noffice_0022b 96 101 106 88\noffice_0022b 269 274 279 277\noffice_0027a 58 63 68 38\noffice_0027a 261 266 271 291\noffice_0027a 556 561 566 570\noffice_0027b 30 35 40 10\noffice_0027b 158 163 168 170\noffice_0027b 472 477 482 492\n"
  },
  {
    "path": "splits/re10k_latentsplat/test_closer_as_src.txt",
    "content": "5aca87f95a9412c6 58 13 13 13\n5aca87f95a9412c6 133 135 135 135\n5aca87f95a9412c6 133 141 141 141\n322261824c4a3003 12 4 4 4\n322261824c4a3003 12 11 11 11\n322261824c4a3003 82 84 84 84\n17d9303ee77c3a3d 20 10 10 10\n17d9303ee77c3a3d 20 12 12 12\n17d9303ee77c3a3d 20 13 13 13\ndebc3490ba0bd84b 23 0 0 0\ndebc3490ba0bd84b 23 1 1 1\ndebc3490ba0bd84b 23 8 8 8\ne124dfa7e996a414 46 25 25 25\ne124dfa7e996a414 46 27 27 27\ne124dfa7e996a414 131 160 160 160\naa91dfdd5f4ad32b 4 0 0 0\naa91dfdd5f4ad32b 4 1 1 1\naa91dfdd5f4ad32b 4 2 2 2\ne4bcb18fa6aa91be 40 2 2 2\ne4bcb18fa6aa91be 40 30 30 30\ne4bcb18fa6aa91be 40 39 39 39\nbc95e5c7e357f1b7 66 35 35 35\nbc95e5c7e357f1b7 117 122 122 122\nbc95e5c7e357f1b7 117 132 132 132\nf7c0fa5b81552d35 67 76 76 76\nf7c0fa5b81552d35 67 89 89 89\nf7c0fa5b81552d35 67 92 92 92\n7c7bc5285126e6ad 69 66 66 66\n7c7bc5285126e6ad 123 124 124 124\n7c7bc5285126e6ad 123 125 125 125\ne1afd89a69ee6947 105 64 64 64\ne1afd89a69ee6947 105 87 87 87\ne1afd89a69ee6947 105 101 101 101\n8b212f2755d955ec 20 1 1 1\n8b212f2755d955ec 78 90 90 90\n8b212f2755d955ec 78 106 106 106\n88d9ba3324f2ec21 9 2 2 2\n88d9ba3324f2ec21 9 8 8 8\n88d9ba3324f2ec21 67 76 76 76\n4c4fa41951e37e78 6 0 0 0\n4c4fa41951e37e78 60 64 64 64\n4c4fa41951e37e78 60 67 67 67\n34b0658a5c200cdf 28 4 4 4\n34b0658a5c200cdf 28 20 20 20\n34b0658a5c200cdf 28 22 22 22\na56ba2efb5e3fdd9 23 8 8 8\na56ba2efb5e3fdd9 23 19 19 19\na56ba2efb5e3fdd9 72 87 87 87\nffa95c3b40609c76 59 15 15 15\nffa95c3b40609c76 59 25 25 25\nffa95c3b40609c76 153 179 179 179\ncdf439b17a6a98d4 64 79 79 79\ncdf439b17a6a98d4 64 80 80 80\ncdf439b17a6a98d4 64 86 86 86\n79ce50fb7b021e1d 137 100 100 100\n79ce50fb7b021e1d 225 231 231 231\n79ce50fb7b021e1d 225 269 269 269\nde67e3a0b0648cfe 75 55 55 55\nde67e3a0b0648cfe 75 56 56 56\nde67e3a0b0648cfe 75 65 65 65\n622ef98e83ed5239 34 0 0 0\n622ef98e83ed5239 34 20 20 20\n622ef98e83ed5239 34 26 26 26\n252a24d25a1ea81d 231 194 194 194\n252a24d25a1ea81d 231 202 202 202\n252a24d25a1ea81d 231 221 221 221\n28e8300e004ab30b 54 58 58 58\n28e8300e004ab30b 54 67 67 67\n28e8300e004ab30b 54 69 69 69\nc48f19e2ffa52523 168 161 161 161\nc48f19e2ffa52523 234 238 238 238\nc48f19e2ffa52523 234 250 250 250\na47b88040452d7d9 178 134 134 134\na47b88040452d7d9 178 164 164 164\na47b88040452d7d9 178 171 171 171\ncb38d67088b66084 4 0 0 0\ncb38d67088b66084 55 61 61 61\ncb38d67088b66084 55 80 80 80\n358bdee988c269ef 66 73 73 73\n358bdee988c269ef 66 75 75 75\n358bdee988c269ef 66 90 90 90\n54841308aff91857 39 25 25 25\n54841308aff91857 39 35 35 35\n54841308aff91857 87 89 89 89\n30fc5fc78c5a716e 119 95 95 95\n30fc5fc78c5a716e 119 97 97 97\n30fc5fc78c5a716e 119 98 98 98\n214df1c2863d2959 59 69 69 69\n214df1c2863d2959 59 75 75 75\n214df1c2863d2959 59 101 101 101\n6558c5f10d45a929 79 83 83 83\n6558c5f10d45a929 79 117 117 117\n6558c5f10d45a929 79 123 123 123\n1214f2a11a9fc1ed 115 87 87 87\n1214f2a11a9fc1ed 168 171 171 171\n1214f2a11a9fc1ed 168 188 188 188\n0d4de33c6888a754 19 0 0 0\n0d4de33c6888a754 19 8 8 8\n0d4de33c6888a754 67 78 78 78\n40ca76de44a6e1a9 34 11 11 11\n40ca76de44a6e1a9 81 88 88 88\n40ca76de44a6e1a9 81 106 106 106\n8b760ac05c93a6bb 11 3 3 3\n8b760ac05c93a6bb 11 10 10 10\n8b760ac05c93a6bb 73 83 83 83\nbfd27ad72975e120 40 19 19 19\nbfd27ad72975e120 40 25 25 25\nbfd27ad72975e120 40 37 37 37\n89ea49cd9865aeff 19 6 6 6\n89ea49cd9865aeff 19 13 13 13\n89ea49cd9865aeff 78 82 82 82\na9b3ff60b213e099 56 44 44 44\na9b3ff60b213e099 56 54 54 54\na9b3ff60b213e099 132 134 134 134\n41bcd011f99bfb66 6 3 3 3\n41bcd011f99bfb66 51 52 52 52\n41bcd011f99bfb66 51 54 54 54\n2da2eeb966bc0ef8 50 29 29 29\n2da2eeb966bc0ef8 50 30 30 30\n2da2eeb966bc0ef8 114 116 116 116\nf14791aec34dbdcd 46 2 2 2\nf14791aec34dbdcd 46 11 11 11\nf14791aec34dbdcd 46 13 13 13\n800ea72b6988f63e 168 135 135 135\n800ea72b6988f63e 168 148 148 148\n800ea72b6988f63e 264 275 275 275\n572acd18419c3456 63 66 66 66\n572acd18419c3456 63 68 68 68\n572acd18419c3456 63 69 69 69\ned477bdf8582adff 16 8 8 8\ned477bdf8582adff 16 11 11 11\ned477bdf8582adff 61 68 68 68\na6fa92e8204f6118 11 5 5 5\na6fa92e8204f6118 82 98 98 98\na6fa92e8204f6118 82 103 103 103\nbb4d7012261ee0ed 51 52 52 52\nbb4d7012261ee0ed 51 74 74 74\nbb4d7012261ee0ed 51 75 75 75\n0c52996355b23d76 17 9 9 9\n0c52996355b23d76 17 15 15 15\n0c52996355b23d76 115 121 121 121\nbc143130c1842e4b 67 31 31 31\nbc143130c1842e4b 67 56 56 56\nbc143130c1842e4b 134 136 136 136\n674dabef8f53b566 57 71 71 71\n674dabef8f53b566 57 76 76 76\n674dabef8f53b566 57 84 84 84\nb26e6c80d283c4c8 92 93 93 93\nb26e6c80d283c4c8 92 96 96 96\nb26e6c80d283c4c8 92 99 99 99\n57d3409bf04c4651 7 3 3 3\n57d3409bf04c4651 7 5 5 5\n57d3409bf04c4651 7 6 6 6\n21e794f71e31becb 104 60 60 60\n21e794f71e31becb 104 91 91 91\n21e794f71e31becb 216 224 224 224\n67a69088a2695987 44 9 9 9\n67a69088a2695987 44 13 13 13\n67a69088a2695987 89 97 97 97\n62bcb465bb03d34f 58 65 65 65\n62bcb465bb03d34f 58 66 66 66\n62bcb465bb03d34f 58 73 73 73\n912177dbf0a1ed6c 17 3 3 3\n912177dbf0a1ed6c 17 4 4 4\n912177dbf0a1ed6c 66 67 67 67\nd3a01038c5f21473 42 40 40 40\nd3a01038c5f21473 131 168 168 168\nd3a01038c5f21473 131 172 172 172\n10c8e54590f715f7 85 71 71 71\n10c8e54590f715f7 132 162 162 162\n10c8e54590f715f7 132 165 165 165\naadc1e2dc74fd644 14 11 11 11\naadc1e2dc74fd644 14 13 13 13\naadc1e2dc74fd644 69 74 74 74\nf7d916b43193c181 14 3 3 3\nf7d916b43193c181 14 8 8 8\nf7d916b43193c181 14 10 10 10\nb4099665590548fc 15 5 5 5\nb4099665590548fc 15 10 10 10\nb4099665590548fc 75 80 80 80\n1f0e06e4388dd600 146 107 107 107\n1f0e06e4388dd600 146 109 109 109\n1f0e06e4388dd600 146 131 131 131\nafe4e799a94e06b3 80 40 40 40\nafe4e799a94e06b3 80 52 52 52\nafe4e799a94e06b3 80 74 74 74\n3e5f747d06bc84a3 47 32 32 32\n3e5f747d06bc84a3 47 38 38 38\n3e5f747d06bc84a3 175 177 177 177\n84ab392d682f296b 58 23 23 23\n84ab392d682f296b 58 39 39 39\n84ab392d682f296b 58 46 46 46\n9e2a8cc5f32dd46b 36 3 3 3\n9e2a8cc5f32dd46b 36 35 35 35\n9e2a8cc5f32dd46b 96 124 124 124\n26b31d71789bffad 7 6 6 6\n26b31d71789bffad 60 71 71 71\n26b31d71789bffad 60 74 74 74\nc9c30723d7c54793 39 27 27 27\nc9c30723d7c54793 39 34 34 34\nc9c30723d7c54793 160 162 162 162\n17f552ef56d85c55 75 87 87 87\n17f552ef56d85c55 75 92 92 92\n17f552ef56d85c55 75 103 103 103\nbb6fa5bdafc14e8c 78 56 56 56\nbb6fa5bdafc14e8c 135 144 144 144\nbb6fa5bdafc14e8c 135 148 148 148\na348013b922a1d67 7 0 0 0\na348013b922a1d67 74 80 80 80\na348013b922a1d67 74 118 118 118\ncd74b1244d112628 9 0 0 0\ncd74b1244d112628 9 3 3 3\ncd74b1244d112628 9 6 6 6\n6771a51bf0cfce7f 188 159 159 159\n6771a51bf0cfce7f 188 163 163 163\n6771a51bf0cfce7f 188 170 170 170\n2e109379f53bb221 25 13 13 13\n2e109379f53bb221 25 21 21 21\n2e109379f53bb221 95 99 99 99\n41abd737e0228c1a 57 66 66 66\n41abd737e0228c1a 57 87 87 87\n41abd737e0228c1a 57 96 96 96\nb5fc0c4a2760083b 48 27 27 27\nb5fc0c4a2760083b 102 111 111 111\nb5fc0c4a2760083b 102 134 134 134\na7c691c210154b09 1 0 0 0\na7c691c210154b09 48 52 52 52\na7c691c210154b09 48 53 53 53\n052430ff6e2c07c4 104 82 82 82\n052430ff6e2c07c4 104 84 84 84\n052430ff6e2c07c4 104 86 86 86\n365fc12b4f33ada3 37 21 21 21\n365fc12b4f33ada3 37 31 31 31\n365fc12b4f33ada3 37 32 32 32\n57d25dafabb5a238 47 6 6 6\n57d25dafabb5a238 47 9 9 9\n57d25dafabb5a238 47 33 33 33\n882c68c70d22f4c5 85 96 96 96\n882c68c70d22f4c5 85 107 107 107\n882c68c70d22f4c5 85 111 111 111\n8adebbb68f2c3f84 43 33 33 33\n8adebbb68f2c3f84 43 37 37 37\n8adebbb68f2c3f84 147 189 189 189\ned0c2aca14b99efa 63 34 34 34\ned0c2aca14b99efa 114 116 116 116\ned0c2aca14b99efa 114 120 120 120\n5df12522d9167d54 4 3 3 3\n5df12522d9167d54 55 58 58 58\n5df12522d9167d54 55 82 82 82\n9490f1219dbbb6ce 1 0 0 0\n9490f1219dbbb6ce 52 65 65 65\n9490f1219dbbb6ce 52 69 69 69\n0588138dfec165a1 95 74 74 74\n0588138dfec165a1 95 87 87 87\n0588138dfec165a1 95 94 94 94\n34766105ea9d7a2b 88 68 68 68\n34766105ea9d7a2b 88 84 84 84\n34766105ea9d7a2b 158 160 160 160\ne4f4574df7938f37 63 70 70 70\ne4f4574df7938f37 63 92 92 92\ne4f4574df7938f37 63 101 101 101\nd6cd62354e99289f 56 68 68 68\nd6cd62354e99289f 56 85 85 85\nd6cd62354e99289f 56 88 88 88\n29e0bfbad00f0d5e 128 129 129 129\n29e0bfbad00f0d5e 128 131 131 131\n29e0bfbad00f0d5e 128 137 137 137\n8d5163de9ea4d851 39 3 3 3\n8d5163de9ea4d851 39 30 30 30\n8d5163de9ea4d851 39 34 34 34\n071e8c0978097efd 60 30 30 30\n071e8c0978097efd 187 212 212 212\n071e8c0978097efd 187 229 229 229\nb4b95f8961518954 10 1 1 1\nb4b95f8961518954 111 115 115 115\nb4b95f8961518954 111 117 117 117\n20d86cff490c0c42 77 33 33 33\n20d86cff490c0c42 77 58 58 58\n20d86cff490c0c42 133 164 164 164\nfa5ef1d3968d1b8e 18 3 3 3\nfa5ef1d3968d1b8e 18 14 14 14\nfa5ef1d3968d1b8e 18 17 17 17\n22da7610855d6b9d 49 17 17 17\n22da7610855d6b9d 49 30 30 30\n22da7610855d6b9d 94 134 134 134\n81be42df6ccae760 80 64 64 64\n81be42df6ccae760 80 76 76 76\n81be42df6ccae760 156 162 162 162\ne9b506f37c2389cb 48 45 45 45\ne9b506f37c2389cb 48 47 47 47\ne9b506f37c2389cb 99 106 106 106\nab4c269f8d523d02 55 13 13 13\nab4c269f8d523d02 55 19 19 19\nab4c269f8d523d02 55 30 30 30\nc1ad4232258e87c9 47 51 51 51\nc1ad4232258e87c9 47 52 52 52\nc1ad4232258e87c9 47 61 61 61\n189f95593df3c7f1 1 0 0 0\n189f95593df3c7f1 47 48 48 48\n189f95593df3c7f1 47 49 49 49\n0c4c5d5f751aabf5 13 0 0 0\n0c4c5d5f751aabf5 13 4 4 4\n0c4c5d5f751aabf5 13 9 9 9\nef6d7acf3bcf834c 50 8 8 8\nef6d7acf3bcf834c 50 10 10 10\nef6d7acf3bcf834c 131 160 160 160\n3fd084afa49b6499 19 6 6 6\n3fd084afa49b6499 19 7 7 7\n3fd084afa49b6499 66 69 69 69\n6fe141ec9be1a432 26 5 5 5\n6fe141ec9be1a432 26 6 6 6\n6fe141ec9be1a432 26 17 17 17\n75d475e9558ab806 1 0 0 0\n75d475e9558ab806 48 49 49 49\n75d475e9558ab806 48 50 50 50\na16a00a72aa06728 28 2 2 2\na16a00a72aa06728 83 100 100 100\na16a00a72aa06728 83 126 126 126\n813895d9ceb3f376 86 113 113 113\n813895d9ceb3f376 86 119 119 119\n813895d9ceb3f376 86 131 131 131\nfea544b472e9abd1 123 112 112 112\nfea544b472e9abd1 123 121 121 121\nfea544b472e9abd1 189 224 224 224\n3b6d8db52c54b174 14 9 9 9\n3b6d8db52c54b174 72 76 76 76\n3b6d8db52c54b174 72 97 97 97\n84a2ee4663daf456 27 5 5 5\n84a2ee4663daf456 27 8 8 8\n84a2ee4663daf456 99 102 102 102\nfdaab1f49851782c 99 59 59 59\nfdaab1f49851782c 99 74 74 74\nfdaab1f49851782c 99 77 77 77\n01a628e2c509b823 27 19 19 19\n01a628e2c509b823 75 94 94 94\n01a628e2c509b823 75 119 119 119\nefa64a0035040381 67 52 52 52\nefa64a0035040381 67 62 62 62\nefa64a0035040381 151 153 153 153\n656381bea665bf3d 33 5 5 5\n656381bea665bf3d 84 96 96 96\n656381bea665bf3d 84 116 116 116\nf315d65b981724a1 117 99 99 99\nf315d65b981724a1 164 167 167 167\nf315d65b981724a1 164 189 189 189\n62e7d55109468b27 69 77 77 77\n62e7d55109468b27 69 83 83 83\n62e7d55109468b27 69 84 84 84\n6fdd15be262854f1 21 1 1 1\n6fdd15be262854f1 21 16 16 16\n6fdd15be262854f1 71 79 79 79\n0425df3e42ba0de3 26 22 22 22\n0425df3e42ba0de3 151 159 159 159\n0425df3e42ba0de3 151 195 195 195\nbac90b67024759ee 33 0 0 0\nbac90b67024759ee 33 16 16 16\nbac90b67024759ee 83 88 88 88\nf3ef8cde65afcc5e 43 15 15 15\nf3ef8cde65afcc5e 43 16 16 16\nf3ef8cde65afcc5e 43 33 33 33\n9f22541e0c3894c1 80 91 91 91\n9f22541e0c3894c1 80 107 107 107\n9f22541e0c3894c1 80 119 119 119\n3087828bc27bc4c7 48 7 7 7\n3087828bc27bc4c7 48 33 33 33\n3087828bc27bc4c7 111 124 124 124\n4ef560091d948f8e 48 25 25 25\n4ef560091d948f8e 48 40 40 40\n4ef560091d948f8e 116 128 128 128\n14f477e7d5af5b91 5 0 0 0\n14f477e7d5af5b91 5 2 2 2\n14f477e7d5af5b91 92 93 93 93\ne68dd764c51470c0 40 19 19 19\ne68dd764c51470c0 40 34 34 34\ne68dd764c51470c0 85 102 102 102\n0869b66f912b845d 147 119 119 119\n0869b66f912b845d 218 237 237 237\n0869b66f912b845d 218 252 252 252\n4e0e71a0930d359d 51 58 58 58\n4e0e71a0930d359d 51 64 64 64\n4e0e71a0930d359d 51 66 66 66\n5be4f1f46b408d68 22 20 20 20\n5be4f1f46b408d68 153 161 161 161\n5be4f1f46b408d68 153 170 170 170\n44a85c75cf4a6da8 70 73 73 73\n44a85c75cf4a6da8 70 75 75 75\n44a85c75cf4a6da8 70 78 78 78\n1bf49251fdd23cc0 64 39 39 39\n1bf49251fdd23cc0 64 56 56 56\n1bf49251fdd23cc0 128 138 138 138\n7f56a807c4e3fbcb 56 57 57 57\n7f56a807c4e3fbcb 56 58 58 58\n7f56a807c4e3fbcb 56 60 60 60\nea238737feca4622 99 106 106 106\nea238737feca4622 99 114 114 114\nea238737feca4622 99 128 128 128\nb70c3d4dcc51f866 26 5 5 5\nb70c3d4dcc51f866 84 106 106 106\nb70c3d4dcc51f866 84 114 114 114\ndbb340f63c6ae50b 114 76 76 76\ndbb340f63c6ae50b 114 86 86 86\ndbb340f63c6ae50b 114 97 97 97\n0e16d64d961fe855 62 67 67 67\n0e16d64d961fe855 62 73 73 73\n0e16d64d961fe855 62 81 81 81\n98309bf872051c85 185 155 155 155\n98309bf872051c85 185 183 183 183\n98309bf872051c85 233 263 263 263\nde45926738229f67 32 22 22 22\nde45926738229f67 82 108 108 108\nde45926738229f67 82 119 119 119\na1d38185b8f59a4b 33 22 22 22\na1d38185b8f59a4b 33 26 26 26\na1d38185b8f59a4b 33 29 29 29\nc71fa7a8db8bbec8 57 19 19 19\nc71fa7a8db8bbec8 57 38 38 38\nc71fa7a8db8bbec8 162 173 173 173\n9978d648c785ca9f 51 57 57 57\n9978d648c785ca9f 51 60 60 60\n9978d648c785ca9f 51 63 63 63\n9786c8d75194a1bf 69 78 78 78\n9786c8d75194a1bf 69 80 80 80\n9786c8d75194a1bf 69 93 93 93\n5f8e6b91cb78aa9f 61 55 55 55\n5f8e6b91cb78aa9f 111 143 143 143\n5f8e6b91cb78aa9f 111 148 148 148\n27daccf898b206de 8 0 0 0\n27daccf898b206de 8 1 1 1\n27daccf898b206de 8 5 5 5\ncce1ae2fda6376ec 109 106 106 106\ncce1ae2fda6376ec 170 203 203 203\ncce1ae2fda6376ec 170 210 210 210\n5c909c802eb6edb1 65 84 84 84\n5c909c802eb6edb1 65 85 85 85\n5c909c802eb6edb1 65 86 86 86\n59636f39d067119d 3 1 1 1\n59636f39d067119d 66 67 67 67\n59636f39d067119d 66 69 69 69\n82afd7cd03ef7111 52 86 86 86\n82afd7cd03ef7111 52 88 88 88\n82afd7cd03ef7111 52 96 96 96\n341c4533fbcb15a4 76 91 91 91\n341c4533fbcb15a4 76 110 110 110\n341c4533fbcb15a4 76 118 118 118\n9d0939c256269554 33 30 30 30\n9d0939c256269554 87 97 97 97\n9d0939c256269554 87 104 104 104\n4a763e1b87e495a7 82 86 86 86\n4a763e1b87e495a7 82 87 87 87\n4a763e1b87e495a7 82 99 99 99\n2e4c69143b09033c 34 21 21 21\n2e4c69143b09033c 34 31 31 31\n2e4c69143b09033c 104 118 118 118\n33afdeba3cd5af05 13 7 7 7\n33afdeba3cd5af05 13 10 10 10\n33afdeba3cd5af05 94 98 98 98\n6361aae2376e35b3 28 7 7 7\n6361aae2376e35b3 82 121 121 121\n6361aae2376e35b3 82 126 126 126\n51973bc28ad2030d 18 2 2 2\n51973bc28ad2030d 18 9 9 9\n51973bc28ad2030d 18 12 12 12\n45e81a557d2dd78b 55 41 41 41\n45e81a557d2dd78b 137 168 168 168\n45e81a557d2dd78b 137 180 180 180\nae4090e8832b90f9 136 141 141 141\nae4090e8832b90f9 136 149 149 149\nae4090e8832b90f9 136 173 173 173\nbfcc43cb05071cf7 86 96 96 96\nbfcc43cb05071cf7 86 122 122 122\nbfcc43cb05071cf7 86 124 124 124\n12a70416c92a9483 83 69 69 69\n12a70416c92a9483 83 70 70 70\n12a70416c92a9483 83 75 75 75\n90db3a1e61834d39 38 14 14 14\n90db3a1e61834d39 85 113 113 113\n90db3a1e61834d39 85 114 114 114\n531e3acf16289429 47 23 23 23\n531e3acf16289429 47 31 31 31\n531e3acf16289429 99 101 101 101\n3a79b9aefafb0b8d 52 53 53 53\n3a79b9aefafb0b8d 52 54 54 54\n3a79b9aefafb0b8d 52 55 55 55\n309bed43e4406d72 42 15 15 15\n309bed43e4406d72 42 38 38 38\n309bed43e4406d72 99 106 106 106\nebb5e70d56341020 55 56 56 56\nebb5e70d56341020 55 75 75 75\nebb5e70d56341020 55 93 93 93\nb8a96066ff35db86 23 6 6 6\nb8a96066ff35db86 23 8 8 8\nb8a96066ff35db86 23 19 19 19\ne050b07b90580dba 67 70 70 70\ne050b07b90580dba 67 73 73 73\ne050b07b90580dba 67 75 75 75\n5ee7f79d21f7e482 22 1 1 1\n5ee7f79d21f7e482 76 83 83 83\n5ee7f79d21f7e482 76 102 102 102\nd4127110de7604d3 105 74 74 74\nd4127110de7604d3 105 76 76 76\nd4127110de7604d3 150 177 177 177\n2b0b2259a7216762 55 22 22 22\n2b0b2259a7216762 55 53 53 53\n2b0b2259a7216762 129 148 148 148\n2445756494ef6e3d 16 14 14 14\n2445756494ef6e3d 61 75 75 75\n2445756494ef6e3d 61 93 93 93\n6eaf7b55c0a59be9 162 121 121 121\n6eaf7b55c0a59be9 162 161 161 161\n6eaf7b55c0a59be9 217 228 228 228\n37de8da2580d0c1d 23 13 13 13\n37de8da2580d0c1d 80 98 98 98\n37de8da2580d0c1d 80 110 110 110\n1defdda324307269 116 80 80 80\n1defdda324307269 116 110 110 110\n1defdda324307269 166 169 169 169\neae986c8f31081cc 11 9 9 9\neae986c8f31081cc 65 83 83 83\neae986c8f31081cc 65 106 106 106\n575fc7cbb9b2d352 37 4 4 4\n575fc7cbb9b2d352 37 17 17 17\n575fc7cbb9b2d352 135 151 151 151\n8453005c232016c7 68 71 71 71\n8453005c232016c7 68 76 76 76\n8453005c232016c7 68 80 80 80\nb6b1244092471403 108 117 117 117\nb6b1244092471403 108 122 122 122\nb6b1244092471403 108 137 137 137\n90131e866868c2f6 20 13 13 13\n90131e866868c2f6 65 85 85 85\n90131e866868c2f6 65 109 109 109\nff4c8a31f4153121 141 145 145 145\nff4c8a31f4153121 141 151 151 151\nff4c8a31f4153121 141 178 178 178\ndc90deddeacc3d26 57 40 40 40\ndc90deddeacc3d26 57 45 45 45\ndc90deddeacc3d26 57 55 55 55\n45823117f0acb627 70 36 36 36\n45823117f0acb627 117 132 132 132\n45823117f0acb627 117 143 143 143\n6584cfd8b9eb91f0 18 5 5 5\n6584cfd8b9eb91f0 72 75 75 75\n6584cfd8b9eb91f0 72 76 76 76\n45a00d135c5388fc 49 56 56 56\n45a00d135c5388fc 49 61 61 61\n45a00d135c5388fc 49 67 67 67\n2c9018ef57c6b061 34 9 9 9\n2c9018ef57c6b061 34 33 33 33\n2c9018ef57c6b061 88 93 93 93\nb21d13ea38d9ac79 55 57 57 57\nb21d13ea38d9ac79 55 59 59 59\nb21d13ea38d9ac79 55 67 67 67\n4c8fd5318ae8d467 99 112 112 112\n4c8fd5318ae8d467 99 134 134 134\n4c8fd5318ae8d467 99 144 144 144\nf5c2e696cb86b701 10 5 5 5\nf5c2e696cb86b701 63 65 65 65\nf5c2e696cb86b701 63 105 105 105\n54fe098cef530a7f 25 9 9 9\n54fe098cef530a7f 25 11 11 11\n54fe098cef530a7f 25 17 17 17\nfa81f29d350eace3 1 0 0 0\nfa81f29d350eace3 66 71 71 71\nfa81f29d350eace3 66 73 73 73\nb7ae0d63cd88cb7e 49 53 53 53\nb7ae0d63cd88cb7e 49 65 65 65\nb7ae0d63cd88cb7e 49 67 67 67\nae5c26bc7fe988ea 14 0 0 0\nae5c26bc7fe988ea 14 12 12 12\nae5c26bc7fe988ea 60 62 62 62\ndc6c3a7310c42e07 87 47 47 47\ndc6c3a7310c42e07 87 80 80 80\ndc6c3a7310c42e07 87 81 81 81\n7983738c2b4adad4 7 0 0 0\n7983738c2b4adad4 62 81 81 81\n7983738c2b4adad4 62 90 90 90\n71a27a839592fb3a 59 65 65 65\n71a27a839592fb3a 59 79 79 79\n71a27a839592fb3a 59 86 86 86\n1a8466443ffdc6c5 5 1 1 1\n1a8466443ffdc6c5 5 2 2 2\n1a8466443ffdc6c5 59 60 60 60\n774aa648451ced87 161 147 147 147\n774aa648451ced87 234 252 252 252\n774aa648451ced87 234 273 273 273\n7d1a68f312ba2d95 20 14 14 14\n7d1a68f312ba2d95 103 113 113 113\n7d1a68f312ba2d95 103 125 125 125\n505a86992cc1b6ce 47 57 57 57\n505a86992cc1b6ce 47 58 58 58\n505a86992cc1b6ce 47 64 64 64\n414e2bf42ee45cc4 24 0 0 0\n414e2bf42ee45cc4 83 87 87 87\n414e2bf42ee45cc4 83 107 107 107\ne9b6564434ba856f 19 4 4 4\ne9b6564434ba856f 19 17 17 17\ne9b6564434ba856f 84 86 86 86\ne14fc8cb91357b29 23 6 6 6\ne14fc8cb91357b29 23 15 15 15\ne14fc8cb91357b29 81 95 95 95\n7b88a7e1a069a93a 26 2 2 2\n7b88a7e1a069a93a 26 19 19 19\n7b88a7e1a069a93a 127 159 159 159\nee9503a872caad73 9 2 2 2\nee9503a872caad73 9 3 3 3\nee9503a872caad73 9 5 5 5\n399cfd9cfacc0499 7 3 3 3\n399cfd9cfacc0499 68 86 86 86\n399cfd9cfacc0499 68 96 96 96\n1203cc23b881ab8d 11 8 8 8\n1203cc23b881ab8d 77 101 101 101\n1203cc23b881ab8d 77 112 112 112\n40904cd4b9e0579d 41 5 5 5\n40904cd4b9e0579d 131 163 163 163\n40904cd4b9e0579d 131 168 168 168\n2e4cac06a4f92261 54 23 23 23\n2e4cac06a4f92261 54 44 44 44\n2e4cac06a4f92261 183 211 211 211\nfe485c8b96b46c0a 5 2 2 2\nfe485c8b96b46c0a 61 66 66 66\nfe485c8b96b46c0a 61 76 76 76\n00e8df74b6805da7 36 12 12 12\n00e8df74b6805da7 83 105 105 105\n00e8df74b6805da7 83 112 112 112\n074653ff3928b9fe 48 49 49 49\n074653ff3928b9fe 48 56 56 56\n074653ff3928b9fe 48 62 62 62\ndff51d96b59df454 9 4 4 4\ndff51d96b59df454 60 62 62 62\ndff51d96b59df454 60 78 78 78\nd879362410eaf691 28 4 4 4\nd879362410eaf691 28 7 7 7\nd879362410eaf691 28 24 24 24\n60bf89b196577c8c 11 7 7 7\n60bf89b196577c8c 58 59 59 59\n60bf89b196577c8c 58 61 61 61\n3176f1532a468cbd 5 2 2 2\n3176f1532a468cbd 5 3 3 3\n3176f1532a468cbd 81 86 86 86\n0dd9e020b6d9d687 65 82 82 82\n0dd9e020b6d9d687 65 85 85 85\n0dd9e020b6d9d687 65 96 96 96\n4091c41c6909da3b 44 21 21 21\n4091c41c6909da3b 44 37 37 37\n4091c41c6909da3b 96 141 141 141\n754f7a46cc9770c6 49 53 53 53\n754f7a46cc9770c6 49 56 56 56\n754f7a46cc9770c6 49 81 81 81\na14cdbc8771393d1 92 82 82 82\na14cdbc8771393d1 176 190 190 190\na14cdbc8771393d1 176 196 196 196\n2a8ef9e44f580d13 34 2 2 2\n2a8ef9e44f580d13 34 14 14 14\n2a8ef9e44f580d13 34 15 15 15\ndf0389efcc51ac2d 97 109 109 109\ndf0389efcc51ac2d 97 112 112 112\ndf0389efcc51ac2d 97 114 114 114\n8cebe36289a4d5a0 23 5 5 5\n8cebe36289a4d5a0 23 11 11 11\n8cebe36289a4d5a0 72 73 73 73\n86cdad3c34f3941f 10 9 9 9\n86cdad3c34f3941f 61 67 67 67\n86cdad3c34f3941f 61 83 83 83\n3533396ef5f351ba 22 9 9 9\n3533396ef5f351ba 88 89 89 89\n3533396ef5f351ba 88 107 107 107\n15d4a976e4e7d3dd 109 86 86 86\n15d4a976e4e7d3dd 196 233 233 233\n15d4a976e4e7d3dd 196 235 235 235\n523bc6753cd13644 35 23 23 23\n523bc6753cd13644 35 29 29 29\n523bc6753cd13644 86 89 89 89\ne49065bc8c694f0d 25 8 8 8\ne49065bc8c694f0d 25 10 10 10\ne49065bc8c694f0d 116 127 127 127\ndfa54c21e3d2feb4 12 1 1 1\ndfa54c21e3d2feb4 12 3 3 3\ndfa54c21e3d2feb4 12 8 8 8\n3aaed2e6422d7d57 145 144 144 144\n3aaed2e6422d7d57 190 193 193 193\n3aaed2e6422d7d57 190 220 220 220\n2a3baeaa72b86812 73 76 76 76\n2a3baeaa72b86812 73 81 81 81\n2a3baeaa72b86812 73 85 85 85\nf71f8b27e6ef3f7e 29 19 19 19\nf71f8b27e6ef3f7e 29 25 25 25\nf71f8b27e6ef3f7e 84 90 90 90\nd42ca7833cd982fb 22 9 9 9\nd42ca7833cd982fb 85 95 95 95\nd42ca7833cd982fb 85 103 103 103\n145708c0216a06a7 44 15 15 15\n145708c0216a06a7 44 24 24 24\n145708c0216a06a7 135 154 154 154\n156f4c7dca878ff2 38 27 27 27\n156f4c7dca878ff2 38 30 30 30\n156f4c7dca878ff2 99 100 100 100\nc85f1c5375e60e21 52 54 54 54\nc85f1c5375e60e21 52 61 61 61\nc85f1c5375e60e21 52 62 62 62\n73c5bc59df929e8d 26 7 7 7\n73c5bc59df929e8d 26 22 22 22\n73c5bc59df929e8d 89 95 95 95\nd25404ee1e0c0607 27 7 7 7\nd25404ee1e0c0607 27 19 19 19\nd25404ee1e0c0607 27 20 20 20\n7323eacf27a3f67b 90 112 112 112\n7323eacf27a3f67b 90 123 123 123\n7323eacf27a3f67b 90 135 135 135\n4b85062505816744 48 53 53 53\n4b85062505816744 48 85 85 85\n4b85062505816744 48 91 91 91\n4803cf5deca2b38a 90 92 92 92\n4803cf5deca2b38a 90 100 100 100\n4803cf5deca2b38a 90 116 116 116\n848971384d2e2956 19 1 1 1\n848971384d2e2956 19 5 5 5\n848971384d2e2956 66 70 70 70\ne9f1e4315562d02c 52 23 23 23\ne9f1e4315562d02c 52 26 26 26\ne9f1e4315562d02c 52 31 31 31\n03e756bff92d49dd 66 79 79 79\n03e756bff92d49dd 66 87 87 87\n03e756bff92d49dd 66 92 92 92\n68aaef5b574f98d5 66 59 59 59\n68aaef5b574f98d5 66 63 63 63\n68aaef5b574f98d5 155 195 195 195\ncbe038e8be4f6b96 39 4 4 4\ncbe038e8be4f6b96 39 7 7 7\ncbe038e8be4f6b96 39 27 27 27\n2fdfa70413053b84 82 46 46 46\n2fdfa70413053b84 82 52 52 52\n2fdfa70413053b84 82 65 65 65\n701ee1118e22239d 8 7 7 7\n701ee1118e22239d 56 72 72 72\n701ee1118e22239d 56 74 74 74\na942b6e69847940b 46 47 47 47\na942b6e69847940b 46 54 54 54\na942b6e69847940b 46 55 55 55\n96a7bdbfc462408d 89 74 74 74\n96a7bdbfc462408d 161 163 163 163\n96a7bdbfc462408d 161 177 177 177\n2177ca3a775a9ee9 110 80 80 80\n2177ca3a775a9ee9 158 165 165 165\n2177ca3a775a9ee9 158 183 183 183\nb62fcc6856e45647 11 2 2 2\nb62fcc6856e45647 66 70 70 70\nb62fcc6856e45647 66 97 97 97\n03a78406de1d0993 88 66 66 66\n03a78406de1d0993 163 188 188 188\n03a78406de1d0993 163 192 192 192\n281452e730c39fd0 46 8 8 8\n281452e730c39fd0 46 29 29 29\n281452e730c39fd0 46 44 44 44\n44095e87bee5475e 33 21 21 21\n44095e87bee5475e 110 140 140 140\n44095e87bee5475e 110 150 150 150\n436a235ed74c3d89 89 100 100 100\n436a235ed74c3d89 89 108 108 108\n436a235ed74c3d89 89 125 125 125\nd7c79e9bf6b0e42e 63 67 67 67\nd7c79e9bf6b0e42e 63 71 71 71\nd7c79e9bf6b0e42e 63 104 104 104\nc0677cb9b8d767a6 169 180 180 180\nc0677cb9b8d767a6 169 191 191 191\nc0677cb9b8d767a6 169 201 201 201\nb67312c3e1dbea65 14 2 2 2\nb67312c3e1dbea65 14 5 5 5\nb67312c3e1dbea65 14 9 9 9\n46a39a38f2c09d34 7 1 1 1\n46a39a38f2c09d34 7 3 3 3\n46a39a38f2c09d34 7 6 6 6\nf23ea66496d4592c 4 2 2 2\nf23ea66496d4592c 55 64 64 64\nf23ea66496d4592c 55 70 70 70\n0e8995dcbdd22f48 112 134 134 134\n0e8995dcbdd22f48 112 153 153 153\n0e8995dcbdd22f48 112 157 157 157\nf32643006f1260b9 59 16 16 16\nf32643006f1260b9 177 184 184 184\nf32643006f1260b9 177 204 204 204\n8c5136bca99f6b66 3 0 0 0\n8c5136bca99f6b66 3 1 1 1\n8c5136bca99f6b66 3 2 2 2\nb4ccda687d2470b1 101 60 60 60\nb4ccda687d2470b1 101 68 68 68\nb4ccda687d2470b1 101 98 98 98\nedba67643c40b399 123 97 97 97\nedba67643c40b399 123 120 120 120\nedba67643c40b399 179 207 207 207\n4a582ee23dd05a8d 145 103 103 103\n4a582ee23dd05a8d 145 139 139 139\n4a582ee23dd05a8d 242 254 254 254\n4ce58504b055463e 113 76 76 76\n4ce58504b055463e 113 107 107 107\n4ce58504b055463e 168 183 183 183\nde589d5890b4e6e8 11 1 1 1\nde589d5890b4e6e8 11 7 7 7\nde589d5890b4e6e8 56 57 57 57\n6c99592614256138 73 39 39 39\n6c99592614256138 121 132 132 132\n6c99592614256138 121 147 147 147\n1bc87c160d1dc982 29 4 4 4\n1bc87c160d1dc982 29 13 13 13\n1bc87c160d1dc982 29 27 27 27\n5994761c53eb75ff 63 60 60 60\n5994761c53eb75ff 108 114 114 114\n5994761c53eb75ff 108 119 119 119\n774712243467068c 48 49 49 49\n774712243467068c 48 50 50 50\n774712243467068c 48 51 51 51\nbfd1e3bcdbf0fbb9 43 17 17 17\nbfd1e3bcdbf0fbb9 43 25 25 25\nbfd1e3bcdbf0fbb9 89 95 95 95\nbc7ce58a16724386 12 6 6 6\nbc7ce58a16724386 12 10 10 10\nbc7ce58a16724386 78 92 92 92\nc19cc383d575e722 51 52 52 52\nc19cc383d575e722 51 59 59 59\nc19cc383d575e722 51 78 78 78\ncfa392a515fbe36a 63 71 71 71\ncfa392a515fbe36a 63 82 82 82\ncfa392a515fbe36a 63 84 84 84\ne87c0a291ec4a45d 48 50 50 50\ne87c0a291ec4a45d 48 51 51 51\ne87c0a291ec4a45d 48 52 52 52\nb352534bdedb50b3 10 0 0 0\nb352534bdedb50b3 10 1 1 1\nb352534bdedb50b3 10 8 8 8\n5331fddb30f9132e 14 0 0 0\n5331fddb30f9132e 63 85 85 85\n5331fddb30f9132e 63 96 96 96\n52aef823cc9a031c 17 0 0 0\n52aef823cc9a031c 17 13 13 13\n52aef823cc9a031c 111 113 113 113\na6d75912a7fb7e91 43 24 24 24\na6d75912a7fb7e91 43 33 33 33\na6d75912a7fb7e91 109 113 113 113\n374fa34fe701a30d 59 62 62 62\n374fa34fe701a30d 59 68 68 68\n374fa34fe701a30d 59 75 75 75\n3dba1838ed366ab5 2 0 0 0\n3dba1838ed366ab5 59 62 62 62\n3dba1838ed366ab5 59 66 66 66\n2341162bce213f2e 96 100 100 100\n2341162bce213f2e 96 103 103 103\n2341162bce213f2e 96 114 114 114\ncb6b6e325aaafcc9 28 13 13 13\ncb6b6e325aaafcc9 28 23 23 23\ncb6b6e325aaafcc9 28 24 24 24\ne5fec092b986596d 67 28 28 28\ne5fec092b986596d 67 46 46 46\ne5fec092b986596d 135 136 136 136\n11eb02d24a3241a9 21 1 1 1\n11eb02d24a3241a9 21 14 14 14\n11eb02d24a3241a9 21 16 16 16\nd5a254717822d28b 198 163 163 163\nd5a254717822d28b 198 177 177 177\nd5a254717822d28b 250 274 274 274\nef1457995bca9afd 68 70 70 70\nef1457995bca9afd 68 85 85 85\nef1457995bca9afd 68 86 86 86\n14cdf4aa7a2de14b 119 76 76 76\n14cdf4aa7a2de14b 203 213 213 213\n14cdf4aa7a2de14b 203 235 235 235\n18c6473be3bd827a 22 12 12 12\n18c6473be3bd827a 22 14 14 14\n18c6473be3bd827a 22 15 15 15\n3dc0058dce3828d9 62 31 31 31\n3dc0058dce3828d9 62 44 44 44\n3dc0058dce3828d9 62 58 58 58\nc34b59ec59eb886c 31 4 4 4\nc34b59ec59eb886c 31 21 21 21\nc34b59ec59eb886c 146 154 154 154\nf1cf2e1b45e3c789 126 105 105 105\nf1cf2e1b45e3c789 126 120 120 120\nf1cf2e1b45e3c789 178 179 179 179\na0dda4b2ec17cde1 80 99 99 99\na0dda4b2ec17cde1 80 106 106 106\na0dda4b2ec17cde1 80 116 116 116\nee135ea99ddcb32e 56 68 68 68\nee135ea99ddcb32e 56 71 71 71\nee135ea99ddcb32e 56 92 92 92\n8debcd56accec5c3 10 5 5 5\n8debcd56accec5c3 55 60 60 60\n8debcd56accec5c3 55 83 83 83\n27382fa047b4681a 48 72 72 72\n27382fa047b4681a 48 74 74 74\n27382fa047b4681a 48 87 87 87\nc439c3b3d45d651d 152 114 114 114\nc439c3b3d45d651d 152 120 120 120\nc439c3b3d45d651d 228 236 236 236\n127884736471b631 159 116 116 116\n127884736471b631 230 245 245 245\n127884736471b631 230 265 265 265\n753ccd3da86a8cd8 82 41 41 41\n753ccd3da86a8cd8 82 55 55 55\n753ccd3da86a8cd8 82 71 71 71\ncac91919db0b7a85 51 7 7 7\ncac91919db0b7a85 51 20 20 20\ncac91919db0b7a85 51 40 40 40\n180542b70f713d5b 75 48 48 48\n180542b70f713d5b 75 59 59 59\n180542b70f713d5b 159 160 160 160\n629106572dfe16c7 165 170 170 170\n629106572dfe16c7 165 196 196 196\n629106572dfe16c7 165 202 202 202\nf13001de94f7dee7 12 3 3 3\nf13001de94f7dee7 12 9 9 9\nf13001de94f7dee7 69 70 70 70\ned299cc5f85d0edd 18 0 0 0\ned299cc5f85d0edd 18 4 4 4\ned299cc5f85d0edd 75 83 83 83\n2a89b2a52cee9f5f 128 111 111 111\n2a89b2a52cee9f5f 199 213 213 213\n2a89b2a52cee9f5f 199 217 217 217\na3bc75f0a32b1501 39 13 13 13\na3bc75f0a32b1501 39 28 28 28\na3bc75f0a32b1501 39 29 29 29\n9b432f66b54dcee7 46 19 19 19\n9b432f66b54dcee7 46 40 40 40\n9b432f66b54dcee7 92 105 105 105\n5605c576fc904f00 38 15 15 15\n5605c576fc904f00 38 28 28 28\n5605c576fc904f00 84 94 94 94\n86a463200232af47 18 14 14 14\n86a463200232af47 111 132 132 132\n86a463200232af47 111 152 152 152\nfbcd62ab8ff30b4f 7 1 1 1\nfbcd62ab8ff30b4f 7 4 4 4\nfbcd62ab8ff30b4f 56 59 59 59\n51170ef694154b08 5 3 3 3\n51170ef694154b08 68 74 74 74\n51170ef694154b08 68 97 97 97\n00a5a2af678f37d5 100 102 102 102\n00a5a2af678f37d5 100 111 111 111\n00a5a2af678f37d5 100 129 129 129\nd438687082422f1e 239 252 252 252\nd438687082422f1e 239 259 259 259\nd438687082422f1e 239 272 272 272\n3613c77d8c234008 16 2 2 2\n3613c77d8c234008 16 5 5 5\n3613c77d8c234008 16 10 10 10\nb73a7e175486c78a 71 54 54 54\nb73a7e175486c78a 71 55 55 55\nb73a7e175486c78a 203 224 224 224\nf543c249c809b271 7 6 6 6\nf543c249c809b271 59 60 60 60\nf543c249c809b271 59 64 64 64\n818ddc806c9e8f79 29 21 21 21\n818ddc806c9e8f79 29 25 25 25\n818ddc806c9e8f79 29 28 28 28\n8ab4c604ecea9c58 18 7 7 7\n8ab4c604ecea9c58 95 100 100 100\n8ab4c604ecea9c58 95 128 128 128\n9b1df103d73ce624 16 0 0 0\n9b1df103d73ce624 77 80 80 80\n9b1df103d73ce624 77 85 85 85\nf91fbdea76207935 11 3 3 3\nf91fbdea76207935 11 4 4 4\nf91fbdea76207935 82 85 85 85\n6ed53f7a04720147 84 58 58 58\n6ed53f7a04720147 192 203 203 203\n6ed53f7a04720147 192 215 215 215\n2482c4388b32f225 12 4 4 4\n2482c4388b32f225 12 6 6 6\n2482c4388b32f225 133 138 138 138\n12f45658983d380d 48 33 33 33\n12f45658983d380d 94 108 108 108\n12f45658983d380d 94 116 116 116\nf2e037fd936aac25 48 5 5 5\nf2e037fd936aac25 48 22 22 22\nf2e037fd936aac25 48 38 38 38\n54f97b513d76b3fb 27 2 2 2\n54f97b513d76b3fb 27 14 14 14\n54f97b513d76b3fb 89 110 110 110\na63c60167d524a5d 108 118 118 118\na63c60167d524a5d 108 120 120 120\na63c60167d524a5d 108 122 122 122\n59d248d6e5d5b35c 56 79 79 79\n59d248d6e5d5b35c 56 80 80 80\n59d248d6e5d5b35c 56 81 81 81\n1227d00562c106e2 141 121 121 121\n1227d00562c106e2 141 126 126 126\n1227d00562c106e2 206 224 224 224\naf591254c5c30d9f 40 18 18 18\naf591254c5c30d9f 40 39 39 39\naf591254c5c30d9f 122 126 126 126\n4047ea5cbe353c08 95 79 79 79\n4047ea5cbe353c08 165 168 168 168\n4047ea5cbe353c08 165 187 187 187\n7695e3556b39ab92 61 24 24 24\n7695e3556b39ab92 61 25 25 25\n7695e3556b39ab92 61 53 53 53\n650503eb1bc58d0d 25 4 4 4\n650503eb1bc58d0d 74 81 81 81\n650503eb1bc58d0d 74 102 102 102\nff7f5042dddd5e12 23 6 6 6\nff7f5042dddd5e12 23 14 14 14\nff7f5042dddd5e12 95 104 104 104\nf33a903d5af68764 6 0 0 0\nf33a903d5af68764 6 3 3 3\nf33a903d5af68764 76 79 79 79\n350ef3b7bd9d9489 74 36 36 36\n350ef3b7bd9d9489 127 130 130 130\n350ef3b7bd9d9489 127 140 140 140\n33517e9838fe5f20 15 7 7 7\n33517e9838fe5f20 15 11 11 11\n33517e9838fe5f20 93 104 104 104\n090c672e7e394397 104 125 125 125\n090c672e7e394397 104 140 140 140\n090c672e7e394397 104 141 141 141\n9da1817a6a8b398b 12 0 0 0\n9da1817a6a8b398b 12 8 8 8\n9da1817a6a8b398b 95 97 97 97\n21d9134faec148f2 33 32 32 32\n21d9134faec148f2 140 147 147 147\n21d9134faec148f2 140 169 169 169\n8b7fd0f7face0559 57 61 61 61\n8b7fd0f7face0559 57 64 64 64\n8b7fd0f7face0559 57 66 66 66\n550ea130af96ccfa 114 73 73 73\n550ea130af96ccfa 174 190 190 190\n550ea130af96ccfa 174 202 202 202\nf4c093d62e3bc637 12 10 10 10\nf4c093d62e3bc637 12 11 11 11\nf4c093d62e3bc637 89 94 94 94\nd93fb7e63006df0b 51 14 14 14\nd93fb7e63006df0b 51 49 49 49\nd93fb7e63006df0b 121 122 122 122\nbf426e89f74b4447 22 6 6 6\nbf426e89f74b4447 22 7 7 7\nbf426e89f74b4447 22 20 20 20\n247bc2e47eb7f6fa 138 155 155 155\n247bc2e47eb7f6fa 138 161 161 161\n247bc2e47eb7f6fa 138 164 164 164\n068140e09ae5ae8f 11 7 7 7\n068140e09ae5ae8f 70 81 81 81\n068140e09ae5ae8f 70 87 87 87\n8a8289629784b1ba 46 16 16 16\n8a8289629784b1ba 46 24 24 24\n8a8289629784b1ba 46 27 27 27\n16b8ab24bd231f9a 124 95 95 95\n16b8ab24bd231f9a 172 188 188 188\n16b8ab24bd231f9a 172 216 216 216\n3b59c7d97b900724 39 1 1 1\n3b59c7d97b900724 39 8 8 8\n3b59c7d97b900724 39 22 22 22\nb6d52e4eac9880b0 16 4 4 4\nb6d52e4eac9880b0 80 84 84 84\nb6d52e4eac9880b0 80 117 117 117\ne2cd09b4dc82ba9b 36 28 28 28\ne2cd09b4dc82ba9b 139 143 143 143\ne2cd09b4dc82ba9b 139 149 149 149\n895c7a42a71d6050 25 7 7 7\n895c7a42a71d6050 75 98 98 98\n895c7a42a71d6050 75 99 99 99\n3b122e1becb5fcb7 116 85 85 85\n3b122e1becb5fcb7 116 91 91 91\n3b122e1becb5fcb7 116 95 95 95\nf649244a6907838c 62 29 29 29\nf649244a6907838c 127 134 134 134\nf649244a6907838c 127 138 138 138\n8b0af1b58d41bcd5 23 1 1 1\n8b0af1b58d41bcd5 23 12 12 12\n8b0af1b58d41bcd5 75 84 84 84\n49235d402cbb8895 68 23 23 23\n49235d402cbb8895 134 160 160 160\n49235d402cbb8895 134 174 174 174\ndd6f8f3b56c66aee 90 46 46 46\ndd6f8f3b56c66aee 206 207 207 207\ndd6f8f3b56c66aee 206 213 213 213\n4b4c0c27204604a3 36 18 18 18\n4b4c0c27204604a3 82 115 115 115\n4b4c0c27204604a3 82 119 119 119\n2bec33eeeab0bb9d 139 170 170 170\n2bec33eeeab0bb9d 139 174 174 174\n2bec33eeeab0bb9d 139 178 178 178\n602cd3dcd51e706e 16 3 3 3\n602cd3dcd51e706e 16 7 7 7\n602cd3dcd51e706e 66 75 75 75\n78e901c8d85e71a7 56 65 65 65\n78e901c8d85e71a7 56 66 66 66\n78e901c8d85e71a7 56 77 77 77\n90a62bad0442448d 82 85 85 85\n90a62bad0442448d 82 96 96 96\n90a62bad0442448d 82 101 101 101\nce42e1a9588440c8 56 53 53 53\nce42e1a9588440c8 143 152 152 152\nce42e1a9588440c8 143 174 174 174\n50a356dd9870ac9b 43 36 36 36\n50a356dd9870ac9b 43 37 37 37\n50a356dd9870ac9b 109 147 147 147\nfe6690ee4f6c7244 128 151 151 151\nfe6690ee4f6c7244 128 161 161 161\nfe6690ee4f6c7244 128 164 164 164\nc767b97c0d3caca4 22 15 15 15\nc767b97c0d3caca4 22 21 21 21\nc767b97c0d3caca4 107 116 116 116\n50c3e2b700077e76 7 1 1 1\n50c3e2b700077e76 7 4 4 4\n50c3e2b700077e76 111 116 116 116\nba0cecbd7351eea2 10 4 4 4\nba0cecbd7351eea2 10 9 9 9\nba0cecbd7351eea2 77 78 78 78\n5c5990b304509a47 64 26 26 26\n5c5990b304509a47 64 44 44 44\n5c5990b304509a47 116 123 123 123\n430c6d1f8676fabc 53 22 22 22\n430c6d1f8676fabc 137 146 146 146\n430c6d1f8676fabc 137 159 159 159\n6dbe9b5b5e77c8a6 23 17 17 17\n6dbe9b5b5e77c8a6 78 114 114 114\n6dbe9b5b5e77c8a6 78 122 122 122\n3d2486ac8822da47 13 7 7 7\n3d2486ac8822da47 58 77 77 77\n3d2486ac8822da47 58 85 85 85\n6b4a5186c2585e08 63 68 68 68\n6b4a5186c2585e08 63 83 83 83\n6b4a5186c2585e08 63 85 85 85\n8610164dfd89cd44 77 83 83 83\n8610164dfd89cd44 77 84 84 84\n8610164dfd89cd44 77 87 87 87\n867a9e729b3eced3 1 0 0 0\n867a9e729b3eced3 46 47 47 47\n867a9e729b3eced3 46 48 48 48\n3a3bc11b9ebb7d44 55 56 56 56\n3a3bc11b9ebb7d44 55 64 64 64\n3a3bc11b9ebb7d44 55 69 69 69\n1addb7e6bbea3eae 48 81 81 81\n1addb7e6bbea3eae 48 86 86 86\n1addb7e6bbea3eae 48 87 87 87\n01be77405b16df11 58 43 43 43\n01be77405b16df11 58 47 47 47\n01be77405b16df11 58 49 49 49\n3f4f553239e96d90 125 147 147 147\n3f4f553239e96d90 125 166 166 166\n3f4f553239e96d90 125 168 168 168\n8951e64bab803550 52 57 57 57\n8951e64bab803550 52 60 60 60\n8951e64bab803550 52 73 73 73\n11a680776863b321 35 1 1 1\n11a680776863b321 35 31 31 31\n11a680776863b321 35 33 33 33\n05c57211be152630 3 0 0 0\n05c57211be152630 3 2 2 2\n05c57211be152630 48 51 51 51\nec954095edaf0f9f 61 20 20 20\nec954095edaf0f9f 61 54 54 54\nec954095edaf0f9f 159 169 169 169\n0626b812d67da3c6 47 48 48 48\n0626b812d67da3c6 47 49 49 49\n0626b812d67da3c6 47 50 50 50\n3e1236935a5f70ae 45 47 47 47\n3e1236935a5f70ae 45 48 48 48\n3e1236935a5f70ae 45 57 57 57\nfcf379edfcfe492c 105 111 111 111\nfcf379edfcfe492c 105 119 119 119\nfcf379edfcfe492c 105 124 124 124\ne9b3ce3fb857d86f 212 173 173 173\ne9b3ce3fb857d86f 212 187 187 187\ne9b3ce3fb857d86f 212 197 197 197\n58adecc8e2e6ae8e 3 1 1 1\n58adecc8e2e6ae8e 3 2 2 2\n58adecc8e2e6ae8e 56 58 58 58\n75fc11bacb566213 64 29 29 29\n75fc11bacb566213 64 48 48 48\n75fc11bacb566213 186 217 217 217\n6890595879a5790a 92 47 47 47\n6890595879a5790a 92 55 55 55\n6890595879a5790a 92 85 85 85\nbb68958771bd013e 47 6 6 6\nbb68958771bd013e 47 42 42 42\nbb68958771bd013e 93 99 99 99\n20100b779d28b6d5 9 8 8 8\n20100b779d28b6d5 80 93 93 93\n20100b779d28b6d5 80 119 119 119\nb8a77ae2419b398f 153 125 125 125\nb8a77ae2419b398f 153 146 146 146\nb8a77ae2419b398f 244 253 253 253\n1225476a1221ce08 58 88 88 88\n1225476a1221ce08 58 96 96 96\n1225476a1221ce08 58 101 101 101\n6a4a6eb9accd3528 31 7 7 7\n6a4a6eb9accd3528 91 105 105 105\n6a4a6eb9accd3528 91 109 109 109\nf99691764cd67e0c 47 17 17 17\nf99691764cd67e0c 166 177 177 177\nf99691764cd67e0c 166 197 197 197\n91ccaa13b322fb9d 34 31 31 31\n91ccaa13b322fb9d 86 102 102 102\n91ccaa13b322fb9d 86 120 120 120\n2f98ee24d3fc43a2 110 91 91 91\n2f98ee24d3fc43a2 110 92 92 92\n2f98ee24d3fc43a2 158 161 161 161\n99a8af5125fb4c23 21 5 5 5\n99a8af5125fb4c23 21 16 16 16\n99a8af5125fb4c23 103 111 111 111\nb4ad7779e82513ad 53 63 63 63\nb4ad7779e82513ad 53 75 75 75\nb4ad7779e82513ad 53 85 85 85\nce51b0b5bcec88e7 10 6 6 6\nce51b0b5bcec88e7 61 95 95 95\nce51b0b5bcec88e7 61 100 100 100\nc4018c426b7f34fe 129 88 88 88\nc4018c426b7f34fe 129 107 107 107\nc4018c426b7f34fe 224 243 243 243\n5185cb2d8a7fde08 86 111 111 111\n5185cb2d8a7fde08 86 116 116 116\n5185cb2d8a7fde08 86 118 118 118\n3094afb27266ee6a 75 77 77 77\n3094afb27266ee6a 75 82 82 82\n3094afb27266ee6a 75 83 83 83\ne4512bdb2540e049 155 179 179 179\ne4512bdb2540e049 155 185 185 185\ne4512bdb2540e049 155 186 186 186\n8d671600d1ff117c 32 6 6 6\n8d671600d1ff117c 32 10 10 10\n8d671600d1ff117c 32 14 14 14\ne621b4536f4da311 22 21 21 21\ne621b4536f4da311 73 78 78 78\ne621b4536f4da311 73 86 86 86\nf06c314b02d35b81 14 13 13 13\nf06c314b02d35b81 59 63 63 63\nf06c314b02d35b81 59 78 78 78\nc7f70ca1ccd2588d 20 0 0 0\nc7f70ca1ccd2588d 20 4 4 4\nc7f70ca1ccd2588d 20 6 6 6\nd4d77d8b3f48c2e9 21 5 5 5\nd4d77d8b3f48c2e9 80 82 82 82\nd4d77d8b3f48c2e9 80 87 87 87\n57521976806b42c7 4 0 0 0\n57521976806b42c7 4 1 1 1\n57521976806b42c7 4 3 3 3\naaeb7a0ab3303b61 60 63 63 63\naaeb7a0ab3303b61 60 95 95 95\naaeb7a0ab3303b61 60 98 98 98\nc9c221c5d2f549ea 45 9 9 9\nc9c221c5d2f549ea 45 10 10 10\nc9c221c5d2f549ea 98 100 100 100\n3953f37661087a95 31 7 7 7\n3953f37661087a95 31 8 8 8\n3953f37661087a95 31 15 15 15\n4a1920283e3087de 8 3 3 3\n4a1920283e3087de 53 57 57 57\n4a1920283e3087de 53 58 58 58\nb6fbc2ea0566cea8 49 18 18 18\nb6fbc2ea0566cea8 49 34 34 34\nb6fbc2ea0566cea8 134 138 138 138\n1b87f55dec310243 153 144 144 144\n1b87f55dec310243 202 206 206 206\n1b87f55dec310243 202 235 235 235\n357ddf77c7b83cae 60 61 61 61\n357ddf77c7b83cae 60 62 62 62\n357ddf77c7b83cae 60 86 86 86\n88eb992d14f03af3 15 6 6 6\n88eb992d14f03af3 15 8 8 8\n88eb992d14f03af3 15 12 12 12\n9a1b51f094189756 2 1 1 1\n9a1b51f094189756 107 108 108 108\n9a1b51f094189756 107 125 125 125\nc76111d57845c911 119 124 124 124\nc76111d57845c911 119 149 149 149\nc76111d57845c911 119 161 161 161\n701c87315926ad90 81 64 64 64\n701c87315926ad90 81 74 74 74\n701c87315926ad90 131 142 142 142\n9fdeeee21b106732 36 1 1 1\n9fdeeee21b106732 92 107 107 107\n9fdeeee21b106732 92 110 110 110\nf80f0077f529c4d7 75 33 33 33\nf80f0077f529c4d7 75 34 34 34\nf80f0077f529c4d7 141 169 169 169\na0d174b988c5ead7 5 1 1 1\na0d174b988c5ead7 5 3 3 3\na0d174b988c5ead7 80 83 83 83\n2f5af4b429b2c992 16 5 5 5\n2f5af4b429b2c992 62 77 77 77\n2f5af4b429b2c992 62 88 88 88\ne3be10efd916a10f 7 4 4 4\ne3be10efd916a10f 81 103 103 103\ne3be10efd916a10f 81 106 106 106\n31c79c843555c2c6 24 17 17 17\n31c79c843555c2c6 72 73 73 73\n31c79c843555c2c6 72 75 75 75\nadeeb0d485535dfb 23 12 12 12\nadeeb0d485535dfb 23 15 15 15\nadeeb0d485535dfb 23 22 22 22\nedcd819612829ef6 47 58 58 58\nedcd819612829ef6 47 59 59 59\nedcd819612829ef6 47 62 62 62\n5d06d35cfc4d456e 6 1 1 1\n5d06d35cfc4d456e 6 3 3 3\n5d06d35cfc4d456e 127 129 129 129\n05b1462991e38e4d 54 51 51 51\n05b1462991e38e4d 103 107 107 107\n05b1462991e38e4d 103 126 126 126\n2af206730de6f439 106 108 108 108\n2af206730de6f439 106 112 112 112\n2af206730de6f439 106 129 129 129\n29a09527214b3dc5 10 1 1 1\n29a09527214b3dc5 10 5 5 5\n29a09527214b3dc5 10 7 7 7\n37d0f351f07ee925 31 3 3 3\n37d0f351f07ee925 31 22 22 22\n37d0f351f07ee925 93 99 99 99\nbde72676dac5dc06 13 5 5 5\nbde72676dac5dc06 64 66 66 66\nbde72676dac5dc06 64 80 80 80\n3f6e7ee98174056b 24 2 2 2\n3f6e7ee98174056b 24 6 6 6\n3f6e7ee98174056b 83 90 90 90\n16cd4f1cb2a467c1 5 3 3 3\n16cd4f1cb2a467c1 84 86 86 86\n16cd4f1cb2a467c1 84 125 125 125\n87f03b8928fc286e 85 87 87 87\n87f03b8928fc286e 85 97 97 97\n87f03b8928fc286e 85 123 123 123\n46e0654ccb5d88cf 24 8 8 8\n46e0654ccb5d88cf 73 78 78 78\n46e0654ccb5d88cf 73 92 92 92\n20b38e0a985506ba 91 55 55 55\n20b38e0a985506ba 153 166 166 166\n20b38e0a985506ba 153 174 174 174\n59767154863dc444 8 2 2 2\n59767154863dc444 8 4 4 4\n59767154863dc444 84 100 100 100\ne43058cb365b9459 160 135 135 135\ne43058cb365b9459 160 139 139 139\ne43058cb365b9459 237 257 257 257\n568ef8c24a0b1408 12 7 7 7\n568ef8c24a0b1408 12 8 8 8\n568ef8c24a0b1408 58 62 62 62\ncf2f6b8cf233a07d 137 156 156 156\ncf2f6b8cf233a07d 137 159 159 159\ncf2f6b8cf233a07d 137 161 161 161\n043c48135c5e8cc2 32 17 17 17\n043c48135c5e8cc2 32 26 26 26\n043c48135c5e8cc2 142 155 155 155\nccdd4b5d45af03e8 52 57 57 57\nccdd4b5d45af03e8 52 58 58 58\nccdd4b5d45af03e8 52 65 65 65\nf5a9a6278a8e44b2 134 138 138 138\nf5a9a6278a8e44b2 134 142 142 142\nf5a9a6278a8e44b2 134 153 153 153\n308681a294d1417b 29 2 2 2\n308681a294d1417b 29 8 8 8\n308681a294d1417b 94 106 106 106\n9e784b792f4aa092 65 42 42 42\n9e784b792f4aa092 113 122 122 122\n9e784b792f4aa092 113 124 124 124\nf2243a6f96faabc9 10 0 0 0\nf2243a6f96faabc9 10 1 1 1\nf2243a6f96faabc9 10 4 4 4\nbf1d955d0d4cad3d 138 143 143 143\nbf1d955d0d4cad3d 138 163 163 163\nbf1d955d0d4cad3d 138 173 173 173\n518f26dcd055d78d 95 98 98 98\n518f26dcd055d78d 95 106 106 106\n518f26dcd055d78d 95 116 116 116\ne5c955c5cad28192 35 2 2 2\ne5c955c5cad28192 35 9 9 9\ne5c955c5cad28192 35 10 10 10\nbddba93182c33779 39 6 6 6\nbddba93182c33779 39 18 18 18\nbddba93182c33779 88 91 91 91\nf13a2892e0df0743 128 129 129 129\nf13a2892e0df0743 128 147 147 147\nf13a2892e0df0743 128 154 154 154\nb4d751f16c3826d8 60 61 61 61\nb4d751f16c3826d8 60 63 63 63\nb4d751f16c3826d8 60 65 65 65\n7ac41312c56a0cc7 42 25 25 25\n7ac41312c56a0cc7 106 110 110 110\n7ac41312c56a0cc7 106 112 112 112\ne1654fcb98bf93e6 27 18 18 18\ne1654fcb98bf93e6 27 26 26 26\ne1654fcb98bf93e6 83 86 86 86\nf58edeb874d96974 3 1 1 1\nf58edeb874d96974 83 92 92 92\nf58edeb874d96974 83 121 121 121\n0f2197967bb7fa43 47 4 4 4\n0f2197967bb7fa43 47 20 20 20\n0f2197967bb7fa43 47 25 25 25\naf55f1aae9438a31 171 150 150 150\naf55f1aae9438a31 242 244 244 244\naf55f1aae9438a31 242 255 255 255\nc6c9e352022ce110 48 49 49 49\nc6c9e352022ce110 48 52 52 52\nc6c9e352022ce110 48 53 53 53\ned8a46b1aeb9b0e7 9 0 0 0\ned8a46b1aeb9b0e7 9 5 5 5\ned8a46b1aeb9b0e7 9 7 7 7\n9638776e5bc87bc7 20 5 5 5\n9638776e5bc87bc7 20 9 9 9\n9638776e5bc87bc7 20 17 17 17\n3d8d29bf0d9f24a4 174 132 132 132\n3d8d29bf0d9f24a4 174 144 144 144\n3d8d29bf0d9f24a4 225 229 229 229\n9131cc864db80476 67 27 27 27\n9131cc864db80476 67 51 51 51\n9131cc864db80476 113 132 132 132\nfa1f48f6ab912eab 3 2 2 2\nfa1f48f6ab912eab 48 53 53 53\nfa1f48f6ab912eab 48 54 54 54\ne01e8cb797908f8c 59 17 17 17\ne01e8cb797908f8c 59 26 26 26\ne01e8cb797908f8c 59 29 29 29\nf27cb10112666229 18 3 3 3\nf27cb10112666229 68 71 71 71\nf27cb10112666229 68 72 72 72\nbe9fe7824449d416 113 118 118 118\nbe9fe7824449d416 113 138 138 138\nbe9fe7824449d416 113 149 149 149\n6b1138e2149920fd 4 3 3 3\n6b1138e2149920fd 51 56 56 56\n6b1138e2149920fd 51 70 70 70\n503d82bee145b841 208 168 168 168\n503d82bee145b841 208 186 186 186\n503d82bee145b841 208 191 191 191\nf60664acd06e22aa 24 10 10 10\nf60664acd06e22aa 24 11 11 11\nf60664acd06e22aa 83 115 115 115\n896664cbc4822c57 145 102 102 102\n896664cbc4822c57 145 112 112 112\n896664cbc4822c57 254 274 274 274\nc065104094628e8d 21 10 10 10\nc065104094628e8d 21 17 17 17\nc065104094628e8d 21 19 19 19\n3d60041ab79f46fc 49 7 7 7\n3d60041ab79f46fc 99 118 118 118\n3d60041ab79f46fc 99 126 126 126\nf956425e6e6f9863 49 8 8 8\nf956425e6e6f9863 49 19 19 19\nf956425e6e6f9863 49 42 42 42\ne16d5c92b54beff5 5 1 1 1\ne16d5c92b54beff5 56 61 61 61\ne16d5c92b54beff5 56 66 66 66\n62fdeefea9b15121 50 66 66 66\n62fdeefea9b15121 50 69 69 69\n62fdeefea9b15121 50 73 73 73\nab2d4e1aaca88cc3 12 2 2 2\nab2d4e1aaca88cc3 12 3 3 3\nab2d4e1aaca88cc3 12 4 4 4\n44adc8d00568380f 98 100 100 100\n44adc8d00568380f 98 119 119 119\n44adc8d00568380f 98 123 123 123\n41a3a167ea5d9e88 61 62 62 62\n41a3a167ea5d9e88 61 68 68 68\n41a3a167ea5d9e88 61 71 71 71\n4eab1d74335a930f 48 60 60 60\n4eab1d74335a930f 48 76 76 76\n4eab1d74335a930f 48 80 80 80\nf89ca2025a4c7470 10 4 4 4\nf89ca2025a4c7470 10 7 7 7\nf89ca2025a4c7470 75 88 88 88\n2217c43ddaa29027 97 80 80 80\n2217c43ddaa29027 97 83 83 83\n2217c43ddaa29027 97 95 95 95\n5a15212752d1659a 53 28 28 28\n5a15212752d1659a 53 31 31 31\n5a15212752d1659a 109 114 114 114\nd982d99031fb4f93 82 98 98 98\nd982d99031fb4f93 82 114 114 114\nd982d99031fb4f93 82 120 120 120\nb0030e8ffdf33cb8 50 42 42 42\nb0030e8ffdf33cb8 96 110 110 110\nb0030e8ffdf33cb8 96 121 121 121\n6638886a3a5ff92c 32 7 7 7\n6638886a3a5ff92c 32 18 18 18\n6638886a3a5ff92c 32 20 20 20\nce2d73fd4e1235ec 43 35 35 35\nce2d73fd4e1235ec 100 103 103 103\nce2d73fd4e1235ec 100 105 105 105\ne30f93e62f76014f 51 13 13 13\ne30f93e62f76014f 51 16 16 16\ne30f93e62f76014f 51 27 27 27\n177ff3969577b8de 3 1 1 1\n177ff3969577b8de 59 61 61 61\n177ff3969577b8de 59 63 63 63\n0404d32e97ec1cdb 13 2 2 2\n0404d32e97ec1cdb 68 73 73 73\n0404d32e97ec1cdb 68 74 74 74\n35061d7afe240bdc 201 168 168 168\n35061d7afe240bdc 201 183 183 183\n35061d7afe240bdc 201 192 192 192\n806102dd1847a340 65 50 50 50\n806102dd1847a340 65 55 55 55\n806102dd1847a340 132 151 151 151\nff03c7906d70bc61 90 101 101 101\nff03c7906d70bc61 90 126 126 126\nff03c7906d70bc61 90 133 133 133\n9b09cb164f1df0d6 116 86 86 86\n9b09cb164f1df0d6 116 107 107 107\n9b09cb164f1df0d6 161 163 163 163\n2689084e354f6dcd 6 0 0 0\n2689084e354f6dcd 6 4 4 4\n2689084e354f6dcd 6 5 5 5\nda27974057f07122 7 2 2 2\nda27974057f07122 142 152 152 152\nda27974057f07122 142 162 162 162\n62d43eb863c52706 26 0 0 0\n62d43eb863c52706 26 6 6 6\n62d43eb863c52706 26 11 11 11\n9720394a4cb1ee2b 15 3 3 3\n9720394a4cb1ee2b 15 4 4 4\n9720394a4cb1ee2b 15 10 10 10\nd45a3454e5581d11 16 2 2 2\nd45a3454e5581d11 16 4 4 4\nd45a3454e5581d11 16 13 13 13\n9e7927ee83ae3ef5 64 19 19 19\n9e7927ee83ae3ef5 64 41 41 41\n9e7927ee83ae3ef5 113 114 114 114\nc9545e4aaf05d54e 4 0 0 0\nc9545e4aaf05d54e 107 125 125 125\nc9545e4aaf05d54e 107 137 137 137\ndd4f43f04d9d51e9 19 13 13 13\ndd4f43f04d9d51e9 19 16 16 16\ndd4f43f04d9d51e9 19 18 18 18\na0dff63288fc21dc 64 20 20 20\na0dff63288fc21dc 120 125 125 125\na0dff63288fc21dc 120 152 152 152\n63b37bfae7def003 38 27 27 27\n63b37bfae7def003 38 36 36 36\n63b37bfae7def003 96 112 112 112\ne4ce9925774dac97 13 8 8 8\ne4ce9925774dac97 77 82 82 82\ne4ce9925774dac97 77 88 88 88\nbb08d0ebf3104860 101 56 56 56\nbb08d0ebf3104860 101 59 59 59\nbb08d0ebf3104860 101 81 81 81\n308de3d523189c72 13 1 1 1\n308de3d523189c72 13 8 8 8\n308de3d523189c72 61 81 81 81\nd2df35be33a3887f 45 11 11 11\nd2df35be33a3887f 45 19 19 19\nd2df35be33a3887f 151 176 176 176\n8ecf6a45678ed000 26 12 12 12\n8ecf6a45678ed000 143 153 153 153\n8ecf6a45678ed000 143 167 167 167\n5a866bf8e9e89c45 99 101 101 101\n5a866bf8e9e89c45 99 109 109 109\n5a866bf8e9e89c45 99 113 113 113\n72a7f8ebc3cb28f4 16 7 7 7\n72a7f8ebc3cb28f4 16 14 14 14\n72a7f8ebc3cb28f4 16 15 15 15\n2bd7cee1fa9c8996 65 41 41 41\n2bd7cee1fa9c8996 65 62 62 62\n2bd7cee1fa9c8996 111 114 114 114\n651dda44a5c1e293 81 40 40 40\n651dda44a5c1e293 81 46 46 46\n651dda44a5c1e293 177 193 193 193\naed2be03745359e1 43 35 35 35\naed2be03745359e1 43 39 39 39\naed2be03745359e1 112 118 118 118\nf7f7028b9db4277e 101 71 71 71\nf7f7028b9db4277e 101 84 84 84\nf7f7028b9db4277e 158 188 188 188\n7bd3172c6da32832 12 5 5 5\n7bd3172c6da32832 12 6 6 6\n7bd3172c6da32832 12 11 11 11\n34d9a4f4cf484d99 49 50 50 50\n34d9a4f4cf484d99 49 52 52 52\n34d9a4f4cf484d99 49 61 61 61\n62ae20eaf7f140c7 17 15 15 15\n62ae20eaf7f140c7 70 81 81 81\n62ae20eaf7f140c7 70 82 82 82\nb38e0e46b8c27cb7 5 3 3 3\nb38e0e46b8c27cb7 57 60 60 60\nb38e0e46b8c27cb7 57 62 62 62\n52099b824111b8d4 18 6 6 6\n52099b824111b8d4 88 95 95 95\n52099b824111b8d4 88 133 133 133\n5a0fd9d6bb6b26fb 12 3 3 3\n5a0fd9d6bb6b26fb 63 64 64 64\n5a0fd9d6bb6b26fb 63 75 75 75\nc31a5a509ab9c526 188 149 149 149\nc31a5a509ab9c526 188 171 171 171\nc31a5a509ab9c526 233 234 234 234\nbc400bd8d1f7c4bc 55 57 57 57\nbc400bd8d1f7c4bc 55 58 58 58\nbc400bd8d1f7c4bc 55 68 68 68\nb16d261e94f32108 72 73 73 73\nb16d261e94f32108 72 74 74 74\nb16d261e94f32108 72 78 78 78\n9179005d637bb381 46 47 47 47\n9179005d637bb381 46 48 48 48\n9179005d637bb381 46 49 49 49\nf0e8338a63423225 51 57 57 57\nf0e8338a63423225 51 61 61 61\nf0e8338a63423225 51 90 90 90\n2347b1e3e70842ac 74 45 45 45\n2347b1e3e70842ac 127 130 130 130\n2347b1e3e70842ac 127 154 154 154\n2d6f9fa00dcee664 9 1 1 1\n2d6f9fa00dcee664 9 5 5 5\n2d6f9fa00dcee664 9 7 7 7\n4675ea4e00c2544d 121 130 130 130\n4675ea4e00c2544d 121 136 136 136\n4675ea4e00c2544d 121 139 139 139\nb22809db10567e0b 68 75 75 75\nb22809db10567e0b 68 80 80 80\nb22809db10567e0b 68 94 94 94\n8659660eb14a4a89 45 3 3 3\n8659660eb14a4a89 45 4 4 4\n8659660eb14a4a89 175 213 213 213\n4f88a0a88784bbf1 39 23 23 23\n4f88a0a88784bbf1 39 26 26 26\n4f88a0a88784bbf1 100 122 122 122\nb3f9da40554cb53e 94 96 96 96\nb3f9da40554cb53e 94 98 98 98\nb3f9da40554cb53e 94 101 101 101\n1ca02bf1c0b65675 70 81 81 81\n1ca02bf1c0b65675 70 95 95 95\n1ca02bf1c0b65675 70 98 98 98\n0368abd976e8d82e 19 3 3 3\n0368abd976e8d82e 19 10 10 10\n0368abd976e8d82e 19 16 16 16\n4b5a6dd314bebe88 17 0 0 0\n4b5a6dd314bebe88 17 7 7 7\n4b5a6dd314bebe88 17 14 14 14\n3aae131a319acd17 92 48 48 48\n3aae131a319acd17 92 87 87 87\n3aae131a319acd17 204 217 217 217\n4bc203e17758f3a0 17 7 7 7\n4bc203e17758f3a0 17 8 8 8\n4bc203e17758f3a0 65 84 84 84\ne49339b26418352d 56 55 55 55\ne49339b26418352d 185 189 189 189\ne49339b26418352d 185 220 220 220\nf20f939c45d67d35 16 5 5 5\nf20f939c45d67d35 134 150 150 150\nf20f939c45d67d35 134 170 170 170\naf51983b0d330390 9 5 5 5\naf51983b0d330390 57 58 58 58\naf51983b0d330390 57 66 66 66\nda66efe7f47eb1f3 41 6 6 6\nda66efe7f47eb1f3 41 33 33 33\nda66efe7f47eb1f3 120 135 135 135\n08291107fc9e9849 80 44 44 44\n08291107fc9e9849 80 67 67 67\n08291107fc9e9849 184 210 210 210\nc34f0f87352a70e1 78 85 85 85\nc34f0f87352a70e1 78 90 90 90\nc34f0f87352a70e1 78 95 95 95\nda9c9989f0826f06 25 0 0 0\nda9c9989f0826f06 25 13 13 13\nda9c9989f0826f06 25 24 24 24\n6ecda7688473aa25 73 28 28 28\n6ecda7688473aa25 129 148 148 148\n6ecda7688473aa25 129 169 169 169\n145da324f69d1c6b 58 28 28 28\n145da324f69d1c6b 58 34 34 34\n145da324f69d1c6b 58 41 41 41\n1c375830155fe6dc 5 4 4 4\n1c375830155fe6dc 93 120 120 120\n1c375830155fe6dc 93 124 124 124\n85c5cd422c58958a 84 48 48 48\n85c5cd422c58958a 84 74 74 74\n85c5cd422c58958a 168 186 186 186\ne3a879a1c468f4bb 19 1 1 1\ne3a879a1c468f4bb 70 80 80 80\ne3a879a1c468f4bb 70 90 90 90\n9199131c0da9290e 17 6 6 6\n9199131c0da9290e 17 8 8 8\n9199131c0da9290e 17 16 16 16\n1d125b16063c96c4 6 3 3 3\n1d125b16063c96c4 117 120 120 120\n1d125b16063c96c4 117 121 121 121\nb8ec32138a491a9b 29 0 0 0\nb8ec32138a491a9b 29 18 18 18\nb8ec32138a491a9b 29 19 19 19\n2e261d7661282e40 55 59 59 59\n2e261d7661282e40 55 70 70 70\n2e261d7661282e40 55 73 73 73\n4c0ef61c55467706 11 5 5 5\n4c0ef61c55467706 65 67 67 67\n4c0ef61c55467706 65 88 88 88\nd4ba158175a98676 51 53 53 53\nd4ba158175a98676 51 59 59 59\nd4ba158175a98676 51 61 61 61\n73301da6bc2d64e7 96 104 104 104\n73301da6bc2d64e7 96 110 110 110\n73301da6bc2d64e7 96 138 138 138\n6afb95545c3aa4f2 20 1 1 1\n6afb95545c3aa4f2 20 6 6 6\n6afb95545c3aa4f2 20 12 12 12\n916440336f6290f7 48 31 31 31\n916440336f6290f7 48 45 45 45\n916440336f6290f7 131 133 133 133\nd1bc93ab5085d7ce 8 7 7 7\nd1bc93ab5085d7ce 136 157 157 157\nd1bc93ab5085d7ce 136 159 159 159\n5fa1c14029bd1183 67 26 26 26\n5fa1c14029bd1183 124 128 128 128\n5fa1c14029bd1183 124 138 138 138\n63b3f24f708864df 50 14 14 14\n63b3f24f708864df 50 23 23 23\n63b3f24f708864df 50 29 29 29\n1db274e904e3fb07 20 0 0 0\n1db274e904e3fb07 20 18 18 18\n1db274e904e3fb07 67 71 71 71\n7bfb908a2ca8a8d3 24 7 7 7\n7bfb908a2ca8a8d3 24 16 16 16\n7bfb908a2ca8a8d3 24 22 22 22\n2b1da1fbe7f18f7e 48 61 61 61\n2b1da1fbe7f18f7e 48 84 84 84\n2b1da1fbe7f18f7e 48 86 86 86\n5b511c9a3888311d 123 131 131 131\n5b511c9a3888311d 123 136 136 136\n5b511c9a3888311d 123 149 149 149\n8dfaab80f0ff96b2 22 7 7 7\n8dfaab80f0ff96b2 22 16 16 16\n8dfaab80f0ff96b2 68 70 70 70\n555670de0b6aad58 97 98 98 98\n555670de0b6aad58 97 99 99 99\n555670de0b6aad58 97 100 100 100\nc46ca76fc6fba789 81 89 89 89\nc46ca76fc6fba789 81 93 93 93\nc46ca76fc6fba789 81 109 109 109\n5bb97abaa6ce464f 13 2 2 2\n5bb97abaa6ce464f 13 8 8 8\n5bb97abaa6ce464f 58 62 62 62\n08c9e7365f0707a4 103 106 106 106\n08c9e7365f0707a4 103 114 114 114\n08c9e7365f0707a4 103 147 147 147\n68c72dad736be98f 5 1 1 1\n68c72dad736be98f 61 74 74 74\n68c72dad736be98f 61 92 92 92\nbd5b2cb53eb19175 40 20 20 20\nbd5b2cb53eb19175 131 143 143 143\nbd5b2cb53eb19175 131 159 159 159\n9d299ef8db7b5c79 34 1 1 1\n9d299ef8db7b5c79 34 4 4 4\n9d299ef8db7b5c79 34 12 12 12\n56b103273d116e5c 62 64 64 64\n56b103273d116e5c 62 92 92 92\n56b103273d116e5c 62 101 101 101\nbdc61a5863efe4b7 121 127 127 127\nbdc61a5863efe4b7 121 128 128 128\nbdc61a5863efe4b7 121 130 130 130\n09d860b12f6604cb 58 59 59 59\n09d860b12f6604cb 58 70 70 70\n09d860b12f6604cb 58 72 72 72\n515ecfc39f93710e 62 64 64 64\n515ecfc39f93710e 62 76 76 76\n515ecfc39f93710e 62 79 79 79\n3fcf6c1b81b14af5 4 0 0 0\n3fcf6c1b81b14af5 4 2 2 2\n3fcf6c1b81b14af5 4 3 3 3\ncfa7ad963a2cede0 81 45 45 45\ncfa7ad963a2cede0 152 171 171 171\ncfa7ad963a2cede0 152 191 191 191\nebe74462b3438417 46 3 3 3\nebe74462b3438417 46 30 30 30\nebe74462b3438417 125 126 126 126\nbfe7903708674ea4 36 27 27 27\nbfe7903708674ea4 36 30 30 30\nbfe7903708674ea4 82 97 97 97\n88ec9feae8aa8a08 92 83 83 83\n88ec9feae8aa8a08 92 88 88 88\n88ec9feae8aa8a08 148 157 157 157\nc3fbd8143d230d6f 34 9 9 9\nc3fbd8143d230d6f 34 14 14 14\nc3fbd8143d230d6f 105 117 117 117\naefc27b9cbf7baf2 149 107 107 107\naefc27b9cbf7baf2 149 142 142 142\naefc27b9cbf7baf2 210 239 239 239\neaa1fe61497b64ed 31 23 23 23\neaa1fe61497b64ed 77 80 80 80\neaa1fe61497b64ed 77 109 109 109\na53e2726753464c9 6 1 1 1\na53e2726753464c9 6 3 3 3\na53e2726753464c9 70 71 71 71\n1513c8f030f4cbe2 30 13 13 13\n1513c8f030f4cbe2 75 82 82 82\n1513c8f030f4cbe2 75 93 93 93\n5ed81b3d975b3525 92 93 93 93\n5ed81b3d975b3525 92 94 94 94\n5ed81b3d975b3525 92 99 99 99\nc1f2a61d61bd7e48 26 10 10 10\nc1f2a61d61bd7e48 146 168 168 168\nc1f2a61d61bd7e48 146 183 183 183\n1fcfd8a36e171639 88 63 63 63\n1fcfd8a36e171639 188 196 196 196\n1fcfd8a36e171639 188 206 206 206\n0cbbc98eec80360a 61 73 73 73\n0cbbc98eec80360a 61 76 76 76\n0cbbc98eec80360a 61 77 77 77\n9c1398cb9ad44a17 200 193 193 193\n9c1398cb9ad44a17 200 195 195 195\n9c1398cb9ad44a17 271 276 276 276\n874b92ceafee3bfc 3 1 1 1\n874b92ceafee3bfc 3 2 2 2\n874b92ceafee3bfc 68 70 70 70\nc4d2c01787878b20 55 62 62 62\nc4d2c01787878b20 55 68 68 68\nc4d2c01787878b20 55 75 75 75\nca12e642e93fc13a 73 60 60 60\nca12e642e93fc13a 73 64 64 64\nca12e642e93fc13a 183 191 191 191\n2075a2388413899d 1 0 0 0\n2075a2388413899d 59 84 84 84\n2075a2388413899d 59 90 90 90\n7edeb4779b56f16b 79 82 82 82\n7edeb4779b56f16b 79 86 86 86\n7edeb4779b56f16b 79 120 120 120\n1ae4afcefdd3650c 55 56 56 56\n1ae4afcefdd3650c 55 59 59 59\n1ae4afcefdd3650c 55 60 60 60\nbef22dc2cc3a20b7 3 1 1 1\nbef22dc2cc3a20b7 3 2 2 2\nbef22dc2cc3a20b7 60 61 61 61\na28d9292ca8d950a 26 1 1 1\na28d9292ca8d950a 26 8 8 8\na28d9292ca8d950a 26 22 22 22\ne7f9787274c3882c 43 2 2 2\ne7f9787274c3882c 43 34 34 34\ne7f9787274c3882c 43 37 37 37\n1058fe0400a873e0 21 20 20 20\n1058fe0400a873e0 72 81 81 81\n1058fe0400a873e0 72 107 107 107\nec2798755715261d 60 61 61 61\nec2798755715261d 60 65 65 65\nec2798755715261d 60 75 75 75\na100462fcda4903a 18 1 1 1\na100462fcda4903a 18 7 7 7\na100462fcda4903a 18 8 8 8\ne6478478a90ae0b7 70 74 74 74\ne6478478a90ae0b7 70 86 86 86\ne6478478a90ae0b7 70 89 89 89\n6558a3aad7301ad0 13 6 6 6\n6558a3aad7301ad0 13 7 7 7\n6558a3aad7301ad0 58 63 63 63\n71d4984eb3440a3f 2 1 1 1\n71d4984eb3440a3f 50 51 51 51\n71d4984eb3440a3f 50 52 52 52\n494f87170e713843 37 15 15 15\n494f87170e713843 37 16 16 16\n494f87170e713843 37 21 21 21\n0a6680fe6e8e09d7 66 67 67 67\n0a6680fe6e8e09d7 66 74 74 74\n0a6680fe6e8e09d7 66 75 75 75\n11eb4e9eec5048f2 27 13 13 13\n11eb4e9eec5048f2 80 91 91 91\n11eb4e9eec5048f2 80 94 94 94\n91a772967d0c828b 21 3 3 3\n91a772967d0c828b 21 14 14 14\n91a772967d0c828b 73 76 76 76\nb156889fde2dbb85 80 84 84 84\nb156889fde2dbb85 80 115 115 115\nb156889fde2dbb85 80 124 124 124\nde60ac2e663b066f 52 8 8 8\nde60ac2e663b066f 52 45 45 45\nde60ac2e663b066f 97 105 105 105\n5be27cf4d890da47 129 100 100 100\n5be27cf4d890da47 129 103 103 103\n5be27cf4d890da47 129 116 116 116\nac479d95070773ea 45 49 49 49\nac479d95070773ea 45 53 53 53\nac479d95070773ea 45 54 54 54\nf45c428e89a06af3 99 106 106 106\nf45c428e89a06af3 99 135 135 135\nf45c428e89a06af3 99 138 138 138\na387a0797620e120 100 76 76 76\na387a0797620e120 100 92 92 92\na387a0797620e120 152 164 164 164\nb713e75c318aacf1 24 2 2 2\nb713e75c318aacf1 103 106 106 106\nb713e75c318aacf1 103 125 125 125\nbb0d9ff59505b17e 91 52 52 52\nbb0d9ff59505b17e 91 53 53 53\nbb0d9ff59505b17e 91 83 83 83\n7367bf46cefab634 129 97 97 97\n7367bf46cefab634 129 113 113 113\n7367bf46cefab634 129 117 117 117\n2a2d971fd44ae258 3 2 2 2\n2a2d971fd44ae258 49 67 67 67\n2a2d971fd44ae258 49 74 74 74\n040a7af97273204f 134 140 140 140\n040a7af97273204f 134 161 161 161\n040a7af97273204f 134 166 166 166\n4b5619958277861f 12 11 11 11\n4b5619958277861f 83 86 86 86\n4b5619958277861f 83 98 98 98\n4422b38e60e3bc2f 24 0 0 0\n4422b38e60e3bc2f 24 6 6 6\n4422b38e60e3bc2f 70 78 78 78\n9d377a5dcd18edad 34 3 3 3\n9d377a5dcd18edad 34 10 10 10\n9d377a5dcd18edad 154 167 167 167\nb27799762a8b833a 141 113 113 113\nb27799762a8b833a 141 134 134 134\nb27799762a8b833a 270 278 278 278\ncb8fa1e610da2576 35 8 8 8\ncb8fa1e610da2576 35 10 10 10\ncb8fa1e610da2576 35 13 13 13\nf8f9ae6839b997d4 53 18 18 18\nf8f9ae6839b997d4 53 24 24 24\nf8f9ae6839b997d4 158 185 185 185\n5f0d3f4cad9f6bc7 8 0 0 0\n5f0d3f4cad9f6bc7 8 3 3 3\n5f0d3f4cad9f6bc7 8 5 5 5\ncd5ca613c01ff1dc 58 73 73 73\ncd5ca613c01ff1dc 58 75 75 75\ncd5ca613c01ff1dc 58 77 77 77\n872553dc67cfa7a7 91 62 62 62\n872553dc67cfa7a7 219 251 251 251\n872553dc67cfa7a7 219 261 261 261\n6ca4076fadf3200e 160 139 139 139\n6ca4076fadf3200e 160 148 148 148\n6ca4076fadf3200e 248 264 264 264\nc0f59974cf8e4cfe 27 15 15 15\nc0f59974cf8e4cfe 27 23 23 23\nc0f59974cf8e4cfe 72 75 75 75\n3a642c6d0e43510b 15 0 0 0\n3a642c6d0e43510b 15 10 10 10\n3a642c6d0e43510b 110 145 145 145\nd2220929f6df0678 4 1 1 1\nd2220929f6df0678 78 98 98 98\nd2220929f6df0678 78 122 122 122\n666e2f9e9ea0fadc 106 79 79 79\n666e2f9e9ea0fadc 152 169 169 169\n666e2f9e9ea0fadc 152 173 173 173\n4a1b9fb940541809 126 114 114 114\n4a1b9fb940541809 172 195 195 195\n4a1b9fb940541809 172 201 201 201\n77917a56e2650f83 70 57 57 57\n77917a56e2650f83 127 142 142 142\n77917a56e2650f83 127 170 170 170\n424397db4b1cf634 92 105 105 105\n424397db4b1cf634 92 130 130 130\n424397db4b1cf634 92 133 133 133\n981614c8b84003a8 23 0 0 0\n981614c8b84003a8 23 17 17 17\n981614c8b84003a8 23 19 19 19\nf6c455e1736b238b 96 61 61 61\nf6c455e1736b238b 96 75 75 75\nf6c455e1736b238b 146 181 181 181\n32d28b7513f873be 34 27 27 27\n32d28b7513f873be 94 122 122 122\n32d28b7513f873be 94 139 139 139\n74af9d545c63645c 51 52 52 52\n74af9d545c63645c 51 57 57 57\n74af9d545c63645c 51 61 61 61\nbe8afab0505d8ca7 13 0 0 0\nbe8afab0505d8ca7 13 8 8 8\nbe8afab0505d8ca7 13 12 12 12\n6c1078edc3a861c4 10 0 0 0\n6c1078edc3a861c4 10 2 2 2\n6c1078edc3a861c4 10 4 4 4\n0f5bb0704084e290 64 65 65 65\n0f5bb0704084e290 64 69 69 69\n0f5bb0704084e290 64 71 71 71\nce827f0c64f90c22 45 24 24 24\nce827f0c64f90c22 96 98 98 98\nce827f0c64f90c22 96 102 102 102\nc887543e0e2d2a89 21 6 6 6\nc887543e0e2d2a89 21 7 7 7\nc887543e0e2d2a89 21 9 9 9\n604e834da1b066c3 58 42 42 42\n604e834da1b066c3 58 57 57 57\n604e834da1b066c3 134 150 150 150\n2cd1705407546b72 62 50 50 50\n2cd1705407546b72 62 51 51 51\n2cd1705407546b72 62 61 61 61\nef8d91016d54a951 38 0 0 0\nef8d91016d54a951 38 23 23 23\nef8d91016d54a951 38 34 34 34\nd71d8269b397199e 108 90 90 90\nd71d8269b397199e 108 97 97 97\nd71d8269b397199e 108 104 104 104\n2f3ec1f2335489d2 99 57 57 57\n2f3ec1f2335489d2 99 60 60 60\n2f3ec1f2335489d2 147 150 150 150\nffb3b1bb765b96eb 154 109 109 109\nffb3b1bb765b96eb 154 119 119 119\nffb3b1bb765b96eb 237 266 266 266\n9d6fea5470e31f53 28 0 0 0\n9d6fea5470e31f53 28 2 2 2\n9d6fea5470e31f53 125 166 166 166\n3581e2337e3b9104 2 0 0 0\n3581e2337e3b9104 2 1 1 1\n3581e2337e3b9104 50 52 52 52\na92177d7b96db613 36 20 20 20\na92177d7b96db613 36 25 25 25\na92177d7b96db613 127 142 142 142\ne95a6a3c350879ae 66 83 83 83\ne95a6a3c350879ae 66 84 84 84\ne95a6a3c350879ae 66 88 88 88\n505398c0e31ec5f5 127 88 88 88\n505398c0e31ec5f5 127 100 100 100\n505398c0e31ec5f5 212 220 220 220\n404043fe2f398440 84 64 64 64\n404043fe2f398440 208 225 225 225\n404043fe2f398440 208 235 235 235\nfc6f664a700121e9 21 1 1 1\nfc6f664a700121e9 21 19 19 19\nfc6f664a700121e9 66 83 83 83\n6c78fd2a1f251252 6 1 1 1\n6c78fd2a1f251252 51 68 68 68\n6c78fd2a1f251252 51 72 72 72\n9300e59f9b434ef8 18 0 0 0\n9300e59f9b434ef8 18 3 3 3\n9300e59f9b434ef8 18 12 12 12\n9d189d02a0c0b999 75 84 84 84\n9d189d02a0c0b999 75 94 94 94\n9d189d02a0c0b999 75 102 102 102\n3fc266558ec5c07b 95 123 123 123\n3fc266558ec5c07b 95 129 129 129\n3fc266558ec5c07b 95 132 132 132\n01570ac1c73e9ca2 85 57 57 57\n01570ac1c73e9ca2 133 139 139 139\n01570ac1c73e9ca2 133 140 140 140\n46a4d49d61a86d37 6 1 1 1\n46a4d49d61a86d37 6 4 4 4\n46a4d49d61a86d37 54 63 63 63\n8a3dcdc501eb6cbf 46 61 61 61\n8a3dcdc501eb6cbf 46 62 62 62\n8a3dcdc501eb6cbf 46 67 67 67\neb5b73ca4a18bbf9 58 27 27 27\neb5b73ca4a18bbf9 58 31 31 31\neb5b73ca4a18bbf9 180 224 224 224\n0c6b149da098b121 68 33 33 33\n0c6b149da098b121 166 191 191 191\n0c6b149da098b121 166 193 193 193\n7c411c479afba17e 36 26 26 26\n7c411c479afba17e 121 126 126 126\n7c411c479afba17e 121 133 133 133\nb71c6604f52dfd89 42 32 32 32\nb71c6604f52dfd89 87 101 101 101\nb71c6604f52dfd89 87 109 109 109\n12b7562944c06836 83 93 93 93\n12b7562944c06836 83 105 105 105\n12b7562944c06836 83 123 123 123\ndba7a2fbce619ae6 111 117 117 117\ndba7a2fbce619ae6 111 125 125 125\ndba7a2fbce619ae6 111 155 155 155\nbc04acfa6bf91216 22 10 10 10\nbc04acfa6bf91216 22 13 13 13\nbc04acfa6bf91216 22 17 17 17\n8215004c55b59e05 112 67 67 67\n8215004c55b59e05 112 76 76 76\n8215004c55b59e05 112 103 103 103\nab3f69c52338a68f 89 92 92 92\nab3f69c52338a68f 89 96 96 96\nab3f69c52338a68f 89 106 106 106\na0db9c916426d689 19 7 7 7\na0db9c916426d689 112 122 122 122\na0db9c916426d689 112 128 128 128\n81e21e7de4e7f651 3 2 2 2\n81e21e7de4e7f651 80 95 95 95\n81e21e7de4e7f651 80 104 104 104\n657a8a3c295c285b 20 18 18 18\n657a8a3c295c285b 20 19 19 19\n657a8a3c295c285b 69 74 74 74\n819c07566240fff6 20 6 6 6\n819c07566240fff6 20 19 19 19\n819c07566240fff6 70 71 71 71\nfb869d5257bd2088 22 1 1 1\nfb869d5257bd2088 67 72 72 72\nfb869d5257bd2088 67 74 74 74\n3456032dc178208b 1 0 0 0\n3456032dc178208b 71 74 74 74\n3456032dc178208b 71 75 75 75\n839b9551138a8d78 35 13 13 13\n839b9551138a8d78 35 17 17 17\n839b9551138a8d78 35 26 26 26\n74598c6dc1d84d8e 121 130 130 130\n74598c6dc1d84d8e 121 160 160 160\n74598c6dc1d84d8e 121 162 162 162\nf8d8be6aa90ef3cc 18 3 3 3\nf8d8be6aa90ef3cc 18 17 17 17\nf8d8be6aa90ef3cc 73 75 75 75\n3ce8f87fcfc988a8 26 13 13 13\n3ce8f87fcfc988a8 26 15 15 15\n3ce8f87fcfc988a8 26 20 20 20\n876b3edad22f730f 33 7 7 7\n876b3edad22f730f 33 9 9 9\n876b3edad22f730f 90 134 134 134\n0fbe6d76015f75d4 144 155 155 155\n0fbe6d76015f75d4 144 159 159 159\n0fbe6d76015f75d4 144 180 180 180\nb9ace716dc382454 111 132 132 132\nb9ace716dc382454 111 143 143 143\nb9ace716dc382454 111 153 153 153\n280443260e3dced9 44 38 38 38\n280443260e3dced9 122 129 129 129\n280443260e3dced9 122 149 149 149\ndd9ab2885314a176 22 13 13 13\ndd9ab2885314a176 22 14 14 14\ndd9ab2885314a176 74 78 78 78\necc06f0818f48464 38 1 1 1\necc06f0818f48464 38 20 20 20\necc06f0818f48464 107 129 129 129\n84f0c7ede104ec5d 27 24 24 24\n84f0c7ede104ec5d 83 98 98 98\n84f0c7ede104ec5d 83 101 101 101\n2ceec371086f5d82 12 0 0 0\n2ceec371086f5d82 12 2 2 2\n2ceec371086f5d82 58 59 59 59\n7a50a76ccf43f0f1 27 20 20 20\n7a50a76ccf43f0f1 72 88 88 88\n7a50a76ccf43f0f1 72 90 90 90\n23dcee801bca67bf 23 21 21 21\n23dcee801bca67bf 95 127 127 127\n23dcee801bca67bf 95 133 133 133\n7087ce00023cad0b 26 7 7 7\n7087ce00023cad0b 26 14 14 14\n7087ce00023cad0b 26 24 24 24\n832d9bfc6fb0ee3e 34 11 11 11\n832d9bfc6fb0ee3e 79 82 82 82\n832d9bfc6fb0ee3e 79 95 95 95\nc191082043684c2d 49 51 51 51\nc191082043684c2d 49 57 57 57\nc191082043684c2d 49 59 59 59\ne464f2b5402ac9f6 96 53 53 53\ne464f2b5402ac9f6 154 157 157 157\ne464f2b5402ac9f6 154 170 170 170\n6b72878ccfec814c 44 7 7 7\n6b72878ccfec814c 44 41 41 41\n6b72878ccfec814c 100 102 102 102\n1beb8e6662d36ee6 24 9 9 9\n1beb8e6662d36ee6 24 20 20 20\n1beb8e6662d36ee6 69 70 70 70\nabf2836f83d04375 40 32 32 32\nabf2836f83d04375 91 106 106 106\nabf2836f83d04375 91 115 115 115\n293e02c7c1fa31a8 229 194 194 194\n293e02c7c1fa31a8 229 220 220 220\n293e02c7c1fa31a8 229 224 224 224\n9e5742721b362151 48 51 51 51\n9e5742721b362151 48 56 56 56\n9e5742721b362151 48 59 59 59\n6675323ba63ddcfb 76 79 79 79\n6675323ba63ddcfb 76 100 100 100\n6675323ba63ddcfb 76 103 103 103\nd4c4491c9efa81cc 55 80 80 80\nd4c4491c9efa81cc 55 86 86 86\nd4c4491c9efa81cc 55 99 99 99\nd39b221484337ef2 49 69 69 69\nd39b221484337ef2 49 71 71 71\nd39b221484337ef2 49 89 89 89\na311f0380386541b 11 1 1 1\na311f0380386541b 11 9 9 9\na311f0380386541b 86 89 89 89\ndabfdf8edd1dc032 51 52 52 52\ndabfdf8edd1dc032 51 53 53 53\ndabfdf8edd1dc032 51 54 54 54\n0d6a534d75f20921 51 61 61 61\n0d6a534d75f20921 51 64 64 64\n0d6a534d75f20921 51 96 96 96\nb572e1b507849a83 15 3 3 3\nb572e1b507849a83 15 4 4 4\nb572e1b507849a83 15 8 8 8\n6062bd76d28b5b2a 111 131 131 131\n6062bd76d28b5b2a 111 137 137 137\n6062bd76d28b5b2a 111 156 156 156\nfe97f5516fea659b 146 130 130 130\nfe97f5516fea659b 146 136 136 136\nfe97f5516fea659b 197 205 205 205\na5f9e28c5865aa05 72 31 31 31\na5f9e28c5865aa05 72 71 71 71\na5f9e28c5865aa05 129 151 151 151\nb5d14fc6ce434970 35 4 4 4\nb5d14fc6ce434970 35 11 11 11\nb5d14fc6ce434970 150 158 158 158\n464d63c227f26d09 4 0 0 0\n464d63c227f26d09 4 2 2 2\n464d63c227f26d09 50 51 51 51\n7b2e239ef9ad3204 59 60 60 60\n7b2e239ef9ad3204 59 63 63 63\n7b2e239ef9ad3204 59 79 79 79\naab0b6cc7874b67e 33 7 7 7\naab0b6cc7874b67e 33 19 19 19\naab0b6cc7874b67e 33 20 20 20\ndd4184861015056c 61 20 20 20\ndd4184861015056c 61 49 49 49\ndd4184861015056c 132 167 167 167\nf18290450be43683 32 16 16 16\nf18290450be43683 78 80 80 80\nf18290450be43683 78 94 94 94\n4773f5327489d57a 103 66 66 66\n4773f5327489d57a 103 80 80 80\n4773f5327489d57a 163 171 171 171\n053e78d3134437a5 45 60 60 60\n053e78d3134437a5 45 72 72 72\n053e78d3134437a5 45 82 82 82\n61e94648de4f2fdd 24 7 7 7\n61e94648de4f2fdd 24 22 22 22\n61e94648de4f2fdd 89 105 105 105\nec3b36ce3794c18a 74 89 89 89\nec3b36ce3794c18a 74 104 104 104\nec3b36ce3794c18a 74 106 106 106\n3d4645318868a4f3 13 2 2 2\n3d4645318868a4f3 13 12 12 12\n3d4645318868a4f3 60 64 64 64\n10f9d6f46e438d36 55 71 71 71\n10f9d6f46e438d36 55 82 82 82\n10f9d6f46e438d36 55 96 96 96\nc57f9e04ed7b2789 49 5 5 5\nc57f9e04ed7b2789 49 33 33 33\nc57f9e04ed7b2789 49 40 40 40\n595835d9376d7aab 57 82 82 82\n595835d9376d7aab 57 85 85 85\n595835d9376d7aab 57 93 93 93\ne42025ee14ea866d 120 123 123 123\ne42025ee14ea866d 120 124 124 124\ne42025ee14ea866d 120 125 125 125\n64a0d6a31e6484ee 174 130 130 130\n64a0d6a31e6484ee 174 154 154 154\n64a0d6a31e6484ee 174 164 164 164\nf8075dd9592cbe12 32 25 25 25\nf8075dd9592cbe12 78 86 86 86\nf8075dd9592cbe12 78 90 90 90\nf3c0e97521ac48f5 28 8 8 8\nf3c0e97521ac48f5 28 17 17 17\nf3c0e97521ac48f5 77 91 91 91\n6a7c2c0b50e6de5f 22 2 2 2\n6a7c2c0b50e6de5f 22 14 14 14\n6a7c2c0b50e6de5f 22 16 16 16\nf46ad800862ef072 57 20 20 20\nf46ad800862ef072 57 28 28 28\nf46ad800862ef072 57 44 44 44\nc5b78894aaca6db6 21 4 4 4\nc5b78894aaca6db6 21 7 7 7\nc5b78894aaca6db6 122 123 123 123\n600adea2c262f21a 29 6 6 6\n600adea2c262f21a 29 11 11 11\n600adea2c262f21a 80 86 86 86\n29791bf60e718c6b 77 34 34 34\n29791bf60e718c6b 77 40 40 40\n29791bf60e718c6b 178 210 210 210\nb20384a3167bd3d4 37 1 1 1\nb20384a3167bd3d4 37 9 9 9\nb20384a3167bd3d4 37 35 35 35\n8b5b10275b8a2d7e 121 142 142 142\n8b5b10275b8a2d7e 121 144 144 144\n8b5b10275b8a2d7e 121 150 150 150\nfe3e07cf43d37f75 16 3 3 3\nfe3e07cf43d37f75 16 8 8 8\nfe3e07cf43d37f75 16 9 9 9\ncf98c6afd9c35e1e 66 75 75 75\ncf98c6afd9c35e1e 66 76 76 76\ncf98c6afd9c35e1e 66 85 85 85\n5723116fddffaa41 59 60 60 60\n5723116fddffaa41 59 67 67 67\n5723116fddffaa41 59 69 69 69\n35eeb3ce1b3dd01d 36 1 1 1\n35eeb3ce1b3dd01d 36 9 9 9\n35eeb3ce1b3dd01d 114 122 122 122\n455964aa4ead1e2f 59 61 61 61\n455964aa4ead1e2f 59 64 64 64\n455964aa4ead1e2f 59 85 85 85\n7e922181dfb009e8 37 33 33 33\n7e922181dfb009e8 126 136 136 136\n7e922181dfb009e8 126 160 160 160\na0bc9b509471e1dc 25 8 8 8\na0bc9b509471e1dc 25 14 14 14\na0bc9b509471e1dc 97 104 104 104\n37ff932a6a608c24 10 4 4 4\n37ff932a6a608c24 60 63 63 63\n37ff932a6a608c24 60 91 91 91\ne5509acc0167507f 83 68 68 68\ne5509acc0167507f 83 76 76 76\ne5509acc0167507f 146 147 147 147\n0498c9066256055c 118 120 120 120\n0498c9066256055c 118 145 145 145\n0498c9066256055c 118 152 152 152\n4bc47dc7f8781812 215 223 223 223\n4bc47dc7f8781812 215 252 252 252\n4bc47dc7f8781812 215 258 258 258\nf087cde338a19ca0 23 4 4 4\nf087cde338a19ca0 23 6 6 6\nf087cde338a19ca0 23 14 14 14\n8371a8888df622aa 8 4 4 4\n8371a8888df622aa 8 5 5 5\n8371a8888df622aa 54 73 73 73\n9d022c4ec370112a 45 21 21 21\n9d022c4ec370112a 45 33 33 33\n9d022c4ec370112a 91 114 114 114\n34bc36fe61a4020b 5 2 2 2\n34bc36fe61a4020b 5 3 3 3\n34bc36fe61a4020b 5 4 4 4\nbf9744dcaa2dd16a 173 137 137 137\nbf9744dcaa2dd16a 242 250 250 250\nbf9744dcaa2dd16a 242 257 257 257\ne7a91fda857970df 54 66 66 66\ne7a91fda857970df 54 86 86 86\ne7a91fda857970df 54 91 91 91\n18297e1f8e25d3ee 4 1 1 1\n18297e1f8e25d3ee 57 65 65 65\n18297e1f8e25d3ee 57 71 71 71\nb3a450fbb3e1e27e 72 40 40 40\nb3a450fbb3e1e27e 72 43 43 43\nb3a450fbb3e1e27e 72 56 56 56\n28ed97894371982f 83 88 88 88\n28ed97894371982f 83 92 92 92\n28ed97894371982f 83 100 100 100\n382a5736d9134153 163 119 119 119\n382a5736d9134153 163 144 144 144\n382a5736d9134153 248 276 276 276\n9ab0225fe7dfb56f 18 11 11 11\n9ab0225fe7dfb56f 79 80 80 80\n9ab0225fe7dfb56f 79 81 81 81\n3b7443b24830d388 42 7 7 7\n3b7443b24830d388 42 31 31 31\n3b7443b24830d388 42 37 37 37\n05e2f342142bc50d 46 47 47 47\n05e2f342142bc50d 46 48 48 48\n05e2f342142bc50d 46 50 50 50\nb370e3f9840ae00c 205 168 168 168\nb370e3f9840ae00c 205 184 184 184\nb370e3f9840ae00c 205 204 204 204\n73dbed7d7c84edec 52 53 53 53\n73dbed7d7c84edec 52 64 64 64\n73dbed7d7c84edec 52 71 71 71\ncc448cfcd8bab948 112 88 88 88\ncc448cfcd8bab948 161 202 202 202\ncc448cfcd8bab948 161 205 205 205\n08b8b63abbec8780 22 0 0 0\n08b8b63abbec8780 22 9 9 9\n08b8b63abbec8780 22 15 15 15\n8f8c517cfcccb122 150 115 115 115\n8f8c517cfcccb122 150 144 144 144\n8f8c517cfcccb122 212 249 249 249\nf3e1914ef27a8fa7 6 4 4 4\nf3e1914ef27a8fa7 61 64 64 64\nf3e1914ef27a8fa7 61 66 66 66\n22666111b2180af9 135 137 137 137\n22666111b2180af9 135 149 149 149\n22666111b2180af9 135 153 153 153\nf272b4e7a791914d 9 0 0 0\nf272b4e7a791914d 9 4 4 4\nf272b4e7a791914d 9 7 7 7\nb9a70f12fe6cd7b1 68 31 31 31\nb9a70f12fe6cd7b1 68 32 32 32\nb9a70f12fe6cd7b1 152 175 175 175\n6bba27ca808df3b2 9 0 0 0\n6bba27ca808df3b2 9 2 2 2\n6bba27ca808df3b2 9 8 8 8\n7d5bbbfe59fb6d85 66 68 68 68\n7d5bbbfe59fb6d85 66 69 69 69\n7d5bbbfe59fb6d85 66 70 70 70\n171b3a4c2f95f981 52 63 63 63\n171b3a4c2f95f981 52 67 67 67\n171b3a4c2f95f981 52 80 80 80\n0ecdc87c3391ce98 75 77 77 77\n0ecdc87c3391ce98 75 84 84 84\n0ecdc87c3391ce98 75 91 91 91\nfb606e0ed3d19e90 94 95 95 95\nfb606e0ed3d19e90 94 113 113 113\nfb606e0ed3d19e90 94 120 120 120\nd932fa3862974507 200 155 155 155\nd932fa3862974507 200 156 156 156\nd932fa3862974507 200 164 164 164\n88eeafd51bd099bb 5 4 4 4\n88eeafd51bd099bb 85 97 97 97\n88eeafd51bd099bb 85 106 106 106\nb1df812f9a41f543 212 229 229 229\nb1df812f9a41f543 212 251 251 251\nb1df812f9a41f543 212 254 254 254\n4e96d43605f27475 43 7 7 7\n4e96d43605f27475 43 16 16 16\n4e96d43605f27475 43 39 39 39\n5effc5aba4ed1611 9 1 1 1\n5effc5aba4ed1611 9 2 2 2\n5effc5aba4ed1611 99 101 101 101\nd361d42b0616f659 100 105 105 105\nd361d42b0616f659 100 107 107 107\nd361d42b0616f659 100 112 112 112\nb79d5e7256f01f82 17 14 14 14\nb79d5e7256f01f82 90 93 93 93\nb79d5e7256f01f82 90 108 108 108\n8124e22a832f1c22 19 2 2 2\n8124e22a832f1c22 19 5 5 5\n8124e22a832f1c22 19 10 10 10\nbc6cb70a1ed40447 51 58 58 58\nbc6cb70a1ed40447 51 62 62 62\nbc6cb70a1ed40447 51 69 69 69\n17a39d87a22ac1ec 57 69 69 69\n17a39d87a22ac1ec 57 79 79 79\n17a39d87a22ac1ec 57 85 85 85\n2f8e1946600c65d4 45 16 16 16\n2f8e1946600c65d4 45 31 31 31\n2f8e1946600c65d4 107 110 110 110\n46f840365cee9c44 7 2 2 2\n46f840365cee9c44 59 82 82 82\n46f840365cee9c44 59 92 92 92\nb4a257007abedf15 16 0 0 0\nb4a257007abedf15 16 5 5 5\nb4a257007abedf15 16 11 11 11\n172bd46c6ddda95d 93 113 113 113\n172bd46c6ddda95d 93 114 114 114\n172bd46c6ddda95d 93 119 119 119\n2706598994819cfc 57 59 59 59\n2706598994819cfc 57 62 62 62\n2706598994819cfc 57 70 70 70\nf408fd1ecf9639dd 51 67 67 67\nf408fd1ecf9639dd 51 68 68 68\nf408fd1ecf9639dd 51 78 78 78\n713cc1bbc24c1936 84 40 40 40\n713cc1bbc24c1936 84 51 51 51\n713cc1bbc24c1936 84 62 62 62\n81c3625e4e3c76ee 52 58 58 58\n81c3625e4e3c76ee 52 67 67 67\n81c3625e4e3c76ee 52 74 74 74\nb6b1e8f231f08883 46 48 48 48\nb6b1e8f231f08883 46 49 49 49\nb6b1e8f231f08883 46 50 50 50\n77eb094cde13265c 62 30 30 30\n77eb094cde13265c 62 48 48 48\n77eb094cde13265c 113 117 117 117\nfb7719fc97e9f6e8 6 4 4 4\nfb7719fc97e9f6e8 51 53 53 53\nfb7719fc97e9f6e8 51 54 54 54\nb9719e4f722c3f4c 45 53 53 53\nb9719e4f722c3f4c 45 54 54 54\nb9719e4f722c3f4c 45 56 56 56\n7dd6307ed8c08aea 73 85 85 85\n7dd6307ed8c08aea 73 87 87 87\n7dd6307ed8c08aea 73 112 112 112\n89371ab4cdf5e682 30 9 9 9\n89371ab4cdf5e682 78 90 90 90\n89371ab4cdf5e682 78 123 123 123\n15729869d1862b7f 62 36 36 36\n15729869d1862b7f 62 37 37 37\n15729869d1862b7f 62 44 44 44\n0f25241e37e16f56 76 35 35 35\n0f25241e37e16f56 76 39 39 39\n0f25241e37e16f56 76 58 58 58\n60ad1505b6880c3d 85 96 96 96\n60ad1505b6880c3d 85 105 105 105\n60ad1505b6880c3d 85 106 106 106\n2671c647c9c2fed5 52 41 41 41\n2671c647c9c2fed5 106 136 136 136\n2671c647c9c2fed5 106 140 140 140\n28c9d20b865f5d56 63 69 69 69\n28c9d20b865f5d56 63 78 78 78\n28c9d20b865f5d56 63 82 82 82\n3db49ddb3f470436 34 24 24 24\n3db49ddb3f470436 34 27 27 27\n3db49ddb3f470436 100 139 139 139\n8dc30def67b64694 5 0 0 0\n8dc30def67b64694 57 60 60 60\n8dc30def67b64694 57 68 68 68\n5a55518f5e8c384d 83 48 48 48\n5a55518f5e8c384d 83 49 49 49\n5a55518f5e8c384d 141 148 148 148\na10530047fddf154 11 9 9 9\na10530047fddf154 70 71 71 71\na10530047fddf154 70 82 82 82\nb13191b0346bee85 19 5 5 5\nb13191b0346bee85 19 10 10 10\nb13191b0346bee85 19 12 12 12\n56376f6104f874f9 87 91 91 91\n56376f6104f874f9 87 99 99 99\n56376f6104f874f9 87 101 101 101\n23d7f14af4b7ba08 19 5 5 5\n23d7f14af4b7ba08 19 18 18 18\n23d7f14af4b7ba08 66 68 68 68\n342f8d0f09f0ae5d 216 185 185 185\n342f8d0f09f0ae5d 216 188 188 188\n342f8d0f09f0ae5d 272 276 276 276\n8cde229256e5251d 50 51 51 51\n8cde229256e5251d 50 65 65 65\n8cde229256e5251d 50 81 81 81\n4227369e7d0e735a 2 0 0 0\n4227369e7d0e735a 58 60 60 60\n4227369e7d0e735a 58 62 62 62\n20171db88f887218 26 0 0 0\n20171db88f887218 26 2 2 2\n20171db88f887218 26 17 17 17\n0326e5c562bdf1b5 38 13 13 13\n0326e5c562bdf1b5 38 30 30 30\n0326e5c562bdf1b5 117 123 123 123\n58846d3b272e7c12 2 1 1 1\n58846d3b272e7c12 51 58 58 58\n58846d3b272e7c12 51 61 61 61\na552d52c34c2c920 48 53 53 53\na552d52c34c2c920 48 54 54 54\na552d52c34c2c920 48 65 65 65\na1ff86f50bd1fe17 12 4 4 4\na1ff86f50bd1fe17 12 6 6 6\na1ff86f50bd1fe17 12 7 7 7\n285aef90afaaf565 95 58 58 58\n285aef90afaaf565 95 72 72 72\n285aef90afaaf565 95 88 88 88\n5c30afe4faa45992 83 40 40 40\n5c30afe4faa45992 83 80 80 80\n5c30afe4faa45992 132 152 152 152\n7842e7dce39cae03 26 9 9 9\n7842e7dce39cae03 26 22 22 22\n7842e7dce39cae03 119 120 120 120\ndba709d22835a551 136 104 104 104\ndba709d22835a551 136 119 119 119\ndba709d22835a551 136 122 122 122\n77dc4b468015014b 26 7 7 7\n77dc4b468015014b 26 13 13 13\n77dc4b468015014b 26 20 20 20\n7552e1952a7d7f0a 11 6 6 6\n7552e1952a7d7f0a 11 9 9 9\n7552e1952a7d7f0a 64 65 65 65\n375a7fbf80d09c92 49 22 22 22\n375a7fbf80d09c92 49 46 46 46\n375a7fbf80d09c92 115 125 125 125\n09e4d5e8eef7b9c1 96 107 107 107\n09e4d5e8eef7b9c1 96 123 123 123\n09e4d5e8eef7b9c1 96 125 125 125\n59d17b8a7e51a426 97 70 70 70\n59d17b8a7e51a426 97 90 90 90\n59d17b8a7e51a426 156 157 157 157\n0145c694b53b120d 184 153 153 153\n0145c694b53b120d 184 159 159 159\n0145c694b53b120d 184 179 179 179\n5989fa7826ac0bd6 58 64 64 64\n5989fa7826ac0bd6 58 72 72 72\n5989fa7826ac0bd6 58 78 78 78\ncc55da724f9364ad 15 7 7 7\ncc55da724f9364ad 15 12 12 12\ncc55da724f9364ad 120 160 160 160\n44138776bdbfe28c 91 51 51 51\n44138776bdbfe28c 91 57 57 57\n44138776bdbfe28c 91 61 61 61\n33f7565ccb685cb7 76 32 32 32\n33f7565ccb685cb7 76 45 45 45\n33f7565ccb685cb7 139 154 154 154\n2016584a2b9b3089 48 50 50 50\n2016584a2b9b3089 48 51 51 51\n2016584a2b9b3089 48 53 53 53\nc3ce59bd532d23f2 7 1 1 1\nc3ce59bd532d23f2 7 5 5 5\nc3ce59bd532d23f2 7 6 6 6\n025192166c704a39 87 49 49 49\n025192166c704a39 87 83 83 83\n025192166c704a39 187 191 191 191\n342ea495bd00435d 17 0 0 0\n342ea495bd00435d 17 2 2 2\n342ea495bd00435d 74 90 90 90\n1cbab4f69b2d48ce 18 5 5 5\n1cbab4f69b2d48ce 18 9 9 9\n1cbab4f69b2d48ce 18 14 14 14\n95e6b11f5cb68b1b 52 18 18 18\n95e6b11f5cb68b1b 52 38 38 38\n95e6b11f5cb68b1b 52 44 44 44\n3e00b129b656fbce 90 106 106 106\n3e00b129b656fbce 90 118 118 118\n3e00b129b656fbce 90 129 129 129\nf4b442376f581f8d 29 6 6 6\nf4b442376f581f8d 29 12 12 12\nf4b442376f581f8d 29 18 18 18\n923db8607fe7c9b4 6 2 2 2\n923db8607fe7c9b4 6 5 5 5\n923db8607fe7c9b4 54 55 55 55\n3d5125567924e37b 100 56 56 56\n3d5125567924e37b 100 85 85 85\n3d5125567924e37b 100 89 89 89\ncc39482eeab4a285 18 6 6 6\ncc39482eeab4a285 64 69 69 69\ncc39482eeab4a285 64 81 81 81\n776347bfe788a54f 58 35 35 35\n776347bfe788a54f 178 183 183 183\n776347bfe788a54f 178 208 208 208\ne38008dedfe9b945 69 78 78 78\ne38008dedfe9b945 69 101 101 101\ne38008dedfe9b945 69 109 109 109\na63354f2cdf551bf 98 103 103 103\na63354f2cdf551bf 98 114 114 114\na63354f2cdf551bf 98 140 140 140\n9d8ca3b8ce050769 104 68 68 68\n9d8ca3b8ce050769 104 87 87 87\n9d8ca3b8ce050769 155 187 187 187\nab28d4d77f091d45 120 105 105 105\nab28d4d77f091d45 120 108 108 108\nab28d4d77f091d45 182 184 184 184\na37ea3aea712c637 134 94 94 94\na37ea3aea712c637 226 230 230 230\na37ea3aea712c637 226 237 237 237\n0cf444aef3ba16bd 6 0 0 0\n0cf444aef3ba16bd 6 1 1 1\n0cf444aef3ba16bd 6 5 5 5\n0872031bf89a808a 62 68 68 68\n0872031bf89a808a 62 78 78 78\n0872031bf89a808a 62 84 84 84\nc0a5d1ad8514f2dc 45 26 26 26\nc0a5d1ad8514f2dc 106 126 126 126\nc0a5d1ad8514f2dc 106 134 134 134\n5c894e0be7da3aa0 20 12 12 12\n5c894e0be7da3aa0 20 19 19 19\n5c894e0be7da3aa0 73 87 87 87\nd942e48c948b3546 117 120 120 120\nd942e48c948b3546 117 121 121 121\nd942e48c948b3546 117 122 122 122\naae255306b6aacf9 28 8 8 8\naae255306b6aacf9 28 20 20 20\naae255306b6aacf9 138 147 147 147\ne423e3493da1928e 190 151 151 151\ne423e3493da1928e 239 266 266 266\ne423e3493da1928e 239 275 275 275\n293c7c1ccaa6861a 4 3 3 3\n293c7c1ccaa6861a 53 79 79 79\n293c7c1ccaa6861a 53 82 82 82\nafb299939df7fc75 55 57 57 57\nafb299939df7fc75 55 63 63 63\nafb299939df7fc75 55 68 68 68\n0c609c435b1f7114 17 9 9 9\n0c609c435b1f7114 17 15 15 15\n0c609c435b1f7114 93 112 112 112\nab50d8b03d6e9dd5 46 49 49 49\nab50d8b03d6e9dd5 46 78 78 78\nab50d8b03d6e9dd5 46 80 80 80\n6945e06868818a6b 16 14 14 14\n6945e06868818a6b 114 117 117 117\n6945e06868818a6b 114 119 119 119\n7526c18f191bcc1a 57 70 70 70\n7526c18f191bcc1a 57 74 74 74\n7526c18f191bcc1a 57 88 88 88\nb8fda11b15ac85ff 18 6 6 6\nb8fda11b15ac85ff 18 14 14 14\nb8fda11b15ac85ff 18 16 16 16\nb66cb5cbe8bf9988 48 29 29 29\nb66cb5cbe8bf9988 48 40 40 40\nb66cb5cbe8bf9988 96 98 98 98\n8b7588fc7f864856 17 12 12 12\n8b7588fc7f864856 105 106 106 106\n8b7588fc7f864856 105 119 119 119\neefe8215fcf03eb6 22 2 2 2\neefe8215fcf03eb6 22 19 19 19\neefe8215fcf03eb6 22 20 20 20\nd903b8c3184432c4 108 111 111 111\nd903b8c3184432c4 108 117 117 117\nd903b8c3184432c4 108 137 137 137\n52252f53475f3475 20 1 1 1\n52252f53475f3475 20 16 16 16\n52252f53475f3475 78 79 79 79\n154072be49bb3c1d 58 59 59 59\n154072be49bb3c1d 58 60 60 60\n154072be49bb3c1d 58 71 71 71\nb1fc2f8151d37b27 61 63 63 63\nb1fc2f8151d37b27 61 71 71 71\nb1fc2f8151d37b27 61 78 78 78\n7889a8be8423c9bd 61 27 27 27\n7889a8be8423c9bd 61 44 44 44\n7889a8be8423c9bd 152 156 156 156\nc02b7c691ed4a845 22 10 10 10\nc02b7c691ed4a845 22 12 12 12\nc02b7c691ed4a845 86 91 91 91\ndba2f518927964a9 33 0 0 0\ndba2f518927964a9 33 1 1 1\ndba2f518927964a9 33 30 30 30\nf1623ec1d552408c 92 98 98 98\nf1623ec1d552408c 92 105 105 105\nf1623ec1d552408c 92 126 126 126\nc7744df876ab273b 17 4 4 4\nc7744df876ab273b 102 133 133 133\nc7744df876ab273b 102 135 135 135\n941c331f91485d6a 21 2 2 2\n941c331f91485d6a 21 13 13 13\n941c331f91485d6a 89 92 92 92\n1fb9b8bc4699fbca 3 0 0 0\n1fb9b8bc4699fbca 3 1 1 1\n1fb9b8bc4699fbca 3 2 2 2\n56710f709149dd7a 20 6 6 6\n56710f709149dd7a 20 12 12 12\n56710f709149dd7a 20 14 14 14\nbeac0761856dc654 78 108 108 108\nbeac0761856dc654 78 109 109 109\nbeac0761856dc654 78 115 115 115\nf48eb747754f33c1 18 9 9 9\nf48eb747754f33c1 18 10 10 10\nf48eb747754f33c1 79 109 109 109\n103777494841b376 54 33 33 33\n103777494841b376 54 48 48 48\n103777494841b376 54 50 50 50\nc98425c3d93c2522 4 1 1 1\nc98425c3d93c2522 4 2 2 2\nc98425c3d93c2522 49 53 53 53\n95f028a9eddbd666 2 1 1 1\n95f028a9eddbd666 68 85 85 85\n95f028a9eddbd666 68 90 90 90\n868a0505d840d013 10 0 0 0\n868a0505d840d013 10 8 8 8\n868a0505d840d013 56 63 63 63\n6e2921154309ebf3 167 143 143 143\n6e2921154309ebf3 167 150 150 150\n6e2921154309ebf3 167 162 162 162\nc038bae2cfb10905 28 2 2 2\nc038bae2cfb10905 28 20 20 20\nc038bae2cfb10905 97 106 106 106\nb8191dcd04692f41 35 11 11 11\nb8191dcd04692f41 35 30 30 30\nb8191dcd04692f41 144 147 147 147\ne569b4b1f77c73a9 57 70 70 70\ne569b4b1f77c73a9 57 76 76 76\ne569b4b1f77c73a9 57 87 87 87\nd9a6b99b28fc45a3 56 29 29 29\nd9a6b99b28fc45a3 56 38 38 38\nd9a6b99b28fc45a3 56 48 48 48\nc2921a4f06e84d67 82 52 52 52\nc2921a4f06e84d67 82 64 64 64\nc2921a4f06e84d67 127 132 132 132\n623e3b69d53672d1 11 0 0 0\n623e3b69d53672d1 11 3 3 3\n623e3b69d53672d1 59 64 64 64\n2a1fed061b29b25b 79 43 43 43\n2a1fed061b29b25b 190 205 205 205\n2a1fed061b29b25b 190 215 215 215\na011148adfba8ab2 20 19 19 19\na011148adfba8ab2 65 79 79 79\na011148adfba8ab2 65 90 90 90\n99556a626666c2e5 59 85 85 85\n99556a626666c2e5 59 98 98 98\n99556a626666c2e5 59 103 103 103\nd9899418fcd4d5a9 22 5 5 5\nd9899418fcd4d5a9 22 12 12 12\nd9899418fcd4d5a9 22 13 13 13\ne4ba8734d564d119 118 119 119 119\ne4ba8734d564d119 118 135 135 135\ne4ba8734d564d119 118 162 162 162\nc717b4a2780e054e 130 93 93 93\nc717b4a2780e054e 130 115 115 115\nc717b4a2780e054e 178 179 179 179\n1c29b1d8fd1dab3f 15 4 4 4\n1c29b1d8fd1dab3f 15 9 9 9\n1c29b1d8fd1dab3f 63 80 80 80\n9cd47d34edf48dbd 53 34 34 34\n9cd47d34edf48dbd 53 43 43 43\n9cd47d34edf48dbd 53 48 48 48\ne60c11943e7dcec8 68 72 72 72\ne60c11943e7dcec8 68 76 76 76\ne60c11943e7dcec8 68 80 80 80\n082087c82daa295d 54 12 12 12\n082087c82daa295d 54 28 28 28\n082087c82daa295d 116 118 118 118\na45b443d3a39a411 31 7 7 7\na45b443d3a39a411 129 156 156 156\na45b443d3a39a411 129 165 165 165\n4aa594c0ad661f28 26 11 11 11\n4aa594c0ad661f28 26 24 24 24\n4aa594c0ad661f28 127 128 128 128\n7ae66b8767fdcd9c 141 126 126 126\n7ae66b8767fdcd9c 213 223 223 223\n7ae66b8767fdcd9c 213 234 234 234\n1778e784d47e035e 9 3 3 3\n1778e784d47e035e 59 62 62 62\n1778e784d47e035e 59 79 79 79\n4fe53e010f46a558 87 62 62 62\n4fe53e010f46a558 223 259 259 259\n4fe53e010f46a558 223 262 262 262\n353ed71c624936df 4 1 1 1\n353ed71c624936df 4 2 2 2\n353ed71c624936df 53 54 54 54\nfd81f0be5a2ffc59 6 5 5 5\nfd81f0be5a2ffc59 76 81 81 81\nfd81f0be5a2ffc59 76 83 83 83\n6ed45f36128e4643 47 57 57 57\n6ed45f36128e4643 47 70 70 70\n6ed45f36128e4643 47 72 72 72\nce4af8a477671dbb 44 10 10 10\nce4af8a477671dbb 44 30 30 30\nce4af8a477671dbb 101 111 111 111\n88ffaec5c0890922 52 11 11 11\n88ffaec5c0890922 52 15 15 15\n88ffaec5c0890922 52 48 48 48\n627be3fb033b8cc0 89 99 99 99\n627be3fb033b8cc0 89 113 113 113\n627be3fb033b8cc0 89 125 125 125\nc0bab403d49ec3c9 6 5 5 5\nc0bab403d49ec3c9 55 57 57 57\nc0bab403d49ec3c9 55 58 58 58\n0aa284f8166e19e4 21 14 14 14\n0aa284f8166e19e4 91 93 93 93\n0aa284f8166e19e4 91 106 106 106\n507dbfe835626dcc 25 13 13 13\n507dbfe835626dcc 25 16 16 16\n507dbfe835626dcc 25 21 21 21\n9b765910ee6573ec 56 35 35 35\n9b765910ee6573ec 56 40 40 40\n9b765910ee6573ec 56 46 46 46\ne5dee8d225163c41 76 99 99 99\ne5dee8d225163c41 76 115 115 115\ne5dee8d225163c41 76 121 121 121\n6b1743887e6b52f0 41 1 1 1\n6b1743887e6b52f0 94 131 131 131\n6b1743887e6b52f0 94 139 139 139\nec903a9a03f9816b 14 3 3 3\nec903a9a03f9816b 108 114 114 114\nec903a9a03f9816b 108 147 147 147\n459a954b63f98d8a 56 66 66 66\n459a954b63f98d8a 56 79 79 79\n459a954b63f98d8a 56 81 81 81\n2007d4829b187feb 13 9 9 9\n2007d4829b187feb 13 11 11 11\n2007d4829b187feb 91 95 95 95\n57ec3b103fa7ac0d 67 29 29 29\n57ec3b103fa7ac0d 67 65 65 65\n57ec3b103fa7ac0d 133 166 166 166\n7f33edd7f1023f13 2 0 0 0\n7f33edd7f1023f13 47 48 48 48\n7f33edd7f1023f13 47 49 49 49\n8a4ab48c2a0447b2 3 2 2 2\n8a4ab48c2a0447b2 56 60 60 60\n8a4ab48c2a0447b2 56 62 62 62\n2d99ba7951695f79 95 98 98 98\n2d99ba7951695f79 95 112 112 112\n2d99ba7951695f79 95 119 119 119\n14e540cf0ff7ff91 47 48 48 48\n14e540cf0ff7ff91 47 49 49 49\n14e540cf0ff7ff91 47 52 52 52\ncef01f7f4f44f2ec 4 1 1 1\ncef01f7f4f44f2ec 4 2 2 2\ncef01f7f4f44f2ec 4 3 3 3\n764286e6f762e2f1 15 10 10 10\n764286e6f762e2f1 15 12 12 12\n764286e6f762e2f1 15 13 13 13\n8c6914d6809ac43d 46 47 47 47\n8c6914d6809ac43d 46 49 49 49\n8c6914d6809ac43d 46 54 54 54\n1402fce28722610b 112 116 116 116\n1402fce28722610b 112 127 127 127\n1402fce28722610b 112 138 138 138\n65f7555f41eb10b9 15 1 1 1\n65f7555f41eb10b9 110 144 144 144\n65f7555f41eb10b9 110 154 154 154\n7bca6717a9ce1848 211 181 181 181\n7bca6717a9ce1848 211 189 189 189\n7bca6717a9ce1848 211 205 205 205\ne726d0e6ff25720b 65 67 67 67\ne726d0e6ff25720b 65 68 68 68\ne726d0e6ff25720b 65 71 71 71\n865a058505ae796a 18 3 3 3\n865a058505ae796a 18 4 4 4\n865a058505ae796a 18 8 8 8\n3547ab41880f8d24 19 6 6 6\n3547ab41880f8d24 19 13 13 13\n3547ab41880f8d24 19 15 15 15\nc3c33ceed1308b42 81 86 86 86\nc3c33ceed1308b42 81 97 97 97\nc3c33ceed1308b42 81 116 116 116\n4befac16ffdf8489 17 3 3 3\n4befac16ffdf8489 17 4 4 4\n4befac16ffdf8489 105 143 143 143\nb21e0a2b46d32e8f 48 50 50 50\nb21e0a2b46d32e8f 48 51 51 51\nb21e0a2b46d32e8f 48 53 53 53\n8a71794d139157c8 76 48 48 48\n8a71794d139157c8 121 141 141 141\n8a71794d139157c8 121 151 151 151\nfcde616cb28da426 65 77 77 77\nfcde616cb28da426 65 82 82 82\nfcde616cb28da426 65 84 84 84\n7c4eb9cd91717822 53 60 60 60\n7c4eb9cd91717822 53 64 64 64\n7c4eb9cd91717822 53 70 70 70\n967060f45b2e8e79 32 4 4 4\n967060f45b2e8e79 32 23 23 23\n967060f45b2e8e79 81 91 91 91\ne9d05d93e23b910b 167 136 136 136\ne9d05d93e23b910b 167 137 137 137\ne9d05d93e23b910b 167 138 138 138\n4d81956873dab17b 122 125 125 125\n4d81956873dab17b 122 131 131 131\n4d81956873dab17b 122 137 137 137\nfb08b3c2668c99c3 49 21 21 21\nfb08b3c2668c99c3 49 29 29 29\nfb08b3c2668c99c3 49 44 44 44\nbab3ccbc42fb073c 62 73 73 73\nbab3ccbc42fb073c 62 77 77 77\nbab3ccbc42fb073c 62 92 92 92\naeb269fbd11435de 15 0 0 0\naeb269fbd11435de 15 3 3 3\naeb269fbd11435de 15 11 11 11\nf6256427ec74ae4e 55 58 58 58\nf6256427ec74ae4e 55 69 69 69\nf6256427ec74ae4e 55 86 86 86\n5c9274b41b9510f7 64 49 49 49\n5c9274b41b9510f7 133 136 136 136\n5c9274b41b9510f7 133 152 152 152\ne2526afd3f5b8088 9 5 5 5\ne2526afd3f5b8088 9 7 7 7\ne2526afd3f5b8088 54 60 60 60\nd874f7ab26833c9b 50 43 43 43\nd874f7ab26833c9b 104 123 123 123\nd874f7ab26833c9b 104 147 147 147\n8681b710c789469e 65 72 72 72\n8681b710c789469e 65 77 77 77\n8681b710c789469e 65 88 88 88\n4f4684c2555e4986 93 53 53 53\n4f4684c2555e4986 93 60 60 60\n4f4684c2555e4986 93 67 67 67\ncb3b7b9e32b5184d 37 21 21 21\ncb3b7b9e32b5184d 94 96 96 96\ncb3b7b9e32b5184d 94 123 123 123\n02b2358ff02d3ce8 47 6 6 6\n02b2358ff02d3ce8 47 37 37 37\n02b2358ff02d3ce8 93 115 115 115\n56b15b1236a1dadf 4 1 1 1\n56b15b1236a1dadf 65 68 68 68\n56b15b1236a1dadf 65 73 73 73\nafbe706d58ccbf91 24 21 21 21\nafbe706d58ccbf91 100 119 119 119\nafbe706d58ccbf91 100 134 134 134\n886a7506e898ae0f 67 45 45 45\n886a7506e898ae0f 116 120 120 120\n886a7506e898ae0f 116 123 123 123\n989b93443ea01217 87 49 49 49\n989b93443ea01217 87 51 51 51\n989b93443ea01217 196 217 217 217\ne07392b123f6fd77 33 23 23 23\ne07392b123f6fd77 88 90 90 90\ne07392b123f6fd77 88 97 97 97\nc24b14dbd06b6f12 133 110 110 110\nc24b14dbd06b6f12 133 117 117 117\nc24b14dbd06b6f12 211 231 231 231\n49c9324758b5e867 104 131 131 131\n49c9324758b5e867 104 141 141 141\n49c9324758b5e867 104 142 142 142\ne6f8497a860c873c 56 27 27 27\ne6f8497a860c873c 56 46 46 46\ne6f8497a860c873c 56 52 52 52\neda24655c603151c 120 91 91 91\neda24655c603151c 120 98 98 98\neda24655c603151c 217 253 253 253\n955d8d05e49068a5 11 2 2 2\n955d8d05e49068a5 11 4 4 4\n955d8d05e49068a5 11 5 5 5\n869f2e60673124a2 124 95 95 95\n869f2e60673124a2 124 101 101 101\n869f2e60673124a2 124 118 118 118\n4f385d4aa89826e6 11 10 10 10\n4f385d4aa89826e6 78 87 87 87\n4f385d4aa89826e6 78 94 94 94\n150b45a39c57623d 7 1 1 1\n150b45a39c57623d 7 5 5 5\n150b45a39c57623d 7 6 6 6\na4583d74316cd326 3 0 0 0\na4583d74316cd326 3 2 2 2\na4583d74316cd326 56 59 59 59\nf259c6a8bcfd47e3 12 2 2 2\nf259c6a8bcfd47e3 12 5 5 5\nf259c6a8bcfd47e3 12 6 6 6\n1fcc400e42725a95 18 6 6 6\n1fcc400e42725a95 18 15 15 15\n1fcc400e42725a95 110 115 115 115\n0302fcf06bfba582 26 7 7 7\n0302fcf06bfba582 115 129 129 129\n0302fcf06bfba582 115 133 133 133\n9f50c2c9ddd11c6b 42 1 1 1\n9f50c2c9ddd11c6b 42 11 11 11\n9f50c2c9ddd11c6b 42 36 36 36\ncb77faa583c93050 53 50 50 50\ncb77faa583c93050 132 133 133 133\ncb77faa583c93050 132 154 154 154\n9e38f6416358bd53 91 94 94 94\n9e38f6416358bd53 91 102 102 102\n9e38f6416358bd53 91 111 111 111\nd6a5165a5571ac52 15 4 4 4\nd6a5165a5571ac52 118 124 124 124\nd6a5165a5571ac52 118 151 151 151\n70b9150d03080611 14 1 1 1\n70b9150d03080611 14 6 6 6\n70b9150d03080611 64 66 66 66\nbb2f6009491cea51 8 7 7 7\nbb2f6009491cea51 53 54 54 54\nbb2f6009491cea51 53 58 58 58\n8664841e5af50672 210 175 175 175\n8664841e5af50672 210 184 184 184\n8664841e5af50672 210 195 195 195\n188e6f96fa74ebe7 15 1 1 1\n188e6f96fa74ebe7 15 10 10 10\n188e6f96fa74ebe7 15 13 13 13\nc944ee6a7745ca58 87 54 54 54\nc944ee6a7745ca58 87 84 84 84\nc944ee6a7745ca58 134 153 153 153\nb93508abf3c28e87 75 52 52 52\nb93508abf3c28e87 75 61 61 61\nb93508abf3c28e87 75 63 63 63\nc7c9ccaa71afc250 4 1 1 1\nc7c9ccaa71afc250 4 2 2 2\nc7c9ccaa71afc250 59 62 62 62\n83177c0ce1d7daf9 32 6 6 6\n83177c0ce1d7daf9 88 106 106 106\n83177c0ce1d7daf9 88 119 119 119\n154813fc1d6820dc 21 0 0 0\n154813fc1d6820dc 82 89 89 89\n154813fc1d6820dc 82 101 101 101\n59350c4847ade4c7 16 4 4 4\n59350c4847ade4c7 16 7 7 7\n59350c4847ade4c7 71 79 79 79\nb783868c5c79a3a7 85 94 94 94\nb783868c5c79a3a7 85 96 96 96\nb783868c5c79a3a7 85 97 97 97\n58c83d9168e3dfaf 21 18 18 18\n58c83d9168e3dfaf 80 93 93 93\n58c83d9168e3dfaf 80 113 113 113\n5d9aad375787cad0 193 170 170 170\n5d9aad375787cad0 193 184 184 184\n5d9aad375787cad0 193 191 191 191\n038137c9569c60eb 54 58 58 58\n038137c9569c60eb 54 66 66 66\n038137c9569c60eb 54 67 67 67\n3f8d1edf59e70df3 22 12 12 12\n3f8d1edf59e70df3 22 16 16 16\n3f8d1edf59e70df3 68 69 69 69\n0223924f43297881 74 57 57 57\n0223924f43297881 169 180 180 180\n0223924f43297881 169 213 213 213\n29e89708fa1338da 1 0 0 0\n29e89708fa1338da 46 47 47 47\n29e89708fa1338da 46 48 48 48\n0c916bcc9351521e 32 2 2 2\n0c916bcc9351521e 32 14 14 14\n0c916bcc9351521e 32 18 18 18\nc99afff025000694 37 5 5 5\nc99afff025000694 37 29 29 29\nc99afff025000694 83 100 100 100\n568da5cf0bc3f974 94 65 65 65\n568da5cf0bc3f974 94 78 78 78\n568da5cf0bc3f974 94 93 93 93\ne34d3ff56658b31d 26 12 12 12\ne34d3ff56658b31d 93 98 98 98\ne34d3ff56658b31d 93 100 100 100\ne69bb4cc457067b1 54 61 61 61\ne69bb4cc457067b1 54 68 68 68\ne69bb4cc457067b1 54 69 69 69\n01497290d8b93a9b 9 1 1 1\n01497290d8b93a9b 89 91 91 91\n01497290d8b93a9b 89 94 94 94\n724cb4e97fed8ba2 43 22 22 22\n724cb4e97fed8ba2 157 171 171 171\n724cb4e97fed8ba2 157 179 179 179\nb1da4b3eecf01f9f 52 72 72 72\nb1da4b3eecf01f9f 52 87 87 87\nb1da4b3eecf01f9f 52 94 94 94\n6a3d71f522c16c94 95 109 109 109\n6a3d71f522c16c94 95 117 117 117\n6a3d71f522c16c94 95 139 139 139\na05e27856af43d9b 64 86 86 86\na05e27856af43d9b 64 104 104 104\na05e27856af43d9b 64 106 106 106\n6ad6908250a003ed 6 2 2 2\n6ad6908250a003ed 6 3 3 3\n6ad6908250a003ed 53 58 58 58\nbe4ecfc1baabdf63 35 0 0 0\nbe4ecfc1baabdf63 35 10 10 10\nbe4ecfc1baabdf63 35 23 23 23\n1e2a2be2df033527 105 63 63 63\n1e2a2be2df033527 105 73 73 73\n1e2a2be2df033527 105 101 101 101\ne152961d6260d8e4 18 2 2 2\ne152961d6260d8e4 18 8 8 8\ne152961d6260d8e4 18 17 17 17\n651e26c7f3ceb8aa 50 22 22 22\n651e26c7f3ceb8aa 50 34 34 34\n651e26c7f3ceb8aa 50 36 36 36\na99767367335f40f 71 42 42 42\na99767367335f40f 71 46 46 46\na99767367335f40f 174 178 178 178\nf5cf6908b3be4c87 22 8 8 8\nf5cf6908b3be4c87 22 9 9 9\nf5cf6908b3be4c87 85 117 117 117\nbc9cf914440f8fd9 33 6 6 6\nbc9cf914440f8fd9 33 31 31 31\nbc9cf914440f8fd9 94 125 125 125\n9aa567aa11e9e83b 45 51 51 51\n9aa567aa11e9e83b 45 55 55 55\n9aa567aa11e9e83b 45 57 57 57\nca4e2c82bb426e95 112 69 69 69\nca4e2c82bb426e95 112 87 87 87\nca4e2c82bb426e95 112 107 107 107\ne17868760749d3c2 37 8 8 8\ne17868760749d3c2 37 16 16 16\ne17868760749d3c2 87 107 107 107\n126067199873816a 113 95 95 95\n126067199873816a 202 214 214 214\n126067199873816a 202 215 215 215\n88df9313dbe54779 111 118 118 118\n88df9313dbe54779 111 130 130 130\n88df9313dbe54779 111 146 146 146\n62cd5ce1dd37f00f 130 136 136 136\n62cd5ce1dd37f00f 130 139 139 139\n62cd5ce1dd37f00f 130 164 164 164\n878a35091763d3ce 121 122 122 122\n878a35091763d3ce 121 131 131 131\n878a35091763d3ce 121 135 135 135\n529b925fd0afe9dd 46 47 47 47\n529b925fd0afe9dd 46 49 49 49\n529b925fd0afe9dd 46 50 50 50\n5c7f377c59f81d8b 22 20 20 20\n5c7f377c59f81d8b 85 89 89 89\n5c7f377c59f81d8b 85 94 94 94\nc5c41b6c6f72a2d3 3 1 1 1\nc5c41b6c6f72a2d3 50 65 65 65\nc5c41b6c6f72a2d3 50 67 67 67\n4c169a41e66b6599 19 4 4 4\n4c169a41e66b6599 19 14 14 14\n4c169a41e66b6599 19 15 15 15\n4a1d79baac733df7 78 89 89 89\n4a1d79baac733df7 78 97 97 97\n4a1d79baac733df7 78 109 109 109\n182054e13eaf58fc 47 60 60 60\n182054e13eaf58fc 47 68 68 68\n182054e13eaf58fc 47 92 92 92\n227d63ed9a678fb1 59 16 16 16\n227d63ed9a678fb1 59 41 41 41\n227d63ed9a678fb1 59 47 47 47\nc003f0c35e24b2c4 73 80 80 80\nc003f0c35e24b2c4 73 92 92 92\nc003f0c35e24b2c4 73 96 96 96\nb9195633e5e51479 41 19 19 19\nb9195633e5e51479 41 24 24 24\nb9195633e5e51479 95 106 106 106\n9e189c10674e51ff 9 4 4 4\n9e189c10674e51ff 105 108 108 108\n9e189c10674e51ff 105 149 149 149\n0b429a4733089487 130 156 156 156\n0b429a4733089487 130 168 168 168\n0b429a4733089487 130 173 173 173\nf882aaab13d8d7a6 61 58 58 58\nf882aaab13d8d7a6 110 111 111 111\nf882aaab13d8d7a6 110 135 135 135\n059058768c222bd6 8 1 1 1\n059058768c222bd6 8 3 3 3\n059058768c222bd6 127 168 168 168\n1ce68f950e7cdf8c 60 24 24 24\n1ce68f950e7cdf8c 60 26 26 26\n1ce68f950e7cdf8c 110 112 112 112\nf5df2f89fd077b6f 61 65 65 65\nf5df2f89fd077b6f 61 87 87 87\nf5df2f89fd077b6f 61 104 104 104\n9cdbec32ce30407a 54 63 63 63\n9cdbec32ce30407a 54 64 64 64\n9cdbec32ce30407a 54 66 66 66\n4faadcae3446d4e6 35 4 4 4\n4faadcae3446d4e6 35 17 17 17\n4faadcae3446d4e6 85 102 102 102\n8980571a190d8ec5 32 2 2 2\n8980571a190d8ec5 32 8 8 8\n8980571a190d8ec5 32 9 9 9\nfd17f140dccf0636 7 6 6 6\nfd17f140dccf0636 60 74 74 74\nfd17f140dccf0636 60 80 80 80\nb67c36837d48085a 102 96 96 96\nb67c36837d48085a 184 185 185 185\nb67c36837d48085a 184 195 195 195\ncafb58e56c4f06b5 15 5 5 5\ncafb58e56c4f06b5 61 72 72 72\ncafb58e56c4f06b5 61 79 79 79\nf289b5f7136bba85 150 127 127 127\nf289b5f7136bba85 150 137 137 137\nf289b5f7136bba85 243 251 251 251\nbf25a631f71b679c 56 13 13 13\nbf25a631f71b679c 56 21 21 21\nbf25a631f71b679c 56 35 35 35\n4d2fea223ba77a08 45 49 49 49\n4d2fea223ba77a08 45 52 52 52\n4d2fea223ba77a08 45 55 55 55\nd496829efc673718 3 0 0 0\nd496829efc673718 3 1 1 1\nd496829efc673718 3 2 2 2\nef5edf3c17a23dcc 230 198 198 198\nef5edf3c17a23dcc 230 219 219 219\nef5edf3c17a23dcc 230 220 220 220\nebbcd768d46cd97e 1 0 0 0\nebbcd768d46cd97e 69 70 70 70\nebbcd768d46cd97e 69 71 71 71\n3021337b3fbdb2f3 9 3 3 3\n3021337b3fbdb2f3 9 6 6 6\n3021337b3fbdb2f3 107 114 114 114\n96697e788dda9aa7 124 150 150 150\n96697e788dda9aa7 124 158 158 158\n96697e788dda9aa7 124 163 163 163\ne24040fcfacfb060 6 0 0 0\ne24040fcfacfb060 6 2 2 2\ne24040fcfacfb060 82 83 83 83\n1efbd8f8949b15e8 8 4 4 4\n1efbd8f8949b15e8 8 7 7 7\n1efbd8f8949b15e8 53 56 56 56\n2e6876c6c1e40652 56 77 77 77\n2e6876c6c1e40652 56 96 96 96\n2e6876c6c1e40652 56 98 98 98\nc13a9ae6b4db0cac 26 0 0 0\nc13a9ae6b4db0cac 26 8 8 8\nc13a9ae6b4db0cac 99 109 109 109\nc4a3fdc24d1ae332 208 196 196 196\nc4a3fdc24d1ae332 208 204 204 204\nc4a3fdc24d1ae332 270 276 276 276\nb90f2c02287490e7 52 56 56 56\nb90f2c02287490e7 52 64 64 64\nb90f2c02287490e7 52 94 94 94\n7a748f56536918c2 20 8 8 8\n7a748f56536918c2 20 12 12 12\n7a748f56536918c2 20 19 19 19\nd204e31134a32a63 11 7 7 7\nd204e31134a32a63 11 9 9 9\nd204e31134a32a63 63 71 71 71\ncbb0310eb8a9de12 48 32 32 32\ncbb0310eb8a9de12 48 35 35 35\ncbb0310eb8a9de12 116 130 130 130\n56fa6a970bbf8dfc 51 52 52 52\n56fa6a970bbf8dfc 51 68 68 68\n56fa6a970bbf8dfc 51 69 69 69\n286393e1e797cdad 22 18 18 18\n286393e1e797cdad 22 20 20 20\n286393e1e797cdad 75 117 117 117\n67203c7bd53e260b 37 12 12 12\n67203c7bd53e260b 37 15 15 15\n67203c7bd53e260b 37 36 36 36\n62938f4659a1ff2d 52 14 14 14\n62938f4659a1ff2d 52 46 46 46\n62938f4659a1ff2d 106 112 112 112\n3d2f4958db5aefbf 60 67 67 67\n3d2f4958db5aefbf 60 69 69 69\n3d2f4958db5aefbf 60 70 70 70\nb5651e815d10dbfa 63 31 31 31\nb5651e815d10dbfa 63 43 43 43\nb5651e815d10dbfa 63 55 55 55\n818917ce986e4d39 59 24 24 24\n818917ce986e4d39 59 28 28 28\n818917ce986e4d39 59 58 58 58\n418ad7b9e78208cb 65 22 22 22\n418ad7b9e78208cb 65 45 45 45\n418ad7b9e78208cb 65 54 54 54\n8db71ad1c51dbfd6 52 59 59 59\n8db71ad1c51dbfd6 52 64 64 64\n8db71ad1c51dbfd6 52 70 70 70\nd8efd7b23feffed8 19 18 18 18\nd8efd7b23feffed8 66 83 83 83\nd8efd7b23feffed8 66 96 96 96\n22d6e3fefb1ee7fe 20 11 11 11\n22d6e3fefb1ee7fe 87 116 116 116\n22d6e3fefb1ee7fe 87 118 118 118\ne7535a926f35bc81 9 3 3 3\ne7535a926f35bc81 9 4 4 4\ne7535a926f35bc81 9 8 8 8\ndb20667ce37a6393 57 80 80 80\ndb20667ce37a6393 57 85 85 85\ndb20667ce37a6393 57 92 92 92\n2c6e76b362eed8e4 64 30 30 30\n2c6e76b362eed8e4 64 44 44 44\n2c6e76b362eed8e4 165 175 175 175\n67b05a50d2b941c9 18 1 1 1\n67b05a50d2b941c9 18 11 11 11\n67b05a50d2b941c9 18 12 12 12\n16a2c55f96e6aa18 6 0 0 0\n16a2c55f96e6aa18 68 69 69 69\n16a2c55f96e6aa18 68 73 73 73\na91ae94217a87f51 32 14 14 14\na91ae94217a87f51 32 17 17 17\na91ae94217a87f51 81 82 82 82\n4dc410cbe3dd4d2a 122 127 127 127\n4dc410cbe3dd4d2a 122 144 144 144\n4dc410cbe3dd4d2a 122 147 147 147\n1e0f97ec8f5aa374 57 41 41 41\n1e0f97ec8f5aa374 57 44 44 44\n1e0f97ec8f5aa374 165 178 178 178\nc32a9cc7859744ca 58 22 22 22\nc32a9cc7859744ca 58 45 45 45\nc32a9cc7859744ca 58 55 55 55\nfc99e61da3cfb1b1 47 13 13 13\nfc99e61da3cfb1b1 47 38 38 38\nfc99e61da3cfb1b1 120 139 139 139\n701d9e4435975003 7 2 2 2\n701d9e4435975003 52 71 71 71\n701d9e4435975003 52 79 79 79\nc6366971043851e3 73 91 91 91\nc6366971043851e3 73 92 92 92\nc6366971043851e3 73 117 117 117\n31afa3dcf3b737fa 18 16 16 16\n31afa3dcf3b737fa 84 90 90 90\n31afa3dcf3b737fa 84 98 98 98\n6691c9c70cd16931 15 7 7 7\n6691c9c70cd16931 75 81 81 81\n6691c9c70cd16931 75 93 93 93\n008cd8c450342e49 3 0 0 0\n008cd8c450342e49 51 57 57 57\n008cd8c450342e49 51 64 64 64\n9d82b9fbc4c08f92 48 54 54 54\n9d82b9fbc4c08f92 48 58 58 58\n9d82b9fbc4c08f92 48 59 59 59\ncc56ef68f19fc3cc 43 16 16 16\ncc56ef68f19fc3cc 43 18 18 18\ncc56ef68f19fc3cc 127 148 148 148\n1a556324d2e9d9ab 20 15 15 15\n1a556324d2e9d9ab 77 80 80 80\n1a556324d2e9d9ab 77 88 88 88\nc1ca712432a9e0a2 7 1 1 1\nc1ca712432a9e0a2 61 65 65 65\nc1ca712432a9e0a2 61 68 68 68\n890ace92226368a8 91 95 95 95\n890ace92226368a8 91 115 115 115\n890ace92226368a8 91 122 122 122\ne8345a0f8fbd9dd9 8 6 6 6\ne8345a0f8fbd9dd9 99 100 100 100\ne8345a0f8fbd9dd9 99 102 102 102\nb5977855e1fdd531 116 129 129 129\nb5977855e1fdd531 116 150 150 150\nb5977855e1fdd531 116 157 157 157\ne936467bcb92edf1 5 3 3 3\ne936467bcb92edf1 59 60 60 60\ne936467bcb92edf1 59 62 62 62\nfea3a0ff96583244 18 9 9 9\nfea3a0ff96583244 18 13 13 13\nfea3a0ff96583244 115 127 127 127\nfb52f951d8a8ad11 57 34 34 34\nfb52f951d8a8ad11 57 43 43 43\nfb52f951d8a8ad11 57 55 55 55\nbc810a96c1bf1f4c 37 12 12 12\nbc810a96c1bf1f4c 83 91 91 91\nbc810a96c1bf1f4c 83 92 92 92\n96cb607b7454b51f 45 46 46 46\n96cb607b7454b51f 45 47 47 47\n96cb607b7454b51f 45 48 48 48\n2b5b5b4f4fc526ba 25 1 1 1\n2b5b5b4f4fc526ba 25 15 15 15\n2b5b5b4f4fc526ba 25 16 16 16\ne943edf17a81c70c 74 105 105 105\ne943edf17a81c70c 74 112 112 112\ne943edf17a81c70c 74 119 119 119\n3d7a1ebc77f683b4 4 1 1 1\n3d7a1ebc77f683b4 4 3 3 3\n3d7a1ebc77f683b4 60 61 61 61\nbddc84810d71a26f 199 154 154 154\nbddc84810d71a26f 199 188 188 188\nbddc84810d71a26f 245 252 252 252\n3764fcd58017528f 47 49 49 49\n3764fcd58017528f 47 50 50 50\n3764fcd58017528f 47 51 51 51\n44c16554a21aa6af 37 32 32 32\n44c16554a21aa6af 117 122 122 122\n44c16554a21aa6af 117 144 144 144\n0c209edeb7637dff 65 24 24 24\n0c209edeb7637dff 65 26 26 26\n0c209edeb7637dff 65 29 29 29\n882eb7bd6e78c1de 40 6 6 6\n882eb7bd6e78c1de 40 13 13 13\n882eb7bd6e78c1de 40 17 17 17\n1eb03f0e3088edf0 4 2 2 2\n1eb03f0e3088edf0 87 88 88 88\n1eb03f0e3088edf0 87 125 125 125\nbf9f7853214fdb3a 1 0 0 0\nbf9f7853214fdb3a 47 48 48 48\nbf9f7853214fdb3a 47 50 50 50\n614fe17adad24900 58 23 23 23\n614fe17adad24900 58 48 48 48\n614fe17adad24900 117 154 154 154\n9ff8d373fdccb796 52 53 53 53\n9ff8d373fdccb796 52 62 62 62\n9ff8d373fdccb796 52 67 67 67\n7c1d611595e6c833 52 53 53 53\n7c1d611595e6c833 52 61 61 61\n7c1d611595e6c833 52 69 69 69\n9818edd775aa6aa3 37 27 27 27\n9818edd775aa6aa3 37 29 29 29\n9818edd775aa6aa3 88 92 92 92\n5bcd735c6e7c3e49 51 57 57 57\n5bcd735c6e7c3e49 51 76 76 76\n5bcd735c6e7c3e49 51 89 89 89\n0e728af85650dcb3 26 14 14 14\n0e728af85650dcb3 26 19 19 19\n0e728af85650dcb3 26 20 20 20\n2bff9ec89ca982c9 146 118 118 118\n2bff9ec89ca982c9 146 126 126 126\n2bff9ec89ca982c9 191 193 193 193\n6b0790dde2a31848 7 2 2 2\n6b0790dde2a31848 52 56 56 56\n6b0790dde2a31848 52 69 69 69\n7af972ed1c9e4728 155 135 135 135\n7af972ed1c9e4728 155 136 136 136\n7af972ed1c9e4728 201 209 209 209\n225c5f2cdcd2753c 40 10 10 10\n225c5f2cdcd2753c 40 26 26 26\n225c5f2cdcd2753c 40 30 30 30\ne80b3780fd64c9dc 28 20 20 20\ne80b3780fd64c9dc 152 169 169 169\ne80b3780fd64c9dc 152 181 181 181\n5127cbfde797ef01 52 31 31 31\n5127cbfde797ef01 52 35 35 35\n5127cbfde797ef01 102 124 124 124\n0bb7da710cbf4bb9 126 96 96 96\n0bb7da710cbf4bb9 126 99 99 99\n0bb7da710cbf4bb9 259 274 274 274\n5928490569bf6065 15 3 3 3\n5928490569bf6065 15 8 8 8\n5928490569bf6065 15 13 13 13\n390ddb7ee9b716ca 75 77 77 77\n390ddb7ee9b716ca 75 85 85 85\n390ddb7ee9b716ca 75 88 88 88\ne5ce752d134c2b46 74 46 46 46\ne5ce752d134c2b46 74 59 59 59\ne5ce752d134c2b46 74 62 62 62\ne374bd9f7b295de5 27 26 26 26\ne374bd9f7b295de5 119 155 155 155\ne374bd9f7b295de5 119 159 159 159\n4c2d32a7f2b62657 34 1 1 1\n4c2d32a7f2b62657 34 8 8 8\n4c2d32a7f2b62657 34 32 32 32\n28190e57702bcfbc 56 57 57 57\n28190e57702bcfbc 56 64 64 64\n28190e57702bcfbc 56 66 66 66\nf1226d5483f1c1cd 104 115 115 115\nf1226d5483f1c1cd 104 134 134 134\nf1226d5483f1c1cd 104 141 141 141\n0463d74358aca878 35 26 26 26\n0463d74358aca878 130 132 132 132\n0463d74358aca878 130 135 135 135\nb1c52eac61190f01 76 66 66 66\nb1c52eac61190f01 177 195 195 195\nb1c52eac61190f01 177 200 200 200\nc49ff29ed26430d1 56 12 12 12\nc49ff29ed26430d1 56 29 29 29\nc49ff29ed26430d1 125 153 153 153\n67b160b06d7681d6 105 89 89 89\n67b160b06d7681d6 191 224 224 224\n67b160b06d7681d6 191 228 228 228\n372f324a1f4d6898 82 37 37 37\n372f324a1f4d6898 82 44 44 44\n372f324a1f4d6898 82 60 60 60\nc2b5cfe98792e794 30 13 13 13\nc2b5cfe98792e794 30 17 17 17\nc2b5cfe98792e794 91 106 106 106\nb4fc14f25ce51a5e 138 99 99 99\nb4fc14f25ce51a5e 138 133 133 133\nb4fc14f25ce51a5e 187 210 210 210\n08138c1a3ba1ce8d 77 61 61 61\n08138c1a3ba1ce8d 156 166 166 166\n08138c1a3ba1ce8d 156 170 170 170\n7a8350db1f516bb4 2 1 1 1\n7a8350db1f516bb4 71 73 73 73\n7a8350db1f516bb4 71 78 78 78\n406bdec5b68b1a71 23 20 20 20\n406bdec5b68b1a71 126 127 127 127\n406bdec5b68b1a71 126 142 142 142\n04cb1526cf3c43cc 82 40 40 40\n04cb1526cf3c43cc 159 162 162 162\n04cb1526cf3c43cc 159 167 167 167\n9a6845491149c6c2 20 8 8 8\n9a6845491149c6c2 66 74 74 74\n9a6845491149c6c2 66 105 105 105\n7a2291bc1b9a6e7d 32 14 14 14\n7a2291bc1b9a6e7d 32 17 17 17\n7a2291bc1b9a6e7d 32 26 26 26\nd023e559e600c8c3 136 129 129 129\nd023e559e600c8c3 251 259 259 259\nd023e559e600c8c3 251 276 276 276\nc551b85ce38402a8 113 118 118 118\nc551b85ce38402a8 113 138 138 138\nc551b85ce38402a8 113 151 151 151\nad3205983527755b 30 17 17 17\nad3205983527755b 30 24 24 24\nad3205983527755b 81 98 98 98\n2643e671bd31b72f 25 23 23 23\n2643e671bd31b72f 74 113 113 113\n2643e671bd31b72f 74 115 115 115\ne877d584b209cc14 26 11 11 11\ne877d584b209cc14 117 139 139 139\ne877d584b209cc14 117 142 142 142\n6056f8d55c7dc5eb 151 110 110 110\n6056f8d55c7dc5eb 151 124 124 124\n6056f8d55c7dc5eb 257 264 264 264\n98d0d604aa0bd2c5 23 9 9 9\n98d0d604aa0bd2c5 23 17 17 17\n98d0d604aa0bd2c5 132 141 141 141\n58c077a368758659 25 11 11 11\n58c077a368758659 25 12 12 12\n58c077a368758659 95 98 98 98\n4dfb176e5168a4af 21 15 15 15\n4dfb176e5168a4af 125 143 143 143\n4dfb176e5168a4af 125 145 145 145\n10002e18d04c3d93 54 60 60 60\n10002e18d04c3d93 54 63 63 63\n10002e18d04c3d93 54 64 64 64\n131773f46d989860 46 4 4 4\n131773f46d989860 46 34 34 34\n131773f46d989860 114 119 119 119\ncbdd3b8e9010c070 41 33 33 33\ncbdd3b8e9010c070 41 36 36 36\ncbdd3b8e9010c070 96 141 141 141\ne352473d786044d3 20 12 12 12\ne352473d786044d3 20 13 13 13\ne352473d786044d3 71 86 86 86\n18e659699338f835 19 6 6 6\n18e659699338f835 71 73 73 73\n18e659699338f835 71 77 77 77\n12cb4aa3f5b59ad6 175 142 142 142\n12cb4aa3f5b59ad6 175 165 165 165\n12cb4aa3f5b59ad6 175 166 166 166\n58ea51797041da4b 194 170 170 170\n58ea51797041da4b 194 172 172 172\n58ea51797041da4b 194 186 186 186\n2d524e9324228d6e 44 0 0 0\n2d524e9324228d6e 135 175 175 175\n2d524e9324228d6e 135 178 178 178\nfdb60d991671bd45 142 152 152 152\nfdb60d991671bd45 142 155 155 155\nfdb60d991671bd45 142 167 167 167\n8849226fc5b1470c 77 81 81 81\n8849226fc5b1470c 77 84 84 84\n8849226fc5b1470c 77 116 116 116\nd064c864bda4430e 25 1 1 1\nd064c864bda4430e 25 15 15 15\nd064c864bda4430e 87 111 111 111\n277389b279234c08 152 113 113 113\n277389b279234c08 152 131 131 131\n277389b279234c08 152 133 133 133\nca19b5ba41e05630 115 87 87 87\nca19b5ba41e05630 115 104 104 104\nca19b5ba41e05630 115 112 112 112\n30bd5b88e47f6d0e 30 15 15 15\n30bd5b88e47f6d0e 117 145 145 145\n30bd5b88e47f6d0e 117 147 147 147\n329abf340d23b0b9 20 4 4 4\n329abf340d23b0b9 20 18 18 18\n329abf340d23b0b9 71 78 78 78\n6b0b3659521de718 52 63 63 63\n6b0b3659521de718 52 67 67 67\n6b0b3659521de718 52 70 70 70\nb15b101b9a343391 260 264 264 264\nb15b101b9a343391 260 269 269 269\nb15b101b9a343391 260 274 274 274\ne27ba82363512785 60 81 81 81\ne27ba82363512785 60 94 94 94\ne27ba82363512785 60 104 104 104\n16a75920e79c3710 3 2 2 2\n16a75920e79c3710 55 60 60 60\n16a75920e79c3710 55 64 64 64\ncf845955d579f84c 110 67 67 67\ncf845955d579f84c 110 70 70 70\ncf845955d579f84c 110 71 71 71\n0ef68550315f57c7 54 69 69 69\n0ef68550315f57c7 54 79 79 79\n0ef68550315f57c7 54 89 89 89\n36c5e00f55c4f217 16 12 12 12\n36c5e00f55c4f217 61 67 67 67\n36c5e00f55c4f217 61 102 102 102\n58c701594649d4e3 70 73 73 73\n58c701594649d4e3 70 74 74 74\n58c701594649d4e3 70 78 78 78\n311d8515bd115aba 175 142 142 142\n311d8515bd115aba 228 232 232 232\n311d8515bd115aba 228 250 250 250\n8e685e79ac5149e4 150 136 136 136\n8e685e79ac5149e4 216 222 222 222\n8e685e79ac5149e4 216 233 233 233\ned952d18d27ec9c8 13 2 2 2\ned952d18d27ec9c8 61 71 71 71\ned952d18d27ec9c8 61 89 89 89\nc2a33406693f6f47 32 18 18 18\nc2a33406693f6f47 32 23 23 23\nc2a33406693f6f47 32 28 28 28\nc95810ea9fb3966d 55 39 39 39\nc95810ea9fb3966d 55 44 44 44\nc95810ea9fb3966d 102 113 113 113\n271bf9149d140dc4 84 64 64 64\n271bf9149d140dc4 84 74 74 74\n271bf9149d140dc4 141 152 152 152\nf998e4a527576a1a 52 35 35 35\nf998e4a527576a1a 52 36 36 36\nf998e4a527576a1a 52 51 51 51\n16b48792e910cf49 96 62 62 62\n16b48792e910cf49 96 66 66 66\n16b48792e910cf49 96 95 95 95\ne5129eab1a727ae4 13 4 4 4\ne5129eab1a727ae4 81 82 82 82\ne5129eab1a727ae4 81 83 83 83\n2ca8e34592e0c415 75 80 80 80\n2ca8e34592e0c415 75 81 81 81\n2ca8e34592e0c415 75 84 84 84\n6b5dfd943f483c8e 57 36 36 36\n6b5dfd943f483c8e 187 202 202 202\n6b5dfd943f483c8e 187 215 215 215\ndd6f5db17e7d568a 65 68 68 68\ndd6f5db17e7d568a 65 74 74 74\ndd6f5db17e7d568a 65 88 88 88\na6c6cbe8f6e0787f 9 1 1 1\na6c6cbe8f6e0787f 9 7 7 7\na6c6cbe8f6e0787f 9 8 8 8\n84a7bc993f35b6b4 54 59 59 59\n84a7bc993f35b6b4 54 64 64 64\n84a7bc993f35b6b4 54 89 89 89\n63068b731b51b664 57 15 15 15\n63068b731b51b664 57 32 32 32\n63068b731b51b664 57 38 38 38\n1b2937e192040745 33 29 29 29\n1b2937e192040745 85 92 92 92\n1b2937e192040745 85 102 102 102\ncbe56d4478ac20df 13 5 5 5\ncbe56d4478ac20df 101 109 109 109\ncbe56d4478ac20df 101 121 121 121\n454fc1e32db7cc41 57 58 58 58\n454fc1e32db7cc41 57 77 77 77\n454fc1e32db7cc41 57 82 82 82\n7115632790ca97d7 1 0 0 0\n7115632790ca97d7 46 47 47 47\n7115632790ca97d7 46 48 48 48\n86157d113ca15798 63 75 75 75\n86157d113ca15798 63 97 97 97\n86157d113ca15798 63 101 101 101\nd4bc08cad572effe 57 27 27 27\nd4bc08cad572effe 193 208 208 208\nd4bc08cad572effe 193 210 210 210\n0e2653d00e3fc05a 45 26 26 26\n0e2653d00e3fc05a 147 167 167 167\n0e2653d00e3fc05a 147 187 187 187\n02c0c9192fb9a6a1 93 112 112 112\n02c0c9192fb9a6a1 93 132 132 132\n02c0c9192fb9a6a1 93 137 137 137\n3e577a3be646152b 62 63 63 63\n3e577a3be646152b 62 72 72 72\n3e577a3be646152b 62 79 79 79\nd3b39832fe75e063 18 11 11 11\nd3b39832fe75e063 18 16 16 16\nd3b39832fe75e063 93 131 131 131\n9c92e3727bc0ab05 6 1 1 1\n9c92e3727bc0ab05 63 66 66 66\n9c92e3727bc0ab05 63 69 69 69\ndb44fb48949d572f 93 122 122 122\ndb44fb48949d572f 93 127 127 127\ndb44fb48949d572f 93 129 129 129\nf3a2f438945382c6 43 1 1 1\nf3a2f438945382c6 43 13 13 13\nf3a2f438945382c6 43 38 38 38\n747e7c166dce038a 60 40 40 40\n747e7c166dce038a 60 43 43 43\n747e7c166dce038a 60 54 54 54\n52b89a24cc171c5f 104 71 71 71\n52b89a24cc171c5f 104 81 81 81\n52b89a24cc171c5f 104 89 89 89\n3f5454f2f53e2103 31 29 29 29\n3f5454f2f53e2103 100 103 103 103\n3f5454f2f53e2103 100 109 109 109\n8a2a69477f35cdf9 9 1 1 1\n8a2a69477f35cdf9 9 8 8 8\n8a2a69477f35cdf9 58 59 59 59\nab14d572e5284462 31 12 12 12\nab14d572e5284462 31 15 15 15\nab14d572e5284462 110 144 144 144\n3349f3089ea84d6b 12 7 7 7\n3349f3089ea84d6b 12 8 8 8\n3349f3089ea84d6b 12 11 11 11\n54130e35cbe494ff 48 63 63 63\n54130e35cbe494ff 48 77 77 77\n54130e35cbe494ff 48 82 82 82\n750ddf09bd6d1eab 29 5 5 5\n750ddf09bd6d1eab 29 15 15 15\n750ddf09bd6d1eab 29 26 26 26\nd7a9486c2d6ea7ca 141 105 105 105\nd7a9486c2d6ea7ca 202 213 213 213\nd7a9486c2d6ea7ca 202 244 244 244\n77270b05e5cd1b4e 91 53 53 53\n77270b05e5cd1b4e 91 59 59 59\n77270b05e5cd1b4e 141 143 143 143\n9b1f4a05a9be678d 61 63 63 63\n9b1f4a05a9be678d 61 64 64 64\n9b1f4a05a9be678d 61 81 81 81\na9f5fa43e4bd154b 56 22 22 22\na9f5fa43e4bd154b 56 44 44 44\na9f5fa43e4bd154b 56 53 53 53\n2c3a96fb820e1ab7 79 47 47 47\n2c3a96fb820e1ab7 129 131 131 131\n2c3a96fb820e1ab7 129 164 164 164\n9d4d95c939426580 62 68 68 68\n9d4d95c939426580 62 71 71 71\n9d4d95c939426580 62 84 84 84\ncba2a0762bc3876a 41 9 9 9\ncba2a0762bc3876a 41 28 28 28\ncba2a0762bc3876a 41 40 40 40\nd3a0ee23ef17b560 57 59 59 59\nd3a0ee23ef17b560 57 62 62 62\nd3a0ee23ef17b560 57 64 64 64\n97e4be988e741ebf 16 9 9 9\n97e4be988e741ebf 16 15 15 15\n97e4be988e741ebf 81 90 90 90\ncaab090998cd55d8 7 0 0 0\ncaab090998cd55d8 7 5 5 5\ncaab090998cd55d8 7 6 6 6\n46eccb4820f5a4eb 44 26 26 26\n46eccb4820f5a4eb 44 27 27 27\n46eccb4820f5a4eb 104 148 148 148\n7336669f60753832 88 117 117 117\n7336669f60753832 88 120 120 120\n7336669f60753832 88 126 126 126\ne82129af4abedb25 103 74 74 74\ne82129af4abedb25 103 77 77 77\ne82129af4abedb25 103 78 78 78\nfdd8c2ad35591b60 20 11 11 11\nfdd8c2ad35591b60 73 83 83 83\nfdd8c2ad35591b60 73 106 106 106\n7f4b049599c8e19c 191 162 162 162\n7f4b049599c8e19c 191 186 186 186\n7f4b049599c8e19c 236 262 262 262\nc8d53d98a86bb2d1 6 0 0 0\nc8d53d98a86bb2d1 6 4 4 4\nc8d53d98a86bb2d1 84 85 85 85\n4dd21bf1c1565fe1 34 24 24 24\n4dd21bf1c1565fe1 158 178 178 178\n4dd21bf1c1565fe1 158 189 189 189\n73de8e1e19c1857a 71 46 46 46\n73de8e1e19c1857a 71 52 52 52\n73de8e1e19c1857a 71 61 61 61\n5db2aeef574c0e2d 44 9 9 9\n5db2aeef574c0e2d 44 13 13 13\n5db2aeef574c0e2d 44 15 15 15\nfd7890ec5b0a924c 118 150 150 150\nfd7890ec5b0a924c 118 155 155 155\nfd7890ec5b0a924c 118 156 156 156\n5401a275544dc532 2 1 1 1\n5401a275544dc532 48 50 50 50\n5401a275544dc532 48 52 52 52\n7feedcffcc9e8353 196 158 158 158\n7feedcffcc9e8353 196 169 169 169\n7feedcffcc9e8353 261 267 267 267\n5225deac6735ae5f 130 91 91 91\n5225deac6735ae5f 130 97 97 97\n5225deac6735ae5f 130 100 100 100\nfbb8d7a56a6d5741 69 70 70 70\nfbb8d7a56a6d5741 69 82 82 82\nfbb8d7a56a6d5741 69 93 93 93\n1b74274269c75c8d 9 4 4 4\n1b74274269c75c8d 60 72 72 72\n1b74274269c75c8d 60 73 73 73\n78933b8bfea9705a 80 87 87 87\n78933b8bfea9705a 80 109 109 109\n78933b8bfea9705a 80 114 114 114\nc51d979d3e1e68c2 17 10 10 10\nc51d979d3e1e68c2 17 11 11 11\nc51d979d3e1e68c2 66 70 70 70\neb4965c3eb4e7810 12 0 0 0\neb4965c3eb4e7810 12 1 1 1\neb4965c3eb4e7810 12 9 9 9\n57552c8b1a857951 2 0 0 0\n57552c8b1a857951 2 1 1 1\n57552c8b1a857951 47 48 48 48\n3eb185c04280412d 22 3 3 3\n3eb185c04280412d 22 8 8 8\n3eb185c04280412d 22 11 11 11\nbc420a09a8db3a2a 60 66 66 66\nbc420a09a8db3a2a 60 76 76 76\nbc420a09a8db3a2a 60 77 77 77\n54be94f158023eea 27 26 26 26\n54be94f158023eea 77 91 91 91\n54be94f158023eea 77 101 101 101\n5d258b338868a2a7 213 176 176 176\n5d258b338868a2a7 213 206 206 206\n5d258b338868a2a7 213 208 208 208\n24d1c4f7497f8e77 75 84 84 84\n24d1c4f7497f8e77 75 86 86 86\n24d1c4f7497f8e77 75 87 87 87\n6d31cf796085f72c 180 157 157 157\n6d31cf796085f72c 180 172 172 172\n6d31cf796085f72c 255 276 276 276\n650e48609e3312a5 46 38 38 38\n650e48609e3312a5 141 152 152 152\n650e48609e3312a5 141 162 162 162\ndf242c69a2941d5e 5 1 1 1\ndf242c69a2941d5e 57 72 72 72\ndf242c69a2941d5e 57 74 74 74\nc77159c5f514837b 27 15 15 15\nc77159c5f514837b 92 94 94 94\nc77159c5f514837b 92 99 99 99\ncd3062c26ed06209 22 9 9 9\ncd3062c26ed06209 22 17 17 17\ncd3062c26ed06209 22 19 19 19\n79a42215f04376d2 18 3 3 3\n79a42215f04376d2 78 98 98 98\n79a42215f04376d2 78 116 116 116\nab858b295e4221fd 112 70 70 70\nab858b295e4221fd 112 92 92 92\nab858b295e4221fd 112 99 99 99\n3c9c37132583a3d2 6 0 0 0\n3c9c37132583a3d2 93 123 123 123\n3c9c37132583a3d2 93 127 127 127\n81e3ed92fa9c9968 175 130 130 130\n81e3ed92fa9c9968 175 136 136 136\n81e3ed92fa9c9968 242 258 258 258\n5e71d4c8c97980b2 7 2 2 2\n5e71d4c8c97980b2 63 69 69 69\n5e71d4c8c97980b2 63 85 85 85\neceadaab9f040b64 16 5 5 5\neceadaab9f040b64 70 74 74 74\neceadaab9f040b64 70 85 85 85\n2a1769dddc1dbf8d 85 61 61 61\n2a1769dddc1dbf8d 85 68 68 68\n2a1769dddc1dbf8d 85 76 76 76\n3f33ed2971149ea0 73 35 35 35\n3f33ed2971149ea0 73 55 55 55\n3f33ed2971149ea0 159 185 185 185\n0c9b371cc6225682 23 18 18 18\n0c9b371cc6225682 23 22 22 22\n0c9b371cc6225682 87 110 110 110\n94dfcf8109e9f392 22 4 4 4\n94dfcf8109e9f392 22 20 20 20\n94dfcf8109e9f392 74 82 82 82\nf120f74e540d724c 43 9 9 9\nf120f74e540d724c 43 36 36 36\nf120f74e540d724c 132 137 137 137\n6602548cc544aee2 58 37 37 37\n6602548cc544aee2 58 40 40 40\n6602548cc544aee2 58 55 55 55\n8bd3923459d18567 78 49 49 49\n8bd3923459d18567 211 212 212 212\n8bd3923459d18567 211 256 256 256\n4c144eb40a09a0dd 46 2 2 2\n4c144eb40a09a0dd 46 5 5 5\n4c144eb40a09a0dd 46 39 39 39\n9c4e84ed5d25728a 17 8 8 8\n9c4e84ed5d25728a 17 14 14 14\n9c4e84ed5d25728a 17 16 16 16\n3e68931874661724 47 48 48 48\n3e68931874661724 47 54 54 54\n3e68931874661724 47 56 56 56\n8bcf9013b6617811 1 0 0 0\n8bcf9013b6617811 46 47 47 47\n8bcf9013b6617811 46 48 48 48\n5cf16d250189b7fe 49 17 17 17\n5cf16d250189b7fe 49 22 22 22\n5cf16d250189b7fe 49 48 48 48\nb713d6fd183a434e 46 81 81 81\nb713d6fd183a434e 46 85 85 85\nb713d6fd183a434e 46 89 89 89\na2f517ba7adea803 51 12 12 12\na2f517ba7adea803 51 36 36 36\na2f517ba7adea803 107 151 151 151\n511ad5dc10db6932 5 4 4 4\n511ad5dc10db6932 125 127 127 127\n511ad5dc10db6932 125 130 130 130\n3c44d53659dbe4fe 124 94 94 94\n3c44d53659dbe4fe 124 97 97 97\n3c44d53659dbe4fe 124 104 104 104\n72abd10e2fa3a178 33 1 1 1\n72abd10e2fa3a178 33 9 9 9\n72abd10e2fa3a178 33 24 24 24\n628715cbcfaf9f4a 9 7 7 7\n628715cbcfaf9f4a 62 96 96 96\n628715cbcfaf9f4a 62 99 99 99\n37a960afb176c485 71 59 59 59\n37a960afb176c485 120 123 123 123\n37a960afb176c485 120 141 141 141\nfb029e022b479ef4 22 6 6 6\nfb029e022b479ef4 22 17 17 17\nfb029e022b479ef4 76 84 84 84\nedaf13c2d419ff89 52 59 59 59\nedaf13c2d419ff89 52 64 64 64\nedaf13c2d419ff89 52 73 73 73\nda7431d197823275 26 7 7 7\nda7431d197823275 26 16 16 16\nda7431d197823275 26 17 17 17\nc96c494c7a1d4ee5 21 5 5 5\nc96c494c7a1d4ee5 84 86 86 86\nc96c494c7a1d4ee5 84 96 96 96\n49a9e34610882acc 45 47 47 47\n49a9e34610882acc 45 49 49 49\n49a9e34610882acc 45 50 50 50\n915b32960b74b4cd 60 62 62 62\n915b32960b74b4cd 60 64 64 64\n915b32960b74b4cd 60 75 75 75\n03de2844d3c8314e 29 17 17 17\n03de2844d3c8314e 29 18 18 18\n03de2844d3c8314e 29 20 20 20\n99066a048c135f46 9 2 2 2\n99066a048c135f46 56 64 64 64\n99066a048c135f46 56 67 67 67\n3984d005557cbd6f 129 139 139 139\n3984d005557cbd6f 129 155 155 155\n3984d005557cbd6f 129 167 167 167\n778f2c1ef2ca8179 118 126 126 126\n778f2c1ef2ca8179 118 148 148 148\n778f2c1ef2ca8179 118 162 162 162\n48d4444b94c2a2c0 105 84 84 84\n48d4444b94c2a2c0 105 104 104 104\n48d4444b94c2a2c0 204 219 219 219\n7f9841416da069f5 138 98 98 98\n7f9841416da069f5 138 136 136 136\n7f9841416da069f5 228 258 258 258\n6a5be23c6d7ca0f4 126 148 148 148\n6a5be23c6d7ca0f4 126 150 150 150\n6a5be23c6d7ca0f4 126 153 153 153\nebbc18ff20ad7284 78 89 89 89\nebbc18ff20ad7284 78 93 93 93\nebbc18ff20ad7284 78 122 122 122\nb01d30861f56b1f9 4 0 0 0\nb01d30861f56b1f9 66 67 67 67\nb01d30861f56b1f9 66 74 74 74\n224e9686747afbb5 48 50 50 50\n224e9686747afbb5 48 52 52 52\n224e9686747afbb5 48 54 54 54\nb5c822379067a4f1 51 11 11 11\nb5c822379067a4f1 51 20 20 20\nb5c822379067a4f1 51 43 43 43\n444d7d8445cd444e 54 33 33 33\n444d7d8445cd444e 54 51 51 51\n444d7d8445cd444e 145 167 167 167\nc211e68f8e67eccf 224 228 228 228\nc211e68f8e67eccf 224 230 230 230\nc211e68f8e67eccf 224 239 239 239\n166bb958d7f4798a 54 22 22 22\n166bb958d7f4798a 54 44 44 44\n166bb958d7f4798a 146 147 147 147\n9e0581b07ec22ffd 35 28 28 28\n9e0581b07ec22ffd 84 87 87 87\n9e0581b07ec22ffd 84 120 120 120\nd91691d9b43cd983 22 4 4 4\nd91691d9b43cd983 93 110 110 110\nd91691d9b43cd983 93 136 136 136\n7ea24d7b4e174a36 106 67 67 67\n7ea24d7b4e174a36 106 93 93 93\n7ea24d7b4e174a36 176 216 216 216\n3bb1007fcf0e03ff 103 82 82 82\n3bb1007fcf0e03ff 103 98 98 98\n3bb1007fcf0e03ff 172 181 181 181\nda9b2d6ec4564873 30 1 1 1\nda9b2d6ec4564873 30 21 21 21\nda9b2d6ec4564873 30 25 25 25\n90e759f41c5bf7ec 5 2 2 2\n90e759f41c5bf7ec 75 77 77 77\n90e759f41c5bf7ec 75 86 86 86\n3587833ec93fbddd 60 28 28 28\n3587833ec93fbddd 145 178 178 178\n3587833ec93fbddd 145 183 183 183\n58c8dccdf444891e 130 98 98 98\n58c8dccdf444891e 130 117 117 117\n58c8dccdf444891e 130 118 118 118\ned252c9b9a853852 71 88 88 88\ned252c9b9a853852 71 90 90 90\ned252c9b9a853852 71 92 92 92\n4e22353c1532a291 53 80 80 80\n4e22353c1532a291 53 83 83 83\n4e22353c1532a291 53 86 86 86\na6c52c1584b4c549 32 1 1 1\na6c52c1584b4c549 85 117 117 117\na6c52c1584b4c549 85 123 123 123\nc0e4d7173cde8e04 76 81 81 81\nc0e4d7173cde8e04 76 101 101 101\nc0e4d7173cde8e04 76 112 112 112\n3105d330651c2726 122 123 123 123\n3105d330651c2726 122 138 138 138\n3105d330651c2726 122 154 154 154\na978e4b3eaf80a1a 13 12 12 12\na978e4b3eaf80a1a 58 76 76 76\na978e4b3eaf80a1a 58 91 91 91\n1f4279d98e283206 24 2 2 2\n1f4279d98e283206 24 4 4 4\n1f4279d98e283206 24 6 6 6\n41f3291d82fc4d93 113 93 93 93\n41f3291d82fc4d93 113 111 111 111\n41f3291d82fc4d93 166 183 183 183\necc5883cac90b166 45 57 57 57\necc5883cac90b166 45 64 64 64\necc5883cac90b166 45 66 66 66\nd9222927313d5da2 11 1 1 1\nd9222927313d5da2 11 3 3 3\nd9222927313d5da2 11 6 6 6\n7715ef327df71fed 14 4 4 4\n7715ef327df71fed 14 9 9 9\n7715ef327df71fed 14 11 11 11\nc8a4056d36955415 59 74 74 74\nc8a4056d36955415 59 84 84 84\nc8a4056d36955415 59 95 95 95\n78f2bb6034c2e1c9 46 19 19 19\n78f2bb6034c2e1c9 46 29 29 29\n78f2bb6034c2e1c9 92 93 93 93\n5ee1c192797bb121 107 108 108 108\n5ee1c192797bb121 107 118 118 118\n5ee1c192797bb121 107 126 126 126\nc1b10b1ac1888375 55 82 82 82\nc1b10b1ac1888375 55 87 87 87\nc1b10b1ac1888375 55 92 92 92\ne4fe8ca7f250e488 53 64 64 64\ne4fe8ca7f250e488 53 66 66 66\ne4fe8ca7f250e488 53 68 68 68\nf1c86db5eed91140 51 53 53 53\nf1c86db5eed91140 51 54 54 54\nf1c86db5eed91140 51 56 56 56\n3c83e9817c9e022d 45 47 47 47\n3c83e9817c9e022d 45 58 58 58\n3c83e9817c9e022d 45 60 60 60\ne470e7a334f69334 77 57 57 57\ne470e7a334f69334 77 70 70 70\ne470e7a334f69334 129 151 151 151\nfe561e047a42c9f3 90 55 55 55\nfe561e047a42c9f3 90 59 59 59\nfe561e047a42c9f3 90 65 65 65\nddff0878c58e95d4 10 5 5 5\nddff0878c58e95d4 10 7 7 7\nddff0878c58e95d4 80 81 81 81\n66190abc87436220 6 2 2 2\n66190abc87436220 108 131 131 131\n66190abc87436220 108 132 132 132\n007876f71baf453f 13 9 9 9\n007876f71baf453f 62 65 65 65\n007876f71baf453f 62 67 67 67\nbc3e794a104aa602 23 21 21 21\nbc3e794a104aa602 103 132 132 132\nbc3e794a104aa602 103 141 141 141\n18ce480be0ececbd 44 1 1 1\n18ce480be0ececbd 44 13 13 13\n18ce480be0ececbd 172 208 208 208\n45122648522d4180 98 133 133 133\n45122648522d4180 98 135 135 135\n45122648522d4180 98 139 139 139\n539e5c40055bfe41 21 4 4 4\n539e5c40055bfe41 21 12 12 12\n539e5c40055bfe41 21 18 18 18\nb13d3b5a6cfdac2d 3 0 0 0\nb13d3b5a6cfdac2d 3 2 2 2\nb13d3b5a6cfdac2d 102 103 103 103\n80477008ffc1adb6 16 6 6 6\n80477008ffc1adb6 16 14 14 14\n80477008ffc1adb6 16 15 15 15\n8ab1900fbe301245 77 45 45 45\n8ab1900fbe301245 77 51 51 51\n8ab1900fbe301245 132 142 142 142\n54cfc08d373fe129 31 22 22 22\n54cfc08d373fe129 31 26 26 26\n54cfc08d373fe129 31 28 28 28\n24fe21f0a899701f 7 2 2 2\n24fe21f0a899701f 54 63 63 63\n24fe21f0a899701f 54 70 70 70\n4da7a2864295c0ca 82 64 64 64\n4da7a2864295c0ca 82 74 74 74\n4da7a2864295c0ca 82 78 78 78\n32991f419c96ea0e 75 88 88 88\n32991f419c96ea0e 75 101 101 101\n32991f419c96ea0e 75 107 107 107\nf66a7afd0c714cea 55 23 23 23\nf66a7afd0c714cea 120 122 122 122\nf66a7afd0c714cea 120 137 137 137\n1fe9f9bc178a1778 51 55 55 55\n1fe9f9bc178a1778 51 56 56 56\n1fe9f9bc178a1778 51 62 62 62\n7ef9a02b25ea0618 24 8 8 8\n7ef9a02b25ea0618 24 19 19 19\n7ef9a02b25ea0618 113 115 115 115\n397bbed49e1ee8dc 13 1 1 1\n397bbed49e1ee8dc 99 100 100 100\n397bbed49e1ee8dc 99 112 112 112\n589a88598d9a2404 26 4 4 4\n589a88598d9a2404 26 17 17 17\n589a88598d9a2404 82 99 99 99\n4b86587ecd3325f4 75 79 79 79\n4b86587ecd3325f4 75 82 82 82\n4b86587ecd3325f4 75 109 109 109\nd949372fefb12e02 83 84 84 84\nd949372fefb12e02 83 109 109 109\nd949372fefb12e02 83 113 113 113\n2a30c5309018e00f 16 9 9 9\n2a30c5309018e00f 16 12 12 12\n2a30c5309018e00f 16 13 13 13\na967dc30d6ca777a 39 4 4 4\na967dc30d6ca777a 39 7 7 7\na967dc30d6ca777a 39 19 19 19\nc36bf9d0ce6a4745 82 94 94 94\nc36bf9d0ce6a4745 82 113 113 113\nc36bf9d0ce6a4745 82 125 125 125\nc2d61f6f420b56a0 124 104 104 104\nc2d61f6f420b56a0 124 119 119 119\nc2d61f6f420b56a0 124 121 121 121\n84759cb1a8176b80 49 52 52 52\n84759cb1a8176b80 49 54 54 54\n84759cb1a8176b80 49 69 69 69\n96878c7052a51068 21 0 0 0\n96878c7052a51068 21 6 6 6\n96878c7052a51068 21 17 17 17\ndb303056779cc95e 85 40 40 40\ndb303056779cc95e 85 55 55 55\ndb303056779cc95e 185 186 186 186\n8d6d08d1824c6dc5 32 16 16 16\n8d6d08d1824c6dc5 32 30 30 30\n8d6d08d1824c6dc5 81 84 84 84\n52217a4c2bbd7f17 96 59 59 59\n52217a4c2bbd7f17 96 81 81 81\n52217a4c2bbd7f17 96 88 88 88\n07b667b34838336d 18 9 9 9\n07b667b34838336d 18 11 11 11\n07b667b34838336d 84 100 100 100\ne09dbfdd3122a123 36 2 2 2\ne09dbfdd3122a123 36 22 22 22\ne09dbfdd3122a123 36 24 24 24\n36e69606a7599644 81 40 40 40\n36e69606a7599644 81 45 45 45\n36e69606a7599644 81 62 62 62\nd48b66d36ec83707 3 1 1 1\nd48b66d36ec83707 3 2 2 2\nd48b66d36ec83707 127 131 131 131\n612882b6b294488e 5 4 4 4\n612882b6b294488e 72 87 87 87\n612882b6b294488e 72 93 93 93\ndc8cc9e1ace014ff 70 71 71 71\ndc8cc9e1ace014ff 70 73 73 73\ndc8cc9e1ace014ff 70 79 79 79\n57132c374cc1ce2d 38 28 28 28\n57132c374cc1ce2d 38 33 33 33\n57132c374cc1ce2d 97 124 124 124\ncb9d108a22b504e0 150 118 118 118\ncb9d108a22b504e0 249 264 264 264\ncb9d108a22b504e0 249 276 276 276\n46889bb1803c5cd7 35 2 2 2\n46889bb1803c5cd7 35 30 30 30\n46889bb1803c5cd7 35 31 31 31\n204fc9ff2c7ff92c 116 75 75 75\n204fc9ff2c7ff92c 116 79 79 79\n204fc9ff2c7ff92c 116 98 98 98\n565459b7bb0cbbf9 65 21 21 21\n565459b7bb0cbbf9 65 56 56 56\n565459b7bb0cbbf9 65 63 63 63\nd91b11f2b4072ee7 10 8 8 8\nd91b11f2b4072ee7 58 73 73 73\nd91b11f2b4072ee7 58 77 77 77\n6b7ebc98521fbc0d 25 3 3 3\n6b7ebc98521fbc0d 25 15 15 15\n6b7ebc98521fbc0d 73 74 74 74\n8d1abcb6f6626908 146 118 118 118\n8d1abcb6f6626908 146 142 142 142\n8d1abcb6f6626908 206 235 235 235\n802982739759b171 6 0 0 0\n802982739759b171 6 2 2 2\n802982739759b171 89 115 115 115\n6e6a9dd521936441 7 0 0 0\n6e6a9dd521936441 7 3 3 3\n6e6a9dd521936441 54 55 55 55\nf8545ff1c0ebc410 138 155 155 155\nf8545ff1c0ebc410 138 157 157 157\nf8545ff1c0ebc410 138 164 164 164\n36d85599a9cbb6b3 129 122 122 122\n36d85599a9cbb6b3 182 195 195 195\n36d85599a9cbb6b3 182 222 222 222\n3b67613d97aac1df 55 61 61 61\n3b67613d97aac1df 55 67 67 67\n3b67613d97aac1df 55 88 88 88\n061e49ba3a5386c7 212 227 227 227\n061e49ba3a5386c7 212 248 248 248\n061e49ba3a5386c7 212 257 257 257\n91cc6b3e23fa91f4 73 80 80 80\n91cc6b3e23fa91f4 73 82 82 82\n91cc6b3e23fa91f4 73 90 90 90\n0ffd1083a70c6968 8 6 6 6\n0ffd1083a70c6968 8 7 7 7\n0ffd1083a70c6968 70 84 84 84\n1ec6fa3de6fa1bf0 152 111 111 111\n1ec6fa3de6fa1bf0 152 120 120 120\n1ec6fa3de6fa1bf0 152 131 131 131\nade543e5f3a3d851 62 73 73 73\nade543e5f3a3d851 62 96 96 96\nade543e5f3a3d851 62 103 103 103\nd203f88844185e0a 119 124 124 124\nd203f88844185e0a 119 137 137 137\nd203f88844185e0a 119 158 158 158\n3f494c35367522f1 3 0 0 0\n3f494c35367522f1 3 1 1 1\n3f494c35367522f1 3 2 2 2\n3d394fbabe0e733d 36 5 5 5\n3d394fbabe0e733d 36 7 7 7\n3d394fbabe0e733d 36 26 26 26\n978bb523c17f297e 48 52 52 52\n978bb523c17f297e 48 59 59 59\n978bb523c17f297e 48 66 66 66\n732c551c857ea8ef 60 19 19 19\n732c551c857ea8ef 60 37 37 37\n732c551c857ea8ef 155 192 192 192\n9fde7fce5bd825b5 129 88 88 88\n9fde7fce5bd825b5 190 192 192 192\n9fde7fce5bd825b5 190 202 202 202\nf2ac7b11e97bfb6a 2 1 1 1\nf2ac7b11e97bfb6a 47 48 48 48\nf2ac7b11e97bfb6a 47 49 49 49\n9a75ec823948cff7 221 180 180 180\n9a75ec823948cff7 221 207 207 207\n9a75ec823948cff7 272 274 274 274\n275e846ba5d0e9ad 13 10 10 10\n275e846ba5d0e9ad 85 99 99 99\n275e846ba5d0e9ad 85 111 111 111\n92be3e6965f8dfed 76 49 49 49\n92be3e6965f8dfed 76 59 59 59\n92be3e6965f8dfed 125 167 167 167\n17dba5fa8138ed92 59 60 60 60\n17dba5fa8138ed92 59 69 69 69\n17dba5fa8138ed92 59 70 70 70\nced56d983f2a23a7 64 41 41 41\nced56d983f2a23a7 64 57 57 57\nced56d983f2a23a7 64 60 60 60\ncb83984bb39b1b27 16 3 3 3\ncb83984bb39b1b27 16 11 11 11\ncb83984bb39b1b27 65 70 70 70\n3ec03511da601b34 83 51 51 51\n3ec03511da601b34 83 72 72 72\n3ec03511da601b34 158 161 161 161\naae460e8d3def83e 19 12 12 12\naae460e8d3def83e 19 17 17 17\naae460e8d3def83e 67 105 105 105\n4d5040e1774a51b3 105 65 65 65\n4d5040e1774a51b3 105 66 66 66\n4d5040e1774a51b3 105 73 73 73\nb8b00fb90a1b884a 107 77 77 77\nb8b00fb90a1b884a 196 200 200 200\nb8b00fb90a1b884a 196 217 217 217\na63d574bc955291c 25 16 16 16\na63d574bc955291c 111 122 122 122\na63d574bc955291c 111 124 124 124\ne98834bb89ac4d5c 2 0 0 0\ne98834bb89ac4d5c 2 1 1 1\ne98834bb89ac4d5c 48 49 49 49\n9008841c0e75a9ad 8 5 5 5\n9008841c0e75a9ad 88 97 97 97\n9008841c0e75a9ad 88 119 119 119\nee19ba8ce1f94724 139 129 129 129\nee19ba8ce1f94724 139 132 132 132\nee19ba8ce1f94724 227 244 244 244\nab16cd8dac9091cd 63 73 73 73\nab16cd8dac9091cd 63 96 96 96\nab16cd8dac9091cd 63 108 108 108\nb77410d82945972b 38 27 27 27\nb77410d82945972b 103 129 129 129\nb77410d82945972b 103 133 133 133\nc06527e6f177884d 65 69 69 69\nc06527e6f177884d 65 71 71 71\nc06527e6f177884d 65 75 75 75\n4500d9faefff3a41 82 43 43 43\n4500d9faefff3a41 82 66 66 66\n4500d9faefff3a41 137 144 144 144\n18a86c01aaaaaa8b 26 18 18 18\n18a86c01aaaaaa8b 26 23 23 23\n18a86c01aaaaaa8b 116 118 118 118\nf43b62c5050d6789 10 1 1 1\nf43b62c5050d6789 10 4 4 4\nf43b62c5050d6789 10 5 5 5\n81fa5b7b1cdb0dc2 1 0 0 0\n81fa5b7b1cdb0dc2 52 53 53 53\n81fa5b7b1cdb0dc2 52 60 60 60\n58544916e75902c7 23 14 14 14\n58544916e75902c7 121 135 135 135\n58544916e75902c7 121 150 150 150\nab55215118ee9fe9 49 19 19 19\nab55215118ee9fe9 49 25 25 25\nab55215118ee9fe9 49 35 35 35\n4f7ed30b3198dc3e 8 2 2 2\n4f7ed30b3198dc3e 62 68 68 68\n4f7ed30b3198dc3e 62 80 80 80\ne27a6760413c7c26 1 0 0 0\ne27a6760413c7c26 98 128 128 128\ne27a6760413c7c26 98 140 140 140\n3018aa8ad3eb5dca 52 65 65 65\n3018aa8ad3eb5dca 52 74 74 74\n3018aa8ad3eb5dca 52 85 85 85\nf6057c281758b5f6 96 54 54 54\nf6057c281758b5f6 96 71 71 71\nf6057c281758b5f6 205 233 233 233\ne76f1912e6e1d50f 49 63 63 63\ne76f1912e6e1d50f 49 80 80 80\ne76f1912e6e1d50f 49 84 84 84\nc1a28d4a283118d3 79 55 55 55\nc1a28d4a283118d3 185 215 215 215\nc1a28d4a283118d3 185 230 230 230\n0d1aa0f47c9d2f6d 44 18 18 18\n0d1aa0f47c9d2f6d 99 102 102 102\n0d1aa0f47c9d2f6d 99 109 109 109\nb20b19ab825de9cf 47 60 60 60\nb20b19ab825de9cf 47 77 77 77\nb20b19ab825de9cf 47 83 83 83\nc068e47dec13b048 8 4 4 4\nc068e47dec13b048 76 86 86 86\nc068e47dec13b048 76 106 106 106\n5f07930831835449 45 47 47 47\n5f07930831835449 45 48 48 48\n5f07930831835449 45 76 76 76\n835e9c8d7a50c123 63 71 71 71\n835e9c8d7a50c123 63 88 88 88\n835e9c8d7a50c123 63 103 103 103\n05ce34e3cd48c449 14 2 2 2\n05ce34e3cd48c449 14 5 5 5\n05ce34e3cd48c449 14 9 9 9\n80cbce0fa4420583 7 0 0 0\n80cbce0fa4420583 7 5 5 5\n80cbce0fa4420583 7 6 6 6\n171fdcc554d303d8 55 18 18 18\n171fdcc554d303d8 55 20 20 20\n171fdcc554d303d8 55 39 39 39\ne5f04350eaca0631 111 72 72 72\ne5f04350eaca0631 111 76 76 76\ne5f04350eaca0631 111 105 105 105\na8cc9d1e56928758 70 46 46 46\na8cc9d1e56928758 180 200 200 200\na8cc9d1e56928758 180 211 211 211\n4175cb4c71c984ec 8 6 6 6\n4175cb4c71c984ec 77 80 80 80\n4175cb4c71c984ec 77 85 85 85\n17535adda2aa3b90 52 66 66 66\n17535adda2aa3b90 52 70 70 70\n17535adda2aa3b90 52 78 78 78\n58a650240fdc5cc6 169 134 134 134\n58a650240fdc5cc6 169 160 160 160\n58a650240fdc5cc6 169 163 163 163\nfd48a65a5e252855 49 5 5 5\nfd48a65a5e252855 49 27 27 27\nfd48a65a5e252855 177 204 204 204\n91eac7cf6f555982 9 4 4 4\n91eac7cf6f555982 9 6 6 6\n91eac7cf6f555982 72 73 73 73\n453c980210335f26 85 86 86 86\n453c980210335f26 85 88 88 88\n453c980210335f26 85 91 91 91\ne1111d14e42434d3 2 1 1 1\ne1111d14e42434d3 48 50 50 50\ne1111d14e42434d3 48 51 51 51\n74d62d6e00c7e38b 3 2 2 2\n74d62d6e00c7e38b 55 57 57 57\n74d62d6e00c7e38b 55 76 76 76\n413062cf685711e7 50 52 52 52\n413062cf685711e7 50 63 63 63\n413062cf685711e7 50 69 69 69\n81bab615370c51a5 203 194 194 194\n81bab615370c51a5 254 265 265 265\n81bab615370c51a5 254 271 271 271\n0068e97c1c1f61aa 121 84 84 84\n0068e97c1c1f61aa 121 93 93 93\n0068e97c1c1f61aa 192 224 224 224\n0c24590c68af865f 53 56 56 56\n0c24590c68af865f 53 57 57 57\n0c24590c68af865f 53 58 58 58\n9978a9d37b39f9c4 70 71 71 71\n9978a9d37b39f9c4 70 87 87 87\n9978a9d37b39f9c4 70 96 96 96\n41c2ed4944dec77f 13 12 12 12\n41c2ed4944dec77f 83 95 95 95\n41c2ed4944dec77f 83 103 103 103\n9030ea311a07b473 60 75 75 75\n9030ea311a07b473 60 77 77 77\n9030ea311a07b473 60 82 82 82\n1b09ad5460c05077 12 5 5 5\n1b09ad5460c05077 12 7 7 7\n1b09ad5460c05077 12 9 9 9\n1e01b910ceba4573 223 225 225 225\n1e01b910ceba4573 223 261 261 261\n1e01b910ceba4573 223 263 263 263\nff4ef99f3346d4fa 59 62 62 62\nff4ef99f3346d4fa 59 72 72 72\nff4ef99f3346d4fa 59 76 76 76\nb37fcee918b0c1ec 13 11 11 11\nb37fcee918b0c1ec 66 96 96 96\nb37fcee918b0c1ec 66 109 109 109\n104c9a27980f9bb7 66 88 88 88\n104c9a27980f9bb7 66 91 91 91\n104c9a27980f9bb7 66 104 104 104\n88b85ce384c14da4 10 2 2 2\n88b85ce384c14da4 111 115 115 115\n88b85ce384c14da4 111 149 149 149\nd3dfe08fc77cd6d8 56 58 58 58\nd3dfe08fc77cd6d8 56 87 87 87\nd3dfe08fc77cd6d8 56 92 92 92\nf795469d3856697e 116 84 84 84\nf795469d3856697e 116 94 94 94\nf795469d3856697e 116 95 95 95\n5fa74a0d9f1d8244 94 105 105 105\n5fa74a0d9f1d8244 94 114 114 114\n5fa74a0d9f1d8244 94 120 120 120\n9414231317ded453 224 193 193 193\n9414231317ded453 224 205 205 205\n9414231317ded453 224 215 215 215\nbe47e1693fc86994 9 0 0 0\nbe47e1693fc86994 9 1 1 1\nbe47e1693fc86994 9 4 4 4\n37ce88a12d77382b 55 19 19 19\n37ce88a12d77382b 55 43 43 43\n37ce88a12d77382b 55 45 45 45\n57867fd143d400c5 48 4 4 4\n57867fd143d400c5 48 43 43 43\n57867fd143d400c5 127 130 130 130\na9a3cf44b0b34ade 8 1 1 1\na9a3cf44b0b34ade 59 63 63 63\na9a3cf44b0b34ade 59 70 70 70\nfaaba1f48348f5c6 24 7 7 7\nfaaba1f48348f5c6 24 9 9 9\nfaaba1f48348f5c6 73 87 87 87\n483c2b4c67e32c19 6 2 2 2\n483c2b4c67e32c19 87 91 91 91\n483c2b4c67e32c19 87 102 102 102\n35975b7e46adbfd5 1 0 0 0\n35975b7e46adbfd5 46 47 47 47\n35975b7e46adbfd5 46 48 48 48\nbb7da10585c3a2de 9 2 2 2\nbb7da10585c3a2de 9 8 8 8\nbb7da10585c3a2de 83 89 89 89\ne0192d10b8b762ee 47 2 2 2\ne0192d10b8b762ee 47 4 4 4\ne0192d10b8b762ee 47 7 7 7\nc9db4deab2f830fe 87 95 95 95\nc9db4deab2f830fe 87 98 98 98\nc9db4deab2f830fe 87 101 101 101\n7040582935845c8e 54 10 10 10\n7040582935845c8e 54 18 18 18\n7040582935845c8e 54 34 34 34\n275f41f9adf32526 54 16 16 16\n275f41f9adf32526 54 22 22 22\n275f41f9adf32526 54 32 32 32\ne9f26893411838ee 154 160 160 160\ne9f26893411838ee 154 166 166 166\ne9f26893411838ee 154 185 185 185\n53289d8207d0d518 43 5 5 5\n53289d8207d0d518 43 22 22 22\n53289d8207d0d518 43 34 34 34\n9b3d6bbe5ee18684 3 1 1 1\n9b3d6bbe5ee18684 54 64 64 64\n9b3d6bbe5ee18684 54 68 68 68\n5aa05dea4b73c6b1 79 82 82 82\n5aa05dea4b73c6b1 79 89 89 89\n5aa05dea4b73c6b1 79 111 111 111\n31b8eb8bbebed9b8 10 0 0 0\n31b8eb8bbebed9b8 10 5 5 5\n31b8eb8bbebed9b8 59 63 63 63\n52e82f8f5bdbce1c 56 77 77 77\n52e82f8f5bdbce1c 56 82 82 82\n52e82f8f5bdbce1c 56 88 88 88\nd4f7d672c5f718ac 16 9 9 9\nd4f7d672c5f718ac 111 113 113 113\nd4f7d672c5f718ac 111 114 114 114\nb1e88ba67f69298d 27 1 1 1\nb1e88ba67f69298d 27 18 18 18\nb1e88ba67f69298d 88 98 98 98\nda765ed07a6cc4db 142 143 143 143\nda765ed07a6cc4db 142 150 150 150\nda765ed07a6cc4db 142 163 163 163\n74bc45c8a1f8300f 44 40 40 40\n74bc45c8a1f8300f 169 174 174 174\n74bc45c8a1f8300f 169 183 183 183\n41649e3e8f9a4be0 109 115 115 115\n41649e3e8f9a4be0 109 117 117 117\n41649e3e8f9a4be0 109 130 130 130\n3d986ec2fd6d210d 31 10 10 10\n3d986ec2fd6d210d 31 11 11 11\n3d986ec2fd6d210d 31 26 26 26\n1ef9f5dfa615fafe 90 91 91 91\n1ef9f5dfa615fafe 90 93 93 93\n1ef9f5dfa615fafe 90 100 100 100\n71cc19cf54729a22 212 181 181 181\n71cc19cf54729a22 212 185 185 185\n71cc19cf54729a22 212 206 206 206\n07ba5489b56b7d62 60 65 65 65\n07ba5489b56b7d62 60 66 66 66\n07ba5489b56b7d62 60 90 90 90\nf1c659ac9ea21f4f 39 27 27 27\nf1c659ac9ea21f4f 101 106 106 106\nf1c659ac9ea21f4f 101 118 118 118\n1c7b9f93752085f4 70 58 58 58\n1c7b9f93752085f4 119 126 126 126\n1c7b9f93752085f4 119 156 156 156\n0ebb04534d7f2ba7 6 1 1 1\n0ebb04534d7f2ba7 63 65 65 65\n0ebb04534d7f2ba7 63 88 88 88\nc69e2cde0ecc2e9b 17 1 1 1\nc69e2cde0ecc2e9b 17 13 13 13\nc69e2cde0ecc2e9b 17 15 15 15\n501e33ece7f036a5 3 0 0 0\n501e33ece7f036a5 3 1 1 1\n501e33ece7f036a5 107 108 108 108\n6cc046015c88bef4 4 0 0 0\n6cc046015c88bef4 4 1 1 1\n6cc046015c88bef4 49 54 54 54\nae38058a530efbc3 142 115 115 115\nae38058a530efbc3 142 124 124 124\nae38058a530efbc3 254 257 257 257\nf12d445b4525f8a7 10 4 4 4\nf12d445b4525f8a7 58 59 59 59\nf12d445b4525f8a7 58 92 92 92\n4308efab35deb3ec 139 97 97 97\n4308efab35deb3ec 139 127 127 127\n4308efab35deb3ec 210 247 247 247\ndb10fafa3193be4d 2 1 1 1\ndb10fafa3193be4d 50 56 56 56\ndb10fafa3193be4d 50 59 59 59\n4ea5b921a6b71ed4 21 3 3 3\n4ea5b921a6b71ed4 110 136 136 136\n4ea5b921a6b71ed4 110 147 147 147\n2e04dfa4a1671292 159 126 126 126\n2e04dfa4a1671292 159 157 157 157\n2e04dfa4a1671292 268 275 275 275\n7f5313720774fad9 18 2 2 2\n7f5313720774fad9 18 8 8 8\n7f5313720774fad9 18 17 17 17\n1cca8650a292e7b0 52 27 27 27\n1cca8650a292e7b0 52 29 29 29\n1cca8650a292e7b0 52 50 50 50\nbac7820ec2cd15a8 25 10 10 10\nbac7820ec2cd15a8 25 23 23 23\nbac7820ec2cd15a8 75 114 114 114\nd3fa6a145c5baf7f 38 30 30 30\nd3fa6a145c5baf7f 112 117 117 117\nd3fa6a145c5baf7f 112 118 118 118\na1f84040ae652c9a 51 53 53 53\na1f84040ae652c9a 51 65 65 65\na1f84040ae652c9a 51 78 78 78\n5e290d84c6d3e14d 218 227 227 227\n5e290d84c6d3e14d 218 228 228 228\n5e290d84c6d3e14d 218 237 237 237\n867e133ab7e43326 34 3 3 3\n867e133ab7e43326 34 25 25 25\n867e133ab7e43326 34 33 33 33\n833b9a2e7a753ea3 23 8 8 8\n833b9a2e7a753ea3 23 9 9 9\n833b9a2e7a753ea3 109 116 116 116\n0a6c499522efa0d5 3 0 0 0\n0a6c499522efa0d5 3 1 1 1\n0a6c499522efa0d5 57 59 59 59\n7a2ad72c32c415bd 58 28 28 28\n7a2ad72c32c415bd 58 36 36 36\n7a2ad72c32c415bd 58 41 41 41\ne7035ac9477fe6ae 24 8 8 8\ne7035ac9477fe6ae 71 76 76 76\ne7035ac9477fe6ae 71 96 96 96\n9d4b67044c6bbcec 79 62 62 62\n9d4b67044c6bbcec 79 65 65 65\n9d4b67044c6bbcec 198 226 226 226\n87bbd6654c6890b5 48 51 51 51\n87bbd6654c6890b5 48 54 54 54\n87bbd6654c6890b5 48 58 58 58\n70919fa802cc8193 40 8 8 8\n70919fa802cc8193 113 118 118 118\n70919fa802cc8193 113 132 132 132\nfb229226554e4b08 27 15 15 15\nfb229226554e4b08 27 25 25 25\nfb229226554e4b08 85 99 99 99\nc8263ab902bfbf3b 28 1 1 1\nc8263ab902bfbf3b 28 8 8 8\nc8263ab902bfbf3b 111 115 115 115\na819768d9b5939dc 30 4 4 4\na819768d9b5939dc 30 20 20 20\na819768d9b5939dc 98 100 100 100\n80dae4fe913341ee 79 42 42 42\n80dae4fe913341ee 79 66 66 66\n80dae4fe913341ee 131 144 144 144\n50bd4155b3b8ff6a 23 11 11 11\n50bd4155b3b8ff6a 108 117 117 117\n50bd4155b3b8ff6a 108 148 148 148\n33f1be3a9ccf4e4b 29 6 6 6\n33f1be3a9ccf4e4b 29 14 14 14\n33f1be3a9ccf4e4b 75 79 79 79\n15ffcb1f98d41218 42 3 3 3\n15ffcb1f98d41218 42 12 12 12\n15ffcb1f98d41218 42 41 41 41\nf4b6ecb7168d0937 4 0 0 0\nf4b6ecb7168d0937 4 2 2 2\nf4b6ecb7168d0937 4 3 3 3\n37c99410741fbca5 63 19 19 19\n37c99410741fbca5 63 21 21 21\n37c99410741fbca5 108 114 114 114\nfda4bd73c84669ec 33 0 0 0\nfda4bd73c84669ec 33 15 15 15\nfda4bd73c84669ec 96 100 100 100\n9498708892b23032 9 0 0 0\n9498708892b23032 83 86 86 86\n9498708892b23032 83 96 96 96\nd6fd8920527d6c6a 8 1 1 1\nd6fd8920527d6c6a 8 2 2 2\nd6fd8920527d6c6a 8 7 7 7\n74a98b7f18b2c7d1 192 157 157 157\n74a98b7f18b2c7d1 192 178 178 178\n74a98b7f18b2c7d1 256 262 262 262\n16ef89980e2ceef7 10 0 0 0\n16ef89980e2ceef7 10 8 8 8\n16ef89980e2ceef7 73 105 105 105\n0f68374b76390082 28 2 2 2\n0f68374b76390082 108 115 115 115\n0f68374b76390082 108 143 143 143\n7a00ed342b630d31 59 87 87 87\n7a00ed342b630d31 59 88 88 88\n7a00ed342b630d31 59 103 103 103\ncb9044cf6e997e6c 44 16 16 16\ncb9044cf6e997e6c 44 27 27 27\ncb9044cf6e997e6c 91 106 106 106\nffd80f73ab22500b 28 12 12 12\nffd80f73ab22500b 28 19 19 19\nffd80f73ab22500b 133 163 163 163\n0aa49c0b75e51ba4 127 82 82 82\n0aa49c0b75e51ba4 127 101 101 101\n0aa49c0b75e51ba4 193 200 200 200\n9caa7fd2ba891aae 62 44 44 44\n9caa7fd2ba891aae 62 46 46 46\n9caa7fd2ba891aae 62 51 51 51\nf211d7e75a32cb08 142 97 97 97\nf211d7e75a32cb08 241 246 246 246\nf211d7e75a32cb08 241 273 273 273\nf2e2395d40c7edfb 173 132 132 132\nf2e2395d40c7edfb 173 135 135 135\nf2e2395d40c7edfb 173 170 170 170\nf43c67fe4e7e28cf 152 153 153 153\nf43c67fe4e7e28cf 152 170 170 170\nf43c67fe4e7e28cf 152 197 197 197\nfe2fadf89a84e92a 9 5 5 5\nfe2fadf89a84e92a 93 94 94 94\nfe2fadf89a84e92a 93 107 107 107\n232aee1c62a1cd8b 145 100 100 100\n232aee1c62a1cd8b 145 108 108 108\n232aee1c62a1cd8b 145 123 123 123\na6a651f2af4c4d3e 53 42 42 42\na6a651f2af4c4d3e 53 51 51 51\na6a651f2af4c4d3e 129 140 140 140\n6160a385de039b64 42 0 0 0\n6160a385de039b64 93 123 123 123\n6160a385de039b64 93 138 138 138\n9bdd34e784c04e3a 58 66 66 66\n9bdd34e784c04e3a 58 69 69 69\n9bdd34e784c04e3a 58 72 72 72\n3232f7457b27dbbc 55 30 30 30\n3232f7457b27dbbc 55 42 42 42\n3232f7457b27dbbc 55 50 50 50\na193043d52853200 13 6 6 6\na193043d52853200 71 74 74 74\na193043d52853200 71 79 79 79\n369f3639d9605255 59 24 24 24\n369f3639d9605255 59 31 31 31\n369f3639d9605255 59 56 56 56\nfcb67784bdec61ad 18 0 0 0\nfcb67784bdec61ad 69 74 74 74\nfcb67784bdec61ad 69 79 79 79\n38b7a1d23745fbf3 34 23 23 23\n38b7a1d23745fbf3 34 30 30 30\n38b7a1d23745fbf3 108 113 113 113\nd2fbe2b3f033ab7d 5 4 4 4\nd2fbe2b3f033ab7d 71 73 73 73\nd2fbe2b3f033ab7d 71 75 75 75\nf01e8b6f8e10fdd9 155 122 122 122\nf01e8b6f8e10fdd9 155 144 144 144\nf01e8b6f8e10fdd9 233 251 251 251\n915bfdecd9d837ba 63 64 64 64\n915bfdecd9d837ba 63 67 67 67\n915bfdecd9d837ba 63 72 72 72\nb0850aa7dd3ce1d9 37 28 28 28\nb0850aa7dd3ce1d9 102 130 130 130\nb0850aa7dd3ce1d9 102 147 147 147\n0196dedebec3dad2 59 79 79 79\n0196dedebec3dad2 59 81 81 81\n0196dedebec3dad2 59 85 85 85\n3069cc190d78e55e 5 0 0 0\n3069cc190d78e55e 5 2 2 2\n3069cc190d78e55e 67 108 108 108\n51326184637b91ac 13 11 11 11\n51326184637b91ac 13 12 12 12\n51326184637b91ac 68 95 95 95\n7869d609f86fe0da 156 129 129 129\n7869d609f86fe0da 156 150 150 150\n7869d609f86fe0da 242 256 256 256\nacb1e5716127c525 4 1 1 1\nacb1e5716127c525 4 2 2 2\nacb1e5716127c525 4 3 3 3\n8a88ac3a9b00011b 46 22 22 22\n8a88ac3a9b00011b 46 27 27 27\n8a88ac3a9b00011b 46 30 30 30\n1526707312c94a92 23 3 3 3\n1526707312c94a92 23 12 12 12\n1526707312c94a92 23 22 22 22\nbef69fb74e7c168c 93 103 103 103\nbef69fb74e7c168c 93 104 104 104\nbef69fb74e7c168c 93 117 117 117\n3eef492bf5120757 35 1 1 1\n3eef492bf5120757 35 6 6 6\n3eef492bf5120757 86 100 100 100\nc5433ac6c268ae6a 50 55 55 55\nc5433ac6c268ae6a 50 65 65 65\nc5433ac6c268ae6a 50 67 67 67\n1e1742072c0b2d6b 94 57 57 57\n1e1742072c0b2d6b 94 77 77 77\n1e1742072c0b2d6b 146 153 153 153\nafff4ef72274935e 73 77 77 77\nafff4ef72274935e 73 88 88 88\nafff4ef72274935e 73 98 98 98\n1abdc998daa86bd3 9 0 0 0\n1abdc998daa86bd3 77 84 84 84\n1abdc998daa86bd3 77 99 99 99\n6f9cb54175e7d9c2 27 13 13 13\n6f9cb54175e7d9c2 27 18 18 18\n6f9cb54175e7d9c2 27 26 26 26\ne7e03e7849521767 67 68 68 68\ne7e03e7849521767 67 103 103 103\ne7e03e7849521767 67 111 111 111\n987f95d434cbf1b0 1 0 0 0\n987f95d434cbf1b0 48 50 50 50\n987f95d434cbf1b0 48 51 51 51\nd39e350d8b42423d 38 22 22 22\nd39e350d8b42423d 38 28 28 28\nd39e350d8b42423d 86 94 94 94\nda80d87326bf63b7 89 76 76 76\nda80d87326bf63b7 89 81 81 81\nda80d87326bf63b7 197 207 207 207\n77a06048b920f472 103 67 67 67\n77a06048b920f472 103 87 87 87\n77a06048b920f472 103 98 98 98\n7a4a4e7e93d19085 28 0 0 0\n7a4a4e7e93d19085 28 12 12 12\n7a4a4e7e93d19085 106 122 122 122\nd630eda2a0ded3d4 91 47 47 47\nd630eda2a0ded3d4 91 54 54 54\nd630eda2a0ded3d4 91 78 78 78\n16b667d681f8cf25 32 0 0 0\n16b667d681f8cf25 83 91 91 91\n16b667d681f8cf25 83 101 101 101\n6c42cbc9f95af41f 16 3 3 3\n6c42cbc9f95af41f 80 84 84 84\n6c42cbc9f95af41f 80 86 86 86\n57b003b4132e5455 55 62 62 62\n57b003b4132e5455 55 63 63 63\n57b003b4132e5455 55 68 68 68\n7b98c08a1cb42da7 57 22 22 22\n7b98c08a1cb42da7 57 37 37 37\n7b98c08a1cb42da7 57 43 43 43\n651a48ed9a101887 14 5 5 5\n651a48ed9a101887 64 66 66 66\n651a48ed9a101887 64 70 70 70\n4e2bc055d4b7cd78 15 11 11 11\n4e2bc055d4b7cd78 84 106 106 106\n4e2bc055d4b7cd78 84 113 113 113\n202a627de66ad397 38 1 1 1\n202a627de66ad397 38 34 34 34\n202a627de66ad397 98 100 100 100\n2d3f982ada31489c 21 4 4 4\n2d3f982ada31489c 133 145 145 145\n2d3f982ada31489c 133 155 155 155\n4fcab7264432f232 60 74 74 74\n4fcab7264432f232 60 85 85 85\n4fcab7264432f232 60 95 95 95\n2ac712ac8d2fd488 51 7 7 7\n2ac712ac8d2fd488 51 8 8 8\n2ac712ac8d2fd488 51 46 46 46\n3172feb32990cf09 39 25 25 25\n3172feb32990cf09 39 29 29 29\n3172feb32990cf09 84 87 87 87\n81f016e6f7ed33c4 195 171 171 171\n81f016e6f7ed33c4 195 187 187 187\n81f016e6f7ed33c4 256 257 257 257\n5dbcf4d6aad6d0c5 56 34 34 34\n5dbcf4d6aad6d0c5 107 110 110 110\n5dbcf4d6aad6d0c5 107 125 125 125\n81b0fd734d794027 182 143 143 143\n81b0fd734d794027 182 165 165 165\n81b0fd734d794027 182 173 173 173\nd6c0c96bd42219cf 77 52 52 52\nd6c0c96bd42219cf 77 73 73 73\nd6c0c96bd42219cf 133 145 145 145\n65a9c0856de40a68 103 116 116 116\n65a9c0856de40a68 103 117 117 117\n65a9c0856de40a68 103 135 135 135\n14cf1f92ca13d605 2 0 0 0\n14cf1f92ca13d605 2 1 1 1\n14cf1f92ca13d605 54 55 55 55\n240e89ef33ff15b6 68 85 85 85\n240e89ef33ff15b6 68 86 86 86\n240e89ef33ff15b6 68 103 103 103\n7f803d74ebfc923c 55 60 60 60\n7f803d74ebfc923c 55 65 65 65\n7f803d74ebfc923c 55 66 66 66\n92ede81b0853975e 77 80 80 80\n92ede81b0853975e 77 100 100 100\n92ede81b0853975e 77 112 112 112\nd29aaf20f3457667 213 176 176 176\nd29aaf20f3457667 213 188 188 188\nd29aaf20f3457667 213 204 204 204\n8e6f844d3d30a028 9 1 1 1\n8e6f844d3d30a028 9 5 5 5\n8e6f844d3d30a028 9 7 7 7\n833dd1523758658c 51 53 53 53\n833dd1523758658c 51 81 81 81\n833dd1523758658c 51 95 95 95\n57832d06136a3097 35 2 2 2\n57832d06136a3097 35 17 17 17\n57832d06136a3097 35 22 22 22\n7b617c13522b1743 70 49 49 49\n7b617c13522b1743 70 64 64 64\n7b617c13522b1743 198 206 206 206\n6f59d8b1489f058a 13 6 6 6\n6f59d8b1489f058a 60 63 63 63\n6f59d8b1489f058a 60 64 64 64\nb12a236e24673d15 83 53 53 53\nb12a236e24673d15 83 64 64 64\nb12a236e24673d15 83 66 66 66\n7c3707e2d3425b9c 183 142 142 142\n7c3707e2d3425b9c 183 143 143 143\n7c3707e2d3425b9c 183 153 153 153\nc6c613fa71e84ca6 31 9 9 9\nc6c613fa71e84ca6 78 79 79 79\nc6c613fa71e84ca6 78 92 92 92\n82a317cb88729fe1 32 7 7 7\n82a317cb88729fe1 32 8 8 8\n82a317cb88729fe1 32 14 14 14\n8c0df26b7700d71b 17 16 16 16\n8c0df26b7700d71b 66 98 98 98\n8c0df26b7700d71b 66 106 106 106\n569c9ad90a4b215b 67 83 83 83\n569c9ad90a4b215b 67 89 89 89\n569c9ad90a4b215b 67 106 106 106\nfb6656f3b1df8f10 35 6 6 6\nfb6656f3b1df8f10 35 14 14 14\nfb6656f3b1df8f10 112 117 117 117\n3bae42d603be2266 94 71 71 71\n3bae42d603be2266 94 86 86 86\n3bae42d603be2266 225 227 227 227\n9fecc7a076b64137 64 70 70 70\n9fecc7a076b64137 64 72 72 72\n9fecc7a076b64137 64 83 83 83\n0da6a36b24eaf5db 8 3 3 3\n0da6a36b24eaf5db 8 4 4 4\n0da6a36b24eaf5db 8 6 6 6\nbf202165b6449f3e 25 12 12 12\nbf202165b6449f3e 25 20 20 20\nbf202165b6449f3e 25 24 24 24\n05ac37966de4e7fb 38 28 28 28\n05ac37966de4e7fb 38 29 29 29\n05ac37966de4e7fb 96 121 121 121\n767d7ed1a5c84d72 46 6 6 6\n767d7ed1a5c84d72 46 20 20 20\n767d7ed1a5c84d72 46 44 44 44\ned7a4d97bab47c6d 60 79 79 79\ned7a4d97bab47c6d 60 89 89 89\ned7a4d97bab47c6d 60 94 94 94\ne903041637c03d09 3 1 1 1\ne903041637c03d09 51 52 52 52\ne903041637c03d09 51 55 55 55\n8ba67e66fe6cf9d8 114 72 72 72\n8ba67e66fe6cf9d8 215 220 220 220\n8ba67e66fe6cf9d8 215 259 259 259\naa9df415be64168f 157 146 146 146\naa9df415be64168f 217 250 250 250\naa9df415be64168f 217 259 259 259\n8362f9a9b72d44e0 119 121 121 121\n8362f9a9b72d44e0 119 141 141 141\n8362f9a9b72d44e0 119 144 144 144\n9eb191301d4723f3 72 61 61 61\n9eb191301d4723f3 170 184 184 184\n9eb191301d4723f3 170 186 186 186\n7fd9e420270e8ea1 175 187 187 187\n7fd9e420270e8ea1 175 190 190 190\n7fd9e420270e8ea1 175 192 192 192\n2cf1a544b179b1a7 13 8 8 8\n2cf1a544b179b1a7 13 11 11 11\n2cf1a544b179b1a7 61 63 63 63\nd408756bb48232eb 20 6 6 6\nd408756bb48232eb 20 11 11 11\nd408756bb48232eb 87 88 88 88\n1f73124222492f1c 51 56 56 56\n1f73124222492f1c 51 58 58 58\n1f73124222492f1c 51 62 62 62\n3052da93ceeda447 15 8 8 8\n3052da93ceeda447 108 109 109 109\n3052da93ceeda447 108 123 123 123\n5b8b4c355672dbb3 7 0 0 0\n5b8b4c355672dbb3 7 3 3 3\n5b8b4c355672dbb3 64 65 65 65\nf96049f4355544bd 203 206 206 206\nf96049f4355544bd 203 207 207 207\nf96049f4355544bd 203 236 236 236\n0d22ced53b1db7d3 54 9 9 9\n0d22ced53b1db7d3 54 14 14 14\n0d22ced53b1db7d3 111 139 139 139\n8e27b7d76b8a6a0a 38 30 30 30\n8e27b7d76b8a6a0a 38 32 32 32\n8e27b7d76b8a6a0a 145 190 190 190\nb696f35a69394f21 76 50 50 50\nb696f35a69394f21 76 67 67 67\nb696f35a69394f21 76 75 75 75\ncd8a394c76de9608 42 17 17 17\ncd8a394c76de9608 42 38 38 38\ncd8a394c76de9608 140 145 145 145\ne164b1175ea1079a 88 67 67 67\ne164b1175ea1079a 224 250 250 250\ne164b1175ea1079a 224 264 264 264\n97878bf33e69c062 109 121 121 121\n97878bf33e69c062 109 124 124 124\n97878bf33e69c062 109 144 144 144\n02c485bd207116d4 53 13 13 13\n02c485bd207116d4 113 128 128 128\n02c485bd207116d4 113 139 139 139\n0485a8528fa72698 14 3 3 3\n0485a8528fa72698 73 113 113 113\n0485a8528fa72698 73 114 114 114\n0fd536fc3c8fdf19 82 72 72 72\n0fd536fc3c8fdf19 82 78 78 78\n0fd536fc3c8fdf19 171 180 180 180\n7aa4059bdb95c7f2 3 2 2 2\n7aa4059bdb95c7f2 49 52 52 52\n7aa4059bdb95c7f2 49 56 56 56\n495f50f0997e986e 50 55 55 55\n495f50f0997e986e 50 58 58 58\n495f50f0997e986e 50 72 72 72\n42d8b53a15001cd5 26 3 3 3\n42d8b53a15001cd5 26 9 9 9\n42d8b53a15001cd5 26 19 19 19\ncf5797671ad6a428 91 64 64 64\ncf5797671ad6a428 91 86 86 86\ncf5797671ad6a428 201 218 218 218\neb82d3f50a450282 15 9 9 9\neb82d3f50a450282 15 10 10 10\neb82d3f50a450282 15 11 11 11\ne928bced0f8214d1 1 0 0 0\ne928bced0f8214d1 67 68 68 68\ne928bced0f8214d1 67 69 69 69\n2fe5274c4baf665f 171 131 131 131\n2fe5274c4baf665f 272 275 275 275\n2fe5274c4baf665f 272 277 277 277\n05a6149f1fcee38d 103 58 58 58\n05a6149f1fcee38d 103 67 67 67\n05a6149f1fcee38d 103 89 89 89\n68cc5bd6adadbefd 39 5 5 5\n68cc5bd6adadbefd 39 13 13 13\n68cc5bd6adadbefd 39 16 16 16\neb626dd19cb7459c 65 45 45 45\neb626dd19cb7459c 65 63 63 63\neb626dd19cb7459c 120 133 133 133\n0fb6678e63316201 115 85 85 85\n0fb6678e63316201 208 209 209 209\n0fb6678e63316201 208 225 225 225\n79bf72c63958d26a 17 13 13 13\n79bf72c63958d26a 17 16 16 16\n79bf72c63958d26a 71 74 74 74\n7f99a35004f27329 11 5 5 5\n7f99a35004f27329 11 8 8 8\n7f99a35004f27329 11 9 9 9\n0d5a4dcdf8ec9d36 22 11 11 11\n0d5a4dcdf8ec9d36 85 102 102 102\n0d5a4dcdf8ec9d36 85 123 123 123\n200ad247448c5577 56 60 60 60\n200ad247448c5577 56 62 62 62\n200ad247448c5577 56 67 67 67\n482c3e92080f18c5 32 19 19 19\n482c3e92080f18c5 32 25 25 25\n482c3e92080f18c5 32 28 28 28\n1b65111d34f57bb0 6 4 4 4\n1b65111d34f57bb0 6 5 5 5\n1b65111d34f57bb0 72 74 74 74\nd91c20bd6f99aca4 60 17 17 17\nd91c20bd6f99aca4 191 205 205 205\nd91c20bd6f99aca4 191 230 230 230\n7f2af97be62cf464 3 1 1 1\n7f2af97be62cf464 50 51 51 51\n7f2af97be62cf464 50 52 52 52\n86a79c11a7eba435 7 0 0 0\n86a79c11a7eba435 86 122 122 122\n86a79c11a7eba435 86 125 125 125\n48f9cd996f80c34d 6 3 3 3\n48f9cd996f80c34d 6 4 4 4\n48f9cd996f80c34d 53 55 55 55\n39074bca3524418b 189 178 178 178\n39074bca3524418b 236 266 266 266\n39074bca3524418b 236 267 267 267\nb6279c4e184cd336 64 68 68 68\nb6279c4e184cd336 64 71 71 71\nb6279c4e184cd336 64 77 77 77\n47a76ca10546fe8f 39 0 0 0\n47a76ca10546fe8f 39 25 25 25\n47a76ca10546fe8f 39 32 32 32\n7e2b6bda04b2dadf 54 19 19 19\n7e2b6bda04b2dadf 54 23 23 23\n7e2b6bda04b2dadf 54 39 39 39\n98a480571d3a1e34 141 104 104 104\n98a480571d3a1e34 192 215 215 215\n98a480571d3a1e34 192 225 225 225\nc313bb0bc2ef48b8 100 101 101 101\nc313bb0bc2ef48b8 100 112 112 112\nc313bb0bc2ef48b8 100 117 117 117\n15d8b7e256ffd066 24 5 5 5\n15d8b7e256ffd066 24 7 7 7\n15d8b7e256ffd066 73 83 83 83\na3d90d636ad7d7bc 212 172 172 172\na3d90d636ad7d7bc 212 200 200 200\na3d90d636ad7d7bc 212 207 207 207\n0286d2ed56e8f107 45 7 7 7\n0286d2ed56e8f107 45 25 25 25\n0286d2ed56e8f107 45 41 41 41\n4e2bb6d3056df6d8 47 50 50 50\n4e2bb6d3056df6d8 47 81 81 81\n4e2bb6d3056df6d8 47 83 83 83\n946fa268de698098 77 35 35 35\n946fa268de698098 77 38 38 38\n946fa268de698098 77 44 44 44\ncde4cfae802d3cb8 18 12 12 12\ncde4cfae802d3cb8 18 15 15 15\ncde4cfae802d3cb8 63 65 65 65\n5b83c43c2ba67577 15 5 5 5\n5b83c43c2ba67577 60 63 63 63\n5b83c43c2ba67577 60 73 73 73\nf591e1921f2c850c 48 7 7 7\nf591e1921f2c850c 48 28 28 28\nf591e1921f2c850c 99 112 112 112\n03cf40616d79cb6a 2 0 0 0\n03cf40616d79cb6a 57 60 60 60\n03cf40616d79cb6a 57 62 62 62\n89caba112ce61966 129 98 98 98\n89caba112ce61966 175 177 177 177\n89caba112ce61966 175 216 216 216\nc86601fe5e2141c4 10 1 1 1\nc86601fe5e2141c4 10 2 2 2\nc86601fe5e2141c4 70 77 77 77\n1ca4db19711258a0 93 94 94 94\n1ca4db19711258a0 93 102 102 102\n1ca4db19711258a0 93 110 110 110\na32bde181898822f 164 127 127 127\na32bde181898822f 164 156 156 156\na32bde181898822f 224 246 246 246\n3a9fa6535917a07a 94 114 114 114\n3a9fa6535917a07a 94 116 116 116\n3a9fa6535917a07a 94 123 123 123\nc9fda859869b23e8 16 5 5 5\nc9fda859869b23e8 64 65 65 65\nc9fda859869b23e8 64 66 66 66\n41c600ed9f88871b 53 18 18 18\n41c600ed9f88871b 53 37 37 37\n41c600ed9f88871b 136 138 138 138\n0871e2540b0a6804 9 1 1 1\n0871e2540b0a6804 9 2 2 2\n0871e2540b0a6804 9 5 5 5\nc412289a16716a8a 59 51 51 51\nc412289a16716a8a 159 166 166 166\nc412289a16716a8a 159 199 199 199\n576382f69bad37cd 139 146 146 146\n576382f69bad37cd 139 161 161 161\n576382f69bad37cd 139 179 179 179\n847a157c5c998d15 113 122 122 122\n847a157c5c998d15 113 130 130 130\n847a157c5c998d15 113 138 138 138\n4e5c7e95b2e04f26 46 47 47 47\n4e5c7e95b2e04f26 46 59 59 59\n4e5c7e95b2e04f26 46 64 64 64\nad0bff6de150a93b 13 6 6 6\nad0bff6de150a93b 112 126 126 126\nad0bff6de150a93b 112 130 130 130\n1424acd0007d40b5 65 38 38 38\n1424acd0007d40b5 169 172 172 172\n1424acd0007d40b5 169 192 192 192\ndf4319f4aaccb3fe 45 0 0 0\ndf4319f4aaccb3fe 45 14 14 14\ndf4319f4aaccb3fe 45 23 23 23\ne80bb674f7ff6d9f 40 12 12 12\ne80bb674f7ff6d9f 40 39 39 39\ne80bb674f7ff6d9f 122 133 133 133\n7fa1d85dba913128 20 7 7 7\n7fa1d85dba913128 142 149 149 149\n7fa1d85dba913128 142 153 153 153\na47a8517ca8dd33d 42 9 9 9\na47a8517ca8dd33d 42 12 12 12\na47a8517ca8dd33d 42 33 33 33\n2b43428fa1cf1a7e 212 213 213 213\n2b43428fa1cf1a7e 212 243 243 243\n2b43428fa1cf1a7e 212 256 256 256\n49be5de41d619cb1 17 3 3 3\n49be5de41d619cb1 17 4 4 4\n49be5de41d619cb1 17 8 8 8\n99127d4b1b789247 28 1 1 1\n99127d4b1b789247 100 107 107 107\n99127d4b1b789247 100 144 144 144\ne725e1a3dc3daca4 4 3 3 3\ne725e1a3dc3daca4 65 68 68 68\ne725e1a3dc3daca4 65 73 73 73\n407eefe8017f6070 111 93 93 93\n407eefe8017f6070 176 184 184 184\n407eefe8017f6070 176 190 190 190\n615a7cd0a6777887 23 10 10 10\n615a7cd0a6777887 23 17 17 17\n615a7cd0a6777887 86 118 118 118\nf536430fb223d623 31 4 4 4\nf536430fb223d623 99 104 104 104\nf536430fb223d623 99 114 114 114\neb727ea52bf2e2ce 26 4 4 4\neb727ea52bf2e2ce 26 12 12 12\neb727ea52bf2e2ce 26 18 18 18\naf0133aadb2af512 185 142 142 142\naf0133aadb2af512 185 159 159 159\naf0133aadb2af512 267 275 275 275\na815c2f38988bd21 77 37 37 37\na815c2f38988bd21 77 56 56 56\na815c2f38988bd21 157 167 167 167\n1f7770ac5cbb41eb 9 7 7 7\n1f7770ac5cbb41eb 75 77 77 77\n1f7770ac5cbb41eb 75 79 79 79\n11491a312c6b8f58 53 54 54 54\n11491a312c6b8f58 53 61 61 61\n11491a312c6b8f58 53 75 75 75\n2f18f5579583e648 15 9 9 9\n2f18f5579583e648 15 10 10 10\n2f18f5579583e648 15 11 11 11\naa374ab1b71f72d0 188 194 194 194\naa374ab1b71f72d0 188 208 208 208\naa374ab1b71f72d0 188 224 224 224\n69ad0b3b18b657d6 76 77 77 77\n69ad0b3b18b657d6 76 91 91 91\n69ad0b3b18b657d6 76 92 92 92\nbc1003e4d5bf0c8b 49 17 17 17\nbc1003e4d5bf0c8b 49 37 37 37\nbc1003e4d5bf0c8b 116 119 119 119\n599619a790d2b77d 131 144 144 144\n599619a790d2b77d 131 145 145 145\n599619a790d2b77d 131 172 172 172\nff9e265755208438 3 1 1 1\nff9e265755208438 85 96 96 96\nff9e265755208438 85 108 108 108\nf478d5f55e41f4f7 44 31 31 31\nf478d5f55e41f4f7 44 43 43 43\nf478d5f55e41f4f7 169 195 195 195\n9ea0a970510566b0 39 20 20 20\n9ea0a970510566b0 39 24 24 24\n9ea0a970510566b0 87 88 88 88\nacd7ed98e8a6f076 18 5 5 5\nacd7ed98e8a6f076 18 12 12 12\nacd7ed98e8a6f076 90 108 108 108\n9239b96938d99f62 55 14 14 14\n9239b96938d99f62 55 29 29 29\n9239b96938d99f62 115 144 144 144\nd59d3469f9949f78 27 3 3 3\nd59d3469f9949f78 27 15 15 15\nd59d3469f9949f78 27 20 20 20\n861e80a1959788a7 19 6 6 6\n861e80a1959788a7 71 82 82 82\n861e80a1959788a7 71 84 84 84\nfb32e6765f776b18 74 106 106 106\nfb32e6765f776b18 74 112 112 112\nfb32e6765f776b18 74 118 118 118\nb859c7a7329c17b7 20 15 15 15\nb859c7a7329c17b7 20 16 16 16\nb859c7a7329c17b7 20 19 19 19\nd9dd5fbcd2591be6 205 189 189 189\nd9dd5fbcd2591be6 264 265 265 265\nd9dd5fbcd2591be6 264 267 267 267\n9f2d777199df4930 20 12 12 12\n9f2d777199df4930 20 19 19 19\n9f2d777199df4930 75 77 77 77\n289bcb973ed702a1 34 21 21 21\n289bcb973ed702a1 34 28 28 28\n289bcb973ed702a1 34 30 30 30\n48a3049cabb54c0d 57 53 53 53\n48a3049cabb54c0d 113 140 140 140\n48a3049cabb54c0d 113 153 153 153\n241aa9bcdbdc7ac6 5 3 3 3\n241aa9bcdbdc7ac6 105 122 122 122\n241aa9bcdbdc7ac6 105 127 127 127\nf2c20b599e16bac3 8 0 0 0\nf2c20b599e16bac3 8 4 4 4\nf2c20b599e16bac3 8 6 6 6\nfdc128708bd2c254 3 1 1 1\nfdc128708bd2c254 55 60 60 60\nfdc128708bd2c254 55 80 80 80\n61aae9de89c0e5f2 37 0 0 0\n61aae9de89c0e5f2 37 12 12 12\n61aae9de89c0e5f2 37 22 22 22\nc395dfceefed1b81 85 53 53 53\nc395dfceefed1b81 85 78 78 78\nc395dfceefed1b81 137 149 149 149\n1250e369ad1e2fbc 64 66 66 66\n1250e369ad1e2fbc 64 67 67 67\n1250e369ad1e2fbc 64 81 81 81\nb7cc1852ad122717 110 78 78 78\nb7cc1852ad122717 110 82 82 82\nb7cc1852ad122717 193 218 218 218\nce0496f2017c3a60 5 1 1 1\nce0496f2017c3a60 78 81 81 81\nce0496f2017c3a60 78 93 93 93\n9e4159a4f15bf582 8 0 0 0\n9e4159a4f15bf582 8 4 4 4\n9e4159a4f15bf582 8 7 7 7\n04c441c7ce273dcc 45 16 16 16\n04c441c7ce273dcc 109 111 111 111\n04c441c7ce273dcc 109 131 131 131\nbcc76b58e2585320 120 76 76 76\nbcc76b58e2585320 120 115 115 115\nbcc76b58e2585320 197 214 214 214\n12293b264f68673d 30 26 26 26\n12293b264f68673d 87 106 106 106\n12293b264f68673d 87 112 112 112\n57daa160c95f1c9f 15 11 11 11\n57daa160c95f1c9f 15 12 12 12\n57daa160c95f1c9f 60 75 75 75\nc784513cdfd24124 44 8 8 8\nc784513cdfd24124 99 107 107 107\nc784513cdfd24124 99 115 115 115\nd0523bb4d0d7c008 42 0 0 0\nd0523bb4d0d7c008 101 105 105 105\nd0523bb4d0d7c008 101 123 123 123\nbcbc421bfae60ef9 62 67 67 67\nbcbc421bfae60ef9 62 81 81 81\nbcbc421bfae60ef9 62 106 106 106\nc0e1ce023456d692 34 11 11 11\nc0e1ce023456d692 34 15 15 15\nc0e1ce023456d692 91 102 102 102\nce55c6eef86872c7 145 155 155 155\nce55c6eef86872c7 145 160 160 160\nce55c6eef86872c7 145 167 167 167\n85762ea2d534cc06 68 70 70 70\n85762ea2d534cc06 68 75 75 75\n85762ea2d534cc06 68 77 77 77\nc5389975ca43a553 105 75 75 75\nc5389975ca43a553 196 221 221 221\nc5389975ca43a553 196 226 226 226\n55aff897880fa187 63 27 27 27\n55aff897880fa187 63 30 30 30\n55aff897880fa187 63 42 42 42\ndb6abd230c516cce 12 9 9 9\ndb6abd230c516cce 116 118 118 118\ndb6abd230c516cce 116 159 159 159\na92922356b15b456 158 121 121 121\na92922356b15b456 158 133 133 133\na92922356b15b456 158 151 151 151\nfe5d83963503b41f 4 1 1 1\nfe5d83963503b41f 4 2 2 2\nfe5d83963503b41f 4 3 3 3\n9a143febe45c2fbe 119 90 90 90\n9a143febe45c2fbe 170 194 194 194\n9a143febe45c2fbe 170 198 198 198\nef58c8517bf0911e 46 5 5 5\nef58c8517bf0911e 46 9 9 9\nef58c8517bf0911e 46 18 18 18\na9adcf245581ce47 51 52 52 52\na9adcf245581ce47 51 69 69 69\na9adcf245581ce47 51 70 70 70\n23df266716914368 68 26 26 26\n23df266716914368 156 180 180 180\n23df266716914368 156 182 182 182\n88a44795fddcb124 28 1 1 1\n88a44795fddcb124 28 24 24 24\n88a44795fddcb124 73 117 117 117\nc28856e5ddb0a22c 43 0 0 0\nc28856e5ddb0a22c 43 15 15 15\nc28856e5ddb0a22c 43 29 29 29\n9ec2d6d07cd5ebe2 9 3 3 3\n9ec2d6d07cd5ebe2 60 87 87 87\n9ec2d6d07cd5ebe2 60 97 97 97\nd38139cf5c8c1d40 52 60 60 60\nd38139cf5c8c1d40 52 65 65 65\nd38139cf5c8c1d40 52 79 79 79\n78556b76acd9b64d 5 2 2 2\n78556b76acd9b64d 5 3 3 3\n78556b76acd9b64d 65 66 66 66\n519769d8a1339fa3 67 35 35 35\n519769d8a1339fa3 67 50 50 50\n519769d8a1339fa3 67 52 52 52\nb5007b88ba591f55 50 55 55 55\nb5007b88ba591f55 50 66 66 66\nb5007b88ba591f55 50 82 82 82\ncb50745860881b57 24 4 4 4\ncb50745860881b57 70 74 74 74\ncb50745860881b57 70 83 83 83\nb52a730c02b4bba2 65 67 67 67\nb52a730c02b4bba2 65 73 73 73\nb52a730c02b4bba2 65 81 81 81\nebc791d01753783a 108 80 80 80\nebc791d01753783a 108 81 81 81\nebc791d01753783a 108 100 100 100\n277cb499bc2d3dcc 56 66 66 66\n277cb499bc2d3dcc 56 73 73 73\n277cb499bc2d3dcc 56 91 91 91\na42fc5a9e338d3a4 173 144 144 144\na42fc5a9e338d3a4 173 162 162 162\na42fc5a9e338d3a4 228 238 238 238\n15b902774d67a394 36 15 15 15\n15b902774d67a394 36 30 30 30\n15b902774d67a394 96 128 128 128\n3ad4793daf6adc19 121 89 89 89\n3ad4793daf6adc19 121 90 90 90\n3ad4793daf6adc19 121 97 97 97\nffe629bf59ab0eab 23 6 6 6\nffe629bf59ab0eab 23 10 10 10\nffe629bf59ab0eab 23 17 17 17\n52745850b878ca6d 87 89 89 89\n52745850b878ca6d 87 120 120 120\n52745850b878ca6d 87 123 123 123\n4200282fe9b4015a 90 111 111 111\n4200282fe9b4015a 90 125 125 125\n4200282fe9b4015a 90 127 127 127\n45a4515834848010 94 96 96 96\n45a4515834848010 94 109 109 109\n45a4515834848010 94 134 134 134\n4ace59951acbae4e 25 16 16 16\n4ace59951acbae4e 116 122 122 122\n4ace59951acbae4e 116 141 141 141\nec5c53a3d68fe3e7 65 24 24 24\nec5c53a3d68fe3e7 65 51 51 51\nec5c53a3d68fe3e7 65 59 59 59\nd5c6ad22b14eccef 45 54 54 54\nd5c6ad22b14eccef 45 62 62 62\nd5c6ad22b14eccef 45 71 71 71\ne8fe193f8db02daa 93 50 50 50\ne8fe193f8db02daa 93 84 84 84\ne8fe193f8db02daa 181 184 184 184\n30006eb23f62aa57 49 52 52 52\n30006eb23f62aa57 49 70 70 70\n30006eb23f62aa57 49 78 78 78\nb7ba4d55d4c1cd63 36 0 0 0\nb7ba4d55d4c1cd63 36 32 32 32\nb7ba4d55d4c1cd63 155 160 160 160\n592c16c240f144dd 54 56 56 56\n592c16c240f144dd 54 57 57 57\n592c16c240f144dd 54 59 59 59\n277fc4311c393d79 24 7 7 7\n277fc4311c393d79 24 11 11 11\n277fc4311c393d79 79 86 86 86\nf0516db10f82b141 51 18 18 18\nf0516db10f82b141 51 38 38 38\nf0516db10f82b141 51 49 49 49\n5dadb9b615a66714 67 26 26 26\n5dadb9b615a66714 67 55 55 55\n5dadb9b615a66714 67 58 58 58\n5977776e1ac8b291 92 118 118 118\n5977776e1ac8b291 92 127 127 127\n5977776e1ac8b291 92 135 135 135\nd02c38b38d929091 198 188 188 188\nd02c38b38d929091 258 259 259 259\nd02c38b38d929091 258 275 275 275\nea685e9f3af5be39 100 61 61 61\nea685e9f3af5be39 207 216 216 216\nea685e9f3af5be39 207 240 240 240\n322d03d487fc0f01 26 1 1 1\n322d03d487fc0f01 96 99 99 99\n322d03d487fc0f01 96 132 132 132\n7deed332130bfd39 68 75 75 75\n7deed332130bfd39 68 78 78 78\n7deed332130bfd39 68 81 81 81\nbf335dfd4f3e4fc8 48 55 55 55\nbf335dfd4f3e4fc8 48 70 70 70\nbf335dfd4f3e4fc8 48 72 72 72\n6b3f189e979cba8a 25 13 13 13\n6b3f189e979cba8a 25 14 14 14\n6b3f189e979cba8a 25 21 21 21\na4cc81ce7d4168bb 26 4 4 4\na4cc81ce7d4168bb 26 7 7 7\na4cc81ce7d4168bb 26 13 13 13\n64912eda42dae810 7 1 1 1\n64912eda42dae810 52 81 81 81\n64912eda42dae810 52 90 90 90\nbad8219ee10de830 88 56 56 56\nbad8219ee10de830 88 69 69 69\nbad8219ee10de830 88 83 83 83\n0c0f298ace7c875b 47 13 13 13\n0c0f298ace7c875b 118 136 136 136\n0c0f298ace7c875b 118 160 160 160\n3f265c5edb13f00d 67 79 79 79\n3f265c5edb13f00d 67 82 82 82\n3f265c5edb13f00d 67 93 93 93\n91c456d012ff571c 30 11 11 11\n91c456d012ff571c 94 126 126 126\n91c456d012ff571c 94 131 131 131\naeba4541adfd68cc 59 23 23 23\naeba4541adfd68cc 59 39 39 39\naeba4541adfd68cc 59 43 43 43\n88992b78aaa8a52b 55 25 25 25\n88992b78aaa8a52b 55 47 47 47\n88992b78aaa8a52b 55 49 49 49\n02cb3a4fd80ee0cc 25 10 10 10\n02cb3a4fd80ee0cc 83 91 91 91\n02cb3a4fd80ee0cc 83 92 92 92\n2dc3af70d25d3043 18 4 4 4\n2dc3af70d25d3043 18 16 16 16\n2dc3af70d25d3043 77 79 79 79\n03ef5f13e0a30864 70 74 74 74\n03ef5f13e0a30864 70 83 83 83\n03ef5f13e0a30864 70 88 88 88\n56ae4fff81255579 5 2 2 2\n56ae4fff81255579 57 59 59 59\n56ae4fff81255579 57 75 75 75\nade3e283780efbd7 60 18 18 18\nade3e283780efbd7 60 22 22 22\nade3e283780efbd7 60 29 29 29\na747b3262d507a68 4 1 1 1\na747b3262d507a68 57 88 88 88\na747b3262d507a68 57 91 91 91\ndb5886a74579c757 2 0 0 0\ndb5886a74579c757 49 50 50 50\ndb5886a74579c757 49 51 51 51\nd73d3d65657b28dd 5 0 0 0\nd73d3d65657b28dd 5 2 2 2\nd73d3d65657b28dd 62 65 65 65\n075278a4d0af74f7 23 17 17 17\n075278a4d0af74f7 130 151 151 151\n075278a4d0af74f7 130 172 172 172\n6207713a493ed71d 73 55 55 55\n6207713a493ed71d 73 64 64 64\n6207713a493ed71d 127 138 138 138\nc323ea12ddd3c5bb 30 21 21 21\nc323ea12ddd3c5bb 129 139 139 139\nc323ea12ddd3c5bb 129 155 155 155\nb5ac5603e39a6397 10 5 5 5\nb5ac5603e39a6397 62 67 67 67\nb5ac5603e39a6397 62 75 75 75\n9a44145b51b162ee 23 1 1 1\n9a44145b51b162ee 23 9 9 9\n9a44145b51b162ee 88 96 96 96\n15f8a54e4822f355 8 5 5 5\n15f8a54e4822f355 62 66 66 66\n15f8a54e4822f355 62 69 69 69\n21005252fe2383ba 48 39 39 39\n21005252fe2383ba 48 44 44 44\n21005252fe2383ba 94 103 103 103\n809859830a3e0e55 53 54 54 54\n809859830a3e0e55 53 59 59 59\n809859830a3e0e55 53 98 98 98\n058c67085c217b96 29 9 9 9\n058c67085c217b96 29 12 12 12\n058c67085c217b96 29 13 13 13\n56f35362431e18dd 19 5 5 5\n56f35362431e18dd 106 133 133 133\n56f35362431e18dd 106 135 135 135\n95eedf6937dec032 37 9 9 9\n95eedf6937dec032 37 23 23 23\n95eedf6937dec032 86 97 97 97\nfe5fdf788352d1a6 30 6 6 6\nfe5fdf788352d1a6 30 27 27 27\nfe5fdf788352d1a6 80 83 83 83\ndbf9a7ccc949ed42 8 0 0 0\ndbf9a7ccc949ed42 8 3 3 3\ndbf9a7ccc949ed42 8 6 6 6\n728298bd23205f12 66 69 69 69\n728298bd23205f12 66 70 70 70\n728298bd23205f12 66 96 96 96\nfa82d71146e33555 107 111 111 111\nfa82d71146e33555 107 121 121 121\nfa82d71146e33555 107 131 131 131\n72ca9b60719e5789 141 142 142 142\n72ca9b60719e5789 141 167 167 167\n72ca9b60719e5789 141 184 184 184\n06a8196a66e125af 39 10 10 10\n06a8196a66e125af 39 18 18 18\n06a8196a66e125af 39 28 28 28\nc97ccf4f0b544230 113 80 80 80\nc97ccf4f0b544230 113 91 91 91\nc97ccf4f0b544230 113 109 109 109\nad69d907064db1f7 207 210 210 210\nad69d907064db1f7 207 219 219 219\nad69d907064db1f7 207 238 238 238\n075f0d808a621ae2 26 0 0 0\n075f0d808a621ae2 26 7 7 7\n075f0d808a621ae2 73 105 105 105\n67e9762f0471865b 4 0 0 0\n67e9762f0471865b 4 1 1 1\n67e9762f0471865b 4 2 2 2\n59d772c8ccad4acd 184 189 189 189\n59d772c8ccad4acd 184 217 217 217\n59d772c8ccad4acd 184 226 226 226\ndd545cf605570b97 44 6 6 6\ndd545cf605570b97 44 33 33 33\ndd545cf605570b97 44 36 36 36\n2a3bd0a2ac422822 14 6 6 6\n2a3bd0a2ac422822 14 7 7 7\n2a3bd0a2ac422822 72 79 79 79\n5444242c3fc57534 60 21 21 21\n5444242c3fc57534 60 33 33 33\n5444242c3fc57534 60 49 49 49\n6d2d49d5fabf839a 30 0 0 0\n6d2d49d5fabf839a 30 22 22 22\n6d2d49d5fabf839a 84 87 87 87\nf726cfbe88e370b1 16 14 14 14\nf726cfbe88e370b1 16 15 15 15\nf726cfbe88e370b1 71 72 72 72\nc0aad7645f42c33b 9 8 8 8\nc0aad7645f42c33b 62 70 70 70\nc0aad7645f42c33b 62 76 76 76\ne0fc64b3f2957c41 33 2 2 2\ne0fc64b3f2957c41 33 19 19 19\ne0fc64b3f2957c41 33 26 26 26\n0c3348e96872d3de 46 47 47 47\n0c3348e96872d3de 46 49 49 49\n0c3348e96872d3de 46 52 52 52\nf5e9ab93b539e29f 167 129 129 129\nf5e9ab93b539e29f 167 153 153 153\nf5e9ab93b539e29f 242 252 252 252\n95d306b0110f0767 29 3 3 3\n95d306b0110f0767 29 6 6 6\n95d306b0110f0767 82 90 90 90\n1a562a1752d81933 36 29 29 29\n1a562a1752d81933 36 30 30 30\n1a562a1752d81933 135 146 146 146\nbf0f80cfeae506c6 12 10 10 10\nbf0f80cfeae506c6 57 85 85 85\nbf0f80cfeae506c6 57 95 95 95\n3536776ef51e9dbf 9 0 0 0\n3536776ef51e9dbf 9 6 6 6\n3536776ef51e9dbf 62 63 63 63\n3b58206d99feb4b7 59 61 61 61\n3b58206d99feb4b7 59 88 88 88\n3b58206d99feb4b7 59 99 99 99\n9b5e054c6d0d44ce 118 87 87 87\n9b5e054c6d0d44ce 165 183 183 183\n9b5e054c6d0d44ce 165 210 210 210\n3c35b868a8ec3433 8 2 2 2\n3c35b868a8ec3433 8 5 5 5\n3c35b868a8ec3433 55 77 77 77\n44d2532c5b5296a1 12 5 5 5\n44d2532c5b5296a1 83 95 95 95\n44d2532c5b5296a1 83 106 106 106\n924ccc02891cc7df 40 5 5 5\n924ccc02891cc7df 40 10 10 10\n924ccc02891cc7df 124 127 127 127\n597bf6916a88ad19 57 63 63 63\n597bf6916a88ad19 57 65 65 65\n597bf6916a88ad19 57 67 67 67\ne7fefb3b4d663b19 28 4 4 4\ne7fefb3b4d663b19 86 90 90 90\ne7fefb3b4d663b19 86 99 99 99\n3d6ed8b43655929b 26 5 5 5\n3d6ed8b43655929b 26 15 15 15\n3d6ed8b43655929b 26 19 19 19\nedbb53a0f5dd688c 15 1 1 1\nedbb53a0f5dd688c 15 2 2 2\nedbb53a0f5dd688c 15 3 3 3\n91e721bf98c05aec 15 7 7 7\n91e721bf98c05aec 76 77 77 77\n91e721bf98c05aec 76 80 80 80\n72ffd4a88de4d441 28 12 12 12\n72ffd4a88de4d441 28 19 19 19\n72ffd4a88de4d441 87 101 101 101\n9872bf718166618a 93 101 101 101\n9872bf718166618a 93 104 104 104\n9872bf718166618a 93 112 112 112\nf22e31c9b9bd3320 201 167 167 167\nf22e31c9b9bd3320 201 200 200 200\nf22e31c9b9bd3320 274 277 277 277\n3efda95897eb23d1 29 1 1 1\n3efda95897eb23d1 128 146 146 146\n3efda95897eb23d1 128 157 157 157\n497d2450ed65a678 59 60 60 60\n497d2450ed65a678 59 61 61 61\n497d2450ed65a678 59 62 62 62\nc4a26c35749d41bd 36 5 5 5\nc4a26c35749d41bd 36 17 17 17\nc4a26c35749d41bd 36 24 24 24\n11bf4b38f88bfe9b 68 71 71 71\n11bf4b38f88bfe9b 68 85 85 85\n11bf4b38f88bfe9b 68 97 97 97\nd9284250ebde7d34 48 28 28 28\nd9284250ebde7d34 127 130 130 130\nd9284250ebde7d34 127 144 144 144\na7cb00e197a15a99 16 3 3 3\na7cb00e197a15a99 16 6 6 6\na7cb00e197a15a99 16 8 8 8\n2cc5f95fbe24ffe5 136 127 127 127\n2cc5f95fbe24ffe5 226 246 246 246\n2cc5f95fbe24ffe5 226 252 252 252\n9fcf12f63cf7b834 5 0 0 0\n9fcf12f63cf7b834 53 54 54 54\n9fcf12f63cf7b834 53 55 55 55\n560e521aa9e864da 18 9 9 9\n560e521aa9e864da 18 17 17 17\n560e521aa9e864da 78 80 80 80\n60c02c2807193b6e 9 3 3 3\n60c02c2807193b6e 9 7 7 7\n60c02c2807193b6e 9 8 8 8\n3a86a812a1eaa20e 17 3 3 3\n3a86a812a1eaa20e 17 15 15 15\n3a86a812a1eaa20e 64 69 69 69\n0a72a3fd46a88ef6 34 7 7 7\n0a72a3fd46a88ef6 34 23 23 23\n0a72a3fd46a88ef6 34 32 32 32\nfef11d498a882edc 70 29 29 29\nfef11d498a882edc 70 33 33 33\nfef11d498a882edc 124 127 127 127\n967e2d570ca80e16 63 19 19 19\n967e2d570ca80e16 63 35 35 35\n967e2d570ca80e16 144 154 154 154\n5f004098a3ae3ea1 19 7 7 7\n5f004098a3ae3ea1 19 9 9 9\n5f004098a3ae3ea1 92 98 98 98\n656db18b0e5ac145 50 59 59 59\n656db18b0e5ac145 50 64 64 64\n656db18b0e5ac145 50 66 66 66\n4dcf8df5f8912e0e 105 115 115 115\n4dcf8df5f8912e0e 105 120 120 120\n4dcf8df5f8912e0e 105 141 141 141\n9634f21a9a41a049 6 0 0 0\n9634f21a9a41a049 6 5 5 5\n9634f21a9a41a049 53 54 54 54\n07559b44fa10672c 102 112 112 112\n07559b44fa10672c 102 124 124 124\n07559b44fa10672c 102 130 130 130\n23e428c0dc43f046 60 76 76 76\n23e428c0dc43f046 60 77 77 77\n23e428c0dc43f046 60 90 90 90\n94a28eecf82210bd 105 107 107 107\n94a28eecf82210bd 105 123 123 123\n94a28eecf82210bd 105 143 143 143\n48614bc62c3acbf8 16 4 4 4\n48614bc62c3acbf8 16 14 14 14\n48614bc62c3acbf8 63 91 91 91\n3413ffffb4be5706 35 19 19 19\n3413ffffb4be5706 35 23 23 23\n3413ffffb4be5706 93 97 97 97\n9c2238d1333ea499 117 122 122 122\n9c2238d1333ea499 117 134 134 134\n9c2238d1333ea499 117 153 153 153\nb91f98631686d65f 46 13 13 13\nb91f98631686d65f 109 132 132 132\nb91f98631686d65f 109 134 134 134\n84196545d36de465 36 17 17 17\n84196545d36de465 36 18 18 18\n84196545d36de465 36 26 26 26\nc8db93ad17d787e9 9 0 0 0\nc8db93ad17d787e9 9 5 5 5\nc8db93ad17d787e9 62 67 67 67\n000c3ab189999a83 40 27 27 27\n000c3ab189999a83 40 39 39 39\n000c3ab189999a83 118 119 119 119\nfd2132722704d610 8 0 0 0\nfd2132722704d610 8 4 4 4\nfd2132722704d610 54 63 63 63\n05b77cb7c0f79f0f 82 60 60 60\n05b77cb7c0f79f0f 82 64 64 64\n05b77cb7c0f79f0f 82 80 80 80\nd20cf31d18f8ca89 18 5 5 5\nd20cf31d18f8ca89 18 10 10 10\nd20cf31d18f8ca89 90 92 92 92\n51136ba76177d882 12 3 3 3\n51136ba76177d882 12 8 8 8\n51136ba76177d882 130 138 138 138\n50401f1d78d95d12 71 44 44 44\n50401f1d78d95d12 71 61 61 61\n50401f1d78d95d12 71 65 65 65\ne92814fe1e2c54dc 13 4 4 4\ne92814fe1e2c54dc 13 6 6 6\ne92814fe1e2c54dc 99 102 102 102\n63d8575fe191dcca 24 11 11 11\n63d8575fe191dcca 24 22 22 22\n63d8575fe191dcca 73 94 94 94\nf48ce857e76d8e17 122 92 92 92\nf48ce857e76d8e17 167 195 195 195\nf48ce857e76d8e17 167 207 207 207\ndaa3d11727e7d9c8 7 6 6 6\ndaa3d11727e7d9c8 62 65 65 65\ndaa3d11727e7d9c8 62 67 67 67\nfaf4e57d64e9a899 45 48 48 48\nfaf4e57d64e9a899 45 49 49 49\nfaf4e57d64e9a899 45 50 50 50\n1c1b2e56952040cc 59 78 78 78\n1c1b2e56952040cc 59 81 81 81\n1c1b2e56952040cc 59 90 90 90\ne14fb0ce302f51e8 3 0 0 0\ne14fb0ce302f51e8 3 1 1 1\ne14fb0ce302f51e8 3 2 2 2\n730a0a3a46474007 12 4 4 4\n730a0a3a46474007 103 114 114 114\n730a0a3a46474007 103 138 138 138\n6526abea7675f573 74 82 82 82\n6526abea7675f573 74 86 86 86\n6526abea7675f573 74 104 104 104\nee70aa493ab6054b 42 20 20 20\nee70aa493ab6054b 42 27 27 27\nee70aa493ab6054b 122 126 126 126\nf474cd5d999e1746 80 36 36 36\nf474cd5d999e1746 80 43 43 43\nf474cd5d999e1746 80 61 61 61\n3de41ace235a3a13 161 144 144 144\n3de41ace235a3a13 161 158 158 158\n3de41ace235a3a13 211 232 232 232\n0ce3839aa5b66e3f 62 36 36 36\n0ce3839aa5b66e3f 62 52 52 52\n0ce3839aa5b66e3f 185 190 190 190\nd6f1f58ad1f6707a 195 216 216 216\nd6f1f58ad1f6707a 195 218 218 218\nd6f1f58ad1f6707a 195 219 219 219\na00260788a5481f1 131 96 96 96\na00260788a5481f1 131 103 103 103\na00260788a5481f1 228 272 272 272\n259f6f1f002d2d94 30 7 7 7\n259f6f1f002d2d94 99 102 102 102\n259f6f1f002d2d94 99 107 107 107\n2516b6023683fc3e 53 20 20 20\n2516b6023683fc3e 53 43 43 43\n2516b6023683fc3e 53 47 47 47\n220d718317f7a025 197 156 156 156\n220d718317f7a025 197 164 164 164\n220d718317f7a025 197 190 190 190\nbe3c54aba78d50e0 28 5 5 5\nbe3c54aba78d50e0 28 12 12 12\nbe3c54aba78d50e0 28 23 23 23\n4c5fd496905b91ce 32 1 1 1\n4c5fd496905b91ce 32 23 23 23\n4c5fd496905b91ce 107 111 111 111\nfaf2fb655d5974b5 87 53 53 53\nfaf2fb655d5974b5 87 60 60 60\nfaf2fb655d5974b5 87 76 76 76\nd559d54e3ceca49a 52 53 53 53\nd559d54e3ceca49a 52 54 54 54\nd559d54e3ceca49a 52 55 55 55\nd8edb0f0cb0d4b5f 70 47 47 47\nd8edb0f0cb0d4b5f 157 185 185 185\nd8edb0f0cb0d4b5f 157 195 195 195\n5647675ef84a45fe 8 2 2 2\n5647675ef84a45fe 141 142 142 142\n5647675ef84a45fe 141 145 145 145\nfe5f38c3ce605bf6 49 50 50 50\nfe5f38c3ce605bf6 49 54 54 54\nfe5f38c3ce605bf6 49 63 63 63\n72ffdff5502de799 7 0 0 0\n72ffdff5502de799 7 1 1 1\n72ffdff5502de799 7 5 5 5\n860bcd7659c936b3 208 179 179 179\n860bcd7659c936b3 263 273 273 273\n860bcd7659c936b3 263 276 276 276\nfd05ac3ba402e992 3 2 2 2\nfd05ac3ba402e992 71 90 90 90\nfd05ac3ba402e992 71 107 107 107\n13ac6a6a3a4f5e5d 20 6 6 6\n13ac6a6a3a4f5e5d 20 11 11 11\n13ac6a6a3a4f5e5d 20 14 14 14\n8ad61ecb52a9122a 24 3 3 3\n8ad61ecb52a9122a 24 15 15 15\n8ad61ecb52a9122a 143 175 175 175\nb2e7d3d7c5b5109a 53 31 31 31\nb2e7d3d7c5b5109a 118 131 131 131\nb2e7d3d7c5b5109a 118 151 151 151\n07225d96742d2a6c 46 38 38 38\n07225d96742d2a6c 46 44 44 44\n07225d96742d2a6c 161 195 195 195\n74c25984d70275f7 108 93 93 93\n74c25984d70275f7 108 101 101 101\n74c25984d70275f7 108 105 105 105\n2c5249093fc26fde 10 5 5 5\n2c5249093fc26fde 10 9 9 9\n2c5249093fc26fde 96 97 97 97\ncad5063d02c3b4dc 45 56 56 56\ncad5063d02c3b4dc 45 65 65 65\ncad5063d02c3b4dc 45 68 68 68\n1df20a29cdec61a4 30 1 1 1\n1df20a29cdec61a4 30 9 9 9\n1df20a29cdec61a4 30 12 12 12\ncc3f88e1e2a4f262 48 50 50 50\ncc3f88e1e2a4f262 48 54 54 54\ncc3f88e1e2a4f262 48 57 57 57\n1e80fd6e7507e3be 192 178 178 178\n1e80fd6e7507e3be 241 251 251 251\n1e80fd6e7507e3be 241 274 274 274\nf54473cb3c9efc04 70 73 73 73\nf54473cb3c9efc04 70 81 81 81\nf54473cb3c9efc04 70 86 86 86\nab3f92f5ac8f5167 37 6 6 6\nab3f92f5ac8f5167 37 26 26 26\nab3f92f5ac8f5167 37 35 35 35\n50eba53e6b2330f8 53 39 39 39\n50eba53e6b2330f8 53 44 44 44\n50eba53e6b2330f8 125 157 157 157\n33a3fc21efdc8547 135 151 151 151\n33a3fc21efdc8547 135 156 156 156\n33a3fc21efdc8547 135 158 158 158\n39e5f256790c3343 83 100 100 100\n39e5f256790c3343 83 102 102 102\n39e5f256790c3343 83 112 112 112\n6e6ccb9822ed013e 41 1 1 1\n6e6ccb9822ed013e 41 14 14 14\n6e6ccb9822ed013e 176 181 181 181\n799ec37eaafcd68f 72 91 91 91\n799ec37eaafcd68f 72 102 102 102\n799ec37eaafcd68f 72 114 114 114\n037e8191b3985142 88 84 84 84\n037e8191b3985142 146 165 165 165\n037e8191b3985142 146 168 168 168\nef5e9bfef1466209 24 18 18 18\nef5e9bfef1466209 24 21 21 21\nef5e9bfef1466209 70 84 84 84\nb49a15bf2a1c626c 18 15 15 15\nb49a15bf2a1c626c 63 69 69 69\nb49a15bf2a1c626c 63 72 72 72\n0bd7e6e9f0185aa3 16 1 1 1\n0bd7e6e9f0185aa3 73 81 81 81\n0bd7e6e9f0185aa3 73 90 90 90\nb56990cc49db131e 127 83 83 83\nb56990cc49db131e 127 122 122 122\nb56990cc49db131e 212 221 221 221\n617580a94b6fd65a 48 63 63 63\n617580a94b6fd65a 48 75 75 75\n617580a94b6fd65a 48 80 80 80\n7144a5e59d5f05c7 74 37 37 37\n7144a5e59d5f05c7 156 163 163 163\n7144a5e59d5f05c7 156 167 167 167\n8c0a69c16d4ee368 33 5 5 5\n8c0a69c16d4ee368 33 25 25 25\n8c0a69c16d4ee368 92 101 101 101\n89d941a57bab3fa3 80 88 88 88\n89d941a57bab3fa3 80 98 98 98\n89d941a57bab3fa3 80 103 103 103\n0f6206df8a8e440a 88 103 103 103\n0f6206df8a8e440a 88 104 104 104\n0f6206df8a8e440a 88 107 107 107\n6a7d54b935e96fc4 6 1 1 1\n6a7d54b935e96fc4 71 73 73 73\n6a7d54b935e96fc4 71 76 76 76\nbe37967141e3767d 81 39 39 39\nbe37967141e3767d 81 42 42 42\nbe37967141e3767d 173 191 191 191\nefb2d866bc8c5550 11 0 0 0\nefb2d866bc8c5550 11 4 4 4\nefb2d866bc8c5550 57 58 58 58\n9b67983f91a29511 81 82 82 82\n9b67983f91a29511 81 88 88 88\n9b67983f91a29511 81 97 97 97\n2d0bd035f7df86b0 46 9 9 9\n2d0bd035f7df86b0 91 92 92 92\n2d0bd035f7df86b0 91 93 93 93\n95f2bed8293b061d 28 11 11 11\n95f2bed8293b061d 28 25 25 25\n95f2bed8293b061d 81 83 83 83\n9f9028e08bf69fee 25 8 8 8\n9f9028e08bf69fee 25 10 10 10\n9f9028e08bf69fee 25 15 15 15\n368fa2dd830843c7 71 72 72 72\n368fa2dd830843c7 71 77 77 77\n368fa2dd830843c7 71 86 86 86\n9a5d97d6bdd28614 54 56 56 56\n9a5d97d6bdd28614 54 58 58 58\n9a5d97d6bdd28614 54 73 73 73\n991e2a74cd100440 175 139 139 139\n991e2a74cd100440 175 169 169 169\n991e2a74cd100440 243 263 263 263\ne856830270a48f13 8 1 1 1\ne856830270a48f13 101 103 103 103\ne856830270a48f13 101 116 116 116\n3970859f54703c88 50 9 9 9\n3970859f54703c88 50 10 10 10\n3970859f54703c88 50 23 23 23\n730b787d57719e58 18 0 0 0\n730b787d57719e58 18 8 8 8\n730b787d57719e58 18 15 15 15\n9ab9e899da8067f8 14 1 1 1\n9ab9e899da8067f8 14 10 10 10\n9ab9e899da8067f8 69 96 96 96\n2864dc6c129cf3cc 50 58 58 58\n2864dc6c129cf3cc 50 63 63 63\n2864dc6c129cf3cc 50 66 66 66\na38c00f474b0df82 58 16 16 16\na38c00f474b0df82 58 49 49 49\na38c00f474b0df82 108 139 139 139\nbcbd8ea535d3f024 66 40 40 40\nbcbd8ea535d3f024 66 50 50 50\nbcbd8ea535d3f024 120 125 125 125\na05cbe8a2d816f52 8 0 0 0\na05cbe8a2d816f52 8 5 5 5\na05cbe8a2d816f52 59 63 63 63\nf75bce7073b578f0 17 4 4 4\nf75bce7073b578f0 17 11 11 11\nf75bce7073b578f0 17 12 12 12\n266e2d3393ebd2a0 47 26 26 26\n266e2d3393ebd2a0 47 38 38 38\n266e2d3393ebd2a0 47 45 45 45\n9d8282f2610bb199 34 10 10 10\n9d8282f2610bb199 86 95 95 95\n9d8282f2610bb199 86 106 106 106\n4260ca20e2430c67 98 71 71 71\n4260ca20e2430c67 98 97 97 97\n4260ca20e2430c67 168 199 199 199\ncc6541ca1f8ca902 6 2 2 2\ncc6541ca1f8ca902 6 3 3 3\ncc6541ca1f8ca902 55 60 60 60\n80bfdffa5e86f103 209 180 180 180\n80bfdffa5e86f103 209 187 187 187\n80bfdffa5e86f103 209 191 191 191\nd4e33e3311d155c4 3 2 2 2\nd4e33e3311d155c4 80 85 85 85\nd4e33e3311d155c4 80 87 87 87\n3488938f80284283 39 30 30 30\n3488938f80284283 108 114 114 114\n3488938f80284283 108 125 125 125\n3115ce06e0160828 82 40 40 40\n3115ce06e0160828 82 52 52 52\n3115ce06e0160828 82 65 65 65\n634b4d796815ffcc 24 4 4 4\n634b4d796815ffcc 24 23 23 23\n634b4d796815ffcc 135 169 169 169\nc716c21b059921e9 35 8 8 8\nc716c21b059921e9 35 9 9 9\nc716c21b059921e9 35 29 29 29\na37358fe418e9807 45 55 55 55\na37358fe418e9807 45 57 57 57\na37358fe418e9807 45 58 58 58\n5fb0b4b5c65e669b 37 18 18 18\n5fb0b4b5c65e669b 37 19 19 19\n5fb0b4b5c65e669b 37 26 26 26\n3d8d753f0851bf3b 20 7 7 7\n3d8d753f0851bf3b 20 9 9 9\n3d8d753f0851bf3b 20 10 10 10\n842b17ccb42b588d 66 69 69 69\n842b17ccb42b588d 66 73 73 73\n842b17ccb42b588d 66 77 77 77\nd6df93659f476b9c 24 13 13 13\nd6df93659f476b9c 105 109 109 109\nd6df93659f476b9c 105 124 124 124\nb6d472a2c6bd6f90 7 4 4 4\nb6d472a2c6bd6f90 60 65 65 65\nb6d472a2c6bd6f90 60 70 70 70\ncb16176621b1f3a7 91 111 111 111\ncb16176621b1f3a7 91 114 114 114\ncb16176621b1f3a7 91 123 123 123\ne98dc285c0d4f5db 62 68 68 68\ne98dc285c0d4f5db 62 71 71 71\ne98dc285c0d4f5db 62 80 80 80\n004334c94bbc8bd5 24 12 12 12\n004334c94bbc8bd5 107 127 127 127\n004334c94bbc8bd5 107 134 134 134\n20d1b02740ef1124 17 8 8 8\n20d1b02740ef1124 125 160 160 160\n20d1b02740ef1124 125 164 164 164\n4bc7ca44cc62b8b1 49 21 21 21\n4bc7ca44cc62b8b1 49 30 30 30\n4bc7ca44cc62b8b1 135 162 162 162\n1db5a4df1ab8b8e7 41 39 39 39\n1db5a4df1ab8b8e7 88 97 97 97\n1db5a4df1ab8b8e7 88 112 112 112\nfdd41bb5cab98c86 64 29 29 29\nfdd41bb5cab98c86 64 48 48 48\nfdd41bb5cab98c86 153 189 189 189\nbb82a6ac6cee6f95 80 41 41 41\nbb82a6ac6cee6f95 80 48 48 48\nbb82a6ac6cee6f95 126 130 130 130\nee29e9866b77f62b 55 65 65 65\nee29e9866b77f62b 55 77 77 77\nee29e9866b77f62b 55 82 82 82\nb04c3470d73d1777 43 17 17 17\nb04c3470d73d1777 128 130 130 130\nb04c3470d73d1777 128 132 132 132\nbcbcaeea56b7ca1a 53 28 28 28\nbcbcaeea56b7ca1a 119 122 122 122\nbcbcaeea56b7ca1a 119 157 157 157\n30abedc6c413510e 9 7 7 7\n30abedc6c413510e 81 82 82 82\n30abedc6c413510e 81 93 93 93\n283059a56e7f3e75 26 12 12 12\n283059a56e7f3e75 112 138 138 138\n283059a56e7f3e75 112 139 139 139\nbadbfed88f85beaa 27 2 2 2\nbadbfed88f85beaa 27 9 9 9\nbadbfed88f85beaa 27 18 18 18\n17c234c2eec050a0 35 10 10 10\n17c234c2eec050a0 35 14 14 14\n17c234c2eec050a0 122 129 129 129\neaa1d6038da0dcd2 244 256 256 256\neaa1d6038da0dcd2 244 266 266 266\neaa1d6038da0dcd2 244 273 273 273\n7fb2db25f9114599 71 51 51 51\n7fb2db25f9114599 186 197 197 197\n7fb2db25f9114599 186 227 227 227\n08718fb99eaafea7 103 108 108 108\n08718fb99eaafea7 103 111 111 111\n08718fb99eaafea7 103 113 113 113\n697788cfb2b882e6 11 3 3 3\n697788cfb2b882e6 80 81 81 81\n697788cfb2b882e6 80 82 82 82\n6a48d6d9c297367a 6 1 1 1\n6a48d6d9c297367a 87 89 89 89\n6a48d6d9c297367a 87 91 91 91\n489f9441d513634e 46 12 12 12\n489f9441d513634e 46 32 32 32\n489f9441d513634e 103 107 107 107\n5c46523d3adf3df3 3 1 1 1\n5c46523d3adf3df3 77 79 79 79\n5c46523d3adf3df3 77 80 80 80\ned81ed922c6c7225 26 3 3 3\ned81ed922c6c7225 26 20 20 20\ned81ed922c6c7225 114 124 124 124\n670564bfb445bbc7 95 53 53 53\n670564bfb445bbc7 95 79 79 79\n670564bfb445bbc7 95 92 92 92\n840c6c6f288d25bc 34 1 1 1\n840c6c6f288d25bc 34 26 26 26\n840c6c6f288d25bc 34 27 27 27\n702580517f621fa4 61 70 70 70\n702580517f621fa4 61 74 74 74\n702580517f621fa4 61 84 84 84\nf228cfd294bce60a 185 144 144 144\nf228cfd294bce60a 185 170 170 170\nf228cfd294bce60a 251 272 272 272\necb624c9cbe5b70b 7 4 4 4\necb624c9cbe5b70b 126 151 151 151\necb624c9cbe5b70b 126 155 155 155\n21a6081709444ebf 15 3 3 3\n21a6081709444ebf 15 7 7 7\n21a6081709444ebf 15 13 13 13\n0915a60e1ae6a826 42 6 6 6\n0915a60e1ae6a826 42 13 13 13\n0915a60e1ae6a826 42 35 35 35\nece260b19f5276bd 16 6 6 6\nece260b19f5276bd 66 72 72 72\nece260b19f5276bd 66 75 75 75\ndbd147928365dcf4 139 142 142 142\ndbd147928365dcf4 139 178 178 178\ndbd147928365dcf4 139 179 179 179\n1a50fc5440d67fbc 71 26 26 26\n1a50fc5440d67fbc 188 197 197 197\n1a50fc5440d67fbc 188 208 208 208\na3e387b24fbb961b 1 0 0 0\na3e387b24fbb961b 93 98 98 98\na3e387b24fbb961b 93 103 103 103\n7a0bd438433e00db 19 0 0 0\n7a0bd438433e00db 19 12 12 12\n7a0bd438433e00db 66 70 70 70\ned718fd9c28f6265 53 23 23 23\ned718fd9c28f6265 53 27 27 27\ned718fd9c28f6265 53 35 35 35\n03b3f603a1001de0 105 96 96 96\n03b3f603a1001de0 105 97 97 97\n03b3f603a1001de0 105 98 98 98\n68eb4a41d8b765c0 85 56 56 56\n68eb4a41d8b765c0 85 71 71 71\n68eb4a41d8b765c0 85 75 75 75\nf6ec31401af3eed4 61 64 64 64\nf6ec31401af3eed4 61 71 71 71\nf6ec31401af3eed4 61 74 74 74\n24548ce6c15bc2cf 163 140 140 140\n24548ce6c15bc2cf 163 142 142 142\n24548ce6c15bc2cf 163 146 146 146\nd988002ed829cfd9 193 200 200 200\nd988002ed829cfd9 193 218 218 218\nd988002ed829cfd9 193 221 221 221\nd73616bfd38ef8ed 15 4 4 4\nd73616bfd38ef8ed 68 101 101 101\nd73616bfd38ef8ed 68 105 105 105\ncc8f42cf10fe0c1f 24 4 4 4\ncc8f42cf10fe0c1f 78 86 86 86\ncc8f42cf10fe0c1f 78 105 105 105\n33a93f85d5713a71 15 0 0 0\n33a93f85d5713a71 63 66 66 66\n33a93f85d5713a71 63 69 69 69\n96a2338040f14ccc 47 21 21 21\n96a2338040f14ccc 47 36 36 36\n96a2338040f14ccc 103 125 125 125\n6375c29ff07fb99f 86 68 68 68\n6375c29ff07fb99f 86 75 75 75\n6375c29ff07fb99f 184 213 213 213\ndf20485dc816ba1e 33 15 15 15\ndf20485dc816ba1e 33 21 21 21\ndf20485dc816ba1e 33 23 23 23\n3814a3a8046c8af3 73 30 30 30\n3814a3a8046c8af3 73 32 32 32\n3814a3a8046c8af3 142 144 144 144\n0043978734eec081 12 4 4 4\n0043978734eec081 62 63 63 63\n0043978734eec081 62 65 65 65\nfa14b62a46ffd7b7 178 148 148 148\nfa14b62a46ffd7b7 178 150 150 150\nfa14b62a46ffd7b7 178 173 173 173\n4811a66f87b0dd6a 66 77 77 77\n4811a66f87b0dd6a 66 88 88 88\n4811a66f87b0dd6a 66 90 90 90\nab461fdeca27729e 52 18 18 18\nab461fdeca27729e 52 34 34 34\nab461fdeca27729e 118 123 123 123\nccedaa413b89363e 28 5 5 5\nccedaa413b89363e 28 8 8 8\nccedaa413b89363e 94 95 95 95\n856d8616c018f019 33 17 17 17\n856d8616c018f019 134 146 146 146\n856d8616c018f019 134 168 168 168\na990ec0964cede03 1 0 0 0\na990ec0964cede03 59 60 60 60\na990ec0964cede03 59 62 62 62\na3636ecf26282790 130 110 110 110\na3636ecf26282790 130 122 122 122\na3636ecf26282790 258 266 266 266\ne14e16f3fa0eb5ca 27 5 5 5\ne14e16f3fa0eb5ca 27 9 9 9\ne14e16f3fa0eb5ca 84 85 85 85\n65e056c6fbfc795a 4 0 0 0\n65e056c6fbfc795a 81 84 84 84\n65e056c6fbfc795a 81 87 87 87\nb60cb069c9570f0a 10 9 9 9\nb60cb069c9570f0a 62 66 66 66\nb60cb069c9570f0a 62 72 72 72\n806459ce2b15a2c1 179 166 166 166\n806459ce2b15a2c1 179 175 175 175\n806459ce2b15a2c1 226 248 248 248\n5010f9665c796353 45 22 22 22\n5010f9665c796353 45 38 38 38\n5010f9665c796353 100 137 137 137\ncf691738929ccbed 57 66 66 66\ncf691738929ccbed 57 78 78 78\ncf691738929ccbed 57 84 84 84\nc9c74e714ee21e5e 71 39 39 39\nc9c74e714ee21e5e 71 43 43 43\nc9c74e714ee21e5e 177 179 179 179\nfe33a729fce20467 22 4 4 4\nfe33a729fce20467 22 12 12 12\nfe33a729fce20467 22 18 18 18\n0542630de1d734de 65 43 43 43\n0542630de1d734de 133 145 145 145\n0542630de1d734de 133 162 162 162\na40b587bef7a29a6 52 61 61 61\na40b587bef7a29a6 52 79 79 79\na40b587bef7a29a6 52 97 97 97\n4c96e034f8af77d6 86 58 58 58\n4c96e034f8af77d6 86 65 65 65\n4c96e034f8af77d6 86 78 78 78\n5fe9267f598e66df 78 88 88 88\n5fe9267f598e66df 78 109 109 109\n5fe9267f598e66df 78 120 120 120\nc3c01fa0a879e5b3 21 0 0 0\nc3c01fa0a879e5b3 21 1 1 1\nc3c01fa0a879e5b3 21 16 16 16\nbae2a2f11e0a20b0 48 32 32 32\nbae2a2f11e0a20b0 139 151 151 151\nbae2a2f11e0a20b0 139 164 164 164\n0ac6adb37a92f549 42 17 17 17\n0ac6adb37a92f549 42 26 26 26\n0ac6adb37a92f549 42 41 41 41\ne3ca3f8dad8959e1 37 3 3 3\ne3ca3f8dad8959e1 133 156 156 156\ne3ca3f8dad8959e1 133 157 157 157\n422d976591ab629e 15 4 4 4\n422d976591ab629e 15 6 6 6\n422d976591ab629e 15 14 14 14\n3ea8d9787998f70a 61 48 48 48\n3ea8d9787998f70a 61 59 59 59\n3ea8d9787998f70a 154 163 163 163\n394037c064421c3e 16 5 5 5\n394037c064421c3e 16 8 8 8\n394037c064421c3e 115 122 122 122\n89d9a5069283af3e 27 3 3 3\n89d9a5069283af3e 27 5 5 5\n89d9a5069283af3e 27 7 7 7\n3b6e4e834648db8a 1 0 0 0\n3b6e4e834648db8a 46 47 47 47\n3b6e4e834648db8a 46 48 48 48\nd5409c93b6f88256 78 52 52 52\nd5409c93b6f88256 187 188 188 188\nd5409c93b6f88256 187 205 205 205\na0948de3902ae476 153 114 114 114\na0948de3902ae476 265 274 274 274\na0948de3902ae476 265 277 277 277\na4e9bdb6d746eb0a 85 109 109 109\na4e9bdb6d746eb0a 85 114 114 114\na4e9bdb6d746eb0a 85 120 120 120\n1a71f05476d8864f 45 68 68 68\n1a71f05476d8864f 45 76 76 76\n1a71f05476d8864f 45 79 79 79\nc9ce08f3c855f349 12 2 2 2\nc9ce08f3c855f349 12 7 7 7\nc9ce08f3c855f349 92 95 95 95\nfadc00ad10f04bff 44 42 42 42\nfadc00ad10f04bff 91 93 93 93\nfadc00ad10f04bff 91 96 96 96\n7b3f0173cb6db315 86 99 99 99\n7b3f0173cb6db315 86 105 105 105\n7b3f0173cb6db315 86 108 108 108\n180bf845cc8cada3 64 67 67 67\n180bf845cc8cada3 64 72 72 72\n180bf845cc8cada3 64 78 78 78\nf891e55243f2a506 52 10 10 10\nf891e55243f2a506 52 19 19 19\nf891e55243f2a506 52 32 32 32\nf701ed6b2b2910b3 54 57 57 57\nf701ed6b2b2910b3 54 64 64 64\nf701ed6b2b2910b3 54 68 68 68\n75c71c5a68be71ed 93 82 82 82\n75c71c5a68be71ed 180 215 215 215\n75c71c5a68be71ed 180 225 225 225\n7fff494560e8cd2a 148 166 166 166\n7fff494560e8cd2a 148 177 177 177\n7fff494560e8cd2a 148 188 188 188\n06f4bfa5f9d5fe0e 23 11 11 11\n06f4bfa5f9d5fe0e 23 14 14 14\n06f4bfa5f9d5fe0e 23 22 22 22\n36afe96c11a8211c 19 3 3 3\n36afe96c11a8211c 19 15 15 15\n36afe96c11a8211c 82 87 87 87\n7974ecaec39a52bb 4 0 0 0\n7974ecaec39a52bb 4 1 1 1\n7974ecaec39a52bb 4 3 3 3\n701de1fefcf213cd 83 87 87 87\n701de1fefcf213cd 83 98 98 98\n701de1fefcf213cd 83 107 107 107\ne17f60e0b97a0bff 77 79 79 79\ne17f60e0b97a0bff 77 80 80 80\ne17f60e0b97a0bff 77 81 81 81\n5b3349b38b09cd7a 5 0 0 0\n5b3349b38b09cd7a 5 1 1 1\n5b3349b38b09cd7a 5 3 3 3\naabf4d3168897092 27 10 10 10\naabf4d3168897092 27 18 18 18\naabf4d3168897092 27 26 26 26\na0ce6a587d0e4cbb 6 1 1 1\na0ce6a587d0e4cbb 6 2 2 2\na0ce6a587d0e4cbb 59 65 65 65\n4f97864adb670664 72 84 84 84\n4f97864adb670664 72 100 100 100\n4f97864adb670664 72 102 102 102\n088b93f15ca8745d 58 25 25 25\n088b93f15ca8745d 58 53 53 53\n088b93f15ca8745d 58 54 54 54\n5151d3969e328df1 33 9 9 9\n5151d3969e328df1 33 15 15 15\n5151d3969e328df1 110 124 124 124\n1f7b2e0fd123b93c 91 107 107 107\n1f7b2e0fd123b93c 91 108 108 108\n1f7b2e0fd123b93c 91 121 121 121\n01fa6190cd47d125 52 34 34 34\n01fa6190cd47d125 52 51 51 51\n01fa6190cd47d125 99 133 133 133\n95e208d61caf19c0 54 63 63 63\n95e208d61caf19c0 54 64 64 64\n95e208d61caf19c0 54 90 90 90\n2aa1e311e4bc039b 24 2 2 2\n2aa1e311e4bc039b 24 10 10 10\n2aa1e311e4bc039b 24 15 15 15\n77b60a0c0deac4ab 172 137 137 137\n77b60a0c0deac4ab 172 142 142 142\n77b60a0c0deac4ab 272 273 273 273\n01eca393f86d37c5 112 114 114 114\n01eca393f86d37c5 112 128 128 128\n01eca393f86d37c5 112 149 149 149\n4bdb70500b99c91f 32 3 3 3\n4bdb70500b99c91f 32 17 17 17\n4bdb70500b99c91f 103 119 119 119\n2defb4625a3ccb54 21 3 3 3\n2defb4625a3ccb54 21 5 5 5\n2defb4625a3ccb54 21 6 6 6\n764fb07d92a3049e 64 32 32 32\n764fb07d92a3049e 64 56 56 56\n764fb07d92a3049e 131 134 134 134\n0f59c103684c0437 30 18 18 18\n0f59c103684c0437 30 23 23 23\n0f59c103684c0437 30 26 26 26\n84029656238003da 136 146 146 146\n84029656238003da 136 151 151 151\n84029656238003da 136 181 181 181\n4766f2062abaaf74 105 67 67 67\n4766f2062abaaf74 105 75 75 75\n4766f2062abaaf74 105 104 104 104\n6a3fc7c0aee227b9 45 1 1 1\n6a3fc7c0aee227b9 45 8 8 8\n6a3fc7c0aee227b9 99 143 143 143\n298c394f21c62ae6 54 21 21 21\n298c394f21c62ae6 54 44 44 44\n298c394f21c62ae6 54 48 48 48\nff887646981745a6 188 154 154 154\nff887646981745a6 188 171 171 171\nff887646981745a6 238 243 243 243\n2cc8ef9e5319d5d7 25 8 8 8\n2cc8ef9e5319d5d7 25 13 13 13\n2cc8ef9e5319d5d7 94 102 102 102\n904a0f9fa6651f9f 141 112 112 112\n904a0f9fa6651f9f 193 208 208 208\n904a0f9fa6651f9f 193 224 224 224\n9c17e6aae5166ab5 89 91 91 91\n9c17e6aae5166ab5 89 104 104 104\n9c17e6aae5166ab5 89 114 114 114\ned8e904729cd2567 125 106 106 106\ned8e904729cd2567 125 108 108 108\ned8e904729cd2567 125 116 116 116\n43c329f7c0b40258 224 180 180 180\n43c329f7c0b40258 224 187 187 187\n43c329f7c0b40258 224 218 218 218\n89e24a668e620701 50 8 8 8\n89e24a668e620701 50 30 30 30\n89e24a668e620701 50 37 37 37\n8117627823c9776b 158 132 132 132\n8117627823c9776b 220 237 237 237\n8117627823c9776b 220 250 250 250\n64eaccc023c24217 155 122 122 122\n64eaccc023c24217 155 127 127 127\n64eaccc023c24217 205 209 209 209\nbb4347cfb631b620 149 104 104 104\nbb4347cfb631b620 149 106 106 106\nbb4347cfb631b620 252 258 258 258\n6b617d353c1937e3 63 72 72 72\n6b617d353c1937e3 63 76 76 76\n6b617d353c1937e3 63 79 79 79\nb620587f8ff01202 23 7 7 7\nb620587f8ff01202 23 15 15 15\nb620587f8ff01202 23 22 22 22\n04f5153fc5255516 64 71 71 71\n04f5153fc5255516 64 73 73 73\n04f5153fc5255516 64 76 76 76\n6b000ecd86c7b35f 42 20 20 20\n6b000ecd86c7b35f 42 35 35 35\n6b000ecd86c7b35f 42 36 36 36\n04fe4ec70781a0e8 11 9 9 9\n04fe4ec70781a0e8 75 83 83 83\n04fe4ec70781a0e8 75 105 105 105\n3eac186b3e7badb2 38 6 6 6\n3eac186b3e7badb2 38 13 13 13\n3eac186b3e7badb2 38 14 14 14\n819137fb150ec28e 27 11 11 11\n819137fb150ec28e 27 22 22 22\n819137fb150ec28e 109 131 131 131\nda75d4dd1b228bfc 10 1 1 1\nda75d4dd1b228bfc 55 66 66 66\nda75d4dd1b228bfc 55 72 72 72\nd4c4f75f8c8e8f9f 14 12 12 12\nd4c4f75f8c8e8f9f 86 109 109 109\nd4c4f75f8c8e8f9f 86 125 125 125\n45536907ffef7585 11 0 0 0\n45536907ffef7585 86 95 95 95\n45536907ffef7585 86 105 105 105\n81171940b9a26d2f 79 34 34 34\n81171940b9a26d2f 79 36 36 36\n81171940b9a26d2f 79 39 39 39\nae12c4e269cb8f8b 20 4 4 4\nae12c4e269cb8f8b 20 11 11 11\nae12c4e269cb8f8b 67 70 70 70\n17d841670d2da942 66 37 37 37\n17d841670d2da942 66 43 43 43\n17d841670d2da942 66 47 47 47\n2a9d8ba86290db0e 93 74 74 74\n2a9d8ba86290db0e 93 77 77 77\n2a9d8ba86290db0e 93 92 92 92\n9cf900f633b8031e 32 5 5 5\n9cf900f633b8031e 32 17 17 17\n9cf900f633b8031e 116 119 119 119\na04f343b42565da9 104 112 112 112\na04f343b42565da9 104 115 115 115\na04f343b42565da9 104 145 145 145\nfbdcb1880c6bab8e 97 107 107 107\nfbdcb1880c6bab8e 97 124 124 124\nfbdcb1880c6bab8e 97 129 129 129\n7c2b5456f1456d5f 126 83 83 83\n7c2b5456f1456d5f 126 92 92 92\n7c2b5456f1456d5f 199 204 204 204\nd4d374d3c6c4bcbf 15 1 1 1\nd4d374d3c6c4bcbf 15 13 13 13\nd4d374d3c6c4bcbf 78 111 111 111\n2d39f39fb8254c27 38 21 21 21\n2d39f39fb8254c27 38 35 35 35\n2d39f39fb8254c27 99 109 109 109\n90816b5180dc6050 30 0 0 0\n90816b5180dc6050 107 121 121 121\n90816b5180dc6050 107 136 136 136\n0181d3b41c2cf87c 79 37 37 37\n0181d3b41c2cf87c 79 41 41 41\n0181d3b41c2cf87c 79 69 69 69\n6826c60fe2e80bb5 1 0 0 0\n6826c60fe2e80bb5 51 52 52 52\n6826c60fe2e80bb5 51 53 53 53\n6636d77b91073b2d 83 89 89 89\n6636d77b91073b2d 83 90 90 90\n6636d77b91073b2d 83 93 93 93\n4dd5f18afee6ab96 165 171 171 171\n4dd5f18afee6ab96 165 185 185 185\n4dd5f18afee6ab96 165 187 187 187\nf9b6dac3f949a98d 20 2 2 2\nf9b6dac3f949a98d 20 12 12 12\nf9b6dac3f949a98d 74 83 83 83\nc886971b3865d890 88 80 80 80\nc886971b3865d890 153 157 157 157\nc886971b3865d890 153 172 172 172\nfba249b58e9d2440 5 1 1 1\nfba249b58e9d2440 59 60 60 60\nfba249b58e9d2440 59 64 64 64\n7d1d9a87339d1530 95 104 104 104\n7d1d9a87339d1530 95 125 125 125\n7d1d9a87339d1530 95 130 130 130\n3fe783b9c7c8f492 41 4 4 4\n3fe783b9c7c8f492 41 9 9 9\n3fe783b9c7c8f492 41 19 19 19\nbcec42805bcee3e4 59 54 54 54\nbcec42805bcee3e4 59 58 58 58\nbcec42805bcee3e4 162 207 207 207\n361d722ef5009e09 145 121 121 121\n361d722ef5009e09 208 234 234 234\n361d722ef5009e09 208 246 246 246\n0b530eea368f626e 142 127 127 127\n0b530eea368f626e 142 128 128 128\n0b530eea368f626e 188 213 213 213\n7bab7b21dbaf38ab 79 46 46 46\n7bab7b21dbaf38ab 79 56 56 56\n7bab7b21dbaf38ab 79 70 70 70\nbba63b8f3750ba13 3 0 0 0\nbba63b8f3750ba13 3 1 1 1\nbba63b8f3750ba13 3 2 2 2\ndc2ebe7457bdfcf2 67 69 69 69\ndc2ebe7457bdfcf2 67 91 91 91\ndc2ebe7457bdfcf2 67 95 95 95\n5e9245c494f03552 4 0 0 0\n5e9245c494f03552 50 57 57 57\n5e9245c494f03552 50 88 88 88\nec9ca28d43dc2c34 10 1 1 1\nec9ca28d43dc2c34 67 69 69 69\nec9ca28d43dc2c34 67 102 102 102\nd98d7b9002025750 29 5 5 5\nd98d7b9002025750 29 9 9 9\nd98d7b9002025750 29 13 13 13\nbcbc4709592548bd 47 55 55 55\nbcbc4709592548bd 47 66 66 66\nbcbc4709592548bd 47 89 89 89\n1a82f31490fba51d 51 14 14 14\n1a82f31490fba51d 51 26 26 26\n1a82f31490fba51d 51 27 27 27\nd719eaa1f2dea0a3 26 11 11 11\nd719eaa1f2dea0a3 26 15 15 15\nd719eaa1f2dea0a3 71 73 73 73\nb39cc50ccc82d5af 37 9 9 9\nb39cc50ccc82d5af 37 20 20 20\nb39cc50ccc82d5af 37 35 35 35\n1c58aa75858147f1 18 1 1 1\n1c58aa75858147f1 18 5 5 5\n1c58aa75858147f1 18 13 13 13\nd5cddd204a805bad 145 110 110 110\nd5cddd204a805bad 145 142 142 142\nd5cddd204a805bad 238 253 253 253\n739b73b8848f72cb 44 14 14 14\n739b73b8848f72cb 109 124 124 124\n739b73b8848f72cb 109 137 137 137\n836441bc56499fd6 197 163 163 163\n836441bc56499fd6 256 261 261 261\n836441bc56499fd6 256 278 278 278\n7c002a878430c81e 46 54 54 54\n7c002a878430c81e 46 71 71 71\n7c002a878430c81e 46 72 72 72\n3015a3eab4b6d042 53 66 66 66\n3015a3eab4b6d042 53 69 69 69\n3015a3eab4b6d042 53 79 79 79\nf287c679c250a841 54 69 69 69\nf287c679c250a841 54 81 81 81\nf287c679c250a841 54 82 82 82\n4e66b1e1bd9676d0 54 51 51 51\n4e66b1e1bd9676d0 126 146 146 146\n4e66b1e1bd9676d0 126 164 164 164\nddf7208a1999766d 14 4 4 4\nddf7208a1999766d 14 5 5 5\nddf7208a1999766d 14 12 12 12\n2b4e1061f6415a4a 67 69 69 69\n2b4e1061f6415a4a 67 88 88 88\n2b4e1061f6415a4a 67 90 90 90\nbab18a531abc7fd3 10 3 3 3\nbab18a531abc7fd3 10 9 9 9\nbab18a531abc7fd3 68 98 98 98\n284efc2041b1d1d8 91 100 100 100\n284efc2041b1d1d8 91 105 105 105\n284efc2041b1d1d8 91 134 134 134\na0ba0e3061431ff7 17 2 2 2\na0ba0e3061431ff7 17 4 4 4\na0ba0e3061431ff7 17 8 8 8\na9f4c848d3d3176e 35 31 31 31\na9f4c848d3d3176e 35 32 32 32\na9f4c848d3d3176e 117 119 119 119\n46200541f9943d16 48 6 6 6\n46200541f9943d16 48 32 32 32\n46200541f9943d16 48 41 41 41\nb40142d9233e7825 18 14 14 14\nb40142d9233e7825 83 97 97 97\nb40142d9233e7825 83 118 118 118\n3fb3327a177a0175 52 57 57 57\n3fb3327a177a0175 52 67 67 67\n3fb3327a177a0175 52 71 71 71\n9bd7c28ddb5bcc58 85 59 59 59\n9bd7c28ddb5bcc58 85 63 63 63\n9bd7c28ddb5bcc58 85 71 71 71\n5dbdeaa9881baa28 25 9 9 9\n5dbdeaa9881baa28 25 10 10 10\n5dbdeaa9881baa28 94 96 96 96\nd42055153cb42cfa 31 11 11 11\nd42055153cb42cfa 31 27 27 27\nd42055153cb42cfa 112 141 141 141\n04e4c841b349bf5c 165 123 123 123\n04e4c841b349bf5c 165 156 156 156\n04e4c841b349bf5c 248 252 252 252\ne2e8ecd6692134c8 23 1 1 1\ne2e8ecd6692134c8 68 73 73 73\ne2e8ecd6692134c8 68 105 105 105\n7c202ec0aff9b60e 11 6 6 6\n7c202ec0aff9b60e 11 7 7 7\n7c202ec0aff9b60e 11 9 9 9\n4c7df9d3840b2d63 97 102 102 102\n4c7df9d3840b2d63 97 121 121 121\n4c7df9d3840b2d63 97 128 128 128\nfbe9232477f69e33 17 0 0 0\nfbe9232477f69e33 17 4 4 4\nfbe9232477f69e33 17 11 11 11\nbdf02051908f1fa7 32 19 19 19\nbdf02051908f1fa7 94 103 103 103\nbdf02051908f1fa7 94 105 105 105\n46b2a13f6ab0be05 40 2 2 2\n46b2a13f6ab0be05 40 13 13 13\n46b2a13f6ab0be05 90 99 99 99\nc73e9fdc045b0eaa 185 141 141 141\nc73e9fdc045b0eaa 245 247 247 247\nc73e9fdc045b0eaa 245 274 274 274\n94a2675785393082 3 2 2 2\n94a2675785393082 65 70 70 70\n94a2675785393082 65 72 72 72\na9252b44ce1d7bac 71 78 78 78\na9252b44ce1d7bac 71 106 106 106\na9252b44ce1d7bac 71 113 113 113\n4bf0a2a23df813f4 2 0 0 0\n4bf0a2a23df813f4 2 1 1 1\n4bf0a2a23df813f4 47 48 48 48\nac5ea02b6308672b 26 4 4 4\nac5ea02b6308672b 26 23 23 23\nac5ea02b6308672b 71 75 75 75\n746b958ad1d217fe 7 0 0 0\n746b958ad1d217fe 7 1 1 1\n746b958ad1d217fe 7 4 4 4\nc632aba78200c31d 7 0 0 0\nc632aba78200c31d 62 80 80 80\nc632aba78200c31d 62 102 102 102\n9ab639ce124d7b51 39 4 4 4\n9ab639ce124d7b51 39 8 8 8\n9ab639ce124d7b51 39 21 21 21\ne598846d7523a734 16 4 4 4\ne598846d7523a734 74 86 86 86\ne598846d7523a734 74 91 91 91\nf8939dcddaf7f07e 15 14 14 14\nf8939dcddaf7f07e 73 74 74 74\nf8939dcddaf7f07e 73 80 80 80\nec8a18bf04341836 64 19 19 19\nec8a18bf04341836 64 26 26 26\nec8a18bf04341836 64 48 48 48\nc2b55cdcb4729676 40 1 1 1\nc2b55cdcb4729676 40 6 6 6\nc2b55cdcb4729676 40 32 32 32\n0871e5f582cd933c 42 3 3 3\n0871e5f582cd933c 42 14 14 14\n0871e5f582cd933c 42 16 16 16\nb7cf8c0eb7ce0625 7 0 0 0\nb7cf8c0eb7ce0625 7 1 1 1\nb7cf8c0eb7ce0625 7 6 6 6\n6f0ec56192a25862 74 42 42 42\n6f0ec56192a25862 74 54 54 54\n6f0ec56192a25862 197 236 236 236\nf76e22ad948f8218 124 90 90 90\nf76e22ad948f8218 251 268 268 268\nf76e22ad948f8218 251 270 270 270\n7a18ed9f02f946f4 5 2 2 2\n7a18ed9f02f946f4 5 4 4 4\n7a18ed9f02f946f4 75 76 76 76\n2c596a5abfd67267 62 79 79 79\n2c596a5abfd67267 62 83 83 83\n2c596a5abfd67267 62 101 101 101\nbe4ba1a5e9dbdf9b 8 1 1 1\nbe4ba1a5e9dbdf9b 55 62 62 62\nbe4ba1a5e9dbdf9b 55 74 74 74\n3628ec0337eae7be 165 144 144 144\n3628ec0337eae7be 165 157 157 157\n3628ec0337eae7be 267 273 273 273\naa4a4768c8635fde 185 205 205 205\naa4a4768c8635fde 185 207 207 207\naa4a4768c8635fde 185 215 215 215\n4cc48509585e4157 16 10 10 10\n4cc48509585e4157 114 127 127 127\n4cc48509585e4157 114 153 153 153\nb3f998bea78e350b 61 31 31 31\nb3f998bea78e350b 61 36 36 36\nb3f998bea78e350b 61 51 51 51\n27b21afa9b2ef71c 70 71 71 71\n27b21afa9b2ef71c 70 82 82 82\n27b21afa9b2ef71c 70 96 96 96\n4c2ed13774ae4613 46 8 8 8\n4c2ed13774ae4613 46 24 24 24\n4c2ed13774ae4613 46 31 31 31\n4cc4c8a8cfa8e944 20 0 0 0\n4cc4c8a8cfa8e944 20 2 2 2\n4cc4c8a8cfa8e944 20 4 4 4\n71930817a2e0f2de 156 121 121 121\n71930817a2e0f2de 156 128 128 128\n71930817a2e0f2de 223 242 242 242\ne325708fe17658ee 105 110 110 110\ne325708fe17658ee 105 111 111 111\ne325708fe17658ee 105 147 147 147\n1acca83523e5bcf7 43 15 15 15\n1acca83523e5bcf7 43 16 16 16\n1acca83523e5bcf7 43 17 17 17\nf3c66c5552e28f20 12 9 9 9\nf3c66c5552e28f20 77 102 102 102\nf3c66c5552e28f20 77 112 112 112\naed2fad5a19a53be 28 5 5 5\naed2fad5a19a53be 89 106 106 106\naed2fad5a19a53be 89 111 111 111\ne75b3b4a6d3dc038 12 0 0 0\ne75b3b4a6d3dc038 12 3 3 3\ne75b3b4a6d3dc038 61 105 105 105\n83662e3f6fd46f4c 37 7 7 7\n83662e3f6fd46f4c 37 34 34 34\n83662e3f6fd46f4c 116 125 125 125\n8f06df2fca9350ba 23 8 8 8\n8f06df2fca9350ba 93 105 105 105\n8f06df2fca9350ba 93 131 131 131\n8d360bd4931a8f83 6 1 1 1\n8d360bd4931a8f83 6 2 2 2\n8d360bd4931a8f83 6 4 4 4\nab7bc777bfe89560 49 5 5 5\nab7bc777bfe89560 49 37 37 37\nab7bc777bfe89560 99 106 106 106\ndaf2753fc9a37782 82 119 119 119\ndaf2753fc9a37782 82 121 121 121\ndaf2753fc9a37782 82 123 123 123\n56edeae2e8d253be 49 59 59 59\n56edeae2e8d253be 49 62 62 62\n56edeae2e8d253be 49 67 67 67\n11337164b772b7c9 19 2 2 2\n11337164b772b7c9 19 9 9 9\n11337164b772b7c9 19 15 15 15\n61b6485ad242bf8a 2 0 0 0\n61b6485ad242bf8a 61 64 64 64\n61b6485ad242bf8a 61 66 66 66\na9af103dd88fc3bc 5 2 2 2\na9af103dd88fc3bc 5 3 3 3\na9af103dd88fc3bc 5 4 4 4\n59ca699e5d4e8358 94 63 63 63\n59ca699e5d4e8358 94 66 66 66\n59ca699e5d4e8358 156 199 199 199\n647875a0a979ab1b 98 90 90 90\n647875a0a979ab1b 98 95 95 95\n647875a0a979ab1b 153 175 175 175\n4393f3a15ed6fb9a 54 22 22 22\n4393f3a15ed6fb9a 54 41 41 41\n4393f3a15ed6fb9a 54 51 51 51\nc83531d193431010 10 7 7 7\nc83531d193431010 56 60 60 60\nc83531d193431010 56 62 62 62\na197cd828c2ac481 91 109 109 109\na197cd828c2ac481 91 112 112 112\na197cd828c2ac481 91 116 116 116\n67caddef25867bd8 19 7 7 7\n67caddef25867bd8 19 12 12 12\n67caddef25867bd8 19 15 15 15\n6ee670df48229b4e 51 66 66 66\n6ee670df48229b4e 51 70 70 70\n6ee670df48229b4e 51 82 82 82\n729b45a6f1b03e3d 5 0 0 0\n729b45a6f1b03e3d 52 61 61 61\n729b45a6f1b03e3d 52 68 68 68\n5907e099d74681e5 16 4 4 4\n5907e099d74681e5 16 11 11 11\n5907e099d74681e5 16 15 15 15\ndf2eb6835b59491f 208 169 169 169\ndf2eb6835b59491f 208 172 172 172\ndf2eb6835b59491f 208 205 205 205\nbb54cbf77871e274 61 76 76 76\nbb54cbf77871e274 61 80 80 80\nbb54cbf77871e274 61 85 85 85\nba9745dafb3a581c 6 1 1 1\nba9745dafb3a581c 6 4 4 4\nba9745dafb3a581c 6 5 5 5\naaa7703d439239d3 44 9 9 9\naaa7703d439239d3 44 30 30 30\naaa7703d439239d3 91 106 106 106\n1be80ff36848e758 24 7 7 7\n1be80ff36848e758 79 83 83 83\n1be80ff36848e758 79 87 87 87\n8b0ad2e14b8f1cd3 116 131 131 131\n8b0ad2e14b8f1cd3 116 141 141 141\n8b0ad2e14b8f1cd3 116 143 143 143\n5f92bc0686686e41 62 32 32 32\n5f92bc0686686e41 62 33 33 33\n5f92bc0686686e41 109 126 126 126\nf04880903462e8f0 128 134 134 134\nf04880903462e8f0 128 153 153 153\nf04880903462e8f0 128 163 163 163\n7a34348316608aee 59 60 60 60\n7a34348316608aee 59 71 71 71\n7a34348316608aee 59 88 88 88\ndfde927791edef3d 46 8 8 8\ndfde927791edef3d 46 17 17 17\ndfde927791edef3d 92 114 114 114\nc57faaf23ae30df2 31 0 0 0\nc57faaf23ae30df2 31 27 27 27\nc57faaf23ae30df2 149 155 155 155\nfd9ab1e2b1f8e5aa 29 21 21 21\nfd9ab1e2b1f8e5aa 130 133 133 133\nfd9ab1e2b1f8e5aa 130 143 143 143\nfe625de05cd0a34b 127 111 111 111\nfe625de05cd0a34b 236 240 240 240\nfe625de05cd0a34b 236 277 277 277\nac24b0886ebbf7b1 93 72 72 72\nac24b0886ebbf7b1 93 78 78 78\nac24b0886ebbf7b1 165 172 172 172\n19ec130ecea98d5e 109 68 68 68\n19ec130ecea98d5e 109 103 103 103\n19ec130ecea98d5e 190 206 206 206\n6e6df1bb86b2dad8 6 3 3 3\n6e6df1bb86b2dad8 122 123 123 123\n6e6df1bb86b2dad8 122 162 162 162\naec8f8a564b4a4a5 2 1 1 1\naec8f8a564b4a4a5 48 50 50 50\naec8f8a564b4a4a5 48 54 54 54\n7b9b00cf3ccf21da 178 133 133 133\n7b9b00cf3ccf21da 238 251 251 251\n7b9b00cf3ccf21da 238 260 260 260\n0ef15055b44649e3 39 5 5 5\n0ef15055b44649e3 39 7 7 7\n0ef15055b44649e3 39 26 26 26\n74529f6aa841fa08 59 64 64 64\n74529f6aa841fa08 59 73 73 73\n74529f6aa841fa08 59 88 88 88\n995e717da8a7b123 39 22 22 22\n995e717da8a7b123 100 128 128 128\n995e717da8a7b123 100 131 131 131\n5b3e821c2d04db3d 86 87 87 87\n5b3e821c2d04db3d 86 95 95 95\n5b3e821c2d04db3d 86 101 101 101\ne20bfeffc627313c 8 3 3 3\ne20bfeffc627313c 8 6 6 6\ne20bfeffc627313c 64 67 67 67\nbc80043f72d20b5f 31 29 29 29\nbc80043f72d20b5f 31 30 30 30\nbc80043f72d20b5f 88 92 92 92\n8c6376666f9956c9 49 20 20 20\n8c6376666f9956c9 49 23 23 23\n8c6376666f9956c9 49 41 41 41\nf0e5ea4b11dd17ee 8 7 7 7\nf0e5ea4b11dd17ee 54 55 55 55\nf0e5ea4b11dd17ee 54 56 56 56\n89989ea1cdde53bd 10 6 6 6\n89989ea1cdde53bd 80 81 81 81\n89989ea1cdde53bd 80 82 82 82\n957f7dca9cf5022c 108 69 69 69\n957f7dca9cf5022c 108 93 93 93\n957f7dca9cf5022c 216 243 243 243\n6cb785759c99e839 46 52 52 52\n6cb785759c99e839 46 58 58 58\n6cb785759c99e839 46 74 74 74\n57ed3518c548f1d9 118 77 77 77\n57ed3518c548f1d9 118 83 83 83\n57ed3518c548f1d9 181 185 185 185\naafc6d7b78cb27d5 206 167 167 167\naafc6d7b78cb27d5 206 179 179 179\naafc6d7b78cb27d5 206 182 182 182\n5fb79c6ae32380cd 44 30 30 30\n5fb79c6ae32380cd 44 42 42 42\n5fb79c6ae32380cd 90 91 91 91\nf3d5764df5b4f962 69 76 76 76\nf3d5764df5b4f962 69 87 87 87\nf3d5764df5b4f962 69 88 88 88\n6dbaec3d6fb0fb56 116 79 79 79\n6dbaec3d6fb0fb56 116 86 86 86\n6dbaec3d6fb0fb56 177 214 214 214\n9de9bb47ac743071 104 109 109 109\n9de9bb47ac743071 104 115 115 115\n9de9bb47ac743071 104 117 117 117\ndabd7fc58d2ae00b 121 90 90 90\ndabd7fc58d2ae00b 121 107 107 107\ndabd7fc58d2ae00b 180 200 200 200\nf30fabe79ec592b0 19 9 9 9\nf30fabe79ec592b0 78 96 96 96\nf30fabe79ec592b0 78 119 119 119\n0896b4819e39caf2 22 10 10 10\n0896b4819e39caf2 69 82 82 82\n0896b4819e39caf2 69 91 91 91\ne5fc5bde96d28aa7 57 94 94 94\ne5fc5bde96d28aa7 57 96 96 96\ne5fc5bde96d28aa7 57 99 99 99\n575c0e2214a43d45 81 85 85 85\n575c0e2214a43d45 81 90 90 90\n575c0e2214a43d45 81 93 93 93\n45dce690caec2917 21 12 12 12\n45dce690caec2917 21 15 15 15\n45dce690caec2917 21 20 20 20\n6e3ec47fd91091aa 15 3 3 3\n6e3ec47fd91091aa 15 5 5 5\n6e3ec47fd91091aa 15 7 7 7\n47191aa41a979900 101 81 81 81\n47191aa41a979900 181 193 193 193\n47191aa41a979900 181 223 223 223\n9de5a468907321fe 10 3 3 3\n9de5a468907321fe 10 5 5 5\n9de5a468907321fe 10 9 9 9\n78d3582f79e1200e 97 99 99 99\n78d3582f79e1200e 97 111 111 111\n78d3582f79e1200e 97 113 113 113\n20764a96cc70fe46 29 8 8 8\n20764a96cc70fe46 29 20 20 20\n20764a96cc70fe46 29 24 24 24\n4949361d0831c838 185 220 220 220\n4949361d0831c838 185 226 226 226\n4949361d0831c838 185 227 227 227\n5590c5929892c362 42 25 25 25\n5590c5929892c362 42 28 28 28\n5590c5929892c362 95 114 114 114\nbecb6b76e38c18f7 35 19 19 19\nbecb6b76e38c18f7 94 114 114 114\nbecb6b76e38c18f7 94 120 120 120\n81cb0c6e650961b2 25 5 5 5\n81cb0c6e650961b2 25 17 17 17\n81cb0c6e650961b2 112 114 114 114\necda08d8c061689c 7 0 0 0\necda08d8c061689c 7 4 4 4\necda08d8c061689c 82 88 88 88\nfce3a289eed2d6c6 69 25 25 25\nfce3a289eed2d6c6 69 52 52 52\nfce3a289eed2d6c6 117 128 128 128\n2d0e6766c725becc 99 57 57 57\n2d0e6766c725becc 99 95 95 95\n2d0e6766c725becc 185 210 210 210\nc87dd7b841d77114 93 58 58 58\nc87dd7b841d77114 93 62 62 62\nc87dd7b841d77114 93 91 91 91\nead2bb83c1955f14 8 0 0 0\nead2bb83c1955f14 8 7 7 7\nead2bb83c1955f14 79 83 83 83\n7131e6ea4b5fd32b 83 93 93 93\n7131e6ea4b5fd32b 83 106 106 106\n7131e6ea4b5fd32b 83 109 109 109\n6c1cb76f5e08ef49 42 1 1 1\n6c1cb76f5e08ef49 42 2 2 2\n6c1cb76f5e08ef49 42 6 6 6\ncf0c668465cd0880 81 48 48 48\ncf0c668465cd0880 81 68 68 68\ncf0c668465cd0880 172 183 183 183\neac593ae8fff36a3 103 69 69 69\neac593ae8fff36a3 103 77 77 77\neac593ae8fff36a3 103 89 89 89\n41936ce6152fee64 38 0 0 0\n41936ce6152fee64 38 23 23 23\n41936ce6152fee64 38 26 26 26\n195074aeac8bbd76 64 77 77 77\n195074aeac8bbd76 64 81 81 81\n195074aeac8bbd76 64 91 91 91\nf28ef96bc6478898 79 85 85 85\nf28ef96bc6478898 79 111 111 111\nf28ef96bc6478898 79 121 121 121\n276541de04b447c9 4 0 0 0\n276541de04b447c9 4 2 2 2\n276541de04b447c9 4 3 3 3\n557d01bd3870bdc3 61 17 17 17\n557d01bd3870bdc3 61 30 30 30\n557d01bd3870bdc3 61 31 31 31\n06ca8f480c91e9eb 23 2 2 2\n06ca8f480c91e9eb 23 3 3 3\n06ca8f480c91e9eb 23 10 10 10\nf3ed8a28d7ce7cfb 80 88 88 88\nf3ed8a28d7ce7cfb 80 95 95 95\nf3ed8a28d7ce7cfb 80 100 100 100\n6b658b1d8562dc85 202 212 212 212\n6b658b1d8562dc85 202 229 229 229\n6b658b1d8562dc85 202 243 243 243\ncdd7331ebf3d97dc 16 12 12 12\ncdd7331ebf3d97dc 64 66 66 66\ncdd7331ebf3d97dc 64 70 70 70\n0b4d5beb7d3bd867 107 113 113 113\n0b4d5beb7d3bd867 107 114 114 114\n0b4d5beb7d3bd867 107 129 129 129\n70d4509795d91dc2 17 13 13 13\n70d4509795d91dc2 17 14 14 14\n70d4509795d91dc2 65 71 71 71\na7a6ca07e47d3ebe 47 8 8 8\na7a6ca07e47d3ebe 47 14 14 14\na7a6ca07e47d3ebe 47 29 29 29\n42565e9d863220ae 86 41 41 41\n42565e9d863220ae 86 51 51 51\n42565e9d863220ae 180 186 186 186\na9bf92c478ac7127 4 3 3 3\na9bf92c478ac7127 83 84 84 84\na9bf92c478ac7127 83 91 91 91\n22a0db80d91128e4 201 161 161 161\n22a0db80d91128e4 201 164 164 164\n22a0db80d91128e4 201 171 171 171\n62454a648af0bab2 45 46 46 46\n62454a648af0bab2 45 48 48 48\n62454a648af0bab2 45 49 49 49\n0af60a9ffd747a1c 20 7 7 7\n0af60a9ffd747a1c 20 19 19 19\n0af60a9ffd747a1c 73 74 74 74\neb605762d488082c 174 147 147 147\neb605762d488082c 174 169 169 169\neb605762d488082c 235 261 261 261\n5683f9d74a5d57e7 84 69 69 69\n5683f9d74a5d57e7 84 75 75 75\n5683f9d74a5d57e7 84 80 80 80\n9ac2d730d82f59c2 53 8 8 8\n9ac2d730d82f59c2 53 22 22 22\n9ac2d730d82f59c2 122 144 144 144\n0d7f00ff38b135f7 169 147 147 147\n0d7f00ff38b135f7 224 231 231 231\n0d7f00ff38b135f7 224 233 233 233\n689bfbf638f18a83 58 53 53 53\n689bfbf638f18a83 125 128 128 128\n689bfbf638f18a83 125 160 160 160\n0f12b97e0e4c7e21 88 65 65 65\n0f12b97e0e4c7e21 88 68 68 68\n0f12b97e0e4c7e21 142 158 158 158\n91234df26c87a72b 53 41 41 41\n91234df26c87a72b 138 141 141 141\n91234df26c87a72b 138 159 159 159\n87b6e7013c92041d 202 196 196 196\n87b6e7013c92041d 202 197 197 197\n87b6e7013c92041d 247 262 262 262\nbffe7a01c7b8dcfe 41 16 16 16\nbffe7a01c7b8dcfe 41 23 23 23\nbffe7a01c7b8dcfe 141 143 143 143\n9b473c8fb35c49d3 11 2 2 2\n9b473c8fb35c49d3 11 3 3 3\n9b473c8fb35c49d3 77 83 83 83\ndd5288bacc7da7cf 44 6 6 6\ndd5288bacc7da7cf 44 9 9 9\ndd5288bacc7da7cf 44 21 21 21\n14417ac810f2024f 18 3 3 3\n14417ac810f2024f 18 11 11 11\n14417ac810f2024f 18 15 15 15\n0c824455996db331 95 53 53 53\n0c824455996db331 95 85 85 85\n0c824455996db331 141 170 170 170\na030e89683ab9e52 30 13 13 13\na030e89683ab9e52 30 14 14 14\na030e89683ab9e52 30 19 19 19\n03b440db4696d8e7 55 60 60 60\n03b440db4696d8e7 55 66 66 66\n03b440db4696d8e7 55 75 75 75\n5e275e7af840e344 83 56 56 56\n5e275e7af840e344 218 223 223 223\n5e275e7af840e344 218 261 261 261\nc1618081efaf1de7 119 107 107 107\nc1618081efaf1de7 171 197 197 197\nc1618081efaf1de7 171 199 199 199\n8d8218c2ca6827a0 48 54 54 54\n8d8218c2ca6827a0 48 60 60 60\n8d8218c2ca6827a0 48 75 75 75\n48aff7218b00d843 6 1 1 1\n48aff7218b00d843 51 75 75 75\n48aff7218b00d843 51 84 84 84\neb7f7ee099458b56 52 63 63 63\neb7f7ee099458b56 52 68 68 68\neb7f7ee099458b56 52 76 76 76\n56431a47026cb391 137 111 111 111\n56431a47026cb391 137 115 115 115\n56431a47026cb391 137 133 133 133\nd8b9291cd6522e22 193 160 160 160\nd8b9291cd6522e22 240 249 249 249\nd8b9291cd6522e22 240 254 254 254\ned81850c1a28531c 45 46 46 46\ned81850c1a28531c 45 65 65 65\ned81850c1a28531c 45 77 77 77\n333c649f75c3c7bc 32 12 12 12\n333c649f75c3c7bc 32 25 25 25\n333c649f75c3c7bc 102 113 113 113\nc0ea4bf720bf54a5 22 1 1 1\nc0ea4bf720bf54a5 22 2 2 2\nc0ea4bf720bf54a5 22 4 4 4\n45a0fe252a89e008 146 148 148 148\n45a0fe252a89e008 146 167 167 167\n45a0fe252a89e008 146 176 176 176\n234271629f7099df 10 1 1 1\n234271629f7099df 10 4 4 4\n234271629f7099df 10 9 9 9\ncaa07defb7be4de3 10 3 3 3\ncaa07defb7be4de3 115 121 121 121\ncaa07defb7be4de3 115 151 151 151\nea1b9b9316f619cd 7 1 1 1\nea1b9b9316f619cd 7 4 4 4\nea1b9b9316f619cd 53 56 56 56\ndb9ead0b86fd1b60 2 1 1 1\ndb9ead0b86fd1b60 49 51 51 51\ndb9ead0b86fd1b60 49 59 59 59\n5bfee4481ea74c8e 49 11 11 11\n5bfee4481ea74c8e 49 26 26 26\n5bfee4481ea74c8e 49 47 47 47\n24fea6c2c7caa434 87 100 100 100\n24fea6c2c7caa434 87 112 112 112\n24fea6c2c7caa434 87 124 124 124\ne380a646d53e15d1 180 149 149 149\ne380a646d53e15d1 262 269 269 269\ne380a646d53e15d1 262 274 274 274\ne7a010953cc7a6ab 47 2 2 2\ne7a010953cc7a6ab 47 17 17 17\ne7a010953cc7a6ab 102 107 107 107\n4acd145b0c133dca 37 5 5 5\n4acd145b0c133dca 37 24 24 24\n4acd145b0c133dca 84 103 103 103\ne60589d40eda6049 173 140 140 140\ne60589d40eda6049 219 229 229 229\ne60589d40eda6049 219 231 231 231\n3dcdffe3b9c6235b 1 0 0 0\n3dcdffe3b9c6235b 62 64 64 64\n3dcdffe3b9c6235b 62 70 70 70\nfcd7ebdf0454ef30 43 1 1 1\nfcd7ebdf0454ef30 43 16 16 16\nfcd7ebdf0454ef30 43 33 33 33\n4fcb05445f591efe 140 150 150 150\n4fcb05445f591efe 140 155 155 155\n4fcb05445f591efe 140 175 175 175\necc2b1b9cb1fa9ad 17 7 7 7\necc2b1b9cb1fa9ad 95 104 104 104\necc2b1b9cb1fa9ad 95 112 112 112\n5ea147b81ee118b9 185 171 171 171\n5ea147b81ee118b9 185 183 183 183\n5ea147b81ee118b9 246 270 270 270\n83a593a5f24ab22a 50 19 19 19\n83a593a5f24ab22a 175 189 189 189\n83a593a5f24ab22a 175 196 196 196\n0a78dcb828c506f1 41 1 1 1\n0a78dcb828c506f1 41 16 16 16\n0a78dcb828c506f1 41 29 29 29\n633766029a6f910a 37 7 7 7\n633766029a6f910a 37 11 11 11\n633766029a6f910a 84 85 85 85\n5caa0d43bec54a08 21 0 0 0\n5caa0d43bec54a08 21 9 9 9\n5caa0d43bec54a08 21 13 13 13\n08c87b4b6b23895f 53 55 55 55\n08c87b4b6b23895f 53 56 56 56\n08c87b4b6b23895f 53 58 58 58\n0efeb5654da456c6 39 0 0 0\n0efeb5654da456c6 39 14 14 14\n0efeb5654da456c6 39 33 33 33\n8241a7082bac30d1 3 0 0 0\n8241a7082bac30d1 3 1 1 1\n8241a7082bac30d1 3 2 2 2\nbbb7a5bc03290eed 34 12 12 12\nbbb7a5bc03290eed 34 14 14 14\nbbb7a5bc03290eed 94 109 109 109\n62b3c2526feba53c 176 133 133 133\n62b3c2526feba53c 176 145 145 145\n62b3c2526feba53c 249 259 259 259\n0c1012a308ee2788 18 4 4 4\n0c1012a308ee2788 76 90 90 90\n0c1012a308ee2788 76 119 119 119\n1bf668db0194cf83 17 2 2 2\n1bf668db0194cf83 17 8 8 8\n1bf668db0194cf83 17 14 14 14\n377769942e6a748d 77 39 39 39\n377769942e6a748d 141 170 170 170\n377769942e6a748d 141 183 183 183\n1bdf9dd7628ddb0b 43 26 26 26\n1bdf9dd7628ddb0b 43 38 38 38\n1bdf9dd7628ddb0b 104 107 107 107\n15c9a45c9c3d73f2 17 5 5 5\n15c9a45c9c3d73f2 17 9 9 9\n15c9a45c9c3d73f2 77 78 78 78\na57be88d54c918cc 36 11 11 11\na57be88d54c918cc 36 12 12 12\na57be88d54c918cc 36 32 32 32\n8313ad82338d4267 3 2 2 2\n8313ad82338d4267 116 128 128 128\n8313ad82338d4267 116 142 142 142\n17a489f3cec39fea 31 0 0 0\n17a489f3cec39fea 31 26 26 26\n17a489f3cec39fea 115 157 157 157\n6e49658d2ffa7317 225 205 205 205\n6e49658d2ffa7317 225 207 207 207\n6e49658d2ffa7317 225 217 217 217\n34e7e73829083c8d 6 4 4 4\n34e7e73829083c8d 57 61 61 61\n34e7e73829083c8d 57 65 65 65\n7e782110c76f1b1b 74 43 43 43\n7e782110c76f1b1b 190 204 204 204\n7e782110c76f1b1b 190 207 207 207\n0ed4c9cac4a615fd 4 0 0 0\n0ed4c9cac4a615fd 4 1 1 1\n0ed4c9cac4a615fd 71 72 72 72\n8d8ed24e0894a4c8 92 70 70 70\n8d8ed24e0894a4c8 92 77 77 77\n8d8ed24e0894a4c8 150 151 151 151\nb8413ce252bf13d7 51 56 56 56\nb8413ce252bf13d7 51 57 57 57\nb8413ce252bf13d7 51 62 62 62\nef98d62b2aee6ae1 203 178 178 178\nef98d62b2aee6ae1 248 253 253 253\nef98d62b2aee6ae1 248 260 260 260\n4e79d56376422ec3 19 1 1 1\n4e79d56376422ec3 19 8 8 8\n4e79d56376422ec3 19 9 9 9\n899d5aad5054b2ec 34 14 14 14\n899d5aad5054b2ec 85 101 101 101\n899d5aad5054b2ec 85 117 117 117\nbcd00bfb5b5ea4dc 11 4 4 4\nbcd00bfb5b5ea4dc 60 71 71 71\nbcd00bfb5b5ea4dc 60 73 73 73\n3faac9603907b329 73 70 70 70\n3faac9603907b329 148 151 151 151\n3faac9603907b329 148 192 192 192\na18f5d8a3c80ddc3 88 49 49 49\na18f5d8a3c80ddc3 88 53 53 53\na18f5d8a3c80ddc3 150 154 154 154\nd588faf7548ce660 67 72 72 72\nd588faf7548ce660 67 73 73 73\nd588faf7548ce660 67 75 75 75\n466150f780ad7b80 13 7 7 7\n466150f780ad7b80 13 8 8 8\n466150f780ad7b80 60 64 64 64\n05ec2d3e4c027220 92 55 55 55\n05ec2d3e4c027220 167 171 171 171\n05ec2d3e4c027220 167 201 201 201\nace3ec0961ae36c2 151 109 109 109\nace3ec0961ae36c2 151 139 139 139\nace3ec0961ae36c2 243 277 277 277\nba40127161ab964f 5 0 0 0\nba40127161ab964f 56 63 63 63\nba40127161ab964f 56 64 64 64\n2e2ad99d45033d6a 172 127 127 127\n2e2ad99d45033d6a 172 130 130 130\n2e2ad99d45033d6a 227 258 258 258\nfc508faa91c9807d 50 64 64 64\nfc508faa91c9807d 50 71 71 71\nfc508faa91c9807d 50 81 81 81\n668c3b2ac77aa971 1 0 0 0\n668c3b2ac77aa971 49 50 50 50\n668c3b2ac77aa971 49 51 51 51\n6eee0f7e1a48d281 52 16 16 16\n6eee0f7e1a48d281 52 26 26 26\n6eee0f7e1a48d281 52 41 41 41\n8e5212955220eb64 61 49 49 49\n8e5212955220eb64 61 51 51 51\n8e5212955220eb64 61 60 60 60\n3e4057a188e15ac3 23 0 0 0\n3e4057a188e15ac3 23 5 5 5\n3e4057a188e15ac3 23 13 13 13\ne39c920c813f853c 38 33 33 33\ne39c920c813f853c 83 91 91 91\ne39c920c813f853c 83 115 115 115\nc26d21b91be5b935 89 93 93 93\nc26d21b91be5b935 89 107 107 107\nc26d21b91be5b935 89 128 128 128\na2efdc6dba7e712f 3 0 0 0\na2efdc6dba7e712f 3 1 1 1\na2efdc6dba7e712f 3 2 2 2\nfab28f712c0edea4 40 20 20 20\nfab28f712c0edea4 40 28 28 28\nfab28f712c0edea4 40 37 37 37\n107d3d674fdebd31 50 17 17 17\n107d3d674fdebd31 50 27 27 27\n107d3d674fdebd31 126 153 153 153\n82f4b042bd75b4d8 56 19 19 19\n82f4b042bd75b4d8 56 20 20 20\n82f4b042bd75b4d8 56 41 41 41\n6d2640a0e738c9d8 43 0 0 0\n6d2640a0e738c9d8 43 20 20 20\n6d2640a0e738c9d8 43 29 29 29\n58c5b216fe06588d 15 9 9 9\n58c5b216fe06588d 73 91 91 91\n58c5b216fe06588d 73 110 110 110\nbdc9dd08d9406ab1 55 14 14 14\nbdc9dd08d9406ab1 55 38 38 38\nbdc9dd08d9406ab1 101 109 109 109\n55da75a29ec08b18 103 59 59 59\n55da75a29ec08b18 103 68 68 68\n55da75a29ec08b18 103 101 101 101\n01866b81c3b90f2c 4 2 2 2\n01866b81c3b90f2c 53 54 54 54\n01866b81c3b90f2c 53 59 59 59\nbec9a97a71e5d4c4 92 105 105 105\nbec9a97a71e5d4c4 92 107 107 107\nbec9a97a71e5d4c4 92 128 128 128\n6de80f26ff52ab0b 188 146 146 146\n6de80f26ff52ab0b 188 160 160 160\n6de80f26ff52ab0b 188 167 167 167\ne6fb69436b9345c2 103 89 89 89\ne6fb69436b9345c2 213 219 219 219\ne6fb69436b9345c2 213 221 221 221\n8378c05d202ce0fc 60 19 19 19\n8378c05d202ce0fc 60 28 28 28\n8378c05d202ce0fc 60 54 54 54\n94189d6c5b0645bf 82 102 102 102\n94189d6c5b0645bf 82 103 103 103\n94189d6c5b0645bf 82 122 122 122\n828a000aaa5ac92c 34 1 1 1\n828a000aaa5ac92c 153 167 167 167\n828a000aaa5ac92c 153 177 177 177\n5691140dfe17d1c5 52 56 56 56\n5691140dfe17d1c5 52 61 61 61\n5691140dfe17d1c5 52 63 63 63\nde7683dd402217a1 137 109 109 109\nde7683dd402217a1 137 122 122 122\nde7683dd402217a1 193 212 212 212\n853841a1057d41e0 44 11 11 11\n853841a1057d41e0 98 102 102 102\n853841a1057d41e0 98 125 125 125\n95d7f4146108b286 48 57 57 57\n95d7f4146108b286 48 65 65 65\n95d7f4146108b286 48 79 79 79\n2afcf696e7cb53a0 4 0 0 0\n2afcf696e7cb53a0 4 1 1 1\n2afcf696e7cb53a0 4 2 2 2\nfdceb26461ef9adb 128 103 103 103\nfdceb26461ef9adb 224 225 225 225\nfdceb26461ef9adb 224 235 235 235\nd9024c44c3ce7c99 39 1 1 1\nd9024c44c3ce7c99 39 16 16 16\nd9024c44c3ce7c99 39 30 30 30\n2e64a2d17f9a76f7 36 17 17 17\n2e64a2d17f9a76f7 83 114 114 114\n2e64a2d17f9a76f7 83 117 117 117\n375cff10cab07955 198 159 159 159\n375cff10cab07955 198 162 162 162\n375cff10cab07955 198 167 167 167\n744e3a46b9825e92 158 118 118 118\n744e3a46b9825e92 158 131 131 131\n744e3a46b9825e92 259 274 274 274\n7567387078585ec3 68 25 25 25\n7567387078585ec3 68 33 33 33\n7567387078585ec3 130 143 143 143\nf72c0ee742645e57 55 56 56 56\nf72c0ee742645e57 55 65 65 65\nf72c0ee742645e57 55 70 70 70\ne461d54836b69d9b 34 33 33 33\ne461d54836b69d9b 84 104 104 104\ne461d54836b69d9b 84 114 114 114\n717dddca36581b01 131 111 111 111\n717dddca36581b01 182 201 201 201\n717dddca36581b01 182 213 213 213\n0277b87a9c943ed5 41 18 18 18\n0277b87a9c943ed5 117 136 136 136\n0277b87a9c943ed5 117 152 152 152\n28742766eb882cd2 70 72 72 72\n28742766eb882cd2 70 74 74 74\n28742766eb882cd2 70 79 79 79\na130af3da8fd1ca2 21 10 10 10\na130af3da8fd1ca2 21 16 16 16\na130af3da8fd1ca2 105 131 131 131\n0c72eaf6bbb7c681 7 0 0 0\n0c72eaf6bbb7c681 7 2 2 2\n0c72eaf6bbb7c681 58 59 59 59\n04ca03945611febb 6 5 5 5\n04ca03945611febb 89 100 100 100\n04ca03945611febb 89 106 106 106\nd17e73dbcb08d95f 31 0 0 0\nd17e73dbcb08d95f 31 9 9 9\nd17e73dbcb08d95f 31 21 21 21\n7d6e7d0a50a541e4 3 2 2 2\n7d6e7d0a50a541e4 54 64 64 64\n7d6e7d0a50a541e4 54 78 78 78\n784143851cf85184 65 69 69 69\n784143851cf85184 65 70 70 70\n784143851cf85184 65 80 80 80\n93a8bf0ecd7eafcf 24 8 8 8\n93a8bf0ecd7eafcf 24 10 10 10\n93a8bf0ecd7eafcf 70 73 73 73\nc372fc209eba9c1a 86 82 82 82\nc372fc209eba9c1a 86 84 84 84\nc372fc209eba9c1a 147 169 169 169\n7de7774aaf06c970 28 5 5 5\n7de7774aaf06c970 28 24 24 24\n7de7774aaf06c970 81 125 125 125\na6ce72529fcf85a2 161 182 182 182\na6ce72529fcf85a2 161 192 192 192\na6ce72529fcf85a2 161 193 193 193\nd7e0dc9c9baa7b63 8 0 0 0\nd7e0dc9c9baa7b63 8 3 3 3\nd7e0dc9c9baa7b63 8 7 7 7\n0cd63c88350eef60 41 8 8 8\n0cd63c88350eef60 41 26 26 26\n0cd63c88350eef60 137 163 163 163\n0e01be9445403642 12 2 2 2\n0e01be9445403642 12 4 4 4\n0e01be9445403642 58 67 67 67\nd5c566c8b4bd9db7 30 18 18 18\nd5c566c8b4bd9db7 86 111 111 111\nd5c566c8b4bd9db7 86 124 124 124\n8ee62148c2ccca46 43 0 0 0\n8ee62148c2ccca46 104 109 109 109\n8ee62148c2ccca46 104 113 113 113\n034677cf3d80162d 78 62 62 62\n034677cf3d80162d 140 155 155 155\n034677cf3d80162d 140 161 161 161\nf85b0258cbfc3a72 13 2 2 2\nf85b0258cbfc3a72 93 99 99 99\nf85b0258cbfc3a72 93 102 102 102\nc6f8caa6b506fafa 39 11 11 11\nc6f8caa6b506fafa 39 18 18 18\nc6f8caa6b506fafa 39 31 31 31\n6aa634fbabeb5e96 113 119 119 119\n6aa634fbabeb5e96 113 140 140 140\n6aa634fbabeb5e96 113 147 147 147\n5805ee451b7917cd 20 6 6 6\n5805ee451b7917cd 117 134 134 134\n5805ee451b7917cd 117 149 149 149\ndaa58af9dd5a2d0c 84 86 86 86\ndaa58af9dd5a2d0c 84 98 98 98\ndaa58af9dd5a2d0c 84 109 109 109\n948d75a318a4abe4 32 2 2 2\n948d75a318a4abe4 32 30 30 30\n948d75a318a4abe4 113 144 144 144\nedbb41cac8bfe75f 15 1 1 1\nedbb41cac8bfe75f 15 2 2 2\nedbb41cac8bfe75f 15 11 11 11\nd74b35cd503f62e7 19 4 4 4\nd74b35cd503f62e7 19 12 12 12\nd74b35cd503f62e7 19 17 17 17\n2d7d7fb53d960909 46 55 55 55\n2d7d7fb53d960909 46 58 58 58\n2d7d7fb53d960909 46 74 74 74\n946c30dca5daf508 8 2 2 2\n946c30dca5daf508 55 57 57 57\n946c30dca5daf508 55 58 58 58\na58873773c42741b 48 50 50 50\na58873773c42741b 48 55 55 55\na58873773c42741b 48 61 61 61\nab5464d772b00fc7 53 25 25 25\nab5464d772b00fc7 53 45 45 45\nab5464d772b00fc7 53 46 46 46\n0d76da0fcac26af8 57 59 59 59\n0d76da0fcac26af8 57 63 63 63\n0d76da0fcac26af8 57 77 77 77\ndc2b2921eb2fffa4 10 5 5 5\ndc2b2921eb2fffa4 10 9 9 9\ndc2b2921eb2fffa4 57 67 67 67\na71637e333506215 16 7 7 7\na71637e333506215 16 14 14 14\na71637e333506215 16 15 15 15\nfc9754a6f9b54bc6 45 20 20 20\nfc9754a6f9b54bc6 45 23 23 23\nfc9754a6f9b54bc6 45 42 42 42\na5e0fa53371ef57f 67 33 33 33\na5e0fa53371ef57f 67 52 52 52\na5e0fa53371ef57f 67 57 57 57\n6beedb01303bb667 59 65 65 65\n6beedb01303bb667 59 75 75 75\n6beedb01303bb667 59 103 103 103\n688ea661582358cf 63 50 50 50\n688ea661582358cf 108 109 109 109\n688ea661582358cf 108 127 127 127\n645cc7949386d427 11 8 8 8\n645cc7949386d427 11 10 10 10\n645cc7949386d427 81 82 82 82\n4fb14758099ccc72 41 10 10 10\n4fb14758099ccc72 41 21 21 21\n4fb14758099ccc72 86 94 94 94\na91360c375362960 3 1 1 1\na91360c375362960 51 52 52 52\na91360c375362960 51 53 53 53\nf5aa5ff095f26cdc 24 8 8 8\nf5aa5ff095f26cdc 24 12 12 12\nf5aa5ff095f26cdc 113 125 125 125\n2da38ca64192354f 39 13 13 13\n2da38ca64192354f 39 21 21 21\n2da38ca64192354f 39 35 35 35\n15ac594106229c62 86 109 109 109\n15ac594106229c62 86 111 111 111\n15ac594106229c62 86 115 115 115\ne197a18068ad6d5b 175 137 137 137\ne197a18068ad6d5b 175 173 173 173\ne197a18068ad6d5b 246 255 255 255\nd70fc3bef87bffc1 11 7 7 7\nd70fc3bef87bffc1 74 88 88 88\nd70fc3bef87bffc1 74 89 89 89\nfd33620b83537dc2 40 8 8 8\nfd33620b83537dc2 40 22 22 22\nfd33620b83537dc2 40 24 24 24\n29460ac4580ea232 141 111 111 111\n29460ac4580ea232 141 126 126 126\n29460ac4580ea232 212 229 229 229\n4043989a4ae95a01 75 67 67 67\n4043989a4ae95a01 150 158 158 158\n4043989a4ae95a01 150 186 186 186\n03ac738af49c7596 48 49 49 49\n03ac738af49c7596 48 51 51 51\n03ac738af49c7596 48 52 52 52\na3234b314d51976a 113 114 114 114\na3234b314d51976a 113 123 123 123\na3234b314d51976a 113 125 125 125\n805530a49d25bcf4 65 26 26 26\n805530a49d25bcf4 65 48 48 48\n805530a49d25bcf4 65 50 50 50\n5914c280bec2cf73 153 116 116 116\n5914c280bec2cf73 153 139 139 139\n5914c280bec2cf73 153 152 152 152\naa604fe5b2e59274 110 132 132 132\naa604fe5b2e59274 110 138 138 138\naa604fe5b2e59274 110 155 155 155\n8e33988f116cf05b 64 66 66 66\n8e33988f116cf05b 64 76 76 76\n8e33988f116cf05b 64 86 86 86\nfa1fe0e1d0ba7450 28 16 16 16\nfa1fe0e1d0ba7450 87 97 97 97\nfa1fe0e1d0ba7450 87 99 99 99\nd59ce927e3434d0e 72 82 82 82\nd59ce927e3434d0e 72 106 106 106\nd59ce927e3434d0e 72 117 117 117\n5d9229748aa3479a 9 3 3 3\n5d9229748aa3479a 9 4 4 4\n5d9229748aa3479a 9 5 5 5\n6107c4ad0741f71d 89 62 62 62\n6107c4ad0741f71d 89 81 81 81\n6107c4ad0741f71d 220 243 243 243\n015631b21f792a12 119 127 127 127\n015631b21f792a12 119 134 134 134\n015631b21f792a12 119 138 138 138\nc8815322bd573c66 17 1 1 1\nc8815322bd573c66 17 2 2 2\nc8815322bd573c66 17 16 16 16\ne65321d7aa328362 153 156 156 156\ne65321d7aa328362 153 178 178 178\ne65321d7aa328362 153 187 187 187\nba26189581b38b93 52 27 27 27\nba26189581b38b93 144 155 155 155\nba26189581b38b93 144 178 178 178\nc45cab04c3b22166 6 5 5 5\nc45cab04c3b22166 53 54 54 54\nc45cab04c3b22166 53 75 75 75\n16c4484a4093e2f6 43 1 1 1\n16c4484a4093e2f6 43 6 6 6\n16c4484a4093e2f6 43 21 21 21\n61f92e36cb0ec524 9 1 1 1\n61f92e36cb0ec524 9 4 4 4\n61f92e36cb0ec524 9 6 6 6\nc27965d02919b0f8 117 102 102 102\nc27965d02919b0f8 218 222 222 222\nc27965d02919b0f8 218 236 236 236\n7eb15ceaa1029944 73 37 37 37\n7eb15ceaa1029944 73 40 40 40\n7eb15ceaa1029944 150 152 152 152\n2b625e92f2cf9de4 22 3 3 3\n2b625e92f2cf9de4 22 9 9 9\n2b625e92f2cf9de4 22 21 21 21\n19267b6a68d2701b 20 11 11 11\n19267b6a68d2701b 20 12 12 12\n19267b6a68d2701b 20 13 13 13\nb19332af4ca35524 24 8 8 8\nb19332af4ca35524 24 19 19 19\nb19332af4ca35524 24 21 21 21\n1dcd8aee9a39a61a 26 7 7 7\n1dcd8aee9a39a61a 103 137 137 137\n1dcd8aee9a39a61a 103 144 144 144\n99a31a640af1a74a 174 143 143 143\n99a31a640af1a74a 174 156 156 156\n99a31a640af1a74a 240 260 260 260\n3bb70a92a0d384e1 23 10 10 10\n3bb70a92a0d384e1 23 21 21 21\n3bb70a92a0d384e1 71 76 76 76\n1ebb496a04a1bd76 37 34 34 34\n1ebb496a04a1bd76 97 111 111 111\n1ebb496a04a1bd76 97 112 112 112\nd328cccc0727b443 6 1 1 1\nd328cccc0727b443 67 69 69 69\nd328cccc0727b443 67 79 79 79\nc4cefefb76b495d2 113 122 122 122\nc4cefefb76b495d2 113 136 136 136\nc4cefefb76b495d2 113 147 147 147\n9e1768a68dd4297a 45 29 29 29\n9e1768a68dd4297a 45 30 30 30\n9e1768a68dd4297a 45 41 41 41\n2d29ff162920db5e 5 0 0 0\n2d29ff162920db5e 5 2 2 2\n2d29ff162920db5e 69 75 75 75\n132bbf5a9e9626ce 25 9 9 9\n132bbf5a9e9626ce 25 24 24 24\n132bbf5a9e9626ce 82 94 94 94\nf307bd5f5a5f0ea0 32 8 8 8\nf307bd5f5a5f0ea0 32 12 12 12\nf307bd5f5a5f0ea0 88 101 101 101\na40e8321989a05f4 36 6 6 6\na40e8321989a05f4 36 14 14 14\na40e8321989a05f4 102 111 111 111\n84d0c8528c4c6bd7 26 10 10 10\n84d0c8528c4c6bd7 26 12 12 12\n84d0c8528c4c6bd7 105 114 114 114\n3b434b5302dea908 14 12 12 12\n3b434b5302dea908 115 127 127 127\n3b434b5302dea908 115 135 135 135\nfb80aacde91ee824 124 91 91 91\nfb80aacde91ee824 219 228 228 228\nfb80aacde91ee824 219 253 253 253\nf511c7b07d1c7a20 9 1 1 1\nf511c7b07d1c7a20 9 3 3 3\nf511c7b07d1c7a20 9 5 5 5\na39d050fdd1fadcb 39 7 7 7\na39d050fdd1fadcb 39 18 18 18\na39d050fdd1fadcb 39 25 25 25\nf5a110214805f3f1 44 15 15 15\nf5a110214805f3f1 176 179 179 179\nf5a110214805f3f1 176 186 186 186\nd7c9abc0b221c799 76 56 56 56\nd7c9abc0b221c799 207 211 211 211\nd7c9abc0b221c799 207 250 250 250\nf0e5f0dd1c2aaa26 9 7 7 7\nf0e5f0dd1c2aaa26 58 60 60 60\nf0e5f0dd1c2aaa26 58 66 66 66\n24895a02057db66e 17 15 15 15\n24895a02057db66e 62 65 65 65\n24895a02057db66e 62 90 90 90\na03a5e2db7ec8587 29 21 21 21\na03a5e2db7ec8587 80 90 90 90\na03a5e2db7ec8587 80 114 114 114\nf47c948ccd157afd 21 7 7 7\nf47c948ccd157afd 21 14 14 14\nf47c948ccd157afd 97 101 101 101\n30efdcef9f38568b 77 84 84 84\n30efdcef9f38568b 77 95 95 95\n30efdcef9f38568b 77 99 99 99\neba672df47aa3f82 54 79 79 79\neba672df47aa3f82 54 81 81 81\neba672df47aa3f82 54 98 98 98\nee3fbf8885187fd2 117 133 133 133\nee3fbf8885187fd2 117 135 135 135\nee3fbf8885187fd2 117 140 140 140\n0278b3d8abd9654d 161 138 138 138\n0278b3d8abd9654d 257 263 263 263\n0278b3d8abd9654d 257 276 276 276\n9ea263dfed55f547 52 54 54 54\n9ea263dfed55f547 52 57 57 57\n9ea263dfed55f547 52 69 69 69\n672d2597ccecf318 81 99 99 99\n672d2597ccecf318 81 113 113 113\n672d2597ccecf318 81 126 126 126\n921dc10300a78f6a 64 20 20 20\n921dc10300a78f6a 125 155 155 155\n921dc10300a78f6a 125 165 165 165\ncff142942facf89c 13 9 9 9\ncff142942facf89c 76 81 81 81\ncff142942facf89c 76 87 87 87\n0972074fece891f2 60 24 24 24\n0972074fece891f2 60 57 57 57\n0972074fece891f2 114 131 131 131\n752e80a6bb7c7c07 52 50 50 50\n752e80a6bb7c7c07 186 190 190 190\n752e80a6bb7c7c07 186 217 217 217\n1eab4db6941be725 72 83 83 83\n1eab4db6941be725 72 89 89 89\n1eab4db6941be725 72 108 108 108\n54663bf008e08760 12 0 0 0\n54663bf008e08760 12 6 6 6\n54663bf008e08760 66 71 71 71\ncef9961b00ab1b48 40 11 11 11\ncef9961b00ab1b48 40 33 33 33\ncef9961b00ab1b48 95 98 98 98\n912b03a98488ac2f 190 163 163 163\n912b03a98488ac2f 190 185 185 185\n912b03a98488ac2f 242 256 256 256\n3c90ad3bb72adcf8 190 192 192 192\n3c90ad3bb72adcf8 190 209 209 209\n3c90ad3bb72adcf8 190 222 222 222\n8ef819594522ae8a 111 132 132 132\n8ef819594522ae8a 111 153 153 153\n8ef819594522ae8a 111 155 155 155\n347d13d1a6bc9412 73 48 48 48\n347d13d1a6bc9412 73 53 53 53\n347d13d1a6bc9412 124 125 125 125\n4295b21237e193b5 1 0 0 0\n4295b21237e193b5 46 47 47 47\n4295b21237e193b5 46 49 49 49\n09b505bb829c1d12 8 0 0 0\n09b505bb829c1d12 8 2 2 2\n09b505bb829c1d12 8 4 4 4\n00620c2b77518524 48 4 4 4\n00620c2b77518524 48 6 6 6\n00620c2b77518524 100 113 113 113\nb6b995cc086a75da 44 13 13 13\nb6b995cc086a75da 44 14 14 14\nb6b995cc086a75da 44 28 28 28\n4596160a24b1af1f 82 44 44 44\n4596160a24b1af1f 82 62 62 62\n4596160a24b1af1f 82 67 67 67\n526983ce4ca81a90 23 11 11 11\n526983ce4ca81a90 23 14 14 14\n526983ce4ca81a90 103 146 146 146\nfb77aac44a45a28f 18 5 5 5\nfb77aac44a45a28f 18 17 17 17\nfb77aac44a45a28f 100 113 113 113\n6f0f62183d4e1229 97 102 102 102\n6f0f62183d4e1229 97 121 121 121\n6f0f62183d4e1229 97 136 136 136\nc35b61c37ea91b6a 36 2 2 2\nc35b61c37ea91b6a 36 15 15 15\nc35b61c37ea91b6a 36 18 18 18\n8537e57884830eb5 43 12 12 12\n8537e57884830eb5 115 126 126 126\n8537e57884830eb5 115 149 149 149\na26e4bee5c7f90c5 54 57 57 57\na26e4bee5c7f90c5 54 84 84 84\na26e4bee5c7f90c5 54 88 88 88\n1047cc04fa16e0d7 63 71 71 71\n1047cc04fa16e0d7 63 78 78 78\n1047cc04fa16e0d7 63 95 95 95\n89a026c75593caca 35 3 3 3\n89a026c75593caca 35 17 17 17\n89a026c75593caca 98 117 117 117\n69ca4edee364ea37 153 113 113 113\n69ca4edee364ea37 153 120 120 120\n69ca4edee364ea37 153 125 125 125\nb735773de192a9a2 76 46 46 46\nb735773de192a9a2 76 74 74 74\nb735773de192a9a2 153 158 158 158\n2ea3133861ebde3b 80 68 68 68\n2ea3133861ebde3b 133 134 134 134\n2ea3133861ebde3b 133 173 173 173\nf8191f02dce0150f 77 97 97 97\nf8191f02dce0150f 77 98 98 98\nf8191f02dce0150f 77 101 101 101\n179a1357a581ad51 145 102 102 102\n179a1357a581ad51 145 109 109 109\n179a1357a581ad51 145 119 119 119\n9ff997d3dcc83e02 22 5 5 5\n9ff997d3dcc83e02 22 12 12 12\n9ff997d3dcc83e02 90 93 93 93\nceb96c3270860122 157 133 133 133\nceb96c3270860122 157 138 138 138\nceb96c3270860122 222 260 260 260\n69f3b2b70edd586d 7 4 4 4\n69f3b2b70edd586d 73 82 82 82\n69f3b2b70edd586d 73 92 92 92\n20d0e788abca4aa9 23 0 0 0\n20d0e788abca4aa9 23 8 8 8\n20d0e788abca4aa9 23 18 18 18\nc44021a4afbaf971 191 154 154 154\nc44021a4afbaf971 191 161 161 161\nc44021a4afbaf971 191 190 190 190\nd235e2853aa43925 166 130 130 130\nd235e2853aa43925 166 165 165 165\nd235e2853aa43925 226 231 231 231\ncb2964e5454823de 63 51 51 51\ncb2964e5454823de 63 62 62 62\ncb2964e5454823de 117 124 124 124\nb430ae35fa9161f4 132 150 150 150\nb430ae35fa9161f4 132 161 161 161\nb430ae35fa9161f4 132 168 168 168\ne941a7fdae79934d 3 1 1 1\ne941a7fdae79934d 3 2 2 2\ne941a7fdae79934d 61 65 65 65\n8257258554fdaecb 142 102 102 102\n8257258554fdaecb 142 103 103 103\n8257258554fdaecb 187 190 190 190\n87adfc36d3ba342b 123 80 80 80\n87adfc36d3ba342b 123 98 98 98\n87adfc36d3ba342b 123 102 102 102\n25f59dd9a56e9c6d 50 6 6 6\n25f59dd9a56e9c6d 50 44 44 44\n25f59dd9a56e9c6d 119 128 128 128\n9697ae7cea5254a4 46 52 52 52\n9697ae7cea5254a4 46 53 53 53\n9697ae7cea5254a4 46 63 63 63\nfa39d69a2574690f 75 76 76 76\nfa39d69a2574690f 75 85 85 85\nfa39d69a2574690f 75 97 97 97\ncb3bdc85efff5724 54 57 57 57\ncb3bdc85efff5724 54 62 62 62\ncb3bdc85efff5724 54 63 63 63\n1259726fc1f8e966 163 148 148 148\n1259726fc1f8e966 163 157 157 157\n1259726fc1f8e966 261 266 266 266\n0c884aee4b01366f 27 11 11 11\n0c884aee4b01366f 27 24 24 24\n0c884aee4b01366f 90 96 96 96\n6009631d399952df 96 112 112 112\n6009631d399952df 96 113 113 113\n6009631d399952df 96 117 117 117\n0282160b901229a7 48 50 50 50\n0282160b901229a7 48 51 51 51\n0282160b901229a7 48 57 57 57\n33ac471b97ddf5c5 30 22 22 22\n33ac471b97ddf5c5 95 106 106 106\n33ac471b97ddf5c5 95 112 112 112\nc64f00c1ccd5ec4b 3 0 0 0\nc64f00c1ccd5ec4b 3 1 1 1\nc64f00c1ccd5ec4b 48 49 49 49\n63d81fedb5c9b7f2 122 134 134 134\n63d81fedb5c9b7f2 122 138 138 138\n63d81fedb5c9b7f2 122 163 163 163\n1c919c7e4ec601de 49 57 57 57\n1c919c7e4ec601de 49 59 59 59\n1c919c7e4ec601de 49 60 60 60\nb58ecd3619eddd49 61 26 26 26\nb58ecd3619eddd49 61 51 51 51\nb58ecd3619eddd49 61 60 60 60\n63cb6b1e6f0ec371 48 26 26 26\n63cb6b1e6f0ec371 48 36 36 36\n63cb6b1e6f0ec371 101 111 111 111\nddbbfeb7e37f9a72 33 10 10 10\nddbbfeb7e37f9a72 33 24 24 24\nddbbfeb7e37f9a72 125 151 151 151\nc53178af617eaa65 59 39 39 39\nc53178af617eaa65 154 168 168 168\nc53178af617eaa65 154 197 197 197\n21f3cc00e0cfe8bc 143 114 114 114\n21f3cc00e0cfe8bc 143 141 141 141\n21f3cc00e0cfe8bc 225 238 238 238\n920e30127845e140 12 5 5 5\n920e30127845e140 12 11 11 11\n920e30127845e140 95 97 97 97\nc4ecf8f6a9a73870 21 1 1 1\nc4ecf8f6a9a73870 21 9 9 9\nc4ecf8f6a9a73870 21 13 13 13\n5d79e5de45d935d1 60 15 15 15\n5d79e5de45d935d1 60 26 26 26\n5d79e5de45d935d1 60 44 44 44\n4e0c15e5810c0ab2 9 1 1 1\n4e0c15e5810c0ab2 9 6 6 6\n4e0c15e5810c0ab2 66 70 70 70\n2e86767798c005df 185 143 143 143\n2e86767798c005df 185 161 161 161\n2e86767798c005df 185 166 166 166\n0807e84457d5ef58 68 84 84 84\n0807e84457d5ef58 68 88 88 88\n0807e84457d5ef58 68 102 102 102\nfd020d75ab5e2fa3 109 78 78 78\nfd020d75ab5e2fa3 109 91 91 91\nfd020d75ab5e2fa3 170 173 173 173\n64f53080e3e30d27 108 64 64 64\n64f53080e3e30d27 108 96 96 96\n64f53080e3e30d27 108 101 101 101\n86874c01355a2bcb 19 2 2 2\n86874c01355a2bcb 97 110 110 110\n86874c01355a2bcb 97 116 116 116\n5fc746dbfefa9165 9 8 8 8\n5fc746dbfefa9165 56 68 68 68\n5fc746dbfefa9165 56 71 71 71\n70b2d013a16c3f1c 15 1 1 1\n70b2d013a16c3f1c 15 3 3 3\n70b2d013a16c3f1c 15 9 9 9\nfc43cc25dadacb18 37 19 19 19\nfc43cc25dadacb18 37 35 35 35\nfc43cc25dadacb18 135 142 142 142\nf9a8aed939561b11 26 20 20 20\nf9a8aed939561b11 26 24 24 24\nf9a8aed939561b11 80 83 83 83\nd590898a3412d9db 3 0 0 0\nd590898a3412d9db 3 2 2 2\nd590898a3412d9db 49 50 50 50\nfc50693501976251 83 58 58 58\nfc50693501976251 154 158 158 158\nfc50693501976251 154 178 178 178\n45108618c40e26a7 110 84 84 84\n45108618c40e26a7 110 96 96 96\n45108618c40e26a7 162 167 167 167\n0a8f10a9a68236f7 91 46 46 46\n0a8f10a9a68236f7 91 49 49 49\n0a8f10a9a68236f7 91 90 90 90\n3d0a0fecfbdada35 46 43 43 43\n3d0a0fecfbdada35 116 121 121 121\n3d0a0fecfbdada35 116 138 138 138\ncc0f96b3131f5924 34 0 0 0\ncc0f96b3131f5924 34 8 8 8\ncc0f96b3131f5924 34 18 18 18\n8f4f40cfd0a5dfce 173 132 132 132\n8f4f40cfd0a5dfce 173 140 140 140\n8f4f40cfd0a5dfce 173 159 159 159\na1f17ffb3774a402 71 82 82 82\na1f17ffb3774a402 71 85 85 85\na1f17ffb3774a402 71 88 88 88\n9ec7e84448107a83 68 79 79 79\n9ec7e84448107a83 68 83 83 83\n9ec7e84448107a83 68 94 94 94\n1deec169175eb15b 108 112 112 112\n1deec169175eb15b 108 116 116 116\n1deec169175eb15b 108 131 131 131\n31838e9542a906be 81 40 40 40\n31838e9542a906be 81 46 46 46\n31838e9542a906be 135 139 139 139\n039b153af4fbfba7 52 65 65 65\n039b153af4fbfba7 52 88 88 88\n039b153af4fbfba7 52 94 94 94\nf8d51dcaf719d69f 60 72 72 72\nf8d51dcaf719d69f 60 79 79 79\nf8d51dcaf719d69f 60 81 81 81\n32db375ab51d77a4 65 69 69 69\n32db375ab51d77a4 65 72 72 72\n32db375ab51d77a4 65 75 75 75\n9e8dd4972a31efa3 124 106 106 106\n9e8dd4972a31efa3 124 107 107 107\n9e8dd4972a31efa3 201 208 208 208\nbdfcb70c3b207cc8 37 7 7 7\nbdfcb70c3b207cc8 87 95 95 95\nbdfcb70c3b207cc8 87 122 122 122\n00d83c48cb78ec83 126 112 112 112\n00d83c48cb78ec83 209 236 236 236\n00d83c48cb78ec83 209 251 251 251\n1859766466c069b1 17 2 2 2\n1859766466c069b1 17 4 4 4\n1859766466c069b1 17 12 12 12\nddb62c613f41a45b 91 62 62 62\nddb62c613f41a45b 91 86 86 86\nddb62c613f41a45b 144 157 157 157\n8ef7d37c41526dcf 3 1 1 1\n8ef7d37c41526dcf 75 78 78 78\n8ef7d37c41526dcf 75 85 85 85\na9d3d94ea6cda8f7 182 144 144 144\na9d3d94ea6cda8f7 182 150 150 150\na9d3d94ea6cda8f7 236 242 242 242\n375f9c448cf31ccb 68 77 77 77\n375f9c448cf31ccb 68 78 78 78\n375f9c448cf31ccb 68 82 82 82\n51e6564f504e05fe 18 2 2 2\n51e6564f504e05fe 18 11 11 11\n51e6564f504e05fe 18 16 16 16\ne42d49970a73764c 97 56 56 56\ne42d49970a73764c 97 76 76 76\ne42d49970a73764c 172 184 184 184\na0758dca874bd1d5 15 10 10 10\na0758dca874bd1d5 15 12 12 12\na0758dca874bd1d5 15 14 14 14\nd9adc7ad73a2dfa4 49 42 42 42\nd9adc7ad73a2dfa4 141 173 173 173\nd9adc7ad73a2dfa4 141 176 176 176\n80aba447f03d0ff7 70 66 66 66\n80aba447f03d0ff7 120 153 153 153\n80aba447f03d0ff7 120 165 165 165\n8bcb36de071cd64a 68 32 32 32\n8bcb36de071cd64a 68 34 34 34\n8bcb36de071cd64a 68 57 57 57\n20b541350492e3ad 3 0 0 0\n20b541350492e3ad 53 55 55 55\n20b541350492e3ad 53 65 65 65\n2be655d4137e6e29 18 5 5 5\n2be655d4137e6e29 18 11 11 11\n2be655d4137e6e29 18 12 12 12\n0bcef9ed1c18f74d 87 46 46 46\n0bcef9ed1c18f74d 87 74 74 74\n0bcef9ed1c18f74d 220 234 234 234\n5586d19d78221ec6 50 57 57 57\n5586d19d78221ec6 50 65 65 65\n5586d19d78221ec6 50 66 66 66\n021575237abe0684 15 8 8 8\n021575237abe0684 15 11 11 11\n021575237abe0684 63 72 72 72\n738dac4ef7c9dfae 17 8 8 8\n738dac4ef7c9dfae 17 14 14 14\n738dac4ef7c9dfae 68 72 72 72\nab4cb4f0785be136 198 199 199 199\nab4cb4f0785be136 198 210 210 210\nab4cb4f0785be136 198 212 212 212\nfcfa188fdd8e4cdc 196 154 154 154\nfcfa188fdd8e4cdc 196 165 165 165\nfcfa188fdd8e4cdc 274 276 276 276\n0f47577ab3441480 49 60 60 60\n0f47577ab3441480 49 74 74 74\n0f47577ab3441480 49 88 88 88\n2807e5ac66c140cc 57 35 35 35\n2807e5ac66c140cc 57 45 45 45\n2807e5ac66c140cc 131 170 170 170\n98471d005ba58683 80 87 87 87\n98471d005ba58683 80 110 110 110\n98471d005ba58683 80 121 121 121\n90743cea7f400ed3 19 2 2 2\n90743cea7f400ed3 19 8 8 8\n90743cea7f400ed3 19 13 13 13\n47e92a07948afb36 4 1 1 1\n47e92a07948afb36 4 2 2 2\n47e92a07948afb36 51 52 52 52\n40c517d28a412a5a 32 8 8 8\n40c517d28a412a5a 32 11 11 11\n40c517d28a412a5a 106 120 120 120\n6679b7de4ab1a8bc 14 1 1 1\n6679b7de4ab1a8bc 14 3 3 3\n6679b7de4ab1a8bc 14 13 13 13\nf4ed743fad900fc2 141 109 109 109\nf4ed743fad900fc2 141 119 119 119\nf4ed743fad900fc2 141 132 132 132\nd1907fca9fd10034 70 90 90 90\nd1907fca9fd10034 70 112 112 112\nd1907fca9fd10034 70 114 114 114\na064f626c5b33e8f 46 9 9 9\na064f626c5b33e8f 46 11 11 11\na064f626c5b33e8f 147 158 158 158\n17d35e133dc3ce90 27 11 11 11\n17d35e133dc3ce90 27 18 18 18\n17d35e133dc3ce90 27 21 21 21\ne0020f5dcc0d8711 87 42 42 42\ne0020f5dcc0d8711 87 61 61 61\ne0020f5dcc0d8711 87 78 78 78\na5689a7da0524ab8 12 10 10 10\na5689a7da0524ab8 70 99 99 99\na5689a7da0524ab8 70 108 108 108\ne0559e3ac9e9c659 103 62 62 62\ne0559e3ac9e9c659 103 66 66 66\ne0559e3ac9e9c659 217 226 226 226\n8bbea8e1bf7010da 5 4 4 4\n8bbea8e1bf7010da 51 52 52 52\n8bbea8e1bf7010da 51 53 53 53\nb3944d7eaf4f122b 36 22 22 22\nb3944d7eaf4f122b 36 25 25 25\nb3944d7eaf4f122b 36 35 35 35\nc92cbbc0ff11a113 83 47 47 47\nc92cbbc0ff11a113 83 77 77 77\nc92cbbc0ff11a113 83 82 82 82\nb756ae14e926e12c 257 259 259 259\nb756ae14e926e12c 257 263 263 263\nb756ae14e926e12c 257 266 266 266\nabeb29204faa447f 18 12 12 12\nabeb29204faa447f 18 16 16 16\nabeb29204faa447f 18 17 17 17\n5d2ac4639c29e11d 64 28 28 28\n5d2ac4639c29e11d 64 54 54 54\n5d2ac4639c29e11d 64 59 59 59\n946babe2aed33b04 52 32 32 32\n946babe2aed33b04 52 40 40 40\n946babe2aed33b04 107 118 118 118\nc97a79c1bcf51705 95 70 70 70\nc97a79c1bcf51705 95 71 71 71\nc97a79c1bcf51705 156 168 168 168\n30127e00a789ed7c 45 50 50 50\n30127e00a789ed7c 45 52 52 52\n30127e00a789ed7c 45 53 53 53\n88dcbd53e0f0147d 27 19 19 19\n88dcbd53e0f0147d 27 24 24 24\n88dcbd53e0f0147d 90 93 93 93\ndae13e63d6107502 123 110 110 110\ndae13e63d6107502 123 114 114 114\ndae13e63d6107502 123 117 117 117\n265a753d5237b3ae 8 0 0 0\n265a753d5237b3ae 8 2 2 2\n265a753d5237b3ae 8 6 6 6\n09265a9e57075e7c 6 2 2 2\n09265a9e57075e7c 6 4 4 4\n09265a9e57075e7c 99 123 123 123\nb3f97c3708c331fe 67 32 32 32\nb3f97c3708c331fe 67 55 55 55\nb3f97c3708c331fe 118 124 124 124\n2e7ffcba51990c93 98 55 55 55\n2e7ffcba51990c93 164 176 176 176\n2e7ffcba51990c93 164 200 200 200\n41d8b4350913ca64 65 51 51 51\n41d8b4350913ca64 118 120 120 120\n41d8b4350913ca64 118 160 160 160\nafe20f15c69bbb54 78 36 36 36\nafe20f15c69bbb54 78 41 41 41\nafe20f15c69bbb54 78 66 66 66\nd6d38171dc784c54 28 24 24 24\nd6d38171dc784c54 76 81 81 81\nd6d38171dc784c54 76 84 84 84\nf40783fc67e17e2b 29 2 2 2\nf40783fc67e17e2b 29 12 12 12\nf40783fc67e17e2b 29 16 16 16\nf954f61234d49919 13 0 0 0\nf954f61234d49919 13 4 4 4\nf954f61234d49919 109 116 116 116\n21b26eda16f7cb88 14 3 3 3\n21b26eda16f7cb88 14 4 4 4\n21b26eda16f7cb88 14 5 5 5\n4efac32be69dbf68 23 0 0 0\n4efac32be69dbf68 151 160 160 160\n4efac32be69dbf68 151 179 179 179\n6446f2c3744cbe48 46 71 71 71\n6446f2c3744cbe48 46 87 87 87\n6446f2c3744cbe48 46 90 90 90\n6929d692d1f6f2b9 62 63 63 63\n6929d692d1f6f2b9 62 71 71 71\n6929d692d1f6f2b9 62 73 73 73\n1aa94a69594df8a6 78 81 81 81\n1aa94a69594df8a6 78 98 98 98\n1aa94a69594df8a6 78 120 120 120\n134d7e5a74497a82 91 53 53 53\n134d7e5a74497a82 91 64 64 64\n134d7e5a74497a82 169 172 172 172\n7b700718d4651543 3 0 0 0\n7b700718d4651543 75 76 76 76\n7b700718d4651543 75 77 77 77\necc603a8956fc2ce 112 115 115 115\necc603a8956fc2ce 112 117 117 117\necc603a8956fc2ce 112 138 138 138\n460e2066b64b2a40 49 59 59 59\n460e2066b64b2a40 49 68 68 68\n460e2066b64b2a40 49 70 70 70\n9dc495d96b40e720 56 60 60 60\n9dc495d96b40e720 56 65 65 65\n9dc495d96b40e720 56 69 69 69\n5f4ad1c4a3979f1a 205 165 165 165\n5f4ad1c4a3979f1a 205 169 169 169\n5f4ad1c4a3979f1a 205 173 173 173\n7a514b19147f6c9b 55 21 21 21\n7a514b19147f6c9b 55 24 24 24\n7a514b19147f6c9b 55 43 43 43\na43d7bb904963bb6 17 1 1 1\na43d7bb904963bb6 17 3 3 3\na43d7bb904963bb6 17 16 16 16\n7a8a0b336a42d544 11 6 6 6\n7a8a0b336a42d544 11 8 8 8\n7a8a0b336a42d544 11 9 9 9\n2e35fc35559543f2 68 99 99 99\n2e35fc35559543f2 68 108 108 108\n2e35fc35559543f2 68 110 110 110\nff1c8223873aa02b 71 76 76 76\nff1c8223873aa02b 71 81 81 81\nff1c8223873aa02b 71 84 84 84\n3f0d9e856d93b8b3 10 0 0 0\n3f0d9e856d93b8b3 10 6 6 6\n3f0d9e856d93b8b3 10 9 9 9\na2041fa872864e56 39 24 24 24\na2041fa872864e56 110 115 115 115\na2041fa872864e56 110 121 121 121\n75af88e73cd1dd2f 166 123 123 123\n75af88e73cd1dd2f 166 149 149 149\n75af88e73cd1dd2f 226 242 242 242\n4eb55cf1d7911e72 67 42 42 42\n4eb55cf1d7911e72 67 55 55 55\n4eb55cf1d7911e72 114 145 145 145\n7727091b9798db0e 6 0 0 0\n7727091b9798db0e 6 3 3 3\n7727091b9798db0e 6 4 4 4\n8c8ed2adba3dad7a 80 56 56 56\n8c8ed2adba3dad7a 139 160 160 160\n8c8ed2adba3dad7a 139 183 183 183\n07d0229847bd7408 21 18 18 18\n07d0229847bd7408 21 19 19 19\n07d0229847bd7408 66 77 77 77\n6789ec9b19700574 35 0 0 0\n6789ec9b19700574 35 8 8 8\n6789ec9b19700574 35 23 23 23\nf08bb76e14a2fff3 6 0 0 0\nf08bb76e14a2fff3 6 4 4 4\nf08bb76e14a2fff3 6 5 5 5\ne83d60faa025b5d6 43 13 13 13\ne83d60faa025b5d6 43 41 41 41\ne83d60faa025b5d6 110 113 113 113\n8f9e317acbb2a05b 85 41 41 41\n8f9e317acbb2a05b 85 71 71 71\n8f9e317acbb2a05b 85 73 73 73\n98a1620554116908 42 27 27 27\n98a1620554116908 42 28 28 28\n98a1620554116908 163 191 191 191\nf102a9472a7ee244 7 0 0 0\nf102a9472a7ee244 130 131 131 131\nf102a9472a7ee244 130 133 133 133\nfeed10ef893f861f 14 4 4 4\nfeed10ef893f861f 14 11 11 11\nfeed10ef893f861f 68 69 69 69\n0c5ed899789e60ad 17 6 6 6\n0c5ed899789e60ad 17 7 7 7\n0c5ed899789e60ad 17 10 10 10\n9213c7a362e7333c 7 2 2 2\n9213c7a362e7333c 59 72 72 72\n9213c7a362e7333c 59 73 73 73\n8108a9c5100498bd 14 1 1 1\n8108a9c5100498bd 68 69 69 69\n8108a9c5100498bd 68 77 77 77\n86f0abc54efed356 19 13 13 13\n86f0abc54efed356 71 79 79 79\n86f0abc54efed356 71 90 90 90\nbd27bcc9eceb859d 48 50 50 50\nbd27bcc9eceb859d 48 57 57 57\nbd27bcc9eceb859d 48 68 68 68\n063b857e6470addb 109 78 78 78\n063b857e6470addb 109 107 107 107\n063b857e6470addb 212 225 225 225\n85ab0f77f378bc0a 24 12 12 12\n85ab0f77f378bc0a 24 20 20 20\n85ab0f77f378bc0a 79 81 81 81\nf7b6889ed4c6075e 42 10 10 10\nf7b6889ed4c6075e 42 28 28 28\nf7b6889ed4c6075e 42 38 38 38\n443e5a7e679e3e94 22 1 1 1\n443e5a7e679e3e94 72 76 76 76\n443e5a7e679e3e94 72 81 81 81\n497364635884d8aa 35 8 8 8\n497364635884d8aa 35 28 28 28\n497364635884d8aa 35 34 34 34\n5272b14361bf61bf 19 7 7 7\n5272b14361bf61bf 19 15 15 15\n5272b14361bf61bf 80 81 81 81\ncf300ddfd8d74881 52 15 15 15\ncf300ddfd8d74881 112 136 136 136\ncf300ddfd8d74881 112 143 143 143\nab3e34dc26107d2e 15 9 9 9\nab3e34dc26107d2e 15 10 10 10\nab3e34dc26107d2e 80 87 87 87\n0b07051f912592d7 48 53 53 53\n0b07051f912592d7 48 56 56 56\n0b07051f912592d7 48 75 75 75\n4dd400119f6032b7 180 167 167 167\n4dd400119f6032b7 180 178 178 178\n4dd400119f6032b7 270 271 271 271\nba93a409f4e9dc82 52 61 61 61\nba93a409f4e9dc82 52 68 68 68\nba93a409f4e9dc82 52 70 70 70\n5e59fc317002f3ed 2 0 0 0\n5e59fc317002f3ed 94 115 115 115\n5e59fc317002f3ed 94 130 130 130\nd392860278ded5dd 41 4 4 4\nd392860278ded5dd 41 15 15 15\nd392860278ded5dd 41 16 16 16\n95aa74ae988f60d8 67 57 57 57\n95aa74ae988f60d8 116 126 126 126\n95aa74ae988f60d8 116 130 130 130\n00cfc0ecd345deb4 27 26 26 26\n00cfc0ecd345deb4 93 99 99 99\n00cfc0ecd345deb4 93 105 105 105\nce5cb13f40a259e3 124 81 81 81\nce5cb13f40a259e3 124 88 88 88\nce5cb13f40a259e3 124 91 91 91\n1aaeb7f0aee2f9e4 55 35 35 35\n1aaeb7f0aee2f9e4 103 110 110 110\n1aaeb7f0aee2f9e4 103 119 119 119\nb00a2bc609d0ac6e 62 27 27 27\nb00a2bc609d0ac6e 62 40 40 40\nb00a2bc609d0ac6e 146 173 173 173\nf636d5de491e6329 37 0 0 0\nf636d5de491e6329 37 20 20 20\nf636d5de491e6329 126 129 129 129\n23099812f662b3ec 53 32 32 32\n23099812f662b3ec 53 43 43 43\n23099812f662b3ec 106 132 132 132\n3bad929f21fc4336 5 0 0 0\n3bad929f21fc4336 5 2 2 2\n3bad929f21fc4336 5 3 3 3\n2412e9f45282fd15 6 1 1 1\n2412e9f45282fd15 68 80 80 80\n2412e9f45282fd15 68 85 85 85\na292f5dcdb8f2ded 5 2 2 2\na292f5dcdb8f2ded 5 3 3 3\na292f5dcdb8f2ded 75 77 77 77\na415e84bf9482810 104 108 108 108\na415e84bf9482810 104 127 127 127\na415e84bf9482810 104 146 146 146\na2ab2cac3e746d0d 28 14 14 14\na2ab2cac3e746d0d 28 25 25 25\na2ab2cac3e746d0d 81 103 103 103\n2764844c23861242 64 65 65 65\n2764844c23861242 64 68 68 68\n2764844c23861242 64 74 74 74\nf03a119328d40ccf 25 21 21 21\nf03a119328d40ccf 91 95 95 95\nf03a119328d40ccf 91 102 102 102\n0757b4bc82bf26b1 43 16 16 16\n0757b4bc82bf26b1 43 27 27 27\n0757b4bc82bf26b1 43 32 32 32\n71a1121f817eb913 78 34 34 34\n71a1121f817eb913 78 72 72 72\n71a1121f817eb913 138 154 154 154\n9266884c0cde4ea9 96 98 98 98\n9266884c0cde4ea9 96 127 127 127\n9266884c0cde4ea9 96 133 133 133\n389851bf0ac38227 59 33 33 33\n389851bf0ac38227 59 35 35 35\n389851bf0ac38227 59 37 37 37\nbdcc795a28616fae 73 29 29 29\nbdcc795a28616fae 73 39 39 39\nbdcc795a28616fae 73 69 69 69\nf14627d2fc3158d4 31 8 8 8\nf14627d2fc3158d4 31 21 21 21\nf14627d2fc3158d4 94 102 102 102\na65002b5b08ecb25 50 52 52 52\na65002b5b08ecb25 50 58 58 58\na65002b5b08ecb25 50 61 61 61\n5fc4fbe044a044a1 69 33 33 33\n5fc4fbe044a044a1 69 52 52 52\n5fc4fbe044a044a1 69 57 57 57\na79b3300f99683bc 26 23 23 23\na79b3300f99683bc 77 81 81 81\na79b3300f99683bc 77 82 82 82\nc924718921f6c112 58 64 64 64\nc924718921f6c112 58 78 78 78\nc924718921f6c112 58 82 82 82\n56f149ddad20c6bf 113 115 115 115\n56f149ddad20c6bf 113 132 132 132\n56f149ddad20c6bf 113 140 140 140\nee7e27456b9da4e3 77 106 106 106\nee7e27456b9da4e3 77 107 107 107\nee7e27456b9da4e3 77 118 118 118\na8541914a2a0c1e8 83 46 46 46\na8541914a2a0c1e8 83 55 55 55\na8541914a2a0c1e8 83 75 75 75\n2236eab1c5c86fc4 35 14 14 14\n2236eab1c5c86fc4 35 21 21 21\n2236eab1c5c86fc4 35 24 24 24\ndc71638f76df5525 19 4 4 4\ndc71638f76df5525 95 109 109 109\ndc71638f76df5525 95 128 128 128\ncee475fc8a99c826 173 152 152 152\ncee475fc8a99c826 173 159 159 159\ncee475fc8a99c826 173 172 172 172\na79894dc49ea677a 182 139 139 139\na79894dc49ea677a 182 152 152 152\na79894dc49ea677a 240 266 266 266\n70c482cd5fc069ef 12 0 0 0\n70c482cd5fc069ef 12 2 2 2\n70c482cd5fc069ef 12 5 5 5\ne3e3c593f428ff54 104 110 110 110\ne3e3c593f428ff54 104 116 116 116\ne3e3c593f428ff54 104 120 120 120\n88dbb4c34d548da9 152 137 137 137\n88dbb4c34d548da9 152 141 141 141\n88dbb4c34d548da9 199 211 211 211\nc49d1df4c465f3db 74 79 79 79\nc49d1df4c465f3db 74 82 82 82\nc49d1df4c465f3db 74 113 113 113\n6fdc59ebb74b416c 224 215 215 215\n6fdc59ebb74b416c 224 222 222 222\n6fdc59ebb74b416c 271 272 272 272\n450cf402f042bfd2 21 3 3 3\n450cf402f042bfd2 21 14 14 14\n450cf402f042bfd2 21 20 20 20\na4fed138a491038c 69 45 45 45\na4fed138a491038c 69 59 59 59\na4fed138a491038c 69 65 65 65\n03c61595d13e121c 57 67 67 67\n03c61595d13e121c 57 78 78 78\n03c61595d13e121c 57 99 99 99\n886dd05beb5c0719 29 18 18 18\n886dd05beb5c0719 79 96 96 96\n886dd05beb5c0719 79 102 102 102\n91e8442d76550600 92 110 110 110\n91e8442d76550600 92 125 125 125\n91e8442d76550600 92 128 128 128\nbbbd792cd2e9d45a 16 5 5 5\nbbbd792cd2e9d45a 16 6 6 6\nbbbd792cd2e9d45a 150 170 170 170\n83a449617d36a17b 55 18 18 18\n83a449617d36a17b 55 31 31 31\n83a449617d36a17b 142 162 162 162\nea4e3898f3aae6dd 16 6 6 6\nea4e3898f3aae6dd 16 7 7 7\nea4e3898f3aae6dd 16 9 9 9\n6afff9609b65a604 24 0 0 0\n6afff9609b65a604 24 14 14 14\n6afff9609b65a604 24 16 16 16\nfa71d84898d6ac7f 96 60 60 60\nfa71d84898d6ac7f 96 80 80 80\nfa71d84898d6ac7f 181 184 184 184\nc6f67ea6a2bbf2bd 21 4 4 4\nc6f67ea6a2bbf2bd 21 20 20 20\nc6f67ea6a2bbf2bd 110 139 139 139\n808419ef9fd420fe 46 47 47 47\n808419ef9fd420fe 46 63 63 63\n808419ef9fd420fe 46 70 70 70\n49d5b942442449b4 209 170 170 170\n49d5b942442449b4 209 180 180 180\n49d5b942442449b4 209 205 205 205\n0de78cb98105f8c2 41 8 8 8\n0de78cb98105f8c2 41 14 14 14\n0de78cb98105f8c2 41 38 38 38\nc6333da4fcea989b 48 56 56 56\nc6333da4fcea989b 48 73 73 73\nc6333da4fcea989b 48 91 91 91\n4221bc1d4aea1a02 175 130 130 130\n4221bc1d4aea1a02 175 154 154 154\n4221bc1d4aea1a02 175 158 158 158\n6d8da4c9e2de7aed 185 164 164 164\n6d8da4c9e2de7aed 185 173 173 173\n6d8da4c9e2de7aed 257 277 277 277\n084fe29cd9d008db 29 13 13 13\n084fe29cd9d008db 29 17 17 17\n084fe29cd9d008db 29 21 21 21\nb7ba6d23dd44fb7f 80 36 36 36\nb7ba6d23dd44fb7f 80 67 67 67\nb7ba6d23dd44fb7f 80 70 70 70\nbd866d25ab1390fd 213 170 170 170\nbd866d25ab1390fd 213 179 179 179\nbd866d25ab1390fd 213 183 183 183\nfba51feb5da86961 70 92 92 92\nfba51feb5da86961 70 99 99 99\nfba51feb5da86961 70 101 101 101\nf6ca331679b2a871 93 71 71 71\nf6ca331679b2a871 93 76 76 76\nf6ca331679b2a871 93 91 91 91\nb68c0934ae591f78 225 186 186 186\nb68c0934ae591f78 225 193 193 193\nb68c0934ae591f78 270 272 272 272\n02e6fb86b0172f0b 10 0 0 0\n02e6fb86b0172f0b 119 133 133 133\n02e6fb86b0172f0b 119 151 151 151\nc01df2b67bd3c05f 24 4 4 4\nc01df2b67bd3c05f 24 6 6 6\nc01df2b67bd3c05f 24 11 11 11\ncbd6d93ad53f3431 10 4 4 4\ncbd6d93ad53f3431 10 6 6 6\ncbd6d93ad53f3431 10 8 8 8\n4b7e7de9132f4149 9 1 1 1\n4b7e7de9132f4149 77 104 104 104\n4b7e7de9132f4149 77 108 108 108\n4aa1973c40d2eb93 123 102 102 102\n4aa1973c40d2eb93 123 117 117 117\n4aa1973c40d2eb93 176 192 192 192\n7d4586cbfe1889db 55 11 11 11\n7d4586cbfe1889db 55 30 30 30\n7d4586cbfe1889db 103 106 106 106\ned7884750c2c08a5 45 5 5 5\ned7884750c2c08a5 45 30 30 30\ned7884750c2c08a5 92 103 103 103\n64fa19923ca0cbff 6 0 0 0\n64fa19923ca0cbff 6 2 2 2\n64fa19923ca0cbff 6 4 4 4\n6b004118ec521930 19 4 4 4\n6b004118ec521930 19 5 5 5\n6b004118ec521930 19 12 12 12\nf20a49fc09b9ee6e 193 152 152 152\nf20a49fc09b9ee6e 193 165 165 165\nf20a49fc09b9ee6e 193 170 170 170\n069597e1fe899530 4 2 2 2\n069597e1fe899530 96 112 112 112\n069597e1fe899530 96 136 136 136\n1b2e15e6c257fa5e 3 1 1 1\n1b2e15e6c257fa5e 104 124 124 124\n1b2e15e6c257fa5e 104 134 134 134\na8baf24bbae943a0 32 1 1 1\na8baf24bbae943a0 32 7 7 7\na8baf24bbae943a0 32 15 15 15\n0aa8646901d156e4 4 0 0 0\n0aa8646901d156e4 4 1 1 1\n0aa8646901d156e4 4 3 3 3\nbe31d24825e26b2d 39 9 9 9\nbe31d24825e26b2d 39 13 13 13\nbe31d24825e26b2d 39 34 34 34\n0c3d3b45ff4a4326 21 8 8 8\n0c3d3b45ff4a4326 21 16 16 16\n0c3d3b45ff4a4326 88 95 95 95\n53edb3a3f31a036a 19 0 0 0\n53edb3a3f31a036a 19 4 4 4\n53edb3a3f31a036a 19 12 12 12\nab3d616a3d001515 42 32 32 32\nab3d616a3d001515 112 120 120 120\nab3d616a3d001515 112 128 128 128\nc9d8ffc89bd3966e 58 30 30 30\nc9d8ffc89bd3966e 58 54 54 54\nc9d8ffc89bd3966e 106 110 110 110\nacdcd593a8f50eb1 86 87 87 87\nacdcd593a8f50eb1 86 90 90 90\nacdcd593a8f50eb1 86 102 102 102\ndde6bb4b548a4c30 122 124 124 124\ndde6bb4b548a4c30 122 125 125 125\ndde6bb4b548a4c30 122 132 132 132\n80a2935841bc8dde 76 83 83 83\n80a2935841bc8dde 76 92 92 92\n80a2935841bc8dde 76 107 107 107\n87bbc64b6844b3b9 8 3 3 3\n87bbc64b6844b3b9 8 4 4 4\n87bbc64b6844b3b9 8 6 6 6\n7da673e1fe74261f 74 75 75 75\n7da673e1fe74261f 74 76 76 76\n7da673e1fe74261f 74 105 105 105\n36bd5d3f3ee292cc 9 3 3 3\n36bd5d3f3ee292cc 62 76 76 76\n36bd5d3f3ee292cc 62 82 82 82\nb84035d4df22a1b9 64 65 65 65\nb84035d4df22a1b9 64 67 67 67\nb84035d4df22a1b9 64 73 73 73\nb07bfcdf9abe8dcb 16 4 4 4\nb07bfcdf9abe8dcb 87 95 95 95\nb07bfcdf9abe8dcb 87 96 96 96\nf2c80b9e0df4fb84 47 51 51 51\nf2c80b9e0df4fb84 47 61 61 61\nf2c80b9e0df4fb84 47 71 71 71\n3c85dbda51f7e9b3 229 194 194 194\n3c85dbda51f7e9b3 229 199 199 199\n3c85dbda51f7e9b3 229 207 207 207\ncb59372e38c27d4a 7 0 0 0\ncb59372e38c27d4a 7 1 1 1\ncb59372e38c27d4a 63 66 66 66\nbbd202e75328f2eb 49 73 73 73\nbbd202e75328f2eb 49 82 82 82\nbbd202e75328f2eb 49 88 88 88\n6c3646ea25b134ac 58 69 69 69\n6c3646ea25b134ac 58 88 88 88\n6c3646ea25b134ac 58 96 96 96\n99ad451e2d55edd9 50 7 7 7\n99ad451e2d55edd9 50 8 8 8\n99ad451e2d55edd9 170 178 178 178\n9bfbdcd290c6dc72 43 29 29 29\n9bfbdcd290c6dc72 43 34 34 34\n9bfbdcd290c6dc72 43 40 40 40\n6097f40e259c0570 27 22 22 22\n6097f40e259c0570 76 78 78 78\n6097f40e259c0570 76 92 92 92\n000db54a47bd43fe 80 52 52 52\n000db54a47bd43fe 196 204 204 204\n000db54a47bd43fe 196 235 235 235\n10c4c9600bfaa4d8 83 84 84 84\n10c4c9600bfaa4d8 83 91 91 91\n10c4c9600bfaa4d8 83 102 102 102\nbf00186c27b7cb52 19 7 7 7\nbf00186c27b7cb52 19 9 9 9\nbf00186c27b7cb52 19 10 10 10\n7c90756d31a6b175 55 15 15 15\n7c90756d31a6b175 55 17 17 17\n7c90756d31a6b175 112 144 144 144\neb711d70ae1a4342 2 1 1 1\neb711d70ae1a4342 47 48 48 48\neb711d70ae1a4342 47 49 49 49\n3a48dfbd2f0977f9 51 52 52 52\n3a48dfbd2f0977f9 51 57 57 57\n3a48dfbd2f0977f9 51 60 60 60\nb2dc1873918e67d8 175 203 203 203\nb2dc1873918e67d8 175 205 205 205\nb2dc1873918e67d8 175 214 214 214\n832ae9f6a4bf1ceb 212 186 186 186\n832ae9f6a4bf1ceb 212 188 188 188\n832ae9f6a4bf1ceb 212 193 193 193\n5dbf866479511338 9 5 5 5\n5dbf866479511338 9 7 7 7\n5dbf866479511338 56 68 68 68\n9873cc20ca70cdf1 25 0 0 0\n9873cc20ca70cdf1 85 89 89 89\n9873cc20ca70cdf1 85 113 113 113\n79775710b7857709 25 3 3 3\n79775710b7857709 25 15 15 15\n79775710b7857709 25 19 19 19\nd88c9d9171a34362 14 2 2 2\nd88c9d9171a34362 14 13 13 13\nd88c9d9171a34362 71 78 78 78\n5d9dcdbe9a0d737d 88 95 95 95\n5d9dcdbe9a0d737d 88 102 102 102\n5d9dcdbe9a0d737d 88 119 119 119\n34b9d929b2707c7b 49 53 53 53\n34b9d929b2707c7b 49 57 57 57\n34b9d929b2707c7b 49 62 62 62\n7f5f6eec84743ed3 19 13 13 13\n7f5f6eec84743ed3 66 69 69 69\n7f5f6eec84743ed3 66 75 75 75\nee17c0671fabedd1 61 41 41 41\nee17c0671fabedd1 61 51 51 51\nee17c0671fabedd1 61 60 60 60\nd9cdcbe2211aea2a 24 4 4 4\nd9cdcbe2211aea2a 24 11 11 11\nd9cdcbe2211aea2a 24 15 15 15\n33288d55dde83e72 151 123 123 123\n33288d55dde83e72 151 132 132 132\n33288d55dde83e72 151 149 149 149\nb3e7154d08bf845c 45 3 3 3\nb3e7154d08bf845c 45 20 20 20\nb3e7154d08bf845c 131 166 166 166\n8ab5102df0d2dcae 90 82 82 82\n8ab5102df0d2dcae 142 165 165 165\n8ab5102df0d2dcae 142 176 176 176\n8286697c72321c16 27 2 2 2\n8286697c72321c16 27 7 7 7\n8286697c72321c16 27 9 9 9\n193c3bd339eb0a75 50 27 27 27\n193c3bd339eb0a75 50 42 42 42\n193c3bd339eb0a75 172 194 194 194\n2e30ae101611cca8 41 9 9 9\n2e30ae101611cca8 41 34 34 34\n2e30ae101611cca8 90 95 95 95\n489254d4b26a04c6 21 5 5 5\n489254d4b26a04c6 100 111 111 111\n489254d4b26a04c6 100 126 126 126\n81a4004bcc27fd29 21 3 3 3\n81a4004bcc27fd29 21 11 11 11\n81a4004bcc27fd29 112 118 118 118\naa62c3241c55ad8d 17 2 2 2\naa62c3241c55ad8d 77 116 116 116\naa62c3241c55ad8d 77 122 122 122\nc12830b7047ca5ce 25 0 0 0\nc12830b7047ca5ce 25 8 8 8\nc12830b7047ca5ce 25 21 21 21\n9135604f85c2251b 70 52 52 52\n9135604f85c2251b 70 55 55 55\n9135604f85c2251b 116 150 150 150\nc44e71779267a01f 66 27 27 27\nc44e71779267a01f 66 36 36 36\nc44e71779267a01f 66 46 46 46\nfe89d80504b29f1b 49 70 70 70\nfe89d80504b29f1b 49 72 72 72\nfe89d80504b29f1b 49 79 79 79\nd66e8d271a8ab872 35 16 16 16\nd66e8d271a8ab872 35 28 28 28\nd66e8d271a8ab872 81 126 126 126\nef69c76bde3cfd9a 33 1 1 1\nef69c76bde3cfd9a 33 20 20 20\nef69c76bde3cfd9a 33 21 21 21\n0a9f2831a3e73de8 54 12 12 12\n0a9f2831a3e73de8 54 40 40 40\n0a9f2831a3e73de8 124 132 132 132\n30140756550dc38e 147 114 114 114\n30140756550dc38e 147 141 141 141\n30140756550dc38e 233 257 257 257\nfa3f44738a1efcf8 36 15 15 15\nfa3f44738a1efcf8 36 30 30 30\nfa3f44738a1efcf8 87 92 92 92\n82bfe448b0c14ee1 23 11 11 11\n82bfe448b0c14ee1 23 12 12 12\n82bfe448b0c14ee1 23 21 21 21\n2b1303680b081ccb 27 12 12 12\n2b1303680b081ccb 27 24 24 24\n2b1303680b081ccb 75 77 77 77\n2ac7eecd3cd0252f 7 3 3 3\n2ac7eecd3cd0252f 57 59 59 59\n2ac7eecd3cd0252f 57 72 72 72\n6153908d1c550ba7 29 22 22 22\n6153908d1c550ba7 98 109 109 109\n6153908d1c550ba7 98 114 114 114\n6a2423d943574e11 12 8 8 8\n6a2423d943574e11 70 72 72 72\n6a2423d943574e11 70 78 78 78\n228ed4b87c8a6ea7 54 28 28 28\n228ed4b87c8a6ea7 54 33 33 33\n228ed4b87c8a6ea7 111 141 141 141\n0b3674ffb90b641a 152 136 136 136\n0b3674ffb90b641a 216 245 245 245\n0b3674ffb90b641a 216 261 261 261\n33c1bb87a88e59f1 138 123 123 123\n33c1bb87a88e59f1 190 193 193 193\n33c1bb87a88e59f1 190 220 220 220\n0b970b3417969c89 12 4 4 4\n0b970b3417969c89 12 6 6 6\n0b970b3417969c89 71 74 74 74\n919ed2a52bac28bf 34 20 20 20\n919ed2a52bac28bf 34 22 22 22\n919ed2a52bac28bf 34 25 25 25\n0b79ada01eb45be9 10 1 1 1\n0b79ada01eb45be9 10 5 5 5\n0b79ada01eb45be9 10 8 8 8\n774c8cdbea630fbc 9 3 3 3\n774c8cdbea630fbc 121 124 124 124\n774c8cdbea630fbc 121 147 147 147\n379470c7d22c498a 87 93 93 93\n379470c7d22c498a 87 111 111 111\n379470c7d22c498a 87 125 125 125\n51f4e2352699e799 102 57 57 57\n51f4e2352699e799 102 88 88 88\n51f4e2352699e799 157 162 162 162\nb69c761fd60e17c0 3 1 1 1\nb69c761fd60e17c0 3 2 2 2\nb69c761fd60e17c0 51 52 52 52\nb81d9174ff56e46d 17 11 11 11\nb81d9174ff56e46d 68 73 73 73\nb81d9174ff56e46d 68 83 83 83\ne246e21cf08b2748 140 156 156 156\ne246e21cf08b2748 140 167 167 167\ne246e21cf08b2748 140 173 173 173\ne13b8a8bf548eba9 30 6 6 6\ne13b8a8bf548eba9 30 13 13 13\ne13b8a8bf548eba9 30 17 17 17\n12a5cf6bbe330edb 78 42 42 42\n12a5cf6bbe330edb 149 156 156 156\n12a5cf6bbe330edb 149 163 163 163\nc73d84ba32f9e096 9 2 2 2\nc73d84ba32f9e096 9 8 8 8\nc73d84ba32f9e096 58 60 60 60\n1d4d81f8629b119e 24 13 13 13\n1d4d81f8629b119e 146 165 165 165\n1d4d81f8629b119e 146 171 171 171\n898ff473a643f4b3 17 3 3 3\n898ff473a643f4b3 17 12 12 12\n898ff473a643f4b3 17 14 14 14\n1bf4fe9301893904 53 59 59 59\n1bf4fe9301893904 53 71 71 71\n1bf4fe9301893904 53 77 77 77\na790bd601037ea91 233 197 197 197\na790bd601037ea91 233 198 198 198\na790bd601037ea91 233 213 213 213\n5c4f49fa49178d24 29 10 10 10\n5c4f49fa49178d24 29 16 16 16\n5c4f49fa49178d24 85 87 87 87\n1d04977fb85a8b3c 65 94 94 94\n1d04977fb85a8b3c 65 101 101 101\n1d04977fb85a8b3c 65 110 110 110\n5ae686d3ee88f5f0 18 1 1 1\n5ae686d3ee88f5f0 18 6 6 6\n5ae686d3ee88f5f0 89 90 90 90\nc96fd1a96637de5e 6 2 2 2\nc96fd1a96637de5e 6 4 4 4\nc96fd1a96637de5e 68 71 71 71\n4636beec02aa8dce 52 30 30 30\n4636beec02aa8dce 52 35 35 35\n4636beec02aa8dce 52 47 47 47\ncc24e059f80f8684 49 58 58 58\ncc24e059f80f8684 49 63 63 63\ncc24e059f80f8684 49 74 74 74\n89179e2c743535c0 59 41 41 41\n89179e2c743535c0 59 52 52 52\n89179e2c743535c0 184 192 192 192\nec75b23a356a07f5 5 3 3 3\nec75b23a356a07f5 66 67 67 67\nec75b23a356a07f5 66 68 68 68\n6da3a9910fddd89e 30 6 6 6\n6da3a9910fddd89e 103 129 129 129\n6da3a9910fddd89e 103 132 132 132\n52611553d3ab5683 155 131 131 131\n52611553d3ab5683 155 149 149 149\n52611553d3ab5683 155 153 153 153\n16ca2db2f920c1b4 39 17 17 17\n16ca2db2f920c1b4 122 126 126 126\n16ca2db2f920c1b4 122 138 138 138\n179ff8424ec7ad13 56 58 58 58\n179ff8424ec7ad13 56 80 80 80\n179ff8424ec7ad13 56 86 86 86\n9f57b4ea44c45ab9 95 104 104 104\n9f57b4ea44c45ab9 95 126 126 126\n9f57b4ea44c45ab9 95 128 128 128\n098263de57257005 78 75 75 75\n098263de57257005 166 201 201 201\n098263de57257005 166 203 203 203\nd93c9b82a02d647a 5 4 4 4\nd93c9b82a02d647a 75 76 76 76\nd93c9b82a02d647a 75 81 81 81\nbb940c547eed071c 49 50 50 50\nbb940c547eed071c 49 59 59 59\nbb940c547eed071c 49 61 61 61\n242fc4972c7bb385 57 59 59 59\n242fc4972c7bb385 57 62 62 62\n242fc4972c7bb385 57 76 76 76\ndcdc007caf2285af 40 5 5 5\ndcdc007caf2285af 93 107 107 107\ndcdc007caf2285af 93 115 115 115\nfc60dbb610046c56 14 10 10 10\nfc60dbb610046c56 14 12 12 12\nfc60dbb610046c56 96 135 135 135\nc8cd73e44fdf964a 14 4 4 4\nc8cd73e44fdf964a 14 10 10 10\nc8cd73e44fdf964a 14 12 12 12\n2ab72e30a616dd21 63 64 64 64\n2ab72e30a616dd21 63 66 66 66\n2ab72e30a616dd21 63 67 67 67\n769bdea6a09d2bf9 121 79 79 79\n769bdea6a09d2bf9 121 118 118 118\n769bdea6a09d2bf9 232 243 243 243\n67fb1193d1f055f0 21 0 0 0\n67fb1193d1f055f0 21 7 7 7\n67fb1193d1f055f0 86 101 101 101\n8efa8ae39e41a4c1 65 72 72 72\n8efa8ae39e41a4c1 65 88 88 88\n8efa8ae39e41a4c1 65 92 92 92\ndd959965d6c45f4b 36 4 4 4\ndd959965d6c45f4b 36 17 17 17\ndd959965d6c45f4b 36 28 28 28\n78a9e7eb0b9fed4a 45 12 12 12\n78a9e7eb0b9fed4a 106 116 116 116\n78a9e7eb0b9fed4a 106 117 117 117\nd4f002923ad8463f 8 1 1 1\nd4f002923ad8463f 8 2 2 2\nd4f002923ad8463f 55 65 65 65\n1247b2ac5986205b 130 96 96 96\n1247b2ac5986205b 130 118 118 118\n1247b2ac5986205b 208 214 214 214\n07e8ffa32746c7ce 100 109 109 109\n07e8ffa32746c7ce 100 116 116 116\n07e8ffa32746c7ce 100 135 135 135\n794ceaf2e5ef3ccf 99 109 109 109\n794ceaf2e5ef3ccf 99 115 115 115\n794ceaf2e5ef3ccf 99 132 132 132\n8c983cad2af0c7cd 119 101 101 101\n8c983cad2af0c7cd 119 108 108 108\n8c983cad2af0c7cd 223 227 227 227\n4eada4761f39df2a 39 24 24 24\n4eada4761f39df2a 164 166 166 166\n4eada4761f39df2a 164 194 194 194\n44f9aac9faaac569 27 11 11 11\n44f9aac9faaac569 89 117 117 117\n44f9aac9faaac569 89 126 126 126\nbc53101036ebcca2 4 2 2 2\nbc53101036ebcca2 4 3 3 3\nbc53101036ebcca2 50 51 51 51\na191cd7c25c96a44 60 61 61 61\na191cd7c25c96a44 60 62 62 62\na191cd7c25c96a44 60 69 69 69\n50faa0b265836e39 47 53 53 53\n50faa0b265836e39 47 56 56 56\n50faa0b265836e39 47 57 57 57\n8459bf0d15db4b0b 36 15 15 15\n8459bf0d15db4b0b 83 114 114 114\n8459bf0d15db4b0b 83 128 128 128\n316035dd285c5e27 154 112 112 112\n316035dd285c5e27 235 246 246 246\n316035dd285c5e27 235 249 249 249\n31d903660e1647c5 103 84 84 84\n31d903660e1647c5 103 91 91 91\n31d903660e1647c5 198 215 215 215\ne9b09e89e448893c 42 37 37 37\ne9b09e89e448893c 42 38 38 38\ne9b09e89e448893c 95 126 126 126\n118f563fe2ed4998 41 12 12 12\n118f563fe2ed4998 41 15 15 15\n118f563fe2ed4998 41 35 35 35\n0f4f779411b45b6f 157 122 122 122\n0f4f779411b45b6f 157 127 127 127\n0f4f779411b45b6f 157 143 143 143\nfbb437c54b5d9d78 80 42 42 42\nfbb437c54b5d9d78 80 60 60 60\nfbb437c54b5d9d78 209 234 234 234\n9364cf2b46e39ae2 68 51 51 51\n9364cf2b46e39ae2 128 134 134 134\n9364cf2b46e39ae2 128 138 138 138\n44d12349e0609ba3 50 13 13 13\n44d12349e0609ba3 50 27 27 27\n44d12349e0609ba3 143 161 161 161\na9e84da94b7677d7 71 50 50 50\na9e84da94b7677d7 71 57 57 57\na9e84da94b7677d7 71 69 69 69\n0f97153fcaafc80d 49 50 50 50\n0f97153fcaafc80d 49 64 64 64\n0f97153fcaafc80d 49 69 69 69\na8e53509b42b91e1 99 91 91 91\na8e53509b42b91e1 164 175 175 175\na8e53509b42b91e1 164 186 186 186\n1961bb85524de229 59 60 60 60\n1961bb85524de229 59 61 61 61\n1961bb85524de229 59 63 63 63\n18cde229723f22df 42 2 2 2\n18cde229723f22df 42 41 41 41\n18cde229723f22df 141 142 142 142\n3c054be9bdb304ee 21 0 0 0\n3c054be9bdb304ee 66 69 69 69\n3c054be9bdb304ee 66 79 79 79\n5c76ecd0bc0f5d68 103 73 73 73\n5c76ecd0bc0f5d68 103 79 79 79\n5c76ecd0bc0f5d68 103 93 93 93\nde0c6b5d0fc57d0d 26 9 9 9\nde0c6b5d0fc57d0d 73 79 79 79\nde0c6b5d0fc57d0d 73 85 85 85\n2c9b5e69fe7f0338 95 58 58 58\n2c9b5e69fe7f0338 95 71 71 71\n2c9b5e69fe7f0338 95 72 72 72\n8c6de5601184f209 43 4 4 4\n8c6de5601184f209 43 17 17 17\n8c6de5601184f209 43 36 36 36\n978cabf07ebeac54 7 2 2 2\n978cabf07ebeac54 7 4 4 4\n978cabf07ebeac54 7 5 5 5\ndeb6feeca235caf4 36 1 1 1\ndeb6feeca235caf4 36 5 5 5\ndeb6feeca235caf4 36 27 27 27\n743b0c4ec9aad366 48 13 13 13\n743b0c4ec9aad366 108 114 114 114\n743b0c4ec9aad366 108 117 117 117\n1512ea7a9754ac34 34 7 7 7\n1512ea7a9754ac34 34 29 29 29\n1512ea7a9754ac34 83 127 127 127\n7f6e72805e11ead9 26 11 11 11\n7f6e72805e11ead9 26 13 13 13\n7f6e72805e11ead9 123 134 134 134\n5d849450a7f5064c 25 7 7 7\n5d849450a7f5064c 25 13 13 13\n5d849450a7f5064c 25 19 19 19\n52480d60a7ccbec3 34 33 33 33\n52480d60a7ccbec3 94 98 98 98\n52480d60a7ccbec3 94 123 123 123\n00beb03ef95dc637 37 5 5 5\n00beb03ef95dc637 37 33 33 33\n00beb03ef95dc637 83 86 86 86\n5ef49620e0955f07 56 45 45 45\n5ef49620e0955f07 102 115 115 115\n5ef49620e0955f07 102 131 131 131\n3ed3ffd0ae9c3224 10 3 3 3\n3ed3ffd0ae9c3224 10 5 5 5\n3ed3ffd0ae9c3224 56 58 58 58\n3cb1489b614e5f39 198 157 157 157\n3cb1489b614e5f39 198 167 167 167\n3cb1489b614e5f39 259 267 267 267\nfe8431a1c5bd3c81 247 250 250 250\nfe8431a1c5bd3c81 247 253 253 253\nfe8431a1c5bd3c81 247 278 278 278\ne7020d449f50c737 38 5 5 5\ne7020d449f50c737 38 12 12 12\ne7020d449f50c737 86 90 90 90\nbb6d106fb22b1f54 76 85 85 85\nbb6d106fb22b1f54 76 96 96 96\nbb6d106fb22b1f54 76 105 105 105\nb1d7e798c2f2f30e 49 17 17 17\nb1d7e798c2f2f30e 49 36 36 36\nb1d7e798c2f2f30e 49 39 39 39\n632a121cf77513a2 76 34 34 34\n632a121cf77513a2 76 65 65 65\n632a121cf77513a2 123 144 144 144\n3cfb6cb5052ce744 130 85 85 85\n3cfb6cb5052ce744 130 114 114 114\n3cfb6cb5052ce744 130 129 129 129\ne456bfbbc41c6bd4 14 5 5 5\ne456bfbbc41c6bd4 14 7 7 7\ne456bfbbc41c6bd4 14 8 8 8\n4bae0a9b0dd66beb 7 0 0 0\n4bae0a9b0dd66beb 7 1 1 1\n4bae0a9b0dd66beb 7 2 2 2\ne84891165f0bf125 7 0 0 0\ne84891165f0bf125 7 1 1 1\ne84891165f0bf125 7 3 3 3\n59bfa3dceffc42b6 51 27 27 27\n59bfa3dceffc42b6 51 32 32 32\n59bfa3dceffc42b6 51 36 36 36\n6e1938b832b4515d 35 4 4 4\n6e1938b832b4515d 86 87 87 87\n6e1938b832b4515d 86 89 89 89\n8b6aa37cde3638a6 14 5 5 5\n8b6aa37cde3638a6 59 67 67 67\n8b6aa37cde3638a6 59 87 87 87\nf5a898cd54a2762c 84 89 89 89\nf5a898cd54a2762c 84 102 102 102\nf5a898cd54a2762c 84 111 111 111\n8fc9e8e5f7b69c31 4 1 1 1\n8fc9e8e5f7b69c31 4 2 2 2\n8fc9e8e5f7b69c31 96 98 98 98\n7beade5589e38928 3 0 0 0\n7beade5589e38928 3 1 1 1\n7beade5589e38928 50 53 53 53\n17a3e731c4fe0aaf 59 91 91 91\n17a3e731c4fe0aaf 59 96 96 96\n17a3e731c4fe0aaf 59 97 97 97\n786bfb8a195d54b4 28 19 19 19\n786bfb8a195d54b4 28 25 25 25\n786bfb8a195d54b4 87 93 93 93\n20384754a6e5d1b0 50 51 51 51\n20384754a6e5d1b0 50 52 52 52\n20384754a6e5d1b0 50 55 55 55\n10351dc7a37a44c1 31 21 21 21\n10351dc7a37a44c1 87 93 93 93\n10351dc7a37a44c1 87 100 100 100\ncca9eb44ccb4c50c 52 60 60 60\ncca9eb44ccb4c50c 52 68 68 68\ncca9eb44ccb4c50c 52 69 69 69\n19694d2dc528d75d 79 37 37 37\n19694d2dc528d75d 126 131 131 131\n19694d2dc528d75d 126 137 137 137\n2b1e0225f0952a09 15 5 5 5\n2b1e0225f0952a09 71 72 72 72\n2b1e0225f0952a09 71 73 73 73\n76f2d6981e00d952 130 92 92 92\n76f2d6981e00d952 130 124 124 124\n76f2d6981e00d952 178 182 182 182\n12d4ca1236a2cf26 63 69 69 69\n12d4ca1236a2cf26 63 70 70 70\n12d4ca1236a2cf26 63 76 76 76\nd53343e8959b9c18 20 13 13 13\nd53343e8959b9c18 20 15 15 15\nd53343e8959b9c18 20 19 19 19\n6b7ef4c56535b965 44 1 1 1\n6b7ef4c56535b965 44 19 19 19\n6b7ef4c56535b965 44 38 38 38\nf27b89e6e7702598 43 7 7 7\nf27b89e6e7702598 43 11 11 11\nf27b89e6e7702598 99 105 105 105\nfcbaea4d9cce75dd 38 17 17 17\nfcbaea4d9cce75dd 38 22 22 22\nfcbaea4d9cce75dd 38 33 33 33\nc7dd22d118a2ac30 32 10 10 10\nc7dd22d118a2ac30 32 23 23 23\nc7dd22d118a2ac30 84 91 91 91\nf87702186e2115c7 32 5 5 5\nf87702186e2115c7 32 18 18 18\nf87702186e2115c7 97 109 109 109\n97cf7d672434d294 45 52 52 52\n97cf7d672434d294 45 54 54 54\n97cf7d672434d294 45 57 57 57\n23beb4b246e236fb 27 5 5 5\n23beb4b246e236fb 27 26 26 26\n23beb4b246e236fb 79 98 98 98\nbb3f4e6a994ff63a 93 88 88 88\nbb3f4e6a994ff63a 93 92 92 92\nbb3f4e6a994ff63a 185 187 187 187\n90788c0f97df105a 183 189 189 189\n90788c0f97df105a 183 195 195 195\n90788c0f97df105a 183 228 228 228\n86a79e32169685c1 121 113 113 113\n86a79e32169685c1 194 195 195 195\n86a79e32169685c1 194 218 218 218\n72db46eeddbe4275 76 78 78 78\n72db46eeddbe4275 76 82 82 82\n72db46eeddbe4275 76 103 103 103\n733d0a0347dde56a 25 2 2 2\n733d0a0347dde56a 25 17 17 17\n733d0a0347dde56a 25 18 18 18\n849115291c948385 69 42 42 42\n849115291c948385 69 68 68 68\n849115291c948385 125 149 149 149\n54a1bceb5d97272d 21 20 20 20\n54a1bceb5d97272d 74 76 76 76\n54a1bceb5d97272d 74 88 88 88\n2ff40df261e17697 67 74 74 74\n2ff40df261e17697 67 75 75 75\n2ff40df261e17697 67 76 76 76\n935f157e04c227c1 34 31 31 31\n935f157e04c227c1 108 137 137 137\n935f157e04c227c1 108 138 138 138\ne071ef79c9a7d612 110 84 84 84\ne071ef79c9a7d612 110 105 105 105\ne071ef79c9a7d612 189 224 224 224\n8206395dfe75be01 117 127 127 127\n8206395dfe75be01 117 134 134 134\n8206395dfe75be01 117 148 148 148\n8a3d65fc359279df 133 116 116 116\n8a3d65fc359279df 133 127 127 127\n8a3d65fc359279df 237 261 261 261\n2d4e81e66ce80039 112 116 116 116\n2d4e81e66ce80039 112 124 124 124\n2d4e81e66ce80039 112 132 132 132\n298276fb3c0330e5 86 47 47 47\n298276fb3c0330e5 86 52 52 52\n298276fb3c0330e5 137 154 154 154\n516a1ef6d8a69398 11 5 5 5\n516a1ef6d8a69398 11 6 6 6\n516a1ef6d8a69398 59 60 60 60\n36fc018c7b62b997 2 0 0 0\n36fc018c7b62b997 91 111 111 111\n36fc018c7b62b997 91 127 127 127\n24668d960406587f 146 105 105 105\n24668d960406587f 146 127 127 127\n24668d960406587f 146 145 145 145\nc3eaaa4be79355b7 69 72 72 72\nc3eaaa4be79355b7 69 74 74 74\nc3eaaa4be79355b7 69 78 78 78\nd0fc0d5566e548e5 10 2 2 2\nd0fc0d5566e548e5 10 6 6 6\nd0fc0d5566e548e5 63 65 65 65\n0387ef3895b1393c 81 98 98 98\n0387ef3895b1393c 81 105 105 105\n0387ef3895b1393c 81 123 123 123\n5a331dd980d16fda 45 57 57 57\n5a331dd980d16fda 45 60 60 60\n5a331dd980d16fda 45 66 66 66\ne7f049cddc9f62ba 97 70 70 70\ne7f049cddc9f62ba 97 81 81 81\ne7f049cddc9f62ba 97 91 91 91\ne9d397952be37ca7 18 6 6 6\ne9d397952be37ca7 18 12 12 12\ne9d397952be37ca7 76 78 78 78\n20422596003ac855 152 153 153 153\n20422596003ac855 152 189 189 189\n20422596003ac855 152 192 192 192\n9c4a6de94a583fd5 26 2 2 2\n9c4a6de94a583fd5 26 7 7 7\n9c4a6de94a583fd5 86 90 90 90\ned9cff668e7377be 125 115 115 115\ned9cff668e7377be 199 209 209 209\ned9cff668e7377be 199 217 217 217\nf3288968f1562b49 45 46 46 46\nf3288968f1562b49 45 47 47 47\nf3288968f1562b49 45 49 49 49\nef087f57579ed8a8 10 8 8 8\nef087f57579ed8a8 58 65 65 65\nef087f57579ed8a8 58 68 68 68\nf8df532511809597 25 4 4 4\nf8df532511809597 75 85 85 85\nf8df532511809597 75 91 91 91\n430d7b5b77861810 19 6 6 6\n430d7b5b77861810 19 15 15 15\n430d7b5b77861810 19 17 17 17\n03906f66d3bca71a 166 122 122 122\n03906f66d3bca71a 232 253 253 253\n03906f66d3bca71a 232 267 267 267\n63eb0833923d46ed 33 10 10 10\n63eb0833923d46ed 107 115 115 115\n63eb0833923d46ed 107 119 119 119\n2afb8a0a98e15155 49 54 54 54\n2afb8a0a98e15155 49 59 59 59\n2afb8a0a98e15155 49 60 60 60\n9ee17c5ca488c440 86 96 96 96\n9ee17c5ca488c440 86 115 115 115\n9ee17c5ca488c440 86 125 125 125\n582d287cce22f586 68 23 23 23\n582d287cce22f586 68 28 28 28\n582d287cce22f586 115 129 129 129\n50f0460b4e02a326 69 76 76 76\n50f0460b4e02a326 69 91 91 91\n50f0460b4e02a326 69 95 95 95\ne12e122730984e61 75 79 79 79\ne12e122730984e61 75 81 81 81\ne12e122730984e61 75 96 96 96\n0d5112a7eb22d61a 22 10 10 10\n0d5112a7eb22d61a 22 19 19 19\n0d5112a7eb22d61a 84 113 113 113\nbb33fc7718ffabf2 43 28 28 28\nbb33fc7718ffabf2 116 126 126 126\nbb33fc7718ffabf2 116 160 160 160\n0ccb28128213f19d 10 5 5 5\n0ccb28128213f19d 10 7 7 7\n0ccb28128213f19d 103 107 107 107\n6a823717363844c4 18 12 12 12\n6a823717363844c4 18 16 16 16\n6a823717363844c4 65 69 69 69\n2ed398e8368e0c6f 114 105 105 105\n2ed398e8368e0c6f 163 164 164 164\n2ed398e8368e0c6f 163 167 167 167\n8a8c745893ab88ad 128 129 129 129\n8a8c745893ab88ad 128 145 145 145\n8a8c745893ab88ad 128 158 158 158\n2313ea0fb17cbed6 110 96 96 96\n2313ea0fb17cbed6 180 202 202 202\n2313ea0fb17cbed6 180 215 215 215\nee2a5976e8ab2691 30 8 8 8\nee2a5976e8ab2691 83 87 87 87\nee2a5976e8ab2691 83 96 96 96\n125c92c36a04a68a 27 18 18 18\n125c92c36a04a68a 83 84 84 84\n125c92c36a04a68a 83 98 98 98\n072b4bb46d80484e 5 0 0 0\n072b4bb46d80484e 5 1 1 1\n072b4bb46d80484e 5 4 4 4\nde69392a33b9756d 85 69 69 69\nde69392a33b9756d 85 72 72 72\nde69392a33b9756d 85 81 81 81\nc2e81ece6a48abb0 131 87 87 87\nc2e81ece6a48abb0 131 125 125 125\nc2e81ece6a48abb0 241 263 263 263\n6f6e61cad82ff0bd 245 253 253 253\n6f6e61cad82ff0bd 245 260 260 260\n6f6e61cad82ff0bd 245 264 264 264\nb4a33bb457b329b0 161 118 118 118\nb4a33bb457b329b0 161 147 147 147\nb4a33bb457b329b0 219 227 227 227\n07842cc567e9beec 16 0 0 0\n07842cc567e9beec 67 85 85 85\n07842cc567e9beec 67 102 102 102\n024908906fadb408 87 94 94 94\n024908906fadb408 87 101 101 101\n024908906fadb408 87 113 113 113\n01842c6b21e1d679 108 102 102 102\n01842c6b21e1d679 108 106 106 106\n01842c6b21e1d679 190 203 203 203\ncdf7ac95fa09c707 71 81 81 81\ncdf7ac95fa09c707 71 88 88 88\ncdf7ac95fa09c707 71 104 104 104\n3290731e5f908b92 26 5 5 5\n3290731e5f908b92 26 13 13 13\n3290731e5f908b92 26 17 17 17\n91a1c4b534693c26 8 1 1 1\n91a1c4b534693c26 8 6 6 6\n91a1c4b534693c26 103 106 106 106\n14f0b962fabfaae2 41 1 1 1\n14f0b962fabfaae2 41 4 4 4\n14f0b962fabfaae2 41 15 15 15\nf6e39599ab5e9dae 89 93 93 93\nf6e39599ab5e9dae 89 102 102 102\nf6e39599ab5e9dae 89 117 117 117\nd97ead1096b72dbe 31 1 1 1\nd97ead1096b72dbe 31 2 2 2\nd97ead1096b72dbe 31 28 28 28\n8b7dc2877971a64e 10 6 6 6\n8b7dc2877971a64e 135 153 153 153\n8b7dc2877971a64e 135 158 158 158\n8f0218121c335789 103 58 58 58\n8f0218121c335789 103 85 85 85\n8f0218121c335789 186 205 205 205\n223c9627b978d127 46 23 23 23\n223c9627b978d127 154 170 170 170\n223c9627b978d127 154 181 181 181\n0e512d350465a63c 65 31 31 31\n0e512d350465a63c 65 33 33 33\n0e512d350465a63c 134 138 138 138\nf1171dbc746a3cd6 18 16 16 16\nf1171dbc746a3cd6 98 100 100 100\nf1171dbc746a3cd6 98 102 102 102\n3dfaa97cd48a0332 50 10 10 10\n3dfaa97cd48a0332 50 26 26 26\n3dfaa97cd48a0332 121 128 128 128\n5f86b15ace41c6d2 23 8 8 8\n5f86b15ace41c6d2 23 12 12 12\n5f86b15ace41c6d2 23 22 22 22\n1e969786d2a8c7a2 89 98 98 98\n1e969786d2a8c7a2 89 125 125 125\n1e969786d2a8c7a2 89 128 128 128\n4ea022def425d867 29 16 16 16\n4ea022def425d867 29 23 23 23\n4ea022def425d867 29 25 25 25\n28a5318660ab60ba 192 155 155 155\n28a5318660ab60ba 192 173 173 173\n28a5318660ab60ba 239 243 243 243\nf088c85322065722 77 36 36 36\nf088c85322065722 77 58 58 58\nf088c85322065722 170 173 173 173\n5a832370d2d05215 13 6 6 6\n5a832370d2d05215 73 90 90 90\n5a832370d2d05215 73 108 108 108\n700705a63940c412 56 41 41 41\n700705a63940c412 56 52 52 52\n700705a63940c412 182 191 191 191\ne98995e13069078f 98 73 73 73\ne98995e13069078f 98 87 87 87\ne98995e13069078f 147 162 162 162\n020991bdfbdbe504 35 2 2 2\n020991bdfbdbe504 142 159 159 159\n020991bdfbdbe504 142 184 184 184\n5937cff79f38b88b 14 5 5 5\n5937cff79f38b88b 14 9 9 9\n5937cff79f38b88b 74 78 78 78\n5fada958027ac4a6 41 27 27 27\n5fada958027ac4a6 41 32 32 32\n5fada958027ac4a6 41 36 36 36\ncd1d68bc375fd119 47 64 64 64\ncd1d68bc375fd119 47 71 71 71\ncd1d68bc375fd119 47 73 73 73\n47d9493675e58f3b 13 1 1 1\n47d9493675e58f3b 62 73 73 73\n47d9493675e58f3b 62 82 82 82\n94e35563d865a2d6 30 5 5 5\n94e35563d865a2d6 30 14 14 14\n94e35563d865a2d6 78 97 97 97\nc64844b01c1d3326 57 62 62 62\nc64844b01c1d3326 57 63 63 63\nc64844b01c1d3326 57 75 75 75\n954e0fe2befc04e1 3 0 0 0\n954e0fe2befc04e1 3 1 1 1\n954e0fe2befc04e1 3 2 2 2\n54b27d097d8a74f7 7 5 5 5\n54b27d097d8a74f7 7 6 6 6\n54b27d097d8a74f7 55 60 60 60\nd928cba8e1bea9db 72 87 87 87\nd928cba8e1bea9db 72 89 89 89\nd928cba8e1bea9db 72 110 110 110\nc85009705079dbcd 12 10 10 10\nc85009705079dbcd 67 71 71 71\nc85009705079dbcd 67 95 95 95\n94eac323cba1cbb5 73 52 52 52\n94eac323cba1cbb5 193 225 225 225\n94eac323cba1cbb5 193 227 227 227\na0aae7f3749483b8 96 56 56 56\na0aae7f3749483b8 96 77 77 77\na0aae7f3749483b8 144 153 153 153\n9aad6dbfdeb9546e 29 13 13 13\n9aad6dbfdeb9546e 29 15 15 15\n9aad6dbfdeb9546e 90 107 107 107\n27d163d7046d36b5 6 1 1 1\n27d163d7046d36b5 6 4 4 4\n27d163d7046d36b5 52 65 65 65\n6200d2785aa82a2a 104 70 70 70\n6200d2785aa82a2a 104 91 91 91\n6200d2785aa82a2a 104 96 96 96\nfff9864727c42c80 23 1 1 1\nfff9864727c42c80 23 7 7 7\nfff9864727c42c80 23 22 22 22\nf292b2a16e9a9779 17 0 0 0\nf292b2a16e9a9779 17 3 3 3\nf292b2a16e9a9779 17 12 12 12\n4be8bf31940bd475 33 2 2 2\n4be8bf31940bd475 33 20 20 20\n4be8bf31940bd475 33 26 26 26\neae7853a7280a98a 149 113 113 113\neae7853a7280a98a 149 123 123 123\neae7853a7280a98a 218 254 254 254\n6bca63f130f50373 26 0 0 0\n6bca63f130f50373 26 22 22 22\n6bca63f130f50373 110 111 111 111\nbe4e6f9eee38647d 228 238 238 238\nbe4e6f9eee38647d 228 249 249 249\nbe4e6f9eee38647d 228 251 251 251\na011264573aed272 21 7 7 7\na011264573aed272 21 8 8 8\na011264573aed272 21 13 13 13\n94f8d39e84a2554a 93 62 62 62\n94f8d39e84a2554a 138 156 156 156\n94f8d39e84a2554a 138 177 177 177\n493bb055f33cb256 41 1 1 1\n493bb055f33cb256 41 10 10 10\n493bb055f33cb256 88 96 96 96\na74c7105c631d057 23 5 5 5\na74c7105c631d057 88 100 100 100\na74c7105c631d057 88 126 126 126\ne01dfda8df8ab7ca 40 31 31 31\ne01dfda8df8ab7ca 40 32 32 32\ne01dfda8df8ab7ca 129 142 142 142\n4cfefe4588b687a9 25 17 17 17\n4cfefe4588b687a9 25 21 21 21\n4cfefe4588b687a9 72 79 79 79\nc0e93d0578ac1cde 9 0 0 0\nc0e93d0578ac1cde 9 6 6 6\nc0e93d0578ac1cde 9 8 8 8\n5afa29226f0a5e5e 62 17 17 17\n5afa29226f0a5e5e 62 45 45 45\n5afa29226f0a5e5e 62 48 48 48\nd951d621a1ae48a0 72 78 78 78\nd951d621a1ae48a0 72 84 84 84\nd951d621a1ae48a0 72 100 100 100\nba5bbee8449e659c 2 1 1 1\nba5bbee8449e659c 49 51 51 51\nba5bbee8449e659c 49 52 52 52\n52b7d89a2d3ed2b9 21 4 4 4\n52b7d89a2d3ed2b9 21 18 18 18\n52b7d89a2d3ed2b9 72 74 74 74\nf4c7ca6b6888db51 91 70 70 70\nf4c7ca6b6888db51 91 83 83 83\nf4c7ca6b6888db51 91 90 90 90\ndb33f36374e40bfd 14 0 0 0\ndb33f36374e40bfd 114 152 152 152\ndb33f36374e40bfd 114 156 156 156\ne16c23cdab65f04c 8 2 2 2\ne16c23cdab65f04c 116 129 129 129\ne16c23cdab65f04c 116 138 138 138\nb31502bcf42ef8f5 25 3 3 3\nb31502bcf42ef8f5 25 18 18 18\nb31502bcf42ef8f5 86 92 92 92\ne48e2d02a8de8039 57 86 86 86\ne48e2d02a8de8039 57 88 88 88\ne48e2d02a8de8039 57 93 93 93\n464e3851f923f8d0 13 12 12 12\n464e3851f923f8d0 73 78 78 78\n464e3851f923f8d0 73 94 94 94\nd458a6128f54745a 48 16 16 16\nd458a6128f54745a 48 23 23 23\nd458a6128f54745a 48 29 29 29\n885c1a66b4025d94 142 104 104 104\n885c1a66b4025d94 142 105 105 105\n885c1a66b4025d94 142 131 131 131\n1dad44855584a4ea 52 54 54 54\n1dad44855584a4ea 52 57 57 57\n1dad44855584a4ea 52 58 58 58\nc55446a3809d1cfe 40 17 17 17\nc55446a3809d1cfe 40 36 36 36\nc55446a3809d1cfe 145 161 161 161\n903dcecb140a987b 104 98 98 98\n903dcecb140a987b 104 102 102 102\n903dcecb140a987b 232 234 234 234\nf05d9bf59c496548 27 19 19 19\nf05d9bf59c496548 80 92 92 92\nf05d9bf59c496548 80 106 106 106\n583fb7b4ac7f8a70 186 148 148 148\n583fb7b4ac7f8a70 186 160 160 160\n583fb7b4ac7f8a70 186 185 185 185\n0a4cf8d9b81b4c6e 3 1 1 1\n0a4cf8d9b81b4c6e 53 54 54 54\n0a4cf8d9b81b4c6e 53 55 55 55\nc1699c00968f0bca 4 0 0 0\nc1699c00968f0bca 4 1 1 1\nc1699c00968f0bca 57 65 65 65\nebf9eb32e850ea81 133 138 138 138\nebf9eb32e850ea81 133 157 157 157\nebf9eb32e850ea81 133 163 163 163\n82e31f202a167e19 182 175 175 175\n82e31f202a167e19 182 179 179 179\n82e31f202a167e19 250 277 277 277\ndbdeb6adf84634d4 59 20 20 20\ndbdeb6adf84634d4 128 134 134 134\ndbdeb6adf84634d4 128 144 144 144\n0555b07fe6239b4a 19 11 11 11\n0555b07fe6239b4a 71 98 98 98\n0555b07fe6239b4a 71 103 103 103\n05c48ff6535fbf55 10 4 4 4\n05c48ff6535fbf55 10 5 5 5\n05c48ff6535fbf55 74 76 76 76\nfade143648decad6 39 15 15 15\nfade143648decad6 39 16 16 16\nfade143648decad6 39 22 22 22\n653912d2b32cf81f 213 184 184 184\n653912d2b32cf81f 213 200 200 200\n653912d2b32cf81f 213 202 202 202\n65cbf88f417d8b87 4 1 1 1\n65cbf88f417d8b87 132 154 154 154\n65cbf88f417d8b87 132 163 163 163\n0b55abc1ca2fe909 134 149 149 149\n0b55abc1ca2fe909 134 158 158 158\n0b55abc1ca2fe909 134 159 159 159\n663b29720a9005b0 5 4 4 4\n663b29720a9005b0 57 74 74 74\n663b29720a9005b0 57 88 88 88\n964f93e6b440cfc2 20 11 11 11\n964f93e6b440cfc2 20 12 12 12\n964f93e6b440cfc2 20 16 16 16\na2b16cd3965bf8ad 48 29 29 29\na2b16cd3965bf8ad 48 44 44 44\na2b16cd3965bf8ad 107 132 132 132\n995cf26596bdb61c 30 2 2 2\n995cf26596bdb61c 94 97 97 97\n995cf26596bdb61c 94 104 104 104\n56f38b2ef24657ba 126 91 91 91\n56f38b2ef24657ba 126 118 118 118\n56f38b2ef24657ba 220 261 261 261\n3f7b6f511421e395 9 5 5 5\n3f7b6f511421e395 9 8 8 8\n3f7b6f511421e395 60 67 67 67\nc44f1fa44c2335a9 11 2 2 2\nc44f1fa44c2335a9 11 8 8 8\nc44f1fa44c2335a9 82 106 106 106\n270307bfb19cada6 32 0 0 0\n270307bfb19cada6 32 10 10 10\n270307bfb19cada6 78 102 102 102\n85e66d4a76a9b485 39 13 13 13\n85e66d4a76a9b485 39 26 26 26\n85e66d4a76a9b485 99 129 129 129\n87f0f033eeca7ec8 58 65 65 65\n87f0f033eeca7ec8 58 69 69 69\n87f0f033eeca7ec8 58 80 80 80\nc62a2dbbe8352849 7 3 3 3\nc62a2dbbe8352849 7 4 4 4\nc62a2dbbe8352849 60 63 63 63\n3ced9d0b56769bb7 34 13 13 13\n3ced9d0b56769bb7 34 22 22 22\n3ced9d0b56769bb7 34 27 27 27\n94d5e6280f699e08 39 8 8 8\n94d5e6280f699e08 39 9 9 9\n94d5e6280f699e08 92 125 125 125\nedd9bc3fc7e1070e 22 2 2 2\nedd9bc3fc7e1070e 22 21 21 21\nedd9bc3fc7e1070e 158 161 161 161\neca871c813c75c64 82 52 52 52\neca871c813c75c64 186 188 188 188\neca871c813c75c64 186 223 223 223\n34c43a35c5d197a8 17 10 10 10\n34c43a35c5d197a8 17 15 15 15\n34c43a35c5d197a8 108 144 144 144\n2cd835fc105ec81f 5 0 0 0\n2cd835fc105ec81f 5 1 1 1\n2cd835fc105ec81f 5 3 3 3\n2c16104a0ed6c8aa 18 13 13 13\n2c16104a0ed6c8aa 80 87 87 87\n2c16104a0ed6c8aa 80 91 91 91\n82d86c8480f6f447 25 8 8 8\n82d86c8480f6f447 25 19 19 19\n82d86c8480f6f447 71 75 75 75\n72c8c1a0b4d0a5da 166 130 130 130\n72c8c1a0b4d0a5da 166 139 139 139\n72c8c1a0b4d0a5da 166 140 140 140\nae0a9eade17a944a 42 9 9 9\nae0a9eade17a944a 42 26 26 26\nae0a9eade17a944a 42 29 29 29\n9797ffe46fbeb691 75 50 50 50\n9797ffe46fbeb691 75 57 57 57\n9797ffe46fbeb691 156 169 169 169\n8849a5c89f5a3c55 71 81 81 81\n8849a5c89f5a3c55 71 111 111 111\n8849a5c89f5a3c55 71 116 116 116\na4f441c4ffd46a8d 7 3 3 3\na4f441c4ffd46a8d 7 6 6 6\na4f441c4ffd46a8d 82 93 93 93\ncac95a6d75943b45 97 60 60 60\ncac95a6d75943b45 203 208 208 208\ncac95a6d75943b45 203 214 214 214\n3a0328ed13dd8c8b 84 58 58 58\n3a0328ed13dd8c8b 84 79 79 79\n3a0328ed13dd8c8b 160 199 199 199\n0d06be83296cf911 65 34 34 34\n0d06be83296cf911 65 56 56 56\n0d06be83296cf911 110 144 144 144\n061f829d3dd2e46e 14 2 2 2\n061f829d3dd2e46e 14 6 6 6\n061f829d3dd2e46e 83 86 86 86\n9c6f8478651dec88 7 3 3 3\n9c6f8478651dec88 53 58 58 58\n9c6f8478651dec88 53 89 89 89\nb9c1facff4f8b584 23 6 6 6\nb9c1facff4f8b584 23 11 11 11\nb9c1facff4f8b584 23 12 12 12\n5d2db39fb3b079c0 37 34 34 34\n5d2db39fb3b079c0 83 98 98 98\n5d2db39fb3b079c0 83 127 127 127\n433742b23712bf06 24 8 8 8\n433742b23712bf06 24 16 16 16\n433742b23712bf06 24 23 23 23\nd4b34956a9aa9c4d 45 61 61 61\nd4b34956a9aa9c4d 45 67 67 67\nd4b34956a9aa9c4d 45 69 69 69\n40284c1baec06ac9 2 1 1 1\n40284c1baec06ac9 47 50 50 50\n40284c1baec06ac9 47 54 54 54\n432a9cfcf53ef717 48 17 17 17\n432a9cfcf53ef717 48 22 22 22\n432a9cfcf53ef717 48 39 39 39\nef284ec2c7d4b608 25 10 10 10\nef284ec2c7d4b608 134 167 167 167\nef284ec2c7d4b608 134 173 173 173\n3b84ac07fd85bb3f 1 0 0 0\n3b84ac07fd85bb3f 57 59 59 59\n3b84ac07fd85bb3f 57 62 62 62\nb1e1ff7597b6efbd 46 40 40 40\nb1e1ff7597b6efbd 100 122 122 122\nb1e1ff7597b6efbd 100 141 141 141\n1f925fcf391591df 39 30 30 30\n1f925fcf391591df 100 106 106 106\n1f925fcf391591df 100 116 116 116\n93c4c4dcce1ad9a0 77 65 65 65\n93c4c4dcce1ad9a0 134 145 145 145\n93c4c4dcce1ad9a0 134 164 164 164\nd71156c20ec84ed0 59 64 64 64\nd71156c20ec84ed0 59 78 78 78\nd71156c20ec84ed0 59 89 89 89\n9aef06d879964b7b 4 0 0 0\n9aef06d879964b7b 66 68 68 68\n9aef06d879964b7b 66 77 77 77\n59fb8a856c91320e 110 79 79 79\n59fb8a856c91320e 110 100 100 100\n59fb8a856c91320e 198 228 228 228\n17fc81293f337cc3 9 0 0 0\n17fc81293f337cc3 67 82 82 82\n17fc81293f337cc3 67 110 110 110\n0e1a7abc82b1afb2 5 0 0 0\n0e1a7abc82b1afb2 5 4 4 4\n0e1a7abc82b1afb2 59 71 71 71\nbf8bc80890f16947 15 1 1 1\nbf8bc80890f16947 15 4 4 4\nbf8bc80890f16947 80 86 86 86\n0e7b68884ac4d959 27 7 7 7\n0e7b68884ac4d959 101 103 103 103\n0e7b68884ac4d959 101 104 104 104\n96d9ca1b74e4a847 110 67 67 67\n96d9ca1b74e4a847 110 88 88 88\n96d9ca1b74e4a847 110 91 91 91\n23808c0cfcc72e72 26 3 3 3\n23808c0cfcc72e72 26 23 23 23\n23808c0cfcc72e72 73 76 76 76\nc1e6ac4f872b9cf8 6 0 0 0\nc1e6ac4f872b9cf8 6 2 2 2\nc1e6ac4f872b9cf8 56 60 60 60\nbc0ebb7482f14795 2 0 0 0\nbc0ebb7482f14795 62 63 63 63\nbc0ebb7482f14795 62 66 66 66\nf62cb69c60002108 90 67 67 67\nf62cb69c60002108 136 139 139 139\nf62cb69c60002108 136 144 144 144\nf8b02aa8498187e4 112 81 81 81\nf8b02aa8498187e4 184 212 212 212\nf8b02aa8498187e4 184 223 223 223\n73b1e11a6d1edc75 100 104 104 104\n73b1e11a6d1edc75 100 130 130 130\n73b1e11a6d1edc75 100 139 139 139\necddcb8a7e581e1b 26 2 2 2\necddcb8a7e581e1b 26 4 4 4\necddcb8a7e581e1b 26 9 9 9\n63100e137826cfd2 47 50 50 50\n63100e137826cfd2 47 78 78 78\n63100e137826cfd2 47 86 86 86\nf1ae3f5c04336f9a 23 2 2 2\nf1ae3f5c04336f9a 118 123 123 123\nf1ae3f5c04336f9a 118 126 126 126\n21b548b570c0b415 48 50 50 50\n21b548b570c0b415 48 79 79 79\n21b548b570c0b415 48 82 82 82\ncf0546d729e4d57c 77 84 84 84\ncf0546d729e4d57c 77 97 97 97\ncf0546d729e4d57c 77 98 98 98\n36cb04da872d3bce 63 32 32 32\n36cb04da872d3bce 63 43 43 43\n36cb04da872d3bce 183 197 197 197\nbff73237b5d6cc32 3 0 0 0\nbff73237b5d6cc32 3 2 2 2\nbff73237b5d6cc32 49 53 53 53\n724a7e5a97ced6e5 62 68 68 68\n724a7e5a97ced6e5 62 78 78 78\n724a7e5a97ced6e5 62 102 102 102\n5c69737728c7645f 71 51 51 51\n5c69737728c7645f 71 67 67 67\n5c69737728c7645f 157 158 158 158\nd6c20aa5b7de5ee4 148 108 108 108\nd6c20aa5b7de5ee4 148 116 116 116\nd6c20aa5b7de5ee4 148 130 130 130\n4e6334d5ae0c157a 67 49 49 49\n4e6334d5ae0c157a 122 129 129 129\n4e6334d5ae0c157a 122 135 135 135\n93850754fb4d6929 87 75 75 75\n93850754fb4d6929 87 84 84 84\n93850754fb4d6929 87 86 86 86\n0d08611c8b251e15 47 3 3 3\n0d08611c8b251e15 47 15 15 15\n0d08611c8b251e15 106 125 125 125\n8534404c06a7a475 171 150 150 150\n8534404c06a7a475 171 152 152 152\n8534404c06a7a475 171 163 163 163\n9a1bef8e978e62ae 38 16 16 16\n9a1bef8e978e62ae 38 20 20 20\n9a1bef8e978e62ae 38 29 29 29\n419b773d04a986b7 54 19 19 19\n419b773d04a986b7 54 22 22 22\n419b773d04a986b7 54 44 44 44\na3afb611e05eabf4 45 58 58 58\na3afb611e05eabf4 45 63 63 63\na3afb611e05eabf4 45 64 64 64\nc21df1e3085cbac8 63 42 42 42\nc21df1e3085cbac8 111 125 125 125\nc21df1e3085cbac8 111 145 145 145\n5ca0d8f0b24ae0aa 32 12 12 12\n5ca0d8f0b24ae0aa 99 126 126 126\n5ca0d8f0b24ae0aa 99 135 135 135\nf11be6d41f8b36fb 6 2 2 2\nf11be6d41f8b36fb 96 128 128 128\nf11be6d41f8b36fb 96 135 135 135\n24b4e8ff5a9a6439 126 81 81 81\n24b4e8ff5a9a6439 229 240 240 240\n24b4e8ff5a9a6439 229 268 268 268\nd72cdf31bb064b1c 154 113 113 113\nd72cdf31bb064b1c 154 146 146 146\nd72cdf31bb064b1c 154 151 151 151\n11d5f4e7b0b17565 66 69 69 69\n11d5f4e7b0b17565 66 70 70 70\n11d5f4e7b0b17565 66 85 85 85\n9f2798fef9b29ad2 67 74 74 74\n9f2798fef9b29ad2 67 85 85 85\n9f2798fef9b29ad2 67 91 91 91\nb7b89af3845a04af 58 61 61 61\nb7b89af3845a04af 58 64 64 64\nb7b89af3845a04af 58 69 69 69\n5afd98d36f582daf 44 17 17 17\n5afd98d36f582daf 44 19 19 19\n5afd98d36f582daf 89 95 95 95\n62990797364c3cf2 3 0 0 0\n62990797364c3cf2 3 1 1 1\n62990797364c3cf2 49 50 50 50\n9b3ef293e05d70f9 9 7 7 7\n9b3ef293e05d70f9 91 99 99 99\n9b3ef293e05d70f9 91 100 100 100\n8725e58028e2f1fe 141 144 144 144\n8725e58028e2f1fe 141 157 157 157\n8725e58028e2f1fe 141 186 186 186\n92b4fb8ed69cc398 216 179 179 179\n92b4fb8ed69cc398 216 200 200 200\n92b4fb8ed69cc398 267 272 272 272\n5041e63659c90693 37 0 0 0\n5041e63659c90693 37 1 1 1\n5041e63659c90693 37 5 5 5\n9fc435ca200777c9 22 5 5 5\n9fc435ca200777c9 22 10 10 10\n9fc435ca200777c9 22 19 19 19\n4e45b51fcd56ceb1 141 108 108 108\n4e45b51fcd56ceb1 193 206 206 206\n4e45b51fcd56ceb1 193 228 228 228\n28b23ec38ac5c0b1 54 33 33 33\n28b23ec38ac5c0b1 54 35 35 35\n28b23ec38ac5c0b1 99 121 121 121\nd0b961241b7c33a4 51 66 66 66\nd0b961241b7c33a4 51 75 75 75\nd0b961241b7c33a4 51 80 80 80\n5fe8a422264f128c 90 92 92 92\n5fe8a422264f128c 90 125 125 125\n5fe8a422264f128c 90 133 133 133\n1ec7e7dce1175aee 40 6 6 6\n1ec7e7dce1175aee 101 124 124 124\n1ec7e7dce1175aee 101 127 127 127\na403a07ebd41b6d2 50 76 76 76\na403a07ebd41b6d2 50 79 79 79\na403a07ebd41b6d2 50 92 92 92\n9217c66c0900c6ea 58 67 67 67\n9217c66c0900c6ea 58 68 68 68\n9217c66c0900c6ea 58 81 81 81\nd522ea888fb16e86 52 17 17 17\nd522ea888fb16e86 52 41 41 41\nd522ea888fb16e86 153 155 155 155\nc51da147c5b6f88f 143 147 147 147\nc51da147c5b6f88f 143 153 153 153\nc51da147c5b6f88f 143 168 168 168\n0de6bc7da518fcae 1 0 0 0\n0de6bc7da518fcae 53 54 54 54\n0de6bc7da518fcae 53 55 55 55\nf6f1a6c3444ce705 72 56 56 56\nf6f1a6c3444ce705 141 148 148 148\nf6f1a6c3444ce705 141 181 181 181\nd5c5a2109a2344e0 13 0 0 0\nd5c5a2109a2344e0 67 92 92 92\nd5c5a2109a2344e0 67 95 95 95\n7a42e67f85dc80d2 47 51 51 51\n7a42e67f85dc80d2 47 69 69 69\n7a42e67f85dc80d2 47 72 72 72\n318cc6a39c0acc71 13 3 3 3\n318cc6a39c0acc71 13 4 4 4\n318cc6a39c0acc71 13 7 7 7\n321911ae4a16f038 49 48 48 48\n321911ae4a16f038 152 170 170 170\n321911ae4a16f038 152 185 185 185\n8a19e0c0a085f5d8 59 57 57 57\n8a19e0c0a085f5d8 122 156 156 156\n8a19e0c0a085f5d8 122 157 157 157\nac35b0286dd48dbf 10 4 4 4\nac35b0286dd48dbf 10 6 6 6\nac35b0286dd48dbf 64 66 66 66\nb474bc1aa91428cd 1 0 0 0\nb474bc1aa91428cd 47 61 61 61\nb474bc1aa91428cd 47 77 77 77\n403951b5d632b5ab 50 55 55 55\n403951b5d632b5ab 50 62 62 62\n403951b5d632b5ab 50 80 80 80\nee439bfcf0065752 70 52 52 52\nee439bfcf0065752 137 160 160 160\nee439bfcf0065752 137 161 161 161\n7dc87708a40e09cc 22 2 2 2\n7dc87708a40e09cc 22 7 7 7\n7dc87708a40e09cc 22 13 13 13\ndaba92e841a70468 46 3 3 3\ndaba92e841a70468 46 16 16 16\ndaba92e841a70468 137 153 153 153\nd6b3d15ff42247fb 80 85 85 85\nd6b3d15ff42247fb 80 88 88 88\nd6b3d15ff42247fb 80 91 91 91\ndc8b2dd99adebba5 185 150 150 150\ndc8b2dd99adebba5 185 182 182 182\ndc8b2dd99adebba5 260 278 278 278\n5fb6ae7a43819e8d 33 6 6 6\n5fb6ae7a43819e8d 33 25 25 25\n5fb6ae7a43819e8d 33 26 26 26\ne3d58633f6310c45 6 2 2 2\ne3d58633f6310c45 6 5 5 5\ne3d58633f6310c45 65 81 81 81\nf0f7ef04f763da64 71 75 75 75\nf0f7ef04f763da64 71 76 76 76\nf0f7ef04f763da64 71 97 97 97\nb0342f55186e26ce 36 32 32 32\nb0342f55186e26ce 36 34 34 34\nb0342f55186e26ce 81 92 92 92\n3f68a1e365e94eb4 175 148 148 148\n3f68a1e365e94eb4 175 149 149 149\n3f68a1e365e94eb4 175 159 159 159\n0712476a67734dee 74 77 77 77\n0712476a67734dee 74 79 79 79\n0712476a67734dee 74 80 80 80\n922ee666c8d9f42a 4 2 2 2\n922ee666c8d9f42a 54 59 59 59\n922ee666c8d9f42a 54 66 66 66\n5c950935265018ba 49 9 9 9\n5c950935265018ba 49 13 13 13\n5c950935265018ba 171 185 185 185\n4d2a276aac0bc7af 22 2 2 2\n4d2a276aac0bc7af 22 9 9 9\n4d2a276aac0bc7af 22 16 16 16\n2b81fbc1af01f0ad 63 32 32 32\n2b81fbc1af01f0ad 148 186 186 186\n2b81fbc1af01f0ad 148 189 189 189\nf55506f85121d693 39 22 22 22\nf55506f85121d693 98 107 107 107\nf55506f85121d693 98 138 138 138\nde72b3d3d01ea315 118 93 93 93\nde72b3d3d01ea315 118 99 99 99\nde72b3d3d01ea315 198 208 208 208\nbd7b5a078178e1ef 38 2 2 2\nbd7b5a078178e1ef 38 4 4 4\nbd7b5a078178e1ef 143 149 149 149\n0ed8b86b87a30d38 65 36 36 36\n0ed8b86b87a30d38 65 54 54 54\n0ed8b86b87a30d38 131 132 132 132\nfca310e3805d5ab4 15 8 8 8\nfca310e3805d5ab4 83 92 92 92\nfca310e3805d5ab4 83 94 94 94\n8ed13911e32381d2 59 39 39 39\n8ed13911e32381d2 59 44 44 44\n8ed13911e32381d2 59 47 47 47\n9c07d2b1995e5ddd 17 0 0 0\n9c07d2b1995e5ddd 17 6 6 6\n9c07d2b1995e5ddd 92 115 115 115\nefb9832d4c948498 126 105 105 105\nefb9832d4c948498 126 110 110 110\nefb9832d4c948498 252 260 260 260\n19ea6a2de5c6b077 46 47 47 47\n19ea6a2de5c6b077 46 48 48 48\n19ea6a2de5c6b077 46 49 49 49\nab21a9fb5b124d8a 19 6 6 6\nab21a9fb5b124d8a 19 12 12 12\nab21a9fb5b124d8a 104 133 133 133\ne8530fdec17b42eb 7 0 0 0\ne8530fdec17b42eb 7 3 3 3\ne8530fdec17b42eb 67 72 72 72\n9afbe12dafb8b68c 14 4 4 4\n9afbe12dafb8b68c 66 103 103 103\n9afbe12dafb8b68c 66 109 109 109\n51606f24d69a31c5 142 104 104 104\n51606f24d69a31c5 142 134 134 134\n51606f24d69a31c5 234 270 270 270\n68f10d64744ff990 60 23 23 23\n68f10d64744ff990 60 53 53 53\n68f10d64744ff990 60 54 54 54\nd9de8aabf76c7683 26 5 5 5\nd9de8aabf76c7683 26 19 19 19\nd9de8aabf76c7683 26 20 20 20\n40954e72e02dc771 57 58 58 58\n40954e72e02dc771 57 60 60 60\n40954e72e02dc771 57 72 72 72\ncc014d7be0dd9a2f 190 169 169 169\ncc014d7be0dd9a2f 190 178 178 178\ncc014d7be0dd9a2f 274 277 277 277\n65cc49bc3ebaf313 29 4 4 4\n65cc49bc3ebaf313 84 101 101 101\n65cc49bc3ebaf313 84 118 118 118\nd9642c8efc01481d 155 115 115 115\nd9642c8efc01481d 155 127 127 127\nd9642c8efc01481d 230 251 251 251\n5ba05d47e238dad6 14 0 0 0\n5ba05d47e238dad6 102 118 118 118\n5ba05d47e238dad6 102 123 123 123\n625372351e3ff4dd 68 70 70 70\n625372351e3ff4dd 68 71 71 71\n625372351e3ff4dd 68 80 80 80\ne0e3465826bd8a52 94 104 104 104\ne0e3465826bd8a52 94 107 107 107\ne0e3465826bd8a52 94 119 119 119\nac3a468aec7604e7 14 5 5 5\nac3a468aec7604e7 14 6 6 6\nac3a468aec7604e7 14 9 9 9\n107b78daf075d371 82 85 85 85\n107b78daf075d371 82 93 93 93\n107b78daf075d371 82 97 97 97\nc936902cf1e99bc3 3 0 0 0\nc936902cf1e99bc3 3 1 1 1\nc936902cf1e99bc3 3 2 2 2\n51338a976f95e507 27 6 6 6\n51338a976f95e507 27 12 12 12\n51338a976f95e507 27 21 21 21\n23cfdadab7cc51a1 100 113 113 113\n23cfdadab7cc51a1 100 129 129 129\n23cfdadab7cc51a1 100 140 140 140\n512810bd5785cad6 75 56 56 56\n512810bd5785cad6 75 59 59 59\n512810bd5785cad6 75 66 66 66\n32a2c04fd8321bbb 124 98 98 98\n32a2c04fd8321bbb 124 100 100 100\n32a2c04fd8321bbb 184 186 186 186\n1fd5f9af785e6e5c 107 65 65 65\n1fd5f9af785e6e5c 107 72 72 72\n1fd5f9af785e6e5c 203 205 205 205\nb325dadd4c13e439 25 10 10 10\nb325dadd4c13e439 73 91 91 91\nb325dadd4c13e439 73 117 117 117\n9e0c86b04f280500 28 0 0 0\n9e0c86b04f280500 28 4 4 4\n9e0c86b04f280500 28 6 6 6\nb572de1740856ec6 71 32 32 32\nb572de1740856ec6 71 53 53 53\nb572de1740856ec6 142 145 145 145\n600fdd0b896e4d57 47 26 26 26\n600fdd0b896e4d57 47 32 32 32\n600fdd0b896e4d57 47 42 42 42\n00e12e215c028984 58 59 59 59\n00e12e215c028984 58 61 61 61\n00e12e215c028984 58 79 79 79\n95fa365891aa8350 93 68 68 68\n95fa365891aa8350 93 78 78 78\n95fa365891aa8350 218 242 242 242\n749f682613a13288 51 54 54 54\n749f682613a13288 51 57 57 57\n749f682613a13288 51 76 76 76\nf1cdfcbce1f39754 32 14 14 14\nf1cdfcbce1f39754 85 92 92 92\nf1cdfcbce1f39754 85 100 100 100\n7416347f6188112f 55 20 20 20\n7416347f6188112f 55 34 34 34\n7416347f6188112f 55 40 40 40\nbf3598d725ce7cf4 152 121 121 121\nbf3598d725ce7cf4 152 123 123 123\nbf3598d725ce7cf4 203 214 214 214\n82c1e9362c985729 63 65 65 65\n82c1e9362c985729 63 79 79 79\n82c1e9362c985729 63 107 107 107\n356c676d648e1d8f 32 27 27 27\n356c676d648e1d8f 97 101 101 101\n356c676d648e1d8f 97 106 106 106\n586004f337ead821 60 62 62 62\n586004f337ead821 60 87 87 87\n586004f337ead821 60 96 96 96\n2a39e3b6061dd887 5 4 4 4\n2a39e3b6061dd887 101 112 112 112\n2a39e3b6061dd887 101 118 118 118\n94ae813b2bf79c45 5 0 0 0\n94ae813b2bf79c45 5 4 4 4\n94ae813b2bf79c45 71 74 74 74\n117335f5d67368ca 13 6 6 6\n117335f5d67368ca 13 7 7 7\n117335f5d67368ca 69 72 72 72\nc4a95e304041e85a 45 25 25 25\nc4a95e304041e85a 45 30 30 30\nc4a95e304041e85a 168 184 184 184\n82041f060168dbe1 72 74 74 74\n82041f060168dbe1 72 75 75 75\n82041f060168dbe1 72 87 87 87\nf3dcb60ad53850fb 15 4 4 4\nf3dcb60ad53850fb 15 9 9 9\nf3dcb60ad53850fb 63 66 66 66\ne4a19d5347812141 8 0 0 0\ne4a19d5347812141 8 1 1 1\ne4a19d5347812141 8 2 2 2\n62feb0ed164ebcbe 24 5 5 5\n62feb0ed164ebcbe 24 12 12 12\n62feb0ed164ebcbe 24 15 15 15\n16da9b4fdfe4883b 46 8 8 8\n16da9b4fdfe4883b 46 12 12 12\n16da9b4fdfe4883b 46 44 44 44\ne6f4b97e55347eed 92 60 60 60\ne6f4b97e55347eed 92 67 67 67\ne6f4b97e55347eed 92 87 87 87\n234c14a79d4da1ff 27 7 7 7\n234c14a79d4da1ff 27 11 11 11\n234c14a79d4da1ff 27 22 22 22\n35f89d3ac607bd5a 57 62 62 62\n35f89d3ac607bd5a 57 78 78 78\n35f89d3ac607bd5a 57 81 81 81\n0cda9adbbedd7948 76 35 35 35\n0cda9adbbedd7948 76 58 58 58\n0cda9adbbedd7948 184 199 199 199\n840f887d08cd0b3d 36 10 10 10\n840f887d08cd0b3d 36 17 17 17\n840f887d08cd0b3d 36 25 25 25\n4f25ba1ea52f635a 53 54 54 54\n4f25ba1ea52f635a 53 78 78 78\n4f25ba1ea52f635a 53 92 92 92\n761579772fa02cfc 46 48 48 48\n761579772fa02cfc 46 49 49 49\n761579772fa02cfc 46 50 50 50\n040de715f9303ba5 59 40 40 40\n040de715f9303ba5 59 43 43 43\n040de715f9303ba5 59 55 55 55\nbf2cce4dafaeceda 162 119 119 119\nbf2cce4dafaeceda 162 127 127 127\nbf2cce4dafaeceda 233 235 235 235\n46ea97f6f3757209 19 1 1 1\n46ea97f6f3757209 19 7 7 7\n46ea97f6f3757209 102 144 144 144\n8071c129cd7c6f44 27 10 10 10\n8071c129cd7c6f44 27 25 25 25\n8071c129cd7c6f44 85 87 87 87\nbae8d86158cecc94 36 5 5 5\nbae8d86158cecc94 36 14 14 14\nbae8d86158cecc94 94 97 97 97\nb4ea2d59afd21024 50 20 20 20\nb4ea2d59afd21024 50 26 26 26\nb4ea2d59afd21024 50 28 28 28\n1f5df6019b0bb73c 105 82 82 82\n1f5df6019b0bb73c 180 186 186 186\n1f5df6019b0bb73c 180 214 214 214\nb38b3646708dea84 56 19 19 19\nb38b3646708dea84 56 31 31 31\nb38b3646708dea84 56 39 39 39\n1a22c18ef654437d 33 3 3 3\n1a22c18ef654437d 113 114 114 114\n1a22c18ef654437d 113 119 119 119\n2f878176347bcf9e 33 25 25 25\n2f878176347bcf9e 33 31 31 31\n2f878176347bcf9e 128 149 149 149\n31bf989cb15492d4 62 63 63 63\n31bf989cb15492d4 62 64 64 64\n31bf989cb15492d4 62 72 72 72\ne650fa5efc0809de 149 150 150 150\ne650fa5efc0809de 149 157 157 157\ne650fa5efc0809de 149 159 159 159\n88ca99a049b21a0c 198 182 182 182\n88ca99a049b21a0c 198 183 183 183\n88ca99a049b21a0c 198 187 187 187\nae8bffdf38808a33 203 165 165 165\nae8bffdf38808a33 203 196 196 196\nae8bffdf38808a33 203 198 198 198\n389f65e97bd902b2 33 8 8 8\n389f65e97bd902b2 33 31 31 31\n389f65e97bd902b2 33 32 32 32\n4a736d7c30ae9280 79 61 61 61\n4a736d7c30ae9280 160 186 186 186\n4a736d7c30ae9280 160 201 201 201\n21a23c81331b0027 187 200 200 200\n21a23c81331b0027 187 210 210 210\n21a23c81331b0027 187 213 213 213\n4e012c05fdf8f9b3 56 39 39 39\n4e012c05fdf8f9b3 110 128 128 128\n4e012c05fdf8f9b3 110 153 153 153\nc0f6817b3e55c661 38 4 4 4\nc0f6817b3e55c661 38 16 16 16\nc0f6817b3e55c661 38 36 36 36\n1fcf851e236dec35 49 54 54 54\n1fcf851e236dec35 49 73 73 73\n1fcf851e236dec35 49 80 80 80\n5cc5e562679c5f1b 70 25 25 25\n5cc5e562679c5f1b 70 54 54 54\n5cc5e562679c5f1b 131 137 137 137\n7218b8b94350581e 61 22 22 22\n7218b8b94350581e 61 36 36 36\n7218b8b94350581e 61 53 53 53\na8b7a84bfa9cf39d 50 5 5 5\na8b7a84bfa9cf39d 50 21 21 21\na8b7a84bfa9cf39d 50 41 41 41\n67300e41773c1a44 175 138 138 138\n67300e41773c1a44 175 146 146 146\n67300e41773c1a44 257 259 259 259\n65f681e621230b5d 71 44 44 44\n65f681e621230b5d 71 69 69 69\n65f681e621230b5d 131 152 152 152\nd2737d096cfe9bd8 12 1 1 1\nd2737d096cfe9bd8 12 2 2 2\nd2737d096cfe9bd8 91 92 92 92\nfb277b237d7bdcb5 9 8 8 8\nfb277b237d7bdcb5 63 81 81 81\nfb277b237d7bdcb5 63 83 83 83\n70888447007609c0 43 0 0 0\n70888447007609c0 43 2 2 2\n70888447007609c0 43 3 3 3\n13c4059da4e56a8c 47 51 51 51\n13c4059da4e56a8c 47 52 52 52\n13c4059da4e56a8c 47 69 69 69\n9fab0fc34c002a2d 65 66 66 66\n9fab0fc34c002a2d 65 69 69 69\n9fab0fc34c002a2d 65 70 70 70\naae8dd571bbfee04 54 72 72 72\naae8dd571bbfee04 54 93 93 93\naae8dd571bbfee04 54 95 95 95\n1af55d4494e499b1 141 149 149 149\n1af55d4494e499b1 141 173 173 173\n1af55d4494e499b1 141 186 186 186\nbae2196412b35a3c 53 23 23 23\nbae2196412b35a3c 53 41 41 41\nbae2196412b35a3c 107 119 119 119\n8041140ad38483c5 61 85 85 85\n8041140ad38483c5 61 92 92 92\n8041140ad38483c5 61 100 100 100\n4b457a008376cd73 92 97 97 97\n4b457a008376cd73 92 101 101 101\n4b457a008376cd73 92 102 102 102\n7f6560149c0bac41 56 32 32 32\n7f6560149c0bac41 117 124 124 124\n7f6560149c0bac41 117 127 127 127\n8a3690723c47052d 138 119 119 119\n8a3690723c47052d 138 129 129 129\n8a3690723c47052d 227 231 231 231\n1ade309152fcc60b 67 32 32 32\n1ade309152fcc60b 67 48 48 48\n1ade309152fcc60b 136 170 170 170\n9ccfd60ef2a71655 2 0 0 0\n9ccfd60ef2a71655 2 1 1 1\n9ccfd60ef2a71655 63 64 64 64\n603b87ea5bbce6fd 55 61 61 61\n603b87ea5bbce6fd 55 71 71 71\n603b87ea5bbce6fd 55 80 80 80\n30029fac7c5621de 15 14 14 14\n30029fac7c5621de 111 114 114 114\n30029fac7c5621de 111 136 136 136\nde0083a93486609c 9 0 0 0\nde0083a93486609c 112 142 142 142\nde0083a93486609c 112 148 148 148\n3ce90c0ea2537c48 77 84 84 84\n3ce90c0ea2537c48 77 92 92 92\n3ce90c0ea2537c48 77 101 101 101\n97655fa846bbdc95 166 124 124 124\n97655fa846bbdc95 166 156 156 156\n97655fa846bbdc95 234 237 237 237\nffe67ac537febe41 58 53 53 53\nffe67ac537febe41 111 134 134 134\nffe67ac537febe41 111 144 144 144\n8620588ed616ab15 40 7 7 7\n8620588ed616ab15 40 21 21 21\n8620588ed616ab15 40 38 38 38\n8231d05506f080c1 175 140 140 140\n8231d05506f080c1 175 165 165 165\n8231d05506f080c1 175 169 169 169\nebb59e0343c6c7e6 7 1 1 1\nebb59e0343c6c7e6 7 3 3 3\nebb59e0343c6c7e6 7 4 4 4\n99402ce31d9d9d68 60 70 70 70\n99402ce31d9d9d68 60 87 87 87\n99402ce31d9d9d68 60 88 88 88\n7dd4b9a826944af8 15 3 3 3\n7dd4b9a826944af8 15 8 8 8\n7dd4b9a826944af8 15 11 11 11\nb3a922aabfa0316a 101 58 58 58\nb3a922aabfa0316a 153 177 177 177\nb3a922aabfa0316a 153 191 191 191\nfd6ee791edb85b45 9 1 1 1\nfd6ee791edb85b45 9 8 8 8\nfd6ee791edb85b45 78 84 84 84\n1af4f12e5c55c99c 13 0 0 0\n1af4f12e5c55c99c 13 2 2 2\n1af4f12e5c55c99c 98 100 100 100\n4953a5140e2f439b 34 22 22 22\n4953a5140e2f439b 80 85 85 85\n4953a5140e2f439b 80 94 94 94\neeb665bbc61578ef 13 7 7 7\neeb665bbc61578ef 80 91 91 91\neeb665bbc61578ef 80 122 122 122\ne94c2035d207ca99 19 3 3 3\ne94c2035d207ca99 80 88 88 88\ne94c2035d207ca99 80 90 90 90\n53a03103c5ccd2fb 72 73 73 73\n53a03103c5ccd2fb 72 78 78 78\n53a03103c5ccd2fb 72 82 82 82\n6628004c0ebaeefd 21 7 7 7\n6628004c0ebaeefd 21 18 18 18\n6628004c0ebaeefd 71 78 78 78\ned4edaa7c4b6538b 71 73 73 73\ned4edaa7c4b6538b 71 75 75 75\ned4edaa7c4b6538b 71 92 92 92\n33dbdc4396938ae1 40 1 1 1\n33dbdc4396938ae1 40 33 33 33\n33dbdc4396938ae1 170 204 204 204\n51f96756456b33fe 18 12 12 12\n51f96756456b33fe 80 85 85 85\n51f96756456b33fe 80 125 125 125\n6b1811dab3c2181e 24 2 2 2\n6b1811dab3c2181e 24 16 16 16\n6b1811dab3c2181e 81 97 97 97\n6c2be8b0c63bed73 25 18 18 18\n6c2be8b0c63bed73 99 106 106 106\n6c2be8b0c63bed73 99 128 128 128\n1150003196de2529 61 23 23 23\n1150003196de2529 128 138 138 138\n1150003196de2529 128 157 157 157\n6c5be64f9f19064a 28 3 3 3\n6c5be64f9f19064a 101 110 110 110\n6c5be64f9f19064a 101 112 112 112\nc0ff1124e4c6db71 86 92 92 92\nc0ff1124e4c6db71 86 99 99 99\nc0ff1124e4c6db71 86 107 107 107\n63e37e7be7c2a2a5 61 42 42 42\n63e37e7be7c2a2a5 61 45 45 45\n63e37e7be7c2a2a5 126 128 128 128\n8b50f64f609a7417 10 2 2 2\n8b50f64f609a7417 10 3 3 3\n8b50f64f609a7417 10 7 7 7\nf5257718f0aae70d 116 132 132 132\nf5257718f0aae70d 116 143 143 143\nf5257718f0aae70d 116 146 146 146\nde7e6332da7c0b4a 35 13 13 13\nde7e6332da7c0b4a 35 16 16 16\nde7e6332da7c0b4a 35 25 25 25\naf6c111c5a2477d6 70 73 73 73\naf6c111c5a2477d6 70 75 75 75\naf6c111c5a2477d6 70 80 80 80\nea375208efc37f2b 37 1 1 1\nea375208efc37f2b 37 4 4 4\nea375208efc37f2b 94 98 98 98\n2ccd2d98696c87e0 2 0 0 0\n2ccd2d98696c87e0 48 52 52 52\n2ccd2d98696c87e0 48 54 54 54\n2552fd444d04ef21 57 18 18 18\n2552fd444d04ef21 57 49 49 49\n2552fd444d04ef21 102 112 112 112\nc969eaee78f6aa7b 25 3 3 3\nc969eaee78f6aa7b 25 22 22 22\nc969eaee78f6aa7b 70 73 73 73\nd4745b3e1bf70910 11 1 1 1\nd4745b3e1bf70910 57 58 58 58\nd4745b3e1bf70910 57 62 62 62\n45e5fcd5c8978342 29 22 22 22\n45e5fcd5c8978342 75 80 80 80\n45e5fcd5c8978342 75 90 90 90\n420bdc53a6928b32 35 19 19 19\n420bdc53a6928b32 109 111 111 111\n420bdc53a6928b32 109 114 114 114\n5179e23afde37cfd 40 5 5 5\n5179e23afde37cfd 40 10 10 10\n5179e23afde37cfd 115 140 140 140\n21840c44aed0ae43 180 142 142 142\n21840c44aed0ae43 180 164 164 164\n21840c44aed0ae43 259 267 267 267\n63a912e86ee4698f 56 58 58 58\n63a912e86ee4698f 56 60 60 60\n63a912e86ee4698f 56 63 63 63\nef10577f3bf663a7 109 115 115 115\nef10577f3bf663a7 109 138 138 138\nef10577f3bf663a7 109 146 146 146\ndebbae3a33e31dc3 4 1 1 1\ndebbae3a33e31dc3 4 3 3 3\ndebbae3a33e31dc3 51 53 53 53\n5bb9c1498799204b 54 59 59 59\n5bb9c1498799204b 54 73 73 73\n5bb9c1498799204b 54 95 95 95\n431e6542fde13130 54 46 46 46\n431e6542fde13130 109 133 133 133\n431e6542fde13130 109 135 135 135\n0dad7f2ef3496f13 19 0 0 0\n0dad7f2ef3496f13 19 7 7 7\n0dad7f2ef3496f13 19 13 13 13\n961456b3bbe48e41 19 16 16 16\n961456b3bbe48e41 19 17 17 17\n961456b3bbe48e41 84 85 85 85\nf925c128d3e76e69 30 6 6 6\nf925c128d3e76e69 30 15 15 15\nf925c128d3e76e69 30 16 16 16\n604872e128f5938d 21 1 1 1\n604872e128f5938d 21 3 3 3\n604872e128f5938d 21 11 11 11\n06dcbfe7cd79bb66 60 64 64 64\n06dcbfe7cd79bb66 60 72 72 72\n06dcbfe7cd79bb66 60 79 79 79\n42b086af2a1e5d98 99 85 85 85\n42b086af2a1e5d98 99 91 91 91\n42b086af2a1e5d98 154 156 156 156\n2d62a5d66d6e4931 2 0 0 0\n2d62a5d66d6e4931 53 54 54 54\n2d62a5d66d6e4931 53 55 55 55\n3e8dd5a6930ecb92 100 101 101 101\n3e8dd5a6930ecb92 100 140 140 140\n3e8dd5a6930ecb92 100 142 142 142\n634aefb6e1d7d70c 3 1 1 1\n634aefb6e1d7d70c 3 2 2 2\n634aefb6e1d7d70c 51 52 52 52\nfe42422857682683 68 38 38 38\nfe42422857682683 68 54 54 54\nfe42422857682683 68 65 65 65\n83cf9da0255baa32 24 9 9 9\n83cf9da0255baa32 24 10 10 10\n83cf9da0255baa32 24 12 12 12\nc065af084d1108c3 10 3 3 3\nc065af084d1108c3 10 8 8 8\nc065af084d1108c3 76 81 81 81\n43db35d743e6be54 17 14 14 14\n43db35d743e6be54 65 73 73 73\n43db35d743e6be54 65 79 79 79\n443b1691d94c1b3a 7 0 0 0\n443b1691d94c1b3a 7 3 3 3\n443b1691d94c1b3a 7 6 6 6\n335794d48a9b168a 52 55 55 55\n335794d48a9b168a 52 80 80 80\n335794d48a9b168a 52 81 81 81\n9d37c1e008862f67 60 69 69 69\n9d37c1e008862f67 60 70 70 70\n9d37c1e008862f67 60 98 98 98\n9ea41ecbdcb268a0 53 54 54 54\n9ea41ecbdcb268a0 53 67 67 67\n9ea41ecbdcb268a0 53 79 79 79\n5bda67ce0ab325b8 152 122 122 122\n5bda67ce0ab325b8 212 229 229 229\n5bda67ce0ab325b8 212 234 234 234\nbd7b6cbe96c87c5e 107 129 129 129\nbd7b6cbe96c87c5e 107 134 134 134\nbd7b6cbe96c87c5e 107 141 141 141\n5b427c2035bb515e 61 26 26 26\n5b427c2035bb515e 61 42 42 42\n5b427c2035bb515e 141 170 170 170\nffd3390311a2c8ce 12 2 2 2\nffd3390311a2c8ce 12 5 5 5\nffd3390311a2c8ce 12 11 11 11\n9a0e32c4ab71b3bd 95 82 82 82\n9a0e32c4ab71b3bd 95 86 86 86\n9a0e32c4ab71b3bd 167 208 208 208\n78c9f12f1f2df5a1 47 44 44 44\n78c9f12f1f2df5a1 97 117 117 117\n78c9f12f1f2df5a1 97 133 133 133\n9cf5e48a638becde 13 1 1 1\n9cf5e48a638becde 13 10 10 10\n9cf5e48a638becde 96 103 103 103\ne9d5d800eeeb5fe8 62 66 66 66\ne9d5d800eeeb5fe8 62 68 68 68\ne9d5d800eeeb5fe8 62 76 76 76\nfd3c54bb57284e5c 61 69 69 69\nfd3c54bb57284e5c 61 70 70 70\nfd3c54bb57284e5c 61 73 73 73\n73f37a3e83b3db29 23 0 0 0\n73f37a3e83b3db29 88 96 96 96\n73f37a3e83b3db29 88 101 101 101\n312c8e1f1f9f3594 8 2 2 2\n312c8e1f1f9f3594 61 63 63 63\n312c8e1f1f9f3594 61 64 64 64\n1c7b3ccd5482f834 46 48 48 48\n1c7b3ccd5482f834 46 55 55 55\n1c7b3ccd5482f834 46 64 64 64\n3662b5f2916b470c 153 120 120 120\n3662b5f2916b470c 153 126 126 126\n3662b5f2916b470c 153 148 148 148\nc6ad2c0caca2566f 82 101 101 101\nc6ad2c0caca2566f 82 109 109 109\nc6ad2c0caca2566f 82 120 120 120\n177d39d72e983b69 49 53 53 53\n177d39d72e983b69 49 58 58 58\n177d39d72e983b69 49 63 63 63\n666dfa1a6310793c 21 6 6 6\n666dfa1a6310793c 86 87 87 87\n666dfa1a6310793c 86 89 89 89\nd1ad717988b5f4b9 63 26 26 26\nd1ad717988b5f4b9 63 60 60 60\nd1ad717988b5f4b9 156 180 180 180\n41fafa6144b58c39 21 0 0 0\n41fafa6144b58c39 21 20 20 20\n41fafa6144b58c39 88 89 89 89\n4c9030a5917a1328 25 2 2 2\n4c9030a5917a1328 25 12 12 12\n4c9030a5917a1328 74 79 79 79\nf673068196024955 38 7 7 7\nf673068196024955 38 17 17 17\nf673068196024955 109 112 112 112\n35b15e97674edec3 81 106 106 106\n35b15e97674edec3 81 107 107 107\n35b15e97674edec3 81 117 117 117\n81b132ae6b8bc8ed 45 46 46 46\n81b132ae6b8bc8ed 45 47 47 47\n81b132ae6b8bc8ed 45 48 48 48\nb0b47fddfd7ec43f 35 1 1 1\nb0b47fddfd7ec43f 35 34 34 34\nb0b47fddfd7ec43f 82 111 111 111\n0ab163a1b88f1128 7 5 5 5\n0ab163a1b88f1128 7 6 6 6\n0ab163a1b88f1128 53 57 57 57\n764bc578ddb19e9f 130 155 155 155\n764bc578ddb19e9f 130 171 171 171\n764bc578ddb19e9f 130 175 175 175\nabe6faa37846f1ce 3 0 0 0\nabe6faa37846f1ce 3 1 1 1\nabe6faa37846f1ce 3 2 2 2\n81760927c26073d5 51 29 29 29\n81760927c26073d5 51 34 34 34\n81760927c26073d5 51 36 36 36\na74d69eaa0dc81fe 97 65 65 65\na74d69eaa0dc81fe 97 86 86 86\na74d69eaa0dc81fe 97 87 87 87\ned46517c2abd93f8 13 0 0 0\ned46517c2abd93f8 13 8 8 8\ned46517c2abd93f8 13 11 11 11\ne78acf2f0d88e894 7 5 5 5\ne78acf2f0d88e894 57 61 61 61\ne78acf2f0d88e894 57 74 74 74\n63601178de25dcf3 76 35 35 35\n63601178de25dcf3 76 49 49 49\n63601178de25dcf3 121 139 139 139\nbc8214e859ec98d7 1 0 0 0\nbc8214e859ec98d7 48 49 49 49\nbc8214e859ec98d7 48 50 50 50\nd9379ef7eb90e7e7 20 6 6 6\nd9379ef7eb90e7e7 20 17 17 17\nd9379ef7eb90e7e7 140 177 177 177\nc2f419eaf9b69c79 27 24 24 24\nc2f419eaf9b69c79 72 76 76 76\nc2f419eaf9b69c79 72 88 88 88\n635b0cb422cc9b63 241 250 250 250\n635b0cb422cc9b63 241 259 259 259\n635b0cb422cc9b63 241 263 263 263\ne0f5b15246fe74f9 72 34 34 34\ne0f5b15246fe74f9 72 66 66 66\ne0f5b15246fe74f9 126 156 156 156\n7f602fd34aa315b0 53 11 11 11\n7f602fd34aa315b0 53 30 30 30\n7f602fd34aa315b0 53 37 37 37\n4ca952ede2af6578 38 5 5 5\n4ca952ede2af6578 38 21 21 21\n4ca952ede2af6578 38 31 31 31\n37d4e43b2b029a80 31 2 2 2\n37d4e43b2b029a80 31 17 17 17\n37d4e43b2b029a80 118 136 136 136\n44be029ec85609c5 76 87 87 87\n44be029ec85609c5 76 94 94 94\n44be029ec85609c5 76 99 99 99\n078b8bdc29565cac 74 78 78 78\n078b8bdc29565cac 74 86 86 86\n078b8bdc29565cac 74 88 88 88\n5b9054a58c1a20da 51 30 30 30\n5b9054a58c1a20da 103 132 132 132\n5b9054a58c1a20da 103 134 134 134\n9f8dd9d0fc7d9382 6 2 2 2\n9f8dd9d0fc7d9382 53 64 64 64\n9f8dd9d0fc7d9382 53 78 78 78\na361562dded27501 78 88 88 88\na361562dded27501 78 89 89 89\na361562dded27501 78 98 98 98\n9dd571bfa9a0ef35 4 1 1 1\n9dd571bfa9a0ef35 53 67 67 67\n9dd571bfa9a0ef35 53 70 70 70\n685da2e45eda4f92 56 20 20 20\n685da2e45eda4f92 56 21 21 21\n685da2e45eda4f92 56 30 30 30\n0ff193c92d415b18 75 77 77 77\n0ff193c92d415b18 75 79 79 79\n0ff193c92d415b18 75 86 86 86\n14a5b002ce46d4d3 47 49 49 49\n14a5b002ce46d4d3 47 55 55 55\n14a5b002ce46d4d3 47 65 65 65\n43361dbc0c5a2808 8 0 0 0\n43361dbc0c5a2808 56 62 62 62\n43361dbc0c5a2808 56 79 79 79\n780b7a435f2ced47 166 155 155 155\n780b7a435f2ced47 166 165 165 165\n780b7a435f2ced47 244 269 269 269\n7ffbb3cfbe1af515 24 1 1 1\n7ffbb3cfbe1af515 24 18 18 18\n7ffbb3cfbe1af515 24 20 20 20\nee8a786d0448d93c 16 4 4 4\nee8a786d0448d93c 62 63 63 63\nee8a786d0448d93c 62 64 64 64\ndff5912eb00182cd 80 48 48 48\ndff5912eb00182cd 80 67 67 67\ndff5912eb00182cd 163 199 199 199\n667eb8ab7c00b961 82 83 83 83\n667eb8ab7c00b961 82 86 86 86\n667eb8ab7c00b961 82 88 88 88\n4118895a33890c5a 105 64 64 64\n4118895a33890c5a 151 152 152 152\n4118895a33890c5a 151 171 171 171\ne7c2a6cfc9f12113 76 82 82 82\ne7c2a6cfc9f12113 76 83 83 83\ne7c2a6cfc9f12113 76 96 96 96\n981d9a0fef100f84 15 10 10 10\n981d9a0fef100f84 62 66 66 66\n981d9a0fef100f84 62 80 80 80\n43fee307c6339b5e 4 1 1 1\n43fee307c6339b5e 4 2 2 2\n43fee307c6339b5e 55 56 56 56\ne3b9079fe9e0290b 84 53 53 53\ne3b9079fe9e0290b 84 56 56 56\ne3b9079fe9e0290b 84 73 73 73\n70aff06cbab9e038 13 9 9 9\n70aff06cbab9e038 98 122 122 122\n70aff06cbab9e038 98 136 136 136\nf1779a76baf71f9d 64 27 27 27\nf1779a76baf71f9d 64 37 37 37\nf1779a76baf71f9d 64 49 49 49\n2755ba82b01b480d 7 1 1 1\n2755ba82b01b480d 7 3 3 3\n2755ba82b01b480d 7 6 6 6\ndcd22cfdddffa9a9 42 0 0 0\ndcd22cfdddffa9a9 42 4 4 4\ndcd22cfdddffa9a9 42 5 5 5\n99dcc63950025556 14 4 4 4\n99dcc63950025556 14 10 10 10\n99dcc63950025556 14 12 12 12\nd1a3ff99bab7fe77 12 3 3 3\nd1a3ff99bab7fe77 12 4 4 4\nd1a3ff99bab7fe77 12 6 6 6\nd4576e0cdf65663a 37 0 0 0\nd4576e0cdf65663a 37 22 22 22\nd4576e0cdf65663a 87 94 94 94\nc8c2d887b38f6dc5 63 41 41 41\nc8c2d887b38f6dc5 63 52 52 52\nc8c2d887b38f6dc5 63 59 59 59\n25d3995ee3f07dae 47 15 15 15\n25d3995ee3f07dae 47 17 17 17\n25d3995ee3f07dae 47 29 29 29\n65e05c44e3018113 55 61 61 61\n65e05c44e3018113 55 77 77 77\n65e05c44e3018113 55 85 85 85\nc8640731b5ec3b3f 4 1 1 1\nc8640731b5ec3b3f 4 2 2 2\nc8640731b5ec3b3f 57 62 62 62\n2d815b3e5e9bb237 100 56 56 56\n2d815b3e5e9bb237 100 86 86 86\n2d815b3e5e9bb237 196 218 218 218\n1c73def8a62301a9 90 46 46 46\n1c73def8a62301a9 158 168 168 168\n1c73def8a62301a9 158 178 178 178\n474d403238a41315 89 48 48 48\n474d403238a41315 89 79 79 79\n474d403238a41315 157 194 194 194\n5800017d267ac76e 83 39 39 39\n5800017d267ac76e 83 71 71 71\n5800017d267ac76e 83 82 82 82\n03f551fc4abedc08 19 4 4 4\n03f551fc4abedc08 19 14 14 14\n03f551fc4abedc08 19 16 16 16\nf3534478d06ca677 108 121 121 121\nf3534478d06ca677 108 140 140 140\nf3534478d06ca677 108 151 151 151\ned0364eff155da2c 14 0 0 0\ned0364eff155da2c 59 60 60 60\ned0364eff155da2c 59 68 68 68\n4ae4456267802484 14 2 2 2\n4ae4456267802484 109 132 132 132\n4ae4456267802484 109 134 134 134\n98eda9148d3731fa 9 6 6 6\n98eda9148d3731fa 9 7 7 7\n98eda9148d3731fa 76 81 81 81\n78c5b78b44059cac 9 2 2 2\n78c5b78b44059cac 9 7 7 7\n78c5b78b44059cac 61 62 62 62\ne02fe3ae53693362 19 1 1 1\ne02fe3ae53693362 19 8 8 8\ne02fe3ae53693362 19 13 13 13\nc5099a0b6b7849eb 77 35 35 35\nc5099a0b6b7849eb 77 45 45 45\nc5099a0b6b7849eb 77 74 74 74\n6f12e407f47d0724 44 19 19 19\n6f12e407f47d0724 44 40 40 40\n6f12e407f47d0724 90 93 93 93\n6c376c523531fd19 132 94 94 94\n6c376c523531fd19 205 208 208 208\n6c376c523531fd19 205 213 213 213\n4bae8b3980bf32d0 4 0 0 0\n4bae8b3980bf32d0 4 1 1 1\n4bae8b3980bf32d0 4 3 3 3\n55fb48a338c9ae09 54 61 61 61\n55fb48a338c9ae09 54 62 62 62\n55fb48a338c9ae09 54 67 67 67\n9d2d13865a1fe989 26 16 16 16\n9d2d13865a1fe989 88 95 95 95\n9d2d13865a1fe989 88 98 98 98\n4e9844ec22d424de 20 1 1 1\n4e9844ec22d424de 20 12 12 12\n4e9844ec22d424de 20 13 13 13\nda6c1d011315f203 7 3 3 3\nda6c1d011315f203 7 5 5 5\nda6c1d011315f203 58 59 59 59\n8d25f7cc9527723c 101 60 60 60\n8d25f7cc9527723c 235 239 239 239\n8d25f7cc9527723c 235 251 251 251\nbcbfc12f1cc350c0 69 70 70 70\nbcbfc12f1cc350c0 69 71 71 71\nbcbfc12f1cc350c0 69 74 74 74\n851755ccbadc0ddd 78 39 39 39\n851755ccbadc0ddd 78 48 48 48\n851755ccbadc0ddd 78 60 60 60\n025ce727b1b55932 13 4 4 4\n025ce727b1b55932 13 8 8 8\n025ce727b1b55932 91 106 106 106\n094fd37f09dc318c 32 7 7 7\n094fd37f09dc318c 79 84 84 84\n094fd37f09dc318c 79 108 108 108\n3af43fe8d514f7c5 159 177 177 177\n3af43fe8d514f7c5 159 188 188 188\n3af43fe8d514f7c5 159 192 192 192\nea321e9d94fb3533 42 6 6 6\nea321e9d94fb3533 42 10 10 10\nea321e9d94fb3533 42 24 24 24\n8afa074689f59f7d 86 44 44 44\n8afa074689f59f7d 86 50 50 50\n8afa074689f59f7d 86 63 63 63\nc8de87bb03e6ba4c 99 63 63 63\nc8de87bb03e6ba4c 147 160 160 160\nc8de87bb03e6ba4c 147 165 165 165\n869e7e1ad950d5a5 30 13 13 13\n869e7e1ad950d5a5 30 17 17 17\n869e7e1ad950d5a5 30 26 26 26\n372bb866143b6e35 46 47 47 47\n372bb866143b6e35 46 53 53 53\n372bb866143b6e35 46 70 70 70\n165696025b477097 59 64 64 64\n165696025b477097 59 65 65 65\n165696025b477097 59 69 69 69\na9dc5dab9b29cccc 51 55 55 55\na9dc5dab9b29cccc 51 58 58 58\na9dc5dab9b29cccc 51 63 63 63\n6528a773543d2404 17 14 14 14\n6528a773543d2404 66 67 67 67\n6528a773543d2404 66 68 68 68\n49d4a7288f6b5dac 16 10 10 10\n49d4a7288f6b5dac 16 14 14 14\n49d4a7288f6b5dac 71 81 81 81\na3ba667b9cd78d95 15 0 0 0\na3ba667b9cd78d95 15 7 7 7\na3ba667b9cd78d95 68 70 70 70\ne352944191227d65 14 0 0 0\ne352944191227d65 59 68 68 68\ne352944191227d65 59 75 75 75\n45813c8b2b35ee38 2 0 0 0\n45813c8b2b35ee38 2 1 1 1\n45813c8b2b35ee38 48 49 49 49\n6667bfea202e343f 87 47 47 47\n6667bfea202e343f 87 68 68 68\n6667bfea202e343f 190 216 216 216\n6f48981fbe4fbe80 3 0 0 0\n6f48981fbe4fbe80 3 2 2 2\n6f48981fbe4fbe80 51 54 54 54\ne180e48c3a31788c 7 1 1 1\ne180e48c3a31788c 57 63 63 63\ne180e48c3a31788c 57 64 64 64\nbc69599f807f4bbe 28 15 15 15\nbc69599f807f4bbe 28 16 16 16\nbc69599f807f4bbe 75 85 85 85\n61c1653668df1b7b 63 80 80 80\n61c1653668df1b7b 63 92 92 92\n61c1653668df1b7b 63 94 94 94\n0ef054fbdabce0cd 170 126 126 126\n0ef054fbdabce0cd 170 144 144 144\n0ef054fbdabce0cd 170 145 145 145\n26e27bf9039f8aa2 13 11 11 11\n26e27bf9039f8aa2 66 71 71 71\n26e27bf9039f8aa2 66 81 81 81\n5a7df53b469c351d 98 65 65 65\n5a7df53b469c351d 98 69 69 69\n5a7df53b469c351d 98 76 76 76\n5c5cea1c0c614590 59 18 18 18\n5c5cea1c0c614590 59 26 26 26\n5c5cea1c0c614590 110 145 145 145\nf9e2fa48df9eac9f 28 3 3 3\nf9e2fa48df9eac9f 28 6 6 6\nf9e2fa48df9eac9f 28 19 19 19\n4d66f43cb4ee5fe8 10 8 8 8\n4d66f43cb4ee5fe8 10 9 9 9\n4d66f43cb4ee5fe8 55 62 62 62\n588d8bee939e4fe4 47 16 16 16\n588d8bee939e4fe4 47 28 28 28\n588d8bee939e4fe4 96 110 110 110\n4fcd312dd4baf4f6 7 6 6 6\n4fcd312dd4baf4f6 60 68 68 68\n4fcd312dd4baf4f6 60 71 71 71\n1ec53f4089f0dbfc 1 0 0 0\n1ec53f4089f0dbfc 46 48 48 48\n1ec53f4089f0dbfc 46 49 49 49\n99d974438c80802c 205 174 174 174\n99d974438c80802c 205 180 180 180\n99d974438c80802c 205 202 202 202\nf218fca4a9ad27ab 56 25 25 25\nf218fca4a9ad27ab 56 36 36 36\nf218fca4a9ad27ab 56 47 47 47\nd83b9ebe5db7978f 43 14 14 14\nd83b9ebe5db7978f 116 128 128 128\nd83b9ebe5db7978f 116 159 159 159\nf2a5a2e3570921c9 10 8 8 8\nf2a5a2e3570921c9 63 77 77 77\nf2a5a2e3570921c9 63 79 79 79\na62f41c8c5b475a6 16 14 14 14\na62f41c8c5b475a6 85 96 96 96\na62f41c8c5b475a6 85 104 104 104\n17519e763b34fe14 82 57 57 57\n17519e763b34fe14 210 253 253 253\n17519e763b34fe14 210 255 255 255\n186f18684ed4b516 14 7 7 7\n186f18684ed4b516 84 113 113 113\n186f18684ed4b516 84 129 129 129\n47d11d4bee6608e0 67 33 33 33\n47d11d4bee6608e0 67 35 35 35\n47d11d4bee6608e0 67 57 57 57\nfbe4055d5dfd480e 124 128 128 128\nfbe4055d5dfd480e 124 154 154 154\nfbe4055d5dfd480e 124 167 167 167\n881c01eb440e7b4e 13 0 0 0\n881c01eb440e7b4e 13 9 9 9\n881c01eb440e7b4e 13 12 12 12\n28760a14d0a5ff3a 63 88 88 88\n28760a14d0a5ff3a 63 90 90 90\n28760a14d0a5ff3a 63 108 108 108\n879843dd7709d6e0 222 223 223 223\n879843dd7709d6e0 222 229 229 229\n879843dd7709d6e0 222 241 241 241\n60446524157d9f3e 110 124 124 124\n60446524157d9f3e 110 132 132 132\n60446524157d9f3e 110 137 137 137\n0894f0072a8c5fd0 68 71 71 71\n0894f0072a8c5fd0 68 74 74 74\n0894f0072a8c5fd0 68 82 82 82\n5fad029d91af56bd 116 96 96 96\n5fad029d91af56bd 212 232 232 232\n5fad029d91af56bd 212 241 241 241\n68a17cc5d6e41d9c 139 147 147 147\n68a17cc5d6e41d9c 139 170 170 170\n68a17cc5d6e41d9c 139 181 181 181\n54a7ad7ac2bd1549 5 3 3 3\n54a7ad7ac2bd1549 52 61 61 61\n54a7ad7ac2bd1549 52 88 88 88\n51e045d2adfe39fe 52 55 55 55\n51e045d2adfe39fe 52 63 63 63\n51e045d2adfe39fe 52 65 65 65\na1a21aee1df9fa71 126 111 111 111\na1a21aee1df9fa71 173 175 175 175\na1a21aee1df9fa71 173 180 180 180\n633d3fdb65d02c52 20 12 12 12\n633d3fdb65d02c52 20 18 18 18\n633d3fdb65d02c52 67 111 111 111\n4246a11f0971a231 17 10 10 10\n4246a11f0971a231 17 15 15 15\n4246a11f0971a231 17 16 16 16\ncfae28b337f6d169 68 95 95 95\ncfae28b337f6d169 68 96 96 96\ncfae28b337f6d169 68 102 102 102\n6bc457ceb8a81ed5 48 8 8 8\n6bc457ceb8a81ed5 48 9 9 9\n6bc457ceb8a81ed5 48 22 22 22\n07d449efdb66c20d 68 70 70 70\n07d449efdb66c20d 68 73 73 73\n07d449efdb66c20d 68 82 82 82\n6491dba0a8ebd210 17 2 2 2\n6491dba0a8ebd210 17 12 12 12\n6491dba0a8ebd210 65 72 72 72\n7ba1ce8445588441 28 5 5 5\n7ba1ce8445588441 82 99 99 99\n7ba1ce8445588441 82 106 106 106\n8aa9a088bb57b234 125 126 126 126\n8aa9a088bb57b234 125 127 127 127\n8aa9a088bb57b234 125 134 134 134\nf2155adbd63cb1e8 25 7 7 7\nf2155adbd63cb1e8 102 130 130 130\nf2155adbd63cb1e8 102 134 134 134\n9dee45a5b09b5770 204 165 165 165\n9dee45a5b09b5770 204 174 174 174\n9dee45a5b09b5770 253 259 259 259\nd0d99409eee42ecd 90 74 74 74\nd0d99409eee42ecd 90 88 88 88\nd0d99409eee42ecd 169 171 171 171\n7cad770e94716bea 66 67 67 67\n7cad770e94716bea 66 73 73 73\n7cad770e94716bea 66 77 77 77\nf12a3651a51dcb9f 38 9 9 9\nf12a3651a51dcb9f 38 15 15 15\nf12a3651a51dcb9f 38 29 29 29\n04ec725465dc5329 52 21 21 21\n04ec725465dc5329 52 23 23 23\n04ec725465dc5329 52 39 39 39\n36e94b0ad3a62c7d 7 1 1 1\n36e94b0ad3a62c7d 7 5 5 5\n36e94b0ad3a62c7d 64 66 66 66\nc623c6a79373330b 141 99 99 99\nc623c6a79373330b 141 107 107 107\nc623c6a79373330b 141 108 108 108\nb516e68f82993596 159 174 174 174\nb516e68f82993596 159 188 188 188\nb516e68f82993596 159 195 195 195\n8f71898bc3662fa6 56 63 63 63\n8f71898bc3662fa6 56 77 77 77\n8f71898bc3662fa6 56 90 90 90\n146581180e89666d 45 47 47 47\n146581180e89666d 45 51 51 51\n146581180e89666d 45 53 53 53\nfeba28a8f1b69de6 68 23 23 23\nfeba28a8f1b69de6 121 131 131 131\nfeba28a8f1b69de6 121 134 134 134\n74e192d23f2fa8c4 115 91 91 91\n74e192d23f2fa8c4 115 96 96 96\n74e192d23f2fa8c4 115 110 110 110\n61ab98ec79dd67f4 21 3 3 3\n61ab98ec79dd67f4 21 9 9 9\n61ab98ec79dd67f4 21 15 15 15\nda7649f08f0ecb90 58 76 76 76\nda7649f08f0ecb90 58 86 86 86\nda7649f08f0ecb90 58 97 97 97\na7813af2c5f05291 154 147 147 147\na7813af2c5f05291 230 238 238 238\na7813af2c5f05291 230 254 254 254\n0c788e368d993870 125 114 114 114\n0c788e368d993870 125 124 124 124\n0c788e368d993870 243 248 248 248\na7849dbe8e0a9e87 104 62 62 62\na7849dbe8e0a9e87 104 63 63 63\na7849dbe8e0a9e87 104 74 74 74\nea96d12c34a556d5 17 1 1 1\nea96d12c34a556d5 17 3 3 3\nea96d12c34a556d5 17 16 16 16\n4f3832284b2bbfc9 32 1 1 1\n4f3832284b2bbfc9 32 25 25 25\n4f3832284b2bbfc9 32 27 27 27\nb873af03b0ece78b 9 2 2 2\nb873af03b0ece78b 69 76 76 76\nb873af03b0ece78b 69 78 78 78\n7ba29bd150619f7b 40 20 20 20\n7ba29bd150619f7b 40 24 24 24\n7ba29bd150619f7b 40 26 26 26\n899aa2030c49fc23 16 1 1 1\n899aa2030c49fc23 16 10 10 10\n899aa2030c49fc23 16 13 13 13\n3e746126204810a4 115 98 98 98\n3e746126204810a4 248 255 255 255\n3e746126204810a4 248 265 265 265\nb15cb192eba0ae9b 31 6 6 6\nb15cb192eba0ae9b 31 17 17 17\nb15cb192eba0ae9b 31 29 29 29\n2e715d4c5bf6c45e 18 0 0 0\n2e715d4c5bf6c45e 18 2 2 2\n2e715d4c5bf6c45e 18 8 8 8\n7cf899a59a83fbea 144 153 153 153\n7cf899a59a83fbea 144 163 163 163\n7cf899a59a83fbea 144 166 166 166\n93e6c08c33206a0c 77 48 48 48\n93e6c08c33206a0c 140 141 141 141\n93e6c08c33206a0c 140 155 155 155\n71c9478442c4ae6f 107 112 112 112\n71c9478442c4ae6f 107 113 113 113\n71c9478442c4ae6f 107 121 121 121\n9afda7b164cf2cdc 51 54 54 54\n9afda7b164cf2cdc 51 55 55 55\n9afda7b164cf2cdc 51 56 56 56\nc251d6e68d6d89eb 76 32 32 32\nc251d6e68d6d89eb 131 165 165 165\nc251d6e68d6d89eb 131 176 176 176\n586e598c2861b5ed 17 9 9 9\n586e598c2861b5ed 75 85 85 85\n586e598c2861b5ed 75 113 113 113\n63cafd9770207456 61 65 65 65\n63cafd9770207456 61 67 67 67\n63cafd9770207456 61 71 71 71\n602a0260c5402165 56 77 77 77\n602a0260c5402165 56 80 80 80\n602a0260c5402165 56 81 81 81\n518425b2dbf859d1 134 141 141 141\n518425b2dbf859d1 134 165 165 165\n518425b2dbf859d1 134 169 169 169\ne67c43bee6f33ba0 77 97 97 97\ne67c43bee6f33ba0 77 105 105 105\ne67c43bee6f33ba0 77 121 121 121\na7da8cddff19c648 65 25 25 25\na7da8cddff19c648 65 31 31 31\na7da8cddff19c648 65 62 62 62\nc30ce1a9890c8bdb 74 40 40 40\nc30ce1a9890c8bdb 167 188 188 188\nc30ce1a9890c8bdb 167 208 208 208\n3eb795302924e912 74 76 76 76\n3eb795302924e912 74 77 77 77\n3eb795302924e912 74 80 80 80\n50ea659a50e51f73 18 0 0 0\n50ea659a50e51f73 18 11 11 11\n50ea659a50e51f73 18 17 17 17\ne60f34e1e4663509 45 13 13 13\ne60f34e1e4663509 45 33 33 33\ne60f34e1e4663509 45 39 39 39\n96c0a1027a410b41 23 14 14 14\n96c0a1027a410b41 23 19 19 19\n96c0a1027a410b41 106 137 137 137\nd67a9ef5ecbf92f1 125 128 128 128\nd67a9ef5ecbf92f1 125 130 130 130\nd67a9ef5ecbf92f1 125 133 133 133\n09c1b7a0876c08df 150 121 121 121\n09c1b7a0876c08df 150 136 136 136\n09c1b7a0876c08df 150 137 137 137\n1837b8eebc9c2457 47 21 21 21\n1837b8eebc9c2457 47 22 22 22\n1837b8eebc9c2457 99 116 116 116\n999ac7ad88172c0f 155 112 112 112\n999ac7ad88172c0f 205 209 209 209\n999ac7ad88172c0f 205 217 217 217\n7f5acf5eb41232c2 38 14 14 14\n7f5acf5eb41232c2 38 17 17 17\n7f5acf5eb41232c2 110 111 111 111\na4ab72b25fefa48f 38 15 15 15\na4ab72b25fefa48f 38 16 16 16\na4ab72b25fefa48f 38 21 21 21\nfb424ab019f3e1a1 34 25 25 25\nfb424ab019f3e1a1 104 115 115 115\nfb424ab019f3e1a1 104 147 147 147\n7d9958c362abfcb2 116 87 87 87\n7d9958c362abfcb2 116 100 100 100\n7d9958c362abfcb2 246 251 251 251\n3b676f25b54dcc1c 36 1 1 1\n3b676f25b54dcc1c 36 34 34 34\n3b676f25b54dcc1c 109 124 124 124\n71e6127ee98db5ee 118 123 123 123\n71e6127ee98db5ee 118 150 150 150\n71e6127ee98db5ee 118 152 152 152\n02f801e372d67cfd 9 4 4 4\n02f801e372d67cfd 9 7 7 7\n02f801e372d67cfd 63 77 77 77\nc332f61eb80f0728 29 11 11 11\nc332f61eb80f0728 29 22 22 22\nc332f61eb80f0728 78 84 84 84\nb0882e9423cd8a12 125 116 116 116\nb0882e9423cd8a12 225 235 235 235\nb0882e9423cd8a12 225 270 270 270\n1f084607245e4462 117 91 91 91\n1f084607245e4462 117 115 115 115\n1f084607245e4462 165 170 170 170\n59168f648b9617cc 59 69 69 69\n59168f648b9617cc 59 81 81 81\n59168f648b9617cc 59 89 89 89\n4560f57598efe5ab 14 12 12 12\n4560f57598efe5ab 14 13 13 13\n4560f57598efe5ab 62 66 66 66\n7be4141d6dc4a3e4 139 155 155 155\n7be4141d6dc4a3e4 139 171 171 171\n7be4141d6dc4a3e4 139 178 178 178\n67bfdf9483e9402d 51 55 55 55\n67bfdf9483e9402d 51 56 56 56\n67bfdf9483e9402d 51 57 57 57\nef24eee67c586c55 32 2 2 2\nef24eee67c586c55 32 14 14 14\nef24eee67c586c55 32 21 21 21\n897b939f8fb05f40 9 2 2 2\n897b939f8fb05f40 9 3 3 3\n897b939f8fb05f40 69 75 75 75\n4c2383e60aaf26cc 57 59 59 59\n4c2383e60aaf26cc 57 78 78 78\n4c2383e60aaf26cc 57 81 81 81\n1b88fb5063cd8916 11 9 9 9\n1b88fb5063cd8916 11 10 10 10\n1b88fb5063cd8916 59 62 62 62\n0720bead0cc7cbbf 176 159 159 159\n0720bead0cc7cbbf 228 230 230 230\n0720bead0cc7cbbf 228 265 265 265\nb9f3542583ffacd3 21 17 17 17\nb9f3542583ffacd3 92 104 104 104\nb9f3542583ffacd3 92 116 116 116\nfa005e9c2a1c4828 55 21 21 21\nfa005e9c2a1c4828 55 42 42 42\nfa005e9c2a1c4828 164 182 182 182\n4c69bf407b142b93 57 65 65 65\n4c69bf407b142b93 57 72 72 72\n4c69bf407b142b93 57 73 73 73\n50edf4c00177b372 36 7 7 7\n50edf4c00177b372 36 9 9 9\n50edf4c00177b372 36 14 14 14\n3cc1fcf538c81442 52 53 53 53\n3cc1fcf538c81442 52 57 57 57\n3cc1fcf538c81442 52 66 66 66\ncc2e5f2b53331cfe 72 53 53 53\ncc2e5f2b53331cfe 72 66 66 66\ncc2e5f2b53331cfe 148 174 174 174\ndb2a88aeac0528ef 54 12 12 12\ndb2a88aeac0528ef 54 23 23 23\ndb2a88aeac0528ef 54 45 45 45\nd4b2323a3f4b6f0d 11 1 1 1\nd4b2323a3f4b6f0d 11 2 2 2\nd4b2323a3f4b6f0d 11 7 7 7\nc2d8705c1545d888 33 16 16 16\nc2d8705c1545d888 129 134 134 134\nc2d8705c1545d888 129 143 143 143\n4a046d13e389b505 126 81 81 81\n4a046d13e389b505 126 106 106 106\n4a046d13e389b505 175 216 216 216\na3e602c82ca6dad8 56 42 42 42\na3e602c82ca6dad8 102 119 119 119\na3e602c82ca6dad8 102 141 141 141\n8c411eed4a89862b 15 10 10 10\n8c411eed4a89862b 15 13 13 13\n8c411eed4a89862b 65 84 84 84\n7794d03533d97905 69 91 91 91\n7794d03533d97905 69 106 106 106\n7794d03533d97905 69 110 110 110\n1d46e25b06eef337 131 97 97 97\n1d46e25b06eef337 131 117 117 117\n1d46e25b06eef337 178 183 183 183\n214c597029aebf9f 19 17 17 17\n214c597029aebf9f 105 110 110 110\n214c597029aebf9f 105 141 141 141\ne6edb9ab258be4b3 59 61 61 61\ne6edb9ab258be4b3 59 66 66 66\ne6edb9ab258be4b3 59 69 69 69\n2e4013ea92d04301 46 40 40 40\n2e4013ea92d04301 122 150 150 150\n2e4013ea92d04301 122 153 153 153\n4a177be7db12edcd 41 9 9 9\n4a177be7db12edcd 41 19 19 19\n4a177be7db12edcd 41 28 28 28\n77c3eab4e29f6483 84 77 77 77\n77c3eab4e29f6483 140 160 160 160\n77c3eab4e29f6483 140 182 182 182\naa76e4a85ca31b8d 3 0 0 0\naa76e4a85ca31b8d 3 1 1 1\naa76e4a85ca31b8d 3 2 2 2\n7b6d9b260fc3ad7f 160 126 126 126\n7b6d9b260fc3ad7f 238 272 272 272\n7b6d9b260fc3ad7f 238 277 277 277\n1be5a5c98a51b1cc 112 99 99 99\n1be5a5c98a51b1cc 247 259 259 259\n1be5a5c98a51b1cc 247 263 263 263\n8aa095ac49d8b483 30 2 2 2\n8aa095ac49d8b483 30 28 28 28\n8aa095ac49d8b483 165 198 198 198\n5f6d466e1860f071 10 3 3 3\n5f6d466e1860f071 10 7 7 7\n5f6d466e1860f071 10 8 8 8\n15b93cbe9fc5220d 14 9 9 9\n15b93cbe9fc5220d 75 85 85 85\n15b93cbe9fc5220d 75 106 106 106\nee336a4898a32ded 42 24 24 24\nee336a4898a32ded 42 30 30 30\nee336a4898a32ded 97 132 132 132\n5f75672448394958 63 33 33 33\n5f75672448394958 109 132 132 132\n5f75672448394958 109 149 149 149\n7a3077294b23577a 5 3 3 3\n7a3077294b23577a 51 56 56 56\n7a3077294b23577a 51 57 57 57\n15bc9eb752c6dcbd 22 17 17 17\n15bc9eb752c6dcbd 75 81 81 81\n15bc9eb752c6dcbd 75 87 87 87\n89a83c39d8113b00 127 137 137 137\n89a83c39d8113b00 127 141 141 141\n89a83c39d8113b00 127 143 143 143\nb3dbaf8b9a442fef 37 9 9 9\nb3dbaf8b9a442fef 37 12 12 12\nb3dbaf8b9a442fef 126 135 135 135\n8955965be5e21697 45 8 8 8\n8955965be5e21697 45 33 33 33\n8955965be5e21697 45 43 43 43\n6387e971b377f551 9 6 6 6\n6387e971b377f551 72 77 77 77\n6387e971b377f551 72 85 85 85\nf372706f15279f2d 40 9 9 9\nf372706f15279f2d 40 13 13 13\nf372706f15279f2d 40 38 38 38\n8f6316881fd064b6 54 62 62 62\n8f6316881fd064b6 54 83 83 83\n8f6316881fd064b6 54 99 99 99\nc6e9e5366bec252a 81 72 72 72\nc6e9e5366bec252a 81 73 73 73\nc6e9e5366bec252a 192 194 194 194\na34483ee2255ec8b 45 21 21 21\na34483ee2255ec8b 93 95 95 95\na34483ee2255ec8b 93 115 115 115\n1b881261742799f7 2 1 1 1\n1b881261742799f7 59 71 71 71\n1b881261742799f7 59 73 73 73\nfc87af9c4f0000b1 3 1 1 1\nfc87af9c4f0000b1 52 58 58 58\nfc87af9c4f0000b1 52 60 60 60\na7c9e9a3be7b16cb 10 3 3 3\na7c9e9a3be7b16cb 10 8 8 8\na7c9e9a3be7b16cb 56 57 57 57\n55b8f1d06d9170b4 149 119 119 119\n55b8f1d06d9170b4 149 120 120 120\n55b8f1d06d9170b4 149 124 124 124\n0f61837b9749da34 62 57 57 57\n0f61837b9749da34 195 196 196 196\n0f61837b9749da34 195 203 203 203\n49cc37f7f96be5a9 9 1 1 1\n49cc37f7f96be5a9 9 4 4 4\n49cc37f7f96be5a9 67 70 70 70\nf1def7c1a827dd08 65 46 46 46\nf1def7c1a827dd08 65 52 52 52\nf1def7c1a827dd08 126 168 168 168\n9834b5f8f65308b8 13 9 9 9\n9834b5f8f65308b8 13 11 11 11\n9834b5f8f65308b8 58 63 63 63\n0cdfa29561cb24e0 10 1 1 1\n0cdfa29561cb24e0 79 95 95 95\n0cdfa29561cb24e0 79 99 99 99\n12e3b1ad12a752f6 67 24 24 24\n12e3b1ad12a752f6 67 49 49 49\n12e3b1ad12a752f6 67 63 63 63\nb84c9807327b240a 76 78 78 78\nb84c9807327b240a 76 80 80 80\nb84c9807327b240a 76 112 112 112\nd39a18f18b91df93 1 0 0 0\nd39a18f18b91df93 50 52 52 52\nd39a18f18b91df93 50 54 54 54\n37ff2186f55b3fd8 26 3 3 3\n37ff2186f55b3fd8 26 25 25 25\n37ff2186f55b3fd8 88 93 93 93\nbdd1073b23f1faf8 56 62 62 62\nbdd1073b23f1faf8 56 72 72 72\nbdd1073b23f1faf8 56 76 76 76\n195fbef2c08715e9 156 117 117 117\n195fbef2c08715e9 156 123 123 123\n195fbef2c08715e9 227 245 245 245\n055e4612c1ea70f9 15 4 4 4\n055e4612c1ea70f9 15 6 6 6\n055e4612c1ea70f9 76 107 107 107\nfc50278b5f950186 50 16 16 16\nfc50278b5f950186 50 23 23 23\nfc50278b5f950186 50 27 27 27\nb7455b8a4deab066 80 60 60 60\nb7455b8a4deab066 155 156 156 156\nb7455b8a4deab066 155 187 187 187\na3d0ad86d0435e8e 21 6 6 6\na3d0ad86d0435e8e 79 86 86 86\na3d0ad86d0435e8e 79 107 107 107\n42b218cc2f794026 58 64 64 64\n42b218cc2f794026 58 69 69 69\n42b218cc2f794026 58 77 77 77\neee74e6e5d589a84 40 1 1 1\neee74e6e5d589a84 40 10 10 10\neee74e6e5d589a84 40 22 22 22\n4cf74ffa5bfd5904 71 44 44 44\n4cf74ffa5bfd5904 71 62 62 62\n4cf74ffa5bfd5904 133 135 135 135\n684aa899aaa05cb9 3 1 1 1\n684aa899aaa05cb9 3 2 2 2\n684aa899aaa05cb9 66 67 67 67\n806010700f66cae6 116 74 74 74\n806010700f66cae6 116 97 97 97\n806010700f66cae6 199 210 210 210\n952eb982471ac5f1 26 3 3 3\n952eb982471ac5f1 26 7 7 7\n952eb982471ac5f1 26 20 20 20\n15762acaba295de1 104 72 72 72\n15762acaba295de1 104 85 85 85\n15762acaba295de1 104 86 86 86\nc040e7598e43eef1 11 0 0 0\nc040e7598e43eef1 11 3 3 3\nc040e7598e43eef1 11 9 9 9\n96dd5af0f6e950f1 3 2 2 2\n96dd5af0f6e950f1 48 49 49 49\n96dd5af0f6e950f1 48 54 54 54\n5349781d9cdda05c 60 26 26 26\n5349781d9cdda05c 60 48 48 48\n5349781d9cdda05c 140 154 154 154\n4054d32655ba5eda 171 141 141 141\n4054d32655ba5eda 171 165 165 165\n4054d32655ba5eda 235 247 247 247\n46502a6038bd288f 57 58 58 58\n46502a6038bd288f 57 73 73 73\n46502a6038bd288f 57 98 98 98\nf253339fa19467f5 126 93 93 93\nf253339fa19467f5 126 101 101 101\nf253339fa19467f5 126 102 102 102\n86b3b4ad009cbe0c 2 1 1 1\n86b3b4ad009cbe0c 47 48 48 48\n86b3b4ad009cbe0c 47 49 49 49\nf6696c05fbf5a137 44 8 8 8\nf6696c05fbf5a137 44 25 25 25\nf6696c05fbf5a137 44 38 38 38\n666be06e68dcb7c5 137 118 118 118\n666be06e68dcb7c5 137 129 129 129\n666be06e68dcb7c5 225 232 232 232\nd8a03503a424b8fb 32 30 30 30\nd8a03503a424b8fb 139 155 155 155\nd8a03503a424b8fb 139 156 156 156\n365cc620c2fcbb05 6 2 2 2\n365cc620c2fcbb05 6 3 3 3\n365cc620c2fcbb05 6 4 4 4\n9e013fd3bd563b6b 45 21 21 21\n9e013fd3bd563b6b 45 33 33 33\n9e013fd3bd563b6b 45 42 42 42\naf0d1ef190fafdb7 25 13 13 13\naf0d1ef190fafdb7 25 24 24 24\naf0d1ef190fafdb7 82 91 91 91\nd64b96bbfad60d1c 16 3 3 3\nd64b96bbfad60d1c 16 6 6 6\nd64b96bbfad60d1c 16 12 12 12\n65f1ad35757c4a1f 172 160 160 160\n65f1ad35757c4a1f 257 259 259 259\n65f1ad35757c4a1f 257 267 267 267\n91413adff6a89783 7 4 4 4\n91413adff6a89783 135 153 153 153\n91413adff6a89783 135 161 161 161\n7ab29243a91fdc80 14 5 5 5\n7ab29243a91fdc80 72 87 87 87\n7ab29243a91fdc80 72 88 88 88\nd3b256fd9ec06d6e 36 15 15 15\nd3b256fd9ec06d6e 36 16 16 16\nd3b256fd9ec06d6e 36 17 17 17\n1072aae07584e091 31 13 13 13\n1072aae07584e091 76 89 89 89\n1072aae07584e091 76 99 99 99\nbe5cbb82309b56c3 16 3 3 3\nbe5cbb82309b56c3 16 11 11 11\nbe5cbb82309b56c3 84 110 110 110\n6066b9a906238a6f 29 7 7 7\n6066b9a906238a6f 29 14 14 14\n6066b9a906238a6f 94 98 98 98\n1839244b04a05e5a 9 1 1 1\n1839244b04a05e5a 9 7 7 7\n1839244b04a05e5a 59 60 60 60\n55d5f146ed21c830 5 3 3 3\n55d5f146ed21c830 85 87 87 87\n55d5f146ed21c830 85 91 91 91\n27f772c12c97b594 9 6 6 6\n27f772c12c97b594 9 8 8 8\n27f772c12c97b594 65 68 68 68\nd84343c25315d7e9 72 28 28 28\nd84343c25315d7e9 118 129 129 129\nd84343c25315d7e9 118 152 152 152\n9fc05f9838b25845 7 0 0 0\n9fc05f9838b25845 7 3 3 3\n9fc05f9838b25845 52 68 68 68\n5a0004552dbd330e 114 91 91 91\n5a0004552dbd330e 168 193 193 193\n5a0004552dbd330e 168 210 210 210\ne1b2b54fc9108a54 70 26 26 26\ne1b2b54fc9108a54 70 53 53 53\ne1b2b54fc9108a54 119 126 126 126\ndeb6727eda5946f3 6 0 0 0\ndeb6727eda5946f3 6 4 4 4\ndeb6727eda5946f3 56 60 60 60\n7b1ff8281519a3b6 19 17 17 17\n7b1ff8281519a3b6 85 90 90 90\n7b1ff8281519a3b6 85 97 97 97\nee55fb495eee9169 117 106 106 106\nee55fb495eee9169 117 116 116 116\nee55fb495eee9169 224 231 231 231\nc5299d492943c1c3 12 7 7 7\nc5299d492943c1c3 61 64 64 64\nc5299d492943c1c3 61 65 65 65\n8ac472627625e76e 95 61 61 61\n8ac472627625e76e 95 80 80 80\n8ac472627625e76e 153 169 169 169\ne4e20f4e8c79aa1a 29 17 17 17\ne4e20f4e8c79aa1a 29 23 23 23\ne4e20f4e8c79aa1a 29 28 28 28\na6bc234b1ce6ca2b 24 5 5 5\na6bc234b1ce6ca2b 24 21 21 21\na6bc234b1ce6ca2b 24 22 22 22\n8a910daed0cc83bb 5 1 1 1\n8a910daed0cc83bb 54 61 61 61\n8a910daed0cc83bb 54 80 80 80\ndfb6932b1a712d0d 42 31 31 31\ndfb6932b1a712d0d 42 34 34 34\ndfb6932b1a712d0d 90 104 104 104\nee35dd9642fb2e54 15 4 4 4\nee35dd9642fb2e54 15 10 10 10\nee35dd9642fb2e54 15 13 13 13\n0de8a88480533be6 124 129 129 129\n0de8a88480533be6 124 140 140 140\n0de8a88480533be6 124 143 143 143\n13adf913ea857ddf 25 10 10 10\n13adf913ea857ddf 106 145 145 145\n13adf913ea857ddf 106 147 147 147\n156b422215789c18 108 66 66 66\n156b422215789c18 227 240 240 240\n156b422215789c18 227 242 242 242\n2c805f56d92a2e22 22 12 12 12\n2c805f56d92a2e22 72 78 78 78\n2c805f56d92a2e22 72 90 90 90\n62caae272179f01a 112 73 73 73\n62caae272179f01a 184 188 188 188\n62caae272179f01a 184 210 210 210\n3a126bd9702ee8f7 108 137 137 137\n3a126bd9702ee8f7 108 139 139 139\n3a126bd9702ee8f7 108 148 148 148\na93d9d0fd69071aa 93 75 75 75\na93d9d0fd69071aa 93 83 83 83\na93d9d0fd69071aa 93 87 87 87\n3b3880eb01373479 70 29 29 29\n3b3880eb01373479 167 172 172 172\n3b3880eb01373479 167 201 201 201\n16b3eea75ad753ef 102 67 67 67\n16b3eea75ad753ef 102 81 81 81\n16b3eea75ad753ef 237 243 243 243\nd0c84900d316e3ca 6 4 4 4\nd0c84900d316e3ca 54 56 56 56\nd0c84900d316e3ca 54 59 59 59\nf739e9cb43b587fd 28 0 0 0\nf739e9cb43b587fd 86 95 95 95\nf739e9cb43b587fd 86 124 124 124\n6501c4e155960c8b 91 93 93 93\n6501c4e155960c8b 91 98 98 98\n6501c4e155960c8b 91 106 106 106\n6cba7738247eabc9 22 8 8 8\n6cba7738247eabc9 22 12 12 12\n6cba7738247eabc9 120 135 135 135\n62b83cb60c353c3c 69 70 70 70\n62b83cb60c353c3c 69 97 97 97\n62b83cb60c353c3c 69 98 98 98\n637d7266541e6152 8 0 0 0\n637d7266541e6152 68 77 77 77\n637d7266541e6152 68 113 113 113\n2cc330488326fd4f 77 42 42 42\n2cc330488326fd4f 77 55 55 55\n2cc330488326fd4f 199 204 204 204\n37dbb9846f2fdc01 99 67 67 67\n37dbb9846f2fdc01 99 85 85 85\n37dbb9846f2fdc01 172 181 181 181\ncab940b56faac495 53 65 65 65\ncab940b56faac495 53 85 85 85\ncab940b56faac495 53 87 87 87\n8cdcd96e18445632 8 1 1 1\n8cdcd96e18445632 95 109 109 109\n8cdcd96e18445632 95 115 115 115\nd7a7ddbaac9a3df2 8 4 4 4\nd7a7ddbaac9a3df2 8 6 6 6\nd7a7ddbaac9a3df2 8 7 7 7\n5e5839cea5f7341b 45 60 60 60\n5e5839cea5f7341b 45 72 72 72\n5e5839cea5f7341b 45 74 74 74\n587e788b5cdcf522 46 48 48 48\n587e788b5cdcf522 46 49 49 49\n587e788b5cdcf522 46 50 50 50\n15d4131d721f1b5e 30 17 17 17\n15d4131d721f1b5e 30 26 26 26\n15d4131d721f1b5e 94 97 97 97\nad4d196510856830 16 3 3 3\nad4d196510856830 16 6 6 6\nad4d196510856830 16 11 11 11\nab9f9cbd2973cc9a 49 22 22 22\nab9f9cbd2973cc9a 49 40 40 40\nab9f9cbd2973cc9a 49 43 43 43\nc477626407eeb4ec 176 141 141 141\nc477626407eeb4ec 176 170 170 170\nc477626407eeb4ec 232 244 244 244\nf3f53a823ea18d9f 95 71 71 71\nf3f53a823ea18d9f 95 76 76 76\nf3f53a823ea18d9f 95 77 77 77\n583dcd046009f0bc 34 24 24 24\n583dcd046009f0bc 34 32 32 32\n583dcd046009f0bc 154 165 165 165\n4615277ffb68ca9d 8 1 1 1\n4615277ffb68ca9d 8 3 3 3\n4615277ffb68ca9d 62 66 66 66\ne2e03491fca937f3 28 21 21 21\ne2e03491fca937f3 89 103 103 103\ne2e03491fca937f3 89 108 108 108\n904d453f2fb6c0d4 2 0 0 0\n904d453f2fb6c0d4 2 1 1 1\n904d453f2fb6c0d4 57 60 60 60\n72fffd0c21d12eac 4 0 0 0\n72fffd0c21d12eac 4 1 1 1\n72fffd0c21d12eac 4 3 3 3\n12497730f691d00c 51 57 57 57\n12497730f691d00c 51 59 59 59\n12497730f691d00c 51 61 61 61\na76028640ffa1ef9 104 61 61 61\na76028640ffa1ef9 104 89 89 89\na76028640ffa1ef9 234 246 246 246\n452fff658953aab1 114 120 120 120\n452fff658953aab1 114 148 148 148\n452fff658953aab1 114 157 157 157\nd4e37a9e414ef582 15 4 4 4\nd4e37a9e414ef582 15 11 11 11\nd4e37a9e414ef582 104 110 110 110\n5a5fcb1d3f17fbe5 81 86 86 86\n5a5fcb1d3f17fbe5 81 89 89 89\n5a5fcb1d3f17fbe5 81 91 91 91\ndd5142700ac59a94 107 69 69 69\ndd5142700ac59a94 107 76 76 76\ndd5142700ac59a94 172 174 174 174\n8c0ea69b00e2f550 7 6 6 6\n8c0ea69b00e2f550 116 119 119 119\n8c0ea69b00e2f550 116 125 125 125\n8c609891ee48673e 138 95 95 95\n8c609891ee48673e 138 106 106 106\n8c609891ee48673e 138 131 131 131\n3fc2c221557a205c 23 22 22 22\n3fc2c221557a205c 103 134 134 134\n3fc2c221557a205c 103 144 144 144\nb3954464d00ffcc5 7 0 0 0\nb3954464d00ffcc5 7 3 3 3\nb3954464d00ffcc5 7 6 6 6\n9876cda7718a1c6b 173 130 130 130\n9876cda7718a1c6b 173 143 143 143\n9876cda7718a1c6b 173 166 166 166\ne8f50944f9e28741 87 88 88 88\ne8f50944f9e28741 87 114 114 114\ne8f50944f9e28741 87 126 126 126\na374f27587ad2d52 20 18 18 18\na374f27587ad2d52 137 168 168 168\na374f27587ad2d52 137 181 181 181\n1ce8503fd200fed2 6 2 2 2\n1ce8503fd200fed2 6 4 4 4\n1ce8503fd200fed2 55 67 67 67\n7c6b54d9bb76a4a0 23 3 3 3\n7c6b54d9bb76a4a0 23 4 4 4\n7c6b54d9bb76a4a0 23 6 6 6\n485f996ecf360da7 67 22 22 22\n485f996ecf360da7 67 61 61 61\n485f996ecf360da7 137 149 149 149\nf07e75d31a73069b 56 69 69 69\nf07e75d31a73069b 56 88 88 88\nf07e75d31a73069b 56 99 99 99\n6cf0e05c39d186b0 66 81 81 81\n6cf0e05c39d186b0 66 83 83 83\n6cf0e05c39d186b0 66 85 85 85\nfd204026d09b3585 47 50 50 50\nfd204026d09b3585 47 52 52 52\nfd204026d09b3585 47 61 61 61\nba604e2b0ab1be25 33 28 28 28\nba604e2b0ab1be25 33 29 29 29\nba604e2b0ab1be25 98 133 133 133\n0a10d55239d83d99 12 8 8 8\n0a10d55239d83d99 12 9 9 9\n0a10d55239d83d99 101 108 108 108\n03aa0437e5d62d58 65 22 22 22\n03aa0437e5d62d58 65 28 28 28\n03aa0437e5d62d58 65 31 31 31\n454197dc5b50b45f 26 5 5 5\n454197dc5b50b45f 26 11 11 11\n454197dc5b50b45f 26 20 20 20\ncbff8218527bc3a9 85 91 91 91\ncbff8218527bc3a9 85 92 92 92\ncbff8218527bc3a9 85 99 99 99\n0a7c052273895bb3 51 9 9 9\n0a7c052273895bb3 51 16 16 16\n0a7c052273895bb3 51 28 28 28\n42f761f7e655bdce 47 57 57 57\n42f761f7e655bdce 47 61 61 61\n42f761f7e655bdce 47 72 72 72\n5832cd21e4a2eedb 49 22 22 22\n5832cd21e4a2eedb 49 24 24 24\n5832cd21e4a2eedb 142 167 167 167\n01fe225e2f261d1a 7 6 6 6\n01fe225e2f261d1a 52 57 57 57\n01fe225e2f261d1a 52 60 60 60\n086e9118bec887be 7 0 0 0\n086e9118bec887be 7 4 4 4\n086e9118bec887be 7 5 5 5\nf74139ac48f19b3c 44 7 7 7\nf74139ac48f19b3c 167 198 198 198\nf74139ac48f19b3c 167 207 207 207\ndd8d3d9cec8f36d5 151 139 139 139\ndd8d3d9cec8f36d5 217 233 233 233\ndd8d3d9cec8f36d5 217 236 236 236\na9cf9def8f36c3b3 41 8 8 8\na9cf9def8f36c3b3 41 13 13 13\na9cf9def8f36c3b3 41 18 18 18\n85b236ba30175abf 94 73 73 73\n85b236ba30175abf 151 158 158 158\n85b236ba30175abf 151 192 192 192\n2dd67f5e68c8d72b 72 89 89 89\n2dd67f5e68c8d72b 72 100 100 100\n2dd67f5e68c8d72b 72 112 112 112\nd0c521f701b91ad1 30 1 1 1\nd0c521f701b91ad1 30 10 10 10\nd0c521f701b91ad1 30 24 24 24\nf24c97a5cbadcfb4 45 51 51 51\nf24c97a5cbadcfb4 45 54 54 54\nf24c97a5cbadcfb4 45 61 61 61\n2ad09b7837010330 104 77 77 77\n2ad09b7837010330 175 180 180 180\n2ad09b7837010330 175 211 211 211\n0e5b9dcdb891b82b 123 136 136 136\n0e5b9dcdb891b82b 123 161 161 161\n0e5b9dcdb891b82b 123 162 162 162\n9dd4d7d929eaa376 31 1 1 1\n9dd4d7d929eaa376 31 12 12 12\n9dd4d7d929eaa376 86 87 87 87\n7a911883348688e9 52 54 54 54\n7a911883348688e9 52 65 65 65\n7a911883348688e9 52 79 79 79\n291db63458af0613 31 12 12 12\n291db63458af0613 76 78 78 78\n291db63458af0613 76 79 79 79\nfc174b681e13cdf4 124 134 134 134\nfc174b681e13cdf4 124 156 156 156\nfc174b681e13cdf4 124 169 169 169\ne529f3adc0cdf3d3 57 61 61 61\ne529f3adc0cdf3d3 57 69 69 69\ne529f3adc0cdf3d3 57 81 81 81\neebb5bbfdbae33bc 21 5 5 5\neebb5bbfdbae33bc 21 15 15 15\neebb5bbfdbae33bc 70 76 76 76\n7700df7cad223bae 63 72 72 72\n7700df7cad223bae 63 73 73 73\n7700df7cad223bae 63 90 90 90\n5d3888256b80fb8d 119 76 76 76\n5d3888256b80fb8d 119 88 88 88\n5d3888256b80fb8d 188 200 200 200\n63b5676898b75061 5 2 2 2\n63b5676898b75061 103 107 107 107\n63b5676898b75061 103 140 140 140\n606d19170c13bf97 31 2 2 2\n606d19170c13bf97 31 19 19 19\n606d19170c13bf97 31 20 20 20\nec176790f27fb962 8 2 2 2\nec176790f27fb962 8 7 7 7\nec176790f27fb962 54 59 59 59\n684dfe7c93097c48 3 0 0 0\n684dfe7c93097c48 48 56 56 56\n684dfe7c93097c48 48 63 63 63\n310cbf1c65c52fa7 202 179 179 179\n310cbf1c65c52fa7 202 183 183 183\n310cbf1c65c52fa7 262 268 268 268\na8e4359a237cf2dd 52 40 40 40\na8e4359a237cf2dd 52 48 48 48\na8e4359a237cf2dd 129 138 138 138\nd01f297cc531a67a 74 36 36 36\nd01f297cc531a67a 74 39 39 39\nd01f297cc531a67a 207 209 209 209\n464d97e527dd5f8a 19 8 8 8\n464d97e527dd5f8a 110 124 124 124\n464d97e527dd5f8a 110 138 138 138\n35185a0c080c40d6 22 7 7 7\n35185a0c080c40d6 22 12 12 12\n35185a0c080c40d6 67 72 72 72\n4a7f0556fb58a5cc 24 6 6 6\n4a7f0556fb58a5cc 92 107 107 107\n4a7f0556fb58a5cc 92 117 117 117\nba8f27af6e4dc02f 27 0 0 0\nba8f27af6e4dc02f 86 94 94 94\nba8f27af6e4dc02f 86 102 102 102\n1e9b1dc1c096d68d 12 8 8 8\n1e9b1dc1c096d68d 12 9 9 9\n1e9b1dc1c096d68d 12 10 10 10\n7468b52dbe6070cb 42 5 5 5\n7468b52dbe6070cb 42 18 18 18\n7468b52dbe6070cb 101 129 129 129\n8328ae4d746fe8f6 73 74 74 74\n8328ae4d746fe8f6 73 83 83 83\n8328ae4d746fe8f6 73 99 99 99\n0954f5a326941fb1 24 11 11 11\n0954f5a326941fb1 24 18 18 18\n0954f5a326941fb1 24 22 22 22\n8db64f23cd5c4c8e 95 94 94 94\n8db64f23cd5c4c8e 149 156 156 156\n8db64f23cd5c4c8e 149 169 169 169\n59270ce6343beb2a 63 69 69 69\n59270ce6343beb2a 63 75 75 75\n59270ce6343beb2a 63 82 82 82\ndb9ced9a7c18519b 55 59 59 59\ndb9ced9a7c18519b 55 60 60 60\ndb9ced9a7c18519b 55 69 69 69\na688088d3921c03f 69 27 27 27\na688088d3921c03f 147 176 176 176\na688088d3921c03f 147 192 192 192\nd14a6e177ef370ce 33 16 16 16\nd14a6e177ef370ce 85 93 93 93\nd14a6e177ef370ce 85 108 108 108\ne77c9cc0587e9cad 42 10 10 10\ne77c9cc0587e9cad 42 23 23 23\ne77c9cc0587e9cad 42 37 37 37\na1123decafcdf68e 95 64 64 64\na1123decafcdf68e 95 81 81 81\na1123decafcdf68e 165 200 200 200\n56a815b163efd61d 18 7 7 7\n56a815b163efd61d 18 12 12 12\n56a815b163efd61d 18 15 15 15\n42cab73e14195475 14 1 1 1\n42cab73e14195475 14 3 3 3\n42cab73e14195475 14 12 12 12\n20e9bf845c4bd9e7 10 9 9 9\n20e9bf845c4bd9e7 58 61 61 61\n20e9bf845c4bd9e7 58 62 62 62\n72428dc4eda92f4d 18 2 2 2\n72428dc4eda92f4d 18 15 15 15\n72428dc4eda92f4d 76 80 80 80\n75e56e8c9600ae26 39 7 7 7\n75e56e8c9600ae26 39 20 20 20\n75e56e8c9600ae26 111 132 132 132\nf3086c53deacbeaf 5 3 3 3\nf3086c53deacbeaf 5 4 4 4\nf3086c53deacbeaf 50 51 51 51\n3b8167415736169c 9 2 2 2\n3b8167415736169c 9 3 3 3\n3b8167415736169c 9 7 7 7\n24d95746999b7f7e 15 0 0 0\n24d95746999b7f7e 15 12 12 12\n24d95746999b7f7e 75 79 79 79\n0baa633d2094d2c1 19 1 1 1\n0baa633d2094d2c1 19 10 10 10\n0baa633d2094d2c1 19 13 13 13\n7ccade44d9c8f7e1 45 46 46 46\n7ccade44d9c8f7e1 45 58 58 58\n7ccade44d9c8f7e1 45 65 65 65\nc63c6fd4250123f8 39 21 21 21\nc63c6fd4250123f8 39 27 27 27\nc63c6fd4250123f8 113 129 129 129\n63579d50297809d8 1 0 0 0\n63579d50297809d8 75 76 76 76\n63579d50297809d8 75 78 78 78\n70272bc88db1265a 180 167 167 167\n70272bc88db1265a 228 237 237 237\n70272bc88db1265a 228 239 239 239\ned0a0f4a8c61a9f3 128 83 83 83\ned0a0f4a8c61a9f3 128 102 102 102\ned0a0f4a8c61a9f3 175 176 176 176\nc905fbb5c08c6ce6 53 42 42 42\nc905fbb5c08c6ce6 107 128 128 128\nc905fbb5c08c6ce6 107 137 137 137\n37bbec9e46c8c1a9 10 3 3 3\n37bbec9e46c8c1a9 10 7 7 7\n37bbec9e46c8c1a9 88 95 95 95\n19a28e5c25feb31f 30 3 3 3\n19a28e5c25feb31f 79 103 103 103\n19a28e5c25feb31f 79 123 123 123\n46067fb6d992860e 45 52 52 52\n46067fb6d992860e 45 55 55 55\n46067fb6d992860e 45 77 77 77\nc0963ff151bd0893 98 109 109 109\nc0963ff151bd0893 98 117 117 117\nc0963ff151bd0893 98 118 118 118\na198072668fa2474 220 177 177 177\na198072668fa2474 220 194 194 194\na198072668fa2474 269 272 272 272\na2f1f38d646db600 107 64 64 64\na2f1f38d646db600 107 97 97 97\na2f1f38d646db600 107 102 102 102\ncee947573b53a1bf 148 113 113 113\ncee947573b53a1bf 203 235 235 235\ncee947573b53a1bf 203 237 237 237\nf26a85e1867eea80 36 14 14 14\nf26a85e1867eea80 36 26 26 26\nf26a85e1867eea80 36 30 30 30\nd5395d343ad4592b 22 1 1 1\nd5395d343ad4592b 22 3 3 3\nd5395d343ad4592b 22 12 12 12\nf82348d27c384c4e 8 2 2 2\nf82348d27c384c4e 55 62 62 62\nf82348d27c384c4e 55 65 65 65\n9e585ebbacb3e94c 88 54 54 54\n9e585ebbacb3e94c 153 164 164 164\n9e585ebbacb3e94c 153 177 177 177\n7a567c2e4b74ed8f 94 98 98 98\n7a567c2e4b74ed8f 94 113 113 113\n7a567c2e4b74ed8f 94 118 118 118\n1f2153b5fb50d41a 221 240 240 240\n1f2153b5fb50d41a 221 256 256 256\n1f2153b5fb50d41a 221 257 257 257\nabcc65ed3b158186 73 38 38 38\nabcc65ed3b158186 143 151 151 151\nabcc65ed3b158186 143 164 164 164\n2b4c1f50687b2bcf 18 2 2 2\n2b4c1f50687b2bcf 18 14 14 14\n2b4c1f50687b2bcf 85 89 89 89\n17ca3b8ad5815b35 65 66 66 66\n17ca3b8ad5815b35 65 71 71 71\n17ca3b8ad5815b35 65 72 72 72\nf3de74db05a6b558 91 55 55 55\nf3de74db05a6b558 91 74 74 74\nf3de74db05a6b558 91 88 88 88\n5a1e4f0e1bbd526f 10 3 3 3\n5a1e4f0e1bbd526f 10 8 8 8\n5a1e4f0e1bbd526f 56 60 60 60\n3590d717d920b2b8 227 184 184 184\n3590d717d920b2b8 227 191 191 191\n3590d717d920b2b8 227 205 205 205\n276eca76bb2b4ae6 62 54 54 54\n276eca76bb2b4ae6 62 57 57 57\n276eca76bb2b4ae6 119 135 135 135\n249fd0890d439aa9 32 2 2 2\n249fd0890d439aa9 32 14 14 14\n249fd0890d439aa9 80 121 121 121\n5581754c07e626bf 36 19 19 19\n5581754c07e626bf 36 29 29 29\n5581754c07e626bf 95 97 97 97\n4319ddbd5e8f20e1 52 53 53 53\n4319ddbd5e8f20e1 52 57 57 57\n4319ddbd5e8f20e1 52 58 58 58\n01f7915dce639515 36 8 8 8\n01f7915dce639515 36 29 29 29\n01f7915dce639515 89 109 109 109\na7c8828737c28252 125 107 107 107\na7c8828737c28252 190 212 212 212\na7c8828737c28252 190 214 214 214\n203b7543bb3387ce 138 110 110 110\n203b7543bb3387ce 193 217 217 217\n203b7543bb3387ce 193 231 231 231\n2bcb26e95f5d152b 5 1 1 1\n2bcb26e95f5d152b 126 129 129 129\n2bcb26e95f5d152b 126 140 140 140\n47cae76cd53c752a 13 7 7 7\n47cae76cd53c752a 87 95 95 95\n47cae76cd53c752a 87 115 115 115\nfe129e744709afc6 1 0 0 0\nfe129e744709afc6 48 49 49 49\nfe129e744709afc6 48 50 50 50\n44b78f9fcb5cd8d8 32 2 2 2\n44b78f9fcb5cd8d8 32 5 5 5\n44b78f9fcb5cd8d8 32 22 22 22\n1bce163cad1e1d20 51 8 8 8\n1bce163cad1e1d20 96 101 101 101\n1bce163cad1e1d20 96 116 116 116\nf29b5228969d056f 58 63 63 63\nf29b5228969d056f 58 75 75 75\nf29b5228969d056f 58 82 82 82\n022a21a897f2a904 8 7 7 7\n022a21a897f2a904 85 94 94 94\n022a21a897f2a904 85 96 96 96\n14e3fec07ba502d7 41 35 35 35\n14e3fec07ba502d7 107 122 122 122\n14e3fec07ba502d7 107 125 125 125\nb5965c79b6a937e0 70 80 80 80\nb5965c79b6a937e0 70 90 90 90\nb5965c79b6a937e0 70 110 110 110\ne8dafcaa89b25c54 6 3 3 3\ne8dafcaa89b25c54 6 5 5 5\ne8dafcaa89b25c54 63 69 69 69\n1b2779619d4f28ed 11 4 4 4\n1b2779619d4f28ed 11 8 8 8\n1b2779619d4f28ed 64 86 86 86\n42742db2633d2eb5 51 62 62 62\n42742db2633d2eb5 51 63 63 63\n42742db2633d2eb5 51 65 65 65\n0ff896ed26db5da3 181 144 144 144\n0ff896ed26db5da3 181 155 155 155\n0ff896ed26db5da3 181 165 165 165\nf2681decf7216b6e 67 73 73 73\nf2681decf7216b6e 67 94 94 94\nf2681decf7216b6e 67 96 96 96\n4c76898a3d535741 118 115 115 115\n4c76898a3d535741 170 179 179 179\n4c76898a3d535741 170 209 209 209\nea93df5ddd015971 116 121 121 121\nea93df5ddd015971 116 127 127 127\nea93df5ddd015971 116 129 129 129\n66bfddd1f3b56005 24 3 3 3\n66bfddd1f3b56005 75 78 78 78\n66bfddd1f3b56005 75 97 97 97\nd87950df77d49b7f 3 2 2 2\nd87950df77d49b7f 63 64 64 64\nd87950df77d49b7f 63 78 78 78\n82454ac79de89fd3 22 2 2 2\n82454ac79de89fd3 105 133 133 133\n82454ac79de89fd3 105 139 139 139\n42f700b22cb0be39 6 0 0 0\n42f700b22cb0be39 6 2 2 2\n42f700b22cb0be39 65 68 68 68\n648f72f3063fd9c7 8 6 6 6\n648f72f3063fd9c7 8 7 7 7\n648f72f3063fd9c7 64 69 69 69\n4634124b21b763f6 42 8 8 8\n4634124b21b763f6 42 35 35 35\n4634124b21b763f6 88 118 118 118\nabe09fde3f158d83 3 0 0 0\nabe09fde3f158d83 3 1 1 1\nabe09fde3f158d83 53 56 56 56\n6dd08f04e95ac92b 47 49 49 49\n6dd08f04e95ac92b 47 50 50 50\n6dd08f04e95ac92b 47 52 52 52\n6758f77061a4515a 14 8 8 8\n6758f77061a4515a 14 10 10 10\n6758f77061a4515a 97 113 113 113\n9634ec803362500f 19 2 2 2\n9634ec803362500f 19 17 17 17\n9634ec803362500f 19 18 18 18\n79c2ebfef0718b1e 64 65 65 65\n79c2ebfef0718b1e 64 80 80 80\n79c2ebfef0718b1e 64 82 82 82\n3a52947c66de5920 60 38 38 38\n3a52947c66de5920 60 56 56 56\n3a52947c66de5920 163 170 170 170\ncb2d798801dd730f 12 0 0 0\ncb2d798801dd730f 12 10 10 10\ncb2d798801dd730f 71 74 74 74\n2c55c5a96b50ab36 223 241 241 241\n2c55c5a96b50ab36 223 247 247 247\n2c55c5a96b50ab36 223 248 248 248\nb5ee0694b771e51e 132 94 94 94\nb5ee0694b771e51e 132 103 103 103\nb5ee0694b771e51e 132 119 119 119\n6054a3584527a616 38 11 11 11\n6054a3584527a616 38 25 25 25\n6054a3584527a616 106 119 119 119\n2e619c31122ee40f 104 109 109 109\n2e619c31122ee40f 104 119 119 119\n2e619c31122ee40f 104 124 124 124\n3b650a9e2ebdfde2 156 120 120 120\n3b650a9e2ebdfde2 156 152 152 152\n3b650a9e2ebdfde2 206 238 238 238\n7abd4ec1670c4705 9 4 4 4\n7abd4ec1670c4705 9 7 7 7\n7abd4ec1670c4705 130 133 133 133\n368fae6f3bc0b0f7 70 74 74 74\n368fae6f3bc0b0f7 70 77 77 77\n368fae6f3bc0b0f7 70 91 91 91\n9a7f9603257027fc 85 86 86 86\n9a7f9603257027fc 85 89 89 89\n9a7f9603257027fc 85 102 102 102\n32615afea87b52dd 18 8 8 8\n32615afea87b52dd 18 15 15 15\n32615afea87b52dd 65 70 70 70\n7550d560dbb941ef 68 42 42 42\n7550d560dbb941ef 68 61 61 61\n7550d560dbb941ef 176 196 196 196\nc00a8f89455fbc1b 22 12 12 12\nc00a8f89455fbc1b 22 17 17 17\nc00a8f89455fbc1b 22 20 20 20\n564659475de45eab 48 61 61 61\n564659475de45eab 48 62 62 62\n564659475de45eab 48 68 68 68\na2c8e506fb8e2161 3 0 0 0\na2c8e506fb8e2161 48 49 49 49\na2c8e506fb8e2161 48 50 50 50\n2deacec5c281fbac 134 101 101 101\n2deacec5c281fbac 134 105 105 105\n2deacec5c281fbac 134 123 123 123\n7909c366c57a0c77 72 76 76 76\n7909c366c57a0c77 72 77 77 77\n7909c366c57a0c77 72 79 79 79\n57a6be6d97e7c9dc 30 11 11 11\n57a6be6d97e7c9dc 30 22 22 22\n57a6be6d97e7c9dc 108 110 110 110\nbf756257ffdd0017 34 30 30 30\nbf756257ffdd0017 34 31 31 31\nbf756257ffdd0017 114 127 127 127\n1f0f5e82e9d0f9ee 22 6 6 6\n1f0f5e82e9d0f9ee 22 19 19 19\n1f0f5e82e9d0f9ee 22 20 20 20\n47a1f1f01e2b7be6 71 75 75 75\n47a1f1f01e2b7be6 71 80 80 80\n47a1f1f01e2b7be6 71 87 87 87\n00cf0a94235771bb 11 1 1 1\n00cf0a94235771bb 11 4 4 4\n00cf0a94235771bb 59 60 60 60\n9dfc6db5375952c3 7 4 4 4\n9dfc6db5375952c3 52 64 64 64\n9dfc6db5375952c3 52 72 72 72\nfbd37246c3e03576 160 158 158 158\nfbd37246c3e03576 207 219 219 219\nfbd37246c3e03576 207 252 252 252\n8048759d08d312ca 130 152 152 152\n8048759d08d312ca 130 157 157 157\n8048759d08d312ca 130 161 161 161\n8f09b7b96ab06e54 20 6 6 6\n8f09b7b96ab06e54 20 9 9 9\n8f09b7b96ab06e54 20 11 11 11\nf2d0e69416df7741 18 6 6 6\nf2d0e69416df7741 115 133 133 133\nf2d0e69416df7741 115 134 134 134\nc66c4aee69caba12 152 166 166 166\nc66c4aee69caba12 152 172 172 172\nc66c4aee69caba12 152 188 188 188\ne1c8085b10df599e 44 18 18 18\ne1c8085b10df599e 44 21 21 21\ne1c8085b10df599e 152 159 159 159\nc949b4f540bb3476 68 30 30 30\nc949b4f540bb3476 68 52 52 52\nc949b4f540bb3476 135 151 151 151\n8ab34a8c7287d6e3 48 50 50 50\n8ab34a8c7287d6e3 48 54 54 54\n8ab34a8c7287d6e3 48 56 56 56\nba8fe0e95d70e2a9 52 53 53 53\nba8fe0e95d70e2a9 52 55 55 55\nba8fe0e95d70e2a9 52 56 56 56\n2aca85b3bdf90a09 4 0 0 0\n2aca85b3bdf90a09 65 66 66 66\n2aca85b3bdf90a09 65 67 67 67\n865379ca24243ed6 40 7 7 7\n865379ca24243ed6 106 120 120 120\n865379ca24243ed6 106 148 148 148\n9f07a3303e75641d 147 113 113 113\n9f07a3303e75641d 147 138 138 138\n9f07a3303e75641d 147 144 144 144\n077d42bb51ee2793 47 18 18 18\n077d42bb51ee2793 47 42 42 42\n077d42bb51ee2793 114 129 129 129\ne76b0d6c9bfb9c4b 91 93 93 93\ne76b0d6c9bfb9c4b 91 96 96 96\ne76b0d6c9bfb9c4b 91 109 109 109\n88a203e63a1e6a09 25 17 17 17\n88a203e63a1e6a09 150 160 160 160\n88a203e63a1e6a09 150 184 184 184\n22552c9a2a2a2ce7 45 12 12 12\n22552c9a2a2a2ce7 45 26 26 26\n22552c9a2a2a2ce7 111 114 114 114\n3f9b08ed34ec795a 72 28 28 28\n3f9b08ed34ec795a 72 41 41 41\n3f9b08ed34ec795a 72 43 43 43\n20f8c6738e22e764 17 16 16 16\n20f8c6738e22e764 98 102 102 102\n20f8c6738e22e764 98 139 139 139\nffe9783913b58e7e 87 60 60 60\nffe9783913b58e7e 87 82 82 82\nffe9783913b58e7e 87 84 84 84\nf7e48eba37bba499 3 1 1 1\nf7e48eba37bba499 62 63 63 63\nf7e48eba37bba499 62 64 64 64\nbf035f1f897888e9 134 120 120 120\nbf035f1f897888e9 134 121 121 121\nbf035f1f897888e9 260 270 270 270\ndae01b39a6104477 61 65 65 65\ndae01b39a6104477 61 68 68 68\ndae01b39a6104477 61 71 71 71\n040895d45bf4e580 19 3 3 3\n040895d45bf4e580 19 8 8 8\n040895d45bf4e580 124 126 126 126\naeadddfb838fd090 174 157 157 157\naeadddfb838fd090 235 249 249 249\naeadddfb838fd090 235 274 274 274\n80566b8e2904a745 148 153 153 153\n80566b8e2904a745 148 181 181 181\n80566b8e2904a745 148 191 191 191\nfa25ffc4897fc142 65 36 36 36\nfa25ffc4897fc142 168 174 174 174\nfa25ffc4897fc142 168 177 177 177\n53292c652790bfbe 104 126 126 126\n53292c652790bfbe 104 133 133 133\n53292c652790bfbe 104 142 142 142\nde129b4aa11af575 3 0 0 0\nde129b4aa11af575 3 1 1 1\nde129b4aa11af575 3 2 2 2\nc161bcf6082b40af 17 2 2 2\nc161bcf6082b40af 17 6 6 6\nc161bcf6082b40af 17 7 7 7\n591c44984b9273fd 8 5 5 5\n591c44984b9273fd 105 111 111 111\n591c44984b9273fd 105 124 124 124\n04ef6a410f034514 22 8 8 8\n04ef6a410f034514 22 16 16 16\n04ef6a410f034514 69 71 71 71\n6aabf104e2be3f60 68 83 83 83\n6aabf104e2be3f60 68 90 90 90\n6aabf104e2be3f60 68 102 102 102\n1b747b8eba6f7b45 46 55 55 55\n1b747b8eba6f7b45 46 73 73 73\n1b747b8eba6f7b45 46 74 74 74\n94e1eb9e28befffa 47 3 3 3\n94e1eb9e28befffa 47 29 29 29\n94e1eb9e28befffa 96 121 121 121\n4df68a7e48ee747c 6 0 0 0\n4df68a7e48ee747c 6 1 1 1\n4df68a7e48ee747c 59 71 71 71\n97b32341c5319f28 8 4 4 4\n97b32341c5319f28 53 58 58 58\n97b32341c5319f28 53 78 78 78\n0e5e7fbe8914352c 121 89 89 89\n0e5e7fbe8914352c 121 101 101 101\n0e5e7fbe8914352c 121 105 105 105\nfb63a2c634287906 18 2 2 2\nfb63a2c634287906 18 10 10 10\nfb63a2c634287906 18 14 14 14\ncab05ec1c225826a 58 67 67 67\ncab05ec1c225826a 58 69 69 69\ncab05ec1c225826a 58 82 82 82\n345fa06f6a5bb413 12 0 0 0\n345fa06f6a5bb413 12 8 8 8\n345fa06f6a5bb413 12 9 9 9\nb58acaae2cf55ef3 45 46 46 46\nb58acaae2cf55ef3 45 48 48 48\nb58acaae2cf55ef3 45 50 50 50\n1433f61e9591ea9b 40 29 29 29\n1433f61e9591ea9b 97 105 105 105\n1433f61e9591ea9b 97 126 126 126\na91359a636e4cf61 63 20 20 20\na91359a636e4cf61 63 28 28 28\na91359a636e4cf61 63 51 51 51\n024152256b6bcac7 62 35 35 35\n024152256b6bcac7 62 51 51 51\n024152256b6bcac7 172 203 203 203\n58fe7230f02c5650 7 3 3 3\n58fe7230f02c5650 7 6 6 6\n58fe7230f02c5650 52 53 53 53\n8c0140f9512fca75 14 1 1 1\n8c0140f9512fca75 14 2 2 2\n8c0140f9512fca75 14 6 6 6\na9aa8af4de922806 8 0 0 0\na9aa8af4de922806 8 3 3 3\na9aa8af4de922806 8 7 7 7\ndeca456b57945a66 45 5 5 5\ndeca456b57945a66 45 10 10 10\ndeca456b57945a66 145 148 148 148\nd38bee2f0dfb6de8 76 31 31 31\nd38bee2f0dfb6de8 76 41 41 41\nd38bee2f0dfb6de8 76 56 56 56\n288dd40199dee268 64 20 20 20\n288dd40199dee268 200 230 230 230\n288dd40199dee268 200 235 235 235\n9d71c054b6d922ca 8 6 6 6\n9d71c054b6d922ca 58 63 63 63\n9d71c054b6d922ca 58 69 69 69\n3c19657356e9e229 3 0 0 0\n3c19657356e9e229 130 143 143 143\n3c19657356e9e229 130 155 155 155\naab9373670075ec7 91 109 109 109\naab9373670075ec7 91 111 111 111\naab9373670075ec7 91 129 129 129\n912e3a05029558e8 12 3 3 3\n912e3a05029558e8 60 72 72 72\n912e3a05029558e8 60 105 105 105\nf7ac951ffdb3f0bd 8 0 0 0\nf7ac951ffdb3f0bd 8 5 5 5\nf7ac951ffdb3f0bd 54 58 58 58\n0cca84503a86574c 6 2 2 2\n0cca84503a86574c 54 61 61 61\n0cca84503a86574c 54 66 66 66\n1cdfd3abfcc3a64e 228 193 193 193\n1cdfd3abfcc3a64e 228 207 207 207\n1cdfd3abfcc3a64e 228 218 218 218\n53b1b930bfa3659f 36 20 20 20\n53b1b930bfa3659f 36 32 32 32\n53b1b930bfa3659f 36 34 34 34\n96e79d128e6b1630 36 9 9 9\n96e79d128e6b1630 36 17 17 17\n96e79d128e6b1630 36 27 27 27\n97c7ce37db25fae1 45 13 13 13\n97c7ce37db25fae1 45 18 18 18\n97c7ce37db25fae1 45 25 25 25\ne4346b375acea025 45 8 8 8\ne4346b375acea025 45 9 9 9\ne4346b375acea025 45 18 18 18\n7a3c905b4244d47b 23 13 13 13\n7a3c905b4244d47b 84 105 105 105\n7a3c905b4244d47b 84 114 114 114\nc896316dc2906c42 47 48 48 48\nc896316dc2906c42 47 61 61 61\nc896316dc2906c42 47 64 64 64\ne621b852d8329303 6 0 0 0\ne621b852d8329303 116 139 139 139\ne621b852d8329303 116 141 141 141\nca6edff53cad061f 27 4 4 4\nca6edff53cad061f 27 18 18 18\nca6edff53cad061f 27 26 26 26\nbe62d714d68a1df7 38 27 27 27\nbe62d714d68a1df7 92 106 106 106\nbe62d714d68a1df7 92 126 126 126\nefcd9851029dedf0 65 37 37 37\nefcd9851029dedf0 65 41 41 41\nefcd9851029dedf0 65 56 56 56\n8a9714a498c1368b 11 2 2 2\n8a9714a498c1368b 80 82 82 82\n8a9714a498c1368b 80 95 95 95\n6333fc7e67b23c04 18 4 4 4\n6333fc7e67b23c04 18 5 5 5\n6333fc7e67b23c04 18 15 15 15\n92dd80af6c01ec1f 77 69 69 69\n92dd80af6c01ec1f 77 72 72 72\n92dd80af6c01ec1f 77 74 74 74\n9184cd0ba339b1fe 79 51 51 51\n9184cd0ba339b1fe 79 69 69 69\n9184cd0ba339b1fe 79 77 77 77\n3928ea8b8c134846 7 3 3 3\n3928ea8b8c134846 52 57 57 57\n3928ea8b8c134846 52 84 84 84\na911693eb9c3f0ec 61 73 73 73\na911693eb9c3f0ec 61 90 90 90\na911693eb9c3f0ec 61 105 105 105\n232a0b3133326242 72 29 29 29\n232a0b3133326242 203 231 231 231\n232a0b3133326242 203 238 238 238\n279e044cf78e7d57 39 16 16 16\n279e044cf78e7d57 39 25 25 25\n279e044cf78e7d57 39 26 26 26\n6a561c4424f26c89 47 60 60 60\n6a561c4424f26c89 47 62 62 62\n6a561c4424f26c89 47 66 66 66\n0c11dbe781b1c11c 71 89 89 89\n0c11dbe781b1c11c 71 94 94 94\n0c11dbe781b1c11c 71 102 102 102\nc2a4fa5b947e2ec2 2 1 1 1\nc2a4fa5b947e2ec2 63 73 73 73\nc2a4fa5b947e2ec2 63 75 75 75\n44accffce93c7e87 15 0 0 0\n44accffce93c7e87 90 106 106 106\n44accffce93c7e87 90 109 109 109\nc288587db111f2d5 249 260 260 260\nc288587db111f2d5 249 268 268 268\nc288587db111f2d5 249 278 278 278\nc923a49044274829 49 55 55 55\nc923a49044274829 49 70 70 70\nc923a49044274829 49 78 78 78\nd2314965da93ff62 35 5 5 5\nd2314965da93ff62 35 13 13 13\nd2314965da93ff62 102 115 115 115\na4b2f31301e747c7 175 152 152 152\na4b2f31301e747c7 175 155 155 155\na4b2f31301e747c7 244 246 246 246\n28f5ebf3c3e2fe54 30 4 4 4\n28f5ebf3c3e2fe54 86 103 103 103\n28f5ebf3c3e2fe54 86 111 111 111\n37a6ae1e1c6eff66 68 73 73 73\n37a6ae1e1c6eff66 68 81 81 81\n37a6ae1e1c6eff66 68 92 92 92\n8921ae944e9b6ef5 41 0 0 0\n8921ae944e9b6ef5 41 6 6 6\n8921ae944e9b6ef5 41 36 36 36\n8e1a0eb3c40fea64 55 24 24 24\n8e1a0eb3c40fea64 55 28 28 28\n8e1a0eb3c40fea64 55 51 51 51\n0c9d930d226d6bd6 19 12 12 12\n0c9d930d226d6bd6 64 79 79 79\n0c9d930d226d6bd6 64 85 85 85\n50543c3f94b1ea8d 50 70 70 70\n50543c3f94b1ea8d 50 72 72 72\n50543c3f94b1ea8d 50 78 78 78\n1ad8ec6d75441e51 21 0 0 0\n1ad8ec6d75441e51 21 1 1 1\n1ad8ec6d75441e51 74 94 94 94\n1dd869f66c3c9497 11 4 4 4\n1dd869f66c3c9497 73 75 75 75\n1dd869f66c3c9497 73 77 77 77\ne6f18d0185619efe 23 4 4 4\ne6f18d0185619efe 23 8 8 8\ne6f18d0185619efe 23 11 11 11\n5d3c7dd9db5e495a 229 198 198 198\n5d3c7dd9db5e495a 229 202 202 202\n5d3c7dd9db5e495a 229 216 216 216\n60cdf39cb705f61b 31 8 8 8\n60cdf39cb705f61b 31 10 10 10\n60cdf39cb705f61b 31 16 16 16\n473e6ec61583d90f 6 1 1 1\n473e6ec61583d90f 6 3 3 3\n473e6ec61583d90f 6 4 4 4\n486970d685c0b746 34 30 30 30\n486970d685c0b746 97 100 100 100\n486970d685c0b746 97 109 109 109\n26b049f6fc7e3b3a 8 0 0 0\n26b049f6fc7e3b3a 8 1 1 1\n26b049f6fc7e3b3a 54 55 55 55\nb67a5f6cb97b9192 21 0 0 0\nb67a5f6cb97b9192 21 8 8 8\nb67a5f6cb97b9192 82 104 104 104\nfba05e627c60e14f 51 62 62 62\nfba05e627c60e14f 51 70 70 70\nfba05e627c60e14f 51 87 87 87\n33be1ba5aec86c96 15 12 12 12\n33be1ba5aec86c96 15 13 13 13\n33be1ba5aec86c96 101 118 118 118\ncea4c4ce18a477a1 28 8 8 8\ncea4c4ce18a477a1 78 83 83 83\ncea4c4ce18a477a1 78 85 85 85\n5019141f04d70770 78 89 89 89\n5019141f04d70770 78 108 108 108\n5019141f04d70770 78 121 121 121\n0ecf489d873b7f52 72 39 39 39\n0ecf489d873b7f52 72 42 42 42\n0ecf489d873b7f52 155 167 167 167\n98d424814d7399ee 92 51 51 51\n98d424814d7399ee 92 53 53 53\n98d424814d7399ee 141 150 150 150\n46de062e5ff787c5 129 99 99 99\n46de062e5ff787c5 129 113 113 113\n46de062e5ff787c5 265 272 272 272\n1a89361139818b89 12 8 8 8\n1a89361139818b89 134 140 140 140\n1a89361139818b89 134 149 149 149\n65383db65215cf9e 13 2 2 2\n65383db65215cf9e 13 4 4 4\n65383db65215cf9e 13 5 5 5\n6e83596e467f1eed 37 6 6 6\n6e83596e467f1eed 37 31 31 31\n6e83596e467f1eed 95 104 104 104\n8753cbd548f7680d 39 13 13 13\n8753cbd548f7680d 39 28 28 28\n8753cbd548f7680d 86 100 100 100\n504c5645838bd1d5 163 120 120 120\n504c5645838bd1d5 163 133 133 133\n504c5645838bd1d5 163 161 161 161\nc124fc36bf3d6851 57 72 72 72\nc124fc36bf3d6851 57 75 75 75\nc124fc36bf3d6851 57 80 80 80\n27c0e43b48182d97 85 86 86 86\n27c0e43b48182d97 85 107 107 107\n27c0e43b48182d97 85 108 108 108\ne0c02d718b1650fe 75 86 86 86\ne0c02d718b1650fe 75 106 106 106\ne0c02d718b1650fe 75 111 111 111\nea5714a05ab4f15a 11 0 0 0\nea5714a05ab4f15a 11 5 5 5\nea5714a05ab4f15a 11 9 9 9\n47a66fa042406908 6 0 0 0\n47a66fa042406908 140 142 142 142\n47a66fa042406908 140 150 150 150\nd134516c04e55995 13 9 9 9\nd134516c04e55995 65 68 68 68\nd134516c04e55995 65 71 71 71\n8c2c302994f6cea1 49 68 68 68\n8c2c302994f6cea1 49 79 79 79\n8c2c302994f6cea1 49 83 83 83\n45f2d7abb5fafaa8 72 48 48 48\n45f2d7abb5fafaa8 166 192 192 192\n45f2d7abb5fafaa8 166 198 198 198\n1e5548d951e91a40 25 18 18 18\n1e5548d951e91a40 25 19 19 19\n1e5548d951e91a40 75 86 86 86\n725d771465a1a400 166 122 122 122\n725d771465a1a400 166 149 149 149\n725d771465a1a400 166 161 161 161\n3185302b2275b009 10 0 0 0\n3185302b2275b009 103 119 119 119\n3185302b2275b009 103 124 124 124\na2c0d48a1263d655 152 107 107 107\na2c0d48a1263d655 152 115 115 115\na2c0d48a1263d655 152 116 116 116\n6f243139ca86b4e5 76 79 79 79\n6f243139ca86b4e5 76 95 95 95\n6f243139ca86b4e5 76 99 99 99\ncebfe607ccf4b943 31 11 11 11\ncebfe607ccf4b943 31 14 14 14\ncebfe607ccf4b943 31 16 16 16\n43759ced44693671 103 60 60 60\n43759ced44693671 103 78 78 78\n43759ced44693671 103 94 94 94\n8a9b8367cbba20b3 10 1 1 1\n8a9b8367cbba20b3 84 88 88 88\n8a9b8367cbba20b3 84 89 89 89\n6947130ef40361a8 93 70 70 70\n6947130ef40361a8 93 76 76 76\n6947130ef40361a8 93 84 84 84\n373ab0a1009e0316 7 0 0 0\n373ab0a1009e0316 52 58 58 58\n373ab0a1009e0316 52 59 59 59\nec095970b124c66e 59 61 61 61\nec095970b124c66e 59 65 65 65\nec095970b124c66e 59 69 69 69\n888c677a195f4c94 160 125 125 125\n888c677a195f4c94 160 136 136 136\n888c677a195f4c94 226 262 262 262\nb01dee5ba37bee65 106 118 118 118\nb01dee5ba37bee65 106 127 127 127\nb01dee5ba37bee65 106 151 151 151\n9f98b303e2856a84 3 0 0 0\n9f98b303e2856a84 3 2 2 2\n9f98b303e2856a84 97 138 138 138\n018f7907401f2fef 153 156 156 156\n018f7907401f2fef 153 157 157 157\n018f7907401f2fef 153 182 182 182\n5e0981c415f8712c 37 12 12 12\n5e0981c415f8712c 37 27 27 27\n5e0981c415f8712c 83 116 116 116\n7e26c230bae2ed06 45 6 6 6\n7e26c230bae2ed06 45 29 29 29\n7e26c230bae2ed06 45 40 40 40\n430d8fece8e0f7e5 98 101 101 101\n430d8fece8e0f7e5 98 105 105 105\n430d8fece8e0f7e5 98 112 112 112\n0bd819cb30a432c6 1 0 0 0\n0bd819cb30a432c6 51 66 66 66\n0bd819cb30a432c6 51 68 68 68\nf2e4e6e509d7fe3a 32 1 1 1\nf2e4e6e509d7fe3a 32 12 12 12\nf2e4e6e509d7fe3a 79 83 83 83\n42c2c85060ab5233 94 106 106 106\n42c2c85060ab5233 94 107 107 107\n42c2c85060ab5233 94 113 113 113\n9b2cb1dc1c040cd6 48 50 50 50\n9b2cb1dc1c040cd6 48 55 55 55\n9b2cb1dc1c040cd6 48 59 59 59\ndd3877b36d4cbfab 11 2 2 2\ndd3877b36d4cbfab 11 4 4 4\ndd3877b36d4cbfab 56 62 62 62\nc49a14de01d7bd35 161 127 127 127\nc49a14de01d7bd35 161 152 152 152\nc49a14de01d7bd35 225 264 264 264\nc2adadff1502b19d 19 0 0 0\nc2adadff1502b19d 19 13 13 13\nc2adadff1502b19d 141 149 149 149\ne667f182bb7757e2 12 0 0 0\ne667f182bb7757e2 12 3 3 3\ne667f182bb7757e2 12 9 9 9\n83e9e8bf2eb6bb93 126 115 115 115\n83e9e8bf2eb6bb93 174 177 177 177\n83e9e8bf2eb6bb93 174 203 203 203\n446f557155994097 6 1 1 1\n446f557155994097 6 5 5 5\n446f557155994097 72 74 74 74\ne39c688ad0fdf01e 55 24 24 24\ne39c688ad0fdf01e 55 51 51 51\ne39c688ad0fdf01e 55 53 53 53\na18b2f5931a3ea2a 104 125 125 125\na18b2f5931a3ea2a 104 135 135 135\na18b2f5931a3ea2a 104 138 138 138\n203c8a4d66c74338 77 87 87 87\n203c8a4d66c74338 77 88 88 88\n203c8a4d66c74338 77 92 92 92\nd6849f92207aa171 12 4 4 4\nd6849f92207aa171 98 115 115 115\nd6849f92207aa171 98 129 129 129\na75565ce57aae546 75 80 80 80\na75565ce57aae546 75 93 93 93\na75565ce57aae546 75 99 99 99\nb1bb0a56c7d578b7 68 93 93 93\nb1bb0a56c7d578b7 68 106 106 106\nb1bb0a56c7d578b7 68 112 112 112\n2cecdd7df86ff8d3 15 6 6 6\n2cecdd7df86ff8d3 15 7 7 7\n2cecdd7df86ff8d3 15 13 13 13\n0992802044bf665d 53 54 54 54\n0992802044bf665d 53 79 79 79\n0992802044bf665d 53 85 85 85\n1910e79a60d57aa7 159 114 114 114\n1910e79a60d57aa7 159 149 149 149\n1910e79a60d57aa7 208 214 214 214\n8ab4688d4c336bd4 14 1 1 1\n8ab4688d4c336bd4 14 12 12 12\n8ab4688d4c336bd4 63 81 81 81\n4f3f32c76181046c 88 72 72 72\n4f3f32c76181046c 88 78 78 78\n4f3f32c76181046c 88 79 79 79\n306d435307fef477 31 5 5 5\n306d435307fef477 31 26 26 26\n306d435307fef477 31 27 27 27\nc441a34ec98346e9 20 17 17 17\nc441a34ec98346e9 20 18 18 18\nc441a34ec98346e9 74 109 109 109\ne788ef0fe6cbfce5 114 126 126 126\ne788ef0fe6cbfce5 114 129 129 129\ne788ef0fe6cbfce5 114 130 130 130\n3f45b8234504020c 64 81 81 81\n3f45b8234504020c 64 92 92 92\n3f45b8234504020c 64 107 107 107\n1fe394077e7c3de0 8 2 2 2\n1fe394077e7c3de0 8 3 3 3\n1fe394077e7c3de0 8 7 7 7\nd5798f296dd0f45b 11 5 5 5\nd5798f296dd0f45b 11 8 8 8\nd5798f296dd0f45b 11 10 10 10\n89e39b0c21369b4f 80 82 82 82\n89e39b0c21369b4f 80 110 110 110\n89e39b0c21369b4f 80 125 125 125\n236f9dc6456cf32c 91 46 46 46\n236f9dc6456cf32c 172 197 197 197\n236f9dc6456cf32c 172 214 214 214\nc1496c1bb382d195 192 202 202 202\nc1496c1bb382d195 192 221 221 221\nc1496c1bb382d195 192 229 229 229\n339c95e2e709d044 13 4 4 4\n339c95e2e709d044 13 10 10 10\n339c95e2e709d044 74 96 96 96\na6588e3953a00b5d 7 3 3 3\na6588e3953a00b5d 132 155 155 155\na6588e3953a00b5d 132 171 171 171\nd3f042a25dcde9ff 178 142 142 142\nd3f042a25dcde9ff 178 152 152 152\nd3f042a25dcde9ff 178 169 169 169\n9d496b6788c0f149 100 118 118 118\n9d496b6788c0f149 100 121 121 121\n9d496b6788c0f149 100 137 137 137\n6f734f344e7be466 66 72 72 72\n6f734f344e7be466 66 75 75 75\n6f734f344e7be466 66 80 80 80\ne4176e1168309c34 84 85 85 85\ne4176e1168309c34 84 92 92 92\ne4176e1168309c34 84 111 111 111\nd4d689b4a9f6b6ca 77 73 73 73\nd4d689b4a9f6b6ca 136 142 142 142\nd4d689b4a9f6b6ca 136 173 173 173\n8439a7fa0bcf5ae9 77 34 34 34\n8439a7fa0bcf5ae9 179 195 195 195\n8439a7fa0bcf5ae9 179 202 202 202\n26fe74c70177d694 62 64 64 64\n26fe74c70177d694 62 68 68 68\n26fe74c70177d694 62 74 74 74\n2e96b2142fd337dd 89 90 90 90\n2e96b2142fd337dd 89 91 91 91\n2e96b2142fd337dd 89 93 93 93\n3280ab6917df576f 58 23 23 23\n3280ab6917df576f 58 28 28 28\n3280ab6917df576f 106 121 121 121\ne28e7605cac47287 68 32 32 32\ne28e7605cac47287 140 150 150 150\ne28e7605cac47287 140 156 156 156\ndd82b2721d5cc527 36 34 34 34\ndd82b2721d5cc527 127 149 149 149\ndd82b2721d5cc527 127 163 163 163\n9e126229252d704d 14 4 4 4\n9e126229252d704d 108 112 112 112\n9e126229252d704d 108 145 145 145\n2b4f6fdcabf53d59 70 32 32 32\n2b4f6fdcabf53d59 70 36 36 36\n2b4f6fdcabf53d59 70 61 61 61\nd99443d8dcb56d90 86 69 69 69\nd99443d8dcb56d90 168 199 199 199\nd99443d8dcb56d90 168 212 212 212\n0d20062086f6d05c 4 0 0 0\n0d20062086f6d05c 52 65 65 65\n0d20062086f6d05c 52 76 76 76\n6b1091f5eb05783e 1 0 0 0\n6b1091f5eb05783e 77 82 82 82\n6b1091f5eb05783e 77 106 106 106\nf74dab3e063c9cc9 1 0 0 0\nf74dab3e063c9cc9 46 47 47 47\nf74dab3e063c9cc9 46 48 48 48\n85e9836f5ec2a532 114 89 89 89\n85e9836f5ec2a532 197 217 217 217\n85e9836f5ec2a532 197 226 226 226\n39b3e7b2a8bf30a6 196 223 223 223\n39b3e7b2a8bf30a6 196 224 224 224\n39b3e7b2a8bf30a6 196 225 225 225\nde5549f33608cfc3 17 0 0 0\nde5549f33608cfc3 17 9 9 9\nde5549f33608cfc3 77 80 80 80\n6d6be1376c59a3db 63 81 81 81\n6d6be1376c59a3db 63 82 82 82\n6d6be1376c59a3db 63 91 91 91\ne4f249a88ee8b6ef 53 14 14 14\ne4f249a88ee8b6ef 53 40 40 40\ne4f249a88ee8b6ef 53 46 46 46\nf48d03db28e7b3c3 77 88 88 88\nf48d03db28e7b3c3 77 98 98 98\nf48d03db28e7b3c3 77 101 101 101\nab8305df83a2ce2a 179 152 152 152\nab8305df83a2ce2a 179 154 154 154\nab8305df83a2ce2a 179 170 170 170\n36bc6918e9fc837c 44 10 10 10\n36bc6918e9fc837c 44 18 18 18\n36bc6918e9fc837c 129 152 152 152\n60f364d94f64054b 81 42 42 42\n60f364d94f64054b 81 67 67 67\n60f364d94f64054b 187 189 189 189\n6986840ead0c9e9d 17 1 1 1\n6986840ead0c9e9d 17 3 3 3\n6986840ead0c9e9d 17 16 16 16\na53ec1af6edeb9ff 214 170 170 170\na53ec1af6edeb9ff 214 179 179 179\na53ec1af6edeb9ff 214 204 204 204\nd4db9d2a539da854 22 0 0 0\nd4db9d2a539da854 22 11 11 11\nd4db9d2a539da854 22 18 18 18\ncaa72c90bc10101e 5 1 1 1\ncaa72c90bc10101e 59 61 61 61\ncaa72c90bc10101e 59 72 72 72\n12627e75d51b372e 28 5 5 5\n12627e75d51b372e 28 7 7 7\n12627e75d51b372e 143 151 151 151\n8516c616878d3e24 34 7 7 7\n8516c616878d3e24 34 15 15 15\n8516c616878d3e24 121 135 135 135\nd62c2a716a035075 52 55 55 55\nd62c2a716a035075 52 58 58 58\nd62c2a716a035075 52 67 67 67\ndb5305826fefcbc0 89 62 62 62\ndb5305826fefcbc0 89 81 81 81\ndb5305826fefcbc0 89 86 86 86\n5edce6199cff7605 31 6 6 6\n5edce6199cff7605 31 17 17 17\n5edce6199cff7605 112 113 113 113\n15aba05919bae167 17 1 1 1\n15aba05919bae167 17 2 2 2\n15aba05919bae167 17 5 5 5\nf3bdecb6a5af57d6 141 97 97 97\nf3bdecb6a5af57d6 141 104 104 104\nf3bdecb6a5af57d6 141 134 134 134\ne54631e5313e78d7 35 30 30 30\ne54631e5313e78d7 93 116 116 116\ne54631e5313e78d7 93 137 137 137\n8721ff06e7e2ea93 56 59 59 59\n8721ff06e7e2ea93 56 63 63 63\n8721ff06e7e2ea93 56 65 65 65\n7a07c1539fdc7f8f 21 13 13 13\n7a07c1539fdc7f8f 21 16 16 16\n7a07c1539fdc7f8f 21 19 19 19\nc6eb0b0980e5451c 9 4 4 4\nc6eb0b0980e5451c 9 6 6 6\nc6eb0b0980e5451c 84 85 85 85\nc600bad195909841 33 3 3 3\nc600bad195909841 33 8 8 8\nc600bad195909841 33 14 14 14\na2685fbc4535e531 17 2 2 2\na2685fbc4535e531 17 7 7 7\na2685fbc4535e531 123 126 126 126\n8e4ee50d1e2f05d2 22 3 3 3\n8e4ee50d1e2f05d2 22 13 13 13\n8e4ee50d1e2f05d2 22 21 21 21\n77bd2533a5bebc5e 80 90 90 90\n77bd2533a5bebc5e 80 104 104 104\n77bd2533a5bebc5e 80 124 124 124\nc6f41f42dd9d7027 54 29 29 29\nc6f41f42dd9d7027 54 44 44 44\nc6f41f42dd9d7027 129 134 134 134\n0c356641df7c72b8 37 8 8 8\n0c356641df7c72b8 37 28 28 28\n0c356641df7c72b8 37 35 35 35\nb758af3608b4435d 20 19 19 19\nb758af3608b4435d 106 122 122 122\nb758af3608b4435d 106 129 129 129\nf496ddb12be3d9d3 46 9 9 9\nf496ddb12be3d9d3 46 37 37 37\nf496ddb12be3d9d3 154 171 171 171\nb133a504fc90a2d1 32 15 15 15\nb133a504fc90a2d1 78 88 88 88\nb133a504fc90a2d1 78 92 92 92\n118ffef2ad3950f5 63 28 28 28\n118ffef2ad3950f5 63 56 56 56\n118ffef2ad3950f5 176 218 218 218\nc1072997a902b50c 54 67 67 67\nc1072997a902b50c 54 68 68 68\nc1072997a902b50c 54 71 71 71\n31262e902165f348 184 154 154 154\n31262e902165f348 184 183 183 183\n31262e902165f348 231 234 234 234\na989dfe51570ca75 183 161 161 161\na989dfe51570ca75 252 265 265 265\na989dfe51570ca75 252 274 274 274\n9fed191c90e01e72 31 1 1 1\n9fed191c90e01e72 31 3 3 3\n9fed191c90e01e72 31 12 12 12\nd95f926f95db957a 6 5 5 5\nd95f926f95db957a 51 68 68 68\nd95f926f95db957a 51 92 92 92\n512f0d06c06e6adb 40 15 15 15\n512f0d06c06e6adb 40 19 19 19\n512f0d06c06e6adb 124 138 138 138\nfc991bfad5040ca4 36 9 9 9\nfc991bfad5040ca4 36 29 29 29\nfc991bfad5040ca4 86 88 88 88\nf5d36b7ead31a2eb 30 9 9 9\nf5d36b7ead31a2eb 30 10 10 10\nf5d36b7ead31a2eb 30 17 17 17\n58a33e56e5b0f742 8 0 0 0\n58a33e56e5b0f742 8 4 4 4\n58a33e56e5b0f742 8 7 7 7\ncbad68c19dd25570 166 175 175 175\ncbad68c19dd25570 166 178 178 178\ncbad68c19dd25570 166 190 190 190\n7fc34ec2673e91f3 6 5 5 5\n7fc34ec2673e91f3 61 63 63 63\n7fc34ec2673e91f3 61 71 71 71\n4f943ba8ba82cc2c 24 0 0 0\n4f943ba8ba82cc2c 24 18 18 18\n4f943ba8ba82cc2c 72 74 74 74\n72d5e94d038ad4a5 49 67 67 67\n72d5e94d038ad4a5 49 75 75 75\n72d5e94d038ad4a5 49 76 76 76\n039cc34e9cdbcf8f 52 67 67 67\n039cc34e9cdbcf8f 52 75 75 75\n039cc34e9cdbcf8f 52 90 90 90\n5d34475c29de33c3 53 30 30 30\n5d34475c29de33c3 101 110 110 110\n5d34475c29de33c3 101 138 138 138\nffd8aa5c07187add 3 0 0 0\nffd8aa5c07187add 3 2 2 2\nffd8aa5c07187add 51 52 52 52\n9a085722f8607df5 45 5 5 5\n9a085722f8607df5 45 40 40 40\n9a085722f8607df5 106 117 117 117\n8116293fd7efa87b 6 5 5 5\n8116293fd7efa87b 56 60 60 60\n8116293fd7efa87b 56 71 71 71\n597049975bf05d4e 65 86 86 86\n597049975bf05d4e 65 88 88 88\n597049975bf05d4e 65 91 91 91\n92aad73379316886 7 1 1 1\n92aad73379316886 98 112 112 112\n92aad73379316886 98 118 118 118\n12e3d03a933c2eb4 11 10 10 10\n12e3d03a933c2eb4 117 122 122 122\n12e3d03a933c2eb4 117 126 126 126\n9ddc6813bef3b422 17 0 0 0\n9ddc6813bef3b422 78 82 82 82\n9ddc6813bef3b422 78 88 88 88\n7215c47789bfed66 103 108 108 108\n7215c47789bfed66 103 119 119 119\n7215c47789bfed66 103 121 121 121\n2fbb94b8cf388ba7 9 3 3 3\n2fbb94b8cf388ba7 82 91 91 91\n2fbb94b8cf388ba7 82 116 116 116\n3b1f9cedfc40b06c 134 105 105 105\n3b1f9cedfc40b06c 249 262 262 262\n3b1f9cedfc40b06c 249 266 266 266\nac1eb89d606744d6 7 3 3 3\nac1eb89d606744d6 56 73 73 73\nac1eb89d606744d6 56 74 74 74\nee34463322d9e0d4 41 23 23 23\nee34463322d9e0d4 41 25 25 25\nee34463322d9e0d4 87 104 104 104\nb669df14bb455312 70 71 71 71\nb669df14bb455312 70 90 90 90\nb669df14bb455312 70 103 103 103\n027c8c3fc3e7d056 82 93 93 93\n027c8c3fc3e7d056 82 101 101 101\n027c8c3fc3e7d056 82 124 124 124\nd2566b174a71b029 84 79 79 79\nd2566b174a71b029 137 156 156 156\nd2566b174a71b029 137 180 180 180\nea8c1cd719d90460 61 63 63 63\nea8c1cd719d90460 61 75 75 75\nea8c1cd719d90460 61 89 89 89\n63840de6e5746741 65 30 30 30\n63840de6e5746741 65 34 34 34\n63840de6e5746741 118 137 137 137\nf064b09eb6a34ef7 55 64 64 64\nf064b09eb6a34ef7 55 70 70 70\nf064b09eb6a34ef7 55 82 82 82\ncedcfa756158a7bf 21 5 5 5\ncedcfa756158a7bf 21 11 11 11\ncedcfa756158a7bf 132 144 144 144\naf4068211169f161 5 1 1 1\naf4068211169f161 59 64 64 64\naf4068211169f161 59 66 66 66\nedb67a7770dd8b92 14 2 2 2\nedb67a7770dd8b92 14 3 3 3\nedb67a7770dd8b92 14 4 4 4\n0c061512de79b744 12 3 3 3\n0c061512de79b744 12 8 8 8\n0c061512de79b744 58 62 62 62\nad123a36a507d0b4 63 37 37 37\nad123a36a507d0b4 63 41 41 41\nad123a36a507d0b4 63 44 44 44\n4a566b7e6eeaf9b4 52 58 58 58\n4a566b7e6eeaf9b4 52 70 70 70\n4a566b7e6eeaf9b4 52 79 79 79\n24d97ac8e96e7a5e 54 56 56 56\n24d97ac8e96e7a5e 54 62 62 62\n24d97ac8e96e7a5e 54 76 76 76\n6a6e5fb47076e3ef 88 93 93 93\n6a6e5fb47076e3ef 88 104 104 104\n6a6e5fb47076e3ef 88 115 115 115\n9f4eaa39ab36e093 20 12 12 12\n9f4eaa39ab36e093 20 17 17 17\n9f4eaa39ab36e093 118 146 146 146\n70869eb96e1adac3 64 85 85 85\n70869eb96e1adac3 64 99 99 99\n70869eb96e1adac3 64 101 101 101\n1648b3e7471e3766 32 9 9 9\n1648b3e7471e3766 128 143 143 143\n1648b3e7471e3766 128 164 164 164\n4f9cd9513b61fb8a 66 72 72 72\n4f9cd9513b61fb8a 66 73 73 73\n4f9cd9513b61fb8a 66 79 79 79\naf6d9da32f1ef8f6 2 0 0 0\naf6d9da32f1ef8f6 2 1 1 1\naf6d9da32f1ef8f6 52 54 54 54\nb5cc912bdce6fabd 21 15 15 15\nb5cc912bdce6fabd 80 99 99 99\nb5cc912bdce6fabd 80 121 121 121\n5b5c4620a60c4cf2 47 10 10 10\n5b5c4620a60c4cf2 47 43 43 43\n5b5c4620a60c4cf2 158 163 163 163\neb5c5ca62bdfba55 56 31 31 31\neb5c5ca62bdfba55 56 53 53 53\neb5c5ca62bdfba55 133 142 142 142\n836886836b646366 82 38 38 38\n836886836b646366 82 39 39 39\n836886836b646366 129 147 147 147\n78b173a303c6cd28 58 42 42 42\n78b173a303c6cd28 58 52 52 52\n78b173a303c6cd28 120 128 128 128\naa9fd6bc299f25ce 167 122 122 122\naa9fd6bc299f25ce 167 157 157 157\naa9fd6bc299f25ce 261 268 268 268\nc3b336307dc85f54 16 4 4 4\nc3b336307dc85f54 16 5 5 5\nc3b336307dc85f54 16 14 14 14\nb285a821f8f567fd 22 13 13 13\nb285a821f8f567fd 78 84 84 84\nb285a821f8f567fd 78 89 89 89\ne09c2b77ea2c0cde 35 5 5 5\ne09c2b77ea2c0cde 128 151 151 151\ne09c2b77ea2c0cde 128 161 161 161\nc13614dce6f45da0 52 72 72 72\nc13614dce6f45da0 52 85 85 85\nc13614dce6f45da0 52 89 89 89\na05bab1b44373739 8 1 1 1\na05bab1b44373739 8 7 7 7\na05bab1b44373739 64 65 65 65\nab98f45ce088aeb3 12 5 5 5\nab98f45ce088aeb3 12 10 10 10\nab98f45ce088aeb3 71 78 78 78\n22c8b35c589276c4 125 88 88 88\n22c8b35c589276c4 125 98 98 98\n22c8b35c589276c4 125 108 108 108\n01cf2d900cb03afb 11 1 1 1\n01cf2d900cb03afb 11 5 5 5\n01cf2d900cb03afb 11 7 7 7\n8c5de744679bbb20 43 12 12 12\n8c5de744679bbb20 110 138 138 138\n8c5de744679bbb20 110 140 140 140\nc357b51bf1c4a40d 68 73 73 73\nc357b51bf1c4a40d 68 77 77 77\nc357b51bf1c4a40d 68 79 79 79\ne66297f0d2e333ef 27 1 1 1\ne66297f0d2e333ef 27 21 21 21\ne66297f0d2e333ef 79 112 112 112\nce8908e81ab6073e 10 8 8 8\nce8908e81ab6073e 103 131 131 131\nce8908e81ab6073e 103 139 139 139\ndc73b0a330cdfd28 6 3 3 3\ndc73b0a330cdfd28 115 116 116 116\ndc73b0a330cdfd28 115 117 117 117\n3784777516b00247 38 32 32 32\n3784777516b00247 122 133 133 133\n3784777516b00247 122 147 147 147\naa8dfde4ef40a57e 8 1 1 1\naa8dfde4ef40a57e 59 70 70 70\naa8dfde4ef40a57e 59 72 72 72\na8f19368f5411190 221 178 178 178\na8f19368f5411190 221 194 194 194\na8f19368f5411190 221 198 198 198\nd7c48af35a817ad2 19 4 4 4\nd7c48af35a817ad2 117 122 122 122\nd7c48af35a817ad2 117 156 156 156\n9ded3a088012ad79 137 111 111 111\n9ded3a088012ad79 137 112 112 112\n9ded3a088012ad79 211 222 222 222\n8671651f1927adf3 8 4 4 4\n8671651f1927adf3 63 84 84 84\n8671651f1927adf3 63 93 93 93\n2d16da80d7e3b64b 6 1 1 1\n2d16da80d7e3b64b 6 4 4 4\n2d16da80d7e3b64b 68 76 76 76\n32dc25ef78b564a1 75 66 66 66\n32dc25ef78b564a1 144 179 179 179\n32dc25ef78b564a1 144 185 185 185\n11e9cb1ccb9abe9f 58 21 21 21\n11e9cb1ccb9abe9f 58 33 33 33\n11e9cb1ccb9abe9f 173 213 213 213\n70a444fb2b6b7c56 7 2 2 2\n70a444fb2b6b7c56 62 65 65 65\n70a444fb2b6b7c56 62 77 77 77\nb132acd9b29e0d9a 65 22 22 22\nb132acd9b29e0d9a 136 137 137 137\nb132acd9b29e0d9a 136 143 143 143\n1fa073504b4facaf 22 12 12 12\n1fa073504b4facaf 22 13 13 13\n1fa073504b4facaf 67 69 69 69\n218ba0fa826d3eea 54 56 56 56\n218ba0fa826d3eea 54 64 64 64\n218ba0fa826d3eea 54 74 74 74\n3cc40f129447cb31 50 54 54 54\n3cc40f129447cb31 50 56 56 56\n3cc40f129447cb31 50 60 60 60\ne73498928eb679a5 117 136 136 136\ne73498928eb679a5 117 139 139 139\ne73498928eb679a5 117 142 142 142\nd0b15be11b1d5820 37 9 9 9\nd0b15be11b1d5820 37 14 14 14\nd0b15be11b1d5820 86 95 95 95\n14bfd05497764243 36 27 27 27\n14bfd05497764243 167 195 195 195\n14bfd05497764243 167 202 202 202\nbc2f97169d77c236 33 5 5 5\nbc2f97169d77c236 116 143 143 143\nbc2f97169d77c236 116 147 147 147\nce78742674686c71 77 48 48 48\nce78742674686c71 77 64 64 64\nce78742674686c71 134 170 170 170\nfe26ad446164cb32 99 75 75 75\nfe26ad446164cb32 99 84 84 84\nfe26ad446164cb32 99 92 92 92\n4d246dc75cd95594 8 7 7 7\n4d246dc75cd95594 137 144 144 144\n4d246dc75cd95594 137 146 146 146\nb4118d5c62dd5a6f 14 2 2 2\nb4118d5c62dd5a6f 14 12 12 12\nb4118d5c62dd5a6f 82 90 90 90\n609f3195b292444f 7 3 3 3\n609f3195b292444f 65 72 72 72\n609f3195b292444f 65 84 84 84\n6b06156039fb46ab 49 19 19 19\n6b06156039fb46ab 49 24 24 24\n6b06156039fb46ab 49 35 35 35\n7aa80da3728967cf 29 1 1 1\n7aa80da3728967cf 107 109 109 109\n7aa80da3728967cf 107 121 121 121\n44ab295bc3092c28 21 1 1 1\n44ab295bc3092c28 21 2 2 2\n44ab295bc3092c28 81 84 84 84\n91f3426410522bd8 53 54 54 54\n91f3426410522bd8 53 62 62 62\n91f3426410522bd8 53 64 64 64\n7cf113c46198b492 8 0 0 0\n7cf113c46198b492 8 2 2 2\n7cf113c46198b492 8 3 3 3\nec0146c1837cc1d8 75 86 86 86\nec0146c1837cc1d8 75 88 88 88\nec0146c1837cc1d8 75 107 107 107\n64fcb8e2a2daf6e7 69 67 67 67\n64fcb8e2a2daf6e7 157 162 162 162\n64fcb8e2a2daf6e7 157 184 184 184\n0de4db718ebde86f 46 47 47 47\n0de4db718ebde86f 46 48 48 48\n0de4db718ebde86f 46 49 49 49\n0d0a99d7f22aab71 13 3 3 3\n0d0a99d7f22aab71 77 87 87 87\n0d0a99d7f22aab71 77 93 93 93\n92f44dc314454f19 13 1 1 1\n92f44dc314454f19 13 3 3 3\n92f44dc314454f19 72 94 94 94\n5d267d810d9f1a69 101 94 94 94\n5d267d810d9f1a69 236 239 239 239\n5d267d810d9f1a69 236 245 245 245\n0d0f4080d36dfc68 48 80 80 80\n0d0f4080d36dfc68 48 81 81 81\n0d0f4080d36dfc68 48 90 90 90\n9035c7adeb8fb98d 132 148 148 148\n9035c7adeb8fb98d 132 153 153 153\n9035c7adeb8fb98d 132 163 163 163\n6fa9a210177517e1 60 19 19 19\n6fa9a210177517e1 158 187 187 187\n6fa9a210177517e1 158 203 203 203\na1c6063584e754a2 20 16 16 16\na1c6063584e754a2 72 83 83 83\na1c6063584e754a2 72 85 85 85\nd43754e7fae01c49 61 21 21 21\nd43754e7fae01c49 61 53 53 53\nd43754e7fae01c49 61 58 58 58\ne897139f7e2d35dd 14 3 3 3\ne897139f7e2d35dd 14 12 12 12\ne897139f7e2d35dd 79 83 83 83\nea11822d0ab31414 187 173 173 173\nea11822d0ab31414 187 176 176 176\nea11822d0ab31414 259 274 274 274\n8df73266f800ad73 56 57 57 57\n8df73266f800ad73 56 60 60 60\n8df73266f800ad73 56 70 70 70\n282ad05cb0113543 31 14 14 14\n282ad05cb0113543 31 20 20 20\n282ad05cb0113543 31 21 21 21\na2c096e26fd7100e 12 2 2 2\na2c096e26fd7100e 75 78 78 78\na2c096e26fd7100e 75 104 104 104\n00ca5123d8ff6f83 33 11 11 11\n00ca5123d8ff6f83 33 18 18 18\n00ca5123d8ff6f83 82 89 89 89\n0ed25f15cbccd939 7 1 1 1\n0ed25f15cbccd939 68 69 69 69\n0ed25f15cbccd939 68 79 79 79\n9e178468f5b04c9e 56 60 60 60\n9e178468f5b04c9e 56 63 63 63\n9e178468f5b04c9e 56 68 68 68\n55ea3046c500d970 148 123 123 123\n55ea3046c500d970 148 137 137 137\n55ea3046c500d970 209 240 240 240\n524b3be636cfee4a 75 81 81 81\n524b3be636cfee4a 75 98 98 98\n524b3be636cfee4a 75 115 115 115\n5257ce1d948ba4a6 63 97 97 97\n5257ce1d948ba4a6 63 101 101 101\n5257ce1d948ba4a6 63 102 102 102\n3cf461bc6d626ed0 107 118 118 118\n3cf461bc6d626ed0 107 128 128 128\n3cf461bc6d626ed0 107 144 144 144\nb625299e9e022b08 29 14 14 14\nb625299e9e022b08 29 18 18 18\nb625299e9e022b08 93 108 108 108\ncab821f7fc235d81 69 72 72 72\ncab821f7fc235d81 69 85 85 85\ncab821f7fc235d81 69 94 94 94\neab4683c60345350 144 101 101 101\neab4683c60345350 189 203 203 203\neab4683c60345350 189 206 206 206\n60c2980fe7b4beca 134 99 99 99\n60c2980fe7b4beca 134 121 121 121\n60c2980fe7b4beca 192 195 195 195\nd4f8fb7ae9395c8c 3 1 1 1\nd4f8fb7ae9395c8c 50 61 61 61\nd4f8fb7ae9395c8c 50 70 70 70\nf4769a32a225c172 99 107 107 107\nf4769a32a225c172 99 111 111 111\nf4769a32a225c172 99 116 116 116\nc2347e4668c6b481 63 64 64 64\nc2347e4668c6b481 63 65 65 65\nc2347e4668c6b481 63 68 68 68\n83406a0ab978189a 21 17 17 17\n83406a0ab978189a 21 20 20 20\n83406a0ab978189a 77 91 91 91\nc06603ad7912af48 20 2 2 2\nc06603ad7912af48 65 75 75 75\nc06603ad7912af48 65 100 100 100\nabd286b1195b6ff4 44 17 17 17\nabd286b1195b6ff4 44 43 43 43\nabd286b1195b6ff4 129 158 158 158\nb413fbafa522a059 81 88 88 88\nb413fbafa522a059 81 98 98 98\nb413fbafa522a059 81 117 117 117\n047c29e9138af233 58 15 15 15\n047c29e9138af233 58 17 17 17\n047c29e9138af233 107 109 109 109\necb01c2fa739ea01 167 129 129 129\necb01c2fa739ea01 167 132 132 132\necb01c2fa739ea01 167 165 165 165\n35859f964a7edcb9 37 2 2 2\n35859f964a7edcb9 37 15 15 15\n35859f964a7edcb9 37 25 25 25\n7320eb004937030e 3 0 0 0\n7320eb004937030e 3 1 1 1\n7320eb004937030e 3 2 2 2\nd6e30ce71d1faa22 20 11 11 11\nd6e30ce71d1faa22 20 15 15 15\nd6e30ce71d1faa22 65 72 72 72\nb318f0e6bd9f3afc 2 1 1 1\nb318f0e6bd9f3afc 71 72 72 72\nb318f0e6bd9f3afc 71 74 74 74\ne62fac7a92e28294 101 109 109 109\ne62fac7a92e28294 101 113 113 113\ne62fac7a92e28294 101 119 119 119\n223b5e20753d4fa3 22 3 3 3\n223b5e20753d4fa3 22 20 20 20\n223b5e20753d4fa3 72 77 77 77\n8e9b9b96179a8a8e 186 143 143 143\n8e9b9b96179a8a8e 186 151 151 151\n8e9b9b96179a8a8e 186 152 152 152\nc23b29fd5039577d 67 42 42 42\nc23b29fd5039577d 67 52 52 52\nc23b29fd5039577d 115 117 117 117\n0deb1b80eb8481c6 51 64 64 64\n0deb1b80eb8481c6 51 75 75 75\n0deb1b80eb8481c6 51 78 78 78\nee5c26e6dcda4b70 85 101 101 101\nee5c26e6dcda4b70 85 110 110 110\nee5c26e6dcda4b70 85 115 115 115\n5f4e88435de4c81f 46 47 47 47\n5f4e88435de4c81f 46 49 49 49\n5f4e88435de4c81f 46 54 54 54\n45064c8142f3a360 57 67 67 67\n45064c8142f3a360 57 71 71 71\n45064c8142f3a360 57 73 73 73\n311db764bdc7f537 49 17 17 17\n311db764bdc7f537 49 26 26 26\n311db764bdc7f537 163 170 170 170\n7be6908e5a8e02ef 105 62 62 62\n7be6908e5a8e02ef 105 78 78 78\n7be6908e5a8e02ef 217 227 227 227\n146763442bb9c38f 6 2 2 2\n146763442bb9c38f 78 98 98 98\n146763442bb9c38f 78 99 99 99\nb6ae9be5abd971e3 47 4 4 4\nb6ae9be5abd971e3 47 41 41 41\nb6ae9be5abd971e3 106 127 127 127\na1043e81dafa3fca 69 26 26 26\na1043e81dafa3fca 69 46 46 46\na1043e81dafa3fca 69 57 57 57\n4393f3c42606c573 47 57 57 57\n4393f3c42606c573 47 60 60 60\n4393f3c42606c573 47 61 61 61\n9531be4ae045b094 103 109 109 109\n9531be4ae045b094 103 126 126 126\n9531be4ae045b094 103 131 131 131\n4b0fdb10ae15684b 64 25 25 25\n4b0fdb10ae15684b 64 49 49 49\n4b0fdb10ae15684b 141 178 178 178\n0f7061acbeed50dd 153 110 110 110\n0f7061acbeed50dd 153 124 124 124\n0f7061acbeed50dd 153 148 148 148\nb5a38b3532cdcfc4 4 2 2 2\nb5a38b3532cdcfc4 79 90 90 90\nb5a38b3532cdcfc4 79 96 96 96\n2ebedb0f027df101 109 81 81 81\n2ebedb0f027df101 109 92 92 92\n2ebedb0f027df101 181 185 185 185\ne554b9466f2ca814 8 2 2 2\ne554b9466f2ca814 56 59 59 59\ne554b9466f2ca814 56 63 63 63\ncb91c8212c1de9a5 47 7 7 7\ncb91c8212c1de9a5 100 111 111 111\ncb91c8212c1de9a5 100 119 119 119\nb556f3ebe21180c7 25 0 0 0\nb556f3ebe21180c7 76 78 78 78\nb556f3ebe21180c7 76 85 85 85\n6295bc2f0a008d9c 46 48 48 48\n6295bc2f0a008d9c 46 49 49 49\n6295bc2f0a008d9c 46 52 52 52\n52a92275df100f14 41 2 2 2\n52a92275df100f14 41 13 13 13\n52a92275df100f14 41 39 39 39\n35b994780d720894 34 7 7 7\n35b994780d720894 34 13 13 13\n35b994780d720894 34 20 20 20\n591f4c925046bd2a 89 107 107 107\n591f4c925046bd2a 89 129 129 129\n591f4c925046bd2a 89 131 131 131\nfa89b06ee36da59f 20 4 4 4\nfa89b06ee36da59f 20 12 12 12\nfa89b06ee36da59f 126 133 133 133\nd4763fa4edc33917 101 81 81 81\nd4763fa4edc33917 101 83 83 83\nd4763fa4edc33917 101 87 87 87\ndad1b603017c685e 46 18 18 18\ndad1b603017c685e 46 24 24 24\ndad1b603017c685e 92 100 100 100\n9ebcb9cb6b74acdc 60 73 73 73\n9ebcb9cb6b74acdc 60 74 74 74\n9ebcb9cb6b74acdc 60 80 80 80\nd0ce9e9a4d4eaaac 35 2 2 2\nd0ce9e9a4d4eaaac 35 32 32 32\nd0ce9e9a4d4eaaac 151 156 156 156\n6cfc4269c4ab3203 61 71 71 71\n6cfc4269c4ab3203 61 72 72 72\n6cfc4269c4ab3203 61 74 74 74\n9f6a44c7ec52177b 69 44 44 44\n9f6a44c7ec52177b 69 47 47 47\n9f6a44c7ec52177b 69 68 68 68\na8dcd4abc930ee61 54 61 61 61\na8dcd4abc930ee61 54 62 62 62\na8dcd4abc930ee61 54 68 68 68\n9fe97d54a1b798ef 7 0 0 0\n9fe97d54a1b798ef 7 5 5 5\n9fe97d54a1b798ef 65 67 67 67\nfd52c10db54f522b 20 4 4 4\nfd52c10db54f522b 20 11 11 11\nfd52c10db54f522b 20 16 16 16\n55ccecc5c63d0c14 136 107 107 107\n55ccecc5c63d0c14 136 109 109 109\n55ccecc5c63d0c14 208 225 225 225\n5f798a3ff9e68036 20 1 1 1\n5f798a3ff9e68036 86 90 90 90\n5f798a3ff9e68036 86 120 120 120\n5f1255f574a1b970 1 0 0 0\n5f1255f574a1b970 49 51 51 51\n5f1255f574a1b970 49 53 53 53\n7ed06e5255b29c88 5 4 4 4\n7ed06e5255b29c88 75 81 81 81\n7ed06e5255b29c88 75 85 85 85\ne0f031ba4c9fedd7 47 4 4 4\ne0f031ba4c9fedd7 47 35 35 35\ne0f031ba4c9fedd7 110 119 119 119\n9abc9859c773ff50 14 4 4 4\n9abc9859c773ff50 148 157 157 157\n9abc9859c773ff50 148 162 162 162\n23a6c9168abdb38e 152 130 130 130\n23a6c9168abdb38e 198 200 200 200\n23a6c9168abdb38e 198 221 221 221\n2245fcd7f76c2ecd 49 13 13 13\n2245fcd7f76c2ecd 49 34 34 34\n2245fcd7f76c2ecd 49 48 48 48\nf04b433b91f569c3 2 0 0 0\nf04b433b91f569c3 57 67 67 67\nf04b433b91f569c3 57 82 82 82\n20e7a3651ec30386 58 29 29 29\n20e7a3651ec30386 58 43 43 43\n20e7a3651ec30386 58 54 54 54\n9aa1c7b2f4afac05 10 0 0 0\n9aa1c7b2f4afac05 60 69 69 69\n9aa1c7b2f4afac05 60 90 90 90\n78a73187ad5480b7 168 127 127 127\n78a73187ad5480b7 236 245 245 245\n78a73187ad5480b7 236 265 265 265\nfd2c0fc2bf2befa7 6 0 0 0\nfd2c0fc2bf2befa7 6 5 5 5\nfd2c0fc2bf2befa7 73 77 77 77\nc9d4ee47b6b6b825 4 2 2 2\nc9d4ee47b6b6b825 55 57 57 57\nc9d4ee47b6b6b825 55 58 58 58\nef652466c531befd 30 2 2 2\nef652466c531befd 77 78 78 78\nef652466c531befd 77 85 85 85\n3af70052616f7fa1 23 4 4 4\n3af70052616f7fa1 23 16 16 16\n3af70052616f7fa1 23 18 18 18\n0134d6a876481ed8 37 32 32 32\n0134d6a876481ed8 83 86 86 86\n0134d6a876481ed8 83 91 91 91\n55e902a2cd2e976a 30 0 0 0\n55e902a2cd2e976a 30 1 1 1\n55e902a2cd2e976a 30 16 16 16\n52086d313816a97c 150 109 109 109\n52086d313816a97c 150 115 115 115\n52086d313816a97c 150 127 127 127\n1a55c677aabd1a44 53 22 22 22\n1a55c677aabd1a44 112 135 135 135\n1a55c677aabd1a44 112 155 155 155\n72bd3214b39e7146 154 171 171 171\n72bd3214b39e7146 154 173 173 173\n72bd3214b39e7146 154 184 184 184\ne848e4560432423c 102 119 119 119\ne848e4560432423c 102 120 120 120\ne848e4560432423c 102 141 141 141\n6e76f5fff8c18989 55 63 63 63\n6e76f5fff8c18989 55 69 69 69\n6e76f5fff8c18989 55 70 70 70\n4a8ccd391c9f9c40 3 0 0 0\n4a8ccd391c9f9c40 3 2 2 2\n4a8ccd391c9f9c40 50 51 51 51\n0db2394602b8b81c 30 11 11 11\n0db2394602b8b81c 30 19 19 19\n0db2394602b8b81c 75 100 100 100\na2a419b098be1554 14 4 4 4\na2a419b098be1554 14 9 9 9\na2a419b098be1554 68 74 74 74\n5c4283bc52e9a0ab 33 16 16 16\n5c4283bc52e9a0ab 102 121 121 121\n5c4283bc52e9a0ab 102 140 140 140\nabd304cbb9bd30ba 26 16 16 16\nabd304cbb9bd30ba 115 128 128 128\nabd304cbb9bd30ba 115 134 134 134\nc380b48d22651e21 4 0 0 0\nc380b48d22651e21 69 75 75 75\nc380b48d22651e21 69 83 83 83\nc522082d96305ccd 42 2 2 2\nc522082d96305ccd 42 25 25 25\nc522082d96305ccd 132 137 137 137\n853ca19311254f8a 112 113 113 113\n853ca19311254f8a 112 132 132 132\n853ca19311254f8a 112 140 140 140\n8432b7a848f9c5dc 48 21 21 21\n8432b7a848f9c5dc 48 34 34 34\n8432b7a848f9c5dc 149 150 150 150\n48b1808c546c7e87 27 10 10 10\n48b1808c546c7e87 27 13 13 13\n48b1808c546c7e87 100 110 110 110\nf9a8c23a50a5aa6b 20 13 13 13\nf9a8c23a50a5aa6b 70 75 75 75\nf9a8c23a50a5aa6b 70 87 87 87\n27bbc13aebd0bb5e 18 4 4 4\n27bbc13aebd0bb5e 63 66 66 66\n27bbc13aebd0bb5e 63 74 74 74\nb4fedd51f7317ad4 105 73 73 73\nb4fedd51f7317ad4 105 85 85 85\nb4fedd51f7317ad4 105 104 104 104\na19a9bb11795e15e 13 12 12 12\na19a9bb11795e15e 62 68 68 68\na19a9bb11795e15e 62 78 78 78\n796c8af28c30938f 42 11 11 11\n796c8af28c30938f 42 20 20 20\n796c8af28c30938f 42 38 38 38\n5d5405c9146cacc0 70 72 72 72\n5d5405c9146cacc0 70 74 74 74\n5d5405c9146cacc0 70 90 90 90\na705032c068c7caf 68 32 32 32\na705032c068c7caf 68 47 47 47\na705032c068c7caf 68 55 55 55\n8c132110d83d1869 35 3 3 3\n8c132110d83d1869 80 100 100 100\n8c132110d83d1869 80 113 113 113\n81573944931b3367 73 74 74 74\n81573944931b3367 73 108 108 108\n81573944931b3367 73 118 118 118\n1735d8d1b4015669 162 170 170 170\n1735d8d1b4015669 162 200 200 200\n1735d8d1b4015669 162 205 205 205\n3862411e9bf455cd 143 149 149 149\n3862411e9bf455cd 143 163 163 163\n3862411e9bf455cd 143 185 185 185\n1a19c977ea5f5b50 132 154 154 154\n1a19c977ea5f5b50 132 163 163 163\n1a19c977ea5f5b50 132 165 165 165\nf6884e5c27acbafe 25 9 9 9\nf6884e5c27acbafe 25 22 22 22\nf6884e5c27acbafe 95 102 102 102\n525491cd51574118 13 2 2 2\n525491cd51574118 71 80 80 80\n525491cd51574118 71 82 82 82\n38d44ebf460ac132 15 0 0 0\n38d44ebf460ac132 15 5 5 5\n38d44ebf460ac132 15 12 12 12\n04433dcf217ad9a0 50 54 54 54\n04433dcf217ad9a0 50 56 56 56\n04433dcf217ad9a0 50 57 57 57\n4ee86924304f36ca 66 33 33 33\n4ee86924304f36ca 66 40 40 40\n4ee86924304f36ca 159 167 167 167\n167c2e0c6e9ffa5d 69 70 70 70\n167c2e0c6e9ffa5d 69 71 71 71\n167c2e0c6e9ffa5d 69 91 91 91\nda7732d37c8ec57e 67 33 33 33\nda7732d37c8ec57e 67 47 47 47\nda7732d37c8ec57e 67 59 59 59\n58a5ac8590c8305c 48 12 12 12\n58a5ac8590c8305c 48 22 22 22\n58a5ac8590c8305c 48 46 46 46\nd4668a3649a86eef 75 33 33 33\nd4668a3649a86eef 167 170 170 170\nd4668a3649a86eef 167 182 182 182\n7ed7c335dba256b8 80 40 40 40\n7ed7c335dba256b8 80 47 47 47\n7ed7c335dba256b8 80 71 71 71\n4989f6cc2b43d2c6 44 4 4 4\n4989f6cc2b43d2c6 44 10 10 10\n4989f6cc2b43d2c6 44 16 16 16\nfb36cf1f6923924b 101 114 114 114\nfb36cf1f6923924b 101 123 123 123\nfb36cf1f6923924b 101 126 126 126\nf388a5a0be1474f8 75 78 78 78\nf388a5a0be1474f8 75 116 116 116\nf388a5a0be1474f8 75 119 119 119\n3e94e6706fcdccfa 11 2 2 2\n3e94e6706fcdccfa 11 8 8 8\n3e94e6706fcdccfa 56 62 62 62\nf82a67e46c5e1434 119 76 76 76\nf82a67e46c5e1434 119 112 112 112\nf82a67e46c5e1434 216 217 217 217\nb91e07540d99553d 176 143 143 143\nb91e07540d99553d 176 148 148 148\nb91e07540d99553d 242 249 249 249\ndeb762296c4c14bb 32 10 10 10\ndeb762296c4c14bb 32 19 19 19\ndeb762296c4c14bb 32 28 28 28\nb4f46493baab9cfa 173 131 131 131\nb4f46493baab9cfa 173 140 140 140\nb4f46493baab9cfa 235 251 251 251\n4ebb0c3c294b1a74 24 2 2 2\n4ebb0c3c294b1a74 24 11 11 11\n4ebb0c3c294b1a74 96 107 107 107\n95bb6c6edb37af6c 85 50 50 50\n95bb6c6edb37af6c 85 71 71 71\n95bb6c6edb37af6c 153 168 168 168\n57844acec8e8c0cd 70 41 41 41\n57844acec8e8c0cd 70 55 55 55\n57844acec8e8c0cd 70 69 69 69\n7c1f39d8fd42898c 70 98 98 98\n7c1f39d8fd42898c 70 99 99 99\n7c1f39d8fd42898c 70 108 108 108\n58b7fab512c371ec 29 14 14 14\n58b7fab512c371ec 29 15 15 15\n58b7fab512c371ec 29 20 20 20\ndf78ec87fe403e80 59 26 26 26\ndf78ec87fe403e80 59 36 36 36\ndf78ec87fe403e80 162 167 167 167\nfc75727847fd61f4 213 168 168 168\nfc75727847fd61f4 213 176 176 176\nfc75727847fd61f4 213 197 197 197\n4a6a057fc644624e 29 9 9 9\n4a6a057fc644624e 76 83 83 83\n4a6a057fc644624e 76 99 99 99\n0cb83cef3177a006 43 19 19 19\n0cb83cef3177a006 92 111 111 111\n0cb83cef3177a006 92 122 122 122\n8cb0bc0ec4d9624d 72 74 74 74\n8cb0bc0ec4d9624d 72 78 78 78\n8cb0bc0ec4d9624d 72 79 79 79\nfa650c8fa3157a10 16 4 4 4\nfa650c8fa3157a10 110 118 118 118\nfa650c8fa3157a10 110 121 121 121\n168c85ce00de0c6b 145 111 111 111\n168c85ce00de0c6b 145 129 129 129\n168c85ce00de0c6b 231 268 268 268\ncd4d52f0cbda2bb6 15 4 4 4\ncd4d52f0cbda2bb6 69 72 72 72\ncd4d52f0cbda2bb6 69 79 79 79\na2d7cfaa5d91e6d7 69 43 43 43\na2d7cfaa5d91e6d7 69 54 54 54\na2d7cfaa5d91e6d7 123 131 131 131\n1ac790c62f3478ad 49 30 30 30\n1ac790c62f3478ad 136 162 162 162\n1ac790c62f3478ad 136 171 171 171\n4b6e9a02975ef9a4 39 9 9 9\n4b6e9a02975ef9a4 39 22 22 22\n4b6e9a02975ef9a4 86 87 87 87\n52070dbeb529d797 39 35 35 35\n52070dbeb529d797 39 37 37 37\n52070dbeb529d797 89 94 94 94\n693a68e032e19243 82 83 83 83\n693a68e032e19243 82 84 84 84\n693a68e032e19243 82 88 88 88\nad088dd0e45f72fe 150 159 159 159\nad088dd0e45f72fe 150 167 167 167\nad088dd0e45f72fe 150 169 169 169\n4d670a0142f341bb 8 0 0 0\n4d670a0142f341bb 8 2 2 2\n4d670a0142f341bb 8 7 7 7\n9c799b5a5f48b0aa 10 3 3 3\n9c799b5a5f48b0aa 10 7 7 7\n9c799b5a5f48b0aa 10 9 9 9\n332294213fa15c56 10 0 0 0\n332294213fa15c56 10 8 8 8\n332294213fa15c56 55 58 58 58\n952f6cb94695d32d 24 9 9 9\n952f6cb94695d32d 24 15 15 15\n952f6cb94695d32d 93 121 121 121\nd563576711ec9f4a 43 32 32 32\nd563576711ec9f4a 88 89 89 89\nd563576711ec9f4a 88 92 92 92\nad876fc82edf7d45 24 12 12 12\nad876fc82edf7d45 24 13 13 13\nad876fc82edf7d45 24 19 19 19\n997f2538b84a2acd 105 73 73 73\n997f2538b84a2acd 198 200 200 200\n997f2538b84a2acd 198 220 220 220\na91f8206a1953cbe 54 32 32 32\na91f8206a1953cbe 138 177 177 177\na91f8206a1953cbe 138 179 179 179\nc4109802fe2fed50 9 6 6 6\nc4109802fe2fed50 9 8 8 8\nc4109802fe2fed50 58 59 59 59\n654d70fcc0229954 49 15 15 15\n654d70fcc0229954 49 48 48 48\n654d70fcc0229954 96 99 99 99\nb7ecfc1e4f9fbae2 135 106 106 106\nb7ecfc1e4f9fbae2 224 235 235 235\nb7ecfc1e4f9fbae2 224 259 259 259\ncbf7204b9bdd3bc0 20 9 9 9\ncbf7204b9bdd3bc0 20 17 17 17\ncbf7204b9bdd3bc0 84 117 117 117\n2e715b2e0162f768 173 150 150 150\n2e715b2e0162f768 173 166 166 166\n2e715b2e0162f768 256 257 257 257\nac9160cf1df430dd 19 6 6 6\nac9160cf1df430dd 19 17 17 17\nac9160cf1df430dd 19 18 18 18\nf87ea75747b2ec64 48 30 30 30\nf87ea75747b2ec64 117 124 124 124\nf87ea75747b2ec64 117 128 128 128\ncca122d2455673ff 2 1 1 1\ncca122d2455673ff 69 70 70 70\ncca122d2455673ff 69 79 79 79\ne3f0770b4b10eb10 6 1 1 1\ne3f0770b4b10eb10 53 56 56 56\ne3f0770b4b10eb10 53 60 60 60\nd549888dd6762b48 15 9 9 9\nd549888dd6762b48 15 10 10 10\nd549888dd6762b48 88 103 103 103\nab02d0baf04b6b1b 16 12 12 12\nab02d0baf04b6b1b 72 75 75 75\nab02d0baf04b6b1b 72 79 79 79\n0181b66a65650830 11 3 3 3\n0181b66a65650830 84 89 89 89\n0181b66a65650830 84 91 91 91\n759f916a188f248d 11 4 4 4\n759f916a188f248d 11 10 10 10\n759f916a188f248d 70 82 82 82\ncddbf49df892374c 31 14 14 14\ncddbf49df892374c 31 25 25 25\ncddbf49df892374c 83 105 105 105\n03482c3bd66de195 85 58 58 58\n03482c3bd66de195 133 159 159 159\n03482c3bd66de195 133 172 172 172\n5c549af41b41e826 38 31 31 31\n5c549af41b41e826 94 96 96 96\n5c549af41b41e826 94 98 98 98\ned84c8456afd57d2 21 4 4 4\ned84c8456afd57d2 21 15 15 15\ned84c8456afd57d2 126 142 142 142\n17428a1f23edf411 45 8 8 8\n17428a1f23edf411 45 20 20 20\n17428a1f23edf411 45 34 34 34\nc78130326859c291 6 1 1 1\nc78130326859c291 55 62 62 62\nc78130326859c291 55 73 73 73\nfbef04fb266195f9 32 8 8 8\nfbef04fb266195f9 32 9 9 9\nfbef04fb266195f9 107 113 113 113\na7b28e1cc95f11a7 105 66 66 66\na7b28e1cc95f11a7 105 74 74 74\na7b28e1cc95f11a7 105 84 84 84\nc6f8fddaf7782828 6 2 2 2\nc6f8fddaf7782828 6 3 3 3\nc6f8fddaf7782828 6 5 5 5\n7c1333f2b74b067b 93 101 101 101\n7c1333f2b74b067b 93 102 102 102\n7c1333f2b74b067b 93 107 107 107\n3e6d44a66c0d7a0a 2 0 0 0\n3e6d44a66c0d7a0a 66 70 70 70\n3e6d44a66c0d7a0a 66 75 75 75\n5c1a8b644385c3e0 25 19 19 19\n5c1a8b644385c3e0 73 102 102 102\n5c1a8b644385c3e0 73 105 105 105\nffbd89833d851c18 69 35 35 35\nffbd89833d851c18 69 40 40 40\nffbd89833d851c18 69 67 67 67\n9b6feea2bd43f9b8 41 22 22 22\n9b6feea2bd43f9b8 41 28 28 28\n9b6feea2bd43f9b8 41 40 40 40\n4f0aa4ef8976dc1b 11 6 6 6\n4f0aa4ef8976dc1b 11 7 7 7\n4f0aa4ef8976dc1b 11 8 8 8\n8fae64ef7db8a42d 64 65 65 65\n8fae64ef7db8a42d 64 66 66 66\n8fae64ef7db8a42d 64 70 70 70\n02b618a34bc12ff9 108 72 72 72\n02b618a34bc12ff9 108 97 97 97\n02b618a34bc12ff9 176 186 186 186\nb358d8f5f5722449 14 8 8 8\nb358d8f5f5722449 80 114 114 114\nb358d8f5f5722449 80 121 121 121\n3aa527382acd6c88 7 2 2 2\n3aa527382acd6c88 7 3 3 3\n3aa527382acd6c88 7 5 5 5\nf70ab7209d335f09 63 20 20 20\nf70ab7209d335f09 63 43 43 43\nf70ab7209d335f09 109 141 141 141\nae58419f15314814 45 46 46 46\nae58419f15314814 45 50 50 50\nae58419f15314814 45 53 53 53\n260de2939d48517e 164 120 120 120\n260de2939d48517e 164 122 122 122\n260de2939d48517e 164 153 153 153\n528faeab72f1bc3d 85 45 45 45\n528faeab72f1bc3d 85 58 58 58\n528faeab72f1bc3d 138 143 143 143\nb7f886ec9190aa7d 97 109 109 109\nb7f886ec9190aa7d 97 135 135 135\nb7f886ec9190aa7d 97 138 138 138\na4cd8a46bda66cd7 3 0 0 0\na4cd8a46bda66cd7 61 62 62 62\na4cd8a46bda66cd7 61 66 66 66\nedad1175f4a88503 42 8 8 8\nedad1175f4a88503 42 10 10 10\nedad1175f4a88503 42 40 40 40\nba002fbd150a3ab2 47 50 50 50\nba002fbd150a3ab2 47 62 62 62\nba002fbd150a3ab2 47 66 66 66\n5451cefde53f06f1 24 11 11 11\n5451cefde53f06f1 83 90 90 90\n5451cefde53f06f1 83 102 102 102\n4b3644bfc6083588 6 1 1 1\n4b3644bfc6083588 6 4 4 4\n4b3644bfc6083588 58 59 59 59\n0c8b534612a0a776 128 95 95 95\n0c8b534612a0a776 128 124 124 124\n0c8b534612a0a776 176 190 190 190\nc1c04878c1b9c14e 59 36 36 36\nc1c04878c1b9c14e 59 47 47 47\nc1c04878c1b9c14e 120 140 140 140\naf97debfdf1d5062 144 158 158 158\naf97debfdf1d5062 144 170 170 170\naf97debfdf1d5062 144 173 173 173\n4b341307a872487c 45 49 49 49\n4b341307a872487c 45 53 53 53\n4b341307a872487c 45 60 60 60\n7f22a1b7b28a4a49 97 108 108 108\n7f22a1b7b28a4a49 97 118 118 118\n7f22a1b7b28a4a49 97 136 136 136\n0a45b99f42fb0ecb 113 72 72 72\n0a45b99f42fb0ecb 113 107 107 107\n0a45b99f42fb0ecb 200 208 208 208\n05ef56b2656c9318 55 17 17 17\n05ef56b2656c9318 55 28 28 28\n05ef56b2656c9318 55 46 46 46\n9228abf65bf15480 95 97 97 97\n9228abf65bf15480 95 105 105 105\n9228abf65bf15480 95 108 108 108\ncced17ea90f202a4 13 12 12 12\ncced17ea90f202a4 80 85 85 85\ncced17ea90f202a4 80 89 89 89\n3b9a3688b46bd997 45 46 46 46\n3b9a3688b46bd997 45 48 48 48\n3b9a3688b46bd997 45 49 49 49\nd94947affb2ab72a 27 5 5 5\nd94947affb2ab72a 27 13 13 13\nd94947affb2ab72a 27 15 15 15\nf6f99625cfc4ccf0 16 0 0 0\nf6f99625cfc4ccf0 16 2 2 2\nf6f99625cfc4ccf0 16 12 12 12\n0f620bfafa25fcf5 37 8 8 8\n0f620bfafa25fcf5 37 9 9 9\n0f620bfafa25fcf5 37 12 12 12\n0e3951bf1db22064 53 16 16 16\n0e3951bf1db22064 53 30 30 30\n0e3951bf1db22064 134 148 148 148\n7f2e89ea00ad01d0 72 76 76 76\n7f2e89ea00ad01d0 72 102 102 102\n7f2e89ea00ad01d0 72 112 112 112\n548134d9cebf9854 13 1 1 1\n548134d9cebf9854 13 4 4 4\n548134d9cebf9854 13 7 7 7\nddfd6b66c73b730d 62 72 72 72\nddfd6b66c73b730d 62 82 82 82\nddfd6b66c73b730d 62 96 96 96\n7d8a6b1c49d06b12 143 102 102 102\n7d8a6b1c49d06b12 143 132 132 132\n7d8a6b1c49d06b12 199 220 220 220\n3b1c57027302837f 75 35 35 35\n3b1c57027302837f 75 64 64 64\n3b1c57027302837f 75 73 73 73\n4526c5ac1bfebcfb 36 29 29 29\n4526c5ac1bfebcfb 36 33 33 33\n4526c5ac1bfebcfb 86 87 87 87\ne13cac8dde222092 5 0 0 0\ne13cac8dde222092 60 76 76 76\ne13cac8dde222092 60 77 77 77\na04f7fefc94aa50d 102 103 103 103\na04f7fefc94aa50d 102 114 114 114\na04f7fefc94aa50d 102 133 133 133\n31607cc68ada0108 9 1 1 1\n31607cc68ada0108 58 60 60 60\n31607cc68ada0108 58 62 62 62\ncd3f1ca1194881e4 13 2 2 2\ncd3f1ca1194881e4 120 122 122 122\ncd3f1ca1194881e4 120 125 125 125\nbc70abfcfd247074 5 1 1 1\nbc70abfcfd247074 58 68 68 68\nbc70abfcfd247074 58 75 75 75\n44b13221c50914d9 99 64 64 64\n44b13221c50914d9 99 74 74 74\n44b13221c50914d9 99 78 78 78\n5f9582362fb46957 26 14 14 14\n5f9582362fb46957 26 19 19 19\n5f9582362fb46957 104 122 122 122\na4c52a5e6413b90b 44 9 9 9\na4c52a5e6413b90b 44 10 10 10\na4c52a5e6413b90b 44 37 37 37\n9ea72f021781a350 20 5 5 5\n9ea72f021781a350 20 10 10 10\n9ea72f021781a350 70 74 74 74\nf413f880cdafe53c 68 86 86 86\nf413f880cdafe53c 68 87 87 87\nf413f880cdafe53c 68 100 100 100\n3c33566bacd602f2 28 1 1 1\n3c33566bacd602f2 28 11 11 11\n3c33566bacd602f2 28 14 14 14\n47a07f51fd3fef77 7 0 0 0\n47a07f51fd3fef77 7 3 3 3\n47a07f51fd3fef77 61 66 66 66\n2cb9869cb05a9a01 2 0 0 0\n2cb9869cb05a9a01 53 58 58 58\n2cb9869cb05a9a01 53 60 60 60\n2c5e21f9f91e2e09 109 126 126 126\n2c5e21f9f91e2e09 109 149 149 149\n2c5e21f9f91e2e09 109 152 152 152\nd1919bdfa56180fa 54 55 55 55\nd1919bdfa56180fa 54 58 58 58\nd1919bdfa56180fa 54 63 63 63\nd440584f07bb1607 69 91 91 91\nd440584f07bb1607 69 93 93 93\nd440584f07bb1607 69 106 106 106\n7eeb899df2ef5f75 97 58 58 58\n7eeb899df2ef5f75 97 94 94 94\n7eeb899df2ef5f75 97 96 96 96\n0190fe72a727c853 35 3 3 3\n0190fe72a727c853 35 4 4 4\n0190fe72a727c853 106 110 110 110\ncb327f8f719873e6 37 17 17 17\ncb327f8f719873e6 37 34 34 34\ncb327f8f719873e6 85 92 92 92\nb48064453ac33843 51 58 58 58\nb48064453ac33843 51 67 67 67\nb48064453ac33843 51 77 77 77\ne505cd53a4736b31 5 2 2 2\ne505cd53a4736b31 70 72 72 72\ne505cd53a4736b31 70 77 77 77\na581b326d9ba666f 2 1 1 1\na581b326d9ba666f 56 57 57 57\na581b326d9ba666f 56 59 59 59\n10fbe4690dec6258 193 156 156 156\n10fbe4690dec6258 193 158 158 158\n10fbe4690dec6258 272 278 278 278\nbce8898e94479bfa 3 0 0 0\nbce8898e94479bfa 3 1 1 1\nbce8898e94479bfa 48 49 49 49\ncf2a067263df7f04 75 82 82 82\ncf2a067263df7f04 75 85 85 85\ncf2a067263df7f04 75 96 96 96\n178cef169356d4a5 82 88 88 88\n178cef169356d4a5 82 94 94 94\n178cef169356d4a5 82 127 127 127\nb3ef5ed1402b71ac 19 4 4 4\nb3ef5ed1402b71ac 19 5 5 5\nb3ef5ed1402b71ac 19 10 10 10\n97f02f8e86e73725 76 49 49 49\n97f02f8e86e73725 76 54 54 54\n97f02f8e86e73725 76 66 66 66\n2a4d835a6e023621 10 5 5 5\n2a4d835a6e023621 10 6 6 6\n2a4d835a6e023621 10 8 8 8\ne04218c68bb613b4 17 4 4 4\ne04218c68bb613b4 17 15 15 15\ne04218c68bb613b4 17 16 16 16\n374b2f4abac6dbb9 3 1 1 1\n374b2f4abac6dbb9 69 70 70 70\n374b2f4abac6dbb9 69 73 73 73\n4a8f9d6889992fd9 19 13 13 13\n4a8f9d6889992fd9 80 86 86 86\n4a8f9d6889992fd9 80 96 96 96\n39f1b33acc70ad7b 22 16 16 16\n39f1b33acc70ad7b 22 20 20 20\n39f1b33acc70ad7b 146 153 153 153\nde9f9460fbaa637e 8 4 4 4\nde9f9460fbaa637e 73 98 98 98\nde9f9460fbaa637e 73 110 110 110\n39c662fa32a3b5c6 27 16 16 16\n39c662fa32a3b5c6 85 97 97 97\n39c662fa32a3b5c6 85 122 122 122\n1aff061a60aeb91c 9 4 4 4\n1aff061a60aeb91c 9 6 6 6\n1aff061a60aeb91c 9 7 7 7\n9b1b46cb7f19d9c9 98 61 61 61\n9b1b46cb7f19d9c9 98 65 65 65\n9b1b46cb7f19d9c9 98 84 84 84\n4f55e7d6bbfc0a61 45 46 46 46\n4f55e7d6bbfc0a61 45 48 48 48\n4f55e7d6bbfc0a61 45 50 50 50\n7f6800a9878b31c7 110 130 130 130\n7f6800a9878b31c7 110 135 135 135\n7f6800a9878b31c7 110 140 140 140\n9f34c126ea7882ca 89 58 58 58\n9f34c126ea7882ca 89 65 65 65\n9f34c126ea7882ca 89 67 67 67\nba4b8132d937918a 91 97 97 97\nba4b8132d937918a 91 101 101 101\nba4b8132d937918a 91 113 113 113\ne8ac7f1dbb14242a 55 52 52 52\ne8ac7f1dbb14242a 125 151 151 151\ne8ac7f1dbb14242a 125 168 168 168\n8ffba1ca605b7e5c 57 59 59 59\n8ffba1ca605b7e5c 57 60 60 60\n8ffba1ca605b7e5c 57 72 72 72\n787f1f7f6fd8f6a1 105 72 72 72\n787f1f7f6fd8f6a1 105 87 87 87\n787f1f7f6fd8f6a1 105 95 95 95\n77f4ef2dd86aa19a 63 37 37 37\n77f4ef2dd86aa19a 63 47 47 47\n77f4ef2dd86aa19a 63 56 56 56\n33f242465f51563c 75 86 86 86\n33f242465f51563c 75 112 112 112\n33f242465f51563c 75 115 115 115\ndf3e36111358ee98 71 72 72 72\ndf3e36111358ee98 71 76 76 76\ndf3e36111358ee98 71 81 81 81\n7e0a3935a658b20d 66 67 67 67\n7e0a3935a658b20d 66 68 68 68\n7e0a3935a658b20d 66 71 71 71\n8d7ee62e43377117 154 134 134 134\n8d7ee62e43377117 206 214 214 214\n8d7ee62e43377117 206 232 232 232\n6ed6893b1247e1aa 21 1 1 1\n6ed6893b1247e1aa 116 123 123 123\n6ed6893b1247e1aa 116 154 154 154\n1cd3638cceebed08 44 17 17 17\n1cd3638cceebed08 44 34 34 34\n1cd3638cceebed08 109 129 129 129\nf4fc7b56e07188ce 33 17 17 17\nf4fc7b56e07188ce 99 107 107 107\nf4fc7b56e07188ce 99 110 110 110\nc99c2fd4ebb699f6 134 137 137 137\nc99c2fd4ebb699f6 134 167 167 167\nc99c2fd4ebb699f6 134 175 175 175\ncb9e8d4179c6b506 13 7 7 7\ncb9e8d4179c6b506 13 12 12 12\ncb9e8d4179c6b506 78 92 92 92\n712d582f1e1a5bf1 10 1 1 1\n712d582f1e1a5bf1 10 3 3 3\n712d582f1e1a5bf1 10 4 4 4\n7b4f433a15f523aa 17 6 6 6\n7b4f433a15f523aa 100 115 115 115\n7b4f433a15f523aa 100 136 136 136\ne83b2a90d1b8c1a7 103 64 64 64\ne83b2a90d1b8c1a7 103 100 100 100\ne83b2a90d1b8c1a7 103 102 102 102\n8e26d4718fa9e01f 34 8 8 8\n8e26d4718fa9e01f 34 13 13 13\n8e26d4718fa9e01f 86 93 93 93\n9696c0d0a01d2fd4 186 171 171 171\n9696c0d0a01d2fd4 186 180 180 180\n9696c0d0a01d2fd4 244 273 273 273\n5d1a818b5ea46668 58 60 60 60\n5d1a818b5ea46668 58 67 67 67\n5d1a818b5ea46668 58 69 69 69\nbc7023de01db3191 60 61 61 61\nbc7023de01db3191 60 82 82 82\nbc7023de01db3191 60 88 88 88\n41e428b3c7a16695 142 103 103 103\n41e428b3c7a16695 216 238 238 238\n41e428b3c7a16695 216 250 250 250\naef133f549f40970 6 2 2 2\naef133f549f40970 53 72 72 72\naef133f549f40970 53 85 85 85\nd648a287fc26b8ce 62 65 65 65\nd648a287fc26b8ce 62 75 75 75\nd648a287fc26b8ce 62 80 80 80\n0e41af1514f92887 67 23 23 23\n0e41af1514f92887 67 26 26 26\n0e41af1514f92887 157 189 189 189\n767be8d5d60e87a0 35 7 7 7\n767be8d5d60e87a0 35 29 29 29\n767be8d5d60e87a0 90 121 121 121\n25468a86d9cd851e 27 5 5 5\n25468a86d9cd851e 27 14 14 14\n25468a86d9cd851e 27 26 26 26\n8fdb59b71b1e7cf8 20 9 9 9\n8fdb59b71b1e7cf8 102 106 106 106\n8fdb59b71b1e7cf8 102 143 143 143\n0de79d4f3d7a9171 156 128 128 128\n0de79d4f3d7a9171 233 235 235 235\n0de79d4f3d7a9171 233 237 237 237\na7a71bf12a4bf37e 102 61 61 61\na7a71bf12a4bf37e 102 70 70 70\na7a71bf12a4bf37e 198 210 210 210\na705b6b07ff535c2 60 20 20 20\na705b6b07ff535c2 60 25 25 25\na705b6b07ff535c2 60 44 44 44\n700528d00b3f9c2d 152 173 173 173\n700528d00b3f9c2d 152 186 186 186\n700528d00b3f9c2d 152 195 195 195\n789e4ce6b871ac45 3 1 1 1\n789e4ce6b871ac45 3 2 2 2\n789e4ce6b871ac45 57 60 60 60\ndd621720b3a5d3f7 11 5 5 5\ndd621720b3a5d3f7 11 6 6 6\ndd621720b3a5d3f7 102 103 103 103\n532ebaff1b1b00e6 7 5 5 5\n532ebaff1b1b00e6 74 85 85 85\n532ebaff1b1b00e6 74 90 90 90\na70770ee618ba17f 46 31 31 31\na70770ee618ba17f 122 130 130 130\na70770ee618ba17f 122 133 133 133\nd7c07da92032b424 202 181 181 181\nd7c07da92032b424 202 182 182 182\nd7c07da92032b424 202 189 189 189\nff63123a7ef312a5 85 45 45 45\nff63123a7ef312a5 85 63 63 63\nff63123a7ef312a5 85 70 70 70\na12619944188db86 89 53 53 53\na12619944188db86 89 57 57 57\na12619944188db86 89 68 68 68\n6eaf519f1fbf5e7c 29 7 7 7\n6eaf519f1fbf5e7c 29 19 19 19\n6eaf519f1fbf5e7c 103 105 105 105\nf22f531f065d44d2 112 93 93 93\nf22f531f065d44d2 112 95 95 95\nf22f531f065d44d2 248 250 250 250\n6e5a239f7b0ce48b 61 64 64 64\n6e5a239f7b0ce48b 61 65 65 65\n6e5a239f7b0ce48b 61 73 73 73\ndf715edce1edab4e 73 61 61 61\ndf715edce1edab4e 73 67 67 67\ndf715edce1edab4e 174 186 186 186\n551bdad039587b15 23 11 11 11\n551bdad039587b15 23 22 22 22\n551bdad039587b15 88 106 106 106\n42cc82972397863b 192 147 147 147\n42cc82972397863b 244 246 246 246\n42cc82972397863b 244 265 265 265\nde012f0b09b87e9a 71 72 72 72\nde012f0b09b87e9a 71 74 74 74\nde012f0b09b87e9a 71 94 94 94\n196069a792ebbf31 30 4 4 4\n196069a792ebbf31 30 12 12 12\n196069a792ebbf31 100 103 103 103\na5ff4609ed45628b 79 103 103 103\na5ff4609ed45628b 79 112 112 112\na5ff4609ed45628b 79 113 113 113\nf4aa94121e4e3c77 12 4 4 4\nf4aa94121e4e3c77 63 84 84 84\nf4aa94121e4e3c77 63 95 95 95\n41aa58e688a04336 55 65 65 65\n41aa58e688a04336 55 69 69 69\n41aa58e688a04336 55 70 70 70\n2ddca94aefd55b8f 11 6 6 6\n2ddca94aefd55b8f 56 59 59 59\n2ddca94aefd55b8f 56 69 69 69\nca55835078e2bc0e 71 81 81 81\nca55835078e2bc0e 71 82 82 82\nca55835078e2bc0e 71 86 86 86\n15c28f4ada02cf91 98 80 80 80\n15c28f4ada02cf91 186 202 202 202\n15c28f4ada02cf91 186 211 211 211\nb7321025084ffb1d 9 0 0 0\nb7321025084ffb1d 9 2 2 2\nb7321025084ffb1d 55 61 61 61\nb6f59beb7bd330e1 46 47 47 47\nb6f59beb7bd330e1 46 48 48 48\nb6f59beb7bd330e1 46 51 51 51\n237ef12cd69e2aa0 37 28 28 28\n237ef12cd69e2aa0 95 127 127 127\n237ef12cd69e2aa0 95 131 131 131\ne1408f8fe1d21747 56 61 61 61\ne1408f8fe1d21747 56 62 62 62\ne1408f8fe1d21747 56 69 69 69\n69d4b8682c5590e0 10 4 4 4\n69d4b8682c5590e0 10 6 6 6\n69d4b8682c5590e0 10 7 7 7\ne5f235d5870baf1d 13 1 1 1\ne5f235d5870baf1d 13 7 7 7\ne5f235d5870baf1d 13 12 12 12\n2d6d5e82bda0611c 82 79 79 79\n2d6d5e82bda0611c 138 149 149 149\n2d6d5e82bda0611c 138 155 155 155\n79e4bfadcc365af3 52 41 41 41\n79e4bfadcc365af3 52 48 48 48\n79e4bfadcc365af3 120 132 132 132\nc09105bae9a896bb 9 5 5 5\nc09105bae9a896bb 75 78 78 78\nc09105bae9a896bb 75 84 84 84\n7167ff7642c3ef99 64 19 19 19\n7167ff7642c3ef99 137 140 140 140\n7167ff7642c3ef99 137 181 181 181\n7fa7651de34b7579 27 7 7 7\n7fa7651de34b7579 103 131 131 131\n7fa7651de34b7579 103 147 147 147\neb3ff3cbea9947c0 11 1 1 1\neb3ff3cbea9947c0 11 5 5 5\neb3ff3cbea9947c0 11 8 8 8\n0951fdaf9d399411 67 78 78 78\n0951fdaf9d399411 67 87 87 87\n0951fdaf9d399411 67 89 89 89\n7157ac7d5d3f39dd 56 26 26 26\n7157ac7d5d3f39dd 113 138 138 138\n7157ac7d5d3f39dd 113 157 157 157\n2f25826f0d0ef09a 9 3 3 3\n2f25826f0d0ef09a 125 126 126 126\n2f25826f0d0ef09a 125 127 127 127\n114d9c301b847239 67 80 80 80\n114d9c301b847239 67 84 84 84\n114d9c301b847239 67 92 92 92\nc35d057c102fe5ae 75 78 78 78\nc35d057c102fe5ae 75 79 79 79\nc35d057c102fe5ae 75 81 81 81\nf3a0d9d2582a3337 21 0 0 0\nf3a0d9d2582a3337 72 98 98 98\nf3a0d9d2582a3337 72 102 102 102\nd52b984a07fc7b83 75 40 40 40\nd52b984a07fc7b83 75 63 63 63\nd52b984a07fc7b83 191 206 206 206\neee6f411fca1d56a 48 6 6 6\neee6f411fca1d56a 48 27 27 27\neee6f411fca1d56a 48 37 37 37\n82825e3929be2062 4 0 0 0\n82825e3929be2062 49 73 73 73\n82825e3929be2062 49 79 79 79\n748e87e6b0e62a72 4 3 3 3\n748e87e6b0e62a72 67 71 71 71\n748e87e6b0e62a72 67 75 75 75\n796eb3606ccdf1a0 129 99 99 99\n796eb3606ccdf1a0 129 111 111 111\n796eb3606ccdf1a0 129 116 116 116\n7f9ec0d493ba4195 165 175 175 175\n7f9ec0d493ba4195 165 189 189 189\n7f9ec0d493ba4195 165 193 193 193\n0a0027a48d9ff2ae 116 72 72 72\n0a0027a48d9ff2ae 207 213 213 213\n0a0027a48d9ff2ae 207 247 247 247\nbfddde62b6a98d36 5 0 0 0\nbfddde62b6a98d36 5 2 2 2\nbfddde62b6a98d36 5 3 3 3\na7f562aa15f843e6 13 3 3 3\na7f562aa15f843e6 13 5 5 5\na7f562aa15f843e6 13 10 10 10\n5e7506cf490ddd31 29 21 21 21\n5e7506cf490ddd31 29 24 24 24\n5e7506cf490ddd31 118 119 119 119\nad3443476e26335e 9 0 0 0\nad3443476e26335e 9 5 5 5\nad3443476e26335e 9 8 8 8\n12dc074fab6ada73 38 4 4 4\n12dc074fab6ada73 109 120 120 120\n12dc074fab6ada73 109 143 143 143\nfaad6f447de8b898 24 17 17 17\nfaad6f447de8b898 24 20 20 20\nfaad6f447de8b898 71 73 73 73\n4ba7caa04cea37b7 38 4 4 4\n4ba7caa04cea37b7 38 19 19 19\n4ba7caa04cea37b7 135 145 145 145\n8a180708fb57d359 59 28 28 28\n8a180708fb57d359 59 55 55 55\n8a180708fb57d359 148 160 160 160\ndd68d4f89207ff0f 69 75 75 75\ndd68d4f89207ff0f 69 83 83 83\ndd68d4f89207ff0f 69 85 85 85\n15bc7fa1ed5567cc 54 57 57 57\n15bc7fa1ed5567cc 54 58 58 58\n15bc7fa1ed5567cc 54 59 59 59\n24bcb936908f3a31 134 91 91 91\n24bcb936908f3a31 134 111 111 111\n24bcb936908f3a31 180 191 191 191\n144b95c0c3fbe3b0 90 53 53 53\n144b95c0c3fbe3b0 90 74 74 74\n144b95c0c3fbe3b0 172 183 183 183\nc033923b102c9920 6 2 2 2\nc033923b102c9920 6 4 4 4\nc033923b102c9920 6 5 5 5\n7254867acea34464 7 4 4 4\n7254867acea34464 7 5 5 5\n7254867acea34464 92 97 97 97\nb70a7c6916d62a85 59 75 75 75\nb70a7c6916d62a85 59 92 92 92\nb70a7c6916d62a85 59 104 104 104\nd22162b6e3164792 50 62 62 62\nd22162b6e3164792 50 63 63 63\nd22162b6e3164792 50 67 67 67\n91ca67e0e542a035 100 83 83 83\n91ca67e0e542a035 216 233 233 233\n91ca67e0e542a035 216 234 234 234\n946b58d1a9d8e230 22 2 2 2\n946b58d1a9d8e230 22 10 10 10\n946b58d1a9d8e230 68 73 73 73\na3e3b8be6a1662fd 42 1 1 1\na3e3b8be6a1662fd 42 13 13 13\na3e3b8be6a1662fd 42 15 15 15\n83c12f45200f31c5 5 0 0 0\n83c12f45200f31c5 53 75 75 75\n83c12f45200f31c5 53 89 89 89\nb2dfe8a86eeb9e06 16 0 0 0\nb2dfe8a86eeb9e06 16 3 3 3\nb2dfe8a86eeb9e06 70 71 71 71\n2b38cc883c900d33 14 11 11 11\n2b38cc883c900d33 14 12 12 12\n2b38cc883c900d33 69 70 70 70\n330b925cef643b3f 12 0 0 0\n330b925cef643b3f 77 79 79 79\n330b925cef643b3f 77 81 81 81\nca173a511467da3e 56 57 57 57\nca173a511467da3e 56 74 74 74\nca173a511467da3e 56 75 75 75\n4213b6b3b673f9b5 160 119 119 119\n4213b6b3b673f9b5 160 136 136 136\n4213b6b3b673f9b5 160 154 154 154\nb2d62a9604b7895d 5 1 1 1\nb2d62a9604b7895d 56 75 75 75\nb2d62a9604b7895d 56 77 77 77\nd7102cf2ef5a8f7d 130 90 90 90\nd7102cf2ef5a8f7d 130 113 113 113\nd7102cf2ef5a8f7d 248 256 256 256\nfd56ac232431ec1e 7 5 5 5\nfd56ac232431ec1e 66 69 69 69\nfd56ac232431ec1e 66 73 73 73\na5fbd051828e4672 66 41 41 41\na5fbd051828e4672 66 44 44 44\na5fbd051828e4672 136 153 153 153\n31a087ee5b1976da 52 31 31 31\n31a087ee5b1976da 52 50 50 50\n31a087ee5b1976da 160 165 165 165\nf93e9ac4886596af 47 49 49 49\nf93e9ac4886596af 47 61 61 61\nf93e9ac4886596af 47 67 67 67\n6a852331b0619f10 47 15 15 15\n6a852331b0619f10 47 27 27 27\n6a852331b0619f10 47 29 29 29\n22598e2596e6bae7 59 64 64 64\n22598e2596e6bae7 59 73 73 73\n22598e2596e6bae7 59 97 97 97\n607c01e4c097df8c 55 27 27 27\n607c01e4c097df8c 55 29 29 29\n607c01e4c097df8c 55 46 46 46\n9339d2793fa7d4b0 159 140 140 140\n9339d2793fa7d4b0 205 211 211 211\n9339d2793fa7d4b0 205 219 219 219\nefd1d407b90e102a 30 5 5 5\nefd1d407b90e102a 30 12 12 12\nefd1d407b90e102a 30 17 17 17\n55af29d88dd6cb1f 25 11 11 11\n55af29d88dd6cb1f 83 109 109 109\n55af29d88dd6cb1f 83 111 111 111\n12e6ba92e82c7ca4 48 11 11 11\n12e6ba92e82c7ca4 48 20 20 20\n12e6ba92e82c7ca4 145 146 146 146\n069a4c442912c405 11 3 3 3\n069a4c442912c405 11 5 5 5\n069a4c442912c405 11 10 10 10\n0f18fb6736efb1c2 14 5 5 5\n0f18fb6736efb1c2 14 9 9 9\n0f18fb6736efb1c2 96 100 100 100\n3a10eb9788bcdfa1 117 101 101 101\n3a10eb9788bcdfa1 175 211 211 211\n3a10eb9788bcdfa1 175 220 220 220\nd4712b11bde40385 24 1 1 1\nd4712b11bde40385 24 14 14 14\nd4712b11bde40385 75 77 77 77\n586f6246380e346a 10 6 6 6\n586f6246380e346a 83 104 104 104\n586f6246380e346a 83 125 125 125\n0d68a05801d48984 65 20 20 20\n0d68a05801d48984 65 56 56 56\n0d68a05801d48984 65 59 59 59\n0aacb1732fee7a3c 32 0 0 0\n0aacb1732fee7a3c 32 2 2 2\n0aacb1732fee7a3c 32 18 18 18\n9b107b23c0fd12d7 66 68 68 68\n9b107b23c0fd12d7 66 85 85 85\n9b107b23c0fd12d7 66 89 89 89\n1d2cab92bdcc1453 88 100 100 100\n1d2cab92bdcc1453 88 116 116 116\n1d2cab92bdcc1453 88 118 118 118\n755560fb9e846ad9 25 4 4 4\n755560fb9e846ad9 25 21 21 21\n755560fb9e846ad9 108 132 132 132\n52ab598ec2a2de67 3 1 1 1\n52ab598ec2a2de67 3 2 2 2\n52ab598ec2a2de67 48 49 49 49\n56933c4979bc7691 10 2 2 2\n56933c4979bc7691 10 7 7 7\n56933c4979bc7691 10 8 8 8\nf5b89b1a052e50dd 99 55 55 55\nf5b89b1a052e50dd 99 62 62 62\nf5b89b1a052e50dd 216 217 217 217\nf47dad0f8ebde12c 2 0 0 0\nf47dad0f8ebde12c 58 59 59 59\nf47dad0f8ebde12c 58 62 62 62\n8f3313b4bba214a6 50 23 23 23\n8f3313b4bba214a6 50 47 47 47\n8f3313b4bba214a6 157 173 173 173\n0f7e8bf1137abcac 10 3 3 3\n0f7e8bf1137abcac 88 105 105 105\n0f7e8bf1137abcac 88 133 133 133\n0c8c4363e0dca250 43 40 40 40\n0c8c4363e0dca250 115 129 129 129\n0c8c4363e0dca250 115 134 134 134\nb1ee9f10fc740b0d 41 29 29 29\nb1ee9f10fc740b0d 41 36 36 36\nb1ee9f10fc740b0d 132 154 154 154\n2f4bcd593fe37158 51 64 64 64\n2f4bcd593fe37158 51 66 66 66\n2f4bcd593fe37158 51 75 75 75\nf2309b1e3f43d138 94 70 70 70\nf2309b1e3f43d138 94 83 83 83\nf2309b1e3f43d138 147 152 152 152\n8498e2d2f6dd3444 58 59 59 59\n8498e2d2f6dd3444 58 74 74 74\n8498e2d2f6dd3444 58 86 86 86\nb8e0eb3581b667dd 107 88 88 88\nb8e0eb3581b667dd 107 93 93 93\nb8e0eb3581b667dd 155 171 171 171\nc9129ba6bad91429 46 52 52 52\nc9129ba6bad91429 46 54 54 54\nc9129ba6bad91429 46 63 63 63\n0bf152ef84195293 18 2 2 2\n0bf152ef84195293 91 101 101 101\n0bf152ef84195293 91 132 132 132\nbd9c2b03ba9d6006 50 63 63 63\nbd9c2b03ba9d6006 50 65 65 65\nbd9c2b03ba9d6006 50 69 69 69\n0f5c5385dbcd96df 135 114 114 114\n0f5c5385dbcd96df 135 115 115 115\n0f5c5385dbcd96df 190 234 234 234\n4d568c56810ccdaf 50 54 54 54\n4d568c56810ccdaf 50 61 61 61\n4d568c56810ccdaf 50 76 76 76\n3eac742acbd69adf 16 4 4 4\n3eac742acbd69adf 16 6 6 6\n3eac742acbd69adf 16 10 10 10\nd9d16f049af90856 52 35 35 35\nd9d16f049af90856 52 37 37 37\nd9d16f049af90856 106 138 138 138\nf94da7611919d433 10 2 2 2\nf94da7611919d433 59 60 60 60\nf94da7611919d433 59 70 70 70\n24ad46fd2b26b208 9 2 2 2\n24ad46fd2b26b208 9 7 7 7\n24ad46fd2b26b208 9 8 8 8\na4bbf187deb25d92 169 125 125 125\na4bbf187deb25d92 169 142 142 142\na4bbf187deb25d92 169 166 166 166\n30b1d229ad4c6353 82 50 50 50\n30b1d229ad4c6353 82 59 59 59\n30b1d229ad4c6353 129 141 141 141\n98ebee1c36ecec55 105 87 87 87\n98ebee1c36ecec55 105 96 96 96\n98ebee1c36ecec55 105 99 99 99\n1f56ccfabbfce568 7 1 1 1\n1f56ccfabbfce568 117 120 120 120\n1f56ccfabbfce568 117 125 125 125\nd3808e617aee51f2 190 155 155 155\nd3808e617aee51f2 190 158 158 158\nd3808e617aee51f2 190 186 186 186\nedafc8e354ce22e2 68 45 45 45\nedafc8e354ce22e2 171 172 172 172\nedafc8e354ce22e2 171 185 185 185\nf9e4896193305279 82 61 61 61\nf9e4896193305279 82 65 65 65\nf9e4896193305279 137 180 180 180\n5537c25a2a4e1dac 82 84 84 84\n5537c25a2a4e1dac 82 87 87 87\n5537c25a2a4e1dac 82 88 88 88\n33e5bb3820c171a5 76 89 89 89\n33e5bb3820c171a5 76 112 112 112\n33e5bb3820c171a5 76 121 121 121\n51b662c7c60ec7cc 10 1 1 1\n51b662c7c60ec7cc 10 2 2 2\n51b662c7c60ec7cc 10 8 8 8\na75cc8031d0c1109 76 88 88 88\na75cc8031d0c1109 76 95 95 95\na75cc8031d0c1109 76 105 105 105\na7456203dd8fbe27 21 5 5 5\na7456203dd8fbe27 21 7 7 7\na7456203dd8fbe27 21 9 9 9\ne2089a8d763f1663 14 5 5 5\ne2089a8d763f1663 14 8 8 8\ne2089a8d763f1663 14 10 10 10\nf95804db8b3419ef 23 6 6 6\nf95804db8b3419ef 23 12 12 12\nf95804db8b3419ef 23 16 16 16\n3cc97c3d778975f2 5 3 3 3\n3cc97c3d778975f2 5 4 4 4\n3cc97c3d778975f2 50 54 54 54\n4daf919100e878ac 8 0 0 0\n4daf919100e878ac 59 61 61 61\n4daf919100e878ac 59 65 65 65\naa771b72f8fb72eb 32 9 9 9\naa771b72f8fb72eb 32 23 23 23\naa771b72f8fb72eb 98 100 100 100\n55c99f9550523caa 48 68 68 68\n55c99f9550523caa 48 70 70 70\n55c99f9550523caa 48 71 71 71\nb792c07d73174381 22 2 2 2\nb792c07d73174381 22 7 7 7\nb792c07d73174381 69 70 70 70\n29c8267c1d10b23e 8 0 0 0\n29c8267c1d10b23e 8 1 1 1\n29c8267c1d10b23e 8 6 6 6\n5b14277732a9112d 75 66 66 66\n5b14277732a9112d 137 156 156 156\n5b14277732a9112d 137 175 175 175\nce9e0dbe761cd99c 20 6 6 6\nce9e0dbe761cd99c 20 16 16 16\nce9e0dbe761cd99c 85 98 98 98\neca504acf788bf0a 55 19 19 19\neca504acf788bf0a 55 34 34 34\neca504acf788bf0a 55 45 45 45\n8135673a5a3e3d17 96 105 105 105\n8135673a5a3e3d17 96 124 124 124\n8135673a5a3e3d17 96 139 139 139\n90cfef1d9f506bc3 136 92 92 92\n90cfef1d9f506bc3 136 118 118 118\n90cfef1d9f506bc3 189 191 191 191\n10c551ef9644ea03 14 8 8 8\n10c551ef9644ea03 67 83 83 83\n10c551ef9644ea03 67 111 111 111\ncd3227455e5fc610 169 170 170 170\ncd3227455e5fc610 169 183 183 183\ncd3227455e5fc610 169 196 196 196\n741fbb3e59f3a016 55 23 23 23\n741fbb3e59f3a016 55 24 24 24\n741fbb3e59f3a016 104 106 106 106\n8fbe371085407534 24 0 0 0\n8fbe371085407534 24 1 1 1\n8fbe371085407534 71 78 78 78\na51ae2b9ca2eadbb 77 38 38 38\na51ae2b9ca2eadbb 77 41 41 41\na51ae2b9ca2eadbb 140 173 173 173\n49b8f80c849dc341 39 6 6 6\n49b8f80c849dc341 39 23 23 23\n49b8f80c849dc341 39 35 35 35\n38a9a0f5e76103d2 114 118 118 118\n38a9a0f5e76103d2 114 142 142 142\n38a9a0f5e76103d2 114 147 147 147\n9a5911423709e88e 10 1 1 1\n9a5911423709e88e 59 80 80 80\n9a5911423709e88e 59 102 102 102\nddc7f2033a69be92 175 143 143 143\nddc7f2033a69be92 175 145 145 145\nddc7f2033a69be92 232 244 244 244\nf7d372dde37d82a8 78 59 59 59\nf7d372dde37d82a8 78 62 62 62\nf7d372dde37d82a8 138 180 180 180\n7356a6971663bc46 12 0 0 0\n7356a6971663bc46 12 7 7 7\n7356a6971663bc46 57 63 63 63\n647f2049bf4cb3f3 18 0 0 0\n647f2049bf4cb3f3 18 9 9 9\n647f2049bf4cb3f3 18 16 16 16\n65337637a62cfef8 11 0 0 0\n65337637a62cfef8 11 7 7 7\n65337637a62cfef8 11 10 10 10\n2d5e1c16ba1f89c2 71 45 45 45\n2d5e1c16ba1f89c2 159 162 162 162\n2d5e1c16ba1f89c2 159 174 174 174\nef04f651e4959d1d 26 5 5 5\nef04f651e4959d1d 26 13 13 13\nef04f651e4959d1d 26 14 14 14\n1a886edceaab12f3 37 2 2 2\n1a886edceaab12f3 37 10 10 10\n1a886edceaab12f3 37 17 17 17\n389df03f3c2d7291 95 100 100 100\n389df03f3c2d7291 95 103 103 103\n389df03f3c2d7291 95 109 109 109\n727fd875da49f556 22 1 1 1\n727fd875da49f556 67 88 88 88\n727fd875da49f556 67 94 94 94\nbe75142d4652fe3e 85 44 44 44\nbe75142d4652fe3e 85 54 54 54\nbe75142d4652fe3e 203 238 238 238\n0c9c387ae23d090a 12 0 0 0\n0c9c387ae23d090a 12 8 8 8\n0c9c387ae23d090a 79 85 85 85\nf2ac94f8a263d7d5 79 58 58 58\nf2ac94f8a263d7d5 79 71 71 71\nf2ac94f8a263d7d5 170 174 174 174\n966a5307cda23c55 53 35 35 35\n966a5307cda23c55 166 191 191 191\n966a5307cda23c55 166 199 199 199\n20de87f0b3f2d136 73 31 31 31\n20de87f0b3f2d136 73 37 37 37\n20de87f0b3f2d136 73 62 62 62\ne0e489e26ec46229 7 0 0 0\ne0e489e26ec46229 56 58 58 58\ne0e489e26ec46229 56 72 72 72\nb6f4fc544bf871cb 27 6 6 6\nb6f4fc544bf871cb 27 8 8 8\nb6f4fc544bf871cb 76 77 77 77\n45592a7f307bccd0 66 70 70 70\n45592a7f307bccd0 66 80 80 80\n45592a7f307bccd0 66 95 95 95\n2473b5003a95628c 147 112 112 112\n2473b5003a95628c 221 249 249 249\n2473b5003a95628c 221 259 259 259\ncc49910c79f0609e 46 3 3 3\ncc49910c79f0609e 46 40 40 40\ncc49910c79f0609e 124 153 153 153\na5aa20c038a696f7 71 72 72 72\na5aa20c038a696f7 71 77 77 77\na5aa20c038a696f7 71 78 78 78\n2d60837ef2e52abd 14 1 1 1\n2d60837ef2e52abd 14 5 5 5\n2d60837ef2e52abd 14 12 12 12\n497f507a5901bf4b 56 61 61 61\n497f507a5901bf4b 56 62 62 62\n497f507a5901bf4b 56 66 66 66\n28b06f7087798198 25 12 12 12\n28b06f7087798198 25 13 13 13\n28b06f7087798198 82 83 83 83\n963d879678aa91ed 46 47 47 47\n963d879678aa91ed 46 48 48 48\n963d879678aa91ed 46 49 49 49\n91fda69e1cda4602 46 31 31 31\n91fda69e1cda4602 46 33 33 33\n91fda69e1cda4602 46 45 45 45\n45cb862034851efe 62 65 65 65\n45cb862034851efe 62 80 80 80\n45cb862034851efe 62 97 97 97\n0667d5bedfdbc555 57 28 28 28\n0667d5bedfdbc555 57 39 39 39\n0667d5bedfdbc555 57 45 45 45\nc4ce0cccee5000c4 44 24 24 24\nc4ce0cccee5000c4 44 41 41 41\nc4ce0cccee5000c4 107 114 114 114\nb4e42cd339a79f12 48 26 26 26\nb4e42cd339a79f12 48 38 38 38\nb4e42cd339a79f12 110 112 112 112\n25d8e374a2dafc8a 117 84 84 84\n25d8e374a2dafc8a 117 108 108 108\n25d8e374a2dafc8a 204 226 226 226\nd4265596ad1d389f 79 81 81 81\nd4265596ad1d389f 79 104 104 104\nd4265596ad1d389f 79 109 109 109\n70b0a33083333dc9 18 10 10 10\n70b0a33083333dc9 18 16 16 16\n70b0a33083333dc9 68 72 72 72\nf5f9284fbe976ac6 55 72 72 72\nf5f9284fbe976ac6 55 80 80 80\nf5f9284fbe976ac6 55 82 82 82\nb43aa92e530e2aa5 14 3 3 3\nb43aa92e530e2aa5 73 75 75 75\nb43aa92e530e2aa5 73 78 78 78\n1930a64d9a119b13 76 44 44 44\n1930a64d9a119b13 129 139 139 139\n1930a64d9a119b13 129 166 166 166\n46e2ddf094d0c3a1 121 86 86 86\n46e2ddf094d0c3a1 121 92 92 92\n46e2ddf094d0c3a1 121 104 104 104\ndbeacd35503e7aee 49 6 6 6\ndbeacd35503e7aee 49 34 34 34\ndbeacd35503e7aee 103 105 105 105\n29927d9ef0b472d7 111 118 118 118\n29927d9ef0b472d7 111 131 131 131\n29927d9ef0b472d7 111 134 134 134\na5094b8969a4c5bf 3 1 1 1\na5094b8969a4c5bf 50 56 56 56\na5094b8969a4c5bf 50 60 60 60\n8c2d5f78e39a0a46 58 67 67 67\n8c2d5f78e39a0a46 58 79 79 79\n8c2d5f78e39a0a46 58 84 84 84\ne4ff8d1787cceab3 31 8 8 8\ne4ff8d1787cceab3 31 13 13 13\ne4ff8d1787cceab3 77 78 78 78\n2c02607ae436a9fb 146 109 109 109\n2c02607ae436a9fb 146 134 134 134\n2c02607ae436a9fb 146 144 144 144\n835245dc585f2859 15 2 2 2\n835245dc585f2859 70 71 71 71\n835245dc585f2859 70 82 82 82\na7a6c2f3cf54aef9 33 5 5 5\na7a6c2f3cf54aef9 104 117 117 117\na7a6c2f3cf54aef9 104 131 131 131\ne73e0e059f8783a2 145 124 124 124\ne73e0e059f8783a2 145 134 134 134\ne73e0e059f8783a2 261 265 265 265\n08072d6cc8e8711d 69 70 70 70\n08072d6cc8e8711d 69 72 72 72\n08072d6cc8e8711d 69 83 83 83\n06db5bb2465ae58e 27 7 7 7\n06db5bb2465ae58e 77 83 83 83\n06db5bb2465ae58e 77 106 106 106\n3b273cb40c55db95 6 1 1 1\n3b273cb40c55db95 53 59 59 59\n3b273cb40c55db95 53 69 69 69\n371c9182ffd46ce3 1 0 0 0\n371c9182ffd46ce3 63 65 65 65\n371c9182ffd46ce3 63 66 66 66\n57db262183202597 25 3 3 3\n57db262183202597 25 21 21 21\n57db262183202597 25 22 22 22\n7fe41aea4712cdb8 88 44 44 44\n7fe41aea4712cdb8 88 46 46 46\n7fe41aea4712cdb8 88 61 61 61\n38f7ba7fd9a83069 21 11 11 11\n38f7ba7fd9a83069 21 16 16 16\n38f7ba7fd9a83069 72 90 90 90\n7f3e044dcc46e055 24 5 5 5\n7f3e044dcc46e055 24 6 6 6\n7f3e044dcc46e055 24 10 10 10\n487d83675a8d1574 12 8 8 8\n487d83675a8d1574 72 77 77 77\n487d83675a8d1574 72 80 80 80\ne7b5573a8a349fbd 103 126 126 126\ne7b5573a8a349fbd 103 127 127 127\ne7b5573a8a349fbd 103 131 131 131\n651a7f83ed093001 128 88 88 88\n651a7f83ed093001 206 208 208 208\n651a7f83ed093001 206 220 220 220\nae8caf9ea633a5a0 29 10 10 10\nae8caf9ea633a5a0 110 131 131 131\nae8caf9ea633a5a0 110 141 141 141\n60579e8876b01b2f 54 12 12 12\n60579e8876b01b2f 54 17 17 17\n60579e8876b01b2f 175 200 200 200\n6ff8a81d324f6019 121 100 100 100\n6ff8a81d324f6019 121 106 106 106\n6ff8a81d324f6019 121 112 112 112\nd17f839ab9e08ea9 18 4 4 4\nd17f839ab9e08ea9 18 8 8 8\nd17f839ab9e08ea9 18 17 17 17\n411a945b4493671d 1 0 0 0\n411a945b4493671d 48 50 50 50\n411a945b4493671d 48 51 51 51\n1a7d164646410568 69 25 25 25\n1a7d164646410568 137 163 163 163\n1a7d164646410568 137 167 167 167\nbf6491a3966ff9d7 18 9 9 9\nbf6491a3966ff9d7 147 148 148 148\nbf6491a3966ff9d7 147 149 149 149\n97ef4323919c5e8a 34 10 10 10\n97ef4323919c5e8a 34 17 17 17\n97ef4323919c5e8a 34 21 21 21\n35d5a242ba40f31f 6 1 1 1\n35d5a242ba40f31f 6 3 3 3\n35d5a242ba40f31f 52 54 54 54\n42b88f7ee71a7ba9 8 1 1 1\n42b88f7ee71a7ba9 8 4 4 4\n42b88f7ee71a7ba9 8 7 7 7\n9df69339df5f3fdc 21 1 1 1\n9df69339df5f3fdc 21 17 17 17\n9df69339df5f3fdc 134 135 135 135\nd030c6261cd1abb4 57 58 58 58\nd030c6261cd1abb4 57 60 60 60\nd030c6261cd1abb4 57 70 70 70\neec8ef2fe16dc804 51 52 52 52\neec8ef2fe16dc804 51 54 54 54\neec8ef2fe16dc804 51 56 56 56\nd8ea730c7ebc2b15 202 174 174 174\nd8ea730c7ebc2b15 202 184 184 184\nd8ea730c7ebc2b15 269 276 276 276\n73d6f935f31b3fd4 54 65 65 65\n73d6f935f31b3fd4 54 67 67 67\n73d6f935f31b3fd4 54 71 71 71\ne65e477a2259ee1d 116 89 89 89\ne65e477a2259ee1d 116 93 93 93\ne65e477a2259ee1d 161 198 198 198\nbcb3e61c29285c99 27 13 13 13\nbcb3e61c29285c99 27 14 14 14\nbcb3e61c29285c99 96 104 104 104\nb3250a0a2d9009f5 75 76 76 76\nb3250a0a2d9009f5 75 81 81 81\nb3250a0a2d9009f5 75 82 82 82\n84dc96c4d23ae77e 7 0 0 0\n84dc96c4d23ae77e 7 3 3 3\n84dc96c4d23ae77e 97 104 104 104\n95118479b085c02a 50 53 53 53\n95118479b085c02a 50 54 54 54\n95118479b085c02a 50 57 57 57\n33842f4b169e4145 70 27 27 27\n33842f4b169e4145 166 173 173 173\n33842f4b169e4145 166 179 179 179\n06d8995be6aa4db6 74 75 75 75\n06d8995be6aa4db6 74 76 76 76\n06d8995be6aa4db6 74 77 77 77\n2b1d7fac3c4aa643 118 155 155 155\n2b1d7fac3c4aa643 118 157 157 157\n2b1d7fac3c4aa643 118 159 159 159\n5cfcfd06bf95c274 6 1 1 1\n5cfcfd06bf95c274 63 70 70 70\n5cfcfd06bf95c274 63 82 82 82\n1d704b9365e9c86b 45 3 3 3\n1d704b9365e9c86b 45 40 40 40\n1d704b9365e9c86b 102 123 123 123\n6227136f87486626 207 199 199 199\n6227136f87486626 266 271 271 271\n6227136f87486626 266 277 277 277\n306e2b7785657539 27 17 17 17\n306e2b7785657539 82 102 102 102\n306e2b7785657539 82 116 116 116\nea6645a9ea0a246d 119 89 89 89\nea6645a9ea0a246d 119 93 93 93\nea6645a9ea0a246d 213 242 242 242\n072a60bc7e0b0dfd 128 83 83 83\n072a60bc7e0b0dfd 128 122 122 122\n072a60bc7e0b0dfd 173 184 184 184\n457a1ed78b1ddb01 130 133 133 133\n457a1ed78b1ddb01 130 140 140 140\n457a1ed78b1ddb01 130 141 141 141\neb6fe750d492236b 65 24 24 24\neb6fe750d492236b 175 180 180 180\neb6fe750d492236b 175 214 214 214\nadafd7e7453e6c7f 5 3 3 3\nadafd7e7453e6c7f 76 88 88 88\nadafd7e7453e6c7f 76 106 106 106\n3e07add8413f8157 170 177 177 177\n3e07add8413f8157 170 180 180 180\n3e07add8413f8157 170 202 202 202\n60228a8a6d2b00df 154 116 116 116\n60228a8a6d2b00df 154 142 142 142\n60228a8a6d2b00df 212 228 228 228\n01cf55ae3e378faf 61 60 60 60\n01cf55ae3e378faf 109 125 125 125\n01cf55ae3e378faf 109 133 133 133\nc0cae0d6cf77466d 131 136 136 136\nc0cae0d6cf77466d 131 146 146 146\nc0cae0d6cf77466d 131 152 152 152\n793f0043431013f7 9 6 6 6\n793f0043431013f7 71 76 76 76\n793f0043431013f7 71 77 77 77\n63f5a76a611bd340 69 84 84 84\n63f5a76a611bd340 69 85 85 85\n63f5a76a611bd340 69 89 89 89\ne99a97fb863e6a9d 17 9 9 9\ne99a97fb863e6a9d 17 11 11 11\ne99a97fb863e6a9d 65 68 68 68\nd6810088d20057b8 22 12 12 12\nd6810088d20057b8 22 19 19 19\nd6810088d20057b8 74 90 90 90\n756dfb036dd20adb 33 9 9 9\n756dfb036dd20adb 33 23 23 23\n756dfb036dd20adb 33 27 27 27\nf8c255e4f6f28bdc 124 93 93 93\nf8c255e4f6f28bdc 124 106 106 106\nf8c255e4f6f28bdc 124 108 108 108\n3bceca99e87d64c5 29 19 19 19\n3bceca99e87d64c5 86 104 104 104\n3bceca99e87d64c5 86 107 107 107\nd0bd753e8fe4e2d3 7 2 2 2\nd0bd753e8fe4e2d3 53 57 57 57\nd0bd753e8fe4e2d3 53 59 59 59\nf4d1d8343d1cbdbb 51 55 55 55\nf4d1d8343d1cbdbb 51 66 66 66\nf4d1d8343d1cbdbb 51 70 70 70\n11fcbcdb1dfefb38 21 3 3 3\n11fcbcdb1dfefb38 21 10 10 10\n11fcbcdb1dfefb38 21 16 16 16\n504e98d08e4cf00f 54 55 55 55\n504e98d08e4cf00f 54 56 56 56\n504e98d08e4cf00f 54 64 64 64\n610fbdefdad11b29 6 5 5 5\n610fbdefdad11b29 89 90 90 90\n610fbdefdad11b29 89 93 93 93\n838a6871a8e181de 27 13 13 13\n838a6871a8e181de 74 76 76 76\n838a6871a8e181de 74 100 100 100\n55fcd2b9e570c4c8 61 23 23 23\n55fcd2b9e570c4c8 61 34 34 34\n55fcd2b9e570c4c8 113 125 125 125\n37697c41773d597a 2 0 0 0\n37697c41773d597a 2 1 1 1\n37697c41773d597a 61 77 77 77\n111356766833a7df 11 5 5 5\n111356766833a7df 11 6 6 6\n111356766833a7df 11 8 8 8\n01aaf4ebb084dc16 52 7 7 7\n01aaf4ebb084dc16 52 45 45 45\n01aaf4ebb084dc16 138 154 154 154\n74d90d151c3b4237 35 22 22 22\n74d90d151c3b4237 35 26 26 26\n74d90d151c3b4237 35 32 32 32\ne4596877e8d94040 27 21 21 21\ne4596877e8d94040 27 23 23 23\ne4596877e8d94040 84 100 100 100\nafa27c12d2fdddc1 37 5 5 5\nafa27c12d2fdddc1 37 13 13 13\nafa27c12d2fdddc1 116 133 133 133\n02b406d1e5e31d5c 10 8 8 8\n02b406d1e5e31d5c 10 9 9 9\n02b406d1e5e31d5c 68 73 73 73\n5e12cd34c3b1fe72 12 10 10 10\n5e12cd34c3b1fe72 73 78 78 78\n5e12cd34c3b1fe72 73 82 82 82\n2b4a934049f932d0 23 3 3 3\n2b4a934049f932d0 23 8 8 8\n2b4a934049f932d0 23 16 16 16\nffd9cad0a4d2ca75 48 51 51 51\nffd9cad0a4d2ca75 48 59 59 59\nffd9cad0a4d2ca75 48 62 62 62\nb23acf2348354621 8 1 1 1\nb23acf2348354621 91 94 94 94\nb23acf2348354621 91 111 111 111\nd8a96659ed2bd380 38 17 17 17\nd8a96659ed2bd380 38 20 20 20\nd8a96659ed2bd380 127 146 146 146\nb407e1b5a428f463 112 72 72 72\nb407e1b5a428f463 112 83 83 83\nb407e1b5a428f463 160 167 167 167\n0d8fd962cbfc81b7 62 68 68 68\n0d8fd962cbfc81b7 62 72 72 72\n0d8fd962cbfc81b7 62 74 74 74\n007b4ae7c05f2ea2 85 52 52 52\n007b4ae7c05f2ea2 202 216 216 216\n007b4ae7c05f2ea2 202 218 218 218\n808386c2ae9d31e6 76 82 82 82\n808386c2ae9d31e6 76 98 98 98\n808386c2ae9d31e6 76 108 108 108\nd2f5e2cbbf1015f5 67 40 40 40\nd2f5e2cbbf1015f5 67 63 63 63\nd2f5e2cbbf1015f5 149 154 154 154\n4ac044dcaa428723 10 9 9 9\n4ac044dcaa428723 64 77 77 77\n4ac044dcaa428723 64 88 88 88\ne9f5da5f5d7c0de4 47 54 54 54\ne9f5da5f5d7c0de4 47 67 67 67\ne9f5da5f5d7c0de4 47 68 68 68\n5aa4837f65df42a2 46 55 55 55\n5aa4837f65df42a2 46 63 63 63\n5aa4837f65df42a2 46 67 67 67\nd148537296a4925e 75 80 80 80\nd148537296a4925e 75 95 95 95\nd148537296a4925e 75 116 116 116\n9186a61648523837 63 20 20 20\n9186a61648523837 63 46 46 46\n9186a61648523837 129 131 131 131\nc4688d5ce226a8a3 95 113 113 113\nc4688d5ce226a8a3 95 118 118 118\nc4688d5ce226a8a3 95 126 126 126\nae8ea9afb925ee77 100 101 101 101\nae8ea9afb925ee77 100 114 114 114\nae8ea9afb925ee77 100 122 122 122\n452e9c4e4729ddff 27 14 14 14\n452e9c4e4729ddff 131 149 149 149\n452e9c4e4729ddff 131 159 159 159\naa8cd8c5ab8576fb 24 8 8 8\naa8cd8c5ab8576fb 24 12 12 12\naa8cd8c5ab8576fb 24 14 14 14\n0f540553fc30f16d 21 14 14 14\n0f540553fc30f16d 80 95 95 95\n0f540553fc30f16d 80 107 107 107\n0d46043105cf3185 53 55 55 55\n0d46043105cf3185 53 65 65 65\n0d46043105cf3185 53 80 80 80\nd35f508ebd80e610 29 7 7 7\nd35f508ebd80e610 29 18 18 18\nd35f508ebd80e610 29 27 27 27\necdec2a700fbd0cb 8 1 1 1\necdec2a700fbd0cb 81 82 82 82\necdec2a700fbd0cb 81 95 95 95\n06954737f53b8688 23 22 22 22\n06954737f53b8688 89 99 99 99\n06954737f53b8688 89 131 131 131\n32dfef9109202812 7 2 2 2\n32dfef9109202812 7 3 3 3\n32dfef9109202812 54 65 65 65\nf4531998080f8fce 9 1 1 1\nf4531998080f8fce 9 6 6 6\nf4531998080f8fce 75 79 79 79\n00969c45a093d43c 21 6 6 6\n00969c45a093d43c 21 16 16 16\n00969c45a093d43c 70 78 78 78\n0516a5d959b58cb3 6 0 0 0\n0516a5d959b58cb3 6 1 1 1\n0516a5d959b58cb3 6 5 5 5\n0d82dba8f137e3da 8 5 5 5\n0d82dba8f137e3da 89 94 94 94\n0d82dba8f137e3da 89 95 95 95\n3c5163ede747b187 17 0 0 0\n3c5163ede747b187 17 4 4 4\n3c5163ede747b187 17 9 9 9\na71ce4ca6d088c99 24 21 21 21\na71ce4ca6d088c99 109 132 132 132\na71ce4ca6d088c99 109 139 139 139\n9240eb57425d3e61 78 42 42 42\n9240eb57425d3e61 78 52 52 52\n9240eb57425d3e61 142 143 143 143\n8383c3848d7b6793 5 1 1 1\n8383c3848d7b6793 5 3 3 3\n8383c3848d7b6793 78 81 81 81\n449c34eaea295942 15 0 0 0\n449c34eaea295942 15 1 1 1\n449c34eaea295942 15 9 9 9\n64c5eeee42ead135 53 55 55 55\n64c5eeee42ead135 53 56 56 56\n64c5eeee42ead135 53 62 62 62\n61192009ce2e8d25 127 131 131 131\n61192009ce2e8d25 127 133 133 133\n61192009ce2e8d25 127 147 147 147\n5eb4f61d2fc01423 8 7 7 7\n5eb4f61d2fc01423 59 61 61 61\n5eb4f61d2fc01423 59 92 92 92\n3f89e23583c36441 110 111 111 111\n3f89e23583c36441 110 131 131 131\n3f89e23583c36441 110 146 146 146\n0ece034988793847 47 7 7 7\n0ece034988793847 100 140 140 140\n0ece034988793847 100 141 141 141\n79039a7f117fe5df 25 21 21 21\n79039a7f117fe5df 90 110 110 110\n79039a7f117fe5df 90 125 125 125\n6f0848af3fdd300f 23 10 10 10\n6f0848af3fdd300f 70 88 88 88\n6f0848af3fdd300f 70 90 90 90\n515ff56d91647ed8 39 27 27 27\n515ff56d91647ed8 39 36 36 36\n515ff56d91647ed8 85 87 87 87\nef6b6088c854be6a 77 79 79 79\nef6b6088c854be6a 77 83 83 83\nef6b6088c854be6a 77 84 84 84\n0131c9aed0fb3940 63 37 37 37\n0131c9aed0fb3940 136 152 152 152\n0131c9aed0fb3940 136 181 181 181\n56d52adb40f43006 41 9 9 9\n56d52adb40f43006 99 100 100 100\n56d52adb40f43006 99 112 112 112\n8f6232b4894c548f 31 19 19 19\n8f6232b4894c548f 31 30 30 30\n8f6232b4894c548f 76 95 95 95\n5831d0efd932b661 83 76 76 76\n5831d0efd932b661 83 82 82 82\n5831d0efd932b661 130 140 140 140\n997cf2dce8841462 131 109 109 109\n997cf2dce8841462 131 126 126 126\n997cf2dce8841462 193 194 194 194\n432fb354aa710e62 51 20 20 20\n432fb354aa710e62 112 131 131 131\n432fb354aa710e62 112 144 144 144\n4cda491521679291 48 23 23 23\n4cda491521679291 48 33 33 33\n4cda491521679291 48 47 47 47\na5bf307def4d3139 30 1 1 1\na5bf307def4d3139 30 9 9 9\na5bf307def4d3139 30 19 19 19\nbe9cc6b6650bc49d 26 9 9 9\nbe9cc6b6650bc49d 26 19 19 19\nbe9cc6b6650bc49d 26 23 23 23\nf16acbb21852bd7d 12 11 11 11\nf16acbb21852bd7d 57 67 67 67\nf16acbb21852bd7d 57 82 82 82\n5a88a7628a024a8a 247 248 248 248\n5a88a7628a024a8a 247 273 273 273\n5a88a7628a024a8a 247 277 277 277\n2b3e3c5d30c17bd9 32 16 16 16\n2b3e3c5d30c17bd9 89 105 105 105\n2b3e3c5d30c17bd9 89 106 106 106\n66500f98d54ecd37 19 6 6 6\n66500f98d54ecd37 19 8 8 8\n66500f98d54ecd37 19 13 13 13\ne920e9ee74ed273a 34 16 16 16\ne920e9ee74ed273a 85 88 88 88\ne920e9ee74ed273a 85 91 91 91\nb0c41f5b2480bb8b 21 1 1 1\nb0c41f5b2480bb8b 21 19 19 19\nb0c41f5b2480bb8b 73 82 82 82\nbd6f17493a9d5eeb 50 25 25 25\nbd6f17493a9d5eeb 125 137 137 137\nbd6f17493a9d5eeb 125 161 161 161\nec2367a92a3ac765 54 9 9 9\nec2367a92a3ac765 54 15 15 15\nec2367a92a3ac765 54 32 32 32\ncc8215b05c6778d0 58 36 36 36\ncc8215b05c6778d0 58 41 41 41\ncc8215b05c6778d0 164 176 176 176\nb0919c7c6ee9ccb4 19 2 2 2\nb0919c7c6ee9ccb4 19 6 6 6\nb0919c7c6ee9ccb4 19 11 11 11\n537b5c660ad956d7 30 10 10 10\n537b5c660ad956d7 87 97 97 97\n537b5c660ad956d7 87 100 100 100\n96d5582decc8c3cf 63 27 27 27\n96d5582decc8c3cf 63 54 54 54\n96d5582decc8c3cf 126 155 155 155\na83b470f7272bbcd 24 10 10 10\na83b470f7272bbcd 24 17 17 17\na83b470f7272bbcd 69 73 73 73\n96156703cfe23834 81 84 84 84\n96156703cfe23834 81 108 108 108\n96156703cfe23834 81 120 120 120\n395caf9235fde098 86 46 46 46\n395caf9235fde098 86 47 47 47\n395caf9235fde098 86 59 59 59\n1a2e68ddf807373c 79 106 106 106\n1a2e68ddf807373c 79 109 109 109\n1a2e68ddf807373c 79 118 118 118\nd0d176ef9f64504c 69 54 54 54\nd0d176ef9f64504c 69 58 58 58\nd0d176ef9f64504c 164 165 165 165\n9c85f12e4c5594c1 42 33 33 33\n9c85f12e4c5594c1 121 147 147 147\n9c85f12e4c5594c1 121 156 156 156\n523ba383f96f31da 54 31 31 31\n523ba383f96f31da 119 142 142 142\n523ba383f96f31da 119 161 161 161\n38615248b52e2834 13 6 6 6\n38615248b52e2834 72 76 76 76\n38615248b52e2834 72 77 77 77\n4263257ec6099434 23 8 8 8\n4263257ec6099434 23 22 22 22\n4263257ec6099434 109 116 116 116\ndc7c7a8a4d5ac4e0 59 19 19 19\ndc7c7a8a4d5ac4e0 135 158 158 158\ndc7c7a8a4d5ac4e0 135 171 171 171\n26337df1ebd39c1a 47 54 54 54\n26337df1ebd39c1a 47 59 59 59\n26337df1ebd39c1a 47 75 75 75\na5596bb58d65e134 24 1 1 1\na5596bb58d65e134 24 4 4 4\na5596bb58d65e134 24 7 7 7\nbc1571b6ae57de68 86 54 54 54\nbc1571b6ae57de68 86 74 74 74\nbc1571b6ae57de68 86 85 85 85\nff20a3e943ea6d63 49 39 39 39\nff20a3e943ea6d63 102 130 130 130\nff20a3e943ea6d63 102 133 133 133\n710e3a4b76271286 49 76 76 76\n710e3a4b76271286 49 81 81 81\n710e3a4b76271286 49 82 82 82\ncb06f426fb1e1ee7 29 7 7 7\ncb06f426fb1e1ee7 91 96 96 96\ncb06f426fb1e1ee7 91 108 108 108\ne20332acb9776bfe 50 55 55 55\ne20332acb9776bfe 50 56 56 56\ne20332acb9776bfe 50 60 60 60\n93f5d043b5efd9fd 118 92 92 92\n93f5d043b5efd9fd 118 106 106 106\n93f5d043b5efd9fd 208 221 221 221\nfef6f87f0eb94f9d 17 9 9 9\nfef6f87f0eb94f9d 92 110 110 110\nfef6f87f0eb94f9d 92 117 117 117\nca23cb4161bd6c27 19 9 9 9\nca23cb4161bd6c27 122 129 129 129\nca23cb4161bd6c27 122 159 159 159\nf9f0a9d133947ddf 55 77 77 77\nf9f0a9d133947ddf 55 79 79 79\nf9f0a9d133947ddf 55 100 100 100\nba11ddbb8b6f7b51 10 0 0 0\nba11ddbb8b6f7b51 70 76 76 76\nba11ddbb8b6f7b51 70 79 79 79\nfa7ac0885965196f 44 12 12 12\nfa7ac0885965196f 128 138 138 138\nfa7ac0885965196f 128 142 142 142\n9478dfa1b2aac888 30 0 0 0\n9478dfa1b2aac888 30 18 18 18\n9478dfa1b2aac888 76 81 81 81\neee309b82001efcc 24 11 11 11\neee309b82001efcc 71 73 73 73\neee309b82001efcc 71 91 91 91\n472e2674ece00632 13 0 0 0\n472e2674ece00632 67 70 70 70\n472e2674ece00632 67 71 71 71\n53eea5336472dd68 26 5 5 5\n53eea5336472dd68 26 8 8 8\n53eea5336472dd68 26 22 22 22\n0e00a382b62667c0 21 4 4 4\n0e00a382b62667c0 21 5 5 5\n0e00a382b62667c0 21 6 6 6\na94fc67eedfe293c 78 89 89 89\na94fc67eedfe293c 78 98 98 98\na94fc67eedfe293c 78 99 99 99\nde5a4241e0fc256e 7 4 4 4\nde5a4241e0fc256e 7 6 6 6\nde5a4241e0fc256e 74 78 78 78\n4d4e3b5bdb340bc5 71 90 90 90\n4d4e3b5bdb340bc5 71 101 101 101\n4d4e3b5bdb340bc5 71 108 108 108\n32cccd10c84b4529 61 40 40 40\n32cccd10c84b4529 61 45 45 45\n32cccd10c84b4529 61 48 48 48\nd4797d60785600e5 95 54 54 54\nd4797d60785600e5 95 83 83 83\nd4797d60785600e5 222 248 248 248\n7fdee044fb73c083 1 0 0 0\n7fdee044fb73c083 59 64 64 64\n7fdee044fb73c083 59 68 68 68\n173a82eeea56aed3 22 1 1 1\n173a82eeea56aed3 114 135 135 135\n173a82eeea56aed3 114 155 155 155\n5b578354e2ff536d 78 81 81 81\n5b578354e2ff536d 78 85 85 85\n5b578354e2ff536d 78 92 92 92\ndaceae3c5381041b 229 189 189 189\ndaceae3c5381041b 229 194 194 194\ndaceae3c5381041b 229 210 210 210\n3776e900791c1553 23 5 5 5\n3776e900791c1553 157 172 172 172\n3776e900791c1553 157 174 174 174\n7a0a8563edcb2777 34 0 0 0\n7a0a8563edcb2777 34 5 5 5\n7a0a8563edcb2777 111 141 141 141\n847f00dbdb354932 66 46 46 46\n847f00dbdb354932 127 130 130 130\n847f00dbdb354932 127 171 171 171\n83ceef672f798063 61 24 24 24\n83ceef672f798063 109 120 120 120\n83ceef672f798063 109 121 121 121\n3824335ebd7a4097 15 7 7 7\n3824335ebd7a4097 15 11 11 11\n3824335ebd7a4097 74 93 93 93\n2e554e99d045b484 11 8 8 8\n2e554e99d045b484 11 9 9 9\n2e554e99d045b484 67 88 88 88\n1593596b99e2dde9 100 84 84 84\n1593596b99e2dde9 145 156 156 156\n1593596b99e2dde9 145 188 188 188\n6415ac1fb927e931 88 93 93 93\n6415ac1fb927e931 88 95 95 95\n6415ac1fb927e931 88 130 130 130\n1b1816a2b83a5ded 65 54 54 54\n1b1816a2b83a5ded 114 121 121 121\n1b1816a2b83a5ded 114 147 147 147\n99440a9c3bbb41b4 75 32 32 32\n99440a9c3bbb41b4 75 44 44 44\n99440a9c3bbb41b4 134 168 168 168\n594c2bd3e4866894 62 22 22 22\n594c2bd3e4866894 62 54 54 54\n594c2bd3e4866894 62 55 55 55\nd73ab8bfb0690400 17 6 6 6\nd73ab8bfb0690400 17 7 7 7\nd73ab8bfb0690400 17 13 13 13\n07479835711d6f8d 12 6 6 6\n07479835711d6f8d 12 8 8 8\n07479835711d6f8d 12 9 9 9\neb892617e62c3cb1 71 28 28 28\neb892617e62c3cb1 71 51 51 51\neb892617e62c3cb1 71 61 61 61\n8396d1c25f4fcbc1 38 17 17 17\n8396d1c25f4fcbc1 38 34 34 34\n8396d1c25f4fcbc1 149 171 171 171\n49f6f14c580b71b9 59 65 65 65\n49f6f14c580b71b9 59 67 67 67\n49f6f14c580b71b9 59 81 81 81\na0e3a397d90143c7 6 2 2 2\na0e3a397d90143c7 57 60 60 60\na0e3a397d90143c7 57 98 98 98\n758441d28bf18f52 132 88 88 88\n758441d28bf18f52 132 114 114 114\n758441d28bf18f52 210 253 253 253\n03f1781c4cc126e6 26 3 3 3\n03f1781c4cc126e6 26 18 18 18\n03f1781c4cc126e6 26 20 20 20\n4cb669bd62a4ffb8 38 2 2 2\n4cb669bd62a4ffb8 38 9 9 9\n4cb669bd62a4ffb8 38 29 29 29\nd29f030c2f30de80 68 81 81 81\nd29f030c2f30de80 68 102 102 102\nd29f030c2f30de80 68 113 113 113\nef701392483196ac 73 81 81 81\nef701392483196ac 73 85 85 85\nef701392483196ac 73 92 92 92\na65ad33fc3bad8c4 39 1 1 1\na65ad33fc3bad8c4 39 25 25 25\na65ad33fc3bad8c4 39 37 37 37\nd1114d98f7321028 71 81 81 81\nd1114d98f7321028 71 87 87 87\nd1114d98f7321028 71 89 89 89\n5ef2c407a91164d6 10 2 2 2\n5ef2c407a91164d6 10 9 9 9\n5ef2c407a91164d6 138 148 148 148\n9a94edb1ebdde345 116 119 119 119\n9a94edb1ebdde345 116 128 128 128\n9a94edb1ebdde345 116 139 139 139\n45ac5168bda9d3e2 6 1 1 1\n45ac5168bda9d3e2 85 88 88 88\n45ac5168bda9d3e2 85 92 92 92\n289ce0f2b82dcd0e 45 56 56 56\n289ce0f2b82dcd0e 45 62 62 62\n289ce0f2b82dcd0e 45 74 74 74\nf12af1bc54560b02 92 113 113 113\nf12af1bc54560b02 92 123 123 123\nf12af1bc54560b02 92 135 135 135\n636b6fab2550a416 216 192 192 192\n636b6fab2550a416 216 212 212 212\n636b6fab2550a416 269 278 278 278\n81656a7e1b5e50f8 69 72 72 72\n81656a7e1b5e50f8 69 84 84 84\n81656a7e1b5e50f8 69 90 90 90\ne0cb68eea3732560 42 13 13 13\ne0cb68eea3732560 42 34 34 34\ne0cb68eea3732560 102 115 115 115\n7634487972104d11 246 252 252 252\n7634487972104d11 246 262 262 262\n7634487972104d11 246 278 278 278\ne2a9aada84cc6dad 83 70 70 70\ne2a9aada84cc6dad 154 163 163 163\ne2a9aada84cc6dad 154 176 176 176\nbd124cbcc8499c35 3 0 0 0\nbd124cbcc8499c35 3 1 1 1\nbd124cbcc8499c35 3 2 2 2\n8b7b1e3b17e1f65e 12 2 2 2\n8b7b1e3b17e1f65e 85 88 88 88\n8b7b1e3b17e1f65e 85 93 93 93\n41016527728cae5b 14 8 8 8\n41016527728cae5b 14 10 10 10\n41016527728cae5b 73 79 79 79\n6c31ace888b61e64 149 112 112 112\n6c31ace888b61e64 149 124 124 124\n6c31ace888b61e64 149 141 141 141\nd8814c586837d983 95 106 106 106\nd8814c586837d983 95 120 120 120\nd8814c586837d983 95 124 124 124\nd52cb5376bd64041 38 2 2 2\nd52cb5376bd64041 105 112 112 112\nd52cb5376bd64041 105 144 144 144\nd1c2132bcaf8c8ff 62 17 17 17\nd1c2132bcaf8c8ff 62 35 35 35\nd1c2132bcaf8c8ff 62 50 50 50\n32eba3e4cfb61f93 49 29 29 29\n32eba3e4cfb61f93 102 104 104 104\n32eba3e4cfb61f93 102 108 108 108\n0090cc64d7b7bb24 147 160 160 160\n0090cc64d7b7bb24 147 163 163 163\n0090cc64d7b7bb24 147 169 169 169\nfd7d74cda1a4647c 92 101 101 101\nfd7d74cda1a4647c 92 104 104 104\nfd7d74cda1a4647c 92 106 106 106\nab9caa524b50a3ed 30 0 0 0\nab9caa524b50a3ed 30 8 8 8\nab9caa524b50a3ed 78 79 79 79\n5e2c2ba8e3f43930 51 9 9 9\n5e2c2ba8e3f43930 51 31 31 31\n5e2c2ba8e3f43930 100 107 107 107\n5b24d7524400ba63 70 91 91 91\n5b24d7524400ba63 70 107 107 107\n5b24d7524400ba63 70 110 110 110\n6816c423fb2b2603 46 76 76 76\n6816c423fb2b2603 46 77 77 77\n6816c423fb2b2603 46 81 81 81\n0beae06611ead92b 144 119 119 119\n0beae06611ead92b 144 127 127 127\n0beae06611ead92b 144 137 137 137\n77e494623701b783 6 5 5 5\n77e494623701b783 51 85 85 85\n77e494623701b783 51 86 86 86\n15d324ad8ff2dd83 49 50 50 50\n15d324ad8ff2dd83 49 65 65 65\n15d324ad8ff2dd83 49 81 81 81\nb36b6680257fb62f 31 19 19 19\nb36b6680257fb62f 31 26 26 26\nb36b6680257fb62f 76 82 82 82\n1bc87f52eba89cc4 5 0 0 0\n1bc87f52eba89cc4 69 75 75 75\n1bc87f52eba89cc4 69 84 84 84\n1d1cafa3e27da040 50 62 62 62\n1d1cafa3e27da040 50 70 70 70\n1d1cafa3e27da040 50 75 75 75\n602924db2002b913 49 54 54 54\n602924db2002b913 49 57 57 57\n602924db2002b913 49 67 67 67\n0e714d042fa59506 58 27 27 27\n0e714d042fa59506 58 50 50 50\n0e714d042fa59506 143 144 144 144\n6b6f2e600be49cd3 110 124 124 124\n6b6f2e600be49cd3 110 144 144 144\n6b6f2e600be49cd3 110 153 153 153\n80731b22d1ae18fe 90 94 94 94\n80731b22d1ae18fe 90 96 96 96\n80731b22d1ae18fe 90 104 104 104\n1cddaac7be8ecfa5 50 54 54 54\n1cddaac7be8ecfa5 50 59 59 59\n1cddaac7be8ecfa5 50 60 60 60\nbf2f95468d2f3a94 128 91 91 91\nbf2f95468d2f3a94 128 109 109 109\nbf2f95468d2f3a94 128 118 118 118\n1fb651cd12893f99 7 4 4 4\n1fb651cd12893f99 65 68 68 68\n1fb651cd12893f99 65 73 73 73\n3714123f055e06a1 24 20 20 20\n3714123f055e06a1 74 81 81 81\n3714123f055e06a1 74 83 83 83\na58691cd3790a330 28 11 11 11\na58691cd3790a330 28 15 15 15\na58691cd3790a330 28 18 18 18\ne16e616763c90f55 23 7 7 7\ne16e616763c90f55 152 159 159 159\ne16e616763c90f55 152 163 163 163\n6f10a628fb152c0d 6 4 4 4\n6f10a628fb152c0d 55 56 56 56\n6f10a628fb152c0d 55 68 68 68\n617d74e8fe12dfc5 96 111 111 111\n617d74e8fe12dfc5 96 128 128 128\n617d74e8fe12dfc5 96 132 132 132\n4bc1c3a888a8bfba 15 5 5 5\n4bc1c3a888a8bfba 78 80 80 80\n4bc1c3a888a8bfba 78 83 83 83\n584f2fc6d686aebc 150 113 113 113\n584f2fc6d686aebc 150 148 148 148\n584f2fc6d686aebc 252 272 272 272\n049a98f70ce9f471 14 9 9 9\n049a98f70ce9f471 125 130 130 130\n049a98f70ce9f471 125 151 151 151\n75dbccdce05fc875 25 15 15 15\n75dbccdce05fc875 78 83 83 83\n75dbccdce05fc875 78 85 85 85\n4cbb82a6bab25a0f 43 20 20 20\n4cbb82a6bab25a0f 43 26 26 26\n4cbb82a6bab25a0f 43 42 42 42\nd5c7972d2fc031d3 62 37 37 37\nd5c7972d2fc031d3 62 50 50 50\nd5c7972d2fc031d3 109 121 121 121\naf82449f47af4000 38 1 1 1\naf82449f47af4000 110 125 125 125\naf82449f47af4000 110 148 148 148\ne4d0c443da0a410e 11 2 2 2\ne4d0c443da0a410e 11 6 6 6\ne4d0c443da0a410e 11 10 10 10\nb076e5db74620552 52 59 59 59\nb076e5db74620552 52 62 62 62\nb076e5db74620552 52 64 64 64\n27f3ccfb3199499e 81 85 85 85\n27f3ccfb3199499e 81 103 103 103\n27f3ccfb3199499e 81 114 114 114\n65c3b0bc4d1c4937 66 67 67 67\n65c3b0bc4d1c4937 66 68 68 68\n65c3b0bc4d1c4937 66 69 69 69\nb142a3b0f2424c63 127 121 121 121\nb142a3b0f2424c63 194 199 199 199\nb142a3b0f2424c63 194 200 200 200\ndab11e3658de864c 50 18 18 18\ndab11e3658de864c 50 27 27 27\ndab11e3658de864c 50 33 33 33\na6608b282fd56b6a 21 0 0 0\na6608b282fd56b6a 21 15 15 15\na6608b282fd56b6a 112 132 132 132\nc6d8983e036f624a 86 89 89 89\nc6d8983e036f624a 86 94 94 94\nc6d8983e036f624a 86 96 96 96\n5944ef3bc109fe8e 49 62 62 62\n5944ef3bc109fe8e 49 69 69 69\n5944ef3bc109fe8e 49 79 79 79\nd637371420a611a5 117 120 120 120\nd637371420a611a5 117 126 126 126\nd637371420a611a5 117 134 134 134\n25eb909bc9207b62 6 0 0 0\n25eb909bc9207b62 6 1 1 1\n25eb909bc9207b62 95 126 126 126\n1de1b73fe4d6aa77 66 68 68 68\n1de1b73fe4d6aa77 66 74 74 74\n1de1b73fe4d6aa77 66 76 76 76\n55b512c313b9f94c 50 12 12 12\n55b512c313b9f94c 50 15 15 15\n55b512c313b9f94c 50 48 48 48\nb12a86f213f4b4f7 4 0 0 0\nb12a86f213f4b4f7 4 2 2 2\nb12a86f213f4b4f7 4 3 3 3\n1edc6b95e84127b6 199 159 159 159\n1edc6b95e84127b6 199 165 165 165\n1edc6b95e84127b6 199 173 173 173\n5ab6c32ba3acddf7 71 39 39 39\n5ab6c32ba3acddf7 203 205 205 205\n5ab6c32ba3acddf7 203 215 215 215\n78f4b560f9ebc1e1 71 81 81 81\n78f4b560f9ebc1e1 71 101 101 101\n78f4b560f9ebc1e1 71 114 114 114\n338ff9f6c02a6a40 59 62 62 62\n338ff9f6c02a6a40 59 66 66 66\n338ff9f6c02a6a40 59 75 75 75\n56320b37680175b6 34 4 4 4\n56320b37680175b6 34 24 24 24\n56320b37680175b6 80 81 81 81\n0eadbf8806794990 43 0 0 0\n0eadbf8806794990 43 13 13 13\n0eadbf8806794990 43 39 39 39\nf557b08a4a69ab5c 49 53 53 53\nf557b08a4a69ab5c 49 57 57 57\nf557b08a4a69ab5c 49 58 58 58\n9c76d9b93e06163c 51 69 69 69\n9c76d9b93e06163c 51 85 85 85\n9c76d9b93e06163c 51 89 89 89\n2b973e6f676eb243 19 0 0 0\n2b973e6f676eb243 88 95 95 95\n2b973e6f676eb243 88 106 106 106\n8fc8e232944734bc 51 33 33 33\n8fc8e232944734bc 100 110 110 110\n8fc8e232944734bc 100 135 135 135\nd751995260cd797b 85 55 55 55\nd751995260cd797b 85 56 56 56\nd751995260cd797b 203 226 226 226\n05c423623c9f6f56 17 1 1 1\n05c423623c9f6f56 109 110 110 110\n05c423623c9f6f56 109 118 118 118\n40f92f1e65a5e1dd 60 29 29 29\n40f92f1e65a5e1dd 60 46 46 46\n40f92f1e65a5e1dd 60 47 47 47\n74dce1dd5e07754e 140 124 124 124\n74dce1dd5e07754e 256 258 258 258\n74dce1dd5e07754e 256 272 272 272\nee4111163f2a4f9c 65 44 44 44\nee4111163f2a4f9c 65 49 49 49\nee4111163f2a4f9c 65 60 60 60\n4f1e8e3e0ca5f08f 57 17 17 17\n4f1e8e3e0ca5f08f 57 21 21 21\n4f1e8e3e0ca5f08f 107 132 132 132\n33f4eeb64d0c9c1a 48 35 35 35\n33f4eeb64d0c9c1a 154 157 157 157\n33f4eeb64d0c9c1a 154 160 160 160\nb17cbe416d6c9144 60 62 62 62\nb17cbe416d6c9144 60 72 72 72\nb17cbe416d6c9144 60 87 87 87\n3260a42ccfba8973 21 1 1 1\n3260a42ccfba8973 21 10 10 10\n3260a42ccfba8973 21 19 19 19\n4f3f74d48608536d 68 28 28 28\n4f3f74d48608536d 68 42 42 42\n4f3f74d48608536d 68 61 61 61\nee449870b417dff7 74 51 51 51\nee449870b417dff7 74 58 58 58\nee449870b417dff7 121 124 124 124\n9d8a4c0edaa5660b 45 46 46 46\n9d8a4c0edaa5660b 45 47 47 47\n9d8a4c0edaa5660b 45 48 48 48\n7b6a13ed373bafb1 4 1 1 1\n7b6a13ed373bafb1 69 100 100 100\n7b6a13ed373bafb1 69 109 109 109\n095fb57435b7d890 28 15 15 15\n095fb57435b7d890 98 102 102 102\n095fb57435b7d890 98 115 115 115\n7ab8aedca7d8757c 82 66 66 66\n7ab8aedca7d8757c 138 145 145 145\n7ab8aedca7d8757c 138 164 164 164\nf8b6ddff8ac15284 40 2 2 2\nf8b6ddff8ac15284 40 10 10 10\nf8b6ddff8ac15284 40 39 39 39\n760eed8b3b2d193c 96 108 108 108\n760eed8b3b2d193c 96 124 124 124\n760eed8b3b2d193c 96 131 131 131\nf93a6b5a5c9fdcd4 4 0 0 0\nf93a6b5a5c9fdcd4 52 54 54 54\nf93a6b5a5c9fdcd4 52 56 56 56\ncdef9e6563e99383 71 87 87 87\ncdef9e6563e99383 71 94 94 94\ncdef9e6563e99383 71 99 99 99\na57b2462f36f2fbd 121 89 89 89\na57b2462f36f2fbd 121 91 91 91\na57b2462f36f2fbd 121 104 104 104\n7f6ca18d29449b97 51 66 66 66\n7f6ca18d29449b97 51 94 94 94\n7f6ca18d29449b97 51 96 96 96\n58c7cd265dad22c4 2 1 1 1\n58c7cd265dad22c4 69 72 72 72\n58c7cd265dad22c4 69 75 75 75\n4242fb49c775710c 12 5 5 5\n4242fb49c775710c 12 6 6 6\n4242fb49c775710c 12 7 7 7\nf7b3d421b8b09103 25 18 18 18\nf7b3d421b8b09103 25 21 21 21\nf7b3d421b8b09103 86 87 87 87\n002ae53df0e0afe2 10 5 5 5\n002ae53df0e0afe2 10 7 7 7\n002ae53df0e0afe2 10 9 9 9\n588cc769c31e8e5d 60 63 63 63\n588cc769c31e8e5d 60 66 66 66\n588cc769c31e8e5d 60 73 73 73\na17fdfcb519750eb 87 105 105 105\na17fdfcb519750eb 87 119 119 119\na17fdfcb519750eb 87 120 120 120\ne5283321fd627294 166 175 175 175\ne5283321fd627294 166 197 197 197\ne5283321fd627294 166 205 205 205\n16a7b5a41f31feb8 132 114 114 114\n16a7b5a41f31feb8 132 131 131 131\n16a7b5a41f31feb8 205 227 227 227\n74c5270c0509598a 45 17 17 17\n74c5270c0509598a 45 28 28 28\n74c5270c0509598a 45 37 37 37\neca3f5a4e9c39dcb 41 13 13 13\neca3f5a4e9c39dcb 41 23 23 23\neca3f5a4e9c39dcb 41 37 37 37\n5f8d3e74c44ebfe1 13 1 1 1\n5f8d3e74c44ebfe1 75 77 77 77\n5f8d3e74c44ebfe1 75 102 102 102\n13fcc228c40a0e67 46 15 15 15\n13fcc228c40a0e67 46 35 35 35\n13fcc228c40a0e67 46 41 41 41\nacd498c538ea838c 87 78 78 78\nacd498c538ea838c 154 171 171 171\nacd498c538ea838c 154 183 183 183\n81631caa82417133 6 5 5 5\n81631caa82417133 75 90 90 90\n81631caa82417133 75 95 95 95\n0e241f40ce0cd802 11 5 5 5\n0e241f40ce0cd802 11 6 6 6\n0e241f40ce0cd802 57 58 58 58\n7c229743606cb149 133 89 89 89\n7c229743606cb149 133 108 108 108\n7c229743606cb149 133 111 111 111\nbe46ebf723a08b6e 76 83 83 83\nbe46ebf723a08b6e 76 86 86 86\nbe46ebf723a08b6e 76 102 102 102\n283334520a3f8a43 112 113 113 113\n283334520a3f8a43 112 114 114 114\n283334520a3f8a43 112 123 123 123\n3420d39fbe2754cd 27 0 0 0\n3420d39fbe2754cd 102 134 134 134\n3420d39fbe2754cd 102 135 135 135\n654a9b3e9275de95 201 166 166 166\n654a9b3e9275de95 201 170 170 170\n654a9b3e9275de95 201 189 189 189\na58cfba1b939271e 57 37 37 37\na58cfba1b939271e 57 47 47 47\na58cfba1b939271e 109 113 113 113\n5bd652e5e88bd99e 18 2 2 2\n5bd652e5e88bd99e 86 96 96 96\n5bd652e5e88bd99e 86 125 125 125\n4c791225522d45ba 65 20 20 20\n4c791225522d45ba 65 30 30 30\n4c791225522d45ba 65 45 45 45\n87d7a86f53856f83 154 128 128 128\n87d7a86f53856f83 154 143 143 143\n87d7a86f53856f83 205 218 218 218\nde679a299a3c2237 81 108 108 108\nde679a299a3c2237 81 114 114 114\nde679a299a3c2237 81 118 118 118\n3a6dc09185951ae3 73 75 75 75\n3a6dc09185951ae3 73 78 78 78\n3a6dc09185951ae3 73 81 81 81\n795919ce5d3a68bb 6 2 2 2\n795919ce5d3a68bb 6 5 5 5\n795919ce5d3a68bb 67 69 69 69\n3f79dc32d575bcdc 52 21 21 21\n3f79dc32d575bcdc 108 110 110 110\n3f79dc32d575bcdc 108 140 140 140\na293b394e08f7295 52 10 10 10\na293b394e08f7295 52 17 17 17\na293b394e08f7295 107 111 111 111\n4a2d6753676df096 122 141 141 141\n4a2d6753676df096 122 143 143 143\n4a2d6753676df096 122 147 147 147\n29832cbdb4144601 209 191 191 191\n29832cbdb4144601 209 197 197 197\n29832cbdb4144601 209 201 201 201\n7c2a1a21f98565bb 58 63 63 63\n7c2a1a21f98565bb 58 66 66 66\n7c2a1a21f98565bb 58 78 78 78\n830b9cfa875eccfb 55 20 20 20\n830b9cfa875eccfb 55 36 36 36\n830b9cfa875eccfb 134 167 167 167\n2ad50852a84faf51 61 37 37 37\n2ad50852a84faf51 61 38 38 38\n2ad50852a84faf51 61 44 44 44\n11e62395c85c250d 154 153 153 153\n11e62395c85c250d 231 254 254 254\n11e62395c85c250d 231 263 263 263\n71f92f3fca96eec7 12 7 7 7\n71f92f3fca96eec7 12 8 8 8\n71f92f3fca96eec7 12 10 10 10\n196ffec2c68cafd5 90 71 71 71\n196ffec2c68cafd5 90 89 89 89\n196ffec2c68cafd5 169 214 214 214\n4c943ac66f6c277e 73 84 84 84\n4c943ac66f6c277e 73 90 90 90\n4c943ac66f6c277e 73 105 105 105\n4955f54f807ef5aa 6 0 0 0\n4955f54f807ef5aa 6 1 1 1\n4955f54f807ef5aa 6 2 2 2\n84718a93683ce89e 3 1 1 1\n84718a93683ce89e 55 57 57 57\n84718a93683ce89e 55 59 59 59\n291bc22350620114 9 8 8 8\n291bc22350620114 65 67 67 67\n291bc22350620114 65 75 75 75\ne943268225439ee2 56 13 13 13\ne943268225439ee2 56 47 47 47\ne943268225439ee2 56 49 49 49\nf2294c16cb7fee10 5 1 1 1\nf2294c16cb7fee10 64 66 66 66\nf2294c16cb7fee10 64 84 84 84\n5d9f7f0205f7bee5 48 23 23 23\n5d9f7f0205f7bee5 48 25 25 25\n5d9f7f0205f7bee5 48 37 37 37\ne6d0430b2855eef3 5 4 4 4\ne6d0430b2855eef3 55 62 62 62\ne6d0430b2855eef3 55 69 69 69\n2d3e1349898addb6 5 3 3 3\n2d3e1349898addb6 54 77 77 77\n2d3e1349898addb6 54 84 84 84\nae4ac70af9dffb2a 224 228 228 228\nae4ac70af9dffb2a 224 244 244 244\nae4ac70af9dffb2a 224 252 252 252\nc773a3d1819c4e46 63 89 89 89\nc773a3d1819c4e46 63 92 92 92\nc773a3d1819c4e46 63 98 98 98\n872994d87d80afa1 3 0 0 0\n872994d87d80afa1 3 1 1 1\n872994d87d80afa1 3 2 2 2\n7ab4a477b15e33de 145 102 102 102\n7ab4a477b15e33de 211 216 216 216\n7ab4a477b15e33de 211 219 219 219\n8f7a06b942bb6900 54 75 75 75\n8f7a06b942bb6900 54 81 81 81\n8f7a06b942bb6900 54 90 90 90\nb3fce22970354e15 89 94 94 94\nb3fce22970354e15 89 114 114 114\nb3fce22970354e15 89 131 131 131\n6c42b1d8b83548c1 87 93 93 93\n6c42b1d8b83548c1 87 113 113 113\n6c42b1d8b83548c1 87 115 115 115\n020a41f988981396 93 107 107 107\n020a41f988981396 93 118 118 118\n020a41f988981396 93 120 120 120\n39987911e4cf003c 16 5 5 5\n39987911e4cf003c 16 7 7 7\n39987911e4cf003c 16 13 13 13\n1c144e2404c5da89 4 0 0 0\n1c144e2404c5da89 90 92 92 92\n1c144e2404c5da89 90 94 94 94\n1fd615fea825fe87 36 2 2 2\n1fd615fea825fe87 36 34 34 34\n1fd615fea825fe87 101 120 120 120\n36f4df3e0a1ade5f 54 59 59 59\n36f4df3e0a1ade5f 54 62 62 62\n36f4df3e0a1ade5f 54 64 64 64\n7a5e19ae6ae54dbe 36 32 32 32\n7a5e19ae6ae54dbe 36 35 35 35\n7a5e19ae6ae54dbe 81 96 96 96\n86b75053e13f6172 12 3 3 3\n86b75053e13f6172 12 8 8 8\n86b75053e13f6172 91 92 92 92\nba72c19e113bbf12 81 73 73 73\nba72c19e113bbf12 163 198 198 198\nba72c19e113bbf12 163 201 201 201\n0c8438d86bb28f7d 69 61 61 61\n0c8438d86bb28f7d 69 63 63 63\n0c8438d86bb28f7d 129 160 160 160\nce69e6f9387f37b3 57 63 63 63\nce69e6f9387f37b3 57 66 66 66\nce69e6f9387f37b3 57 85 85 85\n699d4a33932c2025 17 2 2 2\n699d4a33932c2025 17 12 12 12\n699d4a33932c2025 72 80 80 80\n5a54b7b3ed9e2669 20 6 6 6\n5a54b7b3ed9e2669 20 9 9 9\n5a54b7b3ed9e2669 20 14 14 14\nc192371973923223 19 1 1 1\nc192371973923223 19 8 8 8\nc192371973923223 112 140 140 140\ncc30dde87a8cd5e5 52 22 22 22\ncc30dde87a8cd5e5 52 23 23 23\ncc30dde87a8cd5e5 52 32 32 32\n33baf3e18e5d7256 99 57 57 57\n33baf3e18e5d7256 99 62 62 62\n33baf3e18e5d7256 99 88 88 88\n542727f310bc5f57 90 95 95 95\n542727f310bc5f57 90 96 96 96\n542727f310bc5f57 90 121 121 121\ncccda9616bbe47b9 87 99 99 99\ncccda9616bbe47b9 87 114 114 114\ncccda9616bbe47b9 87 123 123 123\nb27f1bede464ab39 149 157 157 157\nb27f1bede464ab39 149 161 161 161\nb27f1bede464ab39 149 163 163 163\neb6c0d960b5ad011 36 17 17 17\neb6c0d960b5ad011 36 28 28 28\neb6c0d960b5ad011 36 32 32 32\n18c4fcb88d1a864f 7 0 0 0\n18c4fcb88d1a864f 7 1 1 1\n18c4fcb88d1a864f 7 6 6 6\n8c217ede015a8f32 46 9 9 9\n8c217ede015a8f32 46 30 30 30\n8c217ede015a8f32 46 42 42 42\n49c758aa3c35ed86 50 27 27 27\n49c758aa3c35ed86 50 38 38 38\n49c758aa3c35ed86 50 46 46 46\nf0feab036acd7195 50 68 68 68\nf0feab036acd7195 50 71 71 71\nf0feab036acd7195 50 72 72 72\n3a488ff3afa463e2 47 58 58 58\n3a488ff3afa463e2 47 61 61 61\n3a488ff3afa463e2 47 63 63 63\n46e653208e529783 31 20 20 20\n46e653208e529783 110 117 117 117\n46e653208e529783 110 118 118 118\n3289ad7a811d2348 69 30 30 30\n3289ad7a811d2348 69 42 42 42\n3289ad7a811d2348 151 160 160 160\n91bc7664f64cb914 16 0 0 0\n91bc7664f64cb914 16 9 9 9\n91bc7664f64cb914 64 71 71 71\nabe7bce073b9ce43 51 25 25 25\nabe7bce073b9ce43 51 43 43 43\nabe7bce073b9ce43 109 126 126 126\ncdb200a16eef815b 122 126 126 126\ncdb200a16eef815b 122 142 142 142\ncdb200a16eef815b 122 145 145 145\n0e4f56edbc3d8cd7 20 2 2 2\n0e4f56edbc3d8cd7 20 8 8 8\n0e4f56edbc3d8cd7 20 9 9 9\n7958600c70ee8a9d 83 43 43 43\n7958600c70ee8a9d 135 149 149 149\n7958600c70ee8a9d 135 176 176 176\nd42a67e5ac57d575 17 3 3 3\nd42a67e5ac57d575 17 9 9 9\nd42a67e5ac57d575 17 13 13 13\n4ec53b0f301cf02b 56 14 14 14\n4ec53b0f301cf02b 118 131 131 131\n4ec53b0f301cf02b 118 142 142 142\n7cc4a663a73167cf 14 9 9 9\n7cc4a663a73167cf 63 65 65 65\n7cc4a663a73167cf 63 68 68 68\n7757f4f48eb32176 2 1 1 1\n7757f4f48eb32176 54 68 68 68\n7757f4f48eb32176 54 99 99 99\n70d327d36d36506e 30 5 5 5\n70d327d36d36506e 30 22 22 22\n70d327d36d36506e 107 121 121 121\n4b7071b34e8cc67d 184 198 198 198\n4b7071b34e8cc67d 184 218 218 218\n4b7071b34e8cc67d 184 225 225 225\nce70d6234b88e7d3 10 3 3 3\nce70d6234b88e7d3 10 6 6 6\nce70d6234b88e7d3 10 9 9 9\n69d91ba3683c536f 71 28 28 28\n69d91ba3683c536f 71 47 47 47\n69d91ba3683c536f 137 142 142 142\n7233c56121c0e59d 59 16 16 16\n7233c56121c0e59d 59 55 55 55\n7233c56121c0e59d 113 118 118 118\n9bc83568fbc79825 109 75 75 75\n9bc83568fbc79825 109 95 95 95\n9bc83568fbc79825 180 221 221 221\n882d8c9cf2b9335d 7 0 0 0\n882d8c9cf2b9335d 7 2 2 2\n882d8c9cf2b9335d 52 54 54 54\n7163869be06d7dd5 75 55 55 55\n7163869be06d7dd5 75 59 59 59\n7163869be06d7dd5 150 166 166 166\n8df1dd08f3e0a8b5 166 184 184 184\n8df1dd08f3e0a8b5 166 197 197 197\n8df1dd08f3e0a8b5 166 207 207 207\n01e18dbbf22ff263 29 12 12 12\n01e18dbbf22ff263 29 25 25 25\n01e18dbbf22ff263 101 113 113 113\n6748d15e36161596 69 82 82 82\n6748d15e36161596 69 104 104 104\n6748d15e36161596 69 106 106 106\n206d9828d717139e 50 55 55 55\n206d9828d717139e 50 58 58 58\n206d9828d717139e 50 62 62 62\n396065ee739ea046 5 0 0 0\n396065ee739ea046 82 84 84 84\n396065ee739ea046 82 85 85 85\n440b5d1587251680 22 3 3 3\n440b5d1587251680 22 20 20 20\n440b5d1587251680 105 108 108 108\nc6f50806957eeab3 26 2 2 2\nc6f50806957eeab3 26 6 6 6\nc6f50806957eeab3 134 136 136 136\n48bb743178166598 68 47 47 47\n48bb743178166598 116 136 136 136\n48bb743178166598 116 137 137 137\n5888931fbc2e60f3 13 0 0 0\n5888931fbc2e60f3 13 2 2 2\n5888931fbc2e60f3 13 6 6 6\n2422f760ea77551d 45 4 4 4\n2422f760ea77551d 45 26 26 26\n2422f760ea77551d 45 31 31 31\n2064e46352532375 18 16 16 16\n2064e46352532375 66 68 68 68\n2064e46352532375 66 73 73 73\n667d53e90abcca1f 1 0 0 0\n667d53e90abcca1f 46 47 47 47\n667d53e90abcca1f 46 50 50 50\n0b211a1457076450 99 55 55 55\n0b211a1457076450 99 85 85 85\n0b211a1457076450 177 203 203 203\n3858fc4475d10c78 101 119 119 119\n3858fc4475d10c78 101 129 129 129\n3858fc4475d10c78 101 142 142 142\n29f52c76f269ae48 128 85 85 85\n29f52c76f269ae48 128 106 106 106\n29f52c76f269ae48 128 125 125 125\n1f62165dfec00c3e 28 19 19 19\n1f62165dfec00c3e 91 102 102 102\n1f62165dfec00c3e 91 125 125 125\n81fa34d3ed5c9442 7 5 5 5\n81fa34d3ed5c9442 59 61 61 61\n81fa34d3ed5c9442 59 63 63 63\n3317c40fd3e0a7b7 43 1 1 1\n3317c40fd3e0a7b7 43 9 9 9\n3317c40fd3e0a7b7 43 24 24 24\nb99637de9f6c46c7 25 12 12 12\nb99637de9f6c46c7 84 87 87 87\nb99637de9f6c46c7 84 104 104 104\nd60faf46f4942be4 63 56 56 56\nd60faf46f4942be4 63 58 58 58\nd60faf46f4942be4 113 121 121 121\n5ed1e06eb0e0a737 63 64 64 64\n5ed1e06eb0e0a737 63 65 65 65\n5ed1e06eb0e0a737 63 83 83 83\n943af1dc7ab5de43 15 8 8 8\n943af1dc7ab5de43 15 13 13 13\n943af1dc7ab5de43 62 70 70 70\n12e985eaa4b79298 89 53 53 53\n12e985eaa4b79298 89 66 66 66\n12e985eaa4b79298 168 174 174 174\n92a4b012b58e507c 1 0 0 0\n92a4b012b58e507c 74 75 75 75\n92a4b012b58e507c 74 78 78 78\n47573da5cb0e5e44 44 19 19 19\n47573da5cb0e5e44 44 29 29 29\n47573da5cb0e5e44 126 160 160 160\n5755647fdc759259 55 61 61 61\n5755647fdc759259 55 72 72 72\n5755647fdc759259 55 74 74 74\n5af87e033b9f0437 2 1 1 1\n5af87e033b9f0437 49 50 50 50\n5af87e033b9f0437 49 51 51 51\n040a26b288e7bda4 83 84 84 84\n040a26b288e7bda4 83 116 116 116\n040a26b288e7bda4 83 127 127 127\nb779ba4f3d024f39 4 1 1 1\nb779ba4f3d024f39 60 61 61 61\nb779ba4f3d024f39 60 76 76 76\n21e97eb0cfbff775 43 5 5 5\n21e97eb0cfbff775 98 128 128 128\n21e97eb0cfbff775 98 136 136 136\n5bdfcb2cf3ea6b54 40 2 2 2\n5bdfcb2cf3ea6b54 40 27 27 27\n5bdfcb2cf3ea6b54 152 154 154 154\nbcc6b5c21db0dc7d 138 139 139 139\nbcc6b5c21db0dc7d 138 167 167 167\nbcc6b5c21db0dc7d 138 170 170 170\n6b6d20c6a46b9fe9 13 0 0 0\n6b6d20c6a46b9fe9 13 4 4 4\n6b6d20c6a46b9fe9 13 7 7 7\n424f597efdad3067 47 54 54 54\n424f597efdad3067 47 61 61 61\n424f597efdad3067 47 63 63 63\n62523c746b75f427 16 7 7 7\n62523c746b75f427 61 67 67 67\n62523c746b75f427 61 68 68 68\n10ea3faaa29f4a88 22 5 5 5\n10ea3faaa29f4a88 22 11 11 11\n10ea3faaa29f4a88 70 76 76 76\n677866c08739532b 227 229 229 229\n677866c08739532b 227 230 230 230\n677866c08739532b 227 243 243 243\n075654f497170f90 22 15 15 15\n075654f497170f90 154 186 186 186\n075654f497170f90 154 197 197 197\ndc834c974b9c9850 45 49 49 49\ndc834c974b9c9850 45 54 54 54\ndc834c974b9c9850 45 56 56 56\n1ed5e32330ec25e8 32 5 5 5\n1ed5e32330ec25e8 32 22 22 22\n1ed5e32330ec25e8 131 156 156 156\nf9bd444ff59144bb 97 107 107 107\nf9bd444ff59144bb 97 115 115 115\nf9bd444ff59144bb 97 117 117 117\n0b1b293ffb0e2f51 47 51 51 51\n0b1b293ffb0e2f51 47 66 66 66\n0b1b293ffb0e2f51 47 72 72 72\nd6ae117e935038e5 13 3 3 3\nd6ae117e935038e5 69 73 73 73\nd6ae117e935038e5 69 74 74 74\nf7ca708f66179240 58 25 25 25\nf7ca708f66179240 58 35 35 35\nf7ca708f66179240 58 36 36 36\n15e0783c6b9683be 77 35 35 35\n15e0783c6b9683be 77 47 47 47\n15e0783c6b9683be 173 198 198 198\n0e6f8d0eb4103baf 73 74 74 74\n0e6f8d0eb4103baf 73 82 82 82\n0e6f8d0eb4103baf 73 84 84 84\n7e31f7d45c3cf0b6 9 5 5 5\n7e31f7d45c3cf0b6 59 60 60 60\n7e31f7d45c3cf0b6 59 69 69 69\n92836b807c80435b 20 0 0 0\n92836b807c80435b 20 5 5 5\n92836b807c80435b 73 74 74 74\n498688760312447b 133 139 139 139\n498688760312447b 133 145 145 145\n498688760312447b 133 156 156 156\n26cf19ef6b2b7404 84 63 63 63\n26cf19ef6b2b7404 84 76 76 76\n26cf19ef6b2b7404 84 77 77 77\nac9eb266e549b780 68 81 81 81\nac9eb266e549b780 68 102 102 102\nac9eb266e549b780 68 110 110 110\n18502a6651367e71 5 2 2 2\n18502a6651367e71 5 3 3 3\n18502a6651367e71 92 99 99 99\n015d8a2a2834d38c 148 128 128 128\n015d8a2a2834d38c 148 136 136 136\n015d8a2a2834d38c 252 262 262 262\n195ca8350ff27f6f 10 1 1 1\n195ca8350ff27f6f 10 7 7 7\n195ca8350ff27f6f 69 92 92 92\n1e1e13de4ebea05a 125 92 92 92\n1e1e13de4ebea05a 207 242 242 242\n1e1e13de4ebea05a 207 245 245 245\n4089ef1b1bdb1d36 22 2 2 2\n4089ef1b1bdb1d36 22 18 18 18\n4089ef1b1bdb1d36 100 121 121 121\nc0bdeae8f2b84b7f 57 39 39 39\nc0bdeae8f2b84b7f 57 41 41 41\nc0bdeae8f2b84b7f 128 166 166 166\nbf549f266fb44586 47 48 48 48\nbf549f266fb44586 47 53 53 53\nbf549f266fb44586 47 54 54 54\n3f2bf7371b72e40f 54 24 24 24\n3f2bf7371b72e40f 54 36 36 36\n3f2bf7371b72e40f 113 116 116 116\n227c21a8dd87a153 8 1 1 1\n227c21a8dd87a153 54 59 59 59\n227c21a8dd87a153 54 63 63 63\n778f68c53772af85 46 56 56 56\n778f68c53772af85 46 57 57 57\n778f68c53772af85 46 65 65 65\naf5edc56cc39ad23 4 1 1 1\naf5edc56cc39ad23 4 2 2 2\naf5edc56cc39ad23 115 116 116 116\n095441304a817fe9 25 11 11 11\n095441304a817fe9 75 85 85 85\n095441304a817fe9 75 86 86 86\n826e80aa42b1ba40 28 6 6 6\n826e80aa42b1ba40 28 8 8 8\n826e80aa42b1ba40 152 183 183 183\n1c9772d765e0679e 124 83 83 83\n1c9772d765e0679e 203 223 223 223\n1c9772d765e0679e 203 247 247 247\nf3fb010a1ddc947d 52 29 29 29\nf3fb010a1ddc947d 52 43 43 43\nf3fb010a1ddc947d 100 105 105 105\nca95b6e7bfbc8436 12 2 2 2\nca95b6e7bfbc8436 12 5 5 5\nca95b6e7bfbc8436 12 11 11 11\ncca9a1bee61693d4 98 106 106 106\ncca9a1bee61693d4 98 109 109 109\ncca9a1bee61693d4 98 114 114 114\n676a6b3f0dea4b12 28 2 2 2\n676a6b3f0dea4b12 28 8 8 8\n676a6b3f0dea4b12 28 23 23 23\n0b04644621e97d30 18 9 9 9\n0b04644621e97d30 18 16 16 16\n0b04644621e97d30 65 68 68 68\n8d8aa8c998c02dfe 21 7 7 7\n8d8aa8c998c02dfe 21 13 13 13\n8d8aa8c998c02dfe 71 80 80 80\n8f04f919b046336c 57 15 15 15\n8f04f919b046336c 57 37 37 37\n8f04f919b046336c 57 55 55 55\nc78856807af46290 78 56 56 56\nc78856807af46290 186 218 218 218\nc78856807af46290 186 229 229 229\na247b339f81ebe2e 86 101 101 101\na247b339f81ebe2e 86 104 104 104\na247b339f81ebe2e 86 130 130 130\n45e6fa48ddd00e87 82 71 71 71\n45e6fa48ddd00e87 143 149 149 149\n45e6fa48ddd00e87 143 153 153 153\nc5e0229909535256 22 3 3 3\nc5e0229909535256 22 4 4 4\nc5e0229909535256 22 18 18 18\ncd60cc2edf2d6ebf 61 63 63 63\ncd60cc2edf2d6ebf 61 75 75 75\ncd60cc2edf2d6ebf 61 86 86 86\n90cbfcf3d8974851 28 5 5 5\n90cbfcf3d8974851 28 21 21 21\n90cbfcf3d8974851 28 25 25 25\n546b546cafbb0ca5 36 10 10 10\n546b546cafbb0ca5 36 18 18 18\n546b546cafbb0ca5 36 29 29 29\nb4e19508cc952d96 31 0 0 0\nb4e19508cc952d96 31 3 3 3\nb4e19508cc952d96 98 103 103 103\n9bbcf826d1eeaac8 92 47 47 47\n9bbcf826d1eeaac8 92 75 75 75\n9bbcf826d1eeaac8 168 206 206 206\ncb0c26c855110d08 51 55 55 55\ncb0c26c855110d08 51 67 67 67\ncb0c26c855110d08 51 72 72 72\nc6cd77c8b17f8d05 63 60 60 60\nc6cd77c8b17f8d05 136 138 138 138\nc6cd77c8b17f8d05 136 163 163 163\nbd3029491f3b5477 52 55 55 55\nbd3029491f3b5477 52 64 64 64\nbd3029491f3b5477 52 68 68 68\n2868a1b43e9eceff 54 11 11 11\n2868a1b43e9eceff 54 40 40 40\n2868a1b43e9eceff 54 42 42 42\n6a4a52e3c16e0f4a 37 35 35 35\n6a4a52e3c16e0f4a 110 120 120 120\n6a4a52e3c16e0f4a 110 123 123 123\n39f444469cf39006 133 121 121 121\n39f444469cf39006 193 216 216 216\n39f444469cf39006 193 224 224 224\nbf828c70b94f0645 49 33 33 33\nbf828c70b94f0645 98 108 108 108\nbf828c70b94f0645 98 109 109 109\n3be029de36008afc 66 68 68 68\n3be029de36008afc 66 94 94 94\n3be029de36008afc 66 100 100 100\nf43420f8216f180b 20 5 5 5\nf43420f8216f180b 20 12 12 12\nf43420f8216f180b 20 15 15 15\n8c3cf8cab7fcc03e 107 71 71 71\n8c3cf8cab7fcc03e 161 162 162 162\n8c3cf8cab7fcc03e 161 194 194 194\n30fceb3b40ec062f 72 82 82 82\n30fceb3b40ec062f 72 96 96 96\n30fceb3b40ec062f 72 109 109 109\n2b8778726c1f2fe4 5 3 3 3\n2b8778726c1f2fe4 51 52 52 52\n2b8778726c1f2fe4 51 60 60 60\n5fbace6c6ca56228 9 5 5 5\n5fbace6c6ca56228 58 61 61 61\n5fbace6c6ca56228 58 74 74 74\n397da8e32c2edd65 201 170 170 170\n397da8e32c2edd65 252 254 254 254\n397da8e32c2edd65 252 275 275 275\n90ac9eafdc254a62 61 62 62 62\n90ac9eafdc254a62 61 64 64 64\n90ac9eafdc254a62 61 65 65 65\n86746275bb619279 54 56 56 56\n86746275bb619279 54 58 58 58\n86746275bb619279 54 60 60 60\nc4390abbc27cc05c 88 50 50 50\nc4390abbc27cc05c 88 60 60 60\nc4390abbc27cc05c 88 84 84 84\nc20acf0b8ae18651 8 1 1 1\nc20acf0b8ae18651 57 61 61 61\nc20acf0b8ae18651 57 72 72 72\n0c2b3463c27c5ac3 43 28 28 28\n0c2b3463c27c5ac3 43 39 39 39\n0c2b3463c27c5ac3 94 115 115 115\nfdf17f383d76c327 28 10 10 10\nfdf17f383d76c327 28 25 25 25\nfdf17f383d76c327 122 165 165 165\nb7c282aff2a43dc3 13 1 1 1\nb7c282aff2a43dc3 13 5 5 5\nb7c282aff2a43dc3 13 8 8 8\n3dd211f3865fc234 58 20 20 20\n3dd211f3865fc234 58 31 31 31\n3dd211f3865fc234 58 39 39 39\neac5b0dd7cd2b01c 21 0 0 0\neac5b0dd7cd2b01c 21 2 2 2\neac5b0dd7cd2b01c 21 19 19 19\n3cfb4c69b14a1970 79 49 49 49\n3cfb4c69b14a1970 142 156 156 156\n3cfb4c69b14a1970 142 160 160 160\nc30d67dfcd34b670 25 4 4 4\nc30d67dfcd34b670 25 6 6 6\nc30d67dfcd34b670 108 115 115 115\nd9526345bd1c9ed1 4 2 2 2\nd9526345bd1c9ed1 73 78 78 78\nd9526345bd1c9ed1 73 79 79 79\n47c88dcfb1134255 16 10 10 10\n47c88dcfb1134255 63 79 79 79\n47c88dcfb1134255 63 107 107 107\n91bfc35b8ff7e593 180 156 156 156\n91bfc35b8ff7e593 180 163 163 163\n91bfc35b8ff7e593 228 232 232 232\n3af4c4e5a8ced21e 52 14 14 14\n3af4c4e5a8ced21e 52 25 25 25\n3af4c4e5a8ced21e 52 42 42 42\nf79a582b040e997f 42 17 17 17\nf79a582b040e997f 42 23 23 23\nf79a582b040e997f 93 102 102 102\nda6d3ec1cb4cc27b 32 15 15 15\nda6d3ec1cb4cc27b 32 24 24 24\nda6d3ec1cb4cc27b 120 121 121 121\n9af78377c848afc4 52 11 11 11\n9af78377c848afc4 52 35 35 35\n9af78377c848afc4 52 36 36 36\n7e02a036de62e988 10 8 8 8\n7e02a036de62e988 62 65 65 65\n7e02a036de62e988 62 66 66 66\n6fe442e8ab09fe70 17 6 6 6\n6fe442e8ab09fe70 71 77 77 77\n6fe442e8ab09fe70 71 84 84 84\n22b16c2f5af0f3ef 124 132 132 132\n22b16c2f5af0f3ef 124 145 145 145\n22b16c2f5af0f3ef 124 160 160 160\nc0b4b9d69f8694e1 34 18 18 18\nc0b4b9d69f8694e1 114 117 117 117\nc0b4b9d69f8694e1 114 147 147 147\nc318100fc0b93813 47 6 6 6\nc318100fc0b93813 47 18 18 18\nc318100fc0b93813 47 36 36 36\n43db8c6515021c01 39 4 4 4\n43db8c6515021c01 39 28 28 28\n43db8c6515021c01 39 35 35 35\n12691b0622a823ba 8 1 1 1\n12691b0622a823ba 70 71 71 71\n12691b0622a823ba 70 84 84 84\n71c937485a588180 23 9 9 9\n71c937485a588180 23 13 13 13\n71c937485a588180 23 16 16 16\nbe5146d052ba89e9 70 71 71 71\nbe5146d052ba89e9 70 75 75 75\nbe5146d052ba89e9 70 79 79 79\ne1242403844f68dd 120 132 132 132\ne1242403844f68dd 120 133 133 133\ne1242403844f68dd 120 155 155 155\ndb22a73f5841d0bf 64 67 67 67\ndb22a73f5841d0bf 64 71 71 71\ndb22a73f5841d0bf 64 74 74 74\n1d36cd02a549e244 54 55 55 55\n1d36cd02a549e244 54 60 60 60\n1d36cd02a549e244 54 90 90 90\n8346d97e523bed6d 49 52 52 52\n8346d97e523bed6d 49 55 55 55\n8346d97e523bed6d 49 61 61 61\na960f29aac73151c 5 1 1 1\na960f29aac73151c 60 61 61 61\na960f29aac73151c 60 62 62 62\n39424be692a88364 8 4 4 4\n39424be692a88364 8 5 5 5\n39424be692a88364 8 6 6 6\ncc6384ff2733d7c6 81 69 69 69\ncc6384ff2733d7c6 81 74 74 74\ncc6384ff2733d7c6 126 148 148 148\n5f38fc5d3910c6d6 55 56 56 56\n5f38fc5d3910c6d6 55 57 57 57\n5f38fc5d3910c6d6 55 58 58 58\n724ef6a3c95507fb 96 113 113 113\n724ef6a3c95507fb 96 136 136 136\n724ef6a3c95507fb 96 138 138 138\nb9940d29be7e5154 59 42 42 42\nb9940d29be7e5154 194 198 198 198\nb9940d29be7e5154 194 225 225 225\ne427151902da337d 79 93 93 93\ne427151902da337d 79 105 105 105\ne427151902da337d 79 114 114 114\n2a7387e017c241a4 66 68 68 68\n2a7387e017c241a4 66 69 69 69\n2a7387e017c241a4 66 70 70 70\n392c21ee30b21459 79 58 58 58\n392c21ee30b21459 129 133 133 133\n392c21ee30b21459 129 167 167 167\neae4850a8208dac7 6 5 5 5\neae4850a8208dac7 70 71 71 71\neae4850a8208dac7 70 85 85 85\n824d71d535cfb8a6 100 82 82 82\n824d71d535cfb8a6 100 97 97 97\n824d71d535cfb8a6 100 98 98 98\n6b6f125129d33bea 69 100 100 100\n6b6f125129d33bea 69 105 105 105\n6b6f125129d33bea 69 109 109 109\n5982f4d2e4ab094c 116 75 75 75\n5982f4d2e4ab094c 230 243 243 243\n5982f4d2e4ab094c 230 254 254 254\n5f5dc0d5714db647 30 5 5 5\n5f5dc0d5714db647 30 7 7 7\n5f5dc0d5714db647 86 98 98 98\n755a04a95cecafd7 14 9 9 9\n755a04a95cecafd7 62 78 78 78\n755a04a95cecafd7 62 88 88 88\n70c0208b58192a51 132 89 89 89\n70c0208b58192a51 132 109 109 109\n70c0208b58192a51 180 181 181 181\n5cce330e210390f8 55 58 58 58\n5cce330e210390f8 55 64 64 64\n5cce330e210390f8 55 67 67 67\n4d32701d6d977b1e 88 89 89 89\n4d32701d6d977b1e 88 107 107 107\n4d32701d6d977b1e 88 127 127 127\n59c75010c3c87a56 40 4 4 4\n59c75010c3c87a56 40 7 7 7\n59c75010c3c87a56 123 151 151 151\n0122933cf8ab3317 1 0 0 0\n0122933cf8ab3317 49 56 56 56\n0122933cf8ab3317 49 73 73 73\n1a3b21d1505c8046 67 69 69 69\n1a3b21d1505c8046 67 72 72 72\n1a3b21d1505c8046 67 76 76 76\n139055b26734436f 8 4 4 4\n139055b26734436f 56 58 58 58\n139055b26734436f 56 66 66 66\na665e1844f299737 84 85 85 85\na665e1844f299737 84 91 91 91\na665e1844f299737 84 100 100 100\n171403db6cb88926 69 50 50 50\n171403db6cb88926 131 154 154 154\n171403db6cb88926 131 175 175 175\n7c9971fb046c8d9a 7 1 1 1\n7c9971fb046c8d9a 58 77 77 77\n7c9971fb046c8d9a 58 95 95 95\n0d01d4d6c5d5297e 9 0 0 0\n0d01d4d6c5d5297e 98 101 101 101\n0d01d4d6c5d5297e 98 104 104 104\n7f02b92b02054056 122 132 132 132\n7f02b92b02054056 122 136 136 136\n7f02b92b02054056 122 143 143 143\n4edc4bd321e79bb3 6 0 0 0\n4edc4bd321e79bb3 6 3 3 3\n4edc4bd321e79bb3 53 54 54 54\nec2745428712d42b 46 2 2 2\nec2745428712d42b 46 14 14 14\nec2745428712d42b 46 36 36 36\n0e2c96cd97e73a38 29 0 0 0\n0e2c96cd97e73a38 29 1 1 1\n0e2c96cd97e73a38 29 23 23 23\n2eb515bff528d3c3 106 62 62 62\n2eb515bff528d3c3 106 70 70 70\n2eb515bff528d3c3 106 89 89 89\nd4614e0f45d75411 5 0 0 0\nd4614e0f45d75411 5 2 2 2\nd4614e0f45d75411 5 4 4 4\n138bb7b0b25e4669 59 19 19 19\n138bb7b0b25e4669 59 20 20 20\n138bb7b0b25e4669 59 56 56 56\n3783162ee796a21c 49 31 31 31\n3783162ee796a21c 49 34 34 34\n3783162ee796a21c 49 46 46 46\na65bba28a045b797 9 2 2 2\na65bba28a045b797 9 5 5 5\na65bba28a045b797 71 73 73 73\nda1719931a8bfcc0 1 0 0 0\nda1719931a8bfcc0 67 68 68 68\nda1719931a8bfcc0 67 71 71 71\n91003e6d8ca5edff 13 5 5 5\n91003e6d8ca5edff 13 9 9 9\n91003e6d8ca5edff 65 66 66 66\n63bbec5b2c43e0eb 7 2 2 2\n63bbec5b2c43e0eb 7 3 3 3\n63bbec5b2c43e0eb 7 6 6 6\n4130aefaca885090 31 0 0 0\n4130aefaca885090 31 10 10 10\n4130aefaca885090 31 30 30 30\n7191bbeaae9913d6 47 55 55 55\n7191bbeaae9913d6 47 61 61 61\n7191bbeaae9913d6 47 62 62 62\n646a8d75b0253ec0 76 77 77 77\n646a8d75b0253ec0 76 80 80 80\n646a8d75b0253ec0 76 81 81 81\n64e3cb9c2f6e7160 6 1 1 1\n64e3cb9c2f6e7160 57 63 63 63\n64e3cb9c2f6e7160 57 68 68 68\na96b791715eb6fc4 73 70 70 70\na96b791715eb6fc4 133 144 144 144\na96b791715eb6fc4 133 152 152 152\nf774bf01fa079987 113 114 114 114\nf774bf01fa079987 113 118 118 118\nf774bf01fa079987 113 119 119 119\ndb50799f4ed823f8 22 7 7 7\ndb50799f4ed823f8 22 13 13 13\ndb50799f4ed823f8 22 14 14 14\n6263d5147e42a3f0 14 0 0 0\n6263d5147e42a3f0 65 74 74 74\n6263d5147e42a3f0 65 76 76 76\n4bf9ef4705f35e8f 10 6 6 6\n4bf9ef4705f35e8f 10 8 8 8\n4bf9ef4705f35e8f 61 62 62 62\nb019544d6c047f77 92 60 60 60\nb019544d6c047f77 92 90 90 90\nb019544d6c047f77 146 187 187 187\nc44ece72968c02ed 14 1 1 1\nc44ece72968c02ed 14 11 11 11\nc44ece72968c02ed 14 13 13 13\n12dce44829d88985 196 180 180 180\n12dce44829d88985 196 193 193 193\n12dce44829d88985 242 245 245 245\nd56a801fae1ad98a 66 76 76 76\nd56a801fae1ad98a 66 80 80 80\nd56a801fae1ad98a 66 89 89 89\nd76607d37608e7ce 52 60 60 60\nd76607d37608e7ce 52 87 87 87\nd76607d37608e7ce 52 93 93 93\n537b6025597bfa35 27 24 24 24\n537b6025597bfa35 80 93 93 93\n537b6025597bfa35 80 114 114 114\nbf3d04f34a597b40 5 0 0 0\nbf3d04f34a597b40 5 2 2 2\nbf3d04f34a597b40 5 4 4 4\naae70c6fa6094d11 43 7 7 7\naae70c6fa6094d11 98 99 99 99\naae70c6fa6094d11 98 107 107 107\nf1491f77f36896d5 12 1 1 1\nf1491f77f36896d5 57 66 66 66\nf1491f77f36896d5 57 69 69 69\n47b5d62899ea4869 65 68 68 68\n47b5d62899ea4869 65 70 70 70\n47b5d62899ea4869 65 73 73 73\n0ede2c8fbe52c1d3 30 2 2 2\n0ede2c8fbe52c1d3 30 4 4 4\n0ede2c8fbe52c1d3 30 13 13 13\na25c24839b6d427c 42 8 8 8\na25c24839b6d427c 42 17 17 17\na25c24839b6d427c 42 18 18 18\n9754d9df0b3a33d8 27 4 4 4\n9754d9df0b3a33d8 27 19 19 19\n9754d9df0b3a33d8 27 23 23 23\na5845c40c9a3b5fc 87 94 94 94\na5845c40c9a3b5fc 87 100 100 100\na5845c40c9a3b5fc 87 103 103 103\n06058474f164c53d 92 69 69 69\n06058474f164c53d 92 87 87 87\n06058474f164c53d 199 212 212 212\ne81a09ef63b432f1 55 28 28 28\ne81a09ef63b432f1 55 42 42 42\ne81a09ef63b432f1 55 43 43 43\nb91f6cbd009997ca 76 37 37 37\nb91f6cbd009997ca 76 70 70 70\nb91f6cbd009997ca 138 182 182 182\n7e490c28db9ba35f 3 0 0 0\n7e490c28db9ba35f 3 1 1 1\n7e490c28db9ba35f 3 2 2 2\n828069d300980423 12 3 3 3\n828069d300980423 12 6 6 6\n828069d300980423 86 106 106 106\ne72a2c3f8d113456 11 4 4 4\ne72a2c3f8d113456 56 65 65 65\ne72a2c3f8d113456 56 77 77 77\n8d2b9a87c140969c 52 25 25 25\n8d2b9a87c140969c 112 116 116 116\n8d2b9a87c140969c 112 140 140 140\n46c9e2d86e7d4c41 82 91 91 91\n46c9e2d86e7d4c41 82 113 113 113\n46c9e2d86e7d4c41 82 125 125 125\n487e2f9d93c162c9 48 15 15 15\n487e2f9d93c162c9 48 20 20 20\n487e2f9d93c162c9 48 47 47 47\n90199bd048843777 22 1 1 1\n90199bd048843777 22 8 8 8\n90199bd048843777 22 9 9 9\n03bcb03930ff1ace 81 40 40 40\n03bcb03930ff1ace 81 57 57 57\n03bcb03930ff1ace 183 227 227 227\na9aa153e56d42a24 116 125 125 125\na9aa153e56d42a24 116 143 143 143\na9aa153e56d42a24 116 161 161 161\n80d4d88a8fae957d 15 5 5 5\n80d4d88a8fae957d 15 7 7 7\n80d4d88a8fae957d 15 14 14 14\n91ca1a8e3257081d 88 90 90 90\n91ca1a8e3257081d 88 102 102 102\n91ca1a8e3257081d 88 114 114 114\ne10a99d73518050a 51 64 64 64\ne10a99d73518050a 51 69 69 69\ne10a99d73518050a 51 75 75 75\nb06ecc51968af19b 115 70 70 70\nb06ecc51968af19b 115 104 104 104\nb06ecc51968af19b 164 188 188 188\n2ad4ea800caafe09 9 7 7 7\n2ad4ea800caafe09 59 71 71 71\n2ad4ea800caafe09 59 73 73 73\n2ffe00ad70fe9c00 62 65 65 65\n2ffe00ad70fe9c00 62 75 75 75\n2ffe00ad70fe9c00 62 93 93 93\n0f1f245fa1c181ae 81 68 68 68\n0f1f245fa1c181ae 140 141 141 141\n0f1f245fa1c181ae 140 184 184 184\nb838a34c5884a7fc 44 33 33 33\nb838a34c5884a7fc 98 102 102 102\nb838a34c5884a7fc 98 105 105 105\nc11e65f0a568bfff 34 5 5 5\nc11e65f0a568bfff 34 6 6 6\nc11e65f0a568bfff 34 16 16 16\nc9753d2d1f66ab43 10 4 4 4\nc9753d2d1f66ab43 77 79 79 79\nc9753d2d1f66ab43 77 83 83 83\na0671c9cfe5a2777 66 67 67 67\na0671c9cfe5a2777 66 85 85 85\na0671c9cfe5a2777 66 107 107 107\na03594dbdf6e6992 188 149 149 149\na03594dbdf6e6992 188 187 187 187\na03594dbdf6e6992 233 249 249 249\n4771409f1d4c017a 47 48 48 48\n4771409f1d4c017a 47 49 49 49\n4771409f1d4c017a 47 50 50 50\n4938177a0e6e2fbe 129 93 93 93\n4938177a0e6e2fbe 129 106 106 106\n4938177a0e6e2fbe 204 219 219 219\n32294ad73efca3db 114 103 103 103\n32294ad73efca3db 114 110 110 110\n32294ad73efca3db 184 229 229 229\n661caf1253b8ac0b 26 23 23 23\n661caf1253b8ac0b 77 86 86 86\n661caf1253b8ac0b 77 101 101 101\n5570474575713996 26 25 25 25\n5570474575713996 113 121 121 121\n5570474575713996 113 122 122 122\n6ea698b2758e7b75 15 5 5 5\n6ea698b2758e7b75 61 80 80 80\n6ea698b2758e7b75 61 92 92 92\n03e141d7afac53e4 15 13 13 13\n03e141d7afac53e4 75 98 98 98\n03e141d7afac53e4 75 111 111 111\n76466eea8d2ed2a4 10 6 6 6\n76466eea8d2ed2a4 57 65 65 65\n76466eea8d2ed2a4 57 67 67 67\ne38b31c94a851c67 46 59 59 59\ne38b31c94a851c67 46 62 62 62\ne38b31c94a851c67 46 64 64 64\n46fdfa2a16c7c811 53 55 55 55\n46fdfa2a16c7c811 53 62 62 62\n46fdfa2a16c7c811 53 89 89 89\n67ebb21cac8007c0 52 60 60 60\n67ebb21cac8007c0 52 74 74 74\n67ebb21cac8007c0 52 91 91 91\n79e41e8ef0be37b0 31 0 0 0\n79e41e8ef0be37b0 31 14 14 14\n79e41e8ef0be37b0 101 126 126 126\n99d2a9d83c84a382 1 0 0 0\n99d2a9d83c84a382 46 47 47 47\n99d2a9d83c84a382 46 48 48 48\n36977643258aa392 17 10 10 10\n36977643258aa392 76 90 90 90\n36977643258aa392 76 96 96 96\n74f0df58af67db3d 168 151 151 151\n74f0df58af67db3d 220 250 250 250\n74f0df58af67db3d 220 262 262 262\n570df8491b7dbe68 52 58 58 58\n570df8491b7dbe68 52 59 59 59\n570df8491b7dbe68 52 78 78 78\n776518d4349b6098 21 13 13 13\n776518d4349b6098 129 163 163 163\n776518d4349b6098 129 172 172 172\nf18bcd7fe4f9ed5b 59 14 14 14\nf18bcd7fe4f9ed5b 59 47 47 47\nf18bcd7fe4f9ed5b 104 110 110 110\n0553c19e8933374a 63 35 35 35\n0553c19e8933374a 111 125 125 125\n0553c19e8933374a 111 152 152 152\n0e060f89ae0a469a 23 10 10 10\n0e060f89ae0a469a 23 12 12 12\n0e060f89ae0a469a 68 82 82 82\n1c742e548e8698c9 59 61 61 61\n1c742e548e8698c9 59 66 66 66\n1c742e548e8698c9 59 71 71 71\n7a874ba9dd12cff8 3 1 1 1\n7a874ba9dd12cff8 3 2 2 2\n7a874ba9dd12cff8 51 53 53 53\n9ade3de25195709e 5 0 0 0\n9ade3de25195709e 5 1 1 1\n9ade3de25195709e 5 4 4 4\n2a41503583d146ed 129 117 117 117\n2a41503583d146ed 179 182 182 182\n2a41503583d146ed 179 212 212 212\n411c4dd047c49cde 53 11 11 11\n411c4dd047c49cde 53 14 14 14\n411c4dd047c49cde 53 44 44 44\n5e040cd0758dcc96 105 66 66 66\n5e040cd0758dcc96 105 73 73 73\n5e040cd0758dcc96 105 100 100 100\n6ed778f27070d0b8 13 12 12 12\n6ed778f27070d0b8 89 90 90 90\n6ed778f27070d0b8 89 93 93 93\n78340c5032da9768 49 54 54 54\n78340c5032da9768 49 55 55 55\n78340c5032da9768 49 59 59 59\ne89e33990a253fe7 15 14 14 14\ne89e33990a253fe7 64 66 66 66\ne89e33990a253fe7 64 76 76 76\n735cfe5b4fcadb57 82 90 90 90\n735cfe5b4fcadb57 82 100 100 100\n735cfe5b4fcadb57 82 110 110 110\nff0749db248be7fb 14 6 6 6\nff0749db248be7fb 63 71 71 71\nff0749db248be7fb 63 108 108 108\n5ec63def20f953d4 47 50 50 50\n5ec63def20f953d4 47 52 52 52\n5ec63def20f953d4 47 53 53 53\n9a33ec521f9309ad 6 2 2 2\n9a33ec521f9309ad 130 147 147 147\n9a33ec521f9309ad 130 157 157 157\nad70ee13c2907a28 18 14 14 14\nad70ee13c2907a28 117 122 122 122\nad70ee13c2907a28 117 131 131 131\n0539bcecbc483dfe 8 2 2 2\n0539bcecbc483dfe 8 6 6 6\n0539bcecbc483dfe 65 67 67 67\n6382b931b5db6933 35 17 17 17\n6382b931b5db6933 35 30 30 30\n6382b931b5db6933 93 104 104 104\nbd284b553bd53937 26 2 2 2\nbd284b553bd53937 26 13 13 13\nbd284b553bd53937 89 112 112 112\n74556b6ffb2e09ce 25 4 4 4\n74556b6ffb2e09ce 82 87 87 87\n74556b6ffb2e09ce 82 90 90 90\nf793e374e29bbd16 16 7 7 7\nf793e374e29bbd16 125 127 127 127\nf793e374e29bbd16 125 150 150 150\n816083dbb9f9222f 47 3 3 3\n816083dbb9f9222f 128 150 150 150\n816083dbb9f9222f 128 161 161 161\n6eee39e72091b94f 81 37 37 37\n6eee39e72091b94f 81 78 78 78\n6eee39e72091b94f 149 178 178 178\n6bfdc8fba533b80b 110 112 112 112\n6bfdc8fba533b80b 110 125 125 125\n6bfdc8fba533b80b 110 142 142 142\nff58ffaac40eb035 66 53 53 53\nff58ffaac40eb035 66 58 58 58\nff58ffaac40eb035 121 161 161 161\n91a9d523f9fd0da2 202 178 178 178\n91a9d523f9fd0da2 258 262 262 262\n91a9d523f9fd0da2 258 271 271 271\n8d26fa274011d7a5 9 0 0 0\n8d26fa274011d7a5 58 63 63 63\n8d26fa274011d7a5 58 73 73 73\nfa60fab979100404 128 138 138 138\nfa60fab979100404 128 162 162 162\nfa60fab979100404 128 168 168 168\naefd86f8dce0dff9 27 0 0 0\naefd86f8dce0dff9 77 84 84 84\naefd86f8dce0dff9 77 99 99 99\n296ec0d98f4d4151 138 93 93 93\n296ec0d98f4d4151 138 105 105 105\n296ec0d98f4d4151 138 119 119 119\n4828fb60e4a871ee 10 7 7 7\n4828fb60e4a871ee 10 9 9 9\n4828fb60e4a871ee 73 74 74 74\ne818e33eef1fba07 30 4 4 4\ne818e33eef1fba07 30 20 20 20\ne818e33eef1fba07 30 28 28 28\n2d510b02062e6ec1 3 0 0 0\n2d510b02062e6ec1 3 1 1 1\n2d510b02062e6ec1 3 2 2 2\n00a54225c5cb1913 33 11 11 11\n00a54225c5cb1913 33 20 20 20\n00a54225c5cb1913 78 84 84 84\nadf922b462281699 10 2 2 2\nadf922b462281699 10 9 9 9\nadf922b462281699 71 88 88 88\n446626a2bd617d24 58 42 42 42\n446626a2bd617d24 58 48 48 48\n446626a2bd617d24 58 53 53 53\nb4944635e320b7e2 31 22 22 22\nb4944635e320b7e2 95 97 97 97\nb4944635e320b7e2 95 102 102 102\n98baa63be3c8d972 35 6 6 6\n98baa63be3c8d972 35 15 15 15\n98baa63be3c8d972 35 27 27 27\n4ec2510baca79e6b 5 2 2 2\n4ec2510baca79e6b 71 81 81 81\n4ec2510baca79e6b 71 86 86 86\n2c6fb46edb748fe5 150 127 127 127\n2c6fb46edb748fe5 211 237 237 237\n2c6fb46edb748fe5 211 240 240 240\na1c1bbdcf7044b55 28 20 20 20\na1c1bbdcf7044b55 28 22 22 22\na1c1bbdcf7044b55 28 24 24 24\nd935340627e379d5 46 49 49 49\nd935340627e379d5 46 52 52 52\nd935340627e379d5 46 55 55 55\n1515d37824dd6b22 81 76 76 76\n1515d37824dd6b22 215 228 228 228\n1515d37824dd6b22 215 243 243 243\nda776979cf3e60bb 46 47 47 47\nda776979cf3e60bb 46 59 59 59\nda776979cf3e60bb 46 69 69 69\n6e732d8294b42cb2 10 0 0 0\n6e732d8294b42cb2 10 3 3 3\n6e732d8294b42cb2 10 5 5 5\n1f079ee70c21002d 41 27 27 27\n1f079ee70c21002d 89 93 93 93\n1f079ee70c21002d 89 118 118 118\n9e9abcf868def66b 60 96 96 96\n9e9abcf868def66b 60 98 98 98\n9e9abcf868def66b 60 102 102 102\n67550b0b94607869 60 66 66 66\n67550b0b94607869 60 69 69 69\n67550b0b94607869 60 70 70 70\n26756a2949159fad 5 1 1 1\n26756a2949159fad 60 63 63 63\n26756a2949159fad 60 67 67 67\naa28c267679a0e92 50 7 7 7\naa28c267679a0e92 50 22 22 22\naa28c267679a0e92 50 34 34 34\ncf56c91d489a13e5 204 160 160 160\ncf56c91d489a13e5 204 174 174 174\ncf56c91d489a13e5 204 202 202 202\n9bf5cdf080f47209 47 50 50 50\n9bf5cdf080f47209 47 55 55 55\n9bf5cdf080f47209 47 65 65 65\n069a9416dc6a373b 63 69 69 69\n069a9416dc6a373b 63 74 74 74\n069a9416dc6a373b 63 75 75 75\n2c48ab563b92a1d5 67 29 29 29\n2c48ab563b92a1d5 67 40 40 40\n2c48ab563b92a1d5 67 62 62 62\n9bf9f3c5a3beae72 12 1 1 1\n9bf9f3c5a3beae72 12 3 3 3\n9bf9f3c5a3beae72 12 7 7 7\n4d162b68bb19944e 69 46 46 46\n4d162b68bb19944e 69 58 58 58\n4d162b68bb19944e 115 121 121 121\n1cc1ff58dc89d230 37 3 3 3\n1cc1ff58dc89d230 135 146 146 146\n1cc1ff58dc89d230 135 161 161 161\nf83c61b3be7f9e0f 51 58 58 58\nf83c61b3be7f9e0f 51 63 63 63\nf83c61b3be7f9e0f 51 70 70 70\n7a4f2fc608aaaa3a 32 4 4 4\n7a4f2fc608aaaa3a 32 14 14 14\n7a4f2fc608aaaa3a 151 185 185 185\nc35ee89f14344a11 34 4 4 4\nc35ee89f14344a11 34 10 10 10\nc35ee89f14344a11 34 11 11 11\n90c04a7e5ea87bf8 48 49 49 49\n90c04a7e5ea87bf8 48 50 50 50\n90c04a7e5ea87bf8 48 51 51 51\n460455f96fa1a1d6 12 1 1 1\n460455f96fa1a1d6 12 3 3 3\n460455f96fa1a1d6 12 7 7 7\n83fce665197661bc 17 1 1 1\n83fce665197661bc 17 6 6 6\n83fce665197661bc 17 14 14 14\n1c5514d49d61bafc 29 8 8 8\n1c5514d49d61bafc 29 24 24 24\n1c5514d49d61bafc 81 85 85 85\n85d5e67f108f6d25 84 90 90 90\n85d5e67f108f6d25 84 92 92 92\n85d5e67f108f6d25 84 104 104 104\n965f6f023c3a74e8 4 3 3 3\n965f6f023c3a74e8 66 74 74 74\n965f6f023c3a74e8 66 85 85 85\n8c31b5348ee92edb 101 62 62 62\n8c31b5348ee92edb 101 93 93 93\n8c31b5348ee92edb 233 266 266 266\n7ee58108d3e509ab 3 0 0 0\n7ee58108d3e509ab 51 83 83 83\n7ee58108d3e509ab 51 95 95 95\nb069002c7fb91d78 23 8 8 8\nb069002c7fb91d78 72 74 74 74\nb069002c7fb91d78 72 78 78 78\n8ab4e422f733d62c 46 74 74 74\n8ab4e422f733d62c 46 77 77 77\n8ab4e422f733d62c 46 81 81 81\n8831b4796894fa86 46 6 6 6\n8831b4796894fa86 46 36 36 36\n8831b4796894fa86 46 41 41 41\n4317016b336431be 10 4 4 4\n4317016b336431be 101 124 124 124\n4317016b336431be 101 141 141 141\ne5dc905f2d09e08f 49 9 9 9\ne5dc905f2d09e08f 49 38 38 38\ne5dc905f2d09e08f 115 116 116 116\n8a2f8d48f81d6f1b 71 98 98 98\n8a2f8d48f81d6f1b 71 102 102 102\n8a2f8d48f81d6f1b 71 105 105 105\n388cb2f0ff1a6cad 67 68 68 68\n388cb2f0ff1a6cad 67 70 70 70\n388cb2f0ff1a6cad 67 104 104 104\n9266d12186a3612c 225 186 186 186\n9266d12186a3612c 225 188 188 188\n9266d12186a3612c 225 220 220 220\n6ab8e820c7b718c0 147 167 167 167\n6ab8e820c7b718c0 147 181 181 181\n6ab8e820c7b718c0 147 187 187 187\n341486831d3657b8 1 0 0 0\n341486831d3657b8 47 49 49 49\n341486831d3657b8 47 50 50 50\n0a5eeb4466dd19bb 65 69 69 69\n0a5eeb4466dd19bb 65 104 104 104\n0a5eeb4466dd19bb 65 109 109 109\n7fad45df233ddce8 46 52 52 52\n7fad45df233ddce8 46 65 65 65\n7fad45df233ddce8 46 66 66 66\n75c7801702268d0d 81 91 91 91\n75c7801702268d0d 81 103 103 103\n75c7801702268d0d 81 121 121 121\ndd079d20965f781a 186 165 165 165\ndd079d20965f781a 236 250 250 250\ndd079d20965f781a 236 264 264 264\na207c644e9d3dc96 43 8 8 8\na207c644e9d3dc96 43 19 19 19\na207c644e9d3dc96 43 42 42 42\n6cbe92f07b0e2adb 77 70 70 70\n6cbe92f07b0e2adb 123 143 143 143\n6cbe92f07b0e2adb 123 144 144 144\nb8dc10bac55b02ff 11 0 0 0\nb8dc10bac55b02ff 62 77 77 77\nb8dc10bac55b02ff 62 105 105 105\n144c2c2c52734f15 58 19 19 19\n144c2c2c52734f15 58 31 31 31\n144c2c2c52734f15 58 33 33 33\na8d08ac825b73e6c 21 18 18 18\na8d08ac825b73e6c 72 97 97 97\na8d08ac825b73e6c 72 102 102 102\n888c0f8b1eb412e9 67 81 81 81\n888c0f8b1eb412e9 67 87 87 87\n888c0f8b1eb412e9 67 98 98 98\naab2e43d122a5068 17 4 4 4\naab2e43d122a5068 17 10 10 10\naab2e43d122a5068 17 12 12 12\n2fca5797ae48529b 70 72 72 72\n2fca5797ae48529b 70 78 78 78\n2fca5797ae48529b 70 88 88 88\nd8a33236ad25f1f7 28 2 2 2\nd8a33236ad25f1f7 28 11 11 11\nd8a33236ad25f1f7 28 16 16 16\n25cb07fc0e6b4b4e 26 13 13 13\n25cb07fc0e6b4b4e 104 109 109 109\n25cb07fc0e6b4b4e 104 117 117 117\n91d121e4f1068479 25 10 10 10\n91d121e4f1068479 25 22 22 22\n91d121e4f1068479 98 116 116 116\nd196ef0cbc7584ed 15 9 9 9\nd196ef0cbc7584ed 66 75 75 75\nd196ef0cbc7584ed 66 84 84 84\nd0f984315730fa83 67 100 100 100\nd0f984315730fa83 67 102 102 102\nd0f984315730fa83 67 104 104 104\na6f82c20483fd87b 31 12 12 12\na6f82c20483fd87b 83 110 110 110\na6f82c20483fd87b 83 117 117 117\nde7b8597e87c0513 121 102 102 102\nde7b8597e87c0513 237 255 255 255\nde7b8597e87c0513 237 261 261 261\n997585fea10d93c5 37 2 2 2\n997585fea10d93c5 37 3 3 3\n997585fea10d93c5 37 7 7 7\nf533f7e3ca2b82b2 147 160 160 160\nf533f7e3ca2b82b2 147 175 175 175\nf533f7e3ca2b82b2 147 190 190 190\n96650b10c768bb2a 81 71 71 71\n96650b10c768bb2a 128 133 133 133\n96650b10c768bb2a 128 137 137 137\n6f39ec95b78cff82 62 33 33 33\n6f39ec95b78cff82 62 57 57 57\n6f39ec95b78cff82 62 59 59 59\nbdca5b7cf748f034 20 19 19 19\nbdca5b7cf748f034 103 138 138 138\nbdca5b7cf748f034 103 146 146 146\n1025622b7f308760 35 4 4 4\n1025622b7f308760 35 20 20 20\n1025622b7f308760 35 31 31 31\n6d26113c55522ac6 8 5 5 5\n6d26113c55522ac6 58 78 78 78\n6d26113c55522ac6 58 88 88 88\nb82906a1cb724885 13 5 5 5\nb82906a1cb724885 13 9 9 9\nb82906a1cb724885 13 10 10 10\nd5204fb7c2268cb2 59 64 64 64\nd5204fb7c2268cb2 59 79 79 79\nd5204fb7c2268cb2 59 90 90 90\n21b9d476c5a49c63 49 60 60 60\n21b9d476c5a49c63 49 71 71 71\n21b9d476c5a49c63 49 89 89 89\n227e06087cbffb2b 44 8 8 8\n227e06087cbffb2b 44 16 16 16\n227e06087cbffb2b 90 99 99 99\n86e00a902518e491 36 1 1 1\n86e00a902518e491 36 12 12 12\n86e00a902518e491 36 22 22 22\na81e5e9f488fb99d 73 32 32 32\na81e5e9f488fb99d 73 39 39 39\na81e5e9f488fb99d 73 68 68 68\ne3f5c078d61c2802 72 74 74 74\ne3f5c078d61c2802 72 77 77 77\ne3f5c078d61c2802 72 82 82 82\nf4b4148fbb2eaf48 57 16 16 16\nf4b4148fbb2eaf48 57 35 35 35\nf4b4148fbb2eaf48 112 114 114 114\ncd44faed91f43924 79 36 36 36\ncd44faed91f43924 79 45 45 45\ncd44faed91f43924 136 181 181 181\na72f7f942b9d78cf 91 60 60 60\na72f7f942b9d78cf 91 71 71 71\na72f7f942b9d78cf 91 77 77 77\ne29b483e3b210c75 160 166 166 166\ne29b483e3b210c75 160 167 167 167\ne29b483e3b210c75 160 203 203 203\n8f4b034b1b213245 37 4 4 4\n8f4b034b1b213245 37 20 20 20\n8f4b034b1b213245 37 26 26 26\neaa904f7a64d9ac7 11 5 5 5\neaa904f7a64d9ac7 11 7 7 7\neaa904f7a64d9ac7 99 104 104 104\naf4b71cad42eae90 99 106 106 106\naf4b71cad42eae90 99 111 111 111\naf4b71cad42eae90 99 113 113 113\nf490ca16bce0257c 60 64 64 64\nf490ca16bce0257c 60 82 82 82\nf490ca16bce0257c 60 87 87 87\na724c3e42bed1de1 39 2 2 2\na724c3e42bed1de1 100 105 105 105\na724c3e42bed1de1 100 141 141 141\neac13f3b1145593c 5 1 1 1\neac13f3b1145593c 5 2 2 2\neac13f3b1145593c 5 4 4 4\n655534415899fe16 11 7 7 7\n655534415899fe16 65 69 69 69\n655534415899fe16 65 70 70 70\nb272cee06e67c29d 6 2 2 2\nb272cee06e67c29d 6 4 4 4\nb272cee06e67c29d 6 5 5 5\n979a448316da37b4 56 63 63 63\n979a448316da37b4 56 79 79 79\n979a448316da37b4 56 98 98 98\ndafb6e5578f28159 11 7 7 7\ndafb6e5578f28159 11 8 8 8\ndafb6e5578f28159 11 9 9 9\nd971457c81bca597 44 6 6 6\nd971457c81bca597 108 109 109 109\nd971457c81bca597 108 119 119 119\n7b6aeebf20a4a9f9 62 68 68 68\n7b6aeebf20a4a9f9 62 69 69 69\n7b6aeebf20a4a9f9 62 74 74 74\n3c31d7b9f2792ed9 52 8 8 8\n3c31d7b9f2792ed9 97 101 101 101\n3c31d7b9f2792ed9 97 104 104 104\nb1a6fef04d0179d1 51 20 20 20\nb1a6fef04d0179d1 51 39 39 39\nb1a6fef04d0179d1 179 199 199 199\n982cdf2ed96f95de 146 118 118 118\n982cdf2ed96f95de 146 135 135 135\n982cdf2ed96f95de 146 144 144 144\n4ce642bc93f1bb5a 60 63 63 63\n4ce642bc93f1bb5a 60 65 65 65\n4ce642bc93f1bb5a 60 68 68 68\nfeff777cf65ea218 56 57 57 57\nfeff777cf65ea218 56 58 58 58\nfeff777cf65ea218 56 60 60 60\n57942df316f9d05a 42 2 2 2\n57942df316f9d05a 42 40 40 40\n57942df316f9d05a 91 123 123 123\ndeb368fb90770550 56 65 65 65\ndeb368fb90770550 56 68 68 68\ndeb368fb90770550 56 75 75 75\n51eb9835344baa4e 47 40 40 40\n51eb9835344baa4e 113 114 114 114\n51eb9835344baa4e 113 117 117 117\n9122321d30c32925 20 4 4 4\n9122321d30c32925 20 6 6 6\n9122321d30c32925 20 9 9 9\nba41d63524479e17 45 19 19 19\nba41d63524479e17 45 29 29 29\nba41d63524479e17 93 94 94 94\nff5a1ac1c745469d 85 86 86 86\nff5a1ac1c745469d 85 106 106 106\nff5a1ac1c745469d 85 107 107 107\n41f438dd19aae981 84 92 92 92\n41f438dd19aae981 84 117 117 117\n41f438dd19aae981 84 128 128 128\n57019809ea43aa10 5 1 1 1\n57019809ea43aa10 5 2 2 2\n57019809ea43aa10 72 74 74 74\n6af46768387ef0a0 83 49 49 49\n6af46768387ef0a0 83 75 75 75\n6af46768387ef0a0 205 249 249 249\n654f32598ac690de 50 18 18 18\n654f32598ac690de 50 38 38 38\n654f32598ac690de 97 106 106 106\n57ddd8a18a6a6d31 18 0 0 0\n57ddd8a18a6a6d31 18 2 2 2\n57ddd8a18a6a6d31 18 4 4 4\n58b3ece8c60a2f9d 45 47 47 47\n58b3ece8c60a2f9d 45 48 48 48\n58b3ece8c60a2f9d 45 49 49 49\nc6cba9f073cc2be7 86 88 88 88\nc6cba9f073cc2be7 86 89 89 89\nc6cba9f073cc2be7 86 100 100 100\n517a0ca238082eb6 11 3 3 3\n517a0ca238082eb6 68 70 70 70\n517a0ca238082eb6 68 71 71 71\n842cc3728f93d1f4 98 62 62 62\n842cc3728f93d1f4 98 70 70 70\n842cc3728f93d1f4 98 93 93 93\nd33a2a3775064031 2 0 0 0\nd33a2a3775064031 52 59 59 59\nd33a2a3775064031 52 65 65 65\ned68a7a690b2861d 67 35 35 35\ned68a7a690b2861d 67 51 51 51\ned68a7a690b2861d 67 59 59 59\n6a746e30bdff82ce 15 0 0 0\n6a746e30bdff82ce 15 10 10 10\n6a746e30bdff82ce 15 12 12 12\n985e96f409410e5f 8 3 3 3\n985e96f409410e5f 8 6 6 6\n985e96f409410e5f 83 87 87 87\n5dc5972828706741 47 60 60 60\n5dc5972828706741 47 66 66 66\n5dc5972828706741 47 67 67 67\necf8f945dc42ec62 60 74 74 74\necf8f945dc42ec62 60 82 82 82\necf8f945dc42ec62 60 102 102 102\n297b57a9296052ce 26 3 3 3\n297b57a9296052ce 26 19 19 19\n297b57a9296052ce 79 111 111 111\nb76be69049c01063 49 10 10 10\nb76be69049c01063 49 11 11 11\nb76be69049c01063 49 28 28 28\n7851cbd9a2176e51 16 0 0 0\n7851cbd9a2176e51 16 2 2 2\n7851cbd9a2176e51 16 11 11 11\nc43892f312b3c85b 47 3 3 3\nc43892f312b3c85b 47 21 21 21\nc43892f312b3c85b 47 24 24 24\nf0a596e2bdf17e8b 11 3 3 3\nf0a596e2bdf17e8b 11 4 4 4\nf0a596e2bdf17e8b 60 72 72 72\n92fc4bf81becbf19 57 84 84 84\n92fc4bf81becbf19 57 89 89 89\n92fc4bf81becbf19 57 99 99 99\n3fdaa028b8baad4a 26 4 4 4\n3fdaa028b8baad4a 26 7 7 7\n3fdaa028b8baad4a 26 22 22 22\ncbc66cef2ae88877 25 12 12 12\ncbc66cef2ae88877 125 127 127 127\ncbc66cef2ae88877 125 163 163 163\ned9cb9687de07bc4 11 2 2 2\ned9cb9687de07bc4 11 4 4 4\ned9cb9687de07bc4 60 63 63 63\n2b41e71d509a8b8f 18 10 10 10\n2b41e71d509a8b8f 18 12 12 12\n2b41e71d509a8b8f 65 70 70 70\n736608c3b5c67bc4 17 3 3 3\n736608c3b5c67bc4 17 15 15 15\n736608c3b5c67bc4 68 75 75 75\n8cd0751d81606c64 75 53 53 53\n8cd0751d81606c64 144 164 164 164\n8cd0751d81606c64 144 167 167 167\naecabc9b97e2af02 177 137 137 137\naecabc9b97e2af02 222 244 244 244\naecabc9b97e2af02 222 253 253 253\n2c80f9eb0d3b2bb4 33 2 2 2\n2c80f9eb0d3b2bb4 33 14 14 14\n2c80f9eb0d3b2bb4 87 90 90 90\nf1d0853959ba52c3 200 161 161 161\nf1d0853959ba52c3 265 267 267 267\nf1d0853959ba52c3 265 269 269 269\n60b21485e6a87336 42 14 14 14\n60b21485e6a87336 42 36 36 36\n60b21485e6a87336 42 39 39 39\n6d3856431e0b8efe 21 11 11 11\n6d3856431e0b8efe 21 15 15 15\n6d3856431e0b8efe 72 94 94 94\nd9ee8fae58026380 71 72 72 72\nd9ee8fae58026380 71 75 75 75\nd9ee8fae58026380 71 77 77 77\na00bf32154d7880f 22 18 18 18\na00bf32154d7880f 22 20 20 20\na00bf32154d7880f 76 79 79 79\ncdd838481bc961fc 77 38 38 38\ncdd838481bc961fc 77 47 47 47\ncdd838481bc961fc 77 63 63 63\n15ca8e1fce488c19 29 2 2 2\n15ca8e1fce488c19 29 7 7 7\n15ca8e1fce488c19 29 23 23 23\nf1d9d9caf8269fe6 15 10 10 10\nf1d9d9caf8269fe6 15 11 11 11\nf1d9d9caf8269fe6 15 14 14 14\n219825f542e6ee4b 97 59 59 59\n219825f542e6ee4b 97 73 73 73\n219825f542e6ee4b 97 83 83 83\nf4110e06667c78ec 51 55 55 55\nf4110e06667c78ec 51 56 56 56\nf4110e06667c78ec 51 60 60 60\n471abe46b812be64 29 17 17 17\n471abe46b812be64 29 20 20 20\n471abe46b812be64 76 81 81 81\nec2d59988dd203b0 64 66 66 66\nec2d59988dd203b0 64 75 75 75\nec2d59988dd203b0 64 86 86 86\nb4aa4ac1a59f75ca 49 51 51 51\nb4aa4ac1a59f75ca 49 52 52 52\nb4aa4ac1a59f75ca 49 57 57 57\nf968e1bb4d5f9e4b 115 85 85 85\nf968e1bb4d5f9e4b 115 87 87 87\nf968e1bb4d5f9e4b 115 113 113 113\nbe7cd9fd996a8054 65 69 69 69\nbe7cd9fd996a8054 65 85 85 85\nbe7cd9fd996a8054 65 87 87 87\nfbeb367248e705bc 117 107 107 107\nfbeb367248e705bc 117 110 110 110\nfbeb367248e705bc 197 200 200 200\n5cfdc624d8295fd2 62 70 70 70\n5cfdc624d8295fd2 62 93 93 93\n5cfdc624d8295fd2 62 105 105 105\nd69dc6c3720a2b8b 38 7 7 7\nd69dc6c3720a2b8b 92 100 100 100\nd69dc6c3720a2b8b 92 121 121 121\n9498c6a0f89e4198 10 5 5 5\n9498c6a0f89e4198 10 7 7 7\n9498c6a0f89e4198 58 61 61 61\nad543396707ee644 87 76 76 76\nad543396707ee644 179 180 180 180\nad543396707ee644 179 186 186 186\n58141aba88608ca6 66 64 64 64\n58141aba88608ca6 136 154 154 154\n58141aba88608ca6 136 181 181 181\n304dd8f38dbeef0f 45 21 21 21\n304dd8f38dbeef0f 45 30 30 30\n304dd8f38dbeef0f 45 35 35 35\nca896b9824333d2f 51 65 65 65\nca896b9824333d2f 51 80 80 80\nca896b9824333d2f 51 96 96 96\n5a2c2af8cf1765b2 205 209 209 209\n5a2c2af8cf1765b2 205 214 214 214\n5a2c2af8cf1765b2 205 221 221 221\nbc5a74179a33531d 47 4 4 4\nbc5a74179a33531d 47 34 34 34\nbc5a74179a33531d 128 164 164 164\n1798c9640d8875e6 29 6 6 6\n1798c9640d8875e6 29 18 18 18\n1798c9640d8875e6 75 77 77 77\n4ade6d5fe4b32738 26 5 5 5\n4ade6d5fe4b32738 26 13 13 13\n4ade6d5fe4b32738 78 92 92 92\n325ff82707386438 106 89 89 89\n325ff82707386438 106 100 100 100\n325ff82707386438 196 210 210 210\nb7a740bab983da12 93 116 116 116\nb7a740bab983da12 93 117 117 117\nb7a740bab983da12 93 121 121 121\n9d5a1b9e70599ba8 2 0 0 0\n9d5a1b9e70599ba8 84 99 99 99\n9d5a1b9e70599ba8 84 105 105 105\n73cba6d74e4f2fc0 50 72 72 72\n73cba6d74e4f2fc0 50 73 73 73\n73cba6d74e4f2fc0 50 93 93 93\n3c64a373bc1c53bd 122 93 93 93\n3c64a373bc1c53bd 122 120 120 120\n3c64a373bc1c53bd 169 172 172 172\n3b9420585a1e66fc 79 56 56 56\n3b9420585a1e66fc 126 130 130 130\n3b9420585a1e66fc 126 140 140 140\nd93e0c99ff4db752 19 4 4 4\nd93e0c99ff4db752 19 7 7 7\nd93e0c99ff4db752 19 18 18 18\ncc61d422a49ca86b 78 108 108 108\ncc61d422a49ca86b 78 117 117 117\ncc61d422a49ca86b 78 123 123 123\n7fa8ed6af92f3d2e 27 1 1 1\n7fa8ed6af92f3d2e 27 6 6 6\n7fa8ed6af92f3d2e 92 113 113 113\nf3824ed340a3012e 30 3 3 3\nf3824ed340a3012e 78 80 80 80\nf3824ed340a3012e 78 84 84 84\nc929c97aa8db7ce9 4 1 1 1\nc929c97aa8db7ce9 4 3 3 3\nc929c97aa8db7ce9 51 52 52 52\n7a18ec7dc0bdf907 55 11 11 11\n7a18ec7dc0bdf907 113 126 126 126\n7a18ec7dc0bdf907 113 140 140 140\neee9047b6388fce2 107 113 113 113\neee9047b6388fce2 107 131 131 131\neee9047b6388fce2 107 139 139 139\nbb181e68415b169e 5 1 1 1\nbb181e68415b169e 78 81 81 81\nbb181e68415b169e 78 96 96 96\neaffbdd81f80a5ea 20 0 0 0\neaffbdd81f80a5ea 86 91 91 91\neaffbdd81f80a5ea 86 104 104 104\n4161944d7d592071 10 1 1 1\n4161944d7d592071 55 60 60 60\n4161944d7d592071 55 72 72 72\nbb8805ce62490d3b 24 14 14 14\nbb8805ce62490d3b 24 18 18 18\nbb8805ce62490d3b 72 75 75 75\n1d7af31482baf61c 151 133 133 133\n1d7af31482baf61c 219 227 227 227\n1d7af31482baf61c 219 228 228 228\n7f471654fcf9d5c6 51 15 15 15\n7f471654fcf9d5c6 51 17 17 17\n7f471654fcf9d5c6 51 29 29 29\n565e02ef3d0d7726 144 106 106 106\n565e02ef3d0d7726 144 125 125 125\n565e02ef3d0d7726 223 242 242 242\n10ac0ae67d317d11 57 17 17 17\n10ac0ae67d317d11 57 50 50 50\n10ac0ae67d317d11 138 149 149 149\n2d8f1ccdb70c156a 127 83 83 83\n2d8f1ccdb70c156a 127 95 95 95\n2d8f1ccdb70c156a 127 114 114 114\nff3a963c55fcb436 32 8 8 8\nff3a963c55fcb436 32 15 15 15\nff3a963c55fcb436 105 120 120 120\n1c840c855f0c8421 17 8 8 8\n1c840c855f0c8421 17 12 12 12\n1c840c855f0c8421 145 160 160 160\n4bd922d1e75cc936 173 157 157 157\n4bd922d1e75cc936 225 236 236 236\n4bd922d1e75cc936 225 246 246 246\nb72e2bcd74f7714a 14 0 0 0\nb72e2bcd74f7714a 14 2 2 2\nb72e2bcd74f7714a 14 11 11 11\ncd21f3bf53352154 21 8 8 8\ncd21f3bf53352154 73 87 87 87\ncd21f3bf53352154 73 115 115 115\na19f6478fc81b340 6 3 3 3\na19f6478fc81b340 77 78 78 78\na19f6478fc81b340 77 79 79 79\nfccdfdacbcdd9b4b 12 7 7 7\nfccdfdacbcdd9b4b 12 8 8 8\nfccdfdacbcdd9b4b 12 10 10 10\n6f187c1dfc6ab480 74 79 79 79\n6f187c1dfc6ab480 74 80 80 80\n6f187c1dfc6ab480 74 90 90 90\nedbdb6ad0b956efb 52 20 20 20\nedbdb6ad0b956efb 52 26 26 26\nedbdb6ad0b956efb 52 29 29 29\n61c9d4900b04ed36 93 91 91 91\n61c9d4900b04ed36 142 159 159 159\n61c9d4900b04ed36 142 173 173 173\nd63597aeceeebf11 154 148 148 148\nd63597aeceeebf11 202 208 208 208\nd63597aeceeebf11 202 238 238 238\nd74eadb206cb092b 3 0 0 0\nd74eadb206cb092b 3 2 2 2\nd74eadb206cb092b 95 113 113 113\n8ee1f3a303113b74 29 0 0 0\n8ee1f3a303113b74 29 18 18 18\n8ee1f3a303113b74 29 25 25 25\n15a138312ad94718 22 0 0 0\n15a138312ad94718 22 20 20 20\n15a138312ad94718 22 21 21 21\nc44e247cfebc8863 112 89 89 89\nc44e247cfebc8863 112 108 108 108\nc44e247cfebc8863 236 277 277 277\n50b2183db14d713d 51 7 7 7\n50b2183db14d713d 51 43 43 43\n50b2183db14d713d 112 138 138 138\nd3ee158fc48d1df3 2 1 1 1\nd3ee158fc48d1df3 58 66 66 66\nd3ee158fc48d1df3 58 67 67 67\na2a28e092f01eaf3 115 90 90 90\na2a28e092f01eaf3 115 107 107 107\na2a28e092f01eaf3 115 109 109 109\ne3b2936f70d1dba6 51 75 75 75\ne3b2936f70d1dba6 51 79 79 79\ne3b2936f70d1dba6 51 80 80 80\n818f878fa36ae7bd 43 1 1 1\n818f878fa36ae7bd 43 31 31 31\n818f878fa36ae7bd 100 115 115 115\n3e8363be673dafa2 26 3 3 3\n3e8363be673dafa2 26 17 17 17\n3e8363be673dafa2 71 73 73 73\nf4f0bff9558dc66e 62 67 67 67\nf4f0bff9558dc66e 62 68 68 68\nf4f0bff9558dc66e 62 70 70 70\n58cd1a5b2a77a3d1 8 4 4 4\n58cd1a5b2a77a3d1 85 92 92 92\n58cd1a5b2a77a3d1 85 121 121 121\n95539306aec62cf4 45 35 35 35\n95539306aec62cf4 45 37 37 37\n95539306aec62cf4 45 40 40 40\ne37a3ccac0ec67df 46 62 62 62\ne37a3ccac0ec67df 46 74 74 74\ne37a3ccac0ec67df 46 80 80 80\n7ea580d5a9a04052 45 48 48 48\n7ea580d5a9a04052 45 52 52 52\n7ea580d5a9a04052 45 54 54 54\n296241182c2df900 7 1 1 1\n296241182c2df900 121 132 132 132\n296241182c2df900 121 144 144 144\ndb1aba7b5254ae5b 152 149 149 149\ndb1aba7b5254ae5b 208 233 233 233\ndb1aba7b5254ae5b 208 235 235 235\n5f19cedc37860936 23 7 7 7\n5f19cedc37860936 23 17 17 17\n5f19cedc37860936 144 165 165 165\n2276982dbc5a23e2 61 72 72 72\n2276982dbc5a23e2 61 77 77 77\n2276982dbc5a23e2 61 80 80 80\nc323b0dccaa46d8b 80 84 84 84\nc323b0dccaa46d8b 80 87 87 87\nc323b0dccaa46d8b 80 112 112 112\n39f03d5fb1807102 47 2 2 2\n39f03d5fb1807102 47 37 37 37\n39f03d5fb1807102 47 40 40 40\n2f7f2369486cc959 52 34 34 34\n2f7f2369486cc959 52 41 41 41\n2f7f2369486cc959 52 45 45 45\nd55a1c9b8e8fca0c 48 4 4 4\nd55a1c9b8e8fca0c 48 9 9 9\nd55a1c9b8e8fca0c 48 33 33 33\na0a5b8d202fb87ee 26 0 0 0\na0a5b8d202fb87ee 26 12 12 12\na0a5b8d202fb87ee 72 75 75 75\nb4c2c2cb9d279a99 14 4 4 4\nb4c2c2cb9d279a99 122 130 130 130\nb4c2c2cb9d279a99 122 141 141 141\n2a8cd9f87b3c9a2b 41 16 16 16\n2a8cd9f87b3c9a2b 41 18 18 18\n2a8cd9f87b3c9a2b 132 152 152 152\n3164f4c30188d403 18 9 9 9\n3164f4c30188d403 18 17 17 17\n3164f4c30188d403 63 67 67 67\na3c61456cdbd1a0c 12 0 0 0\na3c61456cdbd1a0c 12 11 11 11\na3c61456cdbd1a0c 61 62 62 62\n6f27cc9bba11d979 31 28 28 28\n6f27cc9bba11d979 102 119 119 119\n6f27cc9bba11d979 102 122 122 122\nbc64a62e612c27ce 46 7 7 7\nbc64a62e612c27ce 46 27 27 27\nbc64a62e612c27ce 46 31 31 31\n31b5667e16de1d94 70 75 75 75\n31b5667e16de1d94 70 79 79 79\n31b5667e16de1d94 70 89 89 89\nda549aefc6c2dde7 4 3 3 3\nda549aefc6c2dde7 49 52 52 52\nda549aefc6c2dde7 49 53 53 53\n6cbea20651231bd1 59 23 23 23\n6cbea20651231bd1 59 53 53 53\n6cbea20651231bd1 130 149 149 149\n8e4d579084c96cec 18 0 0 0\n8e4d579084c96cec 66 81 81 81\n8e4d579084c96cec 66 84 84 84\n89e757dfd2868e3f 29 13 13 13\n89e757dfd2868e3f 29 15 15 15\n89e757dfd2868e3f 29 25 25 25\n69178f54e00142ec 23 13 13 13\n69178f54e00142ec 23 15 15 15\n69178f54e00142ec 76 78 78 78\n16a23081fd821e92 102 112 112 112\n16a23081fd821e92 102 119 119 119\n16a23081fd821e92 102 123 123 123\ncbe2cdb46cc61aea 31 17 17 17\ncbe2cdb46cc61aea 31 19 19 19\ncbe2cdb46cc61aea 31 25 25 25\ne03e87ffb93f2fd2 99 84 84 84\ne03e87ffb93f2fd2 99 88 88 88\ne03e87ffb93f2fd2 153 162 162 162\n10a3511b61f40243 174 136 136 136\n10a3511b61f40243 227 241 241 241\n10a3511b61f40243 227 247 247 247\n652e52a792054980 31 14 14 14\n652e52a792054980 31 22 22 22\n652e52a792054980 31 23 23 23\n2da082dfb7a66b4d 68 23 23 23\n2da082dfb7a66b4d 126 165 165 165\n2da082dfb7a66b4d 126 166 166 166\n66ccdb8a7d9405d5 52 60 60 60\n66ccdb8a7d9405d5 52 70 70 70\n66ccdb8a7d9405d5 52 97 97 97\n05bacb6d6a4741b0 8 3 3 3\n05bacb6d6a4741b0 55 59 59 59\n05bacb6d6a4741b0 55 67 67 67\n004dd4b46a06e5be 52 70 70 70\n004dd4b46a06e5be 52 76 76 76\n004dd4b46a06e5be 52 89 89 89\n840219677e368865 15 2 2 2\n840219677e368865 15 7 7 7\n840219677e368865 15 13 13 13\n61cd6fd0d589ceb4 10 5 5 5\n61cd6fd0d589ceb4 60 62 62 62\n61cd6fd0d589ceb4 60 74 74 74\na17558fffd6c73a5 36 19 19 19\na17558fffd6c73a5 96 129 129 129\na17558fffd6c73a5 96 135 135 135\n60ba12107f341e4c 43 10 10 10\n60ba12107f341e4c 43 13 13 13\n60ba12107f341e4c 91 99 99 99\n8b1f087653c7ae16 110 87 87 87\n8b1f087653c7ae16 163 174 174 174\n8b1f087653c7ae16 163 191 191 191\n5ae93f51119ea22e 49 23 23 23\n5ae93f51119ea22e 126 151 151 151\n5ae93f51119ea22e 126 157 157 157\n5bcbe26d31a2e63c 38 37 37 37\n5bcbe26d31a2e63c 154 187 187 187\n5bcbe26d31a2e63c 154 193 193 193\ne544d80550e0ed87 6 4 4 4\ne544d80550e0ed87 54 59 59 59\ne544d80550e0ed87 54 98 98 98\nd7e49ddc912912eb 18 3 3 3\nd7e49ddc912912eb 18 5 5 5\nd7e49ddc912912eb 74 78 78 78\n756c2bdfad5cdd55 119 76 76 76\n756c2bdfad5cdd55 119 78 78 78\n756c2bdfad5cdd55 203 229 229 229\n04e2be0415136fa9 60 63 63 63\n04e2be0415136fa9 60 65 65 65\n04e2be0415136fa9 60 71 71 71\n431795f999dc215f 22 11 11 11\n431795f999dc215f 89 97 97 97\n431795f999dc215f 89 129 129 129\nb554f9a1149e206a 41 2 2 2\nb554f9a1149e206a 41 27 27 27\nb554f9a1149e206a 41 30 30 30\n2cd27189549897bf 110 76 76 76\n2cd27189549897bf 110 92 92 92\n2cd27189549897bf 158 178 178 178\n77ba94a08d8f7ae7 17 2 2 2\n77ba94a08d8f7ae7 62 63 63 63\n77ba94a08d8f7ae7 62 65 65 65\nb442fc189f7e84cc 50 13 13 13\nb442fc189f7e84cc 50 43 43 43\nb442fc189f7e84cc 100 106 106 106\n8b1de4987e260ef4 63 66 66 66\n8b1de4987e260ef4 63 73 73 73\n8b1de4987e260ef4 63 98 98 98\n9ea6c81864762100 40 30 30 30\n9ea6c81864762100 98 119 119 119\n9ea6c81864762100 98 130 130 130\n3546ce778c659b03 21 10 10 10\n3546ce778c659b03 21 12 12 12\n3546ce778c659b03 71 76 76 76\nc724076fdb4665ae 13 3 3 3\nc724076fdb4665ae 13 6 6 6\nc724076fdb4665ae 129 135 135 135\na13869916b17b4c7 105 63 63 63\na13869916b17b4c7 105 75 75 75\na13869916b17b4c7 169 188 188 188\n4908fab97c9bcec7 47 30 30 30\n4908fab97c9bcec7 110 116 116 116\n4908fab97c9bcec7 110 150 150 150\n2945a940639798ce 172 164 164 164\n2945a940639798ce 172 170 170 170\n2945a940639798ce 246 258 258 258\nf5b151019f9010a5 46 13 13 13\nf5b151019f9010a5 123 158 158 158\nf5b151019f9010a5 123 160 160 160\n172c99489b18e0e6 190 145 145 145\n172c99489b18e0e6 190 153 153 153\n172c99489b18e0e6 190 171 171 171\n6c6d91342f5e4803 61 62 62 62\n6c6d91342f5e4803 61 65 65 65\n6c6d91342f5e4803 61 70 70 70\nc9ffc172d4cf2f8f 64 69 69 69\nc9ffc172d4cf2f8f 64 103 103 103\nc9ffc172d4cf2f8f 64 106 106 106\ne1e11f6e94576a7f 17 0 0 0\ne1e11f6e94576a7f 17 2 2 2\ne1e11f6e94576a7f 17 9 9 9\n1f1a76ed6db1dae5 8 2 2 2\n1f1a76ed6db1dae5 8 4 4 4\n1f1a76ed6db1dae5 64 65 65 65\n3cc4c306db84c6fe 64 46 46 46\n3cc4c306db84c6fe 142 143 143 143\n3cc4c306db84c6fe 142 150 150 150\n26245c3bf975cb44 5 1 1 1\n26245c3bf975cb44 5 4 4 4\n26245c3bf975cb44 57 90 90 90\nf815dfc42d162fea 68 39 39 39\nf815dfc42d162fea 68 50 50 50\nf815dfc42d162fea 136 137 137 137\n18089956e2be2289 91 94 94 94\n18089956e2be2289 91 97 97 97\n18089956e2be2289 91 101 101 101\n233d7cca6c4c628b 6 3 3 3\n233d7cca6c4c628b 6 5 5 5\n233d7cca6c4c628b 55 85 85 85\nd886b5dfef09feb2 29 18 18 18\nd886b5dfef09feb2 140 141 141 141\nd886b5dfef09feb2 140 149 149 149\n8ab933b10c307f96 29 14 14 14\n8ab933b10c307f96 29 25 25 25\n8ab933b10c307f96 29 26 26 26\nc35d7671553924e5 28 12 12 12\nc35d7671553924e5 28 13 13 13\nc35d7671553924e5 116 118 118 118\na3679fb63dda3a83 66 25 25 25\na3679fb63dda3a83 66 27 27 27\na3679fb63dda3a83 114 122 122 122\nb5da81bebf3c0710 64 37 37 37\nb5da81bebf3c0710 64 46 46 46\nb5da81bebf3c0710 64 52 52 52\n36056faee50a621f 51 8 8 8\n36056faee50a621f 51 11 11 11\n36056faee50a621f 116 127 127 127\n04b580ea1f4df0a5 45 16 16 16\n04b580ea1f4df0a5 45 19 19 19\n04b580ea1f4df0a5 45 26 26 26\n19b0cd79a126e8bd 166 174 174 174\n19b0cd79a126e8bd 166 185 185 185\n19b0cd79a126e8bd 166 192 192 192\n08d5cde674e47324 9 3 3 3\n08d5cde674e47324 9 8 8 8\n08d5cde674e47324 58 64 64 64\nc271a72734e5b269 12 11 11 11\nc271a72734e5b269 62 67 67 67\nc271a72734e5b269 62 95 95 95\n5dcd7861e0c26df5 84 100 100 100\n5dcd7861e0c26df5 84 107 107 107\n5dcd7861e0c26df5 84 115 115 115\n7d723e5d5ee3884d 121 83 83 83\n7d723e5d5ee3884d 121 101 101 101\n7d723e5d5ee3884d 121 108 108 108\nae956b54a63e137e 159 133 133 133\nae956b54a63e137e 159 136 136 136\nae956b54a63e137e 159 150 150 150\nde188793714f8576 70 71 71 71\nde188793714f8576 70 75 75 75\nde188793714f8576 70 98 98 98\n0017ce4c6a39d122 113 132 132 132\n0017ce4c6a39d122 113 138 138 138\n0017ce4c6a39d122 113 157 157 157\n8e8b6c80f4465009 46 48 48 48\n8e8b6c80f4465009 46 64 64 64\n8e8b6c80f4465009 46 74 74 74\n226646771975e6db 30 7 7 7\n226646771975e6db 30 16 16 16\n226646771975e6db 30 25 25 25\n1b3589c90e199821 17 4 4 4\n1b3589c90e199821 17 15 15 15\n1b3589c90e199821 62 64 64 64\nb3e41cf29c9baa8e 30 15 15 15\nb3e41cf29c9baa8e 30 20 20 20\nb3e41cf29c9baa8e 79 80 80 80\n7aab5d3f7767ed1e 54 55 55 55\n7aab5d3f7767ed1e 54 62 62 62\n7aab5d3f7767ed1e 54 64 64 64\nc098d994e6751117 103 106 106 106\nc098d994e6751117 103 108 108 108\nc098d994e6751117 103 114 114 114\n4d5885aa7e39e090 4 0 0 0\n4d5885aa7e39e090 4 2 2 2\n4d5885aa7e39e090 4 3 3 3\na674ca864ad8992d 13 6 6 6\na674ca864ad8992d 78 80 80 80\na674ca864ad8992d 78 94 94 94\n0c25287b812367cd 17 8 8 8\n0c25287b812367cd 17 9 9 9\n0c25287b812367cd 71 73 73 73\ne6b4cb8ad82b5f07 6 2 2 2\ne6b4cb8ad82b5f07 6 3 3 3\ne6b4cb8ad82b5f07 6 4 4 4\nc10fddd77195eccc 25 7 7 7\nc10fddd77195eccc 72 80 80 80\nc10fddd77195eccc 72 105 105 105\nf22301abb4ab062c 13 12 12 12\nf22301abb4ab062c 63 75 75 75\nf22301abb4ab062c 63 79 79 79\n2b0cbc443e6c3c6d 52 15 15 15\n2b0cbc443e6c3c6d 52 18 18 18\n2b0cbc443e6c3c6d 52 30 30 30\n7ed09c7605ab6f69 98 101 101 101\n7ed09c7605ab6f69 98 111 111 111\n7ed09c7605ab6f69 98 128 128 128\n4f7ce11656b1bf7b 1 0 0 0\n4f7ce11656b1bf7b 80 82 82 82\n4f7ce11656b1bf7b 80 86 86 86\n6d764e8551754631 19 12 12 12\n6d764e8551754631 74 75 75 75\n6d764e8551754631 74 95 95 95\nee512b8fed64e346 48 9 9 9\nee512b8fed64e346 48 30 30 30\nee512b8fed64e346 48 32 32 32\n8000d5e5ca364d8b 136 121 121 121\n8000d5e5ca364d8b 136 130 130 130\n8000d5e5ca364d8b 267 270 270 270\nb59d323db46b8e8c 49 8 8 8\nb59d323db46b8e8c 49 27 27 27\nb59d323db46b8e8c 49 28 28 28\n6e5bd067ea61158c 177 152 152 152\n6e5bd067ea61158c 177 159 159 159\n6e5bd067ea61158c 177 166 166 166\n7baf24a573cca683 33 9 9 9\n7baf24a573cca683 79 87 87 87\n7baf24a573cca683 79 88 88 88\n93496017ed6c3f16 28 13 13 13\n93496017ed6c3f16 28 18 18 18\n93496017ed6c3f16 28 25 25 25\n36fb4d41b00581c4 109 118 118 118\n36fb4d41b00581c4 109 127 127 127\n36fb4d41b00581c4 109 147 147 147\n210fc445b9e254f5 76 80 80 80\n210fc445b9e254f5 76 84 84 84\n210fc445b9e254f5 76 95 95 95\nf073f9fe79303793 15 10 10 10\nf073f9fe79303793 62 71 71 71\nf073f9fe79303793 62 82 82 82\n4ffde39f9974cbec 55 63 63 63\n4ffde39f9974cbec 55 93 93 93\n4ffde39f9974cbec 55 94 94 94\nb6ab04d0a8e79e29 61 71 71 71\nb6ab04d0a8e79e29 61 77 77 77\nb6ab04d0a8e79e29 61 78 78 78\n1eca36ec55b88fe4 5 4 4 4\n1eca36ec55b88fe4 86 91 91 91\n1eca36ec55b88fe4 86 108 108 108\nfe255d26bfef2f2b 28 13 13 13\nfe255d26bfef2f2b 85 106 106 106\nfe255d26bfef2f2b 85 110 110 110\nf56884f938bcf8f3 22 17 17 17\nf56884f938bcf8f3 70 74 74 74\nf56884f938bcf8f3 70 90 90 90\nebd1ce931f852b44 56 61 61 61\nebd1ce931f852b44 56 63 63 63\nebd1ce931f852b44 56 65 65 65\n37d09bda74c92a93 92 49 49 49\n37d09bda74c92a93 92 61 61 61\n37d09bda74c92a93 92 62 62 62\n05a0ad1e2aa632e7 105 113 113 113\n05a0ad1e2aa632e7 105 117 117 117\n05a0ad1e2aa632e7 105 131 131 131\nbb034d246e698ecb 114 108 108 108\nbb034d246e698ecb 114 110 110 110\nbb034d246e698ecb 199 207 207 207\n972caf32a4a5c57a 210 181 181 181\n972caf32a4a5c57a 210 186 186 186\n972caf32a4a5c57a 210 208 208 208\n8b938862ee0e89a2 3 0 0 0\n8b938862ee0e89a2 73 80 80 80\n8b938862ee0e89a2 73 83 83 83\n5a827d3f2a424513 10 4 4 4\n5a827d3f2a424513 10 5 5 5\n5a827d3f2a424513 10 6 6 6\nf6f46314516a7f3b 46 16 16 16\nf6f46314516a7f3b 46 37 37 37\nf6f46314516a7f3b 158 180 180 180\n9cf5050816fcefaa 99 109 109 109\n9cf5050816fcefaa 99 141 141 141\n9cf5050816fcefaa 99 142 142 142\na18bf05a766ba17d 14 2 2 2\na18bf05a766ba17d 14 12 12 12\na18bf05a766ba17d 14 13 13 13\n133ee6e537353604 47 54 54 54\n133ee6e537353604 47 59 59 59\n133ee6e537353604 47 78 78 78\nb009fbe3950ebeb2 50 30 30 30\nb009fbe3950ebeb2 172 203 203 203\nb009fbe3950ebeb2 172 205 205 205\nfc4410feec1308a2 64 77 77 77\nfc4410feec1308a2 64 103 103 103\nfc4410feec1308a2 64 104 104 104\nc48cae17bb7fe0df 2 0 0 0\nc48cae17bb7fe0df 49 51 51 51\nc48cae17bb7fe0df 49 52 52 52\n35e8c6c2168dd087 64 55 55 55\n35e8c6c2168dd087 146 155 155 155\n35e8c6c2168dd087 146 191 191 191\n75f6f7af02e66490 88 90 90 90\n75f6f7af02e66490 88 97 97 97\n75f6f7af02e66490 88 113 113 113\ndd1c1d26525a2a1b 23 14 14 14\ndd1c1d26525a2a1b 23 21 21 21\ndd1c1d26525a2a1b 23 22 22 22\n1be3758972b35151 20 2 2 2\n1be3758972b35151 20 5 5 5\n1be3758972b35151 66 67 67 67\nfcb0cb3d3da5c2e5 6 5 5 5\nfcb0cb3d3da5c2e5 86 123 123 123\nfcb0cb3d3da5c2e5 86 131 131 131\n2e470f6e2c83566a 10 7 7 7\n2e470f6e2c83566a 10 8 8 8\n2e470f6e2c83566a 10 9 9 9\n50459a4ce306cb3f 137 101 101 101\n50459a4ce306cb3f 137 120 120 120\n50459a4ce306cb3f 137 126 126 126\nc6b410e69e499cf3 22 5 5 5\nc6b410e69e499cf3 87 89 89 89\nc6b410e69e499cf3 87 98 98 98\n4833b3d2a8184313 23 21 21 21\n4833b3d2a8184313 23 22 22 22\n4833b3d2a8184313 72 82 82 82\n91e469c1698f1da4 120 80 80 80\n91e469c1698f1da4 191 207 207 207\n91e469c1698f1da4 191 220 220 220\n1840ae9e2494443e 8 1 1 1\n1840ae9e2494443e 53 68 68 68\n1840ae9e2494443e 53 86 86 86\n77861592d98909b7 6 3 3 3\n77861592d98909b7 6 4 4 4\n77861592d98909b7 53 58 58 58\n01a2277ee817b310 3 1 1 1\n01a2277ee817b310 59 87 87 87\n01a2277ee817b310 59 96 96 96\n22085848f943c2c6 45 46 46 46\n22085848f943c2c6 45 64 64 64\n22085848f943c2c6 45 75 75 75\n34b35070a9e24f32 144 163 163 163\n34b35070a9e24f32 144 174 174 174\n34b35070a9e24f32 144 179 179 179\n9c1cd390ea3e2dd1 48 25 25 25\n9c1cd390ea3e2dd1 48 28 28 28\n9c1cd390ea3e2dd1 48 33 33 33\nc1a4a2a5405eec62 64 53 53 53\nc1a4a2a5405eec62 64 58 58 58\nc1a4a2a5405eec62 120 132 132 132\nd5068134e0888c2a 46 47 47 47\nd5068134e0888c2a 46 71 71 71\nd5068134e0888c2a 46 73 73 73\neb0797ba712e6f66 3 1 1 1\neb0797ba712e6f66 73 78 78 78\neb0797ba712e6f66 73 81 81 81\n4a7e531e1a35d424 11 6 6 6\n4a7e531e1a35d424 100 107 107 107\n4a7e531e1a35d424 100 108 108 108\n45f5a75e63afd4a2 23 18 18 18\n45f5a75e63afd4a2 155 168 168 168\n45f5a75e63afd4a2 155 176 176 176\ne8f62270af0b786d 41 17 17 17\ne8f62270af0b786d 41 38 38 38\ne8f62270af0b786d 41 39 39 39\n7279cead5e739056 13 2 2 2\n7279cead5e739056 13 5 5 5\n7279cead5e739056 13 11 11 11\n168e0f4071d2fe58 151 125 125 125\n168e0f4071d2fe58 151 140 140 140\n168e0f4071d2fe58 208 219 219 219\n1692fab166811028 145 150 150 150\n1692fab166811028 145 164 164 164\n1692fab166811028 145 169 169 169\ne608f38fd661a60b 2 1 1 1\ne608f38fd661a60b 49 53 53 53\ne608f38fd661a60b 49 58 58 58\n8178c1b534371987 57 63 63 63\n8178c1b534371987 57 68 68 68\n8178c1b534371987 57 86 86 86\n25b3854e6efb747d 34 15 15 15\n25b3854e6efb747d 34 29 29 29\n25b3854e6efb747d 96 109 109 109\n22b86e38854ad186 45 47 47 47\n22b86e38854ad186 45 62 62 62\n22b86e38854ad186 45 65 65 65\nb04995ec9bacd163 11 2 2 2\nb04995ec9bacd163 11 5 5 5\nb04995ec9bacd163 90 93 93 93\n7431082951c9e559 149 108 108 108\n7431082951c9e559 149 126 126 126\n7431082951c9e559 149 132 132 132\nb6c0898ba2c09616 25 2 2 2\nb6c0898ba2c09616 25 3 3 3\nb6c0898ba2c09616 25 6 6 6\nad34d90135db8473 2 0 0 0\nad34d90135db8473 2 1 1 1\nad34d90135db8473 47 48 48 48\ne315e4bd275b7036 45 46 46 46\ne315e4bd275b7036 45 47 47 47\ne315e4bd275b7036 45 48 48 48\nd06bad5707840a88 145 153 153 153\nd06bad5707840a88 145 173 173 173\nd06bad5707840a88 145 186 186 186\n6a4909956545915e 137 145 145 145\n6a4909956545915e 137 150 150 150\n6a4909956545915e 137 151 151 151\ne246e146c2368f02 33 9 9 9\ne246e146c2368f02 33 25 25 25\ne246e146c2368f02 154 170 170 170\n48e49bdd1aa706e1 40 2 2 2\n48e49bdd1aa706e1 40 21 21 21\n48e49bdd1aa706e1 40 37 37 37\n9045aa50fe465b65 67 68 68 68\n9045aa50fe465b65 67 77 77 77\n9045aa50fe465b65 67 80 80 80\n378cb83947bf2d23 9 1 1 1\n378cb83947bf2d23 54 82 82 82\n378cb83947bf2d23 54 91 91 91\n82439bbdcde76fb4 155 121 121 121\n82439bbdcde76fb4 155 124 124 124\n82439bbdcde76fb4 155 149 149 149\nfc966f25afa3659f 171 126 126 126\nfc966f25afa3659f 171 154 154 154\nfc966f25afa3659f 171 163 163 163\ne40ca395753837ce 18 14 14 14\ne40ca395753837ce 67 76 76 76\ne40ca395753837ce 67 81 81 81\n7d7aa32b53b28aa9 40 13 13 13\n7d7aa32b53b28aa9 40 24 24 24\n7d7aa32b53b28aa9 88 97 97 97\n30b1dffa5f783ecb 74 40 40 40\n30b1dffa5f783ecb 149 184 184 184\n30b1dffa5f783ecb 149 191 191 191\nffcdeb6f7e2f782f 44 25 25 25\nffcdeb6f7e2f782f 44 36 36 36\nffcdeb6f7e2f782f 44 39 39 39\nfa8217a7229a0e5b 26 0 0 0\nfa8217a7229a0e5b 26 21 21 21\nfa8217a7229a0e5b 78 85 85 85\nbd28c059c79b701f 123 93 93 93\nbd28c059c79b701f 123 118 118 118\nbd28c059c79b701f 207 228 228 228\n9ea61697c238be3d 95 99 99 99\n9ea61697c238be3d 95 123 123 123\n9ea61697c238be3d 95 140 140 140\n3e1af0b953407ef7 45 0 0 0\n3e1af0b953407ef7 45 19 19 19\n3e1af0b953407ef7 45 33 33 33\n04422a07336e32da 6 0 0 0\n04422a07336e32da 6 1 1 1\n04422a07336e32da 6 5 5 5\nff778c65ccf5ccc0 6 1 1 1\nff778c65ccf5ccc0 6 2 2 2\nff778c65ccf5ccc0 6 3 3 3\n2ef881551a7fda22 42 7 7 7\n2ef881551a7fda22 42 17 17 17\n2ef881551a7fda22 111 117 117 117\n9d2b9c6b0223cdf8 38 15 15 15\n9d2b9c6b0223cdf8 38 20 20 20\n9d2b9c6b0223cdf8 96 122 122 122\n1a246479af31922e 44 37 37 37\n1a246479af31922e 44 39 39 39\n1a246479af31922e 164 197 197 197\n3a4d7cbcf0c84668 25 0 0 0\n3a4d7cbcf0c84668 25 8 8 8\n3a4d7cbcf0c84668 75 77 77 77\n7bda96efed1cfeb2 30 8 8 8\n7bda96efed1cfeb2 30 18 18 18\n7bda96efed1cfeb2 30 22 22 22\n3dcef43736468b29 14 1 1 1\n3dcef43736468b29 63 86 86 86\n3dcef43736468b29 63 102 102 102\nbd3728fa823e6eb9 9 1 1 1\nbd3728fa823e6eb9 9 8 8 8\nbd3728fa823e6eb9 67 75 75 75\nfa53b8c13f6caabb 102 116 116 116\nfa53b8c13f6caabb 102 128 128 128\nfa53b8c13f6caabb 102 137 137 137\ncb252fb006543390 8 7 7 7\ncb252fb006543390 74 75 75 75\ncb252fb006543390 74 94 94 94\n67b6e4e43e0174cd 34 21 21 21\n67b6e4e43e0174cd 81 83 83 83\n67b6e4e43e0174cd 81 94 94 94\n3e920cc4dee08efe 63 68 68 68\n3e920cc4dee08efe 63 69 69 69\n3e920cc4dee08efe 63 72 72 72\n7d3267f6c9bbeacd 49 54 54 54\n7d3267f6c9bbeacd 49 61 61 61\n7d3267f6c9bbeacd 49 65 65 65\n41210bec1c0c87e8 22 0 0 0\n41210bec1c0c87e8 22 3 3 3\n41210bec1c0c87e8 22 11 11 11\n8b276812290942b8 96 52 52 52\n8b276812290942b8 96 70 70 70\n8b276812290942b8 96 73 73 73\n48638883e537ccda 19 1 1 1\n48638883e537ccda 64 68 68 68\n48638883e537ccda 64 79 79 79\n2c52d9d606a3ece2 83 88 88 88\n2c52d9d606a3ece2 83 123 123 123\n2c52d9d606a3ece2 83 124 124 124\nafa3ca638647dc99 67 84 84 84\nafa3ca638647dc99 67 97 97 97\nafa3ca638647dc99 67 105 105 105\n603c1f1fff7356b6 9 0 0 0\n603c1f1fff7356b6 72 78 78 78\n603c1f1fff7356b6 72 92 92 92\n721a228529a8c92c 75 50 50 50\n721a228529a8c92c 153 159 159 159\n721a228529a8c92c 153 182 182 182\nce784ea362258600 103 85 85 85\nce784ea362258600 103 90 90 90\nce784ea362258600 165 184 184 184\ncc83c06e70687498 50 54 54 54\ncc83c06e70687498 50 73 73 73\ncc83c06e70687498 50 81 81 81\n4d6d71afa551caf2 48 16 16 16\n4d6d71afa551caf2 102 103 103 103\n4d6d71afa551caf2 102 125 125 125\n649f2f99bf851742 69 84 84 84\n649f2f99bf851742 69 96 96 96\n649f2f99bf851742 69 97 97 97\na8aca13ea1962643 1 0 0 0\na8aca13ea1962643 49 50 50 50\na8aca13ea1962643 49 51 51 51\n7d38a187a70a4ce2 50 70 70 70\n7d38a187a70a4ce2 50 79 79 79\n7d38a187a70a4ce2 50 80 80 80\n2326e9820982ad81 31 6 6 6\n2326e9820982ad81 31 9 9 9\n2326e9820982ad81 77 104 104 104\n1045a0633afe8205 4 0 0 0\n1045a0633afe8205 4 2 2 2\n1045a0633afe8205 4 3 3 3\ne301f70fea73282e 115 93 93 93\ne301f70fea73282e 115 102 102 102\ne301f70fea73282e 162 164 164 164\ne38f875ac1941fd0 65 85 85 85\ne38f875ac1941fd0 65 87 87 87\ne38f875ac1941fd0 65 108 108 108\n06a2911e9add96c6 29 16 16 16\n06a2911e9add96c6 81 97 97 97\n06a2911e9add96c6 81 101 101 101\n16ed45d1ce9017df 49 46 46 46\n16ed45d1ce9017df 98 99 99 99\n16ed45d1ce9017df 98 102 102 102\n6d5c5da7304dc62e 59 83 83 83\n6d5c5da7304dc62e 59 89 89 89\n6d5c5da7304dc62e 59 90 90 90\n3d410da4d7fd9f64 61 63 63 63\n3d410da4d7fd9f64 61 65 65 65\n3d410da4d7fd9f64 61 74 74 74\n99c22019aee5e7b4 51 69 69 69\n99c22019aee5e7b4 51 82 82 82\n99c22019aee5e7b4 51 84 84 84\n46fb9c990b6f8114 36 4 4 4\n46fb9c990b6f8114 36 6 6 6\n46fb9c990b6f8114 36 31 31 31\n2a058bafbecaccf9 48 9 9 9\n2a058bafbecaccf9 48 24 24 24\n2a058bafbecaccf9 48 33 33 33\n2efc2f02a8d73480 5 1 1 1\n2efc2f02a8d73480 5 2 2 2\n2efc2f02a8d73480 50 51 51 51\n0445459f7afb0f48 55 82 82 82\n0445459f7afb0f48 55 84 84 84\n0445459f7afb0f48 55 87 87 87\n22e6c736f2f7227b 135 142 142 142\n22e6c736f2f7227b 135 163 163 163\n22e6c736f2f7227b 135 172 172 172\n9e1c9b9e7a332b30 5 3 3 3\n9e1c9b9e7a332b30 53 56 56 56\n9e1c9b9e7a332b30 53 57 57 57\n7b0c77fd638a7494 26 6 6 6\n7b0c77fd638a7494 26 11 11 11\n7b0c77fd638a7494 26 12 12 12\n84055e0ed4467578 131 119 119 119\n84055e0ed4467578 254 265 265 265\n84055e0ed4467578 254 269 269 269\ncc8602b40207efb3 47 38 38 38\ncc8602b40207efb3 106 109 109 109\ncc8602b40207efb3 106 110 110 110\n5aaed3a3a0c31e7c 40 17 17 17\n5aaed3a3a0c31e7c 40 18 18 18\n5aaed3a3a0c31e7c 40 28 28 28\na3bc8104bbfdb9a0 63 22 22 22\na3bc8104bbfdb9a0 63 32 32 32\na3bc8104bbfdb9a0 127 163 163 163\n98ec507aa8ec90dc 61 62 62 62\n98ec507aa8ec90dc 61 67 67 67\n98ec507aa8ec90dc 61 74 74 74\n088e115752ce9e56 64 45 45 45\n088e115752ce9e56 113 115 115 115\n088e115752ce9e56 113 120 120 120\nb9cbc2885d0ca0a5 34 27 27 27\nb9cbc2885d0ca0a5 103 108 108 108\nb9cbc2885d0ca0a5 103 113 113 113\nbcc7aa969e3c2e8c 1 0 0 0\nbcc7aa969e3c2e8c 47 48 48 48\nbcc7aa969e3c2e8c 47 49 49 49\nf29a95c0e9901f8f 16 4 4 4\nf29a95c0e9901f8f 16 5 5 5\nf29a95c0e9901f8f 16 12 12 12\ne3e5e812f1687e91 17 14 14 14\ne3e5e812f1687e91 72 74 74 74\ne3e5e812f1687e91 72 76 76 76\n83b630268bde3212 31 2 2 2\n83b630268bde3212 96 99 99 99\n83b630268bde3212 96 101 101 101\n58694ef1f09a6560 12 3 3 3\n58694ef1f09a6560 12 9 9 9\n58694ef1f09a6560 12 10 10 10\n790fc35bbe32c479 57 14 14 14\n790fc35bbe32c479 57 16 16 16\n790fc35bbe32c479 57 49 49 49\n33a5a85f06fcc77b 27 21 21 21\n33a5a85f06fcc77b 151 157 157 157\n33a5a85f06fcc77b 151 172 172 172\n6973accc3270c3cf 56 64 64 64\n6973accc3270c3cf 56 65 65 65\n6973accc3270c3cf 56 68 68 68\n845fcf8e2d6efde7 10 1 1 1\n845fcf8e2d6efde7 10 2 2 2\n845fcf8e2d6efde7 10 4 4 4\n2e06abf6286040e2 21 5 5 5\n2e06abf6286040e2 21 12 12 12\n2e06abf6286040e2 21 15 15 15\n8b3edb4b0db51999 9 2 2 2\n8b3edb4b0db51999 9 8 8 8\n8b3edb4b0db51999 64 65 65 65\ndffc33db51535553 20 8 8 8\ndffc33db51535553 71 85 85 85\ndffc33db51535553 71 91 91 91\nf31cf77e0547f39c 31 16 16 16\nf31cf77e0547f39c 31 21 21 21\nf31cf77e0547f39c 31 28 28 28\n19310eb8261d4bb2 24 12 12 12\n19310eb8261d4bb2 69 90 90 90\n19310eb8261d4bb2 69 93 93 93\n346a944ed156cda3 185 149 149 149\n346a944ed156cda3 185 169 169 169\n346a944ed156cda3 260 261 261 261\n1a8028b68f3964f1 8 0 0 0\n1a8028b68f3964f1 8 3 3 3\n1a8028b68f3964f1 8 5 5 5\n6a9e6a28201b4866 116 105 105 105\n6a9e6a28201b4866 223 239 239 239\n6a9e6a28201b4866 223 242 242 242\nb81460976167c310 11 1 1 1\nb81460976167c310 11 6 6 6\nb81460976167c310 97 105 105 105\n4d6494da237c0bdb 207 162 162 162\n4d6494da237c0bdb 207 200 200 200\n4d6494da237c0bdb 207 201 201 201\nf2eb184a33234cf8 162 173 173 173\nf2eb184a33234cf8 162 185 185 185\nf2eb184a33234cf8 162 192 192 192\n39c41be5e76c79c1 65 87 87 87\n39c41be5e76c79c1 65 96 96 96\n39c41be5e76c79c1 65 98 98 98\nea060dbb5b7a8991 1 0 0 0\nea060dbb5b7a8991 119 120 120 120\nea060dbb5b7a8991 119 122 122 122\nb3111967db98b796 55 57 57 57\nb3111967db98b796 55 62 62 62\nb3111967db98b796 55 69 69 69\n128bf83073de3ba1 65 43 43 43\n128bf83073de3ba1 65 55 55 55\n128bf83073de3ba1 65 59 59 59\n8f1787bd8aad1e69 11 2 2 2\n8f1787bd8aad1e69 11 3 3 3\n8f1787bd8aad1e69 81 91 91 91\n221205ddf59c5156 129 117 117 117\n221205ddf59c5156 129 126 126 126\n221205ddf59c5156 220 221 221 221\n397037082e6eb839 32 10 10 10\n397037082e6eb839 32 30 30 30\n397037082e6eb839 32 31 31 31\nde1bfd4c6e39109e 18 17 17 17\nde1bfd4c6e39109e 144 152 152 152\nde1bfd4c6e39109e 144 156 156 156\n929ed71c97317c55 93 56 56 56\n929ed71c97317c55 93 65 65 65\n929ed71c97317c55 93 85 85 85\n5535e78a16298072 51 21 21 21\n5535e78a16298072 51 43 43 43\n5535e78a16298072 112 143 143 143\n85ca4b980197e441 7 1 1 1\n85ca4b980197e441 7 4 4 4\n85ca4b980197e441 7 6 6 6\nba23b8c900ff47d5 88 102 102 102\nba23b8c900ff47d5 88 119 119 119\nba23b8c900ff47d5 88 131 131 131\n4e9fb1e7c4b43781 45 8 8 8\n4e9fb1e7c4b43781 45 9 9 9\n4e9fb1e7c4b43781 45 23 23 23\nfb723ecfff811097 89 44 44 44\nfb723ecfff811097 89 81 81 81\nfb723ecfff811097 193 216 216 216\n5ad6ed267745c139 37 4 4 4\n5ad6ed267745c139 123 131 131 131\n5ad6ed267745c139 123 139 139 139\nf93468a0f42ffca4 5 0 0 0\nf93468a0f42ffca4 5 3 3 3\nf93468a0f42ffca4 5 4 4 4\nc06de0966927fe2d 88 81 81 81\nc06de0966927fe2d 137 163 163 163\nc06de0966927fe2d 137 174 174 174\na0dcf78e4bda86c4 25 24 24 24\na0dcf78e4bda86c4 78 79 79 79\na0dcf78e4bda86c4 78 91 91 91\n45166f266dd609a3 62 17 17 17\n45166f266dd609a3 62 20 20 20\n45166f266dd609a3 62 54 54 54\n18d9631f5eb45b87 39 29 29 29\n18d9631f5eb45b87 39 37 37 37\n18d9631f5eb45b87 99 105 105 105\ne345566eff5bc31c 76 33 33 33\ne345566eff5bc31c 76 51 51 51\ne345566eff5bc31c 76 71 71 71\na4dc71631f707b9e 45 53 53 53\na4dc71631f707b9e 45 54 54 54\na4dc71631f707b9e 45 59 59 59\naccea1caf1d2eb90 99 69 69 69\naccea1caf1d2eb90 99 80 80 80\naccea1caf1d2eb90 99 92 92 92\n0718f733a326d65f 13 6 6 6\n0718f733a326d65f 13 8 8 8\n0718f733a326d65f 13 9 9 9\n94f16f00843feded 51 52 52 52\n94f16f00843feded 51 63 63 63\n94f16f00843feded 51 72 72 72\n1da33647873725fd 17 2 2 2\n1da33647873725fd 17 11 11 11\n1da33647873725fd 70 73 73 73\n5f08606bd070be09 44 9 9 9\n5f08606bd070be09 44 11 11 11\n5f08606bd070be09 44 34 34 34\nef5c25ab76b67d16 66 67 67 67\nef5c25ab76b67d16 66 74 74 74\nef5c25ab76b67d16 66 79 79 79\n8cfc4ba7194af16d 6 2 2 2\n8cfc4ba7194af16d 6 3 3 3\n8cfc4ba7194af16d 51 52 52 52\n225ae1d37a7fa519 127 82 82 82\n225ae1d37a7fa519 127 98 98 98\n225ae1d37a7fa519 250 269 269 269\n8b167e5aa51027b5 41 3 3 3\n8b167e5aa51027b5 41 25 25 25\n8b167e5aa51027b5 41 31 31 31\n689e0540485d3233 75 81 81 81\n689e0540485d3233 75 88 88 88\n689e0540485d3233 75 108 108 108\n41be40880094d8d1 135 123 123 123\n41be40880094d8d1 227 228 228 228\n41be40880094d8d1 227 233 233 233\n7099ef5810514ea6 137 110 110 110\n7099ef5810514ea6 137 131 131 131\n7099ef5810514ea6 265 272 272 272\n83d696e4f2c17678 17 3 3 3\n83d696e4f2c17678 65 66 66 66\n83d696e4f2c17678 65 74 74 74\n06eba57d1c333a3c 4 0 0 0\n06eba57d1c333a3c 53 62 62 62\n06eba57d1c333a3c 53 67 67 67\nc838fa859e909dae 28 7 7 7\nc838fa859e909dae 28 25 25 25\nc838fa859e909dae 100 126 126 126\n6289608fd1c28b12 151 115 115 115\n6289608fd1c28b12 151 126 126 126\n6289608fd1c28b12 151 128 128 128\n75029a60ed1e2ea0 99 103 103 103\n75029a60ed1e2ea0 99 105 105 105\n75029a60ed1e2ea0 99 108 108 108\n7246f91eb5f09926 4 0 0 0\n7246f91eb5f09926 74 75 75 75\n7246f91eb5f09926 74 77 77 77\n72dea96302f348e3 1 0 0 0\n72dea96302f348e3 49 51 51 51\n72dea96302f348e3 49 52 52 52\n5efa8e2a9a5c154e 16 4 4 4\n5efa8e2a9a5c154e 16 5 5 5\n5efa8e2a9a5c154e 16 6 6 6\ncf1cdf134608cb0b 46 49 49 49\ncf1cdf134608cb0b 46 51 51 51\ncf1cdf134608cb0b 46 54 54 54\nc1e3a9b6b762ca8e 137 139 139 139\nc1e3a9b6b762ca8e 137 142 142 142\nc1e3a9b6b762ca8e 137 145 145 145\n58ac12f1f515c560 78 72 72 72\n58ac12f1f515c560 209 225 225 225\n58ac12f1f515c560 209 244 244 244\nc15c6c70207e82f0 36 7 7 7\nc15c6c70207e82f0 167 170 170 170\nc15c6c70207e82f0 167 186 186 186\nc0611596a79be2b6 63 83 83 83\nc0611596a79be2b6 63 93 93 93\nc0611596a79be2b6 63 94 94 94\n3d6e04af63ebfea4 36 0 0 0\n3d6e04af63ebfea4 36 22 22 22\n3d6e04af63ebfea4 93 127 127 127\n9add67fe53d17288 23 4 4 4\n9add67fe53d17288 23 13 13 13\n9add67fe53d17288 23 19 19 19\nafbb5d72ecdc4879 12 2 2 2\nafbb5d72ecdc4879 111 132 132 132\nafbb5d72ecdc4879 111 133 133 133\na88f58e7c2580c06 41 25 25 25\na88f58e7c2580c06 162 190 190 190\na88f58e7c2580c06 162 191 191 191\ne867befd1e970f6f 30 6 6 6\ne867befd1e970f6f 30 15 15 15\ne867befd1e970f6f 30 26 26 26\nc1a68c1661afa794 44 5 5 5\nc1a68c1661afa794 44 9 9 9\nc1a68c1661afa794 44 14 14 14\n92483fd9e04d89f6 22 6 6 6\n92483fd9e04d89f6 22 11 11 11\n92483fd9e04d89f6 22 21 21 21\nb0540cde1e98672d 55 75 75 75\nb0540cde1e98672d 55 92 92 92\nb0540cde1e98672d 55 99 99 99\ne1b6bcafe19a2b1c 18 14 14 14\ne1b6bcafe19a2b1c 63 69 69 69\ne1b6bcafe19a2b1c 63 70 70 70\n92c175454af59178 72 64 64 64\n92c175454af59178 72 67 67 67\n92c175454af59178 146 167 167 167\n17a75f0b036c9cf8 11 4 4 4\n17a75f0b036c9cf8 64 76 76 76\n17a75f0b036c9cf8 64 82 82 82\n06c71ce295284689 4 0 0 0\n06c71ce295284689 49 62 62 62\n06c71ce295284689 49 66 66 66\nd8108c1e5deaa4ce 58 61 61 61\nd8108c1e5deaa4ce 58 76 76 76\nd8108c1e5deaa4ce 58 92 92 92\n066c35b1abc706be 7 1 1 1\n066c35b1abc706be 52 53 53 53\n066c35b1abc706be 52 58 58 58\na201c3986baaf229 13 10 10 10\na201c3986baaf229 75 86 86 86\na201c3986baaf229 75 89 89 89\n3389b3537eab4019 46 47 47 47\n3389b3537eab4019 46 49 49 49\n3389b3537eab4019 46 50 50 50\n477df7ad0c2e7fdb 36 20 20 20\n477df7ad0c2e7fdb 120 131 131 131\n477df7ad0c2e7fdb 120 138 138 138\naf3fef15e99d6d04 153 157 157 157\naf3fef15e99d6d04 153 163 163 163\naf3fef15e99d6d04 153 178 178 178\na3c17c88737de484 50 31 31 31\na3c17c88737de484 50 43 43 43\na3c17c88737de484 50 49 49 49\n4d723f7940392bf8 78 79 79 79\n4d723f7940392bf8 78 85 85 85\n4d723f7940392bf8 78 101 101 101\n9bd8ca4f6ead62af 71 73 73 73\n9bd8ca4f6ead62af 71 83 83 83\n9bd8ca4f6ead62af 71 87 87 87\n0c9ea3bf67254e95 7 3 3 3\n0c9ea3bf67254e95 57 60 60 60\n0c9ea3bf67254e95 57 63 63 63\n398c4688209874c9 122 135 135 135\n398c4688209874c9 122 147 147 147\n398c4688209874c9 122 167 167 167\nb8605d7a56bada1c 163 122 122 122\nb8605d7a56bada1c 163 135 135 135\nb8605d7a56bada1c 163 141 141 141\n388ed39170b69946 18 1 1 1\n388ed39170b69946 18 13 13 13\n388ed39170b69946 18 17 17 17\n388b75bd17c5332e 45 12 12 12\n388b75bd17c5332e 45 16 16 16\n388b75bd17c5332e 45 29 29 29\nf51e889848dd76a6 14 7 7 7\nf51e889848dd76a6 64 71 71 71\nf51e889848dd76a6 64 72 72 72\n76cd1d8adab4547f 47 12 12 12\n76cd1d8adab4547f 47 36 36 36\n76cd1d8adab4547f 138 159 159 159\nead2622cf1e5c9ba 103 77 77 77\nead2622cf1e5c9ba 103 82 82 82\nead2622cf1e5c9ba 187 228 228 228\nd1ede7f9cf04dd46 61 51 51 51\nd1ede7f9cf04dd46 180 189 189 189\nd1ede7f9cf04dd46 180 224 224 224\nf1ee9dc6135e5307 95 79 79 79\nf1ee9dc6135e5307 95 84 84 84\nf1ee9dc6135e5307 157 163 163 163\nc6adab7b1a6de824 11 3 3 3\nc6adab7b1a6de824 60 70 70 70\nc6adab7b1a6de824 60 76 76 76\n68ddfdcafd6cde08 15 3 3 3\n68ddfdcafd6cde08 15 14 14 14\n68ddfdcafd6cde08 116 136 136 136\nfb0d3f523276eefe 45 28 28 28\nfb0d3f523276eefe 153 156 156 156\nfb0d3f523276eefe 153 170 170 170\n09754b77eeea6dae 64 34 34 34\n09754b77eeea6dae 64 45 45 45\n09754b77eeea6dae 143 185 185 185\ndc521f053f8dc8aa 4 0 0 0\ndc521f053f8dc8aa 4 1 1 1\ndc521f053f8dc8aa 4 3 3 3\n05ddd2fee689399c 26 10 10 10\n05ddd2fee689399c 26 22 22 22\n05ddd2fee689399c 26 23 23 23\na026a3e89d7dc3b0 35 19 19 19\na026a3e89d7dc3b0 35 31 31 31\na026a3e89d7dc3b0 96 110 110 110\na6184f02127dbcbc 6 4 4 4\na6184f02127dbcbc 75 89 89 89\na6184f02127dbcbc 75 90 90 90\n139a615209ee09ac 138 117 117 117\n139a615209ee09ac 138 118 118 118\n139a615209ee09ac 186 187 187 187\n33e23b97daf5d9f0 20 1 1 1\n33e23b97daf5d9f0 20 4 4 4\n33e23b97daf5d9f0 134 162 162 162\n855d56182ceebc3a 5 2 2 2\n855d56182ceebc3a 5 4 4 4\n855d56182ceebc3a 56 61 61 61\naa86ece4f54f6512 28 3 3 3\naa86ece4f54f6512 28 11 11 11\naa86ece4f54f6512 74 80 80 80\nf12b17e53069d00b 24 6 6 6\nf12b17e53069d00b 24 7 7 7\nf12b17e53069d00b 24 22 22 22\nc58fe32a990d73ac 40 11 11 11\nc58fe32a990d73ac 40 12 12 12\nc58fe32a990d73ac 40 20 20 20\n3558c5283169e6ca 11 1 1 1\n3558c5283169e6ca 11 4 4 4\n3558c5283169e6ca 57 88 88 88\n629a5759d6c89b71 54 55 55 55\n629a5759d6c89b71 54 57 57 57\n629a5759d6c89b71 54 63 63 63\nfaa891b87b4b33ad 14 6 6 6\nfaa891b87b4b33ad 14 8 8 8\nfaa891b87b4b33ad 88 112 112 112\nbfb03eb76b5b5d55 21 2 2 2\nbfb03eb76b5b5d55 21 6 6 6\nbfb03eb76b5b5d55 21 14 14 14\nf507227ecb66c75a 42 13 13 13\nf507227ecb66c75a 42 22 22 22\nf507227ecb66c75a 122 134 134 134\n6248ebead7b571ae 66 80 80 80\n6248ebead7b571ae 66 83 83 83\n6248ebead7b571ae 66 99 99 99\nfa6c109a9ef52817 77 83 83 83\nfa6c109a9ef52817 77 84 84 84\nfa6c109a9ef52817 77 85 85 85\n1564900dd040c718 72 69 69 69\n1564900dd040c718 168 170 170 170\n1564900dd040c718 168 173 173 173\n379884ce61c4daa7 32 7 7 7\n379884ce61c4daa7 78 80 80 80\n379884ce61c4daa7 78 81 81 81\n5791fbe607160328 55 18 18 18\n5791fbe607160328 55 28 28 28\n5791fbe607160328 55 45 45 45\n24598987691df957 48 9 9 9\n24598987691df957 48 11 11 11\n24598987691df957 48 38 38 38\n3ab70559ec30a57c 91 49 49 49\n3ab70559ec30a57c 91 65 65 65\n3ab70559ec30a57c 143 150 150 150\nea665164c6291b91 26 8 8 8\nea665164c6291b91 26 25 25 25\nea665164c6291b91 155 156 156 156\n76ecf58a102ebfdd 17 2 2 2\n76ecf58a102ebfdd 98 135 135 135\n76ecf58a102ebfdd 98 139 139 139\n565ff739ca86758e 39 21 21 21\n565ff739ca86758e 86 101 101 101\n565ff739ca86758e 86 129 129 129\n6a11f06a91581fb0 21 1 1 1\n6a11f06a91581fb0 21 7 7 7\n6a11f06a91581fb0 73 75 75 75\nc4ed784ee6c885e5 46 12 12 12\nc4ed784ee6c885e5 171 173 173 173\nc4ed784ee6c885e5 171 178 178 178\n29f0d7c051d80035 80 51 51 51\n29f0d7c051d80035 153 170 170 170\n29f0d7c051d80035 153 174 174 174\neb80ed32f2d71e61 50 19 19 19\neb80ed32f2d71e61 50 33 33 33\neb80ed32f2d71e61 50 39 39 39\n907a4a1d42f08d9e 16 2 2 2\n907a4a1d42f08d9e 61 70 70 70\n907a4a1d42f08d9e 61 79 79 79\n13686755488a9d51 48 49 49 49\n13686755488a9d51 48 50 50 50\n13686755488a9d51 48 64 64 64\n9830394c83ea9a1c 25 4 4 4\n9830394c83ea9a1c 25 12 12 12\n9830394c83ea9a1c 25 22 22 22\n64786a392b532686 201 224 224 224\n64786a392b532686 201 241 241 241\n64786a392b532686 201 245 245 245\nf714ccd51adc29a8 94 69 69 69\nf714ccd51adc29a8 94 74 74 74\nf714ccd51adc29a8 159 167 167 167\n77f9b4f93cb5e2aa 41 5 5 5\n77f9b4f93cb5e2aa 41 23 23 23\n77f9b4f93cb5e2aa 97 119 119 119\n49e48d66787ecb8f 121 78 78 78\n49e48d66787ecb8f 121 80 80 80\n49e48d66787ecb8f 121 86 86 86\n3b9e04113b202116 140 107 107 107\n3b9e04113b202116 140 115 115 115\n3b9e04113b202116 140 127 127 127\nb33cff827e646ae0 21 8 8 8\nb33cff827e646ae0 21 11 11 11\nb33cff827e646ae0 21 13 13 13\nd7c7bacbf45e205e 7 2 2 2\nd7c7bacbf45e205e 7 3 3 3\nd7c7bacbf45e205e 7 5 5 5\n7eba05725c383129 103 118 118 118\n7eba05725c383129 103 129 129 129\n7eba05725c383129 103 144 144 144\n3d5114f5d7496cdd 45 62 62 62\n3d5114f5d7496cdd 45 69 69 69\n3d5114f5d7496cdd 45 87 87 87\n70d4e7655d85c3af 83 84 84 84\n70d4e7655d85c3af 83 92 92 92\n70d4e7655d85c3af 83 122 122 122\n1e847ebd7cd1174e 55 62 62 62\n1e847ebd7cd1174e 55 69 69 69\n1e847ebd7cd1174e 55 79 79 79\n7701b37839371bb3 34 4 4 4\n7701b37839371bb3 34 32 32 32\n7701b37839371bb3 34 33 33 33\n7fe47ba582a3100d 49 7 7 7\n7fe47ba582a3100d 49 38 38 38\n7fe47ba582a3100d 49 41 41 41\naff6823d5449b1ab 81 60 60 60\naff6823d5449b1ab 81 71 71 71\naff6823d5449b1ab 130 165 165 165\n2060cce4dad6f988 14 0 0 0\n2060cce4dad6f988 14 4 4 4\n2060cce4dad6f988 14 7 7 7\na321bb8614ce0e3a 108 112 112 112\na321bb8614ce0e3a 108 118 118 118\na321bb8614ce0e3a 108 144 144 144\n33a29a351c1d9800 128 101 101 101\n33a29a351c1d9800 128 110 110 110\n33a29a351c1d9800 128 119 119 119\n653bd5bd0578831f 62 63 63 63\n653bd5bd0578831f 62 70 70 70\n653bd5bd0578831f 62 74 74 74\nfc55af0d98cfe229 16 0 0 0\nfc55af0d98cfe229 16 11 11 11\nfc55af0d98cfe229 16 13 13 13\n166818269e4e2568 93 97 97 97\n166818269e4e2568 93 119 119 119\n166818269e4e2568 93 127 127 127\n0d4b941f4678267b 24 0 0 0\n0d4b941f4678267b 24 13 13 13\n0d4b941f4678267b 74 88 88 88\n99929212dc710e96 71 79 79 79\n99929212dc710e96 71 83 83 83\n99929212dc710e96 71 102 102 102\ndf6aa9c2baa43f3a 89 106 106 106\ndf6aa9c2baa43f3a 89 116 116 116\ndf6aa9c2baa43f3a 89 130 130 130\nda9d2e8a2d28d567 119 124 124 124\nda9d2e8a2d28d567 119 135 135 135\nda9d2e8a2d28d567 119 149 149 149\nd08577a59254fa98 58 24 24 24\nd08577a59254fa98 58 32 32 32\nd08577a59254fa98 106 116 116 116\n274cabb7191fdf7b 44 23 23 23\n274cabb7191fdf7b 119 162 162 162\n274cabb7191fdf7b 119 164 164 164\nc1aa5d80f22d92f4 2 1 1 1\nc1aa5d80f22d92f4 53 58 58 58\nc1aa5d80f22d92f4 53 60 60 60\n83c7aa1e61b0a9ea 53 67 67 67\n83c7aa1e61b0a9ea 53 71 71 71\n83c7aa1e61b0a9ea 53 81 81 81\n6d4b3603c5edee50 75 46 46 46\n6d4b3603c5edee50 75 68 68 68\n6d4b3603c5edee50 123 135 135 135\n72c31d6fd81412fd 29 9 9 9\n72c31d6fd81412fd 29 13 13 13\n72c31d6fd81412fd 82 88 88 88\ne49ec5ddfbd5e2bc 94 78 78 78\ne49ec5ddfbd5e2bc 94 80 80 80\ne49ec5ddfbd5e2bc 197 226 226 226\n56c86f5e60476c59 62 19 19 19\n56c86f5e60476c59 62 26 26 26\n56c86f5e60476c59 109 151 151 151\nc0c0508813b848ca 123 101 101 101\nc0c0508813b848ca 123 104 104 104\nc0c0508813b848ca 174 190 190 190\n97f8269d9eea258a 2 1 1 1\n97f8269d9eea258a 77 79 79 79\n97f8269d9eea258a 77 80 80 80\n0bc9fd5c8e50d0ee 3 0 0 0\n0bc9fd5c8e50d0ee 3 1 1 1\n0bc9fd5c8e50d0ee 75 94 94 94\ncb52334048b77cc3 26 5 5 5\ncb52334048b77cc3 26 18 18 18\ncb52334048b77cc3 26 24 24 24\n98860f554429bd3d 127 83 83 83\n98860f554429bd3d 127 88 88 88\n98860f554429bd3d 127 104 104 104\nccf6194844dd7d49 9 7 7 7\nccf6194844dd7d49 9 8 8 8\nccf6194844dd7d49 59 66 66 66\n8524a25a370a7fc4 10 0 0 0\n8524a25a370a7fc4 10 1 1 1\n8524a25a370a7fc4 10 4 4 4\n9f39cb8fb654b30e 67 38 38 38\n9f39cb8fb654b30e 67 42 42 42\n9f39cb8fb654b30e 146 172 172 172\nbeaffdbde299760d 6 4 4 4\nbeaffdbde299760d 51 68 68 68\nbeaffdbde299760d 51 71 71 71\n036f135766f38f78 5 2 2 2\n036f135766f38f78 56 59 59 59\n036f135766f38f78 56 70 70 70\n46df36a031f50a04 171 141 141 141\n46df36a031f50a04 171 166 166 166\n46df36a031f50a04 252 270 270 270\n791e92b1f3de9ab4 71 73 73 73\n791e92b1f3de9ab4 71 76 76 76\n791e92b1f3de9ab4 71 96 96 96\n6e0019f9177d5fa2 58 67 67 67\n6e0019f9177d5fa2 58 69 69 69\n6e0019f9177d5fa2 58 78 78 78\nb91a9699377ccca7 79 66 66 66\nb91a9699377ccca7 150 162 162 162\nb91a9699377ccca7 150 163 163 163\ne6ef358014cff8eb 29 2 2 2\ne6ef358014cff8eb 29 7 7 7\ne6ef358014cff8eb 29 9 9 9\n122cb7d5ea4a99df 8 2 2 2\n122cb7d5ea4a99df 55 64 64 64\n122cb7d5ea4a99df 55 90 90 90\nb07b7c505d8f53b4 8 1 1 1\nb07b7c505d8f53b4 61 71 71 71\nb07b7c505d8f53b4 61 73 73 73\n401e10a4352fba1c 9 4 4 4\n401e10a4352fba1c 67 70 70 70\n401e10a4352fba1c 67 72 72 72\n959f55ba698bc53d 73 34 34 34\n959f55ba698bc53d 174 191 191 191\n959f55ba698bc53d 174 208 208 208\nf4fedc70483e9546 64 68 68 68\nf4fedc70483e9546 64 85 85 85\nf4fedc70483e9546 64 93 93 93\n0f64c5e4fead6cf2 22 19 19 19\n0f64c5e4fead6cf2 79 89 89 89\n0f64c5e4fead6cf2 79 106 106 106\ndbe5b1d0744f49a8 50 51 51 51\ndbe5b1d0744f49a8 50 52 52 52\ndbe5b1d0744f49a8 50 55 55 55\nfd5fe082a647a0dd 64 42 42 42\nfd5fe082a647a0dd 64 50 50 50\nfd5fe082a647a0dd 64 62 62 62\na45655d01947dd4c 79 50 50 50\na45655d01947dd4c 126 138 138 138\na45655d01947dd4c 126 171 171 171\n64f9a0b6b7667ce7 12 0 0 0\n64f9a0b6b7667ce7 97 121 121 121\n64f9a0b6b7667ce7 97 139 139 139\nec8ee53e2d07e6ba 72 42 42 42\nec8ee53e2d07e6ba 72 48 48 48\nec8ee53e2d07e6ba 72 68 68 68\nabd7dab79cb3cc4f 52 71 71 71\nabd7dab79cb3cc4f 52 73 73 73\nabd7dab79cb3cc4f 52 74 74 74\n9340be220dd1074a 14 6 6 6\n9340be220dd1074a 14 9 9 9\n9340be220dd1074a 14 10 10 10\n64aab07da1c81c11 97 59 59 59\n64aab07da1c81c11 97 71 71 71\n64aab07da1c81c11 97 76 76 76\nfc64b7d1851f90a4 61 66 66 66\nfc64b7d1851f90a4 61 70 70 70\nfc64b7d1851f90a4 61 89 89 89\na11c655d456b9de8 97 67 67 67\na11c655d456b9de8 97 80 80 80\na11c655d456b9de8 169 183 183 183\n5947805a3798ecf4 46 56 56 56\n5947805a3798ecf4 46 63 63 63\n5947805a3798ecf4 46 72 72 72\nbf800a3d2af8f88c 99 61 61 61\nbf800a3d2af8f88c 221 234 234 234\nbf800a3d2af8f88c 221 257 257 257\ne9c2119497ccb415 21 8 8 8\ne9c2119497ccb415 21 20 20 20\ne9c2119497ccb415 81 89 89 89\nc4e13be59797d55d 142 99 99 99\nc4e13be59797d55d 142 119 119 119\nc4e13be59797d55d 142 138 138 138\n7ef810bfbd06cade 9 1 1 1\n7ef810bfbd06cade 61 74 74 74\n7ef810bfbd06cade 61 88 88 88\nc4a96832fb94e17e 3 0 0 0\nc4a96832fb94e17e 48 52 52 52\nc4a96832fb94e17e 48 56 56 56\n837efbd6d300b80f 65 97 97 97\n837efbd6d300b80f 65 103 103 103\n837efbd6d300b80f 65 110 110 110\n0c4a239e265ae1c3 22 12 12 12\n0c4a239e265ae1c3 22 14 14 14\n0c4a239e265ae1c3 67 74 74 74\n63f96e876bd302c2 42 1 1 1\n63f96e876bd302c2 42 16 16 16\n63f96e876bd302c2 42 40 40 40\n03fe94a439456692 106 66 66 66\n03fe94a439456692 242 250 250 250\n03fe94a439456692 242 261 261 261\nefc1d7e7854b61e0 32 8 8 8\nefc1d7e7854b61e0 32 28 28 28\nefc1d7e7854b61e0 117 122 122 122\nd2f2da7454cc7d9f 26 8 8 8\nd2f2da7454cc7d9f 26 14 14 14\nd2f2da7454cc7d9f 26 20 20 20\ne6a552157cdde85c 5 1 1 1\ne6a552157cdde85c 51 66 66 66\ne6a552157cdde85c 51 88 88 88\n63b127e45cce265f 48 21 21 21\n63b127e45cce265f 48 35 35 35\n63b127e45cce265f 48 46 46 46\n20bab82d0268c877 131 161 161 161\n20bab82d0268c877 131 170 170 170\n20bab82d0268c877 131 171 171 171\n9981436f1448c131 117 78 78 78\n9981436f1448c131 117 80 80 80\n9981436f1448c131 117 96 96 96\n316ed1b489ff8f40 45 50 50 50\n316ed1b489ff8f40 45 54 54 54\n316ed1b489ff8f40 45 56 56 56\n0ebaed7e3d044bc2 26 1 1 1\n0ebaed7e3d044bc2 26 3 3 3\n0ebaed7e3d044bc2 26 21 21 21\nb89fcdb1949b3bd7 19 1 1 1\nb89fcdb1949b3bd7 19 3 3 3\nb89fcdb1949b3bd7 65 75 75 75\n31a642fe4cd1e232 64 72 72 72\n31a642fe4cd1e232 64 81 81 81\n31a642fe4cd1e232 64 105 105 105\nfefa62ae2b9915cb 107 64 64 64\nfefa62ae2b9915cb 107 65 65 65\nfefa62ae2b9915cb 107 79 79 79\ne9049a6bd77c83e0 28 10 10 10\ne9049a6bd77c83e0 28 22 22 22\ne9049a6bd77c83e0 28 27 27 27\nf7ad2c86ea2d9ea9 14 5 5 5\nf7ad2c86ea2d9ea9 14 7 7 7\nf7ad2c86ea2d9ea9 14 9 9 9\n273f87958aea6f51 21 5 5 5\n273f87958aea6f51 66 67 67 67\n273f87958aea6f51 66 85 85 85\nb70892f796f8ba4c 10 9 9 9\nb70892f796f8ba4c 56 57 57 57\nb70892f796f8ba4c 56 60 60 60\nf1576bacedf43ca6 7 0 0 0\nf1576bacedf43ca6 7 2 2 2\nf1576bacedf43ca6 58 60 60 60\n10ad4fc499c48b38 97 61 61 61\n10ad4fc499c48b38 97 75 75 75\n10ad4fc499c48b38 227 264 264 264\n5040e1df81a9e585 58 60 60 60\n5040e1df81a9e585 58 63 63 63\n5040e1df81a9e585 58 72 72 72\n7a13c5debea977a8 54 68 68 68\n7a13c5debea977a8 54 70 70 70\n7a13c5debea977a8 54 71 71 71\nc5f39167be4d1ec2 203 178 178 178\nc5f39167be4d1ec2 203 196 196 196\nc5f39167be4d1ec2 203 202 202 202\n950b644122456e80 12 7 7 7\n950b644122456e80 12 10 10 10\n950b644122456e80 57 60 60 60\n9ac574fc9983bd1c 3 1 1 1\n9ac574fc9983bd1c 52 56 56 56\n9ac574fc9983bd1c 52 66 66 66\nca623acaff33ed17 166 167 167 167\nca623acaff33ed17 166 186 186 186\nca623acaff33ed17 166 198 198 198\n4bdfa30358809038 35 16 16 16\n4bdfa30358809038 83 96 96 96\n4bdfa30358809038 83 101 101 101\nb8a0a20998c943f1 70 31 31 31\nb8a0a20998c943f1 70 40 40 40\nb8a0a20998c943f1 70 62 62 62\n5019e16d5e41ff8d 165 167 167 167\n5019e16d5e41ff8d 165 179 179 179\n5019e16d5e41ff8d 165 210 210 210\ncfa3b8068b6c4aea 46 49 49 49\ncfa3b8068b6c4aea 46 50 50 50\ncfa3b8068b6c4aea 46 54 54 54\n3059f523501dfd97 13 3 3 3\n3059f523501dfd97 13 12 12 12\n3059f523501dfd97 74 77 77 77\n72d079e097b05dae 49 6 6 6\n72d079e097b05dae 49 7 7 7\n72d079e097b05dae 136 138 138 138\n9fc4d0efce37f614 93 99 99 99\n9fc4d0efce37f614 93 111 111 111\n9fc4d0efce37f614 93 116 116 116\neb68e5223a3efe48 45 46 46 46\neb68e5223a3efe48 45 47 47 47\neb68e5223a3efe48 45 48 48 48\n9b66fe45498df0ad 50 51 51 51\n9b66fe45498df0ad 50 52 52 52\n9b66fe45498df0ad 50 67 67 67\nfbfed12d638968c2 117 135 135 135\nfbfed12d638968c2 117 155 155 155\nfbfed12d638968c2 117 157 157 157\nb8cb0c7fda839350 9 0 0 0\nb8cb0c7fda839350 9 5 5 5\nb8cb0c7fda839350 80 81 81 81\n980ca2c262a9c082 39 3 3 3\n980ca2c262a9c082 39 25 25 25\n980ca2c262a9c082 39 30 30 30\n78d8f4ecf17aad6e 94 97 97 97\n78d8f4ecf17aad6e 94 101 101 101\n78d8f4ecf17aad6e 94 133 133 133\n16930ebf3f0f6b84 9 3 3 3\n16930ebf3f0f6b84 9 7 7 7\n16930ebf3f0f6b84 61 63 63 63\nca38b62977d9bdaa 107 93 93 93\nca38b62977d9bdaa 184 202 202 202\nca38b62977d9bdaa 184 205 205 205\nf57106a54d7a1e4b 63 88 88 88\nf57106a54d7a1e4b 63 89 89 89\nf57106a54d7a1e4b 63 108 108 108\n6229ccd818f7ceb5 23 14 14 14\n6229ccd818f7ceb5 23 18 18 18\n6229ccd818f7ceb5 23 20 20 20\nccc439d4b28c87b2 165 129 129 129\nccc439d4b28c87b2 165 132 132 132\nccc439d4b28c87b2 165 137 137 137\n62726d53118f4d0b 63 31 31 31\n62726d53118f4d0b 63 32 32 32\n62726d53118f4d0b 168 180 180 180\n9d0081de499eaa12 17 4 4 4\n9d0081de499eaa12 17 6 6 6\n9d0081de499eaa12 17 12 12 12\ncf6af83b93401f92 42 12 12 12\ncf6af83b93401f92 107 114 114 114\ncf6af83b93401f92 107 116 116 116\n314c584ff3842715 28 15 15 15\n314c584ff3842715 28 16 16 16\n314c584ff3842715 28 27 27 27\neb76b202a2b53ede 16 0 0 0\neb76b202a2b53ede 16 5 5 5\neb76b202a2b53ede 67 75 75 75\ndcbbd3e7c5593282 81 90 90 90\ndcbbd3e7c5593282 81 113 113 113\ndcbbd3e7c5593282 81 116 116 116\ncd99ac8eaaf6ab23 38 25 25 25\ncd99ac8eaaf6ab23 38 27 27 27\ncd99ac8eaaf6ab23 38 29 29 29\n86a5d5b6f3a2f119 79 38 38 38\n86a5d5b6f3a2f119 79 62 62 62\n86a5d5b6f3a2f119 79 76 76 76\n8b23299adda3da36 135 94 94 94\n8b23299adda3da36 135 126 126 126\n8b23299adda3da36 238 273 273 273\n8e88ee370b476511 53 72 72 72\n8e88ee370b476511 53 74 74 74\n8e88ee370b476511 53 98 98 98\n7a4d944a9f4cfed8 29 2 2 2\n7a4d944a9f4cfed8 29 14 14 14\n7a4d944a9f4cfed8 82 83 83 83\n37a6b3200493fac0 9 0 0 0\n37a6b3200493fac0 9 3 3 3\n37a6b3200493fac0 9 6 6 6\n66f2224ed4e57796 5 0 0 0\n66f2224ed4e57796 5 4 4 4\n66f2224ed4e57796 53 54 54 54\na4b84e32290ce8c0 25 14 14 14\na4b84e32290ce8c0 25 18 18 18\na4b84e32290ce8c0 25 21 21 21\n86dd81ed2ece0c4e 147 142 142 142\n86dd81ed2ece0c4e 243 247 247 247\n86dd81ed2ece0c4e 243 252 252 252\na02db7e8cf77fea7 174 145 145 145\na02db7e8cf77fea7 174 161 161 161\na02db7e8cf77fea7 174 170 170 170\n18a3593609eb3269 227 193 193 193\n18a3593609eb3269 227 207 207 207\n18a3593609eb3269 227 222 222 222\na0b1c098e04b960e 47 48 48 48\na0b1c098e04b960e 47 49 49 49\na0b1c098e04b960e 47 53 53 53\nb2e47c97f727c95c 92 68 68 68\nb2e47c97f727c95c 92 72 72 72\nb2e47c97f727c95c 177 195 195 195\n391bc7d21641283e 2 1 1 1\n391bc7d21641283e 99 100 100 100\n391bc7d21641283e 99 102 102 102\neea466d6b25fca52 12 9 9 9\neea466d6b25fca52 96 103 103 103\neea466d6b25fca52 96 136 136 136\n72d35afbf0038ab5 54 15 15 15\n72d35afbf0038ab5 54 51 51 51\n72d35afbf0038ab5 104 114 114 114\n4eba3317b14cd251 51 19 19 19\n4eba3317b14cd251 51 42 42 42\n4eba3317b14cd251 174 199 199 199\nbbe4991a57d6b139 14 0 0 0\nbbe4991a57d6b139 98 102 102 102\nbbe4991a57d6b139 98 104 104 104\n9faced3e377071fa 126 94 94 94\n9faced3e377071fa 126 124 124 124\n9faced3e377071fa 255 265 265 265\neb487fe8068ed451 66 34 34 34\neb487fe8068ed451 66 64 64 64\neb487fe8068ed451 115 125 125 125\n9b73a5ff4c0b926d 5 1 1 1\n9b73a5ff4c0b926d 5 4 4 4\n9b73a5ff4c0b926d 60 62 62 62\n3ee30754edfbdb3f 61 65 65 65\n3ee30754edfbdb3f 61 70 70 70\n3ee30754edfbdb3f 61 73 73 73\n55ca776696247564 117 96 96 96\n55ca776696247564 117 105 105 105\n55ca776696247564 222 258 258 258\n06c7c747b4542273 5 3 3 3\n06c7c747b4542273 51 63 63 63\n06c7c747b4542273 51 64 64 64\na1f61ad8d835afdc 14 13 13 13\na1f61ad8d835afdc 114 141 141 141\na1f61ad8d835afdc 114 147 147 147\na89346fe9896f072 82 87 87 87\na89346fe9896f072 82 102 102 102\na89346fe9896f072 82 124 124 124\nde2ba042ffbc4713 43 7 7 7\nde2ba042ffbc4713 43 17 17 17\nde2ba042ffbc4713 43 23 23 23\neb5240688747eed5 51 59 59 59\neb5240688747eed5 51 67 67 67\neb5240688747eed5 51 82 82 82\n8e143c65e5b4d26a 144 163 163 163\n8e143c65e5b4d26a 144 164 164 164\n8e143c65e5b4d26a 144 166 166 166\nb1f978caa2322385 108 123 123 123\nb1f978caa2322385 108 124 124 124\nb1f978caa2322385 108 152 152 152\n10f4acad3ed87288 33 9 9 9\n10f4acad3ed87288 33 21 21 21\n10f4acad3ed87288 79 109 109 109\ne0c04ac07bda7e3a 49 35 35 35\ne0c04ac07bda7e3a 49 48 48 48\ne0c04ac07bda7e3a 112 135 135 135\na1ec70ded6cd5101 28 8 8 8\na1ec70ded6cd5101 28 17 17 17\na1ec70ded6cd5101 28 18 18 18\n2b1a013698fea3a1 67 81 81 81\n2b1a013698fea3a1 67 88 88 88\n2b1a013698fea3a1 67 90 90 90\n385f9444d20eb160 21 1 1 1\n385f9444d20eb160 21 17 17 17\n385f9444d20eb160 78 115 115 115\n01cefee9563f691a 100 67 67 67\n01cefee9563f691a 100 97 97 97\n01cefee9563f691a 151 162 162 162\n82d1a826975c52e4 60 61 61 61\n82d1a826975c52e4 60 64 64 64\n82d1a826975c52e4 60 68 68 68\n32ce9b303717a29d 29 27 27 27\n32ce9b303717a29d 138 144 144 144\n32ce9b303717a29d 138 156 156 156\nf546b4bb3f06e5ad 8 1 1 1\nf546b4bb3f06e5ad 76 96 96 96\nf546b4bb3f06e5ad 76 106 106 106\n32d2163aa65c0e8a 58 61 61 61\n32d2163aa65c0e8a 58 63 63 63\n32d2163aa65c0e8a 58 70 70 70\n005dd9a58df1ba3c 38 22 22 22\n005dd9a58df1ba3c 151 158 158 158\n005dd9a58df1ba3c 151 162 162 162\n8e59f255fe3902e1 33 0 0 0\n8e59f255fe3902e1 33 11 11 11\n8e59f255fe3902e1 33 32 32 32\n0be9a0dcbfe032f1 117 84 84 84\n0be9a0dcbfe032f1 117 93 93 93\n0be9a0dcbfe032f1 221 247 247 247\na0a4f9043abf3a26 9 2 2 2\na0a4f9043abf3a26 9 8 8 8\na0a4f9043abf3a26 69 76 76 76\n7918f829e9980861 21 1 1 1\n7918f829e9980861 21 2 2 2\n7918f829e9980861 67 68 68 68\n397b050e345d73fd 137 113 113 113\n397b050e345d73fd 137 121 121 121\n397b050e345d73fd 220 263 263 263\nf7f3946407cf906f 153 109 109 109\nf7f3946407cf906f 153 133 133 133\nf7f3946407cf906f 153 146 146 146\n5e76b1824c7ecb1f 49 20 20 20\n5e76b1824c7ecb1f 150 177 177 177\n5e76b1824c7ecb1f 150 179 179 179\n805f88603da57829 65 32 32 32\n805f88603da57829 65 53 53 53\n805f88603da57829 124 128 128 128\n28f59b68509ce59d 60 24 24 24\n28f59b68509ce59d 60 45 45 45\n28f59b68509ce59d 120 127 127 127\n4881a65d7476d6dd 29 5 5 5\n4881a65d7476d6dd 80 108 108 108\n4881a65d7476d6dd 80 114 114 114\ne885583f5cc4bce7 37 8 8 8\ne885583f5cc4bce7 37 26 26 26\ne885583f5cc4bce7 103 110 110 110\nfa95ce310f223e51 4 1 1 1\nfa95ce310f223e51 4 3 3 3\nfa95ce310f223e51 65 66 66 66\nacf6950165c4cf5b 120 140 140 140\nacf6950165c4cf5b 120 148 148 148\nacf6950165c4cf5b 120 150 150 150\n4df04a3ab680ac1d 182 138 138 138\n4df04a3ab680ac1d 182 156 156 156\n4df04a3ab680ac1d 182 158 158 158\n8d1bf350c50eb8cd 81 87 87 87\n8d1bf350c50eb8cd 81 106 106 106\n8d1bf350c50eb8cd 81 107 107 107\nc67003dad6fde3b3 46 33 33 33\nc67003dad6fde3b3 151 154 154 154\nc67003dad6fde3b3 151 173 173 173\na7f0e6b19b27514d 112 89 89 89\na7f0e6b19b27514d 173 175 175 175\na7f0e6b19b27514d 173 197 197 197\n671a9c24c0d9901c 24 23 23 23\n671a9c24c0d9901c 72 94 94 94\n671a9c24c0d9901c 72 101 101 101\n6495531b3f82982a 113 87 87 87\n6495531b3f82982a 113 112 112 112\n6495531b3f82982a 177 205 205 205\n8f06fd42b2f6e05f 21 0 0 0\n8f06fd42b2f6e05f 21 12 12 12\n8f06fd42b2f6e05f 84 99 99 99\n8bda4579f74b0e0a 39 23 23 23\n8bda4579f74b0e0a 39 24 24 24\n8bda4579f74b0e0a 138 152 152 152\nb6d4a0650cc6452e 23 6 6 6\nb6d4a0650cc6452e 68 92 92 92\nb6d4a0650cc6452e 68 107 107 107\n70c12e8b01c13d84 10 5 5 5\n70c12e8b01c13d84 71 75 75 75\n70c12e8b01c13d84 71 88 88 88\n0a3b5fb184936a83 84 55 55 55\n0a3b5fb184936a83 84 68 68 68\n0a3b5fb184936a83 143 171 171 171\nf48829b917629fe0 8 3 3 3\nf48829b917629fe0 90 121 121 121\nf48829b917629fe0 90 129 129 129\n0362399a61c18ad5 6 0 0 0\n0362399a61c18ad5 6 2 2 2\n0362399a61c18ad5 67 68 68 68\n677fb1dfc891a299 123 89 89 89\n677fb1dfc891a299 123 94 94 94\n677fb1dfc891a299 214 217 217 217\n0c89e266974e8b90 62 19 19 19\n0c89e266974e8b90 169 196 196 196\n0c89e266974e8b90 169 205 205 205\ne8312620692723b3 22 10 10 10\ne8312620692723b3 85 101 101 101\ne8312620692723b3 85 125 125 125\n68878f4a703824d3 3 0 0 0\n68878f4a703824d3 92 96 96 96\n68878f4a703824d3 92 106 106 106\nacd9c037002b6911 10 8 8 8\nacd9c037002b6911 90 100 100 100\nacd9c037002b6911 90 104 104 104\nb22b652e84a892fe 1 0 0 0\nb22b652e84a892fe 56 79 79 79\nb22b652e84a892fe 56 80 80 80\n6e77ac6af5163f5b 8 5 5 5\n6e77ac6af5163f5b 59 69 69 69\n6e77ac6af5163f5b 59 82 82 82\n8765f603d39777c2 36 14 14 14\n8765f603d39777c2 36 25 25 25\n8765f603d39777c2 100 110 110 110\n18be7c1b9895691f 3 0 0 0\n18be7c1b9895691f 3 1 1 1\n18be7c1b9895691f 3 2 2 2\nf6581a4f49944bf6 24 5 5 5\nf6581a4f49944bf6 24 15 15 15\nf6581a4f49944bf6 76 82 82 82\ne9c5eeb020300f1b 81 89 89 89\ne9c5eeb020300f1b 81 117 117 117\ne9c5eeb020300f1b 81 120 120 120\ncd9a89390417e020 20 11 11 11\ncd9a89390417e020 69 102 102 102\ncd9a89390417e020 69 111 111 111\n0ab14ffa7e541b0b 63 68 68 68\n0ab14ffa7e541b0b 63 77 77 77\n0ab14ffa7e541b0b 63 86 86 86\na296b1a0ad404fd1 55 48 48 48\na296b1a0ad404fd1 107 116 116 116\na296b1a0ad404fd1 107 117 117 117\ncca4cd545727bc9b 45 7 7 7\ncca4cd545727bc9b 45 15 15 15\ncca4cd545727bc9b 45 32 32 32\n07d1d5769e8d797c 23 0 0 0\n07d1d5769e8d797c 23 5 5 5\n07d1d5769e8d797c 72 79 79 79\nefaade844ab372e4 53 54 54 54\nefaade844ab372e4 53 57 57 57\nefaade844ab372e4 53 58 58 58\n19391676f0fc7982 45 51 51 51\n19391676f0fc7982 45 55 55 55\n19391676f0fc7982 45 69 69 69\n3a9c883b11e86530 137 115 115 115\n3a9c883b11e86530 269 273 273 273\n3a9c883b11e86530 269 274 274 274\nd3e50de7fa5ae1a7 11 3 3 3\nd3e50de7fa5ae1a7 63 75 75 75\nd3e50de7fa5ae1a7 63 80 80 80\n5cdd5df1368fa5fd 12 8 8 8\n5cdd5df1368fa5fd 77 105 105 105\n5cdd5df1368fa5fd 77 113 113 113\n57d0ba14855f013e 90 55 55 55\n57d0ba14855f013e 90 68 68 68\n57d0ba14855f013e 90 78 78 78\n6ff9543b0d6f4aaf 38 22 22 22\n6ff9543b0d6f4aaf 38 28 28 28\n6ff9543b0d6f4aaf 38 31 31 31\n51e54f65c553c2c2 5 0 0 0\n51e54f65c553c2c2 5 1 1 1\n51e54f65c553c2c2 5 2 2 2\n75e7ad763c3c7ff3 65 27 27 27\n75e7ad763c3c7ff3 194 203 203 203\n75e7ad763c3c7ff3 194 218 218 218\nac34fb6f1326b9a8 10 0 0 0\nac34fb6f1326b9a8 10 3 3 3\nac34fb6f1326b9a8 10 9 9 9\nb66065b1e0c52ea3 8 1 1 1\nb66065b1e0c52ea3 56 68 68 68\nb66065b1e0c52ea3 56 69 69 69\n763a4369298f49e2 18 12 12 12\n763a4369298f49e2 115 127 127 127\n763a4369298f49e2 115 131 131 131\n474afb2d4641a228 3 2 2 2\n474afb2d4641a228 56 57 57 57\n474afb2d4641a228 56 58 58 58\n5ab39a0b28f85faf 19 5 5 5\n5ab39a0b28f85faf 19 11 11 11\n5ab39a0b28f85faf 19 16 16 16\nd0af833524f5e2cb 10 1 1 1\nd0af833524f5e2cb 69 70 70 70\nd0af833524f5e2cb 69 80 80 80\nc758e9eff0a15a4b 21 3 3 3\nc758e9eff0a15a4b 21 7 7 7\nc758e9eff0a15a4b 67 77 77 77\n616098f6a248832e 90 91 91 91\n616098f6a248832e 90 98 98 98\n616098f6a248832e 90 117 117 117\n1a5cb7b09ea3f5fb 14 3 3 3\n1a5cb7b09ea3f5fb 14 4 4 4\n1a5cb7b09ea3f5fb 14 6 6 6\n7b5e55f473acc0f9 102 74 74 74\n7b5e55f473acc0f9 102 80 80 80\n7b5e55f473acc0f9 235 275 275 275\nf4a912a0332977a1 170 138 138 138\nf4a912a0332977a1 170 159 159 159\nf4a912a0332977a1 242 254 254 254\n1b14e662c17cb551 49 59 59 59\n1b14e662c17cb551 49 60 60 60\n1b14e662c17cb551 49 66 66 66\na61ff0ab88de2f6a 14 1 1 1\na61ff0ab88de2f6a 14 13 13 13\na61ff0ab88de2f6a 79 110 110 110\n9332267aaa909fae 21 1 1 1\n9332267aaa909fae 21 4 4 4\n9332267aaa909fae 68 69 69 69\n50b76734a7d889e3 44 32 32 32\n50b76734a7d889e3 121 144 144 144\n50b76734a7d889e3 121 154 154 154\nd84828a1616c2dc8 63 97 97 97\nd84828a1616c2dc8 63 105 105 105\nd84828a1616c2dc8 63 106 106 106\n784975164be6eacb 78 105 105 105\n784975164be6eacb 78 111 111 111\n784975164be6eacb 78 121 121 121\n6cbca4e323733c42 83 58 58 58\n6cbca4e323733c42 83 59 59 59\n6cbca4e323733c42 83 74 74 74\n8e03180ac2759a96 117 122 122 122\n8e03180ac2759a96 117 158 158 158\n8e03180ac2759a96 117 162 162 162\n75582cbea897284c 10 5 5 5\n75582cbea897284c 10 7 7 7\n75582cbea897284c 73 74 74 74\nf91749843a42fa3e 67 26 26 26\nf91749843a42fa3e 67 31 31 31\nf91749843a42fa3e 67 43 43 43\nb43f7a3f38045f13 42 20 20 20\nb43f7a3f38045f13 42 34 34 34\nb43f7a3f38045f13 88 96 96 96\n9519d8f8fd1623ce 99 114 114 114\n9519d8f8fd1623ce 99 124 124 124\n9519d8f8fd1623ce 99 125 125 125\n1d748783383ad977 32 0 0 0\n1d748783383ad977 32 6 6 6\n1d748783383ad977 32 9 9 9\n78b565622959e5cf 162 125 125 125\n78b565622959e5cf 162 141 141 141\n78b565622959e5cf 250 259 259 259\nefca775665694e1b 65 41 41 41\nefca775665694e1b 65 46 46 46\nefca775665694e1b 179 209 209 209\n62f8f5844cdc594a 32 17 17 17\n62f8f5844cdc594a 32 22 22 22\n62f8f5844cdc594a 80 124 124 124\nd4c12afa38b26688 52 17 17 17\nd4c12afa38b26688 177 191 191 191\nd4c12afa38b26688 177 205 205 205\n8b6b583586aa03ee 3 0 0 0\n8b6b583586aa03ee 3 1 1 1\n8b6b583586aa03ee 3 2 2 2\ne26a74786a4eaf3b 63 68 68 68\ne26a74786a4eaf3b 63 70 70 70\ne26a74786a4eaf3b 63 92 92 92\nec717ef4a8b15e98 207 174 174 174\nec717ef4a8b15e98 253 265 265 265\nec717ef4a8b15e98 253 267 267 267\nf9d855cd843f677c 45 11 11 11\nf9d855cd843f677c 45 34 34 34\nf9d855cd843f677c 128 159 159 159\nd98c0820f2511ffd 73 82 82 82\nd98c0820f2511ffd 73 83 83 83\nd98c0820f2511ffd 73 96 96 96\nce7cf79d19333573 22 11 11 11\nce7cf79d19333573 22 17 17 17\nce7cf79d19333573 22 18 18 18\nb43bfacd1a63356f 123 124 124 124\nb43bfacd1a63356f 123 138 138 138\nb43bfacd1a63356f 123 159 159 159\n2c04a38ae16197b2 153 156 156 156\n2c04a38ae16197b2 153 162 162 162\n2c04a38ae16197b2 153 178 178 178\nac96cadf3d4e6d26 46 52 52 52\nac96cadf3d4e6d26 46 55 55 55\nac96cadf3d4e6d26 46 57 57 57\n33a3f65849195eba 101 62 62 62\n33a3f65849195eba 101 82 82 82\n33a3f65849195eba 189 226 226 226\n0fe2286088ece98e 69 71 71 71\n0fe2286088ece98e 69 100 100 100\n0fe2286088ece98e 69 110 110 110\n83f5406c11a2e5b3 100 114 114 114\n83f5406c11a2e5b3 100 129 129 129\n83f5406c11a2e5b3 100 138 138 138\n04db26572a791881 116 92 92 92\n04db26572a791881 208 222 222 222\n04db26572a791881 208 228 228 228\n1c36b2b8144d29ec 106 78 78 78\n1c36b2b8144d29ec 167 207 207 207\n1c36b2b8144d29ec 167 210 210 210\n573b63f64db569a4 20 1 1 1\n573b63f64db569a4 20 19 19 19\n573b63f64db569a4 119 124 124 124\ncdd1956f97be9e04 10 1 1 1\ncdd1956f97be9e04 10 5 5 5\ncdd1956f97be9e04 90 93 93 93\n2beffa088960f673 44 15 15 15\n2beffa088960f673 44 19 19 19\n2beffa088960f673 119 135 135 135\nb350a0fc9c337882 64 26 26 26\nb350a0fc9c337882 132 138 138 138\nb350a0fc9c337882 132 141 141 141\ndc321ea878f93a88 9 2 2 2\ndc321ea878f93a88 91 103 103 103\ndc321ea878f93a88 91 124 124 124\n24f06a46ea08c03c 46 47 47 47\n24f06a46ea08c03c 46 48 48 48\n24f06a46ea08c03c 46 54 54 54\n8127997a38df9d32 15 4 4 4\n8127997a38df9d32 15 9 9 9\n8127997a38df9d32 67 69 69 69\ned4717f1dec4c0e3 144 105 105 105\ned4717f1dec4c0e3 144 120 120 120\ned4717f1dec4c0e3 144 140 140 140\nf72c61c75ffb1e86 29 8 8 8\nf72c61c75ffb1e86 97 125 125 125\nf72c61c75ffb1e86 97 138 138 138\n75b2b6629bb28af0 47 2 2 2\n75b2b6629bb28af0 47 42 42 42\n75b2b6629bb28af0 47 44 44 44\nb14287232708212a 37 15 15 15\nb14287232708212a 37 29 29 29\nb14287232708212a 85 98 98 98\n551a609c693a64a9 20 8 8 8\n551a609c693a64a9 20 13 13 13\n551a609c693a64a9 80 86 86 86\n20fba1d53c349851 96 68 68 68\n20fba1d53c349851 149 180 180 180\n20fba1d53c349851 149 181 181 181\n37b0b70a1a0c25d3 10 0 0 0\n37b0b70a1a0c25d3 10 8 8 8\n37b0b70a1a0c25d3 10 9 9 9\n4ea47ca106e3b83b 39 22 22 22\n4ea47ca106e3b83b 39 28 28 28\n4ea47ca106e3b83b 39 37 37 37\n52b4e3baca85462a 154 116 116 116\n52b4e3baca85462a 204 214 214 214\n52b4e3baca85462a 204 241 241 241\nfb4489f97dae5c24 57 20 20 20\nfb4489f97dae5c24 57 38 38 38\nfb4489f97dae5c24 106 114 114 114\n57e484f704e5ef90 73 59 59 59\n57e484f704e5ef90 73 67 67 67\n57e484f704e5ef90 124 128 128 128\n94c5fa38a09d9b22 33 24 24 24\n94c5fa38a09d9b22 33 30 30 30\n94c5fa38a09d9b22 33 31 31 31\n83b6a9a916fef572 107 114 114 114\n83b6a9a916fef572 107 115 115 115\n83b6a9a916fef572 107 133 133 133\n2e7b5f8836ab642c 37 0 0 0\n2e7b5f8836ab642c 37 29 29 29\n2e7b5f8836ab642c 89 91 91 91\n401a94bd9d84f501 19 14 14 14\n401a94bd9d84f501 94 103 103 103\n401a94bd9d84f501 94 130 130 130\n0b1e61c69c98026b 172 159 159 159\n0b1e61c69c98026b 172 169 169 169\n0b1e61c69c98026b 219 225 225 225\n13c510a7403f8231 46 55 55 55\n13c510a7403f8231 46 56 56 56\n13c510a7403f8231 46 60 60 60\n0752baf20fbc2285 97 124 124 124\n0752baf20fbc2285 97 128 128 128\n0752baf20fbc2285 97 142 142 142\ne35714cd85b7ebf6 14 2 2 2\ne35714cd85b7ebf6 62 85 85 85\ne35714cd85b7ebf6 62 93 93 93\n01b08e2f20321127 3 1 1 1\n01b08e2f20321127 59 60 60 60\n01b08e2f20321127 59 61 61 61\nff6d8ab35e042db5 88 97 97 97\nff6d8ab35e042db5 88 99 99 99\nff6d8ab35e042db5 88 125 125 125\n9b01b957c87a806c 17 10 10 10\n9b01b957c87a806c 17 13 13 13\n9b01b957c87a806c 75 79 79 79\ncbee8e9baf6ec02a 78 83 83 83\ncbee8e9baf6ec02a 78 94 94 94\ncbee8e9baf6ec02a 78 107 107 107\nc27cfc716fe937f9 170 143 143 143\nc27cfc716fe937f9 170 154 154 154\nc27cfc716fe937f9 224 233 233 233\n5464c24c194fa83b 53 61 61 61\n5464c24c194fa83b 53 69 69 69\n5464c24c194fa83b 53 70 70 70\n314c56aad151508d 96 101 101 101\n314c56aad151508d 96 103 103 103\n314c56aad151508d 96 107 107 107\n9a809a86bef6bf4b 51 75 75 75\n9a809a86bef6bf4b 51 79 79 79\n9a809a86bef6bf4b 51 91 91 91\n0ba1cadcb191dc0a 48 62 62 62\n0ba1cadcb191dc0a 48 78 78 78\n0ba1cadcb191dc0a 48 90 90 90\n8881af3cef16aa0b 9 1 1 1\n8881af3cef16aa0b 74 98 98 98\n8881af3cef16aa0b 74 107 107 107\n940c65ee33e2a577 87 43 43 43\n940c65ee33e2a577 87 62 62 62\n940c65ee33e2a577 87 80 80 80\nff44d62ec2299bc2 40 10 10 10\nff44d62ec2299bc2 40 11 11 11\nff44d62ec2299bc2 143 150 150 150\n2a695d52faf1949e 197 177 177 177\n2a695d52faf1949e 197 182 182 182\n2a695d52faf1949e 277 278 278 278\n518e2b4ced2a598e 45 21 21 21\n518e2b4ced2a598e 45 40 40 40\n518e2b4ced2a598e 160 172 172 172\n5dbd501fca3ef5c4 12 4 4 4\n5dbd501fca3ef5c4 70 82 82 82\n5dbd501fca3ef5c4 70 100 100 100\n9e978acf88f43f07 24 12 12 12\n9e978acf88f43f07 24 15 15 15\n9e978acf88f43f07 24 23 23 23\n794036d0ce41e0ad 66 27 27 27\n794036d0ce41e0ad 140 143 143 143\n794036d0ce41e0ad 140 145 145 145\ned5a2ed397ff7534 42 23 23 23\ned5a2ed397ff7534 132 134 134 134\ned5a2ed397ff7534 132 165 165 165\n857500a0287b787f 38 12 12 12\n857500a0287b787f 38 14 14 14\n857500a0287b787f 115 140 140 140\ncf5bce96562e21be 72 76 76 76\ncf5bce96562e21be 72 93 93 93\ncf5bce96562e21be 72 115 115 115\nfbe07215a258c7ed 53 62 62 62\nfbe07215a258c7ed 53 70 70 70\nfbe07215a258c7ed 53 74 74 74\n04145b4b73b2d313 36 19 19 19\n04145b4b73b2d313 36 25 25 25\n04145b4b73b2d313 36 35 35 35\n5ed70546a84eaf78 87 60 60 60\n5ed70546a84eaf78 87 63 63 63\n5ed70546a84eaf78 143 146 146 146\nb56b799c550929c9 62 41 41 41\nb56b799c550929c9 62 57 57 57\nb56b799c550929c9 62 58 58 58\ne6ab17cb48acf199 47 49 49 49\ne6ab17cb48acf199 47 50 50 50\ne6ab17cb48acf199 47 67 67 67\nbfb463dc1365bbdb 160 115 115 115\nbfb463dc1365bbdb 160 157 157 157\nbfb463dc1365bbdb 160 159 159 159\n4e50d5610be16ce1 119 100 100 100\n4e50d5610be16ce1 119 110 110 110\n4e50d5610be16ce1 210 215 215 215\nf4b43ba2d40a0708 27 2 2 2\nf4b43ba2d40a0708 27 5 5 5\nf4b43ba2d40a0708 27 10 10 10\n296c87d370b03f17 14 2 2 2\n296c87d370b03f17 14 4 4 4\n296c87d370b03f17 14 12 12 12\n39b58270c2e99310 26 17 17 17\n39b58270c2e99310 26 20 20 20\n39b58270c2e99310 93 111 111 111\n57f26cc9f1f34029 164 177 177 177\n57f26cc9f1f34029 164 183 183 183\n57f26cc9f1f34029 164 195 195 195\n8819bc042432074f 110 113 113 113\n8819bc042432074f 110 121 121 121\n8819bc042432074f 110 127 127 127\n7c6cdfaca37c48f3 47 48 48 48\n7c6cdfaca37c48f3 47 51 51 51\n7c6cdfaca37c48f3 47 52 52 52\n22274e48b847c860 49 51 51 51\n22274e48b847c860 49 53 53 53\n22274e48b847c860 49 56 56 56\n0afdc571e4667a44 56 11 11 11\n0afdc571e4667a44 56 13 13 13\n0afdc571e4667a44 56 47 47 47\ndf88a82a3aefc353 2 0 0 0\ndf88a82a3aefc353 52 55 55 55\ndf88a82a3aefc353 52 57 57 57\nb5e5379e3693dad0 53 54 54 54\nb5e5379e3693dad0 53 57 57 57\nb5e5379e3693dad0 53 62 62 62\nd8a6f5f5687ee167 30 24 24 24\nd8a6f5f5687ee167 107 126 126 126\nd8a6f5f5687ee167 107 127 127 127\na6b970850820eb5a 42 6 6 6\na6b970850820eb5a 42 16 16 16\na6b970850820eb5a 120 131 131 131\n64e5fbea472829b4 6 5 5 5\n64e5fbea472829b4 67 68 68 68\n64e5fbea472829b4 67 76 76 76\n70c4101cccab79a0 1 0 0 0\n70c4101cccab79a0 46 47 47 47\n70c4101cccab79a0 46 51 51 51\n02679535c5f06a19 5 1 1 1\n02679535c5f06a19 5 3 3 3\n02679535c5f06a19 54 57 57 57\n3ac32347c3ff7d38 12 3 3 3\n3ac32347c3ff7d38 72 79 79 79\n3ac32347c3ff7d38 72 87 87 87\n004e9db3337e8206 40 9 9 9\n004e9db3337e8206 40 10 10 10\n004e9db3337e8206 121 155 155 155\n0f7267e7e369b7d6 4 1 1 1\n0f7267e7e369b7d6 53 55 55 55\n0f7267e7e369b7d6 53 56 56 56\nde239c7da4d3d6a3 214 174 174 174\nde239c7da4d3d6a3 214 194 194 194\nde239c7da4d3d6a3 214 208 208 208\ne7cb1f56ac69308a 43 8 8 8\ne7cb1f56ac69308a 160 179 179 179\ne7cb1f56ac69308a 160 189 189 189\n776e483e0e5af39e 35 4 4 4\n776e483e0e5af39e 97 135 135 135\n776e483e0e5af39e 97 140 140 140\n1d8017cad8dc1d56 50 53 53 53\n1d8017cad8dc1d56 50 60 60 60\n1d8017cad8dc1d56 50 66 66 66\n08868143749f321b 135 109 109 109\n08868143749f321b 225 226 226 226\n08868143749f321b 225 233 233 233\n3dba9cb74bfb79b2 35 4 4 4\n3dba9cb74bfb79b2 35 20 20 20\n3dba9cb74bfb79b2 93 102 102 102\n3c84329b60bfa7cb 40 1 1 1\n3c84329b60bfa7cb 40 10 10 10\n3c84329b60bfa7cb 40 33 33 33\n71e9d0f8983daac5 126 140 140 140\n71e9d0f8983daac5 126 144 144 144\n71e9d0f8983daac5 126 150 150 150\na7d4344a1a84cb19 8 0 0 0\na7d4344a1a84cb19 53 71 71 71\na7d4344a1a84cb19 53 92 92 92\n4b461c1ec52a3076 19 5 5 5\n4b461c1ec52a3076 19 15 15 15\n4b461c1ec52a3076 19 17 17 17\n5d9d555bb2294681 49 60 60 60\n5d9d555bb2294681 49 66 66 66\n5d9d555bb2294681 49 69 69 69\nfa9029a71d807702 80 86 86 86\nfa9029a71d807702 80 113 113 113\nfa9029a71d807702 80 117 117 117\n9458c5a8ea666ee5 106 63 63 63\n9458c5a8ea666ee5 106 82 82 82\n9458c5a8ea666ee5 189 190 190 190\n0bb99505a71035cc 209 167 167 167\n0bb99505a71035cc 209 170 170 170\n0bb99505a71035cc 209 202 202 202\n9cda0343fa3ced47 55 65 65 65\n9cda0343fa3ced47 55 84 84 84\n9cda0343fa3ced47 55 88 88 88\n73ed097f3e2514c9 14 0 0 0\n73ed097f3e2514c9 92 99 99 99\n73ed097f3e2514c9 92 113 113 113\n3115672ced7c5694 70 74 74 74\n3115672ced7c5694 70 76 76 76\n3115672ced7c5694 70 80 80 80\n838f8ed446b97771 38 0 0 0\n838f8ed446b97771 38 31 31 31\n838f8ed446b97771 38 36 36 36\n66e23fd2bd03ede9 47 26 26 26\n66e23fd2bd03ede9 47 35 35 35\n66e23fd2bd03ede9 105 112 112 112\nb939977bcb278c53 79 34 34 34\nb939977bcb278c53 79 46 46 46\nb939977bcb278c53 79 76 76 76\n53a47129f3b14bcb 81 93 93 93\n53a47129f3b14bcb 81 94 94 94\n53a47129f3b14bcb 81 97 97 97\n02b59cd60efb924e 34 13 13 13\n02b59cd60efb924e 34 17 17 17\n02b59cd60efb924e 34 33 33 33\nf99730b487e57e9b 200 201 201 201\nf99730b487e57e9b 200 207 207 207\nf99730b487e57e9b 200 240 240 240\nf3165d5685e527c0 48 21 21 21\nf3165d5685e527c0 48 42 42 42\nf3165d5685e527c0 106 107 107 107\n706f41667bc5079c 53 58 58 58\n706f41667bc5079c 53 65 65 65\n706f41667bc5079c 53 66 66 66\n5533a28eb1f53b0e 3 1 1 1\n5533a28eb1f53b0e 73 76 76 76\n5533a28eb1f53b0e 73 89 89 89\n34ee7f63d7f4aaf5 12 5 5 5\n34ee7f63d7f4aaf5 12 9 9 9\n34ee7f63d7f4aaf5 103 112 112 112\nd69b375a66fcb363 78 37 37 37\nd69b375a66fcb363 78 61 61 61\nd69b375a66fcb363 78 63 63 63\nd57f52c12e2d2189 22 1 1 1\nd57f52c12e2d2189 22 20 20 20\nd57f52c12e2d2189 93 112 112 112\nbfc904268b353078 12 4 4 4\nbfc904268b353078 66 85 85 85\nbfc904268b353078 66 92 92 92\n7591c0ad03afa12b 103 66 66 66\n7591c0ad03afa12b 178 189 189 189\n7591c0ad03afa12b 178 196 196 196\nfee67103bcabbb0a 2 0 0 0\nfee67103bcabbb0a 48 77 77 77\nfee67103bcabbb0a 48 90 90 90\nc18ae4bd02a7a0bc 198 203 203 203\nc18ae4bd02a7a0bc 198 221 221 221\nc18ae4bd02a7a0bc 198 236 236 236\ndbc6ba567d294605 14 1 1 1\ndbc6ba567d294605 14 7 7 7\ndbc6ba567d294605 69 70 70 70\n99bf0dc41a750511 28 5 5 5\n99bf0dc41a750511 106 115 115 115\n99bf0dc41a750511 106 151 151 151\n01a5cc3805e94c21 5 2 2 2\n01a5cc3805e94c21 75 83 83 83\n01a5cc3805e94c21 75 93 93 93\n1c11709814a1a2f2 21 2 2 2\n1c11709814a1a2f2 21 6 6 6\n1c11709814a1a2f2 75 100 100 100\n735d90ea3aaf7c40 37 2 2 2\n735d90ea3aaf7c40 37 31 31 31\n735d90ea3aaf7c40 82 84 84 84\n91f141243221d23b 106 116 116 116\n91f141243221d23b 106 124 124 124\n91f141243221d23b 106 134 134 134\neda12a56bec73fa9 65 38 38 38\neda12a56bec73fa9 65 39 39 39\neda12a56bec73fa9 65 57 57 57\n8967c2f6fc92e3fc 166 122 122 122\n8967c2f6fc92e3fc 166 137 137 137\n8967c2f6fc92e3fc 166 158 158 158\n41a55418bee59b11 119 80 80 80\n41a55418bee59b11 119 104 104 104\n41a55418bee59b11 248 273 273 273\ne0825c823e45766d 54 21 21 21\ne0825c823e45766d 54 26 26 26\ne0825c823e45766d 54 38 38 38\n53c2b1665c48143f 29 9 9 9\n53c2b1665c48143f 29 15 15 15\n53c2b1665c48143f 29 19 19 19\ned01315968288adf 195 162 162 162\ned01315968288adf 261 273 273 273\ned01315968288adf 261 278 278 278\ne06cf2b1d0bf7ad5 70 97 97 97\ne06cf2b1d0bf7ad5 70 104 104 104\ne06cf2b1d0bf7ad5 70 109 109 109\n502ee418913c021a 28 2 2 2\n502ee418913c021a 28 5 5 5\n502ee418913c021a 28 6 6 6\ne1b01f602c0afa9e 11 10 10 10\ne1b01f602c0afa9e 56 59 59 59\ne1b01f602c0afa9e 56 60 60 60\n579983b1a3881a69 47 7 7 7\n579983b1a3881a69 47 25 25 25\n579983b1a3881a69 114 117 117 117\nf18361c62baa1175 33 23 23 23\nf18361c62baa1175 95 97 97 97\nf18361c62baa1175 95 116 116 116\nb19fa84e53dddf3f 157 165 165 165\nb19fa84e53dddf3f 157 168 168 168\nb19fa84e53dddf3f 157 180 180 180\nfe04a079dc651d9b 94 60 60 60\nfe04a079dc651d9b 164 167 167 167\nfe04a079dc651d9b 164 200 200 200\n02ee66b3efbf3b0a 63 20 20 20\n02ee66b3efbf3b0a 159 171 171 171\n02ee66b3efbf3b0a 159 197 197 197\n1b065d2ce77f9862 2 0 0 0\n1b065d2ce77f9862 2 1 1 1\n1b065d2ce77f9862 50 51 51 51\n0bcde26e5a802638 169 141 141 141\n0bcde26e5a802638 169 150 150 150\n0bcde26e5a802638 169 151 151 151\n94e30386dc2a93a7 6 0 0 0\n94e30386dc2a93a7 66 69 69 69\n94e30386dc2a93a7 66 75 75 75\n129b5e9b80cc4b4b 220 230 230 230\n129b5e9b80cc4b4b 220 259 259 259\n129b5e9b80cc4b4b 220 264 264 264\n31ee8cabc96b9a62 16 10 10 10\n31ee8cabc96b9a62 92 95 95 95\n31ee8cabc96b9a62 92 103 103 103\n40f6d540b9b16531 92 99 99 99\n40f6d540b9b16531 92 100 100 100\n40f6d540b9b16531 92 118 118 118\n1a0f8c49b336ec38 97 70 70 70\n1a0f8c49b336ec38 97 73 73 73\n1a0f8c49b336ec38 225 267 267 267\n3edff71624eac3ee 74 80 80 80\n3edff71624eac3ee 74 94 94 94\n3edff71624eac3ee 74 105 105 105\n5206d9e5172df68f 72 41 41 41\n5206d9e5172df68f 72 48 48 48\n5206d9e5172df68f 72 65 65 65\n482ce5c63038e5b4 4 0 0 0\n482ce5c63038e5b4 4 3 3 3\n482ce5c63038e5b4 51 61 61 61\n724928496fafcf03 65 59 59 59\n724928496fafcf03 120 131 131 131\n724928496fafcf03 120 161 161 161\n0b8e670f98cf5083 6 0 0 0\n0b8e670f98cf5083 6 2 2 2\n0b8e670f98cf5083 6 5 5 5\n896bc858b59cf508 60 32 32 32\n896bc858b59cf508 151 163 163 163\n896bc858b59cf508 151 164 164 164\n0e2f2538b26a179c 17 13 13 13\n0e2f2538b26a179c 115 138 138 138\n0e2f2538b26a179c 115 159 159 159\n1d9254a5cb93d4ff 81 43 43 43\n1d9254a5cb93d4ff 81 71 71 71\n1d9254a5cb93d4ff 81 73 73 73\n25f590b3de5b28e8 18 13 13 13\n25f590b3de5b28e8 18 14 14 14\n25f590b3de5b28e8 107 117 117 117\na92aa47e1df70c77 30 8 8 8\na92aa47e1df70c77 30 27 27 27\na92aa47e1df70c77 135 146 146 146\ne73ee867c3834f3d 32 21 21 21\ne73ee867c3834f3d 32 28 28 28\ne73ee867c3834f3d 108 151 151 151\na4ff3ff3466c47c2 46 49 49 49\na4ff3ff3466c47c2 46 53 53 53\na4ff3ff3466c47c2 46 55 55 55\n2837dd5c75e026f5 38 12 12 12\n2837dd5c75e026f5 38 17 17 17\n2837dd5c75e026f5 38 33 33 33\ne9338055d8f521ad 46 25 25 25\ne9338055d8f521ad 46 28 28 28\ne9338055d8f521ad 46 34 34 34\nd069fcb4a4c1e9eb 1 0 0 0\nd069fcb4a4c1e9eb 55 56 56 56\nd069fcb4a4c1e9eb 55 57 57 57\n58f9876a3e443302 6 5 5 5\n58f9876a3e443302 57 58 58 58\n58f9876a3e443302 57 67 67 67\n1c8d34a791deaaf1 32 19 19 19\n1c8d34a791deaaf1 32 27 27 27\n1c8d34a791deaaf1 96 105 105 105\n2b8f367d01df3601 79 82 82 82\n2b8f367d01df3601 79 86 86 86\n2b8f367d01df3601 79 105 105 105\nce6c6d81af6b62cd 61 64 64 64\nce6c6d81af6b62cd 61 65 65 65\nce6c6d81af6b62cd 61 67 67 67\ne9651dfa09c273f8 95 70 70 70\ne9651dfa09c273f8 150 185 185 185\ne9651dfa09c273f8 150 187 187 187\ndce5f59c6e33b5df 10 3 3 3\ndce5f59c6e33b5df 55 67 67 67\ndce5f59c6e33b5df 55 69 69 69\n6650470bb0abb23d 49 40 40 40\n6650470bb0abb23d 49 47 47 47\n6650470bb0abb23d 150 161 161 161\n80d21c1f8300db84 36 29 29 29\n80d21c1f8300db84 84 112 112 112\n80d21c1f8300db84 84 126 126 126\n8695b9a43979ed6c 7 0 0 0\n8695b9a43979ed6c 7 5 5 5\n8695b9a43979ed6c 7 6 6 6\nbc8adae3d0c73ba2 19 6 6 6\nbc8adae3d0c73ba2 19 7 7 7\nbc8adae3d0c73ba2 19 17 17 17\nf0d8ce5ccb80bece 86 98 98 98\nf0d8ce5ccb80bece 86 101 101 101\nf0d8ce5ccb80bece 86 106 106 106\n3fe382b2ae6c9361 38 7 7 7\n3fe382b2ae6c9361 38 19 19 19\n3fe382b2ae6c9361 38 35 35 35"
  },
  {
    "path": "splits/re10k_latentsplat/test_first_as_src.txt",
    "content": "5aca87f95a9412c6 58 13 135 141\n322261824c4a3003 12 4 11 84\n17d9303ee77c3a3d 20 10 12 13\ndebc3490ba0bd84b 23 0 1 8\ne124dfa7e996a414 46 25 27 160\naa91dfdd5f4ad32b 4 0 1 2\ne4bcb18fa6aa91be 40 2 30 39\nbc95e5c7e357f1b7 66 35 122 132\nf7c0fa5b81552d35 9 76 89 92\n7c7bc5285126e6ad 69 66 124 125\ne1afd89a69ee6947 105 64 87 101\n8b212f2755d955ec 20 1 90 106\n88d9ba3324f2ec21 9 2 8 76\n4c4fa41951e37e78 6 0 64 67\n34b0658a5c200cdf 28 4 20 22\na56ba2efb5e3fdd9 23 8 19 87\nffa95c3b40609c76 59 15 25 179\ncdf439b17a6a98d4 0 79 80 86\n79ce50fb7b021e1d 137 100 231 269\nde67e3a0b0648cfe 75 55 56 65\n622ef98e83ed5239 34 0 20 26\n252a24d25a1ea81d 231 194 202 221\n28e8300e004ab30b 8 58 67 69\nc48f19e2ffa52523 168 161 238 250\na47b88040452d7d9 178 134 164 171\ncb38d67088b66084 4 0 61 80\n358bdee988c269ef 15 73 75 90\n54841308aff91857 39 25 35 89\n30fc5fc78c5a716e 119 95 97 98\n214df1c2863d2959 7 69 75 101\n6558c5f10d45a929 18 83 117 123\n1214f2a11a9fc1ed 115 87 171 188\n0d4de33c6888a754 19 0 8 78\n40ca76de44a6e1a9 34 11 88 106\n8b760ac05c93a6bb 11 3 10 83\nbfd27ad72975e120 40 19 25 37\n89ea49cd9865aeff 19 6 13 82\na9b3ff60b213e099 56 44 54 134\n41bcd011f99bfb66 6 3 52 54\n2da2eeb966bc0ef8 50 29 30 116\nf14791aec34dbdcd 46 2 11 13\n800ea72b6988f63e 168 135 148 275\n572acd18419c3456 2 66 68 69\ned477bdf8582adff 16 8 11 68\na6fa92e8204f6118 11 5 98 103\nbb4d7012261ee0ed 4 52 74 75\n0c52996355b23d76 17 9 15 121\nbc143130c1842e4b 67 31 56 136\n674dabef8f53b566 7 71 76 84\nb26e6c80d283c4c8 1 93 96 99\n57d3409bf04c4651 7 3 5 6\n21e794f71e31becb 104 60 91 224\n67a69088a2695987 44 9 13 97\n62bcb465bb03d34f 1 65 66 73\n912177dbf0a1ed6c 17 3 4 67\nd3a01038c5f21473 42 40 168 172\n10c8e54590f715f7 85 71 162 165\naadc1e2dc74fd644 14 11 13 74\nf7d916b43193c181 14 3 8 10\nb4099665590548fc 15 5 10 80\n1f0e06e4388dd600 146 107 109 131\nafe4e799a94e06b3 80 40 52 74\n3e5f747d06bc84a3 47 32 38 177\n84ab392d682f296b 58 23 39 46\n9e2a8cc5f32dd46b 36 3 35 124\n26b31d71789bffad 7 6 71 74\nc9c30723d7c54793 39 27 34 162\n17f552ef56d85c55 20 87 92 103\nbb6fa5bdafc14e8c 78 56 144 148\na348013b922a1d67 7 0 80 118\ncd74b1244d112628 9 0 3 6\n6771a51bf0cfce7f 188 159 163 170\n2e109379f53bb221 25 13 21 99\n41abd737e0228c1a 3 66 87 96\nb5fc0c4a2760083b 48 27 111 134\na7c691c210154b09 1 0 52 53\n052430ff6e2c07c4 104 82 84 86\n365fc12b4f33ada3 37 21 31 32\n57d25dafabb5a238 47 6 9 33\n882c68c70d22f4c5 29 96 107 111\n8adebbb68f2c3f84 43 33 37 189\ned0c2aca14b99efa 63 34 116 120\n5df12522d9167d54 4 3 58 82\n9490f1219dbbb6ce 1 0 65 69\n0588138dfec165a1 95 74 87 94\n34766105ea9d7a2b 88 68 84 160\ne4f4574df7938f37 13 70 92 101\nd6cd62354e99289f 3 68 85 88\n29e0bfbad00f0d5e 14 129 131 137\n8d5163de9ea4d851 39 3 30 34\n071e8c0978097efd 60 30 212 229\nb4b95f8961518954 10 1 115 117\n20d86cff490c0c42 77 33 58 164\nfa5ef1d3968d1b8e 18 3 14 17\n22da7610855d6b9d 49 17 30 134\n81be42df6ccae760 80 64 76 162\ne9b506f37c2389cb 48 45 47 106\nab4c269f8d523d02 55 13 19 30\nc1ad4232258e87c9 0 51 52 61\n189f95593df3c7f1 1 0 48 49\n0c4c5d5f751aabf5 13 0 4 9\nef6d7acf3bcf834c 50 8 10 160\n3fd084afa49b6499 19 6 7 69\n6fe141ec9be1a432 26 5 6 17\n75d475e9558ab806 1 0 49 50\na16a00a72aa06728 28 2 100 126\n813895d9ceb3f376 8 113 119 131\nfea544b472e9abd1 123 112 121 224\n3b6d8db52c54b174 14 9 76 97\n84a2ee4663daf456 27 5 8 102\nfdaab1f49851782c 99 59 74 77\n01a628e2c509b823 27 19 94 119\nefa64a0035040381 67 52 62 153\n656381bea665bf3d 33 5 96 116\nf315d65b981724a1 117 99 167 189\n62e7d55109468b27 21 77 83 84\n6fdd15be262854f1 21 1 16 79\n0425df3e42ba0de3 26 22 159 195\nbac90b67024759ee 33 0 16 88\nf3ef8cde65afcc5e 43 15 16 33\n9f22541e0c3894c1 8 91 107 119\n3087828bc27bc4c7 48 7 33 124\n4ef560091d948f8e 48 25 40 128\n14f477e7d5af5b91 5 0 2 93\ne68dd764c51470c0 40 19 34 102\n0869b66f912b845d 147 119 237 252\n4e0e71a0930d359d 2 58 64 66\n5be4f1f46b408d68 22 20 161 170\n44a85c75cf4a6da8 3 73 75 78\n1bf49251fdd23cc0 64 39 56 138\n7f56a807c4e3fbcb 0 57 58 60\nea238737feca4622 27 106 114 128\nb70c3d4dcc51f866 26 5 106 114\ndbb340f63c6ae50b 114 76 86 97\n0e16d64d961fe855 0 67 73 81\n98309bf872051c85 185 155 183 263\nde45926738229f67 32 22 108 119\na1d38185b8f59a4b 33 22 26 29\nc71fa7a8db8bbec8 57 19 38 173\n9978d648c785ca9f 0 57 60 63\n9786c8d75194a1bf 8 78 80 93\n5f8e6b91cb78aa9f 61 55 143 148\n27daccf898b206de 8 0 1 5\ncce1ae2fda6376ec 109 106 203 210\n5c909c802eb6edb1 5 84 85 86\n59636f39d067119d 3 1 67 69\n82afd7cd03ef7111 7 86 88 96\n341c4533fbcb15a4 6 91 110 118\n9d0939c256269554 33 30 97 104\n4a763e1b87e495a7 29 86 87 99\n2e4c69143b09033c 34 21 31 118\n33afdeba3cd5af05 13 7 10 98\n6361aae2376e35b3 28 7 121 126\n51973bc28ad2030d 18 2 9 12\n45e81a557d2dd78b 55 41 168 180\nae4090e8832b90f9 0 141 149 173\nbfcc43cb05071cf7 11 96 122 124\n12a70416c92a9483 83 69 70 75\n90db3a1e61834d39 38 14 113 114\n531e3acf16289429 47 23 31 101\n3a79b9aefafb0b8d 1 53 54 55\n309bed43e4406d72 42 15 38 106\nebb5e70d56341020 4 56 75 93\nb8a96066ff35db86 23 6 8 19\ne050b07b90580dba 1 70 73 75\n5ee7f79d21f7e482 22 1 83 102\nd4127110de7604d3 105 74 76 177\n2b0b2259a7216762 55 22 53 148\n2445756494ef6e3d 16 14 75 93\n6eaf7b55c0a59be9 162 121 161 228\n37de8da2580d0c1d 23 13 98 110\n1defdda324307269 116 80 110 169\neae986c8f31081cc 11 9 83 106\n575fc7cbb9b2d352 37 4 17 151\n8453005c232016c7 9 71 76 80\nb6b1244092471403 2 117 122 137\n90131e866868c2f6 20 13 85 109\nff4c8a31f4153121 66 145 151 178\ndc90deddeacc3d26 57 40 45 55\n45823117f0acb627 70 36 132 143\n6584cfd8b9eb91f0 18 5 75 76\n45a00d135c5388fc 0 56 61 67\n2c9018ef57c6b061 34 9 33 93\nb21d13ea38d9ac79 0 57 59 67\n4c8fd5318ae8d467 3 112 134 144\nf5c2e696cb86b701 10 5 65 105\n54fe098cef530a7f 25 9 11 17\nfa81f29d350eace3 1 0 71 73\nb7ae0d63cd88cb7e 4 53 65 67\nae5c26bc7fe988ea 14 0 12 62\ndc6c3a7310c42e07 87 47 80 81\n7983738c2b4adad4 7 0 81 90\n71a27a839592fb3a 2 65 79 86\n1a8466443ffdc6c5 5 1 2 60\n774aa648451ced87 161 147 252 273\n7d1a68f312ba2d95 20 14 113 125\n505a86992cc1b6ce 1 57 58 64\n414e2bf42ee45cc4 24 0 87 107\ne9b6564434ba856f 19 4 17 86\ne14fc8cb91357b29 23 6 15 95\n7b88a7e1a069a93a 26 2 19 159\nee9503a872caad73 9 2 3 5\n399cfd9cfacc0499 7 3 86 96\n1203cc23b881ab8d 11 8 101 112\n40904cd4b9e0579d 41 5 163 168\n2e4cac06a4f92261 54 23 44 211\nfe485c8b96b46c0a 5 2 66 76\n00e8df74b6805da7 36 12 105 112\n074653ff3928b9fe 2 49 56 62\ndff51d96b59df454 9 4 62 78\nd879362410eaf691 28 4 7 24\n60bf89b196577c8c 11 7 59 61\n3176f1532a468cbd 5 2 3 86\n0dd9e020b6d9d687 1 82 85 96\n4091c41c6909da3b 44 21 37 141\n754f7a46cc9770c6 1 53 56 81\na14cdbc8771393d1 92 82 190 196\n2a8ef9e44f580d13 34 2 14 15\ndf0389efcc51ac2d 1 109 112 114\n8cebe36289a4d5a0 23 5 11 73\n86cdad3c34f3941f 10 9 67 83\n3533396ef5f351ba 22 9 89 107\n15d4a976e4e7d3dd 109 86 233 235\n523bc6753cd13644 35 23 29 89\ne49065bc8c694f0d 25 8 10 127\ndfa54c21e3d2feb4 12 1 3 8\n3aaed2e6422d7d57 145 144 193 220\n2a3baeaa72b86812 2 76 81 85\nf71f8b27e6ef3f7e 29 19 25 90\nd42ca7833cd982fb 22 9 95 103\n145708c0216a06a7 44 15 24 154\n156f4c7dca878ff2 38 27 30 100\nc85f1c5375e60e21 1 54 61 62\n73c5bc59df929e8d 26 7 22 95\nd25404ee1e0c0607 27 7 19 20\n7323eacf27a3f67b 7 112 123 135\n4b85062505816744 1 53 85 91\n4803cf5deca2b38a 17 92 100 116\n848971384d2e2956 19 1 5 70\ne9f1e4315562d02c 52 23 26 31\n03e756bff92d49dd 2 79 87 92\n68aaef5b574f98d5 66 59 63 195\ncbe038e8be4f6b96 39 4 7 27\n2fdfa70413053b84 82 46 52 65\n701ee1118e22239d 8 7 72 74\na942b6e69847940b 1 47 54 55\n96a7bdbfc462408d 89 74 163 177\n2177ca3a775a9ee9 110 80 165 183\nb62fcc6856e45647 11 2 70 97\n03a78406de1d0993 88 66 188 192\n281452e730c39fd0 46 8 29 44\n44095e87bee5475e 33 21 140 150\n436a235ed74c3d89 18 100 108 125\nd7c79e9bf6b0e42e 6 67 71 104\nc0677cb9b8d767a6 46 180 191 201\nb67312c3e1dbea65 14 2 5 9\n46a39a38f2c09d34 7 1 3 6\nf23ea66496d4592c 4 2 64 70\n0e8995dcbdd22f48 32 134 153 157\nf32643006f1260b9 59 16 184 204\n8c5136bca99f6b66 3 0 1 2\nb4ccda687d2470b1 101 60 68 98\nedba67643c40b399 123 97 120 207\n4a582ee23dd05a8d 145 103 139 254\n4ce58504b055463e 113 76 107 183\nde589d5890b4e6e8 11 1 7 57\n6c99592614256138 73 39 132 147\n1bc87c160d1dc982 29 4 13 27\n5994761c53eb75ff 63 60 114 119\n774712243467068c 0 49 50 51\nbfd1e3bcdbf0fbb9 43 17 25 95\nbc7ce58a16724386 12 6 10 92\nc19cc383d575e722 5 52 59 78\ncfa392a515fbe36a 13 71 82 84\ne87c0a291ec4a45d 2 50 51 52\nb352534bdedb50b3 10 0 1 8\n5331fddb30f9132e 14 0 85 96\n52aef823cc9a031c 17 0 13 113\na6d75912a7fb7e91 43 24 33 113\n374fa34fe701a30d 2 62 68 75\n3dba1838ed366ab5 2 0 62 66\n2341162bce213f2e 2 100 103 114\ncb6b6e325aaafcc9 28 13 23 24\ne5fec092b986596d 67 28 46 136\n11eb02d24a3241a9 21 1 14 16\nd5a254717822d28b 198 163 177 274\nef1457995bca9afd 6 70 85 86\n14cdf4aa7a2de14b 119 76 213 235\n18c6473be3bd827a 22 12 14 15\n3dc0058dce3828d9 62 31 44 58\nc34b59ec59eb886c 31 4 21 154\nf1cf2e1b45e3c789 126 105 120 179\na0dda4b2ec17cde1 22 99 106 116\nee135ea99ddcb32e 3 68 71 92\n8debcd56accec5c3 10 5 60 83\n27382fa047b4681a 1 72 74 87\nc439c3b3d45d651d 152 114 120 236\n127884736471b631 159 116 245 265\n753ccd3da86a8cd8 82 41 55 71\ncac91919db0b7a85 51 7 20 40\n180542b70f713d5b 75 48 59 160\n629106572dfe16c7 54 170 196 202\nf13001de94f7dee7 12 3 9 70\ned299cc5f85d0edd 18 0 4 83\n2a89b2a52cee9f5f 128 111 213 217\na3bc75f0a32b1501 39 13 28 29\n9b432f66b54dcee7 46 19 40 105\n5605c576fc904f00 38 15 28 94\n86a463200232af47 18 14 132 152\nfbcd62ab8ff30b4f 7 1 4 59\n51170ef694154b08 5 3 74 97\n00a5a2af678f37d5 45 102 111 129\nd438687082422f1e 146 252 259 272\n3613c77d8c234008 16 2 5 10\nb73a7e175486c78a 71 54 55 224\nf543c249c809b271 7 6 60 64\n818ddc806c9e8f79 29 21 25 28\n8ab4c604ecea9c58 18 7 100 128\n9b1df103d73ce624 16 0 80 85\nf91fbdea76207935 11 3 4 85\n6ed53f7a04720147 84 58 203 215\n2482c4388b32f225 12 4 6 138\n12f45658983d380d 48 33 108 116\nf2e037fd936aac25 48 5 22 38\n54f97b513d76b3fb 27 2 14 110\na63c60167d524a5d 38 118 120 122\n59d248d6e5d5b35c 0 79 80 81\n1227d00562c106e2 141 121 126 224\naf591254c5c30d9f 40 18 39 126\n4047ea5cbe353c08 95 79 168 187\n7695e3556b39ab92 61 24 25 53\n650503eb1bc58d0d 25 4 81 102\nff7f5042dddd5e12 23 6 14 104\nf33a903d5af68764 6 0 3 79\n350ef3b7bd9d9489 74 36 130 140\n33517e9838fe5f20 15 7 11 104\n090c672e7e394397 11 125 140 141\n9da1817a6a8b398b 12 0 8 97\n21d9134faec148f2 33 32 147 169\n8b7fd0f7face0559 6 61 64 66\n550ea130af96ccfa 114 73 190 202\nf4c093d62e3bc637 12 10 11 94\nd93fb7e63006df0b 51 14 49 122\nbf426e89f74b4447 22 6 7 20\n247bc2e47eb7f6fa 3 155 161 164\n068140e09ae5ae8f 11 7 81 87\n8a8289629784b1ba 46 16 24 27\n16b8ab24bd231f9a 124 95 188 216\n3b59c7d97b900724 39 1 8 22\nb6d52e4eac9880b0 16 4 84 117\ne2cd09b4dc82ba9b 36 28 143 149\n895c7a42a71d6050 25 7 98 99\n3b122e1becb5fcb7 116 85 91 95\nf649244a6907838c 62 29 134 138\n8b0af1b58d41bcd5 23 1 12 84\n49235d402cbb8895 68 23 160 174\ndd6f8f3b56c66aee 90 46 207 213\n4b4c0c27204604a3 36 18 115 119\n2bec33eeeab0bb9d 5 170 174 178\n602cd3dcd51e706e 16 3 7 75\n78e901c8d85e71a7 2 65 66 77\n90a62bad0442448d 3 85 96 101\nce42e1a9588440c8 56 53 152 174\n50a356dd9870ac9b 43 36 37 147\nfe6690ee4f6c7244 22 151 161 164\nc767b97c0d3caca4 22 15 21 116\n50c3e2b700077e76 7 1 4 116\nba0cecbd7351eea2 10 4 9 78\n5c5990b304509a47 64 26 44 123\n430c6d1f8676fabc 53 22 146 159\n6dbe9b5b5e77c8a6 23 17 114 122\n3d2486ac8822da47 13 7 77 85\n6b4a5186c2585e08 13 68 83 85\n8610164dfd89cd44 28 83 84 87\n867a9e729b3eced3 1 0 47 48\n3a3bc11b9ebb7d44 1 56 64 69\n1addb7e6bbea3eae 2 81 86 87\n01be77405b16df11 58 43 47 49\n3f4f553239e96d90 5 147 166 168\n8951e64bab803550 7 57 60 73\n11a680776863b321 35 1 31 33\n05c57211be152630 3 0 2 51\nec954095edaf0f9f 61 20 54 169\n0626b812d67da3c6 0 48 49 50\n3e1236935a5f70ae 0 47 48 57\nfcf379edfcfe492c 21 111 119 124\ne9b3ce3fb857d86f 212 173 187 197\n58adecc8e2e6ae8e 3 1 2 58\n75fc11bacb566213 64 29 48 217\n6890595879a5790a 92 47 55 85\nbb68958771bd013e 47 6 42 99\n20100b779d28b6d5 9 8 93 119\nb8a77ae2419b398f 153 125 146 253\n1225476a1221ce08 3 88 96 101\n6a4a6eb9accd3528 31 7 105 109\nf99691764cd67e0c 47 17 177 197\n91ccaa13b322fb9d 34 31 102 120\n2f98ee24d3fc43a2 110 91 92 161\n99a8af5125fb4c23 21 5 16 111\nb4ad7779e82513ad 7 63 75 85\nce51b0b5bcec88e7 10 6 95 100\nc4018c426b7f34fe 129 88 107 243\n5185cb2d8a7fde08 26 111 116 118\n3094afb27266ee6a 3 77 82 83\ne4512bdb2540e049 70 179 185 186\n8d671600d1ff117c 32 6 10 14\ne621b4536f4da311 22 21 78 86\nf06c314b02d35b81 14 13 63 78\nc7f70ca1ccd2588d 20 0 4 6\nd4d77d8b3f48c2e9 21 5 82 87\n57521976806b42c7 4 0 1 3\naaeb7a0ab3303b61 3 63 95 98\nc9c221c5d2f549ea 45 9 10 100\n3953f37661087a95 31 7 8 15\n4a1920283e3087de 8 3 57 58\nb6fbc2ea0566cea8 49 18 34 138\n1b87f55dec310243 153 144 206 235\n357ddf77c7b83cae 6 61 62 86\n88eb992d14f03af3 15 6 8 12\n9a1b51f094189756 2 1 108 125\nc76111d57845c911 13 124 149 161\n701c87315926ad90 81 64 74 142\n9fdeeee21b106732 36 1 107 110\nf80f0077f529c4d7 75 33 34 169\na0d174b988c5ead7 5 1 3 83\n2f5af4b429b2c992 16 5 77 88\ne3be10efd916a10f 7 4 103 106\n31c79c843555c2c6 24 17 73 75\nadeeb0d485535dfb 23 12 15 22\nedcd819612829ef6 0 58 59 62\n5d06d35cfc4d456e 6 1 3 129\n05b1462991e38e4d 54 51 107 126\n2af206730de6f439 19 108 112 129\n29a09527214b3dc5 10 1 5 7\n37d0f351f07ee925 31 3 22 99\nbde72676dac5dc06 13 5 66 80\n3f6e7ee98174056b 24 2 6 90\n16cd4f1cb2a467c1 5 3 86 125\n87f03b8928fc286e 15 87 97 123\n46e0654ccb5d88cf 24 8 78 92\n20b38e0a985506ba 91 55 166 174\n59767154863dc444 8 2 4 100\ne43058cb365b9459 160 135 139 257\n568ef8c24a0b1408 12 7 8 62\ncf2f6b8cf233a07d 63 156 159 161\n043c48135c5e8cc2 32 17 26 155\nccdd4b5d45af03e8 1 57 58 65\nf5a9a6278a8e44b2 80 138 142 153\n308681a294d1417b 29 2 8 106\n9e784b792f4aa092 65 42 122 124\nf2243a6f96faabc9 10 0 1 4\nbf1d955d0d4cad3d 2 143 163 173\n518f26dcd055d78d 2 98 106 116\ne5c955c5cad28192 35 2 9 10\nbddba93182c33779 39 6 18 91\nf13a2892e0df0743 27 129 147 154\nb4d751f16c3826d8 2 61 63 65\n7ac41312c56a0cc7 42 25 110 112\ne1654fcb98bf93e6 27 18 26 86\nf58edeb874d96974 3 1 92 121\n0f2197967bb7fa43 47 4 20 25\naf55f1aae9438a31 171 150 244 255\nc6c9e352022ce110 2 49 52 53\ned8a46b1aeb9b0e7 9 0 5 7\n9638776e5bc87bc7 20 5 9 17\n3d8d29bf0d9f24a4 174 132 144 229\n9131cc864db80476 67 27 51 132\nfa1f48f6ab912eab 3 2 53 54\ne01e8cb797908f8c 59 17 26 29\nf27cb10112666229 18 3 71 72\nbe9fe7824449d416 63 118 138 149\n6b1138e2149920fd 4 3 56 70\n503d82bee145b841 208 168 186 191\nf60664acd06e22aa 24 10 11 115\n896664cbc4822c57 145 102 112 274\nc065104094628e8d 21 10 17 19\n3d60041ab79f46fc 49 7 118 126\nf956425e6e6f9863 49 8 19 42\ne16d5c92b54beff5 5 1 61 66\n62fdeefea9b15121 1 66 69 73\nab2d4e1aaca88cc3 12 2 3 4\n44adc8d00568380f 15 100 119 123\n41a3a167ea5d9e88 8 62 68 71\n4eab1d74335a930f 3 60 76 80\nf89ca2025a4c7470 10 4 7 88\n2217c43ddaa29027 97 80 83 95\n5a15212752d1659a 53 28 31 114\nd982d99031fb4f93 21 98 114 120\nb0030e8ffdf33cb8 50 42 110 121\n6638886a3a5ff92c 32 7 18 20\nce2d73fd4e1235ec 43 35 103 105\ne30f93e62f76014f 51 13 16 27\n177ff3969577b8de 3 1 61 63\n0404d32e97ec1cdb 13 2 73 74\n35061d7afe240bdc 201 168 183 192\n806102dd1847a340 65 50 55 151\nff03c7906d70bc61 2 101 126 133\n9b09cb164f1df0d6 116 86 107 163\n2689084e354f6dcd 6 0 4 5\nda27974057f07122 7 2 152 162\n62d43eb863c52706 26 0 6 11\n9720394a4cb1ee2b 15 3 4 10\nd45a3454e5581d11 16 2 4 13\n9e7927ee83ae3ef5 64 19 41 114\nc9545e4aaf05d54e 4 0 125 137\ndd4f43f04d9d51e9 19 13 16 18\na0dff63288fc21dc 64 20 125 152\n63b37bfae7def003 38 27 36 112\ne4ce9925774dac97 13 8 82 88\nbb08d0ebf3104860 101 56 59 81\n308de3d523189c72 13 1 8 81\nd2df35be33a3887f 45 11 19 176\n8ecf6a45678ed000 26 12 153 167\n5a866bf8e9e89c45 3 101 109 113\n72a7f8ebc3cb28f4 16 7 14 15\n2bd7cee1fa9c8996 65 41 62 114\n651dda44a5c1e293 81 40 46 193\naed2be03745359e1 43 35 39 118\nf7f7028b9db4277e 101 71 84 188\n7bd3172c6da32832 12 5 6 11\n34d9a4f4cf484d99 3 50 52 61\n62ae20eaf7f140c7 17 15 81 82\nb38e0e46b8c27cb7 5 3 60 62\n52099b824111b8d4 18 6 95 133\n5a0fd9d6bb6b26fb 12 3 64 75\nc31a5a509ab9c526 188 149 171 234\nbc400bd8d1f7c4bc 1 57 58 68\nb16d261e94f32108 0 73 74 78\n9179005d637bb381 1 47 48 49\nf0e8338a63423225 1 57 61 90\n2347b1e3e70842ac 74 45 130 154\n2d6f9fa00dcee664 9 1 5 7\n4675ea4e00c2544d 35 130 136 139\nb22809db10567e0b 1 75 80 94\n8659660eb14a4a89 45 3 4 213\n4f88a0a88784bbf1 39 23 26 122\nb3f9da40554cb53e 1 96 98 101\n1ca02bf1c0b65675 4 81 95 98\n0368abd976e8d82e 19 3 10 16\n4b5a6dd314bebe88 17 0 7 14\n3aae131a319acd17 92 48 87 217\n4bc203e17758f3a0 17 7 8 84\ne49339b26418352d 56 55 189 220\nf20f939c45d67d35 16 5 150 170\naf51983b0d330390 9 5 58 66\nda66efe7f47eb1f3 41 6 33 135\n08291107fc9e9849 80 44 67 210\nc34f0f87352a70e1 3 85 90 95\nda9c9989f0826f06 25 0 13 24\n6ecda7688473aa25 73 28 148 169\n145da324f69d1c6b 58 28 34 41\n1c375830155fe6dc 5 4 120 124\n85c5cd422c58958a 84 48 74 186\ne3a879a1c468f4bb 19 1 80 90\n9199131c0da9290e 17 6 8 16\n1d125b16063c96c4 6 3 120 121\nb8ec32138a491a9b 29 0 18 19\n2e261d7661282e40 6 59 70 73\n4c0ef61c55467706 11 5 67 88\nd4ba158175a98676 2 53 59 61\n73301da6bc2d64e7 1 104 110 138\n6afb95545c3aa4f2 20 1 6 12\n916440336f6290f7 48 31 45 133\nd1bc93ab5085d7ce 8 7 157 159\n5fa1c14029bd1183 67 26 128 138\n63b3f24f708864df 50 14 23 29\n1db274e904e3fb07 20 0 18 71\n7bfb908a2ca8a8d3 24 7 16 22\n2b1da1fbe7f18f7e 3 61 84 86\n5b511c9a3888311d 77 131 136 149\n8dfaab80f0ff96b2 22 7 16 70\n555670de0b6aad58 37 98 99 100\nc46ca76fc6fba789 27 89 93 109\n5bb97abaa6ce464f 13 2 8 62\n08c9e7365f0707a4 16 106 114 147\n68c72dad736be98f 5 1 74 92\nbd5b2cb53eb19175 40 20 143 159\n9d299ef8db7b5c79 34 1 4 12\n56b103273d116e5c 12 64 92 101\nbdc61a5863efe4b7 1 127 128 130\n09d860b12f6604cb 2 59 70 72\n515ecfc39f93710e 2 64 76 79\n3fcf6c1b81b14af5 4 0 2 3\ncfa7ad963a2cede0 81 45 171 191\nebe74462b3438417 46 3 30 126\nbfe7903708674ea4 36 27 30 97\n88ec9feae8aa8a08 92 83 88 157\nc3fbd8143d230d6f 34 9 14 117\naefc27b9cbf7baf2 149 107 142 239\neaa1fe61497b64ed 31 23 80 109\na53e2726753464c9 6 1 3 71\n1513c8f030f4cbe2 30 13 82 93\n5ed81b3d975b3525 1 93 94 99\nc1f2a61d61bd7e48 26 10 168 183\n1fcfd8a36e171639 88 63 196 206\n0cbbc98eec80360a 7 73 76 77\n9c1398cb9ad44a17 200 193 195 276\n874b92ceafee3bfc 3 1 2 70\nc4d2c01787878b20 7 62 68 75\nca12e642e93fc13a 73 60 64 191\n2075a2388413899d 1 0 84 90\n7edeb4779b56f16b 3 82 86 120\n1ae4afcefdd3650c 1 56 59 60\nbef22dc2cc3a20b7 3 1 2 61\na28d9292ca8d950a 26 1 8 22\ne7f9787274c3882c 43 2 34 37\n1058fe0400a873e0 21 20 81 107\nec2798755715261d 4 61 65 75\na100462fcda4903a 18 1 7 8\ne6478478a90ae0b7 5 74 86 89\n6558a3aad7301ad0 13 6 7 63\n71d4984eb3440a3f 2 1 51 52\n494f87170e713843 37 15 16 21\n0a6680fe6e8e09d7 4 67 74 75\n11eb4e9eec5048f2 27 13 91 94\n91a772967d0c828b 21 3 14 76\nb156889fde2dbb85 2 84 115 124\nde60ac2e663b066f 52 8 45 105\n5be27cf4d890da47 129 100 103 116\nac479d95070773ea 0 49 53 54\nf45c428e89a06af3 5 106 135 138\na387a0797620e120 100 76 92 164\nb713e75c318aacf1 24 2 106 125\nbb0d9ff59505b17e 91 52 53 83\n7367bf46cefab634 129 97 113 117\n2a2d971fd44ae258 3 2 67 74\n040a7af97273204f 27 140 161 166\n4b5619958277861f 12 11 86 98\n4422b38e60e3bc2f 24 0 6 78\n9d377a5dcd18edad 34 3 10 167\nb27799762a8b833a 141 113 134 278\ncb8fa1e610da2576 35 8 10 13\nf8f9ae6839b997d4 53 18 24 185\n5f0d3f4cad9f6bc7 8 0 3 5\ncd5ca613c01ff1dc 7 73 75 77\n872553dc67cfa7a7 91 62 251 261\n6ca4076fadf3200e 160 139 148 264\nc0f59974cf8e4cfe 27 15 23 75\n3a642c6d0e43510b 15 0 10 145\nd2220929f6df0678 4 1 98 122\n666e2f9e9ea0fadc 106 79 169 173\n4a1b9fb940541809 126 114 195 201\n77917a56e2650f83 70 57 142 170\n424397db4b1cf634 10 105 130 133\n981614c8b84003a8 23 0 17 19\nf6c455e1736b238b 96 61 75 181\n32d28b7513f873be 34 27 122 139\n74af9d545c63645c 6 52 57 61\nbe8afab0505d8ca7 13 0 8 12\n6c1078edc3a861c4 10 0 2 4\n0f5bb0704084e290 9 65 69 71\nce827f0c64f90c22 45 24 98 102\nc887543e0e2d2a89 21 6 7 9\n604e834da1b066c3 58 42 57 150\n2cd1705407546b72 62 50 51 61\nef8d91016d54a951 38 0 23 34\nd71d8269b397199e 108 90 97 104\n2f3ec1f2335489d2 99 57 60 150\nffb3b1bb765b96eb 154 109 119 266\n9d6fea5470e31f53 28 0 2 166\n3581e2337e3b9104 2 0 1 52\na92177d7b96db613 36 20 25 142\ne95a6a3c350879ae 3 83 84 88\n505398c0e31ec5f5 127 88 100 220\n404043fe2f398440 84 64 225 235\nfc6f664a700121e9 21 1 19 83\n6c78fd2a1f251252 6 1 68 72\n9300e59f9b434ef8 18 0 3 12\n9d189d02a0c0b999 1 84 94 102\n3fc266558ec5c07b 0 123 129 132\n01570ac1c73e9ca2 85 57 139 140\n46a4d49d61a86d37 6 1 4 63\n8a3dcdc501eb6cbf 1 61 62 67\neb5b73ca4a18bbf9 58 27 31 224\n0c6b149da098b121 68 33 191 193\n7c411c479afba17e 36 26 126 133\nb71c6604f52dfd89 42 32 101 109\n12b7562944c06836 0 93 105 123\ndba7a2fbce619ae6 0 117 125 155\nbc04acfa6bf91216 22 10 13 17\n8215004c55b59e05 112 67 76 103\nab3f69c52338a68f 13 92 96 106\na0db9c916426d689 19 7 122 128\n81e21e7de4e7f651 3 2 95 104\n657a8a3c295c285b 20 18 19 74\n819c07566240fff6 20 6 19 71\nfb869d5257bd2088 22 1 72 74\n3456032dc178208b 1 0 74 75\n839b9551138a8d78 35 13 17 26\n74598c6dc1d84d8e 20 130 160 162\nf8d8be6aa90ef3cc 18 3 17 75\n3ce8f87fcfc988a8 26 13 15 20\n876b3edad22f730f 33 7 9 134\n0fbe6d76015f75d4 16 155 159 180\nb9ace716dc382454 59 132 143 153\n280443260e3dced9 44 38 129 149\ndd9ab2885314a176 22 13 14 78\necc06f0818f48464 38 1 20 129\n84f0c7ede104ec5d 27 24 98 101\n2ceec371086f5d82 12 0 2 59\n7a50a76ccf43f0f1 27 20 88 90\n23dcee801bca67bf 23 21 127 133\n7087ce00023cad0b 26 7 14 24\n832d9bfc6fb0ee3e 34 11 82 95\nc191082043684c2d 0 51 57 59\ne464f2b5402ac9f6 96 53 157 170\n6b72878ccfec814c 44 7 41 102\n1beb8e6662d36ee6 24 9 20 70\nabf2836f83d04375 40 32 106 115\n293e02c7c1fa31a8 229 194 220 224\n9e5742721b362151 2 51 56 59\n6675323ba63ddcfb 1 79 100 103\nd4c4491c9efa81cc 1 80 86 99\nd39b221484337ef2 4 69 71 89\na311f0380386541b 11 1 9 89\ndabfdf8edd1dc032 1 52 53 54\n0d6a534d75f20921 0 61 64 96\nb572e1b507849a83 15 3 4 8\n6062bd76d28b5b2a 0 131 137 156\nfe97f5516fea659b 146 130 136 205\na5f9e28c5865aa05 72 31 71 151\nb5d14fc6ce434970 35 4 11 158\n464d63c227f26d09 4 0 2 51\n7b2e239ef9ad3204 0 60 63 79\naab0b6cc7874b67e 33 7 19 20\ndd4184861015056c 61 20 49 167\nf18290450be43683 32 16 80 94\n4773f5327489d57a 103 66 80 171\n053e78d3134437a5 0 60 72 82\n61e94648de4f2fdd 24 7 22 105\nec3b36ce3794c18a 3 89 104 106\n3d4645318868a4f3 13 2 12 64\n10f9d6f46e438d36 4 71 82 96\nc57f9e04ed7b2789 49 5 33 40\n595835d9376d7aab 7 82 85 93\ne42025ee14ea866d 73 123 124 125\n64a0d6a31e6484ee 174 130 154 164\nf8075dd9592cbe12 32 25 86 90\nf3c0e97521ac48f5 28 8 17 91\n6a7c2c0b50e6de5f 22 2 14 16\nf46ad800862ef072 57 20 28 44\nc5b78894aaca6db6 21 4 7 123\n600adea2c262f21a 29 6 11 86\n29791bf60e718c6b 77 34 40 210\nb20384a3167bd3d4 37 1 9 35\n8b5b10275b8a2d7e 7 142 144 150\nfe3e07cf43d37f75 16 3 8 9\ncf98c6afd9c35e1e 0 75 76 85\n5723116fddffaa41 10 60 67 69\n35eeb3ce1b3dd01d 36 1 9 122\n455964aa4ead1e2f 2 61 64 85\n7e922181dfb009e8 37 33 136 160\na0bc9b509471e1dc 25 8 14 104\n37ff932a6a608c24 10 4 63 91\ne5509acc0167507f 83 68 76 147\n0498c9066256055c 4 120 145 152\n4bc47dc7f8781812 123 223 252 258\nf087cde338a19ca0 23 4 6 14\n8371a8888df622aa 8 4 5 73\n9d022c4ec370112a 45 21 33 114\n34bc36fe61a4020b 5 2 3 4\nbf9744dcaa2dd16a 173 137 250 257\ne7a91fda857970df 3 66 86 91\n18297e1f8e25d3ee 4 1 65 71\nb3a450fbb3e1e27e 72 40 43 56\n28ed97894371982f 3 88 92 100\n382a5736d9134153 163 119 144 276\n9ab0225fe7dfb56f 18 11 80 81\n3b7443b24830d388 42 7 31 37\n05e2f342142bc50d 1 47 48 50\nb370e3f9840ae00c 205 168 184 204\n73dbed7d7c84edec 6 53 64 71\ncc448cfcd8bab948 112 88 202 205\n08b8b63abbec8780 22 0 9 15\n8f8c517cfcccb122 150 115 144 249\nf3e1914ef27a8fa7 6 4 64 66\n22666111b2180af9 7 137 149 153\nf272b4e7a791914d 9 0 4 7\nb9a70f12fe6cd7b1 68 31 32 175\n6bba27ca808df3b2 9 0 2 8\n7d5bbbfe59fb6d85 0 68 69 70\n171b3a4c2f95f981 6 63 67 80\n0ecdc87c3391ce98 19 77 84 91\nfb606e0ed3d19e90 9 95 113 120\nd932fa3862974507 200 155 156 164\n88eeafd51bd099bb 5 4 97 106\nb1df812f9a41f543 148 229 251 254\n4e96d43605f27475 43 7 16 39\n5effc5aba4ed1611 9 1 2 101\nd361d42b0616f659 3 105 107 112\nb79d5e7256f01f82 17 14 93 108\n8124e22a832f1c22 19 2 5 10\nbc6cb70a1ed40447 0 58 62 69\n17a39d87a22ac1ec 2 69 79 85\n2f8e1946600c65d4 45 16 31 110\n46f840365cee9c44 7 2 82 92\nb4a257007abedf15 16 0 5 11\n172bd46c6ddda95d 13 113 114 119\n2706598994819cfc 1 59 62 70\nf408fd1ecf9639dd 1 67 68 78\n713cc1bbc24c1936 84 40 51 62\n81c3625e4e3c76ee 5 58 67 74\nb6b1e8f231f08883 0 48 49 50\n77eb094cde13265c 62 30 48 117\nfb7719fc97e9f6e8 6 4 53 54\nb9719e4f722c3f4c 0 53 54 56\n7dd6307ed8c08aea 12 85 87 112\n89371ab4cdf5e682 30 9 90 123\n15729869d1862b7f 62 36 37 44\n0f25241e37e16f56 76 35 39 58\n60ad1505b6880c3d 22 96 105 106\n2671c647c9c2fed5 52 41 136 140\n28c9d20b865f5d56 1 69 78 82\n3db49ddb3f470436 34 24 27 139\n8dc30def67b64694 5 0 60 68\n5a55518f5e8c384d 83 48 49 148\na10530047fddf154 11 9 71 82\nb13191b0346bee85 19 5 10 12\n56376f6104f874f9 42 91 99 101\n23d7f14af4b7ba08 19 5 18 68\n342f8d0f09f0ae5d 216 185 188 276\n8cde229256e5251d 1 51 65 81\n4227369e7d0e735a 2 0 60 62\n20171db88f887218 26 0 2 17\n0326e5c562bdf1b5 38 13 30 123\n58846d3b272e7c12 2 1 58 61\na552d52c34c2c920 0 53 54 65\na1ff86f50bd1fe17 12 4 6 7\n285aef90afaaf565 95 58 72 88\n5c30afe4faa45992 83 40 80 152\n7842e7dce39cae03 26 9 22 120\ndba709d22835a551 136 104 119 122\n77dc4b468015014b 26 7 13 20\n7552e1952a7d7f0a 11 6 9 65\n375a7fbf80d09c92 49 22 46 125\n09e4d5e8eef7b9c1 4 107 123 125\n59d17b8a7e51a426 97 70 90 157\n0145c694b53b120d 184 153 159 179\n5989fa7826ac0bd6 3 64 72 78\ncc55da724f9364ad 15 7 12 160\n44138776bdbfe28c 91 51 57 61\n33f7565ccb685cb7 76 32 45 154\n2016584a2b9b3089 3 50 51 53\nc3ce59bd532d23f2 7 1 5 6\n025192166c704a39 87 49 83 191\n342ea495bd00435d 17 0 2 90\n1cbab4f69b2d48ce 18 5 9 14\n95e6b11f5cb68b1b 52 18 38 44\n3e00b129b656fbce 8 106 118 129\nf4b442376f581f8d 29 6 12 18\n923db8607fe7c9b4 6 2 5 55\n3d5125567924e37b 100 56 85 89\ncc39482eeab4a285 18 6 69 81\n776347bfe788a54f 58 35 183 208\ne38008dedfe9b945 21 78 101 109\na63354f2cdf551bf 1 103 114 140\n9d8ca3b8ce050769 104 68 87 187\nab28d4d77f091d45 120 105 108 184\na37ea3aea712c637 134 94 230 237\n0cf444aef3ba16bd 6 0 1 5\n0872031bf89a808a 9 68 78 84\nc0a5d1ad8514f2dc 45 26 126 134\n5c894e0be7da3aa0 20 12 19 87\nd942e48c948b3546 3 120 121 122\naae255306b6aacf9 28 8 20 147\ne423e3493da1928e 190 151 266 275\n293c7c1ccaa6861a 4 3 79 82\nafb299939df7fc75 4 57 63 68\n0c609c435b1f7114 17 9 15 112\nab50d8b03d6e9dd5 1 49 78 80\n6945e06868818a6b 16 14 117 119\n7526c18f191bcc1a 12 70 74 88\nb8fda11b15ac85ff 18 6 14 16\nb66cb5cbe8bf9988 48 29 40 98\n8b7588fc7f864856 17 12 106 119\neefe8215fcf03eb6 22 2 19 20\nd903b8c3184432c4 5 111 117 137\n52252f53475f3475 20 1 16 79\n154072be49bb3c1d 11 59 60 71\nb1fc2f8151d37b27 12 63 71 78\n7889a8be8423c9bd 61 27 44 156\nc02b7c691ed4a845 22 10 12 91\ndba2f518927964a9 33 0 1 30\nf1623ec1d552408c 25 98 105 126\nc7744df876ab273b 17 4 133 135\n941c331f91485d6a 21 2 13 92\n1fb9b8bc4699fbca 3 0 1 2\n56710f709149dd7a 20 6 12 14\nbeac0761856dc654 0 108 109 115\nf48eb747754f33c1 18 9 10 109\n103777494841b376 54 33 48 50\nc98425c3d93c2522 4 1 2 53\n95f028a9eddbd666 2 1 85 90\n868a0505d840d013 10 0 8 63\n6e2921154309ebf3 167 143 150 162\nc038bae2cfb10905 28 2 20 106\nb8191dcd04692f41 35 11 30 147\ne569b4b1f77c73a9 1 70 76 87\nd9a6b99b28fc45a3 56 29 38 48\nc2921a4f06e84d67 82 52 64 132\n623e3b69d53672d1 11 0 3 64\n2a1fed061b29b25b 79 43 205 215\na011148adfba8ab2 20 19 79 90\n99556a626666c2e5 7 85 98 103\nd9899418fcd4d5a9 22 5 12 13\ne4ba8734d564d119 9 119 135 162\nc717b4a2780e054e 130 93 115 179\n1c29b1d8fd1dab3f 15 4 9 80\n9cd47d34edf48dbd 53 34 43 48\ne60c11943e7dcec8 1 72 76 80\n082087c82daa295d 54 12 28 118\na45b443d3a39a411 31 7 156 165\n4aa594c0ad661f28 26 11 24 128\n7ae66b8767fdcd9c 141 126 223 234\n1778e784d47e035e 9 3 62 79\n4fe53e010f46a558 87 62 259 262\n353ed71c624936df 4 1 2 54\nfd81f0be5a2ffc59 6 5 81 83\n6ed45f36128e4643 1 57 70 72\nce4af8a477671dbb 44 10 30 111\n88ffaec5c0890922 52 11 15 48\n627be3fb033b8cc0 0 99 113 125\nc0bab403d49ec3c9 6 5 57 58\n0aa284f8166e19e4 21 14 93 106\n507dbfe835626dcc 25 13 16 21\n9b765910ee6573ec 56 35 40 46\ne5dee8d225163c41 9 99 115 121\n6b1743887e6b52f0 41 1 131 139\nec903a9a03f9816b 14 3 114 147\n459a954b63f98d8a 0 66 79 81\n2007d4829b187feb 13 9 11 95\n57ec3b103fa7ac0d 67 29 65 166\n7f33edd7f1023f13 2 0 48 49\n8a4ab48c2a0447b2 3 2 60 62\n2d99ba7951695f79 21 98 112 119\n14e540cf0ff7ff91 2 48 49 52\ncef01f7f4f44f2ec 4 1 2 3\n764286e6f762e2f1 15 10 12 13\n8c6914d6809ac43d 0 47 49 54\n1402fce28722610b 8 116 127 138\n65f7555f41eb10b9 15 1 144 154\n7bca6717a9ce1848 211 181 189 205\ne726d0e6ff25720b 0 67 68 71\n865a058505ae796a 18 3 4 8\n3547ab41880f8d24 19 6 13 15\nc3c33ceed1308b42 2 86 97 116\n4befac16ffdf8489 17 3 4 143\nb21e0a2b46d32e8f 0 50 51 53\n8a71794d139157c8 76 48 141 151\nfcde616cb28da426 8 77 82 84\n7c4eb9cd91717822 4 60 64 70\n967060f45b2e8e79 32 4 23 91\ne9d05d93e23b910b 167 136 137 138\n4d81956873dab17b 7 125 131 137\nfb08b3c2668c99c3 49 21 29 44\nbab3ccbc42fb073c 11 73 77 92\naeb269fbd11435de 15 0 3 11\nf6256427ec74ae4e 3 58 69 86\n5c9274b41b9510f7 64 49 136 152\ne2526afd3f5b8088 9 5 7 60\nd874f7ab26833c9b 50 43 123 147\n8681b710c789469e 6 72 77 88\n4f4684c2555e4986 93 53 60 67\ncb3b7b9e32b5184d 37 21 96 123\n02b2358ff02d3ce8 47 6 37 115\n56b15b1236a1dadf 4 1 68 73\nafbe706d58ccbf91 24 21 119 134\n886a7506e898ae0f 67 45 120 123\n989b93443ea01217 87 49 51 217\ne07392b123f6fd77 33 23 90 97\nc24b14dbd06b6f12 133 110 117 231\n49c9324758b5e867 1 131 141 142\ne6f8497a860c873c 56 27 46 52\neda24655c603151c 120 91 98 253\n955d8d05e49068a5 11 2 4 5\n869f2e60673124a2 124 95 101 118\n4f385d4aa89826e6 11 10 87 94\n150b45a39c57623d 7 1 5 6\na4583d74316cd326 3 0 2 59\nf259c6a8bcfd47e3 12 2 5 6\n1fcc400e42725a95 18 6 15 115\n0302fcf06bfba582 26 7 129 133\n9f50c2c9ddd11c6b 42 1 11 36\ncb77faa583c93050 53 50 133 154\n9e38f6416358bd53 38 94 102 111\nd6a5165a5571ac52 15 4 124 151\n70b9150d03080611 14 1 6 66\nbb2f6009491cea51 8 7 54 58\n8664841e5af50672 210 175 184 195\n188e6f96fa74ebe7 15 1 10 13\nc944ee6a7745ca58 87 54 84 153\nb93508abf3c28e87 75 52 61 63\nc7c9ccaa71afc250 4 1 2 62\n83177c0ce1d7daf9 32 6 106 119\n154813fc1d6820dc 21 0 89 101\n59350c4847ade4c7 16 4 7 79\nb783868c5c79a3a7 10 94 96 97\n58c83d9168e3dfaf 21 18 93 113\n5d9aad375787cad0 193 170 184 191\n038137c9569c60eb 7 58 66 67\n3f8d1edf59e70df3 22 12 16 69\n0223924f43297881 74 57 180 213\n29e89708fa1338da 1 0 47 48\n0c916bcc9351521e 32 2 14 18\nc99afff025000694 37 5 29 100\n568da5cf0bc3f974 94 65 78 93\ne34d3ff56658b31d 26 12 98 100\ne69bb4cc457067b1 2 61 68 69\n01497290d8b93a9b 9 1 91 94\n724cb4e97fed8ba2 43 22 171 179\nb1da4b3eecf01f9f 3 72 87 94\n6a3d71f522c16c94 4 109 117 139\na05e27856af43d9b 8 86 104 106\n6ad6908250a003ed 6 2 3 58\nbe4ecfc1baabdf63 35 0 10 23\n1e2a2be2df033527 105 63 73 101\ne152961d6260d8e4 18 2 8 17\n651e26c7f3ceb8aa 50 22 34 36\na99767367335f40f 71 42 46 178\nf5cf6908b3be4c87 22 8 9 117\nbc9cf914440f8fd9 33 6 31 125\n9aa567aa11e9e83b 0 51 55 57\nca4e2c82bb426e95 112 69 87 107\ne17868760749d3c2 37 8 16 107\n126067199873816a 113 95 214 215\n88df9313dbe54779 35 118 130 146\n62cd5ce1dd37f00f 1 136 139 164\n878a35091763d3ce 0 122 131 135\n529b925fd0afe9dd 0 47 49 50\n5c7f377c59f81d8b 22 20 89 94\nc5c41b6c6f72a2d3 3 1 65 67\n4c169a41e66b6599 19 4 14 15\n4a1d79baac733df7 4 89 97 109\n182054e13eaf58fc 1 60 68 92\n227d63ed9a678fb1 59 16 41 47\nc003f0c35e24b2c4 7 80 92 96\nb9195633e5e51479 41 19 24 106\n9e189c10674e51ff 9 4 108 149\n0b429a4733089487 79 156 168 173\nf882aaab13d8d7a6 61 58 111 135\n059058768c222bd6 8 1 3 168\n1ce68f950e7cdf8c 60 24 26 112\nf5df2f89fd077b6f 15 65 87 104\n9cdbec32ce30407a 1 63 64 66\n4faadcae3446d4e6 35 4 17 102\n8980571a190d8ec5 32 2 8 9\nfd17f140dccf0636 7 6 74 80\nb67c36837d48085a 102 96 185 195\ncafb58e56c4f06b5 15 5 72 79\nf289b5f7136bba85 150 127 137 251\nbf25a631f71b679c 56 13 21 35\n4d2fea223ba77a08 0 49 52 55\nd496829efc673718 3 0 1 2\nef5edf3c17a23dcc 230 198 219 220\nebbcd768d46cd97e 1 0 70 71\n3021337b3fbdb2f3 9 3 6 114\n96697e788dda9aa7 0 150 158 163\ne24040fcfacfb060 6 0 2 83\n1efbd8f8949b15e8 8 4 7 56\n2e6876c6c1e40652 7 77 96 98\nc13a9ae6b4db0cac 26 0 8 109\nc4a3fdc24d1ae332 208 196 204 276\nb90f2c02287490e7 0 56 64 94\n7a748f56536918c2 20 8 12 19\nd204e31134a32a63 11 7 9 71\ncbb0310eb8a9de12 48 32 35 130\n56fa6a970bbf8dfc 1 52 68 69\n286393e1e797cdad 22 18 20 117\n67203c7bd53e260b 37 12 15 36\n62938f4659a1ff2d 52 14 46 112\n3d2f4958db5aefbf 0 67 69 70\nb5651e815d10dbfa 63 31 43 55\n818917ce986e4d39 59 24 28 58\n418ad7b9e78208cb 65 22 45 54\n8db71ad1c51dbfd6 2 59 64 70\nd8efd7b23feffed8 19 18 83 96\n22d6e3fefb1ee7fe 20 11 116 118\ne7535a926f35bc81 9 3 4 8\ndb20667ce37a6393 1 80 85 92\n2c6e76b362eed8e4 64 30 44 175\n67b05a50d2b941c9 18 1 11 12\n16a2c55f96e6aa18 6 0 69 73\na91ae94217a87f51 32 14 17 82\n4dc410cbe3dd4d2a 71 127 144 147\n1e0f97ec8f5aa374 57 41 44 178\nc32a9cc7859744ca 58 22 45 55\nfc99e61da3cfb1b1 47 13 38 139\n701d9e4435975003 7 2 71 79\nc6366971043851e3 21 91 92 117\n31afa3dcf3b737fa 18 16 90 98\n6691c9c70cd16931 15 7 81 93\n008cd8c450342e49 3 0 57 64\n9d82b9fbc4c08f92 0 54 58 59\ncc56ef68f19fc3cc 43 16 18 148\n1a556324d2e9d9ab 20 15 80 88\nc1ca712432a9e0a2 7 1 65 68\n890ace92226368a8 30 95 115 122\ne8345a0f8fbd9dd9 8 6 100 102\nb5977855e1fdd531 62 129 150 157\ne936467bcb92edf1 5 3 60 62\nfea3a0ff96583244 18 9 13 127\nfb52f951d8a8ad11 57 34 43 55\nbc810a96c1bf1f4c 37 12 91 92\n96cb607b7454b51f 0 46 47 48\n2b5b5b4f4fc526ba 25 1 15 16\ne943edf17a81c70c 4 105 112 119\n3d7a1ebc77f683b4 4 1 3 61\nbddc84810d71a26f 199 154 188 252\n3764fcd58017528f 0 49 50 51\n44c16554a21aa6af 37 32 122 144\n0c209edeb7637dff 65 24 26 29\n882eb7bd6e78c1de 40 6 13 17\n1eb03f0e3088edf0 4 2 88 125\nbf9f7853214fdb3a 1 0 48 50\n614fe17adad24900 58 23 48 154\n9ff8d373fdccb796 6 53 62 67\n7c1d611595e6c833 5 53 61 69\n9818edd775aa6aa3 37 27 29 92\n5bcd735c6e7c3e49 5 57 76 89\n0e728af85650dcb3 26 14 19 20\n2bff9ec89ca982c9 146 118 126 193\n6b0790dde2a31848 7 2 56 69\n7af972ed1c9e4728 155 135 136 209\n225c5f2cdcd2753c 40 10 26 30\ne80b3780fd64c9dc 28 20 169 181\n5127cbfde797ef01 52 31 35 124\n0bb7da710cbf4bb9 126 96 99 274\n5928490569bf6065 15 3 8 13\n390ddb7ee9b716ca 15 77 85 88\ne5ce752d134c2b46 74 46 59 62\ne374bd9f7b295de5 27 26 155 159\n4c2d32a7f2b62657 34 1 8 32\n28190e57702bcfbc 1 57 64 66\nf1226d5483f1c1cd 7 115 134 141\n0463d74358aca878 35 26 132 135\nb1c52eac61190f01 76 66 195 200\nc49ff29ed26430d1 56 12 29 153\n67b160b06d7681d6 105 89 224 228\n372f324a1f4d6898 82 37 44 60\nc2b5cfe98792e794 30 13 17 106\nb4fc14f25ce51a5e 138 99 133 210\n08138c1a3ba1ce8d 77 61 166 170\n7a8350db1f516bb4 2 1 73 78\n406bdec5b68b1a71 23 20 127 142\n04cb1526cf3c43cc 82 40 162 167\n9a6845491149c6c2 20 8 74 105\n7a2291bc1b9a6e7d 32 14 17 26\nd023e559e600c8c3 136 129 259 276\nc551b85ce38402a8 54 118 138 151\nad3205983527755b 30 17 24 98\n2643e671bd31b72f 25 23 113 115\ne877d584b209cc14 26 11 139 142\n6056f8d55c7dc5eb 151 110 124 264\n98d0d604aa0bd2c5 23 9 17 141\n58c077a368758659 25 11 12 98\n4dfb176e5168a4af 21 15 143 145\n10002e18d04c3d93 1 60 63 64\n131773f46d989860 46 4 34 119\ncbdd3b8e9010c070 41 33 36 141\ne352473d786044d3 20 12 13 86\n18e659699338f835 19 6 73 77\n12cb4aa3f5b59ad6 175 142 165 166\n58ea51797041da4b 194 170 172 186\n2d524e9324228d6e 44 0 175 178\nfdb60d991671bd45 28 152 155 167\n8849226fc5b1470c 0 81 84 116\nd064c864bda4430e 25 1 15 111\n277389b279234c08 152 113 131 133\nca19b5ba41e05630 115 87 104 112\n30bd5b88e47f6d0e 30 15 145 147\n329abf340d23b0b9 20 4 18 78\n6b0b3659521de718 3 63 67 70\nb15b101b9a343391 201 264 269 274\ne27ba82363512785 13 81 94 104\n16a75920e79c3710 3 2 60 64\ncf845955d579f84c 110 67 70 71\n0ef68550315f57c7 1 69 79 89\n36c5e00f55c4f217 16 12 67 102\n58c701594649d4e3 4 73 74 78\n311d8515bd115aba 175 142 232 250\n8e685e79ac5149e4 150 136 222 233\ned952d18d27ec9c8 13 2 71 89\nc2a33406693f6f47 32 18 23 28\nc95810ea9fb3966d 55 39 44 113\n271bf9149d140dc4 84 64 74 152\nf998e4a527576a1a 52 35 36 51\n16b48792e910cf49 96 62 66 95\ne5129eab1a727ae4 13 4 82 83\n2ca8e34592e0c415 0 80 81 84\n6b5dfd943f483c8e 57 36 202 215\ndd6f5db17e7d568a 0 68 74 88\na6c6cbe8f6e0787f 9 1 7 8\n84a7bc993f35b6b4 2 59 64 89\n63068b731b51b664 57 15 32 38\n1b2937e192040745 33 29 92 102\ncbe56d4478ac20df 13 5 109 121\n454fc1e32db7cc41 7 58 77 82\n7115632790ca97d7 1 0 47 48\n86157d113ca15798 2 75 97 101\nd4bc08cad572effe 57 27 208 210\n0e2653d00e3fc05a 45 26 167 187\n02c0c9192fb9a6a1 8 112 132 137\n3e577a3be646152b 12 63 72 79\nd3b39832fe75e063 18 11 16 131\n9c92e3727bc0ab05 6 1 66 69\ndb44fb48949d572f 23 122 127 129\nf3a2f438945382c6 43 1 13 38\n747e7c166dce038a 60 40 43 54\n52b89a24cc171c5f 104 71 81 89\n3f5454f2f53e2103 31 29 103 109\n8a2a69477f35cdf9 9 1 8 59\nab14d572e5284462 31 12 15 144\n3349f3089ea84d6b 12 7 8 11\n54130e35cbe494ff 1 63 77 82\n750ddf09bd6d1eab 29 5 15 26\nd7a9486c2d6ea7ca 141 105 213 244\n77270b05e5cd1b4e 91 53 59 143\n9b1f4a05a9be678d 15 63 64 81\na9f5fa43e4bd154b 56 22 44 53\n2c3a96fb820e1ab7 79 47 131 164\n9d4d95c939426580 7 68 71 84\ncba2a0762bc3876a 41 9 28 40\nd3a0ee23ef17b560 3 59 62 64\n97e4be988e741ebf 16 9 15 90\ncaab090998cd55d8 7 0 5 6\n46eccb4820f5a4eb 44 26 27 148\n7336669f60753832 0 117 120 126\ne82129af4abedb25 103 74 77 78\nfdd8c2ad35591b60 20 11 83 106\n7f4b049599c8e19c 191 162 186 262\nc8d53d98a86bb2d1 6 0 4 85\n4dd21bf1c1565fe1 34 24 178 189\n73de8e1e19c1857a 71 46 52 61\n5db2aeef574c0e2d 44 9 13 15\nfd7890ec5b0a924c 4 150 155 156\n5401a275544dc532 2 1 50 52\n7feedcffcc9e8353 196 158 169 267\n5225deac6735ae5f 130 91 97 100\nfbb8d7a56a6d5741 2 70 82 93\n1b74274269c75c8d 9 4 72 73\n78933b8bfea9705a 6 87 109 114\nc51d979d3e1e68c2 17 10 11 70\neb4965c3eb4e7810 12 0 1 9\n57552c8b1a857951 2 0 1 48\n3eb185c04280412d 22 3 8 11\nbc420a09a8db3a2a 0 66 76 77\n54be94f158023eea 27 26 91 101\n5d258b338868a2a7 213 176 206 208\n24d1c4f7497f8e77 0 84 86 87\n6d31cf796085f72c 180 157 172 276\n650e48609e3312a5 46 38 152 162\ndf242c69a2941d5e 5 1 72 74\nc77159c5f514837b 27 15 94 99\ncd3062c26ed06209 22 9 17 19\n79a42215f04376d2 18 3 98 116\nab858b295e4221fd 112 70 92 99\n3c9c37132583a3d2 6 0 123 127\n81e3ed92fa9c9968 175 130 136 258\n5e71d4c8c97980b2 7 2 69 85\neceadaab9f040b64 16 5 74 85\n2a1769dddc1dbf8d 85 61 68 76\n3f33ed2971149ea0 73 35 55 185\n0c9b371cc6225682 23 18 22 110\n94dfcf8109e9f392 22 4 20 82\nf120f74e540d724c 43 9 36 137\n6602548cc544aee2 58 37 40 55\n8bd3923459d18567 78 49 212 256\n4c144eb40a09a0dd 46 2 5 39\n9c4e84ed5d25728a 17 8 14 16\n3e68931874661724 2 48 54 56\n8bcf9013b6617811 1 0 47 48\n5cf16d250189b7fe 49 17 22 48\nb713d6fd183a434e 0 81 85 89\na2f517ba7adea803 51 12 36 151\n511ad5dc10db6932 5 4 127 130\n3c44d53659dbe4fe 124 94 97 104\n72abd10e2fa3a178 33 1 9 24\n628715cbcfaf9f4a 9 7 96 99\n37a960afb176c485 71 59 123 141\nfb029e022b479ef4 22 6 17 84\nedaf13c2d419ff89 6 59 64 73\nda7431d197823275 26 7 16 17\nc96c494c7a1d4ee5 21 5 86 96\n49a9e34610882acc 0 47 49 50\n915b32960b74b4cd 3 62 64 75\n03de2844d3c8314e 29 17 18 20\n99066a048c135f46 9 2 64 67\n3984d005557cbd6f 24 139 155 167\n778f2c1ef2ca8179 4 126 148 162\n48d4444b94c2a2c0 105 84 104 219\n7f9841416da069f5 138 98 136 258\n6a5be23c6d7ca0f4 9 148 150 153\nebbc18ff20ad7284 2 89 93 122\nb01d30861f56b1f9 4 0 67 74\n224e9686747afbb5 0 50 52 54\nb5c822379067a4f1 51 11 20 43\n444d7d8445cd444e 54 33 51 167\nc211e68f8e67eccf 89 228 230 239\n166bb958d7f4798a 54 22 44 147\n9e0581b07ec22ffd 35 28 87 120\nd91691d9b43cd983 22 4 110 136\n7ea24d7b4e174a36 106 67 93 216\n3bb1007fcf0e03ff 103 82 98 181\nda9b2d6ec4564873 30 1 21 25\n90e759f41c5bf7ec 5 2 77 86\n3587833ec93fbddd 60 28 178 183\n58c8dccdf444891e 130 98 117 118\ned252c9b9a853852 3 88 90 92\n4e22353c1532a291 8 80 83 86\na6c52c1584b4c549 32 1 117 123\nc0e4d7173cde8e04 4 81 101 112\n3105d330651c2726 22 123 138 154\na978e4b3eaf80a1a 13 12 76 91\n1f4279d98e283206 24 2 4 6\n41f3291d82fc4d93 113 93 111 183\necc5883cac90b166 0 57 64 66\nd9222927313d5da2 11 1 3 6\n7715ef327df71fed 14 4 9 11\nc8a4056d36955415 7 74 84 95\n78f2bb6034c2e1c9 46 19 29 93\n5ee1c192797bb121 43 108 118 126\nc1b10b1ac1888375 1 82 87 92\ne4fe8ca7f250e488 1 64 66 68\nf1c86db5eed91140 2 53 54 56\n3c83e9817c9e022d 0 47 58 60\ne470e7a334f69334 77 57 70 151\nfe561e047a42c9f3 90 55 59 65\nddff0878c58e95d4 10 5 7 81\n66190abc87436220 6 2 131 132\n007876f71baf453f 13 9 65 67\nbc3e794a104aa602 23 21 132 141\n18ce480be0ececbd 44 1 13 208\n45122648522d4180 0 133 135 139\n539e5c40055bfe41 21 4 12 18\nb13d3b5a6cfdac2d 3 0 2 103\n80477008ffc1adb6 16 6 14 15\n8ab1900fbe301245 77 45 51 142\n54cfc08d373fe129 31 22 26 28\n24fe21f0a899701f 7 2 63 70\n4da7a2864295c0ca 82 64 74 78\n32991f419c96ea0e 24 88 101 107\nf66a7afd0c714cea 55 23 122 137\n1fe9f9bc178a1778 1 55 56 62\n7ef9a02b25ea0618 24 8 19 115\n397bbed49e1ee8dc 13 1 100 112\n589a88598d9a2404 26 4 17 99\n4b86587ecd3325f4 0 79 82 109\nd949372fefb12e02 14 84 109 113\n2a30c5309018e00f 16 9 12 13\na967dc30d6ca777a 39 4 7 19\nc36bf9d0ce6a4745 37 94 113 125\nc2d61f6f420b56a0 124 104 119 121\n84759cb1a8176b80 2 52 54 69\n96878c7052a51068 21 0 6 17\ndb303056779cc95e 85 40 55 186\n8d6d08d1824c6dc5 32 16 30 84\n52217a4c2bbd7f17 96 59 81 88\n07b667b34838336d 18 9 11 100\ne09dbfdd3122a123 36 2 22 24\n36e69606a7599644 81 40 45 62\nd48b66d36ec83707 3 1 2 131\n612882b6b294488e 5 4 87 93\ndc8cc9e1ace014ff 1 71 73 79\n57132c374cc1ce2d 38 28 33 124\ncb9d108a22b504e0 150 118 264 276\n46889bb1803c5cd7 35 2 30 31\n204fc9ff2c7ff92c 116 75 79 98\n565459b7bb0cbbf9 65 21 56 63\nd91b11f2b4072ee7 10 8 73 77\n6b7ebc98521fbc0d 25 3 15 74\n8d1abcb6f6626908 146 118 142 235\n802982739759b171 6 0 2 115\n6e6a9dd521936441 7 0 3 55\nf8545ff1c0ebc410 88 155 157 164\n36d85599a9cbb6b3 129 122 195 222\n3b67613d97aac1df 7 61 67 88\n061e49ba3a5386c7 125 227 248 257\n91cc6b3e23fa91f4 5 80 82 90\n0ffd1083a70c6968 8 6 7 84\n1ec6fa3de6fa1bf0 152 111 120 131\nade543e5f3a3d851 10 73 96 103\nd203f88844185e0a 8 124 137 158\n3f494c35367522f1 3 0 1 2\n3d394fbabe0e733d 36 5 7 26\n978bb523c17f297e 1 52 59 66\n732c551c857ea8ef 60 19 37 192\n9fde7fce5bd825b5 129 88 192 202\nf2ac7b11e97bfb6a 2 1 48 49\n9a75ec823948cff7 221 180 207 274\n275e846ba5d0e9ad 13 10 99 111\n92be3e6965f8dfed 76 49 59 167\n17dba5fa8138ed92 10 60 69 70\nced56d983f2a23a7 64 41 57 60\ncb83984bb39b1b27 16 3 11 70\n3ec03511da601b34 83 51 72 161\naae460e8d3def83e 19 12 17 105\n4d5040e1774a51b3 105 65 66 73\nb8b00fb90a1b884a 107 77 200 217\na63d574bc955291c 25 16 122 124\ne98834bb89ac4d5c 2 0 1 49\n9008841c0e75a9ad 8 5 97 119\nee19ba8ce1f94724 139 129 132 244\nab16cd8dac9091cd 11 73 96 108\nb77410d82945972b 38 27 129 133\nc06527e6f177884d 3 69 71 75\n4500d9faefff3a41 82 43 66 144\n18a86c01aaaaaa8b 26 18 23 118\nf43b62c5050d6789 10 1 4 5\n81fa5b7b1cdb0dc2 1 0 53 60\n58544916e75902c7 23 14 135 150\nab55215118ee9fe9 49 19 25 35\n4f7ed30b3198dc3e 8 2 68 80\ne27a6760413c7c26 1 0 128 140\n3018aa8ad3eb5dca 7 65 74 85\nf6057c281758b5f6 96 54 71 233\ne76f1912e6e1d50f 1 63 80 84\nc1a28d4a283118d3 79 55 215 230\n0d1aa0f47c9d2f6d 44 18 102 109\nb20b19ab825de9cf 2 60 77 83\nc068e47dec13b048 8 4 86 106\n5f07930831835449 0 47 48 76\n835e9c8d7a50c123 6 71 88 103\n05ce34e3cd48c449 14 2 5 9\n80cbce0fa4420583 7 0 5 6\n171fdcc554d303d8 55 18 20 39\ne5f04350eaca0631 111 72 76 105\na8cc9d1e56928758 70 46 200 211\n4175cb4c71c984ec 8 6 80 85\n17535adda2aa3b90 0 66 70 78\n58a650240fdc5cc6 169 134 160 163\nfd48a65a5e252855 49 5 27 204\n91eac7cf6f555982 9 4 6 73\n453c980210335f26 4 86 88 91\ne1111d14e42434d3 2 1 50 51\n74d62d6e00c7e38b 3 2 57 76\n413062cf685711e7 0 52 63 69\n81bab615370c51a5 203 194 265 271\n0068e97c1c1f61aa 121 84 93 224\n0c24590c68af865f 0 56 57 58\n9978a9d37b39f9c4 25 71 87 96\n41c2ed4944dec77f 13 12 95 103\n9030ea311a07b473 3 75 77 82\n1b09ad5460c05077 12 5 7 9\n1e01b910ceba4573 134 225 261 263\nff4ef99f3346d4fa 13 62 72 76\nb37fcee918b0c1ec 13 11 96 109\n104c9a27980f9bb7 10 88 91 104\n88b85ce384c14da4 10 2 115 149\nd3dfe08fc77cd6d8 8 58 87 92\nf795469d3856697e 116 84 94 95\n5fa74a0d9f1d8244 11 105 114 120\n9414231317ded453 224 193 205 215\nbe47e1693fc86994 9 0 1 4\n37ce88a12d77382b 55 19 43 45\n57867fd143d400c5 48 4 43 130\na9a3cf44b0b34ade 8 1 63 70\nfaaba1f48348f5c6 24 7 9 87\n483c2b4c67e32c19 6 2 91 102\n35975b7e46adbfd5 1 0 47 48\nbb7da10585c3a2de 9 2 8 89\ne0192d10b8b762ee 47 2 4 7\nc9db4deab2f830fe 40 95 98 101\n7040582935845c8e 54 10 18 34\n275f41f9adf32526 54 16 22 32\ne9f26893411838ee 101 160 166 185\n53289d8207d0d518 43 5 22 34\n9b3d6bbe5ee18684 3 1 64 68\n5aa05dea4b73c6b1 9 82 89 111\n31b8eb8bbebed9b8 10 0 5 63\n52e82f8f5bdbce1c 4 77 82 88\nd4f7d672c5f718ac 16 9 113 114\nb1e88ba67f69298d 27 1 18 98\nda765ed07a6cc4db 22 143 150 163\n74bc45c8a1f8300f 44 40 174 183\n41649e3e8f9a4be0 6 115 117 130\n3d986ec2fd6d210d 31 10 11 26\n1ef9f5dfa615fafe 3 91 93 100\n71cc19cf54729a22 212 181 185 206\n07ba5489b56b7d62 0 65 66 90\nf1c659ac9ea21f4f 39 27 106 118\n1c7b9f93752085f4 70 58 126 156\n0ebb04534d7f2ba7 6 1 65 88\nc69e2cde0ecc2e9b 17 1 13 15\n501e33ece7f036a5 3 0 1 108\n6cc046015c88bef4 4 0 1 54\nae38058a530efbc3 142 115 124 257\nf12d445b4525f8a7 10 4 59 92\n4308efab35deb3ec 139 97 127 247\ndb10fafa3193be4d 2 1 56 59\n4ea5b921a6b71ed4 21 3 136 147\n2e04dfa4a1671292 159 126 157 275\n7f5313720774fad9 18 2 8 17\n1cca8650a292e7b0 52 27 29 50\nbac7820ec2cd15a8 25 10 23 114\nd3fa6a145c5baf7f 38 30 117 118\na1f84040ae652c9a 4 53 65 78\n5e290d84c6d3e14d 130 227 228 237\n867e133ab7e43326 34 3 25 33\n833b9a2e7a753ea3 23 8 9 116\n0a6c499522efa0d5 3 0 1 59\n7a2ad72c32c415bd 58 28 36 41\ne7035ac9477fe6ae 24 8 76 96\n9d4b67044c6bbcec 79 62 65 226\n87bbd6654c6890b5 2 51 54 58\n70919fa802cc8193 40 8 118 132\nfb229226554e4b08 27 15 25 99\nc8263ab902bfbf3b 28 1 8 115\na819768d9b5939dc 30 4 20 100\n80dae4fe913341ee 79 42 66 144\n50bd4155b3b8ff6a 23 11 117 148\n33f1be3a9ccf4e4b 29 6 14 79\n15ffcb1f98d41218 42 3 12 41\nf4b6ecb7168d0937 4 0 2 3\n37c99410741fbca5 63 19 21 114\nfda4bd73c84669ec 33 0 15 100\n9498708892b23032 9 0 86 96\nd6fd8920527d6c6a 8 1 2 7\n74a98b7f18b2c7d1 192 157 178 262\n16ef89980e2ceef7 10 0 8 105\n0f68374b76390082 28 2 115 143\n7a00ed342b630d31 11 87 88 103\ncb9044cf6e997e6c 44 16 27 106\nffd80f73ab22500b 28 12 19 163\n0aa49c0b75e51ba4 127 82 101 200\n9caa7fd2ba891aae 62 44 46 51\nf211d7e75a32cb08 142 97 246 273\nf2e2395d40c7edfb 173 132 135 170\nf43c67fe4e7e28cf 92 153 170 197\nfe2fadf89a84e92a 9 5 94 107\n232aee1c62a1cd8b 145 100 108 123\na6a651f2af4c4d3e 53 42 51 140\n6160a385de039b64 42 0 123 138\n9bdd34e784c04e3a 13 66 69 72\n3232f7457b27dbbc 55 30 42 50\na193043d52853200 13 6 74 79\n369f3639d9605255 59 24 31 56\nfcb67784bdec61ad 18 0 74 79\n38b7a1d23745fbf3 34 23 30 113\nd2fbe2b3f033ab7d 5 4 73 75\nf01e8b6f8e10fdd9 155 122 144 251\n915bfdecd9d837ba 2 64 67 72\nb0850aa7dd3ce1d9 37 28 130 147\n0196dedebec3dad2 9 79 81 85\n3069cc190d78e55e 5 0 2 108\n51326184637b91ac 13 11 12 95\n7869d609f86fe0da 156 129 150 256\nacb1e5716127c525 4 1 2 3\n8a88ac3a9b00011b 46 22 27 30\n1526707312c94a92 23 3 12 22\nbef69fb74e7c168c 29 103 104 117\n3eef492bf5120757 35 1 6 100\nc5433ac6c268ae6a 5 55 65 67\n1e1742072c0b2d6b 94 57 77 153\nafff4ef72274935e 6 77 88 98\n1abdc998daa86bd3 9 0 84 99\n6f9cb54175e7d9c2 27 13 18 26\ne7e03e7849521767 9 68 103 111\n987f95d434cbf1b0 1 0 50 51\nd39e350d8b42423d 38 22 28 94\nda80d87326bf63b7 89 76 81 207\n77a06048b920f472 103 67 87 98\n7a4a4e7e93d19085 28 0 12 122\nd630eda2a0ded3d4 91 47 54 78\n16b667d681f8cf25 32 0 91 101\n6c42cbc9f95af41f 16 3 84 86\n57b003b4132e5455 5 62 63 68\n7b98c08a1cb42da7 57 22 37 43\n651a48ed9a101887 14 5 66 70\n4e2bc055d4b7cd78 15 11 106 113\n202a627de66ad397 38 1 34 100\n2d3f982ada31489c 21 4 145 155\n4fcab7264432f232 0 74 85 95\n2ac712ac8d2fd488 51 7 8 46\n3172feb32990cf09 39 25 29 87\n81f016e6f7ed33c4 195 171 187 257\n5dbcf4d6aad6d0c5 56 34 110 125\n81b0fd734d794027 182 143 165 173\nd6c0c96bd42219cf 77 52 73 145\n65a9c0856de40a68 35 116 117 135\n14cf1f92ca13d605 2 0 1 55\n240e89ef33ff15b6 18 85 86 103\n7f803d74ebfc923c 5 60 65 66\n92ede81b0853975e 17 80 100 112\nd29aaf20f3457667 213 176 188 204\n8e6f844d3d30a028 9 1 5 7\n833dd1523758658c 6 53 81 95\n57832d06136a3097 35 2 17 22\n7b617c13522b1743 70 49 64 206\n6f59d8b1489f058a 13 6 63 64\nb12a236e24673d15 83 53 64 66\n7c3707e2d3425b9c 183 142 143 153\nc6c613fa71e84ca6 31 9 79 92\n82a317cb88729fe1 32 7 8 14\n8c0df26b7700d71b 17 16 98 106\n569c9ad90a4b215b 3 83 89 106\nfb6656f3b1df8f10 35 6 14 117\n3bae42d603be2266 94 71 86 227\n9fecc7a076b64137 2 70 72 83\n0da6a36b24eaf5db 8 3 4 6\nbf202165b6449f3e 25 12 20 24\n05ac37966de4e7fb 38 28 29 121\n767d7ed1a5c84d72 46 6 20 44\ned7a4d97bab47c6d 0 79 89 94\ne903041637c03d09 3 1 52 55\n8ba67e66fe6cf9d8 114 72 220 259\naa9df415be64168f 157 146 250 259\n8362f9a9b72d44e0 48 121 141 144\n9eb191301d4723f3 72 61 184 186\n7fd9e420270e8ea1 111 187 190 192\n2cf1a544b179b1a7 13 8 11 63\nd408756bb48232eb 20 6 11 88\n1f73124222492f1c 1 56 58 62\n3052da93ceeda447 15 8 109 123\n5b8b4c355672dbb3 7 0 3 65\nf96049f4355544bd 133 206 207 236\n0d22ced53b1db7d3 54 9 14 139\n8e27b7d76b8a6a0a 38 30 32 190\nb696f35a69394f21 76 50 67 75\ncd8a394c76de9608 42 17 38 145\ne164b1175ea1079a 88 67 250 264\n97878bf33e69c062 0 121 124 144\n02c485bd207116d4 53 13 128 139\n0485a8528fa72698 14 3 113 114\n0fd536fc3c8fdf19 82 72 78 180\n7aa4059bdb95c7f2 3 2 52 56\n495f50f0997e986e 1 55 58 72\n42d8b53a15001cd5 26 3 9 19\ncf5797671ad6a428 91 64 86 218\neb82d3f50a450282 15 9 10 11\ne928bced0f8214d1 1 0 68 69\n2fe5274c4baf665f 171 131 275 277\n05a6149f1fcee38d 103 58 67 89\n68cc5bd6adadbefd 39 5 13 16\neb626dd19cb7459c 65 45 63 133\n0fb6678e63316201 115 85 209 225\n79bf72c63958d26a 17 13 16 74\n7f99a35004f27329 11 5 8 9\n0d5a4dcdf8ec9d36 22 11 102 123\n200ad247448c5577 0 60 62 67\n482c3e92080f18c5 32 19 25 28\n1b65111d34f57bb0 6 4 5 74\nd91c20bd6f99aca4 60 17 205 230\n7f2af97be62cf464 3 1 51 52\n86a79c11a7eba435 7 0 122 125\n48f9cd996f80c34d 6 3 4 55\n39074bca3524418b 189 178 266 267\nb6279c4e184cd336 13 68 71 77\n47a76ca10546fe8f 39 0 25 32\n7e2b6bda04b2dadf 54 19 23 39\n98a480571d3a1e34 141 104 215 225\nc313bb0bc2ef48b8 4 101 112 117\n15d8b7e256ffd066 24 5 7 83\na3d90d636ad7d7bc 212 172 200 207\n0286d2ed56e8f107 45 7 25 41\n4e2bb6d3056df6d8 0 50 81 83\n946fa268de698098 77 35 38 44\ncde4cfae802d3cb8 18 12 15 65\n5b83c43c2ba67577 15 5 63 73\nf591e1921f2c850c 48 7 28 112\n03cf40616d79cb6a 2 0 60 62\n89caba112ce61966 129 98 177 216\nc86601fe5e2141c4 10 1 2 77\n1ca4db19711258a0 2 94 102 110\na32bde181898822f 164 127 156 246\n3a9fa6535917a07a 0 114 116 123\nc9fda859869b23e8 16 5 65 66\n41c600ed9f88871b 53 18 37 138\n0871e2540b0a6804 9 1 2 5\nc412289a16716a8a 59 51 166 199\n576382f69bad37cd 3 146 161 179\n847a157c5c998d15 0 122 130 138\n4e5c7e95b2e04f26 0 47 59 64\nad0bff6de150a93b 13 6 126 130\n1424acd0007d40b5 65 38 172 192\ndf4319f4aaccb3fe 45 0 14 23\ne80bb674f7ff6d9f 40 12 39 133\n7fa1d85dba913128 20 7 149 153\na47a8517ca8dd33d 42 9 12 33\n2b43428fa1cf1a7e 132 213 243 256\n49be5de41d619cb1 17 3 4 8\n99127d4b1b789247 28 1 107 144\ne725e1a3dc3daca4 4 3 68 73\n407eefe8017f6070 111 93 184 190\n615a7cd0a6777887 23 10 17 118\nf536430fb223d623 31 4 104 114\neb727ea52bf2e2ce 26 4 12 18\naf0133aadb2af512 185 142 159 275\na815c2f38988bd21 77 37 56 167\n1f7770ac5cbb41eb 9 7 77 79\n11491a312c6b8f58 1 54 61 75\n2f18f5579583e648 15 9 10 11\naa374ab1b71f72d0 91 194 208 224\n69ad0b3b18b657d6 14 77 91 92\nbc1003e4d5bf0c8b 49 17 37 119\n599619a790d2b77d 68 144 145 172\nff9e265755208438 3 1 96 108\nf478d5f55e41f4f7 44 31 43 195\n9ea0a970510566b0 39 20 24 88\nacd7ed98e8a6f076 18 5 12 108\n9239b96938d99f62 55 14 29 144\nd59d3469f9949f78 27 3 15 20\n861e80a1959788a7 19 6 82 84\nfb32e6765f776b18 17 106 112 118\nb859c7a7329c17b7 20 15 16 19\nd9dd5fbcd2591be6 205 189 265 267\n9f2d777199df4930 20 12 19 77\n289bcb973ed702a1 34 21 28 30\n48a3049cabb54c0d 57 53 140 153\n241aa9bcdbdc7ac6 5 3 122 127\nf2c20b599e16bac3 8 0 4 6\nfdc128708bd2c254 3 1 60 80\n61aae9de89c0e5f2 37 0 12 22\nc395dfceefed1b81 85 53 78 149\n1250e369ad1e2fbc 11 66 67 81\nb7cc1852ad122717 110 78 82 218\nce0496f2017c3a60 5 1 81 93\n9e4159a4f15bf582 8 0 4 7\n04c441c7ce273dcc 45 16 111 131\nbcc76b58e2585320 120 76 115 214\n12293b264f68673d 30 26 106 112\n57daa160c95f1c9f 15 11 12 75\nc784513cdfd24124 44 8 107 115\nd0523bb4d0d7c008 42 0 105 123\nbcbc421bfae60ef9 4 67 81 106\nc0e1ce023456d692 34 11 15 102\nce55c6eef86872c7 16 155 160 167\n85762ea2d534cc06 6 70 75 77\nc5389975ca43a553 105 75 221 226\n55aff897880fa187 63 27 30 42\ndb6abd230c516cce 12 9 118 159\na92922356b15b456 158 121 133 151\nfe5d83963503b41f 4 1 2 3\n9a143febe45c2fbe 119 90 194 198\nef58c8517bf0911e 46 5 9 18\na9adcf245581ce47 0 52 69 70\n23df266716914368 68 26 180 182\n88a44795fddcb124 28 1 24 117\nc28856e5ddb0a22c 43 0 15 29\n9ec2d6d07cd5ebe2 9 3 87 97\nd38139cf5c8c1d40 0 60 65 79\n78556b76acd9b64d 5 2 3 66\n519769d8a1339fa3 67 35 50 52\nb5007b88ba591f55 4 55 66 82\ncb50745860881b57 24 4 74 83\nb52a730c02b4bba2 10 67 73 81\nebc791d01753783a 108 80 81 100\n277cb499bc2d3dcc 0 66 73 91\na42fc5a9e338d3a4 173 144 162 238\n15b902774d67a394 36 15 30 128\n3ad4793daf6adc19 121 89 90 97\nffe629bf59ab0eab 23 6 10 17\n52745850b878ca6d 30 89 120 123\n4200282fe9b4015a 4 111 125 127\n45a4515834848010 12 96 109 134\n4ace59951acbae4e 25 16 122 141\nec5c53a3d68fe3e7 65 24 51 59\nd5c6ad22b14eccef 0 54 62 71\ne8fe193f8db02daa 93 50 84 184\n30006eb23f62aa57 3 52 70 78\nb7ba4d55d4c1cd63 36 0 32 160\n592c16c240f144dd 2 56 57 59\n277fc4311c393d79 24 7 11 86\nf0516db10f82b141 51 18 38 49\n5dadb9b615a66714 67 26 55 58\n5977776e1ac8b291 22 118 127 135\nd02c38b38d929091 198 188 259 275\nea685e9f3af5be39 100 61 216 240\n322d03d487fc0f01 26 1 99 132\n7deed332130bfd39 9 75 78 81\nbf335dfd4f3e4fc8 3 55 70 72\n6b3f189e979cba8a 25 13 14 21\na4cc81ce7d4168bb 26 4 7 13\n64912eda42dae810 7 1 81 90\nbad8219ee10de830 88 56 69 83\n0c0f298ace7c875b 47 13 136 160\n3f265c5edb13f00d 2 79 82 93\n91c456d012ff571c 30 11 126 131\naeba4541adfd68cc 59 23 39 43\n88992b78aaa8a52b 55 25 47 49\n02cb3a4fd80ee0cc 25 10 91 92\n2dc3af70d25d3043 18 4 16 79\n03ef5f13e0a30864 6 74 83 88\n56ae4fff81255579 5 2 59 75\nade3e283780efbd7 60 18 22 29\na747b3262d507a68 4 1 88 91\ndb5886a74579c757 2 0 50 51\nd73d3d65657b28dd 5 0 2 65\n075278a4d0af74f7 23 17 151 172\n6207713a493ed71d 73 55 64 138\nc323ea12ddd3c5bb 30 21 139 155\nb5ac5603e39a6397 10 5 67 75\n9a44145b51b162ee 23 1 9 96\n15f8a54e4822f355 8 5 66 69\n21005252fe2383ba 48 39 44 103\n809859830a3e0e55 2 54 59 98\n058c67085c217b96 29 9 12 13\n56f35362431e18dd 19 5 133 135\n95eedf6937dec032 37 9 23 97\nfe5fdf788352d1a6 30 6 27 83\ndbf9a7ccc949ed42 8 0 3 6\n728298bd23205f12 14 69 70 96\nfa82d71146e33555 15 111 121 131\n72ca9b60719e5789 83 142 167 184\n06a8196a66e125af 39 10 18 28\nc97ccf4f0b544230 113 80 91 109\nad69d907064db1f7 152 210 219 238\n075f0d808a621ae2 26 0 7 105\n67e9762f0471865b 4 0 1 2\n59d772c8ccad4acd 88 189 217 226\ndd545cf605570b97 44 6 33 36\n2a3bd0a2ac422822 14 6 7 79\n5444242c3fc57534 60 21 33 49\n6d2d49d5fabf839a 30 0 22 87\nf726cfbe88e370b1 16 14 15 72\nc0aad7645f42c33b 9 8 70 76\ne0fc64b3f2957c41 33 2 19 26\n0c3348e96872d3de 1 47 49 52\nf5e9ab93b539e29f 167 129 153 252\n95d306b0110f0767 29 3 6 90\n1a562a1752d81933 36 29 30 146\nbf0f80cfeae506c6 12 10 85 95\n3536776ef51e9dbf 9 0 6 63\n3b58206d99feb4b7 3 61 88 99\n9b5e054c6d0d44ce 118 87 183 210\n3c35b868a8ec3433 8 2 5 77\n44d2532c5b5296a1 12 5 95 106\n924ccc02891cc7df 40 5 10 127\n597bf6916a88ad19 6 63 65 67\ne7fefb3b4d663b19 28 4 90 99\n3d6ed8b43655929b 26 5 15 19\nedbb53a0f5dd688c 15 1 2 3\n91e721bf98c05aec 15 7 77 80\n72ffd4a88de4d441 28 12 19 101\n9872bf718166618a 9 101 104 112\nf22e31c9b9bd3320 201 167 200 277\n3efda95897eb23d1 29 1 146 157\n497d2450ed65a678 1 60 61 62\nc4a26c35749d41bd 36 5 17 24\n11bf4b38f88bfe9b 9 71 85 97\nd9284250ebde7d34 48 28 130 144\na7cb00e197a15a99 16 3 6 8\n2cc5f95fbe24ffe5 136 127 246 252\n9fcf12f63cf7b834 5 0 54 55\n560e521aa9e864da 18 9 17 80\n60c02c2807193b6e 9 3 7 8\n3a86a812a1eaa20e 17 3 15 69\n0a72a3fd46a88ef6 34 7 23 32\nfef11d498a882edc 70 29 33 127\n967e2d570ca80e16 63 19 35 154\n5f004098a3ae3ea1 19 7 9 98\n656db18b0e5ac145 3 59 64 66\n4dcf8df5f8912e0e 26 115 120 141\n9634f21a9a41a049 6 0 5 54\n07559b44fa10672c 1 112 124 130\n23e428c0dc43f046 12 76 77 90\n94a28eecf82210bd 17 107 123 143\n48614bc62c3acbf8 16 4 14 91\n3413ffffb4be5706 35 19 23 97\n9c2238d1333ea499 7 122 134 153\nb91f98631686d65f 46 13 132 134\n84196545d36de465 36 17 18 26\nc8db93ad17d787e9 9 0 5 67\n000c3ab189999a83 40 27 39 119\nfd2132722704d610 8 0 4 63\n05b77cb7c0f79f0f 82 60 64 80\nd20cf31d18f8ca89 18 5 10 92\n51136ba76177d882 12 3 8 138\n50401f1d78d95d12 71 44 61 65\ne92814fe1e2c54dc 13 4 6 102\n63d8575fe191dcca 24 11 22 94\nf48ce857e76d8e17 122 92 195 207\ndaa3d11727e7d9c8 7 6 65 67\nfaf4e57d64e9a899 0 48 49 50\n1c1b2e56952040cc 14 78 81 90\ne14fb0ce302f51e8 3 0 1 2\n730a0a3a46474007 12 4 114 138\n6526abea7675f573 6 82 86 104\nee70aa493ab6054b 42 20 27 126\nf474cd5d999e1746 80 36 43 61\n3de41ace235a3a13 161 144 158 232\n0ce3839aa5b66e3f 62 36 52 190\nd6f1f58ad1f6707a 150 216 218 219\na00260788a5481f1 131 96 103 272\n259f6f1f002d2d94 30 7 102 107\n2516b6023683fc3e 53 20 43 47\n220d718317f7a025 197 156 164 190\nbe3c54aba78d50e0 28 5 12 23\n4c5fd496905b91ce 32 1 23 111\nfaf2fb655d5974b5 87 53 60 76\nd559d54e3ceca49a 2 53 54 55\nd8edb0f0cb0d4b5f 70 47 185 195\n5647675ef84a45fe 8 2 142 145\nfe5f38c3ce605bf6 4 50 54 63\n72ffdff5502de799 7 0 1 5\n860bcd7659c936b3 208 179 273 276\nfd05ac3ba402e992 3 2 90 107\n13ac6a6a3a4f5e5d 20 6 11 14\n8ad61ecb52a9122a 24 3 15 175\nb2e7d3d7c5b5109a 53 31 131 151\n07225d96742d2a6c 46 38 44 195\n74c25984d70275f7 108 93 101 105\n2c5249093fc26fde 10 5 9 97\ncad5063d02c3b4dc 0 56 65 68\n1df20a29cdec61a4 30 1 9 12\ncc3f88e1e2a4f262 2 50 54 57\n1e80fd6e7507e3be 192 178 251 274\nf54473cb3c9efc04 12 73 81 86\nab3f92f5ac8f5167 37 6 26 35\n50eba53e6b2330f8 53 39 44 157\n33a3fc21efdc8547 75 151 156 158\n39e5f256790c3343 3 100 102 112\n6e6ccb9822ed013e 41 1 14 181\n799ec37eaafcd68f 2 91 102 114\n037e8191b3985142 88 84 165 168\nef5e9bfef1466209 24 18 21 84\nb49a15bf2a1c626c 18 15 69 72\n0bd7e6e9f0185aa3 16 1 81 90\nb56990cc49db131e 127 83 122 221\n617580a94b6fd65a 3 63 75 80\n7144a5e59d5f05c7 74 37 163 167\n8c0a69c16d4ee368 33 5 25 101\n89d941a57bab3fa3 33 88 98 103\n0f6206df8a8e440a 5 103 104 107\n6a7d54b935e96fc4 6 1 73 76\nbe37967141e3767d 81 39 42 191\nefb2d866bc8c5550 11 0 4 58\n9b67983f91a29511 19 82 88 97\n2d0bd035f7df86b0 46 9 92 93\n95f2bed8293b061d 28 11 25 83\n9f9028e08bf69fee 25 8 10 15\n368fa2dd830843c7 19 72 77 86\n9a5d97d6bdd28614 4 56 58 73\n991e2a74cd100440 175 139 169 263\ne856830270a48f13 8 1 103 116\n3970859f54703c88 50 9 10 23\n730b787d57719e58 18 0 8 15\n9ab9e899da8067f8 14 1 10 96\n2864dc6c129cf3cc 0 58 63 66\na38c00f474b0df82 58 16 49 139\nbcbd8ea535d3f024 66 40 50 125\na05cbe8a2d816f52 8 0 5 63\nf75bce7073b578f0 17 4 11 12\n266e2d3393ebd2a0 47 26 38 45\n9d8282f2610bb199 34 10 95 106\n4260ca20e2430c67 98 71 97 199\ncc6541ca1f8ca902 6 2 3 60\n80bfdffa5e86f103 209 180 187 191\nd4e33e3311d155c4 3 2 85 87\n3488938f80284283 39 30 114 125\n3115ce06e0160828 82 40 52 65\n634b4d796815ffcc 24 4 23 169\nc716c21b059921e9 35 8 9 29\na37358fe418e9807 0 55 57 58\n5fb0b4b5c65e669b 37 18 19 26\n3d8d753f0851bf3b 20 7 9 10\n842b17ccb42b588d 2 69 73 77\nd6df93659f476b9c 24 13 109 124\nb6d472a2c6bd6f90 7 4 65 70\ncb16176621b1f3a7 14 111 114 123\ne98dc285c0d4f5db 2 68 71 80\n004334c94bbc8bd5 24 12 127 134\n20d1b02740ef1124 17 8 160 164\n4bc7ca44cc62b8b1 49 21 30 162\n1db5a4df1ab8b8e7 41 39 97 112\nfdd41bb5cab98c86 64 29 48 189\nbb82a6ac6cee6f95 80 41 48 130\nee29e9866b77f62b 5 65 77 82\nb04c3470d73d1777 43 17 130 132\nbcbcaeea56b7ca1a 53 28 122 157\n30abedc6c413510e 9 7 82 93\n283059a56e7f3e75 26 12 138 139\nbadbfed88f85beaa 27 2 9 18\n17c234c2eec050a0 35 10 14 129\neaa1d6038da0dcd2 132 256 266 273\n7fb2db25f9114599 71 51 197 227\n08718fb99eaafea7 2 108 111 113\n697788cfb2b882e6 11 3 81 82\n6a48d6d9c297367a 6 1 89 91\n489f9441d513634e 46 12 32 107\n5c46523d3adf3df3 3 1 79 80\ned81ed922c6c7225 26 3 20 124\n670564bfb445bbc7 95 53 79 92\n840c6c6f288d25bc 34 1 26 27\n702580517f621fa4 4 70 74 84\nf228cfd294bce60a 185 144 170 272\necb624c9cbe5b70b 7 4 151 155\n21a6081709444ebf 15 3 7 13\n0915a60e1ae6a826 42 6 13 35\nece260b19f5276bd 16 6 72 75\ndbd147928365dcf4 92 142 178 179\n1a50fc5440d67fbc 71 26 197 208\na3e387b24fbb961b 1 0 98 103\n7a0bd438433e00db 19 0 12 70\ned718fd9c28f6265 53 23 27 35\n03b3f603a1001de0 105 96 97 98\n68eb4a41d8b765c0 85 56 71 75\nf6ec31401af3eed4 9 64 71 74\n24548ce6c15bc2cf 163 140 142 146\nd988002ed829cfd9 100 200 218 221\nd73616bfd38ef8ed 15 4 101 105\ncc8f42cf10fe0c1f 24 4 86 105\n33a93f85d5713a71 15 0 66 69\n96a2338040f14ccc 47 21 36 125\n6375c29ff07fb99f 86 68 75 213\ndf20485dc816ba1e 33 15 21 23\n3814a3a8046c8af3 73 30 32 144\n0043978734eec081 12 4 63 65\nfa14b62a46ffd7b7 178 148 150 173\n4811a66f87b0dd6a 17 77 88 90\nab461fdeca27729e 52 18 34 123\nccedaa413b89363e 28 5 8 95\n856d8616c018f019 33 17 146 168\na990ec0964cede03 1 0 60 62\na3636ecf26282790 130 110 122 266\ne14e16f3fa0eb5ca 27 5 9 85\n65e056c6fbfc795a 4 0 84 87\nb60cb069c9570f0a 10 9 66 72\n806459ce2b15a2c1 179 166 175 248\n5010f9665c796353 45 22 38 137\ncf691738929ccbed 3 66 78 84\nc9c74e714ee21e5e 71 39 43 179\nfe33a729fce20467 22 4 12 18\n0542630de1d734de 65 43 145 162\na40b587bef7a29a6 7 61 79 97\n4c96e034f8af77d6 86 58 65 78\n5fe9267f598e66df 2 88 109 120\nc3c01fa0a879e5b3 21 0 1 16\nbae2a2f11e0a20b0 48 32 151 164\n0ac6adb37a92f549 42 17 26 41\ne3ca3f8dad8959e1 37 3 156 157\n422d976591ab629e 15 4 6 14\n3ea8d9787998f70a 61 48 59 163\n394037c064421c3e 16 5 8 122\n89d9a5069283af3e 27 3 5 7\n3b6e4e834648db8a 1 0 47 48\nd5409c93b6f88256 78 52 188 205\na0948de3902ae476 153 114 274 277\na4e9bdb6d746eb0a 0 109 114 120\n1a71f05476d8864f 0 68 76 79\nc9ce08f3c855f349 12 2 7 95\nfadc00ad10f04bff 44 42 93 96\n7b3f0173cb6db315 10 99 105 108\n180bf845cc8cada3 2 67 72 78\nf891e55243f2a506 52 10 19 32\nf701ed6b2b2910b3 4 57 64 68\n75c71c5a68be71ed 93 82 215 225\n7fff494560e8cd2a 39 166 177 188\n06f4bfa5f9d5fe0e 23 11 14 22\n36afe96c11a8211c 19 3 15 87\n7974ecaec39a52bb 4 0 1 3\n701de1fefcf213cd 21 87 98 107\ne17f60e0b97a0bff 0 79 80 81\n5b3349b38b09cd7a 5 0 1 3\naabf4d3168897092 27 10 18 26\na0ce6a587d0e4cbb 6 1 2 65\n4f97864adb670664 7 84 100 102\n088b93f15ca8745d 58 25 53 54\n5151d3969e328df1 33 9 15 124\n1f7b2e0fd123b93c 39 107 108 121\n01fa6190cd47d125 52 34 51 133\n95e208d61caf19c0 3 63 64 90\n2aa1e311e4bc039b 24 2 10 15\n77b60a0c0deac4ab 172 137 142 273\n01eca393f86d37c5 35 114 128 149\n4bdb70500b99c91f 32 3 17 119\n2defb4625a3ccb54 21 3 5 6\n764fb07d92a3049e 64 32 56 134\n0f59c103684c0437 30 18 23 26\n84029656238003da 41 146 151 181\n4766f2062abaaf74 105 67 75 104\n6a3fc7c0aee227b9 45 1 8 143\n298c394f21c62ae6 54 21 44 48\nff887646981745a6 188 154 171 243\n2cc8ef9e5319d5d7 25 8 13 102\n904a0f9fa6651f9f 141 112 208 224\n9c17e6aae5166ab5 27 91 104 114\ned8e904729cd2567 125 106 108 116\n43c329f7c0b40258 224 180 187 218\n89e24a668e620701 50 8 30 37\n8117627823c9776b 158 132 237 250\n64eaccc023c24217 155 122 127 209\nbb4347cfb631b620 149 104 106 258\n6b617d353c1937e3 6 72 76 79\nb620587f8ff01202 23 7 15 22\n04f5153fc5255516 3 71 73 76\n6b000ecd86c7b35f 42 20 35 36\n04fe4ec70781a0e8 11 9 83 105\n3eac186b3e7badb2 38 6 13 14\n819137fb150ec28e 27 11 22 131\nda75d4dd1b228bfc 10 1 66 72\nd4c4f75f8c8e8f9f 14 12 109 125\n45536907ffef7585 11 0 95 105\n81171940b9a26d2f 79 34 36 39\nae12c4e269cb8f8b 20 4 11 70\n17d841670d2da942 66 37 43 47\n2a9d8ba86290db0e 93 74 77 92\n9cf900f633b8031e 32 5 17 119\na04f343b42565da9 8 112 115 145\nfbdcb1880c6bab8e 17 107 124 129\n7c2b5456f1456d5f 126 83 92 204\nd4d374d3c6c4bcbf 15 1 13 111\n2d39f39fb8254c27 38 21 35 109\n90816b5180dc6050 30 0 121 136\n0181d3b41c2cf87c 79 37 41 69\n6826c60fe2e80bb5 1 0 52 53\n6636d77b91073b2d 9 89 90 93\n4dd5f18afee6ab96 105 171 185 187\nf9b6dac3f949a98d 20 2 12 83\nc886971b3865d890 88 80 157 172\nfba249b58e9d2440 5 1 60 64\n7d1d9a87339d1530 48 104 125 130\n3fe783b9c7c8f492 41 4 9 19\nbcec42805bcee3e4 59 54 58 207\n361d722ef5009e09 145 121 234 246\n0b530eea368f626e 142 127 128 213\n7bab7b21dbaf38ab 79 46 56 70\nbba63b8f3750ba13 3 0 1 2\ndc2ebe7457bdfcf2 13 69 91 95\n5e9245c494f03552 4 0 57 88\nec9ca28d43dc2c34 10 1 69 102\nd98d7b9002025750 29 5 9 13\nbcbc4709592548bd 1 55 66 89\n1a82f31490fba51d 51 14 26 27\nd719eaa1f2dea0a3 26 11 15 73\nb39cc50ccc82d5af 37 9 20 35\n1c58aa75858147f1 18 1 5 13\nd5cddd204a805bad 145 110 142 253\n739b73b8848f72cb 44 14 124 137\n836441bc56499fd6 197 163 261 278\n7c002a878430c81e 1 54 71 72\n3015a3eab4b6d042 1 66 69 79\nf287c679c250a841 7 69 81 82\n4e66b1e1bd9676d0 54 51 146 164\nddf7208a1999766d 14 4 5 12\n2b4e1061f6415a4a 1 69 88 90\nbab18a531abc7fd3 10 3 9 98\n284efc2041b1d1d8 13 100 105 134\na0ba0e3061431ff7 17 2 4 8\na9f4c848d3d3176e 35 31 32 119\n46200541f9943d16 48 6 32 41\nb40142d9233e7825 18 14 97 118\n3fb3327a177a0175 2 57 67 71\n9bd7c28ddb5bcc58 85 59 63 71\n5dbdeaa9881baa28 25 9 10 96\nd42055153cb42cfa 31 11 27 141\n04e4c841b349bf5c 165 123 156 252\ne2e8ecd6692134c8 23 1 73 105\n7c202ec0aff9b60e 11 6 7 9\n4c7df9d3840b2d63 2 102 121 128\nfbe9232477f69e33 17 0 4 11\nbdf02051908f1fa7 32 19 103 105\n46b2a13f6ab0be05 40 2 13 99\nc73e9fdc045b0eaa 185 141 247 274\n94a2675785393082 3 2 70 72\na9252b44ce1d7bac 4 78 106 113\n4bf0a2a23df813f4 2 0 1 48\nac5ea02b6308672b 26 4 23 75\n746b958ad1d217fe 7 0 1 4\nc632aba78200c31d 7 0 80 102\n9ab639ce124d7b51 39 4 8 21\ne598846d7523a734 16 4 86 91\nf8939dcddaf7f07e 15 14 74 80\nec8a18bf04341836 64 19 26 48\nc2b55cdcb4729676 40 1 6 32\n0871e5f582cd933c 42 3 14 16\nb7cf8c0eb7ce0625 7 0 1 6\n6f0ec56192a25862 74 42 54 236\nf76e22ad948f8218 124 90 268 270\n7a18ed9f02f946f4 5 2 4 76\n2c596a5abfd67267 9 79 83 101\nbe4ba1a5e9dbdf9b 8 1 62 74\n3628ec0337eae7be 165 144 157 273\naa4a4768c8635fde 117 205 207 215\n4cc48509585e4157 16 10 127 153\nb3f998bea78e350b 61 31 36 51\n27b21afa9b2ef71c 4 71 82 96\n4c2ed13774ae4613 46 8 24 31\n4cc4c8a8cfa8e944 20 0 2 4\n71930817a2e0f2de 156 121 128 242\ne325708fe17658ee 18 110 111 147\n1acca83523e5bcf7 43 15 16 17\nf3c66c5552e28f20 12 9 102 112\naed2fad5a19a53be 28 5 106 111\ne75b3b4a6d3dc038 12 0 3 105\n83662e3f6fd46f4c 37 7 34 125\n8f06df2fca9350ba 23 8 105 131\n8d360bd4931a8f83 6 1 2 4\nab7bc777bfe89560 49 5 37 106\ndaf2753fc9a37782 3 119 121 123\n56edeae2e8d253be 3 59 62 67\n11337164b772b7c9 19 2 9 15\n61b6485ad242bf8a 2 0 64 66\na9af103dd88fc3bc 5 2 3 4\n59ca699e5d4e8358 94 63 66 199\n647875a0a979ab1b 98 90 95 175\n4393f3a15ed6fb9a 54 22 41 51\nc83531d193431010 10 7 60 62\na197cd828c2ac481 19 109 112 116\n67caddef25867bd8 19 7 12 15\n6ee670df48229b4e 3 66 70 82\n729b45a6f1b03e3d 5 0 61 68\n5907e099d74681e5 16 4 11 15\ndf2eb6835b59491f 208 169 172 205\nbb54cbf77871e274 8 76 80 85\nba9745dafb3a581c 6 1 4 5\naaa7703d439239d3 44 9 30 106\n1be80ff36848e758 24 7 83 87\n8b0ad2e14b8f1cd3 2 131 141 143\n5f92bc0686686e41 62 32 33 126\nf04880903462e8f0 9 134 153 163\n7a34348316608aee 5 60 71 88\ndfde927791edef3d 46 8 17 114\nc57faaf23ae30df2 31 0 27 155\nfd9ab1e2b1f8e5aa 29 21 133 143\nfe625de05cd0a34b 127 111 240 277\nac24b0886ebbf7b1 93 72 78 172\n19ec130ecea98d5e 109 68 103 206\n6e6df1bb86b2dad8 6 3 123 162\naec8f8a564b4a4a5 2 1 50 54\n7b9b00cf3ccf21da 178 133 251 260\n0ef15055b44649e3 39 5 7 26\n74529f6aa841fa08 3 64 73 88\n995e717da8a7b123 39 22 128 131\n5b3e821c2d04db3d 7 87 95 101\ne20bfeffc627313c 8 3 6 67\nbc80043f72d20b5f 31 29 30 92\n8c6376666f9956c9 49 20 23 41\nf0e5ea4b11dd17ee 8 7 55 56\n89989ea1cdde53bd 10 6 81 82\n957f7dca9cf5022c 108 69 93 243\n6cb785759c99e839 0 52 58 74\n57ed3518c548f1d9 118 77 83 185\naafc6d7b78cb27d5 206 167 179 182\n5fb79c6ae32380cd 44 30 42 91\nf3d5764df5b4f962 12 76 87 88\n6dbaec3d6fb0fb56 116 79 86 214\n9de9bb47ac743071 3 109 115 117\ndabd7fc58d2ae00b 121 90 107 200\nf30fabe79ec592b0 19 9 96 119\n0896b4819e39caf2 22 10 82 91\ne5fc5bde96d28aa7 1 94 96 99\n575c0e2214a43d45 4 85 90 93\n45dce690caec2917 21 12 15 20\n6e3ec47fd91091aa 15 3 5 7\n47191aa41a979900 101 81 193 223\n9de5a468907321fe 10 3 5 9\n78d3582f79e1200e 2 99 111 113\n20764a96cc70fe46 29 8 20 24\n4949361d0831c838 79 220 226 227\n5590c5929892c362 42 25 28 114\nbecb6b76e38c18f7 35 19 114 120\n81cb0c6e650961b2 25 5 17 114\necda08d8c061689c 7 0 4 88\nfce3a289eed2d6c6 69 25 52 128\n2d0e6766c725becc 99 57 95 210\nc87dd7b841d77114 93 58 62 91\nead2bb83c1955f14 8 0 7 83\n7131e6ea4b5fd32b 26 93 106 109\n6c1cb76f5e08ef49 42 1 2 6\ncf0c668465cd0880 81 48 68 183\neac593ae8fff36a3 103 69 77 89\n41936ce6152fee64 38 0 23 26\n195074aeac8bbd76 5 77 81 91\nf28ef96bc6478898 3 85 111 121\n276541de04b447c9 4 0 2 3\n557d01bd3870bdc3 61 17 30 31\n06ca8f480c91e9eb 23 2 3 10\nf3ed8a28d7ce7cfb 6 88 95 100\n6b658b1d8562dc85 97 212 229 243\ncdd7331ebf3d97dc 16 12 66 70\n0b4d5beb7d3bd867 1 113 114 129\n70d4509795d91dc2 17 13 14 71\na7a6ca07e47d3ebe 47 8 14 29\n42565e9d863220ae 86 41 51 186\na9bf92c478ac7127 4 3 84 91\n22a0db80d91128e4 201 161 164 171\n62454a648af0bab2 0 46 48 49\n0af60a9ffd747a1c 20 7 19 74\neb605762d488082c 174 147 169 261\n5683f9d74a5d57e7 84 69 75 80\n9ac2d730d82f59c2 53 8 22 144\n0d7f00ff38b135f7 169 147 231 233\n689bfbf638f18a83 58 53 128 160\n0f12b97e0e4c7e21 88 65 68 158\n91234df26c87a72b 53 41 141 159\n87b6e7013c92041d 202 196 197 262\nbffe7a01c7b8dcfe 41 16 23 143\n9b473c8fb35c49d3 11 2 3 83\ndd5288bacc7da7cf 44 6 9 21\n14417ac810f2024f 18 3 11 15\n0c824455996db331 95 53 85 170\na030e89683ab9e52 30 13 14 19\n03b440db4696d8e7 4 60 66 75\n5e275e7af840e344 83 56 223 261\nc1618081efaf1de7 119 107 197 199\n8d8218c2ca6827a0 3 54 60 75\n48aff7218b00d843 6 1 75 84\neb7f7ee099458b56 6 63 68 76\n56431a47026cb391 137 111 115 133\nd8b9291cd6522e22 193 160 249 254\ned81850c1a28531c 0 46 65 77\n333c649f75c3c7bc 32 12 25 113\nc0ea4bf720bf54a5 22 1 2 4\n45a0fe252a89e008 74 148 167 176\n234271629f7099df 10 1 4 9\ncaa07defb7be4de3 10 3 121 151\nea1b9b9316f619cd 7 1 4 56\ndb9ead0b86fd1b60 2 1 51 59\n5bfee4481ea74c8e 49 11 26 47\n24fea6c2c7caa434 31 100 112 124\ne380a646d53e15d1 180 149 269 274\ne7a010953cc7a6ab 47 2 17 107\n4acd145b0c133dca 37 5 24 103\ne60589d40eda6049 173 140 229 231\n3dcdffe3b9c6235b 1 0 64 70\nfcd7ebdf0454ef30 43 1 16 33\n4fcb05445f591efe 17 150 155 175\necc2b1b9cb1fa9ad 17 7 104 112\n5ea147b81ee118b9 185 171 183 270\n83a593a5f24ab22a 50 19 189 196\n0a78dcb828c506f1 41 1 16 29\n633766029a6f910a 37 7 11 85\n5caa0d43bec54a08 21 0 9 13\n08c87b4b6b23895f 4 55 56 58\n0efeb5654da456c6 39 0 14 33\n8241a7082bac30d1 3 0 1 2\nbbb7a5bc03290eed 34 12 14 109\n62b3c2526feba53c 176 133 145 259\n0c1012a308ee2788 18 4 90 119\n1bf668db0194cf83 17 2 8 14\n377769942e6a748d 77 39 170 183\n1bdf9dd7628ddb0b 43 26 38 107\n15c9a45c9c3d73f2 17 5 9 78\na57be88d54c918cc 36 11 12 32\n8313ad82338d4267 3 2 128 142\n17a489f3cec39fea 31 0 26 157\n6e49658d2ffa7317 225 205 207 217\n34e7e73829083c8d 6 4 61 65\n7e782110c76f1b1b 74 43 204 207\n0ed4c9cac4a615fd 4 0 1 72\n8d8ed24e0894a4c8 92 70 77 151\nb8413ce252bf13d7 3 56 57 62\nef98d62b2aee6ae1 203 178 253 260\n4e79d56376422ec3 19 1 8 9\n899d5aad5054b2ec 34 14 101 117\nbcd00bfb5b5ea4dc 11 4 71 73\n3faac9603907b329 73 70 151 192\na18f5d8a3c80ddc3 88 49 53 154\nd588faf7548ce660 5 72 73 75\n466150f780ad7b80 13 7 8 64\n05ec2d3e4c027220 92 55 171 201\nace3ec0961ae36c2 151 109 139 277\nba40127161ab964f 5 0 63 64\n2e2ad99d45033d6a 172 127 130 258\nfc508faa91c9807d 2 64 71 81\n668c3b2ac77aa971 1 0 50 51\n6eee0f7e1a48d281 52 16 26 41\n8e5212955220eb64 61 49 51 60\n3e4057a188e15ac3 23 0 5 13\ne39c920c813f853c 38 33 91 115\nc26d21b91be5b935 0 93 107 128\na2efdc6dba7e712f 3 0 1 2\nfab28f712c0edea4 40 20 28 37\n107d3d674fdebd31 50 17 27 153\n82f4b042bd75b4d8 56 19 20 41\n6d2640a0e738c9d8 43 0 20 29\n58c5b216fe06588d 15 9 91 110\nbdc9dd08d9406ab1 55 14 38 109\n55da75a29ec08b18 103 59 68 101\n01866b81c3b90f2c 4 2 54 59\nbec9a97a71e5d4c4 3 105 107 128\n6de80f26ff52ab0b 188 146 160 167\ne6fb69436b9345c2 103 89 219 221\n8378c05d202ce0fc 60 19 28 54\n94189d6c5b0645bf 13 102 103 122\n828a000aaa5ac92c 34 1 167 177\n5691140dfe17d1c5 1 56 61 63\nde7683dd402217a1 137 109 122 212\n853841a1057d41e0 44 11 102 125\n95d7f4146108b286 1 57 65 79\n2afcf696e7cb53a0 4 0 1 2\nfdceb26461ef9adb 128 103 225 235\nd9024c44c3ce7c99 39 1 16 30\n2e64a2d17f9a76f7 36 17 114 117\n375cff10cab07955 198 159 162 167\n744e3a46b9825e92 158 118 131 274\n7567387078585ec3 68 25 33 143\nf72c0ee742645e57 0 56 65 70\ne461d54836b69d9b 34 33 104 114\n717dddca36581b01 131 111 201 213\n0277b87a9c943ed5 41 18 136 152\n28742766eb882cd2 1 72 74 79\na130af3da8fd1ca2 21 10 16 131\n0c72eaf6bbb7c681 7 0 2 59\n04ca03945611febb 6 5 100 106\nd17e73dbcb08d95f 31 0 9 21\n7d6e7d0a50a541e4 3 2 64 78\n784143851cf85184 8 69 70 80\n93a8bf0ecd7eafcf 24 8 10 73\nc372fc209eba9c1a 86 82 84 169\n7de7774aaf06c970 28 5 24 125\na6ce72529fcf85a2 37 182 192 193\nd7e0dc9c9baa7b63 8 0 3 7\n0cd63c88350eef60 41 8 26 163\n0e01be9445403642 12 2 4 67\nd5c566c8b4bd9db7 30 18 111 124\n8ee62148c2ccca46 43 0 109 113\n034677cf3d80162d 78 62 155 161\nf85b0258cbfc3a72 13 2 99 102\nc6f8caa6b506fafa 39 11 18 31\n6aa634fbabeb5e96 36 119 140 147\n5805ee451b7917cd 20 6 134 149\ndaa58af9dd5a2d0c 7 86 98 109\n948d75a318a4abe4 32 2 30 144\nedbb41cac8bfe75f 15 1 2 11\nd74b35cd503f62e7 19 4 12 17\n2d7d7fb53d960909 0 55 58 74\n946c30dca5daf508 8 2 57 58\na58873773c42741b 1 50 55 61\nab5464d772b00fc7 53 25 45 46\n0d76da0fcac26af8 5 59 63 77\ndc2b2921eb2fffa4 10 5 9 67\na71637e333506215 16 7 14 15\nfc9754a6f9b54bc6 45 20 23 42\na5e0fa53371ef57f 67 33 52 57\n6beedb01303bb667 2 65 75 103\n688ea661582358cf 63 50 109 127\n645cc7949386d427 11 8 10 82\n4fb14758099ccc72 41 10 21 94\na91360c375362960 3 1 52 53\nf5aa5ff095f26cdc 24 8 12 125\n2da38ca64192354f 39 13 21 35\n15ac594106229c62 25 109 111 115\ne197a18068ad6d5b 175 137 173 255\nd70fc3bef87bffc1 11 7 88 89\nfd33620b83537dc2 40 8 22 24\n29460ac4580ea232 141 111 126 229\n4043989a4ae95a01 75 67 158 186\n03ac738af49c7596 2 49 51 52\na3234b314d51976a 0 114 123 125\n805530a49d25bcf4 65 26 48 50\n5914c280bec2cf73 153 116 139 152\naa604fe5b2e59274 15 132 138 155\n8e33988f116cf05b 0 66 76 86\nfa1fe0e1d0ba7450 28 16 97 99\nd59ce927e3434d0e 13 82 106 117\n5d9229748aa3479a 9 3 4 5\n6107c4ad0741f71d 89 62 81 243\n015631b21f792a12 8 127 134 138\nc8815322bd573c66 17 1 2 16\ne65321d7aa328362 17 156 178 187\nba26189581b38b93 52 27 155 178\nc45cab04c3b22166 6 5 54 75\n16c4484a4093e2f6 43 1 6 21\n61f92e36cb0ec524 9 1 4 6\nc27965d02919b0f8 117 102 222 236\n7eb15ceaa1029944 73 37 40 152\n2b625e92f2cf9de4 22 3 9 21\n19267b6a68d2701b 20 11 12 13\nb19332af4ca35524 24 8 19 21\n1dcd8aee9a39a61a 26 7 137 144\n99a31a640af1a74a 174 143 156 260\n3bb70a92a0d384e1 23 10 21 76\n1ebb496a04a1bd76 37 34 111 112\nd328cccc0727b443 6 1 69 79\nc4cefefb76b495d2 63 122 136 147\n9e1768a68dd4297a 45 29 30 41\n2d29ff162920db5e 5 0 2 75\n132bbf5a9e9626ce 25 9 24 94\nf307bd5f5a5f0ea0 32 8 12 101\na40e8321989a05f4 36 6 14 111\n84d0c8528c4c6bd7 26 10 12 114\n3b434b5302dea908 14 12 127 135\nfb80aacde91ee824 124 91 228 253\nf511c7b07d1c7a20 9 1 3 5\na39d050fdd1fadcb 39 7 18 25\nf5a110214805f3f1 44 15 179 186\nd7c9abc0b221c799 76 56 211 250\nf0e5f0dd1c2aaa26 9 7 60 66\n24895a02057db66e 17 15 65 90\na03a5e2db7ec8587 29 21 90 114\nf47c948ccd157afd 21 7 14 101\n30efdcef9f38568b 17 84 95 99\neba672df47aa3f82 0 79 81 98\nee3fbf8885187fd2 3 133 135 140\n0278b3d8abd9654d 161 138 263 276\n9ea263dfed55f547 5 54 57 69\n672d2597ccecf318 6 99 113 126\n921dc10300a78f6a 64 20 155 165\ncff142942facf89c 13 9 81 87\n0972074fece891f2 60 24 57 131\n752e80a6bb7c7c07 52 50 190 217\n1eab4db6941be725 6 83 89 108\n54663bf008e08760 12 0 6 71\ncef9961b00ab1b48 40 11 33 98\n912b03a98488ac2f 190 163 185 256\n3c90ad3bb72adcf8 131 192 209 222\n8ef819594522ae8a 9 132 153 155\n347d13d1a6bc9412 73 48 53 125\n4295b21237e193b5 1 0 47 49\n09b505bb829c1d12 8 0 2 4\n00620c2b77518524 48 4 6 113\nb6b995cc086a75da 44 13 14 28\n4596160a24b1af1f 82 44 62 67\n526983ce4ca81a90 23 11 14 146\nfb77aac44a45a28f 18 5 17 113\n6f0f62183d4e1229 29 102 121 136\nc35b61c37ea91b6a 36 2 15 18\n8537e57884830eb5 43 12 126 149\na26e4bee5c7f90c5 3 57 84 88\n1047cc04fa16e0d7 1 71 78 95\n89a026c75593caca 35 3 17 117\n69ca4edee364ea37 153 113 120 125\nb735773de192a9a2 76 46 74 158\n2ea3133861ebde3b 80 68 134 173\nf8191f02dce0150f 27 97 98 101\n179a1357a581ad51 145 102 109 119\n9ff997d3dcc83e02 22 5 12 93\nceb96c3270860122 157 133 138 260\n69f3b2b70edd586d 7 4 82 92\n20d0e788abca4aa9 23 0 8 18\nc44021a4afbaf971 191 154 161 190\nd235e2853aa43925 166 130 165 231\ncb2964e5454823de 63 51 62 124\nb430ae35fa9161f4 17 150 161 168\ne941a7fdae79934d 3 1 2 65\n8257258554fdaecb 142 102 103 190\n87adfc36d3ba342b 123 80 98 102\n25f59dd9a56e9c6d 50 6 44 128\n9697ae7cea5254a4 0 52 53 63\nfa39d69a2574690f 12 76 85 97\ncb3bdc85efff5724 0 57 62 63\n1259726fc1f8e966 163 148 157 266\n0c884aee4b01366f 27 11 24 96\n6009631d399952df 4 112 113 117\n0282160b901229a7 1 50 51 57\n33ac471b97ddf5c5 30 22 106 112\nc64f00c1ccd5ec4b 3 0 1 49\n63d81fedb5c9b7f2 33 134 138 163\n1c919c7e4ec601de 3 57 59 60\nb58ecd3619eddd49 61 26 51 60\n63cb6b1e6f0ec371 48 26 36 111\nddbbfeb7e37f9a72 33 10 24 151\nc53178af617eaa65 59 39 168 197\n21f3cc00e0cfe8bc 143 114 141 238\n920e30127845e140 12 5 11 97\nc4ecf8f6a9a73870 21 1 9 13\n5d79e5de45d935d1 60 15 26 44\n4e0c15e5810c0ab2 9 1 6 70\n2e86767798c005df 185 143 161 166\n0807e84457d5ef58 8 84 88 102\nfd020d75ab5e2fa3 109 78 91 173\n64f53080e3e30d27 108 64 96 101\n86874c01355a2bcb 19 2 110 116\n5fc746dbfefa9165 9 8 68 71\n70b2d013a16c3f1c 15 1 3 9\nfc43cc25dadacb18 37 19 35 142\nf9a8aed939561b11 26 20 24 83\nd590898a3412d9db 3 0 2 50\nfc50693501976251 83 58 158 178\n45108618c40e26a7 110 84 96 167\n0a8f10a9a68236f7 91 46 49 90\n3d0a0fecfbdada35 46 43 121 138\ncc0f96b3131f5924 34 0 8 18\n8f4f40cfd0a5dfce 173 132 140 159\na1f17ffb3774a402 8 82 85 88\n9ec7e84448107a83 1 79 83 94\n1deec169175eb15b 14 112 116 131\n31838e9542a906be 81 40 46 139\n039b153af4fbfba7 4 65 88 94\nf8d51dcaf719d69f 0 72 79 81\n32db375ab51d77a4 17 69 72 75\n9e8dd4972a31efa3 124 106 107 208\nbdfcb70c3b207cc8 37 7 95 122\n00d83c48cb78ec83 126 112 236 251\n1859766466c069b1 17 2 4 12\nddb62c613f41a45b 91 62 86 157\n8ef7d37c41526dcf 3 1 78 85\na9d3d94ea6cda8f7 182 144 150 242\n375f9c448cf31ccb 5 77 78 82\n51e6564f504e05fe 18 2 11 16\ne42d49970a73764c 97 56 76 184\na0758dca874bd1d5 15 10 12 14\nd9adc7ad73a2dfa4 49 42 173 176\n80aba447f03d0ff7 70 66 153 165\n8bcb36de071cd64a 68 32 34 57\n20b541350492e3ad 3 0 55 65\n2be655d4137e6e29 18 5 11 12\n0bcef9ed1c18f74d 87 46 74 234\n5586d19d78221ec6 3 57 65 66\n021575237abe0684 15 8 11 72\n738dac4ef7c9dfae 17 8 14 72\nab4cb4f0785be136 146 199 210 212\nfcfa188fdd8e4cdc 196 154 165 276\n0f47577ab3441480 3 60 74 88\n2807e5ac66c140cc 57 35 45 170\n98471d005ba58683 7 87 110 121\n90743cea7f400ed3 19 2 8 13\n47e92a07948afb36 4 1 2 52\n40c517d28a412a5a 32 8 11 120\n6679b7de4ab1a8bc 14 1 3 13\nf4ed743fad900fc2 141 109 119 132\nd1907fca9fd10034 4 90 112 114\na064f626c5b33e8f 46 9 11 158\n17d35e133dc3ce90 27 11 18 21\ne0020f5dcc0d8711 87 42 61 78\na5689a7da0524ab8 12 10 99 108\ne0559e3ac9e9c659 103 62 66 226\n8bbea8e1bf7010da 5 4 52 53\nb3944d7eaf4f122b 36 22 25 35\nc92cbbc0ff11a113 83 47 77 82\nb756ae14e926e12c 158 259 263 266\nabeb29204faa447f 18 12 16 17\n5d2ac4639c29e11d 64 28 54 59\n946babe2aed33b04 52 32 40 118\nc97a79c1bcf51705 95 70 71 168\n30127e00a789ed7c 0 50 52 53\n88dcbd53e0f0147d 27 19 24 93\ndae13e63d6107502 123 110 114 117\n265a753d5237b3ae 8 0 2 6\n09265a9e57075e7c 6 2 4 123\nb3f97c3708c331fe 67 32 55 124\n2e7ffcba51990c93 98 55 176 200\n41d8b4350913ca64 65 51 120 160\nafe20f15c69bbb54 78 36 41 66\nd6d38171dc784c54 28 24 81 84\nf40783fc67e17e2b 29 2 12 16\nf954f61234d49919 13 0 4 116\n21b26eda16f7cb88 14 3 4 5\n4efac32be69dbf68 23 0 160 179\n6446f2c3744cbe48 0 71 87 90\n6929d692d1f6f2b9 12 63 71 73\n1aa94a69594df8a6 23 81 98 120\n134d7e5a74497a82 91 53 64 172\n7b700718d4651543 3 0 76 77\necc603a8956fc2ce 24 115 117 138\n460e2066b64b2a40 0 59 68 70\n9dc495d96b40e720 4 60 65 69\n5f4ad1c4a3979f1a 205 165 169 173\n7a514b19147f6c9b 55 21 24 43\na43d7bb904963bb6 17 1 3 16\n7a8a0b336a42d544 11 6 8 9\n2e35fc35559543f2 4 99 108 110\nff1c8223873aa02b 13 76 81 84\n3f0d9e856d93b8b3 10 0 6 9\na2041fa872864e56 39 24 115 121\n75af88e73cd1dd2f 166 123 149 242\n4eb55cf1d7911e72 67 42 55 145\n7727091b9798db0e 6 0 3 4\n8c8ed2adba3dad7a 80 56 160 183\n07d0229847bd7408 21 18 19 77\n6789ec9b19700574 35 0 8 23\nf08bb76e14a2fff3 6 0 4 5\ne83d60faa025b5d6 43 13 41 113\n8f9e317acbb2a05b 85 41 71 73\n98a1620554116908 42 27 28 191\nf102a9472a7ee244 7 0 131 133\nfeed10ef893f861f 14 4 11 69\n0c5ed899789e60ad 17 6 7 10\n9213c7a362e7333c 7 2 72 73\n8108a9c5100498bd 14 1 69 77\n86f0abc54efed356 19 13 79 90\nbd27bcc9eceb859d 0 50 57 68\n063b857e6470addb 109 78 107 225\n85ab0f77f378bc0a 24 12 20 81\nf7b6889ed4c6075e 42 10 28 38\n443e5a7e679e3e94 22 1 76 81\n497364635884d8aa 35 8 28 34\n5272b14361bf61bf 19 7 15 81\ncf300ddfd8d74881 52 15 136 143\nab3e34dc26107d2e 15 9 10 87\n0b07051f912592d7 2 53 56 75\n4dd400119f6032b7 180 167 178 271\nba93a409f4e9dc82 3 61 68 70\n5e59fc317002f3ed 2 0 115 130\nd392860278ded5dd 41 4 15 16\n95aa74ae988f60d8 67 57 126 130\n00cfc0ecd345deb4 27 26 99 105\nce5cb13f40a259e3 124 81 88 91\n1aaeb7f0aee2f9e4 55 35 110 119\nb00a2bc609d0ac6e 62 27 40 173\nf636d5de491e6329 37 0 20 129\n23099812f662b3ec 53 32 43 132\n3bad929f21fc4336 5 0 2 3\n2412e9f45282fd15 6 1 80 85\na292f5dcdb8f2ded 5 2 3 77\na415e84bf9482810 29 108 127 146\na2ab2cac3e746d0d 28 14 25 103\n2764844c23861242 0 65 68 74\nf03a119328d40ccf 25 21 95 102\n0757b4bc82bf26b1 43 16 27 32\n71a1121f817eb913 78 34 72 154\n9266884c0cde4ea9 12 98 127 133\n389851bf0ac38227 59 33 35 37\nbdcc795a28616fae 73 29 39 69\nf14627d2fc3158d4 31 8 21 102\na65002b5b08ecb25 5 52 58 61\n5fc4fbe044a044a1 69 33 52 57\na79b3300f99683bc 26 23 81 82\nc924718921f6c112 4 64 78 82\n56f149ddad20c6bf 1 115 132 140\nee7e27456b9da4e3 26 106 107 118\na8541914a2a0c1e8 83 46 55 75\n2236eab1c5c86fc4 35 14 21 24\ndc71638f76df5525 19 4 109 128\ncee475fc8a99c826 173 152 159 172\na79894dc49ea677a 182 139 152 266\n70c482cd5fc069ef 12 0 2 5\ne3e3c593f428ff54 5 110 116 120\n88dbb4c34d548da9 152 137 141 211\nc49d1df4c465f3db 5 79 82 113\n6fdc59ebb74b416c 224 215 222 272\n450cf402f042bfd2 21 3 14 20\na4fed138a491038c 69 45 59 65\n03c61595d13e121c 7 67 78 99\n886dd05beb5c0719 29 18 96 102\n91e8442d76550600 5 110 125 128\nbbbd792cd2e9d45a 16 5 6 170\n83a449617d36a17b 55 18 31 162\nea4e3898f3aae6dd 16 6 7 9\n6afff9609b65a604 24 0 14 16\nfa71d84898d6ac7f 96 60 80 184\nc6f67ea6a2bbf2bd 21 4 20 139\n808419ef9fd420fe 1 47 63 70\n49d5b942442449b4 209 170 180 205\n0de78cb98105f8c2 41 8 14 38\nc6333da4fcea989b 1 56 73 91\n4221bc1d4aea1a02 175 130 154 158\n6d8da4c9e2de7aed 185 164 173 277\n084fe29cd9d008db 29 13 17 21\nb7ba6d23dd44fb7f 80 36 67 70\nbd866d25ab1390fd 213 170 179 183\nfba51feb5da86961 7 92 99 101\nf6ca331679b2a871 93 71 76 91\nb68c0934ae591f78 225 186 193 272\n02e6fb86b0172f0b 10 0 133 151\nc01df2b67bd3c05f 24 4 6 11\ncbd6d93ad53f3431 10 4 6 8\n4b7e7de9132f4149 9 1 104 108\n4aa1973c40d2eb93 123 102 117 192\n7d4586cbfe1889db 55 11 30 106\ned7884750c2c08a5 45 5 30 103\n64fa19923ca0cbff 6 0 2 4\n6b004118ec521930 19 4 5 12\nf20a49fc09b9ee6e 193 152 165 170\n069597e1fe899530 4 2 112 136\n1b2e15e6c257fa5e 3 1 124 134\na8baf24bbae943a0 32 1 7 15\n0aa8646901d156e4 4 0 1 3\nbe31d24825e26b2d 39 9 13 34\n0c3d3b45ff4a4326 21 8 16 95\n53edb3a3f31a036a 19 0 4 12\nab3d616a3d001515 42 32 120 128\nc9d8ffc89bd3966e 58 30 54 110\nacdcd593a8f50eb1 27 87 90 102\ndde6bb4b548a4c30 0 124 125 132\n80a2935841bc8dde 2 83 92 107\n87bbc64b6844b3b9 8 3 4 6\n7da673e1fe74261f 8 75 76 105\n36bd5d3f3ee292cc 9 3 76 82\nb84035d4df22a1b9 10 65 67 73\nb07bfcdf9abe8dcb 16 4 95 96\nf2c80b9e0df4fb84 0 51 61 71\n3c85dbda51f7e9b3 229 194 199 207\ncb59372e38c27d4a 7 0 1 66\nbbd202e75328f2eb 4 73 82 88\n6c3646ea25b134ac 2 69 88 96\n99ad451e2d55edd9 50 7 8 178\n9bfbdcd290c6dc72 43 29 34 40\n6097f40e259c0570 27 22 78 92\n000db54a47bd43fe 80 52 204 235\n10c4c9600bfaa4d8 4 84 91 102\nbf00186c27b7cb52 19 7 9 10\n7c90756d31a6b175 55 15 17 144\neb711d70ae1a4342 2 1 48 49\n3a48dfbd2f0977f9 2 52 57 60\nb2dc1873918e67d8 127 203 205 214\n832ae9f6a4bf1ceb 212 186 188 193\n5dbf866479511338 9 5 7 68\n9873cc20ca70cdf1 25 0 89 113\n79775710b7857709 25 3 15 19\nd88c9d9171a34362 14 2 13 78\n5d9dcdbe9a0d737d 1 95 102 119\n34b9d929b2707c7b 1 53 57 62\n7f5f6eec84743ed3 19 13 69 75\nee17c0671fabedd1 61 41 51 60\nd9cdcbe2211aea2a 24 4 11 15\n33288d55dde83e72 151 123 132 149\nb3e7154d08bf845c 45 3 20 166\n8ab5102df0d2dcae 90 82 165 176\n8286697c72321c16 27 2 7 9\n193c3bd339eb0a75 50 27 42 194\n2e30ae101611cca8 41 9 34 95\n489254d4b26a04c6 21 5 111 126\n81a4004bcc27fd29 21 3 11 118\naa62c3241c55ad8d 17 2 116 122\nc12830b7047ca5ce 25 0 8 21\n9135604f85c2251b 70 52 55 150\nc44e71779267a01f 66 27 36 46\nfe89d80504b29f1b 0 70 72 79\nd66e8d271a8ab872 35 16 28 126\nef69c76bde3cfd9a 33 1 20 21\n0a9f2831a3e73de8 54 12 40 132\n30140756550dc38e 147 114 141 257\nfa3f44738a1efcf8 36 15 30 92\n82bfe448b0c14ee1 23 11 12 21\n2b1303680b081ccb 27 12 24 77\n2ac7eecd3cd0252f 7 3 59 72\n6153908d1c550ba7 29 22 109 114\n6a2423d943574e11 12 8 72 78\n228ed4b87c8a6ea7 54 28 33 141\n0b3674ffb90b641a 152 136 245 261\n33c1bb87a88e59f1 138 123 193 220\n0b970b3417969c89 12 4 6 74\n919ed2a52bac28bf 34 20 22 25\n0b79ada01eb45be9 10 1 5 8\n774c8cdbea630fbc 9 3 124 147\n379470c7d22c498a 22 93 111 125\n51f4e2352699e799 102 57 88 162\nb69c761fd60e17c0 3 1 2 52\nb81d9174ff56e46d 17 11 73 83\ne246e21cf08b2748 63 156 167 173\ne13b8a8bf548eba9 30 6 13 17\n12a5cf6bbe330edb 78 42 156 163\nc73d84ba32f9e096 9 2 8 60\n1d4d81f8629b119e 24 13 165 171\n898ff473a643f4b3 17 3 12 14\n1bf4fe9301893904 0 59 71 77\na790bd601037ea91 233 197 198 213\n5c4f49fa49178d24 29 10 16 87\n1d04977fb85a8b3c 16 94 101 110\n5ae686d3ee88f5f0 18 1 6 90\nc96fd1a96637de5e 6 2 4 71\n4636beec02aa8dce 52 30 35 47\ncc24e059f80f8684 1 58 63 74\n89179e2c743535c0 59 41 52 192\nec75b23a356a07f5 5 3 67 68\n6da3a9910fddd89e 30 6 129 132\n52611553d3ab5683 155 131 149 153\n16ca2db2f920c1b4 39 17 126 138\n179ff8424ec7ad13 1 58 80 86\n9f57b4ea44c45ab9 9 104 126 128\n098263de57257005 78 75 201 203\nd93c9b82a02d647a 5 4 76 81\nbb940c547eed071c 0 50 59 61\n242fc4972c7bb385 6 59 62 76\ndcdc007caf2285af 40 5 107 115\nfc60dbb610046c56 14 10 12 135\nc8cd73e44fdf964a 14 4 10 12\n2ab72e30a616dd21 0 64 66 67\n769bdea6a09d2bf9 121 79 118 243\n67fb1193d1f055f0 21 0 7 101\n8efa8ae39e41a4c1 11 72 88 92\ndd959965d6c45f4b 36 4 17 28\n78a9e7eb0b9fed4a 45 12 116 117\nd4f002923ad8463f 8 1 2 65\n1247b2ac5986205b 130 96 118 214\n07e8ffa32746c7ce 25 109 116 135\n794ceaf2e5ef3ccf 12 109 115 132\n8c983cad2af0c7cd 119 101 108 227\n4eada4761f39df2a 39 24 166 194\n44f9aac9faaac569 27 11 117 126\nbc53101036ebcca2 4 2 3 51\na191cd7c25c96a44 4 61 62 69\n50faa0b265836e39 0 53 56 57\n8459bf0d15db4b0b 36 15 114 128\n316035dd285c5e27 154 112 246 249\n31d903660e1647c5 103 84 91 215\ne9b09e89e448893c 42 37 38 126\n118f563fe2ed4998 41 12 15 35\n0f4f779411b45b6f 157 122 127 143\nfbb437c54b5d9d78 80 42 60 234\n9364cf2b46e39ae2 68 51 134 138\n44d12349e0609ba3 50 13 27 161\na9e84da94b7677d7 71 50 57 69\n0f97153fcaafc80d 4 50 64 69\na8e53509b42b91e1 99 91 175 186\n1961bb85524de229 2 60 61 63\n18cde229723f22df 42 2 41 142\n3c054be9bdb304ee 21 0 69 79\n5c76ecd0bc0f5d68 103 73 79 93\nde0c6b5d0fc57d0d 26 9 79 85\n2c9b5e69fe7f0338 95 58 71 72\n8c6de5601184f209 43 4 17 36\n978cabf07ebeac54 7 2 4 5\ndeb6feeca235caf4 36 1 5 27\n743b0c4ec9aad366 48 13 114 117\n1512ea7a9754ac34 34 7 29 127\n7f6e72805e11ead9 26 11 13 134\n5d849450a7f5064c 25 7 13 19\n52480d60a7ccbec3 34 33 98 123\n00beb03ef95dc637 37 5 33 86\n5ef49620e0955f07 56 45 115 131\n3ed3ffd0ae9c3224 10 3 5 58\n3cb1489b614e5f39 198 157 167 267\nfe8431a1c5bd3c81 131 250 253 278\ne7020d449f50c737 38 5 12 90\nbb6d106fb22b1f54 8 85 96 105\nb1d7e798c2f2f30e 49 17 36 39\n632a121cf77513a2 76 34 65 144\n3cfb6cb5052ce744 130 85 114 129\ne456bfbbc41c6bd4 14 5 7 8\n4bae0a9b0dd66beb 7 0 1 2\ne84891165f0bf125 7 0 1 3\n59bfa3dceffc42b6 51 27 32 36\n6e1938b832b4515d 35 4 87 89\n8b6aa37cde3638a6 14 5 67 87\nf5a898cd54a2762c 1 89 102 111\n8fc9e8e5f7b69c31 4 1 2 98\n7beade5589e38928 3 0 1 53\n17a3e731c4fe0aaf 0 91 96 97\n786bfb8a195d54b4 28 19 25 93\n20384754a6e5d1b0 2 51 52 55\n10351dc7a37a44c1 31 21 93 100\ncca9eb44ccb4c50c 3 60 68 69\n19694d2dc528d75d 79 37 131 137\n2b1e0225f0952a09 15 5 72 73\n76f2d6981e00d952 130 92 124 182\n12d4ca1236a2cf26 0 69 70 76\nd53343e8959b9c18 20 13 15 19\n6b7ef4c56535b965 44 1 19 38\nf27b89e6e7702598 43 7 11 105\nfcbaea4d9cce75dd 38 17 22 33\nc7dd22d118a2ac30 32 10 23 91\nf87702186e2115c7 32 5 18 109\n97cf7d672434d294 0 52 54 57\n23beb4b246e236fb 27 5 26 98\nbb3f4e6a994ff63a 93 88 92 187\n90788c0f97df105a 138 189 195 228\n86a79e32169685c1 121 113 195 218\n72db46eeddbe4275 0 78 82 103\n733d0a0347dde56a 25 2 17 18\n849115291c948385 69 42 68 149\n54a1bceb5d97272d 21 20 76 88\n2ff40df261e17697 1 74 75 76\n935f157e04c227c1 34 31 137 138\ne071ef79c9a7d612 110 84 105 224\n8206395dfe75be01 38 127 134 148\n8a3d65fc359279df 133 116 127 261\n2d4e81e66ce80039 16 116 124 132\n298276fb3c0330e5 86 47 52 154\n516a1ef6d8a69398 11 5 6 60\n36fc018c7b62b997 2 0 111 127\n24668d960406587f 146 105 127 145\nc3eaaa4be79355b7 2 72 74 78\nd0fc0d5566e548e5 10 2 6 65\n0387ef3895b1393c 3 98 105 123\n5a331dd980d16fda 0 57 60 66\ne7f049cddc9f62ba 97 70 81 91\ne9d397952be37ca7 18 6 12 78\n20422596003ac855 107 153 189 192\n9c4a6de94a583fd5 26 2 7 90\ned9cff668e7377be 125 115 209 217\nf3288968f1562b49 0 46 47 49\nef087f57579ed8a8 10 8 65 68\nf8df532511809597 25 4 85 91\n430d7b5b77861810 19 6 15 17\n03906f66d3bca71a 166 122 253 267\n63eb0833923d46ed 33 10 115 119\n2afb8a0a98e15155 2 54 59 60\n9ee17c5ca488c440 9 96 115 125\n582d287cce22f586 68 23 28 129\n50f0460b4e02a326 0 76 91 95\ne12e122730984e61 10 79 81 96\n0d5112a7eb22d61a 22 10 19 113\nbb33fc7718ffabf2 43 28 126 160\n0ccb28128213f19d 10 5 7 107\n6a823717363844c4 18 12 16 69\n2ed398e8368e0c6f 114 105 164 167\n8a8c745893ab88ad 51 129 145 158\n2313ea0fb17cbed6 110 96 202 215\nee2a5976e8ab2691 30 8 87 96\n125c92c36a04a68a 27 18 84 98\n072b4bb46d80484e 5 0 1 4\nde69392a33b9756d 85 69 72 81\nc2e81ece6a48abb0 131 87 125 263\n6f6e61cad82ff0bd 110 253 260 264\nb4a33bb457b329b0 161 118 147 227\n07842cc567e9beec 16 0 85 102\n024908906fadb408 28 94 101 113\n01842c6b21e1d679 108 102 106 203\ncdf7ac95fa09c707 1 81 88 104\n3290731e5f908b92 26 5 13 17\n91a1c4b534693c26 8 1 6 106\n14f0b962fabfaae2 41 1 4 15\nf6e39599ab5e9dae 27 93 102 117\nd97ead1096b72dbe 31 1 2 28\n8b7dc2877971a64e 10 6 153 158\n8f0218121c335789 103 58 85 205\n223c9627b978d127 46 23 170 181\n0e512d350465a63c 65 31 33 138\nf1171dbc746a3cd6 18 16 100 102\n3dfaa97cd48a0332 50 10 26 128\n5f86b15ace41c6d2 23 8 12 22\n1e969786d2a8c7a2 26 98 125 128\n4ea022def425d867 29 16 23 25\n28a5318660ab60ba 192 155 173 243\nf088c85322065722 77 36 58 173\n5a832370d2d05215 13 6 90 108\n700705a63940c412 56 41 52 191\ne98995e13069078f 98 73 87 162\n020991bdfbdbe504 35 2 159 184\n5937cff79f38b88b 14 5 9 78\n5fada958027ac4a6 41 27 32 36\ncd1d68bc375fd119 2 64 71 73\n47d9493675e58f3b 13 1 73 82\n94e35563d865a2d6 30 5 14 97\nc64844b01c1d3326 10 62 63 75\n954e0fe2befc04e1 3 0 1 2\n54b27d097d8a74f7 7 5 6 60\nd928cba8e1bea9db 2 87 89 110\nc85009705079dbcd 12 10 71 95\n94eac323cba1cbb5 73 52 225 227\na0aae7f3749483b8 96 56 77 153\n9aad6dbfdeb9546e 29 13 15 107\n27d163d7046d36b5 6 1 4 65\n6200d2785aa82a2a 104 70 91 96\nfff9864727c42c80 23 1 7 22\nf292b2a16e9a9779 17 0 3 12\n4be8bf31940bd475 33 2 20 26\neae7853a7280a98a 149 113 123 254\n6bca63f130f50373 26 0 22 111\nbe4e6f9eee38647d 124 238 249 251\na011264573aed272 21 7 8 13\n94f8d39e84a2554a 93 62 156 177\n493bb055f33cb256 41 1 10 96\na74c7105c631d057 23 5 100 126\ne01dfda8df8ab7ca 40 31 32 142\n4cfefe4588b687a9 25 17 21 79\nc0e93d0578ac1cde 9 0 6 8\n5afa29226f0a5e5e 62 17 45 48\nd951d621a1ae48a0 7 78 84 100\nba5bbee8449e659c 2 1 51 52\n52b7d89a2d3ed2b9 21 4 18 74\nf4c7ca6b6888db51 91 70 83 90\ndb33f36374e40bfd 14 0 152 156\ne16c23cdab65f04c 8 2 129 138\nb31502bcf42ef8f5 25 3 18 92\ne48e2d02a8de8039 6 86 88 93\n464e3851f923f8d0 13 12 78 94\nd458a6128f54745a 48 16 23 29\n885c1a66b4025d94 142 104 105 131\n1dad44855584a4ea 3 54 57 58\nc55446a3809d1cfe 40 17 36 161\n903dcecb140a987b 104 98 102 234\nf05d9bf59c496548 27 19 92 106\n583fb7b4ac7f8a70 186 148 160 185\n0a4cf8d9b81b4c6e 3 1 54 55\nc1699c00968f0bca 4 0 1 65\nebf9eb32e850ea81 51 138 157 163\n82e31f202a167e19 182 175 179 277\ndbdeb6adf84634d4 59 20 134 144\n0555b07fe6239b4a 19 11 98 103\n05c48ff6535fbf55 10 4 5 76\nfade143648decad6 39 15 16 22\n653912d2b32cf81f 213 184 200 202\n65cbf88f417d8b87 4 1 154 163\n0b55abc1ca2fe909 10 149 158 159\n663b29720a9005b0 5 4 74 88\n964f93e6b440cfc2 20 11 12 16\na2b16cd3965bf8ad 48 29 44 132\n995cf26596bdb61c 30 2 97 104\n56f38b2ef24657ba 126 91 118 261\n3f7b6f511421e395 9 5 8 67\nc44f1fa44c2335a9 11 2 8 106\n270307bfb19cada6 32 0 10 102\n85e66d4a76a9b485 39 13 26 129\n87f0f033eeca7ec8 6 65 69 80\nc62a2dbbe8352849 7 3 4 63\n3ced9d0b56769bb7 34 13 22 27\n94d5e6280f699e08 39 8 9 125\nedd9bc3fc7e1070e 22 2 21 161\neca871c813c75c64 82 52 188 223\n34c43a35c5d197a8 17 10 15 144\n2cd835fc105ec81f 5 0 1 3\n2c16104a0ed6c8aa 18 13 87 91\n82d86c8480f6f447 25 8 19 75\n72c8c1a0b4d0a5da 166 130 139 140\nae0a9eade17a944a 42 9 26 29\n9797ffe46fbeb691 75 50 57 169\n8849a5c89f5a3c55 14 81 111 116\na4f441c4ffd46a8d 7 3 6 93\ncac95a6d75943b45 97 60 208 214\n3a0328ed13dd8c8b 84 58 79 199\n0d06be83296cf911 65 34 56 144\n061f829d3dd2e46e 14 2 6 86\n9c6f8478651dec88 7 3 58 89\nb9c1facff4f8b584 23 6 11 12\n5d2db39fb3b079c0 37 34 98 127\n433742b23712bf06 24 8 16 23\nd4b34956a9aa9c4d 0 61 67 69\n40284c1baec06ac9 2 1 50 54\n432a9cfcf53ef717 48 17 22 39\nef284ec2c7d4b608 25 10 167 173\n3b84ac07fd85bb3f 1 0 59 62\nb1e1ff7597b6efbd 46 40 122 141\n1f925fcf391591df 39 30 106 116\n93c4c4dcce1ad9a0 77 65 145 164\nd71156c20ec84ed0 13 64 78 89\n9aef06d879964b7b 4 0 68 77\n59fb8a856c91320e 110 79 100 228\n17fc81293f337cc3 9 0 82 110\n0e1a7abc82b1afb2 5 0 4 71\nbf8bc80890f16947 15 1 4 86\n0e7b68884ac4d959 27 7 103 104\n96d9ca1b74e4a847 110 67 88 91\n23808c0cfcc72e72 26 3 23 76\nc1e6ac4f872b9cf8 6 0 2 60\nbc0ebb7482f14795 2 0 63 66\nf62cb69c60002108 90 67 139 144\nf8b02aa8498187e4 112 81 212 223\n73b1e11a6d1edc75 7 104 130 139\necddcb8a7e581e1b 26 2 4 9\n63100e137826cfd2 1 50 78 86\nf1ae3f5c04336f9a 23 2 123 126\n21b548b570c0b415 1 50 79 82\ncf0546d729e4d57c 2 84 97 98\n36cb04da872d3bce 63 32 43 197\nbff73237b5d6cc32 3 0 2 53\n724a7e5a97ced6e5 13 68 78 102\n5c69737728c7645f 71 51 67 158\nd6c20aa5b7de5ee4 148 108 116 130\n4e6334d5ae0c157a 67 49 129 135\n93850754fb4d6929 87 75 84 86\n0d08611c8b251e15 47 3 15 125\n8534404c06a7a475 171 150 152 163\n9a1bef8e978e62ae 38 16 20 29\n419b773d04a986b7 54 19 22 44\na3afb611e05eabf4 0 58 63 64\nc21df1e3085cbac8 63 42 125 145\n5ca0d8f0b24ae0aa 32 12 126 135\nf11be6d41f8b36fb 6 2 128 135\n24b4e8ff5a9a6439 126 81 240 268\nd72cdf31bb064b1c 154 113 146 151\n11d5f4e7b0b17565 4 69 70 85\n9f2798fef9b29ad2 4 74 85 91\nb7b89af3845a04af 1 61 64 69\n5afd98d36f582daf 44 17 19 95\n62990797364c3cf2 3 0 1 50\n9b3ef293e05d70f9 9 7 99 100\n8725e58028e2f1fe 67 144 157 186\n92b4fb8ed69cc398 216 179 200 272\n5041e63659c90693 37 0 1 5\n9fc435ca200777c9 22 5 10 19\n4e45b51fcd56ceb1 141 108 206 228\n28b23ec38ac5c0b1 54 33 35 121\nd0b961241b7c33a4 3 66 75 80\n5fe8a422264f128c 4 92 125 133\n1ec7e7dce1175aee 40 6 124 127\na403a07ebd41b6d2 3 76 79 92\n9217c66c0900c6ea 0 67 68 81\nd522ea888fb16e86 52 17 41 155\nc51da147c5b6f88f 83 147 153 168\n0de6bc7da518fcae 1 0 54 55\nf6f1a6c3444ce705 72 56 148 181\nd5c5a2109a2344e0 13 0 92 95\n7a42e67f85dc80d2 1 51 69 72\n318cc6a39c0acc71 13 3 4 7\n321911ae4a16f038 49 48 170 185\n8a19e0c0a085f5d8 59 57 156 157\nac35b0286dd48dbf 10 4 6 66\nb474bc1aa91428cd 1 0 61 77\n403951b5d632b5ab 3 55 62 80\nee439bfcf0065752 70 52 160 161\n7dc87708a40e09cc 22 2 7 13\ndaba92e841a70468 46 3 16 153\nd6b3d15ff42247fb 35 85 88 91\ndc8b2dd99adebba5 185 150 182 278\n5fb6ae7a43819e8d 33 6 25 26\ne3d58633f6310c45 6 2 5 81\nf0f7ef04f763da64 4 75 76 97\nb0342f55186e26ce 36 32 34 92\n3f68a1e365e94eb4 175 148 149 159\n0712476a67734dee 1 77 79 80\n922ee666c8d9f42a 4 2 59 66\n5c950935265018ba 49 9 13 185\n4d2a276aac0bc7af 22 2 9 16\n2b81fbc1af01f0ad 63 32 186 189\nf55506f85121d693 39 22 107 138\nde72b3d3d01ea315 118 93 99 208\nbd7b5a078178e1ef 38 2 4 149\n0ed8b86b87a30d38 65 36 54 132\nfca310e3805d5ab4 15 8 92 94\n8ed13911e32381d2 59 39 44 47\n9c07d2b1995e5ddd 17 0 6 115\nefb9832d4c948498 126 105 110 260\n19ea6a2de5c6b077 1 47 48 49\nab21a9fb5b124d8a 19 6 12 133\ne8530fdec17b42eb 7 0 3 72\n9afbe12dafb8b68c 14 4 103 109\n51606f24d69a31c5 142 104 134 270\n68f10d64744ff990 60 23 53 54\nd9de8aabf76c7683 26 5 19 20\n40954e72e02dc771 2 58 60 72\ncc014d7be0dd9a2f 190 169 178 277\n65cc49bc3ebaf313 29 4 101 118\nd9642c8efc01481d 155 115 127 251\n5ba05d47e238dad6 14 0 118 123\n625372351e3ff4dd 11 70 71 80\ne0e3465826bd8a52 18 104 107 119\nac3a468aec7604e7 14 5 6 9\n107b78daf075d371 3 85 93 97\nc936902cf1e99bc3 3 0 1 2\n51338a976f95e507 27 6 12 21\n23cfdadab7cc51a1 29 113 129 140\n512810bd5785cad6 75 56 59 66\n32a2c04fd8321bbb 124 98 100 186\n1fd5f9af785e6e5c 107 65 72 205\nb325dadd4c13e439 25 10 91 117\n9e0c86b04f280500 28 0 4 6\nb572de1740856ec6 71 32 53 145\n600fdd0b896e4d57 47 26 32 42\n00e12e215c028984 12 59 61 79\n95fa365891aa8350 93 68 78 242\n749f682613a13288 5 54 57 76\nf1cdfcbce1f39754 32 14 92 100\n7416347f6188112f 55 20 34 40\nbf3598d725ce7cf4 152 121 123 214\n82c1e9362c985729 17 65 79 107\n356c676d648e1d8f 32 27 101 106\n586004f337ead821 7 62 87 96\n2a39e3b6061dd887 5 4 112 118\n94ae813b2bf79c45 5 0 4 74\n117335f5d67368ca 13 6 7 72\nc4a95e304041e85a 45 25 30 184\n82041f060168dbe1 9 74 75 87\nf3dcb60ad53850fb 15 4 9 66\ne4a19d5347812141 8 0 1 2\n62feb0ed164ebcbe 24 5 12 15\n16da9b4fdfe4883b 46 8 12 44\ne6f4b97e55347eed 92 60 67 87\n234c14a79d4da1ff 27 7 11 22\n35f89d3ac607bd5a 2 62 78 81\n0cda9adbbedd7948 76 35 58 199\n840f887d08cd0b3d 36 10 17 25\n4f25ba1ea52f635a 5 54 78 92\n761579772fa02cfc 0 48 49 50\n040de715f9303ba5 59 40 43 55\nbf2cce4dafaeceda 162 119 127 235\n46ea97f6f3757209 19 1 7 144\n8071c129cd7c6f44 27 10 25 87\nbae8d86158cecc94 36 5 14 97\nb4ea2d59afd21024 50 20 26 28\n1f5df6019b0bb73c 105 82 186 214\nb38b3646708dea84 56 19 31 39\n1a22c18ef654437d 33 3 114 119\n2f878176347bcf9e 33 25 31 149\n31bf989cb15492d4 16 63 64 72\ne650fa5efc0809de 23 150 157 159\n88ca99a049b21a0c 198 182 183 187\nae8bffdf38808a33 203 165 196 198\n389f65e97bd902b2 33 8 31 32\n4a736d7c30ae9280 79 61 186 201\n21a23c81331b0027 54 200 210 213\n4e012c05fdf8f9b3 56 39 128 153\nc0f6817b3e55c661 38 4 16 36\n1fcf851e236dec35 4 54 73 80\n5cc5e562679c5f1b 70 25 54 137\n7218b8b94350581e 61 22 36 53\na8b7a84bfa9cf39d 50 5 21 41\n67300e41773c1a44 175 138 146 259\n65f681e621230b5d 71 44 69 152\nd2737d096cfe9bd8 12 1 2 92\nfb277b237d7bdcb5 9 8 81 83\n70888447007609c0 43 0 2 3\n13c4059da4e56a8c 0 51 52 69\n9fab0fc34c002a2d 2 66 69 70\naae8dd571bbfee04 0 72 93 95\n1af55d4494e499b1 33 149 173 186\nbae2196412b35a3c 53 23 41 119\n8041140ad38483c5 12 85 92 100\n4b457a008376cd73 5 97 101 102\n7f6560149c0bac41 56 32 124 127\n8a3690723c47052d 138 119 129 231\n1ade309152fcc60b 67 32 48 170\n9ccfd60ef2a71655 2 0 1 64\n603b87ea5bbce6fd 8 61 71 80\n30029fac7c5621de 15 14 114 136\nde0083a93486609c 9 0 142 148\n3ce90c0ea2537c48 21 84 92 101\n97655fa846bbdc95 166 124 156 237\nffe67ac537febe41 58 53 134 144\n8620588ed616ab15 40 7 21 38\n8231d05506f080c1 175 140 165 169\nebb59e0343c6c7e6 7 1 3 4\n99402ce31d9d9d68 3 70 87 88\n7dd4b9a826944af8 15 3 8 11\nb3a922aabfa0316a 101 58 177 191\nfd6ee791edb85b45 9 1 8 84\n1af4f12e5c55c99c 13 0 2 100\n4953a5140e2f439b 34 22 85 94\neeb665bbc61578ef 13 7 91 122\ne94c2035d207ca99 19 3 88 90\n53a03103c5ccd2fb 0 73 78 82\n6628004c0ebaeefd 21 7 18 78\ned4edaa7c4b6538b 17 73 75 92\n33dbdc4396938ae1 40 1 33 204\n51f96756456b33fe 18 12 85 125\n6b1811dab3c2181e 24 2 16 97\n6c2be8b0c63bed73 25 18 106 128\n1150003196de2529 61 23 138 157\n6c5be64f9f19064a 28 3 110 112\nc0ff1124e4c6db71 22 92 99 107\n63e37e7be7c2a2a5 61 42 45 128\n8b50f64f609a7417 10 2 3 7\nf5257718f0aae70d 15 132 143 146\nde7e6332da7c0b4a 35 13 16 25\naf6c111c5a2477d6 7 73 75 80\nea375208efc37f2b 37 1 4 98\n2ccd2d98696c87e0 2 0 52 54\n2552fd444d04ef21 57 18 49 112\nc969eaee78f6aa7b 25 3 22 73\nd4745b3e1bf70910 11 1 58 62\n45e5fcd5c8978342 29 22 80 90\n420bdc53a6928b32 35 19 111 114\n5179e23afde37cfd 40 5 10 140\n21840c44aed0ae43 180 142 164 267\n63a912e86ee4698f 1 58 60 63\nef10577f3bf663a7 9 115 138 146\ndebbae3a33e31dc3 4 1 3 53\n5bb9c1498799204b 5 59 73 95\n431e6542fde13130 54 46 133 135\n0dad7f2ef3496f13 19 0 7 13\n961456b3bbe48e41 19 16 17 85\nf925c128d3e76e69 30 6 15 16\n604872e128f5938d 21 1 3 11\n06dcbfe7cd79bb66 8 64 72 79\n42b086af2a1e5d98 99 85 91 156\n2d62a5d66d6e4931 2 0 54 55\n3e8dd5a6930ecb92 14 101 140 142\n634aefb6e1d7d70c 3 1 2 52\nfe42422857682683 68 38 54 65\n83cf9da0255baa32 24 9 10 12\nc065af084d1108c3 10 3 8 81\n43db35d743e6be54 17 14 73 79\n443b1691d94c1b3a 7 0 3 6\n335794d48a9b168a 6 55 80 81\n9d37c1e008862f67 0 69 70 98\n9ea41ecbdcb268a0 4 54 67 79\n5bda67ce0ab325b8 152 122 229 234\nbd7b6cbe96c87c5e 9 129 134 141\n5b427c2035bb515e 61 26 42 170\nffd3390311a2c8ce 12 2 5 11\n9a0e32c4ab71b3bd 95 82 86 208\n78c9f12f1f2df5a1 47 44 117 133\n9cf5e48a638becde 13 1 10 103\ne9d5d800eeeb5fe8 0 66 68 76\nfd3c54bb57284e5c 13 69 70 73\n73f37a3e83b3db29 23 0 96 101\n312c8e1f1f9f3594 8 2 63 64\n1c7b3ccd5482f834 0 48 55 64\n3662b5f2916b470c 153 120 126 148\nc6ad2c0caca2566f 26 101 109 120\n177d39d72e983b69 1 53 58 63\n666dfa1a6310793c 21 6 87 89\nd1ad717988b5f4b9 63 26 60 180\n41fafa6144b58c39 21 0 20 89\n4c9030a5917a1328 25 2 12 79\nf673068196024955 38 7 17 112\n35b15e97674edec3 1 106 107 117\n81b132ae6b8bc8ed 0 46 47 48\nb0b47fddfd7ec43f 35 1 34 111\n0ab163a1b88f1128 7 5 6 57\n764bc578ddb19e9f 83 155 171 175\nabe6faa37846f1ce 3 0 1 2\n81760927c26073d5 51 29 34 36\na74d69eaa0dc81fe 97 65 86 87\ned46517c2abd93f8 13 0 8 11\ne78acf2f0d88e894 7 5 61 74\n63601178de25dcf3 76 35 49 139\nbc8214e859ec98d7 1 0 49 50\nd9379ef7eb90e7e7 20 6 17 177\nc2f419eaf9b69c79 27 24 76 88\n635b0cb422cc9b63 173 250 259 263\ne0f5b15246fe74f9 72 34 66 156\n7f602fd34aa315b0 53 11 30 37\n4ca952ede2af6578 38 5 21 31\n37d4e43b2b029a80 31 2 17 136\n44be029ec85609c5 24 87 94 99\n078b8bdc29565cac 11 78 86 88\n5b9054a58c1a20da 51 30 132 134\n9f8dd9d0fc7d9382 6 2 64 78\na361562dded27501 4 88 89 98\n9dd571bfa9a0ef35 4 1 67 70\n685da2e45eda4f92 56 20 21 30\n0ff193c92d415b18 7 77 79 86\n14a5b002ce46d4d3 1 49 55 65\n43361dbc0c5a2808 8 0 62 79\n780b7a435f2ced47 166 155 165 269\n7ffbb3cfbe1af515 24 1 18 20\nee8a786d0448d93c 16 4 63 64\ndff5912eb00182cd 80 48 67 199\n667eb8ab7c00b961 1 83 86 88\n4118895a33890c5a 105 64 152 171\ne7c2a6cfc9f12113 5 82 83 96\n981d9a0fef100f84 15 10 66 80\n43fee307c6339b5e 4 1 2 56\ne3b9079fe9e0290b 84 53 56 73\n70aff06cbab9e038 13 9 122 136\nf1779a76baf71f9d 64 27 37 49\n2755ba82b01b480d 7 1 3 6\ndcd22cfdddffa9a9 42 0 4 5\n99dcc63950025556 14 4 10 12\nd1a3ff99bab7fe77 12 3 4 6\nd4576e0cdf65663a 37 0 22 94\nc8c2d887b38f6dc5 63 41 52 59\n25d3995ee3f07dae 47 15 17 29\n65e05c44e3018113 1 61 77 85\nc8640731b5ec3b3f 4 1 2 62\n2d815b3e5e9bb237 100 56 86 218\n1c73def8a62301a9 90 46 168 178\n474d403238a41315 89 48 79 194\n5800017d267ac76e 83 39 71 82\n03f551fc4abedc08 19 4 14 16\nf3534478d06ca677 31 121 140 151\ned0364eff155da2c 14 0 60 68\n4ae4456267802484 14 2 132 134\n98eda9148d3731fa 9 6 7 81\n78c5b78b44059cac 9 2 7 62\ne02fe3ae53693362 19 1 8 13\nc5099a0b6b7849eb 77 35 45 74\n6f12e407f47d0724 44 19 40 93\n6c376c523531fd19 132 94 208 213\n4bae8b3980bf32d0 4 0 1 3\n55fb48a338c9ae09 3 61 62 67\n9d2d13865a1fe989 26 16 95 98\n4e9844ec22d424de 20 1 12 13\nda6c1d011315f203 7 3 5 59\n8d25f7cc9527723c 101 60 239 251\nbcbfc12f1cc350c0 1 70 71 74\n851755ccbadc0ddd 78 39 48 60\n025ce727b1b55932 13 4 8 106\n094fd37f09dc318c 32 7 84 108\n3af43fe8d514f7c5 81 177 188 192\nea321e9d94fb3533 42 6 10 24\n8afa074689f59f7d 86 44 50 63\nc8de87bb03e6ba4c 99 63 160 165\n869e7e1ad950d5a5 30 13 17 26\n372bb866143b6e35 0 47 53 70\n165696025b477097 4 64 65 69\na9dc5dab9b29cccc 1 55 58 63\n6528a773543d2404 17 14 67 68\n49d4a7288f6b5dac 16 10 14 81\na3ba667b9cd78d95 15 0 7 70\ne352944191227d65 14 0 68 75\n45813c8b2b35ee38 2 0 1 49\n6667bfea202e343f 87 47 68 216\n6f48981fbe4fbe80 3 0 2 54\ne180e48c3a31788c 7 1 63 64\nbc69599f807f4bbe 28 15 16 85\n61c1653668df1b7b 11 80 92 94\n0ef054fbdabce0cd 170 126 144 145\n26e27bf9039f8aa2 13 11 71 81\n5a7df53b469c351d 98 65 69 76\n5c5cea1c0c614590 59 18 26 145\nf9e2fa48df9eac9f 28 3 6 19\n4d66f43cb4ee5fe8 10 8 9 62\n588d8bee939e4fe4 47 16 28 110\n4fcd312dd4baf4f6 7 6 68 71\n1ec53f4089f0dbfc 1 0 48 49\n99d974438c80802c 205 174 180 202\nf218fca4a9ad27ab 56 25 36 47\nd83b9ebe5db7978f 43 14 128 159\nf2a5a2e3570921c9 10 8 77 79\na62f41c8c5b475a6 16 14 96 104\n17519e763b34fe14 82 57 253 255\n186f18684ed4b516 14 7 113 129\n47d11d4bee6608e0 67 33 35 57\nfbe4055d5dfd480e 5 128 154 167\n881c01eb440e7b4e 13 0 9 12\n28760a14d0a5ff3a 11 88 90 108\n879843dd7709d6e0 170 223 229 241\n60446524157d9f3e 14 124 132 137\n0894f0072a8c5fd0 1 71 74 82\n5fad029d91af56bd 116 96 232 241\n68a17cc5d6e41d9c 61 147 170 181\n54a7ad7ac2bd1549 5 3 61 88\n51e045d2adfe39fe 1 55 63 65\na1a21aee1df9fa71 126 111 175 180\n633d3fdb65d02c52 20 12 18 111\n4246a11f0971a231 17 10 15 16\ncfae28b337f6d169 2 95 96 102\n6bc457ceb8a81ed5 48 8 9 22\n07d449efdb66c20d 9 70 73 82\n6491dba0a8ebd210 17 2 12 72\n7ba1ce8445588441 28 5 99 106\n8aa9a088bb57b234 15 126 127 134\nf2155adbd63cb1e8 25 7 130 134\n9dee45a5b09b5770 204 165 174 259\nd0d99409eee42ecd 90 74 88 171\n7cad770e94716bea 5 67 73 77\nf12a3651a51dcb9f 38 9 15 29\n04ec725465dc5329 52 21 23 39\n36e94b0ad3a62c7d 7 1 5 66\nc623c6a79373330b 141 99 107 108\nb516e68f82993596 38 174 188 195\n8f71898bc3662fa6 9 63 77 90\n146581180e89666d 0 47 51 53\nfeba28a8f1b69de6 68 23 131 134\n74e192d23f2fa8c4 115 91 96 110\n61ab98ec79dd67f4 21 3 9 15\nda7649f08f0ecb90 3 76 86 97\na7813af2c5f05291 154 147 238 254\n0c788e368d993870 125 114 124 248\na7849dbe8e0a9e87 104 62 63 74\nea96d12c34a556d5 17 1 3 16\n4f3832284b2bbfc9 32 1 25 27\nb873af03b0ece78b 9 2 76 78\n7ba29bd150619f7b 40 20 24 26\n899aa2030c49fc23 16 1 10 13\n3e746126204810a4 115 98 255 265\nb15cb192eba0ae9b 31 6 17 29\n2e715d4c5bf6c45e 18 0 2 8\n7cf899a59a83fbea 84 153 163 166\n93e6c08c33206a0c 77 48 141 155\n71c9478442c4ae6f 26 112 113 121\n9afda7b164cf2cdc 3 54 55 56\nc251d6e68d6d89eb 76 32 165 176\n586e598c2861b5ed 17 9 85 113\n63cafd9770207456 2 65 67 71\n602a0260c5402165 11 77 80 81\n518425b2dbf859d1 80 141 165 169\ne67c43bee6f33ba0 0 97 105 121\na7da8cddff19c648 65 25 31 62\nc30ce1a9890c8bdb 74 40 188 208\n3eb795302924e912 2 76 77 80\n50ea659a50e51f73 18 0 11 17\ne60f34e1e4663509 45 13 33 39\n96c0a1027a410b41 23 14 19 137\nd67a9ef5ecbf92f1 0 128 130 133\n09c1b7a0876c08df 150 121 136 137\n1837b8eebc9c2457 47 21 22 116\n999ac7ad88172c0f 155 112 209 217\n7f5acf5eb41232c2 38 14 17 111\na4ab72b25fefa48f 38 15 16 21\nfb424ab019f3e1a1 34 25 115 147\n7d9958c362abfcb2 116 87 100 251\n3b676f25b54dcc1c 36 1 34 124\n71e6127ee98db5ee 1 123 150 152\n02f801e372d67cfd 9 4 7 77\nc332f61eb80f0728 29 11 22 84\nb0882e9423cd8a12 125 116 235 270\n1f084607245e4462 117 91 115 170\n59168f648b9617cc 0 69 81 89\n4560f57598efe5ab 14 12 13 66\n7be4141d6dc4a3e4 93 155 171 178\n67bfdf9483e9402d 2 55 56 57\nef24eee67c586c55 32 2 14 21\n897b939f8fb05f40 9 2 3 75\n4c2383e60aaf26cc 1 59 78 81\n1b88fb5063cd8916 11 9 10 62\n0720bead0cc7cbbf 176 159 230 265\nb9f3542583ffacd3 21 17 104 116\nfa005e9c2a1c4828 55 21 42 182\n4c69bf407b142b93 10 65 72 73\n50edf4c00177b372 36 7 9 14\n3cc1fcf538c81442 0 53 57 66\ncc2e5f2b53331cfe 72 53 66 174\ndb2a88aeac0528ef 54 12 23 45\nd4b2323a3f4b6f0d 11 1 2 7\nc2d8705c1545d888 33 16 134 143\n4a046d13e389b505 126 81 106 216\na3e602c82ca6dad8 56 42 119 141\n8c411eed4a89862b 15 10 13 84\n7794d03533d97905 5 91 106 110\n1d46e25b06eef337 131 97 117 183\n214c597029aebf9f 19 17 110 141\ne6edb9ab258be4b3 1 61 66 69\n2e4013ea92d04301 46 40 150 153\n4a177be7db12edcd 41 9 19 28\n77c3eab4e29f6483 84 77 160 182\naa76e4a85ca31b8d 3 0 1 2\n7b6d9b260fc3ad7f 160 126 272 277\n1be5a5c98a51b1cc 112 99 259 263\n8aa095ac49d8b483 30 2 28 198\n5f6d466e1860f071 10 3 7 8\n15b93cbe9fc5220d 14 9 85 106\nee336a4898a32ded 42 24 30 132\n5f75672448394958 63 33 132 149\n7a3077294b23577a 5 3 56 57\n15bc9eb752c6dcbd 22 17 81 87\n89a83c39d8113b00 3 137 141 143\nb3dbaf8b9a442fef 37 9 12 135\n8955965be5e21697 45 8 33 43\n6387e971b377f551 9 6 77 85\nf372706f15279f2d 40 9 13 38\n8f6316881fd064b6 4 62 83 99\nc6e9e5366bec252a 81 72 73 194\na34483ee2255ec8b 45 21 95 115\n1b881261742799f7 2 1 71 73\nfc87af9c4f0000b1 3 1 58 60\na7c9e9a3be7b16cb 10 3 8 57\n55b8f1d06d9170b4 149 119 120 124\n0f61837b9749da34 62 57 196 203\n49cc37f7f96be5a9 9 1 4 70\nf1def7c1a827dd08 65 46 52 168\n9834b5f8f65308b8 13 9 11 63\n0cdfa29561cb24e0 10 1 95 99\n12e3b1ad12a752f6 67 24 49 63\nb84c9807327b240a 23 78 80 112\nd39a18f18b91df93 1 0 52 54\n37ff2186f55b3fd8 26 3 25 93\nbdd1073b23f1faf8 1 62 72 76\n195fbef2c08715e9 156 117 123 245\n055e4612c1ea70f9 15 4 6 107\nfc50278b5f950186 50 16 23 27\nb7455b8a4deab066 80 60 156 187\na3d0ad86d0435e8e 21 6 86 107\n42b218cc2f794026 7 64 69 77\neee74e6e5d589a84 40 1 10 22\n4cf74ffa5bfd5904 71 44 62 135\n684aa899aaa05cb9 3 1 2 67\n806010700f66cae6 116 74 97 210\n952eb982471ac5f1 26 3 7 20\n15762acaba295de1 104 72 85 86\nc040e7598e43eef1 11 0 3 9\n96dd5af0f6e950f1 3 2 49 54\n5349781d9cdda05c 60 26 48 154\n4054d32655ba5eda 171 141 165 247\n46502a6038bd288f 1 58 73 98\nf253339fa19467f5 126 93 101 102\n86b3b4ad009cbe0c 2 1 48 49\nf6696c05fbf5a137 44 8 25 38\n666be06e68dcb7c5 137 118 129 232\nd8a03503a424b8fb 32 30 155 156\n365cc620c2fcbb05 6 2 3 4\n9e013fd3bd563b6b 45 21 33 42\naf0d1ef190fafdb7 25 13 24 91\nd64b96bbfad60d1c 16 3 6 12\n65f1ad35757c4a1f 172 160 259 267\n91413adff6a89783 7 4 153 161\n7ab29243a91fdc80 14 5 87 88\nd3b256fd9ec06d6e 36 15 16 17\n1072aae07584e091 31 13 89 99\nbe5cbb82309b56c3 16 3 11 110\n6066b9a906238a6f 29 7 14 98\n1839244b04a05e5a 9 1 7 60\n55d5f146ed21c830 5 3 87 91\n27f772c12c97b594 9 6 8 68\nd84343c25315d7e9 72 28 129 152\n9fc05f9838b25845 7 0 3 68\n5a0004552dbd330e 114 91 193 210\ne1b2b54fc9108a54 70 26 53 126\ndeb6727eda5946f3 6 0 4 60\n7b1ff8281519a3b6 19 17 90 97\nee55fb495eee9169 117 106 116 231\nc5299d492943c1c3 12 7 64 65\n8ac472627625e76e 95 61 80 169\ne4e20f4e8c79aa1a 29 17 23 28\na6bc234b1ce6ca2b 24 5 21 22\n8a910daed0cc83bb 5 1 61 80\ndfb6932b1a712d0d 42 31 34 104\nee35dd9642fb2e54 15 4 10 13\n0de8a88480533be6 74 129 140 143\n13adf913ea857ddf 25 10 145 147\n156b422215789c18 108 66 240 242\n2c805f56d92a2e22 22 12 78 90\n62caae272179f01a 112 73 188 210\n3a126bd9702ee8f7 50 137 139 148\na93d9d0fd69071aa 93 75 83 87\n3b3880eb01373479 70 29 172 201\n16b3eea75ad753ef 102 67 81 243\nd0c84900d316e3ca 6 4 56 59\nf739e9cb43b587fd 28 0 95 124\n6501c4e155960c8b 35 93 98 106\n6cba7738247eabc9 22 8 12 135\n62b83cb60c353c3c 14 70 97 98\n637d7266541e6152 8 0 77 113\n2cc330488326fd4f 77 42 55 204\n37dbb9846f2fdc01 99 67 85 181\ncab940b56faac495 0 65 85 87\n8cdcd96e18445632 8 1 109 115\nd7a7ddbaac9a3df2 8 4 6 7\n5e5839cea5f7341b 0 60 72 74\n587e788b5cdcf522 1 48 49 50\n15d4131d721f1b5e 30 17 26 97\nad4d196510856830 16 3 6 11\nab9f9cbd2973cc9a 49 22 40 43\nc477626407eeb4ec 176 141 170 244\nf3f53a823ea18d9f 95 71 76 77\n583dcd046009f0bc 34 24 32 165\n4615277ffb68ca9d 8 1 3 66\ne2e03491fca937f3 28 21 103 108\n904d453f2fb6c0d4 2 0 1 60\n72fffd0c21d12eac 4 0 1 3\n12497730f691d00c 1 57 59 61\na76028640ffa1ef9 104 61 89 246\n452fff658953aab1 23 120 148 157\nd4e37a9e414ef582 15 4 11 110\n5a5fcb1d3f17fbe5 11 86 89 91\ndd5142700ac59a94 107 69 76 174\n8c0ea69b00e2f550 7 6 119 125\n8c609891ee48673e 138 95 106 131\n3fc2c221557a205c 23 22 134 144\nb3954464d00ffcc5 7 0 3 6\n9876cda7718a1c6b 173 130 143 166\ne8f50944f9e28741 8 88 114 126\na374f27587ad2d52 20 18 168 181\n1ce8503fd200fed2 6 2 4 67\n7c6b54d9bb76a4a0 23 3 4 6\n485f996ecf360da7 67 22 61 149\nf07e75d31a73069b 3 69 88 99\n6cf0e05c39d186b0 20 81 83 85\nfd204026d09b3585 1 50 52 61\nba604e2b0ab1be25 33 28 29 133\n0a10d55239d83d99 12 8 9 108\n03aa0437e5d62d58 65 22 28 31\n454197dc5b50b45f 26 5 11 20\ncbff8218527bc3a9 0 91 92 99\n0a7c052273895bb3 51 9 16 28\n42f761f7e655bdce 1 57 61 72\n5832cd21e4a2eedb 49 22 24 167\n01fe225e2f261d1a 7 6 57 60\n086e9118bec887be 7 0 4 5\nf74139ac48f19b3c 44 7 198 207\ndd8d3d9cec8f36d5 151 139 233 236\na9cf9def8f36c3b3 41 8 13 18\n85b236ba30175abf 94 73 158 192\n2dd67f5e68c8d72b 11 89 100 112\nd0c521f701b91ad1 30 1 10 24\nf24c97a5cbadcfb4 0 51 54 61\n2ad09b7837010330 104 77 180 211\n0e5b9dcdb891b82b 25 136 161 162\n9dd4d7d929eaa376 31 1 12 87\n7a911883348688e9 2 54 65 79\n291db63458af0613 31 12 78 79\nfc174b681e13cdf4 74 134 156 169\ne529f3adc0cdf3d3 7 61 69 81\neebb5bbfdbae33bc 21 5 15 76\n7700df7cad223bae 17 72 73 90\n5d3888256b80fb8d 119 76 88 200\n63b5676898b75061 5 2 107 140\n606d19170c13bf97 31 2 19 20\nec176790f27fb962 8 2 7 59\n684dfe7c93097c48 3 0 56 63\n310cbf1c65c52fa7 202 179 183 268\na8e4359a237cf2dd 52 40 48 138\nd01f297cc531a67a 74 36 39 209\n464d97e527dd5f8a 19 8 124 138\n35185a0c080c40d6 22 7 12 72\n4a7f0556fb58a5cc 24 6 107 117\nba8f27af6e4dc02f 27 0 94 102\n1e9b1dc1c096d68d 12 8 9 10\n7468b52dbe6070cb 42 5 18 129\n8328ae4d746fe8f6 3 74 83 99\n0954f5a326941fb1 24 11 18 22\n8db64f23cd5c4c8e 95 94 156 169\n59270ce6343beb2a 0 69 75 82\ndb9ced9a7c18519b 1 59 60 69\na688088d3921c03f 69 27 176 192\nd14a6e177ef370ce 33 16 93 108\ne77c9cc0587e9cad 42 10 23 37\na1123decafcdf68e 95 64 81 200\n56a815b163efd61d 18 7 12 15\n42cab73e14195475 14 1 3 12\n20e9bf845c4bd9e7 10 9 61 62\n72428dc4eda92f4d 18 2 15 80\n75e56e8c9600ae26 39 7 20 132\nf3086c53deacbeaf 5 3 4 51\n3b8167415736169c 9 2 3 7\n24d95746999b7f7e 15 0 12 79\n0baa633d2094d2c1 19 1 10 13\n7ccade44d9c8f7e1 0 46 58 65\nc63c6fd4250123f8 39 21 27 129\n63579d50297809d8 1 0 76 78\n70272bc88db1265a 180 167 237 239\ned0a0f4a8c61a9f3 128 83 102 176\nc905fbb5c08c6ce6 53 42 128 137\n37bbec9e46c8c1a9 10 3 7 95\n19a28e5c25feb31f 30 3 103 123\n46067fb6d992860e 0 52 55 77\nc0963ff151bd0893 2 109 117 118\na198072668fa2474 220 177 194 272\na2f1f38d646db600 107 64 97 102\ncee947573b53a1bf 148 113 235 237\nf26a85e1867eea80 36 14 26 30\nd5395d343ad4592b 22 1 3 12\nf82348d27c384c4e 8 2 62 65\n9e585ebbacb3e94c 88 54 164 177\n7a567c2e4b74ed8f 22 98 113 118\n1f2153b5fb50d41a 85 240 256 257\nabcc65ed3b158186 73 38 151 164\n2b4c1f50687b2bcf 18 2 14 89\n17ca3b8ad5815b35 0 66 71 72\nf3de74db05a6b558 91 55 74 88\n5a1e4f0e1bbd526f 10 3 8 60\n3590d717d920b2b8 227 184 191 205\n276eca76bb2b4ae6 62 54 57 135\n249fd0890d439aa9 32 2 14 121\n5581754c07e626bf 36 19 29 97\n4319ddbd5e8f20e1 1 53 57 58\n01f7915dce639515 36 8 29 109\na7c8828737c28252 125 107 212 214\n203b7543bb3387ce 138 110 217 231\n2bcb26e95f5d152b 5 1 129 140\n47cae76cd53c752a 13 7 95 115\nfe129e744709afc6 1 0 49 50\n44b78f9fcb5cd8d8 32 2 5 22\n1bce163cad1e1d20 51 8 101 116\nf29b5228969d056f 8 63 75 82\n022a21a897f2a904 8 7 94 96\n14e3fec07ba502d7 41 35 122 125\nb5965c79b6a937e0 8 80 90 110\ne8dafcaa89b25c54 6 3 5 69\n1b2779619d4f28ed 11 4 8 86\n42742db2633d2eb5 1 62 63 65\n0ff896ed26db5da3 181 144 155 165\nf2681decf7216b6e 3 73 94 96\n4c76898a3d535741 118 115 179 209\nea93df5ddd015971 31 121 127 129\n66bfddd1f3b56005 24 3 78 97\nd87950df77d49b7f 3 2 64 78\n82454ac79de89fd3 22 2 133 139\n42f700b22cb0be39 6 0 2 68\n648f72f3063fd9c7 8 6 7 69\n4634124b21b763f6 42 8 35 118\nabe09fde3f158d83 3 0 1 56\n6dd08f04e95ac92b 2 49 50 52\n6758f77061a4515a 14 8 10 113\n9634ec803362500f 19 2 17 18\n79c2ebfef0718b1e 3 65 80 82\n3a52947c66de5920 60 38 56 170\ncb2d798801dd730f 12 0 10 74\n2c55c5a96b50ab36 152 241 247 248\nb5ee0694b771e51e 132 94 103 119\n6054a3584527a616 38 11 25 119\n2e619c31122ee40f 0 109 119 124\n3b650a9e2ebdfde2 156 120 152 238\n7abd4ec1670c4705 9 4 7 133\n368fae6f3bc0b0f7 10 74 77 91\n9a7f9603257027fc 33 86 89 102\n32615afea87b52dd 18 8 15 70\n7550d560dbb941ef 68 42 61 196\nc00a8f89455fbc1b 22 12 17 20\n564659475de45eab 3 61 62 68\na2c8e506fb8e2161 3 0 49 50\n2deacec5c281fbac 134 101 105 123\n7909c366c57a0c77 2 76 77 79\n57a6be6d97e7c9dc 30 11 22 110\nbf756257ffdd0017 34 30 31 127\n1f0f5e82e9d0f9ee 22 6 19 20\n47a1f1f01e2b7be6 0 75 80 87\n00cf0a94235771bb 11 1 4 60\n9dfc6db5375952c3 7 4 64 72\nfbd37246c3e03576 160 158 219 252\n8048759d08d312ca 13 152 157 161\n8f09b7b96ab06e54 20 6 9 11\nf2d0e69416df7741 18 6 133 134\nc66c4aee69caba12 33 166 172 188\ne1c8085b10df599e 44 18 21 159\nc949b4f540bb3476 68 30 52 151\n8ab34a8c7287d6e3 2 50 54 56\nba8fe0e95d70e2a9 0 53 55 56\n2aca85b3bdf90a09 4 0 66 67\n865379ca24243ed6 40 7 120 148\n9f07a3303e75641d 147 113 138 144\n077d42bb51ee2793 47 18 42 129\ne76b0d6c9bfb9c4b 4 93 96 109\n88a203e63a1e6a09 25 17 160 184\n22552c9a2a2a2ce7 45 12 26 114\n3f9b08ed34ec795a 72 28 41 43\n20f8c6738e22e764 17 16 102 139\nffe9783913b58e7e 87 60 82 84\nf7e48eba37bba499 3 1 63 64\nbf035f1f897888e9 134 120 121 270\ndae01b39a6104477 5 65 68 71\n040895d45bf4e580 19 3 8 126\naeadddfb838fd090 174 157 249 274\n80566b8e2904a745 13 153 181 191\nfa25ffc4897fc142 65 36 174 177\n53292c652790bfbe 31 126 133 142\nde129b4aa11af575 3 0 1 2\nc161bcf6082b40af 17 2 6 7\n591c44984b9273fd 8 5 111 124\n04ef6a410f034514 22 8 16 71\n6aabf104e2be3f60 1 83 90 102\n1b747b8eba6f7b45 0 55 73 74\n94e1eb9e28befffa 47 3 29 121\n4df68a7e48ee747c 6 0 1 71\n97b32341c5319f28 8 4 58 78\n0e5e7fbe8914352c 121 89 101 105\nfb63a2c634287906 18 2 10 14\ncab05ec1c225826a 2 67 69 82\n345fa06f6a5bb413 12 0 8 9\nb58acaae2cf55ef3 0 46 48 50\n1433f61e9591ea9b 40 29 105 126\na91359a636e4cf61 63 20 28 51\n024152256b6bcac7 62 35 51 203\n58fe7230f02c5650 7 3 6 53\n8c0140f9512fca75 14 1 2 6\na9aa8af4de922806 8 0 3 7\ndeca456b57945a66 45 5 10 148\nd38bee2f0dfb6de8 76 31 41 56\n288dd40199dee268 64 20 230 235\n9d71c054b6d922ca 8 6 63 69\n3c19657356e9e229 3 0 143 155\naab9373670075ec7 10 109 111 129\n912e3a05029558e8 12 3 72 105\nf7ac951ffdb3f0bd 8 0 5 58\n0cca84503a86574c 6 2 61 66\n1cdfd3abfcc3a64e 228 193 207 218\n53b1b930bfa3659f 36 20 32 34\n96e79d128e6b1630 36 9 17 27\n97c7ce37db25fae1 45 13 18 25\ne4346b375acea025 45 8 9 18\n7a3c905b4244d47b 23 13 105 114\nc896316dc2906c42 1 48 61 64\ne621b852d8329303 6 0 139 141\nca6edff53cad061f 27 4 18 26\nbe62d714d68a1df7 38 27 106 126\nefcd9851029dedf0 65 37 41 56\n8a9714a498c1368b 11 2 82 95\n6333fc7e67b23c04 18 4 5 15\n92dd80af6c01ec1f 77 69 72 74\n9184cd0ba339b1fe 79 51 69 77\n3928ea8b8c134846 7 3 57 84\na911693eb9c3f0ec 16 73 90 105\n232a0b3133326242 72 29 231 238\n279e044cf78e7d57 39 16 25 26\n6a561c4424f26c89 2 60 62 66\n0c11dbe781b1c11c 5 89 94 102\nc2a4fa5b947e2ec2 2 1 73 75\n44accffce93c7e87 15 0 106 109\nc288587db111f2d5 164 260 268 278\nc923a49044274829 2 55 70 78\nd2314965da93ff62 35 5 13 115\na4b2f31301e747c7 175 152 155 246\n28f5ebf3c3e2fe54 30 4 103 111\n37a6ae1e1c6eff66 20 73 81 92\n8921ae944e9b6ef5 41 0 6 36\n8e1a0eb3c40fea64 55 24 28 51\n0c9d930d226d6bd6 19 12 79 85\n50543c3f94b1ea8d 3 70 72 78\n1ad8ec6d75441e51 21 0 1 94\n1dd869f66c3c9497 11 4 75 77\ne6f18d0185619efe 23 4 8 11\n5d3c7dd9db5e495a 229 198 202 216\n60cdf39cb705f61b 31 8 10 16\n473e6ec61583d90f 6 1 3 4\n486970d685c0b746 34 30 100 109\n26b049f6fc7e3b3a 8 0 1 55\nb67a5f6cb97b9192 21 0 8 104\nfba05e627c60e14f 0 62 70 87\n33be1ba5aec86c96 15 12 13 118\ncea4c4ce18a477a1 28 8 83 85\n5019141f04d70770 12 89 108 121\n0ecf489d873b7f52 72 39 42 167\n98d424814d7399ee 92 51 53 150\n46de062e5ff787c5 129 99 113 272\n1a89361139818b89 12 8 140 149\n65383db65215cf9e 13 2 4 5\n6e83596e467f1eed 37 6 31 104\n8753cbd548f7680d 39 13 28 100\n504c5645838bd1d5 163 120 133 161\nc124fc36bf3d6851 10 72 75 80\n27c0e43b48182d97 31 86 107 108\ne0c02d718b1650fe 23 86 106 111\nea5714a05ab4f15a 11 0 5 9\n47a66fa042406908 6 0 142 150\nd134516c04e55995 13 9 68 71\n8c2c302994f6cea1 0 68 79 83\n45f2d7abb5fafaa8 72 48 192 198\n1e5548d951e91a40 25 18 19 86\n725d771465a1a400 166 122 149 161\n3185302b2275b009 10 0 119 124\na2c0d48a1263d655 152 107 115 116\n6f243139ca86b4e5 14 79 95 99\ncebfe607ccf4b943 31 11 14 16\n43759ced44693671 103 60 78 94\n8a9b8367cbba20b3 10 1 88 89\n6947130ef40361a8 93 70 76 84\n373ab0a1009e0316 7 0 58 59\nec095970b124c66e 3 61 65 69\n888c677a195f4c94 160 125 136 262\nb01dee5ba37bee65 8 118 127 151\n9f98b303e2856a84 3 0 2 138\n018f7907401f2fef 27 156 157 182\n5e0981c415f8712c 37 12 27 116\n7e26c230bae2ed06 45 6 29 40\n430d8fece8e0f7e5 4 101 105 112\n0bd819cb30a432c6 1 0 66 68\nf2e4e6e509d7fe3a 32 1 12 83\n42c2c85060ab5233 6 106 107 113\n9b2cb1dc1c040cd6 3 50 55 59\ndd3877b36d4cbfab 11 2 4 62\nc49a14de01d7bd35 161 127 152 264\nc2adadff1502b19d 19 0 13 149\ne667f182bb7757e2 12 0 3 9\n83e9e8bf2eb6bb93 126 115 177 203\n446f557155994097 6 1 5 74\ne39c688ad0fdf01e 55 24 51 53\na18b2f5931a3ea2a 8 125 135 138\n203c8a4d66c74338 3 87 88 92\nd6849f92207aa171 12 4 115 129\na75565ce57aae546 15 80 93 99\nb1bb0a56c7d578b7 4 93 106 112\n2cecdd7df86ff8d3 15 6 7 13\n0992802044bf665d 7 54 79 85\n1910e79a60d57aa7 159 114 149 214\n8ab4688d4c336bd4 14 1 12 81\n4f3f32c76181046c 88 72 78 79\n306d435307fef477 31 5 26 27\nc441a34ec98346e9 20 17 18 109\ne788ef0fe6cbfce5 0 126 129 130\n3f45b8234504020c 10 81 92 107\n1fe394077e7c3de0 8 2 3 7\nd5798f296dd0f45b 11 5 8 10\n89e39b0c21369b4f 4 82 110 125\n236f9dc6456cf32c 91 46 197 214\nc1496c1bb382d195 77 202 221 229\n339c95e2e709d044 13 4 10 96\na6588e3953a00b5d 7 3 155 171\nd3f042a25dcde9ff 178 142 152 169\n9d496b6788c0f149 11 118 121 137\n6f734f344e7be466 8 72 75 80\ne4176e1168309c34 15 85 92 111\nd4d689b4a9f6b6ca 77 73 142 173\n8439a7fa0bcf5ae9 77 34 195 202\n26fe74c70177d694 4 64 68 74\n2e96b2142fd337dd 16 90 91 93\n3280ab6917df576f 58 23 28 121\ne28e7605cac47287 68 32 150 156\ndd82b2721d5cc527 36 34 149 163\n9e126229252d704d 14 4 112 145\n2b4f6fdcabf53d59 70 32 36 61\nd99443d8dcb56d90 86 69 199 212\n0d20062086f6d05c 4 0 65 76\n6b1091f5eb05783e 1 0 82 106\nf74dab3e063c9cc9 1 0 47 48\n85e9836f5ec2a532 114 89 217 226\n39b3e7b2a8bf30a6 82 223 224 225\nde5549f33608cfc3 17 0 9 80\n6d6be1376c59a3db 14 81 82 91\ne4f249a88ee8b6ef 53 14 40 46\nf48d03db28e7b3c3 30 88 98 101\nab8305df83a2ce2a 179 152 154 170\n36bc6918e9fc837c 44 10 18 152\n60f364d94f64054b 81 42 67 189\n6986840ead0c9e9d 17 1 3 16\na53ec1af6edeb9ff 214 170 179 204\nd4db9d2a539da854 22 0 11 18\ncaa72c90bc10101e 5 1 61 72\n12627e75d51b372e 28 5 7 151\n8516c616878d3e24 34 7 15 135\nd62c2a716a035075 2 55 58 67\ndb5305826fefcbc0 89 62 81 86\n5edce6199cff7605 31 6 17 113\n15aba05919bae167 17 1 2 5\nf3bdecb6a5af57d6 141 97 104 134\ne54631e5313e78d7 35 30 116 137\n8721ff06e7e2ea93 0 59 63 65\n7a07c1539fdc7f8f 21 13 16 19\nc6eb0b0980e5451c 9 4 6 85\nc600bad195909841 33 3 8 14\na2685fbc4535e531 17 2 7 126\n8e4ee50d1e2f05d2 22 3 13 21\n77bd2533a5bebc5e 9 90 104 124\nc6f41f42dd9d7027 54 29 44 134\n0c356641df7c72b8 37 8 28 35\nb758af3608b4435d 20 19 122 129\nf496ddb12be3d9d3 46 9 37 171\nb133a504fc90a2d1 32 15 88 92\n118ffef2ad3950f5 63 28 56 218\nc1072997a902b50c 2 67 68 71\n31262e902165f348 184 154 183 234\na989dfe51570ca75 183 161 265 274\n9fed191c90e01e72 31 1 3 12\nd95f926f95db957a 6 5 68 92\n512f0d06c06e6adb 40 15 19 138\nfc991bfad5040ca4 36 9 29 88\nf5d36b7ead31a2eb 30 9 10 17\n58a33e56e5b0f742 8 0 4 7\ncbad68c19dd25570 117 175 178 190\n7fc34ec2673e91f3 6 5 63 71\n4f943ba8ba82cc2c 24 0 18 74\n72d5e94d038ad4a5 3 67 75 76\n039cc34e9cdbcf8f 0 67 75 90\n5d34475c29de33c3 53 30 110 138\nffd8aa5c07187add 3 0 2 52\n9a085722f8607df5 45 5 40 117\n8116293fd7efa87b 6 5 60 71\n597049975bf05d4e 1 86 88 91\n92aad73379316886 7 1 112 118\n12e3d03a933c2eb4 11 10 122 126\n9ddc6813bef3b422 17 0 82 88\n7215c47789bfed66 15 108 119 121\n2fbb94b8cf388ba7 9 3 91 116\n3b1f9cedfc40b06c 134 105 262 266\nac1eb89d606744d6 7 3 73 74\nee34463322d9e0d4 41 23 25 104\nb669df14bb455312 4 71 90 103\n027c8c3fc3e7d056 3 93 101 124\nd2566b174a71b029 84 79 156 180\nea8c1cd719d90460 6 63 75 89\n63840de6e5746741 65 30 34 137\nf064b09eb6a34ef7 0 64 70 82\ncedcfa756158a7bf 21 5 11 144\naf4068211169f161 5 1 64 66\nedb67a7770dd8b92 14 2 3 4\n0c061512de79b744 12 3 8 62\nad123a36a507d0b4 63 37 41 44\n4a566b7e6eeaf9b4 1 58 70 79\n24d97ac8e96e7a5e 2 56 62 76\n6a6e5fb47076e3ef 8 93 104 115\n9f4eaa39ab36e093 20 12 17 146\n70869eb96e1adac3 10 85 99 101\n1648b3e7471e3766 32 9 143 164\n4f9cd9513b61fb8a 14 72 73 79\naf6d9da32f1ef8f6 2 0 1 54\nb5cc912bdce6fabd 21 15 99 121\n5b5c4620a60c4cf2 47 10 43 163\neb5c5ca62bdfba55 56 31 53 142\n836886836b646366 82 38 39 147\n78b173a303c6cd28 58 42 52 128\naa9fd6bc299f25ce 167 122 157 268\nc3b336307dc85f54 16 4 5 14\nb285a821f8f567fd 22 13 84 89\ne09c2b77ea2c0cde 35 5 151 161\nc13614dce6f45da0 7 72 85 89\na05bab1b44373739 8 1 7 65\nab98f45ce088aeb3 12 5 10 78\n22c8b35c589276c4 125 88 98 108\n01cf2d900cb03afb 11 1 5 7\n8c5de744679bbb20 43 12 138 140\nc357b51bf1c4a40d 12 73 77 79\ne66297f0d2e333ef 27 1 21 112\nce8908e81ab6073e 10 8 131 139\ndc73b0a330cdfd28 6 3 116 117\n3784777516b00247 38 32 133 147\naa8dfde4ef40a57e 8 1 70 72\na8f19368f5411190 221 178 194 198\nd7c48af35a817ad2 19 4 122 156\n9ded3a088012ad79 137 111 112 222\n8671651f1927adf3 8 4 84 93\n2d16da80d7e3b64b 6 1 4 76\n32dc25ef78b564a1 75 66 179 185\n11e9cb1ccb9abe9f 58 21 33 213\n70a444fb2b6b7c56 7 2 65 77\nb132acd9b29e0d9a 65 22 137 143\n1fa073504b4facaf 22 12 13 69\n218ba0fa826d3eea 6 56 64 74\n3cc40f129447cb31 1 54 56 60\ne73498928eb679a5 66 136 139 142\nd0b15be11b1d5820 37 9 14 95\n14bfd05497764243 36 27 195 202\nbc2f97169d77c236 33 5 143 147\nce78742674686c71 77 48 64 170\nfe26ad446164cb32 99 75 84 92\n4d246dc75cd95594 8 7 144 146\nb4118d5c62dd5a6f 14 2 12 90\n609f3195b292444f 7 3 72 84\n6b06156039fb46ab 49 19 24 35\n7aa80da3728967cf 29 1 109 121\n44ab295bc3092c28 21 1 2 84\n91f3426410522bd8 0 54 62 64\n7cf113c46198b492 8 0 2 3\nec0146c1837cc1d8 23 86 88 107\n64fcb8e2a2daf6e7 69 67 162 184\n0de4db718ebde86f 0 47 48 49\n0d0a99d7f22aab71 13 3 87 93\n92f44dc314454f19 13 1 3 94\n5d267d810d9f1a69 101 94 239 245\n0d0f4080d36dfc68 3 80 81 90\n9035c7adeb8fb98d 48 148 153 163\n6fa9a210177517e1 60 19 187 203\na1c6063584e754a2 20 16 83 85\nd43754e7fae01c49 61 21 53 58\ne897139f7e2d35dd 14 3 12 83\nea11822d0ab31414 187 173 176 274\n8df73266f800ad73 2 57 60 70\n282ad05cb0113543 31 14 20 21\na2c096e26fd7100e 12 2 78 104\n00ca5123d8ff6f83 33 11 18 89\n0ed25f15cbccd939 7 1 69 79\n9e178468f5b04c9e 2 60 63 68\n55ea3046c500d970 148 123 137 240\n524b3be636cfee4a 14 81 98 115\n5257ce1d948ba4a6 0 97 101 102\n3cf461bc6d626ed0 1 118 128 144\nb625299e9e022b08 29 14 18 108\ncab821f7fc235d81 8 72 85 94\neab4683c60345350 144 101 203 206\n60c2980fe7b4beca 134 99 121 195\nd4f8fb7ae9395c8c 3 1 61 70\nf4769a32a225c172 16 107 111 116\nc2347e4668c6b481 3 64 65 68\n83406a0ab978189a 21 17 20 91\nc06603ad7912af48 20 2 75 100\nabd286b1195b6ff4 44 17 43 158\nb413fbafa522a059 29 88 98 117\n047c29e9138af233 58 15 17 109\necb01c2fa739ea01 167 129 132 165\n35859f964a7edcb9 37 2 15 25\n7320eb004937030e 3 0 1 2\nd6e30ce71d1faa22 20 11 15 72\nb318f0e6bd9f3afc 2 1 72 74\ne62fac7a92e28294 29 109 113 119\n223b5e20753d4fa3 22 3 20 77\n8e9b9b96179a8a8e 186 143 151 152\nc23b29fd5039577d 67 42 52 117\n0deb1b80eb8481c6 3 64 75 78\nee5c26e6dcda4b70 5 101 110 115\n5f4e88435de4c81f 1 47 49 54\n45064c8142f3a360 1 67 71 73\n311db764bdc7f537 49 17 26 170\n7be6908e5a8e02ef 105 62 78 227\n146763442bb9c38f 6 2 98 99\nb6ae9be5abd971e3 47 4 41 127\na1043e81dafa3fca 69 26 46 57\n4393f3c42606c573 2 57 60 61\n9531be4ae045b094 38 109 126 131\n4b0fdb10ae15684b 64 25 49 178\n0f7061acbeed50dd 153 110 124 148\nb5a38b3532cdcfc4 4 2 90 96\n2ebedb0f027df101 109 81 92 185\ne554b9466f2ca814 8 2 59 63\ncb91c8212c1de9a5 47 7 111 119\nb556f3ebe21180c7 25 0 78 85\n6295bc2f0a008d9c 0 48 49 52\n52a92275df100f14 41 2 13 39\n35b994780d720894 34 7 13 20\n591f4c925046bd2a 26 107 129 131\nfa89b06ee36da59f 20 4 12 133\nd4763fa4edc33917 101 81 83 87\ndad1b603017c685e 46 18 24 100\n9ebcb9cb6b74acdc 2 73 74 80\nd0ce9e9a4d4eaaac 35 2 32 156\n6cfc4269c4ab3203 1 71 72 74\n9f6a44c7ec52177b 69 44 47 68\na8dcd4abc930ee61 0 61 62 68\n9fe97d54a1b798ef 7 0 5 67\nfd52c10db54f522b 20 4 11 16\n55ccecc5c63d0c14 136 107 109 225\n5f798a3ff9e68036 20 1 90 120\n5f1255f574a1b970 1 0 51 53\n7ed06e5255b29c88 5 4 81 85\ne0f031ba4c9fedd7 47 4 35 119\n9abc9859c773ff50 14 4 157 162\n23a6c9168abdb38e 152 130 200 221\n2245fcd7f76c2ecd 49 13 34 48\nf04b433b91f569c3 2 0 67 82\n20e7a3651ec30386 58 29 43 54\n9aa1c7b2f4afac05 10 0 69 90\n78a73187ad5480b7 168 127 245 265\nfd2c0fc2bf2befa7 6 0 5 77\nc9d4ee47b6b6b825 4 2 57 58\nef652466c531befd 30 2 78 85\n3af70052616f7fa1 23 4 16 18\n0134d6a876481ed8 37 32 86 91\n55e902a2cd2e976a 30 0 1 16\n52086d313816a97c 150 109 115 127\n1a55c677aabd1a44 53 22 135 155\n72bd3214b39e7146 106 171 173 184\ne848e4560432423c 2 119 120 141\n6e76f5fff8c18989 2 63 69 70\n4a8ccd391c9f9c40 3 0 2 51\n0db2394602b8b81c 30 11 19 100\na2a419b098be1554 14 4 9 74\n5c4283bc52e9a0ab 33 16 121 140\nabd304cbb9bd30ba 26 16 128 134\nc380b48d22651e21 4 0 75 83\nc522082d96305ccd 42 2 25 137\n853ca19311254f8a 12 113 132 140\n8432b7a848f9c5dc 48 21 34 150\n48b1808c546c7e87 27 10 13 110\nf9a8c23a50a5aa6b 20 13 75 87\n27bbc13aebd0bb5e 18 4 66 74\nb4fedd51f7317ad4 105 73 85 104\na19a9bb11795e15e 13 12 68 78\n796c8af28c30938f 42 11 20 38\n5d5405c9146cacc0 14 72 74 90\na705032c068c7caf 68 32 47 55\n8c132110d83d1869 35 3 100 113\n81573944931b3367 1 74 108 118\n1735d8d1b4015669 92 170 200 205\n3862411e9bf455cd 69 149 163 185\n1a19c977ea5f5b50 4 154 163 165\nf6884e5c27acbafe 25 9 22 102\n525491cd51574118 13 2 80 82\n38d44ebf460ac132 15 0 5 12\n04433dcf217ad9a0 1 54 56 57\n4ee86924304f36ca 66 33 40 167\n167c2e0c6e9ffa5d 14 70 71 91\nda7732d37c8ec57e 67 33 47 59\n58a5ac8590c8305c 48 12 22 46\nd4668a3649a86eef 75 33 170 182\n7ed7c335dba256b8 80 40 47 71\n4989f6cc2b43d2c6 44 4 10 16\nfb36cf1f6923924b 2 114 123 126\nf388a5a0be1474f8 4 78 116 119\n3e94e6706fcdccfa 11 2 8 62\nf82a67e46c5e1434 119 76 112 217\nb91e07540d99553d 176 143 148 249\ndeb762296c4c14bb 32 10 19 28\nb4f46493baab9cfa 173 131 140 251\n4ebb0c3c294b1a74 24 2 11 107\n95bb6c6edb37af6c 85 50 71 168\n57844acec8e8c0cd 70 41 55 69\n7c1f39d8fd42898c 11 98 99 108\n58b7fab512c371ec 29 14 15 20\ndf78ec87fe403e80 59 26 36 167\nfc75727847fd61f4 213 168 176 197\n4a6a057fc644624e 29 9 83 99\n0cb83cef3177a006 43 19 111 122\n8cb0bc0ec4d9624d 3 74 78 79\nfa650c8fa3157a10 16 4 118 121\n168c85ce00de0c6b 145 111 129 268\ncd4d52f0cbda2bb6 15 4 72 79\na2d7cfaa5d91e6d7 69 43 54 131\n1ac790c62f3478ad 49 30 162 171\n4b6e9a02975ef9a4 39 9 22 87\n52070dbeb529d797 39 35 37 94\n693a68e032e19243 11 83 84 88\nad088dd0e45f72fe 36 159 167 169\n4d670a0142f341bb 8 0 2 7\n9c799b5a5f48b0aa 10 3 7 9\n332294213fa15c56 10 0 8 58\n952f6cb94695d32d 24 9 15 121\nd563576711ec9f4a 43 32 89 92\nad876fc82edf7d45 24 12 13 19\n997f2538b84a2acd 105 73 200 220\na91f8206a1953cbe 54 32 177 179\nc4109802fe2fed50 9 6 8 59\n654d70fcc0229954 49 15 48 99\nb7ecfc1e4f9fbae2 135 106 235 259\ncbf7204b9bdd3bc0 20 9 17 117\n2e715b2e0162f768 173 150 166 257\nac9160cf1df430dd 19 6 17 18\nf87ea75747b2ec64 48 30 124 128\ncca122d2455673ff 2 1 70 79\ne3f0770b4b10eb10 6 1 56 60\nd549888dd6762b48 15 9 10 103\nab02d0baf04b6b1b 16 12 75 79\n0181b66a65650830 11 3 89 91\n759f916a188f248d 11 4 10 82\ncddbf49df892374c 31 14 25 105\n03482c3bd66de195 85 58 159 172\n5c549af41b41e826 38 31 96 98\ned84c8456afd57d2 21 4 15 142\n17428a1f23edf411 45 8 20 34\nc78130326859c291 6 1 62 73\nfbef04fb266195f9 32 8 9 113\na7b28e1cc95f11a7 105 66 74 84\nc6f8fddaf7782828 6 2 3 5\n7c1333f2b74b067b 7 101 102 107\n3e6d44a66c0d7a0a 2 0 70 75\n5c1a8b644385c3e0 25 19 102 105\nffbd89833d851c18 69 35 40 67\n9b6feea2bd43f9b8 41 22 28 40\n4f0aa4ef8976dc1b 11 6 7 8\n8fae64ef7db8a42d 3 65 66 70\n02b618a34bc12ff9 108 72 97 186\nb358d8f5f5722449 14 8 114 121\n3aa527382acd6c88 7 2 3 5\nf70ab7209d335f09 63 20 43 141\nae58419f15314814 0 46 50 53\n260de2939d48517e 164 120 122 153\n528faeab72f1bc3d 85 45 58 143\nb7f886ec9190aa7d 9 109 135 138\na4cd8a46bda66cd7 3 0 62 66\nedad1175f4a88503 42 8 10 40\nba002fbd150a3ab2 2 50 62 66\n5451cefde53f06f1 24 11 90 102\n4b3644bfc6083588 6 1 4 59\n0c8b534612a0a776 128 95 124 190\nc1c04878c1b9c14e 59 36 47 140\naf97debfdf1d5062 14 158 170 173\n4b341307a872487c 0 49 53 60\n7f22a1b7b28a4a49 9 108 118 136\n0a45b99f42fb0ecb 113 72 107 208\n05ef56b2656c9318 55 17 28 46\n9228abf65bf15480 2 97 105 108\ncced17ea90f202a4 13 12 85 89\n3b9a3688b46bd997 0 46 48 49\nd94947affb2ab72a 27 5 13 15\nf6f99625cfc4ccf0 16 0 2 12\n0f620bfafa25fcf5 37 8 9 12\n0e3951bf1db22064 53 16 30 148\n7f2e89ea00ad01d0 27 76 102 112\n548134d9cebf9854 13 1 4 7\nddfd6b66c73b730d 2 72 82 96\n7d8a6b1c49d06b12 143 102 132 220\n3b1c57027302837f 75 35 64 73\n4526c5ac1bfebcfb 36 29 33 87\ne13cac8dde222092 5 0 76 77\na04f7fefc94aa50d 21 103 114 133\n31607cc68ada0108 9 1 60 62\ncd3f1ca1194881e4 13 2 122 125\nbc70abfcfd247074 5 1 68 75\n44b13221c50914d9 99 64 74 78\n5f9582362fb46957 26 14 19 122\na4c52a5e6413b90b 44 9 10 37\n9ea72f021781a350 20 5 10 74\nf413f880cdafe53c 0 86 87 100\n3c33566bacd602f2 28 1 11 14\n47a07f51fd3fef77 7 0 3 66\n2cb9869cb05a9a01 2 0 58 60\n2c5e21f9f91e2e09 5 126 149 152\nd1919bdfa56180fa 0 55 58 63\nd440584f07bb1607 4 91 93 106\n7eeb899df2ef5f75 97 58 94 96\n0190fe72a727c853 35 3 4 110\ncb327f8f719873e6 37 17 34 92\nb48064453ac33843 3 58 67 77\ne505cd53a4736b31 5 2 72 77\na581b326d9ba666f 2 1 57 59\n10fbe4690dec6258 193 156 158 278\nbce8898e94479bfa 3 0 1 49\ncf2a067263df7f04 4 82 85 96\n178cef169356d4a5 9 88 94 127\nb3ef5ed1402b71ac 19 4 5 10\n97f02f8e86e73725 76 49 54 66\n2a4d835a6e023621 10 5 6 8\ne04218c68bb613b4 17 4 15 16\n374b2f4abac6dbb9 3 1 70 73\n4a8f9d6889992fd9 19 13 86 96\n39f1b33acc70ad7b 22 16 20 153\nde9f9460fbaa637e 8 4 98 110\n39c662fa32a3b5c6 27 16 97 122\n1aff061a60aeb91c 9 4 6 7\n9b1b46cb7f19d9c9 98 61 65 84\n4f55e7d6bbfc0a61 0 46 48 50\n7f6800a9878b31c7 4 130 135 140\n9f34c126ea7882ca 89 58 65 67\nba4b8132d937918a 23 97 101 113\ne8ac7f1dbb14242a 55 52 151 168\n8ffba1ca605b7e5c 7 59 60 72\n787f1f7f6fd8f6a1 105 72 87 95\n77f4ef2dd86aa19a 63 37 47 56\n33f242465f51563c 29 86 112 115\ndf3e36111358ee98 3 72 76 81\n7e0a3935a658b20d 0 67 68 71\n8d7ee62e43377117 154 134 214 232\n6ed6893b1247e1aa 21 1 123 154\n1cd3638cceebed08 44 17 34 129\nf4fc7b56e07188ce 33 17 107 110\nc99c2fd4ebb699f6 22 137 167 175\ncb9e8d4179c6b506 13 7 12 92\n712d582f1e1a5bf1 10 1 3 4\n7b4f433a15f523aa 17 6 115 136\ne83b2a90d1b8c1a7 103 64 100 102\n8e26d4718fa9e01f 34 8 13 93\n9696c0d0a01d2fd4 186 171 180 273\n5d1a818b5ea46668 13 60 67 69\nbc7023de01db3191 2 61 82 88\n41e428b3c7a16695 142 103 238 250\naef133f549f40970 6 2 72 85\nd648a287fc26b8ce 15 65 75 80\n0e41af1514f92887 67 23 26 189\n767be8d5d60e87a0 35 7 29 121\n25468a86d9cd851e 27 5 14 26\n8fdb59b71b1e7cf8 20 9 106 143\n0de79d4f3d7a9171 156 128 235 237\na7a71bf12a4bf37e 102 61 70 210\na705b6b07ff535c2 60 20 25 44\n700528d00b3f9c2d 26 173 186 195\n789e4ce6b871ac45 3 1 2 60\ndd621720b3a5d3f7 11 5 6 103\n532ebaff1b1b00e6 7 5 85 90\na70770ee618ba17f 46 31 130 133\nd7c07da92032b424 202 181 182 189\nff63123a7ef312a5 85 45 63 70\na12619944188db86 89 53 57 68\n6eaf519f1fbf5e7c 29 7 19 105\nf22f531f065d44d2 112 93 95 250\n6e5a239f7b0ce48b 10 64 65 73\ndf715edce1edab4e 73 61 67 186\n551bdad039587b15 23 11 22 106\n42cc82972397863b 192 147 246 265\nde012f0b09b87e9a 11 72 74 94\n196069a792ebbf31 30 4 12 103\na5ff4609ed45628b 11 103 112 113\nf4aa94121e4e3c77 12 4 84 95\n41aa58e688a04336 8 65 69 70\n2ddca94aefd55b8f 11 6 59 69\nca55835078e2bc0e 13 81 82 86\n15c28f4ada02cf91 98 80 202 211\nb7321025084ffb1d 9 0 2 61\nb6f59beb7bd330e1 0 47 48 51\n237ef12cd69e2aa0 37 28 127 131\ne1408f8fe1d21747 2 61 62 69\n69d4b8682c5590e0 10 4 6 7\ne5f235d5870baf1d 13 1 7 12\n2d6d5e82bda0611c 82 79 149 155\n79e4bfadcc365af3 52 41 48 132\nc09105bae9a896bb 9 5 78 84\n7167ff7642c3ef99 64 19 140 181\n7fa7651de34b7579 27 7 131 147\neb3ff3cbea9947c0 11 1 5 8\n0951fdaf9d399411 9 78 87 89\n7157ac7d5d3f39dd 56 26 138 157\n2f25826f0d0ef09a 9 3 126 127\n114d9c301b847239 20 80 84 92\nc35d057c102fe5ae 4 78 79 81\nf3a0d9d2582a3337 21 0 98 102\nd52b984a07fc7b83 75 40 63 206\neee6f411fca1d56a 48 6 27 37\n82825e3929be2062 4 0 73 79\n748e87e6b0e62a72 4 3 71 75\n796eb3606ccdf1a0 129 99 111 116\n7f9ec0d493ba4195 62 175 189 193\n0a0027a48d9ff2ae 116 72 213 247\nbfddde62b6a98d36 5 0 2 3\na7f562aa15f843e6 13 3 5 10\n5e7506cf490ddd31 29 21 24 119\nad3443476e26335e 9 0 5 8\n12dc074fab6ada73 38 4 120 143\nfaad6f447de8b898 24 17 20 73\n4ba7caa04cea37b7 38 4 19 145\n8a180708fb57d359 59 28 55 160\ndd68d4f89207ff0f 17 75 83 85\n15bc7fa1ed5567cc 0 57 58 59\n24bcb936908f3a31 134 91 111 191\n144b95c0c3fbe3b0 90 53 74 183\nc033923b102c9920 6 2 4 5\n7254867acea34464 7 4 5 97\nb70a7c6916d62a85 5 75 92 104\nd22162b6e3164792 5 62 63 67\n91ca67e0e542a035 100 83 233 234\n946b58d1a9d8e230 22 2 10 73\na3e3b8be6a1662fd 42 1 13 15\n83c12f45200f31c5 5 0 75 89\nb2dfe8a86eeb9e06 16 0 3 71\n2b38cc883c900d33 14 11 12 70\n330b925cef643b3f 12 0 79 81\nca173a511467da3e 10 57 74 75\n4213b6b3b673f9b5 160 119 136 154\nb2d62a9604b7895d 5 1 75 77\nd7102cf2ef5a8f7d 130 90 113 256\nfd56ac232431ec1e 7 5 69 73\na5fbd051828e4672 66 41 44 153\n31a087ee5b1976da 52 31 50 165\nf93e9ac4886596af 2 49 61 67\n6a852331b0619f10 47 15 27 29\n22598e2596e6bae7 9 64 73 97\n607c01e4c097df8c 55 27 29 46\n9339d2793fa7d4b0 159 140 211 219\nefd1d407b90e102a 30 5 12 17\n55af29d88dd6cb1f 25 11 109 111\n12e6ba92e82c7ca4 48 11 20 146\n069a4c442912c405 11 3 5 10\n0f18fb6736efb1c2 14 5 9 100\n3a10eb9788bcdfa1 117 101 211 220\nd4712b11bde40385 24 1 14 77\n586f6246380e346a 10 6 104 125\n0d68a05801d48984 65 20 56 59\n0aacb1732fee7a3c 32 0 2 18\n9b107b23c0fd12d7 16 68 85 89\n1d2cab92bdcc1453 0 100 116 118\n755560fb9e846ad9 25 4 21 132\n52ab598ec2a2de67 3 1 2 49\n56933c4979bc7691 10 2 7 8\nf5b89b1a052e50dd 99 55 62 217\nf47dad0f8ebde12c 2 0 59 62\n8f3313b4bba214a6 50 23 47 173\n0f7e8bf1137abcac 10 3 105 133\n0c8c4363e0dca250 43 40 129 134\nb1ee9f10fc740b0d 41 29 36 154\n2f4bcd593fe37158 5 64 66 75\nf2309b1e3f43d138 94 70 83 152\n8498e2d2f6dd3444 2 59 74 86\nb8e0eb3581b667dd 107 88 93 171\nc9129ba6bad91429 1 52 54 63\n0bf152ef84195293 18 2 101 132\nbd9c2b03ba9d6006 1 63 65 69\n0f5c5385dbcd96df 135 114 115 234\n4d568c56810ccdaf 0 54 61 76\n3eac742acbd69adf 16 4 6 10\nd9d16f049af90856 52 35 37 138\nf94da7611919d433 10 2 60 70\n24ad46fd2b26b208 9 2 7 8\na4bbf187deb25d92 169 125 142 166\n30b1d229ad4c6353 82 50 59 141\n98ebee1c36ecec55 105 87 96 99\n1f56ccfabbfce568 7 1 120 125\nd3808e617aee51f2 190 155 158 186\nedafc8e354ce22e2 68 45 172 185\nf9e4896193305279 82 61 65 180\n5537c25a2a4e1dac 10 84 87 88\n33e5bb3820c171a5 0 89 112 121\n51b662c7c60ec7cc 10 1 2 8\na75cc8031d0c1109 21 88 95 105\na7456203dd8fbe27 21 5 7 9\ne2089a8d763f1663 14 5 8 10\nf95804db8b3419ef 23 6 12 16\n3cc97c3d778975f2 5 3 4 54\n4daf919100e878ac 8 0 61 65\naa771b72f8fb72eb 32 9 23 100\n55c99f9550523caa 1 68 70 71\nb792c07d73174381 22 2 7 70\n29c8267c1d10b23e 8 0 1 6\n5b14277732a9112d 75 66 156 175\nce9e0dbe761cd99c 20 6 16 98\neca504acf788bf0a 55 19 34 45\n8135673a5a3e3d17 8 105 124 139\n90cfef1d9f506bc3 136 92 118 191\n10c551ef9644ea03 14 8 83 111\ncd3227455e5fc610 87 170 183 196\n741fbb3e59f3a016 55 23 24 106\n8fbe371085407534 24 0 1 78\na51ae2b9ca2eadbb 77 38 41 173\n49b8f80c849dc341 39 6 23 35\n38a9a0f5e76103d2 52 118 142 147\n9a5911423709e88e 10 1 80 102\nddc7f2033a69be92 175 143 145 244\nf7d372dde37d82a8 78 59 62 180\n7356a6971663bc46 12 0 7 63\n647f2049bf4cb3f3 18 0 9 16\n65337637a62cfef8 11 0 7 10\n2d5e1c16ba1f89c2 71 45 162 174\nef04f651e4959d1d 26 5 13 14\n1a886edceaab12f3 37 2 10 17\n389df03f3c2d7291 36 100 103 109\n727fd875da49f556 22 1 88 94\nbe75142d4652fe3e 85 44 54 238\n0c9c387ae23d090a 12 0 8 85\nf2ac94f8a263d7d5 79 58 71 174\n966a5307cda23c55 53 35 191 199\n20de87f0b3f2d136 73 31 37 62\ne0e489e26ec46229 7 0 58 72\nb6f4fc544bf871cb 27 6 8 77\n45592a7f307bccd0 1 70 80 95\n2473b5003a95628c 147 112 249 259\ncc49910c79f0609e 46 3 40 153\na5aa20c038a696f7 0 72 77 78\n2d60837ef2e52abd 14 1 5 12\n497f507a5901bf4b 0 61 62 66\n28b06f7087798198 25 12 13 83\n963d879678aa91ed 0 47 48 49\n91fda69e1cda4602 46 31 33 45\n45cb862034851efe 14 65 80 97\n0667d5bedfdbc555 57 28 39 45\nc4ce0cccee5000c4 44 24 41 114\nb4e42cd339a79f12 48 26 38 112\n25d8e374a2dafc8a 117 84 108 226\nd4265596ad1d389f 4 81 104 109\n70b0a33083333dc9 18 10 16 72\nf5f9284fbe976ac6 2 72 80 82\nb43aa92e530e2aa5 14 3 75 78\n1930a64d9a119b13 76 44 139 166\n46e2ddf094d0c3a1 121 86 92 104\ndbeacd35503e7aee 49 6 34 105\n29927d9ef0b472d7 9 118 131 134\na5094b8969a4c5bf 3 1 56 60\n8c2d5f78e39a0a46 3 67 79 84\ne4ff8d1787cceab3 31 8 13 78\n2c02607ae436a9fb 146 109 134 144\n835245dc585f2859 15 2 71 82\na7a6c2f3cf54aef9 33 5 117 131\ne73e0e059f8783a2 145 124 134 265\n08072d6cc8e8711d 2 70 72 83\n06db5bb2465ae58e 27 7 83 106\n3b273cb40c55db95 6 1 59 69\n371c9182ffd46ce3 1 0 65 66\n57db262183202597 25 3 21 22\n7fe41aea4712cdb8 88 44 46 61\n38f7ba7fd9a83069 21 11 16 90\n7f3e044dcc46e055 24 5 6 10\n487d83675a8d1574 12 8 77 80\ne7b5573a8a349fbd 0 126 127 131\n651a7f83ed093001 128 88 208 220\nae8caf9ea633a5a0 29 10 131 141\n60579e8876b01b2f 54 12 17 200\n6ff8a81d324f6019 121 100 106 112\nd17f839ab9e08ea9 18 4 8 17\n411a945b4493671d 1 0 50 51\n1a7d164646410568 69 25 163 167\nbf6491a3966ff9d7 18 9 148 149\n97ef4323919c5e8a 34 10 17 21\n35d5a242ba40f31f 6 1 3 54\n42b88f7ee71a7ba9 8 1 4 7\n9df69339df5f3fdc 21 1 17 135\nd030c6261cd1abb4 0 58 60 70\neec8ef2fe16dc804 0 52 54 56\nd8ea730c7ebc2b15 202 174 184 276\n73d6f935f31b3fd4 2 65 67 71\ne65e477a2259ee1d 116 89 93 198\nbcb3e61c29285c99 27 13 14 104\nb3250a0a2d9009f5 23 76 81 82\n84dc96c4d23ae77e 7 0 3 104\n95118479b085c02a 2 53 54 57\n33842f4b169e4145 70 27 173 179\n06d8995be6aa4db6 0 75 76 77\n2b1d7fac3c4aa643 16 155 157 159\n5cfcfd06bf95c274 6 1 70 82\n1d704b9365e9c86b 45 3 40 123\n6227136f87486626 207 199 271 277\n306e2b7785657539 27 17 102 116\nea6645a9ea0a246d 119 89 93 242\n072a60bc7e0b0dfd 128 83 122 184\n457a1ed78b1ddb01 11 133 140 141\neb6fe750d492236b 65 24 180 214\nadafd7e7453e6c7f 5 3 88 106\n3e07add8413f8157 55 177 180 202\n60228a8a6d2b00df 154 116 142 228\n01cf55ae3e378faf 61 60 125 133\nc0cae0d6cf77466d 62 136 146 152\n793f0043431013f7 9 6 76 77\n63f5a76a611bd340 11 84 85 89\ne99a97fb863e6a9d 17 9 11 68\nd6810088d20057b8 22 12 19 90\n756dfb036dd20adb 33 9 23 27\nf8c255e4f6f28bdc 124 93 106 108\n3bceca99e87d64c5 29 19 104 107\nd0bd753e8fe4e2d3 7 2 57 59\nf4d1d8343d1cbdbb 1 55 66 70\n11fcbcdb1dfefb38 21 3 10 16\n504e98d08e4cf00f 3 55 56 64\n610fbdefdad11b29 6 5 90 93\n838a6871a8e181de 27 13 76 100\n55fcd2b9e570c4c8 61 23 34 125\n37697c41773d597a 2 0 1 77\n111356766833a7df 11 5 6 8\n01aaf4ebb084dc16 52 7 45 154\n74d90d151c3b4237 35 22 26 32\ne4596877e8d94040 27 21 23 100\nafa27c12d2fdddc1 37 5 13 133\n02b406d1e5e31d5c 10 8 9 73\n5e12cd34c3b1fe72 12 10 78 82\n2b4a934049f932d0 23 3 8 16\nffd9cad0a4d2ca75 3 51 59 62\nb23acf2348354621 8 1 94 111\nd8a96659ed2bd380 38 17 20 146\nb407e1b5a428f463 112 72 83 167\n0d8fd962cbfc81b7 1 68 72 74\n007b4ae7c05f2ea2 85 52 216 218\n808386c2ae9d31e6 12 82 98 108\nd2f5e2cbbf1015f5 67 40 63 154\n4ac044dcaa428723 10 9 77 88\ne9f5da5f5d7c0de4 0 54 67 68\n5aa4837f65df42a2 0 55 63 67\nd148537296a4925e 3 80 95 116\n9186a61648523837 63 20 46 131\nc4688d5ce226a8a3 2 113 118 126\nae8ea9afb925ee77 12 101 114 122\n452e9c4e4729ddff 27 14 149 159\naa8cd8c5ab8576fb 24 8 12 14\n0f540553fc30f16d 21 14 95 107\n0d46043105cf3185 1 55 65 80\nd35f508ebd80e610 29 7 18 27\necdec2a700fbd0cb 8 1 82 95\n06954737f53b8688 23 22 99 131\n32dfef9109202812 7 2 3 65\nf4531998080f8fce 9 1 6 79\n00969c45a093d43c 21 6 16 78\n0516a5d959b58cb3 6 0 1 5\n0d82dba8f137e3da 8 5 94 95\n3c5163ede747b187 17 0 4 9\na71ce4ca6d088c99 24 21 132 139\n9240eb57425d3e61 78 42 52 143\n8383c3848d7b6793 5 1 3 81\n449c34eaea295942 15 0 1 9\n64c5eeee42ead135 2 55 56 62\n61192009ce2e8d25 45 131 133 147\n5eb4f61d2fc01423 8 7 61 92\n3f89e23583c36441 21 111 131 146\n0ece034988793847 47 7 140 141\n79039a7f117fe5df 25 21 110 125\n6f0848af3fdd300f 23 10 88 90\n515ff56d91647ed8 39 27 36 87\nef6b6088c854be6a 3 79 83 84\n0131c9aed0fb3940 63 37 152 181\n56d52adb40f43006 41 9 100 112\n8f6232b4894c548f 31 19 30 95\n5831d0efd932b661 83 76 82 140\n997cf2dce8841462 131 109 126 194\n432fb354aa710e62 51 20 131 144\n4cda491521679291 48 23 33 47\na5bf307def4d3139 30 1 9 19\nbe9cc6b6650bc49d 26 9 19 23\nf16acbb21852bd7d 12 11 67 82\n5a88a7628a024a8a 181 248 273 277\n2b3e3c5d30c17bd9 32 16 105 106\n66500f98d54ecd37 19 6 8 13\ne920e9ee74ed273a 34 16 88 91\nb0c41f5b2480bb8b 21 1 19 82\nbd6f17493a9d5eeb 50 25 137 161\nec2367a92a3ac765 54 9 15 32\ncc8215b05c6778d0 58 36 41 176\nb0919c7c6ee9ccb4 19 2 6 11\n537b5c660ad956d7 30 10 97 100\n96d5582decc8c3cf 63 27 54 155\na83b470f7272bbcd 24 10 17 73\n96156703cfe23834 4 84 108 120\n395caf9235fde098 86 46 47 59\n1a2e68ddf807373c 9 106 109 118\nd0d176ef9f64504c 69 54 58 165\n9c85f12e4c5594c1 42 33 147 156\n523ba383f96f31da 54 31 142 161\n38615248b52e2834 13 6 76 77\n4263257ec6099434 23 8 22 116\ndc7c7a8a4d5ac4e0 59 19 158 171\n26337df1ebd39c1a 0 54 59 75\na5596bb58d65e134 24 1 4 7\nbc1571b6ae57de68 86 54 74 85\nff20a3e943ea6d63 49 39 130 133\n710e3a4b76271286 1 76 81 82\ncb06f426fb1e1ee7 29 7 96 108\ne20332acb9776bfe 5 55 56 60\n93f5d043b5efd9fd 118 92 106 221\nfef6f87f0eb94f9d 17 9 110 117\nca23cb4161bd6c27 19 9 129 159\nf9f0a9d133947ddf 7 77 79 100\nba11ddbb8b6f7b51 10 0 76 79\nfa7ac0885965196f 44 12 138 142\n9478dfa1b2aac888 30 0 18 81\neee309b82001efcc 24 11 73 91\n472e2674ece00632 13 0 70 71\n53eea5336472dd68 26 5 8 22\n0e00a382b62667c0 21 4 5 6\na94fc67eedfe293c 20 89 98 99\nde5a4241e0fc256e 7 4 6 78\n4d4e3b5bdb340bc5 0 90 101 108\n32cccd10c84b4529 61 40 45 48\nd4797d60785600e5 95 54 83 248\n7fdee044fb73c083 1 0 64 68\n173a82eeea56aed3 22 1 135 155\n5b578354e2ff536d 0 81 85 92\ndaceae3c5381041b 229 189 194 210\n3776e900791c1553 23 5 172 174\n7a0a8563edcb2777 34 0 5 141\n847f00dbdb354932 66 46 130 171\n83ceef672f798063 61 24 120 121\n3824335ebd7a4097 15 7 11 93\n2e554e99d045b484 11 8 9 88\n1593596b99e2dde9 100 84 156 188\n6415ac1fb927e931 1 93 95 130\n1b1816a2b83a5ded 65 54 121 147\n99440a9c3bbb41b4 75 32 44 168\n594c2bd3e4866894 62 22 54 55\nd73ab8bfb0690400 17 6 7 13\n07479835711d6f8d 12 6 8 9\neb892617e62c3cb1 71 28 51 61\n8396d1c25f4fcbc1 38 17 34 171\n49f6f14c580b71b9 11 65 67 81\na0e3a397d90143c7 6 2 60 98\n758441d28bf18f52 132 88 114 253\n03f1781c4cc126e6 26 3 18 20\n4cb669bd62a4ffb8 38 2 9 29\nd29f030c2f30de80 4 81 102 113\nef701392483196ac 22 81 85 92\na65ad33fc3bad8c4 39 1 25 37\nd1114d98f7321028 1 81 87 89\n5ef2c407a91164d6 10 2 9 148\n9a94edb1ebdde345 1 119 128 139\n45ac5168bda9d3e2 6 1 88 92\n289ce0f2b82dcd0e 0 56 62 74\nf12af1bc54560b02 11 113 123 135\n636b6fab2550a416 216 192 212 278\n81656a7e1b5e50f8 18 72 84 90\ne0cb68eea3732560 42 13 34 115\n7634487972104d11 163 252 262 278\ne2a9aada84cc6dad 83 70 163 176\nbd124cbcc8499c35 3 0 1 2\n8b7b1e3b17e1f65e 12 2 88 93\n41016527728cae5b 14 8 10 79\n6c31ace888b61e64 149 112 124 141\nd8814c586837d983 10 106 120 124\nd52cb5376bd64041 38 2 112 144\nd1c2132bcaf8c8ff 62 17 35 50\n32eba3e4cfb61f93 49 29 104 108\n0090cc64d7b7bb24 69 160 163 169\nfd7d74cda1a4647c 4 101 104 106\nab9caa524b50a3ed 30 0 8 79\n5e2c2ba8e3f43930 51 9 31 107\n5b24d7524400ba63 13 91 107 110\n6816c423fb2b2603 0 76 77 81\n0beae06611ead92b 144 119 127 137\n77e494623701b783 6 5 85 86\n15d324ad8ff2dd83 1 50 65 81\nb36b6680257fb62f 31 19 26 82\n1bc87f52eba89cc4 5 0 75 84\n1d1cafa3e27da040 4 62 70 75\n602924db2002b913 0 54 57 67\n0e714d042fa59506 58 27 50 144\n6b6f2e600be49cd3 3 124 144 153\n80731b22d1ae18fe 12 94 96 104\n1cddaac7be8ecfa5 2 54 59 60\nbf2f95468d2f3a94 128 91 109 118\n1fb651cd12893f99 7 4 68 73\n3714123f055e06a1 24 20 81 83\na58691cd3790a330 28 11 15 18\ne16e616763c90f55 23 7 159 163\n6f10a628fb152c0d 6 4 56 68\n617d74e8fe12dfc5 14 111 128 132\n4bc1c3a888a8bfba 15 5 80 83\n584f2fc6d686aebc 150 113 148 272\n049a98f70ce9f471 14 9 130 151\n75dbccdce05fc875 25 15 83 85\n4cbb82a6bab25a0f 43 20 26 42\nd5c7972d2fc031d3 62 37 50 121\naf82449f47af4000 38 1 125 148\ne4d0c443da0a410e 11 2 6 10\nb076e5db74620552 5 59 62 64\n27f3ccfb3199499e 0 85 103 114\n65c3b0bc4d1c4937 0 67 68 69\nb142a3b0f2424c63 127 121 199 200\ndab11e3658de864c 50 18 27 33\na6608b282fd56b6a 21 0 15 132\nc6d8983e036f624a 28 89 94 96\n5944ef3bc109fe8e 4 62 69 79\nd637371420a611a5 31 120 126 134\n25eb909bc9207b62 6 0 1 126\n1de1b73fe4d6aa77 12 68 74 76\n55b512c313b9f94c 50 12 15 48\nb12a86f213f4b4f7 4 0 2 3\n1edc6b95e84127b6 199 159 165 173\n5ab6c32ba3acddf7 71 39 205 215\n78f4b560f9ebc1e1 3 81 101 114\n338ff9f6c02a6a40 4 62 66 75\n56320b37680175b6 34 4 24 81\n0eadbf8806794990 43 0 13 39\nf557b08a4a69ab5c 1 53 57 58\n9c76d9b93e06163c 0 69 85 89\n2b973e6f676eb243 19 0 95 106\n8fc8e232944734bc 51 33 110 135\nd751995260cd797b 85 55 56 226\n05c423623c9f6f56 17 1 110 118\n40f92f1e65a5e1dd 60 29 46 47\n74dce1dd5e07754e 140 124 258 272\nee4111163f2a4f9c 65 44 49 60\n4f1e8e3e0ca5f08f 57 17 21 132\n33f4eeb64d0c9c1a 48 35 157 160\nb17cbe416d6c9144 1 62 72 87\n3260a42ccfba8973 21 1 10 19\n4f3f74d48608536d 68 28 42 61\nee449870b417dff7 74 51 58 124\n9d8a4c0edaa5660b 0 46 47 48\n7b6a13ed373bafb1 4 1 100 109\n095fb57435b7d890 28 15 102 115\n7ab8aedca7d8757c 82 66 145 164\nf8b6ddff8ac15284 40 2 10 39\n760eed8b3b2d193c 7 108 124 131\nf93a6b5a5c9fdcd4 4 0 54 56\ncdef9e6563e99383 9 87 94 99\na57b2462f36f2fbd 121 89 91 104\n7f6ca18d29449b97 2 66 94 96\n58c7cd265dad22c4 2 1 72 75\n4242fb49c775710c 12 5 6 7\nf7b3d421b8b09103 25 18 21 87\n002ae53df0e0afe2 10 5 7 9\n588cc769c31e8e5d 7 63 66 73\na17fdfcb519750eb 33 105 119 120\ne5283321fd627294 83 175 197 205\n16a7b5a41f31feb8 132 114 131 227\n74c5270c0509598a 45 17 28 37\neca3f5a4e9c39dcb 41 13 23 37\n5f8d3e74c44ebfe1 13 1 77 102\n13fcc228c40a0e67 46 15 35 41\nacd498c538ea838c 87 78 171 183\n81631caa82417133 6 5 90 95\n0e241f40ce0cd802 11 5 6 58\n7c229743606cb149 133 89 108 111\nbe46ebf723a08b6e 12 83 86 102\n283334520a3f8a43 3 113 114 123\n3420d39fbe2754cd 27 0 134 135\n654a9b3e9275de95 201 166 170 189\na58cfba1b939271e 57 37 47 113\n5bd652e5e88bd99e 18 2 96 125\n4c791225522d45ba 65 20 30 45\n87d7a86f53856f83 154 128 143 218\nde679a299a3c2237 18 108 114 118\n3a6dc09185951ae3 9 75 78 81\n795919ce5d3a68bb 6 2 5 69\n3f79dc32d575bcdc 52 21 110 140\na293b394e08f7295 52 10 17 111\n4a2d6753676df096 28 141 143 147\n29832cbdb4144601 209 191 197 201\n7c2a1a21f98565bb 9 63 66 78\n830b9cfa875eccfb 55 20 36 167\n2ad50852a84faf51 61 37 38 44\n11e62395c85c250d 154 153 254 263\n71f92f3fca96eec7 12 7 8 10\n196ffec2c68cafd5 90 71 89 214\n4c943ac66f6c277e 8 84 90 105\n4955f54f807ef5aa 6 0 1 2\n84718a93683ce89e 3 1 57 59\n291bc22350620114 9 8 67 75\ne943268225439ee2 56 13 47 49\nf2294c16cb7fee10 5 1 66 84\n5d9f7f0205f7bee5 48 23 25 37\ne6d0430b2855eef3 5 4 62 69\n2d3e1349898addb6 5 3 77 84\nae4ac70af9dffb2a 169 228 244 252\nc773a3d1819c4e46 14 89 92 98\n872994d87d80afa1 3 0 1 2\n7ab4a477b15e33de 145 102 216 219\n8f7a06b942bb6900 1 75 81 90\nb3fce22970354e15 1 94 114 131\n6c42b1d8b83548c1 36 93 113 115\n020a41f988981396 15 107 118 120\n39987911e4cf003c 16 5 7 13\n1c144e2404c5da89 4 0 92 94\n1fd615fea825fe87 36 2 34 120\n36f4df3e0a1ade5f 0 59 62 64\n7a5e19ae6ae54dbe 36 32 35 96\n86b75053e13f6172 12 3 8 92\nba72c19e113bbf12 81 73 198 201\n0c8438d86bb28f7d 69 61 63 160\nce69e6f9387f37b3 6 63 66 85\n699d4a33932c2025 17 2 12 80\n5a54b7b3ed9e2669 20 6 9 14\nc192371973923223 19 1 8 140\ncc30dde87a8cd5e5 52 22 23 32\n33baf3e18e5d7256 99 57 62 88\n542727f310bc5f57 33 95 96 121\ncccda9616bbe47b9 4 99 114 123\nb27f1bede464ab39 15 157 161 163\neb6c0d960b5ad011 36 17 28 32\n18c4fcb88d1a864f 7 0 1 6\n8c217ede015a8f32 46 9 30 42\n49c758aa3c35ed86 50 27 38 46\nf0feab036acd7195 5 68 71 72\n3a488ff3afa463e2 2 58 61 63\n46e653208e529783 31 20 117 118\n3289ad7a811d2348 69 30 42 160\n91bc7664f64cb914 16 0 9 71\nabe7bce073b9ce43 51 25 43 126\ncdb200a16eef815b 3 126 142 145\n0e4f56edbc3d8cd7 20 2 8 9\n7958600c70ee8a9d 83 43 149 176\nd42a67e5ac57d575 17 3 9 13\n4ec53b0f301cf02b 56 14 131 142\n7cc4a663a73167cf 14 9 65 68\n7757f4f48eb32176 2 1 68 99\n70d327d36d36506e 30 5 22 121\n4b7071b34e8cc67d 96 198 218 225\nce70d6234b88e7d3 10 3 6 9\n69d91ba3683c536f 71 28 47 142\n7233c56121c0e59d 59 16 55 118\n9bc83568fbc79825 109 75 95 221\n882d8c9cf2b9335d 7 0 2 54\n7163869be06d7dd5 75 55 59 166\n8df1dd08f3e0a8b5 119 184 197 207\n01e18dbbf22ff263 29 12 25 113\n6748d15e36161596 9 82 104 106\n206d9828d717139e 0 55 58 62\n396065ee739ea046 5 0 84 85\n440b5d1587251680 22 3 20 108\nc6f50806957eeab3 26 2 6 136\n48bb743178166598 68 47 136 137\n5888931fbc2e60f3 13 0 2 6\n2422f760ea77551d 45 4 26 31\n2064e46352532375 18 16 68 73\n667d53e90abcca1f 1 0 47 50\n0b211a1457076450 99 55 85 203\n3858fc4475d10c78 5 119 129 142\n29f52c76f269ae48 128 85 106 125\n1f62165dfec00c3e 28 19 102 125\n81fa34d3ed5c9442 7 5 61 63\n3317c40fd3e0a7b7 43 1 9 24\nb99637de9f6c46c7 25 12 87 104\nd60faf46f4942be4 63 56 58 121\n5ed1e06eb0e0a737 4 64 65 83\n943af1dc7ab5de43 15 8 13 70\n12e985eaa4b79298 89 53 66 174\n92a4b012b58e507c 1 0 75 78\n47573da5cb0e5e44 44 19 29 160\n5755647fdc759259 1 61 72 74\n5af87e033b9f0437 2 1 50 51\n040a26b288e7bda4 19 84 116 127\nb779ba4f3d024f39 4 1 61 76\n21e97eb0cfbff775 43 5 128 136\n5bdfcb2cf3ea6b54 40 2 27 154\nbcc6b5c21db0dc7d 58 139 167 170\n6b6d20c6a46b9fe9 13 0 4 7\n424f597efdad3067 1 54 61 63\n62523c746b75f427 16 7 67 68\n10ea3faaa29f4a88 22 5 11 76\n677866c08739532b 137 229 230 243\n075654f497170f90 22 15 186 197\ndc834c974b9c9850 0 49 54 56\n1ed5e32330ec25e8 32 5 22 156\nf9bd444ff59144bb 0 107 115 117\n0b1b293ffb0e2f51 0 51 66 72\nd6ae117e935038e5 13 3 73 74\nf7ca708f66179240 58 25 35 36\n15e0783c6b9683be 77 35 47 198\n0e6f8d0eb4103baf 17 74 82 84\n7e31f7d45c3cf0b6 9 5 60 69\n92836b807c80435b 20 0 5 74\n498688760312447b 2 139 145 156\n26cf19ef6b2b7404 84 63 76 77\nac9eb266e549b780 6 81 102 110\n18502a6651367e71 5 2 3 99\n015d8a2a2834d38c 148 128 136 262\n195ca8350ff27f6f 10 1 7 92\n1e1e13de4ebea05a 125 92 242 245\n4089ef1b1bdb1d36 22 2 18 121\nc0bdeae8f2b84b7f 57 39 41 166\nbf549f266fb44586 1 48 53 54\n3f2bf7371b72e40f 54 24 36 116\n227c21a8dd87a153 8 1 59 63\n778f68c53772af85 1 56 57 65\naf5edc56cc39ad23 4 1 2 116\n095441304a817fe9 25 11 85 86\n826e80aa42b1ba40 28 6 8 183\n1c9772d765e0679e 124 83 223 247\nf3fb010a1ddc947d 52 29 43 105\nca95b6e7bfbc8436 12 2 5 11\ncca9a1bee61693d4 0 106 109 114\n676a6b3f0dea4b12 28 2 8 23\n0b04644621e97d30 18 9 16 68\n8d8aa8c998c02dfe 21 7 13 80\n8f04f919b046336c 57 15 37 55\nc78856807af46290 78 56 218 229\na247b339f81ebe2e 7 101 104 130\n45e6fa48ddd00e87 82 71 149 153\nc5e0229909535256 22 3 4 18\ncd60cc2edf2d6ebf 7 63 75 86\n90cbfcf3d8974851 28 5 21 25\n546b546cafbb0ca5 36 10 18 29\nb4e19508cc952d96 31 0 3 103\n9bbcf826d1eeaac8 92 47 75 206\ncb0c26c855110d08 0 55 67 72\nc6cd77c8b17f8d05 63 60 138 163\nbd3029491f3b5477 0 55 64 68\n2868a1b43e9eceff 54 11 40 42\n6a4a52e3c16e0f4a 37 35 120 123\n39f444469cf39006 133 121 216 224\nbf828c70b94f0645 49 33 108 109\n3be029de36008afc 2 68 94 100\nf43420f8216f180b 20 5 12 15\n8c3cf8cab7fcc03e 107 71 162 194\n30fceb3b40ec062f 9 82 96 109\n2b8778726c1f2fe4 5 3 52 60\n5fbace6c6ca56228 9 5 61 74\n397da8e32c2edd65 201 170 254 275\n90ac9eafdc254a62 3 62 64 65\n86746275bb619279 0 56 58 60\nc4390abbc27cc05c 88 50 60 84\nc20acf0b8ae18651 8 1 61 72\n0c2b3463c27c5ac3 43 28 39 115\nfdf17f383d76c327 28 10 25 165\nb7c282aff2a43dc3 13 1 5 8\n3dd211f3865fc234 58 20 31 39\neac5b0dd7cd2b01c 21 0 2 19\n3cfb4c69b14a1970 79 49 156 160\nc30d67dfcd34b670 25 4 6 115\nd9526345bd1c9ed1 4 2 78 79\n47c88dcfb1134255 16 10 79 107\n91bfc35b8ff7e593 180 156 163 232\n3af4c4e5a8ced21e 52 14 25 42\nf79a582b040e997f 42 17 23 102\nda6d3ec1cb4cc27b 32 15 24 121\n9af78377c848afc4 52 11 35 36\n7e02a036de62e988 10 8 65 66\n6fe442e8ab09fe70 17 6 77 84\n22b16c2f5af0f3ef 62 132 145 160\nc0b4b9d69f8694e1 34 18 117 147\nc318100fc0b93813 47 6 18 36\n43db8c6515021c01 39 4 28 35\n12691b0622a823ba 8 1 71 84\n71c937485a588180 23 9 13 16\nbe5146d052ba89e9 7 71 75 79\ne1242403844f68dd 17 132 133 155\ndb22a73f5841d0bf 0 67 71 74\n1d36cd02a549e244 2 55 60 90\n8346d97e523bed6d 3 52 55 61\na960f29aac73151c 5 1 61 62\n39424be692a88364 8 4 5 6\ncc6384ff2733d7c6 81 69 74 148\n5f38fc5d3910c6d6 0 56 57 58\n724ef6a3c95507fb 19 113 136 138\nb9940d29be7e5154 59 42 198 225\ne427151902da337d 33 93 105 114\n2a7387e017c241a4 4 68 69 70\n392c21ee30b21459 79 58 133 167\neae4850a8208dac7 6 5 71 85\n824d71d535cfb8a6 100 82 97 98\n6b6f125129d33bea 9 100 105 109\n5982f4d2e4ab094c 116 75 243 254\n5f5dc0d5714db647 30 5 7 98\n755a04a95cecafd7 14 9 78 88\n70c0208b58192a51 132 89 109 181\n5cce330e210390f8 0 58 64 67\n4d32701d6d977b1e 32 89 107 127\n59c75010c3c87a56 40 4 7 151\n0122933cf8ab3317 1 0 56 73\n1a3b21d1505c8046 1 69 72 76\n139055b26734436f 8 4 58 66\na665e1844f299737 16 85 91 100\n171403db6cb88926 69 50 154 175\n7c9971fb046c8d9a 7 1 77 95\n0d01d4d6c5d5297e 9 0 101 104\n7f02b92b02054056 16 132 136 143\n4edc4bd321e79bb3 6 0 3 54\nec2745428712d42b 46 2 14 36\n0e2c96cd97e73a38 29 0 1 23\n2eb515bff528d3c3 106 62 70 89\nd4614e0f45d75411 5 0 2 4\n138bb7b0b25e4669 59 19 20 56\n3783162ee796a21c 49 31 34 46\na65bba28a045b797 9 2 5 73\nda1719931a8bfcc0 1 0 68 71\n91003e6d8ca5edff 13 5 9 66\n63bbec5b2c43e0eb 7 2 3 6\n4130aefaca885090 31 0 10 30\n7191bbeaae9913d6 0 55 61 62\n646a8d75b0253ec0 0 77 80 81\n64e3cb9c2f6e7160 6 1 63 68\na96b791715eb6fc4 73 70 144 152\nf774bf01fa079987 4 114 118 119\ndb50799f4ed823f8 22 7 13 14\n6263d5147e42a3f0 14 0 74 76\n4bf9ef4705f35e8f 10 6 8 62\nb019544d6c047f77 92 60 90 187\nc44ece72968c02ed 14 1 11 13\n12dce44829d88985 196 180 193 245\nd56a801fae1ad98a 1 76 80 89\nd76607d37608e7ce 1 60 87 93\n537b6025597bfa35 27 24 93 114\nbf3d04f34a597b40 5 0 2 4\naae70c6fa6094d11 43 7 99 107\nf1491f77f36896d5 12 1 66 69\n47b5d62899ea4869 10 68 70 73\n0ede2c8fbe52c1d3 30 2 4 13\na25c24839b6d427c 42 8 17 18\n9754d9df0b3a33d8 27 4 19 23\na5845c40c9a3b5fc 15 94 100 103\n06058474f164c53d 92 69 87 212\ne81a09ef63b432f1 55 28 42 43\nb91f6cbd009997ca 76 37 70 182\n7e490c28db9ba35f 3 0 1 2\n828069d300980423 12 3 6 106\ne72a2c3f8d113456 11 4 65 77\n8d2b9a87c140969c 52 25 116 140\n46c9e2d86e7d4c41 4 91 113 125\n487e2f9d93c162c9 48 15 20 47\n90199bd048843777 22 1 8 9\n03bcb03930ff1ace 81 40 57 227\na9aa153e56d42a24 54 125 143 161\n80d4d88a8fae957d 15 5 7 14\n91ca1a8e3257081d 38 90 102 114\ne10a99d73518050a 0 64 69 75\nb06ecc51968af19b 115 70 104 188\n2ad4ea800caafe09 9 7 71 73\n2ffe00ad70fe9c00 10 65 75 93\n0f1f245fa1c181ae 81 68 141 184\nb838a34c5884a7fc 44 33 102 105\nc11e65f0a568bfff 34 5 6 16\nc9753d2d1f66ab43 10 4 79 83\na0671c9cfe5a2777 6 67 85 107\na03594dbdf6e6992 188 149 187 249\n4771409f1d4c017a 2 48 49 50\n4938177a0e6e2fbe 129 93 106 219\n32294ad73efca3db 114 103 110 229\n661caf1253b8ac0b 26 23 86 101\n5570474575713996 26 25 121 122\n6ea698b2758e7b75 15 5 80 92\n03e141d7afac53e4 15 13 98 111\n76466eea8d2ed2a4 10 6 65 67\ne38b31c94a851c67 1 59 62 64\n46fdfa2a16c7c811 0 55 62 89\n67ebb21cac8007c0 7 60 74 91\n79e41e8ef0be37b0 31 0 14 126\n99d2a9d83c84a382 1 0 47 48\n36977643258aa392 17 10 90 96\n74f0df58af67db3d 168 151 250 262\n570df8491b7dbe68 3 58 59 78\n776518d4349b6098 21 13 163 172\nf18bcd7fe4f9ed5b 59 14 47 110\n0553c19e8933374a 63 35 125 152\n0e060f89ae0a469a 23 10 12 82\n1c742e548e8698c9 1 61 66 71\n7a874ba9dd12cff8 3 1 2 53\n9ade3de25195709e 5 0 1 4\n2a41503583d146ed 129 117 182 212\n411c4dd047c49cde 53 11 14 44\n5e040cd0758dcc96 105 66 73 100\n6ed778f27070d0b8 13 12 90 93\n78340c5032da9768 2 54 55 59\ne89e33990a253fe7 15 14 66 76\n735cfe5b4fcadb57 12 90 100 110\nff0749db248be7fb 14 6 71 108\n5ec63def20f953d4 1 50 52 53\n9a33ec521f9309ad 6 2 147 157\nad70ee13c2907a28 18 14 122 131\n0539bcecbc483dfe 8 2 6 67\n6382b931b5db6933 35 17 30 104\nbd284b553bd53937 26 2 13 112\n74556b6ffb2e09ce 25 4 87 90\nf793e374e29bbd16 16 7 127 150\n816083dbb9f9222f 47 3 150 161\n6eee39e72091b94f 81 37 78 178\n6bfdc8fba533b80b 5 112 125 142\nff58ffaac40eb035 66 53 58 161\n91a9d523f9fd0da2 202 178 262 271\n8d26fa274011d7a5 9 0 63 73\nfa60fab979100404 29 138 162 168\naefd86f8dce0dff9 27 0 84 99\n296ec0d98f4d4151 138 93 105 119\n4828fb60e4a871ee 10 7 9 74\ne818e33eef1fba07 30 4 20 28\n2d510b02062e6ec1 3 0 1 2\n00a54225c5cb1913 33 11 20 84\nadf922b462281699 10 2 9 88\n446626a2bd617d24 58 42 48 53\nb4944635e320b7e2 31 22 97 102\n98baa63be3c8d972 35 6 15 27\n4ec2510baca79e6b 5 2 81 86\n2c6fb46edb748fe5 150 127 237 240\na1c1bbdcf7044b55 28 20 22 24\nd935340627e379d5 1 49 52 55\n1515d37824dd6b22 81 76 228 243\nda776979cf3e60bb 0 47 59 69\n6e732d8294b42cb2 10 0 3 5\n1f079ee70c21002d 41 27 93 118\n9e9abcf868def66b 1 96 98 102\n67550b0b94607869 8 66 69 70\n26756a2949159fad 5 1 63 67\naa28c267679a0e92 50 7 22 34\ncf56c91d489a13e5 204 160 174 202\n9bf5cdf080f47209 0 50 55 65\n069a9416dc6a373b 8 69 74 75\n2c48ab563b92a1d5 67 29 40 62\n9bf9f3c5a3beae72 12 1 3 7\n4d162b68bb19944e 69 46 58 121\n1cc1ff58dc89d230 37 3 146 161\nf83c61b3be7f9e0f 1 58 63 70\n7a4f2fc608aaaa3a 32 4 14 185\nc35ee89f14344a11 34 4 10 11\n90c04a7e5ea87bf8 1 49 50 51\n460455f96fa1a1d6 12 1 3 7\n83fce665197661bc 17 1 6 14\n1c5514d49d61bafc 29 8 24 85\n85d5e67f108f6d25 34 90 92 104\n965f6f023c3a74e8 4 3 74 85\n8c31b5348ee92edb 101 62 93 266\n7ee58108d3e509ab 3 0 83 95\nb069002c7fb91d78 23 8 74 78\n8ab4e422f733d62c 1 74 77 81\n8831b4796894fa86 46 6 36 41\n4317016b336431be 10 4 124 141\ne5dc905f2d09e08f 49 9 38 116\n8a2f8d48f81d6f1b 7 98 102 105\n388cb2f0ff1a6cad 4 68 70 104\n9266d12186a3612c 225 186 188 220\n6ab8e820c7b718c0 77 167 181 187\n341486831d3657b8 1 0 49 50\n0a5eeb4466dd19bb 13 69 104 109\n7fad45df233ddce8 0 52 65 66\n75c7801702268d0d 34 91 103 121\ndd079d20965f781a 186 165 250 264\na207c644e9d3dc96 43 8 19 42\n6cbe92f07b0e2adb 77 70 143 144\nb8dc10bac55b02ff 11 0 77 105\n144c2c2c52734f15 58 19 31 33\na8d08ac825b73e6c 21 18 97 102\n888c0f8b1eb412e9 11 81 87 98\naab2e43d122a5068 17 4 10 12\n2fca5797ae48529b 25 72 78 88\nd8a33236ad25f1f7 28 2 11 16\n25cb07fc0e6b4b4e 26 13 109 117\n91d121e4f1068479 25 10 22 116\nd196ef0cbc7584ed 15 9 75 84\nd0f984315730fa83 21 100 102 104\na6f82c20483fd87b 31 12 110 117\nde7b8597e87c0513 121 102 255 261\n997585fea10d93c5 37 2 3 7\nf533f7e3ca2b82b2 83 160 175 190\n96650b10c768bb2a 81 71 133 137\n6f39ec95b78cff82 62 33 57 59\nbdca5b7cf748f034 20 19 138 146\n1025622b7f308760 35 4 20 31\n6d26113c55522ac6 8 5 78 88\nb82906a1cb724885 13 5 9 10\nd5204fb7c2268cb2 0 64 79 90\n21b9d476c5a49c63 1 60 71 89\n227e06087cbffb2b 44 8 16 99\n86e00a902518e491 36 1 12 22\na81e5e9f488fb99d 73 32 39 68\ne3f5c078d61c2802 21 74 77 82\nf4b4148fbb2eaf48 57 16 35 114\ncd44faed91f43924 79 36 45 181\na72f7f942b9d78cf 91 60 71 77\ne29b483e3b210c75 66 166 167 203\n8f4b034b1b213245 37 4 20 26\neaa904f7a64d9ac7 11 5 7 104\naf4b71cad42eae90 21 106 111 113\nf490ca16bce0257c 10 64 82 87\na724c3e42bed1de1 39 2 105 141\neac13f3b1145593c 5 1 2 4\n655534415899fe16 11 7 69 70\nb272cee06e67c29d 6 2 4 5\n979a448316da37b4 6 63 79 98\ndafb6e5578f28159 11 7 8 9\nd971457c81bca597 44 6 109 119\n7b6aeebf20a4a9f9 0 68 69 74\n3c31d7b9f2792ed9 52 8 101 104\nb1a6fef04d0179d1 51 20 39 199\n982cdf2ed96f95de 146 118 135 144\n4ce642bc93f1bb5a 0 63 65 68\nfeff777cf65ea218 1 57 58 60\n57942df316f9d05a 42 2 40 123\ndeb368fb90770550 0 65 68 75\n51eb9835344baa4e 47 40 114 117\n9122321d30c32925 20 4 6 9\nba41d63524479e17 45 19 29 94\nff5a1ac1c745469d 19 86 106 107\n41f438dd19aae981 13 92 117 128\n57019809ea43aa10 5 1 2 74\n6af46768387ef0a0 83 49 75 249\n654f32598ac690de 50 18 38 106\n57ddd8a18a6a6d31 18 0 2 4\n58b3ece8c60a2f9d 0 47 48 49\nc6cba9f073cc2be7 7 88 89 100\n517a0ca238082eb6 11 3 70 71\n842cc3728f93d1f4 98 62 70 93\nd33a2a3775064031 2 0 59 65\ned68a7a690b2861d 67 35 51 59\n6a746e30bdff82ce 15 0 10 12\n985e96f409410e5f 8 3 6 87\n5dc5972828706741 2 60 66 67\necf8f945dc42ec62 7 74 82 102\n297b57a9296052ce 26 3 19 111\nb76be69049c01063 49 10 11 28\n7851cbd9a2176e51 16 0 2 11\nc43892f312b3c85b 47 3 21 24\nf0a596e2bdf17e8b 11 3 4 72\n92fc4bf81becbf19 0 84 89 99\n3fdaa028b8baad4a 26 4 7 22\ncbc66cef2ae88877 25 12 127 163\ned9cb9687de07bc4 11 2 4 63\n2b41e71d509a8b8f 18 10 12 70\n736608c3b5c67bc4 17 3 15 75\n8cd0751d81606c64 75 53 164 167\naecabc9b97e2af02 177 137 244 253\n2c80f9eb0d3b2bb4 33 2 14 90\nf1d0853959ba52c3 200 161 267 269\n60b21485e6a87336 42 14 36 39\n6d3856431e0b8efe 21 11 15 94\nd9ee8fae58026380 12 72 75 77\na00bf32154d7880f 22 18 20 79\ncdd838481bc961fc 77 38 47 63\n15ca8e1fce488c19 29 2 7 23\nf1d9d9caf8269fe6 15 10 11 14\n219825f542e6ee4b 97 59 73 83\nf4110e06667c78ec 2 55 56 60\n471abe46b812be64 29 17 20 81\nec2d59988dd203b0 6 66 75 86\nb4aa4ac1a59f75ca 4 51 52 57\nf968e1bb4d5f9e4b 115 85 87 113\nbe7cd9fd996a8054 2 69 85 87\nfbeb367248e705bc 117 107 110 200\n5cfdc624d8295fd2 3 70 93 105\nd69dc6c3720a2b8b 38 7 100 121\n9498c6a0f89e4198 10 5 7 61\nad543396707ee644 87 76 180 186\n58141aba88608ca6 66 64 154 181\n304dd8f38dbeef0f 45 21 30 35\nca896b9824333d2f 6 65 80 96\n5a2c2af8cf1765b2 98 209 214 221\nbc5a74179a33531d 47 4 34 164\n1798c9640d8875e6 29 6 18 77\n4ade6d5fe4b32738 26 5 13 92\n325ff82707386438 106 89 100 210\nb7a740bab983da12 24 116 117 121\n9d5a1b9e70599ba8 2 0 99 105\n73cba6d74e4f2fc0 1 72 73 93\n3c64a373bc1c53bd 122 93 120 172\n3b9420585a1e66fc 79 56 130 140\nd93e0c99ff4db752 19 4 7 18\ncc61d422a49ca86b 26 108 117 123\n7fa8ed6af92f3d2e 27 1 6 113\n4905bc8817511dd2 5 79 87 100\nf3824ed340a3012e 30 3 80 84\nc929c97aa8db7ce9 4 1 3 52\n7a18ec7dc0bdf907 55 11 126 140\neee9047b6388fce2 0 113 131 139\nbb181e68415b169e 5 1 81 96\neaffbdd81f80a5ea 20 0 91 104\n4161944d7d592071 10 1 60 72\nbb8805ce62490d3b 24 14 18 75\n1d7af31482baf61c 151 133 227 228\n7f471654fcf9d5c6 51 15 17 29\n565e02ef3d0d7726 144 106 125 242\n10ac0ae67d317d11 57 17 50 149\n2d8f1ccdb70c156a 127 83 95 114\nff3a963c55fcb436 32 8 15 120\n1c840c855f0c8421 17 8 12 160\n4bd922d1e75cc936 173 157 236 246\nb72e2bcd74f7714a 14 0 2 11\ncd21f3bf53352154 21 8 87 115\na19f6478fc81b340 6 3 78 79\nfccdfdacbcdd9b4b 12 7 8 10\n6f187c1dfc6ab480 9 79 80 90\nedbdb6ad0b956efb 52 20 26 29\n61c9d4900b04ed36 93 91 159 173\nd63597aeceeebf11 154 148 208 238\nd74eadb206cb092b 3 0 2 113\n8ee1f3a303113b74 29 0 18 25\n15a138312ad94718 22 0 20 21\nc44e247cfebc8863 112 89 108 277\n50b2183db14d713d 51 7 43 138\nd3ee158fc48d1df3 2 1 66 67\na2a28e092f01eaf3 115 90 107 109\ne3b2936f70d1dba6 2 75 79 80\n818f878fa36ae7bd 43 1 31 115\n3e8363be673dafa2 26 3 17 73\nf4f0bff9558dc66e 10 67 68 70\n58cd1a5b2a77a3d1 8 4 92 121\n95539306aec62cf4 45 35 37 40\ne37a3ccac0ec67df 0 62 74 80\n7ea580d5a9a04052 0 48 52 54\n296241182c2df900 7 1 132 144\ndb1aba7b5254ae5b 152 149 233 235\n5f19cedc37860936 23 7 17 165\n2276982dbc5a23e2 3 72 77 80\nc323b0dccaa46d8b 9 84 87 112\n39f03d5fb1807102 47 2 37 40\n2f7f2369486cc959 52 34 41 45\nd55a1c9b8e8fca0c 48 4 9 33\na0a5b8d202fb87ee 26 0 12 75\nb4c2c2cb9d279a99 14 4 130 141\n2a8cd9f87b3c9a2b 41 16 18 152\n3164f4c30188d403 18 9 17 67\na3c61456cdbd1a0c 12 0 11 62\n6f27cc9bba11d979 31 28 119 122\nbc64a62e612c27ce 46 7 27 31\n31b5667e16de1d94 3 75 79 89\nda549aefc6c2dde7 4 3 52 53\n6cbea20651231bd1 59 23 53 149\n8e4d579084c96cec 18 0 81 84\n89e757dfd2868e3f 29 13 15 25\n69178f54e00142ec 23 13 15 78\n16a23081fd821e92 8 112 119 123\ncbe2cdb46cc61aea 31 17 19 25\ne03e87ffb93f2fd2 99 84 88 162\n10a3511b61f40243 174 136 241 247\n652e52a792054980 31 14 22 23\n2da082dfb7a66b4d 68 23 165 166\n66ccdb8a7d9405d5 1 60 70 97\n05bacb6d6a4741b0 8 3 59 67\n004dd4b46a06e5be 6 70 76 89\n840219677e368865 15 2 7 13\n61cd6fd0d589ceb4 10 5 62 74\na17558fffd6c73a5 36 19 129 135\n60ba12107f341e4c 43 10 13 99\n8b1f087653c7ae16 110 87 174 191\n5ae93f51119ea22e 49 23 151 157\n5bcbe26d31a2e63c 38 37 187 193\ne544d80550e0ed87 6 4 59 98\nd7e49ddc912912eb 18 3 5 78\n756c2bdfad5cdd55 119 76 78 229\n04e2be0415136fa9 7 63 65 71\n431795f999dc215f 22 11 97 129\nb554f9a1149e206a 41 2 27 30\n2cd27189549897bf 110 76 92 178\n77ba94a08d8f7ae7 17 2 63 65\nb442fc189f7e84cc 50 13 43 106\n8b1de4987e260ef4 10 66 73 98\n9ea6c81864762100 40 30 119 130\n3546ce778c659b03 21 10 12 76\nc724076fdb4665ae 13 3 6 135\na13869916b17b4c7 105 63 75 188\n4908fab97c9bcec7 47 30 116 150\n2945a940639798ce 172 164 170 258\nf5b151019f9010a5 46 13 158 160\n172c99489b18e0e6 190 145 153 171\n6c6d91342f5e4803 7 62 65 70\nc9ffc172d4cf2f8f 15 69 103 106\ne1e11f6e94576a7f 17 0 2 9\n1f1a76ed6db1dae5 8 2 4 65\n3cc4c306db84c6fe 64 46 143 150\n26245c3bf975cb44 5 1 4 90\nf815dfc42d162fea 68 39 50 137\n18089956e2be2289 10 94 97 101\n233d7cca6c4c628b 6 3 5 85\nd886b5dfef09feb2 29 18 141 149\n8ab933b10c307f96 29 14 25 26\nc35d7671553924e5 28 12 13 118\na3679fb63dda3a83 66 25 27 122\nb5da81bebf3c0710 64 37 46 52\n36056faee50a621f 51 8 11 127\n04b580ea1f4df0a5 45 16 19 26\n19b0cd79a126e8bd 99 174 185 192\n08d5cde674e47324 9 3 8 64\nc271a72734e5b269 12 11 67 95\n5dcd7861e0c26df5 30 100 107 115\n7d723e5d5ee3884d 121 83 101 108\nae956b54a63e137e 159 133 136 150\nde188793714f8576 6 71 75 98\n0017ce4c6a39d122 12 132 138 157\n8e8b6c80f4465009 1 48 64 74\n226646771975e6db 30 7 16 25\n1b3589c90e199821 17 4 15 64\nb3e41cf29c9baa8e 30 15 20 80\n7aab5d3f7767ed1e 1 55 62 64\nc098d994e6751117 1 106 108 114\n4d5885aa7e39e090 4 0 2 3\na674ca864ad8992d 13 6 80 94\n0c25287b812367cd 17 8 9 73\ne6b4cb8ad82b5f07 6 2 3 4\nc10fddd77195eccc 25 7 80 105\nf22301abb4ab062c 13 12 75 79\n2b0cbc443e6c3c6d 52 15 18 30\n7ed09c7605ab6f69 1 101 111 128\n4f7ce11656b1bf7b 1 0 82 86\n6d764e8551754631 19 12 75 95\nee512b8fed64e346 48 9 30 32\n8000d5e5ca364d8b 136 121 130 270\nb59d323db46b8e8c 49 8 27 28\n6e5bd067ea61158c 177 152 159 166\n7baf24a573cca683 33 9 87 88\n93496017ed6c3f16 28 13 18 25\n36fb4d41b00581c4 21 118 127 147\n210fc445b9e254f5 8 80 84 95\nf073f9fe79303793 15 10 71 82\n4ffde39f9974cbec 9 63 93 94\nb6ab04d0a8e79e29 3 71 77 78\n1eca36ec55b88fe4 5 4 91 108\nfe255d26bfef2f2b 28 13 106 110\nf56884f938bcf8f3 22 17 74 90\nebd1ce931f852b44 3 61 63 65\n37d09bda74c92a93 92 49 61 62\n05a0ad1e2aa632e7 13 113 117 131\nbb034d246e698ecb 114 108 110 207\n972caf32a4a5c57a 210 181 186 208\n8b938862ee0e89a2 3 0 80 83\n5a827d3f2a424513 10 4 5 6\nf6f46314516a7f3b 46 16 37 180\n9cf5050816fcefaa 9 109 141 142\na18bf05a766ba17d 14 2 12 13\n133ee6e537353604 0 54 59 78\nb009fbe3950ebeb2 50 30 203 205\nfc4410feec1308a2 7 77 103 104\nc48cae17bb7fe0df 2 0 51 52\n35e8c6c2168dd087 64 55 155 191\n75f6f7af02e66490 5 90 97 113\ndd1c1d26525a2a1b 23 14 21 22\n1be3758972b35151 20 2 5 67\nfcb0cb3d3da5c2e5 6 5 123 131\n2e470f6e2c83566a 10 7 8 9\n50459a4ce306cb3f 137 101 120 126\nc6b410e69e499cf3 22 5 89 98\n4833b3d2a8184313 23 21 22 82\n91e469c1698f1da4 120 80 207 220\n1840ae9e2494443e 8 1 68 86\n77861592d98909b7 6 3 4 58\n01a2277ee817b310 3 1 87 96\n22085848f943c2c6 0 46 64 75\n34b35070a9e24f32 11 163 174 179\n9c1cd390ea3e2dd1 48 25 28 33\nc1a4a2a5405eec62 64 53 58 132\nd5068134e0888c2a 0 47 71 73\neb0797ba712e6f66 3 1 78 81\n4a7e531e1a35d424 11 6 107 108\n45f5a75e63afd4a2 23 18 168 176\ne8f62270af0b786d 41 17 38 39\n7279cead5e739056 13 2 5 11\n168e0f4071d2fe58 151 125 140 219\n1692fab166811028 15 150 164 169\ne608f38fd661a60b 2 1 53 58\n8178c1b534371987 11 63 68 86\n25b3854e6efb747d 34 15 29 109\n22b86e38854ad186 0 47 62 65\nb04995ec9bacd163 11 2 5 93\n7431082951c9e559 149 108 126 132\nb6c0898ba2c09616 25 2 3 6\nad34d90135db8473 2 0 1 48\ne315e4bd275b7036 0 46 47 48\nd06bad5707840a88 17 153 173 186\n6a4909956545915e 6 145 150 151\ne246e146c2368f02 33 9 25 170\n48e49bdd1aa706e1 40 2 21 37\n9045aa50fe465b65 22 68 77 80\n378cb83947bf2d23 9 1 82 91\n82439bbdcde76fb4 155 121 124 149\nfc966f25afa3659f 171 126 154 163\ne40ca395753837ce 18 14 76 81\n7d7aa32b53b28aa9 40 13 24 97\n30b1dffa5f783ecb 74 40 184 191\nffcdeb6f7e2f782f 44 25 36 39\nfa8217a7229a0e5b 26 0 21 85\nbd28c059c79b701f 123 93 118 228\n9ea61697c238be3d 32 99 123 140\n3e1af0b953407ef7 45 0 19 33\n04422a07336e32da 6 0 1 5\nff778c65ccf5ccc0 6 1 2 3\n2ef881551a7fda22 42 7 17 117\n9d2b9c6b0223cdf8 38 15 20 122\n1a246479af31922e 44 37 39 197\n3a4d7cbcf0c84668 25 0 8 77\n7bda96efed1cfeb2 30 8 18 22\n3dcef43736468b29 14 1 86 102\nbd3728fa823e6eb9 9 1 8 75\nfa53b8c13f6caabb 19 116 128 137\ncb252fb006543390 8 7 75 94\n67b6e4e43e0174cd 34 21 83 94\n3e920cc4dee08efe 12 68 69 72\n7d3267f6c9bbeacd 0 54 61 65\n41210bec1c0c87e8 22 0 3 11\n8b276812290942b8 96 52 70 73\n48638883e537ccda 19 1 68 79\n2c52d9d606a3ece2 38 88 123 124\nafa3ca638647dc99 21 84 97 105\n603c1f1fff7356b6 9 0 78 92\n721a228529a8c92c 75 50 159 182\nce784ea362258600 103 85 90 184\ncc83c06e70687498 0 54 73 81\n4d6d71afa551caf2 48 16 103 125\n649f2f99bf851742 12 84 96 97\na8aca13ea1962643 1 0 50 51\n7d38a187a70a4ce2 2 70 79 80\n2326e9820982ad81 31 6 9 104\n1045a0633afe8205 4 0 2 3\ne301f70fea73282e 115 93 102 164\ne38f875ac1941fd0 0 85 87 108\n06a2911e9add96c6 29 16 97 101\n16ed45d1ce9017df 49 46 99 102\n6d5c5da7304dc62e 2 83 89 90\n3d410da4d7fd9f64 2 63 65 74\n99c22019aee5e7b4 5 69 82 84\n46fb9c990b6f8114 36 4 6 31\n2a058bafbecaccf9 48 9 24 33\n2efc2f02a8d73480 5 1 2 51\n0445459f7afb0f48 10 82 84 87\n22e6c736f2f7227b 84 142 163 172\n9e1c9b9e7a332b30 5 3 56 57\n7b0c77fd638a7494 26 6 11 12\n84055e0ed4467578 131 119 265 269\ncc8602b40207efb3 47 38 109 110\n5aaed3a3a0c31e7c 40 17 18 28\na3bc8104bbfdb9a0 63 22 32 163\n98ec507aa8ec90dc 9 62 67 74\n088e115752ce9e56 64 45 115 120\nb9cbc2885d0ca0a5 34 27 108 113\nbcc7aa969e3c2e8c 1 0 48 49\nf29a95c0e9901f8f 16 4 5 12\ne3e5e812f1687e91 17 14 74 76\n83b630268bde3212 31 2 99 101\n58694ef1f09a6560 12 3 9 10\n790fc35bbe32c479 57 14 16 49\n33a5a85f06fcc77b 27 21 157 172\n6973accc3270c3cf 0 64 65 68\n845fcf8e2d6efde7 10 1 2 4\n2e06abf6286040e2 21 5 12 15\n8b3edb4b0db51999 9 2 8 65\ndffc33db51535553 20 8 85 91\nf31cf77e0547f39c 31 16 21 28\n19310eb8261d4bb2 24 12 90 93\n346a944ed156cda3 185 149 169 261\n1a8028b68f3964f1 8 0 3 5\n6a9e6a28201b4866 116 105 239 242\nb81460976167c310 11 1 6 105\n4d6494da237c0bdb 207 162 200 201\nf2eb184a33234cf8 110 173 185 192\n39c41be5e76c79c1 4 87 96 98\nea060dbb5b7a8991 1 0 120 122\nb3111967db98b796 0 57 62 69\n128bf83073de3ba1 65 43 55 59\n8f1787bd8aad1e69 11 2 3 91\n221205ddf59c5156 129 117 126 221\n397037082e6eb839 32 10 30 31\nde1bfd4c6e39109e 18 17 152 156\n929ed71c97317c55 93 56 65 85\n5535e78a16298072 51 21 43 143\n85ca4b980197e441 7 1 4 6\nba23b8c900ff47d5 5 102 119 131\n4e9fb1e7c4b43781 45 8 9 23\nfb723ecfff811097 89 44 81 216\n5ad6ed267745c139 37 4 131 139\nf93468a0f42ffca4 5 0 3 4\nc06de0966927fe2d 88 81 163 174\na0dcf78e4bda86c4 25 24 79 91\n45166f266dd609a3 62 17 20 54\n18d9631f5eb45b87 39 29 37 105\ne345566eff5bc31c 76 33 51 71\na4dc71631f707b9e 0 53 54 59\naccea1caf1d2eb90 99 69 80 92\n0718f733a326d65f 13 6 8 9\n94f16f00843feded 6 52 63 72\n1da33647873725fd 17 2 11 73\n5f08606bd070be09 44 9 11 34\nef5c25ab76b67d16 1 67 74 79\n8cfc4ba7194af16d 6 2 3 52\n225ae1d37a7fa519 127 82 98 269\n8b167e5aa51027b5 41 3 25 31\n689e0540485d3233 2 81 88 108\n41be40880094d8d1 135 123 228 233\n7099ef5810514ea6 137 110 131 272\n83d696e4f2c17678 17 3 66 74\n06eba57d1c333a3c 4 0 62 67\nc838fa859e909dae 28 7 25 126\n6289608fd1c28b12 151 115 126 128\n75029a60ed1e2ea0 0 103 105 108\n7246f91eb5f09926 4 0 75 77\n72dea96302f348e3 1 0 51 52\n5efa8e2a9a5c154e 16 4 5 6\ncf1cdf134608cb0b 0 49 51 54\nc1e3a9b6b762ca8e 88 139 142 145\n58ac12f1f515c560 78 72 225 244\nc15c6c70207e82f0 36 7 170 186\nc0611596a79be2b6 14 83 93 94\n3d6e04af63ebfea4 36 0 22 127\n9add67fe53d17288 23 4 13 19\nafbb5d72ecdc4879 12 2 132 133\na88f58e7c2580c06 41 25 190 191\ne867befd1e970f6f 30 6 15 26\nc1a68c1661afa794 44 5 9 14\n92483fd9e04d89f6 22 6 11 21\nb0540cde1e98672d 9 75 92 99\ne1b6bcafe19a2b1c 18 14 69 70\n92c175454af59178 72 64 67 167\n17a75f0b036c9cf8 11 4 76 82\n06c71ce295284689 4 0 62 66\nd8108c1e5deaa4ce 2 61 76 92\n066c35b1abc706be 7 1 53 58\na201c3986baaf229 13 10 86 89\n3389b3537eab4019 0 47 49 50\n477df7ad0c2e7fdb 36 20 131 138\naf3fef15e99d6d04 25 157 163 178\na3c17c88737de484 50 31 43 49\n4d723f7940392bf8 24 79 85 101\n9bd8ca4f6ead62af 0 73 83 87\n0c9ea3bf67254e95 7 3 60 63\n398c4688209874c9 38 135 147 167\nb8605d7a56bada1c 163 122 135 141\n388ed39170b69946 18 1 13 17\n388b75bd17c5332e 45 12 16 29\nf51e889848dd76a6 14 7 71 72\n76cd1d8adab4547f 47 12 36 159\nead2622cf1e5c9ba 103 77 82 228\nd1ede7f9cf04dd46 61 51 189 224\nf1ee9dc6135e5307 95 79 84 163\nc6adab7b1a6de824 11 3 70 76\n68ddfdcafd6cde08 15 3 14 136\nfb0d3f523276eefe 45 28 156 170\n09754b77eeea6dae 64 34 45 185\ndc521f053f8dc8aa 4 0 1 3\n05ddd2fee689399c 26 10 22 23\na026a3e89d7dc3b0 35 19 31 110\na6184f02127dbcbc 6 4 89 90\n139a615209ee09ac 138 117 118 187\n33e23b97daf5d9f0 20 1 4 162\n855d56182ceebc3a 5 2 4 61\naa86ece4f54f6512 28 3 11 80\nf12b17e53069d00b 24 6 7 22\nc58fe32a990d73ac 40 11 12 20\n3558c5283169e6ca 11 1 4 88\n629a5759d6c89b71 4 55 57 63\nfaa891b87b4b33ad 14 6 8 112\nbfb03eb76b5b5d55 21 2 6 14\nf507227ecb66c75a 42 13 22 134\n6248ebead7b571ae 16 80 83 99\nfa6c109a9ef52817 1 83 84 85\n1564900dd040c718 72 69 170 173\n379884ce61c4daa7 32 7 80 81\n5791fbe607160328 55 18 28 45\n24598987691df957 48 9 11 38\n3ab70559ec30a57c 91 49 65 150\nea665164c6291b91 26 8 25 156\n76ecf58a102ebfdd 17 2 135 139\n565ff739ca86758e 39 21 101 129\n6a11f06a91581fb0 21 1 7 75\nc4ed784ee6c885e5 46 12 173 178\n29f0d7c051d80035 80 51 170 174\neb80ed32f2d71e61 50 19 33 39\n907a4a1d42f08d9e 16 2 70 79\n13686755488a9d51 0 49 50 64\n9830394c83ea9a1c 25 4 12 22\n64786a392b532686 122 224 241 245\nf714ccd51adc29a8 94 69 74 167\n77f9b4f93cb5e2aa 41 5 23 119\n49e48d66787ecb8f 121 78 80 86\n3b9e04113b202116 140 107 115 127\nb33cff827e646ae0 21 8 11 13\nd7c7bacbf45e205e 7 2 3 5\n7eba05725c383129 15 118 129 144\n3d5114f5d7496cdd 0 62 69 87\n70d4e7655d85c3af 2 84 92 122\n1e847ebd7cd1174e 2 62 69 79\n7701b37839371bb3 34 4 32 33\n7fe47ba582a3100d 49 7 38 41\naff6823d5449b1ab 81 60 71 165\n2060cce4dad6f988 14 0 4 7\na321bb8614ce0e3a 11 112 118 144\n33a29a351c1d9800 128 101 110 119\n653bd5bd0578831f 7 63 70 74\nfc55af0d98cfe229 16 0 11 13\n166818269e4e2568 22 97 119 127\n0d4b941f4678267b 24 0 13 88\n99929212dc710e96 14 79 83 102\ndf6aa9c2baa43f3a 36 106 116 130\nda9d2e8a2d28d567 70 124 135 149\nd08577a59254fa98 58 24 32 116\n274cabb7191fdf7b 44 23 162 164\nc1aa5d80f22d92f4 2 1 58 60\n83c7aa1e61b0a9ea 5 67 71 81\n6d4b3603c5edee50 75 46 68 135\n72c31d6fd81412fd 29 9 13 88\ne49ec5ddfbd5e2bc 94 78 80 226\n56c86f5e60476c59 62 19 26 151\nc0c0508813b848ca 123 101 104 190\n97f8269d9eea258a 2 1 79 80\n0bc9fd5c8e50d0ee 3 0 1 94\ncb52334048b77cc3 26 5 18 24\n98860f554429bd3d 127 83 88 104\nccf6194844dd7d49 9 7 8 66\n8524a25a370a7fc4 10 0 1 4\n9f39cb8fb654b30e 67 38 42 172\nbeaffdbde299760d 6 4 68 71\n036f135766f38f78 5 2 59 70\n46df36a031f50a04 171 141 166 270\n791e92b1f3de9ab4 6 73 76 96\n6e0019f9177d5fa2 3 67 69 78\nb91a9699377ccca7 79 66 162 163\ne6ef358014cff8eb 29 2 7 9\n122cb7d5ea4a99df 8 2 64 90\nb07b7c505d8f53b4 8 1 71 73\n401e10a4352fba1c 9 4 70 72\n959f55ba698bc53d 73 34 191 208\nf4fedc70483e9546 19 68 85 93\n0f64c5e4fead6cf2 22 19 89 106\ndbe5b1d0744f49a8 2 51 52 55\nfd5fe082a647a0dd 64 42 50 62\na45655d01947dd4c 79 50 138 171\n64f9a0b6b7667ce7 12 0 121 139\nec8ee53e2d07e6ba 72 42 48 68\nabd7dab79cb3cc4f 6 71 73 74\n9340be220dd1074a 14 6 9 10\n64aab07da1c81c11 97 59 71 76\nfc64b7d1851f90a4 0 66 70 89\na11c655d456b9de8 97 67 80 183\n5947805a3798ecf4 1 56 63 72\nbf800a3d2af8f88c 99 61 234 257\ne9c2119497ccb415 21 8 20 89\nc4e13be59797d55d 142 99 119 138\n7ef810bfbd06cade 9 1 74 88\nc4a96832fb94e17e 3 0 52 56\n837efbd6d300b80f 7 97 103 110\n0c4a239e265ae1c3 22 12 14 74\n63f96e876bd302c2 42 1 16 40\n03fe94a439456692 106 66 250 261\nefc1d7e7854b61e0 32 8 28 122\nd2f2da7454cc7d9f 26 8 14 20\ne6a552157cdde85c 5 1 66 88\n63b127e45cce265f 48 21 35 46\n20bab82d0268c877 84 161 170 171\n9981436f1448c131 117 78 80 96\n316ed1b489ff8f40 0 50 54 56\n0ebaed7e3d044bc2 26 1 3 21\nb89fcdb1949b3bd7 19 1 3 75\n31a642fe4cd1e232 7 72 81 105\nfefa62ae2b9915cb 107 64 65 79\ne9049a6bd77c83e0 28 10 22 27\nf7ad2c86ea2d9ea9 14 5 7 9\n273f87958aea6f51 21 5 67 85\nb70892f796f8ba4c 10 9 57 60\nf1576bacedf43ca6 7 0 2 60\n10ad4fc499c48b38 97 61 75 264\n5040e1df81a9e585 7 60 63 72\n7a13c5debea977a8 2 68 70 71\nc5f39167be4d1ec2 203 178 196 202\n950b644122456e80 12 7 10 60\n9ac574fc9983bd1c 3 1 56 66\nca623acaff33ed17 62 167 186 198\n4bdfa30358809038 35 16 96 101\nb8a0a20998c943f1 70 31 40 62\n5019e16d5e41ff8d 77 167 179 210\ncfa3b8068b6c4aea 0 49 50 54\n3059f523501dfd97 13 3 12 77\n72d079e097b05dae 49 6 7 138\n9fc4d0efce37f614 7 99 111 116\neb68e5223a3efe48 0 46 47 48\n9b66fe45498df0ad 1 51 52 67\nfbfed12d638968c2 6 135 155 157\nb8cb0c7fda839350 9 0 5 81\n980ca2c262a9c082 39 3 25 30\n78d8f4ecf17aad6e 12 97 101 133\n16930ebf3f0f6b84 9 3 7 63\nca38b62977d9bdaa 107 93 202 205\nf57106a54d7a1e4b 12 88 89 108\n6229ccd818f7ceb5 23 14 18 20\nccc439d4b28c87b2 165 129 132 137\n62726d53118f4d0b 63 31 32 180\n9d0081de499eaa12 17 4 6 12\ncf6af83b93401f92 42 12 114 116\n314c584ff3842715 28 15 16 27\neb76b202a2b53ede 16 0 5 75\ndcbbd3e7c5593282 24 90 113 116\ncd99ac8eaaf6ab23 38 25 27 29\n86a5d5b6f3a2f119 79 38 62 76\n8b23299adda3da36 135 94 126 273\n8e88ee370b476511 0 72 74 98\n7a4d944a9f4cfed8 29 2 14 83\n37a6b3200493fac0 9 0 3 6\n66f2224ed4e57796 5 0 4 54\na4b84e32290ce8c0 25 14 18 21\n86dd81ed2ece0c4e 147 142 247 252\na02db7e8cf77fea7 174 145 161 170\n18a3593609eb3269 227 193 207 222\na0b1c098e04b960e 1 48 49 53\nb2e47c97f727c95c 92 68 72 195\n391bc7d21641283e 2 1 100 102\neea466d6b25fca52 12 9 103 136\n72d35afbf0038ab5 54 15 51 114\n4eba3317b14cd251 51 19 42 199\nbbe4991a57d6b139 14 0 102 104\n9faced3e377071fa 126 94 124 265\neb487fe8068ed451 66 34 64 125\n9b73a5ff4c0b926d 5 1 4 62\n3ee30754edfbdb3f 5 65 70 73\n55ca776696247564 117 96 105 258\n06c7c747b4542273 5 3 63 64\na1f61ad8d835afdc 14 13 141 147\na89346fe9896f072 18 87 102 124\nde2ba042ffbc4713 43 7 17 23\neb5240688747eed5 6 59 67 82\n8e143c65e5b4d26a 37 163 164 166\nb1f978caa2322385 16 123 124 152\n10f4acad3ed87288 33 9 21 109\ne0c04ac07bda7e3a 49 35 48 135\na1ec70ded6cd5101 28 8 17 18\n2b1a013698fea3a1 10 81 88 90\n385f9444d20eb160 21 1 17 115\n01cefee9563f691a 100 67 97 162\n82d1a826975c52e4 5 61 64 68\n32ce9b303717a29d 29 27 144 156\nf546b4bb3f06e5ad 8 1 96 106\n32d2163aa65c0e8a 1 61 63 70\n005dd9a58df1ba3c 38 22 158 162\n8e59f255fe3902e1 33 0 11 32\n0be9a0dcbfe032f1 117 84 93 247\na0a4f9043abf3a26 9 2 8 76\n7918f829e9980861 21 1 2 68\n397b050e345d73fd 137 113 121 263\nf7f3946407cf906f 153 109 133 146\n5e76b1824c7ecb1f 49 20 177 179\n805f88603da57829 65 32 53 128\n28f59b68509ce59d 60 24 45 127\n4881a65d7476d6dd 29 5 108 114\ne885583f5cc4bce7 37 8 26 110\nfa95ce310f223e51 4 1 3 66\nacf6950165c4cf5b 10 140 148 150\n4df04a3ab680ac1d 182 138 156 158\n8d1bf350c50eb8cd 24 87 106 107\nc67003dad6fde3b3 46 33 154 173\na7f0e6b19b27514d 112 89 175 197\n671a9c24c0d9901c 24 23 94 101\n6495531b3f82982a 113 87 112 205\n8f06fd42b2f6e05f 21 0 12 99\n8bda4579f74b0e0a 39 23 24 152\nb6d4a0650cc6452e 23 6 92 107\n70c12e8b01c13d84 10 5 75 88\n0a3b5fb184936a83 84 55 68 171\nf48829b917629fe0 8 3 121 129\n0362399a61c18ad5 6 0 2 68\n677fb1dfc891a299 123 89 94 217\n0c89e266974e8b90 62 19 196 205\ne8312620692723b3 22 10 101 125\n68878f4a703824d3 3 0 96 106\nacd9c037002b6911 10 8 100 104\nb22b652e84a892fe 1 0 79 80\n6e77ac6af5163f5b 8 5 69 82\n8765f603d39777c2 36 14 25 110\n18be7c1b9895691f 3 0 1 2\nf6581a4f49944bf6 24 5 15 82\ne9c5eeb020300f1b 16 89 117 120\ncd9a89390417e020 20 11 102 111\n0ab14ffa7e541b0b 10 68 77 86\na296b1a0ad404fd1 55 48 116 117\ncca4cd545727bc9b 45 7 15 32\n07d1d5769e8d797c 23 0 5 79\nefaade844ab372e4 3 54 57 58\n19391676f0fc7982 0 51 55 69\n3a9c883b11e86530 137 115 273 274\nd3e50de7fa5ae1a7 11 3 75 80\n5cdd5df1368fa5fd 12 8 105 113\n57d0ba14855f013e 90 55 68 78\n6ff9543b0d6f4aaf 38 22 28 31\n51e54f65c553c2c2 5 0 1 2\n75e7ad763c3c7ff3 65 27 203 218\nac34fb6f1326b9a8 10 0 3 9\nb66065b1e0c52ea3 8 1 68 69\n763a4369298f49e2 18 12 127 131\n474afb2d4641a228 3 2 57 58\n5ab39a0b28f85faf 19 5 11 16\nd0af833524f5e2cb 10 1 70 80\nc758e9eff0a15a4b 21 3 7 77\n616098f6a248832e 6 91 98 117\n1a5cb7b09ea3f5fb 14 3 4 6\n7b5e55f473acc0f9 102 74 80 275\nf4a912a0332977a1 170 138 159 254\n1b14e662c17cb551 0 59 60 66\na61ff0ab88de2f6a 14 1 13 110\n9332267aaa909fae 21 1 4 69\n50b76734a7d889e3 44 32 144 154\nd84828a1616c2dc8 4 97 105 106\n784975164be6eacb 16 105 111 121\n6cbca4e323733c42 83 58 59 74\n8e03180ac2759a96 72 122 158 162\n75582cbea897284c 10 5 7 74\nf91749843a42fa3e 67 26 31 43\nb43f7a3f38045f13 42 20 34 96\n9519d8f8fd1623ce 14 114 124 125\n1d748783383ad977 32 0 6 9\n78b565622959e5cf 162 125 141 259\nefca775665694e1b 65 41 46 209\n62f8f5844cdc594a 32 17 22 124\nd4c12afa38b26688 52 17 191 205\n8b6b583586aa03ee 3 0 1 2\ne26a74786a4eaf3b 9 68 70 92\nec717ef4a8b15e98 207 174 265 267\nf9d855cd843f677c 45 11 34 159\nd98c0820f2511ffd 22 82 83 96\nce7cf79d19333573 22 11 17 18\nb43bfacd1a63356f 15 124 138 159\n2c04a38ae16197b2 32 156 162 178\nac96cadf3d4e6d26 0 52 55 57\n33a3f65849195eba 101 62 82 226\n0fe2286088ece98e 23 71 100 110\n83f5406c11a2e5b3 28 114 129 138\n04db26572a791881 116 92 222 228\n1c36b2b8144d29ec 106 78 207 210\n573b63f64db569a4 20 1 19 124\ncdd1956f97be9e04 10 1 5 93\n2beffa088960f673 44 15 19 135\nb350a0fc9c337882 64 26 138 141\ndc321ea878f93a88 9 2 103 124\n24f06a46ea08c03c 1 47 48 54\n8127997a38df9d32 15 4 9 69\ned4717f1dec4c0e3 144 105 120 140\nf72c61c75ffb1e86 29 8 125 138\n75b2b6629bb28af0 47 2 42 44\nb14287232708212a 37 15 29 98\n551a609c693a64a9 20 8 13 86\n20fba1d53c349851 96 68 180 181\n37b0b70a1a0c25d3 10 0 8 9\n4ea47ca106e3b83b 39 22 28 37\n52b4e3baca85462a 154 116 214 241\nfb4489f97dae5c24 57 20 38 114\n57e484f704e5ef90 73 59 67 128\n94c5fa38a09d9b22 33 24 30 31\n83b6a9a916fef572 14 114 115 133\n2e7b5f8836ab642c 37 0 29 91\n401a94bd9d84f501 19 14 103 130\n0b1e61c69c98026b 172 159 169 225\n13c510a7403f8231 0 55 56 60\n0752baf20fbc2285 19 124 128 142\ne35714cd85b7ebf6 14 2 85 93\n01b08e2f20321127 3 1 60 61\nff6d8ab35e042db5 3 97 99 125\n9b01b957c87a806c 17 10 13 79\ncbee8e9baf6ec02a 18 83 94 107\nc27cfc716fe937f9 170 143 154 233\n5464c24c194fa83b 3 61 69 70\n314c56aad151508d 40 101 103 107\n9a809a86bef6bf4b 2 75 79 91\n0ba1cadcb191dc0a 0 62 78 90\n8881af3cef16aa0b 9 1 98 107\n940c65ee33e2a577 87 43 62 80\nff44d62ec2299bc2 40 10 11 150\n2a695d52faf1949e 197 177 182 278\n518e2b4ced2a598e 45 21 40 172\n5dbd501fca3ef5c4 12 4 82 100\n9e978acf88f43f07 24 12 15 23\n794036d0ce41e0ad 66 27 143 145\ned5a2ed397ff7534 42 23 134 165\n857500a0287b787f 38 12 14 140\ncf5bce96562e21be 2 76 93 115\nfbe07215a258c7ed 6 62 70 74\n04145b4b73b2d313 36 19 25 35\n5ed70546a84eaf78 87 60 63 146\nb56b799c550929c9 62 41 57 58\ne6ab17cb48acf199 2 49 50 67\nbfb463dc1365bbdb 160 115 157 159\n4e50d5610be16ce1 119 100 110 215\nf4b43ba2d40a0708 27 2 5 10\n296c87d370b03f17 14 2 4 12\n39b58270c2e99310 26 17 20 111\n57f26cc9f1f34029 101 177 183 195\n8819bc042432074f 7 113 121 127\n7c6cdfaca37c48f3 0 48 51 52\n22274e48b847c860 1 51 53 56\n0afdc571e4667a44 56 11 13 47\ndf88a82a3aefc353 2 0 55 57\nb5e5379e3693dad0 4 54 57 62\nd8a6f5f5687ee167 30 24 126 127\na6b970850820eb5a 42 6 16 131\n64e5fbea472829b4 6 5 68 76\n70c4101cccab79a0 1 0 47 51\n02679535c5f06a19 5 1 3 57\n3ac32347c3ff7d38 12 3 79 87\n004e9db3337e8206 40 9 10 155\n0f7267e7e369b7d6 4 1 55 56\nde239c7da4d3d6a3 214 174 194 208\ne7cb1f56ac69308a 43 8 179 189\n776e483e0e5af39e 35 4 135 140\n1d8017cad8dc1d56 1 53 60 66\n08868143749f321b 135 109 226 233\n3dba9cb74bfb79b2 35 4 20 102\n3c84329b60bfa7cb 40 1 10 33\n71e9d0f8983daac5 79 140 144 150\na7d4344a1a84cb19 8 0 71 92\n4b461c1ec52a3076 19 5 15 17\n5d9d555bb2294681 4 60 66 69\nfa9029a71d807702 11 86 113 117\n9458c5a8ea666ee5 106 63 82 190\n0bb99505a71035cc 209 167 170 202\n9cda0343fa3ced47 4 65 84 88\n73ed097f3e2514c9 14 0 99 113\n3115672ced7c5694 17 74 76 80\n838f8ed446b97771 38 0 31 36\n66e23fd2bd03ede9 47 26 35 112\nb939977bcb278c53 79 34 46 76\n53a47129f3b14bcb 27 93 94 97\n02b59cd60efb924e 34 13 17 33\nf99730b487e57e9b 114 201 207 240\nf3165d5685e527c0 48 21 42 107\n706f41667bc5079c 4 58 65 66\n5533a28eb1f53b0e 3 1 76 89\n34ee7f63d7f4aaf5 12 5 9 112\nd69b375a66fcb363 78 37 61 63\nd57f52c12e2d2189 22 1 20 112\nbfc904268b353078 12 4 85 92\n7591c0ad03afa12b 103 66 189 196\nfee67103bcabbb0a 2 0 77 90\nc18ae4bd02a7a0bc 152 203 221 236\ndbc6ba567d294605 14 1 7 70\n99bf0dc41a750511 28 5 115 151\n01a5cc3805e94c21 5 2 83 93\n1c11709814a1a2f2 21 2 6 100\n735d90ea3aaf7c40 37 2 31 84\n91f141243221d23b 18 116 124 134\neda12a56bec73fa9 65 38 39 57\n8967c2f6fc92e3fc 166 122 137 158\n41a55418bee59b11 119 80 104 273\ne0825c823e45766d 54 21 26 38\n53c2b1665c48143f 29 9 15 19\ned01315968288adf 195 162 273 278\ne06cf2b1d0bf7ad5 4 97 104 109\n502ee418913c021a 28 2 5 6\ne1b01f602c0afa9e 11 10 59 60\n579983b1a3881a69 47 7 25 117\nf18361c62baa1175 33 23 97 116\nb19fa84e53dddf3f 31 165 168 180\nfe04a079dc651d9b 94 60 167 200\n02ee66b3efbf3b0a 63 20 171 197\n1b065d2ce77f9862 2 0 1 51\n0bcde26e5a802638 169 141 150 151\n94e30386dc2a93a7 6 0 69 75\n129b5e9b80cc4b4b 140 230 259 264\n31ee8cabc96b9a62 16 10 95 103\n40f6d540b9b16531 6 99 100 118\n1a0f8c49b336ec38 97 70 73 267\n3edff71624eac3ee 4 80 94 105\n5206d9e5172df68f 72 41 48 65\n482ce5c63038e5b4 4 0 3 61\n724928496fafcf03 65 59 131 161\n0b8e670f98cf5083 6 0 2 5\n896bc858b59cf508 60 32 163 164\n0e2f2538b26a179c 17 13 138 159\n1d9254a5cb93d4ff 81 43 71 73\n25f590b3de5b28e8 18 13 14 117\na92aa47e1df70c77 30 8 27 146\ne73ee867c3834f3d 32 21 28 151\na4ff3ff3466c47c2 1 49 53 55\n2837dd5c75e026f5 38 12 17 33\ne9338055d8f521ad 46 25 28 34\nd069fcb4a4c1e9eb 1 0 56 57\n58f9876a3e443302 6 5 58 67\n1c8d34a791deaaf1 32 19 27 105\n2b8f367d01df3601 29 82 86 105\nce6c6d81af6b62cd 1 64 65 67\ne9651dfa09c273f8 95 70 185 187\ndce5f59c6e33b5df 10 3 67 69\n6650470bb0abb23d 49 40 47 161\n80d21c1f8300db84 36 29 112 126\n8695b9a43979ed6c 7 0 5 6\nbc8adae3d0c73ba2 19 6 7 17\nf0d8ce5ccb80bece 27 98 101 106\n3fe382b2ae6c9361 38 7 19 35"
  },
  {
    "path": "splits/re10k_latentsplat/test_second_as_src.txt",
    "content": "5aca87f95a9412c6 133 13 135 141\n322261824c4a3003 82 4 11 84\n17d9303ee77c3a3d 66 10 12 13\ndebc3490ba0bd84b 73 0 1 8\ne124dfa7e996a414 131 25 27 160\naa91dfdd5f4ad32b 57 0 1 2\ne4bcb18fa6aa91be 85 2 30 39\nbc95e5c7e357f1b7 117 35 122 132\nf7c0fa5b81552d35 67 76 89 92\n7c7bc5285126e6ad 123 66 124 125\ne1afd89a69ee6947 150 64 87 101\n8b212f2755d955ec 78 1 90 106\n88d9ba3324f2ec21 67 2 8 76\n4c4fa41951e37e78 60 0 64 67\n34b0658a5c200cdf 80 4 20 22\na56ba2efb5e3fdd9 72 8 19 87\nffa95c3b40609c76 153 15 25 179\ncdf439b17a6a98d4 64 79 80 86\n79ce50fb7b021e1d 225 100 231 269\nde67e3a0b0648cfe 123 55 56 65\n622ef98e83ed5239 85 0 20 26\n252a24d25a1ea81d 276 194 202 221\n28e8300e004ab30b 54 58 67 69\nc48f19e2ffa52523 234 161 238 250\na47b88040452d7d9 229 134 164 171\ncb38d67088b66084 55 0 61 80\n358bdee988c269ef 66 73 75 90\n54841308aff91857 87 25 35 89\n30fc5fc78c5a716e 254 95 97 98\n214df1c2863d2959 59 69 75 101\n6558c5f10d45a929 79 83 117 123\n1214f2a11a9fc1ed 168 87 171 188\n0d4de33c6888a754 67 0 8 78\n40ca76de44a6e1a9 81 11 88 106\n8b760ac05c93a6bb 73 3 10 83\nbfd27ad72975e120 91 19 25 37\n89ea49cd9865aeff 78 6 13 82\na9b3ff60b213e099 132 44 54 134\n41bcd011f99bfb66 51 3 52 54\n2da2eeb966bc0ef8 114 29 30 116\nf14791aec34dbdcd 99 2 11 13\n800ea72b6988f63e 264 135 148 275\n572acd18419c3456 63 66 68 69\ned477bdf8582adff 61 8 11 68\na6fa92e8204f6118 82 5 98 103\nbb4d7012261ee0ed 51 52 74 75\n0c52996355b23d76 115 9 15 121\nbc143130c1842e4b 134 31 56 136\n674dabef8f53b566 57 71 76 84\nb26e6c80d283c4c8 92 93 96 99\n57d3409bf04c4651 55 3 5 6\n21e794f71e31becb 216 60 91 224\n67a69088a2695987 89 9 13 97\n62bcb465bb03d34f 58 65 66 73\n912177dbf0a1ed6c 66 3 4 67\nd3a01038c5f21473 131 40 168 172\n10c8e54590f715f7 132 71 162 165\naadc1e2dc74fd644 69 11 13 74\nf7d916b43193c181 61 3 8 10\nb4099665590548fc 75 5 10 80\n1f0e06e4388dd600 277 107 109 131\nafe4e799a94e06b3 142 40 52 74\n3e5f747d06bc84a3 175 32 38 177\n84ab392d682f296b 142 23 39 46\n9e2a8cc5f32dd46b 96 3 35 124\n26b31d71789bffad 60 6 71 74\nc9c30723d7c54793 160 27 34 162\n17f552ef56d85c55 75 87 92 103\nbb6fa5bdafc14e8c 135 56 144 148\na348013b922a1d67 74 0 80 118\ncd74b1244d112628 101 0 3 6\n6771a51bf0cfce7f 243 159 163 170\n2e109379f53bb221 95 13 21 99\n41abd737e0228c1a 57 66 87 96\nb5fc0c4a2760083b 102 27 111 134\na7c691c210154b09 48 0 52 53\n052430ff6e2c07c4 193 82 84 86\n365fc12b4f33ada3 118 21 31 32\n57d25dafabb5a238 100 6 9 33\n882c68c70d22f4c5 85 96 107 111\n8adebbb68f2c3f84 147 33 37 189\ned0c2aca14b99efa 114 34 116 120\n5df12522d9167d54 55 3 58 82\n9490f1219dbbb6ce 52 0 65 69\n0588138dfec165a1 152 74 87 94\n34766105ea9d7a2b 158 68 84 160\ne4f4574df7938f37 63 70 92 101\nd6cd62354e99289f 56 68 85 88\n29e0bfbad00f0d5e 128 129 131 137\n8d5163de9ea4d851 86 3 30 34\n071e8c0978097efd 187 30 212 229\nb4b95f8961518954 111 1 115 117\n20d86cff490c0c42 133 33 58 164\nfa5ef1d3968d1b8e 69 3 14 17\n22da7610855d6b9d 94 17 30 134\n81be42df6ccae760 156 64 76 162\ne9b506f37c2389cb 99 45 47 106\nab4c269f8d523d02 103 13 19 30\nc1ad4232258e87c9 47 51 52 61\n189f95593df3c7f1 47 0 48 49\n0c4c5d5f751aabf5 58 0 4 9\nef6d7acf3bcf834c 131 8 10 160\n3fd084afa49b6499 66 6 7 69\n6fe141ec9be1a432 79 5 6 17\n75d475e9558ab806 48 0 49 50\na16a00a72aa06728 83 2 100 126\n813895d9ceb3f376 86 113 119 131\nfea544b472e9abd1 189 112 121 224\n3b6d8db52c54b174 72 9 76 97\n84a2ee4663daf456 99 5 8 102\nfdaab1f49851782c 154 59 74 77\n01a628e2c509b823 75 19 94 119\nefa64a0035040381 151 52 62 153\n656381bea665bf3d 84 5 96 116\nf315d65b981724a1 164 99 167 189\n62e7d55109468b27 69 77 83 84\n6fdd15be262854f1 71 1 16 79\n0425df3e42ba0de3 151 22 159 195\nbac90b67024759ee 83 0 16 88\nf3ef8cde65afcc5e 97 15 16 33\n9f22541e0c3894c1 80 91 107 119\n3087828bc27bc4c7 111 7 33 124\n4ef560091d948f8e 116 25 40 128\n14f477e7d5af5b91 92 0 2 93\ne68dd764c51470c0 85 19 34 102\n0869b66f912b845d 218 119 237 252\n4e0e71a0930d359d 51 58 64 66\n5be4f1f46b408d68 153 20 161 170\n44a85c75cf4a6da8 70 73 75 78\n1bf49251fdd23cc0 128 39 56 138\n7f56a807c4e3fbcb 56 57 58 60\nea238737feca4622 99 106 114 128\nb70c3d4dcc51f866 84 5 106 114\ndbb340f63c6ae50b 186 76 86 97\n0e16d64d961fe855 62 67 73 81\n98309bf872051c85 233 155 183 263\nde45926738229f67 82 22 108 119\na1d38185b8f59a4b 79 22 26 29\nc71fa7a8db8bbec8 162 19 38 173\n9978d648c785ca9f 51 57 60 63\n9786c8d75194a1bf 69 78 80 93\n5f8e6b91cb78aa9f 111 55 143 148\n27daccf898b206de 54 0 1 5\ncce1ae2fda6376ec 170 106 203 210\n5c909c802eb6edb1 65 84 85 86\n59636f39d067119d 66 1 67 69\n82afd7cd03ef7111 52 86 88 96\n341c4533fbcb15a4 76 91 110 118\n9d0939c256269554 87 30 97 104\n4a763e1b87e495a7 82 86 87 99\n2e4c69143b09033c 104 21 31 118\n33afdeba3cd5af05 94 7 10 98\n6361aae2376e35b3 82 7 121 126\n51973bc28ad2030d 75 2 9 12\n45e81a557d2dd78b 137 41 168 180\nae4090e8832b90f9 136 141 149 173\nbfcc43cb05071cf7 86 96 122 124\n12a70416c92a9483 143 69 70 75\n90db3a1e61834d39 85 14 113 114\n531e3acf16289429 99 23 31 101\n3a79b9aefafb0b8d 52 53 54 55\n309bed43e4406d72 99 15 38 106\nebb5e70d56341020 55 56 75 93\nb8a96066ff35db86 103 6 8 19\ne050b07b90580dba 67 70 73 75\n5ee7f79d21f7e482 76 1 83 102\nd4127110de7604d3 150 74 76 177\n2b0b2259a7216762 129 22 53 148\n2445756494ef6e3d 61 14 75 93\n6eaf7b55c0a59be9 217 121 161 228\n37de8da2580d0c1d 80 13 98 110\n1defdda324307269 166 80 110 169\neae986c8f31081cc 65 9 83 106\n575fc7cbb9b2d352 135 4 17 151\n8453005c232016c7 68 71 76 80\nb6b1244092471403 108 117 122 137\n90131e866868c2f6 65 13 85 109\nff4c8a31f4153121 141 145 151 178\ndc90deddeacc3d26 110 40 45 55\n45823117f0acb627 117 36 132 143\n6584cfd8b9eb91f0 72 5 75 76\n45a00d135c5388fc 49 56 61 67\n2c9018ef57c6b061 88 9 33 93\nb21d13ea38d9ac79 55 57 59 67\n4c8fd5318ae8d467 99 112 134 144\nf5c2e696cb86b701 63 5 65 105\n54fe098cef530a7f 74 9 11 17\nfa81f29d350eace3 66 0 71 73\nb7ae0d63cd88cb7e 49 53 65 67\nae5c26bc7fe988ea 60 0 12 62\ndc6c3a7310c42e07 154 47 80 81\n7983738c2b4adad4 62 0 81 90\n71a27a839592fb3a 59 65 79 86\n1a8466443ffdc6c5 59 1 2 60\n774aa648451ced87 234 147 252 273\n7d1a68f312ba2d95 103 14 113 125\n505a86992cc1b6ce 47 57 58 64\n414e2bf42ee45cc4 83 0 87 107\ne9b6564434ba856f 84 4 17 86\ne14fc8cb91357b29 81 6 15 95\n7b88a7e1a069a93a 127 2 19 159\nee9503a872caad73 75 2 3 5\n399cfd9cfacc0499 68 3 86 96\n1203cc23b881ab8d 77 8 101 112\n40904cd4b9e0579d 131 5 163 168\n2e4cac06a4f92261 183 23 44 211\nfe485c8b96b46c0a 61 2 66 76\n00e8df74b6805da7 83 12 105 112\n074653ff3928b9fe 48 49 56 62\ndff51d96b59df454 60 4 62 78\nd879362410eaf691 74 4 7 24\n60bf89b196577c8c 58 7 59 61\n3176f1532a468cbd 81 2 3 86\n0dd9e020b6d9d687 65 82 85 96\n4091c41c6909da3b 96 21 37 141\n754f7a46cc9770c6 49 53 56 81\na14cdbc8771393d1 176 82 190 196\n2a8ef9e44f580d13 80 2 14 15\ndf0389efcc51ac2d 97 109 112 114\n8cebe36289a4d5a0 72 5 11 73\n86cdad3c34f3941f 61 9 67 83\n3533396ef5f351ba 88 9 89 107\n15d4a976e4e7d3dd 196 86 233 235\n523bc6753cd13644 86 23 29 89\ne49065bc8c694f0d 116 8 10 127\ndfa54c21e3d2feb4 63 1 3 8\n3aaed2e6422d7d57 190 144 193 220\n2a3baeaa72b86812 73 76 81 85\nf71f8b27e6ef3f7e 84 19 25 90\nd42ca7833cd982fb 85 9 95 103\n145708c0216a06a7 135 15 24 154\n156f4c7dca878ff2 99 27 30 100\nc85f1c5375e60e21 52 54 61 62\n73c5bc59df929e8d 89 7 22 95\nd25404ee1e0c0607 72 7 19 20\n7323eacf27a3f67b 90 112 123 135\n4b85062505816744 48 53 85 91\n4803cf5deca2b38a 90 92 100 116\n848971384d2e2956 66 1 5 70\ne9f1e4315562d02c 106 23 26 31\n03e756bff92d49dd 66 79 87 92\n68aaef5b574f98d5 155 59 63 195\ncbe038e8be4f6b96 124 4 7 27\n2fdfa70413053b84 172 46 52 65\n701ee1118e22239d 56 7 72 74\na942b6e69847940b 46 47 54 55\n96a7bdbfc462408d 161 74 163 177\n2177ca3a775a9ee9 158 80 165 183\nb62fcc6856e45647 66 2 70 97\n03a78406de1d0993 163 66 188 192\n281452e730c39fd0 96 8 29 44\n44095e87bee5475e 110 21 140 150\n436a235ed74c3d89 89 100 108 125\nd7c79e9bf6b0e42e 63 67 71 104\nc0677cb9b8d767a6 169 180 191 201\nb67312c3e1dbea65 63 2 5 9\n46a39a38f2c09d34 52 1 3 6\nf23ea66496d4592c 55 2 64 70\n0e8995dcbdd22f48 112 134 153 157\nf32643006f1260b9 177 16 184 204\n8c5136bca99f6b66 48 0 1 2\nb4ccda687d2470b1 202 60 68 98\nedba67643c40b399 179 97 120 207\n4a582ee23dd05a8d 242 103 139 254\n4ce58504b055463e 168 76 107 183\nde589d5890b4e6e8 56 1 7 57\n6c99592614256138 121 39 132 147\n1bc87c160d1dc982 74 4 13 27\n5994761c53eb75ff 108 60 114 119\n774712243467068c 48 49 50 51\nbfd1e3bcdbf0fbb9 89 17 25 95\nbc7ce58a16724386 78 6 10 92\nc19cc383d575e722 51 52 59 78\ncfa392a515fbe36a 63 71 82 84\ne87c0a291ec4a45d 48 50 51 52\nb352534bdedb50b3 57 0 1 8\n5331fddb30f9132e 63 0 85 96\n52aef823cc9a031c 111 0 13 113\na6d75912a7fb7e91 109 24 33 113\n374fa34fe701a30d 59 62 68 75\n3dba1838ed366ab5 59 0 62 66\n2341162bce213f2e 96 100 103 114\ncb6b6e325aaafcc9 89 13 23 24\ne5fec092b986596d 135 28 46 136\n11eb02d24a3241a9 67 1 14 16\nd5a254717822d28b 250 163 177 274\nef1457995bca9afd 68 70 85 86\n14cdf4aa7a2de14b 203 76 213 235\n18c6473be3bd827a 73 12 14 15\n3dc0058dce3828d9 111 31 44 58\nc34b59ec59eb886c 146 4 21 154\nf1cf2e1b45e3c789 178 105 120 179\na0dda4b2ec17cde1 80 99 106 116\nee135ea99ddcb32e 56 68 71 92\n8debcd56accec5c3 55 5 60 83\n27382fa047b4681a 48 72 74 87\nc439c3b3d45d651d 228 114 120 236\n127884736471b631 230 116 245 265\n753ccd3da86a8cd8 160 41 55 71\ncac91919db0b7a85 113 7 20 40\n180542b70f713d5b 159 48 59 160\n629106572dfe16c7 165 170 196 202\nf13001de94f7dee7 69 3 9 70\ned299cc5f85d0edd 75 0 4 83\n2a89b2a52cee9f5f 199 111 213 217\na3bc75f0a32b1501 102 13 28 29\n9b432f66b54dcee7 92 19 40 105\n5605c576fc904f00 84 15 28 94\n86a463200232af47 111 14 132 152\nfbcd62ab8ff30b4f 56 1 4 59\n51170ef694154b08 68 3 74 97\n00a5a2af678f37d5 100 102 111 129\nd438687082422f1e 239 252 259 272\n3613c77d8c234008 63 2 5 10\nb73a7e175486c78a 203 54 55 224\nf543c249c809b271 59 6 60 64\n818ddc806c9e8f79 76 21 25 28\n8ab4c604ecea9c58 95 7 100 128\n9b1df103d73ce624 77 0 80 85\nf91fbdea76207935 82 3 4 85\n6ed53f7a04720147 192 58 203 215\n2482c4388b32f225 133 4 6 138\n12f45658983d380d 94 33 108 116\nf2e037fd936aac25 95 5 22 38\n54f97b513d76b3fb 89 2 14 110\na63c60167d524a5d 108 118 120 122\n59d248d6e5d5b35c 56 79 80 81\n1227d00562c106e2 206 121 126 224\naf591254c5c30d9f 122 18 39 126\n4047ea5cbe353c08 165 79 168 187\n7695e3556b39ab92 122 24 25 53\n650503eb1bc58d0d 74 4 81 102\nff7f5042dddd5e12 95 6 14 104\nf33a903d5af68764 76 0 3 79\n350ef3b7bd9d9489 127 36 130 140\n33517e9838fe5f20 93 7 11 104\n090c672e7e394397 104 125 140 141\n9da1817a6a8b398b 95 0 8 97\n21d9134faec148f2 140 32 147 169\n8b7fd0f7face0559 57 61 64 66\n550ea130af96ccfa 174 73 190 202\nf4c093d62e3bc637 89 10 11 94\nd93fb7e63006df0b 121 14 49 122\nbf426e89f74b4447 68 6 7 20\n247bc2e47eb7f6fa 138 155 161 164\n068140e09ae5ae8f 70 7 81 87\n8a8289629784b1ba 92 16 24 27\n16b8ab24bd231f9a 172 95 188 216\n3b59c7d97b900724 86 1 8 22\nb6d52e4eac9880b0 80 4 84 117\ne2cd09b4dc82ba9b 139 28 143 149\n895c7a42a71d6050 75 7 98 99\n3b122e1becb5fcb7 187 85 91 95\nf649244a6907838c 127 29 134 138\n8b0af1b58d41bcd5 75 1 12 84\n49235d402cbb8895 134 23 160 174\ndd6f8f3b56c66aee 206 46 207 213\n4b4c0c27204604a3 82 18 115 119\n2bec33eeeab0bb9d 139 170 174 178\n602cd3dcd51e706e 66 3 7 75\n78e901c8d85e71a7 56 65 66 77\n90a62bad0442448d 82 85 96 101\nce42e1a9588440c8 143 53 152 174\n50a356dd9870ac9b 109 36 37 147\nfe6690ee4f6c7244 128 151 161 164\nc767b97c0d3caca4 107 15 21 116\n50c3e2b700077e76 111 1 4 116\nba0cecbd7351eea2 77 4 9 78\n5c5990b304509a47 116 26 44 123\n430c6d1f8676fabc 137 22 146 159\n6dbe9b5b5e77c8a6 78 17 114 122\n3d2486ac8822da47 58 7 77 85\n6b4a5186c2585e08 63 68 83 85\n8610164dfd89cd44 77 83 84 87\n867a9e729b3eced3 46 0 47 48\n3a3bc11b9ebb7d44 55 56 64 69\n1addb7e6bbea3eae 48 81 86 87\n01be77405b16df11 105 43 47 49\n3f4f553239e96d90 125 147 166 168\n8951e64bab803550 52 57 60 73\n11a680776863b321 80 1 31 33\n05c57211be152630 48 0 2 51\nec954095edaf0f9f 159 20 54 169\n0626b812d67da3c6 47 48 49 50\n3e1236935a5f70ae 45 47 48 57\nfcf379edfcfe492c 105 111 119 124\ne9b3ce3fb857d86f 273 173 187 197\n58adecc8e2e6ae8e 56 1 2 58\n75fc11bacb566213 186 29 48 217\n6890595879a5790a 145 47 55 85\nbb68958771bd013e 93 6 42 99\n20100b779d28b6d5 80 8 93 119\nb8a77ae2419b398f 244 125 146 253\n1225476a1221ce08 58 88 96 101\n6a4a6eb9accd3528 91 7 105 109\nf99691764cd67e0c 166 17 177 197\n91ccaa13b322fb9d 86 31 102 120\n2f98ee24d3fc43a2 158 91 92 161\n99a8af5125fb4c23 103 5 16 111\nb4ad7779e82513ad 53 63 75 85\nce51b0b5bcec88e7 61 6 95 100\nc4018c426b7f34fe 224 88 107 243\n5185cb2d8a7fde08 86 111 116 118\n3094afb27266ee6a 75 77 82 83\ne4512bdb2540e049 155 179 185 186\n8d671600d1ff117c 77 6 10 14\ne621b4536f4da311 73 21 78 86\nf06c314b02d35b81 59 13 63 78\nc7f70ca1ccd2588d 65 0 4 6\nd4d77d8b3f48c2e9 80 5 82 87\n57521976806b42c7 49 0 1 3\naaeb7a0ab3303b61 60 63 95 98\nc9c221c5d2f549ea 98 9 10 100\n3953f37661087a95 113 7 8 15\n4a1920283e3087de 53 3 57 58\nb6fbc2ea0566cea8 134 18 34 138\n1b87f55dec310243 202 144 206 235\n357ddf77c7b83cae 60 61 62 86\n88eb992d14f03af3 61 6 8 12\n9a1b51f094189756 107 1 108 125\nc76111d57845c911 119 124 149 161\n701c87315926ad90 131 64 74 142\n9fdeeee21b106732 92 1 107 110\nf80f0077f529c4d7 141 33 34 169\na0d174b988c5ead7 80 1 3 83\n2f5af4b429b2c992 62 5 77 88\ne3be10efd916a10f 81 4 103 106\n31c79c843555c2c6 72 17 73 75\nadeeb0d485535dfb 112 12 15 22\nedcd819612829ef6 47 58 59 62\n5d06d35cfc4d456e 127 1 3 129\n05b1462991e38e4d 103 51 107 126\n2af206730de6f439 106 108 112 129\n29a09527214b3dc5 58 1 5 7\n37d0f351f07ee925 93 3 22 99\nbde72676dac5dc06 64 5 66 80\n3f6e7ee98174056b 83 2 6 90\n16cd4f1cb2a467c1 84 3 86 125\n87f03b8928fc286e 85 87 97 123\n46e0654ccb5d88cf 73 8 78 92\n20b38e0a985506ba 153 55 166 174\n59767154863dc444 84 2 4 100\ne43058cb365b9459 237 135 139 257\n568ef8c24a0b1408 58 7 8 62\ncf2f6b8cf233a07d 137 156 159 161\n043c48135c5e8cc2 142 17 26 155\nccdd4b5d45af03e8 52 57 58 65\nf5a9a6278a8e44b2 134 138 142 153\n308681a294d1417b 94 2 8 106\n9e784b792f4aa092 113 42 122 124\nf2243a6f96faabc9 56 0 1 4\nbf1d955d0d4cad3d 138 143 163 173\n518f26dcd055d78d 95 98 106 116\ne5c955c5cad28192 80 2 9 10\nbddba93182c33779 88 6 18 91\nf13a2892e0df0743 128 129 147 154\nb4d751f16c3826d8 60 61 63 65\n7ac41312c56a0cc7 106 25 110 112\ne1654fcb98bf93e6 83 18 26 86\nf58edeb874d96974 83 1 92 121\n0f2197967bb7fa43 98 4 20 25\naf55f1aae9438a31 242 150 244 255\nc6c9e352022ce110 48 49 52 53\ned8a46b1aeb9b0e7 58 0 5 7\n9638776e5bc87bc7 65 5 9 17\n3d8d29bf0d9f24a4 225 132 144 229\n9131cc864db80476 113 27 51 132\nfa1f48f6ab912eab 48 2 53 54\ne01e8cb797908f8c 122 17 26 29\nf27cb10112666229 68 3 71 72\nbe9fe7824449d416 113 118 138 149\n6b1138e2149920fd 51 3 56 70\n503d82bee145b841 253 168 186 191\nf60664acd06e22aa 83 10 11 115\n896664cbc4822c57 254 102 112 274\nc065104094628e8d 70 10 17 19\n3d60041ab79f46fc 99 7 118 126\nf956425e6e6f9863 94 8 19 42\ne16d5c92b54beff5 56 1 61 66\n62fdeefea9b15121 50 66 69 73\nab2d4e1aaca88cc3 85 2 3 4\n44adc8d00568380f 98 100 119 123\n41a3a167ea5d9e88 61 62 68 71\n4eab1d74335a930f 48 60 76 80\nf89ca2025a4c7470 75 4 7 88\n2217c43ddaa29027 162 80 83 95\n5a15212752d1659a 109 28 31 114\nd982d99031fb4f93 82 98 114 120\nb0030e8ffdf33cb8 96 42 110 121\n6638886a3a5ff92c 89 7 18 20\nce2d73fd4e1235ec 100 35 103 105\ne30f93e62f76014f 148 13 16 27\n177ff3969577b8de 59 1 61 63\n0404d32e97ec1cdb 68 2 73 74\n35061d7afe240bdc 270 168 183 192\n806102dd1847a340 132 50 55 151\nff03c7906d70bc61 90 101 126 133\n9b09cb164f1df0d6 161 86 107 163\n2689084e354f6dcd 116 0 4 5\nda27974057f07122 142 2 152 162\n62d43eb863c52706 86 0 6 11\n9720394a4cb1ee2b 60 3 4 10\nd45a3454e5581d11 100 2 4 13\n9e7927ee83ae3ef5 113 19 41 114\nc9545e4aaf05d54e 107 0 125 137\ndd4f43f04d9d51e9 69 13 16 18\na0dff63288fc21dc 120 20 125 152\n63b37bfae7def003 96 27 36 112\ne4ce9925774dac97 77 8 82 88\nbb08d0ebf3104860 161 56 59 81\n308de3d523189c72 61 1 8 81\nd2df35be33a3887f 151 11 19 176\n8ecf6a45678ed000 143 12 153 167\n5a866bf8e9e89c45 99 101 109 113\n72a7f8ebc3cb28f4 68 7 14 15\n2bd7cee1fa9c8996 111 41 62 114\n651dda44a5c1e293 177 40 46 193\naed2be03745359e1 112 35 39 118\nf7f7028b9db4277e 158 71 84 188\n7bd3172c6da32832 133 5 6 11\n34d9a4f4cf484d99 49 50 52 61\n62ae20eaf7f140c7 70 15 81 82\nb38e0e46b8c27cb7 57 3 60 62\n52099b824111b8d4 88 6 95 133\n5a0fd9d6bb6b26fb 63 3 64 75\nc31a5a509ab9c526 233 149 171 234\nbc400bd8d1f7c4bc 55 57 58 68\nb16d261e94f32108 72 73 74 78\n9179005d637bb381 46 47 48 49\nf0e8338a63423225 51 57 61 90\n2347b1e3e70842ac 127 45 130 154\n2d6f9fa00dcee664 89 1 5 7\n4675ea4e00c2544d 121 130 136 139\nb22809db10567e0b 68 75 80 94\n8659660eb14a4a89 175 3 4 213\n4f88a0a88784bbf1 100 23 26 122\nb3f9da40554cb53e 94 96 98 101\n1ca02bf1c0b65675 70 81 95 98\n0368abd976e8d82e 122 3 10 16\n4b5a6dd314bebe88 90 0 7 14\n3aae131a319acd17 204 48 87 217\n4bc203e17758f3a0 65 7 8 84\ne49339b26418352d 185 55 189 220\nf20f939c45d67d35 134 5 150 170\naf51983b0d330390 57 5 58 66\nda66efe7f47eb1f3 120 6 33 135\n08291107fc9e9849 184 44 67 210\nc34f0f87352a70e1 78 85 90 95\nda9c9989f0826f06 98 0 13 24\n6ecda7688473aa25 129 28 148 169\n145da324f69d1c6b 106 28 34 41\n1c375830155fe6dc 93 4 120 124\n85c5cd422c58958a 168 48 74 186\ne3a879a1c468f4bb 70 1 80 90\n9199131c0da9290e 70 6 8 16\n1d125b16063c96c4 117 3 120 121\nb8ec32138a491a9b 74 0 18 19\n2e261d7661282e40 55 59 70 73\n4c0ef61c55467706 65 5 67 88\nd4ba158175a98676 51 53 59 61\n73301da6bc2d64e7 96 104 110 138\n6afb95545c3aa4f2 69 1 6 12\n916440336f6290f7 131 31 45 133\nd1bc93ab5085d7ce 136 7 157 159\n5fa1c14029bd1183 124 26 128 138\n63b3f24f708864df 114 14 23 29\n1db274e904e3fb07 67 0 18 71\n7bfb908a2ca8a8d3 74 7 16 22\n2b1da1fbe7f18f7e 48 61 84 86\n5b511c9a3888311d 123 131 136 149\n8dfaab80f0ff96b2 68 7 16 70\n555670de0b6aad58 97 98 99 100\nc46ca76fc6fba789 81 89 93 109\n5bb97abaa6ce464f 58 2 8 62\n08c9e7365f0707a4 103 106 114 147\n68c72dad736be98f 61 1 74 92\nbd5b2cb53eb19175 131 20 143 159\n9d299ef8db7b5c79 96 1 4 12\n56b103273d116e5c 62 64 92 101\nbdc61a5863efe4b7 121 127 128 130\n09d860b12f6604cb 58 59 70 72\n515ecfc39f93710e 62 64 76 79\n3fcf6c1b81b14af5 85 0 2 3\ncfa7ad963a2cede0 152 45 171 191\nebe74462b3438417 125 3 30 126\nbfe7903708674ea4 82 27 30 97\n88ec9feae8aa8a08 148 83 88 157\nc3fbd8143d230d6f 105 9 14 117\naefc27b9cbf7baf2 210 107 142 239\neaa1fe61497b64ed 77 23 80 109\na53e2726753464c9 70 1 3 71\n1513c8f030f4cbe2 75 13 82 93\n5ed81b3d975b3525 92 93 94 99\nc1f2a61d61bd7e48 146 10 168 183\n1fcfd8a36e171639 188 63 196 206\n0cbbc98eec80360a 61 73 76 77\n9c1398cb9ad44a17 271 193 195 276\n874b92ceafee3bfc 68 1 2 70\nc4d2c01787878b20 55 62 68 75\nca12e642e93fc13a 183 60 64 191\n2075a2388413899d 59 0 84 90\n7edeb4779b56f16b 79 82 86 120\n1ae4afcefdd3650c 55 56 59 60\nbef22dc2cc3a20b7 60 1 2 61\na28d9292ca8d950a 91 1 8 22\ne7f9787274c3882c 108 2 34 37\n1058fe0400a873e0 72 20 81 107\nec2798755715261d 60 61 65 75\na100462fcda4903a 69 1 7 8\ne6478478a90ae0b7 70 74 86 89\n6558a3aad7301ad0 58 6 7 63\n71d4984eb3440a3f 50 1 51 52\n494f87170e713843 106 15 16 21\n0a6680fe6e8e09d7 66 67 74 75\n11eb4e9eec5048f2 80 13 91 94\n91a772967d0c828b 73 3 14 76\nb156889fde2dbb85 80 84 115 124\nde60ac2e663b066f 97 8 45 105\n5be27cf4d890da47 265 100 103 116\nac479d95070773ea 45 49 53 54\nf45c428e89a06af3 99 106 135 138\na387a0797620e120 152 76 92 164\nb713e75c318aacf1 103 2 106 125\nbb0d9ff59505b17e 217 52 53 83\n7367bf46cefab634 187 97 113 117\n2a2d971fd44ae258 49 2 67 74\n040a7af97273204f 134 140 161 166\n4b5619958277861f 83 11 86 98\n4422b38e60e3bc2f 70 0 6 78\n9d377a5dcd18edad 154 3 10 167\nb27799762a8b833a 270 113 134 278\ncb8fa1e610da2576 83 8 10 13\nf8f9ae6839b997d4 158 18 24 185\n5f0d3f4cad9f6bc7 54 0 3 5\ncd5ca613c01ff1dc 58 73 75 77\n872553dc67cfa7a7 219 62 251 261\n6ca4076fadf3200e 248 139 148 264\nc0f59974cf8e4cfe 72 15 23 75\n3a642c6d0e43510b 110 0 10 145\nd2220929f6df0678 78 1 98 122\n666e2f9e9ea0fadc 152 79 169 173\n4a1b9fb940541809 172 114 195 201\n77917a56e2650f83 127 57 142 170\n424397db4b1cf634 92 105 130 133\n981614c8b84003a8 79 0 17 19\nf6c455e1736b238b 146 61 75 181\n32d28b7513f873be 94 27 122 139\n74af9d545c63645c 51 52 57 61\nbe8afab0505d8ca7 75 0 8 12\n6c1078edc3a861c4 55 0 2 4\n0f5bb0704084e290 64 65 69 71\nce827f0c64f90c22 96 24 98 102\nc887543e0e2d2a89 68 6 7 9\n604e834da1b066c3 134 42 57 150\n2cd1705407546b72 136 50 51 61\nef8d91016d54a951 120 0 23 34\nd71d8269b397199e 160 90 97 104\n2f3ec1f2335489d2 147 57 60 150\nffb3b1bb765b96eb 237 109 119 266\n9d6fea5470e31f53 125 0 2 166\n3581e2337e3b9104 50 0 1 52\na92177d7b96db613 127 20 25 142\ne95a6a3c350879ae 66 83 84 88\n505398c0e31ec5f5 212 88 100 220\n404043fe2f398440 208 64 225 235\nfc6f664a700121e9 66 1 19 83\n6c78fd2a1f251252 51 1 68 72\n9300e59f9b434ef8 71 0 3 12\n9d189d02a0c0b999 75 84 94 102\n3fc266558ec5c07b 95 123 129 132\n01570ac1c73e9ca2 133 57 139 140\n46a4d49d61a86d37 54 1 4 63\n8a3dcdc501eb6cbf 46 61 62 67\neb5b73ca4a18bbf9 180 27 31 224\n0c6b149da098b121 166 33 191 193\n7c411c479afba17e 121 26 126 133\nb71c6604f52dfd89 87 32 101 109\n12b7562944c06836 83 93 105 123\ndba7a2fbce619ae6 111 117 125 155\nbc04acfa6bf91216 69 10 13 17\n8215004c55b59e05 158 67 76 103\nab3f69c52338a68f 89 92 96 106\na0db9c916426d689 112 7 122 128\n81e21e7de4e7f651 80 2 95 104\n657a8a3c295c285b 69 18 19 74\n819c07566240fff6 70 6 19 71\nfb869d5257bd2088 67 1 72 74\n3456032dc178208b 71 0 74 75\n839b9551138a8d78 102 13 17 26\n74598c6dc1d84d8e 121 130 160 162\nf8d8be6aa90ef3cc 73 3 17 75\n3ce8f87fcfc988a8 96 13 15 20\n876b3edad22f730f 90 7 9 134\n0fbe6d76015f75d4 144 155 159 180\nb9ace716dc382454 111 132 143 153\n280443260e3dced9 122 38 129 149\ndd9ab2885314a176 74 13 14 78\necc06f0818f48464 107 1 20 129\n84f0c7ede104ec5d 83 24 98 101\n2ceec371086f5d82 58 0 2 59\n7a50a76ccf43f0f1 72 20 88 90\n23dcee801bca67bf 95 21 127 133\n7087ce00023cad0b 71 7 14 24\n832d9bfc6fb0ee3e 79 11 82 95\nc191082043684c2d 49 51 57 59\ne464f2b5402ac9f6 154 53 157 170\n6b72878ccfec814c 100 7 41 102\n1beb8e6662d36ee6 69 9 20 70\nabf2836f83d04375 91 32 106 115\n293e02c7c1fa31a8 275 194 220 224\n9e5742721b362151 48 51 56 59\n6675323ba63ddcfb 76 79 100 103\nd4c4491c9efa81cc 55 80 86 99\nd39b221484337ef2 49 69 71 89\na311f0380386541b 86 1 9 89\ndabfdf8edd1dc032 51 52 53 54\n0d6a534d75f20921 51 61 64 96\nb572e1b507849a83 66 3 4 8\n6062bd76d28b5b2a 111 131 137 156\nfe97f5516fea659b 197 130 136 205\na5f9e28c5865aa05 129 31 71 151\nb5d14fc6ce434970 150 4 11 158\n464d63c227f26d09 50 0 2 51\n7b2e239ef9ad3204 59 60 63 79\naab0b6cc7874b67e 82 7 19 20\ndd4184861015056c 132 20 49 167\nf18290450be43683 78 16 80 94\n4773f5327489d57a 163 66 80 171\n053e78d3134437a5 45 60 72 82\n61e94648de4f2fdd 89 7 22 105\nec3b36ce3794c18a 74 89 104 106\n3d4645318868a4f3 60 2 12 64\n10f9d6f46e438d36 55 71 82 96\nc57f9e04ed7b2789 124 5 33 40\n595835d9376d7aab 57 82 85 93\ne42025ee14ea866d 120 123 124 125\n64a0d6a31e6484ee 220 130 154 164\nf8075dd9592cbe12 78 25 86 90\nf3c0e97521ac48f5 77 8 17 91\n6a7c2c0b50e6de5f 67 2 14 16\nf46ad800862ef072 106 20 28 44\nc5b78894aaca6db6 122 4 7 123\n600adea2c262f21a 80 6 11 86\n29791bf60e718c6b 178 34 40 210\nb20384a3167bd3d4 84 1 9 35\n8b5b10275b8a2d7e 121 142 144 150\nfe3e07cf43d37f75 77 3 8 9\ncf98c6afd9c35e1e 66 75 76 85\n5723116fddffaa41 59 60 67 69\n35eeb3ce1b3dd01d 114 1 9 122\n455964aa4ead1e2f 59 61 64 85\n7e922181dfb009e8 126 33 136 160\na0bc9b509471e1dc 97 8 14 104\n37ff932a6a608c24 60 4 63 91\ne5509acc0167507f 146 68 76 147\n0498c9066256055c 118 120 145 152\n4bc47dc7f8781812 215 223 252 258\nf087cde338a19ca0 103 4 6 14\n8371a8888df622aa 54 4 5 73\n9d022c4ec370112a 91 21 33 114\n34bc36fe61a4020b 64 2 3 4\nbf9744dcaa2dd16a 242 137 250 257\ne7a91fda857970df 54 66 86 91\n18297e1f8e25d3ee 57 1 65 71\nb3a450fbb3e1e27e 117 40 43 56\n28ed97894371982f 83 88 92 100\n382a5736d9134153 248 119 144 276\n9ab0225fe7dfb56f 79 11 80 81\n3b7443b24830d388 106 7 31 37\n05e2f342142bc50d 46 47 48 50\nb370e3f9840ae00c 250 168 184 204\n73dbed7d7c84edec 52 53 64 71\ncc448cfcd8bab948 161 88 202 205\n08b8b63abbec8780 74 0 9 15\n8f8c517cfcccb122 212 115 144 249\nf3e1914ef27a8fa7 61 4 64 66\n22666111b2180af9 135 137 149 153\nf272b4e7a791914d 63 0 4 7\nb9a70f12fe6cd7b1 152 31 32 175\n6bba27ca808df3b2 61 0 2 8\n7d5bbbfe59fb6d85 66 68 69 70\n171b3a4c2f95f981 52 63 67 80\n0ecdc87c3391ce98 75 77 84 91\nfb606e0ed3d19e90 94 95 113 120\nd932fa3862974507 259 155 156 164\n88eeafd51bd099bb 85 4 97 106\nb1df812f9a41f543 212 229 251 254\n4e96d43605f27475 97 7 16 39\n5effc5aba4ed1611 99 1 2 101\nd361d42b0616f659 100 105 107 112\nb79d5e7256f01f82 90 14 93 108\n8124e22a832f1c22 66 2 5 10\nbc6cb70a1ed40447 51 58 62 69\n17a39d87a22ac1ec 57 69 79 85\n2f8e1946600c65d4 107 16 31 110\n46f840365cee9c44 59 2 82 92\nb4a257007abedf15 83 0 5 11\n172bd46c6ddda95d 93 113 114 119\n2706598994819cfc 57 59 62 70\nf408fd1ecf9639dd 51 67 68 78\n713cc1bbc24c1936 167 40 51 62\n81c3625e4e3c76ee 52 58 67 74\nb6b1e8f231f08883 46 48 49 50\n77eb094cde13265c 113 30 48 117\nfb7719fc97e9f6e8 51 4 53 54\nb9719e4f722c3f4c 45 53 54 56\n7dd6307ed8c08aea 73 85 87 112\n89371ab4cdf5e682 78 9 90 123\n15729869d1862b7f 107 36 37 44\n0f25241e37e16f56 162 35 39 58\n60ad1505b6880c3d 85 96 105 106\n2671c647c9c2fed5 106 41 136 140\n28c9d20b865f5d56 63 69 78 82\n3db49ddb3f470436 100 24 27 139\n8dc30def67b64694 57 0 60 68\n5a55518f5e8c384d 141 48 49 148\na10530047fddf154 70 9 71 82\nb13191b0346bee85 67 5 10 12\n56376f6104f874f9 87 91 99 101\n23d7f14af4b7ba08 66 5 18 68\n342f8d0f09f0ae5d 272 185 188 276\n8cde229256e5251d 50 51 65 81\n4227369e7d0e735a 58 0 60 62\n20171db88f887218 77 0 2 17\n0326e5c562bdf1b5 117 13 30 123\n58846d3b272e7c12 51 1 58 61\na552d52c34c2c920 48 53 54 65\na1ff86f50bd1fe17 59 4 6 7\n285aef90afaaf565 165 58 72 88\n5c30afe4faa45992 132 40 80 152\n7842e7dce39cae03 119 9 22 120\ndba709d22835a551 206 104 119 122\n77dc4b468015014b 78 7 13 20\n7552e1952a7d7f0a 64 6 9 65\n375a7fbf80d09c92 115 22 46 125\n09e4d5e8eef7b9c1 96 107 123 125\n59d17b8a7e51a426 156 70 90 157\n0145c694b53b120d 254 153 159 179\n5989fa7826ac0bd6 58 64 72 78\ncc55da724f9364ad 120 7 12 160\n44138776bdbfe28c 209 51 57 61\n33f7565ccb685cb7 139 32 45 154\n2016584a2b9b3089 48 50 51 53\nc3ce59bd532d23f2 54 1 5 6\n025192166c704a39 187 49 83 191\n342ea495bd00435d 74 0 2 90\n1cbab4f69b2d48ce 63 5 9 14\n95e6b11f5cb68b1b 115 18 38 44\n3e00b129b656fbce 90 106 118 129\nf4b442376f581f8d 74 6 12 18\n923db8607fe7c9b4 54 2 5 55\n3d5125567924e37b 158 56 85 89\ncc39482eeab4a285 64 6 69 81\n776347bfe788a54f 178 35 183 208\ne38008dedfe9b945 69 78 101 109\na63354f2cdf551bf 98 103 114 140\n9d8ca3b8ce050769 155 68 87 187\nab28d4d77f091d45 182 105 108 184\na37ea3aea712c637 226 94 230 237\n0cf444aef3ba16bd 64 0 1 5\n0872031bf89a808a 62 68 78 84\nc0a5d1ad8514f2dc 106 26 126 134\n5c894e0be7da3aa0 73 12 19 87\nd942e48c948b3546 117 120 121 122\naae255306b6aacf9 138 8 20 147\ne423e3493da1928e 239 151 266 275\n293c7c1ccaa6861a 53 3 79 82\nafb299939df7fc75 55 57 63 68\n0c609c435b1f7114 93 9 15 112\nab50d8b03d6e9dd5 46 49 78 80\n6945e06868818a6b 114 14 117 119\n7526c18f191bcc1a 57 70 74 88\nb8fda11b15ac85ff 70 6 14 16\nb66cb5cbe8bf9988 96 29 40 98\n8b7588fc7f864856 105 12 106 119\neefe8215fcf03eb6 72 2 19 20\nd903b8c3184432c4 108 111 117 137\n52252f53475f3475 78 1 16 79\n154072be49bb3c1d 58 59 60 71\nb1fc2f8151d37b27 61 63 71 78\n7889a8be8423c9bd 152 27 44 156\nc02b7c691ed4a845 86 10 12 91\ndba2f518927964a9 78 0 1 30\nf1623ec1d552408c 92 98 105 126\nc7744df876ab273b 102 4 133 135\n941c331f91485d6a 89 2 13 92\n1fb9b8bc4699fbca 48 0 1 2\n56710f709149dd7a 96 6 12 14\nbeac0761856dc654 78 108 109 115\nf48eb747754f33c1 79 9 10 109\n103777494841b376 125 33 48 50\nc98425c3d93c2522 49 1 2 53\n95f028a9eddbd666 68 1 85 90\n868a0505d840d013 56 0 8 63\n6e2921154309ebf3 226 143 150 162\nc038bae2cfb10905 97 2 20 106\nb8191dcd04692f41 144 11 30 147\ne569b4b1f77c73a9 57 70 76 87\nd9a6b99b28fc45a3 105 29 38 48\nc2921a4f06e84d67 127 52 64 132\n623e3b69d53672d1 59 0 3 64\n2a1fed061b29b25b 190 43 205 215\na011148adfba8ab2 65 19 79 90\n99556a626666c2e5 59 85 98 103\nd9899418fcd4d5a9 69 5 12 13\ne4ba8734d564d119 118 119 135 162\nc717b4a2780e054e 178 93 115 179\n1c29b1d8fd1dab3f 63 4 9 80\n9cd47d34edf48dbd 106 34 43 48\ne60c11943e7dcec8 68 72 76 80\n082087c82daa295d 116 12 28 118\na45b443d3a39a411 129 7 156 165\n4aa594c0ad661f28 127 11 24 128\n7ae66b8767fdcd9c 213 126 223 234\n1778e784d47e035e 59 3 62 79\n4fe53e010f46a558 223 62 259 262\n353ed71c624936df 53 1 2 54\nfd81f0be5a2ffc59 76 5 81 83\n6ed45f36128e4643 47 57 70 72\nce4af8a477671dbb 101 10 30 111\n88ffaec5c0890922 120 11 15 48\n627be3fb033b8cc0 89 99 113 125\nc0bab403d49ec3c9 55 5 57 58\n0aa284f8166e19e4 91 14 93 106\n507dbfe835626dcc 113 13 16 21\n9b765910ee6573ec 106 35 40 46\ne5dee8d225163c41 76 99 115 121\n6b1743887e6b52f0 94 1 131 139\nec903a9a03f9816b 108 3 114 147\n459a954b63f98d8a 56 66 79 81\n2007d4829b187feb 91 9 11 95\n57ec3b103fa7ac0d 133 29 65 166\n7f33edd7f1023f13 47 0 48 49\n8a4ab48c2a0447b2 56 2 60 62\n2d99ba7951695f79 95 98 112 119\n14e540cf0ff7ff91 47 48 49 52\ncef01f7f4f44f2ec 52 1 2 3\n764286e6f762e2f1 75 10 12 13\n8c6914d6809ac43d 46 47 49 54\n1402fce28722610b 112 116 127 138\n65f7555f41eb10b9 110 1 144 154\n7bca6717a9ce1848 277 181 189 205\ne726d0e6ff25720b 65 67 68 71\n865a058505ae796a 66 3 4 8\n3547ab41880f8d24 85 6 13 15\nc3c33ceed1308b42 81 86 97 116\n4befac16ffdf8489 105 3 4 143\nb21e0a2b46d32e8f 48 50 51 53\n8a71794d139157c8 121 48 141 151\nfcde616cb28da426 65 77 82 84\n7c4eb9cd91717822 53 60 64 70\n967060f45b2e8e79 81 4 23 91\ne9d05d93e23b910b 264 136 137 138\n4d81956873dab17b 122 125 131 137\nfb08b3c2668c99c3 153 21 29 44\nbab3ccbc42fb073c 62 73 77 92\naeb269fbd11435de 60 0 3 11\nf6256427ec74ae4e 55 58 69 86\n5c9274b41b9510f7 133 49 136 152\ne2526afd3f5b8088 54 5 7 60\nd874f7ab26833c9b 104 43 123 147\n8681b710c789469e 65 72 77 88\n4f4684c2555e4986 173 53 60 67\ncb3b7b9e32b5184d 94 21 96 123\n02b2358ff02d3ce8 93 6 37 115\n56b15b1236a1dadf 65 1 68 73\nafbe706d58ccbf91 100 21 119 134\n886a7506e898ae0f 116 45 120 123\n989b93443ea01217 196 49 51 217\ne07392b123f6fd77 88 23 90 97\nc24b14dbd06b6f12 211 110 117 231\n49c9324758b5e867 104 131 141 142\ne6f8497a860c873c 151 27 46 52\neda24655c603151c 217 91 98 253\n955d8d05e49068a5 66 2 4 5\n869f2e60673124a2 174 95 101 118\n4f385d4aa89826e6 78 10 87 94\n150b45a39c57623d 56 1 5 6\na4583d74316cd326 56 0 2 59\nf259c6a8bcfd47e3 81 2 5 6\n1fcc400e42725a95 110 6 15 115\n0302fcf06bfba582 115 7 129 133\n9f50c2c9ddd11c6b 87 1 11 36\ncb77faa583c93050 132 50 133 154\n9e38f6416358bd53 91 94 102 111\nd6a5165a5571ac52 118 4 124 151\n70b9150d03080611 64 1 6 66\nbb2f6009491cea51 53 7 54 58\n8664841e5af50672 268 175 184 195\n188e6f96fa74ebe7 60 1 10 13\nc944ee6a7745ca58 134 54 84 153\nb93508abf3c28e87 126 52 61 63\nc7c9ccaa71afc250 59 1 2 62\n83177c0ce1d7daf9 88 6 106 119\n154813fc1d6820dc 82 0 89 101\n59350c4847ade4c7 71 4 7 79\nb783868c5c79a3a7 85 94 96 97\n58c83d9168e3dfaf 80 18 93 113\n5d9aad375787cad0 277 170 184 191\n038137c9569c60eb 54 58 66 67\n3f8d1edf59e70df3 68 12 16 69\n0223924f43297881 169 57 180 213\n29e89708fa1338da 46 0 47 48\n0c916bcc9351521e 112 2 14 18\nc99afff025000694 83 5 29 100\n568da5cf0bc3f974 150 65 78 93\ne34d3ff56658b31d 93 12 98 100\ne69bb4cc457067b1 54 61 68 69\n01497290d8b93a9b 89 1 91 94\n724cb4e97fed8ba2 157 22 171 179\nb1da4b3eecf01f9f 52 72 87 94\n6a3d71f522c16c94 95 109 117 139\na05e27856af43d9b 64 86 104 106\n6ad6908250a003ed 53 2 3 58\nbe4ecfc1baabdf63 106 0 10 23\n1e2a2be2df033527 176 63 73 101\ne152961d6260d8e4 113 2 8 17\n651e26c7f3ceb8aa 186 22 34 36\na99767367335f40f 174 42 46 178\nf5cf6908b3be4c87 85 8 9 117\nbc9cf914440f8fd9 94 6 31 125\n9aa567aa11e9e83b 45 51 55 57\nca4e2c82bb426e95 175 69 87 107\ne17868760749d3c2 87 8 16 107\n126067199873816a 202 95 214 215\n88df9313dbe54779 111 118 130 146\n62cd5ce1dd37f00f 130 136 139 164\n878a35091763d3ce 121 122 131 135\n529b925fd0afe9dd 46 47 49 50\n5c7f377c59f81d8b 85 20 89 94\nc5c41b6c6f72a2d3 50 1 65 67\n4c169a41e66b6599 66 4 14 15\n4a1d79baac733df7 78 89 97 109\n182054e13eaf58fc 47 60 68 92\n227d63ed9a678fb1 117 16 41 47\nc003f0c35e24b2c4 73 80 92 96\nb9195633e5e51479 95 19 24 106\n9e189c10674e51ff 105 4 108 149\n0b429a4733089487 130 156 168 173\nf882aaab13d8d7a6 110 58 111 135\n059058768c222bd6 127 1 3 168\n1ce68f950e7cdf8c 110 24 26 112\nf5df2f89fd077b6f 61 65 87 104\n9cdbec32ce30407a 54 63 64 66\n4faadcae3446d4e6 85 4 17 102\n8980571a190d8ec5 97 2 8 9\nfd17f140dccf0636 60 6 74 80\nb67c36837d48085a 184 96 185 195\ncafb58e56c4f06b5 61 5 72 79\nf289b5f7136bba85 243 127 137 251\nbf25a631f71b679c 112 13 21 35\n4d2fea223ba77a08 45 49 52 55\nd496829efc673718 49 0 1 2\nef5edf3c17a23dcc 277 198 219 220\nebbcd768d46cd97e 69 0 70 71\n3021337b3fbdb2f3 107 3 6 114\n96697e788dda9aa7 124 150 158 163\ne24040fcfacfb060 82 0 2 83\n1efbd8f8949b15e8 53 4 7 56\n2e6876c6c1e40652 56 77 96 98\nc13a9ae6b4db0cac 99 0 8 109\nc4a3fdc24d1ae332 270 196 204 276\nb90f2c02287490e7 52 56 64 94\n7a748f56536918c2 67 8 12 19\nd204e31134a32a63 63 7 9 71\ncbb0310eb8a9de12 116 32 35 130\n56fa6a970bbf8dfc 51 52 68 69\n286393e1e797cdad 75 18 20 117\n67203c7bd53e260b 85 12 15 36\n62938f4659a1ff2d 106 14 46 112\n3d2f4958db5aefbf 60 67 69 70\nb5651e815d10dbfa 144 31 43 55\n818917ce986e4d39 104 24 28 58\n418ad7b9e78208cb 114 22 45 54\n8db71ad1c51dbfd6 52 59 64 70\nd8efd7b23feffed8 66 18 83 96\n22d6e3fefb1ee7fe 87 11 116 118\ne7535a926f35bc81 54 3 4 8\ndb20667ce37a6393 57 80 85 92\n2c6e76b362eed8e4 165 30 44 175\n67b05a50d2b941c9 134 1 11 12\n16a2c55f96e6aa18 68 0 69 73\na91ae94217a87f51 81 14 17 82\n4dc410cbe3dd4d2a 122 127 144 147\n1e0f97ec8f5aa374 165 41 44 178\nc32a9cc7859744ca 106 22 45 55\nfc99e61da3cfb1b1 120 13 38 139\n701d9e4435975003 52 2 71 79\nc6366971043851e3 73 91 92 117\n31afa3dcf3b737fa 84 16 90 98\n6691c9c70cd16931 75 7 81 93\n008cd8c450342e49 51 0 57 64\n9d82b9fbc4c08f92 48 54 58 59\ncc56ef68f19fc3cc 127 16 18 148\n1a556324d2e9d9ab 77 15 80 88\nc1ca712432a9e0a2 61 1 65 68\n890ace92226368a8 91 95 115 122\ne8345a0f8fbd9dd9 99 6 100 102\nb5977855e1fdd531 116 129 150 157\ne936467bcb92edf1 59 3 60 62\nfea3a0ff96583244 115 9 13 127\nfb52f951d8a8ad11 125 34 43 55\nbc810a96c1bf1f4c 83 12 91 92\n96cb607b7454b51f 45 46 47 48\n2b5b5b4f4fc526ba 76 1 15 16\ne943edf17a81c70c 74 105 112 119\n3d7a1ebc77f683b4 60 1 3 61\nbddc84810d71a26f 245 154 188 252\n3764fcd58017528f 47 49 50 51\n44c16554a21aa6af 117 32 122 144\n0c209edeb7637dff 120 24 26 29\n882eb7bd6e78c1de 96 6 13 17\n1eb03f0e3088edf0 87 2 88 125\nbf9f7853214fdb3a 47 0 48 50\n614fe17adad24900 117 23 48 154\n9ff8d373fdccb796 52 53 62 67\n7c1d611595e6c833 52 53 61 69\n9818edd775aa6aa3 88 27 29 92\n5bcd735c6e7c3e49 51 57 76 89\n0e728af85650dcb3 78 14 19 20\n2bff9ec89ca982c9 191 118 126 193\n6b0790dde2a31848 52 2 56 69\n7af972ed1c9e4728 201 135 136 209\n225c5f2cdcd2753c 129 10 26 30\ne80b3780fd64c9dc 152 20 169 181\n5127cbfde797ef01 102 31 35 124\n0bb7da710cbf4bb9 259 96 99 274\n5928490569bf6065 82 3 8 13\n390ddb7ee9b716ca 75 77 85 88\ne5ce752d134c2b46 172 46 59 62\ne374bd9f7b295de5 119 26 155 159\n4c2d32a7f2b62657 94 1 8 32\n28190e57702bcfbc 56 57 64 66\nf1226d5483f1c1cd 104 115 134 141\n0463d74358aca878 130 26 132 135\nb1c52eac61190f01 177 66 195 200\nc49ff29ed26430d1 125 12 29 153\n67b160b06d7681d6 191 89 224 228\n372f324a1f4d6898 184 37 44 60\nc2b5cfe98792e794 91 13 17 106\nb4fc14f25ce51a5e 187 99 133 210\n08138c1a3ba1ce8d 156 61 166 170\n7a8350db1f516bb4 71 1 73 78\n406bdec5b68b1a71 126 20 127 142\n04cb1526cf3c43cc 159 40 162 167\n9a6845491149c6c2 66 8 74 105\n7a2291bc1b9a6e7d 80 14 17 26\nd023e559e600c8c3 251 129 259 276\nc551b85ce38402a8 113 118 138 151\nad3205983527755b 81 17 24 98\n2643e671bd31b72f 74 23 113 115\ne877d584b209cc14 117 11 139 142\n6056f8d55c7dc5eb 257 110 124 264\n98d0d604aa0bd2c5 132 9 17 141\n58c077a368758659 95 11 12 98\n4dfb176e5168a4af 125 15 143 145\n10002e18d04c3d93 54 60 63 64\n131773f46d989860 114 4 34 119\ncbdd3b8e9010c070 96 33 36 141\ne352473d786044d3 71 12 13 86\n18e659699338f835 71 6 73 77\n12cb4aa3f5b59ad6 237 142 165 166\n58ea51797041da4b 242 170 172 186\n2d524e9324228d6e 135 0 175 178\nfdb60d991671bd45 142 152 155 167\n8849226fc5b1470c 77 81 84 116\nd064c864bda4430e 87 1 15 111\n277389b279234c08 269 113 131 133\nca19b5ba41e05630 188 87 104 112\n30bd5b88e47f6d0e 117 15 145 147\n329abf340d23b0b9 71 4 18 78\n6b0b3659521de718 52 63 67 70\nb15b101b9a343391 260 264 269 274\ne27ba82363512785 60 81 94 104\n16a75920e79c3710 55 2 60 64\ncf845955d579f84c 197 67 70 71\n0ef68550315f57c7 54 69 79 89\n36c5e00f55c4f217 61 12 67 102\n58c701594649d4e3 70 73 74 78\n311d8515bd115aba 228 142 232 250\n8e685e79ac5149e4 216 136 222 233\ned952d18d27ec9c8 61 2 71 89\nc2a33406693f6f47 89 18 23 28\nc95810ea9fb3966d 102 39 44 113\n271bf9149d140dc4 141 64 74 152\nf998e4a527576a1a 105 35 36 51\n16b48792e910cf49 170 62 66 95\ne5129eab1a727ae4 81 4 82 83\n2ca8e34592e0c415 75 80 81 84\n6b5dfd943f483c8e 187 36 202 215\ndd6f5db17e7d568a 65 68 74 88\na6c6cbe8f6e0787f 81 1 7 8\n84a7bc993f35b6b4 54 59 64 89\n63068b731b51b664 176 15 32 38\n1b2937e192040745 85 29 92 102\ncbe56d4478ac20df 101 5 109 121\n454fc1e32db7cc41 57 58 77 82\n7115632790ca97d7 46 0 47 48\n86157d113ca15798 63 75 97 101\nd4bc08cad572effe 193 27 208 210\n0e2653d00e3fc05a 147 26 167 187\n02c0c9192fb9a6a1 93 112 132 137\n3e577a3be646152b 62 63 72 79\nd3b39832fe75e063 93 11 16 131\n9c92e3727bc0ab05 63 1 66 69\ndb44fb48949d572f 93 122 127 129\nf3a2f438945382c6 88 1 13 38\n747e7c166dce038a 125 40 43 54\n52b89a24cc171c5f 191 71 81 89\n3f5454f2f53e2103 100 29 103 109\n8a2a69477f35cdf9 58 1 8 59\nab14d572e5284462 110 12 15 144\n3349f3089ea84d6b 60 7 8 11\n54130e35cbe494ff 48 63 77 82\n750ddf09bd6d1eab 75 5 15 26\nd7a9486c2d6ea7ca 202 105 213 244\n77270b05e5cd1b4e 141 53 59 143\n9b1f4a05a9be678d 61 63 64 81\na9f5fa43e4bd154b 135 22 44 53\n2c3a96fb820e1ab7 129 47 131 164\n9d4d95c939426580 62 68 71 84\ncba2a0762bc3876a 112 9 28 40\nd3a0ee23ef17b560 57 59 62 64\n97e4be988e741ebf 81 9 15 90\ncaab090998cd55d8 58 0 5 6\n46eccb4820f5a4eb 104 26 27 148\n7336669f60753832 88 117 120 126\ne82129af4abedb25 170 74 77 78\nfdd8c2ad35591b60 73 11 83 106\n7f4b049599c8e19c 236 162 186 262\nc8d53d98a86bb2d1 84 0 4 85\n4dd21bf1c1565fe1 158 24 178 189\n73de8e1e19c1857a 141 46 52 61\n5db2aeef574c0e2d 119 9 13 15\nfd7890ec5b0a924c 118 150 155 156\n5401a275544dc532 48 1 50 52\n7feedcffcc9e8353 261 158 169 267\n5225deac6735ae5f 186 91 97 100\nfbb8d7a56a6d5741 69 70 82 93\n1b74274269c75c8d 60 4 72 73\n78933b8bfea9705a 80 87 109 114\nc51d979d3e1e68c2 66 10 11 70\neb4965c3eb4e7810 71 0 1 9\n57552c8b1a857951 47 0 1 48\n3eb185c04280412d 67 3 8 11\nbc420a09a8db3a2a 60 66 76 77\n54be94f158023eea 77 26 91 101\n5d258b338868a2a7 275 176 206 208\n24d1c4f7497f8e77 75 84 86 87\n6d31cf796085f72c 255 157 172 276\n650e48609e3312a5 141 38 152 162\ndf242c69a2941d5e 57 1 72 74\nc77159c5f514837b 92 15 94 99\ncd3062c26ed06209 67 9 17 19\n79a42215f04376d2 78 3 98 116\nab858b295e4221fd 208 70 92 99\n3c9c37132583a3d2 93 0 123 127\n81e3ed92fa9c9968 242 130 136 258\n5e71d4c8c97980b2 63 2 69 85\neceadaab9f040b64 70 5 74 85\n2a1769dddc1dbf8d 137 61 68 76\n3f33ed2971149ea0 159 35 55 185\n0c9b371cc6225682 87 18 22 110\n94dfcf8109e9f392 74 4 20 82\nf120f74e540d724c 132 9 36 137\n6602548cc544aee2 110 37 40 55\n8bd3923459d18567 211 49 212 256\n4c144eb40a09a0dd 102 2 5 39\n9c4e84ed5d25728a 83 8 14 16\n3e68931874661724 47 48 54 56\n8bcf9013b6617811 46 0 47 48\n5cf16d250189b7fe 129 17 22 48\nb713d6fd183a434e 46 81 85 89\na2f517ba7adea803 107 12 36 151\n511ad5dc10db6932 125 4 127 130\n3c44d53659dbe4fe 171 94 97 104\n72abd10e2fa3a178 78 1 9 24\n628715cbcfaf9f4a 62 7 96 99\n37a960afb176c485 120 59 123 141\nfb029e022b479ef4 76 6 17 84\nedaf13c2d419ff89 52 59 64 73\nda7431d197823275 88 7 16 17\nc96c494c7a1d4ee5 84 5 86 96\n49a9e34610882acc 45 47 49 50\n915b32960b74b4cd 60 62 64 75\n03de2844d3c8314e 83 17 18 20\n99066a048c135f46 56 2 64 67\n3984d005557cbd6f 129 139 155 167\n778f2c1ef2ca8179 118 126 148 162\n48d4444b94c2a2c0 204 84 104 219\n7f9841416da069f5 228 98 136 258\n6a5be23c6d7ca0f4 126 148 150 153\nebbc18ff20ad7284 78 89 93 122\nb01d30861f56b1f9 66 0 67 74\n224e9686747afbb5 48 50 52 54\nb5c822379067a4f1 110 11 20 43\n444d7d8445cd444e 145 33 51 167\nc211e68f8e67eccf 224 228 230 239\n166bb958d7f4798a 146 22 44 147\n9e0581b07ec22ffd 84 28 87 120\nd91691d9b43cd983 93 4 110 136\n7ea24d7b4e174a36 176 67 93 216\n3bb1007fcf0e03ff 172 82 98 181\nda9b2d6ec4564873 82 1 21 25\n90e759f41c5bf7ec 75 2 77 86\n3587833ec93fbddd 145 28 178 183\n58c8dccdf444891e 177 98 117 118\ned252c9b9a853852 71 88 90 92\n4e22353c1532a291 53 80 83 86\na6c52c1584b4c549 85 1 117 123\nc0e4d7173cde8e04 76 81 101 112\n3105d330651c2726 122 123 138 154\na978e4b3eaf80a1a 58 12 76 91\n1f4279d98e283206 72 2 4 6\n41f3291d82fc4d93 166 93 111 183\necc5883cac90b166 45 57 64 66\nd9222927313d5da2 115 1 3 6\n7715ef327df71fed 59 4 9 11\nc8a4056d36955415 59 74 84 95\n78f2bb6034c2e1c9 92 19 29 93\n5ee1c192797bb121 107 108 118 126\nc1b10b1ac1888375 55 82 87 92\ne4fe8ca7f250e488 53 64 66 68\nf1c86db5eed91140 51 53 54 56\n3c83e9817c9e022d 45 47 58 60\ne470e7a334f69334 129 57 70 151\nfe561e047a42c9f3 159 55 59 65\nddff0878c58e95d4 80 5 7 81\n66190abc87436220 108 2 131 132\n007876f71baf453f 62 9 65 67\nbc3e794a104aa602 103 21 132 141\n18ce480be0ececbd 172 1 13 208\n45122648522d4180 98 133 135 139\n539e5c40055bfe41 98 4 12 18\nb13d3b5a6cfdac2d 102 0 2 103\n80477008ffc1adb6 66 6 14 15\n8ab1900fbe301245 132 45 51 142\n54cfc08d373fe129 155 22 26 28\n24fe21f0a899701f 54 2 63 70\n4da7a2864295c0ca 183 64 74 78\n32991f419c96ea0e 75 88 101 107\nf66a7afd0c714cea 120 23 122 137\n1fe9f9bc178a1778 51 55 56 62\n7ef9a02b25ea0618 113 8 19 115\n397bbed49e1ee8dc 99 1 100 112\n589a88598d9a2404 82 4 17 99\n4b86587ecd3325f4 75 79 82 109\nd949372fefb12e02 83 84 109 113\n2a30c5309018e00f 70 9 12 13\na967dc30d6ca777a 111 4 7 19\nc36bf9d0ce6a4745 82 94 113 125\nc2d61f6f420b56a0 185 104 119 121\n84759cb1a8176b80 49 52 54 69\n96878c7052a51068 73 0 6 17\ndb303056779cc95e 185 40 55 186\n8d6d08d1824c6dc5 81 16 30 84\n52217a4c2bbd7f17 145 59 81 88\n07b667b34838336d 84 9 11 100\ne09dbfdd3122a123 127 2 22 24\n36e69606a7599644 137 40 45 62\nd48b66d36ec83707 127 1 2 131\n612882b6b294488e 72 4 87 93\ndc8cc9e1ace014ff 70 71 73 79\n57132c374cc1ce2d 97 28 33 124\ncb9d108a22b504e0 249 118 264 276\n46889bb1803c5cd7 152 2 30 31\n204fc9ff2c7ff92c 239 75 79 98\n565459b7bb0cbbf9 182 21 56 63\nd91b11f2b4072ee7 58 8 73 77\n6b7ebc98521fbc0d 73 3 15 74\n8d1abcb6f6626908 206 118 142 235\n802982739759b171 89 0 2 115\n6e6a9dd521936441 54 0 3 55\nf8545ff1c0ebc410 138 155 157 164\n36d85599a9cbb6b3 182 122 195 222\n3b67613d97aac1df 55 61 67 88\n061e49ba3a5386c7 212 227 248 257\n91cc6b3e23fa91f4 73 80 82 90\n0ffd1083a70c6968 70 6 7 84\n1ec6fa3de6fa1bf0 270 111 120 131\nade543e5f3a3d851 62 73 96 103\nd203f88844185e0a 119 124 137 158\n3f494c35367522f1 49 0 1 2\n3d394fbabe0e733d 87 5 7 26\n978bb523c17f297e 48 52 59 66\n732c551c857ea8ef 155 19 37 192\n9fde7fce5bd825b5 190 88 192 202\nf2ac7b11e97bfb6a 47 1 48 49\n9a75ec823948cff7 272 180 207 274\n275e846ba5d0e9ad 85 10 99 111\n92be3e6965f8dfed 125 49 59 167\n17dba5fa8138ed92 59 60 69 70\nced56d983f2a23a7 110 41 57 60\ncb83984bb39b1b27 65 3 11 70\n3ec03511da601b34 158 51 72 161\naae460e8d3def83e 67 12 17 105\n4d5040e1774a51b3 150 65 66 73\nb8b00fb90a1b884a 196 77 200 217\na63d574bc955291c 111 16 122 124\ne98834bb89ac4d5c 48 0 1 49\n9008841c0e75a9ad 88 5 97 119\nee19ba8ce1f94724 227 129 132 244\nab16cd8dac9091cd 63 73 96 108\nb77410d82945972b 103 27 129 133\nc06527e6f177884d 65 69 71 75\n4500d9faefff3a41 137 43 66 144\n18a86c01aaaaaa8b 116 18 23 118\nf43b62c5050d6789 61 1 4 5\n81fa5b7b1cdb0dc2 52 0 53 60\n58544916e75902c7 121 14 135 150\nab55215118ee9fe9 103 19 25 35\n4f7ed30b3198dc3e 62 2 68 80\ne27a6760413c7c26 98 0 128 140\n3018aa8ad3eb5dca 52 65 74 85\nf6057c281758b5f6 205 54 71 233\ne76f1912e6e1d50f 49 63 80 84\nc1a28d4a283118d3 185 55 215 230\n0d1aa0f47c9d2f6d 99 18 102 109\nb20b19ab825de9cf 47 60 77 83\nc068e47dec13b048 76 4 86 106\n5f07930831835449 45 47 48 76\n835e9c8d7a50c123 63 71 88 103\n05ce34e3cd48c449 101 2 5 9\n80cbce0fa4420583 64 0 5 6\n171fdcc554d303d8 116 18 20 39\ne5f04350eaca0631 187 72 76 105\na8cc9d1e56928758 180 46 200 211\n4175cb4c71c984ec 77 6 80 85\n17535adda2aa3b90 52 66 70 78\n58a650240fdc5cc6 265 134 160 163\nfd48a65a5e252855 177 5 27 204\n91eac7cf6f555982 72 4 6 73\n453c980210335f26 85 86 88 91\ne1111d14e42434d3 48 1 50 51\n74d62d6e00c7e38b 55 2 57 76\n413062cf685711e7 50 52 63 69\n81bab615370c51a5 254 194 265 271\n0068e97c1c1f61aa 192 84 93 224\n0c24590c68af865f 53 56 57 58\n9978a9d37b39f9c4 70 71 87 96\n41c2ed4944dec77f 83 12 95 103\n9030ea311a07b473 60 75 77 82\n1b09ad5460c05077 63 5 7 9\n1e01b910ceba4573 223 225 261 263\nff4ef99f3346d4fa 59 62 72 76\nb37fcee918b0c1ec 66 11 96 109\n104c9a27980f9bb7 66 88 91 104\n88b85ce384c14da4 111 2 115 149\nd3dfe08fc77cd6d8 56 58 87 92\nf795469d3856697e 205 84 94 95\n5fa74a0d9f1d8244 94 105 114 120\n9414231317ded453 275 193 205 215\nbe47e1693fc86994 55 0 1 4\n37ce88a12d77382b 107 19 43 45\n57867fd143d400c5 127 4 43 130\na9a3cf44b0b34ade 59 1 63 70\nfaaba1f48348f5c6 73 7 9 87\n483c2b4c67e32c19 87 2 91 102\n35975b7e46adbfd5 46 0 47 48\nbb7da10585c3a2de 83 2 8 89\ne0192d10b8b762ee 132 2 4 7\nc9db4deab2f830fe 87 95 98 101\n7040582935845c8e 103 10 18 34\n275f41f9adf32526 187 16 22 32\ne9f26893411838ee 154 160 166 185\n53289d8207d0d518 139 5 22 34\n9b3d6bbe5ee18684 54 1 64 68\n5aa05dea4b73c6b1 79 82 89 111\n31b8eb8bbebed9b8 59 0 5 63\n52e82f8f5bdbce1c 56 77 82 88\nd4f7d672c5f718ac 111 9 113 114\nb1e88ba67f69298d 88 1 18 98\nda765ed07a6cc4db 142 143 150 163\n74bc45c8a1f8300f 169 40 174 183\n41649e3e8f9a4be0 109 115 117 130\n3d986ec2fd6d210d 96 10 11 26\n1ef9f5dfa615fafe 90 91 93 100\n71cc19cf54729a22 265 181 185 206\n07ba5489b56b7d62 60 65 66 90\nf1c659ac9ea21f4f 101 27 106 118\n1c7b9f93752085f4 119 58 126 156\n0ebb04534d7f2ba7 63 1 65 88\nc69e2cde0ecc2e9b 65 1 13 15\n501e33ece7f036a5 107 0 1 108\n6cc046015c88bef4 49 0 1 54\nae38058a530efbc3 254 115 124 257\nf12d445b4525f8a7 58 4 59 92\n4308efab35deb3ec 210 97 127 247\ndb10fafa3193be4d 50 1 56 59\n4ea5b921a6b71ed4 110 3 136 147\n2e04dfa4a1671292 268 126 157 275\n7f5313720774fad9 79 2 8 17\n1cca8650a292e7b0 115 27 29 50\nbac7820ec2cd15a8 75 10 23 114\nd3fa6a145c5baf7f 112 30 117 118\na1f84040ae652c9a 51 53 65 78\n5e290d84c6d3e14d 218 227 228 237\n867e133ab7e43326 119 3 25 33\n833b9a2e7a753ea3 109 8 9 116\n0a6c499522efa0d5 57 0 1 59\n7a2ad72c32c415bd 133 28 36 41\ne7035ac9477fe6ae 71 8 76 96\n9d4b67044c6bbcec 198 62 65 226\n87bbd6654c6890b5 48 51 54 58\n70919fa802cc8193 113 8 118 132\nfb229226554e4b08 85 15 25 99\nc8263ab902bfbf3b 111 1 8 115\na819768d9b5939dc 98 4 20 100\n80dae4fe913341ee 131 42 66 144\n50bd4155b3b8ff6a 108 11 117 148\n33f1be3a9ccf4e4b 75 6 14 79\n15ffcb1f98d41218 99 3 12 41\nf4b6ecb7168d0937 49 0 2 3\n37c99410741fbca5 108 19 21 114\nfda4bd73c84669ec 96 0 15 100\n9498708892b23032 83 0 86 96\nd6fd8920527d6c6a 72 1 2 7\n74a98b7f18b2c7d1 256 157 178 262\n16ef89980e2ceef7 73 0 8 105\n0f68374b76390082 108 2 115 143\n7a00ed342b630d31 59 87 88 103\ncb9044cf6e997e6c 91 16 27 106\nffd80f73ab22500b 133 12 19 163\n0aa49c0b75e51ba4 193 82 101 200\n9caa7fd2ba891aae 130 44 46 51\nf211d7e75a32cb08 241 97 246 273\nf2e2395d40c7edfb 223 132 135 170\nf43c67fe4e7e28cf 152 153 170 197\nfe2fadf89a84e92a 93 5 94 107\n232aee1c62a1cd8b 277 100 108 123\na6a651f2af4c4d3e 129 42 51 140\n6160a385de039b64 93 0 123 138\n9bdd34e784c04e3a 58 66 69 72\n3232f7457b27dbbc 110 30 42 50\na193043d52853200 71 6 74 79\n369f3639d9605255 122 24 31 56\nfcb67784bdec61ad 69 0 74 79\n38b7a1d23745fbf3 108 23 30 113\nd2fbe2b3f033ab7d 71 4 73 75\nf01e8b6f8e10fdd9 233 122 144 251\n915bfdecd9d837ba 63 64 67 72\nb0850aa7dd3ce1d9 102 28 130 147\n0196dedebec3dad2 59 79 81 85\n3069cc190d78e55e 67 0 2 108\n51326184637b91ac 68 11 12 95\n7869d609f86fe0da 242 129 150 256\nacb1e5716127c525 55 1 2 3\n8a88ac3a9b00011b 98 22 27 30\n1526707312c94a92 127 3 12 22\nbef69fb74e7c168c 93 103 104 117\n3eef492bf5120757 86 1 6 100\nc5433ac6c268ae6a 50 55 65 67\n1e1742072c0b2d6b 146 57 77 153\nafff4ef72274935e 73 77 88 98\n1abdc998daa86bd3 77 0 84 99\n6f9cb54175e7d9c2 75 13 18 26\ne7e03e7849521767 67 68 103 111\n987f95d434cbf1b0 48 0 50 51\nd39e350d8b42423d 86 22 28 94\nda80d87326bf63b7 197 76 81 207\n77a06048b920f472 230 67 87 98\n7a4a4e7e93d19085 106 0 12 122\nd630eda2a0ded3d4 156 47 54 78\n16b667d681f8cf25 83 0 91 101\n6c42cbc9f95af41f 80 3 84 86\n57b003b4132e5455 55 62 63 68\n7b98c08a1cb42da7 122 22 37 43\n651a48ed9a101887 64 5 66 70\n4e2bc055d4b7cd78 84 11 106 113\n202a627de66ad397 98 1 34 100\n2d3f982ada31489c 133 4 145 155\n4fcab7264432f232 60 74 85 95\n2ac712ac8d2fd488 112 7 8 46\n3172feb32990cf09 84 25 29 87\n81f016e6f7ed33c4 256 171 187 257\n5dbcf4d6aad6d0c5 107 34 110 125\n81b0fd734d794027 227 143 165 173\nd6c0c96bd42219cf 133 52 73 145\n65a9c0856de40a68 103 116 117 135\n14cf1f92ca13d605 54 0 1 55\n240e89ef33ff15b6 68 85 86 103\n7f803d74ebfc923c 55 60 65 66\n92ede81b0853975e 77 80 100 112\nd29aaf20f3457667 261 176 188 204\n8e6f844d3d30a028 56 1 5 7\n833dd1523758658c 51 53 81 95\n57832d06136a3097 91 2 17 22\n7b617c13522b1743 198 49 64 206\n6f59d8b1489f058a 60 6 63 64\nb12a236e24673d15 145 53 64 66\n7c3707e2d3425b9c 277 142 143 153\nc6c613fa71e84ca6 78 9 79 92\n82a317cb88729fe1 81 7 8 14\n8c0df26b7700d71b 66 16 98 106\n569c9ad90a4b215b 67 83 89 106\nfb6656f3b1df8f10 112 6 14 117\n3bae42d603be2266 225 71 86 227\n9fecc7a076b64137 64 70 72 83\n0da6a36b24eaf5db 74 3 4 6\nbf202165b6449f3e 77 12 20 24\n05ac37966de4e7fb 96 28 29 121\n767d7ed1a5c84d72 92 6 20 44\ned7a4d97bab47c6d 60 79 89 94\ne903041637c03d09 51 1 52 55\n8ba67e66fe6cf9d8 215 72 220 259\naa9df415be64168f 217 146 250 259\n8362f9a9b72d44e0 119 121 141 144\n9eb191301d4723f3 170 61 184 186\n7fd9e420270e8ea1 175 187 190 192\n2cf1a544b179b1a7 61 8 11 63\nd408756bb48232eb 87 6 11 88\n1f73124222492f1c 51 56 58 62\n3052da93ceeda447 108 8 109 123\n5b8b4c355672dbb3 64 0 3 65\nf96049f4355544bd 203 206 207 236\n0d22ced53b1db7d3 111 9 14 139\n8e27b7d76b8a6a0a 145 30 32 190\nb696f35a69394f21 161 50 67 75\ncd8a394c76de9608 140 17 38 145\ne164b1175ea1079a 224 67 250 264\n97878bf33e69c062 109 121 124 144\n02c485bd207116d4 113 13 128 139\n0485a8528fa72698 73 3 113 114\n0fd536fc3c8fdf19 171 72 78 180\n7aa4059bdb95c7f2 49 2 52 56\n495f50f0997e986e 50 55 58 72\n42d8b53a15001cd5 77 3 9 19\ncf5797671ad6a428 201 64 86 218\neb82d3f50a450282 61 9 10 11\ne928bced0f8214d1 67 0 68 69\n2fe5274c4baf665f 272 131 275 277\n05a6149f1fcee38d 229 58 67 89\n68cc5bd6adadbefd 97 5 13 16\neb626dd19cb7459c 120 45 63 133\n0fb6678e63316201 208 85 209 225\n79bf72c63958d26a 71 13 16 74\n7f99a35004f27329 56 5 8 9\n0d5a4dcdf8ec9d36 85 11 102 123\n200ad247448c5577 56 60 62 67\n482c3e92080f18c5 110 19 25 28\n1b65111d34f57bb0 72 4 5 74\nd91c20bd6f99aca4 191 17 205 230\n7f2af97be62cf464 50 1 51 52\n86a79c11a7eba435 86 0 122 125\n48f9cd996f80c34d 53 3 4 55\n39074bca3524418b 236 178 266 267\nb6279c4e184cd336 64 68 71 77\n47a76ca10546fe8f 107 0 25 32\n7e2b6bda04b2dadf 107 19 23 39\n98a480571d3a1e34 192 104 215 225\nc313bb0bc2ef48b8 100 101 112 117\n15d8b7e256ffd066 73 5 7 83\na3d90d636ad7d7bc 259 172 200 207\n0286d2ed56e8f107 123 7 25 41\n4e2bb6d3056df6d8 47 50 81 83\n946fa268de698098 124 35 38 44\ncde4cfae802d3cb8 63 12 15 65\n5b83c43c2ba67577 60 5 63 73\nf591e1921f2c850c 99 7 28 112\n03cf40616d79cb6a 57 0 60 62\n89caba112ce61966 175 98 177 216\nc86601fe5e2141c4 70 1 2 77\n1ca4db19711258a0 93 94 102 110\na32bde181898822f 224 127 156 246\n3a9fa6535917a07a 94 114 116 123\nc9fda859869b23e8 64 5 65 66\n41c600ed9f88871b 136 18 37 138\n0871e2540b0a6804 110 1 2 5\nc412289a16716a8a 159 51 166 199\n576382f69bad37cd 139 146 161 179\n847a157c5c998d15 113 122 130 138\n4e5c7e95b2e04f26 46 47 59 64\nad0bff6de150a93b 112 6 126 130\n1424acd0007d40b5 169 38 172 192\ndf4319f4aaccb3fe 91 0 14 23\ne80bb674f7ff6d9f 122 12 39 133\n7fa1d85dba913128 142 7 149 153\na47a8517ca8dd33d 134 9 12 33\n2b43428fa1cf1a7e 212 213 243 256\n49be5de41d619cb1 67 3 4 8\n99127d4b1b789247 100 1 107 144\ne725e1a3dc3daca4 65 3 68 73\n407eefe8017f6070 176 93 184 190\n615a7cd0a6777887 86 10 17 118\nf536430fb223d623 99 4 104 114\neb727ea52bf2e2ce 77 4 12 18\naf0133aadb2af512 267 142 159 275\na815c2f38988bd21 157 37 56 167\n1f7770ac5cbb41eb 75 7 77 79\n11491a312c6b8f58 53 54 61 75\n2f18f5579583e648 64 9 10 11\naa374ab1b71f72d0 188 194 208 224\n69ad0b3b18b657d6 76 77 91 92\nbc1003e4d5bf0c8b 116 17 37 119\n599619a790d2b77d 131 144 145 172\nff9e265755208438 85 1 96 108\nf478d5f55e41f4f7 169 31 43 195\n9ea0a970510566b0 87 20 24 88\nacd7ed98e8a6f076 90 5 12 108\n9239b96938d99f62 115 14 29 144\nd59d3469f9949f78 72 3 15 20\n861e80a1959788a7 71 6 82 84\nfb32e6765f776b18 74 106 112 118\nb859c7a7329c17b7 65 15 16 19\nd9dd5fbcd2591be6 264 189 265 267\n9f2d777199df4930 75 12 19 77\n289bcb973ed702a1 88 21 28 30\n48a3049cabb54c0d 113 53 140 153\n241aa9bcdbdc7ac6 105 3 122 127\nf2c20b599e16bac3 64 0 4 6\nfdc128708bd2c254 55 1 60 80\n61aae9de89c0e5f2 88 0 12 22\nc395dfceefed1b81 137 53 78 149\n1250e369ad1e2fbc 64 66 67 81\nb7cc1852ad122717 193 78 82 218\nce0496f2017c3a60 78 1 81 93\n9e4159a4f15bf582 79 0 4 7\n04c441c7ce273dcc 109 16 111 131\nbcc76b58e2585320 197 76 115 214\n12293b264f68673d 87 26 106 112\n57daa160c95f1c9f 60 11 12 75\nc784513cdfd24124 99 8 107 115\nd0523bb4d0d7c008 101 0 105 123\nbcbc421bfae60ef9 62 67 81 106\nc0e1ce023456d692 91 11 15 102\nce55c6eef86872c7 145 155 160 167\n85762ea2d534cc06 68 70 75 77\nc5389975ca43a553 196 75 221 226\n55aff897880fa187 108 27 30 42\ndb6abd230c516cce 116 9 118 159\na92922356b15b456 209 121 133 151\nfe5d83963503b41f 55 1 2 3\n9a143febe45c2fbe 170 90 194 198\nef58c8517bf0911e 105 5 9 18\na9adcf245581ce47 51 52 69 70\n23df266716914368 156 26 180 182\n88a44795fddcb124 73 1 24 117\nc28856e5ddb0a22c 115 0 15 29\n9ec2d6d07cd5ebe2 60 3 87 97\nd38139cf5c8c1d40 52 60 65 79\n78556b76acd9b64d 65 2 3 66\n519769d8a1339fa3 199 35 50 52\nb5007b88ba591f55 50 55 66 82\ncb50745860881b57 70 4 74 83\nb52a730c02b4bba2 65 67 73 81\nebc791d01753783a 155 80 81 100\n277cb499bc2d3dcc 56 66 73 91\na42fc5a9e338d3a4 228 144 162 238\n15b902774d67a394 96 15 30 128\n3ad4793daf6adc19 176 89 90 97\nffe629bf59ab0eab 69 6 10 17\n52745850b878ca6d 87 89 120 123\n4200282fe9b4015a 90 111 125 127\n45a4515834848010 94 96 109 134\n4ace59951acbae4e 116 16 122 141\nec5c53a3d68fe3e7 116 24 51 59\nd5c6ad22b14eccef 45 54 62 71\ne8fe193f8db02daa 181 50 84 184\n30006eb23f62aa57 49 52 70 78\nb7ba4d55d4c1cd63 155 0 32 160\n592c16c240f144dd 54 56 57 59\n277fc4311c393d79 79 7 11 86\nf0516db10f82b141 151 18 38 49\n5dadb9b615a66714 113 26 55 58\n5977776e1ac8b291 92 118 127 135\nd02c38b38d929091 258 188 259 275\nea685e9f3af5be39 207 61 216 240\n322d03d487fc0f01 96 1 99 132\n7deed332130bfd39 68 75 78 81\nbf335dfd4f3e4fc8 48 55 70 72\n6b3f189e979cba8a 107 13 14 21\na4cc81ce7d4168bb 71 4 7 13\n64912eda42dae810 52 1 81 90\nbad8219ee10de830 192 56 69 83\n0c0f298ace7c875b 118 13 136 160\n3f265c5edb13f00d 67 79 82 93\n91c456d012ff571c 94 11 126 131\naeba4541adfd68cc 142 23 39 43\n88992b78aaa8a52b 103 25 47 49\n02cb3a4fd80ee0cc 83 10 91 92\n2dc3af70d25d3043 77 4 16 79\n03ef5f13e0a30864 70 74 83 88\n56ae4fff81255579 57 2 59 75\nade3e283780efbd7 158 18 22 29\na747b3262d507a68 57 1 88 91\ndb5886a74579c757 49 0 50 51\nd73d3d65657b28dd 62 0 2 65\n075278a4d0af74f7 130 17 151 172\n6207713a493ed71d 127 55 64 138\nc323ea12ddd3c5bb 129 21 139 155\nb5ac5603e39a6397 62 5 67 75\n9a44145b51b162ee 88 1 9 96\n15f8a54e4822f355 62 5 66 69\n21005252fe2383ba 94 39 44 103\n809859830a3e0e55 53 54 59 98\n058c67085c217b96 81 9 12 13\n56f35362431e18dd 106 5 133 135\n95eedf6937dec032 86 9 23 97\nfe5fdf788352d1a6 80 6 27 83\ndbf9a7ccc949ed42 57 0 3 6\n728298bd23205f12 66 69 70 96\nfa82d71146e33555 107 111 121 131\n72ca9b60719e5789 141 142 167 184\n06a8196a66e125af 85 10 18 28\nc97ccf4f0b544230 196 80 91 109\nad69d907064db1f7 207 210 219 238\n075f0d808a621ae2 73 0 7 105\n67e9762f0471865b 87 0 1 2\n59d772c8ccad4acd 184 189 217 226\ndd545cf605570b97 144 6 33 36\n2a3bd0a2ac422822 72 6 7 79\n5444242c3fc57534 120 21 33 49\n6d2d49d5fabf839a 84 0 22 87\nf726cfbe88e370b1 71 14 15 72\nc0aad7645f42c33b 62 8 70 76\ne0fc64b3f2957c41 78 2 19 26\n0c3348e96872d3de 46 47 49 52\nf5e9ab93b539e29f 242 129 153 252\n95d306b0110f0767 82 3 6 90\n1a562a1752d81933 135 29 30 146\nbf0f80cfeae506c6 57 10 85 95\n3536776ef51e9dbf 62 0 6 63\n3b58206d99feb4b7 59 61 88 99\n9b5e054c6d0d44ce 165 87 183 210\n3c35b868a8ec3433 55 2 5 77\n44d2532c5b5296a1 83 5 95 106\n924ccc02891cc7df 124 5 10 127\n597bf6916a88ad19 57 63 65 67\ne7fefb3b4d663b19 86 4 90 99\n3d6ed8b43655929b 78 5 15 19\nedbb53a0f5dd688c 64 1 2 3\n91e721bf98c05aec 76 7 77 80\n72ffd4a88de4d441 87 12 19 101\n9872bf718166618a 93 101 104 112\nf22e31c9b9bd3320 274 167 200 277\n3efda95897eb23d1 128 1 146 157\n497d2450ed65a678 59 60 61 62\nc4a26c35749d41bd 87 5 17 24\n11bf4b38f88bfe9b 68 71 85 97\nd9284250ebde7d34 127 28 130 144\na7cb00e197a15a99 88 3 6 8\n2cc5f95fbe24ffe5 226 127 246 252\n9fcf12f63cf7b834 53 0 54 55\n560e521aa9e864da 78 9 17 80\n60c02c2807193b6e 67 3 7 8\n3a86a812a1eaa20e 64 3 15 69\n0a72a3fd46a88ef6 79 7 23 32\nfef11d498a882edc 124 29 33 127\n967e2d570ca80e16 144 19 35 154\n5f004098a3ae3ea1 92 7 9 98\n656db18b0e5ac145 50 59 64 66\n4dcf8df5f8912e0e 105 115 120 141\n9634f21a9a41a049 53 0 5 54\n07559b44fa10672c 102 112 124 130\n23e428c0dc43f046 60 76 77 90\n94a28eecf82210bd 105 107 123 143\n48614bc62c3acbf8 63 4 14 91\n3413ffffb4be5706 93 19 23 97\n9c2238d1333ea499 117 122 134 153\nb91f98631686d65f 109 13 132 134\n84196545d36de465 81 17 18 26\nc8db93ad17d787e9 62 0 5 67\n000c3ab189999a83 118 27 39 119\nfd2132722704d610 54 0 4 63\n05b77cb7c0f79f0f 218 60 64 80\nd20cf31d18f8ca89 90 5 10 92\n51136ba76177d882 130 3 8 138\n50401f1d78d95d12 168 44 61 65\ne92814fe1e2c54dc 99 4 6 102\n63d8575fe191dcca 73 11 22 94\nf48ce857e76d8e17 167 92 195 207\ndaa3d11727e7d9c8 62 6 65 67\nfaf4e57d64e9a899 45 48 49 50\n1c1b2e56952040cc 59 78 81 90\ne14fb0ce302f51e8 50 0 1 2\n730a0a3a46474007 103 4 114 138\n6526abea7675f573 74 82 86 104\nee70aa493ab6054b 122 20 27 126\nf474cd5d999e1746 136 36 43 61\n3de41ace235a3a13 211 144 158 232\n0ce3839aa5b66e3f 185 36 52 190\nd6f1f58ad1f6707a 195 216 218 219\na00260788a5481f1 228 96 103 272\n259f6f1f002d2d94 99 7 102 107\n2516b6023683fc3e 100 20 43 47\n220d718317f7a025 246 156 164 190\nbe3c54aba78d50e0 77 5 12 23\n4c5fd496905b91ce 107 1 23 111\nfaf2fb655d5974b5 198 53 60 76\nd559d54e3ceca49a 52 53 54 55\nd8edb0f0cb0d4b5f 157 47 185 195\n5647675ef84a45fe 141 2 142 145\nfe5f38c3ce605bf6 49 50 54 63\n72ffdff5502de799 57 0 1 5\n860bcd7659c936b3 263 179 273 276\nfd05ac3ba402e992 71 2 90 107\n13ac6a6a3a4f5e5d 99 6 11 14\n8ad61ecb52a9122a 143 3 15 175\nb2e7d3d7c5b5109a 118 31 131 151\n07225d96742d2a6c 161 38 44 195\n74c25984d70275f7 177 93 101 105\n2c5249093fc26fde 96 5 9 97\ncad5063d02c3b4dc 45 56 65 68\n1df20a29cdec61a4 82 1 9 12\ncc3f88e1e2a4f262 48 50 54 57\n1e80fd6e7507e3be 241 178 251 274\nf54473cb3c9efc04 70 73 81 86\nab3f92f5ac8f5167 151 6 26 35\n50eba53e6b2330f8 125 39 44 157\n33a3fc21efdc8547 135 151 156 158\n39e5f256790c3343 83 100 102 112\n6e6ccb9822ed013e 176 1 14 181\n799ec37eaafcd68f 72 91 102 114\n037e8191b3985142 146 84 165 168\nef5e9bfef1466209 70 18 21 84\nb49a15bf2a1c626c 63 15 69 72\n0bd7e6e9f0185aa3 73 1 81 90\nb56990cc49db131e 212 83 122 221\n617580a94b6fd65a 48 63 75 80\n7144a5e59d5f05c7 156 37 163 167\n8c0a69c16d4ee368 92 5 25 101\n89d941a57bab3fa3 80 88 98 103\n0f6206df8a8e440a 88 103 104 107\n6a7d54b935e96fc4 71 1 73 76\nbe37967141e3767d 173 39 42 191\nefb2d866bc8c5550 57 0 4 58\n9b67983f91a29511 81 82 88 97\n2d0bd035f7df86b0 91 9 92 93\n95f2bed8293b061d 81 11 25 83\n9f9028e08bf69fee 74 8 10 15\n368fa2dd830843c7 71 72 77 86\n9a5d97d6bdd28614 54 56 58 73\n991e2a74cd100440 243 139 169 263\ne856830270a48f13 101 1 103 116\n3970859f54703c88 98 9 10 23\n730b787d57719e58 114 0 8 15\n9ab9e899da8067f8 69 1 10 96\n2864dc6c129cf3cc 50 58 63 66\na38c00f474b0df82 108 16 49 139\nbcbd8ea535d3f024 120 40 50 125\na05cbe8a2d816f52 59 0 5 63\nf75bce7073b578f0 68 4 11 12\n266e2d3393ebd2a0 106 26 38 45\n9d8282f2610bb199 86 10 95 106\n4260ca20e2430c67 168 71 97 199\ncc6541ca1f8ca902 55 2 3 60\n80bfdffa5e86f103 274 180 187 191\nd4e33e3311d155c4 80 2 85 87\n3488938f80284283 108 30 114 125\n3115ce06e0160828 135 40 52 65\n634b4d796815ffcc 135 4 23 169\nc716c21b059921e9 110 8 9 29\na37358fe418e9807 45 55 57 58\n5fb0b4b5c65e669b 82 18 19 26\n3d8d753f0851bf3b 80 7 9 10\n842b17ccb42b588d 66 69 73 77\nd6df93659f476b9c 105 13 109 124\nb6d472a2c6bd6f90 60 4 65 70\ncb16176621b1f3a7 91 111 114 123\ne98dc285c0d4f5db 62 68 71 80\n004334c94bbc8bd5 107 12 127 134\n20d1b02740ef1124 125 8 160 164\n4bc7ca44cc62b8b1 135 21 30 162\n1db5a4df1ab8b8e7 88 39 97 112\nfdd41bb5cab98c86 153 29 48 189\nbb82a6ac6cee6f95 126 41 48 130\nee29e9866b77f62b 55 65 77 82\nb04c3470d73d1777 128 17 130 132\nbcbcaeea56b7ca1a 119 28 122 157\n30abedc6c413510e 81 7 82 93\n283059a56e7f3e75 112 12 138 139\nbadbfed88f85beaa 78 2 9 18\n17c234c2eec050a0 122 10 14 129\neaa1d6038da0dcd2 244 256 266 273\n7fb2db25f9114599 186 51 197 227\n08718fb99eaafea7 103 108 111 113\n697788cfb2b882e6 80 3 81 82\n6a48d6d9c297367a 87 1 89 91\n489f9441d513634e 103 12 32 107\n5c46523d3adf3df3 77 1 79 80\ned81ed922c6c7225 114 3 20 124\n670564bfb445bbc7 180 53 79 92\n840c6c6f288d25bc 91 1 26 27\n702580517f621fa4 61 70 74 84\nf228cfd294bce60a 251 144 170 272\necb624c9cbe5b70b 126 4 151 155\n21a6081709444ebf 69 3 7 13\n0915a60e1ae6a826 112 6 13 35\nece260b19f5276bd 66 6 72 75\ndbd147928365dcf4 139 142 178 179\n1a50fc5440d67fbc 188 26 197 208\na3e387b24fbb961b 93 0 98 103\n7a0bd438433e00db 66 0 12 70\ned718fd9c28f6265 104 23 27 35\n03b3f603a1001de0 177 96 97 98\n68eb4a41d8b765c0 131 56 71 75\nf6ec31401af3eed4 61 64 71 74\n24548ce6c15bc2cf 214 140 142 146\nd988002ed829cfd9 193 200 218 221\nd73616bfd38ef8ed 68 4 101 105\ncc8f42cf10fe0c1f 78 4 86 105\n33a93f85d5713a71 63 0 66 69\n96a2338040f14ccc 103 21 36 125\n6375c29ff07fb99f 184 68 75 213\ndf20485dc816ba1e 84 15 21 23\n3814a3a8046c8af3 142 30 32 144\n0043978734eec081 62 4 63 65\nfa14b62a46ffd7b7 237 148 150 173\n4811a66f87b0dd6a 66 77 88 90\nab461fdeca27729e 118 18 34 123\nccedaa413b89363e 94 5 8 95\n856d8616c018f019 134 17 146 168\na990ec0964cede03 59 0 60 62\na3636ecf26282790 258 110 122 266\ne14e16f3fa0eb5ca 84 5 9 85\n65e056c6fbfc795a 81 0 84 87\nb60cb069c9570f0a 62 9 66 72\n806459ce2b15a2c1 226 166 175 248\n5010f9665c796353 100 22 38 137\ncf691738929ccbed 57 66 78 84\nc9c74e714ee21e5e 177 39 43 179\nfe33a729fce20467 73 4 12 18\n0542630de1d734de 133 43 145 162\na40b587bef7a29a6 52 61 79 97\n4c96e034f8af77d6 134 58 65 78\n5fe9267f598e66df 78 88 109 120\nc3c01fa0a879e5b3 71 0 1 16\nbae2a2f11e0a20b0 139 32 151 164\n0ac6adb37a92f549 107 17 26 41\ne3ca3f8dad8959e1 133 3 156 157\n422d976591ab629e 60 4 6 14\n3ea8d9787998f70a 154 48 59 163\n394037c064421c3e 115 5 8 122\n89d9a5069283af3e 72 3 5 7\n3b6e4e834648db8a 46 0 47 48\nd5409c93b6f88256 187 52 188 205\na0948de3902ae476 265 114 274 277\na4e9bdb6d746eb0a 85 109 114 120\n1a71f05476d8864f 45 68 76 79\nc9ce08f3c855f349 92 2 7 95\nfadc00ad10f04bff 91 42 93 96\n7b3f0173cb6db315 86 99 105 108\n180bf845cc8cada3 64 67 72 78\nf891e55243f2a506 113 10 19 32\nf701ed6b2b2910b3 54 57 64 68\n75c71c5a68be71ed 180 82 215 225\n7fff494560e8cd2a 148 166 177 188\n06f4bfa5f9d5fe0e 69 11 14 22\n36afe96c11a8211c 82 3 15 87\n7974ecaec39a52bb 51 0 1 3\n701de1fefcf213cd 83 87 98 107\ne17f60e0b97a0bff 77 79 80 81\n5b3349b38b09cd7a 57 0 1 3\naabf4d3168897092 72 10 18 26\na0ce6a587d0e4cbb 59 1 2 65\n4f97864adb670664 72 84 100 102\n088b93f15ca8745d 117 25 53 54\n5151d3969e328df1 110 9 15 124\n1f7b2e0fd123b93c 91 107 108 121\n01fa6190cd47d125 99 34 51 133\n95e208d61caf19c0 54 63 64 90\n2aa1e311e4bc039b 92 2 10 15\n77b60a0c0deac4ab 272 137 142 273\n01eca393f86d37c5 112 114 128 149\n4bdb70500b99c91f 103 3 17 119\n2defb4625a3ccb54 86 3 5 6\n764fb07d92a3049e 131 32 56 134\n0f59c103684c0437 79 18 23 26\n84029656238003da 136 146 151 181\n4766f2062abaaf74 175 67 75 104\n6a3fc7c0aee227b9 99 1 8 143\n298c394f21c62ae6 102 21 44 48\nff887646981745a6 238 154 171 243\n2cc8ef9e5319d5d7 94 8 13 102\n904a0f9fa6651f9f 193 112 208 224\n9c17e6aae5166ab5 89 91 104 114\ned8e904729cd2567 182 106 108 116\n43c329f7c0b40258 273 180 187 218\n89e24a668e620701 96 8 30 37\n8117627823c9776b 220 132 237 250\n64eaccc023c24217 205 122 127 209\nbb4347cfb631b620 252 104 106 258\n6b617d353c1937e3 63 72 76 79\nb620587f8ff01202 79 7 15 22\n04f5153fc5255516 64 71 73 76\n6b000ecd86c7b35f 119 20 35 36\n04fe4ec70781a0e8 75 9 83 105\n3eac186b3e7badb2 144 6 13 14\n819137fb150ec28e 109 11 22 131\nda75d4dd1b228bfc 55 1 66 72\nd4c4f75f8c8e8f9f 86 12 109 125\n45536907ffef7585 86 0 95 105\n81171940b9a26d2f 145 34 36 39\nae12c4e269cb8f8b 67 4 11 70\n17d841670d2da942 135 37 43 47\n2a9d8ba86290db0e 228 74 77 92\n9cf900f633b8031e 116 5 17 119\na04f343b42565da9 104 112 115 145\nfbdcb1880c6bab8e 97 107 124 129\n7c2b5456f1456d5f 199 83 92 204\nd4d374d3c6c4bcbf 78 1 13 111\n2d39f39fb8254c27 99 21 35 109\n90816b5180dc6050 107 0 121 136\n0181d3b41c2cf87c 210 37 41 69\n6826c60fe2e80bb5 51 0 52 53\n6636d77b91073b2d 83 89 90 93\n4dd5f18afee6ab96 165 171 185 187\nf9b6dac3f949a98d 74 2 12 83\nc886971b3865d890 153 80 157 172\nfba249b58e9d2440 59 1 60 64\n7d1d9a87339d1530 95 104 125 130\n3fe783b9c7c8f492 161 4 9 19\nbcec42805bcee3e4 162 54 58 207\n361d722ef5009e09 208 121 234 246\n0b530eea368f626e 188 127 128 213\n7bab7b21dbaf38ab 130 46 56 70\nbba63b8f3750ba13 49 0 1 2\ndc2ebe7457bdfcf2 67 69 91 95\n5e9245c494f03552 50 0 57 88\nec9ca28d43dc2c34 67 1 69 102\nd98d7b9002025750 97 5 9 13\nbcbc4709592548bd 47 55 66 89\n1a82f31490fba51d 96 14 26 27\nd719eaa1f2dea0a3 71 11 15 73\nb39cc50ccc82d5af 90 9 20 35\n1c58aa75858147f1 114 1 5 13\nd5cddd204a805bad 238 110 142 253\n739b73b8848f72cb 109 14 124 137\n836441bc56499fd6 256 163 261 278\n7c002a878430c81e 46 54 71 72\n3015a3eab4b6d042 53 66 69 79\nf287c679c250a841 54 69 81 82\n4e66b1e1bd9676d0 126 51 146 164\nddf7208a1999766d 59 4 5 12\n2b4e1061f6415a4a 67 69 88 90\nbab18a531abc7fd3 68 3 9 98\n284efc2041b1d1d8 91 100 105 134\na0ba0e3061431ff7 92 2 4 8\na9f4c848d3d3176e 117 31 32 119\n46200541f9943d16 101 6 32 41\nb40142d9233e7825 83 14 97 118\n3fb3327a177a0175 52 57 67 71\n9bd7c28ddb5bcc58 154 59 63 71\n5dbdeaa9881baa28 94 9 10 96\nd42055153cb42cfa 112 11 27 141\n04e4c841b349bf5c 248 123 156 252\ne2e8ecd6692134c8 68 1 73 105\n7c202ec0aff9b60e 56 6 7 9\n4c7df9d3840b2d63 97 102 121 128\nfbe9232477f69e33 85 0 4 11\nbdf02051908f1fa7 94 19 103 105\n46b2a13f6ab0be05 90 2 13 99\nc73e9fdc045b0eaa 245 141 247 274\n94a2675785393082 65 2 70 72\na9252b44ce1d7bac 71 78 106 113\n4bf0a2a23df813f4 47 0 1 48\nac5ea02b6308672b 71 4 23 75\n746b958ad1d217fe 52 0 1 4\nc632aba78200c31d 62 0 80 102\n9ab639ce124d7b51 85 4 8 21\ne598846d7523a734 74 4 86 91\nf8939dcddaf7f07e 73 14 74 80\nec8a18bf04341836 114 19 26 48\nc2b55cdcb4729676 86 1 6 32\n0871e5f582cd933c 90 3 14 16\nb7cf8c0eb7ce0625 64 0 1 6\n6f0ec56192a25862 197 42 54 236\nf76e22ad948f8218 251 90 268 270\n7a18ed9f02f946f4 75 2 4 76\n2c596a5abfd67267 62 79 83 101\nbe4ba1a5e9dbdf9b 55 1 62 74\n3628ec0337eae7be 267 144 157 273\naa4a4768c8635fde 185 205 207 215\n4cc48509585e4157 114 10 127 153\nb3f998bea78e350b 116 31 36 51\n27b21afa9b2ef71c 70 71 82 96\n4c2ed13774ae4613 112 8 24 31\n4cc4c8a8cfa8e944 98 0 2 4\n71930817a2e0f2de 223 121 128 242\ne325708fe17658ee 105 110 111 147\n1acca83523e5bcf7 89 15 16 17\nf3c66c5552e28f20 77 9 102 112\naed2fad5a19a53be 89 5 106 111\ne75b3b4a6d3dc038 61 0 3 105\n83662e3f6fd46f4c 116 7 34 125\n8f06df2fca9350ba 93 8 105 131\n8d360bd4931a8f83 55 1 2 4\nab7bc777bfe89560 99 5 37 106\ndaf2753fc9a37782 82 119 121 123\n56edeae2e8d253be 49 59 62 67\n11337164b772b7c9 64 2 9 15\n61b6485ad242bf8a 61 0 64 66\na9af103dd88fc3bc 53 2 3 4\n59ca699e5d4e8358 156 63 66 199\n647875a0a979ab1b 153 90 95 175\n4393f3a15ed6fb9a 102 22 41 51\nc83531d193431010 56 7 60 62\na197cd828c2ac481 91 109 112 116\n67caddef25867bd8 65 7 12 15\n6ee670df48229b4e 51 66 70 82\n729b45a6f1b03e3d 52 0 61 68\n5907e099d74681e5 121 4 11 15\ndf2eb6835b59491f 271 169 172 205\nbb54cbf77871e274 61 76 80 85\nba9745dafb3a581c 55 1 4 5\naaa7703d439239d3 91 9 30 106\n1be80ff36848e758 79 7 83 87\n8b0ad2e14b8f1cd3 116 131 141 143\n5f92bc0686686e41 109 32 33 126\nf04880903462e8f0 128 134 153 163\n7a34348316608aee 59 60 71 88\ndfde927791edef3d 92 8 17 114\nc57faaf23ae30df2 149 0 27 155\nfd9ab1e2b1f8e5aa 130 21 133 143\nfe625de05cd0a34b 236 111 240 277\nac24b0886ebbf7b1 165 72 78 172\n19ec130ecea98d5e 190 68 103 206\n6e6df1bb86b2dad8 122 3 123 162\naec8f8a564b4a4a5 48 1 50 54\n7b9b00cf3ccf21da 238 133 251 260\n0ef15055b44649e3 115 5 7 26\n74529f6aa841fa08 59 64 73 88\n995e717da8a7b123 100 22 128 131\n5b3e821c2d04db3d 86 87 95 101\ne20bfeffc627313c 64 3 6 67\nbc80043f72d20b5f 88 29 30 92\n8c6376666f9956c9 110 20 23 41\nf0e5ea4b11dd17ee 54 7 55 56\n89989ea1cdde53bd 80 6 81 82\n957f7dca9cf5022c 216 69 93 243\n6cb785759c99e839 46 52 58 74\n57ed3518c548f1d9 181 77 83 185\naafc6d7b78cb27d5 274 167 179 182\n5fb79c6ae32380cd 90 30 42 91\nf3d5764df5b4f962 69 76 87 88\n6dbaec3d6fb0fb56 177 79 86 214\n9de9bb47ac743071 104 109 115 117\ndabd7fc58d2ae00b 180 90 107 200\nf30fabe79ec592b0 78 9 96 119\n0896b4819e39caf2 69 10 82 91\ne5fc5bde96d28aa7 57 94 96 99\n575c0e2214a43d45 81 85 90 93\n45dce690caec2917 75 12 15 20\n6e3ec47fd91091aa 66 3 5 7\n47191aa41a979900 181 81 193 223\n9de5a468907321fe 63 3 5 9\n78d3582f79e1200e 97 99 111 113\n20764a96cc70fe46 145 8 20 24\n4949361d0831c838 185 220 226 227\n5590c5929892c362 95 25 28 114\nbecb6b76e38c18f7 94 19 114 120\n81cb0c6e650961b2 112 5 17 114\necda08d8c061689c 82 0 4 88\nfce3a289eed2d6c6 117 25 52 128\n2d0e6766c725becc 185 57 95 210\nc87dd7b841d77114 165 58 62 91\nead2bb83c1955f14 79 0 7 83\n7131e6ea4b5fd32b 83 93 106 109\n6c1cb76f5e08ef49 87 1 2 6\ncf0c668465cd0880 172 48 68 183\neac593ae8fff36a3 177 69 77 89\n41936ce6152fee64 83 0 23 26\n195074aeac8bbd76 64 77 81 91\nf28ef96bc6478898 79 85 111 121\n276541de04b447c9 100 0 2 3\n557d01bd3870bdc3 141 17 30 31\n06ca8f480c91e9eb 124 2 3 10\nf3ed8a28d7ce7cfb 80 88 95 100\n6b658b1d8562dc85 202 212 229 243\ncdd7331ebf3d97dc 64 12 66 70\n0b4d5beb7d3bd867 107 113 114 129\n70d4509795d91dc2 65 13 14 71\na7a6ca07e47d3ebe 104 8 14 29\n42565e9d863220ae 180 41 51 186\na9bf92c478ac7127 83 3 84 91\n22a0db80d91128e4 275 161 164 171\n62454a648af0bab2 45 46 48 49\n0af60a9ffd747a1c 73 7 19 74\neb605762d488082c 235 147 169 261\n5683f9d74a5d57e7 159 69 75 80\n9ac2d730d82f59c2 122 8 22 144\n0d7f00ff38b135f7 224 147 231 233\n689bfbf638f18a83 125 53 128 160\n0f12b97e0e4c7e21 142 65 68 158\n91234df26c87a72b 138 41 141 159\n87b6e7013c92041d 247 196 197 262\nbffe7a01c7b8dcfe 141 16 23 143\n9b473c8fb35c49d3 77 2 3 83\ndd5288bacc7da7cf 96 6 9 21\n14417ac810f2024f 107 3 11 15\n0c824455996db331 141 53 85 170\na030e89683ab9e52 89 13 14 19\n03b440db4696d8e7 55 60 66 75\n5e275e7af840e344 218 56 223 261\nc1618081efaf1de7 171 107 197 199\n8d8218c2ca6827a0 48 54 60 75\n48aff7218b00d843 51 1 75 84\neb7f7ee099458b56 52 63 68 76\n56431a47026cb391 271 111 115 133\nd8b9291cd6522e22 240 160 249 254\ned81850c1a28531c 45 46 65 77\n333c649f75c3c7bc 102 12 25 113\nc0ea4bf720bf54a5 71 1 2 4\n45a0fe252a89e008 146 148 167 176\n234271629f7099df 69 1 4 9\ncaa07defb7be4de3 115 3 121 151\nea1b9b9316f619cd 53 1 4 56\ndb9ead0b86fd1b60 49 1 51 59\n5bfee4481ea74c8e 96 11 26 47\n24fea6c2c7caa434 87 100 112 124\ne380a646d53e15d1 262 149 269 274\ne7a010953cc7a6ab 102 2 17 107\n4acd145b0c133dca 84 5 24 103\ne60589d40eda6049 219 140 229 231\n3dcdffe3b9c6235b 62 0 64 70\nfcd7ebdf0454ef30 106 1 16 33\n4fcb05445f591efe 140 150 155 175\necc2b1b9cb1fa9ad 95 7 104 112\n5ea147b81ee118b9 246 171 183 270\n83a593a5f24ab22a 175 19 189 196\n0a78dcb828c506f1 87 1 16 29\n633766029a6f910a 84 7 11 85\n5caa0d43bec54a08 74 0 9 13\n08c87b4b6b23895f 53 55 56 58\n0efeb5654da456c6 84 0 14 33\n8241a7082bac30d1 48 0 1 2\nbbb7a5bc03290eed 94 12 14 109\n62b3c2526feba53c 249 133 145 259\n0c1012a308ee2788 76 4 90 119\n1bf668db0194cf83 63 2 8 14\n377769942e6a748d 141 39 170 183\n1bdf9dd7628ddb0b 104 26 38 107\n15c9a45c9c3d73f2 77 5 9 78\na57be88d54c918cc 86 11 12 32\n8313ad82338d4267 116 2 128 142\n17a489f3cec39fea 115 0 26 157\n6e49658d2ffa7317 275 205 207 217\n34e7e73829083c8d 57 4 61 65\n7e782110c76f1b1b 190 43 204 207\n0ed4c9cac4a615fd 71 0 1 72\n8d8ed24e0894a4c8 150 70 77 151\nb8413ce252bf13d7 51 56 57 62\nef98d62b2aee6ae1 248 178 253 260\n4e79d56376422ec3 74 1 8 9\n899d5aad5054b2ec 85 14 101 117\nbcd00bfb5b5ea4dc 60 4 71 73\n3faac9603907b329 148 70 151 192\na18f5d8a3c80ddc3 150 49 53 154\nd588faf7548ce660 67 72 73 75\n466150f780ad7b80 60 7 8 64\n05ec2d3e4c027220 167 55 171 201\nace3ec0961ae36c2 243 109 139 277\nba40127161ab964f 56 0 63 64\n2e2ad99d45033d6a 227 127 130 258\nfc508faa91c9807d 50 64 71 81\n668c3b2ac77aa971 49 0 50 51\n6eee0f7e1a48d281 112 16 26 41\n8e5212955220eb64 120 49 51 60\n3e4057a188e15ac3 74 0 5 13\ne39c920c813f853c 83 33 91 115\nc26d21b91be5b935 89 93 107 128\na2efdc6dba7e712f 48 0 1 2\nfab28f712c0edea4 86 20 28 37\n107d3d674fdebd31 126 17 27 153\n82f4b042bd75b4d8 102 19 20 41\n6d2640a0e738c9d8 88 0 20 29\n58c5b216fe06588d 73 9 91 110\nbdc9dd08d9406ab1 101 14 38 109\n55da75a29ec08b18 169 59 68 101\n01866b81c3b90f2c 53 2 54 59\nbec9a97a71e5d4c4 92 105 107 128\n6de80f26ff52ab0b 274 146 160 167\ne6fb69436b9345c2 213 89 219 221\n8378c05d202ce0fc 159 19 28 54\n94189d6c5b0645bf 82 102 103 122\n828a000aaa5ac92c 153 1 167 177\n5691140dfe17d1c5 52 56 61 63\nde7683dd402217a1 193 109 122 212\n853841a1057d41e0 98 11 102 125\n95d7f4146108b286 48 57 65 79\n2afcf696e7cb53a0 49 0 1 2\nfdceb26461ef9adb 224 103 225 235\nd9024c44c3ce7c99 85 1 16 30\n2e64a2d17f9a76f7 83 17 114 117\n375cff10cab07955 271 159 162 167\n744e3a46b9825e92 259 118 131 274\n7567387078585ec3 130 25 33 143\nf72c0ee742645e57 55 56 65 70\ne461d54836b69d9b 84 33 104 114\n717dddca36581b01 182 111 201 213\n0277b87a9c943ed5 117 18 136 152\n28742766eb882cd2 70 72 74 79\na130af3da8fd1ca2 105 10 16 131\n0c72eaf6bbb7c681 58 0 2 59\n04ca03945611febb 89 5 100 106\nd17e73dbcb08d95f 96 0 9 21\n7d6e7d0a50a541e4 54 2 64 78\n784143851cf85184 65 69 70 80\n93a8bf0ecd7eafcf 70 8 10 73\nc372fc209eba9c1a 147 82 84 169\n7de7774aaf06c970 81 5 24 125\na6ce72529fcf85a2 161 182 192 193\nd7e0dc9c9baa7b63 53 0 3 7\n0cd63c88350eef60 137 8 26 163\n0e01be9445403642 58 2 4 67\nd5c566c8b4bd9db7 86 18 111 124\n8ee62148c2ccca46 104 0 109 113\n034677cf3d80162d 140 62 155 161\nf85b0258cbfc3a72 93 2 99 102\nc6f8caa6b506fafa 105 11 18 31\n6aa634fbabeb5e96 113 119 140 147\n5805ee451b7917cd 117 6 134 149\ndaa58af9dd5a2d0c 84 86 98 109\n948d75a318a4abe4 113 2 30 144\nedbb41cac8bfe75f 72 1 2 11\nd74b35cd503f62e7 75 4 12 17\n2d7d7fb53d960909 46 55 58 74\n946c30dca5daf508 55 2 57 58\na58873773c42741b 48 50 55 61\nab5464d772b00fc7 107 25 45 46\n0d76da0fcac26af8 57 59 63 77\ndc2b2921eb2fffa4 57 5 9 67\na71637e333506215 63 7 14 15\nfc9754a6f9b54bc6 147 20 23 42\na5e0fa53371ef57f 115 33 52 57\n6beedb01303bb667 59 65 75 103\n688ea661582358cf 108 50 109 127\n645cc7949386d427 81 8 10 82\n4fb14758099ccc72 86 10 21 94\na91360c375362960 51 1 52 53\nf5aa5ff095f26cdc 113 8 12 125\n2da38ca64192354f 84 13 21 35\n15ac594106229c62 86 109 111 115\ne197a18068ad6d5b 246 137 173 255\nd70fc3bef87bffc1 74 7 88 89\nfd33620b83537dc2 87 8 22 24\n29460ac4580ea232 212 111 126 229\n4043989a4ae95a01 150 67 158 186\n03ac738af49c7596 48 49 51 52\na3234b314d51976a 113 114 123 125\n805530a49d25bcf4 110 26 48 50\n5914c280bec2cf73 231 116 139 152\naa604fe5b2e59274 110 132 138 155\n8e33988f116cf05b 64 66 76 86\nfa1fe0e1d0ba7450 87 16 97 99\nd59ce927e3434d0e 72 82 106 117\n5d9229748aa3479a 77 3 4 5\n6107c4ad0741f71d 220 62 81 243\n015631b21f792a12 119 127 134 138\nc8815322bd573c66 62 1 2 16\ne65321d7aa328362 153 156 178 187\nba26189581b38b93 144 27 155 178\nc45cab04c3b22166 53 5 54 75\n16c4484a4093e2f6 111 1 6 21\n61f92e36cb0ec524 99 1 4 6\nc27965d02919b0f8 218 102 222 236\n7eb15ceaa1029944 150 37 40 152\n2b625e92f2cf9de4 113 3 9 21\n19267b6a68d2701b 76 11 12 13\nb19332af4ca35524 73 8 19 21\n1dcd8aee9a39a61a 103 7 137 144\n99a31a640af1a74a 240 143 156 260\n3bb70a92a0d384e1 71 10 21 76\n1ebb496a04a1bd76 97 34 111 112\nd328cccc0727b443 67 1 69 79\nc4cefefb76b495d2 113 122 136 147\n9e1768a68dd4297a 91 29 30 41\n2d29ff162920db5e 69 0 2 75\n132bbf5a9e9626ce 82 9 24 94\nf307bd5f5a5f0ea0 88 8 12 101\na40e8321989a05f4 102 6 14 111\n84d0c8528c4c6bd7 105 10 12 114\n3b434b5302dea908 115 12 127 135\nfb80aacde91ee824 219 91 228 253\nf511c7b07d1c7a20 54 1 3 5\na39d050fdd1fadcb 100 7 18 25\nf5a110214805f3f1 176 15 179 186\nd7c9abc0b221c799 207 56 211 250\nf0e5f0dd1c2aaa26 58 7 60 66\n24895a02057db66e 62 15 65 90\na03a5e2db7ec8587 80 21 90 114\nf47c948ccd157afd 97 7 14 101\n30efdcef9f38568b 77 84 95 99\neba672df47aa3f82 54 79 81 98\nee3fbf8885187fd2 117 133 135 140\n0278b3d8abd9654d 257 138 263 276\n9ea263dfed55f547 52 54 57 69\n672d2597ccecf318 81 99 113 126\n921dc10300a78f6a 125 20 155 165\ncff142942facf89c 76 9 81 87\n0972074fece891f2 114 24 57 131\n752e80a6bb7c7c07 186 50 190 217\n1eab4db6941be725 72 83 89 108\n54663bf008e08760 66 0 6 71\ncef9961b00ab1b48 95 11 33 98\n912b03a98488ac2f 242 163 185 256\n3c90ad3bb72adcf8 190 192 209 222\n8ef819594522ae8a 111 132 153 155\n347d13d1a6bc9412 124 48 53 125\n4295b21237e193b5 46 0 47 49\n09b505bb829c1d12 58 0 2 4\n00620c2b77518524 100 4 6 113\nb6b995cc086a75da 120 13 14 28\n4596160a24b1af1f 181 44 62 67\n526983ce4ca81a90 103 11 14 146\nfb77aac44a45a28f 100 5 17 113\n6f0f62183d4e1229 97 102 121 136\nc35b61c37ea91b6a 83 2 15 18\n8537e57884830eb5 115 12 126 149\na26e4bee5c7f90c5 54 57 84 88\n1047cc04fa16e0d7 63 71 78 95\n89a026c75593caca 98 3 17 117\n69ca4edee364ea37 204 113 120 125\nb735773de192a9a2 153 46 74 158\n2ea3133861ebde3b 133 68 134 173\nf8191f02dce0150f 77 97 98 101\n179a1357a581ad51 272 102 109 119\n9ff997d3dcc83e02 90 5 12 93\nceb96c3270860122 222 133 138 260\n69f3b2b70edd586d 73 4 82 92\n20d0e788abca4aa9 70 0 8 18\nc44021a4afbaf971 266 154 161 190\nd235e2853aa43925 226 130 165 231\ncb2964e5454823de 117 51 62 124\nb430ae35fa9161f4 132 150 161 168\ne941a7fdae79934d 61 1 2 65\n8257258554fdaecb 187 102 103 190\n87adfc36d3ba342b 203 80 98 102\n25f59dd9a56e9c6d 119 6 44 128\n9697ae7cea5254a4 46 52 53 63\nfa39d69a2574690f 75 76 85 97\ncb3bdc85efff5724 54 57 62 63\n1259726fc1f8e966 261 148 157 266\n0c884aee4b01366f 90 11 24 96\n6009631d399952df 96 112 113 117\n0282160b901229a7 48 50 51 57\n33ac471b97ddf5c5 95 22 106 112\nc64f00c1ccd5ec4b 48 0 1 49\n63d81fedb5c9b7f2 122 134 138 163\n1c919c7e4ec601de 49 57 59 60\nb58ecd3619eddd49 109 26 51 60\n63cb6b1e6f0ec371 101 26 36 111\nddbbfeb7e37f9a72 125 10 24 151\nc53178af617eaa65 154 39 168 197\n21f3cc00e0cfe8bc 225 114 141 238\n920e30127845e140 95 5 11 97\nc4ecf8f6a9a73870 71 1 9 13\n5d79e5de45d935d1 128 15 26 44\n4e0c15e5810c0ab2 66 1 6 70\n2e86767798c005df 269 143 161 166\n0807e84457d5ef58 68 84 88 102\nfd020d75ab5e2fa3 170 78 91 173\n64f53080e3e30d27 242 64 96 101\n86874c01355a2bcb 97 2 110 116\n5fc746dbfefa9165 56 8 68 71\n70b2d013a16c3f1c 99 1 3 9\nfc43cc25dadacb18 135 19 35 142\nf9a8aed939561b11 80 20 24 83\nd590898a3412d9db 49 0 2 50\nfc50693501976251 154 58 158 178\n45108618c40e26a7 162 84 96 167\n0a8f10a9a68236f7 147 46 49 90\n3d0a0fecfbdada35 116 43 121 138\ncc0f96b3131f5924 90 0 8 18\n8f4f40cfd0a5dfce 278 132 140 159\na1f17ffb3774a402 71 82 85 88\n9ec7e84448107a83 68 79 83 94\n1deec169175eb15b 108 112 116 131\n31838e9542a906be 135 40 46 139\n039b153af4fbfba7 52 65 88 94\nf8d51dcaf719d69f 60 72 79 81\n32db375ab51d77a4 65 69 72 75\n9e8dd4972a31efa3 201 106 107 208\nbdfcb70c3b207cc8 87 7 95 122\n00d83c48cb78ec83 209 112 236 251\n1859766466c069b1 67 2 4 12\nddb62c613f41a45b 144 62 86 157\n8ef7d37c41526dcf 75 1 78 85\na9d3d94ea6cda8f7 236 144 150 242\n375f9c448cf31ccb 68 77 78 82\n51e6564f504e05fe 74 2 11 16\ne42d49970a73764c 172 56 76 184\na0758dca874bd1d5 66 10 12 14\nd9adc7ad73a2dfa4 141 42 173 176\n80aba447f03d0ff7 120 66 153 165\n8bcb36de071cd64a 161 32 34 57\n20b541350492e3ad 53 0 55 65\n2be655d4137e6e29 65 5 11 12\n0bcef9ed1c18f74d 220 46 74 234\n5586d19d78221ec6 50 57 65 66\n021575237abe0684 63 8 11 72\n738dac4ef7c9dfae 68 8 14 72\nab4cb4f0785be136 198 199 210 212\nfcfa188fdd8e4cdc 274 154 165 276\n0f47577ab3441480 49 60 74 88\n2807e5ac66c140cc 131 35 45 170\n98471d005ba58683 80 87 110 121\n90743cea7f400ed3 70 2 8 13\n47e92a07948afb36 51 1 2 52\n40c517d28a412a5a 106 8 11 120\n6679b7de4ab1a8bc 85 1 3 13\nf4ed743fad900fc2 271 109 119 132\nd1907fca9fd10034 70 90 112 114\na064f626c5b33e8f 147 9 11 158\n17d35e133dc3ce90 89 11 18 21\ne0020f5dcc0d8711 144 42 61 78\na5689a7da0524ab8 70 10 99 108\ne0559e3ac9e9c659 217 62 66 226\n8bbea8e1bf7010da 51 4 52 53\nb3944d7eaf4f122b 84 22 25 35\nc92cbbc0ff11a113 166 47 77 82\nb756ae14e926e12c 257 259 263 266\nabeb29204faa447f 67 12 16 17\n5d2ac4639c29e11d 124 28 54 59\n946babe2aed33b04 107 32 40 118\nc97a79c1bcf51705 156 70 71 168\n30127e00a789ed7c 45 50 52 53\n88dcbd53e0f0147d 90 19 24 93\ndae13e63d6107502 175 110 114 117\n265a753d5237b3ae 55 0 2 6\n09265a9e57075e7c 99 2 4 123\nb3f97c3708c331fe 118 32 55 124\n2e7ffcba51990c93 164 55 176 200\n41d8b4350913ca64 118 51 120 160\nafe20f15c69bbb54 132 36 41 66\nd6d38171dc784c54 76 24 81 84\nf40783fc67e17e2b 77 2 12 16\nf954f61234d49919 109 0 4 116\n21b26eda16f7cb88 67 3 4 5\n4efac32be69dbf68 151 0 160 179\n6446f2c3744cbe48 46 71 87 90\n6929d692d1f6f2b9 62 63 71 73\n1aa94a69594df8a6 78 81 98 120\n134d7e5a74497a82 169 53 64 172\n7b700718d4651543 75 0 76 77\necc603a8956fc2ce 112 115 117 138\n460e2066b64b2a40 49 59 68 70\n9dc495d96b40e720 56 60 65 69\n5f4ad1c4a3979f1a 272 165 169 173\n7a514b19147f6c9b 113 21 24 43\na43d7bb904963bb6 85 1 3 16\n7a8a0b336a42d544 93 6 8 9\n2e35fc35559543f2 68 99 108 110\nff1c8223873aa02b 71 76 81 84\n3f0d9e856d93b8b3 59 0 6 9\na2041fa872864e56 110 24 115 121\n75af88e73cd1dd2f 226 123 149 242\n4eb55cf1d7911e72 114 42 55 145\n7727091b9798db0e 63 0 3 4\n8c8ed2adba3dad7a 139 56 160 183\n07d0229847bd7408 66 18 19 77\n6789ec9b19700574 80 0 8 23\nf08bb76e14a2fff3 84 0 4 5\ne83d60faa025b5d6 110 13 41 113\n8f9e317acbb2a05b 164 41 71 73\n98a1620554116908 163 27 28 191\nf102a9472a7ee244 130 0 131 133\nfeed10ef893f861f 68 4 11 69\n0c5ed899789e60ad 63 6 7 10\n9213c7a362e7333c 59 2 72 73\n8108a9c5100498bd 68 1 69 77\n86f0abc54efed356 71 13 79 90\nbd27bcc9eceb859d 48 50 57 68\n063b857e6470addb 212 78 107 225\n85ab0f77f378bc0a 79 12 20 81\nf7b6889ed4c6075e 163 10 28 38\n443e5a7e679e3e94 72 1 76 81\n497364635884d8aa 84 8 28 34\n5272b14361bf61bf 80 7 15 81\ncf300ddfd8d74881 112 15 136 143\nab3e34dc26107d2e 80 9 10 87\n0b07051f912592d7 48 53 56 75\n4dd400119f6032b7 270 167 178 271\nba93a409f4e9dc82 52 61 68 70\n5e59fc317002f3ed 94 0 115 130\nd392860278ded5dd 105 4 15 16\n95aa74ae988f60d8 116 57 126 130\n00cfc0ecd345deb4 93 26 99 105\nce5cb13f40a259e3 235 81 88 91\n1aaeb7f0aee2f9e4 103 35 110 119\nb00a2bc609d0ac6e 146 27 40 173\nf636d5de491e6329 126 0 20 129\n23099812f662b3ec 106 32 43 132\n3bad929f21fc4336 53 0 2 3\n2412e9f45282fd15 68 1 80 85\na292f5dcdb8f2ded 75 2 3 77\na415e84bf9482810 104 108 127 146\na2ab2cac3e746d0d 81 14 25 103\n2764844c23861242 64 65 68 74\nf03a119328d40ccf 91 21 95 102\n0757b4bc82bf26b1 89 16 27 32\n71a1121f817eb913 138 34 72 154\n9266884c0cde4ea9 96 98 127 133\n389851bf0ac38227 153 33 35 37\nbdcc795a28616fae 166 29 39 69\nf14627d2fc3158d4 94 8 21 102\na65002b5b08ecb25 50 52 58 61\n5fc4fbe044a044a1 186 33 52 57\na79b3300f99683bc 77 23 81 82\nc924718921f6c112 58 64 78 82\n56f149ddad20c6bf 113 115 132 140\nee7e27456b9da4e3 77 106 107 118\na8541914a2a0c1e8 148 46 55 75\n2236eab1c5c86fc4 81 14 21 24\ndc71638f76df5525 95 4 109 128\ncee475fc8a99c826 218 152 159 172\na79894dc49ea677a 240 139 152 266\n70c482cd5fc069ef 117 0 2 5\ne3e3c593f428ff54 104 110 116 120\n88dbb4c34d548da9 199 137 141 211\nc49d1df4c465f3db 74 79 82 113\n6fdc59ebb74b416c 271 215 222 272\n450cf402f042bfd2 66 3 14 20\na4fed138a491038c 199 45 59 65\n03c61595d13e121c 57 67 78 99\n886dd05beb5c0719 79 18 96 102\n91e8442d76550600 92 110 125 128\nbbbd792cd2e9d45a 150 5 6 170\n83a449617d36a17b 142 18 31 162\nea4e3898f3aae6dd 61 6 7 9\n6afff9609b65a604 149 0 14 16\nfa71d84898d6ac7f 181 60 80 184\nc6f67ea6a2bbf2bd 110 4 20 139\n808419ef9fd420fe 46 47 63 70\n49d5b942442449b4 270 170 180 205\n0de78cb98105f8c2 89 8 14 38\nc6333da4fcea989b 48 56 73 91\n4221bc1d4aea1a02 253 130 154 158\n6d8da4c9e2de7aed 257 164 173 277\n084fe29cd9d008db 76 13 17 21\nb7ba6d23dd44fb7f 174 36 67 70\nbd866d25ab1390fd 266 170 179 183\nfba51feb5da86961 70 92 99 101\nf6ca331679b2a871 152 71 76 91\nb68c0934ae591f78 270 186 193 272\n02e6fb86b0172f0b 119 0 133 151\nc01df2b67bd3c05f 69 4 6 11\ncbd6d93ad53f3431 63 4 6 8\n4b7e7de9132f4149 77 1 104 108\n4aa1973c40d2eb93 176 102 117 192\n7d4586cbfe1889db 103 11 30 106\ned7884750c2c08a5 92 5 30 103\n64fa19923ca0cbff 52 0 2 4\n6b004118ec521930 86 4 5 12\nf20a49fc09b9ee6e 253 152 165 170\n069597e1fe899530 96 2 112 136\n1b2e15e6c257fa5e 104 1 124 134\na8baf24bbae943a0 77 1 7 15\n0aa8646901d156e4 73 0 1 3\nbe31d24825e26b2d 99 9 13 34\n0c3d3b45ff4a4326 88 8 16 95\n53edb3a3f31a036a 101 0 4 12\nab3d616a3d001515 112 32 120 128\nc9d8ffc89bd3966e 106 30 54 110\nacdcd593a8f50eb1 86 87 90 102\ndde6bb4b548a4c30 122 124 125 132\n80a2935841bc8dde 76 83 92 107\n87bbc64b6844b3b9 66 3 4 6\n7da673e1fe74261f 74 75 76 105\n36bd5d3f3ee292cc 62 3 76 82\nb84035d4df22a1b9 64 65 67 73\nb07bfcdf9abe8dcb 87 4 95 96\nf2c80b9e0df4fb84 47 51 61 71\n3c85dbda51f7e9b3 274 194 199 207\ncb59372e38c27d4a 63 0 1 66\nbbd202e75328f2eb 49 73 82 88\n6c3646ea25b134ac 58 69 88 96\n99ad451e2d55edd9 170 7 8 178\n9bfbdcd290c6dc72 90 29 34 40\n6097f40e259c0570 76 22 78 92\n000db54a47bd43fe 196 52 204 235\n10c4c9600bfaa4d8 83 84 91 102\nbf00186c27b7cb52 101 7 9 10\n7c90756d31a6b175 112 15 17 144\neb711d70ae1a4342 47 1 48 49\n3a48dfbd2f0977f9 51 52 57 60\nb2dc1873918e67d8 175 203 205 214\n832ae9f6a4bf1ceb 278 186 188 193\n5dbf866479511338 56 5 7 68\n9873cc20ca70cdf1 85 0 89 113\n79775710b7857709 92 3 15 19\nd88c9d9171a34362 71 2 13 78\n5d9dcdbe9a0d737d 88 95 102 119\n34b9d929b2707c7b 49 53 57 62\n7f5f6eec84743ed3 66 13 69 75\nee17c0671fabedd1 132 41 51 60\nd9cdcbe2211aea2a 69 4 11 15\n33288d55dde83e72 228 123 132 149\nb3e7154d08bf845c 131 3 20 166\n8ab5102df0d2dcae 142 82 165 176\n8286697c72321c16 98 2 7 9\n193c3bd339eb0a75 172 27 42 194\n2e30ae101611cca8 90 9 34 95\n489254d4b26a04c6 100 5 111 126\n81a4004bcc27fd29 112 3 11 118\naa62c3241c55ad8d 77 2 116 122\nc12830b7047ca5ce 71 0 8 21\n9135604f85c2251b 116 52 55 150\nc44e71779267a01f 154 27 36 46\nfe89d80504b29f1b 49 70 72 79\nd66e8d271a8ab872 81 16 28 126\nef69c76bde3cfd9a 78 1 20 21\n0a9f2831a3e73de8 124 12 40 132\n30140756550dc38e 233 114 141 257\nfa3f44738a1efcf8 87 15 30 92\n82bfe448b0c14ee1 119 11 12 21\n2b1303680b081ccb 75 12 24 77\n2ac7eecd3cd0252f 57 3 59 72\n6153908d1c550ba7 98 22 109 114\n6a2423d943574e11 70 8 72 78\n228ed4b87c8a6ea7 111 28 33 141\n0b3674ffb90b641a 216 136 245 261\n33c1bb87a88e59f1 190 123 193 220\n0b970b3417969c89 71 4 6 74\n919ed2a52bac28bf 139 20 22 25\n0b79ada01eb45be9 82 1 5 8\n774c8cdbea630fbc 121 3 124 147\n379470c7d22c498a 87 93 111 125\n51f4e2352699e799 157 57 88 162\nb69c761fd60e17c0 51 1 2 52\nb81d9174ff56e46d 68 11 73 83\ne246e21cf08b2748 140 156 167 173\ne13b8a8bf548eba9 158 6 13 17\n12a5cf6bbe330edb 149 42 156 163\nc73d84ba32f9e096 58 2 8 60\n1d4d81f8629b119e 146 13 165 171\n898ff473a643f4b3 63 3 12 14\n1bf4fe9301893904 53 59 71 77\na790bd601037ea91 278 197 198 213\n5c4f49fa49178d24 85 10 16 87\n1d04977fb85a8b3c 65 94 101 110\n5ae686d3ee88f5f0 89 1 6 90\nc96fd1a96637de5e 68 2 4 71\n4636beec02aa8dce 161 30 35 47\ncc24e059f80f8684 49 58 63 74\n89179e2c743535c0 184 41 52 192\nec75b23a356a07f5 66 3 67 68\n6da3a9910fddd89e 103 6 129 132\n52611553d3ab5683 274 131 149 153\n16ca2db2f920c1b4 122 17 126 138\n179ff8424ec7ad13 56 58 80 86\n9f57b4ea44c45ab9 95 104 126 128\n098263de57257005 166 75 201 203\nd93c9b82a02d647a 75 4 76 81\nbb940c547eed071c 49 50 59 61\n242fc4972c7bb385 57 59 62 76\ndcdc007caf2285af 93 5 107 115\nfc60dbb610046c56 96 10 12 135\nc8cd73e44fdf964a 61 4 10 12\n2ab72e30a616dd21 63 64 66 67\n769bdea6a09d2bf9 232 79 118 243\n67fb1193d1f055f0 86 0 7 101\n8efa8ae39e41a4c1 65 72 88 92\ndd959965d6c45f4b 81 4 17 28\n78a9e7eb0b9fed4a 106 12 116 117\nd4f002923ad8463f 55 1 2 65\n1247b2ac5986205b 208 96 118 214\n07e8ffa32746c7ce 100 109 116 135\n794ceaf2e5ef3ccf 99 109 115 132\n8c983cad2af0c7cd 223 101 108 227\n4eada4761f39df2a 164 24 166 194\n44f9aac9faaac569 89 11 117 126\nbc53101036ebcca2 50 2 3 51\na191cd7c25c96a44 60 61 62 69\n50faa0b265836e39 47 53 56 57\n8459bf0d15db4b0b 83 15 114 128\n316035dd285c5e27 235 112 246 249\n31d903660e1647c5 198 84 91 215\ne9b09e89e448893c 95 37 38 126\n118f563fe2ed4998 87 12 15 35\n0f4f779411b45b6f 228 122 127 143\nfbb437c54b5d9d78 209 42 60 234\n9364cf2b46e39ae2 128 51 134 138\n44d12349e0609ba3 143 13 27 161\na9e84da94b7677d7 156 50 57 69\n0f97153fcaafc80d 49 50 64 69\na8e53509b42b91e1 164 91 175 186\n1961bb85524de229 59 60 61 63\n18cde229723f22df 141 2 41 142\n3c054be9bdb304ee 66 0 69 79\n5c76ecd0bc0f5d68 149 73 79 93\nde0c6b5d0fc57d0d 73 9 79 85\n2c9b5e69fe7f0338 183 58 71 72\n8c6de5601184f209 100 4 17 36\n978cabf07ebeac54 68 2 4 5\ndeb6feeca235caf4 93 1 5 27\n743b0c4ec9aad366 108 13 114 117\n1512ea7a9754ac34 83 7 29 127\n7f6e72805e11ead9 123 11 13 134\n5d849450a7f5064c 101 7 13 19\n52480d60a7ccbec3 94 33 98 123\n00beb03ef95dc637 83 5 33 86\n5ef49620e0955f07 102 45 115 131\n3ed3ffd0ae9c3224 56 3 5 58\n3cb1489b614e5f39 259 157 167 267\nfe8431a1c5bd3c81 247 250 253 278\ne7020d449f50c737 86 5 12 90\nbb6d106fb22b1f54 76 85 96 105\nb1d7e798c2f2f30e 181 17 36 39\n632a121cf77513a2 123 34 65 144\n3cfb6cb5052ce744 224 85 114 129\ne456bfbbc41c6bd4 74 5 7 8\n4bae0a9b0dd66beb 52 0 1 2\ne84891165f0bf125 70 0 1 3\n59bfa3dceffc42b6 121 27 32 36\n6e1938b832b4515d 86 4 87 89\n8b6aa37cde3638a6 59 5 67 87\nf5a898cd54a2762c 84 89 102 111\n8fc9e8e5f7b69c31 96 1 2 98\n7beade5589e38928 50 0 1 53\n17a3e731c4fe0aaf 59 91 96 97\n786bfb8a195d54b4 87 19 25 93\n20384754a6e5d1b0 50 51 52 55\n10351dc7a37a44c1 87 21 93 100\ncca9eb44ccb4c50c 52 60 68 69\n19694d2dc528d75d 126 37 131 137\n2b1e0225f0952a09 71 5 72 73\n76f2d6981e00d952 178 92 124 182\n12d4ca1236a2cf26 63 69 70 76\nd53343e8959b9c18 77 13 15 19\n6b7ef4c56535b965 94 1 19 38\nf27b89e6e7702598 99 7 11 105\nfcbaea4d9cce75dd 89 17 22 33\nc7dd22d118a2ac30 84 10 23 91\nf87702186e2115c7 97 5 18 109\n97cf7d672434d294 45 52 54 57\n23beb4b246e236fb 79 5 26 98\nbb3f4e6a994ff63a 185 88 92 187\n90788c0f97df105a 183 189 195 228\n86a79e32169685c1 194 113 195 218\n72db46eeddbe4275 76 78 82 103\n733d0a0347dde56a 80 2 17 18\n849115291c948385 125 42 68 149\n54a1bceb5d97272d 74 20 76 88\n2ff40df261e17697 67 74 75 76\n935f157e04c227c1 108 31 137 138\ne071ef79c9a7d612 189 84 105 224\n8206395dfe75be01 117 127 134 148\n8a3d65fc359279df 237 116 127 261\n2d4e81e66ce80039 112 116 124 132\n298276fb3c0330e5 137 47 52 154\n516a1ef6d8a69398 59 5 6 60\n36fc018c7b62b997 91 0 111 127\n24668d960406587f 210 105 127 145\nc3eaaa4be79355b7 69 72 74 78\nd0fc0d5566e548e5 63 2 6 65\n0387ef3895b1393c 81 98 105 123\n5a331dd980d16fda 45 57 60 66\ne7f049cddc9f62ba 143 70 81 91\ne9d397952be37ca7 76 6 12 78\n20422596003ac855 152 153 189 192\n9c4a6de94a583fd5 86 2 7 90\ned9cff668e7377be 199 115 209 217\nf3288968f1562b49 45 46 47 49\nef087f57579ed8a8 58 8 65 68\nf8df532511809597 75 4 85 91\n430d7b5b77861810 117 6 15 17\n03906f66d3bca71a 232 122 253 267\n63eb0833923d46ed 107 10 115 119\n2afb8a0a98e15155 49 54 59 60\n9ee17c5ca488c440 86 96 115 125\n582d287cce22f586 115 23 28 129\n50f0460b4e02a326 69 76 91 95\ne12e122730984e61 75 79 81 96\n0d5112a7eb22d61a 84 10 19 113\nbb33fc7718ffabf2 116 28 126 160\n0ccb28128213f19d 103 5 7 107\n6a823717363844c4 65 12 16 69\n2ed398e8368e0c6f 163 105 164 167\n8a8c745893ab88ad 128 129 145 158\n2313ea0fb17cbed6 180 96 202 215\nee2a5976e8ab2691 83 8 87 96\n125c92c36a04a68a 83 18 84 98\n072b4bb46d80484e 69 0 1 4\nde69392a33b9756d 136 69 72 81\nc2e81ece6a48abb0 241 87 125 263\n6f6e61cad82ff0bd 245 253 260 264\nb4a33bb457b329b0 219 118 147 227\n07842cc567e9beec 67 0 85 102\n024908906fadb408 87 94 101 113\n01842c6b21e1d679 190 102 106 203\ncdf7ac95fa09c707 71 81 88 104\n3290731e5f908b92 74 5 13 17\n91a1c4b534693c26 103 1 6 106\n14f0b962fabfaae2 86 1 4 15\nf6e39599ab5e9dae 89 93 102 117\nd97ead1096b72dbe 120 1 2 28\n8b7dc2877971a64e 135 6 153 158\n8f0218121c335789 186 58 85 205\n223c9627b978d127 154 23 170 181\n0e512d350465a63c 134 31 33 138\nf1171dbc746a3cd6 98 16 100 102\n3dfaa97cd48a0332 121 10 26 128\n5f86b15ace41c6d2 68 8 12 22\n1e969786d2a8c7a2 89 98 125 128\n4ea022def425d867 76 16 23 25\n28a5318660ab60ba 239 155 173 243\nf088c85322065722 170 36 58 173\n5a832370d2d05215 73 6 90 108\n700705a63940c412 182 41 52 191\ne98995e13069078f 147 73 87 162\n020991bdfbdbe504 142 2 159 184\n5937cff79f38b88b 74 5 9 78\n5fada958027ac4a6 119 27 32 36\ncd1d68bc375fd119 47 64 71 73\n47d9493675e58f3b 62 1 73 82\n94e35563d865a2d6 78 5 14 97\nc64844b01c1d3326 57 62 63 75\n954e0fe2befc04e1 70 0 1 2\n54b27d097d8a74f7 55 5 6 60\nd928cba8e1bea9db 72 87 89 110\nc85009705079dbcd 67 10 71 95\n94eac323cba1cbb5 193 52 225 227\na0aae7f3749483b8 144 56 77 153\n9aad6dbfdeb9546e 90 13 15 107\n27d163d7046d36b5 52 1 4 65\n6200d2785aa82a2a 152 70 91 96\nfff9864727c42c80 107 1 7 22\nf292b2a16e9a9779 105 0 3 12\n4be8bf31940bd475 78 2 20 26\neae7853a7280a98a 218 113 123 254\n6bca63f130f50373 110 0 22 111\nbe4e6f9eee38647d 228 238 249 251\na011264573aed272 122 7 8 13\n94f8d39e84a2554a 138 62 156 177\n493bb055f33cb256 88 1 10 96\na74c7105c631d057 88 5 100 126\ne01dfda8df8ab7ca 129 31 32 142\n4cfefe4588b687a9 72 17 21 79\nc0e93d0578ac1cde 114 0 6 8\n5afa29226f0a5e5e 109 17 45 48\nd951d621a1ae48a0 72 78 84 100\nba5bbee8449e659c 49 1 51 52\n52b7d89a2d3ed2b9 72 4 18 74\nf4c7ca6b6888db51 144 70 83 90\ndb33f36374e40bfd 114 0 152 156\ne16c23cdab65f04c 116 2 129 138\nb31502bcf42ef8f5 86 3 18 92\ne48e2d02a8de8039 57 86 88 93\n464e3851f923f8d0 73 12 78 94\nd458a6128f54745a 96 16 23 29\n885c1a66b4025d94 240 104 105 131\n1dad44855584a4ea 52 54 57 58\nc55446a3809d1cfe 145 17 36 161\n903dcecb140a987b 232 98 102 234\nf05d9bf59c496548 80 19 92 106\n583fb7b4ac7f8a70 242 148 160 185\n0a4cf8d9b81b4c6e 53 1 54 55\nc1699c00968f0bca 57 0 1 65\nebf9eb32e850ea81 133 138 157 163\n82e31f202a167e19 250 175 179 277\ndbdeb6adf84634d4 128 20 134 144\n0555b07fe6239b4a 71 11 98 103\n05c48ff6535fbf55 74 4 5 76\nfade143648decad6 86 15 16 22\n653912d2b32cf81f 272 184 200 202\n65cbf88f417d8b87 132 1 154 163\n0b55abc1ca2fe909 134 149 158 159\n663b29720a9005b0 57 4 74 88\n964f93e6b440cfc2 79 11 12 16\na2b16cd3965bf8ad 107 29 44 132\n995cf26596bdb61c 94 2 97 104\n56f38b2ef24657ba 220 91 118 261\n3f7b6f511421e395 60 5 8 67\nc44f1fa44c2335a9 82 2 8 106\n270307bfb19cada6 78 0 10 102\n85e66d4a76a9b485 99 13 26 129\n87f0f033eeca7ec8 58 65 69 80\nc62a2dbbe8352849 60 3 4 63\n3ced9d0b56769bb7 88 13 22 27\n94d5e6280f699e08 92 8 9 125\nedd9bc3fc7e1070e 158 2 21 161\neca871c813c75c64 186 52 188 223\n34c43a35c5d197a8 108 10 15 144\n2cd835fc105ec81f 51 0 1 3\n2c16104a0ed6c8aa 80 13 87 91\n82d86c8480f6f447 71 8 19 75\n72c8c1a0b4d0a5da 256 130 139 140\nae0a9eade17a944a 88 9 26 29\n9797ffe46fbeb691 156 50 57 169\n8849a5c89f5a3c55 71 81 111 116\na4f441c4ffd46a8d 82 3 6 93\ncac95a6d75943b45 203 60 208 214\n3a0328ed13dd8c8b 160 58 79 199\n0d06be83296cf911 110 34 56 144\n061f829d3dd2e46e 83 2 6 86\n9c6f8478651dec88 53 3 58 89\nb9c1facff4f8b584 77 6 11 12\n5d2db39fb3b079c0 83 34 98 127\n433742b23712bf06 77 8 16 23\nd4b34956a9aa9c4d 45 61 67 69\n40284c1baec06ac9 47 1 50 54\n432a9cfcf53ef717 93 17 22 39\nef284ec2c7d4b608 134 10 167 173\n3b84ac07fd85bb3f 57 0 59 62\nb1e1ff7597b6efbd 100 40 122 141\n1f925fcf391591df 100 30 106 116\n93c4c4dcce1ad9a0 134 65 145 164\nd71156c20ec84ed0 59 64 78 89\n9aef06d879964b7b 66 0 68 77\n59fb8a856c91320e 198 79 100 228\n17fc81293f337cc3 67 0 82 110\n0e1a7abc82b1afb2 59 0 4 71\nbf8bc80890f16947 80 1 4 86\n0e7b68884ac4d959 101 7 103 104\n96d9ca1b74e4a847 170 67 88 91\n23808c0cfcc72e72 73 3 23 76\nc1e6ac4f872b9cf8 56 0 2 60\nbc0ebb7482f14795 62 0 63 66\nf62cb69c60002108 136 67 139 144\nf8b02aa8498187e4 184 81 212 223\n73b1e11a6d1edc75 100 104 130 139\necddcb8a7e581e1b 75 2 4 9\n63100e137826cfd2 47 50 78 86\nf1ae3f5c04336f9a 118 2 123 126\n21b548b570c0b415 48 50 79 82\ncf0546d729e4d57c 77 84 97 98\n36cb04da872d3bce 183 32 43 197\nbff73237b5d6cc32 49 0 2 53\n724a7e5a97ced6e5 62 68 78 102\n5c69737728c7645f 157 51 67 158\nd6c20aa5b7de5ee4 258 108 116 130\n4e6334d5ae0c157a 122 49 129 135\n93850754fb4d6929 143 75 84 86\n0d08611c8b251e15 106 3 15 125\n8534404c06a7a475 244 150 152 163\n9a1bef8e978e62ae 103 16 20 29\n419b773d04a986b7 100 19 22 44\na3afb611e05eabf4 45 58 63 64\nc21df1e3085cbac8 111 42 125 145\n5ca0d8f0b24ae0aa 99 12 126 135\nf11be6d41f8b36fb 96 2 128 135\n24b4e8ff5a9a6439 229 81 240 268\nd72cdf31bb064b1c 230 113 146 151\n11d5f4e7b0b17565 66 69 70 85\n9f2798fef9b29ad2 67 74 85 91\nb7b89af3845a04af 58 61 64 69\n5afd98d36f582daf 89 17 19 95\n62990797364c3cf2 49 0 1 50\n9b3ef293e05d70f9 91 7 99 100\n8725e58028e2f1fe 141 144 157 186\n92b4fb8ed69cc398 267 179 200 272\n5041e63659c90693 88 0 1 5\n9fc435ca200777c9 68 5 10 19\n4e45b51fcd56ceb1 193 108 206 228\n28b23ec38ac5c0b1 99 33 35 121\nd0b961241b7c33a4 51 66 75 80\n5fe8a422264f128c 90 92 125 133\n1ec7e7dce1175aee 101 6 124 127\na403a07ebd41b6d2 50 76 79 92\n9217c66c0900c6ea 58 67 68 81\nd522ea888fb16e86 153 17 41 155\nc51da147c5b6f88f 143 147 153 168\n0de6bc7da518fcae 53 0 54 55\nf6f1a6c3444ce705 141 56 148 181\nd5c5a2109a2344e0 67 0 92 95\n7a42e67f85dc80d2 47 51 69 72\n318cc6a39c0acc71 65 3 4 7\n321911ae4a16f038 152 48 170 185\n8a19e0c0a085f5d8 122 57 156 157\nac35b0286dd48dbf 64 4 6 66\nb474bc1aa91428cd 47 0 61 77\n403951b5d632b5ab 50 55 62 80\nee439bfcf0065752 137 52 160 161\n7dc87708a40e09cc 82 2 7 13\ndaba92e841a70468 137 3 16 153\nd6b3d15ff42247fb 80 85 88 91\ndc8b2dd99adebba5 260 150 182 278\n5fb6ae7a43819e8d 79 6 25 26\ne3d58633f6310c45 65 2 5 81\nf0f7ef04f763da64 71 75 76 97\nb0342f55186e26ce 81 32 34 92\n3f68a1e365e94eb4 271 148 149 159\n0712476a67734dee 74 77 79 80\n922ee666c8d9f42a 54 2 59 66\n5c950935265018ba 171 9 13 185\n4d2a276aac0bc7af 77 2 9 16\n2b81fbc1af01f0ad 148 32 186 189\nf55506f85121d693 98 22 107 138\nde72b3d3d01ea315 198 93 99 208\nbd7b5a078178e1ef 143 2 4 149\n0ed8b86b87a30d38 131 36 54 132\nfca310e3805d5ab4 83 8 92 94\n8ed13911e32381d2 104 39 44 47\n9c07d2b1995e5ddd 92 0 6 115\nefb9832d4c948498 252 105 110 260\n19ea6a2de5c6b077 46 47 48 49\nab21a9fb5b124d8a 104 6 12 133\ne8530fdec17b42eb 67 0 3 72\n9afbe12dafb8b68c 66 4 103 109\n51606f24d69a31c5 234 104 134 270\n68f10d64744ff990 106 23 53 54\nd9de8aabf76c7683 71 5 19 20\n40954e72e02dc771 57 58 60 72\ncc014d7be0dd9a2f 274 169 178 277\n65cc49bc3ebaf313 84 4 101 118\nd9642c8efc01481d 230 115 127 251\n5ba05d47e238dad6 102 0 118 123\n625372351e3ff4dd 68 70 71 80\ne0e3465826bd8a52 94 104 107 119\nac3a468aec7604e7 59 5 6 9\n107b78daf075d371 82 85 93 97\nc936902cf1e99bc3 71 0 1 2\n51338a976f95e507 74 6 12 21\n23cfdadab7cc51a1 100 113 129 140\n512810bd5785cad6 138 56 59 66\n32a2c04fd8321bbb 184 98 100 186\n1fd5f9af785e6e5c 203 65 72 205\nb325dadd4c13e439 73 10 91 117\n9e0c86b04f280500 74 0 4 6\nb572de1740856ec6 142 32 53 145\n600fdd0b896e4d57 170 26 32 42\n00e12e215c028984 58 59 61 79\n95fa365891aa8350 218 68 78 242\n749f682613a13288 51 54 57 76\nf1cdfcbce1f39754 85 14 92 100\n7416347f6188112f 120 20 34 40\nbf3598d725ce7cf4 203 121 123 214\n82c1e9362c985729 63 65 79 107\n356c676d648e1d8f 97 27 101 106\n586004f337ead821 60 62 87 96\n2a39e3b6061dd887 101 4 112 118\n94ae813b2bf79c45 71 0 4 74\n117335f5d67368ca 69 6 7 72\nc4a95e304041e85a 168 25 30 184\n82041f060168dbe1 72 74 75 87\nf3dcb60ad53850fb 63 4 9 66\ne4a19d5347812141 70 0 1 2\n62feb0ed164ebcbe 69 5 12 15\n16da9b4fdfe4883b 98 8 12 44\ne6f4b97e55347eed 156 60 67 87\n234c14a79d4da1ff 76 7 11 22\n35f89d3ac607bd5a 57 62 78 81\n0cda9adbbedd7948 184 35 58 199\n840f887d08cd0b3d 102 10 17 25\n4f25ba1ea52f635a 53 54 78 92\n761579772fa02cfc 46 48 49 50\n040de715f9303ba5 119 40 43 55\nbf2cce4dafaeceda 233 119 127 235\n46ea97f6f3757209 102 1 7 144\n8071c129cd7c6f44 85 10 25 87\nbae8d86158cecc94 94 5 14 97\nb4ea2d59afd21024 115 20 26 28\n1f5df6019b0bb73c 180 82 186 214\nb38b3646708dea84 142 19 31 39\n1a22c18ef654437d 113 3 114 119\n2f878176347bcf9e 128 25 31 149\n31bf989cb15492d4 62 63 64 72\ne650fa5efc0809de 149 150 157 159\n88ca99a049b21a0c 278 182 183 187\nae8bffdf38808a33 260 165 196 198\n389f65e97bd902b2 121 8 31 32\n4a736d7c30ae9280 160 61 186 201\n21a23c81331b0027 187 200 210 213\n4e012c05fdf8f9b3 110 39 128 153\nc0f6817b3e55c661 83 4 16 36\n1fcf851e236dec35 49 54 73 80\n5cc5e562679c5f1b 131 25 54 137\n7218b8b94350581e 107 22 36 53\na8b7a84bfa9cf39d 111 5 21 41\n67300e41773c1a44 257 138 146 259\n65f681e621230b5d 131 44 69 152\nd2737d096cfe9bd8 91 1 2 92\nfb277b237d7bdcb5 63 8 81 83\n70888447007609c0 146 0 2 3\n13c4059da4e56a8c 47 51 52 69\n9fab0fc34c002a2d 65 66 69 70\naae8dd571bbfee04 54 72 93 95\n1af55d4494e499b1 141 149 173 186\nbae2196412b35a3c 107 23 41 119\n8041140ad38483c5 61 85 92 100\n4b457a008376cd73 92 97 101 102\n7f6560149c0bac41 117 32 124 127\n8a3690723c47052d 227 119 129 231\n1ade309152fcc60b 136 32 48 170\n9ccfd60ef2a71655 63 0 1 64\n603b87ea5bbce6fd 55 61 71 80\n30029fac7c5621de 111 14 114 136\nde0083a93486609c 112 0 142 148\n3ce90c0ea2537c48 77 84 92 101\n97655fa846bbdc95 234 124 156 237\nffe67ac537febe41 111 53 134 144\n8620588ed616ab15 88 7 21 38\n8231d05506f080c1 269 140 165 169\nebb59e0343c6c7e6 66 1 3 4\n99402ce31d9d9d68 60 70 87 88\n7dd4b9a826944af8 72 3 8 11\nb3a922aabfa0316a 153 58 177 191\nfd6ee791edb85b45 78 1 8 84\n1af4f12e5c55c99c 98 0 2 100\n4953a5140e2f439b 80 22 85 94\neeb665bbc61578ef 80 7 91 122\ne94c2035d207ca99 80 3 88 90\n53a03103c5ccd2fb 72 73 78 82\n6628004c0ebaeefd 71 7 18 78\ned4edaa7c4b6538b 71 73 75 92\n33dbdc4396938ae1 170 1 33 204\n51f96756456b33fe 80 12 85 125\n6b1811dab3c2181e 81 2 16 97\n6c2be8b0c63bed73 99 18 106 128\n1150003196de2529 128 23 138 157\n6c5be64f9f19064a 101 3 110 112\nc0ff1124e4c6db71 86 92 99 107\n63e37e7be7c2a2a5 126 42 45 128\n8b50f64f609a7417 60 2 3 7\nf5257718f0aae70d 116 132 143 146\nde7e6332da7c0b4a 146 13 16 25\naf6c111c5a2477d6 70 73 75 80\nea375208efc37f2b 94 1 4 98\n2ccd2d98696c87e0 48 0 52 54\n2552fd444d04ef21 102 18 49 112\nc969eaee78f6aa7b 70 3 22 73\nd4745b3e1bf70910 57 1 58 62\n45e5fcd5c8978342 75 22 80 90\n420bdc53a6928b32 109 19 111 114\n5179e23afde37cfd 115 5 10 140\n21840c44aed0ae43 259 142 164 267\n63a912e86ee4698f 56 58 60 63\nef10577f3bf663a7 109 115 138 146\ndebbae3a33e31dc3 51 1 3 53\n5bb9c1498799204b 54 59 73 95\n431e6542fde13130 109 46 133 135\n0dad7f2ef3496f13 66 0 7 13\n961456b3bbe48e41 84 16 17 85\nf925c128d3e76e69 78 6 15 16\n604872e128f5938d 75 1 3 11\n06dcbfe7cd79bb66 60 64 72 79\n42b086af2a1e5d98 154 85 91 156\n2d62a5d66d6e4931 53 0 54 55\n3e8dd5a6930ecb92 100 101 140 142\n634aefb6e1d7d70c 51 1 2 52\nfe42422857682683 131 38 54 65\n83cf9da0255baa32 70 9 10 12\nc065af084d1108c3 76 3 8 81\n43db35d743e6be54 65 14 73 79\n443b1691d94c1b3a 74 0 3 6\n335794d48a9b168a 52 55 80 81\n9d37c1e008862f67 60 69 70 98\n9ea41ecbdcb268a0 53 54 67 79\n5bda67ce0ab325b8 212 122 229 234\nbd7b6cbe96c87c5e 107 129 134 141\n5b427c2035bb515e 141 26 42 170\nffd3390311a2c8ce 59 2 5 11\n9a0e32c4ab71b3bd 167 82 86 208\n78c9f12f1f2df5a1 97 44 117 133\n9cf5e48a638becde 96 1 10 103\ne9d5d800eeeb5fe8 62 66 68 76\nfd3c54bb57284e5c 61 69 70 73\n73f37a3e83b3db29 88 0 96 101\n312c8e1f1f9f3594 61 2 63 64\n1c7b3ccd5482f834 46 48 55 64\n3662b5f2916b470c 203 120 126 148\nc6ad2c0caca2566f 82 101 109 120\n177d39d72e983b69 49 53 58 63\n666dfa1a6310793c 86 6 87 89\nd1ad717988b5f4b9 156 26 60 180\n41fafa6144b58c39 88 0 20 89\n4c9030a5917a1328 74 2 12 79\nf673068196024955 109 7 17 112\n35b15e97674edec3 81 106 107 117\n81b132ae6b8bc8ed 45 46 47 48\nb0b47fddfd7ec43f 82 1 34 111\n0ab163a1b88f1128 53 5 6 57\n764bc578ddb19e9f 130 155 171 175\nabe6faa37846f1ce 49 0 1 2\n81760927c26073d5 98 29 34 36\na74d69eaa0dc81fe 145 65 86 87\ned46517c2abd93f8 68 0 8 11\ne78acf2f0d88e894 57 5 61 74\n63601178de25dcf3 121 35 49 139\nbc8214e859ec98d7 48 0 49 50\nd9379ef7eb90e7e7 140 6 17 177\nc2f419eaf9b69c79 72 24 76 88\n635b0cb422cc9b63 241 250 259 263\ne0f5b15246fe74f9 126 34 66 156\n7f602fd34aa315b0 117 11 30 37\n4ca952ede2af6578 83 5 21 31\n37d4e43b2b029a80 118 2 17 136\n44be029ec85609c5 76 87 94 99\n078b8bdc29565cac 74 78 86 88\n5b9054a58c1a20da 103 30 132 134\n9f8dd9d0fc7d9382 53 2 64 78\na361562dded27501 78 88 89 98\n9dd571bfa9a0ef35 53 1 67 70\n685da2e45eda4f92 117 20 21 30\n0ff193c92d415b18 75 77 79 86\n14a5b002ce46d4d3 47 49 55 65\n43361dbc0c5a2808 56 0 62 79\n780b7a435f2ced47 244 155 165 269\n7ffbb3cfbe1af515 70 1 18 20\nee8a786d0448d93c 62 4 63 64\ndff5912eb00182cd 163 48 67 199\n667eb8ab7c00b961 82 83 86 88\n4118895a33890c5a 151 64 152 171\ne7c2a6cfc9f12113 76 82 83 96\n981d9a0fef100f84 62 10 66 80\n43fee307c6339b5e 55 1 2 56\ne3b9079fe9e0290b 190 53 56 73\n70aff06cbab9e038 98 9 122 136\nf1779a76baf71f9d 109 27 37 49\n2755ba82b01b480d 60 1 3 6\ndcd22cfdddffa9a9 132 0 4 5\n99dcc63950025556 69 4 10 12\nd1a3ff99bab7fe77 68 3 4 6\nd4576e0cdf65663a 87 0 22 94\nc8c2d887b38f6dc5 118 41 52 59\n25d3995ee3f07dae 95 15 17 29\n65e05c44e3018113 55 61 77 85\nc8640731b5ec3b3f 57 1 2 62\n2d815b3e5e9bb237 196 56 86 218\n1c73def8a62301a9 158 46 168 178\n474d403238a41315 157 48 79 194\n5800017d267ac76e 144 39 71 82\n03f551fc4abedc08 83 4 14 16\nf3534478d06ca677 108 121 140 151\ned0364eff155da2c 59 0 60 68\n4ae4456267802484 109 2 132 134\n98eda9148d3731fa 76 6 7 81\n78c5b78b44059cac 61 2 7 62\ne02fe3ae53693362 68 1 8 13\nc5099a0b6b7849eb 122 35 45 74\n6f12e407f47d0724 90 19 40 93\n6c376c523531fd19 205 94 208 213\n4bae8b3980bf32d0 64 0 1 3\n55fb48a338c9ae09 54 61 62 67\n9d2d13865a1fe989 88 16 95 98\n4e9844ec22d424de 68 1 12 13\nda6c1d011315f203 58 3 5 59\n8d25f7cc9527723c 235 60 239 251\nbcbfc12f1cc350c0 69 70 71 74\n851755ccbadc0ddd 171 39 48 60\n025ce727b1b55932 91 4 8 106\n094fd37f09dc318c 79 7 84 108\n3af43fe8d514f7c5 159 177 188 192\nea321e9d94fb3533 133 6 10 24\n8afa074689f59f7d 133 44 50 63\nc8de87bb03e6ba4c 147 63 160 165\n869e7e1ad950d5a5 130 13 17 26\n372bb866143b6e35 46 47 53 70\n165696025b477097 59 64 65 69\na9dc5dab9b29cccc 51 55 58 63\n6528a773543d2404 66 14 67 68\n49d4a7288f6b5dac 71 10 14 81\na3ba667b9cd78d95 68 0 7 70\ne352944191227d65 59 0 68 75\n45813c8b2b35ee38 48 0 1 49\n6667bfea202e343f 190 47 68 216\n6f48981fbe4fbe80 51 0 2 54\ne180e48c3a31788c 57 1 63 64\nbc69599f807f4bbe 75 15 16 85\n61c1653668df1b7b 63 80 92 94\n0ef054fbdabce0cd 235 126 144 145\n26e27bf9039f8aa2 66 11 71 81\n5a7df53b469c351d 150 65 69 76\n5c5cea1c0c614590 110 18 26 145\nf9e2fa48df9eac9f 73 3 6 19\n4d66f43cb4ee5fe8 55 8 9 62\n588d8bee939e4fe4 96 16 28 110\n4fcd312dd4baf4f6 60 6 68 71\n1ec53f4089f0dbfc 46 0 48 49\n99d974438c80802c 269 174 180 202\nf218fca4a9ad27ab 174 25 36 47\nd83b9ebe5db7978f 116 14 128 159\nf2a5a2e3570921c9 63 8 77 79\na62f41c8c5b475a6 85 14 96 104\n17519e763b34fe14 210 57 253 255\n186f18684ed4b516 84 7 113 129\n47d11d4bee6608e0 114 33 35 57\nfbe4055d5dfd480e 124 128 154 167\n881c01eb440e7b4e 62 0 9 12\n28760a14d0a5ff3a 63 88 90 108\n879843dd7709d6e0 222 223 229 241\n60446524157d9f3e 110 124 132 137\n0894f0072a8c5fd0 68 71 74 82\n5fad029d91af56bd 212 96 232 241\n68a17cc5d6e41d9c 139 147 170 181\n54a7ad7ac2bd1549 52 3 61 88\n51e045d2adfe39fe 52 55 63 65\na1a21aee1df9fa71 173 111 175 180\n633d3fdb65d02c52 67 12 18 111\n4246a11f0971a231 62 10 15 16\ncfae28b337f6d169 68 95 96 102\n6bc457ceb8a81ed5 134 8 9 22\n07d449efdb66c20d 68 70 73 82\n6491dba0a8ebd210 65 2 12 72\n7ba1ce8445588441 82 5 99 106\n8aa9a088bb57b234 125 126 127 134\nf2155adbd63cb1e8 102 7 130 134\n9dee45a5b09b5770 253 165 174 259\nd0d99409eee42ecd 169 74 88 171\n7cad770e94716bea 66 67 73 77\nf12a3651a51dcb9f 89 9 15 29\n04ec725465dc5329 156 21 23 39\n36e94b0ad3a62c7d 64 1 5 66\nc623c6a79373330b 243 99 107 108\nb516e68f82993596 159 174 188 195\n8f71898bc3662fa6 56 63 77 90\n146581180e89666d 45 47 51 53\nfeba28a8f1b69de6 121 23 131 134\n74e192d23f2fa8c4 229 91 96 110\n61ab98ec79dd67f4 78 3 9 15\nda7649f08f0ecb90 58 76 86 97\na7813af2c5f05291 230 147 238 254\n0c788e368d993870 243 114 124 248\na7849dbe8e0a9e87 159 62 63 74\nea96d12c34a556d5 105 1 3 16\n4f3832284b2bbfc9 84 1 25 27\nb873af03b0ece78b 69 2 76 78\n7ba29bd150619f7b 87 20 24 26\n899aa2030c49fc23 65 1 10 13\n3e746126204810a4 248 98 255 265\nb15cb192eba0ae9b 77 6 17 29\n2e715d4c5bf6c45e 69 0 2 8\n7cf899a59a83fbea 144 153 163 166\n93e6c08c33206a0c 140 48 141 155\n71c9478442c4ae6f 107 112 113 121\n9afda7b164cf2cdc 51 54 55 56\nc251d6e68d6d89eb 131 32 165 176\n586e598c2861b5ed 75 9 85 113\n63cafd9770207456 61 65 67 71\n602a0260c5402165 56 77 80 81\n518425b2dbf859d1 134 141 165 169\ne67c43bee6f33ba0 77 97 105 121\na7da8cddff19c648 126 25 31 62\nc30ce1a9890c8bdb 167 40 188 208\n3eb795302924e912 74 76 77 80\n50ea659a50e51f73 75 0 11 17\ne60f34e1e4663509 102 13 33 39\n96c0a1027a410b41 106 14 19 137\nd67a9ef5ecbf92f1 125 128 130 133\n09c1b7a0876c08df 276 121 136 137\n1837b8eebc9c2457 99 21 22 116\n999ac7ad88172c0f 205 112 209 217\n7f5acf5eb41232c2 110 14 17 111\na4ab72b25fefa48f 92 15 16 21\nfb424ab019f3e1a1 104 25 115 147\n7d9958c362abfcb2 246 87 100 251\n3b676f25b54dcc1c 109 1 34 124\n71e6127ee98db5ee 118 123 150 152\n02f801e372d67cfd 63 4 7 77\nc332f61eb80f0728 78 11 22 84\nb0882e9423cd8a12 225 116 235 270\n1f084607245e4462 165 91 115 170\n59168f648b9617cc 59 69 81 89\n4560f57598efe5ab 62 12 13 66\n7be4141d6dc4a3e4 139 155 171 178\n67bfdf9483e9402d 51 55 56 57\nef24eee67c586c55 77 2 14 21\n897b939f8fb05f40 69 2 3 75\n4c2383e60aaf26cc 57 59 78 81\n1b88fb5063cd8916 59 9 10 62\n0720bead0cc7cbbf 228 159 230 265\nb9f3542583ffacd3 92 17 104 116\nfa005e9c2a1c4828 164 21 42 182\n4c69bf407b142b93 57 65 72 73\n50edf4c00177b372 87 7 9 14\n3cc1fcf538c81442 52 53 57 66\ncc2e5f2b53331cfe 148 53 66 174\ndb2a88aeac0528ef 128 12 23 45\nd4b2323a3f4b6f0d 73 1 2 7\nc2d8705c1545d888 129 16 134 143\n4a046d13e389b505 175 81 106 216\na3e602c82ca6dad8 102 42 119 141\n8c411eed4a89862b 65 10 13 84\n7794d03533d97905 69 91 106 110\n1d46e25b06eef337 178 97 117 183\n214c597029aebf9f 105 17 110 141\ne6edb9ab258be4b3 59 61 66 69\n2e4013ea92d04301 122 40 150 153\n4a177be7db12edcd 91 9 19 28\n77c3eab4e29f6483 140 77 160 182\naa76e4a85ca31b8d 48 0 1 2\n7b6d9b260fc3ad7f 238 126 272 277\n1be5a5c98a51b1cc 247 99 259 263\n8aa095ac49d8b483 165 2 28 198\n5f6d466e1860f071 60 3 7 8\n15b93cbe9fc5220d 75 9 85 106\nee336a4898a32ded 97 24 30 132\n5f75672448394958 109 33 132 149\n7a3077294b23577a 51 3 56 57\n15bc9eb752c6dcbd 75 17 81 87\n89a83c39d8113b00 127 137 141 143\nb3dbaf8b9a442fef 126 9 12 135\n8955965be5e21697 142 8 33 43\n6387e971b377f551 72 6 77 85\nf372706f15279f2d 89 9 13 38\n8f6316881fd064b6 54 62 83 99\nc6e9e5366bec252a 192 72 73 194\na34483ee2255ec8b 93 21 95 115\n1b881261742799f7 59 1 71 73\nfc87af9c4f0000b1 52 1 58 60\na7c9e9a3be7b16cb 56 3 8 57\n55b8f1d06d9170b4 202 119 120 124\n0f61837b9749da34 195 57 196 203\n49cc37f7f96be5a9 67 1 4 70\nf1def7c1a827dd08 126 46 52 168\n9834b5f8f65308b8 58 9 11 63\n0cdfa29561cb24e0 79 1 95 99\n12e3b1ad12a752f6 112 24 49 63\nb84c9807327b240a 76 78 80 112\nd39a18f18b91df93 50 0 52 54\n37ff2186f55b3fd8 88 3 25 93\nbdd1073b23f1faf8 56 62 72 76\n195fbef2c08715e9 227 117 123 245\n055e4612c1ea70f9 76 4 6 107\nfc50278b5f950186 99 16 23 27\nb7455b8a4deab066 155 60 156 187\na3d0ad86d0435e8e 79 6 86 107\n42b218cc2f794026 58 64 69 77\neee74e6e5d589a84 102 1 10 22\n4cf74ffa5bfd5904 133 44 62 135\n684aa899aaa05cb9 66 1 2 67\n806010700f66cae6 199 74 97 210\n952eb982471ac5f1 79 3 7 20\n15762acaba295de1 184 72 85 86\nc040e7598e43eef1 75 0 3 9\n96dd5af0f6e950f1 48 2 49 54\n5349781d9cdda05c 140 26 48 154\n4054d32655ba5eda 235 141 165 247\n46502a6038bd288f 57 58 73 98\nf253339fa19467f5 186 93 101 102\n86b3b4ad009cbe0c 47 1 48 49\nf6696c05fbf5a137 95 8 25 38\n666be06e68dcb7c5 225 118 129 232\nd8a03503a424b8fb 139 30 155 156\n365cc620c2fcbb05 88 2 3 4\n9e013fd3bd563b6b 114 21 33 42\naf0d1ef190fafdb7 82 13 24 91\nd64b96bbfad60d1c 64 3 6 12\n65f1ad35757c4a1f 257 160 259 267\n91413adff6a89783 135 4 153 161\n7ab29243a91fdc80 72 5 87 88\nd3b256fd9ec06d6e 90 15 16 17\n1072aae07584e091 76 13 89 99\nbe5cbb82309b56c3 84 3 11 110\n6066b9a906238a6f 94 7 14 98\n1839244b04a05e5a 59 1 7 60\n55d5f146ed21c830 85 3 87 91\n27f772c12c97b594 65 6 8 68\nd84343c25315d7e9 118 28 129 152\n9fc05f9838b25845 52 0 3 68\n5a0004552dbd330e 168 91 193 210\ne1b2b54fc9108a54 119 26 53 126\ndeb6727eda5946f3 56 0 4 60\n7b1ff8281519a3b6 85 17 90 97\nee55fb495eee9169 224 106 116 231\nc5299d492943c1c3 61 7 64 65\n8ac472627625e76e 153 61 80 169\ne4e20f4e8c79aa1a 74 17 23 28\na6bc234b1ce6ca2b 78 5 21 22\n8a910daed0cc83bb 54 1 61 80\ndfb6932b1a712d0d 90 31 34 104\nee35dd9642fb2e54 67 4 10 13\n0de8a88480533be6 124 129 140 143\n13adf913ea857ddf 106 10 145 147\n156b422215789c18 227 66 240 242\n2c805f56d92a2e22 72 12 78 90\n62caae272179f01a 184 73 188 210\n3a126bd9702ee8f7 108 137 139 148\na93d9d0fd69071aa 140 75 83 87\n3b3880eb01373479 167 29 172 201\n16b3eea75ad753ef 237 67 81 243\nd0c84900d316e3ca 54 4 56 59\nf739e9cb43b587fd 86 0 95 124\n6501c4e155960c8b 91 93 98 106\n6cba7738247eabc9 120 8 12 135\n62b83cb60c353c3c 69 70 97 98\n637d7266541e6152 68 0 77 113\n2cc330488326fd4f 199 42 55 204\n37dbb9846f2fdc01 172 67 85 181\ncab940b56faac495 53 65 85 87\n8cdcd96e18445632 95 1 109 115\nd7a7ddbaac9a3df2 91 4 6 7\n5e5839cea5f7341b 45 60 72 74\n587e788b5cdcf522 46 48 49 50\n15d4131d721f1b5e 94 17 26 97\nad4d196510856830 72 3 6 11\nab9f9cbd2973cc9a 111 22 40 43\nc477626407eeb4ec 232 141 170 244\nf3f53a823ea18d9f 194 71 76 77\n583dcd046009f0bc 154 24 32 165\n4615277ffb68ca9d 62 1 3 66\ne2e03491fca937f3 89 21 103 108\n904d453f2fb6c0d4 57 0 1 60\n72fffd0c21d12eac 50 0 1 3\n12497730f691d00c 51 57 59 61\na76028640ffa1ef9 234 61 89 246\n452fff658953aab1 114 120 148 157\nd4e37a9e414ef582 104 4 11 110\n5a5fcb1d3f17fbe5 81 86 89 91\ndd5142700ac59a94 172 69 76 174\n8c0ea69b00e2f550 116 6 119 125\n8c609891ee48673e 238 95 106 131\n3fc2c221557a205c 103 22 134 144\nb3954464d00ffcc5 62 0 3 6\n9876cda7718a1c6b 265 130 143 166\ne8f50944f9e28741 87 88 114 126\na374f27587ad2d52 137 18 168 181\n1ce8503fd200fed2 55 2 4 67\n7c6b54d9bb76a4a0 120 3 4 6\n485f996ecf360da7 137 22 61 149\nf07e75d31a73069b 56 69 88 99\n6cf0e05c39d186b0 66 81 83 85\nfd204026d09b3585 47 50 52 61\nba604e2b0ab1be25 98 28 29 133\n0a10d55239d83d99 101 8 9 108\n03aa0437e5d62d58 140 22 28 31\n454197dc5b50b45f 79 5 11 20\ncbff8218527bc3a9 85 91 92 99\n0a7c052273895bb3 102 9 16 28\n42f761f7e655bdce 47 57 61 72\n5832cd21e4a2eedb 142 22 24 167\n01fe225e2f261d1a 52 6 57 60\n086e9118bec887be 101 0 4 5\nf74139ac48f19b3c 167 7 198 207\ndd8d3d9cec8f36d5 217 139 233 236\na9cf9def8f36c3b3 90 8 13 18\n85b236ba30175abf 151 73 158 192\n2dd67f5e68c8d72b 72 89 100 112\nd0c521f701b91ad1 91 1 10 24\nf24c97a5cbadcfb4 45 51 54 61\n2ad09b7837010330 175 77 180 211\n0e5b9dcdb891b82b 123 136 161 162\n9dd4d7d929eaa376 86 1 12 87\n7a911883348688e9 52 54 65 79\n291db63458af0613 76 12 78 79\nfc174b681e13cdf4 124 134 156 169\ne529f3adc0cdf3d3 57 61 69 81\neebb5bbfdbae33bc 70 5 15 76\n7700df7cad223bae 63 72 73 90\n5d3888256b80fb8d 188 76 88 200\n63b5676898b75061 103 2 107 140\n606d19170c13bf97 101 2 19 20\nec176790f27fb962 54 2 7 59\n684dfe7c93097c48 48 0 56 63\n310cbf1c65c52fa7 262 179 183 268\na8e4359a237cf2dd 129 40 48 138\nd01f297cc531a67a 207 36 39 209\n464d97e527dd5f8a 110 8 124 138\n35185a0c080c40d6 67 7 12 72\n4a7f0556fb58a5cc 92 6 107 117\nba8f27af6e4dc02f 86 0 94 102\n1e9b1dc1c096d68d 57 8 9 10\n7468b52dbe6070cb 101 5 18 129\n8328ae4d746fe8f6 73 74 83 99\n0954f5a326941fb1 89 11 18 22\n8db64f23cd5c4c8e 149 94 156 169\n59270ce6343beb2a 63 69 75 82\ndb9ced9a7c18519b 55 59 60 69\na688088d3921c03f 147 27 176 192\nd14a6e177ef370ce 85 16 93 108\ne77c9cc0587e9cad 90 10 23 37\na1123decafcdf68e 165 64 81 200\n56a815b163efd61d 64 7 12 15\n42cab73e14195475 80 1 3 12\n20e9bf845c4bd9e7 58 9 61 62\n72428dc4eda92f4d 76 2 15 80\n75e56e8c9600ae26 111 7 20 132\nf3086c53deacbeaf 50 3 4 51\n3b8167415736169c 54 2 3 7\n24d95746999b7f7e 75 0 12 79\n0baa633d2094d2c1 72 1 10 13\n7ccade44d9c8f7e1 45 46 58 65\nc63c6fd4250123f8 113 21 27 129\n63579d50297809d8 75 0 76 78\n70272bc88db1265a 228 167 237 239\ned0a0f4a8c61a9f3 175 83 102 176\nc905fbb5c08c6ce6 107 42 128 137\n37bbec9e46c8c1a9 88 3 7 95\n19a28e5c25feb31f 79 3 103 123\n46067fb6d992860e 45 52 55 77\nc0963ff151bd0893 98 109 117 118\na198072668fa2474 269 177 194 272\na2f1f38d646db600 193 64 97 102\ncee947573b53a1bf 203 113 235 237\nf26a85e1867eea80 81 14 26 30\nd5395d343ad4592b 110 1 3 12\nf82348d27c384c4e 55 2 62 65\n9e585ebbacb3e94c 153 54 164 177\n7a567c2e4b74ed8f 94 98 113 118\n1f2153b5fb50d41a 221 240 256 257\nabcc65ed3b158186 143 38 151 164\n2b4c1f50687b2bcf 85 2 14 89\n17ca3b8ad5815b35 65 66 71 72\nf3de74db05a6b558 168 55 74 88\n5a1e4f0e1bbd526f 56 3 8 60\n3590d717d920b2b8 277 184 191 205\n276eca76bb2b4ae6 119 54 57 135\n249fd0890d439aa9 80 2 14 121\n5581754c07e626bf 95 19 29 97\n4319ddbd5e8f20e1 52 53 57 58\n01f7915dce639515 89 8 29 109\na7c8828737c28252 190 107 212 214\n203b7543bb3387ce 193 110 217 231\n2bcb26e95f5d152b 126 1 129 140\n47cae76cd53c752a 87 7 95 115\nfe129e744709afc6 48 0 49 50\n44b78f9fcb5cd8d8 91 2 5 22\n1bce163cad1e1d20 96 8 101 116\nf29b5228969d056f 58 63 75 82\n022a21a897f2a904 85 7 94 96\n14e3fec07ba502d7 107 35 122 125\nb5965c79b6a937e0 70 80 90 110\ne8dafcaa89b25c54 63 3 5 69\n1b2779619d4f28ed 64 4 8 86\n42742db2633d2eb5 51 62 63 65\n0ff896ed26db5da3 261 144 155 165\nf2681decf7216b6e 67 73 94 96\n4c76898a3d535741 170 115 179 209\nea93df5ddd015971 116 121 127 129\n66bfddd1f3b56005 75 3 78 97\nd87950df77d49b7f 63 2 64 78\n82454ac79de89fd3 105 2 133 139\n42f700b22cb0be39 65 0 2 68\n648f72f3063fd9c7 64 6 7 69\n4634124b21b763f6 88 8 35 118\nabe09fde3f158d83 53 0 1 56\n6dd08f04e95ac92b 47 49 50 52\n6758f77061a4515a 97 8 10 113\n9634ec803362500f 74 2 17 18\n79c2ebfef0718b1e 64 65 80 82\n3a52947c66de5920 163 38 56 170\ncb2d798801dd730f 71 0 10 74\n2c55c5a96b50ab36 223 241 247 248\nb5ee0694b771e51e 184 94 103 119\n6054a3584527a616 106 11 25 119\n2e619c31122ee40f 104 109 119 124\n3b650a9e2ebdfde2 206 120 152 238\n7abd4ec1670c4705 130 4 7 133\n368fae6f3bc0b0f7 70 74 77 91\n9a7f9603257027fc 85 86 89 102\n32615afea87b52dd 65 8 15 70\n7550d560dbb941ef 176 42 61 196\nc00a8f89455fbc1b 74 12 17 20\n564659475de45eab 48 61 62 68\na2c8e506fb8e2161 48 0 49 50\n2deacec5c281fbac 198 101 105 123\n7909c366c57a0c77 72 76 77 79\n57a6be6d97e7c9dc 108 11 22 110\nbf756257ffdd0017 114 30 31 127\n1f0f5e82e9d0f9ee 71 6 19 20\n47a1f1f01e2b7be6 71 75 80 87\n00cf0a94235771bb 59 1 4 60\n9dfc6db5375952c3 52 4 64 72\nfbd37246c3e03576 207 158 219 252\n8048759d08d312ca 130 152 157 161\n8f09b7b96ab06e54 87 6 9 11\nf2d0e69416df7741 115 6 133 134\nc66c4aee69caba12 152 166 172 188\ne1c8085b10df599e 152 18 21 159\nc949b4f540bb3476 135 30 52 151\n8ab34a8c7287d6e3 48 50 54 56\nba8fe0e95d70e2a9 52 53 55 56\n2aca85b3bdf90a09 65 0 66 67\n865379ca24243ed6 106 7 120 148\n9f07a3303e75641d 269 113 138 144\n077d42bb51ee2793 114 18 42 129\ne76b0d6c9bfb9c4b 91 93 96 109\n88a203e63a1e6a09 150 17 160 184\n22552c9a2a2a2ce7 111 12 26 114\n3f9b08ed34ec795a 164 28 41 43\n20f8c6738e22e764 98 16 102 139\nffe9783913b58e7e 143 60 82 84\nf7e48eba37bba499 62 1 63 64\nbf035f1f897888e9 260 120 121 270\ndae01b39a6104477 61 65 68 71\n040895d45bf4e580 124 3 8 126\naeadddfb838fd090 235 157 249 274\n80566b8e2904a745 148 153 181 191\nfa25ffc4897fc142 168 36 174 177\n53292c652790bfbe 104 126 133 142\nde129b4aa11af575 48 0 1 2\nc161bcf6082b40af 68 2 6 7\n591c44984b9273fd 105 5 111 124\n04ef6a410f034514 69 8 16 71\n6aabf104e2be3f60 68 83 90 102\n1b747b8eba6f7b45 46 55 73 74\n94e1eb9e28befffa 96 3 29 121\n4df68a7e48ee747c 59 0 1 71\n97b32341c5319f28 53 4 58 78\n0e5e7fbe8914352c 207 89 101 105\nfb63a2c634287906 73 2 10 14\ncab05ec1c225826a 58 67 69 82\n345fa06f6a5bb413 60 0 8 9\nb58acaae2cf55ef3 45 46 48 50\n1433f61e9591ea9b 97 29 105 126\na91359a636e4cf61 142 20 28 51\n024152256b6bcac7 172 35 51 203\n58fe7230f02c5650 52 3 6 53\n8c0140f9512fca75 64 1 2 6\na9aa8af4de922806 96 0 3 7\ndeca456b57945a66 145 5 10 148\nd38bee2f0dfb6de8 159 31 41 56\n288dd40199dee268 200 20 230 235\n9d71c054b6d922ca 58 6 63 69\n3c19657356e9e229 130 0 143 155\naab9373670075ec7 91 109 111 129\n912e3a05029558e8 60 3 72 105\nf7ac951ffdb3f0bd 54 0 5 58\n0cca84503a86574c 54 2 61 66\n1cdfd3abfcc3a64e 274 193 207 218\n53b1b930bfa3659f 90 20 32 34\n96e79d128e6b1630 81 9 17 27\n97c7ce37db25fae1 90 13 18 25\ne4346b375acea025 134 8 9 18\n7a3c905b4244d47b 84 13 105 114\nc896316dc2906c42 47 48 61 64\ne621b852d8329303 116 0 139 141\nca6edff53cad061f 75 4 18 26\nbe62d714d68a1df7 92 27 106 126\nefcd9851029dedf0 126 37 41 56\n8a9714a498c1368b 80 2 82 95\n6333fc7e67b23c04 77 4 5 15\n92dd80af6c01ec1f 126 69 72 74\n9184cd0ba339b1fe 133 51 69 77\n3928ea8b8c134846 52 3 57 84\na911693eb9c3f0ec 61 73 90 105\n232a0b3133326242 203 29 231 238\n279e044cf78e7d57 115 16 25 26\n6a561c4424f26c89 47 60 62 66\n0c11dbe781b1c11c 71 89 94 102\nc2a4fa5b947e2ec2 63 1 73 75\n44accffce93c7e87 90 0 106 109\nc288587db111f2d5 249 260 268 278\nc923a49044274829 49 55 70 78\nd2314965da93ff62 102 5 13 115\na4b2f31301e747c7 244 152 155 246\n28f5ebf3c3e2fe54 86 4 103 111\n37a6ae1e1c6eff66 68 73 81 92\n8921ae944e9b6ef5 90 0 6 36\n8e1a0eb3c40fea64 106 24 28 51\n0c9d930d226d6bd6 64 12 79 85\n50543c3f94b1ea8d 50 70 72 78\n1ad8ec6d75441e51 74 0 1 94\n1dd869f66c3c9497 73 4 75 77\ne6f18d0185619efe 73 4 8 11\n5d3c7dd9db5e495a 276 198 202 216\n60cdf39cb705f61b 76 8 10 16\n473e6ec61583d90f 64 1 3 4\n486970d685c0b746 97 30 100 109\n26b049f6fc7e3b3a 54 0 1 55\nb67a5f6cb97b9192 82 0 8 104\nfba05e627c60e14f 51 62 70 87\n33be1ba5aec86c96 101 12 13 118\ncea4c4ce18a477a1 78 8 83 85\n5019141f04d70770 78 89 108 121\n0ecf489d873b7f52 155 39 42 167\n98d424814d7399ee 141 51 53 150\n46de062e5ff787c5 265 99 113 272\n1a89361139818b89 134 8 140 149\n65383db65215cf9e 134 2 4 5\n6e83596e467f1eed 95 6 31 104\n8753cbd548f7680d 86 13 28 100\n504c5645838bd1d5 265 120 133 161\nc124fc36bf3d6851 57 72 75 80\n27c0e43b48182d97 85 86 107 108\ne0c02d718b1650fe 75 86 106 111\nea5714a05ab4f15a 114 0 5 9\n47a66fa042406908 140 0 142 150\nd134516c04e55995 65 9 68 71\n8c2c302994f6cea1 49 68 79 83\n45f2d7abb5fafaa8 166 48 192 198\n1e5548d951e91a40 75 18 19 86\n725d771465a1a400 244 122 149 161\n3185302b2275b009 103 0 119 124\na2c0d48a1263d655 253 107 115 116\n6f243139ca86b4e5 76 79 95 99\ncebfe607ccf4b943 82 11 14 16\n43759ced44693671 218 60 78 94\n8a9b8367cbba20b3 84 1 88 89\n6947130ef40361a8 169 70 76 84\n373ab0a1009e0316 52 0 58 59\nec095970b124c66e 59 61 65 69\n888c677a195f4c94 226 125 136 262\nb01dee5ba37bee65 106 118 127 151\n9f98b303e2856a84 97 0 2 138\n018f7907401f2fef 153 156 157 182\n5e0981c415f8712c 83 12 27 116\n7e26c230bae2ed06 96 6 29 40\n430d8fece8e0f7e5 98 101 105 112\n0bd819cb30a432c6 51 0 66 68\nf2e4e6e509d7fe3a 79 1 12 83\n42c2c85060ab5233 94 106 107 113\n9b2cb1dc1c040cd6 48 50 55 59\ndd3877b36d4cbfab 56 2 4 62\nc49a14de01d7bd35 225 127 152 264\nc2adadff1502b19d 141 0 13 149\ne667f182bb7757e2 121 0 3 9\n83e9e8bf2eb6bb93 174 115 177 203\n446f557155994097 72 1 5 74\ne39c688ad0fdf01e 114 24 51 53\na18b2f5931a3ea2a 104 125 135 138\n203c8a4d66c74338 77 87 88 92\nd6849f92207aa171 98 4 115 129\na75565ce57aae546 75 80 93 99\nb1bb0a56c7d578b7 68 93 106 112\n2cecdd7df86ff8d3 60 6 7 13\n0992802044bf665d 53 54 79 85\n1910e79a60d57aa7 208 114 149 214\n8ab4688d4c336bd4 63 1 12 81\n4f3f32c76181046c 135 72 78 79\n306d435307fef477 84 5 26 27\nc441a34ec98346e9 74 17 18 109\ne788ef0fe6cbfce5 114 126 129 130\n3f45b8234504020c 64 81 92 107\n1fe394077e7c3de0 54 2 3 7\nd5798f296dd0f45b 63 5 8 10\n89e39b0c21369b4f 80 82 110 125\n236f9dc6456cf32c 172 46 197 214\nc1496c1bb382d195 192 202 221 229\n339c95e2e709d044 74 4 10 96\na6588e3953a00b5d 132 3 155 171\nd3f042a25dcde9ff 247 142 152 169\n9d496b6788c0f149 100 118 121 137\n6f734f344e7be466 66 72 75 80\ne4176e1168309c34 84 85 92 111\nd4d689b4a9f6b6ca 136 73 142 173\n8439a7fa0bcf5ae9 179 34 195 202\n26fe74c70177d694 62 64 68 74\n2e96b2142fd337dd 89 90 91 93\n3280ab6917df576f 106 23 28 121\ne28e7605cac47287 140 32 150 156\ndd82b2721d5cc527 127 34 149 163\n9e126229252d704d 108 4 112 145\n2b4f6fdcabf53d59 127 32 36 61\nd99443d8dcb56d90 168 69 199 212\n0d20062086f6d05c 52 0 65 76\n6b1091f5eb05783e 77 0 82 106\nf74dab3e063c9cc9 46 0 47 48\n85e9836f5ec2a532 197 89 217 226\n39b3e7b2a8bf30a6 196 223 224 225\nde5549f33608cfc3 77 0 9 80\n6d6be1376c59a3db 63 81 82 91\ne4f249a88ee8b6ef 115 14 40 46\nf48d03db28e7b3c3 77 88 98 101\nab8305df83a2ce2a 268 152 154 170\n36bc6918e9fc837c 129 10 18 152\n60f364d94f64054b 187 42 67 189\n6986840ead0c9e9d 76 1 3 16\na53ec1af6edeb9ff 260 170 179 204\nd4db9d2a539da854 68 0 11 18\ncaa72c90bc10101e 59 1 61 72\n12627e75d51b372e 143 5 7 151\n8516c616878d3e24 121 7 15 135\nd62c2a716a035075 52 55 58 67\ndb5305826fefcbc0 136 62 81 86\n5edce6199cff7605 112 6 17 113\n15aba05919bae167 63 1 2 5\nf3bdecb6a5af57d6 249 97 104 134\ne54631e5313e78d7 93 30 116 137\n8721ff06e7e2ea93 56 59 63 65\n7a07c1539fdc7f8f 114 13 16 19\nc6eb0b0980e5451c 84 4 6 85\nc600bad195909841 87 3 8 14\na2685fbc4535e531 123 2 7 126\n8e4ee50d1e2f05d2 74 3 13 21\n77bd2533a5bebc5e 80 90 104 124\nc6f41f42dd9d7027 129 29 44 134\n0c356641df7c72b8 90 8 28 35\nb758af3608b4435d 106 19 122 129\nf496ddb12be3d9d3 154 9 37 171\nb133a504fc90a2d1 78 15 88 92\n118ffef2ad3950f5 176 28 56 218\nc1072997a902b50c 54 67 68 71\n31262e902165f348 231 154 183 234\na989dfe51570ca75 252 161 265 274\n9fed191c90e01e72 89 1 3 12\nd95f926f95db957a 51 5 68 92\n512f0d06c06e6adb 124 15 19 138\nfc991bfad5040ca4 86 9 29 88\nf5d36b7ead31a2eb 89 9 10 17\n58a33e56e5b0f742 68 0 4 7\ncbad68c19dd25570 166 175 178 190\n7fc34ec2673e91f3 61 5 63 71\n4f943ba8ba82cc2c 72 0 18 74\n72d5e94d038ad4a5 49 67 75 76\n039cc34e9cdbcf8f 52 67 75 90\n5d34475c29de33c3 101 30 110 138\nffd8aa5c07187add 51 0 2 52\n9a085722f8607df5 106 5 40 117\n8116293fd7efa87b 56 5 60 71\n597049975bf05d4e 65 86 88 91\n92aad73379316886 98 1 112 118\n12e3d03a933c2eb4 117 10 122 126\n9ddc6813bef3b422 78 0 82 88\n7215c47789bfed66 103 108 119 121\n2fbb94b8cf388ba7 82 3 91 116\n3b1f9cedfc40b06c 249 105 262 266\nac1eb89d606744d6 56 3 73 74\nee34463322d9e0d4 87 23 25 104\nb669df14bb455312 70 71 90 103\n027c8c3fc3e7d056 82 93 101 124\nd2566b174a71b029 137 79 156 180\nea8c1cd719d90460 61 63 75 89\n63840de6e5746741 118 30 34 137\nf064b09eb6a34ef7 55 64 70 82\ncedcfa756158a7bf 132 5 11 144\naf4068211169f161 59 1 64 66\nedb67a7770dd8b92 65 2 3 4\n0c061512de79b744 58 3 8 62\nad123a36a507d0b4 115 37 41 44\n4a566b7e6eeaf9b4 52 58 70 79\n24d97ac8e96e7a5e 54 56 62 76\n6a6e5fb47076e3ef 88 93 104 115\n9f4eaa39ab36e093 118 12 17 146\n70869eb96e1adac3 64 85 99 101\n1648b3e7471e3766 128 9 143 164\n4f9cd9513b61fb8a 66 72 73 79\naf6d9da32f1ef8f6 52 0 1 54\nb5cc912bdce6fabd 80 15 99 121\n5b5c4620a60c4cf2 158 10 43 163\neb5c5ca62bdfba55 133 31 53 142\n836886836b646366 129 38 39 147\n78b173a303c6cd28 120 42 52 128\naa9fd6bc299f25ce 261 122 157 268\nc3b336307dc85f54 69 4 5 14\nb285a821f8f567fd 78 13 84 89\ne09c2b77ea2c0cde 128 5 151 161\nc13614dce6f45da0 52 72 85 89\na05bab1b44373739 64 1 7 65\nab98f45ce088aeb3 71 5 10 78\n22c8b35c589276c4 228 88 98 108\n01cf2d900cb03afb 67 1 5 7\n8c5de744679bbb20 110 12 138 140\nc357b51bf1c4a40d 68 73 77 79\ne66297f0d2e333ef 79 1 21 112\nce8908e81ab6073e 103 8 131 139\ndc73b0a330cdfd28 115 3 116 117\n3784777516b00247 122 32 133 147\naa8dfde4ef40a57e 59 1 70 72\na8f19368f5411190 270 178 194 198\nd7c48af35a817ad2 117 4 122 156\n9ded3a088012ad79 211 111 112 222\n8671651f1927adf3 63 4 84 93\n2d16da80d7e3b64b 68 1 4 76\n32dc25ef78b564a1 144 66 179 185\n11e9cb1ccb9abe9f 173 21 33 213\n70a444fb2b6b7c56 62 2 65 77\nb132acd9b29e0d9a 136 22 137 143\n1fa073504b4facaf 67 12 13 69\n218ba0fa826d3eea 54 56 64 74\n3cc40f129447cb31 50 54 56 60\ne73498928eb679a5 117 136 139 142\nd0b15be11b1d5820 86 9 14 95\n14bfd05497764243 167 27 195 202\nbc2f97169d77c236 116 5 143 147\nce78742674686c71 134 48 64 170\nfe26ad446164cb32 226 75 84 92\n4d246dc75cd95594 137 7 144 146\nb4118d5c62dd5a6f 82 2 12 90\n609f3195b292444f 65 3 72 84\n6b06156039fb46ab 125 19 24 35\n7aa80da3728967cf 107 1 109 121\n44ab295bc3092c28 81 1 2 84\n91f3426410522bd8 53 54 62 64\n7cf113c46198b492 56 0 2 3\nec0146c1837cc1d8 75 86 88 107\n64fcb8e2a2daf6e7 157 67 162 184\n0de4db718ebde86f 46 47 48 49\n0d0a99d7f22aab71 77 3 87 93\n92f44dc314454f19 72 1 3 94\n5d267d810d9f1a69 236 94 239 245\n0d0f4080d36dfc68 48 80 81 90\n9035c7adeb8fb98d 132 148 153 163\n6fa9a210177517e1 158 19 187 203\na1c6063584e754a2 72 16 83 85\nd43754e7fae01c49 121 21 53 58\ne897139f7e2d35dd 79 3 12 83\nea11822d0ab31414 259 173 176 274\n8df73266f800ad73 56 57 60 70\n282ad05cb0113543 138 14 20 21\na2c096e26fd7100e 75 2 78 104\n00ca5123d8ff6f83 82 11 18 89\n0ed25f15cbccd939 68 1 69 79\n9e178468f5b04c9e 56 60 63 68\n55ea3046c500d970 209 123 137 240\n524b3be636cfee4a 75 81 98 115\n5257ce1d948ba4a6 63 97 101 102\n3cf461bc6d626ed0 107 118 128 144\nb625299e9e022b08 93 14 18 108\ncab821f7fc235d81 69 72 85 94\neab4683c60345350 189 101 203 206\n60c2980fe7b4beca 192 99 121 195\nd4f8fb7ae9395c8c 50 1 61 70\nf4769a32a225c172 99 107 111 116\nc2347e4668c6b481 63 64 65 68\n83406a0ab978189a 77 17 20 91\nc06603ad7912af48 65 2 75 100\nabd286b1195b6ff4 129 17 43 158\nb413fbafa522a059 81 88 98 117\n047c29e9138af233 107 15 17 109\necb01c2fa739ea01 233 129 132 165\n35859f964a7edcb9 136 2 15 25\n7320eb004937030e 67 0 1 2\nd6e30ce71d1faa22 65 11 15 72\nb318f0e6bd9f3afc 71 1 72 74\ne62fac7a92e28294 101 109 113 119\n223b5e20753d4fa3 72 3 20 77\n8e9b9b96179a8a8e 265 143 151 152\nc23b29fd5039577d 115 42 52 117\n0deb1b80eb8481c6 51 64 75 78\nee5c26e6dcda4b70 85 101 110 115\n5f4e88435de4c81f 46 47 49 54\n45064c8142f3a360 57 67 71 73\n311db764bdc7f537 163 17 26 170\n7be6908e5a8e02ef 217 62 78 227\n146763442bb9c38f 78 2 98 99\nb6ae9be5abd971e3 106 4 41 127\na1043e81dafa3fca 143 26 46 57\n4393f3c42606c573 47 57 60 61\n9531be4ae045b094 103 109 126 131\n4b0fdb10ae15684b 141 25 49 178\n0f7061acbeed50dd 206 110 124 148\nb5a38b3532cdcfc4 79 2 90 96\n2ebedb0f027df101 181 81 92 185\ne554b9466f2ca814 56 2 59 63\ncb91c8212c1de9a5 100 7 111 119\nb556f3ebe21180c7 76 0 78 85\n6295bc2f0a008d9c 46 48 49 52\n52a92275df100f14 89 2 13 39\n35b994780d720894 80 7 13 20\n591f4c925046bd2a 89 107 129 131\nfa89b06ee36da59f 126 4 12 133\nd4763fa4edc33917 201 81 83 87\ndad1b603017c685e 92 18 24 100\n9ebcb9cb6b74acdc 60 73 74 80\nd0ce9e9a4d4eaaac 151 2 32 156\n6cfc4269c4ab3203 61 71 72 74\n9f6a44c7ec52177b 121 44 47 68\na8dcd4abc930ee61 54 61 62 68\n9fe97d54a1b798ef 65 0 5 67\nfd52c10db54f522b 112 4 11 16\n55ccecc5c63d0c14 208 107 109 225\n5f798a3ff9e68036 86 1 90 120\n5f1255f574a1b970 49 0 51 53\n7ed06e5255b29c88 75 4 81 85\ne0f031ba4c9fedd7 110 4 35 119\n9abc9859c773ff50 148 4 157 162\n23a6c9168abdb38e 198 130 200 221\n2245fcd7f76c2ecd 140 13 34 48\nf04b433b91f569c3 57 0 67 82\n20e7a3651ec30386 106 29 43 54\n9aa1c7b2f4afac05 60 0 69 90\n78a73187ad5480b7 236 127 245 265\nfd2c0fc2bf2befa7 73 0 5 77\nc9d4ee47b6b6b825 55 2 57 58\nef652466c531befd 77 2 78 85\n3af70052616f7fa1 73 4 16 18\n0134d6a876481ed8 83 32 86 91\n55e902a2cd2e976a 78 0 1 16\n52086d313816a97c 195 109 115 127\n1a55c677aabd1a44 112 22 135 155\n72bd3214b39e7146 154 171 173 184\ne848e4560432423c 102 119 120 141\n6e76f5fff8c18989 55 63 69 70\n4a8ccd391c9f9c40 50 0 2 51\n0db2394602b8b81c 75 11 19 100\na2a419b098be1554 68 4 9 74\n5c4283bc52e9a0ab 102 16 121 140\nabd304cbb9bd30ba 115 16 128 134\nc380b48d22651e21 69 0 75 83\nc522082d96305ccd 132 2 25 137\n853ca19311254f8a 112 113 132 140\n8432b7a848f9c5dc 149 21 34 150\n48b1808c546c7e87 100 10 13 110\nf9a8c23a50a5aa6b 70 13 75 87\n27bbc13aebd0bb5e 63 4 66 74\nb4fedd51f7317ad4 223 73 85 104\na19a9bb11795e15e 62 12 68 78\n796c8af28c30938f 132 11 20 38\n5d5405c9146cacc0 70 72 74 90\na705032c068c7caf 120 32 47 55\n8c132110d83d1869 80 3 100 113\n81573944931b3367 73 74 108 118\n1735d8d1b4015669 162 170 200 205\n3862411e9bf455cd 143 149 163 185\n1a19c977ea5f5b50 132 154 163 165\nf6884e5c27acbafe 95 9 22 102\n525491cd51574118 71 2 80 82\n38d44ebf460ac132 70 0 5 12\n04433dcf217ad9a0 50 54 56 57\n4ee86924304f36ca 159 33 40 167\n167c2e0c6e9ffa5d 69 70 71 91\nda7732d37c8ec57e 201 33 47 59\n58a5ac8590c8305c 108 12 22 46\nd4668a3649a86eef 167 33 170 182\n7ed7c335dba256b8 175 40 47 71\n4989f6cc2b43d2c6 113 4 10 16\nfb36cf1f6923924b 101 114 123 126\nf388a5a0be1474f8 75 78 116 119\n3e94e6706fcdccfa 56 2 8 62\nf82a67e46c5e1434 216 76 112 217\nb91e07540d99553d 242 143 148 249\ndeb762296c4c14bb 99 10 19 28\nb4f46493baab9cfa 235 131 140 251\n4ebb0c3c294b1a74 96 2 11 107\n95bb6c6edb37af6c 153 50 71 168\n57844acec8e8c0cd 127 41 55 69\n7c1f39d8fd42898c 70 98 99 108\n58b7fab512c371ec 85 14 15 20\ndf78ec87fe403e80 162 26 36 167\nfc75727847fd61f4 265 168 176 197\n4a6a057fc644624e 76 9 83 99\n0cb83cef3177a006 92 19 111 122\n8cb0bc0ec4d9624d 72 74 78 79\nfa650c8fa3157a10 110 4 118 121\n168c85ce00de0c6b 231 111 129 268\ncd4d52f0cbda2bb6 69 4 72 79\na2d7cfaa5d91e6d7 123 43 54 131\n1ac790c62f3478ad 136 30 162 171\n4b6e9a02975ef9a4 86 9 22 87\n52070dbeb529d797 89 35 37 94\n693a68e032e19243 82 83 84 88\nad088dd0e45f72fe 150 159 167 169\n4d670a0142f341bb 53 0 2 7\n9c799b5a5f48b0aa 55 3 7 9\n332294213fa15c56 55 0 8 58\n952f6cb94695d32d 93 9 15 121\nd563576711ec9f4a 88 32 89 92\nad876fc82edf7d45 102 12 13 19\n997f2538b84a2acd 198 73 200 220\na91f8206a1953cbe 138 32 177 179\nc4109802fe2fed50 58 6 8 59\n654d70fcc0229954 96 15 48 99\nb7ecfc1e4f9fbae2 224 106 235 259\ncbf7204b9bdd3bc0 84 9 17 117\n2e715b2e0162f768 256 150 166 257\nac9160cf1df430dd 110 6 17 18\nf87ea75747b2ec64 117 30 124 128\ncca122d2455673ff 69 1 70 79\ne3f0770b4b10eb10 53 1 56 60\nd549888dd6762b48 88 9 10 103\nab02d0baf04b6b1b 72 12 75 79\n0181b66a65650830 84 3 89 91\n759f916a188f248d 70 4 10 82\ncddbf49df892374c 83 14 25 105\n03482c3bd66de195 133 58 159 172\n5c549af41b41e826 94 31 96 98\ned84c8456afd57d2 126 4 15 142\n17428a1f23edf411 124 8 20 34\nc78130326859c291 55 1 62 73\nfbef04fb266195f9 107 8 9 113\na7b28e1cc95f11a7 169 66 74 84\nc6f8fddaf7782828 52 2 3 5\n7c1333f2b74b067b 93 101 102 107\n3e6d44a66c0d7a0a 66 0 70 75\n5c1a8b644385c3e0 73 19 102 105\nffbd89833d851c18 158 35 40 67\n9b6feea2bd43f9b8 87 22 28 40\n4f0aa4ef8976dc1b 70 6 7 8\n8fae64ef7db8a42d 64 65 66 70\n02b618a34bc12ff9 176 72 97 186\nb358d8f5f5722449 80 8 114 121\n3aa527382acd6c88 52 2 3 5\nf70ab7209d335f09 109 20 43 141\nae58419f15314814 45 46 50 53\n260de2939d48517e 268 120 122 153\n528faeab72f1bc3d 138 45 58 143\nb7f886ec9190aa7d 97 109 135 138\na4cd8a46bda66cd7 61 0 62 66\nedad1175f4a88503 112 8 10 40\nba002fbd150a3ab2 47 50 62 66\n5451cefde53f06f1 83 11 90 102\n4b3644bfc6083588 58 1 4 59\n0c8b534612a0a776 176 95 124 190\nc1c04878c1b9c14e 120 36 47 140\naf97debfdf1d5062 144 158 170 173\n4b341307a872487c 45 49 53 60\n7f22a1b7b28a4a49 97 108 118 136\n0a45b99f42fb0ecb 200 72 107 208\n05ef56b2656c9318 128 17 28 46\n9228abf65bf15480 95 97 105 108\ncced17ea90f202a4 80 12 85 89\n3b9a3688b46bd997 45 46 48 49\nd94947affb2ab72a 89 5 13 15\nf6f99625cfc4ccf0 68 0 2 12\n0f620bfafa25fcf5 98 8 9 12\n0e3951bf1db22064 134 16 30 148\n7f2e89ea00ad01d0 72 76 102 112\n548134d9cebf9854 69 1 4 7\nddfd6b66c73b730d 62 72 82 96\n7d8a6b1c49d06b12 199 102 132 220\n3b1c57027302837f 125 35 64 73\n4526c5ac1bfebcfb 86 29 33 87\ne13cac8dde222092 60 0 76 77\na04f7fefc94aa50d 102 103 114 133\n31607cc68ada0108 58 1 60 62\ncd3f1ca1194881e4 120 2 122 125\nbc70abfcfd247074 58 1 68 75\n44b13221c50914d9 181 64 74 78\n5f9582362fb46957 104 14 19 122\na4c52a5e6413b90b 101 9 10 37\n9ea72f021781a350 70 5 10 74\nf413f880cdafe53c 68 86 87 100\n3c33566bacd602f2 74 1 11 14\n47a07f51fd3fef77 61 0 3 66\n2cb9869cb05a9a01 53 0 58 60\n2c5e21f9f91e2e09 109 126 149 152\nd1919bdfa56180fa 54 55 58 63\nd440584f07bb1607 69 91 93 106\n7eeb899df2ef5f75 152 58 94 96\n0190fe72a727c853 106 3 4 110\ncb327f8f719873e6 85 17 34 92\nb48064453ac33843 51 58 67 77\ne505cd53a4736b31 70 2 72 77\na581b326d9ba666f 56 1 57 59\n10fbe4690dec6258 272 156 158 278\nbce8898e94479bfa 48 0 1 49\ncf2a067263df7f04 75 82 85 96\n178cef169356d4a5 82 88 94 127\nb3ef5ed1402b71ac 92 4 5 10\n97f02f8e86e73725 127 49 54 66\n2a4d835a6e023621 64 5 6 8\ne04218c68bb613b4 64 4 15 16\n374b2f4abac6dbb9 69 1 70 73\n4a8f9d6889992fd9 80 13 86 96\n39f1b33acc70ad7b 146 16 20 153\nde9f9460fbaa637e 73 4 98 110\n39c662fa32a3b5c6 85 16 97 122\n1aff061a60aeb91c 93 4 6 7\n9b1b46cb7f19d9c9 156 61 65 84\n4f55e7d6bbfc0a61 45 46 48 50\n7f6800a9878b31c7 110 130 135 140\n9f34c126ea7882ca 135 58 65 67\nba4b8132d937918a 91 97 101 113\ne8ac7f1dbb14242a 125 52 151 168\n8ffba1ca605b7e5c 57 59 60 72\n787f1f7f6fd8f6a1 153 72 87 95\n77f4ef2dd86aa19a 179 37 47 56\n33f242465f51563c 75 86 112 115\ndf3e36111358ee98 71 72 76 81\n7e0a3935a658b20d 66 67 68 71\n8d7ee62e43377117 206 134 214 232\n6ed6893b1247e1aa 116 1 123 154\n1cd3638cceebed08 109 17 34 129\nf4fc7b56e07188ce 99 17 107 110\nc99c2fd4ebb699f6 134 137 167 175\ncb9e8d4179c6b506 78 7 12 92\n712d582f1e1a5bf1 55 1 3 4\n7b4f433a15f523aa 100 6 115 136\ne83b2a90d1b8c1a7 220 64 100 102\n8e26d4718fa9e01f 86 8 13 93\n9696c0d0a01d2fd4 244 171 180 273\n5d1a818b5ea46668 58 60 67 69\nbc7023de01db3191 60 61 82 88\n41e428b3c7a16695 216 103 238 250\naef133f549f40970 53 2 72 85\nd648a287fc26b8ce 62 65 75 80\n0e41af1514f92887 157 23 26 189\n767be8d5d60e87a0 90 7 29 121\n25468a86d9cd851e 76 5 14 26\n8fdb59b71b1e7cf8 102 9 106 143\n0de79d4f3d7a9171 233 128 235 237\na7a71bf12a4bf37e 198 61 70 210\na705b6b07ff535c2 110 20 25 44\n700528d00b3f9c2d 152 173 186 195\n789e4ce6b871ac45 57 1 2 60\ndd621720b3a5d3f7 102 5 6 103\n532ebaff1b1b00e6 74 5 85 90\na70770ee618ba17f 122 31 130 133\nd7c07da92032b424 252 181 182 189\nff63123a7ef312a5 135 45 63 70\na12619944188db86 195 53 57 68\n6eaf519f1fbf5e7c 103 7 19 105\nf22f531f065d44d2 248 93 95 250\n6e5a239f7b0ce48b 61 64 65 73\ndf715edce1edab4e 174 61 67 186\n551bdad039587b15 88 11 22 106\n42cc82972397863b 244 147 246 265\nde012f0b09b87e9a 71 72 74 94\n196069a792ebbf31 100 4 12 103\na5ff4609ed45628b 79 103 112 113\nf4aa94121e4e3c77 63 4 84 95\n41aa58e688a04336 55 65 69 70\n2ddca94aefd55b8f 56 6 59 69\nca55835078e2bc0e 71 81 82 86\n15c28f4ada02cf91 186 80 202 211\nb7321025084ffb1d 55 0 2 61\nb6f59beb7bd330e1 46 47 48 51\n237ef12cd69e2aa0 95 28 127 131\ne1408f8fe1d21747 56 61 62 69\n69d4b8682c5590e0 70 4 6 7\ne5f235d5870baf1d 59 1 7 12\n2d6d5e82bda0611c 138 79 149 155\n79e4bfadcc365af3 120 41 48 132\nc09105bae9a896bb 75 5 78 84\n7167ff7642c3ef99 137 19 140 181\n7fa7651de34b7579 103 7 131 147\neb3ff3cbea9947c0 93 1 5 8\n0951fdaf9d399411 67 78 87 89\n7157ac7d5d3f39dd 113 26 138 157\n2f25826f0d0ef09a 125 3 126 127\n114d9c301b847239 67 80 84 92\nc35d057c102fe5ae 75 78 79 81\nf3a0d9d2582a3337 72 0 98 102\nd52b984a07fc7b83 191 40 63 206\neee6f411fca1d56a 122 6 27 37\n82825e3929be2062 49 0 73 79\n748e87e6b0e62a72 67 3 71 75\n796eb3606ccdf1a0 185 99 111 116\n7f9ec0d493ba4195 165 175 189 193\n0a0027a48d9ff2ae 207 72 213 247\nbfddde62b6a98d36 52 0 2 3\na7f562aa15f843e6 67 3 5 10\n5e7506cf490ddd31 118 21 24 119\nad3443476e26335e 54 0 5 8\n12dc074fab6ada73 109 4 120 143\nfaad6f447de8b898 71 17 20 73\n4ba7caa04cea37b7 135 4 19 145\n8a180708fb57d359 148 28 55 160\ndd68d4f89207ff0f 69 75 83 85\n15bc7fa1ed5567cc 54 57 58 59\n24bcb936908f3a31 180 91 111 191\n144b95c0c3fbe3b0 172 53 74 183\nc033923b102c9920 52 2 4 5\n7254867acea34464 92 4 5 97\nb70a7c6916d62a85 59 75 92 104\nd22162b6e3164792 50 62 63 67\n91ca67e0e542a035 216 83 233 234\n946b58d1a9d8e230 68 2 10 73\na3e3b8be6a1662fd 97 1 13 15\n83c12f45200f31c5 53 0 75 89\nb2dfe8a86eeb9e06 70 0 3 71\n2b38cc883c900d33 69 11 12 70\n330b925cef643b3f 77 0 79 81\nca173a511467da3e 56 57 74 75\n4213b6b3b673f9b5 240 119 136 154\nb2d62a9604b7895d 56 1 75 77\nd7102cf2ef5a8f7d 248 90 113 256\nfd56ac232431ec1e 66 5 69 73\na5fbd051828e4672 136 41 44 153\n31a087ee5b1976da 160 31 50 165\nf93e9ac4886596af 47 49 61 67\n6a852331b0619f10 92 15 27 29\n22598e2596e6bae7 59 64 73 97\n607c01e4c097df8c 106 27 29 46\n9339d2793fa7d4b0 205 140 211 219\nefd1d407b90e102a 84 5 12 17\n55af29d88dd6cb1f 83 11 109 111\n12e6ba92e82c7ca4 145 11 20 146\n069a4c442912c405 85 3 5 10\n0f18fb6736efb1c2 96 5 9 100\n3a10eb9788bcdfa1 175 101 211 220\nd4712b11bde40385 75 1 14 77\n586f6246380e346a 83 6 104 125\n0d68a05801d48984 132 20 56 59\n0aacb1732fee7a3c 105 0 2 18\n9b107b23c0fd12d7 66 68 85 89\n1d2cab92bdcc1453 88 100 116 118\n755560fb9e846ad9 108 4 21 132\n52ab598ec2a2de67 48 1 2 49\n56933c4979bc7691 56 2 7 8\nf5b89b1a052e50dd 216 55 62 217\nf47dad0f8ebde12c 58 0 59 62\n8f3313b4bba214a6 157 23 47 173\n0f7e8bf1137abcac 88 3 105 133\n0c8c4363e0dca250 115 40 129 134\nb1ee9f10fc740b0d 132 29 36 154\n2f4bcd593fe37158 51 64 66 75\nf2309b1e3f43d138 147 70 83 152\n8498e2d2f6dd3444 58 59 74 86\nb8e0eb3581b667dd 155 88 93 171\nc9129ba6bad91429 46 52 54 63\n0bf152ef84195293 91 2 101 132\nbd9c2b03ba9d6006 50 63 65 69\n0f5c5385dbcd96df 190 114 115 234\n4d568c56810ccdaf 50 54 61 76\n3eac742acbd69adf 65 4 6 10\nd9d16f049af90856 106 35 37 138\nf94da7611919d433 59 2 60 70\n24ad46fd2b26b208 61 2 7 8\na4bbf187deb25d92 252 125 142 166\n30b1d229ad4c6353 129 50 59 141\n98ebee1c36ecec55 225 87 96 99\n1f56ccfabbfce568 117 1 120 125\nd3808e617aee51f2 272 155 158 186\nedafc8e354ce22e2 171 45 172 185\nf9e4896193305279 137 61 65 180\n5537c25a2a4e1dac 82 84 87 88\n33e5bb3820c171a5 76 89 112 121\n51b662c7c60ec7cc 72 1 2 8\na75cc8031d0c1109 76 88 95 105\na7456203dd8fbe27 72 5 7 9\ne2089a8d763f1663 122 5 8 10\nf95804db8b3419ef 69 6 12 16\n3cc97c3d778975f2 50 3 4 54\n4daf919100e878ac 59 0 61 65\naa771b72f8fb72eb 98 9 23 100\n55c99f9550523caa 48 68 70 71\nb792c07d73174381 69 2 7 70\n29c8267c1d10b23e 54 0 1 6\n5b14277732a9112d 137 66 156 175\nce9e0dbe761cd99c 85 6 16 98\neca504acf788bf0a 104 19 34 45\n8135673a5a3e3d17 96 105 124 139\n90cfef1d9f506bc3 189 92 118 191\n10c551ef9644ea03 67 8 83 111\ncd3227455e5fc610 169 170 183 196\n741fbb3e59f3a016 104 23 24 106\n8fbe371085407534 71 0 1 78\na51ae2b9ca2eadbb 140 38 41 173\n49b8f80c849dc341 85 6 23 35\n38a9a0f5e76103d2 114 118 142 147\n9a5911423709e88e 59 1 80 102\nddc7f2033a69be92 232 143 145 244\nf7d372dde37d82a8 138 59 62 180\n7356a6971663bc46 57 0 7 63\n647f2049bf4cb3f3 63 0 9 16\n65337637a62cfef8 61 0 7 10\n2d5e1c16ba1f89c2 159 45 162 174\nef04f651e4959d1d 77 5 13 14\n1a886edceaab12f3 85 2 10 17\n389df03f3c2d7291 95 100 103 109\n727fd875da49f556 67 1 88 94\nbe75142d4652fe3e 203 44 54 238\n0c9c387ae23d090a 79 0 8 85\nf2ac94f8a263d7d5 170 58 71 174\n966a5307cda23c55 166 35 191 199\n20de87f0b3f2d136 125 31 37 62\ne0e489e26ec46229 56 0 58 72\nb6f4fc544bf871cb 76 6 8 77\n45592a7f307bccd0 66 70 80 95\n2473b5003a95628c 221 112 249 259\ncc49910c79f0609e 124 3 40 153\na5aa20c038a696f7 71 72 77 78\n2d60837ef2e52abd 63 1 5 12\n497f507a5901bf4b 56 61 62 66\n28b06f7087798198 82 12 13 83\n963d879678aa91ed 46 47 48 49\n91fda69e1cda4602 95 31 33 45\n45cb862034851efe 62 65 80 97\n0667d5bedfdbc555 137 28 39 45\nc4ce0cccee5000c4 107 24 41 114\nb4e42cd339a79f12 110 26 38 112\n25d8e374a2dafc8a 204 84 108 226\nd4265596ad1d389f 79 81 104 109\n70b0a33083333dc9 68 10 16 72\nf5f9284fbe976ac6 55 72 80 82\nb43aa92e530e2aa5 73 3 75 78\n1930a64d9a119b13 129 44 139 166\n46e2ddf094d0c3a1 207 86 92 104\ndbeacd35503e7aee 103 6 34 105\n29927d9ef0b472d7 111 118 131 134\na5094b8969a4c5bf 50 1 56 60\n8c2d5f78e39a0a46 58 67 79 84\ne4ff8d1787cceab3 77 8 13 78\n2c02607ae436a9fb 214 109 134 144\n835245dc585f2859 70 2 71 82\na7a6c2f3cf54aef9 104 5 117 131\ne73e0e059f8783a2 261 124 134 265\n08072d6cc8e8711d 69 70 72 83\n06db5bb2465ae58e 77 7 83 106\n3b273cb40c55db95 53 1 59 69\n371c9182ffd46ce3 63 0 65 66\n57db262183202597 112 3 21 22\n7fe41aea4712cdb8 143 44 46 61\n38f7ba7fd9a83069 72 11 16 90\n7f3e044dcc46e055 69 5 6 10\n487d83675a8d1574 72 8 77 80\ne7b5573a8a349fbd 103 126 127 131\n651a7f83ed093001 206 88 208 220\nae8caf9ea633a5a0 110 10 131 141\n60579e8876b01b2f 175 12 17 200\n6ff8a81d324f6019 177 100 106 112\nd17f839ab9e08ea9 153 4 8 17\n411a945b4493671d 48 0 50 51\n1a7d164646410568 137 25 163 167\nbf6491a3966ff9d7 147 9 148 149\n97ef4323919c5e8a 80 10 17 21\n35d5a242ba40f31f 52 1 3 54\n42b88f7ee71a7ba9 55 1 4 7\n9df69339df5f3fdc 134 1 17 135\nd030c6261cd1abb4 57 58 60 70\neec8ef2fe16dc804 51 52 54 56\nd8ea730c7ebc2b15 269 174 184 276\n73d6f935f31b3fd4 54 65 67 71\ne65e477a2259ee1d 161 89 93 198\nbcb3e61c29285c99 96 13 14 104\nb3250a0a2d9009f5 75 76 81 82\n84dc96c4d23ae77e 97 0 3 104\n95118479b085c02a 50 53 54 57\n33842f4b169e4145 166 27 173 179\n06d8995be6aa4db6 74 75 76 77\n2b1d7fac3c4aa643 118 155 157 159\n5cfcfd06bf95c274 63 1 70 82\n1d704b9365e9c86b 102 3 40 123\n6227136f87486626 266 199 271 277\n306e2b7785657539 82 17 102 116\nea6645a9ea0a246d 213 89 93 242\n072a60bc7e0b0dfd 173 83 122 184\n457a1ed78b1ddb01 130 133 140 141\neb6fe750d492236b 175 24 180 214\nadafd7e7453e6c7f 76 3 88 106\n3e07add8413f8157 170 177 180 202\n60228a8a6d2b00df 212 116 142 228\n01cf55ae3e378faf 109 60 125 133\nc0cae0d6cf77466d 131 136 146 152\n793f0043431013f7 71 6 76 77\n63f5a76a611bd340 69 84 85 89\ne99a97fb863e6a9d 65 9 11 68\nd6810088d20057b8 74 12 19 90\n756dfb036dd20adb 81 9 23 27\nf8c255e4f6f28bdc 227 93 106 108\n3bceca99e87d64c5 86 19 104 107\nd0bd753e8fe4e2d3 53 2 57 59\nf4d1d8343d1cbdbb 51 55 66 70\n11fcbcdb1dfefb38 119 3 10 16\n504e98d08e4cf00f 54 55 56 64\n610fbdefdad11b29 89 5 90 93\n838a6871a8e181de 74 13 76 100\n55fcd2b9e570c4c8 113 23 34 125\n37697c41773d597a 61 0 1 77\n111356766833a7df 72 5 6 8\n01aaf4ebb084dc16 138 7 45 154\n74d90d151c3b4237 85 22 26 32\ne4596877e8d94040 84 21 23 100\nafa27c12d2fdddc1 116 5 13 133\n02b406d1e5e31d5c 68 8 9 73\n5e12cd34c3b1fe72 73 10 78 82\n2b4a934049f932d0 69 3 8 16\nffd9cad0a4d2ca75 48 51 59 62\nb23acf2348354621 91 1 94 111\nd8a96659ed2bd380 127 17 20 146\nb407e1b5a428f463 160 72 83 167\n0d8fd962cbfc81b7 62 68 72 74\n007b4ae7c05f2ea2 202 52 216 218\n808386c2ae9d31e6 76 82 98 108\nd2f5e2cbbf1015f5 149 40 63 154\n4ac044dcaa428723 64 9 77 88\ne9f5da5f5d7c0de4 47 54 67 68\n5aa4837f65df42a2 46 55 63 67\nd148537296a4925e 75 80 95 116\n9186a61648523837 129 20 46 131\nc4688d5ce226a8a3 95 113 118 126\nae8ea9afb925ee77 100 101 114 122\n452e9c4e4729ddff 131 14 149 159\naa8cd8c5ab8576fb 71 8 12 14\n0f540553fc30f16d 80 14 95 107\n0d46043105cf3185 53 55 65 80\nd35f508ebd80e610 80 7 18 27\necdec2a700fbd0cb 81 1 82 95\n06954737f53b8688 89 22 99 131\n32dfef9109202812 54 2 3 65\nf4531998080f8fce 75 1 6 79\n00969c45a093d43c 70 6 16 78\n0516a5d959b58cb3 114 0 1 5\n0d82dba8f137e3da 89 5 94 95\n3c5163ede747b187 69 0 4 9\na71ce4ca6d088c99 109 21 132 139\n9240eb57425d3e61 142 42 52 143\n8383c3848d7b6793 78 1 3 81\n449c34eaea295942 62 0 1 9\n64c5eeee42ead135 53 55 56 62\n61192009ce2e8d25 127 131 133 147\n5eb4f61d2fc01423 59 7 61 92\n3f89e23583c36441 110 111 131 146\n0ece034988793847 100 7 140 141\n79039a7f117fe5df 90 21 110 125\n6f0848af3fdd300f 70 10 88 90\n515ff56d91647ed8 85 27 36 87\nef6b6088c854be6a 77 79 83 84\n0131c9aed0fb3940 136 37 152 181\n56d52adb40f43006 99 9 100 112\n8f6232b4894c548f 76 19 30 95\n5831d0efd932b661 130 76 82 140\n997cf2dce8841462 193 109 126 194\n432fb354aa710e62 112 20 131 144\n4cda491521679291 96 23 33 47\na5bf307def4d3139 88 1 9 19\nbe9cc6b6650bc49d 72 9 19 23\nf16acbb21852bd7d 57 11 67 82\n5a88a7628a024a8a 247 248 273 277\n2b3e3c5d30c17bd9 89 16 105 106\n66500f98d54ecd37 72 6 8 13\ne920e9ee74ed273a 85 16 88 91\nb0c41f5b2480bb8b 73 1 19 82\nbd6f17493a9d5eeb 125 25 137 161\nec2367a92a3ac765 150 9 15 32\ncc8215b05c6778d0 164 36 41 176\nb0919c7c6ee9ccb4 67 2 6 11\n537b5c660ad956d7 87 10 97 100\n96d5582decc8c3cf 126 27 54 155\na83b470f7272bbcd 69 10 17 73\n96156703cfe23834 81 84 108 120\n395caf9235fde098 144 46 47 59\n1a2e68ddf807373c 79 106 109 118\nd0d176ef9f64504c 164 54 58 165\n9c85f12e4c5594c1 121 33 147 156\n523ba383f96f31da 119 31 142 161\n38615248b52e2834 72 6 76 77\n4263257ec6099434 109 8 22 116\ndc7c7a8a4d5ac4e0 135 19 158 171\n26337df1ebd39c1a 47 54 59 75\na5596bb58d65e134 82 1 4 7\nbc1571b6ae57de68 175 54 74 85\nff20a3e943ea6d63 102 39 130 133\n710e3a4b76271286 49 76 81 82\ncb06f426fb1e1ee7 91 7 96 108\ne20332acb9776bfe 50 55 56 60\n93f5d043b5efd9fd 208 92 106 221\nfef6f87f0eb94f9d 92 9 110 117\nca23cb4161bd6c27 122 9 129 159\nf9f0a9d133947ddf 55 77 79 100\nba11ddbb8b6f7b51 70 0 76 79\nfa7ac0885965196f 128 12 138 142\n9478dfa1b2aac888 76 0 18 81\neee309b82001efcc 71 11 73 91\n472e2674ece00632 67 0 70 71\n53eea5336472dd68 158 5 8 22\n0e00a382b62667c0 70 4 5 6\na94fc67eedfe293c 78 89 98 99\nde5a4241e0fc256e 74 4 6 78\n4d4e3b5bdb340bc5 71 90 101 108\n32cccd10c84b4529 109 40 45 48\nd4797d60785600e5 222 54 83 248\n7fdee044fb73c083 59 0 64 68\n173a82eeea56aed3 114 1 135 155\n5b578354e2ff536d 78 81 85 92\ndaceae3c5381041b 275 189 194 210\n3776e900791c1553 157 5 172 174\n7a0a8563edcb2777 111 0 5 141\n847f00dbdb354932 127 46 130 171\n83ceef672f798063 109 24 120 121\n3824335ebd7a4097 74 7 11 93\n2e554e99d045b484 67 8 9 88\n1593596b99e2dde9 145 84 156 188\n6415ac1fb927e931 88 93 95 130\n1b1816a2b83a5ded 114 54 121 147\n99440a9c3bbb41b4 134 32 44 168\n594c2bd3e4866894 163 22 54 55\nd73ab8bfb0690400 62 6 7 13\n07479835711d6f8d 66 6 8 9\neb892617e62c3cb1 138 28 51 61\n8396d1c25f4fcbc1 149 17 34 171\n49f6f14c580b71b9 59 65 67 81\na0e3a397d90143c7 57 2 60 98\n758441d28bf18f52 210 88 114 253\n03f1781c4cc126e6 87 3 18 20\n4cb669bd62a4ffb8 86 2 9 29\nd29f030c2f30de80 68 81 102 113\nef701392483196ac 73 81 85 92\na65ad33fc3bad8c4 89 1 25 37\nd1114d98f7321028 71 81 87 89\n5ef2c407a91164d6 138 2 9 148\n9a94edb1ebdde345 116 119 128 139\n45ac5168bda9d3e2 85 1 88 92\n289ce0f2b82dcd0e 45 56 62 74\nf12af1bc54560b02 92 113 123 135\n636b6fab2550a416 269 192 212 278\n81656a7e1b5e50f8 69 72 84 90\ne0cb68eea3732560 102 13 34 115\n7634487972104d11 246 252 262 278\ne2a9aada84cc6dad 154 70 163 176\nbd124cbcc8499c35 52 0 1 2\n8b7b1e3b17e1f65e 85 2 88 93\n41016527728cae5b 73 8 10 79\n6c31ace888b61e64 255 112 124 141\nd8814c586837d983 95 106 120 124\nd52cb5376bd64041 105 2 112 144\nd1c2132bcaf8c8ff 115 17 35 50\n32eba3e4cfb61f93 102 29 104 108\n0090cc64d7b7bb24 147 160 163 169\nfd7d74cda1a4647c 92 101 104 106\nab9caa524b50a3ed 78 0 8 79\n5e2c2ba8e3f43930 100 9 31 107\n5b24d7524400ba63 70 91 107 110\n6816c423fb2b2603 46 76 77 81\n0beae06611ead92b 198 119 127 137\n77e494623701b783 51 5 85 86\n15d324ad8ff2dd83 49 50 65 81\nb36b6680257fb62f 76 19 26 82\n1bc87f52eba89cc4 69 0 75 84\n1d1cafa3e27da040 50 62 70 75\n602924db2002b913 49 54 57 67\n0e714d042fa59506 143 27 50 144\n6b6f2e600be49cd3 110 124 144 153\n80731b22d1ae18fe 90 94 96 104\n1cddaac7be8ecfa5 50 54 59 60\nbf2f95468d2f3a94 174 91 109 118\n1fb651cd12893f99 65 4 68 73\n3714123f055e06a1 74 20 81 83\na58691cd3790a330 80 11 15 18\ne16e616763c90f55 152 7 159 163\n6f10a628fb152c0d 55 4 56 68\n617d74e8fe12dfc5 96 111 128 132\n4bc1c3a888a8bfba 78 5 80 83\n584f2fc6d686aebc 252 113 148 272\n049a98f70ce9f471 125 9 130 151\n75dbccdce05fc875 78 15 83 85\n4cbb82a6bab25a0f 136 20 26 42\nd5c7972d2fc031d3 109 37 50 121\naf82449f47af4000 110 1 125 148\ne4d0c443da0a410e 56 2 6 10\nb076e5db74620552 52 59 62 64\n27f3ccfb3199499e 81 85 103 114\n65c3b0bc4d1c4937 66 67 68 69\nb142a3b0f2424c63 194 121 199 200\ndab11e3658de864c 95 18 27 33\na6608b282fd56b6a 112 0 15 132\nc6d8983e036f624a 86 89 94 96\n5944ef3bc109fe8e 49 62 69 79\nd637371420a611a5 117 120 126 134\n25eb909bc9207b62 95 0 1 126\n1de1b73fe4d6aa77 66 68 74 76\n55b512c313b9f94c 115 12 15 48\nb12a86f213f4b4f7 52 0 2 3\n1edc6b95e84127b6 256 159 165 173\n5ab6c32ba3acddf7 203 39 205 215\n78f4b560f9ebc1e1 71 81 101 114\n338ff9f6c02a6a40 59 62 66 75\n56320b37680175b6 80 4 24 81\n0eadbf8806794990 89 0 13 39\nf557b08a4a69ab5c 49 53 57 58\n9c76d9b93e06163c 51 69 85 89\n2b973e6f676eb243 88 0 95 106\n8fc8e232944734bc 100 33 110 135\nd751995260cd797b 203 55 56 226\n05c423623c9f6f56 109 1 110 118\n40f92f1e65a5e1dd 108 29 46 47\n74dce1dd5e07754e 256 124 258 272\nee4111163f2a4f9c 112 44 49 60\n4f1e8e3e0ca5f08f 107 17 21 132\n33f4eeb64d0c9c1a 154 35 157 160\nb17cbe416d6c9144 60 62 72 87\n3260a42ccfba8973 66 1 10 19\n4f3f74d48608536d 155 28 42 61\nee449870b417dff7 121 51 58 124\n9d8a4c0edaa5660b 45 46 47 48\n7b6a13ed373bafb1 69 1 100 109\n095fb57435b7d890 98 15 102 115\n7ab8aedca7d8757c 138 66 145 164\nf8b6ddff8ac15284 136 2 10 39\n760eed8b3b2d193c 96 108 124 131\nf93a6b5a5c9fdcd4 52 0 54 56\ncdef9e6563e99383 71 87 94 99\na57b2462f36f2fbd 200 89 91 104\n7f6ca18d29449b97 51 66 94 96\n58c7cd265dad22c4 69 1 72 75\n4242fb49c775710c 82 5 6 7\nf7b3d421b8b09103 86 18 21 87\n002ae53df0e0afe2 83 5 7 9\n588cc769c31e8e5d 60 63 66 73\na17fdfcb519750eb 87 105 119 120\ne5283321fd627294 166 175 197 205\n16a7b5a41f31feb8 205 114 131 227\n74c5270c0509598a 129 17 28 37\neca3f5a4e9c39dcb 89 13 23 37\n5f8d3e74c44ebfe1 75 1 77 102\n13fcc228c40a0e67 95 15 35 41\nacd498c538ea838c 154 78 171 183\n81631caa82417133 75 5 90 95\n0e241f40ce0cd802 57 5 6 58\n7c229743606cb149 189 89 108 111\nbe46ebf723a08b6e 76 83 86 102\n283334520a3f8a43 112 113 114 123\n3420d39fbe2754cd 102 0 134 135\n654a9b3e9275de95 273 166 170 189\na58cfba1b939271e 109 37 47 113\n5bd652e5e88bd99e 86 2 96 125\n4c791225522d45ba 136 20 30 45\n87d7a86f53856f83 205 128 143 218\nde679a299a3c2237 81 108 114 118\n3a6dc09185951ae3 73 75 78 81\n795919ce5d3a68bb 67 2 5 69\n3f79dc32d575bcdc 108 21 110 140\na293b394e08f7295 107 10 17 111\n4a2d6753676df096 122 141 143 147\n29832cbdb4144601 273 191 197 201\n7c2a1a21f98565bb 58 63 66 78\n830b9cfa875eccfb 134 20 36 167\n2ad50852a84faf51 155 37 38 44\n11e62395c85c250d 231 153 254 263\n71f92f3fca96eec7 65 7 8 10\n196ffec2c68cafd5 169 71 89 214\n4c943ac66f6c277e 73 84 90 105\n4955f54f807ef5aa 52 0 1 2\n84718a93683ce89e 55 1 57 59\n291bc22350620114 65 8 67 75\ne943268225439ee2 102 13 47 49\nf2294c16cb7fee10 64 1 66 84\n5d9f7f0205f7bee5 93 23 25 37\ne6d0430b2855eef3 55 4 62 69\n2d3e1349898addb6 54 3 77 84\nae4ac70af9dffb2a 224 228 244 252\nc773a3d1819c4e46 63 89 92 98\n872994d87d80afa1 54 0 1 2\n7ab4a477b15e33de 211 102 216 219\n8f7a06b942bb6900 54 75 81 90\nb3fce22970354e15 89 94 114 131\n6c42b1d8b83548c1 87 93 113 115\n020a41f988981396 93 107 118 120\n39987911e4cf003c 62 5 7 13\n1c144e2404c5da89 90 0 92 94\n1fd615fea825fe87 101 2 34 120\n36f4df3e0a1ade5f 54 59 62 64\n7a5e19ae6ae54dbe 81 32 35 96\n86b75053e13f6172 91 3 8 92\nba72c19e113bbf12 163 73 198 201\n0c8438d86bb28f7d 129 61 63 160\nce69e6f9387f37b3 57 63 66 85\n699d4a33932c2025 72 2 12 80\n5a54b7b3ed9e2669 65 6 9 14\nc192371973923223 112 1 8 140\ncc30dde87a8cd5e5 97 22 23 32\n33baf3e18e5d7256 176 57 62 88\n542727f310bc5f57 90 95 96 121\ncccda9616bbe47b9 87 99 114 123\nb27f1bede464ab39 149 157 161 163\neb6c0d960b5ad011 120 17 28 32\n18c4fcb88d1a864f 53 0 1 6\n8c217ede015a8f32 167 9 30 42\n49c758aa3c35ed86 95 27 38 46\nf0feab036acd7195 50 68 71 72\n3a488ff3afa463e2 47 58 61 63\n46e653208e529783 110 20 117 118\n3289ad7a811d2348 151 30 42 160\n91bc7664f64cb914 64 0 9 71\nabe7bce073b9ce43 109 25 43 126\ncdb200a16eef815b 122 126 142 145\n0e4f56edbc3d8cd7 71 2 8 9\n7958600c70ee8a9d 135 43 149 176\nd42a67e5ac57d575 85 3 9 13\n4ec53b0f301cf02b 118 14 131 142\n7cc4a663a73167cf 63 9 65 68\n7757f4f48eb32176 54 1 68 99\n70d327d36d36506e 107 5 22 121\n4b7071b34e8cc67d 184 198 218 225\nce70d6234b88e7d3 58 3 6 9\n69d91ba3683c536f 137 28 47 142\n7233c56121c0e59d 113 16 55 118\n9bc83568fbc79825 180 75 95 221\n882d8c9cf2b9335d 52 0 2 54\n7163869be06d7dd5 150 55 59 166\n8df1dd08f3e0a8b5 166 184 197 207\n01e18dbbf22ff263 101 12 25 113\n6748d15e36161596 69 82 104 106\n206d9828d717139e 50 55 58 62\n396065ee739ea046 82 0 84 85\n440b5d1587251680 105 3 20 108\nc6f50806957eeab3 134 2 6 136\n48bb743178166598 116 47 136 137\n5888931fbc2e60f3 77 0 2 6\n2422f760ea77551d 98 4 26 31\n2064e46352532375 66 16 68 73\n667d53e90abcca1f 46 0 47 50\n0b211a1457076450 177 55 85 203\n3858fc4475d10c78 101 119 129 142\n29f52c76f269ae48 182 85 106 125\n1f62165dfec00c3e 91 19 102 125\n81fa34d3ed5c9442 59 5 61 63\n3317c40fd3e0a7b7 130 1 9 24\nb99637de9f6c46c7 84 12 87 104\nd60faf46f4942be4 113 56 58 121\n5ed1e06eb0e0a737 63 64 65 83\n943af1dc7ab5de43 62 8 13 70\n12e985eaa4b79298 168 53 66 174\n92a4b012b58e507c 74 0 75 78\n47573da5cb0e5e44 126 19 29 160\n5755647fdc759259 55 61 72 74\n5af87e033b9f0437 49 1 50 51\n040a26b288e7bda4 83 84 116 127\nb779ba4f3d024f39 60 1 61 76\n21e97eb0cfbff775 98 5 128 136\n5bdfcb2cf3ea6b54 152 2 27 154\nbcc6b5c21db0dc7d 138 139 167 170\n6b6d20c6a46b9fe9 119 0 4 7\n424f597efdad3067 47 54 61 63\n62523c746b75f427 61 7 67 68\n10ea3faaa29f4a88 70 5 11 76\n677866c08739532b 227 229 230 243\n075654f497170f90 154 15 186 197\ndc834c974b9c9850 45 49 54 56\n1ed5e32330ec25e8 131 5 22 156\nf9bd444ff59144bb 97 107 115 117\n0b1b293ffb0e2f51 47 51 66 72\nd6ae117e935038e5 69 3 73 74\nf7ca708f66179240 129 25 35 36\n15e0783c6b9683be 173 35 47 198\n0e6f8d0eb4103baf 73 74 82 84\n7e31f7d45c3cf0b6 59 5 60 69\n92836b807c80435b 73 0 5 74\n498688760312447b 133 139 145 156\n26cf19ef6b2b7404 129 63 76 77\nac9eb266e549b780 68 81 102 110\n18502a6651367e71 92 2 3 99\n015d8a2a2834d38c 252 128 136 262\n195ca8350ff27f6f 69 1 7 92\n1e1e13de4ebea05a 207 92 242 245\n4089ef1b1bdb1d36 100 2 18 121\nc0bdeae8f2b84b7f 128 39 41 166\nbf549f266fb44586 47 48 53 54\n3f2bf7371b72e40f 113 24 36 116\n227c21a8dd87a153 54 1 59 63\n778f68c53772af85 46 56 57 65\naf5edc56cc39ad23 115 1 2 116\n095441304a817fe9 75 11 85 86\n826e80aa42b1ba40 152 6 8 183\n1c9772d765e0679e 203 83 223 247\nf3fb010a1ddc947d 100 29 43 105\nca95b6e7bfbc8436 66 2 5 11\ncca9a1bee61693d4 98 106 109 114\n676a6b3f0dea4b12 73 2 8 23\n0b04644621e97d30 65 9 16 68\n8d8aa8c998c02dfe 71 7 13 80\n8f04f919b046336c 118 15 37 55\nc78856807af46290 186 56 218 229\na247b339f81ebe2e 86 101 104 130\n45e6fa48ddd00e87 143 71 149 153\nc5e0229909535256 122 3 4 18\ncd60cc2edf2d6ebf 61 63 75 86\n90cbfcf3d8974851 78 5 21 25\n546b546cafbb0ca5 81 10 18 29\nb4e19508cc952d96 98 0 3 103\n9bbcf826d1eeaac8 168 47 75 206\ncb0c26c855110d08 51 55 67 72\nc6cd77c8b17f8d05 136 60 138 163\nbd3029491f3b5477 52 55 64 68\n2868a1b43e9eceff 122 11 40 42\n6a4a52e3c16e0f4a 110 35 120 123\n39f444469cf39006 193 121 216 224\nbf828c70b94f0645 98 33 108 109\n3be029de36008afc 66 68 94 100\nf43420f8216f180b 99 5 12 15\n8c3cf8cab7fcc03e 161 71 162 194\n30fceb3b40ec062f 72 82 96 109\n2b8778726c1f2fe4 51 3 52 60\n5fbace6c6ca56228 58 5 61 74\n397da8e32c2edd65 252 170 254 275\n90ac9eafdc254a62 61 62 64 65\n86746275bb619279 54 56 58 60\nc4390abbc27cc05c 157 50 60 84\nc20acf0b8ae18651 57 1 61 72\n0c2b3463c27c5ac3 94 28 39 115\nfdf17f383d76c327 122 10 25 165\nb7c282aff2a43dc3 70 1 5 8\n3dd211f3865fc234 113 20 31 39\neac5b0dd7cd2b01c 78 0 2 19\n3cfb4c69b14a1970 142 49 156 160\nc30d67dfcd34b670 108 4 6 115\nd9526345bd1c9ed1 73 2 78 79\n47c88dcfb1134255 63 10 79 107\n91bfc35b8ff7e593 228 156 163 232\n3af4c4e5a8ced21e 115 14 25 42\nf79a582b040e997f 93 17 23 102\nda6d3ec1cb4cc27b 120 15 24 121\n9af78377c848afc4 97 11 35 36\n7e02a036de62e988 62 8 65 66\n6fe442e8ab09fe70 71 6 77 84\n22b16c2f5af0f3ef 124 132 145 160\nc0b4b9d69f8694e1 114 18 117 147\nc318100fc0b93813 110 6 18 36\n43db8c6515021c01 99 4 28 35\n12691b0622a823ba 70 1 71 84\n71c937485a588180 72 9 13 16\nbe5146d052ba89e9 70 71 75 79\ne1242403844f68dd 120 132 133 155\ndb22a73f5841d0bf 64 67 71 74\n1d36cd02a549e244 54 55 60 90\n8346d97e523bed6d 49 52 55 61\na960f29aac73151c 60 1 61 62\n39424be692a88364 70 4 5 6\ncc6384ff2733d7c6 126 69 74 148\n5f38fc5d3910c6d6 55 56 57 58\n724ef6a3c95507fb 96 113 136 138\nb9940d29be7e5154 194 42 198 225\ne427151902da337d 79 93 105 114\n2a7387e017c241a4 66 68 69 70\n392c21ee30b21459 129 58 133 167\neae4850a8208dac7 70 5 71 85\n824d71d535cfb8a6 150 82 97 98\n6b6f125129d33bea 69 100 105 109\n5982f4d2e4ab094c 230 75 243 254\n5f5dc0d5714db647 86 5 7 98\n755a04a95cecafd7 62 9 78 88\n70c0208b58192a51 180 89 109 181\n5cce330e210390f8 55 58 64 67\n4d32701d6d977b1e 88 89 107 127\n59c75010c3c87a56 123 4 7 151\n0122933cf8ab3317 49 0 56 73\n1a3b21d1505c8046 67 69 72 76\n139055b26734436f 56 4 58 66\na665e1844f299737 84 85 91 100\n171403db6cb88926 131 50 154 175\n7c9971fb046c8d9a 58 1 77 95\n0d01d4d6c5d5297e 98 0 101 104\n7f02b92b02054056 122 132 136 143\n4edc4bd321e79bb3 53 0 3 54\nec2745428712d42b 105 2 14 36\n0e2c96cd97e73a38 79 0 1 23\n2eb515bff528d3c3 203 62 70 89\nd4614e0f45d75411 65 0 2 4\n138bb7b0b25e4669 176 19 20 56\n3783162ee796a21c 95 31 34 46\na65bba28a045b797 71 2 5 73\nda1719931a8bfcc0 67 0 68 71\n91003e6d8ca5edff 65 5 9 66\n63bbec5b2c43e0eb 84 2 3 6\n4130aefaca885090 77 0 10 30\n7191bbeaae9913d6 47 55 61 62\n646a8d75b0253ec0 76 77 80 81\n64e3cb9c2f6e7160 57 1 63 68\na96b791715eb6fc4 133 70 144 152\nf774bf01fa079987 113 114 118 119\ndb50799f4ed823f8 69 7 13 14\n6263d5147e42a3f0 65 0 74 76\n4bf9ef4705f35e8f 61 6 8 62\nb019544d6c047f77 146 60 90 187\nc44ece72968c02ed 69 1 11 13\n12dce44829d88985 242 180 193 245\nd56a801fae1ad98a 66 76 80 89\nd76607d37608e7ce 52 60 87 93\n537b6025597bfa35 80 24 93 114\nbf3d04f34a597b40 51 0 2 4\naae70c6fa6094d11 98 7 99 107\nf1491f77f36896d5 57 1 66 69\n47b5d62899ea4869 65 68 70 73\n0ede2c8fbe52c1d3 75 2 4 13\na25c24839b6d427c 129 8 17 18\n9754d9df0b3a33d8 88 4 19 23\na5845c40c9a3b5fc 87 94 100 103\n06058474f164c53d 199 69 87 212\ne81a09ef63b432f1 105 28 42 43\nb91f6cbd009997ca 138 37 70 182\n7e490c28db9ba35f 48 0 1 2\n828069d300980423 86 3 6 106\ne72a2c3f8d113456 56 4 65 77\n8d2b9a87c140969c 112 25 116 140\n46c9e2d86e7d4c41 82 91 113 125\n487e2f9d93c162c9 95 15 20 47\n90199bd048843777 90 1 8 9\n03bcb03930ff1ace 183 40 57 227\na9aa153e56d42a24 116 125 143 161\n80d4d88a8fae957d 85 5 7 14\n91ca1a8e3257081d 88 90 102 114\ne10a99d73518050a 51 64 69 75\nb06ecc51968af19b 164 70 104 188\n2ad4ea800caafe09 59 7 71 73\n2ffe00ad70fe9c00 62 65 75 93\n0f1f245fa1c181ae 140 68 141 184\nb838a34c5884a7fc 98 33 102 105\nc11e65f0a568bfff 80 5 6 16\nc9753d2d1f66ab43 77 4 79 83\na0671c9cfe5a2777 66 67 85 107\na03594dbdf6e6992 233 149 187 249\n4771409f1d4c017a 47 48 49 50\n4938177a0e6e2fbe 204 93 106 219\n32294ad73efca3db 184 103 110 229\n661caf1253b8ac0b 77 23 86 101\n5570474575713996 113 25 121 122\n6ea698b2758e7b75 61 5 80 92\n03e141d7afac53e4 75 13 98 111\n76466eea8d2ed2a4 57 6 65 67\ne38b31c94a851c67 46 59 62 64\n46fdfa2a16c7c811 53 55 62 89\n67ebb21cac8007c0 52 60 74 91\n79e41e8ef0be37b0 101 0 14 126\n99d2a9d83c84a382 46 0 47 48\n36977643258aa392 76 10 90 96\n74f0df58af67db3d 220 151 250 262\n570df8491b7dbe68 52 58 59 78\n776518d4349b6098 129 13 163 172\nf18bcd7fe4f9ed5b 104 14 47 110\n0553c19e8933374a 111 35 125 152\n0e060f89ae0a469a 68 10 12 82\n1c742e548e8698c9 59 61 66 71\n7a874ba9dd12cff8 51 1 2 53\n9ade3de25195709e 50 0 1 4\n2a41503583d146ed 179 117 182 212\n411c4dd047c49cde 110 11 14 44\n5e040cd0758dcc96 152 66 73 100\n6ed778f27070d0b8 89 12 90 93\n78340c5032da9768 49 54 55 59\ne89e33990a253fe7 64 14 66 76\n735cfe5b4fcadb57 82 90 100 110\nff0749db248be7fb 63 6 71 108\n5ec63def20f953d4 47 50 52 53\n9a33ec521f9309ad 130 2 147 157\nad70ee13c2907a28 117 14 122 131\n0539bcecbc483dfe 65 2 6 67\n6382b931b5db6933 93 17 30 104\nbd284b553bd53937 89 2 13 112\n74556b6ffb2e09ce 82 4 87 90\nf793e374e29bbd16 125 7 127 150\n816083dbb9f9222f 128 3 150 161\n6eee39e72091b94f 149 37 78 178\n6bfdc8fba533b80b 110 112 125 142\nff58ffaac40eb035 121 53 58 161\n91a9d523f9fd0da2 258 178 262 271\n8d26fa274011d7a5 58 0 63 73\nfa60fab979100404 128 138 162 168\naefd86f8dce0dff9 77 0 84 99\n296ec0d98f4d4151 225 93 105 119\n4828fb60e4a871ee 73 7 9 74\ne818e33eef1fba07 109 4 20 28\n2d510b02062e6ec1 48 0 1 2\n00a54225c5cb1913 78 11 20 84\nadf922b462281699 71 2 9 88\n446626a2bd617d24 103 42 48 53\nb4944635e320b7e2 95 22 97 102\n98baa63be3c8d972 80 6 15 27\n4ec2510baca79e6b 71 2 81 86\n2c6fb46edb748fe5 211 127 237 240\na1c1bbdcf7044b55 128 20 22 24\nd935340627e379d5 46 49 52 55\n1515d37824dd6b22 215 76 228 243\nda776979cf3e60bb 46 47 59 69\n6e732d8294b42cb2 56 0 3 5\n1f079ee70c21002d 89 27 93 118\n9e9abcf868def66b 60 96 98 102\n67550b0b94607869 60 66 69 70\n26756a2949159fad 60 1 63 67\naa28c267679a0e92 151 7 22 34\ncf56c91d489a13e5 254 160 174 202\n9bf5cdf080f47209 47 50 55 65\n069a9416dc6a373b 63 69 74 75\n2c48ab563b92a1d5 126 29 40 62\n9bf9f3c5a3beae72 62 1 3 7\n4d162b68bb19944e 115 46 58 121\n1cc1ff58dc89d230 135 3 146 161\nf83c61b3be7f9e0f 51 58 63 70\n7a4f2fc608aaaa3a 151 4 14 185\nc35ee89f14344a11 89 4 10 11\n90c04a7e5ea87bf8 48 49 50 51\n460455f96fa1a1d6 57 1 3 7\n83fce665197661bc 62 1 6 14\n1c5514d49d61bafc 81 8 24 85\n85d5e67f108f6d25 84 90 92 104\n965f6f023c3a74e8 66 3 74 85\n8c31b5348ee92edb 233 62 93 266\n7ee58108d3e509ab 51 0 83 95\nb069002c7fb91d78 72 8 74 78\n8ab4e422f733d62c 46 74 77 81\n8831b4796894fa86 122 6 36 41\n4317016b336431be 101 4 124 141\ne5dc905f2d09e08f 115 9 38 116\n8a2f8d48f81d6f1b 71 98 102 105\n388cb2f0ff1a6cad 67 68 70 104\n9266d12186a3612c 277 186 188 220\n6ab8e820c7b718c0 147 167 181 187\n341486831d3657b8 47 0 49 50\n0a5eeb4466dd19bb 65 69 104 109\n7fad45df233ddce8 46 52 65 66\n75c7801702268d0d 81 91 103 121\ndd079d20965f781a 236 165 250 264\na207c644e9d3dc96 88 8 19 42\n6cbe92f07b0e2adb 123 70 143 144\nb8dc10bac55b02ff 62 0 77 105\n144c2c2c52734f15 107 19 31 33\na8d08ac825b73e6c 72 18 97 102\n888c0f8b1eb412e9 67 81 87 98\naab2e43d122a5068 78 4 10 12\n2fca5797ae48529b 70 72 78 88\nd8a33236ad25f1f7 82 2 11 16\n25cb07fc0e6b4b4e 104 13 109 117\n91d121e4f1068479 98 10 22 116\nd196ef0cbc7584ed 66 9 75 84\nd0f984315730fa83 67 100 102 104\na6f82c20483fd87b 83 12 110 117\nde7b8597e87c0513 237 102 255 261\n997585fea10d93c5 122 2 3 7\nf533f7e3ca2b82b2 147 160 175 190\n96650b10c768bb2a 128 71 133 137\n6f39ec95b78cff82 129 33 57 59\nbdca5b7cf748f034 103 19 138 146\n1025622b7f308760 83 4 20 31\n6d26113c55522ac6 58 5 78 88\nb82906a1cb724885 68 5 9 10\nd5204fb7c2268cb2 59 64 79 90\n21b9d476c5a49c63 49 60 71 89\n227e06087cbffb2b 90 8 16 99\n86e00a902518e491 92 1 12 22\na81e5e9f488fb99d 185 32 39 68\ne3f5c078d61c2802 72 74 77 82\nf4b4148fbb2eaf48 112 16 35 114\ncd44faed91f43924 136 36 45 181\na72f7f942b9d78cf 143 60 71 77\ne29b483e3b210c75 160 166 167 203\n8f4b034b1b213245 101 4 20 26\neaa904f7a64d9ac7 99 5 7 104\naf4b71cad42eae90 99 106 111 113\nf490ca16bce0257c 60 64 82 87\na724c3e42bed1de1 100 2 105 141\neac13f3b1145593c 51 1 2 4\n655534415899fe16 65 7 69 70\nb272cee06e67c29d 53 2 4 5\n979a448316da37b4 56 63 79 98\ndafb6e5578f28159 73 7 8 9\nd971457c81bca597 108 6 109 119\n7b6aeebf20a4a9f9 62 68 69 74\n3c31d7b9f2792ed9 97 8 101 104\nb1a6fef04d0179d1 179 20 39 199\n982cdf2ed96f95de 198 118 135 144\n4ce642bc93f1bb5a 60 63 65 68\nfeff777cf65ea218 56 57 58 60\n57942df316f9d05a 91 2 40 123\ndeb368fb90770550 56 65 68 75\n51eb9835344baa4e 113 40 114 117\n9122321d30c32925 81 4 6 9\nba41d63524479e17 93 19 29 94\nff5a1ac1c745469d 85 86 106 107\n41f438dd19aae981 84 92 117 128\n57019809ea43aa10 72 1 2 74\n6af46768387ef0a0 205 49 75 249\n654f32598ac690de 97 18 38 106\n57ddd8a18a6a6d31 79 0 2 4\n58b3ece8c60a2f9d 45 47 48 49\nc6cba9f073cc2be7 86 88 89 100\n517a0ca238082eb6 68 3 70 71\n842cc3728f93d1f4 175 62 70 93\nd33a2a3775064031 52 0 59 65\ned68a7a690b2861d 127 35 51 59\n6a746e30bdff82ce 61 0 10 12\n985e96f409410e5f 83 3 6 87\n5dc5972828706741 47 60 66 67\necf8f945dc42ec62 60 74 82 102\n297b57a9296052ce 79 3 19 111\nb76be69049c01063 138 10 11 28\n7851cbd9a2176e51 66 0 2 11\nc43892f312b3c85b 120 3 21 24\nf0a596e2bdf17e8b 60 3 4 72\n92fc4bf81becbf19 57 84 89 99\n3fdaa028b8baad4a 159 4 7 22\ncbc66cef2ae88877 125 12 127 163\ned9cb9687de07bc4 60 2 4 63\n2b41e71d509a8b8f 65 10 12 70\n736608c3b5c67bc4 68 3 15 75\n8cd0751d81606c64 144 53 164 167\naecabc9b97e2af02 222 137 244 253\n2c80f9eb0d3b2bb4 87 2 14 90\nf1d0853959ba52c3 265 161 267 269\n60b21485e6a87336 88 14 36 39\n6d3856431e0b8efe 72 11 15 94\nd9ee8fae58026380 71 72 75 77\na00bf32154d7880f 76 18 20 79\ncdd838481bc961fc 144 38 47 63\n15ca8e1fce488c19 83 2 7 23\nf1d9d9caf8269fe6 62 10 11 14\n219825f542e6ee4b 225 59 73 83\nf4110e06667c78ec 51 55 56 60\n471abe46b812be64 76 17 20 81\nec2d59988dd203b0 64 66 75 86\nb4aa4ac1a59f75ca 49 51 52 57\nf968e1bb4d5f9e4b 202 85 87 113\nbe7cd9fd996a8054 65 69 85 87\nfbeb367248e705bc 197 107 110 200\n5cfdc624d8295fd2 62 70 93 105\nd69dc6c3720a2b8b 92 7 100 121\n9498c6a0f89e4198 58 5 7 61\nad543396707ee644 179 76 180 186\n58141aba88608ca6 136 64 154 181\n304dd8f38dbeef0f 94 21 30 35\nca896b9824333d2f 51 65 80 96\n5a2c2af8cf1765b2 205 209 214 221\nbc5a74179a33531d 128 4 34 164\n1798c9640d8875e6 75 6 18 77\n4ade6d5fe4b32738 78 5 13 92\n325ff82707386438 196 89 100 210\nb7a740bab983da12 93 116 117 121\n9d5a1b9e70599ba8 84 0 99 105\n73cba6d74e4f2fc0 50 72 73 93\n3c64a373bc1c53bd 169 93 120 172\n3b9420585a1e66fc 126 56 130 140\nd93e0c99ff4db752 65 4 7 18\ncc61d422a49ca86b 78 108 117 123\n7fa8ed6af92f3d2e 92 1 6 113\n4905bc8817511dd2 69 79 87 100\nf3824ed340a3012e 78 3 80 84\nc929c97aa8db7ce9 51 1 3 52\n7a18ec7dc0bdf907 113 11 126 140\neee9047b6388fce2 107 113 131 139\nbb181e68415b169e 78 1 81 96\neaffbdd81f80a5ea 86 0 91 104\n4161944d7d592071 55 1 60 72\nbb8805ce62490d3b 72 14 18 75\n1d7af31482baf61c 219 133 227 228\n7f471654fcf9d5c6 101 15 17 29\n565e02ef3d0d7726 223 106 125 242\n10ac0ae67d317d11 138 17 50 149\n2d8f1ccdb70c156a 178 83 95 114\nff3a963c55fcb436 105 8 15 120\n1c840c855f0c8421 145 8 12 160\n4bd922d1e75cc936 225 157 236 246\nb72e2bcd74f7714a 98 0 2 11\ncd21f3bf53352154 73 8 87 115\na19f6478fc81b340 77 3 78 79\nfccdfdacbcdd9b4b 60 7 8 10\n6f187c1dfc6ab480 74 79 80 90\nedbdb6ad0b956efb 101 20 26 29\n61c9d4900b04ed36 142 91 159 173\nd63597aeceeebf11 202 148 208 238\nd74eadb206cb092b 95 0 2 113\n8ee1f3a303113b74 76 0 18 25\n15a138312ad94718 92 0 20 21\nc44e247cfebc8863 236 89 108 277\n50b2183db14d713d 112 7 43 138\nd3ee158fc48d1df3 58 1 66 67\na2a28e092f01eaf3 172 90 107 109\ne3b2936f70d1dba6 51 75 79 80\n818f878fa36ae7bd 100 1 31 115\n3e8363be673dafa2 71 3 17 73\nf4f0bff9558dc66e 62 67 68 70\n58cd1a5b2a77a3d1 85 4 92 121\n95539306aec62cf4 104 35 37 40\ne37a3ccac0ec67df 46 62 74 80\n7ea580d5a9a04052 45 48 52 54\n296241182c2df900 121 1 132 144\ndb1aba7b5254ae5b 208 149 233 235\n5f19cedc37860936 144 7 17 165\n2276982dbc5a23e2 61 72 77 80\nc323b0dccaa46d8b 80 84 87 112\n39f03d5fb1807102 101 2 37 40\n2f7f2369486cc959 97 34 41 45\nd55a1c9b8e8fca0c 104 4 9 33\na0a5b8d202fb87ee 72 0 12 75\nb4c2c2cb9d279a99 122 4 130 141\n2a8cd9f87b3c9a2b 132 16 18 152\n3164f4c30188d403 63 9 17 67\na3c61456cdbd1a0c 61 0 11 62\n6f27cc9bba11d979 102 28 119 122\nbc64a62e612c27ce 99 7 27 31\n31b5667e16de1d94 70 75 79 89\nda549aefc6c2dde7 49 3 52 53\n6cbea20651231bd1 130 23 53 149\n8e4d579084c96cec 66 0 81 84\n89e757dfd2868e3f 127 13 15 25\n69178f54e00142ec 76 13 15 78\n16a23081fd821e92 102 112 119 123\ncbe2cdb46cc61aea 82 17 19 25\ne03e87ffb93f2fd2 153 84 88 162\n10a3511b61f40243 227 136 241 247\n652e52a792054980 76 14 22 23\n2da082dfb7a66b4d 126 23 165 166\n66ccdb8a7d9405d5 52 60 70 97\n05bacb6d6a4741b0 55 3 59 67\n004dd4b46a06e5be 52 70 76 89\n840219677e368865 63 2 7 13\n61cd6fd0d589ceb4 60 5 62 74\na17558fffd6c73a5 96 19 129 135\n60ba12107f341e4c 91 10 13 99\n8b1f087653c7ae16 163 87 174 191\n5ae93f51119ea22e 126 23 151 157\n5bcbe26d31a2e63c 154 37 187 193\ne544d80550e0ed87 54 4 59 98\nd7e49ddc912912eb 74 3 5 78\n756c2bdfad5cdd55 203 76 78 229\n04e2be0415136fa9 60 63 65 71\n431795f999dc215f 89 11 97 129\nb554f9a1149e206a 87 2 27 30\n2cd27189549897bf 158 76 92 178\n77ba94a08d8f7ae7 62 2 63 65\nb442fc189f7e84cc 100 13 43 106\n8b1de4987e260ef4 63 66 73 98\n9ea6c81864762100 98 30 119 130\n3546ce778c659b03 71 10 12 76\nc724076fdb4665ae 129 3 6 135\na13869916b17b4c7 169 63 75 188\n4908fab97c9bcec7 110 30 116 150\n2945a940639798ce 246 164 170 258\nf5b151019f9010a5 123 13 158 160\n172c99489b18e0e6 243 145 153 171\n6c6d91342f5e4803 61 62 65 70\nc9ffc172d4cf2f8f 64 69 103 106\ne1e11f6e94576a7f 62 0 2 9\n1f1a76ed6db1dae5 64 2 4 65\n3cc4c306db84c6fe 142 46 143 150\n26245c3bf975cb44 57 1 4 90\nf815dfc42d162fea 136 39 50 137\n18089956e2be2289 91 94 97 101\n233d7cca6c4c628b 55 3 5 85\nd886b5dfef09feb2 140 18 141 149\n8ab933b10c307f96 164 14 25 26\nc35d7671553924e5 116 12 13 118\na3679fb63dda3a83 114 25 27 122\nb5da81bebf3c0710 135 37 46 52\n36056faee50a621f 116 8 11 127\n04b580ea1f4df0a5 104 16 19 26\n19b0cd79a126e8bd 166 174 185 192\n08d5cde674e47324 58 3 8 64\nc271a72734e5b269 62 11 67 95\n5dcd7861e0c26df5 84 100 107 115\n7d723e5d5ee3884d 196 83 101 108\nae956b54a63e137e 277 133 136 150\nde188793714f8576 70 71 75 98\n0017ce4c6a39d122 113 132 138 157\n8e8b6c80f4465009 46 48 64 74\n226646771975e6db 84 7 16 25\n1b3589c90e199821 62 4 15 64\nb3e41cf29c9baa8e 79 15 20 80\n7aab5d3f7767ed1e 54 55 62 64\nc098d994e6751117 103 106 108 114\n4d5885aa7e39e090 49 0 2 3\na674ca864ad8992d 78 6 80 94\n0c25287b812367cd 71 8 9 73\ne6b4cb8ad82b5f07 62 2 3 4\nc10fddd77195eccc 72 7 80 105\nf22301abb4ab062c 63 12 75 79\n2b0cbc443e6c3c6d 101 15 18 30\n7ed09c7605ab6f69 98 101 111 128\n4f7ce11656b1bf7b 80 0 82 86\n6d764e8551754631 74 12 75 95\nee512b8fed64e346 106 9 30 32\n8000d5e5ca364d8b 267 121 130 270\nb59d323db46b8e8c 104 8 27 28\n6e5bd067ea61158c 240 152 159 166\n7baf24a573cca683 79 9 87 88\n93496017ed6c3f16 77 13 18 25\n36fb4d41b00581c4 109 118 127 147\n210fc445b9e254f5 76 80 84 95\nf073f9fe79303793 62 10 71 82\n4ffde39f9974cbec 55 63 93 94\nb6ab04d0a8e79e29 61 71 77 78\n1eca36ec55b88fe4 86 4 91 108\nfe255d26bfef2f2b 85 13 106 110\nf56884f938bcf8f3 70 17 74 90\nebd1ce931f852b44 56 61 63 65\n37d09bda74c92a93 174 49 61 62\n05a0ad1e2aa632e7 105 113 117 131\nbb034d246e698ecb 199 108 110 207\n972caf32a4a5c57a 272 181 186 208\n8b938862ee0e89a2 73 0 80 83\n5a827d3f2a424513 73 4 5 6\nf6f46314516a7f3b 158 16 37 180\n9cf5050816fcefaa 99 109 141 142\na18bf05a766ba17d 66 2 12 13\n133ee6e537353604 47 54 59 78\nb009fbe3950ebeb2 172 30 203 205\nfc4410feec1308a2 64 77 103 104\nc48cae17bb7fe0df 49 0 51 52\n35e8c6c2168dd087 146 55 155 191\n75f6f7af02e66490 88 90 97 113\ndd1c1d26525a2a1b 74 14 21 22\n1be3758972b35151 66 2 5 67\nfcb0cb3d3da5c2e5 86 5 123 131\n2e470f6e2c83566a 58 7 8 9\n50459a4ce306cb3f 257 101 120 126\nc6b410e69e499cf3 87 5 89 98\n4833b3d2a8184313 72 21 22 82\n91e469c1698f1da4 191 80 207 220\n1840ae9e2494443e 53 1 68 86\n77861592d98909b7 53 3 4 58\n01a2277ee817b310 59 1 87 96\n22085848f943c2c6 45 46 64 75\n34b35070a9e24f32 144 163 174 179\n9c1cd390ea3e2dd1 108 25 28 33\nc1a4a2a5405eec62 120 53 58 132\nd5068134e0888c2a 46 47 71 73\neb0797ba712e6f66 73 1 78 81\n4a7e531e1a35d424 100 6 107 108\n45f5a75e63afd4a2 155 18 168 176\ne8f62270af0b786d 87 17 38 39\n7279cead5e739056 73 2 5 11\n168e0f4071d2fe58 208 125 140 219\n1692fab166811028 145 150 164 169\ne608f38fd661a60b 49 1 53 58\n8178c1b534371987 57 63 68 86\n25b3854e6efb747d 96 15 29 109\n22b86e38854ad186 45 47 62 65\nb04995ec9bacd163 90 2 5 93\n7431082951c9e559 228 108 126 132\nb6c0898ba2c09616 135 2 3 6\nad34d90135db8473 47 0 1 48\ne315e4bd275b7036 45 46 47 48\nd06bad5707840a88 145 153 173 186\n6a4909956545915e 137 145 150 151\ne246e146c2368f02 154 9 25 170\n48e49bdd1aa706e1 85 2 21 37\n9045aa50fe465b65 67 68 77 80\n378cb83947bf2d23 54 1 82 91\n82439bbdcde76fb4 261 121 124 149\nfc966f25afa3659f 260 126 154 163\ne40ca395753837ce 67 14 76 81\n7d7aa32b53b28aa9 88 13 24 97\n30b1dffa5f783ecb 149 40 184 191\nffcdeb6f7e2f782f 101 25 36 39\nfa8217a7229a0e5b 78 0 21 85\nbd28c059c79b701f 207 93 118 228\n9ea61697c238be3d 95 99 123 140\n3e1af0b953407ef7 90 0 19 33\n04422a07336e32da 78 0 1 5\nff778c65ccf5ccc0 53 1 2 3\n2ef881551a7fda22 111 7 17 117\n9d2b9c6b0223cdf8 96 15 20 122\n1a246479af31922e 164 37 39 197\n3a4d7cbcf0c84668 75 0 8 77\n7bda96efed1cfeb2 75 8 18 22\n3dcef43736468b29 63 1 86 102\nbd3728fa823e6eb9 67 1 8 75\nfa53b8c13f6caabb 102 116 128 137\ncb252fb006543390 74 7 75 94\n67b6e4e43e0174cd 81 21 83 94\n3e920cc4dee08efe 63 68 69 72\n7d3267f6c9bbeacd 49 54 61 65\n41210bec1c0c87e8 68 0 3 11\n8b276812290942b8 141 52 70 73\n48638883e537ccda 64 1 68 79\n2c52d9d606a3ece2 83 88 123 124\nafa3ca638647dc99 67 84 97 105\n603c1f1fff7356b6 72 0 78 92\n721a228529a8c92c 153 50 159 182\nce784ea362258600 165 85 90 184\ncc83c06e70687498 50 54 73 81\n4d6d71afa551caf2 102 16 103 125\n649f2f99bf851742 69 84 96 97\na8aca13ea1962643 49 0 50 51\n7d38a187a70a4ce2 50 70 79 80\n2326e9820982ad81 77 6 9 104\n1045a0633afe8205 53 0 2 3\ne301f70fea73282e 162 93 102 164\ne38f875ac1941fd0 65 85 87 108\n06a2911e9add96c6 81 16 97 101\n16ed45d1ce9017df 98 46 99 102\n6d5c5da7304dc62e 59 83 89 90\n3d410da4d7fd9f64 61 63 65 74\n99c22019aee5e7b4 51 69 82 84\n46fb9c990b6f8114 83 4 6 31\n2a058bafbecaccf9 101 9 24 33\n2efc2f02a8d73480 50 1 2 51\n0445459f7afb0f48 55 82 84 87\n22e6c736f2f7227b 135 142 163 172\n9e1c9b9e7a332b30 53 3 56 57\n7b0c77fd638a7494 79 6 11 12\n84055e0ed4467578 254 119 265 269\ncc8602b40207efb3 106 38 109 110\n5aaed3a3a0c31e7c 86 17 18 28\na3bc8104bbfdb9a0 127 22 32 163\n98ec507aa8ec90dc 61 62 67 74\n088e115752ce9e56 113 45 115 120\nb9cbc2885d0ca0a5 103 27 108 113\nbcc7aa969e3c2e8c 47 0 48 49\nf29a95c0e9901f8f 93 4 5 12\ne3e5e812f1687e91 72 14 74 76\n83b630268bde3212 96 2 99 101\n58694ef1f09a6560 57 3 9 10\n790fc35bbe32c479 111 14 16 49\n33a5a85f06fcc77b 151 21 157 172\n6973accc3270c3cf 56 64 65 68\n845fcf8e2d6efde7 77 1 2 4\n2e06abf6286040e2 77 5 12 15\n8b3edb4b0db51999 64 2 8 65\ndffc33db51535553 71 8 85 91\nf31cf77e0547f39c 77 16 21 28\n19310eb8261d4bb2 69 12 90 93\n346a944ed156cda3 260 149 169 261\n1a8028b68f3964f1 55 0 3 5\n6a9e6a28201b4866 223 105 239 242\nb81460976167c310 97 1 6 105\n4d6494da237c0bdb 267 162 200 201\nf2eb184a33234cf8 162 173 185 192\n39c41be5e76c79c1 65 87 96 98\nea060dbb5b7a8991 119 0 120 122\nb3111967db98b796 55 57 62 69\n128bf83073de3ba1 182 43 55 59\n8f1787bd8aad1e69 81 2 3 91\n221205ddf59c5156 220 117 126 221\n397037082e6eb839 79 10 30 31\nde1bfd4c6e39109e 144 17 152 156\n929ed71c97317c55 210 56 65 85\n5535e78a16298072 112 21 43 143\n85ca4b980197e441 52 1 4 6\nba23b8c900ff47d5 88 102 119 131\n4e9fb1e7c4b43781 102 8 9 23\nfb723ecfff811097 193 44 81 216\n5ad6ed267745c139 123 4 131 139\nf93468a0f42ffca4 52 0 3 4\nc06de0966927fe2d 137 81 163 174\na0dcf78e4bda86c4 78 24 79 91\n45166f266dd609a3 109 17 20 54\n18d9631f5eb45b87 99 29 37 105\ne345566eff5bc31c 124 33 51 71\na4dc71631f707b9e 45 53 54 59\naccea1caf1d2eb90 148 69 80 92\n0718f733a326d65f 61 6 8 9\n94f16f00843feded 51 52 63 72\n1da33647873725fd 70 2 11 73\n5f08606bd070be09 96 9 11 34\nef5c25ab76b67d16 66 67 74 79\n8cfc4ba7194af16d 51 2 3 52\n225ae1d37a7fa519 250 82 98 269\n8b167e5aa51027b5 104 3 25 31\n689e0540485d3233 75 81 88 108\n41be40880094d8d1 227 123 228 233\n7099ef5810514ea6 265 110 131 272\n83d696e4f2c17678 65 3 66 74\n06eba57d1c333a3c 53 0 62 67\nc838fa859e909dae 100 7 25 126\n6289608fd1c28b12 232 115 126 128\n75029a60ed1e2ea0 99 103 105 108\n7246f91eb5f09926 74 0 75 77\n72dea96302f348e3 49 0 51 52\n5efa8e2a9a5c154e 69 4 5 6\ncf1cdf134608cb0b 46 49 51 54\nc1e3a9b6b762ca8e 137 139 142 145\n58ac12f1f515c560 209 72 225 244\nc15c6c70207e82f0 167 7 170 186\nc0611596a79be2b6 63 83 93 94\n3d6e04af63ebfea4 93 0 22 127\n9add67fe53d17288 139 4 13 19\nafbb5d72ecdc4879 111 2 132 133\na88f58e7c2580c06 162 25 190 191\ne867befd1e970f6f 81 6 15 26\nc1a68c1661afa794 119 5 9 14\n92483fd9e04d89f6 69 6 11 21\nb0540cde1e98672d 55 75 92 99\ne1b6bcafe19a2b1c 63 14 69 70\n92c175454af59178 146 64 67 167\n17a75f0b036c9cf8 64 4 76 82\n06c71ce295284689 49 0 62 66\nd8108c1e5deaa4ce 58 61 76 92\n066c35b1abc706be 52 1 53 58\na201c3986baaf229 75 10 86 89\n3389b3537eab4019 46 47 49 50\n477df7ad0c2e7fdb 120 20 131 138\naf3fef15e99d6d04 153 157 163 178\na3c17c88737de484 98 31 43 49\n4d723f7940392bf8 78 79 85 101\n9bd8ca4f6ead62af 71 73 83 87\n0c9ea3bf67254e95 57 3 60 63\n398c4688209874c9 122 135 147 167\nb8605d7a56bada1c 277 122 135 141\n388ed39170b69946 74 1 13 17\n388b75bd17c5332e 99 12 16 29\nf51e889848dd76a6 64 7 71 72\n76cd1d8adab4547f 138 12 36 159\nead2622cf1e5c9ba 187 77 82 228\nd1ede7f9cf04dd46 180 51 189 224\nf1ee9dc6135e5307 157 79 84 163\nc6adab7b1a6de824 60 3 70 76\n68ddfdcafd6cde08 116 3 14 136\nfb0d3f523276eefe 153 28 156 170\n09754b77eeea6dae 143 34 45 185\ndc521f053f8dc8aa 49 0 1 3\n05ddd2fee689399c 115 10 22 23\na026a3e89d7dc3b0 96 19 31 110\na6184f02127dbcbc 75 4 89 90\n139a615209ee09ac 186 117 118 187\n33e23b97daf5d9f0 134 1 4 162\n855d56182ceebc3a 56 2 4 61\naa86ece4f54f6512 74 3 11 80\nf12b17e53069d00b 79 6 7 22\nc58fe32a990d73ac 85 11 12 20\n3558c5283169e6ca 57 1 4 88\n629a5759d6c89b71 54 55 57 63\nfaa891b87b4b33ad 88 6 8 112\nbfb03eb76b5b5d55 69 2 6 14\nf507227ecb66c75a 122 13 22 134\n6248ebead7b571ae 66 80 83 99\nfa6c109a9ef52817 77 83 84 85\n1564900dd040c718 168 69 170 173\n379884ce61c4daa7 78 7 80 81\n5791fbe607160328 117 18 28 45\n24598987691df957 118 9 11 38\n3ab70559ec30a57c 143 49 65 150\nea665164c6291b91 155 8 25 156\n76ecf58a102ebfdd 98 2 135 139\n565ff739ca86758e 86 21 101 129\n6a11f06a91581fb0 73 1 7 75\nc4ed784ee6c885e5 171 12 173 178\n29f0d7c051d80035 153 51 170 174\neb80ed32f2d71e61 146 19 33 39\n907a4a1d42f08d9e 61 2 70 79\n13686755488a9d51 48 49 50 64\n9830394c83ea9a1c 74 4 12 22\n64786a392b532686 201 224 241 245\nf714ccd51adc29a8 159 69 74 167\n77f9b4f93cb5e2aa 97 5 23 119\n49e48d66787ecb8f 176 78 80 86\n3b9e04113b202116 202 107 115 127\nb33cff827e646ae0 68 8 11 13\nd7c7bacbf45e205e 74 2 3 5\n7eba05725c383129 103 118 129 144\n3d5114f5d7496cdd 45 62 69 87\n70d4e7655d85c3af 83 84 92 122\n1e847ebd7cd1174e 55 62 69 79\n7701b37839371bb3 82 4 32 33\n7fe47ba582a3100d 100 7 38 41\naff6823d5449b1ab 130 60 71 165\n2060cce4dad6f988 72 0 4 7\na321bb8614ce0e3a 108 112 118 144\n33a29a351c1d9800 175 101 110 119\n653bd5bd0578831f 62 63 70 74\nfc55af0d98cfe229 111 0 11 13\n166818269e4e2568 93 97 119 127\n0d4b941f4678267b 74 0 13 88\n99929212dc710e96 71 79 83 102\ndf6aa9c2baa43f3a 89 106 116 130\nda9d2e8a2d28d567 119 124 135 149\nd08577a59254fa98 106 24 32 116\n274cabb7191fdf7b 119 23 162 164\nc1aa5d80f22d92f4 53 1 58 60\n83c7aa1e61b0a9ea 53 67 71 81\n6d4b3603c5edee50 123 46 68 135\n72c31d6fd81412fd 82 9 13 88\ne49ec5ddfbd5e2bc 197 78 80 226\n56c86f5e60476c59 109 19 26 151\nc0c0508813b848ca 174 101 104 190\n97f8269d9eea258a 77 1 79 80\n0bc9fd5c8e50d0ee 75 0 1 94\ncb52334048b77cc3 74 5 18 24\n98860f554429bd3d 201 83 88 104\nccf6194844dd7d49 59 7 8 66\n8524a25a370a7fc4 55 0 1 4\n9f39cb8fb654b30e 146 38 42 172\nbeaffdbde299760d 51 4 68 71\n036f135766f38f78 56 2 59 70\n46df36a031f50a04 252 141 166 270\n791e92b1f3de9ab4 71 73 76 96\n6e0019f9177d5fa2 58 67 69 78\nb91a9699377ccca7 150 66 162 163\ne6ef358014cff8eb 81 2 7 9\n122cb7d5ea4a99df 55 2 64 90\nb07b7c505d8f53b4 61 1 71 73\n401e10a4352fba1c 67 4 70 72\n959f55ba698bc53d 174 34 191 208\nf4fedc70483e9546 64 68 85 93\n0f64c5e4fead6cf2 79 19 89 106\ndbe5b1d0744f49a8 50 51 52 55\nfd5fe082a647a0dd 109 42 50 62\na45655d01947dd4c 126 50 138 171\n64f9a0b6b7667ce7 97 0 121 139\nec8ee53e2d07e6ba 118 42 48 68\nabd7dab79cb3cc4f 52 71 73 74\n9340be220dd1074a 64 6 9 10\n64aab07da1c81c11 149 59 71 76\nfc64b7d1851f90a4 61 66 70 89\na11c655d456b9de8 169 67 80 183\n5947805a3798ecf4 46 56 63 72\nbf800a3d2af8f88c 221 61 234 257\ne9c2119497ccb415 81 8 20 89\nc4e13be59797d55d 204 99 119 138\n7ef810bfbd06cade 61 1 74 88\nc4a96832fb94e17e 48 0 52 56\n837efbd6d300b80f 65 97 103 110\n0c4a239e265ae1c3 67 12 14 74\n63f96e876bd302c2 89 1 16 40\n03fe94a439456692 242 66 250 261\nefc1d7e7854b61e0 117 8 28 122\nd2f2da7454cc7d9f 129 8 14 20\ne6a552157cdde85c 51 1 66 88\n63b127e45cce265f 94 21 35 46\n20bab82d0268c877 131 161 170 171\n9981436f1448c131 192 78 80 96\n316ed1b489ff8f40 45 50 54 56\n0ebaed7e3d044bc2 73 1 3 21\nb89fcdb1949b3bd7 65 1 3 75\n31a642fe4cd1e232 64 72 81 105\nfefa62ae2b9915cb 242 64 65 79\ne9049a6bd77c83e0 77 10 22 27\nf7ad2c86ea2d9ea9 63 5 7 9\n273f87958aea6f51 66 5 67 85\nb70892f796f8ba4c 56 9 57 60\nf1576bacedf43ca6 58 0 2 60\n10ad4fc499c48b38 227 61 75 264\n5040e1df81a9e585 58 60 63 72\n7a13c5debea977a8 54 68 70 71\nc5f39167be4d1ec2 271 178 196 202\n950b644122456e80 57 7 10 60\n9ac574fc9983bd1c 52 1 56 66\nca623acaff33ed17 166 167 186 198\n4bdfa30358809038 83 16 96 101\nb8a0a20998c943f1 118 31 40 62\n5019e16d5e41ff8d 165 167 179 210\ncfa3b8068b6c4aea 46 49 50 54\n3059f523501dfd97 74 3 12 77\n72d079e097b05dae 136 6 7 138\n9fc4d0efce37f614 93 99 111 116\neb68e5223a3efe48 45 46 47 48\n9b66fe45498df0ad 50 51 52 67\nfbfed12d638968c2 117 135 155 157\nb8cb0c7fda839350 80 0 5 81\n980ca2c262a9c082 140 3 25 30\n78d8f4ecf17aad6e 94 97 101 133\n16930ebf3f0f6b84 61 3 7 63\nca38b62977d9bdaa 184 93 202 205\nf57106a54d7a1e4b 63 88 89 108\n6229ccd818f7ceb5 81 14 18 20\nccc439d4b28c87b2 218 129 132 137\n62726d53118f4d0b 168 31 32 180\n9d0081de499eaa12 69 4 6 12\ncf6af83b93401f92 107 12 114 116\n314c584ff3842715 83 15 16 27\neb76b202a2b53ede 67 0 5 75\ndcbbd3e7c5593282 81 90 113 116\ncd99ac8eaaf6ab23 88 25 27 29\n86a5d5b6f3a2f119 148 38 62 76\n8b23299adda3da36 238 94 126 273\n8e88ee370b476511 53 72 74 98\n7a4d944a9f4cfed8 82 2 14 83\n37a6b3200493fac0 93 0 3 6\n66f2224ed4e57796 53 0 4 54\na4b84e32290ce8c0 93 14 18 21\n86dd81ed2ece0c4e 243 142 247 252\na02db7e8cf77fea7 234 145 161 170\n18a3593609eb3269 273 193 207 222\na0b1c098e04b960e 47 48 49 53\nb2e47c97f727c95c 177 68 72 195\n391bc7d21641283e 99 1 100 102\neea466d6b25fca52 96 9 103 136\n72d35afbf0038ab5 104 15 51 114\n4eba3317b14cd251 174 19 42 199\nbbe4991a57d6b139 98 0 102 104\n9faced3e377071fa 255 94 124 265\neb487fe8068ed451 115 34 64 125\n9b73a5ff4c0b926d 60 1 4 62\n3ee30754edfbdb3f 61 65 70 73\n55ca776696247564 222 96 105 258\n06c7c747b4542273 51 3 63 64\na1f61ad8d835afdc 114 13 141 147\na89346fe9896f072 82 87 102 124\nde2ba042ffbc4713 97 7 17 23\neb5240688747eed5 51 59 67 82\n8e143c65e5b4d26a 144 163 164 166\nb1f978caa2322385 108 123 124 152\n10f4acad3ed87288 79 9 21 109\ne0c04ac07bda7e3a 112 35 48 135\na1ec70ded6cd5101 99 8 17 18\n2b1a013698fea3a1 67 81 88 90\n385f9444d20eb160 78 1 17 115\n01cefee9563f691a 151 67 97 162\n82d1a826975c52e4 60 61 64 68\n32ce9b303717a29d 138 27 144 156\nf546b4bb3f06e5ad 76 1 96 106\n32d2163aa65c0e8a 58 61 63 70\n005dd9a58df1ba3c 151 22 158 162\n8e59f255fe3902e1 95 0 11 32\n0be9a0dcbfe032f1 221 84 93 247\na0a4f9043abf3a26 69 2 8 76\n7918f829e9980861 67 1 2 68\n397b050e345d73fd 220 113 121 263\nf7f3946407cf906f 278 109 133 146\n5e76b1824c7ecb1f 150 20 177 179\n805f88603da57829 124 32 53 128\n28f59b68509ce59d 120 24 45 127\n4881a65d7476d6dd 80 5 108 114\ne885583f5cc4bce7 103 8 26 110\nfa95ce310f223e51 65 1 3 66\nacf6950165c4cf5b 120 140 148 150\n4df04a3ab680ac1d 231 138 156 158\n8d1bf350c50eb8cd 81 87 106 107\nc67003dad6fde3b3 151 33 154 173\na7f0e6b19b27514d 173 89 175 197\n671a9c24c0d9901c 72 23 94 101\n6495531b3f82982a 177 87 112 205\n8f06fd42b2f6e05f 84 0 12 99\n8bda4579f74b0e0a 138 23 24 152\nb6d4a0650cc6452e 68 6 92 107\n70c12e8b01c13d84 71 5 75 88\n0a3b5fb184936a83 143 55 68 171\nf48829b917629fe0 90 3 121 129\n0362399a61c18ad5 67 0 2 68\n677fb1dfc891a299 214 89 94 217\n0c89e266974e8b90 169 19 196 205\ne8312620692723b3 85 10 101 125\n68878f4a703824d3 92 0 96 106\nacd9c037002b6911 90 8 100 104\nb22b652e84a892fe 56 0 79 80\n6e77ac6af5163f5b 59 5 69 82\n8765f603d39777c2 100 14 25 110\n18be7c1b9895691f 75 0 1 2\nf6581a4f49944bf6 76 5 15 82\ne9c5eeb020300f1b 81 89 117 120\ncd9a89390417e020 69 11 102 111\n0ab14ffa7e541b0b 63 68 77 86\na296b1a0ad404fd1 107 48 116 117\ncca4cd545727bc9b 92 7 15 32\n07d1d5769e8d797c 72 0 5 79\nefaade844ab372e4 53 54 57 58\n19391676f0fc7982 45 51 55 69\n3a9c883b11e86530 269 115 273 274\nd3e50de7fa5ae1a7 63 3 75 80\n5cdd5df1368fa5fd 77 8 105 113\n57d0ba14855f013e 166 55 68 78\n6ff9543b0d6f4aaf 105 22 28 31\n51e54f65c553c2c2 61 0 1 2\n75e7ad763c3c7ff3 194 27 203 218\nac34fb6f1326b9a8 88 0 3 9\nb66065b1e0c52ea3 56 1 68 69\n763a4369298f49e2 115 12 127 131\n474afb2d4641a228 56 2 57 58\n5ab39a0b28f85faf 64 5 11 16\nd0af833524f5e2cb 69 1 70 80\nc758e9eff0a15a4b 67 3 7 77\n616098f6a248832e 90 91 98 117\n1a5cb7b09ea3f5fb 89 3 4 6\n7b5e55f473acc0f9 235 74 80 275\nf4a912a0332977a1 242 138 159 254\n1b14e662c17cb551 49 59 60 66\na61ff0ab88de2f6a 79 1 13 110\n9332267aaa909fae 68 1 4 69\n50b76734a7d889e3 121 32 144 154\nd84828a1616c2dc8 63 97 105 106\n784975164be6eacb 78 105 111 121\n6cbca4e323733c42 141 58 59 74\n8e03180ac2759a96 117 122 158 162\n75582cbea897284c 73 5 7 74\nf91749843a42fa3e 149 26 31 43\nb43f7a3f38045f13 88 20 34 96\n9519d8f8fd1623ce 99 114 124 125\n1d748783383ad977 112 0 6 9\n78b565622959e5cf 250 125 141 259\nefca775665694e1b 179 41 46 209\n62f8f5844cdc594a 80 17 22 124\nd4c12afa38b26688 177 17 191 205\n8b6b583586aa03ee 72 0 1 2\ne26a74786a4eaf3b 63 68 70 92\nec717ef4a8b15e98 253 174 265 267\nf9d855cd843f677c 128 11 34 159\nd98c0820f2511ffd 73 82 83 96\nce7cf79d19333573 80 11 17 18\nb43bfacd1a63356f 123 124 138 159\n2c04a38ae16197b2 153 156 162 178\nac96cadf3d4e6d26 46 52 55 57\n33a3f65849195eba 189 62 82 226\n0fe2286088ece98e 69 71 100 110\n83f5406c11a2e5b3 100 114 129 138\n04db26572a791881 208 92 222 228\n1c36b2b8144d29ec 167 78 207 210\n573b63f64db569a4 119 1 19 124\ncdd1956f97be9e04 90 1 5 93\n2beffa088960f673 119 15 19 135\nb350a0fc9c337882 132 26 138 141\ndc321ea878f93a88 91 2 103 124\n24f06a46ea08c03c 46 47 48 54\n8127997a38df9d32 67 4 9 69\ned4717f1dec4c0e3 199 105 120 140\nf72c61c75ffb1e86 97 8 125 138\n75b2b6629bb28af0 134 2 42 44\nb14287232708212a 85 15 29 98\n551a609c693a64a9 80 8 13 86\n20fba1d53c349851 149 68 180 181\n37b0b70a1a0c25d3 121 0 8 9\n4ea47ca106e3b83b 90 22 28 37\n52b4e3baca85462a 204 116 214 241\nfb4489f97dae5c24 106 20 38 114\n57e484f704e5ef90 124 59 67 128\n94c5fa38a09d9b22 78 24 30 31\n83b6a9a916fef572 107 114 115 133\n2e7b5f8836ab642c 89 0 29 91\n401a94bd9d84f501 94 14 103 130\n0b1e61c69c98026b 219 159 169 225\n13c510a7403f8231 46 55 56 60\n0752baf20fbc2285 97 124 128 142\ne35714cd85b7ebf6 62 2 85 93\n01b08e2f20321127 59 1 60 61\nff6d8ab35e042db5 88 97 99 125\n9b01b957c87a806c 75 10 13 79\ncbee8e9baf6ec02a 78 83 94 107\nc27cfc716fe937f9 224 143 154 233\n5464c24c194fa83b 53 61 69 70\n314c56aad151508d 96 101 103 107\n9a809a86bef6bf4b 51 75 79 91\n0ba1cadcb191dc0a 48 62 78 90\n8881af3cef16aa0b 74 1 98 107\n940c65ee33e2a577 174 43 62 80\nff44d62ec2299bc2 143 10 11 150\n2a695d52faf1949e 277 177 182 278\n518e2b4ced2a598e 160 21 40 172\n5dbd501fca3ef5c4 70 4 82 100\n9e978acf88f43f07 70 12 15 23\n794036d0ce41e0ad 140 27 143 145\ned5a2ed397ff7534 132 23 134 165\n857500a0287b787f 115 12 14 140\ncf5bce96562e21be 72 76 93 115\nfbe07215a258c7ed 53 62 70 74\n04145b4b73b2d313 84 19 25 35\n5ed70546a84eaf78 143 60 63 146\nb56b799c550929c9 128 41 57 58\ne6ab17cb48acf199 47 49 50 67\nbfb463dc1365bbdb 260 115 157 159\n4e50d5610be16ce1 210 100 110 215\nf4b43ba2d40a0708 104 2 5 10\n296c87d370b03f17 60 2 4 12\n39b58270c2e99310 93 17 20 111\n57f26cc9f1f34029 164 177 183 195\n8819bc042432074f 110 113 121 127\n7c6cdfaca37c48f3 47 48 51 52\n22274e48b847c860 49 51 53 56\n0afdc571e4667a44 113 11 13 47\ndf88a82a3aefc353 52 0 55 57\nb5e5379e3693dad0 53 54 57 62\nd8a6f5f5687ee167 107 24 126 127\na6b970850820eb5a 120 6 16 131\n64e5fbea472829b4 67 5 68 76\n70c4101cccab79a0 46 0 47 51\n02679535c5f06a19 54 1 3 57\n3ac32347c3ff7d38 72 3 79 87\n004e9db3337e8206 121 9 10 155\n0f7267e7e369b7d6 53 1 55 56\nde239c7da4d3d6a3 273 174 194 208\ne7cb1f56ac69308a 160 8 179 189\n776e483e0e5af39e 97 4 135 140\n1d8017cad8dc1d56 50 53 60 66\n08868143749f321b 225 109 226 233\n3dba9cb74bfb79b2 93 4 20 102\n3c84329b60bfa7cb 87 1 10 33\n71e9d0f8983daac5 126 140 144 150\na7d4344a1a84cb19 53 0 71 92\n4b461c1ec52a3076 77 5 15 17\n5d9d555bb2294681 49 60 66 69\nfa9029a71d807702 80 86 113 117\n9458c5a8ea666ee5 189 63 82 190\n0bb99505a71035cc 275 167 170 202\n9cda0343fa3ced47 55 65 84 88\n73ed097f3e2514c9 92 0 99 113\n3115672ced7c5694 70 74 76 80\n838f8ed446b97771 94 0 31 36\n66e23fd2bd03ede9 105 26 35 112\nb939977bcb278c53 130 34 46 76\n53a47129f3b14bcb 81 93 94 97\n02b59cd60efb924e 123 13 17 33\nf99730b487e57e9b 200 201 207 240\nf3165d5685e527c0 106 21 42 107\n706f41667bc5079c 53 58 65 66\n5533a28eb1f53b0e 73 1 76 89\n34ee7f63d7f4aaf5 103 5 9 112\nd69b375a66fcb363 139 37 61 63\nd57f52c12e2d2189 93 1 20 112\nbfc904268b353078 66 4 85 92\n7591c0ad03afa12b 178 66 189 196\nfee67103bcabbb0a 48 0 77 90\nc18ae4bd02a7a0bc 198 203 221 236\ndbc6ba567d294605 69 1 7 70\n99bf0dc41a750511 106 5 115 151\n01a5cc3805e94c21 75 2 83 93\n1c11709814a1a2f2 75 2 6 100\n735d90ea3aaf7c40 82 2 31 84\n91f141243221d23b 106 116 124 134\neda12a56bec73fa9 117 38 39 57\n8967c2f6fc92e3fc 250 122 137 158\n41a55418bee59b11 248 80 104 273\ne0825c823e45766d 99 21 26 38\n53c2b1665c48143f 81 9 15 19\ned01315968288adf 261 162 273 278\ne06cf2b1d0bf7ad5 70 97 104 109\n502ee418913c021a 73 2 5 6\ne1b01f602c0afa9e 56 10 59 60\n579983b1a3881a69 114 7 25 117\nf18361c62baa1175 95 23 97 116\nb19fa84e53dddf3f 157 165 168 180\nfe04a079dc651d9b 164 60 167 200\n02ee66b3efbf3b0a 159 20 171 197\n1b065d2ce77f9862 50 0 1 51\n0bcde26e5a802638 262 141 150 151\n94e30386dc2a93a7 66 0 69 75\n129b5e9b80cc4b4b 220 230 259 264\n31ee8cabc96b9a62 92 10 95 103\n40f6d540b9b16531 92 99 100 118\n1a0f8c49b336ec38 225 70 73 267\n3edff71624eac3ee 74 80 94 105\n5206d9e5172df68f 196 41 48 65\n482ce5c63038e5b4 51 0 3 61\n724928496fafcf03 120 59 131 161\n0b8e670f98cf5083 51 0 2 5\n896bc858b59cf508 151 32 163 164\n0e2f2538b26a179c 115 13 138 159\n1d9254a5cb93d4ff 133 43 71 73\n25f590b3de5b28e8 107 13 14 117\na92aa47e1df70c77 135 8 27 146\ne73ee867c3834f3d 108 21 28 151\na4ff3ff3466c47c2 46 49 53 55\n2837dd5c75e026f5 90 12 17 33\ne9338055d8f521ad 105 25 28 34\nd069fcb4a4c1e9eb 55 0 56 57\n58f9876a3e443302 57 5 58 67\n1c8d34a791deaaf1 96 19 27 105\n2b8f367d01df3601 79 82 86 105\nce6c6d81af6b62cd 61 64 65 67\ne9651dfa09c273f8 150 70 185 187\ndce5f59c6e33b5df 55 3 67 69\n6650470bb0abb23d 150 40 47 161\n80d21c1f8300db84 84 29 112 126\n8695b9a43979ed6c 121 0 5 6\nbc8adae3d0c73ba2 65 6 7 17\nf0d8ce5ccb80bece 86 98 101 106\n3fe382b2ae6c9361 90 7 19 35"
  },
  {
    "path": "splits/re10k_mine_filtered/test_files.txt",
    "content": "249fd0890d439aa9 141 146 151 151\n249fd0890d439aa9 81 86 91 60\n249fd0890d439aa9 113 118 123 142\n249fd0890d439aa9 125 130 135 141\n249fd0890d439aa9 132 137 142 117\n5ee1c192797bb121 1 6 11 16\n5ee1c192797bb121 74 79 84 54\n5ee1c192797bb121 126 131 136 124\n5ee1c192797bb121 135 140 4 118\n5ee1c192797bb121 102 107 112 83\n1dad44855584a4ea 31 36 41 40\n1dad44855584a4ea 41 46 51 46\n1dad44855584a4ea 23 28 33 12\n1dad44855584a4ea 12 17 22 24\n1dad44855584a4ea 29 34 39 25\n18a86c01aaaaaa8b 61 66 71 64\n18a86c01aaaaaa8b 18 23 28 20\n18a86c01aaaaaa8b 96 101 106 88\n18a86c01aaaaaa8b 97 102 107 73\n18a86c01aaaaaa8b 62 67 72 86\n878a35091763d3ce 80 85 90 98\n878a35091763d3ce 37 42 47 65\n878a35091763d3ce 88 93 98 93\n878a35091763d3ce 121 126 131 134\n878a35091763d3ce 59 64 69 76\n5dbf866479511338 20 25 30 26\n5dbf866479511338 47 52 57 36\n5dbf866479511338 56 61 66 50\n5dbf866479511338 28 33 38 47\n5dbf866479511338 14 19 24 13\n8124e22a832f1c22 9 14 19 38\n8124e22a832f1c22 57 62 67 42\n8124e22a832f1c22 3 8 13 18\n8124e22a832f1c22 61 66 67 31\n8124e22a832f1c22 63 67 67 39\n70c12e8b01c13d84 56 61 66 43\n70c12e8b01c13d84 52 57 62 80\n70c12e8b01c13d84 59 64 69 69\n70c12e8b01c13d84 80 85 90 62\n70c12e8b01c13d84 51 56 61 62\n5a15212752d1659a 76 81 86 77\n5a15212752d1659a 114 119 124 123\n5a15212752d1659a 36 41 46 30\n5a15212752d1659a 70 75 80 72\n5a15212752d1659a 53 58 63 37\na18f5d8a3c80ddc3 73 78 83 102\na18f5d8a3c80ddc3 151 156 161 145\na18f5d8a3c80ddc3 76 81 86 90\na18f5d8a3c80ddc3 2 7 12 1\na18f5d8a3c80ddc3 143 148 153 140\ne2cd09b4dc82ba9b 21 26 31 34\ne2cd09b4dc82ba9b 93 98 103 70\ne2cd09b4dc82ba9b 13 18 23 12\ne2cd09b4dc82ba9b 46 51 56 71\ne2cd09b4dc82ba9b 16 21 26 43\n7c9971fb046c8d9a 46 51 56 44\n7c9971fb046c8d9a 19 24 29 34\n7c9971fb046c8d9a 97 99 99 89\n7c9971fb046c8d9a 3 8 13 2\n7c9971fb046c8d9a 52 57 62 50\n59ca699e5d4e8358 144 149 154 123\n59ca699e5d4e8358 105 110 115 101\n59ca699e5d4e8358 209 214 219 218\n59ca699e5d4e8358 192 197 202 217\n59ca699e5d4e8358 81 86 91 95\nd4745b3e1bf70910 34 39 44 52\nd4745b3e1bf70910 56 61 62 40\nd4745b3e1bf70910 58 62 62 45\nd4745b3e1bf70910 17 22 27 38\nd4745b3e1bf70910 44 49 54 49\n5f75672448394958 146 151 156 138\n5f75672448394958 108 113 118 89\n5f75672448394958 127 132 137 101\n5f75672448394958 150 155 160 156\n5f75672448394958 158 163 163 129\nd590898a3412d9db 24 29 34 35\nd590898a3412d9db 17 22 27 28\nd590898a3412d9db 42 47 50 15\nd590898a3412d9db 23 28 33 6\nd590898a3412d9db 28 33 38 23\n0a9f2831a3e73de8 122 127 132 109\n0a9f2831a3e73de8 115 120 125 133\n0a9f2831a3e73de8 39 44 49 23\n0a9f2831a3e73de8 61 66 71 51\n0a9f2831a3e73de8 136 139 139 118\n9dd571bfa9a0ef35 38 43 48 49\n9dd571bfa9a0ef35 34 39 44 56\n9dd571bfa9a0ef35 76 3 8 74\n9dd571bfa9a0ef35 75 2 7 60\n9dd571bfa9a0ef35 56 61 66 44\nedaf13c2d419ff89 8 13 18 35\nedaf13c2d419ff89 60 65 70 65\nedaf13c2d419ff89 36 41 46 47\nedaf13c2d419ff89 44 49 54 50\nedaf13c2d419ff89 26 31 36 29\n7fdee044fb73c083 57 62 67 46\n7fdee044fb73c083 50 55 60 40\n7fdee044fb73c083 42 47 52 39\n7fdee044fb73c083 7 12 17 6\n7fdee044fb73c083 30 35 40 1\ne54631e5313e78d7 108 113 118 106\ne54631e5313e78d7 126 131 136 142\ne54631e5313e78d7 172 177 182 173\ne54631e5313e78d7 50 55 60 78\ne54631e5313e78d7 135 140 145 147\n941c331f91485d6a 66 71 76 56\n941c331f91485d6a 43 48 53 28\n941c331f91485d6a 41 46 51 29\n941c331f91485d6a 121 124 124 92\n941c331f91485d6a 48 53 58 39\n5dadb9b615a66714 6 11 16 33\n5dadb9b615a66714 110 114 114 109\n5dadb9b615a66714 16 21 26 15\n5dadb9b615a66714 109 114 114 94\n5dadb9b615a66714 94 99 104 78\n8c983cad2af0c7cd 63 68 73 92\n8c983cad2af0c7cd 254 259 264 270\n8c983cad2af0c7cd 25 30 35 21\n8c983cad2af0c7cd 132 137 142 120\n8c983cad2af0c7cd 37 42 47 64\n1a886edceaab12f3 50 55 60 26\n1a886edceaab12f3 59 64 69 62\n1a886edceaab12f3 5 10 15 25\n1a886edceaab12f3 43 48 53 70\n1a886edceaab12f3 85 89 89 67\n54a1bceb5d97272d 175 180 185 186\n54a1bceb5d97272d 19 24 29 27\n54a1bceb5d97272d 142 147 152 152\n54a1bceb5d97272d 13 18 23 41\n54a1bceb5d97272d 35 40 45 53\n7bc7093322a2cd9e 49 54 59 32\n7bc7093322a2cd9e 14 19 24 4\n7bc7093322a2cd9e 48 53 58 65\n7bc7093322a2cd9e 60 65 70 37\n7bc7093322a2cd9e 36 41 46 34\n70b0a33083333dc9 58 63 68 56\n70b0a33083333dc9 12 17 22 21\n70b0a33083333dc9 27 32 37 16\n70b0a33083333dc9 11 16 21 20\n70b0a33083333dc9 9 14 19 32\n48614bc62c3acbf8 114 119 123 99\n48614bc62c3acbf8 115 120 123 103\n48614bc62c3acbf8 118 123 123 94\n48614bc62c3acbf8 46 51 56 54\n48614bc62c3acbf8 39 44 49 49\n955d8d05e49068a5 26 31 36 13\n955d8d05e49068a5 14 19 24 33\n955d8d05e49068a5 21 26 31 42\n955d8d05e49068a5 11 16 21 7\n955d8d05e49068a5 36 41 46 15\n0aa8646901d156e4 68 73 74 68\n0aa8646901d156e4 24 29 34 24\n0aa8646901d156e4 53 58 63 24\n0aa8646901d156e4 36 41 46 32\n0aa8646901d156e4 15 20 25 6\ne246e21cf08b2748 171 176 179 163\ne246e21cf08b2748 173 178 179 162\ne246e21cf08b2748 92 97 102 109\ne246e21cf08b2748 10 15 20 32\ne246e21cf08b2748 27 32 37 49\nc784513cdfd24124 100 105 110 90\nc784513cdfd24124 97 102 107 93\nc784513cdfd24124 27 32 37 16\nc784513cdfd24124 37 42 47 44\nc784513cdfd24124 17 22 27 34\n14cdf4aa7a2de14b 15 20 25 36\n14cdf4aa7a2de14b 249 254 259 264\n14cdf4aa7a2de14b 195 200 205 169\n14cdf4aa7a2de14b 55 60 65 38\n14cdf4aa7a2de14b 186 191 196 192\nd942e48c948b3546 8 13 18 22\nd942e48c948b3546 15 20 25 20\nd942e48c948b3546 107 112 117 99\nd942e48c948b3546 81 86 91 97\nd942e48c948b3546 52 57 62 36\n022a21a897f2a904 88 93 98 87\n022a21a897f2a904 0 5 10 2\n022a21a897f2a904 21 26 31 19\n022a21a897f2a904 10 15 20 33\n022a21a897f2a904 30 35 40 28\n25b3854e6efb747d 13 18 23 20\n25b3854e6efb747d 103 108 110 85\n25b3854e6efb747d 86 91 96 58\n25b3854e6efb747d 88 93 98 63\n25b3854e6efb747d 95 100 105 80\ne9d397952be37ca7 62 67 72 42\ne9d397952be37ca7 67 72 77 49\ne9d397952be37ca7 39 44 49 15\ne9d397952be37ca7 70 75 78 45\ne9d397952be37ca7 15 20 25 18\neb5c5ca62bdfba55 139 144 149 164\neb5c5ca62bdfba55 114 119 124 88\neb5c5ca62bdfba55 62 67 72 47\neb5c5ca62bdfba55 55 60 65 79\neb5c5ca62bdfba55 132 137 142 147\ne152961d6260d8e4 20 25 30 2\ne152961d6260d8e4 68 73 78 70\ne152961d6260d8e4 89 94 99 75\ne152961d6260d8e4 44 49 54 39\ne152961d6260d8e4 80 85 90 103\ne0cb68eea3732560 95 100 105 73\ne0cb68eea3732560 6 11 16 9\ne0cb68eea3732560 78 83 88 77\ne0cb68eea3732560 14 19 24 27\ne0cb68eea3732560 35 40 45 49\n42b086af2a1e5d98 104 109 114 74\n42b086af2a1e5d98 139 144 149 150\n42b086af2a1e5d98 16 21 26 36\n42b086af2a1e5d98 121 126 131 145\n42b086af2a1e5d98 168 169 169 161\necc603a8956fc2ce 95 100 105 89\necc603a8956fc2ce 109 114 119 110\necc603a8956fc2ce 124 129 134 134\necc603a8956fc2ce 66 71 76 95\necc603a8956fc2ce 57 62 67 28\n02b618a34bc12ff9 183 188 193 165\n02b618a34bc12ff9 16 21 26 3\n02b618a34bc12ff9 210 215 220 180\n02b618a34bc12ff9 104 109 114 108\n02b618a34bc12ff9 58 63 68 42\n3c44d53659dbe4fe 147 152 157 142\n3c44d53659dbe4fe 92 97 102 108\n3c44d53659dbe4fe 150 155 160 143\n3c44d53659dbe4fe 141 146 151 145\n3c44d53659dbe4fe 169 174 174 142\nec176790f27fb962 16 21 26 24\nec176790f27fb962 32 37 42 47\nec176790f27fb962 41 46 51 17\nec176790f27fb962 44 49 54 33\nec176790f27fb962 48 53 58 48\neab4683c60345350 220 225 230 196\neab4683c60345350 85 90 95 77\neab4683c60345350 143 148 153 164\neab4683c60345350 48 53 58 75\neab4683c60345350 97 102 107 108\ned01315968288adf 70 75 80 98\ned01315968288adf 221 226 231 243\ned01315968288adf 148 153 158 143\ned01315968288adf 171 176 181 183\ned01315968288adf 201 206 211 199\n7f6ca18d29449b97 94 99 100 86\n7f6ca18d29449b97 32 37 42 15\n7f6ca18d29449b97 9 14 19 23\n7f6ca18d29449b97 80 85 90 86\n7f6ca18d29449b97 97 100 100 93\n600fdd0b896e4d57 149 154 159 176\n600fdd0b896e4d57 1 6 11 24\n600fdd0b896e4d57 47 52 57 17\n600fdd0b896e4d57 108 113 118 88\n600fdd0b896e4d57 25 30 35 39\n82c1e9362c985729 13 18 23 105\n82c1e9362c985729 17 22 27 37\n82c1e9362c985729 81 86 91 75\n82c1e9362c985729 93 98 103 0\n82c1e9362c985729 0 5 10 104\n9fa5924d53e1ca57 76 81 86 60\n9fa5924d53e1ca57 263 268 273 234\n9fa5924d53e1ca57 260 265 270 260\n9fa5924d53e1ca57 181 186 191 182\n9fa5924d53e1ca57 145 150 155 152\n5aa4837f65df42a2 66 67 67 66\n5aa4837f65df42a2 36 41 46 22\n5aa4837f65df42a2 8 13 18 16\n5aa4837f65df42a2 24 29 34 46\n5aa4837f65df42a2 50 55 60 52\nf3a0d9d2582a3337 142 147 152 119\nf3a0d9d2582a3337 178 183 188 167\nf3a0d9d2582a3337 105 110 115 110\nf3a0d9d2582a3337 143 148 153 132\nf3a0d9d2582a3337 71 76 81 66\n0e8995dcbdd22f48 188 193 198 163\n0e8995dcbdd22f48 79 84 89 63\n0e8995dcbdd22f48 265 270 275 273\n0e8995dcbdd22f48 117 122 127 87\n0e8995dcbdd22f48 88 93 98 68\nd134516c04e55995 72 77 79 43\nd134516c04e55995 62 67 72 50\nd134516c04e55995 51 56 61 62\nd134516c04e55995 64 69 74 47\nd134516c04e55995 19 24 29 10\nb01dee5ba37bee65 30 35 40 37\nb01dee5ba37bee65 43 48 53 45\nb01dee5ba37bee65 13 18 23 38\nb01dee5ba37bee65 54 59 64 51\nb01dee5ba37bee65 71 76 81 42\nda6c1d011315f203 46 51 56 46\nda6c1d011315f203 23 28 33 46\nda6c1d011315f203 1 6 11 7\nda6c1d011315f203 57 62 67 66\nda6c1d011315f203 55 60 65 64\nb8669d41d8505402 117 122 127 110\nb8669d41d8505402 221 226 231 246\nb8669d41d8505402 127 132 137 123\nb8669d41d8505402 192 197 202 193\nb8669d41d8505402 120 125 130 146\nfe04a079dc651d9b 100 105 110 91\nfe04a079dc651d9b 51 56 61 28\nfe04a079dc651d9b 94 99 104 70\nfe04a079dc651d9b 33 38 43 55\nfe04a079dc651d9b 48 53 58 20\nedafc8e354ce22e2 88 93 98 103\nedafc8e354ce22e2 50 55 60 76\nedafc8e354ce22e2 176 181 186 160\nedafc8e354ce22e2 82 87 92 97\nedafc8e354ce22e2 177 182 187 166\nbf2cce4dafaeceda 61 66 71 78\nbf2cce4dafaeceda 167 172 177 138\nbf2cce4dafaeceda 85 90 95 93\nbf2cce4dafaeceda 147 152 157 130\nbf2cce4dafaeceda 12 17 22 10\n71e6127ee98db5ee 66 71 76 81\n71e6127ee98db5ee 1 6 11 27\n71e6127ee98db5ee 33 38 43 24\n71e6127ee98db5ee 2 7 12 5\n71e6127ee98db5ee 38 43 48 66\n7279cead5e739056 35 40 45 19\n7279cead5e739056 6 11 16 6\n7279cead5e739056 68 73 74 57\n7279cead5e739056 26 31 36 5\n7279cead5e739056 0 5 10 17\n8afa074689f59f7d 76 81 86 69\n8afa074689f59f7d 50 55 60 22\n8afa074689f59f7d 44 49 54 34\n8afa074689f59f7d 134 139 144 121\n8afa074689f59f7d 53 58 63 38\n30006eb23f62aa57 9 14 19 30\n30006eb23f62aa57 87 92 93 61\n30006eb23f62aa57 61 66 71 62\n30006eb23f62aa57 15 20 25 22\n30006eb23f62aa57 80 85 90 88\n0d4b941f4678267b 44 49 54 16\n0d4b941f4678267b 82 87 92 81\n0d4b941f4678267b 41 46 51 48\n0d4b941f4678267b 17 22 27 27\n0d4b941f4678267b 68 73 78 55\n12a5cf6bbe330edb 18 23 28 27\n12a5cf6bbe330edb 132 137 142 134\n12a5cf6bbe330edb 233 238 243 230\n12a5cf6bbe330edb 203 208 213 183\n12a5cf6bbe330edb 217 222 227 235\n460455f96fa1a1d6 46 51 56 17\n460455f96fa1a1d6 55 57 57 45\n460455f96fa1a1d6 35 40 45 42\n460455f96fa1a1d6 11 16 21 16\n460455f96fa1a1d6 6 11 16 27\nba23b8c900ff47d5 17 22 27 23\nba23b8c900ff47d5 53 58 63 34\nba23b8c900ff47d5 143 148 153 127\nba23b8c900ff47d5 68 73 78 51\nba23b8c900ff47d5 62 67 72 38\n16ed45d1ce9017df 101 106 111 88\n16ed45d1ce9017df 49 54 59 40\n16ed45d1ce9017df 33 38 43 59\n16ed45d1ce9017df 111 111 111 94\n16ed45d1ce9017df 54 59 64 47\n37d4e43b2b029a80 74 79 84 59\n37d4e43b2b029a80 111 116 121 126\n37d4e43b2b029a80 20 25 30 38\n37d4e43b2b029a80 55 60 65 72\n37d4e43b2b029a80 128 133 136 115\n37a960afb176c485 105 110 115 92\n37a960afb176c485 21 26 31 20\n37a960afb176c485 5 10 15 20\n37a960afb176c485 115 120 125 119\n37a960afb176c485 127 132 137 152\n395caf9235fde098 152 157 162 170\n395caf9235fde098 151 156 161 143\n395caf9235fde098 44 49 54 42\n395caf9235fde098 75 80 85 95\n395caf9235fde098 76 81 86 97\nbd866d25ab1390fd 252 257 262 271\nbd866d25ab1390fd 233 238 243 237\nbd866d25ab1390fd 142 147 152 132\nbd866d25ab1390fd 225 230 235 228\nbd866d25ab1390fd 171 176 181 199\n4bf0a2a23df813f4 20 25 30 47\n4bf0a2a23df813f4 41 46 49 33\n4bf0a2a23df813f4 45 49 49 22\n4bf0a2a23df813f4 5 10 15 18\n4bf0a2a23df813f4 24 29 34 16\n3b84ac07fd85bb3f 5 10 15 13\n3b84ac07fd85bb3f 6 11 16 12\n3b84ac07fd85bb3f 19 24 29 38\n3b84ac07fd85bb3f 52 57 62 26\n3b84ac07fd85bb3f 32 37 42 33\n493bb055f33cb256 50 55 60 58\n493bb055f33cb256 5 10 15 8\n493bb055f33cb256 43 48 53 65\n493bb055f33cb256 24 29 34 25\n493bb055f33cb256 31 36 41 26\n024152256b6bcac7 107 112 117 106\n024152256b6bcac7 65 70 75 75\n024152256b6bcac7 95 100 105 86\n024152256b6bcac7 92 97 102 91\n024152256b6bcac7 52 57 62 53\n62454a648af0bab2 4 9 14 30\n62454a648af0bab2 34 39 44 12\n62454a648af0bab2 9 14 19 13\n62454a648af0bab2 10 15 20 36\n62454a648af0bab2 20 25 30 21\n4a763e1b87e495a7 22 27 32 7\n4a763e1b87e495a7 36 41 46 40\n4a763e1b87e495a7 39 44 49 54\n4a763e1b87e495a7 1 6 11 1\n4a763e1b87e495a7 79 84 89 88\n166bb958d7f4798a 110 115 120 102\n166bb958d7f4798a 66 71 76 95\n166bb958d7f4798a 96 101 106 111\n166bb958d7f4798a 100 105 110 101\n166bb958d7f4798a 167 172 177 152\n916c6909809a7e55 12 17 22 1\n916c6909809a7e55 56 61 66 27\n916c6909809a7e55 66 71 73 39\n916c6909809a7e55 4 9 14 0\n916c6909809a7e55 22 27 32 38\n2eb515bff528d3c3 156 161 166 167\n2eb515bff528d3c3 52 57 62 40\n2eb515bff528d3c3 33 38 43 47\n2eb515bff528d3c3 90 95 100 107\n2eb515bff528d3c3 135 140 145 138\ndad1b603017c685e 0 5 10 16\ndad1b603017c685e 34 39 44 21\ndad1b603017c685e 110 115 118 118\ndad1b603017c685e 61 66 71 38\ndad1b603017c685e 53 58 63 25\n9e585ebbacb3e94c 238 243 248 227\n9e585ebbacb3e94c 109 114 119 135\n9e585ebbacb3e94c 205 210 215 213\n9e585ebbacb3e94c 277 278 278 269\n9e585ebbacb3e94c 242 247 252 264\nff20a3e943ea6d63 132 137 142 130\nff20a3e943ea6d63 26 31 36 44\nff20a3e943ea6d63 178 183 188 170\nff20a3e943ea6d63 14 19 24 10\nff20a3e943ea6d63 175 180 185 193\n6cbe92f07b0e2adb 66 71 76 50\n6cbe92f07b0e2adb 121 126 131 96\n6cbe92f07b0e2adb 18 23 28 37\n6cbe92f07b0e2adb 124 129 134 116\n6cbe92f07b0e2adb 110 115 120 139\ne7fefb3b4d663b19 25 30 35 11\ne7fefb3b4d663b19 145 149 149 115\ne7fefb3b4d663b19 104 109 114 80\ne7fefb3b4d663b19 148 149 149 138\ne7fefb3b4d663b19 134 139 144 114\n2c596a5abfd67267 38 43 48 35\n2c596a5abfd67267 40 45 50 37\n2c596a5abfd67267 97 102 107 118\n2c596a5abfd67267 11 16 21 38\n2c596a5abfd67267 10 15 20 35\n17a39d87a22ac1ec 113 118 123 103\n17a39d87a22ac1ec 153 158 163 169\n17a39d87a22ac1ec 260 265 270 261\n17a39d87a22ac1ec 98 103 108 118\n17a39d87a22ac1ec 130 135 140 125\n2c02607ae436a9fb 40 45 50 53\n2c02607ae436a9fb 264 269 274 241\n2c02607ae436a9fb 272 277 278 245\n2c02607ae436a9fb 186 191 196 162\n2c02607ae436a9fb 165 170 175 188\n809859830a3e0e55 198 203 208 195\n809859830a3e0e55 210 215 220 185\n809859830a3e0e55 50 55 60 78\n809859830a3e0e55 68 73 78 75\n809859830a3e0e55 138 143 148 108\na04f7fefc94aa50d 5 10 15 5\na04f7fefc94aa50d 12 17 22 21\na04f7fefc94aa50d 90 95 100 87\na04f7fefc94aa50d 96 101 106 114\na04f7fefc94aa50d 70 75 80 92\n727fd875da49f556 97 102 107 112\n727fd875da49f556 40 45 50 15\n727fd875da49f556 152 157 159 149\n727fd875da49f556 19 24 29 0\n727fd875da49f556 20 25 30 28\nf29b5228969d056f 82 87 92 77\nf29b5228969d056f 73 78 83 49\nf29b5228969d056f 124 129 134 131\nf29b5228969d056f 188 193 198 161\nf29b5228969d056f 49 54 59 76\na1f61ad8d835afdc 23 28 33 51\na1f61ad8d835afdc 254 259 264 258\na1f61ad8d835afdc 157 162 167 133\na1f61ad8d835afdc 186 191 196 158\na1f61ad8d835afdc 231 236 241 224\neefe8215fcf03eb6 50 55 60 54\neefe8215fcf03eb6 59 64 69 59\neefe8215fcf03eb6 53 58 63 67\neefe8215fcf03eb6 39 44 49 31\neefe8215fcf03eb6 4 9 14 1\nb13191b0346bee85 4 9 14 15\nb13191b0346bee85 12 17 22 5\nb13191b0346bee85 2 7 12 30\nb13191b0346bee85 60 65 68 55\nb13191b0346bee85 67 68 68 45\n91cc6b3e23fa91f4 55 60 65 53\n91cc6b3e23fa91f4 107 112 117 115\n91cc6b3e23fa91f4 266 271 276 240\n91cc6b3e23fa91f4 60 65 70 62\n91cc6b3e23fa91f4 244 249 254 242\n851755ccbadc0ddd 253 258 263 250\n851755ccbadc0ddd 88 93 98 85\n851755ccbadc0ddd 215 220 225 197\n851755ccbadc0ddd 263 268 273 273\n851755ccbadc0ddd 42 47 52 41\n3d6ed8b43655929b 23 28 33 9\n3d6ed8b43655929b 36 41 46 46\n3d6ed8b43655929b 16 21 26 38\n3d6ed8b43655929b 44 49 54 69\n3d6ed8b43655929b 4 9 14 14\n9ec7e84448107a83 6 11 16 19\n9ec7e84448107a83 12 17 22 1\n9ec7e84448107a83 66 71 76 83\n9ec7e84448107a83 137 142 147 1\n9ec7e84448107a83 104 109 114 75\n915b32960b74b4cd 58 63 68 31\n915b32960b74b4cd 25 30 35 39\n915b32960b74b4cd 13 18 23 2\n915b32960b74b4cd 34 39 44 63\n915b32960b74b4cd 17 22 27 34\ne6fb69436b9345c2 257 262 267 269\ne6fb69436b9345c2 207 212 217 215\ne6fb69436b9345c2 262 267 272 247\ne6fb69436b9345c2 278 278 278 250\ne6fb69436b9345c2 16 21 26 3\n7f93530fb1cafcf7 97 102 107 106\n7f93530fb1cafcf7 4 9 14 28\n7f93530fb1cafcf7 34 39 44 36\n7f93530fb1cafcf7 54 59 64 67\n7f93530fb1cafcf7 51 56 61 33\n430c6d1f8676fabc 76 81 86 79\n430c6d1f8676fabc 234 239 244 212\n430c6d1f8676fabc 87 92 97 90\n430c6d1f8676fabc 165 170 175 185\n430c6d1f8676fabc 158 161 161 161\nc48f19e2ffa52523 36 41 46 52\nc48f19e2ffa52523 180 185 190 198\nc48f19e2ffa52523 266 271 276 276\nc48f19e2ffa52523 56 61 66 64\nc48f19e2ffa52523 45 50 55 73\nb2d62a9604b7895d 31 36 41 28\nb2d62a9604b7895d 43 48 53 47\nb2d62a9604b7895d 49 54 59 38\nb2d62a9604b7895d 38 43 48 18\nb2d62a9604b7895d 40 45 50 38\nd3f042a25dcde9ff 122 127 132 126\nd3f042a25dcde9ff 129 134 139 106\nd3f042a25dcde9ff 254 259 264 239\nd3f042a25dcde9ff 262 267 272 263\nd3f042a25dcde9ff 197 202 207 207\n83177c0ce1d7daf9 56 61 66 50\n83177c0ce1d7daf9 54 59 64 38\n83177c0ce1d7daf9 96 101 106 98\n83177c0ce1d7daf9 124 129 134 149\n83177c0ce1d7daf9 20 25 30 10\n86874c01355a2bcb 62 67 72 54\n86874c01355a2bcb 59 64 69 39\n86874c01355a2bcb 16 21 26 30\n86874c01355a2bcb 71 76 81 89\n86874c01355a2bcb 129 133 133 105\n76f2d6981e00d952 96 101 106 78\n76f2d6981e00d952 175 180 185 185\n76f2d6981e00d952 75 80 85 80\n76f2d6981e00d952 84 89 94 108\n76f2d6981e00d952 139 144 149 133\n1f084607245e4462 41 46 51 53\n1f084607245e4462 5 10 15 30\n1f084607245e4462 161 166 171 154\n1f084607245e4462 143 148 153 154\n1f084607245e4462 67 72 77 77\n51326184637b91ac 41 46 51 39\n51326184637b91ac 42 47 52 12\n51326184637b91ac 93 98 100 66\n51326184637b91ac 83 88 93 69\n51326184637b91ac 60 65 70 69\n8c3cf8cab7fcc03e 81 86 91 74\n8c3cf8cab7fcc03e 0 5 10 16\n8c3cf8cab7fcc03e 49 54 59 55\n8c3cf8cab7fcc03e 133 138 143 160\n8c3cf8cab7fcc03e 142 147 152 148\n07b667b34838336d 98 101 101 91\n07b667b34838336d 25 30 35 15\n07b667b34838336d 54 59 64 71\n07b667b34838336d 48 53 58 63\n07b667b34838336d 96 101 101 79\ne3e3c593f428ff54 61 66 71 90\ne3e3c593f428ff54 165 170 172 143\ne3e3c593f428ff54 63 68 73 84\ne3e3c593f428ff54 60 65 70 31\ne3e3c593f428ff54 70 75 80 99\n2837dd5c75e026f5 88 90 90 63\n2837dd5c75e026f5 2 7 12 7\n2837dd5c75e026f5 21 26 31 15\n2837dd5c75e026f5 26 31 36 25\n2837dd5c75e026f5 52 57 62 26\n75f6f7af02e66490 73 78 83 85\n75f6f7af02e66490 12 17 22 14\n75f6f7af02e66490 71 76 81 55\n75f6f7af02e66490 17 22 27 13\n75f6f7af02e66490 42 47 52 54\ne2089a8d763f1663 68 73 78 43\ne2089a8d763f1663 66 71 76 53\ne2089a8d763f1663 110 115 120 96\ne2089a8d763f1663 23 28 33 12\ne2089a8d763f1663 98 103 108 88\nf7b6889ed4c6075e 31 36 41 39\nf7b6889ed4c6075e 76 81 86 88\nf7b6889ed4c6075e 27 32 37 51\nf7b6889ed4c6075e 83 88 93 89\nf7b6889ed4c6075e 155 160 165 139\nfc991bfad5040ca4 41 46 51 18\nfc991bfad5040ca4 65 70 75 39\nfc991bfad5040ca4 72 77 82 88\nfc991bfad5040ca4 48 53 58 30\nfc991bfad5040ca4 46 51 56 74\n2d60837ef2e52abd 39 44 49 46\n2d60837ef2e52abd 32 37 42 29\n2d60837ef2e52abd 21 26 31 38\n2d60837ef2e52abd 54 59 63 34\n2d60837ef2e52abd 30 35 40 10\n70a444fb2b6b7c56 22 27 32 2\n70a444fb2b6b7c56 35 40 45 52\n70a444fb2b6b7c56 73 78 79 79\n70a444fb2b6b7c56 58 63 68 38\n70a444fb2b6b7c56 36 41 46 62\n0a6c499522efa0d5 36 41 46 51\n0a6c499522efa0d5 23 28 33 21\n0a6c499522efa0d5 56 59 59 59\n0a6c499522efa0d5 58 59 59 41\n0a6c499522efa0d5 59 59 59 52\n0e16d64d961fe855 38 43 48 52\n0e16d64d961fe855 80 81 81 69\n0e16d64d961fe855 52 57 62 43\n0e16d64d961fe855 35 40 45 52\n0e16d64d961fe855 2 7 12 5\nde1bfd4c6e39109e 105 110 115 76\nde1bfd4c6e39109e 123 128 133 96\nde1bfd4c6e39109e 52 57 62 75\nde1bfd4c6e39109e 48 53 58 23\nde1bfd4c6e39109e 104 109 114 76\n200ad247448c5577 63 68 68 53\n200ad247448c5577 21 26 31 26\n200ad247448c5577 42 47 52 40\n200ad247448c5577 55 60 65 26\n200ad247448c5577 59 64 68 29\n224e9686747afbb5 28 33 38 39\n224e9686747afbb5 48 53 54 47\n224e9686747afbb5 29 34 39 49\n224e9686747afbb5 35 40 45 50\n224e9686747afbb5 13 18 23 6\n3f5454f2f53e2103 108 113 118 110\n3f5454f2f53e2103 148 153 158 119\n3f5454f2f53e2103 76 81 86 102\n3f5454f2f53e2103 44 49 54 50\n3f5454f2f53e2103 45 50 55 63\n84dc96c4d23ae77e 40 45 50 69\n84dc96c4d23ae77e 109 114 114 104\n84dc96c4d23ae77e 23 28 33 42\n84dc96c4d23ae77e 27 32 37 53\n84dc96c4d23ae77e 16 21 26 36\nb72e2bcd74f7714a 57 62 67 51\nb72e2bcd74f7714a 73 78 83 88\nb72e2bcd74f7714a 36 41 46 62\nb72e2bcd74f7714a 47 52 57 75\nb72e2bcd74f7714a 70 75 80 69\n0baa633d2094d2c1 73 78 83 44\n0baa633d2094d2c1 7 12 17 31\n0baa633d2094d2c1 40 45 50 60\n0baa633d2094d2c1 14 19 24 9\n0baa633d2094d2c1 25 30 35 18\nf795469d3856697e 150 155 160 174\nf795469d3856697e 154 159 164 181\nf795469d3856697e 201 206 208 204\nf795469d3856697e 35 40 45 61\nf795469d3856697e 46 51 56 27\nfaad6f447de8b898 70 75 80 59\nfaad6f447de8b898 71 76 80 42\nfaad6f447de8b898 19 24 29 16\nfaad6f447de8b898 64 69 74 59\nfaad6f447de8b898 56 61 66 70\n4879ebbcfd888f5b 150 155 160 120\n4879ebbcfd888f5b 133 138 143 147\n4879ebbcfd888f5b 3 8 13 8\n4879ebbcfd888f5b 97 102 107 106\n4879ebbcfd888f5b 17 22 27 27\nfce3a289eed2d6c6 97 102 107 120\nfce3a289eed2d6c6 48 53 58 21\nfce3a289eed2d6c6 118 123 128 142\nfce3a289eed2d6c6 139 144 149 125\nfce3a289eed2d6c6 166 169 169 167\n0e512d350465a63c 125 130 135 121\n0e512d350465a63c 110 115 120 117\n0e512d350465a63c 61 66 71 39\n0e512d350465a63c 56 61 66 27\n0e512d350465a63c 45 50 55 63\ncb06f426fb1e1ee7 248 253 258 245\ncb06f426fb1e1ee7 116 121 126 88\ncb06f426fb1e1ee7 261 266 271 268\ncb06f426fb1e1ee7 6 11 16 9\ncb06f426fb1e1ee7 270 275 278 244\n1c7b9f93752085f4 142 147 152 142\n1c7b9f93752085f4 78 83 88 52\n1c7b9f93752085f4 184 189 193 172\n1c7b9f93752085f4 178 183 188 190\n1c7b9f93752085f4 36 41 46 44\na4c52a5e6413b90b 4 9 14 23\na4c52a5e6413b90b 31 36 41 41\na4c52a5e6413b90b 54 59 64 62\na4c52a5e6413b90b 82 87 92 104\na4c52a5e6413b90b 28 33 38 17\n314c56aad151508d 87 92 97 97\n314c56aad151508d 33 38 43 52\n314c56aad151508d 94 99 104 69\n314c56aad151508d 5 10 15 26\n314c56aad151508d 93 98 103 65\n3bad929f21fc4336 20 25 30 39\n3bad929f21fc4336 18 23 28 8\n3bad929f21fc4336 21 26 31 23\n3bad929f21fc4336 31 36 41 48\n3bad929f21fc4336 19 24 29 24\n1db274e904e3fb07 25 30 35 22\n1db274e904e3fb07 40 45 50 22\n1db274e904e3fb07 30 35 40 34\n1db274e904e3fb07 61 66 71 33\n1db274e904e3fb07 28 33 38 56\n4ebb0c3c294b1a74 27 32 37 53\n4ebb0c3c294b1a74 56 61 66 64\n4ebb0c3c294b1a74 119 124 125 101\n4ebb0c3c294b1a74 14 19 24 7\n4ebb0c3c294b1a74 25 30 35 36\n818917ce986e4d39 20 25 30 48\n818917ce986e4d39 6 11 16 2\n818917ce986e4d39 76 81 86 100\n818917ce986e4d39 56 61 66 26\n818917ce986e4d39 51 56 61 69\n1840ae9e2494443e 8 13 18 0\n1840ae9e2494443e 48 53 58 77\n1840ae9e2494443e 10 15 20 11\n1840ae9e2494443e 9 14 19 10\n1840ae9e2494443e 17 22 27 9\naeba4541adfd68cc 219 224 229 215\naeba4541adfd68cc 6 11 16 7\naeba4541adfd68cc 262 267 272 271\naeba4541adfd68cc 37 42 47 47\naeba4541adfd68cc 45 50 55 46\n489f9441d513634e 47 52 57 38\n489f9441d513634e 92 97 102 90\n489f9441d513634e 24 29 34 36\n489f9441d513634e 57 62 67 73\n489f9441d513634e 10 15 20 12\n053e78d3134437a5 80 85 88 59\n053e78d3134437a5 2 7 12 24\n053e78d3134437a5 33 38 43 49\n053e78d3134437a5 49 54 59 34\n053e78d3134437a5 81 86 88 51\n08138c1a3ba1ce8d 33 38 43 57\n08138c1a3ba1ce8d 98 103 108 95\n08138c1a3ba1ce8d 143 148 153 151\n08138c1a3ba1ce8d 134 139 144 127\n08138c1a3ba1ce8d 103 108 113 104\n36bc6918e9fc837c 134 139 144 114\n36bc6918e9fc837c 255 260 265 232\n36bc6918e9fc837c 107 112 117 77\n36bc6918e9fc837c 143 148 153 126\n36bc6918e9fc837c 244 249 254 218\nc600bad195909841 79 84 89 104\nc600bad195909841 43 48 53 23\nc600bad195909841 6 11 16 15\nc600bad195909841 66 71 76 63\nc600bad195909841 86 91 96 94\n832ae9f6a4bf1ceb 94 99 104 72\n832ae9f6a4bf1ceb 83 88 93 100\n832ae9f6a4bf1ceb 158 163 168 185\n832ae9f6a4bf1ceb 219 224 229 205\n832ae9f6a4bf1ceb 71 76 81 41\neb475dde190faff9 40 45 50 22\neb475dde190faff9 61 66 71 84\neb475dde190faff9 69 74 79 54\neb475dde190faff9 70 75 80 40\neb475dde190faff9 16 21 26 10\nbab18a531abc7fd3 44 49 54 68\nbab18a531abc7fd3 40 45 50 67\nbab18a531abc7fd3 10 15 20 9\nbab18a531abc7fd3 107 112 117 102\nbab18a531abc7fd3 99 104 109 123\n80566b8e2904a745 176 181 186 150\n80566b8e2904a745 101 106 111 114\n80566b8e2904a745 131 136 141 144\n80566b8e2904a745 1 6 11 25\n80566b8e2904a745 38 43 48 51\nf307bd5f5a5f0ea0 45 50 55 23\nf307bd5f5a5f0ea0 74 79 84 89\nf307bd5f5a5f0ea0 90 95 100 86\nf307bd5f5a5f0ea0 91 96 101 102\nf307bd5f5a5f0ea0 53 58 63 56\n0ece034988793847 139 144 149 138\n0ece034988793847 121 126 131 108\n0ece034988793847 133 138 143 158\n0ece034988793847 28 33 38 49\n0ece034988793847 76 81 86 75\n7c2a1a21f98565bb 44 49 54 69\n7c2a1a21f98565bb 54 59 64 35\n7c2a1a21f98565bb 8 13 18 25\n7c2a1a21f98565bb 74 79 81 47\n7c2a1a21f98565bb 7 12 17 32\n75af88e73cd1dd2f 133 138 143 162\n75af88e73cd1dd2f 64 69 74 39\n75af88e73cd1dd2f 85 90 95 108\n75af88e73cd1dd2f 185 190 195 195\n75af88e73cd1dd2f 96 101 106 97\n7ffbb3cfbe1af515 50 55 60 24\n7ffbb3cfbe1af515 68 73 73 56\n7ffbb3cfbe1af515 42 47 52 40\n7ffbb3cfbe1af515 8 13 18 35\n7ffbb3cfbe1af515 3 8 13 13\n6dbe9b5b5e77c8a6 16 21 26 30\n6dbe9b5b5e77c8a6 7 12 17 27\n6dbe9b5b5e77c8a6 42 47 52 30\n6dbe9b5b5e77c8a6 101 106 111 86\n6dbe9b5b5e77c8a6 52 57 62 29\nfff9864727c42c80 41 46 51 25\nfff9864727c42c80 24 29 34 42\nfff9864727c42c80 85 90 95 73\nfff9864727c42c80 14 19 24 32\nfff9864727c42c80 53 58 63 33\n1839244b04a05e5a 32 37 42 25\n1839244b04a05e5a 60 60 60 33\n1839244b04a05e5a 5 10 15 14\n1839244b04a05e5a 10 15 20 18\n1839244b04a05e5a 25 30 35 2\nf5b89b1a052e50dd 149 154 159 171\nf5b89b1a052e50dd 186 191 196 167\nf5b89b1a052e50dd 45 50 55 23\nf5b89b1a052e50dd 169 174 179 144\nf5b89b1a052e50dd 31 36 41 55\n1e5548d951e91a40 55 60 65 64\n1e5548d951e91a40 76 81 86 84\n1e5548d951e91a40 23 28 33 2\n1e5548d951e91a40 15 20 25 36\n1e5548d951e91a40 34 39 44 7\n6f0848af3fdd300f 79 84 89 66\n6f0848af3fdd300f 60 65 70 68\n6f0848af3fdd300f 82 87 92 69\n6f0848af3fdd300f 99 104 108 97\n6f0848af3fdd300f 27 32 37 36\nb009fbe3950ebeb2 202 207 212 192\nb009fbe3950ebeb2 131 136 141 113\nb009fbe3950ebeb2 243 248 253 215\nb009fbe3950ebeb2 156 161 166 184\nb009fbe3950ebeb2 264 269 274 277\n33a29a351c1d9800 106 111 116 127\n33a29a351c1d9800 55 60 65 30\n33a29a351c1d9800 77 82 87 79\n33a29a351c1d9800 28 33 38 31\n33a29a351c1d9800 60 65 70 34\nb4e19508cc952d96 32 37 42 47\nb4e19508cc952d96 73 78 83 45\nb4e19508cc952d96 7 12 17 17\nb4e19508cc952d96 49 54 59 50\nb4e19508cc952d96 82 87 92 57\n32db375ab51d77a4 49 54 59 64\n32db375ab51d77a4 50 55 60 53\n32db375ab51d77a4 84 89 93 80\n32db375ab51d77a4 28 33 38 11\n32db375ab51d77a4 78 83 88 68\n392c21ee30b21459 52 57 62 42\n392c21ee30b21459 85 90 95 55\n392c21ee30b21459 160 165 170 155\n392c21ee30b21459 7 12 17 5\n392c21ee30b21459 48 53 58 68\nf088c85322065722 42 47 52 24\nf088c85322065722 87 92 97 98\nf088c85322065722 153 158 163 168\nf088c85322065722 48 53 58 51\nf088c85322065722 130 135 140 147\n5ba05d47e238dad6 134 139 144 148\n5ba05d47e238dad6 33 38 43 3\n5ba05d47e238dad6 108 113 118 105\n5ba05d47e238dad6 92 97 102 114\n5ba05d47e238dad6 41 46 51 51\nf4b4148fbb2eaf48 51 56 61 72\nf4b4148fbb2eaf48 30 35 40 55\nf4b4148fbb2eaf48 63 68 73 46\nf4b4148fbb2eaf48 112 114 114 113\nf4b4148fbb2eaf48 54 59 64 68\n5451cefde53f06f1 46 51 56 41\n5451cefde53f06f1 30 35 40 47\n5451cefde53f06f1 37 42 47 32\n5451cefde53f06f1 101 105 105 75\n5451cefde53f06f1 13 18 23 42\n362be988d0b68a4c 78 83 88 75\n362be988d0b68a4c 210 212 212 194\n362be988d0b68a4c 113 118 123 113\n362be988d0b68a4c 142 147 152 141\n362be988d0b68a4c 72 77 82 63\n2c48ab563b92a1d5 50 55 60 20\n2c48ab563b92a1d5 149 154 159 139\n2c48ab563b92a1d5 70 75 80 86\n2c48ab563b92a1d5 139 144 149 115\n2c48ab563b92a1d5 89 94 99 67\n277389b279234c08 262 267 272 243\n277389b279234c08 39 44 49 61\n277389b279234c08 188 193 198 168\n277389b279234c08 1 6 11 16\n277389b279234c08 114 119 124 141\n2482c4388b32f225 16 21 26 22\n2482c4388b32f225 134 139 140 106\n2482c4388b32f225 7 12 17 5\n2482c4388b32f225 25 30 35 25\n2482c4388b32f225 83 88 93 68\n44b78f9fcb5cd8d8 80 85 90 57\n44b78f9fcb5cd8d8 8 13 18 0\n44b78f9fcb5cd8d8 94 99 104 108\n44b78f9fcb5cd8d8 47 52 57 64\n44b78f9fcb5cd8d8 90 95 100 63\nf1576bacedf43ca6 61 61 61 60\nf1576bacedf43ca6 16 21 26 28\nf1576bacedf43ca6 18 23 28 0\nf1576bacedf43ca6 3 8 13 30\nf1576bacedf43ca6 21 26 31 22\naaeb7a0ab3303b61 168 173 178 196\naaeb7a0ab3303b61 8 13 18 8\naaeb7a0ab3303b61 242 247 252 227\naaeb7a0ab3303b61 245 250 253 217\naaeb7a0ab3303b61 99 104 109 120\n3eb718c3170fcd8e 32 37 42 20\n3eb718c3170fcd8e 11 16 21 30\n3eb718c3170fcd8e 60 65 69 52\n3eb718c3170fcd8e 59 64 69 59\n3eb718c3170fcd8e 48 53 58 67\n67ebb21cac8007c0 44 49 54 18\n67ebb21cac8007c0 16 21 26 20\n67ebb21cac8007c0 48 53 58 53\n67ebb21cac8007c0 45 50 55 23\n67ebb21cac8007c0 63 68 73 85\n4a566b7e6eeaf9b4 73 78 83 61\n4a566b7e6eeaf9b4 0 5 10 25\n4a566b7e6eeaf9b4 6 11 16 29\n4a566b7e6eeaf9b4 7 12 17 6\n4a566b7e6eeaf9b4 49 54 59 61\nec0146c1837cc1d8 93 98 103 106\nec0146c1837cc1d8 101 106 108 95\nec0146c1837cc1d8 43 48 53 59\nec0146c1837cc1d8 55 60 65 63\nec0146c1837cc1d8 31 36 41 6\nbb940c547eed071c 37 42 47 13\nbb940c547eed071c 15 20 25 5\nbb940c547eed071c 41 46 51 60\nbb940c547eed071c 46 51 56 32\nbb940c547eed071c 24 29 34 17\n4bc1c3a888a8bfba 13 18 23 8\n4bc1c3a888a8bfba 53 58 63 52\n4bc1c3a888a8bfba 42 47 52 21\n4bc1c3a888a8bfba 82 87 92 57\n4bc1c3a888a8bfba 25 30 35 28\n1859766466c069b1 39 44 49 28\n1859766466c069b1 62 67 69 43\n1859766466c069b1 5 10 15 8\n1859766466c069b1 68 69 69 66\n1859766466c069b1 44 49 54 59\n88eb992d14f03af3 60 65 66 59\n88eb992d14f03af3 26 31 36 42\n88eb992d14f03af3 35 40 45 40\n88eb992d14f03af3 0 5 10 16\n88eb992d14f03af3 43 48 53 23\n81631caa82417133 41 46 51 66\n81631caa82417133 92 97 102 77\n81631caa82417133 102 107 112 121\n81631caa82417133 15 20 25 31\n81631caa82417133 116 121 126 125\n414e2bf42ee45cc4 86 91 96 57\n414e2bf42ee45cc4 181 186 191 167\n414e2bf42ee45cc4 241 246 251 240\n414e2bf42ee45cc4 211 216 221 225\n414e2bf42ee45cc4 49 54 59 75\naed2be03745359e1 99 104 109 72\naed2be03745359e1 93 98 103 105\naed2be03745359e1 101 106 111 115\naed2be03745359e1 63 68 73 90\naed2be03745359e1 1 6 11 4\na0758dca874bd1d5 43 48 53 32\na0758dca874bd1d5 55 60 65 46\na0758dca874bd1d5 39 44 49 26\na0758dca874bd1d5 52 57 62 51\na0758dca874bd1d5 29 34 39 45\nb0342f55186e26ce 36 41 46 40\nb0342f55186e26ce 33 38 43 10\nb0342f55186e26ce 102 103 103 85\nb0342f55186e26ce 92 97 102 68\nb0342f55186e26ce 58 63 68 78\nf1ae3f5c04336f9a 74 79 84 82\nf1ae3f5c04336f9a 2 7 12 14\nf1ae3f5c04336f9a 89 94 99 97\nf1ae3f5c04336f9a 0 5 10 10\nf1ae3f5c04336f9a 97 102 107 77\n5a88a7628a024a8a 259 264 269 267\n5a88a7628a024a8a 243 248 253 261\n5a88a7628a024a8a 82 87 92 52\n5a88a7628a024a8a 232 237 242 218\n5a88a7628a024a8a 99 104 109 114\nc24b14dbd06b6f12 173 178 183 169\nc24b14dbd06b6f12 30 35 40 54\nc24b14dbd06b6f12 32 37 42 56\nc24b14dbd06b6f12 254 259 264 249\nc24b14dbd06b6f12 142 147 152 157\n65383db65215cf9e 77 82 87 61\n65383db65215cf9e 49 54 59 72\n65383db65215cf9e 115 120 125 111\n65383db65215cf9e 25 30 35 20\n65383db65215cf9e 12 17 22 7\n07ba5489b56b7d62 87 92 97 94\n07ba5489b56b7d62 26 31 36 1\n07ba5489b56b7d62 30 35 40 53\n07ba5489b56b7d62 4 9 14 1\n07ba5489b56b7d62 97 97 97 74\n63b5676898b75061 73 78 83 52\n63b5676898b75061 89 94 99 112\n63b5676898b75061 101 106 111 109\n63b5676898b75061 173 178 183 161\n63b5676898b75061 31 36 41 53\n9b3ef293e05d70f9 46 51 56 58\n9b3ef293e05d70f9 72 77 82 46\n9b3ef293e05d70f9 18 23 28 41\n9b3ef293e05d70f9 30 35 40 46\n9b3ef293e05d70f9 35 40 45 31\nd8a33236ad25f1f7 34 39 44 57\nd8a33236ad25f1f7 59 64 69 38\nd8a33236ad25f1f7 72 77 82 65\nd8a33236ad25f1f7 40 45 50 13\nd8a33236ad25f1f7 67 72 77 51\n53a47129f3b14bcb 108 113 118 111\n53a47129f3b14bcb 38 43 48 63\n53a47129f3b14bcb 78 83 88 91\n53a47129f3b14bcb 71 76 81 96\n53a47129f3b14bcb 96 101 106 115\nb4ea2d59afd21024 112 117 122 84\nb4ea2d59afd21024 97 102 107 107\nb4ea2d59afd21024 48 53 58 56\nb4ea2d59afd21024 101 106 111 110\nb4ea2d59afd21024 12 17 22 39\n2a2d971fd44ae258 57 62 67 61\n2a2d971fd44ae258 36 41 46 12\n2a2d971fd44ae258 4 9 14 7\n2a2d971fd44ae258 21 26 31 50\n2a2d971fd44ae258 76 81 82 46\n90c04a7e5ea87bf8 20 25 30 1\n90c04a7e5ea87bf8 51 51 51 38\n90c04a7e5ea87bf8 23 28 33 9\n90c04a7e5ea87bf8 45 50 51 51\n90c04a7e5ea87bf8 40 45 50 41\nf6884e5c27acbafe 46 51 56 68\nf6884e5c27acbafe 71 76 81 81\nf6884e5c27acbafe 67 72 77 52\nf6884e5c27acbafe 57 62 67 60\nf6884e5c27acbafe 56 61 66 37\n4c943ac66f6c277e 190 195 200 171\n4c943ac66f6c277e 71 76 81 57\n4c943ac66f6c277e 16 21 26 26\n4c943ac66f6c277e 192 197 202 202\n4c943ac66f6c277e 132 137 142 148\naa9df415be64168f 210 215 220 232\naa9df415be64168f 134 139 144 140\naa9df415be64168f 251 256 261 241\naa9df415be64168f 141 146 151 116\naa9df415be64168f 104 109 114 76\n5b3e821c2d04db3d 123 124 124 120\n5b3e821c2d04db3d 6 11 16 15\n5b3e821c2d04db3d 51 56 61 39\n5b3e821c2d04db3d 69 74 79 55\n5b3e821c2d04db3d 71 76 81 53\n0b1e61c69c98026b 76 81 86 72\n0b1e61c69c98026b 215 220 225 193\n0b1e61c69c98026b 191 196 201 190\n0b1e61c69c98026b 198 203 208 182\n0b1e61c69c98026b 163 168 173 173\nc038bae2cfb10905 57 62 67 57\nc038bae2cfb10905 85 90 95 93\nc038bae2cfb10905 61 66 71 74\nc038bae2cfb10905 53 58 63 77\nc038bae2cfb10905 12 17 22 6\n13ac6a6a3a4f5e5d 45 50 55 58\n13ac6a6a3a4f5e5d 52 57 62 58\n13ac6a6a3a4f5e5d 78 83 88 69\n13ac6a6a3a4f5e5d 49 54 59 37\n13ac6a6a3a4f5e5d 93 98 103 84\na4b2f31301e747c7 147 152 157 126\na4b2f31301e747c7 111 116 121 119\na4b2f31301e747c7 211 216 221 218\na4b2f31301e747c7 41 46 51 40\na4b2f31301e747c7 250 255 260 265\n2671c647c9c2fed5 104 109 114 86\n2671c647c9c2fed5 88 93 98 79\n2671c647c9c2fed5 11 16 21 20\n2671c647c9c2fed5 81 86 91 91\n2671c647c9c2fed5 49 54 59 42\n55b512c313b9f94c 12 17 22 40\n55b512c313b9f94c 93 98 103 96\n55b512c313b9f94c 22 27 32 4\n55b512c313b9f94c 86 91 96 56\n55b512c313b9f94c 81 86 91 105\nf259c6a8bcfd47e3 57 62 67 41\nf259c6a8bcfd47e3 62 67 72 68\nf259c6a8bcfd47e3 90 91 91 73\nf259c6a8bcfd47e3 7 12 17 24\nf259c6a8bcfd47e3 28 33 38 54\n7f6e72805e11ead9 116 121 126 108\n7f6e72805e11ead9 58 63 68 76\n7f6e72805e11ead9 72 77 82 85\n7f6e72805e11ead9 134 139 144 126\n7f6e72805e11ead9 125 130 135 146\n5d3c7dd9db5e495a 78 83 88 68\n5d3c7dd9db5e495a 16 21 26 42\n5d3c7dd9db5e495a 135 140 145 163\n5d3c7dd9db5e495a 168 173 178 175\n5d3c7dd9db5e495a 100 105 110 118\nee9503a872caad73 73 77 77 59\nee9503a872caad73 65 70 75 59\nee9503a872caad73 64 69 74 45\nee9503a872caad73 29 34 39 57\nee9503a872caad73 71 76 77 52\n1bc87f52eba89cc4 26 31 36 7\n1bc87f52eba89cc4 4 9 14 4\n1bc87f52eba89cc4 7 12 17 3\n1bc87f52eba89cc4 59 64 69 68\n1bc87f52eba89cc4 42 47 52 57\n4ade6d5fe4b32738 8 13 18 15\n4ade6d5fe4b32738 10 15 20 15\n4ade6d5fe4b32738 24 29 34 17\n4ade6d5fe4b32738 79 84 89 53\n4ade6d5fe4b32738 27 32 37 32\nd0c521f701b91ad1 48 53 58 56\nd0c521f701b91ad1 15 20 25 25\nd0c521f701b91ad1 10 15 20 7\nd0c521f701b91ad1 103 105 105 77\nd0c521f701b91ad1 52 57 62 68\nc6ad2c0caca2566f 21 26 31 4\nc6ad2c0caca2566f 95 100 105 120\nc6ad2c0caca2566f 26 31 36 3\nc6ad2c0caca2566f 105 110 115 115\nc6ad2c0caca2566f 43 48 53 64\nd951d621a1ae48a0 118 123 128 88\nd951d621a1ae48a0 206 211 216 208\nd951d621a1ae48a0 108 113 118 121\nd951d621a1ae48a0 34 39 44 44\nd951d621a1ae48a0 229 234 239 206\n41f438dd19aae981 113 118 123 115\n41f438dd19aae981 105 110 115 85\n41f438dd19aae981 82 87 92 72\n41f438dd19aae981 69 74 79 50\n41f438dd19aae981 107 112 117 99\nac9eb266e549b780 204 209 214 189\nac9eb266e549b780 46 51 56 34\nac9eb266e549b780 53 58 63 65\nac9eb266e549b780 127 132 137 137\nac9eb266e549b780 86 91 96 83\n063b857e6470addb 34 39 44 29\n063b857e6470addb 11 16 21 28\n063b857e6470addb 107 112 117 94\n063b857e6470addb 83 88 93 104\n063b857e6470addb 126 131 136 152\n3af70052616f7fa1 61 66 71 57\n3af70052616f7fa1 21 26 31 19\n3af70052616f7fa1 47 52 57 26\n3af70052616f7fa1 25 30 35 19\n3af70052616f7fa1 8 13 18 28\n0de8a88480533be6 45 50 55 55\n0de8a88480533be6 39 44 49 41\n0de8a88480533be6 122 127 132 114\n0de8a88480533be6 17 22 27 37\n0de8a88480533be6 14 19 24 21\n2cd835fc105ec81f 24 29 34 23\n2cd835fc105ec81f 9 14 19 15\n2cd835fc105ec81f 48 52 52 36\n2cd835fc105ec81f 33 38 43 5\n2cd835fc105ec81f 50 52 52 44\n56a815b163efd61d 19 24 29 16\n56a815b163efd61d 0 5 10 8\n56a815b163efd61d 61 64 64 53\n56a815b163efd61d 64 64 64 61\n56a815b163efd61d 40 45 50 53\nfdaab1f49851782c 149 154 155 121\nfdaab1f49851782c 134 139 144 113\nfdaab1f49851782c 26 31 36 22\nfdaab1f49851782c 109 114 119 95\nfdaab1f49851782c 25 30 35 51\n888c677a195f4c94 28 33 38 53\n888c677a195f4c94 119 124 129 137\n888c677a195f4c94 214 219 224 196\n888c677a195f4c94 269 274 278 266\n888c677a195f4c94 257 262 267 228\n985e96f409410e5f 70 75 80 72\n985e96f409410e5f 36 41 46 23\n985e96f409410e5f 51 56 61 61\n985e96f409410e5f 56 61 66 77\n985e96f409410e5f 74 79 84 56\n769bdea6a09d2bf9 153 158 163 138\n769bdea6a09d2bf9 58 63 68 84\n769bdea6a09d2bf9 111 116 121 140\n769bdea6a09d2bf9 216 221 226 195\n769bdea6a09d2bf9 140 145 150 126\nc86601fe5e2141c4 68 73 78 47\nc86601fe5e2141c4 61 66 71 71\nc86601fe5e2141c4 69 74 79 53\nc86601fe5e2141c4 51 56 61 32\nc86601fe5e2141c4 22 27 32 21\ncef01f7f4f44f2ec 34 39 44 34\ncef01f7f4f44f2ec 12 17 22 17\ncef01f7f4f44f2ec 21 26 31 44\ncef01f7f4f44f2ec 0 5 10 23\ncef01f7f4f44f2ec 4 9 14 15\n6014449f76ad3271 123 128 133 102\n6014449f76ad3271 61 66 71 86\n6014449f76ad3271 84 89 94 84\n6014449f76ad3271 82 87 92 55\n6014449f76ad3271 26 31 36 14\n597bf6916a88ad19 40 45 50 23\n597bf6916a88ad19 68 72 72 60\n597bf6916a88ad19 17 22 27 46\n597bf6916a88ad19 43 48 53 65\n597bf6916a88ad19 58 63 68 37\nbe7cd9fd996a8054 25 30 35 25\nbe7cd9fd996a8054 62 67 72 33\nbe7cd9fd996a8054 63 68 73 88\nbe7cd9fd996a8054 3 8 13 3\nbe7cd9fd996a8054 26 31 36 48\n27f772c12c97b594 16 21 26 1\n27f772c12c97b594 64 69 69 45\n27f772c12c97b594 2 7 12 30\n27f772c12c97b594 51 56 61 65\n27f772c12c97b594 8 13 18 22\n96a2338040f14ccc 111 116 121 91\n96a2338040f14ccc 14 19 24 14\n96a2338040f14ccc 91 96 101 96\n96a2338040f14ccc 39 44 49 24\n96a2338040f14ccc 51 56 61 71\n5586d19d78221ec6 6 11 16 28\n5586d19d78221ec6 24 29 34 47\n5586d19d78221ec6 17 22 27 14\n5586d19d78221ec6 27 32 37 10\n5586d19d78221ec6 26 31 36 51\n7567387078585ec3 8 13 18 10\n7567387078585ec3 101 106 111 100\n7567387078585ec3 28 33 38 4\n7567387078585ec3 70 75 80 70\n7567387078585ec3 42 47 52 39\n25468a86d9cd851e 37 42 47 16\n25468a86d9cd851e 47 52 57 19\n25468a86d9cd851e 15 20 25 8\n25468a86d9cd851e 19 24 29 33\n25468a86d9cd851e 25 30 35 3\n87adfc36d3ba342b 29 34 39 40\n87adfc36d3ba342b 164 169 174 153\n87adfc36d3ba342b 142 147 152 159\n87adfc36d3ba342b 174 179 184 145\n87adfc36d3ba342b 206 210 210 188\n76ecf58a102ebfdd 26 31 36 18\n76ecf58a102ebfdd 36 41 46 44\n76ecf58a102ebfdd 150 150 150 144\n76ecf58a102ebfdd 10 15 20 11\n76ecf58a102ebfdd 44 49 54 65\nf28ef96bc6478898 150 151 151 123\nf28ef96bc6478898 33 38 43 19\nf28ef96bc6478898 13 18 23 34\nf28ef96bc6478898 104 109 114 133\nf28ef96bc6478898 97 102 107 70\n74e192d23f2fa8c4 176 181 186 165\n74e192d23f2fa8c4 54 59 64 28\n74e192d23f2fa8c4 224 229 234 238\n74e192d23f2fa8c4 104 109 114 107\n74e192d23f2fa8c4 40 45 50 55\nbdf02051908f1fa7 24 29 34 26\nbdf02051908f1fa7 75 80 85 45\nbdf02051908f1fa7 44 49 54 69\nbdf02051908f1fa7 95 100 105 76\nbdf02051908f1fa7 121 124 124 109\n5e7506cf490ddd31 246 251 256 248\n5e7506cf490ddd31 113 118 123 125\n5e7506cf490ddd31 148 153 158 130\n5e7506cf490ddd31 224 229 234 204\n5e7506cf490ddd31 96 101 106 86\na967dc30d6ca777a 32 37 42 40\na967dc30d6ca777a 100 105 110 10\na967dc30d6ca777a 10 15 20 104\na967dc30d6ca777a 77 82 87 47\na967dc30d6ca777a 112 3 8 0\n93a7728b6230b122 41 46 51 25\n93a7728b6230b122 4 9 14 33\n93a7728b6230b122 82 87 92 61\n93a7728b6230b122 97 102 107 117\n93a7728b6230b122 90 95 100 101\nf11be6d41f8b36fb 34 39 44 21\nf11be6d41f8b36fb 159 164 169 146\nf11be6d41f8b36fb 250 255 260 225\nf11be6d41f8b36fb 48 53 58 18\nf11be6d41f8b36fb 106 111 116 94\nc51da147c5b6f88f 209 214 219 237\nc51da147c5b6f88f 0 5 10 25\nc51da147c5b6f88f 79 84 89 81\nc51da147c5b6f88f 7 12 17 7\nc51da147c5b6f88f 104 109 114 78\na8f19368f5411190 179 184 189 188\na8f19368f5411190 213 218 223 230\na8f19368f5411190 218 223 228 246\na8f19368f5411190 182 187 192 196\na8f19368f5411190 225 230 235 203\na9f4c848d3d3176e 73 78 83 49\na9f4c848d3d3176e 111 116 121 101\na9f4c848d3d3176e 77 82 87 92\na9f4c848d3d3176e 14 19 24 15\na9f4c848d3d3176e 2 7 12 4\nf956425e6e6f9863 73 78 83 55\nf956425e6e6f9863 70 75 80 47\nf956425e6e6f9863 16 21 26 32\nf956425e6e6f9863 85 90 95 68\nf956425e6e6f9863 79 84 89 94\n19ea6a2de5c6b077 3 8 13 21\n19ea6a2de5c6b077 42 47 51 50\n19ea6a2de5c6b077 14 19 24 14\n19ea6a2de5c6b077 6 11 16 32\n19ea6a2de5c6b077 32 37 42 37\nb36b6680257fb62f 29 34 39 4\nb36b6680257fb62f 27 32 37 3\nb36b6680257fb62f 30 35 40 22\nb36b6680257fb62f 38 43 48 19\nb36b6680257fb62f 82 82 82 65\n52217a4c2bbd7f17 51 56 61 65\n52217a4c2bbd7f17 151 156 161 161\n52217a4c2bbd7f17 57 62 67 46\n52217a4c2bbd7f17 135 140 145 143\n52217a4c2bbd7f17 95 100 105 79\ncc55da724f9364ad 23 28 33 12\ncc55da724f9364ad 86 91 96 87\ncc55da724f9364ad 166 171 176 162\ncc55da724f9364ad 262 267 272 260\ncc55da724f9364ad 131 136 141 128\n8a71794d139157c8 92 97 102 82\n8a71794d139157c8 68 73 78 71\n8a71794d139157c8 101 106 111 109\n8a71794d139157c8 117 122 127 138\n8a71794d139157c8 81 86 91 106\nef58c8517bf0911e 38 43 48 13\nef58c8517bf0911e 62 67 72 44\nef58c8517bf0911e 72 77 82 83\nef58c8517bf0911e 39 44 49 46\nef58c8517bf0911e 80 85 90 71\n7f5313720774fad9 63 68 73 74\n7f5313720774fad9 75 75 75 68\n7f5313720774fad9 10 15 20 37\n7f5313720774fad9 22 27 32 0\n7f5313720774fad9 19 24 29 40\n4a7e531e1a35d424 13 18 23 1\n4a7e531e1a35d424 3 8 13 24\n4a7e531e1a35d424 88 93 98 111\n4a7e531e1a35d424 1 6 11 17\n4a7e531e1a35d424 62 67 72 63\ndb2a88aeac0528ef 23 28 33 49\ndb2a88aeac0528ef 5 10 15 14\ndb2a88aeac0528ef 29 34 39 5\ndb2a88aeac0528ef 42 47 52 48\ndb2a88aeac0528ef 89 94 99 91\na5596bb58d65e134 81 86 87 71\na5596bb58d65e134 9 14 19 21\na5596bb58d65e134 19 24 29 18\na5596bb58d65e134 60 65 70 83\na5596bb58d65e134 42 47 52 33\n0a0027a48d9ff2ae 194 199 204 191\n0a0027a48d9ff2ae 69 74 79 91\n0a0027a48d9ff2ae 13 18 23 38\n0a0027a48d9ff2ae 22 27 32 40\n0a0027a48d9ff2ae 50 55 60 56\n9bdd34e784c04e3a 5 10 15 25\n9bdd34e784c04e3a 72 77 79 54\n9bdd34e784c04e3a 14 19 24 42\n9bdd34e784c04e3a 71 76 79 58\n9bdd34e784c04e3a 43 48 53 47\n5537c25a2a4e1dac 87 92 97 93\n5537c25a2a4e1dac 55 60 65 75\n5537c25a2a4e1dac 59 64 69 47\n5537c25a2a4e1dac 99 104 108 82\n5537c25a2a4e1dac 41 46 51 39\n735d90ea3aaf7c40 29 34 39 0\n735d90ea3aaf7c40 93 98 103 111\n735d90ea3aaf7c40 26 31 36 53\n735d90ea3aaf7c40 111 113 113 102\n735d90ea3aaf7c40 79 84 89 54\nf3ed8a28d7ce7cfb 37 42 47 45\nf3ed8a28d7ce7cfb 26 31 36 34\nf3ed8a28d7ce7cfb 103 104 104 76\nf3ed8a28d7ce7cfb 52 57 62 69\nf3ed8a28d7ce7cfb 17 22 27 40\nfaf4e57d64e9a899 26 31 36 40\nfaf4e57d64e9a899 18 23 28 29\nfaf4e57d64e9a899 33 38 43 38\nfaf4e57d64e9a899 1 6 11 13\nfaf4e57d64e9a899 20 25 30 38\n636b6fab2550a416 239 244 249 253\n636b6fab2550a416 206 211 216 179\n636b6fab2550a416 27 32 37 44\n636b6fab2550a416 194 199 204 214\n636b6fab2550a416 216 221 226 245\n4d66f43cb4ee5fe8 47 52 57 61\n4d66f43cb4ee5fe8 34 39 44 24\n4d66f43cb4ee5fe8 60 63 63 52\n4d66f43cb4ee5fe8 28 33 38 23\n4d66f43cb4ee5fe8 51 56 61 38\n57844acec8e8c0cd 104 109 114 105\n57844acec8e8c0cd 129 133 133 121\n57844acec8e8c0cd 92 97 102 83\n57844acec8e8c0cd 8 13 18 1\n57844acec8e8c0cd 34 39 44 32\nedbb53a0f5dd688c 63 68 68 46\nedbb53a0f5dd688c 67 68 68 53\nedbb53a0f5dd688c 61 66 68 39\nedbb53a0f5dd688c 8 13 18 21\nedbb53a0f5dd688c 29 34 39 33\n0e01be9445403642 52 57 62 41\n0e01be9445403642 32 37 42 19\n0e01be9445403642 28 33 38 34\n0e01be9445403642 30 35 40 46\n0e01be9445403642 11 16 21 14\n8f06df2fca9350ba 99 104 109 84\n8f06df2fca9350ba 35 40 45 14\n8f06df2fca9350ba 142 143 143 122\n8f06df2fca9350ba 108 113 118 82\n8f06df2fca9350ba 73 78 83 67\n2473b5003a95628c 20 25 30 17\n2473b5003a95628c 230 235 240 248\n2473b5003a95628c 5 10 15 1\n2473b5003a95628c 178 183 188 187\n2473b5003a95628c 197 202 207 188\n56f149ddad20c6bf 102 107 112 87\n56f149ddad20c6bf 71 76 81 75\n56f149ddad20c6bf 3 8 13 3\n56f149ddad20c6bf 137 142 146 109\n56f149ddad20c6bf 60 65 70 56\n10ac0ae67d317d11 16 21 26 2\n10ac0ae67d317d11 160 165 170 132\n10ac0ae67d317d11 40 45 50 16\n10ac0ae67d317d11 145 150 155 133\n10ac0ae67d317d11 19 24 29 10\n1c36b2b8144d29ec 39 44 49 38\n1c36b2b8144d29ec 17 22 27 14\n1c36b2b8144d29ec 147 152 157 145\n1c36b2b8144d29ec 166 171 176 146\n1c36b2b8144d29ec 129 134 139 132\nd45a3454e5581d11 12 17 22 11\nd45a3454e5581d11 28 33 38 29\nd45a3454e5581d11 103 103 103 95\nd45a3454e5581d11 43 48 53 68\nd45a3454e5581d11 59 64 69 80\n2b4f6fdcabf53d59 37 42 47 33\n2b4f6fdcabf53d59 122 127 132 94\n2b4f6fdcabf53d59 75 80 85 74\n2b4f6fdcabf53d59 132 132 132 119\n2b4f6fdcabf53d59 119 124 129 129\ncedcfa756158a7bf 166 171 171 159\ncedcfa756158a7bf 29 34 39 55\ncedcfa756158a7bf 19 24 29 45\ncedcfa756158a7bf 21 26 31 11\ncedcfa756158a7bf 0 5 10 12\n455964aa4ead1e2f 6 11 16 18\n455964aa4ead1e2f 58 63 68 52\n455964aa4ead1e2f 10 15 20 39\n455964aa4ead1e2f 101 104 104 91\n455964aa4ead1e2f 44 49 54 34\n266e2d3393ebd2a0 94 99 104 64\n266e2d3393ebd2a0 1 6 11 17\n266e2d3393ebd2a0 88 93 98 92\n266e2d3393ebd2a0 91 96 101 114\n266e2d3393ebd2a0 83 88 93 57\n1695a74d194b65c0 34 39 44 26\n1695a74d194b65c0 82 87 92 54\n1695a74d194b65c0 20 25 30 45\n1695a74d194b65c0 23 28 33 27\n1695a74d194b65c0 97 102 107 107\n68aaef5b574f98d5 103 108 113 131\n68aaef5b574f98d5 191 196 201 186\n68aaef5b574f98d5 210 215 220 184\n68aaef5b574f98d5 176 181 186 152\n68aaef5b574f98d5 180 185 190 186\nf5b151019f9010a5 31 36 41 42\nf5b151019f9010a5 110 115 120 133\nf5b151019f9010a5 132 137 142 133\nf5b151019f9010a5 117 122 127 101\nf5b151019f9010a5 53 58 63 70\n040a7af97273204f 146 151 156 140\n040a7af97273204f 168 168 168 168\n040a7af97273204f 90 95 100 91\n040a7af97273204f 129 134 139 127\n040a7af97273204f 33 38 43 58\n37c99410741fbca5 70 75 80 43\n37c99410741fbca5 109 114 118 95\n37c99410741fbca5 112 117 118 116\n37c99410741fbca5 115 118 118 100\n37c99410741fbca5 87 92 97 110\ndd1c1d26525a2a1b 45 50 55 59\ndd1c1d26525a2a1b 7 12 17 5\ndd1c1d26525a2a1b 12 17 22 37\ndd1c1d26525a2a1b 47 52 57 59\ndd1c1d26525a2a1b 36 41 46 35\n1837b8eebc9c2457 55 60 65 77\n1837b8eebc9c2457 24 29 34 0\n1837b8eebc9c2457 80 85 90 84\n1837b8eebc9c2457 133 138 138 135\n1837b8eebc9c2457 47 52 57 34\n525491cd51574118 53 58 63 44\n525491cd51574118 2 7 12 15\n525491cd51574118 16 21 26 29\n525491cd51574118 41 46 51 12\n525491cd51574118 27 32 37 33\ne7f049cddc9f62ba 6 11 16 29\ne7f049cddc9f62ba 110 115 120 122\ne7f049cddc9f62ba 159 163 163 144\ne7f049cddc9f62ba 78 83 88 92\ne7f049cddc9f62ba 142 147 152 119\n14a5b002ce46d4d3 17 22 27 11\n14a5b002ce46d4d3 31 36 41 45\n14a5b002ce46d4d3 25 30 35 18\n14a5b002ce46d4d3 63 68 70 48\n14a5b002ce46d4d3 59 64 69 57\n539e5c40055bfe41 73 78 83 75\n539e5c40055bfe41 60 65 70 57\n539e5c40055bfe41 5 10 15 29\n539e5c40055bfe41 66 71 76 71\n539e5c40055bfe41 86 91 96 80\n7f02b92b02054056 133 138 143 103\n7f02b92b02054056 63 68 73 87\n7f02b92b02054056 95 100 105 82\n7f02b92b02054056 124 129 134 145\n7f02b92b02054056 45 50 55 16\n98a480571d3a1e34 106 111 116 105\n98a480571d3a1e34 207 212 217 229\n98a480571d3a1e34 141 146 151 119\n98a480571d3a1e34 45 50 55 71\n98a480571d3a1e34 276 278 278 251\n4596160a24b1af1f 116 121 126 139\n4596160a24b1af1f 181 186 191 165\n4596160a24b1af1f 190 195 200 184\n4596160a24b1af1f 63 68 73 57\n4596160a24b1af1f 154 159 164 160\nb70a7c6916d62a85 54 59 64 70\nb70a7c6916d62a85 26 31 36 33\nb70a7c6916d62a85 89 94 99 80\nb70a7c6916d62a85 90 95 100 87\nb70a7c6916d62a85 52 57 62 23\n717dddca36581b01 254 257 257 239\n717dddca36581b01 69 74 79 45\n717dddca36581b01 246 251 256 244\n717dddca36581b01 60 65 70 74\n717dddca36581b01 94 99 104 79\nfdb60d991671bd45 229 234 239 237\nfdb60d991671bd45 96 101 106 74\nfdb60d991671bd45 99 104 109 120\nfdb60d991671bd45 257 262 267 250\nfdb60d991671bd45 153 158 163 155\n1bdf9dd7628ddb0b 108 112 112 111\n1bdf9dd7628ddb0b 64 69 74 78\n1bdf9dd7628ddb0b 69 74 79 98\n1bdf9dd7628ddb0b 56 61 66 34\n1bdf9dd7628ddb0b 48 53 58 71\n8f6316881fd064b6 78 83 88 105\n8f6316881fd064b6 147 151 151 122\n8f6316881fd064b6 64 69 74 72\n8f6316881fd064b6 117 122 127 130\n8f6316881fd064b6 80 85 90 50\ncc0f96b3131f5924 36 41 46 64\ncc0f96b3131f5924 30 35 40 5\ncc0f96b3131f5924 99 101 101 72\ncc0f96b3131f5924 77 82 87 51\ncc0f96b3131f5924 21 26 31 41\n5cfdc624d8295fd2 83 88 93 111\n5cfdc624d8295fd2 20 25 30 1\n5cfdc624d8295fd2 16 21 26 22\n5cfdc624d8295fd2 96 101 106 106\n5cfdc624d8295fd2 62 67 72 64\nc76111d57845c911 56 61 66 80\nc76111d57845c911 187 192 197 179\nc76111d57845c911 138 143 148 138\nc76111d57845c911 209 209 209 202\nc76111d57845c911 101 106 111 76\nfbb8d7a56a6d5741 57 62 67 77\nfbb8d7a56a6d5741 33 38 43 23\nfbb8d7a56a6d5741 54 59 64 51\nfbb8d7a56a6d5741 58 63 68 40\nfbb8d7a56a6d5741 77 82 87 48\n05ce34e3cd48c449 23 28 33 19\n05ce34e3cd48c449 24 29 34 20\n05ce34e3cd48c449 44 49 54 55\n05ce34e3cd48c449 81 86 91 86\n05ce34e3cd48c449 97 102 107 78\n5127cbfde797ef01 27 32 37 34\n5127cbfde797ef01 164 165 165 151\n5127cbfde797ef01 50 55 60 49\n5127cbfde797ef01 55 60 65 74\n5127cbfde797ef01 57 62 67 69\n1cbab4f69b2d48ce 30 35 40 35\n1cbab4f69b2d48ce 0 5 10 20\n1cbab4f69b2d48ce 35 40 45 56\n1cbab4f69b2d48ce 59 63 63 43\n1cbab4f69b2d48ce 42 47 52 15\n3814a3a8046c8af3 47 52 57 23\n3814a3a8046c8af3 94 99 104 120\n3814a3a8046c8af3 48 53 58 19\n3814a3a8046c8af3 40 45 50 55\n3814a3a8046c8af3 56 61 66 61\n3613c77d8c234008 58 63 65 52\n3613c77d8c234008 51 56 61 31\n3613c77d8c234008 25 30 35 25\n3613c77d8c234008 19 24 29 13\n3613c77d8c234008 15 20 25 23\n7a911883348688e9 47 52 57 74\n7a911883348688e9 34 39 44 10\n7a911883348688e9 105 110 115 95\n7a911883348688e9 56 61 66 72\n7a911883348688e9 192 197 202 205\nbe9cc6b6650bc49d 3 8 13 15\nbe9cc6b6650bc49d 17 22 27 0\nbe9cc6b6650bc49d 48 53 58 27\nbe9cc6b6650bc49d 7 12 17 23\nbe9cc6b6650bc49d 19 24 29 4\n66500f98d54ecd37 29 34 39 32\n66500f98d54ecd37 0 5 10 27\n66500f98d54ecd37 66 71 76 57\n66500f98d54ecd37 42 47 52 56\n66500f98d54ecd37 76 79 79 69\naafc6d7b78cb27d5 267 272 277 268\naafc6d7b78cb27d5 169 174 179 155\naafc6d7b78cb27d5 29 34 39 24\naafc6d7b78cb27d5 19 24 29 0\naafc6d7b78cb27d5 196 201 206 195\n2e261d7661282e40 43 48 53 51\n2e261d7661282e40 5 10 15 14\n2e261d7661282e40 61 66 71 48\n2e261d7661282e40 15 20 25 27\n2e261d7661282e40 29 34 39 38\n1225476a1221ce08 54 59 64 26\n1225476a1221ce08 42 47 52 35\n1225476a1221ce08 33 38 43 6\n1225476a1221ce08 118 122 122 101\n1225476a1221ce08 25 30 35 15\na978e4b3eaf80a1a 70 75 80 40\na978e4b3eaf80a1a 59 64 69 68\na978e4b3eaf80a1a 79 84 89 77\na978e4b3eaf80a1a 127 132 137 138\na978e4b3eaf80a1a 3 8 13 19\nf3f53a823ea18d9f 53 58 63 57\nf3f53a823ea18d9f 41 46 51 36\nf3f53a823ea18d9f 201 201 201 190\nf3f53a823ea18d9f 59 64 69 73\nf3f53a823ea18d9f 103 108 113 75\n1b88fb5063cd8916 8 13 18 32\n1b88fb5063cd8916 27 32 37 20\n1b88fb5063cd8916 42 47 52 68\n1b88fb5063cd8916 10 15 20 12\n1b88fb5063cd8916 60 65 70 41\ncbff8218527bc3a9 81 86 91 91\ncbff8218527bc3a9 25 30 35 38\ncbff8218527bc3a9 103 103 103 85\ncbff8218527bc3a9 99 103 103 87\ncbff8218527bc3a9 27 32 37 25\nd0af833524f5e2cb 6 11 16 18\nd0af833524f5e2cb 38 43 48 30\nd0af833524f5e2cb 48 53 58 37\nd0af833524f5e2cb 55 60 65 62\nd0af833524f5e2cb 84 86 86 74\n82454ac79de89fd3 144 146 146 146\n82454ac79de89fd3 93 98 103 89\n82454ac79de89fd3 9 14 19 6\n82454ac79de89fd3 92 97 102 101\n82454ac79de89fd3 19 24 29 18\nd7e0dc9c9baa7b63 6 11 16 10\nd7e0dc9c9baa7b63 44 49 54 49\nd7e0dc9c9baa7b63 33 38 43 17\nd7e0dc9c9baa7b63 40 45 50 43\nd7e0dc9c9baa7b63 23 28 33 10\n1be80ff36848e758 55 60 65 33\n1be80ff36848e758 0 5 10 8\n1be80ff36848e758 74 79 84 63\n1be80ff36848e758 47 52 57 57\n1be80ff36848e758 36 41 46 60\nf75bce7073b578f0 64 69 69 69\nf75bce7073b578f0 43 48 53 66\nf75bce7073b578f0 51 56 61 39\nf75bce7073b578f0 34 39 44 12\nf75bce7073b578f0 42 47 52 34\n069a4c442912c405 0 5 10 28\n069a4c442912c405 69 74 79 76\n069a4c442912c405 17 22 27 12\n069a4c442912c405 78 83 85 58\n069a4c442912c405 74 79 84 70\n81b0fd734d794027 182 187 192 171\n81b0fd734d794027 112 117 122 105\n81b0fd734d794027 93 98 103 99\n81b0fd734d794027 15 20 25 19\n81b0fd734d794027 188 193 198 186\nf66a7afd0c714cea 165 170 175 176\nf66a7afd0c714cea 41 46 51 55\nf66a7afd0c714cea 79 84 89 96\nf66a7afd0c714cea 121 126 131 135\nf66a7afd0c714cea 26 31 36 19\n7c6cdfaca37c48f3 5 10 15 2\n7c6cdfaca37c48f3 22 27 32 6\n7c6cdfaca37c48f3 48 53 53 30\n7c6cdfaca37c48f3 43 48 53 23\n7c6cdfaca37c48f3 44 49 53 36\n5a1e4f0e1bbd526f 9 14 19 21\n5a1e4f0e1bbd526f 57 62 64 64\n5a1e4f0e1bbd526f 3 8 13 11\n5a1e4f0e1bbd526f 24 29 34 17\n5a1e4f0e1bbd526f 46 51 56 28\n36056faee50a621f 29 34 39 14\n36056faee50a621f 3 8 13 21\n36056faee50a621f 75 80 85 71\n36056faee50a621f 45 50 55 60\n36056faee50a621f 27 32 37 53\n98f7c1190cbeb85b 59 64 69 41\n98f7c1190cbeb85b 37 42 47 19\n98f7c1190cbeb85b 79 84 89 60\n98f7c1190cbeb85b 4 9 14 10\n98f7c1190cbeb85b 15 20 25 41\nab16cd8dac9091cd 182 187 192 178\nab16cd8dac9091cd 8 13 18 11\nab16cd8dac9091cd 168 173 178 170\nab16cd8dac9091cd 198 203 205 174\nab16cd8dac9091cd 192 197 202 172\ncc8e95a1e8d0489c 4 9 14 20\ncc8e95a1e8d0489c 1 6 11 7\ncc8e95a1e8d0489c 72 77 82 86\ncc8e95a1e8d0489c 132 137 142 131\ncc8e95a1e8d0489c 140 145 150 110\n9135604f85c2251b 36 41 46 28\n9135604f85c2251b 108 113 118 134\n9135604f85c2251b 66 71 76 82\n9135604f85c2251b 44 49 54 54\n9135604f85c2251b 177 182 187 177\n14f0b962fabfaae2 116 118 118 96\n14f0b962fabfaae2 111 116 118 114\n14f0b962fabfaae2 13 18 23 33\n14f0b962fabfaae2 80 85 90 86\n14f0b962fabfaae2 19 24 29 35\nce70d6234b88e7d3 34 39 44 17\nce70d6234b88e7d3 44 49 54 54\nce70d6234b88e7d3 26 31 36 26\nce70d6234b88e7d3 54 59 59 25\nce70d6234b88e7d3 36 41 46 41\n3b67613d97aac1df 29 34 39 11\n3b67613d97aac1df 119 124 129 135\n3b67613d97aac1df 7 12 17 4\n3b67613d97aac1df 65 70 75 64\n3b67613d97aac1df 177 182 187 158\ndae13e63d6107502 152 157 162 169\ndae13e63d6107502 210 215 220 190\ndae13e63d6107502 219 224 229 214\ndae13e63d6107502 243 248 253 243\ndae13e63d6107502 108 113 118 115\n52480d60a7ccbec3 160 160 160 151\n52480d60a7ccbec3 116 121 126 127\n52480d60a7ccbec3 153 158 160 144\n52480d60a7ccbec3 45 50 55 41\n52480d60a7ccbec3 26 31 36 8\nf9e4896193305279 138 143 148 161\nf9e4896193305279 192 197 202 180\nf9e4896193305279 127 132 137 133\nf9e4896193305279 221 226 226 195\nf9e4896193305279 93 98 103 81\n635b0cb422cc9b63 174 179 184 151\n635b0cb422cc9b63 172 177 182 181\n635b0cb422cc9b63 10 15 20 3\n635b0cb422cc9b63 188 193 198 167\n635b0cb422cc9b63 166 171 176 193\n01497290d8b93a9b 5 10 15 13\n01497290d8b93a9b 67 72 77 69\n01497290d8b93a9b 78 83 88 66\n01497290d8b93a9b 55 60 65 72\n01497290d8b93a9b 91 96 97 71\n0043978734eec081 26 31 36 21\n0043978734eec081 64 69 70 34\n0043978734eec081 1 6 11 19\n0043978734eec081 56 61 66 47\n0043978734eec081 45 50 55 63\nb5a38b3532cdcfc4 46 51 56 67\nb5a38b3532cdcfc4 75 80 85 53\nb5a38b3532cdcfc4 70 75 80 47\nb5a38b3532cdcfc4 96 101 106 85\nb5a38b3532cdcfc4 69 74 79 55\na6c6cbe8f6e0787f 66 71 76 72\na6c6cbe8f6e0787f 26 31 36 38\na6c6cbe8f6e0787f 63 68 73 33\na6c6cbe8f6e0787f 73 78 83 51\na6c6cbe8f6e0787f 82 83 83 64\n9aef06d879964b7b 40 45 50 47\n9aef06d879964b7b 31 36 41 41\n9aef06d879964b7b 22 27 32 3\n9aef06d879964b7b 37 42 47 12\n9aef06d879964b7b 59 64 69 76\nffe629bf59ab0eab 47 52 57 42\nffe629bf59ab0eab 34 39 44 38\nffe629bf59ab0eab 24 29 34 16\nffe629bf59ab0eab 61 66 71 67\nffe629bf59ab0eab 7 12 17 20\ncaab090998cd55d8 31 36 41 21\ncaab090998cd55d8 34 39 44 39\ncaab090998cd55d8 0 5 10 18\ncaab090998cd55d8 9 14 19 20\ncaab090998cd55d8 1 6 11 10\nf0e5ea4b11dd17ee 42 47 52 51\nf0e5ea4b11dd17ee 48 53 58 29\nf0e5ea4b11dd17ee 56 58 58 42\nf0e5ea4b11dd17ee 45 50 55 50\nf0e5ea4b11dd17ee 19 24 29 31\nde9f9460fbaa637e 20 25 30 2\nde9f9460fbaa637e 88 93 98 64\nde9f9460fbaa637e 40 45 50 42\nde9f9460fbaa637e 45 50 55 30\nde9f9460fbaa637e 67 72 77 46\n7d95284b6b944f86 1 6 11 9\n7d95284b6b944f86 54 59 61 40\n7d95284b6b944f86 45 50 55 22\n7d95284b6b944f86 9 14 19 17\n7d95284b6b944f86 49 54 59 60\n5535e78a16298072 14 19 24 30\n5535e78a16298072 179 184 189 179\n5535e78a16298072 68 73 78 74\n5535e78a16298072 131 136 141 127\n5535e78a16298072 81 86 91 56\n1f0f5e82e9d0f9ee 11 16 21 18\n1f0f5e82e9d0f9ee 29 34 39 23\n1f0f5e82e9d0f9ee 0 5 10 17\n1f0f5e82e9d0f9ee 22 27 32 50\n1f0f5e82e9d0f9ee 32 37 42 37\n3d2f4958db5aefbf 66 70 70 46\n3d2f4958db5aefbf 6 11 16 32\n3d2f4958db5aefbf 23 28 33 51\n3d2f4958db5aefbf 54 59 64 33\n3d2f4958db5aefbf 34 39 44 43\nbdca5b7cf748f034 149 150 150 123\nbdca5b7cf748f034 91 96 101 95\nbdca5b7cf748f034 25 30 35 41\nbdca5b7cf748f034 37 42 47 22\nbdca5b7cf748f034 106 111 116 84\n4a7f0556fb58a5cc 108 113 118 110\n4a7f0556fb58a5cc 10 15 20 10\n4a7f0556fb58a5cc 84 89 94 54\n4a7f0556fb58a5cc 9 14 19 5\n4a7f0556fb58a5cc 85 90 95 83\n7bab7b21dbaf38ab 113 118 123 128\n7bab7b21dbaf38ab 84 89 94 110\n7bab7b21dbaf38ab 53 58 63 25\n7bab7b21dbaf38ab 62 67 72 69\n7bab7b21dbaf38ab 39 44 49 61\n6e2921154309ebf3 51 56 61 63\n6e2921154309ebf3 242 246 246 234\n6e2921154309ebf3 175 180 185 195\n6e2921154309ebf3 30 35 40 35\n6e2921154309ebf3 193 198 203 164\nabe6faa37846f1ce 15 20 25 40\nabe6faa37846f1ce 14 19 24 26\nabe6faa37846f1ce 35 40 45 12\nabe6faa37846f1ce 3 8 13 26\nabe6faa37846f1ce 21 26 31 31\n9ddc6813bef3b422 30 35 40 3\n9ddc6813bef3b422 64 69 74 64\n9ddc6813bef3b422 53 58 63 68\n9ddc6813bef3b422 28 33 38 56\n9ddc6813bef3b422 66 71 76 80\nb70892f796f8ba4c 30 35 40 45\nb70892f796f8ba4c 13 18 23 27\nb70892f796f8ba4c 28 33 38 41\nb70892f796f8ba4c 10 15 20 38\nb70892f796f8ba4c 14 19 24 30\n01842c6b21e1d679 70 75 80 51\n01842c6b21e1d679 103 108 113 90\n01842c6b21e1d679 25 30 35 31\n01842c6b21e1d679 182 187 192 180\n01842c6b21e1d679 53 58 63 72\ncf0c668465cd0880 266 271 276 253\ncf0c668465cd0880 96 101 106 95\ncf0c668465cd0880 71 76 81 81\ncf0c668465cd0880 250 255 260 239\ncf0c668465cd0880 185 190 195 166\nfb36cf1f6923924b 83 88 93 98\nfb36cf1f6923924b 2 7 12 17\nfb36cf1f6923924b 70 75 80 79\nfb36cf1f6923924b 79 84 89 62\nfb36cf1f6923924b 143 148 153 124\ne6b4cb8ad82b5f07 23 28 33 24\ne6b4cb8ad82b5f07 15 20 25 44\ne6b4cb8ad82b5f07 56 61 66 31\ne6b4cb8ad82b5f07 7 12 17 29\ne6b4cb8ad82b5f07 6 11 16 18\n73ed097f3e2514c9 1 6 11 4\n73ed097f3e2514c9 42 47 52 69\n73ed097f3e2514c9 78 83 88 61\n73ed097f3e2514c9 101 106 111 83\n73ed097f3e2514c9 72 77 82 86\nd7c79e9bf6b0e42e 29 34 39 57\nd7c79e9bf6b0e42e 35 40 45 7\nd7c79e9bf6b0e42e 1 6 11 1\nd7c79e9bf6b0e42e 89 94 99 62\nd7c79e9bf6b0e42e 54 59 64 70\n73dbed7d7c84edec 42 47 52 22\n73dbed7d7c84edec 62 67 71 55\n73dbed7d7c84edec 57 62 67 69\n73dbed7d7c84edec 52 57 62 24\n73dbed7d7c84edec 40 45 50 64\n96697e788dda9aa7 164 169 174 175\n96697e788dda9aa7 27 32 37 35\n96697e788dda9aa7 20 25 30 17\n96697e788dda9aa7 122 127 132 132\n96697e788dda9aa7 133 138 143 124\na724c3e42bed1de1 178 183 188 166\na724c3e42bed1de1 117 122 127 113\na724c3e42bed1de1 171 176 181 167\na724c3e42bed1de1 96 101 106 124\na724c3e42bed1de1 148 153 158 128\nc1e3a9b6b762ca8e 190 195 200 211\nc1e3a9b6b762ca8e 124 129 134 127\nc1e3a9b6b762ca8e 51 56 61 59\nc1e3a9b6b762ca8e 128 133 138 101\nc1e3a9b6b762ca8e 166 171 176 185\n1a82f31490fba51d 19 24 29 40\n1a82f31490fba51d 20 25 30 35\n1a82f31490fba51d 45 50 55 31\n1a82f31490fba51d 156 158 158 132\n1a82f31490fba51d 94 99 104 65\n51973bc28ad2030d 21 26 27 14\n51973bc28ad2030d 70 75 80 63\n51973bc28ad2030d 59 64 69 37\n51973bc28ad2030d 5 10 15 23\n51973bc28ad2030d 67 72 77 72\n9b09cb164f1df0d6 73 78 83 86\n9b09cb164f1df0d6 141 146 151 123\n9b09cb164f1df0d6 120 125 130 105\n9b09cb164f1df0d6 139 144 149 161\n9b09cb164f1df0d6 146 151 156 121\ncff142942facf89c 76 81 86 61\ncff142942facf89c 93 95 95 88\ncff142942facf89c 54 59 64 77\ncff142942facf89c 36 41 46 19\ncff142942facf89c 81 86 91 60\nf56884f938bcf8f3 24 29 34 0\nf56884f938bcf8f3 55 60 65 28\nf56884f938bcf8f3 8 13 18 17\nf56884f938bcf8f3 16 21 26 5\nf56884f938bcf8f3 75 80 85 55\na0948de3902ae476 2 7 12 19\na0948de3902ae476 155 160 165 180\na0948de3902ae476 151 156 161 171\na0948de3902ae476 201 206 211 181\na0948de3902ae476 240 245 250 224\n7ea24d7b4e174a36 77 82 87 74\n7ea24d7b4e174a36 42 47 52 70\n7ea24d7b4e174a36 105 110 115 124\n7ea24d7b4e174a36 225 230 235 231\n7ea24d7b4e174a36 121 126 131 110\n5c549af41b41e826 6 11 16 13\n5c549af41b41e826 28 33 38 13\n5c549af41b41e826 172 177 182 149\n5c549af41b41e826 191 196 201 204\n5c549af41b41e826 118 123 128 127\ne89e33990a253fe7 26 31 36 22\ne89e33990a253fe7 15 20 25 28\ne89e33990a253fe7 19 24 29 45\ne89e33990a253fe7 36 41 46 8\ne89e33990a253fe7 25 30 35 51\ncbdd3b8e9010c070 146 151 156 134\ncbdd3b8e9010c070 2 7 12 21\ncbdd3b8e9010c070 56 61 66 53\ncbdd3b8e9010c070 77 82 87 68\ncbdd3b8e9010c070 84 89 94 112\nc49d1df4c465f3db 206 211 216 219\nc49d1df4c465f3db 50 55 60 26\nc49d1df4c465f3db 177 182 187 190\nc49d1df4c465f3db 134 139 144 147\nc49d1df4c465f3db 20 25 30 6\n2ed398e8368e0c6f 143 148 153 147\n2ed398e8368e0c6f 136 141 146 126\n2ed398e8368e0c6f 84 89 94 55\n2ed398e8368e0c6f 72 77 82 98\n2ed398e8368e0c6f 153 158 163 123\n55c99f9550523caa 25 30 35 41\n55c99f9550523caa 46 51 56 56\n55c99f9550523caa 13 18 23 32\n55c99f9550523caa 53 58 63 43\n55c99f9550523caa 61 66 71 37\n2b4a934049f932d0 32 37 42 32\n2b4a934049f932d0 76 81 81 56\n2b4a934049f932d0 8 13 18 19\n2b4a934049f932d0 62 67 72 39\n2b4a934049f932d0 4 9 14 9\n5590c5929892c362 233 234 234 203\n5590c5929892c362 192 197 202 219\n5590c5929892c362 163 168 173 137\n5590c5929892c362 51 56 61 65\n5590c5929892c362 209 214 219 229\n997cf2dce8841462 235 240 245 212\n997cf2dce8841462 274 278 278 260\n997cf2dce8841462 34 39 44 15\n997cf2dce8841462 250 255 260 229\n997cf2dce8841462 173 178 183 161\na8e4359a237cf2dd 46 51 56 23\na8e4359a237cf2dd 14 19 24 24\na8e4359a237cf2dd 30 35 40 5\na8e4359a237cf2dd 118 123 128 123\na8e4359a237cf2dd 86 91 96 81\n1eca36ec55b88fe4 104 109 114 93\n1eca36ec55b88fe4 34 39 44 55\n1eca36ec55b88fe4 93 98 103 104\n1eca36ec55b88fe4 130 135 140 104\n1eca36ec55b88fe4 12 17 22 16\n0f64c5e4fead6cf2 51 56 61 51\n0f64c5e4fead6cf2 12 17 22 1\n0f64c5e4fead6cf2 60 65 70 79\n0f64c5e4fead6cf2 89 94 99 111\n0f64c5e4fead6cf2 63 68 73 54\n7a8350db1f516bb4 45 50 55 48\n7a8350db1f516bb4 56 61 66 69\n7a8350db1f516bb4 27 32 37 51\n7a8350db1f516bb4 50 55 60 34\n7a8350db1f516bb4 36 41 46 8\n4e66b1e1bd9676d0 154 159 164 150\n4e66b1e1bd9676d0 152 157 162 126\n4e66b1e1bd9676d0 216 221 226 237\n4e66b1e1bd9676d0 15 20 25 34\n4e66b1e1bd9676d0 46 51 56 73\nb5007b88ba591f55 79 84 89 55\nb5007b88ba591f55 119 124 128 109\nb5007b88ba591f55 36 41 46 26\nb5007b88ba591f55 21 26 31 6\nb5007b88ba591f55 28 33 38 13\nfd56ac232431ec1e 59 64 69 81\nfd56ac232431ec1e 8 13 18 13\nfd56ac232431ec1e 26 31 36 13\nfd56ac232431ec1e 50 55 60 31\nfd56ac232431ec1e 14 19 24 1\n5cce330e210390f8 21 26 31 45\n5cce330e210390f8 30 35 40 34\n5cce330e210390f8 38 43 48 34\n5cce330e210390f8 20 25 30 41\n5cce330e210390f8 43 48 53 65\n778f68c53772af85 32 37 42 32\n778f68c53772af85 59 64 69 71\n778f68c53772af85 62 67 72 48\n778f68c53772af85 7 12 17 24\n778f68c53772af85 57 62 67 68\nc0bdeae8f2b84b7f 44 49 54 53\nc0bdeae8f2b84b7f 238 243 248 266\nc0bdeae8f2b84b7f 143 148 153 165\nc0bdeae8f2b84b7f 26 31 36 20\nc0bdeae8f2b84b7f 30 35 40 22\nab8305df83a2ce2a 202 207 212 219\nab8305df83a2ce2a 124 129 134 101\nab8305df83a2ce2a 11 16 21 24\nab8305df83a2ce2a 174 179 184 175\nab8305df83a2ce2a 127 132 137 138\n584f2fc6d686aebc 58 63 68 76\n584f2fc6d686aebc 55 60 65 74\n584f2fc6d686aebc 53 58 63 46\n584f2fc6d686aebc 270 275 278 266\n584f2fc6d686aebc 259 264 269 263\n33e23b97daf5d9f0 184 189 194 210\n33e23b97daf5d9f0 198 203 208 190\n33e23b97daf5d9f0 100 105 110 78\n33e23b97daf5d9f0 94 99 104 96\n33e23b97daf5d9f0 139 144 149 149\nf54473cb3c9efc04 56 61 66 58\nf54473cb3c9efc04 62 67 72 35\nf54473cb3c9efc04 30 35 40 49\nf54473cb3c9efc04 79 84 89 93\nf54473cb3c9efc04 44 49 54 17\n9b1df103d73ce624 12 17 22 40\n9b1df103d73ce624 35 40 45 7\n9b1df103d73ce624 79 84 86 56\n9b1df103d73ce624 73 78 83 51\n9b1df103d73ce624 26 31 36 31\na1a21aee1df9fa71 51 56 61 32\na1a21aee1df9fa71 163 168 173 154\na1a21aee1df9fa71 138 143 148 162\na1a21aee1df9fa71 50 55 60 79\na1a21aee1df9fa71 101 106 111 116\n4766f2062abaaf74 139 144 149 141\n4766f2062abaaf74 0 5 10 7\n4766f2062abaaf74 161 166 171 189\n4766f2062abaaf74 140 145 150 147\n4766f2062abaaf74 81 86 91 97\n133ee6e537353604 256 261 266 261\n133ee6e537353604 239 244 249 265\n133ee6e537353604 162 167 172 158\n133ee6e537353604 0 5 10 26\n133ee6e537353604 89 94 99 83\nb7455b8a4deab066 163 168 173 158\nb7455b8a4deab066 54 59 64 68\nb7455b8a4deab066 138 143 148 140\nb7455b8a4deab066 181 186 191 179\nb7455b8a4deab066 68 73 78 84\nb1da4b3eecf01f9f 101 101 101 86\nb1da4b3eecf01f9f 97 101 101 79\nb1da4b3eecf01f9f 30 35 40 47\nb1da4b3eecf01f9f 13 18 23 12\nb1da4b3eecf01f9f 71 76 81 72\n3059f523501dfd97 88 90 90 89\n3059f523501dfd97 25 30 35 6\n3059f523501dfd97 75 80 85 54\n3059f523501dfd97 56 61 66 46\n3059f523501dfd97 44 49 54 19\n3d5125567924e37b 144 149 154 136\n3d5125567924e37b 122 127 132 132\n3d5125567924e37b 137 142 147 116\n3d5125567924e37b 158 158 158 150\n3d5125567924e37b 41 46 51 53\n11eb4e9eec5048f2 93 97 97 86\n11eb4e9eec5048f2 49 54 59 25\n11eb4e9eec5048f2 86 91 96 88\n11eb4e9eec5048f2 52 57 62 51\n11eb4e9eec5048f2 37 42 47 10\nc6e9e5366bec252a 92 97 102 66\nc6e9e5366bec252a 101 106 111 128\nc6e9e5366bec252a 54 59 64 29\nc6e9e5366bec252a 110 115 120 88\nc6e9e5366bec252a 95 100 105 73\n912177dbf0a1ed6c 40 45 50 53\n912177dbf0a1ed6c 43 48 53 35\n912177dbf0a1ed6c 38 43 48 56\n912177dbf0a1ed6c 45 50 55 47\n912177dbf0a1ed6c 0 5 10 9\nf23ea66496d4592c 95 100 105 87\nf23ea66496d4592c 70 75 80 42\nf23ea66496d4592c 14 19 24 29\nf23ea66496d4592c 83 88 93 74\nf23ea66496d4592c 67 72 77 61\n285aef90afaaf565 62 67 72 43\n285aef90afaaf565 225 230 235 235\n285aef90afaaf565 273 278 278 268\n285aef90afaaf565 103 108 113 112\n285aef90afaaf565 169 174 179 140\n3c054be9bdb304ee 1 6 11 73\n3c054be9bdb304ee 29 34 39 57\n3c054be9bdb304ee 59 64 67 50\n3c054be9bdb304ee 6 11 16 18\n3c054be9bdb304ee 44 49 54 66\nf47dad0f8ebde12c 14 19 24 25\nf47dad0f8ebde12c 25 30 35 33\nf47dad0f8ebde12c 23 28 33 47\nf47dad0f8ebde12c 42 47 52 31\nf47dad0f8ebde12c 22 27 32 36\n280443260e3dced9 158 162 162 148\n280443260e3dced9 51 56 61 49\n280443260e3dced9 103 108 113 105\n280443260e3dced9 147 152 157 147\n280443260e3dced9 98 103 108 119\n1c7b3ccd5482f834 12 17 22 41\n1c7b3ccd5482f834 15 20 25 33\n1c7b3ccd5482f834 53 58 63 61\n1c7b3ccd5482f834 27 32 37 51\n1c7b3ccd5482f834 24 29 34 12\n5d9aad375787cad0 114 119 124 111\n5d9aad375787cad0 119 124 129 109\n5d9aad375787cad0 180 185 190 163\n5d9aad375787cad0 51 56 61 75\n5d9aad375787cad0 256 261 266 274\nf22301abb4ab062c 17 22 27 17\nf22301abb4ab062c 38 43 48 54\nf22301abb4ab062c 4 9 14 26\nf22301abb4ab062c 14 19 24 23\nf22301abb4ab062c 27 32 37 55\nf18bcd7fe4f9ed5b 27 32 37 45\nf18bcd7fe4f9ed5b 8 13 18 13\nf18bcd7fe4f9ed5b 18 23 28 11\nf18bcd7fe4f9ed5b 34 39 44 48\nf18bcd7fe4f9ed5b 47 52 57 49\n70b9150d03080611 13 18 23 1\n70b9150d03080611 24 29 34 36\n70b9150d03080611 68 69 69 59\n70b9150d03080611 55 60 65 55\n70b9150d03080611 30 35 40 39\n189f95593df3c7f1 11 16 21 18\n189f95593df3c7f1 14 19 24 13\n189f95593df3c7f1 44 49 50 29\n189f95593df3c7f1 43 48 50 42\n189f95593df3c7f1 45 50 50 39\n22b86e38854ad186 13 18 23 21\n22b86e38854ad186 33 38 43 13\n22b86e38854ad186 22 27 32 26\n22b86e38854ad186 26 31 36 31\n22b86e38854ad186 54 59 64 39\n12e6ba92e82c7ca4 31 36 41 47\n12e6ba92e82c7ca4 46 51 56 52\n12e6ba92e82c7ca4 2 7 12 26\n12e6ba92e82c7ca4 43 48 53 66\n12e6ba92e82c7ca4 101 106 111 91\n0ed8b86b87a30d38 48 53 58 45\n0ed8b86b87a30d38 77 82 87 74\n0ed8b86b87a30d38 28 33 38 19\n0ed8b86b87a30d38 58 63 68 86\n0ed8b86b87a30d38 92 97 102 75\ne943268225439ee2 68 73 78 58\ne943268225439ee2 104 109 114 110\ne943268225439ee2 76 81 86 90\ne943268225439ee2 112 117 117 94\ne943268225439ee2 24 29 34 16\nc4a3fdc24d1ae332 24 29 34 50\nc4a3fdc24d1ae332 124 129 134 132\nc4a3fdc24d1ae332 38 43 48 17\nc4a3fdc24d1ae332 58 63 68 54\nc4a3fdc24d1ae332 185 190 195 187\ncd99ac8eaaf6ab23 28 33 38 40\ncd99ac8eaaf6ab23 1 6 11 19\ncd99ac8eaaf6ab23 27 32 37 21\ncd99ac8eaaf6ab23 20 25 30 31\ncd99ac8eaaf6ab23 61 66 71 52\ne02fe3ae53693362 48 53 58 56\ne02fe3ae53693362 2 7 12 11\ne02fe3ae53693362 39 44 49 61\ne02fe3ae53693362 75 78 78 51\ne02fe3ae53693362 65 70 75 58\nd4f7d672c5f718ac 117 122 123 110\nd4f7d672c5f718ac 98 103 108 115\nd4f7d672c5f718ac 75 80 85 79\nd4f7d672c5f718ac 47 52 57 70\nd4f7d672c5f718ac 84 89 94 113\ncce1ae2fda6376ec 165 170 175 143\ncce1ae2fda6376ec 106 111 116 132\ncce1ae2fda6376ec 216 217 217 209\ncce1ae2fda6376ec 195 200 205 181\ncce1ae2fda6376ec 173 178 183 170\n1aa94a69594df8a6 149 154 159 131\n1aa94a69594df8a6 116 121 126 109\n1aa94a69594df8a6 180 185 190 191\n1aa94a69594df8a6 106 111 116 133\n1aa94a69594df8a6 94 99 104 92\n38f7ba7fd9a83069 85 90 95 86\n38f7ba7fd9a83069 42 47 52 17\n38f7ba7fd9a83069 54 59 64 53\n38f7ba7fd9a83069 86 91 96 67\n38f7ba7fd9a83069 34 39 44 33\n2c04a38ae16197b2 45 50 55 34\n2c04a38ae16197b2 153 158 163 148\n2c04a38ae16197b2 178 183 188 154\n2c04a38ae16197b2 0 5 10 28\n2c04a38ae16197b2 119 124 129 121\nc1aa5d80f22d92f4 61 66 71 70\nc1aa5d80f22d92f4 53 58 63 50\nc1aa5d80f22d92f4 19 24 29 0\nc1aa5d80f22d92f4 41 46 51 48\nc1aa5d80f22d92f4 1 6 11 29\nbf1d955d0d4cad3d 85 90 95 77\nbf1d955d0d4cad3d 149 154 159 129\nbf1d955d0d4cad3d 133 138 143 106\nbf1d955d0d4cad3d 106 111 116 129\nbf1d955d0d4cad3d 26 31 36 9\na705b6b07ff535c2 90 95 99 86\na705b6b07ff535c2 101 106 111 104\na705b6b07ff535c2 9 14 19 118\na705b6b07ff535c2 11 16 21 116\na705b6b07ff535c2 104 109 114 109\nf1cf2e1b45e3c789 19 24 29 35\nf1cf2e1b45e3c789 78 83 88 64\nf1cf2e1b45e3c789 93 98 103 104\nf1cf2e1b45e3c789 26 31 36 3\nf1cf2e1b45e3c789 157 162 167 144\n02e6fb86b0172f0b 38 43 48 19\n02e6fb86b0172f0b 39 44 49 53\n02e6fb86b0172f0b 164 169 174 154\n02e6fb86b0172f0b 140 145 150 144\n02e6fb86b0172f0b 19 24 29 16\n57d0ba14855f013e 77 82 87 69\n57d0ba14855f013e 139 144 149 128\n57d0ba14855f013e 113 118 123 112\n57d0ba14855f013e 12 17 22 9\n57d0ba14855f013e 130 135 140 140\n5a2c2af8cf1765b2 18 23 28 33\n5a2c2af8cf1765b2 89 94 99 110\n5a2c2af8cf1765b2 198 203 208 197\n5a2c2af8cf1765b2 212 217 222 193\n5a2c2af8cf1765b2 16 21 26 43\nb9719e4f722c3f4c 21 26 31 25\nb9719e4f722c3f4c 50 55 58 58\nb9719e4f722c3f4c 1 6 11 11\nb9719e4f722c3f4c 54 58 58 37\nb9719e4f722c3f4c 55 58 58 53\n689e0540485d3233 95 100 105 73\n689e0540485d3233 84 89 94 101\n689e0540485d3233 10 15 20 33\n689e0540485d3233 49 54 59 70\n689e0540485d3233 97 102 107 88\n0b8e670f98cf5083 22 27 32 6\n0b8e670f98cf5083 34 39 44 40\n0b8e670f98cf5083 10 15 20 16\n0b8e670f98cf5083 36 41 46 27\n0b8e670f98cf5083 26 31 36 25\n443e5a7e679e3e94 63 68 73 54\n443e5a7e679e3e94 13 18 23 11\n443e5a7e679e3e94 29 34 39 38\n443e5a7e679e3e94 90 95 100 95\n443e5a7e679e3e94 9 14 19 31\nbdc9dd08d9406ab1 68 73 78 62\nbdc9dd08d9406ab1 67 72 77 64\nbdc9dd08d9406ab1 53 58 63 55\nbdc9dd08d9406ab1 29 34 39 50\nbdc9dd08d9406ab1 107 112 117 114\n8a3d65fc359279df 23 28 33 49\n8a3d65fc359279df 189 194 199 166\n8a3d65fc359279df 124 129 134 113\n8a3d65fc359279df 215 220 225 219\n8a3d65fc359279df 82 87 92 78\n0e2c96cd97e73a38 23 28 33 33\n0e2c96cd97e73a38 54 59 64 34\n0e2c96cd97e73a38 73 78 83 49\n0e2c96cd97e73a38 74 79 84 80\n0e2c96cd97e73a38 29 34 39 36\nf2e2395d40c7edfb 36 41 46 8\nf2e2395d40c7edfb 107 112 117 109\nf2e2395d40c7edfb 144 149 154 119\nf2e2395d40c7edfb 101 106 111 108\nf2e2395d40c7edfb 98 103 108 114\n5bb9c1498799204b 67 72 77 91\n5bb9c1498799204b 3 8 13 27\n5bb9c1498799204b 73 78 83 52\n5bb9c1498799204b 17 22 27 13\n5bb9c1498799204b 8 13 18 29\n4fe53e010f46a558 6 11 16 4\n4fe53e010f46a558 78 83 88 79\n4fe53e010f46a558 199 204 209 198\n4fe53e010f46a558 200 205 210 192\n4fe53e010f46a558 114 119 124 133\ncc8215b05c6778d0 69 74 79 96\ncc8215b05c6778d0 56 61 66 32\ncc8215b05c6778d0 182 187 192 182\ncc8215b05c6778d0 174 179 184 149\ncc8215b05c6778d0 195 200 205 191\ncd60cc2edf2d6ebf 29 34 39 44\ncd60cc2edf2d6ebf 92 95 95 66\ncd60cc2edf2d6ebf 60 65 70 45\ncd60cc2edf2d6ebf 22 27 32 21\ncd60cc2edf2d6ebf 80 85 90 75\nb572de1740856ec6 36 41 46 20\nb572de1740856ec6 24 29 34 12\nb572de1740856ec6 13 18 23 24\nb572de1740856ec6 76 81 86 68\nb572de1740856ec6 58 63 68 80\n876b3edad22f730f 85 90 95 55\n876b3edad22f730f 55 60 65 29\n876b3edad22f730f 96 101 106 90\n876b3edad22f730f 9 14 19 36\n876b3edad22f730f 28 33 38 18\n6afb95545c3aa4f2 51 56 61 25\n6afb95545c3aa4f2 26 31 36 11\n6afb95545c3aa4f2 48 53 58 51\n6afb95545c3aa4f2 68 69 69 47\n6afb95545c3aa4f2 21 26 31 8\n730b787d57719e58 122 127 131 101\n730b787d57719e58 56 61 66 82\n730b787d57719e58 47 52 57 60\n730b787d57719e58 114 119 124 97\n730b787d57719e58 40 45 50 33\n6fdc59ebb74b416c 156 161 166 164\n6fdc59ebb74b416c 91 96 101 62\n6fdc59ebb74b416c 236 241 246 210\n6fdc59ebb74b416c 1 6 11 2\n6fdc59ebb74b416c 114 119 124 99\na9af103dd88fc3bc 18 23 28 40\na9af103dd88fc3bc 24 29 34 52\na9af103dd88fc3bc 20 25 30 36\na9af103dd88fc3bc 56 57 57 48\na9af103dd88fc3bc 38 43 48 42\nf5e9ab93b539e29f 224 229 234 253\nf5e9ab93b539e29f 263 265 265 253\nf5e9ab93b539e29f 255 260 265 259\nf5e9ab93b539e29f 61 66 71 78\nf5e9ab93b539e29f 99 104 109 115\n764286e6f762e2f1 20 25 30 35\n764286e6f762e2f1 60 65 70 41\n764286e6f762e2f1 6 11 16 26\n764286e6f762e2f1 23 28 33 5\n764286e6f762e2f1 14 19 24 6\nbcec42805bcee3e4 263 268 273 257\nbcec42805bcee3e4 234 239 244 224\nbcec42805bcee3e4 92 97 102 102\nbcec42805bcee3e4 194 199 204 213\nbcec42805bcee3e4 134 139 144 110\nbf202165b6449f3e 52 57 62 38\nbf202165b6449f3e 7 12 17 28\nbf202165b6449f3e 36 41 46 8\nbf202165b6449f3e 55 60 65 55\nbf202165b6449f3e 11 16 21 29\n45108618c40e26a7 267 272 277 237\n45108618c40e26a7 70 75 80 83\n45108618c40e26a7 145 150 155 126\n45108618c40e26a7 177 182 187 203\n45108618c40e26a7 16 21 26 1\ncbd6d93ad53f3431 24 29 34 37\ncbd6d93ad53f3431 62 67 70 40\ncbd6d93ad53f3431 57 62 67 40\ncbd6d93ad53f3431 8 13 18 26\ncbd6d93ad53f3431 31 36 41 18\n24d97ac8e96e7a5e 33 38 43 34\n24d97ac8e96e7a5e 9 14 19 3\n24d97ac8e96e7a5e 37 42 47 61\n24d97ac8e96e7a5e 38 43 48 47\n24d97ac8e96e7a5e 16 21 26 2\n666dfa1a6310793c 0 5 10 14\n666dfa1a6310793c 64 69 74 61\n666dfa1a6310793c 73 78 83 59\n666dfa1a6310793c 10 15 20 19\n666dfa1a6310793c 14 19 24 43\n0db2394602b8b81c 55 60 65 29\n0db2394602b8b81c 35 40 45 41\n0db2394602b8b81c 2 7 12 0\n0db2394602b8b81c 9 14 19 15\n0db2394602b8b81c 84 89 94 100\nccc439d4b28c87b2 91 96 101 101\nccc439d4b28c87b2 203 208 213 215\nccc439d4b28c87b2 118 123 128 134\nccc439d4b28c87b2 64 69 74 43\nccc439d4b28c87b2 208 213 218 181\nbf3d04f34a597b40 49 52 52 38\nbf3d04f34a597b40 28 33 38 10\nbf3d04f34a597b40 22 27 32 37\nbf3d04f34a597b40 6 11 16 13\nbf3d04f34a597b40 27 32 37 27\n83b6a9a916fef572 44 49 54 37\n83b6a9a916fef572 229 234 239 228\n83b6a9a916fef572 219 224 229 193\n83b6a9a916fef572 215 220 225 223\n83b6a9a916fef572 61 66 71 90\na29fc0da4ecd466f 19 24 29 17\na29fc0da4ecd466f 98 103 105 84\na29fc0da4ecd466f 75 80 85 101\na29fc0da4ecd466f 37 42 47 38\na29fc0da4ecd466f 27 32 37 18\ned7a4d97bab47c6d 120 125 130 113\ned7a4d97bab47c6d 203 208 213 192\ned7a4d97bab47c6d 143 148 153 138\ned7a4d97bab47c6d 81 86 91 75\ned7a4d97bab47c6d 41 46 51 60\neac13f3b1145593c 9 14 19 24\neac13f3b1145593c 3 8 13 21\neac13f3b1145593c 10 15 20 22\neac13f3b1145593c 45 50 51 42\neac13f3b1145593c 13 18 23 41\n5c7f377c59f81d8b 86 91 96 63\n5c7f377c59f81d8b 35 40 45 61\n5c7f377c59f81d8b 29 34 39 28\n5c7f377c59f81d8b 106 111 116 76\n5c7f377c59f81d8b 64 69 74 37\ndc7c7a8a4d5ac4e0 176 181 186 162\ndc7c7a8a4d5ac4e0 36 41 46 14\ndc7c7a8a4d5ac4e0 131 136 141 155\ndc7c7a8a4d5ac4e0 28 33 38 22\ndc7c7a8a4d5ac4e0 162 167 172 139\n60bf89b196577c8c 0 5 10 17\n60bf89b196577c8c 57 62 64 34\n60bf89b196577c8c 49 54 59 57\n60bf89b196577c8c 17 22 27 44\n60bf89b196577c8c 64 64 64 54\n512810bd5785cad6 178 183 188 175\n512810bd5785cad6 10 15 20 34\n512810bd5785cad6 79 84 89 54\n512810bd5785cad6 159 164 169 162\n512810bd5785cad6 222 227 232 214\n1ac790c62f3478ad 223 226 226 216\n1ac790c62f3478ad 147 152 157 158\n1ac790c62f3478ad 195 200 205 221\n1ac790c62f3478ad 202 207 212 194\n1ac790c62f3478ad 139 144 149 168\n134d7e5a74497a82 0 5 10 9\n134d7e5a74497a82 19 24 29 19\n134d7e5a74497a82 11 16 21 24\n134d7e5a74497a82 147 152 157 146\n134d7e5a74497a82 146 151 156 131\nd52cb5376bd64041 105 110 115 82\nd52cb5376bd64041 47 52 57 18\nd52cb5376bd64041 100 105 110 97\nd52cb5376bd64041 154 159 164 148\nd52cb5376bd64041 17 22 27 29\nee35dd9642fb2e54 29 34 39 34\nee35dd9642fb2e54 58 63 67 48\nee35dd9642fb2e54 46 51 56 64\nee35dd9642fb2e54 48 53 58 28\nee35dd9642fb2e54 40 45 50 23\n672d2597ccecf318 148 153 157 149\n672d2597ccecf318 67 72 77 59\n672d2597ccecf318 157 157 157 139\n672d2597ccecf318 39 44 49 68\n672d2597ccecf318 142 147 152 119\n1f0e06e4388dd600 152 157 162 143\n1f0e06e4388dd600 156 161 166 161\n1f0e06e4388dd600 272 277 278 254\n1f0e06e4388dd600 117 122 127 117\n1f0e06e4388dd600 79 84 89 60\n9a1b51f094189756 91 96 101 65\n9a1b51f094189756 120 125 128 90\n9a1b51f094189756 97 102 107 70\n9a1b51f094189756 79 84 89 85\n9a1b51f094189756 41 46 51 68\n84196545d36de465 34 39 44 41\n84196545d36de465 60 65 70 43\n84196545d36de465 25 30 35 42\n84196545d36de465 68 73 78 58\n84196545d36de465 20 25 30 34\nf83c61b3be7f9e0f 62 67 72 34\nf83c61b3be7f9e0f 23 28 33 47\nf83c61b3be7f9e0f 66 71 76 49\nf83c61b3be7f9e0f 30 35 40 2\nf83c61b3be7f9e0f 46 51 56 37\nfa3f44738a1efcf8 51 56 61 48\nfa3f44738a1efcf8 22 27 32 21\nfa3f44738a1efcf8 35 40 45 35\nfa3f44738a1efcf8 74 79 84 71\nfa3f44738a1efcf8 48 53 58 21\n0de6bc7da518fcae 31 36 41 11\n0de6bc7da518fcae 47 52 55 25\n0de6bc7da518fcae 32 37 42 20\n0de6bc7da518fcae 25 30 35 53\n0de6bc7da518fcae 26 31 36 5\n4560f57598efe5ab 40 45 50 31\n4560f57598efe5ab 56 61 66 39\n4560f57598efe5ab 30 35 40 46\n4560f57598efe5ab 59 64 69 66\n4560f57598efe5ab 8 13 18 6\na911693eb9c3f0ec 124 129 134 124\na911693eb9c3f0ec 51 56 61 78\na911693eb9c3f0ec 100 105 110 80\na911693eb9c3f0ec 133 138 143 126\na911693eb9c3f0ec 40 45 50 31\n51606f24d69a31c5 108 113 118 113\n51606f24d69a31c5 253 258 263 275\n51606f24d69a31c5 237 242 247 239\n51606f24d69a31c5 214 219 224 212\n51606f24d69a31c5 203 208 213 232\n1d4d81f8629b119e 120 125 130 127\n1d4d81f8629b119e 141 146 151 152\n1d4d81f8629b119e 135 140 145 118\n1d4d81f8629b119e 77 82 87 97\n1d4d81f8629b119e 150 155 160 164\n8f4b034b1b213245 81 86 91 66\n8f4b034b1b213245 77 82 87 86\n8f4b034b1b213245 64 69 74 46\n8f4b034b1b213245 71 76 81 71\n8f4b034b1b213245 36 41 46 8\n8b0ad2e14b8f1cd3 5 10 15 6\n8b0ad2e14b8f1cd3 7 12 17 16\n8b0ad2e14b8f1cd3 53 58 63 40\n8b0ad2e14b8f1cd3 43 48 53 70\n8b0ad2e14b8f1cd3 116 121 126 135\nc8263ab902bfbf3b 12 17 22 39\nc8263ab902bfbf3b 27 32 37 14\nc8263ab902bfbf3b 76 81 86 62\nc8263ab902bfbf3b 19 24 29 6\nc8263ab902bfbf3b 124 129 134 118\n3764fcd58017528f 3 8 13 25\n3764fcd58017528f 20 25 30 16\n3764fcd58017528f 21 26 31 22\n3764fcd58017528f 16 21 26 15\n3764fcd58017528f 0 5 10 8\n29791bf60e718c6b 214 219 224 223\n29791bf60e718c6b 187 192 197 171\n29791bf60e718c6b 116 121 126 135\n29791bf60e718c6b 185 190 195 208\n29791bf60e718c6b 85 90 95 61\nfea3a0ff96583244 120 125 130 123\nfea3a0ff96583244 45 50 55 40\nfea3a0ff96583244 91 96 101 103\nfea3a0ff96583244 103 108 113 113\nfea3a0ff96583244 105 110 115 92\nbf828c70b94f0645 32 37 42 16\nbf828c70b94f0645 63 68 73 51\nbf828c70b94f0645 61 66 71 83\nbf828c70b94f0645 4 9 14 17\nbf828c70b94f0645 80 85 90 108\naf0d1ef190fafdb7 47 52 57 42\naf0d1ef190fafdb7 40 45 50 17\naf0d1ef190fafdb7 89 94 99 67\naf0d1ef190fafdb7 54 59 64 36\naf0d1ef190fafdb7 63 68 73 45\na674ca864ad8992d 98 103 108 124\na674ca864ad8992d 86 91 96 68\na674ca864ad8992d 38 43 48 65\na674ca864ad8992d 56 61 66 70\na674ca864ad8992d 44 49 54 70\n8d8218c2ca6827a0 29 34 39 6\n8d8218c2ca6827a0 59 64 69 54\n8d8218c2ca6827a0 35 40 45 49\n8d8218c2ca6827a0 110 115 120 120\n8d8218c2ca6827a0 94 99 104 74\n4aa594c0ad661f28 102 107 112 78\n4aa594c0ad661f28 45 50 55 68\n4aa594c0ad661f28 119 124 129 132\n4aa594c0ad661f28 19 24 29 3\n4aa594c0ad661f28 108 113 118 133\n693a68e032e19243 85 90 94 62\n693a68e032e19243 65 70 75 64\n693a68e032e19243 57 62 67 72\n693a68e032e19243 74 79 84 67\n693a68e032e19243 56 61 66 71\n796eb3606ccdf1a0 123 128 133 109\n796eb3606ccdf1a0 164 169 174 170\n796eb3606ccdf1a0 101 106 111 78\n796eb3606ccdf1a0 120 125 130 147\n796eb3606ccdf1a0 14 19 24 1\ne4346b375acea025 36 41 46 27\ne4346b375acea025 123 128 133 126\ne4346b375acea025 31 36 41 42\ne4346b375acea025 14 19 24 20\ne4346b375acea025 16 21 26 25\na94fc67eedfe293c 55 60 65 68\na94fc67eedfe293c 57 62 67 60\na94fc67eedfe293c 51 56 61 49\na94fc67eedfe293c 78 83 88 59\na94fc67eedfe293c 70 75 80 44\n090c672e7e394397 133 138 143 134\n090c672e7e394397 123 128 133 125\n090c672e7e394397 118 123 128 124\n090c672e7e394397 106 111 116 134\n090c672e7e394397 77 82 87 53\nfa53b8c13f6caabb 43 48 53 65\nfa53b8c13f6caabb 137 142 147 145\nfa53b8c13f6caabb 207 212 217 210\nfa53b8c13f6caabb 98 103 108 123\nfa53b8c13f6caabb 105 110 115 130\n99dcc63950025556 29 34 39 25\n99dcc63950025556 48 53 58 35\n99dcc63950025556 35 40 45 49\n99dcc63950025556 32 37 42 49\n99dcc63950025556 19 24 29 3\n4089ef1b1bdb1d36 71 76 81 60\n4089ef1b1bdb1d36 28 33 38 12\n4089ef1b1bdb1d36 55 60 65 46\n4089ef1b1bdb1d36 6 11 16 28\n4089ef1b1bdb1d36 86 91 96 59\nf43420f8216f180b 77 82 87 97\nf43420f8216f180b 65 70 75 59\nf43420f8216f180b 11 16 21 24\nf43420f8216f180b 37 42 47 54\nf43420f8216f180b 83 88 93 84\n46f840365cee9c44 5 10 15 4\n46f840365cee9c44 101 101 101 71\n46f840365cee9c44 6 11 16 5\n46f840365cee9c44 78 83 88 89\n46f840365cee9c44 17 22 27 5\n024908906fadb408 66 71 76 94\n024908906fadb408 45 50 55 15\n024908906fadb408 63 68 73 84\n024908906fadb408 13 18 23 18\n024908906fadb408 53 58 63 53\n2217c43ddaa29027 25 30 35 4\n2217c43ddaa29027 129 134 139 102\n2217c43ddaa29027 136 141 146 161\n2217c43ddaa29027 181 186 190 152\n2217c43ddaa29027 103 108 113 98\n2f98ee24d3fc43a2 91 96 101 112\n2f98ee24d3fc43a2 78 83 88 99\n2f98ee24d3fc43a2 34 39 44 36\n2f98ee24d3fc43a2 86 91 96 66\n2f98ee24d3fc43a2 104 109 114 80\n3317c40fd3e0a7b7 123 128 133 105\n3317c40fd3e0a7b7 135 139 139 136\n3317c40fd3e0a7b7 122 127 132 117\n3317c40fd3e0a7b7 58 63 68 82\n3317c40fd3e0a7b7 125 130 135 103\n9ded3a088012ad79 102 107 112 74\n9ded3a088012ad79 73 78 83 56\n9ded3a088012ad79 48 53 58 74\n9ded3a088012ad79 242 247 252 221\n9ded3a088012ad79 117 122 127 118\n991e2a74cd100440 133 138 143 146\n991e2a74cd100440 242 247 252 252\n991e2a74cd100440 217 222 227 226\n991e2a74cd100440 79 84 89 102\n991e2a74cd100440 1 6 11 21\n879843dd7709d6e0 28 33 38 41\n879843dd7709d6e0 185 190 195 188\n879843dd7709d6e0 64 69 74 42\n879843dd7709d6e0 113 118 123 108\n879843dd7709d6e0 179 184 189 185\n7e0a3935a658b20d 27 32 37 38\n7e0a3935a658b20d 37 42 47 64\n7e0a3935a658b20d 6 11 16 19\n7e0a3935a658b20d 29 34 39 52\n7e0a3935a658b20d 68 72 72 62\n6789ec9b19700574 31 36 41 44\n6789ec9b19700574 57 62 67 47\n6789ec9b19700574 85 90 90 55\n6789ec9b19700574 7 12 17 21\n6789ec9b19700574 45 50 55 69\n117335f5d67368ca 38 43 48 19\n117335f5d67368ca 1 6 11 0\n117335f5d67368ca 49 54 59 52\n117335f5d67368ca 69 74 74 44\n117335f5d67368ca 4 9 14 20\n78a73187ad5480b7 250 255 260 220\n78a73187ad5480b7 97 102 107 105\n78a73187ad5480b7 257 262 267 244\n78a73187ad5480b7 193 198 203 186\n78a73187ad5480b7 212 217 222 209\n3ee30754edfbdb3f 25 30 35 39\n3ee30754edfbdb3f 38 43 48 35\n3ee30754edfbdb3f 0 5 10 18\n3ee30754edfbdb3f 5 10 15 30\n3ee30754edfbdb3f 74 75 75 48\nf2e4e6e509d7fe3a 8 13 18 3\nf2e4e6e509d7fe3a 28 33 38 34\nf2e4e6e509d7fe3a 7 12 17 24\nf2e4e6e509d7fe3a 26 31 36 27\nf2e4e6e509d7fe3a 49 54 59 55\nf70ab7209d335f09 126 131 136 97\nf70ab7209d335f09 129 134 139 127\nf70ab7209d335f09 101 106 111 102\nf70ab7209d335f09 117 122 127 96\nf70ab7209d335f09 115 120 125 144\n0626b812d67da3c6 44 49 50 42\n0626b812d67da3c6 17 22 27 17\n0626b812d67da3c6 7 12 17 31\n0626b812d67da3c6 19 24 29 40\n0626b812d67da3c6 20 25 30 35\ne9338055d8f521ad 79 84 89 67\ne9338055d8f521ad 72 77 82 58\ne9338055d8f521ad 107 109 109 79\ne9338055d8f521ad 76 81 86 92\ne9338055d8f521ad 5 10 15 27\n77270b05e5cd1b4e 102 107 112 92\n77270b05e5cd1b4e 90 95 100 116\n77270b05e5cd1b4e 8 13 18 29\n77270b05e5cd1b4e 122 127 132 94\n77270b05e5cd1b4e 131 136 141 102\nd0ce9e9a4d4eaaac 87 92 97 83\nd0ce9e9a4d4eaaac 57 62 67 35\nd0ce9e9a4d4eaaac 30 35 40 51\nd0ce9e9a4d4eaaac 46 51 56 18\nd0ce9e9a4d4eaaac 151 156 161 138\n1fd5f9af785e6e5c 121 126 131 144\n1fd5f9af785e6e5c 13 18 23 4\n1fd5f9af785e6e5c 1 6 11 204\n1fd5f9af785e6e5c 179 184 189 165\n1fd5f9af785e6e5c 122 127 132 120\n0404d32e97ec1cdb 72 77 82 60\n0404d32e97ec1cdb 128 133 138 131\n0404d32e97ec1cdb 88 93 98 74\n0404d32e97ec1cdb 95 100 105 121\n0404d32e97ec1cdb 67 72 77 49\n01b08e2f20321127 68 73 74 55\n01b08e2f20321127 20 25 30 4\n01b08e2f20321127 60 65 70 47\n01b08e2f20321127 19 24 29 30\n01b08e2f20321127 37 42 47 56\n1e01b910ceba4573 112 117 122 97\n1e01b910ceba4573 19 24 29 13\n1e01b910ceba4573 261 266 271 246\n1e01b910ceba4573 33 38 43 42\n1e01b910ceba4573 8 13 18 8\n6bca63f130f50373 98 103 108 106\n6bca63f130f50373 96 101 106 68\n6bca63f130f50373 62 67 72 72\n6bca63f130f50373 81 86 91 91\n6bca63f130f50373 55 60 65 76\nc717b4a2780e054e 272 274 274 247\nc717b4a2780e054e 67 72 77 81\nc717b4a2780e054e 170 175 180 170\nc717b4a2780e054e 155 160 165 164\nc717b4a2780e054e 18 23 28 21\n78b173a303c6cd28 63 68 73 85\n78b173a303c6cd28 102 107 112 126\n78b173a303c6cd28 44 49 54 52\n78b173a303c6cd28 92 97 102 100\n78b173a303c6cd28 111 116 121 121\n374b2f4abac6dbb9 15 20 25 28\n374b2f4abac6dbb9 47 52 57 57\n374b2f4abac6dbb9 60 65 70 33\n374b2f4abac6dbb9 6 11 16 28\n374b2f4abac6dbb9 62 67 72 53\na0e3a397d90143c7 164 169 174 192\na0e3a397d90143c7 237 242 247 241\na0e3a397d90143c7 253 258 263 249\na0e3a397d90143c7 113 118 123 106\na0e3a397d90143c7 114 119 124 88\ne544d80550e0ed87 23 28 33 7\ne544d80550e0ed87 87 92 97 59\ne544d80550e0ed87 37 42 47 7\ne544d80550e0ed87 64 69 74 38\ne544d80550e0ed87 66 71 76 61\n0277b87a9c943ed5 57 62 67 39\n0277b87a9c943ed5 98 103 108 112\n0277b87a9c943ed5 49 54 59 50\n0277b87a9c943ed5 68 73 78 91\n0277b87a9c943ed5 70 75 80 78\nd0fc0d5566e548e5 62 67 72 68\nd0fc0d5566e548e5 63 68 72 61\nd0fc0d5566e548e5 7 12 17 1\nd0fc0d5566e548e5 69 72 72 55\nd0fc0d5566e548e5 5 10 15 7\n4e45b51fcd56ceb1 234 239 244 253\n4e45b51fcd56ceb1 262 267 272 268\n4e45b51fcd56ceb1 217 222 227 243\n4e45b51fcd56ceb1 81 86 91 51\n4e45b51fcd56ceb1 50 55 60 77\n1a556324d2e9d9ab 81 86 88 78\n1a556324d2e9d9ab 34 39 44 22\n1a556324d2e9d9ab 26 31 36 45\n1a556324d2e9d9ab 82 87 88 68\n1a556324d2e9d9ab 54 59 64 44\ne9c5eeb020300f1b 134 134 134 108\ne9c5eeb020300f1b 85 90 95 104\ne9c5eeb020300f1b 105 110 115 112\ne9c5eeb020300f1b 73 78 83 54\ne9c5eeb020300f1b 1 6 11 15\nc372fc209eba9c1a 74 79 84 88\nc372fc209eba9c1a 147 152 157 155\nc372fc209eba9c1a 187 192 197 170\nc372fc209eba9c1a 20 25 30 37\nc372fc209eba9c1a 86 91 96 63\n6636d77b91073b2d 48 53 58 62\n6636d77b91073b2d 82 87 92 93\n6636d77b91073b2d 8 13 18 1\n6636d77b91073b2d 63 68 73 46\n6636d77b91073b2d 90 95 100 81\n37d09bda74c92a93 31 36 41 17\n37d09bda74c92a93 44 49 54 40\n37d09bda74c92a93 0 5 10 17\n37d09bda74c92a93 116 121 126 105\n37d09bda74c92a93 148 153 158 157\ne98dc285c0d4f5db 27 32 37 1\ne98dc285c0d4f5db 0 5 10 15\ne98dc285c0d4f5db 13 18 23 10\ne98dc285c0d4f5db 10 15 20 0\ne98dc285c0d4f5db 77 81 81 51\n7869d609f86fe0da 257 262 267 241\n7869d609f86fe0da 144 149 154 140\n7869d609f86fe0da 192 197 202 179\n7869d609f86fe0da 159 164 169 181\n7869d609f86fe0da 6 11 16 5\n1dcd8aee9a39a61a 107 112 117 118\n1dcd8aee9a39a61a 74 79 84 57\n1dcd8aee9a39a61a 10 15 20 8\n1dcd8aee9a39a61a 127 132 137 99\n1dcd8aee9a39a61a 36 41 46 57\n79ce50fb7b021e1d 209 214 219 203\n79ce50fb7b021e1d 172 177 182 152\n79ce50fb7b021e1d 36 41 46 63\n79ce50fb7b021e1d 151 156 161 166\n79ce50fb7b021e1d 90 95 100 87\nc161bcf6082b40af 49 54 59 25\nc161bcf6082b40af 43 48 53 20\nc161bcf6082b40af 50 55 60 29\nc161bcf6082b40af 64 69 74 67\nc161bcf6082b40af 103 108 113 107\n168e0f4071d2fe58 209 214 219 210\n168e0f4071d2fe58 85 90 95 83\n168e0f4071d2fe58 76 81 86 50\n168e0f4071d2fe58 96 101 106 84\n168e0f4071d2fe58 228 233 238 211\n8a8289629784b1ba 31 36 41 2\n8a8289629784b1ba 51 56 61 27\n8a8289629784b1ba 39 44 49 16\n8a8289629784b1ba 66 71 76 40\n8a8289629784b1ba 6 11 16 12\na03a5e2db7ec8587 49 54 59 67\na03a5e2db7ec8587 22 27 32 39\na03a5e2db7ec8587 39 44 49 47\na03a5e2db7ec8587 119 124 129 130\na03a5e2db7ec8587 104 109 114 123\nfbd37246c3e03576 69 74 79 85\nfbd37246c3e03576 171 176 181 191\nfbd37246c3e03576 245 250 255 270\nfbd37246c3e03576 182 187 192 152\nfbd37246c3e03576 98 103 108 78\nd53343e8959b9c18 95 95 95 70\nd53343e8959b9c18 73 78 83 81\nd53343e8959b9c18 45 50 55 23\nd53343e8959b9c18 25 30 35 24\nd53343e8959b9c18 40 45 50 36\nf701ed6b2b2910b3 61 66 69 44\nf701ed6b2b2910b3 5 10 15 20\nf701ed6b2b2910b3 36 41 46 32\nf701ed6b2b2910b3 33 38 43 40\nf701ed6b2b2910b3 55 60 65 59\n935f157e04c227c1 204 209 214 188\n935f157e04c227c1 107 112 117 129\n935f157e04c227c1 132 137 142 156\n935f157e04c227c1 138 143 148 128\n935f157e04c227c1 117 122 127 142\n46b2a13f6ab0be05 109 114 119 134\n46b2a13f6ab0be05 21 26 31 17\n46b2a13f6ab0be05 173 178 183 182\n46b2a13f6ab0be05 41 46 51 49\n46b2a13f6ab0be05 99 104 109 119\nbfcc43cb05071cf7 128 133 138 99\nbfcc43cb05071cf7 51 56 61 69\nbfcc43cb05071cf7 77 82 87 72\nbfcc43cb05071cf7 56 61 66 78\nbfcc43cb05071cf7 122 127 132 136\n2b41e71d509a8b8f 46 51 56 54\n2b41e71d509a8b8f 72 72 72 72\n2b41e71d509a8b8f 32 37 42 11\n2b41e71d509a8b8f 47 52 57 43\n2b41e71d509a8b8f 40 45 50 46\nd93e0c99ff4db752 42 47 52 42\nd93e0c99ff4db752 23 28 33 7\nd93e0c99ff4db752 27 32 37 47\nd93e0c99ff4db752 32 37 42 48\nd93e0c99ff4db752 31 36 41 49\necc06f0818f48464 91 96 101 112\necc06f0818f48464 159 164 169 150\necc06f0818f48464 25 30 35 23\necc06f0818f48464 60 65 70 79\necc06f0818f48464 9 14 19 17\nb838a34c5884a7fc 10 15 20 29\nb838a34c5884a7fc 67 72 77 66\nb838a34c5884a7fc 101 106 111 123\nb838a34c5884a7fc 42 47 52 24\nb838a34c5884a7fc 48 53 58 35\n1214f2a11a9fc1ed 248 253 258 226\n1214f2a11a9fc1ed 236 241 246 213\n1214f2a11a9fc1ed 123 128 133 113\n1214f2a11a9fc1ed 191 196 201 193\n1214f2a11a9fc1ed 17 22 27 31\nbff73237b5d6cc32 34 39 44 33\nbff73237b5d6cc32 2 7 12 20\nbff73237b5d6cc32 46 51 56 51\nbff73237b5d6cc32 54 59 59 31\nbff73237b5d6cc32 58 59 59 58\n62fdeefea9b15121 55 60 65 66\n62fdeefea9b15121 57 62 67 39\n62fdeefea9b15121 28 33 38 13\n62fdeefea9b15121 61 66 71 58\n62fdeefea9b15121 33 38 43 28\neb82d3f50a450282 21 26 31 10\neb82d3f50a450282 23 28 33 45\neb82d3f50a450282 0 5 10 18\neb82d3f50a450282 39 44 49 25\neb82d3f50a450282 56 61 61 59\naa62c3241c55ad8d 25 30 35 26\naa62c3241c55ad8d 74 79 84 53\naa62c3241c55ad8d 30 35 40 51\naa62c3241c55ad8d 82 87 92 62\naa62c3241c55ad8d 116 121 126 97\naf97debfdf1d5062 81 86 91 54\naf97debfdf1d5062 128 133 138 125\naf97debfdf1d5062 65 70 75 43\naf97debfdf1d5062 101 106 111 126\naf97debfdf1d5062 160 165 170 145\n06954737f53b8688 104 109 114 93\n06954737f53b8688 58 63 68 63\n06954737f53b8688 73 78 83 86\n06954737f53b8688 72 77 82 45\n06954737f53b8688 53 58 63 28\n806102dd1847a340 124 129 134 142\n806102dd1847a340 20 25 30 7\n806102dd1847a340 139 144 149 153\n806102dd1847a340 114 119 124 140\n806102dd1847a340 41 46 51 48\n738dac4ef7c9dfae 66 71 76 56\n738dac4ef7c9dfae 9 14 19 0\n738dac4ef7c9dfae 40 45 50 62\n738dac4ef7c9dfae 70 75 76 75\n738dac4ef7c9dfae 73 76 76 69\n5989fa7826ac0bd6 3 8 13 13\n5989fa7826ac0bd6 61 66 71 38\n5989fa7826ac0bd6 35 40 45 31\n5989fa7826ac0bd6 57 62 67 78\n5989fa7826ac0bd6 11 16 21 19\n28b23ec38ac5c0b1 62 67 72 45\n28b23ec38ac5c0b1 22 27 32 18\n28b23ec38ac5c0b1 40 45 50 61\n28b23ec38ac5c0b1 119 124 129 142\n28b23ec38ac5c0b1 89 94 99 104\nd9a6b99b28fc45a3 19 24 29 26\nd9a6b99b28fc45a3 20 25 30 1\nd9a6b99b28fc45a3 119 124 129 111\nd9a6b99b28fc45a3 80 85 90 60\nd9a6b99b28fc45a3 118 123 128 104\n454fc1e32db7cc41 28 33 38 22\n454fc1e32db7cc41 52 57 62 28\n454fc1e32db7cc41 79 83 83 71\n454fc1e32db7cc41 9 14 19 13\n454fc1e32db7cc41 58 63 68 65\n7591c0ad03afa12b 173 178 183 162\n7591c0ad03afa12b 2 7 12 16\n7591c0ad03afa12b 55 60 65 25\n7591c0ad03afa12b 96 101 106 105\n7591c0ad03afa12b 100 105 110 78\n9a75ec823948cff7 15 20 25 33\n9a75ec823948cff7 50 55 60 54\n9a75ec823948cff7 249 254 259 253\n9a75ec823948cff7 216 221 226 230\n9a75ec823948cff7 160 165 170 145\nf3bdecb6a5af57d6 232 237 242 223\nf3bdecb6a5af57d6 195 200 205 185\nf3bdecb6a5af57d6 220 225 230 227\nf3bdecb6a5af57d6 23 28 33 38\nf3bdecb6a5af57d6 19 24 29 33\n6d2640a0e738c9d8 35 40 45 47\n6d2640a0e738c9d8 9 14 19 10\n6d2640a0e738c9d8 59 64 69 54\n6d2640a0e738c9d8 85 90 91 86\n6d2640a0e738c9d8 54 59 64 57\nb8ec32138a491a9b 59 64 69 39\nb8ec32138a491a9b 16 21 26 13\nb8ec32138a491a9b 65 70 75 48\nb8ec32138a491a9b 18 23 28 8\nb8ec32138a491a9b 53 58 63 32\n0b1b293ffb0e2f51 0 5 10 17\n0b1b293ffb0e2f51 51 56 61 71\n0b1b293ffb0e2f51 40 45 50 11\n0b1b293ffb0e2f51 53 58 63 37\n0b1b293ffb0e2f51 8 13 18 3\n2afcf696e7cb53a0 18 23 28 9\n2afcf696e7cb53a0 39 44 49 48\n2afcf696e7cb53a0 2 7 12 14\n2afcf696e7cb53a0 9 14 19 12\n2afcf696e7cb53a0 15 20 25 32\n7fe41aea4712cdb8 70 75 80 49\n7fe41aea4712cdb8 1 6 11 17\n7fe41aea4712cdb8 35 40 45 43\n7fe41aea4712cdb8 170 175 178 175\n7fe41aea4712cdb8 80 85 90 51\n83e9e8bf2eb6bb93 4 9 14 25\n83e9e8bf2eb6bb93 73 78 83 72\n83e9e8bf2eb6bb93 55 60 65 26\n83e9e8bf2eb6bb93 149 154 159 121\n83e9e8bf2eb6bb93 108 113 118 108\nc0a5d1ad8514f2dc 56 61 66 63\nc0a5d1ad8514f2dc 63 68 73 81\nc0a5d1ad8514f2dc 50 55 60 29\nc0a5d1ad8514f2dc 98 103 108 102\nc0a5d1ad8514f2dc 48 53 58 70\n7f9ec0d493ba4195 54 59 64 75\n7f9ec0d493ba4195 111 116 121 102\n7f9ec0d493ba4195 214 219 224 192\n7f9ec0d493ba4195 91 96 101 94\n7f9ec0d493ba4195 170 175 180 152\nc62a2dbbe8352849 47 52 57 32\nc62a2dbbe8352849 7 12 17 2\nc62a2dbbe8352849 22 27 32 36\nc62a2dbbe8352849 13 18 23 39\nc62a2dbbe8352849 61 66 67 35\ncfa3b8068b6c4aea 17 22 27 3\ncfa3b8068b6c4aea 46 51 54 23\ncfa3b8068b6c4aea 18 23 28 34\ncfa3b8068b6c4aea 33 38 43 10\ncfa3b8068b6c4aea 36 41 46 6\n94dfcf8109e9f392 119 124 128 120\n94dfcf8109e9f392 1 6 11 13\n94dfcf8109e9f392 14 19 24 38\n94dfcf8109e9f392 49 54 59 48\n94dfcf8109e9f392 99 104 109 109\n226646771975e6db 94 99 104 103\n226646771975e6db 106 111 116 116\n226646771975e6db 123 127 127 120\n226646771975e6db 10 15 20 21\n226646771975e6db 44 49 54 56\nc949b4f540bb3476 44 49 54 31\nc949b4f540bb3476 48 53 58 74\nc949b4f540bb3476 74 79 84 61\nc949b4f540bb3476 81 86 91 69\nc949b4f540bb3476 93 98 103 109\n9ab639ce124d7b51 12 17 22 41\n9ab639ce124d7b51 34 39 44 9\n9ab639ce124d7b51 27 32 37 2\n9ab639ce124d7b51 60 65 70 54\n9ab639ce124d7b51 43 48 53 30\n7beade5589e38928 41 46 51 53\n7beade5589e38928 27 32 37 44\n7beade5589e38928 30 35 40 37\n7beade5589e38928 28 33 38 49\n7beade5589e38928 53 54 54 53\n08d5cde674e47324 41 46 51 38\n08d5cde674e47324 49 54 59 45\n08d5cde674e47324 6 11 16 24\n08d5cde674e47324 10 15 20 39\n08d5cde674e47324 11 16 21 7\ndcbbd3e7c5593282 82 87 92 75\ndcbbd3e7c5593282 47 52 57 30\ndcbbd3e7c5593282 38 43 48 26\ndcbbd3e7c5593282 29 34 39 34\ndcbbd3e7c5593282 113 118 123 116\n311d8515bd115aba 38 43 48 19\n311d8515bd115aba 36 41 46 52\n311d8515bd115aba 211 216 221 184\n311d8515bd115aba 12 17 22 14\n311d8515bd115aba 71 76 81 88\na5094b8969a4c5bf 6 11 16 15\na5094b8969a4c5bf 28 33 38 6\na5094b8969a4c5bf 5 10 15 30\na5094b8969a4c5bf 14 19 24 1\na5094b8969a4c5bf 16 21 26 22\nfee67103bcabbb0a 46 51 56 73\nfee67103bcabbb0a 44 49 54 54\nfee67103bcabbb0a 120 125 130 90\nfee67103bcabbb0a 15 20 25 22\nfee67103bcabbb0a 94 99 104 87\na10530047fddf154 44 49 54 26\na10530047fddf154 73 78 83 63\na10530047fddf154 18 23 28 28\na10530047fddf154 77 82 83 49\na10530047fddf154 63 68 73 37\n85e9836f5ec2a532 68 73 78 59\n85e9836f5ec2a532 251 256 261 243\n85e9836f5ec2a532 260 265 270 254\n85e9836f5ec2a532 59 64 69 65\n85e9836f5ec2a532 53 58 63 55\naae8dd571bbfee04 50 55 60 42\naae8dd571bbfee04 30 35 40 34\naae8dd571bbfee04 96 97 97 84\naae8dd571bbfee04 56 61 66 79\naae8dd571bbfee04 1 6 11 20\n76cd1d8adab4547f 90 95 100 102\n76cd1d8adab4547f 92 97 102 79\n76cd1d8adab4547f 174 4 9 145\n76cd1d8adab4547f 107 112 117 113\n76cd1d8adab4547f 102 107 112 121\n3f265c5edb13f00d 78 83 88 89\n3f265c5edb13f00d 4 9 14 22\n3f265c5edb13f00d 40 45 50 43\n3f265c5edb13f00d 67 72 77 61\n3f265c5edb13f00d 11 16 21 18\n03ac738af49c7596 12 17 22 6\n03ac738af49c7596 17 22 27 32\n03ac738af49c7596 52 53 53 42\n03ac738af49c7596 8 13 18 31\n03ac738af49c7596 35 40 45 12\n657a8a3c295c285b 35 40 45 52\n657a8a3c295c285b 67 72 77 80\n657a8a3c295c285b 29 34 39 53\n657a8a3c295c285b 64 69 74 40\n657a8a3c295c285b 50 55 60 50\n14417ac810f2024f 108 111 111 87\n14417ac810f2024f 47 52 57 57\n14417ac810f2024f 26 31 36 50\n14417ac810f2024f 66 71 76 36\n14417ac810f2024f 77 82 87 91\n12f45658983d380d 52 57 62 22\n12f45658983d380d 73 78 83 95\n12f45658983d380d 70 75 80 90\n12f45658983d380d 102 107 112 78\n12f45658983d380d 17 22 27 6\ne81a09ef63b432f1 2 7 12 17\ne81a09ef63b432f1 95 100 105 82\ne81a09ef63b432f1 106 111 116 82\ne81a09ef63b432f1 21 26 31 15\ne81a09ef63b432f1 53 58 63 81\n2f4bcd593fe37158 67 72 77 44\n2f4bcd593fe37158 12 17 22 19\n2f4bcd593fe37158 51 56 61 26\n2f4bcd593fe37158 36 41 46 47\n2f4bcd593fe37158 1 6 11 15\n6de80f26ff52ab0b 29 34 39 13\n6de80f26ff52ab0b 23 28 33 9\n6de80f26ff52ab0b 146 151 156 116\n6de80f26ff52ab0b 26 31 36 31\n6de80f26ff52ab0b 185 190 195 165\n8537e57884830eb5 168 173 178 184\n8537e57884830eb5 136 141 146 140\n8537e57884830eb5 118 123 128 101\n8537e57884830eb5 158 163 168 177\n8537e57884830eb5 95 100 105 86\n966a5307cda23c55 83 88 93 110\n966a5307cda23c55 113 118 123 120\n966a5307cda23c55 87 92 97 112\n966a5307cda23c55 38 43 48 34\n966a5307cda23c55 131 136 141 156\n7fe47ba582a3100d 53 58 63 25\n7fe47ba582a3100d 4 9 14 30\n7fe47ba582a3100d 38 43 48 62\n7fe47ba582a3100d 138 143 148 110\n7fe47ba582a3100d 118 123 128 90\n1ad8ec6d75441e51 11 16 21 24\n1ad8ec6d75441e51 40 45 50 11\n1ad8ec6d75441e51 75 80 85 100\n1ad8ec6d75441e51 91 96 101 114\n1ad8ec6d75441e51 181 186 191 181\n2643e671bd31b72f 88 93 98 84\n2643e671bd31b72f 49 54 59 72\n2643e671bd31b72f 107 112 117 116\n2643e671bd31b72f 53 58 63 46\n2643e671bd31b72f 14 19 24 2\n637d7266541e6152 62 67 72 36\n637d7266541e6152 105 110 115 109\n637d7266541e6152 36 41 46 12\n637d7266541e6152 84 89 94 83\n637d7266541e6152 16 21 26 24\n020991bdfbdbe504 99 104 109 91\n020991bdfbdbe504 118 123 128 124\n020991bdfbdbe504 124 129 134 127\n020991bdfbdbe504 164 169 174 152\n020991bdfbdbe504 21 26 31 36\nd023e559e600c8c3 92 97 102 117\nd023e559e600c8c3 236 241 246 259\nd023e559e600c8c3 158 163 168 128\nd023e559e600c8c3 151 156 161 152\nd023e559e600c8c3 200 205 210 191\nc124fc36bf3d6851 61 66 71 82\nc124fc36bf3d6851 23 28 33 9\nc124fc36bf3d6851 86 91 93 89\nc124fc36bf3d6851 0 5 10 25\nc124fc36bf3d6851 58 63 68 48\n964f93e6b440cfc2 67 72 77 49\n964f93e6b440cfc2 37 42 47 52\n964f93e6b440cfc2 26 31 36 6\n964f93e6b440cfc2 60 65 70 42\n964f93e6b440cfc2 72 77 80 69\n72428dc4eda92f4d 24 29 34 18\n72428dc4eda92f4d 23 28 33 38\n72428dc4eda92f4d 5 10 15 7\n72428dc4eda92f4d 42 47 52 57\n72428dc4eda92f4d 13 18 23 10"
  },
  {
    "path": "splits/re10k_mine_filtered/val_files.txt",
    "content": "fc966f25afa3659f 52 57 62 65\nfc966f25afa3659f 77 82 87 50\nfc966f25afa3659f 130 135 140 146\nfc966f25afa3659f 194 199 204 179\nfc966f25afa3659f 121 126 131 95\n0c5ed899789e60ad 34 39 44 45\n0c5ed899789e60ad 45 50 55 47\n0c5ed899789e60ad 8 13 18 25\n0c5ed899789e60ad 61 65 65 53\n0c5ed899789e60ad 29 34 39 34\n117335f5d67368ca 27 32 37 38\n117335f5d67368ca 37 42 47 22\n117335f5d67368ca 15 20 25 29\n117335f5d67368ca 9 14 19 24\n117335f5d67368ca 54 59 64 66\n1ed5e32330ec25e8 122 127 132 99\n1ed5e32330ec25e8 86 91 96 103\n1ed5e32330ec25e8 96 101 106 103\n1ed5e32330ec25e8 21 26 31 15\n1ed5e32330ec25e8 91 96 101 94\n4811a66f87b0dd6a 35 40 45 63\n4811a66f87b0dd6a 9 14 19 19\n4811a66f87b0dd6a 64 69 74 44\n4811a66f87b0dd6a 42 47 52 55\n4811a66f87b0dd6a 23 28 33 34\n069a9416dc6a373b 18 23 28 35\n069a9416dc6a373b 65 70 75 51\n069a9416dc6a373b 3 8 13 14\n069a9416dc6a373b 26 31 36 43\n069a9416dc6a373b 45 50 55 58\n3cda3a0dce5ed123 13 18 23 19\n3cda3a0dce5ed123 23 24 24 14\n3cda3a0dce5ed123 5 10 15 17\n3cda3a0dce5ed123 10 15 20 4\n3cda3a0dce5ed123 19 24 24 15\n0a7a341c08f34c24 1 6 11 4\n0a7a341c08f34c24 5 10 15 3\n0a7a341c08f34c24 4 9 14 11\n0a7a341c08f34c24 14 15 15 2\n0a7a341c08f34c24 13 15 15 7\nf60664acd06e22aa 41 46 51 45\nf60664acd06e22aa 86 91 96 82\nf60664acd06e22aa 31 36 41 54\nf60664acd06e22aa 85 90 95 105\nf60664acd06e22aa 154 159 164 130\n5831d0efd932b661 70 75 80 55\n5831d0efd932b661 137 142 147 148\n5831d0efd932b661 12 17 22 4\n5831d0efd932b661 75 80 85 51\n5831d0efd932b661 123 128 133 127\n234c14a79d4da1ff 30 35 40 13\n234c14a79d4da1ff 3 8 13 19\n234c14a79d4da1ff 77 81 81 57\n234c14a79d4da1ff 71 76 81 74\n234c14a79d4da1ff 68 73 78 71\n42b88f7ee71a7ba9 43 48 53 42\n42b88f7ee71a7ba9 32 37 42 15\n42b88f7ee71a7ba9 4 9 14 16\n42b88f7ee71a7ba9 20 25 30 5\n42b88f7ee71a7ba9 10 15 20 12\n7700df7cad223bae 63 68 73 44\n7700df7cad223bae 54 59 64 47\n7700df7cad223bae 16 21 26 2\n7700df7cad223bae 90 93 93 81\n7700df7cad223bae 55 60 65 28\n34b0658a5c200cdf 0 5 10 26\n34b0658a5c200cdf 55 60 65 83\n34b0658a5c200cdf 69 74 79 80\n34b0658a5c200cdf 1 6 11 1\n34b0658a5c200cdf 36 41 46 55\nbc8adae3d0c73ba2 36 41 46 29\nbc8adae3d0c73ba2 39 44 49 34\nbc8adae3d0c73ba2 71 73 73 58\nbc8adae3d0c73ba2 53 58 63 45\nbc8adae3d0c73ba2 29 34 39 24\n602cd3dcd51e706e 38 43 48 14\n602cd3dcd51e706e 28 33 38 7\n602cd3dcd51e706e 75 78 78 75\n602cd3dcd51e706e 51 56 61 58\n602cd3dcd51e706e 40 45 50 11\n83a449617d36a17b 211 216 221 196\n83a449617d36a17b 4 9 14 13\n83a449617d36a17b 144 149 154 166\n83a449617d36a17b 20 25 30 12\n83a449617d36a17b 42 47 52 47\n1b87f55dec310243 91 96 101 62\n1b87f55dec310243 192 197 202 184\n1b87f55dec310243 265 270 275 262\n1b87f55dec310243 146 151 156 170\n1b87f55dec310243 111 116 121 119\n7e782110c76f1b1b 84 89 94 67\n7e782110c76f1b1b 49 54 59 46\n7e782110c76f1b1b 20 25 30 5\n7e782110c76f1b1b 126 131 136 115\n7e782110c76f1b1b 60 65 70 54\n48aff7218b00d843 47 52 57 71\n48aff7218b00d843 106 111 114 96\n48aff7218b00d843 46 51 56 24\n48aff7218b00d843 59 64 69 32\n48aff7218b00d843 64 69 74 84\nc53178af617eaa65 158 163 168 145\nc53178af617eaa65 255 256 256 245\nc53178af617eaa65 146 151 156 120\nc53178af617eaa65 227 232 237 204\nc53178af617eaa65 163 168 173 147\ne6478478a90ae0b7 73 78 83 73\ne6478478a90ae0b7 56 61 66 53\ne6478478a90ae0b7 32 37 42 26\ne6478478a90ae0b7 44 49 54 68\ne6478478a90ae0b7 75 80 85 67\n806459ce2b15a2c1 225 230 235 246\n806459ce2b15a2c1 58 63 68 48\n806459ce2b15a2c1 154 159 164 126\n806459ce2b15a2c1 101 106 111 105\n806459ce2b15a2c1 43 48 53 45\nb58acaae2cf55ef3 8 13 18 14\nb58acaae2cf55ef3 35 40 45 41\nb58acaae2cf55ef3 39 44 49 20\nb58acaae2cf55ef3 23 28 33 4\nb58acaae2cf55ef3 7 12 17 30\n8c2c302994f6cea1 10 15 20 28\n8c2c302994f6cea1 166 171 176 178\n8c2c302994f6cea1 157 162 167 130\n8c2c302994f6cea1 151 156 161 127\n8c2c302994f6cea1 54 59 64 65\n9d2d13865a1fe989 40 45 50 42\n9d2d13865a1fe989 113 115 115 91\n9d2d13865a1fe989 55 60 65 83\n9d2d13865a1fe989 71 76 81 87\n9d2d13865a1fe989 9 14 19 37\n5e3a9db306906d20 8 13 18 27\n5e3a9db306906d20 7 12 17 12\n5e3a9db306906d20 27 29 29 17\n5e3a9db306906d20 9 14 19 12\n5e3a9db306906d20 29 29 29 28\nde188793714f8576 31 36 41 1\nde188793714f8576 78 83 88 99\nde188793714f8576 152 154 154 142\nde188793714f8576 67 72 77 73\nde188793714f8576 18 23 28 6\nc887543e0e2d2a89 27 32 37 27\nc887543e0e2d2a89 12 17 22 16\nc887543e0e2d2a89 24 29 34 40\nc887543e0e2d2a89 36 41 46 10\nc887543e0e2d2a89 66 71 75 45\n168c85ce00de0c6b 112 117 122 134\n168c85ce00de0c6b 35 40 45 56\n168c85ce00de0c6b 263 268 273 2\n168c85ce00de0c6b 121 126 131 125\n168c85ce00de0c6b 220 225 230 213\n195fbef2c08715e9 271 276 278 277\n195fbef2c08715e9 125 130 135 114\n195fbef2c08715e9 163 168 173 184\n195fbef2c08715e9 107 112 117 117\n195fbef2c08715e9 109 114 119 87\nba93a409f4e9dc82 28 33 38 37\nba93a409f4e9dc82 8 13 18 35\nba93a409f4e9dc82 26 31 36 31\nba93a409f4e9dc82 37 42 47 16\nba93a409f4e9dc82 76 81 86 50\nac479d95070773ea 31 36 41 13\nac479d95070773ea 15 20 25 9\nac479d95070773ea 47 52 55 26\nac479d95070773ea 50 55 55 36\nac479d95070773ea 8 13 18 17\nba26189581b38b93 70 75 80 41\nba26189581b38b93 251 256 261 273\nba26189581b38b93 6 11 16 19\nba26189581b38b93 185 190 195 188\nba26189581b38b93 278 278 278 248\nd522ea888fb16e86 103 108 113 99\nd522ea888fb16e86 23 28 33 1\nd522ea888fb16e86 8 13 18 7\nd522ea888fb16e86 40 45 50 34\nd522ea888fb16e86 96 101 106 105\nef1457995bca9afd 47 52 57 54\nef1457995bca9afd 12 17 22 7\nef1457995bca9afd 1 4 4 2\nef1457995bca9afd 83 88 3 67\nef1457995bca9afd 75 80 85 60\n03f551fc4abedc08 20 25 30 45\n03f551fc4abedc08 80 85 90 52\n03f551fc4abedc08 19 24 29 14\n03f551fc4abedc08 91 94 94 62\n03f551fc4abedc08 56 61 66 47\n637d7266541e6152 119 124 129 109\n637d7266541e6152 33 38 43 51\n637d7266541e6152 69 74 79 79\n637d7266541e6152 44 49 54 28\n637d7266541e6152 66 71 76 83\nb859c7a7329c17b7 37 42 47 22\nb859c7a7329c17b7 32 37 42 57\nb859c7a7329c17b7 49 54 59 29\nb859c7a7329c17b7 27 32 37 3\nb859c7a7329c17b7 33 38 43 58\n8e395a7b5ced7762 20 22 22 9\n8e395a7b5ced7762 11 16 21 13\n8e395a7b5ced7762 7 12 17 12\n8e395a7b5ced7762 5 10 15 2\n8e395a7b5ced7762 21 22 22 14\n93e6c08c33206a0c 109 114 119 89\n93e6c08c33206a0c 227 232 237 231\n93e6c08c33206a0c 198 203 208 169\n93e6c08c33206a0c 185 190 195 186\n93e6c08c33206a0c 248 253 258 276\n3613c77d8c234008 37 42 47 20\n3613c77d8c234008 29 34 39 45\n3613c77d8c234008 34 39 44 18\n3613c77d8c234008 32 37 42 23\n3613c77d8c234008 48 53 58 63\n09e4d5e8eef7b9c1 124 129 133 102\n09e4d5e8eef7b9c1 116 121 126 124\n09e4d5e8eef7b9c1 128 133 133 128\n09e4d5e8eef7b9c1 104 109 114 75\n09e4d5e8eef7b9c1 39 44 49 53\n99bf0dc41a750511 88 93 98 70\n99bf0dc41a750511 58 63 68 87\n99bf0dc41a750511 173 178 183 162\n99bf0dc41a750511 39 44 49 60\n99bf0dc41a750511 34 39 44 51\nc767b97c0d3caca4 120 125 130 96\nc767b97c0d3caca4 38 43 48 44\nc767b97c0d3caca4 128 133 138 135\nc767b97c0d3caca4 129 134 139 11\nc767b97c0d3caca4 7 12 17 141\n284efc2041b1d1d8 10 15 20 14\n284efc2041b1d1d8 7 12 17 4\n284efc2041b1d1d8 161 166 168 141\n284efc2041b1d1d8 18 23 28 20\n284efc2041b1d1d8 120 125 130 98\nf701ed6b2b2910b3 35 40 45 20\nf701ed6b2b2910b3 54 59 64 41\nf701ed6b2b2910b3 43 48 53 23\nf701ed6b2b2910b3 24 29 34 20\nf701ed6b2b2910b3 57 62 67 58\n177ff3969577b8de 10 15 20 4\n177ff3969577b8de 12 17 22 35\n177ff3969577b8de 56 61 66 37\n177ff3969577b8de 39 44 49 67\n177ff3969577b8de 48 53 58 56"
  },
  {
    "path": "splits/re10k_pixelsplat/preprocess_2_frames_split.py",
    "content": "import json\nimport pickle\n\ndef transform_json_to_txt(json_data, seq_data, src_idx=0):\n    result = []\n    total_excluded = 0\n    total_processed = 0\n    for key, value in json_data.items():\n        try:\n            seq_data[key]\n        except:\n            print(\"Didn't find {} in data\".format(key))\n            total_excluded += 1\n            continue\n\n        if value is not None:\n            value_element=value\n            total_processed += 1\n            if src_idx == -1:\n                print(value_element)\n                for tgt in value_element['target']:\n                    if abs(int(tgt) - int(value_element['context'][0])) <= \\\n                        abs(int(tgt) - int(value_element['context'][1])):\n                        src_idx_adjusted = 0\n                    else:\n                        src_idx_adjusted = 1\n                    context = value_element['context'][src_idx_adjusted]\n                    target = ' '.join(map(str, [tgt, tgt, tgt]))\n                    result.append(f\"{key} {context} {target}\")\n            else:     \n                context = value_element['context'][src_idx]\n                target = ' '.join(map(str, value_element['target']))\n                result.append(f\"{key} {context} {target}\")\n    \n    print(\"Excluded {} sequences. Processed {}\".format(total_excluded, total_processed))\n    return '\\n'.join(result)\n\ndef main():\n\n    test_pickle_path = \"/scratch/shared/beegfs/shared-datasets/Realestate10k/test.all.pickle\"\n    with open(test_pickle_path, \"rb\") as f:\n        seq_data = pickle.load(f)\n\n    # Read JSON data from file\n    with open('/users/stan/unsup-gauss/splits/re10k_pixelsplat/eval_split_2_frames.json', 'r') as file:\n        json_data = json.load(file)\n\n    # Transform JSON to text\n    output_text = transform_json_to_txt(json_data, seq_data, src_idx=-1)\n\n    # Write the output text to a file\n    with open('test_closer_as_src.txt', 'w+') as file:\n        file.write(output_text)\n\n    # Transform JSON to text with the other source view\n    # output_text = transform_json_to_txt(json_data, seq_data, src_idx=1)\n\n    # # Write the output text to a file\n    # with open('test_second_as_src.txt', 'w+') as file:\n    #     file.write(output_text)\n    \n\nif __name__ == \"__main__\":\n    main()"
  },
  {
    "path": "splits/re10k_pixelsplat/test_closer_as_src.txt",
    "content": "5aca87f95a9412c6 58 84 84 84\n5aca87f95a9412c6 133 102 102 102\n5aca87f95a9412c6 133 129 129 129\n322261824c4a3003 33 38 38 38\n322261824c4a3003 78 60 60 60\n322261824c4a3003 78 61 61 61\n17d9303ee77c3a3d 17 26 26 26\n17d9303ee77c3a3d 17 28 28 28\n17d9303ee77c3a3d 17 38 38 38\ndebc3490ba0bd84b 34 53 53 53\ndebc3490ba0bd84b 81 66 66 66\ndebc3490ba0bd84b 81 81 81 81\ne124dfa7e996a414 48 57 57 57\ne124dfa7e996a414 48 68 68 68\ne124dfa7e996a414 93 78 78 78\naa91dfdd5f4ad32b 8 10 10 10\naa91dfdd5f4ad32b 57 34 34 34\naa91dfdd5f4ad32b 57 46 46 46\ne4bcb18fa6aa91be 32 47 47 47\ne4bcb18fa6aa91be 32 49 49 49\ne4bcb18fa6aa91be 79 71 71 71\nbc95e5c7e357f1b7 35 48 48 48\nbc95e5c7e357f1b7 35 51 51 51\nbc95e5c7e357f1b7 91 82 82 82\nf7c0fa5b81552d35 64 45 45 45\nf7c0fa5b81552d35 64 48 48 48\nf7c0fa5b81552d35 64 62 62 62\n7c7bc5285126e6ad 64 66 66 66\n7c7bc5285126e6ad 64 67 67 67\n7c7bc5285126e6ad 126 122 122 122\ne1afd89a69ee6947 34 56 56 56\ne1afd89a69ee6947 113 80 80 80\ne1afd89a69ee6947 113 105 105 105\n8b212f2755d955ec 40 66 66 66\n8b212f2755d955ec 40 75 75 75\n8b212f2755d955ec 110 78 78 78\n88d9ba3324f2ec21 2 19 19 19\n88d9ba3324f2ec21 2 25 25 25\n88d9ba3324f2ec21 49 26 26 26\n4c4fa41951e37e78 8 10 10 10\n4c4fa41951e37e78 60 46 46 46\n4c4fa41951e37e78 60 54 54 54\n34b0658a5c200cdf 0 33 33 33\n34b0658a5c200cdf 70 40 40 40\n34b0658a5c200cdf 70 42 42 42\na56ba2efb5e3fdd9 33 41 41 41\na56ba2efb5e3fdd9 33 46 46 46\na56ba2efb5e3fdd9 33 61 61 61\nffa95c3b40609c76 120 166 166 166\nffa95c3b40609c76 213 196 196 196\nffa95c3b40609c76 213 213 213 213\ncdf439b17a6a98d4 31 31 31 31\ncdf439b17a6a98d4 31 32 32 32\ncdf439b17a6a98d4 31 43 43 43\n79ce50fb7b021e1d 278 256 256 256\n79ce50fb7b021e1d 278 258 258 258\n79ce50fb7b021e1d 278 276 276 276\nde67e3a0b0648cfe 16 22 22 22\nde67e3a0b0648cfe 16 27 27 27\nde67e3a0b0648cfe 72 48 48 48\n622ef98e83ed5239 3 34 34 34\n622ef98e83ed5239 66 42 42 42\n622ef98e83ed5239 66 55 55 55\n252a24d25a1ea81d 198 213 213 213\n252a24d25a1ea81d 198 229 229 229\n252a24d25a1ea81d 263 233 233 233\n28e8300e004ab30b 68 45 45 45\n28e8300e004ab30b 68 61 61 61\n28e8300e004ab30b 68 66 66 66\nc48f19e2ffa52523 195 202 202 202\nc48f19e2ffa52523 264 234 234 234\nc48f19e2ffa52523 264 249 249 249\na47b88040452d7d9 97 76 76 76\na47b88040452d7d9 97 88 88 88\na47b88040452d7d9 97 96 96 96\ncb38d67088b66084 49 64 64 64\ncb38d67088b66084 49 75 75 75\ncb38d67088b66084 106 91 91 91\n358bdee988c269ef 3 11 11 11\n358bdee988c269ef 3 22 22 22\n358bdee988c269ef 3 47 47 47\n54841308aff91857 27 41 41 41\n54841308aff91857 27 55 55 55\n54841308aff91857 86 64 64 64\n30fc5fc78c5a716e 151 159 159 159\n30fc5fc78c5a716e 210 186 186 186\n30fc5fc78c5a716e 210 208 208 208\n214df1c2863d2959 45 46 46 46\n214df1c2863d2959 45 55 55 55\n214df1c2863d2959 45 57 57 57\n6558c5f10d45a929 160 130 130 130\n6558c5f10d45a929 160 148 148 148\n6558c5f10d45a929 160 157 157 157\n1214f2a11a9fc1ed 103 112 112 112\n1214f2a11a9fc1ed 215 187 187 187\n1214f2a11a9fc1ed 215 209 209 209\n0d4de33c6888a754 2 5 5 5\n0d4de33c6888a754 2 10 10 10\n0d4de33c6888a754 57 52 52 52\n40ca76de44a6e1a9 43 50 50 50\n40ca76de44a6e1a9 43 63 63 63\n40ca76de44a6e1a9 43 73 73 73\n8b760ac05c93a6bb 26 30 30 30\n8b760ac05c93a6bb 26 43 43 43\n8b760ac05c93a6bb 72 50 50 50\nbfd27ad72975e120 55 34 34 34\nbfd27ad72975e120 55 37 37 37\nbfd27ad72975e120 55 51 51 51\n89ea49cd9865aeff 31 48 48 48\n89ea49cd9865aeff 31 51 51 51\n89ea49cd9865aeff 81 71 71 71\na9b3ff60b213e099 32 49 49 49\na9b3ff60b213e099 96 68 68 68\na9b3ff60b213e099 96 82 82 82\n41bcd011f99bfb66 4 7 7 7\n41bcd011f99bfb66 4 19 19 19\n41bcd011f99bfb66 50 49 49 49\n2da2eeb966bc0ef8 30 32 32 32\n2da2eeb966bc0ef8 94 69 69 69\n2da2eeb966bc0ef8 94 79 79 79\nf14791aec34dbdcd 5 22 22 22\nf14791aec34dbdcd 59 38 38 38\nf14791aec34dbdcd 59 40 40 40\n800ea72b6988f63e 141 143 143 143\n800ea72b6988f63e 190 167 167 167\n800ea72b6988f63e 190 173 173 173\n572acd18419c3456 62 34 34 34\n572acd18419c3456 62 35 35 35\n572acd18419c3456 62 50 50 50\ned477bdf8582adff 40 48 48 48\ned477bdf8582adff 85 78 78 78\ned477bdf8582adff 85 83 83 83\na6fa92e8204f6118 2 14 14 14\na6fa92e8204f6118 66 35 35 35\na6fa92e8204f6118 66 57 57 57\nbb4d7012261ee0ed 46 35 35 35\nbb4d7012261ee0ed 46 41 41 41\nbb4d7012261ee0ed 46 45 45 45\n0c52996355b23d76 51 69 69 69\n0c52996355b23d76 111 89 89 89\n0c52996355b23d76 111 96 96 96\nbc143130c1842e4b 29 52 52 52\nbc143130c1842e4b 133 82 82 82\nbc143130c1842e4b 133 91 91 91\n674dabef8f53b566 9 21 21 21\n674dabef8f53b566 9 41 41 41\n674dabef8f53b566 91 51 51 51\nb26e6c80d283c4c8 46 56 56 56\nb26e6c80d283c4c8 46 67 67 67\nb26e6c80d283c4c8 92 89 89 89\n57d3409bf04c4651 0 8 8 8\n57d3409bf04c4651 0 15 15 15\n57d3409bf04c4651 45 34 34 34\n21e794f71e31becb 72 102 102 102\n21e794f71e31becb 72 123 123 123\n21e794f71e31becb 180 164 164 164\n67a69088a2695987 6 18 18 18\n67a69088a2695987 86 52 52 52\n67a69088a2695987 86 74 74 74\n62bcb465bb03d34f 6 42 42 42\n62bcb465bb03d34f 6 44 44 44\n62bcb465bb03d34f 84 69 69 69\n912177dbf0a1ed6c 3 9 9 9\n912177dbf0a1ed6c 3 22 22 22\n912177dbf0a1ed6c 60 48 48 48\nd3a01038c5f21473 139 151 151 151\nd3a01038c5f21473 139 179 179 179\nd3a01038c5f21473 139 201 201 201\n10c8e54590f715f7 6 28 28 28\n10c8e54590f715f7 76 54 54 54\n10c8e54590f715f7 76 65 65 65\naadc1e2dc74fd644 52 29 29 29\naadc1e2dc74fd644 52 49 49 49\naadc1e2dc74fd644 52 52 52 52\nf7d916b43193c181 7 11 11 11\nf7d916b43193c181 7 18 18 18\nf7d916b43193c181 61 52 52 52\nb4099665590548fc 23 27 27 27\nb4099665590548fc 23 35 35 35\nb4099665590548fc 74 66 66 66\n1f0e06e4388dd600 96 80 80 80\n1f0e06e4388dd600 96 83 83 83\n1f0e06e4388dd600 96 86 86 86\nafe4e799a94e06b3 54 59 59 59\nafe4e799a94e06b3 54 76 76 76\nafe4e799a94e06b3 54 80 80 80\n3e5f747d06bc84a3 85 87 87 87\n3e5f747d06bc84a3 190 141 141 141\n3e5f747d06bc84a3 190 165 165 165\n5a27f8e07fcdff76 45 26 26 26\n5a27f8e07fcdff76 45 31 31 31\n5a27f8e07fcdff76 45 37 37 37\n84ab392d682f296b 43 74 74 74\n84ab392d682f296b 120 99 99 99\n84ab392d682f296b 120 104 104 104\n9e2a8cc5f32dd46b 75 76 76 76\n9e2a8cc5f32dd46b 151 149 149 149\n9e2a8cc5f32dd46b 151 150 150 150\n26b31d71789bffad 3 17 17 17\n26b31d71789bffad 57 31 31 31\n26b31d71789bffad 57 40 40 40\nc9c30723d7c54793 152 162 162 162\nc9c30723d7c54793 247 233 233 233\nc9c30723d7c54793 247 240 240 240\n17f552ef56d85c55 20 46 46 46\n17f552ef56d85c55 20 50 50 50\n17f552ef56d85c55 86 55 55 55\nbb6fa5bdafc14e8c 139 123 123 123\nbb6fa5bdafc14e8c 139 128 128 128\nbb6fa5bdafc14e8c 139 139 139 139\na348013b922a1d67 85 71 71 71\na348013b922a1d67 85 75 75 75\na348013b922a1d67 85 82 82 82\ncd74b1244d112628 63 82 82 82\ncd74b1244d112628 110 88 88 88\ncd74b1244d112628 110 97 97 97\n6771a51bf0cfce7f 152 169 169 169\n6771a51bf0cfce7f 152 174 174 174\n6771a51bf0cfce7f 199 189 189 189\n2e109379f53bb221 108 85 85 85\n2e109379f53bb221 108 87 87 87\n2e109379f53bb221 108 93 93 93\n41abd737e0228c1a 81 87 87 87\n41abd737e0228c1a 81 93 93 93\n41abd737e0228c1a 127 127 127 127\nb5fc0c4a2760083b 25 50 50 50\nb5fc0c4a2760083b 95 62 62 62\nb5fc0c4a2760083b 95 87 87 87\na7c691c210154b09 0 7 7 7\na7c691c210154b09 0 12 12 12\na7c691c210154b09 0 19 19 19\n052430ff6e2c07c4 19 33 33 33\n052430ff6e2c07c4 92 58 58 58\n052430ff6e2c07c4 92 60 60 60\n365fc12b4f33ada3 35 46 46 46\n365fc12b4f33ada3 35 54 54 54\n365fc12b4f33ada3 83 73 73 73\n57d25dafabb5a238 32 45 45 45\n57d25dafabb5a238 32 56 56 56\n57d25dafabb5a238 32 57 57 57\n882c68c70d22f4c5 49 50 50 50\n882c68c70d22f4c5 49 56 56 56\n882c68c70d22f4c5 49 74 74 74\n8adebbb68f2c3f84 72 92 92 92\n8adebbb68f2c3f84 131 102 102 102\n8adebbb68f2c3f84 131 107 107 107\ned0c2aca14b99efa 62 66 66 66\ned0c2aca14b99efa 62 79 79 79\ned0c2aca14b99efa 62 90 90 90\n5df12522d9167d54 33 36 36 36\n5df12522d9167d54 33 55 55 55\n5df12522d9167d54 80 63 63 63\n9490f1219dbbb6ce 17 18 18 18\n9490f1219dbbb6ce 17 25 25 25\n9490f1219dbbb6ce 17 29 29 29\n0588138dfec165a1 70 79 79 79\n0588138dfec165a1 70 111 111 111\n0588138dfec165a1 160 131 131 131\n34766105ea9d7a2b 7 16 16 16\n34766105ea9d7a2b 7 17 17 17\n34766105ea9d7a2b 7 49 49 49\ne4f4574df7938f37 0 24 24 24\ne4f4574df7938f37 0 26 26 26\ne4f4574df7938f37 115 61 61 61\nd6cd62354e99289f 41 44 44 44\nd6cd62354e99289f 41 51 51 51\nd6cd62354e99289f 88 69 69 69\n29e0bfbad00f0d5e 8 8 8 8\n29e0bfbad00f0d5e 100 89 89 89\n29e0bfbad00f0d5e 100 90 90 90\n8d5163de9ea4d851 39 50 50 50\n8d5163de9ea4d851 85 63 63 63\n8d5163de9ea4d851 85 64 64 64\n071e8c0978097efd 128 139 139 139\n071e8c0978097efd 254 221 221 221\n071e8c0978097efd 254 239 239 239\nb4b95f8961518954 26 44 44 44\nb4b95f8961518954 93 63 63 63\nb4b95f8961518954 93 85 85 85\n20d86cff490c0c42 18 28 28 28\n20d86cff490c0c42 18 32 32 32\n20d86cff490c0c42 18 40 40 40\nfa5ef1d3968d1b8e 63 47 47 47\nfa5ef1d3968d1b8e 63 54 54 54\nfa5ef1d3968d1b8e 63 63 63 63\n22da7610855d6b9d 50 68 68 68\n22da7610855d6b9d 50 72 72 72\n22da7610855d6b9d 50 87 87 87\n81be42df6ccae760 13 47 47 47\n81be42df6ccae760 107 62 62 62\n81be42df6ccae760 107 91 91 91\ne9b506f37c2389cb 42 61 61 61\ne9b506f37c2389cb 42 62 62 62\ne9b506f37c2389cb 42 67 67 67\nab4c269f8d523d02 18 38 38 38\nab4c269f8d523d02 72 54 54 54\nab4c269f8d523d02 72 56 56 56\nc1ad4232258e87c9 14 17 17 17\nc1ad4232258e87c9 14 28 28 28\nc1ad4232258e87c9 67 48 48 48\n189f95593df3c7f1 4 10 10 10\n189f95593df3c7f1 49 33 33 33\n189f95593df3c7f1 49 35 35 35\n0c4c5d5f751aabf5 12 21 21 21\n0c4c5d5f751aabf5 12 28 28 28\n0c4c5d5f751aabf5 57 43 43 43\nef6d7acf3bcf834c 60 85 85 85\nef6d7acf3bcf834c 153 121 121 121\nef6d7acf3bcf834c 153 143 143 143\n3fd084afa49b6499 20 30 30 30\n3fd084afa49b6499 68 54 54 54\n3fd084afa49b6499 68 65 65 65\n6fe141ec9be1a432 12 20 20 20\n6fe141ec9be1a432 12 41 41 41\n6fe141ec9be1a432 73 56 56 56\n4654bcf019ddaf4f 2 20 20 20\n4654bcf019ddaf4f 47 38 38 38\n4654bcf019ddaf4f 47 42 42 42\n75d475e9558ab806 1 7 7 7\n75d475e9558ab806 1 18 18 18\n75d475e9558ab806 46 36 36 36\na16a00a72aa06728 33 69 69 69\na16a00a72aa06728 33 85 85 85\na16a00a72aa06728 148 116 116 116\n813895d9ceb3f376 84 118 118 118\n813895d9ceb3f376 84 128 128 128\n813895d9ceb3f376 193 173 173 173\nfea544b472e9abd1 12 21 21 21\nfea544b472e9abd1 12 29 29 29\nfea544b472e9abd1 93 90 90 90\n5fa0f6800a909630 2 11 11 11\n5fa0f6800a909630 47 31 31 31\n5fa0f6800a909630 47 40 40 40\n3b6d8db52c54b174 0 31 31 31\n3b6d8db52c54b174 0 40 40 40\n3b6d8db52c54b174 80 66 66 66\n84a2ee4663daf456 31 52 52 52\n84a2ee4663daf456 98 77 77 77\n84a2ee4663daf456 98 90 90 90\nfdaab1f49851782c 31 47 47 47\nfdaab1f49851782c 142 122 122 122\nfdaab1f49851782c 142 124 124 124\n01a628e2c509b823 113 89 89 89\n01a628e2c509b823 113 102 102 102\n01a628e2c509b823 113 107 107 107\nefa64a0035040381 127 146 146 146\nefa64a0035040381 190 168 168 168\nefa64a0035040381 190 190 190 190\n656381bea665bf3d 27 41 41 41\n656381bea665bf3d 75 57 57 57\n656381bea665bf3d 75 66 66 66\nf315d65b981724a1 56 77 77 77\nf315d65b981724a1 101 85 85 85\nf315d65b981724a1 101 90 90 90\n62e7d55109468b27 9 10 10 10\n62e7d55109468b27 9 13 13 13\n62e7d55109468b27 9 28 28 28\n6fdd15be262854f1 21 27 27 27\n6fdd15be262854f1 21 31 31 31\n6fdd15be262854f1 72 48 48 48\n0425df3e42ba0de3 152 155 155 155\n0425df3e42ba0de3 208 192 192 192\n0425df3e42ba0de3 208 197 197 197\nbac90b67024759ee 20 24 24 24\nbac90b67024759ee 20 40 40 40\nbac90b67024759ee 20 41 41 41\nf3ef8cde65afcc5e 3 6 6 6\nf3ef8cde65afcc5e 91 53 53 53\nf3ef8cde65afcc5e 91 72 72 72\n9f22541e0c3894c1 8 23 23 23\n9f22541e0c3894c1 8 34 34 34\n9f22541e0c3894c1 71 47 47 47\n3087828bc27bc4c7 15 34 34 34\n3087828bc27bc4c7 96 62 62 62\n3087828bc27bc4c7 96 73 73 73\n4ef560091d948f8e 63 77 77 77\n4ef560091d948f8e 63 81 81 81\n4ef560091d948f8e 63 87 87 87\n14f477e7d5af5b91 17 29 29 29\n14f477e7d5af5b91 17 31 31 31\n14f477e7d5af5b91 72 70 70 70\ne68dd764c51470c0 27 58 58 58\ne68dd764c51470c0 109 85 85 85\ne68dd764c51470c0 109 100 100 100\n0869b66f912b845d 192 198 198 198\n0869b66f912b845d 192 202 202 202\n0869b66f912b845d 250 225 225 225\n4e0e71a0930d359d 0 8 8 8\n4e0e71a0930d359d 0 12 12 12\n4e0e71a0930d359d 45 29 29 29\n5be4f1f46b408d68 108 136 136 136\n5be4f1f46b408d68 176 148 148 148\n5be4f1f46b408d68 176 173 173 173\n44a85c75cf4a6da8 45 67 67 67\n44a85c75cf4a6da8 90 68 68 68\n44a85c75cf4a6da8 90 82 82 82\n1bf49251fdd23cc0 3 11 11 11\n1bf49251fdd23cc0 3 23 23 23\n1bf49251fdd23cc0 50 46 46 46\n7f56a807c4e3fbcb 12 14 14 14\n7f56a807c4e3fbcb 12 20 20 20\n7f56a807c4e3fbcb 59 45 45 45\nea238737feca4622 33 76 76 76\nea238737feca4622 33 87 87 87\nea238737feca4622 151 135 135 135\nb70c3d4dcc51f866 9 15 15 15\nb70c3d4dcc51f866 9 34 34 34\nb70c3d4dcc51f866 78 64 64 64\ndbb340f63c6ae50b 106 136 136 136\ndbb340f63c6ae50b 194 166 166 166\ndbb340f63c6ae50b 194 167 167 167\n0e16d64d961fe855 11 34 34 34\n0e16d64d961fe855 11 36 36 36\n0e16d64d961fe855 73 63 63 63\n98309bf872051c85 182 204 204 204\n98309bf872051c85 247 231 231 231\n98309bf872051c85 247 242 242 242\nde45926738229f67 22 38 38 38\nde45926738229f67 22 39 39 39\nde45926738229f67 22 50 50 50\na1d38185b8f59a4b 5 7 7 7\na1d38185b8f59a4b 54 38 38 38\na1d38185b8f59a4b 54 45 45 45\nc71fa7a8db8bbec8 22 26 26 26\nc71fa7a8db8bbec8 22 35 35 35\nc71fa7a8db8bbec8 22 58 58 58\n9978d648c785ca9f 60 39 39 39\n9978d648c785ca9f 60 42 42 42\n9978d648c785ca9f 60 60 60 60\n9786c8d75194a1bf 81 74 74 74\n9786c8d75194a1bf 81 76 76 76\n9786c8d75194a1bf 81 78 78 78\n5f8e6b91cb78aa9f 3 15 15 15\n5f8e6b91cb78aa9f 3 20 20 20\n5f8e6b91cb78aa9f 48 29 29 29\n27daccf898b206de 54 39 39 39\n27daccf898b206de 54 44 44 44\n27daccf898b206de 54 46 46 46\ncce1ae2fda6376ec 102 110 110 110\ncce1ae2fda6376ec 102 130 130 130\ncce1ae2fda6376ec 102 137 137 137\n5c909c802eb6edb1 13 24 24 24\n5c909c802eb6edb1 13 39 39 39\n5c909c802eb6edb1 78 61 61 61\n59636f39d067119d 0 0 0 0\n59636f39d067119d 63 52 52 52\n59636f39d067119d 63 59 59 59\n82afd7cd03ef7111 39 45 45 45\n82afd7cd03ef7111 39 55 55 55\n82afd7cd03ef7111 39 64 64 64\n341c4533fbcb15a4 12 26 26 26\n341c4533fbcb15a4 57 40 40 40\n341c4533fbcb15a4 57 41 41 41\n9d0939c256269554 36 43 43 43\n9d0939c256269554 36 66 66 66\n9d0939c256269554 99 95 95 95\n4a763e1b87e495a7 84 76 76 76\n4a763e1b87e495a7 84 78 78 78\n4a763e1b87e495a7 84 82 82 82\n2e4c69143b09033c 13 36 36 36\n2e4c69143b09033c 13 38 38 38\n2e4c69143b09033c 90 66 66 66\n33afdeba3cd5af05 54 68 68 68\n33afdeba3cd5af05 54 80 80 80\n33afdeba3cd5af05 108 104 104 104\n6361aae2376e35b3 42 48 48 48\n6361aae2376e35b3 42 69 69 69\n6361aae2376e35b3 100 76 76 76\n51973bc28ad2030d 0 23 23 23\n51973bc28ad2030d 50 41 41 41\n51973bc28ad2030d 50 50 50 50\n45e81a557d2dd78b 50 67 67 67\n45e81a557d2dd78b 50 69 69 69\n45e81a557d2dd78b 50 74 74 74\nae4090e8832b90f9 165 175 175 175\nae4090e8832b90f9 253 243 243 243\nae4090e8832b90f9 253 252 252 252\nbfcc43cb05071cf7 20 55 55 55\nbfcc43cb05071cf7 121 100 100 100\nbfcc43cb05071cf7 121 115 115 115\n12a70416c92a9483 42 47 47 47\n12a70416c92a9483 42 53 53 53\n12a70416c92a9483 121 83 83 83\n90db3a1e61834d39 78 100 100 100\n90db3a1e61834d39 125 117 117 117\n90db3a1e61834d39 125 121 121 121\n531e3acf16289429 3 28 28 28\n531e3acf16289429 55 34 34 34\n531e3acf16289429 55 41 41 41\n3a79b9aefafb0b8d 3 11 11 11\n3a79b9aefafb0b8d 3 27 27 27\n3a79b9aefafb0b8d 55 34 34 34\n309bed43e4406d72 12 30 30 30\n309bed43e4406d72 12 49 49 49\n309bed43e4406d72 115 66 66 66\nebb5e70d56341020 32 39 39 39\nebb5e70d56341020 32 43 43 43\nebb5e70d56341020 83 70 70 70\nb8a96066ff35db86 30 82 82 82\nb8a96066ff35db86 143 103 103 103\nb8a96066ff35db86 143 106 106 106\ne050b07b90580dba 25 27 27 27\ne050b07b90580dba 78 60 60 60\ne050b07b90580dba 78 63 63 63\n5ee7f79d21f7e482 36 43 43 43\n5ee7f79d21f7e482 36 61 61 61\n5ee7f79d21f7e482 101 71 71 71\nd4127110de7604d3 149 172 172 172\nd4127110de7604d3 195 187 187 187\nd4127110de7604d3 195 188 188 188\n2b0b2259a7216762 100 105 105 105\n2b0b2259a7216762 100 121 121 121\n2b0b2259a7216762 151 143 143 143\n2445756494ef6e3d 25 31 31 31\n2445756494ef6e3d 25 35 35 35\n2445756494ef6e3d 25 55 55 55\n6eaf7b55c0a59be9 106 119 119 119\n6eaf7b55c0a59be9 106 154 154 154\n6eaf7b55c0a59be9 203 158 158 158\n37de8da2580d0c1d 37 54 54 54\n37de8da2580d0c1d 37 65 65 65\n37de8da2580d0c1d 102 83 83 83\n1defdda324307269 165 129 129 129\n1defdda324307269 165 135 135 135\n1defdda324307269 165 139 139 139\neae986c8f31081cc 51 74 74 74\neae986c8f31081cc 105 89 89 89\neae986c8f31081cc 105 95 95 95\n575fc7cbb9b2d352 21 33 33 33\n575fc7cbb9b2d352 21 64 64 64\n575fc7cbb9b2d352 146 122 122 122\n8453005c232016c7 36 38 38 38\n8453005c232016c7 36 44 44 44\n8453005c232016c7 36 56 56 56\nb6b1244092471403 82 98 98 98\nb6b1244092471403 147 122 122 122\nb6b1244092471403 147 126 126 126\n90131e866868c2f6 73 53 53 53\n90131e866868c2f6 73 68 68 68\n90131e866868c2f6 73 70 70 70\nff4c8a31f4153121 102 61 61 61\nff4c8a31f4153121 102 67 67 67\nff4c8a31f4153121 102 77 77 77\ndc90deddeacc3d26 41 43 43 43\ndc90deddeacc3d26 93 79 79 79\ndc90deddeacc3d26 93 84 84 84\n45823117f0acb627 125 83 83 83\n45823117f0acb627 125 92 92 92\n45823117f0acb627 125 101 101 101\n6584cfd8b9eb91f0 3 19 19 19\n6584cfd8b9eb91f0 3 27 27 27\n6584cfd8b9eb91f0 71 41 41 41\n45a00d135c5388fc 12 14 14 14\n45a00d135c5388fc 58 40 40 40\n45a00d135c5388fc 58 54 54 54\n2c9018ef57c6b061 19 33 33 33\n2c9018ef57c6b061 19 45 45 45\n2c9018ef57c6b061 77 76 76 76\nb21d13ea38d9ac79 2 13 13 13\nb21d13ea38d9ac79 64 58 58 58\nb21d13ea38d9ac79 64 61 61 61\n4c8fd5318ae8d467 161 179 179 179\n4c8fd5318ae8d467 219 191 191 191\n4c8fd5318ae8d467 219 216 216 216\nf5c2e696cb86b701 54 58 58 58\nf5c2e696cb86b701 54 59 59 59\nf5c2e696cb86b701 121 114 114 114\n54fe098cef530a7f 24 30 30 30\n54fe098cef530a7f 73 50 50 50\n54fe098cef530a7f 73 71 71 71\nfa81f29d350eace3 5 5 5 5\nfa81f29d350eace3 63 39 39 39\nfa81f29d350eace3 63 53 53 53\nb7ae0d63cd88cb7e 5 11 11 11\nb7ae0d63cd88cb7e 57 32 32 32\nb7ae0d63cd88cb7e 57 36 36 36\nae5c26bc7fe988ea 12 13 13 13\nae5c26bc7fe988ea 12 28 28 28\nae5c26bc7fe988ea 61 61 61 61\ndc6c3a7310c42e07 1 8 8 8\ndc6c3a7310c42e07 1 18 18 18\ndc6c3a7310c42e07 63 56 56 56\n7983738c2b4adad4 14 25 25 25\n7983738c2b4adad4 69 49 49 49\n7983738c2b4adad4 69 61 61 61\n71a27a839592fb3a 45 25 25 25\n71a27a839592fb3a 45 27 27 27\n71a27a839592fb3a 45 45 45 45\n1a8466443ffdc6c5 55 33 33 33\n1a8466443ffdc6c5 55 47 47 47\n1a8466443ffdc6c5 55 51 51 51\n774aa648451ced87 74 98 98 98\n774aa648451ced87 74 99 99 99\n774aa648451ced87 144 122 122 122\n7d1a68f312ba2d95 67 73 73 73\n7d1a68f312ba2d95 67 84 84 84\n7d1a68f312ba2d95 130 110 110 110\n505a86992cc1b6ce 5 5 5 5\n505a86992cc1b6ce 5 23 23 23\n505a86992cc1b6ce 59 37 37 37\n414e2bf42ee45cc4 161 166 166 166\n414e2bf42ee45cc4 161 181 181 181\n414e2bf42ee45cc4 238 229 229 229\ne9b6564434ba856f 2 8 8 8\ne9b6564434ba856f 2 20 20 20\ne9b6564434ba856f 2 30 30 30\ne14fc8cb91357b29 18 43 43 43\ne14fc8cb91357b29 70 47 47 47\ne14fc8cb91357b29 70 50 50 50\n7b88a7e1a069a93a 29 33 33 33\n7b88a7e1a069a93a 29 65 65 65\n7b88a7e1a069a93a 144 101 101 101\nee9503a872caad73 6 6 6 6\nee9503a872caad73 61 54 54 54\nee9503a872caad73 61 60 60 60\n399cfd9cfacc0499 83 50 50 50\n399cfd9cfacc0499 83 57 57 57\n399cfd9cfacc0499 83 68 68 68\n1203cc23b881ab8d 55 86 86 86\n1203cc23b881ab8d 119 103 103 103\n1203cc23b881ab8d 119 113 113 113\n40904cd4b9e0579d 52 64 64 64\n40904cd4b9e0579d 121 95 95 95\n40904cd4b9e0579d 121 112 112 112\n2e4cac06a4f92261 2 42 42 42\n2e4cac06a4f92261 115 69 69 69\n2e4cac06a4f92261 115 71 71 71\nfe485c8b96b46c0a 15 15 15 15\nfe485c8b96b46c0a 77 65 65 65\nfe485c8b96b46c0a 77 67 67 67\n00e8df74b6805da7 28 42 42 42\n00e8df74b6805da7 28 51 51 51\n00e8df74b6805da7 79 74 74 74\n074653ff3928b9fe 17 25 25 25\n074653ff3928b9fe 17 26 26 26\n074653ff3928b9fe 66 55 55 55\ndff51d96b59df454 31 54 54 54\ndff51d96b59df454 77 69 69 69\ndff51d96b59df454 77 76 76 76\nd879362410eaf691 1 8 8 8\nd879362410eaf691 1 9 9 9\nd879362410eaf691 53 33 33 33\n60bf89b196577c8c 5 15 15 15\n60bf89b196577c8c 5 32 32 32\n60bf89b196577c8c 59 47 47 47\n3176f1532a468cbd 8 25 25 25\n3176f1532a468cbd 73 50 50 50\n3176f1532a468cbd 73 68 68 68\n0dd9e020b6d9d687 0 13 13 13\n0dd9e020b6d9d687 59 50 50 50\n0dd9e020b6d9d687 59 58 58 58\n4091c41c6909da3b 60 64 64 64\n4091c41c6909da3b 60 68 68 68\n4091c41c6909da3b 109 88 88 88\n754f7a46cc9770c6 3 3 3 3\n754f7a46cc9770c6 3 4 4 4\n754f7a46cc9770c6 3 27 27 27\na14cdbc8771393d1 31 53 53 53\na14cdbc8771393d1 31 54 54 54\na14cdbc8771393d1 77 56 56 56\n2a8ef9e44f580d13 21 26 26 26\n2a8ef9e44f580d13 66 53 53 53\n2a8ef9e44f580d13 66 61 61 61\ndf0389efcc51ac2d 7 23 23 23\ndf0389efcc51ac2d 83 50 50 50\ndf0389efcc51ac2d 83 75 75 75\n8cebe36289a4d5a0 58 50 50 50\n8cebe36289a4d5a0 58 52 52 52\n8cebe36289a4d5a0 58 57 57 57\n86cdad3c34f3941f 10 11 11 11\n86cdad3c34f3941f 10 55 55 55\n86cdad3c34f3941f 101 68 68 68\n3533396ef5f351ba 38 60 60 60\n3533396ef5f351ba 96 68 68 68\n3533396ef5f351ba 96 87 87 87\n15d4a976e4e7d3dd 240 217 217 217\n15d4a976e4e7d3dd 240 218 218 218\n15d4a976e4e7d3dd 240 228 228 228\n523bc6753cd13644 84 55 55 55\n523bc6753cd13644 84 59 59 59\n523bc6753cd13644 84 70 70 70\ne49065bc8c694f0d 11 33 33 33\ne49065bc8c694f0d 79 61 61 61\ne49065bc8c694f0d 79 72 72 72\ndfa54c21e3d2feb4 10 23 23 23\ndfa54c21e3d2feb4 64 56 56 56\ndfa54c21e3d2feb4 64 61 61 61\n3aaed2e6422d7d57 137 156 156 156\n3aaed2e6422d7d57 137 172 172 172\n3aaed2e6422d7d57 137 180 180 180\n2a3baeaa72b86812 81 57 57 57\n2a3baeaa72b86812 81 74 74 74\n2a3baeaa72b86812 81 77 77 77\nf71f8b27e6ef3f7e 14 15 15 15\nf71f8b27e6ef3f7e 81 56 56 56\nf71f8b27e6ef3f7e 81 74 74 74\nd42ca7833cd982fb 14 16 16 16\nd42ca7833cd982fb 14 18 18 18\nd42ca7833cd982fb 66 56 56 56\n145708c0216a06a7 25 32 32 32\n145708c0216a06a7 25 34 34 34\n145708c0216a06a7 107 98 98 98\n156f4c7dca878ff2 95 65 65 65\n156f4c7dca878ff2 95 81 81 81\n156f4c7dca878ff2 95 95 95 95\nc85f1c5375e60e21 11 27 27 27\nc85f1c5375e60e21 11 30 30 30\nc85f1c5375e60e21 58 36 36 36\n73c5bc59df929e8d 16 26 26 26\n73c5bc59df929e8d 16 31 31 31\n73c5bc59df929e8d 82 55 55 55\nd25404ee1e0c0607 0 6 6 6\nd25404ee1e0c0607 0 19 19 19\nd25404ee1e0c0607 45 31 31 31\n7323eacf27a3f67b 179 191 191 191\n7323eacf27a3f67b 179 206 206 206\n7323eacf27a3f67b 239 237 237 237\n4b85062505816744 71 61 61 61\n4b85062505816744 71 64 64 64\n4b85062505816744 71 70 70 70\n4803cf5deca2b38a 11 24 24 24\n4803cf5deca2b38a 11 29 29 29\n4803cf5deca2b38a 88 53 53 53\n848971384d2e2956 24 49 49 49\n848971384d2e2956 74 56 56 56\n848971384d2e2956 74 63 63 63\ne9f1e4315562d02c 38 50 50 50\ne9f1e4315562d02c 38 63 63 63\ne9f1e4315562d02c 92 88 88 88\n03e756bff92d49dd 7 31 31 31\n03e756bff92d49dd 77 48 48 48\n03e756bff92d49dd 77 75 75 75\n68aaef5b574f98d5 186 165 165 165\n68aaef5b574f98d5 186 178 178 178\n68aaef5b574f98d5 186 182 182 182\ncbe038e8be4f6b96 5 18 18 18\ncbe038e8be4f6b96 69 38 38 38\ncbe038e8be4f6b96 69 47 47 47\n2fdfa70413053b84 18 34 34 34\n2fdfa70413053b84 106 78 78 78\n2fdfa70413053b84 106 82 82 82\n701ee1118e22239d 48 26 26 26\n701ee1118e22239d 48 35 35 35\n701ee1118e22239d 48 37 37 37\na942b6e69847940b 2 26 26 26\na942b6e69847940b 2 27 27 27\na942b6e69847940b 54 54 54 54\n96a7bdbfc462408d 192 192 192 192\n96a7bdbfc462408d 259 229 229 229\n96a7bdbfc462408d 259 239 239 239\n2177ca3a775a9ee9 104 122 122 122\n2177ca3a775a9ee9 156 133 133 133\n2177ca3a775a9ee9 156 150 150 150\nb62fcc6856e45647 19 28 28 28\nb62fcc6856e45647 19 53 53 53\nb62fcc6856e45647 113 105 105 105\n03a78406de1d0993 5 50 50 50\n03a78406de1d0993 118 63 63 63\n03a78406de1d0993 118 91 91 91\n281452e730c39fd0 102 81 81 81\n281452e730c39fd0 102 98 98 98\n281452e730c39fd0 102 100 100 100\n44095e87bee5475e 59 80 80 80\n44095e87bee5475e 111 90 90 90\n44095e87bee5475e 111 95 95 95\n436a235ed74c3d89 59 76 76 76\n436a235ed74c3d89 59 87 87 87\n436a235ed74c3d89 149 121 121 121\nd7c79e9bf6b0e42e 94 69 69 69\nd7c79e9bf6b0e42e 94 79 79 79\nd7c79e9bf6b0e42e 94 87 87 87\nc0677cb9b8d767a6 157 172 172 172\nc0677cb9b8d767a6 157 179 179 179\nc0677cb9b8d767a6 243 217 217 217\nb67312c3e1dbea65 15 27 27 27\nb67312c3e1dbea65 15 40 40 40\nb67312c3e1dbea65 67 43 43 43\n46a39a38f2c09d34 0 2 2 2\n46a39a38f2c09d34 0 16 16 16\n46a39a38f2c09d34 50 46 46 46\nf23ea66496d4592c 11 19 19 19\nf23ea66496d4592c 64 42 42 42\nf23ea66496d4592c 64 61 61 61\n0e8995dcbdd22f48 27 47 47 47\n0e8995dcbdd22f48 27 59 59 59\n0e8995dcbdd22f48 106 75 75 75\nf32643006f1260b9 34 43 43 43\nf32643006f1260b9 34 47 47 47\nf32643006f1260b9 34 68 68 68\n8c5136bca99f6b66 0 9 9 9\n8c5136bca99f6b66 45 32 32 32\n8c5136bca99f6b66 45 36 36 36\nb4ccda687d2470b1 81 112 112 112\nb4ccda687d2470b1 81 116 116 116\nb4ccda687d2470b1 167 145 145 145\nedba67643c40b399 190 134 134 134\nedba67643c40b399 190 148 148 148\nedba67643c40b399 190 162 162 162\n4a582ee23dd05a8d 95 100 100 100\n4a582ee23dd05a8d 95 126 126 126\n4a582ee23dd05a8d 95 131 131 131\n4ce58504b055463e 74 109 109 109\n4ce58504b055463e 161 132 132 132\n4ce58504b055463e 161 145 145 145\nde589d5890b4e6e8 2 10 10 10\nde589d5890b4e6e8 2 11 11 11\nde589d5890b4e6e8 56 30 30 30\n6c99592614256138 56 60 60 60\n6c99592614256138 56 67 67 67\n6c99592614256138 56 87 87 87\n1bc87c160d1dc982 12 15 15 15\n1bc87c160d1dc982 12 36 36 36\n1bc87c160d1dc982 60 54 54 54\n5994761c53eb75ff 92 61 61 61\n5994761c53eb75ff 92 82 82 82\n5994761c53eb75ff 92 87 87 87\n774712243467068c 51 35 35 35\n774712243467068c 51 46 46 46\n774712243467068c 51 48 48 48\nbfd1e3bcdbf0fbb9 3 5 5 5\nbfd1e3bcdbf0fbb9 3 22 22 22\nbfd1e3bcdbf0fbb9 49 35 35 35\nbc7ce58a16724386 5 13 13 13\nbc7ce58a16724386 5 31 31 31\nbc7ce58a16724386 58 36 36 36\nc19cc383d575e722 44 69 69 69\nc19cc383d575e722 96 73 73 73\nc19cc383d575e722 96 89 89 89\ncfa392a515fbe36a 2 10 10 10\ncfa392a515fbe36a 47 29 29 29\ncfa392a515fbe36a 47 42 42 42\ne87c0a291ec4a45d 4 22 22 22\ne87c0a291ec4a45d 4 23 23 23\ne87c0a291ec4a45d 55 31 31 31\nb352534bdedb50b3 5 5 5 5\nb352534bdedb50b3 5 6 6 6\nb352534bdedb50b3 55 38 38 38\n5331fddb30f9132e 6 7 7 7\n5331fddb30f9132e 6 9 9 9\n5331fddb30f9132e 6 24 24 24\n52aef823cc9a031c 20 30 30 30\n52aef823cc9a031c 76 54 54 54\n52aef823cc9a031c 76 60 60 60\na6d75912a7fb7e91 29 32 32 32\na6d75912a7fb7e91 102 71 71 71\na6d75912a7fb7e91 102 94 94 94\n374fa34fe701a30d 2 19 19 19\n374fa34fe701a30d 49 42 42 42\n374fa34fe701a30d 49 45 45 45\n3dba1838ed366ab5 17 35 35 35\n3dba1838ed366ab5 66 53 53 53\n3dba1838ed366ab5 66 54 54 54\n2341162bce213f2e 51 64 64 64\n2341162bce213f2e 120 91 91 91\n2341162bce213f2e 120 92 92 92\ncb6b6e325aaafcc9 33 34 34 34\ncb6b6e325aaafcc9 86 70 70 70\ncb6b6e325aaafcc9 86 80 80 80\ne5fec092b986596d 9 34 34 34\ne5fec092b986596d 127 80 80 80\ne5fec092b986596d 127 105 105 105\n11eb02d24a3241a9 2 6 6 6\n11eb02d24a3241a9 60 34 34 34\n11eb02d24a3241a9 60 40 40 40\nd5a254717822d28b 158 175 175 175\nd5a254717822d28b 241 212 212 212\nd5a254717822d28b 241 241 241 241\nef1457995bca9afd 52 28 28 28\nef1457995bca9afd 52 32 32 32\nef1457995bca9afd 52 49 49 49\n14cdf4aa7a2de14b 11 28 28 28\n14cdf4aa7a2de14b 56 43 43 43\n14cdf4aa7a2de14b 56 53 53 53\n18c6473be3bd827a 1 10 10 10\n18c6473be3bd827a 1 12 12 12\n18c6473be3bd827a 68 59 59 59\n3dc0058dce3828d9 21 33 33 33\n3dc0058dce3828d9 71 54 54 54\n3dc0058dce3828d9 71 58 58 58\nc34b59ec59eb886c 7 38 38 38\nc34b59ec59eb886c 7 42 42 42\nc34b59ec59eb886c 82 51 51 51\nf1cf2e1b45e3c789 107 110 110 110\nf1cf2e1b45e3c789 107 117 117 117\nf1cf2e1b45e3c789 107 130 130 130\na0dda4b2ec17cde1 21 32 32 32\na0dda4b2ec17cde1 115 73 73 73\na0dda4b2ec17cde1 115 77 77 77\nee135ea99ddcb32e 114 88 88 88\nee135ea99ddcb32e 114 95 95 95\nee135ea99ddcb32e 114 98 98 98\n8debcd56accec5c3 8 22 22 22\n8debcd56accec5c3 63 50 50 50\n8debcd56accec5c3 63 58 58 58\n27382fa047b4681a 69 43 43 43\n27382fa047b4681a 69 64 64 64\n27382fa047b4681a 69 65 65 65\nc439c3b3d45d651d 50 61 61 61\nc439c3b3d45d651d 50 70 70 70\nc439c3b3d45d651d 110 86 86 86\n127884736471b631 89 114 114 114\n127884736471b631 89 137 137 137\n127884736471b631 196 146 146 146\n753ccd3da86a8cd8 88 100 100 100\n753ccd3da86a8cd8 88 101 101 101\n753ccd3da86a8cd8 164 139 139 139\ncac91919db0b7a85 22 57 57 57\ncac91919db0b7a85 115 72 72 72\ncac91919db0b7a85 115 88 88 88\n180542b70f713d5b 15 18 18 18\n180542b70f713d5b 15 27 27 27\n180542b70f713d5b 15 32 32 32\n629106572dfe16c7 187 143 143 143\n629106572dfe16c7 187 146 146 146\n629106572dfe16c7 187 147 147 147\nf13001de94f7dee7 3 8 8 8\nf13001de94f7dee7 68 63 63 63\nf13001de94f7dee7 68 64 64 64\ned299cc5f85d0edd 30 35 35 35\ned299cc5f85d0edd 30 51 51 51\ned299cc5f85d0edd 81 75 75 75\n2a89b2a52cee9f5f 211 232 232 232\n2a89b2a52cee9f5f 265 253 253 253\n2a89b2a52cee9f5f 265 256 256 256\na3bc75f0a32b1501 18 21 21 21\na3bc75f0a32b1501 18 27 27 27\na3bc75f0a32b1501 18 30 30 30\n9b432f66b54dcee7 5 9 9 9\n9b432f66b54dcee7 5 19 19 19\n9b432f66b54dcee7 74 43 43 43\n5605c576fc904f00 22 36 36 36\n5605c576fc904f00 22 39 39 39\n5605c576fc904f00 75 70 70 70\n86a463200232af47 93 98 98 98\n86a463200232af47 93 103 103 103\n86a463200232af47 93 112 112 112\nfbcd62ab8ff30b4f 13 34 34 34\nfbcd62ab8ff30b4f 58 49 49 49\nfbcd62ab8ff30b4f 58 50 50 50\n51170ef694154b08 11 22 22 22\n51170ef694154b08 11 25 25 25\n51170ef694154b08 74 68 68 68\n00a5a2af678f37d5 43 56 56 56\n00a5a2af678f37d5 43 62 62 62\n00a5a2af678f37d5 43 66 66 66\nd438687082422f1e 169 176 176 176\nd438687082422f1e 169 187 187 187\nd438687082422f1e 215 199 199 199\n3613c77d8c234008 12 19 19 19\n3613c77d8c234008 12 20 20 20\n3613c77d8c234008 58 40 40 40\nb73a7e175486c78a 123 123 123 123\nb73a7e175486c78a 123 146 146 146\nb73a7e175486c78a 233 194 194 194\nf543c249c809b271 2 6 6 6\nf543c249c809b271 2 10 10 10\nf543c249c809b271 2 26 26 26\n818ddc806c9e8f79 55 36 36 36\n818ddc806c9e8f79 55 45 45 45\n818ddc806c9e8f79 55 47 47 47\n8ab4c604ecea9c58 51 59 59 59\n8ab4c604ecea9c58 51 69 69 69\n8ab4c604ecea9c58 106 80 80 80\n9b1df103d73ce624 75 49 49 49\n9b1df103d73ce624 75 57 57 57\n9b1df103d73ce624 75 69 69 69\nf91fbdea76207935 88 61 61 61\nf91fbdea76207935 88 68 68 68\nf91fbdea76207935 88 73 73 73\n6ed53f7a04720147 28 44 44 44\n6ed53f7a04720147 28 66 66 66\n6ed53f7a04720147 128 84 84 84\n2482c4388b32f225 56 74 74 74\n2482c4388b32f225 56 92 92 92\n2482c4388b32f225 132 125 125 125\n12f45658983d380d 45 61 61 61\n12f45658983d380d 120 91 91 91\n12f45658983d380d 120 92 92 92\nf2e037fd936aac25 42 48 48 48\nf2e037fd936aac25 42 56 56 56\nf2e037fd936aac25 94 91 91 91\na017b558fa544b08 0 7 7 7\na017b558fa544b08 0 16 16 16\na017b558fa544b08 0 22 22 22\n54f97b513d76b3fb 248 226 226 226\n54f97b513d76b3fb 248 243 243 243\n54f97b513d76b3fb 248 245 245 245\na63c60167d524a5d 21 24 24 24\na63c60167d524a5d 21 54 54 54\na63c60167d524a5d 132 129 129 129\n59d248d6e5d5b35c 15 16 16 16\n59d248d6e5d5b35c 15 38 38 38\n59d248d6e5d5b35c 72 54 54 54\n1227d00562c106e2 116 118 118 118\n1227d00562c106e2 116 130 130 130\n1227d00562c106e2 116 154 154 154\naf591254c5c30d9f 54 60 60 60\naf591254c5c30d9f 111 87 87 87\naf591254c5c30d9f 111 102 102 102\n4047ea5cbe353c08 16 16 16 16\n4047ea5cbe353c08 69 45 45 45\n4047ea5cbe353c08 69 68 68 68\n7695e3556b39ab92 112 66 66 66\n7695e3556b39ab92 112 78 78 78\n7695e3556b39ab92 112 79 79 79\n650503eb1bc58d0d 8 27 27 27\n650503eb1bc58d0d 68 61 61 61\n650503eb1bc58d0d 68 68 68 68\nff7f5042dddd5e12 25 29 29 29\nff7f5042dddd5e12 25 41 41 41\nff7f5042dddd5e12 127 101 101 101\nf33a903d5af68764 25 46 46 46\nf33a903d5af68764 74 51 51 51\nf33a903d5af68764 74 65 65 65\n350ef3b7bd9d9489 18 22 22 22\n350ef3b7bd9d9489 18 42 42 42\n350ef3b7bd9d9489 18 51 51 51\n33517e9838fe5f20 52 63 63 63\n33517e9838fe5f20 99 78 78 78\n33517e9838fe5f20 99 86 86 86\n090c672e7e394397 67 81 81 81\n090c672e7e394397 133 115 115 115\n090c672e7e394397 133 128 128 128\n9da1817a6a8b398b 5 42 42 42\n9da1817a6a8b398b 99 89 89 89\n9da1817a6a8b398b 99 96 96 96\n21d9134faec148f2 99 134 134 134\n21d9134faec148f2 99 150 150 150\n21d9134faec148f2 235 225 225 225\n8b7fd0f7face0559 66 40 40 40\n8b7fd0f7face0559 66 47 47 47\n8b7fd0f7face0559 66 60 60 60\n550ea130af96ccfa 140 143 143 143\n550ea130af96ccfa 140 151 151 151\n550ea130af96ccfa 140 159 159 159\nf4c093d62e3bc637 14 47 47 47\nf4c093d62e3bc637 14 55 55 55\nf4c093d62e3bc637 99 89 89 89\nd93fb7e63006df0b 44 57 57 57\nd93fb7e63006df0b 44 72 72 72\nd93fb7e63006df0b 108 92 92 92\nbf426e89f74b4447 7 12 12 12\nbf426e89f74b4447 7 31 31 31\nbf426e89f74b4447 60 37 37 37\n247bc2e47eb7f6fa 113 131 131 131\n247bc2e47eb7f6fa 113 142 142 142\n247bc2e47eb7f6fa 173 158 158 158\n068140e09ae5ae8f 32 37 37 37\n068140e09ae5ae8f 32 43 43 43\n068140e09ae5ae8f 32 51 51 51\n8a8289629784b1ba 9 12 12 12\n8a8289629784b1ba 9 17 17 17\n8a8289629784b1ba 62 44 44 44\n16b8ab24bd231f9a 116 142 142 142\n16b8ab24bd231f9a 229 177 177 177\n16b8ab24bd231f9a 229 186 186 186\n3b59c7d97b900724 18 20 20 20\n3b59c7d97b900724 70 60 60 60\n3b59c7d97b900724 70 65 65 65\nb6d52e4eac9880b0 50 76 76 76\nb6d52e4eac9880b0 107 90 90 90\nb6d52e4eac9880b0 107 100 100 100\ne2cd09b4dc82ba9b 33 36 36 36\ne2cd09b4dc82ba9b 33 45 45 45\ne2cd09b4dc82ba9b 89 69 69 69\n895c7a42a71d6050 27 34 34 34\n895c7a42a71d6050 27 38 38 38\n895c7a42a71d6050 76 68 68 68\n3b122e1becb5fcb7 222 174 174 174\n3b122e1becb5fcb7 222 183 183 183\n3b122e1becb5fcb7 222 219 219 219\nf649244a6907838c 15 33 33 33\nf649244a6907838c 104 87 87 87\nf649244a6907838c 104 88 88 88\n8b0af1b58d41bcd5 6 12 12 12\n8b0af1b58d41bcd5 6 14 14 14\n8b0af1b58d41bcd5 51 30 30 30\n49235d402cbb8895 36 63 63 63\n49235d402cbb8895 95 66 66 66\n49235d402cbb8895 95 71 71 71\ndd6f8f3b56c66aee 149 151 151 151\ndd6f8f3b56c66aee 149 157 157 157\ndd6f8f3b56c66aee 149 164 164 164\n4b4c0c27204604a3 34 45 45 45\n4b4c0c27204604a3 34 58 58 58\n4b4c0c27204604a3 84 66 66 66\n2bec33eeeab0bb9d 5 9 9 9\n2bec33eeeab0bb9d 5 23 23 23\n2bec33eeeab0bb9d 59 59 59 59\n602cd3dcd51e706e 21 25 25 25\n602cd3dcd51e706e 70 50 50 50\n602cd3dcd51e706e 70 60 60 60\n78e901c8d85e71a7 15 16 16 16\n78e901c8d85e71a7 15 23 23 23\n78e901c8d85e71a7 15 33 33 33\n90a62bad0442448d 31 33 33 33\n90a62bad0442448d 87 74 74 74\n90a62bad0442448d 87 76 76 76\nce42e1a9588440c8 83 121 121 121\nce42e1a9588440c8 171 135 135 135\nce42e1a9588440c8 171 168 168 168\n50a356dd9870ac9b 79 102 102 102\n50a356dd9870ac9b 135 120 120 120\n50a356dd9870ac9b 135 129 129 129\nfe6690ee4f6c7244 136 181 181 181\nfe6690ee4f6c7244 250 197 197 197\nfe6690ee4f6c7244 250 204 204 204\nc767b97c0d3caca4 63 70 70 70\nc767b97c0d3caca4 63 97 97 97\nc767b97c0d3caca4 137 121 121 121\n50c3e2b700077e76 60 66 66 66\n50c3e2b700077e76 60 71 71 71\n50c3e2b700077e76 60 82 82 82\nba0cecbd7351eea2 26 46 46 46\nba0cecbd7351eea2 71 65 65 65\nba0cecbd7351eea2 71 69 69 69\n5c5990b304509a47 34 40 40 40\n5c5990b304509a47 34 41 41 41\n5c5990b304509a47 34 61 61 61\n430c6d1f8676fabc 61 68 68 68\n430c6d1f8676fabc 61 97 97 97\n430c6d1f8676fabc 141 114 114 114\n6dbe9b5b5e77c8a6 25 73 73 73\n6dbe9b5b5e77c8a6 121 84 84 84\n6dbe9b5b5e77c8a6 121 92 92 92\n3d2486ac8822da47 79 70 70 70\n3d2486ac8822da47 79 76 76 76\n3d2486ac8822da47 79 78 78 78\n6b4a5186c2585e08 32 42 42 42\n6b4a5186c2585e08 79 61 61 61\n6b4a5186c2585e08 79 67 67 67\n8610164dfd89cd44 3 9 9 9\n8610164dfd89cd44 3 15 15 15\n8610164dfd89cd44 50 28 28 28\n867a9e729b3eced3 0 0 0 0\n867a9e729b3eced3 0 18 18 18\n867a9e729b3eced3 45 40 40 40\n3a3bc11b9ebb7d44 17 26 26 26\n3a3bc11b9ebb7d44 69 50 50 50\n3a3bc11b9ebb7d44 69 65 65 65\n1addb7e6bbea3eae 172 177 177 177\n1addb7e6bbea3eae 172 202 202 202\n1addb7e6bbea3eae 252 236 236 236\n01be77405b16df11 13 24 24 24\n01be77405b16df11 13 37 37 37\n01be77405b16df11 62 61 61 61\n3f4f553239e96d90 20 42 42 42\n3f4f553239e96d90 111 75 75 75\n3f4f553239e96d90 111 111 111 111\n8951e64bab803550 4 17 17 17\n8951e64bab803550 54 35 35 35\n8951e64bab803550 54 39 39 39\n11a680776863b321 9 29 29 29\n11a680776863b321 9 31 31 31\n11a680776863b321 56 45 45 45\n05c57211be152630 9 10 10 10\n05c57211be152630 9 16 16 16\n05c57211be152630 54 44 44 44\nec954095edaf0f9f 91 113 113 113\nec954095edaf0f9f 153 123 123 123\nec954095edaf0f9f 153 149 149 149\n0626b812d67da3c6 3 19 19 19\n0626b812d67da3c6 3 25 25 25\n0626b812d67da3c6 49 45 45 45\n3e1236935a5f70ae 1 15 15 15\n3e1236935a5f70ae 1 24 24 24\n3e1236935a5f70ae 47 42 42 42\nfcf379edfcfe492c 43 46 46 46\nfcf379edfcfe492c 43 63 63 63\nfcf379edfcfe492c 93 89 89 89\ne9b3ce3fb857d86f 138 159 159 159\ne9b3ce3fb857d86f 138 180 180 180\ne9b3ce3fb857d86f 243 196 196 196\n58adecc8e2e6ae8e 13 21 21 21\n58adecc8e2e6ae8e 59 52 52 52\n58adecc8e2e6ae8e 59 58 58 58\n75fc11bacb566213 42 68 68 68\n75fc11bacb566213 106 79 79 79\n75fc11bacb566213 106 81 81 81\n6890595879a5790a 91 113 113 113\n6890595879a5790a 142 120 120 120\n6890595879a5790a 142 140 140 140\nbb68958771bd013e 36 46 46 46\nbb68958771bd013e 36 60 60 60\nbb68958771bd013e 96 72 72 72\n20100b779d28b6d5 62 68 68 68\n20100b779d28b6d5 62 70 70 70\n20100b779d28b6d5 126 105 105 105\nb8a77ae2419b398f 97 114 114 114\nb8a77ae2419b398f 97 144 144 144\nb8a77ae2419b398f 97 148 148 148\n1225476a1221ce08 85 66 66 66\n1225476a1221ce08 85 68 68 68\n1225476a1221ce08 85 76 76 76\n6a4a6eb9accd3528 0 30 30 30\n6a4a6eb9accd3528 0 43 43 43\n6a4a6eb9accd3528 89 59 59 59\nf99691764cd67e0c 49 71 71 71\nf99691764cd67e0c 49 72 72 72\nf99691764cd67e0c 49 87 87 87\n91ccaa13b322fb9d 73 64 64 64\n91ccaa13b322fb9d 73 68 68 68\n91ccaa13b322fb9d 73 69 69 69\n2f98ee24d3fc43a2 78 101 101 101\n2f98ee24d3fc43a2 153 116 116 116\n2f98ee24d3fc43a2 153 126 126 126\n99a8af5125fb4c23 2 8 8 8\n99a8af5125fb4c23 2 22 22 22\n99a8af5125fb4c23 106 73 73 73\nb4ad7779e82513ad 94 96 96 96\nb4ad7779e82513ad 94 107 107 107\nb4ad7779e82513ad 94 131 131 131\nce51b0b5bcec88e7 27 40 40 40\nce51b0b5bcec88e7 27 44 44 44\nce51b0b5bcec88e7 93 82 82 82\nc4018c426b7f34fe 199 215 215 215\nc4018c426b7f34fe 199 227 227 227\nc4018c426b7f34fe 199 231 231 231\n5185cb2d8a7fde08 10 26 26 26\n5185cb2d8a7fde08 77 54 54 54\n5185cb2d8a7fde08 77 55 55 55\n3094afb27266ee6a 5 5 5 5\n3094afb27266ee6a 85 46 46 46\n3094afb27266ee6a 85 81 81 81\ne4512bdb2540e049 150 128 128 128\ne4512bdb2540e049 150 129 129 129\ne4512bdb2540e049 150 138 138 138\n8d671600d1ff117c 56 66 66 66\n8d671600d1ff117c 101 79 79 79\n8d671600d1ff117c 101 101 101 101\ne621b4536f4da311 40 57 57 57\ne621b4536f4da311 40 61 61 61\ne621b4536f4da311 85 64 64 64\nf06c314b02d35b81 54 59 59 59\nf06c314b02d35b81 54 60 60 60\nf06c314b02d35b81 54 71 71 71\nc7f70ca1ccd2588d 0 6 6 6\nc7f70ca1ccd2588d 0 25 25 25\nc7f70ca1ccd2588d 59 52 52 52\nd4d77d8b3f48c2e9 13 27 27 27\nd4d77d8b3f48c2e9 70 43 43 43\nd4d77d8b3f48c2e9 70 56 56 56\n57521976806b42c7 1 7 7 7\n57521976806b42c7 47 38 38 38\n57521976806b42c7 47 43 43 43\naaeb7a0ab3303b61 141 150 150 150\naaeb7a0ab3303b61 141 181 181 181\naaeb7a0ab3303b61 232 202 202 202\nc9c221c5d2f549ea 54 65 65 65\nc9c221c5d2f549ea 54 85 85 85\nc9c221c5d2f549ea 148 134 134 134\n3953f37661087a95 14 16 16 16\n3953f37661087a95 14 54 54 54\n3953f37661087a95 97 58 58 58\ne9670b30a2c0e348 1 1 1 1\ne9670b30a2c0e348 1 2 2 2\ne9670b30a2c0e348 1 5 5 5\n4a1920283e3087de 2 11 11 11\n4a1920283e3087de 52 33 33 33\n4a1920283e3087de 52 42 42 42\nb6fbc2ea0566cea8 23 44 44 44\nb6fbc2ea0566cea8 23 49 49 49\nb6fbc2ea0566cea8 118 75 75 75\n1b87f55dec310243 165 185 185 185\n1b87f55dec310243 231 199 199 199\n1b87f55dec310243 231 206 206 206\n357ddf77c7b83cae 4 6 6 6\n357ddf77c7b83cae 4 19 19 19\n357ddf77c7b83cae 4 22 22 22\n88eb992d14f03af3 6 7 7 7\n88eb992d14f03af3 52 46 46 46\n88eb992d14f03af3 52 47 47 47\n9a1b51f094189756 29 31 31 31\n9a1b51f094189756 29 40 40 40\n9a1b51f094189756 87 64 64 64\nc76111d57845c911 146 107 107 107\nc76111d57845c911 146 114 114 114\nc76111d57845c911 146 131 131 131\n701c87315926ad90 62 67 67 67\n701c87315926ad90 62 73 73 73\n701c87315926ad90 109 87 87 87\n9fdeeee21b106732 9 35 35 35\n9fdeeee21b106732 94 71 71 71\n9fdeeee21b106732 94 85 85 85\nf80f0077f529c4d7 64 85 85 85\nf80f0077f529c4d7 64 93 93 93\nf80f0077f529c4d7 127 101 101 101\na0d174b988c5ead7 1 8 8 8\na0d174b988c5ead7 1 10 10 10\na0d174b988c5ead7 51 34 34 34\n2f5af4b429b2c992 123 96 96 96\n2f5af4b429b2c992 123 108 108 108\n2f5af4b429b2c992 123 112 112 112\ne3be10efd916a10f 14 28 28 28\ne3be10efd916a10f 68 50 50 50\ne3be10efd916a10f 68 62 62 62\n31c79c843555c2c6 5 7 7 7\n31c79c843555c2c6 5 13 13 13\n31c79c843555c2c6 64 57 57 57\nadeeb0d485535dfb 3 26 26 26\nadeeb0d485535dfb 3 46 46 46\nadeeb0d485535dfb 3 48 48 48\nedcd819612829ef6 7 12 12 12\nedcd819612829ef6 64 48 48 48\nedcd819612829ef6 64 49 49 49\n5d06d35cfc4d456e 42 53 53 53\n5d06d35cfc4d456e 42 61 61 61\n5d06d35cfc4d456e 116 113 113 113\n05b1462991e38e4d 134 178 178 178\n05b1462991e38e4d 234 202 202 202\n05b1462991e38e4d 234 233 233 233\n2af206730de6f439 26 33 33 33\n2af206730de6f439 26 60 60 60\n2af206730de6f439 120 118 118 118\n29a09527214b3dc5 9 20 20 20\n29a09527214b3dc5 9 26 26 26\n29a09527214b3dc5 59 58 58 58\n37d0f351f07ee925 60 62 62 62\n37d0f351f07ee925 60 71 71 71\n37d0f351f07ee925 105 97 97 97\nbde72676dac5dc06 43 44 44 44\nbde72676dac5dc06 97 80 80 80\nbde72676dac5dc06 97 91 91 91\n3f6e7ee98174056b 44 56 56 56\n3f6e7ee98174056b 89 72 72 72\n3f6e7ee98174056b 89 87 87 87\n16cd4f1cb2a467c1 5 9 9 9\n16cd4f1cb2a467c1 5 15 15 15\n16cd4f1cb2a467c1 50 42 42 42\n87f03b8928fc286e 39 40 40 40\n87f03b8928fc286e 86 71 71 71\n87f03b8928fc286e 86 86 86 86\n46e0654ccb5d88cf 2 3 3 3\n46e0654ccb5d88cf 78 68 68 68\n46e0654ccb5d88cf 78 74 74 74\n20b38e0a985506ba 14 50 50 50\n20b38e0a985506ba 100 63 63 63\n20b38e0a985506ba 100 85 85 85\n59767154863dc444 21 61 61 61\n59767154863dc444 102 81 81 81\n59767154863dc444 102 93 93 93\ne43058cb365b9459 171 195 195 195\ne43058cb365b9459 171 199 199 199\ne43058cb365b9459 171 206 206 206\n568ef8c24a0b1408 8 27 27 27\n568ef8c24a0b1408 8 28 28 28\n568ef8c24a0b1408 54 44 44 44\ncf2f6b8cf233a07d 59 61 61 61\ncf2f6b8cf233a07d 150 110 110 110\ncf2f6b8cf233a07d 150 141 141 141\n043c48135c5e8cc2 139 118 118 118\n043c48135c5e8cc2 139 119 119 119\n043c48135c5e8cc2 139 120 120 120\nccdd4b5d45af03e8 19 41 41 41\nccdd4b5d45af03e8 74 53 53 53\nccdd4b5d45af03e8 74 60 60 60\nf5a9a6278a8e44b2 154 170 170 170\nf5a9a6278a8e44b2 154 195 195 195\nf5a9a6278a8e44b2 154 201 201 201\nc7ca0f0e3baf1c3a 2 3 3 3\nc7ca0f0e3baf1c3a 47 26 26 26\nc7ca0f0e3baf1c3a 47 33 33 33\n308681a294d1417b 35 46 46 46\n308681a294d1417b 35 75 75 75\n308681a294d1417b 35 80 80 80\n9e784b792f4aa092 2 8 8 8\n9e784b792f4aa092 113 71 71 71\n9e784b792f4aa092 113 113 113 113\nf2243a6f96faabc9 12 27 27 27\nf2243a6f96faabc9 58 36 36 36\nf2243a6f96faabc9 58 57 57 57\nbf1d955d0d4cad3d 7 52 52 52\nbf1d955d0d4cad3d 7 53 53 53\nbf1d955d0d4cad3d 110 71 71 71\n518f26dcd055d78d 2 2 2 2\n518f26dcd055d78d 2 12 12 12\n518f26dcd055d78d 2 20 20 20\ne5c955c5cad28192 0 4 4 4\ne5c955c5cad28192 0 22 22 22\ne5c955c5cad28192 48 28 28 28\nbddba93182c33779 19 25 25 25\nbddba93182c33779 19 40 40 40\nbddba93182c33779 19 41 41 41\nf13a2892e0df0743 6 19 19 19\nf13a2892e0df0743 93 59 59 59\nf13a2892e0df0743 93 86 86 86\nb4d751f16c3826d8 1 12 12 12\nb4d751f16c3826d8 1 19 19 19\nb4d751f16c3826d8 59 50 50 50\n7ac41312c56a0cc7 54 77 77 77\n7ac41312c56a0cc7 104 93 93 93\n7ac41312c56a0cc7 104 103 103 103\ne1654fcb98bf93e6 6 10 10 10\ne1654fcb98bf93e6 6 28 28 28\ne1654fcb98bf93e6 57 53 53 53\nf58edeb874d96974 115 95 95 95\nf58edeb874d96974 115 97 97 97\nf58edeb874d96974 115 114 114 114\n0f2197967bb7fa43 22 26 26 26\n0f2197967bb7fa43 22 29 29 29\n0f2197967bb7fa43 22 46 46 46\naf55f1aae9438a31 189 207 207 207\naf55f1aae9438a31 276 250 250 250\naf55f1aae9438a31 276 276 276 276\nc6c9e352022ce110 7 13 13 13\nc6c9e352022ce110 7 22 22 22\nc6c9e352022ce110 58 43 43 43\ned8a46b1aeb9b0e7 2 20 20 20\ned8a46b1aeb9b0e7 47 32 32 32\ned8a46b1aeb9b0e7 47 37 37 37\n9638776e5bc87bc7 9 14 14 14\n9638776e5bc87bc7 9 17 17 17\n9638776e5bc87bc7 69 52 52 52\n3d8d29bf0d9f24a4 181 181 181 181\n3d8d29bf0d9f24a4 181 210 210 210\n3d8d29bf0d9f24a4 262 249 249 249\n9131cc864db80476 20 27 27 27\n9131cc864db80476 20 28 28 28\n9131cc864db80476 20 40 40 40\nfa1f48f6ab912eab 0 5 5 5\nfa1f48f6ab912eab 0 11 11 11\nfa1f48f6ab912eab 0 21 21 21\ne01e8cb797908f8c 54 58 58 58\ne01e8cb797908f8c 102 84 84 84\ne01e8cb797908f8c 102 91 91 91\nf27cb10112666229 11 11 11 11\nf27cb10112666229 64 45 45 45\nf27cb10112666229 64 53 53 53\nbe9fe7824449d416 24 32 32 32\nbe9fe7824449d416 24 74 74 74\nbe9fe7824449d416 137 98 98 98\n6b1138e2149920fd 21 36 36 36\n6b1138e2149920fd 67 57 57 57\n6b1138e2149920fd 67 61 61 61\n503d82bee145b841 142 152 152 152\n503d82bee145b841 142 174 174 174\n503d82bee145b841 237 202 202 202\nf60664acd06e22aa 40 47 47 47\nf60664acd06e22aa 40 60 60 60\nf60664acd06e22aa 112 82 82 82\n2c1e6581c64ffb04 46 27 27 27\n2c1e6581c64ffb04 46 31 31 31\n2c1e6581c64ffb04 46 43 43 43\n896664cbc4822c57 122 128 128 128\n896664cbc4822c57 122 154 154 154\n896664cbc4822c57 189 184 184 184\nc065104094628e8d 12 16 16 16\nc065104094628e8d 12 31 31 31\nc065104094628e8d 12 33 33 33\n3d60041ab79f46fc 17 32 32 32\n3d60041ab79f46fc 75 49 49 49\n3d60041ab79f46fc 75 74 74 74\nf956425e6e6f9863 48 50 50 50\nf956425e6e6f9863 48 56 56 56\nf956425e6e6f9863 95 77 77 77\ne16d5c92b54beff5 32 37 37 37\ne16d5c92b54beff5 81 74 74 74\ne16d5c92b54beff5 81 77 77 77\n62fdeefea9b15121 0 6 6 6\n62fdeefea9b15121 0 20 20 20\n62fdeefea9b15121 48 36 36 36\nab2d4e1aaca88cc3 8 8 8 8\nab2d4e1aaca88cc3 8 25 25 25\nab2d4e1aaca88cc3 54 41 41 41\n44adc8d00568380f 3 8 8 8\n44adc8d00568380f 3 24 24 24\n44adc8d00568380f 65 64 64 64\n41a3a167ea5d9e88 9 33 33 33\n41a3a167ea5d9e88 9 40 40 40\n41a3a167ea5d9e88 78 69 69 69\n4eab1d74335a930f 30 45 45 45\n4eab1d74335a930f 30 50 50 50\n4eab1d74335a930f 121 98 98 98\nf89ca2025a4c7470 18 21 21 21\nf89ca2025a4c7470 18 31 31 31\nf89ca2025a4c7470 18 46 46 46\n2217c43ddaa29027 164 149 149 149\n2217c43ddaa29027 164 151 151 151\n2217c43ddaa29027 164 159 159 159\n5a15212752d1659a 62 77 77 77\n5a15212752d1659a 114 90 90 90\n5a15212752d1659a 114 100 100 100\nd982d99031fb4f93 18 30 30 30\nd982d99031fb4f93 18 36 36 36\nd982d99031fb4f93 80 61 61 61\nb0030e8ffdf33cb8 3 21 21 21\nb0030e8ffdf33cb8 81 65 65 65\nb0030e8ffdf33cb8 81 79 79 79\n6638886a3a5ff92c 21 32 32 32\n6638886a3a5ff92c 66 54 54 54\n6638886a3a5ff92c 66 63 63 63\nce2d73fd4e1235ec 45 58 58 58\nce2d73fd4e1235ec 99 82 82 82\nce2d73fd4e1235ec 99 96 96 96\ne30f93e62f76014f 34 40 40 40\ne30f93e62f76014f 34 60 60 60\ne30f93e62f76014f 111 94 94 94\n177ff3969577b8de 0 0 0 0\n177ff3969577b8de 0 30 30 30\n177ff3969577b8de 65 60 60 60\n0404d32e97ec1cdb 63 79 79 79\n0404d32e97ec1cdb 145 110 110 110\n0404d32e97ec1cdb 145 137 137 137\n35061d7afe240bdc 137 147 147 147\n35061d7afe240bdc 137 152 152 152\n35061d7afe240bdc 208 193 193 193\n806102dd1847a340 0 41 41 41\n806102dd1847a340 121 90 90 90\n806102dd1847a340 121 115 115 115\nff03c7906d70bc61 51 56 56 56\nff03c7906d70bc61 51 61 61 61\nff03c7906d70bc61 51 64 64 64\n9b09cb164f1df0d6 0 20 20 20\n9b09cb164f1df0d6 0 27 27 27\n9b09cb164f1df0d6 54 28 28 28\n2689084e354f6dcd 85 62 62 62\n2689084e354f6dcd 85 72 72 72\n2689084e354f6dcd 85 81 81 81\nda27974057f07122 36 38 38 38\nda27974057f07122 36 68 68 68\nda27974057f07122 36 70 70 70\n62d43eb863c52706 10 35 35 35\n62d43eb863c52706 84 48 48 48\n62d43eb863c52706 84 66 66 66\n9720394a4cb1ee2b 2 23 23 23\n9720394a4cb1ee2b 52 36 36 36\n9720394a4cb1ee2b 52 45 45 45\nd45a3454e5581d11 13 42 42 42\nd45a3454e5581d11 93 58 58 58\nd45a3454e5581d11 93 90 90 90\n9e7927ee83ae3ef5 4 7 7 7\n9e7927ee83ae3ef5 60 35 35 35\n9e7927ee83ae3ef5 60 60 60 60\nc9545e4aaf05d54e 3 41 41 41\nc9545e4aaf05d54e 90 55 55 55\nc9545e4aaf05d54e 90 62 62 62\ndd4f43f04d9d51e9 25 30 30 30\ndd4f43f04d9d51e9 74 52 52 52\ndd4f43f04d9d51e9 74 57 57 57\na0dff63288fc21dc 100 71 71 71\na0dff63288fc21dc 100 73 73 73\na0dff63288fc21dc 100 99 99 99\n63b37bfae7def003 125 88 88 88\n63b37bfae7def003 125 99 99 99\n63b37bfae7def003 125 105 105 105\ne4ce9925774dac97 7 10 10 10\ne4ce9925774dac97 7 46 46 46\ne4ce9925774dac97 88 50 50 50\nbb08d0ebf3104860 25 26 26 26\nbb08d0ebf3104860 25 36 36 36\nbb08d0ebf3104860 80 79 79 79\n308de3d523189c72 27 34 34 34\n308de3d523189c72 27 48 48 48\n308de3d523189c72 27 49 49 49\nd2df35be33a3887f 52 69 69 69\nd2df35be33a3887f 52 90 90 90\nd2df35be33a3887f 155 151 151 151\n8ecf6a45678ed000 43 64 64 64\n8ecf6a45678ed000 43 73 73 73\n8ecf6a45678ed000 110 83 83 83\n5a866bf8e9e89c45 13 37 37 37\n5a866bf8e9e89c45 80 61 61 61\n5a866bf8e9e89c45 80 77 77 77\n72a7f8ebc3cb28f4 12 14 14 14\n72a7f8ebc3cb28f4 12 15 15 15\n72a7f8ebc3cb28f4 12 34 34 34\n2bd7cee1fa9c8996 47 76 76 76\n2bd7cee1fa9c8996 135 95 95 95\n2bd7cee1fa9c8996 135 99 99 99\n651dda44a5c1e293 103 115 115 115\n651dda44a5c1e293 103 123 123 123\n651dda44a5c1e293 172 155 155 155\naed2be03745359e1 6 21 21 21\naed2be03745359e1 6 34 34 34\naed2be03745359e1 70 44 44 44\nf7f7028b9db4277e 67 86 86 86\nf7f7028b9db4277e 67 116 116 116\nf7f7028b9db4277e 191 172 172 172\n7bd3172c6da32832 34 48 48 48\n7bd3172c6da32832 34 55 55 55\n7bd3172c6da32832 79 75 75 75\n34d9a4f4cf484d99 51 56 56 56\n34d9a4f4cf484d99 51 68 68 68\n34d9a4f4cf484d99 99 83 83 83\n62ae20eaf7f140c7 46 52 52 52\n62ae20eaf7f140c7 46 65 65 65\n62ae20eaf7f140c7 93 87 87 87\nb38e0e46b8c27cb7 7 19 19 19\nb38e0e46b8c27cb7 7 21 21 21\nb38e0e46b8c27cb7 57 38 38 38\n52099b824111b8d4 122 97 97 97\n52099b824111b8d4 122 98 98 98\n52099b824111b8d4 122 103 103 103\n5a0fd9d6bb6b26fb 9 9 9 9\n5a0fd9d6bb6b26fb 9 23 23 23\n5a0fd9d6bb6b26fb 61 43 43 43\nc31a5a509ab9c526 86 90 90 90\nc31a5a509ab9c526 86 110 110 110\nc31a5a509ab9c526 155 122 122 122\nbc400bd8d1f7c4bc 2 17 17 17\nbc400bd8d1f7c4bc 53 35 35 35\nbc400bd8d1f7c4bc 53 36 36 36\nb16d261e94f32108 27 45 45 45\nb16d261e94f32108 73 54 54 54\nb16d261e94f32108 73 67 67 67\n9179005d637bb381 3 11 11 11\n9179005d637bb381 3 21 21 21\n9179005d637bb381 49 42 42 42\nf0e8338a63423225 11 17 17 17\nf0e8338a63423225 11 30 30 30\nf0e8338a63423225 71 69 69 69\n2347b1e3e70842ac 148 151 151 151\n2347b1e3e70842ac 148 187 187 187\n2347b1e3e70842ac 274 256 256 256\n2d6f9fa00dcee664 1 5 5 5\n2d6f9fa00dcee664 56 29 29 29\n2d6f9fa00dcee664 56 54 54 54\n4675ea4e00c2544d 34 43 43 43\n4675ea4e00c2544d 111 94 94 94\n4675ea4e00c2544d 111 108 108 108\nb22809db10567e0b 28 42 42 42\nb22809db10567e0b 93 64 64 64\nb22809db10567e0b 93 67 67 67\n8659660eb14a4a89 51 63 63 63\n8659660eb14a4a89 51 80 80 80\n8659660eb14a4a89 51 99 99 99\n4f88a0a88784bbf1 64 83 83 83\n4f88a0a88784bbf1 64 86 86 86\n4f88a0a88784bbf1 129 117 117 117\nb3f9da40554cb53e 82 45 45 45\nb3f9da40554cb53e 82 46 46 46\nb3f9da40554cb53e 82 60 60 60\n1ca02bf1c0b65675 14 18 18 18\n1ca02bf1c0b65675 14 34 34 34\n1ca02bf1c0b65675 92 75 75 75\n0368abd976e8d82e 25 39 39 39\n0368abd976e8d82e 121 78 78 78\n0368abd976e8d82e 121 112 112 112\n4b5a6dd314bebe88 9 19 19 19\n4b5a6dd314bebe88 63 57 57 57\n4b5a6dd314bebe88 63 60 60 60\n3aae131a319acd17 33 35 35 35\n3aae131a319acd17 97 89 89 89\n3aae131a319acd17 97 93 93 93\n4bc203e17758f3a0 35 41 41 41\n4bc203e17758f3a0 35 50 50 50\n4bc203e17758f3a0 83 66 66 66\ne49339b26418352d 21 24 24 24\ne49339b26418352d 21 63 63 63\ne49339b26418352d 128 112 112 112\nf20f939c45d67d35 45 57 57 57\nf20f939c45d67d35 45 70 70 70\nf20f939c45d67d35 116 104 104 104\naf51983b0d330390 9 16 16 16\naf51983b0d330390 54 48 48 48\naf51983b0d330390 54 54 54 54\nda66efe7f47eb1f3 55 78 78 78\nda66efe7f47eb1f3 55 96 96 96\nda66efe7f47eb1f3 140 122 122 122\n08291107fc9e9849 82 98 98 98\n08291107fc9e9849 166 153 153 153\n08291107fc9e9849 166 158 158 158\nc34f0f87352a70e1 13 28 28 28\nc34f0f87352a70e1 13 38 38 38\nc34f0f87352a70e1 68 58 58 58\na9760cd05d85e1f7 0 7 7 7\na9760cd05d85e1f7 46 33 33 33\na9760cd05d85e1f7 46 36 36 36\nda9c9989f0826f06 0 44 44 44\nda9c9989f0826f06 96 84 84 84\nda9c9989f0826f06 96 91 91 91\n6ecda7688473aa25 81 106 106 106\n6ecda7688473aa25 155 137 137 137\n6ecda7688473aa25 155 148 148 148\n145da324f69d1c6b 131 169 169 169\n145da324f69d1c6b 231 198 198 198\n145da324f69d1c6b 231 204 204 204\n1c375830155fe6dc 31 47 47 47\n1c375830155fe6dc 31 51 51 51\n1c375830155fe6dc 88 78 78 78\n85c5cd422c58958a 159 96 96 96\n85c5cd422c58958a 159 133 133 133\n85c5cd422c58958a 159 144 144 144\ne3a879a1c468f4bb 49 50 50 50\ne3a879a1c468f4bb 98 74 74 74\ne3a879a1c468f4bb 98 81 81 81\n9199131c0da9290e 2 27 27 27\n9199131c0da9290e 52 30 30 30\n9199131c0da9290e 52 49 49 49\n1d125b16063c96c4 42 43 43 43\n1d125b16063c96c4 92 80 80 80\n1d125b16063c96c4 92 88 88 88\nb8ec32138a491a9b 7 15 15 15\nb8ec32138a491a9b 7 16 16 16\nb8ec32138a491a9b 63 37 37 37\n2e261d7661282e40 7 11 11 11\n2e261d7661282e40 7 27 27 27\n2e261d7661282e40 59 42 42 42\n4c0ef61c55467706 14 32 32 32\n4c0ef61c55467706 14 55 55 55\n4c0ef61c55467706 99 74 74 74\nd4ba158175a98676 2 5 5 5\nd4ba158175a98676 2 19 19 19\nd4ba158175a98676 50 41 41 41\n73301da6bc2d64e7 28 55 55 55\n73301da6bc2d64e7 163 130 130 130\n73301da6bc2d64e7 163 139 139 139\n6afb95545c3aa4f2 4 16 16 16\n6afb95545c3aa4f2 4 17 17 17\n6afb95545c3aa4f2 53 36 36 36\n916440336f6290f7 39 49 49 49\n916440336f6290f7 39 61 61 61\n916440336f6290f7 118 114 114 114\nd1bc93ab5085d7ce 4 7 7 7\nd1bc93ab5085d7ce 108 70 70 70\nd1bc93ab5085d7ce 108 99 99 99\n5fa1c14029bd1183 23 35 35 35\n5fa1c14029bd1183 23 38 38 38\n5fa1c14029bd1183 23 40 40 40\n63b3f24f708864df 2 32 32 32\n63b3f24f708864df 114 96 96 96\n63b3f24f708864df 114 108 108 108\n1db274e904e3fb07 3 21 21 21\n1db274e904e3fb07 3 25 25 25\n1db274e904e3fb07 3 35 35 35\n7bfb908a2ca8a8d3 18 20 20 20\n7bfb908a2ca8a8d3 68 51 51 51\n7bfb908a2ca8a8d3 68 58 58 58\n2b1da1fbe7f18f7e 45 68 68 68\n2b1da1fbe7f18f7e 45 70 70 70\n2b1da1fbe7f18f7e 99 73 73 73\n5b511c9a3888311d 100 109 109 109\n5b511c9a3888311d 100 141 141 141\n5b511c9a3888311d 190 160 160 160\n8dfaab80f0ff96b2 6 6 6 6\n8dfaab80f0ff96b2 6 13 13 13\n8dfaab80f0ff96b2 6 25 25 25\n555670de0b6aad58 16 29 29 29\n555670de0b6aad58 77 54 54 54\n555670de0b6aad58 77 64 64 64\nc46ca76fc6fba789 113 113 113 113\nc46ca76fc6fba789 113 125 125 125\nc46ca76fc6fba789 113 128 128 128\n5bb97abaa6ce464f 1 15 15 15\n5bb97abaa6ce464f 1 22 22 22\n5bb97abaa6ce464f 47 40 40 40\n08c9e7365f0707a4 132 134 134 134\n08c9e7365f0707a4 132 146 146 146\n08c9e7365f0707a4 203 173 173 173\n68c72dad736be98f 43 53 53 53\n68c72dad736be98f 43 57 57 57\n68c72dad736be98f 96 75 75 75\nbd5b2cb53eb19175 136 159 159 159\nbd5b2cb53eb19175 136 175 175 175\nbd5b2cb53eb19175 225 217 217 217\n9d299ef8db7b5c79 51 61 61 61\n9d299ef8db7b5c79 51 62 62 62\n9d299ef8db7b5c79 97 75 75 75\n56b103273d116e5c 0 15 15 15\n56b103273d116e5c 63 35 35 35\n56b103273d116e5c 63 44 44 44\nbdc61a5863efe4b7 1 20 20 20\nbdc61a5863efe4b7 1 35 35 35\nbdc61a5863efe4b7 74 56 56 56\n09d860b12f6604cb 8 21 21 21\n09d860b12f6604cb 8 31 31 31\n09d860b12f6604cb 72 64 64 64\n515ecfc39f93710e 11 14 14 14\n515ecfc39f93710e 11 27 27 27\n515ecfc39f93710e 68 63 63 63\n3fcf6c1b81b14af5 0 18 18 18\n3fcf6c1b81b14af5 0 20 20 20\n3fcf6c1b81b14af5 60 42 42 42\ncfa7ad963a2cede0 43 76 76 76\ncfa7ad963a2cede0 43 77 77 77\ncfa7ad963a2cede0 112 85 85 85\nebe74462b3438417 52 74 74 74\nebe74462b3438417 97 89 89 89\nebe74462b3438417 97 93 93 93\nbfe7903708674ea4 88 64 64 64\nbfe7903708674ea4 88 66 66 66\nbfe7903708674ea4 88 81 81 81\n88ec9feae8aa8a08 16 23 23 23\n88ec9feae8aa8a08 71 65 65 65\n88ec9feae8aa8a08 71 70 70 70\nc3fbd8143d230d6f 13 16 16 16\nc3fbd8143d230d6f 13 36 36 36\nc3fbd8143d230d6f 72 53 53 53\naefc27b9cbf7baf2 71 88 88 88\naefc27b9cbf7baf2 124 101 101 101\naefc27b9cbf7baf2 124 108 108 108\neaa1fe61497b64ed 92 96 96 96\neaa1fe61497b64ed 92 113 113 113\neaa1fe61497b64ed 179 138 138 138\na53e2726753464c9 21 47 47 47\na53e2726753464c9 74 51 51 51\na53e2726753464c9 74 71 71 71\n1513c8f030f4cbe2 1 7 7 7\n1513c8f030f4cbe2 1 15 15 15\n1513c8f030f4cbe2 1 16 16 16\n5ed81b3d975b3525 18 20 20 20\n5ed81b3d975b3525 64 57 57 57\n5ed81b3d975b3525 64 59 59 59\nc1f2a61d61bd7e48 9 33 33 33\nc1f2a61d61bd7e48 123 75 75 75\nc1f2a61d61bd7e48 123 115 115 115\n1fcfd8a36e171639 11 41 41 41\n1fcfd8a36e171639 93 54 54 54\n1fcfd8a36e171639 93 81 81 81\n0cbbc98eec80360a 4 8 8 8\n0cbbc98eec80360a 4 12 12 12\n0cbbc98eec80360a 4 28 28 28\n9c1398cb9ad44a17 209 216 216 216\n9c1398cb9ad44a17 209 225 225 225\n9c1398cb9ad44a17 209 236 236 236\n874b92ceafee3bfc 19 22 22 22\n874b92ceafee3bfc 19 38 38 38\n874b92ceafee3bfc 19 42 42 42\nc4d2c01787878b20 12 31 31 31\nc4d2c01787878b20 64 48 48 48\nc4d2c01787878b20 64 55 55 55\nca12e642e93fc13a 240 230 230 230\nca12e642e93fc13a 240 231 231 231\nca12e642e93fc13a 240 239 239 239\n2075a2388413899d 5 10 10 10\n2075a2388413899d 5 30 30 30\n2075a2388413899d 76 66 66 66\n7edeb4779b56f16b 55 71 71 71\n7edeb4779b56f16b 55 72 72 72\n7edeb4779b56f16b 55 80 80 80\n1ae4afcefdd3650c 7 7 7 7\n1ae4afcefdd3650c 52 33 33 33\n1ae4afcefdd3650c 52 40 40 40\nbef22dc2cc3a20b7 53 36 36 36\nbef22dc2cc3a20b7 53 47 47 47\nbef22dc2cc3a20b7 53 48 48 48\na28d9292ca8d950a 30 30 30 30\na28d9292ca8d950a 88 85 85 85\na28d9292ca8d950a 88 87 87 87\ne7f9787274c3882c 103 78 78 78\ne7f9787274c3882c 103 84 84 84\ne7f9787274c3882c 103 102 102 102\n1058fe0400a873e0 50 64 64 64\n1058fe0400a873e0 50 66 66 66\n1058fe0400a873e0 117 116 116 116\nec2798755715261d 8 37 37 37\nec2798755715261d 67 43 43 43\nec2798755715261d 67 54 54 54\na100462fcda4903a 10 10 10 10\na100462fcda4903a 10 14 14 14\na100462fcda4903a 67 39 39 39\ne6478478a90ae0b7 28 30 30 30\ne6478478a90ae0b7 28 50 50 50\ne6478478a90ae0b7 28 53 53 53\n6558a3aad7301ad0 87 56 56 56\n6558a3aad7301ad0 87 66 66 66\n6558a3aad7301ad0 87 69 69 69\n71d4984eb3440a3f 2 13 13 13\n71d4984eb3440a3f 2 23 23 23\n71d4984eb3440a3f 48 42 42 42\n494f87170e713843 105 72 72 72\n494f87170e713843 105 98 98 98\n494f87170e713843 105 104 104 104\n0a6680fe6e8e09d7 38 45 45 45\n0a6680fe6e8e09d7 38 63 63 63\n0a6680fe6e8e09d7 92 77 77 77\n11eb4e9eec5048f2 36 41 41 41\n11eb4e9eec5048f2 97 71 71 71\n11eb4e9eec5048f2 97 74 74 74\n91a772967d0c828b 15 19 19 19\n91a772967d0c828b 15 21 21 21\n91a772967d0c828b 15 24 24 24\nb156889fde2dbb85 53 82 82 82\nb156889fde2dbb85 129 94 94 94\nb156889fde2dbb85 129 127 127 127\nde60ac2e663b066f 9 10 10 10\nde60ac2e663b066f 9 32 32 32\nde60ac2e663b066f 9 42 42 42\n5be27cf4d890da47 115 118 118 118\n5be27cf4d890da47 115 128 128 128\n5be27cf4d890da47 172 150 150 150\nac479d95070773ea 0 10 10 10\nac479d95070773ea 0 24 24 24\nac479d95070773ea 50 35 35 35\nf45c428e89a06af3 6 6 6 6\nf45c428e89a06af3 6 45 45 45\nf45c428e89a06af3 90 51 51 51\na387a0797620e120 64 86 86 86\na387a0797620e120 128 115 115 115\na387a0797620e120 128 126 126 126\nb713e75c318aacf1 85 91 91 91\nb713e75c318aacf1 150 130 130 130\nb713e75c318aacf1 150 138 138 138\nbb0d9ff59505b17e 24 25 25 25\nbb0d9ff59505b17e 24 56 56 56\nbb0d9ff59505b17e 24 62 62 62\n7367bf46cefab634 126 151 151 151\n7367bf46cefab634 176 152 152 152\n7367bf46cefab634 176 155 155 155\n2a2d971fd44ae258 52 30 30 30\n2a2d971fd44ae258 52 39 39 39\n2a2d971fd44ae258 52 47 47 47\n040a7af97273204f 64 82 82 82\n040a7af97273204f 64 107 107 107\n040a7af97273204f 64 109 109 109\n4b5619958277861f 4 15 15 15\n4b5619958277861f 4 23 23 23\n4b5619958277861f 74 69 69 69\n4422b38e60e3bc2f 142 157 157 157\n4422b38e60e3bc2f 142 158 158 158\n4422b38e60e3bc2f 142 171 171 171\n9d377a5dcd18edad 32 46 46 46\n9d377a5dcd18edad 143 99 99 99\n9d377a5dcd18edad 143 117 117 117\nb27799762a8b833a 85 95 95 95\nb27799762a8b833a 214 189 189 189\nb27799762a8b833a 214 194 194 194\ncb8fa1e610da2576 45 48 48 48\ncb8fa1e610da2576 45 64 64 64\ncb8fa1e610da2576 91 82 82 82\nf8f9ae6839b997d4 108 118 118 118\nf8f9ae6839b997d4 169 155 155 155\nf8f9ae6839b997d4 169 161 161 161\n5f0d3f4cad9f6bc7 7 13 13 13\n5f0d3f4cad9f6bc7 7 18 18 18\n5f0d3f4cad9f6bc7 55 53 53 53\ncd5ca613c01ff1dc 6 17 17 17\ncd5ca613c01ff1dc 59 47 47 47\ncd5ca613c01ff1dc 59 56 56 56\n872553dc67cfa7a7 47 73 73 73\n872553dc67cfa7a7 146 123 123 123\n872553dc67cfa7a7 146 131 131 131\n6ca4076fadf3200e 66 67 67 67\n6ca4076fadf3200e 66 92 92 92\n6ca4076fadf3200e 170 129 129 129\nc0f59974cf8e4cfe 23 30 30 30\nc0f59974cf8e4cfe 70 54 54 54\nc0f59974cf8e4cfe 70 68 68 68\n3a642c6d0e43510b 54 73 73 73\n3a642c6d0e43510b 127 109 109 109\n3a642c6d0e43510b 127 125 125 125\nd2220929f6df0678 24 28 28 28\nd2220929f6df0678 24 36 36 36\nd2220929f6df0678 24 55 55 55\n666e2f9e9ea0fadc 53 78 78 78\n666e2f9e9ea0fadc 172 129 129 129\n666e2f9e9ea0fadc 172 151 151 151\n4a1b9fb940541809 32 51 51 51\n4a1b9fb940541809 32 53 53 53\n4a1b9fb940541809 94 89 89 89\n77917a56e2650f83 257 233 233 233\n77917a56e2650f83 257 235 235 235\n77917a56e2650f83 257 250 250 250\n424397db4b1cf634 68 71 71 71\n424397db4b1cf634 184 132 132 132\n424397db4b1cf634 184 184 184 184\n981614c8b84003a8 4 8 8 8\n981614c8b84003a8 4 13 13 13\n981614c8b84003a8 4 19 19 19\nf6c455e1736b238b 20 40 40 40\nf6c455e1736b238b 20 42 42 42\nf6c455e1736b238b 74 55 55 55\n32d28b7513f873be 160 138 138 138\n32d28b7513f873be 160 149 149 149\n32d28b7513f873be 160 152 152 152\n74af9d545c63645c 1 1 1 1\n74af9d545c63645c 1 5 5 5\n74af9d545c63645c 1 12 12 12\nbe8afab0505d8ca7 14 39 39 39\nbe8afab0505d8ca7 71 58 58 58\nbe8afab0505d8ca7 71 62 62 62\n6c1078edc3a861c4 45 25 25 25\n6c1078edc3a861c4 45 27 27 27\n6c1078edc3a861c4 45 37 37 37\n0f5bb0704084e290 3 17 17 17\n0f5bb0704084e290 3 25 25 25\n0f5bb0704084e290 50 47 47 47\nce827f0c64f90c22 159 160 160 160\nce827f0c64f90c22 159 166 166 166\nce827f0c64f90c22 213 193 193 193\nc887543e0e2d2a89 0 16 16 16\nc887543e0e2d2a89 46 38 38 38\nc887543e0e2d2a89 46 44 44 44\n604e834da1b066c3 84 95 95 95\n604e834da1b066c3 84 114 114 114\n604e834da1b066c3 144 139 139 139\n2cd1705407546b72 42 60 60 60\n2cd1705407546b72 107 76 76 76\n2cd1705407546b72 107 80 80 80\nef8d91016d54a951 24 34 34 34\nef8d91016d54a951 73 55 55 55\nef8d91016d54a951 73 62 62 62\nd71d8269b397199e 80 83 83 83\nd71d8269b397199e 152 127 127 127\nd71d8269b397199e 152 137 137 137\n2f3ec1f2335489d2 90 93 93 93\n2f3ec1f2335489d2 167 149 149 149\n2f3ec1f2335489d2 167 161 161 161\nffb3b1bb765b96eb 101 104 104 104\nffb3b1bb765b96eb 197 152 152 152\nffb3b1bb765b96eb 197 180 180 180\n9d6fea5470e31f53 38 64 64 64\n9d6fea5470e31f53 38 79 79 79\n9d6fea5470e31f53 168 140 140 140\n3581e2337e3b9104 0 17 17 17\n3581e2337e3b9104 47 29 29 29\n3581e2337e3b9104 47 47 47 47\na92177d7b96db613 89 105 105 105\na92177d7b96db613 89 123 123 123\na92177d7b96db613 170 139 139 139\ne95a6a3c350879ae 13 28 28 28\ne95a6a3c350879ae 13 30 30 30\ne95a6a3c350879ae 13 33 33 33\n505398c0e31ec5f5 154 154 154 154\n505398c0e31ec5f5 154 179 179 179\n505398c0e31ec5f5 209 198 198 198\n404043fe2f398440 15 35 35 35\n404043fe2f398440 15 57 57 57\n404043fe2f398440 15 71 71 71\nfc6f664a700121e9 164 134 134 134\nfc6f664a700121e9 164 158 158 158\nfc6f664a700121e9 164 163 163 163\n6c78fd2a1f251252 9 24 24 24\n6c78fd2a1f251252 67 64 64 64\n6c78fd2a1f251252 67 65 65 65\n9300e59f9b434ef8 10 18 18 18\n9300e59f9b434ef8 10 32 32 32\n9300e59f9b434ef8 58 38 38 38\n9d189d02a0c0b999 18 55 55 55\n9d189d02a0c0b999 92 67 67 67\n9d189d02a0c0b999 92 76 76 76\n3fc266558ec5c07b 83 65 65 65\n3fc266558ec5c07b 83 74 74 74\n3fc266558ec5c07b 83 77 77 77\n01570ac1c73e9ca2 45 60 60 60\n01570ac1c73e9ca2 45 62 62 62\n01570ac1c73e9ca2 45 70 70 70\n46a4d49d61a86d37 10 21 21 21\n46a4d49d61a86d37 57 44 44 44\n46a4d49d61a86d37 57 48 48 48\n8a3dcdc501eb6cbf 22 30 30 30\n8a3dcdc501eb6cbf 22 43 43 43\n8a3dcdc501eb6cbf 67 46 46 46\neb5b73ca4a18bbf9 134 141 141 141\neb5b73ca4a18bbf9 134 174 174 174\neb5b73ca4a18bbf9 134 184 184 184\n0c6b149da098b121 53 83 83 83\n0c6b149da098b121 53 102 102 102\n0c6b149da098b121 154 131 131 131\n7c411c479afba17e 33 50 50 50\n7c411c479afba17e 33 78 78 78\n7c411c479afba17e 151 118 118 118\nb71c6604f52dfd89 95 51 51 51\nb71c6604f52dfd89 95 52 52 52\nb71c6604f52dfd89 95 61 61 61\n12b7562944c06836 77 89 89 89\n12b7562944c06836 149 114 114 114\n12b7562944c06836 149 144 144 144\ndba7a2fbce619ae6 144 157 157 157\ndba7a2fbce619ae6 194 170 170 170\ndba7a2fbce619ae6 194 180 180 180\nbc04acfa6bf91216 9 14 14 14\nbc04acfa6bf91216 58 37 37 37\nbc04acfa6bf91216 58 47 47 47\n8215004c55b59e05 98 110 110 110\n8215004c55b59e05 98 123 123 123\n8215004c55b59e05 98 139 139 139\nab3f69c52338a68f 8 13 13 13\nab3f69c52338a68f 54 36 36 36\nab3f69c52338a68f 54 39 39 39\na0db9c916426d689 35 63 63 63\na0db9c916426d689 110 75 75 75\na0db9c916426d689 110 79 79 79\n81e21e7de4e7f651 25 41 41 41\n81e21e7de4e7f651 25 44 44 44\n81e21e7de4e7f651 25 45 45 45\n657a8a3c295c285b 38 53 53 53\n657a8a3c295c285b 84 69 69 69\n657a8a3c295c285b 84 73 73 73\n819c07566240fff6 9 15 15 15\n819c07566240fff6 9 31 31 31\n819c07566240fff6 72 57 57 57\nfb869d5257bd2088 0 7 7 7\nfb869d5257bd2088 55 32 32 32\nfb869d5257bd2088 55 54 54 54\n3456032dc178208b 6 10 10 10\n3456032dc178208b 52 30 30 30\n3456032dc178208b 52 42 42 42\n839b9551138a8d78 7 38 38 38\n839b9551138a8d78 85 56 56 56\n839b9551138a8d78 85 84 84 84\n74598c6dc1d84d8e 42 47 47 47\n74598c6dc1d84d8e 42 65 65 65\n74598c6dc1d84d8e 121 116 116 116\nf8d8be6aa90ef3cc 66 44 44 44\nf8d8be6aa90ef3cc 66 53 53 53\nf8d8be6aa90ef3cc 66 65 65 65\n3ce8f87fcfc988a8 26 27 27 27\n3ce8f87fcfc988a8 71 58 58 58\n3ce8f87fcfc988a8 71 66 66 66\n876b3edad22f730f 47 65 65 65\n876b3edad22f730f 106 85 85 85\n876b3edad22f730f 106 100 100 100\n0fbe6d76015f75d4 3 24 24 24\n0fbe6d76015f75d4 66 50 50 50\n0fbe6d76015f75d4 66 56 56 56\nb9ace716dc382454 109 120 120 120\nb9ace716dc382454 216 171 171 171\nb9ace716dc382454 216 192 192 192\n280443260e3dced9 5 56 56 56\n280443260e3dced9 129 75 75 75\n280443260e3dced9 129 92 92 92\ndd9ab2885314a176 20 30 30 30\ndd9ab2885314a176 20 39 39 39\ndd9ab2885314a176 80 75 75 75\necc06f0818f48464 24 24 24 24\necc06f0818f48464 138 100 100 100\necc06f0818f48464 138 110 110 110\n84f0c7ede104ec5d 38 40 40 40\n84f0c7ede104ec5d 38 57 57 57\n84f0c7ede104ec5d 91 65 65 65\n2ceec371086f5d82 0 1 1 1\n2ceec371086f5d82 0 11 11 11\n2ceec371086f5d82 46 36 36 36\n7a50a76ccf43f0f1 11 16 16 16\n7a50a76ccf43f0f1 11 27 27 27\n7a50a76ccf43f0f1 60 55 55 55\n23dcee801bca67bf 55 68 68 68\n23dcee801bca67bf 100 82 82 82\n23dcee801bca67bf 100 98 98 98\n7087ce00023cad0b 25 26 26 26\n7087ce00023cad0b 25 47 47 47\n7087ce00023cad0b 71 50 50 50\n832d9bfc6fb0ee3e 13 22 22 22\n832d9bfc6fb0ee3e 13 32 32 32\n832d9bfc6fb0ee3e 75 57 57 57\nc191082043684c2d 9 14 14 14\nc191082043684c2d 9 16 16 16\nc191082043684c2d 9 33 33 33\ne464f2b5402ac9f6 51 73 73 73\ne464f2b5402ac9f6 122 109 109 109\ne464f2b5402ac9f6 122 121 121 121\n6b72878ccfec814c 39 64 64 64\n6b72878ccfec814c 99 74 74 74\n6b72878ccfec814c 99 78 78 78\n1beb8e6662d36ee6 20 31 31 31\n1beb8e6662d36ee6 65 59 59 59\n1beb8e6662d36ee6 65 65 65 65\nabf2836f83d04375 9 24 24 24\nabf2836f83d04375 9 35 35 35\nabf2836f83d04375 75 64 64 64\n293e02c7c1fa31a8 206 222 222 222\n293e02c7c1fa31a8 251 230 230 230\n293e02c7c1fa31a8 251 244 244 244\n9e5742721b362151 65 47 47 47\n9e5742721b362151 65 52 52 52\n9e5742721b362151 65 56 56 56\n6675323ba63ddcfb 48 52 52 52\n6675323ba63ddcfb 48 72 72 72\n6675323ba63ddcfb 102 99 99 99\nd4c4491c9efa81cc 19 33 33 33\nd4c4491c9efa81cc 19 43 43 43\nd4c4491c9efa81cc 85 82 82 82\nd39b221484337ef2 108 112 112 112\nd39b221484337ef2 108 116 116 116\nd39b221484337ef2 153 135 135 135\na311f0380386541b 34 36 36 36\na311f0380386541b 34 51 51 51\na311f0380386541b 93 80 80 80\ndabfdf8edd1dc032 0 12 12 12\ndabfdf8edd1dc032 53 50 50 50\ndabfdf8edd1dc032 53 53 53 53\n0d6a534d75f20921 84 101 101 101\n0d6a534d75f20921 145 131 131 131\n0d6a534d75f20921 145 136 136 136\nb572e1b507849a83 27 39 39 39\nb572e1b507849a83 72 51 51 51\nb572e1b507849a83 72 64 64 64\n6062bd76d28b5b2a 153 185 185 185\n6062bd76d28b5b2a 266 212 212 212\n6062bd76d28b5b2a 266 250 250 250\nfe97f5516fea659b 5 25 25 25\nfe97f5516fea659b 130 77 77 77\nfe97f5516fea659b 130 100 100 100\na5f9e28c5865aa05 25 36 36 36\na5f9e28c5865aa05 25 67 67 67\na5f9e28c5865aa05 121 108 108 108\nb5d14fc6ce434970 5 44 44 44\nb5d14fc6ce434970 117 112 112 112\nb5d14fc6ce434970 117 114 114 114\n464d63c227f26d09 17 24 24 24\n464d63c227f26d09 17 31 31 31\n464d63c227f26d09 63 42 42 42\n7b2e239ef9ad3204 18 27 27 27\n7b2e239ef9ad3204 69 52 52 52\n7b2e239ef9ad3204 69 54 54 54\naab0b6cc7874b67e 24 41 41 41\naab0b6cc7874b67e 24 44 44 44\naab0b6cc7874b67e 76 54 54 54\ndd4184861015056c 69 90 90 90\ndd4184861015056c 69 92 92 92\ndd4184861015056c 143 139 139 139\nf18290450be43683 2 22 22 22\nf18290450be43683 88 52 52 52\nf18290450be43683 88 78 78 78\n4773f5327489d57a 83 132 132 132\n4773f5327489d57a 83 138 138 138\n4773f5327489d57a 203 153 153 153\n053e78d3134437a5 4 15 15 15\n053e78d3134437a5 4 36 36 36\n053e78d3134437a5 73 45 45 45\n61e94648de4f2fdd 107 90 90 90\n61e94648de4f2fdd 107 98 98 98\n61e94648de4f2fdd 107 105 105 105\nec3b36ce3794c18a 56 77 77 77\nec3b36ce3794c18a 56 86 86 86\nec3b36ce3794c18a 120 103 103 103\n3d4645318868a4f3 24 38 38 38\n3d4645318868a4f3 70 51 51 51\n3d4645318868a4f3 70 67 67 67\n10f9d6f46e438d36 119 123 123 123\n10f9d6f46e438d36 119 141 141 141\n10f9d6f46e438d36 166 147 147 147\nc57f9e04ed7b2789 0 9 9 9\nc57f9e04ed7b2789 0 17 17 17\nc57f9e04ed7b2789 0 28 28 28\n595835d9376d7aab 48 57 57 57\n595835d9376d7aab 48 62 62 62\n595835d9376d7aab 93 76 76 76\ne42025ee14ea866d 12 36 36 36\ne42025ee14ea866d 76 61 61 61\ne42025ee14ea866d 76 76 76 76\n64a0d6a31e6484ee 75 83 83 83\n64a0d6a31e6484ee 75 94 94 94\n64a0d6a31e6484ee 75 114 114 114\nf8075dd9592cbe12 34 40 40 40\nf8075dd9592cbe12 34 58 58 58\nf8075dd9592cbe12 87 74 74 74\nf3c0e97521ac48f5 32 41 41 41\nf3c0e97521ac48f5 77 72 72 72\nf3c0e97521ac48f5 77 74 74 74\n6a7c2c0b50e6de5f 6 27 27 27\n6a7c2c0b50e6de5f 54 31 31 31\n6a7c2c0b50e6de5f 54 54 54 54\nf46ad800862ef072 85 59 59 59\nf46ad800862ef072 85 70 70 70\nf46ad800862ef072 85 73 73 73\nc5b78894aaca6db6 69 80 80 80\nc5b78894aaca6db6 146 112 112 112\nc5b78894aaca6db6 146 133 133 133\n600adea2c262f21a 7 22 22 22\n600adea2c262f21a 7 23 23 23\n600adea2c262f21a 7 32 32 32\n29791bf60e718c6b 116 143 143 143\n29791bf60e718c6b 116 155 155 155\n29791bf60e718c6b 116 156 156 156\nb20384a3167bd3d4 83 49 49 49\nb20384a3167bd3d4 83 63 63 63\nb20384a3167bd3d4 83 71 71 71\n8b5b10275b8a2d7e 153 155 155 155\n8b5b10275b8a2d7e 153 166 166 166\n8b5b10275b8a2d7e 234 197 197 197\nfe3e07cf43d37f75 24 32 32 32\nfe3e07cf43d37f75 24 37 37 37\nfe3e07cf43d37f75 76 51 51 51\ncf98c6afd9c35e1e 1 5 5 5\ncf98c6afd9c35e1e 47 30 30 30\ncf98c6afd9c35e1e 47 47 47 47\n5723116fddffaa41 48 30 30 30\n5723116fddffaa41 48 35 35 35\n5723116fddffaa41 48 46 46 46\n35eeb3ce1b3dd01d 18 55 55 55\n35eeb3ce1b3dd01d 121 103 103 103\n35eeb3ce1b3dd01d 121 119 119 119\n455964aa4ead1e2f 13 15 15 15\n455964aa4ead1e2f 13 18 18 18\n455964aa4ead1e2f 84 79 79 79\n7e922181dfb009e8 34 56 56 56\n7e922181dfb009e8 34 78 78 78\n7e922181dfb009e8 34 80 80 80\na0bc9b509471e1dc 102 123 123 123\na0bc9b509471e1dc 156 151 151 151\na0bc9b509471e1dc 156 154 154 154\n37ff932a6a608c24 96 68 68 68\n37ff932a6a608c24 96 76 76 76\n37ff932a6a608c24 96 93 93 93\ne5509acc0167507f 30 60 60 60\ne5509acc0167507f 30 79 79 79\ne5509acc0167507f 146 127 127 127\n0498c9066256055c 17 72 72 72\n0498c9066256055c 150 88 88 88\n0498c9066256055c 150 137 137 137\n4bc47dc7f8781812 271 221 221 221\n4bc47dc7f8781812 271 248 248 248\n4bc47dc7f8781812 271 249 249 249\nf087cde338a19ca0 1 18 18 18\nf087cde338a19ca0 1 21 21 21\nf087cde338a19ca0 93 93 93 93\n8371a8888df622aa 64 33 33 33\n8371a8888df622aa 64 43 43 43\n8371a8888df622aa 64 63 63 63\n9d022c4ec370112a 104 88 88 88\n9d022c4ec370112a 104 93 93 93\n9d022c4ec370112a 104 103 103 103\n8b003835e2d0553c 1 3 3 3\n8b003835e2d0553c 1 17 17 17\n8b003835e2d0553c 46 25 25 25\n34bc36fe61a4020b 3 5 5 5\n34bc36fe61a4020b 3 25 25 25\n34bc36fe61a4020b 58 55 55 55\nbf9744dcaa2dd16a 77 88 88 88\nbf9744dcaa2dd16a 77 91 91 91\nbf9744dcaa2dd16a 137 108 108 108\ne7a91fda857970df 36 43 43 43\ne7a91fda857970df 36 48 48 48\ne7a91fda857970df 82 77 77 77\n18297e1f8e25d3ee 0 5 5 5\n18297e1f8e25d3ee 55 30 30 30\n18297e1f8e25d3ee 55 55 55 55\nb3a450fbb3e1e27e 32 38 38 38\nb3a450fbb3e1e27e 87 77 77 77\nb3a450fbb3e1e27e 87 78 78 78\n28ed97894371982f 23 46 46 46\n28ed97894371982f 23 50 50 50\n28ed97894371982f 94 68 68 68\n382a5736d9134153 98 102 102 102\n382a5736d9134153 98 135 135 135\n382a5736d9134153 229 202 202 202\n9ab0225fe7dfb56f 1 10 10 10\n9ab0225fe7dfb56f 49 35 35 35\n9ab0225fe7dfb56f 49 44 44 44\n3b7443b24830d388 0 16 16 16\n3b7443b24830d388 0 17 17 17\n3b7443b24830d388 68 58 58 58\n05e2f342142bc50d 6 14 14 14\n05e2f342142bc50d 6 24 24 24\n05e2f342142bc50d 6 26 26 26\nb370e3f9840ae00c 207 208 208 208\nb370e3f9840ae00c 207 222 222 222\nb370e3f9840ae00c 252 231 231 231\n73dbed7d7c84edec 9 12 12 12\n73dbed7d7c84edec 9 17 17 17\n73dbed7d7c84edec 9 18 18 18\ncc448cfcd8bab948 145 165 165 165\ncc448cfcd8bab948 145 169 169 169\ncc448cfcd8bab948 201 188 188 188\n08b8b63abbec8780 14 28 28 28\n08b8b63abbec8780 14 33 33 33\n08b8b63abbec8780 77 52 52 52\n8f8c517cfcccb122 2 12 12 12\n8f8c517cfcccb122 2 31 31 31\n8f8c517cfcccb122 77 54 54 54\nf3e1914ef27a8fa7 0 10 10 10\nf3e1914ef27a8fa7 0 14 14 14\nf3e1914ef27a8fa7 50 41 41 41\n22666111b2180af9 18 41 41 41\n22666111b2180af9 87 67 67 67\n22666111b2180af9 87 74 74 74\nf272b4e7a791914d 20 29 29 29\nf272b4e7a791914d 66 46 46 46\nf272b4e7a791914d 66 50 50 50\nb9a70f12fe6cd7b1 141 152 152 152\nb9a70f12fe6cd7b1 202 186 186 186\nb9a70f12fe6cd7b1 202 191 191 191\n6bba27ca808df3b2 4 18 18 18\n6bba27ca808df3b2 49 42 42 42\n6bba27ca808df3b2 49 44 44 44\n7d5bbbfe59fb6d85 21 27 27 27\n7d5bbbfe59fb6d85 21 41 41 41\n7d5bbbfe59fb6d85 70 49 49 49\n171b3a4c2f95f981 31 44 44 44\n171b3a4c2f95f981 83 65 65 65\n171b3a4c2f95f981 83 70 70 70\n0ecdc87c3391ce98 1 10 10 10\n0ecdc87c3391ce98 1 17 17 17\n0ecdc87c3391ce98 1 27 27 27\nfb606e0ed3d19e90 25 42 42 42\nfb606e0ed3d19e90 25 45 45 45\nfb606e0ed3d19e90 70 63 63 63\nd932fa3862974507 75 80 80 80\nd932fa3862974507 164 124 124 124\nd932fa3862974507 164 148 148 148\n88eeafd51bd099bb 12 16 16 16\n88eeafd51bd099bb 93 61 61 61\n88eeafd51bd099bb 93 72 72 72\nb1df812f9a41f543 191 212 212 212\nb1df812f9a41f543 249 242 242 242\nb1df812f9a41f543 249 245 245 245\n4e96d43605f27475 77 60 60 60\n4e96d43605f27475 77 64 64 64\n4e96d43605f27475 77 65 65 65\n5effc5aba4ed1611 3 15 15 15\n5effc5aba4ed1611 64 56 56 56\n5effc5aba4ed1611 64 60 60 60\nd361d42b0616f659 57 73 73 73\nd361d42b0616f659 105 82 82 82\nd361d42b0616f659 105 94 94 94\nb79d5e7256f01f82 14 19 19 19\nb79d5e7256f01f82 14 32 32 32\nb79d5e7256f01f82 96 57 57 57\n8124e22a832f1c22 62 40 40 40\n8124e22a832f1c22 62 43 43 43\n8124e22a832f1c22 62 52 52 52\nbc6cb70a1ed40447 0 7 7 7\nbc6cb70a1ed40447 0 14 14 14\nbc6cb70a1ed40447 0 30 30 30\n17a39d87a22ac1ec 173 195 195 195\n17a39d87a22ac1ec 223 201 201 201\n17a39d87a22ac1ec 223 209 209 209\n2f8e1946600c65d4 30 52 52 52\n2f8e1946600c65d4 30 61 61 61\n2f8e1946600c65d4 109 70 70 70\n46f840365cee9c44 31 43 43 43\n46f840365cee9c44 31 54 54 54\n46f840365cee9c44 86 66 66 66\nb4a257007abedf15 18 32 32 32\nb4a257007abedf15 77 53 53 53\nb4a257007abedf15 77 76 76 76\n172bd46c6ddda95d 59 67 67 67\n172bd46c6ddda95d 106 94 94 94\n172bd46c6ddda95d 106 100 100 100\n2706598994819cfc 18 22 22 22\n2706598994819cfc 18 31 31 31\n2706598994819cfc 18 40 40 40\nf408fd1ecf9639dd 24 38 38 38\nf408fd1ecf9639dd 70 64 64 64\nf408fd1ecf9639dd 70 65 65 65\n713cc1bbc24c1936 32 39 39 39\n713cc1bbc24c1936 32 48 48 48\n713cc1bbc24c1936 32 54 54 54\n81c3625e4e3c76ee 5 14 14 14\n81c3625e4e3c76ee 54 40 40 40\n81c3625e4e3c76ee 54 46 46 46\nb6b1e8f231f08883 1 5 5 5\nb6b1e8f231f08883 1 13 13 13\nb6b1e8f231f08883 50 31 31 31\n77eb094cde13265c 32 58 58 58\n77eb094cde13265c 32 62 62 62\n77eb094cde13265c 114 95 95 95\nfb7719fc97e9f6e8 1 6 6 6\nfb7719fc97e9f6e8 1 22 22 22\nfb7719fc97e9f6e8 50 46 46 46\nb9719e4f722c3f4c 4 21 21 21\nb9719e4f722c3f4c 51 29 29 29\nb9719e4f722c3f4c 51 36 36 36\n7dd6307ed8c08aea 18 39 39 39\n7dd6307ed8c08aea 80 52 52 52\n7dd6307ed8c08aea 80 77 77 77\n89371ab4cdf5e682 19 21 21 21\n89371ab4cdf5e682 19 40 40 40\n89371ab4cdf5e682 71 52 52 52\n15729869d1862b7f 17 36 36 36\n15729869d1862b7f 17 46 46 46\n15729869d1862b7f 94 82 82 82\n0f25241e37e16f56 7 17 17 17\n0f25241e37e16f56 7 34 34 34\n0f25241e37e16f56 71 48 48 48\n60ad1505b6880c3d 84 90 90 90\n60ad1505b6880c3d 84 103 103 103\n60ad1505b6880c3d 152 149 149 149\n2671c647c9c2fed5 86 93 93 93\n2671c647c9c2fed5 86 114 114 114\n2671c647c9c2fed5 150 120 120 120\n28c9d20b865f5d56 25 32 32 32\n28c9d20b865f5d56 25 43 43 43\n28c9d20b865f5d56 81 66 66 66\n3db49ddb3f470436 20 34 34 34\n3db49ddb3f470436 20 53 53 53\n3db49ddb3f470436 91 89 89 89\n8dc30def67b64694 10 26 26 26\n8dc30def67b64694 62 37 37 37\n8dc30def67b64694 62 40 40 40\n5a55518f5e8c384d 26 30 30 30\n5a55518f5e8c384d 26 62 62 62\n5a55518f5e8c384d 145 92 92 92\na10530047fddf154 14 22 22 22\na10530047fddf154 14 33 33 33\na10530047fddf154 14 34 34 34\nb13191b0346bee85 2 21 21 21\nb13191b0346bee85 2 27 27 27\nb13191b0346bee85 52 30 30 30\n56376f6104f874f9 12 23 23 23\n56376f6104f874f9 82 56 56 56\n56376f6104f874f9 82 81 81 81\n23d7f14af4b7ba08 13 15 15 15\n23d7f14af4b7ba08 13 21 21 21\n23d7f14af4b7ba08 61 51 51 51\n342f8d0f09f0ae5d 218 218 218 218\n342f8d0f09f0ae5d 218 236 236 236\n342f8d0f09f0ae5d 218 241 241 241\n8cde229256e5251d 0 37 37 37\n8cde229256e5251d 95 65 65 65\n8cde229256e5251d 95 86 86 86\n4227369e7d0e735a 57 37 37 37\n4227369e7d0e735a 57 44 44 44\n4227369e7d0e735a 57 54 54 54\n20171db88f887218 8 28 28 28\n20171db88f887218 8 43 43 43\n20171db88f887218 82 78 78 78\n0326e5c562bdf1b5 53 58 58 58\n0326e5c562bdf1b5 53 78 78 78\n0326e5c562bdf1b5 121 109 109 109\n58846d3b272e7c12 20 26 26 26\n58846d3b272e7c12 20 30 30 30\n58846d3b272e7c12 69 51 51 51\na552d52c34c2c920 15 23 23 23\na552d52c34c2c920 60 53 53 53\na552d52c34c2c920 60 54 54 54\na1ff86f50bd1fe17 12 16 16 16\na1ff86f50bd1fe17 65 39 39 39\na1ff86f50bd1fe17 65 63 63 63\n285aef90afaaf565 138 149 149 149\n285aef90afaaf565 191 170 170 170\n285aef90afaaf565 191 174 174 174\n5c30afe4faa45992 108 91 91 91\n5c30afe4faa45992 108 95 95 95\n5c30afe4faa45992 108 96 96 96\n7842e7dce39cae03 89 90 90 90\n7842e7dce39cae03 89 115 115 115\n7842e7dce39cae03 158 144 144 144\ndba709d22835a551 96 112 112 112\ndba709d22835a551 142 129 129 129\ndba709d22835a551 142 142 142 142\n77dc4b468015014b 20 35 35 35\n77dc4b468015014b 20 47 47 47\n77dc4b468015014b 75 58 58 58\n7552e1952a7d7f0a 15 15 15 15\n7552e1952a7d7f0a 15 20 20 20\n7552e1952a7d7f0a 62 41 41 41\n375a7fbf80d09c92 46 53 53 53\n375a7fbf80d09c92 118 87 87 87\n375a7fbf80d09c92 118 118 118 118\n09e4d5e8eef7b9c1 28 32 32 32\n09e4d5e8eef7b9c1 28 34 34 34\n09e4d5e8eef7b9c1 131 110 110 110\n59d17b8a7e51a426 42 69 69 69\n59d17b8a7e51a426 42 72 72 72\n59d17b8a7e51a426 117 112 112 112\n0145c694b53b120d 89 90 90 90\n0145c694b53b120d 89 91 91 91\n0145c694b53b120d 144 132 132 132\n5989fa7826ac0bd6 23 40 40 40\n5989fa7826ac0bd6 75 51 51 51\n5989fa7826ac0bd6 75 55 55 55\ncc55da724f9364ad 35 82 82 82\ncc55da724f9364ad 139 91 91 91\ncc55da724f9364ad 139 115 115 115\n44138776bdbfe28c 10 12 12 12\n44138776bdbfe28c 10 42 42 42\n44138776bdbfe28c 85 53 53 53\n33f7565ccb685cb7 60 66 66 66\n33f7565ccb685cb7 60 97 97 97\n33f7565ccb685cb7 151 136 136 136\n2016584a2b9b3089 0 19 19 19\n2016584a2b9b3089 0 20 20 20\n2016584a2b9b3089 0 24 24 24\nc3ce59bd532d23f2 0 13 13 13\nc3ce59bd532d23f2 0 17 17 17\nc3ce59bd532d23f2 46 34 34 34\n025192166c704a39 89 96 96 96\n025192166c704a39 89 102 102 102\n025192166c704a39 180 166 166 166\n342ea495bd00435d 88 66 66 66\n342ea495bd00435d 88 68 68 68\n342ea495bd00435d 88 73 73 73\n1cbab4f69b2d48ce 0 1 1 1\n1cbab4f69b2d48ce 0 10 10 10\n1cbab4f69b2d48ce 0 12 12 12\n95e6b11f5cb68b1b 27 28 28 28\n95e6b11f5cb68b1b 93 82 82 82\n95e6b11f5cb68b1b 93 84 84 84\n3e00b129b656fbce 57 67 67 67\n3e00b129b656fbce 57 68 68 68\n3e00b129b656fbce 111 100 100 100\nf4b442376f581f8d 27 49 49 49\nf4b442376f581f8d 74 61 61 61\nf4b442376f581f8d 74 72 72 72\n923db8607fe7c9b4 0 20 20 20\n923db8607fe7c9b4 48 44 44 44\n923db8607fe7c9b4 48 48 48 48\n3d5125567924e37b 68 94 94 94\n3d5125567924e37b 68 96 96 96\n3d5125567924e37b 128 116 116 116\ncc39482eeab4a285 34 36 36 36\ncc39482eeab4a285 34 59 59 59\ncc39482eeab4a285 84 84 84 84\n776347bfe788a54f 60 65 65 65\n776347bfe788a54f 142 103 103 103\n776347bfe788a54f 142 137 137 137\ne38008dedfe9b945 167 143 143 143\ne38008dedfe9b945 167 147 147 147\ne38008dedfe9b945 167 154 154 154\na63354f2cdf551bf 109 86 86 86\na63354f2cdf551bf 109 89 89 89\na63354f2cdf551bf 109 92 92 92\n9d8ca3b8ce050769 30 42 42 42\n9d8ca3b8ce050769 81 79 79 79\n9d8ca3b8ce050769 81 80 80 80\nab28d4d77f091d45 121 135 135 135\nab28d4d77f091d45 182 170 170 170\nab28d4d77f091d45 182 178 178 178\na37ea3aea712c637 149 106 106 106\na37ea3aea712c637 149 108 108 108\na37ea3aea712c637 149 128 128 128\n0cf444aef3ba16bd 14 33 33 33\n0cf444aef3ba16bd 71 55 55 55\n0cf444aef3ba16bd 71 56 56 56\n0872031bf89a808a 88 59 59 59\n0872031bf89a808a 88 65 65 65\n0872031bf89a808a 88 71 71 71\nc0a5d1ad8514f2dc 142 99 99 99\nc0a5d1ad8514f2dc 142 105 105 105\nc0a5d1ad8514f2dc 142 116 116 116\n5c894e0be7da3aa0 36 48 48 48\n5c894e0be7da3aa0 86 72 72 72\n5c894e0be7da3aa0 86 80 80 80\nd942e48c948b3546 69 78 78 78\nd942e48c948b3546 69 91 91 91\nd942e48c948b3546 114 103 103 103\naae255306b6aacf9 67 75 75 75\naae255306b6aacf9 67 85 85 85\naae255306b6aacf9 141 141 141 141\ne423e3493da1928e 146 194 194 194\ne423e3493da1928e 271 252 252 252\ne423e3493da1928e 271 260 260 260\n293c7c1ccaa6861a 65 38 38 38\n293c7c1ccaa6861a 65 40 40 40\n293c7c1ccaa6861a 65 50 50 50\nafb299939df7fc75 35 53 53 53\nafb299939df7fc75 80 72 72 72\nafb299939df7fc75 80 74 74 74\n0c609c435b1f7114 6 13 13 13\n0c609c435b1f7114 104 67 67 67\n0c609c435b1f7114 104 95 95 95\nab50d8b03d6e9dd5 12 27 27 27\nab50d8b03d6e9dd5 12 28 28 28\nab50d8b03d6e9dd5 69 48 48 48\n6945e06868818a6b 60 75 75 75\n6945e06868818a6b 60 87 87 87\n6945e06868818a6b 123 110 110 110\n7526c18f191bcc1a 2 11 11 11\n7526c18f191bcc1a 2 17 17 17\n7526c18f191bcc1a 60 48 48 48\nb8fda11b15ac85ff 24 44 44 44\nb8fda11b15ac85ff 69 48 48 48\nb8fda11b15ac85ff 69 66 66 66\nb66cb5cbe8bf9988 10 10 10 10\nb66cb5cbe8bf9988 70 51 51 51\nb66cb5cbe8bf9988 70 59 59 59\n8b7588fc7f864856 17 46 46 46\n8b7588fc7f864856 17 52 52 52\n8b7588fc7f864856 98 97 97 97\neefe8215fcf03eb6 25 31 31 31\neefe8215fcf03eb6 25 43 43 43\neefe8215fcf03eb6 72 64 64 64\nd903b8c3184432c4 35 36 36 36\nd903b8c3184432c4 35 73 73 73\nd903b8c3184432c4 151 120 120 120\n52252f53475f3475 18 42 42 42\n52252f53475f3475 18 48 48 48\n52252f53475f3475 79 64 64 64\n154072be49bb3c1d 21 40 40 40\n154072be49bb3c1d 68 55 55 55\n154072be49bb3c1d 68 63 63 63\nb1fc2f8151d37b27 1 5 5 5\nb1fc2f8151d37b27 1 21 21 21\nb1fc2f8151d37b27 61 39 39 39\n7889a8be8423c9bd 37 84 84 84\n7889a8be8423c9bd 159 115 115 115\n7889a8be8423c9bd 159 129 129 129\nc02b7c691ed4a845 58 78 78 78\nc02b7c691ed4a845 107 87 87 87\nc02b7c691ed4a845 107 107 107 107\ndba2f518927964a9 7 32 32 32\ndba2f518927964a9 7 39 39 39\ndba2f518927964a9 73 57 57 57\nf1623ec1d552408c 36 54 54 54\nf1623ec1d552408c 36 56 56 56\nf1623ec1d552408c 87 87 87 87\nc7744df876ab273b 21 36 36 36\nc7744df876ab273b 21 44 44 44\nc7744df876ab273b 21 45 45 45\n941c331f91485d6a 18 27 27 27\n941c331f91485d6a 18 31 31 31\n941c331f91485d6a 67 60 60 60\n1fb9b8bc4699fbca 47 29 29 29\n1fb9b8bc4699fbca 47 40 40 40\n1fb9b8bc4699fbca 47 41 41 41\n56710f709149dd7a 21 32 32 32\n56710f709149dd7a 21 37 37 37\n56710f709149dd7a 66 62 62 62\nbeac0761856dc654 42 51 51 51\nbeac0761856dc654 98 77 77 77\nbeac0761856dc654 98 98 98 98\nf48eb747754f33c1 108 108 108 108\nf48eb747754f33c1 159 145 145 145\nf48eb747754f33c1 159 154 154 154\n103777494841b376 78 48 48 48\n103777494841b376 78 64 64 64\n103777494841b376 78 72 72 72\nc98425c3d93c2522 6 11 11 11\nc98425c3d93c2522 53 35 35 35\nc98425c3d93c2522 53 37 37 37\n95f028a9eddbd666 26 29 29 29\n95f028a9eddbd666 26 54 54 54\n95f028a9eddbd666 26 62 62 62\n868a0505d840d013 2 3 3 3\n868a0505d840d013 2 30 30 30\n868a0505d840d013 62 45 45 45\n6e2921154309ebf3 217 165 165 165\n6e2921154309ebf3 217 168 168 168\n6e2921154309ebf3 217 170 170 170\nc038bae2cfb10905 14 23 23 23\nc038bae2cfb10905 80 62 62 62\nc038bae2cfb10905 80 72 72 72\nb8191dcd04692f41 130 145 145 145\nb8191dcd04692f41 130 193 193 193\nb8191dcd04692f41 257 211 211 211\ncb81145b943807eb 0 18 18 18\ncb81145b943807eb 45 41 41 41\ncb81145b943807eb 45 43 43 43\ne569b4b1f77c73a9 38 46 46 46\ne569b4b1f77c73a9 38 55 55 55\ne569b4b1f77c73a9 86 77 77 77\nd9a6b99b28fc45a3 62 68 68 68\nd9a6b99b28fc45a3 107 92 92 92\nd9a6b99b28fc45a3 107 106 106 106\nc2921a4f06e84d67 18 27 27 27\nc2921a4f06e84d67 18 38 38 38\nc2921a4f06e84d67 117 76 76 76\n623e3b69d53672d1 1 21 21 21\n623e3b69d53672d1 46 25 25 25\n623e3b69d53672d1 46 41 41 41\n2a1fed061b29b25b 13 21 21 21\n2a1fed061b29b25b 13 29 29 29\n2a1fed061b29b25b 13 60 60 60\na011148adfba8ab2 23 27 27 27\na011148adfba8ab2 90 67 67 67\na011148adfba8ab2 90 76 76 76\n99556a626666c2e5 53 53 53 53\n99556a626666c2e5 53 75 75 75\n99556a626666c2e5 98 81 81 81\nd9899418fcd4d5a9 0 16 16 16\nd9899418fcd4d5a9 46 40 40 40\nd9899418fcd4d5a9 46 44 44 44\ne4ba8734d564d119 127 141 141 141\ne4ba8734d564d119 127 153 153 153\ne4ba8734d564d119 219 200 200 200\nc717b4a2780e054e 1 11 11 11\nc717b4a2780e054e 1 16 16 16\nc717b4a2780e054e 74 41 41 41\n1c29b1d8fd1dab3f 31 31 31 31\n1c29b1d8fd1dab3f 31 52 52 52\n1c29b1d8fd1dab3f 79 73 73 73\n9cd47d34edf48dbd 35 37 37 37\n9cd47d34edf48dbd 35 67 67 67\n9cd47d34edf48dbd 106 105 105 105\ne60c11943e7dcec8 15 40 40 40\ne60c11943e7dcec8 80 53 53 53\ne60c11943e7dcec8 80 75 75 75\n082087c82daa295d 76 102 102 102\n082087c82daa295d 76 109 109 109\n082087c82daa295d 142 111 111 111\na45b443d3a39a411 108 139 139 139\na45b443d3a39a411 108 148 148 148\na45b443d3a39a411 197 178 178 178\n4aa594c0ad661f28 25 33 33 33\n4aa594c0ad661f28 25 36 36 36\n4aa594c0ad661f28 78 73 73 73\n7ae66b8767fdcd9c 105 150 150 150\n7ae66b8767fdcd9c 233 174 174 174\n7ae66b8767fdcd9c 233 233 233 233\n1778e784d47e035e 22 26 26 26\n1778e784d47e035e 22 39 39 39\n1778e784d47e035e 22 46 46 46\n4fe53e010f46a558 179 124 124 124\n4fe53e010f46a558 179 155 155 155\n4fe53e010f46a558 179 166 166 166\n353ed71c624936df 17 29 29 29\n353ed71c624936df 82 55 55 55\n353ed71c624936df 82 57 57 57\nfd81f0be5a2ffc59 2 22 22 22\nfd81f0be5a2ffc59 2 24 24 24\nfd81f0be5a2ffc59 59 31 31 31\n6ed45f36128e4643 0 3 3 3\n6ed45f36128e4643 0 16 16 16\n6ed45f36128e4643 45 43 43 43\nce4af8a477671dbb 3 9 9 9\nce4af8a477671dbb 3 26 26 26\nce4af8a477671dbb 67 41 41 41\n88ffaec5c0890922 40 48 48 48\n88ffaec5c0890922 87 71 71 71\n88ffaec5c0890922 87 87 87 87\n627be3fb033b8cc0 150 155 155 155\n627be3fb033b8cc0 199 175 175 175\n627be3fb033b8cc0 199 198 198 198\nc0bab403d49ec3c9 2 2 2 2\nc0bab403d49ec3c9 2 22 22 22\nc0bab403d49ec3c9 2 24 24 24\n0aa284f8166e19e4 30 47 47 47\n0aa284f8166e19e4 79 55 55 55\n0aa284f8166e19e4 79 57 57 57\n507dbfe835626dcc 14 52 52 52\n507dbfe835626dcc 98 68 68 68\n507dbfe835626dcc 98 72 72 72\n9b765910ee6573ec 48 56 56 56\n9b765910ee6573ec 48 64 64 64\n9b765910ee6573ec 107 106 106 106\ne5dee8d225163c41 63 87 87 87\ne5dee8d225163c41 125 100 100 100\ne5dee8d225163c41 125 123 123 123\n6b1743887e6b52f0 26 58 58 58\n6b1743887e6b52f0 26 88 88 88\n6b1743887e6b52f0 153 136 136 136\nec903a9a03f9816b 4 24 24 24\nec903a9a03f9816b 78 53 53 53\nec903a9a03f9816b 78 77 77 77\n459a954b63f98d8a 3 26 26 26\n459a954b63f98d8a 65 38 38 38\n459a954b63f98d8a 65 64 64 64\n2007d4829b187feb 75 53 53 53\n2007d4829b187feb 75 55 55 55\n2007d4829b187feb 75 62 62 62\n57ec3b103fa7ac0d 78 95 95 95\n57ec3b103fa7ac0d 129 105 105 105\n57ec3b103fa7ac0d 129 109 109 109\n7f33edd7f1023f13 2 6 6 6\n7f33edd7f1023f13 2 12 12 12\n7f33edd7f1023f13 50 28 28 28\ne62d943b5287ced1 46 31 31 31\ne62d943b5287ced1 46 42 42 42\ne62d943b5287ced1 46 43 43 43\n8a4ab48c2a0447b2 1 5 5 5\n8a4ab48c2a0447b2 1 20 20 20\n8a4ab48c2a0447b2 50 37 37 37\n2d99ba7951695f79 45 49 49 49\n2d99ba7951695f79 45 57 57 57\n2d99ba7951695f79 95 89 89 89\n14e540cf0ff7ff91 7 9 9 9\n14e540cf0ff7ff91 7 11 11 11\n14e540cf0ff7ff91 7 14 14 14\ncef01f7f4f44f2ec 1 6 6 6\ncef01f7f4f44f2ec 49 27 27 27\ncef01f7f4f44f2ec 49 43 43 43\n764286e6f762e2f1 29 32 32 32\n764286e6f762e2f1 29 45 45 45\n764286e6f762e2f1 74 65 65 65\n8c6914d6809ac43d 9 25 25 25\n8c6914d6809ac43d 56 38 38 38\n8c6914d6809ac43d 56 46 46 46\n1402fce28722610b 28 33 33 33\n1402fce28722610b 28 44 44 44\n1402fce28722610b 118 110 110 110\n65f7555f41eb10b9 123 97 97 97\n65f7555f41eb10b9 123 100 100 100\n65f7555f41eb10b9 123 108 108 108\n7bca6717a9ce1848 169 200 200 200\n7bca6717a9ce1848 169 204 204 204\n7bca6717a9ce1848 241 225 225 225\ne726d0e6ff25720b 11 27 27 27\ne726d0e6ff25720b 61 45 45 45\ne726d0e6ff25720b 61 47 47 47\n865a058505ae796a 14 33 33 33\n865a058505ae796a 62 53 53 53\n865a058505ae796a 62 57 57 57\n3547ab41880f8d24 30 43 43 43\n3547ab41880f8d24 30 44 44 44\n3547ab41880f8d24 77 55 55 55\nc3c33ceed1308b42 116 82 82 82\nc3c33ceed1308b42 116 99 99 99\nc3c33ceed1308b42 116 112 112 112\n4befac16ffdf8489 10 12 12 12\n4befac16ffdf8489 10 22 22 22\n4befac16ffdf8489 86 71 71 71\nb21e0a2b46d32e8f 6 7 7 7\nb21e0a2b46d32e8f 6 13 13 13\nb21e0a2b46d32e8f 53 53 53 53\n8a71794d139157c8 36 38 38 38\n8a71794d139157c8 36 82 82 82\n8a71794d139157c8 36 93 93 93\nfcde616cb28da426 85 72 72 72\nfcde616cb28da426 85 75 75 75\nfcde616cb28da426 85 85 85 85\n7c4eb9cd91717822 0 0 0 0\n7c4eb9cd91717822 0 22 22 22\n7c4eb9cd91717822 0 26 26 26\n967060f45b2e8e79 74 80 80 80\n967060f45b2e8e79 74 85 85 85\n967060f45b2e8e79 159 121 121 121\ne9d05d93e23b910b 44 64 64 64\ne9d05d93e23b910b 44 75 75 75\ne9d05d93e23b910b 44 81 81 81\n4d81956873dab17b 1 1 1 1\n4d81956873dab17b 1 36 36 36\n4d81956873dab17b 107 77 77 77\nfb08b3c2668c99c3 91 104 104 104\nfb08b3c2668c99c3 91 111 111 111\nfb08b3c2668c99c3 91 114 114 114\nbab3ccbc42fb073c 33 34 34 34\nbab3ccbc42fb073c 33 54 54 54\nbab3ccbc42fb073c 79 72 72 72\naeb269fbd11435de 11 32 32 32\naeb269fbd11435de 57 55 55 55\naeb269fbd11435de 57 56 56 56\nf6256427ec74ae4e 33 44 44 44\nf6256427ec74ae4e 33 48 48 48\nf6256427ec74ae4e 33 52 52 52\n5c9274b41b9510f7 93 94 94 94\n5c9274b41b9510f7 154 129 129 129\n5c9274b41b9510f7 154 152 152 152\ne2526afd3f5b8088 17 33 33 33\ne2526afd3f5b8088 66 45 45 45\ne2526afd3f5b8088 66 62 62 62\nd874f7ab26833c9b 51 40 40 40\nd874f7ab26833c9b 51 41 41 41\nd874f7ab26833c9b 51 42 42 42\n8681b710c789469e 55 40 40 40\n8681b710c789469e 55 45 45 45\n8681b710c789469e 55 51 51 51\n4f4684c2555e4986 43 63 63 63\n4f4684c2555e4986 103 87 87 87\n4f4684c2555e4986 103 102 102 102\ncb3b7b9e32b5184d 24 45 45 45\ncb3b7b9e32b5184d 152 106 106 106\ncb3b7b9e32b5184d 152 121 121 121\n02b2358ff02d3ce8 35 45 45 45\n02b2358ff02d3ce8 113 82 82 82\n02b2358ff02d3ce8 113 105 105 105\n56b15b1236a1dadf 16 19 19 19\n56b15b1236a1dadf 16 27 27 27\n56b15b1236a1dadf 61 53 53 53\nafbe706d58ccbf91 43 74 74 74\nafbe706d58ccbf91 133 97 97 97\nafbe706d58ccbf91 133 104 104 104\n886a7506e898ae0f 175 202 202 202\n886a7506e898ae0f 242 234 234 234\n886a7506e898ae0f 242 241 241 241\n989b93443ea01217 3 7 7 7\n989b93443ea01217 121 70 70 70\n989b93443ea01217 121 76 76 76\ne07392b123f6fd77 16 36 36 36\ne07392b123f6fd77 16 39 39 39\ne07392b123f6fd77 64 41 41 41\nc24b14dbd06b6f12 104 123 123 123\nc24b14dbd06b6f12 104 139 139 139\nc24b14dbd06b6f12 179 157 157 157\n49c9324758b5e867 19 34 34 34\n49c9324758b5e867 19 58 58 58\n49c9324758b5e867 19 68 68 68\ne6f8497a860c873c 159 159 159 159\ne6f8497a860c873c 159 168 168 168\ne6f8497a860c873c 159 181 181 181\neda24655c603151c 38 40 40 40\neda24655c603151c 38 82 82 82\neda24655c603151c 174 122 122 122\n955d8d05e49068a5 14 16 16 16\n955d8d05e49068a5 14 26 26 26\n955d8d05e49068a5 14 37 37 37\n869f2e60673124a2 0 6 6 6\n869f2e60673124a2 0 17 17 17\n869f2e60673124a2 91 48 48 48\n4f385d4aa89826e6 17 22 22 22\n4f385d4aa89826e6 17 29 29 29\n4f385d4aa89826e6 71 57 57 57\n150b45a39c57623d 4 23 23 23\n150b45a39c57623d 4 24 24 24\n150b45a39c57623d 51 43 43 43\na4583d74316cd326 10 12 12 12\na4583d74316cd326 55 34 34 34\na4583d74316cd326 55 53 53 53\nf259c6a8bcfd47e3 36 37 37 37\nf259c6a8bcfd47e3 36 60 60 60\nf259c6a8bcfd47e3 91 89 89 89\n1fcc400e42725a95 46 74 74 74\n1fcc400e42725a95 46 78 78 78\n1fcc400e42725a95 122 105 105 105\n0302fcf06bfba582 26 42 42 42\n0302fcf06bfba582 26 57 57 57\n0302fcf06bfba582 130 83 83 83\n9f50c2c9ddd11c6b 12 13 13 13\n9f50c2c9ddd11c6b 12 19 19 19\n9f50c2c9ddd11c6b 64 42 42 42\ncb77faa583c93050 35 39 39 39\ncb77faa583c93050 35 51 51 51\ncb77faa583c93050 93 79 79 79\n9e38f6416358bd53 10 29 29 29\n9e38f6416358bd53 10 45 45 45\n9e38f6416358bd53 93 63 63 63\nd6a5165a5571ac52 33 36 36 36\nd6a5165a5571ac52 33 49 49 49\nd6a5165a5571ac52 33 73 73 73\n70b9150d03080611 3 28 28 28\n70b9150d03080611 62 51 51 51\n70b9150d03080611 62 61 61 61\nbb2f6009491cea51 13 34 34 34\nbb2f6009491cea51 58 37 37 37\nbb2f6009491cea51 58 46 46 46\n8664841e5af50672 180 133 133 133\n8664841e5af50672 180 152 152 152\n8664841e5af50672 180 155 155 155\n188e6f96fa74ebe7 55 33 33 33\n188e6f96fa74ebe7 55 42 42 42\n188e6f96fa74ebe7 55 51 51 51\nc944ee6a7745ca58 54 32 32 32\nc944ee6a7745ca58 54 39 39 39\nc944ee6a7745ca58 54 49 49 49\nb93508abf3c28e87 46 47 47 47\nb93508abf3c28e87 121 92 92 92\nb93508abf3c28e87 121 113 113 113\nc7c9ccaa71afc250 0 18 18 18\nc7c9ccaa71afc250 45 31 31 31\nc7c9ccaa71afc250 45 36 36 36\n83177c0ce1d7daf9 16 41 41 41\n83177c0ce1d7daf9 16 74 74 74\n83177c0ce1d7daf9 137 121 121 121\n154813fc1d6820dc 40 40 40 40\n154813fc1d6820dc 96 80 80 80\n154813fc1d6820dc 96 91 91 91\n59350c4847ade4c7 33 39 39 39\n59350c4847ade4c7 33 42 42 42\n59350c4847ade4c7 78 70 70 70\nb783868c5c79a3a7 83 49 49 49\nb783868c5c79a3a7 83 79 79 79\nb783868c5c79a3a7 83 81 81 81\n58c83d9168e3dfaf 24 27 27 27\n58c83d9168e3dfaf 24 35 35 35\n58c83d9168e3dfaf 92 74 74 74\n5d9aad375787cad0 148 113 113 113\n5d9aad375787cad0 148 114 114 114\n5d9aad375787cad0 148 129 129 129\n038137c9569c60eb 2 6 6 6\n038137c9569c60eb 52 30 30 30\n038137c9569c60eb 52 46 46 46\n3f8d1edf59e70df3 14 21 21 21\n3f8d1edf59e70df3 64 40 40 40\n3f8d1edf59e70df3 64 50 50 50\n0223924f43297881 13 36 36 36\n0223924f43297881 64 52 52 52\n0223924f43297881 64 62 62 62\n29e89708fa1338da 3 21 21 21\n29e89708fa1338da 3 24 24 24\n29e89708fa1338da 48 27 27 27\n0c916bcc9351521e 0 11 11 11\n0c916bcc9351521e 0 36 36 36\n0c916bcc9351521e 81 66 66 66\nc99afff025000694 6 9 9 9\nc99afff025000694 51 35 35 35\nc99afff025000694 51 39 39 39\n568da5cf0bc3f974 7 23 23 23\n568da5cf0bc3f974 59 50 50 50\n568da5cf0bc3f974 59 58 58 58\ne34d3ff56658b31d 12 21 21 21\ne34d3ff56658b31d 110 76 76 76\ne34d3ff56658b31d 110 90 90 90\ne69bb4cc457067b1 3 23 23 23\ne69bb4cc457067b1 3 27 27 27\ne69bb4cc457067b1 52 30 30 30\n01497290d8b93a9b 46 58 58 58\n01497290d8b93a9b 46 62 62 62\n01497290d8b93a9b 93 85 85 85\n724cb4e97fed8ba2 62 79 79 79\n724cb4e97fed8ba2 123 105 105 105\n724cb4e97fed8ba2 123 108 108 108\nb1da4b3eecf01f9f 30 31 31 31\nb1da4b3eecf01f9f 30 32 32 32\nb1da4b3eecf01f9f 30 45 45 45\n6a3d71f522c16c94 39 59 59 59\n6a3d71f522c16c94 88 64 64 64\n6a3d71f522c16c94 88 72 72 72\na05e27856af43d9b 48 48 48 48\na05e27856af43d9b 48 49 49 49\na05e27856af43d9b 48 68 68 68\n6ad6908250a003ed 1 9 9 9\n6ad6908250a003ed 53 50 50 50\n6ad6908250a003ed 53 51 51 51\nbe4ecfc1baabdf63 53 71 71 71\nbe4ecfc1baabdf63 53 73 73 73\nbe4ecfc1baabdf63 101 90 90 90\n1e2a2be2df033527 217 244 244 244\n1e2a2be2df033527 271 246 246 246\n1e2a2be2df033527 271 266 266 266\ne152961d6260d8e4 70 81 81 81\ne152961d6260d8e4 118 101 101 101\ne152961d6260d8e4 118 111 111 111\n651e26c7f3ceb8aa 68 72 72 72\n651e26c7f3ceb8aa 68 83 83 83\n651e26c7f3ceb8aa 68 88 88 88\na99767367335f40f 14 15 15 15\na99767367335f40f 14 29 29 29\na99767367335f40f 14 37 37 37\nf5cf6908b3be4c87 87 128 128 128\nf5cf6908b3be4c87 170 149 149 149\nf5cf6908b3be4c87 170 159 159 159\nbc9cf914440f8fd9 32 47 47 47\nbc9cf914440f8fd9 32 52 52 52\nbc9cf914440f8fd9 92 89 89 89\n9aa567aa11e9e83b 0 6 6 6\n9aa567aa11e9e83b 0 20 20 20\n9aa567aa11e9e83b 45 29 29 29\nca4e2c82bb426e95 109 121 121 121\nca4e2c82bb426e95 109 129 129 129\nca4e2c82bb426e95 109 145 145 145\ne17868760749d3c2 48 56 56 56\ne17868760749d3c2 101 83 83 83\ne17868760749d3c2 101 88 88 88\n126067199873816a 162 177 177 177\n126067199873816a 162 191 191 191\n126067199873816a 224 224 224 224\n88df9313dbe54779 21 29 29 29\n88df9313dbe54779 21 42 42 42\n88df9313dbe54779 81 59 59 59\n62cd5ce1dd37f00f 161 189 189 189\n62cd5ce1dd37f00f 161 199 199 199\n62cd5ce1dd37f00f 273 252 252 252\n878a35091763d3ce 48 56 56 56\n878a35091763d3ce 123 107 107 107\n878a35091763d3ce 123 115 115 115\n529b925fd0afe9dd 1 8 8 8\n529b925fd0afe9dd 47 26 26 26\n529b925fd0afe9dd 47 39 39 39\n5c7f377c59f81d8b 42 51 51 51\n5c7f377c59f81d8b 42 55 55 55\n5c7f377c59f81d8b 113 92 92 92\nc5c41b6c6f72a2d3 0 21 21 21\nc5c41b6c6f72a2d3 45 24 24 24\nc5c41b6c6f72a2d3 45 33 33 33\n4c169a41e66b6599 8 22 22 22\n4c169a41e66b6599 64 39 39 39\n4c169a41e66b6599 64 52 52 52\n4a1d79baac733df7 51 70 70 70\n4a1d79baac733df7 51 75 75 75\n4a1d79baac733df7 120 113 113 113\n182054e13eaf58fc 58 72 72 72\n182054e13eaf58fc 132 109 109 109\n182054e13eaf58fc 132 126 126 126\n227d63ed9a678fb1 2 10 10 10\n227d63ed9a678fb1 2 25 25 25\n227d63ed9a678fb1 2 27 27 27\nc003f0c35e24b2c4 0 0 0 0\nc003f0c35e24b2c4 97 67 67 67\nc003f0c35e24b2c4 97 76 76 76\nb9195633e5e51479 25 43 43 43\nb9195633e5e51479 83 64 64 64\nb9195633e5e51479 83 79 79 79\n9e189c10674e51ff 77 79 79 79\n9e189c10674e51ff 77 86 86 86\n9e189c10674e51ff 77 97 97 97\n0b429a4733089487 81 94 94 94\n0b429a4733089487 81 119 119 119\n0b429a4733089487 165 144 144 144\nf882aaab13d8d7a6 28 46 46 46\nf882aaab13d8d7a6 28 73 73 73\nf882aaab13d8d7a6 134 99 99 99\n059058768c222bd6 7 11 11 11\n059058768c222bd6 102 76 76 76\n059058768c222bd6 102 98 98 98\n1ce68f950e7cdf8c 111 92 92 92\n1ce68f950e7cdf8c 111 97 97 97\n1ce68f950e7cdf8c 111 107 107 107\nf5df2f89fd077b6f 64 68 68 68\nf5df2f89fd077b6f 64 73 73 73\nf5df2f89fd077b6f 64 82 82 82\n9cdbec32ce30407a 0 9 9 9\n9cdbec32ce30407a 0 14 14 14\n9cdbec32ce30407a 0 15 15 15\n4faadcae3446d4e6 18 20 20 20\n4faadcae3446d4e6 18 24 24 24\n4faadcae3446d4e6 63 43 43 43\n8980571a190d8ec5 35 40 40 40\n8980571a190d8ec5 35 46 46 46\n8980571a190d8ec5 81 72 72 72\nfd17f140dccf0636 6 33 33 33\nfd17f140dccf0636 65 52 52 52\nfd17f140dccf0636 65 61 61 61\nb67c36837d48085a 175 183 183 183\nb67c36837d48085a 175 216 216 216\nb67c36837d48085a 257 239 239 239\ncafb58e56c4f06b5 36 37 37 37\ncafb58e56c4f06b5 36 38 38 38\ncafb58e56c4f06b5 81 59 59 59\nf289b5f7136bba85 98 125 125 125\nf289b5f7136bba85 162 145 145 145\nf289b5f7136bba85 162 158 158 158\nbf25a631f71b679c 11 19 19 19\nbf25a631f71b679c 63 43 43 43\nbf25a631f71b679c 63 58 58 58\n4d2fea223ba77a08 56 33 33 33\n4d2fea223ba77a08 56 34 34 34\n4d2fea223ba77a08 56 47 47 47\nd496829efc673718 2 11 11 11\nd496829efc673718 47 30 30 30\nd496829efc673718 47 31 31 31\nef5edf3c17a23dcc 202 176 176 176\nef5edf3c17a23dcc 202 178 178 178\nef5edf3c17a23dcc 202 194 194 194\nebbcd768d46cd97e 2 13 13 13\nebbcd768d46cd97e 2 31 31 31\nebbcd768d46cd97e 61 60 60 60\n3021337b3fbdb2f3 116 84 84 84\n3021337b3fbdb2f3 116 94 94 94\n3021337b3fbdb2f3 116 109 109 109\n96697e788dda9aa7 91 114 114 114\n96697e788dda9aa7 91 118 118 118\n96697e788dda9aa7 170 166 166 166\ne24040fcfacfb060 6 12 12 12\ne24040fcfacfb060 6 27 27 27\ne24040fcfacfb060 74 47 47 47\n1efbd8f8949b15e8 72 44 44 44\n1efbd8f8949b15e8 72 52 52 52\n1efbd8f8949b15e8 72 62 62 62\n2e6876c6c1e40652 88 88 88 88\n2e6876c6c1e40652 88 93 93 93\n2e6876c6c1e40652 88 104 104 104\nc13a9ae6b4db0cac 102 86 86 86\nc13a9ae6b4db0cac 102 91 91 91\nc13a9ae6b4db0cac 102 97 97 97\nc4a3fdc24d1ae332 228 203 203 203\nc4a3fdc24d1ae332 228 222 222 222\nc4a3fdc24d1ae332 228 226 226 226\nb90f2c02287490e7 79 58 58 58\nb90f2c02287490e7 79 66 66 66\nb90f2c02287490e7 79 73 73 73\n7a748f56536918c2 1 21 21 21\n7a748f56536918c2 1 25 25 25\n7a748f56536918c2 60 48 48 48\nd204e31134a32a63 10 22 22 22\nd204e31134a32a63 57 44 44 44\nd204e31134a32a63 57 46 46 46\ncbb0310eb8a9de12 11 42 42 42\ncbb0310eb8a9de12 11 75 75 75\ncbb0310eb8a9de12 142 142 142 142\n56fa6a970bbf8dfc 19 38 38 38\n56fa6a970bbf8dfc 66 47 47 47\n56fa6a970bbf8dfc 66 49 49 49\n286393e1e797cdad 16 29 29 29\n286393e1e797cdad 16 33 33 33\n286393e1e797cdad 16 46 46 46\n67203c7bd53e260b 18 38 38 38\n67203c7bd53e260b 96 62 62 62\n67203c7bd53e260b 96 86 86 86\n62938f4659a1ff2d 49 49 49 49\n62938f4659a1ff2d 110 98 98 98\n62938f4659a1ff2d 110 108 108 108\n3d2f4958db5aefbf 25 28 28 28\n3d2f4958db5aefbf 70 60 60 60\n3d2f4958db5aefbf 70 68 68 68\nb5651e815d10dbfa 15 23 23 23\nb5651e815d10dbfa 15 41 41 41\nb5651e815d10dbfa 15 52 52 52\n818917ce986e4d39 52 67 67 67\n818917ce986e4d39 52 78 78 78\n818917ce986e4d39 110 109 109 109\n418ad7b9e78208cb 47 80 80 80\n418ad7b9e78208cb 47 82 82 82\n418ad7b9e78208cb 124 117 117 117\n8db71ad1c51dbfd6 4 12 12 12\n8db71ad1c51dbfd6 4 13 13 13\n8db71ad1c51dbfd6 69 38 38 38\nd8efd7b23feffed8 102 69 69 69\nd8efd7b23feffed8 102 70 70 70\nd8efd7b23feffed8 102 77 77 77\n22d6e3fefb1ee7fe 41 63 63 63\n22d6e3fefb1ee7fe 41 78 78 78\n22d6e3fefb1ee7fe 145 105 105 105\ne7535a926f35bc81 5 8 8 8\ne7535a926f35bc81 52 33 33 33\ne7535a926f35bc81 52 48 48 48\ndb20667ce37a6393 48 65 65 65\ndb20667ce37a6393 48 68 68 68\ndb20667ce37a6393 126 122 122 122\n2c6e76b362eed8e4 130 142 142 142\n2c6e76b362eed8e4 224 184 184 184\n2c6e76b362eed8e4 224 198 198 198\n67b05a50d2b941c9 109 67 67 67\n67b05a50d2b941c9 109 85 85 85\n67b05a50d2b941c9 109 108 108 108\n16a2c55f96e6aa18 22 25 25 25\n16a2c55f96e6aa18 22 38 38 38\n16a2c55f96e6aa18 67 48 48 48\na91ae94217a87f51 2 17 17 17\na91ae94217a87f51 47 27 27 27\na91ae94217a87f51 47 42 42 42\n4dc410cbe3dd4d2a 9 11 11 11\n4dc410cbe3dd4d2a 9 21 21 21\n4dc410cbe3dd4d2a 9 33 33 33\n1e0f97ec8f5aa374 80 91 91 91\n1e0f97ec8f5aa374 80 97 97 97\n1e0f97ec8f5aa374 140 125 125 125\nc32a9cc7859744ca 33 52 52 52\nc32a9cc7859744ca 82 59 59 59\nc32a9cc7859744ca 82 78 78 78\nfc99e61da3cfb1b1 20 28 28 28\nfc99e61da3cfb1b1 20 49 49 49\nfc99e61da3cfb1b1 80 62 62 62\n701d9e4435975003 25 26 26 26\n701d9e4435975003 25 32 32 32\n701d9e4435975003 25 46 46 46\nc6366971043851e3 8 33 33 33\nc6366971043851e3 66 44 44 44\nc6366971043851e3 66 57 57 57\n31afa3dcf3b737fa 11 28 28 28\n31afa3dcf3b737fa 11 29 29 29\n31afa3dcf3b737fa 11 30 30 30\n6691c9c70cd16931 196 211 211 211\n6691c9c70cd16931 196 217 217 217\n6691c9c70cd16931 246 239 239 239\n008cd8c450342e49 56 45 45 45\n008cd8c450342e49 56 48 48 48\n008cd8c450342e49 56 51 51 51\n9d82b9fbc4c08f92 11 19 19 19\n9d82b9fbc4c08f92 58 40 40 40\n9d82b9fbc4c08f92 58 41 41 41\ncc56ef68f19fc3cc 13 16 16 16\ncc56ef68f19fc3cc 64 54 54 54\ncc56ef68f19fc3cc 64 61 61 61\n1a556324d2e9d9ab 29 32 32 32\n1a556324d2e9d9ab 29 51 51 51\n1a556324d2e9d9ab 86 66 66 66\nc1ca712432a9e0a2 12 20 20 20\nc1ca712432a9e0a2 12 31 31 31\nc1ca712432a9e0a2 61 43 43 43\n890ace92226368a8 8 19 19 19\n890ace92226368a8 8 31 31 31\n890ace92226368a8 93 75 75 75\ne8345a0f8fbd9dd9 3 16 16 16\ne8345a0f8fbd9dd9 3 27 27 27\ne8345a0f8fbd9dd9 3 38 38 38\nb5977855e1fdd531 75 111 111 111\nb5977855e1fdd531 153 134 134 134\nb5977855e1fdd531 153 146 146 146\ne936467bcb92edf1 0 6 6 6\ne936467bcb92edf1 0 20 20 20\ne936467bcb92edf1 45 44 44 44\nfea3a0ff96583244 60 65 65 65\nfea3a0ff96583244 60 66 66 66\nfea3a0ff96583244 60 67 67 67\nfb52f951d8a8ad11 27 32 32 32\nfb52f951d8a8ad11 27 47 47 47\nfb52f951d8a8ad11 87 73 73 73\nbc810a96c1bf1f4c 16 16 16 16\nbc810a96c1bf1f4c 16 30 30 30\nbc810a96c1bf1f4c 62 49 49 49\n96cb607b7454b51f 2 12 12 12\n96cb607b7454b51f 47 25 25 25\n96cb607b7454b51f 47 47 47 47\n2b5b5b4f4fc526ba 19 37 37 37\n2b5b5b4f4fc526ba 69 45 45 45\n2b5b5b4f4fc526ba 69 53 53 53\ne943edf17a81c70c 31 51 51 51\ne943edf17a81c70c 31 56 56 56\ne943edf17a81c70c 31 69 69 69\n3d7a1ebc77f683b4 0 5 5 5\n3d7a1ebc77f683b4 45 29 29 29\n3d7a1ebc77f683b4 45 40 40 40\nbddc84810d71a26f 270 246 246 246\nbddc84810d71a26f 270 259 259 259\nbddc84810d71a26f 270 265 265 265\n3764fcd58017528f 2 20 20 20\n3764fcd58017528f 49 32 32 32\n3764fcd58017528f 49 42 42 42\n44c16554a21aa6af 52 89 89 89\n44c16554a21aa6af 174 137 137 137\n44c16554a21aa6af 174 145 145 145\n0c209edeb7637dff 30 39 39 39\n0c209edeb7637dff 30 57 57 57\n0c209edeb7637dff 111 88 88 88\n882eb7bd6e78c1de 13 38 38 38\n882eb7bd6e78c1de 13 51 51 51\n882eb7bd6e78c1de 104 81 81 81\n1eb03f0e3088edf0 58 69 69 69\n1eb03f0e3088edf0 58 76 76 76\n1eb03f0e3088edf0 129 107 107 107\nbf9f7853214fdb3a 49 30 30 30\nbf9f7853214fdb3a 49 39 39 39\nbf9f7853214fdb3a 49 49 49 49\n614fe17adad24900 71 71 71 71\n614fe17adad24900 126 103 103 103\n614fe17adad24900 126 105 105 105\n9ff8d373fdccb796 10 11 11 11\n9ff8d373fdccb796 10 25 25 25\n9ff8d373fdccb796 55 33 33 33\n7c1d611595e6c833 16 30 30 30\n7c1d611595e6c833 16 34 34 34\n7c1d611595e6c833 67 66 66 66\n9818edd775aa6aa3 21 22 22 22\n9818edd775aa6aa3 21 43 43 43\n9818edd775aa6aa3 78 60 60 60\n5bcd735c6e7c3e49 9 10 10 10\n5bcd735c6e7c3e49 9 17 17 17\n5bcd735c6e7c3e49 58 36 36 36\n0e728af85650dcb3 22 28 28 28\n0e728af85650dcb3 22 41 41 41\n0e728af85650dcb3 70 59 59 59\n2bff9ec89ca982c9 90 92 92 92\n2bff9ec89ca982c9 90 102 102 102\n2bff9ec89ca982c9 137 122 122 122\n6b0790dde2a31848 20 26 26 26\n6b0790dde2a31848 20 36 36 36\n6b0790dde2a31848 65 45 45 45\n7af972ed1c9e4728 92 109 109 109\n7af972ed1c9e4728 92 111 111 111\n7af972ed1c9e4728 141 118 118 118\n225c5f2cdcd2753c 45 64 64 64\n225c5f2cdcd2753c 99 76 76 76\n225c5f2cdcd2753c 99 88 88 88\ne80b3780fd64c9dc 112 134 134 134\ne80b3780fd64c9dc 184 156 156 156\ne80b3780fd64c9dc 184 163 163 163\n5127cbfde797ef01 50 54 54 54\n5127cbfde797ef01 50 69 69 69\n5127cbfde797ef01 50 88 88 88\n0bb7da710cbf4bb9 148 111 111 111\n0bb7da710cbf4bb9 148 137 137 137\n0bb7da710cbf4bb9 148 141 141 141\n5928490569bf6065 1 10 10 10\n5928490569bf6065 53 30 30 30\n5928490569bf6065 53 41 41 41\n390ddb7ee9b716ca 32 41 41 41\n390ddb7ee9b716ca 32 50 50 50\n390ddb7ee9b716ca 80 70 70 70\ne5ce752d134c2b46 56 70 70 70\ne5ce752d134c2b46 56 96 96 96\ne5ce752d134c2b46 152 144 144 144\ne374bd9f7b295de5 106 143 143 143\ne374bd9f7b295de5 106 149 149 149\ne374bd9f7b295de5 238 184 184 184\n4c2d32a7f2b62657 53 80 80 80\n4c2d32a7f2b62657 133 105 105 105\n4c2d32a7f2b62657 133 118 118 118\n28190e57702bcfbc 0 8 8 8\n28190e57702bcfbc 0 22 22 22\n28190e57702bcfbc 46 30 30 30\nf1226d5483f1c1cd 2 19 19 19\nf1226d5483f1c1cd 60 32 32 32\nf1226d5483f1c1cd 60 36 36 36\n0463d74358aca878 45 59 59 59\n0463d74358aca878 114 83 83 83\n0463d74358aca878 114 89 89 89\nb1c52eac61190f01 30 46 46 46\nb1c52eac61190f01 75 53 53 53\nb1c52eac61190f01 75 55 55 55\nc49ff29ed26430d1 20 28 28 28\nc49ff29ed26430d1 20 67 67 67\nc49ff29ed26430d1 115 105 105 105\n67b160b06d7681d6 79 79 79 79\n67b160b06d7681d6 79 91 91 91\n67b160b06d7681d6 179 162 162 162\n372f324a1f4d6898 93 111 111 111\n372f324a1f4d6898 93 114 114 114\n372f324a1f4d6898 93 137 137 137\nc2b5cfe98792e794 4 8 8 8\nc2b5cfe98792e794 97 62 62 62\nc2b5cfe98792e794 97 73 73 73\nb4fc14f25ce51a5e 73 97 97 97\nb4fc14f25ce51a5e 132 114 114 114\nb4fc14f25ce51a5e 132 115 115 115\n08138c1a3ba1ce8d 63 64 64 64\n08138c1a3ba1ce8d 156 118 118 118\n08138c1a3ba1ce8d 156 142 142 142\n7a8350db1f516bb4 15 35 35 35\n7a8350db1f516bb4 73 45 45 45\n7a8350db1f516bb4 73 67 67 67\n406bdec5b68b1a71 111 124 124 124\n406bdec5b68b1a71 159 137 137 137\n406bdec5b68b1a71 159 151 151 151\n04cb1526cf3c43cc 121 123 123 123\n04cb1526cf3c43cc 171 165 165 165\n04cb1526cf3c43cc 171 168 168 168\n9a6845491149c6c2 4 34 34 34\n9a6845491149c6c2 4 40 40 40\n9a6845491149c6c2 110 72 72 72\n7a2291bc1b9a6e7d 3 6 6 6\n7a2291bc1b9a6e7d 3 18 18 18\n7a2291bc1b9a6e7d 48 36 36 36\nd023e559e600c8c3 79 89 89 89\nd023e559e600c8c3 162 140 140 140\nd023e559e600c8c3 162 153 153 153\nc551b85ce38402a8 191 215 215 215\nc551b85ce38402a8 242 230 230 230\nc551b85ce38402a8 242 240 240 240\nad3205983527755b 36 58 58 58\nad3205983527755b 36 72 72 72\nad3205983527755b 116 90 90 90\n2643e671bd31b72f 8 15 15 15\n2643e671bd31b72f 8 38 38 38\n2643e671bd31b72f 80 68 68 68\ne877d584b209cc14 137 101 101 101\ne877d584b209cc14 137 115 115 115\ne877d584b209cc14 137 120 120 120\n6056f8d55c7dc5eb 65 67 67 67\n6056f8d55c7dc5eb 65 90 90 90\n6056f8d55c7dc5eb 65 95 95 95\n98d0d604aa0bd2c5 108 71 71 71\n98d0d604aa0bd2c5 108 86 86 86\n98d0d604aa0bd2c5 108 106 106 106\n58c077a368758659 44 46 46 46\n58c077a368758659 95 85 85 85\n58c077a368758659 95 93 93 93\n4dfb176e5168a4af 71 81 81 81\n4dfb176e5168a4af 71 91 91 91\n4dfb176e5168a4af 120 109 109 109\n10002e18d04c3d93 7 12 12 12\n10002e18d04c3d93 7 27 27 27\n10002e18d04c3d93 61 38 38 38\n131773f46d989860 75 86 86 86\n131773f46d989860 120 99 99 99\n131773f46d989860 120 120 120 120\ncbdd3b8e9010c070 84 86 86 86\ncbdd3b8e9010c070 151 133 133 133\ncbdd3b8e9010c070 151 142 142 142\ne352473d786044d3 30 35 35 35\ne352473d786044d3 75 69 69 69\ne352473d786044d3 75 72 72 72\n18e659699338f835 19 19 19 19\n18e659699338f835 19 39 39 39\n18e659699338f835 19 43 43 43\n12cb4aa3f5b59ad6 49 61 61 61\n12cb4aa3f5b59ad6 49 90 90 90\n12cb4aa3f5b59ad6 49 108 108 108\n58ea51797041da4b 53 101 101 101\n58ea51797041da4b 53 117 117 117\n58ea51797041da4b 181 157 157 157\n2d524e9324228d6e 75 117 117 117\n2d524e9324228d6e 180 143 143 143\n2d524e9324228d6e 180 161 161 161\nfdb60d991671bd45 188 199 199 199\nfdb60d991671bd45 188 207 207 207\nfdb60d991671bd45 248 246 246 246\n8849226fc5b1470c 76 55 55 55\n8849226fc5b1470c 76 58 58 58\n8849226fc5b1470c 76 74 74 74\nd064c864bda4430e 61 64 64 64\nd064c864bda4430e 61 77 77 77\nd064c864bda4430e 122 114 114 114\n277389b279234c08 52 91 91 91\n277389b279234c08 52 93 93 93\n277389b279234c08 166 115 115 115\nca19b5ba41e05630 190 141 141 141\nca19b5ba41e05630 190 161 161 161\nca19b5ba41e05630 190 185 185 185\n30bd5b88e47f6d0e 177 165 165 165\n30bd5b88e47f6d0e 177 169 169 169\n30bd5b88e47f6d0e 177 176 176 176\n329abf340d23b0b9 20 20 20 20\n329abf340d23b0b9 20 31 31 31\n329abf340d23b0b9 70 61 61 61\n6b0b3659521de718 15 17 17 17\n6b0b3659521de718 15 34 34 34\n6b0b3659521de718 15 38 38 38\nb15b101b9a343391 3 41 41 41\nb15b101b9a343391 97 78 78 78\nb15b101b9a343391 97 97 97 97\ne27ba82363512785 1 16 16 16\ne27ba82363512785 116 74 74 74\ne27ba82363512785 116 109 109 109\n16a75920e79c3710 4 4 4 4\n16a75920e79c3710 56 31 31 31\n16a75920e79c3710 56 46 46 46\ncf845955d579f84c 41 43 43 43\ncf845955d579f84c 161 117 117 117\ncf845955d579f84c 161 140 140 140\n0ef68550315f57c7 147 162 162 162\n0ef68550315f57c7 192 179 179 179\n0ef68550315f57c7 192 182 182 182\n36c5e00f55c4f217 13 26 26 26\n36c5e00f55c4f217 13 37 37 37\n36c5e00f55c4f217 112 108 108 108\n58c701594649d4e3 8 9 9 9\n58c701594649d4e3 8 32 32 32\n58c701594649d4e3 8 36 36 36\n311d8515bd115aba 9 19 19 19\n311d8515bd115aba 9 49 49 49\n311d8515bd115aba 9 54 54 54\n8e685e79ac5149e4 107 132 132 132\n8e685e79ac5149e4 162 147 147 147\n8e685e79ac5149e4 162 148 148 148\ned952d18d27ec9c8 58 74 74 74\ned952d18d27ec9c8 106 89 89 89\ned952d18d27ec9c8 106 100 100 100\nc2a33406693f6f47 40 41 41 41\nc2a33406693f6f47 40 70 70 70\nc2a33406693f6f47 103 88 88 88\nc95810ea9fb3966d 25 42 42 42\nc95810ea9fb3966d 25 47 47 47\nc95810ea9fb3966d 25 48 48 48\n271bf9149d140dc4 100 129 129 129\n271bf9149d140dc4 100 131 131 131\n271bf9149d140dc4 227 178 178 178\nf998e4a527576a1a 1 38 38 38\nf998e4a527576a1a 1 49 49 49\nf998e4a527576a1a 101 92 92 92\n16b48792e910cf49 117 77 77 77\n16b48792e910cf49 117 88 88 88\n16b48792e910cf49 117 93 93 93\ne5129eab1a727ae4 2 4 4 4\ne5129eab1a727ae4 47 39 39 39\ne5129eab1a727ae4 47 43 43 43\n2ca8e34592e0c415 1 7 7 7\n2ca8e34592e0c415 1 33 33 33\n2ca8e34592e0c415 68 61 61 61\n6b5dfd943f483c8e 144 155 155 155\n6b5dfd943f483c8e 144 178 178 178\n6b5dfd943f483c8e 213 188 188 188\ndd6f5db17e7d568a 6 20 20 20\ndd6f5db17e7d568a 6 26 26 26\ndd6f5db17e7d568a 74 73 73 73\na6c6cbe8f6e0787f 19 19 19 19\na6c6cbe8f6e0787f 77 60 60 60\na6c6cbe8f6e0787f 77 71 71 71\n84a7bc993f35b6b4 26 26 26 26\n84a7bc993f35b6b4 26 27 27 27\n84a7bc993f35b6b4 79 64 64 64\n63068b731b51b664 20 61 61 61\n63068b731b51b664 134 88 88 88\n63068b731b51b664 134 128 128 128\n1b2937e192040745 27 42 42 42\n1b2937e192040745 74 65 65 65\n1b2937e192040745 74 73 73 73\ncbe56d4478ac20df 1 5 5 5\ncbe56d4478ac20df 76 42 42 42\ncbe56d4478ac20df 76 70 70 70\n454fc1e32db7cc41 5 24 24 24\n454fc1e32db7cc41 68 46 46 46\n454fc1e32db7cc41 68 59 59 59\n7115632790ca97d7 3 12 12 12\n7115632790ca97d7 3 20 20 20\n7115632790ca97d7 48 29 29 29\n86157d113ca15798 148 115 115 115\n86157d113ca15798 148 117 117 117\n86157d113ca15798 148 126 126 126\nd4bc08cad572effe 41 65 65 65\nd4bc08cad572effe 112 81 81 81\nd4bc08cad572effe 112 90 90 90\n0e2653d00e3fc05a 99 111 111 111\n0e2653d00e3fc05a 193 148 148 148\n0e2653d00e3fc05a 193 149 149 149\n02c0c9192fb9a6a1 147 167 167 167\n02c0c9192fb9a6a1 147 177 177 177\n02c0c9192fb9a6a1 212 195 195 195\n3e577a3be646152b 78 44 44 44\n3e577a3be646152b 78 45 45 45\n3e577a3be646152b 78 76 76 76\nd3b39832fe75e063 49 68 68 68\nd3b39832fe75e063 49 82 82 82\nd3b39832fe75e063 134 127 127 127\n9c92e3727bc0ab05 5 16 16 16\n9c92e3727bc0ab05 5 33 33 33\n9c92e3727bc0ab05 65 47 47 47\ndb44fb48949d572f 72 91 91 91\ndb44fb48949d572f 126 108 108 108\ndb44fb48949d572f 126 125 125 125\nf3a2f438945382c6 41 46 46 46\nf3a2f438945382c6 89 76 76 76\nf3a2f438945382c6 89 80 80 80\n747e7c166dce038a 47 48 48 48\n747e7c166dce038a 47 64 64 64\n747e7c166dce038a 125 120 120 120\n52b89a24cc171c5f 91 99 99 99\n52b89a24cc171c5f 91 104 104 104\n52b89a24cc171c5f 166 132 132 132\n3f5454f2f53e2103 121 125 125 125\n3f5454f2f53e2103 121 159 159 159\n3f5454f2f53e2103 237 206 206 206\n8a2a69477f35cdf9 8 9 9 9\n8a2a69477f35cdf9 8 29 29 29\n8a2a69477f35cdf9 54 50 50 50\nab14d572e5284462 66 73 73 73\nab14d572e5284462 66 99 99 99\nab14d572e5284462 154 131 131 131\n3349f3089ea84d6b 8 10 10 10\n3349f3089ea84d6b 55 37 37 37\n3349f3089ea84d6b 55 49 49 49\n54130e35cbe494ff 74 50 50 50\n54130e35cbe494ff 74 69 69 69\n54130e35cbe494ff 74 71 71 71\n750ddf09bd6d1eab 3 24 24 24\n750ddf09bd6d1eab 3 38 38 38\n750ddf09bd6d1eab 77 56 56 56\nd7a9486c2d6ea7ca 124 156 156 156\nd7a9486c2d6ea7ca 205 168 168 168\nd7a9486c2d6ea7ca 205 174 174 174\n77270b05e5cd1b4e 6 31 31 31\n77270b05e5cd1b4e 80 75 75 75\n77270b05e5cd1b4e 80 79 79 79\n9b1f4a05a9be678d 22 33 33 33\n9b1f4a05a9be678d 22 42 42 42\n9b1f4a05a9be678d 22 44 44 44\na9f5fa43e4bd154b 88 64 64 64\na9f5fa43e4bd154b 88 71 71 71\na9f5fa43e4bd154b 88 75 75 75\n2c3a96fb820e1ab7 112 131 131 131\n2c3a96fb820e1ab7 164 152 152 152\n2c3a96fb820e1ab7 164 156 156 156\n9d4d95c939426580 32 42 42 42\n9d4d95c939426580 32 52 52 52\n9d4d95c939426580 79 62 62 62\ncba2a0762bc3876a 18 34 34 34\ncba2a0762bc3876a 72 48 48 48\ncba2a0762bc3876a 72 68 68 68\nd3a0ee23ef17b560 13 29 29 29\nd3a0ee23ef17b560 62 55 55 55\nd3a0ee23ef17b560 62 58 58 58\n97e4be988e741ebf 20 43 43 43\n97e4be988e741ebf 71 63 63 63\n97e4be988e741ebf 71 66 66 66\ncaab090998cd55d8 4 14 14 14\ncaab090998cd55d8 4 27 27 27\ncaab090998cd55d8 51 38 38 38\n46eccb4820f5a4eb 19 37 37 37\n46eccb4820f5a4eb 19 49 49 49\n46eccb4820f5a4eb 19 55 55 55\n7336669f60753832 50 66 66 66\n7336669f60753832 50 72 72 72\n7336669f60753832 104 99 99 99\ne82129af4abedb25 63 71 71 71\ne82129af4abedb25 63 74 74 74\ne82129af4abedb25 108 108 108 108\nfdd8c2ad35591b60 16 16 16 16\nfdd8c2ad35591b60 114 80 80 80\nfdd8c2ad35591b60 114 100 100 100\n7f4b049599c8e19c 208 221 221 221\n7f4b049599c8e19c 208 235 235 235\n7f4b049599c8e19c 262 259 259 259\nc8d53d98a86bb2d1 22 27 27 27\nc8d53d98a86bb2d1 22 38 38 38\nc8d53d98a86bb2d1 22 51 51 51\n4dd21bf1c1565fe1 91 112 112 112\n4dd21bf1c1565fe1 91 131 131 131\n4dd21bf1c1565fe1 186 170 170 170\n73de8e1e19c1857a 109 116 116 116\n73de8e1e19c1857a 109 126 126 126\n73de8e1e19c1857a 155 133 133 133\n5db2aeef574c0e2d 70 78 78 78\n5db2aeef574c0e2d 122 97 97 97\n5db2aeef574c0e2d 122 122 122 122\nfd7890ec5b0a924c 54 68 68 68\nfd7890ec5b0a924c 54 69 69 69\nfd7890ec5b0a924c 54 73 73 73\n5401a275544dc532 2 3 3 3\n5401a275544dc532 2 16 16 16\n5401a275544dc532 52 51 51 51\n7feedcffcc9e8353 115 117 117 117\n7feedcffcc9e8353 115 132 132 132\n7feedcffcc9e8353 199 168 168 168\n5225deac6735ae5f 50 53 53 53\n5225deac6735ae5f 50 57 57 57\n5225deac6735ae5f 115 107 107 107\nfbb8d7a56a6d5741 57 46 46 46\nfbb8d7a56a6d5741 57 47 47 47\nfbb8d7a56a6d5741 57 48 48 48\n1b74274269c75c8d 19 20 20 20\n1b74274269c75c8d 65 50 50 50\n1b74274269c75c8d 65 63 63 63\n78933b8bfea9705a 100 59 59 59\n78933b8bfea9705a 100 71 71 71\n78933b8bfea9705a 100 98 98 98\nc51d979d3e1e68c2 27 37 37 37\nc51d979d3e1e68c2 74 61 61 61\nc51d979d3e1e68c2 74 71 71 71\neb4965c3eb4e7810 70 52 52 52\neb4965c3eb4e7810 70 66 66 66\neb4965c3eb4e7810 70 70 70 70\n57552c8b1a857951 1 9 9 9\n57552c8b1a857951 48 25 25 25\n57552c8b1a857951 48 40 40 40\n3eb185c04280412d 5 7 7 7\n3eb185c04280412d 76 43 43 43\n3eb185c04280412d 76 50 50 50\nbc420a09a8db3a2a 63 38 38 38\nbc420a09a8db3a2a 63 50 50 50\nbc420a09a8db3a2a 63 63 63 63\n54be94f158023eea 25 27 27 27\n54be94f158023eea 25 31 31 31\n54be94f158023eea 76 52 52 52\n5d258b338868a2a7 199 200 200 200\n5d258b338868a2a7 199 207 207 207\n5d258b338868a2a7 247 247 247 247\n24d1c4f7497f8e77 33 33 33 33\n24d1c4f7497f8e77 33 57 57 57\n24d1c4f7497f8e77 95 65 65 65\n6d31cf796085f72c 43 67 67 67\n6d31cf796085f72c 43 84 84 84\n6d31cf796085f72c 126 118 118 118\n650e48609e3312a5 97 111 111 111\n650e48609e3312a5 97 122 122 122\n650e48609e3312a5 179 159 159 159\ndf242c69a2941d5e 9 24 24 24\ndf242c69a2941d5e 9 29 29 29\ndf242c69a2941d5e 64 49 49 49\nc77159c5f514837b 97 101 101 101\nc77159c5f514837b 97 102 102 102\nc77159c5f514837b 174 163 163 163\ncd3062c26ed06209 10 15 15 15\ncd3062c26ed06209 10 21 21 21\ncd3062c26ed06209 66 48 48 48\n79a42215f04376d2 109 91 91 91\n79a42215f04376d2 109 97 97 97\n79a42215f04376d2 109 99 99 99\nab858b295e4221fd 166 198 198 198\nab858b295e4221fd 166 199 199 199\nab858b295e4221fd 241 206 206 206\n3c9c37132583a3d2 30 40 40 40\n3c9c37132583a3d2 30 52 52 52\n3c9c37132583a3d2 108 74 74 74\n81e3ed92fa9c9968 198 202 202 202\n81e3ed92fa9c9968 243 226 226 226\n81e3ed92fa9c9968 243 232 232 232\n5e71d4c8c97980b2 5 10 10 10\n5e71d4c8c97980b2 60 50 50 50\n5e71d4c8c97980b2 60 52 52 52\neceadaab9f040b64 45 56 56 56\neceadaab9f040b64 91 80 80 80\neceadaab9f040b64 91 81 81 81\n2a1769dddc1dbf8d 43 61 61 61\n2a1769dddc1dbf8d 89 74 74 74\n2a1769dddc1dbf8d 89 80 80 80\n3f33ed2971149ea0 103 88 88 88\n3f33ed2971149ea0 103 97 97 97\n3f33ed2971149ea0 103 101 101 101\nfc99545cb74e07bf 45 30 30 30\nfc99545cb74e07bf 45 44 44 44\nfc99545cb74e07bf 45 45 45 45\n0c9b371cc6225682 25 36 36 36\n0c9b371cc6225682 25 37 37 37\n0c9b371cc6225682 25 55 55 55\n94dfcf8109e9f392 21 41 41 41\n94dfcf8109e9f392 21 42 42 42\n94dfcf8109e9f392 66 44 44 44\nf120f74e540d724c 9 14 14 14\nf120f74e540d724c 9 50 50 50\nf120f74e540d724c 9 54 54 54\n6602548cc544aee2 48 69 69 69\n6602548cc544aee2 48 75 75 75\n6602548cc544aee2 182 120 120 120\n8bd3923459d18567 47 66 66 66\n8bd3923459d18567 47 84 84 84\n8bd3923459d18567 134 94 94 94\n4c144eb40a09a0dd 6 11 11 11\n4c144eb40a09a0dd 58 37 37 37\n4c144eb40a09a0dd 58 44 44 44\n9c4e84ed5d25728a 2 2 2 2\n9c4e84ed5d25728a 2 12 12 12\n9c4e84ed5d25728a 49 46 46 46\n3e68931874661724 0 8 8 8\n3e68931874661724 0 11 11 11\n3e68931874661724 45 27 27 27\n8bcf9013b6617811 2 8 8 8\n8bcf9013b6617811 2 14 14 14\n8bcf9013b6617811 2 23 23 23\n5cf16d250189b7fe 102 83 83 83\n5cf16d250189b7fe 102 88 88 88\n5cf16d250189b7fe 102 102 102 102\nb713d6fd183a434e 4 16 16 16\nb713d6fd183a434e 4 23 23 23\nb713d6fd183a434e 56 39 39 39\na2f517ba7adea803 118 126 126 126\na2f517ba7adea803 174 149 149 149\na2f517ba7adea803 174 150 150 150\n511ad5dc10db6932 32 46 46 46\n511ad5dc10db6932 79 65 65 65\n511ad5dc10db6932 79 78 78 78\n3c44d53659dbe4fe 29 32 32 32\n3c44d53659dbe4fe 29 56 56 56\n3c44d53659dbe4fe 29 62 62 62\n72abd10e2fa3a178 9 15 15 15\n72abd10e2fa3a178 54 32 32 32\n72abd10e2fa3a178 54 34 34 34\n628715cbcfaf9f4a 193 200 200 200\n628715cbcfaf9f4a 193 224 224 224\n628715cbcfaf9f4a 259 254 254 254\n37a960afb176c485 39 47 47 47\n37a960afb176c485 39 51 51 51\n37a960afb176c485 39 59 59 59\nfb029e022b479ef4 0 19 19 19\nfb029e022b479ef4 59 43 43 43\nfb029e022b479ef4 59 50 50 50\nedaf13c2d419ff89 6 15 15 15\nedaf13c2d419ff89 51 31 31 31\nedaf13c2d419ff89 51 46 46 46\nda7431d197823275 13 26 26 26\nda7431d197823275 61 45 45 45\nda7431d197823275 61 49 49 49\nc96c494c7a1d4ee5 14 17 17 17\nc96c494c7a1d4ee5 14 26 26 26\nc96c494c7a1d4ee5 59 55 55 55\n49a9e34610882acc 2 22 22 22\n49a9e34610882acc 49 27 27 27\n49a9e34610882acc 49 31 31 31\n915b32960b74b4cd 32 35 35 35\n915b32960b74b4cd 32 51 51 51\n915b32960b74b4cd 32 55 55 55\n03de2844d3c8314e 39 47 47 47\n03de2844d3c8314e 86 64 64 64\n03de2844d3c8314e 86 76 76 76\n99066a048c135f46 31 39 39 39\n99066a048c135f46 31 42 42 42\n99066a048c135f46 31 53 53 53\n3984d005557cbd6f 80 60 60 60\n3984d005557cbd6f 80 65 65 65\n3984d005557cbd6f 80 72 72 72\n778f2c1ef2ca8179 148 151 151 151\n778f2c1ef2ca8179 148 159 159 159\n778f2c1ef2ca8179 148 179 179 179\n48d4444b94c2a2c0 18 38 38 38\n48d4444b94c2a2c0 18 43 43 43\n48d4444b94c2a2c0 95 91 91 91\n7f9841416da069f5 31 49 49 49\n7f9841416da069f5 31 59 59 59\n7f9841416da069f5 117 109 109 109\n6a5be23c6d7ca0f4 16 26 26 26\n6a5be23c6d7ca0f4 16 29 29 29\n6a5be23c6d7ca0f4 16 38 38 38\nebbc18ff20ad7284 48 55 55 55\nebbc18ff20ad7284 48 72 72 72\nebbc18ff20ad7284 99 80 80 80\nb01d30861f56b1f9 48 31 31 31\nb01d30861f56b1f9 48 32 32 32\nb01d30861f56b1f9 48 46 46 46\n224e9686747afbb5 54 28 28 28\n224e9686747afbb5 54 33 33 33\n224e9686747afbb5 54 43 43 43\nb5c822379067a4f1 31 45 45 45\nb5c822379067a4f1 31 54 54 54\nb5c822379067a4f1 89 85 85 85\n444d7d8445cd444e 113 126 126 126\n444d7d8445cd444e 165 141 141 141\n444d7d8445cd444e 165 157 157 157\nc211e68f8e67eccf 136 103 103 103\nc211e68f8e67eccf 136 113 113 113\nc211e68f8e67eccf 136 125 125 125\n166bb958d7f4798a 58 83 83 83\n166bb958d7f4798a 153 118 118 118\n166bb958d7f4798a 153 140 140 140\n9e0581b07ec22ffd 31 32 32 32\n9e0581b07ec22ffd 85 65 65 65\n9e0581b07ec22ffd 85 76 76 76\nd91691d9b43cd983 62 71 71 71\nd91691d9b43cd983 62 87 87 87\nd91691d9b43cd983 121 110 110 110\n7ea24d7b4e174a36 156 180 180 180\n7ea24d7b4e174a36 156 190 190 190\n7ea24d7b4e174a36 234 234 234 234\n3bb1007fcf0e03ff 0 23 23 23\n3bb1007fcf0e03ff 64 52 52 52\n3bb1007fcf0e03ff 64 60 60 60\nda9b2d6ec4564873 1 9 9 9\nda9b2d6ec4564873 59 39 39 39\nda9b2d6ec4564873 59 44 44 44\n90e759f41c5bf7ec 14 30 30 30\n90e759f41c5bf7ec 91 67 67 67\n90e759f41c5bf7ec 91 76 76 76\n3587833ec93fbddd 21 49 49 49\n3587833ec93fbddd 21 72 72 72\n3587833ec93fbddd 133 94 94 94\n58c8dccdf444891e 125 132 132 132\n58c8dccdf444891e 125 142 142 142\n58c8dccdf444891e 125 147 147 147\ned252c9b9a853852 19 20 20 20\ned252c9b9a853852 19 27 27 27\ned252c9b9a853852 19 34 34 34\n4e22353c1532a291 37 44 44 44\n4e22353c1532a291 83 63 63 63\n4e22353c1532a291 83 79 79 79\na6c52c1584b4c549 34 35 35 35\na6c52c1584b4c549 34 42 42 42\na6c52c1584b4c549 101 89 89 89\nc0e4d7173cde8e04 26 37 37 37\nc0e4d7173cde8e04 26 39 39 39\nc0e4d7173cde8e04 26 41 41 41\n3105d330651c2726 14 19 19 19\n3105d330651c2726 14 25 25 25\n3105d330651c2726 64 49 49 49\na978e4b3eaf80a1a 56 57 57 57\na978e4b3eaf80a1a 56 90 90 90\na978e4b3eaf80a1a 157 156 156 156\n1f4279d98e283206 6 10 10 10\n1f4279d98e283206 6 18 18 18\n1f4279d98e283206 6 27 27 27\n41f3291d82fc4d93 116 133 133 133\n41f3291d82fc4d93 116 161 161 161\n41f3291d82fc4d93 207 200 200 200\necc5883cac90b166 70 56 56 56\necc5883cac90b166 70 62 62 62\necc5883cac90b166 70 70 70 70\nd9222927313d5da2 21 32 32 32\nd9222927313d5da2 21 48 48 48\nd9222927313d5da2 75 72 72 72\n7715ef327df71fed 0 5 5 5\n7715ef327df71fed 53 33 33 33\n7715ef327df71fed 53 40 40 40\nc8a4056d36955415 125 158 158 158\nc8a4056d36955415 202 174 174 174\nc8a4056d36955415 202 180 180 180\n78f2bb6034c2e1c9 96 74 74 74\n78f2bb6034c2e1c9 96 77 77 77\n78f2bb6034c2e1c9 96 93 93 93\n5ee1c192797bb121 49 50 50 50\n5ee1c192797bb121 49 63 63 63\n5ee1c192797bb121 49 65 65 65\nc1b10b1ac1888375 15 23 23 23\nc1b10b1ac1888375 61 45 45 45\nc1b10b1ac1888375 61 60 60 60\ne4fe8ca7f250e488 28 28 28 28\ne4fe8ca7f250e488 74 58 58 58\ne4fe8ca7f250e488 74 71 71 71\nf1c86db5eed91140 3 11 11 11\nf1c86db5eed91140 3 13 13 13\nf1c86db5eed91140 50 47 47 47\n3c83e9817c9e022d 0 22 22 22\n3c83e9817c9e022d 45 25 25 25\n3c83e9817c9e022d 45 31 31 31\ne470e7a334f69334 47 87 87 87\ne470e7a334f69334 154 143 143 143\ne470e7a334f69334 154 152 152 152\nfe561e047a42c9f3 18 30 30 30\nfe561e047a42c9f3 75 62 62 62\nfe561e047a42c9f3 75 68 68 68\nddff0878c58e95d4 37 47 47 47\nddff0878c58e95d4 82 68 68 68\nddff0878c58e95d4 82 76 76 76\n66190abc87436220 5 24 24 24\n66190abc87436220 51 47 47 47\n66190abc87436220 51 48 48 48\n007876f71baf453f 10 15 15 15\n007876f71baf453f 62 40 40 40\n007876f71baf453f 62 42 42 42\nbc3e794a104aa602 168 148 148 148\nbc3e794a104aa602 168 149 149 149\nbc3e794a104aa602 168 161 161 161\n18ce480be0ececbd 42 81 81 81\n18ce480be0ececbd 42 88 88 88\n18ce480be0ececbd 137 131 131 131\n45122648522d4180 38 40 40 40\n45122648522d4180 38 51 51 51\n45122648522d4180 38 60 60 60\n539e5c40055bfe41 5 20 20 20\n539e5c40055bfe41 64 38 38 38\n539e5c40055bfe41 64 58 58 58\nb13d3b5a6cfdac2d 49 64 64 64\nb13d3b5a6cfdac2d 96 83 83 83\nb13d3b5a6cfdac2d 96 90 90 90\n80477008ffc1adb6 1 4 4 4\n80477008ffc1adb6 1 22 22 22\n80477008ffc1adb6 56 53 53 53\n8ab1900fbe301245 19 24 24 24\n8ab1900fbe301245 19 28 28 28\n8ab1900fbe301245 70 49 49 49\n54cfc08d373fe129 60 63 63 63\n54cfc08d373fe129 60 67 67 67\n54cfc08d373fe129 134 134 134 134\n24fe21f0a899701f 3 33 33 33\n24fe21f0a899701f 76 43 43 43\n24fe21f0a899701f 76 66 66 66\n4da7a2864295c0ca 1 29 29 29\n4da7a2864295c0ca 1 45 45 45\n4da7a2864295c0ca 90 61 61 61\n32991f419c96ea0e 70 100 100 100\n32991f419c96ea0e 156 129 129 129\n32991f419c96ea0e 156 145 145 145\nf66a7afd0c714cea 109 110 110 110\nf66a7afd0c714cea 109 135 135 135\nf66a7afd0c714cea 184 172 172 172\n1fe9f9bc178a1778 12 21 21 21\n1fe9f9bc178a1778 63 43 43 43\n1fe9f9bc178a1778 63 47 47 47\n7ef9a02b25ea0618 14 16 16 16\n7ef9a02b25ea0618 14 25 25 25\n7ef9a02b25ea0618 14 35 35 35\n397bbed49e1ee8dc 64 69 69 69\n397bbed49e1ee8dc 116 91 91 91\n397bbed49e1ee8dc 116 97 97 97\n589a88598d9a2404 4 17 17 17\n589a88598d9a2404 51 34 34 34\n589a88598d9a2404 51 36 36 36\n4b86587ecd3325f4 223 246 246 246\n4b86587ecd3325f4 270 254 254 254\n4b86587ecd3325f4 270 255 255 255\nd949372fefb12e02 41 47 47 47\nd949372fefb12e02 41 59 59 59\nd949372fefb12e02 99 71 71 71\n2a30c5309018e00f 55 35 35 35\n2a30c5309018e00f 55 50 50 50\n2a30c5309018e00f 55 51 51 51\na967dc30d6ca777a 111 91 91 91\na967dc30d6ca777a 111 94 94 94\na967dc30d6ca777a 111 98 98 98\nc36bf9d0ce6a4745 65 87 87 87\nc36bf9d0ce6a4745 153 142 142 142\nc36bf9d0ce6a4745 153 145 145 145\nc2d61f6f420b56a0 41 60 60 60\nc2d61f6f420b56a0 41 66 66 66\nc2d61f6f420b56a0 41 71 71 71\n84759cb1a8176b80 25 38 38 38\n84759cb1a8176b80 25 45 45 45\n84759cb1a8176b80 70 64 64 64\n96878c7052a51068 6 27 27 27\n96878c7052a51068 6 33 33 33\n96878c7052a51068 71 57 57 57\ndb303056779cc95e 43 47 47 47\ndb303056779cc95e 43 52 52 52\ndb303056779cc95e 88 82 82 82\n8d6d08d1824c6dc5 14 24 24 24\n8d6d08d1824c6dc5 69 55 55 55\n8d6d08d1824c6dc5 69 59 59 59\n52217a4c2bbd7f17 13 22 22 22\n52217a4c2bbd7f17 13 41 41 41\n52217a4c2bbd7f17 77 77 77 77\n07b667b34838336d 15 34 34 34\n07b667b34838336d 15 45 45 45\n07b667b34838336d 83 53 53 53\ne09dbfdd3122a123 67 80 80 80\ne09dbfdd3122a123 124 106 106 106\ne09dbfdd3122a123 124 110 110 110\n36e69606a7599644 24 36 36 36\n36e69606a7599644 24 48 48 48\n36e69606a7599644 83 77 77 77\nd48b66d36ec83707 28 36 36 36\nd48b66d36ec83707 28 48 48 48\nd48b66d36ec83707 84 83 83 83\n612882b6b294488e 37 55 55 55\n612882b6b294488e 37 56 56 56\n612882b6b294488e 86 72 72 72\ndc8cc9e1ace014ff 16 19 19 19\ndc8cc9e1ace014ff 65 44 44 44\ndc8cc9e1ace014ff 65 56 56 56\n57132c374cc1ce2d 87 107 107 107\n57132c374cc1ce2d 137 128 128 128\n57132c374cc1ce2d 137 131 131 131\ncb9d108a22b504e0 236 185 185 185\ncb9d108a22b504e0 236 196 196 196\ncb9d108a22b504e0 236 235 235 235\n46889bb1803c5cd7 21 47 47 47\n46889bb1803c5cd7 104 82 82 82\n46889bb1803c5cd7 104 94 94 94\n204fc9ff2c7ff92c 39 53 53 53\n204fc9ff2c7ff92c 121 82 82 82\n204fc9ff2c7ff92c 121 95 95 95\n565459b7bb0cbbf9 61 99 99 99\n565459b7bb0cbbf9 183 134 134 134\n565459b7bb0cbbf9 183 168 168 168\nd91b11f2b4072ee7 10 18 18 18\nd91b11f2b4072ee7 10 26 26 26\nd91b11f2b4072ee7 60 53 53 53\n6b7ebc98521fbc0d 26 50 50 50\n6b7ebc98521fbc0d 74 51 51 51\n6b7ebc98521fbc0d 74 68 68 68\n8d1abcb6f6626908 146 169 169 169\n8d1abcb6f6626908 222 197 197 197\n8d1abcb6f6626908 222 202 202 202\n802982739759b171 1 25 25 25\n802982739759b171 118 62 62 62\n802982739759b171 118 106 106 106\n6e6a9dd521936441 3 14 14 14\n6e6a9dd521936441 3 27 27 27\n6e6a9dd521936441 52 50 50 50\nf8545ff1c0ebc410 12 36 36 36\nf8545ff1c0ebc410 12 52 52 52\nf8545ff1c0ebc410 147 111 111 111\n36d85599a9cbb6b3 26 39 39 39\n36d85599a9cbb6b3 26 70 70 70\n36d85599a9cbb6b3 158 120 120 120\n3b67613d97aac1df 22 45 45 45\n3b67613d97aac1df 22 65 65 65\n3b67613d97aac1df 156 137 137 137\n061e49ba3a5386c7 205 225 225 225\n061e49ba3a5386c7 275 248 248 248\n061e49ba3a5386c7 275 271 271 271\n91cc6b3e23fa91f4 176 181 181 181\n91cc6b3e23fa91f4 228 209 209 209\n91cc6b3e23fa91f4 228 213 213 213\n0ffd1083a70c6968 5 21 21 21\n0ffd1083a70c6968 5 28 28 28\n0ffd1083a70c6968 68 49 49 49\n1ec6fa3de6fa1bf0 187 198 198 198\n1ec6fa3de6fa1bf0 187 202 202 202\n1ec6fa3de6fa1bf0 187 215 215 215\nade543e5f3a3d851 60 62 62 62\nade543e5f3a3d851 60 68 68 68\nade543e5f3a3d851 120 118 118 118\nd203f88844185e0a 148 159 159 159\nd203f88844185e0a 148 169 169 169\nd203f88844185e0a 217 205 205 205\n229588b93303ca72 0 2 2 2\n229588b93303ca72 0 11 11 11\n229588b93303ca72 45 36 36 36\n3f494c35367522f1 1 1 1 1\n3f494c35367522f1 1 20 20 20\n3f494c35367522f1 46 25 25 25\n3d394fbabe0e733d 25 49 49 49\n3d394fbabe0e733d 81 61 61 61\n3d394fbabe0e733d 81 68 68 68\n978bb523c17f297e 13 22 22 22\n978bb523c17f297e 71 48 48 48\n978bb523c17f297e 71 57 57 57\n732c551c857ea8ef 133 138 138 138\n732c551c857ea8ef 133 153 153 153\n732c551c857ea8ef 179 168 168 168\n9fde7fce5bd825b5 56 60 60 60\n9fde7fce5bd825b5 56 65 65 65\n9fde7fce5bd825b5 56 68 68 68\nf2ac7b11e97bfb6a 46 37 37 37\nf2ac7b11e97bfb6a 46 39 39 39\nf2ac7b11e97bfb6a 46 41 41 41\n9a75ec823948cff7 82 83 83 83\n9a75ec823948cff7 82 120 120 120\n9a75ec823948cff7 213 160 160 160\n275e846ba5d0e9ad 122 138 138 138\n275e846ba5d0e9ad 122 157 157 157\n275e846ba5d0e9ad 202 187 187 187\n92be3e6965f8dfed 119 138 138 138\n92be3e6965f8dfed 233 185 185 185\n92be3e6965f8dfed 233 213 213 213\n17dba5fa8138ed92 19 19 19 19\n17dba5fa8138ed92 19 37 37 37\n17dba5fa8138ed92 65 49 49 49\nced56d983f2a23a7 13 13 13 13\nced56d983f2a23a7 13 22 22 22\nced56d983f2a23a7 13 37 37 37\ncb83984bb39b1b27 1 37 37 37\ncb83984bb39b1b27 86 55 55 55\ncb83984bb39b1b27 86 86 86 86\n3ec03511da601b34 75 64 64 64\n3ec03511da601b34 75 65 65 65\n3ec03511da601b34 75 75 75 75\naae460e8d3def83e 27 33 33 33\naae460e8d3def83e 27 40 40 40\naae460e8d3def83e 112 112 112 112\n4d5040e1774a51b3 106 121 121 121\n4d5040e1774a51b3 151 135 135 135\n4d5040e1774a51b3 151 141 141 141\nb8b00fb90a1b884a 90 107 107 107\nb8b00fb90a1b884a 143 117 117 117\nb8b00fb90a1b884a 143 134 134 134\na63d574bc955291c 55 36 36 36\na63d574bc955291c 55 38 38 38\na63d574bc955291c 55 49 49 49\ne98834bb89ac4d5c 0 12 12 12\ne98834bb89ac4d5c 0 19 19 19\ne98834bb89ac4d5c 0 21 21 21\n9008841c0e75a9ad 99 114 114 114\n9008841c0e75a9ad 146 125 125 125\n9008841c0e75a9ad 146 126 126 126\nee19ba8ce1f94724 6 31 31 31\nee19ba8ce1f94724 6 36 36 36\nee19ba8ce1f94724 66 63 63 63\nab16cd8dac9091cd 113 114 114 114\nab16cd8dac9091cd 113 135 135 135\nab16cd8dac9091cd 191 178 178 178\nb77410d82945972b 79 80 80 80\nb77410d82945972b 79 83 83 83\nb77410d82945972b 79 96 96 96\nc06527e6f177884d 17 34 34 34\nc06527e6f177884d 65 50 50 50\nc06527e6f177884d 65 58 58 58\n4500d9faefff3a41 88 88 88 88\n4500d9faefff3a41 134 124 124 124\n4500d9faefff3a41 134 126 126 126\n18a86c01aaaaaa8b 18 35 35 35\n18a86c01aaaaaa8b 18 36 36 36\n18a86c01aaaaaa8b 76 54 54 54\nf43b62c5050d6789 11 18 18 18\nf43b62c5050d6789 11 26 26 26\nf43b62c5050d6789 66 53 53 53\n81fa5b7b1cdb0dc2 6 32 32 32\n81fa5b7b1cdb0dc2 59 34 34 34\n81fa5b7b1cdb0dc2 59 51 51 51\n58544916e75902c7 36 99 99 99\n58544916e75902c7 165 142 142 142\n58544916e75902c7 165 152 152 152\nab55215118ee9fe9 32 34 34 34\nab55215118ee9fe9 85 66 66 66\nab55215118ee9fe9 85 83 83 83\n4f7ed30b3198dc3e 36 53 53 53\n4f7ed30b3198dc3e 107 83 83 83\n4f7ed30b3198dc3e 107 106 106 106\ne27a6760413c7c26 143 113 113 113\ne27a6760413c7c26 143 122 122 122\ne27a6760413c7c26 143 127 127 127\n3018aa8ad3eb5dca 25 56 56 56\n3018aa8ad3eb5dca 94 79 79 79\n3018aa8ad3eb5dca 94 84 84 84\nf6057c281758b5f6 33 62 62 62\nf6057c281758b5f6 33 63 63 63\nf6057c281758b5f6 139 103 103 103\ne76f1912e6e1d50f 13 22 22 22\ne76f1912e6e1d50f 61 55 55 55\ne76f1912e6e1d50f 61 61 61 61\nc1a28d4a283118d3 27 56 56 56\nc1a28d4a283118d3 155 97 97 97\nc1a28d4a283118d3 155 120 120 120\n0d1aa0f47c9d2f6d 37 42 42 42\n0d1aa0f47c9d2f6d 83 62 62 62\n0d1aa0f47c9d2f6d 83 68 68 68\nb20b19ab825de9cf 43 43 43 43\nb20b19ab825de9cf 89 86 86 86\nb20b19ab825de9cf 89 89 89 89\nc068e47dec13b048 23 30 30 30\nc068e47dec13b048 23 39 39 39\nc068e47dec13b048 103 69 69 69\n5f07930831835449 22 29 29 29\n5f07930831835449 22 31 31 31\n5f07930831835449 71 63 63 63\n835e9c8d7a50c123 28 41 41 41\n835e9c8d7a50c123 116 97 97 97\n835e9c8d7a50c123 116 106 106 106\n05ce34e3cd48c449 22 25 25 25\n05ce34e3cd48c449 22 26 26 26\n05ce34e3cd48c449 71 64 64 64\n80cbce0fa4420583 0 23 23 23\n80cbce0fa4420583 0 25 25 25\n80cbce0fa4420583 66 44 44 44\n171fdcc554d303d8 43 58 58 58\n171fdcc554d303d8 43 65 65 65\n171fdcc554d303d8 43 72 72 72\ne5f04350eaca0631 43 78 78 78\ne5f04350eaca0631 169 161 161 161\ne5f04350eaca0631 169 162 162 162\na8cc9d1e56928758 88 108 108 108\na8cc9d1e56928758 88 117 117 117\na8cc9d1e56928758 168 129 129 129\n4175cb4c71c984ec 2 5 5 5\n4175cb4c71c984ec 47 27 27 27\n4175cb4c71c984ec 47 42 42 42\n17535adda2aa3b90 51 35 35 35\n17535adda2aa3b90 51 37 37 37\n17535adda2aa3b90 51 49 49 49\n58a650240fdc5cc6 79 89 89 89\n58a650240fdc5cc6 125 107 107 107\n58a650240fdc5cc6 125 121 121 121\nfd48a65a5e252855 172 181 181 181\nfd48a65a5e252855 172 198 198 198\nfd48a65a5e252855 242 239 239 239\n91eac7cf6f555982 22 27 27 27\n91eac7cf6f555982 22 28 28 28\n91eac7cf6f555982 70 52 52 52\n453c980210335f26 18 27 27 27\n453c980210335f26 86 73 73 73\n453c980210335f26 86 85 85 85\ne1111d14e42434d3 49 33 33 33\ne1111d14e42434d3 49 39 39 39\ne1111d14e42434d3 49 49 49 49\n74d62d6e00c7e38b 16 39 39 39\n74d62d6e00c7e38b 74 66 66 66\n74d62d6e00c7e38b 74 71 71 71\n413062cf685711e7 5 18 18 18\n413062cf685711e7 5 22 22 22\n413062cf685711e7 69 53 53 53\n81bab615370c51a5 186 218 218 218\n81bab615370c51a5 254 221 221 221\n81bab615370c51a5 254 222 222 222\n7dfc75949f2b9476 45 31 31 31\n7dfc75949f2b9476 45 32 32 32\n7dfc75949f2b9476 45 42 42 42\n0068e97c1c1f61aa 118 155 155 155\n0068e97c1c1f61aa 209 175 175 175\n0068e97c1c1f61aa 209 199 199 199\n0c24590c68af865f 0 6 6 6\n0c24590c68af865f 0 14 14 14\n0c24590c68af865f 45 41 41 41\n9978a9d37b39f9c4 10 28 28 28\n9978a9d37b39f9c4 67 52 52 52\n9978a9d37b39f9c4 67 64 64 64\n41c2ed4944dec77f 18 27 27 27\n41c2ed4944dec77f 18 45 45 45\n41c2ed4944dec77f 78 77 77 77\n9030ea311a07b473 36 43 43 43\n9030ea311a07b473 36 55 55 55\n9030ea311a07b473 81 71 71 71\n1b09ad5460c05077 2 20 20 20\n1b09ad5460c05077 47 36 36 36\n1b09ad5460c05077 47 44 44 44\n1e01b910ceba4573 27 28 28 28\n1e01b910ceba4573 27 30 30 30\n1e01b910ceba4573 74 55 55 55\nff4ef99f3346d4fa 24 47 47 47\nff4ef99f3346d4fa 75 57 57 57\nff4ef99f3346d4fa 75 67 67 67\nb37fcee918b0c1ec 41 43 43 43\nb37fcee918b0c1ec 109 94 94 94\nb37fcee918b0c1ec 109 101 101 101\n104c9a27980f9bb7 74 75 75 75\n104c9a27980f9bb7 74 85 85 85\n104c9a27980f9bb7 74 94 94 94\n88b85ce384c14da4 51 57 57 57\n88b85ce384c14da4 51 64 64 64\n88b85ce384c14da4 116 90 90 90\nd3dfe08fc77cd6d8 227 191 191 191\nd3dfe08fc77cd6d8 227 202 202 202\nd3dfe08fc77cd6d8 227 207 207 207\nf795469d3856697e 122 144 144 144\nf795469d3856697e 170 147 147 147\nf795469d3856697e 170 169 169 169\n5fa74a0d9f1d8244 61 79 79 79\n5fa74a0d9f1d8244 176 141 141 141\n5fa74a0d9f1d8244 176 164 164 164\n9414231317ded453 139 159 159 159\n9414231317ded453 236 193 193 193\n9414231317ded453 236 226 226 226\nbe47e1693fc86994 2 16 16 16\nbe47e1693fc86994 49 30 30 30\nbe47e1693fc86994 49 38 38 38\n37ce88a12d77382b 127 89 89 89\n37ce88a12d77382b 127 98 98 98\n37ce88a12d77382b 127 124 124 124\n57867fd143d400c5 51 53 53 53\n57867fd143d400c5 51 82 82 82\n57867fd143d400c5 121 103 103 103\na9a3cf44b0b34ade 10 12 12 12\na9a3cf44b0b34ade 10 32 32 32\na9a3cf44b0b34ade 62 60 60 60\nfaaba1f48348f5c6 26 35 35 35\nfaaba1f48348f5c6 26 47 47 47\nfaaba1f48348f5c6 71 67 67 67\n483c2b4c67e32c19 73 48 48 48\n483c2b4c67e32c19 73 50 50 50\n483c2b4c67e32c19 73 66 66 66\n35975b7e46adbfd5 0 0 0 0\n35975b7e46adbfd5 48 36 36 36\n35975b7e46adbfd5 48 39 39 39\nbb7da10585c3a2de 13 32 32 32\nbb7da10585c3a2de 87 51 51 51\nbb7da10585c3a2de 87 64 64 64\ne0192d10b8b762ee 139 93 93 93\ne0192d10b8b762ee 139 119 119 119\ne0192d10b8b762ee 139 134 134 134\nc9db4deab2f830fe 5 11 11 11\nc9db4deab2f830fe 5 19 19 19\nc9db4deab2f830fe 57 45 45 45\n7040582935845c8e 44 46 46 46\n7040582935845c8e 44 49 49 49\n7040582935845c8e 44 58 58 58\n275f41f9adf32526 1 45 45 45\n275f41f9adf32526 116 69 69 69\n275f41f9adf32526 116 91 91 91\ne9f26893411838ee 93 109 109 109\ne9f26893411838ee 93 115 115 115\ne9f26893411838ee 93 118 118 118\n53289d8207d0d518 74 84 84 84\n53289d8207d0d518 143 121 121 121\n53289d8207d0d518 143 127 127 127\n9b3d6bbe5ee18684 12 32 32 32\n9b3d6bbe5ee18684 57 47 47 47\n9b3d6bbe5ee18684 57 49 49 49\n5aa05dea4b73c6b1 59 60 60 60\n5aa05dea4b73c6b1 119 102 102 102\n5aa05dea4b73c6b1 119 113 113 113\n31b8eb8bbebed9b8 0 13 13 13\n31b8eb8bbebed9b8 0 17 17 17\n31b8eb8bbebed9b8 0 19 19 19\n52e82f8f5bdbce1c 0 9 9 9\n52e82f8f5bdbce1c 45 23 23 23\n52e82f8f5bdbce1c 45 42 42 42\nd4f7d672c5f718ac 66 67 67 67\nd4f7d672c5f718ac 66 84 84 84\nd4f7d672c5f718ac 123 123 123 123\nb1e88ba67f69298d 56 75 75 75\nb1e88ba67f69298d 105 92 92 92\nb1e88ba67f69298d 105 101 101 101\nda765ed07a6cc4db 3 5 5 5\nda765ed07a6cc4db 114 68 68 68\nda765ed07a6cc4db 114 81 81 81\n74bc45c8a1f8300f 102 134 134 134\n74bc45c8a1f8300f 176 148 148 148\n74bc45c8a1f8300f 176 151 151 151\n41649e3e8f9a4be0 48 58 58 58\n41649e3e8f9a4be0 48 64 64 64\n41649e3e8f9a4be0 95 92 92 92\n3d986ec2fd6d210d 15 34 34 34\n3d986ec2fd6d210d 94 70 70 70\n3d986ec2fd6d210d 94 81 81 81\n1ef9f5dfa615fafe 32 50 50 50\n1ef9f5dfa615fafe 32 63 63 63\n1ef9f5dfa615fafe 98 98 98 98\n71cc19cf54729a22 198 202 202 202\n71cc19cf54729a22 260 233 233 233\n71cc19cf54729a22 260 256 256 256\n07ba5489b56b7d62 0 14 14 14\n07ba5489b56b7d62 0 26 26 26\n07ba5489b56b7d62 0 30 30 30\nf1c659ac9ea21f4f 185 167 167 167\nf1c659ac9ea21f4f 185 170 170 170\nf1c659ac9ea21f4f 185 181 181 181\n1c7b9f93752085f4 124 131 131 131\n1c7b9f93752085f4 178 158 158 158\n1c7b9f93752085f4 178 168 168 168\n0ebb04534d7f2ba7 22 50 50 50\n0ebb04534d7f2ba7 87 63 63 63\n0ebb04534d7f2ba7 87 78 78 78\nc69e2cde0ecc2e9b 2 3 3 3\nc69e2cde0ecc2e9b 50 34 34 34\nc69e2cde0ecc2e9b 50 50 50 50\n501e33ece7f036a5 16 30 30 30\n501e33ece7f036a5 16 36 36 36\n501e33ece7f036a5 78 76 76 76\n6cc046015c88bef4 52 27 27 27\n6cc046015c88bef4 52 38 38 38\n6cc046015c88bef4 52 42 42 42\nae38058a530efbc3 119 125 125 125\nae38058a530efbc3 213 174 174 174\nae38058a530efbc3 213 180 180 180\nf12d445b4525f8a7 131 151 151 151\nf12d445b4525f8a7 176 162 162 162\nf12d445b4525f8a7 176 166 166 166\n4308efab35deb3ec 143 191 191 191\n4308efab35deb3ec 245 209 209 209\n4308efab35deb3ec 245 212 212 212\ndb10fafa3193be4d 0 3 3 3\ndb10fafa3193be4d 0 15 15 15\ndb10fafa3193be4d 53 36 36 36\n4ea5b921a6b71ed4 34 56 56 56\n4ea5b921a6b71ed4 34 57 57 57\n4ea5b921a6b71ed4 82 72 72 72\n2e04dfa4a1671292 161 164 164 164\n2e04dfa4a1671292 161 167 167 167\n2e04dfa4a1671292 258 250 250 250\n7f5313720774fad9 24 24 24 24\n7f5313720774fad9 24 27 27 27\n7f5313720774fad9 24 31 31 31\n1cca8650a292e7b0 84 93 93 93\n1cca8650a292e7b0 84 112 112 112\n1cca8650a292e7b0 84 122 122 122\nbac7820ec2cd15a8 69 79 79 79\nbac7820ec2cd15a8 69 81 81 81\nbac7820ec2cd15a8 69 83 83 83\nd3fa6a145c5baf7f 8 35 35 35\nd3fa6a145c5baf7f 65 49 49 49\nd3fa6a145c5baf7f 65 53 53 53\na1f84040ae652c9a 83 65 65 65\na1f84040ae652c9a 83 77 77 77\na1f84040ae652c9a 83 83 83 83\n5e290d84c6d3e14d 78 115 115 115\n5e290d84c6d3e14d 78 129 129 129\n5e290d84c6d3e14d 202 148 148 148\n867e133ab7e43326 17 24 24 24\n867e133ab7e43326 17 41 41 41\n867e133ab7e43326 107 64 64 64\n833b9a2e7a753ea3 64 48 48 48\n833b9a2e7a753ea3 64 54 54 54\n833b9a2e7a753ea3 64 60 60 60\n0a6c499522efa0d5 1 1 1 1\n0a6c499522efa0d5 1 2 2 2\n0a6c499522efa0d5 1 16 16 16\n7a2ad72c32c415bd 42 55 55 55\n7a2ad72c32c415bd 96 80 80 80\n7a2ad72c32c415bd 96 95 95 95\ne7035ac9477fe6ae 89 113 113 113\ne7035ac9477fe6ae 89 119 119 119\ne7035ac9477fe6ae 166 151 151 151\n9d4b67044c6bbcec 225 202 202 202\n9d4b67044c6bbcec 225 203 203 203\n9d4b67044c6bbcec 225 211 211 211\n87bbd6654c6890b5 13 26 26 26\n87bbd6654c6890b5 13 31 31 31\n87bbd6654c6890b5 58 56 56 56\n70919fa802cc8193 41 47 47 47\n70919fa802cc8193 41 57 57 57\n70919fa802cc8193 41 59 59 59\nfb229226554e4b08 49 49 49 49\nfb229226554e4b08 49 58 58 58\nfb229226554e4b08 102 76 76 76\n32a233e3093f09ef 0 20 20 20\n32a233e3093f09ef 0 22 22 22\n32a233e3093f09ef 45 35 35 35\nc8263ab902bfbf3b 43 84 84 84\nc8263ab902bfbf3b 129 100 100 100\nc8263ab902bfbf3b 129 101 101 101\na819768d9b5939dc 3 6 6 6\na819768d9b5939dc 3 26 26 26\na819768d9b5939dc 53 30 30 30\n80dae4fe913341ee 85 96 96 96\n80dae4fe913341ee 138 121 121 121\n80dae4fe913341ee 138 137 137 137\n50bd4155b3b8ff6a 54 37 37 37\n50bd4155b3b8ff6a 54 48 48 48\n50bd4155b3b8ff6a 54 49 49 49\n33f1be3a9ccf4e4b 26 34 34 34\n33f1be3a9ccf4e4b 26 37 37 37\n33f1be3a9ccf4e4b 26 40 40 40\n15ffcb1f98d41218 171 186 186 186\n15ffcb1f98d41218 171 196 196 196\n15ffcb1f98d41218 257 221 221 221\nf4b6ecb7168d0937 0 7 7 7\nf4b6ecb7168d0937 47 34 34 34\nf4b6ecb7168d0937 47 42 42 42\n37c99410741fbca5 40 51 51 51\n37c99410741fbca5 40 60 60 60\n37c99410741fbca5 114 104 104 104\nfda4bd73c84669ec 1 44 44 44\nfda4bd73c84669ec 103 72 72 72\nfda4bd73c84669ec 103 74 74 74\n9498708892b23032 26 31 31 31\n9498708892b23032 99 89 89 89\n9498708892b23032 99 99 99 99\nd6fd8920527d6c6a 8 23 23 23\nd6fd8920527d6c6a 8 29 29 29\nd6fd8920527d6c6a 62 41 41 41\n74a98b7f18b2c7d1 156 127 127 127\n74a98b7f18b2c7d1 156 132 132 132\n74a98b7f18b2c7d1 156 153 153 153\n16ef89980e2ceef7 61 39 39 39\n16ef89980e2ceef7 61 42 42 42\n16ef89980e2ceef7 61 61 61 61\n0f68374b76390082 10 24 24 24\n0f68374b76390082 10 34 34 34\n0f68374b76390082 80 65 65 65\n7a00ed342b630d31 36 40 40 40\n7a00ed342b630d31 142 101 101 101\n7a00ed342b630d31 142 129 129 129\ncb9044cf6e997e6c 11 30 30 30\ncb9044cf6e997e6c 73 49 49 49\ncb9044cf6e997e6c 73 58 58 58\nffd80f73ab22500b 17 55 55 55\nffd80f73ab22500b 97 72 72 72\nffd80f73ab22500b 97 89 89 89\n0aa49c0b75e51ba4 6 15 15 15\n0aa49c0b75e51ba4 6 30 30 30\n0aa49c0b75e51ba4 77 72 72 72\n9caa7fd2ba891aae 26 31 31 31\n9caa7fd2ba891aae 78 56 56 56\n9caa7fd2ba891aae 78 64 64 64\nf211d7e75a32cb08 29 32 32 32\nf211d7e75a32cb08 29 47 47 47\nf211d7e75a32cb08 88 77 77 77\nf2e2395d40c7edfb 175 190 190 190\nf2e2395d40c7edfb 175 191 191 191\nf2e2395d40c7edfb 222 219 219 219\nf43c67fe4e7e28cf 48 50 50 50\nf43c67fe4e7e28cf 48 61 61 61\nf43c67fe4e7e28cf 139 116 116 116\nfe2fadf89a84e92a 30 45 45 45\nfe2fadf89a84e92a 106 97 97 97\nfe2fadf89a84e92a 106 106 106 106\n232aee1c62a1cd8b 111 151 151 151\n232aee1c62a1cd8b 222 208 208 208\n232aee1c62a1cd8b 222 212 212 212\na6a651f2af4c4d3e 62 90 90 90\na6a651f2af4c4d3e 62 96 96 96\na6a651f2af4c4d3e 137 122 122 122\n6160a385de039b64 37 47 47 47\n6160a385de039b64 37 57 57 57\n6160a385de039b64 95 76 76 76\n9bdd34e784c04e3a 2 20 20 20\n9bdd34e784c04e3a 2 28 28 28\n9bdd34e784c04e3a 63 34 34 34\n3232f7457b27dbbc 16 24 24 24\n3232f7457b27dbbc 16 35 35 35\n3232f7457b27dbbc 85 60 60 60\na193043d52853200 47 26 26 26\na193043d52853200 47 32 32 32\na193043d52853200 47 39 39 39\n369f3639d9605255 101 83 83 83\n369f3639d9605255 101 88 88 88\n369f3639d9605255 101 98 98 98\nfcb67784bdec61ad 18 20 20 20\nfcb67784bdec61ad 18 24 24 24\nfcb67784bdec61ad 18 43 43 43\n38b7a1d23745fbf3 23 31 31 31\n38b7a1d23745fbf3 23 49 49 49\n38b7a1d23745fbf3 78 73 73 73\nd2fbe2b3f033ab7d 55 31 31 31\nd2fbe2b3f033ab7d 55 35 35 35\nd2fbe2b3f033ab7d 55 55 55 55\nf01e8b6f8e10fdd9 157 173 173 173\nf01e8b6f8e10fdd9 157 191 191 191\nf01e8b6f8e10fdd9 248 222 222 222\n915bfdecd9d837ba 14 18 18 18\n915bfdecd9d837ba 60 43 43 43\n915bfdecd9d837ba 60 59 59 59\nb0850aa7dd3ce1d9 20 40 40 40\nb0850aa7dd3ce1d9 79 50 50 50\nb0850aa7dd3ce1d9 79 61 61 61\n0196dedebec3dad2 2 19 19 19\n0196dedebec3dad2 2 21 21 21\n0196dedebec3dad2 55 48 48 48\n3069cc190d78e55e 3 18 18 18\n3069cc190d78e55e 3 21 21 21\n3069cc190d78e55e 60 39 39 39\n51326184637b91ac 15 27 27 27\n51326184637b91ac 15 30 30 30\n51326184637b91ac 15 39 39 39\n7869d609f86fe0da 171 186 186 186\n7869d609f86fe0da 230 215 215 215\n7869d609f86fe0da 230 223 223 223\nacb1e5716127c525 7 22 22 22\nacb1e5716127c525 7 26 26 26\nacb1e5716127c525 54 51 51 51\n8a88ac3a9b00011b 3 5 5 5\n8a88ac3a9b00011b 3 13 13 13\n8a88ac3a9b00011b 57 39 39 39\n1526707312c94a92 2 26 26 26\n1526707312c94a92 2 27 27 27\n1526707312c94a92 57 55 55 55\nbef69fb74e7c168c 20 40 40 40\nbef69fb74e7c168c 20 60 60 60\nbef69fb74e7c168c 140 139 139 139\n3eef492bf5120757 86 61 61 61\n3eef492bf5120757 86 68 68 68\n3eef492bf5120757 86 73 73 73\nc5433ac6c268ae6a 22 41 41 41\nc5433ac6c268ae6a 67 49 49 49\nc5433ac6c268ae6a 67 62 62 62\n1e1742072c0b2d6b 97 115 115 115\n1e1742072c0b2d6b 97 121 121 121\n1e1742072c0b2d6b 180 169 169 169\nafff4ef72274935e 7 18 18 18\nafff4ef72274935e 7 40 40 40\nafff4ef72274935e 76 54 54 54\n1abdc998daa86bd3 36 40 40 40\n1abdc998daa86bd3 36 48 48 48\n1abdc998daa86bd3 36 59 59 59\n6f9cb54175e7d9c2 11 36 36 36\n6f9cb54175e7d9c2 11 39 39 39\n6f9cb54175e7d9c2 68 58 58 58\ne7e03e7849521767 81 85 85 85\ne7e03e7849521767 130 106 106 106\ne7e03e7849521767 130 126 126 126\n987f95d434cbf1b0 53 33 33 33\n987f95d434cbf1b0 53 37 37 37\n987f95d434cbf1b0 53 43 43 43\nd39e350d8b42423d 13 49 49 49\nd39e350d8b42423d 13 75 75 75\nd39e350d8b42423d 139 116 116 116\nda80d87326bf63b7 22 53 53 53\nda80d87326bf63b7 109 90 90 90\nda80d87326bf63b7 109 99 99 99\n77a06048b920f472 145 169 169 169\n77a06048b920f472 145 182 182 182\n77a06048b920f472 258 203 203 203\n7a4a4e7e93d19085 118 84 84 84\n7a4a4e7e93d19085 118 117 117 117\n7a4a4e7e93d19085 118 118 118 118\nd630eda2a0ded3d4 37 54 54 54\nd630eda2a0ded3d4 37 62 62 62\nd630eda2a0ded3d4 100 84 84 84\n16b667d681f8cf25 38 55 55 55\n16b667d681f8cf25 93 72 72 72\n16b667d681f8cf25 93 78 78 78\n6c42cbc9f95af41f 33 40 40 40\n6c42cbc9f95af41f 33 45 45 45\n6c42cbc9f95af41f 33 49 49 49\n57b003b4132e5455 3 9 9 9\n57b003b4132e5455 52 32 32 32\n57b003b4132e5455 52 50 50 50\n7b98c08a1cb42da7 167 200 200 200\n7b98c08a1cb42da7 167 206 206 206\n7b98c08a1cb42da7 258 233 233 233\n651a48ed9a101887 10 10 10 10\n651a48ed9a101887 70 62 62 62\n651a48ed9a101887 70 64 64 64\n4e2bc055d4b7cd78 62 37 37 37\n4e2bc055d4b7cd78 62 58 58 58\n4e2bc055d4b7cd78 62 61 61 61\n202a627de66ad397 5 41 41 41\n202a627de66ad397 92 87 87 87\n202a627de66ad397 92 90 90 90\n2d3f982ada31489c 64 73 73 73\n2d3f982ada31489c 129 109 109 109\n2d3f982ada31489c 129 117 117 117\n4fcab7264432f232 157 186 186 186\n4fcab7264432f232 157 188 188 188\n4fcab7264432f232 220 209 209 209\n2ac712ac8d2fd488 9 24 24 24\n2ac712ac8d2fd488 96 67 67 67\n2ac712ac8d2fd488 96 92 92 92\n3172feb32990cf09 44 54 54 54\n3172feb32990cf09 44 63 63 63\n3172feb32990cf09 89 76 76 76\n81f016e6f7ed33c4 51 82 82 82\n81f016e6f7ed33c4 51 83 83 83\n81f016e6f7ed33c4 117 95 95 95\n5dbcf4d6aad6d0c5 38 50 50 50\n5dbcf4d6aad6d0c5 38 55 55 55\n5dbcf4d6aad6d0c5 108 92 92 92\n81b0fd734d794027 43 47 47 47\n81b0fd734d794027 98 73 73 73\n81b0fd734d794027 98 80 80 80\nd6c0c96bd42219cf 1 52 52 52\nd6c0c96bd42219cf 127 101 101 101\nd6c0c96bd42219cf 127 109 109 109\n65a9c0856de40a68 9 34 34 34\n65a9c0856de40a68 74 49 49 49\n65a9c0856de40a68 74 50 50 50\n14cf1f92ca13d605 4 4 4 4\n14cf1f92ca13d605 4 14 14 14\n14cf1f92ca13d605 54 37 37 37\n240e89ef33ff15b6 81 59 59 59\n240e89ef33ff15b6 81 72 72 72\n240e89ef33ff15b6 81 81 81 81\n7f803d74ebfc923c 1 2 2 2\n7f803d74ebfc923c 48 36 36 36\n7f803d74ebfc923c 48 39 39 39\n92ede81b0853975e 78 91 91 91\n92ede81b0853975e 78 101 101 101\n92ede81b0853975e 171 159 159 159\nd29aaf20f3457667 99 134 134 134\nd29aaf20f3457667 99 141 141 141\nd29aaf20f3457667 188 149 149 149\n8e6f844d3d30a028 55 34 34 34\n8e6f844d3d30a028 55 48 48 48\n8e6f844d3d30a028 55 50 50 50\n833dd1523758658c 13 17 17 17\n833dd1523758658c 66 47 47 47\n833dd1523758658c 66 59 59 59\n57832d06136a3097 5 5 5 5\n57832d06136a3097 5 9 9 9\n57832d06136a3097 56 47 47 47\n7b617c13522b1743 0 7 7 7\n7b617c13522b1743 0 24 24 24\n7b617c13522b1743 103 56 56 56\n6f59d8b1489f058a 3 7 7 7\n6f59d8b1489f058a 51 32 32 32\n6f59d8b1489f058a 51 41 41 41\nb12a236e24673d15 11 51 51 51\nb12a236e24673d15 11 58 58 58\nb12a236e24673d15 121 114 114 114\n7c3707e2d3425b9c 83 107 107 107\n7c3707e2d3425b9c 146 119 119 119\n7c3707e2d3425b9c 146 145 145 145\nc6c613fa71e84ca6 1 25 25 25\nc6c613fa71e84ca6 1 28 28 28\nc6c613fa71e84ca6 92 51 51 51\n82a317cb88729fe1 9 24 24 24\n82a317cb88729fe1 9 27 27 27\n82a317cb88729fe1 67 41 41 41\n8c0df26b7700d71b 87 56 56 56\n8c0df26b7700d71b 87 73 73 73\n8c0df26b7700d71b 87 81 81 81\n569c9ad90a4b215b 94 68 68 68\n569c9ad90a4b215b 94 70 70 70\n569c9ad90a4b215b 94 80 80 80\nfb6656f3b1df8f10 1 2 2 2\nfb6656f3b1df8f10 1 33 33 33\nfb6656f3b1df8f10 82 48 48 48\n3bae42d603be2266 208 186 186 186\n3bae42d603be2266 208 201 201 201\n3bae42d603be2266 208 208 208 208\n9fecc7a076b64137 68 47 47 47\n9fecc7a076b64137 68 54 54 54\n9fecc7a076b64137 68 62 62 62\n0da6a36b24eaf5db 0 5 5 5\n0da6a36b24eaf5db 46 25 25 25\n0da6a36b24eaf5db 46 37 37 37\nbf202165b6449f3e 2 3 3 3\nbf202165b6449f3e 2 13 13 13\nbf202165b6449f3e 54 37 37 37\n05ac37966de4e7fb 86 108 108 108\n05ac37966de4e7fb 140 117 117 117\n05ac37966de4e7fb 140 120 120 120\n767d7ed1a5c84d72 6 18 18 18\n767d7ed1a5c84d72 6 31 31 31\n767d7ed1a5c84d72 103 70 70 70\ned7a4d97bab47c6d 124 147 147 147\ned7a4d97bab47c6d 124 159 159 159\ned7a4d97bab47c6d 217 180 180 180\ne903041637c03d09 4 15 15 15\ne903041637c03d09 4 22 22 22\ne903041637c03d09 4 27 27 27\n8ba67e66fe6cf9d8 104 108 108 108\n8ba67e66fe6cf9d8 104 126 126 126\n8ba67e66fe6cf9d8 221 183 183 183\naa9df415be64168f 61 41 41 41\naa9df415be64168f 61 45 45 45\naa9df415be64168f 61 47 47 47\n8362f9a9b72d44e0 164 132 132 132\n8362f9a9b72d44e0 164 142 142 142\n8362f9a9b72d44e0 164 145 145 145\n9eb191301d4723f3 128 133 133 133\n9eb191301d4723f3 128 146 146 146\n9eb191301d4723f3 180 180 180 180\n7fd9e420270e8ea1 33 39 39 39\n7fd9e420270e8ea1 33 60 60 60\n7fd9e420270e8ea1 88 70 70 70\n2cf1a544b179b1a7 49 27 27 27\n2cf1a544b179b1a7 49 35 35 35\n2cf1a544b179b1a7 49 45 45 45\nd408756bb48232eb 148 153 153 153\nd408756bb48232eb 148 165 165 165\nd408756bb48232eb 148 181 181 181\n1f73124222492f1c 1 6 6 6\n1f73124222492f1c 46 25 25 25\n1f73124222492f1c 46 44 44 44\n3052da93ceeda447 18 40 40 40\n3052da93ceeda447 139 102 102 102\n3052da93ceeda447 139 111 111 111\n5b8b4c355672dbb3 3 45 45 45\n5b8b4c355672dbb3 115 85 85 85\n5b8b4c355672dbb3 115 87 87 87\nf96049f4355544bd 104 158 158 158\nf96049f4355544bd 220 191 191 191\nf96049f4355544bd 220 215 215 215\n0d22ced53b1db7d3 171 188 188 188\n0d22ced53b1db7d3 171 193 193 193\n0d22ced53b1db7d3 228 220 220 220\n8e27b7d76b8a6a0a 63 77 77 77\n8e27b7d76b8a6a0a 132 115 115 115\n8e27b7d76b8a6a0a 132 124 124 124\nb696f35a69394f21 50 76 76 76\nb696f35a69394f21 50 104 104 104\nb696f35a69394f21 164 157 157 157\ncd8a394c76de9608 8 20 20 20\ncd8a394c76de9608 8 21 21 21\ncd8a394c76de9608 8 31 31 31\ne164b1175ea1079a 149 160 160 160\ne164b1175ea1079a 149 183 183 183\ne164b1175ea1079a 253 227 227 227\n97878bf33e69c062 212 224 224 224\n97878bf33e69c062 274 257 257 257\n97878bf33e69c062 274 263 263 263\n02c485bd207116d4 66 77 77 77\n02c485bd207116d4 128 113 113 113\n02c485bd207116d4 128 119 119 119\n0485a8528fa72698 175 178 178 178\n0485a8528fa72698 175 196 196 196\n0485a8528fa72698 224 215 215 215\n0fd536fc3c8fdf19 29 43 43 43\n0fd536fc3c8fdf19 101 73 73 73\n0fd536fc3c8fdf19 101 92 92 92\n7aa4059bdb95c7f2 4 4 4 4\n7aa4059bdb95c7f2 56 35 35 35\n7aa4059bdb95c7f2 56 40 40 40\n495f50f0997e986e 4 15 15 15\n495f50f0997e986e 4 21 21 21\n495f50f0997e986e 51 46 46 46\n42d8b53a15001cd5 21 24 24 24\n42d8b53a15001cd5 21 34 34 34\n42d8b53a15001cd5 77 68 68 68\ncf5797671ad6a428 212 189 189 189\ncf5797671ad6a428 212 196 196 196\ncf5797671ad6a428 212 201 201 201\neb82d3f50a450282 59 43 43 43\neb82d3f50a450282 59 52 52 52\neb82d3f50a450282 59 57 57 57\ne928bced0f8214d1 6 8 8 8\ne928bced0f8214d1 6 15 15 15\ne928bced0f8214d1 51 48 48 48\n2fe5274c4baf665f 16 40 40 40\n2fe5274c4baf665f 64 57 57 57\n2fe5274c4baf665f 64 61 61 61\n05a6149f1fcee38d 76 113 113 113\n05a6149f1fcee38d 206 146 146 146\n05a6149f1fcee38d 206 150 150 150\n68cc5bd6adadbefd 20 41 41 41\n68cc5bd6adadbefd 68 51 51 51\n68cc5bd6adadbefd 68 63 63 63\neb626dd19cb7459c 46 61 61 61\neb626dd19cb7459c 46 70 70 70\neb626dd19cb7459c 175 149 149 149\n0fb6678e63316201 185 187 187 187\n0fb6678e63316201 185 198 198 198\n0fb6678e63316201 185 199 199 199\n79bf72c63958d26a 25 41 41 41\n79bf72c63958d26a 94 64 64 64\n79bf72c63958d26a 94 85 85 85\n7f99a35004f27329 2 18 18 18\n7f99a35004f27329 2 21 21 21\n7f99a35004f27329 2 25 25 25\n0d5a4dcdf8ec9d36 7 7 7 7\n0d5a4dcdf8ec9d36 7 35 35 35\n0d5a4dcdf8ec9d36 7 37 37 37\n200ad247448c5577 8 19 19 19\n200ad247448c5577 54 50 50 50\n200ad247448c5577 54 52 52 52\n482c3e92080f18c5 1 27 27 27\n482c3e92080f18c5 1 52 52 52\n482c3e92080f18c5 112 74 74 74\n1b65111d34f57bb0 23 37 37 37\n1b65111d34f57bb0 23 41 41 41\n1b65111d34f57bb0 83 75 75 75\nd91c20bd6f99aca4 5 24 24 24\nd91c20bd6f99aca4 5 37 37 37\nd91c20bd6f99aca4 5 40 40 40\n7f2af97be62cf464 1 1 1 1\n7f2af97be62cf464 1 2 2 2\n7f2af97be62cf464 1 23 23 23\n86a79c11a7eba435 59 98 98 98\n86a79c11a7eba435 59 120 120 120\n86a79c11a7eba435 183 170 170 170\n48f9cd996f80c34d 3 17 17 17\n48f9cd996f80c34d 61 37 37 37\n48f9cd996f80c34d 61 58 58 58\n39074bca3524418b 106 125 125 125\n39074bca3524418b 158 137 137 137\n39074bca3524418b 158 150 150 150\nb6279c4e184cd336 32 32 32 32\nb6279c4e184cd336 32 50 50 50\nb6279c4e184cd336 32 51 51 51\n47a76ca10546fe8f 5 25 25 25\n47a76ca10546fe8f 55 45 45 45\n47a76ca10546fe8f 55 48 48 48\n7e2b6bda04b2dadf 61 75 75 75\n7e2b6bda04b2dadf 61 79 79 79\n7e2b6bda04b2dadf 114 105 105 105\n98a480571d3a1e34 197 205 205 205\n98a480571d3a1e34 197 215 215 215\n98a480571d3a1e34 244 233 233 233\nc313bb0bc2ef48b8 10 39 39 39\nc313bb0bc2ef48b8 10 43 43 43\nc313bb0bc2ef48b8 89 57 57 57\n15d8b7e256ffd066 6 6 6 6\n15d8b7e256ffd066 6 16 16 16\n15d8b7e256ffd066 6 30 30 30\na3d90d636ad7d7bc 44 49 49 49\na3d90d636ad7d7bc 89 71 71 71\na3d90d636ad7d7bc 89 87 87 87\n0286d2ed56e8f107 41 51 51 51\n0286d2ed56e8f107 41 57 57 57\n0286d2ed56e8f107 41 58 58 58\n4e2bb6d3056df6d8 0 10 10 10\n4e2bb6d3056df6d8 0 14 14 14\n4e2bb6d3056df6d8 46 33 33 33\n946fa268de698098 52 52 52 52\n946fa268de698098 52 65 65 65\n946fa268de698098 116 111 111 111\ncde4cfae802d3cb8 19 27 27 27\ncde4cfae802d3cb8 19 39 39 39\ncde4cfae802d3cb8 65 60 60 60\n5b83c43c2ba67577 3 25 25 25\n5b83c43c2ba67577 68 41 41 41\n5b83c43c2ba67577 68 63 63 63\nf591e1921f2c850c 91 95 95 95\nf591e1921f2c850c 146 124 124 124\nf591e1921f2c850c 146 132 132 132\n03cf40616d79cb6a 1 6 6 6\n03cf40616d79cb6a 1 14 14 14\n03cf40616d79cb6a 59 53 53 53\n89caba112ce61966 6 35 35 35\n89caba112ce61966 66 56 56 56\n89caba112ce61966 66 66 66 66\nc86601fe5e2141c4 20 35 35 35\nc86601fe5e2141c4 78 51 51 51\nc86601fe5e2141c4 78 55 55 55\n1ca4db19711258a0 23 62 62 62\n1ca4db19711258a0 23 64 64 64\n1ca4db19711258a0 111 85 85 85\na32bde181898822f 25 48 48 48\na32bde181898822f 87 73 73 73\na32bde181898822f 87 84 84 84\n3a9fa6535917a07a 49 65 65 65\n3a9fa6535917a07a 49 73 73 73\n3a9fa6535917a07a 105 80 80 80\nc9fda859869b23e8 1 23 23 23\nc9fda859869b23e8 50 31 31 31\nc9fda859869b23e8 50 50 50 50\n41c600ed9f88871b 11 14 14 14\n41c600ed9f88871b 11 36 36 36\n41c600ed9f88871b 77 74 74 74\n0871e2540b0a6804 4 25 25 25\n0871e2540b0a6804 55 40 40 40\n0871e2540b0a6804 55 54 54 54\nc412289a16716a8a 90 69 69 69\nc412289a16716a8a 90 78 78 78\nc412289a16716a8a 90 85 85 85\n576382f69bad37cd 55 66 66 66\n576382f69bad37cd 55 91 91 91\n576382f69bad37cd 144 108 108 108\n847a157c5c998d15 40 49 49 49\n847a157c5c998d15 93 75 75 75\n847a157c5c998d15 93 89 89 89\n4e5c7e95b2e04f26 12 31 31 31\n4e5c7e95b2e04f26 12 37 37 37\n4e5c7e95b2e04f26 120 74 74 74\nad0bff6de150a93b 35 43 43 43\nad0bff6de150a93b 35 48 48 48\nad0bff6de150a93b 117 87 87 87\n1424acd0007d40b5 11 46 46 46\n1424acd0007d40b5 89 59 59 59\n1424acd0007d40b5 89 81 81 81\ndf4319f4aaccb3fe 0 1 1 1\ndf4319f4aaccb3fe 58 45 45 45\ndf4319f4aaccb3fe 58 57 57 57\ne80bb674f7ff6d9f 20 22 22 22\ne80bb674f7ff6d9f 20 39 39 39\ne80bb674f7ff6d9f 66 56 56 56\n7fa1d85dba913128 13 24 24 24\n7fa1d85dba913128 13 31 31 31\n7fa1d85dba913128 13 33 33 33\na47a8517ca8dd33d 47 59 59 59\na47a8517ca8dd33d 47 72 72 72\na47a8517ca8dd33d 128 100 100 100\n2b43428fa1cf1a7e 65 65 65 65\n2b43428fa1cf1a7e 65 71 71 71\n2b43428fa1cf1a7e 65 91 91 91\n49be5de41d619cb1 59 36 36 36\n49be5de41d619cb1 59 51 51 51\n49be5de41d619cb1 59 57 57 57\n99127d4b1b789247 62 87 87 87\n99127d4b1b789247 132 111 111 111\n99127d4b1b789247 132 131 131 131\ne725e1a3dc3daca4 7 36 36 36\ne725e1a3dc3daca4 65 59 59 59\ne725e1a3dc3daca4 65 61 61 61\n407eefe8017f6070 91 96 96 96\n407eefe8017f6070 91 105 105 105\n407eefe8017f6070 173 155 155 155\n615a7cd0a6777887 16 25 25 25\n615a7cd0a6777887 16 45 45 45\n615a7cd0a6777887 103 66 66 66\nf536430fb223d623 95 61 61 61\nf536430fb223d623 95 63 63 63\nf536430fb223d623 95 86 86 86\neb727ea52bf2e2ce 14 30 30 30\neb727ea52bf2e2ce 14 34 34 34\neb727ea52bf2e2ce 65 41 41 41\naf0133aadb2af512 159 168 168 168\naf0133aadb2af512 223 196 196 196\naf0133aadb2af512 223 221 221 221\na815c2f38988bd21 36 55 55 55\na815c2f38988bd21 36 56 56 56\na815c2f38988bd21 135 87 87 87\n1f7770ac5cbb41eb 11 18 18 18\n1f7770ac5cbb41eb 81 69 69 69\n1f7770ac5cbb41eb 81 76 76 76\n11491a312c6b8f58 55 32 32 32\n11491a312c6b8f58 55 41 41 41\n11491a312c6b8f58 55 51 51 51\n2f18f5579583e648 2 25 25 25\n2f18f5579583e648 65 55 55 55\n2f18f5579583e648 65 57 57 57\naa374ab1b71f72d0 239 196 196 196\naa374ab1b71f72d0 239 198 198 198\naa374ab1b71f72d0 239 218 218 218\n69ad0b3b18b657d6 23 36 36 36\n69ad0b3b18b657d6 72 63 63 63\n69ad0b3b18b657d6 72 68 68 68\nbc1003e4d5bf0c8b 103 73 73 73\nbc1003e4d5bf0c8b 103 75 75 75\nbc1003e4d5bf0c8b 103 97 97 97\n599619a790d2b77d 69 55 55 55\n599619a790d2b77d 69 56 56 56\n599619a790d2b77d 69 57 57 57\nff9e265755208438 14 30 30 30\nff9e265755208438 61 58 58 58\nff9e265755208438 61 60 60 60\nf478d5f55e41f4f7 66 75 75 75\nf478d5f55e41f4f7 119 102 102 102\nf478d5f55e41f4f7 119 104 104 104\n9ea0a970510566b0 4 13 13 13\n9ea0a970510566b0 4 18 18 18\n9ea0a970510566b0 49 30 30 30\nacd7ed98e8a6f076 21 29 29 29\nacd7ed98e8a6f076 21 61 61 61\nacd7ed98e8a6f076 107 97 97 97\n9239b96938d99f62 117 126 126 126\n9239b96938d99f62 117 136 136 136\n9239b96938d99f62 224 175 175 175\nd59d3469f9949f78 10 23 23 23\nd59d3469f9949f78 59 35 35 35\nd59d3469f9949f78 59 54 54 54\n861e80a1959788a7 2 3 3 3\n861e80a1959788a7 2 9 9 9\n861e80a1959788a7 2 12 12 12\nfb32e6765f776b18 65 75 75 75\nfb32e6765f776b18 65 83 83 83\nfb32e6765f776b18 114 111 111 111\nb859c7a7329c17b7 13 22 22 22\nb859c7a7329c17b7 13 28 28 28\nb859c7a7329c17b7 62 54 54 54\nd9dd5fbcd2591be6 128 139 139 139\nd9dd5fbcd2591be6 264 239 239 239\nd9dd5fbcd2591be6 264 245 245 245\n9f2d777199df4930 1 17 17 17\n9f2d777199df4930 47 29 29 29\n9f2d777199df4930 47 47 47 47\n289bcb973ed702a1 4 6 6 6\n289bcb973ed702a1 4 20 20 20\n289bcb973ed702a1 63 37 37 37\n48a3049cabb54c0d 51 57 57 57\n48a3049cabb54c0d 51 65 65 65\n48a3049cabb54c0d 123 111 111 111\n241aa9bcdbdc7ac6 102 122 122 122\n241aa9bcdbdc7ac6 200 157 157 157\n241aa9bcdbdc7ac6 200 188 188 188\nf2c20b599e16bac3 2 10 10 10\nf2c20b599e16bac3 2 19 19 19\nf2c20b599e16bac3 50 30 30 30\nfdc128708bd2c254 29 34 34 34\nfdc128708bd2c254 29 44 44 44\nfdc128708bd2c254 74 69 69 69\n61aae9de89c0e5f2 13 35 35 35\n61aae9de89c0e5f2 85 58 58 58\n61aae9de89c0e5f2 85 79 79 79\nc395dfceefed1b81 46 49 49 49\nc395dfceefed1b81 46 67 67 67\nc395dfceefed1b81 170 125 125 125\n1250e369ad1e2fbc 13 16 16 16\n1250e369ad1e2fbc 13 41 41 41\n1250e369ad1e2fbc 78 76 76 76\nb7cc1852ad122717 26 42 42 42\nb7cc1852ad122717 26 61 61 61\nb7cc1852ad122717 134 99 99 99\nce0496f2017c3a60 28 60 60 60\nce0496f2017c3a60 93 62 62 62\nce0496f2017c3a60 93 84 84 84\n9e4159a4f15bf582 18 37 37 37\n9e4159a4f15bf582 74 51 51 51\n9e4159a4f15bf582 74 72 72 72\n04c441c7ce273dcc 22 27 27 27\n04c441c7ce273dcc 22 29 29 29\n04c441c7ce273dcc 78 73 73 73\nbcc76b58e2585320 139 145 145 145\nbcc76b58e2585320 203 200 200 200\nbcc76b58e2585320 203 203 203 203\n12293b264f68673d 52 69 69 69\n12293b264f68673d 111 85 85 85\n12293b264f68673d 111 90 90 90\n57daa160c95f1c9f 45 26 26 26\n57daa160c95f1c9f 45 28 28 28\n57daa160c95f1c9f 45 32 32 32\nc784513cdfd24124 49 52 52 52\nc784513cdfd24124 49 77 77 77\nc784513cdfd24124 106 84 84 84\nd0523bb4d0d7c008 73 76 76 76\nd0523bb4d0d7c008 121 103 103 103\nd0523bb4d0d7c008 121 112 112 112\nbcbc421bfae60ef9 34 51 51 51\nbcbc421bfae60ef9 34 57 57 57\nbcbc421bfae60ef9 95 67 67 67\nc0e1ce023456d692 52 71 71 71\nc0e1ce023456d692 52 98 98 98\nc0e1ce023456d692 144 131 131 131\nce55c6eef86872c7 33 43 43 43\nce55c6eef86872c7 33 56 56 56\nce55c6eef86872c7 33 61 61 61\n85762ea2d534cc06 34 52 52 52\n85762ea2d534cc06 81 61 61 61\n85762ea2d534cc06 81 80 80 80\nc5389975ca43a553 246 196 196 196\nc5389975ca43a553 246 223 223 223\nc5389975ca43a553 246 245 245 245\n55aff897880fa187 37 55 55 55\n55aff897880fa187 82 66 66 66\n55aff897880fa187 82 80 80 80\ndb6abd230c516cce 84 98 98 98\ndb6abd230c516cce 135 124 124 124\ndb6abd230c516cce 135 125 125 125\na92922356b15b456 143 106 106 106\na92922356b15b456 143 124 124 124\na92922356b15b456 143 133 133 133\nfe5d83963503b41f 7 28 28 28\nfe5d83963503b41f 53 35 35 35\nfe5d83963503b41f 53 47 47 47\n9a143febe45c2fbe 16 19 19 19\n9a143febe45c2fbe 16 32 32 32\n9a143febe45c2fbe 82 75 75 75\nef58c8517bf0911e 74 64 64 64\nef58c8517bf0911e 74 67 67 67\nef58c8517bf0911e 74 71 71 71\na9adcf245581ce47 13 29 29 29\na9adcf245581ce47 71 60 60 60\na9adcf245581ce47 71 71 71 71\n23df266716914368 50 67 67 67\n23df266716914368 95 76 76 76\n23df266716914368 95 90 90 90\n88a44795fddcb124 156 164 164 164\n88a44795fddcb124 156 174 174 174\n88a44795fddcb124 156 178 178 178\nc28856e5ddb0a22c 75 61 61 61\nc28856e5ddb0a22c 75 63 63 63\nc28856e5ddb0a22c 75 73 73 73\n9ec2d6d07cd5ebe2 87 112 112 112\n9ec2d6d07cd5ebe2 174 146 146 146\n9ec2d6d07cd5ebe2 174 170 170 170\nd38139cf5c8c1d40 20 27 27 27\nd38139cf5c8c1d40 20 31 31 31\nd38139cf5c8c1d40 73 60 60 60\n78556b76acd9b64d 2 10 10 10\n78556b76acd9b64d 2 17 17 17\n78556b76acd9b64d 47 31 31 31\n519769d8a1339fa3 48 55 55 55\n519769d8a1339fa3 48 77 77 77\n519769d8a1339fa3 125 95 95 95\nb5007b88ba591f55 82 56 56 56\nb5007b88ba591f55 82 62 62 62\nb5007b88ba591f55 82 72 72 72\ncb50745860881b57 5 16 16 16\ncb50745860881b57 53 41 41 41\ncb50745860881b57 53 47 47 47\nb52a730c02b4bba2 24 26 26 26\nb52a730c02b4bba2 24 32 32 32\nb52a730c02b4bba2 71 55 55 55\nebc791d01753783a 63 63 63 63\nebc791d01753783a 63 95 95 95\nebc791d01753783a 130 113 113 113\n277cb499bc2d3dcc 38 50 50 50\n277cb499bc2d3dcc 38 55 55 55\n277cb499bc2d3dcc 89 82 82 82\na42fc5a9e338d3a4 38 57 57 57\na42fc5a9e338d3a4 95 70 70 70\na42fc5a9e338d3a4 95 71 71 71\n15b902774d67a394 39 40 40 40\n15b902774d67a394 87 72 72 72\n15b902774d67a394 87 81 81 81\n3ad4793daf6adc19 102 119 119 119\n3ad4793daf6adc19 102 128 128 128\n3ad4793daf6adc19 159 158 158 158\nffe629bf59ab0eab 59 39 39 39\nffe629bf59ab0eab 59 52 52 52\nffe629bf59ab0eab 59 59 59 59\n52745850b878ca6d 274 211 211 211\n52745850b878ca6d 274 212 212 212\n52745850b878ca6d 274 271 271 271\n4200282fe9b4015a 110 123 123 123\n4200282fe9b4015a 110 125 125 125\n4200282fe9b4015a 110 131 131 131\n45a4515834848010 14 22 22 22\n45a4515834848010 14 55 55 55\n45a4515834848010 101 84 84 84\n4ace59951acbae4e 71 100 100 100\n4ace59951acbae4e 150 121 121 121\n4ace59951acbae4e 150 129 129 129\nec5c53a3d68fe3e7 19 46 46 46\nec5c53a3d68fe3e7 118 81 81 81\nec5c53a3d68fe3e7 118 106 106 106\nd5c6ad22b14eccef 15 25 25 25\nd5c6ad22b14eccef 74 57 57 57\nd5c6ad22b14eccef 74 65 65 65\ne8fe193f8db02daa 40 41 41 41\ne8fe193f8db02daa 98 75 75 75\ne8fe193f8db02daa 98 79 79 79\n30006eb23f62aa57 18 21 21 21\n30006eb23f62aa57 90 69 69 69\n30006eb23f62aa57 90 74 74 74\nb7ba4d55d4c1cd63 3 5 5 5\nb7ba4d55d4c1cd63 3 24 24 24\nb7ba4d55d4c1cd63 58 53 53 53\n592c16c240f144dd 10 14 14 14\n592c16c240f144dd 10 25 25 25\n592c16c240f144dd 59 57 57 57\n277fc4311c393d79 26 41 41 41\n277fc4311c393d79 73 51 51 51\n277fc4311c393d79 73 64 64 64\nf0516db10f82b141 19 29 29 29\nf0516db10f82b141 86 58 58 58\nf0516db10f82b141 86 73 73 73\n5dadb9b615a66714 2 4 4 4\n5dadb9b615a66714 2 9 9 9\n5dadb9b615a66714 48 32 32 32\n5977776e1ac8b291 90 75 75 75\n5977776e1ac8b291 90 86 86 86\n5977776e1ac8b291 90 88 88 88\nd02c38b38d929091 16 21 21 21\nd02c38b38d929091 16 25 25 25\nd02c38b38d929091 16 44 44 44\nea685e9f3af5be39 176 151 151 151\nea685e9f3af5be39 176 157 157 157\nea685e9f3af5be39 176 172 172 172\n322d03d487fc0f01 1 4 4 4\n322d03d487fc0f01 1 17 17 17\n322d03d487fc0f01 48 26 26 26\n7deed332130bfd39 30 50 50 50\n7deed332130bfd39 82 62 62 62\n7deed332130bfd39 82 77 77 77\nbf335dfd4f3e4fc8 12 15 15 15\nbf335dfd4f3e4fc8 63 43 43 43\nbf335dfd4f3e4fc8 63 58 58 58\n6b3f189e979cba8a 4 12 12 12\n6b3f189e979cba8a 4 14 14 14\n6b3f189e979cba8a 84 67 67 67\na4cc81ce7d4168bb 5 9 9 9\na4cc81ce7d4168bb 5 29 29 29\na4cc81ce7d4168bb 5 30 30 30\n64912eda42dae810 93 103 103 103\n64912eda42dae810 93 121 121 121\n64912eda42dae810 149 130 130 130\n0b1441aa619f27cb 1 5 5 5\n0b1441aa619f27cb 1 9 9 9\n0b1441aa619f27cb 46 26 26 26\nbad8219ee10de830 84 84 84 84\nbad8219ee10de830 84 105 105 105\nbad8219ee10de830 188 146 146 146\n0c0f298ace7c875b 130 147 147 147\n0c0f298ace7c875b 130 153 153 153\n0c0f298ace7c875b 192 181 181 181\n3f265c5edb13f00d 31 35 35 35\n3f265c5edb13f00d 81 60 60 60\n3f265c5edb13f00d 81 63 63 63\n91c456d012ff571c 59 90 90 90\n91c456d012ff571c 125 100 100 100\n91c456d012ff571c 125 115 115 115\naeba4541adfd68cc 140 154 154 154\naeba4541adfd68cc 140 161 161 161\naeba4541adfd68cc 257 225 225 225\n88992b78aaa8a52b 49 67 67 67\n88992b78aaa8a52b 113 102 102 102\n88992b78aaa8a52b 113 107 107 107\n02cb3a4fd80ee0cc 33 48 48 48\n02cb3a4fd80ee0cc 33 59 59 59\n02cb3a4fd80ee0cc 93 78 78 78\n2dc3af70d25d3043 13 17 17 17\n2dc3af70d25d3043 13 22 22 22\n2dc3af70d25d3043 60 48 48 48\n03ef5f13e0a30864 216 206 206 206\n03ef5f13e0a30864 216 207 207 207\n03ef5f13e0a30864 216 208 208 208\n56ae4fff81255579 31 43 43 43\n56ae4fff81255579 31 44 44 44\n56ae4fff81255579 78 62 62 62\nade3e283780efbd7 126 147 147 147\nade3e283780efbd7 174 158 158 158\nade3e283780efbd7 174 164 164 164\na747b3262d507a68 9 20 20 20\na747b3262d507a68 9 22 22 22\na747b3262d507a68 56 39 39 39\ndb5886a74579c757 51 30 30 30\ndb5886a74579c757 51 31 31 31\ndb5886a74579c757 51 49 49 49\nd73d3d65657b28dd 8 25 25 25\nd73d3d65657b28dd 8 29 29 29\nd73d3d65657b28dd 60 41 41 41\n075278a4d0af74f7 46 52 52 52\n075278a4d0af74f7 46 69 69 69\n075278a4d0af74f7 95 78 78 78\n6207713a493ed71d 93 115 115 115\n6207713a493ed71d 93 119 119 119\n6207713a493ed71d 145 133 133 133\nc323ea12ddd3c5bb 51 59 59 59\nc323ea12ddd3c5bb 51 61 61 61\nc323ea12ddd3c5bb 137 117 117 117\nb5ac5603e39a6397 4 13 13 13\nb5ac5603e39a6397 4 37 37 37\nb5ac5603e39a6397 72 41 41 41\n9a44145b51b162ee 37 37 37 37\n9a44145b51b162ee 37 42 42 42\n9a44145b51b162ee 87 84 84 84\n15f8a54e4822f355 52 31 31 31\n15f8a54e4822f355 52 32 32 32\n15f8a54e4822f355 52 40 40 40\n21005252fe2383ba 9 9 9 9\n21005252fe2383ba 9 30 30 30\n21005252fe2383ba 84 66 66 66\n809859830a3e0e55 198 203 203 203\n809859830a3e0e55 198 235 235 235\n809859830a3e0e55 273 244 244 244\n058c67085c217b96 29 42 42 42\n058c67085c217b96 81 74 74 74\n058c67085c217b96 81 75 75 75\n56f35362431e18dd 45 48 48 48\n56f35362431e18dd 131 107 107 107\n56f35362431e18dd 131 126 126 126\n95eedf6937dec032 21 34 34 34\n95eedf6937dec032 21 40 40 40\n95eedf6937dec032 83 63 63 63\nfe5fdf788352d1a6 32 38 38 38\nfe5fdf788352d1a6 32 53 53 53\nfe5fdf788352d1a6 81 80 80 80\ndbf9a7ccc949ed42 46 32 32 32\ndbf9a7ccc949ed42 46 36 36 36\ndbf9a7ccc949ed42 46 44 44 44\n728298bd23205f12 1 1 1 1\n728298bd23205f12 1 14 14 14\n728298bd23205f12 55 42 42 42\nfa82d71146e33555 100 118 118 118\nfa82d71146e33555 100 119 119 119\nfa82d71146e33555 165 161 161 161\n72ca9b60719e5789 83 104 104 104\n72ca9b60719e5789 155 133 133 133\n72ca9b60719e5789 155 135 135 135\n06a8196a66e125af 83 73 73 73\n06a8196a66e125af 83 78 78 78\n06a8196a66e125af 83 79 79 79\nc97ccf4f0b544230 0 17 17 17\nc97ccf4f0b544230 0 27 27 27\nc97ccf4f0b544230 0 28 28 28\nad69d907064db1f7 135 142 142 142\nad69d907064db1f7 187 170 170 170\nad69d907064db1f7 187 180 180 180\n075f0d808a621ae2 0 26 26 26\n075f0d808a621ae2 75 43 43 43\n075f0d808a621ae2 75 62 62 62\n67e9762f0471865b 36 38 38 38\n67e9762f0471865b 83 66 66 66\n67e9762f0471865b 83 82 82 82\n59d772c8ccad4acd 21 34 34 34\n59d772c8ccad4acd 132 81 81 81\n59d772c8ccad4acd 132 110 110 110\ndd545cf605570b97 138 130 130 130\ndd545cf605570b97 138 133 133 133\ndd545cf605570b97 138 134 134 134\n2a3bd0a2ac422822 6 18 18 18\n2a3bd0a2ac422822 6 19 19 19\n2a3bd0a2ac422822 100 54 54 54\n5444242c3fc57534 68 68 68 68\n5444242c3fc57534 120 101 101 101\n5444242c3fc57534 120 120 120 120\n6d2d49d5fabf839a 2 44 44 44\n6d2d49d5fabf839a 87 61 61 61\n6d2d49d5fabf839a 87 66 66 66\nf726cfbe88e370b1 6 13 13 13\nf726cfbe88e370b1 6 22 22 22\nf726cfbe88e370b1 6 31 31 31\nc0aad7645f42c33b 35 69 69 69\nc0aad7645f42c33b 106 77 77 77\nc0aad7645f42c33b 106 95 95 95\ne0fc64b3f2957c41 4 11 11 11\ne0fc64b3f2957c41 4 39 39 39\ne0fc64b3f2957c41 76 47 47 47\n0c3348e96872d3de 7 19 19 19\n0c3348e96872d3de 7 24 24 24\n0c3348e96872d3de 52 33 33 33\nf5e9ab93b539e29f 172 114 114 114\nf5e9ab93b539e29f 172 120 120 120\nf5e9ab93b539e29f 172 154 154 154\n95d306b0110f0767 30 37 37 37\n95d306b0110f0767 30 47 47 47\n95d306b0110f0767 75 64 64 64\n1a562a1752d81933 62 69 69 69\n1a562a1752d81933 62 83 83 83\n1a562a1752d81933 192 149 149 149\nbf0f80cfeae506c6 21 34 34 34\nbf0f80cfeae506c6 66 50 50 50\nbf0f80cfeae506c6 66 51 51 51\n3536776ef51e9dbf 88 80 80 80\n3536776ef51e9dbf 88 85 85 85\n3536776ef51e9dbf 88 88 88 88\n3b58206d99feb4b7 12 14 14 14\n3b58206d99feb4b7 12 15 15 15\n3b58206d99feb4b7 12 19 19 19\n9b5e054c6d0d44ce 17 19 19 19\n9b5e054c6d0d44ce 17 32 32 32\n9b5e054c6d0d44ce 17 43 43 43\n3c35b868a8ec3433 29 34 34 34\n3c35b868a8ec3433 29 44 44 44\n3c35b868a8ec3433 74 67 67 67\n44d2532c5b5296a1 10 10 10 10\n44d2532c5b5296a1 81 65 65 65\n44d2532c5b5296a1 81 67 67 67\n924ccc02891cc7df 54 70 70 70\n924ccc02891cc7df 105 92 92 92\n924ccc02891cc7df 105 105 105 105\n597bf6916a88ad19 61 46 46 46\n597bf6916a88ad19 61 57 57 57\n597bf6916a88ad19 61 58 58 58\ne7fefb3b4d663b19 0 11 11 11\ne7fefb3b4d663b19 114 60 60 60\ne7fefb3b4d663b19 114 61 61 61\n3d6ed8b43655929b 11 12 12 12\n3d6ed8b43655929b 11 43 43 43\n3d6ed8b43655929b 81 55 55 55\nedbb53a0f5dd688c 11 12 12 12\nedbb53a0f5dd688c 59 42 42 42\nedbb53a0f5dd688c 59 56 56 56\n91e721bf98c05aec 8 17 17 17\n91e721bf98c05aec 8 23 23 23\n91e721bf98c05aec 55 52 52 52\n72ffd4a88de4d441 29 34 34 34\n72ffd4a88de4d441 92 64 64 64\n72ffd4a88de4d441 92 70 70 70\n9872bf718166618a 8 13 13 13\n9872bf718166618a 99 64 64 64\n9872bf718166618a 99 68 68 68\nf22e31c9b9bd3320 54 61 61 61\nf22e31c9b9bd3320 54 81 81 81\nf22e31c9b9bd3320 112 104 104 104\n3efda95897eb23d1 64 67 67 67\n3efda95897eb23d1 64 75 75 75\n3efda95897eb23d1 114 113 113 113\n497d2450ed65a678 11 17 17 17\n497d2450ed65a678 11 31 31 31\n497d2450ed65a678 62 45 45 45\nc4a26c35749d41bd 45 52 52 52\nc4a26c35749d41bd 45 53 53 53\nc4a26c35749d41bd 90 74 74 74\n11bf4b38f88bfe9b 19 34 34 34\n11bf4b38f88bfe9b 66 45 45 45\n11bf4b38f88bfe9b 66 62 62 62\nd9284250ebde7d34 82 85 85 85\nd9284250ebde7d34 132 109 109 109\nd9284250ebde7d34 132 111 111 111\na7cb00e197a15a99 8 12 12 12\na7cb00e197a15a99 8 27 27 27\na7cb00e197a15a99 58 49 49 49\n2cc5f95fbe24ffe5 52 94 94 94\n2cc5f95fbe24ffe5 180 145 145 145\n2cc5f95fbe24ffe5 180 149 149 149\n9fcf12f63cf7b834 0 7 7 7\n9fcf12f63cf7b834 0 12 12 12\n9fcf12f63cf7b834 47 37 37 37\n560e521aa9e864da 8 17 17 17\n560e521aa9e864da 8 32 32 32\n560e521aa9e864da 61 53 53 53\n60c02c2807193b6e 11 13 13 13\n60c02c2807193b6e 11 16 16 16\n60c02c2807193b6e 64 40 40 40\n3a86a812a1eaa20e 16 27 27 27\n3a86a812a1eaa20e 16 31 31 31\n3a86a812a1eaa20e 71 57 57 57\n0a72a3fd46a88ef6 27 40 40 40\n0a72a3fd46a88ef6 27 47 47 47\n0a72a3fd46a88ef6 74 69 69 69\nfef11d498a882edc 125 71 71 71\nfef11d498a882edc 125 85 85 85\nfef11d498a882edc 125 105 105 105\n967e2d570ca80e16 126 102 102 102\n967e2d570ca80e16 126 106 106 106\n967e2d570ca80e16 126 121 121 121\n5f004098a3ae3ea1 24 37 37 37\n5f004098a3ae3ea1 84 59 59 59\n5f004098a3ae3ea1 84 81 81 81\n656db18b0e5ac145 14 16 16 16\n656db18b0e5ac145 14 19 19 19\n656db18b0e5ac145 14 22 22 22\n4dcf8df5f8912e0e 10 16 16 16\n4dcf8df5f8912e0e 10 23 23 23\n4dcf8df5f8912e0e 89 69 69 69\n9634f21a9a41a049 13 13 13 13\n9634f21a9a41a049 13 14 14 14\n9634f21a9a41a049 13 28 28 28\n07559b44fa10672c 72 52 52 52\n07559b44fa10672c 72 55 55 55\n07559b44fa10672c 72 72 72 72\n23e428c0dc43f046 55 38 38 38\n23e428c0dc43f046 55 40 40 40\n23e428c0dc43f046 55 53 53 53\n94a28eecf82210bd 151 157 157 157\n94a28eecf82210bd 151 160 160 160\n94a28eecf82210bd 151 167 167 167\n48614bc62c3acbf8 33 49 49 49\n48614bc62c3acbf8 99 71 71 71\n48614bc62c3acbf8 99 95 95 95\n3413ffffb4be5706 34 53 53 53\n3413ffffb4be5706 90 68 68 68\n3413ffffb4be5706 90 69 69 69\n9c2238d1333ea499 72 78 78 78\n9c2238d1333ea499 72 104 104 104\n9c2238d1333ea499 72 107 107 107\nb91f98631686d65f 3 15 15 15\nb91f98631686d65f 61 40 40 40\nb91f98631686d65f 61 59 59 59\n84196545d36de465 2 8 8 8\n84196545d36de465 2 19 19 19\n84196545d36de465 2 23 23 23\nc8db93ad17d787e9 2 5 5 5\nc8db93ad17d787e9 50 29 29 29\nc8db93ad17d787e9 50 33 33 33\n000c3ab189999a83 9 29 29 29\n000c3ab189999a83 9 30 30 30\n000c3ab189999a83 9 46 46 46\nfd2132722704d610 7 33 33 33\nfd2132722704d610 70 50 50 50\nfd2132722704d610 70 68 68 68\n05b77cb7c0f79f0f 18 41 41 41\n05b77cb7c0f79f0f 65 58 58 58\n05b77cb7c0f79f0f 65 62 62 62\nd20cf31d18f8ca89 1 1 1 1\nd20cf31d18f8ca89 1 7 7 7\nd20cf31d18f8ca89 60 60 60 60\n51136ba76177d882 1 6 6 6\n51136ba76177d882 1 11 11 11\n51136ba76177d882 53 52 52 52\n50401f1d78d95d12 129 141 141 141\n50401f1d78d95d12 183 162 162 162\n50401f1d78d95d12 183 181 181 181\ne92814fe1e2c54dc 25 35 35 35\ne92814fe1e2c54dc 25 51 51 51\ne92814fe1e2c54dc 86 81 81 81\n63d8575fe191dcca 17 21 21 21\n63d8575fe191dcca 17 29 29 29\n63d8575fe191dcca 17 40 40 40\nf48ce857e76d8e17 68 45 45 45\nf48ce857e76d8e17 68 47 47 47\nf48ce857e76d8e17 68 57 57 57\ndaa3d11727e7d9c8 7 8 8 8\ndaa3d11727e7d9c8 7 16 16 16\ndaa3d11727e7d9c8 55 55 55 55\nfaf4e57d64e9a899 0 15 15 15\nfaf4e57d64e9a899 0 16 16 16\nfaf4e57d64e9a899 0 24 24 24\n1c1b2e56952040cc 11 32 32 32\n1c1b2e56952040cc 63 47 47 47\n1c1b2e56952040cc 63 62 62 62\ne14fb0ce302f51e8 5 9 9 9\ne14fb0ce302f51e8 50 29 29 29\ne14fb0ce302f51e8 50 33 33 33\n730a0a3a46474007 38 48 48 48\n730a0a3a46474007 99 87 87 87\n730a0a3a46474007 99 97 97 97\n6526abea7675f573 14 37 37 37\n6526abea7675f573 14 41 41 41\n6526abea7675f573 77 46 46 46\nee70aa493ab6054b 102 102 102 102\nee70aa493ab6054b 102 107 107 107\nee70aa493ab6054b 160 142 142 142\nf474cd5d999e1746 88 76 76 76\nf474cd5d999e1746 88 83 83 83\nf474cd5d999e1746 88 86 86 86\n3de41ace235a3a13 165 173 173 173\n3de41ace235a3a13 165 197 197 197\n3de41ace235a3a13 233 211 211 211\n0ce3839aa5b66e3f 81 81 81 81\n0ce3839aa5b66e3f 81 84 84 84\n0ce3839aa5b66e3f 81 101 101 101\nd6f1f58ad1f6707a 53 58 58 58\nd6f1f58ad1f6707a 53 87 87 87\nd6f1f58ad1f6707a 137 119 119 119\na00260788a5481f1 15 41 41 41\na00260788a5481f1 15 59 59 59\na00260788a5481f1 123 70 70 70\n259f6f1f002d2d94 22 39 39 39\n259f6f1f002d2d94 97 68 68 68\n259f6f1f002d2d94 97 81 81 81\n2516b6023683fc3e 35 55 55 55\n2516b6023683fc3e 92 64 64 64\n2516b6023683fc3e 92 73 73 73\n220d718317f7a025 173 188 188 188\n220d718317f7a025 226 222 222 222\n220d718317f7a025 226 226 226 226\nbe3c54aba78d50e0 0 1 1 1\nbe3c54aba78d50e0 0 9 9 9\nbe3c54aba78d50e0 0 21 21 21\n4c5fd496905b91ce 5 29 29 29\n4c5fd496905b91ce 5 33 33 33\n4c5fd496905b91ce 80 49 49 49\nfaf2fb655d5974b5 107 111 111 111\nfaf2fb655d5974b5 107 127 127 127\nfaf2fb655d5974b5 155 147 147 147\nd559d54e3ceca49a 8 12 12 12\nd559d54e3ceca49a 8 14 14 14\nd559d54e3ceca49a 8 22 22 22\nd8edb0f0cb0d4b5f 160 131 131 131\nd8edb0f0cb0d4b5f 160 133 133 133\nd8edb0f0cb0d4b5f 160 148 148 148\n5647675ef84a45fe 0 2 2 2\n5647675ef84a45fe 0 27 27 27\n5647675ef84a45fe 56 50 50 50\nfe5f38c3ce605bf6 3 20 20 20\nfe5f38c3ce605bf6 55 30 30 30\nfe5f38c3ce605bf6 55 31 31 31\n72ffdff5502de799 5 28 28 28\n72ffdff5502de799 54 37 37 37\n72ffdff5502de799 54 38 38 38\n860bcd7659c936b3 192 207 207 207\n860bcd7659c936b3 254 226 226 226\n860bcd7659c936b3 254 239 239 239\nfd05ac3ba402e992 49 28 28 28\nfd05ac3ba402e992 49 33 33 33\nfd05ac3ba402e992 49 42 42 42\n13ac6a6a3a4f5e5d 4 12 12 12\n13ac6a6a3a4f5e5d 4 28 28 28\n13ac6a6a3a4f5e5d 83 47 47 47\n8ad61ecb52a9122a 49 64 64 64\n8ad61ecb52a9122a 114 82 82 82\n8ad61ecb52a9122a 114 100 100 100\nb2e7d3d7c5b5109a 40 52 52 52\nb2e7d3d7c5b5109a 40 54 54 54\nb2e7d3d7c5b5109a 40 57 57 57\n07225d96742d2a6c 135 140 140 140\n07225d96742d2a6c 135 147 147 147\n07225d96742d2a6c 135 155 155 155\n74c25984d70275f7 73 109 109 109\n74c25984d70275f7 187 151 151 151\n74c25984d70275f7 187 155 155 155\n2c5249093fc26fde 33 43 43 43\n2c5249093fc26fde 85 67 67 67\n2c5249093fc26fde 85 83 83 83\ncad5063d02c3b4dc 0 24 24 24\ncad5063d02c3b4dc 64 40 40 40\ncad5063d02c3b4dc 64 49 49 49\n1df20a29cdec61a4 3 4 4 4\n1df20a29cdec61a4 76 42 42 42\n1df20a29cdec61a4 76 56 56 56\ncc3f88e1e2a4f262 3 6 6 6\ncc3f88e1e2a4f262 3 8 8 8\ncc3f88e1e2a4f262 3 26 26 26\n1e80fd6e7507e3be 204 207 207 207\n1e80fd6e7507e3be 257 233 233 233\n1e80fd6e7507e3be 257 240 240 240\nf54473cb3c9efc04 73 53 53 53\nf54473cb3c9efc04 73 56 56 56\nf54473cb3c9efc04 73 65 65 65\nab3f92f5ac8f5167 62 64 64 64\nab3f92f5ac8f5167 62 70 70 70\nab3f92f5ac8f5167 62 99 99 99\n50eba53e6b2330f8 33 47 47 47\n50eba53e6b2330f8 33 60 60 60\n50eba53e6b2330f8 33 63 63 63\n33a3fc21efdc8547 64 96 96 96\n33a3fc21efdc8547 139 109 109 109\n33a3fc21efdc8547 139 123 123 123\n39e5f256790c3343 16 16 16 16\n39e5f256790c3343 16 19 19 19\n39e5f256790c3343 124 108 108 108\n6e6ccb9822ed013e 135 135 135 135\n6e6ccb9822ed013e 135 161 161 161\n6e6ccb9822ed013e 135 175 175 175\nd8516c57c634c27f 2 13 13 13\nd8516c57c634c27f 47 26 26 26\nd8516c57c634c27f 47 46 46 46\n799ec37eaafcd68f 16 35 35 35\n799ec37eaafcd68f 123 111 111 111\n799ec37eaafcd68f 123 116 116 116\n037e8191b3985142 108 110 110 110\n037e8191b3985142 108 121 121 121\n037e8191b3985142 154 146 146 146\nef5e9bfef1466209 18 40 40 40\nef5e9bfef1466209 18 61 61 61\nef5e9bfef1466209 108 78 78 78\nb49a15bf2a1c626c 11 18 18 18\nb49a15bf2a1c626c 56 40 40 40\nb49a15bf2a1c626c 56 45 45 45\n0bd7e6e9f0185aa3 16 20 20 20\n0bd7e6e9f0185aa3 16 27 27 27\n0bd7e6e9f0185aa3 100 91 91 91\nb56990cc49db131e 92 97 97 97\nb56990cc49db131e 196 148 148 148\nb56990cc49db131e 196 177 177 177\n617580a94b6fd65a 72 59 59 59\n617580a94b6fd65a 72 64 64 64\n617580a94b6fd65a 72 69 69 69\n7144a5e59d5f05c7 51 72 72 72\n7144a5e59d5f05c7 152 119 119 119\n7144a5e59d5f05c7 152 121 121 121\n8c0a69c16d4ee368 40 57 57 57\n8c0a69c16d4ee368 40 65 65 65\n8c0a69c16d4ee368 92 73 73 73\n89d941a57bab3fa3 34 65 65 65\n89d941a57bab3fa3 96 81 81 81\n89d941a57bab3fa3 96 90 90 90\n0f6206df8a8e440a 36 74 74 74\n0f6206df8a8e440a 36 86 86 86\n0f6206df8a8e440a 151 114 114 114\n6a7d54b935e96fc4 8 24 24 24\n6a7d54b935e96fc4 55 40 40 40\n6a7d54b935e96fc4 55 45 45 45\nbe37967141e3767d 89 93 93 93\nbe37967141e3767d 89 113 113 113\nbe37967141e3767d 140 117 117 117\nefb2d866bc8c5550 8 27 27 27\nefb2d866bc8c5550 66 46 46 46\nefb2d866bc8c5550 66 52 52 52\n9b67983f91a29511 90 70 70 70\n9b67983f91a29511 90 71 71 71\n9b67983f91a29511 90 72 72 72\n2d0bd035f7df86b0 48 39 39 39\n2d0bd035f7df86b0 48 45 45 45\n2d0bd035f7df86b0 48 46 46 46\n95f2bed8293b061d 20 20 20 20\n95f2bed8293b061d 20 46 46 46\n95f2bed8293b061d 73 65 65 65\n9f9028e08bf69fee 21 45 45 45\n9f9028e08bf69fee 21 47 47 47\n9f9028e08bf69fee 77 53 53 53\n368fa2dd830843c7 10 18 18 18\n368fa2dd830843c7 10 22 22 22\n368fa2dd830843c7 10 30 30 30\n9a5d97d6bdd28614 5 10 10 10\n9a5d97d6bdd28614 5 11 11 11\n9a5d97d6bdd28614 5 18 18 18\n991e2a74cd100440 138 110 110 110\n991e2a74cd100440 138 135 135 135\n991e2a74cd100440 138 136 136 136\ne856830270a48f13 66 66 66 66\ne856830270a48f13 66 68 68 68\ne856830270a48f13 120 101 101 101\n3970859f54703c88 4 29 29 29\n3970859f54703c88 4 33 33 33\n3970859f54703c88 94 71 71 71\n730b787d57719e58 36 37 37 37\n730b787d57719e58 36 39 39 39\n730b787d57719e58 36 43 43 43\n9ab9e899da8067f8 1 22 22 22\n9ab9e899da8067f8 63 51 51 51\n9ab9e899da8067f8 63 55 55 55\n2864dc6c129cf3cc 45 34 34 34\n2864dc6c129cf3cc 45 36 36 36\n2864dc6c129cf3cc 45 40 40 40\na38c00f474b0df82 30 71 71 71\na38c00f474b0df82 30 79 79 79\na38c00f474b0df82 136 89 89 89\nbcbd8ea535d3f024 30 42 42 42\nbcbd8ea535d3f024 30 53 53 53\nbcbd8ea535d3f024 78 62 62 62\na05cbe8a2d816f52 5 10 10 10\na05cbe8a2d816f52 5 17 17 17\na05cbe8a2d816f52 5 20 20 20\nf75bce7073b578f0 5 9 9 9\nf75bce7073b578f0 5 23 23 23\nf75bce7073b578f0 55 48 48 48\n266e2d3393ebd2a0 35 61 61 61\n266e2d3393ebd2a0 89 79 79 79\n266e2d3393ebd2a0 89 82 82 82\n9d8282f2610bb199 13 21 21 21\n9d8282f2610bb199 13 26 26 26\n9d8282f2610bb199 13 36 36 36\n4260ca20e2430c67 118 139 139 139\n4260ca20e2430c67 118 145 145 145\n4260ca20e2430c67 180 152 152 152\ncc6541ca1f8ca902 45 29 29 29\ncc6541ca1f8ca902 45 40 40 40\ncc6541ca1f8ca902 45 44 44 44\n80bfdffa5e86f103 200 200 200 200\n80bfdffa5e86f103 200 214 214 214\n80bfdffa5e86f103 272 253 253 253\nd4e33e3311d155c4 38 44 44 44\nd4e33e3311d155c4 38 54 54 54\nd4e33e3311d155c4 38 56 56 56\n3488938f80284283 17 46 46 46\n3488938f80284283 78 56 56 56\n3488938f80284283 78 71 71 71\n3115ce06e0160828 6 43 43 43\n3115ce06e0160828 97 58 58 58\n3115ce06e0160828 97 97 97 97\n634b4d796815ffcc 14 46 46 46\n634b4d796815ffcc 85 52 52 52\n634b4d796815ffcc 85 81 81 81\nc716c21b059921e9 44 56 56 56\nc716c21b059921e9 100 84 84 84\nc716c21b059921e9 100 93 93 93\na37358fe418e9807 6 17 17 17\na37358fe418e9807 59 53 53 53\na37358fe418e9807 59 58 58 58\n5fb0b4b5c65e669b 15 20 20 20\n5fb0b4b5c65e669b 15 21 21 21\n5fb0b4b5c65e669b 80 77 77 77\n3d8d753f0851bf3b 60 72 72 72\n3d8d753f0851bf3b 116 106 106 106\n3d8d753f0851bf3b 116 116 116 116\n842b17ccb42b588d 4 10 10 10\n842b17ccb42b588d 4 24 24 24\n842b17ccb42b588d 50 31 31 31\nd6df93659f476b9c 2 2 2 2\nd6df93659f476b9c 2 29 29 29\nd6df93659f476b9c 72 58 58 58\nb6d472a2c6bd6f90 11 11 11 11\nb6d472a2c6bd6f90 11 14 14 14\nb6d472a2c6bd6f90 74 72 72 72\ncb16176621b1f3a7 26 87 87 87\ncb16176621b1f3a7 157 121 121 121\ncb16176621b1f3a7 157 131 131 131\ne98dc285c0d4f5db 0 14 14 14\ne98dc285c0d4f5db 47 30 30 30\ne98dc285c0d4f5db 47 42 42 42\n004334c94bbc8bd5 9 17 17 17\n004334c94bbc8bd5 65 38 38 38\n004334c94bbc8bd5 65 45 45 45\n20d1b02740ef1124 132 138 138 138\n20d1b02740ef1124 132 154 154 154\n20d1b02740ef1124 186 172 172 172\n4bc7ca44cc62b8b1 61 69 69 69\n4bc7ca44cc62b8b1 61 73 73 73\n4bc7ca44cc62b8b1 115 109 109 109\n1db5a4df1ab8b8e7 122 141 141 141\n1db5a4df1ab8b8e7 255 190 190 190\n1db5a4df1ab8b8e7 255 217 217 217\nfdd41bb5cab98c86 16 36 36 36\nfdd41bb5cab98c86 73 69 69 69\nfdd41bb5cab98c86 73 70 70 70\nbb82a6ac6cee6f95 35 43 43 43\nbb82a6ac6cee6f95 107 78 78 78\nbb82a6ac6cee6f95 107 102 102 102\nee29e9866b77f62b 82 58 58 58\nee29e9866b77f62b 82 61 61 61\nee29e9866b77f62b 82 64 64 64\nb04c3470d73d1777 142 112 112 112\nb04c3470d73d1777 142 113 113 113\nb04c3470d73d1777 142 128 128 128\nbcbcaeea56b7ca1a 90 109 109 109\nbcbcaeea56b7ca1a 150 132 132 132\nbcbcaeea56b7ca1a 150 141 141 141\n30abedc6c413510e 11 14 14 14\n30abedc6c413510e 11 24 24 24\n30abedc6c413510e 64 62 62 62\n283059a56e7f3e75 37 50 50 50\n283059a56e7f3e75 149 95 95 95\n283059a56e7f3e75 149 143 143 143\nbadbfed88f85beaa 11 20 20 20\nbadbfed88f85beaa 11 28 28 28\nbadbfed88f85beaa 67 45 45 45\n17c234c2eec050a0 11 49 49 49\n17c234c2eec050a0 89 61 61 61\n17c234c2eec050a0 89 77 77 77\neaa1d6038da0dcd2 207 223 223 223\neaa1d6038da0dcd2 271 242 242 242\neaa1d6038da0dcd2 271 253 253 253\n7fb2db25f9114599 162 175 175 175\n7fb2db25f9114599 162 213 213 213\n7fb2db25f9114599 266 221 221 221\n08718fb99eaafea7 102 82 82 82\n08718fb99eaafea7 102 87 87 87\n08718fb99eaafea7 102 102 102 102\n697788cfb2b882e6 38 45 45 45\n697788cfb2b882e6 38 57 57 57\n697788cfb2b882e6 85 62 62 62\n6a48d6d9c297367a 31 36 36 36\n6a48d6d9c297367a 31 46 46 46\n6a48d6d9c297367a 78 76 76 76\n489f9441d513634e 104 84 84 84\n489f9441d513634e 104 101 101 101\n489f9441d513634e 104 102 102 102\n5c46523d3adf3df3 0 14 14 14\n5c46523d3adf3df3 0 20 20 20\n5c46523d3adf3df3 45 32 32 32\ned81ed922c6c7225 44 64 64 64\ned81ed922c6c7225 44 70 70 70\ned81ed922c6c7225 110 108 108 108\n670564bfb445bbc7 52 80 80 80\n670564bfb445bbc7 52 87 87 87\n670564bfb445bbc7 153 145 145 145\n840c6c6f288d25bc 99 63 63 63\n840c6c6f288d25bc 99 72 72 72\n840c6c6f288d25bc 99 97 97 97\n702580517f621fa4 3 21 21 21\n702580517f621fa4 3 25 25 25\n702580517f621fa4 85 66 66 66\nf228cfd294bce60a 41 48 48 48\nf228cfd294bce60a 41 50 50 50\nf228cfd294bce60a 41 73 73 73\necb624c9cbe5b70b 28 38 38 38\necb624c9cbe5b70b 28 68 68 68\necb624c9cbe5b70b 151 119 119 119\n21a6081709444ebf 14 15 15 15\n21a6081709444ebf 14 30 30 30\n21a6081709444ebf 66 46 46 46\n0915a60e1ae6a826 13 25 25 25\n0915a60e1ae6a826 13 29 29 29\n0915a60e1ae6a826 13 64 64 64\nece260b19f5276bd 32 36 36 36\nece260b19f5276bd 32 39 39 39\nece260b19f5276bd 82 62 62 62\ndbd147928365dcf4 113 93 93 93\ndbd147928365dcf4 113 101 101 101\ndbd147928365dcf4 113 105 105 105\n1a50fc5440d67fbc 186 160 160 160\n1a50fc5440d67fbc 186 164 164 164\n1a50fc5440d67fbc 186 170 170 170\na3e387b24fbb961b 16 34 34 34\na3e387b24fbb961b 94 66 66 66\na3e387b24fbb961b 94 88 88 88\n7a0bd438433e00db 11 15 15 15\n7a0bd438433e00db 11 32 32 32\n7a0bd438433e00db 11 45 45 45\ned718fd9c28f6265 37 43 43 43\ned718fd9c28f6265 37 48 48 48\ned718fd9c28f6265 83 71 71 71\n03b3f603a1001de0 113 135 135 135\n03b3f603a1001de0 184 151 151 151\n03b3f603a1001de0 184 152 152 152\n68eb4a41d8b765c0 26 40 40 40\n68eb4a41d8b765c0 93 61 61 61\n68eb4a41d8b765c0 93 82 82 82\nf6ec31401af3eed4 27 40 40 40\nf6ec31401af3eed4 27 42 42 42\nf6ec31401af3eed4 27 45 45 45\n24548ce6c15bc2cf 225 246 246 246\n24548ce6c15bc2cf 276 267 267 267\n24548ce6c15bc2cf 276 275 275 275\nd988002ed829cfd9 35 40 40 40\nd988002ed829cfd9 88 69 69 69\nd988002ed829cfd9 88 81 81 81\nd73616bfd38ef8ed 163 165 165 165\nd73616bfd38ef8ed 163 176 176 176\nd73616bfd38ef8ed 236 201 201 201\ncc8f42cf10fe0c1f 12 33 33 33\ncc8f42cf10fe0c1f 69 52 52 52\ncc8f42cf10fe0c1f 69 67 67 67\n33a93f85d5713a71 54 46 46 46\n33a93f85d5713a71 54 52 52 52\n33a93f85d5713a71 54 53 53 53\n96a2338040f14ccc 10 14 14 14\n96a2338040f14ccc 58 46 46 46\n96a2338040f14ccc 58 58 58 58\n6375c29ff07fb99f 147 157 157 157\n6375c29ff07fb99f 147 167 167 167\n6375c29ff07fb99f 223 213 213 213\ndf20485dc816ba1e 3 12 12 12\ndf20485dc816ba1e 3 16 16 16\ndf20485dc816ba1e 52 52 52 52\n3814a3a8046c8af3 22 25 25 25\n3814a3a8046c8af3 22 45 45 45\n3814a3a8046c8af3 22 56 56 56\n0043978734eec081 68 51 51 51\n0043978734eec081 68 60 60 60\n0043978734eec081 68 66 66 66\nfa14b62a46ffd7b7 71 80 80 80\nfa14b62a46ffd7b7 71 101 101 101\nfa14b62a46ffd7b7 131 107 107 107\n4811a66f87b0dd6a 54 34 34 34\n4811a66f87b0dd6a 54 39 39 39\n4811a66f87b0dd6a 54 41 41 41\nab461fdeca27729e 30 49 49 49\nab461fdeca27729e 30 59 59 59\nab461fdeca27729e 30 71 71 71\nccedaa413b89363e 17 21 21 21\nccedaa413b89363e 63 41 41 41\nccedaa413b89363e 63 50 50 50\n856d8616c018f019 148 154 154 154\n856d8616c018f019 252 232 232 232\n856d8616c018f019 252 237 237 237\na990ec0964cede03 8 13 13 13\na990ec0964cede03 55 44 44 44\na990ec0964cede03 55 48 48 48\na3636ecf26282790 161 165 165 165\na3636ecf26282790 219 199 199 199\na3636ecf26282790 219 202 202 202\ne14e16f3fa0eb5ca 35 38 38 38\ne14e16f3fa0eb5ca 35 45 45 45\ne14e16f3fa0eb5ca 85 78 78 78\n65e056c6fbfc795a 21 23 23 23\n65e056c6fbfc795a 21 39 39 39\n65e056c6fbfc795a 67 56 56 56\nb60cb069c9570f0a 59 31 31 31\nb60cb069c9570f0a 59 34 34 34\nb60cb069c9570f0a 59 42 42 42\n806459ce2b15a2c1 92 102 102 102\n806459ce2b15a2c1 217 158 158 158\n806459ce2b15a2c1 217 160 160 160\n5010f9665c796353 38 85 85 85\n5010f9665c796353 138 99 99 99\n5010f9665c796353 138 106 106 106\ncf691738929ccbed 0 17 17 17\ncf691738929ccbed 0 21 21 21\ncf691738929ccbed 53 45 45 45\nc9c74e714ee21e5e 125 132 132 132\nc9c74e714ee21e5e 125 144 144 144\nc9c74e714ee21e5e 174 160 160 160\nfe33a729fce20467 1 7 7 7\nfe33a729fce20467 1 8 8 8\nfe33a729fce20467 61 37 37 37\n0542630de1d734de 42 62 62 62\n0542630de1d734de 114 89 89 89\n0542630de1d734de 114 111 111 111\na40b587bef7a29a6 2 32 32 32\na40b587bef7a29a6 64 61 61 61\na40b587bef7a29a6 64 64 64 64\n4c96e034f8af77d6 70 74 74 74\n4c96e034f8af77d6 118 107 107 107\n4c96e034f8af77d6 118 108 108 108\n5fe9267f598e66df 88 62 62 62\n5fe9267f598e66df 88 72 72 72\n5fe9267f598e66df 88 78 78 78\nc3c01fa0a879e5b3 47 29 29 29\nc3c01fa0a879e5b3 47 36 36 36\nc3c01fa0a879e5b3 47 41 41 41\nbae2a2f11e0a20b0 108 127 127 127\nbae2a2f11e0a20b0 156 139 139 139\nbae2a2f11e0a20b0 156 155 155 155\n0ac6adb37a92f549 77 62 62 62\n0ac6adb37a92f549 77 64 64 64\n0ac6adb37a92f549 77 72 72 72\ne3ca3f8dad8959e1 55 61 61 61\ne3ca3f8dad8959e1 55 71 71 71\ne3ca3f8dad8959e1 120 98 98 98\n422d976591ab629e 0 8 8 8\n422d976591ab629e 53 28 28 28\n422d976591ab629e 53 32 32 32\n3ea8d9787998f70a 17 18 18 18\n3ea8d9787998f70a 17 41 41 41\n3ea8d9787998f70a 78 52 52 52\n394037c064421c3e 13 24 24 24\n394037c064421c3e 13 28 28 28\n394037c064421c3e 71 65 65 65\n89d9a5069283af3e 21 39 39 39\n89d9a5069283af3e 69 54 54 54\n89d9a5069283af3e 69 68 68 68\n3b6e4e834648db8a 0 16 16 16\n3b6e4e834648db8a 48 29 29 29\n3b6e4e834648db8a 48 37 37 37\nd5409c93b6f88256 106 117 117 117\nd5409c93b6f88256 106 124 124 124\nd5409c93b6f88256 106 135 135 135\na0948de3902ae476 120 137 137 137\na0948de3902ae476 168 145 145 145\na0948de3902ae476 168 150 150 150\na4e9bdb6d746eb0a 28 48 48 48\na4e9bdb6d746eb0a 28 57 57 57\na4e9bdb6d746eb0a 117 80 80 80\n1a71f05476d8864f 30 32 32 32\n1a71f05476d8864f 30 46 46 46\n1a71f05476d8864f 79 58 58 58\nc9ce08f3c855f349 41 55 55 55\nc9ce08f3c855f349 86 64 64 64\nc9ce08f3c855f349 86 65 65 65\nfadc00ad10f04bff 10 22 22 22\nfadc00ad10f04bff 64 50 50 50\nfadc00ad10f04bff 64 64 64 64\n7b3f0173cb6db315 36 45 45 45\n7b3f0173cb6db315 91 86 86 86\n7b3f0173cb6db315 91 91 91 91\n180bf845cc8cada3 1 21 21 21\n180bf845cc8cada3 59 38 38 38\n180bf845cc8cada3 59 52 52 52\nf891e55243f2a506 1 20 20 20\nf891e55243f2a506 1 31 31 31\nf891e55243f2a506 85 80 80 80\nf701ed6b2b2910b3 0 0 0 0\nf701ed6b2b2910b3 0 17 17 17\nf701ed6b2b2910b3 0 26 26 26\n75c71c5a68be71ed 124 157 157 157\n75c71c5a68be71ed 124 174 174 174\n75c71c5a68be71ed 245 242 242 242\n7fff494560e8cd2a 69 86 86 86\n7fff494560e8cd2a 69 89 89 89\n7fff494560e8cd2a 137 130 130 130\n06f4bfa5f9d5fe0e 13 15 15 15\n06f4bfa5f9d5fe0e 13 31 31 31\n06f4bfa5f9d5fe0e 73 49 49 49\n36afe96c11a8211c 38 63 63 63\n36afe96c11a8211c 88 73 73 73\n36afe96c11a8211c 88 76 76 76\n7974ecaec39a52bb 5 15 15 15\n7974ecaec39a52bb 50 31 31 31\n7974ecaec39a52bb 50 47 47 47\n701de1fefcf213cd 30 46 46 46\n701de1fefcf213cd 30 55 55 55\n701de1fefcf213cd 93 89 89 89\ne17f60e0b97a0bff 12 29 29 29\ne17f60e0b97a0bff 12 30 30 30\ne17f60e0b97a0bff 62 48 48 48\n5b3349b38b09cd7a 1 25 25 25\n5b3349b38b09cd7a 65 39 39 39\n5b3349b38b09cd7a 65 41 41 41\naabf4d3168897092 61 35 35 35\naabf4d3168897092 61 37 37 37\naabf4d3168897092 61 41 41 41\na0ce6a587d0e4cbb 2 24 24 24\na0ce6a587d0e4cbb 2 25 25 25\na0ce6a587d0e4cbb 58 52 52 52\n4f97864adb670664 154 173 173 173\n4f97864adb670664 236 196 196 196\n4f97864adb670664 236 202 202 202\n088b93f15ca8745d 3 16 16 16\n088b93f15ca8745d 83 62 62 62\n088b93f15ca8745d 83 80 80 80\n5151d3969e328df1 45 53 53 53\n5151d3969e328df1 45 79 79 79\n5151d3969e328df1 119 112 112 112\n1f7b2e0fd123b93c 17 28 28 28\n1f7b2e0fd123b93c 17 44 44 44\n1f7b2e0fd123b93c 77 62 62 62\n01fa6190cd47d125 90 104 104 104\n01fa6190cd47d125 90 107 107 107\n01fa6190cd47d125 168 132 132 132\n95e208d61caf19c0 0 1 1 1\n95e208d61caf19c0 0 21 21 21\n95e208d61caf19c0 0 24 24 24\n2aa1e311e4bc039b 1 17 17 17\n2aa1e311e4bc039b 50 34 34 34\n2aa1e311e4bc039b 50 46 46 46\n77b60a0c0deac4ab 215 237 237 237\n77b60a0c0deac4ab 271 245 245 245\n77b60a0c0deac4ab 271 255 255 255\n01eca393f86d37c5 56 100 100 100\n01eca393f86d37c5 155 124 124 124\n01eca393f86d37c5 155 129 129 129\n4bdb70500b99c91f 15 59 59 59\n4bdb70500b99c91f 146 81 81 81\n4bdb70500b99c91f 146 134 134 134\n2defb4625a3ccb54 59 69 69 69\n2defb4625a3ccb54 59 81 81 81\n2defb4625a3ccb54 104 103 103 103\n764fb07d92a3049e 97 81 81 81\n764fb07d92a3049e 97 85 85 85\n764fb07d92a3049e 97 87 87 87\n0f59c103684c0437 7 20 20 20\n0f59c103684c0437 7 28 28 28\n0f59c103684c0437 67 48 48 48\n84029656238003da 24 28 28 28\n84029656238003da 24 29 29 29\n84029656238003da 117 110 110 110\n4766f2062abaaf74 110 124 124 124\n4766f2062abaaf74 186 173 173 173\n4766f2062abaaf74 186 180 180 180\n6a3fc7c0aee227b9 38 42 42 42\n6a3fc7c0aee227b9 38 63 63 63\n6a3fc7c0aee227b9 110 98 98 98\n298c394f21c62ae6 42 50 50 50\n298c394f21c62ae6 42 51 51 51\n298c394f21c62ae6 105 75 75 75\nff887646981745a6 193 212 212 212\nff887646981745a6 193 217 217 217\nff887646981745a6 242 229 229 229\n2cc8ef9e5319d5d7 9 14 14 14\n2cc8ef9e5319d5d7 76 49 49 49\n2cc8ef9e5319d5d7 76 52 52 52\n904a0f9fa6651f9f 33 39 39 39\n904a0f9fa6651f9f 33 60 60 60\n904a0f9fa6651f9f 107 80 80 80\n9c17e6aae5166ab5 4 4 4 4\n9c17e6aae5166ab5 4 8 8 8\n9c17e6aae5166ab5 4 23 23 23\ned8e904729cd2567 20 20 20 20\ned8e904729cd2567 66 59 59 59\ned8e904729cd2567 66 66 66 66\n43c329f7c0b40258 172 120 120 120\n43c329f7c0b40258 172 139 139 139\n43c329f7c0b40258 172 168 168 168\n89e24a668e620701 7 8 8 8\n89e24a668e620701 88 50 50 50\n89e24a668e620701 88 66 66 66\n8117627823c9776b 43 70 70 70\n8117627823c9776b 125 110 110 110\n8117627823c9776b 125 125 125 125\n64eaccc023c24217 17 19 19 19\n64eaccc023c24217 17 29 29 29\n64eaccc023c24217 71 60 60 60\nbb4347cfb631b620 161 189 189 189\nbb4347cfb631b620 271 230 230 230\nbb4347cfb631b620 271 240 240 240\n6b617d353c1937e3 32 42 42 42\n6b617d353c1937e3 79 57 57 57\n6b617d353c1937e3 79 59 59 59\nb620587f8ff01202 34 52 52 52\nb620587f8ff01202 34 57 57 57\nb620587f8ff01202 80 73 73 73\n04f5153fc5255516 24 31 31 31\n04f5153fc5255516 77 72 72 72\n04f5153fc5255516 77 77 77 77\n6b000ecd86c7b35f 32 47 47 47\n6b000ecd86c7b35f 80 60 60 60\n6b000ecd86c7b35f 80 71 71 71\n04fe4ec70781a0e8 27 49 49 49\n04fe4ec70781a0e8 86 71 71 71\n04fe4ec70781a0e8 86 72 72 72\n3eac186b3e7badb2 143 119 119 119\n3eac186b3e7badb2 143 132 132 132\n3eac186b3e7badb2 143 137 137 137\n819137fb150ec28e 104 66 66 66\n819137fb150ec28e 104 75 75 75\n819137fb150ec28e 104 98 98 98\nda75d4dd1b228bfc 6 25 25 25\nda75d4dd1b228bfc 6 30 30 30\nda75d4dd1b228bfc 63 61 61 61\nd4c4f75f8c8e8f9f 57 73 73 73\nd4c4f75f8c8e8f9f 57 85 85 85\nd4c4f75f8c8e8f9f 135 99 99 99\n45536907ffef7585 148 100 100 100\n45536907ffef7585 148 114 114 114\n45536907ffef7585 148 140 140 140\n81171940b9a26d2f 136 108 108 108\n81171940b9a26d2f 136 113 113 113\n81171940b9a26d2f 136 118 118 118\nae12c4e269cb8f8b 29 38 38 38\nae12c4e269cb8f8b 74 67 67 67\nae12c4e269cb8f8b 74 69 69 69\n17d841670d2da942 28 38 38 38\n17d841670d2da942 28 45 45 45\n17d841670d2da942 89 82 82 82\n2a9d8ba86290db0e 8 11 11 11\n2a9d8ba86290db0e 83 46 46 46\n2a9d8ba86290db0e 83 60 60 60\n9cf900f633b8031e 0 31 31 31\n9cf900f633b8031e 97 66 66 66\n9cf900f633b8031e 97 87 87 87\na04f343b42565da9 3 5 5 5\na04f343b42565da9 60 40 40 40\na04f343b42565da9 60 51 51 51\nfbdcb1880c6bab8e 7 9 9 9\nfbdcb1880c6bab8e 7 24 24 24\nfbdcb1880c6bab8e 75 51 51 51\n7c2b5456f1456d5f 129 148 148 148\n7c2b5456f1456d5f 129 167 167 167\n7c2b5456f1456d5f 205 189 189 189\nd4d374d3c6c4bcbf 149 162 162 162\nd4d374d3c6c4bcbf 149 168 168 168\nd4d374d3c6c4bcbf 210 184 184 184\n7e6ba9d37330e4e4 0 11 11 11\n7e6ba9d37330e4e4 0 14 14 14\n7e6ba9d37330e4e4 0 20 20 20\n2d39f39fb8254c27 88 80 80 80\n2d39f39fb8254c27 88 83 83 83\n2d39f39fb8254c27 88 88 88 88\n90816b5180dc6050 157 163 163 163\n90816b5180dc6050 157 177 177 177\n90816b5180dc6050 157 179 179 179\n0181d3b41c2cf87c 91 95 95 95\n0181d3b41c2cf87c 91 110 110 110\n0181d3b41c2cf87c 91 137 137 137\n6826c60fe2e80bb5 1 21 21 21\n6826c60fe2e80bb5 52 27 27 27\n6826c60fe2e80bb5 52 46 46 46\n6636d77b91073b2d 14 20 20 20\n6636d77b91073b2d 14 29 29 29\n6636d77b91073b2d 74 56 56 56\n4dd5f18afee6ab96 9 17 17 17\n4dd5f18afee6ab96 9 29 29 29\n4dd5f18afee6ab96 9 31 31 31\nf9b6dac3f949a98d 42 55 55 55\nf9b6dac3f949a98d 42 57 57 57\nf9b6dac3f949a98d 87 73 73 73\nc886971b3865d890 218 218 218 218\nc886971b3865d890 218 240 240 240\nc886971b3865d890 265 247 247 247\nfba249b58e9d2440 15 15 15 15\nfba249b58e9d2440 15 17 17 17\nfba249b58e9d2440 60 57 57 57\n7d1d9a87339d1530 32 45 45 45\n7d1d9a87339d1530 84 66 66 66\n7d1d9a87339d1530 84 80 80 80\n3fe783b9c7c8f492 28 32 32 32\n3fe783b9c7c8f492 91 75 75 75\n3fe783b9c7c8f492 91 76 76 76\nbcec42805bcee3e4 117 155 155 155\nbcec42805bcee3e4 198 167 167 167\nbcec42805bcee3e4 198 177 177 177\n361d722ef5009e09 129 164 164 164\n361d722ef5009e09 129 178 178 178\n361d722ef5009e09 227 225 225 225\n0b530eea368f626e 39 51 51 51\n0b530eea368f626e 39 62 62 62\n0b530eea368f626e 95 72 72 72\n7bab7b21dbaf38ab 77 86 86 86\n7bab7b21dbaf38ab 123 104 104 104\n7bab7b21dbaf38ab 123 119 119 119\nbba63b8f3750ba13 1 1 1 1\nbba63b8f3750ba13 1 10 10 10\nbba63b8f3750ba13 1 11 11 11\ndc2ebe7457bdfcf2 43 50 50 50\ndc2ebe7457bdfcf2 89 73 73 73\ndc2ebe7457bdfcf2 89 77 77 77\n5e9245c494f03552 12 26 26 26\n5e9245c494f03552 12 28 28 28\n5e9245c494f03552 12 35 35 35\nec9ca28d43dc2c34 22 31 31 31\nec9ca28d43dc2c34 73 49 49 49\nec9ca28d43dc2c34 73 65 65 65\nd98d7b9002025750 5 12 12 12\nd98d7b9002025750 89 69 69 69\nd98d7b9002025750 89 83 83 83\nbcbc4709592548bd 1 35 35 35\nbcbc4709592548bd 90 58 58 58\nbcbc4709592548bd 90 85 85 85\n1a82f31490fba51d 78 79 79 79\n1a82f31490fba51d 147 115 115 115\n1a82f31490fba51d 147 131 131 131\nd719eaa1f2dea0a3 1 9 9 9\nd719eaa1f2dea0a3 52 40 40 40\nd719eaa1f2dea0a3 52 41 41 41\nb39cc50ccc82d5af 14 29 29 29\nb39cc50ccc82d5af 14 37 37 37\nb39cc50ccc82d5af 65 56 56 56\n1c58aa75858147f1 124 102 102 102\n1c58aa75858147f1 124 104 104 104\n1c58aa75858147f1 124 115 115 115\nd5cddd204a805bad 22 23 23 23\nd5cddd204a805bad 22 31 31 31\nd5cddd204a805bad 22 44 44 44\n739b73b8848f72cb 33 35 35 35\n739b73b8848f72cb 33 47 47 47\n739b73b8848f72cb 84 60 60 60\n836441bc56499fd6 241 212 212 212\n836441bc56499fd6 241 222 222 222\n836441bc56499fd6 241 228 228 228\n7c002a878430c81e 14 14 14 14\n7c002a878430c81e 64 42 42 42\n7c002a878430c81e 64 43 43 43\n3015a3eab4b6d042 18 22 22 22\n3015a3eab4b6d042 18 25 25 25\n3015a3eab4b6d042 69 52 52 52\nf287c679c250a841 12 13 13 13\nf287c679c250a841 62 41 41 41\nf287c679c250a841 62 43 43 43\n4e66b1e1bd9676d0 27 43 43 43\n4e66b1e1bd9676d0 27 44 44 44\n4e66b1e1bd9676d0 113 108 108 108\nddf7208a1999766d 0 2 2 2\nddf7208a1999766d 0 9 9 9\nddf7208a1999766d 47 43 43 43\n2b4e1061f6415a4a 19 40 40 40\n2b4e1061f6415a4a 19 46 46 46\n2b4e1061f6415a4a 81 70 70 70\nbab18a531abc7fd3 64 80 80 80\nbab18a531abc7fd3 116 97 97 97\nbab18a531abc7fd3 116 110 110 110\n284efc2041b1d1d8 94 98 98 98\n284efc2041b1d1d8 94 103 103 103\n284efc2041b1d1d8 160 149 149 149\na0ba0e3061431ff7 26 38 38 38\na0ba0e3061431ff7 71 56 56 56\na0ba0e3061431ff7 71 66 66 66\na9f4c848d3d3176e 21 33 33 33\na9f4c848d3d3176e 21 41 41 41\na9f4c848d3d3176e 21 44 44 44\n46200541f9943d16 36 58 58 58\n46200541f9943d16 85 74 74 74\n46200541f9943d16 85 75 75 75\nb40142d9233e7825 216 222 222 222\nb40142d9233e7825 216 228 228 228\nb40142d9233e7825 216 238 238 238\n3fb3327a177a0175 8 11 11 11\n3fb3327a177a0175 8 33 33 33\n3fb3327a177a0175 67 42 42 42\n9bd7c28ddb5bcc58 114 97 97 97\n9bd7c28ddb5bcc58 114 99 99 99\n9bd7c28ddb5bcc58 114 109 109 109\n5dbdeaa9881baa28 6 16 16 16\n5dbdeaa9881baa28 6 29 29 29\n5dbdeaa9881baa28 54 50 50 50\nd42055153cb42cfa 92 111 111 111\nd42055153cb42cfa 139 137 137 137\nd42055153cb42cfa 139 139 139 139\n04e4c841b349bf5c 69 94 94 94\n04e4c841b349bf5c 121 98 98 98\n04e4c841b349bf5c 121 100 100 100\ne2e8ecd6692134c8 30 34 34 34\ne2e8ecd6692134c8 30 35 35 35\ne2e8ecd6692134c8 102 102 102 102\n7c202ec0aff9b60e 4 5 5 5\n7c202ec0aff9b60e 4 14 14 14\n7c202ec0aff9b60e 49 46 46 46\n4c7df9d3840b2d63 129 96 96 96\n4c7df9d3840b2d63 129 113 113 113\n4c7df9d3840b2d63 129 125 125 125\nfbe9232477f69e33 7 26 26 26\nfbe9232477f69e33 53 31 31 31\nfbe9232477f69e33 53 53 53 53\nbdf02051908f1fa7 1 11 11 11\nbdf02051908f1fa7 46 40 40 40\nbdf02051908f1fa7 46 42 42 42\n46b2a13f6ab0be05 25 80 80 80\n46b2a13f6ab0be05 138 100 100 100\n46b2a13f6ab0be05 138 119 119 119\nc73e9fdc045b0eaa 92 94 94 94\nc73e9fdc045b0eaa 92 104 104 104\nc73e9fdc045b0eaa 225 166 166 166\n94a2675785393082 33 42 42 42\n94a2675785393082 78 62 62 62\n94a2675785393082 78 68 68 68\na9252b44ce1d7bac 12 17 17 17\na9252b44ce1d7bac 12 33 33 33\na9252b44ce1d7bac 88 81 81 81\n4bf0a2a23df813f4 0 6 6 6\n4bf0a2a23df813f4 0 24 24 24\n4bf0a2a23df813f4 49 39 39 39\nac5ea02b6308672b 7 19 19 19\nac5ea02b6308672b 7 27 27 27\nac5ea02b6308672b 53 46 46 46\n746b958ad1d217fe 4 4 4 4\n746b958ad1d217fe 4 21 21 21\n746b958ad1d217fe 52 41 41 41\nc632aba78200c31d 123 108 108 108\nc632aba78200c31d 123 109 109 109\nc632aba78200c31d 123 114 114 114\n9ab639ce124d7b51 14 32 32 32\n9ab639ce124d7b51 14 33 33 33\n9ab639ce124d7b51 64 46 46 46\ne598846d7523a734 4 11 11 11\ne598846d7523a734 55 30 30 30\ne598846d7523a734 55 34 34 34\nf8939dcddaf7f07e 16 18 18 18\nf8939dcddaf7f07e 69 61 61 61\nf8939dcddaf7f07e 69 66 66 66\nec8a18bf04341836 114 91 91 91\nec8a18bf04341836 114 92 92 92\nec8a18bf04341836 114 111 111 111\nc2b55cdcb4729676 42 55 55 55\nc2b55cdcb4729676 103 96 96 96\nc2b55cdcb4729676 103 103 103 103\n0871e5f582cd933c 74 48 48 48\n0871e5f582cd933c 74 63 63 63\n0871e5f582cd933c 74 65 65 65\nb7cf8c0eb7ce0625 0 22 22 22\nb7cf8c0eb7ce0625 0 29 29 29\nb7cf8c0eb7ce0625 0 33 33 33\n6f0ec56192a25862 43 54 54 54\n6f0ec56192a25862 43 55 55 55\n6f0ec56192a25862 103 84 84 84\nf76e22ad948f8218 80 137 137 137\nf76e22ad948f8218 214 185 185 185\nf76e22ad948f8218 214 200 200 200\n9654656bfbf9e580 0 18 18 18\n9654656bfbf9e580 0 22 22 22\n9654656bfbf9e580 46 44 44 44\n7a18ed9f02f946f4 11 23 23 23\n7a18ed9f02f946f4 56 39 39 39\n7a18ed9f02f946f4 56 47 47 47\n2c596a5abfd67267 23 27 27 27\n2c596a5abfd67267 23 34 34 34\n2c596a5abfd67267 23 36 36 36\nbe4ba1a5e9dbdf9b 69 56 56 56\nbe4ba1a5e9dbdf9b 69 57 57 57\nbe4ba1a5e9dbdf9b 69 59 59 59\n3628ec0337eae7be 141 161 161 161\n3628ec0337eae7be 141 199 199 199\n3628ec0337eae7be 260 231 231 231\naa4a4768c8635fde 87 95 95 95\naa4a4768c8635fde 87 134 134 134\naa4a4768c8635fde 189 153 153 153\n4cc48509585e4157 43 48 48 48\n4cc48509585e4157 115 82 82 82\n4cc48509585e4157 115 94 94 94\nb3f998bea78e350b 17 43 43 43\nb3f998bea78e350b 84 60 60 60\nb3f998bea78e350b 84 69 69 69\n27b21afa9b2ef71c 37 43 43 43\n27b21afa9b2ef71c 37 54 54 54\n27b21afa9b2ef71c 97 93 93 93\n4c2ed13774ae4613 5 17 17 17\n4c2ed13774ae4613 56 45 45 45\n4c2ed13774ae4613 56 48 48 48\n4cc4c8a8cfa8e944 11 27 27 27\n4cc4c8a8cfa8e944 91 63 63 63\n4cc4c8a8cfa8e944 91 64 64 64\n71930817a2e0f2de 49 75 75 75\n71930817a2e0f2de 49 97 97 97\n71930817a2e0f2de 170 151 151 151\ne325708fe17658ee 165 170 170 170\ne325708fe17658ee 165 194 194 194\ne325708fe17658ee 226 216 216 216\n1acca83523e5bcf7 18 28 28 28\n1acca83523e5bcf7 18 41 41 41\n1acca83523e5bcf7 83 72 72 72\nf3c66c5552e28f20 132 138 138 138\nf3c66c5552e28f20 132 150 150 150\nf3c66c5552e28f20 180 163 163 163\naed2fad5a19a53be 114 81 81 81\naed2fad5a19a53be 114 102 102 102\naed2fad5a19a53be 114 112 112 112\ne75b3b4a6d3dc038 169 183 183 183\ne75b3b4a6d3dc038 169 197 197 197\ne75b3b4a6d3dc038 230 210 210 210\n83662e3f6fd46f4c 56 70 70 70\n83662e3f6fd46f4c 56 78 78 78\n83662e3f6fd46f4c 122 92 92 92\n8f06df2fca9350ba 47 50 50 50\n8f06df2fca9350ba 94 73 73 73\n8f06df2fca9350ba 94 77 77 77\n8d360bd4931a8f83 5 20 20 20\n8d360bd4931a8f83 5 26 26 26\n8d360bd4931a8f83 52 47 47 47\nab7bc777bfe89560 42 59 59 59\nab7bc777bfe89560 42 69 69 69\nab7bc777bfe89560 107 75 75 75\ndaf2753fc9a37782 120 97 97 97\ndaf2753fc9a37782 120 105 105 105\ndaf2753fc9a37782 120 111 111 111\n56edeae2e8d253be 81 60 60 60\n56edeae2e8d253be 81 65 65 65\n56edeae2e8d253be 81 75 75 75\n11337164b772b7c9 10 31 31 31\n11337164b772b7c9 72 59 59 59\n11337164b772b7c9 72 63 63 63\n61b6485ad242bf8a 1 5 5 5\n61b6485ad242bf8a 1 25 25 25\n61b6485ad242bf8a 51 27 27 27\na9af103dd88fc3bc 7 8 8 8\na9af103dd88fc3bc 7 26 26 26\na9af103dd88fc3bc 55 37 37 37\n59ca699e5d4e8358 1 6 6 6\n59ca699e5d4e8358 1 26 26 26\n59ca699e5d4e8358 64 62 62 62\n647875a0a979ab1b 22 33 33 33\n647875a0a979ab1b 76 65 65 65\n647875a0a979ab1b 76 73 73 73\n4393f3a15ed6fb9a 26 54 54 54\n4393f3a15ed6fb9a 103 79 79 79\n4393f3a15ed6fb9a 103 90 90 90\nc83531d193431010 4 10 10 10\nc83531d193431010 59 33 33 33\nc83531d193431010 59 53 53 53\na197cd828c2ac481 33 50 50 50\na197cd828c2ac481 88 78 78 78\na197cd828c2ac481 88 86 86 86\n67caddef25867bd8 0 1 1 1\n67caddef25867bd8 0 10 10 10\n67caddef25867bd8 0 11 11 11\n6ee670df48229b4e 26 47 47 47\n6ee670df48229b4e 72 65 65 65\n6ee670df48229b4e 72 71 71 71\n729b45a6f1b03e3d 29 38 38 38\n729b45a6f1b03e3d 75 53 53 53\n729b45a6f1b03e3d 75 67 67 67\n5907e099d74681e5 56 66 66 66\n5907e099d74681e5 56 67 67 67\n5907e099d74681e5 56 69 69 69\ndf2eb6835b59491f 71 88 88 88\ndf2eb6835b59491f 71 91 91 91\ndf2eb6835b59491f 71 96 96 96\nbb54cbf77871e274 6 24 24 24\nbb54cbf77871e274 6 30 30 30\nbb54cbf77871e274 66 48 48 48\nba9745dafb3a581c 6 24 24 24\nba9745dafb3a581c 54 31 31 31\nba9745dafb3a581c 54 34 34 34\naaa7703d439239d3 50 73 73 73\naaa7703d439239d3 112 87 87 87\naaa7703d439239d3 112 107 107 107\n1be80ff36848e758 10 29 29 29\n1be80ff36848e758 84 49 49 49\n1be80ff36848e758 84 57 57 57\n8b0ad2e14b8f1cd3 84 117 117 117\n8b0ad2e14b8f1cd3 165 155 155 155\n8b0ad2e14b8f1cd3 165 164 164 164\n5f92bc0686686e41 23 29 29 29\n5f92bc0686686e41 23 51 51 51\n5f92bc0686686e41 90 69 69 69\nf04880903462e8f0 11 40 40 40\nf04880903462e8f0 11 42 42 42\nf04880903462e8f0 11 45 45 45\n7a34348316608aee 63 65 65 65\n7a34348316608aee 63 80 80 80\n7a34348316608aee 132 115 115 115\ndfde927791edef3d 35 36 36 36\ndfde927791edef3d 115 83 83 83\ndfde927791edef3d 115 87 87 87\nc57faaf23ae30df2 40 42 42 42\nc57faaf23ae30df2 40 69 69 69\nc57faaf23ae30df2 129 101 101 101\nfd9ab1e2b1f8e5aa 1 33 33 33\nfd9ab1e2b1f8e5aa 67 45 45 45\nfd9ab1e2b1f8e5aa 67 55 55 55\nfe625de05cd0a34b 75 97 97 97\nfe625de05cd0a34b 131 109 109 109\nfe625de05cd0a34b 131 117 117 117\nac24b0886ebbf7b1 43 56 56 56\nac24b0886ebbf7b1 43 89 89 89\nac24b0886ebbf7b1 148 140 140 140\n19ec130ecea98d5e 219 223 223 223\n19ec130ecea98d5e 264 252 252 252\n19ec130ecea98d5e 264 254 254 254\n6e6df1bb86b2dad8 40 49 49 49\n6e6df1bb86b2dad8 40 56 56 56\n6e6df1bb86b2dad8 113 79 79 79\naec8f8a564b4a4a5 9 18 18 18\naec8f8a564b4a4a5 54 40 40 40\naec8f8a564b4a4a5 54 41 41 41\n7b9b00cf3ccf21da 99 124 124 124\n7b9b00cf3ccf21da 164 148 148 148\n7b9b00cf3ccf21da 164 160 160 160\n0ef15055b44649e3 32 61 61 61\n0ef15055b44649e3 94 81 81 81\n0ef15055b44649e3 94 89 89 89\n74529f6aa841fa08 44 49 49 49\n74529f6aa841fa08 44 61 61 61\n74529f6aa841fa08 91 85 85 85\n995e717da8a7b123 36 37 37 37\n995e717da8a7b123 109 82 82 82\n995e717da8a7b123 109 92 92 92\n5b3e821c2d04db3d 27 39 39 39\n5b3e821c2d04db3d 118 105 105 105\n5b3e821c2d04db3d 118 118 118 118\ne20bfeffc627313c 3 10 10 10\ne20bfeffc627313c 3 18 18 18\ne20bfeffc627313c 3 19 19 19\nbc80043f72d20b5f 27 28 28 28\nbc80043f72d20b5f 27 43 43 43\nbc80043f72d20b5f 27 53 53 53\n8c6376666f9956c9 59 59 59 59\n8c6376666f9956c9 108 87 87 87\n8c6376666f9956c9 108 93 93 93\nf0e5ea4b11dd17ee 2 20 20 20\nf0e5ea4b11dd17ee 52 47 47 47\nf0e5ea4b11dd17ee 52 49 49 49\n89989ea1cdde53bd 76 43 43 43\n89989ea1cdde53bd 76 59 59 59\n89989ea1cdde53bd 76 67 67 67\n957f7dca9cf5022c 176 154 154 154\n957f7dca9cf5022c 176 160 160 160\n957f7dca9cf5022c 176 169 169 169\n6cb785759c99e839 17 20 20 20\n6cb785759c99e839 71 48 48 48\n6cb785759c99e839 71 70 70 70\n57ed3518c548f1d9 118 132 132 132\n57ed3518c548f1d9 118 137 137 137\n57ed3518c548f1d9 194 177 177 177\naafc6d7b78cb27d5 126 148 148 148\naafc6d7b78cb27d5 177 165 165 165\naafc6d7b78cb27d5 177 168 168 168\n5fb79c6ae32380cd 94 71 71 71\n5fb79c6ae32380cd 94 73 73 73\n5fb79c6ae32380cd 94 89 89 89\nf3d5764df5b4f962 81 91 91 91\nf3d5764df5b4f962 81 103 103 103\nf3d5764df5b4f962 190 169 169 169\n6dbaec3d6fb0fb56 87 96 96 96\n6dbaec3d6fb0fb56 87 107 107 107\n6dbaec3d6fb0fb56 87 108 108 108\n9de9bb47ac743071 181 183 183 183\n9de9bb47ac743071 181 219 219 219\n9de9bb47ac743071 265 250 250 250\ndabd7fc58d2ae00b 117 138 138 138\ndabd7fc58d2ae00b 117 139 139 139\ndabd7fc58d2ae00b 169 161 161 161\nf30fabe79ec592b0 57 63 63 63\nf30fabe79ec592b0 57 89 89 89\nf30fabe79ec592b0 146 111 111 111\n0896b4819e39caf2 0 10 10 10\n0896b4819e39caf2 0 13 13 13\n0896b4819e39caf2 0 15 15 15\ne5fc5bde96d28aa7 79 91 91 91\ne5fc5bde96d28aa7 79 106 106 106\ne5fc5bde96d28aa7 137 136 136 136\n3f8e810aba1a01ad 0 16 16 16\n3f8e810aba1a01ad 45 28 28 28\n3f8e810aba1a01ad 45 37 37 37\n575c0e2214a43d45 83 68 68 68\n575c0e2214a43d45 83 69 69 69\n575c0e2214a43d45 83 81 81 81\n45dce690caec2917 14 26 26 26\n45dce690caec2917 14 30 30 30\n45dce690caec2917 67 45 45 45\n6e3ec47fd91091aa 16 29 29 29\n6e3ec47fd91091aa 16 35 35 35\n6e3ec47fd91091aa 69 58 58 58\n47191aa41a979900 146 123 123 123\n47191aa41a979900 146 127 127 127\n47191aa41a979900 146 130 130 130\n9de5a468907321fe 4 6 6 6\n9de5a468907321fe 4 14 14 14\n9de5a468907321fe 54 48 48 48\n78d3582f79e1200e 113 80 80 80\n78d3582f79e1200e 113 87 87 87\n78d3582f79e1200e 113 103 103 103\n20764a96cc70fe46 26 33 33 33\n20764a96cc70fe46 147 127 127 127\n20764a96cc70fe46 147 130 130 130\n4949361d0831c838 66 95 95 95\n4949361d0831c838 66 102 102 102\n4949361d0831c838 148 136 136 136\n5590c5929892c362 14 21 21 21\n5590c5929892c362 14 35 35 35\n5590c5929892c362 108 104 104 104\nbecb6b76e38c18f7 66 99 99 99\nbecb6b76e38c18f7 155 141 141 141\nbecb6b76e38c18f7 155 150 150 150\n81cb0c6e650961b2 11 20 20 20\n81cb0c6e650961b2 76 51 51 51\n81cb0c6e650961b2 76 53 53 53\necda08d8c061689c 0 8 8 8\necda08d8c061689c 0 39 39 39\necda08d8c061689c 83 63 63 63\nfce3a289eed2d6c6 72 81 81 81\nfce3a289eed2d6c6 144 123 123 123\nfce3a289eed2d6c6 144 134 134 134\n2d0e6766c725becc 191 198 198 198\n2d0e6766c725becc 191 200 200 200\n2d0e6766c725becc 256 237 237 237\nc87dd7b841d77114 82 123 123 123\nc87dd7b841d77114 168 147 147 147\nc87dd7b841d77114 168 149 149 149\nead2bb83c1955f14 83 58 58 58\nead2bb83c1955f14 83 65 65 65\nead2bb83c1955f14 83 76 76 76\n7131e6ea4b5fd32b 26 43 43 43\n7131e6ea4b5fd32b 90 72 72 72\n7131e6ea4b5fd32b 90 74 74 74\n6c1cb76f5e08ef49 28 46 46 46\n6c1cb76f5e08ef49 87 69 69 69\n6c1cb76f5e08ef49 87 75 75 75\ncf0c668465cd0880 178 192 192 192\ncf0c668465cd0880 178 202 202 202\ncf0c668465cd0880 252 251 251 251\neac593ae8fff36a3 60 83 83 83\neac593ae8fff36a3 60 89 89 89\neac593ae8fff36a3 124 122 122 122\n41936ce6152fee64 3 12 12 12\n41936ce6152fee64 63 41 41 41\n41936ce6152fee64 63 47 47 47\n195074aeac8bbd76 12 26 26 26\n195074aeac8bbd76 12 27 27 27\n195074aeac8bbd76 63 62 62 62\nf28ef96bc6478898 63 42 42 42\nf28ef96bc6478898 63 44 44 44\nf28ef96bc6478898 63 51 51 51\n276541de04b447c9 28 51 51 51\n276541de04b447c9 85 59 59 59\n276541de04b447c9 85 77 77 77\n557d01bd3870bdc3 49 52 52 52\n557d01bd3870bdc3 132 101 101 101\n557d01bd3870bdc3 132 113 113 113\n06ca8f480c91e9eb 78 97 97 97\n06ca8f480c91e9eb 128 107 107 107\n06ca8f480c91e9eb 128 110 110 110\nf3ed8a28d7ce7cfb 51 42 42 42\nf3ed8a28d7ce7cfb 51 45 45 45\nf3ed8a28d7ce7cfb 51 50 50 50\n6b658b1d8562dc85 224 233 233 233\n6b658b1d8562dc85 224 236 236 236\n6b658b1d8562dc85 274 267 267 267\ncdd7331ebf3d97dc 16 16 16 16\ncdd7331ebf3d97dc 16 19 19 19\ncdd7331ebf3d97dc 16 34 34 34\n0b4d5beb7d3bd867 31 47 47 47\n0b4d5beb7d3bd867 31 56 56 56\n0b4d5beb7d3bd867 105 71 71 71\n70d4509795d91dc2 27 37 37 37\n70d4509795d91dc2 27 42 42 42\n70d4509795d91dc2 79 72 72 72\na7a6ca07e47d3ebe 13 22 22 22\na7a6ca07e47d3ebe 66 52 52 52\na7a6ca07e47d3ebe 66 63 63 63\n42565e9d863220ae 72 76 76 76\n42565e9d863220ae 72 102 102 102\n42565e9d863220ae 72 107 107 107\na9bf92c478ac7127 0 4 4 4\na9bf92c478ac7127 0 7 7 7\na9bf92c478ac7127 0 10 10 10\n22a0db80d91128e4 244 215 215 215\n22a0db80d91128e4 244 223 223 223\n22a0db80d91128e4 244 225 225 225\n62454a648af0bab2 4 6 6 6\n62454a648af0bab2 4 17 17 17\n62454a648af0bab2 49 44 44 44\n0af60a9ffd747a1c 5 30 30 30\n0af60a9ffd747a1c 5 33 33 33\n0af60a9ffd747a1c 65 44 44 44\neb605762d488082c 164 165 165 165\neb605762d488082c 164 206 206 206\neb605762d488082c 278 244 244 244\n5683f9d74a5d57e7 67 77 77 77\n5683f9d74a5d57e7 67 88 88 88\n5683f9d74a5d57e7 175 147 147 147\n9ac2d730d82f59c2 18 46 46 46\n9ac2d730d82f59c2 75 55 55 55\n9ac2d730d82f59c2 75 61 61 61\n0d7f00ff38b135f7 77 129 129 129\n0d7f00ff38b135f7 187 180 180 180\n0d7f00ff38b135f7 187 186 186 186\n689bfbf638f18a83 199 200 200 200\n689bfbf638f18a83 256 243 243 243\n689bfbf638f18a83 256 254 254 254\n0f12b97e0e4c7e21 201 224 224 224\n0f12b97e0e4c7e21 254 242 242 242\n0f12b97e0e4c7e21 254 254 254 254\n91234df26c87a72b 2 13 13 13\n91234df26c87a72b 2 15 15 15\n91234df26c87a72b 96 77 77 77\n87b6e7013c92041d 215 226 226 226\n87b6e7013c92041d 215 233 233 233\n87b6e7013c92041d 260 247 247 247\nbffe7a01c7b8dcfe 33 41 41 41\nbffe7a01c7b8dcfe 33 54 54 54\nbffe7a01c7b8dcfe 81 60 60 60\n9b473c8fb35c49d3 25 31 31 31\n9b473c8fb35c49d3 72 62 62 62\n9b473c8fb35c49d3 72 65 65 65\ndd5288bacc7da7cf 19 26 26 26\ndd5288bacc7da7cf 19 40 40 40\ndd5288bacc7da7cf 73 69 69 69\n14417ac810f2024f 68 42 42 42\n14417ac810f2024f 68 43 43 43\n14417ac810f2024f 68 63 63 63\n0c824455996db331 111 131 131 131\n0c824455996db331 166 141 141 141\n0c824455996db331 166 143 143 143\na030e89683ab9e52 28 42 42 42\na030e89683ab9e52 28 47 47 47\na030e89683ab9e52 85 82 82 82\n03b440db4696d8e7 27 39 39 39\n03b440db4696d8e7 27 42 42 42\n03b440db4696d8e7 72 56 56 56\n5e275e7af840e344 13 21 21 21\n5e275e7af840e344 62 41 41 41\n5e275e7af840e344 62 50 50 50\nc1618081efaf1de7 172 136 136 136\nc1618081efaf1de7 172 161 161 161\nc1618081efaf1de7 172 172 172 172\n8d8218c2ca6827a0 13 42 42 42\n8d8218c2ca6827a0 13 56 56 56\n8d8218c2ca6827a0 13 63 63 63\n48aff7218b00d843 59 68 68 68\n48aff7218b00d843 59 83 83 83\n48aff7218b00d843 107 99 99 99\neb7f7ee099458b56 7 22 22 22\neb7f7ee099458b56 7 42 42 42\neb7f7ee099458b56 77 61 61 61\n56431a47026cb391 119 142 142 142\n56431a47026cb391 250 201 201 201\n56431a47026cb391 250 209 209 209\nd8b9291cd6522e22 91 103 103 103\nd8b9291cd6522e22 91 131 131 131\nd8b9291cd6522e22 91 134 134 134\ned81850c1a28531c 30 38 38 38\ned81850c1a28531c 30 40 40 40\ned81850c1a28531c 75 61 61 61\n333c649f75c3c7bc 11 11 11 11\n333c649f75c3c7bc 11 22 22 22\n333c649f75c3c7bc 64 38 38 38\nc0ea4bf720bf54a5 0 8 8 8\nc0ea4bf720bf54a5 45 25 25 25\nc0ea4bf720bf54a5 45 27 27 27\n45a0fe252a89e008 124 132 132 132\n45a0fe252a89e008 124 137 137 137\n45a0fe252a89e008 124 152 152 152\n234271629f7099df 3 5 5 5\n234271629f7099df 3 28 28 28\n234271629f7099df 54 34 34 34\ncaa07defb7be4de3 7 19 19 19\ncaa07defb7be4de3 7 28 28 28\ncaa07defb7be4de3 111 73 73 73\nea1b9b9316f619cd 6 15 15 15\nea1b9b9316f619cd 51 33 33 33\nea1b9b9316f619cd 51 43 43 43\ndb9ead0b86fd1b60 7 11 11 11\ndb9ead0b86fd1b60 68 54 54 54\ndb9ead0b86fd1b60 68 67 67 67\n5bfee4481ea74c8e 43 75 75 75\n5bfee4481ea74c8e 107 100 100 100\n5bfee4481ea74c8e 107 102 102 102\n24fea6c2c7caa434 70 87 87 87\n24fea6c2c7caa434 132 113 113 113\n24fea6c2c7caa434 132 127 127 127\ne380a646d53e15d1 151 114 114 114\ne380a646d53e15d1 151 127 127 127\ne380a646d53e15d1 151 134 134 134\ne7a010953cc7a6ab 56 68 68 68\ne7a010953cc7a6ab 118 91 91 91\ne7a010953cc7a6ab 118 117 117 117\n4acd145b0c133dca 3 13 13 13\n4acd145b0c133dca 3 16 16 16\n4acd145b0c133dca 133 73 73 73\nd5438f460709cc40 0 17 17 17\nd5438f460709cc40 45 34 34 34\nd5438f460709cc40 45 39 39 39\ne60589d40eda6049 244 214 214 214\ne60589d40eda6049 244 218 218 218\ne60589d40eda6049 244 221 221 221\n3dcdffe3b9c6235b 17 22 22 22\n3dcdffe3b9c6235b 67 50 50 50\n3dcdffe3b9c6235b 67 66 66 66\nfcd7ebdf0454ef30 58 60 60 60\nfcd7ebdf0454ef30 112 101 101 101\nfcd7ebdf0454ef30 112 103 103 103\n4fcb05445f591efe 5 55 55 55\n4fcb05445f591efe 121 66 66 66\n4fcb05445f591efe 121 80 80 80\necc2b1b9cb1fa9ad 21 32 32 32\necc2b1b9cb1fa9ad 103 64 64 64\necc2b1b9cb1fa9ad 103 79 79 79\n5ea147b81ee118b9 175 120 120 120\n5ea147b81ee118b9 175 150 150 150\n5ea147b81ee118b9 175 161 161 161\n83a593a5f24ab22a 183 191 191 191\n83a593a5f24ab22a 183 216 216 216\n83a593a5f24ab22a 252 235 235 235\n0a78dcb828c506f1 14 22 22 22\n0a78dcb828c506f1 14 39 39 39\n0a78dcb828c506f1 14 46 46 46\n633766029a6f910a 14 35 35 35\n633766029a6f910a 63 46 46 46\n633766029a6f910a 63 53 53 53\n5caa0d43bec54a08 72 51 51 51\n5caa0d43bec54a08 72 58 58 58\n5caa0d43bec54a08 72 62 62 62\n08c87b4b6b23895f 65 55 55 55\n08c87b4b6b23895f 65 62 62 62\n08c87b4b6b23895f 65 63 63 63\n0efeb5654da456c6 18 36 36 36\n0efeb5654da456c6 85 76 76 76\n0efeb5654da456c6 85 77 77 77\n8241a7082bac30d1 0 23 23 23\n8241a7082bac30d1 47 24 24 24\n8241a7082bac30d1 47 37 37 37\nbbb7a5bc03290eed 1 21 21 21\nbbb7a5bc03290eed 53 30 30 30\nbbb7a5bc03290eed 53 32 32 32\n62b3c2526feba53c 87 52 52 52\n62b3c2526feba53c 87 79 79 79\n62b3c2526feba53c 87 83 83 83\n0c1012a308ee2788 32 47 47 47\n0c1012a308ee2788 99 67 67 67\n0c1012a308ee2788 99 76 76 76\n1bf668db0194cf83 1 9 9 9\n1bf668db0194cf83 53 30 30 30\n1bf668db0194cf83 53 34 34 34\n377769942e6a748d 15 29 29 29\n377769942e6a748d 15 41 41 41\n377769942e6a748d 107 83 83 83\n1bdf9dd7628ddb0b 56 58 58 58\n1bdf9dd7628ddb0b 109 100 100 100\n1bdf9dd7628ddb0b 109 103 103 103\n15c9a45c9c3d73f2 2 40 40 40\n15c9a45c9c3d73f2 82 44 44 44\n15c9a45c9c3d73f2 82 78 78 78\na57be88d54c918cc 16 28 28 28\na57be88d54c918cc 63 41 41 41\na57be88d54c918cc 63 59 59 59\n8313ad82338d4267 77 89 89 89\n8313ad82338d4267 77 100 100 100\n8313ad82338d4267 132 122 122 122\n17a489f3cec39fea 192 220 220 220\n17a489f3cec39fea 249 238 238 238\n17a489f3cec39fea 249 241 241 241\n6e49658d2ffa7317 24 46 46 46\n6e49658d2ffa7317 70 51 51 51\n6e49658d2ffa7317 70 63 63 63\n34e7e73829083c8d 31 39 39 39\n34e7e73829083c8d 77 72 72 72\n34e7e73829083c8d 77 75 75 75\n7e782110c76f1b1b 62 63 63 63\n7e782110c76f1b1b 62 87 87 87\n7e782110c76f1b1b 120 111 111 111\n0ed4c9cac4a615fd 13 14 14 14\n0ed4c9cac4a615fd 64 40 40 40\n0ed4c9cac4a615fd 64 53 53 53\n8d8ed24e0894a4c8 73 74 74 74\n8d8ed24e0894a4c8 73 99 99 99\n8d8ed24e0894a4c8 135 105 105 105\nb8413ce252bf13d7 5 8 8 8\nb8413ce252bf13d7 5 16 16 16\nb8413ce252bf13d7 5 28 28 28\nef98d62b2aee6ae1 199 204 204 204\nef98d62b2aee6ae1 248 232 232 232\nef98d62b2aee6ae1 248 239 239 239\n4e79d56376422ec3 19 27 27 27\n4e79d56376422ec3 19 28 28 28\n4e79d56376422ec3 64 49 49 49\n899d5aad5054b2ec 1 42 42 42\n899d5aad5054b2ec 108 57 57 57\n899d5aad5054b2ec 108 59 59 59\nbcd00bfb5b5ea4dc 74 44 44 44\nbcd00bfb5b5ea4dc 74 50 50 50\nbcd00bfb5b5ea4dc 74 68 68 68\n3faac9603907b329 32 34 34 34\n3faac9603907b329 32 71 71 71\n3faac9603907b329 32 75 75 75\na18f5d8a3c80ddc3 138 113 113 113\na18f5d8a3c80ddc3 138 115 115 115\na18f5d8a3c80ddc3 138 121 121 121\nd588faf7548ce660 29 31 31 31\nd588faf7548ce660 29 33 33 33\nd588faf7548ce660 29 50 50 50\n466150f780ad7b80 26 34 34 34\n466150f780ad7b80 26 45 45 45\n466150f780ad7b80 71 51 51 51\n05ec2d3e4c027220 7 14 14 14\n05ec2d3e4c027220 7 19 19 19\n05ec2d3e4c027220 69 57 57 57\nace3ec0961ae36c2 52 53 53 53\nace3ec0961ae36c2 52 82 82 82\nace3ec0961ae36c2 183 119 119 119\nba40127161ab964f 14 16 16 16\nba40127161ab964f 14 30 30 30\nba40127161ab964f 59 42 42 42\n2e2ad99d45033d6a 210 163 163 163\n2e2ad99d45033d6a 210 185 185 185\n2e2ad99d45033d6a 210 189 189 189\nfc508faa91c9807d 2 19 19 19\nfc508faa91c9807d 2 24 24 24\nfc508faa91c9807d 54 37 37 37\n668c3b2ac77aa971 5 5 5 5\n668c3b2ac77aa971 5 11 11 11\n668c3b2ac77aa971 51 46 46 46\n6eee0f7e1a48d281 67 53 53 53\n6eee0f7e1a48d281 67 63 63 63\n6eee0f7e1a48d281 67 64 64 64\n8e5212955220eb64 57 62 62 62\n8e5212955220eb64 57 68 68 68\n8e5212955220eb64 57 71 71 71\n3e4057a188e15ac3 63 41 41 41\n3e4057a188e15ac3 63 52 52 52\n3e4057a188e15ac3 63 53 53 53\ne39c920c813f853c 47 50 50 50\ne39c920c813f853c 47 55 55 55\ne39c920c813f853c 47 74 74 74\nc26d21b91be5b935 114 117 117 117\nc26d21b91be5b935 114 144 144 144\nc26d21b91be5b935 246 193 193 193\na2efdc6dba7e712f 49 44 44 44\na2efdc6dba7e712f 49 45 45 45\na2efdc6dba7e712f 49 48 48 48\nfab28f712c0edea4 3 25 25 25\nfab28f712c0edea4 3 27 27 27\nfab28f712c0edea4 3 37 37 37\n107d3d674fdebd31 58 73 73 73\n107d3d674fdebd31 115 96 96 96\n107d3d674fdebd31 115 110 110 110\n82f4b042bd75b4d8 28 40 40 40\n82f4b042bd75b4d8 28 45 45 45\n82f4b042bd75b4d8 88 81 81 81\n6d2640a0e738c9d8 22 35 35 35\n6d2640a0e738c9d8 22 36 36 36\n6d2640a0e738c9d8 22 41 41 41\n58c5b216fe06588d 101 103 103 103\n58c5b216fe06588d 101 127 127 127\n58c5b216fe06588d 155 144 144 144\nbdc9dd08d9406ab1 23 42 42 42\nbdc9dd08d9406ab1 23 55 55 55\nbdc9dd08d9406ab1 23 57 57 57\n55da75a29ec08b18 27 31 31 31\n55da75a29ec08b18 27 33 33 33\n55da75a29ec08b18 106 86 86 86\n01866b81c3b90f2c 14 28 28 28\n01866b81c3b90f2c 60 48 48 48\n01866b81c3b90f2c 60 57 57 57\nbec9a97a71e5d4c4 151 161 161 161\nbec9a97a71e5d4c4 151 185 185 185\nbec9a97a71e5d4c4 266 262 262 262\n6de80f26ff52ab0b 87 74 74 74\n6de80f26ff52ab0b 87 76 76 76\n6de80f26ff52ab0b 87 84 84 84\ne6fb69436b9345c2 16 24 24 24\ne6fb69436b9345c2 16 50 50 50\ne6fb69436b9345c2 108 67 67 67\n8378c05d202ce0fc 129 133 133 133\n8378c05d202ce0fc 129 147 147 147\n8378c05d202ce0fc 179 160 160 160\n4b06eb39486481c0 0 7 7 7\n4b06eb39486481c0 45 35 35 35\n4b06eb39486481c0 45 42 42 42\n94189d6c5b0645bf 58 60 60 60\n94189d6c5b0645bf 115 100 100 100\n94189d6c5b0645bf 115 104 104 104\n828a000aaa5ac92c 116 123 123 123\n828a000aaa5ac92c 116 132 132 132\n828a000aaa5ac92c 116 133 133 133\n5691140dfe17d1c5 9 26 26 26\n5691140dfe17d1c5 9 31 31 31\n5691140dfe17d1c5 56 52 52 52\nde7683dd402217a1 32 48 48 48\nde7683dd402217a1 82 72 72 72\nde7683dd402217a1 82 77 77 77\n853841a1057d41e0 32 32 32 32\n853841a1057d41e0 32 42 42 42\n853841a1057d41e0 32 47 47 47\n95d7f4146108b286 8 19 19 19\n95d7f4146108b286 8 32 32 32\n95d7f4146108b286 60 60 60 60\n2afcf696e7cb53a0 0 11 11 11\n2afcf696e7cb53a0 0 14 14 14\n2afcf696e7cb53a0 0 17 17 17\nfdceb26461ef9adb 55 64 64 64\nfdceb26461ef9adb 55 76 76 76\nfdceb26461ef9adb 119 102 102 102\nd9024c44c3ce7c99 4 25 25 25\nd9024c44c3ce7c99 50 35 35 35\nd9024c44c3ce7c99 50 47 47 47\n2e64a2d17f9a76f7 25 38 38 38\n2e64a2d17f9a76f7 75 52 52 52\n2e64a2d17f9a76f7 75 64 64 64\n375cff10cab07955 185 211 211 211\n375cff10cab07955 250 221 221 221\n375cff10cab07955 250 228 228 228\n744e3a46b9825e92 144 146 146 146\n744e3a46b9825e92 220 190 190 190\n744e3a46b9825e92 220 205 205 205\n7567387078585ec3 55 72 72 72\n7567387078585ec3 109 88 88 88\n7567387078585ec3 109 96 96 96\nf72c0ee742645e57 27 27 27 27\nf72c0ee742645e57 27 28 28 28\nf72c0ee742645e57 78 67 67 67\ne461d54836b69d9b 112 90 90 90\ne461d54836b69d9b 112 100 100 100\ne461d54836b69d9b 112 102 102 102\n717dddca36581b01 173 185 185 185\n717dddca36581b01 173 193 193 193\n717dddca36581b01 227 226 226 226\n0277b87a9c943ed5 24 27 27 27\n0277b87a9c943ed5 24 40 40 40\n0277b87a9c943ed5 24 65 65 65\n28742766eb882cd2 24 39 39 39\n28742766eb882cd2 24 42 42 42\n28742766eb882cd2 75 66 66 66\na130af3da8fd1ca2 40 55 55 55\na130af3da8fd1ca2 133 114 114 114\na130af3da8fd1ca2 133 121 121 121\n0c72eaf6bbb7c681 12 17 17 17\n0c72eaf6bbb7c681 57 47 47 47\n0c72eaf6bbb7c681 57 52 52 52\n04ca03945611febb 0 13 13 13\n04ca03945611febb 0 23 23 23\n04ca03945611febb 85 80 80 80\nd17e73dbcb08d95f 2 20 20 20\nd17e73dbcb08d95f 66 36 36 36\nd17e73dbcb08d95f 66 49 49 49\n7d6e7d0a50a541e4 9 11 11 11\n7d6e7d0a50a541e4 9 16 16 16\n7d6e7d0a50a541e4 54 48 48 48\n784143851cf85184 6 28 28 28\n784143851cf85184 54 33 33 33\n784143851cf85184 54 38 38 38\n93a8bf0ecd7eafcf 1 2 2 2\n93a8bf0ecd7eafcf 1 10 10 10\n93a8bf0ecd7eafcf 47 36 36 36\nc372fc209eba9c1a 0 1 1 1\nc372fc209eba9c1a 45 25 25 25\nc372fc209eba9c1a 45 36 36 36\n7de7774aaf06c970 32 38 38 38\n7de7774aaf06c970 116 83 83 83\n7de7774aaf06c970 116 97 97 97\na6ce72529fcf85a2 83 114 114 114\na6ce72529fcf85a2 146 125 125 125\na6ce72529fcf85a2 146 139 139 139\nd7e0dc9c9baa7b63 2 4 4 4\nd7e0dc9c9baa7b63 49 36 36 36\nd7e0dc9c9baa7b63 49 49 49 49\n0cd63c88350eef60 9 28 28 28\n0cd63c88350eef60 9 31 31 31\n0cd63c88350eef60 119 113 113 113\n0e01be9445403642 0 4 4 4\n0e01be9445403642 0 22 22 22\n0e01be9445403642 47 46 46 46\nd5c566c8b4bd9db7 35 48 48 48\nd5c566c8b4bd9db7 35 62 62 62\nd5c566c8b4bd9db7 119 110 110 110\n8ee62148c2ccca46 67 71 71 71\n8ee62148c2ccca46 67 80 80 80\n8ee62148c2ccca46 113 103 103 103\n034677cf3d80162d 52 66 66 66\n034677cf3d80162d 52 97 97 97\n034677cf3d80162d 147 128 128 128\nf85b0258cbfc3a72 6 42 42 42\nf85b0258cbfc3a72 98 79 79 79\nf85b0258cbfc3a72 98 98 98 98\nc6f8caa6b506fafa 60 83 83 83\nc6f8caa6b506fafa 106 84 84 84\nc6f8caa6b506fafa 106 86 86 86\n6aa634fbabeb5e96 5 25 25 25\n6aa634fbabeb5e96 5 29 29 29\n6aa634fbabeb5e96 127 126 126 126\n5805ee451b7917cd 13 33 33 33\n5805ee451b7917cd 110 82 82 82\n5805ee451b7917cd 110 85 85 85\ndaa58af9dd5a2d0c 236 216 216 216\ndaa58af9dd5a2d0c 236 229 229 229\ndaa58af9dd5a2d0c 236 234 234 234\n948d75a318a4abe4 8 16 16 16\n948d75a318a4abe4 74 51 51 51\n948d75a318a4abe4 74 67 67 67\nedbb41cac8bfe75f 10 19 19 19\nedbb41cac8bfe75f 56 37 37 37\nedbb41cac8bfe75f 56 52 52 52\nd74b35cd503f62e7 36 41 41 41\nd74b35cd503f62e7 36 53 53 53\nd74b35cd503f62e7 36 57 57 57\n2d7d7fb53d960909 25 25 25 25\n2d7d7fb53d960909 25 28 28 28\n2d7d7fb53d960909 25 33 33 33\n946c30dca5daf508 10 19 19 19\n946c30dca5daf508 10 25 25 25\n946c30dca5daf508 56 39 39 39\na58873773c42741b 7 15 15 15\na58873773c42741b 7 27 27 27\na58873773c42741b 7 30 30 30\nab5464d772b00fc7 52 71 71 71\nab5464d772b00fc7 99 83 83 83\nab5464d772b00fc7 99 86 86 86\n0d76da0fcac26af8 5 15 15 15\n0d76da0fcac26af8 5 38 38 38\n0d76da0fcac26af8 5 45 45 45\ndc2b2921eb2fffa4 4 4 4 4\ndc2b2921eb2fffa4 4 10 10 10\ndc2b2921eb2fffa4 59 51 51 51\na71637e333506215 64 40 40 40\na71637e333506215 64 52 52 52\na71637e333506215 64 59 59 59\nfc9754a6f9b54bc6 26 61 61 61\nfc9754a6f9b54bc6 133 80 80 80\nfc9754a6f9b54bc6 133 115 115 115\na5e0fa53371ef57f 13 30 30 30\na5e0fa53371ef57f 59 39 39 39\na5e0fa53371ef57f 59 57 57 57\n6beedb01303bb667 18 45 45 45\n6beedb01303bb667 18 47 47 47\n6beedb01303bb667 82 78 78 78\n688ea661582358cf 37 40 40 40\n688ea661582358cf 37 44 44 44\n688ea661582358cf 85 62 62 62\n645cc7949386d427 28 41 41 41\n645cc7949386d427 80 66 66 66\n645cc7949386d427 80 68 68 68\n4fb14758099ccc72 0 15 15 15\n4fb14758099ccc72 96 64 64 64\n4fb14758099ccc72 96 87 87 87\na91360c375362960 8 14 14 14\na91360c375362960 8 19 19 19\na91360c375362960 53 33 33 33\nf5aa5ff095f26cdc 141 153 153 153\nf5aa5ff095f26cdc 141 162 162 162\nf5aa5ff095f26cdc 186 169 169 169\n2da38ca64192354f 69 50 50 50\n2da38ca64192354f 69 56 56 56\n2da38ca64192354f 69 66 66 66\n15ac594106229c62 74 92 92 92\n15ac594106229c62 74 99 99 99\n15ac594106229c62 140 116 116 116\ne197a18068ad6d5b 81 100 100 100\ne197a18068ad6d5b 131 109 109 109\ne197a18068ad6d5b 131 113 113 113\nd70fc3bef87bffc1 24 34 34 34\nd70fc3bef87bffc1 24 37 37 37\nd70fc3bef87bffc1 24 51 51 51\nfd33620b83537dc2 39 44 44 44\nfd33620b83537dc2 39 59 59 59\nfd33620b83537dc2 39 62 62 62\n29460ac4580ea232 18 34 34 34\n29460ac4580ea232 93 72 72 72\n29460ac4580ea232 93 93 93 93\n4043989a4ae95a01 116 139 139 139\n4043989a4ae95a01 172 154 154 154\n4043989a4ae95a01 172 157 157 157\n03ac738af49c7596 6 18 18 18\n03ac738af49c7596 6 20 20 20\n03ac738af49c7596 53 52 52 52\na3234b314d51976a 2 18 18 18\na3234b314d51976a 80 43 43 43\na3234b314d51976a 80 77 77 77\n805530a49d25bcf4 64 69 69 69\n805530a49d25bcf4 117 97 97 97\n805530a49d25bcf4 117 104 104 104\n5914c280bec2cf73 71 81 81 81\n5914c280bec2cf73 71 91 91 91\n5914c280bec2cf73 138 135 135 135\naa604fe5b2e59274 266 246 246 246\naa604fe5b2e59274 266 247 247 247\naa604fe5b2e59274 266 259 259 259\n8e33988f116cf05b 31 38 38 38\n8e33988f116cf05b 31 47 47 47\n8e33988f116cf05b 31 58 58 58\nfa1fe0e1d0ba7450 96 65 65 65\nfa1fe0e1d0ba7450 96 71 71 71\nfa1fe0e1d0ba7450 96 77 77 77\nd59ce927e3434d0e 84 99 99 99\nd59ce927e3434d0e 152 133 133 133\nd59ce927e3434d0e 152 149 149 149\n5d9229748aa3479a 29 29 29 29\n5d9229748aa3479a 29 40 40 40\n5d9229748aa3479a 29 52 52 52\n6107c4ad0741f71d 24 32 32 32\n6107c4ad0741f71d 24 53 53 53\n6107c4ad0741f71d 84 79 79 79\n015631b21f792a12 19 29 29 29\n015631b21f792a12 19 47 47 47\n015631b21f792a12 118 98 98 98\nc8815322bd573c66 15 18 18 18\nc8815322bd573c66 62 44 44 44\nc8815322bd573c66 62 59 59 59\ne65321d7aa328362 47 52 52 52\ne65321d7aa328362 148 100 100 100\ne65321d7aa328362 148 132 132 132\nba26189581b38b93 52 52 52 52\nba26189581b38b93 52 60 60 60\nba26189581b38b93 99 98 98 98\nc45cab04c3b22166 22 28 28 28\nc45cab04c3b22166 22 41 41 41\nc45cab04c3b22166 75 54 54 54\n16c4484a4093e2f6 0 2 2 2\n16c4484a4093e2f6 0 17 17 17\n16c4484a4093e2f6 48 34 34 34\n61f92e36cb0ec524 11 18 18 18\n61f92e36cb0ec524 11 25 25 25\n61f92e36cb0ec524 11 31 31 31\nc27965d02919b0f8 39 48 48 48\nc27965d02919b0f8 87 83 83 83\nc27965d02919b0f8 87 87 87 87\n7eb15ceaa1029944 101 107 107 107\n7eb15ceaa1029944 159 136 136 136\n7eb15ceaa1029944 159 152 152 152\n2b625e92f2cf9de4 109 125 125 125\n2b625e92f2cf9de4 109 129 129 129\n2b625e92f2cf9de4 109 131 131 131\n19267b6a68d2701b 34 41 41 41\n19267b6a68d2701b 80 66 66 66\n19267b6a68d2701b 80 67 67 67\nb19332af4ca35524 2 17 17 17\nb19332af4ca35524 2 22 22 22\nb19332af4ca35524 52 37 37 37\n1dcd8aee9a39a61a 65 66 66 66\n1dcd8aee9a39a61a 133 102 102 102\n1dcd8aee9a39a61a 133 132 132 132\n99a31a640af1a74a 100 106 106 106\n99a31a640af1a74a 100 114 114 114\n99a31a640af1a74a 172 161 161 161\n3bb70a92a0d384e1 19 41 41 41\n3bb70a92a0d384e1 19 43 43 43\n3bb70a92a0d384e1 69 50 50 50\n1ebb496a04a1bd76 15 30 30 30\n1ebb496a04a1bd76 15 32 32 32\n1ebb496a04a1bd76 60 39 39 39\nd328cccc0727b443 34 48 48 48\nd328cccc0727b443 81 60 60 60\nd328cccc0727b443 81 79 79 79\nc4cefefb76b495d2 57 96 96 96\nc4cefefb76b495d2 148 124 124 124\nc4cefefb76b495d2 148 143 143 143\n9e1768a68dd4297a 3 13 13 13\n9e1768a68dd4297a 3 27 27 27\n9e1768a68dd4297a 56 37 37 37\n2d29ff162920db5e 4 15 15 15\n2d29ff162920db5e 4 31 31 31\n2d29ff162920db5e 75 62 62 62\n132bbf5a9e9626ce 66 43 43 43\n132bbf5a9e9626ce 66 59 59 59\n132bbf5a9e9626ce 66 62 62 62\nf307bd5f5a5f0ea0 12 22 22 22\nf307bd5f5a5f0ea0 93 57 57 57\nf307bd5f5a5f0ea0 93 70 70 70\na40e8321989a05f4 23 41 41 41\na40e8321989a05f4 70 58 58 58\na40e8321989a05f4 70 65 65 65\n84d0c8528c4c6bd7 13 52 52 52\n84d0c8528c4c6bd7 116 98 98 98\n84d0c8528c4c6bd7 116 115 115 115\n3b434b5302dea908 47 59 59 59\n3b434b5302dea908 100 88 88 88\n3b434b5302dea908 100 100 100 100\nfb80aacde91ee824 22 35 35 35\nfb80aacde91ee824 101 75 75 75\nfb80aacde91ee824 101 76 76 76\nf511c7b07d1c7a20 1 17 17 17\nf511c7b07d1c7a20 53 28 28 28\nf511c7b07d1c7a20 53 32 32 32\na39d050fdd1fadcb 59 48 48 48\na39d050fdd1fadcb 59 50 50 50\na39d050fdd1fadcb 59 51 51 51\nf5a110214805f3f1 94 80 80 80\nf5a110214805f3f1 94 83 83 83\nf5a110214805f3f1 94 92 92 92\nd7c9abc0b221c799 131 137 137 137\nd7c9abc0b221c799 131 149 149 149\nd7c9abc0b221c799 201 173 173 173\nf0e5f0dd1c2aaa26 3 12 12 12\nf0e5f0dd1c2aaa26 50 29 29 29\nf0e5f0dd1c2aaa26 50 48 48 48\n24895a02057db66e 7 37 37 37\n24895a02057db66e 7 38 38 38\n24895a02057db66e 73 42 42 42\na03a5e2db7ec8587 134 108 108 108\na03a5e2db7ec8587 134 112 112 112\na03a5e2db7ec8587 134 113 113 113\nf47c948ccd157afd 47 55 55 55\nf47c948ccd157afd 96 80 80 80\nf47c948ccd157afd 96 90 90 90\n30efdcef9f38568b 62 75 75 75\n30efdcef9f38568b 62 82 82 82\n30efdcef9f38568b 126 105 105 105\neba672df47aa3f82 15 15 15 15\neba672df47aa3f82 15 21 21 21\neba672df47aa3f82 83 68 68 68\nee3fbf8885187fd2 55 71 71 71\nee3fbf8885187fd2 55 81 81 81\nee3fbf8885187fd2 113 93 93 93\n0278b3d8abd9654d 5 27 27 27\n0278b3d8abd9654d 111 81 81 81\n0278b3d8abd9654d 111 105 105 105\n9ea263dfed55f547 27 44 44 44\n9ea263dfed55f547 27 45 45 45\n9ea263dfed55f547 27 48 48 48\n672d2597ccecf318 41 41 41 41\n672d2597ccecf318 100 81 81 81\n672d2597ccecf318 100 85 85 85\n921dc10300a78f6a 6 11 11 11\n921dc10300a78f6a 6 12 12 12\n921dc10300a78f6a 82 75 75 75\ncff142942facf89c 31 42 42 42\ncff142942facf89c 77 60 60 60\ncff142942facf89c 77 61 61 61\n0972074fece891f2 16 65 65 65\n0972074fece891f2 116 75 75 75\n0972074fece891f2 116 94 94 94\n752e80a6bb7c7c07 100 134 134 134\n752e80a6bb7c7c07 201 159 159 159\n752e80a6bb7c7c07 201 182 182 182\n1eab4db6941be725 72 99 99 99\n1eab4db6941be725 72 107 107 107\n1eab4db6941be725 72 137 137 137\n54663bf008e08760 7 13 13 13\n54663bf008e08760 52 45 45 45\n54663bf008e08760 52 50 50 50\ncef9961b00ab1b48 35 38 38 38\ncef9961b00ab1b48 35 53 53 53\ncef9961b00ab1b48 93 73 73 73\n912b03a98488ac2f 46 93 93 93\n912b03a98488ac2f 46 111 111 111\n912b03a98488ac2f 179 137 137 137\n3c90ad3bb72adcf8 129 139 139 139\n3c90ad3bb72adcf8 129 145 145 145\n3c90ad3bb72adcf8 188 166 166 166\n8ef819594522ae8a 187 187 187 187\n8ef819594522ae8a 237 230 230 230\n8ef819594522ae8a 237 231 231 231\n347d13d1a6bc9412 34 37 37 37\n347d13d1a6bc9412 34 41 41 41\n347d13d1a6bc9412 84 65 65 65\n4295b21237e193b5 1 12 12 12\n4295b21237e193b5 1 17 17 17\n4295b21237e193b5 46 32 32 32\n09b505bb829c1d12 10 16 16 16\n09b505bb829c1d12 10 22 22 22\n09b505bb829c1d12 10 26 26 26\n00620c2b77518524 8 14 14 14\n00620c2b77518524 70 59 59 59\n00620c2b77518524 70 69 69 69\nb6b995cc086a75da 35 44 44 44\nb6b995cc086a75da 105 94 94 94\nb6b995cc086a75da 105 98 98 98\n4596160a24b1af1f 57 89 89 89\n4596160a24b1af1f 57 98 98 98\n4596160a24b1af1f 159 110 110 110\n526983ce4ca81a90 8 42 42 42\n526983ce4ca81a90 8 62 62 62\n526983ce4ca81a90 122 117 117 117\nfb77aac44a45a28f 12 16 16 16\nfb77aac44a45a28f 12 21 21 21\nfb77aac44a45a28f 74 58 58 58\n6f0f62183d4e1229 78 61 61 61\n6f0f62183d4e1229 78 66 66 66\n6f0f62183d4e1229 78 73 73 73\nc35b61c37ea91b6a 5 12 12 12\nc35b61c37ea91b6a 71 53 53 53\nc35b61c37ea91b6a 71 54 54 54\n8537e57884830eb5 29 36 36 36\n8537e57884830eb5 29 53 53 53\n8537e57884830eb5 100 89 89 89\na26e4bee5c7f90c5 25 41 41 41\na26e4bee5c7f90c5 113 81 81 81\na26e4bee5c7f90c5 113 88 88 88\n1047cc04fa16e0d7 53 55 55 55\n1047cc04fa16e0d7 53 71 71 71\n1047cc04fa16e0d7 99 79 79 79\n89a026c75593caca 39 47 47 47\n89a026c75593caca 39 53 53 53\n89a026c75593caca 98 72 72 72\n69ca4edee364ea37 30 37 37 37\n69ca4edee364ea37 75 54 54 54\n69ca4edee364ea37 75 68 68 68\nb735773de192a9a2 38 45 45 45\nb735773de192a9a2 132 106 106 106\nb735773de192a9a2 132 111 111 111\n2ea3133861ebde3b 77 84 84 84\n2ea3133861ebde3b 77 104 104 104\n2ea3133861ebde3b 164 147 147 147\nf8191f02dce0150f 21 28 28 28\nf8191f02dce0150f 21 31 31 31\nf8191f02dce0150f 78 74 74 74\n179a1357a581ad51 261 234 234 234\n179a1357a581ad51 261 244 244 244\n179a1357a581ad51 261 255 255 255\n9ff997d3dcc83e02 1 7 7 7\n9ff997d3dcc83e02 1 18 18 18\n9ff997d3dcc83e02 51 28 28 28\nceb96c3270860122 125 75 75 75\nceb96c3270860122 125 83 83 83\nceb96c3270860122 125 114 114 114\n69f3b2b70edd586d 81 57 57 57\n69f3b2b70edd586d 81 61 61 61\n69f3b2b70edd586d 81 78 78 78\n20d0e788abca4aa9 12 37 37 37\n20d0e788abca4aa9 81 50 50 50\n20d0e788abca4aa9 81 75 75 75\nc44021a4afbaf971 33 70 70 70\nc44021a4afbaf971 33 74 74 74\nc44021a4afbaf971 122 97 97 97\nd235e2853aa43925 184 195 195 195\nd235e2853aa43925 237 220 220 220\nd235e2853aa43925 237 224 224 224\ncb2964e5454823de 8 41 41 41\ncb2964e5454823de 122 87 87 87\ncb2964e5454823de 122 105 105 105\nb430ae35fa9161f4 153 101 101 101\nb430ae35fa9161f4 153 124 124 124\nb430ae35fa9161f4 153 140 140 140\ne941a7fdae79934d 0 15 15 15\ne941a7fdae79934d 0 20 20 20\ne941a7fdae79934d 53 41 41 41\n8257258554fdaecb 54 56 56 56\n8257258554fdaecb 54 83 83 83\n8257258554fdaecb 136 105 105 105\n87adfc36d3ba342b 51 63 63 63\n87adfc36d3ba342b 51 65 65 65\n87adfc36d3ba342b 51 68 68 68\n25f59dd9a56e9c6d 36 63 63 63\n25f59dd9a56e9c6d 128 112 112 112\n25f59dd9a56e9c6d 128 124 124 124\n9697ae7cea5254a4 2 13 13 13\n9697ae7cea5254a4 55 46 46 46\n9697ae7cea5254a4 55 49 49 49\nfa39d69a2574690f 41 41 41 41\nfa39d69a2574690f 41 51 51 51\nfa39d69a2574690f 90 68 68 68\ncb3bdc85efff5724 70 47 47 47\ncb3bdc85efff5724 70 67 67 67\ncb3bdc85efff5724 70 70 70 70\n1259726fc1f8e966 77 96 96 96\n1259726fc1f8e966 77 116 116 116\n1259726fc1f8e966 162 136 136 136\n0c884aee4b01366f 8 19 19 19\n0c884aee4b01366f 8 29 29 29\n0c884aee4b01366f 70 48 48 48\n6009631d399952df 19 42 42 42\n6009631d399952df 68 54 54 54\n6009631d399952df 68 68 68 68\n0282160b901229a7 9 11 11 11\n0282160b901229a7 9 13 13 13\n0282160b901229a7 57 38 38 38\n33ac471b97ddf5c5 15 21 21 21\n33ac471b97ddf5c5 69 48 48 48\n33ac471b97ddf5c5 69 55 55 55\nc64f00c1ccd5ec4b 0 2 2 2\nc64f00c1ccd5ec4b 45 24 24 24\nc64f00c1ccd5ec4b 45 40 40 40\n63d81fedb5c9b7f2 27 30 30 30\n63d81fedb5c9b7f2 27 51 51 51\n63d81fedb5c9b7f2 94 72 72 72\n1c919c7e4ec601de 2 25 25 25\n1c919c7e4ec601de 53 42 42 42\n1c919c7e4ec601de 53 47 47 47\nb58ecd3619eddd49 40 42 42 42\nb58ecd3619eddd49 40 58 58 58\nb58ecd3619eddd49 40 60 60 60\n63cb6b1e6f0ec371 15 28 28 28\n63cb6b1e6f0ec371 15 29 29 29\n63cb6b1e6f0ec371 15 31 31 31\nddbbfeb7e37f9a72 115 124 124 124\nddbbfeb7e37f9a72 180 151 151 151\nddbbfeb7e37f9a72 180 176 176 176\nc53178af617eaa65 231 172 172 172\nc53178af617eaa65 231 181 181 181\nc53178af617eaa65 231 203 203 203\n21f3cc00e0cfe8bc 59 107 107 107\n21f3cc00e0cfe8bc 189 126 126 126\n21f3cc00e0cfe8bc 189 159 159 159\n920e30127845e140 23 28 28 28\n920e30127845e140 23 32 32 32\n920e30127845e140 82 54 54 54\nc4ecf8f6a9a73870 2 23 23 23\nc4ecf8f6a9a73870 51 46 46 46\nc4ecf8f6a9a73870 51 51 51 51\n5d79e5de45d935d1 13 35 35 35\n5d79e5de45d935d1 128 94 94 94\n5d79e5de45d935d1 128 108 108 108\n4e0c15e5810c0ab2 11 24 24 24\n4e0c15e5810c0ab2 61 48 48 48\n4e0c15e5810c0ab2 61 53 53 53\n2e86767798c005df 5 7 7 7\n2e86767798c005df 70 43 43 43\n2e86767798c005df 70 44 44 44\n0807e84457d5ef58 18 49 49 49\n0807e84457d5ef58 18 53 53 53\n0807e84457d5ef58 92 73 73 73\nfd020d75ab5e2fa3 54 62 62 62\nfd020d75ab5e2fa3 54 63 63 63\nfd020d75ab5e2fa3 105 84 84 84\n64f53080e3e30d27 260 221 221 221\n64f53080e3e30d27 260 236 236 236\n64f53080e3e30d27 260 251 251 251\n86874c01355a2bcb 27 28 28 28\n86874c01355a2bcb 27 35 35 35\n86874c01355a2bcb 72 69 69 69\n5fc746dbfefa9165 25 32 32 32\n5fc746dbfefa9165 25 35 35 35\n5fc746dbfefa9165 71 55 55 55\n70b2d013a16c3f1c 11 38 38 38\n70b2d013a16c3f1c 76 49 49 49\n70b2d013a16c3f1c 76 69 69 69\nfc43cc25dadacb18 44 70 70 70\nfc43cc25dadacb18 44 78 78 78\nfc43cc25dadacb18 120 115 115 115\nf9a8aed939561b11 37 49 49 49\nf9a8aed939561b11 87 72 72 72\nf9a8aed939561b11 87 73 73 73\nd590898a3412d9db 0 2 2 2\nd590898a3412d9db 0 7 7 7\nd590898a3412d9db 46 27 27 27\nfc50693501976251 6 21 21 21\nfc50693501976251 6 30 30 30\nfc50693501976251 94 80 80 80\n45108618c40e26a7 6 12 12 12\n45108618c40e26a7 6 14 14 14\n45108618c40e26a7 76 56 56 56\n0a8f10a9a68236f7 81 102 102 102\n0a8f10a9a68236f7 126 123 123 123\n0a8f10a9a68236f7 126 124 124 124\n3d0a0fecfbdada35 39 47 47 47\n3d0a0fecfbdada35 39 50 50 50\n3d0a0fecfbdada35 39 55 55 55\ncc0f96b3131f5924 47 47 47 47\ncc0f96b3131f5924 47 55 55 55\ncc0f96b3131f5924 101 91 91 91\n8f4f40cfd0a5dfce 44 91 91 91\n8f4f40cfd0a5dfce 150 123 123 123\n8f4f40cfd0a5dfce 150 133 133 133\na1f17ffb3774a402 123 145 145 145\na1f17ffb3774a402 253 233 233 233\na1f17ffb3774a402 253 247 247 247\n9ec7e84448107a83 62 64 64 64\n9ec7e84448107a83 62 87 87 87\n9ec7e84448107a83 146 127 127 127\n1deec169175eb15b 27 51 51 51\n1deec169175eb15b 92 68 68 68\n1deec169175eb15b 92 69 69 69\n31838e9542a906be 15 19 19 19\n31838e9542a906be 15 45 45 45\n31838e9542a906be 15 72 72 72\n039b153af4fbfba7 32 39 39 39\n039b153af4fbfba7 32 44 44 44\n039b153af4fbfba7 32 52 52 52\nf8d51dcaf719d69f 45 59 59 59\nf8d51dcaf719d69f 45 62 62 62\nf8d51dcaf719d69f 90 74 74 74\n32db375ab51d77a4 28 30 30 30\n32db375ab51d77a4 28 59 59 59\n32db375ab51d77a4 93 86 86 86\n9e8dd4972a31efa3 88 97 97 97\n9e8dd4972a31efa3 88 104 104 104\n9e8dd4972a31efa3 140 116 116 116\nbdfcb70c3b207cc8 176 153 153 153\nbdfcb70c3b207cc8 176 155 155 155\nbdfcb70c3b207cc8 176 170 170 170\n00d83c48cb78ec83 175 201 201 201\n00d83c48cb78ec83 245 217 217 217\n00d83c48cb78ec83 245 229 229 229\n1859766466c069b1 3 3 3 3\n1859766466c069b1 3 4 4 4\n1859766466c069b1 3 11 11 11\nddb62c613f41a45b 85 88 88 88\nddb62c613f41a45b 85 99 99 99\nddb62c613f41a45b 164 144 144 144\n8ef7d37c41526dcf 35 37 37 37\n8ef7d37c41526dcf 35 44 44 44\n8ef7d37c41526dcf 35 49 49 49\na9d3d94ea6cda8f7 143 158 158 158\na9d3d94ea6cda8f7 143 173 173 173\na9d3d94ea6cda8f7 143 195 195 195\n375f9c448cf31ccb 33 37 37 37\n375f9c448cf31ccb 33 48 48 48\n375f9c448cf31ccb 81 64 64 64\n51e6564f504e05fe 6 14 14 14\n51e6564f504e05fe 6 27 27 27\n51e6564f504e05fe 65 46 46 46\ne42d49970a73764c 37 44 44 44\ne42d49970a73764c 136 110 110 110\ne42d49970a73764c 136 114 114 114\na0758dca874bd1d5 0 16 16 16\na0758dca874bd1d5 57 30 30 30\na0758dca874bd1d5 57 47 47 47\nd9adc7ad73a2dfa4 95 102 102 102\nd9adc7ad73a2dfa4 150 135 135 135\nd9adc7ad73a2dfa4 150 144 144 144\n80aba447f03d0ff7 56 74 74 74\n80aba447f03d0ff7 56 77 77 77\n80aba447f03d0ff7 185 170 170 170\n8bcb36de071cd64a 31 41 41 41\n8bcb36de071cd64a 94 63 63 63\n8bcb36de071cd64a 94 82 82 82\n20b541350492e3ad 14 58 58 58\n20b541350492e3ad 14 61 61 61\n20b541350492e3ad 126 114 114 114\n2be655d4137e6e29 5 13 13 13\n2be655d4137e6e29 5 17 17 17\n2be655d4137e6e29 51 32 32 32\n0bcef9ed1c18f74d 87 93 93 93\n0bcef9ed1c18f74d 87 103 103 103\n0bcef9ed1c18f74d 174 145 145 145\n5586d19d78221ec6 0 12 12 12\n5586d19d78221ec6 45 40 40 40\n5586d19d78221ec6 45 45 45 45\n021575237abe0684 16 18 18 18\n021575237abe0684 16 40 40 40\n021575237abe0684 16 42 42 42\nb36b4d6751d1a6e9 45 26 26 26\nb36b4d6751d1a6e9 45 33 33 33\nb36b4d6751d1a6e9 45 37 37 37\n738dac4ef7c9dfae 4 16 16 16\n738dac4ef7c9dfae 4 21 21 21\n738dac4ef7c9dfae 54 35 35 35\nab4cb4f0785be136 17 30 30 30\nab4cb4f0785be136 17 37 37 37\nab4cb4f0785be136 100 83 83 83\nfcfa188fdd8e4cdc 176 188 188 188\nfcfa188fdd8e4cdc 176 211 211 211\nfcfa188fdd8e4cdc 272 265 265 265\n0f47577ab3441480 39 50 50 50\n0f47577ab3441480 39 60 60 60\n0f47577ab3441480 96 89 89 89\n2807e5ac66c140cc 49 70 70 70\n2807e5ac66c140cc 116 91 91 91\n2807e5ac66c140cc 116 112 112 112\n98471d005ba58683 31 80 80 80\n98471d005ba58683 143 108 108 108\n98471d005ba58683 143 110 110 110\n90743cea7f400ed3 19 19 19 19\n90743cea7f400ed3 19 31 31 31\n90743cea7f400ed3 69 45 45 45\n47e92a07948afb36 5 5 5 5\n47e92a07948afb36 5 13 13 13\n47e92a07948afb36 5 19 19 19\n40c517d28a412a5a 31 59 59 59\n40c517d28a412a5a 96 74 74 74\n40c517d28a412a5a 96 75 75 75\n6679b7de4ab1a8bc 31 42 42 42\n6679b7de4ab1a8bc 31 43 43 43\n6679b7de4ab1a8bc 77 66 66 66\nf4ed743fad900fc2 195 198 198 198\nf4ed743fad900fc2 254 237 237 237\nf4ed743fad900fc2 254 239 239 239\nd1907fca9fd10034 34 48 48 48\nd1907fca9fd10034 34 54 54 54\nd1907fca9fd10034 96 78 78 78\na064f626c5b33e8f 2 12 12 12\na064f626c5b33e8f 53 28 28 28\na064f626c5b33e8f 53 44 44 44\n17d35e133dc3ce90 86 49 49 49\n17d35e133dc3ce90 86 66 66 66\n17d35e133dc3ce90 86 83 83 83\ne0020f5dcc0d8711 70 47 47 47\ne0020f5dcc0d8711 70 64 64 64\ne0020f5dcc0d8711 70 70 70 70\na5689a7da0524ab8 134 135 135 135\na5689a7da0524ab8 134 149 149 149\na5689a7da0524ab8 134 158 158 158\ne0559e3ac9e9c659 146 172 172 172\ne0559e3ac9e9c659 234 205 205 205\ne0559e3ac9e9c659 234 227 227 227\n8bbea8e1bf7010da 2 21 21 21\n8bbea8e1bf7010da 47 39 39 39\n8bbea8e1bf7010da 47 42 42 42\nb3944d7eaf4f122b 5 12 12 12\nb3944d7eaf4f122b 5 32 32 32\nb3944d7eaf4f122b 64 62 62 62\nc92cbbc0ff11a113 5 22 22 22\nc92cbbc0ff11a113 5 33 33 33\nc92cbbc0ff11a113 140 102 102 102\nb756ae14e926e12c 88 126 126 126\nb756ae14e926e12c 179 147 147 147\nb756ae14e926e12c 179 164 164 164\nabeb29204faa447f 3 4 4 4\nabeb29204faa447f 3 18 18 18\nabeb29204faa447f 57 44 44 44\n5d2ac4639c29e11d 26 55 55 55\n5d2ac4639c29e11d 145 105 105 105\n5d2ac4639c29e11d 145 119 119 119\n946babe2aed33b04 33 43 43 43\n946babe2aed33b04 33 55 55 55\n946babe2aed33b04 33 64 64 64\nc97a79c1bcf51705 89 66 66 66\nc97a79c1bcf51705 89 82 82 82\nc97a79c1bcf51705 89 83 83 83\n30127e00a789ed7c 1 3 3 3\n30127e00a789ed7c 1 11 11 11\n30127e00a789ed7c 49 28 28 28\n88dcbd53e0f0147d 1 40 40 40\n88dcbd53e0f0147d 83 44 44 44\n88dcbd53e0f0147d 83 81 81 81\ndae13e63d6107502 152 103 103 103\ndae13e63d6107502 152 110 110 110\ndae13e63d6107502 152 133 133 133\n265a753d5237b3ae 1 7 7 7\n265a753d5237b3ae 1 13 13 13\n265a753d5237b3ae 54 40 40 40\n09265a9e57075e7c 116 89 89 89\n09265a9e57075e7c 116 111 111 111\n09265a9e57075e7c 116 114 114 114\nb3f97c3708c331fe 73 81 81 81\nb3f97c3708c331fe 73 92 92 92\nb3f97c3708c331fe 122 114 114 114\nc97bcad3d302a96f 47 35 35 35\nc97bcad3d302a96f 47 38 38 38\nc97bcad3d302a96f 47 39 39 39\n2e7ffcba51990c93 142 163 163 163\n2e7ffcba51990c93 142 196 196 196\n2e7ffcba51990c93 253 252 252 252\n41d8b4350913ca64 97 61 61 61\n41d8b4350913ca64 97 68 68 68\n41d8b4350913ca64 97 88 88 88\nafe20f15c69bbb54 10 20 20 20\nafe20f15c69bbb54 84 53 53 53\nafe20f15c69bbb54 84 59 59 59\nd6d38171dc784c54 4 17 17 17\nd6d38171dc784c54 4 23 23 23\nd6d38171dc784c54 73 44 44 44\nf40783fc67e17e2b 6 15 15 15\nf40783fc67e17e2b 6 30 30 30\nf40783fc67e17e2b 6 33 33 33\nf954f61234d49919 13 14 14 14\nf954f61234d49919 70 46 46 46\nf954f61234d49919 70 67 67 67\n21b26eda16f7cb88 10 29 29 29\n21b26eda16f7cb88 57 40 40 40\n21b26eda16f7cb88 57 44 44 44\n4efac32be69dbf68 40 49 49 49\n4efac32be69dbf68 40 58 58 58\n4efac32be69dbf68 40 82 82 82\n6446f2c3744cbe48 10 20 20 20\n6446f2c3744cbe48 10 28 28 28\n6446f2c3744cbe48 10 30 30 30\n6929d692d1f6f2b9 32 46 46 46\n6929d692d1f6f2b9 32 48 48 48\n6929d692d1f6f2b9 77 73 73 73\n1aa94a69594df8a6 50 51 51 51\n1aa94a69594df8a6 50 52 52 52\n1aa94a69594df8a6 50 59 59 59\n134d7e5a74497a82 142 111 111 111\n134d7e5a74497a82 142 112 112 112\n134d7e5a74497a82 142 133 133 133\n7b700718d4651543 1 7 7 7\n7b700718d4651543 1 12 12 12\n7b700718d4651543 49 27 27 27\necc603a8956fc2ce 9 19 19 19\necc603a8956fc2ce 9 42 42 42\necc603a8956fc2ce 9 45 45 45\n460e2066b64b2a40 5 7 7 7\n460e2066b64b2a40 5 20 20 20\n460e2066b64b2a40 5 27 27 27\n9dc495d96b40e720 5 22 22 22\n9dc495d96b40e720 5 27 27 27\n9dc495d96b40e720 55 48 48 48\n5f4ad1c4a3979f1a 125 91 91 91\n5f4ad1c4a3979f1a 125 102 102 102\n5f4ad1c4a3979f1a 125 106 106 106\n7a514b19147f6c9b 129 89 89 89\n7a514b19147f6c9b 129 113 113 113\n7a514b19147f6c9b 129 120 120 120\na43d7bb904963bb6 2 42 42 42\na43d7bb904963bb6 82 56 56 56\na43d7bb904963bb6 82 72 72 72\n7a8a0b336a42d544 19 25 25 25\n7a8a0b336a42d544 19 26 26 26\n7a8a0b336a42d544 71 66 66 66\n2e35fc35559543f2 124 144 144 144\n2e35fc35559543f2 198 166 166 166\n2e35fc35559543f2 198 172 172 172\nff1c8223873aa02b 1 7 7 7\nff1c8223873aa02b 46 28 28 28\nff1c8223873aa02b 46 36 36 36\n3f0d9e856d93b8b3 4 4 4 4\n3f0d9e856d93b8b3 4 13 13 13\n3f0d9e856d93b8b3 49 41 41 41\na2041fa872864e56 5 47 47 47\na2041fa872864e56 108 65 65 65\na2041fa872864e56 108 102 102 102\n75af88e73cd1dd2f 226 244 244 244\n75af88e73cd1dd2f 226 248 248 248\n75af88e73cd1dd2f 272 272 272 272\n4eb55cf1d7911e72 63 63 63 63\n4eb55cf1d7911e72 63 77 77 77\n4eb55cf1d7911e72 63 88 88 88\n7727091b9798db0e 21 24 24 24\n7727091b9798db0e 21 30 30 30\n7727091b9798db0e 66 62 62 62\n8c8ed2adba3dad7a 229 239 239 239\n8c8ed2adba3dad7a 229 248 248 248\n8c8ed2adba3dad7a 275 273 273 273\n07d0229847bd7408 13 27 27 27\n07d0229847bd7408 59 45 45 45\n07d0229847bd7408 59 53 53 53\n6789ec9b19700574 7 27 27 27\n6789ec9b19700574 7 36 36 36\n6789ec9b19700574 65 43 43 43\nf08bb76e14a2fff3 31 31 31 31\nf08bb76e14a2fff3 31 40 40 40\nf08bb76e14a2fff3 78 59 59 59\ne83d60faa025b5d6 5 27 27 27\ne83d60faa025b5d6 5 46 46 46\ne83d60faa025b5d6 91 49 49 49\n8f9e317acbb2a05b 2 25 25 25\n8f9e317acbb2a05b 76 72 72 72\n8f9e317acbb2a05b 76 75 75 75\n98a1620554116908 79 136 136 136\n98a1620554116908 196 142 142 142\n98a1620554116908 196 187 187 187\nf102a9472a7ee244 20 20 20 20\nf102a9472a7ee244 20 53 53 53\nf102a9472a7ee244 86 55 55 55\nfeed10ef893f861f 72 54 54 54\nfeed10ef893f861f 72 58 58 58\nfeed10ef893f861f 72 61 61 61\n0c5ed899789e60ad 48 38 38 38\n0c5ed899789e60ad 48 41 41 41\n0c5ed899789e60ad 48 47 47 47\n9213c7a362e7333c 12 35 35 35\n9213c7a362e7333c 67 47 47 47\n9213c7a362e7333c 67 61 61 61\n8108a9c5100498bd 27 37 37 37\n8108a9c5100498bd 27 42 42 42\n8108a9c5100498bd 72 71 71 71\n86f0abc54efed356 14 26 26 26\n86f0abc54efed356 14 38 38 38\n86f0abc54efed356 70 59 59 59\nbd27bcc9eceb859d 67 46 46 46\nbd27bcc9eceb859d 67 47 47 47\nbd27bcc9eceb859d 67 51 51 51\n063b857e6470addb 130 74 74 74\n063b857e6470addb 130 76 76 76\n063b857e6470addb 130 112 112 112\n85ab0f77f378bc0a 10 30 30 30\n85ab0f77f378bc0a 75 59 59 59\n85ab0f77f378bc0a 75 63 63 63\nf7b6889ed4c6075e 56 58 58 58\nf7b6889ed4c6075e 56 65 65 65\nf7b6889ed4c6075e 56 86 86 86\n443e5a7e679e3e94 44 45 45 45\n443e5a7e679e3e94 44 56 56 56\n443e5a7e679e3e94 44 59 59 59\n497364635884d8aa 16 41 41 41\n497364635884d8aa 16 42 42 42\n497364635884d8aa 80 54 54 54\n5272b14361bf61bf 19 27 27 27\n5272b14361bf61bf 19 49 49 49\n5272b14361bf61bf 81 58 58 58\ncf300ddfd8d74881 73 88 88 88\ncf300ddfd8d74881 73 126 126 126\ncf300ddfd8d74881 182 153 153 153\nab3e34dc26107d2e 28 41 41 41\nab3e34dc26107d2e 28 55 55 55\nab3e34dc26107d2e 82 65 65 65\n0b07051f912592d7 9 24 24 24\n0b07051f912592d7 9 35 35 35\n0b07051f912592d7 9 36 36 36\n4dd400119f6032b7 160 161 161 161\n4dd400119f6032b7 261 232 232 232\n4dd400119f6032b7 261 243 243 243\nba93a409f4e9dc82 0 22 22 22\nba93a409f4e9dc82 82 50 50 50\nba93a409f4e9dc82 82 72 72 72\n5e59fc317002f3ed 115 93 93 93\n5e59fc317002f3ed 115 95 95 95\n5e59fc317002f3ed 115 110 110 110\nd392860278ded5dd 79 89 89 89\nd392860278ded5dd 79 104 104 104\nd392860278ded5dd 131 110 110 110\n95aa74ae988f60d8 83 95 95 95\n95aa74ae988f60d8 83 104 104 104\n95aa74ae988f60d8 129 109 109 109\n00cfc0ecd345deb4 4 39 39 39\n00cfc0ecd345deb4 104 77 77 77\n00cfc0ecd345deb4 104 84 84 84\nce5cb13f40a259e3 37 42 42 42\nce5cb13f40a259e3 37 44 44 44\nce5cb13f40a259e3 84 78 78 78\n1aaeb7f0aee2f9e4 69 81 81 81\n1aaeb7f0aee2f9e4 69 90 90 90\n1aaeb7f0aee2f9e4 123 123 123 123\nb00a2bc609d0ac6e 46 55 55 55\nb00a2bc609d0ac6e 136 121 121 121\nb00a2bc609d0ac6e 136 136 136 136\nf636d5de491e6329 16 22 22 22\nf636d5de491e6329 16 32 32 32\nf636d5de491e6329 69 62 62 62\n23099812f662b3ec 29 42 42 42\n23099812f662b3ec 29 64 64 64\n23099812f662b3ec 100 93 93 93\n3bad929f21fc4336 4 5 5 5\n3bad929f21fc4336 4 26 26 26\n3bad929f21fc4336 4 28 28 28\n2412e9f45282fd15 9 29 29 29\n2412e9f45282fd15 68 55 55 55\n2412e9f45282fd15 68 63 63 63\na292f5dcdb8f2ded 21 37 37 37\na292f5dcdb8f2ded 21 38 38 38\na292f5dcdb8f2ded 66 66 66 66\na415e84bf9482810 94 101 101 101\na415e84bf9482810 94 106 106 106\na415e84bf9482810 143 136 136 136\na2ab2cac3e746d0d 51 61 61 61\na2ab2cac3e746d0d 105 84 84 84\na2ab2cac3e746d0d 105 101 101 101\n2764844c23861242 14 26 26 26\n2764844c23861242 14 39 39 39\n2764844c23861242 65 41 41 41\nf03a119328d40ccf 35 35 35 35\nf03a119328d40ccf 35 41 41 41\nf03a119328d40ccf 35 57 57 57\n0757b4bc82bf26b1 5 16 16 16\n0757b4bc82bf26b1 5 22 22 22\n0757b4bc82bf26b1 53 52 52 52\n71a1121f817eb913 2 9 9 9\n71a1121f817eb913 71 39 39 39\n71a1121f817eb913 71 40 40 40\n9266884c0cde4ea9 189 193 193 193\n9266884c0cde4ea9 189 209 209 209\n9266884c0cde4ea9 272 245 245 245\n389851bf0ac38227 44 54 54 54\n389851bf0ac38227 44 59 59 59\n389851bf0ac38227 94 76 76 76\nbdcc795a28616fae 21 53 53 53\nbdcc795a28616fae 143 102 102 102\nbdcc795a28616fae 143 141 141 141\nf14627d2fc3158d4 8 20 20 20\nf14627d2fc3158d4 8 35 35 35\nf14627d2fc3158d4 72 43 43 43\na65002b5b08ecb25 24 27 27 27\na65002b5b08ecb25 24 34 34 34\na65002b5b08ecb25 24 43 43 43\n5fc4fbe044a044a1 97 103 103 103\n5fc4fbe044a044a1 97 104 104 104\n5fc4fbe044a044a1 218 168 168 168\na79b3300f99683bc 5 6 6 6\na79b3300f99683bc 73 43 43 43\na79b3300f99683bc 73 47 47 47\nc924718921f6c112 33 45 45 45\nc924718921f6c112 78 58 58 58\nc924718921f6c112 78 77 77 77\n56f149ddad20c6bf 50 57 57 57\n56f149ddad20c6bf 139 108 108 108\n56f149ddad20c6bf 139 126 126 126\nee7e27456b9da4e3 12 46 46 46\nee7e27456b9da4e3 80 50 50 50\nee7e27456b9da4e3 80 62 62 62\na8541914a2a0c1e8 107 77 77 77\na8541914a2a0c1e8 107 78 78 78\na8541914a2a0c1e8 107 88 88 88\n2236eab1c5c86fc4 0 17 17 17\n2236eab1c5c86fc4 0 33 33 33\n2236eab1c5c86fc4 0 34 34 34\ndc71638f76df5525 34 49 49 49\ndc71638f76df5525 34 51 51 51\ndc71638f76df5525 79 77 77 77\ncee475fc8a99c826 162 167 167 167\ncee475fc8a99c826 162 169 169 169\ncee475fc8a99c826 207 195 195 195\na79894dc49ea677a 177 178 178 178\na79894dc49ea677a 177 209 209 209\na79894dc49ea677a 251 223 223 223\n70c482cd5fc069ef 1 17 17 17\n70c482cd5fc069ef 51 43 43 43\n70c482cd5fc069ef 51 48 48 48\ne3e3c593f428ff54 51 51 51 51\ne3e3c593f428ff54 51 77 77 77\ne3e3c593f428ff54 127 109 109 109\n88dbb4c34d548da9 203 188 188 188\n88dbb4c34d548da9 203 189 189 189\n88dbb4c34d548da9 203 198 198 198\nc49d1df4c465f3db 34 53 53 53\nc49d1df4c465f3db 34 55 55 55\nc49d1df4c465f3db 125 97 97 97\n6fdc59ebb74b416c 78 107 107 107\n6fdc59ebb74b416c 145 127 127 127\n6fdc59ebb74b416c 145 135 135 135\n450cf402f042bfd2 21 22 22 22\n450cf402f042bfd2 21 27 27 27\n450cf402f042bfd2 68 53 53 53\na4fed138a491038c 131 154 154 154\na4fed138a491038c 183 165 165 165\na4fed138a491038c 183 173 173 173\n03c61595d13e121c 13 28 28 28\n03c61595d13e121c 13 46 46 46\n03c61595d13e121c 98 91 91 91\n886dd05beb5c0719 34 41 41 41\n886dd05beb5c0719 34 46 46 46\n886dd05beb5c0719 79 71 71 71\n91e8442d76550600 187 208 208 208\n91e8442d76550600 270 265 265 265\n91e8442d76550600 270 266 266 266\nbbbd792cd2e9d45a 8 10 10 10\nbbbd792cd2e9d45a 8 15 15 15\nbbbd792cd2e9d45a 8 46 46 46\n83a449617d36a17b 38 57 57 57\n83a449617d36a17b 99 94 94 94\n83a449617d36a17b 99 98 98 98\nea4e3898f3aae6dd 11 14 14 14\nea4e3898f3aae6dd 11 33 33 33\nea4e3898f3aae6dd 58 54 54 54\n6afff9609b65a604 183 192 192 192\n6afff9609b65a604 183 212 212 212\n6afff9609b65a604 258 242 242 242\nfa71d84898d6ac7f 215 219 219 219\nfa71d84898d6ac7f 215 236 236 236\nfa71d84898d6ac7f 263 251 251 251\nc6f67ea6a2bbf2bd 38 61 61 61\nc6f67ea6a2bbf2bd 103 91 91 91\nc6f67ea6a2bbf2bd 103 96 96 96\n808419ef9fd420fe 3 10 10 10\n808419ef9fd420fe 3 23 23 23\n808419ef9fd420fe 73 72 72 72\n49d5b942442449b4 266 237 237 237\n49d5b942442449b4 266 248 248 248\n49d5b942442449b4 266 250 250 250\n0de78cb98105f8c2 5 14 14 14\n0de78cb98105f8c2 5 33 33 33\n0de78cb98105f8c2 61 40 40 40\nc6333da4fcea989b 46 53 53 53\nc6333da4fcea989b 92 85 85 85\nc6333da4fcea989b 92 87 87 87\n4221bc1d4aea1a02 37 62 62 62\n4221bc1d4aea1a02 37 68 68 68\n4221bc1d4aea1a02 142 112 112 112\n6d8da4c9e2de7aed 10 10 10 10\n6d8da4c9e2de7aed 10 36 36 36\n6d8da4c9e2de7aed 92 69 69 69\n084fe29cd9d008db 19 21 21 21\n084fe29cd9d008db 19 35 35 35\n084fe29cd9d008db 64 46 46 46\nb7ba6d23dd44fb7f 64 73 73 73\nb7ba6d23dd44fb7f 64 76 76 76\nb7ba6d23dd44fb7f 64 89 89 89\nbd866d25ab1390fd 48 54 54 54\nbd866d25ab1390fd 108 81 81 81\nbd866d25ab1390fd 108 93 93 93\nfba51feb5da86961 27 59 59 59\nfba51feb5da86961 99 76 76 76\nfba51feb5da86961 99 90 90 90\nf6ca331679b2a871 68 68 68 68\nf6ca331679b2a871 68 102 102 102\nf6ca331679b2a871 144 116 116 116\nb68c0934ae591f78 205 227 227 227\nb68c0934ae591f78 256 252 252 252\nb68c0934ae591f78 256 253 253 253\n02e6fb86b0172f0b 28 45 45 45\n02e6fb86b0172f0b 135 90 90 90\n02e6fb86b0172f0b 135 100 100 100\nc01df2b67bd3c05f 0 30 30 30\nc01df2b67bd3c05f 62 53 53 53\nc01df2b67bd3c05f 62 60 60 60\ncbd6d93ad53f3431 9 18 18 18\ncbd6d93ad53f3431 62 51 51 51\ncbd6d93ad53f3431 62 55 55 55\n4b7e7de9132f4149 6 12 12 12\n4b7e7de9132f4149 53 31 31 31\n4b7e7de9132f4149 53 36 36 36\n4aa1973c40d2eb93 164 180 180 180\n4aa1973c40d2eb93 164 186 186 186\n4aa1973c40d2eb93 164 196 196 196\n7d4586cbfe1889db 49 54 54 54\n7d4586cbfe1889db 49 55 55 55\n7d4586cbfe1889db 95 89 89 89\ned7884750c2c08a5 8 11 11 11\ned7884750c2c08a5 79 52 52 52\ned7884750c2c08a5 79 68 68 68\n64fa19923ca0cbff 1 7 7 7\n64fa19923ca0cbff 1 21 21 21\n64fa19923ca0cbff 51 33 33 33\n6b004118ec521930 12 13 13 13\n6b004118ec521930 12 26 26 26\n6b004118ec521930 72 49 49 49\nf20a49fc09b9ee6e 95 96 96 96\nf20a49fc09b9ee6e 95 147 147 147\nf20a49fc09b9ee6e 200 165 165 165\n069597e1fe899530 47 92 92 92\n069597e1fe899530 163 129 129 129\n069597e1fe899530 163 141 141 141\n1b2e15e6c257fa5e 80 88 88 88\n1b2e15e6c257fa5e 80 108 108 108\n1b2e15e6c257fa5e 137 117 117 117\na8baf24bbae943a0 98 75 75 75\na8baf24bbae943a0 98 86 86 86\na8baf24bbae943a0 98 88 88 88\n0aa8646901d156e4 74 49 49 49\n0aa8646901d156e4 74 56 56 56\n0aa8646901d156e4 74 67 67 67\nbe31d24825e26b2d 98 71 71 71\nbe31d24825e26b2d 98 86 86 86\nbe31d24825e26b2d 98 92 92 92\n0c3d3b45ff4a4326 34 34 34 34\n0c3d3b45ff4a4326 94 76 76 76\n0c3d3b45ff4a4326 94 91 91 91\n53edb3a3f31a036a 95 64 64 64\n53edb3a3f31a036a 95 85 85 85\n53edb3a3f31a036a 95 91 91 91\nab3d616a3d001515 50 69 69 69\nab3d616a3d001515 112 83 83 83\nab3d616a3d001515 112 104 104 104\nc9d8ffc89bd3966e 57 64 64 64\nc9d8ffc89bd3966e 57 72 72 72\nc9d8ffc89bd3966e 104 102 102 102\nacdcd593a8f50eb1 68 77 77 77\nacdcd593a8f50eb1 114 108 108 108\nacdcd593a8f50eb1 114 113 113 113\ndde6bb4b548a4c30 4 24 24 24\ndde6bb4b548a4c30 4 39 39 39\ndde6bb4b548a4c30 4 47 47 47\n80a2935841bc8dde 74 101 101 101\n80a2935841bc8dde 174 143 143 143\n80a2935841bc8dde 174 150 150 150\n87bbc64b6844b3b9 22 26 26 26\n87bbc64b6844b3b9 22 38 38 38\n87bbc64b6844b3b9 67 57 57 57\n7da673e1fe74261f 40 45 45 45\n7da673e1fe74261f 40 49 49 49\n7da673e1fe74261f 87 80 80 80\n36bd5d3f3ee292cc 11 11 11 11\n36bd5d3f3ee292cc 11 21 21 21\n36bd5d3f3ee292cc 90 55 55 55\nb84035d4df22a1b9 62 37 37 37\nb84035d4df22a1b9 62 39 39 39\nb84035d4df22a1b9 62 43 43 43\nb07bfcdf9abe8dcb 3 25 25 25\nb07bfcdf9abe8dcb 95 73 73 73\nb07bfcdf9abe8dcb 95 83 83 83\nf2c80b9e0df4fb84 4 7 7 7\nf2c80b9e0df4fb84 55 38 38 38\nf2c80b9e0df4fb84 55 55 55 55\n3c85dbda51f7e9b3 26 53 53 53\n3c85dbda51f7e9b3 26 56 56 56\n3c85dbda51f7e9b3 87 60 60 60\ncb59372e38c27d4a 76 61 61 61\ncb59372e38c27d4a 76 64 64 64\ncb59372e38c27d4a 76 76 76 76\nbbd202e75328f2eb 6 14 14 14\nbbd202e75328f2eb 6 17 17 17\nbbd202e75328f2eb 51 40 40 40\n6c3646ea25b134ac 112 90 90 90\n6c3646ea25b134ac 112 92 92 92\n6c3646ea25b134ac 112 94 94 94\n99ad451e2d55edd9 138 191 191 191\n99ad451e2d55edd9 258 212 212 212\n99ad451e2d55edd9 258 250 250 250\n9bfbdcd290c6dc72 29 41 41 41\n9bfbdcd290c6dc72 29 52 52 52\n9bfbdcd290c6dc72 91 90 90 90\n6097f40e259c0570 13 29 29 29\n6097f40e259c0570 13 36 36 36\n6097f40e259c0570 13 41 41 41\n000db54a47bd43fe 49 52 52 52\n000db54a47bd43fe 49 85 85 85\n000db54a47bd43fe 49 89 89 89\n10c4c9600bfaa4d8 33 37 37 37\n10c4c9600bfaa4d8 33 54 54 54\n10c4c9600bfaa4d8 33 65 65 65\nbf00186c27b7cb52 80 62 62 62\nbf00186c27b7cb52 80 71 71 71\nbf00186c27b7cb52 80 80 80 80\n7c90756d31a6b175 179 146 146 146\n7c90756d31a6b175 179 157 157 157\n7c90756d31a6b175 179 160 160 160\neb711d70ae1a4342 4 22 22 22\neb711d70ae1a4342 49 31 31 31\neb711d70ae1a4342 49 47 47 47\n3a48dfbd2f0977f9 0 4 4 4\n3a48dfbd2f0977f9 0 22 22 22\n3a48dfbd2f0977f9 46 31 31 31\nb2dc1873918e67d8 148 154 154 154\nb2dc1873918e67d8 148 158 158 158\nb2dc1873918e67d8 148 174 174 174\n832ae9f6a4bf1ceb 187 162 162 162\n832ae9f6a4bf1ceb 187 165 165 165\n832ae9f6a4bf1ceb 187 180 180 180\n5dbf866479511338 13 18 18 18\n5dbf866479511338 13 36 36 36\n5dbf866479511338 59 50 50 50\n9873cc20ca70cdf1 6 21 21 21\n9873cc20ca70cdf1 94 86 86 86\n9873cc20ca70cdf1 94 90 90 90\n79775710b7857709 32 38 38 38\n79775710b7857709 32 58 58 58\n79775710b7857709 86 74 74 74\nd88c9d9171a34362 27 31 31 31\nd88c9d9171a34362 27 36 36 36\nd88c9d9171a34362 78 61 61 61\n5d9dcdbe9a0d737d 7 48 48 48\n5d9dcdbe9a0d737d 131 120 120 120\n5d9dcdbe9a0d737d 131 122 122 122\n34b9d929b2707c7b 3 8 8 8\n34b9d929b2707c7b 3 14 14 14\n34b9d929b2707c7b 3 24 24 24\n7f5f6eec84743ed3 1 28 28 28\n7f5f6eec84743ed3 1 35 35 35\n7f5f6eec84743ed3 69 63 63 63\nee17c0671fabedd1 66 79 79 79\nee17c0671fabedd1 125 116 116 116\nee17c0671fabedd1 125 122 122 122\nd9cdcbe2211aea2a 4 17 17 17\nd9cdcbe2211aea2a 49 27 27 27\nd9cdcbe2211aea2a 49 37 37 37\n33288d55dde83e72 56 59 59 59\n33288d55dde83e72 56 73 73 73\n33288d55dde83e72 56 74 74 74\nb3e7154d08bf845c 95 113 113 113\nb3e7154d08bf845c 164 145 145 145\nb3e7154d08bf845c 164 151 151 151\n8ab5102df0d2dcae 63 79 79 79\n8ab5102df0d2dcae 140 133 133 133\n8ab5102df0d2dcae 140 138 138 138\n8286697c72321c16 76 54 54 54\n8286697c72321c16 76 55 55 55\n8286697c72321c16 76 66 66 66\n193c3bd339eb0a75 35 75 75 75\n193c3bd339eb0a75 35 83 83 83\n193c3bd339eb0a75 148 125 125 125\n2e30ae101611cca8 15 43 43 43\n2e30ae101611cca8 87 68 68 68\n2e30ae101611cca8 87 69 69 69\n489254d4b26a04c6 68 93 93 93\n489254d4b26a04c6 121 113 113 113\n489254d4b26a04c6 121 115 115 115\n81a4004bcc27fd29 104 86 86 86\n81a4004bcc27fd29 104 91 91 91\n81a4004bcc27fd29 104 101 101 101\naa62c3241c55ad8d 71 74 74 74\naa62c3241c55ad8d 119 102 102 102\naa62c3241c55ad8d 119 117 117 117\nc12830b7047ca5ce 22 30 30 30\nc12830b7047ca5ce 22 40 40 40\nc12830b7047ca5ce 71 57 57 57\n9135604f85c2251b 274 251 251 251\n9135604f85c2251b 274 261 261 261\n9135604f85c2251b 274 263 263 263\nc44e71779267a01f 158 132 132 132\nc44e71779267a01f 158 139 139 139\nc44e71779267a01f 158 152 152 152\nfe89d80504b29f1b 15 22 22 22\nfe89d80504b29f1b 15 36 36 36\nfe89d80504b29f1b 66 52 52 52\nd66e8d271a8ab872 38 39 39 39\nd66e8d271a8ab872 95 70 70 70\nd66e8d271a8ab872 95 94 94 94\nef69c76bde3cfd9a 52 32 32 32\nef69c76bde3cfd9a 52 35 35 35\nef69c76bde3cfd9a 52 51 51 51\n0a9f2831a3e73de8 8 27 27 27\n0a9f2831a3e73de8 8 30 30 30\n0a9f2831a3e73de8 71 44 44 44\n30140756550dc38e 19 28 28 28\n30140756550dc38e 99 66 66 66\n30140756550dc38e 99 89 89 89\nfa3f44738a1efcf8 13 29 29 29\nfa3f44738a1efcf8 13 48 48 48\nfa3f44738a1efcf8 96 93 93 93\n82bfe448b0c14ee1 2 35 35 35\n82bfe448b0c14ee1 96 65 65 65\n82bfe448b0c14ee1 96 66 66 66\n2b1303680b081ccb 6 9 9 9\n2b1303680b081ccb 6 27 27 27\n2b1303680b081ccb 53 41 41 41\n2ac7eecd3cd0252f 5 29 29 29\n2ac7eecd3cd0252f 54 42 42 42\n2ac7eecd3cd0252f 54 54 54 54\n6153908d1c550ba7 18 42 42 42\n6153908d1c550ba7 112 73 73 73\n6153908d1c550ba7 112 106 106 106\n6a2423d943574e11 12 32 32 32\n6a2423d943574e11 12 33 33 33\n6a2423d943574e11 66 48 48 48\n228ed4b87c8a6ea7 51 65 65 65\n228ed4b87c8a6ea7 51 72 72 72\n228ed4b87c8a6ea7 183 171 171 171\n0b3674ffb90b641a 127 171 171 171\n0b3674ffb90b641a 127 174 174 174\n0b3674ffb90b641a 234 186 186 186\n33c1bb87a88e59f1 105 115 115 115\n33c1bb87a88e59f1 165 157 157 157\n33c1bb87a88e59f1 165 160 160 160\n0b970b3417969c89 12 14 14 14\n0b970b3417969c89 12 20 20 20\n0b970b3417969c89 12 33 33 33\n919ed2a52bac28bf 140 92 92 92\n919ed2a52bac28bf 140 105 105 105\n919ed2a52bac28bf 140 117 117 117\n0b79ada01eb45be9 9 15 15 15\n0b79ada01eb45be9 70 50 50 50\n0b79ada01eb45be9 70 67 67 67\n774c8cdbea630fbc 115 120 120 120\n774c8cdbea630fbc 115 124 124 124\n774c8cdbea630fbc 115 137 137 137\n379470c7d22c498a 68 106 106 106\n379470c7d22c498a 68 130 130 130\n379470c7d22c498a 194 169 169 169\n51f4e2352699e799 80 96 96 96\n51f4e2352699e799 145 116 116 116\n51f4e2352699e799 145 127 127 127\nb69c761fd60e17c0 0 0 0 0\nb69c761fd60e17c0 0 15 15 15\nb69c761fd60e17c0 45 30 30 30\nb81d9174ff56e46d 17 35 35 35\nb81d9174ff56e46d 17 45 45 45\nb81d9174ff56e46d 100 98 98 98\ne246e21cf08b2748 51 53 53 53\ne246e21cf08b2748 51 93 93 93\ne246e21cf08b2748 142 104 104 104\ne13b8a8bf548eba9 23 35 35 35\ne13b8a8bf548eba9 143 84 84 84\ne13b8a8bf548eba9 143 110 110 110\n12a5cf6bbe330edb 106 121 121 121\n12a5cf6bbe330edb 106 128 128 128\n12a5cf6bbe330edb 220 168 168 168\nc73d84ba32f9e096 2 12 12 12\nc73d84ba32f9e096 2 24 24 24\nc73d84ba32f9e096 61 41 41 41\n1d4d81f8629b119e 18 20 20 20\n1d4d81f8629b119e 18 47 47 47\n1d4d81f8629b119e 111 98 98 98\n898ff473a643f4b3 23 37 37 37\n898ff473a643f4b3 68 53 53 53\n898ff473a643f4b3 68 68 68 68\n1bf4fe9301893904 0 5 5 5\n1bf4fe9301893904 0 11 11 11\n1bf4fe9301893904 61 46 46 46\na790bd601037ea91 65 81 81 81\na790bd601037ea91 65 98 98 98\na790bd601037ea91 134 121 121 121\n5c4f49fa49178d24 31 34 34 34\n5c4f49fa49178d24 31 37 37 37\n5c4f49fa49178d24 98 87 87 87\n1d04977fb85a8b3c 57 66 66 66\n1d04977fb85a8b3c 57 72 72 72\n1d04977fb85a8b3c 107 93 93 93\n5ae686d3ee88f5f0 7 41 41 41\n5ae686d3ee88f5f0 79 51 51 51\n5ae686d3ee88f5f0 79 58 58 58\nc96fd1a96637de5e 19 30 30 30\nc96fd1a96637de5e 69 58 58 58\nc96fd1a96637de5e 69 69 69 69\n4636beec02aa8dce 115 124 124 124\n4636beec02aa8dce 115 126 126 126\n4636beec02aa8dce 160 149 149 149\ncc24e059f80f8684 1 3 3 3\ncc24e059f80f8684 1 24 24 24\ncc24e059f80f8684 47 29 29 29\n89179e2c743535c0 97 119 119 119\n89179e2c743535c0 97 143 143 143\n89179e2c743535c0 199 185 185 185\nec75b23a356a07f5 4 23 23 23\nec75b23a356a07f5 4 24 24 24\nec75b23a356a07f5 50 43 43 43\n6da3a9910fddd89e 81 83 83 83\n6da3a9910fddd89e 81 109 109 109\n6da3a9910fddd89e 146 133 133 133\n52611553d3ab5683 172 205 205 205\n52611553d3ab5683 172 211 211 211\n52611553d3ab5683 272 268 268 268\n16ca2db2f920c1b4 45 47 47 47\n16ca2db2f920c1b4 45 63 63 63\n16ca2db2f920c1b4 45 80 80 80\n179ff8424ec7ad13 10 23 23 23\n179ff8424ec7ad13 76 57 57 57\n179ff8424ec7ad13 76 61 61 61\n9f57b4ea44c45ab9 26 47 47 47\n9f57b4ea44c45ab9 26 66 66 66\n9f57b4ea44c45ab9 116 94 94 94\n098263de57257005 60 69 69 69\n098263de57257005 168 120 120 120\n098263de57257005 168 135 135 135\nd93c9b82a02d647a 8 29 29 29\nd93c9b82a02d647a 65 38 38 38\nd93c9b82a02d647a 65 47 47 47\nbb940c547eed071c 6 12 12 12\nbb940c547eed071c 52 30 30 30\nbb940c547eed071c 52 41 41 41\n242fc4972c7bb385 1 8 8 8\n242fc4972c7bb385 1 22 22 22\n242fc4972c7bb385 48 32 32 32\ndcdc007caf2285af 42 45 45 45\ndcdc007caf2285af 92 78 78 78\ndcdc007caf2285af 92 84 84 84\nfc60dbb610046c56 115 91 91 91\nfc60dbb610046c56 115 94 94 94\nfc60dbb610046c56 115 105 105 105\nc8cd73e44fdf964a 64 40 40 40\nc8cd73e44fdf964a 64 41 41 41\nc8cd73e44fdf964a 64 61 61 61\n2ab72e30a616dd21 2 12 12 12\n2ab72e30a616dd21 2 19 19 19\n2ab72e30a616dd21 47 30 30 30\n769bdea6a09d2bf9 78 97 97 97\n769bdea6a09d2bf9 78 118 118 118\n769bdea6a09d2bf9 190 185 185 185\n67fb1193d1f055f0 28 43 43 43\n67fb1193d1f055f0 105 68 68 68\n67fb1193d1f055f0 105 69 69 69\n8efa8ae39e41a4c1 33 39 39 39\n8efa8ae39e41a4c1 33 57 57 57\n8efa8ae39e41a4c1 84 82 82 82\ndd959965d6c45f4b 18 34 34 34\ndd959965d6c45f4b 76 63 63 63\ndd959965d6c45f4b 76 68 68 68\n78a9e7eb0b9fed4a 116 132 132 132\n78a9e7eb0b9fed4a 185 157 157 157\n78a9e7eb0b9fed4a 185 171 171 171\nd4f002923ad8463f 1 28 28 28\nd4f002923ad8463f 59 34 34 34\nd4f002923ad8463f 59 45 45 45\n1247b2ac5986205b 14 37 37 37\n1247b2ac5986205b 125 85 85 85\n1247b2ac5986205b 125 114 114 114\n07e8ffa32746c7ce 38 40 40 40\n07e8ffa32746c7ce 38 76 76 76\n07e8ffa32746c7ce 38 77 77 77\n794ceaf2e5ef3ccf 10 19 19 19\n794ceaf2e5ef3ccf 10 47 47 47\n794ceaf2e5ef3ccf 93 60 60 60\n8c983cad2af0c7cd 181 146 146 146\n8c983cad2af0c7cd 181 169 169 169\n8c983cad2af0c7cd 181 181 181 181\n4eada4761f39df2a 49 82 82 82\n4eada4761f39df2a 49 95 95 95\n4eada4761f39df2a 152 115 115 115\n44f9aac9faaac569 125 145 145 145\n44f9aac9faaac569 125 151 151 151\n44f9aac9faaac569 187 170 170 170\nbc53101036ebcca2 13 24 24 24\nbc53101036ebcca2 58 36 36 36\nbc53101036ebcca2 58 50 50 50\na191cd7c25c96a44 30 36 36 36\na191cd7c25c96a44 30 42 42 42\na191cd7c25c96a44 75 53 53 53\n50faa0b265836e39 7 25 25 25\n50faa0b265836e39 7 29 29 29\n50faa0b265836e39 56 56 56 56\n8459bf0d15db4b0b 60 67 67 67\n8459bf0d15db4b0b 60 86 86 86\n8459bf0d15db4b0b 60 90 90 90\n316035dd285c5e27 163 177 177 177\n316035dd285c5e27 212 190 190 190\n316035dd285c5e27 212 197 197 197\n31d903660e1647c5 14 53 53 53\n31d903660e1647c5 107 65 65 65\n31d903660e1647c5 107 77 77 77\ne9b09e89e448893c 106 90 90 90\ne9b09e89e448893c 106 102 102 102\ne9b09e89e448893c 106 103 103 103\n118f563fe2ed4998 14 14 14 14\n118f563fe2ed4998 14 16 16 16\n118f563fe2ed4998 14 35 35 35\n0f4f779411b45b6f 158 162 162 162\n0f4f779411b45b6f 158 179 179 179\n0f4f779411b45b6f 203 192 192 192\nfbb437c54b5d9d78 35 42 42 42\nfbb437c54b5d9d78 123 90 90 90\nfbb437c54b5d9d78 123 95 95 95\n9364cf2b46e39ae2 12 49 49 49\n9364cf2b46e39ae2 116 74 74 74\n9364cf2b46e39ae2 116 80 80 80\n44d12349e0609ba3 197 215 215 215\n44d12349e0609ba3 197 218 218 218\n44d12349e0609ba3 246 234 234 234\na9e84da94b7677d7 9 34 34 34\na9e84da94b7677d7 130 82 82 82\na9e84da94b7677d7 130 103 103 103\n0f97153fcaafc80d 3 16 16 16\n0f97153fcaafc80d 3 19 19 19\n0f97153fcaafc80d 65 62 62 62\na8e53509b42b91e1 24 47 47 47\na8e53509b42b91e1 126 82 82 82\na8e53509b42b91e1 126 117 117 117\n1961bb85524de229 5 12 12 12\n1961bb85524de229 5 14 14 14\n1961bb85524de229 5 26 26 26\n18cde229723f22df 4 7 7 7\n18cde229723f22df 4 16 16 16\n18cde229723f22df 73 46 46 46\n3c054be9bdb304ee 0 12 12 12\n3c054be9bdb304ee 0 16 16 16\n3c054be9bdb304ee 0 30 30 30\n5c76ecd0bc0f5d68 122 109 109 109\n5c76ecd0bc0f5d68 122 117 117 117\n5c76ecd0bc0f5d68 122 119 119 119\nde0c6b5d0fc57d0d 4 16 16 16\nde0c6b5d0fc57d0d 52 36 36 36\nde0c6b5d0fc57d0d 52 37 37 37\n2c9b5e69fe7f0338 115 126 126 126\n2c9b5e69fe7f0338 178 155 155 155\n2c9b5e69fe7f0338 178 162 162 162\n8c6de5601184f209 2 45 45 45\n8c6de5601184f209 94 76 76 76\n8c6de5601184f209 94 92 92 92\n978cabf07ebeac54 5 13 13 13\n978cabf07ebeac54 63 52 52 52\n978cabf07ebeac54 63 58 58 58\ndeb6feeca235caf4 39 42 42 42\ndeb6feeca235caf4 93 70 70 70\ndeb6feeca235caf4 93 93 93 93\n743b0c4ec9aad366 36 40 40 40\n743b0c4ec9aad366 88 70 70 70\n743b0c4ec9aad366 88 71 71 71\n1512ea7a9754ac34 56 56 56 56\n1512ea7a9754ac34 56 70 70 70\n1512ea7a9754ac34 124 111 111 111\n7f6e72805e11ead9 17 31 31 31\n7f6e72805e11ead9 84 67 67 67\n7f6e72805e11ead9 84 70 70 70\n5d849450a7f5064c 6 11 11 11\n5d849450a7f5064c 6 22 22 22\n5d849450a7f5064c 59 58 58 58\n52480d60a7ccbec3 142 129 129 129\n52480d60a7ccbec3 142 130 130 130\n52480d60a7ccbec3 142 138 138 138\n00beb03ef95dc637 81 92 92 92\n00beb03ef95dc637 81 100 100 100\n00beb03ef95dc637 131 129 129 129\n5ef49620e0955f07 65 65 65 65\n5ef49620e0955f07 65 70 70 70\n5ef49620e0955f07 65 89 89 89\n3ed3ffd0ae9c3224 70 52 52 52\n3ed3ffd0ae9c3224 70 54 54 54\n3ed3ffd0ae9c3224 70 61 61 61\n3cb1489b614e5f39 97 142 142 142\n3cb1489b614e5f39 203 156 156 156\n3cb1489b614e5f39 203 201 201 201\nfe8431a1c5bd3c81 170 172 172 172\nfe8431a1c5bd3c81 170 194 194 194\nfe8431a1c5bd3c81 220 208 208 208\ne7020d449f50c737 51 56 56 56\ne7020d449f50c737 51 70 70 70\ne7020d449f50c737 97 82 82 82\nbb6d106fb22b1f54 55 67 67 67\nbb6d106fb22b1f54 55 75 75 75\nbb6d106fb22b1f54 108 107 107 107\nb1d7e798c2f2f30e 120 146 146 146\nb1d7e798c2f2f30e 176 159 159 159\nb1d7e798c2f2f30e 176 175 175 175\n632a121cf77513a2 16 53 53 53\n632a121cf77513a2 142 80 80 80\n632a121cf77513a2 142 95 95 95\n3cfb6cb5052ce744 114 117 117 117\n3cfb6cb5052ce744 114 143 143 143\n3cfb6cb5052ce744 193 157 157 157\ne456bfbbc41c6bd4 52 30 30 30\ne456bfbbc41c6bd4 52 37 37 37\ne456bfbbc41c6bd4 52 50 50 50\n4bae0a9b0dd66beb 2 11 11 11\n4bae0a9b0dd66beb 2 21 21 21\n4bae0a9b0dd66beb 52 40 40 40\ne84891165f0bf125 24 35 35 35\ne84891165f0bf125 24 40 40 40\ne84891165f0bf125 69 62 62 62\n59bfa3dceffc42b6 74 46 46 46\n59bfa3dceffc42b6 74 54 54 54\n59bfa3dceffc42b6 74 62 62 62\n6e1938b832b4515d 4 10 10 10\n6e1938b832b4515d 4 23 23 23\n6e1938b832b4515d 62 40 40 40\n8b6aa37cde3638a6 33 44 44 44\n8b6aa37cde3638a6 33 48 48 48\n8b6aa37cde3638a6 79 65 65 65\nf5a898cd54a2762c 40 57 57 57\nf5a898cd54a2762c 89 68 68 68\nf5a898cd54a2762c 89 81 81 81\n8fc9e8e5f7b69c31 44 60 60 60\n8fc9e8e5f7b69c31 96 71 71 71\n8fc9e8e5f7b69c31 96 83 83 83\n7beade5589e38928 2 14 14 14\n7beade5589e38928 54 37 37 37\n7beade5589e38928 54 53 53 53\n17a3e731c4fe0aaf 12 19 19 19\n17a3e731c4fe0aaf 64 50 50 50\n17a3e731c4fe0aaf 64 57 57 57\n786bfb8a195d54b4 46 58 58 58\n786bfb8a195d54b4 96 79 79 79\n786bfb8a195d54b4 96 88 88 88\n20384754a6e5d1b0 6 27 27 27\n20384754a6e5d1b0 53 41 41 41\n20384754a6e5d1b0 53 51 51 51\n10351dc7a37a44c1 37 49 49 49\n10351dc7a37a44c1 86 66 66 66\n10351dc7a37a44c1 86 75 75 75\ncca9eb44ccb4c50c 4 30 30 30\ncca9eb44ccb4c50c 57 39 39 39\ncca9eb44ccb4c50c 57 55 55 55\n19694d2dc528d75d 137 140 140 140\n19694d2dc528d75d 210 187 187 187\n19694d2dc528d75d 210 210 210 210\n2b1e0225f0952a09 18 21 21 21\n2b1e0225f0952a09 75 67 67 67\n2b1e0225f0952a09 75 68 68 68\n76f2d6981e00d952 98 126 126 126\n76f2d6981e00d952 178 142 142 142\n76f2d6981e00d952 178 154 154 154\n12d4ca1236a2cf26 17 25 25 25\n12d4ca1236a2cf26 17 34 34 34\n12d4ca1236a2cf26 75 71 71 71\nd53343e8959b9c18 88 65 65 65\nd53343e8959b9c18 88 71 71 71\nd53343e8959b9c18 88 72 72 72\n6b7ef4c56535b965 15 19 19 19\n6b7ef4c56535b965 15 23 23 23\n6b7ef4c56535b965 15 34 34 34\nf27b89e6e7702598 29 38 38 38\nf27b89e6e7702598 29 59 59 59\nf27b89e6e7702598 132 93 93 93\nfcbaea4d9cce75dd 11 36 36 36\nfcbaea4d9cce75dd 63 60 60 60\nfcbaea4d9cce75dd 63 62 62 62\nc7dd22d118a2ac30 31 54 54 54\nc7dd22d118a2ac30 31 55 55 55\nc7dd22d118a2ac30 90 64 64 64\nf87702186e2115c7 27 39 39 39\nf87702186e2115c7 89 63 63 63\nf87702186e2115c7 89 70 70 70\n97cf7d672434d294 0 5 5 5\n97cf7d672434d294 0 20 20 20\n97cf7d672434d294 47 31 31 31\n23beb4b246e236fb 44 71 71 71\n23beb4b246e236fb 146 112 112 112\n23beb4b246e236fb 146 121 121 121\nbb3f4e6a994ff63a 151 164 164 164\nbb3f4e6a994ff63a 204 197 197 197\nbb3f4e6a994ff63a 204 200 200 200\n90788c0f97df105a 177 201 201 201\n90788c0f97df105a 275 234 234 234\n90788c0f97df105a 275 241 241 241\n86a79e32169685c1 99 125 125 125\n86a79e32169685c1 99 130 130 130\n86a79e32169685c1 165 159 159 159\n72db46eeddbe4275 3 25 25 25\n72db46eeddbe4275 89 62 62 62\n72db46eeddbe4275 89 76 76 76\n733d0a0347dde56a 49 40 40 40\n733d0a0347dde56a 49 42 42 42\n733d0a0347dde56a 49 49 49 49\n849115291c948385 5 12 12 12\n849115291c948385 5 25 25 25\n849115291c948385 50 32 32 32\n54a1bceb5d97272d 77 94 94 94\n54a1bceb5d97272d 77 103 103 103\n54a1bceb5d97272d 186 138 138 138\n2ff40df261e17697 16 16 16 16\n2ff40df261e17697 16 27 27 27\n2ff40df261e17697 67 63 63 63\n935f157e04c227c1 53 63 63 63\n935f157e04c227c1 53 65 65 65\n935f157e04c227c1 119 116 116 116\ne071ef79c9a7d612 194 170 170 170\ne071ef79c9a7d612 194 175 175 175\ne071ef79c9a7d612 194 178 178 178\n8206395dfe75be01 3 3 3 3\n8206395dfe75be01 3 15 15 15\n8206395dfe75be01 3 23 23 23\n8a3d65fc359279df 65 72 72 72\n8a3d65fc359279df 65 86 86 86\n8a3d65fc359279df 122 111 111 111\n2d4e81e66ce80039 41 50 50 50\n2d4e81e66ce80039 41 63 63 63\n2d4e81e66ce80039 93 74 74 74\n298276fb3c0330e5 77 89 89 89\n298276fb3c0330e5 142 116 116 116\n298276fb3c0330e5 142 138 138 138\n516a1ef6d8a69398 16 25 25 25\n516a1ef6d8a69398 16 32 32 32\n516a1ef6d8a69398 16 38 38 38\n36fc018c7b62b997 28 41 41 41\n36fc018c7b62b997 28 48 48 48\n36fc018c7b62b997 73 59 59 59\n24668d960406587f 120 137 137 137\n24668d960406587f 216 200 200 200\n24668d960406587f 216 210 210 210\nc3eaaa4be79355b7 2 6 6 6\nc3eaaa4be79355b7 49 29 29 29\nc3eaaa4be79355b7 49 47 47 47\nd0fc0d5566e548e5 6 10 10 10\nd0fc0d5566e548e5 6 19 19 19\nd0fc0d5566e548e5 57 53 53 53\n0387ef3895b1393c 9 14 14 14\n0387ef3895b1393c 9 41 41 41\n0387ef3895b1393c 84 72 72 72\n5a331dd980d16fda 8 20 20 20\n5a331dd980d16fda 8 23 23 23\n5a331dd980d16fda 60 58 58 58\ne7f049cddc9f62ba 40 52 52 52\ne7f049cddc9f62ba 88 71 71 71\ne7f049cddc9f62ba 88 87 87 87\ne9d397952be37ca7 3 6 6 6\ne9d397952be37ca7 3 31 31 31\ne9d397952be37ca7 72 46 46 46\n20422596003ac855 258 248 248 248\n20422596003ac855 258 255 255 255\n20422596003ac855 258 258 258 258\n9c4a6de94a583fd5 45 51 51 51\n9c4a6de94a583fd5 45 72 72 72\n9c4a6de94a583fd5 45 74 74 74\ned9cff668e7377be 87 116 116 116\ned9cff668e7377be 87 119 119 119\ned9cff668e7377be 207 180 180 180\nc384c30bea887b9d 0 5 5 5\nc384c30bea887b9d 0 9 9 9\nc384c30bea887b9d 0 11 11 11\nf3288968f1562b49 47 41 41 41\nf3288968f1562b49 47 46 46 46\nf3288968f1562b49 47 47 47 47\nef087f57579ed8a8 69 37 37 37\nef087f57579ed8a8 69 57 57 57\nef087f57579ed8a8 69 61 61 61\nf8df532511809597 3 23 23 23\nf8df532511809597 87 64 64 64\nf8df532511809597 87 65 65 65\n430d7b5b77861810 1 16 16 16\n430d7b5b77861810 1 36 36 36\n430d7b5b77861810 107 93 93 93\n03906f66d3bca71a 54 70 70 70\n03906f66d3bca71a 181 141 141 141\n03906f66d3bca71a 181 165 165 165\n63eb0833923d46ed 19 39 39 39\n63eb0833923d46ed 82 69 69 69\n63eb0833923d46ed 82 76 76 76\n2afb8a0a98e15155 9 15 15 15\n2afb8a0a98e15155 57 56 56 56\n2afb8a0a98e15155 57 57 57 57\n9ee17c5ca488c440 2 4 4 4\n9ee17c5ca488c440 2 39 39 39\n9ee17c5ca488c440 2 49 49 49\n582d287cce22f586 101 102 102 102\n582d287cce22f586 175 154 154 154\n582d287cce22f586 175 155 155 155\n50f0460b4e02a326 13 41 41 41\n50f0460b4e02a326 77 60 60 60\n50f0460b4e02a326 77 73 73 73\ne12e122730984e61 92 67 67 67\ne12e122730984e61 92 80 80 80\ne12e122730984e61 92 91 91 91\n0d5112a7eb22d61a 29 37 37 37\n0d5112a7eb22d61a 29 46 46 46\n0d5112a7eb22d61a 78 62 62 62\nbb33fc7718ffabf2 86 93 93 93\nbb33fc7718ffabf2 157 139 139 139\nbb33fc7718ffabf2 157 141 141 141\n0ccb28128213f19d 30 40 40 40\n0ccb28128213f19d 104 69 69 69\n0ccb28128213f19d 104 104 104 104\n6a823717363844c4 70 46 46 46\n6a823717363844c4 70 60 60 60\n6a823717363844c4 70 67 67 67\n2ed398e8368e0c6f 46 47 47 47\n2ed398e8368e0c6f 97 73 73 73\n2ed398e8368e0c6f 97 75 75 75\n8a8c745893ab88ad 52 72 72 72\n8a8c745893ab88ad 105 87 87 87\n8a8c745893ab88ad 105 102 102 102\n2313ea0fb17cbed6 111 135 135 135\n2313ea0fb17cbed6 169 149 149 149\n2313ea0fb17cbed6 169 166 166 166\nee2a5976e8ab2691 105 84 84 84\nee2a5976e8ab2691 105 86 86 86\nee2a5976e8ab2691 105 93 93 93\n125c92c36a04a68a 18 47 47 47\n125c92c36a04a68a 85 64 64 64\n125c92c36a04a68a 85 76 76 76\n072b4bb46d80484e 22 39 39 39\n072b4bb46d80484e 67 58 58 58\n072b4bb46d80484e 67 62 62 62\nde69392a33b9756d 24 40 40 40\nde69392a33b9756d 86 61 61 61\nde69392a33b9756d 86 74 74 74\nc2e81ece6a48abb0 128 132 132 132\nc2e81ece6a48abb0 128 162 162 162\nc2e81ece6a48abb0 203 184 184 184\n6f6e61cad82ff0bd 217 166 166 166\n6f6e61cad82ff0bd 217 177 177 177\n6f6e61cad82ff0bd 217 186 186 186\nb4a33bb457b329b0 179 163 163 163\nb4a33bb457b329b0 179 165 165 165\nb4a33bb457b329b0 179 171 171 171\n07842cc567e9beec 117 91 91 91\n07842cc567e9beec 117 95 95 95\n07842cc567e9beec 117 111 111 111\n024908906fadb408 10 33 33 33\n024908906fadb408 141 76 76 76\n024908906fadb408 141 115 115 115\n01842c6b21e1d679 24 34 34 34\n01842c6b21e1d679 24 71 71 71\n01842c6b21e1d679 138 107 107 107\ncdf7ac95fa09c707 90 91 91 91\ncdf7ac95fa09c707 148 120 120 120\ncdf7ac95fa09c707 148 132 132 132\n3290731e5f908b92 12 41 41 41\n3290731e5f908b92 72 63 63 63\n3290731e5f908b92 72 68 68 68\n91a1c4b534693c26 4 5 5 5\n91a1c4b534693c26 51 33 33 33\n91a1c4b534693c26 51 44 44 44\n14f0b962fabfaae2 32 37 37 37\n14f0b962fabfaae2 84 69 69 69\n14f0b962fabfaae2 84 84 84 84\nf6e39599ab5e9dae 45 31 31 31\nf6e39599ab5e9dae 45 32 32 32\nf6e39599ab5e9dae 45 35 35 35\nd97ead1096b72dbe 66 73 73 73\nd97ead1096b72dbe 113 94 94 94\nd97ead1096b72dbe 113 102 102 102\n8b7dc2877971a64e 191 192 192 192\n8b7dc2877971a64e 191 194 194 194\n8b7dc2877971a64e 242 239 239 239\n8f0218121c335789 73 89 89 89\n8f0218121c335789 73 111 111 111\n8f0218121c335789 193 158 158 158\n223c9627b978d127 132 113 113 113\n223c9627b978d127 132 115 115 115\n223c9627b978d127 132 130 130 130\n0e512d350465a63c 85 100 100 100\n0e512d350465a63c 140 123 123 123\n0e512d350465a63c 140 130 130 130\nf1171dbc746a3cd6 26 36 36 36\nf1171dbc746a3cd6 100 65 65 65\nf1171dbc746a3cd6 100 70 70 70\n3dfaa97cd48a0332 136 103 103 103\n3dfaa97cd48a0332 136 116 116 116\n3dfaa97cd48a0332 136 128 128 128\n5f86b15ace41c6d2 26 32 32 32\n5f86b15ace41c6d2 71 56 56 56\n5f86b15ace41c6d2 71 65 65 65\n1e969786d2a8c7a2 45 49 49 49\n1e969786d2a8c7a2 45 69 69 69\n1e969786d2a8c7a2 124 112 112 112\n4ea022def425d867 63 41 41 41\n4ea022def425d867 63 43 43 43\n4ea022def425d867 63 55 55 55\n28a5318660ab60ba 5 36 36 36\n28a5318660ab60ba 5 48 48 48\n28a5318660ab60ba 105 61 61 61\nf088c85322065722 83 87 87 87\nf088c85322065722 164 157 157 157\nf088c85322065722 164 162 162 162\n5a832370d2d05215 3 22 22 22\n5a832370d2d05215 3 26 26 26\n5a832370d2d05215 3 33 33 33\n700705a63940c412 122 137 137 137\n700705a63940c412 183 170 170 170\n700705a63940c412 183 181 181 181\ne98995e13069078f 18 29 29 29\ne98995e13069078f 18 38 38 38\ne98995e13069078f 65 48 48 48\n020991bdfbdbe504 34 36 36 36\n020991bdfbdbe504 34 66 66 66\n020991bdfbdbe504 137 137 137 137\n5937cff79f38b88b 2 9 9 9\n5937cff79f38b88b 2 22 22 22\n5937cff79f38b88b 60 36 36 36\n5fada958027ac4a6 35 48 48 48\n5fada958027ac4a6 35 68 68 68\n5fada958027ac4a6 104 99 99 99\ncd1d68bc375fd119 23 31 31 31\ncd1d68bc375fd119 74 68 68 68\ncd1d68bc375fd119 74 70 70 70\n47d9493675e58f3b 1 16 16 16\n47d9493675e58f3b 48 27 27 27\n47d9493675e58f3b 48 29 29 29\n94e35563d865a2d6 1 3 3 3\n94e35563d865a2d6 50 28 28 28\n94e35563d865a2d6 50 41 41 41\nc64844b01c1d3326 0 20 20 20\nc64844b01c1d3326 0 36 36 36\nc64844b01c1d3326 72 58 58 58\n954e0fe2befc04e1 23 41 41 41\n954e0fe2befc04e1 70 62 62 62\n954e0fe2befc04e1 70 67 67 67\n54b27d097d8a74f7 4 14 14 14\n54b27d097d8a74f7 4 26 26 26\n54b27d097d8a74f7 53 39 39 39\nd928cba8e1bea9db 152 124 124 124\nd928cba8e1bea9db 152 138 138 138\nd928cba8e1bea9db 152 145 145 145\nc85009705079dbcd 127 136 136 136\nc85009705079dbcd 127 137 137 137\nc85009705079dbcd 172 153 153 153\n94eac323cba1cbb5 176 157 157 157\n94eac323cba1cbb5 176 166 166 166\n94eac323cba1cbb5 176 175 175 175\na0aae7f3749483b8 53 60 60 60\na0aae7f3749483b8 146 111 111 111\na0aae7f3749483b8 146 140 140 140\n9aad6dbfdeb9546e 95 64 64 64\n9aad6dbfdeb9546e 95 69 69 69\n9aad6dbfdeb9546e 95 82 82 82\n27d163d7046d36b5 6 26 26 26\n27d163d7046d36b5 6 34 34 34\n27d163d7046d36b5 6 39 39 39\n6200d2785aa82a2a 43 54 54 54\n6200d2785aa82a2a 43 67 67 67\n6200d2785aa82a2a 118 112 112 112\nfff9864727c42c80 16 40 40 40\nfff9864727c42c80 16 53 53 53\nfff9864727c42c80 16 55 55 55\nf292b2a16e9a9779 23 45 45 45\nf292b2a16e9a9779 23 46 46 46\nf292b2a16e9a9779 88 69 69 69\n4be8bf31940bd475 22 24 24 24\n4be8bf31940bd475 72 59 59 59\n4be8bf31940bd475 72 61 61 61\neae7853a7280a98a 53 79 79 79\neae7853a7280a98a 112 84 84 84\neae7853a7280a98a 112 85 85 85\n6bca63f130f50373 59 60 60 60\n6bca63f130f50373 59 73 73 73\n6bca63f130f50373 59 87 87 87\nbe4e6f9eee38647d 113 157 157 157\nbe4e6f9eee38647d 113 167 167 167\nbe4e6f9eee38647d 237 228 228 228\na011264573aed272 12 34 34 34\na011264573aed272 104 76 76 76\na011264573aed272 104 78 78 78\n94f8d39e84a2554a 20 29 29 29\n94f8d39e84a2554a 20 30 30 30\n94f8d39e84a2554a 98 98 98 98\n493bb055f33cb256 7 18 18 18\n493bb055f33cb256 66 54 54 54\n493bb055f33cb256 66 60 60 60\na74c7105c631d057 131 147 147 147\na74c7105c631d057 229 223 223 223\na74c7105c631d057 229 227 227 227\ne01dfda8df8ab7ca 59 84 84 84\ne01dfda8df8ab7ca 152 108 108 108\ne01dfda8df8ab7ca 152 110 110 110\n4cfefe4588b687a9 35 48 48 48\n4cfefe4588b687a9 82 66 66 66\n4cfefe4588b687a9 82 82 82 82\nc0e93d0578ac1cde 28 38 38 38\nc0e93d0578ac1cde 28 60 60 60\nc0e93d0578ac1cde 28 62 62 62\n5afa29226f0a5e5e 51 66 66 66\n5afa29226f0a5e5e 51 68 68 68\n5afa29226f0a5e5e 106 89 89 89\nd951d621a1ae48a0 150 151 151 151\nd951d621a1ae48a0 150 152 152 152\nd951d621a1ae48a0 150 165 165 165\nba5bbee8449e659c 6 13 13 13\nba5bbee8449e659c 6 20 20 20\nba5bbee8449e659c 54 34 34 34\n52b7d89a2d3ed2b9 23 31 31 31\n52b7d89a2d3ed2b9 23 36 36 36\n52b7d89a2d3ed2b9 73 53 53 53\nf4c7ca6b6888db51 79 55 55 55\nf4c7ca6b6888db51 79 56 56 56\nf4c7ca6b6888db51 79 72 72 72\ndb33f36374e40bfd 123 163 163 163\ndb33f36374e40bfd 233 206 206 206\ndb33f36374e40bfd 233 215 215 215\ne16c23cdab65f04c 25 54 54 54\ne16c23cdab65f04c 91 71 71 71\ne16c23cdab65f04c 91 83 83 83\nb31502bcf42ef8f5 22 24 24 24\nb31502bcf42ef8f5 68 54 54 54\nb31502bcf42ef8f5 68 60 60 60\ne48e2d02a8de8039 80 50 50 50\ne48e2d02a8de8039 80 52 52 52\ne48e2d02a8de8039 80 68 68 68\n464e3851f923f8d0 0 20 20 20\n464e3851f923f8d0 0 31 31 31\n464e3851f923f8d0 65 65 65 65\nd458a6128f54745a 39 59 59 59\nd458a6128f54745a 93 67 67 67\nd458a6128f54745a 93 85 85 85\n885c1a66b4025d94 11 22 22 22\n885c1a66b4025d94 67 53 53 53\n885c1a66b4025d94 67 57 57 57\n1dad44855584a4ea 4 23 23 23\n1dad44855584a4ea 4 27 27 27\n1dad44855584a4ea 53 48 48 48\nc55446a3809d1cfe 55 78 78 78\nc55446a3809d1cfe 55 91 91 91\nc55446a3809d1cfe 55 107 107 107\n903dcecb140a987b 192 213 213 213\n903dcecb140a987b 192 215 215 215\n903dcecb140a987b 192 216 216 216\nf05d9bf59c496548 30 30 30 30\nf05d9bf59c496548 92 75 75 75\nf05d9bf59c496548 92 82 82 82\n583fb7b4ac7f8a70 172 196 196 196\n583fb7b4ac7f8a70 172 200 200 200\n583fb7b4ac7f8a70 234 226 226 226\n0a4cf8d9b81b4c6e 10 13 13 13\n0a4cf8d9b81b4c6e 10 27 27 27\n0a4cf8d9b81b4c6e 56 38 38 38\nc1699c00968f0bca 27 33 33 33\nc1699c00968f0bca 73 55 55 55\nc1699c00968f0bca 73 62 62 62\nebf9eb32e850ea81 150 173 173 173\nebf9eb32e850ea81 150 178 178 178\nebf9eb32e850ea81 150 189 189 189\n82e31f202a167e19 62 100 100 100\n82e31f202a167e19 62 101 101 101\n82e31f202a167e19 62 109 109 109\ndbdeb6adf84634d4 19 21 21 21\ndbdeb6adf84634d4 19 44 44 44\ndbdeb6adf84634d4 71 47 47 47\n0555b07fe6239b4a 10 24 24 24\n0555b07fe6239b4a 10 25 25 25\n0555b07fe6239b4a 10 30 30 30\n05c48ff6535fbf55 17 17 17 17\n05c48ff6535fbf55 17 37 37 37\n05c48ff6535fbf55 76 61 61 61\nfade143648decad6 9 19 19 19\nfade143648decad6 9 42 42 42\nfade143648decad6 89 79 79 79\n653912d2b32cf81f 24 44 44 44\n653912d2b32cf81f 24 45 45 45\n653912d2b32cf81f 71 60 60 60\n65cbf88f417d8b87 15 30 30 30\n65cbf88f417d8b87 15 36 36 36\n65cbf88f417d8b87 101 89 89 89\n0b55abc1ca2fe909 21 44 44 44\n0b55abc1ca2fe909 21 49 49 49\n0b55abc1ca2fe909 21 53 53 53\n663b29720a9005b0 11 17 17 17\n663b29720a9005b0 11 34 34 34\n663b29720a9005b0 61 56 56 56\n964f93e6b440cfc2 17 25 25 25\n964f93e6b440cfc2 17 31 31 31\n964f93e6b440cfc2 17 33 33 33\na2b16cd3965bf8ad 25 39 39 39\na2b16cd3965bf8ad 25 45 45 45\na2b16cd3965bf8ad 104 103 103 103\n995cf26596bdb61c 33 35 35 35\n995cf26596bdb61c 33 45 45 45\n995cf26596bdb61c 86 80 80 80\n56f38b2ef24657ba 97 106 106 106\n56f38b2ef24657ba 97 124 124 124\n56f38b2ef24657ba 223 216 216 216\n3f7b6f511421e395 5 11 11 11\n3f7b6f511421e395 58 44 44 44\n3f7b6f511421e395 58 47 47 47\nc44f1fa44c2335a9 93 72 72 72\nc44f1fa44c2335a9 93 77 77 77\nc44f1fa44c2335a9 93 82 82 82\n270307bfb19cada6 84 57 57 57\n270307bfb19cada6 84 59 59 59\n270307bfb19cada6 84 61 61 61\n85e66d4a76a9b485 0 31 31 31\n85e66d4a76a9b485 0 43 43 43\n85e66d4a76a9b485 104 71 71 71\n87f0f033eeca7ec8 20 35 35 35\n87f0f033eeca7ec8 20 47 47 47\n87f0f033eeca7ec8 77 65 65 65\nc62a2dbbe8352849 66 52 52 52\nc62a2dbbe8352849 66 62 62 62\nc62a2dbbe8352849 66 65 65 65\n3ced9d0b56769bb7 4 17 17 17\n3ced9d0b56769bb7 4 37 37 37\n3ced9d0b56769bb7 76 76 76 76\n94d5e6280f699e08 97 99 99 99\n94d5e6280f699e08 176 141 141 141\n94d5e6280f699e08 176 157 157 157\nedd9bc3fc7e1070e 36 61 61 61\nedd9bc3fc7e1070e 36 67 67 67\nedd9bc3fc7e1070e 119 83 83 83\neca871c813c75c64 54 61 61 61\neca871c813c75c64 54 79 79 79\neca871c813c75c64 110 99 99 99\n34c43a35c5d197a8 34 42 42 42\n34c43a35c5d197a8 34 72 72 72\n34c43a35c5d197a8 131 105 105 105\n2cd835fc105ec81f 48 29 29 29\n2cd835fc105ec81f 48 35 35 35\n2cd835fc105ec81f 48 48 48 48\n2c16104a0ed6c8aa 21 21 21 21\n2c16104a0ed6c8aa 86 54 54 54\n2c16104a0ed6c8aa 86 63 63 63\n82d86c8480f6f447 7 11 11 11\n82d86c8480f6f447 7 24 24 24\n82d86c8480f6f447 66 66 66 66\n72c8c1a0b4d0a5da 71 99 99 99\n72c8c1a0b4d0a5da 71 122 122 122\n72c8c1a0b4d0a5da 184 151 151 151\nae0a9eade17a944a 90 68 68 68\nae0a9eade17a944a 90 86 86 86\nae0a9eade17a944a 90 87 87 87\n9797ffe46fbeb691 6 35 35 35\n9797ffe46fbeb691 105 66 66 66\n9797ffe46fbeb691 105 79 79 79\n8849a5c89f5a3c55 34 47 47 47\n8849a5c89f5a3c55 34 58 58 58\n8849a5c89f5a3c55 83 66 66 66\na4f441c4ffd46a8d 30 39 39 39\na4f441c4ffd46a8d 30 47 47 47\na4f441c4ffd46a8d 85 67 67 67\ncac95a6d75943b45 58 86 86 86\ncac95a6d75943b45 126 95 95 95\ncac95a6d75943b45 126 115 115 115\n3a0328ed13dd8c8b 119 142 142 142\n3a0328ed13dd8c8b 119 146 146 146\n3a0328ed13dd8c8b 187 171 171 171\n0d06be83296cf911 103 104 104 104\n0d06be83296cf911 103 128 128 128\n0d06be83296cf911 160 156 156 156\n061f829d3dd2e46e 16 30 30 30\n061f829d3dd2e46e 16 37 37 37\n061f829d3dd2e46e 16 49 49 49\n9c6f8478651dec88 26 44 44 44\n9c6f8478651dec88 26 46 46 46\n9c6f8478651dec88 26 55 55 55\nb9c1facff4f8b584 38 41 41 41\nb9c1facff4f8b584 38 45 45 45\nb9c1facff4f8b584 86 80 80 80\n5d2db39fb3b079c0 96 99 99 99\n5d2db39fb3b079c0 144 121 121 121\n5d2db39fb3b079c0 144 128 128 128\n433742b23712bf06 4 8 8 8\n433742b23712bf06 4 12 12 12\n433742b23712bf06 4 13 13 13\nd4b34956a9aa9c4d 26 36 36 36\nd4b34956a9aa9c4d 81 59 59 59\nd4b34956a9aa9c4d 81 63 63 63\n40284c1baec06ac9 8 14 14 14\n40284c1baec06ac9 8 24 24 24\n40284c1baec06ac9 60 41 41 41\n432a9cfcf53ef717 15 31 31 31\n432a9cfcf53ef717 15 36 36 36\n432a9cfcf53ef717 62 60 60 60\nef284ec2c7d4b608 234 174 174 174\nef284ec2c7d4b608 234 180 180 180\nef284ec2c7d4b608 234 198 198 198\n3b84ac07fd85bb3f 2 5 5 5\n3b84ac07fd85bb3f 2 14 14 14\n3b84ac07fd85bb3f 2 19 19 19\nb1e1ff7597b6efbd 117 153 153 153\nb1e1ff7597b6efbd 219 173 173 173\nb1e1ff7597b6efbd 219 195 195 195\n1f925fcf391591df 9 9 9 9\n1f925fcf391591df 9 21 21 21\n1f925fcf391591df 9 30 30 30\nb77248294a312af7 45 30 30 30\nb77248294a312af7 45 33 33 33\nb77248294a312af7 45 45 45 45\n93c4c4dcce1ad9a0 167 141 141 141\n93c4c4dcce1ad9a0 167 153 153 153\n93c4c4dcce1ad9a0 167 158 158 158\nd71156c20ec84ed0 32 46 46 46\nd71156c20ec84ed0 32 50 50 50\nd71156c20ec84ed0 32 53 53 53\n9aef06d879964b7b 16 30 30 30\n9aef06d879964b7b 16 42 42 42\n9aef06d879964b7b 78 73 73 73\n59fb8a856c91320e 131 142 142 142\n59fb8a856c91320e 176 158 158 158\n59fb8a856c91320e 176 173 173 173\n17fc81293f337cc3 33 60 60 60\n17fc81293f337cc3 33 69 69 69\n17fc81293f337cc3 118 106 106 106\n0e1a7abc82b1afb2 87 63 63 63\n0e1a7abc82b1afb2 87 70 70 70\n0e1a7abc82b1afb2 87 74 74 74\nbf8bc80890f16947 22 35 35 35\nbf8bc80890f16947 22 45 45 45\nbf8bc80890f16947 78 78 78 78\n0e7b68884ac4d959 39 41 41 41\n0e7b68884ac4d959 39 45 45 45\n0e7b68884ac4d959 88 82 82 82\n96d9ca1b74e4a847 9 13 13 13\n96d9ca1b74e4a847 9 24 24 24\n96d9ca1b74e4a847 70 46 46 46\n23808c0cfcc72e72 8 13 13 13\n23808c0cfcc72e72 8 15 15 15\n23808c0cfcc72e72 69 42 42 42\nc1e6ac4f872b9cf8 6 8 8 8\nc1e6ac4f872b9cf8 6 19 19 19\nc1e6ac4f872b9cf8 53 49 49 49\nbc0ebb7482f14795 20 21 21 21\nbc0ebb7482f14795 66 50 50 50\nbc0ebb7482f14795 66 58 58 58\nf62cb69c60002108 90 92 92 92\nf62cb69c60002108 138 123 123 123\nf62cb69c60002108 138 126 126 126\nf8b02aa8498187e4 117 94 94 94\nf8b02aa8498187e4 117 98 98 98\nf8b02aa8498187e4 117 103 103 103\n73b1e11a6d1edc75 55 57 57 57\n73b1e11a6d1edc75 55 65 65 65\n73b1e11a6d1edc75 112 110 110 110\necddcb8a7e581e1b 11 13 13 13\necddcb8a7e581e1b 11 18 18 18\necddcb8a7e581e1b 11 26 26 26\n63100e137826cfd2 1 10 10 10\n63100e137826cfd2 1 26 26 26\n63100e137826cfd2 94 75 75 75\nf1ae3f5c04336f9a 14 25 25 25\nf1ae3f5c04336f9a 14 55 55 55\nf1ae3f5c04336f9a 108 76 76 76\n21b548b570c0b415 36 38 38 38\n21b548b570c0b415 36 43 43 43\n21b548b570c0b415 86 65 65 65\ncf0546d729e4d57c 43 45 45 45\ncf0546d729e4d57c 92 72 72 72\ncf0546d729e4d57c 92 85 85 85\n36cb04da872d3bce 38 71 71 71\n36cb04da872d3bce 153 99 99 99\n36cb04da872d3bce 153 134 134 134\nbff73237b5d6cc32 4 9 9 9\nbff73237b5d6cc32 4 14 14 14\nbff73237b5d6cc32 52 30 30 30\n724a7e5a97ced6e5 54 67 67 67\n724a7e5a97ced6e5 99 83 83 83\n724a7e5a97ced6e5 99 90 90 90\n5c69737728c7645f 60 61 61 61\n5c69737728c7645f 60 72 72 72\n5c69737728c7645f 158 146 146 146\nd6c20aa5b7de5ee4 168 105 105 105\nd6c20aa5b7de5ee4 168 138 138 138\nd6c20aa5b7de5ee4 168 139 139 139\n4e6334d5ae0c157a 105 86 86 86\n4e6334d5ae0c157a 105 90 90 90\n4e6334d5ae0c157a 105 96 96 96\n93850754fb4d6929 16 19 19 19\n93850754fb4d6929 16 23 23 23\n93850754fb4d6929 75 60 60 60\n0d08611c8b251e15 88 101 101 101\n0d08611c8b251e15 88 111 111 111\n0d08611c8b251e15 88 114 114 114\n8534404c06a7a475 146 170 170 170\n8534404c06a7a475 146 178 178 178\n8534404c06a7a475 255 243 243 243\n9a1bef8e978e62ae 122 69 69 69\n9a1bef8e978e62ae 122 82 82 82\n9a1bef8e978e62ae 122 115 115 115\n419b773d04a986b7 35 62 62 62\n419b773d04a986b7 94 69 69 69\n419b773d04a986b7 94 86 86 86\na3afb611e05eabf4 0 8 8 8\na3afb611e05eabf4 0 13 13 13\na3afb611e05eabf4 45 27 27 27\nc21df1e3085cbac8 77 108 108 108\nc21df1e3085cbac8 141 131 131 131\nc21df1e3085cbac8 141 140 140 140\n5ca0d8f0b24ae0aa 7 37 37 37\n5ca0d8f0b24ae0aa 113 96 96 96\n5ca0d8f0b24ae0aa 113 108 108 108\nf11be6d41f8b36fb 170 179 179 179\nf11be6d41f8b36fb 235 217 217 217\nf11be6d41f8b36fb 235 225 225 225\n24b4e8ff5a9a6439 64 70 70 70\n24b4e8ff5a9a6439 64 81 81 81\n24b4e8ff5a9a6439 153 109 109 109\nd72cdf31bb064b1c 103 120 120 120\nd72cdf31bb064b1c 190 152 152 152\nd72cdf31bb064b1c 190 173 173 173\n11d5f4e7b0b17565 10 33 33 33\n11d5f4e7b0b17565 86 72 72 72\n11d5f4e7b0b17565 86 84 84 84\n9f2798fef9b29ad2 11 27 27 27\n9f2798fef9b29ad2 59 37 37 37\n9f2798fef9b29ad2 59 54 54 54\nb7b89af3845a04af 9 21 21 21\nb7b89af3845a04af 9 24 24 24\nb7b89af3845a04af 64 41 41 41\n5afd98d36f582daf 51 38 38 38\n5afd98d36f582daf 51 43 43 43\n5afd98d36f582daf 51 51 51 51\n62990797364c3cf2 4 5 5 5\n62990797364c3cf2 49 42 42 42\n62990797364c3cf2 49 45 45 45\n9b3ef293e05d70f9 20 26 26 26\n9b3ef293e05d70f9 20 29 29 29\n9b3ef293e05d70f9 65 44 44 44\n8725e58028e2f1fe 3 21 21 21\n8725e58028e2f1fe 3 30 30 30\n8725e58028e2f1fe 3 40 40 40\n92b4fb8ed69cc398 165 121 121 121\n92b4fb8ed69cc398 165 126 126 126\n92b4fb8ed69cc398 165 143 143 143\n5041e63659c90693 50 71 71 71\n5041e63659c90693 101 89 89 89\n5041e63659c90693 101 98 98 98\n9fc435ca200777c9 2 13 13 13\n9fc435ca200777c9 2 21 21 21\n9fc435ca200777c9 48 36 36 36\n4e45b51fcd56ceb1 11 26 26 26\n4e45b51fcd56ceb1 11 28 28 28\n4e45b51fcd56ceb1 65 63 63 63\n28b23ec38ac5c0b1 50 59 59 59\n28b23ec38ac5c0b1 50 69 69 69\n28b23ec38ac5c0b1 134 106 106 106\nd0b961241b7c33a4 70 52 52 52\nd0b961241b7c33a4 70 55 55 55\nd0b961241b7c33a4 70 64 64 64\n5fe8a422264f128c 265 224 224 224\n5fe8a422264f128c 265 230 230 230\n5fe8a422264f128c 265 258 258 258\n1ec7e7dce1175aee 32 51 51 51\n1ec7e7dce1175aee 32 58 58 58\n1ec7e7dce1175aee 106 76 76 76\na403a07ebd41b6d2 58 37 37 37\na403a07ebd41b6d2 58 47 47 47\na403a07ebd41b6d2 58 54 54 54\n9217c66c0900c6ea 71 44 44 44\n9217c66c0900c6ea 71 62 62 62\n9217c66c0900c6ea 71 70 70 70\nd522ea888fb16e86 59 63 63 63\nd522ea888fb16e86 59 70 70 70\nd522ea888fb16e86 59 75 75 75\nc51da147c5b6f88f 187 135 135 135\nc51da147c5b6f88f 187 149 149 149\nc51da147c5b6f88f 187 176 176 176\n0de6bc7da518fcae 7 16 16 16\n0de6bc7da518fcae 7 21 21 21\n0de6bc7da518fcae 52 30 30 30\nf6f1a6c3444ce705 113 124 124 124\nf6f1a6c3444ce705 113 160 160 160\nf6f1a6c3444ce705 113 170 170 170\nd5c5a2109a2344e0 142 164 164 164\nd5c5a2109a2344e0 142 172 172 172\nd5c5a2109a2344e0 214 206 206 206\n7a42e67f85dc80d2 0 3 3 3\n7a42e67f85dc80d2 0 4 4 4\n7a42e67f85dc80d2 0 6 6 6\n318cc6a39c0acc71 6 7 7 7\n318cc6a39c0acc71 6 42 42 42\n318cc6a39c0acc71 100 91 91 91\nd849cf4a74988f8c 0 3 3 3\nd849cf4a74988f8c 0 20 20 20\nd849cf4a74988f8c 0 22 22 22\n321911ae4a16f038 66 67 67 67\n321911ae4a16f038 66 89 89 89\n321911ae4a16f038 130 108 108 108\n8a19e0c0a085f5d8 68 53 53 53\n8a19e0c0a085f5d8 68 54 54 54\n8a19e0c0a085f5d8 68 64 64 64\nac35b0286dd48dbf 33 40 40 40\nac35b0286dd48dbf 79 78 78 78\nac35b0286dd48dbf 79 79 79 79\nb474bc1aa91428cd 11 22 22 22\nb474bc1aa91428cd 11 23 23 23\nb474bc1aa91428cd 11 36 36 36\n403951b5d632b5ab 93 79 79 79\n403951b5d632b5ab 93 82 82 82\n403951b5d632b5ab 93 92 92 92\nee439bfcf0065752 58 69 69 69\nee439bfcf0065752 148 110 110 110\nee439bfcf0065752 148 134 134 134\n7dc87708a40e09cc 30 35 35 35\n7dc87708a40e09cc 30 51 51 51\n7dc87708a40e09cc 79 72 72 72\ndaba92e841a70468 93 114 114 114\ndaba92e841a70468 93 116 116 116\ndaba92e841a70468 93 118 118 118\nd6b3d15ff42247fb 43 45 45 45\nd6b3d15ff42247fb 43 62 62 62\nd6b3d15ff42247fb 106 86 86 86\ndc8b2dd99adebba5 189 193 193 193\ndc8b2dd99adebba5 189 205 205 205\ndc8b2dd99adebba5 234 217 217 217\n74f06932dd0ff8e4 0 1 1 1\n74f06932dd0ff8e4 0 23 23 23\n74f06932dd0ff8e4 46 37 37 37\n5fb6ae7a43819e8d 5 19 19 19\n5fb6ae7a43819e8d 5 33 33 33\n5fb6ae7a43819e8d 71 42 42 42\ne3d58633f6310c45 16 20 20 20\ne3d58633f6310c45 16 40 40 40\ne3d58633f6310c45 68 45 45 45\nf0f7ef04f763da64 20 41 41 41\nf0f7ef04f763da64 75 63 63 63\nf0f7ef04f763da64 75 73 73 73\nb0342f55186e26ce 44 60 60 60\nb0342f55186e26ce 44 71 71 71\nb0342f55186e26ce 98 89 89 89\n3f68a1e365e94eb4 81 101 101 101\n3f68a1e365e94eb4 81 121 121 121\n3f68a1e365e94eb4 81 129 129 129\n0712476a67734dee 22 28 28 28\n0712476a67734dee 22 33 33 33\n0712476a67734dee 22 38 38 38\n64543bddb4bbcebc 0 15 15 15\n64543bddb4bbcebc 45 42 42 42\n64543bddb4bbcebc 45 45 45 45\n922ee666c8d9f42a 31 33 33 33\n922ee666c8d9f42a 143 121 121 121\n922ee666c8d9f42a 143 139 139 139\n5c950935265018ba 33 34 34 34\n5c950935265018ba 33 55 55 55\n5c950935265018ba 33 61 61 61\n4d2a276aac0bc7af 0 4 4 4\n4d2a276aac0bc7af 0 16 16 16\n4d2a276aac0bc7af 0 26 26 26\n2b81fbc1af01f0ad 27 37 37 37\n2b81fbc1af01f0ad 77 54 54 54\n2b81fbc1af01f0ad 77 77 77 77\nf55506f85121d693 41 61 61 61\nf55506f85121d693 118 89 89 89\nf55506f85121d693 118 96 96 96\nde72b3d3d01ea315 145 149 149 149\nde72b3d3d01ea315 191 174 174 174\nde72b3d3d01ea315 191 187 187 187\nbd7b5a078178e1ef 79 89 89 89\nbd7b5a078178e1ef 140 114 114 114\nbd7b5a078178e1ef 140 133 133 133\n0ed8b86b87a30d38 40 61 61 61\n0ed8b86b87a30d38 40 63 63 63\n0ed8b86b87a30d38 97 85 85 85\nfca310e3805d5ab4 45 58 58 58\nfca310e3805d5ab4 45 61 61 61\nfca310e3805d5ab4 45 64 64 64\n8ed13911e32381d2 12 16 16 16\n8ed13911e32381d2 100 64 64 64\n8ed13911e32381d2 100 96 96 96\n9c07d2b1995e5ddd 232 209 209 209\n9c07d2b1995e5ddd 232 214 214 214\n9c07d2b1995e5ddd 232 227 227 227\nefb9832d4c948498 97 127 127 127\nefb9832d4c948498 216 170 170 170\nefb9832d4c948498 216 188 188 188\n19ea6a2de5c6b077 2 12 12 12\n19ea6a2de5c6b077 2 22 22 22\n19ea6a2de5c6b077 48 31 31 31\nab21a9fb5b124d8a 13 22 22 22\nab21a9fb5b124d8a 13 41 41 41\nab21a9fb5b124d8a 13 68 68 68\ne8530fdec17b42eb 19 20 20 20\ne8530fdec17b42eb 19 32 32 32\ne8530fdec17b42eb 66 45 45 45\n9afbe12dafb8b68c 83 87 87 87\n9afbe12dafb8b68c 139 115 115 115\n9afbe12dafb8b68c 139 138 138 138\n51606f24d69a31c5 89 97 97 97\n51606f24d69a31c5 89 104 104 104\n51606f24d69a31c5 89 110 110 110\n68f10d64744ff990 68 73 73 73\n68f10d64744ff990 68 80 80 80\n68f10d64744ff990 68 87 87 87\nd9de8aabf76c7683 41 42 42 42\nd9de8aabf76c7683 41 57 57 57\nd9de8aabf76c7683 86 65 65 65\n40954e72e02dc771 99 79 79 79\n40954e72e02dc771 99 86 86 86\n40954e72e02dc771 99 97 97 97\ncc014d7be0dd9a2f 19 66 66 66\ncc014d7be0dd9a2f 152 117 117 117\ncc014d7be0dd9a2f 152 125 125 125\n65cc49bc3ebaf313 48 62 62 62\n65cc49bc3ebaf313 48 64 64 64\n65cc49bc3ebaf313 109 91 91 91\nd9642c8efc01481d 256 225 225 225\nd9642c8efc01481d 256 227 227 227\nd9642c8efc01481d 256 248 248 248\n5ba05d47e238dad6 45 75 75 75\n5ba05d47e238dad6 111 80 80 80\n5ba05d47e238dad6 111 99 99 99\n625372351e3ff4dd 19 22 22 22\n625372351e3ff4dd 77 59 59 59\n625372351e3ff4dd 77 72 72 72\ne0e3465826bd8a52 46 75 75 75\ne0e3465826bd8a52 121 84 84 84\ne0e3465826bd8a52 121 120 120 120\nac3a468aec7604e7 7 9 9 9\nac3a468aec7604e7 7 13 13 13\nac3a468aec7604e7 55 37 37 37\n107b78daf075d371 26 28 28 28\n107b78daf075d371 26 39 39 39\n107b78daf075d371 89 59 59 59\nc936902cf1e99bc3 20 40 40 40\nc936902cf1e99bc3 68 46 46 46\nc936902cf1e99bc3 68 63 63 63\n51338a976f95e507 4 12 12 12\n51338a976f95e507 57 31 31 31\n51338a976f95e507 57 32 32 32\n23cfdadab7cc51a1 138 88 88 88\n23cfdadab7cc51a1 138 100 100 100\n23cfdadab7cc51a1 138 129 129 129\n512810bd5785cad6 107 86 86 86\n512810bd5785cad6 107 93 93 93\n512810bd5785cad6 107 96 96 96\n32a2c04fd8321bbb 71 76 76 76\n32a2c04fd8321bbb 124 118 118 118\n32a2c04fd8321bbb 124 120 120 120\n1fd5f9af785e6e5c 11 27 27 27\n1fd5f9af785e6e5c 64 44 44 44\n1fd5f9af785e6e5c 64 46 46 46\nb325dadd4c13e439 174 178 178 178\nb325dadd4c13e439 243 227 227 227\nb325dadd4c13e439 243 240 240 240\n9e0c86b04f280500 9 30 30 30\n9e0c86b04f280500 9 38 38 38\n9e0c86b04f280500 74 69 69 69\nb572de1740856ec6 41 50 50 50\nb572de1740856ec6 106 101 101 101\nb572de1740856ec6 106 105 105 105\n600fdd0b896e4d57 44 77 77 77\n600fdd0b896e4d57 170 153 153 153\n600fdd0b896e4d57 170 159 159 159\n00e12e215c028984 20 31 31 31\n00e12e215c028984 73 68 68 68\n00e12e215c028984 73 69 69 69\n95fa365891aa8350 185 200 200 200\n95fa365891aa8350 248 238 238 238\n95fa365891aa8350 248 242 242 242\n749f682613a13288 7 22 22 22\n749f682613a13288 7 25 25 25\n749f682613a13288 71 69 69 69\nf1cdfcbce1f39754 64 65 65 65\nf1cdfcbce1f39754 64 66 66 66\nf1cdfcbce1f39754 64 85 85 85\n7416347f6188112f 14 16 16 16\n7416347f6188112f 14 24 24 24\n7416347f6188112f 14 55 55 55\nbf3598d725ce7cf4 199 202 202 202\nbf3598d725ce7cf4 199 221 221 221\nbf3598d725ce7cf4 255 234 234 234\n82c1e9362c985729 2 8 8 8\n82c1e9362c985729 2 28 28 28\n82c1e9362c985729 67 41 41 41\n356c676d648e1d8f 22 45 45 45\n356c676d648e1d8f 78 72 72 72\n356c676d648e1d8f 78 73 73 73\n586004f337ead821 53 67 67 67\n586004f337ead821 53 68 68 68\n586004f337ead821 53 69 69 69\n2a39e3b6061dd887 21 21 21 21\n2a39e3b6061dd887 21 45 45 45\n2a39e3b6061dd887 73 49 49 49\n94ae813b2bf79c45 71 51 51 51\n94ae813b2bf79c45 71 55 55 55\n94ae813b2bf79c45 71 66 66 66\n117335f5d67368ca 24 42 42 42\n117335f5d67368ca 74 50 50 50\n117335f5d67368ca 74 58 58 58\nc4a95e304041e85a 89 90 90 90\nc4a95e304041e85a 140 133 133 133\nc4a95e304041e85a 140 136 136 136\n82041f060168dbe1 13 14 14 14\n82041f060168dbe1 13 29 29 29\n82041f060168dbe1 59 50 50 50\nf3dcb60ad53850fb 5 10 10 10\nf3dcb60ad53850fb 5 21 21 21\nf3dcb60ad53850fb 5 33 33 33\ne4a19d5347812141 14 37 37 37\ne4a19d5347812141 67 45 45 45\ne4a19d5347812141 67 67 67 67\n62feb0ed164ebcbe 29 30 30 30\n62feb0ed164ebcbe 29 41 41 41\n62feb0ed164ebcbe 29 42 42 42\n16da9b4fdfe4883b 8 30 30 30\n16da9b4fdfe4883b 8 43 43 43\n16da9b4fdfe4883b 83 54 54 54\ne6f4b97e55347eed 79 107 107 107\ne6f4b97e55347eed 156 136 136 136\ne6f4b97e55347eed 156 147 147 147\n234c14a79d4da1ff 1 15 15 15\n234c14a79d4da1ff 1 30 30 30\n234c14a79d4da1ff 66 39 39 39\n35f89d3ac607bd5a 10 31 31 31\n35f89d3ac607bd5a 73 51 51 51\n35f89d3ac607bd5a 73 69 69 69\n0cda9adbbedd7948 147 108 108 108\n0cda9adbbedd7948 147 111 111 111\n0cda9adbbedd7948 147 138 138 138\n840f887d08cd0b3d 7 11 11 11\n840f887d08cd0b3d 72 50 50 50\n840f887d08cd0b3d 72 52 52 52\n4f25ba1ea52f635a 27 37 37 37\n4f25ba1ea52f635a 27 43 43 43\n4f25ba1ea52f635a 72 52 52 52\n761579772fa02cfc 0 7 7 7\n761579772fa02cfc 0 8 8 8\n761579772fa02cfc 0 23 23 23\n040de715f9303ba5 38 47 47 47\n040de715f9303ba5 38 51 51 51\n040de715f9303ba5 38 59 59 59\nbf2cce4dafaeceda 68 87 87 87\nbf2cce4dafaeceda 68 98 98 98\nbf2cce4dafaeceda 68 99 99 99\n46ea97f6f3757209 13 50 50 50\n46ea97f6f3757209 126 105 105 105\n46ea97f6f3757209 126 116 116 116\n8071c129cd7c6f44 87 78 78 78\n8071c129cd7c6f44 87 80 80 80\n8071c129cd7c6f44 87 87 87 87\nbae8d86158cecc94 16 17 17 17\nbae8d86158cecc94 73 50 50 50\nbae8d86158cecc94 73 55 55 55\nb4ea2d59afd21024 20 37 37 37\nb4ea2d59afd21024 20 45 45 45\nb4ea2d59afd21024 84 79 79 79\n1f5df6019b0bb73c 87 92 92 92\n1f5df6019b0bb73c 87 101 101 101\n1f5df6019b0bb73c 147 138 138 138\nb38b3646708dea84 112 125 125 125\nb38b3646708dea84 181 161 161 161\nb38b3646708dea84 181 180 180 180\n1a22c18ef654437d 23 29 29 29\n1a22c18ef654437d 23 34 34 34\n1a22c18ef654437d 79 73 73 73\n2f878176347bcf9e 53 69 69 69\n2f878176347bcf9e 107 97 97 97\n2f878176347bcf9e 107 100 100 100\n31bf989cb15492d4 0 5 5 5\n31bf989cb15492d4 61 37 37 37\n31bf989cb15492d4 61 45 45 45\ne650fa5efc0809de 45 73 73 73\ne650fa5efc0809de 106 85 85 85\ne650fa5efc0809de 106 104 104 104\n88ca99a049b21a0c 30 40 40 40\n88ca99a049b21a0c 30 42 42 42\n88ca99a049b21a0c 30 44 44 44\nae8bffdf38808a33 220 220 220 220\nae8bffdf38808a33 220 242 242 242\nae8bffdf38808a33 220 246 246 246\n389f65e97bd902b2 116 91 91 91\n389f65e97bd902b2 116 95 95 95\n389f65e97bd902b2 116 105 105 105\n4a736d7c30ae9280 74 114 114 114\n4a736d7c30ae9280 181 163 163 163\n4a736d7c30ae9280 181 171 171 171\n21a23c81331b0027 7 7 7 7\n21a23c81331b0027 7 17 17 17\n21a23c81331b0027 7 54 54 54\n4e012c05fdf8f9b3 6 10 10 10\n4e012c05fdf8f9b3 53 42 42 42\n4e012c05fdf8f9b3 53 44 44 44\nc0f6817b3e55c661 10 11 11 11\nc0f6817b3e55c661 10 16 16 16\nc0f6817b3e55c661 10 20 20 20\n1fcf851e236dec35 11 16 16 16\n1fcf851e236dec35 11 26 26 26\n1fcf851e236dec35 60 57 57 57\n5cc5e562679c5f1b 25 57 57 57\n5cc5e562679c5f1b 104 69 69 69\n5cc5e562679c5f1b 104 98 98 98\n7218b8b94350581e 60 82 82 82\n7218b8b94350581e 116 105 105 105\n7218b8b94350581e 116 111 111 111\na8b7a84bfa9cf39d 11 17 17 17\na8b7a84bfa9cf39d 11 35 35 35\na8b7a84bfa9cf39d 114 105 105 105\n67300e41773c1a44 174 147 147 147\n67300e41773c1a44 174 149 149 149\n67300e41773c1a44 174 173 173 173\n65f681e621230b5d 37 71 71 71\n65f681e621230b5d 150 124 124 124\n65f681e621230b5d 150 142 142 142\nd2737d096cfe9bd8 36 58 58 58\nd2737d096cfe9bd8 36 69 69 69\nd2737d096cfe9bd8 104 83 83 83\nfb277b237d7bdcb5 4 25 25 25\nfb277b237d7bdcb5 4 34 34 34\nfb277b237d7bdcb5 73 67 67 67\n70888447007609c0 88 98 98 98\n70888447007609c0 149 131 131 131\n70888447007609c0 149 141 141 141\n13c4059da4e56a8c 12 19 19 19\n13c4059da4e56a8c 60 40 40 40\n13c4059da4e56a8c 60 46 46 46\n9fab0fc34c002a2d 5 13 13 13\n9fab0fc34c002a2d 5 29 29 29\n9fab0fc34c002a2d 72 58 58 58\naae8dd571bbfee04 14 29 29 29\naae8dd571bbfee04 63 39 39 39\naae8dd571bbfee04 63 40 40 40\n1af55d4494e499b1 145 145 145 145\n1af55d4494e499b1 145 173 173 173\n1af55d4494e499b1 203 177 177 177\nbae2196412b35a3c 15 17 17 17\nbae2196412b35a3c 15 19 19 19\nbae2196412b35a3c 15 33 33 33\n8041140ad38483c5 96 76 76 76\n8041140ad38483c5 96 79 79 79\n8041140ad38483c5 96 86 86 86\n4b457a008376cd73 43 50 50 50\n4b457a008376cd73 43 58 58 58\n4b457a008376cd73 100 83 83 83\n7f6560149c0bac41 81 104 104 104\n7f6560149c0bac41 81 106 106 106\n7f6560149c0bac41 131 108 108 108\n8a3690723c47052d 76 78 78 78\n8a3690723c47052d 76 103 103 103\n8a3690723c47052d 139 108 108 108\n1ade309152fcc60b 94 106 106 106\n1ade309152fcc60b 94 109 109 109\n1ade309152fcc60b 139 120 120 120\n9ccfd60ef2a71655 12 35 35 35\n9ccfd60ef2a71655 61 44 44 44\n9ccfd60ef2a71655 61 47 47 47\n603b87ea5bbce6fd 15 21 21 21\n603b87ea5bbce6fd 15 25 25 25\n603b87ea5bbce6fd 15 34 34 34\n30029fac7c5621de 5 20 20 20\n30029fac7c5621de 5 61 61 61\n30029fac7c5621de 119 91 91 91\nde0083a93486609c 116 121 121 121\nde0083a93486609c 167 162 162 162\nde0083a93486609c 167 165 165 165\n3ce90c0ea2537c48 10 15 15 15\n3ce90c0ea2537c48 10 22 22 22\n3ce90c0ea2537c48 76 51 51 51\n97655fa846bbdc95 236 206 206 206\n97655fa846bbdc95 236 208 208 208\n97655fa846bbdc95 236 230 230 230\nffe67ac537febe41 60 95 95 95\nffe67ac537febe41 149 106 106 106\nffe67ac537febe41 149 109 109 109\n8620588ed616ab15 11 12 12 12\n8620588ed616ab15 11 13 13 13\n8620588ed616ab15 11 19 19 19\n8231d05506f080c1 30 36 36 36\n8231d05506f080c1 30 42 42 42\n8231d05506f080c1 85 70 70 70\nad39265fc19a6fab 45 36 36 36\nad39265fc19a6fab 45 42 42 42\nad39265fc19a6fab 45 44 44 44\nebb59e0343c6c7e6 2 24 24 24\nebb59e0343c6c7e6 47 34 34 34\nebb59e0343c6c7e6 47 37 37 37\n99402ce31d9d9d68 63 72 72 72\n99402ce31d9d9d68 109 104 104 104\n99402ce31d9d9d68 109 109 109 109\n7dd4b9a826944af8 7 10 10 10\n7dd4b9a826944af8 57 38 38 38\n7dd4b9a826944af8 57 50 50 50\nb3a922aabfa0316a 142 113 113 113\nb3a922aabfa0316a 142 118 118 118\nb3a922aabfa0316a 142 125 125 125\nfd6ee791edb85b45 24 28 28 28\nfd6ee791edb85b45 69 48 48 48\nfd6ee791edb85b45 69 65 65 65\n1af4f12e5c55c99c 2 40 40 40\n1af4f12e5c55c99c 90 59 59 59\n1af4f12e5c55c99c 90 77 77 77\n4953a5140e2f439b 11 19 19 19\n4953a5140e2f439b 11 32 32 32\n4953a5140e2f439b 68 66 66 66\neeb665bbc61578ef 61 82 82 82\neeb665bbc61578ef 61 87 87 87\neeb665bbc61578ef 128 96 96 96\ne94c2035d207ca99 4 16 16 16\ne94c2035d207ca99 4 20 20 20\ne94c2035d207ca99 75 60 60 60\n53a03103c5ccd2fb 52 35 35 35\n53a03103c5ccd2fb 52 44 44 44\n53a03103c5ccd2fb 52 50 50 50\n6628004c0ebaeefd 11 11 11 11\n6628004c0ebaeefd 11 18 18 18\n6628004c0ebaeefd 11 23 23 23\ned4edaa7c4b6538b 25 33 33 33\ned4edaa7c4b6538b 25 44 44 44\ned4edaa7c4b6538b 71 53 53 53\n33dbdc4396938ae1 32 38 38 38\n33dbdc4396938ae1 32 55 55 55\n33dbdc4396938ae1 32 57 57 57\n51f96756456b33fe 118 98 98 98\n51f96756456b33fe 118 101 101 101\n51f96756456b33fe 118 114 114 114\n6b1811dab3c2181e 54 61 61 61\n6b1811dab3c2181e 54 62 62 62\n6b1811dab3c2181e 101 97 97 97\n6c2be8b0c63bed73 9 24 24 24\n6c2be8b0c63bed73 9 27 27 27\n6c2be8b0c63bed73 66 62 62 62\n1150003196de2529 105 109 109 109\n1150003196de2529 105 117 117 117\n1150003196de2529 162 151 151 151\n6c5be64f9f19064a 12 26 26 26\n6c5be64f9f19064a 12 33 33 33\n6c5be64f9f19064a 61 37 37 37\nc0ff1124e4c6db71 43 56 56 56\nc0ff1124e4c6db71 110 83 83 83\nc0ff1124e4c6db71 110 104 104 104\n63e37e7be7c2a2a5 39 53 53 53\n63e37e7be7c2a2a5 39 58 58 58\n63e37e7be7c2a2a5 39 64 64 64\n8b50f64f609a7417 14 20 20 20\n8b50f64f609a7417 14 26 26 26\n8b50f64f609a7417 60 54 54 54\nf5257718f0aae70d 172 195 195 195\nf5257718f0aae70d 172 204 204 204\nf5257718f0aae70d 249 231 231 231\nde7e6332da7c0b4a 83 98 98 98\nde7e6332da7c0b4a 143 119 119 119\nde7e6332da7c0b4a 143 139 139 139\naf6c111c5a2477d6 27 45 45 45\naf6c111c5a2477d6 72 50 50 50\naf6c111c5a2477d6 72 52 52 52\nea375208efc37f2b 19 23 23 23\nea375208efc37f2b 68 56 56 56\nea375208efc37f2b 68 67 67 67\n2ccd2d98696c87e0 4 22 22 22\n2ccd2d98696c87e0 49 27 27 27\n2ccd2d98696c87e0 49 38 38 38\n2552fd444d04ef21 1 1 1 1\n2552fd444d04ef21 61 46 46 46\n2552fd444d04ef21 61 48 48 48\nc969eaee78f6aa7b 29 44 44 44\nc969eaee78f6aa7b 29 51 51 51\nc969eaee78f6aa7b 94 75 75 75\nd4745b3e1bf70910 16 36 36 36\nd4745b3e1bf70910 62 48 48 48\nd4745b3e1bf70910 62 51 51 51\n45e5fcd5c8978342 56 34 34 34\n45e5fcd5c8978342 56 36 36 36\n45e5fcd5c8978342 56 49 49 49\n420bdc53a6928b32 33 48 48 48\n420bdc53a6928b32 104 94 94 94\n420bdc53a6928b32 104 102 102 102\n5179e23afde37cfd 9 12 12 12\n5179e23afde37cfd 9 30 30 30\n5179e23afde37cfd 9 48 48 48\n21840c44aed0ae43 95 112 112 112\n21840c44aed0ae43 172 140 140 140\n21840c44aed0ae43 172 170 170 170\n63a912e86ee4698f 2 15 15 15\n63a912e86ee4698f 2 24 24 24\n63a912e86ee4698f 50 43 43 43\nef10577f3bf663a7 28 33 33 33\nef10577f3bf663a7 28 51 51 51\nef10577f3bf663a7 28 56 56 56\ndebbae3a33e31dc3 3 13 13 13\ndebbae3a33e31dc3 49 34 34 34\ndebbae3a33e31dc3 49 36 36 36\n5bb9c1498799204b 2 24 24 24\n5bb9c1498799204b 67 56 56 56\n5bb9c1498799204b 67 61 61 61\n431e6542fde13130 42 58 58 58\n431e6542fde13130 91 68 68 68\n431e6542fde13130 91 80 80 80\n0dad7f2ef3496f13 21 25 25 25\n0dad7f2ef3496f13 21 39 39 39\n0dad7f2ef3496f13 66 64 64 64\n961456b3bbe48e41 83 93 93 93\n961456b3bbe48e41 130 109 109 109\n961456b3bbe48e41 130 130 130 130\nf925c128d3e76e69 2 22 22 22\nf925c128d3e76e69 52 39 39 39\nf925c128d3e76e69 52 44 44 44\n604872e128f5938d 1 5 5 5\n604872e128f5938d 1 10 10 10\n604872e128f5938d 1 17 17 17\n06dcbfe7cd79bb66 34 40 40 40\n06dcbfe7cd79bb66 34 52 52 52\n06dcbfe7cd79bb66 87 78 78 78\n42b086af2a1e5d98 20 34 34 34\n42b086af2a1e5d98 20 52 52 52\n42b086af2a1e5d98 122 77 77 77\n2d62a5d66d6e4931 0 0 0 0\n2d62a5d66d6e4931 0 24 24 24\n2d62a5d66d6e4931 50 49 49 49\n3e8dd5a6930ecb92 14 25 25 25\n3e8dd5a6930ecb92 14 38 38 38\n3e8dd5a6930ecb92 118 107 107 107\n634aefb6e1d7d70c 9 19 19 19\n634aefb6e1d7d70c 54 32 32 32\n634aefb6e1d7d70c 54 44 44 44\nfe42422857682683 51 54 54 54\nfe42422857682683 51 74 74 74\nfe42422857682683 107 101 101 101\n83cf9da0255baa32 9 23 23 23\n83cf9da0255baa32 9 35 35 35\n83cf9da0255baa32 69 44 44 44\nc065af084d1108c3 2 12 12 12\nc065af084d1108c3 2 26 26 26\nc065af084d1108c3 52 42 42 42\n43db35d743e6be54 72 49 49 49\n43db35d743e6be54 72 64 64 64\n43db35d743e6be54 72 69 69 69\n443b1691d94c1b3a 10 21 21 21\n443b1691d94c1b3a 10 23 23 23\n443b1691d94c1b3a 10 31 31 31\n335794d48a9b168a 23 44 44 44\n335794d48a9b168a 72 53 53 53\n335794d48a9b168a 72 70 70 70\n9d37c1e008862f67 12 38 38 38\n9d37c1e008862f67 12 42 42 42\n9d37c1e008862f67 83 62 62 62\n9ea41ecbdcb268a0 8 11 11 11\n9ea41ecbdcb268a0 8 24 24 24\n9ea41ecbdcb268a0 77 67 67 67\n5bda67ce0ab325b8 144 118 118 118\n5bda67ce0ab325b8 144 125 125 125\n5bda67ce0ab325b8 144 134 134 134\nbd7b6cbe96c87c5e 34 50 50 50\nbd7b6cbe96c87c5e 34 54 54 54\nbd7b6cbe96c87c5e 96 91 91 91\n5b427c2035bb515e 122 104 104 104\n5b427c2035bb515e 122 110 110 110\n5b427c2035bb515e 122 115 115 115\nffd3390311a2c8ce 9 18 18 18\nffd3390311a2c8ce 9 28 28 28\nffd3390311a2c8ce 55 43 43 43\n9a0e32c4ab71b3bd 133 145 145 145\n9a0e32c4ab71b3bd 133 171 171 171\n9a0e32c4ab71b3bd 230 216 216 216\n78c9f12f1f2df5a1 171 174 174 174\n78c9f12f1f2df5a1 171 178 178 178\n78c9f12f1f2df5a1 171 200 200 200\n9cf5e48a638becde 45 48 48 48\n9cf5e48a638becde 101 80 80 80\n9cf5e48a638becde 101 90 90 90\ne9d5d800eeeb5fe8 8 8 8 8\ne9d5d800eeeb5fe8 8 12 12 12\ne9d5d800eeeb5fe8 72 45 45 45\nfd3c54bb57284e5c 0 7 7 7\nfd3c54bb57284e5c 0 21 21 21\nfd3c54bb57284e5c 46 34 34 34\n73f37a3e83b3db29 58 84 84 84\n73f37a3e83b3db29 156 139 139 139\n73f37a3e83b3db29 156 152 152 152\n312c8e1f1f9f3594 7 17 17 17\n312c8e1f1f9f3594 63 38 38 38\n312c8e1f1f9f3594 63 41 41 41\n1c7b3ccd5482f834 1 21 21 21\n1c7b3ccd5482f834 48 45 45 45\n1c7b3ccd5482f834 48 47 47 47\n3662b5f2916b470c 83 97 97 97\n3662b5f2916b470c 83 142 142 142\n3662b5f2916b470c 203 177 177 177\nc6ad2c0caca2566f 45 68 68 68\nc6ad2c0caca2566f 112 93 93 93\nc6ad2c0caca2566f 112 99 99 99\n177d39d72e983b69 6 25 25 25\n177d39d72e983b69 6 35 35 35\n177d39d72e983b69 65 38 38 38\n666dfa1a6310793c 5 29 29 29\n666dfa1a6310793c 69 46 46 46\n666dfa1a6310793c 69 66 66 66\nd1ad717988b5f4b9 152 117 117 117\nd1ad717988b5f4b9 152 130 130 130\nd1ad717988b5f4b9 152 144 144 144\n41fafa6144b58c39 0 12 12 12\n41fafa6144b58c39 66 34 34 34\n41fafa6144b58c39 66 48 48 48\n4c9030a5917a1328 3 7 7 7\n4c9030a5917a1328 49 40 40 40\n4c9030a5917a1328 49 45 45 45\nf673068196024955 9 10 10 10\nf673068196024955 9 21 21 21\nf673068196024955 9 33 33 33\n35b15e97674edec3 47 61 61 61\n35b15e97674edec3 47 63 63 63\n35b15e97674edec3 123 123 123 123\n81b132ae6b8bc8ed 0 7 7 7\n81b132ae6b8bc8ed 48 31 31 31\n81b132ae6b8bc8ed 48 41 41 41\nb0b47fddfd7ec43f 10 26 26 26\nb0b47fddfd7ec43f 10 35 35 35\nb0b47fddfd7ec43f 66 57 57 57\n0ab163a1b88f1128 13 19 19 19\n0ab163a1b88f1128 13 35 35 35\n0ab163a1b88f1128 58 46 46 46\n764bc578ddb19e9f 115 129 129 129\n764bc578ddb19e9f 115 147 147 147\n764bc578ddb19e9f 187 159 159 159\nabe6faa37846f1ce 45 36 36 36\nabe6faa37846f1ce 45 41 41 41\nabe6faa37846f1ce 45 45 45 45\n81760927c26073d5 41 47 47 47\n81760927c26073d5 89 82 82 82\n81760927c26073d5 89 88 88 88\na74d69eaa0dc81fe 25 46 46 46\na74d69eaa0dc81fe 88 68 68 68\na74d69eaa0dc81fe 88 71 71 71\ned46517c2abd93f8 46 27 27 27\ned46517c2abd93f8 46 34 34 34\ned46517c2abd93f8 46 45 45 45\ne78acf2f0d88e894 4 13 13 13\ne78acf2f0d88e894 4 20 20 20\ne78acf2f0d88e894 51 39 39 39\n63601178de25dcf3 82 97 97 97\n63601178de25dcf3 205 150 150 150\n63601178de25dcf3 205 202 202 202\nbc8214e859ec98d7 0 24 24 24\nbc8214e859ec98d7 48 41 41 41\nbc8214e859ec98d7 48 48 48 48\nd9379ef7eb90e7e7 27 32 32 32\nd9379ef7eb90e7e7 27 48 48 48\nd9379ef7eb90e7e7 154 133 133 133\nc2f419eaf9b69c79 19 45 45 45\nc2f419eaf9b69c79 73 55 55 55\nc2f419eaf9b69c79 73 62 62 62\n635b0cb422cc9b63 45 45 45 45\n635b0cb422cc9b63 45 51 51 51\n635b0cb422cc9b63 106 76 76 76\ne0f5b15246fe74f9 181 209 209 209\ne0f5b15246fe74f9 263 241 241 241\ne0f5b15246fe74f9 263 246 246 246\n7f602fd34aa315b0 39 44 44 44\n7f602fd34aa315b0 109 84 84 84\n7f602fd34aa315b0 109 103 103 103\n4ca952ede2af6578 0 15 15 15\n4ca952ede2af6578 65 43 43 43\n4ca952ede2af6578 65 55 55 55\n37d4e43b2b029a80 6 8 8 8\n37d4e43b2b029a80 51 39 39 39\n37d4e43b2b029a80 51 48 48 48\n44be029ec85609c5 64 74 74 74\n44be029ec85609c5 64 75 75 75\n44be029ec85609c5 163 116 116 116\n078b8bdc29565cac 23 38 38 38\n078b8bdc29565cac 74 52 52 52\n078b8bdc29565cac 74 68 68 68\n5b9054a58c1a20da 22 34 34 34\n5b9054a58c1a20da 80 59 59 59\n5b9054a58c1a20da 80 61 61 61\n9f8dd9d0fc7d9382 17 26 26 26\n9f8dd9d0fc7d9382 17 37 37 37\n9f8dd9d0fc7d9382 17 46 46 46\na361562dded27501 9 9 9 9\na361562dded27501 58 45 45 45\na361562dded27501 58 54 54 54\n320c8fa9d4c8ecef 0 5 5 5\n320c8fa9d4c8ecef 0 12 12 12\n320c8fa9d4c8ecef 45 35 35 35\n9dd571bfa9a0ef35 19 25 25 25\n9dd571bfa9a0ef35 19 30 30 30\n9dd571bfa9a0ef35 19 41 41 41\n685da2e45eda4f92 9 11 11 11\n685da2e45eda4f92 9 45 45 45\n685da2e45eda4f92 84 50 50 50\n0ff193c92d415b18 21 42 42 42\n0ff193c92d415b18 68 46 46 46\n0ff193c92d415b18 68 53 53 53\n14a5b002ce46d4d3 6 10 10 10\n14a5b002ce46d4d3 6 21 21 21\n14a5b002ce46d4d3 54 52 52 52\n43361dbc0c5a2808 26 41 41 41\n43361dbc0c5a2808 26 43 43 43\n43361dbc0c5a2808 74 65 65 65\n780b7a435f2ced47 249 201 201 201\n780b7a435f2ced47 249 214 214 214\n780b7a435f2ced47 249 227 227 227\n7ffbb3cfbe1af515 20 25 25 25\n7ffbb3cfbe1af515 65 55 55 55\n7ffbb3cfbe1af515 65 60 60 60\nee8a786d0448d93c 7 23 23 23\nee8a786d0448d93c 53 41 41 41\nee8a786d0448d93c 53 51 51 51\ndff5912eb00182cd 3 14 14 14\ndff5912eb00182cd 63 52 52 52\ndff5912eb00182cd 63 54 54 54\n667eb8ab7c00b961 39 47 47 47\n667eb8ab7c00b961 90 80 80 80\n667eb8ab7c00b961 90 81 81 81\n4118895a33890c5a 18 31 31 31\n4118895a33890c5a 18 37 37 37\n4118895a33890c5a 109 75 75 75\ne7c2a6cfc9f12113 46 24 24 24\ne7c2a6cfc9f12113 46 38 38 38\ne7c2a6cfc9f12113 46 41 41 41\n981d9a0fef100f84 15 55 55 55\n981d9a0fef100f84 112 72 72 72\n981d9a0fef100f84 112 85 85 85\n43fee307c6339b5e 52 29 29 29\n43fee307c6339b5e 52 34 34 34\n43fee307c6339b5e 52 43 43 43\ne3b9079fe9e0290b 146 153 153 153\ne3b9079fe9e0290b 195 184 184 184\ne3b9079fe9e0290b 195 185 185 185\n70aff06cbab9e038 0 19 19 19\n70aff06cbab9e038 0 21 21 21\n70aff06cbab9e038 87 53 53 53\nf1779a76baf71f9d 7 10 10 10\nf1779a76baf71f9d 7 32 32 32\nf1779a76baf71f9d 64 40 40 40\n2755ba82b01b480d 7 23 23 23\n2755ba82b01b480d 59 43 43 43\n2755ba82b01b480d 59 49 49 49\ndcd22cfdddffa9a9 54 55 55 55\ndcd22cfdddffa9a9 54 56 56 56\ndcd22cfdddffa9a9 111 84 84 84\n99dcc63950025556 8 23 23 23\n99dcc63950025556 8 24 24 24\n99dcc63950025556 67 65 65 65\nd1a3ff99bab7fe77 9 11 11 11\nd1a3ff99bab7fe77 9 14 14 14\nd1a3ff99bab7fe77 54 49 49 49\nd4576e0cdf65663a 19 21 21 21\nd4576e0cdf65663a 19 38 38 38\nd4576e0cdf65663a 69 49 49 49\nc8c2d887b38f6dc5 35 38 38 38\nc8c2d887b38f6dc5 35 50 50 50\nc8c2d887b38f6dc5 85 82 82 82\n25d3995ee3f07dae 14 39 39 39\n25d3995ee3f07dae 14 49 49 49\n25d3995ee3f07dae 86 61 61 61\n65e05c44e3018113 10 11 11 11\n65e05c44e3018113 10 38 38 38\n65e05c44e3018113 67 44 44 44\nc8640731b5ec3b3f 60 37 37 37\nc8640731b5ec3b3f 60 39 39 39\nc8640731b5ec3b3f 60 58 58 58\n2d815b3e5e9bb237 117 86 86 86\n2d815b3e5e9bb237 117 88 88 88\n2d815b3e5e9bb237 117 114 114 114\n1c73def8a62301a9 83 127 127 127\n1c73def8a62301a9 171 132 132 132\n1c73def8a62301a9 171 165 165 165\n474d403238a41315 16 23 23 23\n474d403238a41315 16 37 37 37\n474d403238a41315 16 38 38 38\n5800017d267ac76e 79 81 81 81\n5800017d267ac76e 79 86 86 86\n5800017d267ac76e 132 128 128 128\n03f551fc4abedc08 90 73 73 73\n03f551fc4abedc08 90 75 75 75\n03f551fc4abedc08 90 90 90 90\nf3534478d06ca677 47 87 87 87\nf3534478d06ca677 129 117 117 117\nf3534478d06ca677 129 126 126 126\ned0364eff155da2c 11 39 39 39\ned0364eff155da2c 68 52 52 52\ned0364eff155da2c 68 53 53 53\n4ae4456267802484 15 28 28 28\n4ae4456267802484 15 50 50 50\n4ae4456267802484 106 73 73 73\n98eda9148d3731fa 3 14 14 14\n98eda9148d3731fa 3 29 29 29\n98eda9148d3731fa 3 30 30 30\n78c5b78b44059cac 7 12 12 12\n78c5b78b44059cac 7 29 29 29\n78c5b78b44059cac 52 41 41 41\ne02fe3ae53693362 13 13 13 13\ne02fe3ae53693362 13 16 16 16\ne02fe3ae53693362 62 43 43 43\nc5099a0b6b7849eb 34 58 58 58\nc5099a0b6b7849eb 34 59 59 59\nc5099a0b6b7849eb 112 94 94 94\n6f12e407f47d0724 1 24 24 24\n6f12e407f47d0724 1 31 31 31\n6f12e407f47d0724 66 45 45 45\n6c376c523531fd19 262 246 246 246\n6c376c523531fd19 262 252 252 252\n6c376c523531fd19 262 256 256 256\n4bae8b3980bf32d0 59 46 46 46\n4bae8b3980bf32d0 59 51 51 51\n4bae8b3980bf32d0 59 53 53 53\n55fb48a338c9ae09 4 11 11 11\n55fb48a338c9ae09 54 32 32 32\n55fb48a338c9ae09 54 42 42 42\n9d2d13865a1fe989 5 13 13 13\n9d2d13865a1fe989 5 17 17 17\n9d2d13865a1fe989 78 76 76 76\n4e9844ec22d424de 3 6 6 6\n4e9844ec22d424de 3 8 8 8\n4e9844ec22d424de 53 42 42 42\nda6c1d011315f203 23 33 33 33\nda6c1d011315f203 68 47 47 47\nda6c1d011315f203 68 68 68 68\n8d25f7cc9527723c 40 48 48 48\n8d25f7cc9527723c 169 117 117 117\n8d25f7cc9527723c 169 154 154 154\nbcbfc12f1cc350c0 5 9 9 9\nbcbfc12f1cc350c0 5 33 33 33\nbcbfc12f1cc350c0 76 49 49 49\n851755ccbadc0ddd 180 192 192 192\n851755ccbadc0ddd 235 216 216 216\n851755ccbadc0ddd 235 221 221 221\n025ce727b1b55932 66 75 75 75\n025ce727b1b55932 66 85 85 85\n025ce727b1b55932 128 124 124 124\n094fd37f09dc318c 4 24 24 24\n094fd37f09dc318c 54 50 50 50\n094fd37f09dc318c 54 53 53 53\n3af43fe8d514f7c5 92 118 118 118\n3af43fe8d514f7c5 179 142 142 142\n3af43fe8d514f7c5 179 146 146 146\nea321e9d94fb3533 50 62 62 62\nea321e9d94fb3533 50 74 74 74\nea321e9d94fb3533 132 125 125 125\n8afa074689f59f7d 40 67 67 67\n8afa074689f59f7d 40 74 74 74\n8afa074689f59f7d 40 77 77 77\nc8de87bb03e6ba4c 27 52 52 52\nc8de87bb03e6ba4c 98 74 74 74\nc8de87bb03e6ba4c 98 86 86 86\n869e7e1ad950d5a5 47 55 55 55\n869e7e1ad950d5a5 47 62 62 62\n869e7e1ad950d5a5 101 93 93 93\n372bb866143b6e35 13 23 23 23\n372bb866143b6e35 65 41 41 41\n372bb866143b6e35 65 45 45 45\n165696025b477097 19 21 21 21\n165696025b477097 67 44 44 44\n165696025b477097 67 64 64 64\na9dc5dab9b29cccc 53 31 31 31\na9dc5dab9b29cccc 53 43 43 43\na9dc5dab9b29cccc 53 44 44 44\n6528a773543d2404 0 13 13 13\n6528a773543d2404 0 15 15 15\n6528a773543d2404 0 24 24 24\n49d4a7288f6b5dac 8 24 24 24\n49d4a7288f6b5dac 8 26 26 26\n49d4a7288f6b5dac 63 50 50 50\na3ba667b9cd78d95 30 31 31 31\na3ba667b9cd78d95 30 39 39 39\na3ba667b9cd78d95 75 74 74 74\ne352944191227d65 45 27 27 27\ne352944191227d65 45 33 33 33\ne352944191227d65 45 43 43 43\n45813c8b2b35ee38 0 13 13 13\n45813c8b2b35ee38 45 42 42 42\n45813c8b2b35ee38 45 44 44 44\n6667bfea202e343f 101 106 106 106\n6667bfea202e343f 101 113 113 113\n6667bfea202e343f 179 165 165 165\n6f48981fbe4fbe80 4 11 11 11\n6f48981fbe4fbe80 50 38 38 38\n6f48981fbe4fbe80 50 39 39 39\ne180e48c3a31788c 12 21 21 21\ne180e48c3a31788c 57 45 45 45\ne180e48c3a31788c 57 49 49 49\nbc69599f807f4bbe 15 29 29 29\nbc69599f807f4bbe 80 59 59 59\nbc69599f807f4bbe 80 70 70 70\n61c1653668df1b7b 22 27 27 27\n61c1653668df1b7b 22 43 43 43\n61c1653668df1b7b 72 58 58 58\n0ef054fbdabce0cd 0 9 9 9\n0ef054fbdabce0cd 0 31 31 31\n0ef054fbdabce0cd 77 64 64 64\n26e27bf9039f8aa2 5 8 8 8\n26e27bf9039f8aa2 73 50 50 50\n26e27bf9039f8aa2 73 56 56 56\n5a7df53b469c351d 15 21 21 21\n5a7df53b469c351d 15 34 34 34\n5a7df53b469c351d 120 71 71 71\n5c5cea1c0c614590 94 76 76 76\n5c5cea1c0c614590 94 78 78 78\n5c5cea1c0c614590 94 85 85 85\nf9e2fa48df9eac9f 11 34 34 34\nf9e2fa48df9eac9f 11 37 37 37\nf9e2fa48df9eac9f 69 61 61 61\n4d66f43cb4ee5fe8 14 17 17 17\n4d66f43cb4ee5fe8 14 19 19 19\n4d66f43cb4ee5fe8 63 51 51 51\n588d8bee939e4fe4 17 19 19 19\n588d8bee939e4fe4 17 26 26 26\n588d8bee939e4fe4 63 62 62 62\n4fcd312dd4baf4f6 13 14 14 14\n4fcd312dd4baf4f6 13 21 21 21\n4fcd312dd4baf4f6 13 27 27 27\n1ec53f4089f0dbfc 1 12 12 12\n1ec53f4089f0dbfc 46 29 29 29\n1ec53f4089f0dbfc 46 35 35 35\n99d974438c80802c 5 16 16 16\n99d974438c80802c 5 30 30 30\n99d974438c80802c 72 71 71 71\nf218fca4a9ad27ab 56 58 58 58\nf218fca4a9ad27ab 117 99 99 99\nf218fca4a9ad27ab 117 102 102 102\nd83b9ebe5db7978f 226 234 234 234\nd83b9ebe5db7978f 277 262 262 262\nd83b9ebe5db7978f 277 270 270 270\nf2a5a2e3570921c9 46 59 59 59\nf2a5a2e3570921c9 46 65 65 65\nf2a5a2e3570921c9 95 80 80 80\na62f41c8c5b475a6 134 96 96 96\na62f41c8c5b475a6 134 103 103 103\na62f41c8c5b475a6 134 112 112 112\n17519e763b34fe14 20 23 23 23\n17519e763b34fe14 20 66 66 66\n17519e763b34fe14 127 105 105 105\n186f18684ed4b516 43 78 78 78\n186f18684ed4b516 118 95 95 95\n186f18684ed4b516 118 102 102 102\n47d11d4bee6608e0 19 47 47 47\n47d11d4bee6608e0 84 59 59 59\n47d11d4bee6608e0 84 81 81 81\nfbe4055d5dfd480e 49 54 54 54\nfbe4055d5dfd480e 49 66 66 66\nfbe4055d5dfd480e 100 82 82 82\n881c01eb440e7b4e 8 9 9 9\n881c01eb440e7b4e 8 26 26 26\n881c01eb440e7b4e 8 27 27 27\n28760a14d0a5ff3a 13 14 14 14\n28760a14d0a5ff3a 13 39 39 39\n28760a14d0a5ff3a 68 51 51 51\n879843dd7709d6e0 70 59 59 59\n879843dd7709d6e0 70 65 65 65\n879843dd7709d6e0 70 68 68 68\n60446524157d9f3e 64 81 81 81\n60446524157d9f3e 123 109 109 109\n60446524157d9f3e 123 111 111 111\n0894f0072a8c5fd0 1 11 11 11\n0894f0072a8c5fd0 58 42 42 42\n0894f0072a8c5fd0 58 46 46 46\n5fad029d91af56bd 66 71 71 71\n5fad029d91af56bd 66 96 96 96\n5fad029d91af56bd 151 149 149 149\n68a17cc5d6e41d9c 92 135 135 135\n68a17cc5d6e41d9c 92 138 138 138\n68a17cc5d6e41d9c 92 151 151 151\n54a7ad7ac2bd1549 14 26 26 26\n54a7ad7ac2bd1549 76 59 59 59\n54a7ad7ac2bd1549 76 65 65 65\n51e045d2adfe39fe 11 13 13 13\n51e045d2adfe39fe 11 33 33 33\n51e045d2adfe39fe 80 76 76 76\na1a21aee1df9fa71 86 120 120 120\na1a21aee1df9fa71 86 121 121 121\na1a21aee1df9fa71 175 149 149 149\n633d3fdb65d02c52 59 59 59 59\n633d3fdb65d02c52 111 94 94 94\n633d3fdb65d02c52 111 110 110 110\n4246a11f0971a231 12 13 13 13\n4246a11f0971a231 12 29 29 29\n4246a11f0971a231 57 50 50 50\ncfae28b337f6d169 7 14 14 14\ncfae28b337f6d169 7 20 20 20\ncfae28b337f6d169 53 53 53 53\n6bc457ceb8a81ed5 130 116 116 116\n6bc457ceb8a81ed5 130 120 120 120\n6bc457ceb8a81ed5 130 123 123 123\n07d449efdb66c20d 30 39 39 39\n07d449efdb66c20d 77 59 59 59\n07d449efdb66c20d 77 70 70 70\n6491dba0a8ebd210 4 4 4 4\n6491dba0a8ebd210 50 35 35 35\n6491dba0a8ebd210 50 44 44 44\n7ba1ce8445588441 1 24 24 24\n7ba1ce8445588441 76 48 48 48\n7ba1ce8445588441 76 70 70 70\n8aa9a088bb57b234 108 93 93 93\n8aa9a088bb57b234 108 103 103 103\n8aa9a088bb57b234 108 107 107 107\nf2155adbd63cb1e8 14 23 23 23\nf2155adbd63cb1e8 88 77 77 77\nf2155adbd63cb1e8 88 83 83 83\n9dee45a5b09b5770 86 120 120 120\n9dee45a5b09b5770 201 176 176 176\n9dee45a5b09b5770 201 197 197 197\nd0d99409eee42ecd 128 131 131 131\nd0d99409eee42ecd 189 175 175 175\nd0d99409eee42ecd 189 177 177 177\n7cad770e94716bea 2 14 14 14\n7cad770e94716bea 51 44 44 44\n7cad770e94716bea 51 49 49 49\nf12a3651a51dcb9f 93 77 77 77\nf12a3651a51dcb9f 93 84 84 84\nf12a3651a51dcb9f 93 93 93 93\n04ec725465dc5329 265 240 240 240\n04ec725465dc5329 265 250 250 250\n04ec725465dc5329 265 253 253 253\n36e94b0ad3a62c7d 9 14 14 14\n36e94b0ad3a62c7d 55 36 36 36\n36e94b0ad3a62c7d 55 42 42 42\nc623c6a79373330b 80 98 98 98\nc623c6a79373330b 80 109 109 109\nc623c6a79373330b 164 134 134 134\nb516e68f82993596 109 118 118 118\nb516e68f82993596 217 184 184 184\nb516e68f82993596 217 209 209 209\n8f71898bc3662fa6 15 19 19 19\n8f71898bc3662fa6 15 22 22 22\n8f71898bc3662fa6 15 50 50 50\n146581180e89666d 0 4 4 4\n146581180e89666d 0 21 21 21\n146581180e89666d 46 35 35 35\nfeba28a8f1b69de6 62 96 96 96\nfeba28a8f1b69de6 197 130 130 130\nfeba28a8f1b69de6 197 152 152 152\n74e192d23f2fa8c4 205 207 207 207\n74e192d23f2fa8c4 205 220 220 220\n74e192d23f2fa8c4 254 243 243 243\n61ab98ec79dd67f4 14 20 20 20\n61ab98ec79dd67f4 14 31 31 31\n61ab98ec79dd67f4 79 74 74 74\nda7649f08f0ecb90 154 155 155 155\nda7649f08f0ecb90 255 228 228 228\nda7649f08f0ecb90 255 233 233 233\na7813af2c5f05291 140 147 147 147\na7813af2c5f05291 140 161 161 161\na7813af2c5f05291 140 189 189 189\n0c788e368d993870 140 171 171 171\n0c788e368d993870 230 220 220 220\n0c788e368d993870 230 223 223 223\na7849dbe8e0a9e87 16 38 38 38\na7849dbe8e0a9e87 16 40 40 40\na7849dbe8e0a9e87 74 55 55 55\nea96d12c34a556d5 0 6 6 6\nea96d12c34a556d5 71 48 48 48\nea96d12c34a556d5 71 51 51 51\n4f3832284b2bbfc9 20 32 32 32\n4f3832284b2bbfc9 20 40 40 40\n4f3832284b2bbfc9 75 57 57 57\nb873af03b0ece78b 82 45 45 45\nb873af03b0ece78b 82 54 54 54\nb873af03b0ece78b 82 70 70 70\n7ba29bd150619f7b 1 7 7 7\n7ba29bd150619f7b 1 25 25 25\n7ba29bd150619f7b 49 48 48 48\n899aa2030c49fc23 18 30 30 30\n899aa2030c49fc23 18 33 33 33\n899aa2030c49fc23 18 42 42 42\n3e746126204810a4 154 177 177 177\n3e746126204810a4 154 211 211 211\n3e746126204810a4 276 228 228 228\nb15cb192eba0ae9b 17 45 45 45\nb15cb192eba0ae9b 76 52 52 52\nb15cb192eba0ae9b 76 59 59 59\n2e715d4c5bf6c45e 3 37 37 37\n2e715d4c5bf6c45e 76 40 40 40\n2e715d4c5bf6c45e 76 48 48 48\n7cf899a59a83fbea 43 92 92 92\n7cf899a59a83fbea 43 98 98 98\n7cf899a59a83fbea 157 154 154 154\n93e6c08c33206a0c 9 27 27 27\n93e6c08c33206a0c 94 53 53 53\n93e6c08c33206a0c 94 92 92 92\n71c9478442c4ae6f 45 58 58 58\n71c9478442c4ae6f 45 64 64 64\n71c9478442c4ae6f 119 104 104 104\n9afda7b164cf2cdc 3 8 8 8\n9afda7b164cf2cdc 3 19 19 19\n9afda7b164cf2cdc 3 21 21 21\nc251d6e68d6d89eb 17 31 31 31\nc251d6e68d6d89eb 93 56 56 56\nc251d6e68d6d89eb 93 86 86 86\n586e598c2861b5ed 8 31 31 31\n586e598c2861b5ed 76 43 43 43\n586e598c2861b5ed 76 45 45 45\n63cafd9770207456 11 24 24 24\n63cafd9770207456 11 33 33 33\n63cafd9770207456 57 53 53 53\n602a0260c5402165 9 27 27 27\n602a0260c5402165 54 49 49 49\n602a0260c5402165 54 53 53 53\n1c10ad566816b403 1 1 1 1\n1c10ad566816b403 46 25 25 25\n1c10ad566816b403 46 45 45 45\n518425b2dbf859d1 48 54 54 54\n518425b2dbf859d1 48 61 61 61\n518425b2dbf859d1 120 88 88 88\ne67c43bee6f33ba0 77 94 94 94\ne67c43bee6f33ba0 77 96 96 96\ne67c43bee6f33ba0 128 114 114 114\na7da8cddff19c648 53 62 62 62\na7da8cddff19c648 53 63 63 63\na7da8cddff19c648 102 101 101 101\nc30ce1a9890c8bdb 89 154 154 154\nc30ce1a9890c8bdb 219 170 170 170\nc30ce1a9890c8bdb 219 212 212 212\n3eb795302924e912 8 21 21 21\n3eb795302924e912 78 68 68 68\n3eb795302924e912 78 77 77 77\n50ea659a50e51f73 2 19 19 19\n50ea659a50e51f73 73 51 51 51\n50ea659a50e51f73 73 69 69 69\ne60f34e1e4663509 12 16 16 16\ne60f34e1e4663509 12 32 32 32\ne60f34e1e4663509 67 41 41 41\n96c0a1027a410b41 134 104 104 104\n96c0a1027a410b41 134 107 107 107\n96c0a1027a410b41 134 120 120 120\nd67a9ef5ecbf92f1 6 30 30 30\nd67a9ef5ecbf92f1 56 38 38 38\nd67a9ef5ecbf92f1 56 47 47 47\n09c1b7a0876c08df 83 85 85 85\n09c1b7a0876c08df 218 192 192 192\n09c1b7a0876c08df 218 195 195 195\n1837b8eebc9c2457 69 46 46 46\n1837b8eebc9c2457 69 50 50 50\n1837b8eebc9c2457 69 62 62 62\n999ac7ad88172c0f 60 61 61 61\n999ac7ad88172c0f 60 84 84 84\n999ac7ad88172c0f 125 117 117 117\n7f5acf5eb41232c2 8 19 19 19\n7f5acf5eb41232c2 8 32 32 32\n7f5acf5eb41232c2 92 88 88 88\na4ab72b25fefa48f 3 42 42 42\na4ab72b25fefa48f 88 47 47 47\na4ab72b25fefa48f 88 67 67 67\nfb424ab019f3e1a1 42 43 43 43\nfb424ab019f3e1a1 42 53 53 53\nfb424ab019f3e1a1 107 76 76 76\n7d9958c362abfcb2 35 86 86 86\n7d9958c362abfcb2 160 136 136 136\n7d9958c362abfcb2 160 144 144 144\n3b676f25b54dcc1c 35 51 51 51\n3b676f25b54dcc1c 104 71 71 71\n3b676f25b54dcc1c 104 101 101 101\n71e6127ee98db5ee 25 26 26 26\n71e6127ee98db5ee 25 29 29 29\n71e6127ee98db5ee 25 55 55 55\n02f801e372d67cfd 31 43 43 43\n02f801e372d67cfd 80 57 57 57\n02f801e372d67cfd 80 70 70 70\nc332f61eb80f0728 2 5 5 5\nc332f61eb80f0728 2 7 7 7\nc332f61eb80f0728 2 8 8 8\nb0882e9423cd8a12 99 104 104 104\nb0882e9423cd8a12 99 108 108 108\nb0882e9423cd8a12 159 131 131 131\n1f084607245e4462 2 21 21 21\n1f084607245e4462 58 38 38 38\n1f084607245e4462 58 47 47 47\n59168f648b9617cc 30 55 55 55\n59168f648b9617cc 80 68 68 68\n59168f648b9617cc 80 74 74 74\n4560f57598efe5ab 6 19 19 19\n4560f57598efe5ab 6 29 29 29\n4560f57598efe5ab 67 37 37 37\n7be4141d6dc4a3e4 183 208 208 208\n7be4141d6dc4a3e4 183 215 215 215\n7be4141d6dc4a3e4 249 231 231 231\n67bfdf9483e9402d 58 36 36 36\n67bfdf9483e9402d 58 51 51 51\n67bfdf9483e9402d 58 57 57 57\nef24eee67c586c55 71 48 48 48\nef24eee67c586c55 71 55 55 55\nef24eee67c586c55 71 65 65 65\n897b939f8fb05f40 4 17 17 17\n897b939f8fb05f40 4 30 30 30\n897b939f8fb05f40 66 59 59 59\n4c2383e60aaf26cc 74 53 53 53\n4c2383e60aaf26cc 74 64 64 64\n4c2383e60aaf26cc 74 66 66 66\n1b88fb5063cd8916 16 24 24 24\n1b88fb5063cd8916 16 26 26 26\n1b88fb5063cd8916 65 63 63 63\n0720bead0cc7cbbf 194 201 201 201\n0720bead0cc7cbbf 194 213 213 213\n0720bead0cc7cbbf 243 240 240 240\nb9f3542583ffacd3 5 16 16 16\nb9f3542583ffacd3 58 44 44 44\nb9f3542583ffacd3 58 57 57 57\nfa005e9c2a1c4828 166 123 123 123\nfa005e9c2a1c4828 166 133 133 133\nfa005e9c2a1c4828 166 156 156 156\n4c69bf407b142b93 14 22 22 22\n4c69bf407b142b93 73 45 45 45\n4c69bf407b142b93 73 64 64 64\n50edf4c00177b372 1 12 12 12\n50edf4c00177b372 1 23 23 23\n50edf4c00177b372 49 26 26 26\n3cc1fcf538c81442 13 21 21 21\n3cc1fcf538c81442 13 36 36 36\n3cc1fcf538c81442 59 51 51 51\ncc2e5f2b53331cfe 63 73 73 73\ncc2e5f2b53331cfe 142 108 108 108\ncc2e5f2b53331cfe 142 141 141 141\ndb2a88aeac0528ef 22 33 33 33\ndb2a88aeac0528ef 22 42 42 42\ndb2a88aeac0528ef 85 60 60 60\nd4b2323a3f4b6f0d 29 48 48 48\nd4b2323a3f4b6f0d 76 61 61 61\nd4b2323a3f4b6f0d 76 68 68 68\nc2d8705c1545d888 69 40 40 40\nc2d8705c1545d888 69 66 66 66\nc2d8705c1545d888 69 67 67 67\n4a046d13e389b505 119 142 142 142\n4a046d13e389b505 221 180 180 180\n4a046d13e389b505 221 195 195 195\na3e602c82ca6dad8 90 90 90 90\na3e602c82ca6dad8 167 156 156 156\na3e602c82ca6dad8 167 160 160 160\n8c411eed4a89862b 52 81 81 81\n8c411eed4a89862b 125 89 89 89\n8c411eed4a89862b 125 101 101 101\n7794d03533d97905 24 45 45 45\n7794d03533d97905 132 93 93 93\n7794d03533d97905 132 100 100 100\n1d46e25b06eef337 82 102 102 102\n1d46e25b06eef337 139 116 116 116\n1d46e25b06eef337 139 131 131 131\n214c597029aebf9f 65 99 99 99\n214c597029aebf9f 152 144 144 144\n214c597029aebf9f 152 150 150 150\ne6edb9ab258be4b3 13 28 28 28\ne6edb9ab258be4b3 62 40 40 40\ne6edb9ab258be4b3 62 49 49 49\n2e4013ea92d04301 155 172 172 172\n2e4013ea92d04301 275 235 235 235\n2e4013ea92d04301 275 264 264 264\n4a177be7db12edcd 87 74 74 74\n4a177be7db12edcd 87 76 76 76\n4a177be7db12edcd 87 78 78 78\n77c3eab4e29f6483 0 8 8 8\n77c3eab4e29f6483 56 33 33 33\n77c3eab4e29f6483 56 55 55 55\naa76e4a85ca31b8d 0 10 10 10\naa76e4a85ca31b8d 0 21 21 21\naa76e4a85ca31b8d 47 34 34 34\n7b6d9b260fc3ad7f 105 105 105 105\n7b6d9b260fc3ad7f 105 146 146 146\n7b6d9b260fc3ad7f 191 153 153 153\n1be5a5c98a51b1cc 12 14 14 14\n1be5a5c98a51b1cc 12 27 27 27\n1be5a5c98a51b1cc 12 46 46 46\n8aa095ac49d8b483 27 63 63 63\n8aa095ac49d8b483 147 113 113 113\n8aa095ac49d8b483 147 141 141 141\n5f6d466e1860f071 2 15 15 15\n5f6d466e1860f071 2 28 28 28\n5f6d466e1860f071 57 51 51 51\n15b93cbe9fc5220d 19 35 35 35\n15b93cbe9fc5220d 19 39 39 39\n15b93cbe9fc5220d 100 88 88 88\nee336a4898a32ded 155 165 165 165\nee336a4898a32ded 155 208 208 208\nee336a4898a32ded 275 270 270 270\n5f75672448394958 100 107 107 107\n5f75672448394958 100 118 118 118\n5f75672448394958 100 124 124 124\n7a3077294b23577a 3 9 9 9\n7a3077294b23577a 3 12 12 12\n7a3077294b23577a 3 16 16 16\n15bc9eb752c6dcbd 20 34 34 34\n15bc9eb752c6dcbd 20 50 50 50\n15bc9eb752c6dcbd 94 86 86 86\n89a83c39d8113b00 54 88 88 88\n89a83c39d8113b00 123 100 100 100\n89a83c39d8113b00 123 109 109 109\nb3dbaf8b9a442fef 133 95 95 95\nb3dbaf8b9a442fef 133 116 116 116\nb3dbaf8b9a442fef 133 119 119 119\n8955965be5e21697 35 36 36 36\n8955965be5e21697 84 66 66 66\n8955965be5e21697 84 72 72 72\n6387e971b377f551 0 18 18 18\n6387e971b377f551 0 19 19 19\n6387e971b377f551 52 40 40 40\nf372706f15279f2d 124 80 80 80\nf372706f15279f2d 124 102 102 102\nf372706f15279f2d 124 113 113 113\n8f6316881fd064b6 30 42 42 42\n8f6316881fd064b6 30 56 56 56\n8f6316881fd064b6 30 76 76 76\nc6e9e5366bec252a 5 31 31 31\nc6e9e5366bec252a 124 93 93 93\nc6e9e5366bec252a 124 99 99 99\na34483ee2255ec8b 6 26 26 26\na34483ee2255ec8b 62 57 57 57\na34483ee2255ec8b 62 61 61 61\n1b881261742799f7 12 19 19 19\n1b881261742799f7 12 20 20 20\n1b881261742799f7 67 48 48 48\nfc87af9c4f0000b1 0 0 0 0\nfc87af9c4f0000b1 0 3 3 3\nfc87af9c4f0000b1 0 20 20 20\na7c9e9a3be7b16cb 6 14 14 14\na7c9e9a3be7b16cb 6 28 28 28\na7c9e9a3be7b16cb 56 40 40 40\n55b8f1d06d9170b4 147 161 161 161\n55b8f1d06d9170b4 201 177 177 177\n55b8f1d06d9170b4 201 193 193 193\n0f61837b9749da34 8 22 22 22\n0f61837b9749da34 8 24 24 24\n0f61837b9749da34 55 42 42 42\n49cc37f7f96be5a9 70 48 48 48\n49cc37f7f96be5a9 70 62 62 62\n49cc37f7f96be5a9 70 63 63 63\nf1def7c1a827dd08 94 98 98 98\nf1def7c1a827dd08 139 129 129 129\nf1def7c1a827dd08 139 135 135 135\n9834b5f8f65308b8 0 11 11 11\n9834b5f8f65308b8 48 33 33 33\n9834b5f8f65308b8 48 47 47 47\n0cdfa29561cb24e0 20 21 21 21\n0cdfa29561cb24e0 78 61 61 61\n0cdfa29561cb24e0 78 63 63 63\n12e3b1ad12a752f6 15 16 16 16\n12e3b1ad12a752f6 15 35 35 35\n12e3b1ad12a752f6 66 55 55 55\nb84c9807327b240a 57 34 34 34\nb84c9807327b240a 57 40 40 40\nb84c9807327b240a 57 46 46 46\nd39a18f18b91df93 5 16 16 16\nd39a18f18b91df93 5 28 28 28\nd39a18f18b91df93 51 34 34 34\n37ff2186f55b3fd8 3 4 4 4\n37ff2186f55b3fd8 3 5 5 5\n37ff2186f55b3fd8 71 55 55 55\nbdd1073b23f1faf8 9 24 24 24\nbdd1073b23f1faf8 9 32 32 32\nbdd1073b23f1faf8 55 39 39 39\n195fbef2c08715e9 71 80 80 80\n195fbef2c08715e9 71 87 87 87\n195fbef2c08715e9 162 157 157 157\n055e4612c1ea70f9 30 47 47 47\n055e4612c1ea70f9 77 55 55 55\n055e4612c1ea70f9 77 64 64 64\nfc50278b5f950186 22 24 24 24\nfc50278b5f950186 22 51 51 51\nfc50278b5f950186 103 102 102 102\nb7455b8a4deab066 122 126 126 126\nb7455b8a4deab066 122 135 135 135\nb7455b8a4deab066 194 173 173 173\na3d0ad86d0435e8e 22 22 22 22\na3d0ad86d0435e8e 22 47 47 47\na3d0ad86d0435e8e 96 92 92 92\n42b218cc2f794026 32 47 47 47\n42b218cc2f794026 78 68 68 68\n42b218cc2f794026 78 71 71 71\neee74e6e5d589a84 35 41 41 41\neee74e6e5d589a84 35 72 72 72\neee74e6e5d589a84 122 114 114 114\n4cf74ffa5bfd5904 16 20 20 20\n4cf74ffa5bfd5904 16 59 59 59\n4cf74ffa5bfd5904 129 107 107 107\n684aa899aaa05cb9 2 19 19 19\n684aa899aaa05cb9 2 26 26 26\n684aa899aaa05cb9 54 41 41 41\n806010700f66cae6 72 72 72 72\n806010700f66cae6 72 79 79 79\n806010700f66cae6 117 99 99 99\n952eb982471ac5f1 23 27 27 27\n952eb982471ac5f1 23 48 48 48\n952eb982471ac5f1 83 82 82 82\n15762acaba295de1 116 131 131 131\n15762acaba295de1 116 132 132 132\n15762acaba295de1 185 175 175 175\nc040e7598e43eef1 14 20 20 20\nc040e7598e43eef1 14 34 34 34\nc040e7598e43eef1 71 63 63 63\n96dd5af0f6e950f1 2 19 19 19\n96dd5af0f6e950f1 51 44 44 44\n96dd5af0f6e950f1 51 48 48 48\n5349781d9cdda05c 61 87 87 87\n5349781d9cdda05c 152 140 140 140\n5349781d9cdda05c 152 142 142 142\n4054d32655ba5eda 8 23 23 23\n4054d32655ba5eda 8 25 25 25\n4054d32655ba5eda 53 41 41 41\n46502a6038bd288f 0 9 9 9\n46502a6038bd288f 0 16 16 16\n46502a6038bd288f 49 32 32 32\nf253339fa19467f5 187 162 162 162\nf253339fa19467f5 187 166 166 166\nf253339fa19467f5 187 183 183 183\n86b3b4ad009cbe0c 1 12 12 12\n86b3b4ad009cbe0c 47 33 33 33\n86b3b4ad009cbe0c 47 45 45 45\nf6696c05fbf5a137 20 22 22 22\nf6696c05fbf5a137 70 60 60 60\nf6696c05fbf5a137 70 67 67 67\n666be06e68dcb7c5 53 64 64 64\n666be06e68dcb7c5 179 135 135 135\n666be06e68dcb7c5 179 174 174 174\nd8a03503a424b8fb 165 170 170 170\nd8a03503a424b8fb 165 187 187 187\nd8a03503a424b8fb 219 198 198 198\n365cc620c2fcbb05 86 66 66 66\n365cc620c2fcbb05 86 74 74 74\n365cc620c2fcbb05 86 79 79 79\n9e013fd3bd563b6b 33 53 53 53\n9e013fd3bd563b6b 33 55 55 55\n9e013fd3bd563b6b 98 77 77 77\naf0d1ef190fafdb7 10 25 25 25\naf0d1ef190fafdb7 10 43 43 43\naf0d1ef190fafdb7 86 70 70 70\nd64b96bbfad60d1c 4 14 14 14\nd64b96bbfad60d1c 4 19 19 19\nd64b96bbfad60d1c 4 24 24 24\n65f1ad35757c4a1f 69 106 106 106\n65f1ad35757c4a1f 180 133 133 133\n65f1ad35757c4a1f 180 168 168 168\n91413adff6a89783 90 117 117 117\n91413adff6a89783 165 128 128 128\n91413adff6a89783 165 130 130 130\n7ab29243a91fdc80 0 26 26 26\n7ab29243a91fdc80 66 44 44 44\n7ab29243a91fdc80 66 45 45 45\nd3b256fd9ec06d6e 41 44 44 44\nd3b256fd9ec06d6e 41 50 50 50\nd3b256fd9ec06d6e 86 76 76 76\n1072aae07584e091 95 119 119 119\n1072aae07584e091 152 141 141 141\n1072aae07584e091 152 151 151 151\nbe5cbb82309b56c3 23 48 48 48\nbe5cbb82309b56c3 103 66 66 66\nbe5cbb82309b56c3 103 89 89 89\n6066b9a906238a6f 28 59 59 59\n6066b9a906238a6f 111 82 82 82\n6066b9a906238a6f 111 102 102 102\n1839244b04a05e5a 9 9 9 9\n1839244b04a05e5a 9 15 15 15\n1839244b04a05e5a 57 57 57 57\n55d5f146ed21c830 1 1 1 1\n55d5f146ed21c830 100 62 62 62\n55d5f146ed21c830 100 66 66 66\n27f772c12c97b594 0 17 17 17\n27f772c12c97b594 0 22 22 22\n27f772c12c97b594 0 23 23 23\nd84343c25315d7e9 81 132 132 132\nd84343c25315d7e9 194 158 158 158\nd84343c25315d7e9 194 169 169 169\n9fc05f9838b25845 21 27 27 27\n9fc05f9838b25845 21 41 41 41\n9fc05f9838b25845 68 56 56 56\n5a0004552dbd330e 21 21 21 21\n5a0004552dbd330e 21 23 23 23\n5a0004552dbd330e 68 66 66 66\ne1b2b54fc9108a54 132 78 78 78\ne1b2b54fc9108a54 132 85 85 85\ne1b2b54fc9108a54 132 89 89 89\ndeb6727eda5946f3 5 6 6 6\ndeb6727eda5946f3 5 9 9 9\ndeb6727eda5946f3 5 10 10 10\n7b1ff8281519a3b6 38 58 58 58\n7b1ff8281519a3b6 117 87 87 87\n7b1ff8281519a3b6 117 99 99 99\nee55fb495eee9169 64 67 67 67\nee55fb495eee9169 127 123 123 123\nee55fb495eee9169 127 126 126 126\nc5299d492943c1c3 52 41 41 41\nc5299d492943c1c3 52 44 44 44\nc5299d492943c1c3 52 47 47 47\n8ac472627625e76e 89 89 89 89\n8ac472627625e76e 89 94 94 94\n8ac472627625e76e 89 112 112 112\ne4e20f4e8c79aa1a 6 27 27 27\ne4e20f4e8c79aa1a 68 58 58 58\ne4e20f4e8c79aa1a 68 66 66 66\na6bc234b1ce6ca2b 27 38 38 38\na6bc234b1ce6ca2b 72 60 60 60\na6bc234b1ce6ca2b 72 71 71 71\n8a910daed0cc83bb 208 224 224 224\n8a910daed0cc83bb 257 241 241 241\n8a910daed0cc83bb 257 243 243 243\ndfb6932b1a712d0d 2 6 6 6\ndfb6932b1a712d0d 85 78 78 78\ndfb6932b1a712d0d 85 82 82 82\nee35dd9642fb2e54 67 47 47 47\nee35dd9642fb2e54 67 54 54 54\nee35dd9642fb2e54 67 60 60 60\n0de8a88480533be6 179 139 139 139\n0de8a88480533be6 179 150 150 150\n0de8a88480533be6 179 168 168 168\n13adf913ea857ddf 46 61 61 61\n13adf913ea857ddf 120 102 102 102\n13adf913ea857ddf 120 110 110 110\n156b422215789c18 141 146 146 146\n156b422215789c18 141 151 151 151\n156b422215789c18 213 195 195 195\n2c805f56d92a2e22 98 124 124 124\n2c805f56d92a2e22 204 175 175 175\n2c805f56d92a2e22 204 194 194 194\n62caae272179f01a 56 70 70 70\n62caae272179f01a 56 100 100 100\n62caae272179f01a 56 105 105 105\n3a126bd9702ee8f7 39 60 60 60\n3a126bd9702ee8f7 92 68 68 68\n3a126bd9702ee8f7 92 81 81 81\na93d9d0fd69071aa 34 50 50 50\na93d9d0fd69071aa 34 60 60 60\na93d9d0fd69071aa 89 85 85 85\n3b3880eb01373479 215 219 219 219\n3b3880eb01373479 215 228 228 228\n3b3880eb01373479 270 260 260 260\n16b3eea75ad753ef 235 173 173 173\n16b3eea75ad753ef 235 174 174 174\n16b3eea75ad753ef 235 179 179 179\nd0c84900d316e3ca 6 6 6 6\nd0c84900d316e3ca 6 14 14 14\nd0c84900d316e3ca 58 37 37 37\nf739e9cb43b587fd 40 56 56 56\nf739e9cb43b587fd 40 61 61 61\nf739e9cb43b587fd 85 83 83 83\n6501c4e155960c8b 42 54 54 54\n6501c4e155960c8b 42 67 67 67\n6501c4e155960c8b 103 85 85 85\n6cba7738247eabc9 43 55 55 55\n6cba7738247eabc9 144 101 101 101\n6cba7738247eabc9 144 127 127 127\n62b83cb60c353c3c 12 31 31 31\n62b83cb60c353c3c 12 37 37 37\n62b83cb60c353c3c 63 40 40 40\n637d7266541e6152 45 49 49 49\n637d7266541e6152 95 79 79 79\n637d7266541e6152 95 89 89 89\n2cc330488326fd4f 20 29 29 29\n2cc330488326fd4f 119 74 74 74\n2cc330488326fd4f 119 84 84 84\n37dbb9846f2fdc01 27 30 30 30\n37dbb9846f2fdc01 27 58 58 58\n37dbb9846f2fdc01 123 91 91 91\ncab940b56faac495 13 20 20 20\ncab940b56faac495 13 21 21 21\ncab940b56faac495 60 49 49 49\n8cdcd96e18445632 28 34 34 34\n8cdcd96e18445632 28 42 42 42\n8cdcd96e18445632 110 86 86 86\nd7a7ddbaac9a3df2 78 47 47 47\nd7a7ddbaac9a3df2 78 63 63 63\nd7a7ddbaac9a3df2 78 72 72 72\n5e5839cea5f7341b 36 47 47 47\n5e5839cea5f7341b 36 53 53 53\n5e5839cea5f7341b 87 70 70 70\n587e788b5cdcf522 1 1 1 1\n587e788b5cdcf522 1 3 3 3\n587e788b5cdcf522 50 28 28 28\n15d4131d721f1b5e 49 56 56 56\n15d4131d721f1b5e 49 59 59 59\n15d4131d721f1b5e 94 87 87 87\nad4d196510856830 44 57 57 57\nad4d196510856830 90 80 80 80\nad4d196510856830 90 88 88 88\nab9f9cbd2973cc9a 58 66 66 66\nab9f9cbd2973cc9a 103 97 97 97\nab9f9cbd2973cc9a 103 103 103 103\nc477626407eeb4ec 210 196 196 196\nc477626407eeb4ec 210 205 205 205\nc477626407eeb4ec 210 208 208 208\nf3f53a823ea18d9f 44 95 95 95\nf3f53a823ea18d9f 154 132 132 132\nf3f53a823ea18d9f 154 139 139 139\n583dcd046009f0bc 49 64 64 64\n583dcd046009f0bc 49 68 68 68\n583dcd046009f0bc 49 74 74 74\n4615277ffb68ca9d 14 21 21 21\n4615277ffb68ca9d 14 22 22 22\n4615277ffb68ca9d 14 30 30 30\ne2e03491fca937f3 126 111 111 111\ne2e03491fca937f3 126 115 115 115\ne2e03491fca937f3 126 120 120 120\n904d453f2fb6c0d4 10 17 17 17\n904d453f2fb6c0d4 55 35 35 35\n904d453f2fb6c0d4 55 53 53 53\n72fffd0c21d12eac 50 34 34 34\n72fffd0c21d12eac 50 48 48 48\n72fffd0c21d12eac 50 50 50 50\n12497730f691d00c 0 0 0 0\n12497730f691d00c 0 6 6 6\n12497730f691d00c 49 29 29 29\na76028640ffa1ef9 11 39 39 39\na76028640ffa1ef9 142 114 114 114\na76028640ffa1ef9 142 136 136 136\n452fff658953aab1 11 13 13 13\n452fff658953aab1 64 46 46 46\n452fff658953aab1 64 57 57 57\nd4e37a9e414ef582 27 27 27 27\nd4e37a9e414ef582 27 38 38 38\nd4e37a9e414ef582 77 62 62 62\n5a5fcb1d3f17fbe5 9 29 29 29\n5a5fcb1d3f17fbe5 57 36 36 36\n5a5fcb1d3f17fbe5 57 56 56 56\ndd5142700ac59a94 38 47 47 47\ndd5142700ac59a94 38 81 81 81\ndd5142700ac59a94 124 84 84 84\n8c0ea69b00e2f550 47 50 50 50\n8c0ea69b00e2f550 47 56 56 56\n8c0ea69b00e2f550 47 65 65 65\n8c609891ee48673e 0 18 18 18\n8c609891ee48673e 0 21 21 21\n8c609891ee48673e 51 44 44 44\n3fc2c221557a205c 156 126 126 126\n3fc2c221557a205c 156 135 135 135\n3fc2c221557a205c 156 156 156 156\nb3954464d00ffcc5 3 10 10 10\nb3954464d00ffcc5 52 36 36 36\nb3954464d00ffcc5 52 46 46 46\n9876cda7718a1c6b 81 88 88 88\n9876cda7718a1c6b 131 111 111 111\n9876cda7718a1c6b 131 130 130 130\ne8f50944f9e28741 9 17 17 17\ne8f50944f9e28741 9 23 23 23\ne8f50944f9e28741 9 40 40 40\na374f27587ad2d52 124 132 132 132\na374f27587ad2d52 170 152 152 152\na374f27587ad2d52 170 168 168 168\n1ce8503fd200fed2 6 26 26 26\n1ce8503fd200fed2 61 45 45 45\n1ce8503fd200fed2 61 54 54 54\n7c6b54d9bb76a4a0 18 33 33 33\n7c6b54d9bb76a4a0 66 57 57 57\n7c6b54d9bb76a4a0 66 66 66 66\n485f996ecf360da7 29 46 46 46\n485f996ecf360da7 114 103 103 103\n485f996ecf360da7 114 112 112 112\nf07e75d31a73069b 7 8 8 8\nf07e75d31a73069b 7 9 9 9\nf07e75d31a73069b 55 50 50 50\n6cf0e05c39d186b0 38 53 53 53\n6cf0e05c39d186b0 38 63 63 63\n6cf0e05c39d186b0 88 74 74 74\nfd204026d09b3585 53 47 47 47\nfd204026d09b3585 53 50 50 50\nfd204026d09b3585 53 53 53 53\nba604e2b0ab1be25 11 51 51 51\nba604e2b0ab1be25 11 67 67 67\nba604e2b0ab1be25 135 103 103 103\n0a10d55239d83d99 43 57 57 57\n0a10d55239d83d99 43 67 67 67\n0a10d55239d83d99 116 84 84 84\n03aa0437e5d62d58 9 20 20 20\n03aa0437e5d62d58 9 35 35 35\n03aa0437e5d62d58 90 76 76 76\n454197dc5b50b45f 0 14 14 14\n454197dc5b50b45f 46 25 25 25\n454197dc5b50b45f 46 41 41 41\ncbff8218527bc3a9 25 33 33 33\ncbff8218527bc3a9 95 67 67 67\ncbff8218527bc3a9 95 87 87 87\n0a7c052273895bb3 7 7 7 7\n0a7c052273895bb3 7 17 17 17\n0a7c052273895bb3 53 49 49 49\n42f761f7e655bdce 48 29 29 29\n42f761f7e655bdce 48 32 32 32\n42f761f7e655bdce 48 47 47 47\n5832cd21e4a2eedb 10 41 41 41\n5832cd21e4a2eedb 135 107 107 107\n5832cd21e4a2eedb 135 117 117 117\n01fe225e2f261d1a 7 10 10 10\n01fe225e2f261d1a 7 28 28 28\n01fe225e2f261d1a 53 48 48 48\n086e9118bec887be 20 57 57 57\n086e9118bec887be 103 70 70 70\n086e9118bec887be 103 93 93 93\nf74139ac48f19b3c 2 12 12 12\nf74139ac48f19b3c 2 26 26 26\nf74139ac48f19b3c 59 48 48 48\ndd8d3d9cec8f36d5 105 130 130 130\ndd8d3d9cec8f36d5 240 194 194 194\ndd8d3d9cec8f36d5 240 214 214 214\na9cf9def8f36c3b3 26 43 43 43\na9cf9def8f36c3b3 26 50 50 50\na9cf9def8f36c3b3 75 53 53 53\n85b236ba30175abf 28 30 30 30\n85b236ba30175abf 88 64 64 64\n85b236ba30175abf 88 82 82 82\n2dd67f5e68c8d72b 66 76 76 76\n2dd67f5e68c8d72b 122 102 102 102\n2dd67f5e68c8d72b 122 105 105 105\nd0c521f701b91ad1 2 2 2 2\nd0c521f701b91ad1 2 20 20 20\nd0c521f701b91ad1 2 21 21 21\nf24c97a5cbadcfb4 59 35 35 35\nf24c97a5cbadcfb4 59 45 45 45\nf24c97a5cbadcfb4 59 46 46 46\n2ad09b7837010330 127 133 133 133\n2ad09b7837010330 127 136 136 136\n2ad09b7837010330 188 158 158 158\n0e5b9dcdb891b82b 122 131 131 131\n0e5b9dcdb891b82b 167 161 161 161\n0e5b9dcdb891b82b 167 167 167 167\n9dd4d7d929eaa376 20 24 24 24\n9dd4d7d929eaa376 79 72 72 72\n9dd4d7d929eaa376 79 75 75 75\n7a911883348688e9 35 77 77 77\n7a911883348688e9 119 88 88 88\n7a911883348688e9 119 105 105 105\n291db63458af0613 21 49 49 49\n291db63458af0613 80 52 52 52\n291db63458af0613 80 65 65 65\nfc174b681e13cdf4 213 213 213 213\nfc174b681e13cdf4 213 223 223 223\nfc174b681e13cdf4 213 237 237 237\ne529f3adc0cdf3d3 2 13 13 13\ne529f3adc0cdf3d3 61 51 51 51\ne529f3adc0cdf3d3 61 59 59 59\neebb5bbfdbae33bc 4 13 13 13\neebb5bbfdbae33bc 4 23 23 23\neebb5bbfdbae33bc 69 60 60 60\n7700df7cad223bae 4 7 7 7\n7700df7cad223bae 4 18 18 18\n7700df7cad223bae 54 40 40 40\n5d3888256b80fb8d 111 111 111 111\n5d3888256b80fb8d 111 118 118 118\n5d3888256b80fb8d 111 141 141 141\n63b5676898b75061 161 104 104 104\n63b5676898b75061 161 138 138 138\n63b5676898b75061 161 144 144 144\n606d19170c13bf97 25 59 59 59\n606d19170c13bf97 129 97 97 97\n606d19170c13bf97 129 126 126 126\nec176790f27fb962 1 5 5 5\nec176790f27fb962 1 6 6 6\nec176790f27fb962 48 26 26 26\n684dfe7c93097c48 0 20 20 20\n684dfe7c93097c48 46 33 33 33\n684dfe7c93097c48 46 35 35 35\n310cbf1c65c52fa7 202 205 205 205\n310cbf1c65c52fa7 202 222 222 222\n310cbf1c65c52fa7 250 227 227 227\na8e4359a237cf2dd 55 58 58 58\na8e4359a237cf2dd 55 74 74 74\na8e4359a237cf2dd 117 94 94 94\nd01f297cc531a67a 58 95 95 95\nd01f297cc531a67a 58 105 105 105\nd01f297cc531a67a 181 158 158 158\n464d97e527dd5f8a 71 88 88 88\n464d97e527dd5f8a 120 118 118 118\n464d97e527dd5f8a 120 120 120 120\n35185a0c080c40d6 19 28 28 28\n35185a0c080c40d6 19 38 38 38\n35185a0c080c40d6 71 52 52 52\n4a7f0556fb58a5cc 24 31 31 31\n4a7f0556fb58a5cc 24 33 33 33\n4a7f0556fb58a5cc 24 56 56 56\nba8f27af6e4dc02f 19 54 54 54\nba8f27af6e4dc02f 19 55 55 55\nba8f27af6e4dc02f 101 83 83 83\n1e9b1dc1c096d68d 3 4 4 4\n1e9b1dc1c096d68d 3 19 19 19\n1e9b1dc1c096d68d 51 36 36 36\n7468b52dbe6070cb 10 21 21 21\n7468b52dbe6070cb 10 29 29 29\n7468b52dbe6070cb 10 31 31 31\n8328ae4d746fe8f6 27 32 32 32\n8328ae4d746fe8f6 27 48 48 48\n8328ae4d746fe8f6 27 49 49 49\n0954f5a326941fb1 0 4 4 4\n0954f5a326941fb1 0 8 8 8\n0954f5a326941fb1 0 12 12 12\n8db64f23cd5c4c8e 77 86 86 86\n8db64f23cd5c4c8e 77 92 92 92\n8db64f23cd5c4c8e 166 166 166 166\n59270ce6343beb2a 4 10 10 10\n59270ce6343beb2a 61 39 39 39\n59270ce6343beb2a 61 41 41 41\ndb9ced9a7c18519b 1 4 4 4\ndb9ced9a7c18519b 1 16 16 16\ndb9ced9a7c18519b 1 17 17 17\na688088d3921c03f 126 137 137 137\na688088d3921c03f 126 138 138 138\na688088d3921c03f 177 167 167 167\nd14a6e177ef370ce 65 53 53 53\nd14a6e177ef370ce 65 56 56 56\nd14a6e177ef370ce 65 61 61 61\ne77c9cc0587e9cad 9 9 9 9\ne77c9cc0587e9cad 89 74 74 74\ne77c9cc0587e9cad 89 86 86 86\na1123decafcdf68e 1 1 1 1\na1123decafcdf68e 92 51 51 51\na1123decafcdf68e 92 87 87 87\n56a815b163efd61d 0 2 2 2\n56a815b163efd61d 0 13 13 13\n56a815b163efd61d 58 55 55 55\n42cab73e14195475 3 4 4 4\n42cab73e14195475 61 55 55 55\n42cab73e14195475 61 56 56 56\n20e9bf845c4bd9e7 2 8 8 8\n20e9bf845c4bd9e7 2 17 17 17\n20e9bf845c4bd9e7 61 34 34 34\n72428dc4eda92f4d 89 64 64 64\n72428dc4eda92f4d 89 82 82 82\n72428dc4eda92f4d 89 89 89 89\n75e56e8c9600ae26 111 139 139 139\n75e56e8c9600ae26 171 157 157 157\n75e56e8c9600ae26 171 166 166 166\nf3086c53deacbeaf 0 15 15 15\nf3086c53deacbeaf 49 41 41 41\nf3086c53deacbeaf 49 45 45 45\n3b8167415736169c 5 16 16 16\n3b8167415736169c 5 24 24 24\n3b8167415736169c 51 36 36 36\n24d95746999b7f7e 14 34 34 34\n24d95746999b7f7e 60 53 53 53\n24d95746999b7f7e 60 58 58 58\n0baa633d2094d2c1 36 40 40 40\n0baa633d2094d2c1 81 61 61 61\n0baa633d2094d2c1 81 71 71 71\n7ccade44d9c8f7e1 69 44 44 44\n7ccade44d9c8f7e1 69 51 51 51\n7ccade44d9c8f7e1 69 69 69 69\nc63c6fd4250123f8 55 59 59 59\nc63c6fd4250123f8 143 117 117 117\nc63c6fd4250123f8 143 139 139 139\n63579d50297809d8 24 40 40 40\n63579d50297809d8 24 46 46 46\n63579d50297809d8 74 63 63 63\n70272bc88db1265a 254 233 233 233\n70272bc88db1265a 254 250 250 250\n70272bc88db1265a 254 254 254 254\ned0a0f4a8c61a9f3 6 26 26 26\ned0a0f4a8c61a9f3 6 45 45 45\ned0a0f4a8c61a9f3 134 131 131 131\nc905fbb5c08c6ce6 13 20 20 20\nc905fbb5c08c6ce6 85 63 63 63\nc905fbb5c08c6ce6 85 67 67 67\n37bbec9e46c8c1a9 34 61 61 61\n37bbec9e46c8c1a9 96 88 88 88\n37bbec9e46c8c1a9 96 93 93 93\n19a28e5c25feb31f 77 91 91 91\n19a28e5c25feb31f 77 92 92 92\n19a28e5c25feb31f 135 109 109 109\n46067fb6d992860e 6 11 11 11\n46067fb6d992860e 51 40 40 40\n46067fb6d992860e 51 50 50 50\nc0963ff151bd0893 4 22 22 22\nc0963ff151bd0893 89 58 58 58\nc0963ff151bd0893 89 88 88 88\na198072668fa2474 164 166 166 166\na198072668fa2474 164 207 207 207\na198072668fa2474 255 233 233 233\na2f1f38d646db600 58 80 80 80\na2f1f38d646db600 58 92 92 92\na2f1f38d646db600 145 129 129 129\ncee947573b53a1bf 155 180 180 180\ncee947573b53a1bf 217 204 204 204\ncee947573b53a1bf 217 213 213 213\nf26a85e1867eea80 15 35 35 35\nf26a85e1867eea80 15 38 38 38\nf26a85e1867eea80 72 54 54 54\nd5395d343ad4592b 12 24 24 24\nd5395d343ad4592b 12 30 30 30\nd5395d343ad4592b 104 104 104 104\nf82348d27c384c4e 9 17 17 17\nf82348d27c384c4e 9 20 20 20\nf82348d27c384c4e 9 28 28 28\n9e585ebbacb3e94c 16 17 17 17\n9e585ebbacb3e94c 108 80 80 80\n9e585ebbacb3e94c 108 96 96 96\n7a567c2e4b74ed8f 67 47 47 47\n7a567c2e4b74ed8f 67 55 55 55\n7a567c2e4b74ed8f 67 61 61 61\n1f2153b5fb50d41a 116 148 148 148\n1f2153b5fb50d41a 184 175 175 175\n1f2153b5fb50d41a 184 182 182 182\nabcc65ed3b158186 47 80 80 80\nabcc65ed3b158186 117 99 99 99\nabcc65ed3b158186 117 115 115 115\n2b4c1f50687b2bcf 29 29 29 29\n2b4c1f50687b2bcf 77 58 58 58\n2b4c1f50687b2bcf 77 72 72 72\n17ca3b8ad5815b35 15 36 36 36\n17ca3b8ad5815b35 15 39 39 39\n17ca3b8ad5815b35 68 64 64 64\nf3de74db05a6b558 78 84 84 84\nf3de74db05a6b558 78 101 101 101\nf3de74db05a6b558 140 113 113 113\n5a1e4f0e1bbd526f 55 47 47 47\n5a1e4f0e1bbd526f 55 50 50 50\n5a1e4f0e1bbd526f 55 54 54 54\n3590d717d920b2b8 27 30 30 30\n3590d717d920b2b8 27 51 51 51\n3590d717d920b2b8 95 75 75 75\n276eca76bb2b4ae6 46 52 52 52\n276eca76bb2b4ae6 100 85 85 85\n276eca76bb2b4ae6 100 92 92 92\n249fd0890d439aa9 23 41 41 41\n249fd0890d439aa9 23 72 72 72\n249fd0890d439aa9 121 87 87 87\n5581754c07e626bf 7 17 17 17\n5581754c07e626bf 7 29 29 29\n5581754c07e626bf 53 32 32 32\n4319ddbd5e8f20e1 56 30 30 30\n4319ddbd5e8f20e1 56 34 34 34\n4319ddbd5e8f20e1 56 37 37 37\n01f7915dce639515 36 51 51 51\n01f7915dce639515 36 52 52 52\n01f7915dce639515 36 59 59 59\na7c8828737c28252 42 61 61 61\na7c8828737c28252 42 89 89 89\na7c8828737c28252 137 135 135 135\n203b7543bb3387ce 185 189 189 189\n203b7543bb3387ce 185 203 203 203\n203b7543bb3387ce 253 232 232 232\n2bcb26e95f5d152b 28 79 79 79\n2bcb26e95f5d152b 143 91 91 91\n2bcb26e95f5d152b 143 134 134 134\n47cae76cd53c752a 31 35 35 35\n47cae76cd53c752a 146 110 110 110\n47cae76cd53c752a 146 133 133 133\nfe129e744709afc6 5 8 8 8\nfe129e744709afc6 5 11 11 11\nfe129e744709afc6 50 50 50 50\n44b78f9fcb5cd8d8 31 49 49 49\n44b78f9fcb5cd8d8 31 62 62 62\n44b78f9fcb5cd8d8 109 97 97 97\n1bce163cad1e1d20 12 25 25 25\n1bce163cad1e1d20 108 83 83 83\n1bce163cad1e1d20 108 106 106 106\nf29b5228969d056f 127 135 135 135\nf29b5228969d056f 127 138 138 138\nf29b5228969d056f 178 162 162 162\n022a21a897f2a904 2 4 4 4\n022a21a897f2a904 2 12 12 12\n022a21a897f2a904 55 40 40 40\n14e3fec07ba502d7 57 63 63 63\n14e3fec07ba502d7 126 104 104 104\n14e3fec07ba502d7 126 110 110 110\nb5965c79b6a937e0 26 30 30 30\nb5965c79b6a937e0 26 54 54 54\nb5965c79b6a937e0 26 55 55 55\ne8dafcaa89b25c54 0 4 4 4\ne8dafcaa89b25c54 0 22 22 22\ne8dafcaa89b25c54 45 39 39 39\n1b2779619d4f28ed 28 29 29 29\n1b2779619d4f28ed 28 33 33 33\n1b2779619d4f28ed 28 51 51 51\n42742db2633d2eb5 27 38 38 38\n42742db2633d2eb5 73 56 56 56\n42742db2633d2eb5 73 67 67 67\n0ff896ed26db5da3 46 51 51 51\n0ff896ed26db5da3 46 64 64 64\n0ff896ed26db5da3 46 75 75 75\nf2681decf7216b6e 47 66 66 66\nf2681decf7216b6e 47 75 75 75\nf2681decf7216b6e 106 78 78 78\n4c76898a3d535741 119 135 135 135\n4c76898a3d535741 119 141 141 141\n4c76898a3d535741 166 160 160 160\nea93df5ddd015971 67 78 78 78\nea93df5ddd015971 166 122 122 122\nea93df5ddd015971 166 129 129 129\n66bfddd1f3b56005 21 44 44 44\n66bfddd1f3b56005 84 57 57 57\n66bfddd1f3b56005 84 72 72 72\nd87950df77d49b7f 8 20 20 20\nd87950df77d49b7f 53 50 50 50\nd87950df77d49b7f 53 52 52 52\n82454ac79de89fd3 28 36 36 36\n82454ac79de89fd3 28 45 45 45\n82454ac79de89fd3 28 72 72 72\n42f700b22cb0be39 16 17 17 17\n42f700b22cb0be39 16 31 31 31\n42f700b22cb0be39 63 60 60 60\n648f72f3063fd9c7 67 39 39 39\n648f72f3063fd9c7 67 58 58 58\n648f72f3063fd9c7 67 61 61 61\n4634124b21b763f6 28 48 48 48\n4634124b21b763f6 88 70 70 70\n4634124b21b763f6 88 78 78 78\nabe09fde3f158d83 0 3 3 3\nabe09fde3f158d83 0 12 12 12\nabe09fde3f158d83 0 13 13 13\n6dd08f04e95ac92b 3 6 6 6\n6dd08f04e95ac92b 48 33 33 33\n6dd08f04e95ac92b 48 35 35 35\n6758f77061a4515a 56 70 70 70\n6758f77061a4515a 56 71 71 71\n6758f77061a4515a 107 84 84 84\n9634ec803362500f 12 19 19 19\n9634ec803362500f 12 22 22 22\n9634ec803362500f 12 30 30 30\n79c2ebfef0718b1e 76 54 54 54\n79c2ebfef0718b1e 76 61 61 61\n79c2ebfef0718b1e 76 62 62 62\n3a52947c66de5920 28 89 89 89\n3a52947c66de5920 157 130 130 130\n3a52947c66de5920 157 139 139 139\ncb2d798801dd730f 16 25 25 25\ncb2d798801dd730f 16 30 30 30\ncb2d798801dd730f 68 63 63 63\n2c55c5a96b50ab36 31 60 60 60\n2c55c5a96b50ab36 92 74 74 74\n2c55c5a96b50ab36 92 79 79 79\nb5ee0694b771e51e 3 22 22 22\nb5ee0694b771e51e 53 36 36 36\nb5ee0694b771e51e 53 39 39 39\n6054a3584527a616 109 76 76 76\n6054a3584527a616 109 85 85 85\n6054a3584527a616 109 105 105 105\n2e619c31122ee40f 27 27 27 27\n2e619c31122ee40f 27 31 31 31\n2e619c31122ee40f 27 46 46 46\n3b650a9e2ebdfde2 149 115 115 115\n3b650a9e2ebdfde2 149 126 126 126\n3b650a9e2ebdfde2 149 142 142 142\n7abd4ec1670c4705 5 6 6 6\n7abd4ec1670c4705 85 48 48 48\n7abd4ec1670c4705 85 51 51 51\n368fae6f3bc0b0f7 33 43 43 43\n368fae6f3bc0b0f7 80 67 67 67\n368fae6f3bc0b0f7 80 80 80 80\n9a7f9603257027fc 92 93 93 93\n9a7f9603257027fc 92 97 97 97\n9a7f9603257027fc 92 101 101 101\n32615afea87b52dd 26 34 34 34\n32615afea87b52dd 71 54 54 54\n32615afea87b52dd 71 57 57 57\n7550d560dbb941ef 74 80 80 80\n7550d560dbb941ef 74 89 89 89\n7550d560dbb941ef 157 150 150 150\nc00a8f89455fbc1b 2 7 7 7\nc00a8f89455fbc1b 61 41 41 41\nc00a8f89455fbc1b 61 45 45 45\n564659475de45eab 98 106 106 106\n564659475de45eab 98 124 124 124\n564659475de45eab 151 140 140 140\na2c8e506fb8e2161 5 11 11 11\na2c8e506fb8e2161 5 13 13 13\na2c8e506fb8e2161 51 32 32 32\n2deacec5c281fbac 190 195 195 195\n2deacec5c281fbac 190 213 213 213\n2deacec5c281fbac 239 218 218 218\n7909c366c57a0c77 20 24 24 24\n7909c366c57a0c77 20 30 30 30\n7909c366c57a0c77 65 44 44 44\n57a6be6d97e7c9dc 41 46 46 46\n57a6be6d97e7c9dc 93 79 79 79\n57a6be6d97e7c9dc 93 84 84 84\nbf756257ffdd0017 5 38 38 38\nbf756257ffdd0017 5 43 43 43\nbf756257ffdd0017 81 66 66 66\n1f0f5e82e9d0f9ee 7 25 25 25\n1f0f5e82e9d0f9ee 56 43 43 43\n1f0f5e82e9d0f9ee 56 53 53 53\n47a1f1f01e2b7be6 15 26 26 26\n47a1f1f01e2b7be6 15 36 36 36\n47a1f1f01e2b7be6 70 61 61 61\n00cf0a94235771bb 55 32 32 32\n00cf0a94235771bb 55 35 35 35\n00cf0a94235771bb 55 55 55 55\n9dfc6db5375952c3 33 37 37 37\n9dfc6db5375952c3 33 46 46 46\n9dfc6db5375952c3 118 91 91 91\nfbd37246c3e03576 64 81 81 81\nfbd37246c3e03576 64 85 85 85\nfbd37246c3e03576 64 97 97 97\n8048759d08d312ca 3 11 11 11\n8048759d08d312ca 130 80 80 80\n8048759d08d312ca 130 129 129 129\n8f09b7b96ab06e54 79 49 49 49\n8f09b7b96ab06e54 79 62 62 62\n8f09b7b96ab06e54 79 77 77 77\nf2d0e69416df7741 18 30 30 30\nf2d0e69416df7741 18 39 39 39\nf2d0e69416df7741 93 62 62 62\nc66c4aee69caba12 99 87 87 87\nc66c4aee69caba12 99 88 88 88\nc66c4aee69caba12 99 96 96 96\ne1c8085b10df599e 96 115 115 115\ne1c8085b10df599e 164 147 147 147\ne1c8085b10df599e 164 151 151 151\nc949b4f540bb3476 62 78 78 78\nc949b4f540bb3476 62 86 86 86\nc949b4f540bb3476 143 105 105 105\n8ab34a8c7287d6e3 2 2 2 2\n8ab34a8c7287d6e3 51 44 44 44\n8ab34a8c7287d6e3 51 51 51 51\nba8fe0e95d70e2a9 12 15 15 15\nba8fe0e95d70e2a9 12 16 16 16\nba8fe0e95d70e2a9 57 52 52 52\n2aca85b3bdf90a09 1 16 16 16\n2aca85b3bdf90a09 1 17 17 17\n2aca85b3bdf90a09 1 31 31 31\n865379ca24243ed6 149 84 84 84\n865379ca24243ed6 149 125 125 125\n865379ca24243ed6 149 139 139 139\n9f07a3303e75641d 17 18 18 18\n9f07a3303e75641d 65 49 49 49\n9f07a3303e75641d 65 62 62 62\n077d42bb51ee2793 17 39 39 39\n077d42bb51ee2793 126 84 84 84\n077d42bb51ee2793 126 104 104 104\ne76b0d6c9bfb9c4b 14 27 27 27\ne76b0d6c9bfb9c4b 14 30 30 30\ne76b0d6c9bfb9c4b 14 40 40 40\n88a203e63a1e6a09 2 10 10 10\n88a203e63a1e6a09 2 31 31 31\n88a203e63a1e6a09 73 58 58 58\n22552c9a2a2a2ce7 23 36 36 36\n22552c9a2a2a2ce7 23 44 44 44\n22552c9a2a2a2ce7 86 71 71 71\n3f9b08ed34ec795a 34 34 34 34\n3f9b08ed34ec795a 109 99 99 99\n3f9b08ed34ec795a 109 103 103 103\n20f8c6738e22e764 8 30 30 30\n20f8c6738e22e764 8 41 41 41\n20f8c6738e22e764 110 66 66 66\nffe9783913b58e7e 3 6 6 6\nffe9783913b58e7e 3 22 22 22\nffe9783913b58e7e 56 56 56 56\nf7e48eba37bba499 23 26 26 26\nf7e48eba37bba499 23 36 36 36\nf7e48eba37bba499 68 57 57 57\nbf035f1f897888e9 121 91 91 91\nbf035f1f897888e9 121 101 101 101\nbf035f1f897888e9 121 120 120 120\ndae01b39a6104477 3 16 16 16\ndae01b39a6104477 69 42 42 42\ndae01b39a6104477 69 48 48 48\n040895d45bf4e580 133 98 98 98\n040895d45bf4e580 133 108 108 108\n040895d45bf4e580 133 117 117 117\naeadddfb838fd090 168 178 178 178\naeadddfb838fd090 168 191 191 191\naeadddfb838fd090 214 208 208 208\n80566b8e2904a745 79 87 87 87\n80566b8e2904a745 151 116 116 116\n80566b8e2904a745 151 124 124 124\nfa25ffc4897fc142 71 78 78 78\nfa25ffc4897fc142 71 85 85 85\nfa25ffc4897fc142 71 86 86 86\n53292c652790bfbe 187 164 164 164\n53292c652790bfbe 187 168 168 168\n53292c652790bfbe 187 183 183 183\nde129b4aa11af575 2 7 7 7\nde129b4aa11af575 2 11 11 11\nde129b4aa11af575 47 44 44 44\nc161bcf6082b40af 18 51 51 51\nc161bcf6082b40af 123 87 87 87\nc161bcf6082b40af 123 94 94 94\n591c44984b9273fd 96 115 115 115\n591c44984b9273fd 149 134 134 134\n591c44984b9273fd 149 143 143 143\n04ef6a410f034514 9 20 20 20\n04ef6a410f034514 9 37 37 37\n04ef6a410f034514 73 71 71 71\n6aabf104e2be3f60 59 61 61 61\n6aabf104e2be3f60 106 83 83 83\n6aabf104e2be3f60 106 93 93 93\n1b747b8eba6f7b45 3 21 21 21\n1b747b8eba6f7b45 3 28 28 28\n1b747b8eba6f7b45 53 50 50 50\n94e1eb9e28befffa 40 53 53 53\n94e1eb9e28befffa 40 75 75 75\n94e1eb9e28befffa 156 102 102 102\n4df68a7e48ee747c 2 13 13 13\n4df68a7e48ee747c 2 27 27 27\n4df68a7e48ee747c 54 45 45 45\n97b32341c5319f28 18 35 35 35\n97b32341c5319f28 18 43 43 43\n97b32341c5319f28 73 50 50 50\n0e5e7fbe8914352c 2 38 38 38\n0e5e7fbe8914352c 121 62 62 62\n0e5e7fbe8914352c 121 96 96 96\nfb63a2c634287906 6 12 12 12\nfb63a2c634287906 6 24 24 24\nfb63a2c634287906 57 44 44 44\ncab05ec1c225826a 7 11 11 11\ncab05ec1c225826a 7 19 19 19\ncab05ec1c225826a 58 54 54 54\n345fa06f6a5bb413 13 26 26 26\n345fa06f6a5bb413 60 47 47 47\n345fa06f6a5bb413 60 52 52 52\nb58acaae2cf55ef3 3 11 11 11\nb58acaae2cf55ef3 3 17 17 17\nb58acaae2cf55ef3 49 47 47 47\n1433f61e9591ea9b 37 52 52 52\n1433f61e9591ea9b 110 96 96 96\n1433f61e9591ea9b 110 106 106 106\na91359a636e4cf61 0 15 15 15\na91359a636e4cf61 0 42 42 42\na91359a636e4cf61 102 90 90 90\n024152256b6bcac7 218 174 174 174\n024152256b6bcac7 218 181 181 181\n024152256b6bcac7 218 196 196 196\n58fe7230f02c5650 0 7 7 7\n58fe7230f02c5650 46 42 42 42\n58fe7230f02c5650 46 46 46 46\n8c0140f9512fca75 13 19 19 19\n8c0140f9512fca75 13 22 22 22\n8c0140f9512fca75 13 28 28 28\na9aa8af4de922806 35 44 44 44\na9aa8af4de922806 90 66 66 66\na9aa8af4de922806 90 81 81 81\ndeca456b57945a66 65 69 69 69\ndeca456b57945a66 117 99 99 99\ndeca456b57945a66 117 112 112 112\nd38bee2f0dfb6de8 13 46 46 46\nd38bee2f0dfb6de8 13 58 58 58\nd38bee2f0dfb6de8 110 81 81 81\n288dd40199dee268 95 98 98 98\n288dd40199dee268 165 155 155 155\n288dd40199dee268 165 156 156 156\n9d71c054b6d922ca 24 37 37 37\n9d71c054b6d922ca 24 44 44 44\n9d71c054b6d922ca 71 69 69 69\n3c19657356e9e229 83 87 87 87\n3c19657356e9e229 83 117 117 117\n3c19657356e9e229 156 128 128 128\naab9373670075ec7 7 11 11 11\naab9373670075ec7 7 13 13 13\naab9373670075ec7 108 96 96 96\n912e3a05029558e8 10 21 21 21\n912e3a05029558e8 64 54 54 54\n912e3a05029558e8 64 63 63 63\nf7ac951ffdb3f0bd 1 3 3 3\nf7ac951ffdb3f0bd 1 12 12 12\nf7ac951ffdb3f0bd 1 20 20 20\n0cca84503a86574c 4 19 19 19\n0cca84503a86574c 56 54 54 54\n0cca84503a86574c 56 56 56 56\n1cdfd3abfcc3a64e 71 83 83 83\n1cdfd3abfcc3a64e 135 104 104 104\n1cdfd3abfcc3a64e 135 111 111 111\n53b1b930bfa3659f 37 53 53 53\n53b1b930bfa3659f 86 80 80 80\n53b1b930bfa3659f 86 84 84 84\n96e79d128e6b1630 81 62 62 62\n96e79d128e6b1630 81 68 68 68\n96e79d128e6b1630 81 81 81 81\n97c7ce37db25fae1 159 164 164 164\n97c7ce37db25fae1 159 166 166 166\n97c7ce37db25fae1 207 197 197 197\ne4346b375acea025 31 56 56 56\ne4346b375acea025 112 83 83 83\ne4346b375acea025 112 88 88 88\n7a3c905b4244d47b 82 115 115 115\n7a3c905b4244d47b 159 123 123 123\n7a3c905b4244d47b 159 124 124 124\nc896316dc2906c42 8 23 23 23\nc896316dc2906c42 8 26 26 26\nc896316dc2906c42 65 37 37 37\ne621b852d8329303 20 81 81 81\ne621b852d8329303 146 132 132 132\ne621b852d8329303 146 143 143 143\nca6edff53cad061f 83 62 62 62\nca6edff53cad061f 83 67 67 67\nca6edff53cad061f 83 79 79 79\nbe62d714d68a1df7 173 173 173 173\nbe62d714d68a1df7 226 209 209 209\nbe62d714d68a1df7 226 225 225 225\nefcd9851029dedf0 57 71 71 71\nefcd9851029dedf0 57 83 83 83\nefcd9851029dedf0 128 126 126 126\n8a9714a498c1368b 68 75 75 75\n8a9714a498c1368b 68 87 87 87\n8a9714a498c1368b 117 104 104 104\n6333fc7e67b23c04 10 12 12 12\n6333fc7e67b23c04 67 59 59 59\n6333fc7e67b23c04 67 65 65 65\n92dd80af6c01ec1f 17 28 28 28\n92dd80af6c01ec1f 17 37 37 37\n92dd80af6c01ec1f 70 63 63 63\n9184cd0ba339b1fe 48 62 62 62\n9184cd0ba339b1fe 48 65 65 65\n9184cd0ba339b1fe 103 91 91 91\n3928ea8b8c134846 129 106 106 106\n3928ea8b8c134846 129 123 123 123\n3928ea8b8c134846 129 127 127 127\na911693eb9c3f0ec 15 23 23 23\na911693eb9c3f0ec 15 37 37 37\na911693eb9c3f0ec 61 45 45 45\n232a0b3133326242 108 111 111 111\n232a0b3133326242 108 114 114 114\n232a0b3133326242 157 135 135 135\n279e044cf78e7d57 47 58 58 58\n279e044cf78e7d57 47 64 64 64\n279e044cf78e7d57 47 65 65 65\n6a561c4424f26c89 20 34 34 34\n6a561c4424f26c89 70 56 56 56\n6a561c4424f26c89 70 67 67 67\n0c11dbe781b1c11c 39 56 56 56\n0c11dbe781b1c11c 39 66 66 66\n0c11dbe781b1c11c 96 77 77 77\nc2a4fa5b947e2ec2 6 25 25 25\nc2a4fa5b947e2ec2 6 37 37 37\nc2a4fa5b947e2ec2 72 68 68 68\n44accffce93c7e87 99 105 105 105\n44accffce93c7e87 99 129 129 129\n44accffce93c7e87 183 166 166 166\nc288587db111f2d5 20 50 50 50\nc288587db111f2d5 114 93 93 93\nc288587db111f2d5 114 94 94 94\nc923a49044274829 15 16 16 16\nc923a49044274829 15 52 52 52\nc923a49044274829 119 107 107 107\nd2314965da93ff62 163 167 167 167\nd2314965da93ff62 239 209 209 209\nd2314965da93ff62 239 227 227 227\na4b2f31301e747c7 171 211 211 211\na4b2f31301e747c7 276 257 257 257\na4b2f31301e747c7 276 265 265 265\n28f5ebf3c3e2fe54 40 49 49 49\n28f5ebf3c3e2fe54 98 78 78 78\n28f5ebf3c3e2fe54 98 97 97 97\n37a6ae1e1c6eff66 78 87 87 87\n37a6ae1e1c6eff66 78 102 102 102\n37a6ae1e1c6eff66 78 107 107 107\n8921ae944e9b6ef5 27 38 38 38\n8921ae944e9b6ef5 27 40 40 40\n8921ae944e9b6ef5 27 43 43 43\n8e1a0eb3c40fea64 2 8 8 8\n8e1a0eb3c40fea64 2 15 15 15\n8e1a0eb3c40fea64 2 16 16 16\n0c9d930d226d6bd6 66 43 43 43\n0c9d930d226d6bd6 66 48 48 48\n0c9d930d226d6bd6 66 55 55 55\n50543c3f94b1ea8d 28 47 47 47\n50543c3f94b1ea8d 28 48 48 48\n50543c3f94b1ea8d 76 62 62 62\n1ad8ec6d75441e51 174 176 176 176\n1ad8ec6d75441e51 220 204 204 204\n1ad8ec6d75441e51 220 207 207 207\n1dd869f66c3c9497 4 8 8 8\n1dd869f66c3c9497 4 11 11 11\n1dd869f66c3c9497 80 53 53 53\ne6f18d0185619efe 15 35 35 35\ne6f18d0185619efe 66 56 56 56\ne6f18d0185619efe 66 62 62 62\n5d3c7dd9db5e495a 85 52 52 52\n5d3c7dd9db5e495a 85 78 78 78\n5d3c7dd9db5e495a 85 81 81 81\n60cdf39cb705f61b 1 7 7 7\n60cdf39cb705f61b 1 12 12 12\n60cdf39cb705f61b 47 41 41 41\n473e6ec61583d90f 4 15 15 15\n473e6ec61583d90f 59 46 46 46\n473e6ec61583d90f 59 58 58 58\n486970d685c0b746 23 24 24 24\n486970d685c0b746 23 52 52 52\n486970d685c0b746 104 67 67 67\n26b049f6fc7e3b3a 1 16 16 16\n26b049f6fc7e3b3a 49 33 33 33\n26b049f6fc7e3b3a 49 37 37 37\nb67a5f6cb97b9192 49 58 58 58\nb67a5f6cb97b9192 94 78 78 78\nb67a5f6cb97b9192 94 90 90 90\nfba05e627c60e14f 45 59 59 59\nfba05e627c60e14f 99 73 73 73\nfba05e627c60e14f 99 85 85 85\n33be1ba5aec86c96 11 31 31 31\n33be1ba5aec86c96 65 53 53 53\n33be1ba5aec86c96 65 57 57 57\ncea4c4ce18a477a1 21 47 47 47\ncea4c4ce18a477a1 111 70 70 70\ncea4c4ce18a477a1 111 74 74 74\n5019141f04d70770 8 49 49 49\n5019141f04d70770 118 96 96 96\n5019141f04d70770 118 113 113 113\n0ecf489d873b7f52 11 19 19 19\n0ecf489d873b7f52 11 20 20 20\n0ecf489d873b7f52 11 43 43 43\n98d424814d7399ee 34 40 40 40\n98d424814d7399ee 34 53 53 53\n98d424814d7399ee 84 68 68 68\n46de062e5ff787c5 213 221 221 221\n46de062e5ff787c5 213 225 225 225\n46de062e5ff787c5 273 259 259 259\n1a89361139818b89 21 59 59 59\n1a89361139818b89 145 102 102 102\n1a89361139818b89 145 127 127 127\n65383db65215cf9e 2 16 16 16\n65383db65215cf9e 2 23 23 23\n65383db65215cf9e 49 39 39 39\n6e83596e467f1eed 128 106 106 106\n6e83596e467f1eed 128 111 111 111\n6e83596e467f1eed 128 122 122 122\n8753cbd548f7680d 20 25 25 25\n8753cbd548f7680d 20 31 31 31\n8753cbd548f7680d 85 69 69 69\n504c5645838bd1d5 34 58 58 58\n504c5645838bd1d5 34 59 59 59\n504c5645838bd1d5 106 80 80 80\nc124fc36bf3d6851 13 39 39 39\nc124fc36bf3d6851 73 57 57 57\nc124fc36bf3d6851 73 67 67 67\n27c0e43b48182d97 43 56 56 56\n27c0e43b48182d97 122 99 99 99\n27c0e43b48182d97 122 114 114 114\ne0c02d718b1650fe 42 75 75 75\ne0c02d718b1650fe 123 96 96 96\ne0c02d718b1650fe 123 98 98 98\nea5714a05ab4f15a 104 82 82 82\nea5714a05ab4f15a 104 95 95 95\nea5714a05ab4f15a 104 102 102 102\n47a66fa042406908 40 68 68 68\n47a66fa042406908 40 79 79 79\n47a66fa042406908 121 88 88 88\nd134516c04e55995 10 13 13 13\nd134516c04e55995 10 23 23 23\nd134516c04e55995 10 30 30 30\n8c2c302994f6cea1 109 117 117 117\n8c2c302994f6cea1 109 119 119 119\n8c2c302994f6cea1 225 216 216 216\n45f2d7abb5fafaa8 112 82 82 82\n45f2d7abb5fafaa8 112 89 89 89\n45f2d7abb5fafaa8 112 98 98 98\n1e5548d951e91a40 4 12 12 12\n1e5548d951e91a40 4 24 24 24\n1e5548d951e91a40 61 43 43 43\n725d771465a1a400 50 83 83 83\n725d771465a1a400 129 106 106 106\n725d771465a1a400 129 128 128 128\n3185302b2275b009 142 114 114 114\n3185302b2275b009 142 121 121 121\n3185302b2275b009 142 126 126 126\na2c0d48a1263d655 192 141 141 141\na2c0d48a1263d655 192 167 167 167\na2c0d48a1263d655 192 180 180 180\n6f243139ca86b4e5 24 39 39 39\n6f243139ca86b4e5 82 54 54 54\n6f243139ca86b4e5 82 79 79 79\ncebfe607ccf4b943 23 42 42 42\ncebfe607ccf4b943 68 54 54 54\ncebfe607ccf4b943 68 60 60 60\n43759ced44693671 100 73 73 73\n43759ced44693671 100 76 76 76\n43759ced44693671 100 87 87 87\n8a9b8367cbba20b3 22 29 29 29\n8a9b8367cbba20b3 73 64 64 64\n8a9b8367cbba20b3 73 70 70 70\n6947130ef40361a8 25 26 26 26\n6947130ef40361a8 117 98 98 98\n6947130ef40361a8 117 105 105 105\n373ab0a1009e0316 9 19 19 19\n373ab0a1009e0316 9 22 22 22\n373ab0a1009e0316 55 40 40 40\nec095970b124c66e 14 30 30 30\nec095970b124c66e 14 32 32 32\nec095970b124c66e 14 33 33 33\n888c677a195f4c94 16 28 28 28\n888c677a195f4c94 110 92 92 92\n888c677a195f4c94 110 101 101 101\nb01dee5ba37bee65 33 81 81 81\nb01dee5ba37bee65 145 113 113 113\nb01dee5ba37bee65 145 119 119 119\n9f98b303e2856a84 15 24 24 24\n9f98b303e2856a84 107 75 75 75\n9f98b303e2856a84 107 97 97 97\n018f7907401f2fef 67 88 88 88\n018f7907401f2fef 160 149 149 149\n018f7907401f2fef 160 152 152 152\n5e0981c415f8712c 124 106 106 106\n5e0981c415f8712c 124 120 120 120\n5e0981c415f8712c 124 124 124 124\n7e26c230bae2ed06 57 57 57 57\n7e26c230bae2ed06 102 87 87 87\n7e26c230bae2ed06 102 93 93 93\n430d8fece8e0f7e5 35 38 38 38\n430d8fece8e0f7e5 89 68 68 68\n430d8fece8e0f7e5 89 89 89 89\n0bd819cb30a432c6 57 39 39 39\n0bd819cb30a432c6 57 42 42 42\n0bd819cb30a432c6 57 43 43 43\nf2e4e6e509d7fe3a 1 19 19 19\nf2e4e6e509d7fe3a 1 28 28 28\nf2e4e6e509d7fe3a 57 37 37 37\n42c2c85060ab5233 29 45 45 45\n42c2c85060ab5233 29 56 56 56\n42c2c85060ab5233 29 59 59 59\n9b2cb1dc1c040cd6 1 18 18 18\n9b2cb1dc1c040cd6 51 36 36 36\n9b2cb1dc1c040cd6 51 44 44 44\ndd3877b36d4cbfab 71 53 53 53\ndd3877b36d4cbfab 71 57 57 57\ndd3877b36d4cbfab 71 59 59 59\nc49a14de01d7bd35 160 176 176 176\nc49a14de01d7bd35 216 199 199 199\nc49a14de01d7bd35 216 206 206 206\nc2adadff1502b19d 101 116 116 116\nc2adadff1502b19d 101 149 149 149\nc2adadff1502b19d 225 196 196 196\ne667f182bb7757e2 60 61 61 61\ne667f182bb7757e2 60 84 84 84\ne667f182bb7757e2 115 108 108 108\n83e9e8bf2eb6bb93 129 134 134 134\n83e9e8bf2eb6bb93 129 159 159 159\n83e9e8bf2eb6bb93 195 188 188 188\n446f557155994097 87 81 81 81\n446f557155994097 87 84 84 84\n446f557155994097 87 86 86 86\ne39c688ad0fdf01e 88 68 68 68\ne39c688ad0fdf01e 88 69 69 69\ne39c688ad0fdf01e 88 86 86 86\na18b2f5931a3ea2a 186 168 168 168\na18b2f5931a3ea2a 186 171 171 171\na18b2f5931a3ea2a 186 172 172 172\n203c8a4d66c74338 108 133 133 133\n203c8a4d66c74338 237 180 180 180\n203c8a4d66c74338 237 186 186 186\nd6849f92207aa171 62 66 66 66\nd6849f92207aa171 62 82 82 82\nd6849f92207aa171 125 105 105 105\na75565ce57aae546 17 44 44 44\na75565ce57aae546 17 46 46 46\na75565ce57aae546 81 72 72 72\nb1bb0a56c7d578b7 5 8 8 8\nb1bb0a56c7d578b7 5 54 54 54\nb1bb0a56c7d578b7 104 59 59 59\n2cecdd7df86ff8d3 0 10 10 10\n2cecdd7df86ff8d3 49 46 46 46\n2cecdd7df86ff8d3 49 47 47 47\n0992802044bf665d 131 143 143 143\n0992802044bf665d 131 147 147 147\n0992802044bf665d 196 182 182 182\n1910e79a60d57aa7 162 181 181 181\n1910e79a60d57aa7 232 208 208 208\n1910e79a60d57aa7 232 231 231 231\n8ab4688d4c336bd4 12 12 12 12\n8ab4688d4c336bd4 81 54 54 54\n8ab4688d4c336bd4 81 60 60 60\n4f3f32c76181046c 84 99 99 99\n4f3f32c76181046c 130 111 111 111\n4f3f32c76181046c 130 126 126 126\n306d435307fef477 2 15 15 15\n306d435307fef477 47 30 30 30\n306d435307fef477 47 39 39 39\nc441a34ec98346e9 25 43 43 43\nc441a34ec98346e9 25 50 50 50\nc441a34ec98346e9 80 54 54 54\ne788ef0fe6cbfce5 77 95 95 95\ne788ef0fe6cbfce5 128 112 112 112\ne788ef0fe6cbfce5 128 113 113 113\n3f45b8234504020c 30 43 43 43\n3f45b8234504020c 86 60 60 60\n3f45b8234504020c 86 76 76 76\n1fe394077e7c3de0 0 0 0 0\n1fe394077e7c3de0 0 7 7 7\n1fe394077e7c3de0 54 51 51 51\nd5798f296dd0f45b 2 24 24 24\nd5798f296dd0f45b 52 33 33 33\nd5798f296dd0f45b 52 49 49 49\n89e39b0c21369b4f 156 168 168 168\n89e39b0c21369b4f 156 179 179 179\n89e39b0c21369b4f 202 191 191 191\n236f9dc6456cf32c 110 128 128 128\n236f9dc6456cf32c 180 177 177 177\n236f9dc6456cf32c 180 180 180 180\nc1496c1bb382d195 11 22 22 22\nc1496c1bb382d195 11 27 27 27\nc1496c1bb382d195 11 57 57 57\n339c95e2e709d044 13 39 39 39\n339c95e2e709d044 73 57 57 57\n339c95e2e709d044 73 61 61 61\na6588e3953a00b5d 103 135 135 135\na6588e3953a00b5d 178 141 141 141\na6588e3953a00b5d 178 152 152 152\nd3f042a25dcde9ff 105 118 118 118\nd3f042a25dcde9ff 105 164 164 164\nd3f042a25dcde9ff 234 173 173 173\n9d496b6788c0f149 106 133 133 133\n9d496b6788c0f149 222 198 198 198\n9d496b6788c0f149 222 210 210 210\n6f734f344e7be466 76 57 57 57\n6f734f344e7be466 76 66 66 66\n6f734f344e7be466 76 73 73 73\ne4176e1168309c34 28 45 45 45\ne4176e1168309c34 96 65 65 65\ne4176e1168309c34 96 67 67 67\nd4d689b4a9f6b6ca 58 63 63 63\nd4d689b4a9f6b6ca 58 96 96 96\nd4d689b4a9f6b6ca 137 117 117 117\n8439a7fa0bcf5ae9 92 105 105 105\n8439a7fa0bcf5ae9 92 129 129 129\n8439a7fa0bcf5ae9 174 148 148 148\n26fe74c70177d694 46 27 27 27\n26fe74c70177d694 46 30 30 30\n26fe74c70177d694 46 34 34 34\n2e96b2142fd337dd 1 3 3 3\n2e96b2142fd337dd 49 38 38 38\n2e96b2142fd337dd 49 47 47 47\n3280ab6917df576f 30 60 60 60\n3280ab6917df576f 107 90 90 90\n3280ab6917df576f 107 93 93 93\ne28e7605cac47287 21 22 22 22\ne28e7605cac47287 21 54 54 54\ne28e7605cac47287 93 63 63 63\ndd82b2721d5cc527 114 130 130 130\ndd82b2721d5cc527 114 132 132 132\ndd82b2721d5cc527 160 151 151 151\n9e126229252d704d 32 59 59 59\n9e126229252d704d 91 62 62 62\n9e126229252d704d 91 84 84 84\n2b4f6fdcabf53d59 25 33 33 33\n2b4f6fdcabf53d59 25 67 67 67\n2b4f6fdcabf53d59 123 109 109 109\nd99443d8dcb56d90 76 59 59 59\nd99443d8dcb56d90 76 73 73 73\nd99443d8dcb56d90 76 76 76 76\n0d20062086f6d05c 27 43 43 43\n0d20062086f6d05c 73 57 57 57\n0d20062086f6d05c 73 62 62 62\n6b1091f5eb05783e 2 16 16 16\n6b1091f5eb05783e 52 30 30 30\n6b1091f5eb05783e 52 49 49 49\nf74dab3e063c9cc9 1 10 10 10\nf74dab3e063c9cc9 1 14 14 14\nf74dab3e063c9cc9 48 36 36 36\n85e9836f5ec2a532 238 200 200 200\n85e9836f5ec2a532 238 204 204 204\n85e9836f5ec2a532 238 215 215 215\n39b3e7b2a8bf30a6 144 150 150 150\n39b3e7b2a8bf30a6 144 167 167 167\n39b3e7b2a8bf30a6 216 193 193 193\nde5549f33608cfc3 24 29 29 29\nde5549f33608cfc3 24 45 45 45\nde5549f33608cfc3 84 83 83 83\n6d6be1376c59a3db 125 82 82 82\n6d6be1376c59a3db 125 88 88 88\n6d6be1376c59a3db 125 110 110 110\ne4f249a88ee8b6ef 62 63 63 63\ne4f249a88ee8b6ef 62 90 90 90\ne4f249a88ee8b6ef 119 100 100 100\nf48d03db28e7b3c3 68 52 52 52\nf48d03db28e7b3c3 68 60 60 60\nf48d03db28e7b3c3 68 63 63 63\nab8305df83a2ce2a 32 34 34 34\nab8305df83a2ce2a 83 65 65 65\nab8305df83a2ce2a 83 68 68 68\n36bc6918e9fc837c 50 74 74 74\n36bc6918e9fc837c 184 159 159 159\n36bc6918e9fc837c 184 176 176 176\n60f364d94f64054b 75 113 113 113\n60f364d94f64054b 175 150 150 150\n60f364d94f64054b 175 164 164 164\n6986840ead0c9e9d 8 14 14 14\n6986840ead0c9e9d 8 34 34 34\n6986840ead0c9e9d 62 42 42 42\na53ec1af6edeb9ff 25 49 49 49\na53ec1af6edeb9ff 78 65 65 65\na53ec1af6edeb9ff 78 74 74 74\nd4db9d2a539da854 10 41 41 41\nd4db9d2a539da854 72 51 51 51\nd4db9d2a539da854 72 52 52 52\ncaa72c90bc10101e 9 9 9 9\ncaa72c90bc10101e 9 13 13 13\ncaa72c90bc10101e 9 34 34 34\n12627e75d51b372e 81 74 74 74\n12627e75d51b372e 81 80 80 80\n12627e75d51b372e 81 81 81 81\n8516c616878d3e24 5 43 43 43\n8516c616878d3e24 93 74 74 74\n8516c616878d3e24 93 91 91 91\nd62c2a716a035075 28 81 81 81\nd62c2a716a035075 134 113 113 113\nd62c2a716a035075 134 125 125 125\n7e6a1da1697eedf4 0 5 5 5\n7e6a1da1697eedf4 0 13 13 13\n7e6a1da1697eedf4 45 42 42 42\ndb5305826fefcbc0 23 50 50 50\ndb5305826fefcbc0 89 82 82 82\ndb5305826fefcbc0 89 83 83 83\n5edce6199cff7605 56 56 56 56\n5edce6199cff7605 104 95 95 95\n5edce6199cff7605 104 100 100 100\n15aba05919bae167 16 21 21 21\n15aba05919bae167 16 26 26 26\n15aba05919bae167 66 47 47 47\nf3bdecb6a5af57d6 278 236 236 236\nf3bdecb6a5af57d6 278 260 260 260\nf3bdecb6a5af57d6 278 276 276 276\ne54631e5313e78d7 53 76 76 76\ne54631e5313e78d7 134 115 115 115\ne54631e5313e78d7 134 132 132 132\n8721ff06e7e2ea93 65 38 38 38\n8721ff06e7e2ea93 65 49 49 49\n8721ff06e7e2ea93 65 55 55 55\n7a07c1539fdc7f8f 30 38 38 38\n7a07c1539fdc7f8f 30 57 57 57\n7a07c1539fdc7f8f 30 66 66 66\nc6eb0b0980e5451c 7 21 21 21\nc6eb0b0980e5451c 52 33 33 33\nc6eb0b0980e5451c 52 41 41 41\nc600bad195909841 76 67 67 67\nc600bad195909841 76 68 68 68\nc600bad195909841 76 75 75 75\na2685fbc4535e531 99 64 64 64\na2685fbc4535e531 99 78 78 78\na2685fbc4535e531 99 93 93 93\n8e4ee50d1e2f05d2 20 42 42 42\n8e4ee50d1e2f05d2 20 43 43 43\n8e4ee50d1e2f05d2 66 44 44 44\n77bd2533a5bebc5e 223 239 239 239\n77bd2533a5bebc5e 223 246 246 246\n77bd2533a5bebc5e 274 267 267 267\nc6f41f42dd9d7027 76 86 86 86\nc6f41f42dd9d7027 76 89 89 89\nc6f41f42dd9d7027 76 98 98 98\n0c356641df7c72b8 2 13 13 13\n0c356641df7c72b8 2 19 19 19\n0c356641df7c72b8 2 24 24 24\nb758af3608b4435d 45 47 47 47\nb758af3608b4435d 45 57 57 57\nb758af3608b4435d 125 93 93 93\nf496ddb12be3d9d3 37 64 64 64\nf496ddb12be3d9d3 37 88 88 88\nf496ddb12be3d9d3 145 92 92 92\nb133a504fc90a2d1 14 37 37 37\nb133a504fc90a2d1 83 51 51 51\nb133a504fc90a2d1 83 74 74 74\n118ffef2ad3950f5 123 151 151 151\n118ffef2ad3950f5 123 153 153 153\n118ffef2ad3950f5 123 155 155 155\nc1072997a902b50c 23 25 25 25\nc1072997a902b50c 73 63 63 63\nc1072997a902b50c 73 73 73 73\n31262e902165f348 81 56 56 56\n31262e902165f348 81 61 61 61\n31262e902165f348 81 76 76 76\na989dfe51570ca75 136 144 144 144\na989dfe51570ca75 181 165 165 165\na989dfe51570ca75 181 171 171 171\n9fed191c90e01e72 21 24 24 24\n9fed191c90e01e72 21 35 35 35\n9fed191c90e01e72 69 69 69 69\nd95f926f95db957a 14 16 16 16\nd95f926f95db957a 14 30 30 30\nd95f926f95db957a 14 39 39 39\n512f0d06c06e6adb 22 31 31 31\n512f0d06c06e6adb 70 57 57 57\n512f0d06c06e6adb 70 68 68 68\nfc991bfad5040ca4 55 33 33 33\nfc991bfad5040ca4 55 44 44 44\nfc991bfad5040ca4 55 50 50 50\nf5d36b7ead31a2eb 25 27 27 27\nf5d36b7ead31a2eb 25 35 35 35\nf5d36b7ead31a2eb 25 47 47 47\n58a33e56e5b0f742 17 26 26 26\n58a33e56e5b0f742 68 55 55 55\n58a33e56e5b0f742 68 66 66 66\ncbad68c19dd25570 91 99 99 99\ncbad68c19dd25570 91 106 106 106\ncbad68c19dd25570 91 119 119 119\n7fc34ec2673e91f3 2 25 25 25\n7fc34ec2673e91f3 2 40 40 40\n7fc34ec2673e91f3 93 52 52 52\n4f943ba8ba82cc2c 6 29 29 29\n4f943ba8ba82cc2c 52 37 37 37\n4f943ba8ba82cc2c 52 50 50 50\n72d5e94d038ad4a5 35 48 48 48\n72d5e94d038ad4a5 80 61 61 61\n72d5e94d038ad4a5 80 68 68 68\n039cc34e9cdbcf8f 2 11 11 11\n039cc34e9cdbcf8f 61 38 38 38\n039cc34e9cdbcf8f 61 61 61 61\n5d34475c29de33c3 78 78 78 78\n5d34475c29de33c3 78 86 86 86\n5d34475c29de33c3 78 100 100 100\nffd8aa5c07187add 0 11 11 11\nffd8aa5c07187add 0 18 18 18\nffd8aa5c07187add 47 25 25 25\n9a085722f8607df5 50 66 66 66\n9a085722f8607df5 50 71 71 71\n9a085722f8607df5 151 104 104 104\n8116293fd7efa87b 73 53 53 53\n8116293fd7efa87b 73 63 63 63\n8116293fd7efa87b 73 71 71 71\n597049975bf05d4e 108 65 65 65\n597049975bf05d4e 108 99 99 99\n597049975bf05d4e 108 105 105 105\n92aad73379316886 7 29 29 29\n92aad73379316886 7 41 41 41\n92aad73379316886 7 50 50 50\n12e3d03a933c2eb4 51 51 51 51\n12e3d03a933c2eb4 51 65 65 65\n12e3d03a933c2eb4 154 127 127 127\n9ddc6813bef3b422 33 38 38 38\n9ddc6813bef3b422 88 77 77 77\n9ddc6813bef3b422 88 84 84 84\n7215c47789bfed66 7 14 14 14\n7215c47789bfed66 7 27 27 27\n7215c47789bfed66 55 41 41 41\n2fbb94b8cf388ba7 52 52 52 52\n2fbb94b8cf388ba7 97 89 89 89\n2fbb94b8cf388ba7 97 94 94 94\n3b1f9cedfc40b06c 35 71 71 71\n3b1f9cedfc40b06c 111 88 88 88\n3b1f9cedfc40b06c 111 99 99 99\nac1eb89d606744d6 23 26 26 26\nac1eb89d606744d6 23 27 27 27\nac1eb89d606744d6 23 32 32 32\nee34463322d9e0d4 20 25 25 25\nee34463322d9e0d4 20 57 57 57\nee34463322d9e0d4 101 61 61 61\nb669df14bb455312 248 189 189 189\nb669df14bb455312 248 202 202 202\nb669df14bb455312 248 215 215 215\n027c8c3fc3e7d056 7 10 10 10\n027c8c3fc3e7d056 7 11 11 11\n027c8c3fc3e7d056 7 17 17 17\nd2566b174a71b029 137 158 158 158\nd2566b174a71b029 237 207 207 207\nd2566b174a71b029 237 233 233 233\nea8c1cd719d90460 14 15 15 15\nea8c1cd719d90460 85 54 54 54\nea8c1cd719d90460 85 70 70 70\n63840de6e5746741 32 51 51 51\n63840de6e5746741 108 80 80 80\n63840de6e5746741 108 82 82 82\nf064b09eb6a34ef7 39 52 52 52\nf064b09eb6a34ef7 39 54 54 54\nf064b09eb6a34ef7 87 87 87 87\ncedcfa756158a7bf 62 66 66 66\ncedcfa756158a7bf 62 67 67 67\ncedcfa756158a7bf 161 160 160 160\naf4068211169f161 25 40 40 40\naf4068211169f161 73 51 51 51\naf4068211169f161 73 56 56 56\nedb67a7770dd8b92 5 21 21 21\nedb67a7770dd8b92 5 32 32 32\nedb67a7770dd8b92 60 45 45 45\n0c061512de79b744 9 37 37 37\n0c061512de79b744 66 60 60 60\n0c061512de79b744 66 63 63 63\nad123a36a507d0b4 60 66 66 66\nad123a36a507d0b4 60 77 77 77\nad123a36a507d0b4 60 83 83 83\n4a566b7e6eeaf9b4 14 25 25 25\n4a566b7e6eeaf9b4 78 60 60 60\n4a566b7e6eeaf9b4 78 76 76 76\n24d97ac8e96e7a5e 31 38 38 38\n24d97ac8e96e7a5e 31 47 47 47\n24d97ac8e96e7a5e 76 63 63 63\n6a6e5fb47076e3ef 18 24 24 24\n6a6e5fb47076e3ef 18 47 47 47\n6a6e5fb47076e3ef 93 67 67 67\n9f4eaa39ab36e093 64 82 82 82\n9f4eaa39ab36e093 121 111 111 111\n9f4eaa39ab36e093 121 112 112 112\n70869eb96e1adac3 28 28 28 28\n70869eb96e1adac3 28 52 52 52\n70869eb96e1adac3 86 62 62 62\n1648b3e7471e3766 57 71 71 71\n1648b3e7471e3766 107 94 94 94\n1648b3e7471e3766 107 99 99 99\n4f9cd9513b61fb8a 31 31 31 31\n4f9cd9513b61fb8a 31 48 48 48\n4f9cd9513b61fb8a 31 51 51 51\naf6d9da32f1ef8f6 3 3 3 3\naf6d9da32f1ef8f6 3 22 22 22\naf6d9da32f1ef8f6 51 30 30 30\nb5cc912bdce6fabd 37 60 60 60\nb5cc912bdce6fabd 37 67 67 67\nb5cc912bdce6fabd 117 89 89 89\nad7cec60cd57d1cc 0 10 10 10\nad7cec60cd57d1cc 0 13 13 13\nad7cec60cd57d1cc 45 38 38 38\n5b5c4620a60c4cf2 69 103 103 103\n5b5c4620a60c4cf2 69 111 111 111\n5b5c4620a60c4cf2 69 119 119 119\neb5c5ca62bdfba55 177 157 157 157\neb5c5ca62bdfba55 177 166 166 166\neb5c5ca62bdfba55 177 175 175 175\n836886836b646366 69 74 74 74\n836886836b646366 69 77 77 77\n836886836b646366 116 110 110 110\n78b173a303c6cd28 18 35 35 35\n78b173a303c6cd28 18 36 36 36\n78b173a303c6cd28 100 92 92 92\naa9fd6bc299f25ce 110 143 143 143\naa9fd6bc299f25ce 224 195 195 195\naa9fd6bc299f25ce 224 202 202 202\nc3b336307dc85f54 1 4 4 4\nc3b336307dc85f54 1 20 20 20\nc3b336307dc85f54 46 27 27 27\nb285a821f8f567fd 15 49 49 49\nb285a821f8f567fd 89 60 60 60\nb285a821f8f567fd 89 65 65 65\ne09c2b77ea2c0cde 32 49 49 49\ne09c2b77ea2c0cde 82 75 75 75\ne09c2b77ea2c0cde 82 81 81 81\nc13614dce6f45da0 76 54 54 54\nc13614dce6f45da0 76 58 58 58\nc13614dce6f45da0 76 61 61 61\na05bab1b44373739 22 22 22 22\na05bab1b44373739 69 52 52 52\na05bab1b44373739 69 56 56 56\nab98f45ce088aeb3 16 18 18 18\nab98f45ce088aeb3 16 22 22 22\nab98f45ce088aeb3 16 36 36 36\n22c8b35c589276c4 72 78 78 78\n22c8b35c589276c4 72 94 94 94\n22c8b35c589276c4 72 101 101 101\n01cf2d900cb03afb 20 28 28 28\n01cf2d900cb03afb 68 50 50 50\n01cf2d900cb03afb 68 61 61 61\n8c5de744679bbb20 39 58 58 58\n8c5de744679bbb20 39 59 59 59\n8c5de744679bbb20 125 115 115 115\nc357b51bf1c4a40d 41 42 42 42\nc357b51bf1c4a40d 41 49 49 49\nc357b51bf1c4a40d 86 83 83 83\ne66297f0d2e333ef 34 36 36 36\ne66297f0d2e333ef 97 70 70 70\ne66297f0d2e333ef 97 87 87 87\nce8908e81ab6073e 0 12 12 12\nce8908e81ab6073e 0 15 15 15\nce8908e81ab6073e 0 18 18 18\ndc73b0a330cdfd28 52 69 69 69\ndc73b0a330cdfd28 101 84 84 84\ndc73b0a330cdfd28 101 95 95 95\n3784777516b00247 132 115 115 115\n3784777516b00247 132 119 119 119\n3784777516b00247 132 124 124 124\naa8dfde4ef40a57e 67 48 48 48\naa8dfde4ef40a57e 67 62 62 62\naa8dfde4ef40a57e 67 63 63 63\na8f19368f5411190 85 53 53 53\na8f19368f5411190 85 61 61 61\na8f19368f5411190 85 65 65 65\nd7c48af35a817ad2 4 6 6 6\nd7c48af35a817ad2 4 25 25 25\nd7c48af35a817ad2 68 64 64 64\n9ded3a088012ad79 0 4 4 4\n9ded3a088012ad79 0 13 13 13\n9ded3a088012ad79 63 42 42 42\n8671651f1927adf3 76 48 48 48\n8671651f1927adf3 76 55 55 55\n8671651f1927adf3 76 56 56 56\n2d16da80d7e3b64b 21 22 22 22\n2d16da80d7e3b64b 73 52 52 52\n2d16da80d7e3b64b 73 69 69 69\n32dc25ef78b564a1 22 63 63 63\n32dc25ef78b564a1 127 104 104 104\n32dc25ef78b564a1 127 123 123 123\n11e9cb1ccb9abe9f 132 167 167 167\n11e9cb1ccb9abe9f 132 170 170 170\n11e9cb1ccb9abe9f 217 183 183 183\n70a444fb2b6b7c56 2 22 22 22\n70a444fb2b6b7c56 2 25 25 25\n70a444fb2b6b7c56 55 37 37 37\nb132acd9b29e0d9a 105 109 109 109\nb132acd9b29e0d9a 156 143 143 143\nb132acd9b29e0d9a 156 151 151 151\n582483f2954cfbda 0 19 19 19\n582483f2954cfbda 45 25 25 25\n582483f2954cfbda 45 38 38 38\n1fa073504b4facaf 7 10 10 10\n1fa073504b4facaf 7 28 28 28\n1fa073504b4facaf 54 49 49 49\n218ba0fa826d3eea 5 12 12 12\n218ba0fa826d3eea 51 33 33 33\n218ba0fa826d3eea 51 42 42 42\n3cc40f129447cb31 10 19 19 19\n3cc40f129447cb31 10 20 20 20\n3cc40f129447cb31 10 31 31 31\ne73498928eb679a5 70 74 74 74\ne73498928eb679a5 70 93 93 93\ne73498928eb679a5 117 100 100 100\nd0b15be11b1d5820 9 11 11 11\nd0b15be11b1d5820 72 53 53 53\nd0b15be11b1d5820 72 59 59 59\n14bfd05497764243 68 70 70 70\n14bfd05497764243 68 90 90 90\n14bfd05497764243 144 125 125 125\nbc2f97169d77c236 77 100 100 100\nbc2f97169d77c236 134 118 118 118\nbc2f97169d77c236 134 133 133 133\nce78742674686c71 16 59 59 59\nce78742674686c71 110 69 69 69\nce78742674686c71 110 82 82 82\nfe26ad446164cb32 44 48 48 48\nfe26ad446164cb32 44 49 49 49\nfe26ad446164cb32 101 100 100 100\n4d246dc75cd95594 9 22 22 22\n4d246dc75cd95594 86 70 70 70\n4d246dc75cd95594 86 75 75 75\nb4118d5c62dd5a6f 9 26 26 26\nb4118d5c62dd5a6f 9 31 31 31\nb4118d5c62dd5a6f 56 42 42 42\n609f3195b292444f 38 41 41 41\n609f3195b292444f 38 54 54 54\n609f3195b292444f 87 83 83 83\n6b06156039fb46ab 33 43 43 43\n6b06156039fb46ab 33 44 44 44\n6b06156039fb46ab 82 62 62 62\n7aa80da3728967cf 17 25 25 25\n7aa80da3728967cf 106 68 68 68\n7aa80da3728967cf 106 80 80 80\n44ab295bc3092c28 3 20 20 20\n44ab295bc3092c28 3 36 36 36\n44ab295bc3092c28 71 50 50 50\n91f3426410522bd8 4 4 4 4\n91f3426410522bd8 55 32 32 32\n91f3426410522bd8 55 45 45 45\n7cf113c46198b492 0 22 22 22\n7cf113c46198b492 53 48 48 48\n7cf113c46198b492 53 51 51 51\nec0146c1837cc1d8 84 65 65 65\nec0146c1837cc1d8 84 67 67 67\nec0146c1837cc1d8 84 80 80 80\n64fcb8e2a2daf6e7 40 69 69 69\n64fcb8e2a2daf6e7 141 94 94 94\n64fcb8e2a2daf6e7 141 97 97 97\n0de4db718ebde86f 2 16 16 16\n0de4db718ebde86f 47 33 33 33\n0de4db718ebde86f 47 36 36 36\n0d0a99d7f22aab71 2 40 40 40\n0d0a99d7f22aab71 79 52 52 52\n0d0a99d7f22aab71 79 55 55 55\n92f44dc314454f19 13 27 27 27\n92f44dc314454f19 91 57 57 57\n92f44dc314454f19 91 65 65 65\n7990a52d93396fc8 2 5 5 5\n7990a52d93396fc8 2 21 21 21\n7990a52d93396fc8 2 22 22 22\n5d267d810d9f1a69 212 166 166 166\n5d267d810d9f1a69 212 169 169 169\n5d267d810d9f1a69 212 181 181 181\n0d0f4080d36dfc68 2 8 8 8\n0d0f4080d36dfc68 2 10 10 10\n0d0f4080d36dfc68 47 32 32 32\n9035c7adeb8fb98d 193 211 211 211\n9035c7adeb8fb98d 240 234 234 234\n9035c7adeb8fb98d 240 235 235 235\n6fa9a210177517e1 183 151 151 151\n6fa9a210177517e1 183 164 164 164\n6fa9a210177517e1 183 170 170 170\na1c6063584e754a2 6 12 12 12\na1c6063584e754a2 80 59 59 59\na1c6063584e754a2 80 79 79 79\nd43754e7fae01c49 81 93 93 93\nd43754e7fae01c49 134 127 127 127\nd43754e7fae01c49 134 130 130 130\ne897139f7e2d35dd 22 29 29 29\ne897139f7e2d35dd 22 49 49 49\ne897139f7e2d35dd 93 92 92 92\nea11822d0ab31414 175 181 181 181\nea11822d0ab31414 223 214 214 214\nea11822d0ab31414 223 218 218 218\n8df73266f800ad73 18 22 22 22\n8df73266f800ad73 65 56 56 56\n8df73266f800ad73 65 59 59 59\n282ad05cb0113543 68 76 76 76\n282ad05cb0113543 68 85 85 85\n282ad05cb0113543 133 109 109 109\na2c096e26fd7100e 34 46 46 46\na2c096e26fd7100e 81 63 63 63\na2c096e26fd7100e 81 69 69 69\n00ca5123d8ff6f83 35 57 57 57\n00ca5123d8ff6f83 85 73 73 73\n00ca5123d8ff6f83 85 84 84 84\n0ed25f15cbccd939 25 37 37 37\n0ed25f15cbccd939 25 39 39 39\n0ed25f15cbccd939 25 43 43 43\n9e178468f5b04c9e 51 33 33 33\n9e178468f5b04c9e 51 37 37 37\n9e178468f5b04c9e 51 47 47 47\n55ea3046c500d970 165 168 168 168\n55ea3046c500d970 165 182 182 182\n55ea3046c500d970 214 194 194 194\n524b3be636cfee4a 39 47 47 47\n524b3be636cfee4a 39 58 58 58\n524b3be636cfee4a 105 92 92 92\n5257ce1d948ba4a6 16 20 20 20\n5257ce1d948ba4a6 16 28 28 28\n5257ce1d948ba4a6 16 32 32 32\n3cf461bc6d626ed0 33 33 33 33\n3cf461bc6d626ed0 128 97 97 97\n3cf461bc6d626ed0 128 106 106 106\nb625299e9e022b08 18 28 28 28\nb625299e9e022b08 81 68 68 68\nb625299e9e022b08 81 71 71 71\ncab821f7fc235d81 43 46 46 46\ncab821f7fc235d81 43 58 58 58\ncab821f7fc235d81 97 89 89 89\neab4683c60345350 16 33 33 33\neab4683c60345350 77 59 59 59\neab4683c60345350 77 72 72 72\n60c2980fe7b4beca 11 37 37 37\n60c2980fe7b4beca 11 71 71 71\n60c2980fe7b4beca 131 117 117 117\nd4f8fb7ae9395c8c 0 20 20 20\nd4f8fb7ae9395c8c 47 29 29 29\nd4f8fb7ae9395c8c 47 39 39 39\nf4769a32a225c172 56 63 63 63\nf4769a32a225c172 56 75 75 75\nf4769a32a225c172 105 96 96 96\nc2347e4668c6b481 2 2 2 2\nc2347e4668c6b481 2 7 7 7\nc2347e4668c6b481 2 19 19 19\n83406a0ab978189a 45 71 71 71\n83406a0ab978189a 105 81 81 81\n83406a0ab978189a 105 97 97 97\nc06603ad7912af48 38 61 61 61\nc06603ad7912af48 38 63 63 63\nc06603ad7912af48 96 90 90 90\nabd286b1195b6ff4 195 144 144 144\nabd286b1195b6ff4 195 150 150 150\nabd286b1195b6ff4 195 186 186 186\nb413fbafa522a059 60 88 88 88\nb413fbafa522a059 124 98 98 98\nb413fbafa522a059 124 121 121 121\n047c29e9138af233 64 73 73 73\n047c29e9138af233 64 88 88 88\n047c29e9138af233 116 98 98 98\necb01c2fa739ea01 90 95 95 95\necb01c2fa739ea01 90 99 99 99\necb01c2fa739ea01 90 115 115 115\n35859f964a7edcb9 9 21 21 21\n35859f964a7edcb9 9 38 38 38\n35859f964a7edcb9 101 82 82 82\n7320eb004937030e 2 2 2 2\n7320eb004937030e 49 33 33 33\n7320eb004937030e 49 39 39 39\nd6e30ce71d1faa22 8 27 27 27\nd6e30ce71d1faa22 8 29 29 29\nd6e30ce71d1faa22 54 39 39 39\nb318f0e6bd9f3afc 5 8 8 8\nb318f0e6bd9f3afc 65 39 39 39\nb318f0e6bd9f3afc 65 43 43 43\ne62fac7a92e28294 10 17 17 17\ne62fac7a92e28294 10 50 50 50\ne62fac7a92e28294 117 74 74 74\n223b5e20753d4fa3 5 17 17 17\n223b5e20753d4fa3 5 29 29 29\n223b5e20753d4fa3 60 41 41 41\n8e9b9b96179a8a8e 116 154 154 154\n8e9b9b96179a8a8e 196 157 157 157\n8e9b9b96179a8a8e 196 159 159 159\nc23b29fd5039577d 8 40 40 40\nc23b29fd5039577d 8 50 50 50\nc23b29fd5039577d 98 74 74 74\n0deb1b80eb8481c6 13 38 38 38\n0deb1b80eb8481c6 78 68 68 68\n0deb1b80eb8481c6 78 71 71 71\nee5c26e6dcda4b70 138 142 142 142\nee5c26e6dcda4b70 138 150 150 150\nee5c26e6dcda4b70 138 170 170 170\n5f4e88435de4c81f 3 19 19 19\n5f4e88435de4c81f 48 46 46 46\n5f4e88435de4c81f 48 47 47 47\n45064c8142f3a360 2 8 8 8\n45064c8142f3a360 2 26 26 26\n45064c8142f3a360 58 40 40 40\n311db764bdc7f537 17 50 50 50\n311db764bdc7f537 115 78 78 78\n311db764bdc7f537 115 99 99 99\n7be6908e5a8e02ef 212 170 170 170\n7be6908e5a8e02ef 212 195 195 195\n7be6908e5a8e02ef 212 204 204 204\n146763442bb9c38f 3 8 8 8\n146763442bb9c38f 3 26 26 26\n146763442bb9c38f 92 68 68 68\nb6ae9be5abd971e3 46 49 49 49\nb6ae9be5abd971e3 46 68 68 68\nb6ae9be5abd971e3 120 101 101 101\na1043e81dafa3fca 47 47 47 47\na1043e81dafa3fca 47 55 55 55\na1043e81dafa3fca 97 96 96 96\n4393f3c42606c573 1 6 6 6\n4393f3c42606c573 1 12 12 12\n4393f3c42606c573 55 47 47 47\n9531be4ae045b094 58 62 62 62\n9531be4ae045b094 58 63 63 63\n9531be4ae045b094 109 106 106 106\n4b0fdb10ae15684b 165 193 193 193\n4b0fdb10ae15684b 165 207 207 207\n4b0fdb10ae15684b 258 231 231 231\n0f7061acbeed50dd 164 173 173 173\n0f7061acbeed50dd 164 184 184 184\n0f7061acbeed50dd 216 216 216 216\nb5a38b3532cdcfc4 3 9 9 9\nb5a38b3532cdcfc4 73 53 53 53\nb5a38b3532cdcfc4 73 57 57 57\n2ebedb0f027df101 140 142 142 142\n2ebedb0f027df101 140 163 163 163\n2ebedb0f027df101 191 176 176 176\ne554b9466f2ca814 5 14 14 14\ne554b9466f2ca814 54 32 32 32\ne554b9466f2ca814 54 45 45 45\ncb91c8212c1de9a5 72 73 73 73\ncb91c8212c1de9a5 72 96 96 96\ncb91c8212c1de9a5 120 100 100 100\nb556f3ebe21180c7 10 13 13 13\nb556f3ebe21180c7 10 21 21 21\nb556f3ebe21180c7 55 51 51 51\n6295bc2f0a008d9c 5 17 17 17\n6295bc2f0a008d9c 5 25 25 25\n6295bc2f0a008d9c 52 34 34 34\n52a92275df100f14 67 47 47 47\n52a92275df100f14 67 62 62 62\n52a92275df100f14 67 66 66 66\n35b994780d720894 77 56 56 56\n35b994780d720894 77 64 64 64\n35b994780d720894 77 76 76 76\n591f4c925046bd2a 129 150 150 150\n591f4c925046bd2a 174 154 154 154\n591f4c925046bd2a 174 159 159 159\nfa89b06ee36da59f 48 58 58 58\nfa89b06ee36da59f 98 77 77 77\nfa89b06ee36da59f 98 95 95 95\nd4763fa4edc33917 20 38 38 38\nd4763fa4edc33917 69 57 57 57\nd4763fa4edc33917 69 65 65 65\ndad1b603017c685e 0 18 18 18\ndad1b603017c685e 0 37 37 37\ndad1b603017c685e 90 56 56 56\n9ebcb9cb6b74acdc 6 25 25 25\n9ebcb9cb6b74acdc 54 43 43 43\n9ebcb9cb6b74acdc 54 48 48 48\nd0ce9e9a4d4eaaac 36 47 47 47\nd0ce9e9a4d4eaaac 36 62 62 62\nd0ce9e9a4d4eaaac 99 92 92 92\n6cfc4269c4ab3203 51 32 32 32\n6cfc4269c4ab3203 51 38 38 38\n6cfc4269c4ab3203 51 44 44 44\n9f6a44c7ec52177b 22 46 46 46\n9f6a44c7ec52177b 80 60 60 60\n9f6a44c7ec52177b 80 71 71 71\na8dcd4abc930ee61 23 41 41 41\na8dcd4abc930ee61 23 42 42 42\na8dcd4abc930ee61 69 50 50 50\n9fe97d54a1b798ef 2 16 16 16\n9fe97d54a1b798ef 2 20 20 20\n9fe97d54a1b798ef 63 56 56 56\nfd52c10db54f522b 29 43 43 43\nfd52c10db54f522b 29 63 63 63\nfd52c10db54f522b 99 82 82 82\n55ccecc5c63d0c14 99 75 75 75\n55ccecc5c63d0c14 99 89 89 89\n55ccecc5c63d0c14 99 94 94 94\n5f798a3ff9e68036 27 73 73 73\n5f798a3ff9e68036 129 112 112 112\n5f798a3ff9e68036 129 124 124 124\n5f1255f574a1b970 11 28 28 28\n5f1255f574a1b970 58 45 45 45\n5f1255f574a1b970 58 51 51 51\n7ed06e5255b29c88 4 4 4 4\n7ed06e5255b29c88 4 39 39 39\n7ed06e5255b29c88 83 80 80 80\ne0f031ba4c9fedd7 11 26 26 26\ne0f031ba4c9fedd7 11 34 34 34\ne0f031ba4c9fedd7 11 72 72 72\n9abc9859c773ff50 16 35 35 35\n9abc9859c773ff50 75 47 47 47\n9abc9859c773ff50 75 58 58 58\n23a6c9168abdb38e 63 96 96 96\n23a6c9168abdb38e 63 106 106 106\n23a6c9168abdb38e 63 110 110 110\n2245fcd7f76c2ecd 23 69 69 69\n2245fcd7f76c2ecd 121 95 95 95\n2245fcd7f76c2ecd 121 111 111 111\nf04b433b91f569c3 6 6 6 6\nf04b433b91f569c3 6 18 18 18\nf04b433b91f569c3 6 28 28 28\n20e7a3651ec30386 96 67 67 67\n20e7a3651ec30386 96 71 71 71\n20e7a3651ec30386 96 85 85 85\n9aa1c7b2f4afac05 13 22 22 22\n9aa1c7b2f4afac05 13 25 25 25\n9aa1c7b2f4afac05 72 58 58 58\n78a73187ad5480b7 119 119 119 119\n78a73187ad5480b7 240 193 193 193\n78a73187ad5480b7 240 195 195 195\nfd2c0fc2bf2befa7 34 52 52 52\nfd2c0fc2bf2befa7 80 70 70 70\nfd2c0fc2bf2befa7 80 78 78 78\nc9d4ee47b6b6b825 9 20 20 20\nc9d4ee47b6b6b825 9 26 26 26\nc9d4ee47b6b6b825 54 40 40 40\nef652466c531befd 12 25 25 25\nef652466c531befd 60 37 37 37\nef652466c531befd 60 44 44 44\n3af70052616f7fa1 2 6 6 6\n3af70052616f7fa1 2 10 10 10\n3af70052616f7fa1 2 26 26 26\n0134d6a876481ed8 35 52 52 52\n0134d6a876481ed8 35 54 54 54\n0134d6a876481ed8 93 80 80 80\n55e902a2cd2e976a 16 24 24 24\n55e902a2cd2e976a 16 35 35 35\n55e902a2cd2e976a 63 56 56 56\n52086d313816a97c 137 116 116 116\n52086d313816a97c 137 132 132 132\n52086d313816a97c 137 137 137 137\n1a55c677aabd1a44 65 70 70 70\n1a55c677aabd1a44 128 98 98 98\n1a55c677aabd1a44 128 119 119 119\n72bd3214b39e7146 124 131 131 131\n72bd3214b39e7146 124 160 160 160\n72bd3214b39e7146 203 202 202 202\ne848e4560432423c 56 66 66 66\ne848e4560432423c 56 74 74 74\ne848e4560432423c 56 86 86 86\n6e76f5fff8c18989 4 13 13 13\n6e76f5fff8c18989 4 19 19 19\n6e76f5fff8c18989 56 44 44 44\n4a8ccd391c9f9c40 0 4 4 4\n4a8ccd391c9f9c40 45 34 34 34\n4a8ccd391c9f9c40 45 38 38 38\n0db2394602b8b81c 36 36 36 36\n0db2394602b8b81c 107 99 99 99\n0db2394602b8b81c 107 100 100 100\na2a419b098be1554 14 31 31 31\na2a419b098be1554 63 58 58 58\na2a419b098be1554 63 59 59 59\n5c4283bc52e9a0ab 92 64 64 64\n5c4283bc52e9a0ab 92 74 74 74\n5c4283bc52e9a0ab 92 87 87 87\nabd304cbb9bd30ba 85 62 62 62\nabd304cbb9bd30ba 85 67 67 67\nabd304cbb9bd30ba 85 84 84 84\nc380b48d22651e21 0 0 0 0\nc380b48d22651e21 0 23 23 23\nc380b48d22651e21 50 37 37 37\nc522082d96305ccd 19 31 31 31\nc522082d96305ccd 19 37 37 37\nc522082d96305ccd 97 62 62 62\n853ca19311254f8a 272 230 230 230\n853ca19311254f8a 272 250 250 250\n853ca19311254f8a 272 261 261 261\n8432b7a848f9c5dc 199 165 165 165\n8432b7a848f9c5dc 199 182 182 182\n8432b7a848f9c5dc 199 189 189 189\n48b1808c546c7e87 48 60 60 60\n48b1808c546c7e87 48 74 74 74\n48b1808c546c7e87 109 104 104 104\nf9a8c23a50a5aa6b 26 33 33 33\nf9a8c23a50a5aa6b 74 65 65 65\nf9a8c23a50a5aa6b 74 72 72 72\n27bbc13aebd0bb5e 26 32 32 32\n27bbc13aebd0bb5e 78 55 55 55\n27bbc13aebd0bb5e 78 73 73 73\nb4fedd51f7317ad4 161 161 161 161\nb4fedd51f7317ad4 161 168 168 168\nb4fedd51f7317ad4 161 175 175 175\na19a9bb11795e15e 0 8 8 8\na19a9bb11795e15e 53 41 41 41\na19a9bb11795e15e 53 53 53 53\n796c8af28c30938f 3 11 11 11\n796c8af28c30938f 3 15 15 15\n796c8af28c30938f 3 17 17 17\n5d5405c9146cacc0 25 40 40 40\n5d5405c9146cacc0 88 68 68 68\n5d5405c9146cacc0 88 78 78 78\na705032c068c7caf 62 72 72 72\na705032c068c7caf 116 90 90 90\na705032c068c7caf 116 94 94 94\n8c132110d83d1869 6 23 23 23\n8c132110d83d1869 65 40 40 40\n8c132110d83d1869 65 50 50 50\n81573944931b3367 30 31 31 31\n81573944931b3367 30 41 41 41\n81573944931b3367 30 43 43 43\n1735d8d1b4015669 215 186 186 186\n1735d8d1b4015669 215 210 210 210\n1735d8d1b4015669 215 215 215 215\n3862411e9bf455cd 128 168 168 168\n3862411e9bf455cd 256 208 208 208\n3862411e9bf455cd 256 223 223 223\n1a19c977ea5f5b50 48 57 57 57\n1a19c977ea5f5b50 48 64 64 64\n1a19c977ea5f5b50 48 94 94 94\nf6884e5c27acbafe 35 68 68 68\nf6884e5c27acbafe 103 83 83 83\nf6884e5c27acbafe 103 97 97 97\n525491cd51574118 33 57 57 57\n525491cd51574118 91 81 81 81\n525491cd51574118 91 88 88 88\n38d44ebf460ac132 0 25 25 25\n38d44ebf460ac132 55 37 37 37\n38d44ebf460ac132 55 50 50 50\n04433dcf217ad9a0 7 14 14 14\n04433dcf217ad9a0 56 45 45 45\n04433dcf217ad9a0 56 46 46 46\n4ee86924304f36ca 155 167 167 167\n4ee86924304f36ca 155 176 176 176\n4ee86924304f36ca 216 203 203 203\n167c2e0c6e9ffa5d 23 28 28 28\n167c2e0c6e9ffa5d 70 52 52 52\n167c2e0c6e9ffa5d 70 56 56 56\nda7732d37c8ec57e 74 89 89 89\nda7732d37c8ec57e 74 96 96 96\nda7732d37c8ec57e 126 123 123 123\n58a5ac8590c8305c 40 56 56 56\n58a5ac8590c8305c 94 69 69 69\n58a5ac8590c8305c 94 74 74 74\nd4668a3649a86eef 109 109 109 109\nd4668a3649a86eef 109 128 128 128\nd4668a3649a86eef 188 178 178 178\n7ed7c335dba256b8 66 96 96 96\n7ed7c335dba256b8 174 147 147 147\n7ed7c335dba256b8 174 172 172 172\n4989f6cc2b43d2c6 10 30 30 30\n4989f6cc2b43d2c6 108 93 93 93\n4989f6cc2b43d2c6 108 99 99 99\nfb36cf1f6923924b 100 129 129 129\nfb36cf1f6923924b 169 159 159 159\nfb36cf1f6923924b 169 166 166 166\nf388a5a0be1474f8 64 65 65 65\nf388a5a0be1474f8 64 72 72 72\nf388a5a0be1474f8 115 104 104 104\n3e94e6706fcdccfa 62 48 48 48\n3e94e6706fcdccfa 62 53 53 53\n3e94e6706fcdccfa 62 54 54 54\nf82a67e46c5e1434 17 31 31 31\nf82a67e46c5e1434 17 38 38 38\nf82a67e46c5e1434 17 39 39 39\nb91e07540d99553d 177 188 188 188\nb91e07540d99553d 253 238 238 238\nb91e07540d99553d 253 239 239 239\ndeb762296c4c14bb 25 32 32 32\ndeb762296c4c14bb 78 62 62 62\ndeb762296c4c14bb 78 75 75 75\nb4f46493baab9cfa 136 152 152 152\nb4f46493baab9cfa 196 177 177 177\nb4f46493baab9cfa 196 194 194 194\n4ebb0c3c294b1a74 14 19 19 19\n4ebb0c3c294b1a74 65 55 55 55\n4ebb0c3c294b1a74 65 57 57 57\n95bb6c6edb37af6c 35 59 59 59\n95bb6c6edb37af6c 89 67 67 67\n95bb6c6edb37af6c 89 71 71 71\n57844acec8e8c0cd 22 55 55 55\n57844acec8e8c0cd 22 60 60 60\n57844acec8e8c0cd 99 99 99 99\n7c1f39d8fd42898c 26 28 28 28\n7c1f39d8fd42898c 26 35 35 35\n7c1f39d8fd42898c 100 64 64 64\n58b7fab512c371ec 81 52 52 52\n58b7fab512c371ec 81 56 56 56\n58b7fab512c371ec 81 80 80 80\ndf78ec87fe403e80 43 64 64 64\ndf78ec87fe403e80 43 94 94 94\ndf78ec87fe403e80 149 148 148 148\nfc75727847fd61f4 187 194 194 194\nfc75727847fd61f4 187 206 206 206\nfc75727847fd61f4 239 218 218 218\n4a6a057fc644624e 36 37 37 37\n4a6a057fc644624e 36 42 42 42\n4a6a057fc644624e 84 67 67 67\n0cb83cef3177a006 50 53 53 53\n0cb83cef3177a006 50 63 63 63\n0cb83cef3177a006 50 68 68 68\n8cb0bc0ec4d9624d 5 6 6 6\n8cb0bc0ec4d9624d 5 16 16 16\n8cb0bc0ec4d9624d 5 27 27 27\nfa650c8fa3157a10 9 15 15 15\nfa650c8fa3157a10 9 55 55 55\nfa650c8fa3157a10 105 79 79 79\n168c85ce00de0c6b 165 165 165 165\n168c85ce00de0c6b 165 178 178 178\n168c85ce00de0c6b 213 195 195 195\ncd4d52f0cbda2bb6 18 29 29 29\ncd4d52f0cbda2bb6 18 31 31 31\ncd4d52f0cbda2bb6 76 72 72 72\na2d7cfaa5d91e6d7 52 55 55 55\na2d7cfaa5d91e6d7 52 69 69 69\na2d7cfaa5d91e6d7 52 71 71 71\n1ac790c62f3478ad 215 185 185 185\n1ac790c62f3478ad 215 196 196 196\n1ac790c62f3478ad 215 204 204 204\n4b6e9a02975ef9a4 9 28 28 28\n4b6e9a02975ef9a4 83 59 59 59\n4b6e9a02975ef9a4 83 74 74 74\n52070dbeb529d797 14 35 35 35\n52070dbeb529d797 64 51 51 51\n52070dbeb529d797 64 62 62 62\n693a68e032e19243 23 36 36 36\n693a68e032e19243 69 68 68 68\n693a68e032e19243 69 69 69 69\nad088dd0e45f72fe 102 69 69 69\nad088dd0e45f72fe 102 72 72 72\nad088dd0e45f72fe 102 93 93 93\n4d670a0142f341bb 5 17 17 17\n4d670a0142f341bb 5 24 24 24\n4d670a0142f341bb 50 33 33 33\n9c799b5a5f48b0aa 57 37 37 37\n9c799b5a5f48b0aa 57 40 40 40\n9c799b5a5f48b0aa 57 50 50 50\n332294213fa15c56 0 22 22 22\n332294213fa15c56 55 45 45 45\n332294213fa15c56 55 51 51 51\n952f6cb94695d32d 59 67 67 67\n952f6cb94695d32d 59 79 79 79\n952f6cb94695d32d 145 143 143 143\nd563576711ec9f4a 12 16 16 16\nd563576711ec9f4a 71 65 65 65\nd563576711ec9f4a 71 69 69 69\nad876fc82edf7d45 38 39 39 39\nad876fc82edf7d45 87 69 69 69\nad876fc82edf7d45 87 79 79 79\n997f2538b84a2acd 207 197 197 197\n997f2538b84a2acd 207 198 198 198\n997f2538b84a2acd 207 201 201 201\na91f8206a1953cbe 68 102 102 102\na91f8206a1953cbe 140 109 109 109\na91f8206a1953cbe 140 111 111 111\nc4109802fe2fed50 0 5 5 5\nc4109802fe2fed50 0 21 21 21\nc4109802fe2fed50 51 39 39 39\n654d70fcc0229954 8 37 37 37\n654d70fcc0229954 77 59 59 59\n654d70fcc0229954 77 65 65 65\nb7ecfc1e4f9fbae2 76 59 59 59\nb7ecfc1e4f9fbae2 76 63 63 63\nb7ecfc1e4f9fbae2 76 71 71 71\ncbf7204b9bdd3bc0 31 36 36 36\ncbf7204b9bdd3bc0 31 40 40 40\ncbf7204b9bdd3bc0 31 55 55 55\n2e715b2e0162f768 125 135 135 135\n2e715b2e0162f768 125 143 143 143\n2e715b2e0162f768 171 157 157 157\nac9160cf1df430dd 73 92 92 92\nac9160cf1df430dd 73 96 96 96\nac9160cf1df430dd 120 100 100 100\nf87ea75747b2ec64 28 44 44 44\nf87ea75747b2ec64 81 77 77 77\nf87ea75747b2ec64 81 78 78 78\ncca122d2455673ff 77 50 50 50\ncca122d2455673ff 77 63 63 63\ncca122d2455673ff 77 68 68 68\n135605713922593a 0 14 14 14\n135605713922593a 45 31 31 31\n135605713922593a 45 37 37 37\ne3f0770b4b10eb10 9 9 9 9\ne3f0770b4b10eb10 61 47 47 47\ne3f0770b4b10eb10 61 58 58 58\nd549888dd6762b48 128 146 146 146\nd549888dd6762b48 128 151 151 151\nd549888dd6762b48 210 197 197 197\nab02d0baf04b6b1b 5 22 22 22\nab02d0baf04b6b1b 67 43 43 43\nab02d0baf04b6b1b 67 60 60 60\n0181b66a65650830 41 64 64 64\n0181b66a65650830 95 83 83 83\n0181b66a65650830 95 91 91 91\n759f916a188f248d 37 37 37 37\n759f916a188f248d 37 54 54 54\n759f916a188f248d 37 55 55 55\ncddbf49df892374c 26 32 32 32\ncddbf49df892374c 26 50 50 50\ncddbf49df892374c 88 68 68 68\n03482c3bd66de195 48 59 59 59\n03482c3bd66de195 48 63 63 63\n03482c3bd66de195 95 82 82 82\n5c549af41b41e826 10 10 10 10\n5c549af41b41e826 66 47 47 47\n5c549af41b41e826 66 55 55 55\ned84c8456afd57d2 5 21 21 21\ned84c8456afd57d2 84 53 53 53\ned84c8456afd57d2 84 76 76 76\n17428a1f23edf411 7 25 25 25\n17428a1f23edf411 7 26 26 26\n17428a1f23edf411 54 42 42 42\nc78130326859c291 2 3 3 3\nc78130326859c291 2 16 16 16\nc78130326859c291 47 39 39 39\nfbef04fb266195f9 48 52 52 52\nfbef04fb266195f9 96 91 91 91\nfbef04fb266195f9 96 96 96 96\na7b28e1cc95f11a7 19 33 33 33\na7b28e1cc95f11a7 67 59 59 59\na7b28e1cc95f11a7 67 60 60 60\nc6f8fddaf7782828 0 15 15 15\nc6f8fddaf7782828 51 27 27 27\nc6f8fddaf7782828 51 30 30 30\n7c1333f2b74b067b 45 64 64 64\n7c1333f2b74b067b 45 73 73 73\n7c1333f2b74b067b 106 83 83 83\n3e6d44a66c0d7a0a 7 24 24 24\n3e6d44a66c0d7a0a 77 59 59 59\n3e6d44a66c0d7a0a 77 66 66 66\n5c1a8b644385c3e0 92 103 103 103\n5c1a8b644385c3e0 139 116 116 116\n5c1a8b644385c3e0 139 128 128 128\nffbd89833d851c18 122 130 130 130\nffbd89833d851c18 169 146 146 146\nffbd89833d851c18 169 162 162 162\n9b6feea2bd43f9b8 36 58 58 58\n9b6feea2bd43f9b8 106 74 74 74\n9b6feea2bd43f9b8 106 90 90 90\n4f0aa4ef8976dc1b 11 31 31 31\n4f0aa4ef8976dc1b 71 62 62 62\n4f0aa4ef8976dc1b 71 64 64 64\n8fae64ef7db8a42d 10 11 11 11\n8fae64ef7db8a42d 10 12 12 12\n8fae64ef7db8a42d 10 24 24 24\n02b618a34bc12ff9 14 40 40 40\n02b618a34bc12ff9 91 90 90 90\n02b618a34bc12ff9 91 91 91 91\nb358d8f5f5722449 81 82 82 82\nb358d8f5f5722449 81 97 97 97\nb358d8f5f5722449 81 138 138 138\n3aa527382acd6c88 7 29 29 29\n3aa527382acd6c88 52 36 36 36\n3aa527382acd6c88 52 42 42 42\nf70ab7209d335f09 122 100 100 100\nf70ab7209d335f09 122 113 113 113\nf70ab7209d335f09 122 114 114 114\nae58419f15314814 5 5 5 5\nae58419f15314814 5 7 7 7\nae58419f15314814 50 37 37 37\n260de2939d48517e 200 219 219 219\n260de2939d48517e 200 221 221 221\n260de2939d48517e 274 252 252 252\n528faeab72f1bc3d 178 146 146 146\n528faeab72f1bc3d 178 148 148 148\n528faeab72f1bc3d 178 152 152 152\nb7f886ec9190aa7d 22 52 52 52\nb7f886ec9190aa7d 102 90 90 90\nb7f886ec9190aa7d 102 91 91 91\na4cd8a46bda66cd7 14 33 33 33\na4cd8a46bda66cd7 65 46 46 46\na4cd8a46bda66cd7 65 63 63 63\nedad1175f4a88503 24 27 27 27\nedad1175f4a88503 87 57 57 57\nedad1175f4a88503 87 86 86 86\nba002fbd150a3ab2 4 6 6 6\nba002fbd150a3ab2 4 20 20 20\nba002fbd150a3ab2 51 50 50 50\n5451cefde53f06f1 5 16 16 16\n5451cefde53f06f1 5 44 44 44\n5451cefde53f06f1 97 70 70 70\n4b3644bfc6083588 68 38 38 38\n4b3644bfc6083588 68 47 47 47\n4b3644bfc6083588 68 62 62 62\n0c8b534612a0a776 72 81 81 81\n0c8b534612a0a776 72 82 82 82\n0c8b534612a0a776 156 133 133 133\nc1c04878c1b9c14e 27 37 37 37\nc1c04878c1b9c14e 109 77 77 77\nc1c04878c1b9c14e 109 82 82 82\naf97debfdf1d5062 67 82 82 82\naf97debfdf1d5062 147 136 136 136\naf97debfdf1d5062 147 144 144 144\n4b341307a872487c 19 31 31 31\n4b341307a872487c 64 50 50 50\n4b341307a872487c 64 59 59 59\n7f22a1b7b28a4a49 48 53 53 53\n7f22a1b7b28a4a49 48 68 68 68\n7f22a1b7b28a4a49 110 94 94 94\n0a45b99f42fb0ecb 82 82 82 82\n0a45b99f42fb0ecb 82 104 104 104\n0a45b99f42fb0ecb 131 121 121 121\n05ef56b2656c9318 36 64 64 64\n05ef56b2656c9318 129 92 92 92\n05ef56b2656c9318 129 129 129 129\n9228abf65bf15480 85 66 66 66\n9228abf65bf15480 85 82 82 82\n9228abf65bf15480 85 83 83 83\ncced17ea90f202a4 50 50 50 50\ncced17ea90f202a4 50 69 69 69\ncced17ea90f202a4 50 73 73 73\n3b9a3688b46bd997 0 19 19 19\n3b9a3688b46bd997 48 29 29 29\n3b9a3688b46bd997 48 45 45 45\nd94947affb2ab72a 17 17 17 17\nd94947affb2ab72a 17 22 22 22\nd94947affb2ab72a 17 34 34 34\nf6f99625cfc4ccf0 8 18 18 18\nf6f99625cfc4ccf0 56 36 36 36\nf6f99625cfc4ccf0 56 44 44 44\n0f620bfafa25fcf5 9 36 36 36\n0f620bfafa25fcf5 66 55 55 55\n0f620bfafa25fcf5 66 58 58 58\n0e3951bf1db22064 97 66 66 66\n0e3951bf1db22064 97 84 84 84\n0e3951bf1db22064 97 97 97 97\n7f2e89ea00ad01d0 52 56 56 56\n7f2e89ea00ad01d0 52 61 61 61\n7f2e89ea00ad01d0 98 91 91 91\n548134d9cebf9854 11 21 21 21\n548134d9cebf9854 11 32 32 32\n548134d9cebf9854 67 50 50 50\nddfd6b66c73b730d 4 10 10 10\nddfd6b66c73b730d 4 30 30 30\nddfd6b66c73b730d 107 76 76 76\n7d8a6b1c49d06b12 159 108 108 108\n7d8a6b1c49d06b12 159 113 113 113\n7d8a6b1c49d06b12 159 119 119 119\n3b1c57027302837f 37 37 37 37\n3b1c57027302837f 37 64 64 64\n3b1c57027302837f 98 69 69 69\n4526c5ac1bfebcfb 2 34 34 34\n4526c5ac1bfebcfb 2 35 35 35\n4526c5ac1bfebcfb 69 54 54 54\ne13cac8dde222092 103 80 80 80\ne13cac8dde222092 103 98 98 98\ne13cac8dde222092 103 99 99 99\na04f7fefc94aa50d 53 53 53 53\na04f7fefc94aa50d 53 56 56 56\na04f7fefc94aa50d 134 127 127 127\n31607cc68ada0108 3 14 14 14\n31607cc68ada0108 49 34 34 34\n31607cc68ada0108 49 49 49 49\ncd3f1ca1194881e4 3 15 15 15\ncd3f1ca1194881e4 49 29 29 29\ncd3f1ca1194881e4 49 48 48 48\nbc70abfcfd247074 17 35 35 35\nbc70abfcfd247074 68 57 57 57\nbc70abfcfd247074 68 62 62 62\n44b13221c50914d9 98 71 71 71\n44b13221c50914d9 98 83 83 83\n44b13221c50914d9 98 85 85 85\n5f9582362fb46957 86 113 113 113\n5f9582362fb46957 147 118 118 118\n5f9582362fb46957 147 141 141 141\na4c52a5e6413b90b 48 61 61 61\na4c52a5e6413b90b 48 62 62 62\na4c52a5e6413b90b 93 71 71 71\n9ea72f021781a350 14 37 37 37\n9ea72f021781a350 73 58 58 58\n9ea72f021781a350 73 68 68 68\nf413f880cdafe53c 10 12 12 12\nf413f880cdafe53c 10 14 14 14\nf413f880cdafe53c 10 19 19 19\n3c33566bacd602f2 2 15 15 15\n3c33566bacd602f2 2 19 19 19\n3c33566bacd602f2 2 23 23 23\n47a07f51fd3fef77 18 26 26 26\n47a07f51fd3fef77 18 29 29 29\n47a07f51fd3fef77 74 66 66 66\n2cb9869cb05a9a01 1 23 23 23\n2cb9869cb05a9a01 58 44 44 44\n2cb9869cb05a9a01 58 45 45 45\n2c5e21f9f91e2e09 109 120 120 120\n2c5e21f9f91e2e09 109 132 132 132\n2c5e21f9f91e2e09 155 146 146 146\nd1919bdfa56180fa 6 15 15 15\nd1919bdfa56180fa 60 34 34 34\nd1919bdfa56180fa 60 46 46 46\nd440584f07bb1607 47 51 51 51\nd440584f07bb1607 94 89 89 89\nd440584f07bb1607 94 90 90 90\n7eeb899df2ef5f75 32 50 50 50\n7eeb899df2ef5f75 103 76 76 76\n7eeb899df2ef5f75 103 83 83 83\n0190fe72a727c853 50 63 63 63\n0190fe72a727c853 50 74 74 74\n0190fe72a727c853 112 97 97 97\ncb327f8f719873e6 26 35 35 35\ncb327f8f719873e6 26 49 49 49\ncb327f8f719873e6 26 55 55 55\nb48064453ac33843 22 35 35 35\nb48064453ac33843 22 37 37 37\nb48064453ac33843 22 44 44 44\ne505cd53a4736b31 19 22 22 22\ne505cd53a4736b31 19 35 35 35\ne505cd53a4736b31 74 50 50 50\na581b326d9ba666f 9 9 9 9\na581b326d9ba666f 56 40 40 40\na581b326d9ba666f 56 52 52 52\n10fbe4690dec6258 161 166 166 166\n10fbe4690dec6258 267 222 222 222\n10fbe4690dec6258 267 232 232 232\nbce8898e94479bfa 47 24 24 24\nbce8898e94479bfa 47 33 33 33\nbce8898e94479bfa 47 42 42 42\ncf2a067263df7f04 5 8 8 8\ncf2a067263df7f04 5 35 35 35\ncf2a067263df7f04 66 37 37 37\n178cef169356d4a5 16 16 16 16\n178cef169356d4a5 16 55 55 55\n178cef169356d4a5 16 65 65 65\nb3ef5ed1402b71ac 32 33 33 33\nb3ef5ed1402b71ac 32 54 54 54\nb3ef5ed1402b71ac 91 65 65 65\n97f02f8e86e73725 23 26 26 26\n97f02f8e86e73725 23 35 35 35\n97f02f8e86e73725 69 59 59 59\n2a4d835a6e023621 8 19 19 19\n2a4d835a6e023621 63 38 38 38\n2a4d835a6e023621 63 45 45 45\ne04218c68bb613b4 26 33 33 33\ne04218c68bb613b4 71 51 51 51\ne04218c68bb613b4 71 55 55 55\n374b2f4abac6dbb9 5 23 23 23\n374b2f4abac6dbb9 53 30 30 30\n374b2f4abac6dbb9 53 36 36 36\n4a8f9d6889992fd9 62 82 82 82\n4a8f9d6889992fd9 62 84 84 84\n4a8f9d6889992fd9 117 109 109 109\n39f1b33acc70ad7b 8 21 21 21\n39f1b33acc70ad7b 8 26 26 26\n39f1b33acc70ad7b 66 44 44 44\nde9f9460fbaa637e 6 22 22 22\nde9f9460fbaa637e 6 26 26 26\nde9f9460fbaa637e 6 43 43 43\n39c662fa32a3b5c6 35 53 53 53\n39c662fa32a3b5c6 149 118 118 118\n39c662fa32a3b5c6 149 123 123 123\n1aff061a60aeb91c 13 37 37 37\n1aff061a60aeb91c 13 43 43 43\n1aff061a60aeb91c 13 48 48 48\n9b1b46cb7f19d9c9 52 54 54 54\n9b1b46cb7f19d9c9 52 56 56 56\n9b1b46cb7f19d9c9 110 84 84 84\n4f55e7d6bbfc0a61 4 16 16 16\n4f55e7d6bbfc0a61 4 22 22 22\n4f55e7d6bbfc0a61 4 25 25 25\n7f6800a9878b31c7 110 110 110 110\n7f6800a9878b31c7 110 141 141 141\n7f6800a9878b31c7 186 167 167 167\n9f34c126ea7882ca 273 255 255 255\n9f34c126ea7882ca 273 258 258 258\n9f34c126ea7882ca 273 265 265 265\nba4b8132d937918a 24 57 57 57\nba4b8132d937918a 93 68 68 68\nba4b8132d937918a 93 79 79 79\ne8ac7f1dbb14242a 69 74 74 74\ne8ac7f1dbb14242a 125 113 113 113\ne8ac7f1dbb14242a 125 121 121 121\n8ffba1ca605b7e5c 4 8 8 8\n8ffba1ca605b7e5c 4 17 17 17\n8ffba1ca605b7e5c 4 22 22 22\n787f1f7f6fd8f6a1 26 80 80 80\n787f1f7f6fd8f6a1 141 84 84 84\n787f1f7f6fd8f6a1 141 117 117 117\n77f4ef2dd86aa19a 29 56 56 56\n77f4ef2dd86aa19a 122 78 78 78\n77f4ef2dd86aa19a 122 107 107 107\n33f242465f51563c 76 92 92 92\n33f242465f51563c 137 110 110 110\n33f242465f51563c 137 125 125 125\ndf3e36111358ee98 10 21 21 21\ndf3e36111358ee98 10 24 24 24\ndf3e36111358ee98 69 66 66 66\n7e0a3935a658b20d 1 16 16 16\n7e0a3935a658b20d 1 19 19 19\n7e0a3935a658b20d 56 38 38 38\n8d7ee62e43377117 75 95 95 95\n8d7ee62e43377117 75 97 97 97\n8d7ee62e43377117 75 100 100 100\n6ed6893b1247e1aa 200 213 213 213\n6ed6893b1247e1aa 200 214 214 214\n6ed6893b1247e1aa 200 223 223 223\n1cd3638cceebed08 2 13 13 13\n1cd3638cceebed08 2 24 24 24\n1cd3638cceebed08 48 44 44 44\nf4fc7b56e07188ce 34 48 48 48\nf4fc7b56e07188ce 81 68 68 68\nf4fc7b56e07188ce 81 76 76 76\nc99c2fd4ebb699f6 52 62 62 62\nc99c2fd4ebb699f6 52 64 64 64\nc99c2fd4ebb699f6 113 96 96 96\ncb9e8d4179c6b506 4 8 8 8\ncb9e8d4179c6b506 4 15 15 15\ncb9e8d4179c6b506 49 38 38 38\n712d582f1e1a5bf1 1 9 9 9\n712d582f1e1a5bf1 1 16 16 16\n712d582f1e1a5bf1 48 39 39 39\n7b4f433a15f523aa 80 126 126 126\n7b4f433a15f523aa 80 131 131 131\n7b4f433a15f523aa 209 160 160 160\ne83b2a90d1b8c1a7 66 76 76 76\ne83b2a90d1b8c1a7 66 132 132 132\ne83b2a90d1b8c1a7 201 144 144 144\n8e26d4718fa9e01f 67 47 47 47\n8e26d4718fa9e01f 67 58 58 58\n8e26d4718fa9e01f 67 62 62 62\n9696c0d0a01d2fd4 238 217 217 217\n9696c0d0a01d2fd4 238 229 229 229\n9696c0d0a01d2fd4 238 237 237 237\n5d1a818b5ea46668 4 15 15 15\n5d1a818b5ea46668 4 18 18 18\n5d1a818b5ea46668 4 19 19 19\nbc7023de01db3191 31 40 40 40\nbc7023de01db3191 31 54 54 54\nbc7023de01db3191 31 56 56 56\n41e428b3c7a16695 94 97 97 97\n41e428b3c7a16695 220 159 159 159\n41e428b3c7a16695 220 163 163 163\naef133f549f40970 36 59 59 59\naef133f549f40970 36 62 62 62\naef133f549f40970 90 76 76 76\nd648a287fc26b8ce 35 44 44 44\nd648a287fc26b8ce 35 51 51 51\nd648a287fc26b8ce 81 76 76 76\n0e41af1514f92887 44 73 73 73\n0e41af1514f92887 44 100 100 100\n0e41af1514f92887 158 141 141 141\n767be8d5d60e87a0 0 2 2 2\n767be8d5d60e87a0 0 24 24 24\n767be8d5d60e87a0 80 73 73 73\n25468a86d9cd851e 4 7 7 7\n25468a86d9cd851e 4 12 12 12\n25468a86d9cd851e 50 42 42 42\n8fdb59b71b1e7cf8 24 52 52 52\n8fdb59b71b1e7cf8 81 59 59 59\n8fdb59b71b1e7cf8 81 68 68 68\n0de79d4f3d7a9171 72 76 76 76\n0de79d4f3d7a9171 72 97 97 97\n0de79d4f3d7a9171 127 125 125 125\na7a71bf12a4bf37e 146 106 106 106\na7a71bf12a4bf37e 146 131 131 131\na7a71bf12a4bf37e 146 140 140 140\na705b6b07ff535c2 15 47 47 47\na705b6b07ff535c2 80 71 71 71\na705b6b07ff535c2 80 76 76 76\n700528d00b3f9c2d 44 65 65 65\n700528d00b3f9c2d 44 68 68 68\n700528d00b3f9c2d 104 86 86 86\n789e4ce6b871ac45 9 17 17 17\n789e4ce6b871ac45 9 23 23 23\n789e4ce6b871ac45 55 49 49 49\ndd621720b3a5d3f7 73 51 51 51\ndd621720b3a5d3f7 73 71 71 71\ndd621720b3a5d3f7 73 72 72 72\n532ebaff1b1b00e6 83 65 65 65\n532ebaff1b1b00e6 83 68 68 68\n532ebaff1b1b00e6 83 75 75 75\na70770ee618ba17f 121 122 122 122\na70770ee618ba17f 121 136 136 136\na70770ee618ba17f 121 161 161 161\nd7c07da92032b424 31 44 44 44\nd7c07da92032b424 31 47 47 47\nd7c07da92032b424 93 69 69 69\nff63123a7ef312a5 49 52 52 52\nff63123a7ef312a5 49 73 73 73\nff63123a7ef312a5 101 78 78 78\na12619944188db86 76 90 90 90\na12619944188db86 146 112 112 112\na12619944188db86 146 133 133 133\n6eaf519f1fbf5e7c 36 40 40 40\n6eaf519f1fbf5e7c 36 46 46 46\n6eaf519f1fbf5e7c 36 55 55 55\nf22f531f065d44d2 124 129 129 129\nf22f531f065d44d2 124 135 135 135\nf22f531f065d44d2 177 158 158 158\n6e5a239f7b0ce48b 30 45 45 45\n6e5a239f7b0ce48b 75 56 56 56\n6e5a239f7b0ce48b 75 73 73 73\ndf715edce1edab4e 89 99 99 99\ndf715edce1edab4e 159 155 155 155\ndf715edce1edab4e 159 159 159 159\nc56dcbe238108f74 0 14 14 14\nc56dcbe238108f74 0 22 22 22\nc56dcbe238108f74 45 23 23 23\n551bdad039587b15 67 74 74 74\n551bdad039587b15 124 117 117 117\n551bdad039587b15 124 122 122 122\n42cc82972397863b 33 44 44 44\n42cc82972397863b 115 81 81 81\n42cc82972397863b 115 92 92 92\nde012f0b09b87e9a 122 89 89 89\nde012f0b09b87e9a 122 110 110 110\nde012f0b09b87e9a 122 116 116 116\n196069a792ebbf31 69 46 46 46\n196069a792ebbf31 69 50 50 50\n196069a792ebbf31 69 62 62 62\na5ff4609ed45628b 7 12 12 12\na5ff4609ed45628b 7 29 29 29\na5ff4609ed45628b 60 55 55 55\nf4aa94121e4e3c77 89 66 66 66\nf4aa94121e4e3c77 89 76 76 76\nf4aa94121e4e3c77 89 77 77 77\n41aa58e688a04336 72 46 46 46\n41aa58e688a04336 72 62 62 62\n41aa58e688a04336 72 70 70 70\n2ddca94aefd55b8f 6 14 14 14\n2ddca94aefd55b8f 53 43 43 43\n2ddca94aefd55b8f 53 47 47 47\nca55835078e2bc0e 51 80 80 80\nca55835078e2bc0e 122 108 108 108\nca55835078e2bc0e 122 120 120 120\n15c28f4ada02cf91 198 213 213 213\n15c28f4ada02cf91 253 238 238 238\n15c28f4ada02cf91 253 244 244 244\nb7321025084ffb1d 0 18 18 18\nb7321025084ffb1d 45 31 31 31\nb7321025084ffb1d 45 37 37 37\nb6f59beb7bd330e1 0 9 9 9\nb6f59beb7bd330e1 0 11 11 11\nb6f59beb7bd330e1 45 32 32 32\n237ef12cd69e2aa0 22 40 40 40\n237ef12cd69e2aa0 96 67 67 67\n237ef12cd69e2aa0 96 90 90 90\n5b1107af15529e94 1 13 13 13\n5b1107af15529e94 1 18 18 18\n5b1107af15529e94 46 40 40 40\ne1408f8fe1d21747 16 34 34 34\ne1408f8fe1d21747 65 41 41 41\ne1408f8fe1d21747 65 65 65 65\n69d4b8682c5590e0 72 52 52 52\n69d4b8682c5590e0 72 53 53 53\n69d4b8682c5590e0 72 66 66 66\ne5f235d5870baf1d 7 13 13 13\ne5f235d5870baf1d 7 29 29 29\ne5f235d5870baf1d 54 44 44 44\n2d6d5e82bda0611c 111 122 122 122\n2d6d5e82bda0611c 111 128 128 128\n2d6d5e82bda0611c 111 129 129 129\n79e4bfadcc365af3 186 213 213 213\n79e4bfadcc365af3 186 221 221 221\n79e4bfadcc365af3 186 227 227 227\nc09105bae9a896bb 5 9 9 9\nc09105bae9a896bb 5 19 19 19\nc09105bae9a896bb 5 21 21 21\n7167ff7642c3ef99 268 231 231 231\n7167ff7642c3ef99 268 240 240 240\n7167ff7642c3ef99 268 248 248 248\n7fa7651de34b7579 45 68 68 68\n7fa7651de34b7579 45 103 103 103\n7fa7651de34b7579 177 136 136 136\neb3ff3cbea9947c0 12 27 27 27\neb3ff3cbea9947c0 63 50 50 50\neb3ff3cbea9947c0 63 63 63 63\n0951fdaf9d399411 132 134 134 134\n0951fdaf9d399411 132 150 150 150\n0951fdaf9d399411 219 199 199 199\n7157ac7d5d3f39dd 17 47 47 47\n7157ac7d5d3f39dd 80 59 59 59\n7157ac7d5d3f39dd 80 78 78 78\n2f25826f0d0ef09a 28 34 34 34\n2f25826f0d0ef09a 28 36 36 36\n2f25826f0d0ef09a 82 64 64 64\n114d9c301b847239 31 48 48 48\n114d9c301b847239 31 57 57 57\n114d9c301b847239 106 104 104 104\nc35d057c102fe5ae 2 4 4 4\nc35d057c102fe5ae 2 10 10 10\nc35d057c102fe5ae 2 20 20 20\nf3a0d9d2582a3337 129 108 108 108\nf3a0d9d2582a3337 129 124 124 124\nf3a0d9d2582a3337 129 128 128 128\nd52b984a07fc7b83 23 26 26 26\nd52b984a07fc7b83 23 64 64 64\nd52b984a07fc7b83 133 98 98 98\neee6f411fca1d56a 119 88 88 88\neee6f411fca1d56a 119 91 91 91\neee6f411fca1d56a 119 110 110 110\n82825e3929be2062 51 54 54 54\n82825e3929be2062 51 55 55 55\n82825e3929be2062 133 109 109 109\n748e87e6b0e62a72 5 14 14 14\n748e87e6b0e62a72 64 49 49 49\n748e87e6b0e62a72 64 53 53 53\n796eb3606ccdf1a0 36 38 38 38\n796eb3606ccdf1a0 36 41 41 41\n796eb3606ccdf1a0 96 69 69 69\n7f9ec0d493ba4195 140 101 101 101\n7f9ec0d493ba4195 140 107 107 107\n7f9ec0d493ba4195 140 137 137 137\n0a0027a48d9ff2ae 157 120 120 120\n0a0027a48d9ff2ae 157 140 140 140\n0a0027a48d9ff2ae 157 141 141 141\nbfddde62b6a98d36 4 6 6 6\nbfddde62b6a98d36 4 26 26 26\nbfddde62b6a98d36 49 30 30 30\na7f562aa15f843e6 20 27 27 27\na7f562aa15f843e6 20 32 32 32\na7f562aa15f843e6 68 52 52 52\n5e7506cf490ddd31 149 151 151 151\n5e7506cf490ddd31 149 188 188 188\n5e7506cf490ddd31 241 220 220 220\nad3443476e26335e 9 12 12 12\nad3443476e26335e 9 13 13 13\nad3443476e26335e 54 49 49 49\n12dc074fab6ada73 43 47 47 47\n12dc074fab6ada73 43 49 49 49\n12dc074fab6ada73 43 64 64 64\nfaad6f447de8b898 6 6 6 6\nfaad6f447de8b898 6 21 21 21\nfaad6f447de8b898 67 50 50 50\n4ba7caa04cea37b7 181 192 192 192\n4ba7caa04cea37b7 181 195 195 195\n4ba7caa04cea37b7 181 205 205 205\n8a180708fb57d359 118 132 132 132\n8a180708fb57d359 197 183 183 183\n8a180708fb57d359 197 194 194 194\ndd68d4f89207ff0f 29 34 34 34\ndd68d4f89207ff0f 29 39 39 39\ndd68d4f89207ff0f 77 69 69 69\n15bc7fa1ed5567cc 49 37 37 37\n15bc7fa1ed5567cc 49 40 40 40\n15bc7fa1ed5567cc 49 45 45 45\n24bcb936908f3a31 52 67 67 67\n24bcb936908f3a31 125 106 106 106\n24bcb936908f3a31 125 117 117 117\n144b95c0c3fbe3b0 27 53 53 53\n144b95c0c3fbe3b0 108 89 89 89\n144b95c0c3fbe3b0 108 100 100 100\nc033923b102c9920 4 6 6 6\nc033923b102c9920 51 37 37 37\nc033923b102c9920 51 40 40 40\n7254867acea34464 24 34 34 34\n7254867acea34464 24 36 36 36\n7254867acea34464 24 38 38 38\nb70a7c6916d62a85 16 36 36 36\nb70a7c6916d62a85 16 38 38 38\nb70a7c6916d62a85 88 53 53 53\nd22162b6e3164792 20 30 30 30\nd22162b6e3164792 20 34 34 34\nd22162b6e3164792 70 61 61 61\n91ca67e0e542a035 93 64 64 64\n91ca67e0e542a035 93 77 77 77\n91ca67e0e542a035 93 88 88 88\n946b58d1a9d8e230 1 16 16 16\n946b58d1a9d8e230 56 34 34 34\n946b58d1a9d8e230 56 37 37 37\na3e3b8be6a1662fd 28 39 39 39\na3e3b8be6a1662fd 28 54 54 54\na3e3b8be6a1662fd 82 82 82 82\n83c12f45200f31c5 13 44 44 44\n83c12f45200f31c5 86 57 57 57\n83c12f45200f31c5 86 59 59 59\nb2dfe8a86eeb9e06 11 26 26 26\nb2dfe8a86eeb9e06 11 37 37 37\nb2dfe8a86eeb9e06 65 60 60 60\n2b38cc883c900d33 1 4 4 4\n2b38cc883c900d33 1 21 21 21\n2b38cc883c900d33 55 37 37 37\n330b925cef643b3f 9 11 11 11\n330b925cef643b3f 9 13 13 13\n330b925cef643b3f 9 30 30 30\nca173a511467da3e 32 59 59 59\nca173a511467da3e 32 61 61 61\nca173a511467da3e 92 89 89 89\n4213b6b3b673f9b5 58 59 59 59\n4213b6b3b673f9b5 103 81 81 81\n4213b6b3b673f9b5 103 89 89 89\nb2d62a9604b7895d 10 11 11 11\nb2d62a9604b7895d 10 30 30 30\nb2d62a9604b7895d 57 41 41 41\nd7102cf2ef5a8f7d 80 85 85 85\nd7102cf2ef5a8f7d 80 97 97 97\nd7102cf2ef5a8f7d 130 116 116 116\nfd56ac232431ec1e 27 28 28 28\nfd56ac232431ec1e 27 35 35 35\nfd56ac232431ec1e 27 46 46 46\na5fbd051828e4672 19 40 40 40\na5fbd051828e4672 64 47 47 47\na5fbd051828e4672 64 58 58 58\n31a087ee5b1976da 13 38 38 38\n31a087ee5b1976da 13 41 41 41\n31a087ee5b1976da 112 88 88 88\nf93e9ac4886596af 10 19 19 19\nf93e9ac4886596af 71 52 52 52\nf93e9ac4886596af 71 68 68 68\n6a852331b0619f10 1 31 31 31\n6a852331b0619f10 71 38 38 38\n6a852331b0619f10 71 63 63 63\n22598e2596e6bae7 18 27 27 27\n22598e2596e6bae7 18 46 46 46\n22598e2596e6bae7 85 75 75 75\n607c01e4c097df8c 1 9 9 9\n607c01e4c097df8c 101 57 57 57\n607c01e4c097df8c 101 65 65 65\n9339d2793fa7d4b0 0 4 4 4\n9339d2793fa7d4b0 0 9 9 9\n9339d2793fa7d4b0 0 33 33 33\nefd1d407b90e102a 5 24 24 24\nefd1d407b90e102a 50 34 34 34\nefd1d407b90e102a 50 42 42 42\n55af29d88dd6cb1f 21 25 25 25\n55af29d88dd6cb1f 21 41 41 41\n55af29d88dd6cb1f 21 52 52 52\n12e6ba92e82c7ca4 70 85 85 85\n12e6ba92e82c7ca4 70 99 99 99\n12e6ba92e82c7ca4 146 142 142 142\n069a4c442912c405 20 30 30 30\n069a4c442912c405 20 31 31 31\n069a4c442912c405 79 72 72 72\n0f18fb6736efb1c2 23 37 37 37\n0f18fb6736efb1c2 23 53 53 53\n0f18fb6736efb1c2 84 64 64 64\n3a10eb9788bcdfa1 98 113 113 113\n3a10eb9788bcdfa1 98 119 119 119\n3a10eb9788bcdfa1 98 125 125 125\nd4712b11bde40385 64 39 39 39\nd4712b11bde40385 64 43 43 43\nd4712b11bde40385 64 56 56 56\n586f6246380e346a 89 65 65 65\n586f6246380e346a 89 67 67 67\n586f6246380e346a 89 68 68 68\n0d68a05801d48984 8 29 29 29\n0d68a05801d48984 8 31 31 31\n0d68a05801d48984 64 37 37 37\n0aacb1732fee7a3c 104 116 116 116\n0aacb1732fee7a3c 104 120 120 120\n0aacb1732fee7a3c 149 136 136 136\n9b107b23c0fd12d7 22 39 39 39\n9b107b23c0fd12d7 22 50 50 50\n9b107b23c0fd12d7 22 53 53 53\n1d2cab92bdcc1453 33 57 57 57\n1d2cab92bdcc1453 83 60 60 60\n1d2cab92bdcc1453 83 72 72 72\n755560fb9e846ad9 52 63 63 63\n755560fb9e846ad9 52 85 85 85\n755560fb9e846ad9 52 90 90 90\n52ab598ec2a2de67 2 25 25 25\n52ab598ec2a2de67 49 33 33 33\n52ab598ec2a2de67 49 40 40 40\n56933c4979bc7691 8 25 25 25\n56933c4979bc7691 8 28 28 28\n56933c4979bc7691 54 38 38 38\nf5b89b1a052e50dd 136 152 152 152\nf5b89b1a052e50dd 136 174 174 174\nf5b89b1a052e50dd 220 214 214 214\nf47dad0f8ebde12c 16 24 24 24\nf47dad0f8ebde12c 16 30 30 30\nf47dad0f8ebde12c 16 34 34 34\n8f3313b4bba214a6 50 88 88 88\n8f3313b4bba214a6 146 105 105 105\n8f3313b4bba214a6 146 106 106 106\n0f7e8bf1137abcac 59 62 62 62\n0f7e8bf1137abcac 59 66 66 66\n0f7e8bf1137abcac 121 95 95 95\n0c8c4363e0dca250 138 115 115 115\n0c8c4363e0dca250 138 124 124 124\n0c8c4363e0dca250 138 125 125 125\nb1ee9f10fc740b0d 138 161 161 161\nb1ee9f10fc740b0d 138 168 168 168\nb1ee9f10fc740b0d 209 186 186 186\n2f4bcd593fe37158 24 43 43 43\n2f4bcd593fe37158 70 54 54 54\n2f4bcd593fe37158 70 55 55 55\nf2309b1e3f43d138 5 9 9 9\nf2309b1e3f43d138 53 32 32 32\nf2309b1e3f43d138 53 35 35 35\n8498e2d2f6dd3444 1 17 17 17\n8498e2d2f6dd3444 79 46 46 46\n8498e2d2f6dd3444 79 69 69 69\nb8e0eb3581b667dd 60 85 85 85\nb8e0eb3581b667dd 120 98 98 98\nb8e0eb3581b667dd 120 117 117 117\nc9129ba6bad91429 2 17 17 17\nc9129ba6bad91429 58 33 33 33\nc9129ba6bad91429 58 43 43 43\n0bf152ef84195293 32 41 41 41\n0bf152ef84195293 32 51 51 51\n0bf152ef84195293 32 56 56 56\nbd9c2b03ba9d6006 14 23 23 23\nbd9c2b03ba9d6006 65 45 45 45\nbd9c2b03ba9d6006 65 65 65 65\n0f5c5385dbcd96df 89 113 113 113\n0f5c5385dbcd96df 89 126 126 126\n0f5c5385dbcd96df 210 168 168 168\n4d568c56810ccdaf 1 2 2 2\n4d568c56810ccdaf 1 17 17 17\n4d568c56810ccdaf 87 74 74 74\n3eac742acbd69adf 0 9 9 9\n3eac742acbd69adf 0 17 17 17\n3eac742acbd69adf 50 46 46 46\nd9d16f049af90856 50 63 63 63\nd9d16f049af90856 95 86 86 86\nd9d16f049af90856 95 87 87 87\nf94da7611919d433 13 24 24 24\nf94da7611919d433 13 36 36 36\nf94da7611919d433 69 61 61 61\n24ad46fd2b26b208 0 22 22 22\n24ad46fd2b26b208 48 30 30 30\n24ad46fd2b26b208 48 32 32 32\na4bbf187deb25d92 95 111 111 111\na4bbf187deb25d92 156 147 147 147\na4bbf187deb25d92 156 151 151 151\n30b1d229ad4c6353 73 105 105 105\n30b1d229ad4c6353 163 157 157 157\n30b1d229ad4c6353 163 161 161 161\n98ebee1c36ecec55 141 170 170 170\n98ebee1c36ecec55 200 198 198 198\n98ebee1c36ecec55 200 200 200 200\n1f56ccfabbfce568 130 116 116 116\n1f56ccfabbfce568 130 122 122 122\n1f56ccfabbfce568 130 129 129 129\nd3808e617aee51f2 49 52 52 52\nd3808e617aee51f2 49 65 65 65\nd3808e617aee51f2 144 115 115 115\nedafc8e354ce22e2 76 88 88 88\nedafc8e354ce22e2 76 97 97 97\nedafc8e354ce22e2 170 162 162 162\nf9e4896193305279 32 57 57 57\nf9e4896193305279 93 81 81 81\nf9e4896193305279 93 83 83 83\n5537c25a2a4e1dac 11 35 35 35\n5537c25a2a4e1dac 11 36 36 36\n5537c25a2a4e1dac 78 65 65 65\n33e5bb3820c171a5 13 14 14 14\n33e5bb3820c171a5 13 54 54 54\n33e5bb3820c171a5 105 61 61 61\n51b662c7c60ec7cc 69 59 59 59\n51b662c7c60ec7cc 69 65 65 65\n51b662c7c60ec7cc 69 69 69 69\na75cc8031d0c1109 25 35 35 35\na75cc8031d0c1109 78 58 58 58\na75cc8031d0c1109 78 72 72 72\na7456203dd8fbe27 6 22 22 22\na7456203dd8fbe27 6 29 29 29\na7456203dd8fbe27 55 50 50 50\ne2089a8d763f1663 44 45 45 45\ne2089a8d763f1663 44 65 65 65\ne2089a8d763f1663 99 77 77 77\nf95804db8b3419ef 7 11 11 11\nf95804db8b3419ef 62 42 42 42\nf95804db8b3419ef 62 56 56 56\n3cc97c3d778975f2 2 3 3 3\n3cc97c3d778975f2 48 28 28 28\n3cc97c3d778975f2 48 33 33 33\n4daf919100e878ac 10 16 16 16\n4daf919100e878ac 60 39 39 39\n4daf919100e878ac 60 50 50 50\naa771b72f8fb72eb 94 98 98 98\naa771b72f8fb72eb 156 137 137 137\naa771b72f8fb72eb 156 144 144 144\n55c99f9550523caa 7 21 21 21\n55c99f9550523caa 7 33 33 33\n55c99f9550523caa 7 36 36 36\nb792c07d73174381 33 33 33 33\nb792c07d73174381 78 57 57 57\nb792c07d73174381 78 60 60 60\n29c8267c1d10b23e 5 13 13 13\n29c8267c1d10b23e 55 35 35 35\n29c8267c1d10b23e 55 53 53 53\n5b14277732a9112d 72 42 42 42\n5b14277732a9112d 72 45 45 45\n5b14277732a9112d 72 68 68 68\nce9e0dbe761cd99c 7 14 14 14\nce9e0dbe761cd99c 7 44 44 44\nce9e0dbe761cd99c 84 69 69 69\neca504acf788bf0a 19 35 35 35\neca504acf788bf0a 19 42 42 42\neca504acf788bf0a 70 53 53 53\n8135673a5a3e3d17 38 92 92 92\n8135673a5a3e3d17 38 94 94 94\n8135673a5a3e3d17 151 102 102 102\n90cfef1d9f506bc3 125 131 131 131\n90cfef1d9f506bc3 125 140 140 140\n90cfef1d9f506bc3 125 143 143 143\n88097d40f661ef35 1 3 3 3\n88097d40f661ef35 1 18 18 18\n88097d40f661ef35 46 32 32 32\n10c551ef9644ea03 63 92 92 92\n10c551ef9644ea03 63 94 94 94\n10c551ef9644ea03 63 97 97 97\ncd3227455e5fc610 20 49 49 49\ncd3227455e5fc610 20 52 52 52\ncd3227455e5fc610 20 53 53 53\n741fbb3e59f3a016 93 81 81 81\n741fbb3e59f3a016 93 89 89 89\n741fbb3e59f3a016 93 93 93 93\n8fbe371085407534 7 17 17 17\n8fbe371085407534 7 41 41 41\n8fbe371085407534 78 76 76 76\na51ae2b9ca2eadbb 81 119 119 119\na51ae2b9ca2eadbb 163 135 135 135\na51ae2b9ca2eadbb 163 158 158 158\n49b8f80c849dc341 4 10 10 10\n49b8f80c849dc341 67 44 44 44\n49b8f80c849dc341 67 58 58 58\n38a9a0f5e76103d2 82 98 98 98\n38a9a0f5e76103d2 82 104 104 104\n38a9a0f5e76103d2 149 140 140 140\n9a5911423709e88e 107 89 89 89\n9a5911423709e88e 107 100 100 100\n9a5911423709e88e 107 103 103 103\nddc7f2033a69be92 81 114 114 114\nddc7f2033a69be92 81 117 117 117\nddc7f2033a69be92 180 153 153 153\nf7d372dde37d82a8 162 182 182 182\nf7d372dde37d82a8 162 194 194 194\nf7d372dde37d82a8 232 232 232 232\n000eb6240f06dd5a 0 6 6 6\n000eb6240f06dd5a 0 8 8 8\n000eb6240f06dd5a 0 14 14 14\n7356a6971663bc46 126 136 136 136\n7356a6971663bc46 126 155 155 155\n7356a6971663bc46 126 157 157 157\n647f2049bf4cb3f3 5 14 14 14\n647f2049bf4cb3f3 5 16 16 16\n647f2049bf4cb3f3 53 45 45 45\n65337637a62cfef8 9 18 18 18\n65337637a62cfef8 9 28 28 28\n65337637a62cfef8 58 38 38 38\n2d5e1c16ba1f89c2 22 27 27 27\n2d5e1c16ba1f89c2 84 64 64 64\n2d5e1c16ba1f89c2 84 72 72 72\nef04f651e4959d1d 8 10 10 10\nef04f651e4959d1d 8 18 18 18\nef04f651e4959d1d 60 45 45 45\n1a886edceaab12f3 12 19 19 19\n1a886edceaab12f3 12 29 29 29\n1a886edceaab12f3 68 62 62 62\n389df03f3c2d7291 47 49 49 49\n389df03f3c2d7291 47 59 59 59\n389df03f3c2d7291 47 63 63 63\n727fd875da49f556 81 82 82 82\n727fd875da49f556 154 133 133 133\n727fd875da49f556 154 148 148 148\nbe75142d4652fe3e 77 64 64 64\nbe75142d4652fe3e 77 65 65 65\nbe75142d4652fe3e 77 73 73 73\n55274497e0e4f397 0 1 1 1\n55274497e0e4f397 0 22 22 22\n55274497e0e4f397 45 23 23 23\n0c9c387ae23d090a 9 9 9 9\n0c9c387ae23d090a 57 43 43 43\n0c9c387ae23d090a 57 47 47 47\nf2ac94f8a263d7d5 25 33 33 33\nf2ac94f8a263d7d5 25 41 41 41\nf2ac94f8a263d7d5 92 78 78 78\n966a5307cda23c55 83 88 88 88\n966a5307cda23c55 83 119 119 119\n966a5307cda23c55 169 168 168 168\n20de87f0b3f2d136 49 58 58 58\n20de87f0b3f2d136 49 60 60 60\n20de87f0b3f2d136 107 92 92 92\ne0e489e26ec46229 27 33 33 33\ne0e489e26ec46229 27 40 40 40\ne0e489e26ec46229 27 47 47 47\nb6f4fc544bf871cb 11 29 29 29\nb6f4fc544bf871cb 60 44 44 44\nb6f4fc544bf871cb 60 58 58 58\n45592a7f307bccd0 19 28 28 28\n45592a7f307bccd0 19 42 42 42\n45592a7f307bccd0 116 97 97 97\n2473b5003a95628c 147 99 99 99\n2473b5003a95628c 147 119 119 119\n2473b5003a95628c 147 129 129 129\ncc49910c79f0609e 94 135 135 135\ncc49910c79f0609e 213 168 168 168\ncc49910c79f0609e 213 176 176 176\na5aa20c038a696f7 1 26 26 26\na5aa20c038a696f7 65 52 52 52\na5aa20c038a696f7 65 54 54 54\n2d60837ef2e52abd 6 10 10 10\n2d60837ef2e52abd 6 21 21 21\n2d60837ef2e52abd 51 47 47 47\n497f507a5901bf4b 56 40 40 40\n497f507a5901bf4b 56 45 45 45\n497f507a5901bf4b 56 54 54 54\n28b06f7087798198 95 68 68 68\n28b06f7087798198 95 76 76 76\n28b06f7087798198 95 81 81 81\n963d879678aa91ed 0 1 1 1\n963d879678aa91ed 0 4 4 4\n963d879678aa91ed 45 39 39 39\n91fda69e1cda4602 91 59 59 59\n91fda69e1cda4602 91 62 62 62\n91fda69e1cda4602 91 78 78 78\n45cb862034851efe 15 25 25 25\n45cb862034851efe 15 39 39 39\n45cb862034851efe 92 55 55 55\n0667d5bedfdbc555 37 48 48 48\n0667d5bedfdbc555 37 53 53 53\n0667d5bedfdbc555 87 64 64 64\nc4ce0cccee5000c4 67 74 74 74\nc4ce0cccee5000c4 129 110 110 110\nc4ce0cccee5000c4 129 123 123 123\nb4e42cd339a79f12 16 20 20 20\nb4e42cd339a79f12 16 29 29 29\nb4e42cd339a79f12 67 67 67 67\n25d8e374a2dafc8a 47 60 60 60\n25d8e374a2dafc8a 47 62 62 62\n25d8e374a2dafc8a 47 64 64 64\nd4265596ad1d389f 19 41 41 41\nd4265596ad1d389f 72 53 53 53\nd4265596ad1d389f 72 68 68 68\n70b0a33083333dc9 26 31 31 31\n70b0a33083333dc9 26 35 35 35\n70b0a33083333dc9 77 62 62 62\nf5f9284fbe976ac6 21 35 35 35\nf5f9284fbe976ac6 21 50 50 50\nf5f9284fbe976ac6 82 70 70 70\nb43aa92e530e2aa5 74 45 45 45\nb43aa92e530e2aa5 74 46 46 46\nb43aa92e530e2aa5 74 51 51 51\n1930a64d9a119b13 100 116 116 116\n1930a64d9a119b13 186 168 168 168\n1930a64d9a119b13 186 172 172 172\n46e2ddf094d0c3a1 70 70 70 70\n46e2ddf094d0c3a1 70 89 89 89\n46e2ddf094d0c3a1 158 134 134 134\ndbeacd35503e7aee 36 54 54 54\ndbeacd35503e7aee 36 57 57 57\ndbeacd35503e7aee 85 79 79 79\n29927d9ef0b472d7 128 94 94 94\n29927d9ef0b472d7 128 118 118 118\n29927d9ef0b472d7 128 124 124 124\na5094b8969a4c5bf 0 4 4 4\na5094b8969a4c5bf 0 10 10 10\na5094b8969a4c5bf 45 35 35 35\n8c2d5f78e39a0a46 27 31 31 31\n8c2d5f78e39a0a46 27 39 39 39\n8c2d5f78e39a0a46 27 50 50 50\ne4ff8d1787cceab3 46 26 26 26\ne4ff8d1787cceab3 46 35 35 35\ne4ff8d1787cceab3 46 44 44 44\n2c02607ae436a9fb 137 152 152 152\n2c02607ae436a9fb 137 153 153 153\n2c02607ae436a9fb 220 205 205 205\n835245dc585f2859 39 46 46 46\n835245dc585f2859 39 52 52 52\n835245dc585f2859 93 93 93 93\na7a6c2f3cf54aef9 124 157 157 157\na7a6c2f3cf54aef9 124 158 158 158\na7a6c2f3cf54aef9 212 191 191 191\ne73e0e059f8783a2 200 212 212 212\ne73e0e059f8783a2 245 227 227 227\ne73e0e059f8783a2 245 229 229 229\n08072d6cc8e8711d 4 22 22 22\n08072d6cc8e8711d 57 31 31 31\n08072d6cc8e8711d 57 48 48 48\n06db5bb2465ae58e 22 24 24 24\n06db5bb2465ae58e 22 31 31 31\n06db5bb2465ae58e 88 80 80 80\n3b273cb40c55db95 6 6 6 6\n3b273cb40c55db95 54 37 37 37\n3b273cb40c55db95 54 42 42 42\n371c9182ffd46ce3 16 34 34 34\n371c9182ffd46ce3 65 44 44 44\n371c9182ffd46ce3 65 63 63 63\n57db262183202597 2 21 21 21\n57db262183202597 88 60 60 60\n57db262183202597 88 84 84 84\n7fe41aea4712cdb8 106 114 114 114\n7fe41aea4712cdb8 156 139 139 139\n7fe41aea4712cdb8 156 152 152 152\n38f7ba7fd9a83069 15 25 25 25\n38f7ba7fd9a83069 15 33 33 33\n38f7ba7fd9a83069 60 48 48 48\n7f3e044dcc46e055 5 6 6 6\n7f3e044dcc46e055 63 45 45 45\n7f3e044dcc46e055 63 56 56 56\n487d83675a8d1574 33 39 39 39\n487d83675a8d1574 79 66 66 66\n487d83675a8d1574 79 74 74 74\ne7b5573a8a349fbd 29 43 43 43\ne7b5573a8a349fbd 29 50 50 50\ne7b5573a8a349fbd 84 77 77 77\n651a7f83ed093001 126 128 128 128\n651a7f83ed093001 126 133 133 133\n651a7f83ed093001 244 216 216 216\nae8caf9ea633a5a0 246 194 194 194\nae8caf9ea633a5a0 246 202 202 202\nae8caf9ea633a5a0 246 207 207 207\n60579e8876b01b2f 143 159 159 159\n60579e8876b01b2f 200 177 177 177\n60579e8876b01b2f 200 188 188 188\n6ff8a81d324f6019 40 45 45 45\n6ff8a81d324f6019 40 50 50 50\n6ff8a81d324f6019 40 55 55 55\nd17f839ab9e08ea9 58 65 65 65\nd17f839ab9e08ea9 58 67 67 67\nd17f839ab9e08ea9 58 85 85 85\n411a945b4493671d 3 3 3 3\n411a945b4493671d 3 17 17 17\n411a945b4493671d 3 24 24 24\n1a7d164646410568 22 61 61 61\n1a7d164646410568 103 83 83 83\n1a7d164646410568 103 90 90 90\nbf6491a3966ff9d7 37 60 60 60\nbf6491a3966ff9d7 83 61 61 61\nbf6491a3966ff9d7 83 73 73 73\n97ef4323919c5e8a 2 6 6 6\n97ef4323919c5e8a 66 59 59 59\n97ef4323919c5e8a 66 62 62 62\n35d5a242ba40f31f 69 47 47 47\n35d5a242ba40f31f 69 58 58 58\n35d5a242ba40f31f 69 61 61 61\n42b88f7ee71a7ba9 10 20 20 20\n42b88f7ee71a7ba9 10 35 35 35\n42b88f7ee71a7ba9 60 46 46 46\n9df69339df5f3fdc 3 16 16 16\n9df69339df5f3fdc 3 26 26 26\n9df69339df5f3fdc 66 56 56 56\nd030c6261cd1abb4 9 26 26 26\nd030c6261cd1abb4 59 49 49 49\nd030c6261cd1abb4 59 55 55 55\neec8ef2fe16dc804 9 32 32 32\neec8ef2fe16dc804 55 41 41 41\neec8ef2fe16dc804 55 55 55 55\nd8ea730c7ebc2b15 160 179 179 179\nd8ea730c7ebc2b15 232 211 211 211\nd8ea730c7ebc2b15 232 214 214 214\n73d6f935f31b3fd4 12 13 13 13\n73d6f935f31b3fd4 70 56 56 56\n73d6f935f31b3fd4 70 70 70 70\ne65e477a2259ee1d 24 46 46 46\ne65e477a2259ee1d 24 61 61 61\ne65e477a2259ee1d 147 105 105 105\nbcb3e61c29285c99 22 41 41 41\nbcb3e61c29285c99 22 56 56 56\nbcb3e61c29285c99 95 71 71 71\nb3250a0a2d9009f5 3 15 15 15\nb3250a0a2d9009f5 3 26 26 26\nb3250a0a2d9009f5 76 44 44 44\n84dc96c4d23ae77e 52 57 57 57\n84dc96c4d23ae77e 52 61 61 61\n84dc96c4d23ae77e 100 86 86 86\n95118479b085c02a 5 28 28 28\n95118479b085c02a 57 35 35 35\n95118479b085c02a 57 55 55 55\n33842f4b169e4145 167 186 186 186\n33842f4b169e4145 229 204 204 204\n33842f4b169e4145 229 213 213 213\n06d8995be6aa4db6 7 25 25 25\n06d8995be6aa4db6 72 52 52 52\n06d8995be6aa4db6 72 58 58 58\n2b1d7fac3c4aa643 56 75 75 75\n2b1d7fac3c4aa643 56 80 80 80\n2b1d7fac3c4aa643 108 84 84 84\n2dedd50196fcd8d8 1 7 7 7\n2dedd50196fcd8d8 1 18 18 18\n2dedd50196fcd8d8 47 47 47 47\n5cfcfd06bf95c274 70 54 54 54\n5cfcfd06bf95c274 70 55 55 55\n5cfcfd06bf95c274 70 58 58 58\n1d704b9365e9c86b 40 78 78 78\n1d704b9365e9c86b 159 117 117 117\n1d704b9365e9c86b 159 130 130 130\n6227136f87486626 194 201 201 201\n6227136f87486626 194 211 211 211\n6227136f87486626 194 222 222 222\n306e2b7785657539 111 84 84 84\n306e2b7785657539 111 96 96 96\n306e2b7785657539 111 107 107 107\nea6645a9ea0a246d 28 48 48 48\nea6645a9ea0a246d 28 51 51 51\nea6645a9ea0a246d 119 90 90 90\n072a60bc7e0b0dfd 29 30 30 30\n072a60bc7e0b0dfd 29 41 41 41\n072a60bc7e0b0dfd 111 106 106 106\n457a1ed78b1ddb01 26 35 35 35\n457a1ed78b1ddb01 26 53 53 53\n457a1ed78b1ddb01 103 92 92 92\neb6fe750d492236b 67 73 73 73\neb6fe750d492236b 196 147 147 147\neb6fe750d492236b 196 152 152 152\nadafd7e7453e6c7f 168 182 182 182\nadafd7e7453e6c7f 265 219 219 219\nadafd7e7453e6c7f 265 233 233 233\n3e07add8413f8157 138 175 175 175\n3e07add8413f8157 223 207 207 207\n3e07add8413f8157 223 209 209 209\n60228a8a6d2b00df 184 185 185 185\n60228a8a6d2b00df 249 230 230 230\n60228a8a6d2b00df 249 244 244 244\n01cf55ae3e378faf 37 37 37 37\n01cf55ae3e378faf 37 84 84 84\n01cf55ae3e378faf 165 155 155 155\nc0cae0d6cf77466d 38 63 63 63\nc0cae0d6cf77466d 108 95 95 95\nc0cae0d6cf77466d 108 107 107 107\n793f0043431013f7 33 57 57 57\n793f0043431013f7 85 71 71 71\n793f0043431013f7 85 73 73 73\n63f5a76a611bd340 153 156 156 156\n63f5a76a611bd340 153 165 165 165\n63f5a76a611bd340 254 237 237 237\ne99a97fb863e6a9d 9 33 33 33\ne99a97fb863e6a9d 9 34 34 34\ne99a97fb863e6a9d 63 56 56 56\nd6810088d20057b8 10 23 23 23\nd6810088d20057b8 10 31 31 31\nd6810088d20057b8 78 72 72 72\n756dfb036dd20adb 9 24 24 24\n756dfb036dd20adb 9 34 34 34\n756dfb036dd20adb 94 72 72 72\nf8c255e4f6f28bdc 96 70 70 70\nf8c255e4f6f28bdc 96 85 85 85\nf8c255e4f6f28bdc 96 90 90 90\n3bceca99e87d64c5 6 8 8 8\n3bceca99e87d64c5 6 17 17 17\n3bceca99e87d64c5 54 31 31 31\nd0bd753e8fe4e2d3 31 37 37 37\nd0bd753e8fe4e2d3 31 43 43 43\nd0bd753e8fe4e2d3 31 46 46 46\nf4d1d8343d1cbdbb 22 34 34 34\nf4d1d8343d1cbdbb 22 42 42 42\nf4d1d8343d1cbdbb 67 52 52 52\n11fcbcdb1dfefb38 89 65 65 65\n11fcbcdb1dfefb38 89 71 71 71\n11fcbcdb1dfefb38 89 84 84 84\n504e98d08e4cf00f 11 15 15 15\n504e98d08e4cf00f 11 22 22 22\n504e98d08e4cf00f 65 53 53 53\n610fbdefdad11b29 17 27 27 27\n610fbdefdad11b29 74 50 50 50\n610fbdefdad11b29 74 74 74 74\n838a6871a8e181de 27 51 51 51\n838a6871a8e181de 91 74 74 74\n838a6871a8e181de 91 79 79 79\n55fcd2b9e570c4c8 30 31 31 31\n55fcd2b9e570c4c8 30 62 62 62\n55fcd2b9e570c4c8 123 85 85 85\n37697c41773d597a 56 40 40 40\n37697c41773d597a 56 49 49 49\n37697c41773d597a 56 51 51 51\n111356766833a7df 69 46 46 46\n111356766833a7df 69 50 50 50\n111356766833a7df 69 55 55 55\n01aaf4ebb084dc16 264 227 227 227\n01aaf4ebb084dc16 264 237 237 237\n01aaf4ebb084dc16 264 246 246 246\n74d90d151c3b4237 2 14 14 14\n74d90d151c3b4237 2 21 21 21\n74d90d151c3b4237 47 42 42 42\ne4596877e8d94040 59 70 70 70\ne4596877e8d94040 59 85 85 85\ne4596877e8d94040 111 105 105 105\nafa27c12d2fdddc1 179 179 179 179\nafa27c12d2fdddc1 179 180 180 180\nafa27c12d2fdddc1 231 208 208 208\n02b406d1e5e31d5c 59 49 49 49\n02b406d1e5e31d5c 59 54 54 54\n02b406d1e5e31d5c 59 57 57 57\n5e12cd34c3b1fe72 4 10 10 10\n5e12cd34c3b1fe72 57 35 35 35\n5e12cd34c3b1fe72 57 46 46 46\n2b4a934049f932d0 51 42 42 42\n2b4a934049f932d0 51 48 48 48\n2b4a934049f932d0 51 50 50 50\nffd9cad0a4d2ca75 3 5 5 5\nffd9cad0a4d2ca75 3 12 12 12\nffd9cad0a4d2ca75 3 24 24 24\nb23acf2348354621 45 82 82 82\nb23acf2348354621 45 94 94 94\nb23acf2348354621 154 134 134 134\nd8a96659ed2bd380 103 115 115 115\nd8a96659ed2bd380 103 141 141 141\nd8a96659ed2bd380 221 201 201 201\nb407e1b5a428f463 90 112 112 112\nb407e1b5a428f463 90 119 119 119\nb407e1b5a428f463 169 164 164 164\n0d8fd962cbfc81b7 20 26 26 26\n0d8fd962cbfc81b7 20 33 33 33\n0d8fd962cbfc81b7 85 85 85 85\n007b4ae7c05f2ea2 167 174 174 174\n007b4ae7c05f2ea2 231 218 218 218\n007b4ae7c05f2ea2 231 230 230 230\n808386c2ae9d31e6 53 60 60 60\n808386c2ae9d31e6 53 76 76 76\n808386c2ae9d31e6 115 106 106 106\nd2f5e2cbbf1015f5 5 11 11 11\nd2f5e2cbbf1015f5 5 13 13 13\nd2f5e2cbbf1015f5 5 36 36 36\n4ac044dcaa428723 34 45 45 45\n4ac044dcaa428723 34 47 47 47\n4ac044dcaa428723 86 68 68 68\ne9f5da5f5d7c0de4 18 20 20 20\ne9f5da5f5d7c0de4 66 52 52 52\ne9f5da5f5d7c0de4 66 53 53 53\n5aa4837f65df42a2 59 42 42 42\n5aa4837f65df42a2 59 49 49 49\n5aa4837f65df42a2 59 58 58 58\nd148537296a4925e 36 40 40 40\nd148537296a4925e 124 111 111 111\nd148537296a4925e 124 118 118 118\n9186a61648523837 67 69 69 69\n9186a61648523837 67 87 87 87\n9186a61648523837 67 90 90 90\nc4688d5ce226a8a3 7 15 15 15\nc4688d5ce226a8a3 64 43 43 43\nc4688d5ce226a8a3 64 55 55 55\nae8ea9afb925ee77 152 174 174 174\nae8ea9afb925ee77 198 178 178 178\nae8ea9afb925ee77 198 190 190 190\n452e9c4e4729ddff 19 26 26 26\n452e9c4e4729ddff 19 31 31 31\n452e9c4e4729ddff 67 66 66 66\naa8cd8c5ab8576fb 26 33 33 33\naa8cd8c5ab8576fb 26 45 45 45\naa8cd8c5ab8576fb 73 61 61 61\n0f540553fc30f16d 20 35 35 35\n0f540553fc30f16d 20 53 53 53\n0f540553fc30f16d 104 65 65 65\n0d46043105cf3185 74 101 101 101\n0d46043105cf3185 137 110 110 110\n0d46043105cf3185 137 116 116 116\nd35f508ebd80e610 27 46 46 46\nd35f508ebd80e610 74 59 59 59\nd35f508ebd80e610 74 73 73 73\necdec2a700fbd0cb 0 31 31 31\necdec2a700fbd0cb 75 48 48 48\necdec2a700fbd0cb 75 75 75 75\n06954737f53b8688 117 120 120 120\n06954737f53b8688 117 124 124 124\n06954737f53b8688 167 164 164 164\n32dfef9109202812 61 42 42 42\n32dfef9109202812 61 48 48 48\n32dfef9109202812 61 51 51 51\nf4531998080f8fce 5 19 19 19\nf4531998080f8fce 69 42 42 42\nf4531998080f8fce 69 46 46 46\n00969c45a093d43c 0 0 0 0\n00969c45a093d43c 0 4 4 4\n00969c45a093d43c 64 37 37 37\n0516a5d959b58cb3 42 55 55 55\n0516a5d959b58cb3 42 60 60 60\n0516a5d959b58cb3 42 63 63 63\n0d82dba8f137e3da 0 17 17 17\n0d82dba8f137e3da 0 27 27 27\n0d82dba8f137e3da 55 37 37 37\n3c5163ede747b187 13 26 26 26\n3c5163ede747b187 13 34 34 34\n3c5163ede747b187 61 48 48 48\na71ce4ca6d088c99 136 143 143 143\na71ce4ca6d088c99 194 185 185 185\na71ce4ca6d088c99 194 188 188 188\n9240eb57425d3e61 45 46 46 46\n9240eb57425d3e61 137 133 133 133\n9240eb57425d3e61 137 137 137 137\n8383c3848d7b6793 0 4 4 4\n8383c3848d7b6793 0 10 10 10\n8383c3848d7b6793 51 40 40 40\n449c34eaea295942 3 11 11 11\n449c34eaea295942 3 18 18 18\n449c34eaea295942 60 39 39 39\n64c5eeee42ead135 15 39 39 39\n64c5eeee42ead135 63 41 41 41\n64c5eeee42ead135 63 58 58 58\n61192009ce2e8d25 115 128 128 128\n61192009ce2e8d25 115 129 129 129\n61192009ce2e8d25 209 178 178 178\n5eb4f61d2fc01423 13 15 15 15\n5eb4f61d2fc01423 13 43 43 43\n5eb4f61d2fc01423 87 58 58 58\n3f89e23583c36441 60 92 92 92\n3f89e23583c36441 60 98 98 98\n3f89e23583c36441 60 105 105 105\n0ece034988793847 41 50 50 50\n0ece034988793847 41 52 52 52\n0ece034988793847 117 111 111 111\n79039a7f117fe5df 45 83 83 83\n79039a7f117fe5df 125 88 88 88\n79039a7f117fe5df 125 110 110 110\n6f0848af3fdd300f 1 6 6 6\n6f0848af3fdd300f 58 40 40 40\n6f0848af3fdd300f 58 49 49 49\n515ff56d91647ed8 67 55 55 55\n515ff56d91647ed8 67 58 58 58\n515ff56d91647ed8 67 64 64 64\nef6b6088c854be6a 10 15 15 15\nef6b6088c854be6a 10 27 27 27\nef6b6088c854be6a 66 42 42 42\n0131c9aed0fb3940 91 108 108 108\n0131c9aed0fb3940 166 138 138 138\n0131c9aed0fb3940 166 143 143 143\n56d52adb40f43006 9 13 13 13\n56d52adb40f43006 9 21 21 21\n56d52adb40f43006 87 86 86 86\n8f6232b4894c548f 27 30 30 30\n8f6232b4894c548f 27 32 32 32\n8f6232b4894c548f 27 33 33 33\n5831d0efd932b661 11 37 37 37\n5831d0efd932b661 11 53 53 53\n5831d0efd932b661 124 84 84 84\n997cf2dce8841462 161 170 170 170\n997cf2dce8841462 249 220 220 220\n997cf2dce8841462 249 233 233 233\n432fb354aa710e62 66 67 67 67\n432fb354aa710e62 66 80 80 80\n432fb354aa710e62 111 101 101 101\n4cda491521679291 20 39 39 39\n4cda491521679291 66 57 57 57\n4cda491521679291 66 66 66 66\na5bf307def4d3139 15 18 18 18\na5bf307def4d3139 15 29 29 29\na5bf307def4d3139 66 43 43 43\nbe9cc6b6650bc49d 25 39 39 39\nbe9cc6b6650bc49d 25 48 48 48\nbe9cc6b6650bc49d 71 63 63 63\nf16acbb21852bd7d 11 19 19 19\nf16acbb21852bd7d 11 29 29 29\nf16acbb21852bd7d 88 61 61 61\ne94154e96e881563 1 5 5 5\ne94154e96e881563 1 18 18 18\ne94154e96e881563 46 45 45 45\n5a88a7628a024a8a 31 39 39 39\n5a88a7628a024a8a 31 64 64 64\n5a88a7628a024a8a 112 108 108 108\n2b3e3c5d30c17bd9 25 26 26 26\n2b3e3c5d30c17bd9 25 38 38 38\n2b3e3c5d30c17bd9 25 48 48 48\n66500f98d54ecd37 20 44 44 44\n66500f98d54ecd37 72 52 52 52\n66500f98d54ecd37 72 64 64 64\ne920e9ee74ed273a 43 47 47 47\ne920e9ee74ed273a 43 57 57 57\ne920e9ee74ed273a 43 64 64 64\nb0c41f5b2480bb8b 29 49 49 49\nb0c41f5b2480bb8b 29 54 54 54\nb0c41f5b2480bb8b 79 72 72 72\nbd6f17493a9d5eeb 9 27 27 27\nbd6f17493a9d5eeb 9 51 51 51\nbd6f17493a9d5eeb 9 53 53 53\nec2367a92a3ac765 31 38 38 38\nec2367a92a3ac765 31 55 55 55\nec2367a92a3ac765 153 123 123 123\ncc8215b05c6778d0 9 38 38 38\ncc8215b05c6778d0 9 58 58 58\ncc8215b05c6778d0 133 99 99 99\nb0919c7c6ee9ccb4 43 53 53 53\nb0919c7c6ee9ccb4 43 68 68 68\nb0919c7c6ee9ccb4 101 78 78 78\n537b5c660ad956d7 33 38 38 38\n537b5c660ad956d7 33 65 65 65\n537b5c660ad956d7 100 79 79 79\n96d5582decc8c3cf 157 129 129 129\n96d5582decc8c3cf 157 135 135 135\n96d5582decc8c3cf 157 140 140 140\na83b470f7272bbcd 20 24 24 24\na83b470f7272bbcd 68 56 56 56\na83b470f7272bbcd 68 60 60 60\n96156703cfe23834 51 71 71 71\n96156703cfe23834 51 75 75 75\n96156703cfe23834 51 83 83 83\n395caf9235fde098 2 11 11 11\n395caf9235fde098 2 19 19 19\n395caf9235fde098 57 32 32 32\n1a2e68ddf807373c 95 100 100 100\n1a2e68ddf807373c 95 104 104 104\n1a2e68ddf807373c 95 131 131 131\nd0d176ef9f64504c 58 63 63 63\nd0d176ef9f64504c 58 72 72 72\nd0d176ef9f64504c 58 94 94 94\n9c85f12e4c5594c1 95 118 118 118\n9c85f12e4c5594c1 184 169 169 169\n9c85f12e4c5594c1 184 179 179 179\n523ba383f96f31da 108 112 112 112\n523ba383f96f31da 108 131 131 131\n523ba383f96f31da 158 136 136 136\n38615248b52e2834 4 19 19 19\n38615248b52e2834 4 47 47 47\n38615248b52e2834 92 49 49 49\n4263257ec6099434 19 38 38 38\n4263257ec6099434 83 74 74 74\n4263257ec6099434 83 81 81 81\ndc7c7a8a4d5ac4e0 86 91 91 91\ndc7c7a8a4d5ac4e0 86 113 113 113\ndc7c7a8a4d5ac4e0 154 133 133 133\n26337df1ebd39c1a 16 23 23 23\n26337df1ebd39c1a 73 53 53 53\n26337df1ebd39c1a 73 56 56 56\na5596bb58d65e134 1 9 9 9\na5596bb58d65e134 1 16 16 16\na5596bb58d65e134 63 42 42 42\nbc1571b6ae57de68 15 67 67 67\nbc1571b6ae57de68 147 86 86 86\nbc1571b6ae57de68 147 101 101 101\nff20a3e943ea6d63 96 122 122 122\nff20a3e943ea6d63 96 126 126 126\nff20a3e943ea6d63 209 176 176 176\n710e3a4b76271286 31 31 31 31\n710e3a4b76271286 31 40 40 40\n710e3a4b76271286 79 66 66 66\ncb06f426fb1e1ee7 119 168 168 168\ncb06f426fb1e1ee7 244 217 217 217\ncb06f426fb1e1ee7 244 233 233 233\ne20332acb9776bfe 19 40 40 40\ne20332acb9776bfe 76 53 53 53\ne20332acb9776bfe 76 63 63 63\n93f5d043b5efd9fd 19 35 35 35\n93f5d043b5efd9fd 64 56 56 56\n93f5d043b5efd9fd 64 60 60 60\nfef6f87f0eb94f9d 22 38 38 38\nfef6f87f0eb94f9d 126 81 81 81\nfef6f87f0eb94f9d 126 125 125 125\nca23cb4161bd6c27 57 80 80 80\nca23cb4161bd6c27 57 82 82 82\nca23cb4161bd6c27 117 114 114 114\nf9f0a9d133947ddf 3 21 21 21\nf9f0a9d133947ddf 58 34 34 34\nf9f0a9d133947ddf 58 50 50 50\nba11ddbb8b6f7b51 17 37 37 37\nba11ddbb8b6f7b51 96 80 80 80\nba11ddbb8b6f7b51 96 81 81 81\nfa7ac0885965196f 11 35 35 35\nfa7ac0885965196f 78 60 60 60\nfa7ac0885965196f 78 69 69 69\n9478dfa1b2aac888 27 47 47 47\n9478dfa1b2aac888 77 56 56 56\n9478dfa1b2aac888 77 60 60 60\neee309b82001efcc 21 27 27 27\neee309b82001efcc 75 57 57 57\neee309b82001efcc 75 72 72 72\n472e2674ece00632 2 5 5 5\n472e2674ece00632 2 15 15 15\n472e2674ece00632 56 47 47 47\n53eea5336472dd68 65 67 67 67\n53eea5336472dd68 65 72 72 72\n53eea5336472dd68 128 125 125 125\n0e00a382b62667c0 9 11 11 11\n0e00a382b62667c0 56 37 37 37\n0e00a382b62667c0 56 39 39 39\na94fc67eedfe293c 2 13 13 13\na94fc67eedfe293c 52 28 28 28\na94fc67eedfe293c 52 30 30 30\nde5a4241e0fc256e 23 27 27 27\nde5a4241e0fc256e 23 44 44 44\nde5a4241e0fc256e 106 100 100 100\n4d4e3b5bdb340bc5 48 52 52 52\n4d4e3b5bdb340bc5 48 65 65 65\n4d4e3b5bdb340bc5 95 86 86 86\n32cccd10c84b4529 37 38 38 38\n32cccd10c84b4529 97 94 94 94\n32cccd10c84b4529 97 95 95 95\nd4797d60785600e5 271 256 256 256\nd4797d60785600e5 271 260 260 260\nd4797d60785600e5 271 262 262 262\n7fdee044fb73c083 8 17 17 17\n7fdee044fb73c083 8 25 25 25\n7fdee044fb73c083 8 35 35 35\n173a82eeea56aed3 104 108 108 108\n173a82eeea56aed3 165 155 155 155\n173a82eeea56aed3 165 158 158 158\n5b578354e2ff536d 34 62 62 62\n5b578354e2ff536d 123 93 93 93\n5b578354e2ff536d 123 106 106 106\ndaceae3c5381041b 185 193 193 193\ndaceae3c5381041b 274 246 246 246\ndaceae3c5381041b 274 249 249 249\n3776e900791c1553 63 78 78 78\n3776e900791c1553 63 107 107 107\n3776e900791c1553 153 129 129 129\n7a0a8563edcb2777 60 72 72 72\n7a0a8563edcb2777 134 112 112 112\n7a0a8563edcb2777 134 115 115 115\n847f00dbdb354932 203 203 203 203\n847f00dbdb354932 203 204 204 204\n847f00dbdb354932 203 222 222 222\n83ceef672f798063 30 33 33 33\n83ceef672f798063 30 45 45 45\n83ceef672f798063 119 80 80 80\n3824335ebd7a4097 7 37 37 37\n3824335ebd7a4097 71 43 43 43\n3824335ebd7a4097 71 50 50 50\n2e554e99d045b484 36 51 51 51\n2e554e99d045b484 36 58 58 58\n2e554e99d045b484 82 63 63 63\n1593596b99e2dde9 145 172 172 172\n1593596b99e2dde9 223 205 205 205\n1593596b99e2dde9 223 215 215 215\n6415ac1fb927e931 112 151 151 151\n6415ac1fb927e931 196 159 159 159\n6415ac1fb927e931 196 171 171 171\n1b1816a2b83a5ded 84 104 104 104\n1b1816a2b83a5ded 84 115 115 115\n1b1816a2b83a5ded 160 141 141 141\n99440a9c3bbb41b4 119 128 128 128\n99440a9c3bbb41b4 119 150 150 150\n99440a9c3bbb41b4 119 160 160 160\n594c2bd3e4866894 46 54 54 54\n594c2bd3e4866894 116 104 104 104\n594c2bd3e4866894 116 111 111 111\nd73ab8bfb0690400 16 36 36 36\nd73ab8bfb0690400 61 55 55 55\nd73ab8bfb0690400 61 57 57 57\n07479835711d6f8d 5 12 12 12\n07479835711d6f8d 62 50 50 50\n07479835711d6f8d 62 59 59 59\neb892617e62c3cb1 19 28 28 28\neb892617e62c3cb1 19 38 38 38\neb892617e62c3cb1 70 52 52 52\n8396d1c25f4fcbc1 33 51 51 51\n8396d1c25f4fcbc1 153 135 135 135\n8396d1c25f4fcbc1 153 139 139 139\n49f6f14c580b71b9 15 16 16 16\n49f6f14c580b71b9 15 39 39 39\n49f6f14c580b71b9 69 47 47 47\na0e3a397d90143c7 140 149 149 149\na0e3a397d90143c7 140 160 160 160\na0e3a397d90143c7 276 221 221 221\n758441d28bf18f52 106 87 87 87\n758441d28bf18f52 106 97 97 97\n758441d28bf18f52 106 100 100 100\n03f1781c4cc126e6 1 10 10 10\n03f1781c4cc126e6 1 12 12 12\n03f1781c4cc126e6 48 33 33 33\n4cb669bd62a4ffb8 4 7 7 7\n4cb669bd62a4ffb8 65 38 38 38\n4cb669bd62a4ffb8 65 48 48 48\nd29f030c2f30de80 4 21 21 21\nd29f030c2f30de80 128 68 68 68\nd29f030c2f30de80 128 77 77 77\nef701392483196ac 1 4 4 4\nef701392483196ac 63 37 37 37\nef701392483196ac 63 55 55 55\na65ad33fc3bad8c4 17 35 35 35\na65ad33fc3bad8c4 17 36 36 36\na65ad33fc3bad8c4 17 39 39 39\nd1114d98f7321028 20 27 27 27\nd1114d98f7321028 20 37 37 37\nd1114d98f7321028 71 62 62 62\n5ef2c407a91164d6 84 120 120 120\n5ef2c407a91164d6 165 125 125 125\n5ef2c407a91164d6 165 140 140 140\n9a94edb1ebdde345 85 115 115 115\n9a94edb1ebdde345 156 128 128 128\n9a94edb1ebdde345 156 137 137 137\n45ac5168bda9d3e2 22 50 50 50\n45ac5168bda9d3e2 93 67 67 67\n45ac5168bda9d3e2 93 92 92 92\n289ce0f2b82dcd0e 3 6 6 6\n289ce0f2b82dcd0e 3 18 18 18\n289ce0f2b82dcd0e 3 23 23 23\nf12af1bc54560b02 37 45 45 45\nf12af1bc54560b02 89 64 64 64\nf12af1bc54560b02 89 68 68 68\n636b6fab2550a416 88 102 102 102\n636b6fab2550a416 88 109 109 109\n636b6fab2550a416 88 111 111 111\n81656a7e1b5e50f8 18 21 21 21\n81656a7e1b5e50f8 18 24 24 24\n81656a7e1b5e50f8 80 70 70 70\ne0cb68eea3732560 10 59 59 59\ne0cb68eea3732560 109 89 89 89\ne0cb68eea3732560 109 95 95 95\n7634487972104d11 40 43 43 43\n7634487972104d11 40 48 48 48\n7634487972104d11 40 104 104 104\ne2a9aada84cc6dad 33 34 34 34\ne2a9aada84cc6dad 33 58 58 58\ne2a9aada84cc6dad 122 110 110 110\nbd124cbcc8499c35 2 8 8 8\nbd124cbcc8499c35 2 13 13 13\nbd124cbcc8499c35 50 38 38 38\n8b7b1e3b17e1f65e 37 39 39 39\n8b7b1e3b17e1f65e 37 49 49 49\n8b7b1e3b17e1f65e 37 54 54 54\n41016527728cae5b 33 36 36 36\n41016527728cae5b 33 41 41 41\n41016527728cae5b 78 66 66 66\n6c31ace888b61e64 140 153 153 153\n6c31ace888b61e64 204 181 181 181\n6c31ace888b61e64 204 204 204 204\nd8814c586837d983 145 92 92 92\nd8814c586837d983 145 93 93 93\nd8814c586837d983 145 132 132 132\nd52cb5376bd64041 65 73 73 73\nd52cb5376bd64041 156 132 132 132\nd52cb5376bd64041 156 135 135 135\nd1c2132bcaf8c8ff 0 14 14 14\nd1c2132bcaf8c8ff 55 37 37 37\nd1c2132bcaf8c8ff 55 40 40 40\n32eba3e4cfb61f93 22 46 46 46\n32eba3e4cfb61f93 73 59 59 59\n32eba3e4cfb61f93 73 72 72 72\n0090cc64d7b7bb24 38 43 43 43\n0090cc64d7b7bb24 38 74 74 74\n0090cc64d7b7bb24 115 107 107 107\nfd7d74cda1a4647c 25 34 34 34\nfd7d74cda1a4647c 25 36 36 36\nfd7d74cda1a4647c 25 46 46 46\nab9caa524b50a3ed 66 60 60 60\nab9caa524b50a3ed 66 64 64 64\nab9caa524b50a3ed 66 65 65 65\n5e2c2ba8e3f43930 84 50 50 50\n5e2c2ba8e3f43930 84 68 68 68\n5e2c2ba8e3f43930 84 73 73 73\n5b24d7524400ba63 23 46 46 46\n5b24d7524400ba63 23 51 51 51\n5b24d7524400ba63 84 73 73 73\n6816c423fb2b2603 5 12 12 12\n6816c423fb2b2603 5 15 15 15\n6816c423fb2b2603 51 51 51 51\n0beae06611ead92b 68 73 73 73\n0beae06611ead92b 68 93 93 93\n0beae06611ead92b 184 156 156 156\n77e494623701b783 163 143 143 143\n77e494623701b783 163 153 153 153\n77e494623701b783 163 157 157 157\n15d324ad8ff2dd83 11 19 19 19\n15d324ad8ff2dd83 58 37 37 37\n15d324ad8ff2dd83 58 58 58 58\nb36b6680257fb62f 4 9 9 9\nb36b6680257fb62f 51 37 37 37\nb36b6680257fb62f 51 43 43 43\n1356044ed255241c 46 30 30 30\n1356044ed255241c 46 34 34 34\n1356044ed255241c 46 46 46 46\n1bc87f52eba89cc4 21 41 41 41\n1bc87f52eba89cc4 21 45 45 45\n1bc87f52eba89cc4 84 82 82 82\n1d1cafa3e27da040 6 19 19 19\n1d1cafa3e27da040 6 33 33 33\n1d1cafa3e27da040 71 50 50 50\n602924db2002b913 5 12 12 12\n602924db2002b913 5 28 28 28\n602924db2002b913 52 49 49 49\n0e714d042fa59506 58 75 75 75\n0e714d042fa59506 136 107 107 107\n0e714d042fa59506 136 116 116 116\n6b6f2e600be49cd3 42 56 56 56\n6b6f2e600be49cd3 42 59 59 59\n6b6f2e600be49cd3 103 98 98 98\n80731b22d1ae18fe 13 18 18 18\n80731b22d1ae18fe 13 30 30 30\n80731b22d1ae18fe 59 56 56 56\n1cddaac7be8ecfa5 7 23 23 23\n1cddaac7be8ecfa5 7 24 24 24\n1cddaac7be8ecfa5 57 40 40 40\nbf2f95468d2f3a94 12 20 20 20\nbf2f95468d2f3a94 58 50 50 50\nbf2f95468d2f3a94 58 58 58 58\n1fb651cd12893f99 20 29 29 29\n1fb651cd12893f99 20 33 33 33\n1fb651cd12893f99 65 43 43 43\n3714123f055e06a1 47 73 73 73\n3714123f055e06a1 47 95 95 95\n3714123f055e06a1 150 138 138 138\na58691cd3790a330 75 50 50 50\na58691cd3790a330 75 53 53 53\na58691cd3790a330 75 54 54 54\ne16e616763c90f55 105 113 113 113\ne16e616763c90f55 105 124 124 124\ne16e616763c90f55 105 128 128 128\n6f10a628fb152c0d 10 33 33 33\n6f10a628fb152c0d 68 43 43 43\n6f10a628fb152c0d 68 53 53 53\n617d74e8fe12dfc5 24 28 28 28\n617d74e8fe12dfc5 70 58 58 58\n617d74e8fe12dfc5 70 67 67 67\n4bc1c3a888a8bfba 24 40 40 40\n4bc1c3a888a8bfba 84 74 74 74\n4bc1c3a888a8bfba 84 83 83 83\n584f2fc6d686aebc 184 212 212 212\n584f2fc6d686aebc 246 219 219 219\n584f2fc6d686aebc 246 228 228 228\n049a98f70ce9f471 85 116 116 116\n049a98f70ce9f471 202 152 152 152\n049a98f70ce9f471 202 202 202 202\n75dbccdce05fc875 3 16 16 16\n75dbccdce05fc875 64 51 51 51\n75dbccdce05fc875 64 53 53 53\n4cbb82a6bab25a0f 24 29 29 29\n4cbb82a6bab25a0f 24 47 47 47\n4cbb82a6bab25a0f 72 51 51 51\nd5c7972d2fc031d3 21 33 33 33\nd5c7972d2fc031d3 21 40 40 40\nd5c7972d2fc031d3 105 91 91 91\naf82449f47af4000 22 31 31 31\naf82449f47af4000 109 79 79 79\naf82449f47af4000 109 99 99 99\ne4d0c443da0a410e 4 12 12 12\ne4d0c443da0a410e 4 20 20 20\ne4d0c443da0a410e 4 24 24 24\nb076e5db74620552 1 12 12 12\nb076e5db74620552 55 32 32 32\nb076e5db74620552 55 49 49 49\n27f3ccfb3199499e 102 111 111 111\n27f3ccfb3199499e 209 156 156 156\n27f3ccfb3199499e 209 208 208 208\n65c3b0bc4d1c4937 56 30 30 30\n65c3b0bc4d1c4937 56 49 49 49\n65c3b0bc4d1c4937 56 52 52 52\nb142a3b0f2424c63 205 206 206 206\nb142a3b0f2424c63 256 231 231 231\nb142a3b0f2424c63 256 254 254 254\ndab11e3658de864c 22 25 25 25\ndab11e3658de864c 22 32 32 32\ndab11e3658de864c 103 64 64 64\na6608b282fd56b6a 73 75 75 75\na6608b282fd56b6a 131 110 110 110\na6608b282fd56b6a 131 122 122 122\nc6d8983e036f624a 30 32 32 32\nc6d8983e036f624a 87 81 81 81\nc6d8983e036f624a 87 83 83 83\n5944ef3bc109fe8e 82 84 84 84\n5944ef3bc109fe8e 82 105 105 105\n5944ef3bc109fe8e 82 112 112 112\nd637371420a611a5 3 36 36 36\nd637371420a611a5 112 59 59 59\nd637371420a611a5 112 107 107 107\n25eb909bc9207b62 104 86 86 86\n25eb909bc9207b62 104 90 90 90\n25eb909bc9207b62 104 101 101 101\n1de1b73fe4d6aa77 10 19 19 19\n1de1b73fe4d6aa77 10 33 33 33\n1de1b73fe4d6aa77 61 40 40 40\n55b512c313b9f94c 10 33 33 33\n55b512c313b9f94c 57 38 38 38\n55b512c313b9f94c 57 45 45 45\nb12a86f213f4b4f7 0 5 5 5\nb12a86f213f4b4f7 46 30 30 30\nb12a86f213f4b4f7 46 34 34 34\n1edc6b95e84127b6 19 25 25 25\n1edc6b95e84127b6 19 40 40 40\n1edc6b95e84127b6 86 72 72 72\n5ab6c32ba3acddf7 114 141 141 141\n5ab6c32ba3acddf7 170 152 152 152\n5ab6c32ba3acddf7 170 153 153 153\n78f4b560f9ebc1e1 74 84 84 84\n78f4b560f9ebc1e1 74 88 88 88\n78f4b560f9ebc1e1 120 106 106 106\n338ff9f6c02a6a40 29 29 29 29\n338ff9f6c02a6a40 29 38 38 38\n338ff9f6c02a6a40 29 48 48 48\n56320b37680175b6 39 42 42 42\n56320b37680175b6 39 61 61 61\n56320b37680175b6 87 81 81 81\n0eadbf8806794990 88 104 104 104\n0eadbf8806794990 154 134 134 134\n0eadbf8806794990 154 136 136 136\nf557b08a4a69ab5c 10 19 19 19\nf557b08a4a69ab5c 10 23 23 23\nf557b08a4a69ab5c 10 25 25 25\n9c76d9b93e06163c 41 58 58 58\n9c76d9b93e06163c 103 93 93 93\n9c76d9b93e06163c 103 94 94 94\n2b973e6f676eb243 89 77 77 77\n2b973e6f676eb243 89 87 87 87\n2b973e6f676eb243 89 89 89 89\n8fc8e232944734bc 20 21 21 21\n8fc8e232944734bc 20 30 30 30\n8fc8e232944734bc 97 69 69 69\nd751995260cd797b 112 151 151 151\nd751995260cd797b 206 169 169 169\nd751995260cd797b 206 205 205 205\n05c423623c9f6f56 3 17 17 17\n05c423623c9f6f56 3 21 21 21\n05c423623c9f6f56 68 50 50 50\n40f92f1e65a5e1dd 22 24 24 24\n40f92f1e65a5e1dd 22 39 39 39\n40f92f1e65a5e1dd 83 56 56 56\n74dce1dd5e07754e 103 119 119 119\n74dce1dd5e07754e 160 132 132 132\n74dce1dd5e07754e 160 141 141 141\nee4111163f2a4f9c 66 74 74 74\nee4111163f2a4f9c 66 99 99 99\nee4111163f2a4f9c 137 116 116 116\n4f1e8e3e0ca5f08f 44 45 45 45\n4f1e8e3e0ca5f08f 44 67 67 67\n4f1e8e3e0ca5f08f 95 88 88 88\n33f4eeb64d0c9c1a 152 123 123 123\n33f4eeb64d0c9c1a 152 128 128 128\n33f4eeb64d0c9c1a 152 133 133 133\nb17cbe416d6c9144 7 9 9 9\nb17cbe416d6c9144 7 12 12 12\nb17cbe416d6c9144 55 35 35 35\n3260a42ccfba8973 6 27 27 27\n3260a42ccfba8973 6 29 29 29\n3260a42ccfba8973 59 53 53 53\n4f3f74d48608536d 95 102 102 102\n4f3f74d48608536d 95 112 112 112\n4f3f74d48608536d 146 121 121 121\nee449870b417dff7 10 23 23 23\nee449870b417dff7 60 48 48 48\nee449870b417dff7 60 58 58 58\n9d8a4c0edaa5660b 1 3 3 3\n9d8a4c0edaa5660b 1 10 10 10\n9d8a4c0edaa5660b 48 33 33 33\n7b6a13ed373bafb1 37 49 49 49\n7b6a13ed373bafb1 37 52 52 52\n7b6a13ed373bafb1 114 102 102 102\n095fb57435b7d890 25 26 26 26\n095fb57435b7d890 25 37 37 37\n095fb57435b7d890 86 78 78 78\n7ab8aedca7d8757c 65 82 82 82\n7ab8aedca7d8757c 183 150 150 150\n7ab8aedca7d8757c 183 170 170 170\nf8b6ddff8ac15284 160 135 135 135\nf8b6ddff8ac15284 160 150 150 150\nf8b6ddff8ac15284 160 157 157 157\n760eed8b3b2d193c 69 74 74 74\n760eed8b3b2d193c 127 102 102 102\n760eed8b3b2d193c 127 120 120 120\nf93a6b5a5c9fdcd4 11 12 12 12\nf93a6b5a5c9fdcd4 11 30 30 30\nf93a6b5a5c9fdcd4 59 46 46 46\ncdef9e6563e99383 20 26 26 26\ncdef9e6563e99383 20 64 64 64\ncdef9e6563e99383 136 125 125 125\na57b2462f36f2fbd 30 78 78 78\na57b2462f36f2fbd 30 93 93 93\na57b2462f36f2fbd 166 108 108 108\n7f6ca18d29449b97 32 36 36 36\n7f6ca18d29449b97 80 67 67 67\n7f6ca18d29449b97 80 75 75 75\n58c7cd265dad22c4 6 6 6 6\n58c7cd265dad22c4 6 30 30 30\n58c7cd265dad22c4 69 69 69 69\n4242fb49c775710c 80 55 55 55\n4242fb49c775710c 80 65 65 65\n4242fb49c775710c 80 73 73 73\nf7b3d421b8b09103 3 5 5 5\nf7b3d421b8b09103 3 25 25 25\nf7b3d421b8b09103 3 29 29 29\n002ae53df0e0afe2 1 18 18 18\n002ae53df0e0afe2 46 30 30 30\n002ae53df0e0afe2 46 44 44 44\n588cc769c31e8e5d 1 10 10 10\n588cc769c31e8e5d 1 14 14 14\n588cc769c31e8e5d 48 37 37 37\na17fdfcb519750eb 6 32 32 32\na17fdfcb519750eb 6 36 36 36\na17fdfcb519750eb 6 39 39 39\ne5283321fd627294 59 39 39 39\ne5283321fd627294 59 56 56 56\ne5283321fd627294 59 58 58 58\n16a7b5a41f31feb8 144 146 146 146\n16a7b5a41f31feb8 144 167 167 167\n16a7b5a41f31feb8 210 203 203 203\n74c5270c0509598a 91 96 96 96\n74c5270c0509598a 91 114 114 114\n74c5270c0509598a 91 118 118 118\neca3f5a4e9c39dcb 6 9 9 9\neca3f5a4e9c39dcb 6 11 11 11\neca3f5a4e9c39dcb 6 21 21 21\n5f8d3e74c44ebfe1 23 42 42 42\n5f8d3e74c44ebfe1 77 64 64 64\n5f8d3e74c44ebfe1 77 66 66 66\n13fcc228c40a0e67 48 60 60 60\n13fcc228c40a0e67 48 66 66 66\n13fcc228c40a0e67 93 86 86 86\nacd498c538ea838c 118 140 140 140\nacd498c538ea838c 180 151 151 151\nacd498c538ea838c 180 168 168 168\n81631caa82417133 34 52 52 52\n81631caa82417133 34 59 59 59\n81631caa82417133 88 63 63 63\n0e241f40ce0cd802 1 25 25 25\n0e241f40ce0cd802 52 45 45 45\n0e241f40ce0cd802 52 50 50 50\n7c229743606cb149 180 157 157 157\n7c229743606cb149 180 167 167 167\n7c229743606cb149 180 168 168 168\nbe46ebf723a08b6e 3 11 11 11\nbe46ebf723a08b6e 91 50 50 50\nbe46ebf723a08b6e 91 59 59 59\n283334520a3f8a43 13 37 37 37\n283334520a3f8a43 98 72 72 72\n283334520a3f8a43 98 96 96 96\n3420d39fbe2754cd 121 101 101 101\n3420d39fbe2754cd 121 108 108 108\n3420d39fbe2754cd 121 110 110 110\n654a9b3e9275de95 99 111 111 111\n654a9b3e9275de95 99 146 146 146\n654a9b3e9275de95 202 177 177 177\na58cfba1b939271e 66 79 79 79\na58cfba1b939271e 66 83 83 83\na58cfba1b939271e 116 100 100 100\n5bd652e5e88bd99e 97 102 102 102\n5bd652e5e88bd99e 97 109 109 109\n5bd652e5e88bd99e 142 139 139 139\n4c791225522d45ba 41 43 43 43\n4c791225522d45ba 41 80 80 80\n4c791225522d45ba 136 104 104 104\n87d7a86f53856f83 33 51 51 51\n87d7a86f53856f83 33 57 57 57\n87d7a86f53856f83 167 143 143 143\nde679a299a3c2237 43 57 57 57\nde679a299a3c2237 43 72 72 72\nde679a299a3c2237 135 95 95 95\n3a6dc09185951ae3 79 56 56 56\n3a6dc09185951ae3 79 59 59 59\n3a6dc09185951ae3 79 68 68 68\n795919ce5d3a68bb 3 16 16 16\n795919ce5d3a68bb 3 25 25 25\n795919ce5d3a68bb 48 37 37 37\n3f79dc32d575bcdc 32 51 51 51\n3f79dc32d575bcdc 32 57 57 57\n3f79dc32d575bcdc 133 98 98 98\na293b394e08f7295 33 36 36 36\na293b394e08f7295 33 58 58 58\na293b394e08f7295 84 62 62 62\n4a2d6753676df096 79 93 93 93\n4a2d6753676df096 79 95 95 95\n4a2d6753676df096 140 112 112 112\n29832cbdb4144601 82 91 91 91\n29832cbdb4144601 82 100 100 100\n29832cbdb4144601 82 101 101 101\n7c2a1a21f98565bb 8 9 9 9\n7c2a1a21f98565bb 8 19 19 19\n7c2a1a21f98565bb 64 56 56 56\n830b9cfa875eccfb 42 77 77 77\n830b9cfa875eccfb 163 141 141 141\n830b9cfa875eccfb 163 153 153 153\n2ad50852a84faf51 163 122 122 122\n2ad50852a84faf51 163 127 127 127\n2ad50852a84faf51 163 148 148 148\n11e62395c85c250d 154 161 161 161\n11e62395c85c250d 154 170 170 170\n11e62395c85c250d 235 195 195 195\n71f92f3fca96eec7 17 17 17 17\n71f92f3fca96eec7 17 24 24 24\n71f92f3fca96eec7 68 47 47 47\n196ffec2c68cafd5 190 226 226 226\n196ffec2c68cafd5 271 239 239 239\n196ffec2c68cafd5 271 268 268 268\n4c943ac66f6c277e 116 153 153 153\n4c943ac66f6c277e 116 167 167 167\n4c943ac66f6c277e 237 178 178 178\n4955f54f807ef5aa 3 11 11 11\n4955f54f807ef5aa 55 43 43 43\n4955f54f807ef5aa 55 44 44 44\n84718a93683ce89e 12 15 15 15\n84718a93683ce89e 12 23 23 23\n84718a93683ce89e 57 41 41 41\n291bc22350620114 19 36 36 36\n291bc22350620114 67 47 47 47\n291bc22350620114 67 65 65 65\ne943268225439ee2 66 67 67 67\ne943268225439ee2 114 104 104 104\ne943268225439ee2 114 111 111 111\nf2294c16cb7fee10 28 35 35 35\nf2294c16cb7fee10 28 53 53 53\nf2294c16cb7fee10 82 79 79 79\nfd860acd024313fa 0 6 6 6\nfd860acd024313fa 0 12 12 12\nfd860acd024313fa 45 28 28 28\n5d9f7f0205f7bee5 4 20 20 20\n5d9f7f0205f7bee5 78 54 54 54\n5d9f7f0205f7bee5 78 74 74 74\ne6d0430b2855eef3 1 6 6 6\ne6d0430b2855eef3 1 7 7 7\ne6d0430b2855eef3 1 14 14 14\n2d3e1349898addb6 39 69 69 69\n2d3e1349898addb6 39 74 74 74\n2d3e1349898addb6 112 81 81 81\nae4ac70af9dffb2a 71 89 89 89\nae4ac70af9dffb2a 71 109 109 109\nae4ac70af9dffb2a 162 128 128 128\nc773a3d1819c4e46 122 140 140 140\nc773a3d1819c4e46 185 162 162 162\nc773a3d1819c4e46 185 173 173 173\n872994d87d80afa1 50 30 30 30\n872994d87d80afa1 50 38 38 38\n872994d87d80afa1 50 46 46 46\n7ab4a477b15e33de 78 84 84 84\n7ab4a477b15e33de 148 122 122 122\n7ab4a477b15e33de 148 126 126 126\n8f7a06b942bb6900 27 32 32 32\n8f7a06b942bb6900 27 50 50 50\n8f7a06b942bb6900 84 62 62 62\nb3fce22970354e15 89 113 113 113\nb3fce22970354e15 138 117 117 117\nb3fce22970354e15 138 120 120 120\n6c42b1d8b83548c1 26 31 31 31\n6c42b1d8b83548c1 26 44 44 44\n6c42b1d8b83548c1 26 46 46 46\n020a41f988981396 40 53 53 53\n020a41f988981396 99 82 82 82\n020a41f988981396 99 93 93 93\n39987911e4cf003c 6 10 10 10\n39987911e4cf003c 6 25 25 25\n39987911e4cf003c 60 38 38 38\n1c144e2404c5da89 19 41 41 41\n1c144e2404c5da89 19 56 56 56\n1c144e2404c5da89 97 64 64 64\n1fd615fea825fe87 19 55 55 55\n1fd615fea825fe87 117 103 103 103\n1fd615fea825fe87 117 110 110 110\n36f4df3e0a1ade5f 20 27 27 27\n36f4df3e0a1ade5f 65 59 59 59\n36f4df3e0a1ade5f 65 64 64 64\n7a5e19ae6ae54dbe 36 66 66 66\n7a5e19ae6ae54dbe 110 81 81 81\n7a5e19ae6ae54dbe 110 83 83 83\n86b75053e13f6172 5 23 23 23\n86b75053e13f6172 5 25 25 25\n86b75053e13f6172 5 26 26 26\nba72c19e113bbf12 52 86 86 86\nba72c19e113bbf12 52 102 102 102\nba72c19e113bbf12 161 114 114 114\n0c8438d86bb28f7d 61 63 63 63\n0c8438d86bb28f7d 61 85 85 85\n0c8438d86bb28f7d 110 89 89 89\nce69e6f9387f37b3 23 37 37 37\nce69e6f9387f37b3 23 52 52 52\nce69e6f9387f37b3 85 74 74 74\n699d4a33932c2025 4 9 9 9\n699d4a33932c2025 4 25 25 25\n699d4a33932c2025 4 26 26 26\n5a54b7b3ed9e2669 16 20 20 20\n5a54b7b3ed9e2669 16 30 30 30\n5a54b7b3ed9e2669 63 44 44 44\nc192371973923223 48 88 88 88\nc192371973923223 48 90 90 90\nc192371973923223 167 158 158 158\ncc30dde87a8cd5e5 226 234 234 234\ncc30dde87a8cd5e5 273 260 260 260\ncc30dde87a8cd5e5 273 270 270 270\n33baf3e18e5d7256 34 50 50 50\n33baf3e18e5d7256 151 102 102 102\n33baf3e18e5d7256 151 142 142 142\n542727f310bc5f57 118 154 154 154\n542727f310bc5f57 192 158 158 158\n542727f310bc5f57 192 185 185 185\ncccda9616bbe47b9 30 41 41 41\ncccda9616bbe47b9 30 46 46 46\ncccda9616bbe47b9 77 76 76 76\nb27f1bede464ab39 28 49 49 49\nb27f1bede464ab39 28 50 50 50\nb27f1bede464ab39 28 56 56 56\neb6c0d960b5ad011 84 109 109 109\neb6c0d960b5ad011 136 128 128 128\neb6c0d960b5ad011 136 132 132 132\n18c4fcb88d1a864f 0 0 0 0\n18c4fcb88d1a864f 0 16 16 16\n18c4fcb88d1a864f 0 18 18 18\n8c217ede015a8f32 120 139 139 139\n8c217ede015a8f32 172 156 156 156\n8c217ede015a8f32 172 157 157 157\n49c758aa3c35ed86 3 21 21 21\n49c758aa3c35ed86 3 24 24 24\n49c758aa3c35ed86 53 38 38 38\nf0feab036acd7195 4 13 13 13\nf0feab036acd7195 4 24 24 24\nf0feab036acd7195 4 27 27 27\n3a488ff3afa463e2 8 11 11 11\n3a488ff3afa463e2 8 30 30 30\n3a488ff3afa463e2 8 32 32 32\n46e653208e529783 11 12 12 12\n46e653208e529783 11 25 25 25\n46e653208e529783 11 27 27 27\n3289ad7a811d2348 21 48 48 48\n3289ad7a811d2348 21 57 57 57\n3289ad7a811d2348 96 80 80 80\n91bc7664f64cb914 7 23 23 23\n91bc7664f64cb914 7 28 28 28\n91bc7664f64cb914 71 61 61 61\nabe7bce073b9ce43 9 30 30 30\nabe7bce073b9ce43 9 43 43 43\nabe7bce073b9ce43 103 65 65 65\ncdb200a16eef815b 61 65 65 65\ncdb200a16eef815b 117 99 99 99\ncdb200a16eef815b 117 114 114 114\n0e4f56edbc3d8cd7 3 7 7 7\n0e4f56edbc3d8cd7 52 33 33 33\n0e4f56edbc3d8cd7 52 46 46 46\n7958600c70ee8a9d 15 42 42 42\n7958600c70ee8a9d 140 97 97 97\n7958600c70ee8a9d 140 101 101 101\nd42a67e5ac57d575 73 51 51 51\nd42a67e5ac57d575 73 55 55 55\nd42a67e5ac57d575 73 62 62 62\n4ec53b0f301cf02b 47 75 75 75\n4ec53b0f301cf02b 131 114 114 114\n4ec53b0f301cf02b 131 123 123 123\n7cc4a663a73167cf 23 43 43 43\n7cc4a663a73167cf 73 63 63 63\n7cc4a663a73167cf 73 71 71 71\n7757f4f48eb32176 28 33 33 33\n7757f4f48eb32176 88 67 67 67\n7757f4f48eb32176 88 75 75 75\n70d327d36d36506e 58 35 35 35\n70d327d36d36506e 58 39 39 39\n70d327d36d36506e 58 50 50 50\n4b7071b34e8cc67d 55 73 73 73\n4b7071b34e8cc67d 55 86 86 86\n4b7071b34e8cc67d 55 112 112 112\nce70d6234b88e7d3 55 35 35 35\nce70d6234b88e7d3 55 38 38 38\nce70d6234b88e7d3 55 49 49 49\n69d91ba3683c536f 5 63 63 63\n69d91ba3683c536f 131 85 85 85\n69d91ba3683c536f 131 121 121 121\n7233c56121c0e59d 12 26 26 26\n7233c56121c0e59d 129 91 91 91\n7233c56121c0e59d 129 125 125 125\n9bc83568fbc79825 48 92 92 92\n9bc83568fbc79825 184 160 160 160\n9bc83568fbc79825 184 175 175 175\n882d8c9cf2b9335d 4 13 13 13\n882d8c9cf2b9335d 4 16 16 16\n882d8c9cf2b9335d 53 52 52 52\n7163869be06d7dd5 49 81 81 81\n7163869be06d7dd5 49 91 91 91\n7163869be06d7dd5 181 161 161 161\n8df1dd08f3e0a8b5 138 150 150 150\n8df1dd08f3e0a8b5 138 159 159 159\n8df1dd08f3e0a8b5 184 163 163 163\n01e18dbbf22ff263 13 37 37 37\n01e18dbbf22ff263 94 64 64 64\n01e18dbbf22ff263 94 66 66 66\n6748d15e36161596 13 31 31 31\n6748d15e36161596 65 42 42 42\n6748d15e36161596 65 46 46 46\n206d9828d717139e 12 37 37 37\n206d9828d717139e 70 42 42 42\n206d9828d717139e 70 64 64 64\n396065ee739ea046 42 46 46 46\n396065ee739ea046 42 63 63 63\n396065ee739ea046 95 75 75 75\n440b5d1587251680 101 72 72 72\n440b5d1587251680 101 74 74 74\n440b5d1587251680 101 76 76 76\nc6f50806957eeab3 11 43 43 43\nc6f50806957eeab3 11 46 46 46\nc6f50806957eeab3 92 90 90 90\n48bb743178166598 17 38 38 38\n48bb743178166598 83 67 67 67\n48bb743178166598 83 73 73 73\n5888931fbc2e60f3 5 14 14 14\n5888931fbc2e60f3 5 26 26 26\n5888931fbc2e60f3 58 32 32 32\n2422f760ea77551d 26 43 43 43\n2422f760ea77551d 26 47 47 47\n2422f760ea77551d 77 75 75 75\n2064e46352532375 109 130 130 130\n2064e46352532375 174 155 155 155\n2064e46352532375 174 159 159 159\n667d53e90abcca1f 7 13 13 13\n667d53e90abcca1f 7 29 29 29\n667d53e90abcca1f 7 31 31 31\n0b211a1457076450 145 150 150 150\n0b211a1457076450 145 156 156 156\n0b211a1457076450 145 158 158 158\n3858fc4475d10c78 104 107 107 107\n3858fc4475d10c78 104 116 116 116\n3858fc4475d10c78 104 125 125 125\n29f52c76f269ae48 125 73 73 73\n29f52c76f269ae48 125 97 97 97\n29f52c76f269ae48 125 99 99 99\n1f62165dfec00c3e 44 72 72 72\n1f62165dfec00c3e 120 83 83 83\n1f62165dfec00c3e 120 98 98 98\n81fa34d3ed5c9442 65 44 44 44\n81fa34d3ed5c9442 65 45 45 45\n81fa34d3ed5c9442 65 50 50 50\n3317c40fd3e0a7b7 57 68 68 68\n3317c40fd3e0a7b7 57 86 86 86\n3317c40fd3e0a7b7 128 95 95 95\nb99637de9f6c46c7 30 37 37 37\nb99637de9f6c46c7 30 39 39 39\nb99637de9f6c46c7 30 59 59 59\nd60faf46f4942be4 107 78 78 78\nd60faf46f4942be4 107 91 91 91\nd60faf46f4942be4 107 99 99 99\n5ed1e06eb0e0a737 5 42 42 42\n5ed1e06eb0e0a737 87 82 82 82\n5ed1e06eb0e0a737 87 84 84 84\n943af1dc7ab5de43 12 15 15 15\n943af1dc7ab5de43 12 26 26 26\n943af1dc7ab5de43 12 34 34 34\n12e985eaa4b79298 163 128 128 128\n12e985eaa4b79298 163 132 132 132\n12e985eaa4b79298 163 157 157 157\n92a4b012b58e507c 29 48 48 48\n92a4b012b58e507c 78 56 56 56\n92a4b012b58e507c 78 62 62 62\n47573da5cb0e5e44 32 44 44 44\n47573da5cb0e5e44 134 86 86 86\n47573da5cb0e5e44 134 109 109 109\n5755647fdc759259 73 48 48 48\n5755647fdc759259 73 55 55 55\n5755647fdc759259 73 63 63 63\n5af87e033b9f0437 1 16 16 16\n5af87e033b9f0437 46 34 34 34\n5af87e033b9f0437 46 40 40 40\n040a26b288e7bda4 143 152 152 152\n040a26b288e7bda4 226 188 188 188\n040a26b288e7bda4 226 193 193 193\nb779ba4f3d024f39 11 16 16 16\nb779ba4f3d024f39 11 25 25 25\nb779ba4f3d024f39 61 60 60 60\n21e97eb0cfbff775 3 13 13 13\n21e97eb0cfbff775 72 61 61 61\n21e97eb0cfbff775 72 63 63 63\n5bdfcb2cf3ea6b54 11 31 31 31\n5bdfcb2cf3ea6b54 61 38 38 38\n5bdfcb2cf3ea6b54 61 59 59 59\nbcc6b5c21db0dc7d 34 65 65 65\nbcc6b5c21db0dc7d 115 80 80 80\nbcc6b5c21db0dc7d 115 94 94 94\n6b6d20c6a46b9fe9 26 47 47 47\n6b6d20c6a46b9fe9 26 48 48 48\n6b6d20c6a46b9fe9 82 68 68 68\n424f597efdad3067 15 26 26 26\n424f597efdad3067 15 36 36 36\n424f597efdad3067 61 58 58 58\n62523c746b75f427 0 21 21 21\n62523c746b75f427 0 23 23 23\n62523c746b75f427 83 45 45 45\n10ea3faaa29f4a88 59 44 44 44\n10ea3faaa29f4a88 59 48 48 48\n10ea3faaa29f4a88 59 51 51 51\n677866c08739532b 119 166 166 166\n677866c08739532b 221 189 189 189\n677866c08739532b 221 213 213 213\n075654f497170f90 171 203 203 203\n075654f497170f90 171 224 224 224\n075654f497170f90 277 257 257 257\ndc834c974b9c9850 3 20 20 20\ndc834c974b9c9850 48 39 39 39\ndc834c974b9c9850 48 48 48 48\n1ed5e32330ec25e8 19 62 62 62\n1ed5e32330ec25e8 120 76 76 76\n1ed5e32330ec25e8 120 113 113 113\nf9bd444ff59144bb 29 40 40 40\nf9bd444ff59144bb 77 62 62 62\nf9bd444ff59144bb 77 66 66 66\n0b1b293ffb0e2f51 0 20 20 20\n0b1b293ffb0e2f51 46 24 24 24\n0b1b293ffb0e2f51 46 31 31 31\nd6ae117e935038e5 20 28 28 28\nd6ae117e935038e5 20 37 37 37\nd6ae117e935038e5 69 68 68 68\nf7ca708f66179240 10 27 27 27\nf7ca708f66179240 10 37 37 37\nf7ca708f66179240 10 41 41 41\n15e0783c6b9683be 37 70 70 70\n15e0783c6b9683be 154 132 132 132\n15e0783c6b9683be 154 141 141 141\n0e6f8d0eb4103baf 4 4 4 4\n0e6f8d0eb4103baf 4 27 27 27\n0e6f8d0eb4103baf 50 32 32 32\n7e31f7d45c3cf0b6 40 47 47 47\n7e31f7d45c3cf0b6 40 62 62 62\n7e31f7d45c3cf0b6 85 82 82 82\n92836b807c80435b 27 32 32 32\n92836b807c80435b 27 42 42 42\n92836b807c80435b 86 57 57 57\n498688760312447b 120 84 84 84\n498688760312447b 120 92 92 92\n498688760312447b 120 99 99 99\n26cf19ef6b2b7404 116 99 99 99\n26cf19ef6b2b7404 116 105 105 105\n26cf19ef6b2b7404 116 110 110 110\nac9eb266e549b780 30 78 78 78\nac9eb266e549b780 131 101 101 101\nac9eb266e549b780 131 127 127 127\nfa4a47d5de18510e 2 20 20 20\nfa4a47d5de18510e 47 37 37 37\nfa4a47d5de18510e 47 41 41 41\n18502a6651367e71 55 56 56 56\n18502a6651367e71 115 106 106 106\n18502a6651367e71 115 112 112 112\n015d8a2a2834d38c 187 197 197 197\n015d8a2a2834d38c 257 250 250 250\n015d8a2a2834d38c 257 257 257 257\n195ca8350ff27f6f 97 107 107 107\n195ca8350ff27f6f 97 138 138 138\n195ca8350ff27f6f 233 190 190 190\n1e1e13de4ebea05a 179 155 155 155\n1e1e13de4ebea05a 179 175 175 175\n1e1e13de4ebea05a 179 176 176 176\n4089ef1b1bdb1d36 2 10 10 10\n4089ef1b1bdb1d36 53 33 33 33\n4089ef1b1bdb1d36 53 40 40 40\nc0bdeae8f2b84b7f 18 25 25 25\nc0bdeae8f2b84b7f 18 39 39 39\nc0bdeae8f2b84b7f 96 95 95 95\nbf549f266fb44586 1 11 11 11\nbf549f266fb44586 47 39 39 39\nbf549f266fb44586 47 46 46 46\n3f2bf7371b72e40f 38 40 40 40\n3f2bf7371b72e40f 38 46 46 46\n3f2bf7371b72e40f 38 60 60 60\n227c21a8dd87a153 11 20 20 20\n227c21a8dd87a153 11 25 25 25\n227c21a8dd87a153 64 48 48 48\n778f68c53772af85 46 24 24 24\n778f68c53772af85 46 35 35 35\n778f68c53772af85 46 40 40 40\naf5edc56cc39ad23 42 52 52 52\naf5edc56cc39ad23 87 70 70 70\naf5edc56cc39ad23 87 75 75 75\n095441304a817fe9 7 20 20 20\n095441304a817fe9 7 22 22 22\n095441304a817fe9 7 33 33 33\n826e80aa42b1ba40 29 32 32 32\n826e80aa42b1ba40 29 51 51 51\n826e80aa42b1ba40 135 113 113 113\n1c9772d765e0679e 52 58 58 58\n1c9772d765e0679e 52 66 66 66\n1c9772d765e0679e 52 101 101 101\nf3fb010a1ddc947d 8 16 16 16\nf3fb010a1ddc947d 8 45 45 45\nf3fb010a1ddc947d 94 74 74 74\nca95b6e7bfbc8436 18 25 25 25\nca95b6e7bfbc8436 18 38 38 38\nca95b6e7bfbc8436 18 40 40 40\ncca9a1bee61693d4 49 55 55 55\ncca9a1bee61693d4 49 73 73 73\ncca9a1bee61693d4 111 82 82 82\n676a6b3f0dea4b12 32 32 32 32\n676a6b3f0dea4b12 32 51 51 51\n676a6b3f0dea4b12 79 74 74 74\n0b04644621e97d30 4 17 17 17\n0b04644621e97d30 4 23 23 23\n0b04644621e97d30 53 36 36 36\n8d8aa8c998c02dfe 17 34 34 34\n8d8aa8c998c02dfe 83 56 56 56\n8d8aa8c998c02dfe 83 59 59 59\n8f04f919b046336c 13 17 17 17\n8f04f919b046336c 13 19 19 19\n8f04f919b046336c 13 40 40 40\nc78856807af46290 168 175 175 175\nc78856807af46290 168 179 179 179\nc78856807af46290 242 242 242 242\na247b339f81ebe2e 108 67 67 67\na247b339f81ebe2e 108 68 68 68\na247b339f81ebe2e 108 82 82 82\n45e6fa48ddd00e87 125 165 165 165\n45e6fa48ddd00e87 125 166 166 166\n45e6fa48ddd00e87 209 193 193 193\nc5e0229909535256 38 61 61 61\nc5e0229909535256 38 68 68 68\nc5e0229909535256 99 97 97 97\ncd60cc2edf2d6ebf 41 55 55 55\ncd60cc2edf2d6ebf 91 69 69 69\ncd60cc2edf2d6ebf 91 80 80 80\n90cbfcf3d8974851 54 86 86 86\n90cbfcf3d8974851 129 108 108 108\n90cbfcf3d8974851 129 111 111 111\n546b546cafbb0ca5 87 49 49 49\n546b546cafbb0ca5 87 78 78 78\n546b546cafbb0ca5 87 84 84 84\nb4e19508cc952d96 12 17 17 17\nb4e19508cc952d96 12 41 41 41\nb4e19508cc952d96 82 67 67 67\n9bbcf826d1eeaac8 68 72 72 72\n9bbcf826d1eeaac8 68 82 82 82\n9bbcf826d1eeaac8 124 116 116 116\ncb0c26c855110d08 2 9 9 9\ncb0c26c855110d08 2 12 12 12\ncb0c26c855110d08 2 32 32 32\nc6cd77c8b17f8d05 107 110 110 110\nc6cd77c8b17f8d05 107 115 115 115\nc6cd77c8b17f8d05 160 143 143 143\nbd3029491f3b5477 0 12 12 12\nbd3029491f3b5477 46 31 31 31\nbd3029491f3b5477 46 40 40 40\n2868a1b43e9eceff 14 18 18 18\n2868a1b43e9eceff 14 29 29 29\n2868a1b43e9eceff 14 39 39 39\n6a4a52e3c16e0f4a 20 43 43 43\n6a4a52e3c16e0f4a 70 62 62 62\n6a4a52e3c16e0f4a 70 68 68 68\n39f444469cf39006 61 93 93 93\n39f444469cf39006 61 100 100 100\n39f444469cf39006 178 171 171 171\nbf828c70b94f0645 86 45 45 45\nbf828c70b94f0645 86 76 76 76\nbf828c70b94f0645 86 85 85 85\n3be029de36008afc 101 116 116 116\n3be029de36008afc 101 130 130 130\n3be029de36008afc 165 157 157 157\nf43420f8216f180b 8 21 21 21\nf43420f8216f180b 8 32 32 32\nf43420f8216f180b 8 37 37 37\n8c3cf8cab7fcc03e 17 19 19 19\n8c3cf8cab7fcc03e 17 34 34 34\n8c3cf8cab7fcc03e 17 42 42 42\n30fceb3b40ec062f 25 26 26 26\n30fceb3b40ec062f 25 49 49 49\n30fceb3b40ec062f 107 92 92 92\n2b8778726c1f2fe4 16 23 23 23\n2b8778726c1f2fe4 16 31 31 31\n2b8778726c1f2fe4 63 51 51 51\n5fbace6c6ca56228 23 28 28 28\n5fbace6c6ca56228 23 33 33 33\n5fbace6c6ca56228 76 66 66 66\n397da8e32c2edd65 35 64 64 64\n397da8e32c2edd65 35 66 66 66\n397da8e32c2edd65 35 70 70 70\n90ac9eafdc254a62 5 10 10 10\n90ac9eafdc254a62 5 21 21 21\n90ac9eafdc254a62 52 49 49 49\n86746275bb619279 4 23 23 23\n86746275bb619279 4 26 26 26\n86746275bb619279 54 52 52 52\nc4390abbc27cc05c 35 72 72 72\nc4390abbc27cc05c 35 74 74 74\nc4390abbc27cc05c 130 119 119 119\nc20acf0b8ae18651 1 2 2 2\nc20acf0b8ae18651 1 24 24 24\nc20acf0b8ae18651 50 45 45 45\n0c2b3463c27c5ac3 44 56 56 56\n0c2b3463c27c5ac3 44 59 59 59\n0c2b3463c27c5ac3 100 83 83 83\nfdf17f383d76c327 115 138 138 138\nfdf17f383d76c327 190 155 155 155\nfdf17f383d76c327 190 158 158 158\nb7c282aff2a43dc3 29 48 48 48\nb7c282aff2a43dc3 79 57 57 57\nb7c282aff2a43dc3 79 58 58 58\n3dd211f3865fc234 40 55 55 55\n3dd211f3865fc234 40 60 60 60\n3dd211f3865fc234 88 70 70 70\neac5b0dd7cd2b01c 12 12 12 12\neac5b0dd7cd2b01c 12 33 33 33\neac5b0dd7cd2b01c 78 70 70 70\n3cfb4c69b14a1970 186 164 164 164\n3cfb4c69b14a1970 186 176 176 176\n3cfb4c69b14a1970 186 178 178 178\nc30d67dfcd34b670 39 44 44 44\nc30d67dfcd34b670 39 58 58 58\nc30d67dfcd34b670 39 62 62 62\nd9526345bd1c9ed1 23 31 31 31\nd9526345bd1c9ed1 68 46 46 46\nd9526345bd1c9ed1 68 65 65 65\n47c88dcfb1134255 61 82 82 82\n47c88dcfb1134255 61 88 88 88\n47c88dcfb1134255 125 107 107 107\n91bfc35b8ff7e593 200 205 205 205\n91bfc35b8ff7e593 248 225 225 225\n91bfc35b8ff7e593 248 247 247 247\n3af4c4e5a8ced21e 6 6 6 6\n3af4c4e5a8ced21e 70 44 44 44\n3af4c4e5a8ced21e 70 53 53 53\nf79a582b040e997f 69 51 51 51\nf79a582b040e997f 69 59 59 59\nf79a582b040e997f 69 63 63 63\nda6d3ec1cb4cc27b 26 53 53 53\nda6d3ec1cb4cc27b 86 58 58 58\nda6d3ec1cb4cc27b 86 64 64 64\n9af78377c848afc4 58 63 63 63\n9af78377c848afc4 104 98 98 98\n9af78377c848afc4 104 104 104 104\n7e02a036de62e988 69 40 40 40\n7e02a036de62e988 69 47 47 47\n7e02a036de62e988 69 48 48 48\n6fe442e8ab09fe70 21 32 32 32\n6fe442e8ab09fe70 76 55 55 55\n6fe442e8ab09fe70 76 63 63 63\n22b16c2f5af0f3ef 86 88 88 88\n22b16c2f5af0f3ef 140 117 117 117\n22b16c2f5af0f3ef 140 135 135 135\nc0b4b9d69f8694e1 162 180 180 180\nc0b4b9d69f8694e1 218 196 196 196\nc0b4b9d69f8694e1 218 199 199 199\nc318100fc0b93813 0 13 13 13\nc318100fc0b93813 0 16 16 16\nc318100fc0b93813 51 51 51 51\n43db8c6515021c01 18 18 18 18\n43db8c6515021c01 90 55 55 55\n43db8c6515021c01 90 85 85 85\n12691b0622a823ba 7 16 16 16\n12691b0622a823ba 68 54 54 54\n12691b0622a823ba 68 59 59 59\n71c937485a588180 30 34 34 34\n71c937485a588180 78 73 73 73\n71c937485a588180 78 75 75 75\nbe5146d052ba89e9 26 33 33 33\nbe5146d052ba89e9 72 50 50 50\nbe5146d052ba89e9 72 58 58 58\ne1242403844f68dd 47 50 50 50\ne1242403844f68dd 47 74 74 74\ne1242403844f68dd 47 98 98 98\ndb22a73f5841d0bf 65 50 50 50\ndb22a73f5841d0bf 65 58 58 58\ndb22a73f5841d0bf 65 60 60 60\n1d36cd02a549e244 2 11 11 11\n1d36cd02a549e244 2 29 29 29\n1d36cd02a549e244 65 41 41 41\n8346d97e523bed6d 13 20 20 20\n8346d97e523bed6d 60 40 40 40\n8346d97e523bed6d 60 43 43 43\na960f29aac73151c 1 13 13 13\na960f29aac73151c 1 14 14 14\na960f29aac73151c 63 35 35 35\n39424be692a88364 2 12 12 12\n39424be692a88364 47 29 29 29\n39424be692a88364 47 40 40 40\ncc6384ff2733d7c6 51 60 60 60\ncc6384ff2733d7c6 51 70 70 70\ncc6384ff2733d7c6 116 114 114 114\n5f38fc5d3910c6d6 10 14 14 14\n5f38fc5d3910c6d6 10 24 24 24\n5f38fc5d3910c6d6 55 48 48 48\n724ef6a3c95507fb 10 29 29 29\n724ef6a3c95507fb 104 58 58 58\n724ef6a3c95507fb 104 88 88 88\nb9940d29be7e5154 63 65 65 65\nb9940d29be7e5154 63 73 73 73\nb9940d29be7e5154 137 129 129 129\ne427151902da337d 80 81 81 81\ne427151902da337d 128 105 105 105\ne427151902da337d 128 110 110 110\n2a7387e017c241a4 1 15 15 15\n2a7387e017c241a4 1 31 31 31\n2a7387e017c241a4 66 62 62 62\n392c21ee30b21459 97 80 80 80\n392c21ee30b21459 97 81 81 81\n392c21ee30b21459 97 85 85 85\neae4850a8208dac7 35 42 42 42\neae4850a8208dac7 35 55 55 55\neae4850a8208dac7 81 77 77 77\n824d71d535cfb8a6 21 48 48 48\n824d71d535cfb8a6 99 63 63 63\n824d71d535cfb8a6 99 92 92 92\n6b6f125129d33bea 44 54 54 54\n6b6f125129d33bea 44 73 73 73\n6b6f125129d33bea 127 119 119 119\n5982f4d2e4ab094c 141 159 159 159\n5982f4d2e4ab094c 257 232 232 232\n5982f4d2e4ab094c 257 243 243 243\n5f5dc0d5714db647 11 15 15 15\n5f5dc0d5714db647 11 39 39 39\n5f5dc0d5714db647 11 41 41 41\n755a04a95cecafd7 28 35 35 35\n755a04a95cecafd7 28 54 54 54\n755a04a95cecafd7 89 80 80 80\n70c0208b58192a51 130 147 147 147\n70c0208b58192a51 130 162 162 162\n70c0208b58192a51 197 194 194 194\n5cce330e210390f8 5 24 24 24\n5cce330e210390f8 5 26 26 26\n5cce330e210390f8 72 56 56 56\n4d32701d6d977b1e 49 79 79 79\n4d32701d6d977b1e 142 122 122 122\n4d32701d6d977b1e 142 135 135 135\n59c75010c3c87a56 85 98 98 98\n59c75010c3c87a56 85 105 105 105\n59c75010c3c87a56 158 123 123 123\n0122933cf8ab3317 187 191 191 191\n0122933cf8ab3317 187 200 200 200\n0122933cf8ab3317 269 247 247 247\n1a3b21d1505c8046 57 37 37 37\n1a3b21d1505c8046 57 44 44 44\n1a3b21d1505c8046 57 52 52 52\n139055b26734436f 9 12 12 12\n139055b26734436f 9 20 20 20\n139055b26734436f 58 55 55 55\na665e1844f299737 85 72 72 72\na665e1844f299737 85 75 75 75\na665e1844f299737 85 76 76 76\n171403db6cb88926 35 74 74 74\n171403db6cb88926 159 156 156 156\n171403db6cb88926 159 159 159 159\n7c9971fb046c8d9a 17 39 39 39\n7c9971fb046c8d9a 62 49 49 49\n7c9971fb046c8d9a 62 50 50 50\n0d01d4d6c5d5297e 19 38 38 38\n0d01d4d6c5d5297e 67 50 50 50\n0d01d4d6c5d5297e 67 57 57 57\n7f02b92b02054056 73 45 45 45\n7f02b92b02054056 73 48 48 48\n7f02b92b02054056 73 55 55 55\n4edc4bd321e79bb3 2 17 17 17\n4edc4bd321e79bb3 47 25 25 25\n4edc4bd321e79bb3 47 28 28 28\nec2745428712d42b 24 38 38 38\nec2745428712d42b 90 73 73 73\nec2745428712d42b 90 87 87 87\n0e2c96cd97e73a38 0 13 13 13\n0e2c96cd97e73a38 46 27 27 27\n0e2c96cd97e73a38 46 31 31 31\n2eb515bff528d3c3 93 111 111 111\n2eb515bff528d3c3 139 117 117 117\n2eb515bff528d3c3 139 130 130 130\nd4614e0f45d75411 1 11 11 11\nd4614e0f45d75411 1 23 23 23\nd4614e0f45d75411 50 38 38 38\n138bb7b0b25e4669 41 61 61 61\n138bb7b0b25e4669 41 63 63 63\n138bb7b0b25e4669 134 93 93 93\n3783162ee796a21c 17 24 24 24\n3783162ee796a21c 90 74 74 74\n3783162ee796a21c 90 76 76 76\na65bba28a045b797 21 23 23 23\na65bba28a045b797 21 30 30 30\na65bba28a045b797 74 74 74 74\nda1719931a8bfcc0 2 22 22 22\nda1719931a8bfcc0 2 25 25 25\nda1719931a8bfcc0 58 40 40 40\n91003e6d8ca5edff 5 12 12 12\n91003e6d8ca5edff 5 15 15 15\n91003e6d8ca5edff 69 48 48 48\n63bbec5b2c43e0eb 2 17 17 17\n63bbec5b2c43e0eb 74 44 44 44\n63bbec5b2c43e0eb 74 60 60 60\n4130aefaca885090 39 50 50 50\n4130aefaca885090 39 51 51 51\n4130aefaca885090 39 56 56 56\n7191bbeaae9913d6 7 16 16 16\n7191bbeaae9913d6 7 32 32 32\n7191bbeaae9913d6 62 56 56 56\n646a8d75b0253ec0 67 43 43 43\n646a8d75b0253ec0 67 50 50 50\n646a8d75b0253ec0 67 62 62 62\n64e3cb9c2f6e7160 1 5 5 5\n64e3cb9c2f6e7160 1 8 8 8\n64e3cb9c2f6e7160 1 27 27 27\na96b791715eb6fc4 51 54 54 54\na96b791715eb6fc4 97 87 87 87\na96b791715eb6fc4 97 89 89 89\nf774bf01fa079987 30 63 63 63\nf774bf01fa079987 30 83 83 83\nf774bf01fa079987 143 91 91 91\ndb50799f4ed823f8 0 10 10 10\ndb50799f4ed823f8 46 28 28 28\ndb50799f4ed823f8 46 39 39 39\n6263d5147e42a3f0 42 60 60 60\n6263d5147e42a3f0 42 66 66 66\n6263d5147e42a3f0 97 84 84 84\n4bf9ef4705f35e8f 0 26 26 26\n4bf9ef4705f35e8f 0 27 27 27\n4bf9ef4705f35e8f 58 31 31 31\nb019544d6c047f77 30 44 44 44\nb019544d6c047f77 30 68 68 68\nb019544d6c047f77 125 85 85 85\nc44ece72968c02ed 25 26 26 26\nc44ece72968c02ed 25 43 43 43\nc44ece72968c02ed 25 46 46 46\n12dce44829d88985 70 78 78 78\n12dce44829d88985 70 89 89 89\n12dce44829d88985 181 175 175 175\nd56a801fae1ad98a 5 16 16 16\nd56a801fae1ad98a 65 39 39 39\nd56a801fae1ad98a 65 51 51 51\nd76607d37608e7ce 57 57 57 57\nd76607d37608e7ce 57 63 63 63\nd76607d37608e7ce 57 66 66 66\n537b6025597bfa35 180 197 197 197\n537b6025597bfa35 180 201 201 201\n537b6025597bfa35 180 204 204 204\nbf3d04f34a597b40 0 20 20 20\nbf3d04f34a597b40 46 30 30 30\nbf3d04f34a597b40 46 38 38 38\naae70c6fa6094d11 8 20 20 20\naae70c6fa6094d11 53 40 40 40\naae70c6fa6094d11 53 51 51 51\nf1491f77f36896d5 1 11 11 11\nf1491f77f36896d5 51 31 31 31\nf1491f77f36896d5 51 36 36 36\n47b5d62899ea4869 2 2 2 2\n47b5d62899ea4869 2 15 15 15\n47b5d62899ea4869 56 47 47 47\n0ede2c8fbe52c1d3 7 10 10 10\n0ede2c8fbe52c1d3 7 32 32 32\n0ede2c8fbe52c1d3 67 64 64 64\na25c24839b6d427c 24 35 35 35\na25c24839b6d427c 88 61 61 61\na25c24839b6d427c 88 85 85 85\n9754d9df0b3a33d8 95 98 98 98\n9754d9df0b3a33d8 150 133 133 133\n9754d9df0b3a33d8 150 143 143 143\na5845c40c9a3b5fc 41 42 42 42\na5845c40c9a3b5fc 41 50 50 50\na5845c40c9a3b5fc 41 59 59 59\n06058474f164c53d 248 203 203 203\n06058474f164c53d 248 233 233 233\n06058474f164c53d 248 247 247 247\ne81a09ef63b432f1 88 77 77 77\ne81a09ef63b432f1 88 78 78 78\ne81a09ef63b432f1 88 84 84 84\nb91f6cbd009997ca 120 150 150 150\nb91f6cbd009997ca 195 160 160 160\nb91f6cbd009997ca 195 177 177 177\n7e490c28db9ba35f 2 25 25 25\n7e490c28db9ba35f 48 26 26 26\n7e490c28db9ba35f 48 30 30 30\n828069d300980423 117 65 65 65\n828069d300980423 117 97 97 97\n828069d300980423 117 113 113 113\ne72a2c3f8d113456 1 8 8 8\ne72a2c3f8d113456 1 24 24 24\ne72a2c3f8d113456 54 45 45 45\n8d2b9a87c140969c 41 58 58 58\n8d2b9a87c140969c 133 89 89 89\n8d2b9a87c140969c 133 124 124 124\n46c9e2d86e7d4c41 82 55 55 55\n46c9e2d86e7d4c41 82 59 59 59\n46c9e2d86e7d4c41 82 74 74 74\n487e2f9d93c162c9 0 5 5 5\n487e2f9d93c162c9 0 38 38 38\n487e2f9d93c162c9 87 49 49 49\n90199bd048843777 50 53 53 53\n90199bd048843777 50 73 73 73\n90199bd048843777 99 98 98 98\n03bcb03930ff1ace 132 95 95 95\n03bcb03930ff1ace 132 117 117 117\n03bcb03930ff1ace 132 124 124 124\na9aa153e56d42a24 72 75 75 75\na9aa153e56d42a24 72 102 102 102\na9aa153e56d42a24 180 158 158 158\n80d4d88a8fae957d 15 23 23 23\n80d4d88a8fae957d 15 24 24 24\n80d4d88a8fae957d 15 32 32 32\n91ca1a8e3257081d 21 21 21 21\n91ca1a8e3257081d 106 81 81 81\n91ca1a8e3257081d 106 84 84 84\ne10a99d73518050a 85 54 54 54\ne10a99d73518050a 85 65 65 65\ne10a99d73518050a 85 82 82 82\nb06ecc51968af19b 96 51 51 51\nb06ecc51968af19b 96 73 73 73\nb06ecc51968af19b 96 87 87 87\n2ad4ea800caafe09 11 13 13 13\n2ad4ea800caafe09 11 17 17 17\n2ad4ea800caafe09 11 27 27 27\n2ffe00ad70fe9c00 73 60 60 60\n2ffe00ad70fe9c00 73 63 63 63\n2ffe00ad70fe9c00 73 67 67 67\n0f1f245fa1c181ae 32 45 45 45\n0f1f245fa1c181ae 32 55 55 55\n0f1f245fa1c181ae 156 156 156 156\nb838a34c5884a7fc 22 41 41 41\nb838a34c5884a7fc 79 63 63 63\nb838a34c5884a7fc 79 65 65 65\nc11e65f0a568bfff 16 37 37 37\nc11e65f0a568bfff 16 40 40 40\nc11e65f0a568bfff 73 46 46 46\nc9753d2d1f66ab43 29 35 35 35\nc9753d2d1f66ab43 29 44 44 44\nc9753d2d1f66ab43 92 87 87 87\na0671c9cfe5a2777 4 8 8 8\na0671c9cfe5a2777 4 24 24 24\na0671c9cfe5a2777 4 28 28 28\na03594dbdf6e6992 8 61 61 61\na03594dbdf6e6992 127 79 79 79\na03594dbdf6e6992 127 105 105 105\n4771409f1d4c017a 1 2 2 2\n4771409f1d4c017a 49 40 40 40\n4771409f1d4c017a 49 44 44 44\n4938177a0e6e2fbe 147 175 175 175\n4938177a0e6e2fbe 217 183 183 183\n4938177a0e6e2fbe 217 199 199 199\n32294ad73efca3db 99 114 114 114\n32294ad73efca3db 99 128 128 128\n32294ad73efca3db 210 204 204 204\n661caf1253b8ac0b 81 92 92 92\n661caf1253b8ac0b 81 102 102 102\n661caf1253b8ac0b 127 123 123 123\n5570474575713996 16 37 37 37\n5570474575713996 66 54 54 54\n5570474575713996 66 56 56 56\n6ea698b2758e7b75 18 30 30 30\n6ea698b2758e7b75 18 41 41 41\n6ea698b2758e7b75 71 60 60 60\n03e141d7afac53e4 39 43 43 43\n03e141d7afac53e4 39 63 63 63\n03e141d7afac53e4 105 105 105 105\n76466eea8d2ed2a4 20 40 40 40\n76466eea8d2ed2a4 74 52 52 52\n76466eea8d2ed2a4 74 61 61 61\ne38b31c94a851c67 7 12 12 12\ne38b31c94a851c67 7 33 33 33\ne38b31c94a851c67 63 42 42 42\n46fdfa2a16c7c811 22 46 46 46\n46fdfa2a16c7c811 95 67 67 67\n46fdfa2a16c7c811 95 75 75 75\n67ebb21cac8007c0 9 15 15 15\n67ebb21cac8007c0 9 30 30 30\n67ebb21cac8007c0 54 35 35 35\n79e41e8ef0be37b0 77 78 78 78\n79e41e8ef0be37b0 77 84 84 84\n79e41e8ef0be37b0 135 129 129 129\n99d2a9d83c84a382 0 17 17 17\n99d2a9d83c84a382 45 30 30 30\n99d2a9d83c84a382 45 38 38 38\n36977643258aa392 97 67 67 67\n36977643258aa392 97 73 73 73\n36977643258aa392 97 85 85 85\n74f0df58af67db3d 248 221 221 221\n74f0df58af67db3d 248 226 226 226\n74f0df58af67db3d 248 239 239 239\n570df8491b7dbe68 6 29 29 29\n570df8491b7dbe68 65 41 41 41\n570df8491b7dbe68 65 48 48 48\n776518d4349b6098 26 43 43 43\n776518d4349b6098 26 66 66 66\n776518d4349b6098 148 94 94 94\nf18bcd7fe4f9ed5b 52 55 55 55\nf18bcd7fe4f9ed5b 52 77 77 77\nf18bcd7fe4f9ed5b 105 81 81 81\n0553c19e8933374a 47 62 62 62\n0553c19e8933374a 47 66 66 66\n0553c19e8933374a 120 102 102 102\n0e060f89ae0a469a 14 24 24 24\n0e060f89ae0a469a 14 33 33 33\n0e060f89ae0a469a 14 35 35 35\n1c742e548e8698c9 16 17 17 17\n1c742e548e8698c9 16 37 37 37\n1c742e548e8698c9 63 46 46 46\n7a874ba9dd12cff8 8 16 16 16\n7a874ba9dd12cff8 53 33 33 33\n7a874ba9dd12cff8 53 41 41 41\n9ade3de25195709e 6 16 16 16\n9ade3de25195709e 6 28 28 28\n9ade3de25195709e 51 45 45 45\n2a41503583d146ed 91 100 100 100\n2a41503583d146ed 91 111 111 111\n2a41503583d146ed 167 151 151 151\n411c4dd047c49cde 56 59 59 59\n411c4dd047c49cde 56 76 76 76\n411c4dd047c49cde 56 81 81 81\n5e040cd0758dcc96 82 84 84 84\n5e040cd0758dcc96 82 107 107 107\n5e040cd0758dcc96 132 125 125 125\n6ed778f27070d0b8 66 57 57 57\n6ed778f27070d0b8 66 60 60 60\n6ed778f27070d0b8 66 65 65 65\n78340c5032da9768 2 6 6 6\n78340c5032da9768 2 11 11 11\n78340c5032da9768 54 42 42 42\ne89e33990a253fe7 13 14 14 14\ne89e33990a253fe7 58 40 40 40\ne89e33990a253fe7 58 53 53 53\n735cfe5b4fcadb57 37 37 37 37\n735cfe5b4fcadb57 37 43 43 43\n735cfe5b4fcadb57 138 127 127 127\nff0749db248be7fb 50 51 51 51\nff0749db248be7fb 50 84 84 84\nff0749db248be7fb 134 97 97 97\n5ec63def20f953d4 4 15 15 15\n5ec63def20f953d4 4 16 16 16\n5ec63def20f953d4 4 23 23 23\n9a33ec521f9309ad 9 10 10 10\n9a33ec521f9309ad 9 18 18 18\n9a33ec521f9309ad 90 90 90 90\nad70ee13c2907a28 57 84 84 84\nad70ee13c2907a28 113 87 87 87\nad70ee13c2907a28 113 94 94 94\n0539bcecbc483dfe 20 43 43 43\n0539bcecbc483dfe 66 45 45 45\n0539bcecbc483dfe 66 59 59 59\n6382b931b5db6933 58 60 60 60\n6382b931b5db6933 58 64 64 64\n6382b931b5db6933 103 81 81 81\nbd284b553bd53937 53 55 55 55\nbd284b553bd53937 53 64 64 64\nbd284b553bd53937 113 103 103 103\n74556b6ffb2e09ce 65 69 69 69\n74556b6ffb2e09ce 65 70 70 70\n74556b6ffb2e09ce 111 104 104 104\nf793e374e29bbd16 34 89 89 89\nf793e374e29bbd16 155 137 137 137\nf793e374e29bbd16 155 154 154 154\n816083dbb9f9222f 108 118 118 118\n816083dbb9f9222f 108 136 136 136\n816083dbb9f9222f 184 161 161 161\n6eee39e72091b94f 74 95 95 95\n6eee39e72091b94f 129 114 114 114\n6eee39e72091b94f 129 117 117 117\n6bfdc8fba533b80b 108 78 78 78\n6bfdc8fba533b80b 108 79 79 79\n6bfdc8fba533b80b 108 94 94 94\nff58ffaac40eb035 3 27 27 27\nff58ffaac40eb035 58 31 31 31\nff58ffaac40eb035 58 40 40 40\n91a9d523f9fd0da2 89 100 100 100\n91a9d523f9fd0da2 89 102 102 102\n91a9d523f9fd0da2 138 133 133 133\n8d26fa274011d7a5 26 26 26 26\n8d26fa274011d7a5 71 49 49 49\n8d26fa274011d7a5 71 71 71 71\nfa60fab979100404 145 186 186 186\nfa60fab979100404 262 217 217 217\nfa60fab979100404 262 220 220 220\naefd86f8dce0dff9 24 39 39 39\naefd86f8dce0dff9 24 48 48 48\naefd86f8dce0dff9 80 73 73 73\n296ec0d98f4d4151 66 77 77 77\n296ec0d98f4d4151 66 97 97 97\n296ec0d98f4d4151 131 119 119 119\n4828fb60e4a871ee 5 9 9 9\n4828fb60e4a871ee 5 30 30 30\n4828fb60e4a871ee 59 46 46 46\ne818e33eef1fba07 16 17 17 17\ne818e33eef1fba07 16 57 57 57\ne818e33eef1fba07 113 72 72 72\n2d510b02062e6ec1 0 5 5 5\n2d510b02062e6ec1 0 19 19 19\n2d510b02062e6ec1 46 32 32 32\n00a54225c5cb1913 0 10 10 10\n00a54225c5cb1913 57 37 37 37\n00a54225c5cb1913 57 53 53 53\nadf922b462281699 6 23 23 23\nadf922b462281699 6 24 24 24\nadf922b462281699 6 25 25 25\n446626a2bd617d24 52 59 59 59\n446626a2bd617d24 97 81 81 81\n446626a2bd617d24 97 92 92 92\nb4944635e320b7e2 122 98 98 98\nb4944635e320b7e2 122 114 114 114\nb4944635e320b7e2 122 122 122 122\n98baa63be3c8d972 1 19 19 19\n98baa63be3c8d972 70 37 37 37\n98baa63be3c8d972 70 47 47 47\n4ec2510baca79e6b 6 18 18 18\n4ec2510baca79e6b 52 36 36 36\n4ec2510baca79e6b 52 50 50 50\n2c6fb46edb748fe5 121 99 99 99\n2c6fb46edb748fe5 121 111 111 111\n2c6fb46edb748fe5 121 115 115 115\na1c1bbdcf7044b55 157 163 163 163\na1c1bbdcf7044b55 157 170 170 170\na1c1bbdcf7044b55 270 245 245 245\nd935340627e379d5 1 19 19 19\nd935340627e379d5 1 25 25 25\nd935340627e379d5 51 42 42 42\n1515d37824dd6b22 166 196 196 196\n1515d37824dd6b22 166 204 204 204\n1515d37824dd6b22 248 228 228 228\nda776979cf3e60bb 12 14 14 14\nda776979cf3e60bb 12 17 17 17\nda776979cf3e60bb 12 22 22 22\n6e732d8294b42cb2 2 18 18 18\n6e732d8294b42cb2 2 20 20 20\n6e732d8294b42cb2 2 23 23 23\n1f079ee70c21002d 94 95 95 95\n1f079ee70c21002d 94 106 106 106\n1f079ee70c21002d 157 134 134 134\n9e9abcf868def66b 49 85 85 85\n9e9abcf868def66b 126 97 97 97\n9e9abcf868def66b 126 106 106 106\n67550b0b94607869 1 17 17 17\n67550b0b94607869 1 34 34 34\n67550b0b94607869 67 42 42 42\n26756a2949159fad 6 7 7 7\n26756a2949159fad 6 18 18 18\n26756a2949159fad 63 43 43 43\naa28c267679a0e92 77 99 99 99\naa28c267679a0e92 176 147 147 147\naa28c267679a0e92 176 166 166 166\ncf56c91d489a13e5 149 195 195 195\ncf56c91d489a13e5 278 249 249 249\ncf56c91d489a13e5 278 274 274 274\n9bf5cdf080f47209 58 45 45 45\n9bf5cdf080f47209 58 50 50 50\n9bf5cdf080f47209 58 57 57 57\n069a9416dc6a373b 3 18 18 18\n069a9416dc6a373b 74 45 45 45\n069a9416dc6a373b 74 59 59 59\n2c48ab563b92a1d5 97 69 69 69\n2c48ab563b92a1d5 97 77 77 77\n2c48ab563b92a1d5 97 82 82 82\n9bf9f3c5a3beae72 16 17 17 17\n9bf9f3c5a3beae72 16 42 42 42\n9bf9f3c5a3beae72 16 44 44 44\n4d162b68bb19944e 21 37 37 37\n4d162b68bb19944e 78 54 54 54\n4d162b68bb19944e 78 67 67 67\n1cc1ff58dc89d230 92 102 102 102\n1cc1ff58dc89d230 145 120 120 120\n1cc1ff58dc89d230 145 125 125 125\nf83c61b3be7f9e0f 29 32 32 32\nf83c61b3be7f9e0f 29 38 38 38\nf83c61b3be7f9e0f 77 67 67 67\n7a4f2fc608aaaa3a 78 79 79 79\n7a4f2fc608aaaa3a 78 100 100 100\n7a4f2fc608aaaa3a 178 134 134 134\nc35ee89f14344a11 38 47 47 47\nc35ee89f14344a11 91 67 67 67\nc35ee89f14344a11 91 87 87 87\n90c04a7e5ea87bf8 1 21 21 21\n90c04a7e5ea87bf8 48 27 27 27\n90c04a7e5ea87bf8 48 36 36 36\n460455f96fa1a1d6 2 18 18 18\n460455f96fa1a1d6 55 31 31 31\n460455f96fa1a1d6 55 34 34 34\n83fce665197661bc 11 16 16 16\n83fce665197661bc 57 36 36 36\n83fce665197661bc 57 50 50 50\n1c5514d49d61bafc 5 14 14 14\n1c5514d49d61bafc 5 15 15 15\n1c5514d49d61bafc 5 25 25 25\n85d5e67f108f6d25 16 28 28 28\n85d5e67f108f6d25 83 61 61 61\n85d5e67f108f6d25 83 63 63 63\n965f6f023c3a74e8 9 41 41 41\n965f6f023c3a74e8 9 43 43 43\n965f6f023c3a74e8 84 79 79 79\n8c31b5348ee92edb 208 211 211 211\n8c31b5348ee92edb 255 249 249 249\n8c31b5348ee92edb 255 255 255 255\n7ee58108d3e509ab 25 25 25 25\n7ee58108d3e509ab 73 51 51 51\n7ee58108d3e509ab 73 65 65 65\nb069002c7fb91d78 9 15 15 15\nb069002c7fb91d78 9 28 28 28\nb069002c7fb91d78 75 74 74 74\n8ab4e422f733d62c 31 42 42 42\n8ab4e422f733d62c 85 62 62 62\n8ab4e422f733d62c 85 66 66 66\n8831b4796894fa86 43 69 69 69\n8831b4796894fa86 99 73 73 73\n8831b4796894fa86 99 98 98 98\n4317016b336431be 51 67 67 67\n4317016b336431be 51 79 79 79\n4317016b336431be 126 110 110 110\ne5dc905f2d09e08f 27 46 46 46\ne5dc905f2d09e08f 94 88 88 88\ne5dc905f2d09e08f 94 92 92 92\n8a2f8d48f81d6f1b 110 88 88 88\n8a2f8d48f81d6f1b 110 93 93 93\n8a2f8d48f81d6f1b 110 102 102 102\n388cb2f0ff1a6cad 56 33 33 33\n388cb2f0ff1a6cad 56 37 37 37\n388cb2f0ff1a6cad 56 46 46 46\n9266d12186a3612c 110 118 118 118\n9266d12186a3612c 110 131 131 131\n9266d12186a3612c 110 132 132 132\n6ab8e820c7b718c0 107 139 139 139\n6ab8e820c7b718c0 198 195 195 195\n6ab8e820c7b718c0 198 198 198 198\n341486831d3657b8 1 6 6 6\n341486831d3657b8 1 20 20 20\n341486831d3657b8 51 50 50 50\n0a5eeb4466dd19bb 94 109 109 109\n0a5eeb4466dd19bb 197 153 153 153\n0a5eeb4466dd19bb 197 191 191 191\n7fad45df233ddce8 7 14 14 14\n7fad45df233ddce8 55 52 52 52\n7fad45df233ddce8 55 53 53 53\n75c7801702268d0d 44 56 56 56\n75c7801702268d0d 44 59 59 59\n75c7801702268d0d 122 87 87 87\ndd079d20965f781a 208 226 226 226\ndd079d20965f781a 278 264 264 264\ndd079d20965f781a 278 274 274 274\na207c644e9d3dc96 15 16 16 16\na207c644e9d3dc96 15 45 45 45\na207c644e9d3dc96 83 62 62 62\n6cbe92f07b0e2adb 92 97 97 97\n6cbe92f07b0e2adb 92 105 105 105\n6cbe92f07b0e2adb 92 109 109 109\nb8dc10bac55b02ff 7 7 7 7\nb8dc10bac55b02ff 7 19 19 19\nb8dc10bac55b02ff 7 29 29 29\n144c2c2c52734f15 60 40 40 40\n144c2c2c52734f15 60 45 45 45\n144c2c2c52734f15 60 54 54 54\na8d08ac825b73e6c 24 48 48 48\na8d08ac825b73e6c 24 49 49 49\na8d08ac825b73e6c 95 77 77 77\n888c0f8b1eb412e9 30 36 36 36\n888c0f8b1eb412e9 92 69 69 69\n888c0f8b1eb412e9 92 74 74 74\naab2e43d122a5068 3 3 3 3\naab2e43d122a5068 3 16 16 16\naab2e43d122a5068 50 47 47 47\n2fca5797ae48529b 33 42 42 42\n2fca5797ae48529b 33 44 44 44\n2fca5797ae48529b 90 86 86 86\nd8a33236ad25f1f7 26 33 33 33\nd8a33236ad25f1f7 74 61 61 61\nd8a33236ad25f1f7 74 74 74 74\n25cb07fc0e6b4b4e 22 60 60 60\n25cb07fc0e6b4b4e 117 109 109 109\n25cb07fc0e6b4b4e 117 113 113 113\n91d121e4f1068479 45 80 80 80\n91d121e4f1068479 149 105 105 105\n91d121e4f1068479 149 137 137 137\nd196ef0cbc7584ed 39 43 43 43\nd196ef0cbc7584ed 39 58 58 58\nd196ef0cbc7584ed 84 83 83 83\nd0f984315730fa83 42 64 64 64\nd0f984315730fa83 42 66 66 66\nd0f984315730fa83 96 93 93 93\na6f82c20483fd87b 80 105 105 105\na6f82c20483fd87b 144 130 130 130\na6f82c20483fd87b 144 132 132 132\nde7b8597e87c0513 158 172 172 172\nde7b8597e87c0513 158 199 199 199\nde7b8597e87c0513 258 243 243 243\n997585fea10d93c5 10 31 31 31\n997585fea10d93c5 10 34 34 34\n997585fea10d93c5 60 46 46 46\nf533f7e3ca2b82b2 108 112 112 112\nf533f7e3ca2b82b2 108 128 128 128\nf533f7e3ca2b82b2 108 150 150 150\n96650b10c768bb2a 53 65 65 65\n96650b10c768bb2a 53 77 77 77\n96650b10c768bb2a 121 90 90 90\n6f39ec95b78cff82 35 50 50 50\n6f39ec95b78cff82 117 97 97 97\n6f39ec95b78cff82 117 112 112 112\nbdca5b7cf748f034 0 7 7 7\nbdca5b7cf748f034 0 13 13 13\nbdca5b7cf748f034 0 37 37 37\n1025622b7f308760 16 26 26 26\n1025622b7f308760 16 31 31 31\n1025622b7f308760 67 67 67 67\n6d26113c55522ac6 1 12 12 12\n6d26113c55522ac6 49 27 27 27\n6d26113c55522ac6 49 32 32 32\nb82906a1cb724885 14 28 28 28\nb82906a1cb724885 14 29 29 29\nb82906a1cb724885 14 34 34 34\nd5204fb7c2268cb2 76 51 51 51\nd5204fb7c2268cb2 76 62 62 62\nd5204fb7c2268cb2 76 71 71 71\n21b9d476c5a49c63 0 8 8 8\n21b9d476c5a49c63 54 37 37 37\n21b9d476c5a49c63 54 50 50 50\n227e06087cbffb2b 95 59 59 59\n227e06087cbffb2b 95 62 62 62\n227e06087cbffb2b 95 69 69 69\n86e00a902518e491 14 15 15 15\n86e00a902518e491 83 69 69 69\n86e00a902518e491 83 76 76 76\na81e5e9f488fb99d 136 150 150 150\na81e5e9f488fb99d 188 168 168 168\na81e5e9f488fb99d 188 179 179 179\ne3f5c078d61c2802 77 68 68 68\ne3f5c078d61c2802 77 73 73 73\ne3f5c078d61c2802 77 75 75 75\nf4b4148fbb2eaf48 5 13 13 13\nf4b4148fbb2eaf48 5 33 33 33\nf4b4148fbb2eaf48 74 52 52 52\ncd44faed91f43924 58 60 60 60\ncd44faed91f43924 58 103 103 103\ncd44faed91f43924 148 130 130 130\na72f7f942b9d78cf 80 88 88 88\na72f7f942b9d78cf 125 106 106 106\na72f7f942b9d78cf 125 113 113 113\ne29b483e3b210c75 49 57 57 57\ne29b483e3b210c75 49 96 96 96\ne29b483e3b210c75 145 124 124 124\n8f4b034b1b213245 15 24 24 24\n8f4b034b1b213245 15 26 26 26\n8f4b034b1b213245 15 28 28 28\neaa904f7a64d9ac7 4 5 5 5\neaa904f7a64d9ac7 84 53 53 53\neaa904f7a64d9ac7 84 68 68 68\naf4b71cad42eae90 23 23 23 23\naf4b71cad42eae90 23 42 42 42\naf4b71cad42eae90 76 67 67 67\nf490ca16bce0257c 8 9 9 9\nf490ca16bce0257c 8 27 27 27\nf490ca16bce0257c 78 75 75 75\na724c3e42bed1de1 53 71 71 71\na724c3e42bed1de1 126 108 108 108\na724c3e42bed1de1 126 122 122 122\neac13f3b1145593c 2 18 18 18\neac13f3b1145593c 47 30 30 30\neac13f3b1145593c 47 42 42 42\n655534415899fe16 23 43 43 43\n655534415899fe16 68 64 64 64\n655534415899fe16 68 66 66 66\nb272cee06e67c29d 2 22 22 22\nb272cee06e67c29d 50 44 44 44\nb272cee06e67c29d 50 46 46 46\n979a448316da37b4 60 51 51 51\n979a448316da37b4 60 56 56 56\n979a448316da37b4 60 57 57 57\ndafb6e5578f28159 12 22 22 22\ndafb6e5578f28159 12 29 29 29\ndafb6e5578f28159 59 56 56 56\nd971457c81bca597 116 133 133 133\nd971457c81bca597 116 157 157 157\nd971457c81bca597 202 195 195 195\n7b6aeebf20a4a9f9 1 23 23 23\n7b6aeebf20a4a9f9 47 35 35 35\n7b6aeebf20a4a9f9 47 42 42 42\n3c31d7b9f2792ed9 54 54 54 54\n3c31d7b9f2792ed9 54 74 74 74\n3c31d7b9f2792ed9 99 98 98 98\nb1a6fef04d0179d1 192 199 199 199\nb1a6fef04d0179d1 192 208 208 208\nb1a6fef04d0179d1 253 224 224 224\n982cdf2ed96f95de 141 162 162 162\n982cdf2ed96f95de 198 180 180 180\n982cdf2ed96f95de 198 194 194 194\n4ce642bc93f1bb5a 0 9 9 9\n4ce642bc93f1bb5a 47 24 24 24\n4ce642bc93f1bb5a 47 33 33 33\nfeff777cf65ea218 1 11 11 11\nfeff777cf65ea218 62 56 56 56\nfeff777cf65ea218 62 57 57 57\n57942df316f9d05a 153 162 162 162\n57942df316f9d05a 153 169 169 169\n57942df316f9d05a 200 186 186 186\ndeb368fb90770550 8 15 15 15\ndeb368fb90770550 60 37 37 37\ndeb368fb90770550 60 54 54 54\n51eb9835344baa4e 118 89 89 89\n51eb9835344baa4e 118 102 102 102\n51eb9835344baa4e 118 106 106 106\n9122321d30c32925 15 31 31 31\n9122321d30c32925 71 45 45 45\n9122321d30c32925 71 52 52 52\nba41d63524479e17 4 10 10 10\nba41d63524479e17 4 24 24 24\nba41d63524479e17 67 66 66 66\nff5a1ac1c745469d 62 62 62 62\nff5a1ac1c745469d 62 79 79 79\nff5a1ac1c745469d 117 102 102 102\n41f438dd19aae981 9 30 30 30\n41f438dd19aae981 9 31 31 31\n41f438dd19aae981 56 55 55 55\n57019809ea43aa10 8 9 9 9\n57019809ea43aa10 8 25 25 25\n57019809ea43aa10 58 53 53 53\n6af46768387ef0a0 122 146 146 146\n6af46768387ef0a0 122 150 150 150\n6af46768387ef0a0 122 155 155 155\n654f32598ac690de 74 75 75 75\n654f32598ac690de 128 113 113 113\n654f32598ac690de 128 126 126 126\n57ddd8a18a6a6d31 11 31 31 31\n57ddd8a18a6a6d31 11 37 37 37\n57ddd8a18a6a6d31 63 50 50 50\n58b3ece8c60a2f9d 46 27 27 27\n58b3ece8c60a2f9d 46 30 30 30\n58b3ece8c60a2f9d 46 31 31 31\nc6cba9f073cc2be7 10 12 12 12\nc6cba9f073cc2be7 10 25 25 25\nc6cba9f073cc2be7 10 27 27 27\n517a0ca238082eb6 28 39 39 39\n517a0ca238082eb6 28 40 40 40\n517a0ca238082eb6 76 75 75 75\n842cc3728f93d1f4 3 4 4 4\n842cc3728f93d1f4 3 43 43 43\n842cc3728f93d1f4 3 61 61 61\nd33a2a3775064031 56 33 33 33\nd33a2a3775064031 56 44 44 44\nd33a2a3775064031 56 52 52 52\ned68a7a690b2861d 0 34 34 34\ned68a7a690b2861d 0 37 37 37\ned68a7a690b2861d 0 39 39 39\n6a746e30bdff82ce 11 18 18 18\n6a746e30bdff82ce 11 29 29 29\n6a746e30bdff82ce 60 44 44 44\n985e96f409410e5f 21 29 29 29\n985e96f409410e5f 72 54 54 54\n985e96f409410e5f 72 67 67 67\n5dc5972828706741 19 20 20 20\n5dc5972828706741 68 52 52 52\n5dc5972828706741 68 54 54 54\necf8f945dc42ec62 13 27 27 27\necf8f945dc42ec62 89 52 52 52\necf8f945dc42ec62 89 66 66 66\n297b57a9296052ce 67 80 80 80\n297b57a9296052ce 67 85 85 85\n297b57a9296052ce 191 179 179 179\nb76be69049c01063 36 62 62 62\nb76be69049c01063 36 73 73 73\nb76be69049c01063 127 104 104 104\n7851cbd9a2176e51 4 22 22 22\n7851cbd9a2176e51 4 24 24 24\n7851cbd9a2176e51 49 40 40 40\nc43892f312b3c85b 13 15 15 15\nc43892f312b3c85b 13 29 29 29\nc43892f312b3c85b 70 51 51 51\nf0a596e2bdf17e8b 4 8 8 8\nf0a596e2bdf17e8b 52 31 31 31\nf0a596e2bdf17e8b 52 35 35 35\n92fc4bf81becbf19 65 85 85 85\n92fc4bf81becbf19 174 135 135 135\n92fc4bf81becbf19 174 151 151 151\n3fdaa028b8baad4a 35 52 52 52\n3fdaa028b8baad4a 35 78 78 78\n3fdaa028b8baad4a 133 95 95 95\ncbc66cef2ae88877 46 75 75 75\ncbc66cef2ae88877 122 93 93 93\ncbc66cef2ae88877 122 113 113 113\ned9cb9687de07bc4 0 6 6 6\ned9cb9687de07bc4 0 19 19 19\ned9cb9687de07bc4 49 47 47 47\n2b41e71d509a8b8f 12 26 26 26\n2b41e71d509a8b8f 72 54 54 54\n2b41e71d509a8b8f 72 69 69 69\n736608c3b5c67bc4 2 27 27 27\n736608c3b5c67bc4 2 28 28 28\n736608c3b5c67bc4 65 54 54 54\n8cd0751d81606c64 62 83 83 83\n8cd0751d81606c64 62 85 85 85\n8cd0751d81606c64 109 98 98 98\naecabc9b97e2af02 71 76 76 76\naecabc9b97e2af02 71 83 83 83\naecabc9b97e2af02 71 94 94 94\n2c80f9eb0d3b2bb4 35 41 41 41\n2c80f9eb0d3b2bb4 93 79 79 79\n2c80f9eb0d3b2bb4 93 88 88 88\nf1d0853959ba52c3 34 47 47 47\nf1d0853959ba52c3 34 54 54 54\nf1d0853959ba52c3 153 130 130 130\n60b21485e6a87336 19 31 31 31\n60b21485e6a87336 83 55 55 55\n60b21485e6a87336 83 58 58 58\n6d3856431e0b8efe 23 29 29 29\n6d3856431e0b8efe 23 32 32 32\n6d3856431e0b8efe 23 35 35 35\nd9ee8fae58026380 14 22 22 22\nd9ee8fae58026380 81 56 56 56\nd9ee8fae58026380 81 78 78 78\na00bf32154d7880f 26 34 34 34\na00bf32154d7880f 26 46 46 46\na00bf32154d7880f 76 53 53 53\ncdd838481bc961fc 29 36 36 36\ncdd838481bc961fc 29 47 47 47\ncdd838481bc961fc 124 77 77 77\n15ca8e1fce488c19 30 46 46 46\n15ca8e1fce488c19 80 65 65 65\n15ca8e1fce488c19 80 79 79 79\nf1d9d9caf8269fe6 0 7 7 7\nf1d9d9caf8269fe6 0 21 21 21\nf1d9d9caf8269fe6 46 42 42 42\n219825f542e6ee4b 150 156 156 156\n219825f542e6ee4b 150 181 181 181\n219825f542e6ee4b 231 201 201 201\nf4110e06667c78ec 53 31 31 31\nf4110e06667c78ec 53 44 44 44\nf4110e06667c78ec 53 51 51 51\n471abe46b812be64 22 35 35 35\n471abe46b812be64 120 86 86 86\n471abe46b812be64 120 114 114 114\nec2d59988dd203b0 22 47 47 47\nec2d59988dd203b0 73 60 60 60\nec2d59988dd203b0 73 70 70 70\nb4aa4ac1a59f75ca 1 15 15 15\nb4aa4ac1a59f75ca 1 20 20 20\nb4aa4ac1a59f75ca 52 30 30 30\nf968e1bb4d5f9e4b 195 224 224 224\nf968e1bb4d5f9e4b 195 231 231 231\nf968e1bb4d5f9e4b 267 256 256 256\nbe7cd9fd996a8054 36 43 43 43\nbe7cd9fd996a8054 36 52 52 52\nbe7cd9fd996a8054 36 54 54 54\nfbeb367248e705bc 23 36 36 36\nfbeb367248e705bc 23 57 57 57\nfbeb367248e705bc 103 69 69 69\n5cfdc624d8295fd2 11 29 29 29\n5cfdc624d8295fd2 11 30 30 30\n5cfdc624d8295fd2 11 37 37 37\nd69dc6c3720a2b8b 84 59 59 59\nd69dc6c3720a2b8b 84 72 72 72\nd69dc6c3720a2b8b 84 73 73 73\n9498c6a0f89e4198 84 74 74 74\n9498c6a0f89e4198 84 75 75 75\n9498c6a0f89e4198 84 78 78 78\nad543396707ee644 48 70 70 70\nad543396707ee644 107 84 84 84\nad543396707ee644 107 92 92 92\n58141aba88608ca6 77 129 129 129\n58141aba88608ca6 77 139 139 139\n58141aba88608ca6 213 185 185 185\n304dd8f38dbeef0f 45 52 52 52\n304dd8f38dbeef0f 45 61 61 61\n304dd8f38dbeef0f 95 93 93 93\nca896b9824333d2f 15 20 20 20\nca896b9824333d2f 15 43 43 43\nca896b9824333d2f 84 61 61 61\n5a2c2af8cf1765b2 191 158 158 158\n5a2c2af8cf1765b2 191 170 170 170\n5a2c2af8cf1765b2 191 177 177 177\nbc5a74179a33531d 52 79 79 79\nbc5a74179a33531d 52 85 85 85\nbc5a74179a33531d 52 93 93 93\n1798c9640d8875e6 8 22 22 22\n1798c9640d8875e6 8 38 38 38\n1798c9640d8875e6 68 53 53 53\n4ade6d5fe4b32738 32 40 40 40\n4ade6d5fe4b32738 91 65 65 65\n4ade6d5fe4b32738 91 70 70 70\n325ff82707386438 137 142 142 142\n325ff82707386438 219 200 200 200\n325ff82707386438 219 209 209 209\nb7a740bab983da12 78 52 52 52\nb7a740bab983da12 78 72 72 72\nb7a740bab983da12 78 78 78 78\n9d5a1b9e70599ba8 0 15 15 15\n9d5a1b9e70599ba8 0 30 30 30\n9d5a1b9e70599ba8 62 38 38 38\n73cba6d74e4f2fc0 14 36 36 36\n73cba6d74e4f2fc0 14 39 39 39\n73cba6d74e4f2fc0 81 58 58 58\n3c64a373bc1c53bd 121 129 129 129\n3c64a373bc1c53bd 121 133 133 133\n3c64a373bc1c53bd 121 139 139 139\n3b9420585a1e66fc 49 61 61 61\n3b9420585a1e66fc 49 67 67 67\n3b9420585a1e66fc 96 91 91 91\nd93e0c99ff4db752 0 18 18 18\nd93e0c99ff4db752 0 24 24 24\nd93e0c99ff4db752 52 35 35 35\ncc61d422a49ca86b 108 100 100 100\ncc61d422a49ca86b 108 103 103 103\ncc61d422a49ca86b 108 107 107 107\n7fa8ed6af92f3d2e 25 83 83 83\n7fa8ed6af92f3d2e 25 84 84 84\n7fa8ed6af92f3d2e 157 124 124 124\nf3824ed340a3012e 11 30 30 30\nf3824ed340a3012e 60 43 43 43\nf3824ed340a3012e 60 52 52 52\nc929c97aa8db7ce9 51 34 34 34\nc929c97aa8db7ce9 51 46 46 46\nc929c97aa8db7ce9 51 49 49 49\n7a18ec7dc0bdf907 96 107 107 107\n7a18ec7dc0bdf907 96 110 110 110\n7a18ec7dc0bdf907 96 111 111 111\neee9047b6388fce2 20 23 23 23\neee9047b6388fce2 20 40 40 40\neee9047b6388fce2 90 57 57 57\nbb181e68415b169e 62 44 44 44\nbb181e68415b169e 62 57 57 57\nbb181e68415b169e 62 61 61 61\neaffbdd81f80a5ea 47 75 75 75\neaffbdd81f80a5ea 47 90 90 90\neaffbdd81f80a5ea 139 134 134 134\n4161944d7d592071 11 12 12 12\n4161944d7d592071 11 15 15 15\n4161944d7d592071 11 19 19 19\nbb8805ce62490d3b 9 37 37 37\nbb8805ce62490d3b 75 49 49 49\nbb8805ce62490d3b 75 64 64 64\n1d7af31482baf61c 31 39 39 39\n1d7af31482baf61c 31 45 45 45\n1d7af31482baf61c 31 72 72 72\n7f471654fcf9d5c6 62 83 83 83\n7f471654fcf9d5c6 62 86 86 86\n7f471654fcf9d5c6 111 94 94 94\n565e02ef3d0d7726 27 33 33 33\n565e02ef3d0d7726 86 73 73 73\n565e02ef3d0d7726 86 85 85 85\n10ac0ae67d317d11 66 81 81 81\n10ac0ae67d317d11 66 93 93 93\n10ac0ae67d317d11 144 107 107 107\n2d8f1ccdb70c156a 44 53 53 53\n2d8f1ccdb70c156a 44 70 70 70\n2d8f1ccdb70c156a 44 95 95 95\nff3a963c55fcb436 32 53 53 53\nff3a963c55fcb436 32 60 60 60\nff3a963c55fcb436 113 99 99 99\n1c840c855f0c8421 24 57 57 57\n1c840c855f0c8421 99 77 77 77\n1c840c855f0c8421 99 98 98 98\n4bd922d1e75cc936 142 184 184 184\n4bd922d1e75cc936 237 193 193 193\n4bd922d1e75cc936 237 208 208 208\nb72e2bcd74f7714a 3 7 7 7\nb72e2bcd74f7714a 3 21 21 21\nb72e2bcd74f7714a 67 59 59 59\ncd21f3bf53352154 27 30 30 30\ncd21f3bf53352154 77 66 66 66\ncd21f3bf53352154 77 72 72 72\na19f6478fc81b340 10 16 16 16\na19f6478fc81b340 10 20 20 20\na19f6478fc81b340 76 62 62 62\nfccdfdacbcdd9b4b 0 17 17 17\nfccdfdacbcdd9b4b 0 18 18 18\nfccdfdacbcdd9b4b 45 31 31 31\n6f187c1dfc6ab480 54 69 69 69\n6f187c1dfc6ab480 104 91 91 91\n6f187c1dfc6ab480 104 92 92 92\nedbdb6ad0b956efb 5 11 11 11\nedbdb6ad0b956efb 5 22 22 22\nedbdb6ad0b956efb 65 60 60 60\n61c9d4900b04ed36 121 129 129 129\n61c9d4900b04ed36 121 134 134 134\n61c9d4900b04ed36 209 188 188 188\nd63597aeceeebf11 66 79 79 79\nd63597aeceeebf11 116 92 92 92\nd63597aeceeebf11 116 115 115 115\nd74eadb206cb092b 31 40 40 40\nd74eadb206cb092b 102 69 69 69\nd74eadb206cb092b 102 99 99 99\n8ee1f3a303113b74 3 23 23 23\n8ee1f3a303113b74 3 24 24 24\n8ee1f3a303113b74 54 35 35 35\n15a138312ad94718 13 15 15 15\n15a138312ad94718 13 30 30 30\n15a138312ad94718 59 39 39 39\nc44e247cfebc8863 8 41 41 41\nc44e247cfebc8863 78 48 48 48\nc44e247cfebc8863 78 60 60 60\n50b2183db14d713d 40 42 42 42\n50b2183db14d713d 163 127 127 127\n50b2183db14d713d 163 153 153 153\nd3ee158fc48d1df3 65 53 53 53\nd3ee158fc48d1df3 65 54 54 54\nd3ee158fc48d1df3 65 61 61 61\na2a28e092f01eaf3 41 76 76 76\na2a28e092f01eaf3 116 91 91 91\na2a28e092f01eaf3 116 106 106 106\ne3b2936f70d1dba6 32 38 38 38\ne3b2936f70d1dba6 32 42 42 42\ne3b2936f70d1dba6 78 56 56 56\n818f878fa36ae7bd 37 42 42 42\n818f878fa36ae7bd 37 46 46 46\n818f878fa36ae7bd 83 61 61 61\n3e8363be673dafa2 13 18 18 18\n3e8363be673dafa2 13 35 35 35\n3e8363be673dafa2 73 68 68 68\nf4f0bff9558dc66e 16 32 32 32\nf4f0bff9558dc66e 16 37 37 37\nf4f0bff9558dc66e 66 54 54 54\n58cd1a5b2a77a3d1 66 86 86 86\n58cd1a5b2a77a3d1 159 118 118 118\n58cd1a5b2a77a3d1 159 154 154 154\n95539306aec62cf4 109 110 110 110\n95539306aec62cf4 109 131 131 131\n95539306aec62cf4 170 148 148 148\ne37a3ccac0ec67df 3 10 10 10\ne37a3ccac0ec67df 3 21 21 21\ne37a3ccac0ec67df 67 41 41 41\n7ea580d5a9a04052 8 10 10 10\n7ea580d5a9a04052 54 49 49 49\n7ea580d5a9a04052 54 51 51 51\n296241182c2df900 22 32 32 32\n296241182c2df900 22 41 41 41\n296241182c2df900 22 45 45 45\ndb1aba7b5254ae5b 108 113 113 113\ndb1aba7b5254ae5b 108 125 125 125\ndb1aba7b5254ae5b 108 132 132 132\n5f19cedc37860936 29 31 31 31\n5f19cedc37860936 29 42 42 42\n5f19cedc37860936 29 52 52 52\n2276982dbc5a23e2 0 27 27 27\n2276982dbc5a23e2 59 39 39 39\n2276982dbc5a23e2 59 42 42 42\nc323b0dccaa46d8b 28 35 35 35\nc323b0dccaa46d8b 28 39 39 39\nc323b0dccaa46d8b 139 102 102 102\n39f03d5fb1807102 7 28 28 28\n39f03d5fb1807102 65 56 56 56\n39f03d5fb1807102 65 63 63 63\n2f7f2369486cc959 67 43 43 43\n2f7f2369486cc959 67 45 45 45\n2f7f2369486cc959 67 61 61 61\nd55a1c9b8e8fca0c 16 25 25 25\nd55a1c9b8e8fca0c 61 44 44 44\nd55a1c9b8e8fca0c 61 54 54 54\na0a5b8d202fb87ee 0 1 1 1\na0a5b8d202fb87ee 0 18 18 18\na0a5b8d202fb87ee 50 40 40 40\nb4c2c2cb9d279a99 117 140 140 140\nb4c2c2cb9d279a99 183 155 155 155\nb4c2c2cb9d279a99 183 168 168 168\n2a8cd9f87b3c9a2b 129 144 144 144\n2a8cd9f87b3c9a2b 206 190 190 190\n2a8cd9f87b3c9a2b 206 206 206 206\n3164f4c30188d403 76 57 57 57\n3164f4c30188d403 76 67 67 67\n3164f4c30188d403 76 74 74 74\na3c61456cdbd1a0c 26 43 43 43\na3c61456cdbd1a0c 73 68 68 68\na3c61456cdbd1a0c 73 72 72 72\n6f27cc9bba11d979 79 83 83 83\n6f27cc9bba11d979 79 98 98 98\n6f27cc9bba11d979 128 114 114 114\nbc64a62e612c27ce 21 33 33 33\nbc64a62e612c27ce 21 40 40 40\nbc64a62e612c27ce 71 59 59 59\n31b5667e16de1d94 53 63 63 63\n31b5667e16de1d94 53 79 79 79\n31b5667e16de1d94 121 106 106 106\nda549aefc6c2dde7 7 30 30 30\nda549aefc6c2dde7 54 31 31 31\nda549aefc6c2dde7 54 33 33 33\n6cbea20651231bd1 64 96 96 96\n6cbea20651231bd1 128 103 103 103\n6cbea20651231bd1 128 109 109 109\n8e4d579084c96cec 4 19 19 19\n8e4d579084c96cec 4 33 33 33\n8e4d579084c96cec 87 74 74 74\n89e757dfd2868e3f 60 62 62 62\n89e757dfd2868e3f 60 77 77 77\n89e757dfd2868e3f 60 83 83 83\n69178f54e00142ec 27 48 48 48\n69178f54e00142ec 74 63 63 63\n69178f54e00142ec 74 64 64 64\n16a23081fd821e92 1 7 7 7\n16a23081fd821e92 1 60 60 60\n16a23081fd821e92 124 74 74 74\ncbe2cdb46cc61aea 10 31 31 31\ncbe2cdb46cc61aea 57 42 42 42\ncbe2cdb46cc61aea 57 45 45 45\ne03e87ffb93f2fd2 99 138 138 138\ne03e87ffb93f2fd2 201 179 179 179\ne03e87ffb93f2fd2 201 192 192 192\n10a3511b61f40243 256 231 231 231\n10a3511b61f40243 256 233 233 233\n10a3511b61f40243 256 240 240 240\n652e52a792054980 5 27 27 27\n652e52a792054980 50 28 28 28\n652e52a792054980 50 36 36 36\n2da082dfb7a66b4d 8 9 9 9\n2da082dfb7a66b4d 8 23 23 23\n2da082dfb7a66b4d 69 50 50 50\n66ccdb8a7d9405d5 18 26 26 26\n66ccdb8a7d9405d5 18 49 49 49\n66ccdb8a7d9405d5 95 93 93 93\n05bacb6d6a4741b0 6 7 7 7\n05bacb6d6a4741b0 6 27 27 27\n05bacb6d6a4741b0 74 72 72 72\n004dd4b46a06e5be 3 12 12 12\n004dd4b46a06e5be 60 46 46 46\n004dd4b46a06e5be 60 59 59 59\n840219677e368865 20 20 20 20\n840219677e368865 66 54 54 54\n840219677e368865 66 59 59 59\n61cd6fd0d589ceb4 1 8 8 8\n61cd6fd0d589ceb4 1 19 19 19\n61cd6fd0d589ceb4 54 34 34 34\na17558fffd6c73a5 0 16 16 16\na17558fffd6c73a5 0 24 24 24\na17558fffd6c73a5 52 46 46 46\n60ba12107f341e4c 15 46 46 46\n60ba12107f341e4c 102 59 59 59\n60ba12107f341e4c 102 86 86 86\n8b1f087653c7ae16 119 141 141 141\n8b1f087653c7ae16 169 153 153 153\n8b1f087653c7ae16 169 164 164 164\n5ae93f51119ea22e 60 78 78 78\n5ae93f51119ea22e 60 83 83 83\n5ae93f51119ea22e 60 93 93 93\n5bcbe26d31a2e63c 177 201 201 201\n5bcbe26d31a2e63c 246 223 223 223\n5bcbe26d31a2e63c 246 228 228 228\ne544d80550e0ed87 35 39 39 39\ne544d80550e0ed87 35 55 55 55\ne544d80550e0ed87 84 84 84 84\nd7e49ddc912912eb 56 34 34 34\nd7e49ddc912912eb 56 43 43 43\nd7e49ddc912912eb 56 51 51 51\n756c2bdfad5cdd55 270 261 261 261\n756c2bdfad5cdd55 270 265 265 265\n756c2bdfad5cdd55 270 269 269 269\n04e2be0415136fa9 8 24 24 24\n04e2be0415136fa9 57 44 44 44\n04e2be0415136fa9 57 49 49 49\n431795f999dc215f 58 84 84 84\n431795f999dc215f 58 86 86 86\n431795f999dc215f 114 94 94 94\nb554f9a1149e206a 84 67 67 67\nb554f9a1149e206a 84 80 80 80\nb554f9a1149e206a 84 83 83 83\n2cd27189549897bf 32 51 51 51\n2cd27189549897bf 32 56 56 56\n2cd27189549897bf 95 66 66 66\n77ba94a08d8f7ae7 15 17 17 17\n77ba94a08d8f7ae7 15 33 33 33\n77ba94a08d8f7ae7 62 46 46 46\nb442fc189f7e84cc 27 56 56 56\nb442fc189f7e84cc 154 125 125 125\nb442fc189f7e84cc 154 151 151 151\n8b1de4987e260ef4 8 8 8 8\n8b1de4987e260ef4 8 24 24 24\n8b1de4987e260ef4 111 98 98 98\n9ea6c81864762100 62 65 65 65\n9ea6c81864762100 62 84 84 84\n9ea6c81864762100 127 123 123 123\n3546ce778c659b03 0 3 3 3\n3546ce778c659b03 0 15 15 15\n3546ce778c659b03 0 26 26 26\nc724076fdb4665ae 109 76 76 76\nc724076fdb4665ae 109 97 97 97\nc724076fdb4665ae 109 98 98 98\na13869916b17b4c7 79 133 133 133\na13869916b17b4c7 192 174 174 174\na13869916b17b4c7 192 184 184 184\n4908fab97c9bcec7 65 69 69 69\n4908fab97c9bcec7 65 81 81 81\n4908fab97c9bcec7 65 89 89 89\n2945a940639798ce 270 225 225 225\n2945a940639798ce 270 251 251 251\n2945a940639798ce 270 256 256 256\nf5b151019f9010a5 7 8 8 8\nf5b151019f9010a5 7 13 13 13\nf5b151019f9010a5 7 42 42 42\n172c99489b18e0e6 143 169 169 169\n172c99489b18e0e6 258 204 204 204\n172c99489b18e0e6 258 210 210 210\n6c6d91342f5e4803 21 26 26 26\n6c6d91342f5e4803 21 44 44 44\n6c6d91342f5e4803 69 63 63 63\nc9ffc172d4cf2f8f 24 39 39 39\nc9ffc172d4cf2f8f 77 70 70 70\nc9ffc172d4cf2f8f 77 73 73 73\ne1e11f6e94576a7f 21 22 22 22\ne1e11f6e94576a7f 21 35 35 35\ne1e11f6e94576a7f 68 58 58 58\n1f1a76ed6db1dae5 5 19 19 19\n1f1a76ed6db1dae5 5 20 20 20\n1f1a76ed6db1dae5 51 32 32 32\n3cc4c306db84c6fe 25 49 49 49\n3cc4c306db84c6fe 25 73 73 73\n3cc4c306db84c6fe 154 94 94 94\n26245c3bf975cb44 83 96 96 96\n26245c3bf975cb44 130 119 119 119\n26245c3bf975cb44 130 123 123 123\nf815dfc42d162fea 267 251 251 251\nf815dfc42d162fea 267 254 254 254\nf815dfc42d162fea 267 256 256 256\n18089956e2be2289 14 16 16 16\n18089956e2be2289 60 59 59 59\n18089956e2be2289 60 60 60 60\n233d7cca6c4c628b 140 147 147 147\n233d7cca6c4c628b 140 165 165 165\n233d7cca6c4c628b 197 182 182 182\nd886b5dfef09feb2 11 17 17 17\nd886b5dfef09feb2 11 59 59 59\nd886b5dfef09feb2 113 97 97 97\n8ab933b10c307f96 14 15 15 15\n8ab933b10c307f96 14 21 21 21\n8ab933b10c307f96 14 44 44 44\nc35d7671553924e5 71 77 77 77\nc35d7671553924e5 126 118 118 118\nc35d7671553924e5 126 126 126 126\na3679fb63dda3a83 7 22 22 22\na3679fb63dda3a83 92 54 54 54\na3679fb63dda3a83 92 88 88 88\nb5da81bebf3c0710 54 102 102 102\nb5da81bebf3c0710 180 120 120 120\nb5da81bebf3c0710 180 139 139 139\n36056faee50a621f 11 21 21 21\n36056faee50a621f 11 23 23 23\n36056faee50a621f 56 54 54 54\n04b580ea1f4df0a5 15 26 26 26\n04b580ea1f4df0a5 96 62 62 62\n04b580ea1f4df0a5 96 74 74 74\n19b0cd79a126e8bd 165 111 111 111\n19b0cd79a126e8bd 165 121 121 121\n19b0cd79a126e8bd 165 157 157 157\n08d5cde674e47324 11 31 31 31\n08d5cde674e47324 11 32 32 32\n08d5cde674e47324 62 58 58 58\nc271a72734e5b269 16 48 48 48\nc271a72734e5b269 95 79 79 79\nc271a72734e5b269 95 90 90 90\n5dcd7861e0c26df5 43 66 66 66\n5dcd7861e0c26df5 105 79 79 79\n5dcd7861e0c26df5 105 90 90 90\n7d723e5d5ee3884d 114 131 131 131\n7d723e5d5ee3884d 170 159 159 159\n7d723e5d5ee3884d 170 164 164 164\nae956b54a63e137e 187 216 216 216\nae956b54a63e137e 270 230 230 230\nae956b54a63e137e 270 245 245 245\nde188793714f8576 9 15 15 15\nde188793714f8576 9 21 21 21\nde188793714f8576 65 45 45 45\n0017ce4c6a39d122 154 129 129 129\n0017ce4c6a39d122 154 140 140 140\n0017ce4c6a39d122 154 152 152 152\n8e8b6c80f4465009 8 9 9 9\n8e8b6c80f4465009 59 35 35 35\n8e8b6c80f4465009 59 58 58 58\n226646771975e6db 74 75 75 75\n226646771975e6db 74 76 76 76\n226646771975e6db 74 87 87 87\n1b3589c90e199821 5 17 17 17\n1b3589c90e199821 5 30 30 30\n1b3589c90e199821 55 31 31 31\nb3e41cf29c9baa8e 29 33 33 33\nb3e41cf29c9baa8e 89 75 75 75\nb3e41cf29c9baa8e 89 84 84 84\n7aab5d3f7767ed1e 1 9 9 9\n7aab5d3f7767ed1e 1 26 26 26\n7aab5d3f7767ed1e 69 55 55 55\nc098d994e6751117 40 72 72 72\nc098d994e6751117 112 106 106 106\nc098d994e6751117 112 108 108 108\n4d5885aa7e39e090 3 11 11 11\n4d5885aa7e39e090 3 20 20 20\n4d5885aa7e39e090 49 45 45 45\na674ca864ad8992d 53 75 75 75\na674ca864ad8992d 105 101 101 101\na674ca864ad8992d 105 102 102 102\n0c25287b812367cd 18 23 23 23\n0c25287b812367cd 64 48 48 48\n0c25287b812367cd 64 52 52 52\ne6b4cb8ad82b5f07 7 19 19 19\ne6b4cb8ad82b5f07 7 20 20 20\ne6b4cb8ad82b5f07 54 33 33 33\nc10fddd77195eccc 15 22 22 22\nc10fddd77195eccc 84 60 60 60\nc10fddd77195eccc 84 82 82 82\nf22301abb4ab062c 83 67 67 67\nf22301abb4ab062c 83 68 68 68\nf22301abb4ab062c 83 71 71 71\n2b0cbc443e6c3c6d 22 33 33 33\n2b0cbc443e6c3c6d 22 34 34 34\n2b0cbc443e6c3c6d 22 35 35 35\n7ed09c7605ab6f69 60 48 48 48\n7ed09c7605ab6f69 60 51 51 51\n7ed09c7605ab6f69 60 59 59 59\n4f7ce11656b1bf7b 2 12 12 12\n4f7ce11656b1bf7b 53 29 29 29\n4f7ce11656b1bf7b 53 44 44 44\n6d764e8551754631 100 83 83 83\n6d764e8551754631 100 94 94 94\n6d764e8551754631 100 95 95 95\nee512b8fed64e346 47 63 63 63\nee512b8fed64e346 47 65 65 65\nee512b8fed64e346 47 71 71 71\n8000d5e5ca364d8b 34 35 35 35\n8000d5e5ca364d8b 34 41 41 41\n8000d5e5ca364d8b 96 76 76 76\nb59d323db46b8e8c 30 41 41 41\nb59d323db46b8e8c 90 62 62 62\nb59d323db46b8e8c 90 74 74 74\n6e5bd067ea61158c 30 46 46 46\n6e5bd067ea61158c 30 56 56 56\n6e5bd067ea61158c 30 59 59 59\n7baf24a573cca683 58 82 82 82\n7baf24a573cca683 133 96 96 96\n7baf24a573cca683 133 118 118 118\n93496017ed6c3f16 18 19 19 19\n93496017ed6c3f16 18 29 29 29\n93496017ed6c3f16 71 48 48 48\n36fb4d41b00581c4 39 53 53 53\n36fb4d41b00581c4 39 59 59 59\n36fb4d41b00581c4 85 66 66 66\n210fc445b9e254f5 7 17 17 17\n210fc445b9e254f5 7 24 24 24\n210fc445b9e254f5 53 41 41 41\nf073f9fe79303793 11 19 19 19\nf073f9fe79303793 11 41 41 41\nf073f9fe79303793 76 75 75 75\n4ffde39f9974cbec 12 28 28 28\n4ffde39f9974cbec 12 59 59 59\n4ffde39f9974cbec 114 66 66 66\nb6ab04d0a8e79e29 38 50 50 50\nb6ab04d0a8e79e29 114 99 99 99\nb6ab04d0a8e79e29 114 112 112 112\n1eca36ec55b88fe4 70 73 73 73\n1eca36ec55b88fe4 70 89 89 89\n1eca36ec55b88fe4 134 117 117 117\nfe255d26bfef2f2b 42 52 52 52\nfe255d26bfef2f2b 42 59 59 59\nfe255d26bfef2f2b 96 77 77 77\nf56884f938bcf8f3 1 3 3 3\nf56884f938bcf8f3 1 8 8 8\nf56884f938bcf8f3 48 32 32 32\nebd1ce931f852b44 24 24 24 24\nebd1ce931f852b44 24 34 34 34\nebd1ce931f852b44 70 59 59 59\n37d09bda74c92a93 85 93 93 93\n37d09bda74c92a93 85 107 107 107\n37d09bda74c92a93 133 118 118 118\n05a0ad1e2aa632e7 196 151 151 151\n05a0ad1e2aa632e7 196 156 156 156\n05a0ad1e2aa632e7 196 195 195 195\nbb034d246e698ecb 70 53 53 53\nbb034d246e698ecb 70 57 57 57\nbb034d246e698ecb 70 70 70 70\n972caf32a4a5c57a 35 36 36 36\n972caf32a4a5c57a 109 75 75 75\n972caf32a4a5c57a 109 100 100 100\n8b938862ee0e89a2 11 15 15 15\n8b938862ee0e89a2 11 17 17 17\n8b938862ee0e89a2 11 31 31 31\n5a827d3f2a424513 19 26 26 26\n5a827d3f2a424513 19 29 29 29\n5a827d3f2a424513 19 32 32 32\nf6f46314516a7f3b 94 105 105 105\nf6f46314516a7f3b 94 121 121 121\nf6f46314516a7f3b 158 148 148 148\n9cf5050816fcefaa 38 48 48 48\n9cf5050816fcefaa 38 51 51 51\n9cf5050816fcefaa 136 107 107 107\na18bf05a766ba17d 0 4 4 4\na18bf05a766ba17d 0 11 11 11\na18bf05a766ba17d 46 46 46 46\n133ee6e537353604 122 131 131 131\n133ee6e537353604 122 145 145 145\n133ee6e537353604 173 169 169 169\nb009fbe3950ebeb2 204 228 228 228\nb009fbe3950ebeb2 268 257 257 257\nb009fbe3950ebeb2 268 268 268 268\nfc4410feec1308a2 48 67 67 67\nfc4410feec1308a2 48 70 70 70\nfc4410feec1308a2 104 102 102 102\nc48cae17bb7fe0df 51 32 32 32\nc48cae17bb7fe0df 51 34 34 34\nc48cae17bb7fe0df 51 50 50 50\n35e8c6c2168dd087 36 54 54 54\n35e8c6c2168dd087 36 68 68 68\n35e8c6c2168dd087 111 79 79 79\n75f6f7af02e66490 2 17 17 17\n75f6f7af02e66490 2 18 18 18\n75f6f7af02e66490 63 52 52 52\ndd1c1d26525a2a1b 6 19 19 19\ndd1c1d26525a2a1b 60 49 49 49\ndd1c1d26525a2a1b 60 54 54 54\n1be3758972b35151 12 36 36 36\n1be3758972b35151 64 52 52 52\n1be3758972b35151 64 61 61 61\nfcb0cb3d3da5c2e5 16 36 36 36\nfcb0cb3d3da5c2e5 16 64 64 64\nfcb0cb3d3da5c2e5 125 91 91 91\n2e470f6e2c83566a 4 11 11 11\n2e470f6e2c83566a 4 19 19 19\n2e470f6e2c83566a 4 22 22 22\n50459a4ce306cb3f 203 212 212 212\n50459a4ce306cb3f 203 219 219 219\n50459a4ce306cb3f 257 237 237 237\n6d0a1cc8f263f401 1 8 8 8\n6d0a1cc8f263f401 1 12 12 12\n6d0a1cc8f263f401 1 13 13 13\nc6b410e69e499cf3 13 30 30 30\nc6b410e69e499cf3 77 59 59 59\nc6b410e69e499cf3 77 71 71 71\n4833b3d2a8184313 82 66 66 66\n4833b3d2a8184313 82 67 67 67\n4833b3d2a8184313 82 74 74 74\n91e469c1698f1da4 81 87 87 87\n91e469c1698f1da4 81 96 96 96\n91e469c1698f1da4 153 125 125 125\n1840ae9e2494443e 45 65 65 65\n1840ae9e2494443e 90 86 86 86\n1840ae9e2494443e 90 87 87 87\n77861592d98909b7 4 19 19 19\n77861592d98909b7 62 38 38 38\n77861592d98909b7 62 61 61 61\n01a2277ee817b310 8 20 20 20\n01a2277ee817b310 85 53 53 53\n01a2277ee817b310 85 77 77 77\n22085848f943c2c6 4 9 9 9\n22085848f943c2c6 4 20 20 20\n22085848f943c2c6 4 25 25 25\n34b35070a9e24f32 74 97 97 97\n34b35070a9e24f32 74 116 116 116\n34b35070a9e24f32 181 141 141 141\n9c1cd390ea3e2dd1 42 58 58 58\n9c1cd390ea3e2dd1 93 74 74 74\n9c1cd390ea3e2dd1 93 76 76 76\nc1a4a2a5405eec62 149 127 127 127\nc1a4a2a5405eec62 149 144 144 144\nc1a4a2a5405eec62 149 149 149 149\nd5068134e0888c2a 8 32 32 32\nd5068134e0888c2a 60 44 44 44\nd5068134e0888c2a 60 60 60 60\neb0797ba712e6f66 3 7 7 7\neb0797ba712e6f66 48 31 31 31\neb0797ba712e6f66 48 47 47 47\n4a7e531e1a35d424 58 65 65 65\n4a7e531e1a35d424 58 70 70 70\n4a7e531e1a35d424 105 100 100 100\n45f5a75e63afd4a2 198 152 152 152\n45f5a75e63afd4a2 198 157 157 157\n45f5a75e63afd4a2 198 169 169 169\ne8f62270af0b786d 2 16 16 16\ne8f62270af0b786d 2 22 22 22\ne8f62270af0b786d 52 36 36 36\n7279cead5e739056 29 37 37 37\n7279cead5e739056 74 59 59 59\n7279cead5e739056 74 62 62 62\n168e0f4071d2fe58 194 212 212 212\n168e0f4071d2fe58 194 215 215 215\n168e0f4071d2fe58 239 227 227 227\n1692fab166811028 85 127 127 127\n1692fab166811028 85 132 132 132\n1692fab166811028 85 134 134 134\ne608f38fd661a60b 12 31 31 31\ne608f38fd661a60b 62 56 56 56\ne608f38fd661a60b 62 60 60 60\n8178c1b534371987 27 44 44 44\n8178c1b534371987 27 49 49 49\n8178c1b534371987 72 51 51 51\n25b3854e6efb747d 17 21 21 21\n25b3854e6efb747d 70 58 58 58\n25b3854e6efb747d 70 68 68 68\n22b86e38854ad186 5 15 15 15\n22b86e38854ad186 63 48 48 48\n22b86e38854ad186 63 51 51 51\nb04995ec9bacd163 29 47 47 47\nb04995ec9bacd163 84 57 57 57\nb04995ec9bacd163 84 58 58 58\n7431082951c9e559 186 187 187 187\n7431082951c9e559 186 203 203 203\n7431082951c9e559 245 225 225 225\nb6c0898ba2c09616 1 20 20 20\nb6c0898ba2c09616 1 43 43 43\nb6c0898ba2c09616 88 79 79 79\nad34d90135db8473 0 4 4 4\nad34d90135db8473 0 5 5 5\nad34d90135db8473 0 8 8 8\ne315e4bd275b7036 0 3 3 3\ne315e4bd275b7036 48 25 25 25\ne315e4bd275b7036 48 43 43 43\nd06bad5707840a88 112 139 139 139\nd06bad5707840a88 242 220 220 220\nd06bad5707840a88 242 239 239 239\n6a4909956545915e 113 119 119 119\n6a4909956545915e 113 126 126 126\n6a4909956545915e 160 160 160 160\ne246e146c2368f02 108 112 112 112\ne246e146c2368f02 156 136 136 136\ne246e146c2368f02 156 139 139 139\n48e49bdd1aa706e1 1 11 11 11\n48e49bdd1aa706e1 46 24 24 24\n48e49bdd1aa706e1 46 39 39 39\n9045aa50fe465b65 25 48 48 48\n9045aa50fe465b65 73 54 54 54\n9045aa50fe465b65 73 66 66 66\n378cb83947bf2d23 36 56 56 56\n378cb83947bf2d23 82 61 61 61\n378cb83947bf2d23 82 69 69 69\n82439bbdcde76fb4 182 183 183 183\n82439bbdcde76fb4 182 212 212 212\n82439bbdcde76fb4 182 220 220 220\nfc966f25afa3659f 158 163 163 163\nfc966f25afa3659f 158 186 186 186\nfc966f25afa3659f 234 219 219 219\ne40ca395753837ce 25 29 29 29\ne40ca395753837ce 25 30 30 30\ne40ca395753837ce 25 33 33 33\n7d7aa32b53b28aa9 83 98 98 98\n7d7aa32b53b28aa9 83 104 104 104\n7d7aa32b53b28aa9 138 131 131 131\n30b1dffa5f783ecb 197 134 134 134\n30b1dffa5f783ecb 197 142 142 142\n30b1dffa5f783ecb 197 194 194 194\nffcdeb6f7e2f782f 41 59 59 59\nffcdeb6f7e2f782f 89 73 73 73\nffcdeb6f7e2f782f 89 76 76 76\nfa8217a7229a0e5b 23 31 31 31\nfa8217a7229a0e5b 23 52 52 52\nfa8217a7229a0e5b 23 54 54 54\nbd28c059c79b701f 52 72 72 72\nbd28c059c79b701f 111 87 87 87\nbd28c059c79b701f 111 108 108 108\n9ea61697c238be3d 2 2 2 2\n9ea61697c238be3d 2 4 4 4\n9ea61697c238be3d 2 8 8 8\n3e1af0b953407ef7 89 55 55 55\n3e1af0b953407ef7 89 57 57 57\n3e1af0b953407ef7 89 81 81 81\n04422a07336e32da 9 41 41 41\n04422a07336e32da 76 47 47 47\n04422a07336e32da 76 53 53 53\nff778c65ccf5ccc0 52 33 33 33\nff778c65ccf5ccc0 52 34 34 34\nff778c65ccf5ccc0 52 37 37 37\n2ef881551a7fda22 63 63 63 63\n2ef881551a7fda22 63 67 67 67\n2ef881551a7fda22 63 75 75 75\n9d2b9c6b0223cdf8 28 35 35 35\n9d2b9c6b0223cdf8 28 43 43 43\n9d2b9c6b0223cdf8 82 71 71 71\n1a246479af31922e 74 88 88 88\n1a246479af31922e 74 103 103 103\n1a246479af31922e 136 123 123 123\n3a4d7cbcf0c84668 3 11 11 11\n3a4d7cbcf0c84668 3 14 14 14\n3a4d7cbcf0c84668 74 39 39 39\n7bda96efed1cfeb2 10 35 35 35\n7bda96efed1cfeb2 74 51 51 51\n7bda96efed1cfeb2 74 70 70 70\n3dcef43736468b29 73 80 80 80\n3dcef43736468b29 144 126 126 126\n3dcef43736468b29 144 134 134 134\nbd3728fa823e6eb9 0 12 12 12\nbd3728fa823e6eb9 45 28 28 28\nbd3728fa823e6eb9 45 42 42 42\nfa53b8c13f6caabb 97 109 109 109\nfa53b8c13f6caabb 188 148 148 148\nfa53b8c13f6caabb 188 167 167 167\ncb252fb006543390 93 70 70 70\ncb252fb006543390 93 75 75 75\ncb252fb006543390 93 82 82 82\n67b6e4e43e0174cd 41 44 44 44\n67b6e4e43e0174cd 41 58 58 58\n67b6e4e43e0174cd 41 59 59 59\n3e920cc4dee08efe 10 11 11 11\n3e920cc4dee08efe 10 19 19 19\n3e920cc4dee08efe 10 26 26 26\n7d3267f6c9bbeacd 18 20 20 20\n7d3267f6c9bbeacd 88 77 77 77\n7d3267f6c9bbeacd 88 83 83 83\n41210bec1c0c87e8 8 24 24 24\n41210bec1c0c87e8 8 25 25 25\n41210bec1c0c87e8 64 41 41 41\n8b276812290942b8 63 84 84 84\n8b276812290942b8 129 113 113 113\n8b276812290942b8 129 115 115 115\n48638883e537ccda 8 16 16 16\n48638883e537ccda 60 41 41 41\n48638883e537ccda 60 48 48 48\n2c52d9d606a3ece2 28 37 37 37\n2c52d9d606a3ece2 102 66 66 66\n2c52d9d606a3ece2 102 76 76 76\nfb0b85f9925e6142 0 7 7 7\nfb0b85f9925e6142 0 16 16 16\nfb0b85f9925e6142 45 41 41 41\nafa3ca638647dc99 11 44 44 44\nafa3ca638647dc99 123 71 71 71\nafa3ca638647dc99 123 109 109 109\n603c1f1fff7356b6 0 10 10 10\n603c1f1fff7356b6 0 13 13 13\n603c1f1fff7356b6 45 27 27 27\n721a228529a8c92c 85 130 130 130\n721a228529a8c92c 219 181 181 181\n721a228529a8c92c 219 182 182 182\nce784ea362258600 194 169 169 169\nce784ea362258600 194 178 178 178\nce784ea362258600 194 186 186 186\ncc83c06e70687498 4 6 6 6\ncc83c06e70687498 4 14 14 14\ncc83c06e70687498 52 47 47 47\n4d6d71afa551caf2 47 67 67 67\n4d6d71afa551caf2 47 70 70 70\n4d6d71afa551caf2 117 94 94 94\n649f2f99bf851742 45 56 56 56\n649f2f99bf851742 45 60 60 60\n649f2f99bf851742 90 79 79 79\na8aca13ea1962643 2 3 3 3\na8aca13ea1962643 2 22 22 22\na8aca13ea1962643 47 25 25 25\n7d38a187a70a4ce2 3 20 20 20\n7d38a187a70a4ce2 3 22 22 22\n7d38a187a70a4ce2 61 37 37 37\n2326e9820982ad81 10 23 23 23\n2326e9820982ad81 10 50 50 50\n2326e9820982ad81 101 101 101 101\n1045a0633afe8205 2 5 5 5\n1045a0633afe8205 47 25 25 25\n1045a0633afe8205 47 35 35 35\ne301f70fea73282e 151 109 109 109\ne301f70fea73282e 151 128 128 128\ne301f70fea73282e 151 143 143 143\ne38f875ac1941fd0 56 63 63 63\ne38f875ac1941fd0 56 65 65 65\ne38f875ac1941fd0 101 98 98 98\n06a2911e9add96c6 6 7 7 7\n06a2911e9add96c6 6 33 33 33\n06a2911e9add96c6 70 41 41 41\n16ed45d1ce9017df 41 51 51 51\n16ed45d1ce9017df 91 69 69 69\n16ed45d1ce9017df 91 77 77 77\n6d5c5da7304dc62e 27 30 30 30\n6d5c5da7304dc62e 27 39 39 39\n6d5c5da7304dc62e 75 63 63 63\n3d410da4d7fd9f64 1 3 3 3\n3d410da4d7fd9f64 1 23 23 23\n3d410da4d7fd9f64 50 45 45 45\n99c22019aee5e7b4 6 25 25 25\n99c22019aee5e7b4 6 40 40 40\n99c22019aee5e7b4 82 80 80 80\n46fb9c990b6f8114 31 35 35 35\n46fb9c990b6f8114 31 41 41 41\n46fb9c990b6f8114 83 81 81 81\n2a058bafbecaccf9 68 84 84 84\n2a058bafbecaccf9 113 92 92 92\n2a058bafbecaccf9 113 95 95 95\n2efc2f02a8d73480 4 10 10 10\n2efc2f02a8d73480 4 17 17 17\n2efc2f02a8d73480 51 41 41 41\n0445459f7afb0f48 11 26 26 26\n0445459f7afb0f48 11 31 31 31\n0445459f7afb0f48 64 48 48 48\n22e6c736f2f7227b 62 89 89 89\n22e6c736f2f7227b 193 182 182 182\n22e6c736f2f7227b 193 187 187 187\n9e1c9b9e7a332b30 0 1 1 1\n9e1c9b9e7a332b30 0 17 17 17\n9e1c9b9e7a332b30 47 25 25 25\n7b0c77fd638a7494 16 25 25 25\n7b0c77fd638a7494 16 29 29 29\n7b0c77fd638a7494 16 34 34 34\n84055e0ed4467578 52 56 56 56\n84055e0ed4467578 52 83 83 83\n84055e0ed4467578 135 110 110 110\ncc8602b40207efb3 5 24 24 24\ncc8602b40207efb3 52 30 30 30\ncc8602b40207efb3 52 47 47 47\n5aaed3a3a0c31e7c 24 25 25 25\n5aaed3a3a0c31e7c 24 41 41 41\n5aaed3a3a0c31e7c 99 65 65 65\na3bc8104bbfdb9a0 60 67 67 67\na3bc8104bbfdb9a0 107 87 87 87\na3bc8104bbfdb9a0 107 107 107 107\n98ec507aa8ec90dc 68 43 43 43\n98ec507aa8ec90dc 68 51 51 51\n98ec507aa8ec90dc 68 56 56 56\n088e115752ce9e56 61 62 62 62\n088e115752ce9e56 61 90 90 90\n088e115752ce9e56 120 97 97 97\nb9cbc2885d0ca0a5 33 55 55 55\nb9cbc2885d0ca0a5 33 64 64 64\nb9cbc2885d0ca0a5 112 100 100 100\nbcc7aa969e3c2e8c 3 3 3 3\nbcc7aa969e3c2e8c 3 7 7 7\nbcc7aa969e3c2e8c 3 23 23 23\nf29a95c0e9901f8f 21 32 32 32\nf29a95c0e9901f8f 21 40 40 40\nf29a95c0e9901f8f 21 43 43 43\ne3e5e812f1687e91 10 15 15 15\ne3e5e812f1687e91 64 40 40 40\ne3e5e812f1687e91 64 64 64 64\n83b630268bde3212 4 38 38 38\n83b630268bde3212 101 65 65 65\n83b630268bde3212 101 78 78 78\n58694ef1f09a6560 10 22 22 22\n58694ef1f09a6560 10 26 26 26\n58694ef1f09a6560 56 46 46 46\n790fc35bbe32c479 67 78 78 78\n790fc35bbe32c479 113 100 100 100\n790fc35bbe32c479 113 111 111 111\n33a5a85f06fcc77b 53 54 54 54\n33a5a85f06fcc77b 103 84 84 84\n33a5a85f06fcc77b 103 96 96 96\n6973accc3270c3cf 26 39 39 39\n6973accc3270c3cf 73 60 60 60\n6973accc3270c3cf 73 68 68 68\n845fcf8e2d6efde7 33 42 42 42\n845fcf8e2d6efde7 33 45 45 45\n845fcf8e2d6efde7 78 72 72 72\n2e06abf6286040e2 19 20 20 20\n2e06abf6286040e2 67 61 61 61\n2e06abf6286040e2 67 66 66 66\n8b3edb4b0db51999 7 12 12 12\n8b3edb4b0db51999 64 37 37 37\n8b3edb4b0db51999 64 41 41 41\ndffc33db51535553 44 51 51 51\ndffc33db51535553 95 79 79 79\ndffc33db51535553 95 89 89 89\nf31cf77e0547f39c 32 41 41 41\nf31cf77e0547f39c 32 47 47 47\nf31cf77e0547f39c 78 78 78 78\n19310eb8261d4bb2 8 9 9 9\n19310eb8261d4bb2 8 12 12 12\n19310eb8261d4bb2 8 33 33 33\n346a944ed156cda3 205 158 158 158\n346a944ed156cda3 205 165 165 165\n346a944ed156cda3 205 183 183 183\n1a8028b68f3964f1 8 13 13 13\n1a8028b68f3964f1 8 22 22 22\n1a8028b68f3964f1 59 41 41 41\n6a9e6a28201b4866 5 28 28 28\n6a9e6a28201b4866 54 48 48 48\n6a9e6a28201b4866 54 53 53 53\nb81460976167c310 9 20 20 20\nb81460976167c310 9 50 50 50\nb81460976167c310 95 83 83 83\n4d6494da237c0bdb 61 67 67 67\n4d6494da237c0bdb 132 104 104 104\n4d6494da237c0bdb 132 124 124 124\nf2eb184a33234cf8 15 20 20 20\nf2eb184a33234cf8 15 21 21 21\nf2eb184a33234cf8 15 26 26 26\n39c41be5e76c79c1 38 44 44 44\n39c41be5e76c79c1 38 46 46 46\n39c41be5e76c79c1 38 59 59 59\nea060dbb5b7a8991 13 16 16 16\nea060dbb5b7a8991 13 28 28 28\nea060dbb5b7a8991 86 62 62 62\nb3111967db98b796 25 40 40 40\nb3111967db98b796 73 56 56 56\nb3111967db98b796 73 70 70 70\n128bf83073de3ba1 39 59 59 59\n128bf83073de3ba1 39 60 60 60\n128bf83073de3ba1 100 87 87 87\n8f1787bd8aad1e69 94 70 70 70\n8f1787bd8aad1e69 94 79 79 79\n8f1787bd8aad1e69 94 83 83 83\n221205ddf59c5156 49 58 58 58\n221205ddf59c5156 97 85 85 85\n221205ddf59c5156 97 86 86 86\n397037082e6eb839 85 59 59 59\n397037082e6eb839 85 64 64 64\n397037082e6eb839 85 80 80 80\nde1bfd4c6e39109e 26 28 28 28\nde1bfd4c6e39109e 26 32 32 32\nde1bfd4c6e39109e 26 67 67 67\n929ed71c97317c55 12 16 16 16\n929ed71c97317c55 12 20 20 20\n929ed71c97317c55 12 21 21 21\n5535e78a16298072 24 43 43 43\n5535e78a16298072 24 67 67 67\n5535e78a16298072 119 89 89 89\n85ca4b980197e441 1 18 18 18\n85ca4b980197e441 46 26 26 26\n85ca4b980197e441 46 30 30 30\nba23b8c900ff47d5 11 26 26 26\nba23b8c900ff47d5 88 53 53 53\nba23b8c900ff47d5 88 72 72 72\n4e9fb1e7c4b43781 46 50 50 50\n4e9fb1e7c4b43781 46 59 59 59\n4e9fb1e7c4b43781 112 103 103 103\nfb723ecfff811097 209 184 184 184\nfb723ecfff811097 209 199 199 199\nfb723ecfff811097 209 200 200 200\n5ad6ed267745c139 98 76 76 76\n5ad6ed267745c139 98 79 79 79\n5ad6ed267745c139 98 98 98 98\nf93468a0f42ffca4 5 18 18 18\nf93468a0f42ffca4 5 21 21 21\nf93468a0f42ffca4 51 46 46 46\nc06de0966927fe2d 64 69 69 69\nc06de0966927fe2d 64 77 77 77\nc06de0966927fe2d 64 89 89 89\na0dcf78e4bda86c4 27 27 27 27\na0dcf78e4bda86c4 82 56 56 56\na0dcf78e4bda86c4 82 73 73 73\n45166f266dd609a3 96 76 76 76\n45166f266dd609a3 96 78 78 78\n45166f266dd609a3 96 96 96 96\n18d9631f5eb45b87 13 47 47 47\n18d9631f5eb45b87 93 66 66 66\n18d9631f5eb45b87 93 75 75 75\ne345566eff5bc31c 66 102 102 102\ne345566eff5bc31c 195 141 141 141\ne345566eff5bc31c 195 193 193 193\na4dc71631f707b9e 12 22 22 22\na4dc71631f707b9e 12 32 32 32\na4dc71631f707b9e 57 39 39 39\naccea1caf1d2eb90 110 113 113 113\naccea1caf1d2eb90 110 120 120 120\naccea1caf1d2eb90 110 131 131 131\n0718f733a326d65f 53 33 33 33\n0718f733a326d65f 53 35 35 35\n0718f733a326d65f 53 42 42 42\n94f16f00843feded 24 33 33 33\n94f16f00843feded 24 42 42 42\n94f16f00843feded 73 55 55 55\n1da33647873725fd 74 52 52 52\n1da33647873725fd 74 53 53 53\n1da33647873725fd 74 58 58 58\n5f08606bd070be09 44 54 54 54\n5f08606bd070be09 93 80 80 80\n5f08606bd070be09 93 87 87 87\nef5c25ab76b67d16 2 22 22 22\nef5c25ab76b67d16 2 31 31 31\nef5c25ab76b67d16 72 62 62 62\n8cfc4ba7194af16d 1 8 8 8\n8cfc4ba7194af16d 1 19 19 19\n8cfc4ba7194af16d 52 38 38 38\n225ae1d37a7fa519 52 81 81 81\n225ae1d37a7fa519 52 82 82 82\n225ae1d37a7fa519 181 161 161 161\n8b167e5aa51027b5 29 44 44 44\n8b167e5aa51027b5 81 56 56 56\n8b167e5aa51027b5 81 81 81 81\n689e0540485d3233 6 15 15 15\n689e0540485d3233 6 25 25 25\n689e0540485d3233 6 35 35 35\n41be40880094d8d1 37 42 42 42\n41be40880094d8d1 118 91 91 91\n41be40880094d8d1 118 98 98 98\n7099ef5810514ea6 205 183 183 183\n7099ef5810514ea6 205 195 195 195\n7099ef5810514ea6 205 203 203 203\n83d696e4f2c17678 17 41 41 41\n83d696e4f2c17678 66 46 46 46\n83d696e4f2c17678 66 63 63 63\n06eba57d1c333a3c 0 5 5 5\n06eba57d1c333a3c 45 25 25 25\n06eba57d1c333a3c 45 26 26 26\nc838fa859e909dae 44 46 46 46\nc838fa859e909dae 44 78 78 78\nc838fa859e909dae 112 109 109 109\n6289608fd1c28b12 110 131 131 131\n6289608fd1c28b12 110 136 136 136\n6289608fd1c28b12 203 180 180 180\n75029a60ed1e2ea0 86 57 57 57\n75029a60ed1e2ea0 86 58 58 58\n75029a60ed1e2ea0 86 66 66 66\n7246f91eb5f09926 10 30 30 30\n7246f91eb5f09926 63 45 45 45\n7246f91eb5f09926 63 63 63 63\n72dea96302f348e3 4 11 11 11\n72dea96302f348e3 4 15 15 15\n72dea96302f348e3 49 41 41 41\n5efa8e2a9a5c154e 0 15 15 15\n5efa8e2a9a5c154e 0 21 21 21\n5efa8e2a9a5c154e 54 47 47 47\ncf1cdf134608cb0b 0 7 7 7\ncf1cdf134608cb0b 56 34 34 34\ncf1cdf134608cb0b 56 35 35 35\nc1e3a9b6b762ca8e 142 158 158 158\nc1e3a9b6b762ca8e 217 200 200 200\nc1e3a9b6b762ca8e 217 207 207 207\n58ac12f1f515c560 267 234 234 234\n58ac12f1f515c560 267 248 248 248\n58ac12f1f515c560 267 255 255 255\nc15c6c70207e82f0 122 139 139 139\nc15c6c70207e82f0 180 155 155 155\nc15c6c70207e82f0 180 158 158 158\nc0611596a79be2b6 186 207 207 207\nc0611596a79be2b6 235 221 221 221\nc0611596a79be2b6 235 223 223 223\n3d6e04af63ebfea4 37 47 47 47\n3d6e04af63ebfea4 37 67 67 67\n3d6e04af63ebfea4 129 96 96 96\n9add67fe53d17288 28 31 31 31\n9add67fe53d17288 28 69 69 69\n9add67fe53d17288 122 90 90 90\nafbb5d72ecdc4879 28 30 30 30\nafbb5d72ecdc4879 76 60 60 60\nafbb5d72ecdc4879 76 70 70 70\na88f58e7c2580c06 108 77 77 77\na88f58e7c2580c06 108 101 101 101\na88f58e7c2580c06 108 105 105 105\ne867befd1e970f6f 18 20 20 20\ne867befd1e970f6f 18 29 29 29\ne867befd1e970f6f 18 31 31 31\nc1a68c1661afa794 38 41 41 41\nc1a68c1661afa794 38 68 68 68\nc1a68c1661afa794 113 100 100 100\n92483fd9e04d89f6 10 27 27 27\n92483fd9e04d89f6 67 45 45 45\n92483fd9e04d89f6 67 63 63 63\nb0540cde1e98672d 28 31 31 31\nb0540cde1e98672d 28 34 34 34\nb0540cde1e98672d 73 58 58 58\ne1b6bcafe19a2b1c 20 34 34 34\ne1b6bcafe19a2b1c 69 56 56 56\ne1b6bcafe19a2b1c 69 62 62 62\n92c175454af59178 65 77 77 77\n92c175454af59178 65 96 96 96\n92c175454af59178 65 111 111 111\n17a75f0b036c9cf8 15 25 25 25\n17a75f0b036c9cf8 15 28 28 28\n17a75f0b036c9cf8 60 49 49 49\n06c71ce295284689 2 9 9 9\n06c71ce295284689 2 14 14 14\n06c71ce295284689 70 52 52 52\nd8108c1e5deaa4ce 4 19 19 19\nd8108c1e5deaa4ce 88 56 56 56\nd8108c1e5deaa4ce 88 71 71 71\n066c35b1abc706be 6 27 27 27\n066c35b1abc706be 54 35 35 35\n066c35b1abc706be 54 45 45 45\na201c3986baaf229 72 39 39 39\na201c3986baaf229 72 47 47 47\na201c3986baaf229 72 70 70 70\n3389b3537eab4019 0 4 4 4\n3389b3537eab4019 0 10 10 10\n3389b3537eab4019 49 31 31 31\n477df7ad0c2e7fdb 79 94 94 94\n477df7ad0c2e7fdb 128 113 113 113\n477df7ad0c2e7fdb 128 115 115 115\naf3fef15e99d6d04 45 64 64 64\naf3fef15e99d6d04 113 80 80 80\naf3fef15e99d6d04 113 89 89 89\na3c17c88737de484 130 86 86 86\na3c17c88737de484 130 96 96 96\na3c17c88737de484 130 127 127 127\n4d723f7940392bf8 81 67 67 67\n4d723f7940392bf8 81 69 69 69\n4d723f7940392bf8 81 70 70 70\n9bd8ca4f6ead62af 29 39 39 39\n9bd8ca4f6ead62af 29 42 42 42\n9bd8ca4f6ead62af 88 77 77 77\n0c9ea3bf67254e95 13 17 17 17\n0c9ea3bf67254e95 67 43 43 43\n0c9ea3bf67254e95 67 54 54 54\n398c4688209874c9 65 76 76 76\n398c4688209874c9 65 97 97 97\n398c4688209874c9 132 119 119 119\nb8605d7a56bada1c 197 202 202 202\nb8605d7a56bada1c 197 218 218 218\nb8605d7a56bada1c 271 243 243 243\n388ed39170b69946 5 34 34 34\n388ed39170b69946 82 56 56 56\n388ed39170b69946 82 74 74 74\n388b75bd17c5332e 0 9 9 9\n388b75bd17c5332e 60 35 35 35\n388b75bd17c5332e 60 59 59 59\nf51e889848dd76a6 7 9 9 9\nf51e889848dd76a6 7 14 14 14\nf51e889848dd76a6 7 30 30 30\n76cd1d8adab4547f 46 52 52 52\n76cd1d8adab4547f 46 69 69 69\n76cd1d8adab4547f 101 76 76 76\nead2622cf1e5c9ba 179 132 132 132\nead2622cf1e5c9ba 179 146 146 146\nead2622cf1e5c9ba 179 148 148 148\nd1ede7f9cf04dd46 34 53 53 53\nd1ede7f9cf04dd46 34 56 56 56\nd1ede7f9cf04dd46 83 62 62 62\nf1ee9dc6135e5307 10 49 49 49\nf1ee9dc6135e5307 138 96 96 96\nf1ee9dc6135e5307 138 131 131 131\nc6adab7b1a6de824 14 33 33 33\nc6adab7b1a6de824 64 42 42 42\nc6adab7b1a6de824 64 53 53 53\n68ddfdcafd6cde08 38 62 62 62\n68ddfdcafd6cde08 38 65 65 65\n68ddfdcafd6cde08 109 80 80 80\nfb0d3f523276eefe 108 167 167 167\nfb0d3f523276eefe 240 193 193 193\nfb0d3f523276eefe 240 211 211 211\n09754b77eeea6dae 30 43 43 43\n09754b77eeea6dae 78 60 60 60\n09754b77eeea6dae 78 67 67 67\ndc521f053f8dc8aa 1 3 3 3\ndc521f053f8dc8aa 50 40 40 40\ndc521f053f8dc8aa 50 47 47 47\n05ddd2fee689399c 77 47 47 47\n05ddd2fee689399c 77 66 66 66\n05ddd2fee689399c 77 75 75 75\na026a3e89d7dc3b0 40 44 44 44\na026a3e89d7dc3b0 40 79 79 79\na026a3e89d7dc3b0 118 81 81 81\na6184f02127dbcbc 26 42 42 42\na6184f02127dbcbc 93 78 78 78\na6184f02127dbcbc 93 88 88 88\n139a615209ee09ac 134 140 140 140\n139a615209ee09ac 134 147 147 147\n139a615209ee09ac 186 186 186 186\n33e23b97daf5d9f0 147 162 162 162\n33e23b97daf5d9f0 263 207 207 207\n33e23b97daf5d9f0 263 244 244 244\n855d56182ceebc3a 2 3 3 3\n855d56182ceebc3a 52 28 28 28\n855d56182ceebc3a 52 47 47 47\naa86ece4f54f6512 48 36 36 36\naa86ece4f54f6512 48 38 38 38\naa86ece4f54f6512 48 48 48 48\nf12b17e53069d00b 11 19 19 19\nf12b17e53069d00b 62 50 50 50\nf12b17e53069d00b 62 51 51 51\nc58fe32a990d73ac 30 33 33 33\nc58fe32a990d73ac 30 35 35 35\nc58fe32a990d73ac 80 60 60 60\n3558c5283169e6ca 215 223 223 223\n3558c5283169e6ca 215 236 236 236\n3558c5283169e6ca 266 252 252 252\n629a5759d6c89b71 3 15 15 15\n629a5759d6c89b71 3 18 18 18\n629a5759d6c89b71 3 26 26 26\nfaa891b87b4b33ad 37 52 52 52\nfaa891b87b4b33ad 37 64 64 64\nfaa891b87b4b33ad 104 77 77 77\nbfb03eb76b5b5d55 17 34 34 34\nbfb03eb76b5b5d55 17 36 36 36\nbfb03eb76b5b5d55 64 44 44 44\nf507227ecb66c75a 20 72 72 72\nf507227ecb66c75a 144 110 110 110\nf507227ecb66c75a 144 132 132 132\n6248ebead7b571ae 96 78 78 78\n6248ebead7b571ae 96 81 81 81\n6248ebead7b571ae 96 84 84 84\nfa6c109a9ef52817 0 6 6 6\nfa6c109a9ef52817 47 29 29 29\nfa6c109a9ef52817 47 47 47 47\n1564900dd040c718 77 100 100 100\n1564900dd040c718 146 134 134 134\n1564900dd040c718 146 142 142 142\n379884ce61c4daa7 1 9 9 9\n379884ce61c4daa7 47 26 26 26\n379884ce61c4daa7 47 40 40 40\n5791fbe607160328 16 27 27 27\n5791fbe607160328 16 28 28 28\n5791fbe607160328 16 37 37 37\n24598987691df957 0 4 4 4\n24598987691df957 0 18 18 18\n24598987691df957 135 116 116 116\n3ab70559ec30a57c 30 42 42 42\n3ab70559ec30a57c 30 44 44 44\n3ab70559ec30a57c 82 81 81 81\nea665164c6291b91 14 71 71 71\nea665164c6291b91 14 74 74 74\nea665164c6291b91 136 107 107 107\n76ecf58a102ebfdd 1 7 7 7\n76ecf58a102ebfdd 1 35 35 35\n76ecf58a102ebfdd 69 43 43 43\n565ff739ca86758e 74 84 84 84\n565ff739ca86758e 74 88 88 88\n565ff739ca86758e 74 91 91 91\n6a11f06a91581fb0 13 32 32 32\n6a11f06a91581fb0 71 52 52 52\n6a11f06a91581fb0 71 70 70 70\nc4ed784ee6c885e5 10 21 21 21\nc4ed784ee6c885e5 10 30 30 30\nc4ed784ee6c885e5 10 45 45 45\n29f0d7c051d80035 66 124 124 124\n29f0d7c051d80035 190 147 147 147\n29f0d7c051d80035 190 171 171 171\neb80ed32f2d71e61 11 18 18 18\neb80ed32f2d71e61 11 66 66 66\neb80ed32f2d71e61 133 117 117 117\n907a4a1d42f08d9e 6 12 12 12\n907a4a1d42f08d9e 51 31 31 31\n907a4a1d42f08d9e 51 36 36 36\n13686755488a9d51 6 10 10 10\n13686755488a9d51 56 36 36 36\n13686755488a9d51 56 48 48 48\n9830394c83ea9a1c 1 7 7 7\n9830394c83ea9a1c 48 29 29 29\n9830394c83ea9a1c 48 35 35 35\n64786a392b532686 74 90 90 90\n64786a392b532686 122 109 109 109\n64786a392b532686 122 120 120 120\nf714ccd51adc29a8 8 36 36 36\nf714ccd51adc29a8 74 55 55 55\nf714ccd51adc29a8 74 62 62 62\n77f9b4f93cb5e2aa 32 36 36 36\n77f9b4f93cb5e2aa 32 49 49 49\n77f9b4f93cb5e2aa 103 78 78 78\n49e48d66787ecb8f 31 53 53 53\n49e48d66787ecb8f 96 82 82 82\n49e48d66787ecb8f 96 94 94 94\n3b9e04113b202116 261 240 240 240\n3b9e04113b202116 261 241 241 241\n3b9e04113b202116 261 260 260 260\nb33cff827e646ae0 93 82 82 82\nb33cff827e646ae0 93 89 89 89\nb33cff827e646ae0 93 93 93 93\nd7c7bacbf45e205e 20 23 23 23\nd7c7bacbf45e205e 74 61 61 61\nd7c7bacbf45e205e 74 70 70 70\n7eba05725c383129 4 15 15 15\n7eba05725c383129 4 37 37 37\n7eba05725c383129 73 62 62 62\n3d5114f5d7496cdd 33 50 50 50\n3d5114f5d7496cdd 89 78 78 78\n3d5114f5d7496cdd 89 87 87 87\n70d4e7655d85c3af 37 52 52 52\n70d4e7655d85c3af 118 84 84 84\n70d4e7655d85c3af 118 91 91 91\n1e847ebd7cd1174e 23 32 32 32\n1e847ebd7cd1174e 23 48 48 48\n1e847ebd7cd1174e 78 51 51 51\n7701b37839371bb3 58 41 41 41\n7701b37839371bb3 58 43 43 43\n7701b37839371bb3 58 54 54 54\n7fe47ba582a3100d 42 48 48 48\n7fe47ba582a3100d 42 54 54 54\n7fe47ba582a3100d 90 69 69 69\naff6823d5449b1ab 68 86 86 86\naff6823d5449b1ab 202 169 169 169\naff6823d5449b1ab 202 195 195 195\n2060cce4dad6f988 54 37 37 37\n2060cce4dad6f988 54 39 39 39\n2060cce4dad6f988 54 42 42 42\na321bb8614ce0e3a 55 72 72 72\na321bb8614ce0e3a 55 73 73 73\na321bb8614ce0e3a 105 104 104 104\n33a29a351c1d9800 128 137 137 137\n33a29a351c1d9800 181 173 173 173\n33a29a351c1d9800 181 176 176 176\n653bd5bd0578831f 70 58 58 58\n653bd5bd0578831f 70 65 65 65\n653bd5bd0578831f 70 67 67 67\nfc55af0d98cfe229 32 52 52 52\nfc55af0d98cfe229 32 62 62 62\nfc55af0d98cfe229 106 89 89 89\n166818269e4e2568 95 107 107 107\n166818269e4e2568 95 127 127 127\n166818269e4e2568 163 161 161 161\n0d4b941f4678267b 3 3 3 3\n0d4b941f4678267b 3 9 9 9\n0d4b941f4678267b 87 83 83 83\n99929212dc710e96 71 99 99 99\n99929212dc710e96 147 126 126 126\n99929212dc710e96 147 137 137 137\ndf6aa9c2baa43f3a 48 50 50 50\ndf6aa9c2baa43f3a 48 52 52 52\ndf6aa9c2baa43f3a 48 61 61 61\nda9d2e8a2d28d567 131 114 114 114\nda9d2e8a2d28d567 131 123 123 123\nda9d2e8a2d28d567 131 126 126 126\nd08577a59254fa98 166 171 171 171\nd08577a59254fa98 166 206 206 206\nd08577a59254fa98 261 230 230 230\n274cabb7191fdf7b 189 203 203 203\n274cabb7191fdf7b 258 235 235 235\n274cabb7191fdf7b 258 236 236 236\nc1aa5d80f22d92f4 25 39 39 39\nc1aa5d80f22d92f4 72 63 63 63\nc1aa5d80f22d92f4 72 72 72 72\n83c7aa1e61b0a9ea 11 15 15 15\n83c7aa1e61b0a9ea 11 18 18 18\n83c7aa1e61b0a9ea 80 75 75 75\n6d4b3603c5edee50 1 15 15 15\n6d4b3603c5edee50 1 22 22 22\n6d4b3603c5edee50 60 39 39 39\n72c31d6fd81412fd 30 33 33 33\n72c31d6fd81412fd 30 38 38 38\n72c31d6fd81412fd 76 71 71 71\ne49ec5ddfbd5e2bc 2 13 13 13\ne49ec5ddfbd5e2bc 2 21 21 21\ne49ec5ddfbd5e2bc 82 73 73 73\n56c86f5e60476c59 15 25 25 25\n56c86f5e60476c59 15 45 45 45\n56c86f5e60476c59 114 89 89 89\nc0c0508813b848ca 178 186 186 186\nc0c0508813b848ca 178 192 192 192\nc0c0508813b848ca 178 200 200 200\n97f8269d9eea258a 12 34 34 34\n97f8269d9eea258a 77 73 73 73\n97f8269d9eea258a 77 74 74 74\n0bc9fd5c8e50d0ee 27 37 37 37\n0bc9fd5c8e50d0ee 27 39 39 39\n0bc9fd5c8e50d0ee 27 43 43 43\ncb52334048b77cc3 37 44 44 44\ncb52334048b77cc3 37 50 50 50\ncb52334048b77cc3 82 79 79 79\n98860f554429bd3d 119 140 140 140\n98860f554429bd3d 250 229 229 229\n98860f554429bd3d 250 249 249 249\nccf6194844dd7d49 11 26 26 26\nccf6194844dd7d49 58 35 35 35\nccf6194844dd7d49 58 36 36 36\n8524a25a370a7fc4 2 15 15 15\n8524a25a370a7fc4 55 50 50 50\n8524a25a370a7fc4 55 55 55 55\n9f39cb8fb654b30e 218 191 191 191\n9f39cb8fb654b30e 218 200 200 200\n9f39cb8fb654b30e 218 215 215 215\nbeaffdbde299760d 11 15 15 15\nbeaffdbde299760d 11 31 31 31\nbeaffdbde299760d 11 32 32 32\n036f135766f38f78 13 27 27 27\n036f135766f38f78 67 42 42 42\n036f135766f38f78 67 50 50 50\n46df36a031f50a04 203 147 147 147\n46df36a031f50a04 203 197 197 197\n46df36a031f50a04 203 198 198 198\n791e92b1f3de9ab4 24 24 24 24\n791e92b1f3de9ab4 24 26 26 26\n791e92b1f3de9ab4 74 54 54 54\n6e0019f9177d5fa2 27 27 27 27\n6e0019f9177d5fa2 27 43 43 43\n6e0019f9177d5fa2 78 55 55 55\nb91a9699377ccca7 47 67 67 67\nb91a9699377ccca7 47 79 79 79\nb91a9699377ccca7 111 108 108 108\ne6ef358014cff8eb 18 23 23 23\ne6ef358014cff8eb 65 46 46 46\ne6ef358014cff8eb 65 60 60 60\n122cb7d5ea4a99df 2 5 5 5\n122cb7d5ea4a99df 2 33 33 33\n122cb7d5ea4a99df 2 39 39 39\nb07b7c505d8f53b4 11 18 18 18\nb07b7c505d8f53b4 56 35 35 35\nb07b7c505d8f53b4 56 55 55 55\n401e10a4352fba1c 13 25 25 25\n401e10a4352fba1c 13 27 27 27\n401e10a4352fba1c 71 47 47 47\n959f55ba698bc53d 76 96 96 96\n959f55ba698bc53d 76 116 116 116\n959f55ba698bc53d 204 146 146 146\nf4fedc70483e9546 12 20 20 20\nf4fedc70483e9546 12 30 30 30\nf4fedc70483e9546 62 60 60 60\n0f64c5e4fead6cf2 3 26 26 26\n0f64c5e4fead6cf2 52 36 36 36\n0f64c5e4fead6cf2 52 50 50 50\ndbe5b1d0744f49a8 4 7 7 7\ndbe5b1d0744f49a8 4 28 28 28\ndbe5b1d0744f49a8 57 55 55 55\nfd5fe082a647a0dd 19 43 43 43\nfd5fe082a647a0dd 19 54 54 54\nfd5fe082a647a0dd 103 64 64 64\na45655d01947dd4c 19 38 38 38\na45655d01947dd4c 19 49 49 49\na45655d01947dd4c 84 65 65 65\n64f9a0b6b7667ce7 13 24 24 24\n64f9a0b6b7667ce7 13 31 31 31\n64f9a0b6b7667ce7 135 104 104 104\nec8ee53e2d07e6ba 44 57 57 57\nec8ee53e2d07e6ba 120 88 88 88\nec8ee53e2d07e6ba 120 98 98 98\nabd7dab79cb3cc4f 14 19 19 19\nabd7dab79cb3cc4f 60 53 53 53\nabd7dab79cb3cc4f 60 54 54 54\n9340be220dd1074a 14 29 29 29\n9340be220dd1074a 14 35 35 35\n9340be220dd1074a 59 57 57 57\n64aab07da1c81c11 178 183 183 183\n64aab07da1c81c11 178 185 185 185\n64aab07da1c81c11 241 233 233 233\nfc64b7d1851f90a4 24 50 50 50\nfc64b7d1851f90a4 78 57 57 57\nfc64b7d1851f90a4 78 58 58 58\na11c655d456b9de8 164 120 120 120\na11c655d456b9de8 164 155 155 155\na11c655d456b9de8 164 160 160 160\n5947805a3798ecf4 64 65 65 65\n5947805a3798ecf4 64 82 82 82\n5947805a3798ecf4 115 101 101 101\nbf800a3d2af8f88c 201 209 209 209\nbf800a3d2af8f88c 201 234 234 234\nbf800a3d2af8f88c 269 246 246 246\ne9c2119497ccb415 3 31 31 31\ne9c2119497ccb415 84 53 53 53\ne9c2119497ccb415 84 65 65 65\nc4e13be59797d55d 74 105 105 105\nc4e13be59797d55d 74 127 127 127\nc4e13be59797d55d 182 134 134 134\n7ef810bfbd06cade 53 64 64 64\n7ef810bfbd06cade 53 87 87 87\n7ef810bfbd06cade 125 95 95 95\nc4a96832fb94e17e 30 52 52 52\nc4a96832fb94e17e 79 77 77 77\nc4a96832fb94e17e 79 79 79 79\n837efbd6d300b80f 9 16 16 16\n837efbd6d300b80f 9 38 38 38\n837efbd6d300b80f 112 72 72 72\n0c4a239e265ae1c3 33 38 38 38\n0c4a239e265ae1c3 33 50 50 50\n0c4a239e265ae1c3 78 62 62 62\n63f96e876bd302c2 3 14 14 14\n63f96e876bd302c2 3 28 28 28\n63f96e876bd302c2 3 37 37 37\n03fe94a439456692 205 162 162 162\n03fe94a439456692 205 200 200 200\n03fe94a439456692 205 204 204 204\nefc1d7e7854b61e0 53 74 74 74\nefc1d7e7854b61e0 105 89 89 89\nefc1d7e7854b61e0 105 100 100 100\nd2f2da7454cc7d9f 19 24 24 24\nd2f2da7454cc7d9f 19 37 37 37\nd2f2da7454cc7d9f 77 70 70 70\ne6a552157cdde85c 93 78 78 78\ne6a552157cdde85c 93 82 82 82\ne6a552157cdde85c 93 84 84 84\n63b127e45cce265f 3 5 5 5\n63b127e45cce265f 3 13 13 13\n63b127e45cce265f 3 26 26 26\n20bab82d0268c877 36 53 53 53\n20bab82d0268c877 36 57 57 57\n20bab82d0268c877 36 66 66 66\n9981436f1448c131 112 122 122 122\n9981436f1448c131 165 148 148 148\n9981436f1448c131 165 160 160 160\n316ed1b489ff8f40 0 14 14 14\n316ed1b489ff8f40 0 16 16 16\n316ed1b489ff8f40 45 45 45 45\n0ebaed7e3d044bc2 26 32 32 32\n0ebaed7e3d044bc2 73 56 56 56\n0ebaed7e3d044bc2 73 72 72 72\nb89fcdb1949b3bd7 9 25 25 25\nb89fcdb1949b3bd7 9 26 26 26\nb89fcdb1949b3bd7 56 56 56 56\n31a642fe4cd1e232 36 36 36 36\n31a642fe4cd1e232 104 72 72 72\n31a642fe4cd1e232 104 79 79 79\nfefa62ae2b9915cb 134 142 142 142\nfefa62ae2b9915cb 134 155 155 155\nfefa62ae2b9915cb 191 188 188 188\ne9049a6bd77c83e0 34 36 36 36\ne9049a6bd77c83e0 34 58 58 58\ne9049a6bd77c83e0 89 77 77 77\nf7ad2c86ea2d9ea9 18 27 27 27\nf7ad2c86ea2d9ea9 18 28 28 28\nf7ad2c86ea2d9ea9 69 45 45 45\n273f87958aea6f51 1 22 22 22\n273f87958aea6f51 50 33 33 33\n273f87958aea6f51 50 45 45 45\nb70892f796f8ba4c 0 8 8 8\nb70892f796f8ba4c 0 13 13 13\nb70892f796f8ba4c 45 27 27 27\nf1576bacedf43ca6 8 25 25 25\nf1576bacedf43ca6 53 40 40 40\nf1576bacedf43ca6 53 41 41 41\n10ad4fc499c48b38 77 85 85 85\n10ad4fc499c48b38 77 110 110 110\n10ad4fc499c48b38 184 169 169 169\n5040e1df81a9e585 77 51 51 51\n5040e1df81a9e585 77 55 55 55\n5040e1df81a9e585 77 63 63 63\n7a13c5debea977a8 18 21 21 21\n7a13c5debea977a8 63 51 51 51\n7a13c5debea977a8 63 52 52 52\nc5f39167be4d1ec2 50 76 76 76\nc5f39167be4d1ec2 105 96 96 96\nc5f39167be4d1ec2 105 97 97 97\n950b644122456e80 0 7 7 7\n950b644122456e80 57 50 50 50\n950b644122456e80 57 56 56 56\n9ac574fc9983bd1c 17 17 17 17\n9ac574fc9983bd1c 17 23 23 23\n9ac574fc9983bd1c 62 61 61 61\nca623acaff33ed17 57 63 63 63\nca623acaff33ed17 57 78 78 78\nca623acaff33ed17 118 88 88 88\n4bdfa30358809038 36 49 49 49\n4bdfa30358809038 36 58 58 58\n4bdfa30358809038 36 59 59 59\nb8a0a20998c943f1 29 42 42 42\nb8a0a20998c943f1 75 66 66 66\nb8a0a20998c943f1 75 73 73 73\n5019e16d5e41ff8d 125 154 154 154\n5019e16d5e41ff8d 197 170 170 170\n5019e16d5e41ff8d 197 182 182 182\ncfa3b8068b6c4aea 6 13 13 13\ncfa3b8068b6c4aea 6 27 27 27\ncfa3b8068b6c4aea 52 34 34 34\n3059f523501dfd97 37 51 51 51\n3059f523501dfd97 88 66 66 66\n3059f523501dfd97 88 81 81 81\n72d079e097b05dae 0 6 6 6\n72d079e097b05dae 85 43 43 43\n72d079e097b05dae 85 65 65 65\n9fc4d0efce37f614 28 32 32 32\n9fc4d0efce37f614 28 44 44 44\n9fc4d0efce37f614 73 69 69 69\neb68e5223a3efe48 1 7 7 7\neb68e5223a3efe48 46 30 30 30\neb68e5223a3efe48 46 39 39 39\n9b66fe45498df0ad 31 38 38 38\n9b66fe45498df0ad 79 72 72 72\n9b66fe45498df0ad 79 79 79 79\nfbfed12d638968c2 69 72 72 72\nfbfed12d638968c2 69 88 88 88\nfbfed12d638968c2 115 105 105 105\nb8cb0c7fda839350 16 20 20 20\nb8cb0c7fda839350 76 65 65 65\nb8cb0c7fda839350 76 67 67 67\n980ca2c262a9c082 1 17 17 17\n980ca2c262a9c082 98 86 86 86\n980ca2c262a9c082 98 94 94 94\n78d8f4ecf17aad6e 50 70 70 70\n78d8f4ecf17aad6e 122 87 87 87\n78d8f4ecf17aad6e 122 106 106 106\n16930ebf3f0f6b84 50 28 28 28\n16930ebf3f0f6b84 50 31 31 31\n16930ebf3f0f6b84 50 38 38 38\nca38b62977d9bdaa 185 204 204 204\nca38b62977d9bdaa 233 217 217 217\nca38b62977d9bdaa 233 220 220 220\nf57106a54d7a1e4b 20 40 40 40\nf57106a54d7a1e4b 20 42 42 42\nf57106a54d7a1e4b 68 64 64 64\n6229ccd818f7ceb5 18 40 40 40\n6229ccd818f7ceb5 18 41 41 41\n6229ccd818f7ceb5 18 42 42 42\nccc439d4b28c87b2 126 141 141 141\nccc439d4b28c87b2 126 143 143 143\nccc439d4b28c87b2 126 144 144 144\n62726d53118f4d0b 42 101 101 101\n62726d53118f4d0b 175 133 133 133\n62726d53118f4d0b 175 150 150 150\n9d0081de499eaa12 7 21 21 21\n9d0081de499eaa12 61 51 51 51\n9d0081de499eaa12 61 59 59 59\ncf6af83b93401f92 2 15 15 15\ncf6af83b93401f92 2 17 17 17\ncf6af83b93401f92 80 59 59 59\n314c584ff3842715 35 36 36 36\n314c584ff3842715 35 42 42 42\n314c584ff3842715 84 84 84 84\neb76b202a2b53ede 0 28 28 28\neb76b202a2b53ede 57 50 50 50\neb76b202a2b53ede 57 54 54 54\ndcbbd3e7c5593282 71 85 85 85\ndcbbd3e7c5593282 71 88 88 88\ndcbbd3e7c5593282 126 110 110 110\ncd99ac8eaaf6ab23 25 43 43 43\ncd99ac8eaaf6ab23 25 46 46 46\ncd99ac8eaaf6ab23 70 64 64 64\n86a5d5b6f3a2f119 130 110 110 110\n86a5d5b6f3a2f119 130 111 111 111\n86a5d5b6f3a2f119 130 129 129 129\n8b23299adda3da36 28 42 42 42\n8b23299adda3da36 101 90 90 90\n8b23299adda3da36 101 101 101 101\n8e88ee370b476511 6 17 17 17\n8e88ee370b476511 67 42 42 42\n8e88ee370b476511 67 44 44 44\n7a4d944a9f4cfed8 16 24 24 24\n7a4d944a9f4cfed8 16 34 34 34\n7a4d944a9f4cfed8 64 57 57 57\n37a6b3200493fac0 0 0 0 0\n37a6b3200493fac0 51 34 34 34\n37a6b3200493fac0 51 48 48 48\n66f2224ed4e57796 8 24 24 24\n66f2224ed4e57796 58 43 43 43\n66f2224ed4e57796 58 46 46 46\na4b84e32290ce8c0 21 53 53 53\na4b84e32290ce8c0 21 54 54 54\na4b84e32290ce8c0 97 68 68 68\n86dd81ed2ece0c4e 42 47 47 47\n86dd81ed2ece0c4e 42 58 58 58\n86dd81ed2ece0c4e 92 82 82 82\na02db7e8cf77fea7 5 17 17 17\na02db7e8cf77fea7 5 25 25 25\na02db7e8cf77fea7 69 58 58 58\n18a3593609eb3269 116 126 126 126\n18a3593609eb3269 116 137 137 137\n18a3593609eb3269 116 140 140 140\na0b1c098e04b960e 51 41 41 41\na0b1c098e04b960e 51 46 46 46\na0b1c098e04b960e 51 48 48 48\nb2e47c97f727c95c 2 10 10 10\nb2e47c97f727c95c 91 74 74 74\nb2e47c97f727c95c 91 79 79 79\n391bc7d21641283e 28 39 39 39\n391bc7d21641283e 100 75 75 75\n391bc7d21641283e 100 88 88 88\neea466d6b25fca52 197 204 204 204\neea466d6b25fca52 249 241 241 241\neea466d6b25fca52 249 247 247 247\n72d35afbf0038ab5 34 51 51 51\n72d35afbf0038ab5 34 60 60 60\n72d35afbf0038ab5 112 104 104 104\n4eba3317b14cd251 159 176 176 176\n4eba3317b14cd251 159 196 196 196\n4eba3317b14cd251 234 215 215 215\nbbe4991a57d6b139 55 45 45 45\nbbe4991a57d6b139 55 54 54 54\nbbe4991a57d6b139 55 55 55 55\n9faced3e377071fa 137 145 145 145\n9faced3e377071fa 137 149 149 149\n9faced3e377071fa 137 160 160 160\neb487fe8068ed451 39 53 53 53\neb487fe8068ed451 101 74 74 74\neb487fe8068ed451 101 87 87 87\n9b73a5ff4c0b926d 6 10 10 10\n9b73a5ff4c0b926d 6 15 15 15\n9b73a5ff4c0b926d 56 32 32 32\n3ee30754edfbdb3f 7 19 19 19\n3ee30754edfbdb3f 7 30 30 30\n3ee30754edfbdb3f 55 38 38 38\n55ca776696247564 78 129 129 129\n55ca776696247564 78 136 136 136\n55ca776696247564 209 159 159 159\n06c7c747b4542273 12 27 27 27\n06c7c747b4542273 65 53 53 53\n06c7c747b4542273 65 54 54 54\na1f61ad8d835afdc 146 186 186 186\na1f61ad8d835afdc 146 193 193 193\na1f61ad8d835afdc 266 213 213 213\na89346fe9896f072 96 69 69 69\na89346fe9896f072 96 86 86 86\na89346fe9896f072 96 87 87 87\nde2ba042ffbc4713 45 68 68 68\nde2ba042ffbc4713 91 69 69 69\nde2ba042ffbc4713 91 71 71 71\neb5240688747eed5 117 117 117 117\neb5240688747eed5 117 119 119 119\neb5240688747eed5 117 128 128 128\n8e143c65e5b4d26a 120 93 93 93\n8e143c65e5b4d26a 120 94 94 94\n8e143c65e5b4d26a 120 101 101 101\nb1f978caa2322385 5 17 17 17\nb1f978caa2322385 56 35 35 35\nb1f978caa2322385 56 45 45 45\n10f4acad3ed87288 219 181 181 181\n10f4acad3ed87288 219 201 201 201\n10f4acad3ed87288 219 214 214 214\ne0c04ac07bda7e3a 38 44 44 44\ne0c04ac07bda7e3a 38 66 66 66\ne0c04ac07bda7e3a 94 88 88 88\na1ec70ded6cd5101 37 40 40 40\na1ec70ded6cd5101 37 52 52 52\na1ec70ded6cd5101 37 56 56 56\n2b1a013698fea3a1 74 47 47 47\n2b1a013698fea3a1 74 59 59 59\n2b1a013698fea3a1 74 69 69 69\n385f9444d20eb160 25 41 41 41\n385f9444d20eb160 25 53 53 53\n385f9444d20eb160 127 99 99 99\n01cefee9563f691a 101 110 110 110\n01cefee9563f691a 101 123 123 123\n01cefee9563f691a 147 135 135 135\n82d1a826975c52e4 18 25 25 25\n82d1a826975c52e4 18 30 30 30\n82d1a826975c52e4 66 52 52 52\n32ce9b303717a29d 161 175 175 175\n32ce9b303717a29d 161 185 185 185\n32ce9b303717a29d 161 194 194 194\nf546b4bb3f06e5ad 88 102 102 102\nf546b4bb3f06e5ad 88 113 113 113\nf546b4bb3f06e5ad 139 119 119 119\n32d2163aa65c0e8a 1 1 1 1\n32d2163aa65c0e8a 1 24 24 24\n32d2163aa65c0e8a 55 34 34 34\n005dd9a58df1ba3c 144 93 93 93\n005dd9a58df1ba3c 144 118 118 118\n005dd9a58df1ba3c 144 136 136 136\n8e59f255fe3902e1 4 29 29 29\n8e59f255fe3902e1 4 46 46 46\n8e59f255fe3902e1 91 52 52 52\n0be9a0dcbfe032f1 93 120 120 120\n0be9a0dcbfe032f1 178 137 137 137\n0be9a0dcbfe032f1 178 169 169 169\na0a4f9043abf3a26 10 33 33 33\na0a4f9043abf3a26 59 40 40 40\na0a4f9043abf3a26 59 48 48 48\n7918f829e9980861 0 0 0 0\n7918f829e9980861 0 14 14 14\n7918f829e9980861 49 44 44 44\n397b050e345d73fd 106 151 151 151\n397b050e345d73fd 236 197 197 197\n397b050e345d73fd 236 224 224 224\nf7f3946407cf906f 44 52 52 52\nf7f3946407cf906f 44 54 54 54\nf7f3946407cf906f 44 64 64 64\n5e76b1824c7ecb1f 10 19 19 19\n5e76b1824c7ecb1f 92 86 86 86\n5e76b1824c7ecb1f 92 87 87 87\n805f88603da57829 43 50 50 50\n805f88603da57829 43 63 63 63\n805f88603da57829 90 71 71 71\n28f59b68509ce59d 24 30 30 30\n28f59b68509ce59d 24 31 31 31\n28f59b68509ce59d 69 60 60 60\n4881a65d7476d6dd 11 38 38 38\n4881a65d7476d6dd 82 53 53 53\n4881a65d7476d6dd 82 61 61 61\ne885583f5cc4bce7 21 30 30 30\ne885583f5cc4bce7 21 38 38 38\ne885583f5cc4bce7 71 47 47 47\nfa95ce310f223e51 8 11 11 11\nfa95ce310f223e51 8 33 33 33\nfa95ce310f223e51 65 63 63 63\nacf6950165c4cf5b 25 27 27 27\nacf6950165c4cf5b 25 63 63 63\nacf6950165c4cf5b 133 114 114 114\n4df04a3ab680ac1d 171 113 113 113\n4df04a3ab680ac1d 171 118 118 118\n4df04a3ab680ac1d 171 163 163 163\n8d1bf350c50eb8cd 6 17 17 17\n8d1bf350c50eb8cd 56 48 48 48\n8d1bf350c50eb8cd 56 55 55 55\nc67003dad6fde3b3 120 139 139 139\nc67003dad6fde3b3 211 170 170 170\nc67003dad6fde3b3 211 186 186 186\na7f0e6b19b27514d 146 119 119 119\na7f0e6b19b27514d 146 126 126 126\na7f0e6b19b27514d 146 134 134 134\n671a9c24c0d9901c 150 98 98 98\n671a9c24c0d9901c 150 134 134 134\n671a9c24c0d9901c 150 139 139 139\n6495531b3f82982a 17 52 52 52\n6495531b3f82982a 130 77 77 77\n6495531b3f82982a 130 119 119 119\n8f06fd42b2f6e05f 19 35 35 35\n8f06fd42b2f6e05f 64 43 43 43\n8f06fd42b2f6e05f 64 54 54 54\n8bda4579f74b0e0a 93 68 68 68\n8bda4579f74b0e0a 93 73 73 73\n8bda4579f74b0e0a 93 93 93 93\nb6d4a0650cc6452e 113 78 78 78\nb6d4a0650cc6452e 113 100 100 100\nb6d4a0650cc6452e 113 103 103 103\n70c12e8b01c13d84 18 19 19 19\n70c12e8b01c13d84 66 46 46 46\n70c12e8b01c13d84 66 57 57 57\n0a3b5fb184936a83 84 52 52 52\n0a3b5fb184936a83 84 58 58 58\n0a3b5fb184936a83 84 61 61 61\nf48829b917629fe0 224 204 204 204\nf48829b917629fe0 224 205 205 205\nf48829b917629fe0 224 214 214 214\n0362399a61c18ad5 13 19 19 19\n0362399a61c18ad5 13 37 37 37\n0362399a61c18ad5 62 57 57 57\n677fb1dfc891a299 16 34 34 34\n677fb1dfc891a299 81 60 60 60\n677fb1dfc891a299 81 76 76 76\n0c89e266974e8b90 35 37 37 37\n0c89e266974e8b90 35 87 87 87\n0c89e266974e8b90 149 145 145 145\ne8312620692723b3 119 79 79 79\ne8312620692723b3 119 82 82 82\ne8312620692723b3 119 92 92 92\n68878f4a703824d3 28 54 54 54\n68878f4a703824d3 28 56 56 56\n68878f4a703824d3 94 73 73 73\nacd9c037002b6911 28 46 46 46\nacd9c037002b6911 28 88 88 88\nacd9c037002b6911 148 102 102 102\nb22b652e84a892fe 52 37 37 37\nb22b652e84a892fe 52 49 49 49\nb22b652e84a892fe 52 51 51 51\n6e77ac6af5163f5b 96 108 108 108\n6e77ac6af5163f5b 96 125 125 125\n6e77ac6af5163f5b 169 153 153 153\n8765f603d39777c2 53 60 60 60\n8765f603d39777c2 53 81 81 81\n8765f603d39777c2 112 90 90 90\n18be7c1b9895691f 2 13 13 13\n18be7c1b9895691f 2 31 31 31\n18be7c1b9895691f 70 62 62 62\nf6581a4f49944bf6 87 73 73 73\nf6581a4f49944bf6 87 77 77 77\nf6581a4f49944bf6 87 78 78 78\ne9c5eeb020300f1b 6 11 11 11\ne9c5eeb020300f1b 6 19 19 19\ne9c5eeb020300f1b 6 29 29 29\ncd9a89390417e020 36 37 37 37\ncd9a89390417e020 36 71 71 71\ncd9a89390417e020 109 98 98 98\n0ab14ffa7e541b0b 71 95 95 95\n0ab14ffa7e541b0b 120 111 111 111\n0ab14ffa7e541b0b 120 118 118 118\na296b1a0ad404fd1 50 60 60 60\na296b1a0ad404fd1 50 65 65 65\na296b1a0ad404fd1 118 93 93 93\ncca4cd545727bc9b 88 69 69 69\ncca4cd545727bc9b 88 81 81 81\ncca4cd545727bc9b 88 88 88 88\n07d1d5769e8d797c 7 8 8 8\n07d1d5769e8d797c 7 19 19 19\n07d1d5769e8d797c 7 26 26 26\nefaade844ab372e4 10 12 12 12\nefaade844ab372e4 10 19 19 19\nefaade844ab372e4 56 53 53 53\n19391676f0fc7982 41 51 51 51\n19391676f0fc7982 41 54 54 54\n19391676f0fc7982 87 81 81 81\n3a9c883b11e86530 188 215 215 215\n3a9c883b11e86530 247 236 236 236\n3a9c883b11e86530 247 246 246 246\nd3e50de7fa5ae1a7 34 52 52 52\nd3e50de7fa5ae1a7 34 56 56 56\nd3e50de7fa5ae1a7 79 74 74 74\n5cdd5df1368fa5fd 27 57 57 57\n5cdd5df1368fa5fd 114 73 73 73\n5cdd5df1368fa5fd 114 110 110 110\n57d0ba14855f013e 55 77 77 77\n57d0ba14855f013e 55 84 84 84\n57d0ba14855f013e 113 106 106 106\n6ff9543b0d6f4aaf 21 27 27 27\n6ff9543b0d6f4aaf 21 35 35 35\n6ff9543b0d6f4aaf 21 43 43 43\n51e54f65c553c2c2 17 22 22 22\n51e54f65c553c2c2 17 23 23 23\n51e54f65c553c2c2 17 29 29 29\n75e7ad763c3c7ff3 23 54 54 54\n75e7ad763c3c7ff3 23 70 70 70\n75e7ad763c3c7ff3 23 76 76 76\nac34fb6f1326b9a8 11 15 15 15\nac34fb6f1326b9a8 11 31 31 31\nac34fb6f1326b9a8 79 76 76 76\nb66065b1e0c52ea3 27 28 28 28\nb66065b1e0c52ea3 27 40 40 40\nb66065b1e0c52ea3 27 50 50 50\n763a4369298f49e2 2 18 18 18\n763a4369298f49e2 57 36 36 36\n763a4369298f49e2 57 38 38 38\n474afb2d4641a228 3 12 12 12\n474afb2d4641a228 3 13 13 13\n474afb2d4641a228 54 47 47 47\n5ab39a0b28f85faf 2 7 7 7\n5ab39a0b28f85faf 2 10 10 10\n5ab39a0b28f85faf 47 45 45 45\nd0af833524f5e2cb 65 43 43 43\nd0af833524f5e2cb 65 55 55 55\nd0af833524f5e2cb 65 63 63 63\nc758e9eff0a15a4b 32 38 38 38\nc758e9eff0a15a4b 32 53 53 53\nc758e9eff0a15a4b 77 60 60 60\n616098f6a248832e 22 33 33 33\n616098f6a248832e 84 57 57 57\n616098f6a248832e 84 66 66 66\n1a5cb7b09ea3f5fb 40 51 51 51\n1a5cb7b09ea3f5fb 86 72 72 72\n1a5cb7b09ea3f5fb 86 85 85 85\n7b5e55f473acc0f9 63 67 67 67\n7b5e55f473acc0f9 63 99 99 99\n7b5e55f473acc0f9 141 110 110 110\nf4a912a0332977a1 71 84 84 84\nf4a912a0332977a1 173 157 157 157\nf4a912a0332977a1 173 159 159 159\n1b14e662c17cb551 3 9 9 9\n1b14e662c17cb551 65 40 40 40\n1b14e662c17cb551 65 46 46 46\na61ff0ab88de2f6a 14 28 28 28\na61ff0ab88de2f6a 14 50 50 50\na61ff0ab88de2f6a 98 60 60 60\n9332267aaa909fae 25 30 30 30\n9332267aaa909fae 25 37 37 37\n9332267aaa909fae 71 65 65 65\n50b76734a7d889e3 57 69 69 69\n50b76734a7d889e3 102 80 80 80\n50b76734a7d889e3 102 93 93 93\nd84828a1616c2dc8 57 74 74 74\nd84828a1616c2dc8 133 107 107 107\nd84828a1616c2dc8 133 129 129 129\n784975164be6eacb 112 121 121 121\n784975164be6eacb 112 122 122 122\n784975164be6eacb 168 156 156 156\n6cbca4e323733c42 120 122 122 122\n6cbca4e323733c42 166 148 148 148\n6cbca4e323733c42 166 154 154 154\n8e03180ac2759a96 110 113 113 113\n8e03180ac2759a96 165 147 147 147\n8e03180ac2759a96 165 158 158 158\n75582cbea897284c 8 19 19 19\n75582cbea897284c 8 26 26 26\n75582cbea897284c 70 64 64 64\nf91749843a42fa3e 27 44 44 44\nf91749843a42fa3e 27 49 49 49\nf91749843a42fa3e 114 82 82 82\nb43f7a3f38045f13 37 40 40 40\nb43f7a3f38045f13 37 48 48 48\nb43f7a3f38045f13 37 55 55 55\n9519d8f8fd1623ce 43 46 46 46\n9519d8f8fd1623ce 43 56 56 56\n9519d8f8fd1623ce 126 92 92 92\n1d748783383ad977 36 36 36 36\n1d748783383ad977 36 51 51 51\n1d748783383ad977 117 104 104 104\n78b565622959e5cf 33 47 47 47\n78b565622959e5cf 86 67 67 67\n78b565622959e5cf 86 81 81 81\nefca775665694e1b 159 209 209 209\nefca775665694e1b 263 229 229 229\nefca775665694e1b 263 234 234 234\n62f8f5844cdc594a 9 38 38 38\n62f8f5844cdc594a 83 70 70 70\n62f8f5844cdc594a 83 72 72 72\nd4c12afa38b26688 110 137 137 137\nd4c12afa38b26688 110 138 138 138\nd4c12afa38b26688 168 159 159 159\n8b6b583586aa03ee 26 42 42 42\n8b6b583586aa03ee 73 55 55 55\n8b6b583586aa03ee 73 62 62 62\ne26a74786a4eaf3b 11 17 17 17\ne26a74786a4eaf3b 61 49 49 49\ne26a74786a4eaf3b 61 51 51 51\nec717ef4a8b15e98 59 91 91 91\nec717ef4a8b15e98 125 107 107 107\nec717ef4a8b15e98 125 125 125 125\nf9d855cd843f677c 47 54 54 54\nf9d855cd843f677c 47 87 87 87\nf9d855cd843f677c 128 98 98 98\nd98c0820f2511ffd 8 21 21 21\nd98c0820f2511ffd 8 26 26 26\nd98c0820f2511ffd 74 56 56 56\nce7cf79d19333573 29 36 36 36\nce7cf79d19333573 29 42 42 42\nce7cf79d19333573 80 77 77 77\nb43bfacd1a63356f 86 111 111 111\nb43bfacd1a63356f 86 124 124 124\nb43bfacd1a63356f 165 154 154 154\n2c04a38ae16197b2 13 15 15 15\n2c04a38ae16197b2 90 81 81 81\n2c04a38ae16197b2 90 86 86 86\nac96cadf3d4e6d26 1 15 15 15\nac96cadf3d4e6d26 1 20 20 20\nac96cadf3d4e6d26 1 21 21 21\n33a3f65849195eba 140 147 147 147\n33a3f65849195eba 140 149 149 149\n33a3f65849195eba 236 214 214 214\n0fe2286088ece98e 12 23 23 23\n0fe2286088ece98e 12 27 27 27\n0fe2286088ece98e 12 28 28 28\n83f5406c11a2e5b3 208 208 208 208\n83f5406c11a2e5b3 208 222 222 222\n83f5406c11a2e5b3 208 234 234 234\n04db26572a791881 192 154 154 154\n04db26572a791881 192 165 165 165\n04db26572a791881 192 182 182 182\n1c36b2b8144d29ec 71 96 96 96\n1c36b2b8144d29ec 121 105 105 105\n1c36b2b8144d29ec 121 107 107 107\n573b63f64db569a4 0 18 18 18\n573b63f64db569a4 0 29 29 29\n573b63f64db569a4 74 52 52 52\ncdd1956f97be9e04 73 64 64 64\ncdd1956f97be9e04 73 72 72 72\ncdd1956f97be9e04 73 73 73 73\n2beffa088960f673 104 62 62 62\n2beffa088960f673 104 79 79 79\n2beffa088960f673 104 96 96 96\nb350a0fc9c337882 23 41 41 41\nb350a0fc9c337882 69 50 50 50\nb350a0fc9c337882 69 53 53 53\ndc321ea878f93a88 117 136 136 136\ndc321ea878f93a88 117 160 160 160\ndc321ea878f93a88 117 163 163 163\n24f06a46ea08c03c 0 21 21 21\n24f06a46ea08c03c 50 43 43 43\n24f06a46ea08c03c 50 47 47 47\n8127997a38df9d32 91 82 82 82\n8127997a38df9d32 91 83 83 83\n8127997a38df9d32 91 86 86 86\ned4717f1dec4c0e3 30 30 30 30\ned4717f1dec4c0e3 30 45 45 45\ned4717f1dec4c0e3 30 58 58 58\nf72c61c75ffb1e86 3 12 12 12\nf72c61c75ffb1e86 3 21 21 21\nf72c61c75ffb1e86 128 109 109 109\n75b2b6629bb28af0 101 72 72 72\n75b2b6629bb28af0 101 75 75 75\n75b2b6629bb28af0 101 82 82 82\nb14287232708212a 11 21 21 21\nb14287232708212a 70 43 43 43\nb14287232708212a 70 47 47 47\n551a609c693a64a9 11 29 29 29\n551a609c693a64a9 11 36 36 36\n551a609c693a64a9 66 40 40 40\n20fba1d53c349851 139 154 154 154\n20fba1d53c349851 223 189 189 189\n20fba1d53c349851 223 223 223 223\n37b0b70a1a0c25d3 85 85 85 85\n37b0b70a1a0c25d3 85 111 111 111\n37b0b70a1a0c25d3 158 154 154 154\n4ea47ca106e3b83b 89 63 63 63\n4ea47ca106e3b83b 89 67 67 67\n4ea47ca106e3b83b 89 81 81 81\n52b4e3baca85462a 69 77 77 77\n52b4e3baca85462a 69 89 89 89\n52b4e3baca85462a 125 110 110 110\nfb4489f97dae5c24 122 81 81 81\nfb4489f97dae5c24 122 82 82 82\nfb4489f97dae5c24 122 86 86 86\n57e484f704e5ef90 102 85 85 85\n57e484f704e5ef90 102 94 94 94\n57e484f704e5ef90 102 95 95 95\n94c5fa38a09d9b22 78 59 59 59\n94c5fa38a09d9b22 78 63 63 63\n94c5fa38a09d9b22 78 69 69 69\n83b6a9a916fef572 14 33 33 33\n83b6a9a916fef572 14 37 37 37\n83b6a9a916fef572 86 55 55 55\n2e7b5f8836ab642c 29 36 36 36\n2e7b5f8836ab642c 29 55 55 55\n2e7b5f8836ab642c 89 68 68 68\n401a94bd9d84f501 145 116 116 116\n401a94bd9d84f501 145 119 119 119\n401a94bd9d84f501 145 139 139 139\n0b1e61c69c98026b 127 135 135 135\n0b1e61c69c98026b 127 139 139 139\n0b1e61c69c98026b 180 168 168 168\n13c510a7403f8231 15 21 21 21\n13c510a7403f8231 62 50 50 50\n13c510a7403f8231 62 51 51 51\n0752baf20fbc2285 201 206 206 206\n0752baf20fbc2285 201 208 208 208\n0752baf20fbc2285 201 219 219 219\ne35714cd85b7ebf6 7 27 27 27\ne35714cd85b7ebf6 7 36 36 36\ne35714cd85b7ebf6 83 82 82 82\n01b08e2f20321127 74 56 56 56\n01b08e2f20321127 74 61 61 61\n01b08e2f20321127 74 67 67 67\nff6d8ab35e042db5 162 117 117 117\nff6d8ab35e042db5 162 119 119 119\nff6d8ab35e042db5 162 151 151 151\n9b01b957c87a806c 27 35 35 35\n9b01b957c87a806c 72 63 63 63\n9b01b957c87a806c 72 68 68 68\ncbee8e9baf6ec02a 18 21 21 21\ncbee8e9baf6ec02a 18 29 29 29\ncbee8e9baf6ec02a 68 53 53 53\nc27cfc716fe937f9 204 196 196 196\nc27cfc716fe937f9 204 197 197 197\nc27cfc716fe937f9 204 201 201 201\n5464c24c194fa83b 3 4 4 4\n5464c24c194fa83b 3 7 7 7\n5464c24c194fa83b 55 40 40 40\n314c56aad151508d 61 63 63 63\n314c56aad151508d 61 69 69 69\n314c56aad151508d 106 101 101 101\n9a809a86bef6bf4b 31 42 42 42\n9a809a86bef6bf4b 87 66 66 66\n9a809a86bef6bf4b 87 76 76 76\n0ba1cadcb191dc0a 9 18 18 18\n0ba1cadcb191dc0a 60 37 37 37\n0ba1cadcb191dc0a 60 45 45 45\n8881af3cef16aa0b 105 85 85 85\n8881af3cef16aa0b 105 94 94 94\n8881af3cef16aa0b 105 104 104 104\n940c65ee33e2a577 42 55 55 55\n940c65ee33e2a577 42 64 64 64\n940c65ee33e2a577 95 84 84 84\nff44d62ec2299bc2 42 48 48 48\nff44d62ec2299bc2 42 58 58 58\nff44d62ec2299bc2 115 101 101 101\n2a695d52faf1949e 117 141 141 141\n2a695d52faf1949e 117 143 143 143\n2a695d52faf1949e 216 168 168 168\n518e2b4ced2a598e 63 79 79 79\n518e2b4ced2a598e 63 102 102 102\n518e2b4ced2a598e 63 112 112 112\n5dbd501fca3ef5c4 52 67 67 67\n5dbd501fca3ef5c4 100 92 92 92\n5dbd501fca3ef5c4 100 97 97 97\n9e978acf88f43f07 71 60 60 60\n9e978acf88f43f07 71 67 67 67\n9e978acf88f43f07 71 71 71 71\n794036d0ce41e0ad 36 61 61 61\n794036d0ce41e0ad 36 89 89 89\n794036d0ce41e0ad 142 114 114 114\ned5a2ed397ff7534 194 169 169 169\ned5a2ed397ff7534 194 180 180 180\ned5a2ed397ff7534 194 184 184 184\n857500a0287b787f 59 69 69 69\n857500a0287b787f 59 99 99 99\n857500a0287b787f 143 110 110 110\ncf5bce96562e21be 125 161 161 161\ncf5bce96562e21be 226 185 185 185\ncf5bce96562e21be 226 212 212 212\nfbe07215a258c7ed 5 12 12 12\nfbe07215a258c7ed 53 32 32 32\nfbe07215a258c7ed 53 42 42 42\n04145b4b73b2d313 61 36 36 36\n04145b4b73b2d313 61 39 39 39\n04145b4b73b2d313 61 45 45 45\n5ed70546a84eaf78 93 74 74 74\n5ed70546a84eaf78 93 84 84 84\n5ed70546a84eaf78 93 85 85 85\nb56b799c550929c9 22 38 38 38\nb56b799c550929c9 22 57 57 57\nb56b799c550929c9 102 78 78 78\ne6ab17cb48acf199 5 28 28 28\ne6ab17cb48acf199 57 32 32 32\ne6ab17cb48acf199 57 50 50 50\nbfb463dc1365bbdb 191 207 207 207\nbfb463dc1365bbdb 191 224 224 224\nbfb463dc1365bbdb 268 236 236 236\n4e50d5610be16ce1 74 76 76 76\n4e50d5610be16ce1 74 87 87 87\n4e50d5610be16ce1 74 98 98 98\nf4b43ba2d40a0708 55 63 63 63\nf4b43ba2d40a0708 55 82 82 82\nf4b43ba2d40a0708 110 85 85 85\n296c87d370b03f17 7 17 17 17\n296c87d370b03f17 7 18 18 18\n296c87d370b03f17 7 24 24 24\n39b58270c2e99310 21 50 50 50\n39b58270c2e99310 121 87 87 87\n39b58270c2e99310 121 105 105 105\n57f26cc9f1f34029 87 105 105 105\n57f26cc9f1f34029 87 109 109 109\n57f26cc9f1f34029 87 115 115 115\n8819bc042432074f 19 29 29 29\n8819bc042432074f 19 45 45 45\n8819bc042432074f 19 57 57 57\n7c6cdfaca37c48f3 0 8 8 8\n7c6cdfaca37c48f3 48 44 44 44\n7c6cdfaca37c48f3 48 47 47 47\n22274e48b847c860 3 17 17 17\n22274e48b847c860 48 26 26 26\n22274e48b847c860 48 30 30 30\n0afdc571e4667a44 60 76 76 76\n0afdc571e4667a44 106 98 98 98\n0afdc571e4667a44 106 104 104 104\ndf88a82a3aefc353 2 23 23 23\ndf88a82a3aefc353 2 24 24 24\ndf88a82a3aefc353 57 49 49 49\nb5e5379e3693dad0 4 14 14 14\nb5e5379e3693dad0 4 17 17 17\nb5e5379e3693dad0 51 35 35 35\nd8a6f5f5687ee167 38 49 49 49\nd8a6f5f5687ee167 93 74 74 74\nd8a6f5f5687ee167 93 87 87 87\na6b970850820eb5a 39 41 41 41\na6b970850820eb5a 39 74 74 74\na6b970850820eb5a 111 79 79 79\n64e5fbea472829b4 15 18 18 18\n64e5fbea472829b4 15 27 27 27\n64e5fbea472829b4 66 52 52 52\n70c4101cccab79a0 0 21 21 21\n70c4101cccab79a0 50 27 27 27\n70c4101cccab79a0 50 45 45 45\n02679535c5f06a19 1 14 14 14\n02679535c5f06a19 63 34 34 34\n02679535c5f06a19 63 40 40 40\n3ac32347c3ff7d38 46 64 64 64\n3ac32347c3ff7d38 91 79 79 79\n3ac32347c3ff7d38 91 85 85 85\n004e9db3337e8206 40 46 46 46\n004e9db3337e8206 40 66 66 66\n004e9db3337e8206 40 75 75 75\n0f7267e7e369b7d6 13 35 35 35\n0f7267e7e369b7d6 61 49 49 49\n0f7267e7e369b7d6 61 57 57 57\nde239c7da4d3d6a3 99 128 128 128\nde239c7da4d3d6a3 99 134 134 134\nde239c7da4d3d6a3 196 191 191 191\ne7cb1f56ac69308a 9 17 17 17\ne7cb1f56ac69308a 9 37 37 37\ne7cb1f56ac69308a 66 48 48 48\n776e483e0e5af39e 55 78 78 78\n776e483e0e5af39e 105 94 94 94\n776e483e0e5af39e 105 103 103 103\n1d8017cad8dc1d56 19 27 27 27\n1d8017cad8dc1d56 19 39 39 39\n1d8017cad8dc1d56 87 62 62 62\n08868143749f321b 155 208 208 208\n08868143749f321b 263 230 230 230\n08868143749f321b 263 244 244 244\n3dba9cb74bfb79b2 4 10 10 10\n3dba9cb74bfb79b2 69 39 39 39\n3dba9cb74bfb79b2 69 41 41 41\n3c84329b60bfa7cb 38 60 60 60\n3c84329b60bfa7cb 87 66 66 66\n3c84329b60bfa7cb 87 84 84 84\n71e9d0f8983daac5 57 81 81 81\n71e9d0f8983daac5 120 115 115 115\n71e9d0f8983daac5 120 119 119 119\na7d4344a1a84cb19 98 75 75 75\na7d4344a1a84cb19 98 84 84 84\na7d4344a1a84cb19 98 88 88 88\n4b461c1ec52a3076 31 33 33 33\n4b461c1ec52a3076 31 41 41 41\n4b461c1ec52a3076 76 63 63 63\n5d9d555bb2294681 2 30 30 30\n5d9d555bb2294681 69 44 44 44\n5d9d555bb2294681 69 53 53 53\nfa9029a71d807702 159 119 119 119\nfa9029a71d807702 159 128 128 128\nfa9029a71d807702 159 156 156 156\n9458c5a8ea666ee5 45 83 83 83\n9458c5a8ea666ee5 45 90 90 90\n9458c5a8ea666ee5 135 119 119 119\n0bb99505a71035cc 55 72 72 72\n0bb99505a71035cc 55 84 84 84\n0bb99505a71035cc 55 88 88 88\n9cda0343fa3ced47 16 41 41 41\n9cda0343fa3ced47 16 49 49 49\n9cda0343fa3ced47 16 51 51 51\n73ed097f3e2514c9 51 54 54 54\n73ed097f3e2514c9 51 57 57 57\n73ed097f3e2514c9 51 68 68 68\n3115672ced7c5694 5 22 22 22\n3115672ced7c5694 5 28 28 28\n3115672ced7c5694 5 37 37 37\n838f8ed446b97771 40 41 41 41\n838f8ed446b97771 106 85 85 85\n838f8ed446b97771 106 94 94 94\n66e23fd2bd03ede9 5 11 11 11\n66e23fd2bd03ede9 5 21 21 21\n66e23fd2bd03ede9 83 63 63 63\nb939977bcb278c53 68 72 72 72\nb939977bcb278c53 68 81 81 81\nb939977bcb278c53 114 92 92 92\n53a47129f3b14bcb 42 46 46 46\n53a47129f3b14bcb 94 78 78 78\n53a47129f3b14bcb 94 88 88 88\n02b59cd60efb924e 98 57 57 57\n02b59cd60efb924e 98 70 70 70\n02b59cd60efb924e 98 76 76 76\nf99730b487e57e9b 118 129 129 129\nf99730b487e57e9b 118 142 142 142\nf99730b487e57e9b 209 197 197 197\nf3165d5685e527c0 57 90 90 90\nf3165d5685e527c0 131 105 105 105\nf3165d5685e527c0 131 130 130 130\n706f41667bc5079c 5 15 15 15\n706f41667bc5079c 5 17 17 17\n706f41667bc5079c 60 47 47 47\n5533a28eb1f53b0e 0 15 15 15\n5533a28eb1f53b0e 0 18 18 18\n5533a28eb1f53b0e 47 43 43 43\n34ee7f63d7f4aaf5 24 24 24 24\n34ee7f63d7f4aaf5 94 91 91 91\n34ee7f63d7f4aaf5 94 93 93 93\nd69b375a66fcb363 86 88 88 88\nd69b375a66fcb363 153 138 138 138\nd69b375a66fcb363 153 142 142 142\nd57f52c12e2d2189 37 37 37 37\nd57f52c12e2d2189 37 52 52 52\nd57f52c12e2d2189 103 89 89 89\nbfc904268b353078 21 23 23 23\nbfc904268b353078 88 81 81 81\nbfc904268b353078 88 82 82 82\n7591c0ad03afa12b 144 148 148 148\n7591c0ad03afa12b 208 191 191 191\n7591c0ad03afa12b 208 199 199 199\nfee67103bcabbb0a 13 31 31 31\nfee67103bcabbb0a 13 39 39 39\nfee67103bcabbb0a 111 99 99 99\nc18ae4bd02a7a0bc 83 85 85 85\nc18ae4bd02a7a0bc 83 95 95 95\nc18ae4bd02a7a0bc 136 135 135 135\ndbc6ba567d294605 3 9 9 9\ndbc6ba567d294605 3 19 19 19\ndbc6ba567d294605 51 33 33 33\n99bf0dc41a750511 190 169 169 169\n99bf0dc41a750511 190 174 174 174\n99bf0dc41a750511 190 180 180 180\n01a5cc3805e94c21 79 57 57 57\n01a5cc3805e94c21 79 65 65 65\n01a5cc3805e94c21 79 66 66 66\n1c11709814a1a2f2 173 220 220 220\n1c11709814a1a2f2 273 240 240 240\n1c11709814a1a2f2 273 261 261 261\n735d90ea3aaf7c40 26 51 51 51\n735d90ea3aaf7c40 87 66 66 66\n735d90ea3aaf7c40 87 77 77 77\n91f141243221d23b 39 82 82 82\n91f141243221d23b 39 89 89 89\n91f141243221d23b 139 117 117 117\neda12a56bec73fa9 0 16 16 16\neda12a56bec73fa9 0 32 32 32\neda12a56bec73fa9 72 56 56 56\n8967c2f6fc92e3fc 15 23 23 23\n8967c2f6fc92e3fc 64 49 49 49\n8967c2f6fc92e3fc 64 64 64 64\n41a55418bee59b11 132 142 142 142\n41a55418bee59b11 132 149 149 149\n41a55418bee59b11 132 152 152 152\ne0825c823e45766d 3 6 6 6\ne0825c823e45766d 3 10 10 10\ne0825c823e45766d 3 25 25 25\n53c2b1665c48143f 16 22 22 22\n53c2b1665c48143f 16 27 27 27\n53c2b1665c48143f 16 28 28 28\ned01315968288adf 189 209 209 209\ned01315968288adf 189 212 212 212\ned01315968288adf 241 241 241 241\ne06cf2b1d0bf7ad5 8 33 33 33\ne06cf2b1d0bf7ad5 74 42 42 42\ne06cf2b1d0bf7ad5 74 73 73 73\n502ee418913c021a 22 22 22 22\n502ee418913c021a 22 42 42 42\n502ee418913c021a 68 62 62 62\ne1b01f602c0afa9e 8 15 15 15\ne1b01f602c0afa9e 8 22 22 22\ne1b01f602c0afa9e 8 23 23 23\n579983b1a3881a69 1 38 38 38\n579983b1a3881a69 83 71 71 71\n579983b1a3881a69 83 82 82 82\nf18361c62baa1175 54 63 63 63\nf18361c62baa1175 121 106 106 106\nf18361c62baa1175 121 107 107 107\nb19fa84e53dddf3f 5 42 42 42\nb19fa84e53dddf3f 5 61 61 61\nb19fa84e53dddf3f 125 68 68 68\nfe04a079dc651d9b 67 67 67 67\nfe04a079dc651d9b 159 141 141 141\nfe04a079dc651d9b 159 152 152 152\n02ee66b3efbf3b0a 178 185 185 185\n02ee66b3efbf3b0a 274 236 236 236\n02ee66b3efbf3b0a 274 262 262 262\n1b065d2ce77f9862 1 1 1 1\n1b065d2ce77f9862 1 19 19 19\n1b065d2ce77f9862 47 45 45 45\n0bcde26e5a802638 136 141 141 141\n0bcde26e5a802638 238 193 193 193\n0bcde26e5a802638 238 218 218 218\n94e30386dc2a93a7 76 48 48 48\n94e30386dc2a93a7 76 49 49 49\n94e30386dc2a93a7 76 54 54 54\n129b5e9b80cc4b4b 157 168 168 168\n129b5e9b80cc4b4b 157 177 177 177\n129b5e9b80cc4b4b 215 196 196 196\n31ee8cabc96b9a62 85 57 57 57\n31ee8cabc96b9a62 85 65 65 65\n31ee8cabc96b9a62 85 71 71 71\n40f6d540b9b16531 14 23 23 23\n40f6d540b9b16531 14 46 46 46\n40f6d540b9b16531 14 58 58 58\n1a0f8c49b336ec38 46 64 64 64\n1a0f8c49b336ec38 46 89 89 89\n1a0f8c49b336ec38 154 101 101 101\n3edff71624eac3ee 16 17 17 17\n3edff71624eac3ee 16 41 41 41\n3edff71624eac3ee 67 62 62 62\n5206d9e5172df68f 13 22 22 22\n5206d9e5172df68f 81 56 56 56\n5206d9e5172df68f 81 81 81 81\n482ce5c63038e5b4 13 18 18 18\n482ce5c63038e5b4 13 24 24 24\n482ce5c63038e5b4 59 37 37 37\n724928496fafcf03 33 90 90 90\n724928496fafcf03 162 125 125 125\n724928496fafcf03 162 147 147 147\n0b8e670f98cf5083 1 3 3 3\n0b8e670f98cf5083 46 30 30 30\n0b8e670f98cf5083 46 40 40 40\n896bc858b59cf508 203 150 150 150\n896bc858b59cf508 203 167 167 167\n896bc858b59cf508 203 171 171 171\n0e2f2538b26a179c 47 70 70 70\n0e2f2538b26a179c 47 92 92 92\n0e2f2538b26a179c 164 150 150 150\n1d9254a5cb93d4ff 56 56 56 56\n1d9254a5cb93d4ff 120 97 97 97\n1d9254a5cb93d4ff 120 99 99 99\n25f590b3de5b28e8 52 71 71 71\n25f590b3de5b28e8 52 76 76 76\n25f590b3de5b28e8 106 81 81 81\na92aa47e1df70c77 4 30 30 30\na92aa47e1df70c77 4 40 40 40\na92aa47e1df70c77 106 95 95 95\ne73ee867c3834f3d 75 87 87 87\ne73ee867c3834f3d 75 98 98 98\ne73ee867c3834f3d 75 104 104 104\na4ff3ff3466c47c2 9 14 14 14\na4ff3ff3466c47c2 54 41 41 41\na4ff3ff3466c47c2 54 42 42 42\n2837dd5c75e026f5 14 36 36 36\n2837dd5c75e026f5 80 49 49 49\n2837dd5c75e026f5 80 75 75 75\ne9338055d8f521ad 25 28 28 28\ne9338055d8f521ad 77 53 53 53\ne9338055d8f521ad 77 75 75 75\nd069fcb4a4c1e9eb 54 34 34 34\nd069fcb4a4c1e9eb 54 44 44 44\nd069fcb4a4c1e9eb 54 51 51 51\n58f9876a3e443302 10 16 16 16\n58f9876a3e443302 10 26 26 26\n58f9876a3e443302 69 66 66 66\n1c8d34a791deaaf1 19 42 42 42\n1c8d34a791deaaf1 96 61 61 61\n1c8d34a791deaaf1 96 62 62 62\n2b8f367d01df3601 17 25 25 25\n2b8f367d01df3601 17 36 36 36\n2b8f367d01df3601 105 73 73 73\nce6c6d81af6b62cd 0 0 0 0\nce6c6d81af6b62cd 0 5 5 5\nce6c6d81af6b62cd 45 35 35 35\ne9651dfa09c273f8 141 121 121 121\ne9651dfa09c273f8 141 126 126 126\ne9651dfa09c273f8 141 130 130 130\ndce5f59c6e33b5df 30 34 34 34\ndce5f59c6e33b5df 30 39 39 39\ndce5f59c6e33b5df 75 67 67 67\n6650470bb0abb23d 112 133 133 133\n6650470bb0abb23d 161 151 151 151\n6650470bb0abb23d 161 161 161 161\n80d21c1f8300db84 11 24 24 24\n80d21c1f8300db84 120 89 89 89\n80d21c1f8300db84 120 97 97 97\n8695b9a43979ed6c 36 41 41 41\n8695b9a43979ed6c 100 73 73 73\n8695b9a43979ed6c 100 88 88 88\nbc8adae3d0c73ba2 8 21 21 21\nbc8adae3d0c73ba2 8 26 26 26\nbc8adae3d0c73ba2 69 40 40 40\nf0d8ce5ccb80bece 38 56 56 56\nf0d8ce5ccb80bece 38 66 66 66\nf0d8ce5ccb80bece 109 88 88 88\n3fe382b2ae6c9361 57 31 31 31\n3fe382b2ae6c9361 57 44 44 44\n3fe382b2ae6c9361 57 52 52 52"
  },
  {
    "path": "splits/re10k_pixelsplat/test_first_as_src.txt",
    "content": "5aca87f95a9412c6 58 84 102 129\n322261824c4a3003 33 38 60 61\n17d9303ee77c3a3d 17 26 28 38\ndebc3490ba0bd84b 34 53 66 81\ne124dfa7e996a414 48 57 68 78\naa91dfdd5f4ad32b 8 10 34 46\ne4bcb18fa6aa91be 32 47 49 71\nbc95e5c7e357f1b7 35 48 51 82\nf7c0fa5b81552d35 11 45 48 62\n7c7bc5285126e6ad 64 66 67 122\ne1afd89a69ee6947 34 56 80 105\n8b212f2755d955ec 40 66 75 78\n88d9ba3324f2ec21 2 19 25 26\n4c4fa41951e37e78 8 10 46 54\n34b0658a5c200cdf 0 33 40 42\na56ba2efb5e3fdd9 33 41 46 61\nffa95c3b40609c76 120 166 196 213\ncdf439b17a6a98d4 31 31 32 43\n79ce50fb7b021e1d 212 256 258 276\nde67e3a0b0648cfe 16 22 27 48\n622ef98e83ed5239 3 34 42 55\n252a24d25a1ea81d 198 213 229 233\n28e8300e004ab30b 3 45 61 66\nc48f19e2ffa52523 195 202 234 249\na47b88040452d7d9 35 76 88 96\ncb38d67088b66084 49 64 75 91\n358bdee988c269ef 3 11 22 47\n54841308aff91857 27 41 55 64\n30fc5fc78c5a716e 151 159 186 208\n214df1c2863d2959 45 46 55 57\n6558c5f10d45a929 43 130 148 157\n1214f2a11a9fc1ed 103 112 187 209\n0d4de33c6888a754 2 5 10 52\n40ca76de44a6e1a9 43 50 63 73\n8b760ac05c93a6bb 26 30 43 50\nbfd27ad72975e120 8 34 37 51\n89ea49cd9865aeff 31 48 51 71\na9b3ff60b213e099 32 49 68 82\n41bcd011f99bfb66 4 7 19 49\n2da2eeb966bc0ef8 30 32 69 79\nf14791aec34dbdcd 5 22 38 40\n800ea72b6988f63e 141 143 167 173\n572acd18419c3456 3 34 35 50\ned477bdf8582adff 40 48 78 83\na6fa92e8204f6118 2 14 35 57\nbb4d7012261ee0ed 0 35 41 45\n0c52996355b23d76 51 69 89 96\nbc143130c1842e4b 29 52 82 91\n674dabef8f53b566 9 21 41 51\nb26e6c80d283c4c8 46 56 67 89\n57d3409bf04c4651 0 8 15 34\n21e794f71e31becb 72 102 123 164\n67a69088a2695987 6 18 52 74\n62bcb465bb03d34f 6 42 44 69\n912177dbf0a1ed6c 3 9 22 48\nd3a01038c5f21473 139 151 179 201\n10c8e54590f715f7 6 28 54 65\naadc1e2dc74fd644 2 29 49 52\nf7d916b43193c181 7 11 18 52\nb4099665590548fc 23 27 35 66\n1f0e06e4388dd600 44 80 83 86\nafe4e799a94e06b3 54 59 76 80\n3e5f747d06bc84a3 85 87 141 165\n5a27f8e07fcdff76 0 26 31 37\n84ab392d682f296b 43 74 99 104\n9e2a8cc5f32dd46b 75 76 149 150\n26b31d71789bffad 3 17 31 40\nc9c30723d7c54793 152 162 233 240\n17f552ef56d85c55 20 46 50 55\nbb6fa5bdafc14e8c 43 123 128 139\na348013b922a1d67 6 71 75 82\ncd74b1244d112628 63 82 88 97\n6771a51bf0cfce7f 152 169 174 189\n2e109379f53bb221 35 85 87 93\n41abd737e0228c1a 81 87 93 127\nb5fc0c4a2760083b 25 50 62 87\na7c691c210154b09 0 7 12 19\n052430ff6e2c07c4 19 33 58 60\n365fc12b4f33ada3 35 46 54 73\n57d25dafabb5a238 32 45 56 57\n882c68c70d22f4c5 49 50 56 74\n8adebbb68f2c3f84 72 92 102 107\ned0c2aca14b99efa 62 66 79 90\n5df12522d9167d54 33 36 55 63\n9490f1219dbbb6ce 17 18 25 29\n0588138dfec165a1 70 79 111 131\n34766105ea9d7a2b 7 16 17 49\ne4f4574df7938f37 0 24 26 61\nd6cd62354e99289f 41 44 51 69\n29e0bfbad00f0d5e 8 8 89 90\n8d5163de9ea4d851 39 50 63 64\n071e8c0978097efd 128 139 221 239\nb4b95f8961518954 26 44 63 85\n20d86cff490c0c42 18 28 32 40\nfa5ef1d3968d1b8e 12 47 54 63\n22da7610855d6b9d 50 68 72 87\n81be42df6ccae760 13 47 62 91\ne9b506f37c2389cb 42 61 62 67\nab4c269f8d523d02 18 38 54 56\nc1ad4232258e87c9 14 17 28 48\n189f95593df3c7f1 4 10 33 35\n0c4c5d5f751aabf5 12 21 28 43\nef6d7acf3bcf834c 60 85 121 143\n3fd084afa49b6499 20 30 54 65\n6fe141ec9be1a432 12 20 41 56\n4654bcf019ddaf4f 2 20 38 42\n75d475e9558ab806 1 7 18 36\na16a00a72aa06728 33 69 85 116\n813895d9ceb3f376 84 118 128 173\nfea544b472e9abd1 12 21 29 90\n5fa0f6800a909630 2 11 31 40\n3b6d8db52c54b174 0 31 40 66\n84a2ee4663daf456 31 52 77 90\nfdaab1f49851782c 31 47 122 124\n01a628e2c509b823 62 89 102 107\nefa64a0035040381 127 146 168 190\n656381bea665bf3d 27 41 57 66\nf315d65b981724a1 56 77 85 90\n62e7d55109468b27 9 10 13 28\n6fdd15be262854f1 21 27 31 48\n0425df3e42ba0de3 152 155 192 197\nbac90b67024759ee 20 24 40 41\nf3ef8cde65afcc5e 3 6 53 72\n9f22541e0c3894c1 8 23 34 47\n3087828bc27bc4c7 15 34 62 73\n4ef560091d948f8e 63 77 81 87\n14f477e7d5af5b91 17 29 31 70\ne68dd764c51470c0 27 58 85 100\n0869b66f912b845d 192 198 202 225\n4e0e71a0930d359d 0 8 12 29\n5be4f1f46b408d68 108 136 148 173\n44a85c75cf4a6da8 45 67 68 82\n1bf49251fdd23cc0 3 11 23 46\n7f56a807c4e3fbcb 12 14 20 45\nea238737feca4622 33 76 87 135\nb70c3d4dcc51f866 9 15 34 64\ndbb340f63c6ae50b 106 136 166 167\n0e16d64d961fe855 11 34 36 63\n98309bf872051c85 182 204 231 242\nde45926738229f67 22 38 39 50\na1d38185b8f59a4b 5 7 38 45\nc71fa7a8db8bbec8 22 26 35 58\n9978d648c785ca9f 12 39 42 60\n9786c8d75194a1bf 33 74 76 78\n5f8e6b91cb78aa9f 3 15 20 29\n27daccf898b206de 4 39 44 46\ncce1ae2fda6376ec 102 110 130 137\n5c909c802eb6edb1 13 24 39 61\n59636f39d067119d 0 0 52 59\n82afd7cd03ef7111 39 45 55 64\n341c4533fbcb15a4 12 26 40 41\n9d0939c256269554 36 43 66 95\n4a763e1b87e495a7 24 76 78 82\n2e4c69143b09033c 13 36 38 66\n33afdeba3cd5af05 54 68 80 104\n6361aae2376e35b3 42 48 69 76\n51973bc28ad2030d 0 23 41 50\n45e81a557d2dd78b 50 67 69 74\nae4090e8832b90f9 165 175 243 252\nbfcc43cb05071cf7 20 55 100 115\n12a70416c92a9483 42 47 53 83\n90db3a1e61834d39 78 100 117 121\n531e3acf16289429 3 28 34 41\n3a79b9aefafb0b8d 3 11 27 34\n309bed43e4406d72 12 30 49 66\nebb5e70d56341020 32 39 43 70\nb8a96066ff35db86 30 82 103 106\ne050b07b90580dba 25 27 60 63\n5ee7f79d21f7e482 36 43 61 71\nd4127110de7604d3 149 172 187 188\n2b0b2259a7216762 100 105 121 143\n2445756494ef6e3d 25 31 35 55\n6eaf7b55c0a59be9 106 119 154 158\n37de8da2580d0c1d 37 54 65 83\n1defdda324307269 71 129 135 139\neae986c8f31081cc 51 74 89 95\n575fc7cbb9b2d352 21 33 64 122\n8453005c232016c7 36 38 44 56\nb6b1244092471403 82 98 122 126\n90131e866868c2f6 27 53 68 70\nff4c8a31f4153121 17 61 67 77\ndc90deddeacc3d26 41 43 79 84\n45823117f0acb627 17 83 92 101\n6584cfd8b9eb91f0 3 19 27 41\n45a00d135c5388fc 12 14 40 54\n2c9018ef57c6b061 19 33 45 76\nb21d13ea38d9ac79 2 13 58 61\n4c8fd5318ae8d467 161 179 191 216\nf5c2e696cb86b701 54 58 59 114\n54fe098cef530a7f 24 30 50 71\nfa81f29d350eace3 5 5 39 53\nb7ae0d63cd88cb7e 5 11 32 36\nae5c26bc7fe988ea 12 13 28 61\ndc6c3a7310c42e07 1 8 18 56\n7983738c2b4adad4 14 25 49 61\n71a27a839592fb3a 0 25 27 45\n1a8466443ffdc6c5 7 33 47 51\n774aa648451ced87 74 98 99 122\n7d1a68f312ba2d95 67 73 84 110\n505a86992cc1b6ce 5 5 23 37\n414e2bf42ee45cc4 161 166 181 229\ne9b6564434ba856f 2 8 20 30\ne14fc8cb91357b29 18 43 47 50\n7b88a7e1a069a93a 29 33 65 101\nee9503a872caad73 6 6 54 60\n399cfd9cfacc0499 4 50 57 68\n1203cc23b881ab8d 55 86 103 113\n40904cd4b9e0579d 52 64 95 112\n2e4cac06a4f92261 2 42 69 71\nfe485c8b96b46c0a 15 15 65 67\n00e8df74b6805da7 28 42 51 74\n074653ff3928b9fe 17 25 26 55\ndff51d96b59df454 31 54 69 76\nd879362410eaf691 1 8 9 33\n60bf89b196577c8c 5 15 32 47\n3176f1532a468cbd 8 25 50 68\n0dd9e020b6d9d687 0 13 50 58\n4091c41c6909da3b 60 64 68 88\n754f7a46cc9770c6 3 3 4 27\na14cdbc8771393d1 31 53 54 56\n2a8ef9e44f580d13 21 26 53 61\ndf0389efcc51ac2d 7 23 50 75\n8cebe36289a4d5a0 13 50 52 57\n86cdad3c34f3941f 10 11 55 68\n3533396ef5f351ba 38 60 68 87\n15d4a976e4e7d3dd 187 217 218 228\n523bc6753cd13644 20 55 59 70\ne49065bc8c694f0d 11 33 61 72\ndfa54c21e3d2feb4 10 23 56 61\n3aaed2e6422d7d57 137 156 172 180\n2a3baeaa72b86812 13 57 74 77\nf71f8b27e6ef3f7e 14 15 56 74\nd42ca7833cd982fb 14 16 18 56\n145708c0216a06a7 25 32 34 98\n156f4c7dca878ff2 24 65 81 95\nc85f1c5375e60e21 11 27 30 36\n73c5bc59df929e8d 16 26 31 55\nd25404ee1e0c0607 0 6 19 31\n7323eacf27a3f67b 179 191 206 237\n4b85062505816744 26 61 64 70\n4803cf5deca2b38a 11 24 29 53\n848971384d2e2956 24 49 56 63\ne9f1e4315562d02c 38 50 63 88\n03e756bff92d49dd 7 31 48 75\n68aaef5b574f98d5 140 165 178 182\ncbe038e8be4f6b96 5 18 38 47\n2fdfa70413053b84 18 34 78 82\n701ee1118e22239d 3 26 35 37\na942b6e69847940b 2 26 27 54\n96a7bdbfc462408d 192 192 229 239\n2177ca3a775a9ee9 104 122 133 150\nb62fcc6856e45647 19 28 53 105\n03a78406de1d0993 5 50 63 91\n281452e730c39fd0 46 81 98 100\n44095e87bee5475e 59 80 90 95\n436a235ed74c3d89 59 76 87 121\nd7c79e9bf6b0e42e 26 69 79 87\nc0677cb9b8d767a6 157 172 179 217\nb67312c3e1dbea65 15 27 40 43\n46a39a38f2c09d34 0 2 16 46\nf23ea66496d4592c 11 19 42 61\n0e8995dcbdd22f48 27 47 59 75\nf32643006f1260b9 34 43 47 68\n8c5136bca99f6b66 0 9 32 36\nb4ccda687d2470b1 81 112 116 145\nedba67643c40b399 77 134 148 162\n4a582ee23dd05a8d 95 100 126 131\n4ce58504b055463e 74 109 132 145\nde589d5890b4e6e8 2 10 11 30\n6c99592614256138 56 60 67 87\n1bc87c160d1dc982 12 15 36 54\n5994761c53eb75ff 0 61 82 87\n774712243467068c 6 35 46 48\nbfd1e3bcdbf0fbb9 3 5 22 35\nbc7ce58a16724386 5 13 31 36\nc19cc383d575e722 44 69 73 89\ncfa392a515fbe36a 2 10 29 42\ne87c0a291ec4a45d 4 22 23 31\nb352534bdedb50b3 5 5 6 38\n5331fddb30f9132e 6 7 9 24\n52aef823cc9a031c 20 30 54 60\na6d75912a7fb7e91 29 32 71 94\n374fa34fe701a30d 2 19 42 45\n3dba1838ed366ab5 17 35 53 54\n2341162bce213f2e 51 64 91 92\ncb6b6e325aaafcc9 33 34 70 80\ne5fec092b986596d 9 34 80 105\n11eb02d24a3241a9 2 6 34 40\nd5a254717822d28b 158 175 212 241\nef1457995bca9afd 2 28 32 49\n14cdf4aa7a2de14b 11 28 43 53\n18c6473be3bd827a 1 10 12 59\n3dc0058dce3828d9 21 33 54 58\nc34b59ec59eb886c 7 38 42 51\nf1cf2e1b45e3c789 107 110 117 130\na0dda4b2ec17cde1 21 32 73 77\nee135ea99ddcb32e 58 88 95 98\n8debcd56accec5c3 8 22 50 58\n27382fa047b4681a 7 43 64 65\nc439c3b3d45d651d 50 61 70 86\n127884736471b631 89 114 137 146\n753ccd3da86a8cd8 88 100 101 139\ncac91919db0b7a85 22 57 72 88\n180542b70f713d5b 15 18 27 32\n629106572dfe16c7 95 143 146 147\nf13001de94f7dee7 3 8 63 64\ned299cc5f85d0edd 30 35 51 75\n2a89b2a52cee9f5f 211 232 253 256\na3bc75f0a32b1501 18 21 27 30\n9b432f66b54dcee7 5 9 19 43\n5605c576fc904f00 22 36 39 70\n86a463200232af47 93 98 103 112\nfbcd62ab8ff30b4f 13 34 49 50\n51170ef694154b08 11 22 25 68\n00a5a2af678f37d5 43 56 62 66\nd438687082422f1e 169 176 187 199\n3613c77d8c234008 12 19 20 40\nb73a7e175486c78a 123 123 146 194\nf543c249c809b271 2 6 10 26\n818ddc806c9e8f79 5 36 45 47\n8ab4c604ecea9c58 51 59 69 80\n9b1df103d73ce624 17 49 57 69\nf91fbdea76207935 22 61 68 73\n6ed53f7a04720147 28 44 66 84\n2482c4388b32f225 56 74 92 125\n12f45658983d380d 45 61 91 92\nf2e037fd936aac25 42 48 56 91\na017b558fa544b08 0 7 16 22\n54f97b513d76b3fb 176 226 243 245\na63c60167d524a5d 21 24 54 129\n59d248d6e5d5b35c 15 16 38 54\n1227d00562c106e2 116 118 130 154\naf591254c5c30d9f 54 60 87 102\n4047ea5cbe353c08 16 16 45 68\n7695e3556b39ab92 18 66 78 79\n650503eb1bc58d0d 8 27 61 68\nff7f5042dddd5e12 25 29 41 101\nf33a903d5af68764 25 46 51 65\n350ef3b7bd9d9489 18 22 42 51\n33517e9838fe5f20 52 63 78 86\n090c672e7e394397 67 81 115 128\n9da1817a6a8b398b 5 42 89 96\n21d9134faec148f2 99 134 150 225\n8b7fd0f7face0559 11 40 47 60\n550ea130af96ccfa 140 143 151 159\nf4c093d62e3bc637 14 47 55 89\nd93fb7e63006df0b 44 57 72 92\nbf426e89f74b4447 7 12 31 37\n247bc2e47eb7f6fa 113 131 142 158\n068140e09ae5ae8f 32 37 43 51\n8a8289629784b1ba 9 12 17 44\n16b8ab24bd231f9a 116 142 177 186\n3b59c7d97b900724 18 20 60 65\nb6d52e4eac9880b0 50 76 90 100\ne2cd09b4dc82ba9b 33 36 45 69\n895c7a42a71d6050 27 34 38 68\n3b122e1becb5fcb7 108 174 183 219\nf649244a6907838c 15 33 87 88\n8b0af1b58d41bcd5 6 12 14 30\n49235d402cbb8895 36 63 66 71\ndd6f8f3b56c66aee 149 151 157 164\n4b4c0c27204604a3 34 45 58 66\n2bec33eeeab0bb9d 5 9 23 59\n602cd3dcd51e706e 21 25 50 60\n78e901c8d85e71a7 15 16 23 33\n90a62bad0442448d 31 33 74 76\nce42e1a9588440c8 83 121 135 168\n50a356dd9870ac9b 79 102 120 129\nfe6690ee4f6c7244 136 181 197 204\nc767b97c0d3caca4 63 70 97 121\n50c3e2b700077e76 60 66 71 82\nba0cecbd7351eea2 26 46 65 69\n5c5990b304509a47 34 40 41 61\n430c6d1f8676fabc 61 68 97 114\n6dbe9b5b5e77c8a6 25 73 84 92\n3d2486ac8822da47 34 70 76 78\n6b4a5186c2585e08 32 42 61 67\n8610164dfd89cd44 3 9 15 28\n867a9e729b3eced3 0 0 18 40\n3a3bc11b9ebb7d44 17 26 50 65\n1addb7e6bbea3eae 172 177 202 236\n01be77405b16df11 13 24 37 61\n3f4f553239e96d90 20 42 75 111\n8951e64bab803550 4 17 35 39\n11a680776863b321 9 29 31 45\n05c57211be152630 9 10 16 44\nec954095edaf0f9f 91 113 123 149\n0626b812d67da3c6 3 19 25 45\n3e1236935a5f70ae 1 15 24 42\nfcf379edfcfe492c 43 46 63 89\ne9b3ce3fb857d86f 138 159 180 196\n58adecc8e2e6ae8e 13 21 52 58\n75fc11bacb566213 42 68 79 81\n6890595879a5790a 91 113 120 140\nbb68958771bd013e 36 46 60 72\n20100b779d28b6d5 62 68 70 105\nb8a77ae2419b398f 97 114 144 148\n1225476a1221ce08 24 66 68 76\n6a4a6eb9accd3528 0 30 43 59\nf99691764cd67e0c 49 71 72 87\n91ccaa13b322fb9d 0 64 68 69\n2f98ee24d3fc43a2 78 101 116 126\n99a8af5125fb4c23 2 8 22 73\nb4ad7779e82513ad 94 96 107 131\nce51b0b5bcec88e7 27 40 44 82\nc4018c426b7f34fe 199 215 227 231\n5185cb2d8a7fde08 10 26 54 55\n3094afb27266ee6a 5 5 46 81\ne4512bdb2540e049 101 128 129 138\n8d671600d1ff117c 56 66 79 101\ne621b4536f4da311 40 57 61 64\nf06c314b02d35b81 54 59 60 71\nc7f70ca1ccd2588d 0 6 25 52\nd4d77d8b3f48c2e9 13 27 43 56\n57521976806b42c7 1 7 38 43\naaeb7a0ab3303b61 141 150 181 202\nc9c221c5d2f549ea 54 65 85 134\n3953f37661087a95 14 16 54 58\ne9670b30a2c0e348 1 1 2 5\n4a1920283e3087de 2 11 33 42\nb6fbc2ea0566cea8 23 44 49 75\n1b87f55dec310243 165 185 199 206\n357ddf77c7b83cae 4 6 19 22\n88eb992d14f03af3 6 7 46 47\n9a1b51f094189756 29 31 40 64\nc76111d57845c911 26 107 114 131\n701c87315926ad90 62 67 73 87\n9fdeeee21b106732 9 35 71 85\nf80f0077f529c4d7 64 85 93 101\na0d174b988c5ead7 1 8 10 34\n2f5af4b429b2c992 56 96 108 112\ne3be10efd916a10f 14 28 50 62\n31c79c843555c2c6 5 7 13 57\nadeeb0d485535dfb 3 26 46 48\nedcd819612829ef6 7 12 48 49\n5d06d35cfc4d456e 42 53 61 113\n05b1462991e38e4d 134 178 202 233\n2af206730de6f439 26 33 60 118\n29a09527214b3dc5 9 20 26 58\n37d0f351f07ee925 60 62 71 97\nbde72676dac5dc06 43 44 80 91\n3f6e7ee98174056b 44 56 72 87\n16cd4f1cb2a467c1 5 9 15 42\n87f03b8928fc286e 39 40 71 86\n46e0654ccb5d88cf 2 3 68 74\n20b38e0a985506ba 14 50 63 85\n59767154863dc444 21 61 81 93\ne43058cb365b9459 171 195 199 206\n568ef8c24a0b1408 8 27 28 44\ncf2f6b8cf233a07d 59 61 110 141\n043c48135c5e8cc2 79 118 119 120\nccdd4b5d45af03e8 19 41 53 60\nf5a9a6278a8e44b2 154 170 195 201\nc7ca0f0e3baf1c3a 2 3 26 33\n308681a294d1417b 35 46 75 80\n9e784b792f4aa092 2 8 71 113\nf2243a6f96faabc9 12 27 36 57\nbf1d955d0d4cad3d 7 52 53 71\n518f26dcd055d78d 2 2 12 20\ne5c955c5cad28192 0 4 22 28\nbddba93182c33779 19 25 40 41\nf13a2892e0df0743 6 19 59 86\nb4d751f16c3826d8 1 12 19 50\n7ac41312c56a0cc7 54 77 93 103\ne1654fcb98bf93e6 6 10 28 53\nf58edeb874d96974 2 95 97 114\n0f2197967bb7fa43 22 26 29 46\naf55f1aae9438a31 189 207 250 276\nc6c9e352022ce110 7 13 22 43\ned8a46b1aeb9b0e7 2 20 32 37\n9638776e5bc87bc7 9 14 17 52\n3d8d29bf0d9f24a4 181 181 210 249\n9131cc864db80476 20 27 28 40\nfa1f48f6ab912eab 0 5 11 21\ne01e8cb797908f8c 54 58 84 91\nf27cb10112666229 11 11 45 53\nbe9fe7824449d416 24 32 74 98\n6b1138e2149920fd 21 36 57 61\n503d82bee145b841 142 152 174 202\nf60664acd06e22aa 40 47 60 82\n2c1e6581c64ffb04 1 27 31 43\n896664cbc4822c57 122 128 154 184\nc065104094628e8d 12 16 31 33\n3d60041ab79f46fc 17 32 49 74\nf956425e6e6f9863 48 50 56 77\ne16d5c92b54beff5 32 37 74 77\n62fdeefea9b15121 0 6 20 36\nab2d4e1aaca88cc3 8 8 25 41\n44adc8d00568380f 3 8 24 64\n41a3a167ea5d9e88 9 33 40 69\n4eab1d74335a930f 30 45 50 98\nf89ca2025a4c7470 18 21 31 46\n2217c43ddaa29027 112 149 151 159\n5a15212752d1659a 62 77 90 100\nd982d99031fb4f93 18 30 36 61\nb0030e8ffdf33cb8 3 21 65 79\n6638886a3a5ff92c 21 32 54 63\nce2d73fd4e1235ec 45 58 82 96\ne30f93e62f76014f 34 40 60 94\n177ff3969577b8de 0 0 30 60\n0404d32e97ec1cdb 63 79 110 137\n35061d7afe240bdc 137 147 152 193\n806102dd1847a340 0 41 90 115\nff03c7906d70bc61 51 56 61 64\n9b09cb164f1df0d6 0 20 27 28\n2689084e354f6dcd 29 62 72 81\nda27974057f07122 36 38 68 70\n62d43eb863c52706 10 35 48 66\n9720394a4cb1ee2b 2 23 36 45\nd45a3454e5581d11 13 42 58 90\n9e7927ee83ae3ef5 4 7 35 60\nc9545e4aaf05d54e 3 41 55 62\ndd4f43f04d9d51e9 25 30 52 57\na0dff63288fc21dc 25 71 73 99\n63b37bfae7def003 39 88 99 105\ne4ce9925774dac97 7 10 46 50\nbb08d0ebf3104860 25 26 36 79\n308de3d523189c72 27 34 48 49\nd2df35be33a3887f 52 69 90 151\n8ecf6a45678ed000 43 64 73 83\n5a866bf8e9e89c45 13 37 61 77\n72a7f8ebc3cb28f4 12 14 15 34\n2bd7cee1fa9c8996 47 76 95 99\n651dda44a5c1e293 103 115 123 155\naed2be03745359e1 6 21 34 44\nf7f7028b9db4277e 67 86 116 172\n7bd3172c6da32832 34 48 55 75\n34d9a4f4cf484d99 51 56 68 83\n62ae20eaf7f140c7 46 52 65 87\nb38e0e46b8c27cb7 7 19 21 38\n52099b824111b8d4 62 97 98 103\n5a0fd9d6bb6b26fb 9 9 23 43\nc31a5a509ab9c526 86 90 110 122\nbc400bd8d1f7c4bc 2 17 35 36\nb16d261e94f32108 27 45 54 67\n9179005d637bb381 3 11 21 42\nf0e8338a63423225 11 17 30 69\n2347b1e3e70842ac 148 151 187 256\n2d6f9fa00dcee664 1 5 29 54\n4675ea4e00c2544d 34 43 94 108\nb22809db10567e0b 28 42 64 67\n8659660eb14a4a89 51 63 80 99\n4f88a0a88784bbf1 64 83 86 117\nb3f9da40554cb53e 3 45 46 60\n1ca02bf1c0b65675 14 18 34 75\n0368abd976e8d82e 25 39 78 112\n4b5a6dd314bebe88 9 19 57 60\n3aae131a319acd17 33 35 89 93\n4bc203e17758f3a0 35 41 50 66\ne49339b26418352d 21 24 63 112\nf20f939c45d67d35 45 57 70 104\naf51983b0d330390 9 16 48 54\nda66efe7f47eb1f3 55 78 96 122\n08291107fc9e9849 82 98 153 158\nc34f0f87352a70e1 13 28 38 58\na9760cd05d85e1f7 0 7 33 36\nda9c9989f0826f06 0 44 84 91\n6ecda7688473aa25 81 106 137 148\n145da324f69d1c6b 131 169 198 204\n1c375830155fe6dc 31 47 51 78\n85c5cd422c58958a 30 96 133 144\ne3a879a1c468f4bb 49 50 74 81\n9199131c0da9290e 2 27 30 49\n1d125b16063c96c4 42 43 80 88\nb8ec32138a491a9b 7 15 16 37\n2e261d7661282e40 7 11 27 42\n4c0ef61c55467706 14 32 55 74\nd4ba158175a98676 2 5 19 41\n73301da6bc2d64e7 28 55 130 139\n6afb95545c3aa4f2 4 16 17 36\n916440336f6290f7 39 49 61 114\nd1bc93ab5085d7ce 4 7 70 99\n5fa1c14029bd1183 23 35 38 40\n63b3f24f708864df 2 32 96 108\n1db274e904e3fb07 3 21 25 35\n7bfb908a2ca8a8d3 18 20 51 58\n2b1da1fbe7f18f7e 45 68 70 73\n5b511c9a3888311d 100 109 141 160\n8dfaab80f0ff96b2 6 6 13 25\n555670de0b6aad58 16 29 54 64\nc46ca76fc6fba789 113 113 125 128\n5bb97abaa6ce464f 1 15 22 40\n08c9e7365f0707a4 132 134 146 173\n68c72dad736be98f 43 53 57 75\nbd5b2cb53eb19175 136 159 175 217\n9d299ef8db7b5c79 51 61 62 75\n56b103273d116e5c 0 15 35 44\nbdc61a5863efe4b7 1 20 35 56\n09d860b12f6604cb 8 21 31 64\n515ecfc39f93710e 11 14 27 63\n3fcf6c1b81b14af5 0 18 20 42\ncfa7ad963a2cede0 43 76 77 85\nebe74462b3438417 52 74 89 93\nbfe7903708674ea4 1 64 66 81\n88ec9feae8aa8a08 16 23 65 70\nc3fbd8143d230d6f 13 16 36 53\naefc27b9cbf7baf2 71 88 101 108\neaa1fe61497b64ed 92 96 113 138\na53e2726753464c9 21 47 51 71\n1513c8f030f4cbe2 1 7 15 16\n5ed81b3d975b3525 18 20 57 59\nc1f2a61d61bd7e48 9 33 75 115\n1fcfd8a36e171639 11 41 54 81\n0cbbc98eec80360a 4 8 12 28\n9c1398cb9ad44a17 209 216 225 236\n874b92ceafee3bfc 19 22 38 42\nc4d2c01787878b20 12 31 48 55\nca12e642e93fc13a 140 230 231 239\n2075a2388413899d 5 10 30 66\n7edeb4779b56f16b 55 71 72 80\n1ae4afcefdd3650c 7 7 33 40\nbef22dc2cc3a20b7 3 36 47 48\na28d9292ca8d950a 30 30 85 87\ne7f9787274c3882c 52 78 84 102\n1058fe0400a873e0 50 64 66 116\nec2798755715261d 8 37 43 54\na100462fcda4903a 10 10 14 39\ne6478478a90ae0b7 28 30 50 53\n6558a3aad7301ad0 22 56 66 69\n71d4984eb3440a3f 2 13 23 42\n494f87170e713843 28 72 98 104\n0a6680fe6e8e09d7 38 45 63 77\n11eb4e9eec5048f2 36 41 71 74\n91a772967d0c828b 15 19 21 24\nb156889fde2dbb85 53 82 94 127\nde60ac2e663b066f 9 10 32 42\n5be27cf4d890da47 115 118 128 150\nac479d95070773ea 0 10 24 35\nf45c428e89a06af3 6 6 45 51\na387a0797620e120 64 86 115 126\nb713e75c318aacf1 85 91 130 138\nbb0d9ff59505b17e 24 25 56 62\n7367bf46cefab634 126 151 152 155\n2a2d971fd44ae258 1 30 39 47\n040a7af97273204f 64 82 107 109\n4b5619958277861f 4 15 23 69\n4422b38e60e3bc2f 142 157 158 171\n9d377a5dcd18edad 32 46 99 117\nb27799762a8b833a 85 95 189 194\ncb8fa1e610da2576 45 48 64 82\nf8f9ae6839b997d4 108 118 155 161\n5f0d3f4cad9f6bc7 7 13 18 53\ncd5ca613c01ff1dc 6 17 47 56\n872553dc67cfa7a7 47 73 123 131\n6ca4076fadf3200e 66 67 92 129\nc0f59974cf8e4cfe 23 30 54 68\n3a642c6d0e43510b 54 73 109 125\nd2220929f6df0678 24 28 36 55\n666e2f9e9ea0fadc 53 78 129 151\n4a1b9fb940541809 32 51 53 89\n77917a56e2650f83 207 233 235 250\n424397db4b1cf634 68 71 132 184\n981614c8b84003a8 4 8 13 19\nf6c455e1736b238b 20 40 42 55\n32d28b7513f873be 114 138 149 152\n74af9d545c63645c 1 1 5 12\nbe8afab0505d8ca7 14 39 58 62\n6c1078edc3a861c4 0 25 27 37\n0f5bb0704084e290 3 17 25 47\nce827f0c64f90c22 159 160 166 193\nc887543e0e2d2a89 0 16 38 44\n604e834da1b066c3 84 95 114 139\n2cd1705407546b72 42 60 76 80\nef8d91016d54a951 24 34 55 62\nd71d8269b397199e 80 83 127 137\n2f3ec1f2335489d2 90 93 149 161\nffb3b1bb765b96eb 101 104 152 180\n9d6fea5470e31f53 38 64 79 140\n3581e2337e3b9104 0 17 29 47\na92177d7b96db613 89 105 123 139\ne95a6a3c350879ae 13 28 30 33\n505398c0e31ec5f5 154 154 179 198\n404043fe2f398440 15 35 57 71\nfc6f664a700121e9 72 134 158 163\n6c78fd2a1f251252 9 24 64 65\n9300e59f9b434ef8 10 18 32 38\n9d189d02a0c0b999 18 55 67 76\n3fc266558ec5c07b 25 65 74 77\n01570ac1c73e9ca2 45 60 62 70\n46a4d49d61a86d37 10 21 44 48\n8a3dcdc501eb6cbf 22 30 43 46\neb5b73ca4a18bbf9 134 141 174 184\n0c6b149da098b121 53 83 102 131\n7c411c479afba17e 33 50 78 118\nb71c6604f52dfd89 3 51 52 61\n12b7562944c06836 77 89 114 144\ndba7a2fbce619ae6 144 157 170 180\nbc04acfa6bf91216 9 14 37 47\n8215004c55b59e05 98 110 123 139\nab3f69c52338a68f 8 13 36 39\na0db9c916426d689 35 63 75 79\n81e21e7de4e7f651 25 41 44 45\n657a8a3c295c285b 38 53 69 73\n819c07566240fff6 9 15 31 57\nfb869d5257bd2088 0 7 32 54\n3456032dc178208b 6 10 30 42\n839b9551138a8d78 7 38 56 84\n74598c6dc1d84d8e 42 47 65 116\nf8d8be6aa90ef3cc 21 44 53 65\n3ce8f87fcfc988a8 26 27 58 66\n876b3edad22f730f 47 65 85 100\n0fbe6d76015f75d4 3 24 50 56\nb9ace716dc382454 109 120 171 192\n280443260e3dced9 5 56 75 92\ndd9ab2885314a176 20 30 39 75\necc06f0818f48464 24 24 100 110\n84f0c7ede104ec5d 38 40 57 65\n2ceec371086f5d82 0 1 11 36\n7a50a76ccf43f0f1 11 16 27 55\n23dcee801bca67bf 55 68 82 98\n7087ce00023cad0b 25 26 47 50\n832d9bfc6fb0ee3e 13 22 32 57\nc191082043684c2d 9 14 16 33\ne464f2b5402ac9f6 51 73 109 121\n6b72878ccfec814c 39 64 74 78\n1beb8e6662d36ee6 20 31 59 65\nabf2836f83d04375 9 24 35 64\n293e02c7c1fa31a8 206 222 230 244\n9e5742721b362151 8 47 52 56\n6675323ba63ddcfb 48 52 72 99\nd4c4491c9efa81cc 19 33 43 82\nd39b221484337ef2 108 112 116 135\na311f0380386541b 34 36 51 80\ndabfdf8edd1dc032 0 12 50 53\n0d6a534d75f20921 84 101 131 136\nb572e1b507849a83 27 39 51 64\n6062bd76d28b5b2a 153 185 212 250\nfe97f5516fea659b 5 25 77 100\na5f9e28c5865aa05 25 36 67 108\nb5d14fc6ce434970 5 44 112 114\n464d63c227f26d09 17 24 31 42\n7b2e239ef9ad3204 18 27 52 54\naab0b6cc7874b67e 24 41 44 54\ndd4184861015056c 69 90 92 139\nf18290450be43683 2 22 52 78\n4773f5327489d57a 83 132 138 153\n053e78d3134437a5 4 15 36 45\n61e94648de4f2fdd 47 90 98 105\nec3b36ce3794c18a 56 77 86 103\n3d4645318868a4f3 24 38 51 67\n10f9d6f46e438d36 119 123 141 147\nc57f9e04ed7b2789 0 9 17 28\n595835d9376d7aab 48 57 62 76\ne42025ee14ea866d 12 36 61 76\n64a0d6a31e6484ee 75 83 94 114\nf8075dd9592cbe12 34 40 58 74\nf3c0e97521ac48f5 32 41 72 74\n6a7c2c0b50e6de5f 6 27 31 54\nf46ad800862ef072 9 59 70 73\nc5b78894aaca6db6 69 80 112 133\n600adea2c262f21a 7 22 23 32\n29791bf60e718c6b 116 143 155 156\nb20384a3167bd3d4 13 49 63 71\n8b5b10275b8a2d7e 153 155 166 197\nfe3e07cf43d37f75 24 32 37 51\ncf98c6afd9c35e1e 1 5 30 47\n5723116fddffaa41 0 30 35 46\n35eeb3ce1b3dd01d 18 55 103 119\n455964aa4ead1e2f 13 15 18 79\n7e922181dfb009e8 34 56 78 80\na0bc9b509471e1dc 102 123 151 154\n37ff932a6a608c24 37 68 76 93\ne5509acc0167507f 30 60 79 127\n0498c9066256055c 17 72 88 137\n4bc47dc7f8781812 139 221 248 249\nf087cde338a19ca0 1 18 21 93\n8371a8888df622aa 0 33 43 63\n9d022c4ec370112a 50 88 93 103\n8b003835e2d0553c 1 3 17 25\n34bc36fe61a4020b 3 5 25 55\nbf9744dcaa2dd16a 77 88 91 108\ne7a91fda857970df 36 43 48 77\n18297e1f8e25d3ee 0 5 30 55\nb3a450fbb3e1e27e 32 38 77 78\n28ed97894371982f 23 46 50 68\n382a5736d9134153 98 102 135 202\n9ab0225fe7dfb56f 1 10 35 44\n3b7443b24830d388 0 16 17 58\n05e2f342142bc50d 6 14 24 26\nb370e3f9840ae00c 207 208 222 231\n73dbed7d7c84edec 9 12 17 18\ncc448cfcd8bab948 145 165 169 188\n08b8b63abbec8780 14 28 33 52\n8f8c517cfcccb122 2 12 31 54\nf3e1914ef27a8fa7 0 10 14 41\n22666111b2180af9 18 41 67 74\nf272b4e7a791914d 20 29 46 50\nb9a70f12fe6cd7b1 141 152 186 191\n6bba27ca808df3b2 4 18 42 44\n7d5bbbfe59fb6d85 21 27 41 49\n171b3a4c2f95f981 31 44 65 70\n0ecdc87c3391ce98 1 10 17 27\nfb606e0ed3d19e90 25 42 45 63\nd932fa3862974507 75 80 124 148\n88eeafd51bd099bb 12 16 61 72\nb1df812f9a41f543 191 212 242 245\n4e96d43605f27475 10 60 64 65\n5effc5aba4ed1611 3 15 56 60\nd361d42b0616f659 57 73 82 94\nb79d5e7256f01f82 14 19 32 57\n8124e22a832f1c22 17 40 43 52\nbc6cb70a1ed40447 0 7 14 30\n17a39d87a22ac1ec 173 195 201 209\n2f8e1946600c65d4 30 52 61 70\n46f840365cee9c44 31 43 54 66\nb4a257007abedf15 18 32 53 76\n172bd46c6ddda95d 59 67 94 100\n2706598994819cfc 18 22 31 40\nf408fd1ecf9639dd 24 38 64 65\n713cc1bbc24c1936 32 39 48 54\n81c3625e4e3c76ee 5 14 40 46\nb6b1e8f231f08883 1 5 13 31\n77eb094cde13265c 32 58 62 95\nfb7719fc97e9f6e8 1 6 22 46\nb9719e4f722c3f4c 4 21 29 36\n7dd6307ed8c08aea 18 39 52 77\n89371ab4cdf5e682 19 21 40 52\n15729869d1862b7f 17 36 46 82\n0f25241e37e16f56 7 17 34 48\n60ad1505b6880c3d 84 90 103 149\n2671c647c9c2fed5 86 93 114 120\n28c9d20b865f5d56 25 32 43 66\n3db49ddb3f470436 20 34 53 89\n8dc30def67b64694 10 26 37 40\n5a55518f5e8c384d 26 30 62 92\na10530047fddf154 14 22 33 34\nb13191b0346bee85 2 21 27 30\n56376f6104f874f9 12 23 56 81\n23d7f14af4b7ba08 13 15 21 51\n342f8d0f09f0ae5d 218 218 236 241\n8cde229256e5251d 0 37 65 86\n4227369e7d0e735a 7 37 44 54\n20171db88f887218 8 28 43 78\n0326e5c562bdf1b5 53 58 78 109\n58846d3b272e7c12 20 26 30 51\na552d52c34c2c920 15 23 53 54\na1ff86f50bd1fe17 12 16 39 63\n285aef90afaaf565 138 149 170 174\n5c30afe4faa45992 38 91 95 96\n7842e7dce39cae03 89 90 115 144\ndba709d22835a551 96 112 129 142\n77dc4b468015014b 20 35 47 58\n7552e1952a7d7f0a 15 15 20 41\n375a7fbf80d09c92 46 53 87 118\n09e4d5e8eef7b9c1 28 32 34 110\n59d17b8a7e51a426 42 69 72 112\n0145c694b53b120d 89 90 91 132\n5989fa7826ac0bd6 23 40 51 55\ncc55da724f9364ad 35 82 91 115\n44138776bdbfe28c 10 12 42 53\n33f7565ccb685cb7 60 66 97 136\n2016584a2b9b3089 0 19 20 24\nc3ce59bd532d23f2 0 13 17 34\n025192166c704a39 89 96 102 166\n342ea495bd00435d 20 66 68 73\n1cbab4f69b2d48ce 0 1 10 12\n95e6b11f5cb68b1b 27 28 82 84\n3e00b129b656fbce 57 67 68 100\nf4b442376f581f8d 27 49 61 72\n923db8607fe7c9b4 0 20 44 48\n3d5125567924e37b 68 94 96 116\ncc39482eeab4a285 34 36 59 84\n776347bfe788a54f 60 65 103 137\ne38008dedfe9b945 114 143 147 154\na63354f2cdf551bf 47 86 89 92\n9d8ca3b8ce050769 30 42 79 80\nab28d4d77f091d45 121 135 170 178\na37ea3aea712c637 42 106 108 128\n0cf444aef3ba16bd 14 33 55 56\n0872031bf89a808a 6 59 65 71\nc0a5d1ad8514f2dc 49 99 105 116\n5c894e0be7da3aa0 36 48 72 80\nd942e48c948b3546 69 78 91 103\naae255306b6aacf9 67 75 85 141\ne423e3493da1928e 146 194 252 260\n293c7c1ccaa6861a 8 38 40 50\nafb299939df7fc75 35 53 72 74\n0c609c435b1f7114 6 13 67 95\nab50d8b03d6e9dd5 12 27 28 48\n6945e06868818a6b 60 75 87 110\n7526c18f191bcc1a 2 11 17 48\nb8fda11b15ac85ff 24 44 48 66\nb66cb5cbe8bf9988 10 10 51 59\n8b7588fc7f864856 17 46 52 97\neefe8215fcf03eb6 25 31 43 64\nd903b8c3184432c4 35 36 73 120\n52252f53475f3475 18 42 48 64\n154072be49bb3c1d 21 40 55 63\nb1fc2f8151d37b27 1 5 21 39\n7889a8be8423c9bd 37 84 115 129\nc02b7c691ed4a845 58 78 87 107\ndba2f518927964a9 7 32 39 57\nf1623ec1d552408c 36 54 56 87\nc7744df876ab273b 21 36 44 45\n941c331f91485d6a 18 27 31 60\n1fb9b8bc4699fbca 1 29 40 41\n56710f709149dd7a 21 32 37 62\nbeac0761856dc654 42 51 77 98\nf48eb747754f33c1 108 108 145 154\n103777494841b376 13 48 64 72\nc98425c3d93c2522 6 11 35 37\n95f028a9eddbd666 26 29 54 62\n868a0505d840d013 2 3 30 45\n6e2921154309ebf3 100 165 168 170\nc038bae2cfb10905 14 23 62 72\nb8191dcd04692f41 130 145 193 211\ncb81145b943807eb 0 18 41 43\ne569b4b1f77c73a9 38 46 55 77\nd9a6b99b28fc45a3 62 68 92 106\nc2921a4f06e84d67 18 27 38 76\n623e3b69d53672d1 1 21 25 41\n2a1fed061b29b25b 13 21 29 60\na011148adfba8ab2 23 27 67 76\n99556a626666c2e5 53 53 75 81\nd9899418fcd4d5a9 0 16 40 44\ne4ba8734d564d119 127 141 153 200\nc717b4a2780e054e 1 11 16 41\n1c29b1d8fd1dab3f 31 31 52 73\n9cd47d34edf48dbd 35 37 67 105\ne60c11943e7dcec8 15 40 53 75\n082087c82daa295d 76 102 109 111\na45b443d3a39a411 108 139 148 178\n4aa594c0ad661f28 25 33 36 73\n7ae66b8767fdcd9c 105 150 174 233\n1778e784d47e035e 22 26 39 46\n4fe53e010f46a558 61 124 155 166\n353ed71c624936df 17 29 55 57\nfd81f0be5a2ffc59 2 22 24 31\n6ed45f36128e4643 0 3 16 43\nce4af8a477671dbb 3 9 26 41\n88ffaec5c0890922 40 48 71 87\n627be3fb033b8cc0 150 155 175 198\nc0bab403d49ec3c9 2 2 22 24\n0aa284f8166e19e4 30 47 55 57\n507dbfe835626dcc 14 52 68 72\n9b765910ee6573ec 48 56 64 106\ne5dee8d225163c41 63 87 100 123\n6b1743887e6b52f0 26 58 88 136\nec903a9a03f9816b 4 24 53 77\n459a954b63f98d8a 3 26 38 64\n2007d4829b187feb 25 53 55 62\n57ec3b103fa7ac0d 78 95 105 109\n7f33edd7f1023f13 2 6 12 28\ne62d943b5287ced1 0 31 42 43\n8a4ab48c2a0447b2 1 5 20 37\n2d99ba7951695f79 45 49 57 89\n14e540cf0ff7ff91 7 9 11 14\ncef01f7f4f44f2ec 1 6 27 43\n764286e6f762e2f1 29 32 45 65\n8c6914d6809ac43d 9 25 38 46\n1402fce28722610b 28 33 44 110\n65f7555f41eb10b9 48 97 100 108\n7bca6717a9ce1848 169 200 204 225\ne726d0e6ff25720b 11 27 45 47\n865a058505ae796a 14 33 53 57\n3547ab41880f8d24 30 43 44 55\nc3c33ceed1308b42 37 82 99 112\n4befac16ffdf8489 10 12 22 71\nb21e0a2b46d32e8f 6 7 13 53\n8a71794d139157c8 36 38 82 93\nfcde616cb28da426 34 72 75 85\n7c4eb9cd91717822 0 0 22 26\n967060f45b2e8e79 74 80 85 121\ne9d05d93e23b910b 44 64 75 81\n4d81956873dab17b 1 1 36 77\nfb08b3c2668c99c3 91 104 111 114\nbab3ccbc42fb073c 33 34 54 72\naeb269fbd11435de 11 32 55 56\nf6256427ec74ae4e 33 44 48 52\n5c9274b41b9510f7 93 94 129 152\ne2526afd3f5b8088 17 33 45 62\nd874f7ab26833c9b 4 40 41 42\n8681b710c789469e 1 40 45 51\n4f4684c2555e4986 43 63 87 102\ncb3b7b9e32b5184d 24 45 106 121\n02b2358ff02d3ce8 35 45 82 105\n56b15b1236a1dadf 16 19 27 53\nafbe706d58ccbf91 43 74 97 104\n886a7506e898ae0f 175 202 234 241\n989b93443ea01217 3 7 70 76\ne07392b123f6fd77 16 36 39 41\nc24b14dbd06b6f12 104 123 139 157\n49c9324758b5e867 19 34 58 68\ne6f8497a860c873c 159 159 168 181\neda24655c603151c 38 40 82 122\n955d8d05e49068a5 14 16 26 37\n869f2e60673124a2 0 6 17 48\n4f385d4aa89826e6 17 22 29 57\n150b45a39c57623d 4 23 24 43\na4583d74316cd326 10 12 34 53\nf259c6a8bcfd47e3 36 37 60 89\n1fcc400e42725a95 46 74 78 105\n0302fcf06bfba582 26 42 57 83\n9f50c2c9ddd11c6b 12 13 19 42\ncb77faa583c93050 35 39 51 79\n9e38f6416358bd53 10 29 45 63\nd6a5165a5571ac52 33 36 49 73\n70b9150d03080611 3 28 51 61\nbb2f6009491cea51 13 34 37 46\n8664841e5af50672 62 133 152 155\n188e6f96fa74ebe7 4 33 42 51\nc944ee6a7745ca58 5 32 39 49\nb93508abf3c28e87 46 47 92 113\nc7c9ccaa71afc250 0 18 31 36\n83177c0ce1d7daf9 16 41 74 121\n154813fc1d6820dc 40 40 80 91\n59350c4847ade4c7 33 39 42 70\nb783868c5c79a3a7 8 49 79 81\n58c83d9168e3dfaf 24 27 35 74\n5d9aad375787cad0 75 113 114 129\n038137c9569c60eb 2 6 30 46\n3f8d1edf59e70df3 14 21 40 50\n0223924f43297881 13 36 52 62\n29e89708fa1338da 3 21 24 27\n0c916bcc9351521e 0 11 36 66\nc99afff025000694 6 9 35 39\n568da5cf0bc3f974 7 23 50 58\ne34d3ff56658b31d 12 21 76 90\ne69bb4cc457067b1 3 23 27 30\n01497290d8b93a9b 46 58 62 85\n724cb4e97fed8ba2 62 79 105 108\nb1da4b3eecf01f9f 30 31 32 45\n6a3d71f522c16c94 39 59 64 72\na05e27856af43d9b 48 48 49 68\n6ad6908250a003ed 1 9 50 51\nbe4ecfc1baabdf63 53 71 73 90\n1e2a2be2df033527 217 244 246 266\ne152961d6260d8e4 70 81 101 111\n651e26c7f3ceb8aa 68 72 83 88\na99767367335f40f 14 15 29 37\nf5cf6908b3be4c87 87 128 149 159\nbc9cf914440f8fd9 32 47 52 89\n9aa567aa11e9e83b 0 6 20 29\nca4e2c82bb426e95 109 121 129 145\ne17868760749d3c2 48 56 83 88\n126067199873816a 162 177 191 224\n88df9313dbe54779 21 29 42 59\n62cd5ce1dd37f00f 161 189 199 252\n878a35091763d3ce 48 56 107 115\n529b925fd0afe9dd 1 8 26 39\n5c7f377c59f81d8b 42 51 55 92\nc5c41b6c6f72a2d3 0 21 24 33\n4c169a41e66b6599 8 22 39 52\n4a1d79baac733df7 51 70 75 113\n182054e13eaf58fc 58 72 109 126\n227d63ed9a678fb1 2 10 25 27\nc003f0c35e24b2c4 0 0 67 76\nb9195633e5e51479 25 43 64 79\n9e189c10674e51ff 77 79 86 97\n0b429a4733089487 81 94 119 144\nf882aaab13d8d7a6 28 46 73 99\n059058768c222bd6 7 11 76 98\n1ce68f950e7cdf8c 56 92 97 107\nf5df2f89fd077b6f 64 68 73 82\n9cdbec32ce30407a 0 9 14 15\n4faadcae3446d4e6 18 20 24 43\n8980571a190d8ec5 35 40 46 72\nfd17f140dccf0636 6 33 52 61\nb67c36837d48085a 175 183 216 239\ncafb58e56c4f06b5 36 37 38 59\nf289b5f7136bba85 98 125 145 158\nbf25a631f71b679c 11 19 43 58\n4d2fea223ba77a08 4 33 34 47\nd496829efc673718 2 11 30 31\nef5edf3c17a23dcc 149 176 178 194\nebbcd768d46cd97e 2 13 31 60\n3021337b3fbdb2f3 40 84 94 109\n96697e788dda9aa7 91 114 118 166\ne24040fcfacfb060 6 12 27 47\n1efbd8f8949b15e8 10 44 52 62\n2e6876c6c1e40652 88 88 93 104\nc13a9ae6b4db0cac 39 86 91 97\nc4a3fdc24d1ae332 102 203 222 226\nb90f2c02287490e7 22 58 66 73\n7a748f56536918c2 1 21 25 48\nd204e31134a32a63 10 22 44 46\ncbb0310eb8a9de12 11 42 75 142\n56fa6a970bbf8dfc 19 38 47 49\n286393e1e797cdad 16 29 33 46\n67203c7bd53e260b 18 38 62 86\n62938f4659a1ff2d 49 49 98 108\n3d2f4958db5aefbf 25 28 60 68\nb5651e815d10dbfa 15 23 41 52\n818917ce986e4d39 52 67 78 109\n418ad7b9e78208cb 47 80 82 117\n8db71ad1c51dbfd6 4 12 13 38\nd8efd7b23feffed8 30 69 70 77\n22d6e3fefb1ee7fe 41 63 78 105\ne7535a926f35bc81 5 8 33 48\ndb20667ce37a6393 48 65 68 122\n2c6e76b362eed8e4 130 142 184 198\n67b05a50d2b941c9 2 67 85 108\n16a2c55f96e6aa18 22 25 38 48\na91ae94217a87f51 2 17 27 42\n4dc410cbe3dd4d2a 9 11 21 33\n1e0f97ec8f5aa374 80 91 97 125\nc32a9cc7859744ca 33 52 59 78\nfc99e61da3cfb1b1 20 28 49 62\n701d9e4435975003 25 26 32 46\nc6366971043851e3 8 33 44 57\n31afa3dcf3b737fa 11 28 29 30\n6691c9c70cd16931 196 211 217 239\n008cd8c450342e49 8 45 48 51\n9d82b9fbc4c08f92 11 19 40 41\ncc56ef68f19fc3cc 13 16 54 61\n1a556324d2e9d9ab 29 32 51 66\nc1ca712432a9e0a2 12 20 31 43\n890ace92226368a8 8 19 31 75\ne8345a0f8fbd9dd9 3 16 27 38\nb5977855e1fdd531 75 111 134 146\ne936467bcb92edf1 0 6 20 44\nfea3a0ff96583244 60 65 66 67\nfb52f951d8a8ad11 27 32 47 73\nbc810a96c1bf1f4c 16 16 30 49\n96cb607b7454b51f 2 12 25 47\n2b5b5b4f4fc526ba 19 37 45 53\ne943edf17a81c70c 31 51 56 69\n3d7a1ebc77f683b4 0 5 29 40\nbddc84810d71a26f 216 246 259 265\n3764fcd58017528f 2 20 32 42\n44c16554a21aa6af 52 89 137 145\n0c209edeb7637dff 30 39 57 88\n882eb7bd6e78c1de 13 38 51 81\n1eb03f0e3088edf0 58 69 76 107\nbf9f7853214fdb3a 1 30 39 49\n614fe17adad24900 71 71 103 105\n9ff8d373fdccb796 10 11 25 33\n7c1d611595e6c833 16 30 34 66\n9818edd775aa6aa3 21 22 43 60\n5bcd735c6e7c3e49 9 10 17 36\n0e728af85650dcb3 22 28 41 59\n2bff9ec89ca982c9 90 92 102 122\n6b0790dde2a31848 20 26 36 45\n7af972ed1c9e4728 92 109 111 118\n225c5f2cdcd2753c 45 64 76 88\ne80b3780fd64c9dc 112 134 156 163\n5127cbfde797ef01 50 54 69 88\n0bb7da710cbf4bb9 48 111 137 141\n5928490569bf6065 1 10 30 41\n390ddb7ee9b716ca 32 41 50 70\ne5ce752d134c2b46 56 70 96 144\ne374bd9f7b295de5 106 143 149 184\n4c2d32a7f2b62657 53 80 105 118\n28190e57702bcfbc 0 8 22 30\nf1226d5483f1c1cd 2 19 32 36\n0463d74358aca878 45 59 83 89\nb1c52eac61190f01 30 46 53 55\nc49ff29ed26430d1 20 28 67 105\n67b160b06d7681d6 79 79 91 162\n372f324a1f4d6898 93 111 114 137\nc2b5cfe98792e794 4 8 62 73\nb4fc14f25ce51a5e 73 97 114 115\n08138c1a3ba1ce8d 63 64 118 142\n7a8350db1f516bb4 15 35 45 67\n406bdec5b68b1a71 111 124 137 151\n04cb1526cf3c43cc 121 123 165 168\n9a6845491149c6c2 4 34 40 72\n7a2291bc1b9a6e7d 3 6 18 36\nd023e559e600c8c3 79 89 140 153\nc551b85ce38402a8 191 215 230 240\nad3205983527755b 36 58 72 90\n2643e671bd31b72f 8 15 38 68\ne877d584b209cc14 38 101 115 120\n6056f8d55c7dc5eb 65 67 90 95\n98d0d604aa0bd2c5 32 71 86 106\n58c077a368758659 44 46 85 93\n4dfb176e5168a4af 71 81 91 109\n10002e18d04c3d93 7 12 27 38\n131773f46d989860 75 86 99 120\ncbdd3b8e9010c070 84 86 133 142\ne352473d786044d3 30 35 69 72\n18e659699338f835 19 19 39 43\n12cb4aa3f5b59ad6 49 61 90 108\n58ea51797041da4b 53 101 117 157\n2d524e9324228d6e 75 117 143 161\nfdb60d991671bd45 188 199 207 246\n8849226fc5b1470c 29 55 58 74\nd064c864bda4430e 61 64 77 114\n277389b279234c08 52 91 93 115\nca19b5ba41e05630 80 141 161 185\n30bd5b88e47f6d0e 122 165 169 176\n329abf340d23b0b9 20 20 31 61\n6b0b3659521de718 15 17 34 38\nb15b101b9a343391 3 41 78 97\ne27ba82363512785 1 16 74 109\n16a75920e79c3710 4 4 31 46\ncf845955d579f84c 41 43 117 140\n0ef68550315f57c7 147 162 179 182\n36c5e00f55c4f217 13 26 37 108\n58c701594649d4e3 8 9 32 36\n311d8515bd115aba 9 19 49 54\n8e685e79ac5149e4 107 132 147 148\ned952d18d27ec9c8 58 74 89 100\nc2a33406693f6f47 40 41 70 88\nc95810ea9fb3966d 25 42 47 48\n271bf9149d140dc4 100 129 131 178\nf998e4a527576a1a 1 38 49 92\n16b48792e910cf49 32 77 88 93\ne5129eab1a727ae4 2 4 39 43\n2ca8e34592e0c415 1 7 33 61\n6b5dfd943f483c8e 144 155 178 188\ndd6f5db17e7d568a 6 20 26 73\na6c6cbe8f6e0787f 19 19 60 71\n84a7bc993f35b6b4 26 26 27 64\n63068b731b51b664 20 61 88 128\n1b2937e192040745 27 42 65 73\ncbe56d4478ac20df 1 5 42 70\n454fc1e32db7cc41 5 24 46 59\n7115632790ca97d7 3 12 20 29\n86157d113ca15798 78 115 117 126\nd4bc08cad572effe 41 65 81 90\n0e2653d00e3fc05a 99 111 148 149\n02c0c9192fb9a6a1 147 167 177 195\n3e577a3be646152b 0 44 45 76\nd3b39832fe75e063 49 68 82 127\n9c92e3727bc0ab05 5 16 33 47\ndb44fb48949d572f 72 91 108 125\nf3a2f438945382c6 41 46 76 80\n747e7c166dce038a 47 48 64 120\n52b89a24cc171c5f 91 99 104 132\n3f5454f2f53e2103 121 125 159 206\n8a2a69477f35cdf9 8 9 29 50\nab14d572e5284462 66 73 99 131\n3349f3089ea84d6b 8 10 37 49\n54130e35cbe494ff 8 50 69 71\n750ddf09bd6d1eab 3 24 38 56\nd7a9486c2d6ea7ca 124 156 168 174\n77270b05e5cd1b4e 6 31 75 79\n9b1f4a05a9be678d 22 33 42 44\na9f5fa43e4bd154b 25 64 71 75\n2c3a96fb820e1ab7 112 131 152 156\n9d4d95c939426580 32 42 52 62\ncba2a0762bc3876a 18 34 48 68\nd3a0ee23ef17b560 13 29 55 58\n97e4be988e741ebf 20 43 63 66\ncaab090998cd55d8 4 14 27 38\n46eccb4820f5a4eb 19 37 49 55\n7336669f60753832 50 66 72 99\ne82129af4abedb25 63 71 74 108\nfdd8c2ad35591b60 16 16 80 100\n7f4b049599c8e19c 208 221 235 259\nc8d53d98a86bb2d1 22 27 38 51\n4dd21bf1c1565fe1 91 112 131 170\n73de8e1e19c1857a 109 116 126 133\n5db2aeef574c0e2d 70 78 97 122\nfd7890ec5b0a924c 54 68 69 73\n5401a275544dc532 2 3 16 51\n7feedcffcc9e8353 115 117 132 168\n5225deac6735ae5f 50 53 57 107\nfbb8d7a56a6d5741 8 46 47 48\n1b74274269c75c8d 19 20 50 63\n78933b8bfea9705a 6 59 71 98\nc51d979d3e1e68c2 27 37 61 71\neb4965c3eb4e7810 21 52 66 70\n57552c8b1a857951 1 9 25 40\n3eb185c04280412d 5 7 43 50\nbc420a09a8db3a2a 12 38 50 63\n54be94f158023eea 25 27 31 52\n5d258b338868a2a7 199 200 207 247\n24d1c4f7497f8e77 33 33 57 65\n6d31cf796085f72c 43 67 84 118\n650e48609e3312a5 97 111 122 159\ndf242c69a2941d5e 9 24 29 49\nc77159c5f514837b 97 101 102 163\ncd3062c26ed06209 10 15 21 48\n79a42215f04376d2 60 91 97 99\nab858b295e4221fd 166 198 199 206\n3c9c37132583a3d2 30 40 52 74\n81e3ed92fa9c9968 198 202 226 232\n5e71d4c8c97980b2 5 10 50 52\neceadaab9f040b64 45 56 80 81\n2a1769dddc1dbf8d 43 61 74 80\n3f33ed2971149ea0 31 88 97 101\nfc99545cb74e07bf 0 30 44 45\n0c9b371cc6225682 25 36 37 55\n94dfcf8109e9f392 21 41 42 44\nf120f74e540d724c 9 14 50 54\n6602548cc544aee2 48 69 75 120\n8bd3923459d18567 47 66 84 94\n4c144eb40a09a0dd 6 11 37 44\n9c4e84ed5d25728a 2 2 12 46\n3e68931874661724 0 8 11 27\n8bcf9013b6617811 2 8 14 23\n5cf16d250189b7fe 36 83 88 102\nb713d6fd183a434e 4 16 23 39\na2f517ba7adea803 118 126 149 150\n511ad5dc10db6932 32 46 65 78\n3c44d53659dbe4fe 29 32 56 62\n72abd10e2fa3a178 9 15 32 34\n628715cbcfaf9f4a 193 200 224 254\n37a960afb176c485 39 47 51 59\nfb029e022b479ef4 0 19 43 50\nedaf13c2d419ff89 6 15 31 46\nda7431d197823275 13 26 45 49\nc96c494c7a1d4ee5 14 17 26 55\n49a9e34610882acc 2 22 27 31\n915b32960b74b4cd 32 35 51 55\n03de2844d3c8314e 39 47 64 76\n99066a048c135f46 31 39 42 53\n3984d005557cbd6f 34 60 65 72\n778f2c1ef2ca8179 148 151 159 179\n48d4444b94c2a2c0 18 38 43 91\n7f9841416da069f5 31 49 59 109\n6a5be23c6d7ca0f4 16 26 29 38\nebbc18ff20ad7284 48 55 72 80\nb01d30861f56b1f9 2 31 32 46\n224e9686747afbb5 1 28 33 43\nb5c822379067a4f1 31 45 54 85\n444d7d8445cd444e 113 126 141 157\nc211e68f8e67eccf 49 103 113 125\n166bb958d7f4798a 58 83 118 140\n9e0581b07ec22ffd 31 32 65 76\nd91691d9b43cd983 62 71 87 110\n7ea24d7b4e174a36 156 180 190 234\n3bb1007fcf0e03ff 0 23 52 60\nda9b2d6ec4564873 1 9 39 44\n90e759f41c5bf7ec 14 30 67 76\n3587833ec93fbddd 21 49 72 94\n58c8dccdf444891e 125 132 142 147\ned252c9b9a853852 19 20 27 34\n4e22353c1532a291 37 44 63 79\na6c52c1584b4c549 34 35 42 89\nc0e4d7173cde8e04 26 37 39 41\n3105d330651c2726 14 19 25 49\na978e4b3eaf80a1a 56 57 90 156\n1f4279d98e283206 6 10 18 27\n41f3291d82fc4d93 116 133 161 200\necc5883cac90b166 23 56 62 70\nd9222927313d5da2 21 32 48 72\n7715ef327df71fed 0 5 33 40\nc8a4056d36955415 125 158 174 180\n78f2bb6034c2e1c9 48 74 77 93\n5ee1c192797bb121 49 50 63 65\nc1b10b1ac1888375 15 23 45 60\ne4fe8ca7f250e488 28 28 58 71\nf1c86db5eed91140 3 11 13 47\n3c83e9817c9e022d 0 22 25 31\ne470e7a334f69334 47 87 143 152\nfe561e047a42c9f3 18 30 62 68\nddff0878c58e95d4 37 47 68 76\n66190abc87436220 5 24 47 48\n007876f71baf453f 10 15 40 42\nbc3e794a104aa602 84 148 149 161\n18ce480be0ececbd 42 81 88 131\n45122648522d4180 38 40 51 60\n539e5c40055bfe41 5 20 38 58\nb13d3b5a6cfdac2d 49 64 83 90\n80477008ffc1adb6 1 4 22 53\n8ab1900fbe301245 19 24 28 49\n54cfc08d373fe129 60 63 67 134\n24fe21f0a899701f 3 33 43 66\n4da7a2864295c0ca 1 29 45 61\n32991f419c96ea0e 70 100 129 145\nf66a7afd0c714cea 109 110 135 172\n1fe9f9bc178a1778 12 21 43 47\n7ef9a02b25ea0618 14 16 25 35\n397bbed49e1ee8dc 64 69 91 97\n589a88598d9a2404 4 17 34 36\n4b86587ecd3325f4 223 246 254 255\nd949372fefb12e02 41 47 59 71\n2a30c5309018e00f 8 35 50 51\na967dc30d6ca777a 48 91 94 98\nc36bf9d0ce6a4745 65 87 142 145\nc2d61f6f420b56a0 41 60 66 71\n84759cb1a8176b80 25 38 45 64\n96878c7052a51068 6 27 33 57\ndb303056779cc95e 43 47 52 82\n8d6d08d1824c6dc5 14 24 55 59\n52217a4c2bbd7f17 13 22 41 77\n07b667b34838336d 15 34 45 53\ne09dbfdd3122a123 67 80 106 110\n36e69606a7599644 24 36 48 77\nd48b66d36ec83707 28 36 48 83\n612882b6b294488e 37 55 56 72\ndc8cc9e1ace014ff 16 19 44 56\n57132c374cc1ce2d 87 107 128 131\ncb9d108a22b504e0 111 185 196 235\n46889bb1803c5cd7 21 47 82 94\n204fc9ff2c7ff92c 39 53 82 95\n565459b7bb0cbbf9 61 99 134 168\nd91b11f2b4072ee7 10 18 26 53\n6b7ebc98521fbc0d 26 50 51 68\n8d1abcb6f6626908 146 169 197 202\n802982739759b171 1 25 62 106\n6e6a9dd521936441 3 14 27 50\nf8545ff1c0ebc410 12 36 52 111\n36d85599a9cbb6b3 26 39 70 120\n3b67613d97aac1df 22 45 65 137\n061e49ba3a5386c7 205 225 248 271\n91cc6b3e23fa91f4 176 181 209 213\n0ffd1083a70c6968 5 21 28 49\n1ec6fa3de6fa1bf0 187 198 202 215\nade543e5f3a3d851 60 62 68 118\nd203f88844185e0a 148 159 169 205\n229588b93303ca72 0 2 11 36\n3f494c35367522f1 1 1 20 25\n3d394fbabe0e733d 25 49 61 68\n978bb523c17f297e 13 22 48 57\n732c551c857ea8ef 133 138 153 168\n9fde7fce5bd825b5 56 60 65 68\nf2ac7b11e97bfb6a 0 37 39 41\n9a75ec823948cff7 82 83 120 160\n275e846ba5d0e9ad 122 138 157 187\n92be3e6965f8dfed 119 138 185 213\n17dba5fa8138ed92 19 19 37 49\nced56d983f2a23a7 13 13 22 37\ncb83984bb39b1b27 1 37 55 86\n3ec03511da601b34 23 64 65 75\naae460e8d3def83e 27 33 40 112\n4d5040e1774a51b3 106 121 135 141\nb8b00fb90a1b884a 90 107 117 134\na63d574bc955291c 7 36 38 49\ne98834bb89ac4d5c 0 12 19 21\n9008841c0e75a9ad 99 114 125 126\nee19ba8ce1f94724 6 31 36 63\nab16cd8dac9091cd 113 114 135 178\nb77410d82945972b 79 80 83 96\nc06527e6f177884d 17 34 50 58\n4500d9faefff3a41 88 88 124 126\n18a86c01aaaaaa8b 18 35 36 54\nf43b62c5050d6789 11 18 26 53\n81fa5b7b1cdb0dc2 6 32 34 51\n58544916e75902c7 36 99 142 152\nab55215118ee9fe9 32 34 66 83\n4f7ed30b3198dc3e 36 53 83 106\ne27a6760413c7c26 81 113 122 127\n3018aa8ad3eb5dca 25 56 79 84\nf6057c281758b5f6 33 62 63 103\ne76f1912e6e1d50f 13 22 55 61\nc1a28d4a283118d3 27 56 97 120\n0d1aa0f47c9d2f6d 37 42 62 68\nb20b19ab825de9cf 43 43 86 89\nc068e47dec13b048 23 30 39 69\n5f07930831835449 22 29 31 63\n835e9c8d7a50c123 28 41 97 106\n05ce34e3cd48c449 22 25 26 64\n80cbce0fa4420583 0 23 25 44\n171fdcc554d303d8 43 58 65 72\ne5f04350eaca0631 43 78 161 162\na8cc9d1e56928758 88 108 117 129\n4175cb4c71c984ec 2 5 27 42\n17535adda2aa3b90 3 35 37 49\n58a650240fdc5cc6 79 89 107 121\nfd48a65a5e252855 172 181 198 239\n91eac7cf6f555982 22 27 28 52\n453c980210335f26 18 27 73 85\ne1111d14e42434d3 3 33 39 49\n74d62d6e00c7e38b 16 39 66 71\n413062cf685711e7 5 18 22 53\n81bab615370c51a5 186 218 221 222\n7dfc75949f2b9476 0 31 32 42\n0068e97c1c1f61aa 118 155 175 199\n0c24590c68af865f 0 6 14 41\n9978a9d37b39f9c4 10 28 52 64\n41c2ed4944dec77f 18 27 45 77\n9030ea311a07b473 36 43 55 71\n1b09ad5460c05077 2 20 36 44\n1e01b910ceba4573 27 28 30 55\nff4ef99f3346d4fa 24 47 57 67\nb37fcee918b0c1ec 41 43 94 101\n104c9a27980f9bb7 74 75 85 94\n88b85ce384c14da4 51 57 64 90\nd3dfe08fc77cd6d8 149 191 202 207\nf795469d3856697e 122 144 147 169\n5fa74a0d9f1d8244 61 79 141 164\n9414231317ded453 139 159 193 226\nbe47e1693fc86994 2 16 30 38\n37ce88a12d77382b 49 89 98 124\n57867fd143d400c5 51 53 82 103\na9a3cf44b0b34ade 10 12 32 60\nfaaba1f48348f5c6 26 35 47 67\n483c2b4c67e32c19 12 48 50 66\n35975b7e46adbfd5 0 0 36 39\nbb7da10585c3a2de 13 32 51 64\ne0192d10b8b762ee 34 93 119 134\nc9db4deab2f830fe 5 11 19 45\n7040582935845c8e 44 46 49 58\n275f41f9adf32526 1 45 69 91\ne9f26893411838ee 93 109 115 118\n53289d8207d0d518 74 84 121 127\n9b3d6bbe5ee18684 12 32 47 49\n5aa05dea4b73c6b1 59 60 102 113\n31b8eb8bbebed9b8 0 13 17 19\n52e82f8f5bdbce1c 0 9 23 42\nd4f7d672c5f718ac 66 67 84 123\nb1e88ba67f69298d 56 75 92 101\nda765ed07a6cc4db 3 5 68 81\n74bc45c8a1f8300f 102 134 148 151\n41649e3e8f9a4be0 48 58 64 92\n3d986ec2fd6d210d 15 34 70 81\n1ef9f5dfa615fafe 32 50 63 98\n71cc19cf54729a22 198 202 233 256\n07ba5489b56b7d62 0 14 26 30\nf1c659ac9ea21f4f 139 167 170 181\n1c7b9f93752085f4 124 131 158 168\n0ebb04534d7f2ba7 22 50 63 78\nc69e2cde0ecc2e9b 2 3 34 50\n501e33ece7f036a5 16 30 36 76\n6cc046015c88bef4 0 27 38 42\nae38058a530efbc3 119 125 174 180\nf12d445b4525f8a7 131 151 162 166\n4308efab35deb3ec 143 191 209 212\ndb10fafa3193be4d 0 3 15 36\n4ea5b921a6b71ed4 34 56 57 72\n2e04dfa4a1671292 161 164 167 250\n7f5313720774fad9 24 24 27 31\n1cca8650a292e7b0 84 93 112 122\nbac7820ec2cd15a8 69 79 81 83\nd3fa6a145c5baf7f 8 35 49 53\na1f84040ae652c9a 34 65 77 83\n5e290d84c6d3e14d 78 115 129 148\n867e133ab7e43326 17 24 41 64\n833b9a2e7a753ea3 14 48 54 60\n0a6c499522efa0d5 1 1 2 16\n7a2ad72c32c415bd 42 55 80 95\ne7035ac9477fe6ae 89 113 119 151\n9d4b67044c6bbcec 147 202 203 211\n87bbd6654c6890b5 13 26 31 56\n70919fa802cc8193 41 47 57 59\nfb229226554e4b08 49 49 58 76\n32a233e3093f09ef 0 20 22 35\nc8263ab902bfbf3b 43 84 100 101\na819768d9b5939dc 3 6 26 30\n80dae4fe913341ee 85 96 121 137\n50bd4155b3b8ff6a 1 37 48 49\n33f1be3a9ccf4e4b 26 34 37 40\n15ffcb1f98d41218 171 186 196 221\nf4b6ecb7168d0937 0 7 34 42\n37c99410741fbca5 40 51 60 104\nfda4bd73c84669ec 1 44 72 74\n9498708892b23032 26 31 89 99\nd6fd8920527d6c6a 8 23 29 41\n74a98b7f18b2c7d1 50 127 132 153\n16ef89980e2ceef7 3 39 42 61\n0f68374b76390082 10 24 34 65\n7a00ed342b630d31 36 40 101 129\ncb9044cf6e997e6c 11 30 49 58\nffd80f73ab22500b 17 55 72 89\n0aa49c0b75e51ba4 6 15 30 72\n9caa7fd2ba891aae 26 31 56 64\nf211d7e75a32cb08 29 32 47 77\nf2e2395d40c7edfb 175 190 191 219\nf43c67fe4e7e28cf 48 50 61 116\nfe2fadf89a84e92a 30 45 97 106\n232aee1c62a1cd8b 111 151 208 212\na6a651f2af4c4d3e 62 90 96 122\n6160a385de039b64 37 47 57 76\n9bdd34e784c04e3a 2 20 28 34\n3232f7457b27dbbc 16 24 35 60\na193043d52853200 1 26 32 39\n369f3639d9605255 42 83 88 98\nfcb67784bdec61ad 18 20 24 43\n38b7a1d23745fbf3 23 31 49 73\nd2fbe2b3f033ab7d 3 31 35 55\nf01e8b6f8e10fdd9 157 173 191 222\n915bfdecd9d837ba 14 18 43 59\nb0850aa7dd3ce1d9 20 40 50 61\n0196dedebec3dad2 2 19 21 48\n3069cc190d78e55e 3 18 21 39\n51326184637b91ac 15 27 30 39\n7869d609f86fe0da 171 186 215 223\nacb1e5716127c525 7 22 26 51\n8a88ac3a9b00011b 3 5 13 39\n1526707312c94a92 2 26 27 55\nbef69fb74e7c168c 20 40 60 139\n3eef492bf5120757 35 61 68 73\nc5433ac6c268ae6a 22 41 49 62\n1e1742072c0b2d6b 97 115 121 169\nafff4ef72274935e 7 18 40 54\n1abdc998daa86bd3 36 40 48 59\n6f9cb54175e7d9c2 11 36 39 58\ne7e03e7849521767 81 85 106 126\n987f95d434cbf1b0 8 33 37 43\nd39e350d8b42423d 13 49 75 116\nda80d87326bf63b7 22 53 90 99\n77a06048b920f472 145 169 182 203\n7a4a4e7e93d19085 21 84 117 118\nd630eda2a0ded3d4 37 54 62 84\n16b667d681f8cf25 38 55 72 78\n6c42cbc9f95af41f 33 40 45 49\n57b003b4132e5455 3 9 32 50\n7b98c08a1cb42da7 167 200 206 233\n651a48ed9a101887 10 10 62 64\n4e2bc055d4b7cd78 4 37 58 61\n202a627de66ad397 5 41 87 90\n2d3f982ada31489c 64 73 109 117\n4fcab7264432f232 157 186 188 209\n2ac712ac8d2fd488 9 24 67 92\n3172feb32990cf09 44 54 63 76\n81f016e6f7ed33c4 51 82 83 95\n5dbcf4d6aad6d0c5 38 50 55 92\n81b0fd734d794027 43 47 73 80\nd6c0c96bd42219cf 1 52 101 109\n65a9c0856de40a68 9 34 49 50\n14cf1f92ca13d605 4 4 14 37\n240e89ef33ff15b6 36 59 72 81\n7f803d74ebfc923c 1 2 36 39\n92ede81b0853975e 78 91 101 159\nd29aaf20f3457667 99 134 141 149\n8e6f844d3d30a028 10 34 48 50\n833dd1523758658c 13 17 47 59\n57832d06136a3097 5 5 9 47\n7b617c13522b1743 0 7 24 56\n6f59d8b1489f058a 3 7 32 41\nb12a236e24673d15 11 51 58 114\n7c3707e2d3425b9c 83 107 119 145\nc6c613fa71e84ca6 1 25 28 51\n82a317cb88729fe1 9 24 27 41\n8c0df26b7700d71b 10 56 73 81\n569c9ad90a4b215b 29 68 70 80\nfb6656f3b1df8f10 1 2 33 48\n3bae42d603be2266 149 186 201 208\n9fecc7a076b64137 20 47 54 62\n0da6a36b24eaf5db 0 5 25 37\nbf202165b6449f3e 2 3 13 37\n05ac37966de4e7fb 86 108 117 120\n767d7ed1a5c84d72 6 18 31 70\ned7a4d97bab47c6d 124 147 159 180\ne903041637c03d09 4 15 22 27\n8ba67e66fe6cf9d8 104 108 126 183\naa9df415be64168f 2 41 45 47\n8362f9a9b72d44e0 80 132 142 145\n9eb191301d4723f3 128 133 146 180\n7fd9e420270e8ea1 33 39 60 70\n2cf1a544b179b1a7 2 27 35 45\nd408756bb48232eb 148 153 165 181\n1f73124222492f1c 1 6 25 44\n3052da93ceeda447 18 40 102 111\n5b8b4c355672dbb3 3 45 85 87\nf96049f4355544bd 104 158 191 215\n0d22ced53b1db7d3 171 188 193 220\n8e27b7d76b8a6a0a 63 77 115 124\nb696f35a69394f21 50 76 104 157\ncd8a394c76de9608 8 20 21 31\ne164b1175ea1079a 149 160 183 227\n97878bf33e69c062 212 224 257 263\n02c485bd207116d4 66 77 113 119\n0485a8528fa72698 175 178 196 215\n0fd536fc3c8fdf19 29 43 73 92\n7aa4059bdb95c7f2 4 4 35 40\n495f50f0997e986e 4 15 21 46\n42d8b53a15001cd5 21 24 34 68\ncf5797671ad6a428 155 189 196 201\neb82d3f50a450282 13 43 52 57\ne928bced0f8214d1 6 8 15 48\n2fe5274c4baf665f 16 40 57 61\n05a6149f1fcee38d 76 113 146 150\n68cc5bd6adadbefd 20 41 51 63\neb626dd19cb7459c 46 61 70 149\n0fb6678e63316201 185 187 198 199\n79bf72c63958d26a 25 41 64 85\n7f99a35004f27329 2 18 21 25\n0d5a4dcdf8ec9d36 7 7 35 37\n200ad247448c5577 8 19 50 52\n482c3e92080f18c5 1 27 52 74\n1b65111d34f57bb0 23 37 41 75\nd91c20bd6f99aca4 5 24 37 40\n7f2af97be62cf464 1 1 2 23\n86a79c11a7eba435 59 98 120 170\n48f9cd996f80c34d 3 17 37 58\n39074bca3524418b 106 125 137 150\nb6279c4e184cd336 32 32 50 51\n47a76ca10546fe8f 5 25 45 48\n7e2b6bda04b2dadf 61 75 79 105\n98a480571d3a1e34 197 205 215 233\nc313bb0bc2ef48b8 10 39 43 57\n15d8b7e256ffd066 6 6 16 30\na3d90d636ad7d7bc 44 49 71 87\n0286d2ed56e8f107 41 51 57 58\n4e2bb6d3056df6d8 0 10 14 33\n946fa268de698098 52 52 65 111\ncde4cfae802d3cb8 19 27 39 60\n5b83c43c2ba67577 3 25 41 63\nf591e1921f2c850c 91 95 124 132\n03cf40616d79cb6a 1 6 14 53\n89caba112ce61966 6 35 56 66\nc86601fe5e2141c4 20 35 51 55\n1ca4db19711258a0 23 62 64 85\na32bde181898822f 25 48 73 84\n3a9fa6535917a07a 49 65 73 80\nc9fda859869b23e8 1 23 31 50\n41c600ed9f88871b 11 14 36 74\n0871e2540b0a6804 4 25 40 54\nc412289a16716a8a 31 69 78 85\n576382f69bad37cd 55 66 91 108\n847a157c5c998d15 40 49 75 89\n4e5c7e95b2e04f26 12 31 37 74\nad0bff6de150a93b 35 43 48 87\n1424acd0007d40b5 11 46 59 81\ndf4319f4aaccb3fe 0 1 45 57\ne80bb674f7ff6d9f 20 22 39 56\n7fa1d85dba913128 13 24 31 33\na47a8517ca8dd33d 47 59 72 100\n2b43428fa1cf1a7e 65 65 71 91\n49be5de41d619cb1 11 36 51 57\n99127d4b1b789247 62 87 111 131\ne725e1a3dc3daca4 7 36 59 61\n407eefe8017f6070 91 96 105 155\n615a7cd0a6777887 16 25 45 66\nf536430fb223d623 8 61 63 86\neb727ea52bf2e2ce 14 30 34 41\naf0133aadb2af512 159 168 196 221\na815c2f38988bd21 36 55 56 87\n1f7770ac5cbb41eb 11 18 69 76\n11491a312c6b8f58 7 32 41 51\n2f18f5579583e648 2 25 55 57\naa374ab1b71f72d0 120 196 198 218\n69ad0b3b18b657d6 23 36 63 68\nbc1003e4d5bf0c8b 33 73 75 97\n599619a790d2b77d 21 55 56 57\nff9e265755208438 14 30 58 60\nf478d5f55e41f4f7 66 75 102 104\n9ea0a970510566b0 4 13 18 30\nacd7ed98e8a6f076 21 29 61 97\n9239b96938d99f62 117 126 136 175\nd59d3469f9949f78 10 23 35 54\n861e80a1959788a7 2 3 9 12\nfb32e6765f776b18 65 75 83 111\nb859c7a7329c17b7 13 22 28 54\nd9dd5fbcd2591be6 128 139 239 245\n9f2d777199df4930 1 17 29 47\n289bcb973ed702a1 4 6 20 37\n48a3049cabb54c0d 51 57 65 111\n241aa9bcdbdc7ac6 102 122 157 188\nf2c20b599e16bac3 2 10 19 30\nfdc128708bd2c254 29 34 44 69\n61aae9de89c0e5f2 13 35 58 79\nc395dfceefed1b81 46 49 67 125\n1250e369ad1e2fbc 13 16 41 76\nb7cc1852ad122717 26 42 61 99\nce0496f2017c3a60 28 60 62 84\n9e4159a4f15bf582 18 37 51 72\n04c441c7ce273dcc 22 27 29 73\nbcc76b58e2585320 139 145 200 203\n12293b264f68673d 52 69 85 90\n57daa160c95f1c9f 0 26 28 32\nc784513cdfd24124 49 52 77 84\nd0523bb4d0d7c008 73 76 103 112\nbcbc421bfae60ef9 34 51 57 67\nc0e1ce023456d692 52 71 98 131\nce55c6eef86872c7 33 43 56 61\n85762ea2d534cc06 34 52 61 80\nc5389975ca43a553 135 196 223 245\n55aff897880fa187 37 55 66 80\ndb6abd230c516cce 84 98 124 125\na92922356b15b456 55 106 124 133\nfe5d83963503b41f 7 28 35 47\n9a143febe45c2fbe 16 19 32 75\nef58c8517bf0911e 14 64 67 71\na9adcf245581ce47 13 29 60 71\n23df266716914368 50 67 76 90\n88a44795fddcb124 156 164 174 178\nc28856e5ddb0a22c 28 61 63 73\n9ec2d6d07cd5ebe2 87 112 146 170\nd38139cf5c8c1d40 20 27 31 60\n78556b76acd9b64d 2 10 17 31\n519769d8a1339fa3 48 55 77 95\nb5007b88ba591f55 26 56 62 72\ncb50745860881b57 5 16 41 47\nb52a730c02b4bba2 24 26 32 55\nebc791d01753783a 63 63 95 113\n277cb499bc2d3dcc 38 50 55 82\na42fc5a9e338d3a4 38 57 70 71\n15b902774d67a394 39 40 72 81\n3ad4793daf6adc19 102 119 128 158\nffe629bf59ab0eab 12 39 52 59\n52745850b878ca6d 142 211 212 271\n4200282fe9b4015a 110 123 125 131\n45a4515834848010 14 22 55 84\n4ace59951acbae4e 71 100 121 129\nec5c53a3d68fe3e7 19 46 81 106\nd5c6ad22b14eccef 15 25 57 65\ne8fe193f8db02daa 40 41 75 79\n30006eb23f62aa57 18 21 69 74\nb7ba4d55d4c1cd63 3 5 24 53\n592c16c240f144dd 10 14 25 57\n277fc4311c393d79 26 41 51 64\nf0516db10f82b141 19 29 58 73\n5dadb9b615a66714 2 4 9 32\n5977776e1ac8b291 43 75 86 88\nd02c38b38d929091 16 21 25 44\nea685e9f3af5be39 89 151 157 172\n322d03d487fc0f01 1 4 17 26\n7deed332130bfd39 30 50 62 77\nbf335dfd4f3e4fc8 12 15 43 58\n6b3f189e979cba8a 4 12 14 67\na4cc81ce7d4168bb 5 9 29 30\n64912eda42dae810 93 103 121 130\n0b1441aa619f27cb 1 5 9 26\nbad8219ee10de830 84 84 105 146\n0c0f298ace7c875b 130 147 153 181\n3f265c5edb13f00d 31 35 60 63\n91c456d012ff571c 59 90 100 115\naeba4541adfd68cc 140 154 161 225\n88992b78aaa8a52b 49 67 102 107\n02cb3a4fd80ee0cc 33 48 59 78\n2dc3af70d25d3043 13 17 22 48\n03ef5f13e0a30864 83 206 207 208\n56ae4fff81255579 31 43 44 62\nade3e283780efbd7 126 147 158 164\na747b3262d507a68 9 20 22 39\ndb5886a74579c757 2 30 31 49\nd73d3d65657b28dd 8 25 29 41\n075278a4d0af74f7 46 52 69 78\n6207713a493ed71d 93 115 119 133\nc323ea12ddd3c5bb 51 59 61 117\nb5ac5603e39a6397 4 13 37 41\n9a44145b51b162ee 37 37 42 84\n15f8a54e4822f355 3 31 32 40\n21005252fe2383ba 9 9 30 66\n809859830a3e0e55 198 203 235 244\n058c67085c217b96 29 42 74 75\n56f35362431e18dd 45 48 107 126\n95eedf6937dec032 21 34 40 63\nfe5fdf788352d1a6 32 38 53 80\ndbf9a7ccc949ed42 0 32 36 44\n728298bd23205f12 1 1 14 42\nfa82d71146e33555 100 118 119 161\n72ca9b60719e5789 83 104 133 135\n06a8196a66e125af 38 73 78 79\nc97ccf4f0b544230 0 17 27 28\nad69d907064db1f7 135 142 170 180\n075f0d808a621ae2 0 26 43 62\n67e9762f0471865b 36 38 66 82\n59d772c8ccad4acd 21 34 81 110\ndd545cf605570b97 87 130 133 134\n2a3bd0a2ac422822 6 18 19 54\n5444242c3fc57534 68 68 101 120\n6d2d49d5fabf839a 2 44 61 66\nf726cfbe88e370b1 6 13 22 31\nc0aad7645f42c33b 35 69 77 95\ne0fc64b3f2957c41 4 11 39 47\n0c3348e96872d3de 7 19 24 33\nf5e9ab93b539e29f 52 114 120 154\n95d306b0110f0767 30 37 47 64\n1a562a1752d81933 62 69 83 149\nbf0f80cfeae506c6 21 34 50 51\n3536776ef51e9dbf 42 80 85 88\n3b58206d99feb4b7 12 14 15 19\n9b5e054c6d0d44ce 17 19 32 43\n3c35b868a8ec3433 29 34 44 67\n44d2532c5b5296a1 10 10 65 67\n924ccc02891cc7df 54 70 92 105\n597bf6916a88ad19 14 46 57 58\ne7fefb3b4d663b19 0 11 60 61\n3d6ed8b43655929b 11 12 43 55\nedbb53a0f5dd688c 11 12 42 56\n91e721bf98c05aec 8 17 23 52\n72ffd4a88de4d441 29 34 64 70\n9872bf718166618a 8 13 64 68\nf22e31c9b9bd3320 54 61 81 104\n3efda95897eb23d1 64 67 75 113\n497d2450ed65a678 11 17 31 45\nc4a26c35749d41bd 45 52 53 74\n11bf4b38f88bfe9b 19 34 45 62\nd9284250ebde7d34 82 85 109 111\na7cb00e197a15a99 8 12 27 49\n2cc5f95fbe24ffe5 52 94 145 149\n9fcf12f63cf7b834 0 7 12 37\n560e521aa9e864da 8 17 32 53\n60c02c2807193b6e 11 13 16 40\n3a86a812a1eaa20e 16 27 31 57\n0a72a3fd46a88ef6 27 40 47 69\nfef11d498a882edc 1 71 85 105\n967e2d570ca80e16 57 102 106 121\n5f004098a3ae3ea1 24 37 59 81\n656db18b0e5ac145 14 16 19 22\n4dcf8df5f8912e0e 10 16 23 69\n9634f21a9a41a049 13 13 14 28\n07559b44fa10672c 16 52 55 72\n23e428c0dc43f046 9 38 40 53\n94a28eecf82210bd 151 157 160 167\n48614bc62c3acbf8 33 49 71 95\n3413ffffb4be5706 34 53 68 69\n9c2238d1333ea499 72 78 104 107\nb91f98631686d65f 3 15 40 59\n84196545d36de465 2 8 19 23\nc8db93ad17d787e9 2 5 29 33\n000c3ab189999a83 9 29 30 46\nfd2132722704d610 7 33 50 68\n05b77cb7c0f79f0f 18 41 58 62\nd20cf31d18f8ca89 1 1 7 60\n51136ba76177d882 1 6 11 52\n50401f1d78d95d12 129 141 162 181\ne92814fe1e2c54dc 25 35 51 81\n63d8575fe191dcca 17 21 29 40\nf48ce857e76d8e17 20 45 47 57\ndaa3d11727e7d9c8 7 8 16 55\nfaf4e57d64e9a899 0 15 16 24\n1c1b2e56952040cc 11 32 47 62\ne14fb0ce302f51e8 5 9 29 33\n730a0a3a46474007 38 48 87 97\n6526abea7675f573 14 37 41 46\nee70aa493ab6054b 102 102 107 142\nf474cd5d999e1746 40 76 83 86\n3de41ace235a3a13 165 173 197 211\n0ce3839aa5b66e3f 81 81 84 101\nd6f1f58ad1f6707a 53 58 87 119\na00260788a5481f1 15 41 59 70\n259f6f1f002d2d94 22 39 68 81\n2516b6023683fc3e 35 55 64 73\n220d718317f7a025 173 188 222 226\nbe3c54aba78d50e0 0 1 9 21\n4c5fd496905b91ce 5 29 33 49\nfaf2fb655d5974b5 107 111 127 147\nd559d54e3ceca49a 8 12 14 22\nd8edb0f0cb0d4b5f 82 131 133 148\n5647675ef84a45fe 0 2 27 50\nfe5f38c3ce605bf6 3 20 30 31\n72ffdff5502de799 5 28 37 38\n860bcd7659c936b3 192 207 226 239\nfd05ac3ba402e992 1 28 33 42\n13ac6a6a3a4f5e5d 4 12 28 47\n8ad61ecb52a9122a 49 64 82 100\nb2e7d3d7c5b5109a 40 52 54 57\n07225d96742d2a6c 135 140 147 155\n74c25984d70275f7 73 109 151 155\n2c5249093fc26fde 33 43 67 83\ncad5063d02c3b4dc 0 24 40 49\n1df20a29cdec61a4 3 4 42 56\ncc3f88e1e2a4f262 3 6 8 26\n1e80fd6e7507e3be 204 207 233 240\nf54473cb3c9efc04 13 53 56 65\nab3f92f5ac8f5167 62 64 70 99\n50eba53e6b2330f8 33 47 60 63\n33a3fc21efdc8547 64 96 109 123\n39e5f256790c3343 16 16 19 108\n6e6ccb9822ed013e 135 135 161 175\nd8516c57c634c27f 2 13 26 46\n799ec37eaafcd68f 16 35 111 116\n037e8191b3985142 108 110 121 146\nef5e9bfef1466209 18 40 61 78\nb49a15bf2a1c626c 11 18 40 45\n0bd7e6e9f0185aa3 16 20 27 91\nb56990cc49db131e 92 97 148 177\n617580a94b6fd65a 16 59 64 69\n7144a5e59d5f05c7 51 72 119 121\n8c0a69c16d4ee368 40 57 65 73\n89d941a57bab3fa3 34 65 81 90\n0f6206df8a8e440a 36 74 86 114\n6a7d54b935e96fc4 8 24 40 45\nbe37967141e3767d 89 93 113 117\nefb2d866bc8c5550 8 27 46 52\n9b67983f91a29511 30 70 71 72\n2d0bd035f7df86b0 0 39 45 46\n95f2bed8293b061d 20 20 46 65\n9f9028e08bf69fee 21 45 47 53\n368fa2dd830843c7 10 18 22 30\n9a5d97d6bdd28614 5 10 11 18\n991e2a74cd100440 81 110 135 136\ne856830270a48f13 66 66 68 101\n3970859f54703c88 4 29 33 71\n730b787d57719e58 36 37 39 43\n9ab9e899da8067f8 1 22 51 55\n2864dc6c129cf3cc 0 34 36 40\na38c00f474b0df82 30 71 79 89\nbcbd8ea535d3f024 30 42 53 62\na05cbe8a2d816f52 5 10 17 20\nf75bce7073b578f0 5 9 23 48\n266e2d3393ebd2a0 35 61 79 82\n9d8282f2610bb199 13 21 26 36\n4260ca20e2430c67 118 139 145 152\ncc6541ca1f8ca902 0 29 40 44\n80bfdffa5e86f103 200 200 214 253\nd4e33e3311d155c4 38 44 54 56\n3488938f80284283 17 46 56 71\n3115ce06e0160828 6 43 58 97\n634b4d796815ffcc 14 46 52 81\nc716c21b059921e9 44 56 84 93\na37358fe418e9807 6 17 53 58\n5fb0b4b5c65e669b 15 20 21 77\n3d8d753f0851bf3b 60 72 106 116\n842b17ccb42b588d 4 10 24 31\nd6df93659f476b9c 2 2 29 58\nb6d472a2c6bd6f90 11 11 14 72\ncb16176621b1f3a7 26 87 121 131\ne98dc285c0d4f5db 0 14 30 42\n004334c94bbc8bd5 9 17 38 45\n20d1b02740ef1124 132 138 154 172\n4bc7ca44cc62b8b1 61 69 73 109\n1db5a4df1ab8b8e7 122 141 190 217\nfdd41bb5cab98c86 16 36 69 70\nbb82a6ac6cee6f95 35 43 78 102\nee29e9866b77f62b 3 58 61 64\nb04c3470d73d1777 8 112 113 128\nbcbcaeea56b7ca1a 90 109 132 141\n30abedc6c413510e 11 14 24 62\n283059a56e7f3e75 37 50 95 143\nbadbfed88f85beaa 11 20 28 45\n17c234c2eec050a0 11 49 61 77\neaa1d6038da0dcd2 207 223 242 253\n7fb2db25f9114599 162 175 213 221\n08718fb99eaafea7 54 82 87 102\n697788cfb2b882e6 38 45 57 62\n6a48d6d9c297367a 31 36 46 76\n489f9441d513634e 32 84 101 102\n5c46523d3adf3df3 0 14 20 32\ned81ed922c6c7225 44 64 70 108\n670564bfb445bbc7 52 80 87 145\n840c6c6f288d25bc 26 63 72 97\n702580517f621fa4 3 21 25 66\nf228cfd294bce60a 41 48 50 73\necb624c9cbe5b70b 28 38 68 119\n21a6081709444ebf 14 15 30 46\n0915a60e1ae6a826 13 25 29 64\nece260b19f5276bd 32 36 39 62\ndbd147928365dcf4 62 93 101 105\n1a50fc5440d67fbc 110 160 164 170\na3e387b24fbb961b 16 34 66 88\n7a0bd438433e00db 11 15 32 45\ned718fd9c28f6265 37 43 48 71\n03b3f603a1001de0 113 135 151 152\n68eb4a41d8b765c0 26 40 61 82\nf6ec31401af3eed4 27 40 42 45\n24548ce6c15bc2cf 225 246 267 275\nd988002ed829cfd9 35 40 69 81\nd73616bfd38ef8ed 163 165 176 201\ncc8f42cf10fe0c1f 12 33 52 67\n33a93f85d5713a71 9 46 52 53\n96a2338040f14ccc 10 14 46 58\n6375c29ff07fb99f 147 157 167 213\ndf20485dc816ba1e 3 12 16 52\n3814a3a8046c8af3 22 25 45 56\n0043978734eec081 23 51 60 66\nfa14b62a46ffd7b7 71 80 101 107\n4811a66f87b0dd6a 2 34 39 41\nab461fdeca27729e 30 49 59 71\nccedaa413b89363e 17 21 41 50\n856d8616c018f019 148 154 232 237\na990ec0964cede03 8 13 44 48\na3636ecf26282790 161 165 199 202\ne14e16f3fa0eb5ca 35 38 45 78\n65e056c6fbfc795a 21 23 39 56\nb60cb069c9570f0a 2 31 34 42\n806459ce2b15a2c1 92 102 158 160\n5010f9665c796353 38 85 99 106\ncf691738929ccbed 0 17 21 45\nc9c74e714ee21e5e 125 132 144 160\nfe33a729fce20467 1 7 8 37\n0542630de1d734de 42 62 89 111\na40b587bef7a29a6 2 32 61 64\n4c96e034f8af77d6 70 74 107 108\n5fe9267f598e66df 30 62 72 78\nc3c01fa0a879e5b3 1 29 36 41\nbae2a2f11e0a20b0 108 127 139 155\n0ac6adb37a92f549 16 62 64 72\ne3ca3f8dad8959e1 55 61 71 98\n422d976591ab629e 0 8 28 32\n3ea8d9787998f70a 17 18 41 52\n394037c064421c3e 13 24 28 65\n89d9a5069283af3e 21 39 54 68\n3b6e4e834648db8a 0 16 29 37\nd5409c93b6f88256 106 117 124 135\na0948de3902ae476 120 137 145 150\na4e9bdb6d746eb0a 28 48 57 80\n1a71f05476d8864f 30 32 46 58\nc9ce08f3c855f349 41 55 64 65\nfadc00ad10f04bff 10 22 50 64\n7b3f0173cb6db315 36 45 86 91\n180bf845cc8cada3 1 21 38 52\nf891e55243f2a506 1 20 31 80\nf701ed6b2b2910b3 0 0 17 26\n75c71c5a68be71ed 124 157 174 242\n7fff494560e8cd2a 69 86 89 130\n06f4bfa5f9d5fe0e 13 15 31 49\n36afe96c11a8211c 38 63 73 76\n7974ecaec39a52bb 5 15 31 47\n701de1fefcf213cd 30 46 55 89\ne17f60e0b97a0bff 12 29 30 48\n5b3349b38b09cd7a 1 25 39 41\naabf4d3168897092 8 35 37 41\na0ce6a587d0e4cbb 2 24 25 52\n4f97864adb670664 154 173 196 202\n088b93f15ca8745d 3 16 62 80\n5151d3969e328df1 45 53 79 112\n1f7b2e0fd123b93c 17 28 44 62\n01fa6190cd47d125 90 104 107 132\n95e208d61caf19c0 0 1 21 24\n2aa1e311e4bc039b 1 17 34 46\n77b60a0c0deac4ab 215 237 245 255\n01eca393f86d37c5 56 100 124 129\n4bdb70500b99c91f 15 59 81 134\n2defb4625a3ccb54 59 69 81 103\n764fb07d92a3049e 49 81 85 87\n0f59c103684c0437 7 20 28 48\n84029656238003da 24 28 29 110\n4766f2062abaaf74 110 124 173 180\n6a3fc7c0aee227b9 38 42 63 98\n298c394f21c62ae6 42 50 51 75\nff887646981745a6 193 212 217 229\n2cc8ef9e5319d5d7 9 14 49 52\n904a0f9fa6651f9f 33 39 60 80\n9c17e6aae5166ab5 4 4 8 23\ned8e904729cd2567 20 20 59 66\n43c329f7c0b40258 52 120 139 168\n89e24a668e620701 7 8 50 66\n8117627823c9776b 43 70 110 125\n64eaccc023c24217 17 19 29 60\nbb4347cfb631b620 161 189 230 240\n6b617d353c1937e3 32 42 57 59\nb620587f8ff01202 34 52 57 73\n04f5153fc5255516 24 31 72 77\n6b000ecd86c7b35f 32 47 60 71\n04fe4ec70781a0e8 27 49 71 72\n3eac186b3e7badb2 81 119 132 137\n819137fb150ec28e 20 66 75 98\nda75d4dd1b228bfc 6 25 30 61\nd4c4f75f8c8e8f9f 57 73 85 99\n45536907ffef7585 32 100 114 140\n81171940b9a26d2f 48 108 113 118\nae12c4e269cb8f8b 29 38 67 69\n17d841670d2da942 28 38 45 82\n2a9d8ba86290db0e 8 11 46 60\n9cf900f633b8031e 0 31 66 87\na04f343b42565da9 3 5 40 51\nfbdcb1880c6bab8e 7 9 24 51\n7c2b5456f1456d5f 129 148 167 189\nd4d374d3c6c4bcbf 149 162 168 184\n7e6ba9d37330e4e4 0 11 14 20\n2d39f39fb8254c27 6 80 83 88\n90816b5180dc6050 157 163 177 179\n0181d3b41c2cf87c 91 95 110 137\n6826c60fe2e80bb5 1 21 27 46\n6636d77b91073b2d 14 20 29 56\n4dd5f18afee6ab96 9 17 29 31\nf9b6dac3f949a98d 42 55 57 73\nc886971b3865d890 218 218 240 247\nfba249b58e9d2440 15 15 17 57\n7d1d9a87339d1530 32 45 66 80\n3fe783b9c7c8f492 28 32 75 76\nbcec42805bcee3e4 117 155 167 177\n361d722ef5009e09 129 164 178 225\n0b530eea368f626e 39 51 62 72\n7bab7b21dbaf38ab 77 86 104 119\nbba63b8f3750ba13 1 1 10 11\ndc2ebe7457bdfcf2 43 50 73 77\n5e9245c494f03552 12 26 28 35\nec9ca28d43dc2c34 22 31 49 65\nd98d7b9002025750 5 12 69 83\nbcbc4709592548bd 1 35 58 85\n1a82f31490fba51d 78 79 115 131\nd719eaa1f2dea0a3 1 9 40 41\nb39cc50ccc82d5af 14 29 37 56\n1c58aa75858147f1 61 102 104 115\nd5cddd204a805bad 22 23 31 44\n739b73b8848f72cb 33 35 47 60\n836441bc56499fd6 171 212 222 228\n7c002a878430c81e 14 14 42 43\n3015a3eab4b6d042 18 22 25 52\nf287c679c250a841 12 13 41 43\n4e66b1e1bd9676d0 27 43 44 108\nddf7208a1999766d 0 2 9 43\n2b4e1061f6415a4a 19 40 46 70\nbab18a531abc7fd3 64 80 97 110\n284efc2041b1d1d8 94 98 103 149\na0ba0e3061431ff7 26 38 56 66\na9f4c848d3d3176e 21 33 41 44\n46200541f9943d16 36 58 74 75\nb40142d9233e7825 216 222 228 238\n3fb3327a177a0175 8 11 33 42\n9bd7c28ddb5bcc58 69 97 99 109\n5dbdeaa9881baa28 6 16 29 50\nd42055153cb42cfa 92 111 137 139\n04e4c841b349bf5c 69 94 98 100\ne2e8ecd6692134c8 30 34 35 102\n7c202ec0aff9b60e 4 5 14 46\n4c7df9d3840b2d63 42 96 113 125\nfbe9232477f69e33 7 26 31 53\nbdf02051908f1fa7 1 11 40 42\n46b2a13f6ab0be05 25 80 100 119\nc73e9fdc045b0eaa 92 94 104 166\n94a2675785393082 33 42 62 68\na9252b44ce1d7bac 12 17 33 81\n4bf0a2a23df813f4 0 6 24 39\nac5ea02b6308672b 7 19 27 46\n746b958ad1d217fe 4 4 21 41\nc632aba78200c31d 78 108 109 114\n9ab639ce124d7b51 14 32 33 46\ne598846d7523a734 4 11 30 34\nf8939dcddaf7f07e 16 18 61 66\nec8a18bf04341836 66 91 92 111\nc2b55cdcb4729676 42 55 96 103\n0871e5f582cd933c 5 48 63 65\nb7cf8c0eb7ce0625 0 22 29 33\n6f0ec56192a25862 43 54 55 84\nf76e22ad948f8218 80 137 185 200\n9654656bfbf9e580 0 18 22 44\n7a18ed9f02f946f4 11 23 39 47\n2c596a5abfd67267 23 27 34 36\nbe4ba1a5e9dbdf9b 11 56 57 59\n3628ec0337eae7be 141 161 199 231\naa4a4768c8635fde 87 95 134 153\n4cc48509585e4157 43 48 82 94\nb3f998bea78e350b 17 43 60 69\n27b21afa9b2ef71c 37 43 54 93\n4c2ed13774ae4613 5 17 45 48\n4cc4c8a8cfa8e944 11 27 63 64\n71930817a2e0f2de 49 75 97 151\ne325708fe17658ee 165 170 194 216\n1acca83523e5bcf7 18 28 41 72\nf3c66c5552e28f20 132 138 150 163\naed2fad5a19a53be 35 81 102 112\ne75b3b4a6d3dc038 169 183 197 210\n83662e3f6fd46f4c 56 70 78 92\n8f06df2fca9350ba 47 50 73 77\n8d360bd4931a8f83 5 20 26 47\nab7bc777bfe89560 42 59 69 75\ndaf2753fc9a37782 68 97 105 111\n56edeae2e8d253be 36 60 65 75\n11337164b772b7c9 10 31 59 63\n61b6485ad242bf8a 1 5 25 27\na9af103dd88fc3bc 7 8 26 37\n59ca699e5d4e8358 1 6 26 62\n647875a0a979ab1b 22 33 65 73\n4393f3a15ed6fb9a 26 54 79 90\nc83531d193431010 4 10 33 53\na197cd828c2ac481 33 50 78 86\n67caddef25867bd8 0 1 10 11\n6ee670df48229b4e 26 47 65 71\n729b45a6f1b03e3d 29 38 53 67\n5907e099d74681e5 56 66 67 69\ndf2eb6835b59491f 71 88 91 96\nbb54cbf77871e274 6 24 30 48\nba9745dafb3a581c 6 24 31 34\naaa7703d439239d3 50 73 87 107\n1be80ff36848e758 10 29 49 57\n8b0ad2e14b8f1cd3 84 117 155 164\n5f92bc0686686e41 23 29 51 69\nf04880903462e8f0 11 40 42 45\n7a34348316608aee 63 65 80 115\ndfde927791edef3d 35 36 83 87\nc57faaf23ae30df2 40 42 69 101\nfd9ab1e2b1f8e5aa 1 33 45 55\nfe625de05cd0a34b 75 97 109 117\nac24b0886ebbf7b1 43 56 89 140\n19ec130ecea98d5e 219 223 252 254\n6e6df1bb86b2dad8 40 49 56 79\naec8f8a564b4a4a5 9 18 40 41\n7b9b00cf3ccf21da 99 124 148 160\n0ef15055b44649e3 32 61 81 89\n74529f6aa841fa08 44 49 61 85\n995e717da8a7b123 36 37 82 92\n5b3e821c2d04db3d 27 39 105 118\ne20bfeffc627313c 3 10 18 19\nbc80043f72d20b5f 27 28 43 53\n8c6376666f9956c9 59 59 87 93\nf0e5ea4b11dd17ee 2 20 47 49\n89989ea1cdde53bd 8 43 59 67\n957f7dca9cf5022c 51 154 160 169\n6cb785759c99e839 17 20 48 70\n57ed3518c548f1d9 118 132 137 177\naafc6d7b78cb27d5 126 148 165 168\n5fb79c6ae32380cd 33 71 73 89\nf3d5764df5b4f962 81 91 103 169\n6dbaec3d6fb0fb56 87 96 107 108\n9de9bb47ac743071 181 183 219 250\ndabd7fc58d2ae00b 117 138 139 161\nf30fabe79ec592b0 57 63 89 111\n0896b4819e39caf2 0 10 13 15\ne5fc5bde96d28aa7 79 91 106 136\n3f8e810aba1a01ad 0 16 28 37\n575c0e2214a43d45 23 68 69 81\n45dce690caec2917 14 26 30 45\n6e3ec47fd91091aa 16 29 35 58\n47191aa41a979900 79 123 127 130\n9de5a468907321fe 4 6 14 48\n78d3582f79e1200e 36 80 87 103\n20764a96cc70fe46 26 33 127 130\n4949361d0831c838 66 95 102 136\n5590c5929892c362 14 21 35 104\nbecb6b76e38c18f7 66 99 141 150\n81cb0c6e650961b2 11 20 51 53\necda08d8c061689c 0 8 39 63\nfce3a289eed2d6c6 72 81 123 134\n2d0e6766c725becc 191 198 200 237\nc87dd7b841d77114 82 123 147 149\nead2bb83c1955f14 25 58 65 76\n7131e6ea4b5fd32b 26 43 72 74\n6c1cb76f5e08ef49 28 46 69 75\ncf0c668465cd0880 178 192 202 251\neac593ae8fff36a3 60 83 89 122\n41936ce6152fee64 3 12 41 47\n195074aeac8bbd76 12 26 27 62\nf28ef96bc6478898 12 42 44 51\n276541de04b447c9 28 51 59 77\n557d01bd3870bdc3 49 52 101 113\n06ca8f480c91e9eb 78 97 107 110\nf3ed8a28d7ce7cfb 5 42 45 50\n6b658b1d8562dc85 224 233 236 267\ncdd7331ebf3d97dc 16 16 19 34\n0b4d5beb7d3bd867 31 47 56 71\n70d4509795d91dc2 27 37 42 72\na7a6ca07e47d3ebe 13 22 52 63\n42565e9d863220ae 72 76 102 107\na9bf92c478ac7127 0 4 7 10\n22a0db80d91128e4 119 215 223 225\n62454a648af0bab2 4 6 17 44\n0af60a9ffd747a1c 5 30 33 44\neb605762d488082c 164 165 206 244\n5683f9d74a5d57e7 67 77 88 147\n9ac2d730d82f59c2 18 46 55 61\n0d7f00ff38b135f7 77 129 180 186\n689bfbf638f18a83 199 200 243 254\n0f12b97e0e4c7e21 201 224 242 254\n91234df26c87a72b 2 13 15 77\n87b6e7013c92041d 215 226 233 247\nbffe7a01c7b8dcfe 33 41 54 60\n9b473c8fb35c49d3 25 31 62 65\ndd5288bacc7da7cf 19 26 40 69\n14417ac810f2024f 7 42 43 63\n0c824455996db331 111 131 141 143\na030e89683ab9e52 28 42 47 82\n03b440db4696d8e7 27 39 42 56\n5e275e7af840e344 13 21 41 50\nc1618081efaf1de7 95 136 161 172\n8d8218c2ca6827a0 13 42 56 63\n48aff7218b00d843 59 68 83 99\neb7f7ee099458b56 7 22 42 61\n56431a47026cb391 119 142 201 209\nd8b9291cd6522e22 91 103 131 134\ned81850c1a28531c 30 38 40 61\n333c649f75c3c7bc 11 11 22 38\nc0ea4bf720bf54a5 0 8 25 27\n45a0fe252a89e008 124 132 137 152\n234271629f7099df 3 5 28 34\ncaa07defb7be4de3 7 19 28 73\nea1b9b9316f619cd 6 15 33 43\ndb9ead0b86fd1b60 7 11 54 67\n5bfee4481ea74c8e 43 75 100 102\n24fea6c2c7caa434 70 87 113 127\ne380a646d53e15d1 73 114 127 134\ne7a010953cc7a6ab 56 68 91 117\n4acd145b0c133dca 3 13 16 73\nd5438f460709cc40 0 17 34 39\ne60589d40eda6049 179 214 218 221\n3dcdffe3b9c6235b 17 22 50 66\nfcd7ebdf0454ef30 58 60 101 103\n4fcb05445f591efe 5 55 66 80\necc2b1b9cb1fa9ad 21 32 64 79\n5ea147b81ee118b9 49 120 150 161\n83a593a5f24ab22a 183 191 216 235\n0a78dcb828c506f1 14 22 39 46\n633766029a6f910a 14 35 46 53\n5caa0d43bec54a08 20 51 58 62\n08c87b4b6b23895f 4 55 62 63\n0efeb5654da456c6 18 36 76 77\n8241a7082bac30d1 0 23 24 37\nbbb7a5bc03290eed 1 21 30 32\n62b3c2526feba53c 13 52 79 83\n0c1012a308ee2788 32 47 67 76\n1bf668db0194cf83 1 9 30 34\n377769942e6a748d 15 29 41 83\n1bdf9dd7628ddb0b 56 58 100 103\n15c9a45c9c3d73f2 2 40 44 78\na57be88d54c918cc 16 28 41 59\n8313ad82338d4267 77 89 100 122\n17a489f3cec39fea 192 220 238 241\n6e49658d2ffa7317 24 46 51 63\n34e7e73829083c8d 31 39 72 75\n7e782110c76f1b1b 62 63 87 111\n0ed4c9cac4a615fd 13 14 40 53\n8d8ed24e0894a4c8 73 74 99 105\nb8413ce252bf13d7 5 8 16 28\nef98d62b2aee6ae1 199 204 232 239\n4e79d56376422ec3 19 27 28 49\n899d5aad5054b2ec 1 42 57 59\nbcd00bfb5b5ea4dc 6 44 50 68\n3faac9603907b329 32 34 71 75\na18f5d8a3c80ddc3 77 113 115 121\nd588faf7548ce660 29 31 33 50\n466150f780ad7b80 26 34 45 51\n05ec2d3e4c027220 7 14 19 57\nace3ec0961ae36c2 52 53 82 119\nba40127161ab964f 14 16 30 42\n2e2ad99d45033d6a 107 163 185 189\nfc508faa91c9807d 2 19 24 37\n668c3b2ac77aa971 5 5 11 46\n6eee0f7e1a48d281 12 53 63 64\n8e5212955220eb64 57 62 68 71\n3e4057a188e15ac3 15 41 52 53\ne39c920c813f853c 47 50 55 74\nc26d21b91be5b935 114 117 144 193\na2efdc6dba7e712f 2 44 45 48\nfab28f712c0edea4 3 25 27 37\n107d3d674fdebd31 58 73 96 110\n82f4b042bd75b4d8 28 40 45 81\n6d2640a0e738c9d8 22 35 36 41\n58c5b216fe06588d 101 103 127 144\nbdc9dd08d9406ab1 23 42 55 57\n55da75a29ec08b18 27 31 33 86\n01866b81c3b90f2c 14 28 48 57\nbec9a97a71e5d4c4 151 161 185 262\n6de80f26ff52ab0b 20 74 76 84\ne6fb69436b9345c2 16 24 50 67\n8378c05d202ce0fc 129 133 147 160\n4b06eb39486481c0 0 7 35 42\n94189d6c5b0645bf 58 60 100 104\n828a000aaa5ac92c 116 123 132 133\n5691140dfe17d1c5 9 26 31 52\nde7683dd402217a1 32 48 72 77\n853841a1057d41e0 32 32 42 47\n95d7f4146108b286 8 19 32 60\n2afcf696e7cb53a0 0 11 14 17\nfdceb26461ef9adb 55 64 76 102\nd9024c44c3ce7c99 4 25 35 47\n2e64a2d17f9a76f7 25 38 52 64\n375cff10cab07955 185 211 221 228\n744e3a46b9825e92 144 146 190 205\n7567387078585ec3 55 72 88 96\nf72c0ee742645e57 27 27 28 67\ne461d54836b69d9b 66 90 100 102\n717dddca36581b01 173 185 193 226\n0277b87a9c943ed5 24 27 40 65\n28742766eb882cd2 24 39 42 66\na130af3da8fd1ca2 40 55 114 121\n0c72eaf6bbb7c681 12 17 47 52\n04ca03945611febb 0 13 23 80\nd17e73dbcb08d95f 2 20 36 49\n7d6e7d0a50a541e4 9 11 16 48\n784143851cf85184 6 28 33 38\n93a8bf0ecd7eafcf 1 2 10 36\nc372fc209eba9c1a 0 1 25 36\n7de7774aaf06c970 32 38 83 97\na6ce72529fcf85a2 83 114 125 139\nd7e0dc9c9baa7b63 2 4 36 49\n0cd63c88350eef60 9 28 31 113\n0e01be9445403642 0 4 22 46\nd5c566c8b4bd9db7 35 48 62 110\n8ee62148c2ccca46 67 71 80 103\n034677cf3d80162d 52 66 97 128\nf85b0258cbfc3a72 6 42 79 98\nc6f8caa6b506fafa 60 83 84 86\n6aa634fbabeb5e96 5 25 29 126\n5805ee451b7917cd 13 33 82 85\ndaa58af9dd5a2d0c 182 216 229 234\n948d75a318a4abe4 8 16 51 67\nedbb41cac8bfe75f 10 19 37 52\nd74b35cd503f62e7 36 41 53 57\n2d7d7fb53d960909 25 25 28 33\n946c30dca5daf508 10 19 25 39\na58873773c42741b 7 15 27 30\nab5464d772b00fc7 52 71 83 86\n0d76da0fcac26af8 5 15 38 45\ndc2b2921eb2fffa4 4 4 10 51\na71637e333506215 4 40 52 59\nfc9754a6f9b54bc6 26 61 80 115\na5e0fa53371ef57f 13 30 39 57\n6beedb01303bb667 18 45 47 78\n688ea661582358cf 37 40 44 62\n645cc7949386d427 28 41 66 68\n4fb14758099ccc72 0 15 64 87\na91360c375362960 8 14 19 33\nf5aa5ff095f26cdc 141 153 162 169\n2da38ca64192354f 14 50 56 66\n15ac594106229c62 74 92 99 116\ne197a18068ad6d5b 81 100 109 113\nd70fc3bef87bffc1 24 34 37 51\nfd33620b83537dc2 39 44 59 62\n29460ac4580ea232 18 34 72 93\n4043989a4ae95a01 116 139 154 157\n03ac738af49c7596 6 18 20 52\na3234b314d51976a 2 18 43 77\n805530a49d25bcf4 64 69 97 104\n5914c280bec2cf73 71 81 91 135\naa604fe5b2e59274 161 246 247 259\n8e33988f116cf05b 31 38 47 58\nfa1fe0e1d0ba7450 0 65 71 77\nd59ce927e3434d0e 84 99 133 149\n5d9229748aa3479a 29 29 40 52\n6107c4ad0741f71d 24 32 53 79\n015631b21f792a12 19 29 47 98\nc8815322bd573c66 15 18 44 59\ne65321d7aa328362 47 52 100 132\nba26189581b38b93 52 52 60 98\nc45cab04c3b22166 22 28 41 54\n16c4484a4093e2f6 0 2 17 34\n61f92e36cb0ec524 11 18 25 31\nc27965d02919b0f8 39 48 83 87\n7eb15ceaa1029944 101 107 136 152\n2b625e92f2cf9de4 109 125 129 131\n19267b6a68d2701b 34 41 66 67\nb19332af4ca35524 2 17 22 37\n1dcd8aee9a39a61a 65 66 102 132\n99a31a640af1a74a 100 106 114 161\n3bb70a92a0d384e1 19 41 43 50\n1ebb496a04a1bd76 15 30 32 39\nd328cccc0727b443 34 48 60 79\nc4cefefb76b495d2 57 96 124 143\n9e1768a68dd4297a 3 13 27 37\n2d29ff162920db5e 4 15 31 62\n132bbf5a9e9626ce 17 43 59 62\nf307bd5f5a5f0ea0 12 22 57 70\na40e8321989a05f4 23 41 58 65\n84d0c8528c4c6bd7 13 52 98 115\n3b434b5302dea908 47 59 88 100\nfb80aacde91ee824 22 35 75 76\nf511c7b07d1c7a20 1 17 28 32\na39d050fdd1fadcb 2 48 50 51\nf5a110214805f3f1 39 80 83 92\nd7c9abc0b221c799 131 137 149 173\nf0e5f0dd1c2aaa26 3 12 29 48\n24895a02057db66e 7 37 38 42\na03a5e2db7ec8587 61 108 112 113\nf47c948ccd157afd 47 55 80 90\n30efdcef9f38568b 62 75 82 105\neba672df47aa3f82 15 15 21 68\nee3fbf8885187fd2 55 71 81 93\n0278b3d8abd9654d 5 27 81 105\n9ea263dfed55f547 27 44 45 48\n672d2597ccecf318 41 41 81 85\n921dc10300a78f6a 6 11 12 75\ncff142942facf89c 31 42 60 61\n0972074fece891f2 16 65 75 94\n752e80a6bb7c7c07 100 134 159 182\n1eab4db6941be725 72 99 107 137\n54663bf008e08760 7 13 45 50\ncef9961b00ab1b48 35 38 53 73\n912b03a98488ac2f 46 93 111 137\n3c90ad3bb72adcf8 129 139 145 166\n8ef819594522ae8a 187 187 230 231\n347d13d1a6bc9412 34 37 41 65\n4295b21237e193b5 1 12 17 32\n09b505bb829c1d12 10 16 22 26\n00620c2b77518524 8 14 59 69\nb6b995cc086a75da 35 44 94 98\n4596160a24b1af1f 57 89 98 110\n526983ce4ca81a90 8 42 62 117\nfb77aac44a45a28f 12 16 21 58\n6f0f62183d4e1229 23 61 66 73\nc35b61c37ea91b6a 5 12 53 54\n8537e57884830eb5 29 36 53 89\na26e4bee5c7f90c5 25 41 81 88\n1047cc04fa16e0d7 53 55 71 79\n89a026c75593caca 39 47 53 72\n69ca4edee364ea37 30 37 54 68\nb735773de192a9a2 38 45 106 111\n2ea3133861ebde3b 77 84 104 147\nf8191f02dce0150f 21 28 31 74\n179a1357a581ad51 195 234 244 255\n9ff997d3dcc83e02 1 7 18 28\nceb96c3270860122 11 75 83 114\n69f3b2b70edd586d 9 57 61 78\n20d0e788abca4aa9 12 37 50 75\nc44021a4afbaf971 33 70 74 97\nd235e2853aa43925 184 195 220 224\ncb2964e5454823de 8 41 87 105\nb430ae35fa9161f4 39 101 124 140\ne941a7fdae79934d 0 15 20 41\n8257258554fdaecb 54 56 83 105\n87adfc36d3ba342b 51 63 65 68\n25f59dd9a56e9c6d 36 63 112 124\n9697ae7cea5254a4 2 13 46 49\nfa39d69a2574690f 41 41 51 68\ncb3bdc85efff5724 21 47 67 70\n1259726fc1f8e966 77 96 116 136\n0c884aee4b01366f 8 19 29 48\n6009631d399952df 19 42 54 68\n0282160b901229a7 9 11 13 38\n33ac471b97ddf5c5 15 21 48 55\nc64f00c1ccd5ec4b 0 2 24 40\n63d81fedb5c9b7f2 27 30 51 72\n1c919c7e4ec601de 2 25 42 47\nb58ecd3619eddd49 40 42 58 60\n63cb6b1e6f0ec371 15 28 29 31\nddbbfeb7e37f9a72 115 124 151 176\nc53178af617eaa65 104 172 181 203\n21f3cc00e0cfe8bc 59 107 126 159\n920e30127845e140 23 28 32 54\nc4ecf8f6a9a73870 2 23 46 51\n5d79e5de45d935d1 13 35 94 108\n4e0c15e5810c0ab2 11 24 48 53\n2e86767798c005df 5 7 43 44\n0807e84457d5ef58 18 49 53 73\nfd020d75ab5e2fa3 54 62 63 84\n64f53080e3e30d27 140 221 236 251\n86874c01355a2bcb 27 28 35 69\n5fc746dbfefa9165 25 32 35 55\n70b2d013a16c3f1c 11 38 49 69\nfc43cc25dadacb18 44 70 78 115\nf9a8aed939561b11 37 49 72 73\nd590898a3412d9db 0 2 7 27\nfc50693501976251 6 21 30 80\n45108618c40e26a7 6 12 14 56\n0a8f10a9a68236f7 81 102 123 124\n3d0a0fecfbdada35 39 47 50 55\ncc0f96b3131f5924 47 47 55 91\n8f4f40cfd0a5dfce 44 91 123 133\na1f17ffb3774a402 123 145 233 247\n9ec7e84448107a83 62 64 87 127\n1deec169175eb15b 27 51 68 69\n31838e9542a906be 15 19 45 72\n039b153af4fbfba7 32 39 44 52\nf8d51dcaf719d69f 45 59 62 74\n32db375ab51d77a4 28 30 59 86\n9e8dd4972a31efa3 88 97 104 116\nbdfcb70c3b207cc8 127 153 155 170\n00d83c48cb78ec83 175 201 217 229\n1859766466c069b1 3 3 4 11\nddb62c613f41a45b 85 88 99 144\n8ef7d37c41526dcf 35 37 44 49\na9d3d94ea6cda8f7 143 158 173 195\n375f9c448cf31ccb 33 37 48 64\n51e6564f504e05fe 6 14 27 46\ne42d49970a73764c 37 44 110 114\na0758dca874bd1d5 0 16 30 47\nd9adc7ad73a2dfa4 95 102 135 144\n80aba447f03d0ff7 56 74 77 170\n8bcb36de071cd64a 31 41 63 82\n20b541350492e3ad 14 58 61 114\n2be655d4137e6e29 5 13 17 32\n0bcef9ed1c18f74d 87 93 103 145\n5586d19d78221ec6 0 12 40 45\n021575237abe0684 16 18 40 42\nb36b4d6751d1a6e9 0 26 33 37\n738dac4ef7c9dfae 4 16 21 35\nab4cb4f0785be136 17 30 37 83\nfcfa188fdd8e4cdc 176 188 211 265\n0f47577ab3441480 39 50 60 89\n2807e5ac66c140cc 49 70 91 112\n98471d005ba58683 31 80 108 110\n90743cea7f400ed3 19 19 31 45\n47e92a07948afb36 5 5 13 19\n40c517d28a412a5a 31 59 74 75\n6679b7de4ab1a8bc 31 42 43 66\nf4ed743fad900fc2 195 198 237 239\nd1907fca9fd10034 34 48 54 78\na064f626c5b33e8f 2 12 28 44\n17d35e133dc3ce90 8 49 66 83\ne0020f5dcc0d8711 21 47 64 70\na5689a7da0524ab8 134 135 149 158\ne0559e3ac9e9c659 146 172 205 227\n8bbea8e1bf7010da 2 21 39 42\nb3944d7eaf4f122b 5 12 32 62\nc92cbbc0ff11a113 5 22 33 102\nb756ae14e926e12c 88 126 147 164\nabeb29204faa447f 3 4 18 44\n5d2ac4639c29e11d 26 55 105 119\n946babe2aed33b04 33 43 55 64\nc97a79c1bcf51705 34 66 82 83\n30127e00a789ed7c 1 3 11 28\n88dcbd53e0f0147d 1 40 44 81\ndae13e63d6107502 32 103 110 133\n265a753d5237b3ae 1 7 13 40\n09265a9e57075e7c 59 89 111 114\nb3f97c3708c331fe 73 81 92 114\nc97bcad3d302a96f 2 35 38 39\n2e7ffcba51990c93 142 163 196 252\n41d8b4350913ca64 24 61 68 88\nafe20f15c69bbb54 10 20 53 59\nd6d38171dc784c54 4 17 23 44\nf40783fc67e17e2b 6 15 30 33\nf954f61234d49919 13 14 46 67\n21b26eda16f7cb88 10 29 40 44\n4efac32be69dbf68 40 49 58 82\n6446f2c3744cbe48 10 20 28 30\n6929d692d1f6f2b9 32 46 48 73\n1aa94a69594df8a6 50 51 52 59\n134d7e5a74497a82 74 111 112 133\n7b700718d4651543 1 7 12 27\necc603a8956fc2ce 9 19 42 45\n460e2066b64b2a40 5 7 20 27\n9dc495d96b40e720 5 22 27 48\n5f4ad1c4a3979f1a 7 91 102 106\n7a514b19147f6c9b 42 89 113 120\na43d7bb904963bb6 2 42 56 72\n7a8a0b336a42d544 19 25 26 66\n2e35fc35559543f2 124 144 166 172\nff1c8223873aa02b 1 7 28 36\n3f0d9e856d93b8b3 4 4 13 41\na2041fa872864e56 5 47 65 102\n75af88e73cd1dd2f 226 244 248 272\n4eb55cf1d7911e72 63 63 77 88\n7727091b9798db0e 21 24 30 62\n8c8ed2adba3dad7a 229 239 248 273\n07d0229847bd7408 13 27 45 53\n6789ec9b19700574 7 27 36 43\nf08bb76e14a2fff3 31 31 40 59\ne83d60faa025b5d6 5 27 46 49\n8f9e317acbb2a05b 2 25 72 75\n98a1620554116908 79 136 142 187\nf102a9472a7ee244 20 20 53 55\nfeed10ef893f861f 27 54 58 61\n0c5ed899789e60ad 0 38 41 47\n9213c7a362e7333c 12 35 47 61\n8108a9c5100498bd 27 37 42 71\n86f0abc54efed356 14 26 38 59\nbd27bcc9eceb859d 20 46 47 51\n063b857e6470addb 14 74 76 112\n85ab0f77f378bc0a 10 30 59 63\nf7b6889ed4c6075e 56 58 65 86\n443e5a7e679e3e94 44 45 56 59\n497364635884d8aa 16 41 42 54\n5272b14361bf61bf 19 27 49 58\ncf300ddfd8d74881 73 88 126 153\nab3e34dc26107d2e 28 41 55 65\n0b07051f912592d7 9 24 35 36\n4dd400119f6032b7 160 161 232 243\nba93a409f4e9dc82 0 22 50 72\n5e59fc317002f3ed 70 93 95 110\nd392860278ded5dd 79 89 104 110\n95aa74ae988f60d8 83 95 104 109\n00cfc0ecd345deb4 4 39 77 84\nce5cb13f40a259e3 37 42 44 78\n1aaeb7f0aee2f9e4 69 81 90 123\nb00a2bc609d0ac6e 46 55 121 136\nf636d5de491e6329 16 22 32 62\n23099812f662b3ec 29 42 64 93\n3bad929f21fc4336 4 5 26 28\n2412e9f45282fd15 9 29 55 63\na292f5dcdb8f2ded 21 37 38 66\na415e84bf9482810 94 101 106 136\na2ab2cac3e746d0d 51 61 84 101\n2764844c23861242 14 26 39 41\nf03a119328d40ccf 35 35 41 57\n0757b4bc82bf26b1 5 16 22 52\n71a1121f817eb913 2 9 39 40\n9266884c0cde4ea9 189 193 209 245\n389851bf0ac38227 44 54 59 76\nbdcc795a28616fae 21 53 102 141\nf14627d2fc3158d4 8 20 35 43\na65002b5b08ecb25 24 27 34 43\n5fc4fbe044a044a1 97 103 104 168\na79b3300f99683bc 5 6 43 47\nc924718921f6c112 33 45 58 77\n56f149ddad20c6bf 50 57 108 126\nee7e27456b9da4e3 12 46 50 62\na8541914a2a0c1e8 15 77 78 88\n2236eab1c5c86fc4 0 17 33 34\ndc71638f76df5525 34 49 51 77\ncee475fc8a99c826 162 167 169 195\na79894dc49ea677a 177 178 209 223\n70c482cd5fc069ef 1 17 43 48\ne3e3c593f428ff54 51 51 77 109\n88dbb4c34d548da9 141 188 189 198\nc49d1df4c465f3db 34 53 55 97\n6fdc59ebb74b416c 78 107 127 135\n450cf402f042bfd2 21 22 27 53\na4fed138a491038c 131 154 165 173\n03c61595d13e121c 13 28 46 91\n886dd05beb5c0719 34 41 46 71\n91e8442d76550600 187 208 265 266\nbbbd792cd2e9d45a 8 10 15 46\n83a449617d36a17b 38 57 94 98\nea4e3898f3aae6dd 11 14 33 54\n6afff9609b65a604 183 192 212 242\nfa71d84898d6ac7f 215 219 236 251\nc6f67ea6a2bbf2bd 38 61 91 96\n808419ef9fd420fe 3 10 23 72\n49d5b942442449b4 192 237 248 250\n0de78cb98105f8c2 5 14 33 40\nc6333da4fcea989b 46 53 85 87\n4221bc1d4aea1a02 37 62 68 112\n6d8da4c9e2de7aed 10 10 36 69\n084fe29cd9d008db 19 21 35 46\nb7ba6d23dd44fb7f 64 73 76 89\nbd866d25ab1390fd 48 54 81 93\nfba51feb5da86961 27 59 76 90\nf6ca331679b2a871 68 68 102 116\nb68c0934ae591f78 205 227 252 253\n02e6fb86b0172f0b 28 45 90 100\nc01df2b67bd3c05f 0 30 53 60\ncbd6d93ad53f3431 9 18 51 55\n4b7e7de9132f4149 6 12 31 36\n4aa1973c40d2eb93 164 180 186 196\n7d4586cbfe1889db 49 54 55 89\ned7884750c2c08a5 8 11 52 68\n64fa19923ca0cbff 1 7 21 33\n6b004118ec521930 12 13 26 49\nf20a49fc09b9ee6e 95 96 147 165\n069597e1fe899530 47 92 129 141\n1b2e15e6c257fa5e 80 88 108 117\na8baf24bbae943a0 48 75 86 88\n0aa8646901d156e4 13 49 56 67\nbe31d24825e26b2d 30 71 86 92\n0c3d3b45ff4a4326 34 34 76 91\n53edb3a3f31a036a 0 64 85 91\nab3d616a3d001515 50 69 83 104\nc9d8ffc89bd3966e 57 64 72 102\nacdcd593a8f50eb1 68 77 108 113\ndde6bb4b548a4c30 4 24 39 47\n80a2935841bc8dde 74 101 143 150\n87bbc64b6844b3b9 22 26 38 57\n7da673e1fe74261f 40 45 49 80\n36bd5d3f3ee292cc 11 11 21 55\nb84035d4df22a1b9 8 37 39 43\nb07bfcdf9abe8dcb 3 25 73 83\nf2c80b9e0df4fb84 4 7 38 55\n3c85dbda51f7e9b3 26 53 56 60\ncb59372e38c27d4a 31 61 64 76\nbbd202e75328f2eb 6 14 17 40\n6c3646ea25b134ac 67 90 92 94\n99ad451e2d55edd9 138 191 212 250\n9bfbdcd290c6dc72 29 41 52 90\n6097f40e259c0570 13 29 36 41\n000db54a47bd43fe 49 52 85 89\n10c4c9600bfaa4d8 33 37 54 65\nbf00186c27b7cb52 31 62 71 80\n7c90756d31a6b175 74 146 157 160\neb711d70ae1a4342 4 22 31 47\n3a48dfbd2f0977f9 0 4 22 31\nb2dc1873918e67d8 148 154 158 174\n832ae9f6a4bf1ceb 91 162 165 180\n5dbf866479511338 13 18 36 50\n9873cc20ca70cdf1 6 21 86 90\n79775710b7857709 32 38 58 74\nd88c9d9171a34362 27 31 36 61\n5d9dcdbe9a0d737d 7 48 120 122\n34b9d929b2707c7b 3 8 14 24\n7f5f6eec84743ed3 1 28 35 63\nee17c0671fabedd1 66 79 116 122\nd9cdcbe2211aea2a 4 17 27 37\n33288d55dde83e72 56 59 73 74\nb3e7154d08bf845c 95 113 145 151\n8ab5102df0d2dcae 63 79 133 138\n8286697c72321c16 30 54 55 66\n193c3bd339eb0a75 35 75 83 125\n2e30ae101611cca8 15 43 68 69\n489254d4b26a04c6 68 93 113 115\n81a4004bcc27fd29 43 86 91 101\naa62c3241c55ad8d 71 74 102 117\nc12830b7047ca5ce 22 30 40 57\n9135604f85c2251b 214 251 261 263\nc44e71779267a01f 92 132 139 152\nfe89d80504b29f1b 15 22 36 52\nd66e8d271a8ab872 38 39 70 94\nef69c76bde3cfd9a 6 32 35 51\n0a9f2831a3e73de8 8 27 30 44\n30140756550dc38e 19 28 66 89\nfa3f44738a1efcf8 13 29 48 93\n82bfe448b0c14ee1 2 35 65 66\n2b1303680b081ccb 6 9 27 41\n2ac7eecd3cd0252f 5 29 42 54\n6153908d1c550ba7 18 42 73 106\n6a2423d943574e11 12 32 33 48\n228ed4b87c8a6ea7 51 65 72 171\n0b3674ffb90b641a 127 171 174 186\n33c1bb87a88e59f1 105 115 157 160\n0b970b3417969c89 12 14 20 33\n919ed2a52bac28bf 32 92 105 117\n0b79ada01eb45be9 9 15 50 67\n774c8cdbea630fbc 115 120 124 137\n379470c7d22c498a 68 106 130 169\n51f4e2352699e799 80 96 116 127\nb69c761fd60e17c0 0 0 15 30\nb81d9174ff56e46d 17 35 45 98\ne246e21cf08b2748 51 53 93 104\ne13b8a8bf548eba9 23 35 84 110\n12a5cf6bbe330edb 106 121 128 168\nc73d84ba32f9e096 2 12 24 41\n1d4d81f8629b119e 18 20 47 98\n898ff473a643f4b3 23 37 53 68\n1bf4fe9301893904 0 5 11 46\na790bd601037ea91 65 81 98 121\n5c4f49fa49178d24 31 34 37 87\n1d04977fb85a8b3c 57 66 72 93\n5ae686d3ee88f5f0 7 41 51 58\nc96fd1a96637de5e 19 30 58 69\n4636beec02aa8dce 115 124 126 149\ncc24e059f80f8684 1 3 24 29\n89179e2c743535c0 97 119 143 185\nec75b23a356a07f5 4 23 24 43\n6da3a9910fddd89e 81 83 109 133\n52611553d3ab5683 172 205 211 268\n16ca2db2f920c1b4 45 47 63 80\n179ff8424ec7ad13 10 23 57 61\n9f57b4ea44c45ab9 26 47 66 94\n098263de57257005 60 69 120 135\nd93c9b82a02d647a 8 29 38 47\nbb940c547eed071c 6 12 30 41\n242fc4972c7bb385 1 8 22 32\ndcdc007caf2285af 42 45 78 84\nfc60dbb610046c56 28 91 94 105\nc8cd73e44fdf964a 3 40 41 61\n2ab72e30a616dd21 2 12 19 30\n769bdea6a09d2bf9 78 97 118 185\n67fb1193d1f055f0 28 43 68 69\n8efa8ae39e41a4c1 33 39 57 82\ndd959965d6c45f4b 18 34 63 68\n78a9e7eb0b9fed4a 116 132 157 171\nd4f002923ad8463f 1 28 34 45\n1247b2ac5986205b 14 37 85 114\n07e8ffa32746c7ce 38 40 76 77\n794ceaf2e5ef3ccf 10 19 47 60\n8c983cad2af0c7cd 94 146 169 181\n4eada4761f39df2a 49 82 95 115\n44f9aac9faaac569 125 145 151 170\nbc53101036ebcca2 13 24 36 50\na191cd7c25c96a44 30 36 42 53\n50faa0b265836e39 7 25 29 56\n8459bf0d15db4b0b 60 67 86 90\n316035dd285c5e27 163 177 190 197\n31d903660e1647c5 14 53 65 77\ne9b09e89e448893c 53 90 102 103\n118f563fe2ed4998 14 14 16 35\n0f4f779411b45b6f 158 162 179 192\nfbb437c54b5d9d78 35 42 90 95\n9364cf2b46e39ae2 12 49 74 80\n44d12349e0609ba3 197 215 218 234\na9e84da94b7677d7 9 34 82 103\n0f97153fcaafc80d 3 16 19 62\na8e53509b42b91e1 24 47 82 117\n1961bb85524de229 5 12 14 26\n18cde229723f22df 4 7 16 46\n3c054be9bdb304ee 0 12 16 30\n5c76ecd0bc0f5d68 65 109 117 119\nde0c6b5d0fc57d0d 4 16 36 37\n2c9b5e69fe7f0338 115 126 155 162\n8c6de5601184f209 2 45 76 92\n978cabf07ebeac54 5 13 52 58\ndeb6feeca235caf4 39 42 70 93\n743b0c4ec9aad366 36 40 70 71\n1512ea7a9754ac34 56 56 70 111\n7f6e72805e11ead9 17 31 67 70\n5d849450a7f5064c 6 11 22 58\n52480d60a7ccbec3 63 129 130 138\n00beb03ef95dc637 81 92 100 129\n5ef49620e0955f07 65 65 70 89\n3ed3ffd0ae9c3224 15 52 54 61\n3cb1489b614e5f39 97 142 156 201\nfe8431a1c5bd3c81 170 172 194 208\ne7020d449f50c737 51 56 70 82\nbb6d106fb22b1f54 55 67 75 107\nb1d7e798c2f2f30e 120 146 159 175\n632a121cf77513a2 16 53 80 95\n3cfb6cb5052ce744 114 117 143 157\ne456bfbbc41c6bd4 6 30 37 50\n4bae0a9b0dd66beb 2 11 21 40\ne84891165f0bf125 24 35 40 62\n59bfa3dceffc42b6 13 46 54 62\n6e1938b832b4515d 4 10 23 40\n8b6aa37cde3638a6 33 44 48 65\nf5a898cd54a2762c 40 57 68 81\n8fc9e8e5f7b69c31 44 60 71 83\n7beade5589e38928 2 14 37 53\n17a3e731c4fe0aaf 12 19 50 57\n786bfb8a195d54b4 46 58 79 88\n20384754a6e5d1b0 6 27 41 51\n10351dc7a37a44c1 37 49 66 75\ncca9eb44ccb4c50c 4 30 39 55\n19694d2dc528d75d 137 140 187 210\n2b1e0225f0952a09 18 21 67 68\n76f2d6981e00d952 98 126 142 154\n12d4ca1236a2cf26 17 25 34 71\nd53343e8959b9c18 14 65 71 72\n6b7ef4c56535b965 15 19 23 34\nf27b89e6e7702598 29 38 59 93\nfcbaea4d9cce75dd 11 36 60 62\nc7dd22d118a2ac30 31 54 55 64\nf87702186e2115c7 27 39 63 70\n97cf7d672434d294 0 5 20 31\n23beb4b246e236fb 44 71 112 121\nbb3f4e6a994ff63a 151 164 197 200\n90788c0f97df105a 177 201 234 241\n86a79e32169685c1 99 125 130 159\n72db46eeddbe4275 3 25 62 76\n733d0a0347dde56a 2 40 42 49\n849115291c948385 5 12 25 32\n54a1bceb5d97272d 77 94 103 138\n2ff40df261e17697 16 16 27 63\n935f157e04c227c1 53 63 65 116\ne071ef79c9a7d612 101 170 175 178\n8206395dfe75be01 3 3 15 23\n8a3d65fc359279df 65 72 86 111\n2d4e81e66ce80039 41 50 63 74\n298276fb3c0330e5 77 89 116 138\n516a1ef6d8a69398 16 25 32 38\n36fc018c7b62b997 28 41 48 59\n24668d960406587f 120 137 200 210\nc3eaaa4be79355b7 2 6 29 47\nd0fc0d5566e548e5 6 10 19 53\n0387ef3895b1393c 9 14 41 72\n5a331dd980d16fda 8 20 23 58\ne7f049cddc9f62ba 40 52 71 87\ne9d397952be37ca7 3 6 31 46\n20422596003ac855 212 248 255 258\n9c4a6de94a583fd5 45 51 72 74\ned9cff668e7377be 87 116 119 180\nc384c30bea887b9d 0 5 9 11\nf3288968f1562b49 2 41 46 47\nef087f57579ed8a8 4 37 57 61\nf8df532511809597 3 23 64 65\n430d7b5b77861810 1 16 36 93\n03906f66d3bca71a 54 70 141 165\n63eb0833923d46ed 19 39 69 76\n2afb8a0a98e15155 9 15 56 57\n9ee17c5ca488c440 2 4 39 49\n582d287cce22f586 101 102 154 155\n50f0460b4e02a326 13 41 60 73\ne12e122730984e61 35 67 80 91\n0d5112a7eb22d61a 29 37 46 62\nbb33fc7718ffabf2 86 93 139 141\n0ccb28128213f19d 30 40 69 104\n6a823717363844c4 15 46 60 67\n2ed398e8368e0c6f 46 47 73 75\n8a8c745893ab88ad 52 72 87 102\n2313ea0fb17cbed6 111 135 149 166\nee2a5976e8ab2691 48 84 86 93\n125c92c36a04a68a 18 47 64 76\n072b4bb46d80484e 22 39 58 62\nde69392a33b9756d 24 40 61 74\nc2e81ece6a48abb0 128 132 162 184\n6f6e61cad82ff0bd 103 166 177 186\nb4a33bb457b329b0 122 163 165 171\n07842cc567e9beec 23 91 95 111\n024908906fadb408 10 33 76 115\n01842c6b21e1d679 24 34 71 107\ncdf7ac95fa09c707 90 91 120 132\n3290731e5f908b92 12 41 63 68\n91a1c4b534693c26 4 5 33 44\n14f0b962fabfaae2 32 37 69 84\nf6e39599ab5e9dae 0 31 32 35\nd97ead1096b72dbe 66 73 94 102\n8b7dc2877971a64e 191 192 194 239\n8f0218121c335789 73 89 111 158\n223c9627b978d127 72 113 115 130\n0e512d350465a63c 85 100 123 130\nf1171dbc746a3cd6 26 36 65 70\n3dfaa97cd48a0332 38 103 116 128\n5f86b15ace41c6d2 26 32 56 65\n1e969786d2a8c7a2 45 49 69 112\n4ea022def425d867 13 41 43 55\n28a5318660ab60ba 5 36 48 61\nf088c85322065722 83 87 157 162\n5a832370d2d05215 3 22 26 33\n700705a63940c412 122 137 170 181\ne98995e13069078f 18 29 38 48\n020991bdfbdbe504 34 36 66 137\n5937cff79f38b88b 2 9 22 36\n5fada958027ac4a6 35 48 68 99\ncd1d68bc375fd119 23 31 68 70\n47d9493675e58f3b 1 16 27 29\n94e35563d865a2d6 1 3 28 41\nc64844b01c1d3326 0 20 36 58\n954e0fe2befc04e1 23 41 62 67\n54b27d097d8a74f7 4 14 26 39\nd928cba8e1bea9db 90 124 138 145\nc85009705079dbcd 127 136 137 153\n94eac323cba1cbb5 130 157 166 175\na0aae7f3749483b8 53 60 111 140\n9aad6dbfdeb9546e 2 64 69 82\n27d163d7046d36b5 6 26 34 39\n6200d2785aa82a2a 43 54 67 112\nfff9864727c42c80 16 40 53 55\nf292b2a16e9a9779 23 45 46 69\n4be8bf31940bd475 22 24 59 61\neae7853a7280a98a 53 79 84 85\n6bca63f130f50373 59 60 73 87\nbe4e6f9eee38647d 113 157 167 228\na011264573aed272 12 34 76 78\n94f8d39e84a2554a 20 29 30 98\n493bb055f33cb256 7 18 54 60\na74c7105c631d057 131 147 223 227\ne01dfda8df8ab7ca 59 84 108 110\n4cfefe4588b687a9 35 48 66 82\nc0e93d0578ac1cde 28 38 60 62\n5afa29226f0a5e5e 51 66 68 89\nd951d621a1ae48a0 150 151 152 165\nba5bbee8449e659c 6 13 20 34\n52b7d89a2d3ed2b9 23 31 36 53\nf4c7ca6b6888db51 10 55 56 72\ndb33f36374e40bfd 123 163 206 215\ne16c23cdab65f04c 25 54 71 83\nb31502bcf42ef8f5 22 24 54 60\ne48e2d02a8de8039 17 50 52 68\n464e3851f923f8d0 0 20 31 65\nd458a6128f54745a 39 59 67 85\n885c1a66b4025d94 11 22 53 57\n1dad44855584a4ea 4 23 27 48\nc55446a3809d1cfe 55 78 91 107\n903dcecb140a987b 192 213 215 216\nf05d9bf59c496548 30 30 75 82\n583fb7b4ac7f8a70 172 196 200 226\n0a4cf8d9b81b4c6e 10 13 27 38\nc1699c00968f0bca 27 33 55 62\nebf9eb32e850ea81 150 173 178 189\n82e31f202a167e19 62 100 101 109\ndbdeb6adf84634d4 19 21 44 47\n0555b07fe6239b4a 10 24 25 30\n05c48ff6535fbf55 17 17 37 61\nfade143648decad6 9 19 42 79\n653912d2b32cf81f 24 44 45 60\n65cbf88f417d8b87 15 30 36 89\n0b55abc1ca2fe909 21 44 49 53\n663b29720a9005b0 11 17 34 56\n964f93e6b440cfc2 17 25 31 33\na2b16cd3965bf8ad 25 39 45 103\n995cf26596bdb61c 33 35 45 80\n56f38b2ef24657ba 97 106 124 216\n3f7b6f511421e395 5 11 44 47\nc44f1fa44c2335a9 1 72 77 82\n270307bfb19cada6 26 57 59 61\n85e66d4a76a9b485 0 31 43 71\n87f0f033eeca7ec8 20 35 47 65\nc62a2dbbe8352849 16 52 62 65\n3ced9d0b56769bb7 4 17 37 76\n94d5e6280f699e08 97 99 141 157\nedd9bc3fc7e1070e 36 61 67 83\neca871c813c75c64 54 61 79 99\n34c43a35c5d197a8 34 42 72 105\n2cd835fc105ec81f 0 29 35 48\n2c16104a0ed6c8aa 21 21 54 63\n82d86c8480f6f447 7 11 24 66\n72c8c1a0b4d0a5da 71 99 122 151\nae0a9eade17a944a 44 68 86 87\n9797ffe46fbeb691 6 35 66 79\n8849a5c89f5a3c55 34 47 58 66\na4f441c4ffd46a8d 30 39 47 67\ncac95a6d75943b45 58 86 95 115\n3a0328ed13dd8c8b 119 142 146 171\n0d06be83296cf911 103 104 128 156\n061f829d3dd2e46e 16 30 37 49\n9c6f8478651dec88 26 44 46 55\nb9c1facff4f8b584 38 41 45 80\n5d2db39fb3b079c0 96 99 121 128\n433742b23712bf06 4 8 12 13\nd4b34956a9aa9c4d 26 36 59 63\n40284c1baec06ac9 8 14 24 41\n432a9cfcf53ef717 15 31 36 60\nef284ec2c7d4b608 103 174 180 198\n3b84ac07fd85bb3f 2 5 14 19\nb1e1ff7597b6efbd 117 153 173 195\n1f925fcf391591df 9 9 21 30\nb77248294a312af7 0 30 33 45\n93c4c4dcce1ad9a0 82 141 153 158\nd71156c20ec84ed0 32 46 50 53\n9aef06d879964b7b 16 30 42 73\n59fb8a856c91320e 131 142 158 173\n17fc81293f337cc3 33 60 69 106\n0e1a7abc82b1afb2 26 63 70 74\nbf8bc80890f16947 22 35 45 78\n0e7b68884ac4d959 39 41 45 82\n96d9ca1b74e4a847 9 13 24 46\n23808c0cfcc72e72 8 13 15 42\nc1e6ac4f872b9cf8 6 8 19 49\nbc0ebb7482f14795 20 21 50 58\nf62cb69c60002108 90 92 123 126\nf8b02aa8498187e4 63 94 98 103\n73b1e11a6d1edc75 55 57 65 110\necddcb8a7e581e1b 11 13 18 26\n63100e137826cfd2 1 10 26 75\nf1ae3f5c04336f9a 14 25 55 76\n21b548b570c0b415 36 38 43 65\ncf0546d729e4d57c 43 45 72 85\n36cb04da872d3bce 38 71 99 134\nbff73237b5d6cc32 4 9 14 30\n724a7e5a97ced6e5 54 67 83 90\n5c69737728c7645f 60 61 72 146\nd6c20aa5b7de5ee4 34 105 138 139\n4e6334d5ae0c157a 39 86 90 96\n93850754fb4d6929 16 19 23 60\n0d08611c8b251e15 88 101 111 114\n8534404c06a7a475 146 170 178 243\n9a1bef8e978e62ae 15 69 82 115\n419b773d04a986b7 35 62 69 86\na3afb611e05eabf4 0 8 13 27\nc21df1e3085cbac8 77 108 131 140\n5ca0d8f0b24ae0aa 7 37 96 108\nf11be6d41f8b36fb 170 179 217 225\n24b4e8ff5a9a6439 64 70 81 109\nd72cdf31bb064b1c 103 120 152 173\n11d5f4e7b0b17565 10 33 72 84\n9f2798fef9b29ad2 11 27 37 54\nb7b89af3845a04af 9 21 24 41\n5afd98d36f582daf 4 38 43 51\n62990797364c3cf2 4 5 42 45\n9b3ef293e05d70f9 20 26 29 44\n8725e58028e2f1fe 3 21 30 40\n92b4fb8ed69cc398 72 121 126 143\n5041e63659c90693 50 71 89 98\n9fc435ca200777c9 2 13 21 36\n4e45b51fcd56ceb1 11 26 28 63\n28b23ec38ac5c0b1 50 59 69 106\nd0b961241b7c33a4 23 52 55 64\n5fe8a422264f128c 136 224 230 258\n1ec7e7dce1175aee 32 51 58 76\na403a07ebd41b6d2 8 37 47 54\n9217c66c0900c6ea 12 44 62 70\nd522ea888fb16e86 59 63 70 75\nc51da147c5b6f88f 71 135 149 176\n0de6bc7da518fcae 7 16 21 30\nf6f1a6c3444ce705 113 124 160 170\nd5c5a2109a2344e0 142 164 172 206\n7a42e67f85dc80d2 0 3 4 6\n318cc6a39c0acc71 6 7 42 91\nd849cf4a74988f8c 0 3 20 22\n321911ae4a16f038 66 67 89 108\n8a19e0c0a085f5d8 23 53 54 64\nac35b0286dd48dbf 33 40 78 79\nb474bc1aa91428cd 11 22 23 36\n403951b5d632b5ab 40 79 82 92\nee439bfcf0065752 58 69 110 134\n7dc87708a40e09cc 30 35 51 72\ndaba92e841a70468 93 114 116 118\nd6b3d15ff42247fb 43 45 62 86\ndc8b2dd99adebba5 189 193 205 217\n74f06932dd0ff8e4 0 1 23 37\n5fb6ae7a43819e8d 5 19 33 42\ne3d58633f6310c45 16 20 40 45\nf0f7ef04f763da64 20 41 63 73\nb0342f55186e26ce 44 60 71 89\n3f68a1e365e94eb4 81 101 121 129\n0712476a67734dee 22 28 33 38\n64543bddb4bbcebc 0 15 42 45\n922ee666c8d9f42a 31 33 121 139\n5c950935265018ba 33 34 55 61\n4d2a276aac0bc7af 0 4 16 26\n2b81fbc1af01f0ad 27 37 54 77\nf55506f85121d693 41 61 89 96\nde72b3d3d01ea315 145 149 174 187\nbd7b5a078178e1ef 79 89 114 133\n0ed8b86b87a30d38 40 61 63 85\nfca310e3805d5ab4 45 58 61 64\n8ed13911e32381d2 12 16 64 96\n9c07d2b1995e5ddd 175 209 214 227\nefb9832d4c948498 97 127 170 188\n19ea6a2de5c6b077 2 12 22 31\nab21a9fb5b124d8a 13 22 41 68\ne8530fdec17b42eb 19 20 32 45\n9afbe12dafb8b68c 83 87 115 138\n51606f24d69a31c5 89 97 104 110\n68f10d64744ff990 68 73 80 87\nd9de8aabf76c7683 41 42 57 65\n40954e72e02dc771 51 79 86 97\ncc014d7be0dd9a2f 19 66 117 125\n65cc49bc3ebaf313 48 62 64 91\nd9642c8efc01481d 191 225 227 248\n5ba05d47e238dad6 45 75 80 99\n625372351e3ff4dd 19 22 59 72\ne0e3465826bd8a52 46 75 84 120\nac3a468aec7604e7 7 9 13 37\n107b78daf075d371 26 28 39 59\nc936902cf1e99bc3 20 40 46 63\n51338a976f95e507 4 12 31 32\n23cfdadab7cc51a1 19 88 100 129\n512810bd5785cad6 61 86 93 96\n32a2c04fd8321bbb 71 76 118 120\n1fd5f9af785e6e5c 11 27 44 46\nb325dadd4c13e439 174 178 227 240\n9e0c86b04f280500 9 30 38 69\nb572de1740856ec6 41 50 101 105\n600fdd0b896e4d57 44 77 153 159\n00e12e215c028984 20 31 68 69\n95fa365891aa8350 185 200 238 242\n749f682613a13288 7 22 25 69\nf1cdfcbce1f39754 64 65 66 85\n7416347f6188112f 14 16 24 55\nbf3598d725ce7cf4 199 202 221 234\n82c1e9362c985729 2 8 28 41\n356c676d648e1d8f 22 45 72 73\n586004f337ead821 53 67 68 69\n2a39e3b6061dd887 21 21 45 49\n94ae813b2bf79c45 24 51 55 66\n117335f5d67368ca 24 42 50 58\nc4a95e304041e85a 89 90 133 136\n82041f060168dbe1 13 14 29 50\nf3dcb60ad53850fb 5 10 21 33\ne4a19d5347812141 14 37 45 67\n62feb0ed164ebcbe 29 30 41 42\n16da9b4fdfe4883b 8 30 43 54\ne6f4b97e55347eed 79 107 136 147\n234c14a79d4da1ff 1 15 30 39\n35f89d3ac607bd5a 10 31 51 69\n0cda9adbbedd7948 28 108 111 138\n840f887d08cd0b3d 7 11 50 52\n4f25ba1ea52f635a 27 37 43 52\n761579772fa02cfc 0 7 8 23\n040de715f9303ba5 38 47 51 59\nbf2cce4dafaeceda 68 87 98 99\n46ea97f6f3757209 13 50 105 116\n8071c129cd7c6f44 39 78 80 87\nbae8d86158cecc94 16 17 50 55\nb4ea2d59afd21024 20 37 45 79\n1f5df6019b0bb73c 87 92 101 138\nb38b3646708dea84 112 125 161 180\n1a22c18ef654437d 23 29 34 73\n2f878176347bcf9e 53 69 97 100\n31bf989cb15492d4 0 5 37 45\ne650fa5efc0809de 45 73 85 104\n88ca99a049b21a0c 30 40 42 44\nae8bffdf38808a33 220 220 242 246\n389f65e97bd902b2 58 91 95 105\n4a736d7c30ae9280 74 114 163 171\n21a23c81331b0027 7 7 17 54\n4e012c05fdf8f9b3 6 10 42 44\nc0f6817b3e55c661 10 11 16 20\n1fcf851e236dec35 11 16 26 57\n5cc5e562679c5f1b 25 57 69 98\n7218b8b94350581e 60 82 105 111\na8b7a84bfa9cf39d 11 17 35 105\n67300e41773c1a44 95 147 149 173\n65f681e621230b5d 37 71 124 142\nd2737d096cfe9bd8 36 58 69 83\nfb277b237d7bdcb5 4 25 34 67\n70888447007609c0 88 98 131 141\n13c4059da4e56a8c 12 19 40 46\n9fab0fc34c002a2d 5 13 29 58\naae8dd571bbfee04 14 29 39 40\n1af55d4494e499b1 145 145 173 177\nbae2196412b35a3c 15 17 19 33\n8041140ad38483c5 11 76 79 86\n4b457a008376cd73 43 50 58 83\n7f6560149c0bac41 81 104 106 108\n8a3690723c47052d 76 78 103 108\n1ade309152fcc60b 94 106 109 120\n9ccfd60ef2a71655 12 35 44 47\n603b87ea5bbce6fd 15 21 25 34\n30029fac7c5621de 5 20 61 91\nde0083a93486609c 116 121 162 165\n3ce90c0ea2537c48 10 15 22 51\n97655fa846bbdc95 166 206 208 230\nffe67ac537febe41 60 95 106 109\n8620588ed616ab15 11 12 13 19\n8231d05506f080c1 30 36 42 70\nad39265fc19a6fab 0 36 42 44\nebb59e0343c6c7e6 2 24 34 37\n99402ce31d9d9d68 63 72 104 109\n7dd4b9a826944af8 7 10 38 50\nb3a922aabfa0316a 66 113 118 125\nfd6ee791edb85b45 24 28 48 65\n1af4f12e5c55c99c 2 40 59 77\n4953a5140e2f439b 11 19 32 66\neeb665bbc61578ef 61 82 87 96\ne94c2035d207ca99 4 16 20 60\n53a03103c5ccd2fb 7 35 44 50\n6628004c0ebaeefd 11 11 18 23\ned4edaa7c4b6538b 25 33 44 53\n33dbdc4396938ae1 32 38 55 57\n51f96756456b33fe 68 98 101 114\n6b1811dab3c2181e 54 61 62 97\n6c2be8b0c63bed73 9 24 27 62\n1150003196de2529 105 109 117 151\n6c5be64f9f19064a 12 26 33 37\nc0ff1124e4c6db71 43 56 83 104\n63e37e7be7c2a2a5 39 53 58 64\n8b50f64f609a7417 14 20 26 54\nf5257718f0aae70d 172 195 204 231\nde7e6332da7c0b4a 83 98 119 139\naf6c111c5a2477d6 27 45 50 52\nea375208efc37f2b 19 23 56 67\n2ccd2d98696c87e0 4 22 27 38\n2552fd444d04ef21 1 1 46 48\nc969eaee78f6aa7b 29 44 51 75\nd4745b3e1bf70910 16 36 48 51\n45e5fcd5c8978342 9 34 36 49\n420bdc53a6928b32 33 48 94 102\n5179e23afde37cfd 9 12 30 48\n21840c44aed0ae43 95 112 140 170\n63a912e86ee4698f 2 15 24 43\nef10577f3bf663a7 28 33 51 56\ndebbae3a33e31dc3 3 13 34 36\n5bb9c1498799204b 2 24 56 61\n431e6542fde13130 42 58 68 80\n0dad7f2ef3496f13 21 25 39 64\n961456b3bbe48e41 83 93 109 130\nf925c128d3e76e69 2 22 39 44\n604872e128f5938d 1 5 10 17\n06dcbfe7cd79bb66 34 40 52 78\n42b086af2a1e5d98 20 34 52 77\n2d62a5d66d6e4931 0 0 24 49\n3e8dd5a6930ecb92 14 25 38 107\n634aefb6e1d7d70c 9 19 32 44\nfe42422857682683 51 54 74 101\n83cf9da0255baa32 9 23 35 44\nc065af084d1108c3 2 12 26 42\n43db35d743e6be54 25 49 64 69\n443b1691d94c1b3a 10 21 23 31\n335794d48a9b168a 23 44 53 70\n9d37c1e008862f67 12 38 42 62\n9ea41ecbdcb268a0 8 11 24 67\n5bda67ce0ab325b8 79 118 125 134\nbd7b6cbe96c87c5e 34 50 54 91\n5b427c2035bb515e 73 104 110 115\nffd3390311a2c8ce 9 18 28 43\n9a0e32c4ab71b3bd 133 145 171 216\n78c9f12f1f2df5a1 171 174 178 200\n9cf5e48a638becde 45 48 80 90\ne9d5d800eeeb5fe8 8 8 12 45\nfd3c54bb57284e5c 0 7 21 34\n73f37a3e83b3db29 58 84 139 152\n312c8e1f1f9f3594 7 17 38 41\n1c7b3ccd5482f834 1 21 45 47\n3662b5f2916b470c 83 97 142 177\nc6ad2c0caca2566f 45 68 93 99\n177d39d72e983b69 6 25 35 38\n666dfa1a6310793c 5 29 46 66\nd1ad717988b5f4b9 48 117 130 144\n41fafa6144b58c39 0 12 34 48\n4c9030a5917a1328 3 7 40 45\nf673068196024955 9 10 21 33\n35b15e97674edec3 47 61 63 123\n81b132ae6b8bc8ed 0 7 31 41\nb0b47fddfd7ec43f 10 26 35 57\n0ab163a1b88f1128 13 19 35 46\n764bc578ddb19e9f 115 129 147 159\nabe6faa37846f1ce 0 36 41 45\n81760927c26073d5 41 47 82 88\na74d69eaa0dc81fe 25 46 68 71\ned46517c2abd93f8 0 27 34 45\ne78acf2f0d88e894 4 13 20 39\n63601178de25dcf3 82 97 150 202\nbc8214e859ec98d7 0 24 41 48\nd9379ef7eb90e7e7 27 32 48 133\nc2f419eaf9b69c79 19 45 55 62\n635b0cb422cc9b63 45 45 51 76\ne0f5b15246fe74f9 181 209 241 246\n7f602fd34aa315b0 39 44 84 103\n4ca952ede2af6578 0 15 43 55\n37d4e43b2b029a80 6 8 39 48\n44be029ec85609c5 64 74 75 116\n078b8bdc29565cac 23 38 52 68\n5b9054a58c1a20da 22 34 59 61\n9f8dd9d0fc7d9382 17 26 37 46\na361562dded27501 9 9 45 54\n320c8fa9d4c8ecef 0 5 12 35\n9dd571bfa9a0ef35 19 25 30 41\n685da2e45eda4f92 9 11 45 50\n0ff193c92d415b18 21 42 46 53\n14a5b002ce46d4d3 6 10 21 52\n43361dbc0c5a2808 26 41 43 65\n780b7a435f2ced47 132 201 214 227\n7ffbb3cfbe1af515 20 25 55 60\nee8a786d0448d93c 7 23 41 51\ndff5912eb00182cd 3 14 52 54\n667eb8ab7c00b961 39 47 80 81\n4118895a33890c5a 18 31 37 75\ne7c2a6cfc9f12113 0 24 38 41\n981d9a0fef100f84 15 55 72 85\n43fee307c6339b5e 5 29 34 43\ne3b9079fe9e0290b 146 153 184 185\n70aff06cbab9e038 0 19 21 53\nf1779a76baf71f9d 7 10 32 40\n2755ba82b01b480d 7 23 43 49\ndcd22cfdddffa9a9 54 55 56 84\n99dcc63950025556 8 23 24 65\nd1a3ff99bab7fe77 9 11 14 49\nd4576e0cdf65663a 19 21 38 49\nc8c2d887b38f6dc5 35 38 50 82\n25d3995ee3f07dae 14 39 49 61\n65e05c44e3018113 10 11 38 44\nc8640731b5ec3b3f 3 37 39 58\n2d815b3e5e9bb237 42 86 88 114\n1c73def8a62301a9 83 127 132 165\n474d403238a41315 16 23 37 38\n5800017d267ac76e 79 81 86 128\n03f551fc4abedc08 45 73 75 90\nf3534478d06ca677 47 87 117 126\ned0364eff155da2c 11 39 52 53\n4ae4456267802484 15 28 50 73\n98eda9148d3731fa 3 14 29 30\n78c5b78b44059cac 7 12 29 41\ne02fe3ae53693362 13 13 16 43\nc5099a0b6b7849eb 34 58 59 94\n6f12e407f47d0724 1 24 31 45\n6c376c523531fd19 191 246 252 256\n4bae8b3980bf32d0 9 46 51 53\n55fb48a338c9ae09 4 11 32 42\n9d2d13865a1fe989 5 13 17 76\n4e9844ec22d424de 3 6 8 42\nda6c1d011315f203 23 33 47 68\n8d25f7cc9527723c 40 48 117 154\nbcbfc12f1cc350c0 5 9 33 49\n851755ccbadc0ddd 180 192 216 221\n025ce727b1b55932 66 75 85 124\n094fd37f09dc318c 4 24 50 53\n3af43fe8d514f7c5 92 118 142 146\nea321e9d94fb3533 50 62 74 125\n8afa074689f59f7d 40 67 74 77\nc8de87bb03e6ba4c 27 52 74 86\n869e7e1ad950d5a5 47 55 62 93\n372bb866143b6e35 13 23 41 45\n165696025b477097 19 21 44 64\na9dc5dab9b29cccc 4 31 43 44\n6528a773543d2404 0 13 15 24\n49d4a7288f6b5dac 8 24 26 50\na3ba667b9cd78d95 30 31 39 74\ne352944191227d65 0 27 33 43\n45813c8b2b35ee38 0 13 42 44\n6667bfea202e343f 101 106 113 165\n6f48981fbe4fbe80 4 11 38 39\ne180e48c3a31788c 12 21 45 49\nbc69599f807f4bbe 15 29 59 70\n61c1653668df1b7b 22 27 43 58\n0ef054fbdabce0cd 0 9 31 64\n26e27bf9039f8aa2 5 8 50 56\n5a7df53b469c351d 15 21 34 71\n5c5cea1c0c614590 49 76 78 85\nf9e2fa48df9eac9f 11 34 37 61\n4d66f43cb4ee5fe8 14 17 19 51\n588d8bee939e4fe4 17 19 26 62\n4fcd312dd4baf4f6 13 14 21 27\n1ec53f4089f0dbfc 1 12 29 35\n99d974438c80802c 5 16 30 71\nf218fca4a9ad27ab 56 58 99 102\nd83b9ebe5db7978f 226 234 262 270\nf2a5a2e3570921c9 46 59 65 80\na62f41c8c5b475a6 32 96 103 112\n17519e763b34fe14 20 23 66 105\n186f18684ed4b516 43 78 95 102\n47d11d4bee6608e0 19 47 59 81\nfbe4055d5dfd480e 49 54 66 82\n881c01eb440e7b4e 8 9 26 27\n28760a14d0a5ff3a 13 14 39 51\n879843dd7709d6e0 9 59 65 68\n60446524157d9f3e 64 81 109 111\n0894f0072a8c5fd0 1 11 42 46\n5fad029d91af56bd 66 71 96 149\n68a17cc5d6e41d9c 92 135 138 151\n54a7ad7ac2bd1549 14 26 59 65\n51e045d2adfe39fe 11 13 33 76\na1a21aee1df9fa71 86 120 121 149\n633d3fdb65d02c52 59 59 94 110\n4246a11f0971a231 12 13 29 50\ncfae28b337f6d169 7 14 20 53\n6bc457ceb8a81ed5 72 116 120 123\n07d449efdb66c20d 30 39 59 70\n6491dba0a8ebd210 4 4 35 44\n7ba1ce8445588441 1 24 48 70\n8aa9a088bb57b234 25 93 103 107\nf2155adbd63cb1e8 14 23 77 83\n9dee45a5b09b5770 86 120 176 197\nd0d99409eee42ecd 128 131 175 177\n7cad770e94716bea 2 14 44 49\nf12a3651a51dcb9f 44 77 84 93\n04ec725465dc5329 188 240 250 253\n36e94b0ad3a62c7d 9 14 36 42\nc623c6a79373330b 80 98 109 134\nb516e68f82993596 109 118 184 209\n8f71898bc3662fa6 15 19 22 50\n146581180e89666d 0 4 21 35\nfeba28a8f1b69de6 62 96 130 152\n74e192d23f2fa8c4 205 207 220 243\n61ab98ec79dd67f4 14 20 31 74\nda7649f08f0ecb90 154 155 228 233\na7813af2c5f05291 140 147 161 189\n0c788e368d993870 140 171 220 223\na7849dbe8e0a9e87 16 38 40 55\nea96d12c34a556d5 0 6 48 51\n4f3832284b2bbfc9 20 32 40 57\nb873af03b0ece78b 1 45 54 70\n7ba29bd150619f7b 1 7 25 48\n899aa2030c49fc23 18 30 33 42\n3e746126204810a4 154 177 211 228\nb15cb192eba0ae9b 17 45 52 59\n2e715d4c5bf6c45e 3 37 40 48\n7cf899a59a83fbea 43 92 98 154\n93e6c08c33206a0c 9 27 53 92\n71c9478442c4ae6f 45 58 64 104\n9afda7b164cf2cdc 3 8 19 21\nc251d6e68d6d89eb 17 31 56 86\n586e598c2861b5ed 8 31 43 45\n63cafd9770207456 11 24 33 53\n602a0260c5402165 9 27 49 53\n1c10ad566816b403 1 1 25 45\n518425b2dbf859d1 48 54 61 88\ne67c43bee6f33ba0 77 94 96 114\na7da8cddff19c648 53 62 63 101\nc30ce1a9890c8bdb 89 154 170 212\n3eb795302924e912 8 21 68 77\n50ea659a50e51f73 2 19 51 69\ne60f34e1e4663509 12 16 32 41\n96c0a1027a410b41 60 104 107 120\nd67a9ef5ecbf92f1 6 30 38 47\n09c1b7a0876c08df 83 85 192 195\n1837b8eebc9c2457 0 46 50 62\n999ac7ad88172c0f 60 61 84 117\n7f5acf5eb41232c2 8 19 32 88\na4ab72b25fefa48f 3 42 47 67\nfb424ab019f3e1a1 42 43 53 76\n7d9958c362abfcb2 35 86 136 144\n3b676f25b54dcc1c 35 51 71 101\n71e6127ee98db5ee 25 26 29 55\n02f801e372d67cfd 31 43 57 70\nc332f61eb80f0728 2 5 7 8\nb0882e9423cd8a12 99 104 108 131\n1f084607245e4462 2 21 38 47\n59168f648b9617cc 30 55 68 74\n4560f57598efe5ab 6 19 29 37\n7be4141d6dc4a3e4 183 208 215 231\n67bfdf9483e9402d 11 36 51 57\nef24eee67c586c55 14 48 55 65\n897b939f8fb05f40 4 17 30 59\n4c2383e60aaf26cc 26 53 64 66\n1b88fb5063cd8916 16 24 26 63\n0720bead0cc7cbbf 194 201 213 240\nb9f3542583ffacd3 5 16 44 57\nfa005e9c2a1c4828 61 123 133 156\n4c69bf407b142b93 14 22 45 64\n50edf4c00177b372 1 12 23 26\n3cc1fcf538c81442 13 21 36 51\ncc2e5f2b53331cfe 63 73 108 141\ndb2a88aeac0528ef 22 33 42 60\nd4b2323a3f4b6f0d 29 48 61 68\nc2d8705c1545d888 5 40 66 67\n4a046d13e389b505 119 142 180 195\na3e602c82ca6dad8 90 90 156 160\n8c411eed4a89862b 52 81 89 101\n7794d03533d97905 24 45 93 100\n1d46e25b06eef337 82 102 116 131\n214c597029aebf9f 65 99 144 150\ne6edb9ab258be4b3 13 28 40 49\n2e4013ea92d04301 155 172 235 264\n4a177be7db12edcd 31 74 76 78\n77c3eab4e29f6483 0 8 33 55\naa76e4a85ca31b8d 0 10 21 34\n7b6d9b260fc3ad7f 105 105 146 153\n1be5a5c98a51b1cc 12 14 27 46\n8aa095ac49d8b483 27 63 113 141\n5f6d466e1860f071 2 15 28 51\n15b93cbe9fc5220d 19 35 39 88\nee336a4898a32ded 155 165 208 270\n5f75672448394958 100 107 118 124\n7a3077294b23577a 3 9 12 16\n15bc9eb752c6dcbd 20 34 50 86\n89a83c39d8113b00 54 88 100 109\nb3dbaf8b9a442fef 19 95 116 119\n8955965be5e21697 35 36 66 72\n6387e971b377f551 0 18 19 40\nf372706f15279f2d 10 80 102 113\n8f6316881fd064b6 30 42 56 76\nc6e9e5366bec252a 5 31 93 99\na34483ee2255ec8b 6 26 57 61\n1b881261742799f7 12 19 20 48\nfc87af9c4f0000b1 0 0 3 20\na7c9e9a3be7b16cb 6 14 28 40\n55b8f1d06d9170b4 147 161 177 193\n0f61837b9749da34 8 22 24 42\n49cc37f7f96be5a9 25 48 62 63\nf1def7c1a827dd08 94 98 129 135\n9834b5f8f65308b8 0 11 33 47\n0cdfa29561cb24e0 20 21 61 63\n12e3b1ad12a752f6 15 16 35 55\nb84c9807327b240a 10 34 40 46\nd39a18f18b91df93 5 16 28 34\n37ff2186f55b3fd8 3 4 5 55\nbdd1073b23f1faf8 9 24 32 39\n195fbef2c08715e9 71 80 87 157\n055e4612c1ea70f9 30 47 55 64\nfc50278b5f950186 22 24 51 102\nb7455b8a4deab066 122 126 135 173\na3d0ad86d0435e8e 22 22 47 92\n42b218cc2f794026 32 47 68 71\neee74e6e5d589a84 35 41 72 114\n4cf74ffa5bfd5904 16 20 59 107\n684aa899aaa05cb9 2 19 26 41\n806010700f66cae6 72 72 79 99\n952eb982471ac5f1 23 27 48 82\n15762acaba295de1 116 131 132 175\nc040e7598e43eef1 14 20 34 63\n96dd5af0f6e950f1 2 19 44 48\n5349781d9cdda05c 61 87 140 142\n4054d32655ba5eda 8 23 25 41\n46502a6038bd288f 0 9 16 32\nf253339fa19467f5 129 162 166 183\n86b3b4ad009cbe0c 1 12 33 45\nf6696c05fbf5a137 20 22 60 67\n666be06e68dcb7c5 53 64 135 174\nd8a03503a424b8fb 165 170 187 198\n365cc620c2fcbb05 41 66 74 79\n9e013fd3bd563b6b 33 53 55 77\naf0d1ef190fafdb7 10 25 43 70\nd64b96bbfad60d1c 4 14 19 24\n65f1ad35757c4a1f 69 106 133 168\n91413adff6a89783 90 117 128 130\n7ab29243a91fdc80 0 26 44 45\nd3b256fd9ec06d6e 41 44 50 76\n1072aae07584e091 95 119 141 151\nbe5cbb82309b56c3 23 48 66 89\n6066b9a906238a6f 28 59 82 102\n1839244b04a05e5a 9 9 15 57\n55d5f146ed21c830 1 1 62 66\n27f772c12c97b594 0 17 22 23\nd84343c25315d7e9 81 132 158 169\n9fc05f9838b25845 21 27 41 56\n5a0004552dbd330e 21 21 23 66\ne1b2b54fc9108a54 16 78 85 89\ndeb6727eda5946f3 5 6 9 10\n7b1ff8281519a3b6 38 58 87 99\nee55fb495eee9169 64 67 123 126\nc5299d492943c1c3 6 41 44 47\n8ac472627625e76e 89 89 94 112\ne4e20f4e8c79aa1a 6 27 58 66\na6bc234b1ce6ca2b 27 38 60 71\n8a910daed0cc83bb 208 224 241 243\ndfb6932b1a712d0d 2 6 78 82\nee35dd9642fb2e54 10 47 54 60\n0de8a88480533be6 75 139 150 168\n13adf913ea857ddf 46 61 102 110\n156b422215789c18 141 146 151 195\n2c805f56d92a2e22 98 124 175 194\n62caae272179f01a 56 70 100 105\n3a126bd9702ee8f7 39 60 68 81\na93d9d0fd69071aa 34 50 60 85\n3b3880eb01373479 215 219 228 260\n16b3eea75ad753ef 103 173 174 179\nd0c84900d316e3ca 6 6 14 37\nf739e9cb43b587fd 40 56 61 83\n6501c4e155960c8b 42 54 67 85\n6cba7738247eabc9 43 55 101 127\n62b83cb60c353c3c 12 31 37 40\n637d7266541e6152 45 49 79 89\n2cc330488326fd4f 20 29 74 84\n37dbb9846f2fdc01 27 30 58 91\ncab940b56faac495 13 20 21 49\n8cdcd96e18445632 28 34 42 86\nd7a7ddbaac9a3df2 9 47 63 72\n5e5839cea5f7341b 36 47 53 70\n587e788b5cdcf522 1 1 3 28\n15d4131d721f1b5e 49 56 59 87\nad4d196510856830 44 57 80 88\nab9f9cbd2973cc9a 58 66 97 103\nc477626407eeb4ec 149 196 205 208\nf3f53a823ea18d9f 44 95 132 139\n583dcd046009f0bc 49 64 68 74\n4615277ffb68ca9d 14 21 22 30\ne2e03491fca937f3 49 111 115 120\n904d453f2fb6c0d4 10 17 35 53\n72fffd0c21d12eac 5 34 48 50\n12497730f691d00c 0 0 6 29\na76028640ffa1ef9 11 39 114 136\n452fff658953aab1 11 13 46 57\nd4e37a9e414ef582 27 27 38 62\n5a5fcb1d3f17fbe5 9 29 36 56\ndd5142700ac59a94 38 47 81 84\n8c0ea69b00e2f550 47 50 56 65\n8c609891ee48673e 0 18 21 44\n3fc2c221557a205c 95 126 135 156\nb3954464d00ffcc5 3 10 36 46\n9876cda7718a1c6b 81 88 111 130\ne8f50944f9e28741 9 17 23 40\na374f27587ad2d52 124 132 152 168\n1ce8503fd200fed2 6 26 45 54\n7c6b54d9bb76a4a0 18 33 57 66\n485f996ecf360da7 29 46 103 112\nf07e75d31a73069b 7 8 9 50\n6cf0e05c39d186b0 38 53 63 74\nfd204026d09b3585 3 47 50 53\nba604e2b0ab1be25 11 51 67 103\n0a10d55239d83d99 43 57 67 84\n03aa0437e5d62d58 9 20 35 76\n454197dc5b50b45f 0 14 25 41\ncbff8218527bc3a9 25 33 67 87\n0a7c052273895bb3 7 7 17 49\n42f761f7e655bdce 2 29 32 47\n5832cd21e4a2eedb 10 41 107 117\n01fe225e2f261d1a 7 10 28 48\n086e9118bec887be 20 57 70 93\nf74139ac48f19b3c 2 12 26 48\ndd8d3d9cec8f36d5 105 130 194 214\na9cf9def8f36c3b3 26 43 50 53\n85b236ba30175abf 28 30 64 82\n2dd67f5e68c8d72b 66 76 102 105\nd0c521f701b91ad1 2 2 20 21\nf24c97a5cbadcfb4 9 35 45 46\n2ad09b7837010330 127 133 136 158\n0e5b9dcdb891b82b 122 131 161 167\n9dd4d7d929eaa376 20 24 72 75\n7a911883348688e9 35 77 88 105\n291db63458af0613 21 49 52 65\nfc174b681e13cdf4 213 213 223 237\ne529f3adc0cdf3d3 2 13 51 59\neebb5bbfdbae33bc 4 13 23 60\n7700df7cad223bae 4 7 18 40\n5d3888256b80fb8d 111 111 118 141\n63b5676898b75061 27 104 138 144\n606d19170c13bf97 25 59 97 126\nec176790f27fb962 1 5 6 26\n684dfe7c93097c48 0 20 33 35\n310cbf1c65c52fa7 202 205 222 227\na8e4359a237cf2dd 55 58 74 94\nd01f297cc531a67a 58 95 105 158\n464d97e527dd5f8a 71 88 118 120\n35185a0c080c40d6 19 28 38 52\n4a7f0556fb58a5cc 24 31 33 56\nba8f27af6e4dc02f 19 54 55 83\n1e9b1dc1c096d68d 3 4 19 36\n7468b52dbe6070cb 10 21 29 31\n8328ae4d746fe8f6 27 32 48 49\n0954f5a326941fb1 0 4 8 12\n8db64f23cd5c4c8e 77 86 92 166\n59270ce6343beb2a 4 10 39 41\ndb9ced9a7c18519b 1 4 16 17\na688088d3921c03f 126 137 138 167\nd14a6e177ef370ce 8 53 56 61\ne77c9cc0587e9cad 9 9 74 86\na1123decafcdf68e 1 1 51 87\n56a815b163efd61d 0 2 13 55\n42cab73e14195475 3 4 55 56\n20e9bf845c4bd9e7 2 8 17 34\n72428dc4eda92f4d 32 64 82 89\n75e56e8c9600ae26 111 139 157 166\nf3086c53deacbeaf 0 15 41 45\n3b8167415736169c 5 16 24 36\n24d95746999b7f7e 14 34 53 58\n0baa633d2094d2c1 36 40 61 71\n7ccade44d9c8f7e1 3 44 51 69\nc63c6fd4250123f8 55 59 117 139\n63579d50297809d8 24 40 46 63\n70272bc88db1265a 165 233 250 254\ned0a0f4a8c61a9f3 6 26 45 131\nc905fbb5c08c6ce6 13 20 63 67\n37bbec9e46c8c1a9 34 61 88 93\n19a28e5c25feb31f 77 91 92 109\n46067fb6d992860e 6 11 40 50\nc0963ff151bd0893 4 22 58 88\na198072668fa2474 164 166 207 233\na2f1f38d646db600 58 80 92 129\ncee947573b53a1bf 155 180 204 213\nf26a85e1867eea80 15 35 38 54\nd5395d343ad4592b 12 24 30 104\nf82348d27c384c4e 9 17 20 28\n9e585ebbacb3e94c 16 17 80 96\n7a567c2e4b74ed8f 10 47 55 61\n1f2153b5fb50d41a 116 148 175 182\nabcc65ed3b158186 47 80 99 115\n2b4c1f50687b2bcf 29 29 58 72\n17ca3b8ad5815b35 15 36 39 64\nf3de74db05a6b558 78 84 101 113\n5a1e4f0e1bbd526f 8 47 50 54\n3590d717d920b2b8 27 30 51 75\n276eca76bb2b4ae6 46 52 85 92\n249fd0890d439aa9 23 41 72 87\n5581754c07e626bf 7 17 29 32\n4319ddbd5e8f20e1 3 30 34 37\n01f7915dce639515 36 51 52 59\na7c8828737c28252 42 61 89 135\n203b7543bb3387ce 185 189 203 232\n2bcb26e95f5d152b 28 79 91 134\n47cae76cd53c752a 31 35 110 133\nfe129e744709afc6 5 8 11 50\n44b78f9fcb5cd8d8 31 49 62 97\n1bce163cad1e1d20 12 25 83 106\nf29b5228969d056f 127 135 138 162\n022a21a897f2a904 2 4 12 40\n14e3fec07ba502d7 57 63 104 110\nb5965c79b6a937e0 26 30 54 55\ne8dafcaa89b25c54 0 4 22 39\n1b2779619d4f28ed 28 29 33 51\n42742db2633d2eb5 27 38 56 67\n0ff896ed26db5da3 46 51 64 75\nf2681decf7216b6e 47 66 75 78\n4c76898a3d535741 119 135 141 160\nea93df5ddd015971 67 78 122 129\n66bfddd1f3b56005 21 44 57 72\nd87950df77d49b7f 8 20 50 52\n82454ac79de89fd3 28 36 45 72\n42f700b22cb0be39 16 17 31 60\n648f72f3063fd9c7 0 39 58 61\n4634124b21b763f6 28 48 70 78\nabe09fde3f158d83 0 3 12 13\n6dd08f04e95ac92b 3 6 33 35\n6758f77061a4515a 56 70 71 84\n9634ec803362500f 12 19 22 30\n79c2ebfef0718b1e 21 54 61 62\n3a52947c66de5920 28 89 130 139\ncb2d798801dd730f 16 25 30 63\n2c55c5a96b50ab36 31 60 74 79\nb5ee0694b771e51e 3 22 36 39\n6054a3584527a616 39 76 85 105\n2e619c31122ee40f 27 27 31 46\n3b650a9e2ebdfde2 72 115 126 142\n7abd4ec1670c4705 5 6 48 51\n368fae6f3bc0b0f7 33 43 67 80\n9a7f9603257027fc 92 93 97 101\n32615afea87b52dd 26 34 54 57\n7550d560dbb941ef 74 80 89 150\nc00a8f89455fbc1b 2 7 41 45\n564659475de45eab 98 106 124 140\na2c8e506fb8e2161 5 11 13 32\n2deacec5c281fbac 190 195 213 218\n7909c366c57a0c77 20 24 30 44\n57a6be6d97e7c9dc 41 46 79 84\nbf756257ffdd0017 5 38 43 66\n1f0f5e82e9d0f9ee 7 25 43 53\n47a1f1f01e2b7be6 15 26 36 61\n00cf0a94235771bb 4 32 35 55\n9dfc6db5375952c3 33 37 46 91\nfbd37246c3e03576 64 81 85 97\n8048759d08d312ca 3 11 80 129\n8f09b7b96ab06e54 11 49 62 77\nf2d0e69416df7741 18 30 39 62\nc66c4aee69caba12 23 87 88 96\ne1c8085b10df599e 96 115 147 151\nc949b4f540bb3476 62 78 86 105\n8ab34a8c7287d6e3 2 2 44 51\nba8fe0e95d70e2a9 12 15 16 52\n2aca85b3bdf90a09 1 16 17 31\n865379ca24243ed6 17 84 125 139\n9f07a3303e75641d 17 18 49 62\n077d42bb51ee2793 17 39 84 104\ne76b0d6c9bfb9c4b 14 27 30 40\n88a203e63a1e6a09 2 10 31 58\n22552c9a2a2a2ce7 23 36 44 71\n3f9b08ed34ec795a 34 34 99 103\n20f8c6738e22e764 8 30 41 66\nffe9783913b58e7e 3 6 22 56\nf7e48eba37bba499 23 26 36 57\nbf035f1f897888e9 44 91 101 120\ndae01b39a6104477 3 16 42 48\n040895d45bf4e580 1 98 108 117\naeadddfb838fd090 168 178 191 208\n80566b8e2904a745 79 87 116 124\nfa25ffc4897fc142 71 78 85 86\n53292c652790bfbe 138 164 168 183\nde129b4aa11af575 2 7 11 44\nc161bcf6082b40af 18 51 87 94\n591c44984b9273fd 96 115 134 143\n04ef6a410f034514 9 20 37 71\n6aabf104e2be3f60 59 61 83 93\n1b747b8eba6f7b45 3 21 28 50\n94e1eb9e28befffa 40 53 75 102\n4df68a7e48ee747c 2 13 27 45\n97b32341c5319f28 18 35 43 50\n0e5e7fbe8914352c 2 38 62 96\nfb63a2c634287906 6 12 24 44\ncab05ec1c225826a 7 11 19 54\n345fa06f6a5bb413 13 26 47 52\nb58acaae2cf55ef3 3 11 17 47\n1433f61e9591ea9b 37 52 96 106\na91359a636e4cf61 0 15 42 90\n024152256b6bcac7 121 174 181 196\n58fe7230f02c5650 0 7 42 46\n8c0140f9512fca75 13 19 22 28\na9aa8af4de922806 35 44 66 81\ndeca456b57945a66 65 69 99 112\nd38bee2f0dfb6de8 13 46 58 81\n288dd40199dee268 95 98 155 156\n9d71c054b6d922ca 24 37 44 69\n3c19657356e9e229 83 87 117 128\naab9373670075ec7 7 11 13 96\n912e3a05029558e8 10 21 54 63\nf7ac951ffdb3f0bd 1 3 12 20\n0cca84503a86574c 4 19 54 56\n1cdfd3abfcc3a64e 71 83 104 111\n53b1b930bfa3659f 37 53 80 84\n96e79d128e6b1630 35 62 68 81\n97c7ce37db25fae1 159 164 166 197\ne4346b375acea025 31 56 83 88\n7a3c905b4244d47b 82 115 123 124\nc896316dc2906c42 8 23 26 37\ne621b852d8329303 20 81 132 143\nca6edff53cad061f 28 62 67 79\nbe62d714d68a1df7 173 173 209 225\nefcd9851029dedf0 57 71 83 126\n8a9714a498c1368b 68 75 87 104\n6333fc7e67b23c04 10 12 59 65\n92dd80af6c01ec1f 17 28 37 63\n9184cd0ba339b1fe 48 62 65 91\n3928ea8b8c134846 72 106 123 127\na911693eb9c3f0ec 15 23 37 45\n232a0b3133326242 108 111 114 135\n279e044cf78e7d57 47 58 64 65\n6a561c4424f26c89 20 34 56 67\n0c11dbe781b1c11c 39 56 66 77\nc2a4fa5b947e2ec2 6 25 37 68\n44accffce93c7e87 99 105 129 166\nc288587db111f2d5 20 50 93 94\nc923a49044274829 15 16 52 107\nd2314965da93ff62 163 167 209 227\na4b2f31301e747c7 171 211 257 265\n28f5ebf3c3e2fe54 40 49 78 97\n37a6ae1e1c6eff66 78 87 102 107\n8921ae944e9b6ef5 27 38 40 43\n8e1a0eb3c40fea64 2 8 15 16\n0c9d930d226d6bd6 17 43 48 55\n50543c3f94b1ea8d 28 47 48 62\n1ad8ec6d75441e51 174 176 204 207\n1dd869f66c3c9497 4 8 11 53\ne6f18d0185619efe 15 35 56 62\n5d3c7dd9db5e495a 6 52 78 81\n60cdf39cb705f61b 1 7 12 41\n473e6ec61583d90f 4 15 46 58\n486970d685c0b746 23 24 52 67\n26b049f6fc7e3b3a 1 16 33 37\nb67a5f6cb97b9192 49 58 78 90\nfba05e627c60e14f 45 59 73 85\n33be1ba5aec86c96 11 31 53 57\ncea4c4ce18a477a1 21 47 70 74\n5019141f04d70770 8 49 96 113\n0ecf489d873b7f52 11 19 20 43\n98d424814d7399ee 34 40 53 68\n46de062e5ff787c5 213 221 225 259\n1a89361139818b89 21 59 102 127\n65383db65215cf9e 2 16 23 39\n6e83596e467f1eed 79 106 111 122\n8753cbd548f7680d 20 25 31 69\n504c5645838bd1d5 34 58 59 80\nc124fc36bf3d6851 13 39 57 67\n27c0e43b48182d97 43 56 99 114\ne0c02d718b1650fe 42 75 96 98\nea5714a05ab4f15a 49 82 95 102\n47a66fa042406908 40 68 79 88\nd134516c04e55995 10 13 23 30\n8c2c302994f6cea1 109 117 119 216\n45f2d7abb5fafaa8 50 82 89 98\n1e5548d951e91a40 4 12 24 43\n725d771465a1a400 50 83 106 128\n3185302b2275b009 63 114 121 126\na2c0d48a1263d655 80 141 167 180\n6f243139ca86b4e5 24 39 54 79\ncebfe607ccf4b943 23 42 54 60\n43759ced44693671 22 73 76 87\n8a9b8367cbba20b3 22 29 64 70\n6947130ef40361a8 25 26 98 105\n373ab0a1009e0316 9 19 22 40\nec095970b124c66e 14 30 32 33\n888c677a195f4c94 16 28 92 101\nb01dee5ba37bee65 33 81 113 119\n9f98b303e2856a84 15 24 75 97\n018f7907401f2fef 67 88 149 152\n5e0981c415f8712c 65 106 120 124\n7e26c230bae2ed06 57 57 87 93\n430d8fece8e0f7e5 35 38 68 89\n0bd819cb30a432c6 9 39 42 43\nf2e4e6e509d7fe3a 1 19 28 37\n42c2c85060ab5233 29 45 56 59\n9b2cb1dc1c040cd6 1 18 36 44\ndd3877b36d4cbfab 26 53 57 59\nc49a14de01d7bd35 160 176 199 206\nc2adadff1502b19d 101 116 149 196\ne667f182bb7757e2 60 61 84 108\n83e9e8bf2eb6bb93 129 134 159 188\n446f557155994097 40 81 84 86\ne39c688ad0fdf01e 15 68 69 86\na18b2f5931a3ea2a 131 168 171 172\n203c8a4d66c74338 108 133 180 186\nd6849f92207aa171 62 66 82 105\na75565ce57aae546 17 44 46 72\nb1bb0a56c7d578b7 5 8 54 59\n2cecdd7df86ff8d3 0 10 46 47\n0992802044bf665d 131 143 147 182\n1910e79a60d57aa7 162 181 208 231\n8ab4688d4c336bd4 12 12 54 60\n4f3f32c76181046c 84 99 111 126\n306d435307fef477 2 15 30 39\nc441a34ec98346e9 25 43 50 54\ne788ef0fe6cbfce5 77 95 112 113\n3f45b8234504020c 30 43 60 76\n1fe394077e7c3de0 0 0 7 51\nd5798f296dd0f45b 2 24 33 49\n89e39b0c21369b4f 156 168 179 191\n236f9dc6456cf32c 110 128 177 180\nc1496c1bb382d195 11 22 27 57\n339c95e2e709d044 13 39 57 61\na6588e3953a00b5d 103 135 141 152\nd3f042a25dcde9ff 105 118 164 173\n9d496b6788c0f149 106 133 198 210\n6f734f344e7be466 30 57 66 73\ne4176e1168309c34 28 45 65 67\nd4d689b4a9f6b6ca 58 63 96 117\n8439a7fa0bcf5ae9 92 105 129 148\n26fe74c70177d694 1 27 30 34\n2e96b2142fd337dd 1 3 38 47\n3280ab6917df576f 30 60 90 93\ne28e7605cac47287 21 22 54 63\ndd82b2721d5cc527 114 130 132 151\n9e126229252d704d 32 59 62 84\n2b4f6fdcabf53d59 25 33 67 109\nd99443d8dcb56d90 30 59 73 76\n0d20062086f6d05c 27 43 57 62\n6b1091f5eb05783e 2 16 30 49\nf74dab3e063c9cc9 1 10 14 36\n85e9836f5ec2a532 159 200 204 215\n39b3e7b2a8bf30a6 144 150 167 193\nde5549f33608cfc3 24 29 45 83\n6d6be1376c59a3db 21 82 88 110\ne4f249a88ee8b6ef 62 63 90 100\nf48d03db28e7b3c3 11 52 60 63\nab8305df83a2ce2a 32 34 65 68\n36bc6918e9fc837c 50 74 159 176\n60f364d94f64054b 75 113 150 164\n6986840ead0c9e9d 8 14 34 42\na53ec1af6edeb9ff 25 49 65 74\nd4db9d2a539da854 10 41 51 52\ncaa72c90bc10101e 9 9 13 34\n12627e75d51b372e 13 74 80 81\n8516c616878d3e24 5 43 74 91\nd62c2a716a035075 28 81 113 125\n7e6a1da1697eedf4 0 5 13 42\ndb5305826fefcbc0 23 50 82 83\n5edce6199cff7605 56 56 95 100\n15aba05919bae167 16 21 26 47\nf3bdecb6a5af57d6 175 236 260 276\ne54631e5313e78d7 53 76 115 132\n8721ff06e7e2ea93 3 38 49 55\n7a07c1539fdc7f8f 30 38 57 66\nc6eb0b0980e5451c 7 21 33 41\nc600bad195909841 26 67 68 75\na2685fbc4535e531 28 64 78 93\n8e4ee50d1e2f05d2 20 42 43 44\n77bd2533a5bebc5e 223 239 246 267\nc6f41f42dd9d7027 76 86 89 98\n0c356641df7c72b8 2 13 19 24\nb758af3608b4435d 45 47 57 93\nf496ddb12be3d9d3 37 64 88 92\nb133a504fc90a2d1 14 37 51 74\n118ffef2ad3950f5 123 151 153 155\nc1072997a902b50c 23 25 63 73\n31262e902165f348 26 56 61 76\na989dfe51570ca75 136 144 165 171\n9fed191c90e01e72 21 24 35 69\nd95f926f95db957a 14 16 30 39\n512f0d06c06e6adb 22 31 57 68\nfc991bfad5040ca4 5 33 44 50\nf5d36b7ead31a2eb 25 27 35 47\n58a33e56e5b0f742 17 26 55 66\ncbad68c19dd25570 91 99 106 119\n7fc34ec2673e91f3 2 25 40 52\n4f943ba8ba82cc2c 6 29 37 50\n72d5e94d038ad4a5 35 48 61 68\n039cc34e9cdbcf8f 2 11 38 61\n5d34475c29de33c3 78 78 86 100\nffd8aa5c07187add 0 11 18 25\n9a085722f8607df5 50 66 71 104\n8116293fd7efa87b 26 53 63 71\n597049975bf05d4e 15 65 99 105\n92aad73379316886 7 29 41 50\n12e3d03a933c2eb4 51 51 65 127\n9ddc6813bef3b422 33 38 77 84\n7215c47789bfed66 7 14 27 41\n2fbb94b8cf388ba7 52 52 89 94\n3b1f9cedfc40b06c 35 71 88 99\nac1eb89d606744d6 23 26 27 32\nee34463322d9e0d4 20 25 57 61\nb669df14bb455312 118 189 202 215\n027c8c3fc3e7d056 7 10 11 17\nd2566b174a71b029 137 158 207 233\nea8c1cd719d90460 14 15 54 70\n63840de6e5746741 32 51 80 82\nf064b09eb6a34ef7 39 52 54 87\ncedcfa756158a7bf 62 66 67 160\naf4068211169f161 25 40 51 56\nedb67a7770dd8b92 5 21 32 45\n0c061512de79b744 9 37 60 63\nad123a36a507d0b4 60 66 77 83\n4a566b7e6eeaf9b4 14 25 60 76\n24d97ac8e96e7a5e 31 38 47 63\n6a6e5fb47076e3ef 18 24 47 67\n9f4eaa39ab36e093 64 82 111 112\n70869eb96e1adac3 28 28 52 62\n1648b3e7471e3766 57 71 94 99\n4f9cd9513b61fb8a 31 31 48 51\naf6d9da32f1ef8f6 3 3 22 30\nb5cc912bdce6fabd 37 60 67 89\nad7cec60cd57d1cc 0 10 13 38\n5b5c4620a60c4cf2 69 103 111 119\neb5c5ca62bdfba55 125 157 166 175\n836886836b646366 69 74 77 110\n78b173a303c6cd28 18 35 36 92\naa9fd6bc299f25ce 110 143 195 202\nc3b336307dc85f54 1 4 20 27\nb285a821f8f567fd 15 49 60 65\ne09c2b77ea2c0cde 32 49 75 81\nc13614dce6f45da0 30 54 58 61\na05bab1b44373739 22 22 52 56\nab98f45ce088aeb3 16 18 22 36\n22c8b35c589276c4 72 78 94 101\n01cf2d900cb03afb 20 28 50 61\n8c5de744679bbb20 39 58 59 115\nc357b51bf1c4a40d 41 42 49 83\ne66297f0d2e333ef 34 36 70 87\nce8908e81ab6073e 0 12 15 18\ndc73b0a330cdfd28 52 69 84 95\n3784777516b00247 85 115 119 124\naa8dfde4ef40a57e 4 48 62 63\na8f19368f5411190 14 53 61 65\nd7c48af35a817ad2 4 6 25 64\n9ded3a088012ad79 0 4 13 42\n8671651f1927adf3 12 48 55 56\n2d16da80d7e3b64b 21 22 52 69\n32dc25ef78b564a1 22 63 104 123\n11e9cb1ccb9abe9f 132 167 170 183\n70a444fb2b6b7c56 2 22 25 37\nb132acd9b29e0d9a 105 109 143 151\n582483f2954cfbda 0 19 25 38\n1fa073504b4facaf 7 10 28 49\n218ba0fa826d3eea 5 12 33 42\n3cc40f129447cb31 10 19 20 31\ne73498928eb679a5 70 74 93 100\nd0b15be11b1d5820 9 11 53 59\n14bfd05497764243 68 70 90 125\nbc2f97169d77c236 77 100 118 133\nce78742674686c71 16 59 69 82\nfe26ad446164cb32 44 48 49 100\n4d246dc75cd95594 9 22 70 75\nb4118d5c62dd5a6f 9 26 31 42\n609f3195b292444f 38 41 54 83\n6b06156039fb46ab 33 43 44 62\n7aa80da3728967cf 17 25 68 80\n44ab295bc3092c28 3 20 36 50\n91f3426410522bd8 4 4 32 45\n7cf113c46198b492 0 22 48 51\nec0146c1837cc1d8 23 65 67 80\n64fcb8e2a2daf6e7 40 69 94 97\n0de4db718ebde86f 2 16 33 36\n0d0a99d7f22aab71 2 40 52 55\n92f44dc314454f19 13 27 57 65\n7990a52d93396fc8 2 5 21 22\n5d267d810d9f1a69 118 166 169 181\n0d0f4080d36dfc68 2 8 10 32\n9035c7adeb8fb98d 193 211 234 235\n6fa9a210177517e1 62 151 164 170\na1c6063584e754a2 6 12 59 79\nd43754e7fae01c49 81 93 127 130\ne897139f7e2d35dd 22 29 49 92\nea11822d0ab31414 175 181 214 218\n8df73266f800ad73 18 22 56 59\n282ad05cb0113543 68 76 85 109\na2c096e26fd7100e 34 46 63 69\n00ca5123d8ff6f83 35 57 73 84\n0ed25f15cbccd939 25 37 39 43\n9e178468f5b04c9e 3 33 37 47\n55ea3046c500d970 165 168 182 194\n524b3be636cfee4a 39 47 58 92\n5257ce1d948ba4a6 16 20 28 32\n3cf461bc6d626ed0 33 33 97 106\nb625299e9e022b08 18 28 68 71\ncab821f7fc235d81 43 46 58 89\neab4683c60345350 16 33 59 72\n60c2980fe7b4beca 11 37 71 117\nd4f8fb7ae9395c8c 0 20 29 39\nf4769a32a225c172 56 63 75 96\nc2347e4668c6b481 2 2 7 19\n83406a0ab978189a 45 71 81 97\nc06603ad7912af48 38 61 63 90\nabd286b1195b6ff4 70 144 150 186\nb413fbafa522a059 60 88 98 121\n047c29e9138af233 64 73 88 98\necb01c2fa739ea01 90 95 99 115\n35859f964a7edcb9 9 21 38 82\n7320eb004937030e 2 2 33 39\nd6e30ce71d1faa22 8 27 29 39\nb318f0e6bd9f3afc 5 8 39 43\ne62fac7a92e28294 10 17 50 74\n223b5e20753d4fa3 5 17 29 41\n8e9b9b96179a8a8e 116 154 157 159\nc23b29fd5039577d 8 40 50 74\n0deb1b80eb8481c6 13 38 68 71\nee5c26e6dcda4b70 138 142 150 170\n5f4e88435de4c81f 3 19 46 47\n45064c8142f3a360 2 8 26 40\n311db764bdc7f537 17 50 78 99\n7be6908e5a8e02ef 107 170 195 204\n146763442bb9c38f 3 8 26 68\nb6ae9be5abd971e3 46 49 68 101\na1043e81dafa3fca 47 47 55 96\n4393f3c42606c573 1 6 12 47\n9531be4ae045b094 58 62 63 106\n4b0fdb10ae15684b 165 193 207 231\n0f7061acbeed50dd 164 173 184 216\nb5a38b3532cdcfc4 3 9 53 57\n2ebedb0f027df101 140 142 163 176\ne554b9466f2ca814 5 14 32 45\ncb91c8212c1de9a5 72 73 96 100\nb556f3ebe21180c7 10 13 21 51\n6295bc2f0a008d9c 5 17 25 34\n52a92275df100f14 19 47 62 66\n35b994780d720894 13 56 64 76\n591f4c925046bd2a 129 150 154 159\nfa89b06ee36da59f 48 58 77 95\nd4763fa4edc33917 20 38 57 65\ndad1b603017c685e 0 18 37 56\n9ebcb9cb6b74acdc 6 25 43 48\nd0ce9e9a4d4eaaac 36 47 62 92\n6cfc4269c4ab3203 6 32 38 44\n9f6a44c7ec52177b 22 46 60 71\na8dcd4abc930ee61 23 41 42 50\n9fe97d54a1b798ef 2 16 20 56\nfd52c10db54f522b 29 43 63 82\n55ccecc5c63d0c14 46 75 89 94\n5f798a3ff9e68036 27 73 112 124\n5f1255f574a1b970 11 28 45 51\n7ed06e5255b29c88 4 4 39 80\ne0f031ba4c9fedd7 11 26 34 72\n9abc9859c773ff50 16 35 47 58\n23a6c9168abdb38e 63 96 106 110\n2245fcd7f76c2ecd 23 69 95 111\nf04b433b91f569c3 6 6 18 28\n20e7a3651ec30386 25 67 71 85\n9aa1c7b2f4afac05 13 22 25 58\n78a73187ad5480b7 119 119 193 195\nfd2c0fc2bf2befa7 34 52 70 78\nc9d4ee47b6b6b825 9 20 26 40\nef652466c531befd 12 25 37 44\n3af70052616f7fa1 2 6 10 26\n0134d6a876481ed8 35 52 54 80\n55e902a2cd2e976a 16 24 35 56\n52086d313816a97c 81 116 132 137\n1a55c677aabd1a44 65 70 98 119\n72bd3214b39e7146 124 131 160 202\ne848e4560432423c 56 66 74 86\n6e76f5fff8c18989 4 13 19 44\n4a8ccd391c9f9c40 0 4 34 38\n0db2394602b8b81c 36 36 99 100\na2a419b098be1554 14 31 58 59\n5c4283bc52e9a0ab 6 64 74 87\nabd304cbb9bd30ba 8 62 67 84\nc380b48d22651e21 0 0 23 37\nc522082d96305ccd 19 31 37 62\n853ca19311254f8a 175 230 250 261\n8432b7a848f9c5dc 113 165 182 189\n48b1808c546c7e87 48 60 74 104\nf9a8c23a50a5aa6b 26 33 65 72\n27bbc13aebd0bb5e 26 32 55 73\nb4fedd51f7317ad4 161 161 168 175\na19a9bb11795e15e 0 8 41 53\n796c8af28c30938f 3 11 15 17\n5d5405c9146cacc0 25 40 68 78\na705032c068c7caf 62 72 90 94\n8c132110d83d1869 6 23 40 50\n81573944931b3367 30 31 41 43\n1735d8d1b4015669 151 186 210 215\n3862411e9bf455cd 128 168 208 223\n1a19c977ea5f5b50 48 57 64 94\nf6884e5c27acbafe 35 68 83 97\n525491cd51574118 33 57 81 88\n38d44ebf460ac132 0 25 37 50\n04433dcf217ad9a0 7 14 45 46\n4ee86924304f36ca 155 167 176 203\n167c2e0c6e9ffa5d 23 28 52 56\nda7732d37c8ec57e 74 89 96 123\n58a5ac8590c8305c 40 56 69 74\nd4668a3649a86eef 109 109 128 178\n7ed7c335dba256b8 66 96 147 172\n4989f6cc2b43d2c6 10 30 93 99\nfb36cf1f6923924b 100 129 159 166\nf388a5a0be1474f8 64 65 72 104\n3e94e6706fcdccfa 15 48 53 54\nf82a67e46c5e1434 17 31 38 39\nb91e07540d99553d 177 188 238 239\ndeb762296c4c14bb 25 32 62 75\nb4f46493baab9cfa 136 152 177 194\n4ebb0c3c294b1a74 14 19 55 57\n95bb6c6edb37af6c 35 59 67 71\n57844acec8e8c0cd 22 55 60 99\n7c1f39d8fd42898c 26 28 35 64\n58b7fab512c371ec 7 52 56 80\ndf78ec87fe403e80 43 64 94 148\nfc75727847fd61f4 187 194 206 218\n4a6a057fc644624e 36 37 42 67\n0cb83cef3177a006 50 53 63 68\n8cb0bc0ec4d9624d 5 6 16 27\nfa650c8fa3157a10 9 15 55 79\n168c85ce00de0c6b 165 165 178 195\ncd4d52f0cbda2bb6 18 29 31 72\na2d7cfaa5d91e6d7 52 55 69 71\n1ac790c62f3478ad 143 185 196 204\n4b6e9a02975ef9a4 9 28 59 74\n52070dbeb529d797 14 35 51 62\n693a68e032e19243 23 36 68 69\nad088dd0e45f72fe 32 69 72 93\n4d670a0142f341bb 5 17 24 33\n9c799b5a5f48b0aa 12 37 40 50\n332294213fa15c56 0 22 45 51\n952f6cb94695d32d 59 67 79 143\nd563576711ec9f4a 12 16 65 69\nad876fc82edf7d45 38 39 69 79\n997f2538b84a2acd 145 197 198 201\na91f8206a1953cbe 68 102 109 111\nc4109802fe2fed50 0 5 21 39\n654d70fcc0229954 8 37 59 65\nb7ecfc1e4f9fbae2 23 59 63 71\ncbf7204b9bdd3bc0 31 36 40 55\n2e715b2e0162f768 125 135 143 157\nac9160cf1df430dd 73 92 96 100\nf87ea75747b2ec64 28 44 77 78\ncca122d2455673ff 17 50 63 68\n135605713922593a 0 14 31 37\ne3f0770b4b10eb10 9 9 47 58\nd549888dd6762b48 128 146 151 197\nab02d0baf04b6b1b 5 22 43 60\n0181b66a65650830 41 64 83 91\n759f916a188f248d 37 37 54 55\ncddbf49df892374c 26 32 50 68\n03482c3bd66de195 48 59 63 82\n5c549af41b41e826 10 10 47 55\ned84c8456afd57d2 5 21 53 76\n17428a1f23edf411 7 25 26 42\nc78130326859c291 2 3 16 39\nfbef04fb266195f9 48 52 91 96\na7b28e1cc95f11a7 19 33 59 60\nc6f8fddaf7782828 0 15 27 30\n7c1333f2b74b067b 45 64 73 83\n3e6d44a66c0d7a0a 7 24 59 66\n5c1a8b644385c3e0 92 103 116 128\nffbd89833d851c18 122 130 146 162\n9b6feea2bd43f9b8 36 58 74 90\n4f0aa4ef8976dc1b 11 31 62 64\n8fae64ef7db8a42d 10 11 12 24\n02b618a34bc12ff9 14 40 90 91\nb358d8f5f5722449 81 82 97 138\n3aa527382acd6c88 7 29 36 42\nf70ab7209d335f09 76 100 113 114\nae58419f15314814 5 5 7 37\n260de2939d48517e 200 219 221 252\n528faeab72f1bc3d 90 146 148 152\nb7f886ec9190aa7d 22 52 90 91\na4cd8a46bda66cd7 14 33 46 63\nedad1175f4a88503 24 27 57 86\nba002fbd150a3ab2 4 6 20 50\n5451cefde53f06f1 5 16 44 70\n4b3644bfc6083588 1 38 47 62\n0c8b534612a0a776 72 81 82 133\nc1c04878c1b9c14e 27 37 77 82\naf97debfdf1d5062 67 82 136 144\n4b341307a872487c 19 31 50 59\n7f22a1b7b28a4a49 48 53 68 94\n0a45b99f42fb0ecb 82 82 104 121\n05ef56b2656c9318 36 64 92 129\n9228abf65bf15480 36 66 82 83\ncced17ea90f202a4 50 50 69 73\n3b9a3688b46bd997 0 19 29 45\nd94947affb2ab72a 17 17 22 34\nf6f99625cfc4ccf0 8 18 36 44\n0f620bfafa25fcf5 9 36 55 58\n0e3951bf1db22064 22 66 84 97\n7f2e89ea00ad01d0 52 56 61 91\n548134d9cebf9854 11 21 32 50\nddfd6b66c73b730d 4 10 30 76\n7d8a6b1c49d06b12 31 108 113 119\n3b1c57027302837f 37 37 64 69\n4526c5ac1bfebcfb 2 34 35 54\ne13cac8dde222092 55 80 98 99\na04f7fefc94aa50d 53 53 56 127\n31607cc68ada0108 3 14 34 49\ncd3f1ca1194881e4 3 15 29 48\nbc70abfcfd247074 17 35 57 62\n44b13221c50914d9 35 71 83 85\n5f9582362fb46957 86 113 118 141\na4c52a5e6413b90b 48 61 62 71\n9ea72f021781a350 14 37 58 68\nf413f880cdafe53c 10 12 14 19\n3c33566bacd602f2 2 15 19 23\n47a07f51fd3fef77 18 26 29 66\n2cb9869cb05a9a01 1 23 44 45\n2c5e21f9f91e2e09 109 120 132 146\nd1919bdfa56180fa 6 15 34 46\nd440584f07bb1607 47 51 89 90\n7eeb899df2ef5f75 32 50 76 83\n0190fe72a727c853 50 63 74 97\ncb327f8f719873e6 26 35 49 55\nb48064453ac33843 22 35 37 44\ne505cd53a4736b31 19 22 35 50\na581b326d9ba666f 9 9 40 52\n10fbe4690dec6258 161 166 222 232\nbce8898e94479bfa 0 24 33 42\ncf2a067263df7f04 5 8 35 37\n178cef169356d4a5 16 16 55 65\nb3ef5ed1402b71ac 32 33 54 65\n97f02f8e86e73725 23 26 35 59\n2a4d835a6e023621 8 19 38 45\ne04218c68bb613b4 26 33 51 55\n374b2f4abac6dbb9 5 23 30 36\n4a8f9d6889992fd9 62 82 84 109\n39f1b33acc70ad7b 8 21 26 44\nde9f9460fbaa637e 6 22 26 43\n39c662fa32a3b5c6 35 53 118 123\n1aff061a60aeb91c 13 37 43 48\n9b1b46cb7f19d9c9 52 54 56 84\n4f55e7d6bbfc0a61 4 16 22 25\n7f6800a9878b31c7 110 110 141 167\n9f34c126ea7882ca 223 255 258 265\nba4b8132d937918a 24 57 68 79\ne8ac7f1dbb14242a 69 74 113 121\n8ffba1ca605b7e5c 4 8 17 22\n787f1f7f6fd8f6a1 26 80 84 117\n77f4ef2dd86aa19a 29 56 78 107\n33f242465f51563c 76 92 110 125\ndf3e36111358ee98 10 21 24 66\n7e0a3935a658b20d 1 16 19 38\n8d7ee62e43377117 75 95 97 100\n6ed6893b1247e1aa 200 213 214 223\n1cd3638cceebed08 2 13 24 44\nf4fc7b56e07188ce 34 48 68 76\nc99c2fd4ebb699f6 52 62 64 96\ncb9e8d4179c6b506 4 8 15 38\n712d582f1e1a5bf1 1 9 16 39\n7b4f433a15f523aa 80 126 131 160\ne83b2a90d1b8c1a7 66 76 132 144\n8e26d4718fa9e01f 18 47 58 62\n9696c0d0a01d2fd4 110 217 229 237\n5d1a818b5ea46668 4 15 18 19\nbc7023de01db3191 31 40 54 56\n41e428b3c7a16695 94 97 159 163\naef133f549f40970 36 59 62 76\nd648a287fc26b8ce 35 44 51 76\n0e41af1514f92887 44 73 100 141\n767be8d5d60e87a0 0 2 24 73\n25468a86d9cd851e 4 7 12 42\n8fdb59b71b1e7cf8 24 52 59 68\n0de79d4f3d7a9171 72 76 97 125\na7a71bf12a4bf37e 54 106 131 140\na705b6b07ff535c2 15 47 71 76\n700528d00b3f9c2d 44 65 68 86\n789e4ce6b871ac45 9 17 23 49\ndd621720b3a5d3f7 23 51 71 72\n532ebaff1b1b00e6 3 65 68 75\na70770ee618ba17f 121 122 136 161\nd7c07da92032b424 31 44 47 69\nff63123a7ef312a5 49 52 73 78\na12619944188db86 76 90 112 133\n6eaf519f1fbf5e7c 36 40 46 55\nf22f531f065d44d2 124 129 135 158\n6e5a239f7b0ce48b 30 45 56 73\ndf715edce1edab4e 89 99 155 159\nc56dcbe238108f74 0 14 22 23\n551bdad039587b15 67 74 117 122\n42cc82972397863b 33 44 81 92\nde012f0b09b87e9a 52 89 110 116\n196069a792ebbf31 10 46 50 62\na5ff4609ed45628b 7 12 29 55\nf4aa94121e4e3c77 20 66 76 77\n41aa58e688a04336 17 46 62 70\n2ddca94aefd55b8f 6 14 43 47\nca55835078e2bc0e 51 80 108 120\n15c28f4ada02cf91 198 213 238 244\nb7321025084ffb1d 0 18 31 37\nb6f59beb7bd330e1 0 9 11 32\n237ef12cd69e2aa0 22 40 67 90\n5b1107af15529e94 1 13 18 40\ne1408f8fe1d21747 16 34 41 65\n69d4b8682c5590e0 26 52 53 66\ne5f235d5870baf1d 7 13 29 44\n2d6d5e82bda0611c 111 122 128 129\n79e4bfadcc365af3 186 213 221 227\nc09105bae9a896bb 5 9 19 21\n7167ff7642c3ef99 152 231 240 248\n7fa7651de34b7579 45 68 103 136\neb3ff3cbea9947c0 12 27 50 63\n0951fdaf9d399411 132 134 150 199\n7157ac7d5d3f39dd 17 47 59 78\n2f25826f0d0ef09a 28 34 36 64\n114d9c301b847239 31 48 57 104\nc35d057c102fe5ae 2 4 10 20\nf3a0d9d2582a3337 84 108 124 128\nd52b984a07fc7b83 23 26 64 98\neee6f411fca1d56a 55 88 91 110\n82825e3929be2062 51 54 55 109\n748e87e6b0e62a72 5 14 49 53\n796eb3606ccdf1a0 36 38 41 69\n7f9ec0d493ba4195 49 101 107 137\n0a0027a48d9ff2ae 64 120 140 141\nbfddde62b6a98d36 4 6 26 30\na7f562aa15f843e6 20 27 32 52\n5e7506cf490ddd31 149 151 188 220\nad3443476e26335e 9 12 13 49\n12dc074fab6ada73 43 47 49 64\nfaad6f447de8b898 6 6 21 50\n4ba7caa04cea37b7 181 192 195 205\n8a180708fb57d359 118 132 183 194\ndd68d4f89207ff0f 29 34 39 69\n15bc7fa1ed5567cc 2 37 40 45\n24bcb936908f3a31 52 67 106 117\n144b95c0c3fbe3b0 27 53 89 100\nc033923b102c9920 4 6 37 40\n7254867acea34464 24 34 36 38\nb70a7c6916d62a85 16 36 38 53\nd22162b6e3164792 20 30 34 61\n91ca67e0e542a035 31 64 77 88\n946b58d1a9d8e230 1 16 34 37\na3e3b8be6a1662fd 28 39 54 82\n83c12f45200f31c5 13 44 57 59\nb2dfe8a86eeb9e06 11 26 37 60\n2b38cc883c900d33 1 4 21 37\n330b925cef643b3f 9 11 13 30\nca173a511467da3e 32 59 61 89\n4213b6b3b673f9b5 58 59 81 89\nb2d62a9604b7895d 10 11 30 41\nd7102cf2ef5a8f7d 80 85 97 116\nfd56ac232431ec1e 27 28 35 46\na5fbd051828e4672 19 40 47 58\n31a087ee5b1976da 13 38 41 88\nf93e9ac4886596af 10 19 52 68\n6a852331b0619f10 1 31 38 63\n22598e2596e6bae7 18 27 46 75\n607c01e4c097df8c 1 9 57 65\n9339d2793fa7d4b0 0 4 9 33\nefd1d407b90e102a 5 24 34 42\n55af29d88dd6cb1f 21 25 41 52\n12e6ba92e82c7ca4 70 85 99 142\n069a4c442912c405 20 30 31 72\n0f18fb6736efb1c2 23 37 53 64\n3a10eb9788bcdfa1 98 113 119 125\nd4712b11bde40385 10 39 43 56\n586f6246380e346a 36 65 67 68\n0d68a05801d48984 8 29 31 37\n0aacb1732fee7a3c 104 116 120 136\n9b107b23c0fd12d7 22 39 50 53\n1d2cab92bdcc1453 33 57 60 72\n755560fb9e846ad9 52 63 85 90\n52ab598ec2a2de67 2 25 33 40\n56933c4979bc7691 8 25 28 38\nf5b89b1a052e50dd 136 152 174 214\nf47dad0f8ebde12c 16 24 30 34\n8f3313b4bba214a6 50 88 105 106\n0f7e8bf1137abcac 59 62 66 95\n0c8c4363e0dca250 91 115 124 125\nb1ee9f10fc740b0d 138 161 168 186\n2f4bcd593fe37158 24 43 54 55\nf2309b1e3f43d138 5 9 32 35\n8498e2d2f6dd3444 1 17 46 69\nb8e0eb3581b667dd 60 85 98 117\nc9129ba6bad91429 2 17 33 43\n0bf152ef84195293 32 41 51 56\nbd9c2b03ba9d6006 14 23 45 65\n0f5c5385dbcd96df 89 113 126 168\n4d568c56810ccdaf 1 2 17 74\n3eac742acbd69adf 0 9 17 46\nd9d16f049af90856 50 63 86 87\nf94da7611919d433 13 24 36 61\n24ad46fd2b26b208 0 22 30 32\na4bbf187deb25d92 95 111 147 151\n30b1d229ad4c6353 73 105 157 161\n98ebee1c36ecec55 141 170 198 200\n1f56ccfabbfce568 60 116 122 129\nd3808e617aee51f2 49 52 65 115\nedafc8e354ce22e2 76 88 97 162\nf9e4896193305279 32 57 81 83\n5537c25a2a4e1dac 11 35 36 65\n33e5bb3820c171a5 13 14 54 61\n51b662c7c60ec7cc 23 59 65 69\na75cc8031d0c1109 25 35 58 72\na7456203dd8fbe27 6 22 29 50\ne2089a8d763f1663 44 45 65 77\nf95804db8b3419ef 7 11 42 56\n3cc97c3d778975f2 2 3 28 33\n4daf919100e878ac 10 16 39 50\naa771b72f8fb72eb 94 98 137 144\n55c99f9550523caa 7 21 33 36\nb792c07d73174381 33 33 57 60\n29c8267c1d10b23e 5 13 35 53\n5b14277732a9112d 7 42 45 68\nce9e0dbe761cd99c 7 14 44 69\neca504acf788bf0a 19 35 42 53\n8135673a5a3e3d17 38 92 94 102\n90cfef1d9f506bc3 125 131 140 143\n88097d40f661ef35 1 3 18 32\n10c551ef9644ea03 63 92 94 97\ncd3227455e5fc610 20 49 52 53\n741fbb3e59f3a016 34 81 89 93\n8fbe371085407534 7 17 41 76\na51ae2b9ca2eadbb 81 119 135 158\n49b8f80c849dc341 4 10 44 58\n38a9a0f5e76103d2 82 98 104 140\n9a5911423709e88e 58 89 100 103\nddc7f2033a69be92 81 114 117 153\nf7d372dde37d82a8 162 182 194 232\n000eb6240f06dd5a 0 6 8 14\n7356a6971663bc46 126 136 155 157\n647f2049bf4cb3f3 5 14 16 45\n65337637a62cfef8 9 18 28 38\n2d5e1c16ba1f89c2 22 27 64 72\nef04f651e4959d1d 8 10 18 45\n1a886edceaab12f3 12 19 29 62\n389df03f3c2d7291 47 49 59 63\n727fd875da49f556 81 82 133 148\nbe75142d4652fe3e 32 64 65 73\n55274497e0e4f397 0 1 22 23\n0c9c387ae23d090a 9 9 43 47\nf2ac94f8a263d7d5 25 33 41 78\n966a5307cda23c55 83 88 119 168\n20de87f0b3f2d136 49 58 60 92\ne0e489e26ec46229 27 33 40 47\nb6f4fc544bf871cb 11 29 44 58\n45592a7f307bccd0 19 28 42 97\n2473b5003a95628c 31 99 119 129\ncc49910c79f0609e 94 135 168 176\na5aa20c038a696f7 1 26 52 54\n2d60837ef2e52abd 6 10 21 47\n497f507a5901bf4b 11 40 45 54\n28b06f7087798198 7 68 76 81\n963d879678aa91ed 0 1 4 39\n91fda69e1cda4602 0 59 62 78\n45cb862034851efe 15 25 39 55\n0667d5bedfdbc555 37 48 53 64\nc4ce0cccee5000c4 67 74 110 123\nb4e42cd339a79f12 16 20 29 67\n25d8e374a2dafc8a 47 60 62 64\nd4265596ad1d389f 19 41 53 68\n70b0a33083333dc9 26 31 35 62\nf5f9284fbe976ac6 21 35 50 70\nb43aa92e530e2aa5 14 45 46 51\n1930a64d9a119b13 100 116 168 172\n46e2ddf094d0c3a1 70 70 89 134\ndbeacd35503e7aee 36 54 57 79\n29927d9ef0b472d7 18 94 118 124\na5094b8969a4c5bf 0 4 10 35\n8c2d5f78e39a0a46 27 31 39 50\ne4ff8d1787cceab3 1 26 35 44\n2c02607ae436a9fb 137 152 153 205\n835245dc585f2859 39 46 52 93\na7a6c2f3cf54aef9 124 157 158 191\ne73e0e059f8783a2 200 212 227 229\n08072d6cc8e8711d 4 22 31 48\n06db5bb2465ae58e 22 24 31 80\n3b273cb40c55db95 6 6 37 42\n371c9182ffd46ce3 16 34 44 63\n57db262183202597 2 21 60 84\n7fe41aea4712cdb8 106 114 139 152\n38f7ba7fd9a83069 15 25 33 48\n7f3e044dcc46e055 5 6 45 56\n487d83675a8d1574 33 39 66 74\ne7b5573a8a349fbd 29 43 50 77\n651a7f83ed093001 126 128 133 216\nae8caf9ea633a5a0 131 194 202 207\n60579e8876b01b2f 143 159 177 188\n6ff8a81d324f6019 40 45 50 55\nd17f839ab9e08ea9 58 65 67 85\n411a945b4493671d 3 3 17 24\n1a7d164646410568 22 61 83 90\nbf6491a3966ff9d7 37 60 61 73\n97ef4323919c5e8a 2 6 59 62\n35d5a242ba40f31f 17 47 58 61\n42b88f7ee71a7ba9 10 20 35 46\n9df69339df5f3fdc 3 16 26 56\nd030c6261cd1abb4 9 26 49 55\neec8ef2fe16dc804 9 32 41 55\nd8ea730c7ebc2b15 160 179 211 214\n73d6f935f31b3fd4 12 13 56 70\ne65e477a2259ee1d 24 46 61 105\nbcb3e61c29285c99 22 41 56 71\nb3250a0a2d9009f5 3 15 26 44\n84dc96c4d23ae77e 52 57 61 86\n95118479b085c02a 5 28 35 55\n33842f4b169e4145 167 186 204 213\n06d8995be6aa4db6 7 25 52 58\n2b1d7fac3c4aa643 56 75 80 84\n2dedd50196fcd8d8 1 7 18 47\n5cfcfd06bf95c274 24 54 55 58\n1d704b9365e9c86b 40 78 117 130\n6227136f87486626 194 201 211 222\n306e2b7785657539 56 84 96 107\nea6645a9ea0a246d 28 48 51 90\n072a60bc7e0b0dfd 29 30 41 106\n457a1ed78b1ddb01 26 35 53 92\neb6fe750d492236b 67 73 147 152\nadafd7e7453e6c7f 168 182 219 233\n3e07add8413f8157 138 175 207 209\n60228a8a6d2b00df 184 185 230 244\n01cf55ae3e378faf 37 37 84 155\nc0cae0d6cf77466d 38 63 95 107\n793f0043431013f7 33 57 71 73\n63f5a76a611bd340 153 156 165 237\ne99a97fb863e6a9d 9 33 34 56\nd6810088d20057b8 10 23 31 72\n756dfb036dd20adb 9 24 34 72\nf8c255e4f6f28bdc 40 70 85 90\n3bceca99e87d64c5 6 8 17 31\nd0bd753e8fe4e2d3 31 37 43 46\nf4d1d8343d1cbdbb 22 34 42 52\n11fcbcdb1dfefb38 38 65 71 84\n504e98d08e4cf00f 11 15 22 53\n610fbdefdad11b29 17 27 50 74\n838a6871a8e181de 27 51 74 79\n55fcd2b9e570c4c8 30 31 62 85\n37697c41773d597a 6 40 49 51\n111356766833a7df 22 46 50 55\n01aaf4ebb084dc16 160 227 237 246\n74d90d151c3b4237 2 14 21 42\ne4596877e8d94040 59 70 85 105\nafa27c12d2fdddc1 179 179 180 208\n02b406d1e5e31d5c 10 49 54 57\n5e12cd34c3b1fe72 4 10 35 46\n2b4a934049f932d0 6 42 48 50\nffd9cad0a4d2ca75 3 5 12 24\nb23acf2348354621 45 82 94 134\nd8a96659ed2bd380 103 115 141 201\nb407e1b5a428f463 90 112 119 164\n0d8fd962cbfc81b7 20 26 33 85\n007b4ae7c05f2ea2 167 174 218 230\n808386c2ae9d31e6 53 60 76 106\nd2f5e2cbbf1015f5 5 11 13 36\n4ac044dcaa428723 34 45 47 68\ne9f5da5f5d7c0de4 18 20 52 53\n5aa4837f65df42a2 1 42 49 58\nd148537296a4925e 36 40 111 118\n9186a61648523837 67 69 87 90\nc4688d5ce226a8a3 7 15 43 55\nae8ea9afb925ee77 152 174 178 190\n452e9c4e4729ddff 19 26 31 66\naa8cd8c5ab8576fb 26 33 45 61\n0f540553fc30f16d 20 35 53 65\n0d46043105cf3185 74 101 110 116\nd35f508ebd80e610 27 46 59 73\necdec2a700fbd0cb 0 31 48 75\n06954737f53b8688 117 120 124 164\n32dfef9109202812 14 42 48 51\nf4531998080f8fce 5 19 42 46\n00969c45a093d43c 0 0 4 37\n0516a5d959b58cb3 42 55 60 63\n0d82dba8f137e3da 0 17 27 37\n3c5163ede747b187 13 26 34 48\na71ce4ca6d088c99 136 143 185 188\n9240eb57425d3e61 45 46 133 137\n8383c3848d7b6793 0 4 10 40\n449c34eaea295942 3 11 18 39\n64c5eeee42ead135 15 39 41 58\n61192009ce2e8d25 115 128 129 178\n5eb4f61d2fc01423 13 15 43 58\n3f89e23583c36441 60 92 98 105\n0ece034988793847 41 50 52 111\n79039a7f117fe5df 45 83 88 110\n6f0848af3fdd300f 1 6 40 49\n515ff56d91647ed8 16 55 58 64\nef6b6088c854be6a 10 15 27 42\n0131c9aed0fb3940 91 108 138 143\n56d52adb40f43006 9 13 21 86\n8f6232b4894c548f 27 30 32 33\n5831d0efd932b661 11 37 53 84\n997cf2dce8841462 161 170 220 233\n432fb354aa710e62 66 67 80 101\n4cda491521679291 20 39 57 66\na5bf307def4d3139 15 18 29 43\nbe9cc6b6650bc49d 25 39 48 63\nf16acbb21852bd7d 11 19 29 61\ne94154e96e881563 1 5 18 45\n5a88a7628a024a8a 31 39 64 108\n2b3e3c5d30c17bd9 25 26 38 48\n66500f98d54ecd37 20 44 52 64\ne920e9ee74ed273a 43 47 57 64\nb0c41f5b2480bb8b 29 49 54 72\nbd6f17493a9d5eeb 9 27 51 53\nec2367a92a3ac765 31 38 55 123\ncc8215b05c6778d0 9 38 58 99\nb0919c7c6ee9ccb4 43 53 68 78\n537b5c660ad956d7 33 38 65 79\n96d5582decc8c3cf 77 129 135 140\na83b470f7272bbcd 20 24 56 60\n96156703cfe23834 51 71 75 83\n395caf9235fde098 2 11 19 32\n1a2e68ddf807373c 95 100 104 131\nd0d176ef9f64504c 58 63 72 94\n9c85f12e4c5594c1 95 118 169 179\n523ba383f96f31da 108 112 131 136\n38615248b52e2834 4 19 47 49\n4263257ec6099434 19 38 74 81\ndc7c7a8a4d5ac4e0 86 91 113 133\n26337df1ebd39c1a 16 23 53 56\na5596bb58d65e134 1 9 16 42\nbc1571b6ae57de68 15 67 86 101\nff20a3e943ea6d63 96 122 126 176\n710e3a4b76271286 31 31 40 66\ncb06f426fb1e1ee7 119 168 217 233\ne20332acb9776bfe 19 40 53 63\n93f5d043b5efd9fd 19 35 56 60\nfef6f87f0eb94f9d 22 38 81 125\nca23cb4161bd6c27 57 80 82 114\nf9f0a9d133947ddf 3 21 34 50\nba11ddbb8b6f7b51 17 37 80 81\nfa7ac0885965196f 11 35 60 69\n9478dfa1b2aac888 27 47 56 60\neee309b82001efcc 21 27 57 72\n472e2674ece00632 2 5 15 47\n53eea5336472dd68 65 67 72 125\n0e00a382b62667c0 9 11 37 39\na94fc67eedfe293c 2 13 28 30\nde5a4241e0fc256e 23 27 44 100\n4d4e3b5bdb340bc5 48 52 65 86\n32cccd10c84b4529 37 38 94 95\nd4797d60785600e5 225 256 260 262\n7fdee044fb73c083 8 17 25 35\n173a82eeea56aed3 104 108 155 158\n5b578354e2ff536d 34 62 93 106\ndaceae3c5381041b 185 193 246 249\n3776e900791c1553 63 78 107 129\n7a0a8563edcb2777 60 72 112 115\n847f00dbdb354932 203 203 204 222\n83ceef672f798063 30 33 45 80\n3824335ebd7a4097 7 37 43 50\n2e554e99d045b484 36 51 58 63\n1593596b99e2dde9 145 172 205 215\n6415ac1fb927e931 112 151 159 171\n1b1816a2b83a5ded 84 104 115 141\n99440a9c3bbb41b4 119 128 150 160\n594c2bd3e4866894 46 54 104 111\nd73ab8bfb0690400 16 36 55 57\n07479835711d6f8d 5 12 50 59\neb892617e62c3cb1 19 28 38 52\n8396d1c25f4fcbc1 33 51 135 139\n49f6f14c580b71b9 15 16 39 47\na0e3a397d90143c7 140 149 160 221\n758441d28bf18f52 34 87 97 100\n03f1781c4cc126e6 1 10 12 33\n4cb669bd62a4ffb8 4 7 38 48\nd29f030c2f30de80 4 21 68 77\nef701392483196ac 1 4 37 55\na65ad33fc3bad8c4 17 35 36 39\nd1114d98f7321028 20 27 37 62\n5ef2c407a91164d6 84 120 125 140\n9a94edb1ebdde345 85 115 128 137\n45ac5168bda9d3e2 22 50 67 92\n289ce0f2b82dcd0e 3 6 18 23\nf12af1bc54560b02 37 45 64 68\n636b6fab2550a416 88 102 109 111\n81656a7e1b5e50f8 18 21 24 70\ne0cb68eea3732560 10 59 89 95\n7634487972104d11 40 43 48 104\ne2a9aada84cc6dad 33 34 58 110\nbd124cbcc8499c35 2 8 13 38\n8b7b1e3b17e1f65e 37 39 49 54\n41016527728cae5b 33 36 41 66\n6c31ace888b61e64 140 153 181 204\nd8814c586837d983 24 92 93 132\nd52cb5376bd64041 65 73 132 135\nd1c2132bcaf8c8ff 0 14 37 40\n32eba3e4cfb61f93 22 46 59 72\n0090cc64d7b7bb24 38 43 74 107\nfd7d74cda1a4647c 25 34 36 46\nab9caa524b50a3ed 7 60 64 65\n5e2c2ba8e3f43930 9 50 68 73\n5b24d7524400ba63 23 46 51 73\n6816c423fb2b2603 5 12 15 51\n0beae06611ead92b 68 73 93 156\n77e494623701b783 60 143 153 157\n15d324ad8ff2dd83 11 19 37 58\nb36b6680257fb62f 4 9 37 43\n1356044ed255241c 1 30 34 46\n1bc87f52eba89cc4 21 41 45 82\n1d1cafa3e27da040 6 19 33 50\n602924db2002b913 5 12 28 49\n0e714d042fa59506 58 75 107 116\n6b6f2e600be49cd3 42 56 59 98\n80731b22d1ae18fe 13 18 30 56\n1cddaac7be8ecfa5 7 23 24 40\nbf2f95468d2f3a94 12 20 50 58\n1fb651cd12893f99 20 29 33 43\n3714123f055e06a1 47 73 95 138\na58691cd3790a330 13 50 53 54\ne16e616763c90f55 105 113 124 128\n6f10a628fb152c0d 10 33 43 53\n617d74e8fe12dfc5 24 28 58 67\n4bc1c3a888a8bfba 24 40 74 83\n584f2fc6d686aebc 184 212 219 228\n049a98f70ce9f471 85 116 152 202\n75dbccdce05fc875 3 16 51 53\n4cbb82a6bab25a0f 24 29 47 51\nd5c7972d2fc031d3 21 33 40 91\naf82449f47af4000 22 31 79 99\ne4d0c443da0a410e 4 12 20 24\nb076e5db74620552 1 12 32 49\n27f3ccfb3199499e 102 111 156 208\n65c3b0bc4d1c4937 3 30 49 52\nb142a3b0f2424c63 205 206 231 254\ndab11e3658de864c 22 25 32 64\na6608b282fd56b6a 73 75 110 122\nc6d8983e036f624a 30 32 81 83\n5944ef3bc109fe8e 82 84 105 112\nd637371420a611a5 3 36 59 107\n25eb909bc9207b62 55 86 90 101\n1de1b73fe4d6aa77 10 19 33 40\n55b512c313b9f94c 10 33 38 45\nb12a86f213f4b4f7 0 5 30 34\n1edc6b95e84127b6 19 25 40 72\n5ab6c32ba3acddf7 114 141 152 153\n78f4b560f9ebc1e1 74 84 88 106\n338ff9f6c02a6a40 29 29 38 48\n56320b37680175b6 39 42 61 81\n0eadbf8806794990 88 104 134 136\nf557b08a4a69ab5c 10 19 23 25\n9c76d9b93e06163c 41 58 93 94\n2b973e6f676eb243 30 77 87 89\n8fc8e232944734bc 20 21 30 69\nd751995260cd797b 112 151 169 205\n05c423623c9f6f56 3 17 21 50\n40f92f1e65a5e1dd 22 24 39 56\n74dce1dd5e07754e 103 119 132 141\nee4111163f2a4f9c 66 74 99 116\n4f1e8e3e0ca5f08f 44 45 67 88\n33f4eeb64d0c9c1a 93 123 128 133\nb17cbe416d6c9144 7 9 12 35\n3260a42ccfba8973 6 27 29 53\n4f3f74d48608536d 95 102 112 121\nee449870b417dff7 10 23 48 58\n9d8a4c0edaa5660b 1 3 10 33\n7b6a13ed373bafb1 37 49 52 102\n095fb57435b7d890 25 26 37 78\n7ab8aedca7d8757c 65 82 150 170\nf8b6ddff8ac15284 108 135 150 157\n760eed8b3b2d193c 69 74 102 120\nf93a6b5a5c9fdcd4 11 12 30 46\ncdef9e6563e99383 20 26 64 125\na57b2462f36f2fbd 30 78 93 108\n7f6ca18d29449b97 32 36 67 75\n58c7cd265dad22c4 6 6 30 69\n4242fb49c775710c 22 55 65 73\nf7b3d421b8b09103 3 5 25 29\n002ae53df0e0afe2 1 18 30 44\n588cc769c31e8e5d 1 10 14 37\na17fdfcb519750eb 6 32 36 39\ne5283321fd627294 9 39 56 58\n16a7b5a41f31feb8 144 146 167 203\n74c5270c0509598a 91 96 114 118\neca3f5a4e9c39dcb 6 9 11 21\n5f8d3e74c44ebfe1 23 42 64 66\n13fcc228c40a0e67 48 60 66 86\nacd498c538ea838c 118 140 151 168\n81631caa82417133 34 52 59 63\n0e241f40ce0cd802 1 25 45 50\n7c229743606cb149 127 157 167 168\nbe46ebf723a08b6e 3 11 50 59\n283334520a3f8a43 13 37 72 96\n3420d39fbe2754cd 66 101 108 110\n654a9b3e9275de95 99 111 146 177\na58cfba1b939271e 66 79 83 100\n5bd652e5e88bd99e 97 102 109 139\n4c791225522d45ba 41 43 80 104\n87d7a86f53856f83 33 51 57 143\nde679a299a3c2237 43 57 72 95\n3a6dc09185951ae3 31 56 59 68\n795919ce5d3a68bb 3 16 25 37\n3f79dc32d575bcdc 32 51 57 98\na293b394e08f7295 33 36 58 62\n4a2d6753676df096 79 93 95 112\n29832cbdb4144601 82 91 100 101\n7c2a1a21f98565bb 8 9 19 56\n830b9cfa875eccfb 42 77 141 153\n2ad50852a84faf51 73 122 127 148\n11e62395c85c250d 154 161 170 195\n71f92f3fca96eec7 17 17 24 47\n196ffec2c68cafd5 190 226 239 268\n4c943ac66f6c277e 116 153 167 178\n4955f54f807ef5aa 3 11 43 44\n84718a93683ce89e 12 15 23 41\n291bc22350620114 19 36 47 65\ne943268225439ee2 66 67 104 111\nf2294c16cb7fee10 28 35 53 79\nfd860acd024313fa 0 6 12 28\n5d9f7f0205f7bee5 4 20 54 74\ne6d0430b2855eef3 1 6 7 14\n2d3e1349898addb6 39 69 74 81\nae4ac70af9dffb2a 71 89 109 128\nc773a3d1819c4e46 122 140 162 173\n872994d87d80afa1 5 30 38 46\n7ab4a477b15e33de 78 84 122 126\n8f7a06b942bb6900 27 32 50 62\nb3fce22970354e15 89 113 117 120\n6c42b1d8b83548c1 26 31 44 46\n020a41f988981396 40 53 82 93\n39987911e4cf003c 6 10 25 38\n1c144e2404c5da89 19 41 56 64\n1fd615fea825fe87 19 55 103 110\n36f4df3e0a1ade5f 20 27 59 64\n7a5e19ae6ae54dbe 36 66 81 83\n86b75053e13f6172 5 23 25 26\nba72c19e113bbf12 52 86 102 114\n0c8438d86bb28f7d 61 63 85 89\nce69e6f9387f37b3 23 37 52 74\n699d4a33932c2025 4 9 25 26\n5a54b7b3ed9e2669 16 20 30 44\nc192371973923223 48 88 90 158\ncc30dde87a8cd5e5 226 234 260 270\n33baf3e18e5d7256 34 50 102 142\n542727f310bc5f57 118 154 158 185\ncccda9616bbe47b9 30 41 46 76\nb27f1bede464ab39 28 49 50 56\neb6c0d960b5ad011 84 109 128 132\n18c4fcb88d1a864f 0 0 16 18\n8c217ede015a8f32 120 139 156 157\n49c758aa3c35ed86 3 21 24 38\nf0feab036acd7195 4 13 24 27\n3a488ff3afa463e2 8 11 30 32\n46e653208e529783 11 12 25 27\n3289ad7a811d2348 21 48 57 80\n91bc7664f64cb914 7 23 28 61\nabe7bce073b9ce43 9 30 43 65\ncdb200a16eef815b 61 65 99 114\n0e4f56edbc3d8cd7 3 7 33 46\n7958600c70ee8a9d 15 42 97 101\nd42a67e5ac57d575 27 51 55 62\n4ec53b0f301cf02b 47 75 114 123\n7cc4a663a73167cf 23 43 63 71\n7757f4f48eb32176 28 33 67 75\n70d327d36d36506e 8 35 39 50\n4b7071b34e8cc67d 55 73 86 112\nce70d6234b88e7d3 2 35 38 49\n69d91ba3683c536f 5 63 85 121\n7233c56121c0e59d 12 26 91 125\n9bc83568fbc79825 48 92 160 175\n882d8c9cf2b9335d 4 13 16 52\n7163869be06d7dd5 49 81 91 161\n8df1dd08f3e0a8b5 138 150 159 163\n01e18dbbf22ff263 13 37 64 66\n6748d15e36161596 13 31 42 46\n206d9828d717139e 12 37 42 64\n396065ee739ea046 42 46 63 75\n440b5d1587251680 26 72 74 76\nc6f50806957eeab3 11 43 46 90\n48bb743178166598 17 38 67 73\n5888931fbc2e60f3 5 14 26 32\n2422f760ea77551d 26 43 47 75\n2064e46352532375 109 130 155 159\n667d53e90abcca1f 7 13 29 31\n0b211a1457076450 145 150 156 158\n3858fc4475d10c78 104 107 116 125\n29f52c76f269ae48 14 73 97 99\n1f62165dfec00c3e 44 72 83 98\n81fa34d3ed5c9442 17 44 45 50\n3317c40fd3e0a7b7 57 68 86 95\nb99637de9f6c46c7 30 37 39 59\nd60faf46f4942be4 25 78 91 99\n5ed1e06eb0e0a737 5 42 82 84\n943af1dc7ab5de43 12 15 26 34\n12e985eaa4b79298 56 128 132 157\n92a4b012b58e507c 29 48 56 62\n47573da5cb0e5e44 32 44 86 109\n5755647fdc759259 0 48 55 63\n5af87e033b9f0437 1 16 34 40\n040a26b288e7bda4 143 152 188 193\nb779ba4f3d024f39 11 16 25 60\n21e97eb0cfbff775 3 13 61 63\n5bdfcb2cf3ea6b54 11 31 38 59\nbcc6b5c21db0dc7d 34 65 80 94\n6b6d20c6a46b9fe9 26 47 48 68\n424f597efdad3067 15 26 36 58\n62523c746b75f427 0 21 23 45\n10ea3faaa29f4a88 14 44 48 51\n677866c08739532b 119 166 189 213\n075654f497170f90 171 203 224 257\ndc834c974b9c9850 3 20 39 48\n1ed5e32330ec25e8 19 62 76 113\nf9bd444ff59144bb 29 40 62 66\n0b1b293ffb0e2f51 0 20 24 31\nd6ae117e935038e5 20 28 37 68\nf7ca708f66179240 10 27 37 41\n15e0783c6b9683be 37 70 132 141\n0e6f8d0eb4103baf 4 4 27 32\n7e31f7d45c3cf0b6 40 47 62 82\n92836b807c80435b 27 32 42 57\n498688760312447b 44 84 92 99\n26cf19ef6b2b7404 67 99 105 110\nac9eb266e549b780 30 78 101 127\nfa4a47d5de18510e 2 20 37 41\n18502a6651367e71 55 56 106 112\n015d8a2a2834d38c 187 197 250 257\n195ca8350ff27f6f 97 107 138 190\n1e1e13de4ebea05a 102 155 175 176\n4089ef1b1bdb1d36 2 10 33 40\nc0bdeae8f2b84b7f 18 25 39 95\nbf549f266fb44586 1 11 39 46\n3f2bf7371b72e40f 38 40 46 60\n227c21a8dd87a153 11 20 25 48\n778f68c53772af85 1 24 35 40\naf5edc56cc39ad23 42 52 70 75\n095441304a817fe9 7 20 22 33\n826e80aa42b1ba40 29 32 51 113\n1c9772d765e0679e 52 58 66 101\nf3fb010a1ddc947d 8 16 45 74\nca95b6e7bfbc8436 18 25 38 40\ncca9a1bee61693d4 49 55 73 82\n676a6b3f0dea4b12 32 32 51 74\n0b04644621e97d30 4 17 23 36\n8d8aa8c998c02dfe 17 34 56 59\n8f04f919b046336c 13 17 19 40\nc78856807af46290 168 175 179 242\na247b339f81ebe2e 1 67 68 82\n45e6fa48ddd00e87 125 165 166 193\nc5e0229909535256 38 61 68 97\ncd60cc2edf2d6ebf 41 55 69 80\n90cbfcf3d8974851 54 86 108 111\n546b546cafbb0ca5 2 49 78 84\nb4e19508cc952d96 12 17 41 67\n9bbcf826d1eeaac8 68 72 82 116\ncb0c26c855110d08 2 9 12 32\nc6cd77c8b17f8d05 107 110 115 143\nbd3029491f3b5477 0 12 31 40\n2868a1b43e9eceff 14 18 29 39\n6a4a52e3c16e0f4a 20 43 62 68\n39f444469cf39006 61 93 100 171\nbf828c70b94f0645 1 45 76 85\n3be029de36008afc 101 116 130 157\nf43420f8216f180b 8 21 32 37\n8c3cf8cab7fcc03e 17 19 34 42\n30fceb3b40ec062f 25 26 49 92\n2b8778726c1f2fe4 16 23 31 51\n5fbace6c6ca56228 23 28 33 66\n397da8e32c2edd65 35 64 66 70\n90ac9eafdc254a62 5 10 21 49\n86746275bb619279 4 23 26 52\nc4390abbc27cc05c 35 72 74 119\nc20acf0b8ae18651 1 2 24 45\n0c2b3463c27c5ac3 44 56 59 83\nfdf17f383d76c327 115 138 155 158\nb7c282aff2a43dc3 29 48 57 58\n3dd211f3865fc234 40 55 60 70\neac5b0dd7cd2b01c 12 12 33 70\n3cfb4c69b14a1970 126 164 176 178\nc30d67dfcd34b670 39 44 58 62\nd9526345bd1c9ed1 23 31 46 65\n47c88dcfb1134255 61 82 88 107\n91bfc35b8ff7e593 200 205 225 247\n3af4c4e5a8ced21e 6 6 44 53\nf79a582b040e997f 11 51 59 63\nda6d3ec1cb4cc27b 26 53 58 64\n9af78377c848afc4 58 63 98 104\n7e02a036de62e988 7 40 47 48\n6fe442e8ab09fe70 21 32 55 63\n22b16c2f5af0f3ef 86 88 117 135\nc0b4b9d69f8694e1 162 180 196 199\nc318100fc0b93813 0 13 16 51\n43db8c6515021c01 18 18 55 85\n12691b0622a823ba 7 16 54 59\n71c937485a588180 30 34 73 75\nbe5146d052ba89e9 26 33 50 58\ne1242403844f68dd 47 50 74 98\ndb22a73f5841d0bf 14 50 58 60\n1d36cd02a549e244 2 11 29 41\n8346d97e523bed6d 13 20 40 43\na960f29aac73151c 1 13 14 35\n39424be692a88364 2 12 29 40\ncc6384ff2733d7c6 51 60 70 114\n5f38fc5d3910c6d6 10 14 24 48\n724ef6a3c95507fb 10 29 58 88\nb9940d29be7e5154 63 65 73 129\ne427151902da337d 80 81 105 110\n2a7387e017c241a4 1 15 31 62\n392c21ee30b21459 37 80 81 85\neae4850a8208dac7 35 42 55 77\n824d71d535cfb8a6 21 48 63 92\n6b6f125129d33bea 44 54 73 119\n5982f4d2e4ab094c 141 159 232 243\n5f5dc0d5714db647 11 15 39 41\n755a04a95cecafd7 28 35 54 80\n70c0208b58192a51 130 147 162 194\n5cce330e210390f8 5 24 26 56\n4d32701d6d977b1e 49 79 122 135\n59c75010c3c87a56 85 98 105 123\n0122933cf8ab3317 187 191 200 247\n1a3b21d1505c8046 8 37 44 52\n139055b26734436f 9 12 20 55\na665e1844f299737 27 72 75 76\n171403db6cb88926 35 74 156 159\n7c9971fb046c8d9a 17 39 49 50\n0d01d4d6c5d5297e 19 38 50 57\n7f02b92b02054056 12 45 48 55\n4edc4bd321e79bb3 2 17 25 28\nec2745428712d42b 24 38 73 87\n0e2c96cd97e73a38 0 13 27 31\n2eb515bff528d3c3 93 111 117 130\nd4614e0f45d75411 1 11 23 38\n138bb7b0b25e4669 41 61 63 93\n3783162ee796a21c 17 24 74 76\na65bba28a045b797 21 23 30 74\nda1719931a8bfcc0 2 22 25 40\n91003e6d8ca5edff 5 12 15 48\n63bbec5b2c43e0eb 2 17 44 60\n4130aefaca885090 39 50 51 56\n7191bbeaae9913d6 7 16 32 56\n646a8d75b0253ec0 11 43 50 62\n64e3cb9c2f6e7160 1 5 8 27\na96b791715eb6fc4 51 54 87 89\nf774bf01fa079987 30 63 83 91\ndb50799f4ed823f8 0 10 28 39\n6263d5147e42a3f0 42 60 66 84\n4bf9ef4705f35e8f 0 26 27 31\nb019544d6c047f77 30 44 68 85\nc44ece72968c02ed 25 26 43 46\n12dce44829d88985 70 78 89 175\nd56a801fae1ad98a 5 16 39 51\nd76607d37608e7ce 57 57 63 66\n537b6025597bfa35 180 197 201 204\nbf3d04f34a597b40 0 20 30 38\naae70c6fa6094d11 8 20 40 51\nf1491f77f36896d5 1 11 31 36\n47b5d62899ea4869 2 2 15 47\n0ede2c8fbe52c1d3 7 10 32 64\na25c24839b6d427c 24 35 61 85\n9754d9df0b3a33d8 95 98 133 143\na5845c40c9a3b5fc 41 42 50 59\n06058474f164c53d 143 203 233 247\ne81a09ef63b432f1 40 77 78 84\nb91f6cbd009997ca 120 150 160 177\n7e490c28db9ba35f 2 25 26 30\n828069d300980423 3 65 97 113\ne72a2c3f8d113456 1 8 24 45\n8d2b9a87c140969c 41 58 89 124\n46c9e2d86e7d4c41 20 55 59 74\n487e2f9d93c162c9 0 5 38 49\n90199bd048843777 50 53 73 98\n03bcb03930ff1ace 57 95 117 124\na9aa153e56d42a24 72 75 102 158\n80d4d88a8fae957d 15 23 24 32\n91ca1a8e3257081d 21 21 81 84\ne10a99d73518050a 16 54 65 82\nb06ecc51968af19b 4 51 73 87\n2ad4ea800caafe09 11 13 17 27\n2ffe00ad70fe9c00 27 60 63 67\n0f1f245fa1c181ae 32 45 55 156\nb838a34c5884a7fc 22 41 63 65\nc11e65f0a568bfff 16 37 40 46\nc9753d2d1f66ab43 29 35 44 87\na0671c9cfe5a2777 4 8 24 28\na03594dbdf6e6992 8 61 79 105\n4771409f1d4c017a 1 2 40 44\n4938177a0e6e2fbe 147 175 183 199\n32294ad73efca3db 99 114 128 204\n661caf1253b8ac0b 81 92 102 123\n5570474575713996 16 37 54 56\n6ea698b2758e7b75 18 30 41 60\n03e141d7afac53e4 39 43 63 105\n76466eea8d2ed2a4 20 40 52 61\ne38b31c94a851c67 7 12 33 42\n46fdfa2a16c7c811 22 46 67 75\n67ebb21cac8007c0 9 15 30 35\n79e41e8ef0be37b0 77 78 84 129\n99d2a9d83c84a382 0 17 30 38\n36977643258aa392 30 67 73 85\n74f0df58af67db3d 171 221 226 239\n570df8491b7dbe68 6 29 41 48\n776518d4349b6098 26 43 66 94\nf18bcd7fe4f9ed5b 52 55 77 81\n0553c19e8933374a 47 62 66 102\n0e060f89ae0a469a 14 24 33 35\n1c742e548e8698c9 16 17 37 46\n7a874ba9dd12cff8 8 16 33 41\n9ade3de25195709e 6 16 28 45\n2a41503583d146ed 91 100 111 151\n411c4dd047c49cde 56 59 76 81\n5e040cd0758dcc96 82 84 107 125\n6ed778f27070d0b8 12 57 60 65\n78340c5032da9768 2 6 11 42\ne89e33990a253fe7 13 14 40 53\n735cfe5b4fcadb57 37 37 43 127\nff0749db248be7fb 50 51 84 97\n5ec63def20f953d4 4 15 16 23\n9a33ec521f9309ad 9 10 18 90\nad70ee13c2907a28 57 84 87 94\n0539bcecbc483dfe 20 43 45 59\n6382b931b5db6933 58 60 64 81\nbd284b553bd53937 53 55 64 103\n74556b6ffb2e09ce 65 69 70 104\nf793e374e29bbd16 34 89 137 154\n816083dbb9f9222f 108 118 136 161\n6eee39e72091b94f 74 95 114 117\n6bfdc8fba533b80b 30 78 79 94\nff58ffaac40eb035 3 27 31 40\n91a9d523f9fd0da2 89 100 102 133\n8d26fa274011d7a5 26 26 49 71\nfa60fab979100404 145 186 217 220\naefd86f8dce0dff9 24 39 48 73\n296ec0d98f4d4151 66 77 97 119\n4828fb60e4a871ee 5 9 30 46\ne818e33eef1fba07 16 17 57 72\n2d510b02062e6ec1 0 5 19 32\n00a54225c5cb1913 0 10 37 53\nadf922b462281699 6 23 24 25\n446626a2bd617d24 52 59 81 92\nb4944635e320b7e2 67 98 114 122\n98baa63be3c8d972 1 19 37 47\n4ec2510baca79e6b 6 18 36 50\n2c6fb46edb748fe5 72 99 111 115\na1c1bbdcf7044b55 157 163 170 245\nd935340627e379d5 1 19 25 42\n1515d37824dd6b22 166 196 204 228\nda776979cf3e60bb 12 14 17 22\n6e732d8294b42cb2 2 18 20 23\n1f079ee70c21002d 94 95 106 134\n9e9abcf868def66b 49 85 97 106\n67550b0b94607869 1 17 34 42\n26756a2949159fad 6 7 18 43\naa28c267679a0e92 77 99 147 166\ncf56c91d489a13e5 149 195 249 274\n9bf5cdf080f47209 10 45 50 57\n069a9416dc6a373b 3 18 45 59\n2c48ab563b92a1d5 38 69 77 82\n9bf9f3c5a3beae72 16 17 42 44\n4d162b68bb19944e 21 37 54 67\n1cc1ff58dc89d230 92 102 120 125\nf83c61b3be7f9e0f 29 32 38 67\n7a4f2fc608aaaa3a 78 79 100 134\nc35ee89f14344a11 38 47 67 87\n90c04a7e5ea87bf8 1 21 27 36\n460455f96fa1a1d6 2 18 31 34\n83fce665197661bc 11 16 36 50\n1c5514d49d61bafc 5 14 15 25\n85d5e67f108f6d25 16 28 61 63\n965f6f023c3a74e8 9 41 43 79\n8c31b5348ee92edb 208 211 249 255\n7ee58108d3e509ab 25 25 51 65\nb069002c7fb91d78 9 15 28 74\n8ab4e422f733d62c 31 42 62 66\n8831b4796894fa86 43 69 73 98\n4317016b336431be 51 67 79 110\ne5dc905f2d09e08f 27 46 88 92\n8a2f8d48f81d6f1b 63 88 93 102\n388cb2f0ff1a6cad 2 33 37 46\n9266d12186a3612c 110 118 131 132\n6ab8e820c7b718c0 107 139 195 198\n341486831d3657b8 1 6 20 50\n0a5eeb4466dd19bb 94 109 153 191\n7fad45df233ddce8 7 14 52 53\n75c7801702268d0d 44 56 59 87\ndd079d20965f781a 208 226 264 274\na207c644e9d3dc96 15 16 45 62\n6cbe92f07b0e2adb 92 97 105 109\nb8dc10bac55b02ff 7 7 19 29\n144c2c2c52734f15 0 40 45 54\na8d08ac825b73e6c 24 48 49 77\n888c0f8b1eb412e9 30 36 69 74\naab2e43d122a5068 3 3 16 47\n2fca5797ae48529b 33 42 44 86\nd8a33236ad25f1f7 26 33 61 74\n25cb07fc0e6b4b4e 22 60 109 113\n91d121e4f1068479 45 80 105 137\nd196ef0cbc7584ed 39 43 58 83\nd0f984315730fa83 42 64 66 93\na6f82c20483fd87b 80 105 130 132\nde7b8597e87c0513 158 172 199 243\n997585fea10d93c5 10 31 34 46\nf533f7e3ca2b82b2 108 112 128 150\n96650b10c768bb2a 53 65 77 90\n6f39ec95b78cff82 35 50 97 112\nbdca5b7cf748f034 0 7 13 37\n1025622b7f308760 16 26 31 67\n6d26113c55522ac6 1 12 27 32\nb82906a1cb724885 14 28 29 34\nd5204fb7c2268cb2 7 51 62 71\n21b9d476c5a49c63 0 8 37 50\n227e06087cbffb2b 7 59 62 69\n86e00a902518e491 14 15 69 76\na81e5e9f488fb99d 136 150 168 179\ne3f5c078d61c2802 19 68 73 75\nf4b4148fbb2eaf48 5 13 33 52\ncd44faed91f43924 58 60 103 130\na72f7f942b9d78cf 80 88 106 113\ne29b483e3b210c75 49 57 96 124\n8f4b034b1b213245 15 24 26 28\neaa904f7a64d9ac7 4 5 53 68\naf4b71cad42eae90 23 23 42 67\nf490ca16bce0257c 8 9 27 75\na724c3e42bed1de1 53 71 108 122\neac13f3b1145593c 2 18 30 42\n655534415899fe16 23 43 64 66\nb272cee06e67c29d 2 22 44 46\n979a448316da37b4 12 51 56 57\ndafb6e5578f28159 12 22 29 56\nd971457c81bca597 116 133 157 195\n7b6aeebf20a4a9f9 1 23 35 42\n3c31d7b9f2792ed9 54 54 74 98\nb1a6fef04d0179d1 192 199 208 224\n982cdf2ed96f95de 141 162 180 194\n4ce642bc93f1bb5a 0 9 24 33\nfeff777cf65ea218 1 11 56 57\n57942df316f9d05a 153 162 169 186\ndeb368fb90770550 8 15 37 54\n51eb9835344baa4e 6 89 102 106\n9122321d30c32925 15 31 45 52\nba41d63524479e17 4 10 24 66\nff5a1ac1c745469d 62 62 79 102\n41f438dd19aae981 9 30 31 55\n57019809ea43aa10 8 9 25 53\n6af46768387ef0a0 122 146 150 155\n654f32598ac690de 74 75 113 126\n57ddd8a18a6a6d31 11 31 37 50\n58b3ece8c60a2f9d 0 27 30 31\nc6cba9f073cc2be7 10 12 25 27\n517a0ca238082eb6 28 39 40 75\n842cc3728f93d1f4 3 4 43 61\nd33a2a3775064031 4 33 44 52\ned68a7a690b2861d 0 34 37 39\n6a746e30bdff82ce 11 18 29 44\n985e96f409410e5f 21 29 54 67\n5dc5972828706741 19 20 52 54\necf8f945dc42ec62 13 27 52 66\n297b57a9296052ce 67 80 85 179\nb76be69049c01063 36 62 73 104\n7851cbd9a2176e51 4 22 24 40\nc43892f312b3c85b 13 15 29 51\nf0a596e2bdf17e8b 4 8 31 35\n92fc4bf81becbf19 65 85 135 151\n3fdaa028b8baad4a 35 52 78 95\ncbc66cef2ae88877 46 75 93 113\ned9cb9687de07bc4 0 6 19 47\n2b41e71d509a8b8f 12 26 54 69\n736608c3b5c67bc4 2 27 28 54\n8cd0751d81606c64 62 83 85 98\naecabc9b97e2af02 71 76 83 94\n2c80f9eb0d3b2bb4 35 41 79 88\nf1d0853959ba52c3 34 47 54 130\n60b21485e6a87336 19 31 55 58\n6d3856431e0b8efe 23 29 32 35\nd9ee8fae58026380 14 22 56 78\na00bf32154d7880f 26 34 46 53\ncdd838481bc961fc 29 36 47 77\n15ca8e1fce488c19 30 46 65 79\nf1d9d9caf8269fe6 0 7 21 42\n219825f542e6ee4b 150 156 181 201\nf4110e06667c78ec 8 31 44 51\n471abe46b812be64 22 35 86 114\nec2d59988dd203b0 22 47 60 70\nb4aa4ac1a59f75ca 1 15 20 30\nf968e1bb4d5f9e4b 195 224 231 256\nbe7cd9fd996a8054 36 43 52 54\nfbeb367248e705bc 23 36 57 69\n5cfdc624d8295fd2 11 29 30 37\nd69dc6c3720a2b8b 11 59 72 73\n9498c6a0f89e4198 34 74 75 78\nad543396707ee644 48 70 84 92\n58141aba88608ca6 77 129 139 185\n304dd8f38dbeef0f 45 52 61 93\nca896b9824333d2f 15 20 43 61\n5a2c2af8cf1765b2 103 158 170 177\nbc5a74179a33531d 52 79 85 93\n1798c9640d8875e6 8 22 38 53\n4ade6d5fe4b32738 32 40 65 70\n325ff82707386438 137 142 200 209\nb7a740bab983da12 21 52 72 78\n9d5a1b9e70599ba8 0 15 30 38\n73cba6d74e4f2fc0 14 36 39 58\n3c64a373bc1c53bd 121 129 133 139\n3b9420585a1e66fc 49 61 67 91\nd93e0c99ff4db752 0 18 24 35\ncc61d422a49ca86b 31 100 103 107\n7fa8ed6af92f3d2e 25 83 84 124\n4905bc8817511dd2 40 41 81 86\nf3824ed340a3012e 11 30 43 52\nc929c97aa8db7ce9 6 34 46 49\n7a18ec7dc0bdf907 96 107 110 111\neee9047b6388fce2 20 23 40 57\nbb181e68415b169e 9 44 57 61\neaffbdd81f80a5ea 47 75 90 134\n4161944d7d592071 11 12 15 19\nbb8805ce62490d3b 9 37 49 64\n1d7af31482baf61c 31 39 45 72\n7f471654fcf9d5c6 62 83 86 94\n565e02ef3d0d7726 27 33 73 85\n10ac0ae67d317d11 66 81 93 107\n2d8f1ccdb70c156a 44 53 70 95\nff3a963c55fcb436 32 53 60 99\n1c840c855f0c8421 24 57 77 98\n4bd922d1e75cc936 142 184 193 208\nb72e2bcd74f7714a 3 7 21 59\ncd21f3bf53352154 27 30 66 72\na19f6478fc81b340 10 16 20 62\nfccdfdacbcdd9b4b 0 17 18 31\n6f187c1dfc6ab480 54 69 91 92\nedbdb6ad0b956efb 5 11 22 60\n61c9d4900b04ed36 121 129 134 188\nd63597aeceeebf11 66 79 92 115\nd74eadb206cb092b 31 40 69 99\n8ee1f3a303113b74 3 23 24 35\n15a138312ad94718 13 15 30 39\nc44e247cfebc8863 8 41 48 60\n50b2183db14d713d 40 42 127 153\nd3ee158fc48d1df3 9 53 54 61\na2a28e092f01eaf3 41 76 91 106\ne3b2936f70d1dba6 32 38 42 56\n818f878fa36ae7bd 37 42 46 61\n3e8363be673dafa2 13 18 35 68\nf4f0bff9558dc66e 16 32 37 54\n58cd1a5b2a77a3d1 66 86 118 154\n95539306aec62cf4 109 110 131 148\ne37a3ccac0ec67df 3 10 21 41\n7ea580d5a9a04052 8 10 49 51\n296241182c2df900 22 32 41 45\ndb1aba7b5254ae5b 108 113 125 132\n5f19cedc37860936 29 31 42 52\n2276982dbc5a23e2 0 27 39 42\nc323b0dccaa46d8b 28 35 39 102\n39f03d5fb1807102 7 28 56 63\n2f7f2369486cc959 10 43 45 61\nd55a1c9b8e8fca0c 16 25 44 54\na0a5b8d202fb87ee 0 1 18 40\nb4c2c2cb9d279a99 117 140 155 168\n2a8cd9f87b3c9a2b 129 144 190 206\n3164f4c30188d403 28 57 67 74\na3c61456cdbd1a0c 26 43 68 72\n6f27cc9bba11d979 79 83 98 114\nbc64a62e612c27ce 21 33 40 59\n31b5667e16de1d94 53 63 79 106\nda549aefc6c2dde7 7 30 31 33\n6cbea20651231bd1 64 96 103 109\n8e4d579084c96cec 4 19 33 74\n89e757dfd2868e3f 60 62 77 83\n69178f54e00142ec 27 48 63 64\n16a23081fd821e92 1 7 60 74\ncbe2cdb46cc61aea 10 31 42 45\ne03e87ffb93f2fd2 99 138 179 192\n10a3511b61f40243 182 231 233 240\n652e52a792054980 5 27 28 36\n2da082dfb7a66b4d 8 9 23 50\n66ccdb8a7d9405d5 18 26 49 93\n05bacb6d6a4741b0 6 7 27 72\n004dd4b46a06e5be 3 12 46 59\n840219677e368865 20 20 54 59\n61cd6fd0d589ceb4 1 8 19 34\na17558fffd6c73a5 0 16 24 46\n60ba12107f341e4c 15 46 59 86\n8b1f087653c7ae16 119 141 153 164\n5ae93f51119ea22e 60 78 83 93\n5bcbe26d31a2e63c 177 201 223 228\ne544d80550e0ed87 35 39 55 84\nd7e49ddc912912eb 3 34 43 51\n756c2bdfad5cdd55 218 261 265 269\n04e2be0415136fa9 8 24 44 49\n431795f999dc215f 58 84 86 94\nb554f9a1149e206a 28 67 80 83\n2cd27189549897bf 32 51 56 66\n77ba94a08d8f7ae7 15 17 33 46\nb442fc189f7e84cc 27 56 125 151\n8b1de4987e260ef4 8 8 24 98\n9ea6c81864762100 62 65 84 123\n3546ce778c659b03 0 3 15 26\nc724076fdb4665ae 28 76 97 98\na13869916b17b4c7 79 133 174 184\n4908fab97c9bcec7 65 69 81 89\n2945a940639798ce 150 225 251 256\nf5b151019f9010a5 7 8 13 42\n172c99489b18e0e6 143 169 204 210\n6c6d91342f5e4803 21 26 44 63\nc9ffc172d4cf2f8f 24 39 70 73\ne1e11f6e94576a7f 21 22 35 58\n1f1a76ed6db1dae5 5 19 20 32\n3cc4c306db84c6fe 25 49 73 94\n26245c3bf975cb44 83 96 119 123\nf815dfc42d162fea 203 251 254 256\n18089956e2be2289 14 16 59 60\n233d7cca6c4c628b 140 147 165 182\nd886b5dfef09feb2 11 17 59 97\n8ab933b10c307f96 14 15 21 44\nc35d7671553924e5 71 77 118 126\na3679fb63dda3a83 7 22 54 88\nb5da81bebf3c0710 54 102 120 139\n36056faee50a621f 11 21 23 54\n04b580ea1f4df0a5 15 26 62 74\n19b0cd79a126e8bd 53 111 121 157\n08d5cde674e47324 11 31 32 58\nc271a72734e5b269 16 48 79 90\n5dcd7861e0c26df5 43 66 79 90\n7d723e5d5ee3884d 114 131 159 164\nae956b54a63e137e 187 216 230 245\nde188793714f8576 9 15 21 45\n0017ce4c6a39d122 62 129 140 152\n8e8b6c80f4465009 8 9 35 58\n226646771975e6db 74 75 76 87\n1b3589c90e199821 5 17 30 31\nb3e41cf29c9baa8e 29 33 75 84\n7aab5d3f7767ed1e 1 9 26 55\nc098d994e6751117 40 72 106 108\n4d5885aa7e39e090 3 11 20 45\na674ca864ad8992d 53 75 101 102\n0c25287b812367cd 18 23 48 52\ne6b4cb8ad82b5f07 7 19 20 33\nc10fddd77195eccc 15 22 60 82\nf22301abb4ab062c 29 67 68 71\n2b0cbc443e6c3c6d 22 33 34 35\n7ed09c7605ab6f69 12 48 51 59\n4f7ce11656b1bf7b 2 12 29 44\n6d764e8551754631 41 83 94 95\nee512b8fed64e346 47 63 65 71\n8000d5e5ca364d8b 34 35 41 76\nb59d323db46b8e8c 30 41 62 74\n6e5bd067ea61158c 30 46 56 59\n7baf24a573cca683 58 82 96 118\n93496017ed6c3f16 18 19 29 48\n36fb4d41b00581c4 39 53 59 66\n210fc445b9e254f5 7 17 24 41\nf073f9fe79303793 11 19 41 75\n4ffde39f9974cbec 12 28 59 66\nb6ab04d0a8e79e29 38 50 99 112\n1eca36ec55b88fe4 70 73 89 117\nfe255d26bfef2f2b 42 52 59 77\nf56884f938bcf8f3 1 3 8 32\nebd1ce931f852b44 24 24 34 59\n37d09bda74c92a93 85 93 107 118\n05a0ad1e2aa632e7 100 151 156 195\nbb034d246e698ecb 10 53 57 70\n972caf32a4a5c57a 35 36 75 100\n8b938862ee0e89a2 11 15 17 31\n5a827d3f2a424513 19 26 29 32\nf6f46314516a7f3b 94 105 121 148\n9cf5050816fcefaa 38 48 51 107\na18bf05a766ba17d 0 4 11 46\n133ee6e537353604 122 131 145 169\nb009fbe3950ebeb2 204 228 257 268\nfc4410feec1308a2 48 67 70 102\nc48cae17bb7fe0df 0 32 34 50\n35e8c6c2168dd087 36 54 68 79\n75f6f7af02e66490 2 17 18 52\ndd1c1d26525a2a1b 6 19 49 54\n1be3758972b35151 12 36 52 61\nfcb0cb3d3da5c2e5 16 36 64 91\n2e470f6e2c83566a 4 11 19 22\n50459a4ce306cb3f 203 212 219 237\n6d0a1cc8f263f401 1 8 12 13\nc6b410e69e499cf3 13 30 59 71\n4833b3d2a8184313 33 66 67 74\n91e469c1698f1da4 81 87 96 125\n1840ae9e2494443e 45 65 86 87\n77861592d98909b7 4 19 38 61\n01a2277ee817b310 8 20 53 77\n22085848f943c2c6 4 9 20 25\n34b35070a9e24f32 74 97 116 141\n9c1cd390ea3e2dd1 42 58 74 76\nc1a4a2a5405eec62 76 127 144 149\nd5068134e0888c2a 8 32 44 60\neb0797ba712e6f66 3 7 31 47\n4a7e531e1a35d424 58 65 70 100\n45f5a75e63afd4a2 81 152 157 169\ne8f62270af0b786d 2 16 22 36\n7279cead5e739056 29 37 59 62\n168e0f4071d2fe58 194 212 215 227\n1692fab166811028 85 127 132 134\ne608f38fd661a60b 12 31 56 60\n8178c1b534371987 27 44 49 51\n25b3854e6efb747d 17 21 58 68\n22b86e38854ad186 5 15 48 51\nb04995ec9bacd163 29 47 57 58\n7431082951c9e559 186 187 203 225\nb6c0898ba2c09616 1 20 43 79\nad34d90135db8473 0 4 5 8\ne315e4bd275b7036 0 3 25 43\nd06bad5707840a88 112 139 220 239\n6a4909956545915e 113 119 126 160\ne246e146c2368f02 108 112 136 139\n48e49bdd1aa706e1 1 11 24 39\n9045aa50fe465b65 25 48 54 66\n378cb83947bf2d23 36 56 61 69\n82439bbdcde76fb4 182 183 212 220\nfc966f25afa3659f 158 163 186 219\ne40ca395753837ce 25 29 30 33\n7d7aa32b53b28aa9 83 98 104 131\n30b1dffa5f783ecb 62 134 142 194\nffcdeb6f7e2f782f 41 59 73 76\nfa8217a7229a0e5b 23 31 52 54\nbd28c059c79b701f 52 72 87 108\n9ea61697c238be3d 2 2 4 8\n3e1af0b953407ef7 16 55 57 81\n04422a07336e32da 9 41 47 53\nff778c65ccf5ccc0 2 33 34 37\n2ef881551a7fda22 63 63 67 75\n9d2b9c6b0223cdf8 28 35 43 71\n1a246479af31922e 74 88 103 123\n3a4d7cbcf0c84668 3 11 14 39\n7bda96efed1cfeb2 10 35 51 70\n3dcef43736468b29 73 80 126 134\nbd3728fa823e6eb9 0 12 28 42\nfa53b8c13f6caabb 97 109 148 167\ncb252fb006543390 33 70 75 82\n67b6e4e43e0174cd 41 44 58 59\n3e920cc4dee08efe 10 11 19 26\n7d3267f6c9bbeacd 18 20 77 83\n41210bec1c0c87e8 8 24 25 41\n8b276812290942b8 63 84 113 115\n48638883e537ccda 8 16 41 48\n2c52d9d606a3ece2 28 37 66 76\nfb0b85f9925e6142 0 7 16 41\nafa3ca638647dc99 11 44 71 109\n603c1f1fff7356b6 0 10 13 27\n721a228529a8c92c 85 130 181 182\nce784ea362258600 140 169 178 186\ncc83c06e70687498 4 6 14 47\n4d6d71afa551caf2 47 67 70 94\n649f2f99bf851742 45 56 60 79\na8aca13ea1962643 2 3 22 25\n7d38a187a70a4ce2 3 20 22 37\n2326e9820982ad81 10 23 50 101\n1045a0633afe8205 2 5 25 35\ne301f70fea73282e 45 109 128 143\ne38f875ac1941fd0 56 63 65 98\n06a2911e9add96c6 6 7 33 41\n16ed45d1ce9017df 41 51 69 77\n6d5c5da7304dc62e 27 30 39 63\n3d410da4d7fd9f64 1 3 23 45\n99c22019aee5e7b4 6 25 40 80\n46fb9c990b6f8114 31 35 41 81\n2a058bafbecaccf9 68 84 92 95\n2efc2f02a8d73480 4 10 17 41\n0445459f7afb0f48 11 26 31 48\n22e6c736f2f7227b 62 89 182 187\n9e1c9b9e7a332b30 0 1 17 25\n7b0c77fd638a7494 16 25 29 34\n84055e0ed4467578 52 56 83 110\ncc8602b40207efb3 5 24 30 47\n5aaed3a3a0c31e7c 24 25 41 65\na3bc8104bbfdb9a0 60 67 87 107\n98ec507aa8ec90dc 15 43 51 56\n088e115752ce9e56 61 62 90 97\nb9cbc2885d0ca0a5 33 55 64 100\nbcc7aa969e3c2e8c 3 3 7 23\nf29a95c0e9901f8f 21 32 40 43\ne3e5e812f1687e91 10 15 40 64\n83b630268bde3212 4 38 65 78\n58694ef1f09a6560 10 22 26 46\n790fc35bbe32c479 67 78 100 111\n33a5a85f06fcc77b 53 54 84 96\n6973accc3270c3cf 26 39 60 68\n845fcf8e2d6efde7 33 42 45 72\n2e06abf6286040e2 19 20 61 66\n8b3edb4b0db51999 7 12 37 41\ndffc33db51535553 44 51 79 89\nf31cf77e0547f39c 32 41 47 78\n19310eb8261d4bb2 8 9 12 33\n346a944ed156cda3 80 158 165 183\n1a8028b68f3964f1 8 13 22 41\n6a9e6a28201b4866 5 28 48 53\nb81460976167c310 9 20 50 83\n4d6494da237c0bdb 61 67 104 124\nf2eb184a33234cf8 15 20 21 26\n39c41be5e76c79c1 38 44 46 59\nea060dbb5b7a8991 13 16 28 62\nb3111967db98b796 25 40 56 70\n128bf83073de3ba1 39 59 60 87\n8f1787bd8aad1e69 35 70 79 83\n221205ddf59c5156 49 58 85 86\n397037082e6eb839 31 59 64 80\nde1bfd4c6e39109e 26 28 32 67\n929ed71c97317c55 12 16 20 21\n5535e78a16298072 24 43 67 89\n85ca4b980197e441 1 18 26 30\nba23b8c900ff47d5 11 26 53 72\n4e9fb1e7c4b43781 46 50 59 103\nfb723ecfff811097 149 184 199 200\n5ad6ed267745c139 42 76 79 98\nf93468a0f42ffca4 5 18 21 46\nc06de0966927fe2d 64 69 77 89\na0dcf78e4bda86c4 27 27 56 73\n45166f266dd609a3 37 76 78 96\n18d9631f5eb45b87 13 47 66 75\ne345566eff5bc31c 66 102 141 193\na4dc71631f707b9e 12 22 32 39\naccea1caf1d2eb90 110 113 120 131\n0718f733a326d65f 6 33 35 42\n94f16f00843feded 24 33 42 55\n1da33647873725fd 18 52 53 58\n5f08606bd070be09 44 54 80 87\nef5c25ab76b67d16 2 22 31 62\n8cfc4ba7194af16d 1 8 19 38\n225ae1d37a7fa519 52 81 82 161\n8b167e5aa51027b5 29 44 56 81\n689e0540485d3233 6 15 25 35\n41be40880094d8d1 37 42 91 98\n7099ef5810514ea6 159 183 195 203\n83d696e4f2c17678 17 41 46 63\n06eba57d1c333a3c 0 5 25 26\nc838fa859e909dae 44 46 78 109\n6289608fd1c28b12 110 131 136 180\n75029a60ed1e2ea0 24 57 58 66\n7246f91eb5f09926 10 30 45 63\n72dea96302f348e3 4 11 15 41\n5efa8e2a9a5c154e 0 15 21 47\ncf1cdf134608cb0b 0 7 34 35\nc1e3a9b6b762ca8e 142 158 200 207\n58ac12f1f515c560 188 234 248 255\nc15c6c70207e82f0 122 139 155 158\nc0611596a79be2b6 186 207 221 223\n3d6e04af63ebfea4 37 47 67 96\n9add67fe53d17288 28 31 69 90\nafbb5d72ecdc4879 28 30 60 70\na88f58e7c2580c06 43 77 101 105\ne867befd1e970f6f 18 20 29 31\nc1a68c1661afa794 38 41 68 100\n92483fd9e04d89f6 10 27 45 63\nb0540cde1e98672d 28 31 34 58\ne1b6bcafe19a2b1c 20 34 56 62\n92c175454af59178 65 77 96 111\n17a75f0b036c9cf8 15 25 28 49\n06c71ce295284689 2 9 14 52\nd8108c1e5deaa4ce 4 19 56 71\n066c35b1abc706be 6 27 35 45\na201c3986baaf229 1 39 47 70\n3389b3537eab4019 0 4 10 31\n477df7ad0c2e7fdb 79 94 113 115\naf3fef15e99d6d04 45 64 80 89\na3c17c88737de484 33 86 96 127\n4d723f7940392bf8 25 67 69 70\n9bd8ca4f6ead62af 29 39 42 77\n0c9ea3bf67254e95 13 17 43 54\n398c4688209874c9 65 76 97 119\nb8605d7a56bada1c 197 202 218 243\n388ed39170b69946 5 34 56 74\n388b75bd17c5332e 0 9 35 59\nf51e889848dd76a6 7 9 14 30\n76cd1d8adab4547f 46 52 69 76\nead2622cf1e5c9ba 72 132 146 148\nd1ede7f9cf04dd46 34 53 56 62\nf1ee9dc6135e5307 10 49 96 131\nc6adab7b1a6de824 14 33 42 53\n68ddfdcafd6cde08 38 62 65 80\nfb0d3f523276eefe 108 167 193 211\n09754b77eeea6dae 30 43 60 67\ndc521f053f8dc8aa 1 3 40 47\n05ddd2fee689399c 16 47 66 75\na026a3e89d7dc3b0 40 44 79 81\na6184f02127dbcbc 26 42 78 88\n139a615209ee09ac 134 140 147 186\n33e23b97daf5d9f0 147 162 207 244\n855d56182ceebc3a 2 3 28 47\naa86ece4f54f6512 0 36 38 48\nf12b17e53069d00b 11 19 50 51\nc58fe32a990d73ac 30 33 35 60\n3558c5283169e6ca 215 223 236 252\n629a5759d6c89b71 3 15 18 26\nfaa891b87b4b33ad 37 52 64 77\nbfb03eb76b5b5d55 17 34 36 44\nf507227ecb66c75a 20 72 110 132\n6248ebead7b571ae 8 78 81 84\nfa6c109a9ef52817 0 6 29 47\n1564900dd040c718 77 100 134 142\n379884ce61c4daa7 1 9 26 40\n5791fbe607160328 16 27 28 37\n24598987691df957 0 4 18 116\n3ab70559ec30a57c 30 42 44 81\nea665164c6291b91 14 71 74 107\n76ecf58a102ebfdd 1 7 35 43\n565ff739ca86758e 74 84 88 91\n6a11f06a91581fb0 13 32 52 70\nc4ed784ee6c885e5 10 21 30 45\n29f0d7c051d80035 66 124 147 171\neb80ed32f2d71e61 11 18 66 117\n907a4a1d42f08d9e 6 12 31 36\n13686755488a9d51 6 10 36 48\n9830394c83ea9a1c 1 7 29 35\n64786a392b532686 74 90 109 120\nf714ccd51adc29a8 8 36 55 62\n77f9b4f93cb5e2aa 32 36 49 78\n49e48d66787ecb8f 31 53 82 94\n3b9e04113b202116 143 240 241 260\nb33cff827e646ae0 40 82 89 93\nd7c7bacbf45e205e 20 23 61 70\n7eba05725c383129 4 15 37 62\n3d5114f5d7496cdd 33 50 78 87\n70d4e7655d85c3af 37 52 84 91\n1e847ebd7cd1174e 23 32 48 51\n7701b37839371bb3 12 41 43 54\n7fe47ba582a3100d 42 48 54 69\naff6823d5449b1ab 68 86 169 195\n2060cce4dad6f988 7 37 39 42\na321bb8614ce0e3a 55 72 73 104\n33a29a351c1d9800 128 137 173 176\n653bd5bd0578831f 25 58 65 67\nfc55af0d98cfe229 32 52 62 89\n166818269e4e2568 95 107 127 161\n0d4b941f4678267b 3 3 9 83\n99929212dc710e96 71 99 126 137\ndf6aa9c2baa43f3a 48 50 52 61\nda9d2e8a2d28d567 78 114 123 126\nd08577a59254fa98 166 171 206 230\n274cabb7191fdf7b 189 203 235 236\nc1aa5d80f22d92f4 25 39 63 72\n83c7aa1e61b0a9ea 11 15 18 75\n6d4b3603c5edee50 1 15 22 39\n72c31d6fd81412fd 30 33 38 71\ne49ec5ddfbd5e2bc 2 13 21 73\n56c86f5e60476c59 15 25 45 89\nc0c0508813b848ca 178 186 192 200\n97f8269d9eea258a 12 34 73 74\n0bc9fd5c8e50d0ee 27 37 39 43\ncb52334048b77cc3 37 44 50 79\n98860f554429bd3d 119 140 229 249\nccf6194844dd7d49 11 26 35 36\n8524a25a370a7fc4 2 15 50 55\n9f39cb8fb654b30e 154 191 200 215\nbeaffdbde299760d 11 15 31 32\n036f135766f38f78 13 27 42 50\n46df36a031f50a04 89 147 197 198\n791e92b1f3de9ab4 24 24 26 54\n6e0019f9177d5fa2 27 27 43 55\nb91a9699377ccca7 47 67 79 108\ne6ef358014cff8eb 18 23 46 60\n122cb7d5ea4a99df 2 5 33 39\nb07b7c505d8f53b4 11 18 35 55\n401e10a4352fba1c 13 25 27 47\n959f55ba698bc53d 76 96 116 146\nf4fedc70483e9546 12 20 30 60\n0f64c5e4fead6cf2 3 26 36 50\ndbe5b1d0744f49a8 4 7 28 55\nfd5fe082a647a0dd 19 43 54 64\na45655d01947dd4c 19 38 49 65\n64f9a0b6b7667ce7 13 24 31 104\nec8ee53e2d07e6ba 44 57 88 98\nabd7dab79cb3cc4f 14 19 53 54\n9340be220dd1074a 14 29 35 57\n64aab07da1c81c11 178 183 185 233\nfc64b7d1851f90a4 24 50 57 58\na11c655d456b9de8 54 120 155 160\n5947805a3798ecf4 64 65 82 101\nbf800a3d2af8f88c 201 209 234 246\ne9c2119497ccb415 3 31 53 65\nc4e13be59797d55d 74 105 127 134\n7ef810bfbd06cade 53 64 87 95\nc4a96832fb94e17e 30 52 77 79\n837efbd6d300b80f 9 16 38 72\n0c4a239e265ae1c3 33 38 50 62\n63f96e876bd302c2 3 14 28 37\n03fe94a439456692 104 162 200 204\nefc1d7e7854b61e0 53 74 89 100\nd2f2da7454cc7d9f 19 24 37 70\ne6a552157cdde85c 43 78 82 84\n63b127e45cce265f 3 5 13 26\n20bab82d0268c877 36 53 57 66\n9981436f1448c131 112 122 148 160\n316ed1b489ff8f40 0 14 16 45\n0ebaed7e3d044bc2 26 32 56 72\nb89fcdb1949b3bd7 9 25 26 56\n31a642fe4cd1e232 36 36 72 79\nfefa62ae2b9915cb 134 142 155 188\ne9049a6bd77c83e0 34 36 58 77\nf7ad2c86ea2d9ea9 18 27 28 45\n273f87958aea6f51 1 22 33 45\nb70892f796f8ba4c 0 8 13 27\nf1576bacedf43ca6 8 25 40 41\n10ad4fc499c48b38 77 85 110 169\n5040e1df81a9e585 17 51 55 63\n7a13c5debea977a8 18 21 51 52\nc5f39167be4d1ec2 50 76 96 97\n950b644122456e80 0 7 50 56\n9ac574fc9983bd1c 17 17 23 61\nca623acaff33ed17 57 63 78 88\n4bdfa30358809038 36 49 58 59\nb8a0a20998c943f1 29 42 66 73\n5019e16d5e41ff8d 125 154 170 182\ncfa3b8068b6c4aea 6 13 27 34\n3059f523501dfd97 37 51 66 81\n72d079e097b05dae 0 6 43 65\n9fc4d0efce37f614 28 32 44 69\neb68e5223a3efe48 1 7 30 39\n9b66fe45498df0ad 31 38 72 79\nfbfed12d638968c2 69 72 88 105\nb8cb0c7fda839350 16 20 65 67\n980ca2c262a9c082 1 17 86 94\n78d8f4ecf17aad6e 50 70 87 106\n16930ebf3f0f6b84 1 28 31 38\nca38b62977d9bdaa 185 204 217 220\nf57106a54d7a1e4b 20 40 42 64\n6229ccd818f7ceb5 18 40 41 42\nccc439d4b28c87b2 126 141 143 144\n62726d53118f4d0b 42 101 133 150\n9d0081de499eaa12 7 21 51 59\ncf6af83b93401f92 2 15 17 59\n314c584ff3842715 35 36 42 84\neb76b202a2b53ede 0 28 50 54\ndcbbd3e7c5593282 71 85 88 110\ncd99ac8eaaf6ab23 25 43 46 64\n86a5d5b6f3a2f119 84 110 111 129\n8b23299adda3da36 28 42 90 101\n8e88ee370b476511 6 17 42 44\n7a4d944a9f4cfed8 16 24 34 57\n37a6b3200493fac0 0 0 34 48\n66f2224ed4e57796 8 24 43 46\na4b84e32290ce8c0 21 53 54 68\n86dd81ed2ece0c4e 42 47 58 82\na02db7e8cf77fea7 5 17 25 58\n18a3593609eb3269 116 126 137 140\na0b1c098e04b960e 6 41 46 48\nb2e47c97f727c95c 2 10 74 79\n391bc7d21641283e 28 39 75 88\neea466d6b25fca52 197 204 241 247\n72d35afbf0038ab5 34 51 60 104\n4eba3317b14cd251 159 176 196 215\nbbe4991a57d6b139 4 45 54 55\n9faced3e377071fa 137 145 149 160\neb487fe8068ed451 39 53 74 87\n9b73a5ff4c0b926d 6 10 15 32\n3ee30754edfbdb3f 7 19 30 38\n55ca776696247564 78 129 136 159\n06c7c747b4542273 12 27 53 54\na1f61ad8d835afdc 146 186 193 213\na89346fe9896f072 25 69 86 87\nde2ba042ffbc4713 45 68 69 71\neb5240688747eed5 117 117 119 128\n8e143c65e5b4d26a 27 93 94 101\nb1f978caa2322385 5 17 35 45\n10f4acad3ed87288 126 181 201 214\ne0c04ac07bda7e3a 38 44 66 88\na1ec70ded6cd5101 37 40 52 56\n2b1a013698fea3a1 17 47 59 69\n385f9444d20eb160 25 41 53 99\n01cefee9563f691a 101 110 123 135\n82d1a826975c52e4 18 25 30 52\n32ce9b303717a29d 161 175 185 194\nf546b4bb3f06e5ad 88 102 113 119\n32d2163aa65c0e8a 1 1 24 34\n005dd9a58df1ba3c 25 93 118 136\n8e59f255fe3902e1 4 29 46 52\n0be9a0dcbfe032f1 93 120 137 169\na0a4f9043abf3a26 10 33 40 48\n7918f829e9980861 0 0 14 44\n397b050e345d73fd 106 151 197 224\nf7f3946407cf906f 44 52 54 64\n5e76b1824c7ecb1f 10 19 86 87\n805f88603da57829 43 50 63 71\n28f59b68509ce59d 24 30 31 60\n4881a65d7476d6dd 11 38 53 61\ne885583f5cc4bce7 21 30 38 47\nfa95ce310f223e51 8 11 33 63\nacf6950165c4cf5b 25 27 63 114\n4df04a3ab680ac1d 44 113 118 163\n8d1bf350c50eb8cd 6 17 48 55\nc67003dad6fde3b3 120 139 170 186\na7f0e6b19b27514d 71 119 126 134\n671a9c24c0d9901c 25 98 134 139\n6495531b3f82982a 17 52 77 119\n8f06fd42b2f6e05f 19 35 43 54\n8bda4579f74b0e0a 31 68 73 93\nb6d4a0650cc6452e 17 78 100 103\n70c12e8b01c13d84 18 19 46 57\n0a3b5fb184936a83 6 52 58 61\nf48829b917629fe0 144 204 205 214\n0362399a61c18ad5 13 19 37 57\n677fb1dfc891a299 16 34 60 76\n0c89e266974e8b90 35 37 87 145\ne8312620692723b3 27 79 82 92\n68878f4a703824d3 28 54 56 73\nacd9c037002b6911 28 46 88 102\nb22b652e84a892fe 7 37 49 51\n6e77ac6af5163f5b 96 108 125 153\n8765f603d39777c2 53 60 81 90\n18be7c1b9895691f 2 13 31 62\nf6581a4f49944bf6 33 73 77 78\ne9c5eeb020300f1b 6 11 19 29\ncd9a89390417e020 36 37 71 98\n0ab14ffa7e541b0b 71 95 111 118\na296b1a0ad404fd1 50 60 65 93\ncca4cd545727bc9b 41 69 81 88\n07d1d5769e8d797c 7 8 19 26\nefaade844ab372e4 10 12 19 53\n19391676f0fc7982 41 51 54 81\n3a9c883b11e86530 188 215 236 246\nd3e50de7fa5ae1a7 34 52 56 74\n5cdd5df1368fa5fd 27 57 73 110\n57d0ba14855f013e 55 77 84 106\n6ff9543b0d6f4aaf 21 27 35 43\n51e54f65c553c2c2 17 22 23 29\n75e7ad763c3c7ff3 23 54 70 76\nac34fb6f1326b9a8 11 15 31 76\nb66065b1e0c52ea3 27 28 40 50\n763a4369298f49e2 2 18 36 38\n474afb2d4641a228 3 12 13 47\n5ab39a0b28f85faf 2 7 10 45\nd0af833524f5e2cb 18 43 55 63\nc758e9eff0a15a4b 32 38 53 60\n616098f6a248832e 22 33 57 66\n1a5cb7b09ea3f5fb 40 51 72 85\n7b5e55f473acc0f9 63 67 99 110\nf4a912a0332977a1 71 84 157 159\n1b14e662c17cb551 3 9 40 46\na61ff0ab88de2f6a 14 28 50 60\n9332267aaa909fae 25 30 37 65\n50b76734a7d889e3 57 69 80 93\nd84828a1616c2dc8 57 74 107 129\n784975164be6eacb 112 121 122 156\n6cbca4e323733c42 120 122 148 154\n8e03180ac2759a96 110 113 147 158\n75582cbea897284c 8 19 26 64\nf91749843a42fa3e 27 44 49 82\nb43f7a3f38045f13 37 40 48 55\n9519d8f8fd1623ce 43 46 56 92\n1d748783383ad977 36 36 51 104\n78b565622959e5cf 33 47 67 81\nefca775665694e1b 159 209 229 234\n62f8f5844cdc594a 9 38 70 72\nd4c12afa38b26688 110 137 138 159\n8b6b583586aa03ee 26 42 55 62\ne26a74786a4eaf3b 11 17 49 51\nec717ef4a8b15e98 59 91 107 125\nf9d855cd843f677c 47 54 87 98\nd98c0820f2511ffd 8 21 26 56\nce7cf79d19333573 29 36 42 77\nb43bfacd1a63356f 86 111 124 154\n2c04a38ae16197b2 13 15 81 86\nac96cadf3d4e6d26 1 15 20 21\n33a3f65849195eba 140 147 149 214\n0fe2286088ece98e 12 23 27 28\n83f5406c11a2e5b3 208 208 222 234\n04db26572a791881 101 154 165 182\n1c36b2b8144d29ec 71 96 105 107\n573b63f64db569a4 0 18 29 52\ncdd1956f97be9e04 14 64 72 73\n2beffa088960f673 11 62 79 96\nb350a0fc9c337882 23 41 50 53\ndc321ea878f93a88 117 136 160 163\n24f06a46ea08c03c 0 21 43 47\n8127997a38df9d32 39 82 83 86\ned4717f1dec4c0e3 30 30 45 58\nf72c61c75ffb1e86 3 12 21 109\n75b2b6629bb28af0 30 72 75 82\nb14287232708212a 11 21 43 47\n551a609c693a64a9 11 29 36 40\n20fba1d53c349851 139 154 189 223\n37b0b70a1a0c25d3 85 85 111 154\n4ea47ca106e3b83b 35 63 67 81\n52b4e3baca85462a 69 77 89 110\nfb4489f97dae5c24 27 81 82 86\n57e484f704e5ef90 28 85 94 95\n94c5fa38a09d9b22 29 59 63 69\n83b6a9a916fef572 14 33 37 55\n2e7b5f8836ab642c 29 36 55 68\n401a94bd9d84f501 58 116 119 139\n0b1e61c69c98026b 127 135 139 168\n13c510a7403f8231 15 21 50 51\n0752baf20fbc2285 201 206 208 219\ne35714cd85b7ebf6 7 27 36 82\n01b08e2f20321127 26 56 61 67\nff6d8ab35e042db5 49 117 119 151\n9b01b957c87a806c 27 35 63 68\ncbee8e9baf6ec02a 18 21 29 53\nc27cfc716fe937f9 149 196 197 201\n5464c24c194fa83b 3 4 7 40\n314c56aad151508d 61 63 69 101\n9a809a86bef6bf4b 31 42 66 76\n0ba1cadcb191dc0a 9 18 37 45\n8881af3cef16aa0b 28 85 94 104\n940c65ee33e2a577 42 55 64 84\nff44d62ec2299bc2 42 48 58 101\n2a695d52faf1949e 117 141 143 168\n518e2b4ced2a598e 63 79 102 112\n5dbd501fca3ef5c4 52 67 92 97\n9e978acf88f43f07 26 60 67 71\n794036d0ce41e0ad 36 61 89 114\ned5a2ed397ff7534 134 169 180 184\n857500a0287b787f 59 69 99 110\ncf5bce96562e21be 125 161 185 212\nfbe07215a258c7ed 5 12 32 42\n04145b4b73b2d313 7 36 39 45\n5ed70546a84eaf78 12 74 84 85\nb56b799c550929c9 22 38 57 78\ne6ab17cb48acf199 5 28 32 50\nbfb463dc1365bbdb 191 207 224 236\n4e50d5610be16ce1 74 76 87 98\nf4b43ba2d40a0708 55 63 82 85\n296c87d370b03f17 7 17 18 24\n39b58270c2e99310 21 50 87 105\n57f26cc9f1f34029 87 105 109 115\n8819bc042432074f 19 29 45 57\n7c6cdfaca37c48f3 0 8 44 47\n22274e48b847c860 3 17 26 30\n0afdc571e4667a44 60 76 98 104\ndf88a82a3aefc353 2 23 24 49\nb5e5379e3693dad0 4 14 17 35\nd8a6f5f5687ee167 38 49 74 87\na6b970850820eb5a 39 41 74 79\n64e5fbea472829b4 15 18 27 52\n70c4101cccab79a0 0 21 27 45\n02679535c5f06a19 1 14 34 40\n3ac32347c3ff7d38 46 64 79 85\n004e9db3337e8206 40 46 66 75\n0f7267e7e369b7d6 13 35 49 57\nde239c7da4d3d6a3 99 128 134 191\ne7cb1f56ac69308a 9 17 37 48\n776e483e0e5af39e 55 78 94 103\n1d8017cad8dc1d56 19 27 39 62\n08868143749f321b 155 208 230 244\n3dba9cb74bfb79b2 4 10 39 41\n3c84329b60bfa7cb 38 60 66 84\n71e9d0f8983daac5 57 81 115 119\na7d4344a1a84cb19 51 75 84 88\n4b461c1ec52a3076 31 33 41 63\n5d9d555bb2294681 2 30 44 53\nfa9029a71d807702 71 119 128 156\n9458c5a8ea666ee5 45 83 90 119\n0bb99505a71035cc 55 72 84 88\n9cda0343fa3ced47 16 41 49 51\n73ed097f3e2514c9 51 54 57 68\n3115672ced7c5694 5 22 28 37\n838f8ed446b97771 40 41 85 94\n66e23fd2bd03ede9 5 11 21 63\nb939977bcb278c53 68 72 81 92\n53a47129f3b14bcb 42 46 78 88\n02b59cd60efb924e 11 57 70 76\nf99730b487e57e9b 118 129 142 197\nf3165d5685e527c0 57 90 105 130\n706f41667bc5079c 5 15 17 47\n5533a28eb1f53b0e 0 15 18 43\n34ee7f63d7f4aaf5 24 24 91 93\nd69b375a66fcb363 86 88 138 142\nd57f52c12e2d2189 37 37 52 89\nbfc904268b353078 21 23 81 82\n7591c0ad03afa12b 144 148 191 199\nfee67103bcabbb0a 13 31 39 99\nc18ae4bd02a7a0bc 83 85 95 135\ndbc6ba567d294605 3 9 19 33\n99bf0dc41a750511 124 169 174 180\n01a5cc3805e94c21 25 57 65 66\n1c11709814a1a2f2 173 220 240 261\n735d90ea3aaf7c40 26 51 66 77\n91f141243221d23b 39 82 89 117\neda12a56bec73fa9 0 16 32 56\n8967c2f6fc92e3fc 15 23 49 64\n41a55418bee59b11 132 142 149 152\ne0825c823e45766d 3 6 10 25\n53c2b1665c48143f 16 22 27 28\ned01315968288adf 189 209 212 241\ne06cf2b1d0bf7ad5 8 33 42 73\n502ee418913c021a 22 22 42 62\ne1b01f602c0afa9e 8 15 22 23\n579983b1a3881a69 1 38 71 82\nf18361c62baa1175 54 63 106 107\nb19fa84e53dddf3f 5 42 61 68\nfe04a079dc651d9b 67 67 141 152\n02ee66b3efbf3b0a 178 185 236 262\n1b065d2ce77f9862 1 1 19 45\n0bcde26e5a802638 136 141 193 218\n94e30386dc2a93a7 18 48 49 54\n129b5e9b80cc4b4b 157 168 177 196\n31ee8cabc96b9a62 21 57 65 71\n40f6d540b9b16531 14 23 46 58\n1a0f8c49b336ec38 46 64 89 101\n3edff71624eac3ee 16 17 41 62\n5206d9e5172df68f 13 22 56 81\n482ce5c63038e5b4 13 18 24 37\n724928496fafcf03 33 90 125 147\n0b8e670f98cf5083 1 3 30 40\n896bc858b59cf508 95 150 167 171\n0e2f2538b26a179c 47 70 92 150\n1d9254a5cb93d4ff 56 56 97 99\n25f590b3de5b28e8 52 71 76 81\na92aa47e1df70c77 4 30 40 95\ne73ee867c3834f3d 75 87 98 104\na4ff3ff3466c47c2 9 14 41 42\n2837dd5c75e026f5 14 36 49 75\ne9338055d8f521ad 25 28 53 75\nd069fcb4a4c1e9eb 7 34 44 51\n58f9876a3e443302 10 16 26 66\n1c8d34a791deaaf1 19 42 61 62\n2b8f367d01df3601 17 25 36 73\nce6c6d81af6b62cd 0 0 5 35\ne9651dfa09c273f8 69 121 126 130\ndce5f59c6e33b5df 30 34 39 67\n6650470bb0abb23d 112 133 151 161\n80d21c1f8300db84 11 24 89 97\n8695b9a43979ed6c 36 41 73 88\nbc8adae3d0c73ba2 8 21 26 40\nf0d8ce5ccb80bece 38 56 66 88\n3fe382b2ae6c9361 2 31 44 52"
  },
  {
    "path": "splits/re10k_pixelsplat/test_second_as_src.txt",
    "content": "5aca87f95a9412c6 133 84 102 129\n322261824c4a3003 78 38 60 61\n17d9303ee77c3a3d 63 26 28 38\ndebc3490ba0bd84b 81 53 66 81\ne124dfa7e996a414 93 57 68 78\naa91dfdd5f4ad32b 57 10 34 46\ne4bcb18fa6aa91be 79 47 49 71\nbc95e5c7e357f1b7 91 48 51 82\nf7c0fa5b81552d35 64 45 48 62\n7c7bc5285126e6ad 126 66 67 122\ne1afd89a69ee6947 113 56 80 105\n8b212f2755d955ec 110 66 75 78\n88d9ba3324f2ec21 49 19 25 26\n4c4fa41951e37e78 60 10 46 54\n34b0658a5c200cdf 70 33 40 42\na56ba2efb5e3fdd9 92 41 46 61\nffa95c3b40609c76 213 166 196 213\ncdf439b17a6a98d4 77 31 32 43\n79ce50fb7b021e1d 278 256 258 276\nde67e3a0b0648cfe 72 22 27 48\n622ef98e83ed5239 66 34 42 55\n252a24d25a1ea81d 263 213 229 233\n28e8300e004ab30b 68 45 61 66\nc48f19e2ffa52523 264 202 234 249\na47b88040452d7d9 97 76 88 96\ncb38d67088b66084 106 64 75 91\n358bdee988c269ef 95 11 22 47\n54841308aff91857 86 41 55 64\n30fc5fc78c5a716e 210 159 186 208\n214df1c2863d2959 96 46 55 57\n6558c5f10d45a929 160 130 148 157\n1214f2a11a9fc1ed 215 112 187 209\n0d4de33c6888a754 57 5 10 52\n40ca76de44a6e1a9 107 50 63 73\n8b760ac05c93a6bb 72 30 43 50\nbfd27ad72975e120 55 34 37 51\n89ea49cd9865aeff 81 48 51 71\na9b3ff60b213e099 96 49 68 82\n41bcd011f99bfb66 50 7 19 49\n2da2eeb966bc0ef8 94 32 69 79\nf14791aec34dbdcd 59 22 38 40\n800ea72b6988f63e 190 143 167 173\n572acd18419c3456 62 34 35 50\ned477bdf8582adff 85 48 78 83\na6fa92e8204f6118 66 14 35 57\nbb4d7012261ee0ed 46 35 41 45\n0c52996355b23d76 111 69 89 96\nbc143130c1842e4b 133 52 82 91\n674dabef8f53b566 91 21 41 51\nb26e6c80d283c4c8 92 56 67 89\n57d3409bf04c4651 45 8 15 34\n21e794f71e31becb 180 102 123 164\n67a69088a2695987 86 18 52 74\n62bcb465bb03d34f 84 42 44 69\n912177dbf0a1ed6c 60 9 22 48\nd3a01038c5f21473 273 151 179 201\n10c8e54590f715f7 76 28 54 65\naadc1e2dc74fd644 52 29 49 52\nf7d916b43193c181 61 11 18 52\nb4099665590548fc 74 27 35 66\n1f0e06e4388dd600 96 80 83 86\nafe4e799a94e06b3 150 59 76 80\n3e5f747d06bc84a3 190 87 141 165\n5a27f8e07fcdff76 45 26 31 37\n84ab392d682f296b 120 74 99 104\n9e2a8cc5f32dd46b 151 76 149 150\n26b31d71789bffad 57 17 31 40\nc9c30723d7c54793 247 162 233 240\n17f552ef56d85c55 86 46 50 55\nbb6fa5bdafc14e8c 139 123 128 139\na348013b922a1d67 85 71 75 82\ncd74b1244d112628 110 82 88 97\n6771a51bf0cfce7f 199 169 174 189\n2e109379f53bb221 108 85 87 93\n41abd737e0228c1a 127 87 93 127\nb5fc0c4a2760083b 95 50 62 87\na7c691c210154b09 50 7 12 19\n052430ff6e2c07c4 92 33 58 60\n365fc12b4f33ada3 83 46 54 73\n57d25dafabb5a238 104 45 56 57\n882c68c70d22f4c5 111 50 56 74\n8adebbb68f2c3f84 131 92 102 107\ned0c2aca14b99efa 119 66 79 90\n5df12522d9167d54 80 36 55 63\n9490f1219dbbb6ce 72 18 25 29\n0588138dfec165a1 160 79 111 131\n34766105ea9d7a2b 140 16 17 49\ne4f4574df7938f37 115 24 26 61\nd6cd62354e99289f 88 44 51 69\n29e0bfbad00f0d5e 100 8 89 90\n8d5163de9ea4d851 85 50 63 64\n071e8c0978097efd 254 139 221 239\nb4b95f8961518954 93 44 63 85\n20d86cff490c0c42 69 28 32 40\nfa5ef1d3968d1b8e 63 47 54 63\n22da7610855d6b9d 124 68 72 87\n81be42df6ccae760 107 47 62 91\ne9b506f37c2389cb 94 61 62 67\nab4c269f8d523d02 72 38 54 56\nc1ad4232258e87c9 67 17 28 48\n189f95593df3c7f1 49 10 33 35\n0c4c5d5f751aabf5 57 21 28 43\nef6d7acf3bcf834c 153 85 121 143\n3fd084afa49b6499 68 30 54 65\n6fe141ec9be1a432 73 20 41 56\n4654bcf019ddaf4f 47 20 38 42\n75d475e9558ab806 46 7 18 36\na16a00a72aa06728 148 69 85 116\n813895d9ceb3f376 193 118 128 173\nfea544b472e9abd1 93 21 29 90\n5fa0f6800a909630 47 11 31 40\n3b6d8db52c54b174 80 31 40 66\n84a2ee4663daf456 98 52 77 90\nfdaab1f49851782c 142 47 122 124\n01a628e2c509b823 113 89 102 107\nefa64a0035040381 190 146 168 190\n656381bea665bf3d 75 41 57 66\nf315d65b981724a1 101 77 85 90\n62e7d55109468b27 68 10 13 28\n6fdd15be262854f1 72 27 31 48\n0425df3e42ba0de3 208 155 192 197\nbac90b67024759ee 79 24 40 41\nf3ef8cde65afcc5e 91 6 53 72\n9f22541e0c3894c1 71 23 34 47\n3087828bc27bc4c7 96 34 62 73\n4ef560091d948f8e 120 77 81 87\n14f477e7d5af5b91 72 29 31 70\ne68dd764c51470c0 109 58 85 100\n0869b66f912b845d 250 198 202 225\n4e0e71a0930d359d 45 8 12 29\n5be4f1f46b408d68 176 136 148 173\n44a85c75cf4a6da8 90 67 68 82\n1bf49251fdd23cc0 50 11 23 46\n7f56a807c4e3fbcb 59 14 20 45\nea238737feca4622 151 76 87 135\nb70c3d4dcc51f866 78 15 34 64\ndbb340f63c6ae50b 194 136 166 167\n0e16d64d961fe855 73 34 36 63\n98309bf872051c85 247 204 231 242\nde45926738229f67 84 38 39 50\na1d38185b8f59a4b 54 7 38 45\nc71fa7a8db8bbec8 152 26 35 58\n9978d648c785ca9f 60 39 42 60\n9786c8d75194a1bf 81 74 76 78\n5f8e6b91cb78aa9f 48 15 20 29\n27daccf898b206de 54 39 44 46\ncce1ae2fda6376ec 177 110 130 137\n5c909c802eb6edb1 78 24 39 61\n59636f39d067119d 63 0 52 59\n82afd7cd03ef7111 90 45 55 64\n341c4533fbcb15a4 57 26 40 41\n9d0939c256269554 99 43 66 95\n4a763e1b87e495a7 84 76 78 82\n2e4c69143b09033c 90 36 38 66\n33afdeba3cd5af05 108 68 80 104\n6361aae2376e35b3 100 48 69 76\n51973bc28ad2030d 50 23 41 50\n45e81a557d2dd78b 169 67 69 74\nae4090e8832b90f9 253 175 243 252\nbfcc43cb05071cf7 121 55 100 115\n12a70416c92a9483 121 47 53 83\n90db3a1e61834d39 125 100 117 121\n531e3acf16289429 55 28 34 41\n3a79b9aefafb0b8d 55 11 27 34\n309bed43e4406d72 115 30 49 66\nebb5e70d56341020 83 39 43 70\nb8a96066ff35db86 143 82 103 106\ne050b07b90580dba 78 27 60 63\n5ee7f79d21f7e482 101 43 61 71\nd4127110de7604d3 195 172 187 188\n2b0b2259a7216762 151 105 121 143\n2445756494ef6e3d 98 31 35 55\n6eaf7b55c0a59be9 203 119 154 158\n37de8da2580d0c1d 102 54 65 83\n1defdda324307269 165 129 135 139\neae986c8f31081cc 105 74 89 95\n575fc7cbb9b2d352 146 33 64 122\n8453005c232016c7 82 38 44 56\nb6b1244092471403 147 98 122 126\n90131e866868c2f6 73 53 68 70\nff4c8a31f4153121 102 61 67 77\ndc90deddeacc3d26 93 43 79 84\n45823117f0acb627 125 83 92 101\n6584cfd8b9eb91f0 71 19 27 41\n45a00d135c5388fc 58 14 40 54\n2c9018ef57c6b061 77 33 45 76\nb21d13ea38d9ac79 64 13 58 61\n4c8fd5318ae8d467 219 179 191 216\nf5c2e696cb86b701 121 58 59 114\n54fe098cef530a7f 73 30 50 71\nfa81f29d350eace3 63 5 39 53\nb7ae0d63cd88cb7e 57 11 32 36\nae5c26bc7fe988ea 61 13 28 61\ndc6c3a7310c42e07 63 8 18 56\n7983738c2b4adad4 69 25 49 61\n71a27a839592fb3a 45 25 27 45\n1a8466443ffdc6c5 55 33 47 51\n774aa648451ced87 144 98 99 122\n7d1a68f312ba2d95 130 73 84 110\n505a86992cc1b6ce 59 5 23 37\n414e2bf42ee45cc4 238 166 181 229\ne9b6564434ba856f 66 8 20 30\ne14fc8cb91357b29 70 43 47 50\n7b88a7e1a069a93a 144 33 65 101\nee9503a872caad73 61 6 54 60\n399cfd9cfacc0499 83 50 57 68\n1203cc23b881ab8d 119 86 103 113\n40904cd4b9e0579d 121 64 95 112\n2e4cac06a4f92261 115 42 69 71\nfe485c8b96b46c0a 77 15 65 67\n00e8df74b6805da7 79 42 51 74\n074653ff3928b9fe 66 25 26 55\ndff51d96b59df454 77 54 69 76\nd879362410eaf691 53 8 9 33\n60bf89b196577c8c 59 15 32 47\n3176f1532a468cbd 73 25 50 68\n0dd9e020b6d9d687 59 13 50 58\n4091c41c6909da3b 109 64 68 88\n754f7a46cc9770c6 69 3 4 27\na14cdbc8771393d1 77 53 54 56\n2a8ef9e44f580d13 66 26 53 61\ndf0389efcc51ac2d 83 23 50 75\n8cebe36289a4d5a0 58 50 52 57\n86cdad3c34f3941f 101 11 55 68\n3533396ef5f351ba 96 60 68 87\n15d4a976e4e7d3dd 240 217 218 228\n523bc6753cd13644 84 55 59 70\ne49065bc8c694f0d 79 33 61 72\ndfa54c21e3d2feb4 64 23 56 61\n3aaed2e6422d7d57 223 156 172 180\n2a3baeaa72b86812 81 57 74 77\nf71f8b27e6ef3f7e 81 15 56 74\nd42ca7833cd982fb 66 16 18 56\n145708c0216a06a7 107 32 34 98\n156f4c7dca878ff2 95 65 81 95\nc85f1c5375e60e21 58 27 30 36\n73c5bc59df929e8d 82 26 31 55\nd25404ee1e0c0607 45 6 19 31\n7323eacf27a3f67b 239 191 206 237\n4b85062505816744 71 61 64 70\n4803cf5deca2b38a 88 24 29 53\n848971384d2e2956 74 49 56 63\ne9f1e4315562d02c 92 50 63 88\n03e756bff92d49dd 77 31 48 75\n68aaef5b574f98d5 186 165 178 182\ncbe038e8be4f6b96 69 18 38 47\n2fdfa70413053b84 106 34 78 82\n701ee1118e22239d 48 26 35 37\na942b6e69847940b 54 26 27 54\n96a7bdbfc462408d 259 192 229 239\n2177ca3a775a9ee9 156 122 133 150\nb62fcc6856e45647 113 28 53 105\n03a78406de1d0993 118 50 63 91\n281452e730c39fd0 102 81 98 100\n44095e87bee5475e 111 80 90 95\n436a235ed74c3d89 149 76 87 121\nd7c79e9bf6b0e42e 94 69 79 87\nc0677cb9b8d767a6 243 172 179 217\nb67312c3e1dbea65 67 27 40 43\n46a39a38f2c09d34 50 2 16 46\nf23ea66496d4592c 64 19 42 61\n0e8995dcbdd22f48 106 47 59 75\nf32643006f1260b9 135 43 47 68\n8c5136bca99f6b66 45 9 32 36\nb4ccda687d2470b1 167 112 116 145\nedba67643c40b399 190 134 148 162\n4a582ee23dd05a8d 179 100 126 131\n4ce58504b055463e 161 109 132 145\nde589d5890b4e6e8 56 10 11 30\n6c99592614256138 134 60 67 87\n1bc87c160d1dc982 60 15 36 54\n5994761c53eb75ff 92 61 82 87\n774712243467068c 51 35 46 48\nbfd1e3bcdbf0fbb9 49 5 22 35\nbc7ce58a16724386 58 13 31 36\nc19cc383d575e722 96 69 73 89\ncfa392a515fbe36a 47 10 29 42\ne87c0a291ec4a45d 55 22 23 31\nb352534bdedb50b3 55 5 6 38\n5331fddb30f9132e 62 7 9 24\n52aef823cc9a031c 76 30 54 60\na6d75912a7fb7e91 102 32 71 94\n374fa34fe701a30d 49 19 42 45\n3dba1838ed366ab5 66 35 53 54\n2341162bce213f2e 120 64 91 92\ncb6b6e325aaafcc9 86 34 70 80\ne5fec092b986596d 127 34 80 105\n11eb02d24a3241a9 60 6 34 40\nd5a254717822d28b 241 175 212 241\nef1457995bca9afd 52 28 32 49\n14cdf4aa7a2de14b 56 28 43 53\n18c6473be3bd827a 68 10 12 59\n3dc0058dce3828d9 71 33 54 58\nc34b59ec59eb886c 82 38 42 51\nf1cf2e1b45e3c789 154 110 117 130\na0dda4b2ec17cde1 115 32 73 77\nee135ea99ddcb32e 114 88 95 98\n8debcd56accec5c3 63 22 50 58\n27382fa047b4681a 69 43 64 65\nc439c3b3d45d651d 110 61 70 86\n127884736471b631 196 114 137 146\n753ccd3da86a8cd8 164 100 101 139\ncac91919db0b7a85 115 57 72 88\n180542b70f713d5b 81 18 27 32\n629106572dfe16c7 187 143 146 147\nf13001de94f7dee7 68 8 63 64\ned299cc5f85d0edd 81 35 51 75\n2a89b2a52cee9f5f 265 232 253 256\na3bc75f0a32b1501 63 21 27 30\n9b432f66b54dcee7 74 9 19 43\n5605c576fc904f00 75 36 39 70\n86a463200232af47 153 98 103 112\nfbcd62ab8ff30b4f 58 34 49 50\n51170ef694154b08 74 22 25 68\n00a5a2af678f37d5 97 56 62 66\nd438687082422f1e 215 176 187 199\n3613c77d8c234008 58 19 20 40\nb73a7e175486c78a 233 123 146 194\nf543c249c809b271 54 6 10 26\n818ddc806c9e8f79 55 36 45 47\n8ab4c604ecea9c58 106 59 69 80\n9b1df103d73ce624 75 49 57 69\nf91fbdea76207935 88 61 68 73\n6ed53f7a04720147 128 44 66 84\n2482c4388b32f225 132 74 92 125\n12f45658983d380d 120 61 91 92\nf2e037fd936aac25 94 48 56 91\na017b558fa544b08 45 7 16 22\n54f97b513d76b3fb 248 226 243 245\na63c60167d524a5d 132 24 54 129\n59d248d6e5d5b35c 72 16 38 54\n1227d00562c106e2 230 118 130 154\naf591254c5c30d9f 111 60 87 102\n4047ea5cbe353c08 69 16 45 68\n7695e3556b39ab92 112 66 78 79\n650503eb1bc58d0d 68 27 61 68\nff7f5042dddd5e12 127 29 41 101\nf33a903d5af68764 74 46 51 65\n350ef3b7bd9d9489 102 22 42 51\n33517e9838fe5f20 99 63 78 86\n090c672e7e394397 133 81 115 128\n9da1817a6a8b398b 99 42 89 96\n21d9134faec148f2 235 134 150 225\n8b7fd0f7face0559 66 40 47 60\n550ea130af96ccfa 213 143 151 159\nf4c093d62e3bc637 99 47 55 89\nd93fb7e63006df0b 108 57 72 92\nbf426e89f74b4447 60 12 31 37\n247bc2e47eb7f6fa 173 131 142 158\n068140e09ae5ae8f 78 37 43 51\n8a8289629784b1ba 62 12 17 44\n16b8ab24bd231f9a 229 142 177 186\n3b59c7d97b900724 70 20 60 65\nb6d52e4eac9880b0 107 76 90 100\ne2cd09b4dc82ba9b 89 36 45 69\n895c7a42a71d6050 76 34 38 68\n3b122e1becb5fcb7 222 174 183 219\nf649244a6907838c 104 33 87 88\n8b0af1b58d41bcd5 51 12 14 30\n49235d402cbb8895 95 63 66 71\ndd6f8f3b56c66aee 200 151 157 164\n4b4c0c27204604a3 84 45 58 66\n2bec33eeeab0bb9d 59 9 23 59\n602cd3dcd51e706e 70 25 50 60\n78e901c8d85e71a7 65 16 23 33\n90a62bad0442448d 87 33 74 76\nce42e1a9588440c8 171 121 135 168\n50a356dd9870ac9b 135 102 120 129\nfe6690ee4f6c7244 250 181 197 204\nc767b97c0d3caca4 137 70 97 121\n50c3e2b700077e76 107 66 71 82\nba0cecbd7351eea2 71 46 65 69\n5c5990b304509a47 108 40 41 61\n430c6d1f8676fabc 141 68 97 114\n6dbe9b5b5e77c8a6 121 73 84 92\n3d2486ac8822da47 79 70 76 78\n6b4a5186c2585e08 79 42 61 67\n8610164dfd89cd44 50 9 15 28\n867a9e729b3eced3 45 0 18 40\n3a3bc11b9ebb7d44 69 26 50 65\n1addb7e6bbea3eae 252 177 202 236\n01be77405b16df11 62 24 37 61\n3f4f553239e96d90 111 42 75 111\n8951e64bab803550 54 17 35 39\n11a680776863b321 56 29 31 45\n05c57211be152630 54 10 16 44\nec954095edaf0f9f 153 113 123 149\n0626b812d67da3c6 49 19 25 45\n3e1236935a5f70ae 47 15 24 42\nfcf379edfcfe492c 93 46 63 89\ne9b3ce3fb857d86f 243 159 180 196\n58adecc8e2e6ae8e 59 21 52 58\n75fc11bacb566213 106 68 79 81\n6890595879a5790a 142 113 120 140\nbb68958771bd013e 96 46 60 72\n20100b779d28b6d5 126 68 70 105\nb8a77ae2419b398f 223 114 144 148\n1225476a1221ce08 85 66 68 76\n6a4a6eb9accd3528 89 30 43 59\nf99691764cd67e0c 150 71 72 87\n91ccaa13b322fb9d 73 64 68 69\n2f98ee24d3fc43a2 153 101 116 126\n99a8af5125fb4c23 106 8 22 73\nb4ad7779e82513ad 180 96 107 131\nce51b0b5bcec88e7 93 40 44 82\nc4018c426b7f34fe 268 215 227 231\n5185cb2d8a7fde08 77 26 54 55\n3094afb27266ee6a 85 5 46 81\ne4512bdb2540e049 150 128 129 138\n8d671600d1ff117c 101 66 79 101\ne621b4536f4da311 85 57 61 64\nf06c314b02d35b81 106 59 60 71\nc7f70ca1ccd2588d 59 6 25 52\nd4d77d8b3f48c2e9 70 27 43 56\n57521976806b42c7 47 7 38 43\naaeb7a0ab3303b61 232 150 181 202\nc9c221c5d2f549ea 148 65 85 134\n3953f37661087a95 97 16 54 58\ne9670b30a2c0e348 46 1 2 5\n4a1920283e3087de 52 11 33 42\nb6fbc2ea0566cea8 118 44 49 75\n1b87f55dec310243 231 185 199 206\n357ddf77c7b83cae 71 6 19 22\n88eb992d14f03af3 52 7 46 47\n9a1b51f094189756 87 31 40 64\nc76111d57845c911 146 107 114 131\n701c87315926ad90 109 67 73 87\n9fdeeee21b106732 94 35 71 85\nf80f0077f529c4d7 127 85 93 101\na0d174b988c5ead7 51 8 10 34\n2f5af4b429b2c992 123 96 108 112\ne3be10efd916a10f 68 28 50 62\n31c79c843555c2c6 64 7 13 57\nadeeb0d485535dfb 105 26 46 48\nedcd819612829ef6 64 12 48 49\n5d06d35cfc4d456e 116 53 61 113\n05b1462991e38e4d 234 178 202 233\n2af206730de6f439 120 33 60 118\n29a09527214b3dc5 59 20 26 58\n37d0f351f07ee925 105 62 71 97\nbde72676dac5dc06 97 44 80 91\n3f6e7ee98174056b 89 56 72 87\n16cd4f1cb2a467c1 50 9 15 42\n87f03b8928fc286e 86 40 71 86\n46e0654ccb5d88cf 78 3 68 74\n20b38e0a985506ba 100 50 63 85\n59767154863dc444 102 61 81 93\ne43058cb365b9459 257 195 199 206\n568ef8c24a0b1408 54 27 28 44\ncf2f6b8cf233a07d 150 61 110 141\n043c48135c5e8cc2 139 118 119 120\nccdd4b5d45af03e8 74 41 53 60\nf5a9a6278a8e44b2 252 170 195 201\nc7ca0f0e3baf1c3a 47 3 26 33\n308681a294d1417b 133 46 75 80\n9e784b792f4aa092 113 8 71 113\nf2243a6f96faabc9 58 27 36 57\nbf1d955d0d4cad3d 110 52 53 71\n518f26dcd055d78d 69 2 12 20\ne5c955c5cad28192 48 4 22 28\nbddba93182c33779 67 25 40 41\nf13a2892e0df0743 93 19 59 86\nb4d751f16c3826d8 59 12 19 50\n7ac41312c56a0cc7 104 77 93 103\ne1654fcb98bf93e6 57 10 28 53\nf58edeb874d96974 115 95 97 114\n0f2197967bb7fa43 81 26 29 46\naf55f1aae9438a31 276 207 250 276\nc6c9e352022ce110 58 13 22 43\ned8a46b1aeb9b0e7 47 20 32 37\n9638776e5bc87bc7 69 14 17 52\n3d8d29bf0d9f24a4 262 181 210 249\n9131cc864db80476 65 27 28 40\nfa1f48f6ab912eab 52 5 11 21\ne01e8cb797908f8c 102 58 84 91\nf27cb10112666229 64 11 45 53\nbe9fe7824449d416 137 32 74 98\n6b1138e2149920fd 67 36 57 61\n503d82bee145b841 237 152 174 202\nf60664acd06e22aa 112 47 60 82\n2c1e6581c64ffb04 46 27 31 43\n896664cbc4822c57 189 128 154 184\nc065104094628e8d 60 16 31 33\n3d60041ab79f46fc 75 32 49 74\nf956425e6e6f9863 95 50 56 77\ne16d5c92b54beff5 81 37 74 77\n62fdeefea9b15121 48 6 20 36\nab2d4e1aaca88cc3 54 8 25 41\n44adc8d00568380f 65 8 24 64\n41a3a167ea5d9e88 78 33 40 69\n4eab1d74335a930f 121 45 50 98\nf89ca2025a4c7470 89 21 31 46\n2217c43ddaa29027 164 149 151 159\n5a15212752d1659a 114 77 90 100\nd982d99031fb4f93 80 30 36 61\nb0030e8ffdf33cb8 81 21 65 79\n6638886a3a5ff92c 66 32 54 63\nce2d73fd4e1235ec 99 58 82 96\ne30f93e62f76014f 111 40 60 94\n177ff3969577b8de 65 0 30 60\n0404d32e97ec1cdb 145 79 110 137\n35061d7afe240bdc 208 147 152 193\n806102dd1847a340 121 41 90 115\nff03c7906d70bc61 104 56 61 64\n9b09cb164f1df0d6 54 20 27 28\n2689084e354f6dcd 85 62 72 81\nda27974057f07122 105 38 68 70\n62d43eb863c52706 84 35 48 66\n9720394a4cb1ee2b 52 23 36 45\nd45a3454e5581d11 93 42 58 90\n9e7927ee83ae3ef5 60 7 35 60\nc9545e4aaf05d54e 90 41 55 62\ndd4f43f04d9d51e9 74 30 52 57\na0dff63288fc21dc 100 71 73 99\n63b37bfae7def003 125 88 99 105\ne4ce9925774dac97 88 10 46 50\nbb08d0ebf3104860 80 26 36 79\n308de3d523189c72 74 34 48 49\nd2df35be33a3887f 155 69 90 151\n8ecf6a45678ed000 110 64 73 83\n5a866bf8e9e89c45 80 37 61 77\n72a7f8ebc3cb28f4 70 14 15 34\n2bd7cee1fa9c8996 135 76 95 99\n651dda44a5c1e293 172 115 123 155\naed2be03745359e1 70 21 34 44\nf7f7028b9db4277e 191 86 116 172\n7bd3172c6da32832 79 48 55 75\n34d9a4f4cf484d99 99 56 68 83\n62ae20eaf7f140c7 93 52 65 87\nb38e0e46b8c27cb7 57 19 21 38\n52099b824111b8d4 122 97 98 103\n5a0fd9d6bb6b26fb 61 9 23 43\nc31a5a509ab9c526 155 90 110 122\nbc400bd8d1f7c4bc 53 17 35 36\nb16d261e94f32108 73 45 54 67\n9179005d637bb381 49 11 21 42\nf0e8338a63423225 71 17 30 69\n2347b1e3e70842ac 274 151 187 256\n2d6f9fa00dcee664 56 5 29 54\n4675ea4e00c2544d 111 43 94 108\nb22809db10567e0b 93 42 64 67\n8659660eb14a4a89 173 63 80 99\n4f88a0a88784bbf1 129 83 86 117\nb3f9da40554cb53e 82 45 46 60\n1ca02bf1c0b65675 92 18 34 75\n0368abd976e8d82e 121 39 78 112\n4b5a6dd314bebe88 63 19 57 60\n3aae131a319acd17 97 35 89 93\n4bc203e17758f3a0 83 41 50 66\ne49339b26418352d 128 24 63 112\nf20f939c45d67d35 116 57 70 104\naf51983b0d330390 54 16 48 54\nda66efe7f47eb1f3 140 78 96 122\n08291107fc9e9849 166 98 153 158\nc34f0f87352a70e1 68 28 38 58\na9760cd05d85e1f7 46 7 33 36\nda9c9989f0826f06 96 44 84 91\n6ecda7688473aa25 155 106 137 148\n145da324f69d1c6b 231 169 198 204\n1c375830155fe6dc 88 47 51 78\n85c5cd422c58958a 159 96 133 144\ne3a879a1c468f4bb 98 50 74 81\n9199131c0da9290e 52 27 30 49\n1d125b16063c96c4 92 43 80 88\nb8ec32138a491a9b 63 15 16 37\n2e261d7661282e40 59 11 27 42\n4c0ef61c55467706 99 32 55 74\nd4ba158175a98676 50 5 19 41\n73301da6bc2d64e7 163 55 130 139\n6afb95545c3aa4f2 53 16 17 36\n916440336f6290f7 118 49 61 114\nd1bc93ab5085d7ce 108 7 70 99\n5fa1c14029bd1183 85 35 38 40\n63b3f24f708864df 114 32 96 108\n1db274e904e3fb07 71 21 25 35\n7bfb908a2ca8a8d3 68 20 51 58\n2b1da1fbe7f18f7e 99 68 70 73\n5b511c9a3888311d 190 109 141 160\n8dfaab80f0ff96b2 65 6 13 25\n555670de0b6aad58 77 29 54 64\nc46ca76fc6fba789 158 113 125 128\n5bb97abaa6ce464f 47 15 22 40\n08c9e7365f0707a4 203 134 146 173\n68c72dad736be98f 96 53 57 75\nbd5b2cb53eb19175 225 159 175 217\n9d299ef8db7b5c79 97 61 62 75\n56b103273d116e5c 63 15 35 44\nbdc61a5863efe4b7 74 20 35 56\n09d860b12f6604cb 72 21 31 64\n515ecfc39f93710e 68 14 27 63\n3fcf6c1b81b14af5 60 18 20 42\ncfa7ad963a2cede0 112 76 77 85\nebe74462b3438417 97 74 89 93\nbfe7903708674ea4 88 64 66 81\n88ec9feae8aa8a08 71 23 65 70\nc3fbd8143d230d6f 72 16 36 53\naefc27b9cbf7baf2 124 88 101 108\neaa1fe61497b64ed 179 96 113 138\na53e2726753464c9 74 47 51 71\n1513c8f030f4cbe2 51 7 15 16\n5ed81b3d975b3525 64 20 57 59\nc1f2a61d61bd7e48 123 33 75 115\n1fcfd8a36e171639 93 41 54 81\n0cbbc98eec80360a 59 8 12 28\n9c1398cb9ad44a17 266 216 225 236\n874b92ceafee3bfc 73 22 38 42\nc4d2c01787878b20 64 31 48 55\nca12e642e93fc13a 240 230 231 239\n2075a2388413899d 76 10 30 66\n7edeb4779b56f16b 107 71 72 80\n1ae4afcefdd3650c 52 7 33 40\nbef22dc2cc3a20b7 53 36 47 48\na28d9292ca8d950a 88 30 85 87\ne7f9787274c3882c 103 78 84 102\n1058fe0400a873e0 117 64 66 116\nec2798755715261d 67 37 43 54\na100462fcda4903a 67 10 14 39\ne6478478a90ae0b7 86 30 50 53\n6558a3aad7301ad0 87 56 66 69\n71d4984eb3440a3f 48 13 23 42\n494f87170e713843 105 72 98 104\n0a6680fe6e8e09d7 92 45 63 77\n11eb4e9eec5048f2 97 41 71 74\n91a772967d0c828b 69 19 21 24\nb156889fde2dbb85 129 82 94 127\nde60ac2e663b066f 123 10 32 42\n5be27cf4d890da47 172 118 128 150\nac479d95070773ea 50 10 24 35\nf45c428e89a06af3 90 6 45 51\na387a0797620e120 128 86 115 126\nb713e75c318aacf1 150 91 130 138\nbb0d9ff59505b17e 106 25 56 62\n7367bf46cefab634 176 151 152 155\n2a2d971fd44ae258 52 30 39 47\n040a7af97273204f 163 82 107 109\n4b5619958277861f 74 15 23 69\n4422b38e60e3bc2f 207 157 158 171\n9d377a5dcd18edad 143 46 99 117\nb27799762a8b833a 214 95 189 194\ncb8fa1e610da2576 91 48 64 82\nf8f9ae6839b997d4 169 118 155 161\n5f0d3f4cad9f6bc7 55 13 18 53\ncd5ca613c01ff1dc 59 17 47 56\n872553dc67cfa7a7 146 73 123 131\n6ca4076fadf3200e 170 67 92 129\nc0f59974cf8e4cfe 70 30 54 68\n3a642c6d0e43510b 127 73 109 125\nd2220929f6df0678 134 28 36 55\n666e2f9e9ea0fadc 172 78 129 151\n4a1b9fb940541809 94 51 53 89\n77917a56e2650f83 257 233 235 250\n424397db4b1cf634 184 71 132 184\n981614c8b84003a8 76 8 13 19\nf6c455e1736b238b 74 40 42 55\n32d28b7513f873be 160 138 149 152\n74af9d545c63645c 46 1 5 12\nbe8afab0505d8ca7 71 39 58 62\n6c1078edc3a861c4 45 25 27 37\n0f5bb0704084e290 50 17 25 47\nce827f0c64f90c22 213 160 166 193\nc887543e0e2d2a89 46 16 38 44\n604e834da1b066c3 144 95 114 139\n2cd1705407546b72 107 60 76 80\nef8d91016d54a951 73 34 55 62\nd71d8269b397199e 152 83 127 137\n2f3ec1f2335489d2 167 93 149 161\nffb3b1bb765b96eb 197 104 152 180\n9d6fea5470e31f53 168 64 79 140\n3581e2337e3b9104 47 17 29 47\na92177d7b96db613 170 105 123 139\ne95a6a3c350879ae 77 28 30 33\n505398c0e31ec5f5 209 154 179 198\n404043fe2f398440 149 35 57 71\nfc6f664a700121e9 164 134 158 163\n6c78fd2a1f251252 67 24 64 65\n9300e59f9b434ef8 58 18 32 38\n9d189d02a0c0b999 92 55 67 76\n3fc266558ec5c07b 83 65 74 77\n01570ac1c73e9ca2 103 60 62 70\n46a4d49d61a86d37 57 21 44 48\n8a3dcdc501eb6cbf 67 30 43 46\neb5b73ca4a18bbf9 250 141 174 184\n0c6b149da098b121 154 83 102 131\n7c411c479afba17e 151 50 78 118\nb71c6604f52dfd89 95 51 52 61\n12b7562944c06836 149 89 114 144\ndba7a2fbce619ae6 194 157 170 180\nbc04acfa6bf91216 58 14 37 47\n8215004c55b59e05 181 110 123 139\nab3f69c52338a68f 54 13 36 39\na0db9c916426d689 110 63 75 79\n81e21e7de4e7f651 83 41 44 45\n657a8a3c295c285b 84 53 69 73\n819c07566240fff6 72 15 31 57\nfb869d5257bd2088 55 7 32 54\n3456032dc178208b 52 10 30 42\n839b9551138a8d78 85 38 56 84\n74598c6dc1d84d8e 121 47 65 116\nf8d8be6aa90ef3cc 66 44 53 65\n3ce8f87fcfc988a8 71 27 58 66\n876b3edad22f730f 106 65 85 100\n0fbe6d76015f75d4 66 24 50 56\nb9ace716dc382454 216 120 171 192\n280443260e3dced9 129 56 75 92\ndd9ab2885314a176 80 30 39 75\necc06f0818f48464 138 24 100 110\n84f0c7ede104ec5d 91 40 57 65\n2ceec371086f5d82 46 1 11 36\n7a50a76ccf43f0f1 60 16 27 55\n23dcee801bca67bf 100 68 82 98\n7087ce00023cad0b 71 26 47 50\n832d9bfc6fb0ee3e 75 22 32 57\nc191082043684c2d 58 14 16 33\ne464f2b5402ac9f6 122 73 109 121\n6b72878ccfec814c 99 64 74 78\n1beb8e6662d36ee6 65 31 59 65\nabf2836f83d04375 75 24 35 64\n293e02c7c1fa31a8 251 222 230 244\n9e5742721b362151 65 47 52 56\n6675323ba63ddcfb 102 52 72 99\nd4c4491c9efa81cc 85 33 43 82\nd39b221484337ef2 153 112 116 135\na311f0380386541b 93 36 51 80\ndabfdf8edd1dc032 53 12 50 53\n0d6a534d75f20921 145 101 131 136\nb572e1b507849a83 72 39 51 64\n6062bd76d28b5b2a 266 185 212 250\nfe97f5516fea659b 130 25 77 100\na5f9e28c5865aa05 121 36 67 108\nb5d14fc6ce434970 117 44 112 114\n464d63c227f26d09 63 24 31 42\n7b2e239ef9ad3204 69 27 52 54\naab0b6cc7874b67e 76 41 44 54\ndd4184861015056c 143 90 92 139\nf18290450be43683 88 22 52 78\n4773f5327489d57a 203 132 138 153\n053e78d3134437a5 73 15 36 45\n61e94648de4f2fdd 107 90 98 105\nec3b36ce3794c18a 120 77 86 103\n3d4645318868a4f3 70 38 51 67\n10f9d6f46e438d36 166 123 141 147\nc57f9e04ed7b2789 113 9 17 28\n595835d9376d7aab 93 57 62 76\ne42025ee14ea866d 76 36 61 76\n64a0d6a31e6484ee 194 83 94 114\nf8075dd9592cbe12 87 40 58 74\nf3c0e97521ac48f5 77 41 72 74\n6a7c2c0b50e6de5f 54 27 31 54\nf46ad800862ef072 85 59 70 73\nc5b78894aaca6db6 146 80 112 133\n600adea2c262f21a 57 22 23 32\n29791bf60e718c6b 221 143 155 156\nb20384a3167bd3d4 83 49 63 71\n8b5b10275b8a2d7e 234 155 166 197\nfe3e07cf43d37f75 76 32 37 51\ncf98c6afd9c35e1e 47 5 30 47\n5723116fddffaa41 48 30 35 46\n35eeb3ce1b3dd01d 121 55 103 119\n455964aa4ead1e2f 84 15 18 79\n7e922181dfb009e8 130 56 78 80\na0bc9b509471e1dc 156 123 151 154\n37ff932a6a608c24 96 68 76 93\ne5509acc0167507f 146 60 79 127\n0498c9066256055c 150 72 88 137\n4bc47dc7f8781812 271 221 248 249\nf087cde338a19ca0 93 18 21 93\n8371a8888df622aa 64 33 43 63\n9d022c4ec370112a 104 88 93 103\n8b003835e2d0553c 46 3 17 25\n34bc36fe61a4020b 58 5 25 55\nbf9744dcaa2dd16a 137 88 91 108\ne7a91fda857970df 82 43 48 77\n18297e1f8e25d3ee 55 5 30 55\nb3a450fbb3e1e27e 87 38 77 78\n28ed97894371982f 94 46 50 68\n382a5736d9134153 229 102 135 202\n9ab0225fe7dfb56f 49 10 35 44\n3b7443b24830d388 68 16 17 58\n05e2f342142bc50d 51 14 24 26\nb370e3f9840ae00c 252 208 222 231\n73dbed7d7c84edec 54 12 17 18\ncc448cfcd8bab948 201 165 169 188\n08b8b63abbec8780 77 28 33 52\n8f8c517cfcccb122 77 12 31 54\nf3e1914ef27a8fa7 50 10 14 41\n22666111b2180af9 87 41 67 74\nf272b4e7a791914d 66 29 46 50\nb9a70f12fe6cd7b1 202 152 186 191\n6bba27ca808df3b2 49 18 42 44\n7d5bbbfe59fb6d85 70 27 41 49\n171b3a4c2f95f981 83 44 65 70\n0ecdc87c3391ce98 53 10 17 27\nfb606e0ed3d19e90 70 42 45 63\nd932fa3862974507 164 80 124 148\n88eeafd51bd099bb 93 16 61 72\nb1df812f9a41f543 249 212 242 245\n4e96d43605f27475 77 60 64 65\n5effc5aba4ed1611 64 15 56 60\nd361d42b0616f659 105 73 82 94\nb79d5e7256f01f82 96 19 32 57\n8124e22a832f1c22 62 40 43 52\nbc6cb70a1ed40447 66 7 14 30\n17a39d87a22ac1ec 223 195 201 209\n2f8e1946600c65d4 109 52 61 70\n46f840365cee9c44 86 43 54 66\nb4a257007abedf15 77 32 53 76\n172bd46c6ddda95d 106 67 94 100\n2706598994819cfc 64 22 31 40\nf408fd1ecf9639dd 70 38 64 65\n713cc1bbc24c1936 88 39 48 54\n81c3625e4e3c76ee 54 14 40 46\nb6b1e8f231f08883 50 5 13 31\n77eb094cde13265c 114 58 62 95\nfb7719fc97e9f6e8 50 6 22 46\nb9719e4f722c3f4c 51 21 29 36\n7dd6307ed8c08aea 80 39 52 77\n89371ab4cdf5e682 71 21 40 52\n15729869d1862b7f 94 36 46 82\n0f25241e37e16f56 71 17 34 48\n60ad1505b6880c3d 152 90 103 149\n2671c647c9c2fed5 150 93 114 120\n28c9d20b865f5d56 81 32 43 66\n3db49ddb3f470436 91 34 53 89\n8dc30def67b64694 62 26 37 40\n5a55518f5e8c384d 145 30 62 92\na10530047fddf154 61 22 33 34\nb13191b0346bee85 52 21 27 30\n56376f6104f874f9 82 23 56 81\n23d7f14af4b7ba08 61 15 21 51\n342f8d0f09f0ae5d 275 218 236 241\n8cde229256e5251d 95 37 65 86\n4227369e7d0e735a 57 37 44 54\n20171db88f887218 82 28 43 78\n0326e5c562bdf1b5 121 58 78 109\n58846d3b272e7c12 69 26 30 51\na552d52c34c2c920 60 23 53 54\na1ff86f50bd1fe17 65 16 39 63\n285aef90afaaf565 191 149 170 174\n5c30afe4faa45992 108 91 95 96\n7842e7dce39cae03 158 90 115 144\ndba709d22835a551 142 112 129 142\n77dc4b468015014b 75 35 47 58\n7552e1952a7d7f0a 62 15 20 41\n375a7fbf80d09c92 118 53 87 118\n09e4d5e8eef7b9c1 131 32 34 110\n59d17b8a7e51a426 117 69 72 112\n0145c694b53b120d 144 90 91 132\n5989fa7826ac0bd6 75 40 51 55\ncc55da724f9364ad 139 82 91 115\n44138776bdbfe28c 85 12 42 53\n33f7565ccb685cb7 151 66 97 136\n2016584a2b9b3089 49 19 20 24\nc3ce59bd532d23f2 46 13 17 34\n025192166c704a39 180 96 102 166\n342ea495bd00435d 88 66 68 73\n1cbab4f69b2d48ce 58 1 10 12\n95e6b11f5cb68b1b 93 28 82 84\n3e00b129b656fbce 111 67 68 100\nf4b442376f581f8d 74 49 61 72\n923db8607fe7c9b4 48 20 44 48\n3d5125567924e37b 128 94 96 116\ncc39482eeab4a285 84 36 59 84\n776347bfe788a54f 142 65 103 137\ne38008dedfe9b945 167 143 147 154\na63354f2cdf551bf 109 86 89 92\n9d8ca3b8ce050769 81 42 79 80\nab28d4d77f091d45 182 135 170 178\na37ea3aea712c637 149 106 108 128\n0cf444aef3ba16bd 71 33 55 56\n0872031bf89a808a 88 59 65 71\nc0a5d1ad8514f2dc 142 99 105 116\n5c894e0be7da3aa0 86 48 72 80\nd942e48c948b3546 114 78 91 103\naae255306b6aacf9 141 75 85 141\ne423e3493da1928e 271 194 252 260\n293c7c1ccaa6861a 65 38 40 50\nafb299939df7fc75 80 53 72 74\n0c609c435b1f7114 104 13 67 95\nab50d8b03d6e9dd5 69 27 28 48\n6945e06868818a6b 123 75 87 110\n7526c18f191bcc1a 60 11 17 48\nb8fda11b15ac85ff 69 44 48 66\nb66cb5cbe8bf9988 70 10 51 59\n8b7588fc7f864856 98 46 52 97\neefe8215fcf03eb6 72 31 43 64\nd903b8c3184432c4 151 36 73 120\n52252f53475f3475 79 42 48 64\n154072be49bb3c1d 68 40 55 63\nb1fc2f8151d37b27 61 5 21 39\n7889a8be8423c9bd 159 84 115 129\nc02b7c691ed4a845 107 78 87 107\ndba2f518927964a9 73 32 39 57\nf1623ec1d552408c 87 54 56 87\nc7744df876ab273b 70 36 44 45\n941c331f91485d6a 67 27 31 60\n1fb9b8bc4699fbca 47 29 40 41\n56710f709149dd7a 66 32 37 62\nbeac0761856dc654 98 51 77 98\nf48eb747754f33c1 159 108 145 154\n103777494841b376 78 48 64 72\nc98425c3d93c2522 53 11 35 37\n95f028a9eddbd666 108 29 54 62\n868a0505d840d013 62 3 30 45\n6e2921154309ebf3 217 165 168 170\nc038bae2cfb10905 80 23 62 72\nb8191dcd04692f41 257 145 193 211\ncb81145b943807eb 45 18 41 43\ne569b4b1f77c73a9 86 46 55 77\nd9a6b99b28fc45a3 107 68 92 106\nc2921a4f06e84d67 117 27 38 76\n623e3b69d53672d1 46 21 25 41\n2a1fed061b29b25b 137 21 29 60\na011148adfba8ab2 90 27 67 76\n99556a626666c2e5 98 53 75 81\nd9899418fcd4d5a9 46 16 40 44\ne4ba8734d564d119 219 141 153 200\nc717b4a2780e054e 74 11 16 41\n1c29b1d8fd1dab3f 79 31 52 73\n9cd47d34edf48dbd 106 37 67 105\ne60c11943e7dcec8 80 40 53 75\n082087c82daa295d 142 102 109 111\na45b443d3a39a411 197 139 148 178\n4aa594c0ad661f28 78 33 36 73\n7ae66b8767fdcd9c 233 150 174 233\n1778e784d47e035e 71 26 39 46\n4fe53e010f46a558 179 124 155 166\n353ed71c624936df 82 29 55 57\nfd81f0be5a2ffc59 59 22 24 31\n6ed45f36128e4643 45 3 16 43\nce4af8a477671dbb 67 9 26 41\n88ffaec5c0890922 87 48 71 87\n627be3fb033b8cc0 199 155 175 198\nc0bab403d49ec3c9 52 2 22 24\n0aa284f8166e19e4 79 47 55 57\n507dbfe835626dcc 98 52 68 72\n9b765910ee6573ec 107 56 64 106\ne5dee8d225163c41 125 87 100 123\n6b1743887e6b52f0 153 58 88 136\nec903a9a03f9816b 78 24 53 77\n459a954b63f98d8a 65 26 38 64\n2007d4829b187feb 75 53 55 62\n57ec3b103fa7ac0d 129 95 105 109\n7f33edd7f1023f13 50 6 12 28\ne62d943b5287ced1 46 31 42 43\n8a4ab48c2a0447b2 50 5 20 37\n2d99ba7951695f79 95 49 57 89\n14e540cf0ff7ff91 54 9 11 14\ncef01f7f4f44f2ec 49 6 27 43\n764286e6f762e2f1 74 32 45 65\n8c6914d6809ac43d 56 25 38 46\n1402fce28722610b 118 33 44 110\n65f7555f41eb10b9 123 97 100 108\n7bca6717a9ce1848 241 200 204 225\ne726d0e6ff25720b 61 27 45 47\n865a058505ae796a 62 33 53 57\n3547ab41880f8d24 77 43 44 55\nc3c33ceed1308b42 116 82 99 112\n4befac16ffdf8489 86 12 22 71\nb21e0a2b46d32e8f 53 7 13 53\n8a71794d139157c8 167 38 82 93\nfcde616cb28da426 85 72 75 85\n7c4eb9cd91717822 53 0 22 26\n967060f45b2e8e79 159 80 85 121\ne9d05d93e23b910b 119 64 75 81\n4d81956873dab17b 107 1 36 77\nfb08b3c2668c99c3 149 104 111 114\nbab3ccbc42fb073c 79 34 54 72\naeb269fbd11435de 57 32 55 56\nf6256427ec74ae4e 88 44 48 52\n5c9274b41b9510f7 154 94 129 152\ne2526afd3f5b8088 66 33 45 62\nd874f7ab26833c9b 51 40 41 42\n8681b710c789469e 55 40 45 51\n4f4684c2555e4986 103 63 87 102\ncb3b7b9e32b5184d 152 45 106 121\n02b2358ff02d3ce8 113 45 82 105\n56b15b1236a1dadf 61 19 27 53\nafbe706d58ccbf91 133 74 97 104\n886a7506e898ae0f 242 202 234 241\n989b93443ea01217 121 7 70 76\ne07392b123f6fd77 64 36 39 41\nc24b14dbd06b6f12 179 123 139 157\n49c9324758b5e867 147 34 58 68\ne6f8497a860c873c 206 159 168 181\neda24655c603151c 174 40 82 122\n955d8d05e49068a5 61 16 26 37\n869f2e60673124a2 91 6 17 48\n4f385d4aa89826e6 71 22 29 57\n150b45a39c57623d 51 23 24 43\na4583d74316cd326 55 12 34 53\nf259c6a8bcfd47e3 91 37 60 89\n1fcc400e42725a95 122 74 78 105\n0302fcf06bfba582 130 42 57 83\n9f50c2c9ddd11c6b 64 13 19 42\ncb77faa583c93050 93 39 51 79\n9e38f6416358bd53 93 29 45 63\nd6a5165a5571ac52 117 36 49 73\n70b9150d03080611 62 28 51 61\nbb2f6009491cea51 58 34 37 46\n8664841e5af50672 180 133 152 155\n188e6f96fa74ebe7 55 33 42 51\nc944ee6a7745ca58 54 32 39 49\nb93508abf3c28e87 121 47 92 113\nc7c9ccaa71afc250 45 18 31 36\n83177c0ce1d7daf9 137 41 74 121\n154813fc1d6820dc 96 40 80 91\n59350c4847ade4c7 78 39 42 70\nb783868c5c79a3a7 83 49 79 81\n58c83d9168e3dfaf 92 27 35 74\n5d9aad375787cad0 148 113 114 129\n038137c9569c60eb 52 6 30 46\n3f8d1edf59e70df3 64 21 40 50\n0223924f43297881 64 36 52 62\n29e89708fa1338da 48 21 24 27\n0c916bcc9351521e 81 11 36 66\nc99afff025000694 51 9 35 39\n568da5cf0bc3f974 59 23 50 58\ne34d3ff56658b31d 110 21 76 90\ne69bb4cc457067b1 52 23 27 30\n01497290d8b93a9b 93 58 62 85\n724cb4e97fed8ba2 123 79 105 108\nb1da4b3eecf01f9f 78 31 32 45\n6a3d71f522c16c94 88 59 64 72\na05e27856af43d9b 102 48 49 68\n6ad6908250a003ed 53 9 50 51\nbe4ecfc1baabdf63 101 71 73 90\n1e2a2be2df033527 271 244 246 266\ne152961d6260d8e4 118 81 101 111\n651e26c7f3ceb8aa 129 72 83 88\na99767367335f40f 77 15 29 37\nf5cf6908b3be4c87 170 128 149 159\nbc9cf914440f8fd9 92 47 52 89\n9aa567aa11e9e83b 45 6 20 29\nca4e2c82bb426e95 183 121 129 145\ne17868760749d3c2 101 56 83 88\n126067199873816a 224 177 191 224\n88df9313dbe54779 81 29 42 59\n62cd5ce1dd37f00f 273 189 199 252\n878a35091763d3ce 123 56 107 115\n529b925fd0afe9dd 47 8 26 39\n5c7f377c59f81d8b 113 51 55 92\nc5c41b6c6f72a2d3 45 21 24 33\n4c169a41e66b6599 64 22 39 52\n4a1d79baac733df7 120 70 75 113\n182054e13eaf58fc 132 72 109 126\n227d63ed9a678fb1 57 10 25 27\nc003f0c35e24b2c4 97 0 67 76\nb9195633e5e51479 83 43 64 79\n9e189c10674e51ff 122 79 86 97\n0b429a4733089487 165 94 119 144\nf882aaab13d8d7a6 134 46 73 99\n059058768c222bd6 102 11 76 98\n1ce68f950e7cdf8c 111 92 97 107\nf5df2f89fd077b6f 117 68 73 82\n9cdbec32ce30407a 47 9 14 15\n4faadcae3446d4e6 63 20 24 43\n8980571a190d8ec5 81 40 46 72\nfd17f140dccf0636 65 33 52 61\nb67c36837d48085a 257 183 216 239\ncafb58e56c4f06b5 81 37 38 59\nf289b5f7136bba85 162 125 145 158\nbf25a631f71b679c 63 19 43 58\n4d2fea223ba77a08 56 33 34 47\nd496829efc673718 47 11 30 31\nef5edf3c17a23dcc 202 176 178 194\nebbcd768d46cd97e 61 13 31 60\n3021337b3fbdb2f3 116 84 94 109\n96697e788dda9aa7 170 114 118 166\ne24040fcfacfb060 74 12 27 47\n1efbd8f8949b15e8 72 44 52 62\n2e6876c6c1e40652 155 88 93 104\nc13a9ae6b4db0cac 102 86 91 97\nc4a3fdc24d1ae332 228 203 222 226\nb90f2c02287490e7 79 58 66 73\n7a748f56536918c2 60 21 25 48\nd204e31134a32a63 57 22 44 46\ncbb0310eb8a9de12 142 42 75 142\n56fa6a970bbf8dfc 66 38 47 49\n286393e1e797cdad 76 29 33 46\n67203c7bd53e260b 96 38 62 86\n62938f4659a1ff2d 110 49 98 108\n3d2f4958db5aefbf 70 28 60 68\nb5651e815d10dbfa 105 23 41 52\n818917ce986e4d39 110 67 78 109\n418ad7b9e78208cb 124 80 82 117\n8db71ad1c51dbfd6 69 12 13 38\nd8efd7b23feffed8 102 69 70 77\n22d6e3fefb1ee7fe 145 63 78 105\ne7535a926f35bc81 52 8 33 48\ndb20667ce37a6393 126 65 68 122\n2c6e76b362eed8e4 224 142 184 198\n67b05a50d2b941c9 109 67 85 108\n16a2c55f96e6aa18 67 25 38 48\na91ae94217a87f51 47 17 27 42\n4dc410cbe3dd4d2a 79 11 21 33\n1e0f97ec8f5aa374 140 91 97 125\nc32a9cc7859744ca 82 52 59 78\nfc99e61da3cfb1b1 80 28 49 62\n701d9e4435975003 70 26 32 46\nc6366971043851e3 66 33 44 57\n31afa3dcf3b737fa 63 28 29 30\n6691c9c70cd16931 246 211 217 239\n008cd8c450342e49 56 45 48 51\n9d82b9fbc4c08f92 58 19 40 41\ncc56ef68f19fc3cc 64 16 54 61\n1a556324d2e9d9ab 86 32 51 66\nc1ca712432a9e0a2 61 20 31 43\n890ace92226368a8 93 19 31 75\ne8345a0f8fbd9dd9 73 16 27 38\nb5977855e1fdd531 153 111 134 146\ne936467bcb92edf1 45 6 20 44\nfea3a0ff96583244 110 65 66 67\nfb52f951d8a8ad11 87 32 47 73\nbc810a96c1bf1f4c 62 16 30 49\n96cb607b7454b51f 47 12 25 47\n2b5b5b4f4fc526ba 69 37 45 53\ne943edf17a81c70c 108 51 56 69\n3d7a1ebc77f683b4 45 5 29 40\nbddc84810d71a26f 270 246 259 265\n3764fcd58017528f 49 20 32 42\n44c16554a21aa6af 174 89 137 145\n0c209edeb7637dff 111 39 57 88\n882eb7bd6e78c1de 104 38 51 81\n1eb03f0e3088edf0 129 69 76 107\nbf9f7853214fdb3a 49 30 39 49\n614fe17adad24900 126 71 103 105\n9ff8d373fdccb796 55 11 25 33\n7c1d611595e6c833 67 30 34 66\n9818edd775aa6aa3 78 22 43 60\n5bcd735c6e7c3e49 58 10 17 36\n0e728af85650dcb3 70 28 41 59\n2bff9ec89ca982c9 137 92 102 122\n6b0790dde2a31848 65 26 36 45\n7af972ed1c9e4728 141 109 111 118\n225c5f2cdcd2753c 99 64 76 88\ne80b3780fd64c9dc 184 134 156 163\n5127cbfde797ef01 148 54 69 88\n0bb7da710cbf4bb9 148 111 137 141\n5928490569bf6065 53 10 30 41\n390ddb7ee9b716ca 80 41 50 70\ne5ce752d134c2b46 152 70 96 144\ne374bd9f7b295de5 238 143 149 184\n4c2d32a7f2b62657 133 80 105 118\n28190e57702bcfbc 46 8 22 30\nf1226d5483f1c1cd 60 19 32 36\n0463d74358aca878 114 59 83 89\nb1c52eac61190f01 75 46 53 55\nc49ff29ed26430d1 115 28 67 105\n67b160b06d7681d6 179 79 91 162\n372f324a1f4d6898 181 111 114 137\nc2b5cfe98792e794 97 8 62 73\nb4fc14f25ce51a5e 132 97 114 115\n08138c1a3ba1ce8d 156 64 118 142\n7a8350db1f516bb4 73 35 45 67\n406bdec5b68b1a71 159 124 137 151\n04cb1526cf3c43cc 171 123 165 168\n9a6845491149c6c2 110 34 40 72\n7a2291bc1b9a6e7d 48 6 18 36\nd023e559e600c8c3 162 89 140 153\nc551b85ce38402a8 242 215 230 240\nad3205983527755b 116 58 72 90\n2643e671bd31b72f 80 15 38 68\ne877d584b209cc14 137 101 115 120\n6056f8d55c7dc5eb 145 67 90 95\n98d0d604aa0bd2c5 108 71 86 106\n58c077a368758659 95 46 85 93\n4dfb176e5168a4af 120 81 91 109\n10002e18d04c3d93 61 12 27 38\n131773f46d989860 120 86 99 120\ncbdd3b8e9010c070 151 86 133 142\ne352473d786044d3 75 35 69 72\n18e659699338f835 72 19 39 43\n12cb4aa3f5b59ad6 185 61 90 108\n58ea51797041da4b 181 101 117 157\n2d524e9324228d6e 180 117 143 161\nfdb60d991671bd45 248 199 207 246\n8849226fc5b1470c 76 55 58 74\nd064c864bda4430e 122 64 77 114\n277389b279234c08 166 91 93 115\nca19b5ba41e05630 190 141 161 185\n30bd5b88e47f6d0e 177 165 169 176\n329abf340d23b0b9 70 20 31 61\n6b0b3659521de718 61 17 34 38\nb15b101b9a343391 97 41 78 97\ne27ba82363512785 116 16 74 109\n16a75920e79c3710 56 4 31 46\ncf845955d579f84c 161 43 117 140\n0ef68550315f57c7 192 162 179 182\n36c5e00f55c4f217 112 26 37 108\n58c701594649d4e3 67 9 32 36\n311d8515bd115aba 127 19 49 54\n8e685e79ac5149e4 162 132 147 148\ned952d18d27ec9c8 106 74 89 100\nc2a33406693f6f47 103 41 70 88\nc95810ea9fb3966d 80 42 47 48\n271bf9149d140dc4 227 129 131 178\nf998e4a527576a1a 101 38 49 92\n16b48792e910cf49 117 77 88 93\ne5129eab1a727ae4 47 4 39 43\n2ca8e34592e0c415 68 7 33 61\n6b5dfd943f483c8e 213 155 178 188\ndd6f5db17e7d568a 74 20 26 73\na6c6cbe8f6e0787f 77 19 60 71\n84a7bc993f35b6b4 79 26 27 64\n63068b731b51b664 134 61 88 128\n1b2937e192040745 74 42 65 73\ncbe56d4478ac20df 76 5 42 70\n454fc1e32db7cc41 68 24 46 59\n7115632790ca97d7 48 12 20 29\n86157d113ca15798 148 115 117 126\nd4bc08cad572effe 112 65 81 90\n0e2653d00e3fc05a 193 111 148 149\n02c0c9192fb9a6a1 212 167 177 195\n3e577a3be646152b 78 44 45 76\nd3b39832fe75e063 134 68 82 127\n9c92e3727bc0ab05 65 16 33 47\ndb44fb48949d572f 126 91 108 125\nf3a2f438945382c6 89 46 76 80\n747e7c166dce038a 125 48 64 120\n52b89a24cc171c5f 166 99 104 132\n3f5454f2f53e2103 237 125 159 206\n8a2a69477f35cdf9 54 9 29 50\nab14d572e5284462 154 73 99 131\n3349f3089ea84d6b 55 10 37 49\n54130e35cbe494ff 74 50 69 71\n750ddf09bd6d1eab 77 24 38 56\nd7a9486c2d6ea7ca 205 156 168 174\n77270b05e5cd1b4e 80 31 75 79\n9b1f4a05a9be678d 83 33 42 44\na9f5fa43e4bd154b 88 64 71 75\n2c3a96fb820e1ab7 164 131 152 156\n9d4d95c939426580 79 42 52 62\ncba2a0762bc3876a 72 34 48 68\nd3a0ee23ef17b560 62 29 55 58\n97e4be988e741ebf 71 43 63 66\ncaab090998cd55d8 51 14 27 38\n46eccb4820f5a4eb 139 37 49 55\n7336669f60753832 104 66 72 99\ne82129af4abedb25 108 71 74 108\nfdd8c2ad35591b60 114 16 80 100\n7f4b049599c8e19c 262 221 235 259\nc8d53d98a86bb2d1 89 27 38 51\n4dd21bf1c1565fe1 186 112 131 170\n73de8e1e19c1857a 155 116 126 133\n5db2aeef574c0e2d 122 78 97 122\nfd7890ec5b0a924c 133 68 69 73\n5401a275544dc532 52 3 16 51\n7feedcffcc9e8353 199 117 132 168\n5225deac6735ae5f 115 53 57 107\nfbb8d7a56a6d5741 57 46 47 48\n1b74274269c75c8d 65 20 50 63\n78933b8bfea9705a 100 59 71 98\nc51d979d3e1e68c2 74 37 61 71\neb4965c3eb4e7810 70 52 66 70\n57552c8b1a857951 48 9 25 40\n3eb185c04280412d 76 7 43 50\nbc420a09a8db3a2a 63 38 50 63\n54be94f158023eea 76 27 31 52\n5d258b338868a2a7 247 200 207 247\n24d1c4f7497f8e77 95 33 57 65\n6d31cf796085f72c 126 67 84 118\n650e48609e3312a5 179 111 122 159\ndf242c69a2941d5e 64 24 29 49\nc77159c5f514837b 174 101 102 163\ncd3062c26ed06209 66 15 21 48\n79a42215f04376d2 109 91 97 99\nab858b295e4221fd 241 198 199 206\n3c9c37132583a3d2 108 40 52 74\n81e3ed92fa9c9968 243 202 226 232\n5e71d4c8c97980b2 60 10 50 52\neceadaab9f040b64 91 56 80 81\n2a1769dddc1dbf8d 89 61 74 80\n3f33ed2971149ea0 103 88 97 101\nfc99545cb74e07bf 45 30 44 45\n0c9b371cc6225682 153 36 37 55\n94dfcf8109e9f392 66 41 42 44\nf120f74e540d724c 124 14 50 54\n6602548cc544aee2 182 69 75 120\n8bd3923459d18567 134 66 84 94\n4c144eb40a09a0dd 58 11 37 44\n9c4e84ed5d25728a 49 2 12 46\n3e68931874661724 45 8 11 27\n8bcf9013b6617811 47 8 14 23\n5cf16d250189b7fe 102 83 88 102\nb713d6fd183a434e 56 16 23 39\na2f517ba7adea803 174 126 149 150\n511ad5dc10db6932 79 46 65 78\n3c44d53659dbe4fe 133 32 56 62\n72abd10e2fa3a178 54 15 32 34\n628715cbcfaf9f4a 259 200 224 254\n37a960afb176c485 94 47 51 59\nfb029e022b479ef4 59 19 43 50\nedaf13c2d419ff89 51 15 31 46\nda7431d197823275 61 26 45 49\nc96c494c7a1d4ee5 59 17 26 55\n49a9e34610882acc 49 22 27 31\n915b32960b74b4cd 80 35 51 55\n03de2844d3c8314e 86 47 64 76\n99066a048c135f46 76 39 42 53\n3984d005557cbd6f 80 60 65 72\n778f2c1ef2ca8179 225 151 159 179\n48d4444b94c2a2c0 95 38 43 91\n7f9841416da069f5 117 49 59 109\n6a5be23c6d7ca0f4 78 26 29 38\nebbc18ff20ad7284 99 55 72 80\nb01d30861f56b1f9 48 31 32 46\n224e9686747afbb5 54 28 33 43\nb5c822379067a4f1 89 45 54 85\n444d7d8445cd444e 165 126 141 157\nc211e68f8e67eccf 136 103 113 125\n166bb958d7f4798a 153 83 118 140\n9e0581b07ec22ffd 85 32 65 76\nd91691d9b43cd983 121 71 87 110\n7ea24d7b4e174a36 234 180 190 234\n3bb1007fcf0e03ff 64 23 52 60\nda9b2d6ec4564873 59 9 39 44\n90e759f41c5bf7ec 91 30 67 76\n3587833ec93fbddd 133 49 72 94\n58c8dccdf444891e 172 132 142 147\ned252c9b9a853852 67 20 27 34\n4e22353c1532a291 83 44 63 79\na6c52c1584b4c549 101 35 42 89\nc0e4d7173cde8e04 72 37 39 41\n3105d330651c2726 64 19 25 49\na978e4b3eaf80a1a 157 57 90 156\n1f4279d98e283206 53 10 18 27\n41f3291d82fc4d93 207 133 161 200\necc5883cac90b166 70 56 62 70\nd9222927313d5da2 75 32 48 72\n7715ef327df71fed 53 5 33 40\nc8a4056d36955415 202 158 174 180\n78f2bb6034c2e1c9 96 74 77 93\n5ee1c192797bb121 118 50 63 65\nc1b10b1ac1888375 61 23 45 60\ne4fe8ca7f250e488 74 28 58 71\nf1c86db5eed91140 50 11 13 47\n3c83e9817c9e022d 45 22 25 31\ne470e7a334f69334 154 87 143 152\nfe561e047a42c9f3 75 30 62 68\nddff0878c58e95d4 82 47 68 76\n66190abc87436220 51 24 47 48\n007876f71baf453f 62 15 40 42\nbc3e794a104aa602 168 148 149 161\n18ce480be0ececbd 137 81 88 131\n45122648522d4180 94 40 51 60\n539e5c40055bfe41 64 20 38 58\nb13d3b5a6cfdac2d 96 64 83 90\n80477008ffc1adb6 56 4 22 53\n8ab1900fbe301245 70 24 28 49\n54cfc08d373fe129 134 63 67 134\n24fe21f0a899701f 76 33 43 66\n4da7a2864295c0ca 90 29 45 61\n32991f419c96ea0e 156 100 129 145\nf66a7afd0c714cea 184 110 135 172\n1fe9f9bc178a1778 63 21 43 47\n7ef9a02b25ea0618 94 16 25 35\n397bbed49e1ee8dc 116 69 91 97\n589a88598d9a2404 51 17 34 36\n4b86587ecd3325f4 270 246 254 255\nd949372fefb12e02 99 47 59 71\n2a30c5309018e00f 55 35 50 51\na967dc30d6ca777a 111 91 94 98\nc36bf9d0ce6a4745 153 87 142 145\nc2d61f6f420b56a0 121 60 66 71\n84759cb1a8176b80 70 38 45 64\n96878c7052a51068 71 27 33 57\ndb303056779cc95e 88 47 52 82\n8d6d08d1824c6dc5 69 24 55 59\n52217a4c2bbd7f17 77 22 41 77\n07b667b34838336d 83 34 45 53\ne09dbfdd3122a123 124 80 106 110\n36e69606a7599644 83 36 48 77\nd48b66d36ec83707 84 36 48 83\n612882b6b294488e 86 55 56 72\ndc8cc9e1ace014ff 65 19 44 56\n57132c374cc1ce2d 137 107 128 131\ncb9d108a22b504e0 236 185 196 235\n46889bb1803c5cd7 104 47 82 94\n204fc9ff2c7ff92c 121 53 82 95\n565459b7bb0cbbf9 183 99 134 168\nd91b11f2b4072ee7 60 18 26 53\n6b7ebc98521fbc0d 74 50 51 68\n8d1abcb6f6626908 222 169 197 202\n802982739759b171 118 25 62 106\n6e6a9dd521936441 52 14 27 50\nf8545ff1c0ebc410 147 36 52 111\n36d85599a9cbb6b3 158 39 70 120\n3b67613d97aac1df 156 45 65 137\n061e49ba3a5386c7 275 225 248 271\n91cc6b3e23fa91f4 228 181 209 213\n0ffd1083a70c6968 68 21 28 49\n1ec6fa3de6fa1bf0 248 198 202 215\nade543e5f3a3d851 120 62 68 118\nd203f88844185e0a 217 159 169 205\n229588b93303ca72 45 2 11 36\n3f494c35367522f1 46 1 20 25\n3d394fbabe0e733d 81 49 61 68\n978bb523c17f297e 71 22 48 57\n732c551c857ea8ef 179 138 153 168\n9fde7fce5bd825b5 107 60 65 68\nf2ac7b11e97bfb6a 46 37 39 41\n9a75ec823948cff7 213 83 120 160\n275e846ba5d0e9ad 202 138 157 187\n92be3e6965f8dfed 233 138 185 213\n17dba5fa8138ed92 65 19 37 49\nced56d983f2a23a7 82 13 22 37\ncb83984bb39b1b27 86 37 55 86\n3ec03511da601b34 75 64 65 75\naae460e8d3def83e 112 33 40 112\n4d5040e1774a51b3 151 121 135 141\nb8b00fb90a1b884a 143 107 117 134\na63d574bc955291c 55 36 38 49\ne98834bb89ac4d5c 48 12 19 21\n9008841c0e75a9ad 146 114 125 126\nee19ba8ce1f94724 66 31 36 63\nab16cd8dac9091cd 191 114 135 178\nb77410d82945972b 129 80 83 96\nc06527e6f177884d 65 34 50 58\n4500d9faefff3a41 134 88 124 126\n18a86c01aaaaaa8b 76 35 36 54\nf43b62c5050d6789 66 18 26 53\n81fa5b7b1cdb0dc2 59 32 34 51\n58544916e75902c7 165 99 142 152\nab55215118ee9fe9 85 34 66 83\n4f7ed30b3198dc3e 107 53 83 106\ne27a6760413c7c26 143 113 122 127\n3018aa8ad3eb5dca 94 56 79 84\nf6057c281758b5f6 139 62 63 103\ne76f1912e6e1d50f 61 22 55 61\nc1a28d4a283118d3 155 56 97 120\n0d1aa0f47c9d2f6d 83 42 62 68\nb20b19ab825de9cf 89 43 86 89\nc068e47dec13b048 103 30 39 69\n5f07930831835449 71 29 31 63\n835e9c8d7a50c123 116 41 97 106\n05ce34e3cd48c449 71 25 26 64\n80cbce0fa4420583 66 23 25 44\n171fdcc554d303d8 101 58 65 72\ne5f04350eaca0631 169 78 161 162\na8cc9d1e56928758 168 108 117 129\n4175cb4c71c984ec 47 5 27 42\n17535adda2aa3b90 51 35 37 49\n58a650240fdc5cc6 125 89 107 121\nfd48a65a5e252855 242 181 198 239\n91eac7cf6f555982 70 27 28 52\n453c980210335f26 86 27 73 85\ne1111d14e42434d3 49 33 39 49\n74d62d6e00c7e38b 74 39 66 71\n413062cf685711e7 69 18 22 53\n81bab615370c51a5 254 218 221 222\n7dfc75949f2b9476 45 31 32 42\n0068e97c1c1f61aa 209 155 175 199\n0c24590c68af865f 45 6 14 41\n9978a9d37b39f9c4 67 28 52 64\n41c2ed4944dec77f 78 27 45 77\n9030ea311a07b473 81 43 55 71\n1b09ad5460c05077 47 20 36 44\n1e01b910ceba4573 74 28 30 55\nff4ef99f3346d4fa 75 47 57 67\nb37fcee918b0c1ec 109 43 94 101\n104c9a27980f9bb7 135 75 85 94\n88b85ce384c14da4 116 57 64 90\nd3dfe08fc77cd6d8 227 191 202 207\nf795469d3856697e 170 144 147 169\n5fa74a0d9f1d8244 176 79 141 164\n9414231317ded453 236 159 193 226\nbe47e1693fc86994 49 16 30 38\n37ce88a12d77382b 127 89 98 124\n57867fd143d400c5 121 53 82 103\na9a3cf44b0b34ade 62 12 32 60\nfaaba1f48348f5c6 71 35 47 67\n483c2b4c67e32c19 73 48 50 66\n35975b7e46adbfd5 48 0 36 39\nbb7da10585c3a2de 87 32 51 64\ne0192d10b8b762ee 139 93 119 134\nc9db4deab2f830fe 57 11 19 45\n7040582935845c8e 101 46 49 58\n275f41f9adf32526 116 45 69 91\ne9f26893411838ee 203 109 115 118\n53289d8207d0d518 143 84 121 127\n9b3d6bbe5ee18684 57 32 47 49\n5aa05dea4b73c6b1 119 60 102 113\n31b8eb8bbebed9b8 47 13 17 19\n52e82f8f5bdbce1c 45 9 23 42\nd4f7d672c5f718ac 123 67 84 123\nb1e88ba67f69298d 105 75 92 101\nda765ed07a6cc4db 114 5 68 81\n74bc45c8a1f8300f 176 134 148 151\n41649e3e8f9a4be0 95 58 64 92\n3d986ec2fd6d210d 94 34 70 81\n1ef9f5dfa615fafe 98 50 63 98\n71cc19cf54729a22 260 202 233 256\n07ba5489b56b7d62 75 14 26 30\nf1c659ac9ea21f4f 185 167 170 181\n1c7b9f93752085f4 178 131 158 168\n0ebb04534d7f2ba7 87 50 63 78\nc69e2cde0ecc2e9b 50 3 34 50\n501e33ece7f036a5 78 30 36 76\n6cc046015c88bef4 52 27 38 42\nae38058a530efbc3 213 125 174 180\nf12d445b4525f8a7 176 151 162 166\n4308efab35deb3ec 245 191 209 212\ndb10fafa3193be4d 53 3 15 36\n4ea5b921a6b71ed4 82 56 57 72\n2e04dfa4a1671292 258 164 167 250\n7f5313720774fad9 72 24 27 31\n1cca8650a292e7b0 166 93 112 122\nbac7820ec2cd15a8 147 79 81 83\nd3fa6a145c5baf7f 65 35 49 53\na1f84040ae652c9a 83 65 77 83\n5e290d84c6d3e14d 202 115 129 148\n867e133ab7e43326 107 24 41 64\n833b9a2e7a753ea3 64 48 54 60\n0a6c499522efa0d5 50 1 2 16\n7a2ad72c32c415bd 96 55 80 95\ne7035ac9477fe6ae 166 113 119 151\n9d4b67044c6bbcec 225 202 203 211\n87bbd6654c6890b5 58 26 31 56\n70919fa802cc8193 97 47 57 59\nfb229226554e4b08 102 49 58 76\n32a233e3093f09ef 45 20 22 35\nc8263ab902bfbf3b 129 84 100 101\na819768d9b5939dc 53 6 26 30\n80dae4fe913341ee 138 96 121 137\n50bd4155b3b8ff6a 54 37 48 49\n33f1be3a9ccf4e4b 78 34 37 40\n15ffcb1f98d41218 257 186 196 221\nf4b6ecb7168d0937 47 7 34 42\n37c99410741fbca5 114 51 60 104\nfda4bd73c84669ec 103 44 72 74\n9498708892b23032 99 31 89 99\nd6fd8920527d6c6a 62 23 29 41\n74a98b7f18b2c7d1 156 127 132 153\n16ef89980e2ceef7 61 39 42 61\n0f68374b76390082 80 24 34 65\n7a00ed342b630d31 142 40 101 129\ncb9044cf6e997e6c 73 30 49 58\nffd80f73ab22500b 97 55 72 89\n0aa49c0b75e51ba4 77 15 30 72\n9caa7fd2ba891aae 78 31 56 64\nf211d7e75a32cb08 88 32 47 77\nf2e2395d40c7edfb 222 190 191 219\nf43c67fe4e7e28cf 139 50 61 116\nfe2fadf89a84e92a 106 45 97 106\n232aee1c62a1cd8b 222 151 208 212\na6a651f2af4c4d3e 137 90 96 122\n6160a385de039b64 95 47 57 76\n9bdd34e784c04e3a 63 20 28 34\n3232f7457b27dbbc 85 24 35 60\na193043d52853200 47 26 32 39\n369f3639d9605255 101 83 88 98\nfcb67784bdec61ad 72 20 24 43\n38b7a1d23745fbf3 78 31 49 73\nd2fbe2b3f033ab7d 55 31 35 55\nf01e8b6f8e10fdd9 248 173 191 222\n915bfdecd9d837ba 60 18 43 59\nb0850aa7dd3ce1d9 79 40 50 61\n0196dedebec3dad2 55 19 21 48\n3069cc190d78e55e 60 18 21 39\n51326184637b91ac 67 27 30 39\n7869d609f86fe0da 230 186 215 223\nacb1e5716127c525 54 22 26 51\n8a88ac3a9b00011b 57 5 13 39\n1526707312c94a92 57 26 27 55\nbef69fb74e7c168c 140 40 60 139\n3eef492bf5120757 86 61 68 73\nc5433ac6c268ae6a 67 41 49 62\n1e1742072c0b2d6b 180 115 121 169\nafff4ef72274935e 76 18 40 54\n1abdc998daa86bd3 91 40 48 59\n6f9cb54175e7d9c2 68 36 39 58\ne7e03e7849521767 130 85 106 126\n987f95d434cbf1b0 53 33 37 43\nd39e350d8b42423d 139 49 75 116\nda80d87326bf63b7 109 53 90 99\n77a06048b920f472 258 169 182 203\n7a4a4e7e93d19085 118 84 117 118\nd630eda2a0ded3d4 100 54 62 84\n16b667d681f8cf25 93 55 72 78\n6c42cbc9f95af41f 87 40 45 49\n57b003b4132e5455 52 9 32 50\n7b98c08a1cb42da7 258 200 206 233\n651a48ed9a101887 70 10 62 64\n4e2bc055d4b7cd78 62 37 58 61\n202a627de66ad397 92 41 87 90\n2d3f982ada31489c 129 73 109 117\n4fcab7264432f232 220 186 188 209\n2ac712ac8d2fd488 96 24 67 92\n3172feb32990cf09 89 54 63 76\n81f016e6f7ed33c4 117 82 83 95\n5dbcf4d6aad6d0c5 108 50 55 92\n81b0fd734d794027 98 47 73 80\nd6c0c96bd42219cf 127 52 101 109\n65a9c0856de40a68 74 34 49 50\n14cf1f92ca13d605 54 4 14 37\n240e89ef33ff15b6 81 59 72 81\n7f803d74ebfc923c 48 2 36 39\n92ede81b0853975e 171 91 101 159\nd29aaf20f3457667 188 134 141 149\n8e6f844d3d30a028 55 34 48 50\n833dd1523758658c 66 17 47 59\n57832d06136a3097 56 5 9 47\n7b617c13522b1743 103 7 24 56\n6f59d8b1489f058a 51 7 32 41\nb12a236e24673d15 121 51 58 114\n7c3707e2d3425b9c 146 107 119 145\nc6c613fa71e84ca6 92 25 28 51\n82a317cb88729fe1 67 24 27 41\n8c0df26b7700d71b 87 56 73 81\n569c9ad90a4b215b 94 68 70 80\nfb6656f3b1df8f10 82 2 33 48\n3bae42d603be2266 208 186 201 208\n9fecc7a076b64137 68 47 54 62\n0da6a36b24eaf5db 46 5 25 37\nbf202165b6449f3e 54 3 13 37\n05ac37966de4e7fb 140 108 117 120\n767d7ed1a5c84d72 103 18 31 70\ned7a4d97bab47c6d 217 147 159 180\ne903041637c03d09 50 15 22 27\n8ba67e66fe6cf9d8 221 108 126 183\naa9df415be64168f 61 41 45 47\n8362f9a9b72d44e0 164 132 142 145\n9eb191301d4723f3 180 133 146 180\n7fd9e420270e8ea1 88 39 60 70\n2cf1a544b179b1a7 49 27 35 45\nd408756bb48232eb 227 153 165 181\n1f73124222492f1c 46 6 25 44\n3052da93ceeda447 139 40 102 111\n5b8b4c355672dbb3 115 45 85 87\nf96049f4355544bd 220 158 191 215\n0d22ced53b1db7d3 228 188 193 220\n8e27b7d76b8a6a0a 132 77 115 124\nb696f35a69394f21 164 76 104 157\ncd8a394c76de9608 63 20 21 31\ne164b1175ea1079a 253 160 183 227\n97878bf33e69c062 274 224 257 263\n02c485bd207116d4 128 77 113 119\n0485a8528fa72698 224 178 196 215\n0fd536fc3c8fdf19 101 43 73 92\n7aa4059bdb95c7f2 56 4 35 40\n495f50f0997e986e 51 15 21 46\n42d8b53a15001cd5 77 24 34 68\ncf5797671ad6a428 212 189 196 201\neb82d3f50a450282 59 43 52 57\ne928bced0f8214d1 51 8 15 48\n2fe5274c4baf665f 64 40 57 61\n05a6149f1fcee38d 206 113 146 150\n68cc5bd6adadbefd 68 41 51 63\neb626dd19cb7459c 175 61 70 149\n0fb6678e63316201 235 187 198 199\n79bf72c63958d26a 94 41 64 85\n7f99a35004f27329 56 18 21 25\n0d5a4dcdf8ec9d36 118 7 35 37\n200ad247448c5577 54 19 50 52\n482c3e92080f18c5 112 27 52 74\n1b65111d34f57bb0 83 37 41 75\nd91c20bd6f99aca4 115 24 37 40\n7f2af97be62cf464 48 1 2 23\n86a79c11a7eba435 183 98 120 170\n48f9cd996f80c34d 61 17 37 58\n39074bca3524418b 158 125 137 150\nb6279c4e184cd336 77 32 50 51\n47a76ca10546fe8f 55 25 45 48\n7e2b6bda04b2dadf 114 75 79 105\n98a480571d3a1e34 244 205 215 233\nc313bb0bc2ef48b8 89 39 43 57\n15d8b7e256ffd066 56 6 16 30\na3d90d636ad7d7bc 89 49 71 87\n0286d2ed56e8f107 119 51 57 58\n4e2bb6d3056df6d8 46 10 14 33\n946fa268de698098 116 52 65 111\ncde4cfae802d3cb8 65 27 39 60\n5b83c43c2ba67577 68 25 41 63\nf591e1921f2c850c 146 95 124 132\n03cf40616d79cb6a 59 6 14 53\n89caba112ce61966 66 35 56 66\nc86601fe5e2141c4 78 35 51 55\n1ca4db19711258a0 111 62 64 85\na32bde181898822f 87 48 73 84\n3a9fa6535917a07a 105 65 73 80\nc9fda859869b23e8 50 23 31 50\n41c600ed9f88871b 77 14 36 74\n0871e2540b0a6804 55 25 40 54\nc412289a16716a8a 90 69 78 85\n576382f69bad37cd 144 66 91 108\n847a157c5c998d15 93 49 75 89\n4e5c7e95b2e04f26 120 31 37 74\nad0bff6de150a93b 117 43 48 87\n1424acd0007d40b5 89 46 59 81\ndf4319f4aaccb3fe 58 1 45 57\ne80bb674f7ff6d9f 66 22 39 56\n7fa1d85dba913128 81 24 31 33\na47a8517ca8dd33d 128 59 72 100\n2b43428fa1cf1a7e 138 65 71 91\n49be5de41d619cb1 59 36 51 57\n99127d4b1b789247 132 87 111 131\ne725e1a3dc3daca4 65 36 59 61\n407eefe8017f6070 173 96 105 155\n615a7cd0a6777887 103 25 45 66\nf536430fb223d623 95 61 63 86\neb727ea52bf2e2ce 65 30 34 41\naf0133aadb2af512 223 168 196 221\na815c2f38988bd21 135 55 56 87\n1f7770ac5cbb41eb 81 18 69 76\n11491a312c6b8f58 55 32 41 51\n2f18f5579583e648 65 25 55 57\naa374ab1b71f72d0 239 196 198 218\n69ad0b3b18b657d6 72 36 63 68\nbc1003e4d5bf0c8b 103 73 75 97\n599619a790d2b77d 69 55 56 57\nff9e265755208438 61 30 58 60\nf478d5f55e41f4f7 119 75 102 104\n9ea0a970510566b0 49 13 18 30\nacd7ed98e8a6f076 107 29 61 97\n9239b96938d99f62 224 126 136 175\nd59d3469f9949f78 59 23 35 54\n861e80a1959788a7 67 3 9 12\nfb32e6765f776b18 114 75 83 111\nb859c7a7329c17b7 62 22 28 54\nd9dd5fbcd2591be6 264 139 239 245\n9f2d777199df4930 47 17 29 47\n289bcb973ed702a1 63 6 20 37\n48a3049cabb54c0d 123 57 65 111\n241aa9bcdbdc7ac6 200 122 157 188\nf2c20b599e16bac3 50 10 19 30\nfdc128708bd2c254 74 34 44 69\n61aae9de89c0e5f2 85 35 58 79\nc395dfceefed1b81 170 49 67 125\n1250e369ad1e2fbc 78 16 41 76\nb7cc1852ad122717 134 42 61 99\nce0496f2017c3a60 93 60 62 84\n9e4159a4f15bf582 74 37 51 72\n04c441c7ce273dcc 78 27 29 73\nbcc76b58e2585320 203 145 200 203\n12293b264f68673d 111 69 85 90\n57daa160c95f1c9f 45 26 28 32\nc784513cdfd24124 106 52 77 84\nd0523bb4d0d7c008 121 76 103 112\nbcbc421bfae60ef9 95 51 57 67\nc0e1ce023456d692 144 71 98 131\nce55c6eef86872c7 93 43 56 61\n85762ea2d534cc06 81 52 61 80\nc5389975ca43a553 246 196 223 245\n55aff897880fa187 82 55 66 80\ndb6abd230c516cce 135 98 124 125\na92922356b15b456 143 106 124 133\nfe5d83963503b41f 53 28 35 47\n9a143febe45c2fbe 82 19 32 75\nef58c8517bf0911e 74 64 67 71\na9adcf245581ce47 71 29 60 71\n23df266716914368 95 67 76 90\n88a44795fddcb124 205 164 174 178\nc28856e5ddb0a22c 75 61 63 73\n9ec2d6d07cd5ebe2 174 112 146 170\nd38139cf5c8c1d40 73 27 31 60\n78556b76acd9b64d 47 10 17 31\n519769d8a1339fa3 125 55 77 95\nb5007b88ba591f55 82 56 62 72\ncb50745860881b57 53 16 41 47\nb52a730c02b4bba2 71 26 32 55\nebc791d01753783a 130 63 95 113\n277cb499bc2d3dcc 89 50 55 82\na42fc5a9e338d3a4 95 57 70 71\n15b902774d67a394 87 40 72 81\n3ad4793daf6adc19 159 119 128 158\nffe629bf59ab0eab 59 39 52 59\n52745850b878ca6d 274 211 212 271\n4200282fe9b4015a 156 123 125 131\n45a4515834848010 101 22 55 84\n4ace59951acbae4e 150 100 121 129\nec5c53a3d68fe3e7 118 46 81 106\nd5c6ad22b14eccef 74 25 57 65\ne8fe193f8db02daa 98 41 75 79\n30006eb23f62aa57 90 21 69 74\nb7ba4d55d4c1cd63 58 5 24 53\n592c16c240f144dd 59 14 25 57\n277fc4311c393d79 73 41 51 64\nf0516db10f82b141 86 29 58 73\n5dadb9b615a66714 48 4 9 32\n5977776e1ac8b291 90 75 86 88\nd02c38b38d929091 90 21 25 44\nea685e9f3af5be39 176 151 157 172\n322d03d487fc0f01 48 4 17 26\n7deed332130bfd39 82 50 62 77\nbf335dfd4f3e4fc8 63 15 43 58\n6b3f189e979cba8a 84 12 14 67\na4cc81ce7d4168bb 56 9 29 30\n64912eda42dae810 149 103 121 130\n0b1441aa619f27cb 46 5 9 26\nbad8219ee10de830 188 84 105 146\n0c0f298ace7c875b 192 147 153 181\n3f265c5edb13f00d 81 35 60 63\n91c456d012ff571c 125 90 100 115\naeba4541adfd68cc 257 154 161 225\n88992b78aaa8a52b 113 67 102 107\n02cb3a4fd80ee0cc 93 48 59 78\n2dc3af70d25d3043 60 17 22 48\n03ef5f13e0a30864 216 206 207 208\n56ae4fff81255579 78 43 44 62\nade3e283780efbd7 174 147 158 164\na747b3262d507a68 56 20 22 39\ndb5886a74579c757 51 30 31 49\nd73d3d65657b28dd 60 25 29 41\n075278a4d0af74f7 95 52 69 78\n6207713a493ed71d 145 115 119 133\nc323ea12ddd3c5bb 137 59 61 117\nb5ac5603e39a6397 72 13 37 41\n9a44145b51b162ee 87 37 42 84\n15f8a54e4822f355 52 31 32 40\n21005252fe2383ba 84 9 30 66\n809859830a3e0e55 273 203 235 244\n058c67085c217b96 81 42 74 75\n56f35362431e18dd 131 48 107 126\n95eedf6937dec032 83 34 40 63\nfe5fdf788352d1a6 81 38 53 80\ndbf9a7ccc949ed42 46 32 36 44\n728298bd23205f12 55 1 14 42\nfa82d71146e33555 165 118 119 161\n72ca9b60719e5789 155 104 133 135\n06a8196a66e125af 83 73 78 79\nc97ccf4f0b544230 56 17 27 28\nad69d907064db1f7 187 142 170 180\n075f0d808a621ae2 75 26 43 62\n67e9762f0471865b 83 38 66 82\n59d772c8ccad4acd 132 34 81 110\ndd545cf605570b97 138 130 133 134\n2a3bd0a2ac422822 100 18 19 54\n5444242c3fc57534 120 68 101 120\n6d2d49d5fabf839a 87 44 61 66\nf726cfbe88e370b1 61 13 22 31\nc0aad7645f42c33b 106 69 77 95\ne0fc64b3f2957c41 76 11 39 47\n0c3348e96872d3de 52 19 24 33\nf5e9ab93b539e29f 172 114 120 154\n95d306b0110f0767 75 37 47 64\n1a562a1752d81933 192 69 83 149\nbf0f80cfeae506c6 66 34 50 51\n3536776ef51e9dbf 88 80 85 88\n3b58206d99feb4b7 89 14 15 19\n9b5e054c6d0d44ce 72 19 32 43\n3c35b868a8ec3433 74 34 44 67\n44d2532c5b5296a1 81 10 65 67\n924ccc02891cc7df 105 70 92 105\n597bf6916a88ad19 61 46 57 58\ne7fefb3b4d663b19 114 11 60 61\n3d6ed8b43655929b 81 12 43 55\nedbb53a0f5dd688c 59 12 42 56\n91e721bf98c05aec 55 17 23 52\n72ffd4a88de4d441 92 34 64 70\n9872bf718166618a 99 13 64 68\nf22e31c9b9bd3320 112 61 81 104\n3efda95897eb23d1 114 67 75 113\n497d2450ed65a678 62 17 31 45\nc4a26c35749d41bd 90 52 53 74\n11bf4b38f88bfe9b 66 34 45 62\nd9284250ebde7d34 132 85 109 111\na7cb00e197a15a99 58 12 27 49\n2cc5f95fbe24ffe5 180 94 145 149\n9fcf12f63cf7b834 47 7 12 37\n560e521aa9e864da 61 17 32 53\n60c02c2807193b6e 64 13 16 40\n3a86a812a1eaa20e 71 27 31 57\n0a72a3fd46a88ef6 74 40 47 69\nfef11d498a882edc 125 71 85 105\n967e2d570ca80e16 126 102 106 121\n5f004098a3ae3ea1 84 37 59 81\n656db18b0e5ac145 60 16 19 22\n4dcf8df5f8912e0e 89 16 23 69\n9634f21a9a41a049 58 13 14 28\n07559b44fa10672c 72 52 55 72\n23e428c0dc43f046 55 38 40 53\n94a28eecf82210bd 196 157 160 167\n48614bc62c3acbf8 99 49 71 95\n3413ffffb4be5706 90 53 68 69\n9c2238d1333ea499 151 78 104 107\nb91f98631686d65f 61 15 40 59\n84196545d36de465 60 8 19 23\nc8db93ad17d787e9 50 5 29 33\n000c3ab189999a83 126 29 30 46\nfd2132722704d610 70 33 50 68\n05b77cb7c0f79f0f 65 41 58 62\nd20cf31d18f8ca89 60 1 7 60\n51136ba76177d882 53 6 11 52\n50401f1d78d95d12 183 141 162 181\ne92814fe1e2c54dc 86 35 51 81\n63d8575fe191dcca 96 21 29 40\nf48ce857e76d8e17 68 45 47 57\ndaa3d11727e7d9c8 55 8 16 55\nfaf4e57d64e9a899 50 15 16 24\n1c1b2e56952040cc 63 32 47 62\ne14fb0ce302f51e8 50 9 29 33\n730a0a3a46474007 99 48 87 97\n6526abea7675f573 77 37 41 46\nee70aa493ab6054b 160 102 107 142\nf474cd5d999e1746 88 76 83 86\n3de41ace235a3a13 233 173 197 211\n0ce3839aa5b66e3f 133 81 84 101\nd6f1f58ad1f6707a 137 58 87 119\na00260788a5481f1 123 41 59 70\n259f6f1f002d2d94 97 39 68 81\n2516b6023683fc3e 92 55 64 73\n220d718317f7a025 226 188 222 226\nbe3c54aba78d50e0 49 1 9 21\n4c5fd496905b91ce 80 29 33 49\nfaf2fb655d5974b5 155 111 127 147\nd559d54e3ceca49a 55 12 14 22\nd8edb0f0cb0d4b5f 160 131 133 148\n5647675ef84a45fe 56 2 27 50\nfe5f38c3ce605bf6 55 20 30 31\n72ffdff5502de799 54 28 37 38\n860bcd7659c936b3 254 207 226 239\nfd05ac3ba402e992 49 28 33 42\n13ac6a6a3a4f5e5d 83 12 28 47\n8ad61ecb52a9122a 114 64 82 100\nb2e7d3d7c5b5109a 111 52 54 57\n07225d96742d2a6c 202 140 147 155\n74c25984d70275f7 187 109 151 155\n2c5249093fc26fde 85 43 67 83\ncad5063d02c3b4dc 64 24 40 49\n1df20a29cdec61a4 76 4 42 56\ncc3f88e1e2a4f262 60 6 8 26\n1e80fd6e7507e3be 257 207 233 240\nf54473cb3c9efc04 73 53 56 65\nab3f92f5ac8f5167 137 64 70 99\n50eba53e6b2330f8 94 47 60 63\n33a3fc21efdc8547 139 96 109 123\n39e5f256790c3343 124 16 19 108\n6e6ccb9822ed013e 265 135 161 175\nd8516c57c634c27f 47 13 26 46\n799ec37eaafcd68f 123 35 111 116\n037e8191b3985142 154 110 121 146\nef5e9bfef1466209 108 40 61 78\nb49a15bf2a1c626c 56 18 40 45\n0bd7e6e9f0185aa3 100 20 27 91\nb56990cc49db131e 196 97 148 177\n617580a94b6fd65a 72 59 64 69\n7144a5e59d5f05c7 152 72 119 121\n8c0a69c16d4ee368 92 57 65 73\n89d941a57bab3fa3 96 65 81 90\n0f6206df8a8e440a 151 74 86 114\n6a7d54b935e96fc4 55 24 40 45\nbe37967141e3767d 140 93 113 117\nefb2d866bc8c5550 66 27 46 52\n9b67983f91a29511 90 70 71 72\n2d0bd035f7df86b0 48 39 45 46\n95f2bed8293b061d 73 20 46 65\n9f9028e08bf69fee 77 45 47 53\n368fa2dd830843c7 63 18 22 30\n9a5d97d6bdd28614 59 10 11 18\n991e2a74cd100440 138 110 135 136\ne856830270a48f13 120 66 68 101\n3970859f54703c88 94 29 33 71\n730b787d57719e58 102 37 39 43\n9ab9e899da8067f8 63 22 51 55\n2864dc6c129cf3cc 45 34 36 40\na38c00f474b0df82 136 71 79 89\nbcbd8ea535d3f024 78 42 53 62\na05cbe8a2d816f52 60 10 17 20\nf75bce7073b578f0 55 9 23 48\n266e2d3393ebd2a0 89 61 79 82\n9d8282f2610bb199 69 21 26 36\n4260ca20e2430c67 180 139 145 152\ncc6541ca1f8ca902 45 29 40 44\n80bfdffa5e86f103 272 200 214 253\nd4e33e3311d155c4 89 44 54 56\n3488938f80284283 78 46 56 71\n3115ce06e0160828 97 43 58 97\n634b4d796815ffcc 85 46 52 81\nc716c21b059921e9 100 56 84 93\na37358fe418e9807 59 17 53 58\n5fb0b4b5c65e669b 80 20 21 77\n3d8d753f0851bf3b 116 72 106 116\n842b17ccb42b588d 50 10 24 31\nd6df93659f476b9c 72 2 29 58\nb6d472a2c6bd6f90 74 11 14 72\ncb16176621b1f3a7 157 87 121 131\ne98dc285c0d4f5db 47 14 30 42\n004334c94bbc8bd5 65 17 38 45\n20d1b02740ef1124 186 138 154 172\n4bc7ca44cc62b8b1 115 69 73 109\n1db5a4df1ab8b8e7 255 141 190 217\nfdd41bb5cab98c86 73 36 69 70\nbb82a6ac6cee6f95 107 43 78 102\nee29e9866b77f62b 82 58 61 64\nb04c3470d73d1777 142 112 113 128\nbcbcaeea56b7ca1a 150 109 132 141\n30abedc6c413510e 64 14 24 62\n283059a56e7f3e75 149 50 95 143\nbadbfed88f85beaa 67 20 28 45\n17c234c2eec050a0 89 49 61 77\neaa1d6038da0dcd2 271 223 242 253\n7fb2db25f9114599 266 175 213 221\n08718fb99eaafea7 102 82 87 102\n697788cfb2b882e6 85 45 57 62\n6a48d6d9c297367a 78 36 46 76\n489f9441d513634e 104 84 101 102\n5c46523d3adf3df3 45 14 20 32\ned81ed922c6c7225 110 64 70 108\n670564bfb445bbc7 153 80 87 145\n840c6c6f288d25bc 99 63 72 97\n702580517f621fa4 85 21 25 66\nf228cfd294bce60a 134 48 50 73\necb624c9cbe5b70b 151 38 68 119\n21a6081709444ebf 66 15 30 46\n0915a60e1ae6a826 135 25 29 64\nece260b19f5276bd 82 36 39 62\ndbd147928365dcf4 113 93 101 105\n1a50fc5440d67fbc 186 160 164 170\na3e387b24fbb961b 94 34 66 88\n7a0bd438433e00db 84 15 32 45\ned718fd9c28f6265 83 43 48 71\n03b3f603a1001de0 184 135 151 152\n68eb4a41d8b765c0 93 40 61 82\nf6ec31401af3eed4 76 40 42 45\n24548ce6c15bc2cf 276 246 267 275\nd988002ed829cfd9 88 40 69 81\nd73616bfd38ef8ed 236 165 176 201\ncc8f42cf10fe0c1f 69 33 52 67\n33a93f85d5713a71 54 46 52 53\n96a2338040f14ccc 58 14 46 58\n6375c29ff07fb99f 223 157 167 213\ndf20485dc816ba1e 52 12 16 52\n3814a3a8046c8af3 93 25 45 56\n0043978734eec081 68 51 60 66\nfa14b62a46ffd7b7 131 80 101 107\n4811a66f87b0dd6a 54 34 39 41\nab461fdeca27729e 138 49 59 71\nccedaa413b89363e 63 21 41 50\n856d8616c018f019 252 154 232 237\na990ec0964cede03 55 13 44 48\na3636ecf26282790 219 165 199 202\ne14e16f3fa0eb5ca 85 38 45 78\n65e056c6fbfc795a 67 23 39 56\nb60cb069c9570f0a 59 31 34 42\n806459ce2b15a2c1 217 102 158 160\n5010f9665c796353 138 85 99 106\ncf691738929ccbed 53 17 21 45\nc9c74e714ee21e5e 174 132 144 160\nfe33a729fce20467 61 7 8 37\n0542630de1d734de 114 62 89 111\na40b587bef7a29a6 64 32 61 64\n4c96e034f8af77d6 118 74 107 108\n5fe9267f598e66df 88 62 72 78\nc3c01fa0a879e5b3 47 29 36 41\nbae2a2f11e0a20b0 156 127 139 155\n0ac6adb37a92f549 77 62 64 72\ne3ca3f8dad8959e1 120 61 71 98\n422d976591ab629e 53 8 28 32\n3ea8d9787998f70a 78 18 41 52\n394037c064421c3e 71 24 28 65\n89d9a5069283af3e 69 39 54 68\n3b6e4e834648db8a 48 16 29 37\nd5409c93b6f88256 178 117 124 135\na0948de3902ae476 168 137 145 150\na4e9bdb6d746eb0a 117 48 57 80\n1a71f05476d8864f 79 32 46 58\nc9ce08f3c855f349 86 55 64 65\nfadc00ad10f04bff 64 22 50 64\n7b3f0173cb6db315 91 45 86 91\n180bf845cc8cada3 59 21 38 52\nf891e55243f2a506 85 20 31 80\nf701ed6b2b2910b3 61 0 17 26\n75c71c5a68be71ed 245 157 174 242\n7fff494560e8cd2a 137 86 89 130\n06f4bfa5f9d5fe0e 73 15 31 49\n36afe96c11a8211c 88 63 73 76\n7974ecaec39a52bb 50 15 31 47\n701de1fefcf213cd 93 46 55 89\ne17f60e0b97a0bff 62 29 30 48\n5b3349b38b09cd7a 65 25 39 41\naabf4d3168897092 61 35 37 41\na0ce6a587d0e4cbb 58 24 25 52\n4f97864adb670664 236 173 196 202\n088b93f15ca8745d 83 16 62 80\n5151d3969e328df1 119 53 79 112\n1f7b2e0fd123b93c 77 28 44 62\n01fa6190cd47d125 168 104 107 132\n95e208d61caf19c0 51 1 21 24\n2aa1e311e4bc039b 50 17 34 46\n77b60a0c0deac4ab 271 237 245 255\n01eca393f86d37c5 155 100 124 129\n4bdb70500b99c91f 146 59 81 134\n2defb4625a3ccb54 104 69 81 103\n764fb07d92a3049e 97 81 85 87\n0f59c103684c0437 67 20 28 48\n84029656238003da 117 28 29 110\n4766f2062abaaf74 186 124 173 180\n6a3fc7c0aee227b9 110 42 63 98\n298c394f21c62ae6 105 50 51 75\nff887646981745a6 242 212 217 229\n2cc8ef9e5319d5d7 76 14 49 52\n904a0f9fa6651f9f 107 39 60 80\n9c17e6aae5166ab5 77 4 8 23\ned8e904729cd2567 66 20 59 66\n43c329f7c0b40258 172 120 139 168\n89e24a668e620701 88 8 50 66\n8117627823c9776b 125 70 110 125\n64eaccc023c24217 71 19 29 60\nbb4347cfb631b620 271 189 230 240\n6b617d353c1937e3 79 42 57 59\nb620587f8ff01202 80 52 57 73\n04f5153fc5255516 77 31 72 77\n6b000ecd86c7b35f 80 47 60 71\n04fe4ec70781a0e8 86 49 71 72\n3eac186b3e7badb2 143 119 132 137\n819137fb150ec28e 104 66 75 98\nda75d4dd1b228bfc 63 25 30 61\nd4c4f75f8c8e8f9f 135 73 85 99\n45536907ffef7585 148 100 114 140\n81171940b9a26d2f 136 108 113 118\nae12c4e269cb8f8b 74 38 67 69\n17d841670d2da942 89 38 45 82\n2a9d8ba86290db0e 83 11 46 60\n9cf900f633b8031e 97 31 66 87\na04f343b42565da9 60 5 40 51\nfbdcb1880c6bab8e 75 9 24 51\n7c2b5456f1456d5f 205 148 167 189\nd4d374d3c6c4bcbf 210 162 168 184\n7e6ba9d37330e4e4 45 11 14 20\n2d39f39fb8254c27 88 80 83 88\n90816b5180dc6050 202 163 177 179\n0181d3b41c2cf87c 187 95 110 137\n6826c60fe2e80bb5 52 21 27 46\n6636d77b91073b2d 74 20 29 56\n4dd5f18afee6ab96 70 17 29 31\nf9b6dac3f949a98d 87 55 57 73\nc886971b3865d890 265 218 240 247\nfba249b58e9d2440 60 15 17 57\n7d1d9a87339d1530 84 45 66 80\n3fe783b9c7c8f492 91 32 75 76\nbcec42805bcee3e4 198 155 167 177\n361d722ef5009e09 227 164 178 225\n0b530eea368f626e 95 51 62 72\n7bab7b21dbaf38ab 123 86 104 119\nbba63b8f3750ba13 49 1 10 11\ndc2ebe7457bdfcf2 89 50 73 77\n5e9245c494f03552 65 26 28 35\nec9ca28d43dc2c34 73 31 49 65\nd98d7b9002025750 89 12 69 83\nbcbc4709592548bd 90 35 58 85\n1a82f31490fba51d 147 79 115 131\nd719eaa1f2dea0a3 52 9 40 41\nb39cc50ccc82d5af 65 29 37 56\n1c58aa75858147f1 124 102 104 115\nd5cddd204a805bad 74 23 31 44\n739b73b8848f72cb 84 35 47 60\n836441bc56499fd6 241 212 222 228\n7c002a878430c81e 64 14 42 43\n3015a3eab4b6d042 69 22 25 52\nf287c679c250a841 62 13 41 43\n4e66b1e1bd9676d0 113 43 44 108\nddf7208a1999766d 47 2 9 43\n2b4e1061f6415a4a 81 40 46 70\nbab18a531abc7fd3 116 80 97 110\n284efc2041b1d1d8 160 98 103 149\na0ba0e3061431ff7 71 38 56 66\na9f4c848d3d3176e 90 33 41 44\n46200541f9943d16 85 58 74 75\nb40142d9233e7825 267 222 228 238\n3fb3327a177a0175 67 11 33 42\n9bd7c28ddb5bcc58 114 97 99 109\n5dbdeaa9881baa28 54 16 29 50\nd42055153cb42cfa 139 111 137 139\n04e4c841b349bf5c 121 94 98 100\ne2e8ecd6692134c8 102 34 35 102\n7c202ec0aff9b60e 49 5 14 46\n4c7df9d3840b2d63 129 96 113 125\nfbe9232477f69e33 53 26 31 53\nbdf02051908f1fa7 46 11 40 42\n46b2a13f6ab0be05 138 80 100 119\nc73e9fdc045b0eaa 225 94 104 166\n94a2675785393082 78 42 62 68\na9252b44ce1d7bac 88 17 33 81\n4bf0a2a23df813f4 49 6 24 39\nac5ea02b6308672b 53 19 27 46\n746b958ad1d217fe 52 4 21 41\nc632aba78200c31d 123 108 109 114\n9ab639ce124d7b51 64 32 33 46\ne598846d7523a734 55 11 30 34\nf8939dcddaf7f07e 69 18 61 66\nec8a18bf04341836 114 91 92 111\nc2b55cdcb4729676 103 55 96 103\n0871e5f582cd933c 74 48 63 65\nb7cf8c0eb7ce0625 66 22 29 33\n6f0ec56192a25862 103 54 55 84\nf76e22ad948f8218 214 137 185 200\n9654656bfbf9e580 46 18 22 44\n7a18ed9f02f946f4 56 23 39 47\n2c596a5abfd67267 83 27 34 36\nbe4ba1a5e9dbdf9b 69 56 57 59\n3628ec0337eae7be 260 161 199 231\naa4a4768c8635fde 189 95 134 153\n4cc48509585e4157 115 48 82 94\nb3f998bea78e350b 84 43 60 69\n27b21afa9b2ef71c 97 43 54 93\n4c2ed13774ae4613 56 17 45 48\n4cc4c8a8cfa8e944 91 27 63 64\n71930817a2e0f2de 170 75 97 151\ne325708fe17658ee 226 170 194 216\n1acca83523e5bcf7 83 28 41 72\nf3c66c5552e28f20 180 138 150 163\naed2fad5a19a53be 114 81 102 112\ne75b3b4a6d3dc038 230 183 197 210\n83662e3f6fd46f4c 122 70 78 92\n8f06df2fca9350ba 94 50 73 77\n8d360bd4931a8f83 52 20 26 47\nab7bc777bfe89560 107 59 69 75\ndaf2753fc9a37782 120 97 105 111\n56edeae2e8d253be 81 60 65 75\n11337164b772b7c9 72 31 59 63\n61b6485ad242bf8a 51 5 25 27\na9af103dd88fc3bc 55 8 26 37\n59ca699e5d4e8358 64 6 26 62\n647875a0a979ab1b 76 33 65 73\n4393f3a15ed6fb9a 103 54 79 90\nc83531d193431010 59 10 33 53\na197cd828c2ac481 88 50 78 86\n67caddef25867bd8 55 1 10 11\n6ee670df48229b4e 72 47 65 71\n729b45a6f1b03e3d 75 38 53 67\n5907e099d74681e5 109 66 67 69\ndf2eb6835b59491f 179 88 91 96\nbb54cbf77871e274 66 24 30 48\nba9745dafb3a581c 54 24 31 34\naaa7703d439239d3 112 73 87 107\n1be80ff36848e758 84 29 49 57\n8b0ad2e14b8f1cd3 165 117 155 164\n5f92bc0686686e41 90 29 51 69\nf04880903462e8f0 92 40 42 45\n7a34348316608aee 132 65 80 115\ndfde927791edef3d 115 36 83 87\nc57faaf23ae30df2 129 42 69 101\nfd9ab1e2b1f8e5aa 67 33 45 55\nfe625de05cd0a34b 131 97 109 117\nac24b0886ebbf7b1 148 56 89 140\n19ec130ecea98d5e 264 223 252 254\n6e6df1bb86b2dad8 113 49 56 79\naec8f8a564b4a4a5 54 18 40 41\n7b9b00cf3ccf21da 164 124 148 160\n0ef15055b44649e3 94 61 81 89\n74529f6aa841fa08 91 49 61 85\n995e717da8a7b123 109 37 82 92\n5b3e821c2d04db3d 118 39 105 118\ne20bfeffc627313c 52 10 18 19\nbc80043f72d20b5f 83 28 43 53\n8c6376666f9956c9 108 59 87 93\nf0e5ea4b11dd17ee 52 20 47 49\n89989ea1cdde53bd 76 43 59 67\n957f7dca9cf5022c 176 154 160 169\n6cb785759c99e839 71 20 48 70\n57ed3518c548f1d9 194 132 137 177\naafc6d7b78cb27d5 177 148 165 168\n5fb79c6ae32380cd 94 71 73 89\nf3d5764df5b4f962 190 91 103 169\n6dbaec3d6fb0fb56 147 96 107 108\n9de9bb47ac743071 265 183 219 250\ndabd7fc58d2ae00b 169 138 139 161\nf30fabe79ec592b0 146 63 89 111\n0896b4819e39caf2 48 10 13 15\ne5fc5bde96d28aa7 137 91 106 136\n3f8e810aba1a01ad 45 16 28 37\n575c0e2214a43d45 83 68 69 81\n45dce690caec2917 67 26 30 45\n6e3ec47fd91091aa 69 29 35 58\n47191aa41a979900 146 123 127 130\n9de5a468907321fe 54 6 14 48\n78d3582f79e1200e 113 80 87 103\n20764a96cc70fe46 147 33 127 130\n4949361d0831c838 148 95 102 136\n5590c5929892c362 108 21 35 104\nbecb6b76e38c18f7 155 99 141 150\n81cb0c6e650961b2 76 20 51 53\necda08d8c061689c 83 8 39 63\nfce3a289eed2d6c6 144 81 123 134\n2d0e6766c725becc 256 198 200 237\nc87dd7b841d77114 168 123 147 149\nead2bb83c1955f14 83 58 65 76\n7131e6ea4b5fd32b 90 43 72 74\n6c1cb76f5e08ef49 87 46 69 75\ncf0c668465cd0880 252 192 202 251\neac593ae8fff36a3 124 83 89 122\n41936ce6152fee64 63 12 41 47\n195074aeac8bbd76 63 26 27 62\nf28ef96bc6478898 63 42 44 51\n276541de04b447c9 85 51 59 77\n557d01bd3870bdc3 132 52 101 113\n06ca8f480c91e9eb 128 97 107 110\nf3ed8a28d7ce7cfb 51 42 45 50\n6b658b1d8562dc85 274 233 236 267\ncdd7331ebf3d97dc 68 16 19 34\n0b4d5beb7d3bd867 105 47 56 71\n70d4509795d91dc2 79 37 42 72\na7a6ca07e47d3ebe 66 22 52 63\n42565e9d863220ae 158 76 102 107\na9bf92c478ac7127 58 4 7 10\n22a0db80d91128e4 244 215 223 225\n62454a648af0bab2 49 6 17 44\n0af60a9ffd747a1c 65 30 33 44\neb605762d488082c 278 165 206 244\n5683f9d74a5d57e7 175 77 88 147\n9ac2d730d82f59c2 75 46 55 61\n0d7f00ff38b135f7 187 129 180 186\n689bfbf638f18a83 256 200 243 254\n0f12b97e0e4c7e21 254 224 242 254\n91234df26c87a72b 96 13 15 77\n87b6e7013c92041d 260 226 233 247\nbffe7a01c7b8dcfe 81 41 54 60\n9b473c8fb35c49d3 72 31 62 65\ndd5288bacc7da7cf 73 26 40 69\n14417ac810f2024f 68 42 43 63\n0c824455996db331 166 131 141 143\na030e89683ab9e52 85 42 47 82\n03b440db4696d8e7 72 39 42 56\n5e275e7af840e344 62 21 41 50\nc1618081efaf1de7 172 136 161 172\n8d8218c2ca6827a0 122 42 56 63\n48aff7218b00d843 107 68 83 99\neb7f7ee099458b56 77 22 42 61\n56431a47026cb391 250 142 201 209\nd8b9291cd6522e22 185 103 131 134\ned81850c1a28531c 75 38 40 61\n333c649f75c3c7bc 64 11 22 38\nc0ea4bf720bf54a5 45 8 25 27\n45a0fe252a89e008 192 132 137 152\n234271629f7099df 54 5 28 34\ncaa07defb7be4de3 111 19 28 73\nea1b9b9316f619cd 51 15 33 43\ndb9ead0b86fd1b60 68 11 54 67\n5bfee4481ea74c8e 107 75 100 102\n24fea6c2c7caa434 132 87 113 127\ne380a646d53e15d1 151 114 127 134\ne7a010953cc7a6ab 118 68 91 117\n4acd145b0c133dca 133 13 16 73\nd5438f460709cc40 45 17 34 39\ne60589d40eda6049 244 214 218 221\n3dcdffe3b9c6235b 67 22 50 66\nfcd7ebdf0454ef30 112 60 101 103\n4fcb05445f591efe 121 55 66 80\necc2b1b9cb1fa9ad 103 32 64 79\n5ea147b81ee118b9 175 120 150 161\n83a593a5f24ab22a 252 191 216 235\n0a78dcb828c506f1 79 22 39 46\n633766029a6f910a 63 35 46 53\n5caa0d43bec54a08 72 51 58 62\n08c87b4b6b23895f 65 55 62 63\n0efeb5654da456c6 85 36 76 77\n8241a7082bac30d1 47 23 24 37\nbbb7a5bc03290eed 53 21 30 32\n62b3c2526feba53c 87 52 79 83\n0c1012a308ee2788 99 47 67 76\n1bf668db0194cf83 53 9 30 34\n377769942e6a748d 107 29 41 83\n1bdf9dd7628ddb0b 109 58 100 103\n15c9a45c9c3d73f2 82 40 44 78\na57be88d54c918cc 63 28 41 59\n8313ad82338d4267 132 89 100 122\n17a489f3cec39fea 249 220 238 241\n6e49658d2ffa7317 70 46 51 63\n34e7e73829083c8d 77 39 72 75\n7e782110c76f1b1b 120 63 87 111\n0ed4c9cac4a615fd 64 14 40 53\n8d8ed24e0894a4c8 135 74 99 105\nb8413ce252bf13d7 56 8 16 28\nef98d62b2aee6ae1 248 204 232 239\n4e79d56376422ec3 64 27 28 49\n899d5aad5054b2ec 108 42 57 59\nbcd00bfb5b5ea4dc 74 44 50 68\n3faac9603907b329 119 34 71 75\na18f5d8a3c80ddc3 138 113 115 121\nd588faf7548ce660 75 31 33 50\n466150f780ad7b80 71 34 45 51\n05ec2d3e4c027220 69 14 19 57\nace3ec0961ae36c2 183 53 82 119\nba40127161ab964f 59 16 30 42\n2e2ad99d45033d6a 210 163 185 189\nfc508faa91c9807d 54 19 24 37\n668c3b2ac77aa971 51 5 11 46\n6eee0f7e1a48d281 67 53 63 64\n8e5212955220eb64 105 62 68 71\n3e4057a188e15ac3 63 41 52 53\ne39c920c813f853c 110 50 55 74\nc26d21b91be5b935 246 117 144 193\na2efdc6dba7e712f 49 44 45 48\nfab28f712c0edea4 77 25 27 37\n107d3d674fdebd31 115 73 96 110\n82f4b042bd75b4d8 88 40 45 81\n6d2640a0e738c9d8 82 35 36 41\n58c5b216fe06588d 155 103 127 144\nbdc9dd08d9406ab1 101 42 55 57\n55da75a29ec08b18 106 31 33 86\n01866b81c3b90f2c 60 28 48 57\nbec9a97a71e5d4c4 266 161 185 262\n6de80f26ff52ab0b 87 74 76 84\ne6fb69436b9345c2 108 24 50 67\n8378c05d202ce0fc 179 133 147 160\n4b06eb39486481c0 45 7 35 42\n94189d6c5b0645bf 115 60 100 104\n828a000aaa5ac92c 176 123 132 133\n5691140dfe17d1c5 56 26 31 52\nde7683dd402217a1 82 48 72 77\n853841a1057d41e0 101 32 42 47\n95d7f4146108b286 60 19 32 60\n2afcf696e7cb53a0 45 11 14 17\nfdceb26461ef9adb 119 64 76 102\nd9024c44c3ce7c99 50 25 35 47\n2e64a2d17f9a76f7 75 38 52 64\n375cff10cab07955 250 211 221 228\n744e3a46b9825e92 220 146 190 205\n7567387078585ec3 109 72 88 96\nf72c0ee742645e57 78 27 28 67\ne461d54836b69d9b 112 90 100 102\n717dddca36581b01 227 185 193 226\n0277b87a9c943ed5 110 27 40 65\n28742766eb882cd2 75 39 42 66\na130af3da8fd1ca2 133 55 114 121\n0c72eaf6bbb7c681 57 17 47 52\n04ca03945611febb 85 13 23 80\nd17e73dbcb08d95f 66 20 36 49\n7d6e7d0a50a541e4 54 11 16 48\n784143851cf85184 54 28 33 38\n93a8bf0ecd7eafcf 47 2 10 36\nc372fc209eba9c1a 45 1 25 36\n7de7774aaf06c970 116 38 83 97\na6ce72529fcf85a2 146 114 125 139\nd7e0dc9c9baa7b63 49 4 36 49\n0cd63c88350eef60 119 28 31 113\n0e01be9445403642 47 4 22 46\nd5c566c8b4bd9db7 119 48 62 110\n8ee62148c2ccca46 113 71 80 103\n034677cf3d80162d 147 66 97 128\nf85b0258cbfc3a72 98 42 79 98\nc6f8caa6b506fafa 106 83 84 86\n6aa634fbabeb5e96 127 25 29 126\n5805ee451b7917cd 110 33 82 85\ndaa58af9dd5a2d0c 236 216 229 234\n948d75a318a4abe4 74 16 51 67\nedbb41cac8bfe75f 56 19 37 52\nd74b35cd503f62e7 82 41 53 57\n2d7d7fb53d960909 79 25 28 33\n946c30dca5daf508 56 19 25 39\na58873773c42741b 54 15 27 30\nab5464d772b00fc7 99 71 83 86\n0d76da0fcac26af8 91 15 38 45\ndc2b2921eb2fffa4 59 4 10 51\na71637e333506215 64 40 52 59\nfc9754a6f9b54bc6 133 61 80 115\na5e0fa53371ef57f 59 30 39 57\n6beedb01303bb667 82 45 47 78\n688ea661582358cf 85 40 44 62\n645cc7949386d427 80 41 66 68\n4fb14758099ccc72 96 15 64 87\na91360c375362960 53 14 19 33\nf5aa5ff095f26cdc 186 153 162 169\n2da38ca64192354f 69 50 56 66\n15ac594106229c62 140 92 99 116\ne197a18068ad6d5b 131 100 109 113\nd70fc3bef87bffc1 89 34 37 51\nfd33620b83537dc2 87 44 59 62\n29460ac4580ea232 93 34 72 93\n4043989a4ae95a01 172 139 154 157\n03ac738af49c7596 53 18 20 52\na3234b314d51976a 80 18 43 77\n805530a49d25bcf4 117 69 97 104\n5914c280bec2cf73 138 81 91 135\naa604fe5b2e59274 266 246 247 259\n8e33988f116cf05b 87 38 47 58\nfa1fe0e1d0ba7450 96 65 71 77\nd59ce927e3434d0e 152 99 133 149\n5d9229748aa3479a 77 29 40 52\n6107c4ad0741f71d 84 32 53 79\n015631b21f792a12 118 29 47 98\nc8815322bd573c66 62 18 44 59\ne65321d7aa328362 148 52 100 132\nba26189581b38b93 99 52 60 98\nc45cab04c3b22166 75 28 41 54\n16c4484a4093e2f6 48 2 17 34\n61f92e36cb0ec524 56 18 25 31\nc27965d02919b0f8 87 48 83 87\n7eb15ceaa1029944 159 107 136 152\n2b625e92f2cf9de4 160 125 129 131\n19267b6a68d2701b 80 41 66 67\nb19332af4ca35524 52 17 22 37\n1dcd8aee9a39a61a 133 66 102 132\n99a31a640af1a74a 172 106 114 161\n3bb70a92a0d384e1 69 41 43 50\n1ebb496a04a1bd76 60 30 32 39\nd328cccc0727b443 81 48 60 79\nc4cefefb76b495d2 148 96 124 143\n9e1768a68dd4297a 56 13 27 37\n2d29ff162920db5e 75 15 31 62\n132bbf5a9e9626ce 66 43 59 62\nf307bd5f5a5f0ea0 93 22 57 70\na40e8321989a05f4 70 41 58 65\n84d0c8528c4c6bd7 116 52 98 115\n3b434b5302dea908 100 59 88 100\nfb80aacde91ee824 101 35 75 76\nf511c7b07d1c7a20 53 17 28 32\na39d050fdd1fadcb 59 48 50 51\nf5a110214805f3f1 94 80 83 92\nd7c9abc0b221c799 201 137 149 173\nf0e5f0dd1c2aaa26 50 12 29 48\n24895a02057db66e 73 37 38 42\na03a5e2db7ec8587 134 108 112 113\nf47c948ccd157afd 96 55 80 90\n30efdcef9f38568b 126 75 82 105\neba672df47aa3f82 83 15 21 68\nee3fbf8885187fd2 113 71 81 93\n0278b3d8abd9654d 111 27 81 105\n9ea263dfed55f547 72 44 45 48\n672d2597ccecf318 100 41 81 85\n921dc10300a78f6a 82 11 12 75\ncff142942facf89c 77 42 60 61\n0972074fece891f2 116 65 75 94\n752e80a6bb7c7c07 201 134 159 182\n1eab4db6941be725 203 99 107 137\n54663bf008e08760 52 13 45 50\ncef9961b00ab1b48 93 38 53 73\n912b03a98488ac2f 179 93 111 137\n3c90ad3bb72adcf8 188 139 145 166\n8ef819594522ae8a 237 187 230 231\n347d13d1a6bc9412 84 37 41 65\n4295b21237e193b5 46 12 17 32\n09b505bb829c1d12 55 16 22 26\n00620c2b77518524 70 14 59 69\nb6b995cc086a75da 105 44 94 98\n4596160a24b1af1f 159 89 98 110\n526983ce4ca81a90 122 42 62 117\nfb77aac44a45a28f 74 16 21 58\n6f0f62183d4e1229 78 61 66 73\nc35b61c37ea91b6a 71 12 53 54\n8537e57884830eb5 100 36 53 89\na26e4bee5c7f90c5 113 41 81 88\n1047cc04fa16e0d7 99 55 71 79\n89a026c75593caca 98 47 53 72\n69ca4edee364ea37 75 37 54 68\nb735773de192a9a2 132 45 106 111\n2ea3133861ebde3b 164 84 104 147\nf8191f02dce0150f 78 28 31 74\n179a1357a581ad51 261 234 244 255\n9ff997d3dcc83e02 51 7 18 28\nceb96c3270860122 125 75 83 114\n69f3b2b70edd586d 81 57 61 78\n20d0e788abca4aa9 81 37 50 75\nc44021a4afbaf971 122 70 74 97\nd235e2853aa43925 237 195 220 224\ncb2964e5454823de 122 41 87 105\nb430ae35fa9161f4 153 101 124 140\ne941a7fdae79934d 53 15 20 41\n8257258554fdaecb 136 56 83 105\n87adfc36d3ba342b 96 63 65 68\n25f59dd9a56e9c6d 128 63 112 124\n9697ae7cea5254a4 55 13 46 49\nfa39d69a2574690f 90 41 51 68\ncb3bdc85efff5724 70 47 67 70\n1259726fc1f8e966 162 96 116 136\n0c884aee4b01366f 70 19 29 48\n6009631d399952df 68 42 54 68\n0282160b901229a7 57 11 13 38\n33ac471b97ddf5c5 69 21 48 55\nc64f00c1ccd5ec4b 45 2 24 40\n63d81fedb5c9b7f2 94 30 51 72\n1c919c7e4ec601de 53 25 42 47\nb58ecd3619eddd49 96 42 58 60\n63cb6b1e6f0ec371 76 28 29 31\nddbbfeb7e37f9a72 180 124 151 176\nc53178af617eaa65 231 172 181 203\n21f3cc00e0cfe8bc 189 107 126 159\n920e30127845e140 82 28 32 54\nc4ecf8f6a9a73870 51 23 46 51\n5d79e5de45d935d1 128 35 94 108\n4e0c15e5810c0ab2 61 24 48 53\n2e86767798c005df 70 7 43 44\n0807e84457d5ef58 92 49 53 73\nfd020d75ab5e2fa3 105 62 63 84\n64f53080e3e30d27 260 221 236 251\n86874c01355a2bcb 72 28 35 69\n5fc746dbfefa9165 71 32 35 55\n70b2d013a16c3f1c 76 38 49 69\nfc43cc25dadacb18 120 70 78 115\nf9a8aed939561b11 87 49 72 73\nd590898a3412d9db 46 2 7 27\nfc50693501976251 94 21 30 80\n45108618c40e26a7 76 12 14 56\n0a8f10a9a68236f7 126 102 123 124\n3d0a0fecfbdada35 94 47 50 55\ncc0f96b3131f5924 101 47 55 91\n8f4f40cfd0a5dfce 150 91 123 133\na1f17ffb3774a402 253 145 233 247\n9ec7e84448107a83 146 64 87 127\n1deec169175eb15b 92 51 68 69\n31838e9542a906be 129 19 45 72\n039b153af4fbfba7 78 39 44 52\nf8d51dcaf719d69f 90 59 62 74\n32db375ab51d77a4 93 30 59 86\n9e8dd4972a31efa3 140 97 104 116\nbdfcb70c3b207cc8 176 153 155 170\n00d83c48cb78ec83 245 201 217 229\n1859766466c069b1 49 3 4 11\nddb62c613f41a45b 164 88 99 144\n8ef7d37c41526dcf 85 37 44 49\na9d3d94ea6cda8f7 272 158 173 195\n375f9c448cf31ccb 81 37 48 64\n51e6564f504e05fe 65 14 27 46\ne42d49970a73764c 136 44 110 114\na0758dca874bd1d5 57 16 30 47\nd9adc7ad73a2dfa4 150 102 135 144\n80aba447f03d0ff7 185 74 77 170\n8bcb36de071cd64a 94 41 63 82\n20b541350492e3ad 126 58 61 114\n2be655d4137e6e29 51 13 17 32\n0bcef9ed1c18f74d 174 93 103 145\n5586d19d78221ec6 45 12 40 45\n021575237abe0684 74 18 40 42\nb36b4d6751d1a6e9 45 26 33 37\n738dac4ef7c9dfae 54 16 21 35\nab4cb4f0785be136 100 30 37 83\nfcfa188fdd8e4cdc 272 188 211 265\n0f47577ab3441480 96 50 60 89\n2807e5ac66c140cc 116 70 91 112\n98471d005ba58683 143 80 108 110\n90743cea7f400ed3 69 19 31 45\n47e92a07948afb36 52 5 13 19\n40c517d28a412a5a 96 59 74 75\n6679b7de4ab1a8bc 77 42 43 66\nf4ed743fad900fc2 254 198 237 239\nd1907fca9fd10034 96 48 54 78\na064f626c5b33e8f 53 12 28 44\n17d35e133dc3ce90 86 49 66 83\ne0020f5dcc0d8711 70 47 64 70\na5689a7da0524ab8 196 135 149 158\ne0559e3ac9e9c659 234 172 205 227\n8bbea8e1bf7010da 47 21 39 42\nb3944d7eaf4f122b 64 12 32 62\nc92cbbc0ff11a113 140 22 33 102\nb756ae14e926e12c 179 126 147 164\nabeb29204faa447f 57 4 18 44\n5d2ac4639c29e11d 145 55 105 119\n946babe2aed33b04 113 43 55 64\nc97a79c1bcf51705 89 66 82 83\n30127e00a789ed7c 49 3 11 28\n88dcbd53e0f0147d 83 40 44 81\ndae13e63d6107502 152 103 110 133\n265a753d5237b3ae 54 7 13 40\n09265a9e57075e7c 116 89 111 114\nb3f97c3708c331fe 122 81 92 114\nc97bcad3d302a96f 47 35 38 39\n2e7ffcba51990c93 253 163 196 252\n41d8b4350913ca64 97 61 68 88\nafe20f15c69bbb54 84 20 53 59\nd6d38171dc784c54 73 17 23 44\nf40783fc67e17e2b 64 15 30 33\nf954f61234d49919 70 14 46 67\n21b26eda16f7cb88 57 29 40 44\n4efac32be69dbf68 166 49 58 82\n6446f2c3744cbe48 58 20 28 30\n6929d692d1f6f2b9 77 46 48 73\n1aa94a69594df8a6 138 51 52 59\n134d7e5a74497a82 142 111 112 133\n7b700718d4651543 49 7 12 27\necc603a8956fc2ce 85 19 42 45\n460e2066b64b2a40 60 7 20 27\n9dc495d96b40e720 55 22 27 48\n5f4ad1c4a3979f1a 125 91 102 106\n7a514b19147f6c9b 129 89 113 120\na43d7bb904963bb6 82 42 56 72\n7a8a0b336a42d544 71 25 26 66\n2e35fc35559543f2 198 144 166 172\nff1c8223873aa02b 46 7 28 36\n3f0d9e856d93b8b3 49 4 13 41\na2041fa872864e56 108 47 65 102\n75af88e73cd1dd2f 272 244 248 272\n4eb55cf1d7911e72 125 63 77 88\n7727091b9798db0e 66 24 30 62\n8c8ed2adba3dad7a 275 239 248 273\n07d0229847bd7408 59 27 45 53\n6789ec9b19700574 65 27 36 43\nf08bb76e14a2fff3 78 31 40 59\ne83d60faa025b5d6 91 27 46 49\n8f9e317acbb2a05b 76 25 72 75\n98a1620554116908 196 136 142 187\nf102a9472a7ee244 86 20 53 55\nfeed10ef893f861f 72 54 58 61\n0c5ed899789e60ad 48 38 41 47\n9213c7a362e7333c 67 35 47 61\n8108a9c5100498bd 72 37 42 71\n86f0abc54efed356 70 26 38 59\nbd27bcc9eceb859d 67 46 47 51\n063b857e6470addb 130 74 76 112\n85ab0f77f378bc0a 75 30 59 63\nf7b6889ed4c6075e 149 58 65 86\n443e5a7e679e3e94 95 45 56 59\n497364635884d8aa 80 41 42 54\n5272b14361bf61bf 81 27 49 58\ncf300ddfd8d74881 182 88 126 153\nab3e34dc26107d2e 82 41 55 65\n0b07051f912592d7 75 24 35 36\n4dd400119f6032b7 261 161 232 243\nba93a409f4e9dc82 82 22 50 72\n5e59fc317002f3ed 115 93 95 110\nd392860278ded5dd 131 89 104 110\n95aa74ae988f60d8 129 95 104 109\n00cfc0ecd345deb4 104 39 77 84\nce5cb13f40a259e3 84 42 44 78\n1aaeb7f0aee2f9e4 123 81 90 123\nb00a2bc609d0ac6e 136 55 121 136\nf636d5de491e6329 69 22 32 62\n23099812f662b3ec 100 42 64 93\n3bad929f21fc4336 55 5 26 28\n2412e9f45282fd15 68 29 55 63\na292f5dcdb8f2ded 66 37 38 66\na415e84bf9482810 143 101 106 136\na2ab2cac3e746d0d 105 61 84 101\n2764844c23861242 65 26 39 41\nf03a119328d40ccf 100 35 41 57\n0757b4bc82bf26b1 53 16 22 52\n71a1121f817eb913 71 9 39 40\n9266884c0cde4ea9 272 193 209 245\n389851bf0ac38227 94 54 59 76\nbdcc795a28616fae 143 53 102 141\nf14627d2fc3158d4 72 20 35 43\na65002b5b08ecb25 69 27 34 43\n5fc4fbe044a044a1 218 103 104 168\na79b3300f99683bc 73 6 43 47\nc924718921f6c112 78 45 58 77\n56f149ddad20c6bf 139 57 108 126\nee7e27456b9da4e3 80 46 50 62\na8541914a2a0c1e8 107 77 78 88\n2236eab1c5c86fc4 72 17 33 34\ndc71638f76df5525 79 49 51 77\ncee475fc8a99c826 207 167 169 195\na79894dc49ea677a 251 178 209 223\n70c482cd5fc069ef 51 17 43 48\ne3e3c593f428ff54 127 51 77 109\n88dbb4c34d548da9 203 188 189 198\nc49d1df4c465f3db 125 53 55 97\n6fdc59ebb74b416c 145 107 127 135\n450cf402f042bfd2 68 22 27 53\na4fed138a491038c 183 154 165 173\n03c61595d13e121c 98 28 46 91\n886dd05beb5c0719 79 41 46 71\n91e8442d76550600 270 208 265 266\nbbbd792cd2e9d45a 91 10 15 46\n83a449617d36a17b 99 57 94 98\nea4e3898f3aae6dd 58 14 33 54\n6afff9609b65a604 258 192 212 242\nfa71d84898d6ac7f 263 219 236 251\nc6f67ea6a2bbf2bd 103 61 91 96\n808419ef9fd420fe 73 10 23 72\n49d5b942442449b4 266 237 248 250\n0de78cb98105f8c2 61 14 33 40\nc6333da4fcea989b 92 53 85 87\n4221bc1d4aea1a02 142 62 68 112\n6d8da4c9e2de7aed 92 10 36 69\n084fe29cd9d008db 64 21 35 46\nb7ba6d23dd44fb7f 129 73 76 89\nbd866d25ab1390fd 108 54 81 93\nfba51feb5da86961 99 59 76 90\nf6ca331679b2a871 144 68 102 116\nb68c0934ae591f78 256 227 252 253\n02e6fb86b0172f0b 135 45 90 100\nc01df2b67bd3c05f 62 30 53 60\ncbd6d93ad53f3431 62 18 51 55\n4b7e7de9132f4149 53 12 31 36\n4aa1973c40d2eb93 237 180 186 196\n7d4586cbfe1889db 95 54 55 89\ned7884750c2c08a5 79 11 52 68\n64fa19923ca0cbff 51 7 21 33\n6b004118ec521930 72 13 26 49\nf20a49fc09b9ee6e 200 96 147 165\n069597e1fe899530 163 92 129 141\n1b2e15e6c257fa5e 137 88 108 117\na8baf24bbae943a0 98 75 86 88\n0aa8646901d156e4 74 49 56 67\nbe31d24825e26b2d 98 71 86 92\n0c3d3b45ff4a4326 94 34 76 91\n53edb3a3f31a036a 95 64 85 91\nab3d616a3d001515 112 69 83 104\nc9d8ffc89bd3966e 104 64 72 102\nacdcd593a8f50eb1 114 77 108 113\ndde6bb4b548a4c30 121 24 39 47\n80a2935841bc8dde 174 101 143 150\n87bbc64b6844b3b9 67 26 38 57\n7da673e1fe74261f 87 45 49 80\n36bd5d3f3ee292cc 90 11 21 55\nb84035d4df22a1b9 62 37 39 43\nb07bfcdf9abe8dcb 95 25 73 83\nf2c80b9e0df4fb84 55 7 38 55\n3c85dbda51f7e9b3 87 53 56 60\ncb59372e38c27d4a 76 61 64 76\nbbd202e75328f2eb 51 14 17 40\n6c3646ea25b134ac 112 90 92 94\n99ad451e2d55edd9 258 191 212 250\n9bfbdcd290c6dc72 91 41 52 90\n6097f40e259c0570 80 29 36 41\n000db54a47bd43fe 151 52 85 89\n10c4c9600bfaa4d8 97 37 54 65\nbf00186c27b7cb52 80 62 71 80\n7c90756d31a6b175 179 146 157 160\neb711d70ae1a4342 49 22 31 47\n3a48dfbd2f0977f9 46 4 22 31\nb2dc1873918e67d8 215 154 158 174\n832ae9f6a4bf1ceb 187 162 165 180\n5dbf866479511338 59 18 36 50\n9873cc20ca70cdf1 94 21 86 90\n79775710b7857709 86 38 58 74\nd88c9d9171a34362 78 31 36 61\n5d9dcdbe9a0d737d 131 48 120 122\n34b9d929b2707c7b 67 8 14 24\n7f5f6eec84743ed3 69 28 35 63\nee17c0671fabedd1 125 79 116 122\nd9cdcbe2211aea2a 49 17 27 37\n33288d55dde83e72 131 59 73 74\nb3e7154d08bf845c 164 113 145 151\n8ab5102df0d2dcae 140 79 133 138\n8286697c72321c16 76 54 55 66\n193c3bd339eb0a75 148 75 83 125\n2e30ae101611cca8 87 43 68 69\n489254d4b26a04c6 121 93 113 115\n81a4004bcc27fd29 104 86 91 101\naa62c3241c55ad8d 119 74 102 117\nc12830b7047ca5ce 71 30 40 57\n9135604f85c2251b 274 251 261 263\nc44e71779267a01f 158 132 139 152\nfe89d80504b29f1b 66 22 36 52\nd66e8d271a8ab872 95 39 70 94\nef69c76bde3cfd9a 52 32 35 51\n0a9f2831a3e73de8 71 27 30 44\n30140756550dc38e 99 28 66 89\nfa3f44738a1efcf8 96 29 48 93\n82bfe448b0c14ee1 96 35 65 66\n2b1303680b081ccb 53 9 27 41\n2ac7eecd3cd0252f 54 29 42 54\n6153908d1c550ba7 112 42 73 106\n6a2423d943574e11 66 32 33 48\n228ed4b87c8a6ea7 183 65 72 171\n0b3674ffb90b641a 234 171 174 186\n33c1bb87a88e59f1 165 115 157 160\n0b970b3417969c89 57 14 20 33\n919ed2a52bac28bf 140 92 105 117\n0b79ada01eb45be9 70 15 50 67\n774c8cdbea630fbc 179 120 124 137\n379470c7d22c498a 194 106 130 169\n51f4e2352699e799 145 96 116 127\nb69c761fd60e17c0 45 0 15 30\nb81d9174ff56e46d 100 35 45 98\ne246e21cf08b2748 142 53 93 104\ne13b8a8bf548eba9 143 35 84 110\n12a5cf6bbe330edb 220 121 128 168\nc73d84ba32f9e096 61 12 24 41\n1d4d81f8629b119e 111 20 47 98\n898ff473a643f4b3 68 37 53 68\n1bf4fe9301893904 61 5 11 46\na790bd601037ea91 134 81 98 121\n5c4f49fa49178d24 98 34 37 87\n1d04977fb85a8b3c 107 66 72 93\n5ae686d3ee88f5f0 79 41 51 58\nc96fd1a96637de5e 69 30 58 69\n4636beec02aa8dce 160 124 126 149\ncc24e059f80f8684 47 3 24 29\n89179e2c743535c0 199 119 143 185\nec75b23a356a07f5 50 23 24 43\n6da3a9910fddd89e 146 83 109 133\n52611553d3ab5683 272 205 211 268\n16ca2db2f920c1b4 127 47 63 80\n179ff8424ec7ad13 76 23 57 61\n9f57b4ea44c45ab9 116 47 66 94\n098263de57257005 168 69 120 135\nd93c9b82a02d647a 65 29 38 47\nbb940c547eed071c 52 12 30 41\n242fc4972c7bb385 48 8 22 32\ndcdc007caf2285af 92 45 78 84\nfc60dbb610046c56 115 91 94 105\nc8cd73e44fdf964a 64 40 41 61\n2ab72e30a616dd21 47 12 19 30\n769bdea6a09d2bf9 190 97 118 185\n67fb1193d1f055f0 105 43 68 69\n8efa8ae39e41a4c1 84 39 57 82\ndd959965d6c45f4b 76 34 63 68\n78a9e7eb0b9fed4a 185 132 157 171\nd4f002923ad8463f 59 28 34 45\n1247b2ac5986205b 125 37 85 114\n07e8ffa32746c7ce 117 40 76 77\n794ceaf2e5ef3ccf 93 19 47 60\n8c983cad2af0c7cd 181 146 169 181\n4eada4761f39df2a 152 82 95 115\n44f9aac9faaac569 187 145 151 170\nbc53101036ebcca2 58 24 36 50\na191cd7c25c96a44 75 36 42 53\n50faa0b265836e39 56 25 29 56\n8459bf0d15db4b0b 135 67 86 90\n316035dd285c5e27 212 177 190 197\n31d903660e1647c5 107 53 65 77\ne9b09e89e448893c 106 90 102 103\n118f563fe2ed4998 66 14 16 35\n0f4f779411b45b6f 203 162 179 192\nfbb437c54b5d9d78 123 42 90 95\n9364cf2b46e39ae2 116 49 74 80\n44d12349e0609ba3 246 215 218 234\na9e84da94b7677d7 130 34 82 103\n0f97153fcaafc80d 65 16 19 62\na8e53509b42b91e1 126 47 82 117\n1961bb85524de229 52 12 14 26\n18cde229723f22df 73 7 16 46\n3c054be9bdb304ee 63 12 16 30\n5c76ecd0bc0f5d68 122 109 117 119\nde0c6b5d0fc57d0d 52 16 36 37\n2c9b5e69fe7f0338 178 126 155 162\n8c6de5601184f209 94 45 76 92\n978cabf07ebeac54 63 13 52 58\ndeb6feeca235caf4 93 42 70 93\n743b0c4ec9aad366 88 40 70 71\n1512ea7a9754ac34 124 56 70 111\n7f6e72805e11ead9 84 31 67 70\n5d849450a7f5064c 59 11 22 58\n52480d60a7ccbec3 142 129 130 138\n00beb03ef95dc637 131 92 100 129\n5ef49620e0955f07 135 65 70 89\n3ed3ffd0ae9c3224 70 52 54 61\n3cb1489b614e5f39 203 142 156 201\nfe8431a1c5bd3c81 220 172 194 208\ne7020d449f50c737 97 56 70 82\nbb6d106fb22b1f54 108 67 75 107\nb1d7e798c2f2f30e 176 146 159 175\n632a121cf77513a2 142 53 80 95\n3cfb6cb5052ce744 193 117 143 157\ne456bfbbc41c6bd4 52 30 37 50\n4bae0a9b0dd66beb 52 11 21 40\ne84891165f0bf125 69 35 40 62\n59bfa3dceffc42b6 74 46 54 62\n6e1938b832b4515d 62 10 23 40\n8b6aa37cde3638a6 79 44 48 65\nf5a898cd54a2762c 89 57 68 81\n8fc9e8e5f7b69c31 96 60 71 83\n7beade5589e38928 54 14 37 53\n17a3e731c4fe0aaf 64 19 50 57\n786bfb8a195d54b4 96 58 79 88\n20384754a6e5d1b0 53 27 41 51\n10351dc7a37a44c1 86 49 66 75\ncca9eb44ccb4c50c 57 30 39 55\n19694d2dc528d75d 210 140 187 210\n2b1e0225f0952a09 75 21 67 68\n76f2d6981e00d952 178 126 142 154\n12d4ca1236a2cf26 75 25 34 71\nd53343e8959b9c18 88 65 71 72\n6b7ef4c56535b965 65 19 23 34\nf27b89e6e7702598 132 38 59 93\nfcbaea4d9cce75dd 63 36 60 62\nc7dd22d118a2ac30 90 54 55 64\nf87702186e2115c7 89 39 63 70\n97cf7d672434d294 47 5 20 31\n23beb4b246e236fb 146 71 112 121\nbb3f4e6a994ff63a 204 164 197 200\n90788c0f97df105a 275 201 234 241\n86a79e32169685c1 165 125 130 159\n72db46eeddbe4275 89 25 62 76\n733d0a0347dde56a 49 40 42 49\n849115291c948385 50 12 25 32\n54a1bceb5d97272d 186 94 103 138\n2ff40df261e17697 67 16 27 63\n935f157e04c227c1 119 63 65 116\ne071ef79c9a7d612 194 170 175 178\n8206395dfe75be01 51 3 15 23\n8a3d65fc359279df 122 72 86 111\n2d4e81e66ce80039 93 50 63 74\n298276fb3c0330e5 142 89 116 138\n516a1ef6d8a69398 62 25 32 38\n36fc018c7b62b997 73 41 48 59\n24668d960406587f 216 137 200 210\nc3eaaa4be79355b7 49 6 29 47\nd0fc0d5566e548e5 57 10 19 53\n0387ef3895b1393c 84 14 41 72\n5a331dd980d16fda 60 20 23 58\ne7f049cddc9f62ba 88 52 71 87\ne9d397952be37ca7 72 6 31 46\n20422596003ac855 258 248 255 258\n9c4a6de94a583fd5 106 51 72 74\ned9cff668e7377be 207 116 119 180\nc384c30bea887b9d 45 5 9 11\nf3288968f1562b49 47 41 46 47\nef087f57579ed8a8 69 37 57 61\nf8df532511809597 87 23 64 65\n430d7b5b77861810 107 16 36 93\n03906f66d3bca71a 181 70 141 165\n63eb0833923d46ed 82 39 69 76\n2afb8a0a98e15155 57 15 56 57\n9ee17c5ca488c440 102 4 39 49\n582d287cce22f586 175 102 154 155\n50f0460b4e02a326 77 41 60 73\ne12e122730984e61 92 67 80 91\n0d5112a7eb22d61a 78 37 46 62\nbb33fc7718ffabf2 157 93 139 141\n0ccb28128213f19d 104 40 69 104\n6a823717363844c4 70 46 60 67\n2ed398e8368e0c6f 97 47 73 75\n8a8c745893ab88ad 105 72 87 102\n2313ea0fb17cbed6 169 135 149 166\nee2a5976e8ab2691 105 84 86 93\n125c92c36a04a68a 85 47 64 76\n072b4bb46d80484e 67 39 58 62\nde69392a33b9756d 86 40 61 74\nc2e81ece6a48abb0 203 132 162 184\n6f6e61cad82ff0bd 217 166 177 186\nb4a33bb457b329b0 179 163 165 171\n07842cc567e9beec 117 91 95 111\n024908906fadb408 141 33 76 115\n01842c6b21e1d679 138 34 71 107\ncdf7ac95fa09c707 148 91 120 132\n3290731e5f908b92 72 41 63 68\n91a1c4b534693c26 51 5 33 44\n14f0b962fabfaae2 84 37 69 84\nf6e39599ab5e9dae 45 31 32 35\nd97ead1096b72dbe 113 73 94 102\n8b7dc2877971a64e 242 192 194 239\n8f0218121c335789 193 89 111 158\n223c9627b978d127 132 113 115 130\n0e512d350465a63c 140 100 123 130\nf1171dbc746a3cd6 100 36 65 70\n3dfaa97cd48a0332 136 103 116 128\n5f86b15ace41c6d2 71 32 56 65\n1e969786d2a8c7a2 124 49 69 112\n4ea022def425d867 63 41 43 55\n28a5318660ab60ba 105 36 48 61\nf088c85322065722 164 87 157 162\n5a832370d2d05215 91 22 26 33\n700705a63940c412 183 137 170 181\ne98995e13069078f 65 29 38 48\n020991bdfbdbe504 137 36 66 137\n5937cff79f38b88b 60 9 22 36\n5fada958027ac4a6 104 48 68 99\ncd1d68bc375fd119 74 31 68 70\n47d9493675e58f3b 48 16 27 29\n94e35563d865a2d6 50 3 28 41\nc64844b01c1d3326 72 20 36 58\n954e0fe2befc04e1 70 41 62 67\n54b27d097d8a74f7 53 14 26 39\nd928cba8e1bea9db 152 124 138 145\nc85009705079dbcd 172 136 137 153\n94eac323cba1cbb5 176 157 166 175\na0aae7f3749483b8 146 60 111 140\n9aad6dbfdeb9546e 95 64 69 82\n27d163d7046d36b5 72 26 34 39\n6200d2785aa82a2a 118 54 67 112\nfff9864727c42c80 104 40 53 55\nf292b2a16e9a9779 88 45 46 69\n4be8bf31940bd475 72 24 59 61\neae7853a7280a98a 112 79 84 85\n6bca63f130f50373 118 60 73 87\nbe4e6f9eee38647d 237 157 167 228\na011264573aed272 104 34 76 78\n94f8d39e84a2554a 98 29 30 98\n493bb055f33cb256 66 18 54 60\na74c7105c631d057 229 147 223 227\ne01dfda8df8ab7ca 152 84 108 110\n4cfefe4588b687a9 82 48 66 82\nc0e93d0578ac1cde 103 38 60 62\n5afa29226f0a5e5e 106 66 68 89\nd951d621a1ae48a0 195 151 152 165\nba5bbee8449e659c 54 13 20 34\n52b7d89a2d3ed2b9 73 31 36 53\nf4c7ca6b6888db51 79 55 56 72\ndb33f36374e40bfd 233 163 206 215\ne16c23cdab65f04c 91 54 71 83\nb31502bcf42ef8f5 68 24 54 60\ne48e2d02a8de8039 80 50 52 68\n464e3851f923f8d0 65 20 31 65\nd458a6128f54745a 93 59 67 85\n885c1a66b4025d94 67 22 53 57\n1dad44855584a4ea 53 23 27 48\nc55446a3809d1cfe 172 78 91 107\n903dcecb140a987b 243 213 215 216\nf05d9bf59c496548 92 30 75 82\n583fb7b4ac7f8a70 234 196 200 226\n0a4cf8d9b81b4c6e 56 13 27 38\nc1699c00968f0bca 73 33 55 62\nebf9eb32e850ea81 231 173 178 189\n82e31f202a167e19 170 100 101 109\ndbdeb6adf84634d4 71 21 44 47\n0555b07fe6239b4a 61 24 25 30\n05c48ff6535fbf55 76 17 37 61\nfade143648decad6 89 19 42 79\n653912d2b32cf81f 71 44 45 60\n65cbf88f417d8b87 101 30 36 89\n0b55abc1ca2fe909 101 44 49 53\n663b29720a9005b0 61 17 34 56\n964f93e6b440cfc2 75 25 31 33\na2b16cd3965bf8ad 104 39 45 103\n995cf26596bdb61c 86 35 45 80\n56f38b2ef24657ba 223 106 124 216\n3f7b6f511421e395 58 11 44 47\nc44f1fa44c2335a9 93 72 77 82\n270307bfb19cada6 84 57 59 61\n85e66d4a76a9b485 104 31 43 71\n87f0f033eeca7ec8 77 35 47 65\nc62a2dbbe8352849 66 52 62 65\n3ced9d0b56769bb7 76 17 37 76\n94d5e6280f699e08 176 99 141 157\nedd9bc3fc7e1070e 119 61 67 83\neca871c813c75c64 110 61 79 99\n34c43a35c5d197a8 131 42 72 105\n2cd835fc105ec81f 48 29 35 48\n2c16104a0ed6c8aa 86 21 54 63\n82d86c8480f6f447 66 11 24 66\n72c8c1a0b4d0a5da 184 99 122 151\nae0a9eade17a944a 90 68 86 87\n9797ffe46fbeb691 105 35 66 79\n8849a5c89f5a3c55 83 47 58 66\na4f441c4ffd46a8d 85 39 47 67\ncac95a6d75943b45 126 86 95 115\n3a0328ed13dd8c8b 187 142 146 171\n0d06be83296cf911 160 104 128 156\n061f829d3dd2e46e 86 30 37 49\n9c6f8478651dec88 84 44 46 55\nb9c1facff4f8b584 86 41 45 80\n5d2db39fb3b079c0 144 99 121 128\n433742b23712bf06 64 8 12 13\nd4b34956a9aa9c4d 81 36 59 63\n40284c1baec06ac9 60 14 24 41\n432a9cfcf53ef717 62 31 36 60\nef284ec2c7d4b608 234 174 180 198\n3b84ac07fd85bb3f 52 5 14 19\nb1e1ff7597b6efbd 219 153 173 195\n1f925fcf391591df 54 9 21 30\nb77248294a312af7 45 30 33 45\n93c4c4dcce1ad9a0 167 141 153 158\nd71156c20ec84ed0 81 46 50 53\n9aef06d879964b7b 78 30 42 73\n59fb8a856c91320e 176 142 158 173\n17fc81293f337cc3 118 60 69 106\n0e1a7abc82b1afb2 87 63 70 74\nbf8bc80890f16947 78 35 45 78\n0e7b68884ac4d959 88 41 45 82\n96d9ca1b74e4a847 70 13 24 46\n23808c0cfcc72e72 69 13 15 42\nc1e6ac4f872b9cf8 53 8 19 49\nbc0ebb7482f14795 66 21 50 58\nf62cb69c60002108 138 92 123 126\nf8b02aa8498187e4 117 94 98 103\n73b1e11a6d1edc75 112 57 65 110\necddcb8a7e581e1b 65 13 18 26\n63100e137826cfd2 94 10 26 75\nf1ae3f5c04336f9a 108 25 55 76\n21b548b570c0b415 86 38 43 65\ncf0546d729e4d57c 92 45 72 85\n36cb04da872d3bce 153 71 99 134\nbff73237b5d6cc32 52 9 14 30\n724a7e5a97ced6e5 99 67 83 90\n5c69737728c7645f 158 61 72 146\nd6c20aa5b7de5ee4 168 105 138 139\n4e6334d5ae0c157a 105 86 90 96\n93850754fb4d6929 75 19 23 60\n0d08611c8b251e15 143 101 111 114\n8534404c06a7a475 255 170 178 243\n9a1bef8e978e62ae 122 69 82 115\n419b773d04a986b7 94 62 69 86\na3afb611e05eabf4 45 8 13 27\nc21df1e3085cbac8 141 108 131 140\n5ca0d8f0b24ae0aa 113 37 96 108\nf11be6d41f8b36fb 235 179 217 225\n24b4e8ff5a9a6439 153 70 81 109\nd72cdf31bb064b1c 190 120 152 173\n11d5f4e7b0b17565 86 33 72 84\n9f2798fef9b29ad2 59 27 37 54\nb7b89af3845a04af 64 21 24 41\n5afd98d36f582daf 51 38 43 51\n62990797364c3cf2 49 5 42 45\n9b3ef293e05d70f9 65 26 29 44\n8725e58028e2f1fe 98 21 30 40\n92b4fb8ed69cc398 165 121 126 143\n5041e63659c90693 101 71 89 98\n9fc435ca200777c9 48 13 21 36\n4e45b51fcd56ceb1 65 26 28 63\n28b23ec38ac5c0b1 134 59 69 106\nd0b961241b7c33a4 70 52 55 64\n5fe8a422264f128c 265 224 230 258\n1ec7e7dce1175aee 106 51 58 76\na403a07ebd41b6d2 58 37 47 54\n9217c66c0900c6ea 71 44 62 70\nd522ea888fb16e86 178 63 70 75\nc51da147c5b6f88f 187 135 149 176\n0de6bc7da518fcae 52 16 21 30\nf6f1a6c3444ce705 237 124 160 170\nd5c5a2109a2344e0 214 164 172 206\n7a42e67f85dc80d2 47 3 4 6\n318cc6a39c0acc71 100 7 42 91\nd849cf4a74988f8c 45 3 20 22\n321911ae4a16f038 130 67 89 108\n8a19e0c0a085f5d8 68 53 54 64\nac35b0286dd48dbf 79 40 78 79\nb474bc1aa91428cd 67 22 23 36\n403951b5d632b5ab 93 79 82 92\nee439bfcf0065752 148 69 110 134\n7dc87708a40e09cc 79 35 51 72\ndaba92e841a70468 154 114 116 118\nd6b3d15ff42247fb 106 45 62 86\ndc8b2dd99adebba5 234 193 205 217\n74f06932dd0ff8e4 46 1 23 37\n5fb6ae7a43819e8d 71 19 33 42\ne3d58633f6310c45 68 20 40 45\nf0f7ef04f763da64 75 41 63 73\nb0342f55186e26ce 98 60 71 89\n3f68a1e365e94eb4 195 101 121 129\n0712476a67734dee 70 28 33 38\n64543bddb4bbcebc 45 15 42 45\n922ee666c8d9f42a 143 33 121 139\n5c950935265018ba 131 34 55 61\n4d2a276aac0bc7af 74 4 16 26\n2b81fbc1af01f0ad 77 37 54 77\nf55506f85121d693 118 61 89 96\nde72b3d3d01ea315 191 149 174 187\nbd7b5a078178e1ef 140 89 114 133\n0ed8b86b87a30d38 97 61 63 85\nfca310e3805d5ab4 90 58 61 64\n8ed13911e32381d2 100 16 64 96\n9c07d2b1995e5ddd 232 209 214 227\nefb9832d4c948498 216 127 170 188\n19ea6a2de5c6b077 48 12 22 31\nab21a9fb5b124d8a 132 22 41 68\ne8530fdec17b42eb 66 20 32 45\n9afbe12dafb8b68c 139 87 115 138\n51606f24d69a31c5 142 97 104 110\n68f10d64744ff990 114 73 80 87\nd9de8aabf76c7683 86 42 57 65\n40954e72e02dc771 99 79 86 97\ncc014d7be0dd9a2f 152 66 117 125\n65cc49bc3ebaf313 109 62 64 91\nd9642c8efc01481d 256 225 227 248\n5ba05d47e238dad6 111 75 80 99\n625372351e3ff4dd 77 22 59 72\ne0e3465826bd8a52 121 75 84 120\nac3a468aec7604e7 55 9 13 37\n107b78daf075d371 89 28 39 59\nc936902cf1e99bc3 68 40 46 63\n51338a976f95e507 57 12 31 32\n23cfdadab7cc51a1 138 88 100 129\n512810bd5785cad6 107 86 93 96\n32a2c04fd8321bbb 124 76 118 120\n1fd5f9af785e6e5c 64 27 44 46\nb325dadd4c13e439 243 178 227 240\n9e0c86b04f280500 74 30 38 69\nb572de1740856ec6 106 50 101 105\n600fdd0b896e4d57 170 77 153 159\n00e12e215c028984 73 31 68 69\n95fa365891aa8350 248 200 238 242\n749f682613a13288 71 22 25 69\nf1cdfcbce1f39754 112 65 66 85\n7416347f6188112f 97 16 24 55\nbf3598d725ce7cf4 255 202 221 234\n82c1e9362c985729 67 8 28 41\n356c676d648e1d8f 78 45 72 73\n586004f337ead821 107 67 68 69\n2a39e3b6061dd887 73 21 45 49\n94ae813b2bf79c45 71 51 55 66\n117335f5d67368ca 74 42 50 58\nc4a95e304041e85a 140 90 133 136\n82041f060168dbe1 59 14 29 50\nf3dcb60ad53850fb 72 10 21 33\ne4a19d5347812141 67 37 45 67\n62feb0ed164ebcbe 85 30 41 42\n16da9b4fdfe4883b 83 30 43 54\ne6f4b97e55347eed 156 107 136 147\n234c14a79d4da1ff 66 15 30 39\n35f89d3ac607bd5a 73 31 51 69\n0cda9adbbedd7948 147 108 111 138\n840f887d08cd0b3d 72 11 50 52\n4f25ba1ea52f635a 72 37 43 52\n761579772fa02cfc 46 7 8 23\n040de715f9303ba5 89 47 51 59\nbf2cce4dafaeceda 154 87 98 99\n46ea97f6f3757209 126 50 105 116\n8071c129cd7c6f44 87 78 80 87\nbae8d86158cecc94 73 17 50 55\nb4ea2d59afd21024 84 37 45 79\n1f5df6019b0bb73c 147 92 101 138\nb38b3646708dea84 181 125 161 180\n1a22c18ef654437d 79 29 34 73\n2f878176347bcf9e 107 69 97 100\n31bf989cb15492d4 61 5 37 45\ne650fa5efc0809de 106 73 85 104\n88ca99a049b21a0c 123 40 42 44\nae8bffdf38808a33 274 220 242 246\n389f65e97bd902b2 116 91 95 105\n4a736d7c30ae9280 181 114 163 171\n21a23c81331b0027 119 7 17 54\n4e012c05fdf8f9b3 53 10 42 44\nc0f6817b3e55c661 76 11 16 20\n1fcf851e236dec35 60 16 26 57\n5cc5e562679c5f1b 104 57 69 98\n7218b8b94350581e 116 82 105 111\na8b7a84bfa9cf39d 114 17 35 105\n67300e41773c1a44 174 147 149 173\n65f681e621230b5d 150 71 124 142\nd2737d096cfe9bd8 104 58 69 83\nfb277b237d7bdcb5 73 25 34 67\n70888447007609c0 149 98 131 141\n13c4059da4e56a8c 60 19 40 46\n9fab0fc34c002a2d 72 13 29 58\naae8dd571bbfee04 63 29 39 40\n1af55d4494e499b1 203 145 173 177\nbae2196412b35a3c 73 17 19 33\n8041140ad38483c5 96 76 79 86\n4b457a008376cd73 100 50 58 83\n7f6560149c0bac41 131 104 106 108\n8a3690723c47052d 139 78 103 108\n1ade309152fcc60b 139 106 109 120\n9ccfd60ef2a71655 61 35 44 47\n603b87ea5bbce6fd 61 21 25 34\n30029fac7c5621de 119 20 61 91\nde0083a93486609c 167 121 162 165\n3ce90c0ea2537c48 76 15 22 51\n97655fa846bbdc95 236 206 208 230\nffe67ac537febe41 149 95 106 109\n8620588ed616ab15 64 12 13 19\n8231d05506f080c1 85 36 42 70\nad39265fc19a6fab 45 36 42 44\nebb59e0343c6c7e6 47 24 34 37\n99402ce31d9d9d68 109 72 104 109\n7dd4b9a826944af8 57 10 38 50\nb3a922aabfa0316a 142 113 118 125\nfd6ee791edb85b45 69 28 48 65\n1af4f12e5c55c99c 90 40 59 77\n4953a5140e2f439b 68 19 32 66\neeb665bbc61578ef 128 82 87 96\ne94c2035d207ca99 75 16 20 60\n53a03103c5ccd2fb 52 35 44 50\n6628004c0ebaeefd 77 11 18 23\ned4edaa7c4b6538b 71 33 44 53\n33dbdc4396938ae1 93 38 55 57\n51f96756456b33fe 118 98 101 114\n6b1811dab3c2181e 101 61 62 97\n6c2be8b0c63bed73 66 24 27 62\n1150003196de2529 162 109 117 151\n6c5be64f9f19064a 61 26 33 37\nc0ff1124e4c6db71 110 56 83 104\n63e37e7be7c2a2a5 115 53 58 64\n8b50f64f609a7417 60 20 26 54\nf5257718f0aae70d 249 195 204 231\nde7e6332da7c0b4a 143 98 119 139\naf6c111c5a2477d6 72 45 50 52\nea375208efc37f2b 68 23 56 67\n2ccd2d98696c87e0 49 22 27 38\n2552fd444d04ef21 61 1 46 48\nc969eaee78f6aa7b 94 44 51 75\nd4745b3e1bf70910 62 36 48 51\n45e5fcd5c8978342 56 34 36 49\n420bdc53a6928b32 104 48 94 102\n5179e23afde37cfd 92 12 30 48\n21840c44aed0ae43 172 112 140 170\n63a912e86ee4698f 50 15 24 43\nef10577f3bf663a7 84 33 51 56\ndebbae3a33e31dc3 49 13 34 36\n5bb9c1498799204b 67 24 56 61\n431e6542fde13130 91 58 68 80\n0dad7f2ef3496f13 66 25 39 64\n961456b3bbe48e41 130 93 109 130\nf925c128d3e76e69 52 22 39 44\n604872e128f5938d 76 5 10 17\n06dcbfe7cd79bb66 87 40 52 78\n42b086af2a1e5d98 122 34 52 77\n2d62a5d66d6e4931 50 0 24 49\n3e8dd5a6930ecb92 118 25 38 107\n634aefb6e1d7d70c 54 19 32 44\nfe42422857682683 107 54 74 101\n83cf9da0255baa32 69 23 35 44\nc065af084d1108c3 52 12 26 42\n43db35d743e6be54 72 49 64 69\n443b1691d94c1b3a 60 21 23 31\n335794d48a9b168a 72 44 53 70\n9d37c1e008862f67 83 38 42 62\n9ea41ecbdcb268a0 77 11 24 67\n5bda67ce0ab325b8 144 118 125 134\nbd7b6cbe96c87c5e 96 50 54 91\n5b427c2035bb515e 122 104 110 115\nffd3390311a2c8ce 55 18 28 43\n9a0e32c4ab71b3bd 230 145 171 216\n78c9f12f1f2df5a1 245 174 178 200\n9cf5e48a638becde 101 48 80 90\ne9d5d800eeeb5fe8 72 8 12 45\nfd3c54bb57284e5c 46 7 21 34\n73f37a3e83b3db29 156 84 139 152\n312c8e1f1f9f3594 63 17 38 41\n1c7b3ccd5482f834 48 21 45 47\n3662b5f2916b470c 203 97 142 177\nc6ad2c0caca2566f 112 68 93 99\n177d39d72e983b69 65 25 35 38\n666dfa1a6310793c 69 29 46 66\nd1ad717988b5f4b9 152 117 130 144\n41fafa6144b58c39 66 12 34 48\n4c9030a5917a1328 49 7 40 45\nf673068196024955 73 10 21 33\n35b15e97674edec3 123 61 63 123\n81b132ae6b8bc8ed 48 7 31 41\nb0b47fddfd7ec43f 66 26 35 57\n0ab163a1b88f1128 58 19 35 46\n764bc578ddb19e9f 187 129 147 159\nabe6faa37846f1ce 45 36 41 45\n81760927c26073d5 89 47 82 88\na74d69eaa0dc81fe 88 46 68 71\ned46517c2abd93f8 46 27 34 45\ne78acf2f0d88e894 51 13 20 39\n63601178de25dcf3 205 97 150 202\nbc8214e859ec98d7 48 24 41 48\nd9379ef7eb90e7e7 154 32 48 133\nc2f419eaf9b69c79 73 45 55 62\n635b0cb422cc9b63 106 45 51 76\ne0f5b15246fe74f9 263 209 241 246\n7f602fd34aa315b0 109 44 84 103\n4ca952ede2af6578 65 15 43 55\n37d4e43b2b029a80 51 8 39 48\n44be029ec85609c5 163 74 75 116\n078b8bdc29565cac 74 38 52 68\n5b9054a58c1a20da 80 34 59 61\n9f8dd9d0fc7d9382 77 26 37 46\na361562dded27501 58 9 45 54\n320c8fa9d4c8ecef 45 5 12 35\n9dd571bfa9a0ef35 64 25 30 41\n685da2e45eda4f92 84 11 45 50\n0ff193c92d415b18 68 42 46 53\n14a5b002ce46d4d3 54 10 21 52\n43361dbc0c5a2808 74 41 43 65\n780b7a435f2ced47 249 201 214 227\n7ffbb3cfbe1af515 65 25 55 60\nee8a786d0448d93c 53 23 41 51\ndff5912eb00182cd 63 14 52 54\n667eb8ab7c00b961 90 47 80 81\n4118895a33890c5a 109 31 37 75\ne7c2a6cfc9f12113 46 24 38 41\n981d9a0fef100f84 112 55 72 85\n43fee307c6339b5e 52 29 34 43\ne3b9079fe9e0290b 195 153 184 185\n70aff06cbab9e038 87 19 21 53\nf1779a76baf71f9d 64 10 32 40\n2755ba82b01b480d 59 23 43 49\ndcd22cfdddffa9a9 111 55 56 84\n99dcc63950025556 67 23 24 65\nd1a3ff99bab7fe77 54 11 14 49\nd4576e0cdf65663a 69 21 38 49\nc8c2d887b38f6dc5 85 38 50 82\n25d3995ee3f07dae 86 39 49 61\n65e05c44e3018113 67 11 38 44\nc8640731b5ec3b3f 60 37 39 58\n2d815b3e5e9bb237 117 86 88 114\n1c73def8a62301a9 171 127 132 165\n474d403238a41315 62 23 37 38\n5800017d267ac76e 132 81 86 128\n03f551fc4abedc08 90 73 75 90\nf3534478d06ca677 129 87 117 126\ned0364eff155da2c 68 39 52 53\n4ae4456267802484 106 28 50 73\n98eda9148d3731fa 59 14 29 30\n78c5b78b44059cac 52 12 29 41\ne02fe3ae53693362 62 13 16 43\nc5099a0b6b7849eb 112 58 59 94\n6f12e407f47d0724 66 24 31 45\n6c376c523531fd19 262 246 252 256\n4bae8b3980bf32d0 59 46 51 53\n55fb48a338c9ae09 54 11 32 42\n9d2d13865a1fe989 78 13 17 76\n4e9844ec22d424de 53 6 8 42\nda6c1d011315f203 68 33 47 68\n8d25f7cc9527723c 169 48 117 154\nbcbfc12f1cc350c0 76 9 33 49\n851755ccbadc0ddd 235 192 216 221\n025ce727b1b55932 128 75 85 124\n094fd37f09dc318c 54 24 50 53\n3af43fe8d514f7c5 179 118 142 146\nea321e9d94fb3533 132 62 74 125\n8afa074689f59f7d 116 67 74 77\nc8de87bb03e6ba4c 98 52 74 86\n869e7e1ad950d5a5 101 55 62 93\n372bb866143b6e35 65 23 41 45\n165696025b477097 67 21 44 64\na9dc5dab9b29cccc 53 31 43 44\n6528a773543d2404 50 13 15 24\n49d4a7288f6b5dac 63 24 26 50\na3ba667b9cd78d95 75 31 39 74\ne352944191227d65 45 27 33 43\n45813c8b2b35ee38 45 13 42 44\n6667bfea202e343f 179 106 113 165\n6f48981fbe4fbe80 50 11 38 39\ne180e48c3a31788c 57 21 45 49\nbc69599f807f4bbe 80 29 59 70\n61c1653668df1b7b 72 27 43 58\n0ef054fbdabce0cd 77 9 31 64\n26e27bf9039f8aa2 73 8 50 56\n5a7df53b469c351d 120 21 34 71\n5c5cea1c0c614590 94 76 78 85\nf9e2fa48df9eac9f 69 34 37 61\n4d66f43cb4ee5fe8 63 17 19 51\n588d8bee939e4fe4 63 19 26 62\n4fcd312dd4baf4f6 66 14 21 27\n1ec53f4089f0dbfc 46 12 29 35\n99d974438c80802c 72 16 30 71\nf218fca4a9ad27ab 117 58 99 102\nd83b9ebe5db7978f 277 234 262 270\nf2a5a2e3570921c9 95 59 65 80\na62f41c8c5b475a6 134 96 103 112\n17519e763b34fe14 127 23 66 105\n186f18684ed4b516 118 78 95 102\n47d11d4bee6608e0 84 47 59 81\nfbe4055d5dfd480e 100 54 66 82\n881c01eb440e7b4e 62 9 26 27\n28760a14d0a5ff3a 68 14 39 51\n879843dd7709d6e0 70 59 65 68\n60446524157d9f3e 123 81 109 111\n0894f0072a8c5fd0 58 11 42 46\n5fad029d91af56bd 151 71 96 149\n68a17cc5d6e41d9c 213 135 138 151\n54a7ad7ac2bd1549 76 26 59 65\n51e045d2adfe39fe 80 13 33 76\na1a21aee1df9fa71 175 120 121 149\n633d3fdb65d02c52 111 59 94 110\n4246a11f0971a231 57 13 29 50\ncfae28b337f6d169 53 14 20 53\n6bc457ceb8a81ed5 130 116 120 123\n07d449efdb66c20d 77 39 59 70\n6491dba0a8ebd210 50 4 35 44\n7ba1ce8445588441 76 24 48 70\n8aa9a088bb57b234 108 93 103 107\nf2155adbd63cb1e8 88 23 77 83\n9dee45a5b09b5770 201 120 176 197\nd0d99409eee42ecd 189 131 175 177\n7cad770e94716bea 51 14 44 49\nf12a3651a51dcb9f 93 77 84 93\n04ec725465dc5329 265 240 250 253\n36e94b0ad3a62c7d 55 14 36 42\nc623c6a79373330b 164 98 109 134\nb516e68f82993596 217 118 184 209\n8f71898bc3662fa6 104 19 22 50\n146581180e89666d 46 4 21 35\nfeba28a8f1b69de6 197 96 130 152\n74e192d23f2fa8c4 254 207 220 243\n61ab98ec79dd67f4 79 20 31 74\nda7649f08f0ecb90 255 155 228 233\na7813af2c5f05291 247 147 161 189\n0c788e368d993870 230 171 220 223\na7849dbe8e0a9e87 74 38 40 55\nea96d12c34a556d5 71 6 48 51\n4f3832284b2bbfc9 75 32 40 57\nb873af03b0ece78b 82 45 54 70\n7ba29bd150619f7b 49 7 25 48\n899aa2030c49fc23 66 30 33 42\n3e746126204810a4 276 177 211 228\nb15cb192eba0ae9b 76 45 52 59\n2e715d4c5bf6c45e 76 37 40 48\n7cf899a59a83fbea 157 92 98 154\n93e6c08c33206a0c 94 27 53 92\n71c9478442c4ae6f 119 58 64 104\n9afda7b164cf2cdc 50 8 19 21\nc251d6e68d6d89eb 93 31 56 86\n586e598c2861b5ed 76 31 43 45\n63cafd9770207456 57 24 33 53\n602a0260c5402165 54 27 49 53\n1c10ad566816b403 46 1 25 45\n518425b2dbf859d1 120 54 61 88\ne67c43bee6f33ba0 128 94 96 114\na7da8cddff19c648 102 62 63 101\nc30ce1a9890c8bdb 219 154 170 212\n3eb795302924e912 78 21 68 77\n50ea659a50e51f73 73 19 51 69\ne60f34e1e4663509 67 16 32 41\n96c0a1027a410b41 134 104 107 120\nd67a9ef5ecbf92f1 56 30 38 47\n09c1b7a0876c08df 218 85 192 195\n1837b8eebc9c2457 69 46 50 62\n999ac7ad88172c0f 125 61 84 117\n7f5acf5eb41232c2 92 19 32 88\na4ab72b25fefa48f 88 42 47 67\nfb424ab019f3e1a1 107 43 53 76\n7d9958c362abfcb2 160 86 136 144\n3b676f25b54dcc1c 104 51 71 101\n71e6127ee98db5ee 141 26 29 55\n02f801e372d67cfd 80 43 57 70\nc332f61eb80f0728 74 5 7 8\nb0882e9423cd8a12 159 104 108 131\n1f084607245e4462 58 21 38 47\n59168f648b9617cc 80 55 68 74\n4560f57598efe5ab 67 19 29 37\n7be4141d6dc4a3e4 249 208 215 231\n67bfdf9483e9402d 58 36 51 57\nef24eee67c586c55 71 48 55 65\n897b939f8fb05f40 66 17 30 59\n4c2383e60aaf26cc 74 53 64 66\n1b88fb5063cd8916 65 24 26 63\n0720bead0cc7cbbf 243 201 213 240\nb9f3542583ffacd3 58 16 44 57\nfa005e9c2a1c4828 166 123 133 156\n4c69bf407b142b93 73 22 45 64\n50edf4c00177b372 49 12 23 26\n3cc1fcf538c81442 59 21 36 51\ncc2e5f2b53331cfe 142 73 108 141\ndb2a88aeac0528ef 85 33 42 60\nd4b2323a3f4b6f0d 76 48 61 68\nc2d8705c1545d888 69 40 66 67\n4a046d13e389b505 221 142 180 195\na3e602c82ca6dad8 167 90 156 160\n8c411eed4a89862b 125 81 89 101\n7794d03533d97905 132 45 93 100\n1d46e25b06eef337 139 102 116 131\n214c597029aebf9f 152 99 144 150\ne6edb9ab258be4b3 62 28 40 49\n2e4013ea92d04301 275 172 235 264\n4a177be7db12edcd 87 74 76 78\n77c3eab4e29f6483 56 8 33 55\naa76e4a85ca31b8d 47 10 21 34\n7b6d9b260fc3ad7f 191 105 146 153\n1be5a5c98a51b1cc 81 14 27 46\n8aa095ac49d8b483 147 63 113 141\n5f6d466e1860f071 57 15 28 51\n15b93cbe9fc5220d 100 35 39 88\nee336a4898a32ded 275 165 208 270\n5f75672448394958 150 107 118 124\n7a3077294b23577a 49 9 12 16\n15bc9eb752c6dcbd 94 34 50 86\n89a83c39d8113b00 123 88 100 109\nb3dbaf8b9a442fef 133 95 116 119\n8955965be5e21697 84 36 66 72\n6387e971b377f551 52 18 19 40\nf372706f15279f2d 124 80 102 113\n8f6316881fd064b6 138 42 56 76\nc6e9e5366bec252a 124 31 93 99\na34483ee2255ec8b 62 26 57 61\n1b881261742799f7 67 19 20 48\nfc87af9c4f0000b1 46 0 3 20\na7c9e9a3be7b16cb 56 14 28 40\n55b8f1d06d9170b4 201 161 177 193\n0f61837b9749da34 55 22 24 42\n49cc37f7f96be5a9 70 48 62 63\nf1def7c1a827dd08 139 98 129 135\n9834b5f8f65308b8 48 11 33 47\n0cdfa29561cb24e0 78 21 61 63\n12e3b1ad12a752f6 66 16 35 55\nb84c9807327b240a 57 34 40 46\nd39a18f18b91df93 51 16 28 34\n37ff2186f55b3fd8 71 4 5 55\nbdd1073b23f1faf8 55 24 32 39\n195fbef2c08715e9 162 80 87 157\n055e4612c1ea70f9 77 47 55 64\nfc50278b5f950186 103 24 51 102\nb7455b8a4deab066 194 126 135 173\na3d0ad86d0435e8e 96 22 47 92\n42b218cc2f794026 78 47 68 71\neee74e6e5d589a84 122 41 72 114\n4cf74ffa5bfd5904 129 20 59 107\n684aa899aaa05cb9 54 19 26 41\n806010700f66cae6 117 72 79 99\n952eb982471ac5f1 83 27 48 82\n15762acaba295de1 185 131 132 175\nc040e7598e43eef1 71 20 34 63\n96dd5af0f6e950f1 51 19 44 48\n5349781d9cdda05c 152 87 140 142\n4054d32655ba5eda 53 23 25 41\n46502a6038bd288f 49 9 16 32\nf253339fa19467f5 187 162 166 183\n86b3b4ad009cbe0c 47 12 33 45\nf6696c05fbf5a137 70 22 60 67\n666be06e68dcb7c5 179 64 135 174\nd8a03503a424b8fb 219 170 187 198\n365cc620c2fcbb05 86 66 74 79\n9e013fd3bd563b6b 98 53 55 77\naf0d1ef190fafdb7 86 25 43 70\nd64b96bbfad60d1c 55 14 19 24\n65f1ad35757c4a1f 180 106 133 168\n91413adff6a89783 165 117 128 130\n7ab29243a91fdc80 66 26 44 45\nd3b256fd9ec06d6e 86 44 50 76\n1072aae07584e091 152 119 141 151\nbe5cbb82309b56c3 103 48 66 89\n6066b9a906238a6f 111 59 82 102\n1839244b04a05e5a 57 9 15 57\n55d5f146ed21c830 100 1 62 66\n27f772c12c97b594 48 17 22 23\nd84343c25315d7e9 194 132 158 169\n9fc05f9838b25845 68 27 41 56\n5a0004552dbd330e 68 21 23 66\ne1b2b54fc9108a54 132 78 85 89\ndeb6727eda5946f3 62 6 9 10\n7b1ff8281519a3b6 117 58 87 99\nee55fb495eee9169 127 67 123 126\nc5299d492943c1c3 52 41 44 47\n8ac472627625e76e 143 89 94 112\ne4e20f4e8c79aa1a 68 27 58 66\na6bc234b1ce6ca2b 72 38 60 71\n8a910daed0cc83bb 257 224 241 243\ndfb6932b1a712d0d 85 6 78 82\nee35dd9642fb2e54 67 47 54 60\n0de8a88480533be6 179 139 150 168\n13adf913ea857ddf 120 61 102 110\n156b422215789c18 213 146 151 195\n2c805f56d92a2e22 204 124 175 194\n62caae272179f01a 172 70 100 105\n3a126bd9702ee8f7 92 60 68 81\na93d9d0fd69071aa 89 50 60 85\n3b3880eb01373479 270 219 228 260\n16b3eea75ad753ef 235 173 174 179\nd0c84900d316e3ca 58 6 14 37\nf739e9cb43b587fd 85 56 61 83\n6501c4e155960c8b 103 54 67 85\n6cba7738247eabc9 144 55 101 127\n62b83cb60c353c3c 63 31 37 40\n637d7266541e6152 95 49 79 89\n2cc330488326fd4f 119 29 74 84\n37dbb9846f2fdc01 123 30 58 91\ncab940b56faac495 60 20 21 49\n8cdcd96e18445632 110 34 42 86\nd7a7ddbaac9a3df2 78 47 63 72\n5e5839cea5f7341b 87 47 53 70\n587e788b5cdcf522 50 1 3 28\n15d4131d721f1b5e 94 56 59 87\nad4d196510856830 90 57 80 88\nab9f9cbd2973cc9a 103 66 97 103\nc477626407eeb4ec 210 196 205 208\nf3f53a823ea18d9f 154 95 132 139\n583dcd046009f0bc 101 64 68 74\n4615277ffb68ca9d 64 21 22 30\ne2e03491fca937f3 126 111 115 120\n904d453f2fb6c0d4 55 17 35 53\n72fffd0c21d12eac 50 34 48 50\n12497730f691d00c 49 0 6 29\na76028640ffa1ef9 142 39 114 136\n452fff658953aab1 64 13 46 57\nd4e37a9e414ef582 77 27 38 62\n5a5fcb1d3f17fbe5 57 29 36 56\ndd5142700ac59a94 124 47 81 84\n8c0ea69b00e2f550 93 50 56 65\n8c609891ee48673e 51 18 21 44\n3fc2c221557a205c 156 126 135 156\nb3954464d00ffcc5 52 10 36 46\n9876cda7718a1c6b 131 88 111 130\ne8f50944f9e28741 73 17 23 40\na374f27587ad2d52 170 132 152 168\n1ce8503fd200fed2 61 26 45 54\n7c6b54d9bb76a4a0 66 33 57 66\n485f996ecf360da7 114 46 103 112\nf07e75d31a73069b 55 8 9 50\n6cf0e05c39d186b0 88 53 63 74\nfd204026d09b3585 53 47 50 53\nba604e2b0ab1be25 135 51 67 103\n0a10d55239d83d99 116 57 67 84\n03aa0437e5d62d58 90 20 35 76\n454197dc5b50b45f 46 14 25 41\ncbff8218527bc3a9 95 33 67 87\n0a7c052273895bb3 53 7 17 49\n42f761f7e655bdce 48 29 32 47\n5832cd21e4a2eedb 135 41 107 117\n01fe225e2f261d1a 53 10 28 48\n086e9118bec887be 103 57 70 93\nf74139ac48f19b3c 59 12 26 48\ndd8d3d9cec8f36d5 240 130 194 214\na9cf9def8f36c3b3 75 43 50 53\n85b236ba30175abf 88 30 64 82\n2dd67f5e68c8d72b 122 76 102 105\nd0c521f701b91ad1 51 2 20 21\nf24c97a5cbadcfb4 59 35 45 46\n2ad09b7837010330 188 133 136 158\n0e5b9dcdb891b82b 167 131 161 167\n9dd4d7d929eaa376 79 24 72 75\n7a911883348688e9 119 77 88 105\n291db63458af0613 80 49 52 65\nfc174b681e13cdf4 271 213 223 237\ne529f3adc0cdf3d3 61 13 51 59\neebb5bbfdbae33bc 69 13 23 60\n7700df7cad223bae 54 7 18 40\n5d3888256b80fb8d 193 111 118 141\n63b5676898b75061 161 104 138 144\n606d19170c13bf97 129 59 97 126\nec176790f27fb962 48 5 6 26\n684dfe7c93097c48 46 20 33 35\n310cbf1c65c52fa7 250 205 222 227\na8e4359a237cf2dd 117 58 74 94\nd01f297cc531a67a 181 95 105 158\n464d97e527dd5f8a 120 88 118 120\n35185a0c080c40d6 71 28 38 52\n4a7f0556fb58a5cc 88 31 33 56\nba8f27af6e4dc02f 101 54 55 83\n1e9b1dc1c096d68d 51 4 19 36\n7468b52dbe6070cb 56 21 29 31\n8328ae4d746fe8f6 104 32 48 49\n0954f5a326941fb1 53 4 8 12\n8db64f23cd5c4c8e 166 86 92 166\n59270ce6343beb2a 61 10 39 41\ndb9ced9a7c18519b 47 4 16 17\na688088d3921c03f 177 137 138 167\nd14a6e177ef370ce 65 53 56 61\ne77c9cc0587e9cad 89 9 74 86\na1123decafcdf68e 92 1 51 87\n56a815b163efd61d 58 2 13 55\n42cab73e14195475 61 4 55 56\n20e9bf845c4bd9e7 61 8 17 34\n72428dc4eda92f4d 89 64 82 89\n75e56e8c9600ae26 171 139 157 166\nf3086c53deacbeaf 49 15 41 45\n3b8167415736169c 51 16 24 36\n24d95746999b7f7e 60 34 53 58\n0baa633d2094d2c1 81 40 61 71\n7ccade44d9c8f7e1 69 44 51 69\nc63c6fd4250123f8 143 59 117 139\n63579d50297809d8 74 40 46 63\n70272bc88db1265a 254 233 250 254\ned0a0f4a8c61a9f3 134 26 45 131\nc905fbb5c08c6ce6 85 20 63 67\n37bbec9e46c8c1a9 96 61 88 93\n19a28e5c25feb31f 135 91 92 109\n46067fb6d992860e 51 11 40 50\nc0963ff151bd0893 89 22 58 88\na198072668fa2474 255 166 207 233\na2f1f38d646db600 145 80 92 129\ncee947573b53a1bf 217 180 204 213\nf26a85e1867eea80 72 35 38 54\nd5395d343ad4592b 104 24 30 104\nf82348d27c384c4e 73 17 20 28\n9e585ebbacb3e94c 108 17 80 96\n7a567c2e4b74ed8f 67 47 55 61\n1f2153b5fb50d41a 184 148 175 182\nabcc65ed3b158186 117 80 99 115\n2b4c1f50687b2bcf 77 29 58 72\n17ca3b8ad5815b35 68 36 39 64\nf3de74db05a6b558 140 84 101 113\n5a1e4f0e1bbd526f 55 47 50 54\n3590d717d920b2b8 95 30 51 75\n276eca76bb2b4ae6 100 52 85 92\n249fd0890d439aa9 121 41 72 87\n5581754c07e626bf 53 17 29 32\n4319ddbd5e8f20e1 56 30 34 37\n01f7915dce639515 89 51 52 59\na7c8828737c28252 137 61 89 135\n203b7543bb3387ce 253 189 203 232\n2bcb26e95f5d152b 143 79 91 134\n47cae76cd53c752a 146 35 110 133\nfe129e744709afc6 50 8 11 50\n44b78f9fcb5cd8d8 109 49 62 97\n1bce163cad1e1d20 108 25 83 106\nf29b5228969d056f 178 135 138 162\n022a21a897f2a904 55 4 12 40\n14e3fec07ba502d7 126 63 104 110\nb5965c79b6a937e0 87 30 54 55\ne8dafcaa89b25c54 45 4 22 39\n1b2779619d4f28ed 74 29 33 51\n42742db2633d2eb5 73 38 56 67\n0ff896ed26db5da3 118 51 64 75\nf2681decf7216b6e 106 66 75 78\n4c76898a3d535741 166 135 141 160\nea93df5ddd015971 166 78 122 129\n66bfddd1f3b56005 84 44 57 72\nd87950df77d49b7f 53 20 50 52\n82454ac79de89fd3 132 36 45 72\n42f700b22cb0be39 63 17 31 60\n648f72f3063fd9c7 67 39 58 61\n4634124b21b763f6 88 48 70 78\nabe09fde3f158d83 46 3 12 13\n6dd08f04e95ac92b 48 6 33 35\n6758f77061a4515a 107 70 71 84\n9634ec803362500f 57 19 22 30\n79c2ebfef0718b1e 76 54 61 62\n3a52947c66de5920 157 89 130 139\ncb2d798801dd730f 68 25 30 63\n2c55c5a96b50ab36 92 60 74 79\nb5ee0694b771e51e 53 22 36 39\n6054a3584527a616 109 76 85 105\n2e619c31122ee40f 107 27 31 46\n3b650a9e2ebdfde2 149 115 126 142\n7abd4ec1670c4705 85 6 48 51\n368fae6f3bc0b0f7 80 43 67 80\n9a7f9603257027fc 138 93 97 101\n32615afea87b52dd 71 34 54 57\n7550d560dbb941ef 157 80 89 150\nc00a8f89455fbc1b 61 7 41 45\n564659475de45eab 151 106 124 140\na2c8e506fb8e2161 51 11 13 32\n2deacec5c281fbac 239 195 213 218\n7909c366c57a0c77 65 24 30 44\n57a6be6d97e7c9dc 93 46 79 84\nbf756257ffdd0017 81 38 43 66\n1f0f5e82e9d0f9ee 56 25 43 53\n47a1f1f01e2b7be6 70 26 36 61\n00cf0a94235771bb 55 32 35 55\n9dfc6db5375952c3 118 37 46 91\nfbd37246c3e03576 139 81 85 97\n8048759d08d312ca 130 11 80 129\n8f09b7b96ab06e54 79 49 62 77\nf2d0e69416df7741 93 30 39 62\nc66c4aee69caba12 99 87 88 96\ne1c8085b10df599e 164 115 147 151\nc949b4f540bb3476 143 78 86 105\n8ab34a8c7287d6e3 51 2 44 51\nba8fe0e95d70e2a9 57 15 16 52\n2aca85b3bdf90a09 72 16 17 31\n865379ca24243ed6 149 84 125 139\n9f07a3303e75641d 65 18 49 62\n077d42bb51ee2793 126 39 84 104\ne76b0d6c9bfb9c4b 74 27 30 40\n88a203e63a1e6a09 73 10 31 58\n22552c9a2a2a2ce7 86 36 44 71\n3f9b08ed34ec795a 109 34 99 103\n20f8c6738e22e764 110 30 41 66\nffe9783913b58e7e 56 6 22 56\nf7e48eba37bba499 68 26 36 57\nbf035f1f897888e9 121 91 101 120\ndae01b39a6104477 69 16 42 48\n040895d45bf4e580 133 98 108 117\naeadddfb838fd090 214 178 191 208\n80566b8e2904a745 151 87 116 124\nfa25ffc4897fc142 130 78 85 86\n53292c652790bfbe 187 164 168 183\nde129b4aa11af575 47 7 11 44\nc161bcf6082b40af 123 51 87 94\n591c44984b9273fd 149 115 134 143\n04ef6a410f034514 73 20 37 71\n6aabf104e2be3f60 106 61 83 93\n1b747b8eba6f7b45 53 21 28 50\n94e1eb9e28befffa 156 53 75 102\n4df68a7e48ee747c 54 13 27 45\n97b32341c5319f28 73 35 43 50\n0e5e7fbe8914352c 121 38 62 96\nfb63a2c634287906 57 12 24 44\ncab05ec1c225826a 58 11 19 54\n345fa06f6a5bb413 60 26 47 52\nb58acaae2cf55ef3 49 11 17 47\n1433f61e9591ea9b 110 52 96 106\na91359a636e4cf61 102 15 42 90\n024152256b6bcac7 218 174 181 196\n58fe7230f02c5650 46 7 42 46\n8c0140f9512fca75 60 19 22 28\na9aa8af4de922806 90 44 66 81\ndeca456b57945a66 117 69 99 112\nd38bee2f0dfb6de8 110 46 58 81\n288dd40199dee268 165 98 155 156\n9d71c054b6d922ca 71 37 44 69\n3c19657356e9e229 156 87 117 128\naab9373670075ec7 108 11 13 96\n912e3a05029558e8 64 21 54 63\nf7ac951ffdb3f0bd 49 3 12 20\n0cca84503a86574c 56 19 54 56\n1cdfd3abfcc3a64e 135 83 104 111\n53b1b930bfa3659f 86 53 80 84\n96e79d128e6b1630 81 62 68 81\n97c7ce37db25fae1 207 164 166 197\ne4346b375acea025 112 56 83 88\n7a3c905b4244d47b 159 115 123 124\nc896316dc2906c42 65 23 26 37\ne621b852d8329303 146 81 132 143\nca6edff53cad061f 83 62 67 79\nbe62d714d68a1df7 226 173 209 225\nefcd9851029dedf0 128 71 83 126\n8a9714a498c1368b 117 75 87 104\n6333fc7e67b23c04 67 12 59 65\n92dd80af6c01ec1f 70 28 37 63\n9184cd0ba339b1fe 103 62 65 91\n3928ea8b8c134846 129 106 123 127\na911693eb9c3f0ec 61 23 37 45\n232a0b3133326242 157 111 114 135\n279e044cf78e7d57 103 58 64 65\n6a561c4424f26c89 70 34 56 67\n0c11dbe781b1c11c 96 56 66 77\nc2a4fa5b947e2ec2 72 25 37 68\n44accffce93c7e87 183 105 129 166\nc288587db111f2d5 114 50 93 94\nc923a49044274829 119 16 52 107\nd2314965da93ff62 239 167 209 227\na4b2f31301e747c7 276 211 257 265\n28f5ebf3c3e2fe54 98 49 78 97\n37a6ae1e1c6eff66 139 87 102 107\n8921ae944e9b6ef5 74 38 40 43\n8e1a0eb3c40fea64 70 8 15 16\n0c9d930d226d6bd6 66 43 48 55\n50543c3f94b1ea8d 76 47 48 62\n1ad8ec6d75441e51 220 176 204 207\n1dd869f66c3c9497 80 8 11 53\ne6f18d0185619efe 66 35 56 62\n5d3c7dd9db5e495a 85 52 78 81\n60cdf39cb705f61b 47 7 12 41\n473e6ec61583d90f 59 15 46 58\n486970d685c0b746 104 24 52 67\n26b049f6fc7e3b3a 49 16 33 37\nb67a5f6cb97b9192 94 58 78 90\nfba05e627c60e14f 99 59 73 85\n33be1ba5aec86c96 65 31 53 57\ncea4c4ce18a477a1 111 47 70 74\n5019141f04d70770 118 49 96 113\n0ecf489d873b7f52 75 19 20 43\n98d424814d7399ee 84 40 53 68\n46de062e5ff787c5 273 221 225 259\n1a89361139818b89 145 59 102 127\n65383db65215cf9e 49 16 23 39\n6e83596e467f1eed 128 106 111 122\n8753cbd548f7680d 85 25 31 69\n504c5645838bd1d5 106 58 59 80\nc124fc36bf3d6851 73 39 57 67\n27c0e43b48182d97 122 56 99 114\ne0c02d718b1650fe 123 75 96 98\nea5714a05ab4f15a 104 82 95 102\n47a66fa042406908 121 68 79 88\nd134516c04e55995 55 13 23 30\n8c2c302994f6cea1 225 117 119 216\n45f2d7abb5fafaa8 112 82 89 98\n1e5548d951e91a40 61 12 24 43\n725d771465a1a400 129 83 106 128\n3185302b2275b009 142 114 121 126\na2c0d48a1263d655 192 141 167 180\n6f243139ca86b4e5 82 39 54 79\ncebfe607ccf4b943 68 42 54 60\n43759ced44693671 100 73 76 87\n8a9b8367cbba20b3 73 29 64 70\n6947130ef40361a8 117 26 98 105\n373ab0a1009e0316 55 19 22 40\nec095970b124c66e 67 30 32 33\n888c677a195f4c94 110 28 92 101\nb01dee5ba37bee65 145 81 113 119\n9f98b303e2856a84 107 24 75 97\n018f7907401f2fef 160 88 149 152\n5e0981c415f8712c 124 106 120 124\n7e26c230bae2ed06 102 57 87 93\n430d8fece8e0f7e5 89 38 68 89\n0bd819cb30a432c6 57 39 42 43\nf2e4e6e509d7fe3a 57 19 28 37\n42c2c85060ab5233 99 45 56 59\n9b2cb1dc1c040cd6 51 18 36 44\ndd3877b36d4cbfab 71 53 57 59\nc49a14de01d7bd35 216 176 199 206\nc2adadff1502b19d 225 116 149 196\ne667f182bb7757e2 115 61 84 108\n83e9e8bf2eb6bb93 195 134 159 188\n446f557155994097 87 81 84 86\ne39c688ad0fdf01e 88 68 69 86\na18b2f5931a3ea2a 186 168 171 172\n203c8a4d66c74338 237 133 180 186\nd6849f92207aa171 125 66 82 105\na75565ce57aae546 81 44 46 72\nb1bb0a56c7d578b7 104 8 54 59\n2cecdd7df86ff8d3 49 10 46 47\n0992802044bf665d 196 143 147 182\n1910e79a60d57aa7 232 181 208 231\n8ab4688d4c336bd4 81 12 54 60\n4f3f32c76181046c 130 99 111 126\n306d435307fef477 47 15 30 39\nc441a34ec98346e9 80 43 50 54\ne788ef0fe6cbfce5 128 95 112 113\n3f45b8234504020c 86 43 60 76\n1fe394077e7c3de0 54 0 7 51\nd5798f296dd0f45b 52 24 33 49\n89e39b0c21369b4f 202 168 179 191\n236f9dc6456cf32c 180 128 177 180\nc1496c1bb382d195 137 22 27 57\n339c95e2e709d044 73 39 57 61\na6588e3953a00b5d 178 135 141 152\nd3f042a25dcde9ff 234 118 164 173\n9d496b6788c0f149 222 133 198 210\n6f734f344e7be466 76 57 66 73\ne4176e1168309c34 96 45 65 67\nd4d689b4a9f6b6ca 137 63 96 117\n8439a7fa0bcf5ae9 174 105 129 148\n26fe74c70177d694 46 27 30 34\n2e96b2142fd337dd 49 3 38 47\n3280ab6917df576f 107 60 90 93\ne28e7605cac47287 93 22 54 63\ndd82b2721d5cc527 160 130 132 151\n9e126229252d704d 91 59 62 84\n2b4f6fdcabf53d59 123 33 67 109\nd99443d8dcb56d90 76 59 73 76\n0d20062086f6d05c 73 43 57 62\n6b1091f5eb05783e 52 16 30 49\nf74dab3e063c9cc9 48 10 14 36\n85e9836f5ec2a532 238 200 204 215\n39b3e7b2a8bf30a6 216 150 167 193\nde5549f33608cfc3 84 29 45 83\n6d6be1376c59a3db 125 82 88 110\ne4f249a88ee8b6ef 119 63 90 100\nf48d03db28e7b3c3 68 52 60 63\nab8305df83a2ce2a 83 34 65 68\n36bc6918e9fc837c 184 74 159 176\n60f364d94f64054b 175 113 150 164\n6986840ead0c9e9d 62 14 34 42\na53ec1af6edeb9ff 78 49 65 74\nd4db9d2a539da854 72 41 51 52\ncaa72c90bc10101e 70 9 13 34\n12627e75d51b372e 81 74 80 81\n8516c616878d3e24 93 43 74 91\nd62c2a716a035075 134 81 113 125\n7e6a1da1697eedf4 45 5 13 42\ndb5305826fefcbc0 89 50 82 83\n5edce6199cff7605 104 56 95 100\n15aba05919bae167 66 21 26 47\nf3bdecb6a5af57d6 278 236 260 276\ne54631e5313e78d7 134 76 115 132\n8721ff06e7e2ea93 65 38 49 55\n7a07c1539fdc7f8f 102 38 57 66\nc6eb0b0980e5451c 52 21 33 41\nc600bad195909841 76 67 68 75\na2685fbc4535e531 99 64 78 93\n8e4ee50d1e2f05d2 66 42 43 44\n77bd2533a5bebc5e 274 239 246 267\nc6f41f42dd9d7027 123 86 89 98\n0c356641df7c72b8 55 13 19 24\nb758af3608b4435d 125 47 57 93\nf496ddb12be3d9d3 145 64 88 92\nb133a504fc90a2d1 83 37 51 74\n118ffef2ad3950f5 245 151 153 155\nc1072997a902b50c 73 25 63 73\n31262e902165f348 81 56 61 76\na989dfe51570ca75 181 144 165 171\n9fed191c90e01e72 69 24 35 69\nd95f926f95db957a 66 16 30 39\n512f0d06c06e6adb 70 31 57 68\nfc991bfad5040ca4 55 33 44 50\nf5d36b7ead31a2eb 83 27 35 47\n58a33e56e5b0f742 68 26 55 66\ncbad68c19dd25570 210 99 106 119\n7fc34ec2673e91f3 93 25 40 52\n4f943ba8ba82cc2c 52 29 37 50\n72d5e94d038ad4a5 80 48 61 68\n039cc34e9cdbcf8f 61 11 38 61\n5d34475c29de33c3 134 78 86 100\nffd8aa5c07187add 47 11 18 25\n9a085722f8607df5 151 66 71 104\n8116293fd7efa87b 73 53 63 71\n597049975bf05d4e 108 65 99 105\n92aad73379316886 94 29 41 50\n12e3d03a933c2eb4 154 51 65 127\n9ddc6813bef3b422 88 38 77 84\n7215c47789bfed66 55 14 27 41\n2fbb94b8cf388ba7 97 52 89 94\n3b1f9cedfc40b06c 111 71 88 99\nac1eb89d606744d6 72 26 27 32\nee34463322d9e0d4 101 25 57 61\nb669df14bb455312 248 189 202 215\n027c8c3fc3e7d056 67 10 11 17\nd2566b174a71b029 237 158 207 233\nea8c1cd719d90460 85 15 54 70\n63840de6e5746741 108 51 80 82\nf064b09eb6a34ef7 87 52 54 87\ncedcfa756158a7bf 161 66 67 160\naf4068211169f161 73 40 51 56\nedb67a7770dd8b92 60 21 32 45\n0c061512de79b744 66 37 60 63\nad123a36a507d0b4 109 66 77 83\n4a566b7e6eeaf9b4 78 25 60 76\n24d97ac8e96e7a5e 76 38 47 63\n6a6e5fb47076e3ef 93 24 47 67\n9f4eaa39ab36e093 121 82 111 112\n70869eb96e1adac3 86 28 52 62\n1648b3e7471e3766 107 71 94 99\n4f9cd9513b61fb8a 82 31 48 51\naf6d9da32f1ef8f6 51 3 22 30\nb5cc912bdce6fabd 117 60 67 89\nad7cec60cd57d1cc 45 10 13 38\n5b5c4620a60c4cf2 171 103 111 119\neb5c5ca62bdfba55 177 157 166 175\n836886836b646366 116 74 77 110\n78b173a303c6cd28 100 35 36 92\naa9fd6bc299f25ce 224 143 195 202\nc3b336307dc85f54 46 4 20 27\nb285a821f8f567fd 89 49 60 65\ne09c2b77ea2c0cde 82 49 75 81\nc13614dce6f45da0 76 54 58 61\na05bab1b44373739 69 22 52 56\nab98f45ce088aeb3 65 18 22 36\n22c8b35c589276c4 134 78 94 101\n01cf2d900cb03afb 68 28 50 61\n8c5de744679bbb20 125 58 59 115\nc357b51bf1c4a40d 86 42 49 83\ne66297f0d2e333ef 97 36 70 87\nce8908e81ab6073e 113 12 15 18\ndc73b0a330cdfd28 101 69 84 95\n3784777516b00247 132 115 119 124\naa8dfde4ef40a57e 67 48 62 63\na8f19368f5411190 85 53 61 65\nd7c48af35a817ad2 68 6 25 64\n9ded3a088012ad79 63 4 13 42\n8671651f1927adf3 76 48 55 56\n2d16da80d7e3b64b 73 22 52 69\n32dc25ef78b564a1 127 63 104 123\n11e9cb1ccb9abe9f 217 167 170 183\n70a444fb2b6b7c56 55 22 25 37\nb132acd9b29e0d9a 156 109 143 151\n582483f2954cfbda 45 19 25 38\n1fa073504b4facaf 54 10 28 49\n218ba0fa826d3eea 51 12 33 42\n3cc40f129447cb31 57 19 20 31\ne73498928eb679a5 117 74 93 100\nd0b15be11b1d5820 72 11 53 59\n14bfd05497764243 144 70 90 125\nbc2f97169d77c236 134 100 118 133\nce78742674686c71 110 59 69 82\nfe26ad446164cb32 101 48 49 100\n4d246dc75cd95594 86 22 70 75\nb4118d5c62dd5a6f 56 26 31 42\n609f3195b292444f 87 41 54 83\n6b06156039fb46ab 82 43 44 62\n7aa80da3728967cf 106 25 68 80\n44ab295bc3092c28 71 20 36 50\n91f3426410522bd8 55 4 32 45\n7cf113c46198b492 53 22 48 51\nec0146c1837cc1d8 84 65 67 80\n64fcb8e2a2daf6e7 141 69 94 97\n0de4db718ebde86f 47 16 33 36\n0d0a99d7f22aab71 79 40 52 55\n92f44dc314454f19 91 27 57 65\n7990a52d93396fc8 47 5 21 22\n5d267d810d9f1a69 212 166 169 181\n0d0f4080d36dfc68 47 8 10 32\n9035c7adeb8fb98d 240 211 234 235\n6fa9a210177517e1 183 151 164 170\na1c6063584e754a2 80 12 59 79\nd43754e7fae01c49 134 93 127 130\ne897139f7e2d35dd 93 29 49 92\nea11822d0ab31414 223 181 214 218\n8df73266f800ad73 65 22 56 59\n282ad05cb0113543 133 76 85 109\na2c096e26fd7100e 81 46 63 69\n00ca5123d8ff6f83 85 57 73 84\n0ed25f15cbccd939 77 37 39 43\n9e178468f5b04c9e 51 33 37 47\n55ea3046c500d970 214 168 182 194\n524b3be636cfee4a 105 47 58 92\n5257ce1d948ba4a6 86 20 28 32\n3cf461bc6d626ed0 128 33 97 106\nb625299e9e022b08 81 28 68 71\ncab821f7fc235d81 97 46 58 89\neab4683c60345350 77 33 59 72\n60c2980fe7b4beca 131 37 71 117\nd4f8fb7ae9395c8c 47 20 29 39\nf4769a32a225c172 105 63 75 96\nc2347e4668c6b481 69 2 7 19\n83406a0ab978189a 105 71 81 97\nc06603ad7912af48 96 61 63 90\nabd286b1195b6ff4 195 144 150 186\nb413fbafa522a059 124 88 98 121\n047c29e9138af233 116 73 88 98\necb01c2fa739ea01 154 95 99 115\n35859f964a7edcb9 101 21 38 82\n7320eb004937030e 49 2 33 39\nd6e30ce71d1faa22 54 27 29 39\nb318f0e6bd9f3afc 65 8 39 43\ne62fac7a92e28294 117 17 50 74\n223b5e20753d4fa3 60 17 29 41\n8e9b9b96179a8a8e 196 154 157 159\nc23b29fd5039577d 98 40 50 74\n0deb1b80eb8481c6 78 38 68 71\nee5c26e6dcda4b70 204 142 150 170\n5f4e88435de4c81f 48 19 46 47\n45064c8142f3a360 58 8 26 40\n311db764bdc7f537 115 50 78 99\n7be6908e5a8e02ef 212 170 195 204\n146763442bb9c38f 92 8 26 68\nb6ae9be5abd971e3 120 49 68 101\na1043e81dafa3fca 97 47 55 96\n4393f3c42606c573 55 6 12 47\n9531be4ae045b094 109 62 63 106\n4b0fdb10ae15684b 258 193 207 231\n0f7061acbeed50dd 216 173 184 216\nb5a38b3532cdcfc4 73 9 53 57\n2ebedb0f027df101 191 142 163 176\ne554b9466f2ca814 54 14 32 45\ncb91c8212c1de9a5 120 73 96 100\nb556f3ebe21180c7 55 13 21 51\n6295bc2f0a008d9c 52 17 25 34\n52a92275df100f14 67 47 62 66\n35b994780d720894 77 56 64 76\n591f4c925046bd2a 174 150 154 159\nfa89b06ee36da59f 98 58 77 95\nd4763fa4edc33917 69 38 57 65\ndad1b603017c685e 90 18 37 56\n9ebcb9cb6b74acdc 54 25 43 48\nd0ce9e9a4d4eaaac 99 47 62 92\n6cfc4269c4ab3203 51 32 38 44\n9f6a44c7ec52177b 80 46 60 71\na8dcd4abc930ee61 69 41 42 50\n9fe97d54a1b798ef 63 16 20 56\nfd52c10db54f522b 99 43 63 82\n55ccecc5c63d0c14 99 75 89 94\n5f798a3ff9e68036 129 73 112 124\n5f1255f574a1b970 58 28 45 51\n7ed06e5255b29c88 83 4 39 80\ne0f031ba4c9fedd7 135 26 34 72\n9abc9859c773ff50 75 35 47 58\n23a6c9168abdb38e 157 96 106 110\n2245fcd7f76c2ecd 121 69 95 111\nf04b433b91f569c3 58 6 18 28\n20e7a3651ec30386 96 67 71 85\n9aa1c7b2f4afac05 72 22 25 58\n78a73187ad5480b7 240 119 193 195\nfd2c0fc2bf2befa7 80 52 70 78\nc9d4ee47b6b6b825 54 20 26 40\nef652466c531befd 60 25 37 44\n3af70052616f7fa1 51 6 10 26\n0134d6a876481ed8 93 52 54 80\n55e902a2cd2e976a 63 24 35 56\n52086d313816a97c 137 116 132 137\n1a55c677aabd1a44 128 70 98 119\n72bd3214b39e7146 203 131 160 202\ne848e4560432423c 164 66 74 86\n6e76f5fff8c18989 56 13 19 44\n4a8ccd391c9f9c40 45 4 34 38\n0db2394602b8b81c 107 36 99 100\na2a419b098be1554 63 31 58 59\n5c4283bc52e9a0ab 92 64 74 87\nabd304cbb9bd30ba 85 62 67 84\nc380b48d22651e21 50 0 23 37\nc522082d96305ccd 97 31 37 62\n853ca19311254f8a 272 230 250 261\n8432b7a848f9c5dc 199 165 182 189\n48b1808c546c7e87 109 60 74 104\nf9a8c23a50a5aa6b 74 33 65 72\n27bbc13aebd0bb5e 78 32 55 73\nb4fedd51f7317ad4 212 161 168 175\na19a9bb11795e15e 53 8 41 53\n796c8af28c30938f 56 11 15 17\n5d5405c9146cacc0 88 40 68 78\na705032c068c7caf 116 72 90 94\n8c132110d83d1869 65 23 40 50\n81573944931b3367 89 31 41 43\n1735d8d1b4015669 215 186 210 215\n3862411e9bf455cd 256 168 208 223\n1a19c977ea5f5b50 171 57 64 94\nf6884e5c27acbafe 103 68 83 97\n525491cd51574118 91 57 81 88\n38d44ebf460ac132 55 25 37 50\n04433dcf217ad9a0 56 14 45 46\n4ee86924304f36ca 216 167 176 203\n167c2e0c6e9ffa5d 70 28 52 56\nda7732d37c8ec57e 126 89 96 123\n58a5ac8590c8305c 94 56 69 74\nd4668a3649a86eef 188 109 128 178\n7ed7c335dba256b8 174 96 147 172\n4989f6cc2b43d2c6 108 30 93 99\nfb36cf1f6923924b 169 129 159 166\nf388a5a0be1474f8 115 65 72 104\n3e94e6706fcdccfa 62 48 53 54\nf82a67e46c5e1434 79 31 38 39\nb91e07540d99553d 253 188 238 239\ndeb762296c4c14bb 78 32 62 75\nb4f46493baab9cfa 196 152 177 194\n4ebb0c3c294b1a74 65 19 55 57\n95bb6c6edb37af6c 89 59 67 71\n57844acec8e8c0cd 99 55 60 99\n7c1f39d8fd42898c 100 28 35 64\n58b7fab512c371ec 81 52 56 80\ndf78ec87fe403e80 149 64 94 148\nfc75727847fd61f4 239 194 206 218\n4a6a057fc644624e 84 37 42 67\n0cb83cef3177a006 97 53 63 68\n8cb0bc0ec4d9624d 50 6 16 27\nfa650c8fa3157a10 105 15 55 79\n168c85ce00de0c6b 213 165 178 195\ncd4d52f0cbda2bb6 76 29 31 72\na2d7cfaa5d91e6d7 119 55 69 71\n1ac790c62f3478ad 215 185 196 204\n4b6e9a02975ef9a4 83 28 59 74\n52070dbeb529d797 64 35 51 62\n693a68e032e19243 69 36 68 69\nad088dd0e45f72fe 102 69 72 93\n4d670a0142f341bb 50 17 24 33\n9c799b5a5f48b0aa 57 37 40 50\n332294213fa15c56 55 22 45 51\n952f6cb94695d32d 145 67 79 143\nd563576711ec9f4a 71 16 65 69\nad876fc82edf7d45 87 39 69 79\n997f2538b84a2acd 207 197 198 201\na91f8206a1953cbe 140 102 109 111\nc4109802fe2fed50 51 5 21 39\n654d70fcc0229954 77 37 59 65\nb7ecfc1e4f9fbae2 76 59 63 71\ncbf7204b9bdd3bc0 105 36 40 55\n2e715b2e0162f768 171 135 143 157\nac9160cf1df430dd 120 92 96 100\nf87ea75747b2ec64 81 44 77 78\ncca122d2455673ff 77 50 63 68\n135605713922593a 45 14 31 37\ne3f0770b4b10eb10 61 9 47 58\nd549888dd6762b48 210 146 151 197\nab02d0baf04b6b1b 67 22 43 60\n0181b66a65650830 95 64 83 91\n759f916a188f248d 83 37 54 55\ncddbf49df892374c 88 32 50 68\n03482c3bd66de195 95 59 63 82\n5c549af41b41e826 66 10 47 55\ned84c8456afd57d2 84 21 53 76\n17428a1f23edf411 54 25 26 42\nc78130326859c291 47 3 16 39\nfbef04fb266195f9 96 52 91 96\na7b28e1cc95f11a7 67 33 59 60\nc6f8fddaf7782828 51 15 27 30\n7c1333f2b74b067b 106 64 73 83\n3e6d44a66c0d7a0a 77 24 59 66\n5c1a8b644385c3e0 139 103 116 128\nffbd89833d851c18 169 130 146 162\n9b6feea2bd43f9b8 106 58 74 90\n4f0aa4ef8976dc1b 71 31 62 64\n8fae64ef7db8a42d 72 11 12 24\n02b618a34bc12ff9 91 40 90 91\nb358d8f5f5722449 203 82 97 138\n3aa527382acd6c88 52 29 36 42\nf70ab7209d335f09 122 100 113 114\nae58419f15314814 50 5 7 37\n260de2939d48517e 274 219 221 252\n528faeab72f1bc3d 178 146 148 152\nb7f886ec9190aa7d 102 52 90 91\na4cd8a46bda66cd7 65 33 46 63\nedad1175f4a88503 87 27 57 86\nba002fbd150a3ab2 51 6 20 50\n5451cefde53f06f1 97 16 44 70\n4b3644bfc6083588 68 38 47 62\n0c8b534612a0a776 156 81 82 133\nc1c04878c1b9c14e 109 37 77 82\naf97debfdf1d5062 147 82 136 144\n4b341307a872487c 64 31 50 59\n7f22a1b7b28a4a49 110 53 68 94\n0a45b99f42fb0ecb 131 82 104 121\n05ef56b2656c9318 129 64 92 129\n9228abf65bf15480 85 66 82 83\ncced17ea90f202a4 105 50 69 73\n3b9a3688b46bd997 48 19 29 45\nd94947affb2ab72a 67 17 22 34\nf6f99625cfc4ccf0 56 18 36 44\n0f620bfafa25fcf5 66 36 55 58\n0e3951bf1db22064 97 66 84 97\n7f2e89ea00ad01d0 98 56 61 91\n548134d9cebf9854 67 21 32 50\nddfd6b66c73b730d 107 10 30 76\n7d8a6b1c49d06b12 159 108 113 119\n3b1c57027302837f 98 37 64 69\n4526c5ac1bfebcfb 69 34 35 54\ne13cac8dde222092 103 80 98 99\na04f7fefc94aa50d 134 53 56 127\n31607cc68ada0108 49 14 34 49\ncd3f1ca1194881e4 49 15 29 48\nbc70abfcfd247074 68 35 57 62\n44b13221c50914d9 98 71 83 85\n5f9582362fb46957 147 113 118 141\na4c52a5e6413b90b 93 61 62 71\n9ea72f021781a350 73 37 58 68\nf413f880cdafe53c 56 12 14 19\n3c33566bacd602f2 53 15 19 23\n47a07f51fd3fef77 74 26 29 66\n2cb9869cb05a9a01 58 23 44 45\n2c5e21f9f91e2e09 155 120 132 146\nd1919bdfa56180fa 60 15 34 46\nd440584f07bb1607 94 51 89 90\n7eeb899df2ef5f75 103 50 76 83\n0190fe72a727c853 112 63 74 97\ncb327f8f719873e6 94 35 49 55\nb48064453ac33843 68 35 37 44\ne505cd53a4736b31 74 22 35 50\na581b326d9ba666f 56 9 40 52\n10fbe4690dec6258 267 166 222 232\nbce8898e94479bfa 47 24 33 42\ncf2a067263df7f04 66 8 35 37\n178cef169356d4a5 122 16 55 65\nb3ef5ed1402b71ac 91 33 54 65\n97f02f8e86e73725 69 26 35 59\n2a4d835a6e023621 63 19 38 45\ne04218c68bb613b4 71 33 51 55\n374b2f4abac6dbb9 53 23 30 36\n4a8f9d6889992fd9 117 82 84 109\n39f1b33acc70ad7b 66 21 26 44\nde9f9460fbaa637e 90 22 26 43\n39c662fa32a3b5c6 149 53 118 123\n1aff061a60aeb91c 84 37 43 48\n9b1b46cb7f19d9c9 110 54 56 84\n4f55e7d6bbfc0a61 51 16 22 25\n7f6800a9878b31c7 186 110 141 167\n9f34c126ea7882ca 273 255 258 265\nba4b8132d937918a 93 57 68 79\ne8ac7f1dbb14242a 125 74 113 121\n8ffba1ca605b7e5c 63 8 17 22\n787f1f7f6fd8f6a1 141 80 84 117\n77f4ef2dd86aa19a 122 56 78 107\n33f242465f51563c 137 92 110 125\ndf3e36111358ee98 69 21 24 66\n7e0a3935a658b20d 56 16 19 38\n8d7ee62e43377117 126 95 97 100\n6ed6893b1247e1aa 249 213 214 223\n1cd3638cceebed08 48 13 24 44\nf4fc7b56e07188ce 81 48 68 76\nc99c2fd4ebb699f6 113 62 64 96\ncb9e8d4179c6b506 49 8 15 38\n712d582f1e1a5bf1 48 9 16 39\n7b4f433a15f523aa 209 126 131 160\ne83b2a90d1b8c1a7 201 76 132 144\n8e26d4718fa9e01f 67 47 58 62\n9696c0d0a01d2fd4 238 217 229 237\n5d1a818b5ea46668 68 15 18 19\nbc7023de01db3191 83 40 54 56\n41e428b3c7a16695 220 97 159 163\naef133f549f40970 90 59 62 76\nd648a287fc26b8ce 81 44 51 76\n0e41af1514f92887 158 73 100 141\n767be8d5d60e87a0 80 2 24 73\n25468a86d9cd851e 50 7 12 42\n8fdb59b71b1e7cf8 81 52 59 68\n0de79d4f3d7a9171 127 76 97 125\na7a71bf12a4bf37e 146 106 131 140\na705b6b07ff535c2 80 47 71 76\n700528d00b3f9c2d 104 65 68 86\n789e4ce6b871ac45 55 17 23 49\ndd621720b3a5d3f7 73 51 71 72\n532ebaff1b1b00e6 83 65 68 75\na70770ee618ba17f 201 122 136 161\nd7c07da92032b424 93 44 47 69\nff63123a7ef312a5 101 52 73 78\na12619944188db86 146 90 112 133\n6eaf519f1fbf5e7c 108 40 46 55\nf22f531f065d44d2 177 129 135 158\n6e5a239f7b0ce48b 75 45 56 73\ndf715edce1edab4e 159 99 155 159\nc56dcbe238108f74 45 14 22 23\n551bdad039587b15 124 74 117 122\n42cc82972397863b 115 44 81 92\nde012f0b09b87e9a 122 89 110 116\n196069a792ebbf31 69 46 50 62\na5ff4609ed45628b 60 12 29 55\nf4aa94121e4e3c77 89 66 76 77\n41aa58e688a04336 72 46 62 70\n2ddca94aefd55b8f 53 14 43 47\nca55835078e2bc0e 122 80 108 120\n15c28f4ada02cf91 253 213 238 244\nb7321025084ffb1d 45 18 31 37\nb6f59beb7bd330e1 45 9 11 32\n237ef12cd69e2aa0 96 40 67 90\n5b1107af15529e94 46 13 18 40\ne1408f8fe1d21747 65 34 41 65\n69d4b8682c5590e0 72 52 53 66\ne5f235d5870baf1d 54 13 29 44\n2d6d5e82bda0611c 158 122 128 129\n79e4bfadcc365af3 272 213 221 227\nc09105bae9a896bb 50 9 19 21\n7167ff7642c3ef99 268 231 240 248\n7fa7651de34b7579 177 68 103 136\neb3ff3cbea9947c0 63 27 50 63\n0951fdaf9d399411 219 134 150 199\n7157ac7d5d3f39dd 80 47 59 78\n2f25826f0d0ef09a 82 34 36 64\n114d9c301b847239 106 48 57 104\nc35d057c102fe5ae 67 4 10 20\nf3a0d9d2582a3337 129 108 124 128\nd52b984a07fc7b83 133 26 64 98\neee6f411fca1d56a 119 88 91 110\n82825e3929be2062 133 54 55 109\n748e87e6b0e62a72 64 14 49 53\n796eb3606ccdf1a0 96 38 41 69\n7f9ec0d493ba4195 140 101 107 137\n0a0027a48d9ff2ae 157 120 140 141\nbfddde62b6a98d36 49 6 26 30\na7f562aa15f843e6 68 27 32 52\n5e7506cf490ddd31 241 151 188 220\nad3443476e26335e 54 12 13 49\n12dc074fab6ada73 110 47 49 64\nfaad6f447de8b898 67 6 21 50\n4ba7caa04cea37b7 240 192 195 205\n8a180708fb57d359 197 132 183 194\ndd68d4f89207ff0f 77 34 39 69\n15bc7fa1ed5567cc 49 37 40 45\n24bcb936908f3a31 125 67 106 117\n144b95c0c3fbe3b0 108 53 89 100\nc033923b102c9920 51 6 37 40\n7254867acea34464 100 34 36 38\nb70a7c6916d62a85 88 36 38 53\nd22162b6e3164792 70 30 34 61\n91ca67e0e542a035 93 64 77 88\n946b58d1a9d8e230 56 16 34 37\na3e3b8be6a1662fd 82 39 54 82\n83c12f45200f31c5 86 44 57 59\nb2dfe8a86eeb9e06 65 26 37 60\n2b38cc883c900d33 55 4 21 37\n330b925cef643b3f 57 11 13 30\nca173a511467da3e 92 59 61 89\n4213b6b3b673f9b5 103 59 81 89\nb2d62a9604b7895d 57 11 30 41\nd7102cf2ef5a8f7d 130 85 97 116\nfd56ac232431ec1e 74 28 35 46\na5fbd051828e4672 64 40 47 58\n31a087ee5b1976da 112 38 41 88\nf93e9ac4886596af 71 19 52 68\n6a852331b0619f10 71 31 38 63\n22598e2596e6bae7 85 27 46 75\n607c01e4c097df8c 101 9 57 65\n9339d2793fa7d4b0 79 4 9 33\nefd1d407b90e102a 50 24 34 42\n55af29d88dd6cb1f 88 25 41 52\n12e6ba92e82c7ca4 146 85 99 142\n069a4c442912c405 79 30 31 72\n0f18fb6736efb1c2 84 37 53 64\n3a10eb9788bcdfa1 158 113 119 125\nd4712b11bde40385 64 39 43 56\n586f6246380e346a 89 65 67 68\n0d68a05801d48984 64 29 31 37\n0aacb1732fee7a3c 149 116 120 136\n9b107b23c0fd12d7 93 39 50 53\n1d2cab92bdcc1453 83 57 60 72\n755560fb9e846ad9 143 63 85 90\n52ab598ec2a2de67 49 25 33 40\n56933c4979bc7691 54 25 28 38\nf5b89b1a052e50dd 220 152 174 214\nf47dad0f8ebde12c 61 24 30 34\n8f3313b4bba214a6 146 88 105 106\n0f7e8bf1137abcac 121 62 66 95\n0c8c4363e0dca250 138 115 124 125\nb1ee9f10fc740b0d 209 161 168 186\n2f4bcd593fe37158 70 43 54 55\nf2309b1e3f43d138 53 9 32 35\n8498e2d2f6dd3444 79 17 46 69\nb8e0eb3581b667dd 120 85 98 117\nc9129ba6bad91429 58 17 33 43\n0bf152ef84195293 80 41 51 56\nbd9c2b03ba9d6006 65 23 45 65\n0f5c5385dbcd96df 210 113 126 168\n4d568c56810ccdaf 87 2 17 74\n3eac742acbd69adf 50 9 17 46\nd9d16f049af90856 95 63 86 87\nf94da7611919d433 69 24 36 61\n24ad46fd2b26b208 48 22 30 32\na4bbf187deb25d92 156 111 147 151\n30b1d229ad4c6353 163 105 157 161\n98ebee1c36ecec55 200 170 198 200\n1f56ccfabbfce568 130 116 122 129\nd3808e617aee51f2 144 52 65 115\nedafc8e354ce22e2 170 88 97 162\nf9e4896193305279 93 57 81 83\n5537c25a2a4e1dac 78 35 36 65\n33e5bb3820c171a5 105 14 54 61\n51b662c7c60ec7cc 69 59 65 69\na75cc8031d0c1109 78 35 58 72\na7456203dd8fbe27 55 22 29 50\ne2089a8d763f1663 99 45 65 77\nf95804db8b3419ef 62 11 42 56\n3cc97c3d778975f2 48 3 28 33\n4daf919100e878ac 60 16 39 50\naa771b72f8fb72eb 156 98 137 144\n55c99f9550523caa 69 21 33 36\nb792c07d73174381 78 33 57 60\n29c8267c1d10b23e 55 13 35 53\n5b14277732a9112d 72 42 45 68\nce9e0dbe761cd99c 84 14 44 69\neca504acf788bf0a 70 35 42 53\n8135673a5a3e3d17 151 92 94 102\n90cfef1d9f506bc3 185 131 140 143\n88097d40f661ef35 46 3 18 32\n10c551ef9644ea03 145 92 94 97\ncd3227455e5fc610 99 49 52 53\n741fbb3e59f3a016 93 81 89 93\n8fbe371085407534 78 17 41 76\na51ae2b9ca2eadbb 163 119 135 158\n49b8f80c849dc341 67 10 44 58\n38a9a0f5e76103d2 149 98 104 140\n9a5911423709e88e 107 89 100 103\nddc7f2033a69be92 180 114 117 153\nf7d372dde37d82a8 232 182 194 232\n000eb6240f06dd5a 45 6 8 14\n7356a6971663bc46 196 136 155 157\n647f2049bf4cb3f3 53 14 16 45\n65337637a62cfef8 58 18 28 38\n2d5e1c16ba1f89c2 84 27 64 72\nef04f651e4959d1d 60 10 18 45\n1a886edceaab12f3 68 19 29 62\n389df03f3c2d7291 92 49 59 63\n727fd875da49f556 154 82 133 148\nbe75142d4652fe3e 77 64 65 73\n55274497e0e4f397 45 1 22 23\n0c9c387ae23d090a 57 9 43 47\nf2ac94f8a263d7d5 92 33 41 78\n966a5307cda23c55 169 88 119 168\n20de87f0b3f2d136 107 58 60 92\ne0e489e26ec46229 77 33 40 47\nb6f4fc544bf871cb 60 29 44 58\n45592a7f307bccd0 116 28 42 97\n2473b5003a95628c 147 99 119 129\ncc49910c79f0609e 213 135 168 176\na5aa20c038a696f7 65 26 52 54\n2d60837ef2e52abd 51 10 21 47\n497f507a5901bf4b 56 40 45 54\n28b06f7087798198 95 68 76 81\n963d879678aa91ed 45 1 4 39\n91fda69e1cda4602 91 59 62 78\n45cb862034851efe 92 25 39 55\n0667d5bedfdbc555 87 48 53 64\nc4ce0cccee5000c4 129 74 110 123\nb4e42cd339a79f12 67 20 29 67\n25d8e374a2dafc8a 97 60 62 64\nd4265596ad1d389f 72 41 53 68\n70b0a33083333dc9 77 31 35 62\nf5f9284fbe976ac6 82 35 50 70\nb43aa92e530e2aa5 74 45 46 51\n1930a64d9a119b13 186 116 168 172\n46e2ddf094d0c3a1 158 70 89 134\ndbeacd35503e7aee 85 54 57 79\n29927d9ef0b472d7 128 94 118 124\na5094b8969a4c5bf 45 4 10 35\n8c2d5f78e39a0a46 76 31 39 50\ne4ff8d1787cceab3 46 26 35 44\n2c02607ae436a9fb 220 152 153 205\n835245dc585f2859 93 46 52 93\na7a6c2f3cf54aef9 212 157 158 191\ne73e0e059f8783a2 245 212 227 229\n08072d6cc8e8711d 57 22 31 48\n06db5bb2465ae58e 88 24 31 80\n3b273cb40c55db95 54 6 37 42\n371c9182ffd46ce3 65 34 44 63\n57db262183202597 88 21 60 84\n7fe41aea4712cdb8 156 114 139 152\n38f7ba7fd9a83069 60 25 33 48\n7f3e044dcc46e055 63 6 45 56\n487d83675a8d1574 79 39 66 74\ne7b5573a8a349fbd 84 43 50 77\n651a7f83ed093001 244 128 133 216\nae8caf9ea633a5a0 246 194 202 207\n60579e8876b01b2f 200 159 177 188\n6ff8a81d324f6019 89 45 50 55\nd17f839ab9e08ea9 139 65 67 85\n411a945b4493671d 51 3 17 24\n1a7d164646410568 103 61 83 90\nbf6491a3966ff9d7 83 60 61 73\n97ef4323919c5e8a 66 6 59 62\n35d5a242ba40f31f 69 47 58 61\n42b88f7ee71a7ba9 60 20 35 46\n9df69339df5f3fdc 66 16 26 56\nd030c6261cd1abb4 59 26 49 55\neec8ef2fe16dc804 55 32 41 55\nd8ea730c7ebc2b15 232 179 211 214\n73d6f935f31b3fd4 70 13 56 70\ne65e477a2259ee1d 147 46 61 105\nbcb3e61c29285c99 95 41 56 71\nb3250a0a2d9009f5 76 15 26 44\n84dc96c4d23ae77e 100 57 61 86\n95118479b085c02a 57 28 35 55\n33842f4b169e4145 229 186 204 213\n06d8995be6aa4db6 72 25 52 58\n2b1d7fac3c4aa643 108 75 80 84\n2dedd50196fcd8d8 47 7 18 47\n5cfcfd06bf95c274 70 54 55 58\n1d704b9365e9c86b 159 78 117 130\n6227136f87486626 255 201 211 222\n306e2b7785657539 111 84 96 107\nea6645a9ea0a246d 119 48 51 90\n072a60bc7e0b0dfd 111 30 41 106\n457a1ed78b1ddb01 103 35 53 92\neb6fe750d492236b 196 73 147 152\nadafd7e7453e6c7f 265 182 219 233\n3e07add8413f8157 223 175 207 209\n60228a8a6d2b00df 249 185 230 244\n01cf55ae3e378faf 165 37 84 155\nc0cae0d6cf77466d 108 63 95 107\n793f0043431013f7 85 57 71 73\n63f5a76a611bd340 254 156 165 237\ne99a97fb863e6a9d 63 33 34 56\nd6810088d20057b8 78 23 31 72\n756dfb036dd20adb 94 24 34 72\nf8c255e4f6f28bdc 96 70 85 90\n3bceca99e87d64c5 54 8 17 31\nd0bd753e8fe4e2d3 77 37 43 46\nf4d1d8343d1cbdbb 67 34 42 52\n11fcbcdb1dfefb38 89 65 71 84\n504e98d08e4cf00f 65 15 22 53\n610fbdefdad11b29 74 27 50 74\n838a6871a8e181de 91 51 74 79\n55fcd2b9e570c4c8 123 31 62 85\n37697c41773d597a 56 40 49 51\n111356766833a7df 69 46 50 55\n01aaf4ebb084dc16 264 227 237 246\n74d90d151c3b4237 47 14 21 42\ne4596877e8d94040 111 70 85 105\nafa27c12d2fdddc1 231 179 180 208\n02b406d1e5e31d5c 59 49 54 57\n5e12cd34c3b1fe72 57 10 35 46\n2b4a934049f932d0 51 42 48 50\nffd9cad0a4d2ca75 54 5 12 24\nb23acf2348354621 154 82 94 134\nd8a96659ed2bd380 221 115 141 201\nb407e1b5a428f463 169 112 119 164\n0d8fd962cbfc81b7 85 26 33 85\n007b4ae7c05f2ea2 231 174 218 230\n808386c2ae9d31e6 115 60 76 106\nd2f5e2cbbf1015f5 85 11 13 36\n4ac044dcaa428723 86 45 47 68\ne9f5da5f5d7c0de4 66 20 52 53\n5aa4837f65df42a2 59 42 49 58\nd148537296a4925e 124 40 111 118\n9186a61648523837 127 69 87 90\nc4688d5ce226a8a3 64 15 43 55\nae8ea9afb925ee77 198 174 178 190\n452e9c4e4729ddff 67 26 31 66\naa8cd8c5ab8576fb 73 33 45 61\n0f540553fc30f16d 104 35 53 65\n0d46043105cf3185 137 101 110 116\nd35f508ebd80e610 74 46 59 73\necdec2a700fbd0cb 75 31 48 75\n06954737f53b8688 167 120 124 164\n32dfef9109202812 61 42 48 51\nf4531998080f8fce 69 19 42 46\n00969c45a093d43c 64 0 4 37\n0516a5d959b58cb3 90 55 60 63\n0d82dba8f137e3da 55 17 27 37\n3c5163ede747b187 61 26 34 48\na71ce4ca6d088c99 194 143 185 188\n9240eb57425d3e61 137 46 133 137\n8383c3848d7b6793 51 4 10 40\n449c34eaea295942 60 11 18 39\n64c5eeee42ead135 63 39 41 58\n61192009ce2e8d25 209 128 129 178\n5eb4f61d2fc01423 87 15 43 58\n3f89e23583c36441 178 92 98 105\n0ece034988793847 117 50 52 111\n79039a7f117fe5df 125 83 88 110\n6f0848af3fdd300f 58 6 40 49\n515ff56d91647ed8 67 55 58 64\nef6b6088c854be6a 66 15 27 42\n0131c9aed0fb3940 166 108 138 143\n56d52adb40f43006 87 13 21 86\n8f6232b4894c548f 72 30 32 33\n5831d0efd932b661 124 37 53 84\n997cf2dce8841462 249 170 220 233\n432fb354aa710e62 111 67 80 101\n4cda491521679291 66 39 57 66\na5bf307def4d3139 66 18 29 43\nbe9cc6b6650bc49d 71 39 48 63\nf16acbb21852bd7d 88 19 29 61\ne94154e96e881563 46 5 18 45\n5a88a7628a024a8a 112 39 64 108\n2b3e3c5d30c17bd9 90 26 38 48\n66500f98d54ecd37 72 44 52 64\ne920e9ee74ed273a 93 47 57 64\nb0c41f5b2480bb8b 79 49 54 72\nbd6f17493a9d5eeb 100 27 51 53\nec2367a92a3ac765 153 38 55 123\ncc8215b05c6778d0 133 38 58 99\nb0919c7c6ee9ccb4 101 53 68 78\n537b5c660ad956d7 100 38 65 79\n96d5582decc8c3cf 157 129 135 140\na83b470f7272bbcd 68 24 56 60\n96156703cfe23834 121 71 75 83\n395caf9235fde098 57 11 19 32\n1a2e68ddf807373c 180 100 104 131\nd0d176ef9f64504c 192 63 72 94\n9c85f12e4c5594c1 184 118 169 179\n523ba383f96f31da 158 112 131 136\n38615248b52e2834 92 19 47 49\n4263257ec6099434 83 38 74 81\ndc7c7a8a4d5ac4e0 154 91 113 133\n26337df1ebd39c1a 73 23 53 56\na5596bb58d65e134 63 9 16 42\nbc1571b6ae57de68 147 67 86 101\nff20a3e943ea6d63 209 122 126 176\n710e3a4b76271286 79 31 40 66\ncb06f426fb1e1ee7 244 168 217 233\ne20332acb9776bfe 76 40 53 63\n93f5d043b5efd9fd 64 35 56 60\nfef6f87f0eb94f9d 126 38 81 125\nca23cb4161bd6c27 117 80 82 114\nf9f0a9d133947ddf 58 21 34 50\nba11ddbb8b6f7b51 96 37 80 81\nfa7ac0885965196f 78 35 60 69\n9478dfa1b2aac888 77 47 56 60\neee309b82001efcc 75 27 57 72\n472e2674ece00632 56 5 15 47\n53eea5336472dd68 128 67 72 125\n0e00a382b62667c0 56 11 37 39\na94fc67eedfe293c 52 13 28 30\nde5a4241e0fc256e 106 27 44 100\n4d4e3b5bdb340bc5 95 52 65 86\n32cccd10c84b4529 97 38 94 95\nd4797d60785600e5 271 256 260 262\n7fdee044fb73c083 63 17 25 35\n173a82eeea56aed3 165 108 155 158\n5b578354e2ff536d 123 62 93 106\ndaceae3c5381041b 274 193 246 249\n3776e900791c1553 153 78 107 129\n7a0a8563edcb2777 134 72 112 115\n847f00dbdb354932 275 203 204 222\n83ceef672f798063 119 33 45 80\n3824335ebd7a4097 71 37 43 50\n2e554e99d045b484 82 51 58 63\n1593596b99e2dde9 223 172 205 215\n6415ac1fb927e931 196 151 159 171\n1b1816a2b83a5ded 160 104 115 141\n99440a9c3bbb41b4 225 128 150 160\n594c2bd3e4866894 116 54 104 111\nd73ab8bfb0690400 61 36 55 57\n07479835711d6f8d 62 12 50 59\neb892617e62c3cb1 70 28 38 52\n8396d1c25f4fcbc1 153 51 135 139\n49f6f14c580b71b9 69 16 39 47\na0e3a397d90143c7 276 149 160 221\n758441d28bf18f52 106 87 97 100\n03f1781c4cc126e6 48 10 12 33\n4cb669bd62a4ffb8 65 7 38 48\nd29f030c2f30de80 128 21 68 77\nef701392483196ac 63 4 37 55\na65ad33fc3bad8c4 76 35 36 39\nd1114d98f7321028 71 27 37 62\n5ef2c407a91164d6 165 120 125 140\n9a94edb1ebdde345 156 115 128 137\n45ac5168bda9d3e2 93 50 67 92\n289ce0f2b82dcd0e 48 6 18 23\nf12af1bc54560b02 89 45 64 68\n636b6fab2550a416 153 102 109 111\n81656a7e1b5e50f8 80 21 24 70\ne0cb68eea3732560 109 59 89 95\n7634487972104d11 173 43 48 104\ne2a9aada84cc6dad 122 34 58 110\nbd124cbcc8499c35 50 8 13 38\n8b7b1e3b17e1f65e 83 39 49 54\n41016527728cae5b 78 36 41 66\n6c31ace888b61e64 204 153 181 204\nd8814c586837d983 145 92 93 132\nd52cb5376bd64041 156 73 132 135\nd1c2132bcaf8c8ff 55 14 37 40\n32eba3e4cfb61f93 73 46 59 72\n0090cc64d7b7bb24 115 43 74 107\nfd7d74cda1a4647c 72 34 36 46\nab9caa524b50a3ed 66 60 64 65\n5e2c2ba8e3f43930 84 50 68 73\n5b24d7524400ba63 84 46 51 73\n6816c423fb2b2603 51 12 15 51\n0beae06611ead92b 184 73 93 156\n77e494623701b783 163 143 153 157\n15d324ad8ff2dd83 58 19 37 58\nb36b6680257fb62f 51 9 37 43\n1356044ed255241c 46 30 34 46\n1bc87f52eba89cc4 84 41 45 82\n1d1cafa3e27da040 71 19 33 50\n602924db2002b913 52 12 28 49\n0e714d042fa59506 136 75 107 116\n6b6f2e600be49cd3 103 56 59 98\n80731b22d1ae18fe 59 18 30 56\n1cddaac7be8ecfa5 57 23 24 40\nbf2f95468d2f3a94 58 20 50 58\n1fb651cd12893f99 65 29 33 43\n3714123f055e06a1 150 73 95 138\na58691cd3790a330 75 50 53 54\ne16e616763c90f55 164 113 124 128\n6f10a628fb152c0d 68 33 43 53\n617d74e8fe12dfc5 70 28 58 67\n4bc1c3a888a8bfba 84 40 74 83\n584f2fc6d686aebc 246 212 219 228\n049a98f70ce9f471 202 116 152 202\n75dbccdce05fc875 64 16 51 53\n4cbb82a6bab25a0f 72 29 47 51\nd5c7972d2fc031d3 105 33 40 91\naf82449f47af4000 109 31 79 99\ne4d0c443da0a410e 54 12 20 24\nb076e5db74620552 55 12 32 49\n27f3ccfb3199499e 209 111 156 208\n65c3b0bc4d1c4937 56 30 49 52\nb142a3b0f2424c63 256 206 231 254\ndab11e3658de864c 103 25 32 64\na6608b282fd56b6a 131 75 110 122\nc6d8983e036f624a 87 32 81 83\n5944ef3bc109fe8e 197 84 105 112\nd637371420a611a5 112 36 59 107\n25eb909bc9207b62 104 86 90 101\n1de1b73fe4d6aa77 61 19 33 40\n55b512c313b9f94c 57 33 38 45\nb12a86f213f4b4f7 46 5 30 34\n1edc6b95e84127b6 86 25 40 72\n5ab6c32ba3acddf7 170 141 152 153\n78f4b560f9ebc1e1 120 84 88 106\n338ff9f6c02a6a40 78 29 38 48\n56320b37680175b6 87 42 61 81\n0eadbf8806794990 154 104 134 136\nf557b08a4a69ab5c 57 19 23 25\n9c76d9b93e06163c 103 58 93 94\n2b973e6f676eb243 89 77 87 89\n8fc8e232944734bc 97 21 30 69\nd751995260cd797b 206 151 169 205\n05c423623c9f6f56 68 17 21 50\n40f92f1e65a5e1dd 83 24 39 56\n74dce1dd5e07754e 160 119 132 141\nee4111163f2a4f9c 137 74 99 116\n4f1e8e3e0ca5f08f 95 45 67 88\n33f4eeb64d0c9c1a 152 123 128 133\nb17cbe416d6c9144 55 9 12 35\n3260a42ccfba8973 59 27 29 53\n4f3f74d48608536d 146 102 112 121\nee449870b417dff7 60 23 48 58\n9d8a4c0edaa5660b 48 3 10 33\n7b6a13ed373bafb1 114 49 52 102\n095fb57435b7d890 86 26 37 78\n7ab8aedca7d8757c 183 82 150 170\nf8b6ddff8ac15284 160 135 150 157\n760eed8b3b2d193c 127 74 102 120\nf93a6b5a5c9fdcd4 59 12 30 46\ncdef9e6563e99383 136 26 64 125\na57b2462f36f2fbd 166 78 93 108\n7f6ca18d29449b97 80 36 67 75\n58c7cd265dad22c4 69 6 30 69\n4242fb49c775710c 80 55 65 73\nf7b3d421b8b09103 56 5 25 29\n002ae53df0e0afe2 46 18 30 44\n588cc769c31e8e5d 48 10 14 37\na17fdfcb519750eb 73 32 36 39\ne5283321fd627294 59 39 56 58\n16a7b5a41f31feb8 210 146 167 203\n74c5270c0509598a 158 96 114 118\neca3f5a4e9c39dcb 65 9 11 21\n5f8d3e74c44ebfe1 77 42 64 66\n13fcc228c40a0e67 93 60 66 86\nacd498c538ea838c 180 140 151 168\n81631caa82417133 88 52 59 63\n0e241f40ce0cd802 52 25 45 50\n7c229743606cb149 180 157 167 168\nbe46ebf723a08b6e 91 11 50 59\n283334520a3f8a43 98 37 72 96\n3420d39fbe2754cd 121 101 108 110\n654a9b3e9275de95 202 111 146 177\na58cfba1b939271e 116 79 83 100\n5bd652e5e88bd99e 142 102 109 139\n4c791225522d45ba 136 43 80 104\n87d7a86f53856f83 167 51 57 143\nde679a299a3c2237 135 57 72 95\n3a6dc09185951ae3 79 56 59 68\n795919ce5d3a68bb 48 16 25 37\n3f79dc32d575bcdc 133 51 57 98\na293b394e08f7295 84 36 58 62\n4a2d6753676df096 140 93 95 112\n29832cbdb4144601 130 91 100 101\n7c2a1a21f98565bb 64 9 19 56\n830b9cfa875eccfb 163 77 141 153\n2ad50852a84faf51 163 122 127 148\n11e62395c85c250d 235 161 170 195\n71f92f3fca96eec7 68 17 24 47\n196ffec2c68cafd5 271 226 239 268\n4c943ac66f6c277e 237 153 167 178\n4955f54f807ef5aa 55 11 43 44\n84718a93683ce89e 57 15 23 41\n291bc22350620114 67 36 47 65\ne943268225439ee2 114 67 104 111\nf2294c16cb7fee10 82 35 53 79\nfd860acd024313fa 45 6 12 28\n5d9f7f0205f7bee5 78 20 54 74\ne6d0430b2855eef3 50 6 7 14\n2d3e1349898addb6 112 69 74 81\nae4ac70af9dffb2a 162 89 109 128\nc773a3d1819c4e46 185 140 162 173\n872994d87d80afa1 50 30 38 46\n7ab4a477b15e33de 148 84 122 126\n8f7a06b942bb6900 84 32 50 62\nb3fce22970354e15 138 113 117 120\n6c42b1d8b83548c1 78 31 44 46\n020a41f988981396 99 53 82 93\n39987911e4cf003c 60 10 25 38\n1c144e2404c5da89 97 41 56 64\n1fd615fea825fe87 117 55 103 110\n36f4df3e0a1ade5f 65 27 59 64\n7a5e19ae6ae54dbe 110 66 81 83\n86b75053e13f6172 78 23 25 26\nba72c19e113bbf12 161 86 102 114\n0c8438d86bb28f7d 110 63 85 89\nce69e6f9387f37b3 85 37 52 74\n699d4a33932c2025 51 9 25 26\n5a54b7b3ed9e2669 63 20 30 44\nc192371973923223 167 88 90 158\ncc30dde87a8cd5e5 273 234 260 270\n33baf3e18e5d7256 151 50 102 142\n542727f310bc5f57 192 154 158 185\ncccda9616bbe47b9 77 41 46 76\nb27f1bede464ab39 100 49 50 56\neb6c0d960b5ad011 136 109 128 132\n18c4fcb88d1a864f 46 0 16 18\n8c217ede015a8f32 172 139 156 157\n49c758aa3c35ed86 53 21 24 38\nf0feab036acd7195 51 13 24 27\n3a488ff3afa463e2 56 11 30 32\n46e653208e529783 58 12 25 27\n3289ad7a811d2348 96 48 57 80\n91bc7664f64cb914 71 23 28 61\nabe7bce073b9ce43 103 30 43 65\ncdb200a16eef815b 117 65 99 114\n0e4f56edbc3d8cd7 52 7 33 46\n7958600c70ee8a9d 140 42 97 101\nd42a67e5ac57d575 73 51 55 62\n4ec53b0f301cf02b 131 75 114 123\n7cc4a663a73167cf 73 43 63 71\n7757f4f48eb32176 88 33 67 75\n70d327d36d36506e 58 35 39 50\n4b7071b34e8cc67d 189 73 86 112\nce70d6234b88e7d3 55 35 38 49\n69d91ba3683c536f 131 63 85 121\n7233c56121c0e59d 129 26 91 125\n9bc83568fbc79825 184 92 160 175\n882d8c9cf2b9335d 53 13 16 52\n7163869be06d7dd5 181 81 91 161\n8df1dd08f3e0a8b5 184 150 159 163\n01e18dbbf22ff263 94 37 64 66\n6748d15e36161596 65 31 42 46\n206d9828d717139e 70 37 42 64\n396065ee739ea046 95 46 63 75\n440b5d1587251680 101 72 74 76\nc6f50806957eeab3 92 43 46 90\n48bb743178166598 83 38 67 73\n5888931fbc2e60f3 58 14 26 32\n2422f760ea77551d 77 43 47 75\n2064e46352532375 174 130 155 159\n667d53e90abcca1f 57 13 29 31\n0b211a1457076450 197 150 156 158\n3858fc4475d10c78 159 107 116 125\n29f52c76f269ae48 125 73 97 99\n1f62165dfec00c3e 120 72 83 98\n81fa34d3ed5c9442 65 44 45 50\n3317c40fd3e0a7b7 128 68 86 95\nb99637de9f6c46c7 88 37 39 59\nd60faf46f4942be4 107 78 91 99\n5ed1e06eb0e0a737 87 42 82 84\n943af1dc7ab5de43 62 15 26 34\n12e985eaa4b79298 163 128 132 157\n92a4b012b58e507c 78 48 56 62\n47573da5cb0e5e44 134 44 86 109\n5755647fdc759259 73 48 55 63\n5af87e033b9f0437 46 16 34 40\n040a26b288e7bda4 226 152 188 193\nb779ba4f3d024f39 61 16 25 60\n21e97eb0cfbff775 72 13 61 63\n5bdfcb2cf3ea6b54 61 31 38 59\nbcc6b5c21db0dc7d 115 65 80 94\n6b6d20c6a46b9fe9 82 47 48 68\n424f597efdad3067 61 26 36 58\n62523c746b75f427 83 21 23 45\n10ea3faaa29f4a88 59 44 48 51\n677866c08739532b 221 166 189 213\n075654f497170f90 277 203 224 257\ndc834c974b9c9850 48 20 39 48\n1ed5e32330ec25e8 120 62 76 113\nf9bd444ff59144bb 77 40 62 66\n0b1b293ffb0e2f51 46 20 24 31\nd6ae117e935038e5 69 28 37 68\nf7ca708f66179240 83 27 37 41\n15e0783c6b9683be 154 70 132 141\n0e6f8d0eb4103baf 50 4 27 32\n7e31f7d45c3cf0b6 85 47 62 82\n92836b807c80435b 86 32 42 57\n498688760312447b 120 84 92 99\n26cf19ef6b2b7404 116 99 105 110\nac9eb266e549b780 131 78 101 127\nfa4a47d5de18510e 47 20 37 41\n18502a6651367e71 115 56 106 112\n015d8a2a2834d38c 257 197 250 257\n195ca8350ff27f6f 233 107 138 190\n1e1e13de4ebea05a 179 155 175 176\n4089ef1b1bdb1d36 53 10 33 40\nc0bdeae8f2b84b7f 96 25 39 95\nbf549f266fb44586 47 11 39 46\n3f2bf7371b72e40f 92 40 46 60\n227c21a8dd87a153 64 20 25 48\n778f68c53772af85 46 24 35 40\naf5edc56cc39ad23 87 52 70 75\n095441304a817fe9 68 20 22 33\n826e80aa42b1ba40 135 32 51 113\n1c9772d765e0679e 187 58 66 101\nf3fb010a1ddc947d 94 16 45 74\nca95b6e7bfbc8436 66 25 38 40\ncca9a1bee61693d4 111 55 73 82\n676a6b3f0dea4b12 79 32 51 74\n0b04644621e97d30 53 17 23 36\n8d8aa8c998c02dfe 83 34 56 59\n8f04f919b046336c 74 17 19 40\nc78856807af46290 242 175 179 242\na247b339f81ebe2e 108 67 68 82\n45e6fa48ddd00e87 209 165 166 193\nc5e0229909535256 99 61 68 97\ncd60cc2edf2d6ebf 91 55 69 80\n90cbfcf3d8974851 129 86 108 111\n546b546cafbb0ca5 87 49 78 84\nb4e19508cc952d96 82 17 41 67\n9bbcf826d1eeaac8 124 72 82 116\ncb0c26c855110d08 66 9 12 32\nc6cd77c8b17f8d05 160 110 115 143\nbd3029491f3b5477 46 12 31 40\n2868a1b43e9eceff 92 18 29 39\n6a4a52e3c16e0f4a 70 43 62 68\n39f444469cf39006 178 93 100 171\nbf828c70b94f0645 86 45 76 85\n3be029de36008afc 165 116 130 157\nf43420f8216f180b 73 21 32 37\n8c3cf8cab7fcc03e 72 19 34 42\n30fceb3b40ec062f 107 26 49 92\n2b8778726c1f2fe4 63 23 31 51\n5fbace6c6ca56228 76 28 33 66\n397da8e32c2edd65 120 64 66 70\n90ac9eafdc254a62 52 10 21 49\n86746275bb619279 54 23 26 52\nc4390abbc27cc05c 130 72 74 119\nc20acf0b8ae18651 50 2 24 45\n0c2b3463c27c5ac3 100 56 59 83\nfdf17f383d76c327 190 138 155 158\nb7c282aff2a43dc3 79 48 57 58\n3dd211f3865fc234 88 55 60 70\neac5b0dd7cd2b01c 78 12 33 70\n3cfb4c69b14a1970 186 164 176 178\nc30d67dfcd34b670 99 44 58 62\nd9526345bd1c9ed1 68 31 46 65\n47c88dcfb1134255 125 82 88 107\n91bfc35b8ff7e593 248 205 225 247\n3af4c4e5a8ced21e 70 6 44 53\nf79a582b040e997f 69 51 59 63\nda6d3ec1cb4cc27b 86 53 58 64\n9af78377c848afc4 104 63 98 104\n7e02a036de62e988 69 40 47 48\n6fe442e8ab09fe70 76 32 55 63\n22b16c2f5af0f3ef 140 88 117 135\nc0b4b9d69f8694e1 218 180 196 199\nc318100fc0b93813 51 13 16 51\n43db8c6515021c01 90 18 55 85\n12691b0622a823ba 68 16 54 59\n71c937485a588180 78 34 73 75\nbe5146d052ba89e9 72 33 50 58\ne1242403844f68dd 166 50 74 98\ndb22a73f5841d0bf 65 50 58 60\n1d36cd02a549e244 65 11 29 41\n8346d97e523bed6d 60 20 40 43\na960f29aac73151c 63 13 14 35\n39424be692a88364 47 12 29 40\ncc6384ff2733d7c6 116 60 70 114\n5f38fc5d3910c6d6 55 14 24 48\n724ef6a3c95507fb 104 29 58 88\nb9940d29be7e5154 137 65 73 129\ne427151902da337d 128 81 105 110\n2a7387e017c241a4 66 15 31 62\n392c21ee30b21459 97 80 81 85\neae4850a8208dac7 81 42 55 77\n824d71d535cfb8a6 99 48 63 92\n6b6f125129d33bea 127 54 73 119\n5982f4d2e4ab094c 257 159 232 243\n5f5dc0d5714db647 92 15 39 41\n755a04a95cecafd7 89 35 54 80\n70c0208b58192a51 197 147 162 194\n5cce330e210390f8 72 24 26 56\n4d32701d6d977b1e 142 79 122 135\n59c75010c3c87a56 158 98 105 123\n0122933cf8ab3317 269 191 200 247\n1a3b21d1505c8046 57 37 44 52\n139055b26734436f 58 12 20 55\na665e1844f299737 85 72 75 76\n171403db6cb88926 159 74 156 159\n7c9971fb046c8d9a 62 39 49 50\n0d01d4d6c5d5297e 67 38 50 57\n7f02b92b02054056 73 45 48 55\n4edc4bd321e79bb3 47 17 25 28\nec2745428712d42b 90 38 73 87\n0e2c96cd97e73a38 46 13 27 31\n2eb515bff528d3c3 139 111 117 130\nd4614e0f45d75411 50 11 23 38\n138bb7b0b25e4669 134 61 63 93\n3783162ee796a21c 90 24 74 76\na65bba28a045b797 74 23 30 74\nda1719931a8bfcc0 58 22 25 40\n91003e6d8ca5edff 69 12 15 48\n63bbec5b2c43e0eb 74 17 44 60\n4130aefaca885090 89 50 51 56\n7191bbeaae9913d6 62 16 32 56\n646a8d75b0253ec0 67 43 50 62\n64e3cb9c2f6e7160 54 5 8 27\na96b791715eb6fc4 97 54 87 89\nf774bf01fa079987 143 63 83 91\ndb50799f4ed823f8 46 10 28 39\n6263d5147e42a3f0 97 60 66 84\n4bf9ef4705f35e8f 58 26 27 31\nb019544d6c047f77 125 44 68 85\nc44ece72968c02ed 71 26 43 46\n12dce44829d88985 181 78 89 175\nd56a801fae1ad98a 65 16 39 51\nd76607d37608e7ce 109 57 63 66\n537b6025597bfa35 249 197 201 204\nbf3d04f34a597b40 46 20 30 38\naae70c6fa6094d11 53 20 40 51\nf1491f77f36896d5 51 11 31 36\n47b5d62899ea4869 56 2 15 47\n0ede2c8fbe52c1d3 67 10 32 64\na25c24839b6d427c 88 35 61 85\n9754d9df0b3a33d8 150 98 133 143\na5845c40c9a3b5fc 100 42 50 59\n06058474f164c53d 248 203 233 247\ne81a09ef63b432f1 88 77 78 84\nb91f6cbd009997ca 195 150 160 177\n7e490c28db9ba35f 48 25 26 30\n828069d300980423 117 65 97 113\ne72a2c3f8d113456 54 8 24 45\n8d2b9a87c140969c 133 58 89 124\n46c9e2d86e7d4c41 82 55 59 74\n487e2f9d93c162c9 87 5 38 49\n90199bd048843777 99 53 73 98\n03bcb03930ff1ace 132 95 117 124\na9aa153e56d42a24 180 75 102 158\n80d4d88a8fae957d 62 23 24 32\n91ca1a8e3257081d 106 21 81 84\ne10a99d73518050a 85 54 65 82\nb06ecc51968af19b 96 51 73 87\n2ad4ea800caafe09 64 13 17 27\n2ffe00ad70fe9c00 73 60 63 67\n0f1f245fa1c181ae 156 45 55 156\nb838a34c5884a7fc 79 41 63 65\nc11e65f0a568bfff 73 37 40 46\nc9753d2d1f66ab43 92 35 44 87\na0671c9cfe5a2777 56 8 24 28\na03594dbdf6e6992 127 61 79 105\n4771409f1d4c017a 49 2 40 44\n4938177a0e6e2fbe 217 175 183 199\n32294ad73efca3db 210 114 128 204\n661caf1253b8ac0b 127 92 102 123\n5570474575713996 66 37 54 56\n6ea698b2758e7b75 71 30 41 60\n03e141d7afac53e4 105 43 63 105\n76466eea8d2ed2a4 74 40 52 61\ne38b31c94a851c67 63 12 33 42\n46fdfa2a16c7c811 95 46 67 75\n67ebb21cac8007c0 54 15 30 35\n79e41e8ef0be37b0 135 78 84 129\n99d2a9d83c84a382 45 17 30 38\n36977643258aa392 97 67 73 85\n74f0df58af67db3d 248 221 226 239\n570df8491b7dbe68 65 29 41 48\n776518d4349b6098 148 43 66 94\nf18bcd7fe4f9ed5b 105 55 77 81\n0553c19e8933374a 120 62 66 102\n0e060f89ae0a469a 70 24 33 35\n1c742e548e8698c9 63 17 37 46\n7a874ba9dd12cff8 53 16 33 41\n9ade3de25195709e 51 16 28 45\n2a41503583d146ed 167 100 111 151\n411c4dd047c49cde 115 59 76 81\n5e040cd0758dcc96 132 84 107 125\n6ed778f27070d0b8 66 57 60 65\n78340c5032da9768 54 6 11 42\ne89e33990a253fe7 58 14 40 53\n735cfe5b4fcadb57 138 37 43 127\nff0749db248be7fb 134 51 84 97\n5ec63def20f953d4 50 15 16 23\n9a33ec521f9309ad 90 10 18 90\nad70ee13c2907a28 113 84 87 94\n0539bcecbc483dfe 66 43 45 59\n6382b931b5db6933 103 60 64 81\nbd284b553bd53937 113 55 64 103\n74556b6ffb2e09ce 111 69 70 104\nf793e374e29bbd16 155 89 137 154\n816083dbb9f9222f 184 118 136 161\n6eee39e72091b94f 129 95 114 117\n6bfdc8fba533b80b 108 78 79 94\nff58ffaac40eb035 58 27 31 40\n91a9d523f9fd0da2 138 100 102 133\n8d26fa274011d7a5 71 26 49 71\nfa60fab979100404 262 186 217 220\naefd86f8dce0dff9 80 39 48 73\n296ec0d98f4d4151 131 77 97 119\n4828fb60e4a871ee 59 9 30 46\ne818e33eef1fba07 113 17 57 72\n2d510b02062e6ec1 46 5 19 32\n00a54225c5cb1913 57 10 37 53\nadf922b462281699 69 23 24 25\n446626a2bd617d24 97 59 81 92\nb4944635e320b7e2 122 98 114 122\n98baa63be3c8d972 70 19 37 47\n4ec2510baca79e6b 52 18 36 50\n2c6fb46edb748fe5 121 99 111 115\na1c1bbdcf7044b55 270 163 170 245\nd935340627e379d5 51 19 25 42\n1515d37824dd6b22 248 196 204 228\nda776979cf3e60bb 64 14 17 22\n6e732d8294b42cb2 47 18 20 23\n1f079ee70c21002d 157 95 106 134\n9e9abcf868def66b 126 85 97 106\n67550b0b94607869 67 17 34 42\n26756a2949159fad 63 7 18 43\naa28c267679a0e92 176 99 147 166\ncf56c91d489a13e5 278 195 249 274\n9bf5cdf080f47209 58 45 50 57\n069a9416dc6a373b 74 18 45 59\n2c48ab563b92a1d5 97 69 77 82\n9bf9f3c5a3beae72 74 17 42 44\n4d162b68bb19944e 78 37 54 67\n1cc1ff58dc89d230 145 102 120 125\nf83c61b3be7f9e0f 77 32 38 67\n7a4f2fc608aaaa3a 178 79 100 134\nc35ee89f14344a11 91 47 67 87\n90c04a7e5ea87bf8 48 21 27 36\n460455f96fa1a1d6 55 18 31 34\n83fce665197661bc 57 16 36 50\n1c5514d49d61bafc 75 14 15 25\n85d5e67f108f6d25 83 28 61 63\n965f6f023c3a74e8 84 41 43 79\n8c31b5348ee92edb 255 211 249 255\n7ee58108d3e509ab 73 25 51 65\nb069002c7fb91d78 75 15 28 74\n8ab4e422f733d62c 85 42 62 66\n8831b4796894fa86 99 69 73 98\n4317016b336431be 126 67 79 110\ne5dc905f2d09e08f 94 46 88 92\n8a2f8d48f81d6f1b 110 88 93 102\n388cb2f0ff1a6cad 56 33 37 46\n9266d12186a3612c 179 118 131 132\n6ab8e820c7b718c0 198 139 195 198\n341486831d3657b8 51 6 20 50\n0a5eeb4466dd19bb 197 109 153 191\n7fad45df233ddce8 55 14 52 53\n75c7801702268d0d 122 56 59 87\ndd079d20965f781a 278 226 264 274\na207c644e9d3dc96 83 16 45 62\n6cbe92f07b0e2adb 140 97 105 109\nb8dc10bac55b02ff 59 7 19 29\n144c2c2c52734f15 60 40 45 54\na8d08ac825b73e6c 95 48 49 77\n888c0f8b1eb412e9 92 36 69 74\naab2e43d122a5068 50 3 16 47\n2fca5797ae48529b 90 42 44 86\nd8a33236ad25f1f7 74 33 61 74\n25cb07fc0e6b4b4e 117 60 109 113\n91d121e4f1068479 149 80 105 137\nd196ef0cbc7584ed 84 43 58 83\nd0f984315730fa83 96 64 66 93\na6f82c20483fd87b 144 105 130 132\nde7b8597e87c0513 258 172 199 243\n997585fea10d93c5 60 31 34 46\nf533f7e3ca2b82b2 200 112 128 150\n96650b10c768bb2a 121 65 77 90\n6f39ec95b78cff82 117 50 97 112\nbdca5b7cf748f034 78 7 13 37\n1025622b7f308760 67 26 31 67\n6d26113c55522ac6 49 12 27 32\nb82906a1cb724885 68 28 29 34\nd5204fb7c2268cb2 76 51 62 71\n21b9d476c5a49c63 54 8 37 50\n227e06087cbffb2b 95 59 62 69\n86e00a902518e491 83 15 69 76\na81e5e9f488fb99d 188 150 168 179\ne3f5c078d61c2802 77 68 73 75\nf4b4148fbb2eaf48 74 13 33 52\ncd44faed91f43924 148 60 103 130\na72f7f942b9d78cf 125 88 106 113\ne29b483e3b210c75 145 57 96 124\n8f4b034b1b213245 66 24 26 28\neaa904f7a64d9ac7 84 5 53 68\naf4b71cad42eae90 76 23 42 67\nf490ca16bce0257c 78 9 27 75\na724c3e42bed1de1 126 71 108 122\neac13f3b1145593c 47 18 30 42\n655534415899fe16 68 43 64 66\nb272cee06e67c29d 50 22 44 46\n979a448316da37b4 60 51 56 57\ndafb6e5578f28159 59 22 29 56\nd971457c81bca597 202 133 157 195\n7b6aeebf20a4a9f9 47 23 35 42\n3c31d7b9f2792ed9 99 54 74 98\nb1a6fef04d0179d1 253 199 208 224\n982cdf2ed96f95de 198 162 180 194\n4ce642bc93f1bb5a 47 9 24 33\nfeff777cf65ea218 62 11 56 57\n57942df316f9d05a 200 162 169 186\ndeb368fb90770550 60 15 37 54\n51eb9835344baa4e 118 89 102 106\n9122321d30c32925 71 31 45 52\nba41d63524479e17 67 10 24 66\nff5a1ac1c745469d 117 62 79 102\n41f438dd19aae981 56 30 31 55\n57019809ea43aa10 58 9 25 53\n6af46768387ef0a0 196 146 150 155\n654f32598ac690de 128 75 113 126\n57ddd8a18a6a6d31 63 31 37 50\n58b3ece8c60a2f9d 46 27 30 31\nc6cba9f073cc2be7 68 12 25 27\n517a0ca238082eb6 76 39 40 75\n842cc3728f93d1f4 124 4 43 61\nd33a2a3775064031 56 33 44 52\ned68a7a690b2861d 101 34 37 39\n6a746e30bdff82ce 60 18 29 44\n985e96f409410e5f 72 29 54 67\n5dc5972828706741 68 20 52 54\necf8f945dc42ec62 89 27 52 66\n297b57a9296052ce 191 80 85 179\nb76be69049c01063 127 62 73 104\n7851cbd9a2176e51 49 22 24 40\nc43892f312b3c85b 70 15 29 51\nf0a596e2bdf17e8b 52 8 31 35\n92fc4bf81becbf19 174 85 135 151\n3fdaa028b8baad4a 133 52 78 95\ncbc66cef2ae88877 122 75 93 113\ned9cb9687de07bc4 49 6 19 47\n2b41e71d509a8b8f 72 26 54 69\n736608c3b5c67bc4 65 27 28 54\n8cd0751d81606c64 109 83 85 98\naecabc9b97e2af02 121 76 83 94\n2c80f9eb0d3b2bb4 93 41 79 88\nf1d0853959ba52c3 153 47 54 130\n60b21485e6a87336 83 31 55 58\n6d3856431e0b8efe 73 29 32 35\nd9ee8fae58026380 81 22 56 78\na00bf32154d7880f 76 34 46 53\ncdd838481bc961fc 124 36 47 77\n15ca8e1fce488c19 80 46 65 79\nf1d9d9caf8269fe6 46 7 21 42\n219825f542e6ee4b 231 156 181 201\nf4110e06667c78ec 53 31 44 51\n471abe46b812be64 120 35 86 114\nec2d59988dd203b0 73 47 60 70\nb4aa4ac1a59f75ca 52 15 20 30\nf968e1bb4d5f9e4b 267 224 231 256\nbe7cd9fd996a8054 85 43 52 54\nfbeb367248e705bc 103 36 57 69\n5cfdc624d8295fd2 66 29 30 37\nd69dc6c3720a2b8b 84 59 72 73\n9498c6a0f89e4198 84 74 75 78\nad543396707ee644 107 70 84 92\n58141aba88608ca6 213 129 139 185\n304dd8f38dbeef0f 95 52 61 93\nca896b9824333d2f 84 20 43 61\n5a2c2af8cf1765b2 191 158 170 177\nbc5a74179a33531d 135 79 85 93\n1798c9640d8875e6 68 22 38 53\n4ade6d5fe4b32738 91 40 65 70\n325ff82707386438 219 142 200 209\nb7a740bab983da12 78 52 72 78\n9d5a1b9e70599ba8 62 15 30 38\n73cba6d74e4f2fc0 81 36 39 58\n3c64a373bc1c53bd 168 129 133 139\n3b9420585a1e66fc 96 61 67 91\nd93e0c99ff4db752 52 18 24 35\ncc61d422a49ca86b 108 100 103 107\n7fa8ed6af92f3d2e 157 83 84 124\n4905bc8817511dd2 88 41 81 86\nf3824ed340a3012e 60 30 43 52\nc929c97aa8db7ce9 51 34 46 49\n7a18ec7dc0bdf907 142 107 110 111\neee9047b6388fce2 90 23 40 57\nbb181e68415b169e 62 44 57 61\neaffbdd81f80a5ea 139 75 90 134\n4161944d7d592071 63 12 15 19\nbb8805ce62490d3b 75 37 49 64\n1d7af31482baf61c 150 39 45 72\n7f471654fcf9d5c6 111 83 86 94\n565e02ef3d0d7726 86 33 73 85\n10ac0ae67d317d11 144 81 93 107\n2d8f1ccdb70c156a 162 53 70 95\nff3a963c55fcb436 113 53 60 99\n1c840c855f0c8421 99 57 77 98\n4bd922d1e75cc936 237 184 193 208\nb72e2bcd74f7714a 67 7 21 59\ncd21f3bf53352154 77 30 66 72\na19f6478fc81b340 76 16 20 62\nfccdfdacbcdd9b4b 45 17 18 31\n6f187c1dfc6ab480 104 69 91 92\nedbdb6ad0b956efb 65 11 22 60\n61c9d4900b04ed36 209 129 134 188\nd63597aeceeebf11 116 79 92 115\nd74eadb206cb092b 102 40 69 99\n8ee1f3a303113b74 54 23 24 35\n15a138312ad94718 59 15 30 39\nc44e247cfebc8863 78 41 48 60\n50b2183db14d713d 163 42 127 153\nd3ee158fc48d1df3 65 53 54 61\na2a28e092f01eaf3 116 76 91 106\ne3b2936f70d1dba6 78 38 42 56\n818f878fa36ae7bd 83 42 46 61\n3e8363be673dafa2 73 18 35 68\nf4f0bff9558dc66e 66 32 37 54\n58cd1a5b2a77a3d1 159 86 118 154\n95539306aec62cf4 170 110 131 148\ne37a3ccac0ec67df 67 10 21 41\n7ea580d5a9a04052 54 10 49 51\n296241182c2df900 86 32 41 45\ndb1aba7b5254ae5b 188 113 125 132\n5f19cedc37860936 95 31 42 52\n2276982dbc5a23e2 59 27 39 42\nc323b0dccaa46d8b 139 35 39 102\n39f03d5fb1807102 65 28 56 63\n2f7f2369486cc959 67 43 45 61\nd55a1c9b8e8fca0c 61 25 44 54\na0a5b8d202fb87ee 50 1 18 40\nb4c2c2cb9d279a99 183 140 155 168\n2a8cd9f87b3c9a2b 206 144 190 206\n3164f4c30188d403 76 57 67 74\na3c61456cdbd1a0c 73 43 68 72\n6f27cc9bba11d979 128 83 98 114\nbc64a62e612c27ce 71 33 40 59\n31b5667e16de1d94 121 63 79 106\nda549aefc6c2dde7 54 30 31 33\n6cbea20651231bd1 128 96 103 109\n8e4d579084c96cec 87 19 33 74\n89e757dfd2868e3f 110 62 77 83\n69178f54e00142ec 74 48 63 64\n16a23081fd821e92 124 7 60 74\ncbe2cdb46cc61aea 57 31 42 45\ne03e87ffb93f2fd2 201 138 179 192\n10a3511b61f40243 256 231 233 240\n652e52a792054980 50 27 28 36\n2da082dfb7a66b4d 69 9 23 50\n66ccdb8a7d9405d5 95 26 49 93\n05bacb6d6a4741b0 74 7 27 72\n004dd4b46a06e5be 60 12 46 59\n840219677e368865 66 20 54 59\n61cd6fd0d589ceb4 54 8 19 34\na17558fffd6c73a5 52 16 24 46\n60ba12107f341e4c 102 46 59 86\n8b1f087653c7ae16 169 141 153 164\n5ae93f51119ea22e 146 78 83 93\n5bcbe26d31a2e63c 246 201 223 228\ne544d80550e0ed87 84 39 55 84\nd7e49ddc912912eb 56 34 43 51\n756c2bdfad5cdd55 270 261 265 269\n04e2be0415136fa9 57 24 44 49\n431795f999dc215f 114 84 86 94\nb554f9a1149e206a 84 67 80 83\n2cd27189549897bf 95 51 56 66\n77ba94a08d8f7ae7 62 17 33 46\nb442fc189f7e84cc 154 56 125 151\n8b1de4987e260ef4 111 8 24 98\n9ea6c81864762100 127 65 84 123\n3546ce778c659b03 69 3 15 26\nc724076fdb4665ae 109 76 97 98\na13869916b17b4c7 192 133 174 184\n4908fab97c9bcec7 128 69 81 89\n2945a940639798ce 270 225 251 256\nf5b151019f9010a5 77 8 13 42\n172c99489b18e0e6 258 169 204 210\n6c6d91342f5e4803 69 26 44 63\nc9ffc172d4cf2f8f 77 39 70 73\ne1e11f6e94576a7f 68 22 35 58\n1f1a76ed6db1dae5 51 19 20 32\n3cc4c306db84c6fe 154 49 73 94\n26245c3bf975cb44 130 96 119 123\nf815dfc42d162fea 267 251 254 256\n18089956e2be2289 60 16 59 60\n233d7cca6c4c628b 197 147 165 182\nd886b5dfef09feb2 113 17 59 97\n8ab933b10c307f96 76 15 21 44\nc35d7671553924e5 126 77 118 126\na3679fb63dda3a83 92 22 54 88\nb5da81bebf3c0710 180 102 120 139\n36056faee50a621f 56 21 23 54\n04b580ea1f4df0a5 96 26 62 74\n19b0cd79a126e8bd 165 111 121 157\n08d5cde674e47324 62 31 32 58\nc271a72734e5b269 95 48 79 90\n5dcd7861e0c26df5 105 66 79 90\n7d723e5d5ee3884d 170 131 159 164\nae956b54a63e137e 270 216 230 245\nde188793714f8576 65 15 21 45\n0017ce4c6a39d122 154 129 140 152\n8e8b6c80f4465009 59 9 35 58\n226646771975e6db 120 75 76 87\n1b3589c90e199821 55 17 30 31\nb3e41cf29c9baa8e 89 33 75 84\n7aab5d3f7767ed1e 69 9 26 55\nc098d994e6751117 112 72 106 108\n4d5885aa7e39e090 49 11 20 45\na674ca864ad8992d 105 75 101 102\n0c25287b812367cd 64 23 48 52\ne6b4cb8ad82b5f07 54 19 20 33\nc10fddd77195eccc 84 22 60 82\nf22301abb4ab062c 83 67 68 71\n2b0cbc443e6c3c6d 72 33 34 35\n7ed09c7605ab6f69 60 48 51 59\n4f7ce11656b1bf7b 53 12 29 44\n6d764e8551754631 100 83 94 95\nee512b8fed64e346 96 63 65 71\n8000d5e5ca364d8b 96 35 41 76\nb59d323db46b8e8c 90 41 62 74\n6e5bd067ea61158c 136 46 56 59\n7baf24a573cca683 133 82 96 118\n93496017ed6c3f16 71 19 29 48\n36fb4d41b00581c4 85 53 59 66\n210fc445b9e254f5 53 17 24 41\nf073f9fe79303793 76 19 41 75\n4ffde39f9974cbec 114 28 59 66\nb6ab04d0a8e79e29 114 50 99 112\n1eca36ec55b88fe4 134 73 89 117\nfe255d26bfef2f2b 96 52 59 77\nf56884f938bcf8f3 48 3 8 32\nebd1ce931f852b44 70 24 34 59\n37d09bda74c92a93 133 93 107 118\n05a0ad1e2aa632e7 196 151 156 195\nbb034d246e698ecb 70 53 57 70\n972caf32a4a5c57a 109 36 75 100\n8b938862ee0e89a2 70 15 17 31\n5a827d3f2a424513 71 26 29 32\nf6f46314516a7f3b 158 105 121 148\n9cf5050816fcefaa 136 48 51 107\na18bf05a766ba17d 46 4 11 46\n133ee6e537353604 173 131 145 169\nb009fbe3950ebeb2 268 228 257 268\nfc4410feec1308a2 104 67 70 102\nc48cae17bb7fe0df 51 32 34 50\n35e8c6c2168dd087 111 54 68 79\n75f6f7af02e66490 63 17 18 52\ndd1c1d26525a2a1b 60 19 49 54\n1be3758972b35151 64 36 52 61\nfcb0cb3d3da5c2e5 125 36 64 91\n2e470f6e2c83566a 49 11 19 22\n50459a4ce306cb3f 257 212 219 237\n6d0a1cc8f263f401 47 8 12 13\nc6b410e69e499cf3 77 30 59 71\n4833b3d2a8184313 82 66 67 74\n91e469c1698f1da4 153 87 96 125\n1840ae9e2494443e 90 65 86 87\n77861592d98909b7 62 19 38 61\n01a2277ee817b310 85 20 53 77\n22085848f943c2c6 68 9 20 25\n34b35070a9e24f32 181 97 116 141\n9c1cd390ea3e2dd1 93 58 74 76\nc1a4a2a5405eec62 149 127 144 149\nd5068134e0888c2a 60 32 44 60\neb0797ba712e6f66 48 7 31 47\n4a7e531e1a35d424 105 65 70 100\n45f5a75e63afd4a2 198 152 157 169\ne8f62270af0b786d 52 16 22 36\n7279cead5e739056 74 37 59 62\n168e0f4071d2fe58 239 212 215 227\n1692fab166811028 209 127 132 134\ne608f38fd661a60b 62 31 56 60\n8178c1b534371987 72 44 49 51\n25b3854e6efb747d 70 21 58 68\n22b86e38854ad186 63 15 48 51\nb04995ec9bacd163 84 47 57 58\n7431082951c9e559 245 187 203 225\nb6c0898ba2c09616 88 20 43 79\nad34d90135db8473 48 4 5 8\ne315e4bd275b7036 48 3 25 43\nd06bad5707840a88 242 139 220 239\n6a4909956545915e 160 119 126 160\ne246e146c2368f02 156 112 136 139\n48e49bdd1aa706e1 46 11 24 39\n9045aa50fe465b65 73 48 54 66\n378cb83947bf2d23 82 56 61 69\n82439bbdcde76fb4 267 183 212 220\nfc966f25afa3659f 234 163 186 219\ne40ca395753837ce 76 29 30 33\n7d7aa32b53b28aa9 138 98 104 131\n30b1dffa5f783ecb 197 134 142 194\nffcdeb6f7e2f782f 89 59 73 76\nfa8217a7229a0e5b 87 31 52 54\nbd28c059c79b701f 111 72 87 108\n9ea61697c238be3d 60 2 4 8\n3e1af0b953407ef7 89 55 57 81\n04422a07336e32da 76 41 47 53\nff778c65ccf5ccc0 52 33 34 37\n2ef881551a7fda22 109 63 67 75\n9d2b9c6b0223cdf8 82 35 43 71\n1a246479af31922e 136 88 103 123\n3a4d7cbcf0c84668 74 11 14 39\n7bda96efed1cfeb2 74 35 51 70\n3dcef43736468b29 144 80 126 134\nbd3728fa823e6eb9 45 12 28 42\nfa53b8c13f6caabb 188 109 148 167\ncb252fb006543390 93 70 75 82\n67b6e4e43e0174cd 86 44 58 59\n3e920cc4dee08efe 63 11 19 26\n7d3267f6c9bbeacd 88 20 77 83\n41210bec1c0c87e8 64 24 25 41\n8b276812290942b8 129 84 113 115\n48638883e537ccda 60 16 41 48\n2c52d9d606a3ece2 102 37 66 76\nfb0b85f9925e6142 45 7 16 41\nafa3ca638647dc99 123 44 71 109\n603c1f1fff7356b6 45 10 13 27\n721a228529a8c92c 219 130 181 182\nce784ea362258600 194 169 178 186\ncc83c06e70687498 52 6 14 47\n4d6d71afa551caf2 117 67 70 94\n649f2f99bf851742 90 56 60 79\na8aca13ea1962643 47 3 22 25\n7d38a187a70a4ce2 61 20 22 37\n2326e9820982ad81 101 23 50 101\n1045a0633afe8205 47 5 25 35\ne301f70fea73282e 151 109 128 143\ne38f875ac1941fd0 101 63 65 98\n06a2911e9add96c6 70 7 33 41\n16ed45d1ce9017df 91 51 69 77\n6d5c5da7304dc62e 75 30 39 63\n3d410da4d7fd9f64 50 3 23 45\n99c22019aee5e7b4 82 25 40 80\n46fb9c990b6f8114 83 35 41 81\n2a058bafbecaccf9 113 84 92 95\n2efc2f02a8d73480 51 10 17 41\n0445459f7afb0f48 64 26 31 48\n22e6c736f2f7227b 193 89 182 187\n9e1c9b9e7a332b30 47 1 17 25\n7b0c77fd638a7494 77 25 29 34\n84055e0ed4467578 135 56 83 110\ncc8602b40207efb3 52 24 30 47\n5aaed3a3a0c31e7c 99 25 41 65\na3bc8104bbfdb9a0 107 67 87 107\n98ec507aa8ec90dc 68 43 51 56\n088e115752ce9e56 120 62 90 97\nb9cbc2885d0ca0a5 112 55 64 100\nbcc7aa969e3c2e8c 49 3 7 23\nf29a95c0e9901f8f 70 32 40 43\ne3e5e812f1687e91 64 15 40 64\n83b630268bde3212 101 38 65 78\n58694ef1f09a6560 56 22 26 46\n790fc35bbe32c479 113 78 100 111\n33a5a85f06fcc77b 103 54 84 96\n6973accc3270c3cf 73 39 60 68\n845fcf8e2d6efde7 78 42 45 72\n2e06abf6286040e2 67 20 61 66\n8b3edb4b0db51999 64 12 37 41\ndffc33db51535553 95 51 79 89\nf31cf77e0547f39c 78 41 47 78\n19310eb8261d4bb2 61 9 12 33\n346a944ed156cda3 205 158 165 183\n1a8028b68f3964f1 59 13 22 41\n6a9e6a28201b4866 54 28 48 53\nb81460976167c310 95 20 50 83\n4d6494da237c0bdb 132 67 104 124\nf2eb184a33234cf8 83 20 21 26\n39c41be5e76c79c1 92 44 46 59\nea060dbb5b7a8991 86 16 28 62\nb3111967db98b796 73 40 56 70\n128bf83073de3ba1 100 59 60 87\n8f1787bd8aad1e69 94 70 79 83\n221205ddf59c5156 97 58 85 86\n397037082e6eb839 85 59 64 80\nde1bfd4c6e39109e 153 28 32 67\n929ed71c97317c55 59 16 20 21\n5535e78a16298072 119 43 67 89\n85ca4b980197e441 46 18 26 30\nba23b8c900ff47d5 88 26 53 72\n4e9fb1e7c4b43781 112 50 59 103\nfb723ecfff811097 209 184 199 200\n5ad6ed267745c139 98 76 79 98\nf93468a0f42ffca4 51 18 21 46\nc06de0966927fe2d 124 69 77 89\na0dcf78e4bda86c4 82 27 56 73\n45166f266dd609a3 96 76 78 96\n18d9631f5eb45b87 93 47 66 75\ne345566eff5bc31c 195 102 141 193\na4dc71631f707b9e 57 22 32 39\naccea1caf1d2eb90 155 113 120 131\n0718f733a326d65f 53 33 35 42\n94f16f00843feded 73 33 42 55\n1da33647873725fd 74 52 53 58\n5f08606bd070be09 93 54 80 87\nef5c25ab76b67d16 72 22 31 62\n8cfc4ba7194af16d 52 8 19 38\n225ae1d37a7fa519 181 81 82 161\n8b167e5aa51027b5 81 44 56 81\n689e0540485d3233 85 15 25 35\n41be40880094d8d1 118 42 91 98\n7099ef5810514ea6 205 183 195 203\n83d696e4f2c17678 66 41 46 63\n06eba57d1c333a3c 45 5 25 26\nc838fa859e909dae 112 46 78 109\n6289608fd1c28b12 203 131 136 180\n75029a60ed1e2ea0 86 57 58 66\n7246f91eb5f09926 63 30 45 63\n72dea96302f348e3 49 11 15 41\n5efa8e2a9a5c154e 54 15 21 47\ncf1cdf134608cb0b 56 7 34 35\nc1e3a9b6b762ca8e 217 158 200 207\n58ac12f1f515c560 267 234 248 255\nc15c6c70207e82f0 180 139 155 158\nc0611596a79be2b6 235 207 221 223\n3d6e04af63ebfea4 129 47 67 96\n9add67fe53d17288 122 31 69 90\nafbb5d72ecdc4879 76 30 60 70\na88f58e7c2580c06 108 77 101 105\ne867befd1e970f6f 79 20 29 31\nc1a68c1661afa794 113 41 68 100\n92483fd9e04d89f6 67 27 45 63\nb0540cde1e98672d 73 31 34 58\ne1b6bcafe19a2b1c 69 34 56 62\n92c175454af59178 157 77 96 111\n17a75f0b036c9cf8 60 25 28 49\n06c71ce295284689 70 9 14 52\nd8108c1e5deaa4ce 88 19 56 71\n066c35b1abc706be 54 27 35 45\na201c3986baaf229 72 39 47 70\n3389b3537eab4019 49 4 10 31\n477df7ad0c2e7fdb 128 94 113 115\naf3fef15e99d6d04 113 64 80 89\na3c17c88737de484 130 86 96 127\n4d723f7940392bf8 81 67 69 70\n9bd8ca4f6ead62af 88 39 42 77\n0c9ea3bf67254e95 67 17 43 54\n398c4688209874c9 132 76 97 119\nb8605d7a56bada1c 271 202 218 243\n388ed39170b69946 82 34 56 74\n388b75bd17c5332e 60 9 35 59\nf51e889848dd76a6 53 9 14 30\n76cd1d8adab4547f 101 52 69 76\nead2622cf1e5c9ba 179 132 146 148\nd1ede7f9cf04dd46 83 53 56 62\nf1ee9dc6135e5307 138 49 96 131\nc6adab7b1a6de824 64 33 42 53\n68ddfdcafd6cde08 109 62 65 80\nfb0d3f523276eefe 240 167 193 211\n09754b77eeea6dae 78 43 60 67\ndc521f053f8dc8aa 50 3 40 47\n05ddd2fee689399c 77 47 66 75\na026a3e89d7dc3b0 118 44 79 81\na6184f02127dbcbc 93 42 78 88\n139a615209ee09ac 186 140 147 186\n33e23b97daf5d9f0 263 162 207 244\n855d56182ceebc3a 52 3 28 47\naa86ece4f54f6512 48 36 38 48\nf12b17e53069d00b 62 19 50 51\nc58fe32a990d73ac 80 33 35 60\n3558c5283169e6ca 266 223 236 252\n629a5759d6c89b71 51 15 18 26\nfaa891b87b4b33ad 104 52 64 77\nbfb03eb76b5b5d55 64 34 36 44\nf507227ecb66c75a 144 72 110 132\n6248ebead7b571ae 96 78 81 84\nfa6c109a9ef52817 47 6 29 47\n1564900dd040c718 146 100 134 142\n379884ce61c4daa7 47 9 26 40\n5791fbe607160328 74 27 28 37\n24598987691df957 135 4 18 116\n3ab70559ec30a57c 82 42 44 81\nea665164c6291b91 136 71 74 107\n76ecf58a102ebfdd 69 7 35 43\n565ff739ca86758e 120 84 88 91\n6a11f06a91581fb0 71 32 52 70\nc4ed784ee6c885e5 137 21 30 45\n29f0d7c051d80035 190 124 147 171\neb80ed32f2d71e61 133 18 66 117\n907a4a1d42f08d9e 51 12 31 36\n13686755488a9d51 56 10 36 48\n9830394c83ea9a1c 48 7 29 35\n64786a392b532686 122 90 109 120\nf714ccd51adc29a8 74 36 55 62\n77f9b4f93cb5e2aa 103 36 49 78\n49e48d66787ecb8f 96 53 82 94\n3b9e04113b202116 261 240 241 260\nb33cff827e646ae0 93 82 89 93\nd7c7bacbf45e205e 74 23 61 70\n7eba05725c383129 73 15 37 62\n3d5114f5d7496cdd 89 50 78 87\n70d4e7655d85c3af 118 52 84 91\n1e847ebd7cd1174e 78 32 48 51\n7701b37839371bb3 58 41 43 54\n7fe47ba582a3100d 90 48 54 69\naff6823d5449b1ab 202 86 169 195\n2060cce4dad6f988 54 37 39 42\na321bb8614ce0e3a 105 72 73 104\n33a29a351c1d9800 181 137 173 176\n653bd5bd0578831f 70 58 65 67\nfc55af0d98cfe229 106 52 62 89\n166818269e4e2568 163 107 127 161\n0d4b941f4678267b 87 3 9 83\n99929212dc710e96 147 99 126 137\ndf6aa9c2baa43f3a 95 50 52 61\nda9d2e8a2d28d567 131 114 123 126\nd08577a59254fa98 261 171 206 230\n274cabb7191fdf7b 258 203 235 236\nc1aa5d80f22d92f4 72 39 63 72\n83c7aa1e61b0a9ea 80 15 18 75\n6d4b3603c5edee50 60 15 22 39\n72c31d6fd81412fd 76 33 38 71\ne49ec5ddfbd5e2bc 82 13 21 73\n56c86f5e60476c59 114 25 45 89\nc0c0508813b848ca 232 186 192 200\n97f8269d9eea258a 77 34 73 74\n0bc9fd5c8e50d0ee 90 37 39 43\ncb52334048b77cc3 82 44 50 79\n98860f554429bd3d 250 140 229 249\nccf6194844dd7d49 58 26 35 36\n8524a25a370a7fc4 55 15 50 55\n9f39cb8fb654b30e 218 191 200 215\nbeaffdbde299760d 60 15 31 32\n036f135766f38f78 67 27 42 50\n46df36a031f50a04 203 147 197 198\n791e92b1f3de9ab4 74 24 26 54\n6e0019f9177d5fa2 78 27 43 55\nb91a9699377ccca7 111 67 79 108\ne6ef358014cff8eb 65 23 46 60\n122cb7d5ea4a99df 93 5 33 39\nb07b7c505d8f53b4 56 18 35 55\n401e10a4352fba1c 71 25 27 47\n959f55ba698bc53d 204 96 116 146\nf4fedc70483e9546 62 20 30 60\n0f64c5e4fead6cf2 52 26 36 50\ndbe5b1d0744f49a8 57 7 28 55\nfd5fe082a647a0dd 103 43 54 64\na45655d01947dd4c 84 38 49 65\n64f9a0b6b7667ce7 135 24 31 104\nec8ee53e2d07e6ba 120 57 88 98\nabd7dab79cb3cc4f 60 19 53 54\n9340be220dd1074a 59 29 35 57\n64aab07da1c81c11 241 183 185 233\nfc64b7d1851f90a4 78 50 57 58\na11c655d456b9de8 164 120 155 160\n5947805a3798ecf4 115 65 82 101\nbf800a3d2af8f88c 269 209 234 246\ne9c2119497ccb415 84 31 53 65\nc4e13be59797d55d 182 105 127 134\n7ef810bfbd06cade 125 64 87 95\nc4a96832fb94e17e 79 52 77 79\n837efbd6d300b80f 112 16 38 72\n0c4a239e265ae1c3 78 38 50 62\n63f96e876bd302c2 72 14 28 37\n03fe94a439456692 205 162 200 204\nefc1d7e7854b61e0 105 74 89 100\nd2f2da7454cc7d9f 77 24 37 70\ne6a552157cdde85c 93 78 82 84\n63b127e45cce265f 49 5 13 26\n20bab82d0268c877 104 53 57 66\n9981436f1448c131 165 122 148 160\n316ed1b489ff8f40 45 14 16 45\n0ebaed7e3d044bc2 73 32 56 72\nb89fcdb1949b3bd7 56 25 26 56\n31a642fe4cd1e232 104 36 72 79\nfefa62ae2b9915cb 191 142 155 188\ne9049a6bd77c83e0 89 36 58 77\nf7ad2c86ea2d9ea9 69 27 28 45\n273f87958aea6f51 50 22 33 45\nb70892f796f8ba4c 45 8 13 27\nf1576bacedf43ca6 53 25 40 41\n10ad4fc499c48b38 184 85 110 169\n5040e1df81a9e585 77 51 55 63\n7a13c5debea977a8 63 21 51 52\nc5f39167be4d1ec2 105 76 96 97\n950b644122456e80 57 7 50 56\n9ac574fc9983bd1c 62 17 23 61\nca623acaff33ed17 118 63 78 88\n4bdfa30358809038 84 49 58 59\nb8a0a20998c943f1 75 42 66 73\n5019e16d5e41ff8d 197 154 170 182\ncfa3b8068b6c4aea 52 13 27 34\n3059f523501dfd97 88 51 66 81\n72d079e097b05dae 85 6 43 65\n9fc4d0efce37f614 73 32 44 69\neb68e5223a3efe48 46 7 30 39\n9b66fe45498df0ad 79 38 72 79\nfbfed12d638968c2 115 72 88 105\nb8cb0c7fda839350 76 20 65 67\n980ca2c262a9c082 98 17 86 94\n78d8f4ecf17aad6e 122 70 87 106\n16930ebf3f0f6b84 50 28 31 38\nca38b62977d9bdaa 233 204 217 220\nf57106a54d7a1e4b 68 40 42 64\n6229ccd818f7ceb5 77 40 41 42\nccc439d4b28c87b2 183 141 143 144\n62726d53118f4d0b 175 101 133 150\n9d0081de499eaa12 61 21 51 59\ncf6af83b93401f92 80 15 17 59\n314c584ff3842715 84 36 42 84\neb76b202a2b53ede 57 28 50 54\ndcbbd3e7c5593282 126 85 88 110\ncd99ac8eaaf6ab23 70 43 46 64\n86a5d5b6f3a2f119 130 110 111 129\n8b23299adda3da36 101 42 90 101\n8e88ee370b476511 67 17 42 44\n7a4d944a9f4cfed8 64 24 34 57\n37a6b3200493fac0 51 0 34 48\n66f2224ed4e57796 58 24 43 46\na4b84e32290ce8c0 97 53 54 68\n86dd81ed2ece0c4e 92 47 58 82\na02db7e8cf77fea7 69 17 25 58\n18a3593609eb3269 176 126 137 140\na0b1c098e04b960e 51 41 46 48\nb2e47c97f727c95c 91 10 74 79\n391bc7d21641283e 100 39 75 88\neea466d6b25fca52 249 204 241 247\n72d35afbf0038ab5 112 51 60 104\n4eba3317b14cd251 234 176 196 215\nbbe4991a57d6b139 55 45 54 55\n9faced3e377071fa 202 145 149 160\neb487fe8068ed451 101 53 74 87\n9b73a5ff4c0b926d 56 10 15 32\n3ee30754edfbdb3f 55 19 30 38\n55ca776696247564 209 129 136 159\n06c7c747b4542273 65 27 53 54\na1f61ad8d835afdc 266 186 193 213\na89346fe9896f072 96 69 86 87\nde2ba042ffbc4713 91 68 69 71\neb5240688747eed5 164 117 119 128\n8e143c65e5b4d26a 120 93 94 101\nb1f978caa2322385 56 17 35 45\n10f4acad3ed87288 219 181 201 214\ne0c04ac07bda7e3a 94 44 66 88\na1ec70ded6cd5101 117 40 52 56\n2b1a013698fea3a1 74 47 59 69\n385f9444d20eb160 127 41 53 99\n01cefee9563f691a 147 110 123 135\n82d1a826975c52e4 66 25 30 52\n32ce9b303717a29d 236 175 185 194\nf546b4bb3f06e5ad 139 102 113 119\n32d2163aa65c0e8a 55 1 24 34\n005dd9a58df1ba3c 144 93 118 136\n8e59f255fe3902e1 91 29 46 52\n0be9a0dcbfe032f1 178 120 137 169\na0a4f9043abf3a26 59 33 40 48\n7918f829e9980861 49 0 14 44\n397b050e345d73fd 236 151 197 224\nf7f3946407cf906f 105 52 54 64\n5e76b1824c7ecb1f 92 19 86 87\n805f88603da57829 90 50 63 71\n28f59b68509ce59d 69 30 31 60\n4881a65d7476d6dd 82 38 53 61\ne885583f5cc4bce7 71 30 38 47\nfa95ce310f223e51 65 11 33 63\nacf6950165c4cf5b 133 27 63 114\n4df04a3ab680ac1d 171 113 118 163\n8d1bf350c50eb8cd 56 17 48 55\nc67003dad6fde3b3 211 139 170 186\na7f0e6b19b27514d 146 119 126 134\n671a9c24c0d9901c 150 98 134 139\n6495531b3f82982a 130 52 77 119\n8f06fd42b2f6e05f 64 35 43 54\n8bda4579f74b0e0a 93 68 73 93\nb6d4a0650cc6452e 113 78 100 103\n70c12e8b01c13d84 66 19 46 57\n0a3b5fb184936a83 84 52 58 61\nf48829b917629fe0 224 204 205 214\n0362399a61c18ad5 62 19 37 57\n677fb1dfc891a299 81 34 60 76\n0c89e266974e8b90 149 37 87 145\ne8312620692723b3 119 79 82 92\n68878f4a703824d3 94 54 56 73\nacd9c037002b6911 148 46 88 102\nb22b652e84a892fe 52 37 49 51\n6e77ac6af5163f5b 169 108 125 153\n8765f603d39777c2 112 60 81 90\n18be7c1b9895691f 70 13 31 62\nf6581a4f49944bf6 87 73 77 78\ne9c5eeb020300f1b 52 11 19 29\ncd9a89390417e020 109 37 71 98\n0ab14ffa7e541b0b 120 95 111 118\na296b1a0ad404fd1 118 60 65 93\ncca4cd545727bc9b 88 69 81 88\n07d1d5769e8d797c 67 8 19 26\nefaade844ab372e4 56 12 19 53\n19391676f0fc7982 87 51 54 81\n3a9c883b11e86530 247 215 236 246\nd3e50de7fa5ae1a7 79 52 56 74\n5cdd5df1368fa5fd 114 57 73 110\n57d0ba14855f013e 113 77 84 106\n6ff9543b0d6f4aaf 70 27 35 43\n51e54f65c553c2c2 67 22 23 29\n75e7ad763c3c7ff3 155 54 70 76\nac34fb6f1326b9a8 79 15 31 76\nb66065b1e0c52ea3 75 28 40 50\n763a4369298f49e2 57 18 36 38\n474afb2d4641a228 54 12 13 47\n5ab39a0b28f85faf 47 7 10 45\nd0af833524f5e2cb 65 43 55 63\nc758e9eff0a15a4b 77 38 53 60\n616098f6a248832e 84 33 57 66\n1a5cb7b09ea3f5fb 86 51 72 85\n7b5e55f473acc0f9 141 67 99 110\nf4a912a0332977a1 173 84 157 159\n1b14e662c17cb551 65 9 40 46\na61ff0ab88de2f6a 98 28 50 60\n9332267aaa909fae 71 30 37 65\n50b76734a7d889e3 102 69 80 93\nd84828a1616c2dc8 133 74 107 129\n784975164be6eacb 168 121 122 156\n6cbca4e323733c42 166 122 148 154\n8e03180ac2759a96 165 113 147 158\n75582cbea897284c 70 19 26 64\nf91749843a42fa3e 114 44 49 82\nb43f7a3f38045f13 83 40 48 55\n9519d8f8fd1623ce 126 46 56 92\n1d748783383ad977 117 36 51 104\n78b565622959e5cf 86 47 67 81\nefca775665694e1b 263 209 229 234\n62f8f5844cdc594a 83 38 70 72\nd4c12afa38b26688 168 137 138 159\n8b6b583586aa03ee 73 42 55 62\ne26a74786a4eaf3b 61 17 49 51\nec717ef4a8b15e98 125 91 107 125\nf9d855cd843f677c 128 54 87 98\nd98c0820f2511ffd 74 21 26 56\nce7cf79d19333573 80 36 42 77\nb43bfacd1a63356f 165 111 124 154\n2c04a38ae16197b2 90 15 81 86\nac96cadf3d4e6d26 49 15 20 21\n33a3f65849195eba 236 147 149 214\n0fe2286088ece98e 63 23 27 28\n83f5406c11a2e5b3 271 208 222 234\n04db26572a791881 192 154 165 182\n1c36b2b8144d29ec 121 96 105 107\n573b63f64db569a4 74 18 29 52\ncdd1956f97be9e04 73 64 72 73\n2beffa088960f673 104 62 79 96\nb350a0fc9c337882 69 41 50 53\ndc321ea878f93a88 219 136 160 163\n24f06a46ea08c03c 50 21 43 47\n8127997a38df9d32 91 82 83 86\ned4717f1dec4c0e3 90 30 45 58\nf72c61c75ffb1e86 128 12 21 109\n75b2b6629bb28af0 101 72 75 82\nb14287232708212a 70 21 43 47\n551a609c693a64a9 66 29 36 40\n20fba1d53c349851 223 154 189 223\n37b0b70a1a0c25d3 158 85 111 154\n4ea47ca106e3b83b 89 63 67 81\n52b4e3baca85462a 125 77 89 110\nfb4489f97dae5c24 122 81 82 86\n57e484f704e5ef90 102 85 94 95\n94c5fa38a09d9b22 78 59 63 69\n83b6a9a916fef572 86 33 37 55\n2e7b5f8836ab642c 89 36 55 68\n401a94bd9d84f501 145 116 119 139\n0b1e61c69c98026b 180 135 139 168\n13c510a7403f8231 62 21 50 51\n0752baf20fbc2285 250 206 208 219\ne35714cd85b7ebf6 83 27 36 82\n01b08e2f20321127 74 56 61 67\nff6d8ab35e042db5 162 117 119 151\n9b01b957c87a806c 72 35 63 68\ncbee8e9baf6ec02a 68 21 29 53\nc27cfc716fe937f9 204 196 197 201\n5464c24c194fa83b 55 4 7 40\n314c56aad151508d 106 63 69 101\n9a809a86bef6bf4b 87 42 66 76\n0ba1cadcb191dc0a 60 18 37 45\n8881af3cef16aa0b 105 85 94 104\n940c65ee33e2a577 95 55 64 84\nff44d62ec2299bc2 115 48 58 101\n2a695d52faf1949e 216 141 143 168\n518e2b4ced2a598e 165 79 102 112\n5dbd501fca3ef5c4 100 67 92 97\n9e978acf88f43f07 71 60 67 71\n794036d0ce41e0ad 142 61 89 114\ned5a2ed397ff7534 194 169 180 184\n857500a0287b787f 143 69 99 110\ncf5bce96562e21be 226 161 185 212\nfbe07215a258c7ed 53 12 32 42\n04145b4b73b2d313 61 36 39 45\n5ed70546a84eaf78 93 74 84 85\nb56b799c550929c9 102 38 57 78\ne6ab17cb48acf199 57 28 32 50\nbfb463dc1365bbdb 268 207 224 236\n4e50d5610be16ce1 126 76 87 98\nf4b43ba2d40a0708 110 63 82 85\n296c87d370b03f17 60 17 18 24\n39b58270c2e99310 121 50 87 105\n57f26cc9f1f34029 150 105 109 115\n8819bc042432074f 99 29 45 57\n7c6cdfaca37c48f3 48 8 44 47\n22274e48b847c860 48 17 26 30\n0afdc571e4667a44 106 76 98 104\ndf88a82a3aefc353 57 23 24 49\nb5e5379e3693dad0 51 14 17 35\nd8a6f5f5687ee167 93 49 74 87\na6b970850820eb5a 111 41 74 79\n64e5fbea472829b4 66 18 27 52\n70c4101cccab79a0 50 21 27 45\n02679535c5f06a19 63 14 34 40\n3ac32347c3ff7d38 91 64 79 85\n004e9db3337e8206 110 46 66 75\n0f7267e7e369b7d6 61 35 49 57\nde239c7da4d3d6a3 196 128 134 191\ne7cb1f56ac69308a 66 17 37 48\n776e483e0e5af39e 105 78 94 103\n1d8017cad8dc1d56 87 27 39 62\n08868143749f321b 263 208 230 244\n3dba9cb74bfb79b2 69 10 39 41\n3c84329b60bfa7cb 87 60 66 84\n71e9d0f8983daac5 120 81 115 119\na7d4344a1a84cb19 98 75 84 88\n4b461c1ec52a3076 76 33 41 63\n5d9d555bb2294681 69 30 44 53\nfa9029a71d807702 159 119 128 156\n9458c5a8ea666ee5 135 83 90 119\n0bb99505a71035cc 124 72 84 88\n9cda0343fa3ced47 86 41 49 51\n73ed097f3e2514c9 97 54 57 68\n3115672ced7c5694 71 22 28 37\n838f8ed446b97771 106 41 85 94\n66e23fd2bd03ede9 83 11 21 63\nb939977bcb278c53 114 72 81 92\n53a47129f3b14bcb 94 46 78 88\n02b59cd60efb924e 98 57 70 76\nf99730b487e57e9b 209 129 142 197\nf3165d5685e527c0 131 90 105 130\n706f41667bc5079c 60 15 17 47\n5533a28eb1f53b0e 47 15 18 43\n34ee7f63d7f4aaf5 94 24 91 93\nd69b375a66fcb363 153 88 138 142\nd57f52c12e2d2189 103 37 52 89\nbfc904268b353078 88 23 81 82\n7591c0ad03afa12b 208 148 191 199\nfee67103bcabbb0a 111 31 39 99\nc18ae4bd02a7a0bc 136 85 95 135\ndbc6ba567d294605 51 9 19 33\n99bf0dc41a750511 190 169 174 180\n01a5cc3805e94c21 79 57 65 66\n1c11709814a1a2f2 273 220 240 261\n735d90ea3aaf7c40 87 51 66 77\n91f141243221d23b 139 82 89 117\neda12a56bec73fa9 72 16 32 56\n8967c2f6fc92e3fc 64 23 49 64\n41a55418bee59b11 182 142 149 152\ne0825c823e45766d 48 6 10 25\n53c2b1665c48143f 68 22 27 28\ned01315968288adf 241 209 212 241\ne06cf2b1d0bf7ad5 74 33 42 73\n502ee418913c021a 68 22 42 62\ne1b01f602c0afa9e 53 15 22 23\n579983b1a3881a69 83 38 71 82\nf18361c62baa1175 121 63 106 107\nb19fa84e53dddf3f 125 42 61 68\nfe04a079dc651d9b 159 67 141 152\n02ee66b3efbf3b0a 274 185 236 262\n1b065d2ce77f9862 47 1 19 45\n0bcde26e5a802638 238 141 193 218\n94e30386dc2a93a7 76 48 49 54\n129b5e9b80cc4b4b 215 168 177 196\n31ee8cabc96b9a62 85 57 65 71\n40f6d540b9b16531 103 23 46 58\n1a0f8c49b336ec38 154 64 89 101\n3edff71624eac3ee 67 17 41 62\n5206d9e5172df68f 81 22 56 81\n482ce5c63038e5b4 59 18 24 37\n724928496fafcf03 162 90 125 147\n0b8e670f98cf5083 46 3 30 40\n896bc858b59cf508 203 150 167 171\n0e2f2538b26a179c 164 70 92 150\n1d9254a5cb93d4ff 120 56 97 99\n25f590b3de5b28e8 106 71 76 81\na92aa47e1df70c77 106 30 40 95\ne73ee867c3834f3d 135 87 98 104\na4ff3ff3466c47c2 54 14 41 42\n2837dd5c75e026f5 80 36 49 75\ne9338055d8f521ad 77 28 53 75\nd069fcb4a4c1e9eb 54 34 44 51\n58f9876a3e443302 69 16 26 66\n1c8d34a791deaaf1 96 42 61 62\n2b8f367d01df3601 105 25 36 73\nce6c6d81af6b62cd 45 0 5 35\ne9651dfa09c273f8 141 121 126 130\ndce5f59c6e33b5df 75 34 39 67\n6650470bb0abb23d 161 133 151 161\n80d21c1f8300db84 120 24 89 97\n8695b9a43979ed6c 100 41 73 88\nbc8adae3d0c73ba2 69 21 26 40\nf0d8ce5ccb80bece 109 56 66 88\n3fe382b2ae6c9361 57 31 44 52"
  },
  {
    "path": "splits/tulsiani2/test_files.txt",
    "content": "2011_09_26/2011_09_26_drive_0001_sync 0 l\n2011_09_26/2011_09_26_drive_0001_sync 1 l\n2011_09_26/2011_09_26_drive_0001_sync 2 l\n2011_09_26/2011_09_26_drive_0001_sync 3 l\n2011_09_26/2011_09_26_drive_0001_sync 4 l\n2011_09_26/2011_09_26_drive_0001_sync 5 l\n2011_09_26/2011_09_26_drive_0001_sync 6 l\n2011_09_26/2011_09_26_drive_0001_sync 7 l\n2011_09_26/2011_09_26_drive_0001_sync 8 l\n2011_09_26/2011_09_26_drive_0001_sync 9 l\n2011_09_26/2011_09_26_drive_0001_sync 10 l\n2011_09_26/2011_09_26_drive_0001_sync 11 l\n2011_09_26/2011_09_26_drive_0001_sync 12 l\n2011_09_26/2011_09_26_drive_0001_sync 13 l\n2011_09_26/2011_09_26_drive_0001_sync 14 l\n2011_09_26/2011_09_26_drive_0001_sync 15 l\n2011_09_26/2011_09_26_drive_0001_sync 16 l\n2011_09_26/2011_09_26_drive_0001_sync 17 l\n2011_09_26/2011_09_26_drive_0001_sync 18 l\n2011_09_26/2011_09_26_drive_0001_sync 19 l\n2011_09_26/2011_09_26_drive_0001_sync 20 l\n2011_09_26/2011_09_26_drive_0001_sync 21 l\n2011_09_26/2011_09_26_drive_0001_sync 22 l\n2011_09_26/2011_09_26_drive_0001_sync 23 l\n2011_09_26/2011_09_26_drive_0001_sync 24 l\n2011_09_26/2011_09_26_drive_0001_sync 25 l\n2011_09_26/2011_09_26_drive_0001_sync 26 l\n2011_09_26/2011_09_26_drive_0001_sync 27 l\n2011_09_26/2011_09_26_drive_0001_sync 28 l\n2011_09_26/2011_09_26_drive_0001_sync 29 l\n2011_09_26/2011_09_26_drive_0001_sync 30 l\n2011_09_26/2011_09_26_drive_0001_sync 31 l\n2011_09_26/2011_09_26_drive_0001_sync 32 l\n2011_09_26/2011_09_26_drive_0001_sync 33 l\n2011_09_26/2011_09_26_drive_0001_sync 34 l\n2011_09_26/2011_09_26_drive_0001_sync 35 l\n2011_09_26/2011_09_26_drive_0001_sync 36 l\n2011_09_26/2011_09_26_drive_0001_sync 37 l\n2011_09_26/2011_09_26_drive_0001_sync 38 l\n2011_09_26/2011_09_26_drive_0001_sync 39 l\n2011_09_26/2011_09_26_drive_0001_sync 40 l\n2011_09_26/2011_09_26_drive_0001_sync 41 l\n2011_09_26/2011_09_26_drive_0001_sync 42 l\n2011_09_26/2011_09_26_drive_0001_sync 43 l\n2011_09_26/2011_09_26_drive_0001_sync 44 l\n2011_09_26/2011_09_26_drive_0001_sync 45 l\n2011_09_26/2011_09_26_drive_0001_sync 46 l\n2011_09_26/2011_09_26_drive_0001_sync 47 l\n2011_09_26/2011_09_26_drive_0001_sync 48 l\n2011_09_26/2011_09_26_drive_0001_sync 49 l\n2011_09_26/2011_09_26_drive_0001_sync 50 l\n2011_09_26/2011_09_26_drive_0001_sync 51 l\n2011_09_26/2011_09_26_drive_0001_sync 52 l\n2011_09_26/2011_09_26_drive_0001_sync 53 l\n2011_09_26/2011_09_26_drive_0001_sync 54 l\n2011_09_26/2011_09_26_drive_0001_sync 55 l\n2011_09_26/2011_09_26_drive_0001_sync 56 l\n2011_09_26/2011_09_26_drive_0001_sync 57 l\n2011_09_26/2011_09_26_drive_0001_sync 58 l\n2011_09_26/2011_09_26_drive_0001_sync 59 l\n2011_09_26/2011_09_26_drive_0001_sync 60 l\n2011_09_26/2011_09_26_drive_0001_sync 61 l\n2011_09_26/2011_09_26_drive_0001_sync 62 l\n2011_09_26/2011_09_26_drive_0001_sync 63 l\n2011_09_26/2011_09_26_drive_0001_sync 64 l\n2011_09_26/2011_09_26_drive_0001_sync 65 l\n2011_09_26/2011_09_26_drive_0001_sync 66 l\n2011_09_26/2011_09_26_drive_0001_sync 67 l\n2011_09_26/2011_09_26_drive_0001_sync 68 l\n2011_09_26/2011_09_26_drive_0001_sync 69 l\n2011_09_26/2011_09_26_drive_0001_sync 70 l\n2011_09_26/2011_09_26_drive_0001_sync 71 l\n2011_09_26/2011_09_26_drive_0001_sync 72 l\n2011_09_26/2011_09_26_drive_0001_sync 73 l\n2011_09_26/2011_09_26_drive_0001_sync 74 l\n2011_09_26/2011_09_26_drive_0001_sync 75 l\n2011_09_26/2011_09_26_drive_0001_sync 76 l\n2011_09_26/2011_09_26_drive_0001_sync 77 l\n2011_09_26/2011_09_26_drive_0001_sync 78 l\n2011_09_26/2011_09_26_drive_0001_sync 79 l\n2011_09_26/2011_09_26_drive_0001_sync 80 l\n2011_09_26/2011_09_26_drive_0001_sync 81 l\n2011_09_26/2011_09_26_drive_0001_sync 82 l\n2011_09_26/2011_09_26_drive_0001_sync 83 l\n2011_09_26/2011_09_26_drive_0001_sync 84 l\n2011_09_26/2011_09_26_drive_0001_sync 85 l\n2011_09_26/2011_09_26_drive_0001_sync 86 l\n2011_09_26/2011_09_26_drive_0001_sync 87 l\n2011_09_26/2011_09_26_drive_0001_sync 88 l\n2011_09_26/2011_09_26_drive_0001_sync 89 l\n2011_09_26/2011_09_26_drive_0001_sync 90 l\n2011_09_26/2011_09_26_drive_0001_sync 91 l\n2011_09_26/2011_09_26_drive_0001_sync 92 l\n2011_09_26/2011_09_26_drive_0001_sync 93 l\n2011_09_26/2011_09_26_drive_0001_sync 94 l\n2011_09_26/2011_09_26_drive_0001_sync 95 l\n2011_09_26/2011_09_26_drive_0001_sync 96 l\n2011_09_26/2011_09_26_drive_0001_sync 97 l\n2011_09_26/2011_09_26_drive_0001_sync 98 l\n2011_09_26/2011_09_26_drive_0001_sync 99 l\n2011_09_26/2011_09_26_drive_0001_sync 100 l\n2011_09_26/2011_09_26_drive_0001_sync 101 l\n2011_09_26/2011_09_26_drive_0001_sync 102 l\n2011_09_26/2011_09_26_drive_0001_sync 103 l\n2011_09_26/2011_09_26_drive_0001_sync 104 l\n2011_09_26/2011_09_26_drive_0001_sync 105 l\n2011_09_26/2011_09_26_drive_0001_sync 106 l\n2011_09_26/2011_09_26_drive_0001_sync 107 l\n2011_09_26/2011_09_26_drive_0106_sync 0 l\n2011_09_26/2011_09_26_drive_0106_sync 1 l\n2011_09_26/2011_09_26_drive_0106_sync 2 l\n2011_09_26/2011_09_26_drive_0106_sync 3 l\n2011_09_26/2011_09_26_drive_0106_sync 4 l\n2011_09_26/2011_09_26_drive_0106_sync 5 l\n2011_09_26/2011_09_26_drive_0106_sync 6 l\n2011_09_26/2011_09_26_drive_0106_sync 7 l\n2011_09_26/2011_09_26_drive_0106_sync 8 l\n2011_09_26/2011_09_26_drive_0106_sync 9 l\n2011_09_26/2011_09_26_drive_0106_sync 10 l\n2011_09_26/2011_09_26_drive_0106_sync 11 l\n2011_09_26/2011_09_26_drive_0106_sync 12 l\n2011_09_26/2011_09_26_drive_0106_sync 13 l\n2011_09_26/2011_09_26_drive_0106_sync 14 l\n2011_09_26/2011_09_26_drive_0106_sync 15 l\n2011_09_26/2011_09_26_drive_0106_sync 16 l\n2011_09_26/2011_09_26_drive_0106_sync 17 l\n2011_09_26/2011_09_26_drive_0106_sync 18 l\n2011_09_26/2011_09_26_drive_0106_sync 19 l\n2011_09_26/2011_09_26_drive_0106_sync 20 l\n2011_09_26/2011_09_26_drive_0106_sync 21 l\n2011_09_26/2011_09_26_drive_0106_sync 22 l\n2011_09_26/2011_09_26_drive_0106_sync 23 l\n2011_09_26/2011_09_26_drive_0106_sync 24 l\n2011_09_26/2011_09_26_drive_0106_sync 25 l\n2011_09_26/2011_09_26_drive_0106_sync 26 l\n2011_09_26/2011_09_26_drive_0106_sync 27 l\n2011_09_26/2011_09_26_drive_0106_sync 28 l\n2011_09_26/2011_09_26_drive_0106_sync 29 l\n2011_09_26/2011_09_26_drive_0106_sync 30 l\n2011_09_26/2011_09_26_drive_0106_sync 31 l\n2011_09_26/2011_09_26_drive_0106_sync 32 l\n2011_09_26/2011_09_26_drive_0106_sync 33 l\n2011_09_26/2011_09_26_drive_0106_sync 34 l\n2011_09_26/2011_09_26_drive_0106_sync 35 l\n2011_09_26/2011_09_26_drive_0106_sync 36 l\n2011_09_26/2011_09_26_drive_0106_sync 37 l\n2011_09_26/2011_09_26_drive_0106_sync 38 l\n2011_09_26/2011_09_26_drive_0106_sync 39 l\n2011_09_26/2011_09_26_drive_0106_sync 40 l\n2011_09_26/2011_09_26_drive_0106_sync 41 l\n2011_09_26/2011_09_26_drive_0106_sync 42 l\n2011_09_26/2011_09_26_drive_0106_sync 43 l\n2011_09_26/2011_09_26_drive_0106_sync 44 l\n2011_09_26/2011_09_26_drive_0106_sync 45 l\n2011_09_26/2011_09_26_drive_0106_sync 46 l\n2011_09_26/2011_09_26_drive_0106_sync 47 l\n2011_09_26/2011_09_26_drive_0106_sync 48 l\n2011_09_26/2011_09_26_drive_0106_sync 49 l\n2011_09_26/2011_09_26_drive_0106_sync 50 l\n2011_09_26/2011_09_26_drive_0106_sync 51 l\n2011_09_26/2011_09_26_drive_0106_sync 52 l\n2011_09_26/2011_09_26_drive_0106_sync 53 l\n2011_09_26/2011_09_26_drive_0106_sync 54 l\n2011_09_26/2011_09_26_drive_0106_sync 55 l\n2011_09_26/2011_09_26_drive_0106_sync 56 l\n2011_09_26/2011_09_26_drive_0106_sync 57 l\n2011_09_26/2011_09_26_drive_0106_sync 58 l\n2011_09_26/2011_09_26_drive_0106_sync 59 l\n2011_09_26/2011_09_26_drive_0106_sync 60 l\n2011_09_26/2011_09_26_drive_0106_sync 61 l\n2011_09_26/2011_09_26_drive_0106_sync 62 l\n2011_09_26/2011_09_26_drive_0106_sync 63 l\n2011_09_26/2011_09_26_drive_0106_sync 64 l\n2011_09_26/2011_09_26_drive_0106_sync 65 l\n2011_09_26/2011_09_26_drive_0106_sync 66 l\n2011_09_26/2011_09_26_drive_0106_sync 67 l\n2011_09_26/2011_09_26_drive_0106_sync 68 l\n2011_09_26/2011_09_26_drive_0106_sync 69 l\n2011_09_26/2011_09_26_drive_0106_sync 70 l\n2011_09_26/2011_09_26_drive_0106_sync 71 l\n2011_09_26/2011_09_26_drive_0106_sync 72 l\n2011_09_26/2011_09_26_drive_0106_sync 73 l\n2011_09_26/2011_09_26_drive_0106_sync 74 l\n2011_09_26/2011_09_26_drive_0106_sync 75 l\n2011_09_26/2011_09_26_drive_0106_sync 76 l\n2011_09_26/2011_09_26_drive_0106_sync 77 l\n2011_09_26/2011_09_26_drive_0106_sync 78 l\n2011_09_26/2011_09_26_drive_0106_sync 79 l\n2011_09_26/2011_09_26_drive_0106_sync 80 l\n2011_09_26/2011_09_26_drive_0106_sync 81 l\n2011_09_26/2011_09_26_drive_0106_sync 82 l\n2011_09_26/2011_09_26_drive_0106_sync 83 l\n2011_09_26/2011_09_26_drive_0106_sync 84 l\n2011_09_26/2011_09_26_drive_0106_sync 85 l\n2011_09_26/2011_09_26_drive_0106_sync 86 l\n2011_09_26/2011_09_26_drive_0106_sync 87 l\n2011_09_26/2011_09_26_drive_0106_sync 88 l\n2011_09_26/2011_09_26_drive_0106_sync 89 l\n2011_09_26/2011_09_26_drive_0106_sync 90 l\n2011_09_26/2011_09_26_drive_0106_sync 91 l\n2011_09_26/2011_09_26_drive_0106_sync 92 l\n2011_09_26/2011_09_26_drive_0106_sync 93 l\n2011_09_26/2011_09_26_drive_0106_sync 94 l\n2011_09_26/2011_09_26_drive_0106_sync 95 l\n2011_09_26/2011_09_26_drive_0106_sync 96 l\n2011_09_26/2011_09_26_drive_0106_sync 97 l\n2011_09_26/2011_09_26_drive_0106_sync 98 l\n2011_09_26/2011_09_26_drive_0106_sync 99 l\n2011_09_26/2011_09_26_drive_0106_sync 100 l\n2011_09_26/2011_09_26_drive_0106_sync 101 l\n2011_09_26/2011_09_26_drive_0106_sync 102 l\n2011_09_26/2011_09_26_drive_0106_sync 103 l\n2011_09_26/2011_09_26_drive_0106_sync 104 l\n2011_09_26/2011_09_26_drive_0106_sync 105 l\n2011_09_26/2011_09_26_drive_0106_sync 106 l\n2011_09_26/2011_09_26_drive_0106_sync 107 l\n2011_09_26/2011_09_26_drive_0106_sync 108 l\n2011_09_26/2011_09_26_drive_0106_sync 109 l\n2011_09_26/2011_09_26_drive_0106_sync 110 l\n2011_09_26/2011_09_26_drive_0106_sync 111 l\n2011_09_26/2011_09_26_drive_0106_sync 112 l\n2011_09_26/2011_09_26_drive_0106_sync 113 l\n2011_09_26/2011_09_26_drive_0106_sync 114 l\n2011_09_26/2011_09_26_drive_0106_sync 115 l\n2011_09_26/2011_09_26_drive_0106_sync 116 l\n2011_09_26/2011_09_26_drive_0106_sync 117 l\n2011_09_26/2011_09_26_drive_0106_sync 118 l\n2011_09_26/2011_09_26_drive_0106_sync 119 l\n2011_09_26/2011_09_26_drive_0106_sync 120 l\n2011_09_26/2011_09_26_drive_0106_sync 121 l\n2011_09_26/2011_09_26_drive_0106_sync 122 l\n2011_09_26/2011_09_26_drive_0106_sync 123 l\n2011_09_26/2011_09_26_drive_0106_sync 124 l\n2011_09_26/2011_09_26_drive_0106_sync 125 l\n2011_09_26/2011_09_26_drive_0106_sync 126 l\n2011_09_26/2011_09_26_drive_0106_sync 127 l\n2011_09_26/2011_09_26_drive_0106_sync 128 l\n2011_09_26/2011_09_26_drive_0106_sync 129 l\n2011_09_26/2011_09_26_drive_0106_sync 130 l\n2011_09_26/2011_09_26_drive_0106_sync 131 l\n2011_09_26/2011_09_26_drive_0106_sync 132 l\n2011_09_26/2011_09_26_drive_0106_sync 133 l\n2011_09_26/2011_09_26_drive_0106_sync 134 l\n2011_09_26/2011_09_26_drive_0106_sync 135 l\n2011_09_26/2011_09_26_drive_0106_sync 136 l\n2011_09_26/2011_09_26_drive_0106_sync 137 l\n2011_09_26/2011_09_26_drive_0106_sync 138 l\n2011_09_26/2011_09_26_drive_0106_sync 139 l\n2011_09_26/2011_09_26_drive_0106_sync 140 l\n2011_09_26/2011_09_26_drive_0106_sync 141 l\n2011_09_26/2011_09_26_drive_0106_sync 142 l\n2011_09_26/2011_09_26_drive_0106_sync 143 l\n2011_09_26/2011_09_26_drive_0106_sync 144 l\n2011_09_26/2011_09_26_drive_0106_sync 145 l\n2011_09_26/2011_09_26_drive_0106_sync 146 l\n2011_09_26/2011_09_26_drive_0106_sync 147 l\n2011_09_26/2011_09_26_drive_0106_sync 148 l\n2011_09_26/2011_09_26_drive_0106_sync 149 l\n2011_09_26/2011_09_26_drive_0106_sync 150 l\n2011_09_26/2011_09_26_drive_0106_sync 151 l\n2011_09_26/2011_09_26_drive_0106_sync 152 l\n2011_09_26/2011_09_26_drive_0106_sync 153 l\n2011_09_26/2011_09_26_drive_0106_sync 154 l\n2011_09_26/2011_09_26_drive_0106_sync 155 l\n2011_09_26/2011_09_26_drive_0106_sync 156 l\n2011_09_26/2011_09_26_drive_0106_sync 157 l\n2011_09_26/2011_09_26_drive_0106_sync 158 l\n2011_09_26/2011_09_26_drive_0106_sync 159 l\n2011_09_26/2011_09_26_drive_0106_sync 160 l\n2011_09_26/2011_09_26_drive_0106_sync 161 l\n2011_09_26/2011_09_26_drive_0106_sync 162 l\n2011_09_26/2011_09_26_drive_0106_sync 163 l\n2011_09_26/2011_09_26_drive_0106_sync 164 l\n2011_09_26/2011_09_26_drive_0106_sync 165 l\n2011_09_26/2011_09_26_drive_0106_sync 166 l\n2011_09_26/2011_09_26_drive_0106_sync 167 l\n2011_09_26/2011_09_26_drive_0106_sync 168 l\n2011_09_26/2011_09_26_drive_0106_sync 169 l\n2011_09_26/2011_09_26_drive_0106_sync 170 l\n2011_09_26/2011_09_26_drive_0106_sync 171 l\n2011_09_26/2011_09_26_drive_0106_sync 172 l\n2011_09_26/2011_09_26_drive_0106_sync 173 l\n2011_09_26/2011_09_26_drive_0106_sync 174 l\n2011_09_26/2011_09_26_drive_0106_sync 175 l\n2011_09_26/2011_09_26_drive_0106_sync 176 l\n2011_09_26/2011_09_26_drive_0106_sync 177 l\n2011_09_26/2011_09_26_drive_0106_sync 178 l\n2011_09_26/2011_09_26_drive_0106_sync 179 l\n2011_09_26/2011_09_26_drive_0106_sync 180 l\n2011_09_26/2011_09_26_drive_0106_sync 181 l\n2011_09_26/2011_09_26_drive_0106_sync 182 l\n2011_09_26/2011_09_26_drive_0106_sync 183 l\n2011_09_26/2011_09_26_drive_0106_sync 184 l\n2011_09_26/2011_09_26_drive_0106_sync 185 l\n2011_09_26/2011_09_26_drive_0106_sync 186 l\n2011_09_26/2011_09_26_drive_0106_sync 187 l\n2011_09_26/2011_09_26_drive_0106_sync 188 l\n2011_09_26/2011_09_26_drive_0106_sync 189 l\n2011_09_26/2011_09_26_drive_0106_sync 190 l\n2011_09_26/2011_09_26_drive_0106_sync 191 l\n2011_09_26/2011_09_26_drive_0106_sync 192 l\n2011_09_26/2011_09_26_drive_0106_sync 193 l\n2011_09_26/2011_09_26_drive_0106_sync 194 l\n2011_09_26/2011_09_26_drive_0106_sync 195 l\n2011_09_26/2011_09_26_drive_0106_sync 196 l\n2011_09_26/2011_09_26_drive_0106_sync 197 l\n2011_09_26/2011_09_26_drive_0106_sync 198 l\n2011_09_26/2011_09_26_drive_0106_sync 199 l\n2011_09_26/2011_09_26_drive_0106_sync 200 l\n2011_09_26/2011_09_26_drive_0106_sync 201 l\n2011_09_26/2011_09_26_drive_0106_sync 202 l\n2011_09_26/2011_09_26_drive_0106_sync 203 l\n2011_09_26/2011_09_26_drive_0106_sync 204 l\n2011_09_26/2011_09_26_drive_0106_sync 205 l\n2011_09_26/2011_09_26_drive_0106_sync 206 l\n2011_09_26/2011_09_26_drive_0106_sync 207 l\n2011_09_26/2011_09_26_drive_0106_sync 208 l\n2011_09_26/2011_09_26_drive_0106_sync 209 l\n2011_09_26/2011_09_26_drive_0106_sync 210 l\n2011_09_26/2011_09_26_drive_0106_sync 211 l\n2011_09_26/2011_09_26_drive_0106_sync 212 l\n2011_09_26/2011_09_26_drive_0106_sync 213 l\n2011_09_26/2011_09_26_drive_0106_sync 214 l\n2011_09_26/2011_09_26_drive_0106_sync 215 l\n2011_09_26/2011_09_26_drive_0106_sync 216 l\n2011_09_26/2011_09_26_drive_0106_sync 217 l\n2011_09_26/2011_09_26_drive_0106_sync 218 l\n2011_09_26/2011_09_26_drive_0106_sync 219 l\n2011_09_26/2011_09_26_drive_0106_sync 220 l\n2011_09_26/2011_09_26_drive_0106_sync 221 l\n2011_09_26/2011_09_26_drive_0106_sync 222 l\n2011_09_26/2011_09_26_drive_0106_sync 223 l\n2011_09_26/2011_09_26_drive_0106_sync 224 l\n2011_09_26/2011_09_26_drive_0106_sync 225 l\n2011_09_26/2011_09_26_drive_0106_sync 226 l\n2011_09_26/2011_09_26_drive_0084_sync 0 l\n2011_09_26/2011_09_26_drive_0084_sync 1 l\n2011_09_26/2011_09_26_drive_0084_sync 2 l\n2011_09_26/2011_09_26_drive_0084_sync 3 l\n2011_09_26/2011_09_26_drive_0084_sync 4 l\n2011_09_26/2011_09_26_drive_0084_sync 5 l\n2011_09_26/2011_09_26_drive_0084_sync 6 l\n2011_09_26/2011_09_26_drive_0084_sync 7 l\n2011_09_26/2011_09_26_drive_0084_sync 8 l\n2011_09_26/2011_09_26_drive_0084_sync 9 l\n2011_09_26/2011_09_26_drive_0084_sync 10 l\n2011_09_26/2011_09_26_drive_0084_sync 11 l\n2011_09_26/2011_09_26_drive_0084_sync 12 l\n2011_09_26/2011_09_26_drive_0084_sync 13 l\n2011_09_26/2011_09_26_drive_0084_sync 14 l\n2011_09_26/2011_09_26_drive_0084_sync 15 l\n2011_09_26/2011_09_26_drive_0084_sync 16 l\n2011_09_26/2011_09_26_drive_0084_sync 17 l\n2011_09_26/2011_09_26_drive_0084_sync 18 l\n2011_09_26/2011_09_26_drive_0084_sync 19 l\n2011_09_26/2011_09_26_drive_0084_sync 20 l\n2011_09_26/2011_09_26_drive_0084_sync 21 l\n2011_09_26/2011_09_26_drive_0084_sync 22 l\n2011_09_26/2011_09_26_drive_0084_sync 23 l\n2011_09_26/2011_09_26_drive_0084_sync 24 l\n2011_09_26/2011_09_26_drive_0084_sync 25 l\n2011_09_26/2011_09_26_drive_0084_sync 26 l\n2011_09_26/2011_09_26_drive_0084_sync 27 l\n2011_09_26/2011_09_26_drive_0084_sync 28 l\n2011_09_26/2011_09_26_drive_0084_sync 29 l\n2011_09_26/2011_09_26_drive_0084_sync 30 l\n2011_09_26/2011_09_26_drive_0084_sync 31 l\n2011_09_26/2011_09_26_drive_0084_sync 32 l\n2011_09_26/2011_09_26_drive_0084_sync 33 l\n2011_09_26/2011_09_26_drive_0084_sync 34 l\n2011_09_26/2011_09_26_drive_0084_sync 35 l\n2011_09_26/2011_09_26_drive_0084_sync 36 l\n2011_09_26/2011_09_26_drive_0084_sync 37 l\n2011_09_26/2011_09_26_drive_0084_sync 38 l\n2011_09_26/2011_09_26_drive_0084_sync 39 l\n2011_09_26/2011_09_26_drive_0084_sync 40 l\n2011_09_26/2011_09_26_drive_0084_sync 41 l\n2011_09_26/2011_09_26_drive_0084_sync 42 l\n2011_09_26/2011_09_26_drive_0084_sync 43 l\n2011_09_26/2011_09_26_drive_0084_sync 44 l\n2011_09_26/2011_09_26_drive_0084_sync 45 l\n2011_09_26/2011_09_26_drive_0084_sync 46 l\n2011_09_26/2011_09_26_drive_0084_sync 47 l\n2011_09_26/2011_09_26_drive_0084_sync 48 l\n2011_09_26/2011_09_26_drive_0084_sync 49 l\n2011_09_26/2011_09_26_drive_0084_sync 50 l\n2011_09_26/2011_09_26_drive_0084_sync 51 l\n2011_09_26/2011_09_26_drive_0084_sync 52 l\n2011_09_26/2011_09_26_drive_0084_sync 53 l\n2011_09_26/2011_09_26_drive_0084_sync 54 l\n2011_09_26/2011_09_26_drive_0084_sync 55 l\n2011_09_26/2011_09_26_drive_0084_sync 56 l\n2011_09_26/2011_09_26_drive_0084_sync 57 l\n2011_09_26/2011_09_26_drive_0084_sync 58 l\n2011_09_26/2011_09_26_drive_0084_sync 59 l\n2011_09_26/2011_09_26_drive_0084_sync 60 l\n2011_09_26/2011_09_26_drive_0084_sync 61 l\n2011_09_26/2011_09_26_drive_0084_sync 62 l\n2011_09_26/2011_09_26_drive_0084_sync 63 l\n2011_09_26/2011_09_26_drive_0084_sync 64 l\n2011_09_26/2011_09_26_drive_0084_sync 65 l\n2011_09_26/2011_09_26_drive_0084_sync 66 l\n2011_09_26/2011_09_26_drive_0084_sync 67 l\n2011_09_26/2011_09_26_drive_0084_sync 68 l\n2011_09_26/2011_09_26_drive_0084_sync 69 l\n2011_09_26/2011_09_26_drive_0084_sync 70 l\n2011_09_26/2011_09_26_drive_0084_sync 71 l\n2011_09_26/2011_09_26_drive_0084_sync 72 l\n2011_09_26/2011_09_26_drive_0084_sync 73 l\n2011_09_26/2011_09_26_drive_0084_sync 74 l\n2011_09_26/2011_09_26_drive_0084_sync 75 l\n2011_09_26/2011_09_26_drive_0084_sync 76 l\n2011_09_26/2011_09_26_drive_0084_sync 77 l\n2011_09_26/2011_09_26_drive_0084_sync 78 l\n2011_09_26/2011_09_26_drive_0084_sync 79 l\n2011_09_26/2011_09_26_drive_0084_sync 80 l\n2011_09_26/2011_09_26_drive_0084_sync 81 l\n2011_09_26/2011_09_26_drive_0084_sync 82 l\n2011_09_26/2011_09_26_drive_0084_sync 83 l\n2011_09_26/2011_09_26_drive_0084_sync 84 l\n2011_09_26/2011_09_26_drive_0084_sync 85 l\n2011_09_26/2011_09_26_drive_0084_sync 86 l\n2011_09_26/2011_09_26_drive_0084_sync 87 l\n2011_09_26/2011_09_26_drive_0084_sync 88 l\n2011_09_26/2011_09_26_drive_0084_sync 89 l\n2011_09_26/2011_09_26_drive_0084_sync 90 l\n2011_09_26/2011_09_26_drive_0084_sync 91 l\n2011_09_26/2011_09_26_drive_0084_sync 92 l\n2011_09_26/2011_09_26_drive_0084_sync 93 l\n2011_09_26/2011_09_26_drive_0084_sync 94 l\n2011_09_26/2011_09_26_drive_0084_sync 95 l\n2011_09_26/2011_09_26_drive_0084_sync 96 l\n2011_09_26/2011_09_26_drive_0084_sync 97 l\n2011_09_26/2011_09_26_drive_0084_sync 98 l\n2011_09_26/2011_09_26_drive_0084_sync 99 l\n2011_09_26/2011_09_26_drive_0084_sync 100 l\n2011_09_26/2011_09_26_drive_0084_sync 101 l\n2011_09_26/2011_09_26_drive_0084_sync 102 l\n2011_09_26/2011_09_26_drive_0084_sync 103 l\n2011_09_26/2011_09_26_drive_0084_sync 104 l\n2011_09_26/2011_09_26_drive_0084_sync 105 l\n2011_09_26/2011_09_26_drive_0084_sync 106 l\n2011_09_26/2011_09_26_drive_0084_sync 107 l\n2011_09_26/2011_09_26_drive_0084_sync 108 l\n2011_09_26/2011_09_26_drive_0084_sync 109 l\n2011_09_26/2011_09_26_drive_0084_sync 110 l\n2011_09_26/2011_09_26_drive_0084_sync 111 l\n2011_09_26/2011_09_26_drive_0084_sync 112 l\n2011_09_26/2011_09_26_drive_0084_sync 113 l\n2011_09_26/2011_09_26_drive_0084_sync 114 l\n2011_09_26/2011_09_26_drive_0084_sync 115 l\n2011_09_26/2011_09_26_drive_0084_sync 116 l\n2011_09_26/2011_09_26_drive_0084_sync 117 l\n2011_09_26/2011_09_26_drive_0084_sync 118 l\n2011_09_26/2011_09_26_drive_0084_sync 119 l\n2011_09_26/2011_09_26_drive_0084_sync 120 l\n2011_09_26/2011_09_26_drive_0084_sync 121 l\n2011_09_26/2011_09_26_drive_0084_sync 122 l\n2011_09_26/2011_09_26_drive_0084_sync 123 l\n2011_09_26/2011_09_26_drive_0084_sync 124 l\n2011_09_26/2011_09_26_drive_0084_sync 125 l\n2011_09_26/2011_09_26_drive_0084_sync 126 l\n2011_09_26/2011_09_26_drive_0084_sync 127 l\n2011_09_26/2011_09_26_drive_0084_sync 128 l\n2011_09_26/2011_09_26_drive_0084_sync 129 l\n2011_09_26/2011_09_26_drive_0084_sync 130 l\n2011_09_26/2011_09_26_drive_0084_sync 131 l\n2011_09_26/2011_09_26_drive_0084_sync 132 l\n2011_09_26/2011_09_26_drive_0084_sync 133 l\n2011_09_26/2011_09_26_drive_0084_sync 134 l\n2011_09_26/2011_09_26_drive_0084_sync 135 l\n2011_09_26/2011_09_26_drive_0084_sync 136 l\n2011_09_26/2011_09_26_drive_0084_sync 137 l\n2011_09_26/2011_09_26_drive_0084_sync 138 l\n2011_09_26/2011_09_26_drive_0084_sync 139 l\n2011_09_26/2011_09_26_drive_0084_sync 140 l\n2011_09_26/2011_09_26_drive_0084_sync 141 l\n2011_09_26/2011_09_26_drive_0084_sync 142 l\n2011_09_26/2011_09_26_drive_0084_sync 143 l\n2011_09_26/2011_09_26_drive_0084_sync 144 l\n2011_09_26/2011_09_26_drive_0084_sync 145 l\n2011_09_26/2011_09_26_drive_0084_sync 146 l\n2011_09_26/2011_09_26_drive_0084_sync 147 l\n2011_09_26/2011_09_26_drive_0084_sync 148 l\n2011_09_26/2011_09_26_drive_0084_sync 149 l\n2011_09_26/2011_09_26_drive_0084_sync 150 l\n2011_09_26/2011_09_26_drive_0084_sync 151 l\n2011_09_26/2011_09_26_drive_0084_sync 152 l\n2011_09_26/2011_09_26_drive_0084_sync 153 l\n2011_09_26/2011_09_26_drive_0084_sync 154 l\n2011_09_26/2011_09_26_drive_0084_sync 155 l\n2011_09_26/2011_09_26_drive_0084_sync 156 l\n2011_09_26/2011_09_26_drive_0084_sync 157 l\n2011_09_26/2011_09_26_drive_0084_sync 158 l\n2011_09_26/2011_09_26_drive_0084_sync 159 l\n2011_09_26/2011_09_26_drive_0084_sync 160 l\n2011_09_26/2011_09_26_drive_0084_sync 161 l\n2011_09_26/2011_09_26_drive_0084_sync 162 l\n2011_09_26/2011_09_26_drive_0084_sync 163 l\n2011_09_26/2011_09_26_drive_0084_sync 164 l\n2011_09_26/2011_09_26_drive_0084_sync 165 l\n2011_09_26/2011_09_26_drive_0084_sync 166 l\n2011_09_26/2011_09_26_drive_0084_sync 167 l\n2011_09_26/2011_09_26_drive_0084_sync 168 l\n2011_09_26/2011_09_26_drive_0084_sync 169 l\n2011_09_26/2011_09_26_drive_0084_sync 170 l\n2011_09_26/2011_09_26_drive_0084_sync 171 l\n2011_09_26/2011_09_26_drive_0084_sync 172 l\n2011_09_26/2011_09_26_drive_0084_sync 173 l\n2011_09_26/2011_09_26_drive_0084_sync 174 l\n2011_09_26/2011_09_26_drive_0084_sync 175 l\n2011_09_26/2011_09_26_drive_0084_sync 176 l\n2011_09_26/2011_09_26_drive_0084_sync 177 l\n2011_09_26/2011_09_26_drive_0084_sync 178 l\n2011_09_26/2011_09_26_drive_0084_sync 179 l\n2011_09_26/2011_09_26_drive_0084_sync 180 l\n2011_09_26/2011_09_26_drive_0084_sync 181 l\n2011_09_26/2011_09_26_drive_0084_sync 182 l\n2011_09_26/2011_09_26_drive_0084_sync 183 l\n2011_09_26/2011_09_26_drive_0084_sync 184 l\n2011_09_26/2011_09_26_drive_0084_sync 185 l\n2011_09_26/2011_09_26_drive_0084_sync 186 l\n2011_09_26/2011_09_26_drive_0084_sync 187 l\n2011_09_26/2011_09_26_drive_0084_sync 188 l\n2011_09_26/2011_09_26_drive_0084_sync 189 l\n2011_09_26/2011_09_26_drive_0084_sync 190 l\n2011_09_26/2011_09_26_drive_0084_sync 191 l\n2011_09_26/2011_09_26_drive_0084_sync 192 l\n2011_09_26/2011_09_26_drive_0084_sync 193 l\n2011_09_26/2011_09_26_drive_0084_sync 194 l\n2011_09_26/2011_09_26_drive_0084_sync 195 l\n2011_09_26/2011_09_26_drive_0084_sync 196 l\n2011_09_26/2011_09_26_drive_0084_sync 197 l\n2011_09_26/2011_09_26_drive_0084_sync 198 l\n2011_09_26/2011_09_26_drive_0084_sync 199 l\n2011_09_26/2011_09_26_drive_0084_sync 200 l\n2011_09_26/2011_09_26_drive_0084_sync 201 l\n2011_09_26/2011_09_26_drive_0084_sync 202 l\n2011_09_26/2011_09_26_drive_0084_sync 203 l\n2011_09_26/2011_09_26_drive_0084_sync 204 l\n2011_09_26/2011_09_26_drive_0084_sync 205 l\n2011_09_26/2011_09_26_drive_0084_sync 206 l\n2011_09_26/2011_09_26_drive_0084_sync 207 l\n2011_09_26/2011_09_26_drive_0084_sync 208 l\n2011_09_26/2011_09_26_drive_0084_sync 209 l\n2011_09_26/2011_09_26_drive_0084_sync 210 l\n2011_09_26/2011_09_26_drive_0084_sync 211 l\n2011_09_26/2011_09_26_drive_0084_sync 212 l\n2011_09_26/2011_09_26_drive_0084_sync 213 l\n2011_09_26/2011_09_26_drive_0084_sync 214 l\n2011_09_26/2011_09_26_drive_0084_sync 215 l\n2011_09_26/2011_09_26_drive_0084_sync 216 l\n2011_09_26/2011_09_26_drive_0084_sync 217 l\n2011_09_26/2011_09_26_drive_0084_sync 218 l\n2011_09_26/2011_09_26_drive_0084_sync 219 l\n2011_09_26/2011_09_26_drive_0084_sync 220 l\n2011_09_26/2011_09_26_drive_0084_sync 221 l\n2011_09_26/2011_09_26_drive_0084_sync 222 l\n2011_09_26/2011_09_26_drive_0084_sync 223 l\n2011_09_26/2011_09_26_drive_0084_sync 224 l\n2011_09_26/2011_09_26_drive_0084_sync 225 l\n2011_09_26/2011_09_26_drive_0084_sync 226 l\n2011_09_26/2011_09_26_drive_0084_sync 227 l\n2011_09_26/2011_09_26_drive_0084_sync 228 l\n2011_09_26/2011_09_26_drive_0084_sync 229 l\n2011_09_26/2011_09_26_drive_0084_sync 230 l\n2011_09_26/2011_09_26_drive_0084_sync 231 l\n2011_09_26/2011_09_26_drive_0084_sync 232 l\n2011_09_26/2011_09_26_drive_0084_sync 233 l\n2011_09_26/2011_09_26_drive_0084_sync 234 l\n2011_09_26/2011_09_26_drive_0084_sync 235 l\n2011_09_26/2011_09_26_drive_0084_sync 236 l\n2011_09_26/2011_09_26_drive_0084_sync 237 l\n2011_09_26/2011_09_26_drive_0084_sync 238 l\n2011_09_26/2011_09_26_drive_0084_sync 239 l\n2011_09_26/2011_09_26_drive_0084_sync 240 l\n2011_09_26/2011_09_26_drive_0084_sync 241 l\n2011_09_26/2011_09_26_drive_0084_sync 242 l\n2011_09_26/2011_09_26_drive_0084_sync 243 l\n2011_09_26/2011_09_26_drive_0084_sync 244 l\n2011_09_26/2011_09_26_drive_0084_sync 245 l\n2011_09_26/2011_09_26_drive_0084_sync 246 l\n2011_09_26/2011_09_26_drive_0084_sync 247 l\n2011_09_26/2011_09_26_drive_0084_sync 248 l\n2011_09_26/2011_09_26_drive_0084_sync 249 l\n2011_09_26/2011_09_26_drive_0084_sync 250 l\n2011_09_26/2011_09_26_drive_0084_sync 251 l\n2011_09_26/2011_09_26_drive_0084_sync 252 l\n2011_09_26/2011_09_26_drive_0084_sync 253 l\n2011_09_26/2011_09_26_drive_0084_sync 254 l\n2011_09_26/2011_09_26_drive_0084_sync 255 l\n2011_09_26/2011_09_26_drive_0084_sync 256 l\n2011_09_26/2011_09_26_drive_0084_sync 257 l\n2011_09_26/2011_09_26_drive_0084_sync 258 l\n2011_09_26/2011_09_26_drive_0084_sync 259 l\n2011_09_26/2011_09_26_drive_0084_sync 260 l\n2011_09_26/2011_09_26_drive_0084_sync 261 l\n2011_09_26/2011_09_26_drive_0084_sync 262 l\n2011_09_26/2011_09_26_drive_0084_sync 263 l\n2011_09_26/2011_09_26_drive_0084_sync 264 l\n2011_09_26/2011_09_26_drive_0084_sync 265 l\n2011_09_26/2011_09_26_drive_0084_sync 266 l\n2011_09_26/2011_09_26_drive_0084_sync 267 l\n2011_09_26/2011_09_26_drive_0084_sync 268 l\n2011_09_26/2011_09_26_drive_0084_sync 269 l\n2011_09_26/2011_09_26_drive_0084_sync 270 l\n2011_09_26/2011_09_26_drive_0084_sync 271 l\n2011_09_26/2011_09_26_drive_0084_sync 272 l\n2011_09_26/2011_09_26_drive_0084_sync 273 l\n2011_09_26/2011_09_26_drive_0084_sync 274 l\n2011_09_26/2011_09_26_drive_0084_sync 275 l\n2011_09_26/2011_09_26_drive_0084_sync 276 l\n2011_09_26/2011_09_26_drive_0084_sync 277 l\n2011_09_26/2011_09_26_drive_0084_sync 278 l\n2011_09_26/2011_09_26_drive_0084_sync 279 l\n2011_09_26/2011_09_26_drive_0084_sync 280 l\n2011_09_26/2011_09_26_drive_0084_sync 281 l\n2011_09_26/2011_09_26_drive_0084_sync 282 l\n2011_09_26/2011_09_26_drive_0084_sync 283 l\n2011_09_26/2011_09_26_drive_0084_sync 284 l\n2011_09_26/2011_09_26_drive_0084_sync 285 l\n2011_09_26/2011_09_26_drive_0084_sync 286 l\n2011_09_26/2011_09_26_drive_0084_sync 287 l\n2011_09_26/2011_09_26_drive_0084_sync 288 l\n2011_09_26/2011_09_26_drive_0084_sync 289 l\n2011_09_26/2011_09_26_drive_0084_sync 290 l\n2011_09_26/2011_09_26_drive_0084_sync 291 l\n2011_09_26/2011_09_26_drive_0084_sync 292 l\n2011_09_26/2011_09_26_drive_0084_sync 293 l\n2011_09_26/2011_09_26_drive_0084_sync 294 l\n2011_09_26/2011_09_26_drive_0084_sync 295 l\n2011_09_26/2011_09_26_drive_0084_sync 296 l\n2011_09_26/2011_09_26_drive_0084_sync 297 l\n2011_09_26/2011_09_26_drive_0084_sync 298 l\n2011_09_26/2011_09_26_drive_0084_sync 299 l\n2011_09_26/2011_09_26_drive_0084_sync 300 l\n2011_09_26/2011_09_26_drive_0084_sync 301 l\n2011_09_26/2011_09_26_drive_0084_sync 302 l\n2011_09_26/2011_09_26_drive_0084_sync 303 l\n2011_09_26/2011_09_26_drive_0084_sync 304 l\n2011_09_26/2011_09_26_drive_0084_sync 305 l\n2011_09_26/2011_09_26_drive_0084_sync 306 l\n2011_09_26/2011_09_26_drive_0084_sync 307 l\n2011_09_26/2011_09_26_drive_0084_sync 308 l\n2011_09_26/2011_09_26_drive_0084_sync 309 l\n2011_09_26/2011_09_26_drive_0084_sync 310 l\n2011_09_26/2011_09_26_drive_0084_sync 311 l\n2011_09_26/2011_09_26_drive_0084_sync 312 l\n2011_09_26/2011_09_26_drive_0084_sync 313 l\n2011_09_26/2011_09_26_drive_0084_sync 314 l\n2011_09_26/2011_09_26_drive_0084_sync 315 l\n2011_09_26/2011_09_26_drive_0084_sync 316 l\n2011_09_26/2011_09_26_drive_0084_sync 317 l\n2011_09_26/2011_09_26_drive_0084_sync 318 l\n2011_09_26/2011_09_26_drive_0084_sync 319 l\n2011_09_26/2011_09_26_drive_0084_sync 320 l\n2011_09_26/2011_09_26_drive_0084_sync 321 l\n2011_09_26/2011_09_26_drive_0084_sync 322 l\n2011_09_26/2011_09_26_drive_0084_sync 323 l\n2011_09_26/2011_09_26_drive_0084_sync 324 l\n2011_09_26/2011_09_26_drive_0084_sync 325 l\n2011_09_26/2011_09_26_drive_0084_sync 326 l\n2011_09_26/2011_09_26_drive_0084_sync 327 l\n2011_09_26/2011_09_26_drive_0084_sync 328 l\n2011_09_26/2011_09_26_drive_0084_sync 329 l\n2011_09_26/2011_09_26_drive_0084_sync 330 l\n2011_09_26/2011_09_26_drive_0084_sync 331 l\n2011_09_26/2011_09_26_drive_0084_sync 332 l\n2011_09_26/2011_09_26_drive_0084_sync 333 l\n2011_09_26/2011_09_26_drive_0084_sync 334 l\n2011_09_26/2011_09_26_drive_0084_sync 335 l\n2011_09_26/2011_09_26_drive_0084_sync 336 l\n2011_09_26/2011_09_26_drive_0084_sync 337 l\n2011_09_26/2011_09_26_drive_0084_sync 338 l\n2011_09_26/2011_09_26_drive_0084_sync 339 l\n2011_09_26/2011_09_26_drive_0084_sync 340 l\n2011_09_26/2011_09_26_drive_0084_sync 341 l\n2011_09_26/2011_09_26_drive_0084_sync 342 l\n2011_09_26/2011_09_26_drive_0084_sync 343 l\n2011_09_26/2011_09_26_drive_0084_sync 344 l\n2011_09_26/2011_09_26_drive_0084_sync 345 l\n2011_09_26/2011_09_26_drive_0084_sync 346 l\n2011_09_26/2011_09_26_drive_0084_sync 347 l\n2011_09_26/2011_09_26_drive_0084_sync 348 l\n2011_09_26/2011_09_26_drive_0084_sync 349 l\n2011_09_26/2011_09_26_drive_0084_sync 350 l\n2011_09_26/2011_09_26_drive_0084_sync 351 l\n2011_09_26/2011_09_26_drive_0084_sync 352 l\n2011_09_26/2011_09_26_drive_0084_sync 353 l\n2011_09_26/2011_09_26_drive_0084_sync 354 l\n2011_09_26/2011_09_26_drive_0084_sync 355 l\n2011_09_26/2011_09_26_drive_0084_sync 356 l\n2011_09_26/2011_09_26_drive_0084_sync 357 l\n2011_09_26/2011_09_26_drive_0084_sync 358 l\n2011_09_26/2011_09_26_drive_0084_sync 359 l\n2011_09_26/2011_09_26_drive_0084_sync 360 l\n2011_09_26/2011_09_26_drive_0084_sync 361 l\n2011_09_26/2011_09_26_drive_0084_sync 362 l\n2011_09_26/2011_09_26_drive_0084_sync 363 l\n2011_09_26/2011_09_26_drive_0084_sync 364 l\n2011_09_26/2011_09_26_drive_0084_sync 365 l\n2011_09_26/2011_09_26_drive_0084_sync 366 l\n2011_09_26/2011_09_26_drive_0084_sync 367 l\n2011_09_26/2011_09_26_drive_0084_sync 368 l\n2011_09_26/2011_09_26_drive_0084_sync 369 l\n2011_09_26/2011_09_26_drive_0084_sync 370 l\n2011_09_26/2011_09_26_drive_0084_sync 371 l\n2011_09_26/2011_09_26_drive_0084_sync 372 l\n2011_09_26/2011_09_26_drive_0084_sync 373 l\n2011_09_26/2011_09_26_drive_0084_sync 374 l\n2011_09_26/2011_09_26_drive_0084_sync 375 l\n2011_09_26/2011_09_26_drive_0084_sync 376 l\n2011_09_26/2011_09_26_drive_0084_sync 377 l\n2011_09_26/2011_09_26_drive_0084_sync 378 l\n2011_09_26/2011_09_26_drive_0084_sync 379 l\n2011_09_26/2011_09_26_drive_0084_sync 380 l\n2011_09_26/2011_09_26_drive_0084_sync 381 l\n2011_09_26/2011_09_26_drive_0084_sync 382 l\n2011_09_26/2011_09_26_drive_0057_sync 0 l\n2011_09_26/2011_09_26_drive_0057_sync 1 l\n2011_09_26/2011_09_26_drive_0057_sync 2 l\n2011_09_26/2011_09_26_drive_0057_sync 3 l\n2011_09_26/2011_09_26_drive_0057_sync 4 l\n2011_09_26/2011_09_26_drive_0057_sync 5 l\n2011_09_26/2011_09_26_drive_0057_sync 6 l\n2011_09_26/2011_09_26_drive_0057_sync 7 l\n2011_09_26/2011_09_26_drive_0057_sync 8 l\n2011_09_26/2011_09_26_drive_0057_sync 9 l\n2011_09_26/2011_09_26_drive_0057_sync 10 l\n2011_09_26/2011_09_26_drive_0057_sync 11 l\n2011_09_26/2011_09_26_drive_0057_sync 12 l\n2011_09_26/2011_09_26_drive_0057_sync 13 l\n2011_09_26/2011_09_26_drive_0057_sync 14 l\n2011_09_26/2011_09_26_drive_0057_sync 15 l\n2011_09_26/2011_09_26_drive_0057_sync 16 l\n2011_09_26/2011_09_26_drive_0057_sync 17 l\n2011_09_26/2011_09_26_drive_0057_sync 18 l\n2011_09_26/2011_09_26_drive_0057_sync 19 l\n2011_09_26/2011_09_26_drive_0057_sync 20 l\n2011_09_26/2011_09_26_drive_0057_sync 21 l\n2011_09_26/2011_09_26_drive_0057_sync 22 l\n2011_09_26/2011_09_26_drive_0057_sync 23 l\n2011_09_26/2011_09_26_drive_0057_sync 24 l\n2011_09_26/2011_09_26_drive_0057_sync 25 l\n2011_09_26/2011_09_26_drive_0057_sync 26 l\n2011_09_26/2011_09_26_drive_0057_sync 27 l\n2011_09_26/2011_09_26_drive_0057_sync 28 l\n2011_09_26/2011_09_26_drive_0057_sync 29 l\n2011_09_26/2011_09_26_drive_0057_sync 30 l\n2011_09_26/2011_09_26_drive_0057_sync 31 l\n2011_09_26/2011_09_26_drive_0057_sync 32 l\n2011_09_26/2011_09_26_drive_0057_sync 33 l\n2011_09_26/2011_09_26_drive_0057_sync 34 l\n2011_09_26/2011_09_26_drive_0057_sync 35 l\n2011_09_26/2011_09_26_drive_0057_sync 36 l\n2011_09_26/2011_09_26_drive_0057_sync 37 l\n2011_09_26/2011_09_26_drive_0057_sync 38 l\n2011_09_26/2011_09_26_drive_0057_sync 39 l\n2011_09_26/2011_09_26_drive_0057_sync 40 l\n2011_09_26/2011_09_26_drive_0057_sync 41 l\n2011_09_26/2011_09_26_drive_0057_sync 42 l\n2011_09_26/2011_09_26_drive_0057_sync 43 l\n2011_09_26/2011_09_26_drive_0057_sync 44 l\n2011_09_26/2011_09_26_drive_0057_sync 45 l\n2011_09_26/2011_09_26_drive_0057_sync 46 l\n2011_09_26/2011_09_26_drive_0057_sync 47 l\n2011_09_26/2011_09_26_drive_0057_sync 48 l\n2011_09_26/2011_09_26_drive_0057_sync 49 l\n2011_09_26/2011_09_26_drive_0057_sync 50 l\n2011_09_26/2011_09_26_drive_0057_sync 51 l\n2011_09_26/2011_09_26_drive_0057_sync 52 l\n2011_09_26/2011_09_26_drive_0057_sync 53 l\n2011_09_26/2011_09_26_drive_0057_sync 54 l\n2011_09_26/2011_09_26_drive_0057_sync 55 l\n2011_09_26/2011_09_26_drive_0057_sync 56 l\n2011_09_26/2011_09_26_drive_0057_sync 57 l\n2011_09_26/2011_09_26_drive_0057_sync 58 l\n2011_09_26/2011_09_26_drive_0057_sync 59 l\n2011_09_26/2011_09_26_drive_0057_sync 60 l\n2011_09_26/2011_09_26_drive_0057_sync 61 l\n2011_09_26/2011_09_26_drive_0057_sync 62 l\n2011_09_26/2011_09_26_drive_0057_sync 63 l\n2011_09_26/2011_09_26_drive_0057_sync 64 l\n2011_09_26/2011_09_26_drive_0057_sync 65 l\n2011_09_26/2011_09_26_drive_0057_sync 66 l\n2011_09_26/2011_09_26_drive_0057_sync 67 l\n2011_09_26/2011_09_26_drive_0057_sync 68 l\n2011_09_26/2011_09_26_drive_0057_sync 69 l\n2011_09_26/2011_09_26_drive_0057_sync 70 l\n2011_09_26/2011_09_26_drive_0057_sync 71 l\n2011_09_26/2011_09_26_drive_0057_sync 72 l\n2011_09_26/2011_09_26_drive_0057_sync 73 l\n2011_09_26/2011_09_26_drive_0057_sync 74 l\n2011_09_26/2011_09_26_drive_0057_sync 75 l\n2011_09_26/2011_09_26_drive_0057_sync 76 l\n2011_09_26/2011_09_26_drive_0057_sync 77 l\n2011_09_26/2011_09_26_drive_0057_sync 78 l\n2011_09_26/2011_09_26_drive_0057_sync 79 l\n2011_09_26/2011_09_26_drive_0057_sync 80 l\n2011_09_26/2011_09_26_drive_0057_sync 81 l\n2011_09_26/2011_09_26_drive_0057_sync 82 l\n2011_09_26/2011_09_26_drive_0057_sync 83 l\n2011_09_26/2011_09_26_drive_0057_sync 84 l\n2011_09_26/2011_09_26_drive_0057_sync 85 l\n2011_09_26/2011_09_26_drive_0057_sync 86 l\n2011_09_26/2011_09_26_drive_0057_sync 87 l\n2011_09_26/2011_09_26_drive_0057_sync 88 l\n2011_09_26/2011_09_26_drive_0057_sync 89 l\n2011_09_26/2011_09_26_drive_0057_sync 90 l\n2011_09_26/2011_09_26_drive_0057_sync 91 l\n2011_09_26/2011_09_26_drive_0057_sync 92 l\n2011_09_26/2011_09_26_drive_0057_sync 93 l\n2011_09_26/2011_09_26_drive_0057_sync 94 l\n2011_09_26/2011_09_26_drive_0057_sync 95 l\n2011_09_26/2011_09_26_drive_0057_sync 96 l\n2011_09_26/2011_09_26_drive_0057_sync 97 l\n2011_09_26/2011_09_26_drive_0057_sync 98 l\n2011_09_26/2011_09_26_drive_0057_sync 99 l\n2011_09_26/2011_09_26_drive_0057_sync 100 l\n2011_09_26/2011_09_26_drive_0057_sync 101 l\n2011_09_26/2011_09_26_drive_0057_sync 102 l\n2011_09_26/2011_09_26_drive_0057_sync 103 l\n2011_09_26/2011_09_26_drive_0057_sync 104 l\n2011_09_26/2011_09_26_drive_0057_sync 105 l\n2011_09_26/2011_09_26_drive_0057_sync 106 l\n2011_09_26/2011_09_26_drive_0057_sync 107 l\n2011_09_26/2011_09_26_drive_0057_sync 108 l\n2011_09_26/2011_09_26_drive_0057_sync 109 l\n2011_09_26/2011_09_26_drive_0057_sync 110 l\n2011_09_26/2011_09_26_drive_0057_sync 111 l\n2011_09_26/2011_09_26_drive_0057_sync 112 l\n2011_09_26/2011_09_26_drive_0057_sync 113 l\n2011_09_26/2011_09_26_drive_0057_sync 114 l\n2011_09_26/2011_09_26_drive_0057_sync 115 l\n2011_09_26/2011_09_26_drive_0057_sync 116 l\n2011_09_26/2011_09_26_drive_0057_sync 117 l\n2011_09_26/2011_09_26_drive_0057_sync 118 l\n2011_09_26/2011_09_26_drive_0057_sync 119 l\n2011_09_26/2011_09_26_drive_0057_sync 120 l\n2011_09_26/2011_09_26_drive_0057_sync 121 l\n2011_09_26/2011_09_26_drive_0057_sync 122 l\n2011_09_26/2011_09_26_drive_0057_sync 123 l\n2011_09_26/2011_09_26_drive_0057_sync 124 l\n2011_09_26/2011_09_26_drive_0057_sync 125 l\n2011_09_26/2011_09_26_drive_0057_sync 126 l\n2011_09_26/2011_09_26_drive_0057_sync 127 l\n2011_09_26/2011_09_26_drive_0057_sync 128 l\n2011_09_26/2011_09_26_drive_0057_sync 129 l\n2011_09_26/2011_09_26_drive_0057_sync 130 l\n2011_09_26/2011_09_26_drive_0057_sync 131 l\n2011_09_26/2011_09_26_drive_0057_sync 132 l\n2011_09_26/2011_09_26_drive_0057_sync 133 l\n2011_09_26/2011_09_26_drive_0057_sync 134 l\n2011_09_26/2011_09_26_drive_0057_sync 135 l\n2011_09_26/2011_09_26_drive_0057_sync 136 l\n2011_09_26/2011_09_26_drive_0057_sync 137 l\n2011_09_26/2011_09_26_drive_0057_sync 138 l\n2011_09_26/2011_09_26_drive_0057_sync 139 l\n2011_09_26/2011_09_26_drive_0057_sync 140 l\n2011_09_26/2011_09_26_drive_0057_sync 141 l\n2011_09_26/2011_09_26_drive_0057_sync 142 l\n2011_09_26/2011_09_26_drive_0057_sync 143 l\n2011_09_26/2011_09_26_drive_0057_sync 144 l\n2011_09_26/2011_09_26_drive_0057_sync 145 l\n2011_09_26/2011_09_26_drive_0057_sync 146 l\n2011_09_26/2011_09_26_drive_0057_sync 147 l\n2011_09_26/2011_09_26_drive_0057_sync 148 l\n2011_09_26/2011_09_26_drive_0057_sync 149 l\n2011_09_26/2011_09_26_drive_0057_sync 150 l\n2011_09_26/2011_09_26_drive_0057_sync 151 l\n2011_09_26/2011_09_26_drive_0057_sync 152 l\n2011_09_26/2011_09_26_drive_0057_sync 153 l\n2011_09_26/2011_09_26_drive_0057_sync 154 l\n2011_09_26/2011_09_26_drive_0057_sync 155 l\n2011_09_26/2011_09_26_drive_0057_sync 156 l\n2011_09_26/2011_09_26_drive_0057_sync 157 l\n2011_09_26/2011_09_26_drive_0057_sync 158 l\n2011_09_26/2011_09_26_drive_0057_sync 159 l\n2011_09_26/2011_09_26_drive_0057_sync 160 l\n2011_09_26/2011_09_26_drive_0057_sync 161 l\n2011_09_26/2011_09_26_drive_0057_sync 162 l\n2011_09_26/2011_09_26_drive_0057_sync 163 l\n2011_09_26/2011_09_26_drive_0057_sync 164 l\n2011_09_26/2011_09_26_drive_0057_sync 165 l\n2011_09_26/2011_09_26_drive_0057_sync 166 l\n2011_09_26/2011_09_26_drive_0057_sync 167 l\n2011_09_26/2011_09_26_drive_0057_sync 168 l\n2011_09_26/2011_09_26_drive_0057_sync 169 l\n2011_09_26/2011_09_26_drive_0057_sync 170 l\n2011_09_26/2011_09_26_drive_0057_sync 171 l\n2011_09_26/2011_09_26_drive_0057_sync 172 l\n2011_09_26/2011_09_26_drive_0057_sync 173 l\n2011_09_26/2011_09_26_drive_0057_sync 174 l\n2011_09_26/2011_09_26_drive_0057_sync 175 l\n2011_09_26/2011_09_26_drive_0057_sync 176 l\n2011_09_26/2011_09_26_drive_0057_sync 177 l\n2011_09_26/2011_09_26_drive_0057_sync 178 l\n2011_09_26/2011_09_26_drive_0057_sync 179 l\n2011_09_26/2011_09_26_drive_0057_sync 180 l\n2011_09_26/2011_09_26_drive_0057_sync 181 l\n2011_09_26/2011_09_26_drive_0057_sync 182 l\n2011_09_26/2011_09_26_drive_0057_sync 183 l\n2011_09_26/2011_09_26_drive_0057_sync 184 l\n2011_09_26/2011_09_26_drive_0057_sync 185 l\n2011_09_26/2011_09_26_drive_0057_sync 186 l\n2011_09_26/2011_09_26_drive_0057_sync 187 l\n2011_09_26/2011_09_26_drive_0057_sync 188 l\n2011_09_26/2011_09_26_drive_0057_sync 189 l\n2011_09_26/2011_09_26_drive_0057_sync 190 l\n2011_09_26/2011_09_26_drive_0057_sync 191 l\n2011_09_26/2011_09_26_drive_0057_sync 192 l\n2011_09_26/2011_09_26_drive_0057_sync 193 l\n2011_09_26/2011_09_26_drive_0057_sync 194 l\n2011_09_26/2011_09_26_drive_0057_sync 195 l\n2011_09_26/2011_09_26_drive_0057_sync 196 l\n2011_09_26/2011_09_26_drive_0057_sync 197 l\n2011_09_26/2011_09_26_drive_0057_sync 198 l\n2011_09_26/2011_09_26_drive_0057_sync 199 l\n2011_09_26/2011_09_26_drive_0057_sync 200 l\n2011_09_26/2011_09_26_drive_0057_sync 201 l\n2011_09_26/2011_09_26_drive_0057_sync 202 l\n2011_09_26/2011_09_26_drive_0057_sync 203 l\n2011_09_26/2011_09_26_drive_0057_sync 204 l\n2011_09_26/2011_09_26_drive_0057_sync 205 l\n2011_09_26/2011_09_26_drive_0057_sync 206 l\n2011_09_26/2011_09_26_drive_0057_sync 207 l\n2011_09_26/2011_09_26_drive_0057_sync 208 l\n2011_09_26/2011_09_26_drive_0057_sync 209 l\n2011_09_26/2011_09_26_drive_0057_sync 210 l\n2011_09_26/2011_09_26_drive_0057_sync 211 l\n2011_09_26/2011_09_26_drive_0057_sync 212 l\n2011_09_26/2011_09_26_drive_0057_sync 213 l\n2011_09_26/2011_09_26_drive_0057_sync 214 l\n2011_09_26/2011_09_26_drive_0057_sync 215 l\n2011_09_26/2011_09_26_drive_0057_sync 216 l\n2011_09_26/2011_09_26_drive_0057_sync 217 l\n2011_09_26/2011_09_26_drive_0057_sync 218 l\n2011_09_26/2011_09_26_drive_0057_sync 219 l\n2011_09_26/2011_09_26_drive_0057_sync 220 l\n2011_09_26/2011_09_26_drive_0057_sync 221 l\n2011_09_26/2011_09_26_drive_0057_sync 222 l\n2011_09_26/2011_09_26_drive_0057_sync 223 l\n2011_09_26/2011_09_26_drive_0057_sync 224 l\n2011_09_26/2011_09_26_drive_0057_sync 225 l\n2011_09_26/2011_09_26_drive_0057_sync 226 l\n2011_09_26/2011_09_26_drive_0057_sync 227 l\n2011_09_26/2011_09_26_drive_0057_sync 228 l\n2011_09_26/2011_09_26_drive_0057_sync 229 l\n2011_09_26/2011_09_26_drive_0057_sync 230 l\n2011_09_26/2011_09_26_drive_0057_sync 231 l\n2011_09_26/2011_09_26_drive_0057_sync 232 l\n2011_09_26/2011_09_26_drive_0057_sync 233 l\n2011_09_26/2011_09_26_drive_0057_sync 234 l\n2011_09_26/2011_09_26_drive_0057_sync 235 l\n2011_09_26/2011_09_26_drive_0057_sync 236 l\n2011_09_26/2011_09_26_drive_0057_sync 237 l\n2011_09_26/2011_09_26_drive_0057_sync 238 l\n2011_09_26/2011_09_26_drive_0057_sync 239 l\n2011_09_26/2011_09_26_drive_0057_sync 240 l\n2011_09_26/2011_09_26_drive_0057_sync 241 l\n2011_09_26/2011_09_26_drive_0057_sync 242 l\n2011_09_26/2011_09_26_drive_0057_sync 243 l\n2011_09_26/2011_09_26_drive_0057_sync 244 l\n2011_09_26/2011_09_26_drive_0057_sync 245 l\n2011_09_26/2011_09_26_drive_0057_sync 246 l\n2011_09_26/2011_09_26_drive_0057_sync 247 l\n2011_09_26/2011_09_26_drive_0057_sync 248 l\n2011_09_26/2011_09_26_drive_0057_sync 249 l\n2011_09_26/2011_09_26_drive_0057_sync 250 l\n2011_09_26/2011_09_26_drive_0057_sync 251 l\n2011_09_26/2011_09_26_drive_0057_sync 252 l\n2011_09_26/2011_09_26_drive_0057_sync 253 l\n2011_09_26/2011_09_26_drive_0057_sync 254 l\n2011_09_26/2011_09_26_drive_0057_sync 255 l\n2011_09_26/2011_09_26_drive_0057_sync 256 l\n2011_09_26/2011_09_26_drive_0057_sync 257 l\n2011_09_26/2011_09_26_drive_0057_sync 258 l\n2011_09_26/2011_09_26_drive_0057_sync 259 l\n2011_09_26/2011_09_26_drive_0057_sync 260 l\n2011_09_26/2011_09_26_drive_0057_sync 261 l\n2011_09_26/2011_09_26_drive_0057_sync 262 l\n2011_09_26/2011_09_26_drive_0057_sync 263 l\n2011_09_26/2011_09_26_drive_0057_sync 264 l\n2011_09_26/2011_09_26_drive_0057_sync 265 l\n2011_09_26/2011_09_26_drive_0057_sync 266 l\n2011_09_26/2011_09_26_drive_0057_sync 267 l\n2011_09_26/2011_09_26_drive_0057_sync 268 l\n2011_09_26/2011_09_26_drive_0057_sync 269 l\n2011_09_26/2011_09_26_drive_0057_sync 270 l\n2011_09_26/2011_09_26_drive_0057_sync 271 l\n2011_09_26/2011_09_26_drive_0057_sync 272 l\n2011_09_26/2011_09_26_drive_0057_sync 273 l\n2011_09_26/2011_09_26_drive_0057_sync 274 l\n2011_09_26/2011_09_26_drive_0057_sync 275 l\n2011_09_26/2011_09_26_drive_0057_sync 276 l\n2011_09_26/2011_09_26_drive_0057_sync 277 l\n2011_09_26/2011_09_26_drive_0057_sync 278 l\n2011_09_26/2011_09_26_drive_0057_sync 279 l\n2011_09_26/2011_09_26_drive_0057_sync 280 l\n2011_09_26/2011_09_26_drive_0057_sync 281 l\n2011_09_26/2011_09_26_drive_0057_sync 282 l\n2011_09_26/2011_09_26_drive_0057_sync 283 l\n2011_09_26/2011_09_26_drive_0057_sync 284 l\n2011_09_26/2011_09_26_drive_0057_sync 285 l\n2011_09_26/2011_09_26_drive_0057_sync 286 l\n2011_09_26/2011_09_26_drive_0057_sync 287 l\n2011_09_26/2011_09_26_drive_0057_sync 288 l\n2011_09_26/2011_09_26_drive_0057_sync 289 l\n2011_09_26/2011_09_26_drive_0057_sync 290 l\n2011_09_26/2011_09_26_drive_0057_sync 291 l\n2011_09_26/2011_09_26_drive_0057_sync 292 l\n2011_09_26/2011_09_26_drive_0057_sync 293 l\n2011_09_26/2011_09_26_drive_0057_sync 294 l\n2011_09_26/2011_09_26_drive_0057_sync 295 l\n2011_09_26/2011_09_26_drive_0057_sync 296 l\n2011_09_26/2011_09_26_drive_0057_sync 297 l\n2011_09_26/2011_09_26_drive_0057_sync 298 l\n2011_09_26/2011_09_26_drive_0057_sync 299 l\n2011_09_26/2011_09_26_drive_0057_sync 300 l\n2011_09_26/2011_09_26_drive_0057_sync 301 l\n2011_09_26/2011_09_26_drive_0057_sync 302 l\n2011_09_26/2011_09_26_drive_0057_sync 303 l\n2011_09_26/2011_09_26_drive_0057_sync 304 l\n2011_09_26/2011_09_26_drive_0057_sync 305 l\n2011_09_26/2011_09_26_drive_0057_sync 306 l\n2011_09_26/2011_09_26_drive_0057_sync 307 l\n2011_09_26/2011_09_26_drive_0057_sync 308 l\n2011_09_26/2011_09_26_drive_0057_sync 309 l\n2011_09_26/2011_09_26_drive_0057_sync 310 l\n2011_09_26/2011_09_26_drive_0057_sync 311 l\n2011_09_26/2011_09_26_drive_0057_sync 312 l\n2011_09_26/2011_09_26_drive_0057_sync 313 l\n2011_09_26/2011_09_26_drive_0057_sync 314 l\n2011_09_26/2011_09_26_drive_0057_sync 315 l\n2011_09_26/2011_09_26_drive_0057_sync 316 l\n2011_09_26/2011_09_26_drive_0057_sync 317 l\n2011_09_26/2011_09_26_drive_0057_sync 318 l\n2011_09_26/2011_09_26_drive_0057_sync 319 l\n2011_09_26/2011_09_26_drive_0057_sync 320 l\n2011_09_26/2011_09_26_drive_0057_sync 321 l\n2011_09_26/2011_09_26_drive_0057_sync 322 l\n2011_09_26/2011_09_26_drive_0057_sync 323 l\n2011_09_26/2011_09_26_drive_0057_sync 324 l\n2011_09_26/2011_09_26_drive_0057_sync 325 l\n2011_09_26/2011_09_26_drive_0057_sync 326 l\n2011_09_26/2011_09_26_drive_0057_sync 327 l\n2011_09_26/2011_09_26_drive_0057_sync 328 l\n2011_09_26/2011_09_26_drive_0057_sync 329 l\n2011_09_26/2011_09_26_drive_0057_sync 330 l\n2011_09_26/2011_09_26_drive_0057_sync 331 l\n2011_09_26/2011_09_26_drive_0057_sync 332 l\n2011_09_26/2011_09_26_drive_0057_sync 333 l\n2011_09_26/2011_09_26_drive_0057_sync 334 l\n2011_09_26/2011_09_26_drive_0057_sync 335 l\n2011_09_26/2011_09_26_drive_0057_sync 336 l\n2011_09_26/2011_09_26_drive_0057_sync 337 l\n2011_09_26/2011_09_26_drive_0057_sync 338 l\n2011_09_26/2011_09_26_drive_0057_sync 339 l\n2011_09_26/2011_09_26_drive_0057_sync 340 l\n2011_09_26/2011_09_26_drive_0057_sync 341 l\n2011_09_26/2011_09_26_drive_0057_sync 342 l\n2011_09_26/2011_09_26_drive_0057_sync 343 l\n2011_09_26/2011_09_26_drive_0057_sync 344 l\n2011_09_26/2011_09_26_drive_0057_sync 345 l\n2011_09_26/2011_09_26_drive_0057_sync 346 l\n2011_09_26/2011_09_26_drive_0057_sync 347 l\n2011_09_26/2011_09_26_drive_0057_sync 348 l\n2011_09_26/2011_09_26_drive_0057_sync 349 l\n2011_09_26/2011_09_26_drive_0057_sync 350 l\n2011_09_26/2011_09_26_drive_0057_sync 351 l\n2011_09_26/2011_09_26_drive_0057_sync 352 l\n2011_09_26/2011_09_26_drive_0057_sync 353 l\n2011_09_26/2011_09_26_drive_0057_sync 354 l\n2011_09_26/2011_09_26_drive_0057_sync 355 l\n2011_09_26/2011_09_26_drive_0057_sync 356 l\n2011_09_26/2011_09_26_drive_0057_sync 357 l\n2011_09_26/2011_09_26_drive_0057_sync 358 l\n2011_09_26/2011_09_26_drive_0057_sync 359 l\n2011_09_26/2011_09_26_drive_0057_sync 360 l"
  },
  {
    "path": "splits/tulsiani2/train_files.txt",
    "content": "2011_09_26/2011_09_26_drive_0005_sync 0 l\n2011_09_26/2011_09_26_drive_0005_sync 1 l\n2011_09_26/2011_09_26_drive_0005_sync 2 l\n2011_09_26/2011_09_26_drive_0005_sync 3 l\n2011_09_26/2011_09_26_drive_0005_sync 4 l\n2011_09_26/2011_09_26_drive_0005_sync 5 l\n2011_09_26/2011_09_26_drive_0005_sync 6 l\n2011_09_26/2011_09_26_drive_0005_sync 7 l\n2011_09_26/2011_09_26_drive_0005_sync 8 l\n2011_09_26/2011_09_26_drive_0005_sync 9 l\n2011_09_26/2011_09_26_drive_0005_sync 10 l\n2011_09_26/2011_09_26_drive_0005_sync 11 l\n2011_09_26/2011_09_26_drive_0005_sync 12 l\n2011_09_26/2011_09_26_drive_0005_sync 13 l\n2011_09_26/2011_09_26_drive_0005_sync 14 l\n2011_09_26/2011_09_26_drive_0005_sync 15 l\n2011_09_26/2011_09_26_drive_0005_sync 16 l\n2011_09_26/2011_09_26_drive_0005_sync 17 l\n2011_09_26/2011_09_26_drive_0005_sync 18 l\n2011_09_26/2011_09_26_drive_0005_sync 19 l\n2011_09_26/2011_09_26_drive_0005_sync 20 l\n2011_09_26/2011_09_26_drive_0005_sync 21 l\n2011_09_26/2011_09_26_drive_0005_sync 22 l\n2011_09_26/2011_09_26_drive_0005_sync 23 l\n2011_09_26/2011_09_26_drive_0005_sync 24 l\n2011_09_26/2011_09_26_drive_0005_sync 25 l\n2011_09_26/2011_09_26_drive_0005_sync 26 l\n2011_09_26/2011_09_26_drive_0005_sync 27 l\n2011_09_26/2011_09_26_drive_0005_sync 28 l\n2011_09_26/2011_09_26_drive_0005_sync 29 l\n2011_09_26/2011_09_26_drive_0005_sync 30 l\n2011_09_26/2011_09_26_drive_0005_sync 31 l\n2011_09_26/2011_09_26_drive_0005_sync 32 l\n2011_09_26/2011_09_26_drive_0005_sync 33 l\n2011_09_26/2011_09_26_drive_0005_sync 34 l\n2011_09_26/2011_09_26_drive_0005_sync 35 l\n2011_09_26/2011_09_26_drive_0005_sync 36 l\n2011_09_26/2011_09_26_drive_0005_sync 37 l\n2011_09_26/2011_09_26_drive_0005_sync 38 l\n2011_09_26/2011_09_26_drive_0005_sync 39 l\n2011_09_26/2011_09_26_drive_0005_sync 40 l\n2011_09_26/2011_09_26_drive_0005_sync 41 l\n2011_09_26/2011_09_26_drive_0005_sync 42 l\n2011_09_26/2011_09_26_drive_0005_sync 43 l\n2011_09_26/2011_09_26_drive_0005_sync 44 l\n2011_09_26/2011_09_26_drive_0005_sync 45 l\n2011_09_26/2011_09_26_drive_0005_sync 46 l\n2011_09_26/2011_09_26_drive_0005_sync 47 l\n2011_09_26/2011_09_26_drive_0005_sync 48 l\n2011_09_26/2011_09_26_drive_0005_sync 49 l\n2011_09_26/2011_09_26_drive_0005_sync 50 l\n2011_09_26/2011_09_26_drive_0005_sync 51 l\n2011_09_26/2011_09_26_drive_0005_sync 52 l\n2011_09_26/2011_09_26_drive_0005_sync 53 l\n2011_09_26/2011_09_26_drive_0005_sync 54 l\n2011_09_26/2011_09_26_drive_0005_sync 55 l\n2011_09_26/2011_09_26_drive_0005_sync 56 l\n2011_09_26/2011_09_26_drive_0005_sync 57 l\n2011_09_26/2011_09_26_drive_0005_sync 58 l\n2011_09_26/2011_09_26_drive_0005_sync 59 l\n2011_09_26/2011_09_26_drive_0005_sync 60 l\n2011_09_26/2011_09_26_drive_0005_sync 61 l\n2011_09_26/2011_09_26_drive_0005_sync 62 l\n2011_09_26/2011_09_26_drive_0005_sync 63 l\n2011_09_26/2011_09_26_drive_0005_sync 64 l\n2011_09_26/2011_09_26_drive_0005_sync 65 l\n2011_09_26/2011_09_26_drive_0005_sync 66 l\n2011_09_26/2011_09_26_drive_0005_sync 67 l\n2011_09_26/2011_09_26_drive_0005_sync 68 l\n2011_09_26/2011_09_26_drive_0005_sync 69 l\n2011_09_26/2011_09_26_drive_0005_sync 70 l\n2011_09_26/2011_09_26_drive_0005_sync 71 l\n2011_09_26/2011_09_26_drive_0005_sync 72 l\n2011_09_26/2011_09_26_drive_0005_sync 73 l\n2011_09_26/2011_09_26_drive_0005_sync 74 l\n2011_09_26/2011_09_26_drive_0005_sync 75 l\n2011_09_26/2011_09_26_drive_0005_sync 76 l\n2011_09_26/2011_09_26_drive_0005_sync 77 l\n2011_09_26/2011_09_26_drive_0005_sync 78 l\n2011_09_26/2011_09_26_drive_0005_sync 79 l\n2011_09_26/2011_09_26_drive_0005_sync 80 l\n2011_09_26/2011_09_26_drive_0005_sync 81 l\n2011_09_26/2011_09_26_drive_0005_sync 82 l\n2011_09_26/2011_09_26_drive_0005_sync 83 l\n2011_09_26/2011_09_26_drive_0005_sync 84 l\n2011_09_26/2011_09_26_drive_0005_sync 85 l\n2011_09_26/2011_09_26_drive_0005_sync 86 l\n2011_09_26/2011_09_26_drive_0005_sync 87 l\n2011_09_26/2011_09_26_drive_0005_sync 88 l\n2011_09_26/2011_09_26_drive_0005_sync 89 l\n2011_09_26/2011_09_26_drive_0005_sync 90 l\n2011_09_26/2011_09_26_drive_0005_sync 91 l\n2011_09_26/2011_09_26_drive_0005_sync 92 l\n2011_09_26/2011_09_26_drive_0005_sync 93 l\n2011_09_26/2011_09_26_drive_0005_sync 94 l\n2011_09_26/2011_09_26_drive_0005_sync 95 l\n2011_09_26/2011_09_26_drive_0005_sync 96 l\n2011_09_26/2011_09_26_drive_0005_sync 97 l\n2011_09_26/2011_09_26_drive_0005_sync 98 l\n2011_09_26/2011_09_26_drive_0005_sync 99 l\n2011_09_26/2011_09_26_drive_0005_sync 100 l\n2011_09_26/2011_09_26_drive_0005_sync 101 l\n2011_09_26/2011_09_26_drive_0005_sync 102 l\n2011_09_26/2011_09_26_drive_0005_sync 103 l\n2011_09_26/2011_09_26_drive_0005_sync 104 l\n2011_09_26/2011_09_26_drive_0005_sync 105 l\n2011_09_26/2011_09_26_drive_0005_sync 106 l\n2011_09_26/2011_09_26_drive_0005_sync 107 l\n2011_09_26/2011_09_26_drive_0005_sync 108 l\n2011_09_26/2011_09_26_drive_0005_sync 109 l\n2011_09_26/2011_09_26_drive_0005_sync 110 l\n2011_09_26/2011_09_26_drive_0005_sync 111 l\n2011_09_26/2011_09_26_drive_0005_sync 112 l\n2011_09_26/2011_09_26_drive_0005_sync 113 l\n2011_09_26/2011_09_26_drive_0005_sync 114 l\n2011_09_26/2011_09_26_drive_0005_sync 115 l\n2011_09_26/2011_09_26_drive_0005_sync 116 l\n2011_09_26/2011_09_26_drive_0005_sync 117 l\n2011_09_26/2011_09_26_drive_0005_sync 118 l\n2011_09_26/2011_09_26_drive_0005_sync 119 l\n2011_09_26/2011_09_26_drive_0005_sync 120 l\n2011_09_26/2011_09_26_drive_0005_sync 121 l\n2011_09_26/2011_09_26_drive_0005_sync 122 l\n2011_09_26/2011_09_26_drive_0005_sync 123 l\n2011_09_26/2011_09_26_drive_0005_sync 124 l\n2011_09_26/2011_09_26_drive_0005_sync 125 l\n2011_09_26/2011_09_26_drive_0005_sync 126 l\n2011_09_26/2011_09_26_drive_0005_sync 127 l\n2011_09_26/2011_09_26_drive_0005_sync 128 l\n2011_09_26/2011_09_26_drive_0005_sync 129 l\n2011_09_26/2011_09_26_drive_0005_sync 130 l\n2011_09_26/2011_09_26_drive_0005_sync 131 l\n2011_09_26/2011_09_26_drive_0005_sync 132 l\n2011_09_26/2011_09_26_drive_0005_sync 133 l\n2011_09_26/2011_09_26_drive_0005_sync 134 l\n2011_09_26/2011_09_26_drive_0005_sync 135 l\n2011_09_26/2011_09_26_drive_0005_sync 136 l\n2011_09_26/2011_09_26_drive_0005_sync 137 l\n2011_09_26/2011_09_26_drive_0005_sync 138 l\n2011_09_26/2011_09_26_drive_0005_sync 139 l\n2011_09_26/2011_09_26_drive_0005_sync 140 l\n2011_09_26/2011_09_26_drive_0005_sync 141 l\n2011_09_26/2011_09_26_drive_0005_sync 142 l\n2011_09_26/2011_09_26_drive_0005_sync 143 l\n2011_09_26/2011_09_26_drive_0005_sync 144 l\n2011_09_26/2011_09_26_drive_0005_sync 145 l\n2011_09_26/2011_09_26_drive_0005_sync 146 l\n2011_09_26/2011_09_26_drive_0005_sync 147 l\n2011_09_26/2011_09_26_drive_0005_sync 148 l\n2011_09_26/2011_09_26_drive_0005_sync 149 l\n2011_09_26/2011_09_26_drive_0005_sync 150 l\n2011_09_26/2011_09_26_drive_0005_sync 151 l\n2011_09_26/2011_09_26_drive_0005_sync 152 l\n2011_09_26/2011_09_26_drive_0005_sync 153 l\n2011_09_26/2011_09_26_drive_0005_sync 0 r\n2011_09_26/2011_09_26_drive_0005_sync 1 r\n2011_09_26/2011_09_26_drive_0005_sync 2 r\n2011_09_26/2011_09_26_drive_0005_sync 3 r\n2011_09_26/2011_09_26_drive_0005_sync 4 r\n2011_09_26/2011_09_26_drive_0005_sync 5 r\n2011_09_26/2011_09_26_drive_0005_sync 6 r\n2011_09_26/2011_09_26_drive_0005_sync 7 r\n2011_09_26/2011_09_26_drive_0005_sync 8 r\n2011_09_26/2011_09_26_drive_0005_sync 9 r\n2011_09_26/2011_09_26_drive_0005_sync 10 r\n2011_09_26/2011_09_26_drive_0005_sync 11 r\n2011_09_26/2011_09_26_drive_0005_sync 12 r\n2011_09_26/2011_09_26_drive_0005_sync 13 r\n2011_09_26/2011_09_26_drive_0005_sync 14 r\n2011_09_26/2011_09_26_drive_0005_sync 15 r\n2011_09_26/2011_09_26_drive_0005_sync 16 r\n2011_09_26/2011_09_26_drive_0005_sync 17 r\n2011_09_26/2011_09_26_drive_0005_sync 18 r\n2011_09_26/2011_09_26_drive_0005_sync 19 r\n2011_09_26/2011_09_26_drive_0005_sync 20 r\n2011_09_26/2011_09_26_drive_0005_sync 21 r\n2011_09_26/2011_09_26_drive_0005_sync 22 r\n2011_09_26/2011_09_26_drive_0005_sync 23 r\n2011_09_26/2011_09_26_drive_0005_sync 24 r\n2011_09_26/2011_09_26_drive_0005_sync 25 r\n2011_09_26/2011_09_26_drive_0005_sync 26 r\n2011_09_26/2011_09_26_drive_0005_sync 27 r\n2011_09_26/2011_09_26_drive_0005_sync 28 r\n2011_09_26/2011_09_26_drive_0005_sync 29 r\n2011_09_26/2011_09_26_drive_0005_sync 30 r\n2011_09_26/2011_09_26_drive_0005_sync 31 r\n2011_09_26/2011_09_26_drive_0005_sync 32 r\n2011_09_26/2011_09_26_drive_0005_sync 33 r\n2011_09_26/2011_09_26_drive_0005_sync 34 r\n2011_09_26/2011_09_26_drive_0005_sync 35 r\n2011_09_26/2011_09_26_drive_0005_sync 36 r\n2011_09_26/2011_09_26_drive_0005_sync 37 r\n2011_09_26/2011_09_26_drive_0005_sync 38 r\n2011_09_26/2011_09_26_drive_0005_sync 39 r\n2011_09_26/2011_09_26_drive_0005_sync 40 r\n2011_09_26/2011_09_26_drive_0005_sync 41 r\n2011_09_26/2011_09_26_drive_0005_sync 42 r\n2011_09_26/2011_09_26_drive_0005_sync 43 r\n2011_09_26/2011_09_26_drive_0005_sync 44 r\n2011_09_26/2011_09_26_drive_0005_sync 45 r\n2011_09_26/2011_09_26_drive_0005_sync 46 r\n2011_09_26/2011_09_26_drive_0005_sync 47 r\n2011_09_26/2011_09_26_drive_0005_sync 48 r\n2011_09_26/2011_09_26_drive_0005_sync 49 r\n2011_09_26/2011_09_26_drive_0005_sync 50 r\n2011_09_26/2011_09_26_drive_0005_sync 51 r\n2011_09_26/2011_09_26_drive_0005_sync 52 r\n2011_09_26/2011_09_26_drive_0005_sync 53 r\n2011_09_26/2011_09_26_drive_0005_sync 54 r\n2011_09_26/2011_09_26_drive_0005_sync 55 r\n2011_09_26/2011_09_26_drive_0005_sync 56 r\n2011_09_26/2011_09_26_drive_0005_sync 57 r\n2011_09_26/2011_09_26_drive_0005_sync 58 r\n2011_09_26/2011_09_26_drive_0005_sync 59 r\n2011_09_26/2011_09_26_drive_0005_sync 60 r\n2011_09_26/2011_09_26_drive_0005_sync 61 r\n2011_09_26/2011_09_26_drive_0005_sync 62 r\n2011_09_26/2011_09_26_drive_0005_sync 63 r\n2011_09_26/2011_09_26_drive_0005_sync 64 r\n2011_09_26/2011_09_26_drive_0005_sync 65 r\n2011_09_26/2011_09_26_drive_0005_sync 66 r\n2011_09_26/2011_09_26_drive_0005_sync 67 r\n2011_09_26/2011_09_26_drive_0005_sync 68 r\n2011_09_26/2011_09_26_drive_0005_sync 69 r\n2011_09_26/2011_09_26_drive_0005_sync 70 r\n2011_09_26/2011_09_26_drive_0005_sync 71 r\n2011_09_26/2011_09_26_drive_0005_sync 72 r\n2011_09_26/2011_09_26_drive_0005_sync 73 r\n2011_09_26/2011_09_26_drive_0005_sync 74 r\n2011_09_26/2011_09_26_drive_0005_sync 75 r\n2011_09_26/2011_09_26_drive_0005_sync 76 r\n2011_09_26/2011_09_26_drive_0005_sync 77 r\n2011_09_26/2011_09_26_drive_0005_sync 78 r\n2011_09_26/2011_09_26_drive_0005_sync 79 r\n2011_09_26/2011_09_26_drive_0005_sync 80 r\n2011_09_26/2011_09_26_drive_0005_sync 81 r\n2011_09_26/2011_09_26_drive_0005_sync 82 r\n2011_09_26/2011_09_26_drive_0005_sync 83 r\n2011_09_26/2011_09_26_drive_0005_sync 84 r\n2011_09_26/2011_09_26_drive_0005_sync 85 r\n2011_09_26/2011_09_26_drive_0005_sync 86 r\n2011_09_26/2011_09_26_drive_0005_sync 87 r\n2011_09_26/2011_09_26_drive_0005_sync 88 r\n2011_09_26/2011_09_26_drive_0005_sync 89 r\n2011_09_26/2011_09_26_drive_0005_sync 90 r\n2011_09_26/2011_09_26_drive_0005_sync 91 r\n2011_09_26/2011_09_26_drive_0005_sync 92 r\n2011_09_26/2011_09_26_drive_0005_sync 93 r\n2011_09_26/2011_09_26_drive_0005_sync 94 r\n2011_09_26/2011_09_26_drive_0005_sync 95 r\n2011_09_26/2011_09_26_drive_0005_sync 96 r\n2011_09_26/2011_09_26_drive_0005_sync 97 r\n2011_09_26/2011_09_26_drive_0005_sync 98 r\n2011_09_26/2011_09_26_drive_0005_sync 99 r\n2011_09_26/2011_09_26_drive_0005_sync 100 r\n2011_09_26/2011_09_26_drive_0005_sync 101 r\n2011_09_26/2011_09_26_drive_0005_sync 102 r\n2011_09_26/2011_09_26_drive_0005_sync 103 r\n2011_09_26/2011_09_26_drive_0005_sync 104 r\n2011_09_26/2011_09_26_drive_0005_sync 105 r\n2011_09_26/2011_09_26_drive_0005_sync 106 r\n2011_09_26/2011_09_26_drive_0005_sync 107 r\n2011_09_26/2011_09_26_drive_0005_sync 108 r\n2011_09_26/2011_09_26_drive_0005_sync 109 r\n2011_09_26/2011_09_26_drive_0005_sync 110 r\n2011_09_26/2011_09_26_drive_0005_sync 111 r\n2011_09_26/2011_09_26_drive_0005_sync 112 r\n2011_09_26/2011_09_26_drive_0005_sync 113 r\n2011_09_26/2011_09_26_drive_0005_sync 114 r\n2011_09_26/2011_09_26_drive_0005_sync 115 r\n2011_09_26/2011_09_26_drive_0005_sync 116 r\n2011_09_26/2011_09_26_drive_0005_sync 117 r\n2011_09_26/2011_09_26_drive_0005_sync 118 r\n2011_09_26/2011_09_26_drive_0005_sync 119 r\n2011_09_26/2011_09_26_drive_0005_sync 120 r\n2011_09_26/2011_09_26_drive_0005_sync 121 r\n2011_09_26/2011_09_26_drive_0005_sync 122 r\n2011_09_26/2011_09_26_drive_0005_sync 123 r\n2011_09_26/2011_09_26_drive_0005_sync 124 r\n2011_09_26/2011_09_26_drive_0005_sync 125 r\n2011_09_26/2011_09_26_drive_0005_sync 126 r\n2011_09_26/2011_09_26_drive_0005_sync 127 r\n2011_09_26/2011_09_26_drive_0005_sync 128 r\n2011_09_26/2011_09_26_drive_0005_sync 129 r\n2011_09_26/2011_09_26_drive_0005_sync 130 r\n2011_09_26/2011_09_26_drive_0005_sync 131 r\n2011_09_26/2011_09_26_drive_0005_sync 132 r\n2011_09_26/2011_09_26_drive_0005_sync 133 r\n2011_09_26/2011_09_26_drive_0005_sync 134 r\n2011_09_26/2011_09_26_drive_0005_sync 135 r\n2011_09_26/2011_09_26_drive_0005_sync 136 r\n2011_09_26/2011_09_26_drive_0005_sync 137 r\n2011_09_26/2011_09_26_drive_0005_sync 138 r\n2011_09_26/2011_09_26_drive_0005_sync 139 r\n2011_09_26/2011_09_26_drive_0005_sync 140 r\n2011_09_26/2011_09_26_drive_0005_sync 141 r\n2011_09_26/2011_09_26_drive_0005_sync 142 r\n2011_09_26/2011_09_26_drive_0005_sync 143 r\n2011_09_26/2011_09_26_drive_0005_sync 144 r\n2011_09_26/2011_09_26_drive_0005_sync 145 r\n2011_09_26/2011_09_26_drive_0005_sync 146 r\n2011_09_26/2011_09_26_drive_0005_sync 147 r\n2011_09_26/2011_09_26_drive_0005_sync 148 r\n2011_09_26/2011_09_26_drive_0005_sync 149 r\n2011_09_26/2011_09_26_drive_0005_sync 150 r\n2011_09_26/2011_09_26_drive_0005_sync 151 r\n2011_09_26/2011_09_26_drive_0005_sync 152 r\n2011_09_26/2011_09_26_drive_0005_sync 153 r\n2011_09_26/2011_09_26_drive_0113_sync 0 l\n2011_09_26/2011_09_26_drive_0113_sync 1 l\n2011_09_26/2011_09_26_drive_0113_sync 2 l\n2011_09_26/2011_09_26_drive_0113_sync 3 l\n2011_09_26/2011_09_26_drive_0113_sync 4 l\n2011_09_26/2011_09_26_drive_0113_sync 5 l\n2011_09_26/2011_09_26_drive_0113_sync 6 l\n2011_09_26/2011_09_26_drive_0113_sync 7 l\n2011_09_26/2011_09_26_drive_0113_sync 8 l\n2011_09_26/2011_09_26_drive_0113_sync 9 l\n2011_09_26/2011_09_26_drive_0113_sync 10 l\n2011_09_26/2011_09_26_drive_0113_sync 11 l\n2011_09_26/2011_09_26_drive_0113_sync 12 l\n2011_09_26/2011_09_26_drive_0113_sync 13 l\n2011_09_26/2011_09_26_drive_0113_sync 14 l\n2011_09_26/2011_09_26_drive_0113_sync 15 l\n2011_09_26/2011_09_26_drive_0113_sync 16 l\n2011_09_26/2011_09_26_drive_0113_sync 17 l\n2011_09_26/2011_09_26_drive_0113_sync 18 l\n2011_09_26/2011_09_26_drive_0113_sync 19 l\n2011_09_26/2011_09_26_drive_0113_sync 20 l\n2011_09_26/2011_09_26_drive_0113_sync 21 l\n2011_09_26/2011_09_26_drive_0113_sync 22 l\n2011_09_26/2011_09_26_drive_0113_sync 23 l\n2011_09_26/2011_09_26_drive_0113_sync 24 l\n2011_09_26/2011_09_26_drive_0113_sync 25 l\n2011_09_26/2011_09_26_drive_0113_sync 26 l\n2011_09_26/2011_09_26_drive_0113_sync 27 l\n2011_09_26/2011_09_26_drive_0113_sync 28 l\n2011_09_26/2011_09_26_drive_0113_sync 29 l\n2011_09_26/2011_09_26_drive_0113_sync 30 l\n2011_09_26/2011_09_26_drive_0113_sync 31 l\n2011_09_26/2011_09_26_drive_0113_sync 32 l\n2011_09_26/2011_09_26_drive_0113_sync 33 l\n2011_09_26/2011_09_26_drive_0113_sync 34 l\n2011_09_26/2011_09_26_drive_0113_sync 35 l\n2011_09_26/2011_09_26_drive_0113_sync 36 l\n2011_09_26/2011_09_26_drive_0113_sync 37 l\n2011_09_26/2011_09_26_drive_0113_sync 38 l\n2011_09_26/2011_09_26_drive_0113_sync 39 l\n2011_09_26/2011_09_26_drive_0113_sync 40 l\n2011_09_26/2011_09_26_drive_0113_sync 41 l\n2011_09_26/2011_09_26_drive_0113_sync 42 l\n2011_09_26/2011_09_26_drive_0113_sync 43 l\n2011_09_26/2011_09_26_drive_0113_sync 44 l\n2011_09_26/2011_09_26_drive_0113_sync 45 l\n2011_09_26/2011_09_26_drive_0113_sync 46 l\n2011_09_26/2011_09_26_drive_0113_sync 47 l\n2011_09_26/2011_09_26_drive_0113_sync 48 l\n2011_09_26/2011_09_26_drive_0113_sync 49 l\n2011_09_26/2011_09_26_drive_0113_sync 50 l\n2011_09_26/2011_09_26_drive_0113_sync 51 l\n2011_09_26/2011_09_26_drive_0113_sync 52 l\n2011_09_26/2011_09_26_drive_0113_sync 53 l\n2011_09_26/2011_09_26_drive_0113_sync 54 l\n2011_09_26/2011_09_26_drive_0113_sync 55 l\n2011_09_26/2011_09_26_drive_0113_sync 56 l\n2011_09_26/2011_09_26_drive_0113_sync 57 l\n2011_09_26/2011_09_26_drive_0113_sync 58 l\n2011_09_26/2011_09_26_drive_0113_sync 59 l\n2011_09_26/2011_09_26_drive_0113_sync 60 l\n2011_09_26/2011_09_26_drive_0113_sync 61 l\n2011_09_26/2011_09_26_drive_0113_sync 62 l\n2011_09_26/2011_09_26_drive_0113_sync 63 l\n2011_09_26/2011_09_26_drive_0113_sync 64 l\n2011_09_26/2011_09_26_drive_0113_sync 65 l\n2011_09_26/2011_09_26_drive_0113_sync 66 l\n2011_09_26/2011_09_26_drive_0113_sync 67 l\n2011_09_26/2011_09_26_drive_0113_sync 68 l\n2011_09_26/2011_09_26_drive_0113_sync 69 l\n2011_09_26/2011_09_26_drive_0113_sync 70 l\n2011_09_26/2011_09_26_drive_0113_sync 71 l\n2011_09_26/2011_09_26_drive_0113_sync 72 l\n2011_09_26/2011_09_26_drive_0113_sync 73 l\n2011_09_26/2011_09_26_drive_0113_sync 74 l\n2011_09_26/2011_09_26_drive_0113_sync 75 l\n2011_09_26/2011_09_26_drive_0113_sync 76 l\n2011_09_26/2011_09_26_drive_0113_sync 77 l\n2011_09_26/2011_09_26_drive_0113_sync 78 l\n2011_09_26/2011_09_26_drive_0113_sync 79 l\n2011_09_26/2011_09_26_drive_0113_sync 80 l\n2011_09_26/2011_09_26_drive_0113_sync 81 l\n2011_09_26/2011_09_26_drive_0113_sync 82 l\n2011_09_26/2011_09_26_drive_0113_sync 83 l\n2011_09_26/2011_09_26_drive_0113_sync 84 l\n2011_09_26/2011_09_26_drive_0113_sync 85 l\n2011_09_26/2011_09_26_drive_0113_sync 86 l\n2011_09_26/2011_09_26_drive_0113_sync 0 r\n2011_09_26/2011_09_26_drive_0113_sync 1 r\n2011_09_26/2011_09_26_drive_0113_sync 2 r\n2011_09_26/2011_09_26_drive_0113_sync 3 r\n2011_09_26/2011_09_26_drive_0113_sync 4 r\n2011_09_26/2011_09_26_drive_0113_sync 5 r\n2011_09_26/2011_09_26_drive_0113_sync 6 r\n2011_09_26/2011_09_26_drive_0113_sync 7 r\n2011_09_26/2011_09_26_drive_0113_sync 8 r\n2011_09_26/2011_09_26_drive_0113_sync 9 r\n2011_09_26/2011_09_26_drive_0113_sync 10 r\n2011_09_26/2011_09_26_drive_0113_sync 11 r\n2011_09_26/2011_09_26_drive_0113_sync 12 r\n2011_09_26/2011_09_26_drive_0113_sync 13 r\n2011_09_26/2011_09_26_drive_0113_sync 14 r\n2011_09_26/2011_09_26_drive_0113_sync 15 r\n2011_09_26/2011_09_26_drive_0113_sync 16 r\n2011_09_26/2011_09_26_drive_0113_sync 17 r\n2011_09_26/2011_09_26_drive_0113_sync 18 r\n2011_09_26/2011_09_26_drive_0113_sync 19 r\n2011_09_26/2011_09_26_drive_0113_sync 20 r\n2011_09_26/2011_09_26_drive_0113_sync 21 r\n2011_09_26/2011_09_26_drive_0113_sync 22 r\n2011_09_26/2011_09_26_drive_0113_sync 23 r\n2011_09_26/2011_09_26_drive_0113_sync 24 r\n2011_09_26/2011_09_26_drive_0113_sync 25 r\n2011_09_26/2011_09_26_drive_0113_sync 26 r\n2011_09_26/2011_09_26_drive_0113_sync 27 r\n2011_09_26/2011_09_26_drive_0113_sync 28 r\n2011_09_26/2011_09_26_drive_0113_sync 29 r\n2011_09_26/2011_09_26_drive_0113_sync 30 r\n2011_09_26/2011_09_26_drive_0113_sync 31 r\n2011_09_26/2011_09_26_drive_0113_sync 32 r\n2011_09_26/2011_09_26_drive_0113_sync 33 r\n2011_09_26/2011_09_26_drive_0113_sync 34 r\n2011_09_26/2011_09_26_drive_0113_sync 35 r\n2011_09_26/2011_09_26_drive_0113_sync 36 r\n2011_09_26/2011_09_26_drive_0113_sync 37 r\n2011_09_26/2011_09_26_drive_0113_sync 38 r\n2011_09_26/2011_09_26_drive_0113_sync 39 r\n2011_09_26/2011_09_26_drive_0113_sync 40 r\n2011_09_26/2011_09_26_drive_0113_sync 41 r\n2011_09_26/2011_09_26_drive_0113_sync 42 r\n2011_09_26/2011_09_26_drive_0113_sync 43 r\n2011_09_26/2011_09_26_drive_0113_sync 44 r\n2011_09_26/2011_09_26_drive_0113_sync 45 r\n2011_09_26/2011_09_26_drive_0113_sync 46 r\n2011_09_26/2011_09_26_drive_0113_sync 47 r\n2011_09_26/2011_09_26_drive_0113_sync 48 r\n2011_09_26/2011_09_26_drive_0113_sync 49 r\n2011_09_26/2011_09_26_drive_0113_sync 50 r\n2011_09_26/2011_09_26_drive_0113_sync 51 r\n2011_09_26/2011_09_26_drive_0113_sync 52 r\n2011_09_26/2011_09_26_drive_0113_sync 53 r\n2011_09_26/2011_09_26_drive_0113_sync 54 r\n2011_09_26/2011_09_26_drive_0113_sync 55 r\n2011_09_26/2011_09_26_drive_0113_sync 56 r\n2011_09_26/2011_09_26_drive_0113_sync 57 r\n2011_09_26/2011_09_26_drive_0113_sync 58 r\n2011_09_26/2011_09_26_drive_0113_sync 59 r\n2011_09_26/2011_09_26_drive_0113_sync 60 r\n2011_09_26/2011_09_26_drive_0113_sync 61 r\n2011_09_26/2011_09_26_drive_0113_sync 62 r\n2011_09_26/2011_09_26_drive_0113_sync 63 r\n2011_09_26/2011_09_26_drive_0113_sync 64 r\n2011_09_26/2011_09_26_drive_0113_sync 65 r\n2011_09_26/2011_09_26_drive_0113_sync 66 r\n2011_09_26/2011_09_26_drive_0113_sync 67 r\n2011_09_26/2011_09_26_drive_0113_sync 68 r\n2011_09_26/2011_09_26_drive_0113_sync 69 r\n2011_09_26/2011_09_26_drive_0113_sync 70 r\n2011_09_26/2011_09_26_drive_0113_sync 71 r\n2011_09_26/2011_09_26_drive_0113_sync 72 r\n2011_09_26/2011_09_26_drive_0113_sync 73 r\n2011_09_26/2011_09_26_drive_0113_sync 74 r\n2011_09_26/2011_09_26_drive_0113_sync 75 r\n2011_09_26/2011_09_26_drive_0113_sync 76 r\n2011_09_26/2011_09_26_drive_0113_sync 77 r\n2011_09_26/2011_09_26_drive_0113_sync 78 r\n2011_09_26/2011_09_26_drive_0113_sync 79 r\n2011_09_26/2011_09_26_drive_0113_sync 80 r\n2011_09_26/2011_09_26_drive_0113_sync 81 r\n2011_09_26/2011_09_26_drive_0113_sync 82 r\n2011_09_26/2011_09_26_drive_0113_sync 83 r\n2011_09_26/2011_09_26_drive_0113_sync 84 r\n2011_09_26/2011_09_26_drive_0113_sync 85 r\n2011_09_26/2011_09_26_drive_0113_sync 86 r\n2011_09_26/2011_09_26_drive_0060_sync 0 l\n2011_09_26/2011_09_26_drive_0060_sync 1 l\n2011_09_26/2011_09_26_drive_0060_sync 2 l\n2011_09_26/2011_09_26_drive_0060_sync 3 l\n2011_09_26/2011_09_26_drive_0060_sync 4 l\n2011_09_26/2011_09_26_drive_0060_sync 5 l\n2011_09_26/2011_09_26_drive_0060_sync 6 l\n2011_09_26/2011_09_26_drive_0060_sync 7 l\n2011_09_26/2011_09_26_drive_0060_sync 8 l\n2011_09_26/2011_09_26_drive_0060_sync 9 l\n2011_09_26/2011_09_26_drive_0060_sync 10 l\n2011_09_26/2011_09_26_drive_0060_sync 11 l\n2011_09_26/2011_09_26_drive_0060_sync 12 l\n2011_09_26/2011_09_26_drive_0060_sync 13 l\n2011_09_26/2011_09_26_drive_0060_sync 14 l\n2011_09_26/2011_09_26_drive_0060_sync 15 l\n2011_09_26/2011_09_26_drive_0060_sync 16 l\n2011_09_26/2011_09_26_drive_0060_sync 17 l\n2011_09_26/2011_09_26_drive_0060_sync 18 l\n2011_09_26/2011_09_26_drive_0060_sync 19 l\n2011_09_26/2011_09_26_drive_0060_sync 20 l\n2011_09_26/2011_09_26_drive_0060_sync 21 l\n2011_09_26/2011_09_26_drive_0060_sync 22 l\n2011_09_26/2011_09_26_drive_0060_sync 23 l\n2011_09_26/2011_09_26_drive_0060_sync 24 l\n2011_09_26/2011_09_26_drive_0060_sync 25 l\n2011_09_26/2011_09_26_drive_0060_sync 26 l\n2011_09_26/2011_09_26_drive_0060_sync 27 l\n2011_09_26/2011_09_26_drive_0060_sync 28 l\n2011_09_26/2011_09_26_drive_0060_sync 29 l\n2011_09_26/2011_09_26_drive_0060_sync 30 l\n2011_09_26/2011_09_26_drive_0060_sync 31 l\n2011_09_26/2011_09_26_drive_0060_sync 32 l\n2011_09_26/2011_09_26_drive_0060_sync 33 l\n2011_09_26/2011_09_26_drive_0060_sync 34 l\n2011_09_26/2011_09_26_drive_0060_sync 35 l\n2011_09_26/2011_09_26_drive_0060_sync 36 l\n2011_09_26/2011_09_26_drive_0060_sync 37 l\n2011_09_26/2011_09_26_drive_0060_sync 38 l\n2011_09_26/2011_09_26_drive_0060_sync 39 l\n2011_09_26/2011_09_26_drive_0060_sync 40 l\n2011_09_26/2011_09_26_drive_0060_sync 41 l\n2011_09_26/2011_09_26_drive_0060_sync 42 l\n2011_09_26/2011_09_26_drive_0060_sync 43 l\n2011_09_26/2011_09_26_drive_0060_sync 44 l\n2011_09_26/2011_09_26_drive_0060_sync 45 l\n2011_09_26/2011_09_26_drive_0060_sync 46 l\n2011_09_26/2011_09_26_drive_0060_sync 47 l\n2011_09_26/2011_09_26_drive_0060_sync 48 l\n2011_09_26/2011_09_26_drive_0060_sync 49 l\n2011_09_26/2011_09_26_drive_0060_sync 50 l\n2011_09_26/2011_09_26_drive_0060_sync 51 l\n2011_09_26/2011_09_26_drive_0060_sync 52 l\n2011_09_26/2011_09_26_drive_0060_sync 53 l\n2011_09_26/2011_09_26_drive_0060_sync 54 l\n2011_09_26/2011_09_26_drive_0060_sync 55 l\n2011_09_26/2011_09_26_drive_0060_sync 56 l\n2011_09_26/2011_09_26_drive_0060_sync 57 l\n2011_09_26/2011_09_26_drive_0060_sync 58 l\n2011_09_26/2011_09_26_drive_0060_sync 59 l\n2011_09_26/2011_09_26_drive_0060_sync 60 l\n2011_09_26/2011_09_26_drive_0060_sync 61 l\n2011_09_26/2011_09_26_drive_0060_sync 62 l\n2011_09_26/2011_09_26_drive_0060_sync 63 l\n2011_09_26/2011_09_26_drive_0060_sync 64 l\n2011_09_26/2011_09_26_drive_0060_sync 65 l\n2011_09_26/2011_09_26_drive_0060_sync 66 l\n2011_09_26/2011_09_26_drive_0060_sync 67 l\n2011_09_26/2011_09_26_drive_0060_sync 68 l\n2011_09_26/2011_09_26_drive_0060_sync 69 l\n2011_09_26/2011_09_26_drive_0060_sync 70 l\n2011_09_26/2011_09_26_drive_0060_sync 71 l\n2011_09_26/2011_09_26_drive_0060_sync 72 l\n2011_09_26/2011_09_26_drive_0060_sync 73 l\n2011_09_26/2011_09_26_drive_0060_sync 74 l\n2011_09_26/2011_09_26_drive_0060_sync 75 l\n2011_09_26/2011_09_26_drive_0060_sync 76 l\n2011_09_26/2011_09_26_drive_0060_sync 77 l\n2011_09_26/2011_09_26_drive_0060_sync 0 r\n2011_09_26/2011_09_26_drive_0060_sync 1 r\n2011_09_26/2011_09_26_drive_0060_sync 2 r\n2011_09_26/2011_09_26_drive_0060_sync 3 r\n2011_09_26/2011_09_26_drive_0060_sync 4 r\n2011_09_26/2011_09_26_drive_0060_sync 5 r\n2011_09_26/2011_09_26_drive_0060_sync 6 r\n2011_09_26/2011_09_26_drive_0060_sync 7 r\n2011_09_26/2011_09_26_drive_0060_sync 8 r\n2011_09_26/2011_09_26_drive_0060_sync 9 r\n2011_09_26/2011_09_26_drive_0060_sync 10 r\n2011_09_26/2011_09_26_drive_0060_sync 11 r\n2011_09_26/2011_09_26_drive_0060_sync 12 r\n2011_09_26/2011_09_26_drive_0060_sync 13 r\n2011_09_26/2011_09_26_drive_0060_sync 14 r\n2011_09_26/2011_09_26_drive_0060_sync 15 r\n2011_09_26/2011_09_26_drive_0060_sync 16 r\n2011_09_26/2011_09_26_drive_0060_sync 17 r\n2011_09_26/2011_09_26_drive_0060_sync 18 r\n2011_09_26/2011_09_26_drive_0060_sync 19 r\n2011_09_26/2011_09_26_drive_0060_sync 20 r\n2011_09_26/2011_09_26_drive_0060_sync 21 r\n2011_09_26/2011_09_26_drive_0060_sync 22 r\n2011_09_26/2011_09_26_drive_0060_sync 23 r\n2011_09_26/2011_09_26_drive_0060_sync 24 r\n2011_09_26/2011_09_26_drive_0060_sync 25 r\n2011_09_26/2011_09_26_drive_0060_sync 26 r\n2011_09_26/2011_09_26_drive_0060_sync 27 r\n2011_09_26/2011_09_26_drive_0060_sync 28 r\n2011_09_26/2011_09_26_drive_0060_sync 29 r\n2011_09_26/2011_09_26_drive_0060_sync 30 r\n2011_09_26/2011_09_26_drive_0060_sync 31 r\n2011_09_26/2011_09_26_drive_0060_sync 32 r\n2011_09_26/2011_09_26_drive_0060_sync 33 r\n2011_09_26/2011_09_26_drive_0060_sync 34 r\n2011_09_26/2011_09_26_drive_0060_sync 35 r\n2011_09_26/2011_09_26_drive_0060_sync 36 r\n2011_09_26/2011_09_26_drive_0060_sync 37 r\n2011_09_26/2011_09_26_drive_0060_sync 38 r\n2011_09_26/2011_09_26_drive_0060_sync 39 r\n2011_09_26/2011_09_26_drive_0060_sync 40 r\n2011_09_26/2011_09_26_drive_0060_sync 41 r\n2011_09_26/2011_09_26_drive_0060_sync 42 r\n2011_09_26/2011_09_26_drive_0060_sync 43 r\n2011_09_26/2011_09_26_drive_0060_sync 44 r\n2011_09_26/2011_09_26_drive_0060_sync 45 r\n2011_09_26/2011_09_26_drive_0060_sync 46 r\n2011_09_26/2011_09_26_drive_0060_sync 47 r\n2011_09_26/2011_09_26_drive_0060_sync 48 r\n2011_09_26/2011_09_26_drive_0060_sync 49 r\n2011_09_26/2011_09_26_drive_0060_sync 50 r\n2011_09_26/2011_09_26_drive_0060_sync 51 r\n2011_09_26/2011_09_26_drive_0060_sync 52 r\n2011_09_26/2011_09_26_drive_0060_sync 53 r\n2011_09_26/2011_09_26_drive_0060_sync 54 r\n2011_09_26/2011_09_26_drive_0060_sync 55 r\n2011_09_26/2011_09_26_drive_0060_sync 56 r\n2011_09_26/2011_09_26_drive_0060_sync 57 r\n2011_09_26/2011_09_26_drive_0060_sync 58 r\n2011_09_26/2011_09_26_drive_0060_sync 59 r\n2011_09_26/2011_09_26_drive_0060_sync 60 r\n2011_09_26/2011_09_26_drive_0060_sync 61 r\n2011_09_26/2011_09_26_drive_0060_sync 62 r\n2011_09_26/2011_09_26_drive_0060_sync 63 r\n2011_09_26/2011_09_26_drive_0060_sync 64 r\n2011_09_26/2011_09_26_drive_0060_sync 65 r\n2011_09_26/2011_09_26_drive_0060_sync 66 r\n2011_09_26/2011_09_26_drive_0060_sync 67 r\n2011_09_26/2011_09_26_drive_0060_sync 68 r\n2011_09_26/2011_09_26_drive_0060_sync 69 r\n2011_09_26/2011_09_26_drive_0060_sync 70 r\n2011_09_26/2011_09_26_drive_0060_sync 71 r\n2011_09_26/2011_09_26_drive_0060_sync 72 r\n2011_09_26/2011_09_26_drive_0060_sync 73 r\n2011_09_26/2011_09_26_drive_0060_sync 74 r\n2011_09_26/2011_09_26_drive_0060_sync 75 r\n2011_09_26/2011_09_26_drive_0060_sync 76 r\n2011_09_26/2011_09_26_drive_0060_sync 77 r\n2011_09_26/2011_09_26_drive_0093_sync 0 l\n2011_09_26/2011_09_26_drive_0093_sync 1 l\n2011_09_26/2011_09_26_drive_0093_sync 2 l\n2011_09_26/2011_09_26_drive_0093_sync 3 l\n2011_09_26/2011_09_26_drive_0093_sync 4 l\n2011_09_26/2011_09_26_drive_0093_sync 5 l\n2011_09_26/2011_09_26_drive_0093_sync 6 l\n2011_09_26/2011_09_26_drive_0093_sync 7 l\n2011_09_26/2011_09_26_drive_0093_sync 8 l\n2011_09_26/2011_09_26_drive_0093_sync 9 l\n2011_09_26/2011_09_26_drive_0093_sync 10 l\n2011_09_26/2011_09_26_drive_0093_sync 11 l\n2011_09_26/2011_09_26_drive_0093_sync 12 l\n2011_09_26/2011_09_26_drive_0093_sync 13 l\n2011_09_26/2011_09_26_drive_0093_sync 14 l\n2011_09_26/2011_09_26_drive_0093_sync 15 l\n2011_09_26/2011_09_26_drive_0093_sync 16 l\n2011_09_26/2011_09_26_drive_0093_sync 17 l\n2011_09_26/2011_09_26_drive_0093_sync 18 l\n2011_09_26/2011_09_26_drive_0093_sync 19 l\n2011_09_26/2011_09_26_drive_0093_sync 20 l\n2011_09_26/2011_09_26_drive_0093_sync 21 l\n2011_09_26/2011_09_26_drive_0093_sync 22 l\n2011_09_26/2011_09_26_drive_0093_sync 23 l\n2011_09_26/2011_09_26_drive_0093_sync 24 l\n2011_09_26/2011_09_26_drive_0093_sync 25 l\n2011_09_26/2011_09_26_drive_0093_sync 26 l\n2011_09_26/2011_09_26_drive_0093_sync 27 l\n2011_09_26/2011_09_26_drive_0093_sync 28 l\n2011_09_26/2011_09_26_drive_0093_sync 29 l\n2011_09_26/2011_09_26_drive_0093_sync 30 l\n2011_09_26/2011_09_26_drive_0093_sync 31 l\n2011_09_26/2011_09_26_drive_0093_sync 32 l\n2011_09_26/2011_09_26_drive_0093_sync 33 l\n2011_09_26/2011_09_26_drive_0093_sync 34 l\n2011_09_26/2011_09_26_drive_0093_sync 35 l\n2011_09_26/2011_09_26_drive_0093_sync 36 l\n2011_09_26/2011_09_26_drive_0093_sync 37 l\n2011_09_26/2011_09_26_drive_0093_sync 38 l\n2011_09_26/2011_09_26_drive_0093_sync 39 l\n2011_09_26/2011_09_26_drive_0093_sync 40 l\n2011_09_26/2011_09_26_drive_0093_sync 41 l\n2011_09_26/2011_09_26_drive_0093_sync 42 l\n2011_09_26/2011_09_26_drive_0093_sync 43 l\n2011_09_26/2011_09_26_drive_0093_sync 44 l\n2011_09_26/2011_09_26_drive_0093_sync 45 l\n2011_09_26/2011_09_26_drive_0093_sync 46 l\n2011_09_26/2011_09_26_drive_0093_sync 47 l\n2011_09_26/2011_09_26_drive_0093_sync 48 l\n2011_09_26/2011_09_26_drive_0093_sync 49 l\n2011_09_26/2011_09_26_drive_0093_sync 50 l\n2011_09_26/2011_09_26_drive_0093_sync 51 l\n2011_09_26/2011_09_26_drive_0093_sync 52 l\n2011_09_26/2011_09_26_drive_0093_sync 53 l\n2011_09_26/2011_09_26_drive_0093_sync 54 l\n2011_09_26/2011_09_26_drive_0093_sync 55 l\n2011_09_26/2011_09_26_drive_0093_sync 56 l\n2011_09_26/2011_09_26_drive_0093_sync 57 l\n2011_09_26/2011_09_26_drive_0093_sync 58 l\n2011_09_26/2011_09_26_drive_0093_sync 59 l\n2011_09_26/2011_09_26_drive_0093_sync 60 l\n2011_09_26/2011_09_26_drive_0093_sync 61 l\n2011_09_26/2011_09_26_drive_0093_sync 62 l\n2011_09_26/2011_09_26_drive_0093_sync 63 l\n2011_09_26/2011_09_26_drive_0093_sync 64 l\n2011_09_26/2011_09_26_drive_0093_sync 65 l\n2011_09_26/2011_09_26_drive_0093_sync 66 l\n2011_09_26/2011_09_26_drive_0093_sync 67 l\n2011_09_26/2011_09_26_drive_0093_sync 68 l\n2011_09_26/2011_09_26_drive_0093_sync 69 l\n2011_09_26/2011_09_26_drive_0093_sync 70 l\n2011_09_26/2011_09_26_drive_0093_sync 71 l\n2011_09_26/2011_09_26_drive_0093_sync 72 l\n2011_09_26/2011_09_26_drive_0093_sync 73 l\n2011_09_26/2011_09_26_drive_0093_sync 74 l\n2011_09_26/2011_09_26_drive_0093_sync 75 l\n2011_09_26/2011_09_26_drive_0093_sync 76 l\n2011_09_26/2011_09_26_drive_0093_sync 77 l\n2011_09_26/2011_09_26_drive_0093_sync 78 l\n2011_09_26/2011_09_26_drive_0093_sync 79 l\n2011_09_26/2011_09_26_drive_0093_sync 80 l\n2011_09_26/2011_09_26_drive_0093_sync 81 l\n2011_09_26/2011_09_26_drive_0093_sync 82 l\n2011_09_26/2011_09_26_drive_0093_sync 83 l\n2011_09_26/2011_09_26_drive_0093_sync 84 l\n2011_09_26/2011_09_26_drive_0093_sync 85 l\n2011_09_26/2011_09_26_drive_0093_sync 86 l\n2011_09_26/2011_09_26_drive_0093_sync 87 l\n2011_09_26/2011_09_26_drive_0093_sync 88 l\n2011_09_26/2011_09_26_drive_0093_sync 89 l\n2011_09_26/2011_09_26_drive_0093_sync 90 l\n2011_09_26/2011_09_26_drive_0093_sync 91 l\n2011_09_26/2011_09_26_drive_0093_sync 92 l\n2011_09_26/2011_09_26_drive_0093_sync 93 l\n2011_09_26/2011_09_26_drive_0093_sync 94 l\n2011_09_26/2011_09_26_drive_0093_sync 95 l\n2011_09_26/2011_09_26_drive_0093_sync 96 l\n2011_09_26/2011_09_26_drive_0093_sync 97 l\n2011_09_26/2011_09_26_drive_0093_sync 98 l\n2011_09_26/2011_09_26_drive_0093_sync 99 l\n2011_09_26/2011_09_26_drive_0093_sync 100 l\n2011_09_26/2011_09_26_drive_0093_sync 101 l\n2011_09_26/2011_09_26_drive_0093_sync 102 l\n2011_09_26/2011_09_26_drive_0093_sync 103 l\n2011_09_26/2011_09_26_drive_0093_sync 104 l\n2011_09_26/2011_09_26_drive_0093_sync 105 l\n2011_09_26/2011_09_26_drive_0093_sync 106 l\n2011_09_26/2011_09_26_drive_0093_sync 107 l\n2011_09_26/2011_09_26_drive_0093_sync 108 l\n2011_09_26/2011_09_26_drive_0093_sync 109 l\n2011_09_26/2011_09_26_drive_0093_sync 110 l\n2011_09_26/2011_09_26_drive_0093_sync 111 l\n2011_09_26/2011_09_26_drive_0093_sync 112 l\n2011_09_26/2011_09_26_drive_0093_sync 113 l\n2011_09_26/2011_09_26_drive_0093_sync 114 l\n2011_09_26/2011_09_26_drive_0093_sync 115 l\n2011_09_26/2011_09_26_drive_0093_sync 116 l\n2011_09_26/2011_09_26_drive_0093_sync 117 l\n2011_09_26/2011_09_26_drive_0093_sync 118 l\n2011_09_26/2011_09_26_drive_0093_sync 119 l\n2011_09_26/2011_09_26_drive_0093_sync 120 l\n2011_09_26/2011_09_26_drive_0093_sync 121 l\n2011_09_26/2011_09_26_drive_0093_sync 122 l\n2011_09_26/2011_09_26_drive_0093_sync 123 l\n2011_09_26/2011_09_26_drive_0093_sync 124 l\n2011_09_26/2011_09_26_drive_0093_sync 125 l\n2011_09_26/2011_09_26_drive_0093_sync 126 l\n2011_09_26/2011_09_26_drive_0093_sync 127 l\n2011_09_26/2011_09_26_drive_0093_sync 128 l\n2011_09_26/2011_09_26_drive_0093_sync 129 l\n2011_09_26/2011_09_26_drive_0093_sync 130 l\n2011_09_26/2011_09_26_drive_0093_sync 131 l\n2011_09_26/2011_09_26_drive_0093_sync 132 l\n2011_09_26/2011_09_26_drive_0093_sync 133 l\n2011_09_26/2011_09_26_drive_0093_sync 134 l\n2011_09_26/2011_09_26_drive_0093_sync 135 l\n2011_09_26/2011_09_26_drive_0093_sync 136 l\n2011_09_26/2011_09_26_drive_0093_sync 137 l\n2011_09_26/2011_09_26_drive_0093_sync 138 l\n2011_09_26/2011_09_26_drive_0093_sync 139 l\n2011_09_26/2011_09_26_drive_0093_sync 140 l\n2011_09_26/2011_09_26_drive_0093_sync 141 l\n2011_09_26/2011_09_26_drive_0093_sync 142 l\n2011_09_26/2011_09_26_drive_0093_sync 143 l\n2011_09_26/2011_09_26_drive_0093_sync 144 l\n2011_09_26/2011_09_26_drive_0093_sync 145 l\n2011_09_26/2011_09_26_drive_0093_sync 146 l\n2011_09_26/2011_09_26_drive_0093_sync 147 l\n2011_09_26/2011_09_26_drive_0093_sync 148 l\n2011_09_26/2011_09_26_drive_0093_sync 149 l\n2011_09_26/2011_09_26_drive_0093_sync 150 l\n2011_09_26/2011_09_26_drive_0093_sync 151 l\n2011_09_26/2011_09_26_drive_0093_sync 152 l\n2011_09_26/2011_09_26_drive_0093_sync 153 l\n2011_09_26/2011_09_26_drive_0093_sync 154 l\n2011_09_26/2011_09_26_drive_0093_sync 155 l\n2011_09_26/2011_09_26_drive_0093_sync 156 l\n2011_09_26/2011_09_26_drive_0093_sync 157 l\n2011_09_26/2011_09_26_drive_0093_sync 158 l\n2011_09_26/2011_09_26_drive_0093_sync 159 l\n2011_09_26/2011_09_26_drive_0093_sync 160 l\n2011_09_26/2011_09_26_drive_0093_sync 161 l\n2011_09_26/2011_09_26_drive_0093_sync 162 l\n2011_09_26/2011_09_26_drive_0093_sync 163 l\n2011_09_26/2011_09_26_drive_0093_sync 164 l\n2011_09_26/2011_09_26_drive_0093_sync 165 l\n2011_09_26/2011_09_26_drive_0093_sync 166 l\n2011_09_26/2011_09_26_drive_0093_sync 167 l\n2011_09_26/2011_09_26_drive_0093_sync 168 l\n2011_09_26/2011_09_26_drive_0093_sync 169 l\n2011_09_26/2011_09_26_drive_0093_sync 170 l\n2011_09_26/2011_09_26_drive_0093_sync 171 l\n2011_09_26/2011_09_26_drive_0093_sync 172 l\n2011_09_26/2011_09_26_drive_0093_sync 173 l\n2011_09_26/2011_09_26_drive_0093_sync 174 l\n2011_09_26/2011_09_26_drive_0093_sync 175 l\n2011_09_26/2011_09_26_drive_0093_sync 176 l\n2011_09_26/2011_09_26_drive_0093_sync 177 l\n2011_09_26/2011_09_26_drive_0093_sync 178 l\n2011_09_26/2011_09_26_drive_0093_sync 179 l\n2011_09_26/2011_09_26_drive_0093_sync 180 l\n2011_09_26/2011_09_26_drive_0093_sync 181 l\n2011_09_26/2011_09_26_drive_0093_sync 182 l\n2011_09_26/2011_09_26_drive_0093_sync 183 l\n2011_09_26/2011_09_26_drive_0093_sync 184 l\n2011_09_26/2011_09_26_drive_0093_sync 185 l\n2011_09_26/2011_09_26_drive_0093_sync 186 l\n2011_09_26/2011_09_26_drive_0093_sync 187 l\n2011_09_26/2011_09_26_drive_0093_sync 188 l\n2011_09_26/2011_09_26_drive_0093_sync 189 l\n2011_09_26/2011_09_26_drive_0093_sync 190 l\n2011_09_26/2011_09_26_drive_0093_sync 191 l\n2011_09_26/2011_09_26_drive_0093_sync 192 l\n2011_09_26/2011_09_26_drive_0093_sync 193 l\n2011_09_26/2011_09_26_drive_0093_sync 194 l\n2011_09_26/2011_09_26_drive_0093_sync 195 l\n2011_09_26/2011_09_26_drive_0093_sync 196 l\n2011_09_26/2011_09_26_drive_0093_sync 197 l\n2011_09_26/2011_09_26_drive_0093_sync 198 l\n2011_09_26/2011_09_26_drive_0093_sync 199 l\n2011_09_26/2011_09_26_drive_0093_sync 200 l\n2011_09_26/2011_09_26_drive_0093_sync 201 l\n2011_09_26/2011_09_26_drive_0093_sync 202 l\n2011_09_26/2011_09_26_drive_0093_sync 203 l\n2011_09_26/2011_09_26_drive_0093_sync 204 l\n2011_09_26/2011_09_26_drive_0093_sync 205 l\n2011_09_26/2011_09_26_drive_0093_sync 206 l\n2011_09_26/2011_09_26_drive_0093_sync 207 l\n2011_09_26/2011_09_26_drive_0093_sync 208 l\n2011_09_26/2011_09_26_drive_0093_sync 209 l\n2011_09_26/2011_09_26_drive_0093_sync 210 l\n2011_09_26/2011_09_26_drive_0093_sync 211 l\n2011_09_26/2011_09_26_drive_0093_sync 212 l\n2011_09_26/2011_09_26_drive_0093_sync 213 l\n2011_09_26/2011_09_26_drive_0093_sync 214 l\n2011_09_26/2011_09_26_drive_0093_sync 215 l\n2011_09_26/2011_09_26_drive_0093_sync 216 l\n2011_09_26/2011_09_26_drive_0093_sync 217 l\n2011_09_26/2011_09_26_drive_0093_sync 218 l\n2011_09_26/2011_09_26_drive_0093_sync 219 l\n2011_09_26/2011_09_26_drive_0093_sync 220 l\n2011_09_26/2011_09_26_drive_0093_sync 221 l\n2011_09_26/2011_09_26_drive_0093_sync 222 l\n2011_09_26/2011_09_26_drive_0093_sync 223 l\n2011_09_26/2011_09_26_drive_0093_sync 224 l\n2011_09_26/2011_09_26_drive_0093_sync 225 l\n2011_09_26/2011_09_26_drive_0093_sync 226 l\n2011_09_26/2011_09_26_drive_0093_sync 227 l\n2011_09_26/2011_09_26_drive_0093_sync 228 l\n2011_09_26/2011_09_26_drive_0093_sync 229 l\n2011_09_26/2011_09_26_drive_0093_sync 230 l\n2011_09_26/2011_09_26_drive_0093_sync 231 l\n2011_09_26/2011_09_26_drive_0093_sync 232 l\n2011_09_26/2011_09_26_drive_0093_sync 233 l\n2011_09_26/2011_09_26_drive_0093_sync 234 l\n2011_09_26/2011_09_26_drive_0093_sync 235 l\n2011_09_26/2011_09_26_drive_0093_sync 236 l\n2011_09_26/2011_09_26_drive_0093_sync 237 l\n2011_09_26/2011_09_26_drive_0093_sync 238 l\n2011_09_26/2011_09_26_drive_0093_sync 239 l\n2011_09_26/2011_09_26_drive_0093_sync 240 l\n2011_09_26/2011_09_26_drive_0093_sync 241 l\n2011_09_26/2011_09_26_drive_0093_sync 242 l\n2011_09_26/2011_09_26_drive_0093_sync 243 l\n2011_09_26/2011_09_26_drive_0093_sync 244 l\n2011_09_26/2011_09_26_drive_0093_sync 245 l\n2011_09_26/2011_09_26_drive_0093_sync 246 l\n2011_09_26/2011_09_26_drive_0093_sync 247 l\n2011_09_26/2011_09_26_drive_0093_sync 248 l\n2011_09_26/2011_09_26_drive_0093_sync 249 l\n2011_09_26/2011_09_26_drive_0093_sync 250 l\n2011_09_26/2011_09_26_drive_0093_sync 251 l\n2011_09_26/2011_09_26_drive_0093_sync 252 l\n2011_09_26/2011_09_26_drive_0093_sync 253 l\n2011_09_26/2011_09_26_drive_0093_sync 254 l\n2011_09_26/2011_09_26_drive_0093_sync 255 l\n2011_09_26/2011_09_26_drive_0093_sync 256 l\n2011_09_26/2011_09_26_drive_0093_sync 257 l\n2011_09_26/2011_09_26_drive_0093_sync 258 l\n2011_09_26/2011_09_26_drive_0093_sync 259 l\n2011_09_26/2011_09_26_drive_0093_sync 260 l\n2011_09_26/2011_09_26_drive_0093_sync 261 l\n2011_09_26/2011_09_26_drive_0093_sync 262 l\n2011_09_26/2011_09_26_drive_0093_sync 263 l\n2011_09_26/2011_09_26_drive_0093_sync 264 l\n2011_09_26/2011_09_26_drive_0093_sync 265 l\n2011_09_26/2011_09_26_drive_0093_sync 266 l\n2011_09_26/2011_09_26_drive_0093_sync 267 l\n2011_09_26/2011_09_26_drive_0093_sync 268 l\n2011_09_26/2011_09_26_drive_0093_sync 269 l\n2011_09_26/2011_09_26_drive_0093_sync 270 l\n2011_09_26/2011_09_26_drive_0093_sync 271 l\n2011_09_26/2011_09_26_drive_0093_sync 272 l\n2011_09_26/2011_09_26_drive_0093_sync 273 l\n2011_09_26/2011_09_26_drive_0093_sync 274 l\n2011_09_26/2011_09_26_drive_0093_sync 275 l\n2011_09_26/2011_09_26_drive_0093_sync 276 l\n2011_09_26/2011_09_26_drive_0093_sync 277 l\n2011_09_26/2011_09_26_drive_0093_sync 278 l\n2011_09_26/2011_09_26_drive_0093_sync 279 l\n2011_09_26/2011_09_26_drive_0093_sync 280 l\n2011_09_26/2011_09_26_drive_0093_sync 281 l\n2011_09_26/2011_09_26_drive_0093_sync 282 l\n2011_09_26/2011_09_26_drive_0093_sync 283 l\n2011_09_26/2011_09_26_drive_0093_sync 284 l\n2011_09_26/2011_09_26_drive_0093_sync 285 l\n2011_09_26/2011_09_26_drive_0093_sync 286 l\n2011_09_26/2011_09_26_drive_0093_sync 287 l\n2011_09_26/2011_09_26_drive_0093_sync 288 l\n2011_09_26/2011_09_26_drive_0093_sync 289 l\n2011_09_26/2011_09_26_drive_0093_sync 290 l\n2011_09_26/2011_09_26_drive_0093_sync 291 l\n2011_09_26/2011_09_26_drive_0093_sync 292 l\n2011_09_26/2011_09_26_drive_0093_sync 293 l\n2011_09_26/2011_09_26_drive_0093_sync 294 l\n2011_09_26/2011_09_26_drive_0093_sync 295 l\n2011_09_26/2011_09_26_drive_0093_sync 296 l\n2011_09_26/2011_09_26_drive_0093_sync 297 l\n2011_09_26/2011_09_26_drive_0093_sync 298 l\n2011_09_26/2011_09_26_drive_0093_sync 299 l\n2011_09_26/2011_09_26_drive_0093_sync 300 l\n2011_09_26/2011_09_26_drive_0093_sync 301 l\n2011_09_26/2011_09_26_drive_0093_sync 302 l\n2011_09_26/2011_09_26_drive_0093_sync 303 l\n2011_09_26/2011_09_26_drive_0093_sync 304 l\n2011_09_26/2011_09_26_drive_0093_sync 305 l\n2011_09_26/2011_09_26_drive_0093_sync 306 l\n2011_09_26/2011_09_26_drive_0093_sync 307 l\n2011_09_26/2011_09_26_drive_0093_sync 308 l\n2011_09_26/2011_09_26_drive_0093_sync 309 l\n2011_09_26/2011_09_26_drive_0093_sync 310 l\n2011_09_26/2011_09_26_drive_0093_sync 311 l\n2011_09_26/2011_09_26_drive_0093_sync 312 l\n2011_09_26/2011_09_26_drive_0093_sync 313 l\n2011_09_26/2011_09_26_drive_0093_sync 314 l\n2011_09_26/2011_09_26_drive_0093_sync 315 l\n2011_09_26/2011_09_26_drive_0093_sync 316 l\n2011_09_26/2011_09_26_drive_0093_sync 317 l\n2011_09_26/2011_09_26_drive_0093_sync 318 l\n2011_09_26/2011_09_26_drive_0093_sync 319 l\n2011_09_26/2011_09_26_drive_0093_sync 320 l\n2011_09_26/2011_09_26_drive_0093_sync 321 l\n2011_09_26/2011_09_26_drive_0093_sync 322 l\n2011_09_26/2011_09_26_drive_0093_sync 323 l\n2011_09_26/2011_09_26_drive_0093_sync 324 l\n2011_09_26/2011_09_26_drive_0093_sync 325 l\n2011_09_26/2011_09_26_drive_0093_sync 326 l\n2011_09_26/2011_09_26_drive_0093_sync 327 l\n2011_09_26/2011_09_26_drive_0093_sync 328 l\n2011_09_26/2011_09_26_drive_0093_sync 329 l\n2011_09_26/2011_09_26_drive_0093_sync 330 l\n2011_09_26/2011_09_26_drive_0093_sync 331 l\n2011_09_26/2011_09_26_drive_0093_sync 332 l\n2011_09_26/2011_09_26_drive_0093_sync 333 l\n2011_09_26/2011_09_26_drive_0093_sync 334 l\n2011_09_26/2011_09_26_drive_0093_sync 335 l\n2011_09_26/2011_09_26_drive_0093_sync 336 l\n2011_09_26/2011_09_26_drive_0093_sync 337 l\n2011_09_26/2011_09_26_drive_0093_sync 338 l\n2011_09_26/2011_09_26_drive_0093_sync 339 l\n2011_09_26/2011_09_26_drive_0093_sync 340 l\n2011_09_26/2011_09_26_drive_0093_sync 341 l\n2011_09_26/2011_09_26_drive_0093_sync 342 l\n2011_09_26/2011_09_26_drive_0093_sync 343 l\n2011_09_26/2011_09_26_drive_0093_sync 344 l\n2011_09_26/2011_09_26_drive_0093_sync 345 l\n2011_09_26/2011_09_26_drive_0093_sync 346 l\n2011_09_26/2011_09_26_drive_0093_sync 347 l\n2011_09_26/2011_09_26_drive_0093_sync 348 l\n2011_09_26/2011_09_26_drive_0093_sync 349 l\n2011_09_26/2011_09_26_drive_0093_sync 350 l\n2011_09_26/2011_09_26_drive_0093_sync 351 l\n2011_09_26/2011_09_26_drive_0093_sync 352 l\n2011_09_26/2011_09_26_drive_0093_sync 353 l\n2011_09_26/2011_09_26_drive_0093_sync 354 l\n2011_09_26/2011_09_26_drive_0093_sync 355 l\n2011_09_26/2011_09_26_drive_0093_sync 356 l\n2011_09_26/2011_09_26_drive_0093_sync 357 l\n2011_09_26/2011_09_26_drive_0093_sync 358 l\n2011_09_26/2011_09_26_drive_0093_sync 359 l\n2011_09_26/2011_09_26_drive_0093_sync 360 l\n2011_09_26/2011_09_26_drive_0093_sync 361 l\n2011_09_26/2011_09_26_drive_0093_sync 362 l\n2011_09_26/2011_09_26_drive_0093_sync 363 l\n2011_09_26/2011_09_26_drive_0093_sync 364 l\n2011_09_26/2011_09_26_drive_0093_sync 365 l\n2011_09_26/2011_09_26_drive_0093_sync 366 l\n2011_09_26/2011_09_26_drive_0093_sync 367 l\n2011_09_26/2011_09_26_drive_0093_sync 368 l\n2011_09_26/2011_09_26_drive_0093_sync 369 l\n2011_09_26/2011_09_26_drive_0093_sync 370 l\n2011_09_26/2011_09_26_drive_0093_sync 371 l\n2011_09_26/2011_09_26_drive_0093_sync 372 l\n2011_09_26/2011_09_26_drive_0093_sync 373 l\n2011_09_26/2011_09_26_drive_0093_sync 374 l\n2011_09_26/2011_09_26_drive_0093_sync 375 l\n2011_09_26/2011_09_26_drive_0093_sync 376 l\n2011_09_26/2011_09_26_drive_0093_sync 377 l\n2011_09_26/2011_09_26_drive_0093_sync 378 l\n2011_09_26/2011_09_26_drive_0093_sync 379 l\n2011_09_26/2011_09_26_drive_0093_sync 380 l\n2011_09_26/2011_09_26_drive_0093_sync 381 l\n2011_09_26/2011_09_26_drive_0093_sync 382 l\n2011_09_26/2011_09_26_drive_0093_sync 383 l\n2011_09_26/2011_09_26_drive_0093_sync 384 l\n2011_09_26/2011_09_26_drive_0093_sync 385 l\n2011_09_26/2011_09_26_drive_0093_sync 386 l\n2011_09_26/2011_09_26_drive_0093_sync 387 l\n2011_09_26/2011_09_26_drive_0093_sync 388 l\n2011_09_26/2011_09_26_drive_0093_sync 389 l\n2011_09_26/2011_09_26_drive_0093_sync 390 l\n2011_09_26/2011_09_26_drive_0093_sync 391 l\n2011_09_26/2011_09_26_drive_0093_sync 392 l\n2011_09_26/2011_09_26_drive_0093_sync 393 l\n2011_09_26/2011_09_26_drive_0093_sync 394 l\n2011_09_26/2011_09_26_drive_0093_sync 395 l\n2011_09_26/2011_09_26_drive_0093_sync 396 l\n2011_09_26/2011_09_26_drive_0093_sync 397 l\n2011_09_26/2011_09_26_drive_0093_sync 398 l\n2011_09_26/2011_09_26_drive_0093_sync 399 l\n2011_09_26/2011_09_26_drive_0093_sync 400 l\n2011_09_26/2011_09_26_drive_0093_sync 401 l\n2011_09_26/2011_09_26_drive_0093_sync 402 l\n2011_09_26/2011_09_26_drive_0093_sync 403 l\n2011_09_26/2011_09_26_drive_0093_sync 404 l\n2011_09_26/2011_09_26_drive_0093_sync 405 l\n2011_09_26/2011_09_26_drive_0093_sync 406 l\n2011_09_26/2011_09_26_drive_0093_sync 407 l\n2011_09_26/2011_09_26_drive_0093_sync 408 l\n2011_09_26/2011_09_26_drive_0093_sync 409 l\n2011_09_26/2011_09_26_drive_0093_sync 410 l\n2011_09_26/2011_09_26_drive_0093_sync 411 l\n2011_09_26/2011_09_26_drive_0093_sync 412 l\n2011_09_26/2011_09_26_drive_0093_sync 413 l\n2011_09_26/2011_09_26_drive_0093_sync 414 l\n2011_09_26/2011_09_26_drive_0093_sync 415 l\n2011_09_26/2011_09_26_drive_0093_sync 416 l\n2011_09_26/2011_09_26_drive_0093_sync 417 l\n2011_09_26/2011_09_26_drive_0093_sync 418 l\n2011_09_26/2011_09_26_drive_0093_sync 419 l\n2011_09_26/2011_09_26_drive_0093_sync 420 l\n2011_09_26/2011_09_26_drive_0093_sync 421 l\n2011_09_26/2011_09_26_drive_0093_sync 422 l\n2011_09_26/2011_09_26_drive_0093_sync 423 l\n2011_09_26/2011_09_26_drive_0093_sync 424 l\n2011_09_26/2011_09_26_drive_0093_sync 425 l\n2011_09_26/2011_09_26_drive_0093_sync 426 l\n2011_09_26/2011_09_26_drive_0093_sync 427 l\n2011_09_26/2011_09_26_drive_0093_sync 428 l\n2011_09_26/2011_09_26_drive_0093_sync 429 l\n2011_09_26/2011_09_26_drive_0093_sync 430 l\n2011_09_26/2011_09_26_drive_0093_sync 431 l\n2011_09_26/2011_09_26_drive_0093_sync 432 l\n2011_09_26/2011_09_26_drive_0093_sync 0 r\n2011_09_26/2011_09_26_drive_0093_sync 1 r\n2011_09_26/2011_09_26_drive_0093_sync 2 r\n2011_09_26/2011_09_26_drive_0093_sync 3 r\n2011_09_26/2011_09_26_drive_0093_sync 4 r\n2011_09_26/2011_09_26_drive_0093_sync 5 r\n2011_09_26/2011_09_26_drive_0093_sync 6 r\n2011_09_26/2011_09_26_drive_0093_sync 7 r\n2011_09_26/2011_09_26_drive_0093_sync 8 r\n2011_09_26/2011_09_26_drive_0093_sync 9 r\n2011_09_26/2011_09_26_drive_0093_sync 10 r\n2011_09_26/2011_09_26_drive_0093_sync 11 r\n2011_09_26/2011_09_26_drive_0093_sync 12 r\n2011_09_26/2011_09_26_drive_0093_sync 13 r\n2011_09_26/2011_09_26_drive_0093_sync 14 r\n2011_09_26/2011_09_26_drive_0093_sync 15 r\n2011_09_26/2011_09_26_drive_0093_sync 16 r\n2011_09_26/2011_09_26_drive_0093_sync 17 r\n2011_09_26/2011_09_26_drive_0093_sync 18 r\n2011_09_26/2011_09_26_drive_0093_sync 19 r\n2011_09_26/2011_09_26_drive_0093_sync 20 r\n2011_09_26/2011_09_26_drive_0093_sync 21 r\n2011_09_26/2011_09_26_drive_0093_sync 22 r\n2011_09_26/2011_09_26_drive_0093_sync 23 r\n2011_09_26/2011_09_26_drive_0093_sync 24 r\n2011_09_26/2011_09_26_drive_0093_sync 25 r\n2011_09_26/2011_09_26_drive_0093_sync 26 r\n2011_09_26/2011_09_26_drive_0093_sync 27 r\n2011_09_26/2011_09_26_drive_0093_sync 28 r\n2011_09_26/2011_09_26_drive_0093_sync 29 r\n2011_09_26/2011_09_26_drive_0093_sync 30 r\n2011_09_26/2011_09_26_drive_0093_sync 31 r\n2011_09_26/2011_09_26_drive_0093_sync 32 r\n2011_09_26/2011_09_26_drive_0093_sync 33 r\n2011_09_26/2011_09_26_drive_0093_sync 34 r\n2011_09_26/2011_09_26_drive_0093_sync 35 r\n2011_09_26/2011_09_26_drive_0093_sync 36 r\n2011_09_26/2011_09_26_drive_0093_sync 37 r\n2011_09_26/2011_09_26_drive_0093_sync 38 r\n2011_09_26/2011_09_26_drive_0093_sync 39 r\n2011_09_26/2011_09_26_drive_0093_sync 40 r\n2011_09_26/2011_09_26_drive_0093_sync 41 r\n2011_09_26/2011_09_26_drive_0093_sync 42 r\n2011_09_26/2011_09_26_drive_0093_sync 43 r\n2011_09_26/2011_09_26_drive_0093_sync 44 r\n2011_09_26/2011_09_26_drive_0093_sync 45 r\n2011_09_26/2011_09_26_drive_0093_sync 46 r\n2011_09_26/2011_09_26_drive_0093_sync 47 r\n2011_09_26/2011_09_26_drive_0093_sync 48 r\n2011_09_26/2011_09_26_drive_0093_sync 49 r\n2011_09_26/2011_09_26_drive_0093_sync 50 r\n2011_09_26/2011_09_26_drive_0093_sync 51 r\n2011_09_26/2011_09_26_drive_0093_sync 52 r\n2011_09_26/2011_09_26_drive_0093_sync 53 r\n2011_09_26/2011_09_26_drive_0093_sync 54 r\n2011_09_26/2011_09_26_drive_0093_sync 55 r\n2011_09_26/2011_09_26_drive_0093_sync 56 r\n2011_09_26/2011_09_26_drive_0093_sync 57 r\n2011_09_26/2011_09_26_drive_0093_sync 58 r\n2011_09_26/2011_09_26_drive_0093_sync 59 r\n2011_09_26/2011_09_26_drive_0093_sync 60 r\n2011_09_26/2011_09_26_drive_0093_sync 61 r\n2011_09_26/2011_09_26_drive_0093_sync 62 r\n2011_09_26/2011_09_26_drive_0093_sync 63 r\n2011_09_26/2011_09_26_drive_0093_sync 64 r\n2011_09_26/2011_09_26_drive_0093_sync 65 r\n2011_09_26/2011_09_26_drive_0093_sync 66 r\n2011_09_26/2011_09_26_drive_0093_sync 67 r\n2011_09_26/2011_09_26_drive_0093_sync 68 r\n2011_09_26/2011_09_26_drive_0093_sync 69 r\n2011_09_26/2011_09_26_drive_0093_sync 70 r\n2011_09_26/2011_09_26_drive_0093_sync 71 r\n2011_09_26/2011_09_26_drive_0093_sync 72 r\n2011_09_26/2011_09_26_drive_0093_sync 73 r\n2011_09_26/2011_09_26_drive_0093_sync 74 r\n2011_09_26/2011_09_26_drive_0093_sync 75 r\n2011_09_26/2011_09_26_drive_0093_sync 76 r\n2011_09_26/2011_09_26_drive_0093_sync 77 r\n2011_09_26/2011_09_26_drive_0093_sync 78 r\n2011_09_26/2011_09_26_drive_0093_sync 79 r\n2011_09_26/2011_09_26_drive_0093_sync 80 r\n2011_09_26/2011_09_26_drive_0093_sync 81 r\n2011_09_26/2011_09_26_drive_0093_sync 82 r\n2011_09_26/2011_09_26_drive_0093_sync 83 r\n2011_09_26/2011_09_26_drive_0093_sync 84 r\n2011_09_26/2011_09_26_drive_0093_sync 85 r\n2011_09_26/2011_09_26_drive_0093_sync 86 r\n2011_09_26/2011_09_26_drive_0093_sync 87 r\n2011_09_26/2011_09_26_drive_0093_sync 88 r\n2011_09_26/2011_09_26_drive_0093_sync 89 r\n2011_09_26/2011_09_26_drive_0093_sync 90 r\n2011_09_26/2011_09_26_drive_0093_sync 91 r\n2011_09_26/2011_09_26_drive_0093_sync 92 r\n2011_09_26/2011_09_26_drive_0093_sync 93 r\n2011_09_26/2011_09_26_drive_0093_sync 94 r\n2011_09_26/2011_09_26_drive_0093_sync 95 r\n2011_09_26/2011_09_26_drive_0093_sync 96 r\n2011_09_26/2011_09_26_drive_0093_sync 97 r\n2011_09_26/2011_09_26_drive_0093_sync 98 r\n2011_09_26/2011_09_26_drive_0093_sync 99 r\n2011_09_26/2011_09_26_drive_0093_sync 100 r\n2011_09_26/2011_09_26_drive_0093_sync 101 r\n2011_09_26/2011_09_26_drive_0093_sync 102 r\n2011_09_26/2011_09_26_drive_0093_sync 103 r\n2011_09_26/2011_09_26_drive_0093_sync 104 r\n2011_09_26/2011_09_26_drive_0093_sync 105 r\n2011_09_26/2011_09_26_drive_0093_sync 106 r\n2011_09_26/2011_09_26_drive_0093_sync 107 r\n2011_09_26/2011_09_26_drive_0093_sync 108 r\n2011_09_26/2011_09_26_drive_0093_sync 109 r\n2011_09_26/2011_09_26_drive_0093_sync 110 r\n2011_09_26/2011_09_26_drive_0093_sync 111 r\n2011_09_26/2011_09_26_drive_0093_sync 112 r\n2011_09_26/2011_09_26_drive_0093_sync 113 r\n2011_09_26/2011_09_26_drive_0093_sync 114 r\n2011_09_26/2011_09_26_drive_0093_sync 115 r\n2011_09_26/2011_09_26_drive_0093_sync 116 r\n2011_09_26/2011_09_26_drive_0093_sync 117 r\n2011_09_26/2011_09_26_drive_0093_sync 118 r\n2011_09_26/2011_09_26_drive_0093_sync 119 r\n2011_09_26/2011_09_26_drive_0093_sync 120 r\n2011_09_26/2011_09_26_drive_0093_sync 121 r\n2011_09_26/2011_09_26_drive_0093_sync 122 r\n2011_09_26/2011_09_26_drive_0093_sync 123 r\n2011_09_26/2011_09_26_drive_0093_sync 124 r\n2011_09_26/2011_09_26_drive_0093_sync 125 r\n2011_09_26/2011_09_26_drive_0093_sync 126 r\n2011_09_26/2011_09_26_drive_0093_sync 127 r\n2011_09_26/2011_09_26_drive_0093_sync 128 r\n2011_09_26/2011_09_26_drive_0093_sync 129 r\n2011_09_26/2011_09_26_drive_0093_sync 130 r\n2011_09_26/2011_09_26_drive_0093_sync 131 r\n2011_09_26/2011_09_26_drive_0093_sync 132 r\n2011_09_26/2011_09_26_drive_0093_sync 133 r\n2011_09_26/2011_09_26_drive_0093_sync 134 r\n2011_09_26/2011_09_26_drive_0093_sync 135 r\n2011_09_26/2011_09_26_drive_0093_sync 136 r\n2011_09_26/2011_09_26_drive_0093_sync 137 r\n2011_09_26/2011_09_26_drive_0093_sync 138 r\n2011_09_26/2011_09_26_drive_0093_sync 139 r\n2011_09_26/2011_09_26_drive_0093_sync 140 r\n2011_09_26/2011_09_26_drive_0093_sync 141 r\n2011_09_26/2011_09_26_drive_0093_sync 142 r\n2011_09_26/2011_09_26_drive_0093_sync 143 r\n2011_09_26/2011_09_26_drive_0093_sync 144 r\n2011_09_26/2011_09_26_drive_0093_sync 145 r\n2011_09_26/2011_09_26_drive_0093_sync 146 r\n2011_09_26/2011_09_26_drive_0093_sync 147 r\n2011_09_26/2011_09_26_drive_0093_sync 148 r\n2011_09_26/2011_09_26_drive_0093_sync 149 r\n2011_09_26/2011_09_26_drive_0093_sync 150 r\n2011_09_26/2011_09_26_drive_0093_sync 151 r\n2011_09_26/2011_09_26_drive_0093_sync 152 r\n2011_09_26/2011_09_26_drive_0093_sync 153 r\n2011_09_26/2011_09_26_drive_0093_sync 154 r\n2011_09_26/2011_09_26_drive_0093_sync 155 r\n2011_09_26/2011_09_26_drive_0093_sync 156 r\n2011_09_26/2011_09_26_drive_0093_sync 157 r\n2011_09_26/2011_09_26_drive_0093_sync 158 r\n2011_09_26/2011_09_26_drive_0093_sync 159 r\n2011_09_26/2011_09_26_drive_0093_sync 160 r\n2011_09_26/2011_09_26_drive_0093_sync 161 r\n2011_09_26/2011_09_26_drive_0093_sync 162 r\n2011_09_26/2011_09_26_drive_0093_sync 163 r\n2011_09_26/2011_09_26_drive_0093_sync 164 r\n2011_09_26/2011_09_26_drive_0093_sync 165 r\n2011_09_26/2011_09_26_drive_0093_sync 166 r\n2011_09_26/2011_09_26_drive_0093_sync 167 r\n2011_09_26/2011_09_26_drive_0093_sync 168 r\n2011_09_26/2011_09_26_drive_0093_sync 169 r\n2011_09_26/2011_09_26_drive_0093_sync 170 r\n2011_09_26/2011_09_26_drive_0093_sync 171 r\n2011_09_26/2011_09_26_drive_0093_sync 172 r\n2011_09_26/2011_09_26_drive_0093_sync 173 r\n2011_09_26/2011_09_26_drive_0093_sync 174 r\n2011_09_26/2011_09_26_drive_0093_sync 175 r\n2011_09_26/2011_09_26_drive_0093_sync 176 r\n2011_09_26/2011_09_26_drive_0093_sync 177 r\n2011_09_26/2011_09_26_drive_0093_sync 178 r\n2011_09_26/2011_09_26_drive_0093_sync 179 r\n2011_09_26/2011_09_26_drive_0093_sync 180 r\n2011_09_26/2011_09_26_drive_0093_sync 181 r\n2011_09_26/2011_09_26_drive_0093_sync 182 r\n2011_09_26/2011_09_26_drive_0093_sync 183 r\n2011_09_26/2011_09_26_drive_0093_sync 184 r\n2011_09_26/2011_09_26_drive_0093_sync 185 r\n2011_09_26/2011_09_26_drive_0093_sync 186 r\n2011_09_26/2011_09_26_drive_0093_sync 187 r\n2011_09_26/2011_09_26_drive_0093_sync 188 r\n2011_09_26/2011_09_26_drive_0093_sync 189 r\n2011_09_26/2011_09_26_drive_0093_sync 190 r\n2011_09_26/2011_09_26_drive_0093_sync 191 r\n2011_09_26/2011_09_26_drive_0093_sync 192 r\n2011_09_26/2011_09_26_drive_0093_sync 193 r\n2011_09_26/2011_09_26_drive_0093_sync 194 r\n2011_09_26/2011_09_26_drive_0093_sync 195 r\n2011_09_26/2011_09_26_drive_0093_sync 196 r\n2011_09_26/2011_09_26_drive_0093_sync 197 r\n2011_09_26/2011_09_26_drive_0093_sync 198 r\n2011_09_26/2011_09_26_drive_0093_sync 199 r\n2011_09_26/2011_09_26_drive_0093_sync 200 r\n2011_09_26/2011_09_26_drive_0093_sync 201 r\n2011_09_26/2011_09_26_drive_0093_sync 202 r\n2011_09_26/2011_09_26_drive_0093_sync 203 r\n2011_09_26/2011_09_26_drive_0093_sync 204 r\n2011_09_26/2011_09_26_drive_0093_sync 205 r\n2011_09_26/2011_09_26_drive_0093_sync 206 r\n2011_09_26/2011_09_26_drive_0093_sync 207 r\n2011_09_26/2011_09_26_drive_0093_sync 208 r\n2011_09_26/2011_09_26_drive_0093_sync 209 r\n2011_09_26/2011_09_26_drive_0093_sync 210 r\n2011_09_26/2011_09_26_drive_0093_sync 211 r\n2011_09_26/2011_09_26_drive_0093_sync 212 r\n2011_09_26/2011_09_26_drive_0093_sync 213 r\n2011_09_26/2011_09_26_drive_0093_sync 214 r\n2011_09_26/2011_09_26_drive_0093_sync 215 r\n2011_09_26/2011_09_26_drive_0093_sync 216 r\n2011_09_26/2011_09_26_drive_0093_sync 217 r\n2011_09_26/2011_09_26_drive_0093_sync 218 r\n2011_09_26/2011_09_26_drive_0093_sync 219 r\n2011_09_26/2011_09_26_drive_0093_sync 220 r\n2011_09_26/2011_09_26_drive_0093_sync 221 r\n2011_09_26/2011_09_26_drive_0093_sync 222 r\n2011_09_26/2011_09_26_drive_0093_sync 223 r\n2011_09_26/2011_09_26_drive_0093_sync 224 r\n2011_09_26/2011_09_26_drive_0093_sync 225 r\n2011_09_26/2011_09_26_drive_0093_sync 226 r\n2011_09_26/2011_09_26_drive_0093_sync 227 r\n2011_09_26/2011_09_26_drive_0093_sync 228 r\n2011_09_26/2011_09_26_drive_0093_sync 229 r\n2011_09_26/2011_09_26_drive_0093_sync 230 r\n2011_09_26/2011_09_26_drive_0093_sync 231 r\n2011_09_26/2011_09_26_drive_0093_sync 232 r\n2011_09_26/2011_09_26_drive_0093_sync 233 r\n2011_09_26/2011_09_26_drive_0093_sync 234 r\n2011_09_26/2011_09_26_drive_0093_sync 235 r\n2011_09_26/2011_09_26_drive_0093_sync 236 r\n2011_09_26/2011_09_26_drive_0093_sync 237 r\n2011_09_26/2011_09_26_drive_0093_sync 238 r\n2011_09_26/2011_09_26_drive_0093_sync 239 r\n2011_09_26/2011_09_26_drive_0093_sync 240 r\n2011_09_26/2011_09_26_drive_0093_sync 241 r\n2011_09_26/2011_09_26_drive_0093_sync 242 r\n2011_09_26/2011_09_26_drive_0093_sync 243 r\n2011_09_26/2011_09_26_drive_0093_sync 244 r\n2011_09_26/2011_09_26_drive_0093_sync 245 r\n2011_09_26/2011_09_26_drive_0093_sync 246 r\n2011_09_26/2011_09_26_drive_0093_sync 247 r\n2011_09_26/2011_09_26_drive_0093_sync 248 r\n2011_09_26/2011_09_26_drive_0093_sync 249 r\n2011_09_26/2011_09_26_drive_0093_sync 250 r\n2011_09_26/2011_09_26_drive_0093_sync 251 r\n2011_09_26/2011_09_26_drive_0093_sync 252 r\n2011_09_26/2011_09_26_drive_0093_sync 253 r\n2011_09_26/2011_09_26_drive_0093_sync 254 r\n2011_09_26/2011_09_26_drive_0093_sync 255 r\n2011_09_26/2011_09_26_drive_0093_sync 256 r\n2011_09_26/2011_09_26_drive_0093_sync 257 r\n2011_09_26/2011_09_26_drive_0093_sync 258 r\n2011_09_26/2011_09_26_drive_0093_sync 259 r\n2011_09_26/2011_09_26_drive_0093_sync 260 r\n2011_09_26/2011_09_26_drive_0093_sync 261 r\n2011_09_26/2011_09_26_drive_0093_sync 262 r\n2011_09_26/2011_09_26_drive_0093_sync 263 r\n2011_09_26/2011_09_26_drive_0093_sync 264 r\n2011_09_26/2011_09_26_drive_0093_sync 265 r\n2011_09_26/2011_09_26_drive_0093_sync 266 r\n2011_09_26/2011_09_26_drive_0093_sync 267 r\n2011_09_26/2011_09_26_drive_0093_sync 268 r\n2011_09_26/2011_09_26_drive_0093_sync 269 r\n2011_09_26/2011_09_26_drive_0093_sync 270 r\n2011_09_26/2011_09_26_drive_0093_sync 271 r\n2011_09_26/2011_09_26_drive_0093_sync 272 r\n2011_09_26/2011_09_26_drive_0093_sync 273 r\n2011_09_26/2011_09_26_drive_0093_sync 274 r\n2011_09_26/2011_09_26_drive_0093_sync 275 r\n2011_09_26/2011_09_26_drive_0093_sync 276 r\n2011_09_26/2011_09_26_drive_0093_sync 277 r\n2011_09_26/2011_09_26_drive_0093_sync 278 r\n2011_09_26/2011_09_26_drive_0093_sync 279 r\n2011_09_26/2011_09_26_drive_0093_sync 280 r\n2011_09_26/2011_09_26_drive_0093_sync 281 r\n2011_09_26/2011_09_26_drive_0093_sync 282 r\n2011_09_26/2011_09_26_drive_0093_sync 283 r\n2011_09_26/2011_09_26_drive_0093_sync 284 r\n2011_09_26/2011_09_26_drive_0093_sync 285 r\n2011_09_26/2011_09_26_drive_0093_sync 286 r\n2011_09_26/2011_09_26_drive_0093_sync 287 r\n2011_09_26/2011_09_26_drive_0093_sync 288 r\n2011_09_26/2011_09_26_drive_0093_sync 289 r\n2011_09_26/2011_09_26_drive_0093_sync 290 r\n2011_09_26/2011_09_26_drive_0093_sync 291 r\n2011_09_26/2011_09_26_drive_0093_sync 292 r\n2011_09_26/2011_09_26_drive_0093_sync 293 r\n2011_09_26/2011_09_26_drive_0093_sync 294 r\n2011_09_26/2011_09_26_drive_0093_sync 295 r\n2011_09_26/2011_09_26_drive_0093_sync 296 r\n2011_09_26/2011_09_26_drive_0093_sync 297 r\n2011_09_26/2011_09_26_drive_0093_sync 298 r\n2011_09_26/2011_09_26_drive_0093_sync 299 r\n2011_09_26/2011_09_26_drive_0093_sync 300 r\n2011_09_26/2011_09_26_drive_0093_sync 301 r\n2011_09_26/2011_09_26_drive_0093_sync 302 r\n2011_09_26/2011_09_26_drive_0093_sync 303 r\n2011_09_26/2011_09_26_drive_0093_sync 304 r\n2011_09_26/2011_09_26_drive_0093_sync 305 r\n2011_09_26/2011_09_26_drive_0093_sync 306 r\n2011_09_26/2011_09_26_drive_0093_sync 307 r\n2011_09_26/2011_09_26_drive_0093_sync 308 r\n2011_09_26/2011_09_26_drive_0093_sync 309 r\n2011_09_26/2011_09_26_drive_0093_sync 310 r\n2011_09_26/2011_09_26_drive_0093_sync 311 r\n2011_09_26/2011_09_26_drive_0093_sync 312 r\n2011_09_26/2011_09_26_drive_0093_sync 313 r\n2011_09_26/2011_09_26_drive_0093_sync 314 r\n2011_09_26/2011_09_26_drive_0093_sync 315 r\n2011_09_26/2011_09_26_drive_0093_sync 316 r\n2011_09_26/2011_09_26_drive_0093_sync 317 r\n2011_09_26/2011_09_26_drive_0093_sync 318 r\n2011_09_26/2011_09_26_drive_0093_sync 319 r\n2011_09_26/2011_09_26_drive_0093_sync 320 r\n2011_09_26/2011_09_26_drive_0093_sync 321 r\n2011_09_26/2011_09_26_drive_0093_sync 322 r\n2011_09_26/2011_09_26_drive_0093_sync 323 r\n2011_09_26/2011_09_26_drive_0093_sync 324 r\n2011_09_26/2011_09_26_drive_0093_sync 325 r\n2011_09_26/2011_09_26_drive_0093_sync 326 r\n2011_09_26/2011_09_26_drive_0093_sync 327 r\n2011_09_26/2011_09_26_drive_0093_sync 328 r\n2011_09_26/2011_09_26_drive_0093_sync 329 r\n2011_09_26/2011_09_26_drive_0093_sync 330 r\n2011_09_26/2011_09_26_drive_0093_sync 331 r\n2011_09_26/2011_09_26_drive_0093_sync 332 r\n2011_09_26/2011_09_26_drive_0093_sync 333 r\n2011_09_26/2011_09_26_drive_0093_sync 334 r\n2011_09_26/2011_09_26_drive_0093_sync 335 r\n2011_09_26/2011_09_26_drive_0093_sync 336 r\n2011_09_26/2011_09_26_drive_0093_sync 337 r\n2011_09_26/2011_09_26_drive_0093_sync 338 r\n2011_09_26/2011_09_26_drive_0093_sync 339 r\n2011_09_26/2011_09_26_drive_0093_sync 340 r\n2011_09_26/2011_09_26_drive_0093_sync 341 r\n2011_09_26/2011_09_26_drive_0093_sync 342 r\n2011_09_26/2011_09_26_drive_0093_sync 343 r\n2011_09_26/2011_09_26_drive_0093_sync 344 r\n2011_09_26/2011_09_26_drive_0093_sync 345 r\n2011_09_26/2011_09_26_drive_0093_sync 346 r\n2011_09_26/2011_09_26_drive_0093_sync 347 r\n2011_09_26/2011_09_26_drive_0093_sync 348 r\n2011_09_26/2011_09_26_drive_0093_sync 349 r\n2011_09_26/2011_09_26_drive_0093_sync 350 r\n2011_09_26/2011_09_26_drive_0093_sync 351 r\n2011_09_26/2011_09_26_drive_0093_sync 352 r\n2011_09_26/2011_09_26_drive_0093_sync 353 r\n2011_09_26/2011_09_26_drive_0093_sync 354 r\n2011_09_26/2011_09_26_drive_0093_sync 355 r\n2011_09_26/2011_09_26_drive_0093_sync 356 r\n2011_09_26/2011_09_26_drive_0093_sync 357 r\n2011_09_26/2011_09_26_drive_0093_sync 358 r\n2011_09_26/2011_09_26_drive_0093_sync 359 r\n2011_09_26/2011_09_26_drive_0093_sync 360 r\n2011_09_26/2011_09_26_drive_0093_sync 361 r\n2011_09_26/2011_09_26_drive_0093_sync 362 r\n2011_09_26/2011_09_26_drive_0093_sync 363 r\n2011_09_26/2011_09_26_drive_0093_sync 364 r\n2011_09_26/2011_09_26_drive_0093_sync 365 r\n2011_09_26/2011_09_26_drive_0093_sync 366 r\n2011_09_26/2011_09_26_drive_0093_sync 367 r\n2011_09_26/2011_09_26_drive_0093_sync 368 r\n2011_09_26/2011_09_26_drive_0093_sync 369 r\n2011_09_26/2011_09_26_drive_0093_sync 370 r\n2011_09_26/2011_09_26_drive_0093_sync 371 r\n2011_09_26/2011_09_26_drive_0093_sync 372 r\n2011_09_26/2011_09_26_drive_0093_sync 373 r\n2011_09_26/2011_09_26_drive_0093_sync 374 r\n2011_09_26/2011_09_26_drive_0093_sync 375 r\n2011_09_26/2011_09_26_drive_0093_sync 376 r\n2011_09_26/2011_09_26_drive_0093_sync 377 r\n2011_09_26/2011_09_26_drive_0093_sync 378 r\n2011_09_26/2011_09_26_drive_0093_sync 379 r\n2011_09_26/2011_09_26_drive_0093_sync 380 r\n2011_09_26/2011_09_26_drive_0093_sync 381 r\n2011_09_26/2011_09_26_drive_0093_sync 382 r\n2011_09_26/2011_09_26_drive_0093_sync 383 r\n2011_09_26/2011_09_26_drive_0093_sync 384 r\n2011_09_26/2011_09_26_drive_0093_sync 385 r\n2011_09_26/2011_09_26_drive_0093_sync 386 r\n2011_09_26/2011_09_26_drive_0093_sync 387 r\n2011_09_26/2011_09_26_drive_0093_sync 388 r\n2011_09_26/2011_09_26_drive_0093_sync 389 r\n2011_09_26/2011_09_26_drive_0093_sync 390 r\n2011_09_26/2011_09_26_drive_0093_sync 391 r\n2011_09_26/2011_09_26_drive_0093_sync 392 r\n2011_09_26/2011_09_26_drive_0093_sync 393 r\n2011_09_26/2011_09_26_drive_0093_sync 394 r\n2011_09_26/2011_09_26_drive_0093_sync 395 r\n2011_09_26/2011_09_26_drive_0093_sync 396 r\n2011_09_26/2011_09_26_drive_0093_sync 397 r\n2011_09_26/2011_09_26_drive_0093_sync 398 r\n2011_09_26/2011_09_26_drive_0093_sync 399 r\n2011_09_26/2011_09_26_drive_0093_sync 400 r\n2011_09_26/2011_09_26_drive_0093_sync 401 r\n2011_09_26/2011_09_26_drive_0093_sync 402 r\n2011_09_26/2011_09_26_drive_0093_sync 403 r\n2011_09_26/2011_09_26_drive_0093_sync 404 r\n2011_09_26/2011_09_26_drive_0093_sync 405 r\n2011_09_26/2011_09_26_drive_0093_sync 406 r\n2011_09_26/2011_09_26_drive_0093_sync 407 r\n2011_09_26/2011_09_26_drive_0093_sync 408 r\n2011_09_26/2011_09_26_drive_0093_sync 409 r\n2011_09_26/2011_09_26_drive_0093_sync 410 r\n2011_09_26/2011_09_26_drive_0093_sync 411 r\n2011_09_26/2011_09_26_drive_0093_sync 412 r\n2011_09_26/2011_09_26_drive_0093_sync 413 r\n2011_09_26/2011_09_26_drive_0093_sync 414 r\n2011_09_26/2011_09_26_drive_0093_sync 415 r\n2011_09_26/2011_09_26_drive_0093_sync 416 r\n2011_09_26/2011_09_26_drive_0093_sync 417 r\n2011_09_26/2011_09_26_drive_0093_sync 418 r\n2011_09_26/2011_09_26_drive_0093_sync 419 r\n2011_09_26/2011_09_26_drive_0093_sync 420 r\n2011_09_26/2011_09_26_drive_0093_sync 421 r\n2011_09_26/2011_09_26_drive_0093_sync 422 r\n2011_09_26/2011_09_26_drive_0093_sync 423 r\n2011_09_26/2011_09_26_drive_0093_sync 424 r\n2011_09_26/2011_09_26_drive_0093_sync 425 r\n2011_09_26/2011_09_26_drive_0093_sync 426 r\n2011_09_26/2011_09_26_drive_0093_sync 427 r\n2011_09_26/2011_09_26_drive_0093_sync 428 r\n2011_09_26/2011_09_26_drive_0093_sync 429 r\n2011_09_26/2011_09_26_drive_0093_sync 430 r\n2011_09_26/2011_09_26_drive_0093_sync 431 r\n2011_09_26/2011_09_26_drive_0093_sync 432 r\n2011_09_26/2011_09_26_drive_0013_sync 0 l\n2011_09_26/2011_09_26_drive_0013_sync 1 l\n2011_09_26/2011_09_26_drive_0013_sync 2 l\n2011_09_26/2011_09_26_drive_0013_sync 3 l\n2011_09_26/2011_09_26_drive_0013_sync 4 l\n2011_09_26/2011_09_26_drive_0013_sync 5 l\n2011_09_26/2011_09_26_drive_0013_sync 6 l\n2011_09_26/2011_09_26_drive_0013_sync 7 l\n2011_09_26/2011_09_26_drive_0013_sync 8 l\n2011_09_26/2011_09_26_drive_0013_sync 9 l\n2011_09_26/2011_09_26_drive_0013_sync 10 l\n2011_09_26/2011_09_26_drive_0013_sync 11 l\n2011_09_26/2011_09_26_drive_0013_sync 12 l\n2011_09_26/2011_09_26_drive_0013_sync 13 l\n2011_09_26/2011_09_26_drive_0013_sync 14 l\n2011_09_26/2011_09_26_drive_0013_sync 15 l\n2011_09_26/2011_09_26_drive_0013_sync 16 l\n2011_09_26/2011_09_26_drive_0013_sync 17 l\n2011_09_26/2011_09_26_drive_0013_sync 18 l\n2011_09_26/2011_09_26_drive_0013_sync 19 l\n2011_09_26/2011_09_26_drive_0013_sync 20 l\n2011_09_26/2011_09_26_drive_0013_sync 21 l\n2011_09_26/2011_09_26_drive_0013_sync 22 l\n2011_09_26/2011_09_26_drive_0013_sync 23 l\n2011_09_26/2011_09_26_drive_0013_sync 24 l\n2011_09_26/2011_09_26_drive_0013_sync 25 l\n2011_09_26/2011_09_26_drive_0013_sync 26 l\n2011_09_26/2011_09_26_drive_0013_sync 27 l\n2011_09_26/2011_09_26_drive_0013_sync 28 l\n2011_09_26/2011_09_26_drive_0013_sync 29 l\n2011_09_26/2011_09_26_drive_0013_sync 30 l\n2011_09_26/2011_09_26_drive_0013_sync 31 l\n2011_09_26/2011_09_26_drive_0013_sync 32 l\n2011_09_26/2011_09_26_drive_0013_sync 33 l\n2011_09_26/2011_09_26_drive_0013_sync 34 l\n2011_09_26/2011_09_26_drive_0013_sync 35 l\n2011_09_26/2011_09_26_drive_0013_sync 36 l\n2011_09_26/2011_09_26_drive_0013_sync 37 l\n2011_09_26/2011_09_26_drive_0013_sync 38 l\n2011_09_26/2011_09_26_drive_0013_sync 39 l\n2011_09_26/2011_09_26_drive_0013_sync 40 l\n2011_09_26/2011_09_26_drive_0013_sync 41 l\n2011_09_26/2011_09_26_drive_0013_sync 42 l\n2011_09_26/2011_09_26_drive_0013_sync 43 l\n2011_09_26/2011_09_26_drive_0013_sync 44 l\n2011_09_26/2011_09_26_drive_0013_sync 45 l\n2011_09_26/2011_09_26_drive_0013_sync 46 l\n2011_09_26/2011_09_26_drive_0013_sync 47 l\n2011_09_26/2011_09_26_drive_0013_sync 48 l\n2011_09_26/2011_09_26_drive_0013_sync 49 l\n2011_09_26/2011_09_26_drive_0013_sync 50 l\n2011_09_26/2011_09_26_drive_0013_sync 51 l\n2011_09_26/2011_09_26_drive_0013_sync 52 l\n2011_09_26/2011_09_26_drive_0013_sync 53 l\n2011_09_26/2011_09_26_drive_0013_sync 54 l\n2011_09_26/2011_09_26_drive_0013_sync 55 l\n2011_09_26/2011_09_26_drive_0013_sync 56 l\n2011_09_26/2011_09_26_drive_0013_sync 57 l\n2011_09_26/2011_09_26_drive_0013_sync 58 l\n2011_09_26/2011_09_26_drive_0013_sync 59 l\n2011_09_26/2011_09_26_drive_0013_sync 60 l\n2011_09_26/2011_09_26_drive_0013_sync 61 l\n2011_09_26/2011_09_26_drive_0013_sync 62 l\n2011_09_26/2011_09_26_drive_0013_sync 63 l\n2011_09_26/2011_09_26_drive_0013_sync 64 l\n2011_09_26/2011_09_26_drive_0013_sync 65 l\n2011_09_26/2011_09_26_drive_0013_sync 66 l\n2011_09_26/2011_09_26_drive_0013_sync 67 l\n2011_09_26/2011_09_26_drive_0013_sync 68 l\n2011_09_26/2011_09_26_drive_0013_sync 69 l\n2011_09_26/2011_09_26_drive_0013_sync 70 l\n2011_09_26/2011_09_26_drive_0013_sync 71 l\n2011_09_26/2011_09_26_drive_0013_sync 72 l\n2011_09_26/2011_09_26_drive_0013_sync 73 l\n2011_09_26/2011_09_26_drive_0013_sync 74 l\n2011_09_26/2011_09_26_drive_0013_sync 75 l\n2011_09_26/2011_09_26_drive_0013_sync 76 l\n2011_09_26/2011_09_26_drive_0013_sync 77 l\n2011_09_26/2011_09_26_drive_0013_sync 78 l\n2011_09_26/2011_09_26_drive_0013_sync 79 l\n2011_09_26/2011_09_26_drive_0013_sync 80 l\n2011_09_26/2011_09_26_drive_0013_sync 81 l\n2011_09_26/2011_09_26_drive_0013_sync 82 l\n2011_09_26/2011_09_26_drive_0013_sync 83 l\n2011_09_26/2011_09_26_drive_0013_sync 84 l\n2011_09_26/2011_09_26_drive_0013_sync 85 l\n2011_09_26/2011_09_26_drive_0013_sync 86 l\n2011_09_26/2011_09_26_drive_0013_sync 87 l\n2011_09_26/2011_09_26_drive_0013_sync 88 l\n2011_09_26/2011_09_26_drive_0013_sync 89 l\n2011_09_26/2011_09_26_drive_0013_sync 90 l\n2011_09_26/2011_09_26_drive_0013_sync 91 l\n2011_09_26/2011_09_26_drive_0013_sync 92 l\n2011_09_26/2011_09_26_drive_0013_sync 93 l\n2011_09_26/2011_09_26_drive_0013_sync 94 l\n2011_09_26/2011_09_26_drive_0013_sync 95 l\n2011_09_26/2011_09_26_drive_0013_sync 96 l\n2011_09_26/2011_09_26_drive_0013_sync 97 l\n2011_09_26/2011_09_26_drive_0013_sync 98 l\n2011_09_26/2011_09_26_drive_0013_sync 99 l\n2011_09_26/2011_09_26_drive_0013_sync 100 l\n2011_09_26/2011_09_26_drive_0013_sync 101 l\n2011_09_26/2011_09_26_drive_0013_sync 102 l\n2011_09_26/2011_09_26_drive_0013_sync 103 l\n2011_09_26/2011_09_26_drive_0013_sync 104 l\n2011_09_26/2011_09_26_drive_0013_sync 105 l\n2011_09_26/2011_09_26_drive_0013_sync 106 l\n2011_09_26/2011_09_26_drive_0013_sync 107 l\n2011_09_26/2011_09_26_drive_0013_sync 108 l\n2011_09_26/2011_09_26_drive_0013_sync 109 l\n2011_09_26/2011_09_26_drive_0013_sync 110 l\n2011_09_26/2011_09_26_drive_0013_sync 111 l\n2011_09_26/2011_09_26_drive_0013_sync 112 l\n2011_09_26/2011_09_26_drive_0013_sync 113 l\n2011_09_26/2011_09_26_drive_0013_sync 114 l\n2011_09_26/2011_09_26_drive_0013_sync 115 l\n2011_09_26/2011_09_26_drive_0013_sync 116 l\n2011_09_26/2011_09_26_drive_0013_sync 117 l\n2011_09_26/2011_09_26_drive_0013_sync 118 l\n2011_09_26/2011_09_26_drive_0013_sync 119 l\n2011_09_26/2011_09_26_drive_0013_sync 120 l\n2011_09_26/2011_09_26_drive_0013_sync 121 l\n2011_09_26/2011_09_26_drive_0013_sync 122 l\n2011_09_26/2011_09_26_drive_0013_sync 123 l\n2011_09_26/2011_09_26_drive_0013_sync 124 l\n2011_09_26/2011_09_26_drive_0013_sync 125 l\n2011_09_26/2011_09_26_drive_0013_sync 126 l\n2011_09_26/2011_09_26_drive_0013_sync 127 l\n2011_09_26/2011_09_26_drive_0013_sync 128 l\n2011_09_26/2011_09_26_drive_0013_sync 129 l\n2011_09_26/2011_09_26_drive_0013_sync 130 l\n2011_09_26/2011_09_26_drive_0013_sync 131 l\n2011_09_26/2011_09_26_drive_0013_sync 132 l\n2011_09_26/2011_09_26_drive_0013_sync 133 l\n2011_09_26/2011_09_26_drive_0013_sync 134 l\n2011_09_26/2011_09_26_drive_0013_sync 135 l\n2011_09_26/2011_09_26_drive_0013_sync 136 l\n2011_09_26/2011_09_26_drive_0013_sync 137 l\n2011_09_26/2011_09_26_drive_0013_sync 138 l\n2011_09_26/2011_09_26_drive_0013_sync 139 l\n2011_09_26/2011_09_26_drive_0013_sync 140 l\n2011_09_26/2011_09_26_drive_0013_sync 141 l\n2011_09_26/2011_09_26_drive_0013_sync 142 l\n2011_09_26/2011_09_26_drive_0013_sync 143 l\n2011_09_26/2011_09_26_drive_0013_sync 0 r\n2011_09_26/2011_09_26_drive_0013_sync 1 r\n2011_09_26/2011_09_26_drive_0013_sync 2 r\n2011_09_26/2011_09_26_drive_0013_sync 3 r\n2011_09_26/2011_09_26_drive_0013_sync 4 r\n2011_09_26/2011_09_26_drive_0013_sync 5 r\n2011_09_26/2011_09_26_drive_0013_sync 6 r\n2011_09_26/2011_09_26_drive_0013_sync 7 r\n2011_09_26/2011_09_26_drive_0013_sync 8 r\n2011_09_26/2011_09_26_drive_0013_sync 9 r\n2011_09_26/2011_09_26_drive_0013_sync 10 r\n2011_09_26/2011_09_26_drive_0013_sync 11 r\n2011_09_26/2011_09_26_drive_0013_sync 12 r\n2011_09_26/2011_09_26_drive_0013_sync 13 r\n2011_09_26/2011_09_26_drive_0013_sync 14 r\n2011_09_26/2011_09_26_drive_0013_sync 15 r\n2011_09_26/2011_09_26_drive_0013_sync 16 r\n2011_09_26/2011_09_26_drive_0013_sync 17 r\n2011_09_26/2011_09_26_drive_0013_sync 18 r\n2011_09_26/2011_09_26_drive_0013_sync 19 r\n2011_09_26/2011_09_26_drive_0013_sync 20 r\n2011_09_26/2011_09_26_drive_0013_sync 21 r\n2011_09_26/2011_09_26_drive_0013_sync 22 r\n2011_09_26/2011_09_26_drive_0013_sync 23 r\n2011_09_26/2011_09_26_drive_0013_sync 24 r\n2011_09_26/2011_09_26_drive_0013_sync 25 r\n2011_09_26/2011_09_26_drive_0013_sync 26 r\n2011_09_26/2011_09_26_drive_0013_sync 27 r\n2011_09_26/2011_09_26_drive_0013_sync 28 r\n2011_09_26/2011_09_26_drive_0013_sync 29 r\n2011_09_26/2011_09_26_drive_0013_sync 30 r\n2011_09_26/2011_09_26_drive_0013_sync 31 r\n2011_09_26/2011_09_26_drive_0013_sync 32 r\n2011_09_26/2011_09_26_drive_0013_sync 33 r\n2011_09_26/2011_09_26_drive_0013_sync 34 r\n2011_09_26/2011_09_26_drive_0013_sync 35 r\n2011_09_26/2011_09_26_drive_0013_sync 36 r\n2011_09_26/2011_09_26_drive_0013_sync 37 r\n2011_09_26/2011_09_26_drive_0013_sync 38 r\n2011_09_26/2011_09_26_drive_0013_sync 39 r\n2011_09_26/2011_09_26_drive_0013_sync 40 r\n2011_09_26/2011_09_26_drive_0013_sync 41 r\n2011_09_26/2011_09_26_drive_0013_sync 42 r\n2011_09_26/2011_09_26_drive_0013_sync 43 r\n2011_09_26/2011_09_26_drive_0013_sync 44 r\n2011_09_26/2011_09_26_drive_0013_sync 45 r\n2011_09_26/2011_09_26_drive_0013_sync 46 r\n2011_09_26/2011_09_26_drive_0013_sync 47 r\n2011_09_26/2011_09_26_drive_0013_sync 48 r\n2011_09_26/2011_09_26_drive_0013_sync 49 r\n2011_09_26/2011_09_26_drive_0013_sync 50 r\n2011_09_26/2011_09_26_drive_0013_sync 51 r\n2011_09_26/2011_09_26_drive_0013_sync 52 r\n2011_09_26/2011_09_26_drive_0013_sync 53 r\n2011_09_26/2011_09_26_drive_0013_sync 54 r\n2011_09_26/2011_09_26_drive_0013_sync 55 r\n2011_09_26/2011_09_26_drive_0013_sync 56 r\n2011_09_26/2011_09_26_drive_0013_sync 57 r\n2011_09_26/2011_09_26_drive_0013_sync 58 r\n2011_09_26/2011_09_26_drive_0013_sync 59 r\n2011_09_26/2011_09_26_drive_0013_sync 60 r\n2011_09_26/2011_09_26_drive_0013_sync 61 r\n2011_09_26/2011_09_26_drive_0013_sync 62 r\n2011_09_26/2011_09_26_drive_0013_sync 63 r\n2011_09_26/2011_09_26_drive_0013_sync 64 r\n2011_09_26/2011_09_26_drive_0013_sync 65 r\n2011_09_26/2011_09_26_drive_0013_sync 66 r\n2011_09_26/2011_09_26_drive_0013_sync 67 r\n2011_09_26/2011_09_26_drive_0013_sync 68 r\n2011_09_26/2011_09_26_drive_0013_sync 69 r\n2011_09_26/2011_09_26_drive_0013_sync 70 r\n2011_09_26/2011_09_26_drive_0013_sync 71 r\n2011_09_26/2011_09_26_drive_0013_sync 72 r\n2011_09_26/2011_09_26_drive_0013_sync 73 r\n2011_09_26/2011_09_26_drive_0013_sync 74 r\n2011_09_26/2011_09_26_drive_0013_sync 75 r\n2011_09_26/2011_09_26_drive_0013_sync 76 r\n2011_09_26/2011_09_26_drive_0013_sync 77 r\n2011_09_26/2011_09_26_drive_0013_sync 78 r\n2011_09_26/2011_09_26_drive_0013_sync 79 r\n2011_09_26/2011_09_26_drive_0013_sync 80 r\n2011_09_26/2011_09_26_drive_0013_sync 81 r\n2011_09_26/2011_09_26_drive_0013_sync 82 r\n2011_09_26/2011_09_26_drive_0013_sync 83 r\n2011_09_26/2011_09_26_drive_0013_sync 84 r\n2011_09_26/2011_09_26_drive_0013_sync 85 r\n2011_09_26/2011_09_26_drive_0013_sync 86 r\n2011_09_26/2011_09_26_drive_0013_sync 87 r\n2011_09_26/2011_09_26_drive_0013_sync 88 r\n2011_09_26/2011_09_26_drive_0013_sync 89 r\n2011_09_26/2011_09_26_drive_0013_sync 90 r\n2011_09_26/2011_09_26_drive_0013_sync 91 r\n2011_09_26/2011_09_26_drive_0013_sync 92 r\n2011_09_26/2011_09_26_drive_0013_sync 93 r\n2011_09_26/2011_09_26_drive_0013_sync 94 r\n2011_09_26/2011_09_26_drive_0013_sync 95 r\n2011_09_26/2011_09_26_drive_0013_sync 96 r\n2011_09_26/2011_09_26_drive_0013_sync 97 r\n2011_09_26/2011_09_26_drive_0013_sync 98 r\n2011_09_26/2011_09_26_drive_0013_sync 99 r\n2011_09_26/2011_09_26_drive_0013_sync 100 r\n2011_09_26/2011_09_26_drive_0013_sync 101 r\n2011_09_26/2011_09_26_drive_0013_sync 102 r\n2011_09_26/2011_09_26_drive_0013_sync 103 r\n2011_09_26/2011_09_26_drive_0013_sync 104 r\n2011_09_26/2011_09_26_drive_0013_sync 105 r\n2011_09_26/2011_09_26_drive_0013_sync 106 r\n2011_09_26/2011_09_26_drive_0013_sync 107 r\n2011_09_26/2011_09_26_drive_0013_sync 108 r\n2011_09_26/2011_09_26_drive_0013_sync 109 r\n2011_09_26/2011_09_26_drive_0013_sync 110 r\n2011_09_26/2011_09_26_drive_0013_sync 111 r\n2011_09_26/2011_09_26_drive_0013_sync 112 r\n2011_09_26/2011_09_26_drive_0013_sync 113 r\n2011_09_26/2011_09_26_drive_0013_sync 114 r\n2011_09_26/2011_09_26_drive_0013_sync 115 r\n2011_09_26/2011_09_26_drive_0013_sync 116 r\n2011_09_26/2011_09_26_drive_0013_sync 117 r\n2011_09_26/2011_09_26_drive_0013_sync 118 r\n2011_09_26/2011_09_26_drive_0013_sync 119 r\n2011_09_26/2011_09_26_drive_0013_sync 120 r\n2011_09_26/2011_09_26_drive_0013_sync 121 r\n2011_09_26/2011_09_26_drive_0013_sync 122 r\n2011_09_26/2011_09_26_drive_0013_sync 123 r\n2011_09_26/2011_09_26_drive_0013_sync 124 r\n2011_09_26/2011_09_26_drive_0013_sync 125 r\n2011_09_26/2011_09_26_drive_0013_sync 126 r\n2011_09_26/2011_09_26_drive_0013_sync 127 r\n2011_09_26/2011_09_26_drive_0013_sync 128 r\n2011_09_26/2011_09_26_drive_0013_sync 129 r\n2011_09_26/2011_09_26_drive_0013_sync 130 r\n2011_09_26/2011_09_26_drive_0013_sync 131 r\n2011_09_26/2011_09_26_drive_0013_sync 132 r\n2011_09_26/2011_09_26_drive_0013_sync 133 r\n2011_09_26/2011_09_26_drive_0013_sync 134 r\n2011_09_26/2011_09_26_drive_0013_sync 135 r\n2011_09_26/2011_09_26_drive_0013_sync 136 r\n2011_09_26/2011_09_26_drive_0013_sync 137 r\n2011_09_26/2011_09_26_drive_0013_sync 138 r\n2011_09_26/2011_09_26_drive_0013_sync 139 r\n2011_09_26/2011_09_26_drive_0013_sync 140 r\n2011_09_26/2011_09_26_drive_0013_sync 141 r\n2011_09_26/2011_09_26_drive_0013_sync 142 r\n2011_09_26/2011_09_26_drive_0013_sync 143 r\n2011_09_26/2011_09_26_drive_0056_sync 0 l\n2011_09_26/2011_09_26_drive_0056_sync 1 l\n2011_09_26/2011_09_26_drive_0056_sync 2 l\n2011_09_26/2011_09_26_drive_0056_sync 3 l\n2011_09_26/2011_09_26_drive_0056_sync 4 l\n2011_09_26/2011_09_26_drive_0056_sync 5 l\n2011_09_26/2011_09_26_drive_0056_sync 6 l\n2011_09_26/2011_09_26_drive_0056_sync 7 l\n2011_09_26/2011_09_26_drive_0056_sync 8 l\n2011_09_26/2011_09_26_drive_0056_sync 9 l\n2011_09_26/2011_09_26_drive_0056_sync 10 l\n2011_09_26/2011_09_26_drive_0056_sync 11 l\n2011_09_26/2011_09_26_drive_0056_sync 12 l\n2011_09_26/2011_09_26_drive_0056_sync 13 l\n2011_09_26/2011_09_26_drive_0056_sync 14 l\n2011_09_26/2011_09_26_drive_0056_sync 15 l\n2011_09_26/2011_09_26_drive_0056_sync 16 l\n2011_09_26/2011_09_26_drive_0056_sync 17 l\n2011_09_26/2011_09_26_drive_0056_sync 18 l\n2011_09_26/2011_09_26_drive_0056_sync 19 l\n2011_09_26/2011_09_26_drive_0056_sync 20 l\n2011_09_26/2011_09_26_drive_0056_sync 21 l\n2011_09_26/2011_09_26_drive_0056_sync 22 l\n2011_09_26/2011_09_26_drive_0056_sync 23 l\n2011_09_26/2011_09_26_drive_0056_sync 24 l\n2011_09_26/2011_09_26_drive_0056_sync 25 l\n2011_09_26/2011_09_26_drive_0056_sync 26 l\n2011_09_26/2011_09_26_drive_0056_sync 27 l\n2011_09_26/2011_09_26_drive_0056_sync 28 l\n2011_09_26/2011_09_26_drive_0056_sync 29 l\n2011_09_26/2011_09_26_drive_0056_sync 30 l\n2011_09_26/2011_09_26_drive_0056_sync 31 l\n2011_09_26/2011_09_26_drive_0056_sync 32 l\n2011_09_26/2011_09_26_drive_0056_sync 33 l\n2011_09_26/2011_09_26_drive_0056_sync 34 l\n2011_09_26/2011_09_26_drive_0056_sync 35 l\n2011_09_26/2011_09_26_drive_0056_sync 36 l\n2011_09_26/2011_09_26_drive_0056_sync 37 l\n2011_09_26/2011_09_26_drive_0056_sync 38 l\n2011_09_26/2011_09_26_drive_0056_sync 39 l\n2011_09_26/2011_09_26_drive_0056_sync 40 l\n2011_09_26/2011_09_26_drive_0056_sync 41 l\n2011_09_26/2011_09_26_drive_0056_sync 42 l\n2011_09_26/2011_09_26_drive_0056_sync 43 l\n2011_09_26/2011_09_26_drive_0056_sync 44 l\n2011_09_26/2011_09_26_drive_0056_sync 45 l\n2011_09_26/2011_09_26_drive_0056_sync 46 l\n2011_09_26/2011_09_26_drive_0056_sync 47 l\n2011_09_26/2011_09_26_drive_0056_sync 48 l\n2011_09_26/2011_09_26_drive_0056_sync 49 l\n2011_09_26/2011_09_26_drive_0056_sync 50 l\n2011_09_26/2011_09_26_drive_0056_sync 51 l\n2011_09_26/2011_09_26_drive_0056_sync 52 l\n2011_09_26/2011_09_26_drive_0056_sync 53 l\n2011_09_26/2011_09_26_drive_0056_sync 54 l\n2011_09_26/2011_09_26_drive_0056_sync 55 l\n2011_09_26/2011_09_26_drive_0056_sync 56 l\n2011_09_26/2011_09_26_drive_0056_sync 57 l\n2011_09_26/2011_09_26_drive_0056_sync 58 l\n2011_09_26/2011_09_26_drive_0056_sync 59 l\n2011_09_26/2011_09_26_drive_0056_sync 60 l\n2011_09_26/2011_09_26_drive_0056_sync 61 l\n2011_09_26/2011_09_26_drive_0056_sync 62 l\n2011_09_26/2011_09_26_drive_0056_sync 63 l\n2011_09_26/2011_09_26_drive_0056_sync 64 l\n2011_09_26/2011_09_26_drive_0056_sync 65 l\n2011_09_26/2011_09_26_drive_0056_sync 66 l\n2011_09_26/2011_09_26_drive_0056_sync 67 l\n2011_09_26/2011_09_26_drive_0056_sync 68 l\n2011_09_26/2011_09_26_drive_0056_sync 69 l\n2011_09_26/2011_09_26_drive_0056_sync 70 l\n2011_09_26/2011_09_26_drive_0056_sync 71 l\n2011_09_26/2011_09_26_drive_0056_sync 72 l\n2011_09_26/2011_09_26_drive_0056_sync 73 l\n2011_09_26/2011_09_26_drive_0056_sync 74 l\n2011_09_26/2011_09_26_drive_0056_sync 75 l\n2011_09_26/2011_09_26_drive_0056_sync 76 l\n2011_09_26/2011_09_26_drive_0056_sync 77 l\n2011_09_26/2011_09_26_drive_0056_sync 78 l\n2011_09_26/2011_09_26_drive_0056_sync 79 l\n2011_09_26/2011_09_26_drive_0056_sync 80 l\n2011_09_26/2011_09_26_drive_0056_sync 81 l\n2011_09_26/2011_09_26_drive_0056_sync 82 l\n2011_09_26/2011_09_26_drive_0056_sync 83 l\n2011_09_26/2011_09_26_drive_0056_sync 84 l\n2011_09_26/2011_09_26_drive_0056_sync 85 l\n2011_09_26/2011_09_26_drive_0056_sync 86 l\n2011_09_26/2011_09_26_drive_0056_sync 87 l\n2011_09_26/2011_09_26_drive_0056_sync 88 l\n2011_09_26/2011_09_26_drive_0056_sync 89 l\n2011_09_26/2011_09_26_drive_0056_sync 90 l\n2011_09_26/2011_09_26_drive_0056_sync 91 l\n2011_09_26/2011_09_26_drive_0056_sync 92 l\n2011_09_26/2011_09_26_drive_0056_sync 93 l\n2011_09_26/2011_09_26_drive_0056_sync 94 l\n2011_09_26/2011_09_26_drive_0056_sync 95 l\n2011_09_26/2011_09_26_drive_0056_sync 96 l\n2011_09_26/2011_09_26_drive_0056_sync 97 l\n2011_09_26/2011_09_26_drive_0056_sync 98 l\n2011_09_26/2011_09_26_drive_0056_sync 99 l\n2011_09_26/2011_09_26_drive_0056_sync 100 l\n2011_09_26/2011_09_26_drive_0056_sync 101 l\n2011_09_26/2011_09_26_drive_0056_sync 102 l\n2011_09_26/2011_09_26_drive_0056_sync 103 l\n2011_09_26/2011_09_26_drive_0056_sync 104 l\n2011_09_26/2011_09_26_drive_0056_sync 105 l\n2011_09_26/2011_09_26_drive_0056_sync 106 l\n2011_09_26/2011_09_26_drive_0056_sync 107 l\n2011_09_26/2011_09_26_drive_0056_sync 108 l\n2011_09_26/2011_09_26_drive_0056_sync 109 l\n2011_09_26/2011_09_26_drive_0056_sync 110 l\n2011_09_26/2011_09_26_drive_0056_sync 111 l\n2011_09_26/2011_09_26_drive_0056_sync 112 l\n2011_09_26/2011_09_26_drive_0056_sync 113 l\n2011_09_26/2011_09_26_drive_0056_sync 114 l\n2011_09_26/2011_09_26_drive_0056_sync 115 l\n2011_09_26/2011_09_26_drive_0056_sync 116 l\n2011_09_26/2011_09_26_drive_0056_sync 117 l\n2011_09_26/2011_09_26_drive_0056_sync 118 l\n2011_09_26/2011_09_26_drive_0056_sync 119 l\n2011_09_26/2011_09_26_drive_0056_sync 120 l\n2011_09_26/2011_09_26_drive_0056_sync 121 l\n2011_09_26/2011_09_26_drive_0056_sync 122 l\n2011_09_26/2011_09_26_drive_0056_sync 123 l\n2011_09_26/2011_09_26_drive_0056_sync 124 l\n2011_09_26/2011_09_26_drive_0056_sync 125 l\n2011_09_26/2011_09_26_drive_0056_sync 126 l\n2011_09_26/2011_09_26_drive_0056_sync 127 l\n2011_09_26/2011_09_26_drive_0056_sync 128 l\n2011_09_26/2011_09_26_drive_0056_sync 129 l\n2011_09_26/2011_09_26_drive_0056_sync 130 l\n2011_09_26/2011_09_26_drive_0056_sync 131 l\n2011_09_26/2011_09_26_drive_0056_sync 132 l\n2011_09_26/2011_09_26_drive_0056_sync 133 l\n2011_09_26/2011_09_26_drive_0056_sync 134 l\n2011_09_26/2011_09_26_drive_0056_sync 135 l\n2011_09_26/2011_09_26_drive_0056_sync 136 l\n2011_09_26/2011_09_26_drive_0056_sync 137 l\n2011_09_26/2011_09_26_drive_0056_sync 138 l\n2011_09_26/2011_09_26_drive_0056_sync 139 l\n2011_09_26/2011_09_26_drive_0056_sync 140 l\n2011_09_26/2011_09_26_drive_0056_sync 141 l\n2011_09_26/2011_09_26_drive_0056_sync 142 l\n2011_09_26/2011_09_26_drive_0056_sync 143 l\n2011_09_26/2011_09_26_drive_0056_sync 144 l\n2011_09_26/2011_09_26_drive_0056_sync 145 l\n2011_09_26/2011_09_26_drive_0056_sync 146 l\n2011_09_26/2011_09_26_drive_0056_sync 147 l\n2011_09_26/2011_09_26_drive_0056_sync 148 l\n2011_09_26/2011_09_26_drive_0056_sync 149 l\n2011_09_26/2011_09_26_drive_0056_sync 150 l\n2011_09_26/2011_09_26_drive_0056_sync 151 l\n2011_09_26/2011_09_26_drive_0056_sync 152 l\n2011_09_26/2011_09_26_drive_0056_sync 153 l\n2011_09_26/2011_09_26_drive_0056_sync 154 l\n2011_09_26/2011_09_26_drive_0056_sync 155 l\n2011_09_26/2011_09_26_drive_0056_sync 156 l\n2011_09_26/2011_09_26_drive_0056_sync 157 l\n2011_09_26/2011_09_26_drive_0056_sync 158 l\n2011_09_26/2011_09_26_drive_0056_sync 159 l\n2011_09_26/2011_09_26_drive_0056_sync 160 l\n2011_09_26/2011_09_26_drive_0056_sync 161 l\n2011_09_26/2011_09_26_drive_0056_sync 162 l\n2011_09_26/2011_09_26_drive_0056_sync 163 l\n2011_09_26/2011_09_26_drive_0056_sync 164 l\n2011_09_26/2011_09_26_drive_0056_sync 165 l\n2011_09_26/2011_09_26_drive_0056_sync 166 l\n2011_09_26/2011_09_26_drive_0056_sync 167 l\n2011_09_26/2011_09_26_drive_0056_sync 168 l\n2011_09_26/2011_09_26_drive_0056_sync 169 l\n2011_09_26/2011_09_26_drive_0056_sync 170 l\n2011_09_26/2011_09_26_drive_0056_sync 171 l\n2011_09_26/2011_09_26_drive_0056_sync 172 l\n2011_09_26/2011_09_26_drive_0056_sync 173 l\n2011_09_26/2011_09_26_drive_0056_sync 174 l\n2011_09_26/2011_09_26_drive_0056_sync 175 l\n2011_09_26/2011_09_26_drive_0056_sync 176 l\n2011_09_26/2011_09_26_drive_0056_sync 177 l\n2011_09_26/2011_09_26_drive_0056_sync 178 l\n2011_09_26/2011_09_26_drive_0056_sync 179 l\n2011_09_26/2011_09_26_drive_0056_sync 180 l\n2011_09_26/2011_09_26_drive_0056_sync 181 l\n2011_09_26/2011_09_26_drive_0056_sync 182 l\n2011_09_26/2011_09_26_drive_0056_sync 183 l\n2011_09_26/2011_09_26_drive_0056_sync 184 l\n2011_09_26/2011_09_26_drive_0056_sync 185 l\n2011_09_26/2011_09_26_drive_0056_sync 186 l\n2011_09_26/2011_09_26_drive_0056_sync 187 l\n2011_09_26/2011_09_26_drive_0056_sync 188 l\n2011_09_26/2011_09_26_drive_0056_sync 189 l\n2011_09_26/2011_09_26_drive_0056_sync 190 l\n2011_09_26/2011_09_26_drive_0056_sync 191 l\n2011_09_26/2011_09_26_drive_0056_sync 192 l\n2011_09_26/2011_09_26_drive_0056_sync 193 l\n2011_09_26/2011_09_26_drive_0056_sync 194 l\n2011_09_26/2011_09_26_drive_0056_sync 195 l\n2011_09_26/2011_09_26_drive_0056_sync 196 l\n2011_09_26/2011_09_26_drive_0056_sync 197 l\n2011_09_26/2011_09_26_drive_0056_sync 198 l\n2011_09_26/2011_09_26_drive_0056_sync 199 l\n2011_09_26/2011_09_26_drive_0056_sync 200 l\n2011_09_26/2011_09_26_drive_0056_sync 201 l\n2011_09_26/2011_09_26_drive_0056_sync 202 l\n2011_09_26/2011_09_26_drive_0056_sync 203 l\n2011_09_26/2011_09_26_drive_0056_sync 204 l\n2011_09_26/2011_09_26_drive_0056_sync 205 l\n2011_09_26/2011_09_26_drive_0056_sync 206 l\n2011_09_26/2011_09_26_drive_0056_sync 207 l\n2011_09_26/2011_09_26_drive_0056_sync 208 l\n2011_09_26/2011_09_26_drive_0056_sync 209 l\n2011_09_26/2011_09_26_drive_0056_sync 210 l\n2011_09_26/2011_09_26_drive_0056_sync 211 l\n2011_09_26/2011_09_26_drive_0056_sync 212 l\n2011_09_26/2011_09_26_drive_0056_sync 213 l\n2011_09_26/2011_09_26_drive_0056_sync 214 l\n2011_09_26/2011_09_26_drive_0056_sync 215 l\n2011_09_26/2011_09_26_drive_0056_sync 216 l\n2011_09_26/2011_09_26_drive_0056_sync 217 l\n2011_09_26/2011_09_26_drive_0056_sync 218 l\n2011_09_26/2011_09_26_drive_0056_sync 219 l\n2011_09_26/2011_09_26_drive_0056_sync 220 l\n2011_09_26/2011_09_26_drive_0056_sync 221 l\n2011_09_26/2011_09_26_drive_0056_sync 222 l\n2011_09_26/2011_09_26_drive_0056_sync 223 l\n2011_09_26/2011_09_26_drive_0056_sync 224 l\n2011_09_26/2011_09_26_drive_0056_sync 225 l\n2011_09_26/2011_09_26_drive_0056_sync 226 l\n2011_09_26/2011_09_26_drive_0056_sync 227 l\n2011_09_26/2011_09_26_drive_0056_sync 228 l\n2011_09_26/2011_09_26_drive_0056_sync 229 l\n2011_09_26/2011_09_26_drive_0056_sync 230 l\n2011_09_26/2011_09_26_drive_0056_sync 231 l\n2011_09_26/2011_09_26_drive_0056_sync 232 l\n2011_09_26/2011_09_26_drive_0056_sync 233 l\n2011_09_26/2011_09_26_drive_0056_sync 234 l\n2011_09_26/2011_09_26_drive_0056_sync 235 l\n2011_09_26/2011_09_26_drive_0056_sync 236 l\n2011_09_26/2011_09_26_drive_0056_sync 237 l\n2011_09_26/2011_09_26_drive_0056_sync 238 l\n2011_09_26/2011_09_26_drive_0056_sync 239 l\n2011_09_26/2011_09_26_drive_0056_sync 240 l\n2011_09_26/2011_09_26_drive_0056_sync 241 l\n2011_09_26/2011_09_26_drive_0056_sync 242 l\n2011_09_26/2011_09_26_drive_0056_sync 243 l\n2011_09_26/2011_09_26_drive_0056_sync 244 l\n2011_09_26/2011_09_26_drive_0056_sync 245 l\n2011_09_26/2011_09_26_drive_0056_sync 246 l\n2011_09_26/2011_09_26_drive_0056_sync 247 l\n2011_09_26/2011_09_26_drive_0056_sync 248 l\n2011_09_26/2011_09_26_drive_0056_sync 249 l\n2011_09_26/2011_09_26_drive_0056_sync 250 l\n2011_09_26/2011_09_26_drive_0056_sync 251 l\n2011_09_26/2011_09_26_drive_0056_sync 252 l\n2011_09_26/2011_09_26_drive_0056_sync 253 l\n2011_09_26/2011_09_26_drive_0056_sync 254 l\n2011_09_26/2011_09_26_drive_0056_sync 255 l\n2011_09_26/2011_09_26_drive_0056_sync 256 l\n2011_09_26/2011_09_26_drive_0056_sync 257 l\n2011_09_26/2011_09_26_drive_0056_sync 258 l\n2011_09_26/2011_09_26_drive_0056_sync 259 l\n2011_09_26/2011_09_26_drive_0056_sync 260 l\n2011_09_26/2011_09_26_drive_0056_sync 261 l\n2011_09_26/2011_09_26_drive_0056_sync 262 l\n2011_09_26/2011_09_26_drive_0056_sync 263 l\n2011_09_26/2011_09_26_drive_0056_sync 264 l\n2011_09_26/2011_09_26_drive_0056_sync 265 l\n2011_09_26/2011_09_26_drive_0056_sync 266 l\n2011_09_26/2011_09_26_drive_0056_sync 267 l\n2011_09_26/2011_09_26_drive_0056_sync 268 l\n2011_09_26/2011_09_26_drive_0056_sync 269 l\n2011_09_26/2011_09_26_drive_0056_sync 270 l\n2011_09_26/2011_09_26_drive_0056_sync 271 l\n2011_09_26/2011_09_26_drive_0056_sync 272 l\n2011_09_26/2011_09_26_drive_0056_sync 273 l\n2011_09_26/2011_09_26_drive_0056_sync 274 l\n2011_09_26/2011_09_26_drive_0056_sync 275 l\n2011_09_26/2011_09_26_drive_0056_sync 276 l\n2011_09_26/2011_09_26_drive_0056_sync 277 l\n2011_09_26/2011_09_26_drive_0056_sync 278 l\n2011_09_26/2011_09_26_drive_0056_sync 279 l\n2011_09_26/2011_09_26_drive_0056_sync 280 l\n2011_09_26/2011_09_26_drive_0056_sync 281 l\n2011_09_26/2011_09_26_drive_0056_sync 282 l\n2011_09_26/2011_09_26_drive_0056_sync 283 l\n2011_09_26/2011_09_26_drive_0056_sync 284 l\n2011_09_26/2011_09_26_drive_0056_sync 285 l\n2011_09_26/2011_09_26_drive_0056_sync 286 l\n2011_09_26/2011_09_26_drive_0056_sync 287 l\n2011_09_26/2011_09_26_drive_0056_sync 288 l\n2011_09_26/2011_09_26_drive_0056_sync 289 l\n2011_09_26/2011_09_26_drive_0056_sync 290 l\n2011_09_26/2011_09_26_drive_0056_sync 291 l\n2011_09_26/2011_09_26_drive_0056_sync 292 l\n2011_09_26/2011_09_26_drive_0056_sync 293 l\n2011_09_26/2011_09_26_drive_0056_sync 0 r\n2011_09_26/2011_09_26_drive_0056_sync 1 r\n2011_09_26/2011_09_26_drive_0056_sync 2 r\n2011_09_26/2011_09_26_drive_0056_sync 3 r\n2011_09_26/2011_09_26_drive_0056_sync 4 r\n2011_09_26/2011_09_26_drive_0056_sync 5 r\n2011_09_26/2011_09_26_drive_0056_sync 6 r\n2011_09_26/2011_09_26_drive_0056_sync 7 r\n2011_09_26/2011_09_26_drive_0056_sync 8 r\n2011_09_26/2011_09_26_drive_0056_sync 9 r\n2011_09_26/2011_09_26_drive_0056_sync 10 r\n2011_09_26/2011_09_26_drive_0056_sync 11 r\n2011_09_26/2011_09_26_drive_0056_sync 12 r\n2011_09_26/2011_09_26_drive_0056_sync 13 r\n2011_09_26/2011_09_26_drive_0056_sync 14 r\n2011_09_26/2011_09_26_drive_0056_sync 15 r\n2011_09_26/2011_09_26_drive_0056_sync 16 r\n2011_09_26/2011_09_26_drive_0056_sync 17 r\n2011_09_26/2011_09_26_drive_0056_sync 18 r\n2011_09_26/2011_09_26_drive_0056_sync 19 r\n2011_09_26/2011_09_26_drive_0056_sync 20 r\n2011_09_26/2011_09_26_drive_0056_sync 21 r\n2011_09_26/2011_09_26_drive_0056_sync 22 r\n2011_09_26/2011_09_26_drive_0056_sync 23 r\n2011_09_26/2011_09_26_drive_0056_sync 24 r\n2011_09_26/2011_09_26_drive_0056_sync 25 r\n2011_09_26/2011_09_26_drive_0056_sync 26 r\n2011_09_26/2011_09_26_drive_0056_sync 27 r\n2011_09_26/2011_09_26_drive_0056_sync 28 r\n2011_09_26/2011_09_26_drive_0056_sync 29 r\n2011_09_26/2011_09_26_drive_0056_sync 30 r\n2011_09_26/2011_09_26_drive_0056_sync 31 r\n2011_09_26/2011_09_26_drive_0056_sync 32 r\n2011_09_26/2011_09_26_drive_0056_sync 33 r\n2011_09_26/2011_09_26_drive_0056_sync 34 r\n2011_09_26/2011_09_26_drive_0056_sync 35 r\n2011_09_26/2011_09_26_drive_0056_sync 36 r\n2011_09_26/2011_09_26_drive_0056_sync 37 r\n2011_09_26/2011_09_26_drive_0056_sync 38 r\n2011_09_26/2011_09_26_drive_0056_sync 39 r\n2011_09_26/2011_09_26_drive_0056_sync 40 r\n2011_09_26/2011_09_26_drive_0056_sync 41 r\n2011_09_26/2011_09_26_drive_0056_sync 42 r\n2011_09_26/2011_09_26_drive_0056_sync 43 r\n2011_09_26/2011_09_26_drive_0056_sync 44 r\n2011_09_26/2011_09_26_drive_0056_sync 45 r\n2011_09_26/2011_09_26_drive_0056_sync 46 r\n2011_09_26/2011_09_26_drive_0056_sync 47 r\n2011_09_26/2011_09_26_drive_0056_sync 48 r\n2011_09_26/2011_09_26_drive_0056_sync 49 r\n2011_09_26/2011_09_26_drive_0056_sync 50 r\n2011_09_26/2011_09_26_drive_0056_sync 51 r\n2011_09_26/2011_09_26_drive_0056_sync 52 r\n2011_09_26/2011_09_26_drive_0056_sync 53 r\n2011_09_26/2011_09_26_drive_0056_sync 54 r\n2011_09_26/2011_09_26_drive_0056_sync 55 r\n2011_09_26/2011_09_26_drive_0056_sync 56 r\n2011_09_26/2011_09_26_drive_0056_sync 57 r\n2011_09_26/2011_09_26_drive_0056_sync 58 r\n2011_09_26/2011_09_26_drive_0056_sync 59 r\n2011_09_26/2011_09_26_drive_0056_sync 60 r\n2011_09_26/2011_09_26_drive_0056_sync 61 r\n2011_09_26/2011_09_26_drive_0056_sync 62 r\n2011_09_26/2011_09_26_drive_0056_sync 63 r\n2011_09_26/2011_09_26_drive_0056_sync 64 r\n2011_09_26/2011_09_26_drive_0056_sync 65 r\n2011_09_26/2011_09_26_drive_0056_sync 66 r\n2011_09_26/2011_09_26_drive_0056_sync 67 r\n2011_09_26/2011_09_26_drive_0056_sync 68 r\n2011_09_26/2011_09_26_drive_0056_sync 69 r\n2011_09_26/2011_09_26_drive_0056_sync 70 r\n2011_09_26/2011_09_26_drive_0056_sync 71 r\n2011_09_26/2011_09_26_drive_0056_sync 72 r\n2011_09_26/2011_09_26_drive_0056_sync 73 r\n2011_09_26/2011_09_26_drive_0056_sync 74 r\n2011_09_26/2011_09_26_drive_0056_sync 75 r\n2011_09_26/2011_09_26_drive_0056_sync 76 r\n2011_09_26/2011_09_26_drive_0056_sync 77 r\n2011_09_26/2011_09_26_drive_0056_sync 78 r\n2011_09_26/2011_09_26_drive_0056_sync 79 r\n2011_09_26/2011_09_26_drive_0056_sync 80 r\n2011_09_26/2011_09_26_drive_0056_sync 81 r\n2011_09_26/2011_09_26_drive_0056_sync 82 r\n2011_09_26/2011_09_26_drive_0056_sync 83 r\n2011_09_26/2011_09_26_drive_0056_sync 84 r\n2011_09_26/2011_09_26_drive_0056_sync 85 r\n2011_09_26/2011_09_26_drive_0056_sync 86 r\n2011_09_26/2011_09_26_drive_0056_sync 87 r\n2011_09_26/2011_09_26_drive_0056_sync 88 r\n2011_09_26/2011_09_26_drive_0056_sync 89 r\n2011_09_26/2011_09_26_drive_0056_sync 90 r\n2011_09_26/2011_09_26_drive_0056_sync 91 r\n2011_09_26/2011_09_26_drive_0056_sync 92 r\n2011_09_26/2011_09_26_drive_0056_sync 93 r\n2011_09_26/2011_09_26_drive_0056_sync 94 r\n2011_09_26/2011_09_26_drive_0056_sync 95 r\n2011_09_26/2011_09_26_drive_0056_sync 96 r\n2011_09_26/2011_09_26_drive_0056_sync 97 r\n2011_09_26/2011_09_26_drive_0056_sync 98 r\n2011_09_26/2011_09_26_drive_0056_sync 99 r\n2011_09_26/2011_09_26_drive_0056_sync 100 r\n2011_09_26/2011_09_26_drive_0056_sync 101 r\n2011_09_26/2011_09_26_drive_0056_sync 102 r\n2011_09_26/2011_09_26_drive_0056_sync 103 r\n2011_09_26/2011_09_26_drive_0056_sync 104 r\n2011_09_26/2011_09_26_drive_0056_sync 105 r\n2011_09_26/2011_09_26_drive_0056_sync 106 r\n2011_09_26/2011_09_26_drive_0056_sync 107 r\n2011_09_26/2011_09_26_drive_0056_sync 108 r\n2011_09_26/2011_09_26_drive_0056_sync 109 r\n2011_09_26/2011_09_26_drive_0056_sync 110 r\n2011_09_26/2011_09_26_drive_0056_sync 111 r\n2011_09_26/2011_09_26_drive_0056_sync 112 r\n2011_09_26/2011_09_26_drive_0056_sync 113 r\n2011_09_26/2011_09_26_drive_0056_sync 114 r\n2011_09_26/2011_09_26_drive_0056_sync 115 r\n2011_09_26/2011_09_26_drive_0056_sync 116 r\n2011_09_26/2011_09_26_drive_0056_sync 117 r\n2011_09_26/2011_09_26_drive_0056_sync 118 r\n2011_09_26/2011_09_26_drive_0056_sync 119 r\n2011_09_26/2011_09_26_drive_0056_sync 120 r\n2011_09_26/2011_09_26_drive_0056_sync 121 r\n2011_09_26/2011_09_26_drive_0056_sync 122 r\n2011_09_26/2011_09_26_drive_0056_sync 123 r\n2011_09_26/2011_09_26_drive_0056_sync 124 r\n2011_09_26/2011_09_26_drive_0056_sync 125 r\n2011_09_26/2011_09_26_drive_0056_sync 126 r\n2011_09_26/2011_09_26_drive_0056_sync 127 r\n2011_09_26/2011_09_26_drive_0056_sync 128 r\n2011_09_26/2011_09_26_drive_0056_sync 129 r\n2011_09_26/2011_09_26_drive_0056_sync 130 r\n2011_09_26/2011_09_26_drive_0056_sync 131 r\n2011_09_26/2011_09_26_drive_0056_sync 132 r\n2011_09_26/2011_09_26_drive_0056_sync 133 r\n2011_09_26/2011_09_26_drive_0056_sync 134 r\n2011_09_26/2011_09_26_drive_0056_sync 135 r\n2011_09_26/2011_09_26_drive_0056_sync 136 r\n2011_09_26/2011_09_26_drive_0056_sync 137 r\n2011_09_26/2011_09_26_drive_0056_sync 138 r\n2011_09_26/2011_09_26_drive_0056_sync 139 r\n2011_09_26/2011_09_26_drive_0056_sync 140 r\n2011_09_26/2011_09_26_drive_0056_sync 141 r\n2011_09_26/2011_09_26_drive_0056_sync 142 r\n2011_09_26/2011_09_26_drive_0056_sync 143 r\n2011_09_26/2011_09_26_drive_0056_sync 144 r\n2011_09_26/2011_09_26_drive_0056_sync 145 r\n2011_09_26/2011_09_26_drive_0056_sync 146 r\n2011_09_26/2011_09_26_drive_0056_sync 147 r\n2011_09_26/2011_09_26_drive_0056_sync 148 r\n2011_09_26/2011_09_26_drive_0056_sync 149 r\n2011_09_26/2011_09_26_drive_0056_sync 150 r\n2011_09_26/2011_09_26_drive_0056_sync 151 r\n2011_09_26/2011_09_26_drive_0056_sync 152 r\n2011_09_26/2011_09_26_drive_0056_sync 153 r\n2011_09_26/2011_09_26_drive_0056_sync 154 r\n2011_09_26/2011_09_26_drive_0056_sync 155 r\n2011_09_26/2011_09_26_drive_0056_sync 156 r\n2011_09_26/2011_09_26_drive_0056_sync 157 r\n2011_09_26/2011_09_26_drive_0056_sync 158 r\n2011_09_26/2011_09_26_drive_0056_sync 159 r\n2011_09_26/2011_09_26_drive_0056_sync 160 r\n2011_09_26/2011_09_26_drive_0056_sync 161 r\n2011_09_26/2011_09_26_drive_0056_sync 162 r\n2011_09_26/2011_09_26_drive_0056_sync 163 r\n2011_09_26/2011_09_26_drive_0056_sync 164 r\n2011_09_26/2011_09_26_drive_0056_sync 165 r\n2011_09_26/2011_09_26_drive_0056_sync 166 r\n2011_09_26/2011_09_26_drive_0056_sync 167 r\n2011_09_26/2011_09_26_drive_0056_sync 168 r\n2011_09_26/2011_09_26_drive_0056_sync 169 r\n2011_09_26/2011_09_26_drive_0056_sync 170 r\n2011_09_26/2011_09_26_drive_0056_sync 171 r\n2011_09_26/2011_09_26_drive_0056_sync 172 r\n2011_09_26/2011_09_26_drive_0056_sync 173 r\n2011_09_26/2011_09_26_drive_0056_sync 174 r\n2011_09_26/2011_09_26_drive_0056_sync 175 r\n2011_09_26/2011_09_26_drive_0056_sync 176 r\n2011_09_26/2011_09_26_drive_0056_sync 177 r\n2011_09_26/2011_09_26_drive_0056_sync 178 r\n2011_09_26/2011_09_26_drive_0056_sync 179 r\n2011_09_26/2011_09_26_drive_0056_sync 180 r\n2011_09_26/2011_09_26_drive_0056_sync 181 r\n2011_09_26/2011_09_26_drive_0056_sync 182 r\n2011_09_26/2011_09_26_drive_0056_sync 183 r\n2011_09_26/2011_09_26_drive_0056_sync 184 r\n2011_09_26/2011_09_26_drive_0056_sync 185 r\n2011_09_26/2011_09_26_drive_0056_sync 186 r\n2011_09_26/2011_09_26_drive_0056_sync 187 r\n2011_09_26/2011_09_26_drive_0056_sync 188 r\n2011_09_26/2011_09_26_drive_0056_sync 189 r\n2011_09_26/2011_09_26_drive_0056_sync 190 r\n2011_09_26/2011_09_26_drive_0056_sync 191 r\n2011_09_26/2011_09_26_drive_0056_sync 192 r\n2011_09_26/2011_09_26_drive_0056_sync 193 r\n2011_09_26/2011_09_26_drive_0056_sync 194 r\n2011_09_26/2011_09_26_drive_0056_sync 195 r\n2011_09_26/2011_09_26_drive_0056_sync 196 r\n2011_09_26/2011_09_26_drive_0056_sync 197 r\n2011_09_26/2011_09_26_drive_0056_sync 198 r\n2011_09_26/2011_09_26_drive_0056_sync 199 r\n2011_09_26/2011_09_26_drive_0056_sync 200 r\n2011_09_26/2011_09_26_drive_0056_sync 201 r\n2011_09_26/2011_09_26_drive_0056_sync 202 r\n2011_09_26/2011_09_26_drive_0056_sync 203 r\n2011_09_26/2011_09_26_drive_0056_sync 204 r\n2011_09_26/2011_09_26_drive_0056_sync 205 r\n2011_09_26/2011_09_26_drive_0056_sync 206 r\n2011_09_26/2011_09_26_drive_0056_sync 207 r\n2011_09_26/2011_09_26_drive_0056_sync 208 r\n2011_09_26/2011_09_26_drive_0056_sync 209 r\n2011_09_26/2011_09_26_drive_0056_sync 210 r\n2011_09_26/2011_09_26_drive_0056_sync 211 r\n2011_09_26/2011_09_26_drive_0056_sync 212 r\n2011_09_26/2011_09_26_drive_0056_sync 213 r\n2011_09_26/2011_09_26_drive_0056_sync 214 r\n2011_09_26/2011_09_26_drive_0056_sync 215 r\n2011_09_26/2011_09_26_drive_0056_sync 216 r\n2011_09_26/2011_09_26_drive_0056_sync 217 r\n2011_09_26/2011_09_26_drive_0056_sync 218 r\n2011_09_26/2011_09_26_drive_0056_sync 219 r\n2011_09_26/2011_09_26_drive_0056_sync 220 r\n2011_09_26/2011_09_26_drive_0056_sync 221 r\n2011_09_26/2011_09_26_drive_0056_sync 222 r\n2011_09_26/2011_09_26_drive_0056_sync 223 r\n2011_09_26/2011_09_26_drive_0056_sync 224 r\n2011_09_26/2011_09_26_drive_0056_sync 225 r\n2011_09_26/2011_09_26_drive_0056_sync 226 r\n2011_09_26/2011_09_26_drive_0056_sync 227 r\n2011_09_26/2011_09_26_drive_0056_sync 228 r\n2011_09_26/2011_09_26_drive_0056_sync 229 r\n2011_09_26/2011_09_26_drive_0056_sync 230 r\n2011_09_26/2011_09_26_drive_0056_sync 231 r\n2011_09_26/2011_09_26_drive_0056_sync 232 r\n2011_09_26/2011_09_26_drive_0056_sync 233 r\n2011_09_26/2011_09_26_drive_0056_sync 234 r\n2011_09_26/2011_09_26_drive_0056_sync 235 r\n2011_09_26/2011_09_26_drive_0056_sync 236 r\n2011_09_26/2011_09_26_drive_0056_sync 237 r\n2011_09_26/2011_09_26_drive_0056_sync 238 r\n2011_09_26/2011_09_26_drive_0056_sync 239 r\n2011_09_26/2011_09_26_drive_0056_sync 240 r\n2011_09_26/2011_09_26_drive_0056_sync 241 r\n2011_09_26/2011_09_26_drive_0056_sync 242 r\n2011_09_26/2011_09_26_drive_0056_sync 243 r\n2011_09_26/2011_09_26_drive_0056_sync 244 r\n2011_09_26/2011_09_26_drive_0056_sync 245 r\n2011_09_26/2011_09_26_drive_0056_sync 246 r\n2011_09_26/2011_09_26_drive_0056_sync 247 r\n2011_09_26/2011_09_26_drive_0056_sync 248 r\n2011_09_26/2011_09_26_drive_0056_sync 249 r\n2011_09_26/2011_09_26_drive_0056_sync 250 r\n2011_09_26/2011_09_26_drive_0056_sync 251 r\n2011_09_26/2011_09_26_drive_0056_sync 252 r\n2011_09_26/2011_09_26_drive_0056_sync 253 r\n2011_09_26/2011_09_26_drive_0056_sync 254 r\n2011_09_26/2011_09_26_drive_0056_sync 255 r\n2011_09_26/2011_09_26_drive_0056_sync 256 r\n2011_09_26/2011_09_26_drive_0056_sync 257 r\n2011_09_26/2011_09_26_drive_0056_sync 258 r\n2011_09_26/2011_09_26_drive_0056_sync 259 r\n2011_09_26/2011_09_26_drive_0056_sync 260 r\n2011_09_26/2011_09_26_drive_0056_sync 261 r\n2011_09_26/2011_09_26_drive_0056_sync 262 r\n2011_09_26/2011_09_26_drive_0056_sync 263 r\n2011_09_26/2011_09_26_drive_0056_sync 264 r\n2011_09_26/2011_09_26_drive_0056_sync 265 r\n2011_09_26/2011_09_26_drive_0056_sync 266 r\n2011_09_26/2011_09_26_drive_0056_sync 267 r\n2011_09_26/2011_09_26_drive_0056_sync 268 r\n2011_09_26/2011_09_26_drive_0056_sync 269 r\n2011_09_26/2011_09_26_drive_0056_sync 270 r\n2011_09_26/2011_09_26_drive_0056_sync 271 r\n2011_09_26/2011_09_26_drive_0056_sync 272 r\n2011_09_26/2011_09_26_drive_0056_sync 273 r\n2011_09_26/2011_09_26_drive_0056_sync 274 r\n2011_09_26/2011_09_26_drive_0056_sync 275 r\n2011_09_26/2011_09_26_drive_0056_sync 276 r\n2011_09_26/2011_09_26_drive_0056_sync 277 r\n2011_09_26/2011_09_26_drive_0056_sync 278 r\n2011_09_26/2011_09_26_drive_0056_sync 279 r\n2011_09_26/2011_09_26_drive_0056_sync 280 r\n2011_09_26/2011_09_26_drive_0056_sync 281 r\n2011_09_26/2011_09_26_drive_0056_sync 282 r\n2011_09_26/2011_09_26_drive_0056_sync 283 r\n2011_09_26/2011_09_26_drive_0056_sync 284 r\n2011_09_26/2011_09_26_drive_0056_sync 285 r\n2011_09_26/2011_09_26_drive_0056_sync 286 r\n2011_09_26/2011_09_26_drive_0056_sync 287 r\n2011_09_26/2011_09_26_drive_0056_sync 288 r\n2011_09_26/2011_09_26_drive_0056_sync 289 r\n2011_09_26/2011_09_26_drive_0056_sync 290 r\n2011_09_26/2011_09_26_drive_0056_sync 291 r\n2011_09_26/2011_09_26_drive_0056_sync 292 r\n2011_09_26/2011_09_26_drive_0056_sync 293 r\n2011_09_28/2011_09_28_drive_0001_sync 0 l\n2011_09_28/2011_09_28_drive_0001_sync 1 l\n2011_09_28/2011_09_28_drive_0001_sync 2 l\n2011_09_28/2011_09_28_drive_0001_sync 3 l\n2011_09_28/2011_09_28_drive_0001_sync 4 l\n2011_09_28/2011_09_28_drive_0001_sync 5 l\n2011_09_28/2011_09_28_drive_0001_sync 6 l\n2011_09_28/2011_09_28_drive_0001_sync 7 l\n2011_09_28/2011_09_28_drive_0001_sync 8 l\n2011_09_28/2011_09_28_drive_0001_sync 9 l\n2011_09_28/2011_09_28_drive_0001_sync 10 l\n2011_09_28/2011_09_28_drive_0001_sync 11 l\n2011_09_28/2011_09_28_drive_0001_sync 12 l\n2011_09_28/2011_09_28_drive_0001_sync 13 l\n2011_09_28/2011_09_28_drive_0001_sync 14 l\n2011_09_28/2011_09_28_drive_0001_sync 15 l\n2011_09_28/2011_09_28_drive_0001_sync 16 l\n2011_09_28/2011_09_28_drive_0001_sync 17 l\n2011_09_28/2011_09_28_drive_0001_sync 18 l\n2011_09_28/2011_09_28_drive_0001_sync 19 l\n2011_09_28/2011_09_28_drive_0001_sync 20 l\n2011_09_28/2011_09_28_drive_0001_sync 21 l\n2011_09_28/2011_09_28_drive_0001_sync 22 l\n2011_09_28/2011_09_28_drive_0001_sync 23 l\n2011_09_28/2011_09_28_drive_0001_sync 24 l\n2011_09_28/2011_09_28_drive_0001_sync 25 l\n2011_09_28/2011_09_28_drive_0001_sync 26 l\n2011_09_28/2011_09_28_drive_0001_sync 27 l\n2011_09_28/2011_09_28_drive_0001_sync 28 l\n2011_09_28/2011_09_28_drive_0001_sync 29 l\n2011_09_28/2011_09_28_drive_0001_sync 30 l\n2011_09_28/2011_09_28_drive_0001_sync 31 l\n2011_09_28/2011_09_28_drive_0001_sync 32 l\n2011_09_28/2011_09_28_drive_0001_sync 33 l\n2011_09_28/2011_09_28_drive_0001_sync 34 l\n2011_09_28/2011_09_28_drive_0001_sync 35 l\n2011_09_28/2011_09_28_drive_0001_sync 36 l\n2011_09_28/2011_09_28_drive_0001_sync 37 l\n2011_09_28/2011_09_28_drive_0001_sync 38 l\n2011_09_28/2011_09_28_drive_0001_sync 39 l\n2011_09_28/2011_09_28_drive_0001_sync 40 l\n2011_09_28/2011_09_28_drive_0001_sync 41 l\n2011_09_28/2011_09_28_drive_0001_sync 42 l\n2011_09_28/2011_09_28_drive_0001_sync 43 l\n2011_09_28/2011_09_28_drive_0001_sync 44 l\n2011_09_28/2011_09_28_drive_0001_sync 45 l\n2011_09_28/2011_09_28_drive_0001_sync 46 l\n2011_09_28/2011_09_28_drive_0001_sync 47 l\n2011_09_28/2011_09_28_drive_0001_sync 48 l\n2011_09_28/2011_09_28_drive_0001_sync 49 l\n2011_09_28/2011_09_28_drive_0001_sync 50 l\n2011_09_28/2011_09_28_drive_0001_sync 51 l\n2011_09_28/2011_09_28_drive_0001_sync 52 l\n2011_09_28/2011_09_28_drive_0001_sync 53 l\n2011_09_28/2011_09_28_drive_0001_sync 54 l\n2011_09_28/2011_09_28_drive_0001_sync 55 l\n2011_09_28/2011_09_28_drive_0001_sync 56 l\n2011_09_28/2011_09_28_drive_0001_sync 57 l\n2011_09_28/2011_09_28_drive_0001_sync 58 l\n2011_09_28/2011_09_28_drive_0001_sync 59 l\n2011_09_28/2011_09_28_drive_0001_sync 60 l\n2011_09_28/2011_09_28_drive_0001_sync 61 l\n2011_09_28/2011_09_28_drive_0001_sync 62 l\n2011_09_28/2011_09_28_drive_0001_sync 63 l\n2011_09_28/2011_09_28_drive_0001_sync 64 l\n2011_09_28/2011_09_28_drive_0001_sync 65 l\n2011_09_28/2011_09_28_drive_0001_sync 66 l\n2011_09_28/2011_09_28_drive_0001_sync 67 l\n2011_09_28/2011_09_28_drive_0001_sync 68 l\n2011_09_28/2011_09_28_drive_0001_sync 69 l\n2011_09_28/2011_09_28_drive_0001_sync 70 l\n2011_09_28/2011_09_28_drive_0001_sync 71 l\n2011_09_28/2011_09_28_drive_0001_sync 72 l\n2011_09_28/2011_09_28_drive_0001_sync 73 l\n2011_09_28/2011_09_28_drive_0001_sync 74 l\n2011_09_28/2011_09_28_drive_0001_sync 75 l\n2011_09_28/2011_09_28_drive_0001_sync 76 l\n2011_09_28/2011_09_28_drive_0001_sync 77 l\n2011_09_28/2011_09_28_drive_0001_sync 78 l\n2011_09_28/2011_09_28_drive_0001_sync 79 l\n2011_09_28/2011_09_28_drive_0001_sync 80 l\n2011_09_28/2011_09_28_drive_0001_sync 81 l\n2011_09_28/2011_09_28_drive_0001_sync 82 l\n2011_09_28/2011_09_28_drive_0001_sync 83 l\n2011_09_28/2011_09_28_drive_0001_sync 84 l\n2011_09_28/2011_09_28_drive_0001_sync 85 l\n2011_09_28/2011_09_28_drive_0001_sync 86 l\n2011_09_28/2011_09_28_drive_0001_sync 87 l\n2011_09_28/2011_09_28_drive_0001_sync 88 l\n2011_09_28/2011_09_28_drive_0001_sync 89 l\n2011_09_28/2011_09_28_drive_0001_sync 90 l\n2011_09_28/2011_09_28_drive_0001_sync 91 l\n2011_09_28/2011_09_28_drive_0001_sync 92 l\n2011_09_28/2011_09_28_drive_0001_sync 93 l\n2011_09_28/2011_09_28_drive_0001_sync 94 l\n2011_09_28/2011_09_28_drive_0001_sync 95 l\n2011_09_28/2011_09_28_drive_0001_sync 96 l\n2011_09_28/2011_09_28_drive_0001_sync 97 l\n2011_09_28/2011_09_28_drive_0001_sync 98 l\n2011_09_28/2011_09_28_drive_0001_sync 99 l\n2011_09_28/2011_09_28_drive_0001_sync 100 l\n2011_09_28/2011_09_28_drive_0001_sync 101 l\n2011_09_28/2011_09_28_drive_0001_sync 102 l\n2011_09_28/2011_09_28_drive_0001_sync 103 l\n2011_09_28/2011_09_28_drive_0001_sync 104 l\n2011_09_28/2011_09_28_drive_0001_sync 105 l\n2011_09_28/2011_09_28_drive_0001_sync 0 r\n2011_09_28/2011_09_28_drive_0001_sync 1 r\n2011_09_28/2011_09_28_drive_0001_sync 2 r\n2011_09_28/2011_09_28_drive_0001_sync 3 r\n2011_09_28/2011_09_28_drive_0001_sync 4 r\n2011_09_28/2011_09_28_drive_0001_sync 5 r\n2011_09_28/2011_09_28_drive_0001_sync 6 r\n2011_09_28/2011_09_28_drive_0001_sync 7 r\n2011_09_28/2011_09_28_drive_0001_sync 8 r\n2011_09_28/2011_09_28_drive_0001_sync 9 r\n2011_09_28/2011_09_28_drive_0001_sync 10 r\n2011_09_28/2011_09_28_drive_0001_sync 11 r\n2011_09_28/2011_09_28_drive_0001_sync 12 r\n2011_09_28/2011_09_28_drive_0001_sync 13 r\n2011_09_28/2011_09_28_drive_0001_sync 14 r\n2011_09_28/2011_09_28_drive_0001_sync 15 r\n2011_09_28/2011_09_28_drive_0001_sync 16 r\n2011_09_28/2011_09_28_drive_0001_sync 17 r\n2011_09_28/2011_09_28_drive_0001_sync 18 r\n2011_09_28/2011_09_28_drive_0001_sync 19 r\n2011_09_28/2011_09_28_drive_0001_sync 20 r\n2011_09_28/2011_09_28_drive_0001_sync 21 r\n2011_09_28/2011_09_28_drive_0001_sync 22 r\n2011_09_28/2011_09_28_drive_0001_sync 23 r\n2011_09_28/2011_09_28_drive_0001_sync 24 r\n2011_09_28/2011_09_28_drive_0001_sync 25 r\n2011_09_28/2011_09_28_drive_0001_sync 26 r\n2011_09_28/2011_09_28_drive_0001_sync 27 r\n2011_09_28/2011_09_28_drive_0001_sync 28 r\n2011_09_28/2011_09_28_drive_0001_sync 29 r\n2011_09_28/2011_09_28_drive_0001_sync 30 r\n2011_09_28/2011_09_28_drive_0001_sync 31 r\n2011_09_28/2011_09_28_drive_0001_sync 32 r\n2011_09_28/2011_09_28_drive_0001_sync 33 r\n2011_09_28/2011_09_28_drive_0001_sync 34 r\n2011_09_28/2011_09_28_drive_0001_sync 35 r\n2011_09_28/2011_09_28_drive_0001_sync 36 r\n2011_09_28/2011_09_28_drive_0001_sync 37 r\n2011_09_28/2011_09_28_drive_0001_sync 38 r\n2011_09_28/2011_09_28_drive_0001_sync 39 r\n2011_09_28/2011_09_28_drive_0001_sync 40 r\n2011_09_28/2011_09_28_drive_0001_sync 41 r\n2011_09_28/2011_09_28_drive_0001_sync 42 r\n2011_09_28/2011_09_28_drive_0001_sync 43 r\n2011_09_28/2011_09_28_drive_0001_sync 44 r\n2011_09_28/2011_09_28_drive_0001_sync 45 r\n2011_09_28/2011_09_28_drive_0001_sync 46 r\n2011_09_28/2011_09_28_drive_0001_sync 47 r\n2011_09_28/2011_09_28_drive_0001_sync 48 r\n2011_09_28/2011_09_28_drive_0001_sync 49 r\n2011_09_28/2011_09_28_drive_0001_sync 50 r\n2011_09_28/2011_09_28_drive_0001_sync 51 r\n2011_09_28/2011_09_28_drive_0001_sync 52 r\n2011_09_28/2011_09_28_drive_0001_sync 53 r\n2011_09_28/2011_09_28_drive_0001_sync 54 r\n2011_09_28/2011_09_28_drive_0001_sync 55 r\n2011_09_28/2011_09_28_drive_0001_sync 56 r\n2011_09_28/2011_09_28_drive_0001_sync 57 r\n2011_09_28/2011_09_28_drive_0001_sync 58 r\n2011_09_28/2011_09_28_drive_0001_sync 59 r\n2011_09_28/2011_09_28_drive_0001_sync 60 r\n2011_09_28/2011_09_28_drive_0001_sync 61 r\n2011_09_28/2011_09_28_drive_0001_sync 62 r\n2011_09_28/2011_09_28_drive_0001_sync 63 r\n2011_09_28/2011_09_28_drive_0001_sync 64 r\n2011_09_28/2011_09_28_drive_0001_sync 65 r\n2011_09_28/2011_09_28_drive_0001_sync 66 r\n2011_09_28/2011_09_28_drive_0001_sync 67 r\n2011_09_28/2011_09_28_drive_0001_sync 68 r\n2011_09_28/2011_09_28_drive_0001_sync 69 r\n2011_09_28/2011_09_28_drive_0001_sync 70 r\n2011_09_28/2011_09_28_drive_0001_sync 71 r\n2011_09_28/2011_09_28_drive_0001_sync 72 r\n2011_09_28/2011_09_28_drive_0001_sync 73 r\n2011_09_28/2011_09_28_drive_0001_sync 74 r\n2011_09_28/2011_09_28_drive_0001_sync 75 r\n2011_09_28/2011_09_28_drive_0001_sync 76 r\n2011_09_28/2011_09_28_drive_0001_sync 77 r\n2011_09_28/2011_09_28_drive_0001_sync 78 r\n2011_09_28/2011_09_28_drive_0001_sync 79 r\n2011_09_28/2011_09_28_drive_0001_sync 80 r\n2011_09_28/2011_09_28_drive_0001_sync 81 r\n2011_09_28/2011_09_28_drive_0001_sync 82 r\n2011_09_28/2011_09_28_drive_0001_sync 83 r\n2011_09_28/2011_09_28_drive_0001_sync 84 r\n2011_09_28/2011_09_28_drive_0001_sync 85 r\n2011_09_28/2011_09_28_drive_0001_sync 86 r\n2011_09_28/2011_09_28_drive_0001_sync 87 r\n2011_09_28/2011_09_28_drive_0001_sync 88 r\n2011_09_28/2011_09_28_drive_0001_sync 89 r\n2011_09_28/2011_09_28_drive_0001_sync 90 r\n2011_09_28/2011_09_28_drive_0001_sync 91 r\n2011_09_28/2011_09_28_drive_0001_sync 92 r\n2011_09_28/2011_09_28_drive_0001_sync 93 r\n2011_09_28/2011_09_28_drive_0001_sync 94 r\n2011_09_28/2011_09_28_drive_0001_sync 95 r\n2011_09_28/2011_09_28_drive_0001_sync 96 r\n2011_09_28/2011_09_28_drive_0001_sync 97 r\n2011_09_28/2011_09_28_drive_0001_sync 98 r\n2011_09_28/2011_09_28_drive_0001_sync 99 r\n2011_09_28/2011_09_28_drive_0001_sync 100 r\n2011_09_28/2011_09_28_drive_0001_sync 101 r\n2011_09_28/2011_09_28_drive_0001_sync 102 r\n2011_09_28/2011_09_28_drive_0001_sync 103 r\n2011_09_28/2011_09_28_drive_0001_sync 104 r\n2011_09_28/2011_09_28_drive_0001_sync 105 r\n2011_09_26/2011_09_26_drive_0059_sync 0 l\n2011_09_26/2011_09_26_drive_0059_sync 1 l\n2011_09_26/2011_09_26_drive_0059_sync 2 l\n2011_09_26/2011_09_26_drive_0059_sync 3 l\n2011_09_26/2011_09_26_drive_0059_sync 4 l\n2011_09_26/2011_09_26_drive_0059_sync 5 l\n2011_09_26/2011_09_26_drive_0059_sync 6 l\n2011_09_26/2011_09_26_drive_0059_sync 7 l\n2011_09_26/2011_09_26_drive_0059_sync 8 l\n2011_09_26/2011_09_26_drive_0059_sync 9 l\n2011_09_26/2011_09_26_drive_0059_sync 10 l\n2011_09_26/2011_09_26_drive_0059_sync 11 l\n2011_09_26/2011_09_26_drive_0059_sync 12 l\n2011_09_26/2011_09_26_drive_0059_sync 13 l\n2011_09_26/2011_09_26_drive_0059_sync 14 l\n2011_09_26/2011_09_26_drive_0059_sync 15 l\n2011_09_26/2011_09_26_drive_0059_sync 16 l\n2011_09_26/2011_09_26_drive_0059_sync 17 l\n2011_09_26/2011_09_26_drive_0059_sync 18 l\n2011_09_26/2011_09_26_drive_0059_sync 19 l\n2011_09_26/2011_09_26_drive_0059_sync 20 l\n2011_09_26/2011_09_26_drive_0059_sync 21 l\n2011_09_26/2011_09_26_drive_0059_sync 22 l\n2011_09_26/2011_09_26_drive_0059_sync 23 l\n2011_09_26/2011_09_26_drive_0059_sync 24 l\n2011_09_26/2011_09_26_drive_0059_sync 25 l\n2011_09_26/2011_09_26_drive_0059_sync 26 l\n2011_09_26/2011_09_26_drive_0059_sync 27 l\n2011_09_26/2011_09_26_drive_0059_sync 28 l\n2011_09_26/2011_09_26_drive_0059_sync 29 l\n2011_09_26/2011_09_26_drive_0059_sync 30 l\n2011_09_26/2011_09_26_drive_0059_sync 31 l\n2011_09_26/2011_09_26_drive_0059_sync 32 l\n2011_09_26/2011_09_26_drive_0059_sync 33 l\n2011_09_26/2011_09_26_drive_0059_sync 34 l\n2011_09_26/2011_09_26_drive_0059_sync 35 l\n2011_09_26/2011_09_26_drive_0059_sync 36 l\n2011_09_26/2011_09_26_drive_0059_sync 37 l\n2011_09_26/2011_09_26_drive_0059_sync 38 l\n2011_09_26/2011_09_26_drive_0059_sync 39 l\n2011_09_26/2011_09_26_drive_0059_sync 40 l\n2011_09_26/2011_09_26_drive_0059_sync 41 l\n2011_09_26/2011_09_26_drive_0059_sync 42 l\n2011_09_26/2011_09_26_drive_0059_sync 43 l\n2011_09_26/2011_09_26_drive_0059_sync 44 l\n2011_09_26/2011_09_26_drive_0059_sync 45 l\n2011_09_26/2011_09_26_drive_0059_sync 46 l\n2011_09_26/2011_09_26_drive_0059_sync 47 l\n2011_09_26/2011_09_26_drive_0059_sync 48 l\n2011_09_26/2011_09_26_drive_0059_sync 49 l\n2011_09_26/2011_09_26_drive_0059_sync 50 l\n2011_09_26/2011_09_26_drive_0059_sync 51 l\n2011_09_26/2011_09_26_drive_0059_sync 52 l\n2011_09_26/2011_09_26_drive_0059_sync 53 l\n2011_09_26/2011_09_26_drive_0059_sync 54 l\n2011_09_26/2011_09_26_drive_0059_sync 55 l\n2011_09_26/2011_09_26_drive_0059_sync 56 l\n2011_09_26/2011_09_26_drive_0059_sync 57 l\n2011_09_26/2011_09_26_drive_0059_sync 58 l\n2011_09_26/2011_09_26_drive_0059_sync 59 l\n2011_09_26/2011_09_26_drive_0059_sync 60 l\n2011_09_26/2011_09_26_drive_0059_sync 61 l\n2011_09_26/2011_09_26_drive_0059_sync 62 l\n2011_09_26/2011_09_26_drive_0059_sync 63 l\n2011_09_26/2011_09_26_drive_0059_sync 64 l\n2011_09_26/2011_09_26_drive_0059_sync 65 l\n2011_09_26/2011_09_26_drive_0059_sync 66 l\n2011_09_26/2011_09_26_drive_0059_sync 67 l\n2011_09_26/2011_09_26_drive_0059_sync 68 l\n2011_09_26/2011_09_26_drive_0059_sync 69 l\n2011_09_26/2011_09_26_drive_0059_sync 70 l\n2011_09_26/2011_09_26_drive_0059_sync 71 l\n2011_09_26/2011_09_26_drive_0059_sync 72 l\n2011_09_26/2011_09_26_drive_0059_sync 73 l\n2011_09_26/2011_09_26_drive_0059_sync 74 l\n2011_09_26/2011_09_26_drive_0059_sync 75 l\n2011_09_26/2011_09_26_drive_0059_sync 76 l\n2011_09_26/2011_09_26_drive_0059_sync 77 l\n2011_09_26/2011_09_26_drive_0059_sync 78 l\n2011_09_26/2011_09_26_drive_0059_sync 79 l\n2011_09_26/2011_09_26_drive_0059_sync 80 l\n2011_09_26/2011_09_26_drive_0059_sync 81 l\n2011_09_26/2011_09_26_drive_0059_sync 82 l\n2011_09_26/2011_09_26_drive_0059_sync 83 l\n2011_09_26/2011_09_26_drive_0059_sync 84 l\n2011_09_26/2011_09_26_drive_0059_sync 85 l\n2011_09_26/2011_09_26_drive_0059_sync 86 l\n2011_09_26/2011_09_26_drive_0059_sync 87 l\n2011_09_26/2011_09_26_drive_0059_sync 88 l\n2011_09_26/2011_09_26_drive_0059_sync 89 l\n2011_09_26/2011_09_26_drive_0059_sync 90 l\n2011_09_26/2011_09_26_drive_0059_sync 91 l\n2011_09_26/2011_09_26_drive_0059_sync 92 l\n2011_09_26/2011_09_26_drive_0059_sync 93 l\n2011_09_26/2011_09_26_drive_0059_sync 94 l\n2011_09_26/2011_09_26_drive_0059_sync 95 l\n2011_09_26/2011_09_26_drive_0059_sync 96 l\n2011_09_26/2011_09_26_drive_0059_sync 97 l\n2011_09_26/2011_09_26_drive_0059_sync 98 l\n2011_09_26/2011_09_26_drive_0059_sync 99 l\n2011_09_26/2011_09_26_drive_0059_sync 100 l\n2011_09_26/2011_09_26_drive_0059_sync 101 l\n2011_09_26/2011_09_26_drive_0059_sync 102 l\n2011_09_26/2011_09_26_drive_0059_sync 103 l\n2011_09_26/2011_09_26_drive_0059_sync 104 l\n2011_09_26/2011_09_26_drive_0059_sync 105 l\n2011_09_26/2011_09_26_drive_0059_sync 106 l\n2011_09_26/2011_09_26_drive_0059_sync 107 l\n2011_09_26/2011_09_26_drive_0059_sync 108 l\n2011_09_26/2011_09_26_drive_0059_sync 109 l\n2011_09_26/2011_09_26_drive_0059_sync 110 l\n2011_09_26/2011_09_26_drive_0059_sync 111 l\n2011_09_26/2011_09_26_drive_0059_sync 112 l\n2011_09_26/2011_09_26_drive_0059_sync 113 l\n2011_09_26/2011_09_26_drive_0059_sync 114 l\n2011_09_26/2011_09_26_drive_0059_sync 115 l\n2011_09_26/2011_09_26_drive_0059_sync 116 l\n2011_09_26/2011_09_26_drive_0059_sync 117 l\n2011_09_26/2011_09_26_drive_0059_sync 118 l\n2011_09_26/2011_09_26_drive_0059_sync 119 l\n2011_09_26/2011_09_26_drive_0059_sync 120 l\n2011_09_26/2011_09_26_drive_0059_sync 121 l\n2011_09_26/2011_09_26_drive_0059_sync 122 l\n2011_09_26/2011_09_26_drive_0059_sync 123 l\n2011_09_26/2011_09_26_drive_0059_sync 124 l\n2011_09_26/2011_09_26_drive_0059_sync 125 l\n2011_09_26/2011_09_26_drive_0059_sync 126 l\n2011_09_26/2011_09_26_drive_0059_sync 127 l\n2011_09_26/2011_09_26_drive_0059_sync 128 l\n2011_09_26/2011_09_26_drive_0059_sync 129 l\n2011_09_26/2011_09_26_drive_0059_sync 130 l\n2011_09_26/2011_09_26_drive_0059_sync 131 l\n2011_09_26/2011_09_26_drive_0059_sync 132 l\n2011_09_26/2011_09_26_drive_0059_sync 133 l\n2011_09_26/2011_09_26_drive_0059_sync 134 l\n2011_09_26/2011_09_26_drive_0059_sync 135 l\n2011_09_26/2011_09_26_drive_0059_sync 136 l\n2011_09_26/2011_09_26_drive_0059_sync 137 l\n2011_09_26/2011_09_26_drive_0059_sync 138 l\n2011_09_26/2011_09_26_drive_0059_sync 139 l\n2011_09_26/2011_09_26_drive_0059_sync 140 l\n2011_09_26/2011_09_26_drive_0059_sync 141 l\n2011_09_26/2011_09_26_drive_0059_sync 142 l\n2011_09_26/2011_09_26_drive_0059_sync 143 l\n2011_09_26/2011_09_26_drive_0059_sync 144 l\n2011_09_26/2011_09_26_drive_0059_sync 145 l\n2011_09_26/2011_09_26_drive_0059_sync 146 l\n2011_09_26/2011_09_26_drive_0059_sync 147 l\n2011_09_26/2011_09_26_drive_0059_sync 148 l\n2011_09_26/2011_09_26_drive_0059_sync 149 l\n2011_09_26/2011_09_26_drive_0059_sync 150 l\n2011_09_26/2011_09_26_drive_0059_sync 151 l\n2011_09_26/2011_09_26_drive_0059_sync 152 l\n2011_09_26/2011_09_26_drive_0059_sync 153 l\n2011_09_26/2011_09_26_drive_0059_sync 154 l\n2011_09_26/2011_09_26_drive_0059_sync 155 l\n2011_09_26/2011_09_26_drive_0059_sync 156 l\n2011_09_26/2011_09_26_drive_0059_sync 157 l\n2011_09_26/2011_09_26_drive_0059_sync 158 l\n2011_09_26/2011_09_26_drive_0059_sync 159 l\n2011_09_26/2011_09_26_drive_0059_sync 160 l\n2011_09_26/2011_09_26_drive_0059_sync 161 l\n2011_09_26/2011_09_26_drive_0059_sync 162 l\n2011_09_26/2011_09_26_drive_0059_sync 163 l\n2011_09_26/2011_09_26_drive_0059_sync 164 l\n2011_09_26/2011_09_26_drive_0059_sync 165 l\n2011_09_26/2011_09_26_drive_0059_sync 166 l\n2011_09_26/2011_09_26_drive_0059_sync 167 l\n2011_09_26/2011_09_26_drive_0059_sync 168 l\n2011_09_26/2011_09_26_drive_0059_sync 169 l\n2011_09_26/2011_09_26_drive_0059_sync 170 l\n2011_09_26/2011_09_26_drive_0059_sync 171 l\n2011_09_26/2011_09_26_drive_0059_sync 172 l\n2011_09_26/2011_09_26_drive_0059_sync 173 l\n2011_09_26/2011_09_26_drive_0059_sync 174 l\n2011_09_26/2011_09_26_drive_0059_sync 175 l\n2011_09_26/2011_09_26_drive_0059_sync 176 l\n2011_09_26/2011_09_26_drive_0059_sync 177 l\n2011_09_26/2011_09_26_drive_0059_sync 178 l\n2011_09_26/2011_09_26_drive_0059_sync 179 l\n2011_09_26/2011_09_26_drive_0059_sync 180 l\n2011_09_26/2011_09_26_drive_0059_sync 181 l\n2011_09_26/2011_09_26_drive_0059_sync 182 l\n2011_09_26/2011_09_26_drive_0059_sync 183 l\n2011_09_26/2011_09_26_drive_0059_sync 184 l\n2011_09_26/2011_09_26_drive_0059_sync 185 l\n2011_09_26/2011_09_26_drive_0059_sync 186 l\n2011_09_26/2011_09_26_drive_0059_sync 187 l\n2011_09_26/2011_09_26_drive_0059_sync 188 l\n2011_09_26/2011_09_26_drive_0059_sync 189 l\n2011_09_26/2011_09_26_drive_0059_sync 190 l\n2011_09_26/2011_09_26_drive_0059_sync 191 l\n2011_09_26/2011_09_26_drive_0059_sync 192 l\n2011_09_26/2011_09_26_drive_0059_sync 193 l\n2011_09_26/2011_09_26_drive_0059_sync 194 l\n2011_09_26/2011_09_26_drive_0059_sync 195 l\n2011_09_26/2011_09_26_drive_0059_sync 196 l\n2011_09_26/2011_09_26_drive_0059_sync 197 l\n2011_09_26/2011_09_26_drive_0059_sync 198 l\n2011_09_26/2011_09_26_drive_0059_sync 199 l\n2011_09_26/2011_09_26_drive_0059_sync 200 l\n2011_09_26/2011_09_26_drive_0059_sync 201 l\n2011_09_26/2011_09_26_drive_0059_sync 202 l\n2011_09_26/2011_09_26_drive_0059_sync 203 l\n2011_09_26/2011_09_26_drive_0059_sync 204 l\n2011_09_26/2011_09_26_drive_0059_sync 205 l\n2011_09_26/2011_09_26_drive_0059_sync 206 l\n2011_09_26/2011_09_26_drive_0059_sync 207 l\n2011_09_26/2011_09_26_drive_0059_sync 208 l\n2011_09_26/2011_09_26_drive_0059_sync 209 l\n2011_09_26/2011_09_26_drive_0059_sync 210 l\n2011_09_26/2011_09_26_drive_0059_sync 211 l\n2011_09_26/2011_09_26_drive_0059_sync 212 l\n2011_09_26/2011_09_26_drive_0059_sync 213 l\n2011_09_26/2011_09_26_drive_0059_sync 214 l\n2011_09_26/2011_09_26_drive_0059_sync 215 l\n2011_09_26/2011_09_26_drive_0059_sync 216 l\n2011_09_26/2011_09_26_drive_0059_sync 217 l\n2011_09_26/2011_09_26_drive_0059_sync 218 l\n2011_09_26/2011_09_26_drive_0059_sync 219 l\n2011_09_26/2011_09_26_drive_0059_sync 220 l\n2011_09_26/2011_09_26_drive_0059_sync 221 l\n2011_09_26/2011_09_26_drive_0059_sync 222 l\n2011_09_26/2011_09_26_drive_0059_sync 223 l\n2011_09_26/2011_09_26_drive_0059_sync 224 l\n2011_09_26/2011_09_26_drive_0059_sync 225 l\n2011_09_26/2011_09_26_drive_0059_sync 226 l\n2011_09_26/2011_09_26_drive_0059_sync 227 l\n2011_09_26/2011_09_26_drive_0059_sync 228 l\n2011_09_26/2011_09_26_drive_0059_sync 229 l\n2011_09_26/2011_09_26_drive_0059_sync 230 l\n2011_09_26/2011_09_26_drive_0059_sync 231 l\n2011_09_26/2011_09_26_drive_0059_sync 232 l\n2011_09_26/2011_09_26_drive_0059_sync 233 l\n2011_09_26/2011_09_26_drive_0059_sync 234 l\n2011_09_26/2011_09_26_drive_0059_sync 235 l\n2011_09_26/2011_09_26_drive_0059_sync 236 l\n2011_09_26/2011_09_26_drive_0059_sync 237 l\n2011_09_26/2011_09_26_drive_0059_sync 238 l\n2011_09_26/2011_09_26_drive_0059_sync 239 l\n2011_09_26/2011_09_26_drive_0059_sync 240 l\n2011_09_26/2011_09_26_drive_0059_sync 241 l\n2011_09_26/2011_09_26_drive_0059_sync 242 l\n2011_09_26/2011_09_26_drive_0059_sync 243 l\n2011_09_26/2011_09_26_drive_0059_sync 244 l\n2011_09_26/2011_09_26_drive_0059_sync 245 l\n2011_09_26/2011_09_26_drive_0059_sync 246 l\n2011_09_26/2011_09_26_drive_0059_sync 247 l\n2011_09_26/2011_09_26_drive_0059_sync 248 l\n2011_09_26/2011_09_26_drive_0059_sync 249 l\n2011_09_26/2011_09_26_drive_0059_sync 250 l\n2011_09_26/2011_09_26_drive_0059_sync 251 l\n2011_09_26/2011_09_26_drive_0059_sync 252 l\n2011_09_26/2011_09_26_drive_0059_sync 253 l\n2011_09_26/2011_09_26_drive_0059_sync 254 l\n2011_09_26/2011_09_26_drive_0059_sync 255 l\n2011_09_26/2011_09_26_drive_0059_sync 256 l\n2011_09_26/2011_09_26_drive_0059_sync 257 l\n2011_09_26/2011_09_26_drive_0059_sync 258 l\n2011_09_26/2011_09_26_drive_0059_sync 259 l\n2011_09_26/2011_09_26_drive_0059_sync 260 l\n2011_09_26/2011_09_26_drive_0059_sync 261 l\n2011_09_26/2011_09_26_drive_0059_sync 262 l\n2011_09_26/2011_09_26_drive_0059_sync 263 l\n2011_09_26/2011_09_26_drive_0059_sync 264 l\n2011_09_26/2011_09_26_drive_0059_sync 265 l\n2011_09_26/2011_09_26_drive_0059_sync 266 l\n2011_09_26/2011_09_26_drive_0059_sync 267 l\n2011_09_26/2011_09_26_drive_0059_sync 268 l\n2011_09_26/2011_09_26_drive_0059_sync 269 l\n2011_09_26/2011_09_26_drive_0059_sync 270 l\n2011_09_26/2011_09_26_drive_0059_sync 271 l\n2011_09_26/2011_09_26_drive_0059_sync 272 l\n2011_09_26/2011_09_26_drive_0059_sync 273 l\n2011_09_26/2011_09_26_drive_0059_sync 274 l\n2011_09_26/2011_09_26_drive_0059_sync 275 l\n2011_09_26/2011_09_26_drive_0059_sync 276 l\n2011_09_26/2011_09_26_drive_0059_sync 277 l\n2011_09_26/2011_09_26_drive_0059_sync 278 l\n2011_09_26/2011_09_26_drive_0059_sync 279 l\n2011_09_26/2011_09_26_drive_0059_sync 280 l\n2011_09_26/2011_09_26_drive_0059_sync 281 l\n2011_09_26/2011_09_26_drive_0059_sync 282 l\n2011_09_26/2011_09_26_drive_0059_sync 283 l\n2011_09_26/2011_09_26_drive_0059_sync 284 l\n2011_09_26/2011_09_26_drive_0059_sync 285 l\n2011_09_26/2011_09_26_drive_0059_sync 286 l\n2011_09_26/2011_09_26_drive_0059_sync 287 l\n2011_09_26/2011_09_26_drive_0059_sync 288 l\n2011_09_26/2011_09_26_drive_0059_sync 289 l\n2011_09_26/2011_09_26_drive_0059_sync 290 l\n2011_09_26/2011_09_26_drive_0059_sync 291 l\n2011_09_26/2011_09_26_drive_0059_sync 292 l\n2011_09_26/2011_09_26_drive_0059_sync 293 l\n2011_09_26/2011_09_26_drive_0059_sync 294 l\n2011_09_26/2011_09_26_drive_0059_sync 295 l\n2011_09_26/2011_09_26_drive_0059_sync 296 l\n2011_09_26/2011_09_26_drive_0059_sync 297 l\n2011_09_26/2011_09_26_drive_0059_sync 298 l\n2011_09_26/2011_09_26_drive_0059_sync 299 l\n2011_09_26/2011_09_26_drive_0059_sync 300 l\n2011_09_26/2011_09_26_drive_0059_sync 301 l\n2011_09_26/2011_09_26_drive_0059_sync 302 l\n2011_09_26/2011_09_26_drive_0059_sync 303 l\n2011_09_26/2011_09_26_drive_0059_sync 304 l\n2011_09_26/2011_09_26_drive_0059_sync 305 l\n2011_09_26/2011_09_26_drive_0059_sync 306 l\n2011_09_26/2011_09_26_drive_0059_sync 307 l\n2011_09_26/2011_09_26_drive_0059_sync 308 l\n2011_09_26/2011_09_26_drive_0059_sync 309 l\n2011_09_26/2011_09_26_drive_0059_sync 310 l\n2011_09_26/2011_09_26_drive_0059_sync 311 l\n2011_09_26/2011_09_26_drive_0059_sync 312 l\n2011_09_26/2011_09_26_drive_0059_sync 313 l\n2011_09_26/2011_09_26_drive_0059_sync 314 l\n2011_09_26/2011_09_26_drive_0059_sync 315 l\n2011_09_26/2011_09_26_drive_0059_sync 316 l\n2011_09_26/2011_09_26_drive_0059_sync 317 l\n2011_09_26/2011_09_26_drive_0059_sync 318 l\n2011_09_26/2011_09_26_drive_0059_sync 319 l\n2011_09_26/2011_09_26_drive_0059_sync 320 l\n2011_09_26/2011_09_26_drive_0059_sync 321 l\n2011_09_26/2011_09_26_drive_0059_sync 322 l\n2011_09_26/2011_09_26_drive_0059_sync 323 l\n2011_09_26/2011_09_26_drive_0059_sync 324 l\n2011_09_26/2011_09_26_drive_0059_sync 325 l\n2011_09_26/2011_09_26_drive_0059_sync 326 l\n2011_09_26/2011_09_26_drive_0059_sync 327 l\n2011_09_26/2011_09_26_drive_0059_sync 328 l\n2011_09_26/2011_09_26_drive_0059_sync 329 l\n2011_09_26/2011_09_26_drive_0059_sync 330 l\n2011_09_26/2011_09_26_drive_0059_sync 331 l\n2011_09_26/2011_09_26_drive_0059_sync 332 l\n2011_09_26/2011_09_26_drive_0059_sync 333 l\n2011_09_26/2011_09_26_drive_0059_sync 334 l\n2011_09_26/2011_09_26_drive_0059_sync 335 l\n2011_09_26/2011_09_26_drive_0059_sync 336 l\n2011_09_26/2011_09_26_drive_0059_sync 337 l\n2011_09_26/2011_09_26_drive_0059_sync 338 l\n2011_09_26/2011_09_26_drive_0059_sync 339 l\n2011_09_26/2011_09_26_drive_0059_sync 340 l\n2011_09_26/2011_09_26_drive_0059_sync 341 l\n2011_09_26/2011_09_26_drive_0059_sync 342 l\n2011_09_26/2011_09_26_drive_0059_sync 343 l\n2011_09_26/2011_09_26_drive_0059_sync 344 l\n2011_09_26/2011_09_26_drive_0059_sync 345 l\n2011_09_26/2011_09_26_drive_0059_sync 346 l\n2011_09_26/2011_09_26_drive_0059_sync 347 l\n2011_09_26/2011_09_26_drive_0059_sync 348 l\n2011_09_26/2011_09_26_drive_0059_sync 349 l\n2011_09_26/2011_09_26_drive_0059_sync 350 l\n2011_09_26/2011_09_26_drive_0059_sync 351 l\n2011_09_26/2011_09_26_drive_0059_sync 352 l\n2011_09_26/2011_09_26_drive_0059_sync 353 l\n2011_09_26/2011_09_26_drive_0059_sync 354 l\n2011_09_26/2011_09_26_drive_0059_sync 355 l\n2011_09_26/2011_09_26_drive_0059_sync 356 l\n2011_09_26/2011_09_26_drive_0059_sync 357 l\n2011_09_26/2011_09_26_drive_0059_sync 358 l\n2011_09_26/2011_09_26_drive_0059_sync 359 l\n2011_09_26/2011_09_26_drive_0059_sync 360 l\n2011_09_26/2011_09_26_drive_0059_sync 361 l\n2011_09_26/2011_09_26_drive_0059_sync 362 l\n2011_09_26/2011_09_26_drive_0059_sync 363 l\n2011_09_26/2011_09_26_drive_0059_sync 364 l\n2011_09_26/2011_09_26_drive_0059_sync 365 l\n2011_09_26/2011_09_26_drive_0059_sync 366 l\n2011_09_26/2011_09_26_drive_0059_sync 367 l\n2011_09_26/2011_09_26_drive_0059_sync 368 l\n2011_09_26/2011_09_26_drive_0059_sync 369 l\n2011_09_26/2011_09_26_drive_0059_sync 370 l\n2011_09_26/2011_09_26_drive_0059_sync 371 l\n2011_09_26/2011_09_26_drive_0059_sync 372 l\n2011_09_26/2011_09_26_drive_0059_sync 0 r\n2011_09_26/2011_09_26_drive_0059_sync 1 r\n2011_09_26/2011_09_26_drive_0059_sync 2 r\n2011_09_26/2011_09_26_drive_0059_sync 3 r\n2011_09_26/2011_09_26_drive_0059_sync 4 r\n2011_09_26/2011_09_26_drive_0059_sync 5 r\n2011_09_26/2011_09_26_drive_0059_sync 6 r\n2011_09_26/2011_09_26_drive_0059_sync 7 r\n2011_09_26/2011_09_26_drive_0059_sync 8 r\n2011_09_26/2011_09_26_drive_0059_sync 9 r\n2011_09_26/2011_09_26_drive_0059_sync 10 r\n2011_09_26/2011_09_26_drive_0059_sync 11 r\n2011_09_26/2011_09_26_drive_0059_sync 12 r\n2011_09_26/2011_09_26_drive_0059_sync 13 r\n2011_09_26/2011_09_26_drive_0059_sync 14 r\n2011_09_26/2011_09_26_drive_0059_sync 15 r\n2011_09_26/2011_09_26_drive_0059_sync 16 r\n2011_09_26/2011_09_26_drive_0059_sync 17 r\n2011_09_26/2011_09_26_drive_0059_sync 18 r\n2011_09_26/2011_09_26_drive_0059_sync 19 r\n2011_09_26/2011_09_26_drive_0059_sync 20 r\n2011_09_26/2011_09_26_drive_0059_sync 21 r\n2011_09_26/2011_09_26_drive_0059_sync 22 r\n2011_09_26/2011_09_26_drive_0059_sync 23 r\n2011_09_26/2011_09_26_drive_0059_sync 24 r\n2011_09_26/2011_09_26_drive_0059_sync 25 r\n2011_09_26/2011_09_26_drive_0059_sync 26 r\n2011_09_26/2011_09_26_drive_0059_sync 27 r\n2011_09_26/2011_09_26_drive_0059_sync 28 r\n2011_09_26/2011_09_26_drive_0059_sync 29 r\n2011_09_26/2011_09_26_drive_0059_sync 30 r\n2011_09_26/2011_09_26_drive_0059_sync 31 r\n2011_09_26/2011_09_26_drive_0059_sync 32 r\n2011_09_26/2011_09_26_drive_0059_sync 33 r\n2011_09_26/2011_09_26_drive_0059_sync 34 r\n2011_09_26/2011_09_26_drive_0059_sync 35 r\n2011_09_26/2011_09_26_drive_0059_sync 36 r\n2011_09_26/2011_09_26_drive_0059_sync 37 r\n2011_09_26/2011_09_26_drive_0059_sync 38 r\n2011_09_26/2011_09_26_drive_0059_sync 39 r\n2011_09_26/2011_09_26_drive_0059_sync 40 r\n2011_09_26/2011_09_26_drive_0059_sync 41 r\n2011_09_26/2011_09_26_drive_0059_sync 42 r\n2011_09_26/2011_09_26_drive_0059_sync 43 r\n2011_09_26/2011_09_26_drive_0059_sync 44 r\n2011_09_26/2011_09_26_drive_0059_sync 45 r\n2011_09_26/2011_09_26_drive_0059_sync 46 r\n2011_09_26/2011_09_26_drive_0059_sync 47 r\n2011_09_26/2011_09_26_drive_0059_sync 48 r\n2011_09_26/2011_09_26_drive_0059_sync 49 r\n2011_09_26/2011_09_26_drive_0059_sync 50 r\n2011_09_26/2011_09_26_drive_0059_sync 51 r\n2011_09_26/2011_09_26_drive_0059_sync 52 r\n2011_09_26/2011_09_26_drive_0059_sync 53 r\n2011_09_26/2011_09_26_drive_0059_sync 54 r\n2011_09_26/2011_09_26_drive_0059_sync 55 r\n2011_09_26/2011_09_26_drive_0059_sync 56 r\n2011_09_26/2011_09_26_drive_0059_sync 57 r\n2011_09_26/2011_09_26_drive_0059_sync 58 r\n2011_09_26/2011_09_26_drive_0059_sync 59 r\n2011_09_26/2011_09_26_drive_0059_sync 60 r\n2011_09_26/2011_09_26_drive_0059_sync 61 r\n2011_09_26/2011_09_26_drive_0059_sync 62 r\n2011_09_26/2011_09_26_drive_0059_sync 63 r\n2011_09_26/2011_09_26_drive_0059_sync 64 r\n2011_09_26/2011_09_26_drive_0059_sync 65 r\n2011_09_26/2011_09_26_drive_0059_sync 66 r\n2011_09_26/2011_09_26_drive_0059_sync 67 r\n2011_09_26/2011_09_26_drive_0059_sync 68 r\n2011_09_26/2011_09_26_drive_0059_sync 69 r\n2011_09_26/2011_09_26_drive_0059_sync 70 r\n2011_09_26/2011_09_26_drive_0059_sync 71 r\n2011_09_26/2011_09_26_drive_0059_sync 72 r\n2011_09_26/2011_09_26_drive_0059_sync 73 r\n2011_09_26/2011_09_26_drive_0059_sync 74 r\n2011_09_26/2011_09_26_drive_0059_sync 75 r\n2011_09_26/2011_09_26_drive_0059_sync 76 r\n2011_09_26/2011_09_26_drive_0059_sync 77 r\n2011_09_26/2011_09_26_drive_0059_sync 78 r\n2011_09_26/2011_09_26_drive_0059_sync 79 r\n2011_09_26/2011_09_26_drive_0059_sync 80 r\n2011_09_26/2011_09_26_drive_0059_sync 81 r\n2011_09_26/2011_09_26_drive_0059_sync 82 r\n2011_09_26/2011_09_26_drive_0059_sync 83 r\n2011_09_26/2011_09_26_drive_0059_sync 84 r\n2011_09_26/2011_09_26_drive_0059_sync 85 r\n2011_09_26/2011_09_26_drive_0059_sync 86 r\n2011_09_26/2011_09_26_drive_0059_sync 87 r\n2011_09_26/2011_09_26_drive_0059_sync 88 r\n2011_09_26/2011_09_26_drive_0059_sync 89 r\n2011_09_26/2011_09_26_drive_0059_sync 90 r\n2011_09_26/2011_09_26_drive_0059_sync 91 r\n2011_09_26/2011_09_26_drive_0059_sync 92 r\n2011_09_26/2011_09_26_drive_0059_sync 93 r\n2011_09_26/2011_09_26_drive_0059_sync 94 r\n2011_09_26/2011_09_26_drive_0059_sync 95 r\n2011_09_26/2011_09_26_drive_0059_sync 96 r\n2011_09_26/2011_09_26_drive_0059_sync 97 r\n2011_09_26/2011_09_26_drive_0059_sync 98 r\n2011_09_26/2011_09_26_drive_0059_sync 99 r\n2011_09_26/2011_09_26_drive_0059_sync 100 r\n2011_09_26/2011_09_26_drive_0059_sync 101 r\n2011_09_26/2011_09_26_drive_0059_sync 102 r\n2011_09_26/2011_09_26_drive_0059_sync 103 r\n2011_09_26/2011_09_26_drive_0059_sync 104 r\n2011_09_26/2011_09_26_drive_0059_sync 105 r\n2011_09_26/2011_09_26_drive_0059_sync 106 r\n2011_09_26/2011_09_26_drive_0059_sync 107 r\n2011_09_26/2011_09_26_drive_0059_sync 108 r\n2011_09_26/2011_09_26_drive_0059_sync 109 r\n2011_09_26/2011_09_26_drive_0059_sync 110 r\n2011_09_26/2011_09_26_drive_0059_sync 111 r\n2011_09_26/2011_09_26_drive_0059_sync 112 r\n2011_09_26/2011_09_26_drive_0059_sync 113 r\n2011_09_26/2011_09_26_drive_0059_sync 114 r\n2011_09_26/2011_09_26_drive_0059_sync 115 r\n2011_09_26/2011_09_26_drive_0059_sync 116 r\n2011_09_26/2011_09_26_drive_0059_sync 117 r\n2011_09_26/2011_09_26_drive_0059_sync 118 r\n2011_09_26/2011_09_26_drive_0059_sync 119 r\n2011_09_26/2011_09_26_drive_0059_sync 120 r\n2011_09_26/2011_09_26_drive_0059_sync 121 r\n2011_09_26/2011_09_26_drive_0059_sync 122 r\n2011_09_26/2011_09_26_drive_0059_sync 123 r\n2011_09_26/2011_09_26_drive_0059_sync 124 r\n2011_09_26/2011_09_26_drive_0059_sync 125 r\n2011_09_26/2011_09_26_drive_0059_sync 126 r\n2011_09_26/2011_09_26_drive_0059_sync 127 r\n2011_09_26/2011_09_26_drive_0059_sync 128 r\n2011_09_26/2011_09_26_drive_0059_sync 129 r\n2011_09_26/2011_09_26_drive_0059_sync 130 r\n2011_09_26/2011_09_26_drive_0059_sync 131 r\n2011_09_26/2011_09_26_drive_0059_sync 132 r\n2011_09_26/2011_09_26_drive_0059_sync 133 r\n2011_09_26/2011_09_26_drive_0059_sync 134 r\n2011_09_26/2011_09_26_drive_0059_sync 135 r\n2011_09_26/2011_09_26_drive_0059_sync 136 r\n2011_09_26/2011_09_26_drive_0059_sync 137 r\n2011_09_26/2011_09_26_drive_0059_sync 138 r\n2011_09_26/2011_09_26_drive_0059_sync 139 r\n2011_09_26/2011_09_26_drive_0059_sync 140 r\n2011_09_26/2011_09_26_drive_0059_sync 141 r\n2011_09_26/2011_09_26_drive_0059_sync 142 r\n2011_09_26/2011_09_26_drive_0059_sync 143 r\n2011_09_26/2011_09_26_drive_0059_sync 144 r\n2011_09_26/2011_09_26_drive_0059_sync 145 r\n2011_09_26/2011_09_26_drive_0059_sync 146 r\n2011_09_26/2011_09_26_drive_0059_sync 147 r\n2011_09_26/2011_09_26_drive_0059_sync 148 r\n2011_09_26/2011_09_26_drive_0059_sync 149 r\n2011_09_26/2011_09_26_drive_0059_sync 150 r\n2011_09_26/2011_09_26_drive_0059_sync 151 r\n2011_09_26/2011_09_26_drive_0059_sync 152 r\n2011_09_26/2011_09_26_drive_0059_sync 153 r\n2011_09_26/2011_09_26_drive_0059_sync 154 r\n2011_09_26/2011_09_26_drive_0059_sync 155 r\n2011_09_26/2011_09_26_drive_0059_sync 156 r\n2011_09_26/2011_09_26_drive_0059_sync 157 r\n2011_09_26/2011_09_26_drive_0059_sync 158 r\n2011_09_26/2011_09_26_drive_0059_sync 159 r\n2011_09_26/2011_09_26_drive_0059_sync 160 r\n2011_09_26/2011_09_26_drive_0059_sync 161 r\n2011_09_26/2011_09_26_drive_0059_sync 162 r\n2011_09_26/2011_09_26_drive_0059_sync 163 r\n2011_09_26/2011_09_26_drive_0059_sync 164 r\n2011_09_26/2011_09_26_drive_0059_sync 165 r\n2011_09_26/2011_09_26_drive_0059_sync 166 r\n2011_09_26/2011_09_26_drive_0059_sync 167 r\n2011_09_26/2011_09_26_drive_0059_sync 168 r\n2011_09_26/2011_09_26_drive_0059_sync 169 r\n2011_09_26/2011_09_26_drive_0059_sync 170 r\n2011_09_26/2011_09_26_drive_0059_sync 171 r\n2011_09_26/2011_09_26_drive_0059_sync 172 r\n2011_09_26/2011_09_26_drive_0059_sync 173 r\n2011_09_26/2011_09_26_drive_0059_sync 174 r\n2011_09_26/2011_09_26_drive_0059_sync 175 r\n2011_09_26/2011_09_26_drive_0059_sync 176 r\n2011_09_26/2011_09_26_drive_0059_sync 177 r\n2011_09_26/2011_09_26_drive_0059_sync 178 r\n2011_09_26/2011_09_26_drive_0059_sync 179 r\n2011_09_26/2011_09_26_drive_0059_sync 180 r\n2011_09_26/2011_09_26_drive_0059_sync 181 r\n2011_09_26/2011_09_26_drive_0059_sync 182 r\n2011_09_26/2011_09_26_drive_0059_sync 183 r\n2011_09_26/2011_09_26_drive_0059_sync 184 r\n2011_09_26/2011_09_26_drive_0059_sync 185 r\n2011_09_26/2011_09_26_drive_0059_sync 186 r\n2011_09_26/2011_09_26_drive_0059_sync 187 r\n2011_09_26/2011_09_26_drive_0059_sync 188 r\n2011_09_26/2011_09_26_drive_0059_sync 189 r\n2011_09_26/2011_09_26_drive_0059_sync 190 r\n2011_09_26/2011_09_26_drive_0059_sync 191 r\n2011_09_26/2011_09_26_drive_0059_sync 192 r\n2011_09_26/2011_09_26_drive_0059_sync 193 r\n2011_09_26/2011_09_26_drive_0059_sync 194 r\n2011_09_26/2011_09_26_drive_0059_sync 195 r\n2011_09_26/2011_09_26_drive_0059_sync 196 r\n2011_09_26/2011_09_26_drive_0059_sync 197 r\n2011_09_26/2011_09_26_drive_0059_sync 198 r\n2011_09_26/2011_09_26_drive_0059_sync 199 r\n2011_09_26/2011_09_26_drive_0059_sync 200 r\n2011_09_26/2011_09_26_drive_0059_sync 201 r\n2011_09_26/2011_09_26_drive_0059_sync 202 r\n2011_09_26/2011_09_26_drive_0059_sync 203 r\n2011_09_26/2011_09_26_drive_0059_sync 204 r\n2011_09_26/2011_09_26_drive_0059_sync 205 r\n2011_09_26/2011_09_26_drive_0059_sync 206 r\n2011_09_26/2011_09_26_drive_0059_sync 207 r\n2011_09_26/2011_09_26_drive_0059_sync 208 r\n2011_09_26/2011_09_26_drive_0059_sync 209 r\n2011_09_26/2011_09_26_drive_0059_sync 210 r\n2011_09_26/2011_09_26_drive_0059_sync 211 r\n2011_09_26/2011_09_26_drive_0059_sync 212 r\n2011_09_26/2011_09_26_drive_0059_sync 213 r\n2011_09_26/2011_09_26_drive_0059_sync 214 r\n2011_09_26/2011_09_26_drive_0059_sync 215 r\n2011_09_26/2011_09_26_drive_0059_sync 216 r\n2011_09_26/2011_09_26_drive_0059_sync 217 r\n2011_09_26/2011_09_26_drive_0059_sync 218 r\n2011_09_26/2011_09_26_drive_0059_sync 219 r\n2011_09_26/2011_09_26_drive_0059_sync 220 r\n2011_09_26/2011_09_26_drive_0059_sync 221 r\n2011_09_26/2011_09_26_drive_0059_sync 222 r\n2011_09_26/2011_09_26_drive_0059_sync 223 r\n2011_09_26/2011_09_26_drive_0059_sync 224 r\n2011_09_26/2011_09_26_drive_0059_sync 225 r\n2011_09_26/2011_09_26_drive_0059_sync 226 r\n2011_09_26/2011_09_26_drive_0059_sync 227 r\n2011_09_26/2011_09_26_drive_0059_sync 228 r\n2011_09_26/2011_09_26_drive_0059_sync 229 r\n2011_09_26/2011_09_26_drive_0059_sync 230 r\n2011_09_26/2011_09_26_drive_0059_sync 231 r\n2011_09_26/2011_09_26_drive_0059_sync 232 r\n2011_09_26/2011_09_26_drive_0059_sync 233 r\n2011_09_26/2011_09_26_drive_0059_sync 234 r\n2011_09_26/2011_09_26_drive_0059_sync 235 r\n2011_09_26/2011_09_26_drive_0059_sync 236 r\n2011_09_26/2011_09_26_drive_0059_sync 237 r\n2011_09_26/2011_09_26_drive_0059_sync 238 r\n2011_09_26/2011_09_26_drive_0059_sync 239 r\n2011_09_26/2011_09_26_drive_0059_sync 240 r\n2011_09_26/2011_09_26_drive_0059_sync 241 r\n2011_09_26/2011_09_26_drive_0059_sync 242 r\n2011_09_26/2011_09_26_drive_0059_sync 243 r\n2011_09_26/2011_09_26_drive_0059_sync 244 r\n2011_09_26/2011_09_26_drive_0059_sync 245 r\n2011_09_26/2011_09_26_drive_0059_sync 246 r\n2011_09_26/2011_09_26_drive_0059_sync 247 r\n2011_09_26/2011_09_26_drive_0059_sync 248 r\n2011_09_26/2011_09_26_drive_0059_sync 249 r\n2011_09_26/2011_09_26_drive_0059_sync 250 r\n2011_09_26/2011_09_26_drive_0059_sync 251 r\n2011_09_26/2011_09_26_drive_0059_sync 252 r\n2011_09_26/2011_09_26_drive_0059_sync 253 r\n2011_09_26/2011_09_26_drive_0059_sync 254 r\n2011_09_26/2011_09_26_drive_0059_sync 255 r\n2011_09_26/2011_09_26_drive_0059_sync 256 r\n2011_09_26/2011_09_26_drive_0059_sync 257 r\n2011_09_26/2011_09_26_drive_0059_sync 258 r\n2011_09_26/2011_09_26_drive_0059_sync 259 r\n2011_09_26/2011_09_26_drive_0059_sync 260 r\n2011_09_26/2011_09_26_drive_0059_sync 261 r\n2011_09_26/2011_09_26_drive_0059_sync 262 r\n2011_09_26/2011_09_26_drive_0059_sync 263 r\n2011_09_26/2011_09_26_drive_0059_sync 264 r\n2011_09_26/2011_09_26_drive_0059_sync 265 r\n2011_09_26/2011_09_26_drive_0059_sync 266 r\n2011_09_26/2011_09_26_drive_0059_sync 267 r\n2011_09_26/2011_09_26_drive_0059_sync 268 r\n2011_09_26/2011_09_26_drive_0059_sync 269 r\n2011_09_26/2011_09_26_drive_0059_sync 270 r\n2011_09_26/2011_09_26_drive_0059_sync 271 r\n2011_09_26/2011_09_26_drive_0059_sync 272 r\n2011_09_26/2011_09_26_drive_0059_sync 273 r\n2011_09_26/2011_09_26_drive_0059_sync 274 r\n2011_09_26/2011_09_26_drive_0059_sync 275 r\n2011_09_26/2011_09_26_drive_0059_sync 276 r\n2011_09_26/2011_09_26_drive_0059_sync 277 r\n2011_09_26/2011_09_26_drive_0059_sync 278 r\n2011_09_26/2011_09_26_drive_0059_sync 279 r\n2011_09_26/2011_09_26_drive_0059_sync 280 r\n2011_09_26/2011_09_26_drive_0059_sync 281 r\n2011_09_26/2011_09_26_drive_0059_sync 282 r\n2011_09_26/2011_09_26_drive_0059_sync 283 r\n2011_09_26/2011_09_26_drive_0059_sync 284 r\n2011_09_26/2011_09_26_drive_0059_sync 285 r\n2011_09_26/2011_09_26_drive_0059_sync 286 r\n2011_09_26/2011_09_26_drive_0059_sync 287 r\n2011_09_26/2011_09_26_drive_0059_sync 288 r\n2011_09_26/2011_09_26_drive_0059_sync 289 r\n2011_09_26/2011_09_26_drive_0059_sync 290 r\n2011_09_26/2011_09_26_drive_0059_sync 291 r\n2011_09_26/2011_09_26_drive_0059_sync 292 r\n2011_09_26/2011_09_26_drive_0059_sync 293 r\n2011_09_26/2011_09_26_drive_0059_sync 294 r\n2011_09_26/2011_09_26_drive_0059_sync 295 r\n2011_09_26/2011_09_26_drive_0059_sync 296 r\n2011_09_26/2011_09_26_drive_0059_sync 297 r\n2011_09_26/2011_09_26_drive_0059_sync 298 r\n2011_09_26/2011_09_26_drive_0059_sync 299 r\n2011_09_26/2011_09_26_drive_0059_sync 300 r\n2011_09_26/2011_09_26_drive_0059_sync 301 r\n2011_09_26/2011_09_26_drive_0059_sync 302 r\n2011_09_26/2011_09_26_drive_0059_sync 303 r\n2011_09_26/2011_09_26_drive_0059_sync 304 r\n2011_09_26/2011_09_26_drive_0059_sync 305 r\n2011_09_26/2011_09_26_drive_0059_sync 306 r\n2011_09_26/2011_09_26_drive_0059_sync 307 r\n2011_09_26/2011_09_26_drive_0059_sync 308 r\n2011_09_26/2011_09_26_drive_0059_sync 309 r\n2011_09_26/2011_09_26_drive_0059_sync 310 r\n2011_09_26/2011_09_26_drive_0059_sync 311 r\n2011_09_26/2011_09_26_drive_0059_sync 312 r\n2011_09_26/2011_09_26_drive_0059_sync 313 r\n2011_09_26/2011_09_26_drive_0059_sync 314 r\n2011_09_26/2011_09_26_drive_0059_sync 315 r\n2011_09_26/2011_09_26_drive_0059_sync 316 r\n2011_09_26/2011_09_26_drive_0059_sync 317 r\n2011_09_26/2011_09_26_drive_0059_sync 318 r\n2011_09_26/2011_09_26_drive_0059_sync 319 r\n2011_09_26/2011_09_26_drive_0059_sync 320 r\n2011_09_26/2011_09_26_drive_0059_sync 321 r\n2011_09_26/2011_09_26_drive_0059_sync 322 r\n2011_09_26/2011_09_26_drive_0059_sync 323 r\n2011_09_26/2011_09_26_drive_0059_sync 324 r\n2011_09_26/2011_09_26_drive_0059_sync 325 r\n2011_09_26/2011_09_26_drive_0059_sync 326 r\n2011_09_26/2011_09_26_drive_0059_sync 327 r\n2011_09_26/2011_09_26_drive_0059_sync 328 r\n2011_09_26/2011_09_26_drive_0059_sync 329 r\n2011_09_26/2011_09_26_drive_0059_sync 330 r\n2011_09_26/2011_09_26_drive_0059_sync 331 r\n2011_09_26/2011_09_26_drive_0059_sync 332 r\n2011_09_26/2011_09_26_drive_0059_sync 333 r\n2011_09_26/2011_09_26_drive_0059_sync 334 r\n2011_09_26/2011_09_26_drive_0059_sync 335 r\n2011_09_26/2011_09_26_drive_0059_sync 336 r\n2011_09_26/2011_09_26_drive_0059_sync 337 r\n2011_09_26/2011_09_26_drive_0059_sync 338 r\n2011_09_26/2011_09_26_drive_0059_sync 339 r\n2011_09_26/2011_09_26_drive_0059_sync 340 r\n2011_09_26/2011_09_26_drive_0059_sync 341 r\n2011_09_26/2011_09_26_drive_0059_sync 342 r\n2011_09_26/2011_09_26_drive_0059_sync 343 r\n2011_09_26/2011_09_26_drive_0059_sync 344 r\n2011_09_26/2011_09_26_drive_0059_sync 345 r\n2011_09_26/2011_09_26_drive_0059_sync 346 r\n2011_09_26/2011_09_26_drive_0059_sync 347 r\n2011_09_26/2011_09_26_drive_0059_sync 348 r\n2011_09_26/2011_09_26_drive_0059_sync 349 r\n2011_09_26/2011_09_26_drive_0059_sync 350 r\n2011_09_26/2011_09_26_drive_0059_sync 351 r\n2011_09_26/2011_09_26_drive_0059_sync 352 r\n2011_09_26/2011_09_26_drive_0059_sync 353 r\n2011_09_26/2011_09_26_drive_0059_sync 354 r\n2011_09_26/2011_09_26_drive_0059_sync 355 r\n2011_09_26/2011_09_26_drive_0059_sync 356 r\n2011_09_26/2011_09_26_drive_0059_sync 357 r\n2011_09_26/2011_09_26_drive_0059_sync 358 r\n2011_09_26/2011_09_26_drive_0059_sync 359 r\n2011_09_26/2011_09_26_drive_0059_sync 360 r\n2011_09_26/2011_09_26_drive_0059_sync 361 r\n2011_09_26/2011_09_26_drive_0059_sync 362 r\n2011_09_26/2011_09_26_drive_0059_sync 363 r\n2011_09_26/2011_09_26_drive_0059_sync 364 r\n2011_09_26/2011_09_26_drive_0059_sync 365 r\n2011_09_26/2011_09_26_drive_0059_sync 366 r\n2011_09_26/2011_09_26_drive_0059_sync 367 r\n2011_09_26/2011_09_26_drive_0059_sync 368 r\n2011_09_26/2011_09_26_drive_0059_sync 369 r\n2011_09_26/2011_09_26_drive_0059_sync 370 r\n2011_09_26/2011_09_26_drive_0059_sync 371 r\n2011_09_26/2011_09_26_drive_0059_sync 372 r\n2011_09_26/2011_09_26_drive_0104_sync 0 l\n2011_09_26/2011_09_26_drive_0104_sync 1 l\n2011_09_26/2011_09_26_drive_0104_sync 2 l\n2011_09_26/2011_09_26_drive_0104_sync 3 l\n2011_09_26/2011_09_26_drive_0104_sync 4 l\n2011_09_26/2011_09_26_drive_0104_sync 5 l\n2011_09_26/2011_09_26_drive_0104_sync 6 l\n2011_09_26/2011_09_26_drive_0104_sync 7 l\n2011_09_26/2011_09_26_drive_0104_sync 8 l\n2011_09_26/2011_09_26_drive_0104_sync 9 l\n2011_09_26/2011_09_26_drive_0104_sync 10 l\n2011_09_26/2011_09_26_drive_0104_sync 11 l\n2011_09_26/2011_09_26_drive_0104_sync 12 l\n2011_09_26/2011_09_26_drive_0104_sync 13 l\n2011_09_26/2011_09_26_drive_0104_sync 14 l\n2011_09_26/2011_09_26_drive_0104_sync 15 l\n2011_09_26/2011_09_26_drive_0104_sync 16 l\n2011_09_26/2011_09_26_drive_0104_sync 17 l\n2011_09_26/2011_09_26_drive_0104_sync 18 l\n2011_09_26/2011_09_26_drive_0104_sync 19 l\n2011_09_26/2011_09_26_drive_0104_sync 20 l\n2011_09_26/2011_09_26_drive_0104_sync 21 l\n2011_09_26/2011_09_26_drive_0104_sync 22 l\n2011_09_26/2011_09_26_drive_0104_sync 23 l\n2011_09_26/2011_09_26_drive_0104_sync 24 l\n2011_09_26/2011_09_26_drive_0104_sync 25 l\n2011_09_26/2011_09_26_drive_0104_sync 26 l\n2011_09_26/2011_09_26_drive_0104_sync 27 l\n2011_09_26/2011_09_26_drive_0104_sync 28 l\n2011_09_26/2011_09_26_drive_0104_sync 29 l\n2011_09_26/2011_09_26_drive_0104_sync 30 l\n2011_09_26/2011_09_26_drive_0104_sync 31 l\n2011_09_26/2011_09_26_drive_0104_sync 32 l\n2011_09_26/2011_09_26_drive_0104_sync 33 l\n2011_09_26/2011_09_26_drive_0104_sync 34 l\n2011_09_26/2011_09_26_drive_0104_sync 35 l\n2011_09_26/2011_09_26_drive_0104_sync 36 l\n2011_09_26/2011_09_26_drive_0104_sync 37 l\n2011_09_26/2011_09_26_drive_0104_sync 38 l\n2011_09_26/2011_09_26_drive_0104_sync 39 l\n2011_09_26/2011_09_26_drive_0104_sync 40 l\n2011_09_26/2011_09_26_drive_0104_sync 41 l\n2011_09_26/2011_09_26_drive_0104_sync 42 l\n2011_09_26/2011_09_26_drive_0104_sync 43 l\n2011_09_26/2011_09_26_drive_0104_sync 44 l\n2011_09_26/2011_09_26_drive_0104_sync 45 l\n2011_09_26/2011_09_26_drive_0104_sync 46 l\n2011_09_26/2011_09_26_drive_0104_sync 47 l\n2011_09_26/2011_09_26_drive_0104_sync 48 l\n2011_09_26/2011_09_26_drive_0104_sync 49 l\n2011_09_26/2011_09_26_drive_0104_sync 50 l\n2011_09_26/2011_09_26_drive_0104_sync 51 l\n2011_09_26/2011_09_26_drive_0104_sync 52 l\n2011_09_26/2011_09_26_drive_0104_sync 53 l\n2011_09_26/2011_09_26_drive_0104_sync 54 l\n2011_09_26/2011_09_26_drive_0104_sync 55 l\n2011_09_26/2011_09_26_drive_0104_sync 56 l\n2011_09_26/2011_09_26_drive_0104_sync 57 l\n2011_09_26/2011_09_26_drive_0104_sync 58 l\n2011_09_26/2011_09_26_drive_0104_sync 59 l\n2011_09_26/2011_09_26_drive_0104_sync 60 l\n2011_09_26/2011_09_26_drive_0104_sync 61 l\n2011_09_26/2011_09_26_drive_0104_sync 62 l\n2011_09_26/2011_09_26_drive_0104_sync 63 l\n2011_09_26/2011_09_26_drive_0104_sync 64 l\n2011_09_26/2011_09_26_drive_0104_sync 65 l\n2011_09_26/2011_09_26_drive_0104_sync 66 l\n2011_09_26/2011_09_26_drive_0104_sync 67 l\n2011_09_26/2011_09_26_drive_0104_sync 68 l\n2011_09_26/2011_09_26_drive_0104_sync 69 l\n2011_09_26/2011_09_26_drive_0104_sync 70 l\n2011_09_26/2011_09_26_drive_0104_sync 71 l\n2011_09_26/2011_09_26_drive_0104_sync 72 l\n2011_09_26/2011_09_26_drive_0104_sync 73 l\n2011_09_26/2011_09_26_drive_0104_sync 74 l\n2011_09_26/2011_09_26_drive_0104_sync 75 l\n2011_09_26/2011_09_26_drive_0104_sync 76 l\n2011_09_26/2011_09_26_drive_0104_sync 77 l\n2011_09_26/2011_09_26_drive_0104_sync 78 l\n2011_09_26/2011_09_26_drive_0104_sync 79 l\n2011_09_26/2011_09_26_drive_0104_sync 80 l\n2011_09_26/2011_09_26_drive_0104_sync 81 l\n2011_09_26/2011_09_26_drive_0104_sync 82 l\n2011_09_26/2011_09_26_drive_0104_sync 83 l\n2011_09_26/2011_09_26_drive_0104_sync 84 l\n2011_09_26/2011_09_26_drive_0104_sync 85 l\n2011_09_26/2011_09_26_drive_0104_sync 86 l\n2011_09_26/2011_09_26_drive_0104_sync 87 l\n2011_09_26/2011_09_26_drive_0104_sync 88 l\n2011_09_26/2011_09_26_drive_0104_sync 89 l\n2011_09_26/2011_09_26_drive_0104_sync 90 l\n2011_09_26/2011_09_26_drive_0104_sync 91 l\n2011_09_26/2011_09_26_drive_0104_sync 92 l\n2011_09_26/2011_09_26_drive_0104_sync 93 l\n2011_09_26/2011_09_26_drive_0104_sync 94 l\n2011_09_26/2011_09_26_drive_0104_sync 95 l\n2011_09_26/2011_09_26_drive_0104_sync 96 l\n2011_09_26/2011_09_26_drive_0104_sync 97 l\n2011_09_26/2011_09_26_drive_0104_sync 98 l\n2011_09_26/2011_09_26_drive_0104_sync 99 l\n2011_09_26/2011_09_26_drive_0104_sync 100 l\n2011_09_26/2011_09_26_drive_0104_sync 101 l\n2011_09_26/2011_09_26_drive_0104_sync 102 l\n2011_09_26/2011_09_26_drive_0104_sync 103 l\n2011_09_26/2011_09_26_drive_0104_sync 104 l\n2011_09_26/2011_09_26_drive_0104_sync 105 l\n2011_09_26/2011_09_26_drive_0104_sync 106 l\n2011_09_26/2011_09_26_drive_0104_sync 107 l\n2011_09_26/2011_09_26_drive_0104_sync 108 l\n2011_09_26/2011_09_26_drive_0104_sync 109 l\n2011_09_26/2011_09_26_drive_0104_sync 110 l\n2011_09_26/2011_09_26_drive_0104_sync 111 l\n2011_09_26/2011_09_26_drive_0104_sync 112 l\n2011_09_26/2011_09_26_drive_0104_sync 113 l\n2011_09_26/2011_09_26_drive_0104_sync 114 l\n2011_09_26/2011_09_26_drive_0104_sync 115 l\n2011_09_26/2011_09_26_drive_0104_sync 116 l\n2011_09_26/2011_09_26_drive_0104_sync 117 l\n2011_09_26/2011_09_26_drive_0104_sync 118 l\n2011_09_26/2011_09_26_drive_0104_sync 119 l\n2011_09_26/2011_09_26_drive_0104_sync 120 l\n2011_09_26/2011_09_26_drive_0104_sync 121 l\n2011_09_26/2011_09_26_drive_0104_sync 122 l\n2011_09_26/2011_09_26_drive_0104_sync 123 l\n2011_09_26/2011_09_26_drive_0104_sync 124 l\n2011_09_26/2011_09_26_drive_0104_sync 125 l\n2011_09_26/2011_09_26_drive_0104_sync 126 l\n2011_09_26/2011_09_26_drive_0104_sync 127 l\n2011_09_26/2011_09_26_drive_0104_sync 128 l\n2011_09_26/2011_09_26_drive_0104_sync 129 l\n2011_09_26/2011_09_26_drive_0104_sync 130 l\n2011_09_26/2011_09_26_drive_0104_sync 131 l\n2011_09_26/2011_09_26_drive_0104_sync 132 l\n2011_09_26/2011_09_26_drive_0104_sync 133 l\n2011_09_26/2011_09_26_drive_0104_sync 134 l\n2011_09_26/2011_09_26_drive_0104_sync 135 l\n2011_09_26/2011_09_26_drive_0104_sync 136 l\n2011_09_26/2011_09_26_drive_0104_sync 137 l\n2011_09_26/2011_09_26_drive_0104_sync 138 l\n2011_09_26/2011_09_26_drive_0104_sync 139 l\n2011_09_26/2011_09_26_drive_0104_sync 140 l\n2011_09_26/2011_09_26_drive_0104_sync 141 l\n2011_09_26/2011_09_26_drive_0104_sync 142 l\n2011_09_26/2011_09_26_drive_0104_sync 143 l\n2011_09_26/2011_09_26_drive_0104_sync 144 l\n2011_09_26/2011_09_26_drive_0104_sync 145 l\n2011_09_26/2011_09_26_drive_0104_sync 146 l\n2011_09_26/2011_09_26_drive_0104_sync 147 l\n2011_09_26/2011_09_26_drive_0104_sync 148 l\n2011_09_26/2011_09_26_drive_0104_sync 149 l\n2011_09_26/2011_09_26_drive_0104_sync 150 l\n2011_09_26/2011_09_26_drive_0104_sync 151 l\n2011_09_26/2011_09_26_drive_0104_sync 152 l\n2011_09_26/2011_09_26_drive_0104_sync 153 l\n2011_09_26/2011_09_26_drive_0104_sync 154 l\n2011_09_26/2011_09_26_drive_0104_sync 155 l\n2011_09_26/2011_09_26_drive_0104_sync 156 l\n2011_09_26/2011_09_26_drive_0104_sync 157 l\n2011_09_26/2011_09_26_drive_0104_sync 158 l\n2011_09_26/2011_09_26_drive_0104_sync 159 l\n2011_09_26/2011_09_26_drive_0104_sync 160 l\n2011_09_26/2011_09_26_drive_0104_sync 161 l\n2011_09_26/2011_09_26_drive_0104_sync 162 l\n2011_09_26/2011_09_26_drive_0104_sync 163 l\n2011_09_26/2011_09_26_drive_0104_sync 164 l\n2011_09_26/2011_09_26_drive_0104_sync 165 l\n2011_09_26/2011_09_26_drive_0104_sync 166 l\n2011_09_26/2011_09_26_drive_0104_sync 167 l\n2011_09_26/2011_09_26_drive_0104_sync 168 l\n2011_09_26/2011_09_26_drive_0104_sync 169 l\n2011_09_26/2011_09_26_drive_0104_sync 170 l\n2011_09_26/2011_09_26_drive_0104_sync 171 l\n2011_09_26/2011_09_26_drive_0104_sync 172 l\n2011_09_26/2011_09_26_drive_0104_sync 173 l\n2011_09_26/2011_09_26_drive_0104_sync 174 l\n2011_09_26/2011_09_26_drive_0104_sync 175 l\n2011_09_26/2011_09_26_drive_0104_sync 176 l\n2011_09_26/2011_09_26_drive_0104_sync 177 l\n2011_09_26/2011_09_26_drive_0104_sync 178 l\n2011_09_26/2011_09_26_drive_0104_sync 179 l\n2011_09_26/2011_09_26_drive_0104_sync 180 l\n2011_09_26/2011_09_26_drive_0104_sync 181 l\n2011_09_26/2011_09_26_drive_0104_sync 182 l\n2011_09_26/2011_09_26_drive_0104_sync 183 l\n2011_09_26/2011_09_26_drive_0104_sync 184 l\n2011_09_26/2011_09_26_drive_0104_sync 185 l\n2011_09_26/2011_09_26_drive_0104_sync 186 l\n2011_09_26/2011_09_26_drive_0104_sync 187 l\n2011_09_26/2011_09_26_drive_0104_sync 188 l\n2011_09_26/2011_09_26_drive_0104_sync 189 l\n2011_09_26/2011_09_26_drive_0104_sync 190 l\n2011_09_26/2011_09_26_drive_0104_sync 191 l\n2011_09_26/2011_09_26_drive_0104_sync 192 l\n2011_09_26/2011_09_26_drive_0104_sync 193 l\n2011_09_26/2011_09_26_drive_0104_sync 194 l\n2011_09_26/2011_09_26_drive_0104_sync 195 l\n2011_09_26/2011_09_26_drive_0104_sync 196 l\n2011_09_26/2011_09_26_drive_0104_sync 197 l\n2011_09_26/2011_09_26_drive_0104_sync 198 l\n2011_09_26/2011_09_26_drive_0104_sync 199 l\n2011_09_26/2011_09_26_drive_0104_sync 200 l\n2011_09_26/2011_09_26_drive_0104_sync 201 l\n2011_09_26/2011_09_26_drive_0104_sync 202 l\n2011_09_26/2011_09_26_drive_0104_sync 203 l\n2011_09_26/2011_09_26_drive_0104_sync 204 l\n2011_09_26/2011_09_26_drive_0104_sync 205 l\n2011_09_26/2011_09_26_drive_0104_sync 206 l\n2011_09_26/2011_09_26_drive_0104_sync 207 l\n2011_09_26/2011_09_26_drive_0104_sync 208 l\n2011_09_26/2011_09_26_drive_0104_sync 209 l\n2011_09_26/2011_09_26_drive_0104_sync 210 l\n2011_09_26/2011_09_26_drive_0104_sync 211 l\n2011_09_26/2011_09_26_drive_0104_sync 212 l\n2011_09_26/2011_09_26_drive_0104_sync 213 l\n2011_09_26/2011_09_26_drive_0104_sync 214 l\n2011_09_26/2011_09_26_drive_0104_sync 215 l\n2011_09_26/2011_09_26_drive_0104_sync 216 l\n2011_09_26/2011_09_26_drive_0104_sync 217 l\n2011_09_26/2011_09_26_drive_0104_sync 218 l\n2011_09_26/2011_09_26_drive_0104_sync 219 l\n2011_09_26/2011_09_26_drive_0104_sync 220 l\n2011_09_26/2011_09_26_drive_0104_sync 221 l\n2011_09_26/2011_09_26_drive_0104_sync 222 l\n2011_09_26/2011_09_26_drive_0104_sync 223 l\n2011_09_26/2011_09_26_drive_0104_sync 224 l\n2011_09_26/2011_09_26_drive_0104_sync 225 l\n2011_09_26/2011_09_26_drive_0104_sync 226 l\n2011_09_26/2011_09_26_drive_0104_sync 227 l\n2011_09_26/2011_09_26_drive_0104_sync 228 l\n2011_09_26/2011_09_26_drive_0104_sync 229 l\n2011_09_26/2011_09_26_drive_0104_sync 230 l\n2011_09_26/2011_09_26_drive_0104_sync 231 l\n2011_09_26/2011_09_26_drive_0104_sync 232 l\n2011_09_26/2011_09_26_drive_0104_sync 233 l\n2011_09_26/2011_09_26_drive_0104_sync 234 l\n2011_09_26/2011_09_26_drive_0104_sync 235 l\n2011_09_26/2011_09_26_drive_0104_sync 236 l\n2011_09_26/2011_09_26_drive_0104_sync 237 l\n2011_09_26/2011_09_26_drive_0104_sync 238 l\n2011_09_26/2011_09_26_drive_0104_sync 239 l\n2011_09_26/2011_09_26_drive_0104_sync 240 l\n2011_09_26/2011_09_26_drive_0104_sync 241 l\n2011_09_26/2011_09_26_drive_0104_sync 242 l\n2011_09_26/2011_09_26_drive_0104_sync 243 l\n2011_09_26/2011_09_26_drive_0104_sync 244 l\n2011_09_26/2011_09_26_drive_0104_sync 245 l\n2011_09_26/2011_09_26_drive_0104_sync 246 l\n2011_09_26/2011_09_26_drive_0104_sync 247 l\n2011_09_26/2011_09_26_drive_0104_sync 248 l\n2011_09_26/2011_09_26_drive_0104_sync 249 l\n2011_09_26/2011_09_26_drive_0104_sync 250 l\n2011_09_26/2011_09_26_drive_0104_sync 251 l\n2011_09_26/2011_09_26_drive_0104_sync 252 l\n2011_09_26/2011_09_26_drive_0104_sync 253 l\n2011_09_26/2011_09_26_drive_0104_sync 254 l\n2011_09_26/2011_09_26_drive_0104_sync 255 l\n2011_09_26/2011_09_26_drive_0104_sync 256 l\n2011_09_26/2011_09_26_drive_0104_sync 257 l\n2011_09_26/2011_09_26_drive_0104_sync 258 l\n2011_09_26/2011_09_26_drive_0104_sync 259 l\n2011_09_26/2011_09_26_drive_0104_sync 260 l\n2011_09_26/2011_09_26_drive_0104_sync 261 l\n2011_09_26/2011_09_26_drive_0104_sync 262 l\n2011_09_26/2011_09_26_drive_0104_sync 263 l\n2011_09_26/2011_09_26_drive_0104_sync 264 l\n2011_09_26/2011_09_26_drive_0104_sync 265 l\n2011_09_26/2011_09_26_drive_0104_sync 266 l\n2011_09_26/2011_09_26_drive_0104_sync 267 l\n2011_09_26/2011_09_26_drive_0104_sync 268 l\n2011_09_26/2011_09_26_drive_0104_sync 269 l\n2011_09_26/2011_09_26_drive_0104_sync 270 l\n2011_09_26/2011_09_26_drive_0104_sync 271 l\n2011_09_26/2011_09_26_drive_0104_sync 272 l\n2011_09_26/2011_09_26_drive_0104_sync 273 l\n2011_09_26/2011_09_26_drive_0104_sync 274 l\n2011_09_26/2011_09_26_drive_0104_sync 275 l\n2011_09_26/2011_09_26_drive_0104_sync 276 l\n2011_09_26/2011_09_26_drive_0104_sync 277 l\n2011_09_26/2011_09_26_drive_0104_sync 278 l\n2011_09_26/2011_09_26_drive_0104_sync 279 l\n2011_09_26/2011_09_26_drive_0104_sync 280 l\n2011_09_26/2011_09_26_drive_0104_sync 281 l\n2011_09_26/2011_09_26_drive_0104_sync 282 l\n2011_09_26/2011_09_26_drive_0104_sync 283 l\n2011_09_26/2011_09_26_drive_0104_sync 284 l\n2011_09_26/2011_09_26_drive_0104_sync 285 l\n2011_09_26/2011_09_26_drive_0104_sync 286 l\n2011_09_26/2011_09_26_drive_0104_sync 287 l\n2011_09_26/2011_09_26_drive_0104_sync 288 l\n2011_09_26/2011_09_26_drive_0104_sync 289 l\n2011_09_26/2011_09_26_drive_0104_sync 290 l\n2011_09_26/2011_09_26_drive_0104_sync 291 l\n2011_09_26/2011_09_26_drive_0104_sync 292 l\n2011_09_26/2011_09_26_drive_0104_sync 293 l\n2011_09_26/2011_09_26_drive_0104_sync 294 l\n2011_09_26/2011_09_26_drive_0104_sync 295 l\n2011_09_26/2011_09_26_drive_0104_sync 296 l\n2011_09_26/2011_09_26_drive_0104_sync 297 l\n2011_09_26/2011_09_26_drive_0104_sync 298 l\n2011_09_26/2011_09_26_drive_0104_sync 299 l\n2011_09_26/2011_09_26_drive_0104_sync 300 l\n2011_09_26/2011_09_26_drive_0104_sync 301 l\n2011_09_26/2011_09_26_drive_0104_sync 302 l\n2011_09_26/2011_09_26_drive_0104_sync 303 l\n2011_09_26/2011_09_26_drive_0104_sync 304 l\n2011_09_26/2011_09_26_drive_0104_sync 305 l\n2011_09_26/2011_09_26_drive_0104_sync 306 l\n2011_09_26/2011_09_26_drive_0104_sync 307 l\n2011_09_26/2011_09_26_drive_0104_sync 308 l\n2011_09_26/2011_09_26_drive_0104_sync 309 l\n2011_09_26/2011_09_26_drive_0104_sync 310 l\n2011_09_26/2011_09_26_drive_0104_sync 311 l\n2011_09_26/2011_09_26_drive_0104_sync 0 r\n2011_09_26/2011_09_26_drive_0104_sync 1 r\n2011_09_26/2011_09_26_drive_0104_sync 2 r\n2011_09_26/2011_09_26_drive_0104_sync 3 r\n2011_09_26/2011_09_26_drive_0104_sync 4 r\n2011_09_26/2011_09_26_drive_0104_sync 5 r\n2011_09_26/2011_09_26_drive_0104_sync 6 r\n2011_09_26/2011_09_26_drive_0104_sync 7 r\n2011_09_26/2011_09_26_drive_0104_sync 8 r\n2011_09_26/2011_09_26_drive_0104_sync 9 r\n2011_09_26/2011_09_26_drive_0104_sync 10 r\n2011_09_26/2011_09_26_drive_0104_sync 11 r\n2011_09_26/2011_09_26_drive_0104_sync 12 r\n2011_09_26/2011_09_26_drive_0104_sync 13 r\n2011_09_26/2011_09_26_drive_0104_sync 14 r\n2011_09_26/2011_09_26_drive_0104_sync 15 r\n2011_09_26/2011_09_26_drive_0104_sync 16 r\n2011_09_26/2011_09_26_drive_0104_sync 17 r\n2011_09_26/2011_09_26_drive_0104_sync 18 r\n2011_09_26/2011_09_26_drive_0104_sync 19 r\n2011_09_26/2011_09_26_drive_0104_sync 20 r\n2011_09_26/2011_09_26_drive_0104_sync 21 r\n2011_09_26/2011_09_26_drive_0104_sync 22 r\n2011_09_26/2011_09_26_drive_0104_sync 23 r\n2011_09_26/2011_09_26_drive_0104_sync 24 r\n2011_09_26/2011_09_26_drive_0104_sync 25 r\n2011_09_26/2011_09_26_drive_0104_sync 26 r\n2011_09_26/2011_09_26_drive_0104_sync 27 r\n2011_09_26/2011_09_26_drive_0104_sync 28 r\n2011_09_26/2011_09_26_drive_0104_sync 29 r\n2011_09_26/2011_09_26_drive_0104_sync 30 r\n2011_09_26/2011_09_26_drive_0104_sync 31 r\n2011_09_26/2011_09_26_drive_0104_sync 32 r\n2011_09_26/2011_09_26_drive_0104_sync 33 r\n2011_09_26/2011_09_26_drive_0104_sync 34 r\n2011_09_26/2011_09_26_drive_0104_sync 35 r\n2011_09_26/2011_09_26_drive_0104_sync 36 r\n2011_09_26/2011_09_26_drive_0104_sync 37 r\n2011_09_26/2011_09_26_drive_0104_sync 38 r\n2011_09_26/2011_09_26_drive_0104_sync 39 r\n2011_09_26/2011_09_26_drive_0104_sync 40 r\n2011_09_26/2011_09_26_drive_0104_sync 41 r\n2011_09_26/2011_09_26_drive_0104_sync 42 r\n2011_09_26/2011_09_26_drive_0104_sync 43 r\n2011_09_26/2011_09_26_drive_0104_sync 44 r\n2011_09_26/2011_09_26_drive_0104_sync 45 r\n2011_09_26/2011_09_26_drive_0104_sync 46 r\n2011_09_26/2011_09_26_drive_0104_sync 47 r\n2011_09_26/2011_09_26_drive_0104_sync 48 r\n2011_09_26/2011_09_26_drive_0104_sync 49 r\n2011_09_26/2011_09_26_drive_0104_sync 50 r\n2011_09_26/2011_09_26_drive_0104_sync 51 r\n2011_09_26/2011_09_26_drive_0104_sync 52 r\n2011_09_26/2011_09_26_drive_0104_sync 53 r\n2011_09_26/2011_09_26_drive_0104_sync 54 r\n2011_09_26/2011_09_26_drive_0104_sync 55 r\n2011_09_26/2011_09_26_drive_0104_sync 56 r\n2011_09_26/2011_09_26_drive_0104_sync 57 r\n2011_09_26/2011_09_26_drive_0104_sync 58 r\n2011_09_26/2011_09_26_drive_0104_sync 59 r\n2011_09_26/2011_09_26_drive_0104_sync 60 r\n2011_09_26/2011_09_26_drive_0104_sync 61 r\n2011_09_26/2011_09_26_drive_0104_sync 62 r\n2011_09_26/2011_09_26_drive_0104_sync 63 r\n2011_09_26/2011_09_26_drive_0104_sync 64 r\n2011_09_26/2011_09_26_drive_0104_sync 65 r\n2011_09_26/2011_09_26_drive_0104_sync 66 r\n2011_09_26/2011_09_26_drive_0104_sync 67 r\n2011_09_26/2011_09_26_drive_0104_sync 68 r\n2011_09_26/2011_09_26_drive_0104_sync 69 r\n2011_09_26/2011_09_26_drive_0104_sync 70 r\n2011_09_26/2011_09_26_drive_0104_sync 71 r\n2011_09_26/2011_09_26_drive_0104_sync 72 r\n2011_09_26/2011_09_26_drive_0104_sync 73 r\n2011_09_26/2011_09_26_drive_0104_sync 74 r\n2011_09_26/2011_09_26_drive_0104_sync 75 r\n2011_09_26/2011_09_26_drive_0104_sync 76 r\n2011_09_26/2011_09_26_drive_0104_sync 77 r\n2011_09_26/2011_09_26_drive_0104_sync 78 r\n2011_09_26/2011_09_26_drive_0104_sync 79 r\n2011_09_26/2011_09_26_drive_0104_sync 80 r\n2011_09_26/2011_09_26_drive_0104_sync 81 r\n2011_09_26/2011_09_26_drive_0104_sync 82 r\n2011_09_26/2011_09_26_drive_0104_sync 83 r\n2011_09_26/2011_09_26_drive_0104_sync 84 r\n2011_09_26/2011_09_26_drive_0104_sync 85 r\n2011_09_26/2011_09_26_drive_0104_sync 86 r\n2011_09_26/2011_09_26_drive_0104_sync 87 r\n2011_09_26/2011_09_26_drive_0104_sync 88 r\n2011_09_26/2011_09_26_drive_0104_sync 89 r\n2011_09_26/2011_09_26_drive_0104_sync 90 r\n2011_09_26/2011_09_26_drive_0104_sync 91 r\n2011_09_26/2011_09_26_drive_0104_sync 92 r\n2011_09_26/2011_09_26_drive_0104_sync 93 r\n2011_09_26/2011_09_26_drive_0104_sync 94 r\n2011_09_26/2011_09_26_drive_0104_sync 95 r\n2011_09_26/2011_09_26_drive_0104_sync 96 r\n2011_09_26/2011_09_26_drive_0104_sync 97 r\n2011_09_26/2011_09_26_drive_0104_sync 98 r\n2011_09_26/2011_09_26_drive_0104_sync 99 r\n2011_09_26/2011_09_26_drive_0104_sync 100 r\n2011_09_26/2011_09_26_drive_0104_sync 101 r\n2011_09_26/2011_09_26_drive_0104_sync 102 r\n2011_09_26/2011_09_26_drive_0104_sync 103 r\n2011_09_26/2011_09_26_drive_0104_sync 104 r\n2011_09_26/2011_09_26_drive_0104_sync 105 r\n2011_09_26/2011_09_26_drive_0104_sync 106 r\n2011_09_26/2011_09_26_drive_0104_sync 107 r\n2011_09_26/2011_09_26_drive_0104_sync 108 r\n2011_09_26/2011_09_26_drive_0104_sync 109 r\n2011_09_26/2011_09_26_drive_0104_sync 110 r\n2011_09_26/2011_09_26_drive_0104_sync 111 r\n2011_09_26/2011_09_26_drive_0104_sync 112 r\n2011_09_26/2011_09_26_drive_0104_sync 113 r\n2011_09_26/2011_09_26_drive_0104_sync 114 r\n2011_09_26/2011_09_26_drive_0104_sync 115 r\n2011_09_26/2011_09_26_drive_0104_sync 116 r\n2011_09_26/2011_09_26_drive_0104_sync 117 r\n2011_09_26/2011_09_26_drive_0104_sync 118 r\n2011_09_26/2011_09_26_drive_0104_sync 119 r\n2011_09_26/2011_09_26_drive_0104_sync 120 r\n2011_09_26/2011_09_26_drive_0104_sync 121 r\n2011_09_26/2011_09_26_drive_0104_sync 122 r\n2011_09_26/2011_09_26_drive_0104_sync 123 r\n2011_09_26/2011_09_26_drive_0104_sync 124 r\n2011_09_26/2011_09_26_drive_0104_sync 125 r\n2011_09_26/2011_09_26_drive_0104_sync 126 r\n2011_09_26/2011_09_26_drive_0104_sync 127 r\n2011_09_26/2011_09_26_drive_0104_sync 128 r\n2011_09_26/2011_09_26_drive_0104_sync 129 r\n2011_09_26/2011_09_26_drive_0104_sync 130 r\n2011_09_26/2011_09_26_drive_0104_sync 131 r\n2011_09_26/2011_09_26_drive_0104_sync 132 r\n2011_09_26/2011_09_26_drive_0104_sync 133 r\n2011_09_26/2011_09_26_drive_0104_sync 134 r\n2011_09_26/2011_09_26_drive_0104_sync 135 r\n2011_09_26/2011_09_26_drive_0104_sync 136 r\n2011_09_26/2011_09_26_drive_0104_sync 137 r\n2011_09_26/2011_09_26_drive_0104_sync 138 r\n2011_09_26/2011_09_26_drive_0104_sync 139 r\n2011_09_26/2011_09_26_drive_0104_sync 140 r\n2011_09_26/2011_09_26_drive_0104_sync 141 r\n2011_09_26/2011_09_26_drive_0104_sync 142 r\n2011_09_26/2011_09_26_drive_0104_sync 143 r\n2011_09_26/2011_09_26_drive_0104_sync 144 r\n2011_09_26/2011_09_26_drive_0104_sync 145 r\n2011_09_26/2011_09_26_drive_0104_sync 146 r\n2011_09_26/2011_09_26_drive_0104_sync 147 r\n2011_09_26/2011_09_26_drive_0104_sync 148 r\n2011_09_26/2011_09_26_drive_0104_sync 149 r\n2011_09_26/2011_09_26_drive_0104_sync 150 r\n2011_09_26/2011_09_26_drive_0104_sync 151 r\n2011_09_26/2011_09_26_drive_0104_sync 152 r\n2011_09_26/2011_09_26_drive_0104_sync 153 r\n2011_09_26/2011_09_26_drive_0104_sync 154 r\n2011_09_26/2011_09_26_drive_0104_sync 155 r\n2011_09_26/2011_09_26_drive_0104_sync 156 r\n2011_09_26/2011_09_26_drive_0104_sync 157 r\n2011_09_26/2011_09_26_drive_0104_sync 158 r\n2011_09_26/2011_09_26_drive_0104_sync 159 r\n2011_09_26/2011_09_26_drive_0104_sync 160 r\n2011_09_26/2011_09_26_drive_0104_sync 161 r\n2011_09_26/2011_09_26_drive_0104_sync 162 r\n2011_09_26/2011_09_26_drive_0104_sync 163 r\n2011_09_26/2011_09_26_drive_0104_sync 164 r\n2011_09_26/2011_09_26_drive_0104_sync 165 r\n2011_09_26/2011_09_26_drive_0104_sync 166 r\n2011_09_26/2011_09_26_drive_0104_sync 167 r\n2011_09_26/2011_09_26_drive_0104_sync 168 r\n2011_09_26/2011_09_26_drive_0104_sync 169 r\n2011_09_26/2011_09_26_drive_0104_sync 170 r\n2011_09_26/2011_09_26_drive_0104_sync 171 r\n2011_09_26/2011_09_26_drive_0104_sync 172 r\n2011_09_26/2011_09_26_drive_0104_sync 173 r\n2011_09_26/2011_09_26_drive_0104_sync 174 r\n2011_09_26/2011_09_26_drive_0104_sync 175 r\n2011_09_26/2011_09_26_drive_0104_sync 176 r\n2011_09_26/2011_09_26_drive_0104_sync 177 r\n2011_09_26/2011_09_26_drive_0104_sync 178 r\n2011_09_26/2011_09_26_drive_0104_sync 179 r\n2011_09_26/2011_09_26_drive_0104_sync 180 r\n2011_09_26/2011_09_26_drive_0104_sync 181 r\n2011_09_26/2011_09_26_drive_0104_sync 182 r\n2011_09_26/2011_09_26_drive_0104_sync 183 r\n2011_09_26/2011_09_26_drive_0104_sync 184 r\n2011_09_26/2011_09_26_drive_0104_sync 185 r\n2011_09_26/2011_09_26_drive_0104_sync 186 r\n2011_09_26/2011_09_26_drive_0104_sync 187 r\n2011_09_26/2011_09_26_drive_0104_sync 188 r\n2011_09_26/2011_09_26_drive_0104_sync 189 r\n2011_09_26/2011_09_26_drive_0104_sync 190 r\n2011_09_26/2011_09_26_drive_0104_sync 191 r\n2011_09_26/2011_09_26_drive_0104_sync 192 r\n2011_09_26/2011_09_26_drive_0104_sync 193 r\n2011_09_26/2011_09_26_drive_0104_sync 194 r\n2011_09_26/2011_09_26_drive_0104_sync 195 r\n2011_09_26/2011_09_26_drive_0104_sync 196 r\n2011_09_26/2011_09_26_drive_0104_sync 197 r\n2011_09_26/2011_09_26_drive_0104_sync 198 r\n2011_09_26/2011_09_26_drive_0104_sync 199 r\n2011_09_26/2011_09_26_drive_0104_sync 200 r\n2011_09_26/2011_09_26_drive_0104_sync 201 r\n2011_09_26/2011_09_26_drive_0104_sync 202 r\n2011_09_26/2011_09_26_drive_0104_sync 203 r\n2011_09_26/2011_09_26_drive_0104_sync 204 r\n2011_09_26/2011_09_26_drive_0104_sync 205 r\n2011_09_26/2011_09_26_drive_0104_sync 206 r\n2011_09_26/2011_09_26_drive_0104_sync 207 r\n2011_09_26/2011_09_26_drive_0104_sync 208 r\n2011_09_26/2011_09_26_drive_0104_sync 209 r\n2011_09_26/2011_09_26_drive_0104_sync 210 r\n2011_09_26/2011_09_26_drive_0104_sync 211 r\n2011_09_26/2011_09_26_drive_0104_sync 212 r\n2011_09_26/2011_09_26_drive_0104_sync 213 r\n2011_09_26/2011_09_26_drive_0104_sync 214 r\n2011_09_26/2011_09_26_drive_0104_sync 215 r\n2011_09_26/2011_09_26_drive_0104_sync 216 r\n2011_09_26/2011_09_26_drive_0104_sync 217 r\n2011_09_26/2011_09_26_drive_0104_sync 218 r\n2011_09_26/2011_09_26_drive_0104_sync 219 r\n2011_09_26/2011_09_26_drive_0104_sync 220 r\n2011_09_26/2011_09_26_drive_0104_sync 221 r\n2011_09_26/2011_09_26_drive_0104_sync 222 r\n2011_09_26/2011_09_26_drive_0104_sync 223 r\n2011_09_26/2011_09_26_drive_0104_sync 224 r\n2011_09_26/2011_09_26_drive_0104_sync 225 r\n2011_09_26/2011_09_26_drive_0104_sync 226 r\n2011_09_26/2011_09_26_drive_0104_sync 227 r\n2011_09_26/2011_09_26_drive_0104_sync 228 r\n2011_09_26/2011_09_26_drive_0104_sync 229 r\n2011_09_26/2011_09_26_drive_0104_sync 230 r\n2011_09_26/2011_09_26_drive_0104_sync 231 r\n2011_09_26/2011_09_26_drive_0104_sync 232 r\n2011_09_26/2011_09_26_drive_0104_sync 233 r\n2011_09_26/2011_09_26_drive_0104_sync 234 r\n2011_09_26/2011_09_26_drive_0104_sync 235 r\n2011_09_26/2011_09_26_drive_0104_sync 236 r\n2011_09_26/2011_09_26_drive_0104_sync 237 r\n2011_09_26/2011_09_26_drive_0104_sync 238 r\n2011_09_26/2011_09_26_drive_0104_sync 239 r\n2011_09_26/2011_09_26_drive_0104_sync 240 r\n2011_09_26/2011_09_26_drive_0104_sync 241 r\n2011_09_26/2011_09_26_drive_0104_sync 242 r\n2011_09_26/2011_09_26_drive_0104_sync 243 r\n2011_09_26/2011_09_26_drive_0104_sync 244 r\n2011_09_26/2011_09_26_drive_0104_sync 245 r\n2011_09_26/2011_09_26_drive_0104_sync 246 r\n2011_09_26/2011_09_26_drive_0104_sync 247 r\n2011_09_26/2011_09_26_drive_0104_sync 248 r\n2011_09_26/2011_09_26_drive_0104_sync 249 r\n2011_09_26/2011_09_26_drive_0104_sync 250 r\n2011_09_26/2011_09_26_drive_0104_sync 251 r\n2011_09_26/2011_09_26_drive_0104_sync 252 r\n2011_09_26/2011_09_26_drive_0104_sync 253 r\n2011_09_26/2011_09_26_drive_0104_sync 254 r\n2011_09_26/2011_09_26_drive_0104_sync 255 r\n2011_09_26/2011_09_26_drive_0104_sync 256 r\n2011_09_26/2011_09_26_drive_0104_sync 257 r\n2011_09_26/2011_09_26_drive_0104_sync 258 r\n2011_09_26/2011_09_26_drive_0104_sync 259 r\n2011_09_26/2011_09_26_drive_0104_sync 260 r\n2011_09_26/2011_09_26_drive_0104_sync 261 r\n2011_09_26/2011_09_26_drive_0104_sync 262 r\n2011_09_26/2011_09_26_drive_0104_sync 263 r\n2011_09_26/2011_09_26_drive_0104_sync 264 r\n2011_09_26/2011_09_26_drive_0104_sync 265 r\n2011_09_26/2011_09_26_drive_0104_sync 266 r\n2011_09_26/2011_09_26_drive_0104_sync 267 r\n2011_09_26/2011_09_26_drive_0104_sync 268 r\n2011_09_26/2011_09_26_drive_0104_sync 269 r\n2011_09_26/2011_09_26_drive_0104_sync 270 r\n2011_09_26/2011_09_26_drive_0104_sync 271 r\n2011_09_26/2011_09_26_drive_0104_sync 272 r\n2011_09_26/2011_09_26_drive_0104_sync 273 r\n2011_09_26/2011_09_26_drive_0104_sync 274 r\n2011_09_26/2011_09_26_drive_0104_sync 275 r\n2011_09_26/2011_09_26_drive_0104_sync 276 r\n2011_09_26/2011_09_26_drive_0104_sync 277 r\n2011_09_26/2011_09_26_drive_0104_sync 278 r\n2011_09_26/2011_09_26_drive_0104_sync 279 r\n2011_09_26/2011_09_26_drive_0104_sync 280 r\n2011_09_26/2011_09_26_drive_0104_sync 281 r\n2011_09_26/2011_09_26_drive_0104_sync 282 r\n2011_09_26/2011_09_26_drive_0104_sync 283 r\n2011_09_26/2011_09_26_drive_0104_sync 284 r\n2011_09_26/2011_09_26_drive_0104_sync 285 r\n2011_09_26/2011_09_26_drive_0104_sync 286 r\n2011_09_26/2011_09_26_drive_0104_sync 287 r\n2011_09_26/2011_09_26_drive_0104_sync 288 r\n2011_09_26/2011_09_26_drive_0104_sync 289 r\n2011_09_26/2011_09_26_drive_0104_sync 290 r\n2011_09_26/2011_09_26_drive_0104_sync 291 r\n2011_09_26/2011_09_26_drive_0104_sync 292 r\n2011_09_26/2011_09_26_drive_0104_sync 293 r\n2011_09_26/2011_09_26_drive_0104_sync 294 r\n2011_09_26/2011_09_26_drive_0104_sync 295 r\n2011_09_26/2011_09_26_drive_0104_sync 296 r\n2011_09_26/2011_09_26_drive_0104_sync 297 r\n2011_09_26/2011_09_26_drive_0104_sync 298 r\n2011_09_26/2011_09_26_drive_0104_sync 299 r\n2011_09_26/2011_09_26_drive_0104_sync 300 r\n2011_09_26/2011_09_26_drive_0104_sync 301 r\n2011_09_26/2011_09_26_drive_0104_sync 302 r\n2011_09_26/2011_09_26_drive_0104_sync 303 r\n2011_09_26/2011_09_26_drive_0104_sync 304 r\n2011_09_26/2011_09_26_drive_0104_sync 305 r\n2011_09_26/2011_09_26_drive_0104_sync 306 r\n2011_09_26/2011_09_26_drive_0104_sync 307 r\n2011_09_26/2011_09_26_drive_0104_sync 308 r\n2011_09_26/2011_09_26_drive_0104_sync 309 r\n2011_09_26/2011_09_26_drive_0104_sync 310 r\n2011_09_26/2011_09_26_drive_0104_sync 311 r\n2011_09_28/2011_09_28_drive_0002_sync 0 l\n2011_09_28/2011_09_28_drive_0002_sync 1 l\n2011_09_28/2011_09_28_drive_0002_sync 2 l\n2011_09_28/2011_09_28_drive_0002_sync 3 l\n2011_09_28/2011_09_28_drive_0002_sync 4 l\n2011_09_28/2011_09_28_drive_0002_sync 5 l\n2011_09_28/2011_09_28_drive_0002_sync 6 l\n2011_09_28/2011_09_28_drive_0002_sync 7 l\n2011_09_28/2011_09_28_drive_0002_sync 8 l\n2011_09_28/2011_09_28_drive_0002_sync 9 l\n2011_09_28/2011_09_28_drive_0002_sync 10 l\n2011_09_28/2011_09_28_drive_0002_sync 11 l\n2011_09_28/2011_09_28_drive_0002_sync 12 l\n2011_09_28/2011_09_28_drive_0002_sync 13 l\n2011_09_28/2011_09_28_drive_0002_sync 14 l\n2011_09_28/2011_09_28_drive_0002_sync 15 l\n2011_09_28/2011_09_28_drive_0002_sync 16 l\n2011_09_28/2011_09_28_drive_0002_sync 17 l\n2011_09_28/2011_09_28_drive_0002_sync 18 l\n2011_09_28/2011_09_28_drive_0002_sync 19 l\n2011_09_28/2011_09_28_drive_0002_sync 20 l\n2011_09_28/2011_09_28_drive_0002_sync 21 l\n2011_09_28/2011_09_28_drive_0002_sync 22 l\n2011_09_28/2011_09_28_drive_0002_sync 23 l\n2011_09_28/2011_09_28_drive_0002_sync 24 l\n2011_09_28/2011_09_28_drive_0002_sync 25 l\n2011_09_28/2011_09_28_drive_0002_sync 26 l\n2011_09_28/2011_09_28_drive_0002_sync 27 l\n2011_09_28/2011_09_28_drive_0002_sync 28 l\n2011_09_28/2011_09_28_drive_0002_sync 29 l\n2011_09_28/2011_09_28_drive_0002_sync 30 l\n2011_09_28/2011_09_28_drive_0002_sync 31 l\n2011_09_28/2011_09_28_drive_0002_sync 32 l\n2011_09_28/2011_09_28_drive_0002_sync 33 l\n2011_09_28/2011_09_28_drive_0002_sync 34 l\n2011_09_28/2011_09_28_drive_0002_sync 35 l\n2011_09_28/2011_09_28_drive_0002_sync 36 l\n2011_09_28/2011_09_28_drive_0002_sync 37 l\n2011_09_28/2011_09_28_drive_0002_sync 38 l\n2011_09_28/2011_09_28_drive_0002_sync 39 l\n2011_09_28/2011_09_28_drive_0002_sync 40 l\n2011_09_28/2011_09_28_drive_0002_sync 41 l\n2011_09_28/2011_09_28_drive_0002_sync 42 l\n2011_09_28/2011_09_28_drive_0002_sync 43 l\n2011_09_28/2011_09_28_drive_0002_sync 44 l\n2011_09_28/2011_09_28_drive_0002_sync 45 l\n2011_09_28/2011_09_28_drive_0002_sync 46 l\n2011_09_28/2011_09_28_drive_0002_sync 47 l\n2011_09_28/2011_09_28_drive_0002_sync 48 l\n2011_09_28/2011_09_28_drive_0002_sync 49 l\n2011_09_28/2011_09_28_drive_0002_sync 50 l\n2011_09_28/2011_09_28_drive_0002_sync 51 l\n2011_09_28/2011_09_28_drive_0002_sync 52 l\n2011_09_28/2011_09_28_drive_0002_sync 53 l\n2011_09_28/2011_09_28_drive_0002_sync 54 l\n2011_09_28/2011_09_28_drive_0002_sync 55 l\n2011_09_28/2011_09_28_drive_0002_sync 56 l\n2011_09_28/2011_09_28_drive_0002_sync 57 l\n2011_09_28/2011_09_28_drive_0002_sync 58 l\n2011_09_28/2011_09_28_drive_0002_sync 59 l\n2011_09_28/2011_09_28_drive_0002_sync 60 l\n2011_09_28/2011_09_28_drive_0002_sync 61 l\n2011_09_28/2011_09_28_drive_0002_sync 62 l\n2011_09_28/2011_09_28_drive_0002_sync 63 l\n2011_09_28/2011_09_28_drive_0002_sync 64 l\n2011_09_28/2011_09_28_drive_0002_sync 65 l\n2011_09_28/2011_09_28_drive_0002_sync 66 l\n2011_09_28/2011_09_28_drive_0002_sync 67 l\n2011_09_28/2011_09_28_drive_0002_sync 68 l\n2011_09_28/2011_09_28_drive_0002_sync 69 l\n2011_09_28/2011_09_28_drive_0002_sync 70 l\n2011_09_28/2011_09_28_drive_0002_sync 71 l\n2011_09_28/2011_09_28_drive_0002_sync 72 l\n2011_09_28/2011_09_28_drive_0002_sync 73 l\n2011_09_28/2011_09_28_drive_0002_sync 74 l\n2011_09_28/2011_09_28_drive_0002_sync 75 l\n2011_09_28/2011_09_28_drive_0002_sync 76 l\n2011_09_28/2011_09_28_drive_0002_sync 77 l\n2011_09_28/2011_09_28_drive_0002_sync 78 l\n2011_09_28/2011_09_28_drive_0002_sync 79 l\n2011_09_28/2011_09_28_drive_0002_sync 80 l\n2011_09_28/2011_09_28_drive_0002_sync 81 l\n2011_09_28/2011_09_28_drive_0002_sync 82 l\n2011_09_28/2011_09_28_drive_0002_sync 83 l\n2011_09_28/2011_09_28_drive_0002_sync 84 l\n2011_09_28/2011_09_28_drive_0002_sync 85 l\n2011_09_28/2011_09_28_drive_0002_sync 86 l\n2011_09_28/2011_09_28_drive_0002_sync 87 l\n2011_09_28/2011_09_28_drive_0002_sync 88 l\n2011_09_28/2011_09_28_drive_0002_sync 89 l\n2011_09_28/2011_09_28_drive_0002_sync 90 l\n2011_09_28/2011_09_28_drive_0002_sync 91 l\n2011_09_28/2011_09_28_drive_0002_sync 92 l\n2011_09_28/2011_09_28_drive_0002_sync 93 l\n2011_09_28/2011_09_28_drive_0002_sync 94 l\n2011_09_28/2011_09_28_drive_0002_sync 95 l\n2011_09_28/2011_09_28_drive_0002_sync 96 l\n2011_09_28/2011_09_28_drive_0002_sync 97 l\n2011_09_28/2011_09_28_drive_0002_sync 98 l\n2011_09_28/2011_09_28_drive_0002_sync 99 l\n2011_09_28/2011_09_28_drive_0002_sync 100 l\n2011_09_28/2011_09_28_drive_0002_sync 101 l\n2011_09_28/2011_09_28_drive_0002_sync 102 l\n2011_09_28/2011_09_28_drive_0002_sync 103 l\n2011_09_28/2011_09_28_drive_0002_sync 104 l\n2011_09_28/2011_09_28_drive_0002_sync 105 l\n2011_09_28/2011_09_28_drive_0002_sync 106 l\n2011_09_28/2011_09_28_drive_0002_sync 107 l\n2011_09_28/2011_09_28_drive_0002_sync 108 l\n2011_09_28/2011_09_28_drive_0002_sync 109 l\n2011_09_28/2011_09_28_drive_0002_sync 110 l\n2011_09_28/2011_09_28_drive_0002_sync 111 l\n2011_09_28/2011_09_28_drive_0002_sync 112 l\n2011_09_28/2011_09_28_drive_0002_sync 113 l\n2011_09_28/2011_09_28_drive_0002_sync 114 l\n2011_09_28/2011_09_28_drive_0002_sync 115 l\n2011_09_28/2011_09_28_drive_0002_sync 116 l\n2011_09_28/2011_09_28_drive_0002_sync 117 l\n2011_09_28/2011_09_28_drive_0002_sync 118 l\n2011_09_28/2011_09_28_drive_0002_sync 119 l\n2011_09_28/2011_09_28_drive_0002_sync 120 l\n2011_09_28/2011_09_28_drive_0002_sync 121 l\n2011_09_28/2011_09_28_drive_0002_sync 122 l\n2011_09_28/2011_09_28_drive_0002_sync 123 l\n2011_09_28/2011_09_28_drive_0002_sync 124 l\n2011_09_28/2011_09_28_drive_0002_sync 125 l\n2011_09_28/2011_09_28_drive_0002_sync 126 l\n2011_09_28/2011_09_28_drive_0002_sync 127 l\n2011_09_28/2011_09_28_drive_0002_sync 128 l\n2011_09_28/2011_09_28_drive_0002_sync 129 l\n2011_09_28/2011_09_28_drive_0002_sync 130 l\n2011_09_28/2011_09_28_drive_0002_sync 131 l\n2011_09_28/2011_09_28_drive_0002_sync 132 l\n2011_09_28/2011_09_28_drive_0002_sync 133 l\n2011_09_28/2011_09_28_drive_0002_sync 134 l\n2011_09_28/2011_09_28_drive_0002_sync 135 l\n2011_09_28/2011_09_28_drive_0002_sync 136 l\n2011_09_28/2011_09_28_drive_0002_sync 137 l\n2011_09_28/2011_09_28_drive_0002_sync 138 l\n2011_09_28/2011_09_28_drive_0002_sync 139 l\n2011_09_28/2011_09_28_drive_0002_sync 140 l\n2011_09_28/2011_09_28_drive_0002_sync 141 l\n2011_09_28/2011_09_28_drive_0002_sync 142 l\n2011_09_28/2011_09_28_drive_0002_sync 143 l\n2011_09_28/2011_09_28_drive_0002_sync 144 l\n2011_09_28/2011_09_28_drive_0002_sync 145 l\n2011_09_28/2011_09_28_drive_0002_sync 146 l\n2011_09_28/2011_09_28_drive_0002_sync 147 l\n2011_09_28/2011_09_28_drive_0002_sync 148 l\n2011_09_28/2011_09_28_drive_0002_sync 149 l\n2011_09_28/2011_09_28_drive_0002_sync 150 l\n2011_09_28/2011_09_28_drive_0002_sync 151 l\n2011_09_28/2011_09_28_drive_0002_sync 152 l\n2011_09_28/2011_09_28_drive_0002_sync 153 l\n2011_09_28/2011_09_28_drive_0002_sync 154 l\n2011_09_28/2011_09_28_drive_0002_sync 155 l\n2011_09_28/2011_09_28_drive_0002_sync 156 l\n2011_09_28/2011_09_28_drive_0002_sync 157 l\n2011_09_28/2011_09_28_drive_0002_sync 158 l\n2011_09_28/2011_09_28_drive_0002_sync 159 l\n2011_09_28/2011_09_28_drive_0002_sync 160 l\n2011_09_28/2011_09_28_drive_0002_sync 161 l\n2011_09_28/2011_09_28_drive_0002_sync 162 l\n2011_09_28/2011_09_28_drive_0002_sync 163 l\n2011_09_28/2011_09_28_drive_0002_sync 164 l\n2011_09_28/2011_09_28_drive_0002_sync 165 l\n2011_09_28/2011_09_28_drive_0002_sync 166 l\n2011_09_28/2011_09_28_drive_0002_sync 167 l\n2011_09_28/2011_09_28_drive_0002_sync 168 l\n2011_09_28/2011_09_28_drive_0002_sync 169 l\n2011_09_28/2011_09_28_drive_0002_sync 170 l\n2011_09_28/2011_09_28_drive_0002_sync 171 l\n2011_09_28/2011_09_28_drive_0002_sync 172 l\n2011_09_28/2011_09_28_drive_0002_sync 173 l\n2011_09_28/2011_09_28_drive_0002_sync 174 l\n2011_09_28/2011_09_28_drive_0002_sync 175 l\n2011_09_28/2011_09_28_drive_0002_sync 176 l\n2011_09_28/2011_09_28_drive_0002_sync 177 l\n2011_09_28/2011_09_28_drive_0002_sync 178 l\n2011_09_28/2011_09_28_drive_0002_sync 179 l\n2011_09_28/2011_09_28_drive_0002_sync 180 l\n2011_09_28/2011_09_28_drive_0002_sync 181 l\n2011_09_28/2011_09_28_drive_0002_sync 182 l\n2011_09_28/2011_09_28_drive_0002_sync 183 l\n2011_09_28/2011_09_28_drive_0002_sync 184 l\n2011_09_28/2011_09_28_drive_0002_sync 185 l\n2011_09_28/2011_09_28_drive_0002_sync 186 l\n2011_09_28/2011_09_28_drive_0002_sync 187 l\n2011_09_28/2011_09_28_drive_0002_sync 188 l\n2011_09_28/2011_09_28_drive_0002_sync 189 l\n2011_09_28/2011_09_28_drive_0002_sync 190 l\n2011_09_28/2011_09_28_drive_0002_sync 191 l\n2011_09_28/2011_09_28_drive_0002_sync 192 l\n2011_09_28/2011_09_28_drive_0002_sync 193 l\n2011_09_28/2011_09_28_drive_0002_sync 194 l\n2011_09_28/2011_09_28_drive_0002_sync 195 l\n2011_09_28/2011_09_28_drive_0002_sync 196 l\n2011_09_28/2011_09_28_drive_0002_sync 197 l\n2011_09_28/2011_09_28_drive_0002_sync 198 l\n2011_09_28/2011_09_28_drive_0002_sync 199 l\n2011_09_28/2011_09_28_drive_0002_sync 200 l\n2011_09_28/2011_09_28_drive_0002_sync 201 l\n2011_09_28/2011_09_28_drive_0002_sync 202 l\n2011_09_28/2011_09_28_drive_0002_sync 203 l\n2011_09_28/2011_09_28_drive_0002_sync 204 l\n2011_09_28/2011_09_28_drive_0002_sync 205 l\n2011_09_28/2011_09_28_drive_0002_sync 206 l\n2011_09_28/2011_09_28_drive_0002_sync 207 l\n2011_09_28/2011_09_28_drive_0002_sync 208 l\n2011_09_28/2011_09_28_drive_0002_sync 209 l\n2011_09_28/2011_09_28_drive_0002_sync 210 l\n2011_09_28/2011_09_28_drive_0002_sync 211 l\n2011_09_28/2011_09_28_drive_0002_sync 212 l\n2011_09_28/2011_09_28_drive_0002_sync 213 l\n2011_09_28/2011_09_28_drive_0002_sync 214 l\n2011_09_28/2011_09_28_drive_0002_sync 215 l\n2011_09_28/2011_09_28_drive_0002_sync 216 l\n2011_09_28/2011_09_28_drive_0002_sync 217 l\n2011_09_28/2011_09_28_drive_0002_sync 218 l\n2011_09_28/2011_09_28_drive_0002_sync 219 l\n2011_09_28/2011_09_28_drive_0002_sync 220 l\n2011_09_28/2011_09_28_drive_0002_sync 221 l\n2011_09_28/2011_09_28_drive_0002_sync 222 l\n2011_09_28/2011_09_28_drive_0002_sync 223 l\n2011_09_28/2011_09_28_drive_0002_sync 224 l\n2011_09_28/2011_09_28_drive_0002_sync 225 l\n2011_09_28/2011_09_28_drive_0002_sync 226 l\n2011_09_28/2011_09_28_drive_0002_sync 227 l\n2011_09_28/2011_09_28_drive_0002_sync 228 l\n2011_09_28/2011_09_28_drive_0002_sync 229 l\n2011_09_28/2011_09_28_drive_0002_sync 230 l\n2011_09_28/2011_09_28_drive_0002_sync 231 l\n2011_09_28/2011_09_28_drive_0002_sync 232 l\n2011_09_28/2011_09_28_drive_0002_sync 233 l\n2011_09_28/2011_09_28_drive_0002_sync 234 l\n2011_09_28/2011_09_28_drive_0002_sync 235 l\n2011_09_28/2011_09_28_drive_0002_sync 236 l\n2011_09_28/2011_09_28_drive_0002_sync 237 l\n2011_09_28/2011_09_28_drive_0002_sync 238 l\n2011_09_28/2011_09_28_drive_0002_sync 239 l\n2011_09_28/2011_09_28_drive_0002_sync 240 l\n2011_09_28/2011_09_28_drive_0002_sync 241 l\n2011_09_28/2011_09_28_drive_0002_sync 242 l\n2011_09_28/2011_09_28_drive_0002_sync 243 l\n2011_09_28/2011_09_28_drive_0002_sync 244 l\n2011_09_28/2011_09_28_drive_0002_sync 245 l\n2011_09_28/2011_09_28_drive_0002_sync 246 l\n2011_09_28/2011_09_28_drive_0002_sync 247 l\n2011_09_28/2011_09_28_drive_0002_sync 248 l\n2011_09_28/2011_09_28_drive_0002_sync 249 l\n2011_09_28/2011_09_28_drive_0002_sync 250 l\n2011_09_28/2011_09_28_drive_0002_sync 251 l\n2011_09_28/2011_09_28_drive_0002_sync 252 l\n2011_09_28/2011_09_28_drive_0002_sync 253 l\n2011_09_28/2011_09_28_drive_0002_sync 254 l\n2011_09_28/2011_09_28_drive_0002_sync 255 l\n2011_09_28/2011_09_28_drive_0002_sync 256 l\n2011_09_28/2011_09_28_drive_0002_sync 257 l\n2011_09_28/2011_09_28_drive_0002_sync 258 l\n2011_09_28/2011_09_28_drive_0002_sync 259 l\n2011_09_28/2011_09_28_drive_0002_sync 260 l\n2011_09_28/2011_09_28_drive_0002_sync 261 l\n2011_09_28/2011_09_28_drive_0002_sync 262 l\n2011_09_28/2011_09_28_drive_0002_sync 263 l\n2011_09_28/2011_09_28_drive_0002_sync 264 l\n2011_09_28/2011_09_28_drive_0002_sync 265 l\n2011_09_28/2011_09_28_drive_0002_sync 266 l\n2011_09_28/2011_09_28_drive_0002_sync 267 l\n2011_09_28/2011_09_28_drive_0002_sync 268 l\n2011_09_28/2011_09_28_drive_0002_sync 269 l\n2011_09_28/2011_09_28_drive_0002_sync 270 l\n2011_09_28/2011_09_28_drive_0002_sync 271 l\n2011_09_28/2011_09_28_drive_0002_sync 272 l\n2011_09_28/2011_09_28_drive_0002_sync 273 l\n2011_09_28/2011_09_28_drive_0002_sync 274 l\n2011_09_28/2011_09_28_drive_0002_sync 275 l\n2011_09_28/2011_09_28_drive_0002_sync 276 l\n2011_09_28/2011_09_28_drive_0002_sync 277 l\n2011_09_28/2011_09_28_drive_0002_sync 278 l\n2011_09_28/2011_09_28_drive_0002_sync 279 l\n2011_09_28/2011_09_28_drive_0002_sync 280 l\n2011_09_28/2011_09_28_drive_0002_sync 281 l\n2011_09_28/2011_09_28_drive_0002_sync 282 l\n2011_09_28/2011_09_28_drive_0002_sync 283 l\n2011_09_28/2011_09_28_drive_0002_sync 284 l\n2011_09_28/2011_09_28_drive_0002_sync 285 l\n2011_09_28/2011_09_28_drive_0002_sync 286 l\n2011_09_28/2011_09_28_drive_0002_sync 287 l\n2011_09_28/2011_09_28_drive_0002_sync 288 l\n2011_09_28/2011_09_28_drive_0002_sync 289 l\n2011_09_28/2011_09_28_drive_0002_sync 290 l\n2011_09_28/2011_09_28_drive_0002_sync 291 l\n2011_09_28/2011_09_28_drive_0002_sync 292 l\n2011_09_28/2011_09_28_drive_0002_sync 293 l\n2011_09_28/2011_09_28_drive_0002_sync 294 l\n2011_09_28/2011_09_28_drive_0002_sync 295 l\n2011_09_28/2011_09_28_drive_0002_sync 296 l\n2011_09_28/2011_09_28_drive_0002_sync 297 l\n2011_09_28/2011_09_28_drive_0002_sync 298 l\n2011_09_28/2011_09_28_drive_0002_sync 299 l\n2011_09_28/2011_09_28_drive_0002_sync 300 l\n2011_09_28/2011_09_28_drive_0002_sync 301 l\n2011_09_28/2011_09_28_drive_0002_sync 302 l\n2011_09_28/2011_09_28_drive_0002_sync 303 l\n2011_09_28/2011_09_28_drive_0002_sync 304 l\n2011_09_28/2011_09_28_drive_0002_sync 305 l\n2011_09_28/2011_09_28_drive_0002_sync 306 l\n2011_09_28/2011_09_28_drive_0002_sync 307 l\n2011_09_28/2011_09_28_drive_0002_sync 308 l\n2011_09_28/2011_09_28_drive_0002_sync 309 l\n2011_09_28/2011_09_28_drive_0002_sync 310 l\n2011_09_28/2011_09_28_drive_0002_sync 311 l\n2011_09_28/2011_09_28_drive_0002_sync 312 l\n2011_09_28/2011_09_28_drive_0002_sync 313 l\n2011_09_28/2011_09_28_drive_0002_sync 314 l\n2011_09_28/2011_09_28_drive_0002_sync 315 l\n2011_09_28/2011_09_28_drive_0002_sync 316 l\n2011_09_28/2011_09_28_drive_0002_sync 317 l\n2011_09_28/2011_09_28_drive_0002_sync 318 l\n2011_09_28/2011_09_28_drive_0002_sync 319 l\n2011_09_28/2011_09_28_drive_0002_sync 320 l\n2011_09_28/2011_09_28_drive_0002_sync 321 l\n2011_09_28/2011_09_28_drive_0002_sync 322 l\n2011_09_28/2011_09_28_drive_0002_sync 323 l\n2011_09_28/2011_09_28_drive_0002_sync 324 l\n2011_09_28/2011_09_28_drive_0002_sync 325 l\n2011_09_28/2011_09_28_drive_0002_sync 326 l\n2011_09_28/2011_09_28_drive_0002_sync 327 l\n2011_09_28/2011_09_28_drive_0002_sync 328 l\n2011_09_28/2011_09_28_drive_0002_sync 329 l\n2011_09_28/2011_09_28_drive_0002_sync 330 l\n2011_09_28/2011_09_28_drive_0002_sync 331 l\n2011_09_28/2011_09_28_drive_0002_sync 332 l\n2011_09_28/2011_09_28_drive_0002_sync 333 l\n2011_09_28/2011_09_28_drive_0002_sync 334 l\n2011_09_28/2011_09_28_drive_0002_sync 335 l\n2011_09_28/2011_09_28_drive_0002_sync 336 l\n2011_09_28/2011_09_28_drive_0002_sync 337 l\n2011_09_28/2011_09_28_drive_0002_sync 338 l\n2011_09_28/2011_09_28_drive_0002_sync 339 l\n2011_09_28/2011_09_28_drive_0002_sync 340 l\n2011_09_28/2011_09_28_drive_0002_sync 341 l\n2011_09_28/2011_09_28_drive_0002_sync 342 l\n2011_09_28/2011_09_28_drive_0002_sync 343 l\n2011_09_28/2011_09_28_drive_0002_sync 344 l\n2011_09_28/2011_09_28_drive_0002_sync 345 l\n2011_09_28/2011_09_28_drive_0002_sync 346 l\n2011_09_28/2011_09_28_drive_0002_sync 347 l\n2011_09_28/2011_09_28_drive_0002_sync 348 l\n2011_09_28/2011_09_28_drive_0002_sync 349 l\n2011_09_28/2011_09_28_drive_0002_sync 350 l\n2011_09_28/2011_09_28_drive_0002_sync 351 l\n2011_09_28/2011_09_28_drive_0002_sync 352 l\n2011_09_28/2011_09_28_drive_0002_sync 353 l\n2011_09_28/2011_09_28_drive_0002_sync 354 l\n2011_09_28/2011_09_28_drive_0002_sync 355 l\n2011_09_28/2011_09_28_drive_0002_sync 356 l\n2011_09_28/2011_09_28_drive_0002_sync 357 l\n2011_09_28/2011_09_28_drive_0002_sync 358 l\n2011_09_28/2011_09_28_drive_0002_sync 359 l\n2011_09_28/2011_09_28_drive_0002_sync 360 l\n2011_09_28/2011_09_28_drive_0002_sync 361 l\n2011_09_28/2011_09_28_drive_0002_sync 362 l\n2011_09_28/2011_09_28_drive_0002_sync 363 l\n2011_09_28/2011_09_28_drive_0002_sync 364 l\n2011_09_28/2011_09_28_drive_0002_sync 365 l\n2011_09_28/2011_09_28_drive_0002_sync 366 l\n2011_09_28/2011_09_28_drive_0002_sync 367 l\n2011_09_28/2011_09_28_drive_0002_sync 368 l\n2011_09_28/2011_09_28_drive_0002_sync 369 l\n2011_09_28/2011_09_28_drive_0002_sync 370 l\n2011_09_28/2011_09_28_drive_0002_sync 371 l\n2011_09_28/2011_09_28_drive_0002_sync 372 l\n2011_09_28/2011_09_28_drive_0002_sync 373 l\n2011_09_28/2011_09_28_drive_0002_sync 374 l\n2011_09_28/2011_09_28_drive_0002_sync 375 l\n2011_09_28/2011_09_28_drive_0002_sync 0 r\n2011_09_28/2011_09_28_drive_0002_sync 1 r\n2011_09_28/2011_09_28_drive_0002_sync 2 r\n2011_09_28/2011_09_28_drive_0002_sync 3 r\n2011_09_28/2011_09_28_drive_0002_sync 4 r\n2011_09_28/2011_09_28_drive_0002_sync 5 r\n2011_09_28/2011_09_28_drive_0002_sync 6 r\n2011_09_28/2011_09_28_drive_0002_sync 7 r\n2011_09_28/2011_09_28_drive_0002_sync 8 r\n2011_09_28/2011_09_28_drive_0002_sync 9 r\n2011_09_28/2011_09_28_drive_0002_sync 10 r\n2011_09_28/2011_09_28_drive_0002_sync 11 r\n2011_09_28/2011_09_28_drive_0002_sync 12 r\n2011_09_28/2011_09_28_drive_0002_sync 13 r\n2011_09_28/2011_09_28_drive_0002_sync 14 r\n2011_09_28/2011_09_28_drive_0002_sync 15 r\n2011_09_28/2011_09_28_drive_0002_sync 16 r\n2011_09_28/2011_09_28_drive_0002_sync 17 r\n2011_09_28/2011_09_28_drive_0002_sync 18 r\n2011_09_28/2011_09_28_drive_0002_sync 19 r\n2011_09_28/2011_09_28_drive_0002_sync 20 r\n2011_09_28/2011_09_28_drive_0002_sync 21 r\n2011_09_28/2011_09_28_drive_0002_sync 22 r\n2011_09_28/2011_09_28_drive_0002_sync 23 r\n2011_09_28/2011_09_28_drive_0002_sync 24 r\n2011_09_28/2011_09_28_drive_0002_sync 25 r\n2011_09_28/2011_09_28_drive_0002_sync 26 r\n2011_09_28/2011_09_28_drive_0002_sync 27 r\n2011_09_28/2011_09_28_drive_0002_sync 28 r\n2011_09_28/2011_09_28_drive_0002_sync 29 r\n2011_09_28/2011_09_28_drive_0002_sync 30 r\n2011_09_28/2011_09_28_drive_0002_sync 31 r\n2011_09_28/2011_09_28_drive_0002_sync 32 r\n2011_09_28/2011_09_28_drive_0002_sync 33 r\n2011_09_28/2011_09_28_drive_0002_sync 34 r\n2011_09_28/2011_09_28_drive_0002_sync 35 r\n2011_09_28/2011_09_28_drive_0002_sync 36 r\n2011_09_28/2011_09_28_drive_0002_sync 37 r\n2011_09_28/2011_09_28_drive_0002_sync 38 r\n2011_09_28/2011_09_28_drive_0002_sync 39 r\n2011_09_28/2011_09_28_drive_0002_sync 40 r\n2011_09_28/2011_09_28_drive_0002_sync 41 r\n2011_09_28/2011_09_28_drive_0002_sync 42 r\n2011_09_28/2011_09_28_drive_0002_sync 43 r\n2011_09_28/2011_09_28_drive_0002_sync 44 r\n2011_09_28/2011_09_28_drive_0002_sync 45 r\n2011_09_28/2011_09_28_drive_0002_sync 46 r\n2011_09_28/2011_09_28_drive_0002_sync 47 r\n2011_09_28/2011_09_28_drive_0002_sync 48 r\n2011_09_28/2011_09_28_drive_0002_sync 49 r\n2011_09_28/2011_09_28_drive_0002_sync 50 r\n2011_09_28/2011_09_28_drive_0002_sync 51 r\n2011_09_28/2011_09_28_drive_0002_sync 52 r\n2011_09_28/2011_09_28_drive_0002_sync 53 r\n2011_09_28/2011_09_28_drive_0002_sync 54 r\n2011_09_28/2011_09_28_drive_0002_sync 55 r\n2011_09_28/2011_09_28_drive_0002_sync 56 r\n2011_09_28/2011_09_28_drive_0002_sync 57 r\n2011_09_28/2011_09_28_drive_0002_sync 58 r\n2011_09_28/2011_09_28_drive_0002_sync 59 r\n2011_09_28/2011_09_28_drive_0002_sync 60 r\n2011_09_28/2011_09_28_drive_0002_sync 61 r\n2011_09_28/2011_09_28_drive_0002_sync 62 r\n2011_09_28/2011_09_28_drive_0002_sync 63 r\n2011_09_28/2011_09_28_drive_0002_sync 64 r\n2011_09_28/2011_09_28_drive_0002_sync 65 r\n2011_09_28/2011_09_28_drive_0002_sync 66 r\n2011_09_28/2011_09_28_drive_0002_sync 67 r\n2011_09_28/2011_09_28_drive_0002_sync 68 r\n2011_09_28/2011_09_28_drive_0002_sync 69 r\n2011_09_28/2011_09_28_drive_0002_sync 70 r\n2011_09_28/2011_09_28_drive_0002_sync 71 r\n2011_09_28/2011_09_28_drive_0002_sync 72 r\n2011_09_28/2011_09_28_drive_0002_sync 73 r\n2011_09_28/2011_09_28_drive_0002_sync 74 r\n2011_09_28/2011_09_28_drive_0002_sync 75 r\n2011_09_28/2011_09_28_drive_0002_sync 76 r\n2011_09_28/2011_09_28_drive_0002_sync 77 r\n2011_09_28/2011_09_28_drive_0002_sync 78 r\n2011_09_28/2011_09_28_drive_0002_sync 79 r\n2011_09_28/2011_09_28_drive_0002_sync 80 r\n2011_09_28/2011_09_28_drive_0002_sync 81 r\n2011_09_28/2011_09_28_drive_0002_sync 82 r\n2011_09_28/2011_09_28_drive_0002_sync 83 r\n2011_09_28/2011_09_28_drive_0002_sync 84 r\n2011_09_28/2011_09_28_drive_0002_sync 85 r\n2011_09_28/2011_09_28_drive_0002_sync 86 r\n2011_09_28/2011_09_28_drive_0002_sync 87 r\n2011_09_28/2011_09_28_drive_0002_sync 88 r\n2011_09_28/2011_09_28_drive_0002_sync 89 r\n2011_09_28/2011_09_28_drive_0002_sync 90 r\n2011_09_28/2011_09_28_drive_0002_sync 91 r\n2011_09_28/2011_09_28_drive_0002_sync 92 r\n2011_09_28/2011_09_28_drive_0002_sync 93 r\n2011_09_28/2011_09_28_drive_0002_sync 94 r\n2011_09_28/2011_09_28_drive_0002_sync 95 r\n2011_09_28/2011_09_28_drive_0002_sync 96 r\n2011_09_28/2011_09_28_drive_0002_sync 97 r\n2011_09_28/2011_09_28_drive_0002_sync 98 r\n2011_09_28/2011_09_28_drive_0002_sync 99 r\n2011_09_28/2011_09_28_drive_0002_sync 100 r\n2011_09_28/2011_09_28_drive_0002_sync 101 r\n2011_09_28/2011_09_28_drive_0002_sync 102 r\n2011_09_28/2011_09_28_drive_0002_sync 103 r\n2011_09_28/2011_09_28_drive_0002_sync 104 r\n2011_09_28/2011_09_28_drive_0002_sync 105 r\n2011_09_28/2011_09_28_drive_0002_sync 106 r\n2011_09_28/2011_09_28_drive_0002_sync 107 r\n2011_09_28/2011_09_28_drive_0002_sync 108 r\n2011_09_28/2011_09_28_drive_0002_sync 109 r\n2011_09_28/2011_09_28_drive_0002_sync 110 r\n2011_09_28/2011_09_28_drive_0002_sync 111 r\n2011_09_28/2011_09_28_drive_0002_sync 112 r\n2011_09_28/2011_09_28_drive_0002_sync 113 r\n2011_09_28/2011_09_28_drive_0002_sync 114 r\n2011_09_28/2011_09_28_drive_0002_sync 115 r\n2011_09_28/2011_09_28_drive_0002_sync 116 r\n2011_09_28/2011_09_28_drive_0002_sync 117 r\n2011_09_28/2011_09_28_drive_0002_sync 118 r\n2011_09_28/2011_09_28_drive_0002_sync 119 r\n2011_09_28/2011_09_28_drive_0002_sync 120 r\n2011_09_28/2011_09_28_drive_0002_sync 121 r\n2011_09_28/2011_09_28_drive_0002_sync 122 r\n2011_09_28/2011_09_28_drive_0002_sync 123 r\n2011_09_28/2011_09_28_drive_0002_sync 124 r\n2011_09_28/2011_09_28_drive_0002_sync 125 r\n2011_09_28/2011_09_28_drive_0002_sync 126 r\n2011_09_28/2011_09_28_drive_0002_sync 127 r\n2011_09_28/2011_09_28_drive_0002_sync 128 r\n2011_09_28/2011_09_28_drive_0002_sync 129 r\n2011_09_28/2011_09_28_drive_0002_sync 130 r\n2011_09_28/2011_09_28_drive_0002_sync 131 r\n2011_09_28/2011_09_28_drive_0002_sync 132 r\n2011_09_28/2011_09_28_drive_0002_sync 133 r\n2011_09_28/2011_09_28_drive_0002_sync 134 r\n2011_09_28/2011_09_28_drive_0002_sync 135 r\n2011_09_28/2011_09_28_drive_0002_sync 136 r\n2011_09_28/2011_09_28_drive_0002_sync 137 r\n2011_09_28/2011_09_28_drive_0002_sync 138 r\n2011_09_28/2011_09_28_drive_0002_sync 139 r\n2011_09_28/2011_09_28_drive_0002_sync 140 r\n2011_09_28/2011_09_28_drive_0002_sync 141 r\n2011_09_28/2011_09_28_drive_0002_sync 142 r\n2011_09_28/2011_09_28_drive_0002_sync 143 r\n2011_09_28/2011_09_28_drive_0002_sync 144 r\n2011_09_28/2011_09_28_drive_0002_sync 145 r\n2011_09_28/2011_09_28_drive_0002_sync 146 r\n2011_09_28/2011_09_28_drive_0002_sync 147 r\n2011_09_28/2011_09_28_drive_0002_sync 148 r\n2011_09_28/2011_09_28_drive_0002_sync 149 r\n2011_09_28/2011_09_28_drive_0002_sync 150 r\n2011_09_28/2011_09_28_drive_0002_sync 151 r\n2011_09_28/2011_09_28_drive_0002_sync 152 r\n2011_09_28/2011_09_28_drive_0002_sync 153 r\n2011_09_28/2011_09_28_drive_0002_sync 154 r\n2011_09_28/2011_09_28_drive_0002_sync 155 r\n2011_09_28/2011_09_28_drive_0002_sync 156 r\n2011_09_28/2011_09_28_drive_0002_sync 157 r\n2011_09_28/2011_09_28_drive_0002_sync 158 r\n2011_09_28/2011_09_28_drive_0002_sync 159 r\n2011_09_28/2011_09_28_drive_0002_sync 160 r\n2011_09_28/2011_09_28_drive_0002_sync 161 r\n2011_09_28/2011_09_28_drive_0002_sync 162 r\n2011_09_28/2011_09_28_drive_0002_sync 163 r\n2011_09_28/2011_09_28_drive_0002_sync 164 r\n2011_09_28/2011_09_28_drive_0002_sync 165 r\n2011_09_28/2011_09_28_drive_0002_sync 166 r\n2011_09_28/2011_09_28_drive_0002_sync 167 r\n2011_09_28/2011_09_28_drive_0002_sync 168 r\n2011_09_28/2011_09_28_drive_0002_sync 169 r\n2011_09_28/2011_09_28_drive_0002_sync 170 r\n2011_09_28/2011_09_28_drive_0002_sync 171 r\n2011_09_28/2011_09_28_drive_0002_sync 172 r\n2011_09_28/2011_09_28_drive_0002_sync 173 r\n2011_09_28/2011_09_28_drive_0002_sync 174 r\n2011_09_28/2011_09_28_drive_0002_sync 175 r\n2011_09_28/2011_09_28_drive_0002_sync 176 r\n2011_09_28/2011_09_28_drive_0002_sync 177 r\n2011_09_28/2011_09_28_drive_0002_sync 178 r\n2011_09_28/2011_09_28_drive_0002_sync 179 r\n2011_09_28/2011_09_28_drive_0002_sync 180 r\n2011_09_28/2011_09_28_drive_0002_sync 181 r\n2011_09_28/2011_09_28_drive_0002_sync 182 r\n2011_09_28/2011_09_28_drive_0002_sync 183 r\n2011_09_28/2011_09_28_drive_0002_sync 184 r\n2011_09_28/2011_09_28_drive_0002_sync 185 r\n2011_09_28/2011_09_28_drive_0002_sync 186 r\n2011_09_28/2011_09_28_drive_0002_sync 187 r\n2011_09_28/2011_09_28_drive_0002_sync 188 r\n2011_09_28/2011_09_28_drive_0002_sync 189 r\n2011_09_28/2011_09_28_drive_0002_sync 190 r\n2011_09_28/2011_09_28_drive_0002_sync 191 r\n2011_09_28/2011_09_28_drive_0002_sync 192 r\n2011_09_28/2011_09_28_drive_0002_sync 193 r\n2011_09_28/2011_09_28_drive_0002_sync 194 r\n2011_09_28/2011_09_28_drive_0002_sync 195 r\n2011_09_28/2011_09_28_drive_0002_sync 196 r\n2011_09_28/2011_09_28_drive_0002_sync 197 r\n2011_09_28/2011_09_28_drive_0002_sync 198 r\n2011_09_28/2011_09_28_drive_0002_sync 199 r\n2011_09_28/2011_09_28_drive_0002_sync 200 r\n2011_09_28/2011_09_28_drive_0002_sync 201 r\n2011_09_28/2011_09_28_drive_0002_sync 202 r\n2011_09_28/2011_09_28_drive_0002_sync 203 r\n2011_09_28/2011_09_28_drive_0002_sync 204 r\n2011_09_28/2011_09_28_drive_0002_sync 205 r\n2011_09_28/2011_09_28_drive_0002_sync 206 r\n2011_09_28/2011_09_28_drive_0002_sync 207 r\n2011_09_28/2011_09_28_drive_0002_sync 208 r\n2011_09_28/2011_09_28_drive_0002_sync 209 r\n2011_09_28/2011_09_28_drive_0002_sync 210 r\n2011_09_28/2011_09_28_drive_0002_sync 211 r\n2011_09_28/2011_09_28_drive_0002_sync 212 r\n2011_09_28/2011_09_28_drive_0002_sync 213 r\n2011_09_28/2011_09_28_drive_0002_sync 214 r\n2011_09_28/2011_09_28_drive_0002_sync 215 r\n2011_09_28/2011_09_28_drive_0002_sync 216 r\n2011_09_28/2011_09_28_drive_0002_sync 217 r\n2011_09_28/2011_09_28_drive_0002_sync 218 r\n2011_09_28/2011_09_28_drive_0002_sync 219 r\n2011_09_28/2011_09_28_drive_0002_sync 220 r\n2011_09_28/2011_09_28_drive_0002_sync 221 r\n2011_09_28/2011_09_28_drive_0002_sync 222 r\n2011_09_28/2011_09_28_drive_0002_sync 223 r\n2011_09_28/2011_09_28_drive_0002_sync 224 r\n2011_09_28/2011_09_28_drive_0002_sync 225 r\n2011_09_28/2011_09_28_drive_0002_sync 226 r\n2011_09_28/2011_09_28_drive_0002_sync 227 r\n2011_09_28/2011_09_28_drive_0002_sync 228 r\n2011_09_28/2011_09_28_drive_0002_sync 229 r\n2011_09_28/2011_09_28_drive_0002_sync 230 r\n2011_09_28/2011_09_28_drive_0002_sync 231 r\n2011_09_28/2011_09_28_drive_0002_sync 232 r\n2011_09_28/2011_09_28_drive_0002_sync 233 r\n2011_09_28/2011_09_28_drive_0002_sync 234 r\n2011_09_28/2011_09_28_drive_0002_sync 235 r\n2011_09_28/2011_09_28_drive_0002_sync 236 r\n2011_09_28/2011_09_28_drive_0002_sync 237 r\n2011_09_28/2011_09_28_drive_0002_sync 238 r\n2011_09_28/2011_09_28_drive_0002_sync 239 r\n2011_09_28/2011_09_28_drive_0002_sync 240 r\n2011_09_28/2011_09_28_drive_0002_sync 241 r\n2011_09_28/2011_09_28_drive_0002_sync 242 r\n2011_09_28/2011_09_28_drive_0002_sync 243 r\n2011_09_28/2011_09_28_drive_0002_sync 244 r\n2011_09_28/2011_09_28_drive_0002_sync 245 r\n2011_09_28/2011_09_28_drive_0002_sync 246 r\n2011_09_28/2011_09_28_drive_0002_sync 247 r\n2011_09_28/2011_09_28_drive_0002_sync 248 r\n2011_09_28/2011_09_28_drive_0002_sync 249 r\n2011_09_28/2011_09_28_drive_0002_sync 250 r\n2011_09_28/2011_09_28_drive_0002_sync 251 r\n2011_09_28/2011_09_28_drive_0002_sync 252 r\n2011_09_28/2011_09_28_drive_0002_sync 253 r\n2011_09_28/2011_09_28_drive_0002_sync 254 r\n2011_09_28/2011_09_28_drive_0002_sync 255 r\n2011_09_28/2011_09_28_drive_0002_sync 256 r\n2011_09_28/2011_09_28_drive_0002_sync 257 r\n2011_09_28/2011_09_28_drive_0002_sync 258 r\n2011_09_28/2011_09_28_drive_0002_sync 259 r\n2011_09_28/2011_09_28_drive_0002_sync 260 r\n2011_09_28/2011_09_28_drive_0002_sync 261 r\n2011_09_28/2011_09_28_drive_0002_sync 262 r\n2011_09_28/2011_09_28_drive_0002_sync 263 r\n2011_09_28/2011_09_28_drive_0002_sync 264 r\n2011_09_28/2011_09_28_drive_0002_sync 265 r\n2011_09_28/2011_09_28_drive_0002_sync 266 r\n2011_09_28/2011_09_28_drive_0002_sync 267 r\n2011_09_28/2011_09_28_drive_0002_sync 268 r\n2011_09_28/2011_09_28_drive_0002_sync 269 r\n2011_09_28/2011_09_28_drive_0002_sync 270 r\n2011_09_28/2011_09_28_drive_0002_sync 271 r\n2011_09_28/2011_09_28_drive_0002_sync 272 r\n2011_09_28/2011_09_28_drive_0002_sync 273 r\n2011_09_28/2011_09_28_drive_0002_sync 274 r\n2011_09_28/2011_09_28_drive_0002_sync 275 r\n2011_09_28/2011_09_28_drive_0002_sync 276 r\n2011_09_28/2011_09_28_drive_0002_sync 277 r\n2011_09_28/2011_09_28_drive_0002_sync 278 r\n2011_09_28/2011_09_28_drive_0002_sync 279 r\n2011_09_28/2011_09_28_drive_0002_sync 280 r\n2011_09_28/2011_09_28_drive_0002_sync 281 r\n2011_09_28/2011_09_28_drive_0002_sync 282 r\n2011_09_28/2011_09_28_drive_0002_sync 283 r\n2011_09_28/2011_09_28_drive_0002_sync 284 r\n2011_09_28/2011_09_28_drive_0002_sync 285 r\n2011_09_28/2011_09_28_drive_0002_sync 286 r\n2011_09_28/2011_09_28_drive_0002_sync 287 r\n2011_09_28/2011_09_28_drive_0002_sync 288 r\n2011_09_28/2011_09_28_drive_0002_sync 289 r\n2011_09_28/2011_09_28_drive_0002_sync 290 r\n2011_09_28/2011_09_28_drive_0002_sync 291 r\n2011_09_28/2011_09_28_drive_0002_sync 292 r\n2011_09_28/2011_09_28_drive_0002_sync 293 r\n2011_09_28/2011_09_28_drive_0002_sync 294 r\n2011_09_28/2011_09_28_drive_0002_sync 295 r\n2011_09_28/2011_09_28_drive_0002_sync 296 r\n2011_09_28/2011_09_28_drive_0002_sync 297 r\n2011_09_28/2011_09_28_drive_0002_sync 298 r\n2011_09_28/2011_09_28_drive_0002_sync 299 r\n2011_09_28/2011_09_28_drive_0002_sync 300 r\n2011_09_28/2011_09_28_drive_0002_sync 301 r\n2011_09_28/2011_09_28_drive_0002_sync 302 r\n2011_09_28/2011_09_28_drive_0002_sync 303 r\n2011_09_28/2011_09_28_drive_0002_sync 304 r\n2011_09_28/2011_09_28_drive_0002_sync 305 r\n2011_09_28/2011_09_28_drive_0002_sync 306 r\n2011_09_28/2011_09_28_drive_0002_sync 307 r\n2011_09_28/2011_09_28_drive_0002_sync 308 r\n2011_09_28/2011_09_28_drive_0002_sync 309 r\n2011_09_28/2011_09_28_drive_0002_sync 310 r\n2011_09_28/2011_09_28_drive_0002_sync 311 r\n2011_09_28/2011_09_28_drive_0002_sync 312 r\n2011_09_28/2011_09_28_drive_0002_sync 313 r\n2011_09_28/2011_09_28_drive_0002_sync 314 r\n2011_09_28/2011_09_28_drive_0002_sync 315 r\n2011_09_28/2011_09_28_drive_0002_sync 316 r\n2011_09_28/2011_09_28_drive_0002_sync 317 r\n2011_09_28/2011_09_28_drive_0002_sync 318 r\n2011_09_28/2011_09_28_drive_0002_sync 319 r\n2011_09_28/2011_09_28_drive_0002_sync 320 r\n2011_09_28/2011_09_28_drive_0002_sync 321 r\n2011_09_28/2011_09_28_drive_0002_sync 322 r\n2011_09_28/2011_09_28_drive_0002_sync 323 r\n2011_09_28/2011_09_28_drive_0002_sync 324 r\n2011_09_28/2011_09_28_drive_0002_sync 325 r\n2011_09_28/2011_09_28_drive_0002_sync 326 r\n2011_09_28/2011_09_28_drive_0002_sync 327 r\n2011_09_28/2011_09_28_drive_0002_sync 328 r\n2011_09_28/2011_09_28_drive_0002_sync 329 r\n2011_09_28/2011_09_28_drive_0002_sync 330 r\n2011_09_28/2011_09_28_drive_0002_sync 331 r\n2011_09_28/2011_09_28_drive_0002_sync 332 r\n2011_09_28/2011_09_28_drive_0002_sync 333 r\n2011_09_28/2011_09_28_drive_0002_sync 334 r\n2011_09_28/2011_09_28_drive_0002_sync 335 r\n2011_09_28/2011_09_28_drive_0002_sync 336 r\n2011_09_28/2011_09_28_drive_0002_sync 337 r\n2011_09_28/2011_09_28_drive_0002_sync 338 r\n2011_09_28/2011_09_28_drive_0002_sync 339 r\n2011_09_28/2011_09_28_drive_0002_sync 340 r\n2011_09_28/2011_09_28_drive_0002_sync 341 r\n2011_09_28/2011_09_28_drive_0002_sync 342 r\n2011_09_28/2011_09_28_drive_0002_sync 343 r\n2011_09_28/2011_09_28_drive_0002_sync 344 r\n2011_09_28/2011_09_28_drive_0002_sync 345 r\n2011_09_28/2011_09_28_drive_0002_sync 346 r\n2011_09_28/2011_09_28_drive_0002_sync 347 r\n2011_09_28/2011_09_28_drive_0002_sync 348 r\n2011_09_28/2011_09_28_drive_0002_sync 349 r\n2011_09_28/2011_09_28_drive_0002_sync 350 r\n2011_09_28/2011_09_28_drive_0002_sync 351 r\n2011_09_28/2011_09_28_drive_0002_sync 352 r\n2011_09_28/2011_09_28_drive_0002_sync 353 r\n2011_09_28/2011_09_28_drive_0002_sync 354 r\n2011_09_28/2011_09_28_drive_0002_sync 355 r\n2011_09_28/2011_09_28_drive_0002_sync 356 r\n2011_09_28/2011_09_28_drive_0002_sync 357 r\n2011_09_28/2011_09_28_drive_0002_sync 358 r\n2011_09_28/2011_09_28_drive_0002_sync 359 r\n2011_09_28/2011_09_28_drive_0002_sync 360 r\n2011_09_28/2011_09_28_drive_0002_sync 361 r\n2011_09_28/2011_09_28_drive_0002_sync 362 r\n2011_09_28/2011_09_28_drive_0002_sync 363 r\n2011_09_28/2011_09_28_drive_0002_sync 364 r\n2011_09_28/2011_09_28_drive_0002_sync 365 r\n2011_09_28/2011_09_28_drive_0002_sync 366 r\n2011_09_28/2011_09_28_drive_0002_sync 367 r\n2011_09_28/2011_09_28_drive_0002_sync 368 r\n2011_09_28/2011_09_28_drive_0002_sync 369 r\n2011_09_28/2011_09_28_drive_0002_sync 370 r\n2011_09_28/2011_09_28_drive_0002_sync 371 r\n2011_09_28/2011_09_28_drive_0002_sync 372 r\n2011_09_28/2011_09_28_drive_0002_sync 373 r\n2011_09_28/2011_09_28_drive_0002_sync 374 r\n2011_09_28/2011_09_28_drive_0002_sync 375 r\n2011_09_26/2011_09_26_drive_0091_sync 0 l\n2011_09_26/2011_09_26_drive_0091_sync 1 l\n2011_09_26/2011_09_26_drive_0091_sync 2 l\n2011_09_26/2011_09_26_drive_0091_sync 3 l\n2011_09_26/2011_09_26_drive_0091_sync 4 l\n2011_09_26/2011_09_26_drive_0091_sync 5 l\n2011_09_26/2011_09_26_drive_0091_sync 6 l\n2011_09_26/2011_09_26_drive_0091_sync 7 l\n2011_09_26/2011_09_26_drive_0091_sync 8 l\n2011_09_26/2011_09_26_drive_0091_sync 9 l\n2011_09_26/2011_09_26_drive_0091_sync 10 l\n2011_09_26/2011_09_26_drive_0091_sync 11 l\n2011_09_26/2011_09_26_drive_0091_sync 12 l\n2011_09_26/2011_09_26_drive_0091_sync 13 l\n2011_09_26/2011_09_26_drive_0091_sync 14 l\n2011_09_26/2011_09_26_drive_0091_sync 15 l\n2011_09_26/2011_09_26_drive_0091_sync 16 l\n2011_09_26/2011_09_26_drive_0091_sync 17 l\n2011_09_26/2011_09_26_drive_0091_sync 18 l\n2011_09_26/2011_09_26_drive_0091_sync 19 l\n2011_09_26/2011_09_26_drive_0091_sync 20 l\n2011_09_26/2011_09_26_drive_0091_sync 21 l\n2011_09_26/2011_09_26_drive_0091_sync 22 l\n2011_09_26/2011_09_26_drive_0091_sync 23 l\n2011_09_26/2011_09_26_drive_0091_sync 24 l\n2011_09_26/2011_09_26_drive_0091_sync 25 l\n2011_09_26/2011_09_26_drive_0091_sync 26 l\n2011_09_26/2011_09_26_drive_0091_sync 27 l\n2011_09_26/2011_09_26_drive_0091_sync 28 l\n2011_09_26/2011_09_26_drive_0091_sync 29 l\n2011_09_26/2011_09_26_drive_0091_sync 30 l\n2011_09_26/2011_09_26_drive_0091_sync 31 l\n2011_09_26/2011_09_26_drive_0091_sync 32 l\n2011_09_26/2011_09_26_drive_0091_sync 33 l\n2011_09_26/2011_09_26_drive_0091_sync 34 l\n2011_09_26/2011_09_26_drive_0091_sync 35 l\n2011_09_26/2011_09_26_drive_0091_sync 36 l\n2011_09_26/2011_09_26_drive_0091_sync 37 l\n2011_09_26/2011_09_26_drive_0091_sync 38 l\n2011_09_26/2011_09_26_drive_0091_sync 39 l\n2011_09_26/2011_09_26_drive_0091_sync 40 l\n2011_09_26/2011_09_26_drive_0091_sync 41 l\n2011_09_26/2011_09_26_drive_0091_sync 42 l\n2011_09_26/2011_09_26_drive_0091_sync 43 l\n2011_09_26/2011_09_26_drive_0091_sync 44 l\n2011_09_26/2011_09_26_drive_0091_sync 45 l\n2011_09_26/2011_09_26_drive_0091_sync 46 l\n2011_09_26/2011_09_26_drive_0091_sync 47 l\n2011_09_26/2011_09_26_drive_0091_sync 48 l\n2011_09_26/2011_09_26_drive_0091_sync 49 l\n2011_09_26/2011_09_26_drive_0091_sync 50 l\n2011_09_26/2011_09_26_drive_0091_sync 51 l\n2011_09_26/2011_09_26_drive_0091_sync 52 l\n2011_09_26/2011_09_26_drive_0091_sync 53 l\n2011_09_26/2011_09_26_drive_0091_sync 54 l\n2011_09_26/2011_09_26_drive_0091_sync 55 l\n2011_09_26/2011_09_26_drive_0091_sync 56 l\n2011_09_26/2011_09_26_drive_0091_sync 57 l\n2011_09_26/2011_09_26_drive_0091_sync 58 l\n2011_09_26/2011_09_26_drive_0091_sync 59 l\n2011_09_26/2011_09_26_drive_0091_sync 60 l\n2011_09_26/2011_09_26_drive_0091_sync 61 l\n2011_09_26/2011_09_26_drive_0091_sync 62 l\n2011_09_26/2011_09_26_drive_0091_sync 63 l\n2011_09_26/2011_09_26_drive_0091_sync 64 l\n2011_09_26/2011_09_26_drive_0091_sync 65 l\n2011_09_26/2011_09_26_drive_0091_sync 66 l\n2011_09_26/2011_09_26_drive_0091_sync 67 l\n2011_09_26/2011_09_26_drive_0091_sync 68 l\n2011_09_26/2011_09_26_drive_0091_sync 69 l\n2011_09_26/2011_09_26_drive_0091_sync 70 l\n2011_09_26/2011_09_26_drive_0091_sync 71 l\n2011_09_26/2011_09_26_drive_0091_sync 72 l\n2011_09_26/2011_09_26_drive_0091_sync 73 l\n2011_09_26/2011_09_26_drive_0091_sync 74 l\n2011_09_26/2011_09_26_drive_0091_sync 75 l\n2011_09_26/2011_09_26_drive_0091_sync 76 l\n2011_09_26/2011_09_26_drive_0091_sync 77 l\n2011_09_26/2011_09_26_drive_0091_sync 78 l\n2011_09_26/2011_09_26_drive_0091_sync 79 l\n2011_09_26/2011_09_26_drive_0091_sync 80 l\n2011_09_26/2011_09_26_drive_0091_sync 81 l\n2011_09_26/2011_09_26_drive_0091_sync 82 l\n2011_09_26/2011_09_26_drive_0091_sync 83 l\n2011_09_26/2011_09_26_drive_0091_sync 84 l\n2011_09_26/2011_09_26_drive_0091_sync 85 l\n2011_09_26/2011_09_26_drive_0091_sync 86 l\n2011_09_26/2011_09_26_drive_0091_sync 87 l\n2011_09_26/2011_09_26_drive_0091_sync 88 l\n2011_09_26/2011_09_26_drive_0091_sync 89 l\n2011_09_26/2011_09_26_drive_0091_sync 90 l\n2011_09_26/2011_09_26_drive_0091_sync 91 l\n2011_09_26/2011_09_26_drive_0091_sync 92 l\n2011_09_26/2011_09_26_drive_0091_sync 93 l\n2011_09_26/2011_09_26_drive_0091_sync 94 l\n2011_09_26/2011_09_26_drive_0091_sync 95 l\n2011_09_26/2011_09_26_drive_0091_sync 96 l\n2011_09_26/2011_09_26_drive_0091_sync 97 l\n2011_09_26/2011_09_26_drive_0091_sync 98 l\n2011_09_26/2011_09_26_drive_0091_sync 99 l\n2011_09_26/2011_09_26_drive_0091_sync 100 l\n2011_09_26/2011_09_26_drive_0091_sync 101 l\n2011_09_26/2011_09_26_drive_0091_sync 102 l\n2011_09_26/2011_09_26_drive_0091_sync 103 l\n2011_09_26/2011_09_26_drive_0091_sync 104 l\n2011_09_26/2011_09_26_drive_0091_sync 105 l\n2011_09_26/2011_09_26_drive_0091_sync 106 l\n2011_09_26/2011_09_26_drive_0091_sync 107 l\n2011_09_26/2011_09_26_drive_0091_sync 108 l\n2011_09_26/2011_09_26_drive_0091_sync 109 l\n2011_09_26/2011_09_26_drive_0091_sync 110 l\n2011_09_26/2011_09_26_drive_0091_sync 111 l\n2011_09_26/2011_09_26_drive_0091_sync 112 l\n2011_09_26/2011_09_26_drive_0091_sync 113 l\n2011_09_26/2011_09_26_drive_0091_sync 114 l\n2011_09_26/2011_09_26_drive_0091_sync 115 l\n2011_09_26/2011_09_26_drive_0091_sync 116 l\n2011_09_26/2011_09_26_drive_0091_sync 117 l\n2011_09_26/2011_09_26_drive_0091_sync 118 l\n2011_09_26/2011_09_26_drive_0091_sync 119 l\n2011_09_26/2011_09_26_drive_0091_sync 120 l\n2011_09_26/2011_09_26_drive_0091_sync 121 l\n2011_09_26/2011_09_26_drive_0091_sync 122 l\n2011_09_26/2011_09_26_drive_0091_sync 123 l\n2011_09_26/2011_09_26_drive_0091_sync 124 l\n2011_09_26/2011_09_26_drive_0091_sync 125 l\n2011_09_26/2011_09_26_drive_0091_sync 126 l\n2011_09_26/2011_09_26_drive_0091_sync 127 l\n2011_09_26/2011_09_26_drive_0091_sync 128 l\n2011_09_26/2011_09_26_drive_0091_sync 129 l\n2011_09_26/2011_09_26_drive_0091_sync 130 l\n2011_09_26/2011_09_26_drive_0091_sync 131 l\n2011_09_26/2011_09_26_drive_0091_sync 132 l\n2011_09_26/2011_09_26_drive_0091_sync 133 l\n2011_09_26/2011_09_26_drive_0091_sync 134 l\n2011_09_26/2011_09_26_drive_0091_sync 135 l\n2011_09_26/2011_09_26_drive_0091_sync 136 l\n2011_09_26/2011_09_26_drive_0091_sync 137 l\n2011_09_26/2011_09_26_drive_0091_sync 138 l\n2011_09_26/2011_09_26_drive_0091_sync 139 l\n2011_09_26/2011_09_26_drive_0091_sync 140 l\n2011_09_26/2011_09_26_drive_0091_sync 141 l\n2011_09_26/2011_09_26_drive_0091_sync 142 l\n2011_09_26/2011_09_26_drive_0091_sync 143 l\n2011_09_26/2011_09_26_drive_0091_sync 144 l\n2011_09_26/2011_09_26_drive_0091_sync 145 l\n2011_09_26/2011_09_26_drive_0091_sync 146 l\n2011_09_26/2011_09_26_drive_0091_sync 147 l\n2011_09_26/2011_09_26_drive_0091_sync 148 l\n2011_09_26/2011_09_26_drive_0091_sync 149 l\n2011_09_26/2011_09_26_drive_0091_sync 150 l\n2011_09_26/2011_09_26_drive_0091_sync 151 l\n2011_09_26/2011_09_26_drive_0091_sync 152 l\n2011_09_26/2011_09_26_drive_0091_sync 153 l\n2011_09_26/2011_09_26_drive_0091_sync 154 l\n2011_09_26/2011_09_26_drive_0091_sync 155 l\n2011_09_26/2011_09_26_drive_0091_sync 156 l\n2011_09_26/2011_09_26_drive_0091_sync 157 l\n2011_09_26/2011_09_26_drive_0091_sync 158 l\n2011_09_26/2011_09_26_drive_0091_sync 159 l\n2011_09_26/2011_09_26_drive_0091_sync 160 l\n2011_09_26/2011_09_26_drive_0091_sync 161 l\n2011_09_26/2011_09_26_drive_0091_sync 162 l\n2011_09_26/2011_09_26_drive_0091_sync 163 l\n2011_09_26/2011_09_26_drive_0091_sync 164 l\n2011_09_26/2011_09_26_drive_0091_sync 165 l\n2011_09_26/2011_09_26_drive_0091_sync 166 l\n2011_09_26/2011_09_26_drive_0091_sync 167 l\n2011_09_26/2011_09_26_drive_0091_sync 168 l\n2011_09_26/2011_09_26_drive_0091_sync 169 l\n2011_09_26/2011_09_26_drive_0091_sync 170 l\n2011_09_26/2011_09_26_drive_0091_sync 171 l\n2011_09_26/2011_09_26_drive_0091_sync 172 l\n2011_09_26/2011_09_26_drive_0091_sync 173 l\n2011_09_26/2011_09_26_drive_0091_sync 174 l\n2011_09_26/2011_09_26_drive_0091_sync 175 l\n2011_09_26/2011_09_26_drive_0091_sync 176 l\n2011_09_26/2011_09_26_drive_0091_sync 177 l\n2011_09_26/2011_09_26_drive_0091_sync 178 l\n2011_09_26/2011_09_26_drive_0091_sync 179 l\n2011_09_26/2011_09_26_drive_0091_sync 180 l\n2011_09_26/2011_09_26_drive_0091_sync 181 l\n2011_09_26/2011_09_26_drive_0091_sync 182 l\n2011_09_26/2011_09_26_drive_0091_sync 183 l\n2011_09_26/2011_09_26_drive_0091_sync 184 l\n2011_09_26/2011_09_26_drive_0091_sync 185 l\n2011_09_26/2011_09_26_drive_0091_sync 186 l\n2011_09_26/2011_09_26_drive_0091_sync 187 l\n2011_09_26/2011_09_26_drive_0091_sync 188 l\n2011_09_26/2011_09_26_drive_0091_sync 189 l\n2011_09_26/2011_09_26_drive_0091_sync 190 l\n2011_09_26/2011_09_26_drive_0091_sync 191 l\n2011_09_26/2011_09_26_drive_0091_sync 192 l\n2011_09_26/2011_09_26_drive_0091_sync 193 l\n2011_09_26/2011_09_26_drive_0091_sync 194 l\n2011_09_26/2011_09_26_drive_0091_sync 195 l\n2011_09_26/2011_09_26_drive_0091_sync 196 l\n2011_09_26/2011_09_26_drive_0091_sync 197 l\n2011_09_26/2011_09_26_drive_0091_sync 198 l\n2011_09_26/2011_09_26_drive_0091_sync 199 l\n2011_09_26/2011_09_26_drive_0091_sync 200 l\n2011_09_26/2011_09_26_drive_0091_sync 201 l\n2011_09_26/2011_09_26_drive_0091_sync 202 l\n2011_09_26/2011_09_26_drive_0091_sync 203 l\n2011_09_26/2011_09_26_drive_0091_sync 204 l\n2011_09_26/2011_09_26_drive_0091_sync 205 l\n2011_09_26/2011_09_26_drive_0091_sync 206 l\n2011_09_26/2011_09_26_drive_0091_sync 207 l\n2011_09_26/2011_09_26_drive_0091_sync 208 l\n2011_09_26/2011_09_26_drive_0091_sync 209 l\n2011_09_26/2011_09_26_drive_0091_sync 210 l\n2011_09_26/2011_09_26_drive_0091_sync 211 l\n2011_09_26/2011_09_26_drive_0091_sync 212 l\n2011_09_26/2011_09_26_drive_0091_sync 213 l\n2011_09_26/2011_09_26_drive_0091_sync 214 l\n2011_09_26/2011_09_26_drive_0091_sync 215 l\n2011_09_26/2011_09_26_drive_0091_sync 216 l\n2011_09_26/2011_09_26_drive_0091_sync 217 l\n2011_09_26/2011_09_26_drive_0091_sync 218 l\n2011_09_26/2011_09_26_drive_0091_sync 219 l\n2011_09_26/2011_09_26_drive_0091_sync 220 l\n2011_09_26/2011_09_26_drive_0091_sync 221 l\n2011_09_26/2011_09_26_drive_0091_sync 222 l\n2011_09_26/2011_09_26_drive_0091_sync 223 l\n2011_09_26/2011_09_26_drive_0091_sync 224 l\n2011_09_26/2011_09_26_drive_0091_sync 225 l\n2011_09_26/2011_09_26_drive_0091_sync 226 l\n2011_09_26/2011_09_26_drive_0091_sync 227 l\n2011_09_26/2011_09_26_drive_0091_sync 228 l\n2011_09_26/2011_09_26_drive_0091_sync 229 l\n2011_09_26/2011_09_26_drive_0091_sync 230 l\n2011_09_26/2011_09_26_drive_0091_sync 231 l\n2011_09_26/2011_09_26_drive_0091_sync 232 l\n2011_09_26/2011_09_26_drive_0091_sync 233 l\n2011_09_26/2011_09_26_drive_0091_sync 234 l\n2011_09_26/2011_09_26_drive_0091_sync 235 l\n2011_09_26/2011_09_26_drive_0091_sync 236 l\n2011_09_26/2011_09_26_drive_0091_sync 237 l\n2011_09_26/2011_09_26_drive_0091_sync 238 l\n2011_09_26/2011_09_26_drive_0091_sync 239 l\n2011_09_26/2011_09_26_drive_0091_sync 240 l\n2011_09_26/2011_09_26_drive_0091_sync 241 l\n2011_09_26/2011_09_26_drive_0091_sync 242 l\n2011_09_26/2011_09_26_drive_0091_sync 243 l\n2011_09_26/2011_09_26_drive_0091_sync 244 l\n2011_09_26/2011_09_26_drive_0091_sync 245 l\n2011_09_26/2011_09_26_drive_0091_sync 246 l\n2011_09_26/2011_09_26_drive_0091_sync 247 l\n2011_09_26/2011_09_26_drive_0091_sync 248 l\n2011_09_26/2011_09_26_drive_0091_sync 249 l\n2011_09_26/2011_09_26_drive_0091_sync 250 l\n2011_09_26/2011_09_26_drive_0091_sync 251 l\n2011_09_26/2011_09_26_drive_0091_sync 252 l\n2011_09_26/2011_09_26_drive_0091_sync 253 l\n2011_09_26/2011_09_26_drive_0091_sync 254 l\n2011_09_26/2011_09_26_drive_0091_sync 255 l\n2011_09_26/2011_09_26_drive_0091_sync 256 l\n2011_09_26/2011_09_26_drive_0091_sync 257 l\n2011_09_26/2011_09_26_drive_0091_sync 258 l\n2011_09_26/2011_09_26_drive_0091_sync 259 l\n2011_09_26/2011_09_26_drive_0091_sync 260 l\n2011_09_26/2011_09_26_drive_0091_sync 261 l\n2011_09_26/2011_09_26_drive_0091_sync 262 l\n2011_09_26/2011_09_26_drive_0091_sync 263 l\n2011_09_26/2011_09_26_drive_0091_sync 264 l\n2011_09_26/2011_09_26_drive_0091_sync 265 l\n2011_09_26/2011_09_26_drive_0091_sync 266 l\n2011_09_26/2011_09_26_drive_0091_sync 267 l\n2011_09_26/2011_09_26_drive_0091_sync 268 l\n2011_09_26/2011_09_26_drive_0091_sync 269 l\n2011_09_26/2011_09_26_drive_0091_sync 270 l\n2011_09_26/2011_09_26_drive_0091_sync 271 l\n2011_09_26/2011_09_26_drive_0091_sync 272 l\n2011_09_26/2011_09_26_drive_0091_sync 273 l\n2011_09_26/2011_09_26_drive_0091_sync 274 l\n2011_09_26/2011_09_26_drive_0091_sync 275 l\n2011_09_26/2011_09_26_drive_0091_sync 276 l\n2011_09_26/2011_09_26_drive_0091_sync 277 l\n2011_09_26/2011_09_26_drive_0091_sync 278 l\n2011_09_26/2011_09_26_drive_0091_sync 279 l\n2011_09_26/2011_09_26_drive_0091_sync 280 l\n2011_09_26/2011_09_26_drive_0091_sync 281 l\n2011_09_26/2011_09_26_drive_0091_sync 282 l\n2011_09_26/2011_09_26_drive_0091_sync 283 l\n2011_09_26/2011_09_26_drive_0091_sync 284 l\n2011_09_26/2011_09_26_drive_0091_sync 285 l\n2011_09_26/2011_09_26_drive_0091_sync 286 l\n2011_09_26/2011_09_26_drive_0091_sync 287 l\n2011_09_26/2011_09_26_drive_0091_sync 288 l\n2011_09_26/2011_09_26_drive_0091_sync 289 l\n2011_09_26/2011_09_26_drive_0091_sync 290 l\n2011_09_26/2011_09_26_drive_0091_sync 291 l\n2011_09_26/2011_09_26_drive_0091_sync 292 l\n2011_09_26/2011_09_26_drive_0091_sync 293 l\n2011_09_26/2011_09_26_drive_0091_sync 294 l\n2011_09_26/2011_09_26_drive_0091_sync 295 l\n2011_09_26/2011_09_26_drive_0091_sync 296 l\n2011_09_26/2011_09_26_drive_0091_sync 297 l\n2011_09_26/2011_09_26_drive_0091_sync 298 l\n2011_09_26/2011_09_26_drive_0091_sync 299 l\n2011_09_26/2011_09_26_drive_0091_sync 300 l\n2011_09_26/2011_09_26_drive_0091_sync 301 l\n2011_09_26/2011_09_26_drive_0091_sync 302 l\n2011_09_26/2011_09_26_drive_0091_sync 303 l\n2011_09_26/2011_09_26_drive_0091_sync 304 l\n2011_09_26/2011_09_26_drive_0091_sync 305 l\n2011_09_26/2011_09_26_drive_0091_sync 306 l\n2011_09_26/2011_09_26_drive_0091_sync 307 l\n2011_09_26/2011_09_26_drive_0091_sync 308 l\n2011_09_26/2011_09_26_drive_0091_sync 309 l\n2011_09_26/2011_09_26_drive_0091_sync 310 l\n2011_09_26/2011_09_26_drive_0091_sync 311 l\n2011_09_26/2011_09_26_drive_0091_sync 312 l\n2011_09_26/2011_09_26_drive_0091_sync 313 l\n2011_09_26/2011_09_26_drive_0091_sync 314 l\n2011_09_26/2011_09_26_drive_0091_sync 315 l\n2011_09_26/2011_09_26_drive_0091_sync 316 l\n2011_09_26/2011_09_26_drive_0091_sync 317 l\n2011_09_26/2011_09_26_drive_0091_sync 318 l\n2011_09_26/2011_09_26_drive_0091_sync 319 l\n2011_09_26/2011_09_26_drive_0091_sync 320 l\n2011_09_26/2011_09_26_drive_0091_sync 321 l\n2011_09_26/2011_09_26_drive_0091_sync 322 l\n2011_09_26/2011_09_26_drive_0091_sync 323 l\n2011_09_26/2011_09_26_drive_0091_sync 324 l\n2011_09_26/2011_09_26_drive_0091_sync 325 l\n2011_09_26/2011_09_26_drive_0091_sync 326 l\n2011_09_26/2011_09_26_drive_0091_sync 327 l\n2011_09_26/2011_09_26_drive_0091_sync 328 l\n2011_09_26/2011_09_26_drive_0091_sync 329 l\n2011_09_26/2011_09_26_drive_0091_sync 330 l\n2011_09_26/2011_09_26_drive_0091_sync 331 l\n2011_09_26/2011_09_26_drive_0091_sync 332 l\n2011_09_26/2011_09_26_drive_0091_sync 333 l\n2011_09_26/2011_09_26_drive_0091_sync 334 l\n2011_09_26/2011_09_26_drive_0091_sync 335 l\n2011_09_26/2011_09_26_drive_0091_sync 336 l\n2011_09_26/2011_09_26_drive_0091_sync 337 l\n2011_09_26/2011_09_26_drive_0091_sync 338 l\n2011_09_26/2011_09_26_drive_0091_sync 339 l\n2011_09_26/2011_09_26_drive_0091_sync 0 r\n2011_09_26/2011_09_26_drive_0091_sync 1 r\n2011_09_26/2011_09_26_drive_0091_sync 2 r\n2011_09_26/2011_09_26_drive_0091_sync 3 r\n2011_09_26/2011_09_26_drive_0091_sync 4 r\n2011_09_26/2011_09_26_drive_0091_sync 5 r\n2011_09_26/2011_09_26_drive_0091_sync 6 r\n2011_09_26/2011_09_26_drive_0091_sync 7 r\n2011_09_26/2011_09_26_drive_0091_sync 8 r\n2011_09_26/2011_09_26_drive_0091_sync 9 r\n2011_09_26/2011_09_26_drive_0091_sync 10 r\n2011_09_26/2011_09_26_drive_0091_sync 11 r\n2011_09_26/2011_09_26_drive_0091_sync 12 r\n2011_09_26/2011_09_26_drive_0091_sync 13 r\n2011_09_26/2011_09_26_drive_0091_sync 14 r\n2011_09_26/2011_09_26_drive_0091_sync 15 r\n2011_09_26/2011_09_26_drive_0091_sync 16 r\n2011_09_26/2011_09_26_drive_0091_sync 17 r\n2011_09_26/2011_09_26_drive_0091_sync 18 r\n2011_09_26/2011_09_26_drive_0091_sync 19 r\n2011_09_26/2011_09_26_drive_0091_sync 20 r\n2011_09_26/2011_09_26_drive_0091_sync 21 r\n2011_09_26/2011_09_26_drive_0091_sync 22 r\n2011_09_26/2011_09_26_drive_0091_sync 23 r\n2011_09_26/2011_09_26_drive_0091_sync 24 r\n2011_09_26/2011_09_26_drive_0091_sync 25 r\n2011_09_26/2011_09_26_drive_0091_sync 26 r\n2011_09_26/2011_09_26_drive_0091_sync 27 r\n2011_09_26/2011_09_26_drive_0091_sync 28 r\n2011_09_26/2011_09_26_drive_0091_sync 29 r\n2011_09_26/2011_09_26_drive_0091_sync 30 r\n2011_09_26/2011_09_26_drive_0091_sync 31 r\n2011_09_26/2011_09_26_drive_0091_sync 32 r\n2011_09_26/2011_09_26_drive_0091_sync 33 r\n2011_09_26/2011_09_26_drive_0091_sync 34 r\n2011_09_26/2011_09_26_drive_0091_sync 35 r\n2011_09_26/2011_09_26_drive_0091_sync 36 r\n2011_09_26/2011_09_26_drive_0091_sync 37 r\n2011_09_26/2011_09_26_drive_0091_sync 38 r\n2011_09_26/2011_09_26_drive_0091_sync 39 r\n2011_09_26/2011_09_26_drive_0091_sync 40 r\n2011_09_26/2011_09_26_drive_0091_sync 41 r\n2011_09_26/2011_09_26_drive_0091_sync 42 r\n2011_09_26/2011_09_26_drive_0091_sync 43 r\n2011_09_26/2011_09_26_drive_0091_sync 44 r\n2011_09_26/2011_09_26_drive_0091_sync 45 r\n2011_09_26/2011_09_26_drive_0091_sync 46 r\n2011_09_26/2011_09_26_drive_0091_sync 47 r\n2011_09_26/2011_09_26_drive_0091_sync 48 r\n2011_09_26/2011_09_26_drive_0091_sync 49 r\n2011_09_26/2011_09_26_drive_0091_sync 50 r\n2011_09_26/2011_09_26_drive_0091_sync 51 r\n2011_09_26/2011_09_26_drive_0091_sync 52 r\n2011_09_26/2011_09_26_drive_0091_sync 53 r\n2011_09_26/2011_09_26_drive_0091_sync 54 r\n2011_09_26/2011_09_26_drive_0091_sync 55 r\n2011_09_26/2011_09_26_drive_0091_sync 56 r\n2011_09_26/2011_09_26_drive_0091_sync 57 r\n2011_09_26/2011_09_26_drive_0091_sync 58 r\n2011_09_26/2011_09_26_drive_0091_sync 59 r\n2011_09_26/2011_09_26_drive_0091_sync 60 r\n2011_09_26/2011_09_26_drive_0091_sync 61 r\n2011_09_26/2011_09_26_drive_0091_sync 62 r\n2011_09_26/2011_09_26_drive_0091_sync 63 r\n2011_09_26/2011_09_26_drive_0091_sync 64 r\n2011_09_26/2011_09_26_drive_0091_sync 65 r\n2011_09_26/2011_09_26_drive_0091_sync 66 r\n2011_09_26/2011_09_26_drive_0091_sync 67 r\n2011_09_26/2011_09_26_drive_0091_sync 68 r\n2011_09_26/2011_09_26_drive_0091_sync 69 r\n2011_09_26/2011_09_26_drive_0091_sync 70 r\n2011_09_26/2011_09_26_drive_0091_sync 71 r\n2011_09_26/2011_09_26_drive_0091_sync 72 r\n2011_09_26/2011_09_26_drive_0091_sync 73 r\n2011_09_26/2011_09_26_drive_0091_sync 74 r\n2011_09_26/2011_09_26_drive_0091_sync 75 r\n2011_09_26/2011_09_26_drive_0091_sync 76 r\n2011_09_26/2011_09_26_drive_0091_sync 77 r\n2011_09_26/2011_09_26_drive_0091_sync 78 r\n2011_09_26/2011_09_26_drive_0091_sync 79 r\n2011_09_26/2011_09_26_drive_0091_sync 80 r\n2011_09_26/2011_09_26_drive_0091_sync 81 r\n2011_09_26/2011_09_26_drive_0091_sync 82 r\n2011_09_26/2011_09_26_drive_0091_sync 83 r\n2011_09_26/2011_09_26_drive_0091_sync 84 r\n2011_09_26/2011_09_26_drive_0091_sync 85 r\n2011_09_26/2011_09_26_drive_0091_sync 86 r\n2011_09_26/2011_09_26_drive_0091_sync 87 r\n2011_09_26/2011_09_26_drive_0091_sync 88 r\n2011_09_26/2011_09_26_drive_0091_sync 89 r\n2011_09_26/2011_09_26_drive_0091_sync 90 r\n2011_09_26/2011_09_26_drive_0091_sync 91 r\n2011_09_26/2011_09_26_drive_0091_sync 92 r\n2011_09_26/2011_09_26_drive_0091_sync 93 r\n2011_09_26/2011_09_26_drive_0091_sync 94 r\n2011_09_26/2011_09_26_drive_0091_sync 95 r\n2011_09_26/2011_09_26_drive_0091_sync 96 r\n2011_09_26/2011_09_26_drive_0091_sync 97 r\n2011_09_26/2011_09_26_drive_0091_sync 98 r\n2011_09_26/2011_09_26_drive_0091_sync 99 r\n2011_09_26/2011_09_26_drive_0091_sync 100 r\n2011_09_26/2011_09_26_drive_0091_sync 101 r\n2011_09_26/2011_09_26_drive_0091_sync 102 r\n2011_09_26/2011_09_26_drive_0091_sync 103 r\n2011_09_26/2011_09_26_drive_0091_sync 104 r\n2011_09_26/2011_09_26_drive_0091_sync 105 r\n2011_09_26/2011_09_26_drive_0091_sync 106 r\n2011_09_26/2011_09_26_drive_0091_sync 107 r\n2011_09_26/2011_09_26_drive_0091_sync 108 r\n2011_09_26/2011_09_26_drive_0091_sync 109 r\n2011_09_26/2011_09_26_drive_0091_sync 110 r\n2011_09_26/2011_09_26_drive_0091_sync 111 r\n2011_09_26/2011_09_26_drive_0091_sync 112 r\n2011_09_26/2011_09_26_drive_0091_sync 113 r\n2011_09_26/2011_09_26_drive_0091_sync 114 r\n2011_09_26/2011_09_26_drive_0091_sync 115 r\n2011_09_26/2011_09_26_drive_0091_sync 116 r\n2011_09_26/2011_09_26_drive_0091_sync 117 r\n2011_09_26/2011_09_26_drive_0091_sync 118 r\n2011_09_26/2011_09_26_drive_0091_sync 119 r\n2011_09_26/2011_09_26_drive_0091_sync 120 r\n2011_09_26/2011_09_26_drive_0091_sync 121 r\n2011_09_26/2011_09_26_drive_0091_sync 122 r\n2011_09_26/2011_09_26_drive_0091_sync 123 r\n2011_09_26/2011_09_26_drive_0091_sync 124 r\n2011_09_26/2011_09_26_drive_0091_sync 125 r\n2011_09_26/2011_09_26_drive_0091_sync 126 r\n2011_09_26/2011_09_26_drive_0091_sync 127 r\n2011_09_26/2011_09_26_drive_0091_sync 128 r\n2011_09_26/2011_09_26_drive_0091_sync 129 r\n2011_09_26/2011_09_26_drive_0091_sync 130 r\n2011_09_26/2011_09_26_drive_0091_sync 131 r\n2011_09_26/2011_09_26_drive_0091_sync 132 r\n2011_09_26/2011_09_26_drive_0091_sync 133 r\n2011_09_26/2011_09_26_drive_0091_sync 134 r\n2011_09_26/2011_09_26_drive_0091_sync 135 r\n2011_09_26/2011_09_26_drive_0091_sync 136 r\n2011_09_26/2011_09_26_drive_0091_sync 137 r\n2011_09_26/2011_09_26_drive_0091_sync 138 r\n2011_09_26/2011_09_26_drive_0091_sync 139 r\n2011_09_26/2011_09_26_drive_0091_sync 140 r\n2011_09_26/2011_09_26_drive_0091_sync 141 r\n2011_09_26/2011_09_26_drive_0091_sync 142 r\n2011_09_26/2011_09_26_drive_0091_sync 143 r\n2011_09_26/2011_09_26_drive_0091_sync 144 r\n2011_09_26/2011_09_26_drive_0091_sync 145 r\n2011_09_26/2011_09_26_drive_0091_sync 146 r\n2011_09_26/2011_09_26_drive_0091_sync 147 r\n2011_09_26/2011_09_26_drive_0091_sync 148 r\n2011_09_26/2011_09_26_drive_0091_sync 149 r\n2011_09_26/2011_09_26_drive_0091_sync 150 r\n2011_09_26/2011_09_26_drive_0091_sync 151 r\n2011_09_26/2011_09_26_drive_0091_sync 152 r\n2011_09_26/2011_09_26_drive_0091_sync 153 r\n2011_09_26/2011_09_26_drive_0091_sync 154 r\n2011_09_26/2011_09_26_drive_0091_sync 155 r\n2011_09_26/2011_09_26_drive_0091_sync 156 r\n2011_09_26/2011_09_26_drive_0091_sync 157 r\n2011_09_26/2011_09_26_drive_0091_sync 158 r\n2011_09_26/2011_09_26_drive_0091_sync 159 r\n2011_09_26/2011_09_26_drive_0091_sync 160 r\n2011_09_26/2011_09_26_drive_0091_sync 161 r\n2011_09_26/2011_09_26_drive_0091_sync 162 r\n2011_09_26/2011_09_26_drive_0091_sync 163 r\n2011_09_26/2011_09_26_drive_0091_sync 164 r\n2011_09_26/2011_09_26_drive_0091_sync 165 r\n2011_09_26/2011_09_26_drive_0091_sync 166 r\n2011_09_26/2011_09_26_drive_0091_sync 167 r\n2011_09_26/2011_09_26_drive_0091_sync 168 r\n2011_09_26/2011_09_26_drive_0091_sync 169 r\n2011_09_26/2011_09_26_drive_0091_sync 170 r\n2011_09_26/2011_09_26_drive_0091_sync 171 r\n2011_09_26/2011_09_26_drive_0091_sync 172 r\n2011_09_26/2011_09_26_drive_0091_sync 173 r\n2011_09_26/2011_09_26_drive_0091_sync 174 r\n2011_09_26/2011_09_26_drive_0091_sync 175 r\n2011_09_26/2011_09_26_drive_0091_sync 176 r\n2011_09_26/2011_09_26_drive_0091_sync 177 r\n2011_09_26/2011_09_26_drive_0091_sync 178 r\n2011_09_26/2011_09_26_drive_0091_sync 179 r\n2011_09_26/2011_09_26_drive_0091_sync 180 r\n2011_09_26/2011_09_26_drive_0091_sync 181 r\n2011_09_26/2011_09_26_drive_0091_sync 182 r\n2011_09_26/2011_09_26_drive_0091_sync 183 r\n2011_09_26/2011_09_26_drive_0091_sync 184 r\n2011_09_26/2011_09_26_drive_0091_sync 185 r\n2011_09_26/2011_09_26_drive_0091_sync 186 r\n2011_09_26/2011_09_26_drive_0091_sync 187 r\n2011_09_26/2011_09_26_drive_0091_sync 188 r\n2011_09_26/2011_09_26_drive_0091_sync 189 r\n2011_09_26/2011_09_26_drive_0091_sync 190 r\n2011_09_26/2011_09_26_drive_0091_sync 191 r\n2011_09_26/2011_09_26_drive_0091_sync 192 r\n2011_09_26/2011_09_26_drive_0091_sync 193 r\n2011_09_26/2011_09_26_drive_0091_sync 194 r\n2011_09_26/2011_09_26_drive_0091_sync 195 r\n2011_09_26/2011_09_26_drive_0091_sync 196 r\n2011_09_26/2011_09_26_drive_0091_sync 197 r\n2011_09_26/2011_09_26_drive_0091_sync 198 r\n2011_09_26/2011_09_26_drive_0091_sync 199 r\n2011_09_26/2011_09_26_drive_0091_sync 200 r\n2011_09_26/2011_09_26_drive_0091_sync 201 r\n2011_09_26/2011_09_26_drive_0091_sync 202 r\n2011_09_26/2011_09_26_drive_0091_sync 203 r\n2011_09_26/2011_09_26_drive_0091_sync 204 r\n2011_09_26/2011_09_26_drive_0091_sync 205 r\n2011_09_26/2011_09_26_drive_0091_sync 206 r\n2011_09_26/2011_09_26_drive_0091_sync 207 r\n2011_09_26/2011_09_26_drive_0091_sync 208 r\n2011_09_26/2011_09_26_drive_0091_sync 209 r\n2011_09_26/2011_09_26_drive_0091_sync 210 r\n2011_09_26/2011_09_26_drive_0091_sync 211 r\n2011_09_26/2011_09_26_drive_0091_sync 212 r\n2011_09_26/2011_09_26_drive_0091_sync 213 r\n2011_09_26/2011_09_26_drive_0091_sync 214 r\n2011_09_26/2011_09_26_drive_0091_sync 215 r\n2011_09_26/2011_09_26_drive_0091_sync 216 r\n2011_09_26/2011_09_26_drive_0091_sync 217 r\n2011_09_26/2011_09_26_drive_0091_sync 218 r\n2011_09_26/2011_09_26_drive_0091_sync 219 r\n2011_09_26/2011_09_26_drive_0091_sync 220 r\n2011_09_26/2011_09_26_drive_0091_sync 221 r\n2011_09_26/2011_09_26_drive_0091_sync 222 r\n2011_09_26/2011_09_26_drive_0091_sync 223 r\n2011_09_26/2011_09_26_drive_0091_sync 224 r\n2011_09_26/2011_09_26_drive_0091_sync 225 r\n2011_09_26/2011_09_26_drive_0091_sync 226 r\n2011_09_26/2011_09_26_drive_0091_sync 227 r\n2011_09_26/2011_09_26_drive_0091_sync 228 r\n2011_09_26/2011_09_26_drive_0091_sync 229 r\n2011_09_26/2011_09_26_drive_0091_sync 230 r\n2011_09_26/2011_09_26_drive_0091_sync 231 r\n2011_09_26/2011_09_26_drive_0091_sync 232 r\n2011_09_26/2011_09_26_drive_0091_sync 233 r\n2011_09_26/2011_09_26_drive_0091_sync 234 r\n2011_09_26/2011_09_26_drive_0091_sync 235 r\n2011_09_26/2011_09_26_drive_0091_sync 236 r\n2011_09_26/2011_09_26_drive_0091_sync 237 r\n2011_09_26/2011_09_26_drive_0091_sync 238 r\n2011_09_26/2011_09_26_drive_0091_sync 239 r\n2011_09_26/2011_09_26_drive_0091_sync 240 r\n2011_09_26/2011_09_26_drive_0091_sync 241 r\n2011_09_26/2011_09_26_drive_0091_sync 242 r\n2011_09_26/2011_09_26_drive_0091_sync 243 r\n2011_09_26/2011_09_26_drive_0091_sync 244 r\n2011_09_26/2011_09_26_drive_0091_sync 245 r\n2011_09_26/2011_09_26_drive_0091_sync 246 r\n2011_09_26/2011_09_26_drive_0091_sync 247 r\n2011_09_26/2011_09_26_drive_0091_sync 248 r\n2011_09_26/2011_09_26_drive_0091_sync 249 r\n2011_09_26/2011_09_26_drive_0091_sync 250 r\n2011_09_26/2011_09_26_drive_0091_sync 251 r\n2011_09_26/2011_09_26_drive_0091_sync 252 r\n2011_09_26/2011_09_26_drive_0091_sync 253 r\n2011_09_26/2011_09_26_drive_0091_sync 254 r\n2011_09_26/2011_09_26_drive_0091_sync 255 r\n2011_09_26/2011_09_26_drive_0091_sync 256 r\n2011_09_26/2011_09_26_drive_0091_sync 257 r\n2011_09_26/2011_09_26_drive_0091_sync 258 r\n2011_09_26/2011_09_26_drive_0091_sync 259 r\n2011_09_26/2011_09_26_drive_0091_sync 260 r\n2011_09_26/2011_09_26_drive_0091_sync 261 r\n2011_09_26/2011_09_26_drive_0091_sync 262 r\n2011_09_26/2011_09_26_drive_0091_sync 263 r\n2011_09_26/2011_09_26_drive_0091_sync 264 r\n2011_09_26/2011_09_26_drive_0091_sync 265 r\n2011_09_26/2011_09_26_drive_0091_sync 266 r\n2011_09_26/2011_09_26_drive_0091_sync 267 r\n2011_09_26/2011_09_26_drive_0091_sync 268 r\n2011_09_26/2011_09_26_drive_0091_sync 269 r\n2011_09_26/2011_09_26_drive_0091_sync 270 r\n2011_09_26/2011_09_26_drive_0091_sync 271 r\n2011_09_26/2011_09_26_drive_0091_sync 272 r\n2011_09_26/2011_09_26_drive_0091_sync 273 r\n2011_09_26/2011_09_26_drive_0091_sync 274 r\n2011_09_26/2011_09_26_drive_0091_sync 275 r\n2011_09_26/2011_09_26_drive_0091_sync 276 r\n2011_09_26/2011_09_26_drive_0091_sync 277 r\n2011_09_26/2011_09_26_drive_0091_sync 278 r\n2011_09_26/2011_09_26_drive_0091_sync 279 r\n2011_09_26/2011_09_26_drive_0091_sync 280 r\n2011_09_26/2011_09_26_drive_0091_sync 281 r\n2011_09_26/2011_09_26_drive_0091_sync 282 r\n2011_09_26/2011_09_26_drive_0091_sync 283 r\n2011_09_26/2011_09_26_drive_0091_sync 284 r\n2011_09_26/2011_09_26_drive_0091_sync 285 r\n2011_09_26/2011_09_26_drive_0091_sync 286 r\n2011_09_26/2011_09_26_drive_0091_sync 287 r\n2011_09_26/2011_09_26_drive_0091_sync 288 r\n2011_09_26/2011_09_26_drive_0091_sync 289 r\n2011_09_26/2011_09_26_drive_0091_sync 290 r\n2011_09_26/2011_09_26_drive_0091_sync 291 r\n2011_09_26/2011_09_26_drive_0091_sync 292 r\n2011_09_26/2011_09_26_drive_0091_sync 293 r\n2011_09_26/2011_09_26_drive_0091_sync 294 r\n2011_09_26/2011_09_26_drive_0091_sync 295 r\n2011_09_26/2011_09_26_drive_0091_sync 296 r\n2011_09_26/2011_09_26_drive_0091_sync 297 r\n2011_09_26/2011_09_26_drive_0091_sync 298 r\n2011_09_26/2011_09_26_drive_0091_sync 299 r\n2011_09_26/2011_09_26_drive_0091_sync 300 r\n2011_09_26/2011_09_26_drive_0091_sync 301 r\n2011_09_26/2011_09_26_drive_0091_sync 302 r\n2011_09_26/2011_09_26_drive_0091_sync 303 r\n2011_09_26/2011_09_26_drive_0091_sync 304 r\n2011_09_26/2011_09_26_drive_0091_sync 305 r\n2011_09_26/2011_09_26_drive_0091_sync 306 r\n2011_09_26/2011_09_26_drive_0091_sync 307 r\n2011_09_26/2011_09_26_drive_0091_sync 308 r\n2011_09_26/2011_09_26_drive_0091_sync 309 r\n2011_09_26/2011_09_26_drive_0091_sync 310 r\n2011_09_26/2011_09_26_drive_0091_sync 311 r\n2011_09_26/2011_09_26_drive_0091_sync 312 r\n2011_09_26/2011_09_26_drive_0091_sync 313 r\n2011_09_26/2011_09_26_drive_0091_sync 314 r\n2011_09_26/2011_09_26_drive_0091_sync 315 r\n2011_09_26/2011_09_26_drive_0091_sync 316 r\n2011_09_26/2011_09_26_drive_0091_sync 317 r\n2011_09_26/2011_09_26_drive_0091_sync 318 r\n2011_09_26/2011_09_26_drive_0091_sync 319 r\n2011_09_26/2011_09_26_drive_0091_sync 320 r\n2011_09_26/2011_09_26_drive_0091_sync 321 r\n2011_09_26/2011_09_26_drive_0091_sync 322 r\n2011_09_26/2011_09_26_drive_0091_sync 323 r\n2011_09_26/2011_09_26_drive_0091_sync 324 r\n2011_09_26/2011_09_26_drive_0091_sync 325 r\n2011_09_26/2011_09_26_drive_0091_sync 326 r\n2011_09_26/2011_09_26_drive_0091_sync 327 r\n2011_09_26/2011_09_26_drive_0091_sync 328 r\n2011_09_26/2011_09_26_drive_0091_sync 329 r\n2011_09_26/2011_09_26_drive_0091_sync 330 r\n2011_09_26/2011_09_26_drive_0091_sync 331 r\n2011_09_26/2011_09_26_drive_0091_sync 332 r\n2011_09_26/2011_09_26_drive_0091_sync 333 r\n2011_09_26/2011_09_26_drive_0091_sync 334 r\n2011_09_26/2011_09_26_drive_0091_sync 335 r\n2011_09_26/2011_09_26_drive_0091_sync 336 r\n2011_09_26/2011_09_26_drive_0091_sync 337 r\n2011_09_26/2011_09_26_drive_0091_sync 338 r\n2011_09_26/2011_09_26_drive_0091_sync 339 r\n2011_09_26/2011_09_26_drive_0002_sync 0 l\n2011_09_26/2011_09_26_drive_0002_sync 1 l\n2011_09_26/2011_09_26_drive_0002_sync 2 l\n2011_09_26/2011_09_26_drive_0002_sync 3 l\n2011_09_26/2011_09_26_drive_0002_sync 4 l\n2011_09_26/2011_09_26_drive_0002_sync 5 l\n2011_09_26/2011_09_26_drive_0002_sync 6 l\n2011_09_26/2011_09_26_drive_0002_sync 7 l\n2011_09_26/2011_09_26_drive_0002_sync 8 l\n2011_09_26/2011_09_26_drive_0002_sync 9 l\n2011_09_26/2011_09_26_drive_0002_sync 10 l\n2011_09_26/2011_09_26_drive_0002_sync 11 l\n2011_09_26/2011_09_26_drive_0002_sync 12 l\n2011_09_26/2011_09_26_drive_0002_sync 13 l\n2011_09_26/2011_09_26_drive_0002_sync 14 l\n2011_09_26/2011_09_26_drive_0002_sync 15 l\n2011_09_26/2011_09_26_drive_0002_sync 16 l\n2011_09_26/2011_09_26_drive_0002_sync 17 l\n2011_09_26/2011_09_26_drive_0002_sync 18 l\n2011_09_26/2011_09_26_drive_0002_sync 19 l\n2011_09_26/2011_09_26_drive_0002_sync 20 l\n2011_09_26/2011_09_26_drive_0002_sync 21 l\n2011_09_26/2011_09_26_drive_0002_sync 22 l\n2011_09_26/2011_09_26_drive_0002_sync 23 l\n2011_09_26/2011_09_26_drive_0002_sync 24 l\n2011_09_26/2011_09_26_drive_0002_sync 25 l\n2011_09_26/2011_09_26_drive_0002_sync 26 l\n2011_09_26/2011_09_26_drive_0002_sync 27 l\n2011_09_26/2011_09_26_drive_0002_sync 28 l\n2011_09_26/2011_09_26_drive_0002_sync 29 l\n2011_09_26/2011_09_26_drive_0002_sync 30 l\n2011_09_26/2011_09_26_drive_0002_sync 31 l\n2011_09_26/2011_09_26_drive_0002_sync 32 l\n2011_09_26/2011_09_26_drive_0002_sync 33 l\n2011_09_26/2011_09_26_drive_0002_sync 34 l\n2011_09_26/2011_09_26_drive_0002_sync 35 l\n2011_09_26/2011_09_26_drive_0002_sync 36 l\n2011_09_26/2011_09_26_drive_0002_sync 37 l\n2011_09_26/2011_09_26_drive_0002_sync 38 l\n2011_09_26/2011_09_26_drive_0002_sync 39 l\n2011_09_26/2011_09_26_drive_0002_sync 40 l\n2011_09_26/2011_09_26_drive_0002_sync 41 l\n2011_09_26/2011_09_26_drive_0002_sync 42 l\n2011_09_26/2011_09_26_drive_0002_sync 43 l\n2011_09_26/2011_09_26_drive_0002_sync 44 l\n2011_09_26/2011_09_26_drive_0002_sync 45 l\n2011_09_26/2011_09_26_drive_0002_sync 46 l\n2011_09_26/2011_09_26_drive_0002_sync 47 l\n2011_09_26/2011_09_26_drive_0002_sync 48 l\n2011_09_26/2011_09_26_drive_0002_sync 49 l\n2011_09_26/2011_09_26_drive_0002_sync 50 l\n2011_09_26/2011_09_26_drive_0002_sync 51 l\n2011_09_26/2011_09_26_drive_0002_sync 52 l\n2011_09_26/2011_09_26_drive_0002_sync 53 l\n2011_09_26/2011_09_26_drive_0002_sync 54 l\n2011_09_26/2011_09_26_drive_0002_sync 55 l\n2011_09_26/2011_09_26_drive_0002_sync 56 l\n2011_09_26/2011_09_26_drive_0002_sync 57 l\n2011_09_26/2011_09_26_drive_0002_sync 58 l\n2011_09_26/2011_09_26_drive_0002_sync 59 l\n2011_09_26/2011_09_26_drive_0002_sync 60 l\n2011_09_26/2011_09_26_drive_0002_sync 61 l\n2011_09_26/2011_09_26_drive_0002_sync 62 l\n2011_09_26/2011_09_26_drive_0002_sync 63 l\n2011_09_26/2011_09_26_drive_0002_sync 64 l\n2011_09_26/2011_09_26_drive_0002_sync 65 l\n2011_09_26/2011_09_26_drive_0002_sync 66 l\n2011_09_26/2011_09_26_drive_0002_sync 67 l\n2011_09_26/2011_09_26_drive_0002_sync 68 l\n2011_09_26/2011_09_26_drive_0002_sync 69 l\n2011_09_26/2011_09_26_drive_0002_sync 70 l\n2011_09_26/2011_09_26_drive_0002_sync 71 l\n2011_09_26/2011_09_26_drive_0002_sync 72 l\n2011_09_26/2011_09_26_drive_0002_sync 73 l\n2011_09_26/2011_09_26_drive_0002_sync 74 l\n2011_09_26/2011_09_26_drive_0002_sync 75 l\n2011_09_26/2011_09_26_drive_0002_sync 76 l\n2011_09_26/2011_09_26_drive_0002_sync 0 r\n2011_09_26/2011_09_26_drive_0002_sync 1 r\n2011_09_26/2011_09_26_drive_0002_sync 2 r\n2011_09_26/2011_09_26_drive_0002_sync 3 r\n2011_09_26/2011_09_26_drive_0002_sync 4 r\n2011_09_26/2011_09_26_drive_0002_sync 5 r\n2011_09_26/2011_09_26_drive_0002_sync 6 r\n2011_09_26/2011_09_26_drive_0002_sync 7 r\n2011_09_26/2011_09_26_drive_0002_sync 8 r\n2011_09_26/2011_09_26_drive_0002_sync 9 r\n2011_09_26/2011_09_26_drive_0002_sync 10 r\n2011_09_26/2011_09_26_drive_0002_sync 11 r\n2011_09_26/2011_09_26_drive_0002_sync 12 r\n2011_09_26/2011_09_26_drive_0002_sync 13 r\n2011_09_26/2011_09_26_drive_0002_sync 14 r\n2011_09_26/2011_09_26_drive_0002_sync 15 r\n2011_09_26/2011_09_26_drive_0002_sync 16 r\n2011_09_26/2011_09_26_drive_0002_sync 17 r\n2011_09_26/2011_09_26_drive_0002_sync 18 r\n2011_09_26/2011_09_26_drive_0002_sync 19 r\n2011_09_26/2011_09_26_drive_0002_sync 20 r\n2011_09_26/2011_09_26_drive_0002_sync 21 r\n2011_09_26/2011_09_26_drive_0002_sync 22 r\n2011_09_26/2011_09_26_drive_0002_sync 23 r\n2011_09_26/2011_09_26_drive_0002_sync 24 r\n2011_09_26/2011_09_26_drive_0002_sync 25 r\n2011_09_26/2011_09_26_drive_0002_sync 26 r\n2011_09_26/2011_09_26_drive_0002_sync 27 r\n2011_09_26/2011_09_26_drive_0002_sync 28 r\n2011_09_26/2011_09_26_drive_0002_sync 29 r\n2011_09_26/2011_09_26_drive_0002_sync 30 r\n2011_09_26/2011_09_26_drive_0002_sync 31 r\n2011_09_26/2011_09_26_drive_0002_sync 32 r\n2011_09_26/2011_09_26_drive_0002_sync 33 r\n2011_09_26/2011_09_26_drive_0002_sync 34 r\n2011_09_26/2011_09_26_drive_0002_sync 35 r\n2011_09_26/2011_09_26_drive_0002_sync 36 r\n2011_09_26/2011_09_26_drive_0002_sync 37 r\n2011_09_26/2011_09_26_drive_0002_sync 38 r\n2011_09_26/2011_09_26_drive_0002_sync 39 r\n2011_09_26/2011_09_26_drive_0002_sync 40 r\n2011_09_26/2011_09_26_drive_0002_sync 41 r\n2011_09_26/2011_09_26_drive_0002_sync 42 r\n2011_09_26/2011_09_26_drive_0002_sync 43 r\n2011_09_26/2011_09_26_drive_0002_sync 44 r\n2011_09_26/2011_09_26_drive_0002_sync 45 r\n2011_09_26/2011_09_26_drive_0002_sync 46 r\n2011_09_26/2011_09_26_drive_0002_sync 47 r\n2011_09_26/2011_09_26_drive_0002_sync 48 r\n2011_09_26/2011_09_26_drive_0002_sync 49 r\n2011_09_26/2011_09_26_drive_0002_sync 50 r\n2011_09_26/2011_09_26_drive_0002_sync 51 r\n2011_09_26/2011_09_26_drive_0002_sync 52 r\n2011_09_26/2011_09_26_drive_0002_sync 53 r\n2011_09_26/2011_09_26_drive_0002_sync 54 r\n2011_09_26/2011_09_26_drive_0002_sync 55 r\n2011_09_26/2011_09_26_drive_0002_sync 56 r\n2011_09_26/2011_09_26_drive_0002_sync 57 r\n2011_09_26/2011_09_26_drive_0002_sync 58 r\n2011_09_26/2011_09_26_drive_0002_sync 59 r\n2011_09_26/2011_09_26_drive_0002_sync 60 r\n2011_09_26/2011_09_26_drive_0002_sync 61 r\n2011_09_26/2011_09_26_drive_0002_sync 62 r\n2011_09_26/2011_09_26_drive_0002_sync 63 r\n2011_09_26/2011_09_26_drive_0002_sync 64 r\n2011_09_26/2011_09_26_drive_0002_sync 65 r\n2011_09_26/2011_09_26_drive_0002_sync 66 r\n2011_09_26/2011_09_26_drive_0002_sync 67 r\n2011_09_26/2011_09_26_drive_0002_sync 68 r\n2011_09_26/2011_09_26_drive_0002_sync 69 r\n2011_09_26/2011_09_26_drive_0002_sync 70 r\n2011_09_26/2011_09_26_drive_0002_sync 71 r\n2011_09_26/2011_09_26_drive_0002_sync 72 r\n2011_09_26/2011_09_26_drive_0002_sync 73 r\n2011_09_26/2011_09_26_drive_0002_sync 74 r\n2011_09_26/2011_09_26_drive_0002_sync 75 r\n2011_09_26/2011_09_26_drive_0002_sync 76 r\n2011_09_26/2011_09_26_drive_0051_sync 0 l\n2011_09_26/2011_09_26_drive_0051_sync 1 l\n2011_09_26/2011_09_26_drive_0051_sync 2 l\n2011_09_26/2011_09_26_drive_0051_sync 3 l\n2011_09_26/2011_09_26_drive_0051_sync 4 l\n2011_09_26/2011_09_26_drive_0051_sync 5 l\n2011_09_26/2011_09_26_drive_0051_sync 6 l\n2011_09_26/2011_09_26_drive_0051_sync 7 l\n2011_09_26/2011_09_26_drive_0051_sync 8 l\n2011_09_26/2011_09_26_drive_0051_sync 9 l\n2011_09_26/2011_09_26_drive_0051_sync 10 l\n2011_09_26/2011_09_26_drive_0051_sync 11 l\n2011_09_26/2011_09_26_drive_0051_sync 12 l\n2011_09_26/2011_09_26_drive_0051_sync 13 l\n2011_09_26/2011_09_26_drive_0051_sync 14 l\n2011_09_26/2011_09_26_drive_0051_sync 15 l\n2011_09_26/2011_09_26_drive_0051_sync 16 l\n2011_09_26/2011_09_26_drive_0051_sync 17 l\n2011_09_26/2011_09_26_drive_0051_sync 18 l\n2011_09_26/2011_09_26_drive_0051_sync 19 l\n2011_09_26/2011_09_26_drive_0051_sync 20 l\n2011_09_26/2011_09_26_drive_0051_sync 21 l\n2011_09_26/2011_09_26_drive_0051_sync 22 l\n2011_09_26/2011_09_26_drive_0051_sync 23 l\n2011_09_26/2011_09_26_drive_0051_sync 24 l\n2011_09_26/2011_09_26_drive_0051_sync 25 l\n2011_09_26/2011_09_26_drive_0051_sync 26 l\n2011_09_26/2011_09_26_drive_0051_sync 27 l\n2011_09_26/2011_09_26_drive_0051_sync 28 l\n2011_09_26/2011_09_26_drive_0051_sync 29 l\n2011_09_26/2011_09_26_drive_0051_sync 30 l\n2011_09_26/2011_09_26_drive_0051_sync 31 l\n2011_09_26/2011_09_26_drive_0051_sync 32 l\n2011_09_26/2011_09_26_drive_0051_sync 33 l\n2011_09_26/2011_09_26_drive_0051_sync 34 l\n2011_09_26/2011_09_26_drive_0051_sync 35 l\n2011_09_26/2011_09_26_drive_0051_sync 36 l\n2011_09_26/2011_09_26_drive_0051_sync 37 l\n2011_09_26/2011_09_26_drive_0051_sync 38 l\n2011_09_26/2011_09_26_drive_0051_sync 39 l\n2011_09_26/2011_09_26_drive_0051_sync 40 l\n2011_09_26/2011_09_26_drive_0051_sync 41 l\n2011_09_26/2011_09_26_drive_0051_sync 42 l\n2011_09_26/2011_09_26_drive_0051_sync 43 l\n2011_09_26/2011_09_26_drive_0051_sync 44 l\n2011_09_26/2011_09_26_drive_0051_sync 45 l\n2011_09_26/2011_09_26_drive_0051_sync 46 l\n2011_09_26/2011_09_26_drive_0051_sync 47 l\n2011_09_26/2011_09_26_drive_0051_sync 48 l\n2011_09_26/2011_09_26_drive_0051_sync 49 l\n2011_09_26/2011_09_26_drive_0051_sync 50 l\n2011_09_26/2011_09_26_drive_0051_sync 51 l\n2011_09_26/2011_09_26_drive_0051_sync 52 l\n2011_09_26/2011_09_26_drive_0051_sync 53 l\n2011_09_26/2011_09_26_drive_0051_sync 54 l\n2011_09_26/2011_09_26_drive_0051_sync 55 l\n2011_09_26/2011_09_26_drive_0051_sync 56 l\n2011_09_26/2011_09_26_drive_0051_sync 57 l\n2011_09_26/2011_09_26_drive_0051_sync 58 l\n2011_09_26/2011_09_26_drive_0051_sync 59 l\n2011_09_26/2011_09_26_drive_0051_sync 60 l\n2011_09_26/2011_09_26_drive_0051_sync 61 l\n2011_09_26/2011_09_26_drive_0051_sync 62 l\n2011_09_26/2011_09_26_drive_0051_sync 63 l\n2011_09_26/2011_09_26_drive_0051_sync 64 l\n2011_09_26/2011_09_26_drive_0051_sync 65 l\n2011_09_26/2011_09_26_drive_0051_sync 66 l\n2011_09_26/2011_09_26_drive_0051_sync 67 l\n2011_09_26/2011_09_26_drive_0051_sync 68 l\n2011_09_26/2011_09_26_drive_0051_sync 69 l\n2011_09_26/2011_09_26_drive_0051_sync 70 l\n2011_09_26/2011_09_26_drive_0051_sync 71 l\n2011_09_26/2011_09_26_drive_0051_sync 72 l\n2011_09_26/2011_09_26_drive_0051_sync 73 l\n2011_09_26/2011_09_26_drive_0051_sync 74 l\n2011_09_26/2011_09_26_drive_0051_sync 75 l\n2011_09_26/2011_09_26_drive_0051_sync 76 l\n2011_09_26/2011_09_26_drive_0051_sync 77 l\n2011_09_26/2011_09_26_drive_0051_sync 78 l\n2011_09_26/2011_09_26_drive_0051_sync 79 l\n2011_09_26/2011_09_26_drive_0051_sync 80 l\n2011_09_26/2011_09_26_drive_0051_sync 81 l\n2011_09_26/2011_09_26_drive_0051_sync 82 l\n2011_09_26/2011_09_26_drive_0051_sync 83 l\n2011_09_26/2011_09_26_drive_0051_sync 84 l\n2011_09_26/2011_09_26_drive_0051_sync 85 l\n2011_09_26/2011_09_26_drive_0051_sync 86 l\n2011_09_26/2011_09_26_drive_0051_sync 87 l\n2011_09_26/2011_09_26_drive_0051_sync 88 l\n2011_09_26/2011_09_26_drive_0051_sync 89 l\n2011_09_26/2011_09_26_drive_0051_sync 90 l\n2011_09_26/2011_09_26_drive_0051_sync 91 l\n2011_09_26/2011_09_26_drive_0051_sync 92 l\n2011_09_26/2011_09_26_drive_0051_sync 93 l\n2011_09_26/2011_09_26_drive_0051_sync 94 l\n2011_09_26/2011_09_26_drive_0051_sync 95 l\n2011_09_26/2011_09_26_drive_0051_sync 96 l\n2011_09_26/2011_09_26_drive_0051_sync 97 l\n2011_09_26/2011_09_26_drive_0051_sync 98 l\n2011_09_26/2011_09_26_drive_0051_sync 99 l\n2011_09_26/2011_09_26_drive_0051_sync 100 l\n2011_09_26/2011_09_26_drive_0051_sync 101 l\n2011_09_26/2011_09_26_drive_0051_sync 102 l\n2011_09_26/2011_09_26_drive_0051_sync 103 l\n2011_09_26/2011_09_26_drive_0051_sync 104 l\n2011_09_26/2011_09_26_drive_0051_sync 105 l\n2011_09_26/2011_09_26_drive_0051_sync 106 l\n2011_09_26/2011_09_26_drive_0051_sync 107 l\n2011_09_26/2011_09_26_drive_0051_sync 108 l\n2011_09_26/2011_09_26_drive_0051_sync 109 l\n2011_09_26/2011_09_26_drive_0051_sync 110 l\n2011_09_26/2011_09_26_drive_0051_sync 111 l\n2011_09_26/2011_09_26_drive_0051_sync 112 l\n2011_09_26/2011_09_26_drive_0051_sync 113 l\n2011_09_26/2011_09_26_drive_0051_sync 114 l\n2011_09_26/2011_09_26_drive_0051_sync 115 l\n2011_09_26/2011_09_26_drive_0051_sync 116 l\n2011_09_26/2011_09_26_drive_0051_sync 117 l\n2011_09_26/2011_09_26_drive_0051_sync 118 l\n2011_09_26/2011_09_26_drive_0051_sync 119 l\n2011_09_26/2011_09_26_drive_0051_sync 120 l\n2011_09_26/2011_09_26_drive_0051_sync 121 l\n2011_09_26/2011_09_26_drive_0051_sync 122 l\n2011_09_26/2011_09_26_drive_0051_sync 123 l\n2011_09_26/2011_09_26_drive_0051_sync 124 l\n2011_09_26/2011_09_26_drive_0051_sync 125 l\n2011_09_26/2011_09_26_drive_0051_sync 126 l\n2011_09_26/2011_09_26_drive_0051_sync 127 l\n2011_09_26/2011_09_26_drive_0051_sync 128 l\n2011_09_26/2011_09_26_drive_0051_sync 129 l\n2011_09_26/2011_09_26_drive_0051_sync 130 l\n2011_09_26/2011_09_26_drive_0051_sync 131 l\n2011_09_26/2011_09_26_drive_0051_sync 132 l\n2011_09_26/2011_09_26_drive_0051_sync 133 l\n2011_09_26/2011_09_26_drive_0051_sync 134 l\n2011_09_26/2011_09_26_drive_0051_sync 135 l\n2011_09_26/2011_09_26_drive_0051_sync 136 l\n2011_09_26/2011_09_26_drive_0051_sync 137 l\n2011_09_26/2011_09_26_drive_0051_sync 138 l\n2011_09_26/2011_09_26_drive_0051_sync 139 l\n2011_09_26/2011_09_26_drive_0051_sync 140 l\n2011_09_26/2011_09_26_drive_0051_sync 141 l\n2011_09_26/2011_09_26_drive_0051_sync 142 l\n2011_09_26/2011_09_26_drive_0051_sync 143 l\n2011_09_26/2011_09_26_drive_0051_sync 144 l\n2011_09_26/2011_09_26_drive_0051_sync 145 l\n2011_09_26/2011_09_26_drive_0051_sync 146 l\n2011_09_26/2011_09_26_drive_0051_sync 147 l\n2011_09_26/2011_09_26_drive_0051_sync 148 l\n2011_09_26/2011_09_26_drive_0051_sync 149 l\n2011_09_26/2011_09_26_drive_0051_sync 150 l\n2011_09_26/2011_09_26_drive_0051_sync 151 l\n2011_09_26/2011_09_26_drive_0051_sync 152 l\n2011_09_26/2011_09_26_drive_0051_sync 153 l\n2011_09_26/2011_09_26_drive_0051_sync 154 l\n2011_09_26/2011_09_26_drive_0051_sync 155 l\n2011_09_26/2011_09_26_drive_0051_sync 156 l\n2011_09_26/2011_09_26_drive_0051_sync 157 l\n2011_09_26/2011_09_26_drive_0051_sync 158 l\n2011_09_26/2011_09_26_drive_0051_sync 159 l\n2011_09_26/2011_09_26_drive_0051_sync 160 l\n2011_09_26/2011_09_26_drive_0051_sync 161 l\n2011_09_26/2011_09_26_drive_0051_sync 162 l\n2011_09_26/2011_09_26_drive_0051_sync 163 l\n2011_09_26/2011_09_26_drive_0051_sync 164 l\n2011_09_26/2011_09_26_drive_0051_sync 165 l\n2011_09_26/2011_09_26_drive_0051_sync 166 l\n2011_09_26/2011_09_26_drive_0051_sync 167 l\n2011_09_26/2011_09_26_drive_0051_sync 168 l\n2011_09_26/2011_09_26_drive_0051_sync 169 l\n2011_09_26/2011_09_26_drive_0051_sync 170 l\n2011_09_26/2011_09_26_drive_0051_sync 171 l\n2011_09_26/2011_09_26_drive_0051_sync 172 l\n2011_09_26/2011_09_26_drive_0051_sync 173 l\n2011_09_26/2011_09_26_drive_0051_sync 174 l\n2011_09_26/2011_09_26_drive_0051_sync 175 l\n2011_09_26/2011_09_26_drive_0051_sync 176 l\n2011_09_26/2011_09_26_drive_0051_sync 177 l\n2011_09_26/2011_09_26_drive_0051_sync 178 l\n2011_09_26/2011_09_26_drive_0051_sync 179 l\n2011_09_26/2011_09_26_drive_0051_sync 180 l\n2011_09_26/2011_09_26_drive_0051_sync 181 l\n2011_09_26/2011_09_26_drive_0051_sync 182 l\n2011_09_26/2011_09_26_drive_0051_sync 183 l\n2011_09_26/2011_09_26_drive_0051_sync 184 l\n2011_09_26/2011_09_26_drive_0051_sync 185 l\n2011_09_26/2011_09_26_drive_0051_sync 186 l\n2011_09_26/2011_09_26_drive_0051_sync 187 l\n2011_09_26/2011_09_26_drive_0051_sync 188 l\n2011_09_26/2011_09_26_drive_0051_sync 189 l\n2011_09_26/2011_09_26_drive_0051_sync 190 l\n2011_09_26/2011_09_26_drive_0051_sync 191 l\n2011_09_26/2011_09_26_drive_0051_sync 192 l\n2011_09_26/2011_09_26_drive_0051_sync 193 l\n2011_09_26/2011_09_26_drive_0051_sync 194 l\n2011_09_26/2011_09_26_drive_0051_sync 195 l\n2011_09_26/2011_09_26_drive_0051_sync 196 l\n2011_09_26/2011_09_26_drive_0051_sync 197 l\n2011_09_26/2011_09_26_drive_0051_sync 198 l\n2011_09_26/2011_09_26_drive_0051_sync 199 l\n2011_09_26/2011_09_26_drive_0051_sync 200 l\n2011_09_26/2011_09_26_drive_0051_sync 201 l\n2011_09_26/2011_09_26_drive_0051_sync 202 l\n2011_09_26/2011_09_26_drive_0051_sync 203 l\n2011_09_26/2011_09_26_drive_0051_sync 204 l\n2011_09_26/2011_09_26_drive_0051_sync 205 l\n2011_09_26/2011_09_26_drive_0051_sync 206 l\n2011_09_26/2011_09_26_drive_0051_sync 207 l\n2011_09_26/2011_09_26_drive_0051_sync 208 l\n2011_09_26/2011_09_26_drive_0051_sync 209 l\n2011_09_26/2011_09_26_drive_0051_sync 210 l\n2011_09_26/2011_09_26_drive_0051_sync 211 l\n2011_09_26/2011_09_26_drive_0051_sync 212 l\n2011_09_26/2011_09_26_drive_0051_sync 213 l\n2011_09_26/2011_09_26_drive_0051_sync 214 l\n2011_09_26/2011_09_26_drive_0051_sync 215 l\n2011_09_26/2011_09_26_drive_0051_sync 216 l\n2011_09_26/2011_09_26_drive_0051_sync 217 l\n2011_09_26/2011_09_26_drive_0051_sync 218 l\n2011_09_26/2011_09_26_drive_0051_sync 219 l\n2011_09_26/2011_09_26_drive_0051_sync 220 l\n2011_09_26/2011_09_26_drive_0051_sync 221 l\n2011_09_26/2011_09_26_drive_0051_sync 222 l\n2011_09_26/2011_09_26_drive_0051_sync 223 l\n2011_09_26/2011_09_26_drive_0051_sync 224 l\n2011_09_26/2011_09_26_drive_0051_sync 225 l\n2011_09_26/2011_09_26_drive_0051_sync 226 l\n2011_09_26/2011_09_26_drive_0051_sync 227 l\n2011_09_26/2011_09_26_drive_0051_sync 228 l\n2011_09_26/2011_09_26_drive_0051_sync 229 l\n2011_09_26/2011_09_26_drive_0051_sync 230 l\n2011_09_26/2011_09_26_drive_0051_sync 231 l\n2011_09_26/2011_09_26_drive_0051_sync 232 l\n2011_09_26/2011_09_26_drive_0051_sync 233 l\n2011_09_26/2011_09_26_drive_0051_sync 234 l\n2011_09_26/2011_09_26_drive_0051_sync 235 l\n2011_09_26/2011_09_26_drive_0051_sync 236 l\n2011_09_26/2011_09_26_drive_0051_sync 237 l\n2011_09_26/2011_09_26_drive_0051_sync 238 l\n2011_09_26/2011_09_26_drive_0051_sync 239 l\n2011_09_26/2011_09_26_drive_0051_sync 240 l\n2011_09_26/2011_09_26_drive_0051_sync 241 l\n2011_09_26/2011_09_26_drive_0051_sync 242 l\n2011_09_26/2011_09_26_drive_0051_sync 243 l\n2011_09_26/2011_09_26_drive_0051_sync 244 l\n2011_09_26/2011_09_26_drive_0051_sync 245 l\n2011_09_26/2011_09_26_drive_0051_sync 246 l\n2011_09_26/2011_09_26_drive_0051_sync 247 l\n2011_09_26/2011_09_26_drive_0051_sync 248 l\n2011_09_26/2011_09_26_drive_0051_sync 249 l\n2011_09_26/2011_09_26_drive_0051_sync 250 l\n2011_09_26/2011_09_26_drive_0051_sync 251 l\n2011_09_26/2011_09_26_drive_0051_sync 252 l\n2011_09_26/2011_09_26_drive_0051_sync 253 l\n2011_09_26/2011_09_26_drive_0051_sync 254 l\n2011_09_26/2011_09_26_drive_0051_sync 255 l\n2011_09_26/2011_09_26_drive_0051_sync 256 l\n2011_09_26/2011_09_26_drive_0051_sync 257 l\n2011_09_26/2011_09_26_drive_0051_sync 258 l\n2011_09_26/2011_09_26_drive_0051_sync 259 l\n2011_09_26/2011_09_26_drive_0051_sync 260 l\n2011_09_26/2011_09_26_drive_0051_sync 261 l\n2011_09_26/2011_09_26_drive_0051_sync 262 l\n2011_09_26/2011_09_26_drive_0051_sync 263 l\n2011_09_26/2011_09_26_drive_0051_sync 264 l\n2011_09_26/2011_09_26_drive_0051_sync 265 l\n2011_09_26/2011_09_26_drive_0051_sync 266 l\n2011_09_26/2011_09_26_drive_0051_sync 267 l\n2011_09_26/2011_09_26_drive_0051_sync 268 l\n2011_09_26/2011_09_26_drive_0051_sync 269 l\n2011_09_26/2011_09_26_drive_0051_sync 270 l\n2011_09_26/2011_09_26_drive_0051_sync 271 l\n2011_09_26/2011_09_26_drive_0051_sync 272 l\n2011_09_26/2011_09_26_drive_0051_sync 273 l\n2011_09_26/2011_09_26_drive_0051_sync 274 l\n2011_09_26/2011_09_26_drive_0051_sync 275 l\n2011_09_26/2011_09_26_drive_0051_sync 276 l\n2011_09_26/2011_09_26_drive_0051_sync 277 l\n2011_09_26/2011_09_26_drive_0051_sync 278 l\n2011_09_26/2011_09_26_drive_0051_sync 279 l\n2011_09_26/2011_09_26_drive_0051_sync 280 l\n2011_09_26/2011_09_26_drive_0051_sync 281 l\n2011_09_26/2011_09_26_drive_0051_sync 282 l\n2011_09_26/2011_09_26_drive_0051_sync 283 l\n2011_09_26/2011_09_26_drive_0051_sync 284 l\n2011_09_26/2011_09_26_drive_0051_sync 285 l\n2011_09_26/2011_09_26_drive_0051_sync 286 l\n2011_09_26/2011_09_26_drive_0051_sync 287 l\n2011_09_26/2011_09_26_drive_0051_sync 288 l\n2011_09_26/2011_09_26_drive_0051_sync 289 l\n2011_09_26/2011_09_26_drive_0051_sync 290 l\n2011_09_26/2011_09_26_drive_0051_sync 291 l\n2011_09_26/2011_09_26_drive_0051_sync 292 l\n2011_09_26/2011_09_26_drive_0051_sync 293 l\n2011_09_26/2011_09_26_drive_0051_sync 294 l\n2011_09_26/2011_09_26_drive_0051_sync 295 l\n2011_09_26/2011_09_26_drive_0051_sync 296 l\n2011_09_26/2011_09_26_drive_0051_sync 297 l\n2011_09_26/2011_09_26_drive_0051_sync 298 l\n2011_09_26/2011_09_26_drive_0051_sync 299 l\n2011_09_26/2011_09_26_drive_0051_sync 300 l\n2011_09_26/2011_09_26_drive_0051_sync 301 l\n2011_09_26/2011_09_26_drive_0051_sync 302 l\n2011_09_26/2011_09_26_drive_0051_sync 303 l\n2011_09_26/2011_09_26_drive_0051_sync 304 l\n2011_09_26/2011_09_26_drive_0051_sync 305 l\n2011_09_26/2011_09_26_drive_0051_sync 306 l\n2011_09_26/2011_09_26_drive_0051_sync 307 l\n2011_09_26/2011_09_26_drive_0051_sync 308 l\n2011_09_26/2011_09_26_drive_0051_sync 309 l\n2011_09_26/2011_09_26_drive_0051_sync 310 l\n2011_09_26/2011_09_26_drive_0051_sync 311 l\n2011_09_26/2011_09_26_drive_0051_sync 312 l\n2011_09_26/2011_09_26_drive_0051_sync 313 l\n2011_09_26/2011_09_26_drive_0051_sync 314 l\n2011_09_26/2011_09_26_drive_0051_sync 315 l\n2011_09_26/2011_09_26_drive_0051_sync 316 l\n2011_09_26/2011_09_26_drive_0051_sync 317 l\n2011_09_26/2011_09_26_drive_0051_sync 318 l\n2011_09_26/2011_09_26_drive_0051_sync 319 l\n2011_09_26/2011_09_26_drive_0051_sync 320 l\n2011_09_26/2011_09_26_drive_0051_sync 321 l\n2011_09_26/2011_09_26_drive_0051_sync 322 l\n2011_09_26/2011_09_26_drive_0051_sync 323 l\n2011_09_26/2011_09_26_drive_0051_sync 324 l\n2011_09_26/2011_09_26_drive_0051_sync 325 l\n2011_09_26/2011_09_26_drive_0051_sync 326 l\n2011_09_26/2011_09_26_drive_0051_sync 327 l\n2011_09_26/2011_09_26_drive_0051_sync 328 l\n2011_09_26/2011_09_26_drive_0051_sync 329 l\n2011_09_26/2011_09_26_drive_0051_sync 330 l\n2011_09_26/2011_09_26_drive_0051_sync 331 l\n2011_09_26/2011_09_26_drive_0051_sync 332 l\n2011_09_26/2011_09_26_drive_0051_sync 333 l\n2011_09_26/2011_09_26_drive_0051_sync 334 l\n2011_09_26/2011_09_26_drive_0051_sync 335 l\n2011_09_26/2011_09_26_drive_0051_sync 336 l\n2011_09_26/2011_09_26_drive_0051_sync 337 l\n2011_09_26/2011_09_26_drive_0051_sync 338 l\n2011_09_26/2011_09_26_drive_0051_sync 339 l\n2011_09_26/2011_09_26_drive_0051_sync 340 l\n2011_09_26/2011_09_26_drive_0051_sync 341 l\n2011_09_26/2011_09_26_drive_0051_sync 342 l\n2011_09_26/2011_09_26_drive_0051_sync 343 l\n2011_09_26/2011_09_26_drive_0051_sync 344 l\n2011_09_26/2011_09_26_drive_0051_sync 345 l\n2011_09_26/2011_09_26_drive_0051_sync 346 l\n2011_09_26/2011_09_26_drive_0051_sync 347 l\n2011_09_26/2011_09_26_drive_0051_sync 348 l\n2011_09_26/2011_09_26_drive_0051_sync 349 l\n2011_09_26/2011_09_26_drive_0051_sync 350 l\n2011_09_26/2011_09_26_drive_0051_sync 351 l\n2011_09_26/2011_09_26_drive_0051_sync 352 l\n2011_09_26/2011_09_26_drive_0051_sync 353 l\n2011_09_26/2011_09_26_drive_0051_sync 354 l\n2011_09_26/2011_09_26_drive_0051_sync 355 l\n2011_09_26/2011_09_26_drive_0051_sync 356 l\n2011_09_26/2011_09_26_drive_0051_sync 357 l\n2011_09_26/2011_09_26_drive_0051_sync 358 l\n2011_09_26/2011_09_26_drive_0051_sync 359 l\n2011_09_26/2011_09_26_drive_0051_sync 360 l\n2011_09_26/2011_09_26_drive_0051_sync 361 l\n2011_09_26/2011_09_26_drive_0051_sync 362 l\n2011_09_26/2011_09_26_drive_0051_sync 363 l\n2011_09_26/2011_09_26_drive_0051_sync 364 l\n2011_09_26/2011_09_26_drive_0051_sync 365 l\n2011_09_26/2011_09_26_drive_0051_sync 366 l\n2011_09_26/2011_09_26_drive_0051_sync 367 l\n2011_09_26/2011_09_26_drive_0051_sync 368 l\n2011_09_26/2011_09_26_drive_0051_sync 369 l\n2011_09_26/2011_09_26_drive_0051_sync 370 l\n2011_09_26/2011_09_26_drive_0051_sync 371 l\n2011_09_26/2011_09_26_drive_0051_sync 372 l\n2011_09_26/2011_09_26_drive_0051_sync 373 l\n2011_09_26/2011_09_26_drive_0051_sync 374 l\n2011_09_26/2011_09_26_drive_0051_sync 375 l\n2011_09_26/2011_09_26_drive_0051_sync 376 l\n2011_09_26/2011_09_26_drive_0051_sync 377 l\n2011_09_26/2011_09_26_drive_0051_sync 378 l\n2011_09_26/2011_09_26_drive_0051_sync 379 l\n2011_09_26/2011_09_26_drive_0051_sync 380 l\n2011_09_26/2011_09_26_drive_0051_sync 381 l\n2011_09_26/2011_09_26_drive_0051_sync 382 l\n2011_09_26/2011_09_26_drive_0051_sync 383 l\n2011_09_26/2011_09_26_drive_0051_sync 384 l\n2011_09_26/2011_09_26_drive_0051_sync 385 l\n2011_09_26/2011_09_26_drive_0051_sync 386 l\n2011_09_26/2011_09_26_drive_0051_sync 387 l\n2011_09_26/2011_09_26_drive_0051_sync 388 l\n2011_09_26/2011_09_26_drive_0051_sync 389 l\n2011_09_26/2011_09_26_drive_0051_sync 390 l\n2011_09_26/2011_09_26_drive_0051_sync 391 l\n2011_09_26/2011_09_26_drive_0051_sync 392 l\n2011_09_26/2011_09_26_drive_0051_sync 393 l\n2011_09_26/2011_09_26_drive_0051_sync 394 l\n2011_09_26/2011_09_26_drive_0051_sync 395 l\n2011_09_26/2011_09_26_drive_0051_sync 396 l\n2011_09_26/2011_09_26_drive_0051_sync 397 l\n2011_09_26/2011_09_26_drive_0051_sync 398 l\n2011_09_26/2011_09_26_drive_0051_sync 399 l\n2011_09_26/2011_09_26_drive_0051_sync 400 l\n2011_09_26/2011_09_26_drive_0051_sync 401 l\n2011_09_26/2011_09_26_drive_0051_sync 402 l\n2011_09_26/2011_09_26_drive_0051_sync 403 l\n2011_09_26/2011_09_26_drive_0051_sync 404 l\n2011_09_26/2011_09_26_drive_0051_sync 405 l\n2011_09_26/2011_09_26_drive_0051_sync 406 l\n2011_09_26/2011_09_26_drive_0051_sync 407 l\n2011_09_26/2011_09_26_drive_0051_sync 408 l\n2011_09_26/2011_09_26_drive_0051_sync 409 l\n2011_09_26/2011_09_26_drive_0051_sync 410 l\n2011_09_26/2011_09_26_drive_0051_sync 411 l\n2011_09_26/2011_09_26_drive_0051_sync 412 l\n2011_09_26/2011_09_26_drive_0051_sync 413 l\n2011_09_26/2011_09_26_drive_0051_sync 414 l\n2011_09_26/2011_09_26_drive_0051_sync 415 l\n2011_09_26/2011_09_26_drive_0051_sync 416 l\n2011_09_26/2011_09_26_drive_0051_sync 417 l\n2011_09_26/2011_09_26_drive_0051_sync 418 l\n2011_09_26/2011_09_26_drive_0051_sync 419 l\n2011_09_26/2011_09_26_drive_0051_sync 420 l\n2011_09_26/2011_09_26_drive_0051_sync 421 l\n2011_09_26/2011_09_26_drive_0051_sync 422 l\n2011_09_26/2011_09_26_drive_0051_sync 423 l\n2011_09_26/2011_09_26_drive_0051_sync 424 l\n2011_09_26/2011_09_26_drive_0051_sync 425 l\n2011_09_26/2011_09_26_drive_0051_sync 426 l\n2011_09_26/2011_09_26_drive_0051_sync 427 l\n2011_09_26/2011_09_26_drive_0051_sync 428 l\n2011_09_26/2011_09_26_drive_0051_sync 429 l\n2011_09_26/2011_09_26_drive_0051_sync 430 l\n2011_09_26/2011_09_26_drive_0051_sync 431 l\n2011_09_26/2011_09_26_drive_0051_sync 432 l\n2011_09_26/2011_09_26_drive_0051_sync 433 l\n2011_09_26/2011_09_26_drive_0051_sync 434 l\n2011_09_26/2011_09_26_drive_0051_sync 435 l\n2011_09_26/2011_09_26_drive_0051_sync 436 l\n2011_09_26/2011_09_26_drive_0051_sync 437 l\n2011_09_26/2011_09_26_drive_0051_sync 0 r\n2011_09_26/2011_09_26_drive_0051_sync 1 r\n2011_09_26/2011_09_26_drive_0051_sync 2 r\n2011_09_26/2011_09_26_drive_0051_sync 3 r\n2011_09_26/2011_09_26_drive_0051_sync 4 r\n2011_09_26/2011_09_26_drive_0051_sync 5 r\n2011_09_26/2011_09_26_drive_0051_sync 6 r\n2011_09_26/2011_09_26_drive_0051_sync 7 r\n2011_09_26/2011_09_26_drive_0051_sync 8 r\n2011_09_26/2011_09_26_drive_0051_sync 9 r\n2011_09_26/2011_09_26_drive_0051_sync 10 r\n2011_09_26/2011_09_26_drive_0051_sync 11 r\n2011_09_26/2011_09_26_drive_0051_sync 12 r\n2011_09_26/2011_09_26_drive_0051_sync 13 r\n2011_09_26/2011_09_26_drive_0051_sync 14 r\n2011_09_26/2011_09_26_drive_0051_sync 15 r\n2011_09_26/2011_09_26_drive_0051_sync 16 r\n2011_09_26/2011_09_26_drive_0051_sync 17 r\n2011_09_26/2011_09_26_drive_0051_sync 18 r\n2011_09_26/2011_09_26_drive_0051_sync 19 r\n2011_09_26/2011_09_26_drive_0051_sync 20 r\n2011_09_26/2011_09_26_drive_0051_sync 21 r\n2011_09_26/2011_09_26_drive_0051_sync 22 r\n2011_09_26/2011_09_26_drive_0051_sync 23 r\n2011_09_26/2011_09_26_drive_0051_sync 24 r\n2011_09_26/2011_09_26_drive_0051_sync 25 r\n2011_09_26/2011_09_26_drive_0051_sync 26 r\n2011_09_26/2011_09_26_drive_0051_sync 27 r\n2011_09_26/2011_09_26_drive_0051_sync 28 r\n2011_09_26/2011_09_26_drive_0051_sync 29 r\n2011_09_26/2011_09_26_drive_0051_sync 30 r\n2011_09_26/2011_09_26_drive_0051_sync 31 r\n2011_09_26/2011_09_26_drive_0051_sync 32 r\n2011_09_26/2011_09_26_drive_0051_sync 33 r\n2011_09_26/2011_09_26_drive_0051_sync 34 r\n2011_09_26/2011_09_26_drive_0051_sync 35 r\n2011_09_26/2011_09_26_drive_0051_sync 36 r\n2011_09_26/2011_09_26_drive_0051_sync 37 r\n2011_09_26/2011_09_26_drive_0051_sync 38 r\n2011_09_26/2011_09_26_drive_0051_sync 39 r\n2011_09_26/2011_09_26_drive_0051_sync 40 r\n2011_09_26/2011_09_26_drive_0051_sync 41 r\n2011_09_26/2011_09_26_drive_0051_sync 42 r\n2011_09_26/2011_09_26_drive_0051_sync 43 r\n2011_09_26/2011_09_26_drive_0051_sync 44 r\n2011_09_26/2011_09_26_drive_0051_sync 45 r\n2011_09_26/2011_09_26_drive_0051_sync 46 r\n2011_09_26/2011_09_26_drive_0051_sync 47 r\n2011_09_26/2011_09_26_drive_0051_sync 48 r\n2011_09_26/2011_09_26_drive_0051_sync 49 r\n2011_09_26/2011_09_26_drive_0051_sync 50 r\n2011_09_26/2011_09_26_drive_0051_sync 51 r\n2011_09_26/2011_09_26_drive_0051_sync 52 r\n2011_09_26/2011_09_26_drive_0051_sync 53 r\n2011_09_26/2011_09_26_drive_0051_sync 54 r\n2011_09_26/2011_09_26_drive_0051_sync 55 r\n2011_09_26/2011_09_26_drive_0051_sync 56 r\n2011_09_26/2011_09_26_drive_0051_sync 57 r\n2011_09_26/2011_09_26_drive_0051_sync 58 r\n2011_09_26/2011_09_26_drive_0051_sync 59 r\n2011_09_26/2011_09_26_drive_0051_sync 60 r\n2011_09_26/2011_09_26_drive_0051_sync 61 r\n2011_09_26/2011_09_26_drive_0051_sync 62 r\n2011_09_26/2011_09_26_drive_0051_sync 63 r\n2011_09_26/2011_09_26_drive_0051_sync 64 r\n2011_09_26/2011_09_26_drive_0051_sync 65 r\n2011_09_26/2011_09_26_drive_0051_sync 66 r\n2011_09_26/2011_09_26_drive_0051_sync 67 r\n2011_09_26/2011_09_26_drive_0051_sync 68 r\n2011_09_26/2011_09_26_drive_0051_sync 69 r\n2011_09_26/2011_09_26_drive_0051_sync 70 r\n2011_09_26/2011_09_26_drive_0051_sync 71 r\n2011_09_26/2011_09_26_drive_0051_sync 72 r\n2011_09_26/2011_09_26_drive_0051_sync 73 r\n2011_09_26/2011_09_26_drive_0051_sync 74 r\n2011_09_26/2011_09_26_drive_0051_sync 75 r\n2011_09_26/2011_09_26_drive_0051_sync 76 r\n2011_09_26/2011_09_26_drive_0051_sync 77 r\n2011_09_26/2011_09_26_drive_0051_sync 78 r\n2011_09_26/2011_09_26_drive_0051_sync 79 r\n2011_09_26/2011_09_26_drive_0051_sync 80 r\n2011_09_26/2011_09_26_drive_0051_sync 81 r\n2011_09_26/2011_09_26_drive_0051_sync 82 r\n2011_09_26/2011_09_26_drive_0051_sync 83 r\n2011_09_26/2011_09_26_drive_0051_sync 84 r\n2011_09_26/2011_09_26_drive_0051_sync 85 r\n2011_09_26/2011_09_26_drive_0051_sync 86 r\n2011_09_26/2011_09_26_drive_0051_sync 87 r\n2011_09_26/2011_09_26_drive_0051_sync 88 r\n2011_09_26/2011_09_26_drive_0051_sync 89 r\n2011_09_26/2011_09_26_drive_0051_sync 90 r\n2011_09_26/2011_09_26_drive_0051_sync 91 r\n2011_09_26/2011_09_26_drive_0051_sync 92 r\n2011_09_26/2011_09_26_drive_0051_sync 93 r\n2011_09_26/2011_09_26_drive_0051_sync 94 r\n2011_09_26/2011_09_26_drive_0051_sync 95 r\n2011_09_26/2011_09_26_drive_0051_sync 96 r\n2011_09_26/2011_09_26_drive_0051_sync 97 r\n2011_09_26/2011_09_26_drive_0051_sync 98 r\n2011_09_26/2011_09_26_drive_0051_sync 99 r\n2011_09_26/2011_09_26_drive_0051_sync 100 r\n2011_09_26/2011_09_26_drive_0051_sync 101 r\n2011_09_26/2011_09_26_drive_0051_sync 102 r\n2011_09_26/2011_09_26_drive_0051_sync 103 r\n2011_09_26/2011_09_26_drive_0051_sync 104 r\n2011_09_26/2011_09_26_drive_0051_sync 105 r\n2011_09_26/2011_09_26_drive_0051_sync 106 r\n2011_09_26/2011_09_26_drive_0051_sync 107 r\n2011_09_26/2011_09_26_drive_0051_sync 108 r\n2011_09_26/2011_09_26_drive_0051_sync 109 r\n2011_09_26/2011_09_26_drive_0051_sync 110 r\n2011_09_26/2011_09_26_drive_0051_sync 111 r\n2011_09_26/2011_09_26_drive_0051_sync 112 r\n2011_09_26/2011_09_26_drive_0051_sync 113 r\n2011_09_26/2011_09_26_drive_0051_sync 114 r\n2011_09_26/2011_09_26_drive_0051_sync 115 r\n2011_09_26/2011_09_26_drive_0051_sync 116 r\n2011_09_26/2011_09_26_drive_0051_sync 117 r\n2011_09_26/2011_09_26_drive_0051_sync 118 r\n2011_09_26/2011_09_26_drive_0051_sync 119 r\n2011_09_26/2011_09_26_drive_0051_sync 120 r\n2011_09_26/2011_09_26_drive_0051_sync 121 r\n2011_09_26/2011_09_26_drive_0051_sync 122 r\n2011_09_26/2011_09_26_drive_0051_sync 123 r\n2011_09_26/2011_09_26_drive_0051_sync 124 r\n2011_09_26/2011_09_26_drive_0051_sync 125 r\n2011_09_26/2011_09_26_drive_0051_sync 126 r\n2011_09_26/2011_09_26_drive_0051_sync 127 r\n2011_09_26/2011_09_26_drive_0051_sync 128 r\n2011_09_26/2011_09_26_drive_0051_sync 129 r\n2011_09_26/2011_09_26_drive_0051_sync 130 r\n2011_09_26/2011_09_26_drive_0051_sync 131 r\n2011_09_26/2011_09_26_drive_0051_sync 132 r\n2011_09_26/2011_09_26_drive_0051_sync 133 r\n2011_09_26/2011_09_26_drive_0051_sync 134 r\n2011_09_26/2011_09_26_drive_0051_sync 135 r\n2011_09_26/2011_09_26_drive_0051_sync 136 r\n2011_09_26/2011_09_26_drive_0051_sync 137 r\n2011_09_26/2011_09_26_drive_0051_sync 138 r\n2011_09_26/2011_09_26_drive_0051_sync 139 r\n2011_09_26/2011_09_26_drive_0051_sync 140 r\n2011_09_26/2011_09_26_drive_0051_sync 141 r\n2011_09_26/2011_09_26_drive_0051_sync 142 r\n2011_09_26/2011_09_26_drive_0051_sync 143 r\n2011_09_26/2011_09_26_drive_0051_sync 144 r\n2011_09_26/2011_09_26_drive_0051_sync 145 r\n2011_09_26/2011_09_26_drive_0051_sync 146 r\n2011_09_26/2011_09_26_drive_0051_sync 147 r\n2011_09_26/2011_09_26_drive_0051_sync 148 r\n2011_09_26/2011_09_26_drive_0051_sync 149 r\n2011_09_26/2011_09_26_drive_0051_sync 150 r\n2011_09_26/2011_09_26_drive_0051_sync 151 r\n2011_09_26/2011_09_26_drive_0051_sync 152 r\n2011_09_26/2011_09_26_drive_0051_sync 153 r\n2011_09_26/2011_09_26_drive_0051_sync 154 r\n2011_09_26/2011_09_26_drive_0051_sync 155 r\n2011_09_26/2011_09_26_drive_0051_sync 156 r\n2011_09_26/2011_09_26_drive_0051_sync 157 r\n2011_09_26/2011_09_26_drive_0051_sync 158 r\n2011_09_26/2011_09_26_drive_0051_sync 159 r\n2011_09_26/2011_09_26_drive_0051_sync 160 r\n2011_09_26/2011_09_26_drive_0051_sync 161 r\n2011_09_26/2011_09_26_drive_0051_sync 162 r\n2011_09_26/2011_09_26_drive_0051_sync 163 r\n2011_09_26/2011_09_26_drive_0051_sync 164 r\n2011_09_26/2011_09_26_drive_0051_sync 165 r\n2011_09_26/2011_09_26_drive_0051_sync 166 r\n2011_09_26/2011_09_26_drive_0051_sync 167 r\n2011_09_26/2011_09_26_drive_0051_sync 168 r\n2011_09_26/2011_09_26_drive_0051_sync 169 r\n2011_09_26/2011_09_26_drive_0051_sync 170 r\n2011_09_26/2011_09_26_drive_0051_sync 171 r\n2011_09_26/2011_09_26_drive_0051_sync 172 r\n2011_09_26/2011_09_26_drive_0051_sync 173 r\n2011_09_26/2011_09_26_drive_0051_sync 174 r\n2011_09_26/2011_09_26_drive_0051_sync 175 r\n2011_09_26/2011_09_26_drive_0051_sync 176 r\n2011_09_26/2011_09_26_drive_0051_sync 177 r\n2011_09_26/2011_09_26_drive_0051_sync 178 r\n2011_09_26/2011_09_26_drive_0051_sync 179 r\n2011_09_26/2011_09_26_drive_0051_sync 180 r\n2011_09_26/2011_09_26_drive_0051_sync 181 r\n2011_09_26/2011_09_26_drive_0051_sync 182 r\n2011_09_26/2011_09_26_drive_0051_sync 183 r\n2011_09_26/2011_09_26_drive_0051_sync 184 r\n2011_09_26/2011_09_26_drive_0051_sync 185 r\n2011_09_26/2011_09_26_drive_0051_sync 186 r\n2011_09_26/2011_09_26_drive_0051_sync 187 r\n2011_09_26/2011_09_26_drive_0051_sync 188 r\n2011_09_26/2011_09_26_drive_0051_sync 189 r\n2011_09_26/2011_09_26_drive_0051_sync 190 r\n2011_09_26/2011_09_26_drive_0051_sync 191 r\n2011_09_26/2011_09_26_drive_0051_sync 192 r\n2011_09_26/2011_09_26_drive_0051_sync 193 r\n2011_09_26/2011_09_26_drive_0051_sync 194 r\n2011_09_26/2011_09_26_drive_0051_sync 195 r\n2011_09_26/2011_09_26_drive_0051_sync 196 r\n2011_09_26/2011_09_26_drive_0051_sync 197 r\n2011_09_26/2011_09_26_drive_0051_sync 198 r\n2011_09_26/2011_09_26_drive_0051_sync 199 r\n2011_09_26/2011_09_26_drive_0051_sync 200 r\n2011_09_26/2011_09_26_drive_0051_sync 201 r\n2011_09_26/2011_09_26_drive_0051_sync 202 r\n2011_09_26/2011_09_26_drive_0051_sync 203 r\n2011_09_26/2011_09_26_drive_0051_sync 204 r\n2011_09_26/2011_09_26_drive_0051_sync 205 r\n2011_09_26/2011_09_26_drive_0051_sync 206 r\n2011_09_26/2011_09_26_drive_0051_sync 207 r\n2011_09_26/2011_09_26_drive_0051_sync 208 r\n2011_09_26/2011_09_26_drive_0051_sync 209 r\n2011_09_26/2011_09_26_drive_0051_sync 210 r\n2011_09_26/2011_09_26_drive_0051_sync 211 r\n2011_09_26/2011_09_26_drive_0051_sync 212 r\n2011_09_26/2011_09_26_drive_0051_sync 213 r\n2011_09_26/2011_09_26_drive_0051_sync 214 r\n2011_09_26/2011_09_26_drive_0051_sync 215 r\n2011_09_26/2011_09_26_drive_0051_sync 216 r\n2011_09_26/2011_09_26_drive_0051_sync 217 r\n2011_09_26/2011_09_26_drive_0051_sync 218 r\n2011_09_26/2011_09_26_drive_0051_sync 219 r\n2011_09_26/2011_09_26_drive_0051_sync 220 r\n2011_09_26/2011_09_26_drive_0051_sync 221 r\n2011_09_26/2011_09_26_drive_0051_sync 222 r\n2011_09_26/2011_09_26_drive_0051_sync 223 r\n2011_09_26/2011_09_26_drive_0051_sync 224 r\n2011_09_26/2011_09_26_drive_0051_sync 225 r\n2011_09_26/2011_09_26_drive_0051_sync 226 r\n2011_09_26/2011_09_26_drive_0051_sync 227 r\n2011_09_26/2011_09_26_drive_0051_sync 228 r\n2011_09_26/2011_09_26_drive_0051_sync 229 r\n2011_09_26/2011_09_26_drive_0051_sync 230 r\n2011_09_26/2011_09_26_drive_0051_sync 231 r\n2011_09_26/2011_09_26_drive_0051_sync 232 r\n2011_09_26/2011_09_26_drive_0051_sync 233 r\n2011_09_26/2011_09_26_drive_0051_sync 234 r\n2011_09_26/2011_09_26_drive_0051_sync 235 r\n2011_09_26/2011_09_26_drive_0051_sync 236 r\n2011_09_26/2011_09_26_drive_0051_sync 237 r\n2011_09_26/2011_09_26_drive_0051_sync 238 r\n2011_09_26/2011_09_26_drive_0051_sync 239 r\n2011_09_26/2011_09_26_drive_0051_sync 240 r\n2011_09_26/2011_09_26_drive_0051_sync 241 r\n2011_09_26/2011_09_26_drive_0051_sync 242 r\n2011_09_26/2011_09_26_drive_0051_sync 243 r\n2011_09_26/2011_09_26_drive_0051_sync 244 r\n2011_09_26/2011_09_26_drive_0051_sync 245 r\n2011_09_26/2011_09_26_drive_0051_sync 246 r\n2011_09_26/2011_09_26_drive_0051_sync 247 r\n2011_09_26/2011_09_26_drive_0051_sync 248 r\n2011_09_26/2011_09_26_drive_0051_sync 249 r\n2011_09_26/2011_09_26_drive_0051_sync 250 r\n2011_09_26/2011_09_26_drive_0051_sync 251 r\n2011_09_26/2011_09_26_drive_0051_sync 252 r\n2011_09_26/2011_09_26_drive_0051_sync 253 r\n2011_09_26/2011_09_26_drive_0051_sync 254 r\n2011_09_26/2011_09_26_drive_0051_sync 255 r\n2011_09_26/2011_09_26_drive_0051_sync 256 r\n2011_09_26/2011_09_26_drive_0051_sync 257 r\n2011_09_26/2011_09_26_drive_0051_sync 258 r\n2011_09_26/2011_09_26_drive_0051_sync 259 r\n2011_09_26/2011_09_26_drive_0051_sync 260 r\n2011_09_26/2011_09_26_drive_0051_sync 261 r\n2011_09_26/2011_09_26_drive_0051_sync 262 r\n2011_09_26/2011_09_26_drive_0051_sync 263 r\n2011_09_26/2011_09_26_drive_0051_sync 264 r\n2011_09_26/2011_09_26_drive_0051_sync 265 r\n2011_09_26/2011_09_26_drive_0051_sync 266 r\n2011_09_26/2011_09_26_drive_0051_sync 267 r\n2011_09_26/2011_09_26_drive_0051_sync 268 r\n2011_09_26/2011_09_26_drive_0051_sync 269 r\n2011_09_26/2011_09_26_drive_0051_sync 270 r\n2011_09_26/2011_09_26_drive_0051_sync 271 r\n2011_09_26/2011_09_26_drive_0051_sync 272 r\n2011_09_26/2011_09_26_drive_0051_sync 273 r\n2011_09_26/2011_09_26_drive_0051_sync 274 r\n2011_09_26/2011_09_26_drive_0051_sync 275 r\n2011_09_26/2011_09_26_drive_0051_sync 276 r\n2011_09_26/2011_09_26_drive_0051_sync 277 r\n2011_09_26/2011_09_26_drive_0051_sync 278 r\n2011_09_26/2011_09_26_drive_0051_sync 279 r\n2011_09_26/2011_09_26_drive_0051_sync 280 r\n2011_09_26/2011_09_26_drive_0051_sync 281 r\n2011_09_26/2011_09_26_drive_0051_sync 282 r\n2011_09_26/2011_09_26_drive_0051_sync 283 r\n2011_09_26/2011_09_26_drive_0051_sync 284 r\n2011_09_26/2011_09_26_drive_0051_sync 285 r\n2011_09_26/2011_09_26_drive_0051_sync 286 r\n2011_09_26/2011_09_26_drive_0051_sync 287 r\n2011_09_26/2011_09_26_drive_0051_sync 288 r\n2011_09_26/2011_09_26_drive_0051_sync 289 r\n2011_09_26/2011_09_26_drive_0051_sync 290 r\n2011_09_26/2011_09_26_drive_0051_sync 291 r\n2011_09_26/2011_09_26_drive_0051_sync 292 r\n2011_09_26/2011_09_26_drive_0051_sync 293 r\n2011_09_26/2011_09_26_drive_0051_sync 294 r\n2011_09_26/2011_09_26_drive_0051_sync 295 r\n2011_09_26/2011_09_26_drive_0051_sync 296 r\n2011_09_26/2011_09_26_drive_0051_sync 297 r\n2011_09_26/2011_09_26_drive_0051_sync 298 r\n2011_09_26/2011_09_26_drive_0051_sync 299 r\n2011_09_26/2011_09_26_drive_0051_sync 300 r\n2011_09_26/2011_09_26_drive_0051_sync 301 r\n2011_09_26/2011_09_26_drive_0051_sync 302 r\n2011_09_26/2011_09_26_drive_0051_sync 303 r\n2011_09_26/2011_09_26_drive_0051_sync 304 r\n2011_09_26/2011_09_26_drive_0051_sync 305 r\n2011_09_26/2011_09_26_drive_0051_sync 306 r\n2011_09_26/2011_09_26_drive_0051_sync 307 r\n2011_09_26/2011_09_26_drive_0051_sync 308 r\n2011_09_26/2011_09_26_drive_0051_sync 309 r\n2011_09_26/2011_09_26_drive_0051_sync 310 r\n2011_09_26/2011_09_26_drive_0051_sync 311 r\n2011_09_26/2011_09_26_drive_0051_sync 312 r\n2011_09_26/2011_09_26_drive_0051_sync 313 r\n2011_09_26/2011_09_26_drive_0051_sync 314 r\n2011_09_26/2011_09_26_drive_0051_sync 315 r\n2011_09_26/2011_09_26_drive_0051_sync 316 r\n2011_09_26/2011_09_26_drive_0051_sync 317 r\n2011_09_26/2011_09_26_drive_0051_sync 318 r\n2011_09_26/2011_09_26_drive_0051_sync 319 r\n2011_09_26/2011_09_26_drive_0051_sync 320 r\n2011_09_26/2011_09_26_drive_0051_sync 321 r\n2011_09_26/2011_09_26_drive_0051_sync 322 r\n2011_09_26/2011_09_26_drive_0051_sync 323 r\n2011_09_26/2011_09_26_drive_0051_sync 324 r\n2011_09_26/2011_09_26_drive_0051_sync 325 r\n2011_09_26/2011_09_26_drive_0051_sync 326 r\n2011_09_26/2011_09_26_drive_0051_sync 327 r\n2011_09_26/2011_09_26_drive_0051_sync 328 r\n2011_09_26/2011_09_26_drive_0051_sync 329 r\n2011_09_26/2011_09_26_drive_0051_sync 330 r\n2011_09_26/2011_09_26_drive_0051_sync 331 r\n2011_09_26/2011_09_26_drive_0051_sync 332 r\n2011_09_26/2011_09_26_drive_0051_sync 333 r\n2011_09_26/2011_09_26_drive_0051_sync 334 r\n2011_09_26/2011_09_26_drive_0051_sync 335 r\n2011_09_26/2011_09_26_drive_0051_sync 336 r\n2011_09_26/2011_09_26_drive_0051_sync 337 r\n2011_09_26/2011_09_26_drive_0051_sync 338 r\n2011_09_26/2011_09_26_drive_0051_sync 339 r\n2011_09_26/2011_09_26_drive_0051_sync 340 r\n2011_09_26/2011_09_26_drive_0051_sync 341 r\n2011_09_26/2011_09_26_drive_0051_sync 342 r\n2011_09_26/2011_09_26_drive_0051_sync 343 r\n2011_09_26/2011_09_26_drive_0051_sync 344 r\n2011_09_26/2011_09_26_drive_0051_sync 345 r\n2011_09_26/2011_09_26_drive_0051_sync 346 r\n2011_09_26/2011_09_26_drive_0051_sync 347 r\n2011_09_26/2011_09_26_drive_0051_sync 348 r\n2011_09_26/2011_09_26_drive_0051_sync 349 r\n2011_09_26/2011_09_26_drive_0051_sync 350 r\n2011_09_26/2011_09_26_drive_0051_sync 351 r\n2011_09_26/2011_09_26_drive_0051_sync 352 r\n2011_09_26/2011_09_26_drive_0051_sync 353 r\n2011_09_26/2011_09_26_drive_0051_sync 354 r\n2011_09_26/2011_09_26_drive_0051_sync 355 r\n2011_09_26/2011_09_26_drive_0051_sync 356 r\n2011_09_26/2011_09_26_drive_0051_sync 357 r\n2011_09_26/2011_09_26_drive_0051_sync 358 r\n2011_09_26/2011_09_26_drive_0051_sync 359 r\n2011_09_26/2011_09_26_drive_0051_sync 360 r\n2011_09_26/2011_09_26_drive_0051_sync 361 r\n2011_09_26/2011_09_26_drive_0051_sync 362 r\n2011_09_26/2011_09_26_drive_0051_sync 363 r\n2011_09_26/2011_09_26_drive_0051_sync 364 r\n2011_09_26/2011_09_26_drive_0051_sync 365 r\n2011_09_26/2011_09_26_drive_0051_sync 366 r\n2011_09_26/2011_09_26_drive_0051_sync 367 r\n2011_09_26/2011_09_26_drive_0051_sync 368 r\n2011_09_26/2011_09_26_drive_0051_sync 369 r\n2011_09_26/2011_09_26_drive_0051_sync 370 r\n2011_09_26/2011_09_26_drive_0051_sync 371 r\n2011_09_26/2011_09_26_drive_0051_sync 372 r\n2011_09_26/2011_09_26_drive_0051_sync 373 r\n2011_09_26/2011_09_26_drive_0051_sync 374 r\n2011_09_26/2011_09_26_drive_0051_sync 375 r\n2011_09_26/2011_09_26_drive_0051_sync 376 r\n2011_09_26/2011_09_26_drive_0051_sync 377 r\n2011_09_26/2011_09_26_drive_0051_sync 378 r\n2011_09_26/2011_09_26_drive_0051_sync 379 r\n2011_09_26/2011_09_26_drive_0051_sync 380 r\n2011_09_26/2011_09_26_drive_0051_sync 381 r\n2011_09_26/2011_09_26_drive_0051_sync 382 r\n2011_09_26/2011_09_26_drive_0051_sync 383 r\n2011_09_26/2011_09_26_drive_0051_sync 384 r\n2011_09_26/2011_09_26_drive_0051_sync 385 r\n2011_09_26/2011_09_26_drive_0051_sync 386 r\n2011_09_26/2011_09_26_drive_0051_sync 387 r\n2011_09_26/2011_09_26_drive_0051_sync 388 r\n2011_09_26/2011_09_26_drive_0051_sync 389 r\n2011_09_26/2011_09_26_drive_0051_sync 390 r\n2011_09_26/2011_09_26_drive_0051_sync 391 r\n2011_09_26/2011_09_26_drive_0051_sync 392 r\n2011_09_26/2011_09_26_drive_0051_sync 393 r\n2011_09_26/2011_09_26_drive_0051_sync 394 r\n2011_09_26/2011_09_26_drive_0051_sync 395 r\n2011_09_26/2011_09_26_drive_0051_sync 396 r\n2011_09_26/2011_09_26_drive_0051_sync 397 r\n2011_09_26/2011_09_26_drive_0051_sync 398 r\n2011_09_26/2011_09_26_drive_0051_sync 399 r\n2011_09_26/2011_09_26_drive_0051_sync 400 r\n2011_09_26/2011_09_26_drive_0051_sync 401 r\n2011_09_26/2011_09_26_drive_0051_sync 402 r\n2011_09_26/2011_09_26_drive_0051_sync 403 r\n2011_09_26/2011_09_26_drive_0051_sync 404 r\n2011_09_26/2011_09_26_drive_0051_sync 405 r\n2011_09_26/2011_09_26_drive_0051_sync 406 r\n2011_09_26/2011_09_26_drive_0051_sync 407 r\n2011_09_26/2011_09_26_drive_0051_sync 408 r\n2011_09_26/2011_09_26_drive_0051_sync 409 r\n2011_09_26/2011_09_26_drive_0051_sync 410 r\n2011_09_26/2011_09_26_drive_0051_sync 411 r\n2011_09_26/2011_09_26_drive_0051_sync 412 r\n2011_09_26/2011_09_26_drive_0051_sync 413 r\n2011_09_26/2011_09_26_drive_0051_sync 414 r\n2011_09_26/2011_09_26_drive_0051_sync 415 r\n2011_09_26/2011_09_26_drive_0051_sync 416 r\n2011_09_26/2011_09_26_drive_0051_sync 417 r\n2011_09_26/2011_09_26_drive_0051_sync 418 r\n2011_09_26/2011_09_26_drive_0051_sync 419 r\n2011_09_26/2011_09_26_drive_0051_sync 420 r\n2011_09_26/2011_09_26_drive_0051_sync 421 r\n2011_09_26/2011_09_26_drive_0051_sync 422 r\n2011_09_26/2011_09_26_drive_0051_sync 423 r\n2011_09_26/2011_09_26_drive_0051_sync 424 r\n2011_09_26/2011_09_26_drive_0051_sync 425 r\n2011_09_26/2011_09_26_drive_0051_sync 426 r\n2011_09_26/2011_09_26_drive_0051_sync 427 r\n2011_09_26/2011_09_26_drive_0051_sync 428 r\n2011_09_26/2011_09_26_drive_0051_sync 429 r\n2011_09_26/2011_09_26_drive_0051_sync 430 r\n2011_09_26/2011_09_26_drive_0051_sync 431 r\n2011_09_26/2011_09_26_drive_0051_sync 432 r\n2011_09_26/2011_09_26_drive_0051_sync 433 r\n2011_09_26/2011_09_26_drive_0051_sync 434 r\n2011_09_26/2011_09_26_drive_0051_sync 435 r\n2011_09_26/2011_09_26_drive_0051_sync 436 r\n2011_09_26/2011_09_26_drive_0051_sync 437 r\n2011_09_29/2011_09_29_drive_0071_sync 0 l\n2011_09_29/2011_09_29_drive_0071_sync 1 l\n2011_09_29/2011_09_29_drive_0071_sync 2 l\n2011_09_29/2011_09_29_drive_0071_sync 3 l\n2011_09_29/2011_09_29_drive_0071_sync 4 l\n2011_09_29/2011_09_29_drive_0071_sync 5 l\n2011_09_29/2011_09_29_drive_0071_sync 6 l\n2011_09_29/2011_09_29_drive_0071_sync 7 l\n2011_09_29/2011_09_29_drive_0071_sync 8 l\n2011_09_29/2011_09_29_drive_0071_sync 9 l\n2011_09_29/2011_09_29_drive_0071_sync 10 l\n2011_09_29/2011_09_29_drive_0071_sync 11 l\n2011_09_29/2011_09_29_drive_0071_sync 12 l\n2011_09_29/2011_09_29_drive_0071_sync 13 l\n2011_09_29/2011_09_29_drive_0071_sync 14 l\n2011_09_29/2011_09_29_drive_0071_sync 15 l\n2011_09_29/2011_09_29_drive_0071_sync 16 l\n2011_09_29/2011_09_29_drive_0071_sync 17 l\n2011_09_29/2011_09_29_drive_0071_sync 18 l\n2011_09_29/2011_09_29_drive_0071_sync 19 l\n2011_09_29/2011_09_29_drive_0071_sync 20 l\n2011_09_29/2011_09_29_drive_0071_sync 21 l\n2011_09_29/2011_09_29_drive_0071_sync 22 l\n2011_09_29/2011_09_29_drive_0071_sync 23 l\n2011_09_29/2011_09_29_drive_0071_sync 24 l\n2011_09_29/2011_09_29_drive_0071_sync 25 l\n2011_09_29/2011_09_29_drive_0071_sync 26 l\n2011_09_29/2011_09_29_drive_0071_sync 27 l\n2011_09_29/2011_09_29_drive_0071_sync 28 l\n2011_09_29/2011_09_29_drive_0071_sync 29 l\n2011_09_29/2011_09_29_drive_0071_sync 30 l\n2011_09_29/2011_09_29_drive_0071_sync 31 l\n2011_09_29/2011_09_29_drive_0071_sync 32 l\n2011_09_29/2011_09_29_drive_0071_sync 33 l\n2011_09_29/2011_09_29_drive_0071_sync 34 l\n2011_09_29/2011_09_29_drive_0071_sync 35 l\n2011_09_29/2011_09_29_drive_0071_sync 36 l\n2011_09_29/2011_09_29_drive_0071_sync 37 l\n2011_09_29/2011_09_29_drive_0071_sync 38 l\n2011_09_29/2011_09_29_drive_0071_sync 39 l\n2011_09_29/2011_09_29_drive_0071_sync 40 l\n2011_09_29/2011_09_29_drive_0071_sync 41 l\n2011_09_29/2011_09_29_drive_0071_sync 42 l\n2011_09_29/2011_09_29_drive_0071_sync 43 l\n2011_09_29/2011_09_29_drive_0071_sync 44 l\n2011_09_29/2011_09_29_drive_0071_sync 45 l\n2011_09_29/2011_09_29_drive_0071_sync 46 l\n2011_09_29/2011_09_29_drive_0071_sync 47 l\n2011_09_29/2011_09_29_drive_0071_sync 48 l\n2011_09_29/2011_09_29_drive_0071_sync 49 l\n2011_09_29/2011_09_29_drive_0071_sync 50 l\n2011_09_29/2011_09_29_drive_0071_sync 51 l\n2011_09_29/2011_09_29_drive_0071_sync 52 l\n2011_09_29/2011_09_29_drive_0071_sync 53 l\n2011_09_29/2011_09_29_drive_0071_sync 54 l\n2011_09_29/2011_09_29_drive_0071_sync 55 l\n2011_09_29/2011_09_29_drive_0071_sync 56 l\n2011_09_29/2011_09_29_drive_0071_sync 57 l\n2011_09_29/2011_09_29_drive_0071_sync 58 l\n2011_09_29/2011_09_29_drive_0071_sync 59 l\n2011_09_29/2011_09_29_drive_0071_sync 60 l\n2011_09_29/2011_09_29_drive_0071_sync 61 l\n2011_09_29/2011_09_29_drive_0071_sync 62 l\n2011_09_29/2011_09_29_drive_0071_sync 63 l\n2011_09_29/2011_09_29_drive_0071_sync 64 l\n2011_09_29/2011_09_29_drive_0071_sync 65 l\n2011_09_29/2011_09_29_drive_0071_sync 66 l\n2011_09_29/2011_09_29_drive_0071_sync 67 l\n2011_09_29/2011_09_29_drive_0071_sync 68 l\n2011_09_29/2011_09_29_drive_0071_sync 69 l\n2011_09_29/2011_09_29_drive_0071_sync 70 l\n2011_09_29/2011_09_29_drive_0071_sync 71 l\n2011_09_29/2011_09_29_drive_0071_sync 72 l\n2011_09_29/2011_09_29_drive_0071_sync 73 l\n2011_09_29/2011_09_29_drive_0071_sync 74 l\n2011_09_29/2011_09_29_drive_0071_sync 75 l\n2011_09_29/2011_09_29_drive_0071_sync 76 l\n2011_09_29/2011_09_29_drive_0071_sync 77 l\n2011_09_29/2011_09_29_drive_0071_sync 78 l\n2011_09_29/2011_09_29_drive_0071_sync 79 l\n2011_09_29/2011_09_29_drive_0071_sync 80 l\n2011_09_29/2011_09_29_drive_0071_sync 81 l\n2011_09_29/2011_09_29_drive_0071_sync 82 l\n2011_09_29/2011_09_29_drive_0071_sync 83 l\n2011_09_29/2011_09_29_drive_0071_sync 84 l\n2011_09_29/2011_09_29_drive_0071_sync 85 l\n2011_09_29/2011_09_29_drive_0071_sync 86 l\n2011_09_29/2011_09_29_drive_0071_sync 87 l\n2011_09_29/2011_09_29_drive_0071_sync 88 l\n2011_09_29/2011_09_29_drive_0071_sync 89 l\n2011_09_29/2011_09_29_drive_0071_sync 90 l\n2011_09_29/2011_09_29_drive_0071_sync 91 l\n2011_09_29/2011_09_29_drive_0071_sync 92 l\n2011_09_29/2011_09_29_drive_0071_sync 93 l\n2011_09_29/2011_09_29_drive_0071_sync 94 l\n2011_09_29/2011_09_29_drive_0071_sync 95 l\n2011_09_29/2011_09_29_drive_0071_sync 96 l\n2011_09_29/2011_09_29_drive_0071_sync 97 l\n2011_09_29/2011_09_29_drive_0071_sync 98 l\n2011_09_29/2011_09_29_drive_0071_sync 99 l\n2011_09_29/2011_09_29_drive_0071_sync 100 l\n2011_09_29/2011_09_29_drive_0071_sync 101 l\n2011_09_29/2011_09_29_drive_0071_sync 102 l\n2011_09_29/2011_09_29_drive_0071_sync 103 l\n2011_09_29/2011_09_29_drive_0071_sync 104 l\n2011_09_29/2011_09_29_drive_0071_sync 105 l\n2011_09_29/2011_09_29_drive_0071_sync 106 l\n2011_09_29/2011_09_29_drive_0071_sync 107 l\n2011_09_29/2011_09_29_drive_0071_sync 108 l\n2011_09_29/2011_09_29_drive_0071_sync 109 l\n2011_09_29/2011_09_29_drive_0071_sync 110 l\n2011_09_29/2011_09_29_drive_0071_sync 111 l\n2011_09_29/2011_09_29_drive_0071_sync 112 l\n2011_09_29/2011_09_29_drive_0071_sync 113 l\n2011_09_29/2011_09_29_drive_0071_sync 114 l\n2011_09_29/2011_09_29_drive_0071_sync 115 l\n2011_09_29/2011_09_29_drive_0071_sync 116 l\n2011_09_29/2011_09_29_drive_0071_sync 117 l\n2011_09_29/2011_09_29_drive_0071_sync 118 l\n2011_09_29/2011_09_29_drive_0071_sync 119 l\n2011_09_29/2011_09_29_drive_0071_sync 120 l\n2011_09_29/2011_09_29_drive_0071_sync 121 l\n2011_09_29/2011_09_29_drive_0071_sync 122 l\n2011_09_29/2011_09_29_drive_0071_sync 123 l\n2011_09_29/2011_09_29_drive_0071_sync 124 l\n2011_09_29/2011_09_29_drive_0071_sync 125 l\n2011_09_29/2011_09_29_drive_0071_sync 126 l\n2011_09_29/2011_09_29_drive_0071_sync 127 l\n2011_09_29/2011_09_29_drive_0071_sync 128 l\n2011_09_29/2011_09_29_drive_0071_sync 129 l\n2011_09_29/2011_09_29_drive_0071_sync 130 l\n2011_09_29/2011_09_29_drive_0071_sync 131 l\n2011_09_29/2011_09_29_drive_0071_sync 132 l\n2011_09_29/2011_09_29_drive_0071_sync 133 l\n2011_09_29/2011_09_29_drive_0071_sync 134 l\n2011_09_29/2011_09_29_drive_0071_sync 135 l\n2011_09_29/2011_09_29_drive_0071_sync 136 l\n2011_09_29/2011_09_29_drive_0071_sync 137 l\n2011_09_29/2011_09_29_drive_0071_sync 138 l\n2011_09_29/2011_09_29_drive_0071_sync 139 l\n2011_09_29/2011_09_29_drive_0071_sync 140 l\n2011_09_29/2011_09_29_drive_0071_sync 141 l\n2011_09_29/2011_09_29_drive_0071_sync 142 l\n2011_09_29/2011_09_29_drive_0071_sync 143 l\n2011_09_29/2011_09_29_drive_0071_sync 144 l\n2011_09_29/2011_09_29_drive_0071_sync 145 l\n2011_09_29/2011_09_29_drive_0071_sync 146 l\n2011_09_29/2011_09_29_drive_0071_sync 147 l\n2011_09_29/2011_09_29_drive_0071_sync 148 l\n2011_09_29/2011_09_29_drive_0071_sync 149 l\n2011_09_29/2011_09_29_drive_0071_sync 150 l\n2011_09_29/2011_09_29_drive_0071_sync 151 l\n2011_09_29/2011_09_29_drive_0071_sync 152 l\n2011_09_29/2011_09_29_drive_0071_sync 153 l\n2011_09_29/2011_09_29_drive_0071_sync 154 l\n2011_09_29/2011_09_29_drive_0071_sync 155 l\n2011_09_29/2011_09_29_drive_0071_sync 156 l\n2011_09_29/2011_09_29_drive_0071_sync 157 l\n2011_09_29/2011_09_29_drive_0071_sync 158 l\n2011_09_29/2011_09_29_drive_0071_sync 159 l\n2011_09_29/2011_09_29_drive_0071_sync 160 l\n2011_09_29/2011_09_29_drive_0071_sync 161 l\n2011_09_29/2011_09_29_drive_0071_sync 162 l\n2011_09_29/2011_09_29_drive_0071_sync 163 l\n2011_09_29/2011_09_29_drive_0071_sync 164 l\n2011_09_29/2011_09_29_drive_0071_sync 165 l\n2011_09_29/2011_09_29_drive_0071_sync 166 l\n2011_09_29/2011_09_29_drive_0071_sync 167 l\n2011_09_29/2011_09_29_drive_0071_sync 168 l\n2011_09_29/2011_09_29_drive_0071_sync 169 l\n2011_09_29/2011_09_29_drive_0071_sync 170 l\n2011_09_29/2011_09_29_drive_0071_sync 171 l\n2011_09_29/2011_09_29_drive_0071_sync 172 l\n2011_09_29/2011_09_29_drive_0071_sync 173 l\n2011_09_29/2011_09_29_drive_0071_sync 174 l\n2011_09_29/2011_09_29_drive_0071_sync 175 l\n2011_09_29/2011_09_29_drive_0071_sync 176 l\n2011_09_29/2011_09_29_drive_0071_sync 177 l\n2011_09_29/2011_09_29_drive_0071_sync 178 l\n2011_09_29/2011_09_29_drive_0071_sync 179 l\n2011_09_29/2011_09_29_drive_0071_sync 180 l\n2011_09_29/2011_09_29_drive_0071_sync 181 l\n2011_09_29/2011_09_29_drive_0071_sync 182 l\n2011_09_29/2011_09_29_drive_0071_sync 183 l\n2011_09_29/2011_09_29_drive_0071_sync 184 l\n2011_09_29/2011_09_29_drive_0071_sync 185 l\n2011_09_29/2011_09_29_drive_0071_sync 186 l\n2011_09_29/2011_09_29_drive_0071_sync 187 l\n2011_09_29/2011_09_29_drive_0071_sync 188 l\n2011_09_29/2011_09_29_drive_0071_sync 189 l\n2011_09_29/2011_09_29_drive_0071_sync 190 l\n2011_09_29/2011_09_29_drive_0071_sync 191 l\n2011_09_29/2011_09_29_drive_0071_sync 192 l\n2011_09_29/2011_09_29_drive_0071_sync 193 l\n2011_09_29/2011_09_29_drive_0071_sync 194 l\n2011_09_29/2011_09_29_drive_0071_sync 195 l\n2011_09_29/2011_09_29_drive_0071_sync 196 l\n2011_09_29/2011_09_29_drive_0071_sync 197 l\n2011_09_29/2011_09_29_drive_0071_sync 198 l\n2011_09_29/2011_09_29_drive_0071_sync 199 l\n2011_09_29/2011_09_29_drive_0071_sync 200 l\n2011_09_29/2011_09_29_drive_0071_sync 201 l\n2011_09_29/2011_09_29_drive_0071_sync 202 l\n2011_09_29/2011_09_29_drive_0071_sync 203 l\n2011_09_29/2011_09_29_drive_0071_sync 204 l\n2011_09_29/2011_09_29_drive_0071_sync 205 l\n2011_09_29/2011_09_29_drive_0071_sync 206 l\n2011_09_29/2011_09_29_drive_0071_sync 207 l\n2011_09_29/2011_09_29_drive_0071_sync 208 l\n2011_09_29/2011_09_29_drive_0071_sync 209 l\n2011_09_29/2011_09_29_drive_0071_sync 210 l\n2011_09_29/2011_09_29_drive_0071_sync 211 l\n2011_09_29/2011_09_29_drive_0071_sync 212 l\n2011_09_29/2011_09_29_drive_0071_sync 213 l\n2011_09_29/2011_09_29_drive_0071_sync 214 l\n2011_09_29/2011_09_29_drive_0071_sync 215 l\n2011_09_29/2011_09_29_drive_0071_sync 216 l\n2011_09_29/2011_09_29_drive_0071_sync 217 l\n2011_09_29/2011_09_29_drive_0071_sync 218 l\n2011_09_29/2011_09_29_drive_0071_sync 219 l\n2011_09_29/2011_09_29_drive_0071_sync 220 l\n2011_09_29/2011_09_29_drive_0071_sync 221 l\n2011_09_29/2011_09_29_drive_0071_sync 222 l\n2011_09_29/2011_09_29_drive_0071_sync 223 l\n2011_09_29/2011_09_29_drive_0071_sync 224 l\n2011_09_29/2011_09_29_drive_0071_sync 225 l\n2011_09_29/2011_09_29_drive_0071_sync 226 l\n2011_09_29/2011_09_29_drive_0071_sync 227 l\n2011_09_29/2011_09_29_drive_0071_sync 228 l\n2011_09_29/2011_09_29_drive_0071_sync 229 l\n2011_09_29/2011_09_29_drive_0071_sync 230 l\n2011_09_29/2011_09_29_drive_0071_sync 231 l\n2011_09_29/2011_09_29_drive_0071_sync 232 l\n2011_09_29/2011_09_29_drive_0071_sync 233 l\n2011_09_29/2011_09_29_drive_0071_sync 234 l\n2011_09_29/2011_09_29_drive_0071_sync 235 l\n2011_09_29/2011_09_29_drive_0071_sync 236 l\n2011_09_29/2011_09_29_drive_0071_sync 237 l\n2011_09_29/2011_09_29_drive_0071_sync 238 l\n2011_09_29/2011_09_29_drive_0071_sync 239 l\n2011_09_29/2011_09_29_drive_0071_sync 240 l\n2011_09_29/2011_09_29_drive_0071_sync 241 l\n2011_09_29/2011_09_29_drive_0071_sync 242 l\n2011_09_29/2011_09_29_drive_0071_sync 243 l\n2011_09_29/2011_09_29_drive_0071_sync 244 l\n2011_09_29/2011_09_29_drive_0071_sync 245 l\n2011_09_29/2011_09_29_drive_0071_sync 246 l\n2011_09_29/2011_09_29_drive_0071_sync 247 l\n2011_09_29/2011_09_29_drive_0071_sync 248 l\n2011_09_29/2011_09_29_drive_0071_sync 249 l\n2011_09_29/2011_09_29_drive_0071_sync 250 l\n2011_09_29/2011_09_29_drive_0071_sync 251 l\n2011_09_29/2011_09_29_drive_0071_sync 252 l\n2011_09_29/2011_09_29_drive_0071_sync 253 l\n2011_09_29/2011_09_29_drive_0071_sync 254 l\n2011_09_29/2011_09_29_drive_0071_sync 255 l\n2011_09_29/2011_09_29_drive_0071_sync 256 l\n2011_09_29/2011_09_29_drive_0071_sync 257 l\n2011_09_29/2011_09_29_drive_0071_sync 258 l\n2011_09_29/2011_09_29_drive_0071_sync 259 l\n2011_09_29/2011_09_29_drive_0071_sync 260 l\n2011_09_29/2011_09_29_drive_0071_sync 261 l\n2011_09_29/2011_09_29_drive_0071_sync 262 l\n2011_09_29/2011_09_29_drive_0071_sync 263 l\n2011_09_29/2011_09_29_drive_0071_sync 264 l\n2011_09_29/2011_09_29_drive_0071_sync 265 l\n2011_09_29/2011_09_29_drive_0071_sync 266 l\n2011_09_29/2011_09_29_drive_0071_sync 267 l\n2011_09_29/2011_09_29_drive_0071_sync 268 l\n2011_09_29/2011_09_29_drive_0071_sync 269 l\n2011_09_29/2011_09_29_drive_0071_sync 270 l\n2011_09_29/2011_09_29_drive_0071_sync 271 l\n2011_09_29/2011_09_29_drive_0071_sync 272 l\n2011_09_29/2011_09_29_drive_0071_sync 273 l\n2011_09_29/2011_09_29_drive_0071_sync 274 l\n2011_09_29/2011_09_29_drive_0071_sync 275 l\n2011_09_29/2011_09_29_drive_0071_sync 276 l\n2011_09_29/2011_09_29_drive_0071_sync 277 l\n2011_09_29/2011_09_29_drive_0071_sync 278 l\n2011_09_29/2011_09_29_drive_0071_sync 279 l\n2011_09_29/2011_09_29_drive_0071_sync 280 l\n2011_09_29/2011_09_29_drive_0071_sync 281 l\n2011_09_29/2011_09_29_drive_0071_sync 282 l\n2011_09_29/2011_09_29_drive_0071_sync 283 l\n2011_09_29/2011_09_29_drive_0071_sync 284 l\n2011_09_29/2011_09_29_drive_0071_sync 285 l\n2011_09_29/2011_09_29_drive_0071_sync 286 l\n2011_09_29/2011_09_29_drive_0071_sync 287 l\n2011_09_29/2011_09_29_drive_0071_sync 288 l\n2011_09_29/2011_09_29_drive_0071_sync 289 l\n2011_09_29/2011_09_29_drive_0071_sync 290 l\n2011_09_29/2011_09_29_drive_0071_sync 291 l\n2011_09_29/2011_09_29_drive_0071_sync 292 l\n2011_09_29/2011_09_29_drive_0071_sync 293 l\n2011_09_29/2011_09_29_drive_0071_sync 294 l\n2011_09_29/2011_09_29_drive_0071_sync 295 l\n2011_09_29/2011_09_29_drive_0071_sync 296 l\n2011_09_29/2011_09_29_drive_0071_sync 297 l\n2011_09_29/2011_09_29_drive_0071_sync 298 l\n2011_09_29/2011_09_29_drive_0071_sync 299 l\n2011_09_29/2011_09_29_drive_0071_sync 300 l\n2011_09_29/2011_09_29_drive_0071_sync 301 l\n2011_09_29/2011_09_29_drive_0071_sync 302 l\n2011_09_29/2011_09_29_drive_0071_sync 303 l\n2011_09_29/2011_09_29_drive_0071_sync 304 l\n2011_09_29/2011_09_29_drive_0071_sync 305 l\n2011_09_29/2011_09_29_drive_0071_sync 306 l\n2011_09_29/2011_09_29_drive_0071_sync 307 l\n2011_09_29/2011_09_29_drive_0071_sync 308 l\n2011_09_29/2011_09_29_drive_0071_sync 309 l\n2011_09_29/2011_09_29_drive_0071_sync 310 l\n2011_09_29/2011_09_29_drive_0071_sync 311 l\n2011_09_29/2011_09_29_drive_0071_sync 312 l\n2011_09_29/2011_09_29_drive_0071_sync 313 l\n2011_09_29/2011_09_29_drive_0071_sync 314 l\n2011_09_29/2011_09_29_drive_0071_sync 315 l\n2011_09_29/2011_09_29_drive_0071_sync 316 l\n2011_09_29/2011_09_29_drive_0071_sync 317 l\n2011_09_29/2011_09_29_drive_0071_sync 318 l\n2011_09_29/2011_09_29_drive_0071_sync 319 l\n2011_09_29/2011_09_29_drive_0071_sync 320 l\n2011_09_29/2011_09_29_drive_0071_sync 321 l\n2011_09_29/2011_09_29_drive_0071_sync 322 l\n2011_09_29/2011_09_29_drive_0071_sync 323 l\n2011_09_29/2011_09_29_drive_0071_sync 324 l\n2011_09_29/2011_09_29_drive_0071_sync 325 l\n2011_09_29/2011_09_29_drive_0071_sync 326 l\n2011_09_29/2011_09_29_drive_0071_sync 327 l\n2011_09_29/2011_09_29_drive_0071_sync 328 l\n2011_09_29/2011_09_29_drive_0071_sync 329 l\n2011_09_29/2011_09_29_drive_0071_sync 330 l\n2011_09_29/2011_09_29_drive_0071_sync 331 l\n2011_09_29/2011_09_29_drive_0071_sync 332 l\n2011_09_29/2011_09_29_drive_0071_sync 333 l\n2011_09_29/2011_09_29_drive_0071_sync 334 l\n2011_09_29/2011_09_29_drive_0071_sync 335 l\n2011_09_29/2011_09_29_drive_0071_sync 336 l\n2011_09_29/2011_09_29_drive_0071_sync 337 l\n2011_09_29/2011_09_29_drive_0071_sync 338 l\n2011_09_29/2011_09_29_drive_0071_sync 339 l\n2011_09_29/2011_09_29_drive_0071_sync 340 l\n2011_09_29/2011_09_29_drive_0071_sync 341 l\n2011_09_29/2011_09_29_drive_0071_sync 342 l\n2011_09_29/2011_09_29_drive_0071_sync 343 l\n2011_09_29/2011_09_29_drive_0071_sync 344 l\n2011_09_29/2011_09_29_drive_0071_sync 345 l\n2011_09_29/2011_09_29_drive_0071_sync 346 l\n2011_09_29/2011_09_29_drive_0071_sync 347 l\n2011_09_29/2011_09_29_drive_0071_sync 348 l\n2011_09_29/2011_09_29_drive_0071_sync 349 l\n2011_09_29/2011_09_29_drive_0071_sync 350 l\n2011_09_29/2011_09_29_drive_0071_sync 351 l\n2011_09_29/2011_09_29_drive_0071_sync 352 l\n2011_09_29/2011_09_29_drive_0071_sync 353 l\n2011_09_29/2011_09_29_drive_0071_sync 354 l\n2011_09_29/2011_09_29_drive_0071_sync 355 l\n2011_09_29/2011_09_29_drive_0071_sync 356 l\n2011_09_29/2011_09_29_drive_0071_sync 357 l\n2011_09_29/2011_09_29_drive_0071_sync 358 l\n2011_09_29/2011_09_29_drive_0071_sync 359 l\n2011_09_29/2011_09_29_drive_0071_sync 360 l\n2011_09_29/2011_09_29_drive_0071_sync 361 l\n2011_09_29/2011_09_29_drive_0071_sync 362 l\n2011_09_29/2011_09_29_drive_0071_sync 363 l\n2011_09_29/2011_09_29_drive_0071_sync 364 l\n2011_09_29/2011_09_29_drive_0071_sync 365 l\n2011_09_29/2011_09_29_drive_0071_sync 366 l\n2011_09_29/2011_09_29_drive_0071_sync 367 l\n2011_09_29/2011_09_29_drive_0071_sync 368 l\n2011_09_29/2011_09_29_drive_0071_sync 369 l\n2011_09_29/2011_09_29_drive_0071_sync 370 l\n2011_09_29/2011_09_29_drive_0071_sync 371 l\n2011_09_29/2011_09_29_drive_0071_sync 372 l\n2011_09_29/2011_09_29_drive_0071_sync 373 l\n2011_09_29/2011_09_29_drive_0071_sync 374 l\n2011_09_29/2011_09_29_drive_0071_sync 375 l\n2011_09_29/2011_09_29_drive_0071_sync 376 l\n2011_09_29/2011_09_29_drive_0071_sync 377 l\n2011_09_29/2011_09_29_drive_0071_sync 378 l\n2011_09_29/2011_09_29_drive_0071_sync 379 l\n2011_09_29/2011_09_29_drive_0071_sync 380 l\n2011_09_29/2011_09_29_drive_0071_sync 381 l\n2011_09_29/2011_09_29_drive_0071_sync 382 l\n2011_09_29/2011_09_29_drive_0071_sync 383 l\n2011_09_29/2011_09_29_drive_0071_sync 384 l\n2011_09_29/2011_09_29_drive_0071_sync 385 l\n2011_09_29/2011_09_29_drive_0071_sync 386 l\n2011_09_29/2011_09_29_drive_0071_sync 387 l\n2011_09_29/2011_09_29_drive_0071_sync 388 l\n2011_09_29/2011_09_29_drive_0071_sync 389 l\n2011_09_29/2011_09_29_drive_0071_sync 390 l\n2011_09_29/2011_09_29_drive_0071_sync 391 l\n2011_09_29/2011_09_29_drive_0071_sync 392 l\n2011_09_29/2011_09_29_drive_0071_sync 393 l\n2011_09_29/2011_09_29_drive_0071_sync 394 l\n2011_09_29/2011_09_29_drive_0071_sync 395 l\n2011_09_29/2011_09_29_drive_0071_sync 396 l\n2011_09_29/2011_09_29_drive_0071_sync 397 l\n2011_09_29/2011_09_29_drive_0071_sync 398 l\n2011_09_29/2011_09_29_drive_0071_sync 399 l\n2011_09_29/2011_09_29_drive_0071_sync 400 l\n2011_09_29/2011_09_29_drive_0071_sync 401 l\n2011_09_29/2011_09_29_drive_0071_sync 402 l\n2011_09_29/2011_09_29_drive_0071_sync 403 l\n2011_09_29/2011_09_29_drive_0071_sync 404 l\n2011_09_29/2011_09_29_drive_0071_sync 405 l\n2011_09_29/2011_09_29_drive_0071_sync 406 l\n2011_09_29/2011_09_29_drive_0071_sync 407 l\n2011_09_29/2011_09_29_drive_0071_sync 408 l\n2011_09_29/2011_09_29_drive_0071_sync 409 l\n2011_09_29/2011_09_29_drive_0071_sync 410 l\n2011_09_29/2011_09_29_drive_0071_sync 411 l\n2011_09_29/2011_09_29_drive_0071_sync 412 l\n2011_09_29/2011_09_29_drive_0071_sync 413 l\n2011_09_29/2011_09_29_drive_0071_sync 414 l\n2011_09_29/2011_09_29_drive_0071_sync 415 l\n2011_09_29/2011_09_29_drive_0071_sync 416 l\n2011_09_29/2011_09_29_drive_0071_sync 417 l\n2011_09_29/2011_09_29_drive_0071_sync 418 l\n2011_09_29/2011_09_29_drive_0071_sync 419 l\n2011_09_29/2011_09_29_drive_0071_sync 420 l\n2011_09_29/2011_09_29_drive_0071_sync 421 l\n2011_09_29/2011_09_29_drive_0071_sync 422 l\n2011_09_29/2011_09_29_drive_0071_sync 423 l\n2011_09_29/2011_09_29_drive_0071_sync 424 l\n2011_09_29/2011_09_29_drive_0071_sync 425 l\n2011_09_29/2011_09_29_drive_0071_sync 426 l\n2011_09_29/2011_09_29_drive_0071_sync 427 l\n2011_09_29/2011_09_29_drive_0071_sync 428 l\n2011_09_29/2011_09_29_drive_0071_sync 429 l\n2011_09_29/2011_09_29_drive_0071_sync 430 l\n2011_09_29/2011_09_29_drive_0071_sync 431 l\n2011_09_29/2011_09_29_drive_0071_sync 432 l\n2011_09_29/2011_09_29_drive_0071_sync 433 l\n2011_09_29/2011_09_29_drive_0071_sync 434 l\n2011_09_29/2011_09_29_drive_0071_sync 435 l\n2011_09_29/2011_09_29_drive_0071_sync 436 l\n2011_09_29/2011_09_29_drive_0071_sync 437 l\n2011_09_29/2011_09_29_drive_0071_sync 438 l\n2011_09_29/2011_09_29_drive_0071_sync 439 l\n2011_09_29/2011_09_29_drive_0071_sync 440 l\n2011_09_29/2011_09_29_drive_0071_sync 441 l\n2011_09_29/2011_09_29_drive_0071_sync 442 l\n2011_09_29/2011_09_29_drive_0071_sync 443 l\n2011_09_29/2011_09_29_drive_0071_sync 444 l\n2011_09_29/2011_09_29_drive_0071_sync 445 l\n2011_09_29/2011_09_29_drive_0071_sync 446 l\n2011_09_29/2011_09_29_drive_0071_sync 447 l\n2011_09_29/2011_09_29_drive_0071_sync 448 l\n2011_09_29/2011_09_29_drive_0071_sync 449 l\n2011_09_29/2011_09_29_drive_0071_sync 450 l\n2011_09_29/2011_09_29_drive_0071_sync 451 l\n2011_09_29/2011_09_29_drive_0071_sync 452 l\n2011_09_29/2011_09_29_drive_0071_sync 453 l\n2011_09_29/2011_09_29_drive_0071_sync 454 l\n2011_09_29/2011_09_29_drive_0071_sync 455 l\n2011_09_29/2011_09_29_drive_0071_sync 456 l\n2011_09_29/2011_09_29_drive_0071_sync 457 l\n2011_09_29/2011_09_29_drive_0071_sync 458 l\n2011_09_29/2011_09_29_drive_0071_sync 459 l\n2011_09_29/2011_09_29_drive_0071_sync 460 l\n2011_09_29/2011_09_29_drive_0071_sync 461 l\n2011_09_29/2011_09_29_drive_0071_sync 462 l\n2011_09_29/2011_09_29_drive_0071_sync 463 l\n2011_09_29/2011_09_29_drive_0071_sync 464 l\n2011_09_29/2011_09_29_drive_0071_sync 465 l\n2011_09_29/2011_09_29_drive_0071_sync 466 l\n2011_09_29/2011_09_29_drive_0071_sync 467 l\n2011_09_29/2011_09_29_drive_0071_sync 468 l\n2011_09_29/2011_09_29_drive_0071_sync 469 l\n2011_09_29/2011_09_29_drive_0071_sync 470 l\n2011_09_29/2011_09_29_drive_0071_sync 471 l\n2011_09_29/2011_09_29_drive_0071_sync 472 l\n2011_09_29/2011_09_29_drive_0071_sync 473 l\n2011_09_29/2011_09_29_drive_0071_sync 474 l\n2011_09_29/2011_09_29_drive_0071_sync 475 l\n2011_09_29/2011_09_29_drive_0071_sync 476 l\n2011_09_29/2011_09_29_drive_0071_sync 477 l\n2011_09_29/2011_09_29_drive_0071_sync 478 l\n2011_09_29/2011_09_29_drive_0071_sync 479 l\n2011_09_29/2011_09_29_drive_0071_sync 480 l\n2011_09_29/2011_09_29_drive_0071_sync 481 l\n2011_09_29/2011_09_29_drive_0071_sync 482 l\n2011_09_29/2011_09_29_drive_0071_sync 483 l\n2011_09_29/2011_09_29_drive_0071_sync 484 l\n2011_09_29/2011_09_29_drive_0071_sync 485 l\n2011_09_29/2011_09_29_drive_0071_sync 486 l\n2011_09_29/2011_09_29_drive_0071_sync 487 l\n2011_09_29/2011_09_29_drive_0071_sync 488 l\n2011_09_29/2011_09_29_drive_0071_sync 489 l\n2011_09_29/2011_09_29_drive_0071_sync 490 l\n2011_09_29/2011_09_29_drive_0071_sync 491 l\n2011_09_29/2011_09_29_drive_0071_sync 492 l\n2011_09_29/2011_09_29_drive_0071_sync 493 l\n2011_09_29/2011_09_29_drive_0071_sync 494 l\n2011_09_29/2011_09_29_drive_0071_sync 495 l\n2011_09_29/2011_09_29_drive_0071_sync 496 l\n2011_09_29/2011_09_29_drive_0071_sync 497 l\n2011_09_29/2011_09_29_drive_0071_sync 498 l\n2011_09_29/2011_09_29_drive_0071_sync 499 l\n2011_09_29/2011_09_29_drive_0071_sync 500 l\n2011_09_29/2011_09_29_drive_0071_sync 501 l\n2011_09_29/2011_09_29_drive_0071_sync 502 l\n2011_09_29/2011_09_29_drive_0071_sync 503 l\n2011_09_29/2011_09_29_drive_0071_sync 504 l\n2011_09_29/2011_09_29_drive_0071_sync 505 l\n2011_09_29/2011_09_29_drive_0071_sync 506 l\n2011_09_29/2011_09_29_drive_0071_sync 507 l\n2011_09_29/2011_09_29_drive_0071_sync 508 l\n2011_09_29/2011_09_29_drive_0071_sync 509 l\n2011_09_29/2011_09_29_drive_0071_sync 510 l\n2011_09_29/2011_09_29_drive_0071_sync 511 l\n2011_09_29/2011_09_29_drive_0071_sync 512 l\n2011_09_29/2011_09_29_drive_0071_sync 513 l\n2011_09_29/2011_09_29_drive_0071_sync 514 l\n2011_09_29/2011_09_29_drive_0071_sync 515 l\n2011_09_29/2011_09_29_drive_0071_sync 516 l\n2011_09_29/2011_09_29_drive_0071_sync 517 l\n2011_09_29/2011_09_29_drive_0071_sync 518 l\n2011_09_29/2011_09_29_drive_0071_sync 519 l\n2011_09_29/2011_09_29_drive_0071_sync 520 l\n2011_09_29/2011_09_29_drive_0071_sync 521 l\n2011_09_29/2011_09_29_drive_0071_sync 522 l\n2011_09_29/2011_09_29_drive_0071_sync 523 l\n2011_09_29/2011_09_29_drive_0071_sync 524 l\n2011_09_29/2011_09_29_drive_0071_sync 525 l\n2011_09_29/2011_09_29_drive_0071_sync 526 l\n2011_09_29/2011_09_29_drive_0071_sync 527 l\n2011_09_29/2011_09_29_drive_0071_sync 528 l\n2011_09_29/2011_09_29_drive_0071_sync 529 l\n2011_09_29/2011_09_29_drive_0071_sync 530 l\n2011_09_29/2011_09_29_drive_0071_sync 531 l\n2011_09_29/2011_09_29_drive_0071_sync 532 l\n2011_09_29/2011_09_29_drive_0071_sync 533 l\n2011_09_29/2011_09_29_drive_0071_sync 534 l\n2011_09_29/2011_09_29_drive_0071_sync 535 l\n2011_09_29/2011_09_29_drive_0071_sync 536 l\n2011_09_29/2011_09_29_drive_0071_sync 537 l\n2011_09_29/2011_09_29_drive_0071_sync 538 l\n2011_09_29/2011_09_29_drive_0071_sync 539 l\n2011_09_29/2011_09_29_drive_0071_sync 540 l\n2011_09_29/2011_09_29_drive_0071_sync 541 l\n2011_09_29/2011_09_29_drive_0071_sync 542 l\n2011_09_29/2011_09_29_drive_0071_sync 543 l\n2011_09_29/2011_09_29_drive_0071_sync 544 l\n2011_09_29/2011_09_29_drive_0071_sync 545 l\n2011_09_29/2011_09_29_drive_0071_sync 546 l\n2011_09_29/2011_09_29_drive_0071_sync 547 l\n2011_09_29/2011_09_29_drive_0071_sync 548 l\n2011_09_29/2011_09_29_drive_0071_sync 549 l\n2011_09_29/2011_09_29_drive_0071_sync 550 l\n2011_09_29/2011_09_29_drive_0071_sync 551 l\n2011_09_29/2011_09_29_drive_0071_sync 552 l\n2011_09_29/2011_09_29_drive_0071_sync 553 l\n2011_09_29/2011_09_29_drive_0071_sync 554 l\n2011_09_29/2011_09_29_drive_0071_sync 555 l\n2011_09_29/2011_09_29_drive_0071_sync 556 l\n2011_09_29/2011_09_29_drive_0071_sync 557 l\n2011_09_29/2011_09_29_drive_0071_sync 558 l\n2011_09_29/2011_09_29_drive_0071_sync 559 l\n2011_09_29/2011_09_29_drive_0071_sync 560 l\n2011_09_29/2011_09_29_drive_0071_sync 561 l\n2011_09_29/2011_09_29_drive_0071_sync 562 l\n2011_09_29/2011_09_29_drive_0071_sync 563 l\n2011_09_29/2011_09_29_drive_0071_sync 564 l\n2011_09_29/2011_09_29_drive_0071_sync 565 l\n2011_09_29/2011_09_29_drive_0071_sync 566 l\n2011_09_29/2011_09_29_drive_0071_sync 567 l\n2011_09_29/2011_09_29_drive_0071_sync 568 l\n2011_09_29/2011_09_29_drive_0071_sync 569 l\n2011_09_29/2011_09_29_drive_0071_sync 570 l\n2011_09_29/2011_09_29_drive_0071_sync 571 l\n2011_09_29/2011_09_29_drive_0071_sync 572 l\n2011_09_29/2011_09_29_drive_0071_sync 573 l\n2011_09_29/2011_09_29_drive_0071_sync 574 l\n2011_09_29/2011_09_29_drive_0071_sync 575 l\n2011_09_29/2011_09_29_drive_0071_sync 576 l\n2011_09_29/2011_09_29_drive_0071_sync 577 l\n2011_09_29/2011_09_29_drive_0071_sync 578 l\n2011_09_29/2011_09_29_drive_0071_sync 579 l\n2011_09_29/2011_09_29_drive_0071_sync 580 l\n2011_09_29/2011_09_29_drive_0071_sync 581 l\n2011_09_29/2011_09_29_drive_0071_sync 582 l\n2011_09_29/2011_09_29_drive_0071_sync 583 l\n2011_09_29/2011_09_29_drive_0071_sync 584 l\n2011_09_29/2011_09_29_drive_0071_sync 585 l\n2011_09_29/2011_09_29_drive_0071_sync 586 l\n2011_09_29/2011_09_29_drive_0071_sync 587 l\n2011_09_29/2011_09_29_drive_0071_sync 588 l\n2011_09_29/2011_09_29_drive_0071_sync 589 l\n2011_09_29/2011_09_29_drive_0071_sync 590 l\n2011_09_29/2011_09_29_drive_0071_sync 591 l\n2011_09_29/2011_09_29_drive_0071_sync 592 l\n2011_09_29/2011_09_29_drive_0071_sync 593 l\n2011_09_29/2011_09_29_drive_0071_sync 594 l\n2011_09_29/2011_09_29_drive_0071_sync 595 l\n2011_09_29/2011_09_29_drive_0071_sync 596 l\n2011_09_29/2011_09_29_drive_0071_sync 597 l\n2011_09_29/2011_09_29_drive_0071_sync 598 l\n2011_09_29/2011_09_29_drive_0071_sync 599 l\n2011_09_29/2011_09_29_drive_0071_sync 600 l\n2011_09_29/2011_09_29_drive_0071_sync 601 l\n2011_09_29/2011_09_29_drive_0071_sync 602 l\n2011_09_29/2011_09_29_drive_0071_sync 603 l\n2011_09_29/2011_09_29_drive_0071_sync 604 l\n2011_09_29/2011_09_29_drive_0071_sync 605 l\n2011_09_29/2011_09_29_drive_0071_sync 606 l\n2011_09_29/2011_09_29_drive_0071_sync 607 l\n2011_09_29/2011_09_29_drive_0071_sync 608 l\n2011_09_29/2011_09_29_drive_0071_sync 609 l\n2011_09_29/2011_09_29_drive_0071_sync 610 l\n2011_09_29/2011_09_29_drive_0071_sync 611 l\n2011_09_29/2011_09_29_drive_0071_sync 612 l\n2011_09_29/2011_09_29_drive_0071_sync 613 l\n2011_09_29/2011_09_29_drive_0071_sync 614 l\n2011_09_29/2011_09_29_drive_0071_sync 615 l\n2011_09_29/2011_09_29_drive_0071_sync 616 l\n2011_09_29/2011_09_29_drive_0071_sync 617 l\n2011_09_29/2011_09_29_drive_0071_sync 618 l\n2011_09_29/2011_09_29_drive_0071_sync 619 l\n2011_09_29/2011_09_29_drive_0071_sync 620 l\n2011_09_29/2011_09_29_drive_0071_sync 621 l\n2011_09_29/2011_09_29_drive_0071_sync 622 l\n2011_09_29/2011_09_29_drive_0071_sync 623 l\n2011_09_29/2011_09_29_drive_0071_sync 624 l\n2011_09_29/2011_09_29_drive_0071_sync 625 l\n2011_09_29/2011_09_29_drive_0071_sync 626 l\n2011_09_29/2011_09_29_drive_0071_sync 627 l\n2011_09_29/2011_09_29_drive_0071_sync 628 l\n2011_09_29/2011_09_29_drive_0071_sync 629 l\n2011_09_29/2011_09_29_drive_0071_sync 630 l\n2011_09_29/2011_09_29_drive_0071_sync 631 l\n2011_09_29/2011_09_29_drive_0071_sync 632 l\n2011_09_29/2011_09_29_drive_0071_sync 633 l\n2011_09_29/2011_09_29_drive_0071_sync 634 l\n2011_09_29/2011_09_29_drive_0071_sync 635 l\n2011_09_29/2011_09_29_drive_0071_sync 636 l\n2011_09_29/2011_09_29_drive_0071_sync 637 l\n2011_09_29/2011_09_29_drive_0071_sync 638 l\n2011_09_29/2011_09_29_drive_0071_sync 639 l\n2011_09_29/2011_09_29_drive_0071_sync 640 l\n2011_09_29/2011_09_29_drive_0071_sync 641 l\n2011_09_29/2011_09_29_drive_0071_sync 642 l\n2011_09_29/2011_09_29_drive_0071_sync 643 l\n2011_09_29/2011_09_29_drive_0071_sync 644 l\n2011_09_29/2011_09_29_drive_0071_sync 645 l\n2011_09_29/2011_09_29_drive_0071_sync 646 l\n2011_09_29/2011_09_29_drive_0071_sync 647 l\n2011_09_29/2011_09_29_drive_0071_sync 648 l\n2011_09_29/2011_09_29_drive_0071_sync 649 l\n2011_09_29/2011_09_29_drive_0071_sync 650 l\n2011_09_29/2011_09_29_drive_0071_sync 651 l\n2011_09_29/2011_09_29_drive_0071_sync 652 l\n2011_09_29/2011_09_29_drive_0071_sync 653 l\n2011_09_29/2011_09_29_drive_0071_sync 654 l\n2011_09_29/2011_09_29_drive_0071_sync 655 l\n2011_09_29/2011_09_29_drive_0071_sync 656 l\n2011_09_29/2011_09_29_drive_0071_sync 657 l\n2011_09_29/2011_09_29_drive_0071_sync 658 l\n2011_09_29/2011_09_29_drive_0071_sync 659 l\n2011_09_29/2011_09_29_drive_0071_sync 660 l\n2011_09_29/2011_09_29_drive_0071_sync 661 l\n2011_09_29/2011_09_29_drive_0071_sync 662 l\n2011_09_29/2011_09_29_drive_0071_sync 663 l\n2011_09_29/2011_09_29_drive_0071_sync 664 l\n2011_09_29/2011_09_29_drive_0071_sync 665 l\n2011_09_29/2011_09_29_drive_0071_sync 666 l\n2011_09_29/2011_09_29_drive_0071_sync 667 l\n2011_09_29/2011_09_29_drive_0071_sync 668 l\n2011_09_29/2011_09_29_drive_0071_sync 669 l\n2011_09_29/2011_09_29_drive_0071_sync 670 l\n2011_09_29/2011_09_29_drive_0071_sync 671 l\n2011_09_29/2011_09_29_drive_0071_sync 672 l\n2011_09_29/2011_09_29_drive_0071_sync 673 l\n2011_09_29/2011_09_29_drive_0071_sync 674 l\n2011_09_29/2011_09_29_drive_0071_sync 675 l\n2011_09_29/2011_09_29_drive_0071_sync 676 l\n2011_09_29/2011_09_29_drive_0071_sync 677 l\n2011_09_29/2011_09_29_drive_0071_sync 678 l\n2011_09_29/2011_09_29_drive_0071_sync 679 l\n2011_09_29/2011_09_29_drive_0071_sync 680 l\n2011_09_29/2011_09_29_drive_0071_sync 681 l\n2011_09_29/2011_09_29_drive_0071_sync 682 l\n2011_09_29/2011_09_29_drive_0071_sync 683 l\n2011_09_29/2011_09_29_drive_0071_sync 684 l\n2011_09_29/2011_09_29_drive_0071_sync 685 l\n2011_09_29/2011_09_29_drive_0071_sync 686 l\n2011_09_29/2011_09_29_drive_0071_sync 687 l\n2011_09_29/2011_09_29_drive_0071_sync 688 l\n2011_09_29/2011_09_29_drive_0071_sync 689 l\n2011_09_29/2011_09_29_drive_0071_sync 690 l\n2011_09_29/2011_09_29_drive_0071_sync 691 l\n2011_09_29/2011_09_29_drive_0071_sync 692 l\n2011_09_29/2011_09_29_drive_0071_sync 693 l\n2011_09_29/2011_09_29_drive_0071_sync 694 l\n2011_09_29/2011_09_29_drive_0071_sync 695 l\n2011_09_29/2011_09_29_drive_0071_sync 696 l\n2011_09_29/2011_09_29_drive_0071_sync 697 l\n2011_09_29/2011_09_29_drive_0071_sync 698 l\n2011_09_29/2011_09_29_drive_0071_sync 699 l\n2011_09_29/2011_09_29_drive_0071_sync 700 l\n2011_09_29/2011_09_29_drive_0071_sync 701 l\n2011_09_29/2011_09_29_drive_0071_sync 702 l\n2011_09_29/2011_09_29_drive_0071_sync 703 l\n2011_09_29/2011_09_29_drive_0071_sync 704 l\n2011_09_29/2011_09_29_drive_0071_sync 705 l\n2011_09_29/2011_09_29_drive_0071_sync 706 l\n2011_09_29/2011_09_29_drive_0071_sync 707 l\n2011_09_29/2011_09_29_drive_0071_sync 708 l\n2011_09_29/2011_09_29_drive_0071_sync 709 l\n2011_09_29/2011_09_29_drive_0071_sync 710 l\n2011_09_29/2011_09_29_drive_0071_sync 711 l\n2011_09_29/2011_09_29_drive_0071_sync 712 l\n2011_09_29/2011_09_29_drive_0071_sync 713 l\n2011_09_29/2011_09_29_drive_0071_sync 714 l\n2011_09_29/2011_09_29_drive_0071_sync 715 l\n2011_09_29/2011_09_29_drive_0071_sync 716 l\n2011_09_29/2011_09_29_drive_0071_sync 717 l\n2011_09_29/2011_09_29_drive_0071_sync 718 l\n2011_09_29/2011_09_29_drive_0071_sync 719 l\n2011_09_29/2011_09_29_drive_0071_sync 720 l\n2011_09_29/2011_09_29_drive_0071_sync 721 l\n2011_09_29/2011_09_29_drive_0071_sync 722 l\n2011_09_29/2011_09_29_drive_0071_sync 723 l\n2011_09_29/2011_09_29_drive_0071_sync 724 l\n2011_09_29/2011_09_29_drive_0071_sync 725 l\n2011_09_29/2011_09_29_drive_0071_sync 726 l\n2011_09_29/2011_09_29_drive_0071_sync 727 l\n2011_09_29/2011_09_29_drive_0071_sync 728 l\n2011_09_29/2011_09_29_drive_0071_sync 729 l\n2011_09_29/2011_09_29_drive_0071_sync 730 l\n2011_09_29/2011_09_29_drive_0071_sync 731 l\n2011_09_29/2011_09_29_drive_0071_sync 732 l\n2011_09_29/2011_09_29_drive_0071_sync 733 l\n2011_09_29/2011_09_29_drive_0071_sync 734 l\n2011_09_29/2011_09_29_drive_0071_sync 735 l\n2011_09_29/2011_09_29_drive_0071_sync 736 l\n2011_09_29/2011_09_29_drive_0071_sync 737 l\n2011_09_29/2011_09_29_drive_0071_sync 738 l\n2011_09_29/2011_09_29_drive_0071_sync 739 l\n2011_09_29/2011_09_29_drive_0071_sync 740 l\n2011_09_29/2011_09_29_drive_0071_sync 741 l\n2011_09_29/2011_09_29_drive_0071_sync 742 l\n2011_09_29/2011_09_29_drive_0071_sync 743 l\n2011_09_29/2011_09_29_drive_0071_sync 744 l\n2011_09_29/2011_09_29_drive_0071_sync 745 l\n2011_09_29/2011_09_29_drive_0071_sync 746 l\n2011_09_29/2011_09_29_drive_0071_sync 747 l\n2011_09_29/2011_09_29_drive_0071_sync 748 l\n2011_09_29/2011_09_29_drive_0071_sync 749 l\n2011_09_29/2011_09_29_drive_0071_sync 750 l\n2011_09_29/2011_09_29_drive_0071_sync 751 l\n2011_09_29/2011_09_29_drive_0071_sync 752 l\n2011_09_29/2011_09_29_drive_0071_sync 753 l\n2011_09_29/2011_09_29_drive_0071_sync 754 l\n2011_09_29/2011_09_29_drive_0071_sync 755 l\n2011_09_29/2011_09_29_drive_0071_sync 756 l\n2011_09_29/2011_09_29_drive_0071_sync 757 l\n2011_09_29/2011_09_29_drive_0071_sync 758 l\n2011_09_29/2011_09_29_drive_0071_sync 759 l\n2011_09_29/2011_09_29_drive_0071_sync 760 l\n2011_09_29/2011_09_29_drive_0071_sync 761 l\n2011_09_29/2011_09_29_drive_0071_sync 762 l\n2011_09_29/2011_09_29_drive_0071_sync 763 l\n2011_09_29/2011_09_29_drive_0071_sync 764 l\n2011_09_29/2011_09_29_drive_0071_sync 765 l\n2011_09_29/2011_09_29_drive_0071_sync 766 l\n2011_09_29/2011_09_29_drive_0071_sync 767 l\n2011_09_29/2011_09_29_drive_0071_sync 768 l\n2011_09_29/2011_09_29_drive_0071_sync 769 l\n2011_09_29/2011_09_29_drive_0071_sync 770 l\n2011_09_29/2011_09_29_drive_0071_sync 771 l\n2011_09_29/2011_09_29_drive_0071_sync 772 l\n2011_09_29/2011_09_29_drive_0071_sync 773 l\n2011_09_29/2011_09_29_drive_0071_sync 774 l\n2011_09_29/2011_09_29_drive_0071_sync 775 l\n2011_09_29/2011_09_29_drive_0071_sync 776 l\n2011_09_29/2011_09_29_drive_0071_sync 777 l\n2011_09_29/2011_09_29_drive_0071_sync 778 l\n2011_09_29/2011_09_29_drive_0071_sync 779 l\n2011_09_29/2011_09_29_drive_0071_sync 780 l\n2011_09_29/2011_09_29_drive_0071_sync 781 l\n2011_09_29/2011_09_29_drive_0071_sync 782 l\n2011_09_29/2011_09_29_drive_0071_sync 783 l\n2011_09_29/2011_09_29_drive_0071_sync 784 l\n2011_09_29/2011_09_29_drive_0071_sync 785 l\n2011_09_29/2011_09_29_drive_0071_sync 786 l\n2011_09_29/2011_09_29_drive_0071_sync 787 l\n2011_09_29/2011_09_29_drive_0071_sync 788 l\n2011_09_29/2011_09_29_drive_0071_sync 789 l\n2011_09_29/2011_09_29_drive_0071_sync 790 l\n2011_09_29/2011_09_29_drive_0071_sync 791 l\n2011_09_29/2011_09_29_drive_0071_sync 792 l\n2011_09_29/2011_09_29_drive_0071_sync 793 l\n2011_09_29/2011_09_29_drive_0071_sync 794 l\n2011_09_29/2011_09_29_drive_0071_sync 795 l\n2011_09_29/2011_09_29_drive_0071_sync 796 l\n2011_09_29/2011_09_29_drive_0071_sync 797 l\n2011_09_29/2011_09_29_drive_0071_sync 798 l\n2011_09_29/2011_09_29_drive_0071_sync 799 l\n2011_09_29/2011_09_29_drive_0071_sync 800 l\n2011_09_29/2011_09_29_drive_0071_sync 801 l\n2011_09_29/2011_09_29_drive_0071_sync 802 l\n2011_09_29/2011_09_29_drive_0071_sync 803 l\n2011_09_29/2011_09_29_drive_0071_sync 804 l\n2011_09_29/2011_09_29_drive_0071_sync 805 l\n2011_09_29/2011_09_29_drive_0071_sync 806 l\n2011_09_29/2011_09_29_drive_0071_sync 807 l\n2011_09_29/2011_09_29_drive_0071_sync 808 l\n2011_09_29/2011_09_29_drive_0071_sync 809 l\n2011_09_29/2011_09_29_drive_0071_sync 810 l\n2011_09_29/2011_09_29_drive_0071_sync 811 l\n2011_09_29/2011_09_29_drive_0071_sync 812 l\n2011_09_29/2011_09_29_drive_0071_sync 813 l\n2011_09_29/2011_09_29_drive_0071_sync 814 l\n2011_09_29/2011_09_29_drive_0071_sync 815 l\n2011_09_29/2011_09_29_drive_0071_sync 816 l\n2011_09_29/2011_09_29_drive_0071_sync 817 l\n2011_09_29/2011_09_29_drive_0071_sync 818 l\n2011_09_29/2011_09_29_drive_0071_sync 819 l\n2011_09_29/2011_09_29_drive_0071_sync 820 l\n2011_09_29/2011_09_29_drive_0071_sync 821 l\n2011_09_29/2011_09_29_drive_0071_sync 822 l\n2011_09_29/2011_09_29_drive_0071_sync 823 l\n2011_09_29/2011_09_29_drive_0071_sync 824 l\n2011_09_29/2011_09_29_drive_0071_sync 825 l\n2011_09_29/2011_09_29_drive_0071_sync 826 l\n2011_09_29/2011_09_29_drive_0071_sync 827 l\n2011_09_29/2011_09_29_drive_0071_sync 828 l\n2011_09_29/2011_09_29_drive_0071_sync 829 l\n2011_09_29/2011_09_29_drive_0071_sync 830 l\n2011_09_29/2011_09_29_drive_0071_sync 831 l\n2011_09_29/2011_09_29_drive_0071_sync 832 l\n2011_09_29/2011_09_29_drive_0071_sync 833 l\n2011_09_29/2011_09_29_drive_0071_sync 834 l\n2011_09_29/2011_09_29_drive_0071_sync 835 l\n2011_09_29/2011_09_29_drive_0071_sync 836 l\n2011_09_29/2011_09_29_drive_0071_sync 837 l\n2011_09_29/2011_09_29_drive_0071_sync 838 l\n2011_09_29/2011_09_29_drive_0071_sync 839 l\n2011_09_29/2011_09_29_drive_0071_sync 840 l\n2011_09_29/2011_09_29_drive_0071_sync 841 l\n2011_09_29/2011_09_29_drive_0071_sync 842 l\n2011_09_29/2011_09_29_drive_0071_sync 843 l\n2011_09_29/2011_09_29_drive_0071_sync 844 l\n2011_09_29/2011_09_29_drive_0071_sync 845 l\n2011_09_29/2011_09_29_drive_0071_sync 846 l\n2011_09_29/2011_09_29_drive_0071_sync 847 l\n2011_09_29/2011_09_29_drive_0071_sync 848 l\n2011_09_29/2011_09_29_drive_0071_sync 849 l\n2011_09_29/2011_09_29_drive_0071_sync 850 l\n2011_09_29/2011_09_29_drive_0071_sync 851 l\n2011_09_29/2011_09_29_drive_0071_sync 852 l\n2011_09_29/2011_09_29_drive_0071_sync 853 l\n2011_09_29/2011_09_29_drive_0071_sync 854 l\n2011_09_29/2011_09_29_drive_0071_sync 855 l\n2011_09_29/2011_09_29_drive_0071_sync 856 l\n2011_09_29/2011_09_29_drive_0071_sync 857 l\n2011_09_29/2011_09_29_drive_0071_sync 858 l\n2011_09_29/2011_09_29_drive_0071_sync 859 l\n2011_09_29/2011_09_29_drive_0071_sync 860 l\n2011_09_29/2011_09_29_drive_0071_sync 861 l\n2011_09_29/2011_09_29_drive_0071_sync 862 l\n2011_09_29/2011_09_29_drive_0071_sync 863 l\n2011_09_29/2011_09_29_drive_0071_sync 864 l\n2011_09_29/2011_09_29_drive_0071_sync 865 l\n2011_09_29/2011_09_29_drive_0071_sync 866 l\n2011_09_29/2011_09_29_drive_0071_sync 867 l\n2011_09_29/2011_09_29_drive_0071_sync 868 l\n2011_09_29/2011_09_29_drive_0071_sync 869 l\n2011_09_29/2011_09_29_drive_0071_sync 870 l\n2011_09_29/2011_09_29_drive_0071_sync 871 l\n2011_09_29/2011_09_29_drive_0071_sync 872 l\n2011_09_29/2011_09_29_drive_0071_sync 873 l\n2011_09_29/2011_09_29_drive_0071_sync 874 l\n2011_09_29/2011_09_29_drive_0071_sync 875 l\n2011_09_29/2011_09_29_drive_0071_sync 876 l\n2011_09_29/2011_09_29_drive_0071_sync 877 l\n2011_09_29/2011_09_29_drive_0071_sync 878 l\n2011_09_29/2011_09_29_drive_0071_sync 879 l\n2011_09_29/2011_09_29_drive_0071_sync 880 l\n2011_09_29/2011_09_29_drive_0071_sync 881 l\n2011_09_29/2011_09_29_drive_0071_sync 882 l\n2011_09_29/2011_09_29_drive_0071_sync 883 l\n2011_09_29/2011_09_29_drive_0071_sync 884 l\n2011_09_29/2011_09_29_drive_0071_sync 885 l\n2011_09_29/2011_09_29_drive_0071_sync 886 l\n2011_09_29/2011_09_29_drive_0071_sync 887 l\n2011_09_29/2011_09_29_drive_0071_sync 888 l\n2011_09_29/2011_09_29_drive_0071_sync 889 l\n2011_09_29/2011_09_29_drive_0071_sync 890 l\n2011_09_29/2011_09_29_drive_0071_sync 891 l\n2011_09_29/2011_09_29_drive_0071_sync 892 l\n2011_09_29/2011_09_29_drive_0071_sync 893 l\n2011_09_29/2011_09_29_drive_0071_sync 894 l\n2011_09_29/2011_09_29_drive_0071_sync 895 l\n2011_09_29/2011_09_29_drive_0071_sync 896 l\n2011_09_29/2011_09_29_drive_0071_sync 897 l\n2011_09_29/2011_09_29_drive_0071_sync 898 l\n2011_09_29/2011_09_29_drive_0071_sync 899 l\n2011_09_29/2011_09_29_drive_0071_sync 900 l\n2011_09_29/2011_09_29_drive_0071_sync 901 l\n2011_09_29/2011_09_29_drive_0071_sync 902 l\n2011_09_29/2011_09_29_drive_0071_sync 903 l\n2011_09_29/2011_09_29_drive_0071_sync 904 l\n2011_09_29/2011_09_29_drive_0071_sync 905 l\n2011_09_29/2011_09_29_drive_0071_sync 906 l\n2011_09_29/2011_09_29_drive_0071_sync 907 l\n2011_09_29/2011_09_29_drive_0071_sync 908 l\n2011_09_29/2011_09_29_drive_0071_sync 909 l\n2011_09_29/2011_09_29_drive_0071_sync 910 l\n2011_09_29/2011_09_29_drive_0071_sync 911 l\n2011_09_29/2011_09_29_drive_0071_sync 912 l\n2011_09_29/2011_09_29_drive_0071_sync 913 l\n2011_09_29/2011_09_29_drive_0071_sync 914 l\n2011_09_29/2011_09_29_drive_0071_sync 915 l\n2011_09_29/2011_09_29_drive_0071_sync 916 l\n2011_09_29/2011_09_29_drive_0071_sync 917 l\n2011_09_29/2011_09_29_drive_0071_sync 918 l\n2011_09_29/2011_09_29_drive_0071_sync 919 l\n2011_09_29/2011_09_29_drive_0071_sync 920 l\n2011_09_29/2011_09_29_drive_0071_sync 921 l\n2011_09_29/2011_09_29_drive_0071_sync 922 l\n2011_09_29/2011_09_29_drive_0071_sync 923 l\n2011_09_29/2011_09_29_drive_0071_sync 924 l\n2011_09_29/2011_09_29_drive_0071_sync 925 l\n2011_09_29/2011_09_29_drive_0071_sync 926 l\n2011_09_29/2011_09_29_drive_0071_sync 927 l\n2011_09_29/2011_09_29_drive_0071_sync 928 l\n2011_09_29/2011_09_29_drive_0071_sync 929 l\n2011_09_29/2011_09_29_drive_0071_sync 930 l\n2011_09_29/2011_09_29_drive_0071_sync 931 l\n2011_09_29/2011_09_29_drive_0071_sync 932 l\n2011_09_29/2011_09_29_drive_0071_sync 933 l\n2011_09_29/2011_09_29_drive_0071_sync 934 l\n2011_09_29/2011_09_29_drive_0071_sync 935 l\n2011_09_29/2011_09_29_drive_0071_sync 936 l\n2011_09_29/2011_09_29_drive_0071_sync 937 l\n2011_09_29/2011_09_29_drive_0071_sync 938 l\n2011_09_29/2011_09_29_drive_0071_sync 939 l\n2011_09_29/2011_09_29_drive_0071_sync 940 l\n2011_09_29/2011_09_29_drive_0071_sync 941 l\n2011_09_29/2011_09_29_drive_0071_sync 942 l\n2011_09_29/2011_09_29_drive_0071_sync 943 l\n2011_09_29/2011_09_29_drive_0071_sync 944 l\n2011_09_29/2011_09_29_drive_0071_sync 945 l\n2011_09_29/2011_09_29_drive_0071_sync 946 l\n2011_09_29/2011_09_29_drive_0071_sync 947 l\n2011_09_29/2011_09_29_drive_0071_sync 948 l\n2011_09_29/2011_09_29_drive_0071_sync 949 l\n2011_09_29/2011_09_29_drive_0071_sync 950 l\n2011_09_29/2011_09_29_drive_0071_sync 951 l\n2011_09_29/2011_09_29_drive_0071_sync 952 l\n2011_09_29/2011_09_29_drive_0071_sync 953 l\n2011_09_29/2011_09_29_drive_0071_sync 954 l\n2011_09_29/2011_09_29_drive_0071_sync 955 l\n2011_09_29/2011_09_29_drive_0071_sync 956 l\n2011_09_29/2011_09_29_drive_0071_sync 957 l\n2011_09_29/2011_09_29_drive_0071_sync 958 l\n2011_09_29/2011_09_29_drive_0071_sync 959 l\n2011_09_29/2011_09_29_drive_0071_sync 960 l\n2011_09_29/2011_09_29_drive_0071_sync 961 l\n2011_09_29/2011_09_29_drive_0071_sync 962 l\n2011_09_29/2011_09_29_drive_0071_sync 963 l\n2011_09_29/2011_09_29_drive_0071_sync 964 l\n2011_09_29/2011_09_29_drive_0071_sync 965 l\n2011_09_29/2011_09_29_drive_0071_sync 966 l\n2011_09_29/2011_09_29_drive_0071_sync 967 l\n2011_09_29/2011_09_29_drive_0071_sync 968 l\n2011_09_29/2011_09_29_drive_0071_sync 969 l\n2011_09_29/2011_09_29_drive_0071_sync 970 l\n2011_09_29/2011_09_29_drive_0071_sync 971 l\n2011_09_29/2011_09_29_drive_0071_sync 972 l\n2011_09_29/2011_09_29_drive_0071_sync 973 l\n2011_09_29/2011_09_29_drive_0071_sync 974 l\n2011_09_29/2011_09_29_drive_0071_sync 975 l\n2011_09_29/2011_09_29_drive_0071_sync 976 l\n2011_09_29/2011_09_29_drive_0071_sync 977 l\n2011_09_29/2011_09_29_drive_0071_sync 978 l\n2011_09_29/2011_09_29_drive_0071_sync 979 l\n2011_09_29/2011_09_29_drive_0071_sync 980 l\n2011_09_29/2011_09_29_drive_0071_sync 981 l\n2011_09_29/2011_09_29_drive_0071_sync 982 l\n2011_09_29/2011_09_29_drive_0071_sync 983 l\n2011_09_29/2011_09_29_drive_0071_sync 984 l\n2011_09_29/2011_09_29_drive_0071_sync 985 l\n2011_09_29/2011_09_29_drive_0071_sync 986 l\n2011_09_29/2011_09_29_drive_0071_sync 987 l\n2011_09_29/2011_09_29_drive_0071_sync 988 l\n2011_09_29/2011_09_29_drive_0071_sync 989 l\n2011_09_29/2011_09_29_drive_0071_sync 990 l\n2011_09_29/2011_09_29_drive_0071_sync 991 l\n2011_09_29/2011_09_29_drive_0071_sync 992 l\n2011_09_29/2011_09_29_drive_0071_sync 993 l\n2011_09_29/2011_09_29_drive_0071_sync 994 l\n2011_09_29/2011_09_29_drive_0071_sync 995 l\n2011_09_29/2011_09_29_drive_0071_sync 996 l\n2011_09_29/2011_09_29_drive_0071_sync 997 l\n2011_09_29/2011_09_29_drive_0071_sync 998 l\n2011_09_29/2011_09_29_drive_0071_sync 999 l\n2011_09_29/2011_09_29_drive_0071_sync 1000 l\n2011_09_29/2011_09_29_drive_0071_sync 1001 l\n2011_09_29/2011_09_29_drive_0071_sync 1002 l\n2011_09_29/2011_09_29_drive_0071_sync 1003 l\n2011_09_29/2011_09_29_drive_0071_sync 1004 l\n2011_09_29/2011_09_29_drive_0071_sync 1005 l\n2011_09_29/2011_09_29_drive_0071_sync 1006 l\n2011_09_29/2011_09_29_drive_0071_sync 1007 l\n2011_09_29/2011_09_29_drive_0071_sync 1008 l\n2011_09_29/2011_09_29_drive_0071_sync 1009 l\n2011_09_29/2011_09_29_drive_0071_sync 1010 l\n2011_09_29/2011_09_29_drive_0071_sync 1011 l\n2011_09_29/2011_09_29_drive_0071_sync 1012 l\n2011_09_29/2011_09_29_drive_0071_sync 1013 l\n2011_09_29/2011_09_29_drive_0071_sync 1014 l\n2011_09_29/2011_09_29_drive_0071_sync 1015 l\n2011_09_29/2011_09_29_drive_0071_sync 1016 l\n2011_09_29/2011_09_29_drive_0071_sync 1017 l\n2011_09_29/2011_09_29_drive_0071_sync 1018 l\n2011_09_29/2011_09_29_drive_0071_sync 1019 l\n2011_09_29/2011_09_29_drive_0071_sync 1020 l\n2011_09_29/2011_09_29_drive_0071_sync 1021 l\n2011_09_29/2011_09_29_drive_0071_sync 1022 l\n2011_09_29/2011_09_29_drive_0071_sync 1023 l\n2011_09_29/2011_09_29_drive_0071_sync 1024 l\n2011_09_29/2011_09_29_drive_0071_sync 1025 l\n2011_09_29/2011_09_29_drive_0071_sync 1026 l\n2011_09_29/2011_09_29_drive_0071_sync 1027 l\n2011_09_29/2011_09_29_drive_0071_sync 1028 l\n2011_09_29/2011_09_29_drive_0071_sync 1029 l\n2011_09_29/2011_09_29_drive_0071_sync 1030 l\n2011_09_29/2011_09_29_drive_0071_sync 1031 l\n2011_09_29/2011_09_29_drive_0071_sync 1032 l\n2011_09_29/2011_09_29_drive_0071_sync 1033 l\n2011_09_29/2011_09_29_drive_0071_sync 1034 l\n2011_09_29/2011_09_29_drive_0071_sync 1035 l\n2011_09_29/2011_09_29_drive_0071_sync 1036 l\n2011_09_29/2011_09_29_drive_0071_sync 1037 l\n2011_09_29/2011_09_29_drive_0071_sync 1038 l\n2011_09_29/2011_09_29_drive_0071_sync 1039 l\n2011_09_29/2011_09_29_drive_0071_sync 1040 l\n2011_09_29/2011_09_29_drive_0071_sync 1041 l\n2011_09_29/2011_09_29_drive_0071_sync 1042 l\n2011_09_29/2011_09_29_drive_0071_sync 1043 l\n2011_09_29/2011_09_29_drive_0071_sync 1044 l\n2011_09_29/2011_09_29_drive_0071_sync 1045 l\n2011_09_29/2011_09_29_drive_0071_sync 1046 l\n2011_09_29/2011_09_29_drive_0071_sync 1047 l\n2011_09_29/2011_09_29_drive_0071_sync 1048 l\n2011_09_29/2011_09_29_drive_0071_sync 1049 l\n2011_09_29/2011_09_29_drive_0071_sync 1050 l\n2011_09_29/2011_09_29_drive_0071_sync 1051 l\n2011_09_29/2011_09_29_drive_0071_sync 1052 l\n2011_09_29/2011_09_29_drive_0071_sync 1053 l\n2011_09_29/2011_09_29_drive_0071_sync 1054 l\n2011_09_29/2011_09_29_drive_0071_sync 1055 l\n2011_09_29/2011_09_29_drive_0071_sync 1056 l\n2011_09_29/2011_09_29_drive_0071_sync 1057 l\n2011_09_29/2011_09_29_drive_0071_sync 1058 l\n2011_09_29/2011_09_29_drive_0071_sync 0 r\n2011_09_29/2011_09_29_drive_0071_sync 1 r\n2011_09_29/2011_09_29_drive_0071_sync 2 r\n2011_09_29/2011_09_29_drive_0071_sync 3 r\n2011_09_29/2011_09_29_drive_0071_sync 4 r\n2011_09_29/2011_09_29_drive_0071_sync 5 r\n2011_09_29/2011_09_29_drive_0071_sync 6 r\n2011_09_29/2011_09_29_drive_0071_sync 7 r\n2011_09_29/2011_09_29_drive_0071_sync 8 r\n2011_09_29/2011_09_29_drive_0071_sync 9 r\n2011_09_29/2011_09_29_drive_0071_sync 10 r\n2011_09_29/2011_09_29_drive_0071_sync 11 r\n2011_09_29/2011_09_29_drive_0071_sync 12 r\n2011_09_29/2011_09_29_drive_0071_sync 13 r\n2011_09_29/2011_09_29_drive_0071_sync 14 r\n2011_09_29/2011_09_29_drive_0071_sync 15 r\n2011_09_29/2011_09_29_drive_0071_sync 16 r\n2011_09_29/2011_09_29_drive_0071_sync 17 r\n2011_09_29/2011_09_29_drive_0071_sync 18 r\n2011_09_29/2011_09_29_drive_0071_sync 19 r\n2011_09_29/2011_09_29_drive_0071_sync 20 r\n2011_09_29/2011_09_29_drive_0071_sync 21 r\n2011_09_29/2011_09_29_drive_0071_sync 22 r\n2011_09_29/2011_09_29_drive_0071_sync 23 r\n2011_09_29/2011_09_29_drive_0071_sync 24 r\n2011_09_29/2011_09_29_drive_0071_sync 25 r\n2011_09_29/2011_09_29_drive_0071_sync 26 r\n2011_09_29/2011_09_29_drive_0071_sync 27 r\n2011_09_29/2011_09_29_drive_0071_sync 28 r\n2011_09_29/2011_09_29_drive_0071_sync 29 r\n2011_09_29/2011_09_29_drive_0071_sync 30 r\n2011_09_29/2011_09_29_drive_0071_sync 31 r\n2011_09_29/2011_09_29_drive_0071_sync 32 r\n2011_09_29/2011_09_29_drive_0071_sync 33 r\n2011_09_29/2011_09_29_drive_0071_sync 34 r\n2011_09_29/2011_09_29_drive_0071_sync 35 r\n2011_09_29/2011_09_29_drive_0071_sync 36 r\n2011_09_29/2011_09_29_drive_0071_sync 37 r\n2011_09_29/2011_09_29_drive_0071_sync 38 r\n2011_09_29/2011_09_29_drive_0071_sync 39 r\n2011_09_29/2011_09_29_drive_0071_sync 40 r\n2011_09_29/2011_09_29_drive_0071_sync 41 r\n2011_09_29/2011_09_29_drive_0071_sync 42 r\n2011_09_29/2011_09_29_drive_0071_sync 43 r\n2011_09_29/2011_09_29_drive_0071_sync 44 r\n2011_09_29/2011_09_29_drive_0071_sync 45 r\n2011_09_29/2011_09_29_drive_0071_sync 46 r\n2011_09_29/2011_09_29_drive_0071_sync 47 r\n2011_09_29/2011_09_29_drive_0071_sync 48 r\n2011_09_29/2011_09_29_drive_0071_sync 49 r\n2011_09_29/2011_09_29_drive_0071_sync 50 r\n2011_09_29/2011_09_29_drive_0071_sync 51 r\n2011_09_29/2011_09_29_drive_0071_sync 52 r\n2011_09_29/2011_09_29_drive_0071_sync 53 r\n2011_09_29/2011_09_29_drive_0071_sync 54 r\n2011_09_29/2011_09_29_drive_0071_sync 55 r\n2011_09_29/2011_09_29_drive_0071_sync 56 r\n2011_09_29/2011_09_29_drive_0071_sync 57 r\n2011_09_29/2011_09_29_drive_0071_sync 58 r\n2011_09_29/2011_09_29_drive_0071_sync 59 r\n2011_09_29/2011_09_29_drive_0071_sync 60 r\n2011_09_29/2011_09_29_drive_0071_sync 61 r\n2011_09_29/2011_09_29_drive_0071_sync 62 r\n2011_09_29/2011_09_29_drive_0071_sync 63 r\n2011_09_29/2011_09_29_drive_0071_sync 64 r\n2011_09_29/2011_09_29_drive_0071_sync 65 r\n2011_09_29/2011_09_29_drive_0071_sync 66 r\n2011_09_29/2011_09_29_drive_0071_sync 67 r\n2011_09_29/2011_09_29_drive_0071_sync 68 r\n2011_09_29/2011_09_29_drive_0071_sync 69 r\n2011_09_29/2011_09_29_drive_0071_sync 70 r\n2011_09_29/2011_09_29_drive_0071_sync 71 r\n2011_09_29/2011_09_29_drive_0071_sync 72 r\n2011_09_29/2011_09_29_drive_0071_sync 73 r\n2011_09_29/2011_09_29_drive_0071_sync 74 r\n2011_09_29/2011_09_29_drive_0071_sync 75 r\n2011_09_29/2011_09_29_drive_0071_sync 76 r\n2011_09_29/2011_09_29_drive_0071_sync 77 r\n2011_09_29/2011_09_29_drive_0071_sync 78 r\n2011_09_29/2011_09_29_drive_0071_sync 79 r\n2011_09_29/2011_09_29_drive_0071_sync 80 r\n2011_09_29/2011_09_29_drive_0071_sync 81 r\n2011_09_29/2011_09_29_drive_0071_sync 82 r\n2011_09_29/2011_09_29_drive_0071_sync 83 r\n2011_09_29/2011_09_29_drive_0071_sync 84 r\n2011_09_29/2011_09_29_drive_0071_sync 85 r\n2011_09_29/2011_09_29_drive_0071_sync 86 r\n2011_09_29/2011_09_29_drive_0071_sync 87 r\n2011_09_29/2011_09_29_drive_0071_sync 88 r\n2011_09_29/2011_09_29_drive_0071_sync 89 r\n2011_09_29/2011_09_29_drive_0071_sync 90 r\n2011_09_29/2011_09_29_drive_0071_sync 91 r\n2011_09_29/2011_09_29_drive_0071_sync 92 r\n2011_09_29/2011_09_29_drive_0071_sync 93 r\n2011_09_29/2011_09_29_drive_0071_sync 94 r\n2011_09_29/2011_09_29_drive_0071_sync 95 r\n2011_09_29/2011_09_29_drive_0071_sync 96 r\n2011_09_29/2011_09_29_drive_0071_sync 97 r\n2011_09_29/2011_09_29_drive_0071_sync 98 r\n2011_09_29/2011_09_29_drive_0071_sync 99 r\n2011_09_29/2011_09_29_drive_0071_sync 100 r\n2011_09_29/2011_09_29_drive_0071_sync 101 r\n2011_09_29/2011_09_29_drive_0071_sync 102 r\n2011_09_29/2011_09_29_drive_0071_sync 103 r\n2011_09_29/2011_09_29_drive_0071_sync 104 r\n2011_09_29/2011_09_29_drive_0071_sync 105 r\n2011_09_29/2011_09_29_drive_0071_sync 106 r\n2011_09_29/2011_09_29_drive_0071_sync 107 r\n2011_09_29/2011_09_29_drive_0071_sync 108 r\n2011_09_29/2011_09_29_drive_0071_sync 109 r\n2011_09_29/2011_09_29_drive_0071_sync 110 r\n2011_09_29/2011_09_29_drive_0071_sync 111 r\n2011_09_29/2011_09_29_drive_0071_sync 112 r\n2011_09_29/2011_09_29_drive_0071_sync 113 r\n2011_09_29/2011_09_29_drive_0071_sync 114 r\n2011_09_29/2011_09_29_drive_0071_sync 115 r\n2011_09_29/2011_09_29_drive_0071_sync 116 r\n2011_09_29/2011_09_29_drive_0071_sync 117 r\n2011_09_29/2011_09_29_drive_0071_sync 118 r\n2011_09_29/2011_09_29_drive_0071_sync 119 r\n2011_09_29/2011_09_29_drive_0071_sync 120 r\n2011_09_29/2011_09_29_drive_0071_sync 121 r\n2011_09_29/2011_09_29_drive_0071_sync 122 r\n2011_09_29/2011_09_29_drive_0071_sync 123 r\n2011_09_29/2011_09_29_drive_0071_sync 124 r\n2011_09_29/2011_09_29_drive_0071_sync 125 r\n2011_09_29/2011_09_29_drive_0071_sync 126 r\n2011_09_29/2011_09_29_drive_0071_sync 127 r\n2011_09_29/2011_09_29_drive_0071_sync 128 r\n2011_09_29/2011_09_29_drive_0071_sync 129 r\n2011_09_29/2011_09_29_drive_0071_sync 130 r\n2011_09_29/2011_09_29_drive_0071_sync 131 r\n2011_09_29/2011_09_29_drive_0071_sync 132 r\n2011_09_29/2011_09_29_drive_0071_sync 133 r\n2011_09_29/2011_09_29_drive_0071_sync 134 r\n2011_09_29/2011_09_29_drive_0071_sync 135 r\n2011_09_29/2011_09_29_drive_0071_sync 136 r\n2011_09_29/2011_09_29_drive_0071_sync 137 r\n2011_09_29/2011_09_29_drive_0071_sync 138 r\n2011_09_29/2011_09_29_drive_0071_sync 139 r\n2011_09_29/2011_09_29_drive_0071_sync 140 r\n2011_09_29/2011_09_29_drive_0071_sync 141 r\n2011_09_29/2011_09_29_drive_0071_sync 142 r\n2011_09_29/2011_09_29_drive_0071_sync 143 r\n2011_09_29/2011_09_29_drive_0071_sync 144 r\n2011_09_29/2011_09_29_drive_0071_sync 145 r\n2011_09_29/2011_09_29_drive_0071_sync 146 r\n2011_09_29/2011_09_29_drive_0071_sync 147 r\n2011_09_29/2011_09_29_drive_0071_sync 148 r\n2011_09_29/2011_09_29_drive_0071_sync 149 r\n2011_09_29/2011_09_29_drive_0071_sync 150 r\n2011_09_29/2011_09_29_drive_0071_sync 151 r\n2011_09_29/2011_09_29_drive_0071_sync 152 r\n2011_09_29/2011_09_29_drive_0071_sync 153 r\n2011_09_29/2011_09_29_drive_0071_sync 154 r\n2011_09_29/2011_09_29_drive_0071_sync 155 r\n2011_09_29/2011_09_29_drive_0071_sync 156 r\n2011_09_29/2011_09_29_drive_0071_sync 157 r\n2011_09_29/2011_09_29_drive_0071_sync 158 r\n2011_09_29/2011_09_29_drive_0071_sync 159 r\n2011_09_29/2011_09_29_drive_0071_sync 160 r\n2011_09_29/2011_09_29_drive_0071_sync 161 r\n2011_09_29/2011_09_29_drive_0071_sync 162 r\n2011_09_29/2011_09_29_drive_0071_sync 163 r\n2011_09_29/2011_09_29_drive_0071_sync 164 r\n2011_09_29/2011_09_29_drive_0071_sync 165 r\n2011_09_29/2011_09_29_drive_0071_sync 166 r\n2011_09_29/2011_09_29_drive_0071_sync 167 r\n2011_09_29/2011_09_29_drive_0071_sync 168 r\n2011_09_29/2011_09_29_drive_0071_sync 169 r\n2011_09_29/2011_09_29_drive_0071_sync 170 r\n2011_09_29/2011_09_29_drive_0071_sync 171 r\n2011_09_29/2011_09_29_drive_0071_sync 172 r\n2011_09_29/2011_09_29_drive_0071_sync 173 r\n2011_09_29/2011_09_29_drive_0071_sync 174 r\n2011_09_29/2011_09_29_drive_0071_sync 175 r\n2011_09_29/2011_09_29_drive_0071_sync 176 r\n2011_09_29/2011_09_29_drive_0071_sync 177 r\n2011_09_29/2011_09_29_drive_0071_sync 178 r\n2011_09_29/2011_09_29_drive_0071_sync 179 r\n2011_09_29/2011_09_29_drive_0071_sync 180 r\n2011_09_29/2011_09_29_drive_0071_sync 181 r\n2011_09_29/2011_09_29_drive_0071_sync 182 r\n2011_09_29/2011_09_29_drive_0071_sync 183 r\n2011_09_29/2011_09_29_drive_0071_sync 184 r\n2011_09_29/2011_09_29_drive_0071_sync 185 r\n2011_09_29/2011_09_29_drive_0071_sync 186 r\n2011_09_29/2011_09_29_drive_0071_sync 187 r\n2011_09_29/2011_09_29_drive_0071_sync 188 r\n2011_09_29/2011_09_29_drive_0071_sync 189 r\n2011_09_29/2011_09_29_drive_0071_sync 190 r\n2011_09_29/2011_09_29_drive_0071_sync 191 r\n2011_09_29/2011_09_29_drive_0071_sync 192 r\n2011_09_29/2011_09_29_drive_0071_sync 193 r\n2011_09_29/2011_09_29_drive_0071_sync 194 r\n2011_09_29/2011_09_29_drive_0071_sync 195 r\n2011_09_29/2011_09_29_drive_0071_sync 196 r\n2011_09_29/2011_09_29_drive_0071_sync 197 r\n2011_09_29/2011_09_29_drive_0071_sync 198 r\n2011_09_29/2011_09_29_drive_0071_sync 199 r\n2011_09_29/2011_09_29_drive_0071_sync 200 r\n2011_09_29/2011_09_29_drive_0071_sync 201 r\n2011_09_29/2011_09_29_drive_0071_sync 202 r\n2011_09_29/2011_09_29_drive_0071_sync 203 r\n2011_09_29/2011_09_29_drive_0071_sync 204 r\n2011_09_29/2011_09_29_drive_0071_sync 205 r\n2011_09_29/2011_09_29_drive_0071_sync 206 r\n2011_09_29/2011_09_29_drive_0071_sync 207 r\n2011_09_29/2011_09_29_drive_0071_sync 208 r\n2011_09_29/2011_09_29_drive_0071_sync 209 r\n2011_09_29/2011_09_29_drive_0071_sync 210 r\n2011_09_29/2011_09_29_drive_0071_sync 211 r\n2011_09_29/2011_09_29_drive_0071_sync 212 r\n2011_09_29/2011_09_29_drive_0071_sync 213 r\n2011_09_29/2011_09_29_drive_0071_sync 214 r\n2011_09_29/2011_09_29_drive_0071_sync 215 r\n2011_09_29/2011_09_29_drive_0071_sync 216 r\n2011_09_29/2011_09_29_drive_0071_sync 217 r\n2011_09_29/2011_09_29_drive_0071_sync 218 r\n2011_09_29/2011_09_29_drive_0071_sync 219 r\n2011_09_29/2011_09_29_drive_0071_sync 220 r\n2011_09_29/2011_09_29_drive_0071_sync 221 r\n2011_09_29/2011_09_29_drive_0071_sync 222 r\n2011_09_29/2011_09_29_drive_0071_sync 223 r\n2011_09_29/2011_09_29_drive_0071_sync 224 r\n2011_09_29/2011_09_29_drive_0071_sync 225 r\n2011_09_29/2011_09_29_drive_0071_sync 226 r\n2011_09_29/2011_09_29_drive_0071_sync 227 r\n2011_09_29/2011_09_29_drive_0071_sync 228 r\n2011_09_29/2011_09_29_drive_0071_sync 229 r\n2011_09_29/2011_09_29_drive_0071_sync 230 r\n2011_09_29/2011_09_29_drive_0071_sync 231 r\n2011_09_29/2011_09_29_drive_0071_sync 232 r\n2011_09_29/2011_09_29_drive_0071_sync 233 r\n2011_09_29/2011_09_29_drive_0071_sync 234 r\n2011_09_29/2011_09_29_drive_0071_sync 235 r\n2011_09_29/2011_09_29_drive_0071_sync 236 r\n2011_09_29/2011_09_29_drive_0071_sync 237 r\n2011_09_29/2011_09_29_drive_0071_sync 238 r\n2011_09_29/2011_09_29_drive_0071_sync 239 r\n2011_09_29/2011_09_29_drive_0071_sync 240 r\n2011_09_29/2011_09_29_drive_0071_sync 241 r\n2011_09_29/2011_09_29_drive_0071_sync 242 r\n2011_09_29/2011_09_29_drive_0071_sync 243 r\n2011_09_29/2011_09_29_drive_0071_sync 244 r\n2011_09_29/2011_09_29_drive_0071_sync 245 r\n2011_09_29/2011_09_29_drive_0071_sync 246 r\n2011_09_29/2011_09_29_drive_0071_sync 247 r\n2011_09_29/2011_09_29_drive_0071_sync 248 r\n2011_09_29/2011_09_29_drive_0071_sync 249 r\n2011_09_29/2011_09_29_drive_0071_sync 250 r\n2011_09_29/2011_09_29_drive_0071_sync 251 r\n2011_09_29/2011_09_29_drive_0071_sync 252 r\n2011_09_29/2011_09_29_drive_0071_sync 253 r\n2011_09_29/2011_09_29_drive_0071_sync 254 r\n2011_09_29/2011_09_29_drive_0071_sync 255 r\n2011_09_29/2011_09_29_drive_0071_sync 256 r\n2011_09_29/2011_09_29_drive_0071_sync 257 r\n2011_09_29/2011_09_29_drive_0071_sync 258 r\n2011_09_29/2011_09_29_drive_0071_sync 259 r\n2011_09_29/2011_09_29_drive_0071_sync 260 r\n2011_09_29/2011_09_29_drive_0071_sync 261 r\n2011_09_29/2011_09_29_drive_0071_sync 262 r\n2011_09_29/2011_09_29_drive_0071_sync 263 r\n2011_09_29/2011_09_29_drive_0071_sync 264 r\n2011_09_29/2011_09_29_drive_0071_sync 265 r\n2011_09_29/2011_09_29_drive_0071_sync 266 r\n2011_09_29/2011_09_29_drive_0071_sync 267 r\n2011_09_29/2011_09_29_drive_0071_sync 268 r\n2011_09_29/2011_09_29_drive_0071_sync 269 r\n2011_09_29/2011_09_29_drive_0071_sync 270 r\n2011_09_29/2011_09_29_drive_0071_sync 271 r\n2011_09_29/2011_09_29_drive_0071_sync 272 r\n2011_09_29/2011_09_29_drive_0071_sync 273 r\n2011_09_29/2011_09_29_drive_0071_sync 274 r\n2011_09_29/2011_09_29_drive_0071_sync 275 r\n2011_09_29/2011_09_29_drive_0071_sync 276 r\n2011_09_29/2011_09_29_drive_0071_sync 277 r\n2011_09_29/2011_09_29_drive_0071_sync 278 r\n2011_09_29/2011_09_29_drive_0071_sync 279 r\n2011_09_29/2011_09_29_drive_0071_sync 280 r\n2011_09_29/2011_09_29_drive_0071_sync 281 r\n2011_09_29/2011_09_29_drive_0071_sync 282 r\n2011_09_29/2011_09_29_drive_0071_sync 283 r\n2011_09_29/2011_09_29_drive_0071_sync 284 r\n2011_09_29/2011_09_29_drive_0071_sync 285 r\n2011_09_29/2011_09_29_drive_0071_sync 286 r\n2011_09_29/2011_09_29_drive_0071_sync 287 r\n2011_09_29/2011_09_29_drive_0071_sync 288 r\n2011_09_29/2011_09_29_drive_0071_sync 289 r\n2011_09_29/2011_09_29_drive_0071_sync 290 r\n2011_09_29/2011_09_29_drive_0071_sync 291 r\n2011_09_29/2011_09_29_drive_0071_sync 292 r\n2011_09_29/2011_09_29_drive_0071_sync 293 r\n2011_09_29/2011_09_29_drive_0071_sync 294 r\n2011_09_29/2011_09_29_drive_0071_sync 295 r\n2011_09_29/2011_09_29_drive_0071_sync 296 r\n2011_09_29/2011_09_29_drive_0071_sync 297 r\n2011_09_29/2011_09_29_drive_0071_sync 298 r\n2011_09_29/2011_09_29_drive_0071_sync 299 r\n2011_09_29/2011_09_29_drive_0071_sync 300 r\n2011_09_29/2011_09_29_drive_0071_sync 301 r\n2011_09_29/2011_09_29_drive_0071_sync 302 r\n2011_09_29/2011_09_29_drive_0071_sync 303 r\n2011_09_29/2011_09_29_drive_0071_sync 304 r\n2011_09_29/2011_09_29_drive_0071_sync 305 r\n2011_09_29/2011_09_29_drive_0071_sync 306 r\n2011_09_29/2011_09_29_drive_0071_sync 307 r\n2011_09_29/2011_09_29_drive_0071_sync 308 r\n2011_09_29/2011_09_29_drive_0071_sync 309 r\n2011_09_29/2011_09_29_drive_0071_sync 310 r\n2011_09_29/2011_09_29_drive_0071_sync 311 r\n2011_09_29/2011_09_29_drive_0071_sync 312 r\n2011_09_29/2011_09_29_drive_0071_sync 313 r\n2011_09_29/2011_09_29_drive_0071_sync 314 r\n2011_09_29/2011_09_29_drive_0071_sync 315 r\n2011_09_29/2011_09_29_drive_0071_sync 316 r\n2011_09_29/2011_09_29_drive_0071_sync 317 r\n2011_09_29/2011_09_29_drive_0071_sync 318 r\n2011_09_29/2011_09_29_drive_0071_sync 319 r\n2011_09_29/2011_09_29_drive_0071_sync 320 r\n2011_09_29/2011_09_29_drive_0071_sync 321 r\n2011_09_29/2011_09_29_drive_0071_sync 322 r\n2011_09_29/2011_09_29_drive_0071_sync 323 r\n2011_09_29/2011_09_29_drive_0071_sync 324 r\n2011_09_29/2011_09_29_drive_0071_sync 325 r\n2011_09_29/2011_09_29_drive_0071_sync 326 r\n2011_09_29/2011_09_29_drive_0071_sync 327 r\n2011_09_29/2011_09_29_drive_0071_sync 328 r\n2011_09_29/2011_09_29_drive_0071_sync 329 r\n2011_09_29/2011_09_29_drive_0071_sync 330 r\n2011_09_29/2011_09_29_drive_0071_sync 331 r\n2011_09_29/2011_09_29_drive_0071_sync 332 r\n2011_09_29/2011_09_29_drive_0071_sync 333 r\n2011_09_29/2011_09_29_drive_0071_sync 334 r\n2011_09_29/2011_09_29_drive_0071_sync 335 r\n2011_09_29/2011_09_29_drive_0071_sync 336 r\n2011_09_29/2011_09_29_drive_0071_sync 337 r\n2011_09_29/2011_09_29_drive_0071_sync 338 r\n2011_09_29/2011_09_29_drive_0071_sync 339 r\n2011_09_29/2011_09_29_drive_0071_sync 340 r\n2011_09_29/2011_09_29_drive_0071_sync 341 r\n2011_09_29/2011_09_29_drive_0071_sync 342 r\n2011_09_29/2011_09_29_drive_0071_sync 343 r\n2011_09_29/2011_09_29_drive_0071_sync 344 r\n2011_09_29/2011_09_29_drive_0071_sync 345 r\n2011_09_29/2011_09_29_drive_0071_sync 346 r\n2011_09_29/2011_09_29_drive_0071_sync 347 r\n2011_09_29/2011_09_29_drive_0071_sync 348 r\n2011_09_29/2011_09_29_drive_0071_sync 349 r\n2011_09_29/2011_09_29_drive_0071_sync 350 r\n2011_09_29/2011_09_29_drive_0071_sync 351 r\n2011_09_29/2011_09_29_drive_0071_sync 352 r\n2011_09_29/2011_09_29_drive_0071_sync 353 r\n2011_09_29/2011_09_29_drive_0071_sync 354 r\n2011_09_29/2011_09_29_drive_0071_sync 355 r\n2011_09_29/2011_09_29_drive_0071_sync 356 r\n2011_09_29/2011_09_29_drive_0071_sync 357 r\n2011_09_29/2011_09_29_drive_0071_sync 358 r\n2011_09_29/2011_09_29_drive_0071_sync 359 r\n2011_09_29/2011_09_29_drive_0071_sync 360 r\n2011_09_29/2011_09_29_drive_0071_sync 361 r\n2011_09_29/2011_09_29_drive_0071_sync 362 r\n2011_09_29/2011_09_29_drive_0071_sync 363 r\n2011_09_29/2011_09_29_drive_0071_sync 364 r\n2011_09_29/2011_09_29_drive_0071_sync 365 r\n2011_09_29/2011_09_29_drive_0071_sync 366 r\n2011_09_29/2011_09_29_drive_0071_sync 367 r\n2011_09_29/2011_09_29_drive_0071_sync 368 r\n2011_09_29/2011_09_29_drive_0071_sync 369 r\n2011_09_29/2011_09_29_drive_0071_sync 370 r\n2011_09_29/2011_09_29_drive_0071_sync 371 r\n2011_09_29/2011_09_29_drive_0071_sync 372 r\n2011_09_29/2011_09_29_drive_0071_sync 373 r\n2011_09_29/2011_09_29_drive_0071_sync 374 r\n2011_09_29/2011_09_29_drive_0071_sync 375 r\n2011_09_29/2011_09_29_drive_0071_sync 376 r\n2011_09_29/2011_09_29_drive_0071_sync 377 r\n2011_09_29/2011_09_29_drive_0071_sync 378 r\n2011_09_29/2011_09_29_drive_0071_sync 379 r\n2011_09_29/2011_09_29_drive_0071_sync 380 r\n2011_09_29/2011_09_29_drive_0071_sync 381 r\n2011_09_29/2011_09_29_drive_0071_sync 382 r\n2011_09_29/2011_09_29_drive_0071_sync 383 r\n2011_09_29/2011_09_29_drive_0071_sync 384 r\n2011_09_29/2011_09_29_drive_0071_sync 385 r\n2011_09_29/2011_09_29_drive_0071_sync 386 r\n2011_09_29/2011_09_29_drive_0071_sync 387 r\n2011_09_29/2011_09_29_drive_0071_sync 388 r\n2011_09_29/2011_09_29_drive_0071_sync 389 r\n2011_09_29/2011_09_29_drive_0071_sync 390 r\n2011_09_29/2011_09_29_drive_0071_sync 391 r\n2011_09_29/2011_09_29_drive_0071_sync 392 r\n2011_09_29/2011_09_29_drive_0071_sync 393 r\n2011_09_29/2011_09_29_drive_0071_sync 394 r\n2011_09_29/2011_09_29_drive_0071_sync 395 r\n2011_09_29/2011_09_29_drive_0071_sync 396 r\n2011_09_29/2011_09_29_drive_0071_sync 397 r\n2011_09_29/2011_09_29_drive_0071_sync 398 r\n2011_09_29/2011_09_29_drive_0071_sync 399 r\n2011_09_29/2011_09_29_drive_0071_sync 400 r\n2011_09_29/2011_09_29_drive_0071_sync 401 r\n2011_09_29/2011_09_29_drive_0071_sync 402 r\n2011_09_29/2011_09_29_drive_0071_sync 403 r\n2011_09_29/2011_09_29_drive_0071_sync 404 r\n2011_09_29/2011_09_29_drive_0071_sync 405 r\n2011_09_29/2011_09_29_drive_0071_sync 406 r\n2011_09_29/2011_09_29_drive_0071_sync 407 r\n2011_09_29/2011_09_29_drive_0071_sync 408 r\n2011_09_29/2011_09_29_drive_0071_sync 409 r\n2011_09_29/2011_09_29_drive_0071_sync 410 r\n2011_09_29/2011_09_29_drive_0071_sync 411 r\n2011_09_29/2011_09_29_drive_0071_sync 412 r\n2011_09_29/2011_09_29_drive_0071_sync 413 r\n2011_09_29/2011_09_29_drive_0071_sync 414 r\n2011_09_29/2011_09_29_drive_0071_sync 415 r\n2011_09_29/2011_09_29_drive_0071_sync 416 r\n2011_09_29/2011_09_29_drive_0071_sync 417 r\n2011_09_29/2011_09_29_drive_0071_sync 418 r\n2011_09_29/2011_09_29_drive_0071_sync 419 r\n2011_09_29/2011_09_29_drive_0071_sync 420 r\n2011_09_29/2011_09_29_drive_0071_sync 421 r\n2011_09_29/2011_09_29_drive_0071_sync 422 r\n2011_09_29/2011_09_29_drive_0071_sync 423 r\n2011_09_29/2011_09_29_drive_0071_sync 424 r\n2011_09_29/2011_09_29_drive_0071_sync 425 r\n2011_09_29/2011_09_29_drive_0071_sync 426 r\n2011_09_29/2011_09_29_drive_0071_sync 427 r\n2011_09_29/2011_09_29_drive_0071_sync 428 r\n2011_09_29/2011_09_29_drive_0071_sync 429 r\n2011_09_29/2011_09_29_drive_0071_sync 430 r\n2011_09_29/2011_09_29_drive_0071_sync 431 r\n2011_09_29/2011_09_29_drive_0071_sync 432 r\n2011_09_29/2011_09_29_drive_0071_sync 433 r\n2011_09_29/2011_09_29_drive_0071_sync 434 r\n2011_09_29/2011_09_29_drive_0071_sync 435 r\n2011_09_29/2011_09_29_drive_0071_sync 436 r\n2011_09_29/2011_09_29_drive_0071_sync 437 r\n2011_09_29/2011_09_29_drive_0071_sync 438 r\n2011_09_29/2011_09_29_drive_0071_sync 439 r\n2011_09_29/2011_09_29_drive_0071_sync 440 r\n2011_09_29/2011_09_29_drive_0071_sync 441 r\n2011_09_29/2011_09_29_drive_0071_sync 442 r\n2011_09_29/2011_09_29_drive_0071_sync 443 r\n2011_09_29/2011_09_29_drive_0071_sync 444 r\n2011_09_29/2011_09_29_drive_0071_sync 445 r\n2011_09_29/2011_09_29_drive_0071_sync 446 r\n2011_09_29/2011_09_29_drive_0071_sync 447 r\n2011_09_29/2011_09_29_drive_0071_sync 448 r\n2011_09_29/2011_09_29_drive_0071_sync 449 r\n2011_09_29/2011_09_29_drive_0071_sync 450 r\n2011_09_29/2011_09_29_drive_0071_sync 451 r\n2011_09_29/2011_09_29_drive_0071_sync 452 r\n2011_09_29/2011_09_29_drive_0071_sync 453 r\n2011_09_29/2011_09_29_drive_0071_sync 454 r\n2011_09_29/2011_09_29_drive_0071_sync 455 r\n2011_09_29/2011_09_29_drive_0071_sync 456 r\n2011_09_29/2011_09_29_drive_0071_sync 457 r\n2011_09_29/2011_09_29_drive_0071_sync 458 r\n2011_09_29/2011_09_29_drive_0071_sync 459 r\n2011_09_29/2011_09_29_drive_0071_sync 460 r\n2011_09_29/2011_09_29_drive_0071_sync 461 r\n2011_09_29/2011_09_29_drive_0071_sync 462 r\n2011_09_29/2011_09_29_drive_0071_sync 463 r\n2011_09_29/2011_09_29_drive_0071_sync 464 r\n2011_09_29/2011_09_29_drive_0071_sync 465 r\n2011_09_29/2011_09_29_drive_0071_sync 466 r\n2011_09_29/2011_09_29_drive_0071_sync 467 r\n2011_09_29/2011_09_29_drive_0071_sync 468 r\n2011_09_29/2011_09_29_drive_0071_sync 469 r\n2011_09_29/2011_09_29_drive_0071_sync 470 r\n2011_09_29/2011_09_29_drive_0071_sync 471 r\n2011_09_29/2011_09_29_drive_0071_sync 472 r\n2011_09_29/2011_09_29_drive_0071_sync 473 r\n2011_09_29/2011_09_29_drive_0071_sync 474 r\n2011_09_29/2011_09_29_drive_0071_sync 475 r\n2011_09_29/2011_09_29_drive_0071_sync 476 r\n2011_09_29/2011_09_29_drive_0071_sync 477 r\n2011_09_29/2011_09_29_drive_0071_sync 478 r\n2011_09_29/2011_09_29_drive_0071_sync 479 r\n2011_09_29/2011_09_29_drive_0071_sync 480 r\n2011_09_29/2011_09_29_drive_0071_sync 481 r\n2011_09_29/2011_09_29_drive_0071_sync 482 r\n2011_09_29/2011_09_29_drive_0071_sync 483 r\n2011_09_29/2011_09_29_drive_0071_sync 484 r\n2011_09_29/2011_09_29_drive_0071_sync 485 r\n2011_09_29/2011_09_29_drive_0071_sync 486 r\n2011_09_29/2011_09_29_drive_0071_sync 487 r\n2011_09_29/2011_09_29_drive_0071_sync 488 r\n2011_09_29/2011_09_29_drive_0071_sync 489 r\n2011_09_29/2011_09_29_drive_0071_sync 490 r\n2011_09_29/2011_09_29_drive_0071_sync 491 r\n2011_09_29/2011_09_29_drive_0071_sync 492 r\n2011_09_29/2011_09_29_drive_0071_sync 493 r\n2011_09_29/2011_09_29_drive_0071_sync 494 r\n2011_09_29/2011_09_29_drive_0071_sync 495 r\n2011_09_29/2011_09_29_drive_0071_sync 496 r\n2011_09_29/2011_09_29_drive_0071_sync 497 r\n2011_09_29/2011_09_29_drive_0071_sync 498 r\n2011_09_29/2011_09_29_drive_0071_sync 499 r\n2011_09_29/2011_09_29_drive_0071_sync 500 r\n2011_09_29/2011_09_29_drive_0071_sync 501 r\n2011_09_29/2011_09_29_drive_0071_sync 502 r\n2011_09_29/2011_09_29_drive_0071_sync 503 r\n2011_09_29/2011_09_29_drive_0071_sync 504 r\n2011_09_29/2011_09_29_drive_0071_sync 505 r\n2011_09_29/2011_09_29_drive_0071_sync 506 r\n2011_09_29/2011_09_29_drive_0071_sync 507 r\n2011_09_29/2011_09_29_drive_0071_sync 508 r\n2011_09_29/2011_09_29_drive_0071_sync 509 r\n2011_09_29/2011_09_29_drive_0071_sync 510 r\n2011_09_29/2011_09_29_drive_0071_sync 511 r\n2011_09_29/2011_09_29_drive_0071_sync 512 r\n2011_09_29/2011_09_29_drive_0071_sync 513 r\n2011_09_29/2011_09_29_drive_0071_sync 514 r\n2011_09_29/2011_09_29_drive_0071_sync 515 r\n2011_09_29/2011_09_29_drive_0071_sync 516 r\n2011_09_29/2011_09_29_drive_0071_sync 517 r\n2011_09_29/2011_09_29_drive_0071_sync 518 r\n2011_09_29/2011_09_29_drive_0071_sync 519 r\n2011_09_29/2011_09_29_drive_0071_sync 520 r\n2011_09_29/2011_09_29_drive_0071_sync 521 r\n2011_09_29/2011_09_29_drive_0071_sync 522 r\n2011_09_29/2011_09_29_drive_0071_sync 523 r\n2011_09_29/2011_09_29_drive_0071_sync 524 r\n2011_09_29/2011_09_29_drive_0071_sync 525 r\n2011_09_29/2011_09_29_drive_0071_sync 526 r\n2011_09_29/2011_09_29_drive_0071_sync 527 r\n2011_09_29/2011_09_29_drive_0071_sync 528 r\n2011_09_29/2011_09_29_drive_0071_sync 529 r\n2011_09_29/2011_09_29_drive_0071_sync 530 r\n2011_09_29/2011_09_29_drive_0071_sync 531 r\n2011_09_29/2011_09_29_drive_0071_sync 532 r\n2011_09_29/2011_09_29_drive_0071_sync 533 r\n2011_09_29/2011_09_29_drive_0071_sync 534 r\n2011_09_29/2011_09_29_drive_0071_sync 535 r\n2011_09_29/2011_09_29_drive_0071_sync 536 r\n2011_09_29/2011_09_29_drive_0071_sync 537 r\n2011_09_29/2011_09_29_drive_0071_sync 538 r\n2011_09_29/2011_09_29_drive_0071_sync 539 r\n2011_09_29/2011_09_29_drive_0071_sync 540 r\n2011_09_29/2011_09_29_drive_0071_sync 541 r\n2011_09_29/2011_09_29_drive_0071_sync 542 r\n2011_09_29/2011_09_29_drive_0071_sync 543 r\n2011_09_29/2011_09_29_drive_0071_sync 544 r\n2011_09_29/2011_09_29_drive_0071_sync 545 r\n2011_09_29/2011_09_29_drive_0071_sync 546 r\n2011_09_29/2011_09_29_drive_0071_sync 547 r\n2011_09_29/2011_09_29_drive_0071_sync 548 r\n2011_09_29/2011_09_29_drive_0071_sync 549 r\n2011_09_29/2011_09_29_drive_0071_sync 550 r\n2011_09_29/2011_09_29_drive_0071_sync 551 r\n2011_09_29/2011_09_29_drive_0071_sync 552 r\n2011_09_29/2011_09_29_drive_0071_sync 553 r\n2011_09_29/2011_09_29_drive_0071_sync 554 r\n2011_09_29/2011_09_29_drive_0071_sync 555 r\n2011_09_29/2011_09_29_drive_0071_sync 556 r\n2011_09_29/2011_09_29_drive_0071_sync 557 r\n2011_09_29/2011_09_29_drive_0071_sync 558 r\n2011_09_29/2011_09_29_drive_0071_sync 559 r\n2011_09_29/2011_09_29_drive_0071_sync 560 r\n2011_09_29/2011_09_29_drive_0071_sync 561 r\n2011_09_29/2011_09_29_drive_0071_sync 562 r\n2011_09_29/2011_09_29_drive_0071_sync 563 r\n2011_09_29/2011_09_29_drive_0071_sync 564 r\n2011_09_29/2011_09_29_drive_0071_sync 565 r\n2011_09_29/2011_09_29_drive_0071_sync 566 r\n2011_09_29/2011_09_29_drive_0071_sync 567 r\n2011_09_29/2011_09_29_drive_0071_sync 568 r\n2011_09_29/2011_09_29_drive_0071_sync 569 r\n2011_09_29/2011_09_29_drive_0071_sync 570 r\n2011_09_29/2011_09_29_drive_0071_sync 571 r\n2011_09_29/2011_09_29_drive_0071_sync 572 r\n2011_09_29/2011_09_29_drive_0071_sync 573 r\n2011_09_29/2011_09_29_drive_0071_sync 574 r\n2011_09_29/2011_09_29_drive_0071_sync 575 r\n2011_09_29/2011_09_29_drive_0071_sync 576 r\n2011_09_29/2011_09_29_drive_0071_sync 577 r\n2011_09_29/2011_09_29_drive_0071_sync 578 r\n2011_09_29/2011_09_29_drive_0071_sync 579 r\n2011_09_29/2011_09_29_drive_0071_sync 580 r\n2011_09_29/2011_09_29_drive_0071_sync 581 r\n2011_09_29/2011_09_29_drive_0071_sync 582 r\n2011_09_29/2011_09_29_drive_0071_sync 583 r\n2011_09_29/2011_09_29_drive_0071_sync 584 r\n2011_09_29/2011_09_29_drive_0071_sync 585 r\n2011_09_29/2011_09_29_drive_0071_sync 586 r\n2011_09_29/2011_09_29_drive_0071_sync 587 r\n2011_09_29/2011_09_29_drive_0071_sync 588 r\n2011_09_29/2011_09_29_drive_0071_sync 589 r\n2011_09_29/2011_09_29_drive_0071_sync 590 r\n2011_09_29/2011_09_29_drive_0071_sync 591 r\n2011_09_29/2011_09_29_drive_0071_sync 592 r\n2011_09_29/2011_09_29_drive_0071_sync 593 r\n2011_09_29/2011_09_29_drive_0071_sync 594 r\n2011_09_29/2011_09_29_drive_0071_sync 595 r\n2011_09_29/2011_09_29_drive_0071_sync 596 r\n2011_09_29/2011_09_29_drive_0071_sync 597 r\n2011_09_29/2011_09_29_drive_0071_sync 598 r\n2011_09_29/2011_09_29_drive_0071_sync 599 r\n2011_09_29/2011_09_29_drive_0071_sync 600 r\n2011_09_29/2011_09_29_drive_0071_sync 601 r\n2011_09_29/2011_09_29_drive_0071_sync 602 r\n2011_09_29/2011_09_29_drive_0071_sync 603 r\n2011_09_29/2011_09_29_drive_0071_sync 604 r\n2011_09_29/2011_09_29_drive_0071_sync 605 r\n2011_09_29/2011_09_29_drive_0071_sync 606 r\n2011_09_29/2011_09_29_drive_0071_sync 607 r\n2011_09_29/2011_09_29_drive_0071_sync 608 r\n2011_09_29/2011_09_29_drive_0071_sync 609 r\n2011_09_29/2011_09_29_drive_0071_sync 610 r\n2011_09_29/2011_09_29_drive_0071_sync 611 r\n2011_09_29/2011_09_29_drive_0071_sync 612 r\n2011_09_29/2011_09_29_drive_0071_sync 613 r\n2011_09_29/2011_09_29_drive_0071_sync 614 r\n2011_09_29/2011_09_29_drive_0071_sync 615 r\n2011_09_29/2011_09_29_drive_0071_sync 616 r\n2011_09_29/2011_09_29_drive_0071_sync 617 r\n2011_09_29/2011_09_29_drive_0071_sync 618 r\n2011_09_29/2011_09_29_drive_0071_sync 619 r\n2011_09_29/2011_09_29_drive_0071_sync 620 r\n2011_09_29/2011_09_29_drive_0071_sync 621 r\n2011_09_29/2011_09_29_drive_0071_sync 622 r\n2011_09_29/2011_09_29_drive_0071_sync 623 r\n2011_09_29/2011_09_29_drive_0071_sync 624 r\n2011_09_29/2011_09_29_drive_0071_sync 625 r\n2011_09_29/2011_09_29_drive_0071_sync 626 r\n2011_09_29/2011_09_29_drive_0071_sync 627 r\n2011_09_29/2011_09_29_drive_0071_sync 628 r\n2011_09_29/2011_09_29_drive_0071_sync 629 r\n2011_09_29/2011_09_29_drive_0071_sync 630 r\n2011_09_29/2011_09_29_drive_0071_sync 631 r\n2011_09_29/2011_09_29_drive_0071_sync 632 r\n2011_09_29/2011_09_29_drive_0071_sync 633 r\n2011_09_29/2011_09_29_drive_0071_sync 634 r\n2011_09_29/2011_09_29_drive_0071_sync 635 r\n2011_09_29/2011_09_29_drive_0071_sync 636 r\n2011_09_29/2011_09_29_drive_0071_sync 637 r\n2011_09_29/2011_09_29_drive_0071_sync 638 r\n2011_09_29/2011_09_29_drive_0071_sync 639 r\n2011_09_29/2011_09_29_drive_0071_sync 640 r\n2011_09_29/2011_09_29_drive_0071_sync 641 r\n2011_09_29/2011_09_29_drive_0071_sync 642 r\n2011_09_29/2011_09_29_drive_0071_sync 643 r\n2011_09_29/2011_09_29_drive_0071_sync 644 r\n2011_09_29/2011_09_29_drive_0071_sync 645 r\n2011_09_29/2011_09_29_drive_0071_sync 646 r\n2011_09_29/2011_09_29_drive_0071_sync 647 r\n2011_09_29/2011_09_29_drive_0071_sync 648 r\n2011_09_29/2011_09_29_drive_0071_sync 649 r\n2011_09_29/2011_09_29_drive_0071_sync 650 r\n2011_09_29/2011_09_29_drive_0071_sync 651 r\n2011_09_29/2011_09_29_drive_0071_sync 652 r\n2011_09_29/2011_09_29_drive_0071_sync 653 r\n2011_09_29/2011_09_29_drive_0071_sync 654 r\n2011_09_29/2011_09_29_drive_0071_sync 655 r\n2011_09_29/2011_09_29_drive_0071_sync 656 r\n2011_09_29/2011_09_29_drive_0071_sync 657 r\n2011_09_29/2011_09_29_drive_0071_sync 658 r\n2011_09_29/2011_09_29_drive_0071_sync 659 r\n2011_09_29/2011_09_29_drive_0071_sync 660 r\n2011_09_29/2011_09_29_drive_0071_sync 661 r\n2011_09_29/2011_09_29_drive_0071_sync 662 r\n2011_09_29/2011_09_29_drive_0071_sync 663 r\n2011_09_29/2011_09_29_drive_0071_sync 664 r\n2011_09_29/2011_09_29_drive_0071_sync 665 r\n2011_09_29/2011_09_29_drive_0071_sync 666 r\n2011_09_29/2011_09_29_drive_0071_sync 667 r\n2011_09_29/2011_09_29_drive_0071_sync 668 r\n2011_09_29/2011_09_29_drive_0071_sync 669 r\n2011_09_29/2011_09_29_drive_0071_sync 670 r\n2011_09_29/2011_09_29_drive_0071_sync 671 r\n2011_09_29/2011_09_29_drive_0071_sync 672 r\n2011_09_29/2011_09_29_drive_0071_sync 673 r\n2011_09_29/2011_09_29_drive_0071_sync 674 r\n2011_09_29/2011_09_29_drive_0071_sync 675 r\n2011_09_29/2011_09_29_drive_0071_sync 676 r\n2011_09_29/2011_09_29_drive_0071_sync 677 r\n2011_09_29/2011_09_29_drive_0071_sync 678 r\n2011_09_29/2011_09_29_drive_0071_sync 679 r\n2011_09_29/2011_09_29_drive_0071_sync 680 r\n2011_09_29/2011_09_29_drive_0071_sync 681 r\n2011_09_29/2011_09_29_drive_0071_sync 682 r\n2011_09_29/2011_09_29_drive_0071_sync 683 r\n2011_09_29/2011_09_29_drive_0071_sync 684 r\n2011_09_29/2011_09_29_drive_0071_sync 685 r\n2011_09_29/2011_09_29_drive_0071_sync 686 r\n2011_09_29/2011_09_29_drive_0071_sync 687 r\n2011_09_29/2011_09_29_drive_0071_sync 688 r\n2011_09_29/2011_09_29_drive_0071_sync 689 r\n2011_09_29/2011_09_29_drive_0071_sync 690 r\n2011_09_29/2011_09_29_drive_0071_sync 691 r\n2011_09_29/2011_09_29_drive_0071_sync 692 r\n2011_09_29/2011_09_29_drive_0071_sync 693 r\n2011_09_29/2011_09_29_drive_0071_sync 694 r\n2011_09_29/2011_09_29_drive_0071_sync 695 r\n2011_09_29/2011_09_29_drive_0071_sync 696 r\n2011_09_29/2011_09_29_drive_0071_sync 697 r\n2011_09_29/2011_09_29_drive_0071_sync 698 r\n2011_09_29/2011_09_29_drive_0071_sync 699 r\n2011_09_29/2011_09_29_drive_0071_sync 700 r\n2011_09_29/2011_09_29_drive_0071_sync 701 r\n2011_09_29/2011_09_29_drive_0071_sync 702 r\n2011_09_29/2011_09_29_drive_0071_sync 703 r\n2011_09_29/2011_09_29_drive_0071_sync 704 r\n2011_09_29/2011_09_29_drive_0071_sync 705 r\n2011_09_29/2011_09_29_drive_0071_sync 706 r\n2011_09_29/2011_09_29_drive_0071_sync 707 r\n2011_09_29/2011_09_29_drive_0071_sync 708 r\n2011_09_29/2011_09_29_drive_0071_sync 709 r\n2011_09_29/2011_09_29_drive_0071_sync 710 r\n2011_09_29/2011_09_29_drive_0071_sync 711 r\n2011_09_29/2011_09_29_drive_0071_sync 712 r\n2011_09_29/2011_09_29_drive_0071_sync 713 r\n2011_09_29/2011_09_29_drive_0071_sync 714 r\n2011_09_29/2011_09_29_drive_0071_sync 715 r\n2011_09_29/2011_09_29_drive_0071_sync 716 r\n2011_09_29/2011_09_29_drive_0071_sync 717 r\n2011_09_29/2011_09_29_drive_0071_sync 718 r\n2011_09_29/2011_09_29_drive_0071_sync 719 r\n2011_09_29/2011_09_29_drive_0071_sync 720 r\n2011_09_29/2011_09_29_drive_0071_sync 721 r\n2011_09_29/2011_09_29_drive_0071_sync 722 r\n2011_09_29/2011_09_29_drive_0071_sync 723 r\n2011_09_29/2011_09_29_drive_0071_sync 724 r\n2011_09_29/2011_09_29_drive_0071_sync 725 r\n2011_09_29/2011_09_29_drive_0071_sync 726 r\n2011_09_29/2011_09_29_drive_0071_sync 727 r\n2011_09_29/2011_09_29_drive_0071_sync 728 r\n2011_09_29/2011_09_29_drive_0071_sync 729 r\n2011_09_29/2011_09_29_drive_0071_sync 730 r\n2011_09_29/2011_09_29_drive_0071_sync 731 r\n2011_09_29/2011_09_29_drive_0071_sync 732 r\n2011_09_29/2011_09_29_drive_0071_sync 733 r\n2011_09_29/2011_09_29_drive_0071_sync 734 r\n2011_09_29/2011_09_29_drive_0071_sync 735 r\n2011_09_29/2011_09_29_drive_0071_sync 736 r\n2011_09_29/2011_09_29_drive_0071_sync 737 r\n2011_09_29/2011_09_29_drive_0071_sync 738 r\n2011_09_29/2011_09_29_drive_0071_sync 739 r\n2011_09_29/2011_09_29_drive_0071_sync 740 r\n2011_09_29/2011_09_29_drive_0071_sync 741 r\n2011_09_29/2011_09_29_drive_0071_sync 742 r\n2011_09_29/2011_09_29_drive_0071_sync 743 r\n2011_09_29/2011_09_29_drive_0071_sync 744 r\n2011_09_29/2011_09_29_drive_0071_sync 745 r\n2011_09_29/2011_09_29_drive_0071_sync 746 r\n2011_09_29/2011_09_29_drive_0071_sync 747 r\n2011_09_29/2011_09_29_drive_0071_sync 748 r\n2011_09_29/2011_09_29_drive_0071_sync 749 r\n2011_09_29/2011_09_29_drive_0071_sync 750 r\n2011_09_29/2011_09_29_drive_0071_sync 751 r\n2011_09_29/2011_09_29_drive_0071_sync 752 r\n2011_09_29/2011_09_29_drive_0071_sync 753 r\n2011_09_29/2011_09_29_drive_0071_sync 754 r\n2011_09_29/2011_09_29_drive_0071_sync 755 r\n2011_09_29/2011_09_29_drive_0071_sync 756 r\n2011_09_29/2011_09_29_drive_0071_sync 757 r\n2011_09_29/2011_09_29_drive_0071_sync 758 r\n2011_09_29/2011_09_29_drive_0071_sync 759 r\n2011_09_29/2011_09_29_drive_0071_sync 760 r\n2011_09_29/2011_09_29_drive_0071_sync 761 r\n2011_09_29/2011_09_29_drive_0071_sync 762 r\n2011_09_29/2011_09_29_drive_0071_sync 763 r\n2011_09_29/2011_09_29_drive_0071_sync 764 r\n2011_09_29/2011_09_29_drive_0071_sync 765 r\n2011_09_29/2011_09_29_drive_0071_sync 766 r\n2011_09_29/2011_09_29_drive_0071_sync 767 r\n2011_09_29/2011_09_29_drive_0071_sync 768 r\n2011_09_29/2011_09_29_drive_0071_sync 769 r\n2011_09_29/2011_09_29_drive_0071_sync 770 r\n2011_09_29/2011_09_29_drive_0071_sync 771 r\n2011_09_29/2011_09_29_drive_0071_sync 772 r\n2011_09_29/2011_09_29_drive_0071_sync 773 r\n2011_09_29/2011_09_29_drive_0071_sync 774 r\n2011_09_29/2011_09_29_drive_0071_sync 775 r\n2011_09_29/2011_09_29_drive_0071_sync 776 r\n2011_09_29/2011_09_29_drive_0071_sync 777 r\n2011_09_29/2011_09_29_drive_0071_sync 778 r\n2011_09_29/2011_09_29_drive_0071_sync 779 r\n2011_09_29/2011_09_29_drive_0071_sync 780 r\n2011_09_29/2011_09_29_drive_0071_sync 781 r\n2011_09_29/2011_09_29_drive_0071_sync 782 r\n2011_09_29/2011_09_29_drive_0071_sync 783 r\n2011_09_29/2011_09_29_drive_0071_sync 784 r\n2011_09_29/2011_09_29_drive_0071_sync 785 r\n2011_09_29/2011_09_29_drive_0071_sync 786 r\n2011_09_29/2011_09_29_drive_0071_sync 787 r\n2011_09_29/2011_09_29_drive_0071_sync 788 r\n2011_09_29/2011_09_29_drive_0071_sync 789 r\n2011_09_29/2011_09_29_drive_0071_sync 790 r\n2011_09_29/2011_09_29_drive_0071_sync 791 r\n2011_09_29/2011_09_29_drive_0071_sync 792 r\n2011_09_29/2011_09_29_drive_0071_sync 793 r\n2011_09_29/2011_09_29_drive_0071_sync 794 r\n2011_09_29/2011_09_29_drive_0071_sync 795 r\n2011_09_29/2011_09_29_drive_0071_sync 796 r\n2011_09_29/2011_09_29_drive_0071_sync 797 r\n2011_09_29/2011_09_29_drive_0071_sync 798 r\n2011_09_29/2011_09_29_drive_0071_sync 799 r\n2011_09_29/2011_09_29_drive_0071_sync 800 r\n2011_09_29/2011_09_29_drive_0071_sync 801 r\n2011_09_29/2011_09_29_drive_0071_sync 802 r\n2011_09_29/2011_09_29_drive_0071_sync 803 r\n2011_09_29/2011_09_29_drive_0071_sync 804 r\n2011_09_29/2011_09_29_drive_0071_sync 805 r\n2011_09_29/2011_09_29_drive_0071_sync 806 r\n2011_09_29/2011_09_29_drive_0071_sync 807 r\n2011_09_29/2011_09_29_drive_0071_sync 808 r\n2011_09_29/2011_09_29_drive_0071_sync 809 r\n2011_09_29/2011_09_29_drive_0071_sync 810 r\n2011_09_29/2011_09_29_drive_0071_sync 811 r\n2011_09_29/2011_09_29_drive_0071_sync 812 r\n2011_09_29/2011_09_29_drive_0071_sync 813 r\n2011_09_29/2011_09_29_drive_0071_sync 814 r\n2011_09_29/2011_09_29_drive_0071_sync 815 r\n2011_09_29/2011_09_29_drive_0071_sync 816 r\n2011_09_29/2011_09_29_drive_0071_sync 817 r\n2011_09_29/2011_09_29_drive_0071_sync 818 r\n2011_09_29/2011_09_29_drive_0071_sync 819 r\n2011_09_29/2011_09_29_drive_0071_sync 820 r\n2011_09_29/2011_09_29_drive_0071_sync 821 r\n2011_09_29/2011_09_29_drive_0071_sync 822 r\n2011_09_29/2011_09_29_drive_0071_sync 823 r\n2011_09_29/2011_09_29_drive_0071_sync 824 r\n2011_09_29/2011_09_29_drive_0071_sync 825 r\n2011_09_29/2011_09_29_drive_0071_sync 826 r\n2011_09_29/2011_09_29_drive_0071_sync 827 r\n2011_09_29/2011_09_29_drive_0071_sync 828 r\n2011_09_29/2011_09_29_drive_0071_sync 829 r\n2011_09_29/2011_09_29_drive_0071_sync 830 r\n2011_09_29/2011_09_29_drive_0071_sync 831 r\n2011_09_29/2011_09_29_drive_0071_sync 832 r\n2011_09_29/2011_09_29_drive_0071_sync 833 r\n2011_09_29/2011_09_29_drive_0071_sync 834 r\n2011_09_29/2011_09_29_drive_0071_sync 835 r\n2011_09_29/2011_09_29_drive_0071_sync 836 r\n2011_09_29/2011_09_29_drive_0071_sync 837 r\n2011_09_29/2011_09_29_drive_0071_sync 838 r\n2011_09_29/2011_09_29_drive_0071_sync 839 r\n2011_09_29/2011_09_29_drive_0071_sync 840 r\n2011_09_29/2011_09_29_drive_0071_sync 841 r\n2011_09_29/2011_09_29_drive_0071_sync 842 r\n2011_09_29/2011_09_29_drive_0071_sync 843 r\n2011_09_29/2011_09_29_drive_0071_sync 844 r\n2011_09_29/2011_09_29_drive_0071_sync 845 r\n2011_09_29/2011_09_29_drive_0071_sync 846 r\n2011_09_29/2011_09_29_drive_0071_sync 847 r\n2011_09_29/2011_09_29_drive_0071_sync 848 r\n2011_09_29/2011_09_29_drive_0071_sync 849 r\n2011_09_29/2011_09_29_drive_0071_sync 850 r\n2011_09_29/2011_09_29_drive_0071_sync 851 r\n2011_09_29/2011_09_29_drive_0071_sync 852 r\n2011_09_29/2011_09_29_drive_0071_sync 853 r\n2011_09_29/2011_09_29_drive_0071_sync 854 r\n2011_09_29/2011_09_29_drive_0071_sync 855 r\n2011_09_29/2011_09_29_drive_0071_sync 856 r\n2011_09_29/2011_09_29_drive_0071_sync 857 r\n2011_09_29/2011_09_29_drive_0071_sync 858 r\n2011_09_29/2011_09_29_drive_0071_sync 859 r\n2011_09_29/2011_09_29_drive_0071_sync 860 r\n2011_09_29/2011_09_29_drive_0071_sync 861 r\n2011_09_29/2011_09_29_drive_0071_sync 862 r\n2011_09_29/2011_09_29_drive_0071_sync 863 r\n2011_09_29/2011_09_29_drive_0071_sync 864 r\n2011_09_29/2011_09_29_drive_0071_sync 865 r\n2011_09_29/2011_09_29_drive_0071_sync 866 r\n2011_09_29/2011_09_29_drive_0071_sync 867 r\n2011_09_29/2011_09_29_drive_0071_sync 868 r\n2011_09_29/2011_09_29_drive_0071_sync 869 r\n2011_09_29/2011_09_29_drive_0071_sync 870 r\n2011_09_29/2011_09_29_drive_0071_sync 871 r\n2011_09_29/2011_09_29_drive_0071_sync 872 r\n2011_09_29/2011_09_29_drive_0071_sync 873 r\n2011_09_29/2011_09_29_drive_0071_sync 874 r\n2011_09_29/2011_09_29_drive_0071_sync 875 r\n2011_09_29/2011_09_29_drive_0071_sync 876 r\n2011_09_29/2011_09_29_drive_0071_sync 877 r\n2011_09_29/2011_09_29_drive_0071_sync 878 r\n2011_09_29/2011_09_29_drive_0071_sync 879 r\n2011_09_29/2011_09_29_drive_0071_sync 880 r\n2011_09_29/2011_09_29_drive_0071_sync 881 r\n2011_09_29/2011_09_29_drive_0071_sync 882 r\n2011_09_29/2011_09_29_drive_0071_sync 883 r\n2011_09_29/2011_09_29_drive_0071_sync 884 r\n2011_09_29/2011_09_29_drive_0071_sync 885 r\n2011_09_29/2011_09_29_drive_0071_sync 886 r\n2011_09_29/2011_09_29_drive_0071_sync 887 r\n2011_09_29/2011_09_29_drive_0071_sync 888 r\n2011_09_29/2011_09_29_drive_0071_sync 889 r\n2011_09_29/2011_09_29_drive_0071_sync 890 r\n2011_09_29/2011_09_29_drive_0071_sync 891 r\n2011_09_29/2011_09_29_drive_0071_sync 892 r\n2011_09_29/2011_09_29_drive_0071_sync 893 r\n2011_09_29/2011_09_29_drive_0071_sync 894 r\n2011_09_29/2011_09_29_drive_0071_sync 895 r\n2011_09_29/2011_09_29_drive_0071_sync 896 r\n2011_09_29/2011_09_29_drive_0071_sync 897 r\n2011_09_29/2011_09_29_drive_0071_sync 898 r\n2011_09_29/2011_09_29_drive_0071_sync 899 r\n2011_09_29/2011_09_29_drive_0071_sync 900 r\n2011_09_29/2011_09_29_drive_0071_sync 901 r\n2011_09_29/2011_09_29_drive_0071_sync 902 r\n2011_09_29/2011_09_29_drive_0071_sync 903 r\n2011_09_29/2011_09_29_drive_0071_sync 904 r\n2011_09_29/2011_09_29_drive_0071_sync 905 r\n2011_09_29/2011_09_29_drive_0071_sync 906 r\n2011_09_29/2011_09_29_drive_0071_sync 907 r\n2011_09_29/2011_09_29_drive_0071_sync 908 r\n2011_09_29/2011_09_29_drive_0071_sync 909 r\n2011_09_29/2011_09_29_drive_0071_sync 910 r\n2011_09_29/2011_09_29_drive_0071_sync 911 r\n2011_09_29/2011_09_29_drive_0071_sync 912 r\n2011_09_29/2011_09_29_drive_0071_sync 913 r\n2011_09_29/2011_09_29_drive_0071_sync 914 r\n2011_09_29/2011_09_29_drive_0071_sync 915 r\n2011_09_29/2011_09_29_drive_0071_sync 916 r\n2011_09_29/2011_09_29_drive_0071_sync 917 r\n2011_09_29/2011_09_29_drive_0071_sync 918 r\n2011_09_29/2011_09_29_drive_0071_sync 919 r\n2011_09_29/2011_09_29_drive_0071_sync 920 r\n2011_09_29/2011_09_29_drive_0071_sync 921 r\n2011_09_29/2011_09_29_drive_0071_sync 922 r\n2011_09_29/2011_09_29_drive_0071_sync 923 r\n2011_09_29/2011_09_29_drive_0071_sync 924 r\n2011_09_29/2011_09_29_drive_0071_sync 925 r\n2011_09_29/2011_09_29_drive_0071_sync 926 r\n2011_09_29/2011_09_29_drive_0071_sync 927 r\n2011_09_29/2011_09_29_drive_0071_sync 928 r\n2011_09_29/2011_09_29_drive_0071_sync 929 r\n2011_09_29/2011_09_29_drive_0071_sync 930 r\n2011_09_29/2011_09_29_drive_0071_sync 931 r\n2011_09_29/2011_09_29_drive_0071_sync 932 r\n2011_09_29/2011_09_29_drive_0071_sync 933 r\n2011_09_29/2011_09_29_drive_0071_sync 934 r\n2011_09_29/2011_09_29_drive_0071_sync 935 r\n2011_09_29/2011_09_29_drive_0071_sync 936 r\n2011_09_29/2011_09_29_drive_0071_sync 937 r\n2011_09_29/2011_09_29_drive_0071_sync 938 r\n2011_09_29/2011_09_29_drive_0071_sync 939 r\n2011_09_29/2011_09_29_drive_0071_sync 940 r\n2011_09_29/2011_09_29_drive_0071_sync 941 r\n2011_09_29/2011_09_29_drive_0071_sync 942 r\n2011_09_29/2011_09_29_drive_0071_sync 943 r\n2011_09_29/2011_09_29_drive_0071_sync 944 r\n2011_09_29/2011_09_29_drive_0071_sync 945 r\n2011_09_29/2011_09_29_drive_0071_sync 946 r\n2011_09_29/2011_09_29_drive_0071_sync 947 r\n2011_09_29/2011_09_29_drive_0071_sync 948 r\n2011_09_29/2011_09_29_drive_0071_sync 949 r\n2011_09_29/2011_09_29_drive_0071_sync 950 r\n2011_09_29/2011_09_29_drive_0071_sync 951 r\n2011_09_29/2011_09_29_drive_0071_sync 952 r\n2011_09_29/2011_09_29_drive_0071_sync 953 r\n2011_09_29/2011_09_29_drive_0071_sync 954 r\n2011_09_29/2011_09_29_drive_0071_sync 955 r\n2011_09_29/2011_09_29_drive_0071_sync 956 r\n2011_09_29/2011_09_29_drive_0071_sync 957 r\n2011_09_29/2011_09_29_drive_0071_sync 958 r\n2011_09_29/2011_09_29_drive_0071_sync 959 r\n2011_09_29/2011_09_29_drive_0071_sync 960 r\n2011_09_29/2011_09_29_drive_0071_sync 961 r\n2011_09_29/2011_09_29_drive_0071_sync 962 r\n2011_09_29/2011_09_29_drive_0071_sync 963 r\n2011_09_29/2011_09_29_drive_0071_sync 964 r\n2011_09_29/2011_09_29_drive_0071_sync 965 r\n2011_09_29/2011_09_29_drive_0071_sync 966 r\n2011_09_29/2011_09_29_drive_0071_sync 967 r\n2011_09_29/2011_09_29_drive_0071_sync 968 r\n2011_09_29/2011_09_29_drive_0071_sync 969 r\n2011_09_29/2011_09_29_drive_0071_sync 970 r\n2011_09_29/2011_09_29_drive_0071_sync 971 r\n2011_09_29/2011_09_29_drive_0071_sync 972 r\n2011_09_29/2011_09_29_drive_0071_sync 973 r\n2011_09_29/2011_09_29_drive_0071_sync 974 r\n2011_09_29/2011_09_29_drive_0071_sync 975 r\n2011_09_29/2011_09_29_drive_0071_sync 976 r\n2011_09_29/2011_09_29_drive_0071_sync 977 r\n2011_09_29/2011_09_29_drive_0071_sync 978 r\n2011_09_29/2011_09_29_drive_0071_sync 979 r\n2011_09_29/2011_09_29_drive_0071_sync 980 r\n2011_09_29/2011_09_29_drive_0071_sync 981 r\n2011_09_29/2011_09_29_drive_0071_sync 982 r\n2011_09_29/2011_09_29_drive_0071_sync 983 r\n2011_09_29/2011_09_29_drive_0071_sync 984 r\n2011_09_29/2011_09_29_drive_0071_sync 985 r\n2011_09_29/2011_09_29_drive_0071_sync 986 r\n2011_09_29/2011_09_29_drive_0071_sync 987 r\n2011_09_29/2011_09_29_drive_0071_sync 988 r\n2011_09_29/2011_09_29_drive_0071_sync 989 r\n2011_09_29/2011_09_29_drive_0071_sync 990 r\n2011_09_29/2011_09_29_drive_0071_sync 991 r\n2011_09_29/2011_09_29_drive_0071_sync 992 r\n2011_09_29/2011_09_29_drive_0071_sync 993 r\n2011_09_29/2011_09_29_drive_0071_sync 994 r\n2011_09_29/2011_09_29_drive_0071_sync 995 r\n2011_09_29/2011_09_29_drive_0071_sync 996 r\n2011_09_29/2011_09_29_drive_0071_sync 997 r\n2011_09_29/2011_09_29_drive_0071_sync 998 r\n2011_09_29/2011_09_29_drive_0071_sync 999 r\n2011_09_29/2011_09_29_drive_0071_sync 1000 r\n2011_09_29/2011_09_29_drive_0071_sync 1001 r\n2011_09_29/2011_09_29_drive_0071_sync 1002 r\n2011_09_29/2011_09_29_drive_0071_sync 1003 r\n2011_09_29/2011_09_29_drive_0071_sync 1004 r\n2011_09_29/2011_09_29_drive_0071_sync 1005 r\n2011_09_29/2011_09_29_drive_0071_sync 1006 r\n2011_09_29/2011_09_29_drive_0071_sync 1007 r\n2011_09_29/2011_09_29_drive_0071_sync 1008 r\n2011_09_29/2011_09_29_drive_0071_sync 1009 r\n2011_09_29/2011_09_29_drive_0071_sync 1010 r\n2011_09_29/2011_09_29_drive_0071_sync 1011 r\n2011_09_29/2011_09_29_drive_0071_sync 1012 r\n2011_09_29/2011_09_29_drive_0071_sync 1013 r\n2011_09_29/2011_09_29_drive_0071_sync 1014 r\n2011_09_29/2011_09_29_drive_0071_sync 1015 r\n2011_09_29/2011_09_29_drive_0071_sync 1016 r\n2011_09_29/2011_09_29_drive_0071_sync 1017 r\n2011_09_29/2011_09_29_drive_0071_sync 1018 r\n2011_09_29/2011_09_29_drive_0071_sync 1019 r\n2011_09_29/2011_09_29_drive_0071_sync 1020 r\n2011_09_29/2011_09_29_drive_0071_sync 1021 r\n2011_09_29/2011_09_29_drive_0071_sync 1022 r\n2011_09_29/2011_09_29_drive_0071_sync 1023 r\n2011_09_29/2011_09_29_drive_0071_sync 1024 r\n2011_09_29/2011_09_29_drive_0071_sync 1025 r\n2011_09_29/2011_09_29_drive_0071_sync 1026 r\n2011_09_29/2011_09_29_drive_0071_sync 1027 r\n2011_09_29/2011_09_29_drive_0071_sync 1028 r\n2011_09_29/2011_09_29_drive_0071_sync 1029 r\n2011_09_29/2011_09_29_drive_0071_sync 1030 r\n2011_09_29/2011_09_29_drive_0071_sync 1031 r\n2011_09_29/2011_09_29_drive_0071_sync 1032 r\n2011_09_29/2011_09_29_drive_0071_sync 1033 r\n2011_09_29/2011_09_29_drive_0071_sync 1034 r\n2011_09_29/2011_09_29_drive_0071_sync 1035 r\n2011_09_29/2011_09_29_drive_0071_sync 1036 r\n2011_09_29/2011_09_29_drive_0071_sync 1037 r\n2011_09_29/2011_09_29_drive_0071_sync 1038 r\n2011_09_29/2011_09_29_drive_0071_sync 1039 r\n2011_09_29/2011_09_29_drive_0071_sync 1040 r\n2011_09_29/2011_09_29_drive_0071_sync 1041 r\n2011_09_29/2011_09_29_drive_0071_sync 1042 r\n2011_09_29/2011_09_29_drive_0071_sync 1043 r\n2011_09_29/2011_09_29_drive_0071_sync 1044 r\n2011_09_29/2011_09_29_drive_0071_sync 1045 r\n2011_09_29/2011_09_29_drive_0071_sync 1046 r\n2011_09_29/2011_09_29_drive_0071_sync 1047 r\n2011_09_29/2011_09_29_drive_0071_sync 1048 r\n2011_09_29/2011_09_29_drive_0071_sync 1049 r\n2011_09_29/2011_09_29_drive_0071_sync 1050 r\n2011_09_29/2011_09_29_drive_0071_sync 1051 r\n2011_09_29/2011_09_29_drive_0071_sync 1052 r\n2011_09_29/2011_09_29_drive_0071_sync 1053 r\n2011_09_29/2011_09_29_drive_0071_sync 1054 r\n2011_09_29/2011_09_29_drive_0071_sync 1055 r\n2011_09_29/2011_09_29_drive_0071_sync 1056 r\n2011_09_29/2011_09_29_drive_0071_sync 1057 r\n2011_09_29/2011_09_29_drive_0071_sync 1058 r\n2011_09_29/2011_09_29_drive_0026_sync 0 l\n2011_09_29/2011_09_29_drive_0026_sync 1 l\n2011_09_29/2011_09_29_drive_0026_sync 2 l\n2011_09_29/2011_09_29_drive_0026_sync 3 l\n2011_09_29/2011_09_29_drive_0026_sync 4 l\n2011_09_29/2011_09_29_drive_0026_sync 5 l\n2011_09_29/2011_09_29_drive_0026_sync 6 l\n2011_09_29/2011_09_29_drive_0026_sync 7 l\n2011_09_29/2011_09_29_drive_0026_sync 8 l\n2011_09_29/2011_09_29_drive_0026_sync 9 l\n2011_09_29/2011_09_29_drive_0026_sync 10 l\n2011_09_29/2011_09_29_drive_0026_sync 11 l\n2011_09_29/2011_09_29_drive_0026_sync 12 l\n2011_09_29/2011_09_29_drive_0026_sync 13 l\n2011_09_29/2011_09_29_drive_0026_sync 14 l\n2011_09_29/2011_09_29_drive_0026_sync 15 l\n2011_09_29/2011_09_29_drive_0026_sync 16 l\n2011_09_29/2011_09_29_drive_0026_sync 17 l\n2011_09_29/2011_09_29_drive_0026_sync 18 l\n2011_09_29/2011_09_29_drive_0026_sync 19 l\n2011_09_29/2011_09_29_drive_0026_sync 20 l\n2011_09_29/2011_09_29_drive_0026_sync 21 l\n2011_09_29/2011_09_29_drive_0026_sync 22 l\n2011_09_29/2011_09_29_drive_0026_sync 23 l\n2011_09_29/2011_09_29_drive_0026_sync 24 l\n2011_09_29/2011_09_29_drive_0026_sync 25 l\n2011_09_29/2011_09_29_drive_0026_sync 26 l\n2011_09_29/2011_09_29_drive_0026_sync 27 l\n2011_09_29/2011_09_29_drive_0026_sync 28 l\n2011_09_29/2011_09_29_drive_0026_sync 29 l\n2011_09_29/2011_09_29_drive_0026_sync 30 l\n2011_09_29/2011_09_29_drive_0026_sync 31 l\n2011_09_29/2011_09_29_drive_0026_sync 32 l\n2011_09_29/2011_09_29_drive_0026_sync 33 l\n2011_09_29/2011_09_29_drive_0026_sync 34 l\n2011_09_29/2011_09_29_drive_0026_sync 35 l\n2011_09_29/2011_09_29_drive_0026_sync 36 l\n2011_09_29/2011_09_29_drive_0026_sync 37 l\n2011_09_29/2011_09_29_drive_0026_sync 38 l\n2011_09_29/2011_09_29_drive_0026_sync 39 l\n2011_09_29/2011_09_29_drive_0026_sync 40 l\n2011_09_29/2011_09_29_drive_0026_sync 41 l\n2011_09_29/2011_09_29_drive_0026_sync 42 l\n2011_09_29/2011_09_29_drive_0026_sync 43 l\n2011_09_29/2011_09_29_drive_0026_sync 44 l\n2011_09_29/2011_09_29_drive_0026_sync 45 l\n2011_09_29/2011_09_29_drive_0026_sync 46 l\n2011_09_29/2011_09_29_drive_0026_sync 47 l\n2011_09_29/2011_09_29_drive_0026_sync 48 l\n2011_09_29/2011_09_29_drive_0026_sync 49 l\n2011_09_29/2011_09_29_drive_0026_sync 50 l\n2011_09_29/2011_09_29_drive_0026_sync 51 l\n2011_09_29/2011_09_29_drive_0026_sync 52 l\n2011_09_29/2011_09_29_drive_0026_sync 53 l\n2011_09_29/2011_09_29_drive_0026_sync 54 l\n2011_09_29/2011_09_29_drive_0026_sync 55 l\n2011_09_29/2011_09_29_drive_0026_sync 56 l\n2011_09_29/2011_09_29_drive_0026_sync 57 l\n2011_09_29/2011_09_29_drive_0026_sync 58 l\n2011_09_29/2011_09_29_drive_0026_sync 59 l\n2011_09_29/2011_09_29_drive_0026_sync 60 l\n2011_09_29/2011_09_29_drive_0026_sync 61 l\n2011_09_29/2011_09_29_drive_0026_sync 62 l\n2011_09_29/2011_09_29_drive_0026_sync 63 l\n2011_09_29/2011_09_29_drive_0026_sync 64 l\n2011_09_29/2011_09_29_drive_0026_sync 65 l\n2011_09_29/2011_09_29_drive_0026_sync 66 l\n2011_09_29/2011_09_29_drive_0026_sync 67 l\n2011_09_29/2011_09_29_drive_0026_sync 68 l\n2011_09_29/2011_09_29_drive_0026_sync 69 l\n2011_09_29/2011_09_29_drive_0026_sync 70 l\n2011_09_29/2011_09_29_drive_0026_sync 71 l\n2011_09_29/2011_09_29_drive_0026_sync 72 l\n2011_09_29/2011_09_29_drive_0026_sync 73 l\n2011_09_29/2011_09_29_drive_0026_sync 74 l\n2011_09_29/2011_09_29_drive_0026_sync 75 l\n2011_09_29/2011_09_29_drive_0026_sync 76 l\n2011_09_29/2011_09_29_drive_0026_sync 77 l\n2011_09_29/2011_09_29_drive_0026_sync 78 l\n2011_09_29/2011_09_29_drive_0026_sync 79 l\n2011_09_29/2011_09_29_drive_0026_sync 80 l\n2011_09_29/2011_09_29_drive_0026_sync 81 l\n2011_09_29/2011_09_29_drive_0026_sync 82 l\n2011_09_29/2011_09_29_drive_0026_sync 83 l\n2011_09_29/2011_09_29_drive_0026_sync 84 l\n2011_09_29/2011_09_29_drive_0026_sync 85 l\n2011_09_29/2011_09_29_drive_0026_sync 86 l\n2011_09_29/2011_09_29_drive_0026_sync 87 l\n2011_09_29/2011_09_29_drive_0026_sync 88 l\n2011_09_29/2011_09_29_drive_0026_sync 89 l\n2011_09_29/2011_09_29_drive_0026_sync 90 l\n2011_09_29/2011_09_29_drive_0026_sync 91 l\n2011_09_29/2011_09_29_drive_0026_sync 92 l\n2011_09_29/2011_09_29_drive_0026_sync 93 l\n2011_09_29/2011_09_29_drive_0026_sync 94 l\n2011_09_29/2011_09_29_drive_0026_sync 95 l\n2011_09_29/2011_09_29_drive_0026_sync 96 l\n2011_09_29/2011_09_29_drive_0026_sync 97 l\n2011_09_29/2011_09_29_drive_0026_sync 98 l\n2011_09_29/2011_09_29_drive_0026_sync 99 l\n2011_09_29/2011_09_29_drive_0026_sync 100 l\n2011_09_29/2011_09_29_drive_0026_sync 101 l\n2011_09_29/2011_09_29_drive_0026_sync 102 l\n2011_09_29/2011_09_29_drive_0026_sync 103 l\n2011_09_29/2011_09_29_drive_0026_sync 104 l\n2011_09_29/2011_09_29_drive_0026_sync 105 l\n2011_09_29/2011_09_29_drive_0026_sync 106 l\n2011_09_29/2011_09_29_drive_0026_sync 107 l\n2011_09_29/2011_09_29_drive_0026_sync 108 l\n2011_09_29/2011_09_29_drive_0026_sync 109 l\n2011_09_29/2011_09_29_drive_0026_sync 110 l\n2011_09_29/2011_09_29_drive_0026_sync 111 l\n2011_09_29/2011_09_29_drive_0026_sync 112 l\n2011_09_29/2011_09_29_drive_0026_sync 113 l\n2011_09_29/2011_09_29_drive_0026_sync 114 l\n2011_09_29/2011_09_29_drive_0026_sync 115 l\n2011_09_29/2011_09_29_drive_0026_sync 116 l\n2011_09_29/2011_09_29_drive_0026_sync 117 l\n2011_09_29/2011_09_29_drive_0026_sync 118 l\n2011_09_29/2011_09_29_drive_0026_sync 119 l\n2011_09_29/2011_09_29_drive_0026_sync 120 l\n2011_09_29/2011_09_29_drive_0026_sync 121 l\n2011_09_29/2011_09_29_drive_0026_sync 122 l\n2011_09_29/2011_09_29_drive_0026_sync 123 l\n2011_09_29/2011_09_29_drive_0026_sync 124 l\n2011_09_29/2011_09_29_drive_0026_sync 125 l\n2011_09_29/2011_09_29_drive_0026_sync 126 l\n2011_09_29/2011_09_29_drive_0026_sync 127 l\n2011_09_29/2011_09_29_drive_0026_sync 128 l\n2011_09_29/2011_09_29_drive_0026_sync 129 l\n2011_09_29/2011_09_29_drive_0026_sync 130 l\n2011_09_29/2011_09_29_drive_0026_sync 131 l\n2011_09_29/2011_09_29_drive_0026_sync 132 l\n2011_09_29/2011_09_29_drive_0026_sync 133 l\n2011_09_29/2011_09_29_drive_0026_sync 134 l\n2011_09_29/2011_09_29_drive_0026_sync 135 l\n2011_09_29/2011_09_29_drive_0026_sync 136 l\n2011_09_29/2011_09_29_drive_0026_sync 137 l\n2011_09_29/2011_09_29_drive_0026_sync 138 l\n2011_09_29/2011_09_29_drive_0026_sync 139 l\n2011_09_29/2011_09_29_drive_0026_sync 140 l\n2011_09_29/2011_09_29_drive_0026_sync 141 l\n2011_09_29/2011_09_29_drive_0026_sync 142 l\n2011_09_29/2011_09_29_drive_0026_sync 143 l\n2011_09_29/2011_09_29_drive_0026_sync 144 l\n2011_09_29/2011_09_29_drive_0026_sync 145 l\n2011_09_29/2011_09_29_drive_0026_sync 146 l\n2011_09_29/2011_09_29_drive_0026_sync 147 l\n2011_09_29/2011_09_29_drive_0026_sync 148 l\n2011_09_29/2011_09_29_drive_0026_sync 149 l\n2011_09_29/2011_09_29_drive_0026_sync 150 l\n2011_09_29/2011_09_29_drive_0026_sync 151 l\n2011_09_29/2011_09_29_drive_0026_sync 152 l\n2011_09_29/2011_09_29_drive_0026_sync 153 l\n2011_09_29/2011_09_29_drive_0026_sync 154 l\n2011_09_29/2011_09_29_drive_0026_sync 155 l\n2011_09_29/2011_09_29_drive_0026_sync 156 l\n2011_09_29/2011_09_29_drive_0026_sync 157 l\n2011_09_29/2011_09_29_drive_0026_sync 0 r\n2011_09_29/2011_09_29_drive_0026_sync 1 r\n2011_09_29/2011_09_29_drive_0026_sync 2 r\n2011_09_29/2011_09_29_drive_0026_sync 3 r\n2011_09_29/2011_09_29_drive_0026_sync 4 r\n2011_09_29/2011_09_29_drive_0026_sync 5 r\n2011_09_29/2011_09_29_drive_0026_sync 6 r\n2011_09_29/2011_09_29_drive_0026_sync 7 r\n2011_09_29/2011_09_29_drive_0026_sync 8 r\n2011_09_29/2011_09_29_drive_0026_sync 9 r\n2011_09_29/2011_09_29_drive_0026_sync 10 r\n2011_09_29/2011_09_29_drive_0026_sync 11 r\n2011_09_29/2011_09_29_drive_0026_sync 12 r\n2011_09_29/2011_09_29_drive_0026_sync 13 r\n2011_09_29/2011_09_29_drive_0026_sync 14 r\n2011_09_29/2011_09_29_drive_0026_sync 15 r\n2011_09_29/2011_09_29_drive_0026_sync 16 r\n2011_09_29/2011_09_29_drive_0026_sync 17 r\n2011_09_29/2011_09_29_drive_0026_sync 18 r\n2011_09_29/2011_09_29_drive_0026_sync 19 r\n2011_09_29/2011_09_29_drive_0026_sync 20 r\n2011_09_29/2011_09_29_drive_0026_sync 21 r\n2011_09_29/2011_09_29_drive_0026_sync 22 r\n2011_09_29/2011_09_29_drive_0026_sync 23 r\n2011_09_29/2011_09_29_drive_0026_sync 24 r\n2011_09_29/2011_09_29_drive_0026_sync 25 r\n2011_09_29/2011_09_29_drive_0026_sync 26 r\n2011_09_29/2011_09_29_drive_0026_sync 27 r\n2011_09_29/2011_09_29_drive_0026_sync 28 r\n2011_09_29/2011_09_29_drive_0026_sync 29 r\n2011_09_29/2011_09_29_drive_0026_sync 30 r\n2011_09_29/2011_09_29_drive_0026_sync 31 r\n2011_09_29/2011_09_29_drive_0026_sync 32 r\n2011_09_29/2011_09_29_drive_0026_sync 33 r\n2011_09_29/2011_09_29_drive_0026_sync 34 r\n2011_09_29/2011_09_29_drive_0026_sync 35 r\n2011_09_29/2011_09_29_drive_0026_sync 36 r\n2011_09_29/2011_09_29_drive_0026_sync 37 r\n2011_09_29/2011_09_29_drive_0026_sync 38 r\n2011_09_29/2011_09_29_drive_0026_sync 39 r\n2011_09_29/2011_09_29_drive_0026_sync 40 r\n2011_09_29/2011_09_29_drive_0026_sync 41 r\n2011_09_29/2011_09_29_drive_0026_sync 42 r\n2011_09_29/2011_09_29_drive_0026_sync 43 r\n2011_09_29/2011_09_29_drive_0026_sync 44 r\n2011_09_29/2011_09_29_drive_0026_sync 45 r\n2011_09_29/2011_09_29_drive_0026_sync 46 r\n2011_09_29/2011_09_29_drive_0026_sync 47 r\n2011_09_29/2011_09_29_drive_0026_sync 48 r\n2011_09_29/2011_09_29_drive_0026_sync 49 r\n2011_09_29/2011_09_29_drive_0026_sync 50 r\n2011_09_29/2011_09_29_drive_0026_sync 51 r\n2011_09_29/2011_09_29_drive_0026_sync 52 r\n2011_09_29/2011_09_29_drive_0026_sync 53 r\n2011_09_29/2011_09_29_drive_0026_sync 54 r\n2011_09_29/2011_09_29_drive_0026_sync 55 r\n2011_09_29/2011_09_29_drive_0026_sync 56 r\n2011_09_29/2011_09_29_drive_0026_sync 57 r\n2011_09_29/2011_09_29_drive_0026_sync 58 r\n2011_09_29/2011_09_29_drive_0026_sync 59 r\n2011_09_29/2011_09_29_drive_0026_sync 60 r\n2011_09_29/2011_09_29_drive_0026_sync 61 r\n2011_09_29/2011_09_29_drive_0026_sync 62 r\n2011_09_29/2011_09_29_drive_0026_sync 63 r\n2011_09_29/2011_09_29_drive_0026_sync 64 r\n2011_09_29/2011_09_29_drive_0026_sync 65 r\n2011_09_29/2011_09_29_drive_0026_sync 66 r\n2011_09_29/2011_09_29_drive_0026_sync 67 r\n2011_09_29/2011_09_29_drive_0026_sync 68 r\n2011_09_29/2011_09_29_drive_0026_sync 69 r\n2011_09_29/2011_09_29_drive_0026_sync 70 r\n2011_09_29/2011_09_29_drive_0026_sync 71 r\n2011_09_29/2011_09_29_drive_0026_sync 72 r\n2011_09_29/2011_09_29_drive_0026_sync 73 r\n2011_09_29/2011_09_29_drive_0026_sync 74 r\n2011_09_29/2011_09_29_drive_0026_sync 75 r\n2011_09_29/2011_09_29_drive_0026_sync 76 r\n2011_09_29/2011_09_29_drive_0026_sync 77 r\n2011_09_29/2011_09_29_drive_0026_sync 78 r\n2011_09_29/2011_09_29_drive_0026_sync 79 r\n2011_09_29/2011_09_29_drive_0026_sync 80 r\n2011_09_29/2011_09_29_drive_0026_sync 81 r\n2011_09_29/2011_09_29_drive_0026_sync 82 r\n2011_09_29/2011_09_29_drive_0026_sync 83 r\n2011_09_29/2011_09_29_drive_0026_sync 84 r\n2011_09_29/2011_09_29_drive_0026_sync 85 r\n2011_09_29/2011_09_29_drive_0026_sync 86 r\n2011_09_29/2011_09_29_drive_0026_sync 87 r\n2011_09_29/2011_09_29_drive_0026_sync 88 r\n2011_09_29/2011_09_29_drive_0026_sync 89 r\n2011_09_29/2011_09_29_drive_0026_sync 90 r\n2011_09_29/2011_09_29_drive_0026_sync 91 r\n2011_09_29/2011_09_29_drive_0026_sync 92 r\n2011_09_29/2011_09_29_drive_0026_sync 93 r\n2011_09_29/2011_09_29_drive_0026_sync 94 r\n2011_09_29/2011_09_29_drive_0026_sync 95 r\n2011_09_29/2011_09_29_drive_0026_sync 96 r\n2011_09_29/2011_09_29_drive_0026_sync 97 r\n2011_09_29/2011_09_29_drive_0026_sync 98 r\n2011_09_29/2011_09_29_drive_0026_sync 99 r\n2011_09_29/2011_09_29_drive_0026_sync 100 r\n2011_09_29/2011_09_29_drive_0026_sync 101 r\n2011_09_29/2011_09_29_drive_0026_sync 102 r\n2011_09_29/2011_09_29_drive_0026_sync 103 r\n2011_09_29/2011_09_29_drive_0026_sync 104 r\n2011_09_29/2011_09_29_drive_0026_sync 105 r\n2011_09_29/2011_09_29_drive_0026_sync 106 r\n2011_09_29/2011_09_29_drive_0026_sync 107 r\n2011_09_29/2011_09_29_drive_0026_sync 108 r\n2011_09_29/2011_09_29_drive_0026_sync 109 r\n2011_09_29/2011_09_29_drive_0026_sync 110 r\n2011_09_29/2011_09_29_drive_0026_sync 111 r\n2011_09_29/2011_09_29_drive_0026_sync 112 r\n2011_09_29/2011_09_29_drive_0026_sync 113 r\n2011_09_29/2011_09_29_drive_0026_sync 114 r\n2011_09_29/2011_09_29_drive_0026_sync 115 r\n2011_09_29/2011_09_29_drive_0026_sync 116 r\n2011_09_29/2011_09_29_drive_0026_sync 117 r\n2011_09_29/2011_09_29_drive_0026_sync 118 r\n2011_09_29/2011_09_29_drive_0026_sync 119 r\n2011_09_29/2011_09_29_drive_0026_sync 120 r\n2011_09_29/2011_09_29_drive_0026_sync 121 r\n2011_09_29/2011_09_29_drive_0026_sync 122 r\n2011_09_29/2011_09_29_drive_0026_sync 123 r\n2011_09_29/2011_09_29_drive_0026_sync 124 r\n2011_09_29/2011_09_29_drive_0026_sync 125 r\n2011_09_29/2011_09_29_drive_0026_sync 126 r\n2011_09_29/2011_09_29_drive_0026_sync 127 r\n2011_09_29/2011_09_29_drive_0026_sync 128 r\n2011_09_29/2011_09_29_drive_0026_sync 129 r\n2011_09_29/2011_09_29_drive_0026_sync 130 r\n2011_09_29/2011_09_29_drive_0026_sync 131 r\n2011_09_29/2011_09_29_drive_0026_sync 132 r\n2011_09_29/2011_09_29_drive_0026_sync 133 r\n2011_09_29/2011_09_29_drive_0026_sync 134 r\n2011_09_29/2011_09_29_drive_0026_sync 135 r\n2011_09_29/2011_09_29_drive_0026_sync 136 r\n2011_09_29/2011_09_29_drive_0026_sync 137 r\n2011_09_29/2011_09_29_drive_0026_sync 138 r\n2011_09_29/2011_09_29_drive_0026_sync 139 r\n2011_09_29/2011_09_29_drive_0026_sync 140 r\n2011_09_29/2011_09_29_drive_0026_sync 141 r\n2011_09_29/2011_09_29_drive_0026_sync 142 r\n2011_09_29/2011_09_29_drive_0026_sync 143 r\n2011_09_29/2011_09_29_drive_0026_sync 144 r\n2011_09_29/2011_09_29_drive_0026_sync 145 r\n2011_09_29/2011_09_29_drive_0026_sync 146 r\n2011_09_29/2011_09_29_drive_0026_sync 147 r\n2011_09_29/2011_09_29_drive_0026_sync 148 r\n2011_09_29/2011_09_29_drive_0026_sync 149 r\n2011_09_29/2011_09_29_drive_0026_sync 150 r\n2011_09_29/2011_09_29_drive_0026_sync 151 r\n2011_09_29/2011_09_29_drive_0026_sync 152 r\n2011_09_29/2011_09_29_drive_0026_sync 153 r\n2011_09_29/2011_09_29_drive_0026_sync 154 r\n2011_09_29/2011_09_29_drive_0026_sync 155 r\n2011_09_29/2011_09_29_drive_0026_sync 156 r\n2011_09_29/2011_09_29_drive_0026_sync 157 r\n2011_09_26/2011_09_26_drive_0018_sync 0 l\n2011_09_26/2011_09_26_drive_0018_sync 1 l\n2011_09_26/2011_09_26_drive_0018_sync 2 l\n2011_09_26/2011_09_26_drive_0018_sync 3 l\n2011_09_26/2011_09_26_drive_0018_sync 4 l\n2011_09_26/2011_09_26_drive_0018_sync 5 l\n2011_09_26/2011_09_26_drive_0018_sync 6 l\n2011_09_26/2011_09_26_drive_0018_sync 7 l\n2011_09_26/2011_09_26_drive_0018_sync 8 l\n2011_09_26/2011_09_26_drive_0018_sync 9 l\n2011_09_26/2011_09_26_drive_0018_sync 10 l\n2011_09_26/2011_09_26_drive_0018_sync 11 l\n2011_09_26/2011_09_26_drive_0018_sync 12 l\n2011_09_26/2011_09_26_drive_0018_sync 13 l\n2011_09_26/2011_09_26_drive_0018_sync 14 l\n2011_09_26/2011_09_26_drive_0018_sync 15 l\n2011_09_26/2011_09_26_drive_0018_sync 16 l\n2011_09_26/2011_09_26_drive_0018_sync 17 l\n2011_09_26/2011_09_26_drive_0018_sync 18 l\n2011_09_26/2011_09_26_drive_0018_sync 19 l\n2011_09_26/2011_09_26_drive_0018_sync 20 l\n2011_09_26/2011_09_26_drive_0018_sync 21 l\n2011_09_26/2011_09_26_drive_0018_sync 22 l\n2011_09_26/2011_09_26_drive_0018_sync 23 l\n2011_09_26/2011_09_26_drive_0018_sync 24 l\n2011_09_26/2011_09_26_drive_0018_sync 25 l\n2011_09_26/2011_09_26_drive_0018_sync 26 l\n2011_09_26/2011_09_26_drive_0018_sync 27 l\n2011_09_26/2011_09_26_drive_0018_sync 28 l\n2011_09_26/2011_09_26_drive_0018_sync 29 l\n2011_09_26/2011_09_26_drive_0018_sync 30 l\n2011_09_26/2011_09_26_drive_0018_sync 31 l\n2011_09_26/2011_09_26_drive_0018_sync 32 l\n2011_09_26/2011_09_26_drive_0018_sync 33 l\n2011_09_26/2011_09_26_drive_0018_sync 34 l\n2011_09_26/2011_09_26_drive_0018_sync 35 l\n2011_09_26/2011_09_26_drive_0018_sync 36 l\n2011_09_26/2011_09_26_drive_0018_sync 37 l\n2011_09_26/2011_09_26_drive_0018_sync 38 l\n2011_09_26/2011_09_26_drive_0018_sync 39 l\n2011_09_26/2011_09_26_drive_0018_sync 40 l\n2011_09_26/2011_09_26_drive_0018_sync 41 l\n2011_09_26/2011_09_26_drive_0018_sync 42 l\n2011_09_26/2011_09_26_drive_0018_sync 43 l\n2011_09_26/2011_09_26_drive_0018_sync 44 l\n2011_09_26/2011_09_26_drive_0018_sync 45 l\n2011_09_26/2011_09_26_drive_0018_sync 46 l\n2011_09_26/2011_09_26_drive_0018_sync 47 l\n2011_09_26/2011_09_26_drive_0018_sync 48 l\n2011_09_26/2011_09_26_drive_0018_sync 49 l\n2011_09_26/2011_09_26_drive_0018_sync 50 l\n2011_09_26/2011_09_26_drive_0018_sync 51 l\n2011_09_26/2011_09_26_drive_0018_sync 52 l\n2011_09_26/2011_09_26_drive_0018_sync 53 l\n2011_09_26/2011_09_26_drive_0018_sync 54 l\n2011_09_26/2011_09_26_drive_0018_sync 55 l\n2011_09_26/2011_09_26_drive_0018_sync 56 l\n2011_09_26/2011_09_26_drive_0018_sync 57 l\n2011_09_26/2011_09_26_drive_0018_sync 58 l\n2011_09_26/2011_09_26_drive_0018_sync 59 l\n2011_09_26/2011_09_26_drive_0018_sync 60 l\n2011_09_26/2011_09_26_drive_0018_sync 61 l\n2011_09_26/2011_09_26_drive_0018_sync 62 l\n2011_09_26/2011_09_26_drive_0018_sync 63 l\n2011_09_26/2011_09_26_drive_0018_sync 64 l\n2011_09_26/2011_09_26_drive_0018_sync 65 l\n2011_09_26/2011_09_26_drive_0018_sync 66 l\n2011_09_26/2011_09_26_drive_0018_sync 67 l\n2011_09_26/2011_09_26_drive_0018_sync 68 l\n2011_09_26/2011_09_26_drive_0018_sync 69 l\n2011_09_26/2011_09_26_drive_0018_sync 70 l\n2011_09_26/2011_09_26_drive_0018_sync 71 l\n2011_09_26/2011_09_26_drive_0018_sync 72 l\n2011_09_26/2011_09_26_drive_0018_sync 73 l\n2011_09_26/2011_09_26_drive_0018_sync 74 l\n2011_09_26/2011_09_26_drive_0018_sync 75 l\n2011_09_26/2011_09_26_drive_0018_sync 76 l\n2011_09_26/2011_09_26_drive_0018_sync 77 l\n2011_09_26/2011_09_26_drive_0018_sync 78 l\n2011_09_26/2011_09_26_drive_0018_sync 79 l\n2011_09_26/2011_09_26_drive_0018_sync 80 l\n2011_09_26/2011_09_26_drive_0018_sync 81 l\n2011_09_26/2011_09_26_drive_0018_sync 82 l\n2011_09_26/2011_09_26_drive_0018_sync 83 l\n2011_09_26/2011_09_26_drive_0018_sync 84 l\n2011_09_26/2011_09_26_drive_0018_sync 85 l\n2011_09_26/2011_09_26_drive_0018_sync 86 l\n2011_09_26/2011_09_26_drive_0018_sync 87 l\n2011_09_26/2011_09_26_drive_0018_sync 88 l\n2011_09_26/2011_09_26_drive_0018_sync 89 l\n2011_09_26/2011_09_26_drive_0018_sync 90 l\n2011_09_26/2011_09_26_drive_0018_sync 91 l\n2011_09_26/2011_09_26_drive_0018_sync 92 l\n2011_09_26/2011_09_26_drive_0018_sync 93 l\n2011_09_26/2011_09_26_drive_0018_sync 94 l\n2011_09_26/2011_09_26_drive_0018_sync 95 l\n2011_09_26/2011_09_26_drive_0018_sync 96 l\n2011_09_26/2011_09_26_drive_0018_sync 97 l\n2011_09_26/2011_09_26_drive_0018_sync 98 l\n2011_09_26/2011_09_26_drive_0018_sync 99 l\n2011_09_26/2011_09_26_drive_0018_sync 100 l\n2011_09_26/2011_09_26_drive_0018_sync 101 l\n2011_09_26/2011_09_26_drive_0018_sync 102 l\n2011_09_26/2011_09_26_drive_0018_sync 103 l\n2011_09_26/2011_09_26_drive_0018_sync 104 l\n2011_09_26/2011_09_26_drive_0018_sync 105 l\n2011_09_26/2011_09_26_drive_0018_sync 106 l\n2011_09_26/2011_09_26_drive_0018_sync 107 l\n2011_09_26/2011_09_26_drive_0018_sync 108 l\n2011_09_26/2011_09_26_drive_0018_sync 109 l\n2011_09_26/2011_09_26_drive_0018_sync 110 l\n2011_09_26/2011_09_26_drive_0018_sync 111 l\n2011_09_26/2011_09_26_drive_0018_sync 112 l\n2011_09_26/2011_09_26_drive_0018_sync 113 l\n2011_09_26/2011_09_26_drive_0018_sync 114 l\n2011_09_26/2011_09_26_drive_0018_sync 115 l\n2011_09_26/2011_09_26_drive_0018_sync 116 l\n2011_09_26/2011_09_26_drive_0018_sync 117 l\n2011_09_26/2011_09_26_drive_0018_sync 118 l\n2011_09_26/2011_09_26_drive_0018_sync 119 l\n2011_09_26/2011_09_26_drive_0018_sync 120 l\n2011_09_26/2011_09_26_drive_0018_sync 121 l\n2011_09_26/2011_09_26_drive_0018_sync 122 l\n2011_09_26/2011_09_26_drive_0018_sync 123 l\n2011_09_26/2011_09_26_drive_0018_sync 124 l\n2011_09_26/2011_09_26_drive_0018_sync 125 l\n2011_09_26/2011_09_26_drive_0018_sync 126 l\n2011_09_26/2011_09_26_drive_0018_sync 127 l\n2011_09_26/2011_09_26_drive_0018_sync 128 l\n2011_09_26/2011_09_26_drive_0018_sync 129 l\n2011_09_26/2011_09_26_drive_0018_sync 130 l\n2011_09_26/2011_09_26_drive_0018_sync 131 l\n2011_09_26/2011_09_26_drive_0018_sync 132 l\n2011_09_26/2011_09_26_drive_0018_sync 133 l\n2011_09_26/2011_09_26_drive_0018_sync 134 l\n2011_09_26/2011_09_26_drive_0018_sync 135 l\n2011_09_26/2011_09_26_drive_0018_sync 136 l\n2011_09_26/2011_09_26_drive_0018_sync 137 l\n2011_09_26/2011_09_26_drive_0018_sync 138 l\n2011_09_26/2011_09_26_drive_0018_sync 139 l\n2011_09_26/2011_09_26_drive_0018_sync 140 l\n2011_09_26/2011_09_26_drive_0018_sync 141 l\n2011_09_26/2011_09_26_drive_0018_sync 142 l\n2011_09_26/2011_09_26_drive_0018_sync 143 l\n2011_09_26/2011_09_26_drive_0018_sync 144 l\n2011_09_26/2011_09_26_drive_0018_sync 145 l\n2011_09_26/2011_09_26_drive_0018_sync 146 l\n2011_09_26/2011_09_26_drive_0018_sync 147 l\n2011_09_26/2011_09_26_drive_0018_sync 148 l\n2011_09_26/2011_09_26_drive_0018_sync 149 l\n2011_09_26/2011_09_26_drive_0018_sync 150 l\n2011_09_26/2011_09_26_drive_0018_sync 151 l\n2011_09_26/2011_09_26_drive_0018_sync 152 l\n2011_09_26/2011_09_26_drive_0018_sync 153 l\n2011_09_26/2011_09_26_drive_0018_sync 154 l\n2011_09_26/2011_09_26_drive_0018_sync 155 l\n2011_09_26/2011_09_26_drive_0018_sync 156 l\n2011_09_26/2011_09_26_drive_0018_sync 157 l\n2011_09_26/2011_09_26_drive_0018_sync 158 l\n2011_09_26/2011_09_26_drive_0018_sync 159 l\n2011_09_26/2011_09_26_drive_0018_sync 160 l\n2011_09_26/2011_09_26_drive_0018_sync 161 l\n2011_09_26/2011_09_26_drive_0018_sync 162 l\n2011_09_26/2011_09_26_drive_0018_sync 163 l\n2011_09_26/2011_09_26_drive_0018_sync 164 l\n2011_09_26/2011_09_26_drive_0018_sync 165 l\n2011_09_26/2011_09_26_drive_0018_sync 166 l\n2011_09_26/2011_09_26_drive_0018_sync 167 l\n2011_09_26/2011_09_26_drive_0018_sync 168 l\n2011_09_26/2011_09_26_drive_0018_sync 169 l\n2011_09_26/2011_09_26_drive_0018_sync 170 l\n2011_09_26/2011_09_26_drive_0018_sync 171 l\n2011_09_26/2011_09_26_drive_0018_sync 172 l\n2011_09_26/2011_09_26_drive_0018_sync 173 l\n2011_09_26/2011_09_26_drive_0018_sync 174 l\n2011_09_26/2011_09_26_drive_0018_sync 175 l\n2011_09_26/2011_09_26_drive_0018_sync 176 l\n2011_09_26/2011_09_26_drive_0018_sync 177 l\n2011_09_26/2011_09_26_drive_0018_sync 178 l\n2011_09_26/2011_09_26_drive_0018_sync 179 l\n2011_09_26/2011_09_26_drive_0018_sync 180 l\n2011_09_26/2011_09_26_drive_0018_sync 181 l\n2011_09_26/2011_09_26_drive_0018_sync 182 l\n2011_09_26/2011_09_26_drive_0018_sync 183 l\n2011_09_26/2011_09_26_drive_0018_sync 184 l\n2011_09_26/2011_09_26_drive_0018_sync 185 l\n2011_09_26/2011_09_26_drive_0018_sync 186 l\n2011_09_26/2011_09_26_drive_0018_sync 187 l\n2011_09_26/2011_09_26_drive_0018_sync 188 l\n2011_09_26/2011_09_26_drive_0018_sync 189 l\n2011_09_26/2011_09_26_drive_0018_sync 190 l\n2011_09_26/2011_09_26_drive_0018_sync 191 l\n2011_09_26/2011_09_26_drive_0018_sync 192 l\n2011_09_26/2011_09_26_drive_0018_sync 193 l\n2011_09_26/2011_09_26_drive_0018_sync 194 l\n2011_09_26/2011_09_26_drive_0018_sync 195 l\n2011_09_26/2011_09_26_drive_0018_sync 196 l\n2011_09_26/2011_09_26_drive_0018_sync 197 l\n2011_09_26/2011_09_26_drive_0018_sync 198 l\n2011_09_26/2011_09_26_drive_0018_sync 199 l\n2011_09_26/2011_09_26_drive_0018_sync 200 l\n2011_09_26/2011_09_26_drive_0018_sync 201 l\n2011_09_26/2011_09_26_drive_0018_sync 202 l\n2011_09_26/2011_09_26_drive_0018_sync 203 l\n2011_09_26/2011_09_26_drive_0018_sync 204 l\n2011_09_26/2011_09_26_drive_0018_sync 205 l\n2011_09_26/2011_09_26_drive_0018_sync 206 l\n2011_09_26/2011_09_26_drive_0018_sync 207 l\n2011_09_26/2011_09_26_drive_0018_sync 208 l\n2011_09_26/2011_09_26_drive_0018_sync 209 l\n2011_09_26/2011_09_26_drive_0018_sync 210 l\n2011_09_26/2011_09_26_drive_0018_sync 211 l\n2011_09_26/2011_09_26_drive_0018_sync 212 l\n2011_09_26/2011_09_26_drive_0018_sync 213 l\n2011_09_26/2011_09_26_drive_0018_sync 214 l\n2011_09_26/2011_09_26_drive_0018_sync 215 l\n2011_09_26/2011_09_26_drive_0018_sync 216 l\n2011_09_26/2011_09_26_drive_0018_sync 217 l\n2011_09_26/2011_09_26_drive_0018_sync 218 l\n2011_09_26/2011_09_26_drive_0018_sync 219 l\n2011_09_26/2011_09_26_drive_0018_sync 220 l\n2011_09_26/2011_09_26_drive_0018_sync 221 l\n2011_09_26/2011_09_26_drive_0018_sync 222 l\n2011_09_26/2011_09_26_drive_0018_sync 223 l\n2011_09_26/2011_09_26_drive_0018_sync 224 l\n2011_09_26/2011_09_26_drive_0018_sync 225 l\n2011_09_26/2011_09_26_drive_0018_sync 226 l\n2011_09_26/2011_09_26_drive_0018_sync 227 l\n2011_09_26/2011_09_26_drive_0018_sync 228 l\n2011_09_26/2011_09_26_drive_0018_sync 229 l\n2011_09_26/2011_09_26_drive_0018_sync 230 l\n2011_09_26/2011_09_26_drive_0018_sync 231 l\n2011_09_26/2011_09_26_drive_0018_sync 232 l\n2011_09_26/2011_09_26_drive_0018_sync 233 l\n2011_09_26/2011_09_26_drive_0018_sync 234 l\n2011_09_26/2011_09_26_drive_0018_sync 235 l\n2011_09_26/2011_09_26_drive_0018_sync 236 l\n2011_09_26/2011_09_26_drive_0018_sync 237 l\n2011_09_26/2011_09_26_drive_0018_sync 238 l\n2011_09_26/2011_09_26_drive_0018_sync 239 l\n2011_09_26/2011_09_26_drive_0018_sync 240 l\n2011_09_26/2011_09_26_drive_0018_sync 241 l\n2011_09_26/2011_09_26_drive_0018_sync 242 l\n2011_09_26/2011_09_26_drive_0018_sync 243 l\n2011_09_26/2011_09_26_drive_0018_sync 244 l\n2011_09_26/2011_09_26_drive_0018_sync 245 l\n2011_09_26/2011_09_26_drive_0018_sync 246 l\n2011_09_26/2011_09_26_drive_0018_sync 247 l\n2011_09_26/2011_09_26_drive_0018_sync 248 l\n2011_09_26/2011_09_26_drive_0018_sync 249 l\n2011_09_26/2011_09_26_drive_0018_sync 250 l\n2011_09_26/2011_09_26_drive_0018_sync 251 l\n2011_09_26/2011_09_26_drive_0018_sync 252 l\n2011_09_26/2011_09_26_drive_0018_sync 253 l\n2011_09_26/2011_09_26_drive_0018_sync 254 l\n2011_09_26/2011_09_26_drive_0018_sync 255 l\n2011_09_26/2011_09_26_drive_0018_sync 256 l\n2011_09_26/2011_09_26_drive_0018_sync 257 l\n2011_09_26/2011_09_26_drive_0018_sync 258 l\n2011_09_26/2011_09_26_drive_0018_sync 259 l\n2011_09_26/2011_09_26_drive_0018_sync 260 l\n2011_09_26/2011_09_26_drive_0018_sync 261 l\n2011_09_26/2011_09_26_drive_0018_sync 262 l\n2011_09_26/2011_09_26_drive_0018_sync 263 l\n2011_09_26/2011_09_26_drive_0018_sync 264 l\n2011_09_26/2011_09_26_drive_0018_sync 265 l\n2011_09_26/2011_09_26_drive_0018_sync 266 l\n2011_09_26/2011_09_26_drive_0018_sync 267 l\n2011_09_26/2011_09_26_drive_0018_sync 268 l\n2011_09_26/2011_09_26_drive_0018_sync 269 l\n2011_09_26/2011_09_26_drive_0018_sync 0 r\n2011_09_26/2011_09_26_drive_0018_sync 1 r\n2011_09_26/2011_09_26_drive_0018_sync 2 r\n2011_09_26/2011_09_26_drive_0018_sync 3 r\n2011_09_26/2011_09_26_drive_0018_sync 4 r\n2011_09_26/2011_09_26_drive_0018_sync 5 r\n2011_09_26/2011_09_26_drive_0018_sync 6 r\n2011_09_26/2011_09_26_drive_0018_sync 7 r\n2011_09_26/2011_09_26_drive_0018_sync 8 r\n2011_09_26/2011_09_26_drive_0018_sync 9 r\n2011_09_26/2011_09_26_drive_0018_sync 10 r\n2011_09_26/2011_09_26_drive_0018_sync 11 r\n2011_09_26/2011_09_26_drive_0018_sync 12 r\n2011_09_26/2011_09_26_drive_0018_sync 13 r\n2011_09_26/2011_09_26_drive_0018_sync 14 r\n2011_09_26/2011_09_26_drive_0018_sync 15 r\n2011_09_26/2011_09_26_drive_0018_sync 16 r\n2011_09_26/2011_09_26_drive_0018_sync 17 r\n2011_09_26/2011_09_26_drive_0018_sync 18 r\n2011_09_26/2011_09_26_drive_0018_sync 19 r\n2011_09_26/2011_09_26_drive_0018_sync 20 r\n2011_09_26/2011_09_26_drive_0018_sync 21 r\n2011_09_26/2011_09_26_drive_0018_sync 22 r\n2011_09_26/2011_09_26_drive_0018_sync 23 r\n2011_09_26/2011_09_26_drive_0018_sync 24 r\n2011_09_26/2011_09_26_drive_0018_sync 25 r\n2011_09_26/2011_09_26_drive_0018_sync 26 r\n2011_09_26/2011_09_26_drive_0018_sync 27 r\n2011_09_26/2011_09_26_drive_0018_sync 28 r\n2011_09_26/2011_09_26_drive_0018_sync 29 r\n2011_09_26/2011_09_26_drive_0018_sync 30 r\n2011_09_26/2011_09_26_drive_0018_sync 31 r\n2011_09_26/2011_09_26_drive_0018_sync 32 r\n2011_09_26/2011_09_26_drive_0018_sync 33 r\n2011_09_26/2011_09_26_drive_0018_sync 34 r\n2011_09_26/2011_09_26_drive_0018_sync 35 r\n2011_09_26/2011_09_26_drive_0018_sync 36 r\n2011_09_26/2011_09_26_drive_0018_sync 37 r\n2011_09_26/2011_09_26_drive_0018_sync 38 r\n2011_09_26/2011_09_26_drive_0018_sync 39 r\n2011_09_26/2011_09_26_drive_0018_sync 40 r\n2011_09_26/2011_09_26_drive_0018_sync 41 r\n2011_09_26/2011_09_26_drive_0018_sync 42 r\n2011_09_26/2011_09_26_drive_0018_sync 43 r\n2011_09_26/2011_09_26_drive_0018_sync 44 r\n2011_09_26/2011_09_26_drive_0018_sync 45 r\n2011_09_26/2011_09_26_drive_0018_sync 46 r\n2011_09_26/2011_09_26_drive_0018_sync 47 r\n2011_09_26/2011_09_26_drive_0018_sync 48 r\n2011_09_26/2011_09_26_drive_0018_sync 49 r\n2011_09_26/2011_09_26_drive_0018_sync 50 r\n2011_09_26/2011_09_26_drive_0018_sync 51 r\n2011_09_26/2011_09_26_drive_0018_sync 52 r\n2011_09_26/2011_09_26_drive_0018_sync 53 r\n2011_09_26/2011_09_26_drive_0018_sync 54 r\n2011_09_26/2011_09_26_drive_0018_sync 55 r\n2011_09_26/2011_09_26_drive_0018_sync 56 r\n2011_09_26/2011_09_26_drive_0018_sync 57 r\n2011_09_26/2011_09_26_drive_0018_sync 58 r\n2011_09_26/2011_09_26_drive_0018_sync 59 r\n2011_09_26/2011_09_26_drive_0018_sync 60 r\n2011_09_26/2011_09_26_drive_0018_sync 61 r\n2011_09_26/2011_09_26_drive_0018_sync 62 r\n2011_09_26/2011_09_26_drive_0018_sync 63 r\n2011_09_26/2011_09_26_drive_0018_sync 64 r\n2011_09_26/2011_09_26_drive_0018_sync 65 r\n2011_09_26/2011_09_26_drive_0018_sync 66 r\n2011_09_26/2011_09_26_drive_0018_sync 67 r\n2011_09_26/2011_09_26_drive_0018_sync 68 r\n2011_09_26/2011_09_26_drive_0018_sync 69 r\n2011_09_26/2011_09_26_drive_0018_sync 70 r\n2011_09_26/2011_09_26_drive_0018_sync 71 r\n2011_09_26/2011_09_26_drive_0018_sync 72 r\n2011_09_26/2011_09_26_drive_0018_sync 73 r\n2011_09_26/2011_09_26_drive_0018_sync 74 r\n2011_09_26/2011_09_26_drive_0018_sync 75 r\n2011_09_26/2011_09_26_drive_0018_sync 76 r\n2011_09_26/2011_09_26_drive_0018_sync 77 r\n2011_09_26/2011_09_26_drive_0018_sync 78 r\n2011_09_26/2011_09_26_drive_0018_sync 79 r\n2011_09_26/2011_09_26_drive_0018_sync 80 r\n2011_09_26/2011_09_26_drive_0018_sync 81 r\n2011_09_26/2011_09_26_drive_0018_sync 82 r\n2011_09_26/2011_09_26_drive_0018_sync 83 r\n2011_09_26/2011_09_26_drive_0018_sync 84 r\n2011_09_26/2011_09_26_drive_0018_sync 85 r\n2011_09_26/2011_09_26_drive_0018_sync 86 r\n2011_09_26/2011_09_26_drive_0018_sync 87 r\n2011_09_26/2011_09_26_drive_0018_sync 88 r\n2011_09_26/2011_09_26_drive_0018_sync 89 r\n2011_09_26/2011_09_26_drive_0018_sync 90 r\n2011_09_26/2011_09_26_drive_0018_sync 91 r\n2011_09_26/2011_09_26_drive_0018_sync 92 r\n2011_09_26/2011_09_26_drive_0018_sync 93 r\n2011_09_26/2011_09_26_drive_0018_sync 94 r\n2011_09_26/2011_09_26_drive_0018_sync 95 r\n2011_09_26/2011_09_26_drive_0018_sync 96 r\n2011_09_26/2011_09_26_drive_0018_sync 97 r\n2011_09_26/2011_09_26_drive_0018_sync 98 r\n2011_09_26/2011_09_26_drive_0018_sync 99 r\n2011_09_26/2011_09_26_drive_0018_sync 100 r\n2011_09_26/2011_09_26_drive_0018_sync 101 r\n2011_09_26/2011_09_26_drive_0018_sync 102 r\n2011_09_26/2011_09_26_drive_0018_sync 103 r\n2011_09_26/2011_09_26_drive_0018_sync 104 r\n2011_09_26/2011_09_26_drive_0018_sync 105 r\n2011_09_26/2011_09_26_drive_0018_sync 106 r\n2011_09_26/2011_09_26_drive_0018_sync 107 r\n2011_09_26/2011_09_26_drive_0018_sync 108 r\n2011_09_26/2011_09_26_drive_0018_sync 109 r\n2011_09_26/2011_09_26_drive_0018_sync 110 r\n2011_09_26/2011_09_26_drive_0018_sync 111 r\n2011_09_26/2011_09_26_drive_0018_sync 112 r\n2011_09_26/2011_09_26_drive_0018_sync 113 r\n2011_09_26/2011_09_26_drive_0018_sync 114 r\n2011_09_26/2011_09_26_drive_0018_sync 115 r\n2011_09_26/2011_09_26_drive_0018_sync 116 r\n2011_09_26/2011_09_26_drive_0018_sync 117 r\n2011_09_26/2011_09_26_drive_0018_sync 118 r\n2011_09_26/2011_09_26_drive_0018_sync 119 r\n2011_09_26/2011_09_26_drive_0018_sync 120 r\n2011_09_26/2011_09_26_drive_0018_sync 121 r\n2011_09_26/2011_09_26_drive_0018_sync 122 r\n2011_09_26/2011_09_26_drive_0018_sync 123 r\n2011_09_26/2011_09_26_drive_0018_sync 124 r\n2011_09_26/2011_09_26_drive_0018_sync 125 r\n2011_09_26/2011_09_26_drive_0018_sync 126 r\n2011_09_26/2011_09_26_drive_0018_sync 127 r\n2011_09_26/2011_09_26_drive_0018_sync 128 r\n2011_09_26/2011_09_26_drive_0018_sync 129 r\n2011_09_26/2011_09_26_drive_0018_sync 130 r\n2011_09_26/2011_09_26_drive_0018_sync 131 r\n2011_09_26/2011_09_26_drive_0018_sync 132 r\n2011_09_26/2011_09_26_drive_0018_sync 133 r\n2011_09_26/2011_09_26_drive_0018_sync 134 r\n2011_09_26/2011_09_26_drive_0018_sync 135 r\n2011_09_26/2011_09_26_drive_0018_sync 136 r\n2011_09_26/2011_09_26_drive_0018_sync 137 r\n2011_09_26/2011_09_26_drive_0018_sync 138 r\n2011_09_26/2011_09_26_drive_0018_sync 139 r\n2011_09_26/2011_09_26_drive_0018_sync 140 r\n2011_09_26/2011_09_26_drive_0018_sync 141 r\n2011_09_26/2011_09_26_drive_0018_sync 142 r\n2011_09_26/2011_09_26_drive_0018_sync 143 r\n2011_09_26/2011_09_26_drive_0018_sync 144 r\n2011_09_26/2011_09_26_drive_0018_sync 145 r\n2011_09_26/2011_09_26_drive_0018_sync 146 r\n2011_09_26/2011_09_26_drive_0018_sync 147 r\n2011_09_26/2011_09_26_drive_0018_sync 148 r\n2011_09_26/2011_09_26_drive_0018_sync 149 r\n2011_09_26/2011_09_26_drive_0018_sync 150 r\n2011_09_26/2011_09_26_drive_0018_sync 151 r\n2011_09_26/2011_09_26_drive_0018_sync 152 r\n2011_09_26/2011_09_26_drive_0018_sync 153 r\n2011_09_26/2011_09_26_drive_0018_sync 154 r\n2011_09_26/2011_09_26_drive_0018_sync 155 r\n2011_09_26/2011_09_26_drive_0018_sync 156 r\n2011_09_26/2011_09_26_drive_0018_sync 157 r\n2011_09_26/2011_09_26_drive_0018_sync 158 r\n2011_09_26/2011_09_26_drive_0018_sync 159 r\n2011_09_26/2011_09_26_drive_0018_sync 160 r\n2011_09_26/2011_09_26_drive_0018_sync 161 r\n2011_09_26/2011_09_26_drive_0018_sync 162 r\n2011_09_26/2011_09_26_drive_0018_sync 163 r\n2011_09_26/2011_09_26_drive_0018_sync 164 r\n2011_09_26/2011_09_26_drive_0018_sync 165 r\n2011_09_26/2011_09_26_drive_0018_sync 166 r\n2011_09_26/2011_09_26_drive_0018_sync 167 r\n2011_09_26/2011_09_26_drive_0018_sync 168 r\n2011_09_26/2011_09_26_drive_0018_sync 169 r\n2011_09_26/2011_09_26_drive_0018_sync 170 r\n2011_09_26/2011_09_26_drive_0018_sync 171 r\n2011_09_26/2011_09_26_drive_0018_sync 172 r\n2011_09_26/2011_09_26_drive_0018_sync 173 r\n2011_09_26/2011_09_26_drive_0018_sync 174 r\n2011_09_26/2011_09_26_drive_0018_sync 175 r\n2011_09_26/2011_09_26_drive_0018_sync 176 r\n2011_09_26/2011_09_26_drive_0018_sync 177 r\n2011_09_26/2011_09_26_drive_0018_sync 178 r\n2011_09_26/2011_09_26_drive_0018_sync 179 r\n2011_09_26/2011_09_26_drive_0018_sync 180 r\n2011_09_26/2011_09_26_drive_0018_sync 181 r\n2011_09_26/2011_09_26_drive_0018_sync 182 r\n2011_09_26/2011_09_26_drive_0018_sync 183 r\n2011_09_26/2011_09_26_drive_0018_sync 184 r\n2011_09_26/2011_09_26_drive_0018_sync 185 r\n2011_09_26/2011_09_26_drive_0018_sync 186 r\n2011_09_26/2011_09_26_drive_0018_sync 187 r\n2011_09_26/2011_09_26_drive_0018_sync 188 r\n2011_09_26/2011_09_26_drive_0018_sync 189 r\n2011_09_26/2011_09_26_drive_0018_sync 190 r\n2011_09_26/2011_09_26_drive_0018_sync 191 r\n2011_09_26/2011_09_26_drive_0018_sync 192 r\n2011_09_26/2011_09_26_drive_0018_sync 193 r\n2011_09_26/2011_09_26_drive_0018_sync 194 r\n2011_09_26/2011_09_26_drive_0018_sync 195 r\n2011_09_26/2011_09_26_drive_0018_sync 196 r\n2011_09_26/2011_09_26_drive_0018_sync 197 r\n2011_09_26/2011_09_26_drive_0018_sync 198 r\n2011_09_26/2011_09_26_drive_0018_sync 199 r\n2011_09_26/2011_09_26_drive_0018_sync 200 r\n2011_09_26/2011_09_26_drive_0018_sync 201 r\n2011_09_26/2011_09_26_drive_0018_sync 202 r\n2011_09_26/2011_09_26_drive_0018_sync 203 r\n2011_09_26/2011_09_26_drive_0018_sync 204 r\n2011_09_26/2011_09_26_drive_0018_sync 205 r\n2011_09_26/2011_09_26_drive_0018_sync 206 r\n2011_09_26/2011_09_26_drive_0018_sync 207 r\n2011_09_26/2011_09_26_drive_0018_sync 208 r\n2011_09_26/2011_09_26_drive_0018_sync 209 r\n2011_09_26/2011_09_26_drive_0018_sync 210 r\n2011_09_26/2011_09_26_drive_0018_sync 211 r\n2011_09_26/2011_09_26_drive_0018_sync 212 r\n2011_09_26/2011_09_26_drive_0018_sync 213 r\n2011_09_26/2011_09_26_drive_0018_sync 214 r\n2011_09_26/2011_09_26_drive_0018_sync 215 r\n2011_09_26/2011_09_26_drive_0018_sync 216 r\n2011_09_26/2011_09_26_drive_0018_sync 217 r\n2011_09_26/2011_09_26_drive_0018_sync 218 r\n2011_09_26/2011_09_26_drive_0018_sync 219 r\n2011_09_26/2011_09_26_drive_0018_sync 220 r\n2011_09_26/2011_09_26_drive_0018_sync 221 r\n2011_09_26/2011_09_26_drive_0018_sync 222 r\n2011_09_26/2011_09_26_drive_0018_sync 223 r\n2011_09_26/2011_09_26_drive_0018_sync 224 r\n2011_09_26/2011_09_26_drive_0018_sync 225 r\n2011_09_26/2011_09_26_drive_0018_sync 226 r\n2011_09_26/2011_09_26_drive_0018_sync 227 r\n2011_09_26/2011_09_26_drive_0018_sync 228 r\n2011_09_26/2011_09_26_drive_0018_sync 229 r\n2011_09_26/2011_09_26_drive_0018_sync 230 r\n2011_09_26/2011_09_26_drive_0018_sync 231 r\n2011_09_26/2011_09_26_drive_0018_sync 232 r\n2011_09_26/2011_09_26_drive_0018_sync 233 r\n2011_09_26/2011_09_26_drive_0018_sync 234 r\n2011_09_26/2011_09_26_drive_0018_sync 235 r\n2011_09_26/2011_09_26_drive_0018_sync 236 r\n2011_09_26/2011_09_26_drive_0018_sync 237 r\n2011_09_26/2011_09_26_drive_0018_sync 238 r\n2011_09_26/2011_09_26_drive_0018_sync 239 r\n2011_09_26/2011_09_26_drive_0018_sync 240 r\n2011_09_26/2011_09_26_drive_0018_sync 241 r\n2011_09_26/2011_09_26_drive_0018_sync 242 r\n2011_09_26/2011_09_26_drive_0018_sync 243 r\n2011_09_26/2011_09_26_drive_0018_sync 244 r\n2011_09_26/2011_09_26_drive_0018_sync 245 r\n2011_09_26/2011_09_26_drive_0018_sync 246 r\n2011_09_26/2011_09_26_drive_0018_sync 247 r\n2011_09_26/2011_09_26_drive_0018_sync 248 r\n2011_09_26/2011_09_26_drive_0018_sync 249 r\n2011_09_26/2011_09_26_drive_0018_sync 250 r\n2011_09_26/2011_09_26_drive_0018_sync 251 r\n2011_09_26/2011_09_26_drive_0018_sync 252 r\n2011_09_26/2011_09_26_drive_0018_sync 253 r\n2011_09_26/2011_09_26_drive_0018_sync 254 r\n2011_09_26/2011_09_26_drive_0018_sync 255 r\n2011_09_26/2011_09_26_drive_0018_sync 256 r\n2011_09_26/2011_09_26_drive_0018_sync 257 r\n2011_09_26/2011_09_26_drive_0018_sync 258 r\n2011_09_26/2011_09_26_drive_0018_sync 259 r\n2011_09_26/2011_09_26_drive_0018_sync 260 r\n2011_09_26/2011_09_26_drive_0018_sync 261 r\n2011_09_26/2011_09_26_drive_0018_sync 262 r\n2011_09_26/2011_09_26_drive_0018_sync 263 r\n2011_09_26/2011_09_26_drive_0018_sync 264 r\n2011_09_26/2011_09_26_drive_0018_sync 265 r\n2011_09_26/2011_09_26_drive_0018_sync 266 r\n2011_09_26/2011_09_26_drive_0018_sync 267 r\n2011_09_26/2011_09_26_drive_0018_sync 268 r\n2011_09_26/2011_09_26_drive_0018_sync 269 r\n2011_09_26/2011_09_26_drive_0014_sync 0 l\n2011_09_26/2011_09_26_drive_0014_sync 1 l\n2011_09_26/2011_09_26_drive_0014_sync 2 l\n2011_09_26/2011_09_26_drive_0014_sync 3 l\n2011_09_26/2011_09_26_drive_0014_sync 4 l\n2011_09_26/2011_09_26_drive_0014_sync 5 l\n2011_09_26/2011_09_26_drive_0014_sync 6 l\n2011_09_26/2011_09_26_drive_0014_sync 7 l\n2011_09_26/2011_09_26_drive_0014_sync 8 l\n2011_09_26/2011_09_26_drive_0014_sync 9 l\n2011_09_26/2011_09_26_drive_0014_sync 10 l\n2011_09_26/2011_09_26_drive_0014_sync 11 l\n2011_09_26/2011_09_26_drive_0014_sync 12 l\n2011_09_26/2011_09_26_drive_0014_sync 13 l\n2011_09_26/2011_09_26_drive_0014_sync 14 l\n2011_09_26/2011_09_26_drive_0014_sync 15 l\n2011_09_26/2011_09_26_drive_0014_sync 16 l\n2011_09_26/2011_09_26_drive_0014_sync 17 l\n2011_09_26/2011_09_26_drive_0014_sync 18 l\n2011_09_26/2011_09_26_drive_0014_sync 19 l\n2011_09_26/2011_09_26_drive_0014_sync 20 l\n2011_09_26/2011_09_26_drive_0014_sync 21 l\n2011_09_26/2011_09_26_drive_0014_sync 22 l\n2011_09_26/2011_09_26_drive_0014_sync 23 l\n2011_09_26/2011_09_26_drive_0014_sync 24 l\n2011_09_26/2011_09_26_drive_0014_sync 25 l\n2011_09_26/2011_09_26_drive_0014_sync 26 l\n2011_09_26/2011_09_26_drive_0014_sync 27 l\n2011_09_26/2011_09_26_drive_0014_sync 28 l\n2011_09_26/2011_09_26_drive_0014_sync 29 l\n2011_09_26/2011_09_26_drive_0014_sync 30 l\n2011_09_26/2011_09_26_drive_0014_sync 31 l\n2011_09_26/2011_09_26_drive_0014_sync 32 l\n2011_09_26/2011_09_26_drive_0014_sync 33 l\n2011_09_26/2011_09_26_drive_0014_sync 34 l\n2011_09_26/2011_09_26_drive_0014_sync 35 l\n2011_09_26/2011_09_26_drive_0014_sync 36 l\n2011_09_26/2011_09_26_drive_0014_sync 37 l\n2011_09_26/2011_09_26_drive_0014_sync 38 l\n2011_09_26/2011_09_26_drive_0014_sync 39 l\n2011_09_26/2011_09_26_drive_0014_sync 40 l\n2011_09_26/2011_09_26_drive_0014_sync 41 l\n2011_09_26/2011_09_26_drive_0014_sync 42 l\n2011_09_26/2011_09_26_drive_0014_sync 43 l\n2011_09_26/2011_09_26_drive_0014_sync 44 l\n2011_09_26/2011_09_26_drive_0014_sync 45 l\n2011_09_26/2011_09_26_drive_0014_sync 46 l\n2011_09_26/2011_09_26_drive_0014_sync 47 l\n2011_09_26/2011_09_26_drive_0014_sync 48 l\n2011_09_26/2011_09_26_drive_0014_sync 49 l\n2011_09_26/2011_09_26_drive_0014_sync 50 l\n2011_09_26/2011_09_26_drive_0014_sync 51 l\n2011_09_26/2011_09_26_drive_0014_sync 52 l\n2011_09_26/2011_09_26_drive_0014_sync 53 l\n2011_09_26/2011_09_26_drive_0014_sync 54 l\n2011_09_26/2011_09_26_drive_0014_sync 55 l\n2011_09_26/2011_09_26_drive_0014_sync 56 l\n2011_09_26/2011_09_26_drive_0014_sync 57 l\n2011_09_26/2011_09_26_drive_0014_sync 58 l\n2011_09_26/2011_09_26_drive_0014_sync 59 l\n2011_09_26/2011_09_26_drive_0014_sync 60 l\n2011_09_26/2011_09_26_drive_0014_sync 61 l\n2011_09_26/2011_09_26_drive_0014_sync 62 l\n2011_09_26/2011_09_26_drive_0014_sync 63 l\n2011_09_26/2011_09_26_drive_0014_sync 64 l\n2011_09_26/2011_09_26_drive_0014_sync 65 l\n2011_09_26/2011_09_26_drive_0014_sync 66 l\n2011_09_26/2011_09_26_drive_0014_sync 67 l\n2011_09_26/2011_09_26_drive_0014_sync 68 l\n2011_09_26/2011_09_26_drive_0014_sync 69 l\n2011_09_26/2011_09_26_drive_0014_sync 70 l\n2011_09_26/2011_09_26_drive_0014_sync 71 l\n2011_09_26/2011_09_26_drive_0014_sync 72 l\n2011_09_26/2011_09_26_drive_0014_sync 73 l\n2011_09_26/2011_09_26_drive_0014_sync 74 l\n2011_09_26/2011_09_26_drive_0014_sync 75 l\n2011_09_26/2011_09_26_drive_0014_sync 76 l\n2011_09_26/2011_09_26_drive_0014_sync 77 l\n2011_09_26/2011_09_26_drive_0014_sync 78 l\n2011_09_26/2011_09_26_drive_0014_sync 79 l\n2011_09_26/2011_09_26_drive_0014_sync 80 l\n2011_09_26/2011_09_26_drive_0014_sync 81 l\n2011_09_26/2011_09_26_drive_0014_sync 82 l\n2011_09_26/2011_09_26_drive_0014_sync 83 l\n2011_09_26/2011_09_26_drive_0014_sync 84 l\n2011_09_26/2011_09_26_drive_0014_sync 85 l\n2011_09_26/2011_09_26_drive_0014_sync 86 l\n2011_09_26/2011_09_26_drive_0014_sync 87 l\n2011_09_26/2011_09_26_drive_0014_sync 88 l\n2011_09_26/2011_09_26_drive_0014_sync 89 l\n2011_09_26/2011_09_26_drive_0014_sync 90 l\n2011_09_26/2011_09_26_drive_0014_sync 91 l\n2011_09_26/2011_09_26_drive_0014_sync 92 l\n2011_09_26/2011_09_26_drive_0014_sync 93 l\n2011_09_26/2011_09_26_drive_0014_sync 94 l\n2011_09_26/2011_09_26_drive_0014_sync 95 l\n2011_09_26/2011_09_26_drive_0014_sync 96 l\n2011_09_26/2011_09_26_drive_0014_sync 97 l\n2011_09_26/2011_09_26_drive_0014_sync 98 l\n2011_09_26/2011_09_26_drive_0014_sync 99 l\n2011_09_26/2011_09_26_drive_0014_sync 100 l\n2011_09_26/2011_09_26_drive_0014_sync 101 l\n2011_09_26/2011_09_26_drive_0014_sync 102 l\n2011_09_26/2011_09_26_drive_0014_sync 103 l\n2011_09_26/2011_09_26_drive_0014_sync 104 l\n2011_09_26/2011_09_26_drive_0014_sync 105 l\n2011_09_26/2011_09_26_drive_0014_sync 106 l\n2011_09_26/2011_09_26_drive_0014_sync 107 l\n2011_09_26/2011_09_26_drive_0014_sync 108 l\n2011_09_26/2011_09_26_drive_0014_sync 109 l\n2011_09_26/2011_09_26_drive_0014_sync 110 l\n2011_09_26/2011_09_26_drive_0014_sync 111 l\n2011_09_26/2011_09_26_drive_0014_sync 112 l\n2011_09_26/2011_09_26_drive_0014_sync 113 l\n2011_09_26/2011_09_26_drive_0014_sync 114 l\n2011_09_26/2011_09_26_drive_0014_sync 115 l\n2011_09_26/2011_09_26_drive_0014_sync 116 l\n2011_09_26/2011_09_26_drive_0014_sync 117 l\n2011_09_26/2011_09_26_drive_0014_sync 118 l\n2011_09_26/2011_09_26_drive_0014_sync 119 l\n2011_09_26/2011_09_26_drive_0014_sync 120 l\n2011_09_26/2011_09_26_drive_0014_sync 121 l\n2011_09_26/2011_09_26_drive_0014_sync 122 l\n2011_09_26/2011_09_26_drive_0014_sync 123 l\n2011_09_26/2011_09_26_drive_0014_sync 124 l\n2011_09_26/2011_09_26_drive_0014_sync 125 l\n2011_09_26/2011_09_26_drive_0014_sync 126 l\n2011_09_26/2011_09_26_drive_0014_sync 127 l\n2011_09_26/2011_09_26_drive_0014_sync 128 l\n2011_09_26/2011_09_26_drive_0014_sync 129 l\n2011_09_26/2011_09_26_drive_0014_sync 130 l\n2011_09_26/2011_09_26_drive_0014_sync 131 l\n2011_09_26/2011_09_26_drive_0014_sync 132 l\n2011_09_26/2011_09_26_drive_0014_sync 133 l\n2011_09_26/2011_09_26_drive_0014_sync 134 l\n2011_09_26/2011_09_26_drive_0014_sync 135 l\n2011_09_26/2011_09_26_drive_0014_sync 136 l\n2011_09_26/2011_09_26_drive_0014_sync 137 l\n2011_09_26/2011_09_26_drive_0014_sync 138 l\n2011_09_26/2011_09_26_drive_0014_sync 139 l\n2011_09_26/2011_09_26_drive_0014_sync 140 l\n2011_09_26/2011_09_26_drive_0014_sync 141 l\n2011_09_26/2011_09_26_drive_0014_sync 142 l\n2011_09_26/2011_09_26_drive_0014_sync 143 l\n2011_09_26/2011_09_26_drive_0014_sync 144 l\n2011_09_26/2011_09_26_drive_0014_sync 145 l\n2011_09_26/2011_09_26_drive_0014_sync 146 l\n2011_09_26/2011_09_26_drive_0014_sync 147 l\n2011_09_26/2011_09_26_drive_0014_sync 148 l\n2011_09_26/2011_09_26_drive_0014_sync 149 l\n2011_09_26/2011_09_26_drive_0014_sync 150 l\n2011_09_26/2011_09_26_drive_0014_sync 151 l\n2011_09_26/2011_09_26_drive_0014_sync 152 l\n2011_09_26/2011_09_26_drive_0014_sync 153 l\n2011_09_26/2011_09_26_drive_0014_sync 154 l\n2011_09_26/2011_09_26_drive_0014_sync 155 l\n2011_09_26/2011_09_26_drive_0014_sync 156 l\n2011_09_26/2011_09_26_drive_0014_sync 157 l\n2011_09_26/2011_09_26_drive_0014_sync 158 l\n2011_09_26/2011_09_26_drive_0014_sync 159 l\n2011_09_26/2011_09_26_drive_0014_sync 160 l\n2011_09_26/2011_09_26_drive_0014_sync 161 l\n2011_09_26/2011_09_26_drive_0014_sync 162 l\n2011_09_26/2011_09_26_drive_0014_sync 163 l\n2011_09_26/2011_09_26_drive_0014_sync 164 l\n2011_09_26/2011_09_26_drive_0014_sync 165 l\n2011_09_26/2011_09_26_drive_0014_sync 166 l\n2011_09_26/2011_09_26_drive_0014_sync 167 l\n2011_09_26/2011_09_26_drive_0014_sync 168 l\n2011_09_26/2011_09_26_drive_0014_sync 169 l\n2011_09_26/2011_09_26_drive_0014_sync 170 l\n2011_09_26/2011_09_26_drive_0014_sync 171 l\n2011_09_26/2011_09_26_drive_0014_sync 172 l\n2011_09_26/2011_09_26_drive_0014_sync 173 l\n2011_09_26/2011_09_26_drive_0014_sync 174 l\n2011_09_26/2011_09_26_drive_0014_sync 175 l\n2011_09_26/2011_09_26_drive_0014_sync 176 l\n2011_09_26/2011_09_26_drive_0014_sync 177 l\n2011_09_26/2011_09_26_drive_0014_sync 178 l\n2011_09_26/2011_09_26_drive_0014_sync 179 l\n2011_09_26/2011_09_26_drive_0014_sync 180 l\n2011_09_26/2011_09_26_drive_0014_sync 181 l\n2011_09_26/2011_09_26_drive_0014_sync 182 l\n2011_09_26/2011_09_26_drive_0014_sync 183 l\n2011_09_26/2011_09_26_drive_0014_sync 184 l\n2011_09_26/2011_09_26_drive_0014_sync 185 l\n2011_09_26/2011_09_26_drive_0014_sync 186 l\n2011_09_26/2011_09_26_drive_0014_sync 187 l\n2011_09_26/2011_09_26_drive_0014_sync 188 l\n2011_09_26/2011_09_26_drive_0014_sync 189 l\n2011_09_26/2011_09_26_drive_0014_sync 190 l\n2011_09_26/2011_09_26_drive_0014_sync 191 l\n2011_09_26/2011_09_26_drive_0014_sync 192 l\n2011_09_26/2011_09_26_drive_0014_sync 193 l\n2011_09_26/2011_09_26_drive_0014_sync 194 l\n2011_09_26/2011_09_26_drive_0014_sync 195 l\n2011_09_26/2011_09_26_drive_0014_sync 196 l\n2011_09_26/2011_09_26_drive_0014_sync 197 l\n2011_09_26/2011_09_26_drive_0014_sync 198 l\n2011_09_26/2011_09_26_drive_0014_sync 199 l\n2011_09_26/2011_09_26_drive_0014_sync 200 l\n2011_09_26/2011_09_26_drive_0014_sync 201 l\n2011_09_26/2011_09_26_drive_0014_sync 202 l\n2011_09_26/2011_09_26_drive_0014_sync 203 l\n2011_09_26/2011_09_26_drive_0014_sync 204 l\n2011_09_26/2011_09_26_drive_0014_sync 205 l\n2011_09_26/2011_09_26_drive_0014_sync 206 l\n2011_09_26/2011_09_26_drive_0014_sync 207 l\n2011_09_26/2011_09_26_drive_0014_sync 208 l\n2011_09_26/2011_09_26_drive_0014_sync 209 l\n2011_09_26/2011_09_26_drive_0014_sync 210 l\n2011_09_26/2011_09_26_drive_0014_sync 211 l\n2011_09_26/2011_09_26_drive_0014_sync 212 l\n2011_09_26/2011_09_26_drive_0014_sync 213 l\n2011_09_26/2011_09_26_drive_0014_sync 214 l\n2011_09_26/2011_09_26_drive_0014_sync 215 l\n2011_09_26/2011_09_26_drive_0014_sync 216 l\n2011_09_26/2011_09_26_drive_0014_sync 217 l\n2011_09_26/2011_09_26_drive_0014_sync 218 l\n2011_09_26/2011_09_26_drive_0014_sync 219 l\n2011_09_26/2011_09_26_drive_0014_sync 220 l\n2011_09_26/2011_09_26_drive_0014_sync 221 l\n2011_09_26/2011_09_26_drive_0014_sync 222 l\n2011_09_26/2011_09_26_drive_0014_sync 223 l\n2011_09_26/2011_09_26_drive_0014_sync 224 l\n2011_09_26/2011_09_26_drive_0014_sync 225 l\n2011_09_26/2011_09_26_drive_0014_sync 226 l\n2011_09_26/2011_09_26_drive_0014_sync 227 l\n2011_09_26/2011_09_26_drive_0014_sync 228 l\n2011_09_26/2011_09_26_drive_0014_sync 229 l\n2011_09_26/2011_09_26_drive_0014_sync 230 l\n2011_09_26/2011_09_26_drive_0014_sync 231 l\n2011_09_26/2011_09_26_drive_0014_sync 232 l\n2011_09_26/2011_09_26_drive_0014_sync 233 l\n2011_09_26/2011_09_26_drive_0014_sync 234 l\n2011_09_26/2011_09_26_drive_0014_sync 235 l\n2011_09_26/2011_09_26_drive_0014_sync 236 l\n2011_09_26/2011_09_26_drive_0014_sync 237 l\n2011_09_26/2011_09_26_drive_0014_sync 238 l\n2011_09_26/2011_09_26_drive_0014_sync 239 l\n2011_09_26/2011_09_26_drive_0014_sync 240 l\n2011_09_26/2011_09_26_drive_0014_sync 241 l\n2011_09_26/2011_09_26_drive_0014_sync 242 l\n2011_09_26/2011_09_26_drive_0014_sync 243 l\n2011_09_26/2011_09_26_drive_0014_sync 244 l\n2011_09_26/2011_09_26_drive_0014_sync 245 l\n2011_09_26/2011_09_26_drive_0014_sync 246 l\n2011_09_26/2011_09_26_drive_0014_sync 247 l\n2011_09_26/2011_09_26_drive_0014_sync 248 l\n2011_09_26/2011_09_26_drive_0014_sync 249 l\n2011_09_26/2011_09_26_drive_0014_sync 250 l\n2011_09_26/2011_09_26_drive_0014_sync 251 l\n2011_09_26/2011_09_26_drive_0014_sync 252 l\n2011_09_26/2011_09_26_drive_0014_sync 253 l\n2011_09_26/2011_09_26_drive_0014_sync 254 l\n2011_09_26/2011_09_26_drive_0014_sync 255 l\n2011_09_26/2011_09_26_drive_0014_sync 256 l\n2011_09_26/2011_09_26_drive_0014_sync 257 l\n2011_09_26/2011_09_26_drive_0014_sync 258 l\n2011_09_26/2011_09_26_drive_0014_sync 259 l\n2011_09_26/2011_09_26_drive_0014_sync 260 l\n2011_09_26/2011_09_26_drive_0014_sync 261 l\n2011_09_26/2011_09_26_drive_0014_sync 262 l\n2011_09_26/2011_09_26_drive_0014_sync 263 l\n2011_09_26/2011_09_26_drive_0014_sync 264 l\n2011_09_26/2011_09_26_drive_0014_sync 265 l\n2011_09_26/2011_09_26_drive_0014_sync 266 l\n2011_09_26/2011_09_26_drive_0014_sync 267 l\n2011_09_26/2011_09_26_drive_0014_sync 268 l\n2011_09_26/2011_09_26_drive_0014_sync 269 l\n2011_09_26/2011_09_26_drive_0014_sync 270 l\n2011_09_26/2011_09_26_drive_0014_sync 271 l\n2011_09_26/2011_09_26_drive_0014_sync 272 l\n2011_09_26/2011_09_26_drive_0014_sync 273 l\n2011_09_26/2011_09_26_drive_0014_sync 274 l\n2011_09_26/2011_09_26_drive_0014_sync 275 l\n2011_09_26/2011_09_26_drive_0014_sync 276 l\n2011_09_26/2011_09_26_drive_0014_sync 277 l\n2011_09_26/2011_09_26_drive_0014_sync 278 l\n2011_09_26/2011_09_26_drive_0014_sync 279 l\n2011_09_26/2011_09_26_drive_0014_sync 280 l\n2011_09_26/2011_09_26_drive_0014_sync 281 l\n2011_09_26/2011_09_26_drive_0014_sync 282 l\n2011_09_26/2011_09_26_drive_0014_sync 283 l\n2011_09_26/2011_09_26_drive_0014_sync 284 l\n2011_09_26/2011_09_26_drive_0014_sync 285 l\n2011_09_26/2011_09_26_drive_0014_sync 286 l\n2011_09_26/2011_09_26_drive_0014_sync 287 l\n2011_09_26/2011_09_26_drive_0014_sync 288 l\n2011_09_26/2011_09_26_drive_0014_sync 289 l\n2011_09_26/2011_09_26_drive_0014_sync 290 l\n2011_09_26/2011_09_26_drive_0014_sync 291 l\n2011_09_26/2011_09_26_drive_0014_sync 292 l\n2011_09_26/2011_09_26_drive_0014_sync 293 l\n2011_09_26/2011_09_26_drive_0014_sync 294 l\n2011_09_26/2011_09_26_drive_0014_sync 295 l\n2011_09_26/2011_09_26_drive_0014_sync 296 l\n2011_09_26/2011_09_26_drive_0014_sync 297 l\n2011_09_26/2011_09_26_drive_0014_sync 298 l\n2011_09_26/2011_09_26_drive_0014_sync 299 l\n2011_09_26/2011_09_26_drive_0014_sync 300 l\n2011_09_26/2011_09_26_drive_0014_sync 301 l\n2011_09_26/2011_09_26_drive_0014_sync 302 l\n2011_09_26/2011_09_26_drive_0014_sync 303 l\n2011_09_26/2011_09_26_drive_0014_sync 304 l\n2011_09_26/2011_09_26_drive_0014_sync 305 l\n2011_09_26/2011_09_26_drive_0014_sync 306 l\n2011_09_26/2011_09_26_drive_0014_sync 307 l\n2011_09_26/2011_09_26_drive_0014_sync 308 l\n2011_09_26/2011_09_26_drive_0014_sync 309 l\n2011_09_26/2011_09_26_drive_0014_sync 310 l\n2011_09_26/2011_09_26_drive_0014_sync 311 l\n2011_09_26/2011_09_26_drive_0014_sync 312 l\n2011_09_26/2011_09_26_drive_0014_sync 313 l\n2011_09_26/2011_09_26_drive_0014_sync 0 r\n2011_09_26/2011_09_26_drive_0014_sync 1 r\n2011_09_26/2011_09_26_drive_0014_sync 2 r\n2011_09_26/2011_09_26_drive_0014_sync 3 r\n2011_09_26/2011_09_26_drive_0014_sync 4 r\n2011_09_26/2011_09_26_drive_0014_sync 5 r\n2011_09_26/2011_09_26_drive_0014_sync 6 r\n2011_09_26/2011_09_26_drive_0014_sync 7 r\n2011_09_26/2011_09_26_drive_0014_sync 8 r\n2011_09_26/2011_09_26_drive_0014_sync 9 r\n2011_09_26/2011_09_26_drive_0014_sync 10 r\n2011_09_26/2011_09_26_drive_0014_sync 11 r\n2011_09_26/2011_09_26_drive_0014_sync 12 r\n2011_09_26/2011_09_26_drive_0014_sync 13 r\n2011_09_26/2011_09_26_drive_0014_sync 14 r\n2011_09_26/2011_09_26_drive_0014_sync 15 r\n2011_09_26/2011_09_26_drive_0014_sync 16 r\n2011_09_26/2011_09_26_drive_0014_sync 17 r\n2011_09_26/2011_09_26_drive_0014_sync 18 r\n2011_09_26/2011_09_26_drive_0014_sync 19 r\n2011_09_26/2011_09_26_drive_0014_sync 20 r\n2011_09_26/2011_09_26_drive_0014_sync 21 r\n2011_09_26/2011_09_26_drive_0014_sync 22 r\n2011_09_26/2011_09_26_drive_0014_sync 23 r\n2011_09_26/2011_09_26_drive_0014_sync 24 r\n2011_09_26/2011_09_26_drive_0014_sync 25 r\n2011_09_26/2011_09_26_drive_0014_sync 26 r\n2011_09_26/2011_09_26_drive_0014_sync 27 r\n2011_09_26/2011_09_26_drive_0014_sync 28 r\n2011_09_26/2011_09_26_drive_0014_sync 29 r\n2011_09_26/2011_09_26_drive_0014_sync 30 r\n2011_09_26/2011_09_26_drive_0014_sync 31 r\n2011_09_26/2011_09_26_drive_0014_sync 32 r\n2011_09_26/2011_09_26_drive_0014_sync 33 r\n2011_09_26/2011_09_26_drive_0014_sync 34 r\n2011_09_26/2011_09_26_drive_0014_sync 35 r\n2011_09_26/2011_09_26_drive_0014_sync 36 r\n2011_09_26/2011_09_26_drive_0014_sync 37 r\n2011_09_26/2011_09_26_drive_0014_sync 38 r\n2011_09_26/2011_09_26_drive_0014_sync 39 r\n2011_09_26/2011_09_26_drive_0014_sync 40 r\n2011_09_26/2011_09_26_drive_0014_sync 41 r\n2011_09_26/2011_09_26_drive_0014_sync 42 r\n2011_09_26/2011_09_26_drive_0014_sync 43 r\n2011_09_26/2011_09_26_drive_0014_sync 44 r\n2011_09_26/2011_09_26_drive_0014_sync 45 r\n2011_09_26/2011_09_26_drive_0014_sync 46 r\n2011_09_26/2011_09_26_drive_0014_sync 47 r\n2011_09_26/2011_09_26_drive_0014_sync 48 r\n2011_09_26/2011_09_26_drive_0014_sync 49 r\n2011_09_26/2011_09_26_drive_0014_sync 50 r\n2011_09_26/2011_09_26_drive_0014_sync 51 r\n2011_09_26/2011_09_26_drive_0014_sync 52 r\n2011_09_26/2011_09_26_drive_0014_sync 53 r\n2011_09_26/2011_09_26_drive_0014_sync 54 r\n2011_09_26/2011_09_26_drive_0014_sync 55 r\n2011_09_26/2011_09_26_drive_0014_sync 56 r\n2011_09_26/2011_09_26_drive_0014_sync 57 r\n2011_09_26/2011_09_26_drive_0014_sync 58 r\n2011_09_26/2011_09_26_drive_0014_sync 59 r\n2011_09_26/2011_09_26_drive_0014_sync 60 r\n2011_09_26/2011_09_26_drive_0014_sync 61 r\n2011_09_26/2011_09_26_drive_0014_sync 62 r\n2011_09_26/2011_09_26_drive_0014_sync 63 r\n2011_09_26/2011_09_26_drive_0014_sync 64 r\n2011_09_26/2011_09_26_drive_0014_sync 65 r\n2011_09_26/2011_09_26_drive_0014_sync 66 r\n2011_09_26/2011_09_26_drive_0014_sync 67 r\n2011_09_26/2011_09_26_drive_0014_sync 68 r\n2011_09_26/2011_09_26_drive_0014_sync 69 r\n2011_09_26/2011_09_26_drive_0014_sync 70 r\n2011_09_26/2011_09_26_drive_0014_sync 71 r\n2011_09_26/2011_09_26_drive_0014_sync 72 r\n2011_09_26/2011_09_26_drive_0014_sync 73 r\n2011_09_26/2011_09_26_drive_0014_sync 74 r\n2011_09_26/2011_09_26_drive_0014_sync 75 r\n2011_09_26/2011_09_26_drive_0014_sync 76 r\n2011_09_26/2011_09_26_drive_0014_sync 77 r\n2011_09_26/2011_09_26_drive_0014_sync 78 r\n2011_09_26/2011_09_26_drive_0014_sync 79 r\n2011_09_26/2011_09_26_drive_0014_sync 80 r\n2011_09_26/2011_09_26_drive_0014_sync 81 r\n2011_09_26/2011_09_26_drive_0014_sync 82 r\n2011_09_26/2011_09_26_drive_0014_sync 83 r\n2011_09_26/2011_09_26_drive_0014_sync 84 r\n2011_09_26/2011_09_26_drive_0014_sync 85 r\n2011_09_26/2011_09_26_drive_0014_sync 86 r\n2011_09_26/2011_09_26_drive_0014_sync 87 r\n2011_09_26/2011_09_26_drive_0014_sync 88 r\n2011_09_26/2011_09_26_drive_0014_sync 89 r\n2011_09_26/2011_09_26_drive_0014_sync 90 r\n2011_09_26/2011_09_26_drive_0014_sync 91 r\n2011_09_26/2011_09_26_drive_0014_sync 92 r\n2011_09_26/2011_09_26_drive_0014_sync 93 r\n2011_09_26/2011_09_26_drive_0014_sync 94 r\n2011_09_26/2011_09_26_drive_0014_sync 95 r\n2011_09_26/2011_09_26_drive_0014_sync 96 r\n2011_09_26/2011_09_26_drive_0014_sync 97 r\n2011_09_26/2011_09_26_drive_0014_sync 98 r\n2011_09_26/2011_09_26_drive_0014_sync 99 r\n2011_09_26/2011_09_26_drive_0014_sync 100 r\n2011_09_26/2011_09_26_drive_0014_sync 101 r\n2011_09_26/2011_09_26_drive_0014_sync 102 r\n2011_09_26/2011_09_26_drive_0014_sync 103 r\n2011_09_26/2011_09_26_drive_0014_sync 104 r\n2011_09_26/2011_09_26_drive_0014_sync 105 r\n2011_09_26/2011_09_26_drive_0014_sync 106 r\n2011_09_26/2011_09_26_drive_0014_sync 107 r\n2011_09_26/2011_09_26_drive_0014_sync 108 r\n2011_09_26/2011_09_26_drive_0014_sync 109 r\n2011_09_26/2011_09_26_drive_0014_sync 110 r\n2011_09_26/2011_09_26_drive_0014_sync 111 r\n2011_09_26/2011_09_26_drive_0014_sync 112 r\n2011_09_26/2011_09_26_drive_0014_sync 113 r\n2011_09_26/2011_09_26_drive_0014_sync 114 r\n2011_09_26/2011_09_26_drive_0014_sync 115 r\n2011_09_26/2011_09_26_drive_0014_sync 116 r\n2011_09_26/2011_09_26_drive_0014_sync 117 r\n2011_09_26/2011_09_26_drive_0014_sync 118 r\n2011_09_26/2011_09_26_drive_0014_sync 119 r\n2011_09_26/2011_09_26_drive_0014_sync 120 r\n2011_09_26/2011_09_26_drive_0014_sync 121 r\n2011_09_26/2011_09_26_drive_0014_sync 122 r\n2011_09_26/2011_09_26_drive_0014_sync 123 r\n2011_09_26/2011_09_26_drive_0014_sync 124 r\n2011_09_26/2011_09_26_drive_0014_sync 125 r\n2011_09_26/2011_09_26_drive_0014_sync 126 r\n2011_09_26/2011_09_26_drive_0014_sync 127 r\n2011_09_26/2011_09_26_drive_0014_sync 128 r\n2011_09_26/2011_09_26_drive_0014_sync 129 r\n2011_09_26/2011_09_26_drive_0014_sync 130 r\n2011_09_26/2011_09_26_drive_0014_sync 131 r\n2011_09_26/2011_09_26_drive_0014_sync 132 r\n2011_09_26/2011_09_26_drive_0014_sync 133 r\n2011_09_26/2011_09_26_drive_0014_sync 134 r\n2011_09_26/2011_09_26_drive_0014_sync 135 r\n2011_09_26/2011_09_26_drive_0014_sync 136 r\n2011_09_26/2011_09_26_drive_0014_sync 137 r\n2011_09_26/2011_09_26_drive_0014_sync 138 r\n2011_09_26/2011_09_26_drive_0014_sync 139 r\n2011_09_26/2011_09_26_drive_0014_sync 140 r\n2011_09_26/2011_09_26_drive_0014_sync 141 r\n2011_09_26/2011_09_26_drive_0014_sync 142 r\n2011_09_26/2011_09_26_drive_0014_sync 143 r\n2011_09_26/2011_09_26_drive_0014_sync 144 r\n2011_09_26/2011_09_26_drive_0014_sync 145 r\n2011_09_26/2011_09_26_drive_0014_sync 146 r\n2011_09_26/2011_09_26_drive_0014_sync 147 r\n2011_09_26/2011_09_26_drive_0014_sync 148 r\n2011_09_26/2011_09_26_drive_0014_sync 149 r\n2011_09_26/2011_09_26_drive_0014_sync 150 r\n2011_09_26/2011_09_26_drive_0014_sync 151 r\n2011_09_26/2011_09_26_drive_0014_sync 152 r\n2011_09_26/2011_09_26_drive_0014_sync 153 r\n2011_09_26/2011_09_26_drive_0014_sync 154 r\n2011_09_26/2011_09_26_drive_0014_sync 155 r\n2011_09_26/2011_09_26_drive_0014_sync 156 r\n2011_09_26/2011_09_26_drive_0014_sync 157 r\n2011_09_26/2011_09_26_drive_0014_sync 158 r\n2011_09_26/2011_09_26_drive_0014_sync 159 r\n2011_09_26/2011_09_26_drive_0014_sync 160 r\n2011_09_26/2011_09_26_drive_0014_sync 161 r\n2011_09_26/2011_09_26_drive_0014_sync 162 r\n2011_09_26/2011_09_26_drive_0014_sync 163 r\n2011_09_26/2011_09_26_drive_0014_sync 164 r\n2011_09_26/2011_09_26_drive_0014_sync 165 r\n2011_09_26/2011_09_26_drive_0014_sync 166 r\n2011_09_26/2011_09_26_drive_0014_sync 167 r\n2011_09_26/2011_09_26_drive_0014_sync 168 r\n2011_09_26/2011_09_26_drive_0014_sync 169 r\n2011_09_26/2011_09_26_drive_0014_sync 170 r\n2011_09_26/2011_09_26_drive_0014_sync 171 r\n2011_09_26/2011_09_26_drive_0014_sync 172 r\n2011_09_26/2011_09_26_drive_0014_sync 173 r\n2011_09_26/2011_09_26_drive_0014_sync 174 r\n2011_09_26/2011_09_26_drive_0014_sync 175 r\n2011_09_26/2011_09_26_drive_0014_sync 176 r\n2011_09_26/2011_09_26_drive_0014_sync 177 r\n2011_09_26/2011_09_26_drive_0014_sync 178 r\n2011_09_26/2011_09_26_drive_0014_sync 179 r\n2011_09_26/2011_09_26_drive_0014_sync 180 r\n2011_09_26/2011_09_26_drive_0014_sync 181 r\n2011_09_26/2011_09_26_drive_0014_sync 182 r\n2011_09_26/2011_09_26_drive_0014_sync 183 r\n2011_09_26/2011_09_26_drive_0014_sync 184 r\n2011_09_26/2011_09_26_drive_0014_sync 185 r\n2011_09_26/2011_09_26_drive_0014_sync 186 r\n2011_09_26/2011_09_26_drive_0014_sync 187 r\n2011_09_26/2011_09_26_drive_0014_sync 188 r\n2011_09_26/2011_09_26_drive_0014_sync 189 r\n2011_09_26/2011_09_26_drive_0014_sync 190 r\n2011_09_26/2011_09_26_drive_0014_sync 191 r\n2011_09_26/2011_09_26_drive_0014_sync 192 r\n2011_09_26/2011_09_26_drive_0014_sync 193 r\n2011_09_26/2011_09_26_drive_0014_sync 194 r\n2011_09_26/2011_09_26_drive_0014_sync 195 r\n2011_09_26/2011_09_26_drive_0014_sync 196 r\n2011_09_26/2011_09_26_drive_0014_sync 197 r\n2011_09_26/2011_09_26_drive_0014_sync 198 r\n2011_09_26/2011_09_26_drive_0014_sync 199 r\n2011_09_26/2011_09_26_drive_0014_sync 200 r\n2011_09_26/2011_09_26_drive_0014_sync 201 r\n2011_09_26/2011_09_26_drive_0014_sync 202 r\n2011_09_26/2011_09_26_drive_0014_sync 203 r\n2011_09_26/2011_09_26_drive_0014_sync 204 r\n2011_09_26/2011_09_26_drive_0014_sync 205 r\n2011_09_26/2011_09_26_drive_0014_sync 206 r\n2011_09_26/2011_09_26_drive_0014_sync 207 r\n2011_09_26/2011_09_26_drive_0014_sync 208 r\n2011_09_26/2011_09_26_drive_0014_sync 209 r\n2011_09_26/2011_09_26_drive_0014_sync 210 r\n2011_09_26/2011_09_26_drive_0014_sync 211 r\n2011_09_26/2011_09_26_drive_0014_sync 212 r\n2011_09_26/2011_09_26_drive_0014_sync 213 r\n2011_09_26/2011_09_26_drive_0014_sync 214 r\n2011_09_26/2011_09_26_drive_0014_sync 215 r\n2011_09_26/2011_09_26_drive_0014_sync 216 r\n2011_09_26/2011_09_26_drive_0014_sync 217 r\n2011_09_26/2011_09_26_drive_0014_sync 218 r\n2011_09_26/2011_09_26_drive_0014_sync 219 r\n2011_09_26/2011_09_26_drive_0014_sync 220 r\n2011_09_26/2011_09_26_drive_0014_sync 221 r\n2011_09_26/2011_09_26_drive_0014_sync 222 r\n2011_09_26/2011_09_26_drive_0014_sync 223 r\n2011_09_26/2011_09_26_drive_0014_sync 224 r\n2011_09_26/2011_09_26_drive_0014_sync 225 r\n2011_09_26/2011_09_26_drive_0014_sync 226 r\n2011_09_26/2011_09_26_drive_0014_sync 227 r\n2011_09_26/2011_09_26_drive_0014_sync 228 r\n2011_09_26/2011_09_26_drive_0014_sync 229 r\n2011_09_26/2011_09_26_drive_0014_sync 230 r\n2011_09_26/2011_09_26_drive_0014_sync 231 r\n2011_09_26/2011_09_26_drive_0014_sync 232 r\n2011_09_26/2011_09_26_drive_0014_sync 233 r\n2011_09_26/2011_09_26_drive_0014_sync 234 r\n2011_09_26/2011_09_26_drive_0014_sync 235 r\n2011_09_26/2011_09_26_drive_0014_sync 236 r\n2011_09_26/2011_09_26_drive_0014_sync 237 r\n2011_09_26/2011_09_26_drive_0014_sync 238 r\n2011_09_26/2011_09_26_drive_0014_sync 239 r\n2011_09_26/2011_09_26_drive_0014_sync 240 r\n2011_09_26/2011_09_26_drive_0014_sync 241 r\n2011_09_26/2011_09_26_drive_0014_sync 242 r\n2011_09_26/2011_09_26_drive_0014_sync 243 r\n2011_09_26/2011_09_26_drive_0014_sync 244 r\n2011_09_26/2011_09_26_drive_0014_sync 245 r\n2011_09_26/2011_09_26_drive_0014_sync 246 r\n2011_09_26/2011_09_26_drive_0014_sync 247 r\n2011_09_26/2011_09_26_drive_0014_sync 248 r\n2011_09_26/2011_09_26_drive_0014_sync 249 r\n2011_09_26/2011_09_26_drive_0014_sync 250 r\n2011_09_26/2011_09_26_drive_0014_sync 251 r\n2011_09_26/2011_09_26_drive_0014_sync 252 r\n2011_09_26/2011_09_26_drive_0014_sync 253 r\n2011_09_26/2011_09_26_drive_0014_sync 254 r\n2011_09_26/2011_09_26_drive_0014_sync 255 r\n2011_09_26/2011_09_26_drive_0014_sync 256 r\n2011_09_26/2011_09_26_drive_0014_sync 257 r\n2011_09_26/2011_09_26_drive_0014_sync 258 r\n2011_09_26/2011_09_26_drive_0014_sync 259 r\n2011_09_26/2011_09_26_drive_0014_sync 260 r\n2011_09_26/2011_09_26_drive_0014_sync 261 r\n2011_09_26/2011_09_26_drive_0014_sync 262 r\n2011_09_26/2011_09_26_drive_0014_sync 263 r\n2011_09_26/2011_09_26_drive_0014_sync 264 r\n2011_09_26/2011_09_26_drive_0014_sync 265 r\n2011_09_26/2011_09_26_drive_0014_sync 266 r\n2011_09_26/2011_09_26_drive_0014_sync 267 r\n2011_09_26/2011_09_26_drive_0014_sync 268 r\n2011_09_26/2011_09_26_drive_0014_sync 269 r\n2011_09_26/2011_09_26_drive_0014_sync 270 r\n2011_09_26/2011_09_26_drive_0014_sync 271 r\n2011_09_26/2011_09_26_drive_0014_sync 272 r\n2011_09_26/2011_09_26_drive_0014_sync 273 r\n2011_09_26/2011_09_26_drive_0014_sync 274 r\n2011_09_26/2011_09_26_drive_0014_sync 275 r\n2011_09_26/2011_09_26_drive_0014_sync 276 r\n2011_09_26/2011_09_26_drive_0014_sync 277 r\n2011_09_26/2011_09_26_drive_0014_sync 278 r\n2011_09_26/2011_09_26_drive_0014_sync 279 r\n2011_09_26/2011_09_26_drive_0014_sync 280 r\n2011_09_26/2011_09_26_drive_0014_sync 281 r\n2011_09_26/2011_09_26_drive_0014_sync 282 r\n2011_09_26/2011_09_26_drive_0014_sync 283 r\n2011_09_26/2011_09_26_drive_0014_sync 284 r\n2011_09_26/2011_09_26_drive_0014_sync 285 r\n2011_09_26/2011_09_26_drive_0014_sync 286 r\n2011_09_26/2011_09_26_drive_0014_sync 287 r\n2011_09_26/2011_09_26_drive_0014_sync 288 r\n2011_09_26/2011_09_26_drive_0014_sync 289 r\n2011_09_26/2011_09_26_drive_0014_sync 290 r\n2011_09_26/2011_09_26_drive_0014_sync 291 r\n2011_09_26/2011_09_26_drive_0014_sync 292 r\n2011_09_26/2011_09_26_drive_0014_sync 293 r\n2011_09_26/2011_09_26_drive_0014_sync 294 r\n2011_09_26/2011_09_26_drive_0014_sync 295 r\n2011_09_26/2011_09_26_drive_0014_sync 296 r\n2011_09_26/2011_09_26_drive_0014_sync 297 r\n2011_09_26/2011_09_26_drive_0014_sync 298 r\n2011_09_26/2011_09_26_drive_0014_sync 299 r\n2011_09_26/2011_09_26_drive_0014_sync 300 r\n2011_09_26/2011_09_26_drive_0014_sync 301 r\n2011_09_26/2011_09_26_drive_0014_sync 302 r\n2011_09_26/2011_09_26_drive_0014_sync 303 r\n2011_09_26/2011_09_26_drive_0014_sync 304 r\n2011_09_26/2011_09_26_drive_0014_sync 305 r\n2011_09_26/2011_09_26_drive_0014_sync 306 r\n2011_09_26/2011_09_26_drive_0014_sync 307 r\n2011_09_26/2011_09_26_drive_0014_sync 308 r\n2011_09_26/2011_09_26_drive_0014_sync 309 r\n2011_09_26/2011_09_26_drive_0014_sync 310 r\n2011_09_26/2011_09_26_drive_0014_sync 311 r\n2011_09_26/2011_09_26_drive_0014_sync 312 r\n2011_09_26/2011_09_26_drive_0014_sync 313 r\n2011_09_26/2011_09_26_drive_0011_sync 0 l\n2011_09_26/2011_09_26_drive_0011_sync 1 l\n2011_09_26/2011_09_26_drive_0011_sync 2 l\n2011_09_26/2011_09_26_drive_0011_sync 3 l\n2011_09_26/2011_09_26_drive_0011_sync 4 l\n2011_09_26/2011_09_26_drive_0011_sync 5 l\n2011_09_26/2011_09_26_drive_0011_sync 6 l\n2011_09_26/2011_09_26_drive_0011_sync 7 l\n2011_09_26/2011_09_26_drive_0011_sync 8 l\n2011_09_26/2011_09_26_drive_0011_sync 9 l\n2011_09_26/2011_09_26_drive_0011_sync 10 l\n2011_09_26/2011_09_26_drive_0011_sync 11 l\n2011_09_26/2011_09_26_drive_0011_sync 12 l\n2011_09_26/2011_09_26_drive_0011_sync 13 l\n2011_09_26/2011_09_26_drive_0011_sync 14 l\n2011_09_26/2011_09_26_drive_0011_sync 15 l\n2011_09_26/2011_09_26_drive_0011_sync 16 l\n2011_09_26/2011_09_26_drive_0011_sync 17 l\n2011_09_26/2011_09_26_drive_0011_sync 18 l\n2011_09_26/2011_09_26_drive_0011_sync 19 l\n2011_09_26/2011_09_26_drive_0011_sync 20 l\n2011_09_26/2011_09_26_drive_0011_sync 21 l\n2011_09_26/2011_09_26_drive_0011_sync 22 l\n2011_09_26/2011_09_26_drive_0011_sync 23 l\n2011_09_26/2011_09_26_drive_0011_sync 24 l\n2011_09_26/2011_09_26_drive_0011_sync 25 l\n2011_09_26/2011_09_26_drive_0011_sync 26 l\n2011_09_26/2011_09_26_drive_0011_sync 27 l\n2011_09_26/2011_09_26_drive_0011_sync 28 l\n2011_09_26/2011_09_26_drive_0011_sync 29 l\n2011_09_26/2011_09_26_drive_0011_sync 30 l\n2011_09_26/2011_09_26_drive_0011_sync 31 l\n2011_09_26/2011_09_26_drive_0011_sync 32 l\n2011_09_26/2011_09_26_drive_0011_sync 33 l\n2011_09_26/2011_09_26_drive_0011_sync 34 l\n2011_09_26/2011_09_26_drive_0011_sync 35 l\n2011_09_26/2011_09_26_drive_0011_sync 36 l\n2011_09_26/2011_09_26_drive_0011_sync 37 l\n2011_09_26/2011_09_26_drive_0011_sync 38 l\n2011_09_26/2011_09_26_drive_0011_sync 39 l\n2011_09_26/2011_09_26_drive_0011_sync 40 l\n2011_09_26/2011_09_26_drive_0011_sync 41 l\n2011_09_26/2011_09_26_drive_0011_sync 42 l\n2011_09_26/2011_09_26_drive_0011_sync 43 l\n2011_09_26/2011_09_26_drive_0011_sync 44 l\n2011_09_26/2011_09_26_drive_0011_sync 45 l\n2011_09_26/2011_09_26_drive_0011_sync 46 l\n2011_09_26/2011_09_26_drive_0011_sync 47 l\n2011_09_26/2011_09_26_drive_0011_sync 48 l\n2011_09_26/2011_09_26_drive_0011_sync 49 l\n2011_09_26/2011_09_26_drive_0011_sync 50 l\n2011_09_26/2011_09_26_drive_0011_sync 51 l\n2011_09_26/2011_09_26_drive_0011_sync 52 l\n2011_09_26/2011_09_26_drive_0011_sync 53 l\n2011_09_26/2011_09_26_drive_0011_sync 54 l\n2011_09_26/2011_09_26_drive_0011_sync 55 l\n2011_09_26/2011_09_26_drive_0011_sync 56 l\n2011_09_26/2011_09_26_drive_0011_sync 57 l\n2011_09_26/2011_09_26_drive_0011_sync 58 l\n2011_09_26/2011_09_26_drive_0011_sync 59 l\n2011_09_26/2011_09_26_drive_0011_sync 60 l\n2011_09_26/2011_09_26_drive_0011_sync 61 l\n2011_09_26/2011_09_26_drive_0011_sync 62 l\n2011_09_26/2011_09_26_drive_0011_sync 63 l\n2011_09_26/2011_09_26_drive_0011_sync 64 l\n2011_09_26/2011_09_26_drive_0011_sync 65 l\n2011_09_26/2011_09_26_drive_0011_sync 66 l\n2011_09_26/2011_09_26_drive_0011_sync 67 l\n2011_09_26/2011_09_26_drive_0011_sync 68 l\n2011_09_26/2011_09_26_drive_0011_sync 69 l\n2011_09_26/2011_09_26_drive_0011_sync 70 l\n2011_09_26/2011_09_26_drive_0011_sync 71 l\n2011_09_26/2011_09_26_drive_0011_sync 72 l\n2011_09_26/2011_09_26_drive_0011_sync 73 l\n2011_09_26/2011_09_26_drive_0011_sync 74 l\n2011_09_26/2011_09_26_drive_0011_sync 75 l\n2011_09_26/2011_09_26_drive_0011_sync 76 l\n2011_09_26/2011_09_26_drive_0011_sync 77 l\n2011_09_26/2011_09_26_drive_0011_sync 78 l\n2011_09_26/2011_09_26_drive_0011_sync 79 l\n2011_09_26/2011_09_26_drive_0011_sync 80 l\n2011_09_26/2011_09_26_drive_0011_sync 81 l\n2011_09_26/2011_09_26_drive_0011_sync 82 l\n2011_09_26/2011_09_26_drive_0011_sync 83 l\n2011_09_26/2011_09_26_drive_0011_sync 84 l\n2011_09_26/2011_09_26_drive_0011_sync 85 l\n2011_09_26/2011_09_26_drive_0011_sync 86 l\n2011_09_26/2011_09_26_drive_0011_sync 87 l\n2011_09_26/2011_09_26_drive_0011_sync 88 l\n2011_09_26/2011_09_26_drive_0011_sync 89 l\n2011_09_26/2011_09_26_drive_0011_sync 90 l\n2011_09_26/2011_09_26_drive_0011_sync 91 l\n2011_09_26/2011_09_26_drive_0011_sync 92 l\n2011_09_26/2011_09_26_drive_0011_sync 93 l\n2011_09_26/2011_09_26_drive_0011_sync 94 l\n2011_09_26/2011_09_26_drive_0011_sync 95 l\n2011_09_26/2011_09_26_drive_0011_sync 96 l\n2011_09_26/2011_09_26_drive_0011_sync 97 l\n2011_09_26/2011_09_26_drive_0011_sync 98 l\n2011_09_26/2011_09_26_drive_0011_sync 99 l\n2011_09_26/2011_09_26_drive_0011_sync 100 l\n2011_09_26/2011_09_26_drive_0011_sync 101 l\n2011_09_26/2011_09_26_drive_0011_sync 102 l\n2011_09_26/2011_09_26_drive_0011_sync 103 l\n2011_09_26/2011_09_26_drive_0011_sync 104 l\n2011_09_26/2011_09_26_drive_0011_sync 105 l\n2011_09_26/2011_09_26_drive_0011_sync 106 l\n2011_09_26/2011_09_26_drive_0011_sync 107 l\n2011_09_26/2011_09_26_drive_0011_sync 108 l\n2011_09_26/2011_09_26_drive_0011_sync 109 l\n2011_09_26/2011_09_26_drive_0011_sync 110 l\n2011_09_26/2011_09_26_drive_0011_sync 111 l\n2011_09_26/2011_09_26_drive_0011_sync 112 l\n2011_09_26/2011_09_26_drive_0011_sync 113 l\n2011_09_26/2011_09_26_drive_0011_sync 114 l\n2011_09_26/2011_09_26_drive_0011_sync 115 l\n2011_09_26/2011_09_26_drive_0011_sync 116 l\n2011_09_26/2011_09_26_drive_0011_sync 117 l\n2011_09_26/2011_09_26_drive_0011_sync 118 l\n2011_09_26/2011_09_26_drive_0011_sync 119 l\n2011_09_26/2011_09_26_drive_0011_sync 120 l\n2011_09_26/2011_09_26_drive_0011_sync 121 l\n2011_09_26/2011_09_26_drive_0011_sync 122 l\n2011_09_26/2011_09_26_drive_0011_sync 123 l\n2011_09_26/2011_09_26_drive_0011_sync 124 l\n2011_09_26/2011_09_26_drive_0011_sync 125 l\n2011_09_26/2011_09_26_drive_0011_sync 126 l\n2011_09_26/2011_09_26_drive_0011_sync 127 l\n2011_09_26/2011_09_26_drive_0011_sync 128 l\n2011_09_26/2011_09_26_drive_0011_sync 129 l\n2011_09_26/2011_09_26_drive_0011_sync 130 l\n2011_09_26/2011_09_26_drive_0011_sync 131 l\n2011_09_26/2011_09_26_drive_0011_sync 132 l\n2011_09_26/2011_09_26_drive_0011_sync 133 l\n2011_09_26/2011_09_26_drive_0011_sync 134 l\n2011_09_26/2011_09_26_drive_0011_sync 135 l\n2011_09_26/2011_09_26_drive_0011_sync 136 l\n2011_09_26/2011_09_26_drive_0011_sync 137 l\n2011_09_26/2011_09_26_drive_0011_sync 138 l\n2011_09_26/2011_09_26_drive_0011_sync 139 l\n2011_09_26/2011_09_26_drive_0011_sync 140 l\n2011_09_26/2011_09_26_drive_0011_sync 141 l\n2011_09_26/2011_09_26_drive_0011_sync 142 l\n2011_09_26/2011_09_26_drive_0011_sync 143 l\n2011_09_26/2011_09_26_drive_0011_sync 144 l\n2011_09_26/2011_09_26_drive_0011_sync 145 l\n2011_09_26/2011_09_26_drive_0011_sync 146 l\n2011_09_26/2011_09_26_drive_0011_sync 147 l\n2011_09_26/2011_09_26_drive_0011_sync 148 l\n2011_09_26/2011_09_26_drive_0011_sync 149 l\n2011_09_26/2011_09_26_drive_0011_sync 150 l\n2011_09_26/2011_09_26_drive_0011_sync 151 l\n2011_09_26/2011_09_26_drive_0011_sync 152 l\n2011_09_26/2011_09_26_drive_0011_sync 153 l\n2011_09_26/2011_09_26_drive_0011_sync 154 l\n2011_09_26/2011_09_26_drive_0011_sync 155 l\n2011_09_26/2011_09_26_drive_0011_sync 156 l\n2011_09_26/2011_09_26_drive_0011_sync 157 l\n2011_09_26/2011_09_26_drive_0011_sync 158 l\n2011_09_26/2011_09_26_drive_0011_sync 159 l\n2011_09_26/2011_09_26_drive_0011_sync 160 l\n2011_09_26/2011_09_26_drive_0011_sync 161 l\n2011_09_26/2011_09_26_drive_0011_sync 162 l\n2011_09_26/2011_09_26_drive_0011_sync 163 l\n2011_09_26/2011_09_26_drive_0011_sync 164 l\n2011_09_26/2011_09_26_drive_0011_sync 165 l\n2011_09_26/2011_09_26_drive_0011_sync 166 l\n2011_09_26/2011_09_26_drive_0011_sync 167 l\n2011_09_26/2011_09_26_drive_0011_sync 168 l\n2011_09_26/2011_09_26_drive_0011_sync 169 l\n2011_09_26/2011_09_26_drive_0011_sync 170 l\n2011_09_26/2011_09_26_drive_0011_sync 171 l\n2011_09_26/2011_09_26_drive_0011_sync 172 l\n2011_09_26/2011_09_26_drive_0011_sync 173 l\n2011_09_26/2011_09_26_drive_0011_sync 174 l\n2011_09_26/2011_09_26_drive_0011_sync 175 l\n2011_09_26/2011_09_26_drive_0011_sync 176 l\n2011_09_26/2011_09_26_drive_0011_sync 177 l\n2011_09_26/2011_09_26_drive_0011_sync 178 l\n2011_09_26/2011_09_26_drive_0011_sync 179 l\n2011_09_26/2011_09_26_drive_0011_sync 180 l\n2011_09_26/2011_09_26_drive_0011_sync 181 l\n2011_09_26/2011_09_26_drive_0011_sync 182 l\n2011_09_26/2011_09_26_drive_0011_sync 183 l\n2011_09_26/2011_09_26_drive_0011_sync 184 l\n2011_09_26/2011_09_26_drive_0011_sync 185 l\n2011_09_26/2011_09_26_drive_0011_sync 186 l\n2011_09_26/2011_09_26_drive_0011_sync 187 l\n2011_09_26/2011_09_26_drive_0011_sync 188 l\n2011_09_26/2011_09_26_drive_0011_sync 189 l\n2011_09_26/2011_09_26_drive_0011_sync 190 l\n2011_09_26/2011_09_26_drive_0011_sync 191 l\n2011_09_26/2011_09_26_drive_0011_sync 192 l\n2011_09_26/2011_09_26_drive_0011_sync 193 l\n2011_09_26/2011_09_26_drive_0011_sync 194 l\n2011_09_26/2011_09_26_drive_0011_sync 195 l\n2011_09_26/2011_09_26_drive_0011_sync 196 l\n2011_09_26/2011_09_26_drive_0011_sync 197 l\n2011_09_26/2011_09_26_drive_0011_sync 198 l\n2011_09_26/2011_09_26_drive_0011_sync 199 l\n2011_09_26/2011_09_26_drive_0011_sync 200 l\n2011_09_26/2011_09_26_drive_0011_sync 201 l\n2011_09_26/2011_09_26_drive_0011_sync 202 l\n2011_09_26/2011_09_26_drive_0011_sync 203 l\n2011_09_26/2011_09_26_drive_0011_sync 204 l\n2011_09_26/2011_09_26_drive_0011_sync 205 l\n2011_09_26/2011_09_26_drive_0011_sync 206 l\n2011_09_26/2011_09_26_drive_0011_sync 207 l\n2011_09_26/2011_09_26_drive_0011_sync 208 l\n2011_09_26/2011_09_26_drive_0011_sync 209 l\n2011_09_26/2011_09_26_drive_0011_sync 210 l\n2011_09_26/2011_09_26_drive_0011_sync 211 l\n2011_09_26/2011_09_26_drive_0011_sync 212 l\n2011_09_26/2011_09_26_drive_0011_sync 213 l\n2011_09_26/2011_09_26_drive_0011_sync 214 l\n2011_09_26/2011_09_26_drive_0011_sync 215 l\n2011_09_26/2011_09_26_drive_0011_sync 216 l\n2011_09_26/2011_09_26_drive_0011_sync 217 l\n2011_09_26/2011_09_26_drive_0011_sync 218 l\n2011_09_26/2011_09_26_drive_0011_sync 219 l\n2011_09_26/2011_09_26_drive_0011_sync 220 l\n2011_09_26/2011_09_26_drive_0011_sync 221 l\n2011_09_26/2011_09_26_drive_0011_sync 222 l\n2011_09_26/2011_09_26_drive_0011_sync 223 l\n2011_09_26/2011_09_26_drive_0011_sync 224 l\n2011_09_26/2011_09_26_drive_0011_sync 225 l\n2011_09_26/2011_09_26_drive_0011_sync 226 l\n2011_09_26/2011_09_26_drive_0011_sync 227 l\n2011_09_26/2011_09_26_drive_0011_sync 228 l\n2011_09_26/2011_09_26_drive_0011_sync 229 l\n2011_09_26/2011_09_26_drive_0011_sync 230 l\n2011_09_26/2011_09_26_drive_0011_sync 231 l\n2011_09_26/2011_09_26_drive_0011_sync 232 l\n2011_09_26/2011_09_26_drive_0011_sync 0 r\n2011_09_26/2011_09_26_drive_0011_sync 1 r\n2011_09_26/2011_09_26_drive_0011_sync 2 r\n2011_09_26/2011_09_26_drive_0011_sync 3 r\n2011_09_26/2011_09_26_drive_0011_sync 4 r\n2011_09_26/2011_09_26_drive_0011_sync 5 r\n2011_09_26/2011_09_26_drive_0011_sync 6 r\n2011_09_26/2011_09_26_drive_0011_sync 7 r\n2011_09_26/2011_09_26_drive_0011_sync 8 r\n2011_09_26/2011_09_26_drive_0011_sync 9 r\n2011_09_26/2011_09_26_drive_0011_sync 10 r\n2011_09_26/2011_09_26_drive_0011_sync 11 r\n2011_09_26/2011_09_26_drive_0011_sync 12 r\n2011_09_26/2011_09_26_drive_0011_sync 13 r\n2011_09_26/2011_09_26_drive_0011_sync 14 r\n2011_09_26/2011_09_26_drive_0011_sync 15 r\n2011_09_26/2011_09_26_drive_0011_sync 16 r\n2011_09_26/2011_09_26_drive_0011_sync 17 r\n2011_09_26/2011_09_26_drive_0011_sync 18 r\n2011_09_26/2011_09_26_drive_0011_sync 19 r\n2011_09_26/2011_09_26_drive_0011_sync 20 r\n2011_09_26/2011_09_26_drive_0011_sync 21 r\n2011_09_26/2011_09_26_drive_0011_sync 22 r\n2011_09_26/2011_09_26_drive_0011_sync 23 r\n2011_09_26/2011_09_26_drive_0011_sync 24 r\n2011_09_26/2011_09_26_drive_0011_sync 25 r\n2011_09_26/2011_09_26_drive_0011_sync 26 r\n2011_09_26/2011_09_26_drive_0011_sync 27 r\n2011_09_26/2011_09_26_drive_0011_sync 28 r\n2011_09_26/2011_09_26_drive_0011_sync 29 r\n2011_09_26/2011_09_26_drive_0011_sync 30 r\n2011_09_26/2011_09_26_drive_0011_sync 31 r\n2011_09_26/2011_09_26_drive_0011_sync 32 r\n2011_09_26/2011_09_26_drive_0011_sync 33 r\n2011_09_26/2011_09_26_drive_0011_sync 34 r\n2011_09_26/2011_09_26_drive_0011_sync 35 r\n2011_09_26/2011_09_26_drive_0011_sync 36 r\n2011_09_26/2011_09_26_drive_0011_sync 37 r\n2011_09_26/2011_09_26_drive_0011_sync 38 r\n2011_09_26/2011_09_26_drive_0011_sync 39 r\n2011_09_26/2011_09_26_drive_0011_sync 40 r\n2011_09_26/2011_09_26_drive_0011_sync 41 r\n2011_09_26/2011_09_26_drive_0011_sync 42 r\n2011_09_26/2011_09_26_drive_0011_sync 43 r\n2011_09_26/2011_09_26_drive_0011_sync 44 r\n2011_09_26/2011_09_26_drive_0011_sync 45 r\n2011_09_26/2011_09_26_drive_0011_sync 46 r\n2011_09_26/2011_09_26_drive_0011_sync 47 r\n2011_09_26/2011_09_26_drive_0011_sync 48 r\n2011_09_26/2011_09_26_drive_0011_sync 49 r\n2011_09_26/2011_09_26_drive_0011_sync 50 r\n2011_09_26/2011_09_26_drive_0011_sync 51 r\n2011_09_26/2011_09_26_drive_0011_sync 52 r\n2011_09_26/2011_09_26_drive_0011_sync 53 r\n2011_09_26/2011_09_26_drive_0011_sync 54 r\n2011_09_26/2011_09_26_drive_0011_sync 55 r\n2011_09_26/2011_09_26_drive_0011_sync 56 r\n2011_09_26/2011_09_26_drive_0011_sync 57 r\n2011_09_26/2011_09_26_drive_0011_sync 58 r\n2011_09_26/2011_09_26_drive_0011_sync 59 r\n2011_09_26/2011_09_26_drive_0011_sync 60 r\n2011_09_26/2011_09_26_drive_0011_sync 61 r\n2011_09_26/2011_09_26_drive_0011_sync 62 r\n2011_09_26/2011_09_26_drive_0011_sync 63 r\n2011_09_26/2011_09_26_drive_0011_sync 64 r\n2011_09_26/2011_09_26_drive_0011_sync 65 r\n2011_09_26/2011_09_26_drive_0011_sync 66 r\n2011_09_26/2011_09_26_drive_0011_sync 67 r\n2011_09_26/2011_09_26_drive_0011_sync 68 r\n2011_09_26/2011_09_26_drive_0011_sync 69 r\n2011_09_26/2011_09_26_drive_0011_sync 70 r\n2011_09_26/2011_09_26_drive_0011_sync 71 r\n2011_09_26/2011_09_26_drive_0011_sync 72 r\n2011_09_26/2011_09_26_drive_0011_sync 73 r\n2011_09_26/2011_09_26_drive_0011_sync 74 r\n2011_09_26/2011_09_26_drive_0011_sync 75 r\n2011_09_26/2011_09_26_drive_0011_sync 76 r\n2011_09_26/2011_09_26_drive_0011_sync 77 r\n2011_09_26/2011_09_26_drive_0011_sync 78 r\n2011_09_26/2011_09_26_drive_0011_sync 79 r\n2011_09_26/2011_09_26_drive_0011_sync 80 r\n2011_09_26/2011_09_26_drive_0011_sync 81 r\n2011_09_26/2011_09_26_drive_0011_sync 82 r\n2011_09_26/2011_09_26_drive_0011_sync 83 r\n2011_09_26/2011_09_26_drive_0011_sync 84 r\n2011_09_26/2011_09_26_drive_0011_sync 85 r\n2011_09_26/2011_09_26_drive_0011_sync 86 r\n2011_09_26/2011_09_26_drive_0011_sync 87 r\n2011_09_26/2011_09_26_drive_0011_sync 88 r\n2011_09_26/2011_09_26_drive_0011_sync 89 r\n2011_09_26/2011_09_26_drive_0011_sync 90 r\n2011_09_26/2011_09_26_drive_0011_sync 91 r\n2011_09_26/2011_09_26_drive_0011_sync 92 r\n2011_09_26/2011_09_26_drive_0011_sync 93 r\n2011_09_26/2011_09_26_drive_0011_sync 94 r\n2011_09_26/2011_09_26_drive_0011_sync 95 r\n2011_09_26/2011_09_26_drive_0011_sync 96 r\n2011_09_26/2011_09_26_drive_0011_sync 97 r\n2011_09_26/2011_09_26_drive_0011_sync 98 r\n2011_09_26/2011_09_26_drive_0011_sync 99 r\n2011_09_26/2011_09_26_drive_0011_sync 100 r\n2011_09_26/2011_09_26_drive_0011_sync 101 r\n2011_09_26/2011_09_26_drive_0011_sync 102 r\n2011_09_26/2011_09_26_drive_0011_sync 103 r\n2011_09_26/2011_09_26_drive_0011_sync 104 r\n2011_09_26/2011_09_26_drive_0011_sync 105 r\n2011_09_26/2011_09_26_drive_0011_sync 106 r\n2011_09_26/2011_09_26_drive_0011_sync 107 r\n2011_09_26/2011_09_26_drive_0011_sync 108 r\n2011_09_26/2011_09_26_drive_0011_sync 109 r\n2011_09_26/2011_09_26_drive_0011_sync 110 r\n2011_09_26/2011_09_26_drive_0011_sync 111 r\n2011_09_26/2011_09_26_drive_0011_sync 112 r\n2011_09_26/2011_09_26_drive_0011_sync 113 r\n2011_09_26/2011_09_26_drive_0011_sync 114 r\n2011_09_26/2011_09_26_drive_0011_sync 115 r\n2011_09_26/2011_09_26_drive_0011_sync 116 r\n2011_09_26/2011_09_26_drive_0011_sync 117 r\n2011_09_26/2011_09_26_drive_0011_sync 118 r\n2011_09_26/2011_09_26_drive_0011_sync 119 r\n2011_09_26/2011_09_26_drive_0011_sync 120 r\n2011_09_26/2011_09_26_drive_0011_sync 121 r\n2011_09_26/2011_09_26_drive_0011_sync 122 r\n2011_09_26/2011_09_26_drive_0011_sync 123 r\n2011_09_26/2011_09_26_drive_0011_sync 124 r\n2011_09_26/2011_09_26_drive_0011_sync 125 r\n2011_09_26/2011_09_26_drive_0011_sync 126 r\n2011_09_26/2011_09_26_drive_0011_sync 127 r\n2011_09_26/2011_09_26_drive_0011_sync 128 r\n2011_09_26/2011_09_26_drive_0011_sync 129 r\n2011_09_26/2011_09_26_drive_0011_sync 130 r\n2011_09_26/2011_09_26_drive_0011_sync 131 r\n2011_09_26/2011_09_26_drive_0011_sync 132 r\n2011_09_26/2011_09_26_drive_0011_sync 133 r\n2011_09_26/2011_09_26_drive_0011_sync 134 r\n2011_09_26/2011_09_26_drive_0011_sync 135 r\n2011_09_26/2011_09_26_drive_0011_sync 136 r\n2011_09_26/2011_09_26_drive_0011_sync 137 r\n2011_09_26/2011_09_26_drive_0011_sync 138 r\n2011_09_26/2011_09_26_drive_0011_sync 139 r\n2011_09_26/2011_09_26_drive_0011_sync 140 r\n2011_09_26/2011_09_26_drive_0011_sync 141 r\n2011_09_26/2011_09_26_drive_0011_sync 142 r\n2011_09_26/2011_09_26_drive_0011_sync 143 r\n2011_09_26/2011_09_26_drive_0011_sync 144 r\n2011_09_26/2011_09_26_drive_0011_sync 145 r\n2011_09_26/2011_09_26_drive_0011_sync 146 r\n2011_09_26/2011_09_26_drive_0011_sync 147 r\n2011_09_26/2011_09_26_drive_0011_sync 148 r\n2011_09_26/2011_09_26_drive_0011_sync 149 r\n2011_09_26/2011_09_26_drive_0011_sync 150 r\n2011_09_26/2011_09_26_drive_0011_sync 151 r\n2011_09_26/2011_09_26_drive_0011_sync 152 r\n2011_09_26/2011_09_26_drive_0011_sync 153 r\n2011_09_26/2011_09_26_drive_0011_sync 154 r\n2011_09_26/2011_09_26_drive_0011_sync 155 r\n2011_09_26/2011_09_26_drive_0011_sync 156 r\n2011_09_26/2011_09_26_drive_0011_sync 157 r\n2011_09_26/2011_09_26_drive_0011_sync 158 r\n2011_09_26/2011_09_26_drive_0011_sync 159 r\n2011_09_26/2011_09_26_drive_0011_sync 160 r\n2011_09_26/2011_09_26_drive_0011_sync 161 r\n2011_09_26/2011_09_26_drive_0011_sync 162 r\n2011_09_26/2011_09_26_drive_0011_sync 163 r\n2011_09_26/2011_09_26_drive_0011_sync 164 r\n2011_09_26/2011_09_26_drive_0011_sync 165 r\n2011_09_26/2011_09_26_drive_0011_sync 166 r\n2011_09_26/2011_09_26_drive_0011_sync 167 r\n2011_09_26/2011_09_26_drive_0011_sync 168 r\n2011_09_26/2011_09_26_drive_0011_sync 169 r\n2011_09_26/2011_09_26_drive_0011_sync 170 r\n2011_09_26/2011_09_26_drive_0011_sync 171 r\n2011_09_26/2011_09_26_drive_0011_sync 172 r\n2011_09_26/2011_09_26_drive_0011_sync 173 r\n2011_09_26/2011_09_26_drive_0011_sync 174 r\n2011_09_26/2011_09_26_drive_0011_sync 175 r\n2011_09_26/2011_09_26_drive_0011_sync 176 r\n2011_09_26/2011_09_26_drive_0011_sync 177 r\n2011_09_26/2011_09_26_drive_0011_sync 178 r\n2011_09_26/2011_09_26_drive_0011_sync 179 r\n2011_09_26/2011_09_26_drive_0011_sync 180 r\n2011_09_26/2011_09_26_drive_0011_sync 181 r\n2011_09_26/2011_09_26_drive_0011_sync 182 r\n2011_09_26/2011_09_26_drive_0011_sync 183 r\n2011_09_26/2011_09_26_drive_0011_sync 184 r\n2011_09_26/2011_09_26_drive_0011_sync 185 r\n2011_09_26/2011_09_26_drive_0011_sync 186 r\n2011_09_26/2011_09_26_drive_0011_sync 187 r\n2011_09_26/2011_09_26_drive_0011_sync 188 r\n2011_09_26/2011_09_26_drive_0011_sync 189 r\n2011_09_26/2011_09_26_drive_0011_sync 190 r\n2011_09_26/2011_09_26_drive_0011_sync 191 r\n2011_09_26/2011_09_26_drive_0011_sync 192 r\n2011_09_26/2011_09_26_drive_0011_sync 193 r\n2011_09_26/2011_09_26_drive_0011_sync 194 r\n2011_09_26/2011_09_26_drive_0011_sync 195 r\n2011_09_26/2011_09_26_drive_0011_sync 196 r\n2011_09_26/2011_09_26_drive_0011_sync 197 r\n2011_09_26/2011_09_26_drive_0011_sync 198 r\n2011_09_26/2011_09_26_drive_0011_sync 199 r\n2011_09_26/2011_09_26_drive_0011_sync 200 r\n2011_09_26/2011_09_26_drive_0011_sync 201 r\n2011_09_26/2011_09_26_drive_0011_sync 202 r\n2011_09_26/2011_09_26_drive_0011_sync 203 r\n2011_09_26/2011_09_26_drive_0011_sync 204 r\n2011_09_26/2011_09_26_drive_0011_sync 205 r\n2011_09_26/2011_09_26_drive_0011_sync 206 r\n2011_09_26/2011_09_26_drive_0011_sync 207 r\n2011_09_26/2011_09_26_drive_0011_sync 208 r\n2011_09_26/2011_09_26_drive_0011_sync 209 r\n2011_09_26/2011_09_26_drive_0011_sync 210 r\n2011_09_26/2011_09_26_drive_0011_sync 211 r\n2011_09_26/2011_09_26_drive_0011_sync 212 r\n2011_09_26/2011_09_26_drive_0011_sync 213 r\n2011_09_26/2011_09_26_drive_0011_sync 214 r\n2011_09_26/2011_09_26_drive_0011_sync 215 r\n2011_09_26/2011_09_26_drive_0011_sync 216 r\n2011_09_26/2011_09_26_drive_0011_sync 217 r\n2011_09_26/2011_09_26_drive_0011_sync 218 r\n2011_09_26/2011_09_26_drive_0011_sync 219 r\n2011_09_26/2011_09_26_drive_0011_sync 220 r\n2011_09_26/2011_09_26_drive_0011_sync 221 r\n2011_09_26/2011_09_26_drive_0011_sync 222 r\n2011_09_26/2011_09_26_drive_0011_sync 223 r\n2011_09_26/2011_09_26_drive_0011_sync 224 r\n2011_09_26/2011_09_26_drive_0011_sync 225 r\n2011_09_26/2011_09_26_drive_0011_sync 226 r\n2011_09_26/2011_09_26_drive_0011_sync 227 r\n2011_09_26/2011_09_26_drive_0011_sync 228 r\n2011_09_26/2011_09_26_drive_0011_sync 229 r\n2011_09_26/2011_09_26_drive_0011_sync 230 r\n2011_09_26/2011_09_26_drive_0011_sync 231 r\n2011_09_26/2011_09_26_drive_0011_sync 232 r\n2011_09_26/2011_09_26_drive_0095_sync 0 l\n2011_09_26/2011_09_26_drive_0095_sync 1 l\n2011_09_26/2011_09_26_drive_0095_sync 2 l\n2011_09_26/2011_09_26_drive_0095_sync 3 l\n2011_09_26/2011_09_26_drive_0095_sync 4 l\n2011_09_26/2011_09_26_drive_0095_sync 5 l\n2011_09_26/2011_09_26_drive_0095_sync 6 l\n2011_09_26/2011_09_26_drive_0095_sync 7 l\n2011_09_26/2011_09_26_drive_0095_sync 8 l\n2011_09_26/2011_09_26_drive_0095_sync 9 l\n2011_09_26/2011_09_26_drive_0095_sync 10 l\n2011_09_26/2011_09_26_drive_0095_sync 11 l\n2011_09_26/2011_09_26_drive_0095_sync 12 l\n2011_09_26/2011_09_26_drive_0095_sync 13 l\n2011_09_26/2011_09_26_drive_0095_sync 14 l\n2011_09_26/2011_09_26_drive_0095_sync 15 l\n2011_09_26/2011_09_26_drive_0095_sync 16 l\n2011_09_26/2011_09_26_drive_0095_sync 17 l\n2011_09_26/2011_09_26_drive_0095_sync 18 l\n2011_09_26/2011_09_26_drive_0095_sync 19 l\n2011_09_26/2011_09_26_drive_0095_sync 20 l\n2011_09_26/2011_09_26_drive_0095_sync 21 l\n2011_09_26/2011_09_26_drive_0095_sync 22 l\n2011_09_26/2011_09_26_drive_0095_sync 23 l\n2011_09_26/2011_09_26_drive_0095_sync 24 l\n2011_09_26/2011_09_26_drive_0095_sync 25 l\n2011_09_26/2011_09_26_drive_0095_sync 26 l\n2011_09_26/2011_09_26_drive_0095_sync 27 l\n2011_09_26/2011_09_26_drive_0095_sync 28 l\n2011_09_26/2011_09_26_drive_0095_sync 29 l\n2011_09_26/2011_09_26_drive_0095_sync 30 l\n2011_09_26/2011_09_26_drive_0095_sync 31 l\n2011_09_26/2011_09_26_drive_0095_sync 32 l\n2011_09_26/2011_09_26_drive_0095_sync 33 l\n2011_09_26/2011_09_26_drive_0095_sync 34 l\n2011_09_26/2011_09_26_drive_0095_sync 35 l\n2011_09_26/2011_09_26_drive_0095_sync 36 l\n2011_09_26/2011_09_26_drive_0095_sync 37 l\n2011_09_26/2011_09_26_drive_0095_sync 38 l\n2011_09_26/2011_09_26_drive_0095_sync 39 l\n2011_09_26/2011_09_26_drive_0095_sync 40 l\n2011_09_26/2011_09_26_drive_0095_sync 41 l\n2011_09_26/2011_09_26_drive_0095_sync 42 l\n2011_09_26/2011_09_26_drive_0095_sync 43 l\n2011_09_26/2011_09_26_drive_0095_sync 44 l\n2011_09_26/2011_09_26_drive_0095_sync 45 l\n2011_09_26/2011_09_26_drive_0095_sync 46 l\n2011_09_26/2011_09_26_drive_0095_sync 47 l\n2011_09_26/2011_09_26_drive_0095_sync 48 l\n2011_09_26/2011_09_26_drive_0095_sync 49 l\n2011_09_26/2011_09_26_drive_0095_sync 50 l\n2011_09_26/2011_09_26_drive_0095_sync 51 l\n2011_09_26/2011_09_26_drive_0095_sync 52 l\n2011_09_26/2011_09_26_drive_0095_sync 53 l\n2011_09_26/2011_09_26_drive_0095_sync 54 l\n2011_09_26/2011_09_26_drive_0095_sync 55 l\n2011_09_26/2011_09_26_drive_0095_sync 56 l\n2011_09_26/2011_09_26_drive_0095_sync 57 l\n2011_09_26/2011_09_26_drive_0095_sync 58 l\n2011_09_26/2011_09_26_drive_0095_sync 59 l\n2011_09_26/2011_09_26_drive_0095_sync 60 l\n2011_09_26/2011_09_26_drive_0095_sync 61 l\n2011_09_26/2011_09_26_drive_0095_sync 62 l\n2011_09_26/2011_09_26_drive_0095_sync 63 l\n2011_09_26/2011_09_26_drive_0095_sync 64 l\n2011_09_26/2011_09_26_drive_0095_sync 65 l\n2011_09_26/2011_09_26_drive_0095_sync 66 l\n2011_09_26/2011_09_26_drive_0095_sync 67 l\n2011_09_26/2011_09_26_drive_0095_sync 68 l\n2011_09_26/2011_09_26_drive_0095_sync 69 l\n2011_09_26/2011_09_26_drive_0095_sync 70 l\n2011_09_26/2011_09_26_drive_0095_sync 71 l\n2011_09_26/2011_09_26_drive_0095_sync 72 l\n2011_09_26/2011_09_26_drive_0095_sync 73 l\n2011_09_26/2011_09_26_drive_0095_sync 74 l\n2011_09_26/2011_09_26_drive_0095_sync 75 l\n2011_09_26/2011_09_26_drive_0095_sync 76 l\n2011_09_26/2011_09_26_drive_0095_sync 77 l\n2011_09_26/2011_09_26_drive_0095_sync 78 l\n2011_09_26/2011_09_26_drive_0095_sync 79 l\n2011_09_26/2011_09_26_drive_0095_sync 80 l\n2011_09_26/2011_09_26_drive_0095_sync 81 l\n2011_09_26/2011_09_26_drive_0095_sync 82 l\n2011_09_26/2011_09_26_drive_0095_sync 83 l\n2011_09_26/2011_09_26_drive_0095_sync 84 l\n2011_09_26/2011_09_26_drive_0095_sync 85 l\n2011_09_26/2011_09_26_drive_0095_sync 86 l\n2011_09_26/2011_09_26_drive_0095_sync 87 l\n2011_09_26/2011_09_26_drive_0095_sync 88 l\n2011_09_26/2011_09_26_drive_0095_sync 89 l\n2011_09_26/2011_09_26_drive_0095_sync 90 l\n2011_09_26/2011_09_26_drive_0095_sync 91 l\n2011_09_26/2011_09_26_drive_0095_sync 92 l\n2011_09_26/2011_09_26_drive_0095_sync 93 l\n2011_09_26/2011_09_26_drive_0095_sync 94 l\n2011_09_26/2011_09_26_drive_0095_sync 95 l\n2011_09_26/2011_09_26_drive_0095_sync 96 l\n2011_09_26/2011_09_26_drive_0095_sync 97 l\n2011_09_26/2011_09_26_drive_0095_sync 98 l\n2011_09_26/2011_09_26_drive_0095_sync 99 l\n2011_09_26/2011_09_26_drive_0095_sync 100 l\n2011_09_26/2011_09_26_drive_0095_sync 101 l\n2011_09_26/2011_09_26_drive_0095_sync 102 l\n2011_09_26/2011_09_26_drive_0095_sync 103 l\n2011_09_26/2011_09_26_drive_0095_sync 104 l\n2011_09_26/2011_09_26_drive_0095_sync 105 l\n2011_09_26/2011_09_26_drive_0095_sync 106 l\n2011_09_26/2011_09_26_drive_0095_sync 107 l\n2011_09_26/2011_09_26_drive_0095_sync 108 l\n2011_09_26/2011_09_26_drive_0095_sync 109 l\n2011_09_26/2011_09_26_drive_0095_sync 110 l\n2011_09_26/2011_09_26_drive_0095_sync 111 l\n2011_09_26/2011_09_26_drive_0095_sync 112 l\n2011_09_26/2011_09_26_drive_0095_sync 113 l\n2011_09_26/2011_09_26_drive_0095_sync 114 l\n2011_09_26/2011_09_26_drive_0095_sync 115 l\n2011_09_26/2011_09_26_drive_0095_sync 116 l\n2011_09_26/2011_09_26_drive_0095_sync 117 l\n2011_09_26/2011_09_26_drive_0095_sync 118 l\n2011_09_26/2011_09_26_drive_0095_sync 119 l\n2011_09_26/2011_09_26_drive_0095_sync 120 l\n2011_09_26/2011_09_26_drive_0095_sync 121 l\n2011_09_26/2011_09_26_drive_0095_sync 122 l\n2011_09_26/2011_09_26_drive_0095_sync 123 l\n2011_09_26/2011_09_26_drive_0095_sync 124 l\n2011_09_26/2011_09_26_drive_0095_sync 125 l\n2011_09_26/2011_09_26_drive_0095_sync 126 l\n2011_09_26/2011_09_26_drive_0095_sync 127 l\n2011_09_26/2011_09_26_drive_0095_sync 128 l\n2011_09_26/2011_09_26_drive_0095_sync 129 l\n2011_09_26/2011_09_26_drive_0095_sync 130 l\n2011_09_26/2011_09_26_drive_0095_sync 131 l\n2011_09_26/2011_09_26_drive_0095_sync 132 l\n2011_09_26/2011_09_26_drive_0095_sync 133 l\n2011_09_26/2011_09_26_drive_0095_sync 134 l\n2011_09_26/2011_09_26_drive_0095_sync 135 l\n2011_09_26/2011_09_26_drive_0095_sync 136 l\n2011_09_26/2011_09_26_drive_0095_sync 137 l\n2011_09_26/2011_09_26_drive_0095_sync 138 l\n2011_09_26/2011_09_26_drive_0095_sync 139 l\n2011_09_26/2011_09_26_drive_0095_sync 140 l\n2011_09_26/2011_09_26_drive_0095_sync 141 l\n2011_09_26/2011_09_26_drive_0095_sync 142 l\n2011_09_26/2011_09_26_drive_0095_sync 143 l\n2011_09_26/2011_09_26_drive_0095_sync 144 l\n2011_09_26/2011_09_26_drive_0095_sync 145 l\n2011_09_26/2011_09_26_drive_0095_sync 146 l\n2011_09_26/2011_09_26_drive_0095_sync 147 l\n2011_09_26/2011_09_26_drive_0095_sync 148 l\n2011_09_26/2011_09_26_drive_0095_sync 149 l\n2011_09_26/2011_09_26_drive_0095_sync 150 l\n2011_09_26/2011_09_26_drive_0095_sync 151 l\n2011_09_26/2011_09_26_drive_0095_sync 152 l\n2011_09_26/2011_09_26_drive_0095_sync 153 l\n2011_09_26/2011_09_26_drive_0095_sync 154 l\n2011_09_26/2011_09_26_drive_0095_sync 155 l\n2011_09_26/2011_09_26_drive_0095_sync 156 l\n2011_09_26/2011_09_26_drive_0095_sync 157 l\n2011_09_26/2011_09_26_drive_0095_sync 158 l\n2011_09_26/2011_09_26_drive_0095_sync 159 l\n2011_09_26/2011_09_26_drive_0095_sync 160 l\n2011_09_26/2011_09_26_drive_0095_sync 161 l\n2011_09_26/2011_09_26_drive_0095_sync 162 l\n2011_09_26/2011_09_26_drive_0095_sync 163 l\n2011_09_26/2011_09_26_drive_0095_sync 164 l\n2011_09_26/2011_09_26_drive_0095_sync 165 l\n2011_09_26/2011_09_26_drive_0095_sync 166 l\n2011_09_26/2011_09_26_drive_0095_sync 167 l\n2011_09_26/2011_09_26_drive_0095_sync 168 l\n2011_09_26/2011_09_26_drive_0095_sync 169 l\n2011_09_26/2011_09_26_drive_0095_sync 170 l\n2011_09_26/2011_09_26_drive_0095_sync 171 l\n2011_09_26/2011_09_26_drive_0095_sync 172 l\n2011_09_26/2011_09_26_drive_0095_sync 173 l\n2011_09_26/2011_09_26_drive_0095_sync 174 l\n2011_09_26/2011_09_26_drive_0095_sync 175 l\n2011_09_26/2011_09_26_drive_0095_sync 176 l\n2011_09_26/2011_09_26_drive_0095_sync 177 l\n2011_09_26/2011_09_26_drive_0095_sync 178 l\n2011_09_26/2011_09_26_drive_0095_sync 179 l\n2011_09_26/2011_09_26_drive_0095_sync 180 l\n2011_09_26/2011_09_26_drive_0095_sync 181 l\n2011_09_26/2011_09_26_drive_0095_sync 182 l\n2011_09_26/2011_09_26_drive_0095_sync 183 l\n2011_09_26/2011_09_26_drive_0095_sync 184 l\n2011_09_26/2011_09_26_drive_0095_sync 185 l\n2011_09_26/2011_09_26_drive_0095_sync 186 l\n2011_09_26/2011_09_26_drive_0095_sync 187 l\n2011_09_26/2011_09_26_drive_0095_sync 188 l\n2011_09_26/2011_09_26_drive_0095_sync 189 l\n2011_09_26/2011_09_26_drive_0095_sync 190 l\n2011_09_26/2011_09_26_drive_0095_sync 191 l\n2011_09_26/2011_09_26_drive_0095_sync 192 l\n2011_09_26/2011_09_26_drive_0095_sync 193 l\n2011_09_26/2011_09_26_drive_0095_sync 194 l\n2011_09_26/2011_09_26_drive_0095_sync 195 l\n2011_09_26/2011_09_26_drive_0095_sync 196 l\n2011_09_26/2011_09_26_drive_0095_sync 197 l\n2011_09_26/2011_09_26_drive_0095_sync 198 l\n2011_09_26/2011_09_26_drive_0095_sync 199 l\n2011_09_26/2011_09_26_drive_0095_sync 200 l\n2011_09_26/2011_09_26_drive_0095_sync 201 l\n2011_09_26/2011_09_26_drive_0095_sync 202 l\n2011_09_26/2011_09_26_drive_0095_sync 203 l\n2011_09_26/2011_09_26_drive_0095_sync 204 l\n2011_09_26/2011_09_26_drive_0095_sync 205 l\n2011_09_26/2011_09_26_drive_0095_sync 206 l\n2011_09_26/2011_09_26_drive_0095_sync 207 l\n2011_09_26/2011_09_26_drive_0095_sync 208 l\n2011_09_26/2011_09_26_drive_0095_sync 209 l\n2011_09_26/2011_09_26_drive_0095_sync 210 l\n2011_09_26/2011_09_26_drive_0095_sync 211 l\n2011_09_26/2011_09_26_drive_0095_sync 212 l\n2011_09_26/2011_09_26_drive_0095_sync 213 l\n2011_09_26/2011_09_26_drive_0095_sync 214 l\n2011_09_26/2011_09_26_drive_0095_sync 215 l\n2011_09_26/2011_09_26_drive_0095_sync 216 l\n2011_09_26/2011_09_26_drive_0095_sync 217 l\n2011_09_26/2011_09_26_drive_0095_sync 218 l\n2011_09_26/2011_09_26_drive_0095_sync 219 l\n2011_09_26/2011_09_26_drive_0095_sync 220 l\n2011_09_26/2011_09_26_drive_0095_sync 221 l\n2011_09_26/2011_09_26_drive_0095_sync 222 l\n2011_09_26/2011_09_26_drive_0095_sync 223 l\n2011_09_26/2011_09_26_drive_0095_sync 224 l\n2011_09_26/2011_09_26_drive_0095_sync 225 l\n2011_09_26/2011_09_26_drive_0095_sync 226 l\n2011_09_26/2011_09_26_drive_0095_sync 227 l\n2011_09_26/2011_09_26_drive_0095_sync 228 l\n2011_09_26/2011_09_26_drive_0095_sync 229 l\n2011_09_26/2011_09_26_drive_0095_sync 230 l\n2011_09_26/2011_09_26_drive_0095_sync 231 l\n2011_09_26/2011_09_26_drive_0095_sync 232 l\n2011_09_26/2011_09_26_drive_0095_sync 233 l\n2011_09_26/2011_09_26_drive_0095_sync 234 l\n2011_09_26/2011_09_26_drive_0095_sync 235 l\n2011_09_26/2011_09_26_drive_0095_sync 236 l\n2011_09_26/2011_09_26_drive_0095_sync 237 l\n2011_09_26/2011_09_26_drive_0095_sync 238 l\n2011_09_26/2011_09_26_drive_0095_sync 239 l\n2011_09_26/2011_09_26_drive_0095_sync 240 l\n2011_09_26/2011_09_26_drive_0095_sync 241 l\n2011_09_26/2011_09_26_drive_0095_sync 242 l\n2011_09_26/2011_09_26_drive_0095_sync 243 l\n2011_09_26/2011_09_26_drive_0095_sync 244 l\n2011_09_26/2011_09_26_drive_0095_sync 245 l\n2011_09_26/2011_09_26_drive_0095_sync 246 l\n2011_09_26/2011_09_26_drive_0095_sync 247 l\n2011_09_26/2011_09_26_drive_0095_sync 248 l\n2011_09_26/2011_09_26_drive_0095_sync 249 l\n2011_09_26/2011_09_26_drive_0095_sync 250 l\n2011_09_26/2011_09_26_drive_0095_sync 251 l\n2011_09_26/2011_09_26_drive_0095_sync 252 l\n2011_09_26/2011_09_26_drive_0095_sync 253 l\n2011_09_26/2011_09_26_drive_0095_sync 254 l\n2011_09_26/2011_09_26_drive_0095_sync 255 l\n2011_09_26/2011_09_26_drive_0095_sync 256 l\n2011_09_26/2011_09_26_drive_0095_sync 257 l\n2011_09_26/2011_09_26_drive_0095_sync 258 l\n2011_09_26/2011_09_26_drive_0095_sync 259 l\n2011_09_26/2011_09_26_drive_0095_sync 260 l\n2011_09_26/2011_09_26_drive_0095_sync 261 l\n2011_09_26/2011_09_26_drive_0095_sync 262 l\n2011_09_26/2011_09_26_drive_0095_sync 263 l\n2011_09_26/2011_09_26_drive_0095_sync 264 l\n2011_09_26/2011_09_26_drive_0095_sync 265 l\n2011_09_26/2011_09_26_drive_0095_sync 266 l\n2011_09_26/2011_09_26_drive_0095_sync 267 l\n2011_09_26/2011_09_26_drive_0095_sync 0 r\n2011_09_26/2011_09_26_drive_0095_sync 1 r\n2011_09_26/2011_09_26_drive_0095_sync 2 r\n2011_09_26/2011_09_26_drive_0095_sync 3 r\n2011_09_26/2011_09_26_drive_0095_sync 4 r\n2011_09_26/2011_09_26_drive_0095_sync 5 r\n2011_09_26/2011_09_26_drive_0095_sync 6 r\n2011_09_26/2011_09_26_drive_0095_sync 7 r\n2011_09_26/2011_09_26_drive_0095_sync 8 r\n2011_09_26/2011_09_26_drive_0095_sync 9 r\n2011_09_26/2011_09_26_drive_0095_sync 10 r\n2011_09_26/2011_09_26_drive_0095_sync 11 r\n2011_09_26/2011_09_26_drive_0095_sync 12 r\n2011_09_26/2011_09_26_drive_0095_sync 13 r\n2011_09_26/2011_09_26_drive_0095_sync 14 r\n2011_09_26/2011_09_26_drive_0095_sync 15 r\n2011_09_26/2011_09_26_drive_0095_sync 16 r\n2011_09_26/2011_09_26_drive_0095_sync 17 r\n2011_09_26/2011_09_26_drive_0095_sync 18 r\n2011_09_26/2011_09_26_drive_0095_sync 19 r\n2011_09_26/2011_09_26_drive_0095_sync 20 r\n2011_09_26/2011_09_26_drive_0095_sync 21 r\n2011_09_26/2011_09_26_drive_0095_sync 22 r\n2011_09_26/2011_09_26_drive_0095_sync 23 r\n2011_09_26/2011_09_26_drive_0095_sync 24 r\n2011_09_26/2011_09_26_drive_0095_sync 25 r\n2011_09_26/2011_09_26_drive_0095_sync 26 r\n2011_09_26/2011_09_26_drive_0095_sync 27 r\n2011_09_26/2011_09_26_drive_0095_sync 28 r\n2011_09_26/2011_09_26_drive_0095_sync 29 r\n2011_09_26/2011_09_26_drive_0095_sync 30 r\n2011_09_26/2011_09_26_drive_0095_sync 31 r\n2011_09_26/2011_09_26_drive_0095_sync 32 r\n2011_09_26/2011_09_26_drive_0095_sync 33 r\n2011_09_26/2011_09_26_drive_0095_sync 34 r\n2011_09_26/2011_09_26_drive_0095_sync 35 r\n2011_09_26/2011_09_26_drive_0095_sync 36 r\n2011_09_26/2011_09_26_drive_0095_sync 37 r\n2011_09_26/2011_09_26_drive_0095_sync 38 r\n2011_09_26/2011_09_26_drive_0095_sync 39 r\n2011_09_26/2011_09_26_drive_0095_sync 40 r\n2011_09_26/2011_09_26_drive_0095_sync 41 r\n2011_09_26/2011_09_26_drive_0095_sync 42 r\n2011_09_26/2011_09_26_drive_0095_sync 43 r\n2011_09_26/2011_09_26_drive_0095_sync 44 r\n2011_09_26/2011_09_26_drive_0095_sync 45 r\n2011_09_26/2011_09_26_drive_0095_sync 46 r\n2011_09_26/2011_09_26_drive_0095_sync 47 r\n2011_09_26/2011_09_26_drive_0095_sync 48 r\n2011_09_26/2011_09_26_drive_0095_sync 49 r\n2011_09_26/2011_09_26_drive_0095_sync 50 r\n2011_09_26/2011_09_26_drive_0095_sync 51 r\n2011_09_26/2011_09_26_drive_0095_sync 52 r\n2011_09_26/2011_09_26_drive_0095_sync 53 r\n2011_09_26/2011_09_26_drive_0095_sync 54 r\n2011_09_26/2011_09_26_drive_0095_sync 55 r\n2011_09_26/2011_09_26_drive_0095_sync 56 r\n2011_09_26/2011_09_26_drive_0095_sync 57 r\n2011_09_26/2011_09_26_drive_0095_sync 58 r\n2011_09_26/2011_09_26_drive_0095_sync 59 r\n2011_09_26/2011_09_26_drive_0095_sync 60 r\n2011_09_26/2011_09_26_drive_0095_sync 61 r\n2011_09_26/2011_09_26_drive_0095_sync 62 r\n2011_09_26/2011_09_26_drive_0095_sync 63 r\n2011_09_26/2011_09_26_drive_0095_sync 64 r\n2011_09_26/2011_09_26_drive_0095_sync 65 r\n2011_09_26/2011_09_26_drive_0095_sync 66 r\n2011_09_26/2011_09_26_drive_0095_sync 67 r\n2011_09_26/2011_09_26_drive_0095_sync 68 r\n2011_09_26/2011_09_26_drive_0095_sync 69 r\n2011_09_26/2011_09_26_drive_0095_sync 70 r\n2011_09_26/2011_09_26_drive_0095_sync 71 r\n2011_09_26/2011_09_26_drive_0095_sync 72 r\n2011_09_26/2011_09_26_drive_0095_sync 73 r\n2011_09_26/2011_09_26_drive_0095_sync 74 r\n2011_09_26/2011_09_26_drive_0095_sync 75 r\n2011_09_26/2011_09_26_drive_0095_sync 76 r\n2011_09_26/2011_09_26_drive_0095_sync 77 r\n2011_09_26/2011_09_26_drive_0095_sync 78 r\n2011_09_26/2011_09_26_drive_0095_sync 79 r\n2011_09_26/2011_09_26_drive_0095_sync 80 r\n2011_09_26/2011_09_26_drive_0095_sync 81 r\n2011_09_26/2011_09_26_drive_0095_sync 82 r\n2011_09_26/2011_09_26_drive_0095_sync 83 r\n2011_09_26/2011_09_26_drive_0095_sync 84 r\n2011_09_26/2011_09_26_drive_0095_sync 85 r\n2011_09_26/2011_09_26_drive_0095_sync 86 r\n2011_09_26/2011_09_26_drive_0095_sync 87 r\n2011_09_26/2011_09_26_drive_0095_sync 88 r\n2011_09_26/2011_09_26_drive_0095_sync 89 r\n2011_09_26/2011_09_26_drive_0095_sync 90 r\n2011_09_26/2011_09_26_drive_0095_sync 91 r\n2011_09_26/2011_09_26_drive_0095_sync 92 r\n2011_09_26/2011_09_26_drive_0095_sync 93 r\n2011_09_26/2011_09_26_drive_0095_sync 94 r\n2011_09_26/2011_09_26_drive_0095_sync 95 r\n2011_09_26/2011_09_26_drive_0095_sync 96 r\n2011_09_26/2011_09_26_drive_0095_sync 97 r\n2011_09_26/2011_09_26_drive_0095_sync 98 r\n2011_09_26/2011_09_26_drive_0095_sync 99 r\n2011_09_26/2011_09_26_drive_0095_sync 100 r\n2011_09_26/2011_09_26_drive_0095_sync 101 r\n2011_09_26/2011_09_26_drive_0095_sync 102 r\n2011_09_26/2011_09_26_drive_0095_sync 103 r\n2011_09_26/2011_09_26_drive_0095_sync 104 r\n2011_09_26/2011_09_26_drive_0095_sync 105 r\n2011_09_26/2011_09_26_drive_0095_sync 106 r\n2011_09_26/2011_09_26_drive_0095_sync 107 r\n2011_09_26/2011_09_26_drive_0095_sync 108 r\n2011_09_26/2011_09_26_drive_0095_sync 109 r\n2011_09_26/2011_09_26_drive_0095_sync 110 r\n2011_09_26/2011_09_26_drive_0095_sync 111 r\n2011_09_26/2011_09_26_drive_0095_sync 112 r\n2011_09_26/2011_09_26_drive_0095_sync 113 r\n2011_09_26/2011_09_26_drive_0095_sync 114 r\n2011_09_26/2011_09_26_drive_0095_sync 115 r\n2011_09_26/2011_09_26_drive_0095_sync 116 r\n2011_09_26/2011_09_26_drive_0095_sync 117 r\n2011_09_26/2011_09_26_drive_0095_sync 118 r\n2011_09_26/2011_09_26_drive_0095_sync 119 r\n2011_09_26/2011_09_26_drive_0095_sync 120 r\n2011_09_26/2011_09_26_drive_0095_sync 121 r\n2011_09_26/2011_09_26_drive_0095_sync 122 r\n2011_09_26/2011_09_26_drive_0095_sync 123 r\n2011_09_26/2011_09_26_drive_0095_sync 124 r\n2011_09_26/2011_09_26_drive_0095_sync 125 r\n2011_09_26/2011_09_26_drive_0095_sync 126 r\n2011_09_26/2011_09_26_drive_0095_sync 127 r\n2011_09_26/2011_09_26_drive_0095_sync 128 r\n2011_09_26/2011_09_26_drive_0095_sync 129 r\n2011_09_26/2011_09_26_drive_0095_sync 130 r\n2011_09_26/2011_09_26_drive_0095_sync 131 r\n2011_09_26/2011_09_26_drive_0095_sync 132 r\n2011_09_26/2011_09_26_drive_0095_sync 133 r\n2011_09_26/2011_09_26_drive_0095_sync 134 r\n2011_09_26/2011_09_26_drive_0095_sync 135 r\n2011_09_26/2011_09_26_drive_0095_sync 136 r\n2011_09_26/2011_09_26_drive_0095_sync 137 r\n2011_09_26/2011_09_26_drive_0095_sync 138 r\n2011_09_26/2011_09_26_drive_0095_sync 139 r\n2011_09_26/2011_09_26_drive_0095_sync 140 r\n2011_09_26/2011_09_26_drive_0095_sync 141 r\n2011_09_26/2011_09_26_drive_0095_sync 142 r\n2011_09_26/2011_09_26_drive_0095_sync 143 r\n2011_09_26/2011_09_26_drive_0095_sync 144 r\n2011_09_26/2011_09_26_drive_0095_sync 145 r\n2011_09_26/2011_09_26_drive_0095_sync 146 r\n2011_09_26/2011_09_26_drive_0095_sync 147 r\n2011_09_26/2011_09_26_drive_0095_sync 148 r\n2011_09_26/2011_09_26_drive_0095_sync 149 r\n2011_09_26/2011_09_26_drive_0095_sync 150 r\n2011_09_26/2011_09_26_drive_0095_sync 151 r\n2011_09_26/2011_09_26_drive_0095_sync 152 r\n2011_09_26/2011_09_26_drive_0095_sync 153 r\n2011_09_26/2011_09_26_drive_0095_sync 154 r\n2011_09_26/2011_09_26_drive_0095_sync 155 r\n2011_09_26/2011_09_26_drive_0095_sync 156 r\n2011_09_26/2011_09_26_drive_0095_sync 157 r\n2011_09_26/2011_09_26_drive_0095_sync 158 r\n2011_09_26/2011_09_26_drive_0095_sync 159 r\n2011_09_26/2011_09_26_drive_0095_sync 160 r\n2011_09_26/2011_09_26_drive_0095_sync 161 r\n2011_09_26/2011_09_26_drive_0095_sync 162 r\n2011_09_26/2011_09_26_drive_0095_sync 163 r\n2011_09_26/2011_09_26_drive_0095_sync 164 r\n2011_09_26/2011_09_26_drive_0095_sync 165 r\n2011_09_26/2011_09_26_drive_0095_sync 166 r\n2011_09_26/2011_09_26_drive_0095_sync 167 r\n2011_09_26/2011_09_26_drive_0095_sync 168 r\n2011_09_26/2011_09_26_drive_0095_sync 169 r\n2011_09_26/2011_09_26_drive_0095_sync 170 r\n2011_09_26/2011_09_26_drive_0095_sync 171 r\n2011_09_26/2011_09_26_drive_0095_sync 172 r\n2011_09_26/2011_09_26_drive_0095_sync 173 r\n2011_09_26/2011_09_26_drive_0095_sync 174 r\n2011_09_26/2011_09_26_drive_0095_sync 175 r\n2011_09_26/2011_09_26_drive_0095_sync 176 r\n2011_09_26/2011_09_26_drive_0095_sync 177 r\n2011_09_26/2011_09_26_drive_0095_sync 178 r\n2011_09_26/2011_09_26_drive_0095_sync 179 r\n2011_09_26/2011_09_26_drive_0095_sync 180 r\n2011_09_26/2011_09_26_drive_0095_sync 181 r\n2011_09_26/2011_09_26_drive_0095_sync 182 r\n2011_09_26/2011_09_26_drive_0095_sync 183 r\n2011_09_26/2011_09_26_drive_0095_sync 184 r\n2011_09_26/2011_09_26_drive_0095_sync 185 r\n2011_09_26/2011_09_26_drive_0095_sync 186 r\n2011_09_26/2011_09_26_drive_0095_sync 187 r\n2011_09_26/2011_09_26_drive_0095_sync 188 r\n2011_09_26/2011_09_26_drive_0095_sync 189 r\n2011_09_26/2011_09_26_drive_0095_sync 190 r\n2011_09_26/2011_09_26_drive_0095_sync 191 r\n2011_09_26/2011_09_26_drive_0095_sync 192 r\n2011_09_26/2011_09_26_drive_0095_sync 193 r\n2011_09_26/2011_09_26_drive_0095_sync 194 r\n2011_09_26/2011_09_26_drive_0095_sync 195 r\n2011_09_26/2011_09_26_drive_0095_sync 196 r\n2011_09_26/2011_09_26_drive_0095_sync 197 r\n2011_09_26/2011_09_26_drive_0095_sync 198 r\n2011_09_26/2011_09_26_drive_0095_sync 199 r\n2011_09_26/2011_09_26_drive_0095_sync 200 r\n2011_09_26/2011_09_26_drive_0095_sync 201 r\n2011_09_26/2011_09_26_drive_0095_sync 202 r\n2011_09_26/2011_09_26_drive_0095_sync 203 r\n2011_09_26/2011_09_26_drive_0095_sync 204 r\n2011_09_26/2011_09_26_drive_0095_sync 205 r\n2011_09_26/2011_09_26_drive_0095_sync 206 r\n2011_09_26/2011_09_26_drive_0095_sync 207 r\n2011_09_26/2011_09_26_drive_0095_sync 208 r\n2011_09_26/2011_09_26_drive_0095_sync 209 r\n2011_09_26/2011_09_26_drive_0095_sync 210 r\n2011_09_26/2011_09_26_drive_0095_sync 211 r\n2011_09_26/2011_09_26_drive_0095_sync 212 r\n2011_09_26/2011_09_26_drive_0095_sync 213 r\n2011_09_26/2011_09_26_drive_0095_sync 214 r\n2011_09_26/2011_09_26_drive_0095_sync 215 r\n2011_09_26/2011_09_26_drive_0095_sync 216 r\n2011_09_26/2011_09_26_drive_0095_sync 217 r\n2011_09_26/2011_09_26_drive_0095_sync 218 r\n2011_09_26/2011_09_26_drive_0095_sync 219 r\n2011_09_26/2011_09_26_drive_0095_sync 220 r\n2011_09_26/2011_09_26_drive_0095_sync 221 r\n2011_09_26/2011_09_26_drive_0095_sync 222 r\n2011_09_26/2011_09_26_drive_0095_sync 223 r\n2011_09_26/2011_09_26_drive_0095_sync 224 r\n2011_09_26/2011_09_26_drive_0095_sync 225 r\n2011_09_26/2011_09_26_drive_0095_sync 226 r\n2011_09_26/2011_09_26_drive_0095_sync 227 r\n2011_09_26/2011_09_26_drive_0095_sync 228 r\n2011_09_26/2011_09_26_drive_0095_sync 229 r\n2011_09_26/2011_09_26_drive_0095_sync 230 r\n2011_09_26/2011_09_26_drive_0095_sync 231 r\n2011_09_26/2011_09_26_drive_0095_sync 232 r\n2011_09_26/2011_09_26_drive_0095_sync 233 r\n2011_09_26/2011_09_26_drive_0095_sync 234 r\n2011_09_26/2011_09_26_drive_0095_sync 235 r\n2011_09_26/2011_09_26_drive_0095_sync 236 r\n2011_09_26/2011_09_26_drive_0095_sync 237 r\n2011_09_26/2011_09_26_drive_0095_sync 238 r\n2011_09_26/2011_09_26_drive_0095_sync 239 r\n2011_09_26/2011_09_26_drive_0095_sync 240 r\n2011_09_26/2011_09_26_drive_0095_sync 241 r\n2011_09_26/2011_09_26_drive_0095_sync 242 r\n2011_09_26/2011_09_26_drive_0095_sync 243 r\n2011_09_26/2011_09_26_drive_0095_sync 244 r\n2011_09_26/2011_09_26_drive_0095_sync 245 r\n2011_09_26/2011_09_26_drive_0095_sync 246 r\n2011_09_26/2011_09_26_drive_0095_sync 247 r\n2011_09_26/2011_09_26_drive_0095_sync 248 r\n2011_09_26/2011_09_26_drive_0095_sync 249 r\n2011_09_26/2011_09_26_drive_0095_sync 250 r\n2011_09_26/2011_09_26_drive_0095_sync 251 r\n2011_09_26/2011_09_26_drive_0095_sync 252 r\n2011_09_26/2011_09_26_drive_0095_sync 253 r\n2011_09_26/2011_09_26_drive_0095_sync 254 r\n2011_09_26/2011_09_26_drive_0095_sync 255 r\n2011_09_26/2011_09_26_drive_0095_sync 256 r\n2011_09_26/2011_09_26_drive_0095_sync 257 r\n2011_09_26/2011_09_26_drive_0095_sync 258 r\n2011_09_26/2011_09_26_drive_0095_sync 259 r\n2011_09_26/2011_09_26_drive_0095_sync 260 r\n2011_09_26/2011_09_26_drive_0095_sync 261 r\n2011_09_26/2011_09_26_drive_0095_sync 262 r\n2011_09_26/2011_09_26_drive_0095_sync 263 r\n2011_09_26/2011_09_26_drive_0095_sync 264 r\n2011_09_26/2011_09_26_drive_0095_sync 265 r\n2011_09_26/2011_09_26_drive_0095_sync 266 r\n2011_09_26/2011_09_26_drive_0095_sync 267 r\n2011_09_26/2011_09_26_drive_0096_sync 0 l\n2011_09_26/2011_09_26_drive_0096_sync 1 l\n2011_09_26/2011_09_26_drive_0096_sync 2 l\n2011_09_26/2011_09_26_drive_0096_sync 3 l\n2011_09_26/2011_09_26_drive_0096_sync 4 l\n2011_09_26/2011_09_26_drive_0096_sync 5 l\n2011_09_26/2011_09_26_drive_0096_sync 6 l\n2011_09_26/2011_09_26_drive_0096_sync 7 l\n2011_09_26/2011_09_26_drive_0096_sync 8 l\n2011_09_26/2011_09_26_drive_0096_sync 9 l\n2011_09_26/2011_09_26_drive_0096_sync 10 l\n2011_09_26/2011_09_26_drive_0096_sync 11 l\n2011_09_26/2011_09_26_drive_0096_sync 12 l\n2011_09_26/2011_09_26_drive_0096_sync 13 l\n2011_09_26/2011_09_26_drive_0096_sync 14 l\n2011_09_26/2011_09_26_drive_0096_sync 15 l\n2011_09_26/2011_09_26_drive_0096_sync 16 l\n2011_09_26/2011_09_26_drive_0096_sync 17 l\n2011_09_26/2011_09_26_drive_0096_sync 18 l\n2011_09_26/2011_09_26_drive_0096_sync 19 l\n2011_09_26/2011_09_26_drive_0096_sync 20 l\n2011_09_26/2011_09_26_drive_0096_sync 21 l\n2011_09_26/2011_09_26_drive_0096_sync 22 l\n2011_09_26/2011_09_26_drive_0096_sync 23 l\n2011_09_26/2011_09_26_drive_0096_sync 24 l\n2011_09_26/2011_09_26_drive_0096_sync 25 l\n2011_09_26/2011_09_26_drive_0096_sync 26 l\n2011_09_26/2011_09_26_drive_0096_sync 27 l\n2011_09_26/2011_09_26_drive_0096_sync 28 l\n2011_09_26/2011_09_26_drive_0096_sync 29 l\n2011_09_26/2011_09_26_drive_0096_sync 30 l\n2011_09_26/2011_09_26_drive_0096_sync 31 l\n2011_09_26/2011_09_26_drive_0096_sync 32 l\n2011_09_26/2011_09_26_drive_0096_sync 33 l\n2011_09_26/2011_09_26_drive_0096_sync 34 l\n2011_09_26/2011_09_26_drive_0096_sync 35 l\n2011_09_26/2011_09_26_drive_0096_sync 36 l\n2011_09_26/2011_09_26_drive_0096_sync 37 l\n2011_09_26/2011_09_26_drive_0096_sync 38 l\n2011_09_26/2011_09_26_drive_0096_sync 39 l\n2011_09_26/2011_09_26_drive_0096_sync 40 l\n2011_09_26/2011_09_26_drive_0096_sync 41 l\n2011_09_26/2011_09_26_drive_0096_sync 42 l\n2011_09_26/2011_09_26_drive_0096_sync 43 l\n2011_09_26/2011_09_26_drive_0096_sync 44 l\n2011_09_26/2011_09_26_drive_0096_sync 45 l\n2011_09_26/2011_09_26_drive_0096_sync 46 l\n2011_09_26/2011_09_26_drive_0096_sync 47 l\n2011_09_26/2011_09_26_drive_0096_sync 48 l\n2011_09_26/2011_09_26_drive_0096_sync 49 l\n2011_09_26/2011_09_26_drive_0096_sync 50 l\n2011_09_26/2011_09_26_drive_0096_sync 51 l\n2011_09_26/2011_09_26_drive_0096_sync 52 l\n2011_09_26/2011_09_26_drive_0096_sync 53 l\n2011_09_26/2011_09_26_drive_0096_sync 54 l\n2011_09_26/2011_09_26_drive_0096_sync 55 l\n2011_09_26/2011_09_26_drive_0096_sync 56 l\n2011_09_26/2011_09_26_drive_0096_sync 57 l\n2011_09_26/2011_09_26_drive_0096_sync 58 l\n2011_09_26/2011_09_26_drive_0096_sync 59 l\n2011_09_26/2011_09_26_drive_0096_sync 60 l\n2011_09_26/2011_09_26_drive_0096_sync 61 l\n2011_09_26/2011_09_26_drive_0096_sync 62 l\n2011_09_26/2011_09_26_drive_0096_sync 63 l\n2011_09_26/2011_09_26_drive_0096_sync 64 l\n2011_09_26/2011_09_26_drive_0096_sync 65 l\n2011_09_26/2011_09_26_drive_0096_sync 66 l\n2011_09_26/2011_09_26_drive_0096_sync 67 l\n2011_09_26/2011_09_26_drive_0096_sync 68 l\n2011_09_26/2011_09_26_drive_0096_sync 69 l\n2011_09_26/2011_09_26_drive_0096_sync 70 l\n2011_09_26/2011_09_26_drive_0096_sync 71 l\n2011_09_26/2011_09_26_drive_0096_sync 72 l\n2011_09_26/2011_09_26_drive_0096_sync 73 l\n2011_09_26/2011_09_26_drive_0096_sync 74 l\n2011_09_26/2011_09_26_drive_0096_sync 75 l\n2011_09_26/2011_09_26_drive_0096_sync 76 l\n2011_09_26/2011_09_26_drive_0096_sync 77 l\n2011_09_26/2011_09_26_drive_0096_sync 78 l\n2011_09_26/2011_09_26_drive_0096_sync 79 l\n2011_09_26/2011_09_26_drive_0096_sync 80 l\n2011_09_26/2011_09_26_drive_0096_sync 81 l\n2011_09_26/2011_09_26_drive_0096_sync 82 l\n2011_09_26/2011_09_26_drive_0096_sync 83 l\n2011_09_26/2011_09_26_drive_0096_sync 84 l\n2011_09_26/2011_09_26_drive_0096_sync 85 l\n2011_09_26/2011_09_26_drive_0096_sync 86 l\n2011_09_26/2011_09_26_drive_0096_sync 87 l\n2011_09_26/2011_09_26_drive_0096_sync 88 l\n2011_09_26/2011_09_26_drive_0096_sync 89 l\n2011_09_26/2011_09_26_drive_0096_sync 90 l\n2011_09_26/2011_09_26_drive_0096_sync 91 l\n2011_09_26/2011_09_26_drive_0096_sync 92 l\n2011_09_26/2011_09_26_drive_0096_sync 93 l\n2011_09_26/2011_09_26_drive_0096_sync 94 l\n2011_09_26/2011_09_26_drive_0096_sync 95 l\n2011_09_26/2011_09_26_drive_0096_sync 96 l\n2011_09_26/2011_09_26_drive_0096_sync 97 l\n2011_09_26/2011_09_26_drive_0096_sync 98 l\n2011_09_26/2011_09_26_drive_0096_sync 99 l\n2011_09_26/2011_09_26_drive_0096_sync 100 l\n2011_09_26/2011_09_26_drive_0096_sync 101 l\n2011_09_26/2011_09_26_drive_0096_sync 102 l\n2011_09_26/2011_09_26_drive_0096_sync 103 l\n2011_09_26/2011_09_26_drive_0096_sync 104 l\n2011_09_26/2011_09_26_drive_0096_sync 105 l\n2011_09_26/2011_09_26_drive_0096_sync 106 l\n2011_09_26/2011_09_26_drive_0096_sync 107 l\n2011_09_26/2011_09_26_drive_0096_sync 108 l\n2011_09_26/2011_09_26_drive_0096_sync 109 l\n2011_09_26/2011_09_26_drive_0096_sync 110 l\n2011_09_26/2011_09_26_drive_0096_sync 111 l\n2011_09_26/2011_09_26_drive_0096_sync 112 l\n2011_09_26/2011_09_26_drive_0096_sync 113 l\n2011_09_26/2011_09_26_drive_0096_sync 114 l\n2011_09_26/2011_09_26_drive_0096_sync 115 l\n2011_09_26/2011_09_26_drive_0096_sync 116 l\n2011_09_26/2011_09_26_drive_0096_sync 117 l\n2011_09_26/2011_09_26_drive_0096_sync 118 l\n2011_09_26/2011_09_26_drive_0096_sync 119 l\n2011_09_26/2011_09_26_drive_0096_sync 120 l\n2011_09_26/2011_09_26_drive_0096_sync 121 l\n2011_09_26/2011_09_26_drive_0096_sync 122 l\n2011_09_26/2011_09_26_drive_0096_sync 123 l\n2011_09_26/2011_09_26_drive_0096_sync 124 l\n2011_09_26/2011_09_26_drive_0096_sync 125 l\n2011_09_26/2011_09_26_drive_0096_sync 126 l\n2011_09_26/2011_09_26_drive_0096_sync 127 l\n2011_09_26/2011_09_26_drive_0096_sync 128 l\n2011_09_26/2011_09_26_drive_0096_sync 129 l\n2011_09_26/2011_09_26_drive_0096_sync 130 l\n2011_09_26/2011_09_26_drive_0096_sync 131 l\n2011_09_26/2011_09_26_drive_0096_sync 132 l\n2011_09_26/2011_09_26_drive_0096_sync 133 l\n2011_09_26/2011_09_26_drive_0096_sync 134 l\n2011_09_26/2011_09_26_drive_0096_sync 135 l\n2011_09_26/2011_09_26_drive_0096_sync 136 l\n2011_09_26/2011_09_26_drive_0096_sync 137 l\n2011_09_26/2011_09_26_drive_0096_sync 138 l\n2011_09_26/2011_09_26_drive_0096_sync 139 l\n2011_09_26/2011_09_26_drive_0096_sync 140 l\n2011_09_26/2011_09_26_drive_0096_sync 141 l\n2011_09_26/2011_09_26_drive_0096_sync 142 l\n2011_09_26/2011_09_26_drive_0096_sync 143 l\n2011_09_26/2011_09_26_drive_0096_sync 144 l\n2011_09_26/2011_09_26_drive_0096_sync 145 l\n2011_09_26/2011_09_26_drive_0096_sync 146 l\n2011_09_26/2011_09_26_drive_0096_sync 147 l\n2011_09_26/2011_09_26_drive_0096_sync 148 l\n2011_09_26/2011_09_26_drive_0096_sync 149 l\n2011_09_26/2011_09_26_drive_0096_sync 150 l\n2011_09_26/2011_09_26_drive_0096_sync 151 l\n2011_09_26/2011_09_26_drive_0096_sync 152 l\n2011_09_26/2011_09_26_drive_0096_sync 153 l\n2011_09_26/2011_09_26_drive_0096_sync 154 l\n2011_09_26/2011_09_26_drive_0096_sync 155 l\n2011_09_26/2011_09_26_drive_0096_sync 156 l\n2011_09_26/2011_09_26_drive_0096_sync 157 l\n2011_09_26/2011_09_26_drive_0096_sync 158 l\n2011_09_26/2011_09_26_drive_0096_sync 159 l\n2011_09_26/2011_09_26_drive_0096_sync 160 l\n2011_09_26/2011_09_26_drive_0096_sync 161 l\n2011_09_26/2011_09_26_drive_0096_sync 162 l\n2011_09_26/2011_09_26_drive_0096_sync 163 l\n2011_09_26/2011_09_26_drive_0096_sync 164 l\n2011_09_26/2011_09_26_drive_0096_sync 165 l\n2011_09_26/2011_09_26_drive_0096_sync 166 l\n2011_09_26/2011_09_26_drive_0096_sync 167 l\n2011_09_26/2011_09_26_drive_0096_sync 168 l\n2011_09_26/2011_09_26_drive_0096_sync 169 l\n2011_09_26/2011_09_26_drive_0096_sync 170 l\n2011_09_26/2011_09_26_drive_0096_sync 171 l\n2011_09_26/2011_09_26_drive_0096_sync 172 l\n2011_09_26/2011_09_26_drive_0096_sync 173 l\n2011_09_26/2011_09_26_drive_0096_sync 174 l\n2011_09_26/2011_09_26_drive_0096_sync 175 l\n2011_09_26/2011_09_26_drive_0096_sync 176 l\n2011_09_26/2011_09_26_drive_0096_sync 177 l\n2011_09_26/2011_09_26_drive_0096_sync 178 l\n2011_09_26/2011_09_26_drive_0096_sync 179 l\n2011_09_26/2011_09_26_drive_0096_sync 180 l\n2011_09_26/2011_09_26_drive_0096_sync 181 l\n2011_09_26/2011_09_26_drive_0096_sync 182 l\n2011_09_26/2011_09_26_drive_0096_sync 183 l\n2011_09_26/2011_09_26_drive_0096_sync 184 l\n2011_09_26/2011_09_26_drive_0096_sync 185 l\n2011_09_26/2011_09_26_drive_0096_sync 186 l\n2011_09_26/2011_09_26_drive_0096_sync 187 l\n2011_09_26/2011_09_26_drive_0096_sync 188 l\n2011_09_26/2011_09_26_drive_0096_sync 189 l\n2011_09_26/2011_09_26_drive_0096_sync 190 l\n2011_09_26/2011_09_26_drive_0096_sync 191 l\n2011_09_26/2011_09_26_drive_0096_sync 192 l\n2011_09_26/2011_09_26_drive_0096_sync 193 l\n2011_09_26/2011_09_26_drive_0096_sync 194 l\n2011_09_26/2011_09_26_drive_0096_sync 195 l\n2011_09_26/2011_09_26_drive_0096_sync 196 l\n2011_09_26/2011_09_26_drive_0096_sync 197 l\n2011_09_26/2011_09_26_drive_0096_sync 198 l\n2011_09_26/2011_09_26_drive_0096_sync 199 l\n2011_09_26/2011_09_26_drive_0096_sync 200 l\n2011_09_26/2011_09_26_drive_0096_sync 201 l\n2011_09_26/2011_09_26_drive_0096_sync 202 l\n2011_09_26/2011_09_26_drive_0096_sync 203 l\n2011_09_26/2011_09_26_drive_0096_sync 204 l\n2011_09_26/2011_09_26_drive_0096_sync 205 l\n2011_09_26/2011_09_26_drive_0096_sync 206 l\n2011_09_26/2011_09_26_drive_0096_sync 207 l\n2011_09_26/2011_09_26_drive_0096_sync 208 l\n2011_09_26/2011_09_26_drive_0096_sync 209 l\n2011_09_26/2011_09_26_drive_0096_sync 210 l\n2011_09_26/2011_09_26_drive_0096_sync 211 l\n2011_09_26/2011_09_26_drive_0096_sync 212 l\n2011_09_26/2011_09_26_drive_0096_sync 213 l\n2011_09_26/2011_09_26_drive_0096_sync 214 l\n2011_09_26/2011_09_26_drive_0096_sync 215 l\n2011_09_26/2011_09_26_drive_0096_sync 216 l\n2011_09_26/2011_09_26_drive_0096_sync 217 l\n2011_09_26/2011_09_26_drive_0096_sync 218 l\n2011_09_26/2011_09_26_drive_0096_sync 219 l\n2011_09_26/2011_09_26_drive_0096_sync 220 l\n2011_09_26/2011_09_26_drive_0096_sync 221 l\n2011_09_26/2011_09_26_drive_0096_sync 222 l\n2011_09_26/2011_09_26_drive_0096_sync 223 l\n2011_09_26/2011_09_26_drive_0096_sync 224 l\n2011_09_26/2011_09_26_drive_0096_sync 225 l\n2011_09_26/2011_09_26_drive_0096_sync 226 l\n2011_09_26/2011_09_26_drive_0096_sync 227 l\n2011_09_26/2011_09_26_drive_0096_sync 228 l\n2011_09_26/2011_09_26_drive_0096_sync 229 l\n2011_09_26/2011_09_26_drive_0096_sync 230 l\n2011_09_26/2011_09_26_drive_0096_sync 231 l\n2011_09_26/2011_09_26_drive_0096_sync 232 l\n2011_09_26/2011_09_26_drive_0096_sync 233 l\n2011_09_26/2011_09_26_drive_0096_sync 234 l\n2011_09_26/2011_09_26_drive_0096_sync 235 l\n2011_09_26/2011_09_26_drive_0096_sync 236 l\n2011_09_26/2011_09_26_drive_0096_sync 237 l\n2011_09_26/2011_09_26_drive_0096_sync 238 l\n2011_09_26/2011_09_26_drive_0096_sync 239 l\n2011_09_26/2011_09_26_drive_0096_sync 240 l\n2011_09_26/2011_09_26_drive_0096_sync 241 l\n2011_09_26/2011_09_26_drive_0096_sync 242 l\n2011_09_26/2011_09_26_drive_0096_sync 243 l\n2011_09_26/2011_09_26_drive_0096_sync 244 l\n2011_09_26/2011_09_26_drive_0096_sync 245 l\n2011_09_26/2011_09_26_drive_0096_sync 246 l\n2011_09_26/2011_09_26_drive_0096_sync 247 l\n2011_09_26/2011_09_26_drive_0096_sync 248 l\n2011_09_26/2011_09_26_drive_0096_sync 249 l\n2011_09_26/2011_09_26_drive_0096_sync 250 l\n2011_09_26/2011_09_26_drive_0096_sync 251 l\n2011_09_26/2011_09_26_drive_0096_sync 252 l\n2011_09_26/2011_09_26_drive_0096_sync 253 l\n2011_09_26/2011_09_26_drive_0096_sync 254 l\n2011_09_26/2011_09_26_drive_0096_sync 255 l\n2011_09_26/2011_09_26_drive_0096_sync 256 l\n2011_09_26/2011_09_26_drive_0096_sync 257 l\n2011_09_26/2011_09_26_drive_0096_sync 258 l\n2011_09_26/2011_09_26_drive_0096_sync 259 l\n2011_09_26/2011_09_26_drive_0096_sync 260 l\n2011_09_26/2011_09_26_drive_0096_sync 261 l\n2011_09_26/2011_09_26_drive_0096_sync 262 l\n2011_09_26/2011_09_26_drive_0096_sync 263 l\n2011_09_26/2011_09_26_drive_0096_sync 264 l\n2011_09_26/2011_09_26_drive_0096_sync 265 l\n2011_09_26/2011_09_26_drive_0096_sync 266 l\n2011_09_26/2011_09_26_drive_0096_sync 267 l\n2011_09_26/2011_09_26_drive_0096_sync 268 l\n2011_09_26/2011_09_26_drive_0096_sync 269 l\n2011_09_26/2011_09_26_drive_0096_sync 270 l\n2011_09_26/2011_09_26_drive_0096_sync 271 l\n2011_09_26/2011_09_26_drive_0096_sync 272 l\n2011_09_26/2011_09_26_drive_0096_sync 273 l\n2011_09_26/2011_09_26_drive_0096_sync 274 l\n2011_09_26/2011_09_26_drive_0096_sync 275 l\n2011_09_26/2011_09_26_drive_0096_sync 276 l\n2011_09_26/2011_09_26_drive_0096_sync 277 l\n2011_09_26/2011_09_26_drive_0096_sync 278 l\n2011_09_26/2011_09_26_drive_0096_sync 279 l\n2011_09_26/2011_09_26_drive_0096_sync 280 l\n2011_09_26/2011_09_26_drive_0096_sync 281 l\n2011_09_26/2011_09_26_drive_0096_sync 282 l\n2011_09_26/2011_09_26_drive_0096_sync 283 l\n2011_09_26/2011_09_26_drive_0096_sync 284 l\n2011_09_26/2011_09_26_drive_0096_sync 285 l\n2011_09_26/2011_09_26_drive_0096_sync 286 l\n2011_09_26/2011_09_26_drive_0096_sync 287 l\n2011_09_26/2011_09_26_drive_0096_sync 288 l\n2011_09_26/2011_09_26_drive_0096_sync 289 l\n2011_09_26/2011_09_26_drive_0096_sync 290 l\n2011_09_26/2011_09_26_drive_0096_sync 291 l\n2011_09_26/2011_09_26_drive_0096_sync 292 l\n2011_09_26/2011_09_26_drive_0096_sync 293 l\n2011_09_26/2011_09_26_drive_0096_sync 294 l\n2011_09_26/2011_09_26_drive_0096_sync 295 l\n2011_09_26/2011_09_26_drive_0096_sync 296 l\n2011_09_26/2011_09_26_drive_0096_sync 297 l\n2011_09_26/2011_09_26_drive_0096_sync 298 l\n2011_09_26/2011_09_26_drive_0096_sync 299 l\n2011_09_26/2011_09_26_drive_0096_sync 300 l\n2011_09_26/2011_09_26_drive_0096_sync 301 l\n2011_09_26/2011_09_26_drive_0096_sync 302 l\n2011_09_26/2011_09_26_drive_0096_sync 303 l\n2011_09_26/2011_09_26_drive_0096_sync 304 l\n2011_09_26/2011_09_26_drive_0096_sync 305 l\n2011_09_26/2011_09_26_drive_0096_sync 306 l\n2011_09_26/2011_09_26_drive_0096_sync 307 l\n2011_09_26/2011_09_26_drive_0096_sync 308 l\n2011_09_26/2011_09_26_drive_0096_sync 309 l\n2011_09_26/2011_09_26_drive_0096_sync 310 l\n2011_09_26/2011_09_26_drive_0096_sync 311 l\n2011_09_26/2011_09_26_drive_0096_sync 312 l\n2011_09_26/2011_09_26_drive_0096_sync 313 l\n2011_09_26/2011_09_26_drive_0096_sync 314 l\n2011_09_26/2011_09_26_drive_0096_sync 315 l\n2011_09_26/2011_09_26_drive_0096_sync 316 l\n2011_09_26/2011_09_26_drive_0096_sync 317 l\n2011_09_26/2011_09_26_drive_0096_sync 318 l\n2011_09_26/2011_09_26_drive_0096_sync 319 l\n2011_09_26/2011_09_26_drive_0096_sync 320 l\n2011_09_26/2011_09_26_drive_0096_sync 321 l\n2011_09_26/2011_09_26_drive_0096_sync 322 l\n2011_09_26/2011_09_26_drive_0096_sync 323 l\n2011_09_26/2011_09_26_drive_0096_sync 324 l\n2011_09_26/2011_09_26_drive_0096_sync 325 l\n2011_09_26/2011_09_26_drive_0096_sync 326 l\n2011_09_26/2011_09_26_drive_0096_sync 327 l\n2011_09_26/2011_09_26_drive_0096_sync 328 l\n2011_09_26/2011_09_26_drive_0096_sync 329 l\n2011_09_26/2011_09_26_drive_0096_sync 330 l\n2011_09_26/2011_09_26_drive_0096_sync 331 l\n2011_09_26/2011_09_26_drive_0096_sync 332 l\n2011_09_26/2011_09_26_drive_0096_sync 333 l\n2011_09_26/2011_09_26_drive_0096_sync 334 l\n2011_09_26/2011_09_26_drive_0096_sync 335 l\n2011_09_26/2011_09_26_drive_0096_sync 336 l\n2011_09_26/2011_09_26_drive_0096_sync 337 l\n2011_09_26/2011_09_26_drive_0096_sync 338 l\n2011_09_26/2011_09_26_drive_0096_sync 339 l\n2011_09_26/2011_09_26_drive_0096_sync 340 l\n2011_09_26/2011_09_26_drive_0096_sync 341 l\n2011_09_26/2011_09_26_drive_0096_sync 342 l\n2011_09_26/2011_09_26_drive_0096_sync 343 l\n2011_09_26/2011_09_26_drive_0096_sync 344 l\n2011_09_26/2011_09_26_drive_0096_sync 345 l\n2011_09_26/2011_09_26_drive_0096_sync 346 l\n2011_09_26/2011_09_26_drive_0096_sync 347 l\n2011_09_26/2011_09_26_drive_0096_sync 348 l\n2011_09_26/2011_09_26_drive_0096_sync 349 l\n2011_09_26/2011_09_26_drive_0096_sync 350 l\n2011_09_26/2011_09_26_drive_0096_sync 351 l\n2011_09_26/2011_09_26_drive_0096_sync 352 l\n2011_09_26/2011_09_26_drive_0096_sync 353 l\n2011_09_26/2011_09_26_drive_0096_sync 354 l\n2011_09_26/2011_09_26_drive_0096_sync 355 l\n2011_09_26/2011_09_26_drive_0096_sync 356 l\n2011_09_26/2011_09_26_drive_0096_sync 357 l\n2011_09_26/2011_09_26_drive_0096_sync 358 l\n2011_09_26/2011_09_26_drive_0096_sync 359 l\n2011_09_26/2011_09_26_drive_0096_sync 360 l\n2011_09_26/2011_09_26_drive_0096_sync 361 l\n2011_09_26/2011_09_26_drive_0096_sync 362 l\n2011_09_26/2011_09_26_drive_0096_sync 363 l\n2011_09_26/2011_09_26_drive_0096_sync 364 l\n2011_09_26/2011_09_26_drive_0096_sync 365 l\n2011_09_26/2011_09_26_drive_0096_sync 366 l\n2011_09_26/2011_09_26_drive_0096_sync 367 l\n2011_09_26/2011_09_26_drive_0096_sync 368 l\n2011_09_26/2011_09_26_drive_0096_sync 369 l\n2011_09_26/2011_09_26_drive_0096_sync 370 l\n2011_09_26/2011_09_26_drive_0096_sync 371 l\n2011_09_26/2011_09_26_drive_0096_sync 372 l\n2011_09_26/2011_09_26_drive_0096_sync 373 l\n2011_09_26/2011_09_26_drive_0096_sync 374 l\n2011_09_26/2011_09_26_drive_0096_sync 375 l\n2011_09_26/2011_09_26_drive_0096_sync 376 l\n2011_09_26/2011_09_26_drive_0096_sync 377 l\n2011_09_26/2011_09_26_drive_0096_sync 378 l\n2011_09_26/2011_09_26_drive_0096_sync 379 l\n2011_09_26/2011_09_26_drive_0096_sync 380 l\n2011_09_26/2011_09_26_drive_0096_sync 381 l\n2011_09_26/2011_09_26_drive_0096_sync 382 l\n2011_09_26/2011_09_26_drive_0096_sync 383 l\n2011_09_26/2011_09_26_drive_0096_sync 384 l\n2011_09_26/2011_09_26_drive_0096_sync 385 l\n2011_09_26/2011_09_26_drive_0096_sync 386 l\n2011_09_26/2011_09_26_drive_0096_sync 387 l\n2011_09_26/2011_09_26_drive_0096_sync 388 l\n2011_09_26/2011_09_26_drive_0096_sync 389 l\n2011_09_26/2011_09_26_drive_0096_sync 390 l\n2011_09_26/2011_09_26_drive_0096_sync 391 l\n2011_09_26/2011_09_26_drive_0096_sync 392 l\n2011_09_26/2011_09_26_drive_0096_sync 393 l\n2011_09_26/2011_09_26_drive_0096_sync 394 l\n2011_09_26/2011_09_26_drive_0096_sync 395 l\n2011_09_26/2011_09_26_drive_0096_sync 396 l\n2011_09_26/2011_09_26_drive_0096_sync 397 l\n2011_09_26/2011_09_26_drive_0096_sync 398 l\n2011_09_26/2011_09_26_drive_0096_sync 399 l\n2011_09_26/2011_09_26_drive_0096_sync 400 l\n2011_09_26/2011_09_26_drive_0096_sync 401 l\n2011_09_26/2011_09_26_drive_0096_sync 402 l\n2011_09_26/2011_09_26_drive_0096_sync 403 l\n2011_09_26/2011_09_26_drive_0096_sync 404 l\n2011_09_26/2011_09_26_drive_0096_sync 405 l\n2011_09_26/2011_09_26_drive_0096_sync 406 l\n2011_09_26/2011_09_26_drive_0096_sync 407 l\n2011_09_26/2011_09_26_drive_0096_sync 408 l\n2011_09_26/2011_09_26_drive_0096_sync 409 l\n2011_09_26/2011_09_26_drive_0096_sync 410 l\n2011_09_26/2011_09_26_drive_0096_sync 411 l\n2011_09_26/2011_09_26_drive_0096_sync 412 l\n2011_09_26/2011_09_26_drive_0096_sync 413 l\n2011_09_26/2011_09_26_drive_0096_sync 414 l\n2011_09_26/2011_09_26_drive_0096_sync 415 l\n2011_09_26/2011_09_26_drive_0096_sync 416 l\n2011_09_26/2011_09_26_drive_0096_sync 417 l\n2011_09_26/2011_09_26_drive_0096_sync 418 l\n2011_09_26/2011_09_26_drive_0096_sync 419 l\n2011_09_26/2011_09_26_drive_0096_sync 420 l\n2011_09_26/2011_09_26_drive_0096_sync 421 l\n2011_09_26/2011_09_26_drive_0096_sync 422 l\n2011_09_26/2011_09_26_drive_0096_sync 423 l\n2011_09_26/2011_09_26_drive_0096_sync 424 l\n2011_09_26/2011_09_26_drive_0096_sync 425 l\n2011_09_26/2011_09_26_drive_0096_sync 426 l\n2011_09_26/2011_09_26_drive_0096_sync 427 l\n2011_09_26/2011_09_26_drive_0096_sync 428 l\n2011_09_26/2011_09_26_drive_0096_sync 429 l\n2011_09_26/2011_09_26_drive_0096_sync 430 l\n2011_09_26/2011_09_26_drive_0096_sync 431 l\n2011_09_26/2011_09_26_drive_0096_sync 432 l\n2011_09_26/2011_09_26_drive_0096_sync 433 l\n2011_09_26/2011_09_26_drive_0096_sync 434 l\n2011_09_26/2011_09_26_drive_0096_sync 435 l\n2011_09_26/2011_09_26_drive_0096_sync 436 l\n2011_09_26/2011_09_26_drive_0096_sync 437 l\n2011_09_26/2011_09_26_drive_0096_sync 438 l\n2011_09_26/2011_09_26_drive_0096_sync 439 l\n2011_09_26/2011_09_26_drive_0096_sync 440 l\n2011_09_26/2011_09_26_drive_0096_sync 441 l\n2011_09_26/2011_09_26_drive_0096_sync 442 l\n2011_09_26/2011_09_26_drive_0096_sync 443 l\n2011_09_26/2011_09_26_drive_0096_sync 444 l\n2011_09_26/2011_09_26_drive_0096_sync 445 l\n2011_09_26/2011_09_26_drive_0096_sync 446 l\n2011_09_26/2011_09_26_drive_0096_sync 447 l\n2011_09_26/2011_09_26_drive_0096_sync 448 l\n2011_09_26/2011_09_26_drive_0096_sync 449 l\n2011_09_26/2011_09_26_drive_0096_sync 450 l\n2011_09_26/2011_09_26_drive_0096_sync 451 l\n2011_09_26/2011_09_26_drive_0096_sync 452 l\n2011_09_26/2011_09_26_drive_0096_sync 453 l\n2011_09_26/2011_09_26_drive_0096_sync 454 l\n2011_09_26/2011_09_26_drive_0096_sync 455 l\n2011_09_26/2011_09_26_drive_0096_sync 456 l\n2011_09_26/2011_09_26_drive_0096_sync 457 l\n2011_09_26/2011_09_26_drive_0096_sync 458 l\n2011_09_26/2011_09_26_drive_0096_sync 459 l\n2011_09_26/2011_09_26_drive_0096_sync 460 l\n2011_09_26/2011_09_26_drive_0096_sync 461 l\n2011_09_26/2011_09_26_drive_0096_sync 462 l\n2011_09_26/2011_09_26_drive_0096_sync 463 l\n2011_09_26/2011_09_26_drive_0096_sync 464 l\n2011_09_26/2011_09_26_drive_0096_sync 465 l\n2011_09_26/2011_09_26_drive_0096_sync 466 l\n2011_09_26/2011_09_26_drive_0096_sync 467 l\n2011_09_26/2011_09_26_drive_0096_sync 468 l\n2011_09_26/2011_09_26_drive_0096_sync 469 l\n2011_09_26/2011_09_26_drive_0096_sync 470 l\n2011_09_26/2011_09_26_drive_0096_sync 471 l\n2011_09_26/2011_09_26_drive_0096_sync 472 l\n2011_09_26/2011_09_26_drive_0096_sync 473 l\n2011_09_26/2011_09_26_drive_0096_sync 474 l\n2011_09_26/2011_09_26_drive_0096_sync 0 r\n2011_09_26/2011_09_26_drive_0096_sync 1 r\n2011_09_26/2011_09_26_drive_0096_sync 2 r\n2011_09_26/2011_09_26_drive_0096_sync 3 r\n2011_09_26/2011_09_26_drive_0096_sync 4 r\n2011_09_26/2011_09_26_drive_0096_sync 5 r\n2011_09_26/2011_09_26_drive_0096_sync 6 r\n2011_09_26/2011_09_26_drive_0096_sync 7 r\n2011_09_26/2011_09_26_drive_0096_sync 8 r\n2011_09_26/2011_09_26_drive_0096_sync 9 r\n2011_09_26/2011_09_26_drive_0096_sync 10 r\n2011_09_26/2011_09_26_drive_0096_sync 11 r\n2011_09_26/2011_09_26_drive_0096_sync 12 r\n2011_09_26/2011_09_26_drive_0096_sync 13 r\n2011_09_26/2011_09_26_drive_0096_sync 14 r\n2011_09_26/2011_09_26_drive_0096_sync 15 r\n2011_09_26/2011_09_26_drive_0096_sync 16 r\n2011_09_26/2011_09_26_drive_0096_sync 17 r\n2011_09_26/2011_09_26_drive_0096_sync 18 r\n2011_09_26/2011_09_26_drive_0096_sync 19 r\n2011_09_26/2011_09_26_drive_0096_sync 20 r\n2011_09_26/2011_09_26_drive_0096_sync 21 r\n2011_09_26/2011_09_26_drive_0096_sync 22 r\n2011_09_26/2011_09_26_drive_0096_sync 23 r\n2011_09_26/2011_09_26_drive_0096_sync 24 r\n2011_09_26/2011_09_26_drive_0096_sync 25 r\n2011_09_26/2011_09_26_drive_0096_sync 26 r\n2011_09_26/2011_09_26_drive_0096_sync 27 r\n2011_09_26/2011_09_26_drive_0096_sync 28 r\n2011_09_26/2011_09_26_drive_0096_sync 29 r\n2011_09_26/2011_09_26_drive_0096_sync 30 r\n2011_09_26/2011_09_26_drive_0096_sync 31 r\n2011_09_26/2011_09_26_drive_0096_sync 32 r\n2011_09_26/2011_09_26_drive_0096_sync 33 r\n2011_09_26/2011_09_26_drive_0096_sync 34 r\n2011_09_26/2011_09_26_drive_0096_sync 35 r\n2011_09_26/2011_09_26_drive_0096_sync 36 r\n2011_09_26/2011_09_26_drive_0096_sync 37 r\n2011_09_26/2011_09_26_drive_0096_sync 38 r\n2011_09_26/2011_09_26_drive_0096_sync 39 r\n2011_09_26/2011_09_26_drive_0096_sync 40 r\n2011_09_26/2011_09_26_drive_0096_sync 41 r\n2011_09_26/2011_09_26_drive_0096_sync 42 r\n2011_09_26/2011_09_26_drive_0096_sync 43 r\n2011_09_26/2011_09_26_drive_0096_sync 44 r\n2011_09_26/2011_09_26_drive_0096_sync 45 r\n2011_09_26/2011_09_26_drive_0096_sync 46 r\n2011_09_26/2011_09_26_drive_0096_sync 47 r\n2011_09_26/2011_09_26_drive_0096_sync 48 r\n2011_09_26/2011_09_26_drive_0096_sync 49 r\n2011_09_26/2011_09_26_drive_0096_sync 50 r\n2011_09_26/2011_09_26_drive_0096_sync 51 r\n2011_09_26/2011_09_26_drive_0096_sync 52 r\n2011_09_26/2011_09_26_drive_0096_sync 53 r\n2011_09_26/2011_09_26_drive_0096_sync 54 r\n2011_09_26/2011_09_26_drive_0096_sync 55 r\n2011_09_26/2011_09_26_drive_0096_sync 56 r\n2011_09_26/2011_09_26_drive_0096_sync 57 r\n2011_09_26/2011_09_26_drive_0096_sync 58 r\n2011_09_26/2011_09_26_drive_0096_sync 59 r\n2011_09_26/2011_09_26_drive_0096_sync 60 r\n2011_09_26/2011_09_26_drive_0096_sync 61 r\n2011_09_26/2011_09_26_drive_0096_sync 62 r\n2011_09_26/2011_09_26_drive_0096_sync 63 r\n2011_09_26/2011_09_26_drive_0096_sync 64 r\n2011_09_26/2011_09_26_drive_0096_sync 65 r\n2011_09_26/2011_09_26_drive_0096_sync 66 r\n2011_09_26/2011_09_26_drive_0096_sync 67 r\n2011_09_26/2011_09_26_drive_0096_sync 68 r\n2011_09_26/2011_09_26_drive_0096_sync 69 r\n2011_09_26/2011_09_26_drive_0096_sync 70 r\n2011_09_26/2011_09_26_drive_0096_sync 71 r\n2011_09_26/2011_09_26_drive_0096_sync 72 r\n2011_09_26/2011_09_26_drive_0096_sync 73 r\n2011_09_26/2011_09_26_drive_0096_sync 74 r\n2011_09_26/2011_09_26_drive_0096_sync 75 r\n2011_09_26/2011_09_26_drive_0096_sync 76 r\n2011_09_26/2011_09_26_drive_0096_sync 77 r\n2011_09_26/2011_09_26_drive_0096_sync 78 r\n2011_09_26/2011_09_26_drive_0096_sync 79 r\n2011_09_26/2011_09_26_drive_0096_sync 80 r\n2011_09_26/2011_09_26_drive_0096_sync 81 r\n2011_09_26/2011_09_26_drive_0096_sync 82 r\n2011_09_26/2011_09_26_drive_0096_sync 83 r\n2011_09_26/2011_09_26_drive_0096_sync 84 r\n2011_09_26/2011_09_26_drive_0096_sync 85 r\n2011_09_26/2011_09_26_drive_0096_sync 86 r\n2011_09_26/2011_09_26_drive_0096_sync 87 r\n2011_09_26/2011_09_26_drive_0096_sync 88 r\n2011_09_26/2011_09_26_drive_0096_sync 89 r\n2011_09_26/2011_09_26_drive_0096_sync 90 r\n2011_09_26/2011_09_26_drive_0096_sync 91 r\n2011_09_26/2011_09_26_drive_0096_sync 92 r\n2011_09_26/2011_09_26_drive_0096_sync 93 r\n2011_09_26/2011_09_26_drive_0096_sync 94 r\n2011_09_26/2011_09_26_drive_0096_sync 95 r\n2011_09_26/2011_09_26_drive_0096_sync 96 r\n2011_09_26/2011_09_26_drive_0096_sync 97 r\n2011_09_26/2011_09_26_drive_0096_sync 98 r\n2011_09_26/2011_09_26_drive_0096_sync 99 r\n2011_09_26/2011_09_26_drive_0096_sync 100 r\n2011_09_26/2011_09_26_drive_0096_sync 101 r\n2011_09_26/2011_09_26_drive_0096_sync 102 r\n2011_09_26/2011_09_26_drive_0096_sync 103 r\n2011_09_26/2011_09_26_drive_0096_sync 104 r\n2011_09_26/2011_09_26_drive_0096_sync 105 r\n2011_09_26/2011_09_26_drive_0096_sync 106 r\n2011_09_26/2011_09_26_drive_0096_sync 107 r\n2011_09_26/2011_09_26_drive_0096_sync 108 r\n2011_09_26/2011_09_26_drive_0096_sync 109 r\n2011_09_26/2011_09_26_drive_0096_sync 110 r\n2011_09_26/2011_09_26_drive_0096_sync 111 r\n2011_09_26/2011_09_26_drive_0096_sync 112 r\n2011_09_26/2011_09_26_drive_0096_sync 113 r\n2011_09_26/2011_09_26_drive_0096_sync 114 r\n2011_09_26/2011_09_26_drive_0096_sync 115 r\n2011_09_26/2011_09_26_drive_0096_sync 116 r\n2011_09_26/2011_09_26_drive_0096_sync 117 r\n2011_09_26/2011_09_26_drive_0096_sync 118 r\n2011_09_26/2011_09_26_drive_0096_sync 119 r\n2011_09_26/2011_09_26_drive_0096_sync 120 r\n2011_09_26/2011_09_26_drive_0096_sync 121 r\n2011_09_26/2011_09_26_drive_0096_sync 122 r\n2011_09_26/2011_09_26_drive_0096_sync 123 r\n2011_09_26/2011_09_26_drive_0096_sync 124 r\n2011_09_26/2011_09_26_drive_0096_sync 125 r\n2011_09_26/2011_09_26_drive_0096_sync 126 r\n2011_09_26/2011_09_26_drive_0096_sync 127 r\n2011_09_26/2011_09_26_drive_0096_sync 128 r\n2011_09_26/2011_09_26_drive_0096_sync 129 r\n2011_09_26/2011_09_26_drive_0096_sync 130 r\n2011_09_26/2011_09_26_drive_0096_sync 131 r\n2011_09_26/2011_09_26_drive_0096_sync 132 r\n2011_09_26/2011_09_26_drive_0096_sync 133 r\n2011_09_26/2011_09_26_drive_0096_sync 134 r\n2011_09_26/2011_09_26_drive_0096_sync 135 r\n2011_09_26/2011_09_26_drive_0096_sync 136 r\n2011_09_26/2011_09_26_drive_0096_sync 137 r\n2011_09_26/2011_09_26_drive_0096_sync 138 r\n2011_09_26/2011_09_26_drive_0096_sync 139 r\n2011_09_26/2011_09_26_drive_0096_sync 140 r\n2011_09_26/2011_09_26_drive_0096_sync 141 r\n2011_09_26/2011_09_26_drive_0096_sync 142 r\n2011_09_26/2011_09_26_drive_0096_sync 143 r\n2011_09_26/2011_09_26_drive_0096_sync 144 r\n2011_09_26/2011_09_26_drive_0096_sync 145 r\n2011_09_26/2011_09_26_drive_0096_sync 146 r\n2011_09_26/2011_09_26_drive_0096_sync 147 r\n2011_09_26/2011_09_26_drive_0096_sync 148 r\n2011_09_26/2011_09_26_drive_0096_sync 149 r\n2011_09_26/2011_09_26_drive_0096_sync 150 r\n2011_09_26/2011_09_26_drive_0096_sync 151 r\n2011_09_26/2011_09_26_drive_0096_sync 152 r\n2011_09_26/2011_09_26_drive_0096_sync 153 r\n2011_09_26/2011_09_26_drive_0096_sync 154 r\n2011_09_26/2011_09_26_drive_0096_sync 155 r\n2011_09_26/2011_09_26_drive_0096_sync 156 r\n2011_09_26/2011_09_26_drive_0096_sync 157 r\n2011_09_26/2011_09_26_drive_0096_sync 158 r\n2011_09_26/2011_09_26_drive_0096_sync 159 r\n2011_09_26/2011_09_26_drive_0096_sync 160 r\n2011_09_26/2011_09_26_drive_0096_sync 161 r\n2011_09_26/2011_09_26_drive_0096_sync 162 r\n2011_09_26/2011_09_26_drive_0096_sync 163 r\n2011_09_26/2011_09_26_drive_0096_sync 164 r\n2011_09_26/2011_09_26_drive_0096_sync 165 r\n2011_09_26/2011_09_26_drive_0096_sync 166 r\n2011_09_26/2011_09_26_drive_0096_sync 167 r\n2011_09_26/2011_09_26_drive_0096_sync 168 r\n2011_09_26/2011_09_26_drive_0096_sync 169 r\n2011_09_26/2011_09_26_drive_0096_sync 170 r\n2011_09_26/2011_09_26_drive_0096_sync 171 r\n2011_09_26/2011_09_26_drive_0096_sync 172 r\n2011_09_26/2011_09_26_drive_0096_sync 173 r\n2011_09_26/2011_09_26_drive_0096_sync 174 r\n2011_09_26/2011_09_26_drive_0096_sync 175 r\n2011_09_26/2011_09_26_drive_0096_sync 176 r\n2011_09_26/2011_09_26_drive_0096_sync 177 r\n2011_09_26/2011_09_26_drive_0096_sync 178 r\n2011_09_26/2011_09_26_drive_0096_sync 179 r\n2011_09_26/2011_09_26_drive_0096_sync 180 r\n2011_09_26/2011_09_26_drive_0096_sync 181 r\n2011_09_26/2011_09_26_drive_0096_sync 182 r\n2011_09_26/2011_09_26_drive_0096_sync 183 r\n2011_09_26/2011_09_26_drive_0096_sync 184 r\n2011_09_26/2011_09_26_drive_0096_sync 185 r\n2011_09_26/2011_09_26_drive_0096_sync 186 r\n2011_09_26/2011_09_26_drive_0096_sync 187 r\n2011_09_26/2011_09_26_drive_0096_sync 188 r\n2011_09_26/2011_09_26_drive_0096_sync 189 r\n2011_09_26/2011_09_26_drive_0096_sync 190 r\n2011_09_26/2011_09_26_drive_0096_sync 191 r\n2011_09_26/2011_09_26_drive_0096_sync 192 r\n2011_09_26/2011_09_26_drive_0096_sync 193 r\n2011_09_26/2011_09_26_drive_0096_sync 194 r\n2011_09_26/2011_09_26_drive_0096_sync 195 r\n2011_09_26/2011_09_26_drive_0096_sync 196 r\n2011_09_26/2011_09_26_drive_0096_sync 197 r\n2011_09_26/2011_09_26_drive_0096_sync 198 r\n2011_09_26/2011_09_26_drive_0096_sync 199 r\n2011_09_26/2011_09_26_drive_0096_sync 200 r\n2011_09_26/2011_09_26_drive_0096_sync 201 r\n2011_09_26/2011_09_26_drive_0096_sync 202 r\n2011_09_26/2011_09_26_drive_0096_sync 203 r\n2011_09_26/2011_09_26_drive_0096_sync 204 r\n2011_09_26/2011_09_26_drive_0096_sync 205 r\n2011_09_26/2011_09_26_drive_0096_sync 206 r\n2011_09_26/2011_09_26_drive_0096_sync 207 r\n2011_09_26/2011_09_26_drive_0096_sync 208 r\n2011_09_26/2011_09_26_drive_0096_sync 209 r\n2011_09_26/2011_09_26_drive_0096_sync 210 r\n2011_09_26/2011_09_26_drive_0096_sync 211 r\n2011_09_26/2011_09_26_drive_0096_sync 212 r\n2011_09_26/2011_09_26_drive_0096_sync 213 r\n2011_09_26/2011_09_26_drive_0096_sync 214 r\n2011_09_26/2011_09_26_drive_0096_sync 215 r\n2011_09_26/2011_09_26_drive_0096_sync 216 r\n2011_09_26/2011_09_26_drive_0096_sync 217 r\n2011_09_26/2011_09_26_drive_0096_sync 218 r\n2011_09_26/2011_09_26_drive_0096_sync 219 r\n2011_09_26/2011_09_26_drive_0096_sync 220 r\n2011_09_26/2011_09_26_drive_0096_sync 221 r\n2011_09_26/2011_09_26_drive_0096_sync 222 r\n2011_09_26/2011_09_26_drive_0096_sync 223 r\n2011_09_26/2011_09_26_drive_0096_sync 224 r\n2011_09_26/2011_09_26_drive_0096_sync 225 r\n2011_09_26/2011_09_26_drive_0096_sync 226 r\n2011_09_26/2011_09_26_drive_0096_sync 227 r\n2011_09_26/2011_09_26_drive_0096_sync 228 r\n2011_09_26/2011_09_26_drive_0096_sync 229 r\n2011_09_26/2011_09_26_drive_0096_sync 230 r\n2011_09_26/2011_09_26_drive_0096_sync 231 r\n2011_09_26/2011_09_26_drive_0096_sync 232 r\n2011_09_26/2011_09_26_drive_0096_sync 233 r\n2011_09_26/2011_09_26_drive_0096_sync 234 r\n2011_09_26/2011_09_26_drive_0096_sync 235 r\n2011_09_26/2011_09_26_drive_0096_sync 236 r\n2011_09_26/2011_09_26_drive_0096_sync 237 r\n2011_09_26/2011_09_26_drive_0096_sync 238 r\n2011_09_26/2011_09_26_drive_0096_sync 239 r\n2011_09_26/2011_09_26_drive_0096_sync 240 r\n2011_09_26/2011_09_26_drive_0096_sync 241 r\n2011_09_26/2011_09_26_drive_0096_sync 242 r\n2011_09_26/2011_09_26_drive_0096_sync 243 r\n2011_09_26/2011_09_26_drive_0096_sync 244 r\n2011_09_26/2011_09_26_drive_0096_sync 245 r\n2011_09_26/2011_09_26_drive_0096_sync 246 r\n2011_09_26/2011_09_26_drive_0096_sync 247 r\n2011_09_26/2011_09_26_drive_0096_sync 248 r\n2011_09_26/2011_09_26_drive_0096_sync 249 r\n2011_09_26/2011_09_26_drive_0096_sync 250 r\n2011_09_26/2011_09_26_drive_0096_sync 251 r\n2011_09_26/2011_09_26_drive_0096_sync 252 r\n2011_09_26/2011_09_26_drive_0096_sync 253 r\n2011_09_26/2011_09_26_drive_0096_sync 254 r\n2011_09_26/2011_09_26_drive_0096_sync 255 r\n2011_09_26/2011_09_26_drive_0096_sync 256 r\n2011_09_26/2011_09_26_drive_0096_sync 257 r\n2011_09_26/2011_09_26_drive_0096_sync 258 r\n2011_09_26/2011_09_26_drive_0096_sync 259 r\n2011_09_26/2011_09_26_drive_0096_sync 260 r\n2011_09_26/2011_09_26_drive_0096_sync 261 r\n2011_09_26/2011_09_26_drive_0096_sync 262 r\n2011_09_26/2011_09_26_drive_0096_sync 263 r\n2011_09_26/2011_09_26_drive_0096_sync 264 r\n2011_09_26/2011_09_26_drive_0096_sync 265 r\n2011_09_26/2011_09_26_drive_0096_sync 266 r\n2011_09_26/2011_09_26_drive_0096_sync 267 r\n2011_09_26/2011_09_26_drive_0096_sync 268 r\n2011_09_26/2011_09_26_drive_0096_sync 269 r\n2011_09_26/2011_09_26_drive_0096_sync 270 r\n2011_09_26/2011_09_26_drive_0096_sync 271 r\n2011_09_26/2011_09_26_drive_0096_sync 272 r\n2011_09_26/2011_09_26_drive_0096_sync 273 r\n2011_09_26/2011_09_26_drive_0096_sync 274 r\n2011_09_26/2011_09_26_drive_0096_sync 275 r\n2011_09_26/2011_09_26_drive_0096_sync 276 r\n2011_09_26/2011_09_26_drive_0096_sync 277 r\n2011_09_26/2011_09_26_drive_0096_sync 278 r\n2011_09_26/2011_09_26_drive_0096_sync 279 r\n2011_09_26/2011_09_26_drive_0096_sync 280 r\n2011_09_26/2011_09_26_drive_0096_sync 281 r\n2011_09_26/2011_09_26_drive_0096_sync 282 r\n2011_09_26/2011_09_26_drive_0096_sync 283 r\n2011_09_26/2011_09_26_drive_0096_sync 284 r\n2011_09_26/2011_09_26_drive_0096_sync 285 r\n2011_09_26/2011_09_26_drive_0096_sync 286 r\n2011_09_26/2011_09_26_drive_0096_sync 287 r\n2011_09_26/2011_09_26_drive_0096_sync 288 r\n2011_09_26/2011_09_26_drive_0096_sync 289 r\n2011_09_26/2011_09_26_drive_0096_sync 290 r\n2011_09_26/2011_09_26_drive_0096_sync 291 r\n2011_09_26/2011_09_26_drive_0096_sync 292 r\n2011_09_26/2011_09_26_drive_0096_sync 293 r\n2011_09_26/2011_09_26_drive_0096_sync 294 r\n2011_09_26/2011_09_26_drive_0096_sync 295 r\n2011_09_26/2011_09_26_drive_0096_sync 296 r\n2011_09_26/2011_09_26_drive_0096_sync 297 r\n2011_09_26/2011_09_26_drive_0096_sync 298 r\n2011_09_26/2011_09_26_drive_0096_sync 299 r\n2011_09_26/2011_09_26_drive_0096_sync 300 r\n2011_09_26/2011_09_26_drive_0096_sync 301 r\n2011_09_26/2011_09_26_drive_0096_sync 302 r\n2011_09_26/2011_09_26_drive_0096_sync 303 r\n2011_09_26/2011_09_26_drive_0096_sync 304 r\n2011_09_26/2011_09_26_drive_0096_sync 305 r\n2011_09_26/2011_09_26_drive_0096_sync 306 r\n2011_09_26/2011_09_26_drive_0096_sync 307 r\n2011_09_26/2011_09_26_drive_0096_sync 308 r\n2011_09_26/2011_09_26_drive_0096_sync 309 r\n2011_09_26/2011_09_26_drive_0096_sync 310 r\n2011_09_26/2011_09_26_drive_0096_sync 311 r\n2011_09_26/2011_09_26_drive_0096_sync 312 r\n2011_09_26/2011_09_26_drive_0096_sync 313 r\n2011_09_26/2011_09_26_drive_0096_sync 314 r\n2011_09_26/2011_09_26_drive_0096_sync 315 r\n2011_09_26/2011_09_26_drive_0096_sync 316 r\n2011_09_26/2011_09_26_drive_0096_sync 317 r\n2011_09_26/2011_09_26_drive_0096_sync 318 r\n2011_09_26/2011_09_26_drive_0096_sync 319 r\n2011_09_26/2011_09_26_drive_0096_sync 320 r\n2011_09_26/2011_09_26_drive_0096_sync 321 r\n2011_09_26/2011_09_26_drive_0096_sync 322 r\n2011_09_26/2011_09_26_drive_0096_sync 323 r\n2011_09_26/2011_09_26_drive_0096_sync 324 r\n2011_09_26/2011_09_26_drive_0096_sync 325 r\n2011_09_26/2011_09_26_drive_0096_sync 326 r\n2011_09_26/2011_09_26_drive_0096_sync 327 r\n2011_09_26/2011_09_26_drive_0096_sync 328 r\n2011_09_26/2011_09_26_drive_0096_sync 329 r\n2011_09_26/2011_09_26_drive_0096_sync 330 r\n2011_09_26/2011_09_26_drive_0096_sync 331 r\n2011_09_26/2011_09_26_drive_0096_sync 332 r\n2011_09_26/2011_09_26_drive_0096_sync 333 r\n2011_09_26/2011_09_26_drive_0096_sync 334 r\n2011_09_26/2011_09_26_drive_0096_sync 335 r\n2011_09_26/2011_09_26_drive_0096_sync 336 r\n2011_09_26/2011_09_26_drive_0096_sync 337 r\n2011_09_26/2011_09_26_drive_0096_sync 338 r\n2011_09_26/2011_09_26_drive_0096_sync 339 r\n2011_09_26/2011_09_26_drive_0096_sync 340 r\n2011_09_26/2011_09_26_drive_0096_sync 341 r\n2011_09_26/2011_09_26_drive_0096_sync 342 r\n2011_09_26/2011_09_26_drive_0096_sync 343 r\n2011_09_26/2011_09_26_drive_0096_sync 344 r\n2011_09_26/2011_09_26_drive_0096_sync 345 r\n2011_09_26/2011_09_26_drive_0096_sync 346 r\n2011_09_26/2011_09_26_drive_0096_sync 347 r\n2011_09_26/2011_09_26_drive_0096_sync 348 r\n2011_09_26/2011_09_26_drive_0096_sync 349 r\n2011_09_26/2011_09_26_drive_0096_sync 350 r\n2011_09_26/2011_09_26_drive_0096_sync 351 r\n2011_09_26/2011_09_26_drive_0096_sync 352 r\n2011_09_26/2011_09_26_drive_0096_sync 353 r\n2011_09_26/2011_09_26_drive_0096_sync 354 r\n2011_09_26/2011_09_26_drive_0096_sync 355 r\n2011_09_26/2011_09_26_drive_0096_sync 356 r\n2011_09_26/2011_09_26_drive_0096_sync 357 r\n2011_09_26/2011_09_26_drive_0096_sync 358 r\n2011_09_26/2011_09_26_drive_0096_sync 359 r\n2011_09_26/2011_09_26_drive_0096_sync 360 r\n2011_09_26/2011_09_26_drive_0096_sync 361 r\n2011_09_26/2011_09_26_drive_0096_sync 362 r\n2011_09_26/2011_09_26_drive_0096_sync 363 r\n2011_09_26/2011_09_26_drive_0096_sync 364 r\n2011_09_26/2011_09_26_drive_0096_sync 365 r\n2011_09_26/2011_09_26_drive_0096_sync 366 r\n2011_09_26/2011_09_26_drive_0096_sync 367 r\n2011_09_26/2011_09_26_drive_0096_sync 368 r\n2011_09_26/2011_09_26_drive_0096_sync 369 r\n2011_09_26/2011_09_26_drive_0096_sync 370 r\n2011_09_26/2011_09_26_drive_0096_sync 371 r\n2011_09_26/2011_09_26_drive_0096_sync 372 r\n2011_09_26/2011_09_26_drive_0096_sync 373 r\n2011_09_26/2011_09_26_drive_0096_sync 374 r\n2011_09_26/2011_09_26_drive_0096_sync 375 r\n2011_09_26/2011_09_26_drive_0096_sync 376 r\n2011_09_26/2011_09_26_drive_0096_sync 377 r\n2011_09_26/2011_09_26_drive_0096_sync 378 r\n2011_09_26/2011_09_26_drive_0096_sync 379 r\n2011_09_26/2011_09_26_drive_0096_sync 380 r\n2011_09_26/2011_09_26_drive_0096_sync 381 r\n2011_09_26/2011_09_26_drive_0096_sync 382 r\n2011_09_26/2011_09_26_drive_0096_sync 383 r\n2011_09_26/2011_09_26_drive_0096_sync 384 r\n2011_09_26/2011_09_26_drive_0096_sync 385 r\n2011_09_26/2011_09_26_drive_0096_sync 386 r\n2011_09_26/2011_09_26_drive_0096_sync 387 r\n2011_09_26/2011_09_26_drive_0096_sync 388 r\n2011_09_26/2011_09_26_drive_0096_sync 389 r\n2011_09_26/2011_09_26_drive_0096_sync 390 r\n2011_09_26/2011_09_26_drive_0096_sync 391 r\n2011_09_26/2011_09_26_drive_0096_sync 392 r\n2011_09_26/2011_09_26_drive_0096_sync 393 r\n2011_09_26/2011_09_26_drive_0096_sync 394 r\n2011_09_26/2011_09_26_drive_0096_sync 395 r\n2011_09_26/2011_09_26_drive_0096_sync 396 r\n2011_09_26/2011_09_26_drive_0096_sync 397 r\n2011_09_26/2011_09_26_drive_0096_sync 398 r\n2011_09_26/2011_09_26_drive_0096_sync 399 r\n2011_09_26/2011_09_26_drive_0096_sync 400 r\n2011_09_26/2011_09_26_drive_0096_sync 401 r\n2011_09_26/2011_09_26_drive_0096_sync 402 r\n2011_09_26/2011_09_26_drive_0096_sync 403 r\n2011_09_26/2011_09_26_drive_0096_sync 404 r\n2011_09_26/2011_09_26_drive_0096_sync 405 r\n2011_09_26/2011_09_26_drive_0096_sync 406 r\n2011_09_26/2011_09_26_drive_0096_sync 407 r\n2011_09_26/2011_09_26_drive_0096_sync 408 r\n2011_09_26/2011_09_26_drive_0096_sync 409 r\n2011_09_26/2011_09_26_drive_0096_sync 410 r\n2011_09_26/2011_09_26_drive_0096_sync 411 r\n2011_09_26/2011_09_26_drive_0096_sync 412 r\n2011_09_26/2011_09_26_drive_0096_sync 413 r\n2011_09_26/2011_09_26_drive_0096_sync 414 r\n2011_09_26/2011_09_26_drive_0096_sync 415 r\n2011_09_26/2011_09_26_drive_0096_sync 416 r\n2011_09_26/2011_09_26_drive_0096_sync 417 r\n2011_09_26/2011_09_26_drive_0096_sync 418 r\n2011_09_26/2011_09_26_drive_0096_sync 419 r\n2011_09_26/2011_09_26_drive_0096_sync 420 r\n2011_09_26/2011_09_26_drive_0096_sync 421 r\n2011_09_26/2011_09_26_drive_0096_sync 422 r\n2011_09_26/2011_09_26_drive_0096_sync 423 r\n2011_09_26/2011_09_26_drive_0096_sync 424 r\n2011_09_26/2011_09_26_drive_0096_sync 425 r\n2011_09_26/2011_09_26_drive_0096_sync 426 r\n2011_09_26/2011_09_26_drive_0096_sync 427 r\n2011_09_26/2011_09_26_drive_0096_sync 428 r\n2011_09_26/2011_09_26_drive_0096_sync 429 r\n2011_09_26/2011_09_26_drive_0096_sync 430 r\n2011_09_26/2011_09_26_drive_0096_sync 431 r\n2011_09_26/2011_09_26_drive_0096_sync 432 r\n2011_09_26/2011_09_26_drive_0096_sync 433 r\n2011_09_26/2011_09_26_drive_0096_sync 434 r\n2011_09_26/2011_09_26_drive_0096_sync 435 r\n2011_09_26/2011_09_26_drive_0096_sync 436 r\n2011_09_26/2011_09_26_drive_0096_sync 437 r\n2011_09_26/2011_09_26_drive_0096_sync 438 r\n2011_09_26/2011_09_26_drive_0096_sync 439 r\n2011_09_26/2011_09_26_drive_0096_sync 440 r\n2011_09_26/2011_09_26_drive_0096_sync 441 r\n2011_09_26/2011_09_26_drive_0096_sync 442 r\n2011_09_26/2011_09_26_drive_0096_sync 443 r\n2011_09_26/2011_09_26_drive_0096_sync 444 r\n2011_09_26/2011_09_26_drive_0096_sync 445 r\n2011_09_26/2011_09_26_drive_0096_sync 446 r\n2011_09_26/2011_09_26_drive_0096_sync 447 r\n2011_09_26/2011_09_26_drive_0096_sync 448 r\n2011_09_26/2011_09_26_drive_0096_sync 449 r\n2011_09_26/2011_09_26_drive_0096_sync 450 r\n2011_09_26/2011_09_26_drive_0096_sync 451 r\n2011_09_26/2011_09_26_drive_0096_sync 452 r\n2011_09_26/2011_09_26_drive_0096_sync 453 r\n2011_09_26/2011_09_26_drive_0096_sync 454 r\n2011_09_26/2011_09_26_drive_0096_sync 455 r\n2011_09_26/2011_09_26_drive_0096_sync 456 r\n2011_09_26/2011_09_26_drive_0096_sync 457 r\n2011_09_26/2011_09_26_drive_0096_sync 458 r\n2011_09_26/2011_09_26_drive_0096_sync 459 r\n2011_09_26/2011_09_26_drive_0096_sync 460 r\n2011_09_26/2011_09_26_drive_0096_sync 461 r\n2011_09_26/2011_09_26_drive_0096_sync 462 r\n2011_09_26/2011_09_26_drive_0096_sync 463 r\n2011_09_26/2011_09_26_drive_0096_sync 464 r\n2011_09_26/2011_09_26_drive_0096_sync 465 r\n2011_09_26/2011_09_26_drive_0096_sync 466 r\n2011_09_26/2011_09_26_drive_0096_sync 467 r\n2011_09_26/2011_09_26_drive_0096_sync 468 r\n2011_09_26/2011_09_26_drive_0096_sync 469 r\n2011_09_26/2011_09_26_drive_0096_sync 470 r\n2011_09_26/2011_09_26_drive_0096_sync 471 r\n2011_09_26/2011_09_26_drive_0096_sync 472 r\n2011_09_26/2011_09_26_drive_0096_sync 473 r\n2011_09_26/2011_09_26_drive_0096_sync 474 r"
  },
  {
    "path": "splits/tulsiani2/val_files.txt",
    "content": "2011_09_26/2011_09_26_drive_0048_sync 0 l\n2011_09_26/2011_09_26_drive_0048_sync 1 l\n2011_09_26/2011_09_26_drive_0048_sync 2 l\n2011_09_26/2011_09_26_drive_0048_sync 3 l\n2011_09_26/2011_09_26_drive_0048_sync 4 l\n2011_09_26/2011_09_26_drive_0048_sync 5 l\n2011_09_26/2011_09_26_drive_0048_sync 6 l\n2011_09_26/2011_09_26_drive_0048_sync 7 l\n2011_09_26/2011_09_26_drive_0048_sync 8 l\n2011_09_26/2011_09_26_drive_0048_sync 9 l\n2011_09_26/2011_09_26_drive_0048_sync 10 l\n2011_09_26/2011_09_26_drive_0048_sync 11 l\n2011_09_26/2011_09_26_drive_0048_sync 12 l\n2011_09_26/2011_09_26_drive_0048_sync 13 l\n2011_09_26/2011_09_26_drive_0048_sync 14 l\n2011_09_26/2011_09_26_drive_0048_sync 15 l\n2011_09_26/2011_09_26_drive_0048_sync 16 l\n2011_09_26/2011_09_26_drive_0048_sync 17 l\n2011_09_26/2011_09_26_drive_0048_sync 18 l\n2011_09_26/2011_09_26_drive_0048_sync 19 l\n2011_09_26/2011_09_26_drive_0048_sync 20 l\n2011_09_26/2011_09_26_drive_0048_sync 21 l\n2011_09_26/2011_09_26_drive_0017_sync 0 l\n2011_09_26/2011_09_26_drive_0017_sync 1 l\n2011_09_26/2011_09_26_drive_0017_sync 2 l\n2011_09_26/2011_09_26_drive_0017_sync 3 l\n2011_09_26/2011_09_26_drive_0017_sync 4 l\n2011_09_26/2011_09_26_drive_0017_sync 5 l\n2011_09_26/2011_09_26_drive_0017_sync 6 l\n2011_09_26/2011_09_26_drive_0017_sync 7 l\n2011_09_26/2011_09_26_drive_0017_sync 8 l\n2011_09_26/2011_09_26_drive_0017_sync 9 l\n2011_09_26/2011_09_26_drive_0017_sync 10 l\n2011_09_26/2011_09_26_drive_0017_sync 11 l\n2011_09_26/2011_09_26_drive_0017_sync 12 l\n2011_09_26/2011_09_26_drive_0017_sync 13 l\n2011_09_26/2011_09_26_drive_0017_sync 14 l\n2011_09_26/2011_09_26_drive_0017_sync 15 l\n2011_09_26/2011_09_26_drive_0017_sync 16 l\n2011_09_26/2011_09_26_drive_0017_sync 17 l\n2011_09_26/2011_09_26_drive_0017_sync 18 l\n2011_09_26/2011_09_26_drive_0017_sync 19 l\n2011_09_26/2011_09_26_drive_0017_sync 20 l\n2011_09_26/2011_09_26_drive_0017_sync 21 l\n2011_09_26/2011_09_26_drive_0017_sync 22 l\n2011_09_26/2011_09_26_drive_0017_sync 23 l\n2011_09_26/2011_09_26_drive_0017_sync 24 l\n2011_09_26/2011_09_26_drive_0017_sync 25 l\n2011_09_26/2011_09_26_drive_0017_sync 26 l\n2011_09_26/2011_09_26_drive_0017_sync 27 l\n2011_09_26/2011_09_26_drive_0017_sync 28 l\n2011_09_26/2011_09_26_drive_0017_sync 29 l\n2011_09_26/2011_09_26_drive_0017_sync 30 l\n2011_09_26/2011_09_26_drive_0017_sync 31 l\n2011_09_26/2011_09_26_drive_0017_sync 32 l\n2011_09_26/2011_09_26_drive_0017_sync 33 l\n2011_09_26/2011_09_26_drive_0017_sync 34 l\n2011_09_26/2011_09_26_drive_0017_sync 35 l\n2011_09_26/2011_09_26_drive_0017_sync 36 l\n2011_09_26/2011_09_26_drive_0017_sync 37 l\n2011_09_26/2011_09_26_drive_0017_sync 38 l\n2011_09_26/2011_09_26_drive_0017_sync 39 l\n2011_09_26/2011_09_26_drive_0017_sync 40 l\n2011_09_26/2011_09_26_drive_0017_sync 41 l\n2011_09_26/2011_09_26_drive_0017_sync 42 l\n2011_09_26/2011_09_26_drive_0017_sync 43 l\n2011_09_26/2011_09_26_drive_0017_sync 44 l\n2011_09_26/2011_09_26_drive_0017_sync 45 l\n2011_09_26/2011_09_26_drive_0017_sync 46 l\n2011_09_26/2011_09_26_drive_0017_sync 47 l\n2011_09_26/2011_09_26_drive_0017_sync 48 l\n2011_09_26/2011_09_26_drive_0017_sync 49 l\n2011_09_26/2011_09_26_drive_0017_sync 50 l\n2011_09_26/2011_09_26_drive_0017_sync 51 l\n2011_09_26/2011_09_26_drive_0017_sync 52 l\n2011_09_26/2011_09_26_drive_0017_sync 53 l\n2011_09_26/2011_09_26_drive_0017_sync 54 l\n2011_09_26/2011_09_26_drive_0017_sync 55 l\n2011_09_26/2011_09_26_drive_0017_sync 56 l\n2011_09_26/2011_09_26_drive_0017_sync 57 l\n2011_09_26/2011_09_26_drive_0017_sync 58 l\n2011_09_26/2011_09_26_drive_0017_sync 59 l\n2011_09_26/2011_09_26_drive_0017_sync 60 l\n2011_09_26/2011_09_26_drive_0017_sync 61 l\n2011_09_26/2011_09_26_drive_0017_sync 62 l\n2011_09_26/2011_09_26_drive_0017_sync 63 l\n2011_09_26/2011_09_26_drive_0017_sync 64 l\n2011_09_26/2011_09_26_drive_0017_sync 65 l\n2011_09_26/2011_09_26_drive_0017_sync 66 l\n2011_09_26/2011_09_26_drive_0017_sync 67 l\n2011_09_26/2011_09_26_drive_0017_sync 68 l\n2011_09_26/2011_09_26_drive_0017_sync 69 l\n2011_09_26/2011_09_26_drive_0017_sync 70 l\n2011_09_26/2011_09_26_drive_0017_sync 71 l\n2011_09_26/2011_09_26_drive_0017_sync 72 l\n2011_09_26/2011_09_26_drive_0017_sync 73 l\n2011_09_26/2011_09_26_drive_0017_sync 74 l\n2011_09_26/2011_09_26_drive_0017_sync 75 l\n2011_09_26/2011_09_26_drive_0017_sync 76 l\n2011_09_26/2011_09_26_drive_0017_sync 77 l\n2011_09_26/2011_09_26_drive_0017_sync 78 l\n2011_09_26/2011_09_26_drive_0017_sync 79 l\n2011_09_26/2011_09_26_drive_0017_sync 80 l\n2011_09_26/2011_09_26_drive_0017_sync 81 l\n2011_09_26/2011_09_26_drive_0017_sync 82 l\n2011_09_26/2011_09_26_drive_0017_sync 83 l\n2011_09_26/2011_09_26_drive_0017_sync 84 l\n2011_09_26/2011_09_26_drive_0017_sync 85 l\n2011_09_26/2011_09_26_drive_0017_sync 86 l\n2011_09_26/2011_09_26_drive_0017_sync 87 l\n2011_09_26/2011_09_26_drive_0017_sync 88 l\n2011_09_26/2011_09_26_drive_0017_sync 89 l\n2011_09_26/2011_09_26_drive_0017_sync 90 l\n2011_09_26/2011_09_26_drive_0017_sync 91 l\n2011_09_26/2011_09_26_drive_0017_sync 92 l\n2011_09_26/2011_09_26_drive_0017_sync 93 l\n2011_09_26/2011_09_26_drive_0017_sync 94 l\n2011_09_26/2011_09_26_drive_0017_sync 95 l\n2011_09_26/2011_09_26_drive_0017_sync 96 l\n2011_09_26/2011_09_26_drive_0017_sync 97 l\n2011_09_26/2011_09_26_drive_0017_sync 98 l\n2011_09_26/2011_09_26_drive_0017_sync 99 l\n2011_09_26/2011_09_26_drive_0017_sync 100 l\n2011_09_26/2011_09_26_drive_0017_sync 101 l\n2011_09_26/2011_09_26_drive_0017_sync 102 l\n2011_09_26/2011_09_26_drive_0017_sync 103 l\n2011_09_26/2011_09_26_drive_0017_sync 104 l\n2011_09_26/2011_09_26_drive_0017_sync 105 l\n2011_09_26/2011_09_26_drive_0017_sync 106 l\n2011_09_26/2011_09_26_drive_0017_sync 107 l\n2011_09_26/2011_09_26_drive_0017_sync 108 l\n2011_09_26/2011_09_26_drive_0017_sync 109 l\n2011_09_26/2011_09_26_drive_0017_sync 110 l\n2011_09_26/2011_09_26_drive_0017_sync 111 l\n2011_09_26/2011_09_26_drive_0017_sync 112 l\n2011_09_26/2011_09_26_drive_0017_sync 113 l\n2011_09_26/2011_09_26_drive_0117_sync 0 l\n2011_09_26/2011_09_26_drive_0117_sync 1 l\n2011_09_26/2011_09_26_drive_0117_sync 2 l\n2011_09_26/2011_09_26_drive_0117_sync 3 l\n2011_09_26/2011_09_26_drive_0117_sync 4 l\n2011_09_26/2011_09_26_drive_0117_sync 5 l\n2011_09_26/2011_09_26_drive_0117_sync 6 l\n2011_09_26/2011_09_26_drive_0117_sync 7 l\n2011_09_26/2011_09_26_drive_0117_sync 8 l\n2011_09_26/2011_09_26_drive_0117_sync 9 l\n2011_09_26/2011_09_26_drive_0117_sync 10 l\n2011_09_26/2011_09_26_drive_0117_sync 11 l\n2011_09_26/2011_09_26_drive_0117_sync 12 l\n2011_09_26/2011_09_26_drive_0117_sync 13 l\n2011_09_26/2011_09_26_drive_0117_sync 14 l\n2011_09_26/2011_09_26_drive_0117_sync 15 l\n2011_09_26/2011_09_26_drive_0117_sync 16 l\n2011_09_26/2011_09_26_drive_0117_sync 17 l\n2011_09_26/2011_09_26_drive_0117_sync 18 l\n2011_09_26/2011_09_26_drive_0117_sync 19 l\n2011_09_26/2011_09_26_drive_0117_sync 20 l\n2011_09_26/2011_09_26_drive_0117_sync 21 l\n2011_09_26/2011_09_26_drive_0117_sync 22 l\n2011_09_26/2011_09_26_drive_0117_sync 23 l\n2011_09_26/2011_09_26_drive_0117_sync 24 l\n2011_09_26/2011_09_26_drive_0117_sync 25 l\n2011_09_26/2011_09_26_drive_0117_sync 26 l\n2011_09_26/2011_09_26_drive_0117_sync 27 l\n2011_09_26/2011_09_26_drive_0117_sync 28 l\n2011_09_26/2011_09_26_drive_0117_sync 29 l\n2011_09_26/2011_09_26_drive_0117_sync 30 l\n2011_09_26/2011_09_26_drive_0117_sync 31 l\n2011_09_26/2011_09_26_drive_0117_sync 32 l\n2011_09_26/2011_09_26_drive_0117_sync 33 l\n2011_09_26/2011_09_26_drive_0117_sync 34 l\n2011_09_26/2011_09_26_drive_0117_sync 35 l\n2011_09_26/2011_09_26_drive_0117_sync 36 l\n2011_09_26/2011_09_26_drive_0117_sync 37 l\n2011_09_26/2011_09_26_drive_0117_sync 38 l\n2011_09_26/2011_09_26_drive_0117_sync 39 l\n2011_09_26/2011_09_26_drive_0117_sync 40 l\n2011_09_26/2011_09_26_drive_0117_sync 41 l\n2011_09_26/2011_09_26_drive_0117_sync 42 l\n2011_09_26/2011_09_26_drive_0117_sync 43 l\n2011_09_26/2011_09_26_drive_0117_sync 44 l\n2011_09_26/2011_09_26_drive_0117_sync 45 l\n2011_09_26/2011_09_26_drive_0117_sync 46 l\n2011_09_26/2011_09_26_drive_0117_sync 47 l\n2011_09_26/2011_09_26_drive_0117_sync 48 l\n2011_09_26/2011_09_26_drive_0117_sync 49 l\n2011_09_26/2011_09_26_drive_0117_sync 50 l\n2011_09_26/2011_09_26_drive_0117_sync 51 l\n2011_09_26/2011_09_26_drive_0117_sync 52 l\n2011_09_26/2011_09_26_drive_0117_sync 53 l\n2011_09_26/2011_09_26_drive_0117_sync 54 l\n2011_09_26/2011_09_26_drive_0117_sync 55 l\n2011_09_26/2011_09_26_drive_0117_sync 56 l\n2011_09_26/2011_09_26_drive_0117_sync 57 l\n2011_09_26/2011_09_26_drive_0117_sync 58 l\n2011_09_26/2011_09_26_drive_0117_sync 59 l\n2011_09_26/2011_09_26_drive_0117_sync 60 l\n2011_09_26/2011_09_26_drive_0117_sync 61 l\n2011_09_26/2011_09_26_drive_0117_sync 62 l\n2011_09_26/2011_09_26_drive_0117_sync 63 l\n2011_09_26/2011_09_26_drive_0117_sync 64 l\n2011_09_26/2011_09_26_drive_0117_sync 65 l\n2011_09_26/2011_09_26_drive_0117_sync 66 l\n2011_09_26/2011_09_26_drive_0117_sync 67 l\n2011_09_26/2011_09_26_drive_0117_sync 68 l\n2011_09_26/2011_09_26_drive_0117_sync 69 l\n2011_09_26/2011_09_26_drive_0117_sync 70 l\n2011_09_26/2011_09_26_drive_0117_sync 71 l\n2011_09_26/2011_09_26_drive_0117_sync 72 l\n2011_09_26/2011_09_26_drive_0117_sync 73 l\n2011_09_26/2011_09_26_drive_0117_sync 74 l\n2011_09_26/2011_09_26_drive_0117_sync 75 l\n2011_09_26/2011_09_26_drive_0117_sync 76 l\n2011_09_26/2011_09_26_drive_0117_sync 77 l\n2011_09_26/2011_09_26_drive_0117_sync 78 l\n2011_09_26/2011_09_26_drive_0117_sync 79 l\n2011_09_26/2011_09_26_drive_0117_sync 80 l\n2011_09_26/2011_09_26_drive_0117_sync 81 l\n2011_09_26/2011_09_26_drive_0117_sync 82 l\n2011_09_26/2011_09_26_drive_0117_sync 83 l\n2011_09_26/2011_09_26_drive_0117_sync 84 l\n2011_09_26/2011_09_26_drive_0117_sync 85 l\n2011_09_26/2011_09_26_drive_0117_sync 86 l\n2011_09_26/2011_09_26_drive_0117_sync 87 l\n2011_09_26/2011_09_26_drive_0117_sync 88 l\n2011_09_26/2011_09_26_drive_0117_sync 89 l\n2011_09_26/2011_09_26_drive_0117_sync 90 l\n2011_09_26/2011_09_26_drive_0117_sync 91 l\n2011_09_26/2011_09_26_drive_0117_sync 92 l\n2011_09_26/2011_09_26_drive_0117_sync 93 l\n2011_09_26/2011_09_26_drive_0117_sync 94 l\n2011_09_26/2011_09_26_drive_0117_sync 95 l\n2011_09_26/2011_09_26_drive_0117_sync 96 l\n2011_09_26/2011_09_26_drive_0117_sync 97 l\n2011_09_26/2011_09_26_drive_0117_sync 98 l\n2011_09_26/2011_09_26_drive_0117_sync 99 l\n2011_09_26/2011_09_26_drive_0117_sync 100 l\n2011_09_26/2011_09_26_drive_0117_sync 101 l\n2011_09_26/2011_09_26_drive_0117_sync 102 l\n2011_09_26/2011_09_26_drive_0117_sync 103 l\n2011_09_26/2011_09_26_drive_0117_sync 104 l\n2011_09_26/2011_09_26_drive_0117_sync 105 l\n2011_09_26/2011_09_26_drive_0117_sync 106 l\n2011_09_26/2011_09_26_drive_0117_sync 107 l\n2011_09_26/2011_09_26_drive_0117_sync 108 l\n2011_09_26/2011_09_26_drive_0117_sync 109 l\n2011_09_26/2011_09_26_drive_0117_sync 110 l\n2011_09_26/2011_09_26_drive_0117_sync 111 l\n2011_09_26/2011_09_26_drive_0117_sync 112 l\n2011_09_26/2011_09_26_drive_0117_sync 113 l\n2011_09_26/2011_09_26_drive_0117_sync 114 l\n2011_09_26/2011_09_26_drive_0117_sync 115 l\n2011_09_26/2011_09_26_drive_0117_sync 116 l\n2011_09_26/2011_09_26_drive_0117_sync 117 l\n2011_09_26/2011_09_26_drive_0117_sync 118 l\n2011_09_26/2011_09_26_drive_0117_sync 119 l\n2011_09_26/2011_09_26_drive_0117_sync 120 l\n2011_09_26/2011_09_26_drive_0117_sync 121 l\n2011_09_26/2011_09_26_drive_0117_sync 122 l\n2011_09_26/2011_09_26_drive_0117_sync 123 l\n2011_09_26/2011_09_26_drive_0117_sync 124 l\n2011_09_26/2011_09_26_drive_0117_sync 125 l\n2011_09_26/2011_09_26_drive_0117_sync 126 l\n2011_09_26/2011_09_26_drive_0117_sync 127 l\n2011_09_26/2011_09_26_drive_0117_sync 128 l\n2011_09_26/2011_09_26_drive_0117_sync 129 l\n2011_09_26/2011_09_26_drive_0117_sync 130 l\n2011_09_26/2011_09_26_drive_0117_sync 131 l\n2011_09_26/2011_09_26_drive_0117_sync 132 l\n2011_09_26/2011_09_26_drive_0117_sync 133 l\n2011_09_26/2011_09_26_drive_0117_sync 134 l\n2011_09_26/2011_09_26_drive_0117_sync 135 l\n2011_09_26/2011_09_26_drive_0117_sync 136 l\n2011_09_26/2011_09_26_drive_0117_sync 137 l\n2011_09_26/2011_09_26_drive_0117_sync 138 l\n2011_09_26/2011_09_26_drive_0117_sync 139 l\n2011_09_26/2011_09_26_drive_0117_sync 140 l\n2011_09_26/2011_09_26_drive_0117_sync 141 l\n2011_09_26/2011_09_26_drive_0117_sync 142 l\n2011_09_26/2011_09_26_drive_0117_sync 143 l\n2011_09_26/2011_09_26_drive_0117_sync 144 l\n2011_09_26/2011_09_26_drive_0117_sync 145 l\n2011_09_26/2011_09_26_drive_0117_sync 146 l\n2011_09_26/2011_09_26_drive_0117_sync 147 l\n2011_09_26/2011_09_26_drive_0117_sync 148 l\n2011_09_26/2011_09_26_drive_0117_sync 149 l\n2011_09_26/2011_09_26_drive_0117_sync 150 l\n2011_09_26/2011_09_26_drive_0117_sync 151 l\n2011_09_26/2011_09_26_drive_0117_sync 152 l\n2011_09_26/2011_09_26_drive_0117_sync 153 l\n2011_09_26/2011_09_26_drive_0117_sync 154 l\n2011_09_26/2011_09_26_drive_0117_sync 155 l\n2011_09_26/2011_09_26_drive_0117_sync 156 l\n2011_09_26/2011_09_26_drive_0117_sync 157 l\n2011_09_26/2011_09_26_drive_0117_sync 158 l\n2011_09_26/2011_09_26_drive_0117_sync 159 l\n2011_09_26/2011_09_26_drive_0117_sync 160 l\n2011_09_26/2011_09_26_drive_0117_sync 161 l\n2011_09_26/2011_09_26_drive_0117_sync 162 l\n2011_09_26/2011_09_26_drive_0117_sync 163 l\n2011_09_26/2011_09_26_drive_0117_sync 164 l\n2011_09_26/2011_09_26_drive_0117_sync 165 l\n2011_09_26/2011_09_26_drive_0117_sync 166 l\n2011_09_26/2011_09_26_drive_0117_sync 167 l\n2011_09_26/2011_09_26_drive_0117_sync 168 l\n2011_09_26/2011_09_26_drive_0117_sync 169 l\n2011_09_26/2011_09_26_drive_0117_sync 170 l\n2011_09_26/2011_09_26_drive_0117_sync 171 l\n2011_09_26/2011_09_26_drive_0117_sync 172 l\n2011_09_26/2011_09_26_drive_0117_sync 173 l\n2011_09_26/2011_09_26_drive_0117_sync 174 l\n2011_09_26/2011_09_26_drive_0117_sync 175 l\n2011_09_26/2011_09_26_drive_0117_sync 176 l\n2011_09_26/2011_09_26_drive_0117_sync 177 l\n2011_09_26/2011_09_26_drive_0117_sync 178 l\n2011_09_26/2011_09_26_drive_0117_sync 179 l\n2011_09_26/2011_09_26_drive_0117_sync 180 l\n2011_09_26/2011_09_26_drive_0117_sync 181 l\n2011_09_26/2011_09_26_drive_0117_sync 182 l\n2011_09_26/2011_09_26_drive_0117_sync 183 l\n2011_09_26/2011_09_26_drive_0117_sync 184 l\n2011_09_26/2011_09_26_drive_0117_sync 185 l\n2011_09_26/2011_09_26_drive_0117_sync 186 l\n2011_09_26/2011_09_26_drive_0117_sync 187 l\n2011_09_26/2011_09_26_drive_0117_sync 188 l\n2011_09_26/2011_09_26_drive_0117_sync 189 l\n2011_09_26/2011_09_26_drive_0117_sync 190 l\n2011_09_26/2011_09_26_drive_0117_sync 191 l\n2011_09_26/2011_09_26_drive_0117_sync 192 l\n2011_09_26/2011_09_26_drive_0117_sync 193 l\n2011_09_26/2011_09_26_drive_0117_sync 194 l\n2011_09_26/2011_09_26_drive_0117_sync 195 l\n2011_09_26/2011_09_26_drive_0117_sync 196 l\n2011_09_26/2011_09_26_drive_0117_sync 197 l\n2011_09_26/2011_09_26_drive_0117_sync 198 l\n2011_09_26/2011_09_26_drive_0117_sync 199 l\n2011_09_26/2011_09_26_drive_0117_sync 200 l\n2011_09_26/2011_09_26_drive_0117_sync 201 l\n2011_09_26/2011_09_26_drive_0117_sync 202 l\n2011_09_26/2011_09_26_drive_0117_sync 203 l\n2011_09_26/2011_09_26_drive_0117_sync 204 l\n2011_09_26/2011_09_26_drive_0117_sync 205 l\n2011_09_26/2011_09_26_drive_0117_sync 206 l\n2011_09_26/2011_09_26_drive_0117_sync 207 l\n2011_09_26/2011_09_26_drive_0117_sync 208 l\n2011_09_26/2011_09_26_drive_0117_sync 209 l\n2011_09_26/2011_09_26_drive_0117_sync 210 l\n2011_09_26/2011_09_26_drive_0117_sync 211 l\n2011_09_26/2011_09_26_drive_0117_sync 212 l\n2011_09_26/2011_09_26_drive_0117_sync 213 l\n2011_09_26/2011_09_26_drive_0117_sync 214 l\n2011_09_26/2011_09_26_drive_0117_sync 215 l\n2011_09_26/2011_09_26_drive_0117_sync 216 l\n2011_09_26/2011_09_26_drive_0117_sync 217 l\n2011_09_26/2011_09_26_drive_0117_sync 218 l\n2011_09_26/2011_09_26_drive_0117_sync 219 l\n2011_09_26/2011_09_26_drive_0117_sync 220 l\n2011_09_26/2011_09_26_drive_0117_sync 221 l\n2011_09_26/2011_09_26_drive_0117_sync 222 l\n2011_09_26/2011_09_26_drive_0117_sync 223 l\n2011_09_26/2011_09_26_drive_0117_sync 224 l\n2011_09_26/2011_09_26_drive_0117_sync 225 l\n2011_09_26/2011_09_26_drive_0117_sync 226 l\n2011_09_26/2011_09_26_drive_0117_sync 227 l\n2011_09_26/2011_09_26_drive_0117_sync 228 l\n2011_09_26/2011_09_26_drive_0117_sync 229 l\n2011_09_26/2011_09_26_drive_0117_sync 230 l\n2011_09_26/2011_09_26_drive_0117_sync 231 l\n2011_09_26/2011_09_26_drive_0117_sync 232 l\n2011_09_26/2011_09_26_drive_0117_sync 233 l\n2011_09_26/2011_09_26_drive_0117_sync 234 l\n2011_09_26/2011_09_26_drive_0117_sync 235 l\n2011_09_26/2011_09_26_drive_0117_sync 236 l\n2011_09_26/2011_09_26_drive_0117_sync 237 l\n2011_09_26/2011_09_26_drive_0117_sync 238 l\n2011_09_26/2011_09_26_drive_0117_sync 239 l\n2011_09_26/2011_09_26_drive_0117_sync 240 l\n2011_09_26/2011_09_26_drive_0117_sync 241 l\n2011_09_26/2011_09_26_drive_0117_sync 242 l\n2011_09_26/2011_09_26_drive_0117_sync 243 l\n2011_09_26/2011_09_26_drive_0117_sync 244 l\n2011_09_26/2011_09_26_drive_0117_sync 245 l\n2011_09_26/2011_09_26_drive_0117_sync 246 l\n2011_09_26/2011_09_26_drive_0117_sync 247 l\n2011_09_26/2011_09_26_drive_0117_sync 248 l\n2011_09_26/2011_09_26_drive_0117_sync 249 l\n2011_09_26/2011_09_26_drive_0117_sync 250 l\n2011_09_26/2011_09_26_drive_0117_sync 251 l\n2011_09_26/2011_09_26_drive_0117_sync 252 l\n2011_09_26/2011_09_26_drive_0117_sync 253 l\n2011_09_26/2011_09_26_drive_0117_sync 254 l\n2011_09_26/2011_09_26_drive_0117_sync 255 l\n2011_09_26/2011_09_26_drive_0117_sync 256 l\n2011_09_26/2011_09_26_drive_0117_sync 257 l\n2011_09_26/2011_09_26_drive_0117_sync 258 l\n2011_09_26/2011_09_26_drive_0117_sync 259 l\n2011_09_26/2011_09_26_drive_0117_sync 260 l\n2011_09_26/2011_09_26_drive_0117_sync 261 l\n2011_09_26/2011_09_26_drive_0117_sync 262 l\n2011_09_26/2011_09_26_drive_0117_sync 263 l\n2011_09_26/2011_09_26_drive_0117_sync 264 l\n2011_09_26/2011_09_26_drive_0117_sync 265 l\n2011_09_26/2011_09_26_drive_0117_sync 266 l\n2011_09_26/2011_09_26_drive_0117_sync 267 l\n2011_09_26/2011_09_26_drive_0117_sync 268 l\n2011_09_26/2011_09_26_drive_0117_sync 269 l\n2011_09_26/2011_09_26_drive_0117_sync 270 l\n2011_09_26/2011_09_26_drive_0117_sync 271 l\n2011_09_26/2011_09_26_drive_0117_sync 272 l\n2011_09_26/2011_09_26_drive_0117_sync 273 l\n2011_09_26/2011_09_26_drive_0117_sync 274 l\n2011_09_26/2011_09_26_drive_0117_sync 275 l\n2011_09_26/2011_09_26_drive_0117_sync 276 l\n2011_09_26/2011_09_26_drive_0117_sync 277 l\n2011_09_26/2011_09_26_drive_0117_sync 278 l\n2011_09_26/2011_09_26_drive_0117_sync 279 l\n2011_09_26/2011_09_26_drive_0117_sync 280 l\n2011_09_26/2011_09_26_drive_0117_sync 281 l\n2011_09_26/2011_09_26_drive_0117_sync 282 l\n2011_09_26/2011_09_26_drive_0117_sync 283 l\n2011_09_26/2011_09_26_drive_0117_sync 284 l\n2011_09_26/2011_09_26_drive_0117_sync 285 l\n2011_09_26/2011_09_26_drive_0117_sync 286 l\n2011_09_26/2011_09_26_drive_0117_sync 287 l\n2011_09_26/2011_09_26_drive_0117_sync 288 l\n2011_09_26/2011_09_26_drive_0117_sync 289 l\n2011_09_26/2011_09_26_drive_0117_sync 290 l\n2011_09_26/2011_09_26_drive_0117_sync 291 l\n2011_09_26/2011_09_26_drive_0117_sync 292 l\n2011_09_26/2011_09_26_drive_0117_sync 293 l\n2011_09_26/2011_09_26_drive_0117_sync 294 l\n2011_09_26/2011_09_26_drive_0117_sync 295 l\n2011_09_26/2011_09_26_drive_0117_sync 296 l\n2011_09_26/2011_09_26_drive_0117_sync 297 l\n2011_09_26/2011_09_26_drive_0117_sync 298 l\n2011_09_26/2011_09_26_drive_0117_sync 299 l\n2011_09_26/2011_09_26_drive_0117_sync 300 l\n2011_09_26/2011_09_26_drive_0117_sync 301 l\n2011_09_26/2011_09_26_drive_0117_sync 302 l\n2011_09_26/2011_09_26_drive_0117_sync 303 l\n2011_09_26/2011_09_26_drive_0117_sync 304 l\n2011_09_26/2011_09_26_drive_0117_sync 305 l\n2011_09_26/2011_09_26_drive_0117_sync 306 l\n2011_09_26/2011_09_26_drive_0117_sync 307 l\n2011_09_26/2011_09_26_drive_0117_sync 308 l\n2011_09_26/2011_09_26_drive_0117_sync 309 l\n2011_09_26/2011_09_26_drive_0117_sync 310 l\n2011_09_26/2011_09_26_drive_0117_sync 311 l\n2011_09_26/2011_09_26_drive_0117_sync 312 l\n2011_09_26/2011_09_26_drive_0117_sync 313 l\n2011_09_26/2011_09_26_drive_0117_sync 314 l\n2011_09_26/2011_09_26_drive_0117_sync 315 l\n2011_09_26/2011_09_26_drive_0117_sync 316 l\n2011_09_26/2011_09_26_drive_0117_sync 317 l\n2011_09_26/2011_09_26_drive_0117_sync 318 l\n2011_09_26/2011_09_26_drive_0117_sync 319 l\n2011_09_26/2011_09_26_drive_0117_sync 320 l\n2011_09_26/2011_09_26_drive_0117_sync 321 l\n2011_09_26/2011_09_26_drive_0117_sync 322 l\n2011_09_26/2011_09_26_drive_0117_sync 323 l\n2011_09_26/2011_09_26_drive_0117_sync 324 l\n2011_09_26/2011_09_26_drive_0117_sync 325 l\n2011_09_26/2011_09_26_drive_0117_sync 326 l\n2011_09_26/2011_09_26_drive_0117_sync 327 l\n2011_09_26/2011_09_26_drive_0117_sync 328 l\n2011_09_26/2011_09_26_drive_0117_sync 329 l\n2011_09_26/2011_09_26_drive_0117_sync 330 l\n2011_09_26/2011_09_26_drive_0117_sync 331 l\n2011_09_26/2011_09_26_drive_0117_sync 332 l\n2011_09_26/2011_09_26_drive_0117_sync 333 l\n2011_09_26/2011_09_26_drive_0117_sync 334 l\n2011_09_26/2011_09_26_drive_0117_sync 335 l\n2011_09_26/2011_09_26_drive_0117_sync 336 l\n2011_09_26/2011_09_26_drive_0117_sync 337 l\n2011_09_26/2011_09_26_drive_0117_sync 338 l\n2011_09_26/2011_09_26_drive_0117_sync 339 l\n2011_09_26/2011_09_26_drive_0117_sync 340 l\n2011_09_26/2011_09_26_drive_0117_sync 341 l\n2011_09_26/2011_09_26_drive_0117_sync 342 l\n2011_09_26/2011_09_26_drive_0117_sync 343 l\n2011_09_26/2011_09_26_drive_0117_sync 344 l\n2011_09_26/2011_09_26_drive_0117_sync 345 l\n2011_09_26/2011_09_26_drive_0117_sync 346 l\n2011_09_26/2011_09_26_drive_0117_sync 347 l\n2011_09_26/2011_09_26_drive_0117_sync 348 l\n2011_09_26/2011_09_26_drive_0117_sync 349 l\n2011_09_26/2011_09_26_drive_0117_sync 350 l\n2011_09_26/2011_09_26_drive_0117_sync 351 l\n2011_09_26/2011_09_26_drive_0117_sync 352 l\n2011_09_26/2011_09_26_drive_0117_sync 353 l\n2011_09_26/2011_09_26_drive_0117_sync 354 l\n2011_09_26/2011_09_26_drive_0117_sync 355 l\n2011_09_26/2011_09_26_drive_0117_sync 356 l\n2011_09_26/2011_09_26_drive_0117_sync 357 l\n2011_09_26/2011_09_26_drive_0117_sync 358 l\n2011_09_26/2011_09_26_drive_0117_sync 359 l\n2011_09_26/2011_09_26_drive_0117_sync 360 l\n2011_09_26/2011_09_26_drive_0117_sync 361 l\n2011_09_26/2011_09_26_drive_0117_sync 362 l\n2011_09_26/2011_09_26_drive_0117_sync 363 l\n2011_09_26/2011_09_26_drive_0117_sync 364 l\n2011_09_26/2011_09_26_drive_0117_sync 365 l\n2011_09_26/2011_09_26_drive_0117_sync 366 l\n2011_09_26/2011_09_26_drive_0117_sync 367 l\n2011_09_26/2011_09_26_drive_0117_sync 368 l\n2011_09_26/2011_09_26_drive_0117_sync 369 l\n2011_09_26/2011_09_26_drive_0117_sync 370 l\n2011_09_26/2011_09_26_drive_0117_sync 371 l\n2011_09_26/2011_09_26_drive_0117_sync 372 l\n2011_09_26/2011_09_26_drive_0117_sync 373 l\n2011_09_26/2011_09_26_drive_0117_sync 374 l\n2011_09_26/2011_09_26_drive_0117_sync 375 l\n2011_09_26/2011_09_26_drive_0117_sync 376 l\n2011_09_26/2011_09_26_drive_0117_sync 377 l\n2011_09_26/2011_09_26_drive_0117_sync 378 l\n2011_09_26/2011_09_26_drive_0117_sync 379 l\n2011_09_26/2011_09_26_drive_0117_sync 380 l\n2011_09_26/2011_09_26_drive_0117_sync 381 l\n2011_09_26/2011_09_26_drive_0117_sync 382 l\n2011_09_26/2011_09_26_drive_0117_sync 383 l\n2011_09_26/2011_09_26_drive_0117_sync 384 l\n2011_09_26/2011_09_26_drive_0117_sync 385 l\n2011_09_26/2011_09_26_drive_0117_sync 386 l\n2011_09_26/2011_09_26_drive_0117_sync 387 l\n2011_09_26/2011_09_26_drive_0117_sync 388 l\n2011_09_26/2011_09_26_drive_0117_sync 389 l\n2011_09_26/2011_09_26_drive_0117_sync 390 l\n2011_09_26/2011_09_26_drive_0117_sync 391 l\n2011_09_26/2011_09_26_drive_0117_sync 392 l\n2011_09_26/2011_09_26_drive_0117_sync 393 l\n2011_09_26/2011_09_26_drive_0117_sync 394 l\n2011_09_26/2011_09_26_drive_0117_sync 395 l\n2011_09_26/2011_09_26_drive_0117_sync 396 l\n2011_09_26/2011_09_26_drive_0117_sync 397 l\n2011_09_26/2011_09_26_drive_0117_sync 398 l\n2011_09_26/2011_09_26_drive_0117_sync 399 l\n2011_09_26/2011_09_26_drive_0117_sync 400 l\n2011_09_26/2011_09_26_drive_0117_sync 401 l\n2011_09_26/2011_09_26_drive_0117_sync 402 l\n2011_09_26/2011_09_26_drive_0117_sync 403 l\n2011_09_26/2011_09_26_drive_0117_sync 404 l\n2011_09_26/2011_09_26_drive_0117_sync 405 l\n2011_09_26/2011_09_26_drive_0117_sync 406 l\n2011_09_26/2011_09_26_drive_0117_sync 407 l\n2011_09_26/2011_09_26_drive_0117_sync 408 l\n2011_09_26/2011_09_26_drive_0117_sync 409 l\n2011_09_26/2011_09_26_drive_0117_sync 410 l\n2011_09_26/2011_09_26_drive_0117_sync 411 l\n2011_09_26/2011_09_26_drive_0117_sync 412 l\n2011_09_26/2011_09_26_drive_0117_sync 413 l\n2011_09_26/2011_09_26_drive_0117_sync 414 l\n2011_09_26/2011_09_26_drive_0117_sync 415 l\n2011_09_26/2011_09_26_drive_0117_sync 416 l\n2011_09_26/2011_09_26_drive_0117_sync 417 l\n2011_09_26/2011_09_26_drive_0117_sync 418 l\n2011_09_26/2011_09_26_drive_0117_sync 419 l\n2011_09_26/2011_09_26_drive_0117_sync 420 l\n2011_09_26/2011_09_26_drive_0117_sync 421 l\n2011_09_26/2011_09_26_drive_0117_sync 422 l\n2011_09_26/2011_09_26_drive_0117_sync 423 l\n2011_09_26/2011_09_26_drive_0117_sync 424 l\n2011_09_26/2011_09_26_drive_0117_sync 425 l\n2011_09_26/2011_09_26_drive_0117_sync 426 l\n2011_09_26/2011_09_26_drive_0117_sync 427 l\n2011_09_26/2011_09_26_drive_0117_sync 428 l\n2011_09_26/2011_09_26_drive_0117_sync 429 l\n2011_09_26/2011_09_26_drive_0117_sync 430 l\n2011_09_26/2011_09_26_drive_0117_sync 431 l\n2011_09_26/2011_09_26_drive_0117_sync 432 l\n2011_09_26/2011_09_26_drive_0117_sync 433 l\n2011_09_26/2011_09_26_drive_0117_sync 434 l\n2011_09_26/2011_09_26_drive_0117_sync 435 l\n2011_09_26/2011_09_26_drive_0117_sync 436 l\n2011_09_26/2011_09_26_drive_0117_sync 437 l\n2011_09_26/2011_09_26_drive_0117_sync 438 l\n2011_09_26/2011_09_26_drive_0117_sync 439 l\n2011_09_26/2011_09_26_drive_0117_sync 440 l\n2011_09_26/2011_09_26_drive_0117_sync 441 l\n2011_09_26/2011_09_26_drive_0117_sync 442 l\n2011_09_26/2011_09_26_drive_0117_sync 443 l\n2011_09_26/2011_09_26_drive_0117_sync 444 l\n2011_09_26/2011_09_26_drive_0117_sync 445 l\n2011_09_26/2011_09_26_drive_0117_sync 446 l\n2011_09_26/2011_09_26_drive_0117_sync 447 l\n2011_09_26/2011_09_26_drive_0117_sync 448 l\n2011_09_26/2011_09_26_drive_0117_sync 449 l\n2011_09_26/2011_09_26_drive_0117_sync 450 l\n2011_09_26/2011_09_26_drive_0117_sync 451 l\n2011_09_26/2011_09_26_drive_0117_sync 452 l\n2011_09_26/2011_09_26_drive_0117_sync 453 l\n2011_09_26/2011_09_26_drive_0117_sync 454 l\n2011_09_26/2011_09_26_drive_0117_sync 455 l\n2011_09_26/2011_09_26_drive_0117_sync 456 l\n2011_09_26/2011_09_26_drive_0117_sync 457 l\n2011_09_26/2011_09_26_drive_0117_sync 458 l\n2011_09_26/2011_09_26_drive_0117_sync 459 l\n2011_09_26/2011_09_26_drive_0117_sync 460 l\n2011_09_26/2011_09_26_drive_0117_sync 461 l\n2011_09_26/2011_09_26_drive_0117_sync 462 l\n2011_09_26/2011_09_26_drive_0117_sync 463 l\n2011_09_26/2011_09_26_drive_0117_sync 464 l\n2011_09_26/2011_09_26_drive_0117_sync 465 l\n2011_09_26/2011_09_26_drive_0117_sync 466 l\n2011_09_26/2011_09_26_drive_0117_sync 467 l\n2011_09_26/2011_09_26_drive_0117_sync 468 l\n2011_09_26/2011_09_26_drive_0117_sync 469 l\n2011_09_26/2011_09_26_drive_0117_sync 470 l\n2011_09_26/2011_09_26_drive_0117_sync 471 l\n2011_09_26/2011_09_26_drive_0117_sync 472 l\n2011_09_26/2011_09_26_drive_0117_sync 473 l\n2011_09_26/2011_09_26_drive_0117_sync 474 l\n2011_09_26/2011_09_26_drive_0117_sync 475 l\n2011_09_26/2011_09_26_drive_0117_sync 476 l\n2011_09_26/2011_09_26_drive_0117_sync 477 l\n2011_09_26/2011_09_26_drive_0117_sync 478 l\n2011_09_26/2011_09_26_drive_0117_sync 479 l\n2011_09_26/2011_09_26_drive_0117_sync 480 l\n2011_09_26/2011_09_26_drive_0117_sync 481 l\n2011_09_26/2011_09_26_drive_0117_sync 482 l\n2011_09_26/2011_09_26_drive_0117_sync 483 l\n2011_09_26/2011_09_26_drive_0117_sync 484 l\n2011_09_26/2011_09_26_drive_0117_sync 485 l\n2011_09_26/2011_09_26_drive_0117_sync 486 l\n2011_09_26/2011_09_26_drive_0117_sync 487 l\n2011_09_26/2011_09_26_drive_0117_sync 488 l\n2011_09_26/2011_09_26_drive_0117_sync 489 l\n2011_09_26/2011_09_26_drive_0117_sync 490 l\n2011_09_26/2011_09_26_drive_0117_sync 491 l\n2011_09_26/2011_09_26_drive_0117_sync 492 l\n2011_09_26/2011_09_26_drive_0117_sync 493 l\n2011_09_26/2011_09_26_drive_0117_sync 494 l\n2011_09_26/2011_09_26_drive_0117_sync 495 l\n2011_09_26/2011_09_26_drive_0117_sync 496 l\n2011_09_26/2011_09_26_drive_0117_sync 497 l\n2011_09_26/2011_09_26_drive_0117_sync 498 l\n2011_09_26/2011_09_26_drive_0117_sync 499 l\n2011_09_26/2011_09_26_drive_0117_sync 500 l\n2011_09_26/2011_09_26_drive_0117_sync 501 l\n2011_09_26/2011_09_26_drive_0117_sync 502 l\n2011_09_26/2011_09_26_drive_0117_sync 503 l\n2011_09_26/2011_09_26_drive_0117_sync 504 l\n2011_09_26/2011_09_26_drive_0117_sync 505 l\n2011_09_26/2011_09_26_drive_0117_sync 506 l\n2011_09_26/2011_09_26_drive_0117_sync 507 l\n2011_09_26/2011_09_26_drive_0117_sync 508 l\n2011_09_26/2011_09_26_drive_0117_sync 509 l\n2011_09_26/2011_09_26_drive_0117_sync 510 l\n2011_09_26/2011_09_26_drive_0117_sync 511 l\n2011_09_26/2011_09_26_drive_0117_sync 512 l\n2011_09_26/2011_09_26_drive_0117_sync 513 l\n2011_09_26/2011_09_26_drive_0117_sync 514 l\n2011_09_26/2011_09_26_drive_0117_sync 515 l\n2011_09_26/2011_09_26_drive_0117_sync 516 l\n2011_09_26/2011_09_26_drive_0117_sync 517 l\n2011_09_26/2011_09_26_drive_0117_sync 518 l\n2011_09_26/2011_09_26_drive_0117_sync 519 l\n2011_09_26/2011_09_26_drive_0117_sync 520 l\n2011_09_26/2011_09_26_drive_0117_sync 521 l\n2011_09_26/2011_09_26_drive_0117_sync 522 l\n2011_09_26/2011_09_26_drive_0117_sync 523 l\n2011_09_26/2011_09_26_drive_0117_sync 524 l\n2011_09_26/2011_09_26_drive_0117_sync 525 l\n2011_09_26/2011_09_26_drive_0117_sync 526 l\n2011_09_26/2011_09_26_drive_0117_sync 527 l\n2011_09_26/2011_09_26_drive_0117_sync 528 l\n2011_09_26/2011_09_26_drive_0117_sync 529 l\n2011_09_26/2011_09_26_drive_0117_sync 530 l\n2011_09_26/2011_09_26_drive_0117_sync 531 l\n2011_09_26/2011_09_26_drive_0117_sync 532 l\n2011_09_26/2011_09_26_drive_0117_sync 533 l\n2011_09_26/2011_09_26_drive_0117_sync 534 l\n2011_09_26/2011_09_26_drive_0117_sync 535 l\n2011_09_26/2011_09_26_drive_0117_sync 536 l\n2011_09_26/2011_09_26_drive_0117_sync 537 l\n2011_09_26/2011_09_26_drive_0117_sync 538 l\n2011_09_26/2011_09_26_drive_0117_sync 539 l\n2011_09_26/2011_09_26_drive_0117_sync 540 l\n2011_09_26/2011_09_26_drive_0117_sync 541 l\n2011_09_26/2011_09_26_drive_0117_sync 542 l\n2011_09_26/2011_09_26_drive_0117_sync 543 l\n2011_09_26/2011_09_26_drive_0117_sync 544 l\n2011_09_26/2011_09_26_drive_0117_sync 545 l\n2011_09_26/2011_09_26_drive_0117_sync 546 l\n2011_09_26/2011_09_26_drive_0117_sync 547 l\n2011_09_26/2011_09_26_drive_0117_sync 548 l\n2011_09_26/2011_09_26_drive_0117_sync 549 l\n2011_09_26/2011_09_26_drive_0117_sync 550 l\n2011_09_26/2011_09_26_drive_0117_sync 551 l\n2011_09_26/2011_09_26_drive_0117_sync 552 l\n2011_09_26/2011_09_26_drive_0117_sync 553 l\n2011_09_26/2011_09_26_drive_0117_sync 554 l\n2011_09_26/2011_09_26_drive_0117_sync 555 l\n2011_09_26/2011_09_26_drive_0117_sync 556 l\n2011_09_26/2011_09_26_drive_0117_sync 557 l\n2011_09_26/2011_09_26_drive_0117_sync 558 l\n2011_09_26/2011_09_26_drive_0117_sync 559 l\n2011_09_26/2011_09_26_drive_0117_sync 560 l\n2011_09_26/2011_09_26_drive_0117_sync 561 l\n2011_09_26/2011_09_26_drive_0117_sync 562 l\n2011_09_26/2011_09_26_drive_0117_sync 563 l\n2011_09_26/2011_09_26_drive_0117_sync 564 l\n2011_09_26/2011_09_26_drive_0117_sync 565 l\n2011_09_26/2011_09_26_drive_0117_sync 566 l\n2011_09_26/2011_09_26_drive_0117_sync 567 l\n2011_09_26/2011_09_26_drive_0117_sync 568 l\n2011_09_26/2011_09_26_drive_0117_sync 569 l\n2011_09_26/2011_09_26_drive_0117_sync 570 l\n2011_09_26/2011_09_26_drive_0117_sync 571 l\n2011_09_26/2011_09_26_drive_0117_sync 572 l\n2011_09_26/2011_09_26_drive_0117_sync 573 l\n2011_09_26/2011_09_26_drive_0117_sync 574 l\n2011_09_26/2011_09_26_drive_0117_sync 575 l\n2011_09_26/2011_09_26_drive_0117_sync 576 l\n2011_09_26/2011_09_26_drive_0117_sync 577 l\n2011_09_26/2011_09_26_drive_0117_sync 578 l\n2011_09_26/2011_09_26_drive_0117_sync 579 l\n2011_09_26/2011_09_26_drive_0117_sync 580 l\n2011_09_26/2011_09_26_drive_0117_sync 581 l\n2011_09_26/2011_09_26_drive_0117_sync 582 l\n2011_09_26/2011_09_26_drive_0117_sync 583 l\n2011_09_26/2011_09_26_drive_0117_sync 584 l\n2011_09_26/2011_09_26_drive_0117_sync 585 l\n2011_09_26/2011_09_26_drive_0117_sync 586 l\n2011_09_26/2011_09_26_drive_0117_sync 587 l\n2011_09_26/2011_09_26_drive_0117_sync 588 l\n2011_09_26/2011_09_26_drive_0117_sync 589 l\n2011_09_26/2011_09_26_drive_0117_sync 590 l\n2011_09_26/2011_09_26_drive_0117_sync 591 l\n2011_09_26/2011_09_26_drive_0117_sync 592 l\n2011_09_26/2011_09_26_drive_0117_sync 593 l\n2011_09_26/2011_09_26_drive_0117_sync 594 l\n2011_09_26/2011_09_26_drive_0117_sync 595 l\n2011_09_26/2011_09_26_drive_0117_sync 596 l\n2011_09_26/2011_09_26_drive_0117_sync 597 l\n2011_09_26/2011_09_26_drive_0117_sync 598 l\n2011_09_26/2011_09_26_drive_0117_sync 599 l\n2011_09_26/2011_09_26_drive_0117_sync 600 l\n2011_09_26/2011_09_26_drive_0117_sync 601 l\n2011_09_26/2011_09_26_drive_0117_sync 602 l\n2011_09_26/2011_09_26_drive_0117_sync 603 l\n2011_09_26/2011_09_26_drive_0117_sync 604 l\n2011_09_26/2011_09_26_drive_0117_sync 605 l\n2011_09_26/2011_09_26_drive_0117_sync 606 l\n2011_09_26/2011_09_26_drive_0117_sync 607 l\n2011_09_26/2011_09_26_drive_0117_sync 608 l\n2011_09_26/2011_09_26_drive_0117_sync 609 l\n2011_09_26/2011_09_26_drive_0117_sync 610 l\n2011_09_26/2011_09_26_drive_0117_sync 611 l\n2011_09_26/2011_09_26_drive_0117_sync 612 l\n2011_09_26/2011_09_26_drive_0117_sync 613 l\n2011_09_26/2011_09_26_drive_0117_sync 614 l\n2011_09_26/2011_09_26_drive_0117_sync 615 l\n2011_09_26/2011_09_26_drive_0117_sync 616 l\n2011_09_26/2011_09_26_drive_0117_sync 617 l\n2011_09_26/2011_09_26_drive_0117_sync 618 l\n2011_09_26/2011_09_26_drive_0117_sync 619 l\n2011_09_26/2011_09_26_drive_0117_sync 620 l\n2011_09_26/2011_09_26_drive_0117_sync 621 l\n2011_09_26/2011_09_26_drive_0117_sync 622 l\n2011_09_26/2011_09_26_drive_0117_sync 623 l\n2011_09_26/2011_09_26_drive_0117_sync 624 l\n2011_09_26/2011_09_26_drive_0117_sync 625 l\n2011_09_26/2011_09_26_drive_0117_sync 626 l\n2011_09_26/2011_09_26_drive_0117_sync 627 l\n2011_09_26/2011_09_26_drive_0117_sync 628 l\n2011_09_26/2011_09_26_drive_0117_sync 629 l\n2011_09_26/2011_09_26_drive_0117_sync 630 l\n2011_09_26/2011_09_26_drive_0117_sync 631 l\n2011_09_26/2011_09_26_drive_0117_sync 632 l\n2011_09_26/2011_09_26_drive_0117_sync 633 l\n2011_09_26/2011_09_26_drive_0117_sync 634 l\n2011_09_26/2011_09_26_drive_0117_sync 635 l\n2011_09_26/2011_09_26_drive_0117_sync 636 l\n2011_09_26/2011_09_26_drive_0117_sync 637 l\n2011_09_26/2011_09_26_drive_0117_sync 638 l\n2011_09_26/2011_09_26_drive_0117_sync 639 l\n2011_09_26/2011_09_26_drive_0117_sync 640 l\n2011_09_26/2011_09_26_drive_0117_sync 641 l\n2011_09_26/2011_09_26_drive_0117_sync 642 l\n2011_09_26/2011_09_26_drive_0117_sync 643 l\n2011_09_26/2011_09_26_drive_0117_sync 644 l\n2011_09_26/2011_09_26_drive_0117_sync 645 l\n2011_09_26/2011_09_26_drive_0117_sync 646 l\n2011_09_26/2011_09_26_drive_0117_sync 647 l\n2011_09_26/2011_09_26_drive_0117_sync 648 l\n2011_09_26/2011_09_26_drive_0117_sync 649 l\n2011_09_26/2011_09_26_drive_0117_sync 650 l\n2011_09_26/2011_09_26_drive_0117_sync 651 l\n2011_09_26/2011_09_26_drive_0117_sync 652 l\n2011_09_26/2011_09_26_drive_0117_sync 653 l\n2011_09_26/2011_09_26_drive_0117_sync 654 l\n2011_09_26/2011_09_26_drive_0117_sync 655 l\n2011_09_26/2011_09_26_drive_0117_sync 656 l\n2011_09_26/2011_09_26_drive_0117_sync 657 l\n2011_09_26/2011_09_26_drive_0117_sync 658 l\n2011_09_26/2011_09_26_drive_0117_sync 659 l\n2011_09_26/2011_09_26_drive_0009_sync 0 l\n2011_09_26/2011_09_26_drive_0009_sync 1 l\n2011_09_26/2011_09_26_drive_0009_sync 2 l\n2011_09_26/2011_09_26_drive_0009_sync 3 l\n2011_09_26/2011_09_26_drive_0009_sync 4 l\n2011_09_26/2011_09_26_drive_0009_sync 5 l\n2011_09_26/2011_09_26_drive_0009_sync 6 l\n2011_09_26/2011_09_26_drive_0009_sync 7 l\n2011_09_26/2011_09_26_drive_0009_sync 8 l\n2011_09_26/2011_09_26_drive_0009_sync 9 l\n2011_09_26/2011_09_26_drive_0009_sync 10 l\n2011_09_26/2011_09_26_drive_0009_sync 11 l\n2011_09_26/2011_09_26_drive_0009_sync 12 l\n2011_09_26/2011_09_26_drive_0009_sync 13 l\n2011_09_26/2011_09_26_drive_0009_sync 14 l\n2011_09_26/2011_09_26_drive_0009_sync 15 l\n2011_09_26/2011_09_26_drive_0009_sync 16 l\n2011_09_26/2011_09_26_drive_0009_sync 17 l\n2011_09_26/2011_09_26_drive_0009_sync 18 l\n2011_09_26/2011_09_26_drive_0009_sync 19 l\n2011_09_26/2011_09_26_drive_0009_sync 20 l\n2011_09_26/2011_09_26_drive_0009_sync 21 l\n2011_09_26/2011_09_26_drive_0009_sync 22 l\n2011_09_26/2011_09_26_drive_0009_sync 23 l\n2011_09_26/2011_09_26_drive_0009_sync 24 l\n2011_09_26/2011_09_26_drive_0009_sync 25 l\n2011_09_26/2011_09_26_drive_0009_sync 26 l\n2011_09_26/2011_09_26_drive_0009_sync 27 l\n2011_09_26/2011_09_26_drive_0009_sync 28 l\n2011_09_26/2011_09_26_drive_0009_sync 29 l\n2011_09_26/2011_09_26_drive_0009_sync 30 l\n2011_09_26/2011_09_26_drive_0009_sync 31 l\n2011_09_26/2011_09_26_drive_0009_sync 32 l\n2011_09_26/2011_09_26_drive_0009_sync 33 l\n2011_09_26/2011_09_26_drive_0009_sync 34 l\n2011_09_26/2011_09_26_drive_0009_sync 35 l\n2011_09_26/2011_09_26_drive_0009_sync 36 l\n2011_09_26/2011_09_26_drive_0009_sync 37 l\n2011_09_26/2011_09_26_drive_0009_sync 38 l\n2011_09_26/2011_09_26_drive_0009_sync 39 l\n2011_09_26/2011_09_26_drive_0009_sync 40 l\n2011_09_26/2011_09_26_drive_0009_sync 41 l\n2011_09_26/2011_09_26_drive_0009_sync 42 l\n2011_09_26/2011_09_26_drive_0009_sync 43 l\n2011_09_26/2011_09_26_drive_0009_sync 44 l\n2011_09_26/2011_09_26_drive_0009_sync 45 l\n2011_09_26/2011_09_26_drive_0009_sync 46 l\n2011_09_26/2011_09_26_drive_0009_sync 47 l\n2011_09_26/2011_09_26_drive_0009_sync 48 l\n2011_09_26/2011_09_26_drive_0009_sync 49 l\n2011_09_26/2011_09_26_drive_0009_sync 50 l\n2011_09_26/2011_09_26_drive_0009_sync 51 l\n2011_09_26/2011_09_26_drive_0009_sync 52 l\n2011_09_26/2011_09_26_drive_0009_sync 53 l\n2011_09_26/2011_09_26_drive_0009_sync 54 l\n2011_09_26/2011_09_26_drive_0009_sync 55 l\n2011_09_26/2011_09_26_drive_0009_sync 56 l\n2011_09_26/2011_09_26_drive_0009_sync 57 l\n2011_09_26/2011_09_26_drive_0009_sync 58 l\n2011_09_26/2011_09_26_drive_0009_sync 59 l\n2011_09_26/2011_09_26_drive_0009_sync 60 l\n2011_09_26/2011_09_26_drive_0009_sync 61 l\n2011_09_26/2011_09_26_drive_0009_sync 62 l\n2011_09_26/2011_09_26_drive_0009_sync 63 l\n2011_09_26/2011_09_26_drive_0009_sync 64 l\n2011_09_26/2011_09_26_drive_0009_sync 65 l\n2011_09_26/2011_09_26_drive_0009_sync 66 l\n2011_09_26/2011_09_26_drive_0009_sync 67 l\n2011_09_26/2011_09_26_drive_0009_sync 68 l\n2011_09_26/2011_09_26_drive_0009_sync 69 l\n2011_09_26/2011_09_26_drive_0009_sync 70 l\n2011_09_26/2011_09_26_drive_0009_sync 71 l\n2011_09_26/2011_09_26_drive_0009_sync 72 l\n2011_09_26/2011_09_26_drive_0009_sync 73 l\n2011_09_26/2011_09_26_drive_0009_sync 74 l\n2011_09_26/2011_09_26_drive_0009_sync 75 l\n2011_09_26/2011_09_26_drive_0009_sync 76 l\n2011_09_26/2011_09_26_drive_0009_sync 77 l\n2011_09_26/2011_09_26_drive_0009_sync 78 l\n2011_09_26/2011_09_26_drive_0009_sync 79 l\n2011_09_26/2011_09_26_drive_0009_sync 80 l\n2011_09_26/2011_09_26_drive_0009_sync 81 l\n2011_09_26/2011_09_26_drive_0009_sync 82 l\n2011_09_26/2011_09_26_drive_0009_sync 83 l\n2011_09_26/2011_09_26_drive_0009_sync 84 l\n2011_09_26/2011_09_26_drive_0009_sync 85 l\n2011_09_26/2011_09_26_drive_0009_sync 86 l\n2011_09_26/2011_09_26_drive_0009_sync 87 l\n2011_09_26/2011_09_26_drive_0009_sync 88 l\n2011_09_26/2011_09_26_drive_0009_sync 89 l\n2011_09_26/2011_09_26_drive_0009_sync 90 l\n2011_09_26/2011_09_26_drive_0009_sync 91 l\n2011_09_26/2011_09_26_drive_0009_sync 92 l\n2011_09_26/2011_09_26_drive_0009_sync 93 l\n2011_09_26/2011_09_26_drive_0009_sync 94 l\n2011_09_26/2011_09_26_drive_0009_sync 95 l\n2011_09_26/2011_09_26_drive_0009_sync 96 l\n2011_09_26/2011_09_26_drive_0009_sync 97 l\n2011_09_26/2011_09_26_drive_0009_sync 98 l\n2011_09_26/2011_09_26_drive_0009_sync 99 l\n2011_09_26/2011_09_26_drive_0009_sync 100 l\n2011_09_26/2011_09_26_drive_0009_sync 101 l\n2011_09_26/2011_09_26_drive_0009_sync 102 l\n2011_09_26/2011_09_26_drive_0009_sync 103 l\n2011_09_26/2011_09_26_drive_0009_sync 104 l\n2011_09_26/2011_09_26_drive_0009_sync 105 l\n2011_09_26/2011_09_26_drive_0009_sync 106 l\n2011_09_26/2011_09_26_drive_0009_sync 107 l\n2011_09_26/2011_09_26_drive_0009_sync 108 l\n2011_09_26/2011_09_26_drive_0009_sync 109 l\n2011_09_26/2011_09_26_drive_0009_sync 110 l\n2011_09_26/2011_09_26_drive_0009_sync 111 l\n2011_09_26/2011_09_26_drive_0009_sync 112 l\n2011_09_26/2011_09_26_drive_0009_sync 113 l\n2011_09_26/2011_09_26_drive_0009_sync 114 l\n2011_09_26/2011_09_26_drive_0009_sync 115 l\n2011_09_26/2011_09_26_drive_0009_sync 116 l\n2011_09_26/2011_09_26_drive_0009_sync 117 l\n2011_09_26/2011_09_26_drive_0009_sync 118 l\n2011_09_26/2011_09_26_drive_0009_sync 119 l\n2011_09_26/2011_09_26_drive_0009_sync 120 l\n2011_09_26/2011_09_26_drive_0009_sync 121 l\n2011_09_26/2011_09_26_drive_0009_sync 122 l\n2011_09_26/2011_09_26_drive_0009_sync 123 l\n2011_09_26/2011_09_26_drive_0009_sync 124 l\n2011_09_26/2011_09_26_drive_0009_sync 125 l\n2011_09_26/2011_09_26_drive_0009_sync 126 l\n2011_09_26/2011_09_26_drive_0009_sync 127 l\n2011_09_26/2011_09_26_drive_0009_sync 128 l\n2011_09_26/2011_09_26_drive_0009_sync 129 l\n2011_09_26/2011_09_26_drive_0009_sync 130 l\n2011_09_26/2011_09_26_drive_0009_sync 131 l\n2011_09_26/2011_09_26_drive_0009_sync 132 l\n2011_09_26/2011_09_26_drive_0009_sync 133 l\n2011_09_26/2011_09_26_drive_0009_sync 134 l\n2011_09_26/2011_09_26_drive_0009_sync 135 l\n2011_09_26/2011_09_26_drive_0009_sync 136 l\n2011_09_26/2011_09_26_drive_0009_sync 137 l\n2011_09_26/2011_09_26_drive_0009_sync 138 l\n2011_09_26/2011_09_26_drive_0009_sync 139 l\n2011_09_26/2011_09_26_drive_0009_sync 140 l\n2011_09_26/2011_09_26_drive_0009_sync 141 l\n2011_09_26/2011_09_26_drive_0009_sync 142 l\n2011_09_26/2011_09_26_drive_0009_sync 143 l\n2011_09_26/2011_09_26_drive_0009_sync 144 l\n2011_09_26/2011_09_26_drive_0009_sync 145 l\n2011_09_26/2011_09_26_drive_0009_sync 146 l\n2011_09_26/2011_09_26_drive_0009_sync 147 l\n2011_09_26/2011_09_26_drive_0009_sync 148 l\n2011_09_26/2011_09_26_drive_0009_sync 149 l\n2011_09_26/2011_09_26_drive_0009_sync 150 l\n2011_09_26/2011_09_26_drive_0009_sync 151 l\n2011_09_26/2011_09_26_drive_0009_sync 152 l\n2011_09_26/2011_09_26_drive_0009_sync 153 l\n2011_09_26/2011_09_26_drive_0009_sync 154 l\n2011_09_26/2011_09_26_drive_0009_sync 155 l\n2011_09_26/2011_09_26_drive_0009_sync 156 l\n2011_09_26/2011_09_26_drive_0009_sync 157 l\n2011_09_26/2011_09_26_drive_0009_sync 158 l\n2011_09_26/2011_09_26_drive_0009_sync 159 l\n2011_09_26/2011_09_26_drive_0009_sync 160 l\n2011_09_26/2011_09_26_drive_0009_sync 161 l\n2011_09_26/2011_09_26_drive_0009_sync 162 l\n2011_09_26/2011_09_26_drive_0009_sync 163 l\n2011_09_26/2011_09_26_drive_0009_sync 164 l\n2011_09_26/2011_09_26_drive_0009_sync 165 l\n2011_09_26/2011_09_26_drive_0009_sync 166 l\n2011_09_26/2011_09_26_drive_0009_sync 167 l\n2011_09_26/2011_09_26_drive_0009_sync 168 l\n2011_09_26/2011_09_26_drive_0009_sync 169 l\n2011_09_26/2011_09_26_drive_0009_sync 170 l\n2011_09_26/2011_09_26_drive_0009_sync 171 l\n2011_09_26/2011_09_26_drive_0009_sync 172 l\n2011_09_26/2011_09_26_drive_0009_sync 173 l\n2011_09_26/2011_09_26_drive_0009_sync 174 l\n2011_09_26/2011_09_26_drive_0009_sync 175 l\n2011_09_26/2011_09_26_drive_0009_sync 176 l\n2011_09_26/2011_09_26_drive_0009_sync 177 l\n2011_09_26/2011_09_26_drive_0009_sync 178 l\n2011_09_26/2011_09_26_drive_0009_sync 179 l\n2011_09_26/2011_09_26_drive_0009_sync 180 l\n2011_09_26/2011_09_26_drive_0009_sync 181 l\n2011_09_26/2011_09_26_drive_0009_sync 182 l\n2011_09_26/2011_09_26_drive_0009_sync 183 l\n2011_09_26/2011_09_26_drive_0009_sync 184 l\n2011_09_26/2011_09_26_drive_0009_sync 185 l\n2011_09_26/2011_09_26_drive_0009_sync 186 l\n2011_09_26/2011_09_26_drive_0009_sync 187 l\n2011_09_26/2011_09_26_drive_0009_sync 188 l\n2011_09_26/2011_09_26_drive_0009_sync 189 l\n2011_09_26/2011_09_26_drive_0009_sync 190 l\n2011_09_26/2011_09_26_drive_0009_sync 191 l\n2011_09_26/2011_09_26_drive_0009_sync 192 l\n2011_09_26/2011_09_26_drive_0009_sync 193 l\n2011_09_26/2011_09_26_drive_0009_sync 194 l\n2011_09_26/2011_09_26_drive_0009_sync 195 l\n2011_09_26/2011_09_26_drive_0009_sync 196 l\n2011_09_26/2011_09_26_drive_0009_sync 197 l\n2011_09_26/2011_09_26_drive_0009_sync 198 l\n2011_09_26/2011_09_26_drive_0009_sync 199 l\n2011_09_26/2011_09_26_drive_0009_sync 200 l\n2011_09_26/2011_09_26_drive_0009_sync 201 l\n2011_09_26/2011_09_26_drive_0009_sync 202 l\n2011_09_26/2011_09_26_drive_0009_sync 203 l\n2011_09_26/2011_09_26_drive_0009_sync 204 l\n2011_09_26/2011_09_26_drive_0009_sync 205 l\n2011_09_26/2011_09_26_drive_0009_sync 206 l\n2011_09_26/2011_09_26_drive_0009_sync 207 l\n2011_09_26/2011_09_26_drive_0009_sync 208 l\n2011_09_26/2011_09_26_drive_0009_sync 209 l\n2011_09_26/2011_09_26_drive_0009_sync 210 l\n2011_09_26/2011_09_26_drive_0009_sync 211 l\n2011_09_26/2011_09_26_drive_0009_sync 212 l\n2011_09_26/2011_09_26_drive_0009_sync 213 l\n2011_09_26/2011_09_26_drive_0009_sync 214 l\n2011_09_26/2011_09_26_drive_0009_sync 215 l\n2011_09_26/2011_09_26_drive_0009_sync 216 l\n2011_09_26/2011_09_26_drive_0009_sync 217 l\n2011_09_26/2011_09_26_drive_0009_sync 218 l\n2011_09_26/2011_09_26_drive_0009_sync 219 l\n2011_09_26/2011_09_26_drive_0009_sync 220 l\n2011_09_26/2011_09_26_drive_0009_sync 221 l\n2011_09_26/2011_09_26_drive_0009_sync 222 l\n2011_09_26/2011_09_26_drive_0009_sync 223 l\n2011_09_26/2011_09_26_drive_0009_sync 224 l\n2011_09_26/2011_09_26_drive_0009_sync 225 l\n2011_09_26/2011_09_26_drive_0009_sync 226 l\n2011_09_26/2011_09_26_drive_0009_sync 227 l\n2011_09_26/2011_09_26_drive_0009_sync 228 l\n2011_09_26/2011_09_26_drive_0009_sync 229 l\n2011_09_26/2011_09_26_drive_0009_sync 230 l\n2011_09_26/2011_09_26_drive_0009_sync 231 l\n2011_09_26/2011_09_26_drive_0009_sync 232 l\n2011_09_26/2011_09_26_drive_0009_sync 233 l\n2011_09_26/2011_09_26_drive_0009_sync 234 l\n2011_09_26/2011_09_26_drive_0009_sync 235 l\n2011_09_26/2011_09_26_drive_0009_sync 236 l\n2011_09_26/2011_09_26_drive_0009_sync 237 l\n2011_09_26/2011_09_26_drive_0009_sync 238 l\n2011_09_26/2011_09_26_drive_0009_sync 239 l\n2011_09_26/2011_09_26_drive_0009_sync 240 l\n2011_09_26/2011_09_26_drive_0009_sync 241 l\n2011_09_26/2011_09_26_drive_0009_sync 242 l\n2011_09_26/2011_09_26_drive_0009_sync 243 l\n2011_09_26/2011_09_26_drive_0009_sync 244 l\n2011_09_26/2011_09_26_drive_0009_sync 245 l\n2011_09_26/2011_09_26_drive_0009_sync 246 l\n2011_09_26/2011_09_26_drive_0009_sync 247 l\n2011_09_26/2011_09_26_drive_0009_sync 248 l\n2011_09_26/2011_09_26_drive_0009_sync 249 l\n2011_09_26/2011_09_26_drive_0009_sync 250 l\n2011_09_26/2011_09_26_drive_0009_sync 251 l\n2011_09_26/2011_09_26_drive_0009_sync 252 l\n2011_09_26/2011_09_26_drive_0009_sync 253 l\n2011_09_26/2011_09_26_drive_0009_sync 254 l\n2011_09_26/2011_09_26_drive_0009_sync 255 l\n2011_09_26/2011_09_26_drive_0009_sync 256 l\n2011_09_26/2011_09_26_drive_0009_sync 257 l\n2011_09_26/2011_09_26_drive_0009_sync 258 l\n2011_09_26/2011_09_26_drive_0009_sync 259 l\n2011_09_26/2011_09_26_drive_0009_sync 260 l\n2011_09_26/2011_09_26_drive_0009_sync 261 l\n2011_09_26/2011_09_26_drive_0009_sync 262 l\n2011_09_26/2011_09_26_drive_0009_sync 263 l\n2011_09_26/2011_09_26_drive_0009_sync 264 l\n2011_09_26/2011_09_26_drive_0009_sync 265 l\n2011_09_26/2011_09_26_drive_0009_sync 266 l\n2011_09_26/2011_09_26_drive_0009_sync 267 l\n2011_09_26/2011_09_26_drive_0009_sync 268 l\n2011_09_26/2011_09_26_drive_0009_sync 269 l\n2011_09_26/2011_09_26_drive_0009_sync 270 l\n2011_09_26/2011_09_26_drive_0009_sync 271 l\n2011_09_26/2011_09_26_drive_0009_sync 272 l\n2011_09_26/2011_09_26_drive_0009_sync 273 l\n2011_09_26/2011_09_26_drive_0009_sync 274 l\n2011_09_26/2011_09_26_drive_0009_sync 275 l\n2011_09_26/2011_09_26_drive_0009_sync 276 l\n2011_09_26/2011_09_26_drive_0009_sync 277 l\n2011_09_26/2011_09_26_drive_0009_sync 278 l\n2011_09_26/2011_09_26_drive_0009_sync 279 l\n2011_09_26/2011_09_26_drive_0009_sync 280 l\n2011_09_26/2011_09_26_drive_0009_sync 281 l\n2011_09_26/2011_09_26_drive_0009_sync 282 l\n2011_09_26/2011_09_26_drive_0009_sync 283 l\n2011_09_26/2011_09_26_drive_0009_sync 284 l\n2011_09_26/2011_09_26_drive_0009_sync 285 l\n2011_09_26/2011_09_26_drive_0009_sync 286 l\n2011_09_26/2011_09_26_drive_0009_sync 287 l\n2011_09_26/2011_09_26_drive_0009_sync 288 l\n2011_09_26/2011_09_26_drive_0009_sync 289 l\n2011_09_26/2011_09_26_drive_0009_sync 290 l\n2011_09_26/2011_09_26_drive_0009_sync 291 l\n2011_09_26/2011_09_26_drive_0009_sync 292 l\n2011_09_26/2011_09_26_drive_0009_sync 293 l\n2011_09_26/2011_09_26_drive_0009_sync 294 l\n2011_09_26/2011_09_26_drive_0009_sync 295 l\n2011_09_26/2011_09_26_drive_0009_sync 296 l\n2011_09_26/2011_09_26_drive_0009_sync 297 l\n2011_09_26/2011_09_26_drive_0009_sync 298 l\n2011_09_26/2011_09_26_drive_0009_sync 299 l\n2011_09_26/2011_09_26_drive_0009_sync 300 l\n2011_09_26/2011_09_26_drive_0009_sync 301 l\n2011_09_26/2011_09_26_drive_0009_sync 302 l\n2011_09_26/2011_09_26_drive_0009_sync 303 l\n2011_09_26/2011_09_26_drive_0009_sync 304 l\n2011_09_26/2011_09_26_drive_0009_sync 305 l\n2011_09_26/2011_09_26_drive_0009_sync 306 l\n2011_09_26/2011_09_26_drive_0009_sync 307 l\n2011_09_26/2011_09_26_drive_0009_sync 308 l\n2011_09_26/2011_09_26_drive_0009_sync 309 l\n2011_09_26/2011_09_26_drive_0009_sync 310 l\n2011_09_26/2011_09_26_drive_0009_sync 311 l\n2011_09_26/2011_09_26_drive_0009_sync 312 l\n2011_09_26/2011_09_26_drive_0009_sync 313 l\n2011_09_26/2011_09_26_drive_0009_sync 314 l\n2011_09_26/2011_09_26_drive_0009_sync 315 l\n2011_09_26/2011_09_26_drive_0009_sync 316 l\n2011_09_26/2011_09_26_drive_0009_sync 317 l\n2011_09_26/2011_09_26_drive_0009_sync 318 l\n2011_09_26/2011_09_26_drive_0009_sync 319 l\n2011_09_26/2011_09_26_drive_0009_sync 320 l\n2011_09_26/2011_09_26_drive_0009_sync 321 l\n2011_09_26/2011_09_26_drive_0009_sync 322 l\n2011_09_26/2011_09_26_drive_0009_sync 323 l\n2011_09_26/2011_09_26_drive_0009_sync 324 l\n2011_09_26/2011_09_26_drive_0009_sync 325 l\n2011_09_26/2011_09_26_drive_0009_sync 326 l\n2011_09_26/2011_09_26_drive_0009_sync 327 l\n2011_09_26/2011_09_26_drive_0009_sync 328 l\n2011_09_26/2011_09_26_drive_0009_sync 329 l\n2011_09_26/2011_09_26_drive_0009_sync 330 l\n2011_09_26/2011_09_26_drive_0009_sync 331 l\n2011_09_26/2011_09_26_drive_0009_sync 332 l\n2011_09_26/2011_09_26_drive_0009_sync 333 l\n2011_09_26/2011_09_26_drive_0009_sync 334 l\n2011_09_26/2011_09_26_drive_0009_sync 335 l\n2011_09_26/2011_09_26_drive_0009_sync 336 l\n2011_09_26/2011_09_26_drive_0009_sync 337 l\n2011_09_26/2011_09_26_drive_0009_sync 338 l\n2011_09_26/2011_09_26_drive_0009_sync 339 l\n2011_09_26/2011_09_26_drive_0009_sync 340 l\n2011_09_26/2011_09_26_drive_0009_sync 341 l\n2011_09_26/2011_09_26_drive_0009_sync 342 l\n2011_09_26/2011_09_26_drive_0009_sync 343 l\n2011_09_26/2011_09_26_drive_0009_sync 344 l\n2011_09_26/2011_09_26_drive_0009_sync 345 l\n2011_09_26/2011_09_26_drive_0009_sync 346 l\n2011_09_26/2011_09_26_drive_0009_sync 347 l\n2011_09_26/2011_09_26_drive_0009_sync 348 l\n2011_09_26/2011_09_26_drive_0009_sync 349 l\n2011_09_26/2011_09_26_drive_0009_sync 350 l\n2011_09_26/2011_09_26_drive_0009_sync 351 l\n2011_09_26/2011_09_26_drive_0009_sync 352 l\n2011_09_26/2011_09_26_drive_0009_sync 353 l\n2011_09_26/2011_09_26_drive_0009_sync 354 l\n2011_09_26/2011_09_26_drive_0009_sync 355 l\n2011_09_26/2011_09_26_drive_0009_sync 356 l\n2011_09_26/2011_09_26_drive_0009_sync 357 l\n2011_09_26/2011_09_26_drive_0009_sync 358 l\n2011_09_26/2011_09_26_drive_0009_sync 359 l\n2011_09_26/2011_09_26_drive_0009_sync 360 l\n2011_09_26/2011_09_26_drive_0009_sync 361 l\n2011_09_26/2011_09_26_drive_0009_sync 362 l\n2011_09_26/2011_09_26_drive_0009_sync 363 l\n2011_09_26/2011_09_26_drive_0009_sync 364 l\n2011_09_26/2011_09_26_drive_0009_sync 365 l\n2011_09_26/2011_09_26_drive_0009_sync 366 l\n2011_09_26/2011_09_26_drive_0009_sync 367 l\n2011_09_26/2011_09_26_drive_0009_sync 368 l\n2011_09_26/2011_09_26_drive_0009_sync 369 l\n2011_09_26/2011_09_26_drive_0009_sync 370 l\n2011_09_26/2011_09_26_drive_0009_sync 371 l\n2011_09_26/2011_09_26_drive_0009_sync 372 l\n2011_09_26/2011_09_26_drive_0009_sync 373 l\n2011_09_26/2011_09_26_drive_0009_sync 374 l\n2011_09_26/2011_09_26_drive_0009_sync 375 l\n2011_09_26/2011_09_26_drive_0009_sync 376 l\n2011_09_26/2011_09_26_drive_0009_sync 377 l\n2011_09_26/2011_09_26_drive_0009_sync 378 l\n2011_09_26/2011_09_26_drive_0009_sync 379 l\n2011_09_26/2011_09_26_drive_0009_sync 380 l\n2011_09_26/2011_09_26_drive_0009_sync 381 l\n2011_09_26/2011_09_26_drive_0009_sync 382 l\n2011_09_26/2011_09_26_drive_0009_sync 383 l\n2011_09_26/2011_09_26_drive_0009_sync 384 l\n2011_09_26/2011_09_26_drive_0009_sync 385 l\n2011_09_26/2011_09_26_drive_0009_sync 386 l\n2011_09_26/2011_09_26_drive_0009_sync 387 l\n2011_09_26/2011_09_26_drive_0009_sync 388 l\n2011_09_26/2011_09_26_drive_0009_sync 389 l\n2011_09_26/2011_09_26_drive_0009_sync 390 l\n2011_09_26/2011_09_26_drive_0009_sync 391 l\n2011_09_26/2011_09_26_drive_0009_sync 392 l\n2011_09_26/2011_09_26_drive_0009_sync 393 l\n2011_09_26/2011_09_26_drive_0009_sync 394 l\n2011_09_26/2011_09_26_drive_0009_sync 395 l\n2011_09_26/2011_09_26_drive_0009_sync 396 l\n2011_09_26/2011_09_26_drive_0009_sync 397 l\n2011_09_26/2011_09_26_drive_0009_sync 398 l\n2011_09_26/2011_09_26_drive_0009_sync 399 l\n2011_09_26/2011_09_26_drive_0009_sync 400 l\n2011_09_26/2011_09_26_drive_0009_sync 401 l\n2011_09_26/2011_09_26_drive_0009_sync 402 l\n2011_09_26/2011_09_26_drive_0009_sync 403 l\n2011_09_26/2011_09_26_drive_0009_sync 404 l\n2011_09_26/2011_09_26_drive_0009_sync 405 l\n2011_09_26/2011_09_26_drive_0009_sync 406 l\n2011_09_26/2011_09_26_drive_0009_sync 407 l\n2011_09_26/2011_09_26_drive_0009_sync 408 l\n2011_09_26/2011_09_26_drive_0009_sync 409 l\n2011_09_26/2011_09_26_drive_0009_sync 410 l\n2011_09_26/2011_09_26_drive_0009_sync 411 l\n2011_09_26/2011_09_26_drive_0009_sync 412 l\n2011_09_26/2011_09_26_drive_0009_sync 413 l\n2011_09_26/2011_09_26_drive_0009_sync 414 l\n2011_09_26/2011_09_26_drive_0009_sync 415 l\n2011_09_26/2011_09_26_drive_0009_sync 416 l\n2011_09_26/2011_09_26_drive_0009_sync 417 l\n2011_09_26/2011_09_26_drive_0009_sync 418 l\n2011_09_26/2011_09_26_drive_0009_sync 419 l\n2011_09_26/2011_09_26_drive_0009_sync 420 l\n2011_09_26/2011_09_26_drive_0009_sync 421 l\n2011_09_26/2011_09_26_drive_0009_sync 422 l\n2011_09_26/2011_09_26_drive_0009_sync 423 l\n2011_09_26/2011_09_26_drive_0009_sync 424 l\n2011_09_26/2011_09_26_drive_0009_sync 425 l\n2011_09_26/2011_09_26_drive_0009_sync 426 l\n2011_09_26/2011_09_26_drive_0009_sync 427 l\n2011_09_26/2011_09_26_drive_0009_sync 428 l\n2011_09_26/2011_09_26_drive_0009_sync 429 l\n2011_09_26/2011_09_26_drive_0009_sync 430 l\n2011_09_26/2011_09_26_drive_0009_sync 431 l\n2011_09_26/2011_09_26_drive_0009_sync 432 l\n2011_09_26/2011_09_26_drive_0009_sync 433 l\n2011_09_26/2011_09_26_drive_0009_sync 434 l\n2011_09_26/2011_09_26_drive_0009_sync 435 l\n2011_09_26/2011_09_26_drive_0009_sync 436 l\n2011_09_26/2011_09_26_drive_0009_sync 437 l\n2011_09_26/2011_09_26_drive_0009_sync 438 l\n2011_09_26/2011_09_26_drive_0009_sync 439 l\n2011_09_26/2011_09_26_drive_0009_sync 440 l\n2011_09_26/2011_09_26_drive_0009_sync 441 l\n2011_09_26/2011_09_26_drive_0009_sync 442 l\n2011_09_26/2011_09_26_drive_0009_sync 443 l\n2011_09_26/2011_09_26_drive_0009_sync 444 l\n2011_09_26/2011_09_26_drive_0009_sync 445 l\n2011_09_26/2011_09_26_drive_0009_sync 446 l"
  },
  {
    "path": "train.py",
    "content": "import os\nimport time\nimport logging\nimport torch\nimport hydra\nimport torch.optim as optim\n\nfrom ema_pytorch import EMA\nfrom omegaconf import DictConfig\nfrom hydra.core.hydra_config import HydraConfig\nfrom pytorch_lightning import seed_everything\nfrom lightning.fabric import Fabric\nfrom lightning.fabric.strategies import DDPStrategy\n\nfrom misc.logger import setup_logger\nfrom evaluation.evaluator import Evaluator\nfrom datasets.util import create_datasets\nfrom trainer import Trainer\n\n\ndef run_epoch(fabric,\n              trainer,\n              ema,\n              train_loader,\n              val_loader,\n              optimiser,\n              lr_scheduler,\n              evaluator):\n    \"\"\"Run a single epoch of training and validation\n    \"\"\"\n    cfg = trainer.cfg\n    trainer.model.set_train()\n\n    if fabric.is_global_zero:\n        logging.info(\"Training on epoch {}\".format(trainer.epoch))\n\n    for batch_idx, inputs in enumerate(train_loader):\n        # instruct the model which novel frames to render\n        inputs[\"target_frame_ids\"] = cfg.model.gauss_novel_frames\n        losses, outputs = trainer(inputs)\n\n        optimiser.zero_grad(set_to_none=True)\n        fabric.backward(losses[\"loss/total\"])\n        optimiser.step()\n        if ema is not None:\n            ema.update()\n        \n        step = trainer.step\n\n        early_phase = batch_idx % trainer.cfg.run.log_frequency == 0 and step < 6000\n        if fabric.is_global_zero:\n            learning_rate = lr_scheduler.get_lr()\n            if type(learning_rate) is list:\n                learning_rate = max(learning_rate)\n            # save the loss and scales\n            trainer.log_scalars(\"train\", outputs, losses, learning_rate)\n\n            # log less frequently after the first 2000 steps to save time & disk space\n            late_phase = step % 2000 == 0\n            # save the visual results\n            if early_phase or late_phase:\n                trainer.log(\"train\", inputs, outputs)\n            # save the model\n            if step % cfg.run.save_frequency == 0 and step != 0:\n                trainer.model.save_model(optimiser, step, ema)\n            # save the validation results\n            early_phase = (step < 6000) and (step % 500 == 0)\n            if (early_phase or step % cfg.run.val_frequency == 0): # and step != 0:\n                model_eval = ema if ema is not None else trainer.model\n                trainer.validate(model_eval, evaluator, val_loader, device=fabric.device)\n\n        if (early_phase or step % cfg.run.val_frequency == 0): # and step != 0:\n            torch.cuda.empty_cache()\n            \n        trainer.step += 1\n        lr_scheduler.step()\n\n@hydra.main(\n    config_path=\"configs\",\n    config_name=\"config\",\n    version_base=None\n)\ndef main(cfg: DictConfig):\n    hydra_cfg = HydraConfig.get()\n    # set up the output directory\n    output_dir = hydra_cfg['runtime']['output_dir']\n    os.chdir(output_dir)\n    logging.info(f\"Working dir: {output_dir}\")\n    # set up random set\n    torch.set_float32_matmul_precision('high')\n    seed_everything(cfg.run.random_seed)\n    # set up training precision\n    fabric = Fabric(\n        accelerator=\"cuda\",\n        devices=cfg.train.num_gpus,\n        strategy=DDPStrategy(find_unused_parameters=True),\n        precision=cfg.train.mixed_precision\n    )\n    fabric.launch()\n    fabric.barrier()\n    print(\"Loaded datasets\")\n    # set up model\n    trainer = Trainer(cfg)\n    model = trainer.model\n    # set up optimiser\n    optimiser = optim.Adam(model.parameters_to_train, cfg.optimiser.learning_rate)\n    def lr_lambda(*args):\n        threshold = cfg.optimiser.scheduler_lambda_step_size\n        if trainer.step < threshold:\n            return 1.0\n        else:\n            return 0.1\n    lr_scheduler = optim.lr_scheduler.LambdaLR(\n        optimiser, lr_lambda\n    )\n    if cfg.train.ema.use and fabric.is_global_zero:\n        ema = EMA(  \n            model, \n            beta=cfg.train.ema.beta,\n            update_every=cfg.train.ema.update_every,\n            update_after_step=cfg.train.ema.update_after_step\n        )\n        ema = fabric.to_device(ema)\n    else:\n        ema = None\n    # set up checkpointing\n    if (ckpt_dir := model.checkpoint_dir()).exists():\n        # resume training\n        model.load_model(ckpt_dir, optimiser=optimiser)\n    elif cfg.train.load_weights_folder:\n        model.load_model(cfg.train.load_weights_folder)\n    trainer, optimiser = fabric.setup(trainer, optimiser)\n    # set up dataset\n    train_dataset, train_loader = create_datasets(cfg, split=\"train\")\n    train_loader = fabric.setup_dataloaders(train_loader)\n    if fabric.is_global_zero:\n        if cfg.train.logging:\n            trainer.set_logger(setup_logger(cfg))\n        val_dataset, val_loader = create_datasets(cfg, split=\"val\")\n        evaluator = Evaluator()\n        evaluator = fabric.to_device(evaluator)\n    else:\n        val_loader = None\n        evaluator = None\n    # launch training\n    trainer.epoch = 0\n    trainer.start_time = time.time()\n    for trainer.epoch in range(cfg.optimiser.num_epochs):\n        run_epoch(fabric, trainer, ema, train_loader, val_loader, optimiser, lr_scheduler, evaluator)\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "train.sh",
    "content": "python train.py \\\n  hydra=cluster \\\n  hydra/launcher=submitit_slurm \\\n  +hydra.job.tag=gaussian2_unidepthv1 \\\n  +experiment=layered_re10k \\\n  model.depth.version=v1 \\\n  train.logging=false \\\n  -m\n"
  },
  {
    "path": "trainer.py",
    "content": "import time\nimport torch\nimport torch.nn as nn\nimport numpy as np\n\nfrom einops import rearrange\n\nfrom models.model import GaussianPredictor\nfrom torchmetrics.image import LearnedPerceptualImagePatchSimilarity\nfrom misc.depth import normalize_depth_for_display\nfrom misc.util import sec_to_hm_str\n\nfrom models.encoder.layers import SSIM\nfrom evaluate import evaluate, get_model_instance\n\n\nclass Trainer(nn.Module):\n    def __init__(self, cfg):\n        super().__init__()\n\n        self.cfg = cfg\n        self.step = 0\n        self.model = GaussianPredictor(cfg)\n        if cfg.loss.ssim.weight > 0:\n            self.ssim = SSIM()\n        if cfg.loss.lpips.weight > 0:\n            self.lpips = LearnedPerceptualImagePatchSimilarity(net_type=\"vgg\")\n        self.logger = None\n\n    def set_logger(self, logger):\n        self.logger = logger\n\n    def forward(self, inputs):\n        outputs = self.model.forward(inputs)\n        losses = self.compute_losses(inputs, outputs)\n        return losses, outputs\n    \n    def compute_reconstruction_loss(self, pred, target, losses):\n        \"\"\"Computes reprojection loss between a batch of predicted and target images\n        \"\"\"\n        cfg = self.cfg\n        rec_loss = 0.0\n        # pixel level loss\n        if cfg.loss.mse.weight > 0:\n            if cfg.loss.mse.type == \"l1\":\n                mse_loss = (pred-target).abs().mean()\n            elif cfg.loss.mse.type == \"l2\":\n                mse_loss = ((pred-target)**2).mean()\n            losses[\"loss/mse\"] = mse_loss\n            rec_loss += cfg.loss.mse.weight * mse_loss\n        # patch level loss\n        if cfg.loss.ssim.weight > 0:\n            ssim_loss = self.ssim(pred, target).mean()\n            losses[\"loss/ssim\"] = ssim_loss\n            rec_loss += cfg.loss.ssim.weight * ssim_loss\n        # feature level loss\n        if cfg.loss.lpips.weight > 0:\n            if self.step > cfg.loss.lpips.apply_after_step:\n                lpips_loss = self.lpips.to(pred.device)((pred * 2 - 1).clamp(-1,1), \n                                   (target * 2 - 1).clamp(-1,1))\n                losses[\"loss/lpips\"] = lpips_loss\n                rec_loss += cfg.loss.lpips.weight * lpips_loss\n        \n        return rec_loss\n    \n    def compute_losses(self, inputs, outputs):\n        \"\"\"Compute the reprojection and smoothness losses for a minibatch\n        \"\"\"\n        cfg = self.cfg\n        losses = {}\n        total_loss = 0.0\n\n        if cfg.model.gaussian_rendering:\n            # regularize too big or too small gaussians\n            if (big_g_lmbd := cfg.loss.gauss_scale.weight) > 0:\n                scaling = outputs[\"gauss_scaling\"]\n                big_gaussians = torch.where(scaling > cfg.loss.gauss_scale.thresh)\n                if len(big_gaussians[0]) > 0:\n                    big_gauss_reg_loss = torch.mean(scaling[big_gaussians])\n                else:\n                    big_gauss_reg_loss = 0\n                losses[\"loss/big_gauss_reg_loss\"] = big_gauss_reg_loss\n                total_loss += big_g_lmbd * big_gauss_reg_loss\n            \n            # regularize too big offset\n            if cfg.model.predict_offset and (offs_lmbd := cfg.loss.gauss_offset.weight) > 0:\n                offset = outputs[\"gauss_offset\"]\n                big_offset = torch.where(offset**2 > cfg.loss.gauss_offset.thresh**2)\n                if len(big_offset[0]) > 0:\n                    big_offset_reg_loss = torch.mean(offset[big_offset]**2)\n                else:\n                    big_offset_reg_loss = 0.0\n                losses[\"loss/gauss_offset_reg\"] = big_offset_reg_loss\n                total_loss += offs_lmbd * big_offset_reg_loss\n\n            # reconstruction loss\n            frame_ids = self.model.all_frame_ids(inputs)\n            rec_loss = 0\n            for frame_id in frame_ids:\n                # compute gaussian reconstruction loss\n                target = inputs[(\"color_aug\", frame_id, 0)]\n                target = target[:,:,cfg.dataset.pad_border_aug:target.shape[2]-cfg.dataset.pad_border_aug,\n                                cfg.dataset.pad_border_aug:target.shape[3]-cfg.dataset.pad_border_aug,]\n                pred = outputs[(\"color_gauss\", frame_id, 0)]\n                rec_loss += self.compute_reconstruction_loss(pred, target, losses)\n            rec_loss /= len(frame_ids)\n            losses[\"loss/rec\"] = rec_loss\n            total_loss += rec_loss\n\n        losses[\"loss/total\"] = total_loss\n        return losses\n    \n    def log_time(self, batch_idx, duration, loss):\n        \"\"\"Print a logging statement to the terminal\n        \"\"\"\n        samples_per_sec = self.cfg.optimiser.batch_size / duration\n        time_sofar = time.time() - self.start_time\n        training_time_left = (\n            self.num_total_steps / self.step - 1.0) * time_sofar if self.step > 0 else 0\n        print_string = \"epoch {:>3} | batch {:>6} | examples/s: {:5.1f}\" + \\\n            \" | loss: {:.5f} | time elapsed: {} | time left: {}\"\n        print(print_string.format(self.epoch, batch_idx, samples_per_sec, loss,\n                                  sec_to_hm_str(time_sofar), sec_to_hm_str(training_time_left)))\n    \n    def log_scalars(self, mode, outputs, losses, lr):\n        \"\"\"log the scalars\"\"\"\n        cfg = self.cfg\n        logger = self.logger\n        if logger is None:\n            return\n\n        logger.log({f\"{mode}/learning_rate\": lr}, self.step)\n        logger.log({f\"{mode}/{l}\": v for l, v in losses.items()}, self.step)\n        if cfg.model.gaussian_rendering:\n            logger.log({f\"{mode}/gauss/scale/mean\": torch.mean(outputs[\"gauss_scaling\"])}, self.step)\n\n            if self.cfg.model.predict_offset:\n                offset_mag = torch.linalg.vector_norm(outputs[\"gauss_offset\"], dim=1)\n                mean_offset = offset_mag.mean()\n                logger.log({f\"{mode}/gauss/offset/mean\": mean_offset}, self.step)\n        if cfg.dataset.scale_pose_by_depth:\n            depth_scale = outputs[(\"depth_scale\", 0)]\n            logger.log({f\"{mode}/depth_scale\": depth_scale.mean().item()}, self.step)\n\n    def log(self, mode, inputs, outputs):\n        \"\"\"Write images to Neptune\n        \"\"\"\n        cfg = self.cfg\n        frame_ids = self.model.all_frame_ids(inputs)\n        scales = cfg.model.scales\n        logger = self.logger\n        if logger is None:\n            return\n\n        for j in range(min(4, cfg.data_loader.batch_size)): # write a maxmimum of 4 images\n            for s in scales:\n                assert cfg.model.gaussian_rendering\n                for frame_id in frame_ids:\n                    logger.log_image(\n                        f\"{mode}/color_gauss/{j}/gt_aug/{frame_id}\",\n                        inputs[(\"color_aug\", frame_id, 0)][j].data.clamp(0, 1).permute(1, 2, 0).detach().cpu().numpy(),\n                        self.step\n                    )\n                \n                for frame_id in frame_ids:\n                    logger.log_image(\n                        f\"{mode}/color_gauss/{j}/gt/{frame_id}\",\n                        inputs[(\"color\", frame_id, 0)][j].data.clamp(0, 1).permute(1, 2, 0).detach().cpu().numpy(),\n                        self.step\n                    )\n\n                for frame_id in frame_ids:\n                    logger.log_image(\n                        f\"{mode}/color_gauss/{j}/pred/{frame_id}\",\n                        outputs[(\"color_gauss\", frame_id, 0)][j].data.clamp(0, 1).permute(1, 2, 0).detach().cpu().numpy(),\n                        self.step\n                    )\n\n                for i in range(self.cfg.model.gaussians_per_pixel):\n                    logger.log_image(\n                        f\"{mode}/gauss_opacity_gaussian_{i}/{j}\",\n                        outputs[\"gauss_opacity\"][j * self.cfg.model.gaussians_per_pixel + i].data.clamp(0, 1).permute(1, 2, 0).detach().cpu().numpy(),\n                        self.step\n                    )\n\n                depth = rearrange(outputs[(\"depth\", 0)], \"(b n) ... -> b n ...\", n=self.cfg.model.gaussians_per_pixel)\n                depth_sliced = depth[j][0].detach().cpu().numpy()\n                depth_img, normalizer = normalize_depth_for_display(depth_sliced, return_normalizer=True)\n                depth_img = np.clip(depth_img, 0, 1)\n\n                logger.log_image(f\"{mode}/depth_{s}/{j}\", depth_img, self.step)\n\n                for layer in range(1, self.cfg.model.gaussians_per_pixel):\n                    depth_sliced = depth[j][layer].detach().cpu().numpy()\n                    depth_img =  normalize_depth_for_display(depth_sliced, normalizer=normalizer)\n                    depth_img = np.clip(depth_img, 0, 1)\n                    logger.log_image(\n                        f\"{mode}/depth_{layer}_gaussian_{s}/{j}\",\n                        depth_img,\n                        self.step\n                    )\n\n    def validate(self, model, evaluator, val_loader, device):\n        \"\"\"\n        model may not be the same as trainer, in case of wrapping it in EMA\n        sets model to eval mode by evaluate()\n        \"\"\"\n        score_dict_by_name = evaluate(model, self.cfg, evaluator, val_loader, device)\n        split = \"val\"\n        out = {}\n        for metric in evaluator.metric_names():\n            out[f\"{split}/{metric}/avg\"] = \\\n                torch.tensor([scores[metric] for f_id, scores in score_dict_by_name.items() if f_id != 0]).mean().item()\n            for f_id, scores in score_dict_by_name.items():\n                out[f\"{split}/{metric}/{f_id}\"] = scores[metric]\n        if self.logger is not None:\n           self.logger.log(out, self.step)\n        model_model = get_model_instance(model)\n        model_model.set_train()\n"
  }
]